browserstack-node-sdk 1.34.10 → 1.34.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (126) 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 +2 -2
  36. package/src/ai-sdk-node/bundle.js +1 -1
  37. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  38. package/src/bin/codeceptjs/command.js +1 -1
  39. package/src/bin/codeceptjs/helper.js +1 -1
  40. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  41. package/src/bin/cucumber-js/command.js +1 -1
  42. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  43. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  44. package/src/bin/cucumber-js/test-observability.js +1 -1
  45. package/src/bin/cucumber-js/test.setup.js +1 -1
  46. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  47. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  48. package/src/bin/integrations/command.js +1 -1
  49. package/src/bin/integrations/constants.js +1 -1
  50. package/src/bin/jest/command.js +1 -1
  51. package/src/bin/jest/customImplements/customCircus.js +1 -1
  52. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  53. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  54. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  55. package/src/bin/jest/jest.setup.js +1 -1
  56. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  57. package/src/bin/jest/test-observability/helper.js +1 -1
  58. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  59. package/src/bin/jest/test-observability/test-details.js +1 -1
  60. package/src/bin/jest/test_before.setup.js +1 -1
  61. package/src/bin/launcher/launcher.js +1 -1
  62. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  63. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  64. package/src/bin/mocha/command.js +1 -1
  65. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  66. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  67. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  68. package/src/bin/mocha/test.setup.js +1 -1
  69. package/src/bin/nightwatch/command.js +1 -1
  70. package/src/bin/playwright/accessibility-helper.js +1 -1
  71. package/src/bin/playwright/command.js +1 -1
  72. package/src/bin/playwright/globalSetup.js +1 -1
  73. package/src/bin/playwright/mock-process.js +1 -1
  74. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  75. package/src/bin/playwright/patches.js +1 -1
  76. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  77. package/src/bin/playwright/reporter/reporter.js +1 -1
  78. package/src/bin/playwright/reporter/test-details.js +1 -1
  79. package/src/bin/playwright/sessionDetails.js +1 -1
  80. package/src/bin/runner.js +1 -1
  81. package/src/bin/setup.js +1 -1
  82. package/src/bin/test-runner/index.js +1 -1
  83. package/src/bin/test-runner/runTest.js +1 -1
  84. package/src/bin/test-runner/testWorker.js +1 -1
  85. package/src/bin/utils/constants.js +1 -1
  86. package/src/bin/utils/log4jsAppender.js +1 -1
  87. package/src/bin/utils/logPatcher.js +1 -1
  88. package/src/bin/utils/logReportingAPI.js +1 -1
  89. package/src/bin/vanilla-js/command.js +1 -1
  90. package/src/browserStackSdk.js +1 -1
  91. package/src/helpers/BrowserStackSetup.js +1 -1
  92. package/src/helpers/accessibility-automation/constants.js +1 -1
  93. package/src/helpers/accessibility-automation/helper.js +1 -1
  94. package/src/helpers/accessibility-automation/scripts.js +1 -1
  95. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  96. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  97. package/src/helpers/ats/constants.js +1 -1
  98. package/src/helpers/ats/helper.js +1 -1
  99. package/src/helpers/capsMapping.js +1 -1
  100. package/src/helpers/globals.js +1 -1
  101. package/src/helpers/helper.js +1 -1
  102. package/src/helpers/logger.js +1 -1
  103. package/src/helpers/patchHelpers.js +1 -1
  104. package/src/helpers/percy/Percy.js +1 -1
  105. package/src/helpers/percy/PercyBinary.js +1 -1
  106. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  107. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  108. package/src/helpers/percy/PercySDK.js +1 -1
  109. package/src/helpers/percy/index.js +1 -1
  110. package/src/helpers/percy/utils.js +1 -1
  111. package/src/helpers/performance-tester.js +1 -1
  112. package/src/helpers/request-spy.js +1 -1
  113. package/src/helpers/setKeepAlive.js +1 -1
  114. package/src/helpers/test-observability/constants.js +1 -1
  115. package/src/helpers/test-observability/error-handler.js +1 -1
  116. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  117. package/src/helpers/test-observability/sessionHandler.js +1 -1
  118. package/src/helpers/test-observability/utils.js +1 -1
  119. package/src/helpers/testhub/constants.js +1 -1
  120. package/src/helpers/testhub/testhubHandler.js +1 -1
  121. package/src/helpers/testhub/utils.js +1 -1
  122. package/src/helpers/timeoutPromise.js +1 -1
  123. package/src/helpers/utilities.js +1 -1
  124. package/src/helpers/w3cMapping.js +1 -1
  125. package/src/hubAllocationMethods.js +1 -1
  126. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a6_0x2007(){const _0x30fb91=['forEach','assign','527850uMPEOd','onSource','eventDataCollector','testCaseFinished','failed','9180620wptoum','Exception\x20in\x20sending\x20onTestCaseFinished\x20event:\x20\x20','gherkinDocument','../test-observability.js','winstonLogger','onTestRunStarted','testCaseMap','onTestCaseStarted','ucYvi','THkNu','onTestRunFinished','nssGV','testCaseAttemptDataMap','PASSED','testCaseId','../../../helpers/logger','__platform','testCases','YpQTT','incrementCounter','testSteps','cwd','\x20\x20\x20\x20','exception','testStepStarted','KgpXQ','onTestStepFinished','13131ASolTt','testCaseAttempt','description','split','snippetBuilder','source','testCaseStartedId','getGherkinDocument','30454umpgWd','toLowerCase','onGherkinDocument','isBstackHook','Exception\x20in\x20onTestStepStarted\x20event:\x20','6fbTxAB','tYhtz','gherkinDocumentMap','parseTestCaseAttempt','cqhxO','pickle','pickleStepId','setup','parse','TcOna','exports','util','name','5593329wxsklK','children','CONFIG','Hntqf','IJBLI','finishedAt','aZgNU','YJAIL','env','pickleMap','steps','hooks','keyword','supportCodeLibrary','message','PevzM','finished_at','tyKwj','iFzFH','HookRunFinished','TestRunFinished','../../../helpers/testhub/utils.js','Executing\x20tests\x20for\x20','TRaxI','duration','365pOWeSR','sourceLocation','sendHook','SKIPPED','testStepResult','cucumber-js/test.setup.js','xQUup','testStepId','includes','pickleId','onTestCase','flat','LSfcH','map','36764EBhxzT','PGNMT','text','report','Exception\x20in\x20sending\x20onTestCaseStarted:\x20','wemee','wznpL','debug','getTestCaseAttempt','testCaseStarted','logTestRunFinished','TestRunStarted','onTestCaseFinished','background','zivrd','push','uPHXk','807708nXNbLz','logTestCaseFinished','22OVtuxX','fyZSA','log','result','failureType','path','testStepFinished','NFoBV','XEEiq','RUkxG','uri','toISOString','HUVjv','inYOA','testCase','WUFqj','\x20-\x20','status','toString','vJScj','YORHQ','Nizjh','extractStepContainers','feature','bstack','scenario','@cucumber/cucumber','testRunFinished','testRunStarted','PYHFg','onStepDefinition','eventBroadcaster','yBzJf','VSlQH','format','3|2|4|0|1','UNDEFINED','sendTestRunEventForCucumber','../../playwright/reporter/test-details.js','getTestUUID','PENDING','values','actionLocation','stepDefinition','CFrsW','HookRunStarted','2056hPBoNX','find','DRMAF','getGherkinStepMap','hook','envelope','onPickle','dgIQe','seconds','pLJwe','../../../helpers/test-observability/error-handler','GPeqH'];a6_0x2007=function(){return _0x30fb91;};return a6_0x2007();}const a6_0x8b97ae=a6_0x2a6e;(function(_0x5eda8d,_0x10ab01){const _0x476ba3=a6_0x2a6e,_0x42d4ae=_0x5eda8d();while(!![]){try{const _0x232301=-parseInt(_0x476ba3(0x127))/0x1+parseInt(_0x476ba3(0x14f))/0x2*(-parseInt(_0x476ba3(0x154))/0x3)+-parseInt(_0x476ba3(0x188))/0x4*(-parseInt(_0x476ba3(0x17a))/0x5)+-parseInt(_0x476ba3(0x199))/0x6+-parseInt(_0x476ba3(0x161))/0x7+-parseInt(_0x476ba3(0x119))/0x8*(parseInt(_0x476ba3(0x147))/0x9)+parseInt(_0x476ba3(0x12c))/0xa*(parseInt(_0x476ba3(0x19b))/0xb);if(_0x232301===_0x10ab01)break;else _0x42d4ae['push'](_0x42d4ae['shift']());}catch(_0x22f415){_0x42d4ae['push'](_0x42d4ae['shift']());}}}(a6_0x2007,0x9c487));const {requireModule,getPlatformName,nestedKeyValue,isUndefined}=require('../../../helpers/helper'),util=require(a6_0x8b97ae(0x15f)),{Formatter,formatterHelpers,Status}=requireModule(a6_0x8b97ae(0x105)),TestDetails=require(a6_0x8b97ae(0x111)),TestObservabilityReporter=require(a6_0x8b97ae(0x12f)),{o11yClassErrorHandler}=require(a6_0x8b97ae(0x123)),{shouldProcessEventForTesthub}=require(a6_0x8b97ae(0x176)),testObservabilityReporter=new TestObservabilityReporter(),logger=require(a6_0x8b97ae(0x13b))[a6_0x8b97ae(0x130)],_tests={},_testCasesData={};class BrowserstackFormatter extends Formatter{constructor(_0x30f241){const _0x3ebf83=a6_0x8b97ae,_0x1ddf04={};_0x1ddf04['PGNMT']=_0x3ebf83(0x11e);const _0x11a4bf=_0x1ddf04;super(_0x30f241),this['report']={},_0x30f241[_0x3ebf83(0x10a)]['on'](_0x11a4bf[_0x3ebf83(0x189)],async _0x1ff4fd=>{const _0x51a85d=_0x3ebf83;switch(!![]){case!!_0x1ff4fd['testRunStarted']:this['onTestRunStarted'](_0x1ff4fd[_0x51a85d(0x107)]);break;case!!_0x1ff4fd['testRunFinished']:this['onTestRunFinished'](_0x1ff4fd[_0x51a85d(0x106)]);break;case!!_0x1ff4fd[_0x51a85d(0x191)]:this['onTestCaseStarted'](_0x1ff4fd[_0x51a85d(0x191)],_0x30f241,_0x1ff4fd);break;case!!_0x1ff4fd['testCaseFinished']:this[_0x51a85d(0x194)](_0x1ff4fd[_0x51a85d(0x12a)],_0x30f241,_0x1ff4fd);break;case!!_0x1ff4fd[_0x51a85d(0x144)]:this['onTestStepStarted'](_0x1ff4fd[_0x51a85d(0x144)],_0x30f241);break;case!!_0x1ff4fd['testStepFinished']:this[_0x51a85d(0x146)](_0x1ff4fd[_0x51a85d(0x1a1)],_0x30f241);break;case!!_0x1ff4fd[_0x51a85d(0x11d)]:this['onHook'](_0x1ff4fd[_0x51a85d(0x11d)]);break;case!!_0x1ff4fd[_0x51a85d(0x1a9)]:this['onTestCase'](_0x1ff4fd[_0x51a85d(0x1a9)]);break;case!!_0x1ff4fd[_0x51a85d(0x159)]:this[_0x51a85d(0x11f)](_0x1ff4fd[_0x51a85d(0x159)]);break;case!!_0x1ff4fd[_0x51a85d(0x12e)]:this[_0x51a85d(0x151)](_0x1ff4fd['gherkinDocument']);break;}});}['onHook'](_0x4da8cd){const _0x4e5835=a6_0x8b97ae;this[_0x4e5835(0x18b)][_0x4e5835(0x16c)]=Object['assign']([],this[_0x4e5835(0x18b)][_0x4e5835(0x16c)]||[]),this[_0x4e5835(0x18b)][_0x4e5835(0x16c)][_0x4e5835(0x197)](_0x4da8cd);}['onPickle'](_0x3e9bb2){const _0x133bd8=a6_0x8b97ae;this[_0x133bd8(0x18b)]['pickle']=Object[_0x133bd8(0x126)]([],this['report'][_0x133bd8(0x159)]||[],[_0x3e9bb2]),this[_0x133bd8(0x18b)][_0x133bd8(0x159)][_0x133bd8(0x197)](_0x3e9bb2);}[a6_0x8b97ae(0x151)](_0xacf439){const _0x53b587=a6_0x8b97ae;this['report']['gherkinDocument']=Object[_0x53b587(0x126)]([],this[_0x53b587(0x18b)]['gherkinDocument']||[],[_0xacf439]),this[_0x53b587(0x18b)][_0x53b587(0x12e)][_0x53b587(0x197)](_0xacf439);}[a6_0x8b97ae(0x128)](_0x61357d){const _0x5ca368=a6_0x8b97ae;this[_0x5ca368(0x18b)][_0x5ca368(0x14c)]=_0x61357d;}[a6_0x8b97ae(0x109)](_0x1a7f16){const _0x2fb703=a6_0x8b97ae;this[_0x2fb703(0x18b)][_0x2fb703(0x116)]=Object[_0x2fb703(0x126)]([],this['report'][_0x2fb703(0x116)]||[],[_0x1a7f16]),this[_0x2fb703(0x18b)][_0x2fb703(0x116)][_0x2fb703(0x197)](_0x1a7f16);}[a6_0x8b97ae(0x184)](_0x50563e){const _0x56b384=a6_0x8b97ae;this[_0x56b384(0x18b)][_0x56b384(0x13d)]=Object['assign']([],this[_0x56b384(0x18b)][_0x56b384(0x13d)]||[],[_0x50563e]),this['report'][_0x56b384(0x13d)][_0x56b384(0x197)](_0x50563e);}['logTestCaseFinished'](_0xcce53a){const _0x4a1bec=a6_0x8b97ae,_0x4944b0={'yBzJf':function(_0x4ba16e,_0x2f89fd){return _0x4ba16e!==_0x2f89fd;},'cqhxO':_0x4a1bec(0x103),'zivrd':function(_0x483232,_0x5e1b79){return _0x483232+_0x5e1b79;},'nssGV':function(_0x5f4962,_0x5e96d6){return _0x5f4962+_0x5e96d6;},'ucYvi':function(_0x214b9e,_0x5cdc64){return _0x214b9e+_0x5cdc64;},'YORHQ':_0x4a1bec(0x142),'DRMAF':_0x4a1bec(0x1ab),'OHYbm':function(_0x1bbfa8,_0x1f7e4b){return _0x1bbfa8===_0x1f7e4b;},'fyZSA':'FAILED','qdXDM':function(_0x3f5e58,_0x1c2d4d,_0x483570){return _0x3f5e58(_0x1c2d4d,_0x483570);},'Hntqf':_0x4a1bec(0x19e),'iFzFH':_0x4a1bec(0x16f),'cIDTc':function(_0x3901bb,_0x4422c7){return _0x3901bb+_0x4422c7;},'LSfcH':function(_0x5c8319,_0x107194){return _0x5c8319+_0x107194;},'YJAIL':function(_0x410deb,_0x5f3e93){return _0x410deb!==_0x5f3e93;},'dgIQe':function(_0x268880,_0x264e1b){return _0x268880+_0x264e1b;}};_0x4944b0[_0x4a1bec(0x168)](global[_0x4a1bec(0x13c)],undefined)&&this[_0x4a1bec(0x19d)](_0x4944b0[_0x4a1bec(0x137)](_0x4944b0[_0x4a1bec(0x120)]('\x0a',global[_0x4a1bec(0x13c)]),'\x0a'));const _0x41a46b=this[_0x4a1bec(0x129)][_0x4a1bec(0x190)](_0xcce53a['testCaseStartedId']);this[_0x4a1bec(0x19d)](_0x4944b0[_0x4a1bec(0x196)](_0x4944b0[_0x4a1bec(0x120)](_0x4944b0['LSfcH'](_0x4944b0['cIDTc']('\x20\x20',_0x41a46b['gherkinDocument'][_0x4a1bec(0x102)][_0x4a1bec(0x160)]),_0x4944b0[_0x4a1bec(0x11b)]),_0x41a46b[_0x4a1bec(0x159)]['name']),'\x0a'));const _0x2934b5={};_0x2934b5[_0x4a1bec(0x141)]=this[_0x4a1bec(0x141)],_0x2934b5['snippetBuilder']=this[_0x4a1bec(0x14b)],_0x2934b5[_0x4a1bec(0x16e)]=this[_0x4a1bec(0x16e)],_0x2934b5[_0x4a1bec(0x148)]=_0x41a46b;const _0x471cbc=formatterHelpers[_0x4a1bec(0x157)](_0x2934b5);let _0x4453fb=![];_0x471cbc[_0x4a1bec(0x140)]['forEach'](_0x1df872=>{const _0x37bd8d=_0x4a1bec;if(_0x4944b0[_0x37bd8d(0x10b)](_0x1df872[_0x37bd8d(0x160)],_0x4944b0[_0x37bd8d(0x158)])&&!this[_0x37bd8d(0x152)](_0x1df872)){totalTests+=0x1,this['log'](_0x4944b0['zivrd'](_0x4944b0[_0x37bd8d(0x196)](_0x4944b0[_0x37bd8d(0x196)](_0x4944b0['nssGV'](_0x4944b0[_0x37bd8d(0x134)](_0x4944b0[_0x37bd8d(0x1af)],_0x1df872[_0x37bd8d(0x16d)]),_0x1df872[_0x37bd8d(0x18a)]||''),_0x4944b0[_0x37bd8d(0x11b)]),Status[_0x1df872[_0x37bd8d(0x19e)]['status']]),'\x0a')),this[_0x37bd8d(0x13f)](Status[_0x1df872[_0x37bd8d(0x19e)][_0x37bd8d(0x1ac)]]);if(_0x4944b0['OHYbm'](Status[_0x1df872['result']['status']],_0x4944b0[_0x37bd8d(0x19c)])){_0x4453fb=!![];const _0xc0a6e=_0x4944b0['qdXDM'](nestedKeyValue,_0x1df872,[_0x4944b0[_0x37bd8d(0x164)],_0x4944b0[_0x37bd8d(0x173)]]);_0xc0a6e&&(testsErrorMessage[_0x4944b0['cIDTc'](_0x4944b0[_0x37bd8d(0x186)](_0x41a46b[_0x37bd8d(0x12e)][_0x37bd8d(0x102)][_0x37bd8d(0x160)],_0x4944b0[_0x37bd8d(0x11b)]),_0x41a46b[_0x37bd8d(0x159)]['name'])]=_0xc0a6e,this[_0x37bd8d(0x19d)](_0x4944b0[_0x37bd8d(0x196)](_0xc0a6e,'\x0a')));}}}),_0x4453fb&&(testSuitesFailed+=0x1),this[_0x4a1bec(0x19d)]('\x0a');}['logTestRunFinished'](_0x5c8e0a){}[a6_0x8b97ae(0x152)](_0xacc4eb){const _0x258adc=a6_0x8b97ae,_0x5af4f0={};_0x5af4f0[_0x258adc(0x13e)]=function(_0x5a2ba1,_0x4f8a3d){return _0x5a2ba1!==_0x4f8a3d;},_0x5af4f0['IJBLI']=_0x258adc(0x17f);const _0x5341d7=_0x5af4f0;if(_0x5341d7['YpQTT'](_0xacc4eb[_0x258adc(0x17b)],undefined))return![];if(_0xacc4eb[_0x258adc(0x115)]&&_0xacc4eb[_0x258adc(0x115)][_0x258adc(0x1a5)][_0x258adc(0x182)](_0x5341d7[_0x258adc(0x165)]))return!![];return![];}[a6_0x8b97ae(0x13f)](_0x38ea1b){const _0xaae802=a6_0x8b97ae,_0x588232={};_0x588232[_0xaae802(0x145)]='FAILED',_0x588232[_0xaae802(0x18e)]=_0xaae802(0x139),_0x588232[_0xaae802(0x10c)]=_0xaae802(0x17d),_0x588232[_0xaae802(0x1a8)]=_0xaae802(0x113),_0x588232['WUFqj']=_0xaae802(0x10f),_0x588232[_0xaae802(0x100)]='UNKNOWN',_0x588232[_0xaae802(0x1a4)]='AMBIGUOUS';const _0x193743=_0x588232;switch(_0x38ea1b){case _0x193743['KgpXQ']:testsFailed+=0x1;break;case _0x193743[_0xaae802(0x18e)]:testsPassed+=0x1;break;case _0x193743['VSlQH']:testsSkipped+=0x1;break;case _0x193743[_0xaae802(0x1a8)]:testsPending+=0x1;break;case _0x193743[_0xaae802(0x1aa)]:testsUndefined+=0x1;break;case _0x193743['Nizjh']:testsUnknown+=0x1;break;case _0x193743['RUkxG']:testsAmbiguous+=0x1;break;default:break;}}[a6_0x8b97ae(0x131)](_0x24b990){const _0x2e8102=a6_0x8b97ae,_0x46c6bd={'PevzM':function(_0x5043f7,_0x29abd6){return _0x5043f7!==_0x29abd6;},'tyKwj':function(_0x44370e,_0x550432){return _0x44370e(_0x550432);},'bJoPT':function(_0x912f46,_0x30e5c5){return _0x912f46+_0x30e5c5;},'pLJwe':function(_0x9c3e27){return _0x9c3e27();}};let _0x5982f5;if(_0x46c6bd[_0x2e8102(0x170)](process[_0x2e8102(0x169)][_0x2e8102(0x163)],undefined)){const _0x4e65d9=JSON[_0x2e8102(0x15c)](process[_0x2e8102(0x169)][_0x2e8102(0x163)]);_0x5982f5=_0x4e65d9['capability'];}_0x46c6bd[_0x2e8102(0x170)](_0x5982f5,undefined)&&(global[_0x2e8102(0x13c)]=_0x46c6bd[_0x2e8102(0x172)](getPlatformName,_0x5982f5),this['log'](_0x46c6bd['bJoPT'](_0x2e8102(0x177)+global[_0x2e8102(0x13c)],'\x0a'))),_0x46c6bd[_0x2e8102(0x122)](shouldProcessEventForTesthub)&&(TestDetails[_0x2e8102(0x15b)](),this[_0x2e8102(0x18b)][_0x2e8102(0x107)]=_0x24b990);}[a6_0x8b97ae(0x136)](_0x230f57){const _0x3ed311=a6_0x8b97ae;this[_0x3ed311(0x18b)]['testRunFinished']=_0x230f57,this[_0x3ed311(0x192)](_0x230f57);}async[a6_0x8b97ae(0x133)](_0x18b827,_0x274130,_0x547a7d){const _0x4a75f7=a6_0x8b97ae,_0x1ca8f2={'wemee':function(_0x3a445a,_0x30b417){return _0x3a445a(_0x30b417);},'tYhtz':_0x4a75f7(0x193),'aZgNU':function(_0x5e1ca8,_0x3ad1e4){return _0x5e1ca8&&_0x3ad1e4;}};testSuites+=0x1;if(_0x1ca8f2[_0x4a75f7(0x18d)](shouldProcessEventForTesthub,_0x1ca8f2[_0x4a75f7(0x155)]))try{this[_0x4a75f7(0x18b)][_0x4a75f7(0x191)]=this['report'][_0x4a75f7(0x191)]||{},this[_0x4a75f7(0x18b)][_0x4a75f7(0x191)][_0x18b827['id']]=_0x18b827;const _0x421346=TestDetails[_0x4a75f7(0x112)](_0x18b827['id']);_testCasesData[_0x18b827['id']]=Object[_0x4a75f7(0x126)]({},_0x547a7d);const _0x2a7e89=this[_0x4a75f7(0x18b)],_0x4ac43e=_0x18b827['testCaseId'],_0x25205e=_0x2a7e89[_0x4a75f7(0x13d)][_0x4a75f7(0x11a)](_0x17ee1b=>_0x17ee1b['id']===_0x4ac43e)[_0x4a75f7(0x183)],_0x2484ae=_0x2a7e89[_0x4a75f7(0x159)][_0x4a75f7(0x11a)](_0x520e95=>_0x520e95['id']===_0x25205e),_0x4004be=_0x2a7e89[_0x4a75f7(0x12e)][_0x4a75f7(0x11a)](_0x58f075=>_0x58f075[_0x4a75f7(0x1a5)]===_0x2484ae[_0x4a75f7(0x1a5)]),_0x138257=_0x4004be[_0x4a75f7(0x102)],_0x28f731={'uuid':_0x421346,'startedAt':new Date()[_0x4a75f7(0x1a6)]()};if(_0x2484ae){const _0x4ff2ed={};_0x4ff2ed[_0x4a75f7(0x160)]=_0x2484ae['name'],_0x28f731[_0x4a75f7(0x104)]=_0x4ff2ed;}if(_0x1ca8f2[_0x4a75f7(0x167)](_0x4004be,_0x138257)){const _0x49fd3a={};_0x49fd3a[_0x4a75f7(0x1a0)]=_0x4004be[_0x4a75f7(0x1a5)],_0x49fd3a[_0x4a75f7(0x160)]=_0x138257['name'],_0x49fd3a[_0x4a75f7(0x149)]=_0x138257[_0x4a75f7(0x149)],_0x28f731[_0x4a75f7(0x102)]=_0x49fd3a;}_tests[_0x4ac43e]=_0x28f731,await testObservabilityReporter['sendTestRunEventForCucumber'](_0x547a7d,_0x4004be,_0x2484ae,_0x1ca8f2[_0x4a75f7(0x155)],_0x28f731);}catch(_0x2de637){logger[_0x4a75f7(0x18f)](_0x4a75f7(0x18c)+util[_0x4a75f7(0x10d)](_0x2de637)+'\x20');}}async[a6_0x8b97ae(0x194)](_0x5456a8,_0x1ad0db,_0x341f15){const _0xa6e015=a6_0x8b97ae,_0x565515={'YqpVQ':function(_0x5bda7f,_0x1ba5a2){return _0x5bda7f(_0x1ba5a2);},'vJScj':_0xa6e015(0x175)};this[_0xa6e015(0x19a)](_0x5456a8);if(_0x565515['YqpVQ'](shouldProcessEventForTesthub,_0x565515[_0xa6e015(0x1ae)]))try{this['report'][_0xa6e015(0x12a)]=this[_0xa6e015(0x18b)]['testCaseFinished']||{},this['report'][_0xa6e015(0x12a)][_0x5456a8[_0xa6e015(0x14d)]]=_0x5456a8,_testCasesData[_0x341f15['id']]=Object[_0xa6e015(0x126)]({},_0x341f15);const _0x451b65=_0x5456a8[_0xa6e015(0x14d)],_0x523a41=_0x1ad0db['eventDataCollector']['testCaseAttemptDataMap'][_0x451b65][_0xa6e015(0x13a)],_0x36f883=_0x1ad0db[_0xa6e015(0x129)]['testCaseMap'][_0x523a41],_0x5cee98=_0x36f883['pickleId'],_0x570214=_0x1ad0db[_0xa6e015(0x129)][_0xa6e015(0x16a)][_0x5cee98],_0x423e48=this[_0xa6e015(0x14e)](_0x1ad0db,_0x570214),_0x2e02c6=_tests[_0x523a41];_0x2e02c6&&(delete _tests[_0x523a41],_0x2e02c6[_0xa6e015(0x166)]=new Date()['toISOString']()),await testObservabilityReporter[_0xa6e015(0x110)](_0x341f15,_0x423e48,_0x570214,_0x565515['vJScj'],_0x2e02c6);}catch(_0x36bd7d){logger[_0xa6e015(0x18f)](_0xa6e015(0x12d)+util[_0xa6e015(0x10d)](_0x36bd7d));}}async['onTestStepStarted'](_0x5c966d,_0x498b5c){const _0x3bff7d=a6_0x8b97ae,_0x5a931b={'GPeqH':function(_0x161d71,_0x5581e5){return _0x161d71(_0x5581e5);},'PYHFg':_0x3bff7d(0x118),'XoTMf':function(_0x5c45f2,_0x33d3ac){return _0x5c45f2!==_0x33d3ac;},'THkNu':_0x3bff7d(0x181)};if(_0x5a931b[_0x3bff7d(0x124)](shouldProcessEventForTesthub,_0x5a931b[_0x3bff7d(0x108)]))try{this[_0x3bff7d(0x18b)][_0x3bff7d(0x144)]=this[_0x3bff7d(0x18b)]['testStepStarted']||{},this['report'][_0x3bff7d(0x144)][_0x5c966d[_0x3bff7d(0x14d)]]=_0x5c966d;const _0x4a2638=_0x5c966d['testCaseStartedId'],_0x1cf531=_0x498b5c[_0x3bff7d(0x129)][_0x3bff7d(0x138)][_0x4a2638][_0x3bff7d(0x13a)],_0x241f8a=this[_0x3bff7d(0x18b)][_0x3bff7d(0x13d)][_0x3bff7d(0x11a)](_0xaf7937=>_0xaf7937['id']===_0x1cf531)[_0x3bff7d(0x183)],_0x3eb366=this[_0x3bff7d(0x18b)][_0x3bff7d(0x159)][_0x3bff7d(0x11a)](_0x5e8181=>_0x5e8181['id']===_0x241f8a),_0x209573=this['report'][_0x3bff7d(0x13d)]['find'](_0x153041=>_0x153041['id']===_0x1cf531)[_0x3bff7d(0x140)],_0x4ed111=this[_0x3bff7d(0x18b)]['testStepStarted'][_0x4a2638]['testStepId'],_0x428d4a=_0x209573[_0x3bff7d(0x11a)](_0xf0525c=>_0xf0525c['id']===_0x4ed111)[_0x3bff7d(0x15a)],_0x1068cd=_0x3eb366[_0x3bff7d(0x16b)]['find'](_0x5282bf=>_0x5282bf['id']===_0x428d4a);if(_0x428d4a&&_tests[_0x1cf531]&&_0x5a931b['XoTMf'](_tests[_0x1cf531][_0x5a931b[_0x3bff7d(0x135)]],_0x4ed111)){_tests[_0x1cf531][_0x5a931b[_0x3bff7d(0x135)]]=_0x4ed111;const _0x1b8b96={};_0x1b8b96[_0x3bff7d(0x16b)]=[];const _0x49c0a3=_tests[_0x1cf531]||_0x1b8b96;_0x49c0a3&&!_0x49c0a3[_0x3bff7d(0x16b)]&&(_0x49c0a3[_0x3bff7d(0x16b)]=[]),_0x49c0a3['steps'][_0x3bff7d(0x197)]({'id':_0x1068cd['id'],'text':_0x1068cd[_0x3bff7d(0x18a)],'started_at':new Date()['toISOString']()}),_tests[_0x1cf531]=_0x49c0a3;}await testObservabilityReporter[_0x3bff7d(0x17c)](this[_0x3bff7d(0x18b)],_0x4a2638,_0x5a931b[_0x3bff7d(0x108)],_0x209573,_0x4ed111,_tests[_0x1cf531]);}catch(_0x480b15){logger[_0x3bff7d(0x18f)](_0x3bff7d(0x153)+util['format'](_0x480b15));}}async[a6_0x8b97ae(0x146)](_0x36772a,_0x5ae341){const _0x1b871d=a6_0x8b97ae,_0x43f0dc={'NFoBV':function(_0x191b63,_0x5774a5){return _0x191b63===_0x5774a5;},'XEEiq':_0x1b871d(0x10e),'HUVjv':function(_0x1c5f7f,_0x11cfc7){return _0x1c5f7f(_0x11cfc7);},'TRaxI':_0x1b871d(0x174),'xQUup':_0x1b871d(0x12b),'JMEVS':'UnhandledError','CFrsW':'testStepId'};this['report']['testStepFinished']=this['report'][_0x1b871d(0x1a1)]||{},this[_0x1b871d(0x18b)][_0x1b871d(0x1a1)][_0x36772a['testCaseStartedId']]=_0x36772a;if(_0x43f0dc[_0x1b871d(0x1a7)](shouldProcessEventForTesthub,_0x43f0dc[_0x1b871d(0x178)]))try{const _0x428a7f=_0x36772a['testCaseStartedId'],_0x39f4c7=_0x5ae341[_0x1b871d(0x129)][_0x1b871d(0x138)][_0x428a7f][_0x1b871d(0x13a)],_0x13b5e2=_0x5ae341[_0x1b871d(0x129)][_0x1b871d(0x132)][_0x39f4c7],_0x293782=_0x13b5e2[_0x1b871d(0x183)],_0x4a7059=_0x5ae341[_0x1b871d(0x129)][_0x1b871d(0x16a)][_0x293782],_0x5e02a8=_0x36772a[_0x1b871d(0x181)],_0x5ebd01=_0x13b5e2[_0x1b871d(0x140)],_0x5a054f=this['eventDataCollector'][_0x1b871d(0x190)](_0x428a7f),_0x39d5a2=_0x5ebd01[_0x1b871d(0x11a)](_0x110e33=>_0x110e33['id']===_0x5e02a8)[_0x1b871d(0x15a)];let _0xb01e2b,_0x17e5e0;_0x36772a[_0x1b871d(0x17e)]&&_0x43f0dc[_0x1b871d(0x1a2)](_0x36772a[_0x1b871d(0x17e)][_0x1b871d(0x1ac)][_0x1b871d(0x1ad)]()[_0x1b871d(0x150)](),_0x43f0dc[_0x1b871d(0x180)])&&(_0xb01e2b=_0x43f0dc[_0x1b871d(0x1a2)](_0x36772a[_0x1b871d(0x17e)][_0x1b871d(0x143)],undefined)?_0x36772a[_0x1b871d(0x17e)][_0x1b871d(0x16f)]:_0x36772a[_0x1b871d(0x17e)][_0x1b871d(0x143)][_0x1b871d(0x16f)],_0x17e5e0=_0x43f0dc[_0x1b871d(0x1a2)](_0x36772a[_0x1b871d(0x17e)]['exception'],undefined)?_0x43f0dc['JMEVS']:_0x36772a[_0x1b871d(0x17e)][_0x1b871d(0x16f)]);await testObservabilityReporter[_0x1b871d(0x17c)](this[_0x1b871d(0x18b)],_0x428a7f,_0x43f0dc[_0x1b871d(0x178)],_0x5ebd01,_0x5e02a8,_tests[_0x39f4c7]);if(_0x39d5a2&&_tests[_0x39f4c7][_0x43f0dc['CFrsW']]){const _0x150ee1=_0x4a7059[_0x1b871d(0x16b)][_0x1b871d(0x11a)](_0x534279=>_0x534279['id']===_0x39d5a2),_0x320ea3={};_0x320ea3['steps']=[];const _0x227533=_tests[_0x39f4c7]||_0x320ea3;!_0x227533[_0x1b871d(0x16b)]?_0x227533[_0x1b871d(0x16b)]=[{'id':_0x150ee1['id'],'text':_0x150ee1[_0x1b871d(0x18a)],'finished_at':new Date()[_0x1b871d(0x1a6)](),'result':_0x36772a[_0x1b871d(0x17e)]['status'],'duration':_0x36772a[_0x1b871d(0x17e)][_0x1b871d(0x179)][_0x1b871d(0x121)],'failure':_0xb01e2b,'failureType':_0x17e5e0}]:_0x227533['steps'][_0x1b871d(0x125)](_0x4acefa=>{const _0xc5f58e=_0x1b871d;if(_0x43f0dc[_0xc5f58e(0x1a2)](_0x4acefa['id'],_0x150ee1['id'])){const _0x6b8905=_0x43f0dc[_0xc5f58e(0x1a3)][_0xc5f58e(0x14a)]('|');let _0x59376c=0x0;while(!![]){switch(_0x6b8905[_0x59376c++]){case'0':_0x4acefa['failure']=_0xb01e2b;continue;case'1':_0x4acefa[_0xc5f58e(0x19f)]=_0x17e5e0;continue;case'2':_0x4acefa[_0xc5f58e(0x19e)]=_0x36772a[_0xc5f58e(0x17e)][_0xc5f58e(0x1ac)];continue;case'3':_0x4acefa[_0xc5f58e(0x171)]=new Date()[_0xc5f58e(0x1a6)]();continue;case'4':_0x4acefa['duration']=_0x36772a[_0xc5f58e(0x17e)][_0xc5f58e(0x179)]['seconds'];continue;}break;}}}),_tests[_0x39f4c7]=_0x227533,delete _tests[_0x39f4c7][_0x43f0dc[_0x1b871d(0x117)]];}}catch(_0x7efb1){logger[_0x1b871d(0x18f)]('Exception\x20in\x20onTestStepFinished\x20event:\x20'+util[_0x1b871d(0x10d)](_0x7efb1));}}[a6_0x8b97ae(0x11c)](_0x51496d){const _0x53687e=a6_0x8b97ae,_0x7592dc={};return _0x51496d[_0x53687e(0x102)][_0x53687e(0x162)]['map'](this[_0x53687e(0x101)])[_0x53687e(0x185)]()['forEach'](_0x2fd9ef=>_0x2fd9ef[_0x53687e(0x16b)][_0x53687e(0x125)](_0x5a118c=>_0x7592dc[_0x5a118c['id']]=_0x5a118c)),_0x7592dc;}[a6_0x8b97ae(0x101)](_0x511c79){const _0x3972e1=a6_0x8b97ae,_0x40f610={'TcOna':function(_0x49fc82,_0x30585f){return _0x49fc82(_0x30585f);},'uPHXk':function(_0x3e6003,_0x15a308){return _0x3e6003(_0x15a308);}};if(!_0x40f610[_0x3972e1(0x15d)](isUndefined,_0x511c79[_0x3972e1(0x195)]))return[_0x511c79[_0x3972e1(0x195)]];else{if(!_0x40f610[_0x3972e1(0x198)](isUndefined,_0x511c79['rule']))return _0x511c79['rule'][_0x3972e1(0x162)][_0x3972e1(0x187)](_0x1e4485=>!isUndefined(_0x1e4485[_0x3972e1(0x195)])?_0x1e4485[_0x3972e1(0x195)]:_0x1e4485[_0x3972e1(0x104)]);};return[_0x511c79[_0x3972e1(0x104)]];}['getGherkinDocument'](_0x2df4e8,_0x11c8cc){const _0x5d2327=a6_0x8b97ae;return Object[_0x5d2327(0x114)](_0x2df4e8['eventDataCollector'][_0x5d2327(0x156)])[_0x5d2327(0x11a)](_0x539403=>_0x539403[_0x5d2327(0x1a5)]===_0x11c8cc[_0x5d2327(0x1a5)]);}}function a6_0x2a6e(_0x43fb82,_0x554fc9){const _0x200726=a6_0x2007();return a6_0x2a6e=function(_0x2a6eaf,_0x1f4828){_0x2a6eaf=_0x2a6eaf-0x100;let _0x4c559a=_0x200726[_0x2a6eaf];return _0x4c559a;},a6_0x2a6e(_0x43fb82,_0x554fc9);}module[a6_0x8b97ae(0x15e)]=o11yClassErrorHandler(BrowserstackFormatter,[a6_0x8b97ae(0x133),a6_0x8b97ae(0x194),'onTestStepStarted',a6_0x8b97ae(0x146),a6_0x8b97ae(0x131),a6_0x8b97ae(0x136),a6_0x8b97ae(0x101),a6_0x8b97ae(0x14e),a6_0x8b97ae(0x11c)]);
1
+ function a6_0x182d(){const _0xf63c17=['map','thGfU','949114VENFnh','YueBc','cucumber-js/test.setup.js','WsdSR','bstack','testCase','fYvvg','testStepStarted','extractStepContainers','onTestCaseStarted','eecVE','result','scenario','gherkinDocument','env','onTestRunFinished','teVmI','stepDefinition','UnhandledError','onGherkinDocument','getTestCaseAttempt','testCaseId','9014894JJbnQq','includes','assign','iNNfZ','rule','fzIxJ','EVufq','HookRunFinished','values','onHook','LYSiG','563405GXMsDT','split','failed','30FyCeyh','failureType','Exception\x20in\x20onTestStepStarted\x20event:\x20','jZVxw','../../../helpers/testhub/utils.js','actionLocation','96040wGrGKj','32617717WBfCRS','fyDnC','incrementCounter','sourceLocation','KiwgA','onStepDefinition','10NrncWe','fnZFt','description','Executing\x20tests\x20for\x20','CONFIG','../../../helpers/test-observability/error-handler','../../../helpers/logger','__platform','background','report','1320942uSBcLJ','forEach','status','testStepFinished','Exception\x20in\x20sending\x20onTestCaseStarted:\x20','pickleId','PENDING','gherkinDocumentMap','uSCny','KMKkE','keyword','testCaseMap','pickleStepId','feature','sendTestRunEventForCucumber','jdQBQ','WYynl','testCaseAttemptDataMap','pickle','source','exception','testSteps','kpqNF','log','snippetBuilder','\x20\x20\x20\x20','pickleMap','xbXXL','onTestStepStarted','TrNvl','@cucumber/cucumber','testCaseStartedId','testStepResult','message','supportCodeLibrary','steps','testCaseFinished','duration','OWJqV','winstonLogger','onSource','capability','testRunFinished','NWaRi','FAILED','mBVkS','3DSbsTl','423GUlgOb','AMBIGUOUS','SKIPPED','children','yYOgF','hook','TestRunStarted','cwd','push','testCaseStarted','testCases','failure','getTestUUID','Vgvby','\x20-\x20','text','uri','name','qDyjS','../../../helpers/helper','../test-observability.js','XCXTt','logTestRunFinished','format','../../playwright/reporter/test-details.js','UNDEFINED','testStepId','getGherkinDocument','toString','YhsIB','HookRunStarted','eJmOZ','testCaseAttempt','parseTestCaseAttempt','UNKNOWN','onTestCase','SkiVY','716632eXGGdl','Exception\x20in\x20onTestStepFinished\x20event:\x20','eventDataCollector','testRunStarted','toISOString','hooks','jMBMS','getGherkinStepMap','isBstackHook','xVCLp','seconds','TestRunFinished','bKRJF','iaYZd','find','TLxWz','onTestCaseFinished','sendHook','onTestStepFinished','eventBroadcaster','logTestCaseFinished','debug','onPickle'];a6_0x182d=function(){return _0xf63c17;};return a6_0x182d();}const a6_0x2760cf=a6_0x20b8;(function(_0x54d271,_0x1f7d33){const _0x2a7e29=a6_0x20b8,_0x4953b3=_0x54d271();while(!![]){try{const _0x37941f=parseInt(_0x2a7e29(0x138))/0x1+parseInt(_0x2a7e29(0x173))/0x2*(-parseInt(_0x2a7e29(0x1a1))/0x3)+-parseInt(_0x2a7e29(0x11f))/0x4+parseInt(_0x2a7e29(0x159))/0x5*(-parseInt(_0x2a7e29(0x15c))/0x6)+-parseInt(_0x2a7e29(0x14e))/0x7+parseInt(_0x2a7e29(0x162))/0x8*(-parseInt(_0x2a7e29(0x1a2))/0x9)+parseInt(_0x2a7e29(0x169))/0xa*(parseInt(_0x2a7e29(0x163))/0xb);if(_0x37941f===_0x1f7d33)break;else _0x4953b3['push'](_0x4953b3['shift']());}catch(_0x7f0d1a){_0x4953b3['push'](_0x4953b3['shift']());}}}(a6_0x182d,0xa0f32));function a6_0x20b8(_0x37aa3a,_0x358737){const _0x182d40=a6_0x182d();return a6_0x20b8=function(_0x20b8b4,_0x34faa7){_0x20b8b4=_0x20b8b4-0x106;let _0x22014f=_0x182d40[_0x20b8b4];return _0x22014f;},a6_0x20b8(_0x37aa3a,_0x358737);}const {requireModule,getPlatformName,nestedKeyValue,isUndefined}=require(a6_0x2760cf(0x10d)),util=require('util'),{Formatter,formatterHelpers,Status}=requireModule(a6_0x2760cf(0x191)),TestDetails=require(a6_0x2760cf(0x112)),TestObservabilityReporter=require(a6_0x2760cf(0x10e)),{o11yClassErrorHandler}=require(a6_0x2760cf(0x16e)),{shouldProcessEventForTesthub}=require(a6_0x2760cf(0x160)),testObservabilityReporter=new TestObservabilityReporter(),logger=require(a6_0x2760cf(0x16f))[a6_0x2760cf(0x19a)],_tests={},_testCasesData={};class BrowserstackFormatter extends Formatter{constructor(_0x901f54){const _0x338e77=a6_0x2760cf,_0xe2b863={};_0xe2b863[_0x338e77(0x139)]='envelope';const _0x1fe26f=_0xe2b863;super(_0x901f54),this['report']={},_0x901f54[_0x338e77(0x132)]['on'](_0x1fe26f[_0x338e77(0x139)],async _0x25b08d=>{const _0x5d31fd=_0x338e77;switch(!![]){case!!_0x25b08d['testRunStarted']:this['onTestRunStarted'](_0x25b08d[_0x5d31fd(0x122)]);break;case!!_0x25b08d[_0x5d31fd(0x19d)]:this[_0x5d31fd(0x147)](_0x25b08d['testRunFinished']);break;case!!_0x25b08d['testCaseStarted']:this['onTestCaseStarted'](_0x25b08d[_0x5d31fd(0x1ab)],_0x901f54,_0x25b08d);break;case!!_0x25b08d[_0x5d31fd(0x197)]:this['onTestCaseFinished'](_0x25b08d[_0x5d31fd(0x197)],_0x901f54,_0x25b08d);break;case!!_0x25b08d['testStepStarted']:this[_0x5d31fd(0x18f)](_0x25b08d[_0x5d31fd(0x13f)],_0x901f54);break;case!!_0x25b08d[_0x5d31fd(0x176)]:this['onTestStepFinished'](_0x25b08d[_0x5d31fd(0x176)],_0x901f54);break;case!!_0x25b08d[_0x5d31fd(0x1a7)]:this[_0x5d31fd(0x157)](_0x25b08d[_0x5d31fd(0x1a7)]);break;case!!_0x25b08d[_0x5d31fd(0x13d)]:this['onTestCase'](_0x25b08d[_0x5d31fd(0x13d)]);break;case!!_0x25b08d['pickle']:this[_0x5d31fd(0x135)](_0x25b08d['pickle']);break;case!!_0x25b08d[_0x5d31fd(0x145)]:this['onGherkinDocument'](_0x25b08d[_0x5d31fd(0x145)]);break;}});}['onHook'](_0x382bad){const _0x216a12=a6_0x2760cf;this[_0x216a12(0x172)][_0x216a12(0x124)]=Object[_0x216a12(0x150)]([],this[_0x216a12(0x172)][_0x216a12(0x124)]||[]),this[_0x216a12(0x172)][_0x216a12(0x124)][_0x216a12(0x1aa)](_0x382bad);}[a6_0x2760cf(0x135)](_0x1d1c77){const _0x3b9b69=a6_0x2760cf;this[_0x3b9b69(0x172)][_0x3b9b69(0x185)]=Object[_0x3b9b69(0x150)]([],this[_0x3b9b69(0x172)][_0x3b9b69(0x185)]||[],[_0x1d1c77]),this[_0x3b9b69(0x172)][_0x3b9b69(0x185)][_0x3b9b69(0x1aa)](_0x1d1c77);}[a6_0x2760cf(0x14b)](_0x2b6df9){const _0x53483f=a6_0x2760cf;this['report'][_0x53483f(0x145)]=Object[_0x53483f(0x150)]([],this[_0x53483f(0x172)][_0x53483f(0x145)]||[],[_0x2b6df9]),this['report'][_0x53483f(0x145)][_0x53483f(0x1aa)](_0x2b6df9);}[a6_0x2760cf(0x19b)](_0x54e767){const _0x52e4a4=a6_0x2760cf;this['report'][_0x52e4a4(0x186)]=_0x54e767;}[a6_0x2760cf(0x168)](_0x629f97){const _0x557389=a6_0x2760cf;this[_0x557389(0x172)][_0x557389(0x149)]=Object['assign']([],this['report']['stepDefinition']||[],[_0x629f97]),this[_0x557389(0x172)][_0x557389(0x149)][_0x557389(0x1aa)](_0x629f97);}[a6_0x2760cf(0x11d)](_0x13633c){const _0x3568d3=a6_0x2760cf;this[_0x3568d3(0x172)]['testCases']=Object[_0x3568d3(0x150)]([],this[_0x3568d3(0x172)][_0x3568d3(0x1ac)]||[],[_0x13633c]),this[_0x3568d3(0x172)][_0x3568d3(0x1ac)][_0x3568d3(0x1aa)](_0x13633c);}[a6_0x2760cf(0x133)](_0x426a8a){const _0x585d22=a6_0x2760cf,_0x5571cd={'LgZtN':function(_0x4c76b6,_0xeb95fb){return _0x4c76b6!==_0xeb95fb;},'UGOwK':_0x585d22(0x13c),'jMBMS':function(_0x787908,_0x123b42){return _0x787908+_0x123b42;},'xVCLp':function(_0x5256b9,_0x138815){return _0x5256b9+_0x138815;},'kpiZd':_0x585d22(0x18c),'KiwgA':_0x585d22(0x108),'uSCny':function(_0x5bbff2,_0x412fcb){return _0x5bbff2===_0x412fcb;},'fyDnC':_0x585d22(0x19f),'yYOgF':function(_0x194e9d,_0x32a9d2,_0x47c5db){return _0x194e9d(_0x32a9d2,_0x47c5db);},'jZVxw':_0x585d22(0x143),'iaYZd':'message','teVmI':function(_0x3ad206,_0x5173f1){return _0x3ad206+_0x5173f1;},'thGfU':function(_0x3c6fd3,_0x42d301){return _0x3c6fd3+_0x42d301;}};_0x5571cd['LgZtN'](global[_0x585d22(0x170)],undefined)&&this[_0x585d22(0x18a)](_0x5571cd[_0x585d22(0x148)](_0x5571cd[_0x585d22(0x125)]('\x0a',global[_0x585d22(0x170)]),'\x0a'));const _0x59648c=this[_0x585d22(0x121)]['getTestCaseAttempt'](_0x426a8a[_0x585d22(0x192)]);this[_0x585d22(0x18a)](_0x5571cd[_0x585d22(0x137)](_0x5571cd['teVmI'](_0x5571cd[_0x585d22(0x148)](_0x5571cd[_0x585d22(0x125)]('\x20\x20',_0x59648c[_0x585d22(0x145)][_0x585d22(0x180)][_0x585d22(0x10b)]),_0x5571cd[_0x585d22(0x167)]),_0x59648c[_0x585d22(0x185)][_0x585d22(0x10b)]),'\x0a'));const _0x53a181={};_0x53a181[_0x585d22(0x1a9)]=this[_0x585d22(0x1a9)],_0x53a181[_0x585d22(0x18b)]=this[_0x585d22(0x18b)],_0x53a181[_0x585d22(0x195)]=this[_0x585d22(0x195)],_0x53a181[_0x585d22(0x11a)]=_0x59648c;const _0x2fb37b=formatterHelpers[_0x585d22(0x11b)](_0x53a181);let _0x11b00f=![];_0x2fb37b[_0x585d22(0x188)]['forEach'](_0x1db566=>{const _0x25db5b=_0x585d22;if(_0x5571cd['LgZtN'](_0x1db566['name'],_0x5571cd['UGOwK'])&&!this[_0x25db5b(0x127)](_0x1db566)){totalTests+=0x1,this[_0x25db5b(0x18a)](_0x5571cd[_0x25db5b(0x125)](_0x5571cd[_0x25db5b(0x125)](_0x5571cd[_0x25db5b(0x125)](_0x5571cd[_0x25db5b(0x128)](_0x5571cd[_0x25db5b(0x128)](_0x5571cd['kpiZd'],_0x1db566[_0x25db5b(0x17d)]),_0x1db566[_0x25db5b(0x109)]||''),_0x5571cd[_0x25db5b(0x167)]),Status[_0x1db566['result']['status']]),'\x0a')),this[_0x25db5b(0x165)](Status[_0x1db566['result'][_0x25db5b(0x175)]]);if(_0x5571cd[_0x25db5b(0x17b)](Status[_0x1db566['result']['status']],_0x5571cd[_0x25db5b(0x164)])){_0x11b00f=!![];const _0x5b53ae=_0x5571cd[_0x25db5b(0x1a6)](nestedKeyValue,_0x1db566,[_0x5571cd[_0x25db5b(0x15f)],_0x5571cd[_0x25db5b(0x12c)]]);_0x5b53ae&&(testsErrorMessage[_0x5571cd[_0x25db5b(0x125)](_0x5571cd[_0x25db5b(0x125)](_0x59648c[_0x25db5b(0x145)][_0x25db5b(0x180)]['name'],_0x5571cd[_0x25db5b(0x167)]),_0x59648c[_0x25db5b(0x185)]['name'])]=_0x5b53ae,this[_0x25db5b(0x18a)](_0x5571cd[_0x25db5b(0x125)](_0x5b53ae,'\x0a')));}}}),_0x11b00f&&(testSuitesFailed+=0x1),this[_0x585d22(0x18a)]('\x0a');}[a6_0x2760cf(0x110)](_0x4f15cc){}[a6_0x2760cf(0x127)](_0x15f1d4){const _0x46a458=a6_0x2760cf,_0x24e203={};_0x24e203[_0x46a458(0x182)]=function(_0x42944b,_0xd6425d){return _0x42944b!==_0xd6425d;},_0x24e203[_0x46a458(0x10c)]=_0x46a458(0x13a);const _0x532afd=_0x24e203;if(_0x532afd[_0x46a458(0x182)](_0x15f1d4[_0x46a458(0x166)],undefined))return![];if(_0x15f1d4[_0x46a458(0x161)]&&_0x15f1d4[_0x46a458(0x161)][_0x46a458(0x10a)][_0x46a458(0x14f)](_0x532afd['qDyjS']))return!![];return![];}[a6_0x2760cf(0x165)](_0x5ef4df){const _0x1aa253=a6_0x2760cf,_0x407e8b={};_0x407e8b['eecVE']=_0x1aa253(0x19f),_0x407e8b[_0x1aa253(0x1a0)]='PASSED',_0x407e8b[_0x1aa253(0x17c)]=_0x1aa253(0x1a4),_0x407e8b[_0x1aa253(0x18e)]=_0x1aa253(0x179),_0x407e8b[_0x1aa253(0x119)]=_0x1aa253(0x113),_0x407e8b[_0x1aa253(0x12b)]=_0x1aa253(0x11c),_0x407e8b[_0x1aa253(0x153)]=_0x1aa253(0x1a3);const _0x5a22fd=_0x407e8b;switch(_0x5ef4df){case _0x5a22fd[_0x1aa253(0x142)]:testsFailed+=0x1;break;case _0x5a22fd['mBVkS']:testsPassed+=0x1;break;case _0x5a22fd['KMKkE']:testsSkipped+=0x1;break;case _0x5a22fd[_0x1aa253(0x18e)]:testsPending+=0x1;break;case _0x5a22fd['eJmOZ']:testsUndefined+=0x1;break;case _0x5a22fd[_0x1aa253(0x12b)]:testsUnknown+=0x1;break;case _0x5a22fd[_0x1aa253(0x153)]:testsAmbiguous+=0x1;break;default:break;}}['onTestRunStarted'](_0xa363b4){const _0xdcb59d=a6_0x2760cf,_0x5e0daf={'wStWv':function(_0x1dcd88,_0x49f2ba){return _0x1dcd88!==_0x49f2ba;},'PEhgP':function(_0x20c050,_0x2429cf){return _0x20c050!==_0x2429cf;},'XCXTt':function(_0x807775,_0x4dd8b1){return _0x807775(_0x4dd8b1);},'sxLig':function(_0x4f0af5,_0x52ce0a){return _0x4f0af5+_0x52ce0a;},'iNNfZ':function(_0x30c0c1){return _0x30c0c1();}};let _0xa48de8;if(_0x5e0daf['wStWv'](process[_0xdcb59d(0x146)][_0xdcb59d(0x16d)],undefined)){const _0x1512de=JSON['parse'](process['env'][_0xdcb59d(0x16d)]);_0xa48de8=_0x1512de[_0xdcb59d(0x19c)];}_0x5e0daf['PEhgP'](_0xa48de8,undefined)&&(global['__platform']=_0x5e0daf[_0xdcb59d(0x10f)](getPlatformName,_0xa48de8),this[_0xdcb59d(0x18a)](_0x5e0daf['sxLig'](_0xdcb59d(0x16c)+global[_0xdcb59d(0x170)],'\x0a'))),_0x5e0daf[_0xdcb59d(0x151)](shouldProcessEventForTesthub)&&(TestDetails['setup'](),this[_0xdcb59d(0x172)]['testRunStarted']=_0xa363b4);}['onTestRunFinished'](_0x431dee){const _0x1c4d0a=a6_0x2760cf;this[_0x1c4d0a(0x172)][_0x1c4d0a(0x19d)]=_0x431dee,this[_0x1c4d0a(0x110)](_0x431dee);}async[a6_0x2760cf(0x141)](_0x22081a,_0x3bada7,_0x653c68){const _0xbd8760=a6_0x2760cf,_0x404c7c={'UZbnB':function(_0xe8f3d9,_0x40a3ab){return _0xe8f3d9(_0x40a3ab);},'OWJqV':_0xbd8760(0x1a8),'TLxWz':function(_0x3c4591,_0x311cdb){return _0x3c4591&&_0x311cdb;}};testSuites+=0x1;if(_0x404c7c['UZbnB'](shouldProcessEventForTesthub,_0x404c7c[_0xbd8760(0x199)]))try{this[_0xbd8760(0x172)]['testCaseStarted']=this[_0xbd8760(0x172)]['testCaseStarted']||{},this[_0xbd8760(0x172)][_0xbd8760(0x1ab)][_0x22081a['id']]=_0x22081a;const _0x1238fc=TestDetails[_0xbd8760(0x106)](_0x22081a['id']);_testCasesData[_0x22081a['id']]=Object[_0xbd8760(0x150)]({},_0x653c68);const _0x166a7a=this['report'],_0x50b5b0=_0x22081a['testCaseId'],_0x30ec3e=_0x166a7a['testCases'][_0xbd8760(0x12d)](_0x217574=>_0x217574['id']===_0x50b5b0)[_0xbd8760(0x178)],_0x549a10=_0x166a7a[_0xbd8760(0x185)][_0xbd8760(0x12d)](_0x23e193=>_0x23e193['id']===_0x30ec3e),_0x33b288=_0x166a7a['gherkinDocument'][_0xbd8760(0x12d)](_0x57d01c=>_0x57d01c['uri']===_0x549a10[_0xbd8760(0x10a)]),_0xf30eb1=_0x33b288[_0xbd8760(0x180)],_0x4e5313={'uuid':_0x1238fc,'startedAt':new Date()[_0xbd8760(0x123)]()};if(_0x549a10){const _0xc9c7e2={};_0xc9c7e2[_0xbd8760(0x10b)]=_0x549a10['name'],_0x4e5313[_0xbd8760(0x144)]=_0xc9c7e2;}if(_0x404c7c[_0xbd8760(0x12e)](_0x33b288,_0xf30eb1)){const _0x5525a6={};_0x5525a6['path']=_0x33b288['uri'],_0x5525a6[_0xbd8760(0x10b)]=_0xf30eb1[_0xbd8760(0x10b)],_0x5525a6[_0xbd8760(0x16b)]=_0xf30eb1[_0xbd8760(0x16b)],_0x4e5313['feature']=_0x5525a6;}_tests[_0x50b5b0]=_0x4e5313,await testObservabilityReporter['sendTestRunEventForCucumber'](_0x653c68,_0x33b288,_0x549a10,_0x404c7c[_0xbd8760(0x199)],_0x4e5313);}catch(_0x568a36){logger[_0xbd8760(0x134)](_0xbd8760(0x177)+util[_0xbd8760(0x111)](_0x568a36)+'\x20');}}async[a6_0x2760cf(0x12f)](_0x794f57,_0x338918,_0x53da3d){const _0x39597a=a6_0x2760cf,_0x342613={'fnZFt':function(_0x28945f,_0x3fdea6){return _0x28945f(_0x3fdea6);},'YhsIB':_0x39597a(0x12a)};this['logTestCaseFinished'](_0x794f57);if(_0x342613[_0x39597a(0x16a)](shouldProcessEventForTesthub,_0x342613[_0x39597a(0x117)]))try{this[_0x39597a(0x172)][_0x39597a(0x197)]=this[_0x39597a(0x172)]['testCaseFinished']||{},this[_0x39597a(0x172)]['testCaseFinished'][_0x794f57[_0x39597a(0x192)]]=_0x794f57,_testCasesData[_0x53da3d['id']]=Object['assign']({},_0x53da3d);const _0xf58598=_0x794f57['testCaseStartedId'],_0x1adfbc=_0x338918[_0x39597a(0x121)]['testCaseAttemptDataMap'][_0xf58598][_0x39597a(0x14d)],_0x65773e=_0x338918[_0x39597a(0x121)][_0x39597a(0x17e)][_0x1adfbc],_0x5419d4=_0x65773e[_0x39597a(0x178)],_0x549b8a=_0x338918[_0x39597a(0x121)]['pickleMap'][_0x5419d4],_0x30e419=this[_0x39597a(0x115)](_0x338918,_0x549b8a),_0x4c57e0=_tests[_0x1adfbc];_0x4c57e0&&(delete _tests[_0x1adfbc],_0x4c57e0['finishedAt']=new Date()['toISOString']()),await testObservabilityReporter[_0x39597a(0x181)](_0x53da3d,_0x30e419,_0x549b8a,_0x342613[_0x39597a(0x117)],_0x4c57e0);}catch(_0x6c51ec){logger[_0x39597a(0x134)]('Exception\x20in\x20sending\x20onTestCaseFinished\x20event:\x20\x20'+util['format'](_0x6c51ec));}}async[a6_0x2760cf(0x18f)](_0x11f819,_0x1216da){const _0x3e22ce=a6_0x2760cf,_0x301e17={'WYynl':function(_0x2c9b05,_0x4ff4a4){return _0x2c9b05(_0x4ff4a4);},'fYvvg':_0x3e22ce(0x118),'TrNvl':function(_0x2a03b2,_0x5ac9e5){return _0x2a03b2!==_0x5ac9e5;},'LYSiG':'testStepId'};if(_0x301e17[_0x3e22ce(0x183)](shouldProcessEventForTesthub,_0x301e17[_0x3e22ce(0x13e)]))try{this['report'][_0x3e22ce(0x13f)]=this[_0x3e22ce(0x172)][_0x3e22ce(0x13f)]||{},this['report']['testStepStarted'][_0x11f819[_0x3e22ce(0x192)]]=_0x11f819;const _0x24bc2f=_0x11f819['testCaseStartedId'],_0x1d6e77=_0x1216da[_0x3e22ce(0x121)][_0x3e22ce(0x184)][_0x24bc2f][_0x3e22ce(0x14d)],_0x19705d=this['report'][_0x3e22ce(0x1ac)]['find'](_0x34b1a8=>_0x34b1a8['id']===_0x1d6e77)[_0x3e22ce(0x178)],_0x5916ab=this[_0x3e22ce(0x172)][_0x3e22ce(0x185)][_0x3e22ce(0x12d)](_0x24367d=>_0x24367d['id']===_0x19705d),_0x4ffe4e=this['report'][_0x3e22ce(0x1ac)][_0x3e22ce(0x12d)](_0x55fcac=>_0x55fcac['id']===_0x1d6e77)['testSteps'],_0x39b133=this[_0x3e22ce(0x172)][_0x3e22ce(0x13f)][_0x24bc2f][_0x3e22ce(0x114)],_0x38a3c7=_0x4ffe4e[_0x3e22ce(0x12d)](_0x3bf612=>_0x3bf612['id']===_0x39b133)[_0x3e22ce(0x17f)],_0x4ca0a5=_0x5916ab[_0x3e22ce(0x196)][_0x3e22ce(0x12d)](_0x5bc028=>_0x5bc028['id']===_0x38a3c7);if(_0x38a3c7&&_tests[_0x1d6e77]&&_0x301e17[_0x3e22ce(0x190)](_tests[_0x1d6e77][_0x301e17['LYSiG']],_0x39b133)){_tests[_0x1d6e77][_0x301e17[_0x3e22ce(0x158)]]=_0x39b133;const _0x484aa4={};_0x484aa4[_0x3e22ce(0x196)]=[];const _0x4b339f=_tests[_0x1d6e77]||_0x484aa4;_0x4b339f&&!_0x4b339f[_0x3e22ce(0x196)]&&(_0x4b339f[_0x3e22ce(0x196)]=[]),_0x4b339f[_0x3e22ce(0x196)]['push']({'id':_0x4ca0a5['id'],'text':_0x4ca0a5[_0x3e22ce(0x109)],'started_at':new Date()[_0x3e22ce(0x123)]()}),_tests[_0x1d6e77]=_0x4b339f;}await testObservabilityReporter[_0x3e22ce(0x130)](this['report'],_0x24bc2f,_0x301e17[_0x3e22ce(0x13e)],_0x4ffe4e,_0x39b133,_tests[_0x1d6e77]);}catch(_0x433441){logger[_0x3e22ce(0x134)](_0x3e22ce(0x15e)+util[_0x3e22ce(0x111)](_0x433441));}}async[a6_0x2760cf(0x131)](_0xd93818,_0x2f2200){const _0x189d72=a6_0x2760cf,_0x12b6de={'EVufq':function(_0xca005f,_0x46cd1f){return _0xca005f===_0x46cd1f;},'mCKKx':'2|0|1|4|3','NWaRi':function(_0x231987,_0x3ee633){return _0x231987(_0x3ee633);},'kpqNF':_0x189d72(0x155),'hlpJB':function(_0x113919,_0x207df3){return _0x113919===_0x207df3;},'SkiVY':_0x189d72(0x15b),'bAQGt':function(_0x456c1e,_0x33153d){return _0x456c1e===_0x33153d;},'MeGyf':_0x189d72(0x14a),'Vgvby':'testStepId'};this[_0x189d72(0x172)][_0x189d72(0x176)]=this['report'][_0x189d72(0x176)]||{},this['report'][_0x189d72(0x176)][_0xd93818['testCaseStartedId']]=_0xd93818;if(_0x12b6de[_0x189d72(0x19e)](shouldProcessEventForTesthub,_0x12b6de['kpqNF']))try{const _0x3f744e=_0xd93818['testCaseStartedId'],_0x5d8d7a=_0x2f2200[_0x189d72(0x121)][_0x189d72(0x184)][_0x3f744e]['testCaseId'],_0x47de8e=_0x2f2200['eventDataCollector'][_0x189d72(0x17e)][_0x5d8d7a],_0x5139a9=_0x47de8e['pickleId'],_0x791e56=_0x2f2200['eventDataCollector'][_0x189d72(0x18d)][_0x5139a9],_0xeb70b2=_0xd93818[_0x189d72(0x114)],_0x5e572b=_0x47de8e[_0x189d72(0x188)],_0x279af1=this[_0x189d72(0x121)][_0x189d72(0x14c)](_0x3f744e),_0x3992bc=_0x5e572b[_0x189d72(0x12d)](_0x405892=>_0x405892['id']===_0xeb70b2)[_0x189d72(0x17f)];let _0x429fc1,_0x377182;_0xd93818[_0x189d72(0x193)]&&_0x12b6de['hlpJB'](_0xd93818[_0x189d72(0x193)][_0x189d72(0x175)][_0x189d72(0x116)]()['toLowerCase'](),_0x12b6de[_0x189d72(0x11e)])&&(_0x429fc1=_0x12b6de['hlpJB'](_0xd93818[_0x189d72(0x193)][_0x189d72(0x187)],undefined)?_0xd93818[_0x189d72(0x193)]['message']:_0xd93818['testStepResult'][_0x189d72(0x187)][_0x189d72(0x194)],_0x377182=_0x12b6de['bAQGt'](_0xd93818[_0x189d72(0x193)][_0x189d72(0x187)],undefined)?_0x12b6de['MeGyf']:_0xd93818[_0x189d72(0x193)][_0x189d72(0x194)]);await testObservabilityReporter['sendHook'](this['report'],_0x3f744e,_0x12b6de[_0x189d72(0x189)],_0x5e572b,_0xeb70b2,_tests[_0x5d8d7a]);if(_0x3992bc&&_tests[_0x5d8d7a][_0x12b6de[_0x189d72(0x107)]]){const _0x2516d1=_0x791e56[_0x189d72(0x196)]['find'](_0x4324f5=>_0x4324f5['id']===_0x3992bc),_0x196c87={};_0x196c87[_0x189d72(0x196)]=[];const _0xfaf63c=_tests[_0x5d8d7a]||_0x196c87;!_0xfaf63c[_0x189d72(0x196)]?_0xfaf63c[_0x189d72(0x196)]=[{'id':_0x2516d1['id'],'text':_0x2516d1[_0x189d72(0x109)],'finished_at':new Date()[_0x189d72(0x123)](),'result':_0xd93818[_0x189d72(0x193)]['status'],'duration':_0xd93818[_0x189d72(0x193)][_0x189d72(0x198)]['seconds'],'failure':_0x429fc1,'failureType':_0x377182}]:_0xfaf63c[_0x189d72(0x196)][_0x189d72(0x174)](_0x972372=>{const _0x45fbf7=_0x189d72;if(_0x12b6de[_0x45fbf7(0x154)](_0x972372['id'],_0x2516d1['id'])){const _0x35ae8f=_0x12b6de['mCKKx'][_0x45fbf7(0x15a)]('|');let _0x56a263=0x0;while(!![]){switch(_0x35ae8f[_0x56a263++]){case'0':_0x972372[_0x45fbf7(0x143)]=_0xd93818['testStepResult'][_0x45fbf7(0x175)];continue;case'1':_0x972372[_0x45fbf7(0x198)]=_0xd93818['testStepResult'][_0x45fbf7(0x198)][_0x45fbf7(0x129)];continue;case'2':_0x972372['finished_at']=new Date()['toISOString']();continue;case'3':_0x972372[_0x45fbf7(0x15d)]=_0x377182;continue;case'4':_0x972372[_0x45fbf7(0x1ad)]=_0x429fc1;continue;}break;}}}),_tests[_0x5d8d7a]=_0xfaf63c,delete _tests[_0x5d8d7a][_0x12b6de[_0x189d72(0x107)]];}}catch(_0x4176fe){logger['debug'](_0x189d72(0x120)+util[_0x189d72(0x111)](_0x4176fe));}}[a6_0x2760cf(0x126)](_0x325ac8){const _0xf818e6=a6_0x2760cf,_0x4a9107={};return _0x325ac8[_0xf818e6(0x180)][_0xf818e6(0x1a5)][_0xf818e6(0x136)](this[_0xf818e6(0x140)])['flat']()[_0xf818e6(0x174)](_0x336697=>_0x336697[_0xf818e6(0x196)][_0xf818e6(0x174)](_0x2f7858=>_0x4a9107[_0x2f7858['id']]=_0x2f7858)),_0x4a9107;}[a6_0x2760cf(0x140)](_0x26b872){const _0x404263=a6_0x2760cf,_0x29e696={'WsdSR':function(_0x55529a,_0x3d57f9){return _0x55529a(_0x3d57f9);}};if(!_0x29e696[_0x404263(0x13b)](isUndefined,_0x26b872[_0x404263(0x171)]))return[_0x26b872['background']];else{if(!_0x29e696[_0x404263(0x13b)](isUndefined,_0x26b872[_0x404263(0x152)]))return _0x26b872[_0x404263(0x152)][_0x404263(0x1a5)]['map'](_0x69fe4b=>!isUndefined(_0x69fe4b[_0x404263(0x171)])?_0x69fe4b[_0x404263(0x171)]:_0x69fe4b[_0x404263(0x144)]);};return[_0x26b872['scenario']];}['getGherkinDocument'](_0x2cbe8b,_0x2a0297){const _0x588aaf=a6_0x2760cf;return Object[_0x588aaf(0x156)](_0x2cbe8b[_0x588aaf(0x121)][_0x588aaf(0x17a)])['find'](_0x22ca38=>_0x22ca38[_0x588aaf(0x10a)]===_0x2a0297['uri']);}}module['exports']=o11yClassErrorHandler(BrowserstackFormatter,[a6_0x2760cf(0x141),'onTestCaseFinished',a6_0x2760cf(0x18f),'onTestStepFinished','onTestRunStarted',a6_0x2760cf(0x147),'extractStepContainers',a6_0x2760cf(0x115),a6_0x2760cf(0x126)]);
@@ -1 +1 @@
1
- const a7_0x115989=a7_0x49f4;(function(_0x23783f,_0x2770d8){const _0xe206e4=a7_0x49f4,_0x440381=_0x23783f();while(!![]){try{const _0x3fd1e4=parseInt(_0xe206e4(0x14e))/0x1*(parseInt(_0xe206e4(0xf9))/0x2)+parseInt(_0xe206e4(0xf8))/0x3*(-parseInt(_0xe206e4(0x102))/0x4)+-parseInt(_0xe206e4(0x137))/0x5*(parseInt(_0xe206e4(0x106))/0x6)+parseInt(_0xe206e4(0x128))/0x7+-parseInt(_0xe206e4(0x13b))/0x8*(parseInt(_0xe206e4(0x134))/0x9)+parseInt(_0xe206e4(0x103))/0xa*(-parseInt(_0xe206e4(0x126))/0xb)+parseInt(_0xe206e4(0xf7))/0xc;if(_0x3fd1e4===_0x2770d8)break;else _0x440381['push'](_0x440381['shift']());}catch(_0x30144c){_0x440381['push'](_0x440381['shift']());}}}(a7_0x24ee,0x18d47));function a7_0x49f4(_0x56479d,_0x2f156d){const _0x24ee78=a7_0x24ee();return a7_0x49f4=function(_0x49f423,_0x104563){_0x49f423=_0x49f423-0xf7;let _0x42fe34=_0x24ee78[_0x49f423];return _0x42fe34;},a7_0x49f4(_0x56479d,_0x2f156d);}const {requireModule,getPlatformName,nestedKeyValue}=require(a7_0x115989(0x151)),{Formatter}=requireModule('cucumber'),pickleParser=requireModule('cucumber/lib/formatter/helpers/pickle_parser.js');class BrowserstackFormatter extends Formatter{constructor(_0x5b10d4){const _0x5c69bc=a7_0x115989,_0x3f1585={'bgyqE':function(_0x5018d0,_0x5ac3da){return _0x5018d0!==_0x5ac3da;},'fmadX':function(_0x5ec1c9,_0x2eb4d9){return _0x5ec1c9(_0x2eb4d9);},'duAbB':_0x5c69bc(0x14f),'hUoVM':'test-case-started','qrPYY':'test-case-finished','lXORu':_0x5c69bc(0x130),'riWeH':_0x5c69bc(0x112)};super(_0x5b10d4),_0x5b10d4[_0x5c69bc(0x127)]['on'](_0x3f1585[_0x5c69bc(0x135)],()=>{const _0x7ec19e=_0x5c69bc;let _0x5e9c37;if(_0x3f1585[_0x7ec19e(0x10e)](process[_0x7ec19e(0x11b)]['CONFIG'],undefined)){const _0x450ac4=JSON[_0x7ec19e(0x146)](process['env'][_0x7ec19e(0x10a)]);_0x5e9c37=_0x450ac4[_0x7ec19e(0x141)];}_0x3f1585[_0x7ec19e(0x10e)](_0x5e9c37,undefined)&&(global[_0x7ec19e(0x12b)]=_0x3f1585['fmadX'](getPlatformName,_0x5e9c37),console['log']('Executing\x20tests\x20for\x20'+global['__platform']));}),_0x5b10d4[_0x5c69bc(0x127)]['on'](_0x3f1585[_0x5c69bc(0x150)],()=>{testSuites+=0x1;}),_0x5b10d4[_0x5c69bc(0x127)]['on'](_0x3f1585[_0x5c69bc(0x136)],_0x407f23=>{const _0x275ac0=_0x5c69bc;this[_0x275ac0(0x129)](_0x407f23);}),_0x5b10d4['eventBroadcaster']['on'](_0x3f1585[_0x5c69bc(0x123)],()=>{totalTests-=0x2;}),_0x5b10d4[_0x5c69bc(0x127)]['on'](_0x3f1585[_0x5c69bc(0x144)],()=>{totalTests+=0x1;});}['logTestCaseFinished'](_0x3bf4b9){const _0x3d2139=a7_0x115989,_0x3c6353={'pADvZ':_0x3d2139(0x120),'ckpfa':_0x3d2139(0x100),'UTcQH':_0x3d2139(0x143),'oNEZw':'PENDING','xsqgI':_0x3d2139(0x119),'VYRuS':'UNKNOWN','FnSFe':_0x3d2139(0x109),'ZSnHc':function(_0x2087c0,_0x1cbc62){return _0x2087c0+_0x1cbc62;},'xoYtg':_0x3d2139(0x14b),'wNQHJ':_0x3d2139(0x110),'vRoln':function(_0x2414ae,_0x5cf48a){return _0x2414ae(_0x5cf48a);},'OnFfd':_0x3d2139(0x111),'ugmWC':function(_0x2dd80b,_0x199c07){return _0x2dd80b(_0x199c07);},'KdEkh':'\x20\x20\x20\x20AFTER\x20-\x20','vqlzJ':'\x20\x20\x20\x20BEFORE\x20-\x20','kLAZs':function(_0x7e20bc,_0x55f9bf){return _0x7e20bc===_0x55f9bf;},'Eouhl':function(_0x80a1f4,_0x36e787,_0x49aa00){return _0x80a1f4(_0x36e787,_0x49aa00);},'fxRGG':_0x3d2139(0x108),'IVkXF':_0x3d2139(0x124),'fquxM':_0x3d2139(0xfa),'CLwau':function(_0x3d299d,_0x3ab109){return _0x3d299d+_0x3ab109;},'zxtSJ':function(_0x3b27cb,_0x2546ad){return _0x3b27cb!==_0x2546ad;},'zCsSW':function(_0x42791f,_0x1c562b){return _0x42791f+_0x1c562b;},'Srkik':function(_0x24e6f5,_0x55b37c){return _0x24e6f5!==_0x55b37c;},'JMVdV':'undefined','KdWoS':function(_0x4e9b08,_0x21c494){return _0x4e9b08+_0x21c494;},'mrbwM':function(_0x5bead7,_0x206fd8){return _0x5bead7<_0x206fd8;},'BXTqc':function(_0x302e8b,_0x146790){return _0x302e8b+_0x146790;},'fhHia':function(_0x50c8fb,_0x5c3315){return _0x50c8fb+_0x5c3315;},'OSxnt':function(_0x151651,_0x4cac0f){return _0x151651(_0x4cac0f);},'GZnCk':function(_0x12bf71,_0x2e10ec){return _0x12bf71+_0x2e10ec;},'Cfepj':function(_0x29254d,_0x157aad){return _0x29254d+_0x157aad;},'zMkJo':function(_0x43c100,_0x1c7522){return _0x43c100+_0x1c7522;}};let _0x20d148=![];function _0x4e2564(_0x5e86a5){const _0x207376=_0x3d2139;switch(_0x5e86a5){case _0x3c6353[_0x207376(0x149)]:testsFailed+=0x1;break;case _0x3c6353[_0x207376(0x147)]:testsPassed+=0x1;break;case _0x3c6353['UTcQH']:testsSkipped+=0x1;break;case _0x3c6353[_0x207376(0x140)]:testsPending+=0x1;break;case _0x3c6353[_0x207376(0x10b)]:testsUndefined+=0x1;break;case _0x3c6353[_0x207376(0x118)]:testsUnknown+=0x1;break;case _0x3c6353[_0x207376(0x132)]:testsAmbiguous+=0x1;break;default:break;}}_0x3c6353[_0x3d2139(0x11f)](global[_0x3d2139(0x12b)],undefined)&&console[_0x3d2139(0x10f)](_0x3c6353[_0x3d2139(0xfd)](_0x3c6353['zCsSW']('\x0a',global[_0x3d2139(0x12b)]),'\x0a'));let _0x1d1c05=![];if(_0x3c6353[_0x3d2139(0x125)](typeof this[_0x3d2139(0x138)][_0x3d2139(0x148)],_0x3c6353[_0x3d2139(0x12d)])){var _0x3a89f9=this[_0x3d2139(0x138)]['getTestCaseData'](_0x3bf4b9[_0x3d2139(0x142)]),_0x2ba594=_0x3a89f9[_0x3d2139(0x13d)],_0x4ee9c3=_0x3a89f9['testCase'];console[_0x3d2139(0x10f)](_0x3c6353[_0x3d2139(0x10d)]('\x20\x20',_0x2ba594['name']));var _0xa24862=(0x0,pickleParser[_0x3d2139(0x13a)])(_0x2ba594);_0x4ee9c3[_0x3d2139(0x105)][_0x3d2139(0x116)](function(_0x542027){const _0x582c3d=_0x3d2139;if(_0x542027['actionLocation']&&_0x542027['sourceLocation'])_0x20d148=!![],console[_0x582c3d(0x10f)](_0x3c6353[_0x582c3d(0xfd)](_0x3c6353[_0x582c3d(0xfd)](_0x3c6353['ZSnHc'](_0x3c6353[_0x582c3d(0x12a)],_0xa24862[_0x542027[_0x582c3d(0x142)][_0x582c3d(0xfb)]][_0x582c3d(0x14c)]),_0x3c6353['wNQHJ']),_0x542027[_0x582c3d(0x108)]['status'][_0x582c3d(0x12f)]())),_0x3c6353[_0x582c3d(0x14a)](_0x4e2564,_0x542027['result']['status']['toUpperCase']());else _0x542027[_0x582c3d(0x12c)]&&(!_0x542027[_0x582c3d(0x12c)][_0x582c3d(0x107)][_0x582c3d(0xff)](_0x3c6353[_0x582c3d(0x122)])&&(_0x3c6353[_0x582c3d(0x113)](_0x4e2564,_0x542027[_0x582c3d(0x108)][_0x582c3d(0x114)][_0x582c3d(0x12f)]()),_0x20d148?console[_0x582c3d(0x10f)](_0x3c6353['ZSnHc'](_0x3c6353['KdEkh'],_0x542027[_0x582c3d(0x108)]['status'][_0x582c3d(0x12f)]())):console[_0x582c3d(0x10f)](_0x3c6353[_0x582c3d(0xfd)](_0x3c6353[_0x582c3d(0x11c)],_0x542027['result']['status'][_0x582c3d(0x12f)]()))));if(_0x3c6353[_0x582c3d(0x133)](_0x542027[_0x582c3d(0x108)][_0x582c3d(0x114)][_0x582c3d(0x12f)](),_0x3c6353[_0x582c3d(0x149)])){const _0x871b6c=_0x3c6353[_0x582c3d(0xfc)](nestedKeyValue,_0x542027,[_0x3c6353['fxRGG'],_0x3c6353[_0x582c3d(0x11e)],_0x3c6353[_0x582c3d(0x101)]]);_0x871b6c&&(testsErrorMessage[_0x2ba594[_0x582c3d(0x131)]]=_0x871b6c,console[_0x582c3d(0x10f)](_0x3c6353[_0x582c3d(0x104)](_0x871b6c,'\x0a'))),_0x1d1c05=!![];}});}else{const _0x25343b=this['eventDataCollector']['getTestCaseAttempt'](_0x3bf4b9);console[_0x3d2139(0x10f)](_0x3c6353['CLwau'](_0x3c6353[_0x3d2139(0x10c)](_0x3c6353['CLwau']('\x20\x20',_0x25343b[_0x3d2139(0x145)]['feature'][_0x3d2139(0x131)]),_0x3c6353[_0x3d2139(0x11d)]),_0x25343b[_0x3d2139(0x13d)][_0x3d2139(0x131)]));const _0x2190f4=(0x0,pickleParser[_0x3d2139(0x13a)])(_0x25343b[_0x3d2139(0x13d)]),_0x284b67=_0x25343b[_0x3d2139(0x12e)][_0x3d2139(0x105)],_0x452333=_0x25343b[_0x3d2139(0x117)],_0x7b3ef1=_0x284b67[_0x3d2139(0x121)];for(let _0x190add=0x0;_0x3c6353[_0x3d2139(0x13f)](_0x190add,_0x7b3ef1);_0x190add++){const _0x11b79b=_0x284b67[_0x190add];if(_0x11b79b[_0x3d2139(0x12c)]&&_0x11b79b[_0x3d2139(0x142)])_0x20d148=!![],console[_0x3d2139(0x10f)](_0x3c6353[_0x3d2139(0xfe)](_0x3c6353[_0x3d2139(0xfd)](_0x3c6353[_0x3d2139(0x139)](_0x3c6353[_0x3d2139(0x12a)],_0x2190f4[_0x11b79b['sourceLocation'][_0x3d2139(0xfb)]][_0x3d2139(0x14c)]),_0x3c6353[_0x3d2139(0x11d)]),_0x452333[_0x190add][_0x3d2139(0x114)]['toUpperCase']())),_0x3c6353[_0x3d2139(0x11a)](_0x4e2564,_0x452333[_0x190add][_0x3d2139(0x114)][_0x3d2139(0x12f)]());else _0x11b79b['actionLocation']&&(!_0x11b79b[_0x3d2139(0x12c)][_0x3d2139(0x107)]['includes'](_0x3c6353[_0x3d2139(0x122)])&&(_0x3c6353[_0x3d2139(0x14a)](_0x4e2564,_0x452333[_0x190add][_0x3d2139(0x114)]['toUpperCase']()),_0x20d148?console['log'](_0x3c6353[_0x3d2139(0x10d)](_0x3c6353[_0x3d2139(0x115)],_0x452333[_0x190add][_0x3d2139(0x114)][_0x3d2139(0x12f)]())):console[_0x3d2139(0x10f)](_0x3c6353[_0x3d2139(0x13c)](_0x3c6353[_0x3d2139(0x11c)],_0x452333[_0x190add]['status'][_0x3d2139(0x12f)]()))));if(_0x3c6353[_0x3d2139(0x133)](_0x452333[_0x190add]['status'][_0x3d2139(0x12f)](),_0x3c6353[_0x3d2139(0x149)])){_0x1d1c05=!![];const _0x3d9b97=_0x3c6353[_0x3d2139(0xfc)](nestedKeyValue,_0x452333[_0x190add],[_0x3c6353[_0x3d2139(0x11e)],_0x3c6353[_0x3d2139(0x101)]]);_0x3d9b97&&(testsErrorMessage[_0x3c6353[_0x3d2139(0x14d)](_0x3c6353[_0x3d2139(0x13c)](_0x25343b[_0x3d2139(0x145)]['feature'][_0x3d2139(0x131)],_0x3c6353['wNQHJ']),_0x25343b[_0x3d2139(0x13d)][_0x3d2139(0x131)])]=_0x3d9b97,console[_0x3d2139(0x10f)](_0x3c6353[_0x3d2139(0x13e)](_0x3d9b97,'\x0a')));}}}_0x1d1c05&&(testSuitesFailed+=0x1),console[_0x3d2139(0x10f)]('\x0a');}}module['exports']=BrowserstackFormatter;function a7_0x24ee(){const _0x39216f=['forEach','stepResults','VYRuS','UNDEFINED','OSxnt','env','vqlzJ','wNQHJ','IVkXF','zxtSJ','FAILED','length','OnFfd','lXORu','exception','Srkik','11gtfTJQ','eventBroadcaster','860412FUVcjG','logTestCaseFinished','xoYtg','__platform','actionLocation','JMVdV','testCase','toUpperCase','test-run-finished','name','FnSFe','kLAZs','99joaDXp','duAbB','qrPYY','2730QnupJO','eventDataCollector','fhHia','getStepLineToPickledStepMap','8648xXZDKR','GZnCk','pickle','zMkJo','mrbwM','oNEZw','capability','sourceLocation','SKIPPED','riWeH','gherkinDocument','parse','ckpfa','getTestCaseData','pADvZ','vRoln','\x20\x20\x20\x20','text','Cfepj','4VBERfX','test-run-started','hUoVM','../../../helpers/helper','4017972ByJTHf','4431IspXKy','63316LPwJsK','stack','line','Eouhl','ZSnHc','BXTqc','includes','PASSED','fquxM','396tuGfFb','1258180wEQtnc','CLwau','steps','2184cKBqrH','uri','result','AMBIGUOUS','CONFIG','xsqgI','KdWoS','zCsSW','bgyqE','log','\x20-\x20','cucumber-js/test_old.setup.js','test-step-started','ugmWC','status','KdEkh'];a7_0x24ee=function(){return _0x39216f;};return a7_0x24ee();}
1
+ const a7_0x100fbd=a7_0x470c;(function(_0x1f05c8,_0x2627e8){const _0x2c8c50=a7_0x470c,_0x4bef0c=_0x1f05c8();while(!![]){try{const _0x1f3e9d=parseInt(_0x2c8c50(0xbc))/0x1+-parseInt(_0x2c8c50(0x93))/0x2*(parseInt(_0x2c8c50(0x8d))/0x3)+-parseInt(_0x2c8c50(0xd0))/0x4+-parseInt(_0x2c8c50(0xb1))/0x5*(-parseInt(_0x2c8c50(0xc2))/0x6)+-parseInt(_0x2c8c50(0xa0))/0x7*(parseInt(_0x2c8c50(0x90))/0x8)+-parseInt(_0x2c8c50(0xa9))/0x9*(parseInt(_0x2c8c50(0xa8))/0xa)+parseInt(_0x2c8c50(0xbe))/0xb;if(_0x1f3e9d===_0x2627e8)break;else _0x4bef0c['push'](_0x4bef0c['shift']());}catch(_0x5671ad){_0x4bef0c['push'](_0x4bef0c['shift']());}}}(a7_0x5c3e,0xc0a32));const {requireModule,getPlatformName,nestedKeyValue}=require(a7_0x100fbd(0xad)),{Formatter}=requireModule(a7_0x100fbd(0x94)),pickleParser=requireModule(a7_0x100fbd(0x8f));function a7_0x470c(_0x34c8c0,_0x4d812e){const _0x5c3e58=a7_0x5c3e();return a7_0x470c=function(_0x470cc1,_0x496f03){_0x470cc1=_0x470cc1-0x74;let _0x4095f4=_0x5c3e58[_0x470cc1];return _0x4095f4;},a7_0x470c(_0x34c8c0,_0x4d812e);}class BrowserstackFormatter extends Formatter{constructor(_0x8ddcf7){const _0x3c3b66=a7_0x100fbd,_0x3b9c0e={'apNmT':function(_0x9a9bce,_0x128b17){return _0x9a9bce!==_0x128b17;},'fceGk':function(_0x1b0af8,_0x18aded){return _0x1b0af8(_0x18aded);},'KHeaR':_0x3c3b66(0xa4),'oYYVz':_0x3c3b66(0xca),'siTkD':_0x3c3b66(0x89),'VtArZ':_0x3c3b66(0xcf),'sGYcv':_0x3c3b66(0x81)};super(_0x8ddcf7),_0x8ddcf7[_0x3c3b66(0x96)]['on'](_0x3b9c0e[_0x3c3b66(0xc4)],()=>{const _0x472b72=_0x3c3b66;let _0x5c109a;if(_0x3b9c0e['apNmT'](process[_0x472b72(0xa7)][_0x472b72(0xc7)],undefined)){const _0x28ea01=JSON[_0x472b72(0x78)](process['env'][_0x472b72(0xc7)]);_0x5c109a=_0x28ea01[_0x472b72(0x84)];}_0x3b9c0e[_0x472b72(0xb3)](_0x5c109a,undefined)&&(global[_0x472b72(0x83)]=_0x3b9c0e[_0x472b72(0x8b)](getPlatformName,_0x5c109a),console['log'](_0x472b72(0x74)+global[_0x472b72(0x83)]));}),_0x8ddcf7[_0x3c3b66(0x96)]['on'](_0x3b9c0e['oYYVz'],()=>{testSuites+=0x1;}),_0x8ddcf7[_0x3c3b66(0x96)]['on'](_0x3b9c0e[_0x3c3b66(0xcb)],_0x3b9ef5=>{this['logTestCaseFinished'](_0x3b9ef5);}),_0x8ddcf7[_0x3c3b66(0x96)]['on'](_0x3b9c0e['VtArZ'],()=>{totalTests-=0x2;}),_0x8ddcf7[_0x3c3b66(0x96)]['on'](_0x3b9c0e[_0x3c3b66(0x75)],()=>{totalTests+=0x1;});}[a7_0x100fbd(0x87)](_0x29c200){const _0x204c2b=a7_0x100fbd,_0x45764f={'GyFRO':_0x204c2b(0xa2),'goNFD':_0x204c2b(0x86),'QOnbX':'SKIPPED','vEDAl':'PENDING','XwYnL':'UNDEFINED','AHODm':_0x204c2b(0x85),'bEHOQ':'AMBIGUOUS','IgHGX':function(_0x1331cc,_0xe96c76){return _0x1331cc+_0xe96c76;},'DrHUg':_0x204c2b(0x7d),'LefvY':_0x204c2b(0xce),'ueNPi':function(_0x35042e,_0x5a7bcc){return _0x35042e(_0x5a7bcc);},'Pottv':_0x204c2b(0xb2),'HwRDH':function(_0x225628,_0x4f04e3){return _0x225628+_0x4f04e3;},'EGlQC':_0x204c2b(0x99),'etSNn':function(_0x2befb5,_0x4daa73){return _0x2befb5+_0x4daa73;},'KrXVz':_0x204c2b(0x82),'hRPsQ':function(_0x5ef9ef,_0x34802f){return _0x5ef9ef===_0x34802f;},'UPown':function(_0x423460,_0x4487c6,_0x158872){return _0x423460(_0x4487c6,_0x158872);},'xEpTL':_0x204c2b(0x76),'bruVa':_0x204c2b(0xbf),'hskQZ':_0x204c2b(0xc1),'ASexH':function(_0x39208e,_0x4a78d0){return _0x39208e+_0x4a78d0;},'vaTNS':function(_0x5a191,_0x4e9bfa){return _0x5a191!==_0x4e9bfa;},'VWkPO':function(_0x25564b,_0x11595b){return _0x25564b+_0x11595b;},'cYUUj':_0x204c2b(0x97),'kUgpv':function(_0x1757d7,_0x376f89){return _0x1757d7+_0x376f89;},'ldyEU':function(_0x509b75,_0x398aeb){return _0x509b75<_0x398aeb;},'cGEyB':function(_0x37b140,_0x1b5c3d){return _0x37b140+_0x1b5c3d;},'tuOdP':function(_0x345d12,_0x3684e4){return _0x345d12(_0x3684e4);},'PteAN':function(_0x4a4a70,_0x147d26){return _0x4a4a70(_0x147d26);},'TJAHu':function(_0x58cfdf,_0x25378c){return _0x58cfdf+_0x25378c;},'vWSZb':function(_0x54a267,_0x3cbd8b,_0x7ff179){return _0x54a267(_0x3cbd8b,_0x7ff179);},'ZrhsQ':function(_0x2014c7,_0x3e407c){return _0x2014c7+_0x3e407c;},'yzxfi':function(_0x3a772a,_0x5deefb){return _0x3a772a+_0x5deefb;},'IbiGE':function(_0x5af30b,_0x4326b4){return _0x5af30b+_0x4326b4;}};let _0x1ee6c7=![];function _0xb3dc3(_0x146ef2){const _0x3ebf82=_0x204c2b;switch(_0x146ef2){case _0x45764f[_0x3ebf82(0x88)]:testsFailed+=0x1;break;case _0x45764f['goNFD']:testsPassed+=0x1;break;case _0x45764f['QOnbX']:testsSkipped+=0x1;break;case _0x45764f[_0x3ebf82(0x77)]:testsPending+=0x1;break;case _0x45764f[_0x3ebf82(0xc0)]:testsUndefined+=0x1;break;case _0x45764f['AHODm']:testsUnknown+=0x1;break;case _0x45764f['bEHOQ']:testsAmbiguous+=0x1;break;default:break;}}_0x45764f['vaTNS'](global['__platform'],undefined)&&console['log'](_0x45764f[_0x204c2b(0xab)](_0x45764f[_0x204c2b(0xba)]('\x0a',global[_0x204c2b(0x83)]),'\x0a'));let _0x2eef55=![];if(_0x45764f[_0x204c2b(0x7b)](typeof this[_0x204c2b(0xcd)][_0x204c2b(0xc8)],_0x45764f['cYUUj'])){var _0x50b73d=this['eventDataCollector'][_0x204c2b(0xc8)](_0x29c200['sourceLocation']),_0x1b1391=_0x50b73d[_0x204c2b(0xa5)],_0x280ea6=_0x50b73d['testCase'];console['log'](_0x45764f['HwRDH']('\x20\x20',_0x1b1391[_0x204c2b(0xcc)]));var _0x422f83=(0x0,pickleParser[_0x204c2b(0x8e)])(_0x1b1391);_0x280ea6[_0x204c2b(0xb7)][_0x204c2b(0x7a)](function(_0xff5686){const _0x12992f=_0x204c2b;if(_0xff5686[_0x12992f(0x9a)]&&_0xff5686['sourceLocation'])_0x1ee6c7=!![],console[_0x12992f(0xaa)](_0x45764f[_0x12992f(0xa6)](_0x45764f['IgHGX'](_0x45764f[_0x12992f(0xa6)](_0x45764f[_0x12992f(0xbb)],_0x422f83[_0xff5686[_0x12992f(0x9e)][_0x12992f(0x92)]][_0x12992f(0xb5)]),_0x45764f[_0x12992f(0xa3)]),_0xff5686[_0x12992f(0x76)][_0x12992f(0x8c)]['toUpperCase']())),_0x45764f[_0x12992f(0x98)](_0xb3dc3,_0xff5686[_0x12992f(0x76)][_0x12992f(0x8c)][_0x12992f(0x9c)]());else _0xff5686[_0x12992f(0x9a)]&&(!_0xff5686[_0x12992f(0x9a)][_0x12992f(0xc9)][_0x12992f(0xb9)](_0x45764f[_0x12992f(0xb4)])&&(_0x45764f[_0x12992f(0x98)](_0xb3dc3,_0xff5686[_0x12992f(0x76)][_0x12992f(0x8c)][_0x12992f(0x9c)]()),_0x1ee6c7?console[_0x12992f(0xaa)](_0x45764f['HwRDH'](_0x45764f[_0x12992f(0xac)],_0xff5686[_0x12992f(0x76)][_0x12992f(0x8c)]['toUpperCase']())):console[_0x12992f(0xaa)](_0x45764f[_0x12992f(0xab)](_0x45764f[_0x12992f(0xb0)],_0xff5686[_0x12992f(0x76)][_0x12992f(0x8c)][_0x12992f(0x9c)]()))));if(_0x45764f[_0x12992f(0xc5)](_0xff5686[_0x12992f(0x76)][_0x12992f(0x8c)]['toUpperCase'](),_0x45764f[_0x12992f(0x88)])){const _0x1ed80f=_0x45764f[_0x12992f(0x91)](nestedKeyValue,_0xff5686,[_0x45764f[_0x12992f(0x95)],_0x45764f['bruVa'],_0x45764f[_0x12992f(0xbd)]]);_0x1ed80f&&(testsErrorMessage[_0x1b1391[_0x12992f(0xcc)]]=_0x1ed80f,console[_0x12992f(0xaa)](_0x45764f[_0x12992f(0x7f)](_0x1ed80f,'\x0a'))),_0x2eef55=!![];}});}else{const _0x14eedb=this['eventDataCollector'][_0x204c2b(0xa1)](_0x29c200);console[_0x204c2b(0xaa)](_0x45764f['ASexH'](_0x45764f[_0x204c2b(0x79)](_0x45764f[_0x204c2b(0xba)]('\x20\x20',_0x14eedb['gherkinDocument'][_0x204c2b(0x9d)][_0x204c2b(0xcc)]),_0x45764f['LefvY']),_0x14eedb['pickle'][_0x204c2b(0xcc)]));const _0x2084c6=(0x0,pickleParser[_0x204c2b(0x8e)])(_0x14eedb[_0x204c2b(0xa5)]),_0x5ca1a=_0x14eedb['testCase'][_0x204c2b(0xb7)],_0x4b372b=_0x14eedb[_0x204c2b(0x80)],_0x550b3a=_0x5ca1a['length'];for(let _0x1190dd=0x0;_0x45764f[_0x204c2b(0x9b)](_0x1190dd,_0x550b3a);_0x1190dd++){const _0x4a2249=_0x5ca1a[_0x1190dd];if(_0x4a2249[_0x204c2b(0x9a)]&&_0x4a2249[_0x204c2b(0x9e)])_0x1ee6c7=!![],console['log'](_0x45764f[_0x204c2b(0xb8)](_0x45764f[_0x204c2b(0xb8)](_0x45764f[_0x204c2b(0xb8)](_0x45764f['DrHUg'],_0x2084c6[_0x4a2249[_0x204c2b(0x9e)]['line']][_0x204c2b(0xb5)]),_0x45764f[_0x204c2b(0xa3)]),_0x4b372b[_0x1190dd][_0x204c2b(0x8c)][_0x204c2b(0x9c)]())),_0x45764f[_0x204c2b(0xc6)](_0xb3dc3,_0x4b372b[_0x1190dd][_0x204c2b(0x8c)][_0x204c2b(0x9c)]());else _0x4a2249[_0x204c2b(0x9a)]&&(!_0x4a2249[_0x204c2b(0x9a)]['uri']['includes'](_0x45764f['Pottv'])&&(_0x45764f['PteAN'](_0xb3dc3,_0x4b372b[_0x1190dd][_0x204c2b(0x8c)]['toUpperCase']()),_0x1ee6c7?console['log'](_0x45764f[_0x204c2b(0xae)](_0x45764f['EGlQC'],_0x4b372b[_0x1190dd][_0x204c2b(0x8c)][_0x204c2b(0x9c)]())):console['log'](_0x45764f[_0x204c2b(0xae)](_0x45764f[_0x204c2b(0xb0)],_0x4b372b[_0x1190dd][_0x204c2b(0x8c)][_0x204c2b(0x9c)]()))));if(_0x45764f[_0x204c2b(0xc5)](_0x4b372b[_0x1190dd]['status']['toUpperCase'](),_0x45764f[_0x204c2b(0x88)])){_0x2eef55=!![];const _0x22d60a=_0x45764f[_0x204c2b(0xc3)](nestedKeyValue,_0x4b372b[_0x1190dd],[_0x45764f[_0x204c2b(0x9f)],_0x45764f['hskQZ']]);_0x22d60a&&(testsErrorMessage[_0x45764f[_0x204c2b(0xb6)](_0x45764f[_0x204c2b(0x7c)](_0x14eedb[_0x204c2b(0x7e)]['feature'][_0x204c2b(0xcc)],_0x45764f[_0x204c2b(0xa3)]),_0x14eedb[_0x204c2b(0xa5)]['name'])]=_0x22d60a,console[_0x204c2b(0xaa)](_0x45764f[_0x204c2b(0xaf)](_0x22d60a,'\x0a')));}}}_0x2eef55&&(testSuitesFailed+=0x1),console[_0x204c2b(0xaa)]('\x0a');}}function a7_0x5c3e(){const _0x35d171=['145AzMtAh','cucumber-js/test_old.setup.js','apNmT','Pottv','text','ZrhsQ','steps','cGEyB','includes','VWkPO','DrHUg','227076mzrLkd','hskQZ','49811278tbltpm','exception','XwYnL','stack','12498DbjwtN','vWSZb','KHeaR','hRPsQ','tuOdP','CONFIG','getTestCaseData','uri','test-case-started','siTkD','name','eventDataCollector','\x20-\x20','test-run-finished','3805936DbFAVT','Executing\x20tests\x20for\x20','sGYcv','result','vEDAl','parse','kUgpv','forEach','vaTNS','yzxfi','\x20\x20\x20\x20','gherkinDocument','ASexH','stepResults','test-step-started','\x20\x20\x20\x20BEFORE\x20-\x20','__platform','capability','UNKNOWN','PASSED','logTestCaseFinished','GyFRO','test-case-finished','exports','fceGk','status','1930326iIYuag','getStepLineToPickledStepMap','cucumber/lib/formatter/helpers/pickle_parser.js','8GWBkAF','UPown','line','2knNzii','cucumber','xEpTL','eventBroadcaster','undefined','ueNPi','\x20\x20\x20\x20AFTER\x20-\x20','actionLocation','ldyEU','toUpperCase','feature','sourceLocation','bruVa','9994915cpDYlF','getTestCaseAttempt','FAILED','LefvY','test-run-started','pickle','IgHGX','env','2240lYXxns','40338QZODOK','log','etSNn','EGlQC','../../../helpers/helper','TJAHu','IbiGE','KrXVz'];a7_0x5c3e=function(){return _0x35d171;};return a7_0x5c3e();}module[a7_0x100fbd(0x8a)]=BrowserstackFormatter;
@@ -1 +1 @@
1
- function a8_0x4168(){const _0x33dbed=['UnhandledError','configureGit','NrysU','cells','4420456txVdZG','zdZcj','rule','sLsgs','../playwright/reporter/test-details','2618VwJXxn','1519345tdhRbW','getScenarioExamples','XpizS','result','push','scenario','ktKkP','length','sendHook','khire','JyeNV','../../helpers/helper','_gitConfigPath','pNYgs','OwEXl','javascript','finished_at','Exception\x20in\x20sendHook:\x20','util','../../helpers/testhub/utils','includes','tags','filter','emYkb','testStepFinished','QEiii','gDAIE','exception','tableBody','failure_type','match','ZWeCL','EBgfS','HQmwn','ZitRF','failureData','8592sLaKzd','testStepResult','45463PQNyYq','testCaseStartedId','iPQbL','uri','KrOsh','skipped','ksiGk','failure','EQDxB','PHucy','getHookRunEventData','siyyt','backtrace','children','hook','gJfAI','MaDzP','FEvfN','relative','toString','find','hooks','testCaseFinished','3QsRjqj','SKIPPED','tcAWd','uploadEventData','TestRunFinished','Exception\x20in\x20getHookRunEventData:\x20','name','every','astNodeIds','getCucumberHookType','367433CiRWhy','rSXjT','QWewS','1|0|4|2|3','yrmDR','unknown','WTlWz','XKemX','nanos','format','getTestUUID','toISOString','status','failed','failureType','xdekj','failure_data','join','HookRunStarted','pending','hookId','ceBmp','exports','BFamA','strip-ansi','winstonLogger','CNtnz','gFVMF','feature','755884utfIlh','Uggrh','test_run','IZBHd','map','BQFPQ','cucumber','QntgA','../../helpers/test-observability/sessionHandler','uuid','oyXbU','eqjPe','AFTER_EACH','forEach','getHooksListForTest','rlVsT','hook_run','flatMap','XnzzW','examples','sourceReference','PYPaE','Xttul','3482775fZxHGN','990rdjTIB','FAILED','CUCUMBER','timestamp','toLowerCase','tagExpression','4kmPQwM','DCcKC','KkDBq','Nmmzo','duration_in_ms','_gitConfigured','updateTestStatus','gMKjv','value','SKmei','split','event_type','message','../../helpers/test-observability/error-handler','debug'];a8_0x4168=function(){return _0x33dbed;};return a8_0x4168();}const a8_0x5579e0=a8_0x3f3d;(function(_0x343dd1,_0x470ed2){const _0x488c7b=a8_0x3f3d,_0x5cd699=_0x343dd1();while(!![]){try{const _0x92170c=parseInt(_0x488c7b(0x1d2))/0x1+parseInt(_0x488c7b(0x1ef))/0x2*(-parseInt(_0x488c7b(0x1c8))/0x3)+-parseInt(_0x488c7b(0x172))/0x4*(-parseInt(_0x488c7b(0x18b))/0x5)+-parseInt(_0x488c7b(0x1af))/0x6*(parseInt(_0x488c7b(0x18a))/0x7)+parseInt(_0x488c7b(0x185))/0x8+parseInt(_0x488c7b(0x16b))/0x9+-parseInt(_0x488c7b(0x16c))/0xa*(parseInt(_0x488c7b(0x1b1))/0xb);if(_0x92170c===_0x470ed2)break;else _0x5cd699['push'](_0x5cd699['shift']());}catch(_0x378552){_0x5cd699['push'](_0x5cd699['shift']());}}}(a8_0x4168,0x4659d));const path=require('path'),stripAnsi=require(a8_0x5579e0(0x1ea)),util=require(a8_0x5579e0(0x19d)),hooksMap={},SessionHandler=require(a8_0x5579e0(0x1f7)),testhubUtils=require(a8_0x5579e0(0x19e)),{getGitMetaData,isUndefined,nestedKeyValue}=require(a8_0x5579e0(0x196)),logger=require('../../helpers/logger')[a8_0x5579e0(0x1eb)],{o11yClassErrorHandler}=require(a8_0x5579e0(0x17f)),{FRAMEWORKS}=require('../../helpers/test-observability/constants.js'),TestDetails=require(a8_0x5579e0(0x189));function a8_0x3f3d(_0x290506,_0x2cc8bb){const _0x416862=a8_0x4168();return a8_0x3f3d=function(_0x3f3df8,_0x56e132){_0x3f3df8=_0x3f3df8-0x161;let _0xb8f93f=_0x416862[_0x3f3df8];return _0xb8f93f;},a8_0x3f3d(_0x290506,_0x2cc8bb);}this[a8_0x5579e0(0x177)]=![],this[a8_0x5579e0(0x197)]=null;class TestObservabilityReporter{async['sendTestRunEventForCucumber'](_0x2fb752,_0x49944d,_0xb6cf6e,_0x432146,_0x59697b){const _0x43adf0=a8_0x5579e0,_0x5bc382={'HQmwn':function(_0x2c4210,_0x54cf95){return _0x2c4210===_0x54cf95;},'BFamA':_0x43adf0(0x16d),'MaDzP':'failed','rlVsT':_0x43adf0(0x1c9),'NrysU':_0x43adf0(0x1b6),'ZitRF':function(_0xd6cc00,_0x53c392){return _0xd6cc00||_0x53c392;},'EBgfS':function(_0x3d0be5,_0x12f49a){return _0x3d0be5+_0x12f49a;},'QWewS':function(_0x5f98aa,_0x3a44b3){return _0x5f98aa+_0x3a44b3;},'sLsgs':'test','yrmDR':_0x43adf0(0x19a),'rSXjT':_0x43adf0(0x1f5),'Xttul':_0x43adf0(0x1e5),'gMKjv':'passed','emYkb':function(_0x2541b6,_0x35c46b){return _0x2541b6!==_0x35c46b;},'dbjjr':function(_0x1d29ed,_0x521e91){return _0x1d29ed/_0x521e91;},'iPQbL':function(_0x239374,_0x36d733){return _0x239374===_0x36d733;},'IZBHd':function(_0x2f0a13,_0x58e483){return _0x2f0a13(_0x58e483);},'PHucy':_0x43adf0(0x1d7),'LngBa':function(_0x1cf149,_0x32396a){return _0x1cf149(_0x32396a);},'EQDxB':'AssertionError','jDwkA':_0x43adf0(0x181),'CNtnz':function(_0x4789de,_0x1c2ae3){return _0x4789de===_0x1c2ae3;},'XnzzW':_0x43adf0(0x1cc),'lnODX':function(_0x21ae69,_0x1c2b9a){return _0x21ae69>_0x1c2b9a;}},{feature:_0x1e4e9e,scenario:_0x437361,steps:_0x42af76,uuid:_0x31503b,startedAt:_0x15971a,finishedAt:_0x5d7850}=_0x5bc382[_0x43adf0(0x1ad)](_0x59697b,{}),_0x244048=this[_0x43adf0(0x18c)](_0x49944d,_0xb6cf6e);await this[_0x43adf0(0x182)]();const _0x593ca6=_0x244048?_0x5bc382[_0x43adf0(0x1ab)](_0x5bc382[_0x43adf0(0x1d4)](_0x5bc382[_0x43adf0(0x1d4)](_0xb6cf6e[_0x43adf0(0x1ce)],'\x20('),_0x244048[_0x43adf0(0x1e3)](',\x20')),')'):_0xb6cf6e[_0x43adf0(0x1ce)],_0x18cd1d={'uuid':_0x31503b,'started_at':_0x15971a,'finished_at':_0x5d7850,'type':_0x5bc382[_0x43adf0(0x188)],'body':{'lang':_0x5bc382[_0x43adf0(0x1d6)],'code':null},'name':_0x593ca6,'scopes':[_0x1e4e9e&&_0x1e4e9e[_0x43adf0(0x1ce)]?_0x1e4e9e[_0x43adf0(0x1ce)]:''],'tags':_0xb6cf6e[_0x43adf0(0x1a0)]?_0xb6cf6e[_0x43adf0(0x1a0)]['map'](({name:_0x25fe1c})=>_0x25fe1c):[],'file_name':_0xb6cf6e[_0x43adf0(0x1b4)],'location':_0xb6cf6e[_0x43adf0(0x1b4)],'vc_filepath':this[_0x43adf0(0x197)]&&_0xb6cf6e[_0x43adf0(0x1b4)]?path[_0x43adf0(0x1c3)](this[_0x43adf0(0x197)],_0xb6cf6e[_0x43adf0(0x1b4)]):null,'framework':_0x5bc382[_0x43adf0(0x1d3)],'result':_0x5bc382[_0x43adf0(0x16a)],'meta':{'feature':_0x1e4e9e,'scenario':_0x437361,'steps':_0x42af76,'examples':_0x244048},'customRerunParam':{'rerun_name':_0x593ca6}};if(_0x2fb752[_0x43adf0(0x1c7)]&&_0x42af76){const _0x583fb1=_0x2fb752[_0x43adf0(0x1c7)];let _0x532d28=_0x5bc382[_0x43adf0(0x179)];_0x42af76[_0x43adf0(0x1cf)](_0x58ba10=>{const _0x38672d=_0x43adf0;if(_0x5bc382['HQmwn'](_0x58ba10[_0x38672d(0x18e)],_0x5bc382[_0x38672d(0x1e9)]))return _0x532d28=_0x5bc382[_0x38672d(0x1c1)],_0x583fb1[_0x38672d(0x1b8)]=_0x58ba10[_0x38672d(0x1b8)],_0x583fb1['failureType']=_0x58ba10[_0x38672d(0x1e0)],![];else{if(_0x5bc382[_0x38672d(0x1ac)](_0x58ba10[_0x38672d(0x18e)],_0x5bc382[_0x38672d(0x163)]))return _0x532d28=_0x5bc382[_0x38672d(0x183)],![];}return!![];}),_0x18cd1d[_0x43adf0(0x19b)]=new Date()[_0x43adf0(0x1dd)](),_0x18cd1d[_0x43adf0(0x18e)]=_0x532d28,_0x583fb1['timestamp']&&_0x5bc382[_0x43adf0(0x1a2)](_0x583fb1[_0x43adf0(0x16f)][_0x43adf0(0x1da)],undefined)?_0x18cd1d[_0x43adf0(0x176)]=_0x5bc382['dbjjr'](_0x583fb1[_0x43adf0(0x16f)][_0x43adf0(0x1da)],0xf4240):_0x18cd1d[_0x43adf0(0x176)]=undefined,_0x5bc382[_0x43adf0(0x1b3)](_0x532d28,_0x5bc382[_0x43adf0(0x1c1)])&&(_0x18cd1d[_0x43adf0(0x1b8)]=[{'backtrace':[_0x583fb1[_0x43adf0(0x1b8)]?_0x5bc382[_0x43adf0(0x1f2)](stripAnsi,_0x583fb1['failure']):_0x5bc382[_0x43adf0(0x1ba)]]}],_0x18cd1d['failure_reason']=_0x583fb1[_0x43adf0(0x1b8)]?_0x5bc382['LngBa'](stripAnsi,_0x583fb1[_0x43adf0(0x1b8)]):_0x583fb1[_0x43adf0(0x17e)],_0x583fb1[_0x43adf0(0x1e0)]&&(_0x18cd1d[_0x43adf0(0x1a8)]=_0x583fb1[_0x43adf0(0x1e0)]['match'](/AssertError/)?_0x5bc382[_0x43adf0(0x1b9)]:_0x5bc382['jDwkA']));}if(_0x5bc382[_0x43adf0(0x1ec)](_0x432146,_0x5bc382[_0x43adf0(0x166)])){const _0x53692e=this[_0x43adf0(0x162)](_0x2fb752[_0x43adf0(0x1c7)][_0x43adf0(0x1b2)]);_0x53692e&&_0x5bc382['lnODX'](_0x53692e['length'],0x0)&&(_0x18cd1d['hooks']=_0x53692e,this[_0x43adf0(0x178)](_0x2fb752[_0x43adf0(0x1c7)][_0x43adf0(0x1b2)],_0x18cd1d));}testhubUtils['appendTesthubParams'](_0x18cd1d,_0x432146,'',FRAMEWORKS[_0x43adf0(0x16e)]);const _0x4795ab={};_0x4795ab[_0x43adf0(0x17d)]=_0x432146,_0x4795ab[_0x43adf0(0x1f1)]=_0x18cd1d;const _0xab36d9=_0x4795ab;await SessionHandler[_0x43adf0(0x1cb)](_0xab36d9);}[a8_0x5579e0(0x178)](_0x1a4dd2,_0x271b0e){const _0x1db3eb=a8_0x5579e0,_0x398601={};_0x398601[_0x1db3eb(0x173)]=function(_0x57a0fb,_0x5029fb){return _0x57a0fb instanceof _0x5029fb;},_0x398601[_0x1db3eb(0x1f0)]=function(_0x55a7c9,_0x1a97eb){return _0x55a7c9===_0x1a97eb;},_0x398601[_0x1db3eb(0x1f6)]=_0x1db3eb(0x1df),_0x398601[_0x1db3eb(0x1b5)]=_0x1db3eb(0x1d5);const _0x58c363=_0x398601,_0xdaab5a=hooksMap[_0x1a4dd2];if(_0x58c363['DCcKC'](_0xdaab5a,Array))for(const _0x57bf1d of _0xdaab5a){if(_0x58c363[_0x1db3eb(0x1f0)](_0x57bf1d[_0x1db3eb(0x18e)],_0x58c363[_0x1db3eb(0x1f6)])){const _0x4669f4=_0x58c363[_0x1db3eb(0x1b5)][_0x1db3eb(0x17c)]('|');let _0x4b34f5=0x0;while(!![]){switch(_0x4669f4[_0x4b34f5++]){case'0':_0x271b0e[_0x1db3eb(0x1b8)]=_0x57bf1d[_0x1db3eb(0x1e2)];continue;case'1':_0x271b0e[_0x1db3eb(0x18e)]=_0x57bf1d['result'];continue;case'2':_0x271b0e[_0x1db3eb(0x1a8)]=_0x57bf1d[_0x1db3eb(0x1a8)];continue;case'3':return _0x271b0e;case'4':_0x271b0e['failure_reason']=_0x58c363[_0x1db3eb(0x173)](_0x57bf1d['failure_data'],Array)?_0x57bf1d['failure_data'][0x0][_0x1db3eb(0x1bd)]['join']('\x0a'):'';continue;}break;}}};}[a8_0x5579e0(0x162)](_0x310d48){const _0x552b0d=a8_0x5579e0;if(hooksMap[_0x310d48])return hooksMap[_0x310d48]['map'](_0x2f32fe=>_0x2f32fe[_0x552b0d(0x1f8)]);return[];}[a8_0x5579e0(0x1bb)](_0x4aa211,_0x3f6cb0,_0x105e5f,_0x2979ef,_0x480cf1,_0x350ff1){const _0x2eeb09=a8_0x5579e0,_0xcfcd93={'SKmei':function(_0x2b9770,_0x5d68e0){return _0x2b9770===_0x5d68e0;},'gDAIE':'HookRunFinished','tcAWd':function(_0x147ead,_0x5437a7,_0x3f05c9){return _0x147ead(_0x5437a7,_0x3f05c9);},'ktKkP':_0x2eeb09(0x168),'QEiii':_0x2eeb09(0x1b4),'XpizS':_0x2eeb09(0x1e5),'PYPaE':_0x2eeb09(0x1bf),'FEvfN':_0x2eeb09(0x19a),'xdekj':_0x2eeb09(0x1ee),'XKemX':_0x2eeb09(0x1ce),'CNtDp':'cucumber'};try{if(_0xcfcd93[_0x2eeb09(0x17b)](_0x105e5f,_0xcfcd93[_0x2eeb09(0x1a5)])){const _0x196783=new Date()[_0x2eeb09(0x1dd)](),_0x2689b=hooksMap[_0x3f6cb0];if(!_0x2689b)return;const _0x20c2c7=_0x2689b[_0x2eeb09(0x1c5)](_0x4d3cb8=>_0x4d3cb8[_0x2eeb09(0x1f8)]===_0x2979ef['id']);if(!_0x20c2c7)return;const _0x56bcff=this['getHookResult'](_0x4aa211,_0x3f6cb0);_0x20c2c7['result']=_0x56bcff[_0x2eeb09(0x1de)],_0x20c2c7[_0x2eeb09(0x19b)]=_0x196783,_0x20c2c7['failure_type']=_0x56bcff[_0x2eeb09(0x1e0)];const _0x38f503={};return _0x38f503[_0x2eeb09(0x1bd)]=_0x56bcff[_0x2eeb09(0x1ae)],_0x20c2c7['failure_data']=[_0x38f503],_0x20c2c7;}const _0x23f3b8=TestDetails[_0x2eeb09(0x1dc)](_0x3f6cb0),_0x5e0afb=_0x4aa211[_0x2eeb09(0x1c6)][_0x2eeb09(0x1c5)](_0x1660c0=>_0x1660c0['id']===_0x2979ef[_0x2eeb09(0x1e6)]),_0xacad9a=_0xcfcd93[_0x2eeb09(0x1ca)](nestedKeyValue,_0x5e0afb,[_0xcfcd93[_0x2eeb09(0x191)],_0xcfcd93[_0x2eeb09(0x1a4)]]),_0x22bdea=new Date()[_0x2eeb09(0x1dd)](),_0x2f5236=_0xcfcd93[_0x2eeb09(0x18d)],_0x3de58b=_0x5e0afb[_0x2eeb09(0x171)]?_0x5e0afb['tagExpression']['split']('\x20')[_0x2eeb09(0x1a1)](_0x4ee000=>_0x4ee000['includes']('@')):[],_0x5873b8={'uuid':_0x2979ef['id'],'type':_0xcfcd93[_0x2eeb09(0x169)],'hook_type':_0x350ff1,'name':_0x5e0afb['name'],'body':{'lang':_0xcfcd93[_0x2eeb09(0x1c2)],'code':null},'tags':_0x3de58b,'test_run_id':_0x23f3b8,'scope':_0xcfcd93[_0x2eeb09(0x1ca)](nestedKeyValue,_0x480cf1,[_0xcfcd93[_0x2eeb09(0x1e1)],_0xcfcd93[_0x2eeb09(0x1d9)]]),'scopes':[_0xcfcd93[_0x2eeb09(0x1ca)](nestedKeyValue,_0x480cf1,[_0xcfcd93[_0x2eeb09(0x1e1)],_0xcfcd93[_0x2eeb09(0x1d9)]])||''],'file_name':_0xacad9a,'location':_0xacad9a,'vc_filepath':this[_0x2eeb09(0x197)]?path[_0x2eeb09(0x1c3)](this['_gitConfigPath'],_0xacad9a):null,'result':_0x2f5236,'started_at':_0x22bdea,'framework':_0xcfcd93['CNtDp']};return _0x5873b8;}catch(_0x24c582){logger[_0x2eeb09(0x180)](_0x2eeb09(0x1cd)+util[_0x2eeb09(0x1db)](_0x24c582)+'\x20');}}async[a8_0x5579e0(0x193)](_0x327113,_0x36eb3d,_0x27b59d,_0x3b87b5,_0xfbe7da,_0x3ed6df){const _0x1dfe5f=a8_0x5579e0,_0x5925a={'pXAtv':function(_0x24bf92,_0x4bb23c){return _0x24bf92===_0x4bb23c;},'dlczB':_0x1dfe5f(0x1e4),'OwEXl':function(_0x2bfbea,_0x14408f,_0x3cd3b9){return _0x2bfbea(_0x14408f,_0x3cd3b9);},'ASzcr':_0x1dfe5f(0x168),'khire':_0x1dfe5f(0x1b4),'ZWeCL':'browserstack-node-agent/src/bin/cucumber-js/test.setup.js'};try{const _0x98937c=_0x3b87b5['find'](_0xe2f0eb=>_0xe2f0eb['id']===_0xfbe7da);if(!_0x98937c[_0x1dfe5f(0x1e6)])return;const _0x2399f4=this[_0x1dfe5f(0x1d1)](_0x3b87b5,_0x98937c),_0x512370=this['getHookRunEventData'](_0x327113,_0x36eb3d,_0x27b59d,_0x98937c,_0x3ed6df,_0x2399f4);if(!_0x512370)return;_0x5925a['pXAtv'](_0x27b59d,_0x5925a['dlczB'])&&(hooksMap[_0x36eb3d]?hooksMap[_0x36eb3d][_0x1dfe5f(0x18f)](_0x512370):hooksMap[_0x36eb3d]=[_0x512370]);const _0xcbba09=_0x327113[_0x1dfe5f(0x1c6)][_0x1dfe5f(0x1c5)](_0x2d13fa=>_0x2d13fa['id']===_0x98937c['hookId']),_0x2f5248=_0x5925a[_0x1dfe5f(0x199)](nestedKeyValue,_0xcbba09,[_0x5925a['ASzcr'],_0x5925a[_0x1dfe5f(0x194)]]);if(!_0x2f5248)return;else{if(_0x2f5248[_0x1dfe5f(0x19f)](_0x5925a[_0x1dfe5f(0x1aa)]))return;}const _0x50a1bf={};_0x50a1bf[_0x1dfe5f(0x17d)]=_0x27b59d,_0x50a1bf[_0x1dfe5f(0x164)]=_0x512370;const _0x2fac63=_0x50a1bf;await SessionHandler[_0x1dfe5f(0x1cb)](_0x2fac63);}catch(_0xc0398e){logger[_0x1dfe5f(0x180)](_0x1dfe5f(0x19c)+util['format'](_0xc0398e)+'\x20');}}['getHookResult'](_0x33a5c5,_0x44eda5){const _0x54b02f=a8_0x5579e0,_0x11353f={};_0x11353f[_0x54b02f(0x1f4)]=function(_0xe64cd,_0x29f47c){return _0xe64cd===_0x29f47c;},_0x11353f['fslxp']=_0x54b02f(0x1df),_0x11353f[_0x54b02f(0x1f9)]=function(_0x35514b,_0x1eae65){return _0x35514b===_0x1eae65;},_0x11353f[_0x54b02f(0x175)]=function(_0x433965,_0x278c8f){return _0x433965===_0x278c8f;},_0x11353f[_0x54b02f(0x174)]='UnhandledError',_0x11353f[_0x54b02f(0x195)]='AssertionError',_0x11353f[_0x54b02f(0x1e7)]=function(_0x482351,_0x15afe7){return _0x482351||_0x15afe7;};const _0x11de1c=_0x11353f,_0x4c162a=_0x33a5c5[_0x54b02f(0x1a3)][_0x44eda5][_0x54b02f(0x1b0)];let _0x1fd989,_0xf6f7ce;return _0x4c162a&&_0x11de1c['BQFPQ'](_0x4c162a[_0x54b02f(0x1de)][_0x54b02f(0x1c4)]()[_0x54b02f(0x170)](),_0x11de1c['fslxp'])&&(_0x1fd989=_0x11de1c[_0x54b02f(0x1f9)](_0x4c162a[_0x54b02f(0x1a6)],undefined)?_0x4c162a[_0x54b02f(0x17e)]:_0x4c162a[_0x54b02f(0x1a6)][_0x54b02f(0x17e)],_0xf6f7ce=_0x11de1c[_0x54b02f(0x175)](_0x4c162a['exception'],undefined)?_0x11de1c[_0x54b02f(0x174)]:_0x4c162a[_0x54b02f(0x17e)][_0x54b02f(0x1a9)](/Assert/)?_0x11de1c['JyeNV']:_0x11de1c[_0x54b02f(0x174)]),{'status':_0x4c162a['status'][_0x54b02f(0x170)](),'failureType':_0x11de1c[_0x54b02f(0x1e7)](_0xf6f7ce,null),'failureData':!_0x1fd989?null:[_0x1fd989]};}['getCucumberHookType'](_0x129253,_0x14b1ca){const _0x2ddcd5=a8_0x5579e0,_0xfeaf04={};_0xfeaf04[_0x2ddcd5(0x1d8)]=function(_0x111697,_0x7ad43e){return _0x111697===_0x7ad43e;},_0xfeaf04[_0x2ddcd5(0x198)]=_0x2ddcd5(0x1fb),_0xfeaf04['gJfAI']='BEFORE_EACH';const _0xa3b322=_0xfeaf04;let _0x54c9f8=![];for(const _0x342ef8 of _0x129253){_0x342ef8['pickleStepId']&&(_0x54c9f8=!![]);if(_0xa3b322[_0x2ddcd5(0x1d8)](_0x14b1ca['id'],_0x342ef8['id']))return _0x54c9f8?_0xa3b322[_0x2ddcd5(0x198)]:_0xa3b322[_0x2ddcd5(0x1c0)];}}['getScenarioExamples']=(_0x3cf537,_0x47c31a)=>{const _0x30abdd=a8_0x5579e0,_0x390ba8={};_0x390ba8[_0x30abdd(0x186)]=function(_0x394bd4,_0x3f7e55){return _0x394bd4===_0x3f7e55;},_0x390ba8[_0x30abdd(0x1bc)]=function(_0x58cf86,_0x3e8944){return _0x58cf86===_0x3e8944;},_0x390ba8[_0x30abdd(0x1ed)]=function(_0x1f0d69,_0x42a3f0){return _0x1f0d69>_0x42a3f0;};const _0x598efd=_0x390ba8;if(!(_0x47c31a[_0x30abdd(0x1d0)]&&_0x598efd[_0x30abdd(0x1ed)](_0x47c31a[_0x30abdd(0x1d0)][_0x30abdd(0x192)],0x1)))return;const _0x3b4961=_0x47c31a[_0x30abdd(0x1d0)][0x0],_0x33aa9b=_0x47c31a['astNodeIds'][0x1],_0x42e03f=_0x3cf537['feature']&&_0x3cf537[_0x30abdd(0x1ee)][_0x30abdd(0x1be)]?_0x3cf537[_0x30abdd(0x1ee)][_0x30abdd(0x1be)]:undefined;let _0x1cf114=[];_0x42e03f&&_0x42e03f[_0x30abdd(0x161)](_0x3a573d=>{const _0x5c869e=_0x30abdd,_0x42a796={'ksiGk':function(_0x8ba717,_0x4bc0a7){const _0x2ffce4=a8_0x3f3d;return _0x598efd[_0x2ffce4(0x186)](_0x8ba717,_0x4bc0a7);}};if(_0x3a573d[_0x5c869e(0x187)])_0x3a573d[_0x5c869e(0x187)][_0x5c869e(0x1be)][_0x5c869e(0x161)](_0x422159=>{const _0x1a6816=_0x5c869e;if(_0x422159[_0x1a6816(0x190)]&&_0x42a796[_0x1a6816(0x1b7)](_0x422159['scenario']['id'],_0x3b4961)&&_0x422159[_0x1a6816(0x190)][_0x1a6816(0x167)]){const _0x4a25e3=_0x422159['scenario'][_0x1a6816(0x167)]['flatMap'](_0x148827=>_0x148827['tableBody'])[_0x1a6816(0x1c5)](_0x58f201=>_0x58f201['id']===_0x33aa9b);let _0x22182b;_0x4a25e3&&_0x4a25e3[_0x1a6816(0x184)]?_0x22182b=_0x4a25e3['cells'][_0x1a6816(0x1f3)](_0x53247c=>_0x53247c[_0x1a6816(0x17a)]):_0x22182b=[],_0x22182b&&(_0x1cf114=_0x22182b);}});else{if(_0x3a573d['scenario']&&_0x598efd['siyyt'](_0x3a573d['scenario']['id'],_0x3b4961)&&_0x3a573d[_0x5c869e(0x190)][_0x5c869e(0x167)]){const _0xf9535f=_0x3a573d[_0x5c869e(0x190)][_0x5c869e(0x167)][_0x5c869e(0x165)](_0x30d97d=>_0x30d97d[_0x5c869e(0x1a7)])[_0x5c869e(0x1c5)](_0x489c73=>_0x489c73['id']===_0x33aa9b);let _0x343d82;_0xf9535f&&_0xf9535f[_0x5c869e(0x184)]?_0x343d82=_0xf9535f[_0x5c869e(0x184)][_0x5c869e(0x1f3)](_0x47e655=>_0x47e655[_0x5c869e(0x17a)]):_0x343d82=[],_0x343d82&&(_0x1cf114=_0x343d82);}}});if(_0x1cf114[_0x30abdd(0x192)])return _0x1cf114;return;};async['configureGit'](){const _0x1c5e1e=a8_0x5579e0,_0x386145={'eqjPe':function(_0x48221e){return _0x48221e();}};if(this[_0x1c5e1e(0x177)])return this[_0x1c5e1e(0x197)];const _0xe41ffd=await _0x386145[_0x1c5e1e(0x1fa)](getGitMetaData);_0xe41ffd&&(this[_0x1c5e1e(0x197)]=_0xe41ffd['root']),this[_0x1c5e1e(0x177)]=!![];}}module[a8_0x5579e0(0x1e8)]=o11yClassErrorHandler(TestObservabilityReporter,['configureGit',a8_0x5579e0(0x18c),'getCucumberHookType','getHookResult',a8_0x5579e0(0x193),'getHookRunEventData','sendTestRunEventForCucumber']);
1
+ const a8_0x421ff3=a8_0x4e07;function a8_0x4b1a(){const _0x646a64=['567325nsenQh','SKIPPED','FTPDu','UnhandledError','forEach','message','failed','javascript','tags','../../helpers/test-observability/constants.js','debug','ncOGR','split','4713399JNtyko','ArCQQ','configureGit','hook','11235340zcVzYH','LcUro','_gitConfigured','HookRunFinished','testCaseFinished','RwKbz','OBmkX','TestRunFinished','failure','../playwright/reporter/test-details','failureData','find','tableBody','HMPyX','sendHook','includes','yfPtt','testStepFinished','kEmol','appendTesthubParams','nSRmu','skipped','XzHBH','join','scenario','BEFORE_EACH','KDqoz','children','tDLCG','dmipq','result','WKrAP','feature','test_run','util','format','getHookResult','_gitConfigPath','flatMap','XFinj','QsPVb','rule','cells','../../helpers/helper','SUzbr','uHaJW','testStepResult','hooks','exports','root','1363061Wngdjo','toString','hook_run','getTestUUID','uokXR','getHooksListForTest','zfmNp','uri','Exception\x20in\x20sendHook:\x20','finished_at','examples','pending','nanos','failure_type','sendTestRunEventForCucumber','browserstack-node-agent/src/bin/cucumber-js/test.setup.js','match','DmeFD','FAILED','xNxEQ','../../helpers/logger','getHookRunEventData','949295NZstGS','exception','mioqG','fxouu','pickleStepId','dCynh','value','irelC','status','failure_data','16JUztAe','event_type','qnPqi','OyKEl','KNzDc','8vTXLmi','toISOString','testCaseStartedId','VkTvu','sourceReference','../../helpers/testhub/utils','uploadEventData','timestamp','getScenarioExamples','length','GwTtL','CUCUMBER','BGaqA','astNodeIds','uQnwP','tjYEH','NXpKi','duration_in_ms','eWpmp','tagExpression','tZJdr','5806qqkilA','getCucumberHookType','aerkx','240oGAqan','map','CLvPt','path','cucumber','3|0|2|1|4','toLowerCase','1029444tpbDnP','knawX','passed','../../helpers/test-observability/error-handler','cGksv','MrGSA','updateTestStatus','backtrace','PaHSY','name','winstonLogger','hookId','XNrRe','IITsk','failure_reason','../../helpers/test-observability/sessionHandler','relative','nADVE','strip-ansi','test'];a8_0x4b1a=function(){return _0x646a64;};return a8_0x4b1a();}(function(_0x2c4bca,_0x355d79){const _0x3ddb49=a8_0x4e07,_0x483fd0=_0x2c4bca();while(!![]){try{const _0x3459f4=parseInt(_0x3ddb49(0x147))/0x1+-parseInt(_0x3ddb49(0x129))/0x2*(-parseInt(_0x3ddb49(0x12c))/0x3)+-parseInt(_0x3ddb49(0x1af))/0x4*(-parseInt(_0x3ddb49(0x1a0))/0x5)+parseInt(_0x3ddb49(0x133))/0x6+-parseInt(_0x3ddb49(0x18a))/0x7*(parseInt(_0x3ddb49(0x1aa))/0x8)+parseInt(_0x3ddb49(0x154))/0x9+-parseInt(_0x3ddb49(0x158))/0xa;if(_0x3459f4===_0x355d79)break;else _0x483fd0['push'](_0x483fd0['shift']());}catch(_0x14aca4){_0x483fd0['push'](_0x483fd0['shift']());}}}(a8_0x4b1a,0x58474));function a8_0x4e07(_0x337db7,_0x392d37){const _0x4b1a94=a8_0x4b1a();return a8_0x4e07=function(_0x4e072e,_0x22fbfb){_0x4e072e=_0x4e072e-0x124;let _0xac40a=_0x4b1a94[_0x4e072e];return _0xac40a;},a8_0x4e07(_0x337db7,_0x392d37);}const path=require(a8_0x421ff3(0x12f)),stripAnsi=require(a8_0x421ff3(0x145)),util=require(a8_0x421ff3(0x17a)),hooksMap={},SessionHandler=require(a8_0x421ff3(0x142)),testhubUtils=require(a8_0x421ff3(0x1b4)),{getGitMetaData,isUndefined,nestedKeyValue}=require(a8_0x421ff3(0x183)),logger=require(a8_0x421ff3(0x19e))[a8_0x421ff3(0x13d)],{o11yClassErrorHandler}=require(a8_0x421ff3(0x136)),{FRAMEWORKS}=require(a8_0x421ff3(0x150)),TestDetails=require(a8_0x421ff3(0x161));this[a8_0x421ff3(0x15a)]=![],this[a8_0x421ff3(0x17d)]=null;class TestObservabilityReporter{async[a8_0x421ff3(0x198)](_0x55ecf4,_0x2b7857,_0x9ff484,_0x45a1ec,_0x4ec689){const _0x347c90=a8_0x421ff3,_0x5c66b8={'MrGSA':function(_0x109a99,_0x41bf17){return _0x109a99===_0x41bf17;},'JxSOn':_0x347c90(0x19c),'OyKEl':_0x347c90(0x14d),'hRSAn':_0x347c90(0x148),'cFXTx':_0x347c90(0x16d),'WKrAP':function(_0x3298dc,_0x140bca){return _0x3298dc||_0x140bca;},'tDLCG':function(_0x26c35d,_0x3b49e6){return _0x26c35d+_0x3b49e6;},'OBmkX':function(_0x5a823d,_0x2d3295){return _0x5a823d+_0x2d3295;},'LsVuw':_0x347c90(0x146),'QsPVb':_0x347c90(0x14e),'GwTtL':_0x347c90(0x130),'ArCQQ':_0x347c90(0x195),'eWpmp':_0x347c90(0x135),'CLvPt':function(_0x3dcba8,_0x16b745){return _0x3dcba8!==_0x16b745;},'zfmNp':function(_0x5bfd6a,_0x3ca656){return _0x5bfd6a/_0x3ca656;},'kEmol':function(_0x7930f4,_0x340bc3){return _0x7930f4===_0x340bc3;},'RwKbz':function(_0x31629a,_0x55d326){return _0x31629a(_0x55d326);},'KNzDc':'unknown','fxouu':'AssertionError','xpWjo':_0x347c90(0x14a),'uokXR':_0x347c90(0x15f),'tZJdr':function(_0x4aaa63,_0x1a4f77){return _0x4aaa63>_0x1a4f77;}},{feature:_0x289620,scenario:_0xbf0529,steps:_0x511239,uuid:_0x3d42c5,startedAt:_0x2ad29f,finishedAt:_0x2fe317}=_0x5c66b8[_0x347c90(0x177)](_0x4ec689,{}),_0x39b53d=this[_0x347c90(0x1b7)](_0x2b7857,_0x9ff484);await this[_0x347c90(0x156)]();const _0x3b2ece=_0x39b53d?_0x5c66b8[_0x347c90(0x174)](_0x5c66b8[_0x347c90(0x15e)](_0x5c66b8[_0x347c90(0x174)](_0x9ff484[_0x347c90(0x13c)],'\x20('),_0x39b53d[_0x347c90(0x16f)](',\x20')),')'):_0x9ff484[_0x347c90(0x13c)],_0x2fdec1={'uuid':_0x3d42c5,'started_at':_0x2ad29f,'finished_at':_0x2fe317,'type':_0x5c66b8['LsVuw'],'body':{'lang':_0x5c66b8[_0x347c90(0x180)],'code':null},'name':_0x3b2ece,'scopes':[_0x289620&&_0x289620['name']?_0x289620[_0x347c90(0x13c)]:''],'tags':_0x9ff484['tags']?_0x9ff484[_0x347c90(0x14f)]['map'](({name:_0x4351c3})=>_0x4351c3):[],'file_name':_0x9ff484[_0x347c90(0x191)],'location':_0x9ff484[_0x347c90(0x191)],'vc_filepath':this[_0x347c90(0x17d)]&&_0x9ff484[_0x347c90(0x191)]?path[_0x347c90(0x143)](this[_0x347c90(0x17d)],_0x9ff484[_0x347c90(0x191)]):null,'framework':_0x5c66b8[_0x347c90(0x1b9)],'result':_0x5c66b8[_0x347c90(0x155)],'meta':{'feature':_0x289620,'scenario':_0xbf0529,'steps':_0x511239,'examples':_0x39b53d},'customRerunParam':{'rerun_name':_0x3b2ece}};if(_0x55ecf4[_0x347c90(0x15c)]&&_0x511239){const _0x5eaddb=_0x55ecf4['testCaseFinished'];let _0x4fa221=_0x5c66b8[_0x347c90(0x126)];_0x511239['every'](_0x3a6289=>{const _0x282454=_0x347c90;if(_0x5c66b8[_0x282454(0x138)](_0x3a6289[_0x282454(0x176)],_0x5c66b8['JxSOn']))return _0x4fa221=_0x5c66b8[_0x282454(0x1ad)],_0x5eaddb[_0x282454(0x160)]=_0x3a6289[_0x282454(0x160)],_0x5eaddb['failureType']=_0x3a6289['failureType'],![];else{if(_0x5c66b8[_0x282454(0x138)](_0x3a6289['result'],_0x5c66b8['hRSAn']))return _0x4fa221=_0x5c66b8['cFXTx'],![];}return!![];}),_0x2fdec1['finished_at']=new Date()[_0x347c90(0x1b0)](),_0x2fdec1[_0x347c90(0x176)]=_0x4fa221,_0x5eaddb['timestamp']&&_0x5c66b8[_0x347c90(0x12e)](_0x5eaddb['timestamp'][_0x347c90(0x196)],undefined)?_0x2fdec1[_0x347c90(0x125)]=_0x5c66b8[_0x347c90(0x190)](_0x5eaddb[_0x347c90(0x1b6)][_0x347c90(0x196)],0xf4240):_0x2fdec1[_0x347c90(0x125)]=undefined,_0x5c66b8[_0x347c90(0x16a)](_0x4fa221,_0x5c66b8[_0x347c90(0x1ad)])&&(_0x2fdec1[_0x347c90(0x160)]=[{'backtrace':[_0x5eaddb[_0x347c90(0x160)]?_0x5c66b8[_0x347c90(0x15d)](stripAnsi,_0x5eaddb['failure']):_0x5c66b8[_0x347c90(0x1ae)]]}],_0x2fdec1[_0x347c90(0x141)]=_0x5eaddb[_0x347c90(0x160)]?_0x5c66b8[_0x347c90(0x15d)](stripAnsi,_0x5eaddb[_0x347c90(0x160)]):_0x5eaddb[_0x347c90(0x14c)],_0x5eaddb['failureType']&&(_0x2fdec1[_0x347c90(0x197)]=_0x5eaddb['failureType'][_0x347c90(0x19a)](/AssertError/)?_0x5c66b8[_0x347c90(0x1a3)]:_0x5c66b8['xpWjo']));}if(_0x5c66b8[_0x347c90(0x16a)](_0x45a1ec,_0x5c66b8[_0x347c90(0x18e)])){const _0x465dee=this['getHooksListForTest'](_0x55ecf4[_0x347c90(0x15c)][_0x347c90(0x1b1)]);_0x465dee&&_0x5c66b8[_0x347c90(0x128)](_0x465dee['length'],0x0)&&(_0x2fdec1[_0x347c90(0x187)]=_0x465dee,this[_0x347c90(0x139)](_0x55ecf4['testCaseFinished']['testCaseStartedId'],_0x2fdec1));}testhubUtils[_0x347c90(0x16b)](_0x2fdec1,_0x45a1ec,'',FRAMEWORKS[_0x347c90(0x1ba)]);const _0x5287a0={};_0x5287a0['event_type']=_0x45a1ec,_0x5287a0[_0x347c90(0x179)]=_0x2fdec1;const _0x2fb4c8=_0x5287a0;await SessionHandler[_0x347c90(0x1b5)](_0x2fb4c8);}['updateTestStatus'](_0x1330ed,_0x3151aa){const _0x312f8c=a8_0x421ff3,_0x5c3925={};_0x5c3925[_0x312f8c(0x12b)]=function(_0x2d6d80,_0x425150){return _0x2d6d80 instanceof _0x425150;},_0x5c3925[_0x312f8c(0x1a2)]=function(_0x55689c,_0x5351af){return _0x55689c===_0x5351af;},_0x5c3925[_0x312f8c(0x152)]=_0x312f8c(0x14d),_0x5c3925[_0x312f8c(0x19b)]=_0x312f8c(0x131),_0x5c3925[_0x312f8c(0x13b)]=function(_0x4764cf,_0x3c62b2){return _0x4764cf instanceof _0x3c62b2;};const _0x42b792=_0x5c3925,_0x1aa52a=hooksMap[_0x1330ed];if(_0x42b792[_0x312f8c(0x12b)](_0x1aa52a,Array))for(const _0x198909 of _0x1aa52a){if(_0x42b792['mioqG'](_0x198909[_0x312f8c(0x176)],_0x42b792['ncOGR'])){const _0x2a781b=_0x42b792[_0x312f8c(0x19b)][_0x312f8c(0x153)]('|');let _0x2855f2=0x0;while(!![]){switch(_0x2a781b[_0x2855f2++]){case'0':_0x3151aa[_0x312f8c(0x160)]=_0x198909['failure_data'];continue;case'1':_0x3151aa[_0x312f8c(0x197)]=_0x198909['failure_type'];continue;case'2':_0x3151aa[_0x312f8c(0x141)]=_0x42b792['PaHSY'](_0x198909[_0x312f8c(0x1a9)],Array)?_0x198909[_0x312f8c(0x1a9)][0x0]['backtrace'][_0x312f8c(0x16f)]('\x0a'):'';continue;case'3':_0x3151aa[_0x312f8c(0x176)]=_0x198909[_0x312f8c(0x176)];continue;case'4':return _0x3151aa;}break;}}};}[a8_0x421ff3(0x18f)](_0x4ce863){const _0x4b98c9=a8_0x421ff3;if(hooksMap[_0x4ce863])return hooksMap[_0x4ce863][_0x4b98c9(0x12d)](_0x51bec3=>_0x51bec3['uuid']);return[];}[a8_0x421ff3(0x19f)](_0x13f57b,_0x3ae0e4,_0x4ed72d,_0x4f24aa,_0x411102,_0x59892b){const _0x302077=a8_0x421ff3,_0x2d60f3={'sYxPv':function(_0x4cd73c,_0x49e738){return _0x4cd73c===_0x49e738;},'rAuNa':_0x302077(0x15b),'dCynh':function(_0x166829,_0x2de049,_0x1b5058){return _0x166829(_0x2de049,_0x1b5058);},'KDqoz':'sourceReference','HMPyX':_0x302077(0x191),'IITsk':'pending','xNxEQ':_0x302077(0x157),'VkTvu':_0x302077(0x14e),'BGaqA':function(_0x341e22,_0x12c140,_0x2933ee){return _0x341e22(_0x12c140,_0x2933ee);},'XzHBH':_0x302077(0x178),'tjYEH':_0x302077(0x13c),'NXpKi':'cucumber'};try{if(_0x2d60f3['sYxPv'](_0x4ed72d,_0x2d60f3['rAuNa'])){const _0x786af7=new Date()[_0x302077(0x1b0)](),_0xa0d269=hooksMap[_0x3ae0e4];if(!_0xa0d269)return;const _0x4e8e3f=_0xa0d269[_0x302077(0x163)](_0x2febf6=>_0x2febf6['uuid']===_0x4f24aa['id']);if(!_0x4e8e3f)return;const _0x4487d0=this[_0x302077(0x17c)](_0x13f57b,_0x3ae0e4);_0x4e8e3f[_0x302077(0x176)]=_0x4487d0['status'],_0x4e8e3f[_0x302077(0x193)]=_0x786af7,_0x4e8e3f['failure_type']=_0x4487d0['failureType'];const _0x3b2477={};return _0x3b2477[_0x302077(0x13a)]=_0x4487d0[_0x302077(0x162)],_0x4e8e3f['failure_data']=[_0x3b2477],_0x4e8e3f;}const _0x318745=TestDetails[_0x302077(0x18d)](_0x3ae0e4),_0x412b6f=_0x13f57b[_0x302077(0x187)][_0x302077(0x163)](_0x1f9b60=>_0x1f9b60['id']===_0x4f24aa[_0x302077(0x13e)]),_0x16c814=_0x2d60f3[_0x302077(0x1a5)](nestedKeyValue,_0x412b6f,[_0x2d60f3[_0x302077(0x172)],_0x2d60f3[_0x302077(0x165)]]),_0x5c5d1b=new Date()[_0x302077(0x1b0)](),_0x407ce4=_0x2d60f3[_0x302077(0x140)],_0x3ea947=_0x412b6f['tagExpression']?_0x412b6f[_0x302077(0x127)]['split']('\x20')['filter'](_0x1ba74d=>_0x1ba74d[_0x302077(0x167)]('@')):[],_0x1e17c0={'uuid':_0x4f24aa['id'],'type':_0x2d60f3[_0x302077(0x19d)],'hook_type':_0x59892b,'name':_0x412b6f[_0x302077(0x13c)],'body':{'lang':_0x2d60f3[_0x302077(0x1b2)],'code':null},'tags':_0x3ea947,'test_run_id':_0x318745,'scope':_0x2d60f3[_0x302077(0x1bb)](nestedKeyValue,_0x411102,[_0x2d60f3[_0x302077(0x16e)],_0x2d60f3[_0x302077(0x1be)]]),'scopes':[_0x2d60f3[_0x302077(0x1a5)](nestedKeyValue,_0x411102,[_0x2d60f3[_0x302077(0x16e)],_0x2d60f3[_0x302077(0x1be)]])||''],'file_name':_0x16c814,'location':_0x16c814,'vc_filepath':this[_0x302077(0x17d)]?path[_0x302077(0x143)](this[_0x302077(0x17d)],_0x16c814):null,'result':_0x407ce4,'started_at':_0x5c5d1b,'framework':_0x2d60f3[_0x302077(0x124)]};return _0x1e17c0;}catch(_0x4bf2e2){logger[_0x302077(0x151)]('Exception\x20in\x20getHookRunEventData:\x20'+util['format'](_0x4bf2e2)+'\x20');}}async[a8_0x421ff3(0x166)](_0xa66c8,_0x3de721,_0x57c3dc,_0xc010ea,_0x8780d9,_0x4c2188){const _0x5d9110=a8_0x421ff3,_0x25cd8c={'SbzbB':function(_0x17247a,_0x4c9199){return _0x17247a===_0x4c9199;},'FTPDu':'HookRunStarted','cGksv':function(_0x51cfc8,_0xd752ff,_0x127c7b){return _0x51cfc8(_0xd752ff,_0x127c7b);},'wCYoR':_0x5d9110(0x1b3),'nSRmu':_0x5d9110(0x191),'IItpp':_0x5d9110(0x199)};try{const _0x41a1db=_0xc010ea['find'](_0x19041e=>_0x19041e['id']===_0x8780d9);if(!_0x41a1db[_0x5d9110(0x13e)])return;const _0x1dc085=this[_0x5d9110(0x12a)](_0xc010ea,_0x41a1db),_0xc34218=this[_0x5d9110(0x19f)](_0xa66c8,_0x3de721,_0x57c3dc,_0x41a1db,_0x4c2188,_0x1dc085);if(!_0xc34218)return;_0x25cd8c['SbzbB'](_0x57c3dc,_0x25cd8c[_0x5d9110(0x149)])&&(hooksMap[_0x3de721]?hooksMap[_0x3de721]['push'](_0xc34218):hooksMap[_0x3de721]=[_0xc34218]);const _0x1bce1a=_0xa66c8[_0x5d9110(0x187)][_0x5d9110(0x163)](_0x133136=>_0x133136['id']===_0x41a1db[_0x5d9110(0x13e)]),_0x3a1b27=_0x25cd8c[_0x5d9110(0x137)](nestedKeyValue,_0x1bce1a,[_0x25cd8c['wCYoR'],_0x25cd8c[_0x5d9110(0x16c)]]);if(!_0x3a1b27)return;else{if(_0x3a1b27[_0x5d9110(0x167)](_0x25cd8c['IItpp']))return;}const _0x558537={};_0x558537[_0x5d9110(0x1ab)]=_0x57c3dc,_0x558537[_0x5d9110(0x18c)]=_0xc34218;const _0x1b26bd=_0x558537;await SessionHandler[_0x5d9110(0x1b5)](_0x1b26bd);}catch(_0x392629){logger[_0x5d9110(0x151)](_0x5d9110(0x192)+util[_0x5d9110(0x17b)](_0x392629)+'\x20');}}[a8_0x421ff3(0x17c)](_0x1258d1,_0x1e99bf){const _0x24e20e=a8_0x421ff3,_0x30e837={};_0x30e837[_0x24e20e(0x1bd)]=function(_0x1be81c,_0x21ce4f){return _0x1be81c===_0x21ce4f;},_0x30e837['XFinj']=_0x24e20e(0x14d),_0x30e837[_0x24e20e(0x185)]=function(_0x5c78cb,_0x238cc0){return _0x5c78cb===_0x238cc0;},_0x30e837['LcUro']=_0x24e20e(0x14a),_0x30e837['MCGgf']='AssertionError',_0x30e837['nADVE']=function(_0x453078,_0x5660a3){return _0x453078||_0x5660a3;};const _0x111dfe=_0x30e837,_0x4777eb=_0x1258d1[_0x24e20e(0x169)][_0x1e99bf][_0x24e20e(0x186)];let _0x329e4a,_0x15989c;return _0x4777eb&&_0x111dfe[_0x24e20e(0x1bd)](_0x4777eb[_0x24e20e(0x1a8)][_0x24e20e(0x18b)]()[_0x24e20e(0x132)](),_0x111dfe[_0x24e20e(0x17f)])&&(_0x329e4a=_0x111dfe['uQnwP'](_0x4777eb[_0x24e20e(0x1a1)],undefined)?_0x4777eb[_0x24e20e(0x14c)]:_0x4777eb['exception'][_0x24e20e(0x14c)],_0x15989c=_0x111dfe[_0x24e20e(0x185)](_0x4777eb[_0x24e20e(0x1a1)],undefined)?_0x111dfe[_0x24e20e(0x159)]:_0x4777eb[_0x24e20e(0x14c)][_0x24e20e(0x19a)](/Assert/)?_0x111dfe['MCGgf']:_0x111dfe[_0x24e20e(0x159)]),{'status':_0x4777eb[_0x24e20e(0x1a8)][_0x24e20e(0x132)](),'failureType':_0x111dfe[_0x24e20e(0x144)](_0x15989c,null),'failureData':!_0x329e4a?null:[_0x329e4a]};}[a8_0x421ff3(0x12a)](_0x2e942d,_0x496c86){const _0x5cf6e1=a8_0x421ff3,_0x552a3e={};_0x552a3e[_0x5cf6e1(0x1ac)]=function(_0x236857,_0xfa7fdc){return _0x236857===_0xfa7fdc;},_0x552a3e[_0x5cf6e1(0x1a7)]='AFTER_EACH',_0x552a3e[_0x5cf6e1(0x168)]=_0x5cf6e1(0x171);const _0x2550c7=_0x552a3e;let _0x167e41=![];for(const _0x554b8f of _0x2e942d){_0x554b8f[_0x5cf6e1(0x1a4)]&&(_0x167e41=!![]);if(_0x2550c7[_0x5cf6e1(0x1ac)](_0x496c86['id'],_0x554b8f['id']))return _0x167e41?_0x2550c7[_0x5cf6e1(0x1a7)]:_0x2550c7['yfPtt'];}}[a8_0x421ff3(0x1b7)]=(_0x23e037,_0xa2872a)=>{const _0x560459=a8_0x421ff3,_0x31bf93={};_0x31bf93['SUzbr']=function(_0xc7a2fa,_0x4bf145){return _0xc7a2fa===_0x4bf145;},_0x31bf93[_0x560459(0x134)]=function(_0x542deb,_0x313a6){return _0x542deb===_0x313a6;},_0x31bf93['fMgyE']=function(_0x2ef77c,_0x139868){return _0x2ef77c>_0x139868;};const _0x2880fa=_0x31bf93;if(!(_0xa2872a[_0x560459(0x1bc)]&&_0x2880fa['fMgyE'](_0xa2872a[_0x560459(0x1bc)]['length'],0x1)))return;const _0x3e6641=_0xa2872a[_0x560459(0x1bc)][0x0],_0x278db9=_0xa2872a[_0x560459(0x1bc)][0x1],_0x275ecc=_0x23e037[_0x560459(0x178)]&&_0x23e037['feature'][_0x560459(0x173)]?_0x23e037[_0x560459(0x178)][_0x560459(0x173)]:undefined;let _0x440e4b=[];_0x275ecc&&_0x275ecc['forEach'](_0x121c13=>{const _0x4e2a7b=_0x560459,_0x217072={'XNrRe':function(_0x63bbac,_0x524f12){const _0x16b79b=a8_0x4e07;return _0x2880fa[_0x16b79b(0x184)](_0x63bbac,_0x524f12);}};if(_0x121c13[_0x4e2a7b(0x181)])_0x121c13[_0x4e2a7b(0x181)][_0x4e2a7b(0x173)][_0x4e2a7b(0x14b)](_0x3a8467=>{const _0x6d7405=_0x4e2a7b;if(_0x3a8467['scenario']&&_0x217072[_0x6d7405(0x13f)](_0x3a8467[_0x6d7405(0x170)]['id'],_0x3e6641)&&_0x3a8467[_0x6d7405(0x170)]['examples']){const _0x35e18e=_0x3a8467[_0x6d7405(0x170)][_0x6d7405(0x194)][_0x6d7405(0x17e)](_0x4c2228=>_0x4c2228[_0x6d7405(0x164)])['find'](_0x36781d=>_0x36781d['id']===_0x278db9);let _0x188ea2;_0x35e18e&&_0x35e18e['cells']?_0x188ea2=_0x35e18e[_0x6d7405(0x182)][_0x6d7405(0x12d)](_0x1355a0=>_0x1355a0[_0x6d7405(0x1a6)]):_0x188ea2=[],_0x188ea2&&(_0x440e4b=_0x188ea2);}});else{if(_0x121c13[_0x4e2a7b(0x170)]&&_0x2880fa[_0x4e2a7b(0x134)](_0x121c13['scenario']['id'],_0x3e6641)&&_0x121c13['scenario']['examples']){const _0x3939c7=_0x121c13[_0x4e2a7b(0x170)][_0x4e2a7b(0x194)][_0x4e2a7b(0x17e)](_0x29280b=>_0x29280b['tableBody'])[_0x4e2a7b(0x163)](_0x1308e7=>_0x1308e7['id']===_0x278db9);let _0x30b382;_0x3939c7&&_0x3939c7['cells']?_0x30b382=_0x3939c7[_0x4e2a7b(0x182)][_0x4e2a7b(0x12d)](_0x43f250=>_0x43f250[_0x4e2a7b(0x1a6)]):_0x30b382=[],_0x30b382&&(_0x440e4b=_0x30b382);}}});if(_0x440e4b[_0x560459(0x1b8)])return _0x440e4b;return;};async['configureGit'](){const _0x13fa78=a8_0x421ff3,_0x84ec88={'dmipq':function(_0x3ac0f5){return _0x3ac0f5();}};if(this['_gitConfigured'])return this[_0x13fa78(0x17d)];const _0x8a0434=await _0x84ec88[_0x13fa78(0x175)](getGitMetaData);_0x8a0434&&(this['_gitConfigPath']=_0x8a0434[_0x13fa78(0x189)]),this[_0x13fa78(0x15a)]=!![];}}module[a8_0x421ff3(0x188)]=o11yClassErrorHandler(TestObservabilityReporter,[a8_0x421ff3(0x156),a8_0x421ff3(0x1b7),'getCucumberHookType',a8_0x421ff3(0x17c),a8_0x421ff3(0x166),a8_0x421ff3(0x19f),a8_0x421ff3(0x198)]);
@@ -1 +1 @@
1
- const a9_0x121f56=a9_0x14f3;function a9_0x464a(){const _0x5678fd=['dPxSv','280hBPUTE','winstonLogger','Failed:\x20','TxYVW','ENV_VAR','JKGMq','../../helpers/test-observability/sessionHandler','thJwtToken','integrations','testCaseStartedId','../../helpers/setKeepAlive','VLSmy','skipSessionName','4|2|1|0|3','pickle','name','thBuildUuid','RQaqw','AdWqe','setGlobal','setFramework','o11ySyncDone','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','../../helpers/testhub/constants.js','result','join','bstackA11yShouldScan','../../helpers/accessibility-automation/scripts','rWZOC','cucumber-js','setDefaultTimeout','Error:\x20quiting\x20driver\x20at\x20After:\x20','CONFIG','OoHsj','DGVtl','eAnEK','TbFRB','NjnxC','PfBrH','\x22}}','../../helpers/test-observability/utils','LfXqp','uploadEventData','../../helpers/test-observability/error-handler','314vXaMob','isAccessibilityPlatform','../../index','pFKkg','__sessionFailed','RqYNN','Performing\x20scan\x20before\x20saving\x20results','../../helpers/logger','stopMonitoring','Nuvjg','BROWSERSTACK_TESTHUB_JWT','text','env','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','NkJRM','Passed','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','__skipSessionName','../playwright/reporter/test-details.js','623YkFYFc','bstack','../playwright/reporter/reporter.js','__timeout','quitCount_','uZUmA','performScan','../../helpers/performance-tester','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','../../helpers/helper','SkCRl','eBqTt','testInfo','AHzEc','session_','info','util','TBsFf','eaOpU','21395Gzayeh','initQuit','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','finally','failed','\x20|\x20','5084600FyeNsd','nSZyR','pickleStep','__platformCaps','workerInfo','currentTest','message','drfSu','__skipSessionStatus','\x0aError:\x20','oKdlJ','oiUHE','9696atGiuZ','../../helpers/test-observability/requestQueueHandler','xoymT','CBTSessionCreated','uuid','error','ZlUHC','6643278vamiAd','Inside\x20browserstack\x20BeforeAll','removeAllListeners','654295Ygdxjh','RQPIP','zFvZg','rGusU','ykCgx','shutdown','format','push','18fgquDF','setConfig','driverCleanup','debug','split','Before','getGlobal','AfterAll','getInstance','shift','LcdTD','AfterStep','startMonitoring','tImMu','oXcIe','WEnwu','browserstackAgentV2','EQYEM','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20','@cucumber/cucumber/lib/index.js','thcki','executeScript','stringify','HghSP','1916EcTjUO','length','passed','PHGdb','CCgcX','tags','bs:addLog:','toLowerCase','setTestNameForHealingContext','mzuym','BROWSERSTACK_TESTHUB_UUID','pid','Error:\x20at\x20After\x20Step:\x20','__error_messages__','EqGMa','addTestUIDAndReportLog','toString','timeout','vscTx','__drivers','CZigg','Inside\x20browserstack\x20After','JKfiE','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','test_run','executeAsyncScript','status','parse','23811Iibnar','sSFbT','lMscB','saveTestResults','88472SeetIJ'];a9_0x464a=function(){return _0x5678fd;};return a9_0x464a();}(function(_0x272477,_0x191e10){const _0x7bf1b9=a9_0x14f3,_0x4f6be2=_0x272477();while(!![]){try{const _0x10327e=-parseInt(_0x7bf1b9(0xf2))/0x1*(-parseInt(_0x7bf1b9(0x154))/0x2)+-parseInt(_0x7bf1b9(0x170))/0x3*(parseInt(_0x7bf1b9(0x176))/0x4)+parseInt(_0x7bf1b9(0x134))/0x5*(parseInt(_0x7bf1b9(0x13c))/0x6)+parseInt(_0x7bf1b9(0x105))/0x7*(-parseInt(_0x7bf1b9(0x174))/0x8)+-parseInt(_0x7bf1b9(0x131))/0x9+parseInt(_0x7bf1b9(0x11e))/0xa+-parseInt(_0x7bf1b9(0x118))/0xb*(-parseInt(_0x7bf1b9(0x12a))/0xc);if(_0x10327e===_0x191e10)break;else _0x4f6be2['push'](_0x4f6be2['shift']());}catch(_0x11a045){_0x4f6be2['push'](_0x4f6be2['shift']());}}}(a9_0x464a,0x78f42));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require(a9_0x121f56(0x10e)),setKeepAlive=require(a9_0x121f56(0xd0)),util=require(a9_0x121f56(0x115)),PerformanceTester=require(a9_0x121f56(0x10c)),{commandRepository}=require('../../helpers/ai-sdk/autoHealHelper'),cucumberModule=requireModule(a9_0x121f56(0x14f)),logger=require(a9_0x121f56(0xf9))[a9_0x121f56(0x177)],{shouldProcessEventForTesthub}=require('../../helpers/testhub/utils'),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require(a9_0x121f56(0xee)),TestDetails=require(a9_0x121f56(0x104)),RequestQueueHandler=require(a9_0x121f56(0x12b)),{o11yErrorHandler}=require(a9_0x121f56(0xf1)),MyReporter=require(a9_0x121f56(0x107)),SessionHandler=require(a9_0x121f56(0x17c)),scripts=require(a9_0x121f56(0xe1)),globals=require('../../helpers/globals'),testHubConstants=require(a9_0x121f56(0xdd)),{shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),{isUndefined}=require('lodash'),a9_0x46e613={};a9_0x46e613[a9_0x121f56(0x122)]=undefined,a9_0x46e613[a9_0x121f56(0x123)]={},a9_0x46e613[a9_0x121f56(0xdb)]=![],a9_0x46e613[a9_0x121f56(0x123)]['id']=undefined,a9_0x46e613[a9_0x121f56(0x123)]['testInfo']=undefined;const workerDetails=a9_0x46e613;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x2ecac5){const _0x44cde4=a9_0x121f56,_0x31a2d2=workerDetails[_0x44cde4(0x123)]['testInfo'];if(!_0x31a2d2)return;await MyReporter[_0x44cde4(0x163)](_0x31a2d2,_0x2ecac5);}),registerListeners=()=>{const _0x45f27c=a9_0x121f56,_0x312e5a={};_0x312e5a[_0x45f27c(0xec)]='Inside\x20browserstack\x20registerListeners';const _0x215cd0=_0x312e5a;logger[_0x45f27c(0x13f)](_0x215cd0[_0x45f27c(0xec)]),process[_0x45f27c(0x133)](_0x45f27c(0x15a)+process[_0x45f27c(0x15f)]),process['on'](_0x45f27c(0x15a)+process[_0x45f27c(0x15f)],sendTestLog),PerformanceTester[_0x45f27c(0x148)]();};modifyCommand(),setKeepAlive();const Before=cucumberModule[a9_0x121f56(0x141)],After=cucumberModule['After'],AfterAll=cucumberModule[a9_0x121f56(0x143)],BeforeAll=cucumberModule['BeforeAll'],AfterStep=cucumberModule[a9_0x121f56(0x147)],configuration=process[a9_0x121f56(0xfe)][a9_0x121f56(0xe6)],bstackConfig=process['env']['BSTACK_CONFIG'];if(configuration!==undefined){const config=JSON[a9_0x121f56(0x16f)](configuration);isBrowserstackInfra()?(global[a9_0x121f56(0x103)]=isTrue(config[a9_0x121f56(0xd2)]),global[a9_0x121f56(0x126)]=isTrue(config['skipSessionStatus'])):(global[a9_0x121f56(0x103)]=!![],global[a9_0x121f56(0x126)]=!![]),shouldProcessEventForTesthub()?require('../../index')[a9_0x121f56(0x14c)](config,null,!![]):require(a9_0x121f56(0xf4))[a9_0x121f56(0x14c)](config),global[a9_0x121f56(0x121)]=config['platformCaps']||{};}if(bstackConfig!==undefined){const browserStackConfig=JSON['parse'](bstackConfig);browserStackConfig&&(commandRepository[a9_0x121f56(0x13d)](browserStackConfig),commandRepository[a9_0x121f56(0xda)](a9_0x121f56(0xe3)));}global['__timeout']=0x0;const __setDefaultTimeout=cucumberModule[a9_0x121f56(0xe4)];cucumberModule['setDefaultTimeout']=_0x1f438e=>{const _0x10a4d7=a9_0x121f56,_0x88630e={'eaOpU':function(_0x3c413a,_0x5bf6ee){return _0x3c413a(_0x5bf6ee);}};global[_0x10a4d7(0x108)]=_0x1f438e,_0x88630e[_0x10a4d7(0x117)](__setDefaultTimeout,_0x1f438e);};const a9_0x234cb7={};a9_0x234cb7[a9_0x121f56(0xd5)]='bstack',BeforeAll(a9_0x234cb7,function(){const _0x2e913c=a9_0x121f56,_0x45b785={'rWZOC':function(_0xb88e5b,_0x27cf79,_0x59af93,_0x296c49){return _0xb88e5b(_0x27cf79,_0x59af93,_0x296c49);},'tImMu':'failed','mEkpB':_0x2e913c(0x11d),'oXcIe':function(_0x5adf84,_0x116890,_0x5f08bd){return _0x5adf84(_0x116890,_0x5f08bd);},'ykCgx':_0x2e913c(0x156),'JKGMq':_0x2e913c(0x132),'rRjwU':function(_0x564383){return _0x564383();},'nSZyR':function(_0x4e6de5){return _0x4e6de5();},'pFKkg':function(_0x3aa593,_0xf6c0e4){return _0x3aa593(_0xf6c0e4);}};PerformanceTester[_0x2e913c(0x148)](),logger[_0x2e913c(0x13f)](_0x45b785[_0x2e913c(0x17b)]),global[_0x2e913c(0x161)]=[],global[_0x2e913c(0xf6)]=![],_0x45b785['rRjwU'](shouldProcessEventForTesthub)&&(_0x45b785[_0x2e913c(0x11f)](registerListeners),_0x45b785[_0x2e913c(0xf5)](addRequestSpy,![])),global[_0x2e913c(0x13e)]=async()=>{const _0x44ae98=_0x2e913c;let _0x277cf1=![];try{await global[_0x44ae98(0x167)][0x0][_0x44ae98(0x113)],_0x277cf1=!![],global[_0x44ae98(0xf6)]?await _0x45b785[_0x44ae98(0xe2)](markSessionStatus,global['__drivers'][0x0],_0x45b785[_0x44ae98(0x149)],global[_0x44ae98(0x161)][_0x44ae98(0xdf)](_0x45b785['mEkpB'])):await _0x45b785[_0x44ae98(0x14a)](markSessionStatus,global[_0x44ae98(0x167)][0x0],_0x45b785[_0x44ae98(0x138)]);}catch(_0x9b7e){logger[_0x44ae98(0x13f)]('Error:\x20cleaning\x20up\x20driver:\x20'+_0x9b7e);}global['__error_messages__']=[],global[_0x44ae98(0xf6)]=![];if(_0x277cf1)try{await global['__drivers'][0x0][_0x44ae98(0x119)]();}catch(_0x38dffc){logger[_0x44ae98(0x13f)](_0x44ae98(0x11a)+_0x38dffc);}};});const a9_0x35fc6b={};a9_0x35fc6b['name']=a9_0x121f56(0x106),a9_0x35fc6b[a9_0x121f56(0x165)]=0x2710,Before(a9_0x35fc6b,function(_0x461263,_0xb3c43a){const _0x4d9386=a9_0x121f56,_0x468243={'EQYEM':function(_0x2cb8a5,_0xc9fb0a){return _0x2cb8a5>_0xc9fb0a;},'ZlUHC':function(_0x2e9418,_0x19e954){return _0x2e9418>_0x19e954;},'eBqTt':function(_0x25fd90,_0x30eef8){return _0x25fd90(_0x30eef8);},'NjnxC':function(_0x409545,_0x4f9683,_0x5763d8,_0x179811){return _0x409545(_0x4f9683,_0x5763d8,_0x179811);},'PHGdb':_0x4d9386(0xe0),'dZNeF':function(_0x5ca80b){return _0x5ca80b();},'rGusU':'Inside\x20browserstack\x20Before'};commandRepository[_0x4d9386(0x15c)](_0x461263[_0x4d9386(0xd4)][_0x4d9386(0xd5)]),logger[_0x4d9386(0x13f)](_0x468243[_0x4d9386(0x137)]),new Promise(async _0x364f76=>{const _0x5df0d8=_0x4d9386;try{_0x468243[_0x5df0d8(0x14d)](global[_0x5df0d8(0x167)]['length'],0x1)&&(await global['driverCleanup'](),global[_0x5df0d8(0x167)][_0x5df0d8(0x145)]()),global[_0x5df0d8(0x167)][0x0][_0x5df0d8(0x109)]&&_0x468243[_0x5df0d8(0x130)](global[_0x5df0d8(0x167)][0x0][_0x5df0d8(0x109)],0x0)&&await global[_0x5df0d8(0x13e)]();}catch(_0x2963ee){}workerDetails[_0x5df0d8(0x123)]['testInfo']=_0x461263['testCaseStartedId'];try{if(!_0x468243[_0x5df0d8(0x110)](isUndefined,_0x461263[_0x5df0d8(0xd4)][_0x5df0d8(0x159)])){const _0x44c1e7=_0x468243[_0x5df0d8(0xeb)](shouldScanTestForAccessibility,null,![],_0x461263[_0x5df0d8(0xd4)][_0x5df0d8(0x159)]['map'](({name:_0x1ede22})=>_0x1ede22));globals[_0x5df0d8(0xd9)](_0x468243[_0x5df0d8(0x157)],_0x44c1e7);}}catch(_0x50360b){logger[_0x5df0d8(0x13f)](_0x5df0d8(0x14e)+util[_0x5df0d8(0x13a)](_0x50360b));}_0x468243['dZNeF'](_0x364f76);})[_0x4d9386(0x11b)](_0xb3c43a);});const a9_0x471c49={};a9_0x471c49[a9_0x121f56(0xd5)]=a9_0x121f56(0x106),a9_0x471c49[a9_0x121f56(0x165)]=0x2710,After(a9_0x471c49,function(_0x14a644,_0x354e68){const _0x20374b=a9_0x121f56,_0x1fe004={'mzuym':_0x20374b(0xd3),'RQaqw':function(_0x493e31,_0xb95e69){return _0x493e31===_0xb95e69;},'AHzEc':_0x20374b(0x11c),'vscTx':function(_0x5ca274,_0x567b37,_0x1bdbd1,_0x4d8e21){return _0x5ca274(_0x567b37,_0x1bdbd1,_0x4d8e21);},'Nuvjg':_0x20374b(0x11d),'drfSu':function(_0x100ce6,_0x2df5a0,_0x5419e7){return _0x100ce6(_0x2df5a0,_0x5419e7);},'HghSP':'passed','OoHsj':function(_0x3f8851,_0x34dad7){return _0x3f8851>_0x34dad7;},'RQPIP':function(_0x348fb5){return _0x348fb5();},'WEnwu':_0x20374b(0x12d),'jtCWk':_0x20374b(0xf3),'CCgcX':'bstackA11yShouldScan','uZUmA':_0x20374b(0x102),'CZigg':_0x20374b(0xf8),'TxYVW':_0x20374b(0x16b),'DGVtl':_0x20374b(0x169)};logger['debug'](_0x1fe004[_0x20374b(0xe8)]),workerDetails[_0x20374b(0x123)][_0x20374b(0x111)]=_0x14a644['testCaseStartedId'],new Promise(async _0x43f68e=>{const _0x147401=_0x20374b;let _0x1305eb=![];try{const _0x25ee0b=_0x1fe004[_0x147401(0x15d)][_0x147401(0x140)]('|');let _0x353ac1=0x0;while(!![]){switch(_0x25ee0b[_0x353ac1++]){case'0':!global['__skipSessionName']&&await global[_0x147401(0x167)][0x0][_0x147401(0x151)](_0x147401(0x10d)+_0x14a644[_0x147401(0xd4)][_0x147401(0xd5)]+_0x147401(0xed));continue;case'1':_0x1305eb=!![];continue;case'2':await global[_0x147401(0x167)][0x0][_0x147401(0x113)];continue;case'3':if(_0x1fe004[_0x147401(0xd7)](_0x14a644[_0x147401(0xde)][_0x147401(0x16e)][_0x147401(0x164)]()[_0x147401(0x15b)](),_0x1fe004[_0x147401(0x112)])||_0x1fe004['RQaqw'](_0x14a644[_0x147401(0xde)][_0x147401(0x16e)]['toString']()[_0x147401(0x15b)](),'6')){try{global[_0x147401(0x161)]['push'](_0x14a644['result'][_0x147401(0x124)]);}catch(_0x299b9c){logger[_0x147401(0x13f)]('Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20'+_0x299b9c);}await _0x1fe004['vscTx'](markSessionStatus,global[_0x147401(0x167)][0x0],_0x1fe004[_0x147401(0x112)],global[_0x147401(0x161)]['join'](_0x1fe004[_0x147401(0xfb)]));}else await _0x1fe004[_0x147401(0x125)](markSessionStatus,global[_0x147401(0x167)][0x0],_0x1fe004[_0x147401(0x153)]);continue;case'4':_0x1fe004[_0x147401(0xe7)](global[_0x147401(0x167)][_0x147401(0x155)],0x1)&&(await global[_0x147401(0x13e)](),global[_0x147401(0x167)][_0x147401(0x145)](),global[_0x147401(0x161)]=[],global[_0x147401(0xf6)]=![]);continue;}break;}}catch(_0x3dd47a){logger[_0x147401(0x13f)]('Error:\x20at\x20After:\x20'+util[_0x147401(0x13a)](_0x3dd47a));}try{if(_0x1fe004['RQPIP'](shouldProcessEventForTesthub)){const _0x3c7eca=TestDetails['getTestUUID'](_0x14a644[_0x147401(0xcf)]),_0x5ca931=await _0x1fe004[_0x147401(0x166)](sendPlatformDetails,global[_0x147401(0x167)][0x0],_0x3c7eca,!![]),_0xca94d0={};_0xca94d0[_0x147401(0x12e)]=_0x3c7eca,_0xca94d0[_0x147401(0xce)]=_0x5ca931;const _0x32c4fd=_0xca94d0,_0xf0954b={};_0xf0954b['event_type']=_0x1fe004[_0x147401(0x14b)],_0xf0954b[_0x147401(0x16c)]=_0x32c4fd,await SessionHandler[_0x147401(0xf0)](_0xf0954b);}}catch(_0x24f297){logger[_0x147401(0x13f)]('Error:\x20sendPlatformDetails\x20at\x20After:\x20'+util['format'](_0x24f297));}try{if(globals[_0x147401(0x142)](_0x1fe004['jtCWk'])&&globals[_0x147401(0x142)](_0x1fe004[_0x147401(0x158)])){logger['info'](_0x1fe004[_0x147401(0x10a)]);const _0x2e793a=TestDetails['getTestUUID'](_0x14a644[_0x147401(0xcf)]),_0x155823={};_0x155823['thTestRunUuid']=_0x2e793a,_0x155823[_0x147401(0xd6)]=process[_0x147401(0xfe)][testHubConstants[_0x147401(0x17a)][_0x147401(0x15e)]],_0x155823[_0x147401(0xcd)]=process['env'][testHubConstants[_0x147401(0x17a)][_0x147401(0xfc)]];const _0x40d9cb=_0x155823;logger[_0x147401(0x13f)](_0x147401(0xff)+JSON[_0x147401(0x152)](_0x40d9cb)),logger['debug'](_0x1fe004[_0x147401(0x168)]),logger[_0x147401(0x13f)](util['format'](await global[_0x147401(0x167)][0x0][_0x147401(0x16d)](scripts[_0x147401(0x10b)],{'method':global['browserstackSessionName']}))),await global[_0x147401(0x167)][0x0][_0x147401(0x16d)](scripts[_0x147401(0x173)],_0x40d9cb),logger[_0x147401(0x114)](_0x1fe004[_0x147401(0x179)]);}}catch(_0x3d2b86){logger[_0x147401(0x12f)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20'+util[_0x147401(0x13a)]);}if(_0x1305eb)try{global[_0x147401(0x167)][0x0]&&_0x1fe004['OoHsj'](global[_0x147401(0x167)][0x0][_0x147401(0x109)],0x0)&&await global[_0x147401(0x167)][0x0][_0x147401(0x119)]();}catch(_0x2025a4){logger[_0x147401(0x13f)](_0x147401(0xe5)+_0x2025a4);}_0x1fe004[_0x147401(0x135)](_0x43f68e);})['finally'](()=>_0x354e68());});const a9_0x38dcb2={};function a9_0x14f3(_0x4449e2,_0x2523c1){const _0x464a95=a9_0x464a();return a9_0x14f3=function(_0x14f3cd,_0x60b259){_0x14f3cd=_0x14f3cd-0xcd;let _0x30436a=_0x464a95[_0x14f3cd];return _0x30436a;},a9_0x14f3(_0x4449e2,_0x2523c1);}a9_0x38dcb2[a9_0x121f56(0xd5)]=a9_0x121f56(0x106),a9_0x38dcb2[a9_0x121f56(0x165)]=0x2710,AfterStep(a9_0x38dcb2,function(_0x4c8cc5,_0x1cb26f){const _0x13afe6=a9_0x121f56,_0x3991c4={'TbFRB':function(_0x3d0568,_0x61bd01){return _0x3d0568===_0x61bd01;},'zFvZg':_0x13afe6(0x11c),'TBsFf':function(_0xf5eafa,_0x40ef0a){return _0xf5eafa===_0x40ef0a;},'JKfiE':function(_0xf0f184,_0x39a1ce){return _0xf0f184!==_0x39a1ce;},'dPxSv':function(_0x310718,_0x2d32f3,_0x1b8de1){return _0x310718(_0x2d32f3,_0x1b8de1);},'thcki':function(_0x5ee9a3,_0x22061a){return _0x5ee9a3+_0x22061a;},'xoymT':function(_0x2e0c7f,_0x502a22){return _0x2e0c7f+_0x502a22;},'RqYNN':_0x13afe6(0x178),'PeBjZ':_0x13afe6(0x127),'sSFbT':_0x13afe6(0x12f),'lMscB':function(_0x1cb5f9,_0x5c2790,_0x537ea9){return _0x1cb5f9(_0x5c2790,_0x537ea9);},'VLSmy':function(_0x3c66a2,_0xea1fa9){return _0x3c66a2+_0xea1fa9;},'NkJRM':function(_0x1848c6,_0xd18dae,_0x527c82){return _0x1848c6(_0xd18dae,_0x527c82);},'LfXqp':function(_0x87c4f6,_0x5333e5){return _0x87c4f6+_0x5333e5;},'oiUHE':'Passed:\x20','eAnEK':_0x13afe6(0x114),'LcdTD':function(_0x98719f,_0x3aef4d,_0x3375e1){return _0x98719f(_0x3aef4d,_0x3375e1);},'oKdlJ':_0x13afe6(0x101),'kZOoP':function(_0x1d2b8f){return _0x1d2b8f();},'SkCRl':'Inside\x20browserstack\x20AfterStep'};logger['debug'](_0x3991c4[_0x13afe6(0x10f)]);const _0x484ae4=async(_0x4f6937,_0x26a228)=>{const _0xe45a08=_0x13afe6;await global[_0xe45a08(0x167)][0x0]['executeScript'](_0xe45a08(0xdc)+_0x4f6937+',\x22level\x22:\x20\x22'+_0x26a228+_0xe45a08(0xed));};new Promise(async _0x1bd8fa=>{const _0x149c23=_0x13afe6;try{_0x3991c4[_0x149c23(0xea)](_0x4c8cc5[_0x149c23(0xde)][_0x149c23(0x16e)][_0x149c23(0x164)]()['toLowerCase'](),_0x3991c4[_0x149c23(0x136)])||_0x3991c4[_0x149c23(0x116)](_0x4c8cc5[_0x149c23(0xde)][_0x149c23(0x16e)][_0x149c23(0x164)]()[_0x149c23(0x15b)](),'6')?(global[_0x149c23(0xf6)]=!![],global['__error_messages__'][_0x149c23(0x13b)](_0x4c8cc5[_0x149c23(0xde)][_0x149c23(0x124)]),_0x3991c4['JKfiE'](_0x4c8cc5[_0x149c23(0x120)],undefined)?await _0x3991c4[_0x149c23(0x175)](_0x484ae4,JSON['stringify'](_0x3991c4[_0x149c23(0x150)](_0x3991c4[_0x149c23(0x12c)](_0x3991c4[_0x149c23(0x150)](_0x3991c4[_0x149c23(0xf7)],'\x22'+_0x4c8cc5[_0x149c23(0x120)]['text']+'\x22\x20'),_0x3991c4['PeBjZ']),_0x4c8cc5[_0x149c23(0xde)]['message'])),_0x3991c4[_0x149c23(0x171)]):await _0x3991c4[_0x149c23(0x172)](_0x484ae4,JSON['stringify'](_0x3991c4[_0x149c23(0xd1)](_0x3991c4['RqYNN'],_0x4c8cc5[_0x149c23(0xde)][_0x149c23(0x124)])),_0x3991c4['sSFbT'])):_0x3991c4[_0x149c23(0x16a)](_0x4c8cc5[_0x149c23(0x120)],undefined)?await _0x3991c4[_0x149c23(0x100)](_0x484ae4,JSON[_0x149c23(0x152)](_0x3991c4[_0x149c23(0xef)](_0x3991c4[_0x149c23(0x129)],'\x22'+_0x4c8cc5[_0x149c23(0x120)][_0x149c23(0xfd)]+'\x22')),_0x3991c4['eAnEK']):await _0x3991c4[_0x149c23(0x146)](_0x484ae4,JSON[_0x149c23(0x152)](_0x3991c4[_0x149c23(0x128)]),_0x3991c4[_0x149c23(0xe9)]);}catch(_0x508230){logger[_0x149c23(0x13f)](_0x149c23(0x160)+_0x508230);}_0x3991c4['kZOoP'](_0x1bd8fa);})[_0x13afe6(0x11b)](()=>_0x1cb26f());});const a9_0x3fbf33={};a9_0x3fbf33[a9_0x121f56(0xd5)]=a9_0x121f56(0x106),a9_0x3fbf33[a9_0x121f56(0x165)]=0x7530,AfterAll(a9_0x3fbf33,async function(_0x4a5b00,_0x251ed5){const _0x53b514=a9_0x121f56,_0x4f2c0e={'EqGMa':function(_0x413400){return _0x413400();},'AdWqe':'Inside\x20browserstack\x20AfterAll'};logger[_0x53b514(0x13f)](_0x4f2c0e[_0x53b514(0xd8)]),await new Promise(async _0x3501c1=>{const _0x50de86=_0x53b514;await RequestQueueHandler[_0x50de86(0x144)]()[_0x50de86(0x139)](),PerformanceTester[_0x50de86(0xfa)](),await global['driverCleanup'](),_0x4f2c0e[_0x50de86(0x162)](_0x3501c1);});});
1
+ const a9_0x3ce0f3=a9_0x59f1;(function(_0x12bb2e,_0x437090){const _0x2325b5=a9_0x59f1,_0x1ea8ad=_0x12bb2e();while(!![]){try{const _0x510f58=parseInt(_0x2325b5(0xf2))/0x1*(-parseInt(_0x2325b5(0x174))/0x2)+parseInt(_0x2325b5(0xff))/0x3+-parseInt(_0x2325b5(0x161))/0x4*(parseInt(_0x2325b5(0x15f))/0x5)+-parseInt(_0x2325b5(0xf8))/0x6*(-parseInt(_0x2325b5(0x126))/0x7)+-parseInt(_0x2325b5(0x12a))/0x8+parseInt(_0x2325b5(0x15c))/0x9+-parseInt(_0x2325b5(0x14c))/0xa;if(_0x510f58===_0x437090)break;else _0x1ea8ad['push'](_0x1ea8ad['shift']());}catch(_0x5ebf47){_0x1ea8ad['push'](_0x1ea8ad['shift']());}}}(a9_0x1ca9,0x76a87));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require(a9_0x3ce0f3(0x13c)),setKeepAlive=require(a9_0x3ce0f3(0x138)),util=require(a9_0x3ce0f3(0x157)),PerformanceTester=require('../../helpers/performance-tester'),{commandRepository}=require(a9_0x3ce0f3(0x150)),cucumberModule=requireModule(a9_0x3ce0f3(0xe4)),logger=require('../../helpers/logger')[a9_0x3ce0f3(0xee)],{shouldProcessEventForTesthub}=require(a9_0x3ce0f3(0xdb)),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require(a9_0x3ce0f3(0xf7)),TestDetails=require(a9_0x3ce0f3(0x13b)),RequestQueueHandler=require(a9_0x3ce0f3(0xea)),{o11yErrorHandler}=require(a9_0x3ce0f3(0xef)),MyReporter=require('../playwright/reporter/reporter.js'),SessionHandler=require(a9_0x3ce0f3(0x122)),scripts=require('../../helpers/accessibility-automation/scripts'),globals=require(a9_0x3ce0f3(0xe7)),testHubConstants=require(a9_0x3ce0f3(0x17a)),{shouldScanTestForAccessibility}=require(a9_0x3ce0f3(0x121)),{isUndefined}=require(a9_0x3ce0f3(0x105)),a9_0x8e11ac={};a9_0x8e11ac[a9_0x3ce0f3(0x145)]=undefined,a9_0x8e11ac[a9_0x3ce0f3(0xfe)]={},a9_0x8e11ac[a9_0x3ce0f3(0x13e)]=![],a9_0x8e11ac[a9_0x3ce0f3(0xfe)]['id']=undefined,a9_0x8e11ac[a9_0x3ce0f3(0xfe)][a9_0x3ce0f3(0x128)]=undefined;const workerDetails=a9_0x8e11ac;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x597f53){const _0x37c19a=a9_0x3ce0f3,_0x32a7c0=workerDetails[_0x37c19a(0xfe)][_0x37c19a(0x128)];if(!_0x32a7c0)return;await MyReporter['addTestUIDAndReportLog'](_0x32a7c0,_0x597f53);}),registerListeners=()=>{const _0x5764b9=a9_0x3ce0f3,_0x101f37={};_0x101f37['DrXMu']=_0x5764b9(0x16d);const _0x2f93fb=_0x101f37;logger[_0x5764b9(0x134)](_0x2f93fb[_0x5764b9(0x132)]),process['removeAllListeners']('bs:addLog:'+process[_0x5764b9(0x17b)]),process['on'](_0x5764b9(0x183)+process[_0x5764b9(0x17b)],sendTestLog),PerformanceTester[_0x5764b9(0x13a)]();};function a9_0x1ca9(){const _0x20ccd9=['winstonLogger','../../helpers/test-observability/error-handler','result','rbtut','15186NTFDLK','OHeeD','session_','setDefaultTimeout','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','../../helpers/test-observability/utils','167598cgDdDK','pickleStep','__drivers','cPRbW','WBXIm','thJwtToken','currentTest','2317164rqcwod','platformCaps','RvPRH','BCyqX','\x22}}','Error:\x20quiting\x20driver\x20at\x20After:\x20','lodash','ksSCR','stringify','executeAsyncScript','pEtfz','toString','env','info','NhhIf','xgJbh','length','browserstackAgentV2','iJuRj','pickle','cucumber-js','join','3|1|0|2|4','mlAwh','ETVGS','browserstackSessionName','gDPOH','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20','saveTestResults','__sessionFailed','KVpzO','cgJne','isAccessibilityPlatform','XHsoM','../../helpers/accessibility-automation/helper','../../helpers/test-observability/sessionHandler','__error_messages__','split','CONFIG','91Drzjkt','Error:\x20cleaning\x20up\x20driver:\x20','testInfo','tags','4205024gMiJcM','Tloqz','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','bstackA11yShouldScan','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20','name','executeScript','finally','DrXMu','driverCleanup','debug','AfterAll','BROWSERSTACK_TESTHUB_JWT','failed','../../helpers/setKeepAlive','Zknua','startMonitoring','../playwright/reporter/test-details.js','../../helpers/helper','zkGyp','o11ySyncDone','gceEz','performScan','getTestUUID','CBTSessionCreated','QWHiZ','Inside\x20browserstack\x20Before','workerInfo','timeout','bstack','shutdown','thTestRunUuid','AfterStep','GEjlt','8198590eiXZBe','Error:\x20at\x20After:\x20','passed','setConfig','../../helpers/ai-sdk/autoHealHelper','Before','VKLYu','APqfC','hIPZY','uploadEventData','status','util','__skipSessionStatus','Inside\x20browserstack\x20BeforeAll','ovNmp','SnmSW','8534466jtHfaf','error','push','1185475zWuQbm','map','4VXhoyo','KQicv','initQuit','getGlobal','__skipSessionName','shift','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','StWBo','Failed:\x20','asRuR','Error:\x20at\x20After\x20Step:\x20','getInstance','Inside\x20browserstack\x20registerListeners','ENV_VAR','setGlobal','BROWSERSTACK_TESTHUB_UUID','BSTACK_CONFIG','testCaseStartedId','format','2JJGSei','pixbN','event_type','KgGdV','message','__platformCaps','../../helpers/testhub/constants.js','pid','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','tbguM','ZzmuQ','qLqZP','SweIU','biuoq','yFSvA','bs:addLog:','setFramework','../../helpers/testhub/utils','PjilS','__timeout','../../index','HUjvj','YTnEV','toLowerCase','Inside\x20browserstack\x20AfterStep','skipSessionStatus','@cucumber/cucumber/lib/index.js','quitCount_','\x20|\x20','../../helpers/globals','pgwZU','\x0aError:\x20','../../helpers/test-observability/requestQueueHandler','parse','text','gXBXo'];a9_0x1ca9=function(){return _0x20ccd9;};return a9_0x1ca9();}modifyCommand(),setKeepAlive();const Before=cucumberModule[a9_0x3ce0f3(0x151)],After=cucumberModule['After'],AfterAll=cucumberModule[a9_0x3ce0f3(0x135)],BeforeAll=cucumberModule['BeforeAll'],AfterStep=cucumberModule[a9_0x3ce0f3(0x14a)],configuration=process[a9_0x3ce0f3(0x10b)][a9_0x3ce0f3(0x125)],bstackConfig=process[a9_0x3ce0f3(0x10b)][a9_0x3ce0f3(0x171)];if(configuration!==undefined){const config=JSON[a9_0x3ce0f3(0xeb)](configuration);isBrowserstackInfra()?(global['__skipSessionName']=isTrue(config['skipSessionName']),global[a9_0x3ce0f3(0x158)]=isTrue(config[a9_0x3ce0f3(0xe3)])):(global[a9_0x3ce0f3(0x165)]=!![],global[a9_0x3ce0f3(0x158)]=!![]),shouldProcessEventForTesthub()?require(a9_0x3ce0f3(0xde))[a9_0x3ce0f3(0x110)](config,null,!![]):require('../../index')['browserstackAgentV2'](config),global[a9_0x3ce0f3(0x179)]=config[a9_0x3ce0f3(0x100)]||{};}if(bstackConfig!==undefined){const browserStackConfig=JSON['parse'](bstackConfig);browserStackConfig&&(commandRepository[a9_0x3ce0f3(0x14f)](browserStackConfig),commandRepository[a9_0x3ce0f3(0xda)](a9_0x3ce0f3(0x113)));}global[a9_0x3ce0f3(0xdd)]=0x0;const __setDefaultTimeout=cucumberModule[a9_0x3ce0f3(0xf5)];cucumberModule[a9_0x3ce0f3(0xf5)]=_0x4edfb9=>{const _0x2c07cf=a9_0x3ce0f3,_0x5176ce={'atFUH':function(_0x21497c,_0x1726a7){return _0x21497c(_0x1726a7);}};global[_0x2c07cf(0xdd)]=_0x4edfb9,_0x5176ce['atFUH'](__setDefaultTimeout,_0x4edfb9);};const a9_0x1c14f4={};a9_0x1c14f4[a9_0x3ce0f3(0x12f)]=a9_0x3ce0f3(0x147),BeforeAll(a9_0x1c14f4,function(){const _0x40ac0d=a9_0x3ce0f3,_0x4c9ff3={'StWBo':function(_0x48b60e,_0x39b44b,_0x5073bb,_0x5eae29){return _0x48b60e(_0x39b44b,_0x5073bb,_0x5eae29);},'NmKQC':_0x40ac0d(0x137),'pixbN':'\x20|\x20','OHeeD':function(_0x1de641,_0xaa96a3,_0x4b6573){return _0x1de641(_0xaa96a3,_0x4b6573);},'rJapt':_0x40ac0d(0x14e),'HQalm':_0x40ac0d(0x159),'HUjvj':function(_0x2ccdf0){return _0x2ccdf0();},'mlAwh':function(_0x5dd9d7,_0x33f912){return _0x5dd9d7(_0x33f912);}};PerformanceTester[_0x40ac0d(0x13a)](),logger['debug'](_0x4c9ff3['HQalm']),global[_0x40ac0d(0x123)]=[],global[_0x40ac0d(0x11c)]=![],_0x4c9ff3[_0x40ac0d(0xdf)](shouldProcessEventForTesthub)&&(_0x4c9ff3[_0x40ac0d(0xdf)](registerListeners),_0x4c9ff3[_0x40ac0d(0x116)](addRequestSpy,![])),global[_0x40ac0d(0x133)]=async()=>{const _0x4c4b74=_0x40ac0d;let _0x2698c0=![];try{await global['__drivers'][0x0]['session_'],_0x2698c0=!![],global[_0x4c4b74(0x11c)]?await _0x4c9ff3[_0x4c4b74(0x168)](markSessionStatus,global[_0x4c4b74(0xfa)][0x0],_0x4c9ff3['NmKQC'],global['__error_messages__'][_0x4c4b74(0x114)](_0x4c9ff3[_0x4c4b74(0x175)])):await _0x4c9ff3[_0x4c4b74(0xf3)](markSessionStatus,global['__drivers'][0x0],_0x4c9ff3['rJapt']);}catch(_0x349c84){logger[_0x4c4b74(0x134)](_0x4c4b74(0x127)+_0x349c84);}global[_0x4c4b74(0x123)]=[],global['__sessionFailed']=![];if(_0x2698c0)try{await global[_0x4c4b74(0xfa)][0x0][_0x4c4b74(0x163)]();}catch(_0x578017){logger['debug'](_0x4c4b74(0x12c)+_0x578017);}};});const a9_0x278fa3={};a9_0x278fa3[a9_0x3ce0f3(0x12f)]=a9_0x3ce0f3(0x147),a9_0x278fa3[a9_0x3ce0f3(0x146)]=0x2710,Before(a9_0x278fa3,function(_0x3dc7b6,_0x311af7){const _0x5606d6=a9_0x3ce0f3,_0x94732f={'tbguM':function(_0x9c054,_0x37cd98){return _0x9c054>_0x37cd98;},'PjilS':function(_0xaed10f,_0x6b57d3){return _0xaed10f>_0x6b57d3;},'biuoq':function(_0x387078,_0x4fab81){return _0x387078(_0x4fab81);},'QWHiZ':function(_0x3e1772,_0x31f859,_0x186a9b,_0x86a254){return _0x3e1772(_0x31f859,_0x186a9b,_0x86a254);},'GEjlt':_0x5606d6(0x12d),'WBXIm':function(_0x3da834){return _0x3da834();},'ovNmp':_0x5606d6(0x144)};commandRepository['setTestNameForHealingContext'](_0x3dc7b6[_0x5606d6(0x112)][_0x5606d6(0x12f)]),logger[_0x5606d6(0x134)](_0x94732f[_0x5606d6(0x15a)]),new Promise(async _0x451a39=>{const _0x5af951=_0x5606d6;try{_0x94732f[_0x5af951(0x17d)](global[_0x5af951(0xfa)][_0x5af951(0x10f)],0x1)&&(await global[_0x5af951(0x133)](),global[_0x5af951(0xfa)][_0x5af951(0x166)]()),global['__drivers'][0x0]['quitCount_']&&_0x94732f[_0x5af951(0xdc)](global[_0x5af951(0xfa)][0x0][_0x5af951(0xe5)],0x0)&&await global[_0x5af951(0x133)]();}catch(_0x8e9b0c){}workerDetails['currentTest'][_0x5af951(0x128)]=_0x3dc7b6[_0x5af951(0x172)];try{if(!_0x94732f[_0x5af951(0x181)](isUndefined,_0x3dc7b6[_0x5af951(0x112)][_0x5af951(0x129)])){const _0x4d575e=_0x94732f[_0x5af951(0x143)](shouldScanTestForAccessibility,null,![],_0x3dc7b6['pickle'][_0x5af951(0x129)][_0x5af951(0x160)](({name:_0x1de1f6})=>_0x1de1f6));globals[_0x5af951(0x16f)](_0x94732f[_0x5af951(0x14b)],_0x4d575e);}}catch(_0x5eff8b){logger[_0x5af951(0x134)](_0x5af951(0x11a)+util['format'](_0x5eff8b));}_0x94732f[_0x5af951(0xfc)](_0x451a39);})['finally'](_0x311af7);});const a9_0x1c0a6b={};a9_0x1c0a6b['name']=a9_0x3ce0f3(0x147),a9_0x1c0a6b[a9_0x3ce0f3(0x146)]=0x2710,After(a9_0x1c0a6b,function(_0x218325,_0x5af65e){const _0x3e9ee0=a9_0x3ce0f3,_0x1cfbc5={'WSJiz':_0x3e9ee0(0x115),'XHsoM':function(_0x2e5dde,_0x19b5dc){return _0x2e5dde>_0x19b5dc;},'pgwZU':function(_0x2fd5ff,_0x4d64b4){return _0x2fd5ff===_0x4d64b4;},'VKLYu':_0x3e9ee0(0x137),'hIPZY':function(_0xe48eb9,_0x36b080){return _0xe48eb9===_0x36b080;},'gHzLI':function(_0x52c810,_0x1a0696,_0x46625f,_0x512901){return _0x52c810(_0x1a0696,_0x46625f,_0x512901);},'rbtut':_0x3e9ee0(0xe6),'iJuRj':function(_0x5a2670,_0x2e5787,_0x53af02){return _0x5a2670(_0x2e5787,_0x53af02);},'SnmSW':_0x3e9ee0(0x14e),'Tloqz':function(_0x260e12){return _0x260e12();},'bJtsr':function(_0x19e3bc,_0x1bf48a,_0x18297c,_0x4d819d){return _0x19e3bc(_0x1bf48a,_0x18297c,_0x4d819d);},'ETVGS':_0x3e9ee0(0x142),'asRuR':_0x3e9ee0(0x11f),'gceEz':'bstackA11yShouldScan','gDPOH':_0x3e9ee0(0xf6),'uUsaE':'Performing\x20scan\x20before\x20saving\x20results','cgJne':_0x3e9ee0(0x167),'zkGyp':function(_0x4298e4){return _0x4298e4();},'oGpHz':'Inside\x20browserstack\x20After'};logger[_0x3e9ee0(0x134)](_0x1cfbc5['oGpHz']),workerDetails[_0x3e9ee0(0xfe)][_0x3e9ee0(0x128)]=_0x218325[_0x3e9ee0(0x172)],new Promise(async _0x15c748=>{const _0x1eb387=_0x3e9ee0;let _0x250e7d=![];try{const _0x3ffa9f=_0x1cfbc5['WSJiz'][_0x1eb387(0x124)]('|');let _0x2597e0=0x0;while(!![]){switch(_0x3ffa9f[_0x2597e0++]){case'0':_0x250e7d=!![];continue;case'1':await global['__drivers'][0x0][_0x1eb387(0xf4)];continue;case'2':!global['__skipSessionName']&&await global[_0x1eb387(0xfa)][0x0]['executeScript']('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x218325[_0x1eb387(0x112)][_0x1eb387(0x12f)]+_0x1eb387(0x103));continue;case'3':_0x1cfbc5[_0x1eb387(0x120)](global['__drivers']['length'],0x1)&&(await global[_0x1eb387(0x133)](),global['__drivers']['shift'](),global[_0x1eb387(0x123)]=[],global[_0x1eb387(0x11c)]=![]);continue;case'4':if(_0x1cfbc5[_0x1eb387(0xe8)](_0x218325[_0x1eb387(0xf0)][_0x1eb387(0x156)][_0x1eb387(0x10a)]()['toLowerCase'](),_0x1cfbc5[_0x1eb387(0x152)])||_0x1cfbc5[_0x1eb387(0x154)](_0x218325[_0x1eb387(0xf0)]['status'][_0x1eb387(0x10a)]()[_0x1eb387(0xe1)](),'6')){try{global[_0x1eb387(0x123)][_0x1eb387(0x15e)](_0x218325[_0x1eb387(0xf0)][_0x1eb387(0x178)]);}catch(_0x44e4f1){logger[_0x1eb387(0x134)]('Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20'+_0x44e4f1);}await _0x1cfbc5['gHzLI'](markSessionStatus,global[_0x1eb387(0xfa)][0x0],_0x1cfbc5['VKLYu'],global[_0x1eb387(0x123)][_0x1eb387(0x114)](_0x1cfbc5[_0x1eb387(0xf1)]));}else await _0x1cfbc5[_0x1eb387(0x111)](markSessionStatus,global[_0x1eb387(0xfa)][0x0],_0x1cfbc5[_0x1eb387(0x15b)]);continue;}break;}}catch(_0x46c9ea){logger[_0x1eb387(0x134)](_0x1eb387(0x14d)+util['format'](_0x46c9ea));}try{if(_0x1cfbc5[_0x1eb387(0x12b)](shouldProcessEventForTesthub)){const _0x27c224=TestDetails['getTestUUID'](_0x218325[_0x1eb387(0x172)]),_0x21d7c4=await _0x1cfbc5['bJtsr'](sendPlatformDetails,global['__drivers'][0x0],_0x27c224,!![]),_0xae4ce6={};_0xae4ce6['uuid']=_0x27c224,_0xae4ce6['integrations']=_0x21d7c4;const _0xe9448=_0xae4ce6,_0x1971cc={};_0x1971cc[_0x1eb387(0x176)]=_0x1cfbc5[_0x1eb387(0x117)],_0x1971cc['test_run']=_0xe9448,await SessionHandler[_0x1eb387(0x155)](_0x1971cc);}}catch(_0x33ec46){logger[_0x1eb387(0x134)]('Error:\x20sendPlatformDetails\x20at\x20After:\x20'+util[_0x1eb387(0x173)](_0x33ec46));}try{if(globals[_0x1eb387(0x164)](_0x1cfbc5[_0x1eb387(0x16a)])&&globals['getGlobal'](_0x1cfbc5[_0x1eb387(0x13f)])){logger[_0x1eb387(0x10c)](_0x1cfbc5[_0x1eb387(0x119)]);const _0x2c50aa=TestDetails[_0x1eb387(0x141)](_0x218325[_0x1eb387(0x172)]),_0xd4838={};_0xd4838[_0x1eb387(0x149)]=_0x2c50aa,_0xd4838['thBuildUuid']=process[_0x1eb387(0x10b)][testHubConstants[_0x1eb387(0x16e)][_0x1eb387(0x170)]],_0xd4838[_0x1eb387(0xfd)]=process[_0x1eb387(0x10b)][testHubConstants[_0x1eb387(0x16e)][_0x1eb387(0x136)]];const _0x3742c6=_0xd4838;logger[_0x1eb387(0x134)](_0x1eb387(0x17c)+JSON[_0x1eb387(0x107)](_0x3742c6)),logger['debug'](_0x1cfbc5['uUsaE']),logger[_0x1eb387(0x134)](util[_0x1eb387(0x173)](await global[_0x1eb387(0xfa)][0x0]['executeAsyncScript'](scripts[_0x1eb387(0x140)],{'method':global[_0x1eb387(0x118)]}))),await global[_0x1eb387(0xfa)][0x0][_0x1eb387(0x108)](scripts[_0x1eb387(0x11b)],_0x3742c6),logger['info'](_0x1cfbc5[_0x1eb387(0x11e)]);}}catch(_0x5e9e6a){logger[_0x1eb387(0x15d)](_0x1eb387(0x12e)+util[_0x1eb387(0x173)]);}if(_0x250e7d)try{global[_0x1eb387(0xfa)][0x0]&&_0x1cfbc5['XHsoM'](global['__drivers'][0x0][_0x1eb387(0xe5)],0x0)&&await global[_0x1eb387(0xfa)][0x0][_0x1eb387(0x163)]();}catch(_0x522dee){logger[_0x1eb387(0x134)](_0x1eb387(0x104)+_0x522dee);}_0x1cfbc5[_0x1eb387(0x13d)](_0x15c748);})[_0x3e9ee0(0x131)](()=>_0x5af65e());});const a9_0x3936d8={};function a9_0x59f1(_0x292cda,_0xf4d007){const _0x1ca91e=a9_0x1ca9();return a9_0x59f1=function(_0x59f14d,_0x529fa0){_0x59f14d=_0x59f14d-0xda;let _0x309659=_0x1ca91e[_0x59f14d];return _0x309659;},a9_0x59f1(_0x292cda,_0xf4d007);}a9_0x3936d8[a9_0x3ce0f3(0x12f)]=a9_0x3ce0f3(0x147),a9_0x3936d8[a9_0x3ce0f3(0x146)]=0x2710,AfterStep(a9_0x3936d8,function(_0x22d88c,_0x427c2f){const _0xd08b0a=a9_0x3ce0f3,_0xae755a={'CsqnE':function(_0x1d75ad,_0x5150a3){return _0x1d75ad===_0x5150a3;},'cPRbW':_0xd08b0a(0x137),'NhhIf':function(_0x4a86a6,_0x5caa35){return _0x4a86a6!==_0x5caa35;},'Zknua':function(_0x1b3eaf,_0x357679,_0x583a28){return _0x1b3eaf(_0x357679,_0x583a28);},'BCyqX':function(_0x3ed61b,_0x8a2742){return _0x3ed61b+_0x8a2742;},'gXBXo':_0xd08b0a(0x169),'KgGdV':_0xd08b0a(0xe9),'ZzmuQ':_0xd08b0a(0x15d),'SweIU':function(_0x46fe40,_0x479229,_0x5daba4){return _0x46fe40(_0x479229,_0x5daba4);},'qLqZP':function(_0x4d0bf0,_0x1a1598){return _0x4d0bf0+_0x1a1598;},'KQicv':function(_0x420f69,_0x5803ab){return _0x420f69!==_0x5803ab;},'yFSvA':function(_0x20b2b6,_0x470afd,_0x4cf92f){return _0x20b2b6(_0x470afd,_0x4cf92f);},'ksSCR':function(_0x5cfe6d,_0x588ca0){return _0x5cfe6d+_0x588ca0;},'ksnKb':'Passed:\x20','RvPRH':_0xd08b0a(0x10c),'APqfC':function(_0x3e748a,_0x1d2a5f,_0xad750b){return _0x3e748a(_0x1d2a5f,_0xad750b);},'maXJS':'Passed','KVpzO':function(_0x25b390){return _0x25b390();},'pEtfz':_0xd08b0a(0xe2)};logger[_0xd08b0a(0x134)](_0xae755a[_0xd08b0a(0x109)]);const _0x5a11f8=async(_0x210d17,_0x26b814)=>{const _0x1c436f=_0xd08b0a;await global[_0x1c436f(0xfa)][0x0][_0x1c436f(0x130)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+_0x210d17+',\x22level\x22:\x20\x22'+_0x26b814+_0x1c436f(0x103));};new Promise(async _0x24fe0a=>{const _0x3da6a3=_0xd08b0a;try{_0xae755a['CsqnE'](_0x22d88c['result'][_0x3da6a3(0x156)]['toString']()['toLowerCase'](),_0xae755a[_0x3da6a3(0xfb)])||_0xae755a['CsqnE'](_0x22d88c['result']['status'][_0x3da6a3(0x10a)]()[_0x3da6a3(0xe1)](),'6')?(global[_0x3da6a3(0x11c)]=!![],global['__error_messages__']['push'](_0x22d88c[_0x3da6a3(0xf0)][_0x3da6a3(0x178)]),_0xae755a[_0x3da6a3(0x10d)](_0x22d88c[_0x3da6a3(0xf9)],undefined)?await _0xae755a[_0x3da6a3(0x139)](_0x5a11f8,JSON[_0x3da6a3(0x107)](_0xae755a[_0x3da6a3(0x102)](_0xae755a[_0x3da6a3(0x102)](_0xae755a[_0x3da6a3(0x102)](_0xae755a[_0x3da6a3(0xed)],'\x22'+_0x22d88c[_0x3da6a3(0xf9)][_0x3da6a3(0xec)]+'\x22\x20'),_0xae755a[_0x3da6a3(0x177)]),_0x22d88c[_0x3da6a3(0xf0)][_0x3da6a3(0x178)])),_0xae755a[_0x3da6a3(0x17e)]):await _0xae755a[_0x3da6a3(0x180)](_0x5a11f8,JSON[_0x3da6a3(0x107)](_0xae755a[_0x3da6a3(0x17f)](_0xae755a[_0x3da6a3(0xed)],_0x22d88c[_0x3da6a3(0xf0)]['message'])),_0xae755a[_0x3da6a3(0x17e)])):_0xae755a[_0x3da6a3(0x162)](_0x22d88c[_0x3da6a3(0xf9)],undefined)?await _0xae755a[_0x3da6a3(0x182)](_0x5a11f8,JSON[_0x3da6a3(0x107)](_0xae755a[_0x3da6a3(0x106)](_0xae755a['ksnKb'],'\x22'+_0x22d88c[_0x3da6a3(0xf9)][_0x3da6a3(0xec)]+'\x22')),_0xae755a[_0x3da6a3(0x101)]):await _0xae755a[_0x3da6a3(0x153)](_0x5a11f8,JSON['stringify'](_0xae755a['maXJS']),_0xae755a[_0x3da6a3(0x101)]);}catch(_0x2a28c6){logger[_0x3da6a3(0x134)](_0x3da6a3(0x16b)+_0x2a28c6);}_0xae755a[_0x3da6a3(0x11d)](_0x24fe0a);})['finally'](()=>_0x427c2f());});const a9_0x5311df={};a9_0x5311df[a9_0x3ce0f3(0x12f)]=a9_0x3ce0f3(0x147),a9_0x5311df[a9_0x3ce0f3(0x146)]=0x7530,AfterAll(a9_0x5311df,async function(_0x73a48d,_0x34eb4f){const _0x4fda2c=a9_0x3ce0f3,_0x2b56c7={'YTnEV':function(_0x2a5d1a){return _0x2a5d1a();},'xgJbh':'Inside\x20browserstack\x20AfterAll'};logger[_0x4fda2c(0x134)](_0x2b56c7[_0x4fda2c(0x10e)]),await new Promise(async _0x27f944=>{const _0x36b371=_0x4fda2c;await RequestQueueHandler[_0x36b371(0x16c)]()[_0x36b371(0x148)](),PerformanceTester['stopMonitoring'](),await global['driverCleanup'](),_0x2b56c7[_0x36b371(0xe0)](_0x27f944);});});
@@ -1 +1 @@
1
- const a10_0x53b237=a10_0x53e8;(function(_0x2cbd50,_0x1beb14){const _0x34b1ee=a10_0x53e8,_0x526e79=_0x2cbd50();while(!![]){try{const _0x3a70e5=-parseInt(_0x34b1ee(0x6d))/0x1*(parseInt(_0x34b1ee(0x6c))/0x2)+parseInt(_0x34b1ee(0x7a))/0x3+-parseInt(_0x34b1ee(0x68))/0x4+parseInt(_0x34b1ee(0x80))/0x5*(-parseInt(_0x34b1ee(0x8e))/0x6)+parseInt(_0x34b1ee(0x8c))/0x7*(-parseInt(_0x34b1ee(0x91))/0x8)+parseInt(_0x34b1ee(0x6f))/0x9*(parseInt(_0x34b1ee(0x90))/0xa)+-parseInt(_0x34b1ee(0x8f))/0xb*(-parseInt(_0x34b1ee(0x94))/0xc);if(_0x3a70e5===_0x1beb14)break;else _0x526e79['push'](_0x526e79['shift']());}catch(_0x861200){_0x526e79['push'](_0x526e79['shift']());}}}(a10_0x49a6,0x1b16b));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x53b237(0x82)),setKeepAlive=require(a10_0x53b237(0x7d)),cucumberModule=requireModule('cucumber/lib/index.js'),logger=require(a10_0x53b237(0x75))[a10_0x53b237(0x7c)];modifyCommand(),setKeepAlive();function a10_0x49a6(){const _0x50fb1b=['\x20|\x20','BriPD','WiKYs','OwHBz','hXmKr','424256ckwBxS','CONFIG','skipSessionStatus','uDcFb','46OlzpMQ','3423hJkUGu','env','368028JNPHgD','debug','__error_messages__','join','session_','name','../../helpers/logger','Inside\x20browserstack\x20Before','aJovS','Inside\x20browserstack\x20After','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','563802gfxHew','__timeout','winstonLogger','../../helpers/setKeepAlive','OYAKh','__driver','19160bzefCS','Error:\x20quiting\x20at\x20After:\x20','../../helpers/helper','platformCaps','pickle','qHweW','status','bwYcu','failed','Before','eKeGk','__platformCaps','1094786kkzLOE','bstack','78BMdaHd','176fMqqgQ','10CueZqD','8fVIXnY','setDefaultTimeout','executeScript','204852WcerRi'];a10_0x49a6=function(){return _0x50fb1b;};return a10_0x49a6();}const Before=cucumberModule[a10_0x53b237(0x89)],After=cucumberModule['After'],configuration=process[a10_0x53b237(0x6e)][a10_0x53b237(0x69)];if(configuration!==undefined){const config=JSON['parse'](configuration);isTrue(config['skipSessionName'])&&(global['__skipSessionName']=!![]),global['__skipSessionStatus']=isTrue(config[a10_0x53b237(0x6a)]),require('../../index')['browserstackAgentV2'](config),global[a10_0x53b237(0x8b)]=config[a10_0x53b237(0x83)]||{};}global[a10_0x53b237(0x7b)]=0x0;const __setDefaultTimeout=cucumberModule[a10_0x53b237(0x92)];cucumberModule[a10_0x53b237(0x92)]=_0x5d9493=>{const _0xfaa0b={'XjSnd':function(_0x2affab,_0x4551d8){return _0x2affab(_0x4551d8);}};global['__timeout']=_0x5d9493,_0xfaa0b['XjSnd'](__setDefaultTimeout,_0x5d9493);};function a10_0x53e8(_0x2b89a0,_0x9c9a71){const _0x49a63a=a10_0x49a6();return a10_0x53e8=function(_0x53e83b,_0x4dfb31){_0x53e83b=_0x53e83b-0x67;let _0x4fcf8d=_0x49a63a[_0x53e83b];return _0x4fcf8d;},a10_0x53e8(_0x2b89a0,_0x9c9a71);}const a10_0x106a39={};a10_0x106a39[a10_0x53b237(0x74)]=a10_0x53b237(0x8d),Before(a10_0x106a39,function(){const _0x4594b7=a10_0x53b237,_0x5628de={};_0x5628de[_0x4594b7(0x96)]=_0x4594b7(0x76);const _0x5015e7=_0x5628de;logger[_0x4594b7(0x70)](_0x5015e7[_0x4594b7(0x96)]),global['__error_messages__']=[];});const a10_0x15dafc={};a10_0x15dafc['name']=a10_0x53b237(0x8d),a10_0x15dafc['timeout']=0x2710,After(a10_0x15dafc,function(_0xe714f,_0x329c3b){const _0x2d3f5a=a10_0x53b237,_0x5d3bce={'OwHBz':function(_0x42c2fb,_0x547310){return _0x42c2fb===_0x547310;},'hXmKr':_0x2d3f5a(0x88),'qHweW':function(_0x4bfb74,_0x190dad,_0xccf3d,_0x750e37){return _0x4bfb74(_0x190dad,_0xccf3d,_0x750e37);},'eKeGk':_0x2d3f5a(0x95),'OYAKh':function(_0x3c5a65,_0x92d782,_0x4a3eb8){return _0x3c5a65(_0x92d782,_0x4a3eb8);},'bbpmx':'passed','WiKYs':function(_0x39488c){return _0x39488c();},'aJovS':function(_0x45c5de,_0x22998b){return _0x45c5de(_0x22998b);},'bwYcu':function(_0x451186){return _0x451186();},'uDcFb':_0x2d3f5a(0x78)};logger[_0x2d3f5a(0x70)](_0x5d3bce[_0x2d3f5a(0x6b)]),new Promise(async(_0x2ee469,_0x36e3af)=>{const _0x37d6ff=_0x2d3f5a;let _0x398da8=![];try{await global[_0x37d6ff(0x7f)][_0x37d6ff(0x73)],_0x398da8=!![],!global['__skipSessionName']&&await global[_0x37d6ff(0x7f)][_0x37d6ff(0x93)](_0x37d6ff(0x79)+_0xe714f[_0x37d6ff(0x84)][_0x37d6ff(0x74)]+'\x22}}'),_0x5d3bce[_0x37d6ff(0x98)](_0xe714f['result'][_0x37d6ff(0x86)]['toLowerCase'](),_0x5d3bce[_0x37d6ff(0x67)])?await _0x5d3bce[_0x37d6ff(0x85)](markSessionStatus,global[_0x37d6ff(0x7f)],_0x5d3bce[_0x37d6ff(0x67)],global[_0x37d6ff(0x71)][_0x37d6ff(0x72)](_0x5d3bce[_0x37d6ff(0x8a)])):await _0x5d3bce[_0x37d6ff(0x7e)](markSessionStatus,global['__driver'],_0x5d3bce['bbpmx']);}catch(_0x590d16){logger[_0x37d6ff(0x70)]('Error:\x20setting\x20status\x20at\x20After:\x20'+_0x590d16);}if(_0x398da8)try{await global[_0x37d6ff(0x7f)]['initQuit'](),_0x5d3bce[_0x37d6ff(0x97)](_0x2ee469);}catch(_0x412f2e){logger[_0x37d6ff(0x70)](_0x37d6ff(0x81)+_0x412f2e),_0x5d3bce[_0x37d6ff(0x77)](_0x36e3af,_0x412f2e);}else _0x5d3bce[_0x37d6ff(0x87)](_0x36e3af);})['then'](()=>_0x329c3b());});
1
+ function a10_0xd7d2(){const _0x1c83c9=['winstonLogger','result','fsMrE','parse','__timeout','CONFIG','22434HTphaM','\x20|\x20','\x22}}','194BOjIWI','../../helpers/helper','__skipSessionName','skipSessionStatus','__platformCaps','__error_messages__','pickle','debug','Ogpet','cucumber/lib/index.js','setDefaultTimeout','Error:\x20setting\x20status\x20at\x20After:\x20','platformCaps','643092VmuZlQ','skipSessionName','Inside\x20browserstack\x20After','EoMuw','urCxg','430uKLMlj','passed','4439844RRAEhp','initQuit','../../helpers/setKeepAlive','../../helpers/logger','ahSFw','toLowerCase','../../index','Before','browserstackAgentV2','name','yiWfY','status','3442607XvPbRC','session_','env','bstack','Inside\x20browserstack\x20Before','10821WksHlU','__driver','20kEBQrw','KELsb','failed','2459816PjmQvG','executeScript','__skipSessionStatus','then','bWgAe','QHoAY','313795ixemAe','After'];a10_0xd7d2=function(){return _0x1c83c9;};return a10_0xd7d2();}const a10_0x15b696=a10_0x2ab0;(function(_0x3b1ca7,_0x10e600){const _0x58097d=a10_0x2ab0,_0x1391b5=_0x3b1ca7();while(!![]){try{const _0x45b844=-parseInt(_0x58097d(0x1d4))/0x1+parseInt(_0x58097d(0x1df))/0x2*(-parseInt(_0x58097d(0x1c9))/0x3)+-parseInt(_0x58097d(0x1ec))/0x4+parseInt(_0x58097d(0x1b6))/0x5*(parseInt(_0x58097d(0x1dc))/0x6)+-parseInt(_0x58097d(0x1c4))/0x7+parseInt(_0x58097d(0x1ce))/0x8+parseInt(_0x58097d(0x1b8))/0x9*(parseInt(_0x58097d(0x1cb))/0xa);if(_0x45b844===_0x10e600)break;else _0x1391b5['push'](_0x1391b5['shift']());}catch(_0x5ae322){_0x1391b5['push'](_0x1391b5['shift']());}}}(a10_0xd7d2,0x49197));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x15b696(0x1e0)),setKeepAlive=require(a10_0x15b696(0x1ba)),cucumberModule=requireModule(a10_0x15b696(0x1e8)),logger=require(a10_0x15b696(0x1bb))[a10_0x15b696(0x1d6)];function a10_0x2ab0(_0x71f9f1,_0x5b586f){const _0xd7d274=a10_0xd7d2();return a10_0x2ab0=function(_0x2ab0ea,_0x334917){_0x2ab0ea=_0x2ab0ea-0x1b6;let _0x36dd68=_0xd7d274[_0x2ab0ea];return _0x36dd68;},a10_0x2ab0(_0x71f9f1,_0x5b586f);}modifyCommand(),setKeepAlive();const Before=cucumberModule[a10_0x15b696(0x1bf)],After=cucumberModule[a10_0x15b696(0x1d5)],configuration=process[a10_0x15b696(0x1c6)][a10_0x15b696(0x1db)];if(configuration!==undefined){const config=JSON[a10_0x15b696(0x1d9)](configuration);isTrue(config[a10_0x15b696(0x1ed)])&&(global[a10_0x15b696(0x1e1)]=!![]),global[a10_0x15b696(0x1d0)]=isTrue(config[a10_0x15b696(0x1e2)]),require(a10_0x15b696(0x1be))[a10_0x15b696(0x1c0)](config),global[a10_0x15b696(0x1e3)]=config[a10_0x15b696(0x1eb)]||{};}global[a10_0x15b696(0x1da)]=0x0;const __setDefaultTimeout=cucumberModule['setDefaultTimeout'];cucumberModule[a10_0x15b696(0x1e9)]=_0x3c9115=>{const _0x40382a=a10_0x15b696,_0x34c030={'QHoAY':function(_0x1b6b48,_0x3ac364){return _0x1b6b48(_0x3ac364);}};global[_0x40382a(0x1da)]=_0x3c9115,_0x34c030[_0x40382a(0x1d3)](__setDefaultTimeout,_0x3c9115);};const a10_0x27b4be={};a10_0x27b4be[a10_0x15b696(0x1c1)]='bstack',Before(a10_0x27b4be,function(){const _0x54839b=a10_0x15b696,_0xd7fd46={};_0xd7fd46[_0x54839b(0x1bc)]=_0x54839b(0x1c8);const _0x4871ee=_0xd7fd46;logger['debug'](_0x4871ee[_0x54839b(0x1bc)]),global[_0x54839b(0x1e4)]=[];});const a10_0x51027f={};a10_0x51027f[a10_0x15b696(0x1c1)]=a10_0x15b696(0x1c7),a10_0x51027f['timeout']=0x2710,After(a10_0x51027f,function(_0x58f781,_0x3959b1){const _0x5db325=a10_0x15b696,_0x1e2467={'hRPBj':function(_0x11313e,_0x36bf61){return _0x11313e===_0x36bf61;},'fsMrE':_0x5db325(0x1cd),'wHFby':function(_0x115a53,_0x474b57,_0x59f024,_0xd21cd){return _0x115a53(_0x474b57,_0x59f024,_0xd21cd);},'EoMuw':_0x5db325(0x1dd),'urCxg':function(_0x578bd2,_0x1c4493,_0xbd9a33){return _0x578bd2(_0x1c4493,_0xbd9a33);},'Ogpet':_0x5db325(0x1b7),'yiWfY':function(_0x30cf6d){return _0x30cf6d();},'KELsb':function(_0x4ccefc,_0x12c511){return _0x4ccefc(_0x12c511);},'bWgAe':_0x5db325(0x1ee)};logger[_0x5db325(0x1e6)](_0x1e2467[_0x5db325(0x1d2)]),new Promise(async(_0x3dd50c,_0x63baaf)=>{const _0x1a66ec=_0x5db325;let _0x1154f8=![];try{await global[_0x1a66ec(0x1ca)][_0x1a66ec(0x1c5)],_0x1154f8=!![],!global[_0x1a66ec(0x1e1)]&&await global[_0x1a66ec(0x1ca)][_0x1a66ec(0x1cf)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x58f781[_0x1a66ec(0x1e5)]['name']+_0x1a66ec(0x1de)),_0x1e2467['hRPBj'](_0x58f781[_0x1a66ec(0x1d7)][_0x1a66ec(0x1c3)][_0x1a66ec(0x1bd)](),_0x1e2467[_0x1a66ec(0x1d8)])?await _0x1e2467['wHFby'](markSessionStatus,global[_0x1a66ec(0x1ca)],_0x1e2467[_0x1a66ec(0x1d8)],global[_0x1a66ec(0x1e4)]['join'](_0x1e2467[_0x1a66ec(0x1ef)])):await _0x1e2467[_0x1a66ec(0x1f0)](markSessionStatus,global['__driver'],_0x1e2467[_0x1a66ec(0x1e7)]);}catch(_0x22f653){logger[_0x1a66ec(0x1e6)](_0x1a66ec(0x1ea)+_0x22f653);}if(_0x1154f8)try{await global['__driver'][_0x1a66ec(0x1b9)](),_0x1e2467[_0x1a66ec(0x1c2)](_0x3dd50c);}catch(_0x483caf){logger[_0x1a66ec(0x1e6)]('Error:\x20quiting\x20at\x20After:\x20'+_0x483caf),_0x1e2467[_0x1a66ec(0x1cc)](_0x63baaf,_0x483caf);}else _0x1e2467[_0x1a66ec(0x1c2)](_0x63baaf);})[_0x5db325(0x1d1)](()=>_0x3959b1());});
@@ -1 +1 @@
1
- function a11_0x17d0(_0x5bcbbc,_0x498e2e){const _0x5e31cd=a11_0x5e31();return a11_0x17d0=function(_0x17d01b,_0x4a47a8){_0x17d01b=_0x17d01b-0xba;let _0x3bc96a=_0x5e31cd[_0x17d01b];return _0x3bc96a;},a11_0x17d0(_0x5bcbbc,_0x498e2e);}const a11_0x2ae8ff=a11_0x17d0;(function(_0x419ee6,_0x223b4d){const _0x360212=a11_0x17d0,_0x342449=_0x419ee6();while(!![]){try{const _0x5f5b56=-parseInt(_0x360212(0xbf))/0x1*(-parseInt(_0x360212(0xc5))/0x2)+parseInt(_0x360212(0xc8))/0x3+parseInt(_0x360212(0xc3))/0x4*(-parseInt(_0x360212(0xba))/0x5)+parseInt(_0x360212(0xbd))/0x6+parseInt(_0x360212(0xc6))/0x7*(parseInt(_0x360212(0xbe))/0x8)+parseInt(_0x360212(0xc2))/0x9*(parseInt(_0x360212(0xc9))/0xa)+-parseInt(_0x360212(0xbb))/0xb*(parseInt(_0x360212(0xbc))/0xc);if(_0x5f5b56===_0x223b4d)break;else _0x342449['push'](_0x342449['shift']());}catch(_0x1686cc){_0x342449['push'](_0x342449['shift']());}}}(a11_0x5e31,0x36f97));const {requireModule}=require(a11_0x2ae8ff(0xc0)),constants=require(a11_0x2ae8ff(0xc4));;function a11_0x5e31(){const _0x3b9537=['2LCJBCZ','67011qWKvaf','BSTACK_DELTA','19887LlKjyh','1150JhGmPv','__timeout','setDefaultTimeout','41605KanJqE','11GpjNtR','652284rGYDvp','71448xtXHia','312rEKgas','258659QmMnPv','../../helpers/helper','cucumber/lib/index.js','4176KYlcTq','204dcrbCD','../utils/constants'];a11_0x5e31=function(){return _0x3b9537;};return a11_0x5e31();}let cucumberModule=null;try{cucumberModule=requireModule('@cucumber/cucumber/lib/index.js');}catch(a11_0x3dc2c8){cucumberModule=requireModule(a11_0x2ae8ff(0xc1));}cucumberModule[a11_0x2ae8ff(0xcb)](constants[a11_0x2ae8ff(0xc7)]+global[a11_0x2ae8ff(0xca)]*0x1);
1
+ const a11_0x1945ae=a11_0x1870;(function(_0x36a96a,_0x2c0213){const _0x2c7923=a11_0x1870,_0x17e20b=_0x36a96a();while(!![]){try{const _0x45e3ae=-parseInt(_0x2c7923(0x1a2))/0x1+parseInt(_0x2c7923(0x19b))/0x2+-parseInt(_0x2c7923(0x1a4))/0x3+-parseInt(_0x2c7923(0x1a0))/0x4*(parseInt(_0x2c7923(0x1a5))/0x5)+-parseInt(_0x2c7923(0x19e))/0x6*(-parseInt(_0x2c7923(0x199))/0x7)+parseInt(_0x2c7923(0x1a6))/0x8+parseInt(_0x2c7923(0x1a1))/0x9*(-parseInt(_0x2c7923(0x1a3))/0xa);if(_0x45e3ae===_0x2c0213)break;else _0x17e20b['push'](_0x17e20b['shift']());}catch(_0x464a11){_0x17e20b['push'](_0x17e20b['shift']());}}}(a11_0x59b1,0xe9deb));const {requireModule}=require(a11_0x1945ae(0x19a)),constants=require(a11_0x1945ae(0x1a8));function a11_0x59b1(){const _0x398684=['10970EPdHQP','276723tPLkjL','95YYFaWm','2774072ztyzWj','setDefaultTimeout','../utils/constants','45143NQhwiy','../../helpers/helper','2741164EWYeBK','BSTACK_DELTA','@cucumber/cucumber/lib/index.js','1002xtLPlL','cucumber/lib/index.js','123068cCJgbC','5490CrZSwD','490409WQCZvR'];a11_0x59b1=function(){return _0x398684;};return a11_0x59b1();};let cucumberModule=null;function a11_0x1870(_0x26b068,_0xf884d8){const _0x59b137=a11_0x59b1();return a11_0x1870=function(_0x18707d,_0x5ab6c3){_0x18707d=_0x18707d-0x199;let _0x1295df=_0x59b137[_0x18707d];return _0x1295df;},a11_0x1870(_0x26b068,_0xf884d8);}try{cucumberModule=requireModule(a11_0x1945ae(0x19d));}catch(a11_0xf51f0f){cucumberModule=requireModule(a11_0x1945ae(0x19f));}cucumberModule[a11_0x1945ae(0x1a7)](constants[a11_0x1945ae(0x19c)]+global['__timeout']*0x1);
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';function a12_0x3a74(_0x3d0e92,_0x3a74bf){const _0x4d95ae=a12_0x4d95();return a12_0x3a74=function(_0x3a74b7,_0x19ebe3){_0x3a74b7=_0x3a74b7-0x122;let _0x580f54=_0x4d95ae[_0x3a74b7];return _0x580f54;},a12_0x3a74(_0x3d0e92,_0x3a74bf);}function a12_0x4d95(){const _0x302d74=['jWiKM','toString','../../helpers/helper','WKfTD','root','integrations-repeater','Connection\x20established\x20successfully.','join','usage','lokPW','string','error','./constants','1692FcSITm','split','only','map','demandOption','accessKey','2788623vpcNwQ','protocol','options','invalid','bstack-accesskey','OWoWe','hostname','4AtiudF','help','demandCommand','iEVNa','command','sPSix','browserStackLocalOptions','xkPYB','hosts','info','eBoGi','bstackAccessKey','winstonLogger','3176245fFhhrW','HTlTJ','replace','../../helpers/BrowserStackSetup','undefined','QWPuJ','localIdentifier','https','EnBrY','24dPtrjN','every','footer','setProxySettings','vRdZk','20855PIwRuQ','epilogue','19057150GtDEUA','ijaDy','config','connect','EqFFA','14245kusTDg','setupBrowserstackLocal','zUhyx','bstackAccesskey','1831512nOXVgp','missing','yrbFw','aZtes','Integration\x20hosts\x20missing.','describe','Hosts\x20not\x20valid','url','3502928krejWd'];a12_0x4d95=function(){return _0x302d74;};return a12_0x4d95();}const a12_0x4ca5b2=a12_0x3a74;(function(_0xb74d30,_0x35e4e5){const _0x1f20ce=a12_0x3a74,_0x3159f8=_0xb74d30();while(!![]){try{const _0x2885de=parseInt(_0x1f20ce(0x157))/0x1*(parseInt(_0x1f20ce(0x13c))/0x2)+parseInt(_0x1f20ce(0x162))/0x3+parseInt(_0x1f20ce(0x16a))/0x4+-parseInt(_0x1f20ce(0x149))/0x5+-parseInt(_0x1f20ce(0x12f))/0x6*(-parseInt(_0x1f20ce(0x15e))/0x7)+-parseInt(_0x1f20ce(0x152))/0x8*(-parseInt(_0x1f20ce(0x135))/0x9)+-parseInt(_0x1f20ce(0x159))/0xa;if(_0x2885de===_0x35e4e5)break;else _0x3159f8['push'](_0x3159f8['shift']());}catch(_0x3addc4){_0x3159f8['push'](_0x3159f8['shift']());}}}(a12_0x4d95,0x77b99));const {default:BrowserStackSetup}=require(a12_0x4ca5b2(0x14c)),logger=require('../../helpers/logger')[a12_0x4ca5b2(0x148)],{URL}=require(a12_0x4ca5b2(0x169)),helper=require(a12_0x4ca5b2(0x124)),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x4ca5b2(0x12e)),validHosts=function(_0x4a10df){const _0x35ef79=a12_0x4ca5b2;return _0x4a10df['split'](',')[_0x35ef79(0x153)](_0x4362ed=>{try{new URL(_0x4362ed['trim']());}catch(_0x6c5732){return![];}return!![];});},parseOnPremHosts=function(_0x17ac1d){const _0x2e5cf5=a12_0x4ca5b2,_0x2cb20f={};_0x2cb20f[_0x2e5cf5(0x13f)]=function(_0x535703,_0x15acf1){return _0x535703===_0x15acf1;},_0x2cb20f[_0x2e5cf5(0x143)]='https:',_0x2cb20f[_0x2e5cf5(0x15a)]='443',_0x2cb20f[_0x2e5cf5(0x164)]=_0x2e5cf5(0x150);const _0x2db9e4=_0x2cb20f;return _0x17ac1d[_0x2e5cf5(0x130)](',')[_0x2e5cf5(0x132)](_0x456280=>{const _0x9bd3fc=_0x2e5cf5,_0x4fe91f=new URL(_0x456280['trim']()),_0x458d2f=_0x4fe91f[_0x9bd3fc(0x13b)],_0x5e319e=_0x4fe91f['port']||(_0x2db9e4['iEVNa'](_0x4fe91f[_0x9bd3fc(0x136)],_0x2db9e4[_0x9bd3fc(0x143)])?_0x2db9e4[_0x9bd3fc(0x15a)]:'80'),_0x531100=_0x4fe91f['protocol'][_0x9bd3fc(0x14b)](':',''),_0x10606a=_0x2db9e4[_0x9bd3fc(0x13f)](_0x531100,_0x2db9e4[_0x9bd3fc(0x164)])?0x1:0x0;return _0x458d2f+','+_0x5e319e+','+_0x10606a;});},connectCommandBuilder=function(_0xc03747){const _0x5b9fe6=a12_0x4ca5b2,_0x5ca379={};_0x5ca379[_0x5b9fe6(0x14a)]=_0x5b9fe6(0x12c);const _0x4a9bbc=_0x5ca379,_0x24bd59={};_0x24bd59[_0x5b9fe6(0x167)]=HELP_MESSAGES[_0x5b9fe6(0x137)][_0x5b9fe6(0x147)],_0x24bd59['type']=_0x4a9bbc[_0x5b9fe6(0x14a)];const _0x530ea3={};_0x530ea3[_0x5b9fe6(0x167)]=HELP_MESSAGES[_0x5b9fe6(0x137)]['hosts'],_0x530ea3['type']=_0x4a9bbc[_0x5b9fe6(0x14a)],_0x530ea3[_0x5b9fe6(0x133)]=!![];const _0x1eadc6={};return _0x1eadc6[_0x5b9fe6(0x139)]=_0x24bd59,_0x1eadc6[_0x5b9fe6(0x144)]=_0x530ea3,_0xc03747[_0x5b9fe6(0x137)](_0x1eadc6);},connectCommandHandler=async function(_0x5f105b){const _0x456fe5=a12_0x4ca5b2,_0x620b8a={'EnBrY':'integrations','lokPW':function(_0x519173,_0x5a1d58){return _0x519173===_0x5a1d58;},'vRdZk':_0x456fe5(0x14d),'eBoGi':'BrowserStack\x20access\x20key\x20missing.','DcpeG':function(_0x2a8e45,_0x19619b){return _0x2a8e45===_0x19619b;},'zUhyx':_0x456fe5(0x166),'EqFFA':function(_0x28bd58,_0x30aff9){return _0x28bd58(_0x30aff9);},'OWoWe':_0x456fe5(0x168),'WKfTD':_0x456fe5(0x127),'jWiKM':_0x456fe5(0x128),'aZtes':'Failed\x20to\x20establish\x20connection.'};try{const _0x3fdead=new BrowserStackSetup(_0x5f105b,_0x620b8a[_0x456fe5(0x151)]);_0x5f105b[_0x456fe5(0x161)]&&(_0x3fdead[_0x456fe5(0x15b)][_0x456fe5(0x134)]=_0x5f105b[_0x456fe5(0x161)]);if(_0x620b8a[_0x456fe5(0x12b)](typeof _0x3fdead[_0x456fe5(0x15b)][_0x456fe5(0x134)],_0x620b8a['vRdZk'])){logger[_0x456fe5(0x12d)](_0x620b8a[_0x456fe5(0x146)]);throw new Error(ERROR_MESSAGES[_0x456fe5(0x147)][_0x456fe5(0x163)]);}const _0x466299=_0x5f105b['hosts'];if(_0x620b8a['DcpeG'](typeof _0x466299,_0x620b8a[_0x456fe5(0x156)])){logger['error'](_0x620b8a[_0x456fe5(0x160)]);throw new Error(ERROR_MESSAGES[_0x456fe5(0x144)][_0x456fe5(0x163)]);}if(!_0x620b8a[_0x456fe5(0x15d)](validHosts,_0x466299)){logger[_0x456fe5(0x12d)](_0x620b8a[_0x456fe5(0x13a)]);throw new Error(ERROR_MESSAGES[_0x456fe5(0x144)][_0x456fe5(0x138)]);}const _0x130c12=_0x620b8a[_0x456fe5(0x15d)](parseOnPremHosts,_0x466299);_0x3fdead['config']['browserstackLocal']=!![],_0x3fdead['config'][_0x456fe5(0x142)][_0x456fe5(0x14f)]=_0x620b8a[_0x456fe5(0x125)],_0x3fdead[_0x456fe5(0x15b)]['browserStackLocalOptions'][_0x456fe5(0x131)]=_0x130c12[_0x456fe5(0x129)](','),helper[_0x456fe5(0x155)](_0x3fdead[_0x456fe5(0x15b)]),await _0x3fdead[_0x456fe5(0x15f)](),logger[_0x456fe5(0x145)](_0x620b8a[_0x456fe5(0x122)]);}catch(_0x36f9ff){logger[_0x456fe5(0x12d)](_0x620b8a[_0x456fe5(0x165)]);throw new Error(_0x36f9ff[_0x456fe5(0x123)]());}};function run(_0x51f57a){const _0x408ec5=a12_0x4ca5b2,_0x345a94={};_0x345a94[_0x408ec5(0x141)]=_0x408ec5(0x15c),_0x345a94[_0x408ec5(0x14e)]=_0x408ec5(0x13d);const _0x10b118=_0x345a94;_0x51f57a[_0x408ec5(0x12a)](HELP_MESSAGES[_0x408ec5(0x140)][_0x408ec5(0x126)])[_0x408ec5(0x140)](_0x10b118[_0x408ec5(0x141)],HELP_MESSAGES['command'][_0x408ec5(0x15c)],connectCommandBuilder,connectCommandHandler)[_0x408ec5(0x13e)]()[_0x408ec5(0x13d)](_0x10b118[_0x408ec5(0x14e)])[_0x408ec5(0x158)](HELP_MESSAGES['command'][_0x408ec5(0x154)]);}module['exports']=run;
2
+ 'use strict';const a12_0xcabe98=a12_0x3cad;(function(_0x1e47d8,_0x425a68){const _0xcd8c4=a12_0x3cad,_0x2fac37=_0x1e47d8();while(!![]){try{const _0x171bd3=-parseInt(_0xcd8c4(0x1d6))/0x1*(-parseInt(_0xcd8c4(0x1d4))/0x2)+parseInt(_0xcd8c4(0x1dd))/0x3*(-parseInt(_0xcd8c4(0x19c))/0x4)+-parseInt(_0xcd8c4(0x1a2))/0x5*(parseInt(_0xcd8c4(0x1d9))/0x6)+-parseInt(_0xcd8c4(0x1c3))/0x7+-parseInt(_0xcd8c4(0x1c6))/0x8+-parseInt(_0xcd8c4(0x1a0))/0x9*(parseInt(_0xcd8c4(0x1a6))/0xa)+parseInt(_0xcd8c4(0x1b6))/0xb;if(_0x171bd3===_0x425a68)break;else _0x2fac37['push'](_0x2fac37['shift']());}catch(_0x35a339){_0x2fac37['push'](_0x2fac37['shift']());}}}(a12_0x9a0e,0x4ca41));function a12_0x9a0e(){const _0x468330=['help','vUZJY','root','invalid','hostname','udpaB','../../helpers/logger','uCCUi','Connection\x20established\x20successfully.','nWqKD','851473WDMBjx','cXPwH','https:','3150736bpSPhC','split','jiDVT','integrations-repeater','toString','BrowserStack\x20access\x20key\x20missing.','usage','wRefR','replace','443','pUvBB','missing','AbZUM','setProxySettings','4OiyIiF','bstackAccesskey','196023UsxOct','map','browserstackLocal','1815828HXLUNm','config','rNtlj','string','1389UBjCHW','winstonLogger','describe','nAVIR','Zgqrf','only','bjZwb','hosts','bstackAccessKey','epilogue','error','4268gwvDlQ','protocol','setupBrowserstackLocal','trim','2016IkjdVf','FvEyH','5xTrBKT','./constants','demandCommand','demandOption','7820ZmCHeI','../../helpers/helper','hnkot','info','zApRa','connect','localIdentifier','../../helpers/BrowserStackSetup','join','browserStackLocalOptions','url','undefined','options','RSDBg','command','footer','15501013jSEeqK','Failed\x20to\x20establish\x20connection.','accessKey'];a12_0x9a0e=function(){return _0x468330;};return a12_0x9a0e();}function a12_0x3cad(_0x81bdda,_0x264c9f){const _0x9a0eb2=a12_0x9a0e();return a12_0x3cad=function(_0x3cad21,_0x169ba6){_0x3cad21=_0x3cad21-0x198;let _0x5a538c=_0x9a0eb2[_0x3cad21];return _0x5a538c;},a12_0x3cad(_0x81bdda,_0x264c9f);}const {default:BrowserStackSetup}=require(a12_0xcabe98(0x1ad)),logger=require(a12_0xcabe98(0x1bf))[a12_0xcabe98(0x1de)],{URL}=require(a12_0xcabe98(0x1b0)),helper=require(a12_0xcabe98(0x1a7)),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0xcabe98(0x1a3)),validHosts=function(_0x478dc5){const _0x2741a5=a12_0xcabe98;return _0x478dc5[_0x2741a5(0x1c7)](',')['every'](_0x28e9f7=>{const _0xc0eaef=_0x2741a5;try{new URL(_0x28e9f7[_0xc0eaef(0x19f)]());}catch(_0x3ba670){return![];}return!![];});},parseOnPremHosts=function(_0x450115){const _0xd3faab=a12_0xcabe98,_0x50ed89={};_0x50ed89[_0xd3faab(0x1b3)]=function(_0x360858,_0x86395c){return _0x360858===_0x86395c;},_0x50ed89[_0xd3faab(0x1c0)]=_0xd3faab(0x1c5),_0x50ed89[_0xd3faab(0x1d0)]=_0xd3faab(0x1cf),_0x50ed89[_0xd3faab(0x1cd)]=function(_0x403c93,_0x5040bb){return _0x403c93===_0x5040bb;},_0x50ed89['hnkot']='https';const _0x164e5b=_0x50ed89;return _0x450115['split'](',')[_0xd3faab(0x1d7)](_0x38a76b=>{const _0x1a9a09=_0xd3faab,_0x651eb4=new URL(_0x38a76b['trim']()),_0x4ea3ef=_0x651eb4[_0x1a9a09(0x1bd)],_0x140b19=_0x651eb4['port']||(_0x164e5b[_0x1a9a09(0x1b3)](_0x651eb4[_0x1a9a09(0x19d)],_0x164e5b['uCCUi'])?_0x164e5b['pUvBB']:'80'),_0x1fb195=_0x651eb4[_0x1a9a09(0x19d)][_0x1a9a09(0x1ce)](':',''),_0x1be311=_0x164e5b['wRefR'](_0x1fb195,_0x164e5b[_0x1a9a09(0x1a8)])?0x1:0x0;return _0x4ea3ef+','+_0x140b19+','+_0x1be311;});},connectCommandBuilder=function(_0x133b65){const _0x3947d2=a12_0xcabe98,_0x66e77c={};_0x66e77c['AbZUM']=_0x3947d2(0x1dc);const _0x2e2d3e=_0x66e77c,_0xb5a9fd={};_0xb5a9fd[_0x3947d2(0x1df)]=HELP_MESSAGES[_0x3947d2(0x1b2)][_0x3947d2(0x199)],_0xb5a9fd['type']=_0x2e2d3e[_0x3947d2(0x1d2)];const _0x365641={};_0x365641[_0x3947d2(0x1df)]=HELP_MESSAGES[_0x3947d2(0x1b2)]['hosts'],_0x365641['type']=_0x2e2d3e[_0x3947d2(0x1d2)],_0x365641[_0x3947d2(0x1a5)]=!![];const _0x3e46a2={};return _0x3e46a2['bstack-accesskey']=_0xb5a9fd,_0x3e46a2[_0x3947d2(0x198)]=_0x365641,_0x133b65[_0x3947d2(0x1b2)](_0x3e46a2);},connectCommandHandler=async function(_0x566000){const _0x2fa006=a12_0xcabe98,_0x42a5a4={'bjZwb':'integrations','zApRa':function(_0x905506,_0x14b06d){return _0x905506===_0x14b06d;},'vUZJY':_0x2fa006(0x1b1),'jiDVT':_0x2fa006(0x1cb),'DwYDn':function(_0x5a40a5,_0x1050ac){return _0x5a40a5===_0x1050ac;},'udpaB':'Integration\x20hosts\x20missing.','nAVIR':function(_0x2f8e75,_0x220a2c){return _0x2f8e75(_0x220a2c);},'EACxs':'Hosts\x20not\x20valid','Zgqrf':_0x2fa006(0x1c9),'rNtlj':_0x2fa006(0x1c1),'FvEyH':_0x2fa006(0x1b7)};try{const _0x36c59e=new BrowserStackSetup(_0x566000,_0x42a5a4[_0x2fa006(0x1e3)]);_0x566000[_0x2fa006(0x1d5)]&&(_0x36c59e['config'][_0x2fa006(0x1b8)]=_0x566000['bstackAccesskey']);if(_0x42a5a4[_0x2fa006(0x1aa)](typeof _0x36c59e[_0x2fa006(0x1da)]['accessKey'],_0x42a5a4[_0x2fa006(0x1ba)])){logger[_0x2fa006(0x19b)](_0x42a5a4[_0x2fa006(0x1c8)]);throw new Error(ERROR_MESSAGES[_0x2fa006(0x199)][_0x2fa006(0x1d1)]);}const _0x4cbeaf=_0x566000[_0x2fa006(0x198)];if(_0x42a5a4['DwYDn'](typeof _0x4cbeaf,_0x42a5a4[_0x2fa006(0x1ba)])){logger[_0x2fa006(0x19b)](_0x42a5a4[_0x2fa006(0x1be)]);throw new Error(ERROR_MESSAGES[_0x2fa006(0x198)][_0x2fa006(0x1d1)]);}if(!_0x42a5a4[_0x2fa006(0x1e0)](validHosts,_0x4cbeaf)){logger[_0x2fa006(0x19b)](_0x42a5a4['EACxs']);throw new Error(ERROR_MESSAGES['hosts'][_0x2fa006(0x1bc)]);}const _0x3a321d=_0x42a5a4[_0x2fa006(0x1e0)](parseOnPremHosts,_0x4cbeaf);_0x36c59e['config'][_0x2fa006(0x1d8)]=!![],_0x36c59e['config'][_0x2fa006(0x1af)][_0x2fa006(0x1ac)]=_0x42a5a4[_0x2fa006(0x1e1)],_0x36c59e['config'][_0x2fa006(0x1af)][_0x2fa006(0x1e2)]=_0x3a321d[_0x2fa006(0x1ae)](','),helper[_0x2fa006(0x1d3)](_0x36c59e[_0x2fa006(0x1da)]),await _0x36c59e[_0x2fa006(0x19e)](),logger[_0x2fa006(0x1a9)](_0x42a5a4[_0x2fa006(0x1db)]);}catch(_0x40aa31){logger[_0x2fa006(0x19b)](_0x42a5a4[_0x2fa006(0x1a1)]);throw new Error(_0x40aa31[_0x2fa006(0x1ca)]());}};function run(_0x3b6a1c){const _0x248552=a12_0xcabe98,_0x66125={};_0x66125[_0x248552(0x1c2)]=_0x248552(0x1ab),_0x66125[_0x248552(0x1c4)]=_0x248552(0x1b9);const _0x43904a=_0x66125;_0x3b6a1c[_0x248552(0x1cc)](HELP_MESSAGES[_0x248552(0x1b4)][_0x248552(0x1bb)])[_0x248552(0x1b4)](_0x43904a[_0x248552(0x1c2)],HELP_MESSAGES[_0x248552(0x1b4)][_0x248552(0x1ab)],connectCommandBuilder,connectCommandHandler)[_0x248552(0x1a4)]()['help'](_0x43904a[_0x248552(0x1c4)])[_0x248552(0x19a)](HELP_MESSAGES[_0x248552(0x1b4)][_0x248552(0x1b5)]);}module['exports']=run;
@@ -1 +1 @@
1
- function a13_0x1663(){var _0x37fe40=['This\x20option\x20allows\x20you\x20to\x20provide\x20additional\x20configuration\x20specific\x20to\x20your\x20environment.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','19472270nToNns','Integration\x20hosts\x20are\x20not\x20in\x20the\x20right\x20format.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','3NqiVJI','options','bstackAccessKey','command','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','49UMIoCV','6Ifkzsu','225847QFjUse','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','hosts','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','missing','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','ERROR_MESSAGES','960680fOQnFD','1909377gbDRWs','footer','2893525NVQRoi','1726280BCntZg','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','HELP_MESSAGES','11JAUrOi','1147244FfxuFB'];a13_0x1663=function(){return _0x37fe40;};return a13_0x1663();}var a13_0x39db5b=a13_0x5938;(function(_0x3be54e,_0x44368e){var _0x2f3b06=a13_0x5938,_0x36b4c7=_0x3be54e();while(!![]){try{var _0x4dcc80=parseInt(_0x2f3b06(0x1e1))/0x1+parseInt(_0x2f3b06(0x1ec))/0x2+-parseInt(_0x2f3b06(0x1f5))/0x3*(parseInt(_0x2f3b06(0x1f1))/0x4)+-parseInt(_0x2f3b06(0x1eb))/0x5*(-parseInt(_0x2f3b06(0x1e0))/0x6)+parseInt(_0x2f3b06(0x1fa))/0x7*(parseInt(_0x2f3b06(0x1e8))/0x8)+parseInt(_0x2f3b06(0x1e9))/0x9+parseInt(_0x2f3b06(0x1f3))/0xa*(-parseInt(_0x2f3b06(0x1f0))/0xb);if(_0x4dcc80===_0x44368e)break;else _0x36b4c7['push'](_0x36b4c7['shift']());}catch(_0x8a4e75){_0x36b4c7['push'](_0x36b4c7['shift']());}}}(a13_0x1663,0x76c02));var a13_0x3c2fa1={};a13_0x3c2fa1[a13_0x39db5b(0x1f7)]=a13_0x39db5b(0x1ee),a13_0x3c2fa1[a13_0x39db5b(0x1e3)]=a13_0x39db5b(0x1f2);var a13_0x299a28={};a13_0x299a28['root']=a13_0x39db5b(0x1ed),a13_0x299a28['connect']=a13_0x39db5b(0x1f9),a13_0x299a28[a13_0x39db5b(0x1ea)]=a13_0x39db5b(0x1e6);var a13_0x1a4b0f={};a13_0x1a4b0f[a13_0x39db5b(0x1f6)]=a13_0x3c2fa1,a13_0x1a4b0f[a13_0x39db5b(0x1f8)]=a13_0x299a28,exports[a13_0x39db5b(0x1ef)]=a13_0x1a4b0f;var a13_0x1782de={};function a13_0x5938(_0x15c783,_0x2feed5){var _0x166316=a13_0x1663();return a13_0x5938=function(_0x593864,_0x350c26){_0x593864=_0x593864-0x1e0;var _0x51de17=_0x166316[_0x593864];return _0x51de17;},a13_0x5938(_0x15c783,_0x2feed5);}a13_0x1782de[a13_0x39db5b(0x1e5)]=a13_0x39db5b(0x1e2);var a13_0x41feba={};a13_0x41feba[a13_0x39db5b(0x1e5)]=a13_0x39db5b(0x1e4),a13_0x41feba['invalid']=a13_0x39db5b(0x1f4);var a13_0x3f9668={};a13_0x3f9668[a13_0x39db5b(0x1f7)]=a13_0x1782de,a13_0x3f9668[a13_0x39db5b(0x1e3)]=a13_0x41feba,exports[a13_0x39db5b(0x1e7)]=a13_0x3f9668;
1
+ var a13_0x1e54ee=a13_0x466e;(function(_0x552525,_0x2d37a4){var _0x4cf1b6=a13_0x466e,_0xe2a7fe=_0x552525();while(!![]){try{var _0x96026d=-parseInt(_0x4cf1b6(0x121))/0x1*(-parseInt(_0x4cf1b6(0x124))/0x2)+parseInt(_0x4cf1b6(0x12f))/0x3+-parseInt(_0x4cf1b6(0x122))/0x4+-parseInt(_0x4cf1b6(0x11a))/0x5*(-parseInt(_0x4cf1b6(0x12d))/0x6)+parseInt(_0x4cf1b6(0x11e))/0x7*(parseInt(_0x4cf1b6(0x12e))/0x8)+-parseInt(_0x4cf1b6(0x12a))/0x9+parseInt(_0x4cf1b6(0x11d))/0xa*(parseInt(_0x4cf1b6(0x11c))/0xb);if(_0x96026d===_0x2d37a4)break;else _0xe2a7fe['push'](_0xe2a7fe['shift']());}catch(_0x541b9e){_0xe2a7fe['push'](_0xe2a7fe['shift']());}}}(a13_0x2f52,0xb41e7));var a13_0x442d81={};a13_0x442d81['bstackAccessKey']='Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.',a13_0x442d81[a13_0x1e54ee(0x129)]=a13_0x1e54ee(0x125);function a13_0x466e(_0xfea2,_0x49180d){var _0x2f52e3=a13_0x2f52();return a13_0x466e=function(_0x466e83,_0x4dfce7){_0x466e83=_0x466e83-0x11a;var _0xbc1c4d=_0x2f52e3[_0x466e83];return _0xbc1c4d;},a13_0x466e(_0xfea2,_0x49180d);}var a13_0x4a41a9={};a13_0x4a41a9[a13_0x1e54ee(0x131)]='Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.',a13_0x4a41a9['connect']=a13_0x1e54ee(0x130),a13_0x4a41a9['footer']=a13_0x1e54ee(0x11b);function a13_0x2f52(){var _0x324baa=['This\x20option\x20allows\x20you\x20to\x20provide\x20additional\x20configuration\x20specific\x20to\x20your\x20environment.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','Integration\x20hosts\x20are\x20not\x20in\x20the\x20right\x20format.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','options','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','hosts','12381921xeRJOF','ERROR_MESSAGES','command','42sWrSxU','3254096fAFPfy','681393MZNbqt','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','root','46925bWESJL','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','15250708URnLtR','10rNSDED','7ZVXFvA','bstackAccessKey','HELP_MESSAGES','1575woeVny','4287320AdAgdU','missing','1396CTCWVi'];a13_0x2f52=function(){return _0x324baa;};return a13_0x2f52();}var a13_0x553089={};a13_0x553089[a13_0x1e54ee(0x127)]=a13_0x442d81,a13_0x553089[a13_0x1e54ee(0x12c)]=a13_0x4a41a9,exports[a13_0x1e54ee(0x120)]=a13_0x553089;var a13_0x45d5b6={};a13_0x45d5b6[a13_0x1e54ee(0x123)]='BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.';var a13_0x7d2e39={};a13_0x7d2e39[a13_0x1e54ee(0x123)]=a13_0x1e54ee(0x128),a13_0x7d2e39['invalid']=a13_0x1e54ee(0x126);var a13_0x1b156d={};a13_0x1b156d[a13_0x1e54ee(0x11f)]=a13_0x45d5b6,a13_0x1b156d[a13_0x1e54ee(0x129)]=a13_0x7d2e39,exports[a13_0x1e54ee(0x12b)]=a13_0x1b156d;