browserstack-node-sdk 1.34.41 → 1.34.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (134) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/start.js +1 -1
  18. package/ats/src/commands/start_commands/grid.js +1 -1
  19. package/ats/src/commands/stop.js +1 -1
  20. package/ats/src/commands/stop_commands/grid.js +1 -1
  21. package/ats/src/config/constants.js +1 -1
  22. package/ats/src/config/logger.js +1 -1
  23. package/ats/src/index.js +1 -1
  24. package/ats/src/utils/AWSUtils.js +1 -1
  25. package/ats/src/utils/createAutoscalerStack.js +1 -1
  26. package/ats/src/utils/createClusterStack.js +1 -1
  27. package/ats/src/utils/createHubHaStack.js +1 -1
  28. package/ats/src/utils/createk8sClient.js +1 -1
  29. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  30. package/ats/src/utils/deleteStack.js +1 -1
  31. package/ats/src/utils/describeStack.js +1 -1
  32. package/ats/src/utils/gridComponents.js +1 -1
  33. package/ats/src/utils/hstUtils.js +1 -1
  34. package/ats/src/utils/instrumentationUtils.js +1 -1
  35. package/ats/src/utils/userInput.js +1 -1
  36. package/ats/src/utils/utilityMethods.js +1 -1
  37. package/ats/src/utils/webSocketUtils.js +1 -1
  38. package/package.json +1 -1
  39. package/src/ai-sdk-node/bundle.js +1 -1
  40. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  41. package/src/bin/codeceptjs/command.js +1 -1
  42. package/src/bin/codeceptjs/helper.js +1 -1
  43. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  44. package/src/bin/cucumber-js/command.js +1 -1
  45. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  46. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  47. package/src/bin/cucumber-js/test-observability.js +1 -1
  48. package/src/bin/cucumber-js/test.setup.js +1 -1
  49. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  50. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  51. package/src/bin/integrations/command.js +1 -1
  52. package/src/bin/integrations/constants.js +1 -1
  53. package/src/bin/jest/command.js +1 -1
  54. package/src/bin/jest/customImplements/customCircus.js +1 -1
  55. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  56. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  57. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  58. package/src/bin/jest/jest.setup.js +1 -1
  59. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  60. package/src/bin/jest/test-observability/helper.js +1 -1
  61. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  62. package/src/bin/jest/test-observability/test-details.js +1 -1
  63. package/src/bin/jest/test_before.setup.js +1 -1
  64. package/src/bin/launcher/launcher.js +1 -1
  65. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  66. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  67. package/src/bin/mocha/command.js +1 -1
  68. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  69. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  70. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  71. package/src/bin/mocha/test.setup.js +1 -1
  72. package/src/bin/nightwatch/command.js +1 -1
  73. package/src/bin/playwright/accessibility-helper.js +1 -1
  74. package/src/bin/playwright/command.js +1 -1
  75. package/src/bin/playwright/globalSetup.js +1 -1
  76. package/src/bin/playwright/mock-process.js +1 -1
  77. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  78. package/src/bin/playwright/patches.js +1 -1
  79. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  80. package/src/bin/playwright/reporter/reporter.js +1 -1
  81. package/src/bin/playwright/reporter/test-details.js +1 -1
  82. package/src/bin/playwright/sessionDetails.js +1 -1
  83. package/src/bin/runner.js +1 -1
  84. package/src/bin/setup.js +1 -1
  85. package/src/bin/test-runner/index.js +1 -1
  86. package/src/bin/test-runner/runTest.js +1 -1
  87. package/src/bin/test-runner/testWorker.js +1 -1
  88. package/src/bin/utils/constants.js +1 -1
  89. package/src/bin/utils/log4jsAppender.js +1 -1
  90. package/src/bin/utils/logPatcher.js +1 -1
  91. package/src/bin/utils/logReportingAPI.js +1 -1
  92. package/src/bin/vanilla-js/command.js +1 -1
  93. package/src/browserStackSdk.js +1 -1
  94. package/src/helpers/BrowserStackSetup.js +1 -1
  95. package/src/helpers/accessibility-automation/constants.js +1 -1
  96. package/src/helpers/accessibility-automation/helper.js +1 -1
  97. package/src/helpers/accessibility-automation/scripts.js +1 -1
  98. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  99. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  100. package/src/helpers/ats/constants.js +1 -1
  101. package/src/helpers/ats/helper.js +1 -1
  102. package/src/helpers/capsMapping.js +1 -1
  103. package/src/helpers/central-scanner/constants.js +1 -1
  104. package/src/helpers/central-scanner/helpers.js +1 -1
  105. package/src/helpers/globals.js +1 -1
  106. package/src/helpers/helper.js +1 -1
  107. package/src/helpers/logger.js +1 -1
  108. package/src/helpers/patchHelper.js +1 -1
  109. package/src/helpers/patchHelpers.js +1 -1
  110. package/src/helpers/percy/Percy.js +1 -1
  111. package/src/helpers/percy/PercyBinary.js +1 -1
  112. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  113. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  114. package/src/helpers/percy/PercySDK.js +1 -1
  115. package/src/helpers/percy/index.js +1 -1
  116. package/src/helpers/percy/utils.js +1 -1
  117. package/src/helpers/performance/constants.js +1 -1
  118. package/src/helpers/performance/performance-tester.js +1 -1
  119. package/src/helpers/processHelper.js +1 -1
  120. package/src/helpers/request-spy.js +1 -1
  121. package/src/helpers/setKeepAlive.js +1 -1
  122. package/src/helpers/test-observability/constants.js +1 -1
  123. package/src/helpers/test-observability/error-handler.js +1 -1
  124. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  125. package/src/helpers/test-observability/sessionHandler.js +1 -1
  126. package/src/helpers/test-observability/utils.js +1 -1
  127. package/src/helpers/testhub/constants.js +1 -1
  128. package/src/helpers/testhub/testhubHandler.js +1 -1
  129. package/src/helpers/testhub/utils.js +1 -1
  130. package/src/helpers/timeoutPromise.js +1 -1
  131. package/src/helpers/utilities.js +1 -1
  132. package/src/helpers/w3cMapping.js +1 -1
  133. package/src/hubAllocationMethods.js +1 -1
  134. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a6_0x429672=a6_0x21db;(function(_0x3d81a7,_0x1c8663){const _0x18ba2c=a6_0x21db,_0xf4918=_0x3d81a7();while(!![]){try{const _0xc5ae0f=parseInt(_0x18ba2c(0x1da))/0x1+-parseInt(_0x18ba2c(0x25b))/0x2*(parseInt(_0x18ba2c(0x1fa))/0x3)+parseInt(_0x18ba2c(0x257))/0x4*(-parseInt(_0x18ba2c(0x246))/0x5)+-parseInt(_0x18ba2c(0x23f))/0x6+parseInt(_0x18ba2c(0x1bc))/0x7*(parseInt(_0x18ba2c(0x1f8))/0x8)+-parseInt(_0x18ba2c(0x21f))/0x9+parseInt(_0x18ba2c(0x1ba))/0xa*(parseInt(_0x18ba2c(0x1c1))/0xb);if(_0xc5ae0f===_0x1c8663)break;else _0xf4918['push'](_0xf4918['shift']());}catch(_0x30dbfe){_0xf4918['push'](_0xf4918['shift']());}}}(a6_0x225c,0xdaf75));function a6_0x21db(_0x5ad50b,_0x26fc5c){const _0x225c10=a6_0x225c();return a6_0x21db=function(_0x21dbd8,_0x34d171){_0x21dbd8=_0x21dbd8-0x1b3;let _0x18a296=_0x225c10[_0x21dbd8];return _0x18a296;},a6_0x21db(_0x5ad50b,_0x26fc5c);}const {requireModule,getPlatformName,nestedKeyValue,isUndefined}=require('../../../helpers/helper'),util=require(a6_0x429672(0x1e6)),{Formatter,formatterHelpers,Status}=requireModule(a6_0x429672(0x21d)),TestDetails=require(a6_0x429672(0x23b)),TestObservabilityReporter=require('../test-observability.js'),{o11yClassErrorHandler}=require(a6_0x429672(0x24a)),{shouldProcessEventForTesthub}=require(a6_0x429672(0x1f0)),testObservabilityReporter=new TestObservabilityReporter(),logger=require('../../../helpers/logger')[a6_0x429672(0x254)],_tests={},_testCasesData={};function a6_0x225c(){const _0xf00918=['winstonLogger','hbqrU','hook','16844Cjbnwd','cwd','onTestCaseFinished','exception','2iLlkBy','AzhuT','onGherkinDocument','wNYsn','toString','FCZBF','testCaseStarted','finished_at','dYcZI','testCaseAttempt','testCaseStartedId','debug','name','gherkinDocument','testCase','log','sendTestRunEventForCucumber','13549220CjtbKB','hooks','21XCsFpa','gSMNl','eventBroadcaster','testSteps','testRunFinished','22zbzZcr','HHFYW','onHook','onTestStepFinished','failed','TestRunStarted','getTestUUID','values','getTestCaseAttempt','onPickle','includes','toLowerCase','report','sendHook','Exception\x20in\x20sending\x20onTestCaseFinished\x20event:\x20\x20','testStepStarted','finishedAt','hCrKF','JAnPz','background','getGherkinStepMap','HookRunFinished','Exception\x20in\x20sending\x20onTestCaseStarted:\x20','env','scenario','1755073cANLVD','Bohux','envelope','logTestRunFinished','IcQxg','fVhpS','testCaseMap','testCases','steps','parseTestCaseAttempt','ZIzFr','HqiIb','util','AMBIGUOUS','SNMwT','SKIPPED','text','UNKNOWN','CONFIG','iOKNj','snippetBuilder','map','../../../helpers/testhub/utils.js','eventDataCollector','uri','vSSXw','onTestRunStarted','format','onStepDefinition','UWIon','561928MrQWQN','NlEPQ','4804851SEiRrg','pickleId','VWzuG','UNDEFINED','testRunStarted','incrementCounter','testStepFinished','pickleMap','stepDefinition','PENDING','setup','children','exports','supportCodeLibrary','testStepResult','FqXoN','QZrYc','tKowi','push','testCaseAttemptDataMap','GNNJb','seconds','YXCQy','isBstackHook','tbegE','onTestCase','goeHc','message','testStepId','aRzmv','bstack','mgMcY','parse','lQmdz','Exception\x20in\x20onTestStepStarted\x20event:\x20','@cucumber/cucumber','hnsbj','5995989YNBkpd','onTestRunFinished','TestRunFinished','forEach','hVHQd','actionLocation','getGherkinDocument','extractStepContainers','SwtBh','WdjNM','GdaCJ','status','cucumber-js/test.setup.js','failure','bNGuz','Executing\x20tests\x20for\x20','roctU','feature','ryoaO','FAILED','pickle','toISOString','onTestCaseStarted','capability','pickleStepId','description','result','Exception\x20in\x20onTestStepFinished\x20event:\x20','../../playwright/reporter/test-details.js','AcVsW','source','OKAsF','7979064AtXgoW','mjIMT','sourceLocation','rule','ZbtzU','mtqkX','logTestCaseFinished','215BbVXbe','__platform','testCaseFinished','gAwfM','../../../helpers/test-observability/error-handler','gIrkA','split','duration','find','path','assign','gxXwR','eAKXU','testCaseId'];a6_0x225c=function(){return _0xf00918;};return a6_0x225c();}class BrowserstackFormatter extends Formatter{constructor(_0x200b41){const _0x36c1f3=a6_0x429672,_0x18a363={};_0x18a363['ngPCr']=_0x36c1f3(0x1dc);const _0x46d635=_0x18a363;super(_0x200b41),this[_0x36c1f3(0x1cd)]={},_0x200b41[_0x36c1f3(0x1be)]['on'](_0x46d635['ngPCr'],async _0x477b77=>{const _0x4174f1=_0x36c1f3;switch(!![]){case!!_0x477b77[_0x4174f1(0x1fe)]:this[_0x4174f1(0x1f4)](_0x477b77[_0x4174f1(0x1fe)]);break;case!!_0x477b77[_0x4174f1(0x1c0)]:this[_0x4174f1(0x220)](_0x477b77[_0x4174f1(0x1c0)]);break;case!!_0x477b77[_0x4174f1(0x261)]:this[_0x4174f1(0x235)](_0x477b77['testCaseStarted'],_0x200b41,_0x477b77);break;case!!_0x477b77['testCaseFinished']:this[_0x4174f1(0x259)](_0x477b77[_0x4174f1(0x248)],_0x200b41,_0x477b77);break;case!!_0x477b77[_0x4174f1(0x1d0)]:this['onTestStepStarted'](_0x477b77[_0x4174f1(0x1d0)],_0x200b41);break;case!!_0x477b77[_0x4174f1(0x200)]:this['onTestStepFinished'](_0x477b77['testStepFinished'],_0x200b41);break;case!!_0x477b77[_0x4174f1(0x256)]:this[_0x4174f1(0x1c3)](_0x477b77[_0x4174f1(0x256)]);break;case!!_0x477b77[_0x4174f1(0x1b7)]:this['onTestCase'](_0x477b77[_0x4174f1(0x1b7)]);break;case!!_0x477b77[_0x4174f1(0x233)]:this[_0x4174f1(0x1ca)](_0x477b77[_0x4174f1(0x233)]);break;case!!_0x477b77[_0x4174f1(0x1b6)]:this[_0x4174f1(0x25d)](_0x477b77[_0x4174f1(0x1b6)]);break;}});}[a6_0x429672(0x1c3)](_0x2ece8b){const _0x36efa4=a6_0x429672;this[_0x36efa4(0x1cd)][_0x36efa4(0x1bb)]=Object[_0x36efa4(0x250)]([],this[_0x36efa4(0x1cd)]['hooks']||[]),this[_0x36efa4(0x1cd)]['hooks']['push'](_0x2ece8b);}[a6_0x429672(0x1ca)](_0x1fabf3){const _0x4fc957=a6_0x429672;this[_0x4fc957(0x1cd)][_0x4fc957(0x233)]=Object[_0x4fc957(0x250)]([],this[_0x4fc957(0x1cd)][_0x4fc957(0x233)]||[],[_0x1fabf3]),this[_0x4fc957(0x1cd)][_0x4fc957(0x233)][_0x4fc957(0x20c)](_0x1fabf3);}['onGherkinDocument'](_0xd0832){const _0x2ebbe2=a6_0x429672;this[_0x2ebbe2(0x1cd)][_0x2ebbe2(0x1b6)]=Object['assign']([],this[_0x2ebbe2(0x1cd)][_0x2ebbe2(0x1b6)]||[],[_0xd0832]),this[_0x2ebbe2(0x1cd)][_0x2ebbe2(0x1b6)][_0x2ebbe2(0x20c)](_0xd0832);}['onSource'](_0x58a839){const _0x452060=a6_0x429672;this[_0x452060(0x1cd)][_0x452060(0x23d)]=_0x58a839;}[a6_0x429672(0x1f6)](_0xf02e24){const _0x4f4367=a6_0x429672;this[_0x4f4367(0x1cd)][_0x4f4367(0x202)]=Object['assign']([],this[_0x4f4367(0x1cd)][_0x4f4367(0x202)]||[],[_0xf02e24]),this[_0x4f4367(0x1cd)][_0x4f4367(0x202)][_0x4f4367(0x20c)](_0xf02e24);}[a6_0x429672(0x213)](_0x6d968d){const _0x5c9d68=a6_0x429672;this[_0x5c9d68(0x1cd)][_0x5c9d68(0x1e1)]=Object[_0x5c9d68(0x250)]([],this[_0x5c9d68(0x1cd)][_0x5c9d68(0x1e1)]||[],[_0x6d968d]),this['report'][_0x5c9d68(0x1e1)][_0x5c9d68(0x20c)](_0x6d968d);}['logTestCaseFinished'](_0x562a2e){const _0x28e953=a6_0x429672,_0x3164a3={'HqiIb':function(_0x49d31a,_0x2db0cd){return _0x49d31a!==_0x2db0cd;},'bZbUK':_0x28e953(0x218),'mtqkX':function(_0x373acf,_0x8d4ca7){return _0x373acf+_0x8d4ca7;},'FqXoN':function(_0xbaeeb9,_0x5827d6){return _0xbaeeb9+_0x5827d6;},'HHFYW':function(_0x24f1aa,_0x31666a){return _0x24f1aa+_0x31666a;},'mjIMT':function(_0x501d91,_0x4769e5){return _0x501d91+_0x4769e5;},'SwtBh':'\x20\x20\x20\x20','hnsbj':'\x20-\x20','wNYsn':function(_0x387caa,_0x42e161){return _0x387caa===_0x42e161;},'bNGuz':_0x28e953(0x232),'hbqrU':function(_0x1462f4,_0x17d7af,_0x519c40){return _0x1462f4(_0x17d7af,_0x519c40);},'IcQxg':'result','tGRcK':'message','aRzmv':function(_0x3b9a56,_0x33ae55){return _0x3b9a56+_0x33ae55;},'gIrkA':function(_0x1e2d1e,_0x300090){return _0x1e2d1e+_0x300090;},'gxXwR':function(_0x398ff3,_0x15d9d7){return _0x398ff3+_0x15d9d7;},'gAwfM':function(_0x349c1a,_0x5dc7d0){return _0x349c1a+_0x5dc7d0;}};_0x3164a3[_0x28e953(0x1e5)](global[_0x28e953(0x247)],undefined)&&this['log'](_0x3164a3['HHFYW'](_0x3164a3[_0x28e953(0x24b)]('\x0a',global[_0x28e953(0x247)]),'\x0a'));const _0x5df233=this[_0x28e953(0x1f1)][_0x28e953(0x1c9)](_0x562a2e[_0x28e953(0x1b3)]);this['log'](_0x3164a3[_0x28e953(0x251)](_0x3164a3[_0x28e953(0x244)](_0x3164a3['FqXoN'](_0x3164a3[_0x28e953(0x249)]('\x20\x20',_0x5df233[_0x28e953(0x1b6)]['feature']['name']),_0x3164a3[_0x28e953(0x21e)]),_0x5df233[_0x28e953(0x233)][_0x28e953(0x1b5)]),'\x0a'));const _0x1caf40={};_0x1caf40[_0x28e953(0x258)]=this[_0x28e953(0x258)],_0x1caf40[_0x28e953(0x1ee)]=this[_0x28e953(0x1ee)],_0x1caf40['supportCodeLibrary']=this[_0x28e953(0x207)],_0x1caf40[_0x28e953(0x264)]=_0x5df233;const _0x143993=formatterHelpers[_0x28e953(0x1e3)](_0x1caf40);let _0x476129=![];_0x143993[_0x28e953(0x1bf)]['forEach'](_0x1b831d=>{const _0x11857c=_0x28e953;if(_0x3164a3[_0x11857c(0x1e5)](_0x1b831d['name'],_0x3164a3['bZbUK'])&&!this[_0x11857c(0x211)](_0x1b831d)){totalTests+=0x1,this['log'](_0x3164a3[_0x11857c(0x244)](_0x3164a3[_0x11857c(0x209)](_0x3164a3[_0x11857c(0x244)](_0x3164a3[_0x11857c(0x1c2)](_0x3164a3[_0x11857c(0x240)](_0x3164a3[_0x11857c(0x227)],_0x1b831d['keyword']),_0x1b831d['text']||''),_0x3164a3[_0x11857c(0x21e)]),Status[_0x1b831d['result'][_0x11857c(0x22a)]]),'\x0a')),this[_0x11857c(0x1ff)](Status[_0x1b831d[_0x11857c(0x239)]['status']]);if(_0x3164a3[_0x11857c(0x25e)](Status[_0x1b831d['result']['status']],_0x3164a3[_0x11857c(0x22d)])){_0x476129=!![];const _0x2c7555=_0x3164a3[_0x11857c(0x255)](nestedKeyValue,_0x1b831d,[_0x3164a3[_0x11857c(0x1de)],_0x3164a3['tGRcK']]);_0x2c7555&&(testsErrorMessage[_0x3164a3[_0x11857c(0x217)](_0x3164a3[_0x11857c(0x209)](_0x5df233['gherkinDocument'][_0x11857c(0x230)][_0x11857c(0x1b5)],_0x3164a3[_0x11857c(0x21e)]),_0x5df233[_0x11857c(0x233)][_0x11857c(0x1b5)])]=_0x2c7555,this[_0x11857c(0x1b8)](_0x3164a3[_0x11857c(0x240)](_0x2c7555,'\x0a')));}}}),_0x476129&&(testSuitesFailed+=0x1),this[_0x28e953(0x1b8)]('\x0a');}[a6_0x429672(0x1dd)](_0x44206f){}[a6_0x429672(0x211)](_0x223d99){const _0xaa671a=a6_0x429672,_0x4de70c={};_0x4de70c[_0xaa671a(0x210)]=function(_0x35f3c1,_0x5dc3e1){return _0x35f3c1!==_0x5dc3e1;},_0x4de70c[_0xaa671a(0x23c)]=_0xaa671a(0x22b);const _0x1f78cc=_0x4de70c;if(_0x1f78cc[_0xaa671a(0x210)](_0x223d99[_0xaa671a(0x241)],undefined))return![];if(_0x223d99[_0xaa671a(0x224)]&&_0x223d99[_0xaa671a(0x224)][_0xaa671a(0x1f2)][_0xaa671a(0x1cb)](_0x1f78cc['AcVsW']))return!![];return![];}['incrementCounter'](_0x5a7972){const _0x3223c3=a6_0x429672,_0x1afc34={};_0x1afc34[_0x3223c3(0x1e4)]=_0x3223c3(0x232),_0x1afc34[_0x3223c3(0x23e)]='PASSED',_0x1afc34[_0x3223c3(0x20e)]=_0x3223c3(0x1e9),_0x1afc34[_0x3223c3(0x223)]=_0x3223c3(0x203),_0x1afc34['HvLiH']=_0x3223c3(0x1fd),_0x1afc34[_0x3223c3(0x260)]=_0x3223c3(0x1eb),_0x1afc34[_0x3223c3(0x229)]=_0x3223c3(0x1e7);const _0x49b8de=_0x1afc34;switch(_0x5a7972){case _0x49b8de[_0x3223c3(0x1e4)]:testsFailed+=0x1;break;case _0x49b8de[_0x3223c3(0x23e)]:testsPassed+=0x1;break;case _0x49b8de['GNNJb']:testsSkipped+=0x1;break;case _0x49b8de[_0x3223c3(0x223)]:testsPending+=0x1;break;case _0x49b8de['HvLiH']:testsUndefined+=0x1;break;case _0x49b8de[_0x3223c3(0x260)]:testsUnknown+=0x1;break;case _0x49b8de[_0x3223c3(0x229)]:testsAmbiguous+=0x1;break;default:break;}}[a6_0x429672(0x1f4)](_0x23f501){const _0x5dd6f2=a6_0x429672,_0x24d80f={'JAnPz':function(_0x2a574a,_0xd3197a){return _0x2a574a!==_0xd3197a;},'tKowi':function(_0x51bb19,_0x38b4eb){return _0x51bb19(_0x38b4eb);},'iOKNj':function(_0x181f38,_0x51fa4c){return _0x181f38+_0x51fa4c;},'lQmdz':function(_0x3e8d04){return _0x3e8d04();}};let _0x4c66fb;if(_0x24d80f[_0x5dd6f2(0x1d3)](process[_0x5dd6f2(0x1d8)]['CONFIG'],undefined)){const _0x5ccec7=JSON[_0x5dd6f2(0x21a)](process[_0x5dd6f2(0x1d8)][_0x5dd6f2(0x1ec)]);_0x4c66fb=_0x5ccec7[_0x5dd6f2(0x236)];}_0x24d80f[_0x5dd6f2(0x1d3)](_0x4c66fb,undefined)&&(global[_0x5dd6f2(0x247)]=_0x24d80f[_0x5dd6f2(0x20b)](getPlatformName,_0x4c66fb),this['log'](_0x24d80f[_0x5dd6f2(0x1ed)](_0x5dd6f2(0x22e)+global[_0x5dd6f2(0x247)],'\x0a'))),_0x24d80f[_0x5dd6f2(0x21b)](shouldProcessEventForTesthub)&&(TestDetails[_0x5dd6f2(0x204)](),this['report'][_0x5dd6f2(0x1fe)]=_0x23f501);}[a6_0x429672(0x220)](_0x24ad78){const _0x3a2312=a6_0x429672;this[_0x3a2312(0x1cd)][_0x3a2312(0x1c0)]=_0x24ad78,this[_0x3a2312(0x1dd)](_0x24ad78);}async[a6_0x429672(0x235)](_0x3d915f,_0x2934fa,_0x32820c){const _0x5613ce=a6_0x429672,_0x5af01c={'dYcZI':function(_0x1f641f,_0xc08cfb){return _0x1f641f(_0xc08cfb);},'SNMwT':_0x5613ce(0x1c6),'WdjNM':function(_0x2ebacf,_0x218eb3){return _0x2ebacf&&_0x218eb3;}};testSuites+=0x1;if(_0x5af01c[_0x5613ce(0x263)](shouldProcessEventForTesthub,_0x5af01c[_0x5613ce(0x1e8)]))try{this[_0x5613ce(0x1cd)]['testCaseStarted']=this[_0x5613ce(0x1cd)][_0x5613ce(0x261)]||{},this[_0x5613ce(0x1cd)][_0x5613ce(0x261)][_0x3d915f['id']]=_0x3d915f;const _0x7501bb=TestDetails[_0x5613ce(0x1c7)](_0x3d915f['id']);_testCasesData[_0x3d915f['id']]=Object['assign']({},_0x32820c);const _0x135d5e=this[_0x5613ce(0x1cd)],_0x359d=_0x3d915f['testCaseId'],_0x51021b=_0x135d5e['testCases'][_0x5613ce(0x24e)](_0x27ff6b=>_0x27ff6b['id']===_0x359d)[_0x5613ce(0x1fb)],_0x3b35ed=_0x135d5e['pickle'][_0x5613ce(0x24e)](_0x4bb9d7=>_0x4bb9d7['id']===_0x51021b),_0x46dfa2=_0x135d5e['gherkinDocument'][_0x5613ce(0x24e)](_0x5d7f7f=>_0x5d7f7f['uri']===_0x3b35ed[_0x5613ce(0x1f2)]),_0x1fec9b=_0x46dfa2['feature'],_0x24fc1d={'uuid':_0x7501bb,'startedAt':new Date()[_0x5613ce(0x234)]()};if(_0x3b35ed){const _0x3bc1da={};_0x3bc1da[_0x5613ce(0x1b5)]=_0x3b35ed['name'],_0x24fc1d[_0x5613ce(0x1d9)]=_0x3bc1da;}if(_0x5af01c[_0x5613ce(0x228)](_0x46dfa2,_0x1fec9b)){const _0x581a6d={};_0x581a6d[_0x5613ce(0x24f)]=_0x46dfa2[_0x5613ce(0x1f2)],_0x581a6d[_0x5613ce(0x1b5)]=_0x1fec9b['name'],_0x581a6d[_0x5613ce(0x238)]=_0x1fec9b[_0x5613ce(0x238)],_0x24fc1d[_0x5613ce(0x230)]=_0x581a6d;}_tests[_0x359d]=_0x24fc1d,await testObservabilityReporter[_0x5613ce(0x1b9)](_0x32820c,_0x46dfa2,_0x3b35ed,_0x5af01c['SNMwT'],_0x24fc1d);}catch(_0x3f35b2){logger[_0x5613ce(0x1b4)](_0x5613ce(0x1d7)+util[_0x5613ce(0x1f5)](_0x3f35b2)+'\x20');}}async[a6_0x429672(0x259)](_0x244107,_0x4b9eca,_0x1653dc){const _0x3aa47a=a6_0x429672,_0x36ab66={'Bohux':function(_0x16084c,_0x51cd79){return _0x16084c(_0x51cd79);},'tbegE':_0x3aa47a(0x221)};this[_0x3aa47a(0x245)](_0x244107);if(_0x36ab66[_0x3aa47a(0x1db)](shouldProcessEventForTesthub,_0x36ab66[_0x3aa47a(0x212)]))try{this[_0x3aa47a(0x1cd)][_0x3aa47a(0x248)]=this[_0x3aa47a(0x1cd)][_0x3aa47a(0x248)]||{},this[_0x3aa47a(0x1cd)][_0x3aa47a(0x248)][_0x244107[_0x3aa47a(0x1b3)]]=_0x244107,_testCasesData[_0x1653dc['id']]=Object[_0x3aa47a(0x250)]({},_0x1653dc);const _0x5d758e=_0x244107[_0x3aa47a(0x1b3)],_0x54a9ba=_0x4b9eca['eventDataCollector'][_0x3aa47a(0x20d)][_0x5d758e][_0x3aa47a(0x253)],_0x15bcb4=_0x4b9eca['eventDataCollector']['testCaseMap'][_0x54a9ba],_0x2f36a5=_0x15bcb4['pickleId'],_0xc48be7=_0x4b9eca[_0x3aa47a(0x1f1)]['pickleMap'][_0x2f36a5],_0x22616c=this[_0x3aa47a(0x225)](_0x4b9eca,_0xc48be7),_0x621af=_tests[_0x54a9ba];_0x621af&&(delete _tests[_0x54a9ba],_0x621af[_0x3aa47a(0x1d1)]=new Date()[_0x3aa47a(0x234)]()),await testObservabilityReporter['sendTestRunEventForCucumber'](_0x1653dc,_0x22616c,_0xc48be7,_0x36ab66[_0x3aa47a(0x212)],_0x621af);}catch(_0x53b27d){logger[_0x3aa47a(0x1b4)](_0x3aa47a(0x1cf)+util[_0x3aa47a(0x1f5)](_0x53b27d));}}async['onTestStepStarted'](_0x4e3a47,_0xa14bf3){const _0x2e5db8=a6_0x429672,_0x2bc453={'AzhuT':function(_0x1bd809,_0x22b5b1){return _0x1bd809(_0x22b5b1);},'UWIon':'HookRunStarted','LrDmh':function(_0x3c6c82,_0x34f2c9){return _0x3c6c82!==_0x34f2c9;},'hCrKF':'testStepId'};if(_0x2bc453[_0x2e5db8(0x25c)](shouldProcessEventForTesthub,_0x2bc453[_0x2e5db8(0x1f7)]))try{this[_0x2e5db8(0x1cd)][_0x2e5db8(0x1d0)]=this[_0x2e5db8(0x1cd)]['testStepStarted']||{},this[_0x2e5db8(0x1cd)]['testStepStarted'][_0x4e3a47[_0x2e5db8(0x1b3)]]=_0x4e3a47;const _0x8f1b1=_0x4e3a47[_0x2e5db8(0x1b3)],_0x486226=_0xa14bf3[_0x2e5db8(0x1f1)]['testCaseAttemptDataMap'][_0x8f1b1][_0x2e5db8(0x253)],_0x2d878a=this[_0x2e5db8(0x1cd)][_0x2e5db8(0x1e1)][_0x2e5db8(0x24e)](_0x3086ab=>_0x3086ab['id']===_0x486226)[_0x2e5db8(0x1fb)],_0x2c724d=this[_0x2e5db8(0x1cd)][_0x2e5db8(0x233)][_0x2e5db8(0x24e)](_0xbcc6ae=>_0xbcc6ae['id']===_0x2d878a),_0x377330=this[_0x2e5db8(0x1cd)]['testCases'][_0x2e5db8(0x24e)](_0x82dcf9=>_0x82dcf9['id']===_0x486226)[_0x2e5db8(0x1bf)],_0x3c509e=this[_0x2e5db8(0x1cd)][_0x2e5db8(0x1d0)][_0x8f1b1][_0x2e5db8(0x216)],_0x38861f=_0x377330[_0x2e5db8(0x24e)](_0x829872=>_0x829872['id']===_0x3c509e)[_0x2e5db8(0x237)],_0x3bb674=_0x2c724d[_0x2e5db8(0x1e2)][_0x2e5db8(0x24e)](_0x42808=>_0x42808['id']===_0x38861f);if(_0x38861f&&_tests[_0x486226]&&_0x2bc453['LrDmh'](_tests[_0x486226][_0x2bc453[_0x2e5db8(0x1d2)]],_0x3c509e)){_tests[_0x486226][_0x2bc453['hCrKF']]=_0x3c509e;const _0x3186ad={};_0x3186ad[_0x2e5db8(0x1e2)]=[];const _0x21ab11=_tests[_0x486226]||_0x3186ad;_0x21ab11&&!_0x21ab11[_0x2e5db8(0x1e2)]&&(_0x21ab11[_0x2e5db8(0x1e2)]=[]),_0x21ab11[_0x2e5db8(0x1e2)][_0x2e5db8(0x20c)]({'id':_0x3bb674['id'],'text':_0x3bb674['text'],'started_at':new Date()['toISOString']()}),_tests[_0x486226]=_0x21ab11;}await testObservabilityReporter[_0x2e5db8(0x1ce)](this[_0x2e5db8(0x1cd)],_0x8f1b1,_0x2bc453[_0x2e5db8(0x1f7)],_0x377330,_0x3c509e,_tests[_0x486226]);}catch(_0x57e8ba){logger[_0x2e5db8(0x1b4)](_0x2e5db8(0x21c)+util[_0x2e5db8(0x1f5)](_0x57e8ba));}}async[a6_0x429672(0x1c4)](_0xe335e7,_0x4e52c1){const _0x459051=a6_0x429672,_0xab18aa={'ZbtzU':function(_0x496801,_0xf78ef7){return _0x496801===_0xf78ef7;},'NlEPQ':'0|1|4|3|2','vSSXw':function(_0x184c76,_0x427303){return _0x184c76(_0x427303);},'gSMNl':_0x459051(0x1d6),'roctU':function(_0xe65c93,_0x27a8f5){return _0xe65c93===_0x27a8f5;},'QZrYc':_0x459051(0x1c5),'VWzuG':function(_0x31fc18,_0x3c059c){return _0x31fc18===_0x3c059c;},'ryoaO':function(_0x577bf1,_0x1e6390){return _0x577bf1===_0x1e6390;},'mgMcY':'UnhandledError','fVhpS':_0x459051(0x216)};this['report'][_0x459051(0x200)]=this[_0x459051(0x1cd)]['testStepFinished']||{},this['report'][_0x459051(0x200)][_0xe335e7[_0x459051(0x1b3)]]=_0xe335e7;if(_0xab18aa[_0x459051(0x1f3)](shouldProcessEventForTesthub,_0xab18aa['gSMNl']))try{const _0x156a2c=_0xe335e7[_0x459051(0x1b3)],_0xb55a23=_0x4e52c1[_0x459051(0x1f1)][_0x459051(0x20d)][_0x156a2c]['testCaseId'],_0x547618=_0x4e52c1[_0x459051(0x1f1)][_0x459051(0x1e0)][_0xb55a23],_0x6babe0=_0x547618['pickleId'],_0x3b06f1=_0x4e52c1[_0x459051(0x1f1)][_0x459051(0x201)][_0x6babe0],_0x4507c0=_0xe335e7['testStepId'],_0x299e82=_0x547618[_0x459051(0x1bf)],_0x30f7e6=this[_0x459051(0x1f1)][_0x459051(0x1c9)](_0x156a2c),_0x594ce4=_0x299e82['find'](_0x2c24c2=>_0x2c24c2['id']===_0x4507c0)[_0x459051(0x237)];let _0x489a2d,_0x3c2610;_0xe335e7['testStepResult']&&_0xab18aa[_0x459051(0x22f)](_0xe335e7['testStepResult']['status'][_0x459051(0x25f)]()[_0x459051(0x1cc)](),_0xab18aa[_0x459051(0x20a)])&&(_0x489a2d=_0xab18aa[_0x459051(0x1fc)](_0xe335e7[_0x459051(0x208)][_0x459051(0x25a)],undefined)?_0xe335e7[_0x459051(0x208)][_0x459051(0x215)]:_0xe335e7[_0x459051(0x208)][_0x459051(0x25a)][_0x459051(0x215)],_0x3c2610=_0xab18aa[_0x459051(0x231)](_0xe335e7[_0x459051(0x208)][_0x459051(0x25a)],undefined)?_0xab18aa[_0x459051(0x219)]:_0xe335e7['testStepResult'][_0x459051(0x215)]);await testObservabilityReporter[_0x459051(0x1ce)](this[_0x459051(0x1cd)],_0x156a2c,_0xab18aa[_0x459051(0x1bd)],_0x299e82,_0x4507c0,_tests[_0xb55a23]);if(_0x594ce4&&_tests[_0xb55a23][_0xab18aa['fVhpS']]){const _0x350977=_0x3b06f1['steps'][_0x459051(0x24e)](_0x52de05=>_0x52de05['id']===_0x594ce4),_0x3bd1b4={};_0x3bd1b4['steps']=[];const _0x44a9f0=_tests[_0xb55a23]||_0x3bd1b4;!_0x44a9f0[_0x459051(0x1e2)]?_0x44a9f0[_0x459051(0x1e2)]=[{'id':_0x350977['id'],'text':_0x350977[_0x459051(0x1ea)],'finished_at':new Date()[_0x459051(0x234)](),'result':_0xe335e7[_0x459051(0x208)][_0x459051(0x22a)],'duration':_0xe335e7['testStepResult'][_0x459051(0x24d)][_0x459051(0x20f)],'failure':_0x489a2d,'failureType':_0x3c2610}]:_0x44a9f0['steps'][_0x459051(0x222)](_0x56c6b2=>{const _0x42a9df=_0x459051;if(_0xab18aa[_0x42a9df(0x243)](_0x56c6b2['id'],_0x350977['id'])){const _0x133400=_0xab18aa[_0x42a9df(0x1f9)][_0x42a9df(0x24c)]('|');let _0x127d27=0x0;while(!![]){switch(_0x133400[_0x127d27++]){case'0':_0x56c6b2[_0x42a9df(0x262)]=new Date()[_0x42a9df(0x234)]();continue;case'1':_0x56c6b2[_0x42a9df(0x239)]=_0xe335e7[_0x42a9df(0x208)][_0x42a9df(0x22a)];continue;case'2':_0x56c6b2['failureType']=_0x3c2610;continue;case'3':_0x56c6b2[_0x42a9df(0x22c)]=_0x489a2d;continue;case'4':_0x56c6b2[_0x42a9df(0x24d)]=_0xe335e7[_0x42a9df(0x208)][_0x42a9df(0x24d)][_0x42a9df(0x20f)];continue;}break;}}}),_tests[_0xb55a23]=_0x44a9f0,delete _tests[_0xb55a23][_0xab18aa[_0x459051(0x1df)]];}}catch(_0x3393bd){logger[_0x459051(0x1b4)](_0x459051(0x23a)+util[_0x459051(0x1f5)](_0x3393bd));}}['getGherkinStepMap'](_0x4db27a){const _0x5a3ebe=a6_0x429672,_0x42b0cd={};return _0x4db27a[_0x5a3ebe(0x230)]['children'][_0x5a3ebe(0x1ef)](this[_0x5a3ebe(0x226)])['flat']()[_0x5a3ebe(0x222)](_0x578482=>_0x578482[_0x5a3ebe(0x1e2)][_0x5a3ebe(0x222)](_0x1a0e5d=>_0x42b0cd[_0x1a0e5d['id']]=_0x1a0e5d)),_0x42b0cd;}['extractStepContainers'](_0x239e87){const _0x3e75cf=a6_0x429672,_0x5f47a7={'goeHc':function(_0x36e46a,_0x40e5f8){return _0x36e46a(_0x40e5f8);},'eAKXU':function(_0x56abab,_0x2b08dc){return _0x56abab(_0x2b08dc);}};if(!_0x5f47a7[_0x3e75cf(0x214)](isUndefined,_0x239e87[_0x3e75cf(0x1d4)]))return[_0x239e87[_0x3e75cf(0x1d4)]];else{if(!_0x5f47a7[_0x3e75cf(0x252)](isUndefined,_0x239e87[_0x3e75cf(0x242)]))return _0x239e87['rule'][_0x3e75cf(0x205)][_0x3e75cf(0x1ef)](_0x1de148=>!isUndefined(_0x1de148[_0x3e75cf(0x1d4)])?_0x1de148['background']:_0x1de148['scenario']);};return[_0x239e87['scenario']];}[a6_0x429672(0x225)](_0x334253,_0x3deb67){const _0x2b9dca=a6_0x429672;return Object[_0x2b9dca(0x1c8)](_0x334253[_0x2b9dca(0x1f1)]['gherkinDocumentMap'])[_0x2b9dca(0x24e)](_0x36aebe=>_0x36aebe['uri']===_0x3deb67['uri']);}}module[a6_0x429672(0x206)]=o11yClassErrorHandler(BrowserstackFormatter,[a6_0x429672(0x235),a6_0x429672(0x259),'onTestStepStarted','onTestStepFinished',a6_0x429672(0x1f4),a6_0x429672(0x220),'extractStepContainers',a6_0x429672(0x225),a6_0x429672(0x1d5)]);
1
+ const a6_0x23f483=a6_0x52fb;function a6_0x46fa(){const _0x3366c1=['testCaseMap','PXMCY','onTestCaseStarted','UNKNOWN','uujUx','pickleId','seconds','RCEMd','pJgAe','testCaseStartedId','format','getGherkinDocument','Episy','zwQRS','hooks','actionLocation','toISOString','bwZsm','Executing\x20tests\x20for\x20','incrementCounter','626949zJKDGO','testCaseFinished','UNDEFINED','sourceLocation','testStepStarted','name','onStepDefinition','FmLEX','message','supportCodeLibrary','oGAKH','nYxqR','180240NrlGDS','scenario','../../playwright/reporter/test-details.js','onTestStepFinished','capability','flat','__platform','pickle','OeqWU','finishedAt','XHIpT','report','RUDmO','isBstackHook','testCases','3|4|0|2|1','jThgu','hBnql','14024wNZZzk','hook','finished_at','pickleMap','source','envelope','TgreK','testCase','winstonLogger','IuovG','testStepResult','YjDGL','map','2QxkhBj','DFuct','testCaseAttemptDataMap','testCaseStarted','status','onTestRunStarted','99ORWNok','Exception\x20in\x20onTestStepFinished\x20event:\x20','onTestCaseFinished','CONFIG','Exception\x20in\x20onTestStepStarted\x20event:\x20','onTestStepStarted','logTestRunFinished','ajOmh','HookRunFinished','testRunStarted','snippetBuilder','165164wjqDgC','../../../helpers/testhub/utils.js','SbjEE','background','stepDefinition','osOnP','TIUkb','../../../helpers/test-observability/error-handler','children','values','testSteps','NnBXL','parseTestCaseAttempt','result','faaEn','9678QeUrwF','testRunFinished','sendHook','find','pickleStepId','assign','TestRunStarted','exception','log','TCXYH','failureType','parse','Exception\x20in\x20sending\x20onTestCaseStarted:\x20','xBElY','path','onHook','XTnsS','cucumber-js/test.setup.js','\x20-\x20','onGherkinDocument','186211ZvmTnq','\x20\x20\x20\x20','xYmBS','eventDataCollector','onTestCase','failed','PENDING','setup','feature','lrmKo','JCBeD','rfJQj','forEach','toLowerCase','OHCCO','uri','extractStepContainers','IECdd','exports','ncsMY','testStepFinished','UnhandledError','testCaseId','BmiMi','50yJJJhP','YqWXD','dqIkp','util','onTestRunFinished','steps','testCaseAttempt','text','AMBIGUOUS','duration','onPickle','gherkinDocument','rule','../../../helpers/helper','eventBroadcaster','kjony','TestRunFinished','push','HWWyz','testStepId','debug','LDFLw','env','LStGI','cwd','jvfNS','keyword','../../../helpers/logger','609tdyDJM','getTestCaseAttempt','logTestCaseFinished','PASSED','@cucumber/cucumber','description','HookRunStarted','getTestUUID','FAILED','EOJUs','3386185KuXInR'];a6_0x46fa=function(){return _0x3366c1;};return a6_0x46fa();}(function(_0x10dcbf,_0x2d3f35){const _0x4c7bfb=a6_0x52fb,_0x2f6971=_0x10dcbf();while(!![]){try{const _0xf70fc3=-parseInt(_0x4c7bfb(0x251))/0x1+-parseInt(_0x4c7bfb(0x21d))/0x2*(-parseInt(_0x4c7bfb(0x2a4))/0x3)+parseInt(_0x4c7bfb(0x22e))/0x4+parseInt(_0x4c7bfb(0x269))/0x5*(parseInt(_0x4c7bfb(0x23d))/0x6)+parseInt(_0x4c7bfb(0x285))/0x7*(parseInt(_0x4c7bfb(0x210))/0x8)+parseInt(_0x4c7bfb(0x223))/0x9*(parseInt(_0x4c7bfb(0x1fe))/0xa)+-parseInt(_0x4c7bfb(0x28f))/0xb;if(_0xf70fc3===_0x2d3f35)break;else _0x2f6971['push'](_0x2f6971['shift']());}catch(_0x3f54cc){_0x2f6971['push'](_0x2f6971['shift']());}}}(a6_0x46fa,0x1e0fd));const {requireModule,getPlatformName,nestedKeyValue,isUndefined}=require(a6_0x23f483(0x276)),util=require(a6_0x23f483(0x26c)),{Formatter,formatterHelpers,Status}=requireModule(a6_0x23f483(0x289)),TestDetails=require(a6_0x23f483(0x200)),TestObservabilityReporter=require('../test-observability.js'),{o11yClassErrorHandler}=require(a6_0x23f483(0x235)),{shouldProcessEventForTesthub}=require(a6_0x23f483(0x22f)),testObservabilityReporter=new TestObservabilityReporter(),logger=require(a6_0x23f483(0x284))[a6_0x23f483(0x218)],_tests={},_testCasesData={};class BrowserstackFormatter extends Formatter{constructor(_0x1913a9){const _0x3e3370=a6_0x23f483,_0x3c2685={};_0x3c2685[_0x3e3370(0x234)]=_0x3e3370(0x215);const _0x222876=_0x3c2685;super(_0x1913a9),this[_0x3e3370(0x209)]={},_0x1913a9[_0x3e3370(0x277)]['on'](_0x222876[_0x3e3370(0x234)],async _0x3f4cbb=>{const _0x5720c8=_0x3e3370;switch(!![]){case!!_0x3f4cbb['testRunStarted']:this[_0x5720c8(0x222)](_0x3f4cbb[_0x5720c8(0x22c)]);break;case!!_0x3f4cbb[_0x5720c8(0x23e)]:this[_0x5720c8(0x26d)](_0x3f4cbb['testRunFinished']);break;case!!_0x3f4cbb[_0x5720c8(0x220)]:this['onTestCaseStarted'](_0x3f4cbb[_0x5720c8(0x220)],_0x1913a9,_0x3f4cbb);break;case!!_0x3f4cbb[_0x5720c8(0x1f3)]:this[_0x5720c8(0x225)](_0x3f4cbb[_0x5720c8(0x1f3)],_0x1913a9,_0x3f4cbb);break;case!!_0x3f4cbb[_0x5720c8(0x1f6)]:this[_0x5720c8(0x228)](_0x3f4cbb['testStepStarted'],_0x1913a9);break;case!!_0x3f4cbb[_0x5720c8(0x265)]:this[_0x5720c8(0x201)](_0x3f4cbb[_0x5720c8(0x265)],_0x1913a9);break;case!!_0x3f4cbb[_0x5720c8(0x211)]:this[_0x5720c8(0x24c)](_0x3f4cbb[_0x5720c8(0x211)]);break;case!!_0x3f4cbb[_0x5720c8(0x217)]:this[_0x5720c8(0x255)](_0x3f4cbb['testCase']);break;case!!_0x3f4cbb[_0x5720c8(0x205)]:this[_0x5720c8(0x273)](_0x3f4cbb['pickle']);break;case!!_0x3f4cbb[_0x5720c8(0x274)]:this[_0x5720c8(0x250)](_0x3f4cbb[_0x5720c8(0x274)]);break;}});}[a6_0x23f483(0x24c)](_0x25c46f){const _0xa453d8=a6_0x23f483;this['report'][_0xa453d8(0x29e)]=Object[_0xa453d8(0x242)]([],this[_0xa453d8(0x209)][_0xa453d8(0x29e)]||[]),this[_0xa453d8(0x209)]['hooks']['push'](_0x25c46f);}[a6_0x23f483(0x273)](_0x3b9280){const _0x26a211=a6_0x23f483;this[_0x26a211(0x209)][_0x26a211(0x205)]=Object[_0x26a211(0x242)]([],this[_0x26a211(0x209)]['pickle']||[],[_0x3b9280]),this[_0x26a211(0x209)][_0x26a211(0x205)]['push'](_0x3b9280);}[a6_0x23f483(0x250)](_0x5d0041){const _0x2062b3=a6_0x23f483;this[_0x2062b3(0x209)][_0x2062b3(0x274)]=Object[_0x2062b3(0x242)]([],this[_0x2062b3(0x209)][_0x2062b3(0x274)]||[],[_0x5d0041]),this['report'][_0x2062b3(0x274)][_0x2062b3(0x27a)](_0x5d0041);}['onSource'](_0x2ad5e0){const _0x4e3eaa=a6_0x23f483;this[_0x4e3eaa(0x209)][_0x4e3eaa(0x214)]=_0x2ad5e0;}[a6_0x23f483(0x1f8)](_0x15fc12){const _0x5c55cf=a6_0x23f483;this['report'][_0x5c55cf(0x232)]=Object[_0x5c55cf(0x242)]([],this[_0x5c55cf(0x209)][_0x5c55cf(0x232)]||[],[_0x15fc12]),this['report'][_0x5c55cf(0x232)][_0x5c55cf(0x27a)](_0x15fc12);}[a6_0x23f483(0x255)](_0x73045d){const _0x1b2464=a6_0x23f483;this[_0x1b2464(0x209)][_0x1b2464(0x20c)]=Object['assign']([],this[_0x1b2464(0x209)][_0x1b2464(0x20c)]||[],[_0x73045d]),this[_0x1b2464(0x209)][_0x1b2464(0x20c)][_0x1b2464(0x27a)](_0x73045d);}['logTestCaseFinished'](_0x226226){const _0x1ca1c4=a6_0x23f483,_0x47e453={'RCEMd':function(_0x42086b,_0x5a66f1){return _0x42086b!==_0x5a66f1;},'dqIkp':'bstack','TgreK':function(_0x609b51,_0x526759){return _0x609b51+_0x526759;},'ncsMY':function(_0xf941e8,_0x3d544b){return _0xf941e8+_0x3d544b;},'OHCCO':function(_0x46d51b,_0x27cee7){return _0x46d51b+_0x27cee7;},'XHIpT':function(_0x5106f7,_0x34a987){return _0x5106f7+_0x34a987;},'aZhVs':_0x1ca1c4(0x252),'NnBXL':_0x1ca1c4(0x24f),'faaEn':function(_0x47f90e,_0x55b2b0){return _0x47f90e===_0x55b2b0;},'xBElY':_0x1ca1c4(0x28d),'bwZsm':function(_0x52b293,_0x2058c9,_0x5549d){return _0x52b293(_0x2058c9,_0x5549d);},'LStGI':_0x1ca1c4(0x23b),'xYmBS':'message','uujUx':function(_0x596c9a,_0x3924f9){return _0x596c9a+_0x3924f9;},'YqWXD':function(_0x5e710a,_0x37beed){return _0x5e710a+_0x37beed;},'PXMCY':function(_0x28a0d6,_0x1b788f){return _0x28a0d6+_0x1b788f;},'AoDDn':function(_0x524235,_0x479dac){return _0x524235+_0x479dac;}};_0x47e453['RCEMd'](global[_0x1ca1c4(0x204)],undefined)&&this[_0x1ca1c4(0x245)](_0x47e453[_0x1ca1c4(0x291)](_0x47e453[_0x1ca1c4(0x291)]('\x0a',global[_0x1ca1c4(0x204)]),'\x0a'));const _0x7170fc=this[_0x1ca1c4(0x254)]['getTestCaseAttempt'](_0x226226[_0x1ca1c4(0x299)]);this[_0x1ca1c4(0x245)](_0x47e453[_0x1ca1c4(0x294)](_0x47e453[_0x1ca1c4(0x216)](_0x47e453[_0x1ca1c4(0x208)](_0x47e453['AoDDn']('\x20\x20',_0x7170fc[_0x1ca1c4(0x274)]['feature'][_0x1ca1c4(0x1f7)]),_0x47e453[_0x1ca1c4(0x239)]),_0x7170fc[_0x1ca1c4(0x205)][_0x1ca1c4(0x1f7)]),'\x0a'));const _0x162398={};_0x162398[_0x1ca1c4(0x281)]=this[_0x1ca1c4(0x281)],_0x162398[_0x1ca1c4(0x22d)]=this[_0x1ca1c4(0x22d)],_0x162398[_0x1ca1c4(0x1fb)]=this['supportCodeLibrary'],_0x162398[_0x1ca1c4(0x26f)]=_0x7170fc;const _0x49e7fa=formatterHelpers[_0x1ca1c4(0x23a)](_0x162398);let _0x426179=![];_0x49e7fa[_0x1ca1c4(0x238)][_0x1ca1c4(0x25d)](_0x4556ce=>{const _0xf8521e=_0x1ca1c4;if(_0x47e453[_0xf8521e(0x297)](_0x4556ce[_0xf8521e(0x1f7)],_0x47e453[_0xf8521e(0x26b)])&&!this[_0xf8521e(0x20b)](_0x4556ce)){totalTests+=0x1,this['log'](_0x47e453[_0xf8521e(0x216)](_0x47e453['TgreK'](_0x47e453[_0xf8521e(0x264)](_0x47e453[_0xf8521e(0x25f)](_0x47e453['XHIpT'](_0x47e453['aZhVs'],_0x4556ce[_0xf8521e(0x283)]),_0x4556ce['text']||''),_0x47e453['NnBXL']),Status[_0x4556ce['result'][_0xf8521e(0x221)]]),'\x0a')),this[_0xf8521e(0x2a3)](Status[_0x4556ce[_0xf8521e(0x23b)][_0xf8521e(0x221)]]);if(_0x47e453[_0xf8521e(0x23c)](Status[_0x4556ce[_0xf8521e(0x23b)][_0xf8521e(0x221)]],_0x47e453[_0xf8521e(0x24a)])){_0x426179=!![];const _0x48b6e5=_0x47e453[_0xf8521e(0x2a1)](nestedKeyValue,_0x4556ce,[_0x47e453[_0xf8521e(0x280)],_0x47e453[_0xf8521e(0x253)]]);_0x48b6e5&&(testsErrorMessage[_0x47e453[_0xf8521e(0x294)](_0x47e453['OHCCO'](_0x7170fc[_0xf8521e(0x274)][_0xf8521e(0x259)]['name'],_0x47e453[_0xf8521e(0x239)]),_0x7170fc[_0xf8521e(0x205)]['name'])]=_0x48b6e5,this[_0xf8521e(0x245)](_0x47e453[_0xf8521e(0x26a)](_0x48b6e5,'\x0a')));}}}),_0x426179&&(testSuitesFailed+=0x1),this[_0x1ca1c4(0x245)]('\x0a');}[a6_0x23f483(0x229)](_0x4c3bed){}['isBstackHook'](_0x36c7f1){const _0x6792ce=a6_0x23f483,_0x5c573c={};_0x5c573c[_0x6792ce(0x27b)]=function(_0xfa644,_0x779266){return _0xfa644!==_0x779266;},_0x5c573c['lrmKo']=_0x6792ce(0x24e);const _0x51fa43=_0x5c573c;if(_0x51fa43[_0x6792ce(0x27b)](_0x36c7f1[_0x6792ce(0x1f5)],undefined))return![];if(_0x36c7f1[_0x6792ce(0x29f)]&&_0x36c7f1[_0x6792ce(0x29f)][_0x6792ce(0x260)]['includes'](_0x51fa43[_0x6792ce(0x25a)]))return!![];return![];}['incrementCounter'](_0x53b550){const _0x306773=a6_0x23f483,_0x5378cd={};_0x5378cd[_0x306773(0x268)]=_0x306773(0x28d),_0x5378cd['PvcNu']=_0x306773(0x288),_0x5378cd[_0x306773(0x1fd)]='SKIPPED',_0x5378cd[_0x306773(0x1fc)]=_0x306773(0x257),_0x5378cd['IECdd']=_0x306773(0x1f4),_0x5378cd[_0x306773(0x206)]=_0x306773(0x293),_0x5378cd[_0x306773(0x21e)]=_0x306773(0x271);const _0x39d0bc=_0x5378cd;switch(_0x53b550){case _0x39d0bc['BmiMi']:testsFailed+=0x1;break;case _0x39d0bc['PvcNu']:testsPassed+=0x1;break;case _0x39d0bc[_0x306773(0x1fd)]:testsSkipped+=0x1;break;case _0x39d0bc[_0x306773(0x1fc)]:testsPending+=0x1;break;case _0x39d0bc[_0x306773(0x262)]:testsUndefined+=0x1;break;case _0x39d0bc[_0x306773(0x206)]:testsUnknown+=0x1;break;case _0x39d0bc[_0x306773(0x21e)]:testsAmbiguous+=0x1;break;default:break;}}[a6_0x23f483(0x222)](_0x2763b5){const _0x2fa9ed=a6_0x23f483,_0x1a7952={'YjDGL':function(_0x1f29d6,_0x160e11){return _0x1f29d6!==_0x160e11;},'jThgu':function(_0xc858b9,_0x25e9bf){return _0xc858b9(_0x25e9bf);},'hBnql':function(_0x3a56a8,_0x1881fe){return _0x3a56a8+_0x1881fe;},'KBeQq':function(_0x4f6a11){return _0x4f6a11();}};let _0x1d029f;if(_0x1a7952[_0x2fa9ed(0x21b)](process[_0x2fa9ed(0x27f)][_0x2fa9ed(0x226)],undefined)){const _0x23ea89=JSON[_0x2fa9ed(0x248)](process[_0x2fa9ed(0x27f)][_0x2fa9ed(0x226)]);_0x1d029f=_0x23ea89[_0x2fa9ed(0x202)];}_0x1a7952['YjDGL'](_0x1d029f,undefined)&&(global[_0x2fa9ed(0x204)]=_0x1a7952[_0x2fa9ed(0x20e)](getPlatformName,_0x1d029f),this['log'](_0x1a7952[_0x2fa9ed(0x20f)](_0x2fa9ed(0x2a2)+global[_0x2fa9ed(0x204)],'\x0a'))),_0x1a7952['KBeQq'](shouldProcessEventForTesthub)&&(TestDetails[_0x2fa9ed(0x258)](),this[_0x2fa9ed(0x209)][_0x2fa9ed(0x22c)]=_0x2763b5);}['onTestRunFinished'](_0x3a1ece){const _0x1b5b38=a6_0x23f483;this[_0x1b5b38(0x209)][_0x1b5b38(0x23e)]=_0x3a1ece,this[_0x1b5b38(0x229)](_0x3a1ece);}async[a6_0x23f483(0x292)](_0x2353cd,_0x3353a8,_0x181041){const _0x3f9355=a6_0x23f483,_0x5b0e84={'RUDmO':function(_0x1ddd04,_0x32394c){return _0x1ddd04(_0x32394c);},'EOJUs':_0x3f9355(0x243),'XTnsS':function(_0x3a0d06,_0x37425f){return _0x3a0d06&&_0x37425f;}};testSuites+=0x1;if(_0x5b0e84[_0x3f9355(0x20a)](shouldProcessEventForTesthub,_0x5b0e84['EOJUs']))try{this[_0x3f9355(0x209)][_0x3f9355(0x220)]=this[_0x3f9355(0x209)][_0x3f9355(0x220)]||{},this[_0x3f9355(0x209)][_0x3f9355(0x220)][_0x2353cd['id']]=_0x2353cd;const _0x429765=TestDetails[_0x3f9355(0x28c)](_0x2353cd['id']);_testCasesData[_0x2353cd['id']]=Object[_0x3f9355(0x242)]({},_0x181041);const _0x4b8d0a=this[_0x3f9355(0x209)],_0x141480=_0x2353cd[_0x3f9355(0x267)],_0x341d95=_0x4b8d0a['testCases']['find'](_0xc55c6f=>_0xc55c6f['id']===_0x141480)['pickleId'],_0x36f218=_0x4b8d0a[_0x3f9355(0x205)][_0x3f9355(0x240)](_0x3abc64=>_0x3abc64['id']===_0x341d95),_0x403133=_0x4b8d0a[_0x3f9355(0x274)][_0x3f9355(0x240)](_0x5096bf=>_0x5096bf[_0x3f9355(0x260)]===_0x36f218[_0x3f9355(0x260)]),_0x5bb350=_0x403133[_0x3f9355(0x259)],_0xabc49c={'uuid':_0x429765,'startedAt':new Date()[_0x3f9355(0x2a0)]()};if(_0x36f218){const _0x3cd84c={};_0x3cd84c[_0x3f9355(0x1f7)]=_0x36f218[_0x3f9355(0x1f7)],_0xabc49c[_0x3f9355(0x1ff)]=_0x3cd84c;}if(_0x5b0e84[_0x3f9355(0x24d)](_0x403133,_0x5bb350)){const _0x1fcdfb={};_0x1fcdfb[_0x3f9355(0x24b)]=_0x403133['uri'],_0x1fcdfb[_0x3f9355(0x1f7)]=_0x5bb350['name'],_0x1fcdfb[_0x3f9355(0x28a)]=_0x5bb350[_0x3f9355(0x28a)],_0xabc49c[_0x3f9355(0x259)]=_0x1fcdfb;}_tests[_0x141480]=_0xabc49c,await testObservabilityReporter['sendTestRunEventForCucumber'](_0x181041,_0x403133,_0x36f218,_0x5b0e84[_0x3f9355(0x28e)],_0xabc49c);}catch(_0x5d36d2){logger[_0x3f9355(0x27d)](_0x3f9355(0x249)+util[_0x3f9355(0x29a)](_0x5d36d2)+'\x20');}}async[a6_0x23f483(0x225)](_0x17b8e9,_0xb4fdf8,_0x2a5789){const _0x14eede=a6_0x23f483,_0x326000={'fdmRM':function(_0x4c0595,_0x3ed6e6){return _0x4c0595(_0x3ed6e6);},'SbjEE':_0x14eede(0x279)};this[_0x14eede(0x287)](_0x17b8e9);if(_0x326000['fdmRM'](shouldProcessEventForTesthub,_0x326000[_0x14eede(0x230)]))try{this[_0x14eede(0x209)][_0x14eede(0x1f3)]=this[_0x14eede(0x209)][_0x14eede(0x1f3)]||{},this[_0x14eede(0x209)][_0x14eede(0x1f3)][_0x17b8e9[_0x14eede(0x299)]]=_0x17b8e9,_testCasesData[_0x2a5789['id']]=Object[_0x14eede(0x242)]({},_0x2a5789);const _0x23e6a9=_0x17b8e9[_0x14eede(0x299)],_0xabf114=_0xb4fdf8[_0x14eede(0x254)]['testCaseAttemptDataMap'][_0x23e6a9]['testCaseId'],_0xf6f5d9=_0xb4fdf8[_0x14eede(0x254)][_0x14eede(0x290)][_0xabf114],_0x5709ac=_0xf6f5d9[_0x14eede(0x295)],_0x4feaee=_0xb4fdf8[_0x14eede(0x254)]['pickleMap'][_0x5709ac],_0x3dc49a=this[_0x14eede(0x29b)](_0xb4fdf8,_0x4feaee),_0x15850f=_tests[_0xabf114];_0x15850f&&(delete _tests[_0xabf114],_0x15850f[_0x14eede(0x207)]=new Date()[_0x14eede(0x2a0)]()),await testObservabilityReporter['sendTestRunEventForCucumber'](_0x2a5789,_0x3dc49a,_0x4feaee,_0x326000[_0x14eede(0x230)],_0x15850f);}catch(_0x2d4fc8){logger[_0x14eede(0x27d)]('Exception\x20in\x20sending\x20onTestCaseFinished\x20event:\x20\x20'+util[_0x14eede(0x29a)](_0x2d4fc8));}}async[a6_0x23f483(0x228)](_0xa0e76e,_0x11fa8f){const _0x411f86=a6_0x23f483,_0x1ee7fe={'osOnP':function(_0x3dab75,_0x10e507){return _0x3dab75(_0x10e507);},'yNXCT':_0x411f86(0x28b),'Episy':function(_0xa9a690,_0x271641){return _0xa9a690!==_0x271641;},'FmLEX':_0x411f86(0x27c)};if(_0x1ee7fe[_0x411f86(0x233)](shouldProcessEventForTesthub,_0x1ee7fe['yNXCT']))try{this[_0x411f86(0x209)][_0x411f86(0x1f6)]=this[_0x411f86(0x209)][_0x411f86(0x1f6)]||{},this[_0x411f86(0x209)][_0x411f86(0x1f6)][_0xa0e76e['testCaseStartedId']]=_0xa0e76e;const _0x38ea42=_0xa0e76e[_0x411f86(0x299)],_0x233df5=_0x11fa8f['eventDataCollector'][_0x411f86(0x21f)][_0x38ea42][_0x411f86(0x267)],_0x31d38c=this[_0x411f86(0x209)][_0x411f86(0x20c)]['find'](_0x34e4b2=>_0x34e4b2['id']===_0x233df5)[_0x411f86(0x295)],_0x7d0e9d=this[_0x411f86(0x209)][_0x411f86(0x205)][_0x411f86(0x240)](_0x5692a0=>_0x5692a0['id']===_0x31d38c),_0x596fa5=this[_0x411f86(0x209)][_0x411f86(0x20c)][_0x411f86(0x240)](_0x5f751c=>_0x5f751c['id']===_0x233df5)[_0x411f86(0x238)],_0x37c032=this[_0x411f86(0x209)][_0x411f86(0x1f6)][_0x38ea42][_0x411f86(0x27c)],_0x44ca97=_0x596fa5[_0x411f86(0x240)](_0x2b1dfd=>_0x2b1dfd['id']===_0x37c032)[_0x411f86(0x241)],_0x3ca927=_0x7d0e9d[_0x411f86(0x26e)][_0x411f86(0x240)](_0x5a2f74=>_0x5a2f74['id']===_0x44ca97);if(_0x44ca97&&_tests[_0x233df5]&&_0x1ee7fe[_0x411f86(0x29c)](_tests[_0x233df5][_0x1ee7fe[_0x411f86(0x1f9)]],_0x37c032)){_tests[_0x233df5][_0x1ee7fe[_0x411f86(0x1f9)]]=_0x37c032;const _0x316657={};_0x316657[_0x411f86(0x26e)]=[];const _0x446399=_tests[_0x233df5]||_0x316657;_0x446399&&!_0x446399[_0x411f86(0x26e)]&&(_0x446399[_0x411f86(0x26e)]=[]),_0x446399[_0x411f86(0x26e)]['push']({'id':_0x3ca927['id'],'text':_0x3ca927['text'],'started_at':new Date()[_0x411f86(0x2a0)]()}),_tests[_0x233df5]=_0x446399;}await testObservabilityReporter['sendHook'](this[_0x411f86(0x209)],_0x38ea42,_0x1ee7fe['yNXCT'],_0x596fa5,_0x37c032,_tests[_0x233df5]);}catch(_0xa44325){logger['debug'](_0x411f86(0x227)+util[_0x411f86(0x29a)](_0xa44325));}}async[a6_0x23f483(0x201)](_0xecec28,_0x536692){const _0x591dc8=a6_0x23f483,_0x33c187={'LDFLw':function(_0x3330bd,_0xa7630){return _0x3330bd===_0xa7630;},'kjony':_0x591dc8(0x20d),'TCXYH':function(_0x47066e,_0x365fb0){return _0x47066e(_0x365fb0);},'pJgAe':_0x591dc8(0x22b),'jvfNS':_0x591dc8(0x256),'Qnrsq':function(_0x2dd1ca,_0x4a55ec){return _0x2dd1ca===_0x4a55ec;},'IuovG':function(_0x4e4e17,_0x429873){return _0x4e4e17===_0x429873;},'rfJQj':_0x591dc8(0x266),'JCBeD':'testStepId'};this[_0x591dc8(0x209)][_0x591dc8(0x265)]=this[_0x591dc8(0x209)][_0x591dc8(0x265)]||{},this[_0x591dc8(0x209)][_0x591dc8(0x265)][_0xecec28[_0x591dc8(0x299)]]=_0xecec28;if(_0x33c187[_0x591dc8(0x246)](shouldProcessEventForTesthub,_0x33c187['pJgAe']))try{const _0x6a2fde=_0xecec28['testCaseStartedId'],_0x56a6e3=_0x536692['eventDataCollector'][_0x591dc8(0x21f)][_0x6a2fde]['testCaseId'],_0x1330eb=_0x536692['eventDataCollector'][_0x591dc8(0x290)][_0x56a6e3],_0xd71247=_0x1330eb[_0x591dc8(0x295)],_0x1ab868=_0x536692[_0x591dc8(0x254)][_0x591dc8(0x213)][_0xd71247],_0x482eda=_0xecec28[_0x591dc8(0x27c)],_0x1e8d59=_0x1330eb['testSteps'],_0x43e1ed=this[_0x591dc8(0x254)][_0x591dc8(0x286)](_0x6a2fde),_0x37ac96=_0x1e8d59['find'](_0x4d682b=>_0x4d682b['id']===_0x482eda)['pickleStepId'];let _0x160731,_0x173fd0;_0xecec28[_0x591dc8(0x21a)]&&_0x33c187[_0x591dc8(0x27e)](_0xecec28[_0x591dc8(0x21a)][_0x591dc8(0x221)]['toString']()[_0x591dc8(0x25e)](),_0x33c187[_0x591dc8(0x282)])&&(_0x160731=_0x33c187['Qnrsq'](_0xecec28[_0x591dc8(0x21a)]['exception'],undefined)?_0xecec28[_0x591dc8(0x21a)]['message']:_0xecec28[_0x591dc8(0x21a)][_0x591dc8(0x244)][_0x591dc8(0x1fa)],_0x173fd0=_0x33c187[_0x591dc8(0x219)](_0xecec28[_0x591dc8(0x21a)][_0x591dc8(0x244)],undefined)?_0x33c187[_0x591dc8(0x25c)]:_0xecec28[_0x591dc8(0x21a)]['message']);await testObservabilityReporter[_0x591dc8(0x23f)](this[_0x591dc8(0x209)],_0x6a2fde,_0x33c187[_0x591dc8(0x298)],_0x1e8d59,_0x482eda,_tests[_0x56a6e3]);if(_0x37ac96&&_tests[_0x56a6e3][_0x33c187[_0x591dc8(0x25b)]]){const _0x29b702=_0x1ab868[_0x591dc8(0x26e)][_0x591dc8(0x240)](_0x2fb83a=>_0x2fb83a['id']===_0x37ac96),_0x11931e={};_0x11931e[_0x591dc8(0x26e)]=[];const _0x591c0c=_tests[_0x56a6e3]||_0x11931e;!_0x591c0c[_0x591dc8(0x26e)]?_0x591c0c[_0x591dc8(0x26e)]=[{'id':_0x29b702['id'],'text':_0x29b702[_0x591dc8(0x270)],'finished_at':new Date()['toISOString'](),'result':_0xecec28[_0x591dc8(0x21a)][_0x591dc8(0x221)],'duration':_0xecec28[_0x591dc8(0x21a)]['duration'][_0x591dc8(0x296)],'failure':_0x160731,'failureType':_0x173fd0}]:_0x591c0c[_0x591dc8(0x26e)][_0x591dc8(0x25d)](_0x88e7e1=>{const _0x5bd7b3=_0x591dc8;if(_0x33c187[_0x5bd7b3(0x27e)](_0x88e7e1['id'],_0x29b702['id'])){const _0x15dc90=_0x33c187[_0x5bd7b3(0x278)]['split']('|');let _0x87ec38=0x0;while(!![]){switch(_0x15dc90[_0x87ec38++]){case'0':_0x88e7e1['duration']=_0xecec28['testStepResult'][_0x5bd7b3(0x272)]['seconds'];continue;case'1':_0x88e7e1[_0x5bd7b3(0x247)]=_0x173fd0;continue;case'2':_0x88e7e1['failure']=_0x160731;continue;case'3':_0x88e7e1[_0x5bd7b3(0x212)]=new Date()[_0x5bd7b3(0x2a0)]();continue;case'4':_0x88e7e1['result']=_0xecec28[_0x5bd7b3(0x21a)]['status'];continue;}break;}}}),_tests[_0x56a6e3]=_0x591c0c,delete _tests[_0x56a6e3][_0x33c187[_0x591dc8(0x25b)]];}}catch(_0x12bc4d){logger[_0x591dc8(0x27d)](_0x591dc8(0x224)+util['format'](_0x12bc4d));}}['getGherkinStepMap'](_0x467678){const _0x46d08b=a6_0x23f483,_0x208a12={};return _0x467678[_0x46d08b(0x259)][_0x46d08b(0x236)][_0x46d08b(0x21c)](this[_0x46d08b(0x261)])[_0x46d08b(0x203)]()[_0x46d08b(0x25d)](_0x535c33=>_0x535c33[_0x46d08b(0x26e)][_0x46d08b(0x25d)](_0x4f333f=>_0x208a12[_0x4f333f['id']]=_0x4f333f)),_0x208a12;}[a6_0x23f483(0x261)](_0x826a1a){const _0x1c63e6=a6_0x23f483,_0x19dc94={'zwQRS':function(_0x404136,_0xf70914){return _0x404136(_0xf70914);},'ajOmh':function(_0x856d64,_0x355ec6){return _0x856d64(_0x355ec6);}};if(!_0x19dc94[_0x1c63e6(0x29d)](isUndefined,_0x826a1a[_0x1c63e6(0x231)]))return[_0x826a1a[_0x1c63e6(0x231)]];else{if(!_0x19dc94[_0x1c63e6(0x22a)](isUndefined,_0x826a1a[_0x1c63e6(0x275)]))return _0x826a1a['rule'][_0x1c63e6(0x236)][_0x1c63e6(0x21c)](_0x59137c=>!isUndefined(_0x59137c[_0x1c63e6(0x231)])?_0x59137c[_0x1c63e6(0x231)]:_0x59137c['scenario']);};return[_0x826a1a[_0x1c63e6(0x1ff)]];}[a6_0x23f483(0x29b)](_0x2f2a61,_0x1c2397){const _0x4c8214=a6_0x23f483;return Object[_0x4c8214(0x237)](_0x2f2a61[_0x4c8214(0x254)]['gherkinDocumentMap'])['find'](_0x58dd0b=>_0x58dd0b[_0x4c8214(0x260)]===_0x1c2397['uri']);}}function a6_0x52fb(_0x4b3ade,_0x3885e3){const _0x46fac9=a6_0x46fa();return a6_0x52fb=function(_0x52fbf7,_0x1a802a){_0x52fbf7=_0x52fbf7-0x1f3;let _0x5ec273=_0x46fac9[_0x52fbf7];return _0x5ec273;},a6_0x52fb(_0x4b3ade,_0x3885e3);}module[a6_0x23f483(0x263)]=o11yClassErrorHandler(BrowserstackFormatter,[a6_0x23f483(0x292),a6_0x23f483(0x225),'onTestStepStarted',a6_0x23f483(0x201),a6_0x23f483(0x222),'onTestRunFinished','extractStepContainers',a6_0x23f483(0x29b),'getGherkinStepMap']);
@@ -1 +1 @@
1
- const a7_0x36e1e2=a7_0x2570;(function(_0x30a84c,_0x4ca453){const _0x46f13f=a7_0x2570,_0xa0e421=_0x30a84c();while(!![]){try{const _0x841a60=-parseInt(_0x46f13f(0x193))/0x1*(parseInt(_0x46f13f(0x198))/0x2)+parseInt(_0x46f13f(0x1d6))/0x3+parseInt(_0x46f13f(0x1b5))/0x4*(parseInt(_0x46f13f(0x1b1))/0x5)+-parseInt(_0x46f13f(0x1dc))/0x6*(parseInt(_0x46f13f(0x1e3))/0x7)+parseInt(_0x46f13f(0x1c5))/0x8+-parseInt(_0x46f13f(0x190))/0x9*(parseInt(_0x46f13f(0x197))/0xa)+parseInt(_0x46f13f(0x1a7))/0xb;if(_0x841a60===_0x4ca453)break;else _0xa0e421['push'](_0xa0e421['shift']());}catch(_0x5e217e){_0xa0e421['push'](_0xa0e421['shift']());}}}(a7_0x4e07,0x22e71));const {requireModule,getPlatformName,nestedKeyValue}=require(a7_0x36e1e2(0x1d7)),{Formatter}=requireModule(a7_0x36e1e2(0x1c4)),pickleParser=requireModule(a7_0x36e1e2(0x18d),'cucumber');class BrowserstackFormatter extends Formatter{constructor(_0x470b5a){const _0x2ecbd3=a7_0x36e1e2,_0x4a1c94={'ehPwt':function(_0x1ca3e0,_0x543962){return _0x1ca3e0!==_0x543962;},'quFJw':function(_0x2b21fe,_0x245b73){return _0x2b21fe(_0x245b73);},'cRsHC':_0x2ecbd3(0x19d),'JUcHW':_0x2ecbd3(0x18f),'AJdOL':_0x2ecbd3(0x1d2),'lsFme':_0x2ecbd3(0x1a6),'aUqby':_0x2ecbd3(0x1ca)};super(_0x470b5a),_0x470b5a[_0x2ecbd3(0x1a1)]['on'](_0x4a1c94[_0x2ecbd3(0x1a3)],()=>{const _0xc07f93=_0x2ecbd3;let _0x42388d;if(_0x4a1c94[_0xc07f93(0x1e2)](process[_0xc07f93(0x1a8)][_0xc07f93(0x1dd)],undefined)){const _0x102b9d=JSON[_0xc07f93(0x1cd)](process['env']['CONFIG']);_0x42388d=_0x102b9d[_0xc07f93(0x1d4)];}_0x4a1c94[_0xc07f93(0x1e2)](_0x42388d,undefined)&&(global[_0xc07f93(0x18c)]=_0x4a1c94[_0xc07f93(0x1db)](getPlatformName,_0x42388d),console[_0xc07f93(0x1de)]('Executing\x20tests\x20for\x20'+global['__platform']));}),_0x470b5a[_0x2ecbd3(0x1a1)]['on'](_0x4a1c94[_0x2ecbd3(0x1a0)],()=>{testSuites+=0x1;}),_0x470b5a[_0x2ecbd3(0x1a1)]['on'](_0x4a1c94[_0x2ecbd3(0x18a)],_0x39da0d=>{const _0x3e5afb=_0x2ecbd3;this[_0x3e5afb(0x19e)](_0x39da0d);}),_0x470b5a[_0x2ecbd3(0x1a1)]['on'](_0x4a1c94[_0x2ecbd3(0x1bd)],()=>{totalTests-=0x2;}),_0x470b5a[_0x2ecbd3(0x1a1)]['on'](_0x4a1c94[_0x2ecbd3(0x1c9)],()=>{totalTests+=0x1;});}[a7_0x36e1e2(0x19e)](_0x4b8e1e){const _0x449b81=a7_0x36e1e2,_0x43deeb={'IDtqo':_0x449b81(0x1a9),'AUZVi':_0x449b81(0x1c0),'ygEhq':_0x449b81(0x1af),'NyKck':_0x449b81(0x1ad),'POysx':_0x449b81(0x18e),'AkTbM':_0x449b81(0x1bf),'VzSPz':_0x449b81(0x1bb),'ETPIc':function(_0x456879,_0x85b6d4){return _0x456879+_0x85b6d4;},'eGHxG':function(_0x54047f,_0x369dd2){return _0x54047f+_0x369dd2;},'qTKmt':'\x20\x20\x20\x20','FyAvt':_0x449b81(0x19b),'qITYr':function(_0x35e7d1,_0x27acbe){return _0x35e7d1(_0x27acbe);},'Btpxf':'cucumber-js/test_old.setup.js','neppS':_0x449b81(0x1e1),'itwMo':_0x449b81(0x1c7),'zBUrk':function(_0x2aded4,_0x4f2901){return _0x2aded4===_0x4f2901;},'XYCbu':function(_0x24c947,_0x5431f9,_0xaf68d8){return _0x24c947(_0x5431f9,_0xaf68d8);},'tIMgO':_0x449b81(0x1c3),'TiQnP':'exception','ljglq':'stack','kvWAi':function(_0x58edc5,_0x552733){return _0x58edc5+_0x552733;},'JZZLA':function(_0x5e6cdd,_0x4e1b39){return _0x5e6cdd!==_0x4e1b39;},'IYslr':function(_0x45f6c1,_0x476e37){return _0x45f6c1+_0x476e37;},'ZCVRF':_0x449b81(0x196),'JknDi':function(_0x17a6c4,_0x43656e){return _0x17a6c4+_0x43656e;},'GRdPY':function(_0x2ce9b4,_0x28c427){return _0x2ce9b4+_0x28c427;},'kNzKE':function(_0x524e61,_0x5885d2){return _0x524e61<_0x5885d2;},'UMHWW':function(_0x558792,_0x2336ef){return _0x558792+_0x2336ef;},'lxvsJ':function(_0x1c3d6a,_0x257f3a){return _0x1c3d6a+_0x257f3a;},'gpSEe':function(_0x2a6f27,_0x3da1bd){return _0x2a6f27+_0x3da1bd;},'dGSzr':function(_0x266424,_0x4a9a63){return _0x266424(_0x4a9a63);},'rtFlk':function(_0x3aaa67,_0x12d7d1){return _0x3aaa67===_0x12d7d1;},'pBQjn':function(_0x51bbf6,_0x3e3929){return _0x51bbf6+_0x3e3929;},'PWMhM':function(_0x10704f,_0x49171f){return _0x10704f+_0x49171f;}};let _0x1627b4=![];function _0x1085b1(_0xcaea59){const _0x49d447=_0x449b81;switch(_0xcaea59){case _0x43deeb['IDtqo']:testsFailed+=0x1;break;case _0x43deeb['AUZVi']:testsPassed+=0x1;break;case _0x43deeb['ygEhq']:testsSkipped+=0x1;break;case _0x43deeb[_0x49d447(0x194)]:testsPending+=0x1;break;case _0x43deeb['POysx']:testsUndefined+=0x1;break;case _0x43deeb[_0x49d447(0x1a2)]:testsUnknown+=0x1;break;case _0x43deeb['VzSPz']:testsAmbiguous+=0x1;break;default:break;}}_0x43deeb[_0x449b81(0x1c6)](global[_0x449b81(0x18c)],undefined)&&console[_0x449b81(0x1de)](_0x43deeb[_0x449b81(0x1b9)](_0x43deeb['IYslr']('\x0a',global['__platform']),'\x0a'));let _0xdcd7c=![];if(_0x43deeb['JZZLA'](typeof this[_0x449b81(0x1d3)][_0x449b81(0x1ce)],_0x43deeb[_0x449b81(0x1d5)])){var _0x494897=this['eventDataCollector'][_0x449b81(0x1ce)](_0x4b8e1e[_0x449b81(0x1b4)]),_0x4d4be0=_0x494897['pickle'],_0x219758=_0x494897[_0x449b81(0x1ba)];console[_0x449b81(0x1de)](_0x43deeb[_0x449b81(0x1b6)]('\x20\x20',_0x4d4be0[_0x449b81(0x1b3)]));var _0x4d91b2=(0x0,pickleParser[_0x449b81(0x1b8)])(_0x4d4be0);_0x219758['steps'][_0x449b81(0x1c2)](function(_0x477f93){const _0x1a817e=_0x449b81;if(_0x477f93[_0x1a817e(0x1e0)]&&_0x477f93['sourceLocation'])_0x1627b4=!![],console[_0x1a817e(0x1de)](_0x43deeb['ETPIc'](_0x43deeb['ETPIc'](_0x43deeb[_0x1a817e(0x1b0)](_0x43deeb['qTKmt'],_0x4d91b2[_0x477f93[_0x1a817e(0x1b4)][_0x1a817e(0x1d1)]][_0x1a817e(0x1df)]),_0x43deeb[_0x1a817e(0x1c8)]),_0x477f93[_0x1a817e(0x1c3)][_0x1a817e(0x19c)]['toUpperCase']())),_0x43deeb[_0x1a817e(0x1ab)](_0x1085b1,_0x477f93[_0x1a817e(0x1c3)]['status'][_0x1a817e(0x1b2)]());else _0x477f93[_0x1a817e(0x1e0)]&&(!_0x477f93[_0x1a817e(0x1e0)][_0x1a817e(0x199)]['includes'](_0x43deeb['Btpxf'])&&(_0x43deeb['qITYr'](_0x1085b1,_0x477f93[_0x1a817e(0x1c3)]['status']['toUpperCase']()),_0x1627b4?console[_0x1a817e(0x1de)](_0x43deeb[_0x1a817e(0x1b0)](_0x43deeb[_0x1a817e(0x189)],_0x477f93['result'][_0x1a817e(0x19c)]['toUpperCase']())):console[_0x1a817e(0x1de)](_0x43deeb['ETPIc'](_0x43deeb[_0x1a817e(0x1c1)],_0x477f93['result'][_0x1a817e(0x19c)][_0x1a817e(0x1b2)]()))));if(_0x43deeb[_0x1a817e(0x1aa)](_0x477f93[_0x1a817e(0x1c3)][_0x1a817e(0x19c)][_0x1a817e(0x1b2)](),_0x43deeb[_0x1a817e(0x1a5)])){const _0x32c6af=_0x43deeb['XYCbu'](nestedKeyValue,_0x477f93,[_0x43deeb[_0x1a817e(0x1b7)],_0x43deeb[_0x1a817e(0x1e4)],_0x43deeb[_0x1a817e(0x191)]]);_0x32c6af&&(testsErrorMessage[_0x4d4be0['name']]=_0x32c6af,console[_0x1a817e(0x1de)](_0x43deeb[_0x1a817e(0x1da)](_0x32c6af,'\x0a'))),_0xdcd7c=!![];}});}else{const _0x3aefd6=this['eventDataCollector'][_0x449b81(0x1bc)](_0x4b8e1e);console[_0x449b81(0x1de)](_0x43deeb['kvWAi'](_0x43deeb[_0x449b81(0x1ae)](_0x43deeb[_0x449b81(0x1da)]('\x20\x20',_0x3aefd6[_0x449b81(0x195)][_0x449b81(0x18b)][_0x449b81(0x1b3)]),_0x43deeb[_0x449b81(0x1c8)]),_0x3aefd6['pickle'][_0x449b81(0x1b3)]));const _0x2402f9=(0x0,pickleParser['getStepLineToPickledStepMap'])(_0x3aefd6[_0x449b81(0x1ac)]),_0x3f11d7=_0x3aefd6[_0x449b81(0x1ba)]['steps'],_0x28bd9b=_0x3aefd6[_0x449b81(0x1cf)],_0x5031ea=_0x3f11d7[_0x449b81(0x1a4)];for(let _0x4872e7=0x0;_0x43deeb[_0x449b81(0x1be)](_0x4872e7,_0x5031ea);_0x4872e7++){const _0x131df4=_0x3f11d7[_0x4872e7];if(_0x131df4[_0x449b81(0x1e0)]&&_0x131df4[_0x449b81(0x1b4)])_0x1627b4=!![],console[_0x449b81(0x1de)](_0x43deeb['UMHWW'](_0x43deeb['lxvsJ'](_0x43deeb[_0x449b81(0x1d0)](_0x43deeb[_0x449b81(0x1d9)],_0x2402f9[_0x131df4[_0x449b81(0x1b4)][_0x449b81(0x1d1)]][_0x449b81(0x1df)]),_0x43deeb[_0x449b81(0x1c8)]),_0x28bd9b[_0x4872e7][_0x449b81(0x19c)][_0x449b81(0x1b2)]())),_0x43deeb[_0x449b81(0x1ab)](_0x1085b1,_0x28bd9b[_0x4872e7][_0x449b81(0x19c)][_0x449b81(0x1b2)]());else _0x131df4[_0x449b81(0x1e0)]&&(!_0x131df4[_0x449b81(0x1e0)][_0x449b81(0x199)]['includes'](_0x43deeb[_0x449b81(0x1cc)])&&(_0x43deeb[_0x449b81(0x19a)](_0x1085b1,_0x28bd9b[_0x4872e7][_0x449b81(0x19c)]['toUpperCase']()),_0x1627b4?console[_0x449b81(0x1de)](_0x43deeb['lxvsJ'](_0x43deeb[_0x449b81(0x189)],_0x28bd9b[_0x4872e7][_0x449b81(0x19c)]['toUpperCase']())):console['log'](_0x43deeb['UMHWW'](_0x43deeb[_0x449b81(0x1c1)],_0x28bd9b[_0x4872e7][_0x449b81(0x19c)][_0x449b81(0x1b2)]()))));if(_0x43deeb[_0x449b81(0x1d8)](_0x28bd9b[_0x4872e7][_0x449b81(0x19c)][_0x449b81(0x1b2)](),_0x43deeb['IDtqo'])){_0xdcd7c=!![];const _0x5e049f=_0x43deeb[_0x449b81(0x1cb)](nestedKeyValue,_0x28bd9b[_0x4872e7],[_0x43deeb[_0x449b81(0x1e4)],_0x43deeb[_0x449b81(0x191)]]);_0x5e049f&&(testsErrorMessage[_0x43deeb[_0x449b81(0x19f)](_0x43deeb['PWMhM'](_0x3aefd6[_0x449b81(0x195)][_0x449b81(0x18b)][_0x449b81(0x1b3)],_0x43deeb['FyAvt']),_0x3aefd6['pickle']['name'])]=_0x5e049f,console[_0x449b81(0x1de)](_0x43deeb[_0x449b81(0x1b0)](_0x5e049f,'\x0a')));}}}_0xdcd7c&&(testSuitesFailed+=0x1),console['log']('\x0a');}}function a7_0x2570(_0x2a7348,_0x38c8a5){const _0x4e07a8=a7_0x4e07();return a7_0x2570=function(_0x25707e,_0x3029ac){_0x25707e=_0x25707e-0x189;let _0x77ed0e=_0x4e07a8[_0x25707e];return _0x77ed0e;},a7_0x2570(_0x2a7348,_0x38c8a5);}module[a7_0x36e1e2(0x192)]=BrowserstackFormatter;function a7_0x4e07(){const _0xc48091=['ljglq','exports','2SDHHpC','NyKck','gherkinDocument','undefined','2410tXttPX','196454KVfLij','uri','dGSzr','\x20-\x20','status','test-run-started','logTestCaseFinished','pBQjn','JUcHW','eventBroadcaster','AkTbM','cRsHC','length','IDtqo','test-run-finished','338789zggIRm','env','FAILED','zBUrk','qITYr','pickle','PENDING','GRdPY','SKIPPED','eGHxG','162205FDcqPY','toUpperCase','name','sourceLocation','20cTylYb','JknDi','tIMgO','getStepLineToPickledStepMap','ETPIc','testCase','AMBIGUOUS','getTestCaseAttempt','lsFme','kNzKE','UNKNOWN','PASSED','itwMo','forEach','result','cucumber','1025144bFfeyF','JZZLA','\x20\x20\x20\x20BEFORE\x20-\x20','FyAvt','aUqby','test-step-started','XYCbu','Btpxf','parse','getTestCaseData','stepResults','gpSEe','line','test-case-finished','eventDataCollector','capability','ZCVRF','354117YmbfLk','../../../helpers/helper','rtFlk','qTKmt','kvWAi','quFJw','12NYeLvC','CONFIG','log','text','actionLocation','\x20\x20\x20\x20AFTER\x20-\x20','ehPwt','88557NrJejy','TiQnP','neppS','AJdOL','feature','__platform','cucumber/lib/formatter/helpers/pickle_parser.js','UNDEFINED','test-case-started','2781PEVcHi'];a7_0x4e07=function(){return _0xc48091;};return a7_0x4e07();}
1
+ const a7_0x236754=a7_0x4a87;function a7_0x553a(){const _0x50ac1e=['12SnUbHL','POieM','dwYch','OhcTl','RcVHS','testCase','4agnWjj','CONFIG','ytjMZ','eventDataCollector','GpXah','2255124AzbAEB','eCgwU','CcIKt','bUewA','ZOfZM','logTestCaseFinished','xtoHu','test-run-started','NBMvg','1540238iGuwSY','text','JrIAF','zqMAE','parse','log','uiKSs','test-case-started','\x20\x20\x20\x20BEFORE\x20-\x20','cucumber','steps','OoQmA','3966712KjRjVJ','stack','UNDEFINED','getTestCaseData','\x20-\x20','\x20\x20\x20\x20','name','line','1VFNVio','gbZRf','actionLocation','__platform','2343303Cjhmnq','gherkinDocument','exception','forEach','tqdVC','PASSED','toUpperCase','rhqUn','getStepLineToPickledStepMap','cucumber/lib/formatter/helpers/pickle_parser.js','undefined','result','eventBroadcaster','includes','1262657LeOAEj','sourceLocation','hjkcT','zGIzt','test-case-finished','JsVdS','PENDING','ZGBaC','test-step-started','../../../helpers/helper','Executing\x20tests\x20for\x20','HWWMm','feature','uri','7tUJVrl','LXNCb','pickle','tDABG','env','6649470CKQuBr','CJSiw','1518918dTSrCZ','Xumqb','pIPYu','OFrhO','VlQPf','JSoVN','getTestCaseAttempt','5SynyWc','eWtZU','LDGQD','ESgqo','status','ujAmq'];a7_0x553a=function(){return _0x50ac1e;};return a7_0x553a();}(function(_0x2e6044,_0x9ace1e){const _0x2c6d89=a7_0x4a87,_0x56d424=_0x2e6044();while(!![]){try{const _0x5e7483=-parseInt(_0x2c6d89(0x1be))/0x1*(parseInt(_0x2c6d89(0x1aa))/0x2)+parseInt(_0x2c6d89(0x1a1))/0x3*(parseInt(_0x2c6d89(0x19c))/0x4)+-parseInt(_0x2c6d89(0x190))/0x5*(-parseInt(_0x2c6d89(0x189))/0x6)+parseInt(_0x2c6d89(0x182))/0x7*(-parseInt(_0x2c6d89(0x1b6))/0x8)+parseInt(_0x2c6d89(0x1c2))/0x9+parseInt(_0x2c6d89(0x187))/0xa+parseInt(_0x2c6d89(0x174))/0xb*(-parseInt(_0x2c6d89(0x196))/0xc);if(_0x5e7483===_0x9ace1e)break;else _0x56d424['push'](_0x56d424['shift']());}catch(_0x252a69){_0x56d424['push'](_0x56d424['shift']());}}}(a7_0x553a,0x86236));const {requireModule,getPlatformName,nestedKeyValue}=require(a7_0x236754(0x17d)),{Formatter}=requireModule(a7_0x236754(0x1b3)),pickleParser=requireModule(a7_0x236754(0x16f),'cucumber');function a7_0x4a87(_0x28beaf,_0x1f5af0){const _0x553a44=a7_0x553a();return a7_0x4a87=function(_0x4a874d,_0x1aa414){_0x4a874d=_0x4a874d-0x16a;let _0x43ecca=_0x553a44[_0x4a874d];return _0x43ecca;},a7_0x4a87(_0x28beaf,_0x1f5af0);}class BrowserstackFormatter extends Formatter{constructor(_0x361e01){const _0x5c4569=a7_0x236754,_0x236a55={'uiKSs':function(_0x3d3958,_0x7fe05c){return _0x3d3958!==_0x7fe05c;},'BvvUq':function(_0x4c12f,_0x5f3e64){return _0x4c12f(_0x5f3e64);},'GpXah':_0x5c4569(0x1a8),'LDGQD':_0x5c4569(0x1b1),'bUewA':_0x5c4569(0x178),'RcVHS':'test-run-finished','tDABG':_0x5c4569(0x17c)};super(_0x361e01),_0x361e01[_0x5c4569(0x172)]['on'](_0x236a55[_0x5c4569(0x1a0)],()=>{const _0x5c9f74=_0x5c4569;let _0x2d1aee;if(_0x236a55[_0x5c9f74(0x1b0)](process['env'][_0x5c9f74(0x19d)],undefined)){const _0x204a9b=JSON[_0x5c9f74(0x1ae)](process[_0x5c9f74(0x186)][_0x5c9f74(0x19d)]);_0x2d1aee=_0x204a9b['capability'];}_0x236a55[_0x5c9f74(0x1b0)](_0x2d1aee,undefined)&&(global[_0x5c9f74(0x1c1)]=_0x236a55['BvvUq'](getPlatformName,_0x2d1aee),console['log'](_0x5c9f74(0x17e)+global['__platform']));}),_0x361e01[_0x5c4569(0x172)]['on'](_0x236a55[_0x5c4569(0x192)],()=>{testSuites+=0x1;}),_0x361e01[_0x5c4569(0x172)]['on'](_0x236a55[_0x5c4569(0x1a4)],_0x506f46=>{const _0x3ed04f=_0x5c4569;this[_0x3ed04f(0x1a6)](_0x506f46);}),_0x361e01[_0x5c4569(0x172)]['on'](_0x236a55[_0x5c4569(0x19a)],()=>{totalTests-=0x2;}),_0x361e01[_0x5c4569(0x172)]['on'](_0x236a55[_0x5c4569(0x185)],()=>{totalTests+=0x1;});}['logTestCaseFinished'](_0x15657a){const _0x1db95a=a7_0x236754,_0x2acad1={'Xumqb':'FAILED','OhcTl':_0x1db95a(0x16b),'gbZRf':'SKIPPED','OFrhO':_0x1db95a(0x17a),'zqMAE':_0x1db95a(0x1b8),'CJSiw':'UNKNOWN','ZMSEh':'AMBIGUOUS','LXNCb':function(_0x3c869c,_0x5354a5){return _0x3c869c+_0x5354a5;},'JsVdS':function(_0x3d4bd6,_0x6e39ac){return _0x3d4bd6+_0x6e39ac;},'ESgqo':_0x1db95a(0x1bb),'CcIKt':_0x1db95a(0x1ba),'pIPYu':function(_0x29f29d,_0x3de2a0){return _0x29f29d(_0x3de2a0);},'xtoHu':'cucumber-js/test_old.setup.js','eCgwU':function(_0x2fdfa8,_0xcb1345){return _0x2fdfa8+_0xcb1345;},'tqdVC':'\x20\x20\x20\x20AFTER\x20-\x20','VlQPf':function(_0x5368ec,_0x510669){return _0x5368ec+_0x510669;},'ytjMZ':_0x1db95a(0x1b2),'ujAmq':function(_0xc1ffa8,_0x82a982){return _0xc1ffa8===_0x82a982;},'zGIzt':function(_0x427baf,_0x5344fc,_0x12d4b7){return _0x427baf(_0x5344fc,_0x12d4b7);},'NBMvg':_0x1db95a(0x171),'dwYch':_0x1db95a(0x1c4),'JrIAF':_0x1db95a(0x1b7),'ZGBaC':function(_0x13670e,_0x56ca0f){return _0x13670e+_0x56ca0f;},'hjkcT':function(_0x22dcd7,_0xd2c388){return _0x22dcd7!==_0xd2c388;},'JSoVN':_0x1db95a(0x170),'OoQmA':function(_0x2ac769,_0x48d387){return _0x2ac769+_0x48d387;},'POieM':function(_0x1c6e4f,_0xe6cf17){return _0x1c6e4f+_0xe6cf17;},'rhqUn':function(_0x2ce37b,_0x560c7a){return _0x2ce37b<_0x560c7a;},'eWtZU':function(_0x29c99c,_0x22ea01){return _0x29c99c+_0x22ea01;},'znGka':function(_0x6e91ab,_0x15d312){return _0x6e91ab+_0x15d312;},'HWWMm':function(_0x546cc4,_0x304389){return _0x546cc4(_0x304389);},'ZOfZM':function(_0x42a70f,_0x586067){return _0x42a70f+_0x586067;}};let _0x5d7b98=![];function _0x381de6(_0x55c629){const _0x2a229d=_0x1db95a;switch(_0x55c629){case _0x2acad1['Xumqb']:testsFailed+=0x1;break;case _0x2acad1[_0x2a229d(0x199)]:testsPassed+=0x1;break;case _0x2acad1[_0x2a229d(0x1bf)]:testsSkipped+=0x1;break;case _0x2acad1[_0x2a229d(0x18c)]:testsPending+=0x1;break;case _0x2acad1[_0x2a229d(0x1ad)]:testsUndefined+=0x1;break;case _0x2acad1[_0x2a229d(0x188)]:testsUnknown+=0x1;break;case _0x2acad1['ZMSEh']:testsAmbiguous+=0x1;break;default:break;}}_0x2acad1[_0x1db95a(0x176)](global[_0x1db95a(0x1c1)],undefined)&&console[_0x1db95a(0x1af)](_0x2acad1[_0x1db95a(0x183)](_0x2acad1[_0x1db95a(0x183)]('\x0a',global[_0x1db95a(0x1c1)]),'\x0a'));let _0x33d143=![];if(_0x2acad1['hjkcT'](typeof this['eventDataCollector'][_0x1db95a(0x1b9)],_0x2acad1[_0x1db95a(0x18e)])){var _0x43af64=this[_0x1db95a(0x19f)][_0x1db95a(0x1b9)](_0x15657a[_0x1db95a(0x175)]),_0x3256b9=_0x43af64['pickle'],_0x5576f6=_0x43af64[_0x1db95a(0x19b)];console['log'](_0x2acad1[_0x1db95a(0x1b5)]('\x20\x20',_0x3256b9[_0x1db95a(0x1bc)]));var _0x20d6f6=(0x0,pickleParser[_0x1db95a(0x16e)])(_0x3256b9);_0x5576f6[_0x1db95a(0x1b4)][_0x1db95a(0x1c5)](function(_0x48d74b){const _0x2d5ff0=_0x1db95a;if(_0x48d74b['actionLocation']&&_0x48d74b[_0x2d5ff0(0x175)])_0x5d7b98=!![],console[_0x2d5ff0(0x1af)](_0x2acad1[_0x2d5ff0(0x183)](_0x2acad1[_0x2d5ff0(0x179)](_0x2acad1[_0x2d5ff0(0x179)](_0x2acad1[_0x2d5ff0(0x193)],_0x20d6f6[_0x48d74b[_0x2d5ff0(0x175)][_0x2d5ff0(0x1bd)]]['text']),_0x2acad1[_0x2d5ff0(0x1a3)]),_0x48d74b[_0x2d5ff0(0x171)][_0x2d5ff0(0x194)][_0x2d5ff0(0x16c)]())),_0x2acad1[_0x2d5ff0(0x18b)](_0x381de6,_0x48d74b[_0x2d5ff0(0x171)][_0x2d5ff0(0x194)][_0x2d5ff0(0x16c)]());else _0x48d74b[_0x2d5ff0(0x1c0)]&&(!_0x48d74b['actionLocation'][_0x2d5ff0(0x181)][_0x2d5ff0(0x173)](_0x2acad1[_0x2d5ff0(0x1a7)])&&(_0x2acad1[_0x2d5ff0(0x18b)](_0x381de6,_0x48d74b['result']['status'][_0x2d5ff0(0x16c)]()),_0x5d7b98?console[_0x2d5ff0(0x1af)](_0x2acad1[_0x2d5ff0(0x1a2)](_0x2acad1['tqdVC'],_0x48d74b[_0x2d5ff0(0x171)]['status'][_0x2d5ff0(0x16c)]())):console[_0x2d5ff0(0x1af)](_0x2acad1[_0x2d5ff0(0x18d)](_0x2acad1['ytjMZ'],_0x48d74b[_0x2d5ff0(0x171)]['status'][_0x2d5ff0(0x16c)]()))));if(_0x2acad1[_0x2d5ff0(0x195)](_0x48d74b['result'][_0x2d5ff0(0x194)]['toUpperCase'](),_0x2acad1[_0x2d5ff0(0x18a)])){const _0x1026bd=_0x2acad1[_0x2d5ff0(0x177)](nestedKeyValue,_0x48d74b,[_0x2acad1[_0x2d5ff0(0x1a9)],_0x2acad1[_0x2d5ff0(0x198)],_0x2acad1[_0x2d5ff0(0x1ac)]]);_0x1026bd&&(testsErrorMessage[_0x3256b9[_0x2d5ff0(0x1bc)]]=_0x1026bd,console[_0x2d5ff0(0x1af)](_0x2acad1[_0x2d5ff0(0x17b)](_0x1026bd,'\x0a'))),_0x33d143=!![];}});}else{const _0x33bf60=this['eventDataCollector'][_0x1db95a(0x18f)](_0x15657a);console[_0x1db95a(0x1af)](_0x2acad1[_0x1db95a(0x17b)](_0x2acad1[_0x1db95a(0x197)](_0x2acad1[_0x1db95a(0x18d)]('\x20\x20',_0x33bf60['gherkinDocument'][_0x1db95a(0x180)][_0x1db95a(0x1bc)]),_0x2acad1[_0x1db95a(0x1a3)]),_0x33bf60['pickle'][_0x1db95a(0x1bc)]));const _0x2c4597=(0x0,pickleParser[_0x1db95a(0x16e)])(_0x33bf60[_0x1db95a(0x184)]),_0x37ddc8=_0x33bf60[_0x1db95a(0x19b)]['steps'],_0x19fb06=_0x33bf60['stepResults'],_0x8939a1=_0x37ddc8['length'];for(let _0x190a2d=0x0;_0x2acad1[_0x1db95a(0x16d)](_0x190a2d,_0x8939a1);_0x190a2d++){const _0x1a112b=_0x37ddc8[_0x190a2d];if(_0x1a112b[_0x1db95a(0x1c0)]&&_0x1a112b[_0x1db95a(0x175)])_0x5d7b98=!![],console[_0x1db95a(0x1af)](_0x2acad1[_0x1db95a(0x191)](_0x2acad1[_0x1db95a(0x1b5)](_0x2acad1['znGka'](_0x2acad1[_0x1db95a(0x193)],_0x2c4597[_0x1a112b[_0x1db95a(0x175)][_0x1db95a(0x1bd)]][_0x1db95a(0x1ab)]),_0x2acad1[_0x1db95a(0x1a3)]),_0x19fb06[_0x190a2d]['status'][_0x1db95a(0x16c)]())),_0x2acad1[_0x1db95a(0x18b)](_0x381de6,_0x19fb06[_0x190a2d][_0x1db95a(0x194)]['toUpperCase']());else _0x1a112b[_0x1db95a(0x1c0)]&&(!_0x1a112b[_0x1db95a(0x1c0)][_0x1db95a(0x181)][_0x1db95a(0x173)](_0x2acad1[_0x1db95a(0x1a7)])&&(_0x2acad1[_0x1db95a(0x17f)](_0x381de6,_0x19fb06[_0x190a2d][_0x1db95a(0x194)]['toUpperCase']()),_0x5d7b98?console[_0x1db95a(0x1af)](_0x2acad1[_0x1db95a(0x1b5)](_0x2acad1[_0x1db95a(0x16a)],_0x19fb06[_0x190a2d][_0x1db95a(0x194)]['toUpperCase']())):console[_0x1db95a(0x1af)](_0x2acad1[_0x1db95a(0x1a5)](_0x2acad1[_0x1db95a(0x19e)],_0x19fb06[_0x190a2d]['status'][_0x1db95a(0x16c)]()))));if(_0x2acad1['ujAmq'](_0x19fb06[_0x190a2d][_0x1db95a(0x194)][_0x1db95a(0x16c)](),_0x2acad1['Xumqb'])){_0x33d143=!![];const _0x143f99=_0x2acad1['zGIzt'](nestedKeyValue,_0x19fb06[_0x190a2d],[_0x2acad1['dwYch'],_0x2acad1[_0x1db95a(0x1ac)]]);_0x143f99&&(testsErrorMessage[_0x2acad1['znGka'](_0x2acad1[_0x1db95a(0x197)](_0x33bf60[_0x1db95a(0x1c3)][_0x1db95a(0x180)][_0x1db95a(0x1bc)],_0x2acad1['CcIKt']),_0x33bf60[_0x1db95a(0x184)][_0x1db95a(0x1bc)])]=_0x143f99,console[_0x1db95a(0x1af)](_0x2acad1[_0x1db95a(0x17b)](_0x143f99,'\x0a')));}}}_0x33d143&&(testSuitesFailed+=0x1),console[_0x1db95a(0x1af)]('\x0a');}}module['exports']=BrowserstackFormatter;
@@ -1 +1 @@
1
- function a8_0x48fe(){const _0x50b923=['_gitConfigured','AnLYr','getHookResult','root','cucumber','tagExpression','cgRAa','relative','examples','nanos','EquXp','OSUrF','xZgSJ','test_run','getTestUUID','AWZTB','lUtCA','flatMap','RKGjf','event_type','ZKCJd','failure_reason','testStepFinished','mLAJg','lbAqH','iFENd','igiHD','exception','Nevsx','yWbQZ','_gitConfigPath','1899580gfYwso','push','format','JgMCB','lDUQy','1626792Upidod','split','map','240030HNrSAO','HookRunStarted','message','tableBody','aLwIm','../../helpers/helper','feature','astNodeIds','bWUDN','PQGqg','oSNZk','pending','coXAC','uri','sendTestRunEventForCucumber','hooks','FAILED','1270UAuiJl','forEach','10423464bvoDFV','QbXbW','dMImQ','length','rule','toISOString','../../helpers/test-observability/constants.js','status','jrnDF','jzlET','hook_run','sendHook','jdrzB','getScenarioExamples','result','duration_in_ms','finished_at','util','toLowerCase','failureType','../../helpers/logger','UnhandledError','QAMza','includes','GECeE','HookRunFinished','failure','RBiUB','7IKWLpm','4581080pznjcm','configureGit','../../helpers/test-observability/sessionHandler','FPjQV','hookId','hXKUo','uuid','EYFQW','winstonLogger','DeZTz','hook','unknown','path','failure_data','LiNdQ','pickleStepId','javascript','AssertionError','testCaseStartedId','5454846CtsZFy','ktGgK','appendTesthubParams','cells','updateTestStatus','testStepResult','pLQqx','uploadEventData','osuAl','TestRunFinished','10326168kwmkhK','NKmcB','failure_type','NxHbz','SKIPPED','failed','HuUMz','oFIBz','wfyvf','debug','Exception\x20in\x20sendHook:\x20','YZMZM','../../helpers/testhub/utils','getCucumberHookType','3|1|2|0|4','browserstack-node-agent/src/bin/cucumber-js/test.setup.js','BzjUE','match','4CBFbfv','children','getHookRunEventData','VpWcs','QGbJt','timestamp','scenario','MkNll','find','backtrace','name','join','sourceReference','tags','skipped','testCaseFinished'];a8_0x48fe=function(){return _0x50b923;};return a8_0x48fe();}const a8_0xe331ad=a8_0x382a;(function(_0x5e8793,_0x3ddbb7){const _0x36afcb=a8_0x382a,_0x434d04=_0x5e8793();while(!![]){try{const _0x19b3e2=-parseInt(_0x36afcb(0xf8))/0x1+parseInt(_0x36afcb(0xfd))/0x2+-parseInt(_0x36afcb(0x143))/0x3+parseInt(_0x36afcb(0x15f))/0x4*(parseInt(_0x36afcb(0x130))/0x5)+-parseInt(_0x36afcb(0x113))/0x6+parseInt(_0x36afcb(0x12f))/0x7*(parseInt(_0x36afcb(0x14d))/0x8)+parseInt(_0x36afcb(0x100))/0x9*(parseInt(_0x36afcb(0x111))/0xa);if(_0x19b3e2===_0x3ddbb7)break;else _0x434d04['push'](_0x434d04['shift']());}catch(_0x1fe5d5){_0x434d04['push'](_0x434d04['shift']());}}}(a8_0x48fe,0xe882f));const path=require(a8_0xe331ad(0x13c)),stripAnsi=require('strip-ansi'),util=require(a8_0xe331ad(0x124)),hooksMap={},SessionHandler=require(a8_0xe331ad(0x132)),testhubUtils=require(a8_0xe331ad(0x159)),{getGitMetaData,isUndefined,nestedKeyValue}=require(a8_0xe331ad(0x105)),logger=require(a8_0xe331ad(0x127))[a8_0xe331ad(0x138)],{o11yClassErrorHandler}=require('../../helpers/test-observability/error-handler'),{FRAMEWORKS}=require(a8_0xe331ad(0x119)),TestDetails=require('../playwright/reporter/test-details');function a8_0x382a(_0x249d2f,_0x2e56c8){const _0x48fe9e=a8_0x48fe();return a8_0x382a=function(_0x382abe,_0x3c75e0){_0x382abe=_0x382abe-0xd6;let _0x41d4ce=_0x48fe9e[_0x382abe];return _0x41d4ce;},a8_0x382a(_0x249d2f,_0x2e56c8);}this[a8_0xe331ad(0xd9)]=![],this['_gitConfigPath']=null;class TestObservabilityReporter{async[a8_0xe331ad(0x10e)](_0x11cc3b,_0x53471c,_0x44c464,_0x2fad9a,_0x12c071){const _0x44b279=a8_0xe331ad,_0x40c379={'ktGgK':function(_0x256edc,_0x30cb92){return _0x256edc===_0x30cb92;},'xZgSJ':_0x44b279(0x110),'OSUrF':_0x44b279(0x152),'mLAJg':_0x44b279(0x151),'aLwIm':_0x44b279(0xd7),'jrnDF':function(_0x5525e2,_0x18a2da){return _0x5525e2||_0x18a2da;},'AnLYr':function(_0x40af73,_0x1c16bb){return _0x40af73+_0x1c16bb;},'osuAl':function(_0x2ba5d7,_0x3faa62){return _0x2ba5d7+_0x3faa62;},'jdrzB':function(_0x1c8904,_0x54bb3b){return _0x1c8904+_0x54bb3b;},'Nevsx':'test','jzlET':_0x44b279(0x140),'yWbQZ':_0x44b279(0xdd),'NxHbz':_0x44b279(0x10b),'PQGqg':'passed','ZcHBh':function(_0x436358,_0x159dfd){return _0x436358!==_0x159dfd;},'hXKUo':function(_0x575f5d,_0x45ecc6){return _0x575f5d/_0x45ecc6;},'PLZKM':function(_0x14a763,_0x53c5bc){return _0x14a763===_0x53c5bc;},'ZKCJd':function(_0x548faf,_0x5060d2){return _0x548faf(_0x5060d2);},'RBiUB':_0x44b279(0x13b),'QAMza':function(_0x1a5762,_0x261ba2){return _0x1a5762(_0x261ba2);},'FPjQV':_0x44b279(0x141),'AWZTB':'UnhandledError','wfyvf':_0x44b279(0x14c),'WgNHt':function(_0x46e944,_0x36ba75){return _0x46e944>_0x36ba75;}},{feature:_0x290a90,scenario:_0x2ac84d,steps:_0x212e73,uuid:_0x1c56a6,startedAt:_0xefe16,finishedAt:_0x56c6b8}=_0x40c379[_0x44b279(0x11b)](_0x12c071,{}),_0xd8fdba=this['getScenarioExamples'](_0x53471c,_0x44c464);await this[_0x44b279(0x131)]();const _0x25049a=_0xd8fdba?_0x40c379[_0x44b279(0xda)](_0x40c379[_0x44b279(0x14b)](_0x40c379[_0x44b279(0x11f)](_0x44c464[_0x44b279(0x169)],'\x20('),_0xd8fdba[_0x44b279(0x16a)](',\x20')),')'):_0x44c464[_0x44b279(0x169)],_0x29bdc6={'uuid':_0x1c56a6,'started_at':_0xefe16,'finished_at':_0x56c6b8,'type':_0x40c379[_0x44b279(0xf5)],'body':{'lang':_0x40c379[_0x44b279(0x11c)],'code':null},'name':_0x25049a,'scopes':[_0x290a90&&_0x290a90[_0x44b279(0x169)]?_0x290a90['name']:''],'tags':_0x44c464[_0x44b279(0xd6)]?_0x44c464['tags'][_0x44b279(0xff)](({name:_0x2dfd2a})=>_0x2dfd2a):[],'file_name':_0x44c464[_0x44b279(0x10d)],'location':_0x44c464['uri'],'vc_filepath':this[_0x44b279(0xf7)]&&_0x44c464[_0x44b279(0x10d)]?path[_0x44b279(0xe0)](this[_0x44b279(0xf7)],_0x44c464[_0x44b279(0x10d)]):null,'framework':_0x40c379[_0x44b279(0xf6)],'result':_0x40c379[_0x44b279(0x150)],'meta':{'feature':_0x290a90,'scenario':_0x2ac84d,'steps':_0x212e73,'examples':_0xd8fdba},'customRerunParam':{'rerun_name':_0x25049a}};if(_0x11cc3b[_0x44b279(0xd8)]&&_0x212e73){const _0x3a6033=_0x11cc3b['testCaseFinished'];let _0x51b11e=_0x40c379[_0x44b279(0x109)];_0x212e73['every'](_0x365c9d=>{const _0x5c2438=_0x44b279;if(_0x40c379[_0x5c2438(0x144)](_0x365c9d['result'],_0x40c379[_0x5c2438(0xe5)]))return _0x51b11e=_0x40c379[_0x5c2438(0xe4)],_0x3a6033[_0x5c2438(0x12d)]=_0x365c9d[_0x5c2438(0x12d)],_0x3a6033[_0x5c2438(0x126)]=_0x365c9d['failureType'],![];else{if(_0x40c379[_0x5c2438(0x144)](_0x365c9d['result'],_0x40c379[_0x5c2438(0xf0)]))return _0x51b11e=_0x40c379[_0x5c2438(0x104)],![];}return!![];}),_0x29bdc6[_0x44b279(0x123)]=new Date()[_0x44b279(0x118)](),_0x29bdc6[_0x44b279(0x121)]=_0x51b11e,_0x3a6033['timestamp']&&_0x40c379['ZcHBh'](_0x3a6033[_0x44b279(0x164)][_0x44b279(0xe2)],undefined)?_0x29bdc6['duration_in_ms']=_0x40c379[_0x44b279(0x135)](_0x3a6033['timestamp'][_0x44b279(0xe2)],0xf4240):_0x29bdc6[_0x44b279(0x122)]=undefined,_0x40c379['PLZKM'](_0x51b11e,_0x40c379[_0x44b279(0xe4)])&&(_0x29bdc6[_0x44b279(0x12d)]=[{'backtrace':[_0x3a6033[_0x44b279(0x12d)]?_0x40c379[_0x44b279(0xed)](stripAnsi,_0x3a6033[_0x44b279(0x12d)]):_0x40c379[_0x44b279(0x12e)]]}],_0x29bdc6[_0x44b279(0xee)]=_0x3a6033[_0x44b279(0x12d)]?_0x40c379[_0x44b279(0x129)](stripAnsi,_0x3a6033[_0x44b279(0x12d)]):_0x3a6033[_0x44b279(0x102)],_0x3a6033['failureType']&&(_0x29bdc6['failure_type']=_0x3a6033[_0x44b279(0x126)][_0x44b279(0x15e)](/AssertError/)?_0x40c379[_0x44b279(0x133)]:_0x40c379[_0x44b279(0xe8)]));}if(_0x40c379['PLZKM'](_0x2fad9a,_0x40c379[_0x44b279(0x155)])){const _0x1bddc5=this['getHooksListForTest'](_0x11cc3b[_0x44b279(0xd8)][_0x44b279(0x142)]);_0x1bddc5&&_0x40c379['WgNHt'](_0x1bddc5[_0x44b279(0x116)],0x0)&&(_0x29bdc6[_0x44b279(0x10f)]=_0x1bddc5,this[_0x44b279(0x147)](_0x11cc3b['testCaseFinished'][_0x44b279(0x142)],_0x29bdc6));}testhubUtils[_0x44b279(0x145)](_0x29bdc6,_0x2fad9a,'',FRAMEWORKS['CUCUMBER']);const _0x10c208={};_0x10c208[_0x44b279(0xec)]=_0x2fad9a,_0x10c208[_0x44b279(0xe6)]=_0x29bdc6;const _0x4eeb5e=_0x10c208;await SessionHandler[_0x44b279(0x14a)](_0x4eeb5e);}[a8_0xe331ad(0x147)](_0x9f8145,_0x3fc82a){const _0x55c5f8=a8_0xe331ad,_0x2e55c7={};_0x2e55c7['GECeE']=function(_0x3016ef,_0x4f6da3){return _0x3016ef instanceof _0x4f6da3;},_0x2e55c7['cgRAa']=function(_0x225624,_0x38b3e4){return _0x225624===_0x38b3e4;},_0x2e55c7['VpWcs']=_0x55c5f8(0x152),_0x2e55c7['EYFQW']=_0x55c5f8(0x15b);const _0x1656b3=_0x2e55c7,_0x231c79=hooksMap[_0x9f8145];if(_0x1656b3[_0x55c5f8(0x12b)](_0x231c79,Array))for(const _0x13dbf5 of _0x231c79){if(_0x1656b3[_0x55c5f8(0xdf)](_0x13dbf5['result'],_0x1656b3[_0x55c5f8(0x162)])){const _0x21bd5c=_0x1656b3[_0x55c5f8(0x137)]['split']('|');let _0x34a1c3=0x0;while(!![]){switch(_0x21bd5c[_0x34a1c3++]){case'0':_0x3fc82a[_0x55c5f8(0x14f)]=_0x13dbf5[_0x55c5f8(0x14f)];continue;case'1':_0x3fc82a['failure']=_0x13dbf5['failure_data'];continue;case'2':_0x3fc82a[_0x55c5f8(0xee)]=_0x1656b3[_0x55c5f8(0x12b)](_0x13dbf5[_0x55c5f8(0x13d)],Array)?_0x13dbf5['failure_data'][0x0][_0x55c5f8(0x168)][_0x55c5f8(0x16a)]('\x0a'):'';continue;case'3':_0x3fc82a['result']=_0x13dbf5[_0x55c5f8(0x121)];continue;case'4':return _0x3fc82a;}break;}}};}['getHooksListForTest'](_0x500597){const _0x3a428b=a8_0xe331ad;if(hooksMap[_0x500597])return hooksMap[_0x500597][_0x3a428b(0xff)](_0x471188=>_0x471188['uuid']);return[];}['getHookRunEventData'](_0x193be8,_0x48f6ca,_0x398bf0,_0x3503b1,_0x131adb,_0x1ec79b){const _0x104510=a8_0xe331ad,_0x4e5913={'BzjUE':function(_0x34cd95,_0x36a9e5){return _0x34cd95===_0x36a9e5;},'lbAqH':_0x104510(0x12c),'UWtOp':function(_0x203b74,_0x303aa6,_0x162a1c){return _0x203b74(_0x303aa6,_0x162a1c);},'YZMZM':_0x104510(0x16b),'coXAC':_0x104510(0x10d),'oSNZk':_0x104510(0x10b),'JgMCB':_0x104510(0x13a),'Nzbzt':_0x104510(0x140),'bWUDN':function(_0x39ac33,_0x4c2b9e,_0x551fa6){return _0x39ac33(_0x4c2b9e,_0x551fa6);},'EquXp':_0x104510(0x106),'dMImQ':'name','MkNll':function(_0xc3b837,_0x4c6566,_0x3f2d81){return _0xc3b837(_0x4c6566,_0x3f2d81);},'WwnDu':_0x104510(0xdd)};try{if(_0x4e5913[_0x104510(0x15d)](_0x398bf0,_0x4e5913[_0x104510(0xf1)])){const _0x1e2316=new Date()[_0x104510(0x118)](),_0x5c7d47=hooksMap[_0x48f6ca];if(!_0x5c7d47)return;const _0x4b7cd4=_0x5c7d47[_0x104510(0x167)](_0x46d5fa=>_0x46d5fa[_0x104510(0x136)]===_0x3503b1['id']);if(!_0x4b7cd4)return;const _0x471ddb=this[_0x104510(0xdb)](_0x193be8,_0x48f6ca);_0x4b7cd4[_0x104510(0x121)]=_0x471ddb[_0x104510(0x11a)],_0x4b7cd4['finished_at']=_0x1e2316,_0x4b7cd4[_0x104510(0x14f)]=_0x471ddb['failureType'];const _0x39c639={};return _0x39c639[_0x104510(0x168)]=_0x471ddb['failureData'],_0x4b7cd4[_0x104510(0x13d)]=[_0x39c639],_0x4b7cd4;}const _0x27075e=TestDetails[_0x104510(0xe7)](_0x48f6ca),_0x102103=_0x193be8[_0x104510(0x10f)][_0x104510(0x167)](_0x398e17=>_0x398e17['id']===_0x3503b1[_0x104510(0x134)]),_0x2a6fd6=_0x4e5913['UWtOp'](nestedKeyValue,_0x102103,[_0x4e5913[_0x104510(0x158)],_0x4e5913[_0x104510(0x10c)]]),_0x5ede89=new Date()[_0x104510(0x118)](),_0x4f5efe=_0x4e5913[_0x104510(0x10a)],_0x2fd77a=_0x102103['tagExpression']?_0x102103[_0x104510(0xde)][_0x104510(0xfe)]('\x20')['filter'](_0xcfca34=>_0xcfca34[_0x104510(0x12a)]('@')):[],_0xe24871={'uuid':_0x3503b1['id'],'type':_0x4e5913[_0x104510(0xfb)],'hook_type':_0x1ec79b,'name':_0x102103[_0x104510(0x169)],'body':{'lang':_0x4e5913['Nzbzt'],'code':null},'tags':_0x2fd77a,'test_run_id':_0x27075e,'scope':_0x4e5913[_0x104510(0x108)](nestedKeyValue,_0x131adb,[_0x4e5913[_0x104510(0xe3)],_0x4e5913[_0x104510(0x115)]]),'scopes':[_0x4e5913[_0x104510(0x166)](nestedKeyValue,_0x131adb,[_0x4e5913[_0x104510(0xe3)],_0x4e5913[_0x104510(0x115)]])||''],'file_name':_0x2a6fd6,'location':_0x2a6fd6,'vc_filepath':this['_gitConfigPath']?path[_0x104510(0xe0)](this[_0x104510(0xf7)],_0x2a6fd6):null,'result':_0x4f5efe,'started_at':_0x5ede89,'framework':_0x4e5913['WwnDu']};return _0xe24871;}catch(_0x49af19){logger[_0x104510(0x156)]('Exception\x20in\x20getHookRunEventData:\x20'+util['format'](_0x49af19)+'\x20');}}async[a8_0xe331ad(0x11e)](_0xafc26d,_0x54a262,_0x235479,_0x1bf01f,_0x1ce905,_0x4dd04d){const _0x1b2590=a8_0xe331ad,_0x4c8d5e={'lUtCA':function(_0x442d66,_0x385db4){return _0x442d66===_0x385db4;},'vymPF':_0x1b2590(0x101),'QGbJt':function(_0x6495dd,_0x14376c,_0x4146c6){return _0x6495dd(_0x14376c,_0x4146c6);},'HuUMz':_0x1b2590(0x16b),'JKesO':_0x1b2590(0x10d),'QbXbW':_0x1b2590(0x15c)};try{const _0x3b48b1=_0x1bf01f['find'](_0x134d9f=>_0x134d9f['id']===_0x1ce905);if(!_0x3b48b1[_0x1b2590(0x134)])return;const _0x162931=this[_0x1b2590(0x15a)](_0x1bf01f,_0x3b48b1),_0x141e12=this[_0x1b2590(0x161)](_0xafc26d,_0x54a262,_0x235479,_0x3b48b1,_0x4dd04d,_0x162931);if(!_0x141e12)return;_0x4c8d5e[_0x1b2590(0xe9)](_0x235479,_0x4c8d5e['vymPF'])&&(hooksMap[_0x54a262]?hooksMap[_0x54a262][_0x1b2590(0xf9)](_0x141e12):hooksMap[_0x54a262]=[_0x141e12]);const _0x48a1ca=_0xafc26d[_0x1b2590(0x10f)]['find'](_0x2bb469=>_0x2bb469['id']===_0x3b48b1[_0x1b2590(0x134)]),_0x35faa3=_0x4c8d5e[_0x1b2590(0x163)](nestedKeyValue,_0x48a1ca,[_0x4c8d5e[_0x1b2590(0x153)],_0x4c8d5e['JKesO']]);if(!_0x35faa3)return;else{if(_0x35faa3['includes'](_0x4c8d5e[_0x1b2590(0x114)]))return;}const _0x498db9={};_0x498db9[_0x1b2590(0xec)]=_0x235479,_0x498db9[_0x1b2590(0x11d)]=_0x141e12;const _0x284bd0=_0x498db9;await SessionHandler[_0x1b2590(0x14a)](_0x284bd0);}catch(_0x9ce815){logger['debug'](_0x1b2590(0x157)+util[_0x1b2590(0xfa)](_0x9ce815)+'\x20');}}['getHookResult'](_0x3adbd7,_0xb908a8){const _0x500a0f=a8_0xe331ad,_0x2785de={};_0x2785de[_0x500a0f(0xf3)]=function(_0x6b61b0,_0x5365f3){return _0x6b61b0===_0x5365f3;},_0x2785de['VQoHz']=_0x500a0f(0x152),_0x2785de[_0x500a0f(0x149)]=_0x500a0f(0x128),_0x2785de[_0x500a0f(0xf2)]=_0x500a0f(0x141),_0x2785de[_0x500a0f(0xeb)]=function(_0x5429e6,_0xd6741d){return _0x5429e6||_0xd6741d;};const _0xb0b91b=_0x2785de,_0x223ac3=_0x3adbd7[_0x500a0f(0xef)][_0xb908a8][_0x500a0f(0x148)];let _0x260861,_0x2e16b0;return _0x223ac3&&_0xb0b91b[_0x500a0f(0xf3)](_0x223ac3[_0x500a0f(0x11a)]['toString']()[_0x500a0f(0x125)](),_0xb0b91b['VQoHz'])&&(_0x260861=_0xb0b91b[_0x500a0f(0xf3)](_0x223ac3[_0x500a0f(0xf4)],undefined)?_0x223ac3[_0x500a0f(0x102)]:_0x223ac3[_0x500a0f(0xf4)][_0x500a0f(0x102)],_0x2e16b0=_0xb0b91b['igiHD'](_0x223ac3['exception'],undefined)?_0xb0b91b[_0x500a0f(0x149)]:_0x223ac3[_0x500a0f(0x102)][_0x500a0f(0x15e)](/Assert/)?_0xb0b91b['iFENd']:_0xb0b91b[_0x500a0f(0x149)]),{'status':_0x223ac3[_0x500a0f(0x11a)]['toLowerCase'](),'failureType':_0xb0b91b['RKGjf'](_0x2e16b0,null),'failureData':!_0x260861?null:[_0x260861]};}[a8_0xe331ad(0x15a)](_0x35c74f,_0x33a99a){const _0x12e949=a8_0xe331ad,_0x27eb28={};_0x27eb28[_0x12e949(0xfc)]=function(_0x356eed,_0x3bf7cb){return _0x356eed===_0x3bf7cb;},_0x27eb28['lXJmL']='AFTER_EACH',_0x27eb28[_0x12e949(0x139)]='BEFORE_EACH';const _0x2dcc4b=_0x27eb28;let _0x2900d7=![];for(const _0x57eff5 of _0x35c74f){_0x57eff5[_0x12e949(0x13f)]&&(_0x2900d7=!![]);if(_0x2dcc4b[_0x12e949(0xfc)](_0x33a99a['id'],_0x57eff5['id']))return _0x2900d7?_0x2dcc4b['lXJmL']:_0x2dcc4b[_0x12e949(0x139)];}}[a8_0xe331ad(0x120)]=(_0x4cd0fd,_0x37239a)=>{const _0x5887eb=a8_0xe331ad,_0x23b04d={};_0x23b04d['AaeIg']=function(_0x3c1b05,_0x5cddb0){return _0x3c1b05===_0x5cddb0;},_0x23b04d[_0x5887eb(0x13e)]=function(_0x34a6f2,_0x4d51ea){return _0x34a6f2===_0x4d51ea;},_0x23b04d[_0x5887eb(0x14e)]=function(_0x24faab,_0x29b037){return _0x24faab>_0x29b037;};const _0x509754=_0x23b04d;if(!(_0x37239a[_0x5887eb(0x107)]&&_0x509754[_0x5887eb(0x14e)](_0x37239a['astNodeIds'][_0x5887eb(0x116)],0x1)))return;const _0x24b04a=_0x37239a['astNodeIds'][0x0],_0xdf855f=_0x37239a[_0x5887eb(0x107)][0x1],_0x4ed223=_0x4cd0fd[_0x5887eb(0x106)]&&_0x4cd0fd[_0x5887eb(0x106)][_0x5887eb(0x160)]?_0x4cd0fd[_0x5887eb(0x106)]['children']:undefined;let _0x388217=[];_0x4ed223&&_0x4ed223[_0x5887eb(0x112)](_0x153b96=>{const _0x3ea4c3=_0x5887eb,_0x606a76={'Bqjib':function(_0x405fa1,_0x943413){return _0x509754['AaeIg'](_0x405fa1,_0x943413);}};if(_0x153b96[_0x3ea4c3(0x117)])_0x153b96[_0x3ea4c3(0x117)][_0x3ea4c3(0x160)]['forEach'](_0x316273=>{const _0x229134=_0x3ea4c3;if(_0x316273[_0x229134(0x165)]&&_0x606a76['Bqjib'](_0x316273[_0x229134(0x165)]['id'],_0x24b04a)&&_0x316273[_0x229134(0x165)][_0x229134(0xe1)]){const _0x5b5e43=_0x316273['scenario'][_0x229134(0xe1)][_0x229134(0xea)](_0x5e9152=>_0x5e9152[_0x229134(0x103)])[_0x229134(0x167)](_0x4ead44=>_0x4ead44['id']===_0xdf855f);let _0x2d38eb;_0x5b5e43&&_0x5b5e43[_0x229134(0x146)]?_0x2d38eb=_0x5b5e43[_0x229134(0x146)][_0x229134(0xff)](_0x5c8d0d=>_0x5c8d0d['value']):_0x2d38eb=[],_0x2d38eb&&(_0x388217=_0x2d38eb);}});else{if(_0x153b96['scenario']&&_0x509754[_0x3ea4c3(0x13e)](_0x153b96['scenario']['id'],_0x24b04a)&&_0x153b96[_0x3ea4c3(0x165)]['examples']){const _0x446df3=_0x153b96[_0x3ea4c3(0x165)]['examples'][_0x3ea4c3(0xea)](_0x4141e0=>_0x4141e0[_0x3ea4c3(0x103)])[_0x3ea4c3(0x167)](_0x5ecd42=>_0x5ecd42['id']===_0xdf855f);let _0x2f1dfe;_0x446df3&&_0x446df3[_0x3ea4c3(0x146)]?_0x2f1dfe=_0x446df3[_0x3ea4c3(0x146)][_0x3ea4c3(0xff)](_0x39dd7c=>_0x39dd7c['value']):_0x2f1dfe=[],_0x2f1dfe&&(_0x388217=_0x2f1dfe);}}});if(_0x388217[_0x5887eb(0x116)])return _0x388217;return;};async[a8_0xe331ad(0x131)](){const _0x1b7ac6=a8_0xe331ad,_0x14a6d2={'oFIBz':function(_0x5cf937){return _0x5cf937();}};if(this[_0x1b7ac6(0xd9)])return this[_0x1b7ac6(0xf7)];const _0x3fae7a=await _0x14a6d2[_0x1b7ac6(0x154)](getGitMetaData);_0x3fae7a&&(this[_0x1b7ac6(0xf7)]=_0x3fae7a[_0x1b7ac6(0xdc)]),this[_0x1b7ac6(0xd9)]=!![];}}module['exports']=o11yClassErrorHandler(TestObservabilityReporter,[a8_0xe331ad(0x131),a8_0xe331ad(0x120),a8_0xe331ad(0x15a),'getHookResult','sendHook',a8_0xe331ad(0x161),'sendTestRunEventForCucumber']);
1
+ const a8_0x592b2e=a8_0x2f36;(function(_0x4f35a7,_0x37a63b){const _0x235269=a8_0x2f36,_0x2fef28=_0x4f35a7();while(!![]){try{const _0x5d92a1=parseInt(_0x235269(0x193))/0x1+-parseInt(_0x235269(0x1f8))/0x2+parseInt(_0x235269(0x208))/0x3+-parseInt(_0x235269(0x1ac))/0x4*(parseInt(_0x235269(0x1f1))/0x5)+-parseInt(_0x235269(0x1a0))/0x6*(parseInt(_0x235269(0x19e))/0x7)+parseInt(_0x235269(0x1b9))/0x8+parseInt(_0x235269(0x1dc))/0x9;if(_0x5d92a1===_0x37a63b)break;else _0x2fef28['push'](_0x2fef28['shift']());}catch(_0x1221e0){_0x2fef28['push'](_0x2fef28['shift']());}}}(a8_0x1d24,0x5d24c));const path=require(a8_0x592b2e(0x1e7)),stripAnsi=require(a8_0x592b2e(0x1c5)),util=require(a8_0x592b2e(0x1e1)),hooksMap={},SessionHandler=require(a8_0x592b2e(0x19d)),testhubUtils=require(a8_0x592b2e(0x1a6)),{getGitMetaData,isUndefined,nestedKeyValue}=require(a8_0x592b2e(0x203)),logger=require(a8_0x592b2e(0x1a9))[a8_0x592b2e(0x1dd)],{o11yClassErrorHandler}=require(a8_0x592b2e(0x1d2)),{FRAMEWORKS}=require(a8_0x592b2e(0x186)),TestDetails=require('../playwright/reporter/test-details');this[a8_0x592b2e(0x192)]=![],this['_gitConfigPath']=null;class TestObservabilityReporter{async[a8_0x592b2e(0x20b)](_0x22087d,_0x120c32,_0x49b4ca,_0x34612d,_0xa6ab90){const _0x3c1d9f=a8_0x592b2e,_0x69aefb={'xSOeC':function(_0x4520e4,_0x16b80b){return _0x4520e4===_0x16b80b;},'TtJis':_0x3c1d9f(0x18c),'YYPWE':'failed','CCIZr':_0x3c1d9f(0x196),'eaDBg':_0x3c1d9f(0x20d),'cXHly':function(_0x1dbb33,_0x237a53){return _0x1dbb33||_0x237a53;},'yiQGd':function(_0x4e3981,_0xe9be92){return _0x4e3981+_0xe9be92;},'XmZOw':'test','lfHLl':'javascript','AQsXn':_0x3c1d9f(0x202),'LpiHF':_0x3c1d9f(0x1a2),'YPCvt':_0x3c1d9f(0x1b8),'BLRvC':function(_0x20cfc5,_0x2926c0){return _0x20cfc5!==_0x2926c0;},'iAkbB':function(_0x4b7407,_0x404d11){return _0x4b7407/_0x404d11;},'YsUMa':function(_0x4e12c3,_0x3a50c3){return _0x4e12c3(_0x3a50c3);},'orwZt':'unknown','zRfcK':_0x3c1d9f(0x195),'rtgNf':_0x3c1d9f(0x1e6),'IMplv':'TestRunFinished','CcVUg':function(_0x1751a2,_0x17a95a){return _0x1751a2>_0x17a95a;}},{feature:_0x39f65c,scenario:_0x111afa,steps:_0x168802,uuid:_0x4d1d71,startedAt:_0x2c3afa,finishedAt:_0x5182b5}=_0x69aefb[_0x3c1d9f(0x1a5)](_0xa6ab90,{}),_0x1d3bbf=this[_0x3c1d9f(0x1eb)](_0x120c32,_0x49b4ca);await this[_0x3c1d9f(0x200)]();const _0x4578f0=_0x1d3bbf?_0x69aefb['yiQGd'](_0x69aefb[_0x3c1d9f(0x1cd)](_0x69aefb[_0x3c1d9f(0x1cd)](_0x49b4ca[_0x3c1d9f(0x1c6)],'\x20('),_0x1d3bbf[_0x3c1d9f(0x1b2)](',\x20')),')'):_0x49b4ca[_0x3c1d9f(0x1c6)],_0x2245eb={'uuid':_0x4d1d71,'started_at':_0x2c3afa,'finished_at':_0x5182b5,'type':_0x69aefb[_0x3c1d9f(0x1c7)],'body':{'lang':_0x69aefb[_0x3c1d9f(0x1c9)],'code':null},'name':_0x4578f0,'scopes':[_0x39f65c&&_0x39f65c[_0x3c1d9f(0x1c6)]?_0x39f65c['name']:''],'tags':_0x49b4ca[_0x3c1d9f(0x1bd)]?_0x49b4ca[_0x3c1d9f(0x1bd)][_0x3c1d9f(0x1ba)](({name:_0x458f49})=>_0x458f49):[],'file_name':_0x49b4ca[_0x3c1d9f(0x1ec)],'location':_0x49b4ca['uri'],'vc_filepath':this[_0x3c1d9f(0x1e3)]&&_0x49b4ca[_0x3c1d9f(0x1ec)]?path[_0x3c1d9f(0x18e)](this['_gitConfigPath'],_0x49b4ca[_0x3c1d9f(0x1ec)]):null,'framework':_0x69aefb[_0x3c1d9f(0x1f6)],'result':_0x69aefb[_0x3c1d9f(0x1fd)],'meta':{'feature':_0x39f65c,'scenario':_0x111afa,'steps':_0x168802,'examples':_0x1d3bbf},'customRerunParam':{'rerun_name':_0x4578f0}};if(_0x22087d[_0x3c1d9f(0x1d4)]&&_0x168802){const _0xa9abce=_0x22087d['testCaseFinished'];let _0x24e369=_0x69aefb[_0x3c1d9f(0x190)];_0x168802['every'](_0x5b4aed=>{const _0x2b613f=_0x3c1d9f;if(_0x69aefb['xSOeC'](_0x5b4aed['result'],_0x69aefb[_0x2b613f(0x1af)]))return _0x24e369=_0x69aefb[_0x2b613f(0x1c1)],_0xa9abce[_0x2b613f(0x18d)]=_0x5b4aed[_0x2b613f(0x18d)],_0xa9abce['failureType']=_0x5b4aed['failureType'],![];else{if(_0x69aefb[_0x2b613f(0x1cf)](_0x5b4aed[_0x2b613f(0x1ee)],_0x69aefb[_0x2b613f(0x199)]))return _0x24e369=_0x69aefb['eaDBg'],![];}return!![];}),_0x2245eb['finished_at']=new Date()[_0x3c1d9f(0x1d1)](),_0x2245eb['result']=_0x24e369,_0xa9abce['timestamp']&&_0x69aefb[_0x3c1d9f(0x1b1)](_0xa9abce[_0x3c1d9f(0x1ea)]['nanos'],undefined)?_0x2245eb[_0x3c1d9f(0x191)]=_0x69aefb[_0x3c1d9f(0x1bf)](_0xa9abce[_0x3c1d9f(0x1ea)][_0x3c1d9f(0x1cb)],0xf4240):_0x2245eb['duration_in_ms']=undefined,_0x69aefb[_0x3c1d9f(0x1cf)](_0x24e369,_0x69aefb[_0x3c1d9f(0x1c1)])&&(_0x2245eb[_0x3c1d9f(0x18d)]=[{'backtrace':[_0xa9abce[_0x3c1d9f(0x18d)]?_0x69aefb[_0x3c1d9f(0x1a4)](stripAnsi,_0xa9abce['failure']):_0x69aefb['orwZt']]}],_0x2245eb['failure_reason']=_0xa9abce['failure']?_0x69aefb[_0x3c1d9f(0x1a4)](stripAnsi,_0xa9abce['failure']):_0xa9abce['message'],_0xa9abce[_0x3c1d9f(0x19c)]&&(_0x2245eb['failure_type']=_0xa9abce[_0x3c1d9f(0x19c)][_0x3c1d9f(0x1f5)](/AssertError/)?_0x69aefb[_0x3c1d9f(0x19a)]:_0x69aefb['rtgNf']));}if(_0x69aefb['xSOeC'](_0x34612d,_0x69aefb[_0x3c1d9f(0x1a1)])){const _0x3e562b=this['getHooksListForTest'](_0x22087d[_0x3c1d9f(0x1d4)][_0x3c1d9f(0x1b4)]);_0x3e562b&&_0x69aefb[_0x3c1d9f(0x1d0)](_0x3e562b[_0x3c1d9f(0x18a)],0x0)&&(_0x2245eb[_0x3c1d9f(0x1da)]=_0x3e562b,this[_0x3c1d9f(0x1f0)](_0x22087d[_0x3c1d9f(0x1d4)][_0x3c1d9f(0x1b4)],_0x2245eb));}testhubUtils['appendTesthubParams'](_0x2245eb,_0x34612d,'',FRAMEWORKS[_0x3c1d9f(0x1f7)]);const _0x4d4509={};_0x4d4509[_0x3c1d9f(0x1f3)]=_0x34612d,_0x4d4509[_0x3c1d9f(0x1bc)]=_0x2245eb;const _0x436c42=_0x4d4509;await SessionHandler[_0x3c1d9f(0x1e8)](_0x436c42);}[a8_0x592b2e(0x1f0)](_0x2b2d01,_0x146572){const _0x1b9a73=a8_0x592b2e,_0x8996db={};_0x8996db[_0x1b9a73(0x206)]=function(_0x5381d8,_0x29bba2){return _0x5381d8 instanceof _0x29bba2;},_0x8996db[_0x1b9a73(0x1c8)]=function(_0x1a573b,_0xc0b5cf){return _0x1a573b===_0xc0b5cf;},_0x8996db['PPIvR']=_0x1b9a73(0x1fb),_0x8996db[_0x1b9a73(0x1c4)]=_0x1b9a73(0x1df),_0x8996db[_0x1b9a73(0x1be)]=function(_0x3af51a,_0x452e26){return _0x3af51a instanceof _0x452e26;};const _0x40cc06=_0x8996db,_0x167629=hooksMap[_0x2b2d01];if(_0x40cc06['JRobE'](_0x167629,Array))for(const _0xe4442e of _0x167629){if(_0x40cc06[_0x1b9a73(0x1c8)](_0xe4442e[_0x1b9a73(0x1ee)],_0x40cc06['PPIvR'])){const _0x46ccda=_0x40cc06['skeeK'][_0x1b9a73(0x20c)]('|');let _0x3b56a9=0x0;while(!![]){switch(_0x46ccda[_0x3b56a9++]){case'0':return _0x146572;case'1':_0x146572[_0x1b9a73(0x1a8)]=_0xe4442e[_0x1b9a73(0x1a8)];continue;case'2':_0x146572[_0x1b9a73(0x1b3)]=_0x40cc06[_0x1b9a73(0x1be)](_0xe4442e['failure_data'],Array)?_0xe4442e['failure_data'][0x0][_0x1b9a73(0x1aa)][_0x1b9a73(0x1b2)]('\x0a'):'';continue;case'3':_0x146572[_0x1b9a73(0x1ee)]=_0xe4442e['result'];continue;case'4':_0x146572[_0x1b9a73(0x18d)]=_0xe4442e['failure_data'];continue;}break;}}};}['getHooksListForTest'](_0xa7e206){const _0x328c8f=a8_0x592b2e;if(hooksMap[_0xa7e206])return hooksMap[_0xa7e206][_0x328c8f(0x1ba)](_0x4568bb=>_0x4568bb['uuid']);return[];}['getHookRunEventData'](_0x110daa,_0xe28e47,_0x38a566,_0x1d69f1,_0x3770f2,_0x45a570){const _0x22858d=a8_0x592b2e,_0x1392de={'Fzhfx':function(_0x59a23b,_0x5334bf){return _0x59a23b===_0x5334bf;},'aornS':'HookRunFinished','StFFc':function(_0x441616,_0x379901,_0x33adc5){return _0x441616(_0x379901,_0x33adc5);},'fHJvl':_0x22858d(0x1fc),'dvXMD':_0x22858d(0x1ec),'ZHtSL':_0x22858d(0x1a2),'yPLTf':_0x22858d(0x18b),'YYtAt':'javascript','AGXjN':_0x22858d(0x18f),'znZtP':_0x22858d(0x1c6),'amIfx':_0x22858d(0x202)};try{if(_0x1392de['Fzhfx'](_0x38a566,_0x1392de[_0x22858d(0x188)])){const _0x126888=new Date()[_0x22858d(0x1d1)](),_0x392b84=hooksMap[_0xe28e47];if(!_0x392b84)return;const _0x122e64=_0x392b84[_0x22858d(0x1e0)](_0x4692e4=>_0x4692e4['uuid']===_0x1d69f1['id']);if(!_0x122e64)return;const _0x20425c=this[_0x22858d(0x1d9)](_0x110daa,_0xe28e47);_0x122e64[_0x22858d(0x1ee)]=_0x20425c[_0x22858d(0x1f9)],_0x122e64[_0x22858d(0x1d7)]=_0x126888,_0x122e64[_0x22858d(0x1a8)]=_0x20425c[_0x22858d(0x19c)];const _0x494ab1={};return _0x494ab1[_0x22858d(0x1aa)]=_0x20425c['failureData'],_0x122e64[_0x22858d(0x1de)]=[_0x494ab1],_0x122e64;}const _0xe452ad=TestDetails[_0x22858d(0x1c0)](_0xe28e47),_0x1cf9d2=_0x110daa[_0x22858d(0x1da)][_0x22858d(0x1e0)](_0xc4989a=>_0xc4989a['id']===_0x1d69f1['hookId']),_0x5c0ee0=_0x1392de['StFFc'](nestedKeyValue,_0x1cf9d2,[_0x1392de[_0x22858d(0x207)],_0x1392de[_0x22858d(0x211)]]),_0x205b4c=new Date()[_0x22858d(0x1d1)](),_0x1a0e49=_0x1392de[_0x22858d(0x1ab)],_0x469988=_0x1cf9d2['tagExpression']?_0x1cf9d2[_0x22858d(0x210)]['split']('\x20')[_0x22858d(0x1e2)](_0x1e6d53=>_0x1e6d53[_0x22858d(0x1d8)]('@')):[],_0xd7e2cd={'uuid':_0x1d69f1['id'],'type':_0x1392de['yPLTf'],'hook_type':_0x45a570,'name':_0x1cf9d2[_0x22858d(0x1c6)],'body':{'lang':_0x1392de[_0x22858d(0x1ed)],'code':null},'tags':_0x469988,'test_run_id':_0xe452ad,'scope':_0x1392de[_0x22858d(0x1e5)](nestedKeyValue,_0x3770f2,[_0x1392de[_0x22858d(0x1b5)],_0x1392de['znZtP']]),'scopes':[_0x1392de['StFFc'](nestedKeyValue,_0x3770f2,[_0x1392de[_0x22858d(0x1b5)],_0x1392de[_0x22858d(0x20e)]])||''],'file_name':_0x5c0ee0,'location':_0x5c0ee0,'vc_filepath':this['_gitConfigPath']?path[_0x22858d(0x18e)](this[_0x22858d(0x1e3)],_0x5c0ee0):null,'result':_0x1a0e49,'started_at':_0x205b4c,'framework':_0x1392de[_0x22858d(0x19f)]};return _0xd7e2cd;}catch(_0x22d5a1){logger[_0x22858d(0x204)]('Exception\x20in\x20getHookRunEventData:\x20'+util[_0x22858d(0x1a7)](_0x22d5a1)+'\x20');}}async[a8_0x592b2e(0x185)](_0x7a88df,_0x268ba0,_0x7d80ec,_0x58f7a5,_0x4e9a4c,_0x5edb44){const _0x457433=a8_0x592b2e,_0x286366={'NWLuE':function(_0x2932e6,_0xeec824){return _0x2932e6===_0xeec824;},'eCOXw':_0x457433(0x198),'fPZVV':function(_0x5531c4,_0x131515,_0x132cb8){return _0x5531c4(_0x131515,_0x132cb8);},'FlFLz':_0x457433(0x1fc),'MSbtE':_0x457433(0x1ec),'uJKjt':_0x457433(0x205)};try{const _0x2491d7=_0x58f7a5['find'](_0xce336=>_0xce336['id']===_0x4e9a4c);if(!_0x2491d7['hookId'])return;const _0x376e32=this['getCucumberHookType'](_0x58f7a5,_0x2491d7),_0x4b231d=this['getHookRunEventData'](_0x7a88df,_0x268ba0,_0x7d80ec,_0x2491d7,_0x5edb44,_0x376e32);if(!_0x4b231d)return;_0x286366['NWLuE'](_0x7d80ec,_0x286366[_0x457433(0x1ae)])&&(hooksMap[_0x268ba0]?hooksMap[_0x268ba0][_0x457433(0x20a)](_0x4b231d):hooksMap[_0x268ba0]=[_0x4b231d]);const _0x561033=_0x7a88df[_0x457433(0x1da)]['find'](_0x4e722f=>_0x4e722f['id']===_0x2491d7['hookId']),_0x21b289=_0x286366['fPZVV'](nestedKeyValue,_0x561033,[_0x286366[_0x457433(0x20f)],_0x286366['MSbtE']]);if(!_0x21b289)return;else{if(_0x21b289[_0x457433(0x1d8)](_0x286366[_0x457433(0x1ff)]))return;}const _0xb53be4={};_0xb53be4['event_type']=_0x7d80ec,_0xb53be4['hook_run']=_0x4b231d;const _0x54ab0=_0xb53be4;await SessionHandler['uploadEventData'](_0x54ab0);}catch(_0x26338b){logger['debug']('Exception\x20in\x20sendHook:\x20'+util[_0x457433(0x1a7)](_0x26338b)+'\x20');}}['getHookResult'](_0x54c9f5,_0x3891f1){const _0xa3210d=a8_0x592b2e,_0x4f0143={};_0x4f0143[_0xa3210d(0x1a3)]=function(_0xbe8a8c,_0x4f6f90){return _0xbe8a8c===_0x4f6f90;},_0x4f0143[_0xa3210d(0x1ad)]=_0xa3210d(0x1fb),_0x4f0143[_0xa3210d(0x1b7)]=function(_0x54ccf2,_0x5aa5ec){return _0x54ccf2===_0x5aa5ec;},_0x4f0143[_0xa3210d(0x187)]=_0xa3210d(0x1e6),_0x4f0143[_0xa3210d(0x1bb)]=_0xa3210d(0x195),_0x4f0143[_0xa3210d(0x194)]=function(_0x1936e7,_0x5cecaa){return _0x1936e7||_0x5cecaa;};const _0x159e20=_0x4f0143,_0x4ccc1d=_0x54c9f5[_0xa3210d(0x1d6)][_0x3891f1][_0xa3210d(0x197)];let _0x599224,_0x12cc8c;return _0x4ccc1d&&_0x159e20['DDXIX'](_0x4ccc1d[_0xa3210d(0x1f9)][_0xa3210d(0x1fe)]()['toLowerCase'](),_0x159e20[_0xa3210d(0x1ad)])&&(_0x599224=_0x159e20['DDXIX'](_0x4ccc1d[_0xa3210d(0x209)],undefined)?_0x4ccc1d[_0xa3210d(0x1b6)]:_0x4ccc1d[_0xa3210d(0x209)][_0xa3210d(0x1b6)],_0x12cc8c=_0x159e20['DUghm'](_0x4ccc1d[_0xa3210d(0x209)],undefined)?_0x159e20['gbQnH']:_0x4ccc1d[_0xa3210d(0x1b6)][_0xa3210d(0x1f5)](/Assert/)?_0x159e20[_0xa3210d(0x1bb)]:_0x159e20[_0xa3210d(0x187)]),{'status':_0x4ccc1d[_0xa3210d(0x1f9)]['toLowerCase'](),'failureType':_0x159e20['OPJVm'](_0x12cc8c,null),'failureData':!_0x599224?null:[_0x599224]};}[a8_0x592b2e(0x1c2)](_0x1090a3,_0x404585){const _0x2e7ed2=a8_0x592b2e,_0x2c4666={};_0x2c4666['VdzaH']=function(_0x3b230f,_0x4891c6){return _0x3b230f===_0x4891c6;},_0x2c4666['SOrMS']='AFTER_EACH',_0x2c4666[_0x2e7ed2(0x1fa)]=_0x2e7ed2(0x1ce);const _0xf91f20=_0x2c4666;let _0x463bf2=![];for(const _0x5dd4a1 of _0x1090a3){_0x5dd4a1['pickleStepId']&&(_0x463bf2=!![]);if(_0xf91f20['VdzaH'](_0x404585['id'],_0x5dd4a1['id']))return _0x463bf2?_0xf91f20[_0x2e7ed2(0x1b0)]:_0xf91f20[_0x2e7ed2(0x1fa)];}}[a8_0x592b2e(0x1eb)]=(_0x52609c,_0x3e6095)=>{const _0x104215=a8_0x592b2e,_0xfc4833={};_0xfc4833['gLsvk']=function(_0x14dc02,_0x1895b5){return _0x14dc02===_0x1895b5;},_0xfc4833[_0x104215(0x1f4)]=function(_0x1b76c5,_0x4a58ad){return _0x1b76c5>_0x4a58ad;};const _0x48d0dc=_0xfc4833;if(!(_0x3e6095['astNodeIds']&&_0x48d0dc['GeaRf'](_0x3e6095[_0x104215(0x1e9)]['length'],0x1)))return;const _0x204b29=_0x3e6095['astNodeIds'][0x0],_0x38e00b=_0x3e6095[_0x104215(0x1e9)][0x1],_0x3e3283=_0x52609c[_0x104215(0x18f)]&&_0x52609c[_0x104215(0x18f)][_0x104215(0x1d5)]?_0x52609c['feature'][_0x104215(0x1d5)]:undefined;let _0x15ee11=[];_0x3e3283&&_0x3e3283[_0x104215(0x1ef)](_0x56b2a4=>{const _0x4f9a70=_0x104215;if(_0x56b2a4[_0x4f9a70(0x19b)])_0x56b2a4['rule'][_0x4f9a70(0x1d5)][_0x4f9a70(0x1ef)](_0x1e996d=>{const _0x3f7ca5=_0x4f9a70;if(_0x1e996d[_0x3f7ca5(0x189)]&&_0x48d0dc[_0x3f7ca5(0x1f2)](_0x1e996d[_0x3f7ca5(0x189)]['id'],_0x204b29)&&_0x1e996d[_0x3f7ca5(0x189)][_0x3f7ca5(0x1d3)]){const _0xc68dd8=_0x1e996d['scenario'][_0x3f7ca5(0x1d3)][_0x3f7ca5(0x201)](_0x2b52b6=>_0x2b52b6[_0x3f7ca5(0x1ca)])[_0x3f7ca5(0x1e0)](_0x1c45d3=>_0x1c45d3['id']===_0x38e00b);let _0x48f228;_0xc68dd8&&_0xc68dd8['cells']?_0x48f228=_0xc68dd8[_0x3f7ca5(0x1e4)]['map'](_0x177ce1=>_0x177ce1[_0x3f7ca5(0x1cc)]):_0x48f228=[],_0x48f228&&(_0x15ee11=_0x48f228);}});else{if(_0x56b2a4['scenario']&&_0x48d0dc['gLsvk'](_0x56b2a4[_0x4f9a70(0x189)]['id'],_0x204b29)&&_0x56b2a4[_0x4f9a70(0x189)][_0x4f9a70(0x1d3)]){const _0x573496=_0x56b2a4[_0x4f9a70(0x189)][_0x4f9a70(0x1d3)][_0x4f9a70(0x201)](_0x50b4ef=>_0x50b4ef[_0x4f9a70(0x1ca)])['find'](_0x5ba991=>_0x5ba991['id']===_0x38e00b);let _0x2a9939;_0x573496&&_0x573496['cells']?_0x2a9939=_0x573496['cells'][_0x4f9a70(0x1ba)](_0x34d6cd=>_0x34d6cd[_0x4f9a70(0x1cc)]):_0x2a9939=[],_0x2a9939&&(_0x15ee11=_0x2a9939);}}});if(_0x15ee11[_0x104215(0x18a)])return _0x15ee11;return;};async[a8_0x592b2e(0x200)](){const _0x3dce9d=a8_0x592b2e,_0x18b0e7={'SVFZv':function(_0x5b213c){return _0x5b213c();}};if(this[_0x3dce9d(0x192)])return this[_0x3dce9d(0x1e3)];const _0x256223=await _0x18b0e7['SVFZv'](getGitMetaData);_0x256223&&(this[_0x3dce9d(0x1e3)]=_0x256223[_0x3dce9d(0x1db)]),this[_0x3dce9d(0x192)]=!![];}}function a8_0x2f36(_0x5731f5,_0xa5bab8){const _0x1d24a1=a8_0x1d24();return a8_0x2f36=function(_0x2f3691,_0x2c2963){_0x2f3691=_0x2f3691-0x185;let _0x335b4e=_0x1d24a1[_0x2f3691];return _0x335b4e;},a8_0x2f36(_0x5731f5,_0xa5bab8);}function a8_0x1d24(){const _0x30403f=['getHookResult','hooks','root','3636747HxPgBL','winstonLogger','failure_data','3|4|2|1|0','find','util','filter','_gitConfigPath','cells','StFFc','UnhandledError','path','uploadEventData','astNodeIds','timestamp','getScenarioExamples','uri','YYtAt','result','forEach','updateTestStatus','1095lfRjhj','gLsvk','event_type','GeaRf','match','AQsXn','CUCUMBER','332426rhqjKx','status','OamcF','failed','sourceReference','LpiHF','toString','uJKjt','configureGit','flatMap','cucumber','../../helpers/helper','debug','browserstack-node-agent/src/bin/cucumber-js/test.setup.js','JRobE','fHJvl','475908dNvcUk','exception','push','sendTestRunEventForCucumber','split','skipped','znZtP','FlFLz','tagExpression','dvXMD','sendHook','../../helpers/test-observability/constants.js','gbQnH','aornS','scenario','length','hook','FAILED','failure','relative','feature','YPCvt','duration_in_ms','_gitConfigured','587444tJdOKW','OPJVm','AssertionError','SKIPPED','testStepResult','HookRunStarted','CCIZr','zRfcK','rule','failureType','../../helpers/test-observability/sessionHandler','5383fQefuN','amIfx','1794EJBWeV','IMplv','pending','DDXIX','YsUMa','cXHly','../../helpers/testhub/utils','format','failure_type','../../helpers/logger','backtrace','ZHtSL','8452bQOzWo','RpCvH','eCOXw','TtJis','SOrMS','BLRvC','join','failure_reason','testCaseStartedId','AGXjN','message','DUghm','passed','721952tOldJn','map','VbrDh','test_run','tags','rOZsr','iAkbB','getTestUUID','YYPWE','getCucumberHookType','exports','skeeK','strip-ansi','name','XmZOw','GfMqH','lfHLl','tableBody','nanos','value','yiQGd','BEFORE_EACH','xSOeC','CcVUg','toISOString','../../helpers/test-observability/error-handler','examples','testCaseFinished','children','testStepFinished','finished_at','includes'];a8_0x1d24=function(){return _0x30403f;};return a8_0x1d24();}module[a8_0x592b2e(0x1c3)]=o11yClassErrorHandler(TestObservabilityReporter,['configureGit',a8_0x592b2e(0x1eb),'getCucumberHookType',a8_0x592b2e(0x1d9),'sendHook','getHookRunEventData',a8_0x592b2e(0x20b)]);
@@ -1 +1 @@
1
- const a9_0x22d233=a9_0x797b;(function(_0x32106a,_0x4aeba0){const _0x10c246=a9_0x797b,_0x21a672=_0x32106a();while(!![]){try{const _0x331963=parseInt(_0x10c246(0x229))/0x1*(parseInt(_0x10c246(0x1e6))/0x2)+-parseInt(_0x10c246(0x235))/0x3*(-parseInt(_0x10c246(0x22c))/0x4)+parseInt(_0x10c246(0x236))/0x5+-parseInt(_0x10c246(0x1dd))/0x6+parseInt(_0x10c246(0x251))/0x7+-parseInt(_0x10c246(0x20d))/0x8*(-parseInt(_0x10c246(0x222))/0x9)+-parseInt(_0x10c246(0x1e5))/0xa*(parseInt(_0x10c246(0x257))/0xb);if(_0x331963===_0x4aeba0)break;else _0x21a672['push'](_0x21a672['shift']());}catch(_0xe77244){_0x21a672['push'](_0x21a672['shift']());}}}(a9_0x46a4,0x9edcc));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require('../../helpers/helper'),setKeepAlive=require(a9_0x22d233(0x203)),util=require('util'),PerformanceTester=require(a9_0x22d233(0x1eb)),{commandRepository}=require(a9_0x22d233(0x1ec)),cucumberModule=requireModule(a9_0x22d233(0x238),a9_0x22d233(0x245)),logger=require(a9_0x22d233(0x25d))[a9_0x22d233(0x227)],{shouldProcessEventForTesthub}=require(a9_0x22d233(0x266)),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require(a9_0x22d233(0x1f4)),TestDetails=require(a9_0x22d233(0x220)),RequestQueueHandler=require(a9_0x22d233(0x1e9)),{o11yErrorHandler}=require('../../helpers/test-observability/error-handler'),MyReporter=require('../playwright/reporter/reporter.js'),SessionHandler=require(a9_0x22d233(0x27b)),scripts=require(a9_0x22d233(0x272)),globals=require(a9_0x22d233(0x211)),testHubConstants=require('../../helpers/testhub/constants.js'),{shouldScanTestForAccessibility}=require(a9_0x22d233(0x231)),{isUndefined}=require(a9_0x22d233(0x261)),a9_0x5be81f={};a9_0x5be81f['workerInfo']=undefined,a9_0x5be81f[a9_0x22d233(0x204)]={},a9_0x5be81f[a9_0x22d233(0x1e7)]=![],a9_0x5be81f[a9_0x22d233(0x204)]['id']=undefined,a9_0x5be81f[a9_0x22d233(0x204)]['testInfo']=undefined;const workerDetails=a9_0x5be81f;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x139f36){const _0x404e88=a9_0x22d233,_0x3dc2d8=workerDetails[_0x404e88(0x204)][_0x404e88(0x1e2)];if(!_0x3dc2d8)return;await MyReporter[_0x404e88(0x25b)](_0x3dc2d8,_0x139f36);}),registerListeners=()=>{const _0x589768=a9_0x22d233,_0x10ec80={};_0x10ec80['TEmer']=_0x589768(0x209);const _0x4b7564=_0x10ec80;logger[_0x589768(0x1ef)](_0x4b7564[_0x589768(0x1db)]),process[_0x589768(0x267)](_0x589768(0x250)+process['pid']),process['on'](_0x589768(0x250)+process[_0x589768(0x26c)],sendTestLog),PerformanceTester[_0x589768(0x27c)]();};modifyCommand(),setKeepAlive();const Before=cucumberModule['Before'],After=cucumberModule[a9_0x22d233(0x213)],AfterAll=cucumberModule[a9_0x22d233(0x21a)],BeforeAll=cucumberModule[a9_0x22d233(0x254)],AfterStep=cucumberModule[a9_0x22d233(0x278)],configuration=process['env'][a9_0x22d233(0x276)],bstackConfig=process[a9_0x22d233(0x25f)][a9_0x22d233(0x23e)];if(configuration!==undefined){const config=JSON[a9_0x22d233(0x214)](configuration);isBrowserstackInfra()?(global[a9_0x22d233(0x246)]=isTrue(config[a9_0x22d233(0x205)]),global[a9_0x22d233(0x26b)]=isTrue(config['skipSessionStatus'])):(global[a9_0x22d233(0x246)]=!![],global['__skipSessionStatus']=!![]),shouldProcessEventForTesthub()?require(a9_0x22d233(0x232))[a9_0x22d233(0x23c)](config,null,!![]):require('../../index')[a9_0x22d233(0x23c)](config),global[a9_0x22d233(0x201)]=config[a9_0x22d233(0x23b)]||{};}function a9_0x46a4(){const _0x5d632a=['toString','addTestUIDAndReportLog','passed','../../helpers/logger','getGlobal','env','shutdown','lodash','Error:\x20sendPlatformDetails\x20at\x20After:\x20','BROWSERSTACK_TESTHUB_JWT','hFNsh','\x20|\x20','../../helpers/testhub/utils','removeAllListeners','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','Inside\x20browserstack\x20AfterStep','CBTSessionCreated','__skipSessionStatus','pid','jxfHw','yyfRL','BJqBy','stringify','thTestRunUuid','../../helpers/accessibility-automation/scripts','push','Inside\x20browserstack\x20AfterAll','result','CONFIG','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','AfterStep','error','qirvT','../../helpers/test-observability/sessionHandler','startMonitoring',',\x22level\x22:\x20\x22','Passed:\x20','Failed:\x20','VCmyE','FJnIE','IVYJF','name','tabpY','bwFBb','TEmer','OQFKu','3147780iTkVcj','shift','Inside\x20browserstack\x20After','integrations','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','testInfo','hGuGQ','JkRNB','18818270VbIeIT','17198DGIaJB','o11ySyncDone','sPutp','../../helpers/test-observability/requestQueueHandler','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','../../helpers/performance/performance-tester','../../helpers/ai-sdk/autoHealHelper','executeScript','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20','debug','cucumber-js','failed','QaBDJ','JNDwf','../../helpers/test-observability/utils','finally','event_type','format','HLpBz','Passed','bstack','join','1|2|0|4|3','quitCount_','MWEMd','Error:\x20quiting\x20driver\x20at\x20After:\x20','yxkZl','__platformCaps','rkMhB','../../helpers/setKeepAlive','currentTest','skipSessionName','setDefaultTimeout','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','tags','Inside\x20browserstack\x20registerListeners','bstackA11yShouldScan','Uapvt','__drivers','10070976IxtrmP','VTTvF','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','erMjq','../../helpers/globals','executeAsyncScript','After','parse','setGlobal','pickleStep','getInstance','Cthri','setConfig','AfterAll','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','testCaseStartedId','__error_messages__','wFjWi','qRBOG','../playwright/reporter/test-details.js','GADsn','9PjSGzn','uploadEventData','__timeout','browserstackSessionName','IkvsC','winstonLogger','map','142VHPVZY','ePfWt','HzBya','2523844qmrUQD','toLowerCase','pickle','SBBZH','mOMyS','../../helpers/accessibility-automation/helper','../../index','setTestNameForHealingContext','BROWSERSTACK_TESTHUB_UUID','6BoWnOY','3143500ZxlMFT','Performing\x20scan\x20before\x20saving\x20results','@cucumber/cucumber/lib/index.js','stopMonitoring','\x22}}','platformCaps','browserstackAgentV2','bMgnS','BSTACK_CONFIG','tvxZl','jJalG','__sessionFailed','text','message','driverCleanup','@cucumber/cucumber','__skipSessionName','GDBtl','length','thMtX','FDzJi','EqGAX','setFramework','MBcAe','status','info','bs:addLog:','3979024MeQXPk','timeout','KnuYc','BeforeAll','Inside\x20browserstack\x20BeforeAll','TjIak','22wBbjxa','session_','ENV_VAR'];a9_0x46a4=function(){return _0x5d632a;};return a9_0x46a4();}if(bstackConfig!==undefined){const browserStackConfig=JSON[a9_0x22d233(0x214)](bstackConfig);browserStackConfig&&(commandRepository[a9_0x22d233(0x219)](browserStackConfig),commandRepository[a9_0x22d233(0x24c)](a9_0x22d233(0x1f0)));}global[a9_0x22d233(0x224)]=0x0;const __setDefaultTimeout=cucumberModule[a9_0x22d233(0x206)];cucumberModule[a9_0x22d233(0x206)]=_0x33fb76=>{const _0x18bc61=a9_0x22d233,_0x463ac6={'VCmyE':function(_0x5b7699,_0x2d3662){return _0x5b7699(_0x2d3662);}};global[_0x18bc61(0x224)]=_0x33fb76,_0x463ac6[_0x18bc61(0x280)](__setDefaultTimeout,_0x33fb76);};const a9_0x2f6383={};a9_0x2f6383[a9_0x22d233(0x1d8)]=a9_0x22d233(0x1fa),BeforeAll(a9_0x2f6383,function(){const _0x589b6f=a9_0x22d233,_0x1e7ee4={'lrWPx':function(_0x4ffbb3,_0x38aa32,_0x11bccb,_0x575df9){return _0x4ffbb3(_0x38aa32,_0x11bccb,_0x575df9);},'KnuYc':_0x589b6f(0x1f1),'snWiG':_0x589b6f(0x265),'GDBtl':function(_0x97b776,_0x24d4ad,_0x282071){return _0x97b776(_0x24d4ad,_0x282071);},'Uapvt':_0x589b6f(0x25c),'ePfWt':_0x589b6f(0x255),'BJqBy':function(_0x1aed6d){return _0x1aed6d();},'QaBDJ':function(_0x14ac71,_0x43e348){return _0x14ac71(_0x43e348);}};PerformanceTester[_0x589b6f(0x27c)](),logger['debug'](_0x1e7ee4[_0x589b6f(0x22a)]),global[_0x589b6f(0x21d)]=[],global[_0x589b6f(0x241)]=![],_0x1e7ee4[_0x589b6f(0x26f)](shouldProcessEventForTesthub)&&(_0x1e7ee4['BJqBy'](registerListeners),_0x1e7ee4[_0x589b6f(0x1f2)](addRequestSpy,![])),global[_0x589b6f(0x244)]=async()=>{const _0x32c913=_0x589b6f;let _0x3dcd8f=![];try{await global[_0x32c913(0x20c)][0x0][_0x32c913(0x258)],_0x3dcd8f=!![],global['__sessionFailed']?await _0x1e7ee4['lrWPx'](markSessionStatus,global[_0x32c913(0x20c)][0x0],_0x1e7ee4[_0x32c913(0x253)],global[_0x32c913(0x21d)][_0x32c913(0x1fb)](_0x1e7ee4['snWiG'])):await _0x1e7ee4[_0x32c913(0x247)](markSessionStatus,global[_0x32c913(0x20c)][0x0],_0x1e7ee4[_0x32c913(0x20b)]);}catch(_0xfe2ba){logger[_0x32c913(0x1ef)]('Error:\x20cleaning\x20up\x20driver:\x20'+_0xfe2ba);}global['__error_messages__']=[],global['__sessionFailed']=![];if(_0x3dcd8f)try{await global[_0x32c913(0x20c)][0x0]['initQuit']();}catch(_0x48dbc2){logger['debug'](_0x32c913(0x207)+_0x48dbc2);}};});const a9_0x42b20f={};a9_0x42b20f['name']=a9_0x22d233(0x1fa),a9_0x42b20f['timeout']=0x2710,Before(a9_0x42b20f,function(_0x1faa57,_0x2b03b1){const _0x3d008d=a9_0x22d233,_0x435f5a={'IVYJF':function(_0xff3a1e,_0xad2a3c){return _0xff3a1e>_0xad2a3c;},'rtBNK':function(_0x5f329f,_0x452a87){return _0x5f329f(_0x452a87);},'MBcAe':function(_0x515418,_0x30d387,_0x45cb12,_0x431ef3){return _0x515418(_0x30d387,_0x45cb12,_0x431ef3);},'hFNsh':'bstackA11yShouldScan','bwFBb':function(_0x124b6e){return _0x124b6e();},'thMtX':'Inside\x20browserstack\x20Before'};commandRepository[_0x3d008d(0x233)](_0x1faa57[_0x3d008d(0x22e)][_0x3d008d(0x1d8)]),logger[_0x3d008d(0x1ef)](_0x435f5a[_0x3d008d(0x249)]),new Promise(async _0x2802df=>{const _0x4a386f=_0x3d008d;try{_0x435f5a[_0x4a386f(0x1d7)](global[_0x4a386f(0x20c)][_0x4a386f(0x248)],0x1)&&(await global[_0x4a386f(0x244)](),global['__drivers'][_0x4a386f(0x1de)]()),global['__drivers'][0x0][_0x4a386f(0x1fd)]&&_0x435f5a[_0x4a386f(0x1d7)](global[_0x4a386f(0x20c)][0x0][_0x4a386f(0x1fd)],0x0)&&await global[_0x4a386f(0x244)]();}catch(_0xc297de){logger[_0x4a386f(0x1ef)](_0x4a386f(0x1e1)+_0xc297de);}workerDetails[_0x4a386f(0x204)]['testInfo']=_0x1faa57[_0x4a386f(0x21c)];try{if(!_0x435f5a['rtBNK'](isUndefined,_0x1faa57['pickle'][_0x4a386f(0x208)])){const _0x9fcbac=_0x435f5a[_0x4a386f(0x24d)](shouldScanTestForAccessibility,null,![],_0x1faa57[_0x4a386f(0x22e)][_0x4a386f(0x208)][_0x4a386f(0x228)](({name:_0x4d2e66})=>_0x4d2e66));globals[_0x4a386f(0x215)](_0x435f5a[_0x4a386f(0x264)],_0x9fcbac);}}catch(_0x15168b){logger[_0x4a386f(0x1ef)]('Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20'+util[_0x4a386f(0x1f7)](_0x15168b));}_0x435f5a[_0x4a386f(0x1da)](_0x2802df);})['finally'](_0x2b03b1);});function a9_0x797b(_0x56e367,_0x5085f5){const _0x46a40a=a9_0x46a4();return a9_0x797b=function(_0x797b0,_0x4d91ff){_0x797b0=_0x797b0-0x1d6;let _0x8cfedd=_0x46a40a[_0x797b0];return _0x8cfedd;},a9_0x797b(_0x56e367,_0x5085f5);}const a9_0x4f90fb={};a9_0x4f90fb[a9_0x22d233(0x1d8)]=a9_0x22d233(0x1fa),a9_0x4f90fb[a9_0x22d233(0x252)]=0x2710,After(a9_0x4f90fb,function(_0xa80e49,_0x252ff2){const _0x3109a5=a9_0x22d233,_0x1601fd={'FDzJi':_0x3109a5(0x1fc),'mOMyS':function(_0x3db5b6,_0x32b557){return _0x3db5b6>_0x32b557;},'qirvT':function(_0x4133fb,_0x357adb){return _0x4133fb===_0x357adb;},'SBBZH':_0x3109a5(0x1f1),'EqGAX':function(_0x335c1c,_0x5a4a68,_0x1902a2,_0x3efa7c){return _0x335c1c(_0x5a4a68,_0x1902a2,_0x3efa7c);},'rkMhB':_0x3109a5(0x265),'jJalG':function(_0x279595,_0xd3ac17,_0x629159){return _0x279595(_0xd3ac17,_0x629159);},'tIFgi':'passed','TjIak':function(_0x38f245){return _0x38f245();},'xoejq':_0x3109a5(0x26a),'hGuGQ':'isAccessibilityPlatform','MWEMd':_0x3109a5(0x20a),'sEymF':_0x3109a5(0x20f),'bMgnS':_0x3109a5(0x237),'mZXvF':_0x3109a5(0x21b),'tvxZl':function(_0x54bd21,_0x3bd9c4){return _0x54bd21>_0x3bd9c4;},'IkvsC':_0x3109a5(0x1df)};logger[_0x3109a5(0x1ef)](_0x1601fd[_0x3109a5(0x226)]),workerDetails[_0x3109a5(0x204)][_0x3109a5(0x1e2)]=_0xa80e49[_0x3109a5(0x21c)],new Promise(async _0x18e765=>{const _0x42142c=_0x3109a5;let _0x31105b=![];try{const _0xdb1a89=_0x1601fd[_0x42142c(0x24a)]['split']('|');let _0x484ff2=0x0;while(!![]){switch(_0xdb1a89[_0x484ff2++]){case'0':_0x31105b=!![];continue;case'1':_0x1601fd[_0x42142c(0x230)](global[_0x42142c(0x20c)]['length'],0x1)&&(await global['driverCleanup'](),global[_0x42142c(0x20c)][_0x42142c(0x1de)](),global['__error_messages__']=[],global[_0x42142c(0x241)]=![]);continue;case'2':await global['__drivers'][0x0]['session_'];continue;case'3':if(_0x1601fd[_0x42142c(0x27a)](_0xa80e49[_0x42142c(0x275)][_0x42142c(0x24e)][_0x42142c(0x25a)]()['toLowerCase'](),_0x1601fd[_0x42142c(0x22f)])||_0x1601fd[_0x42142c(0x27a)](_0xa80e49[_0x42142c(0x275)][_0x42142c(0x24e)][_0x42142c(0x25a)]()[_0x42142c(0x22d)](),'6')){try{global['__error_messages__'][_0x42142c(0x273)](_0xa80e49[_0x42142c(0x275)]['message']);}catch(_0x5442be){logger[_0x42142c(0x1ef)](_0x42142c(0x277)+_0x5442be);}await _0x1601fd[_0x42142c(0x24b)](markSessionStatus,global[_0x42142c(0x20c)][0x0],_0x1601fd[_0x42142c(0x22f)],global['__error_messages__']['join'](_0x1601fd[_0x42142c(0x202)]));}else await _0x1601fd[_0x42142c(0x240)](markSessionStatus,global[_0x42142c(0x20c)][0x0],_0x1601fd['tIFgi']);continue;case'4':!global['__skipSessionName']&&await global[_0x42142c(0x20c)][0x0][_0x42142c(0x1ed)](_0x42142c(0x268)+_0xa80e49[_0x42142c(0x22e)][_0x42142c(0x1d8)]+_0x42142c(0x23a));continue;}break;}}catch(_0x24449a){logger[_0x42142c(0x1ef)]('Error:\x20at\x20After:\x20'+util['format'](_0x24449a));}try{if(_0x1601fd[_0x42142c(0x256)](shouldProcessEventForTesthub)){const _0x189b66=TestDetails['getTestUUID'](_0xa80e49[_0x42142c(0x21c)]),_0x5f0452=await _0x1601fd[_0x42142c(0x24b)](sendPlatformDetails,global[_0x42142c(0x20c)][0x0],_0x189b66,!![]),_0x5634e5={};_0x5634e5['uuid']=_0x189b66,_0x5634e5[_0x42142c(0x1e0)]=_0x5f0452;const _0x3ec71b=_0x5634e5,_0x3ac1cf={};_0x3ac1cf[_0x42142c(0x1f6)]=_0x1601fd['xoejq'],_0x3ac1cf['test_run']=_0x3ec71b,await SessionHandler[_0x42142c(0x223)](_0x3ac1cf);}}catch(_0xaed955){logger['debug'](_0x42142c(0x262)+util[_0x42142c(0x1f7)](_0xaed955));}try{if(globals[_0x42142c(0x25e)](_0x1601fd[_0x42142c(0x1e3)])&&globals['getGlobal'](_0x1601fd[_0x42142c(0x1fe)])){logger[_0x42142c(0x24f)](_0x1601fd['sEymF']);const _0xb04bdf=TestDetails['getTestUUID'](_0xa80e49[_0x42142c(0x21c)]),_0x59bd58={};_0x59bd58[_0x42142c(0x271)]=_0xb04bdf,_0x59bd58['thBuildUuid']=process[_0x42142c(0x25f)][testHubConstants[_0x42142c(0x259)][_0x42142c(0x234)]],_0x59bd58['thJwtToken']=process['env'][testHubConstants['ENV_VAR'][_0x42142c(0x263)]];const _0x11c9d1=_0x59bd58;logger['debug'](_0x42142c(0x1ea)+JSON[_0x42142c(0x270)](_0x11c9d1)),logger[_0x42142c(0x1ef)](_0x1601fd[_0x42142c(0x23d)]),logger['debug'](util[_0x42142c(0x1f7)](await global[_0x42142c(0x20c)][0x0][_0x42142c(0x212)](scripts['performScan'],{'method':global[_0x42142c(0x225)]}))),await global[_0x42142c(0x20c)][0x0][_0x42142c(0x212)](scripts['saveTestResults'],_0x11c9d1),logger[_0x42142c(0x24f)](_0x1601fd['mZXvF']);}}catch(_0x438619){logger['error'](_0x42142c(0x1ee)+util[_0x42142c(0x1f7)]);}if(_0x31105b)try{global['__drivers'][0x0]&&_0x1601fd[_0x42142c(0x23f)](global[_0x42142c(0x20c)][0x0][_0x42142c(0x1fd)],0x0)&&await global[_0x42142c(0x20c)][0x0]['initQuit']();}catch(_0x28acc8){logger['debug'](_0x42142c(0x1ff)+_0x28acc8);}_0x1601fd['TjIak'](_0x18e765);})[_0x3109a5(0x1f5)](()=>_0x252ff2());});const a9_0x454c1b={};a9_0x454c1b[a9_0x22d233(0x1d8)]=a9_0x22d233(0x1fa),a9_0x454c1b[a9_0x22d233(0x252)]=0x2710,AfterStep(a9_0x454c1b,function(_0x9878fa,_0x3f2be5){const _0x8f8b4f=a9_0x22d233,_0x4d579b={'WGFlO':function(_0x400d31,_0x61dbf2){return _0x400d31===_0x61dbf2;},'erMjq':_0x8f8b4f(0x1f1),'yyfRL':function(_0x102313,_0x28f166){return _0x102313===_0x28f166;},'yxkZl':function(_0x377c99,_0x38a68a){return _0x377c99!==_0x38a68a;},'Cthri':function(_0x4f440a,_0x354f89,_0x31e02a){return _0x4f440a(_0x354f89,_0x31e02a);},'JNDwf':function(_0x33ecea,_0x5801f7){return _0x33ecea+_0x5801f7;},'OQFKu':_0x8f8b4f(0x27f),'HzBya':'\x0aError:\x20','tabpY':_0x8f8b4f(0x279),'FJnIE':function(_0x46a608,_0x7f4de){return _0x46a608+_0x7f4de;},'VTTvF':function(_0x301f6e,_0x384d27){return _0x301f6e!==_0x384d27;},'HLpBz':_0x8f8b4f(0x27e),'wFjWi':_0x8f8b4f(0x24f),'qRBOG':function(_0x3bbe0,_0x454044,_0x5175e6){return _0x3bbe0(_0x454044,_0x5175e6);},'mlYDi':_0x8f8b4f(0x1f9),'jxfHw':function(_0x317649){return _0x317649();},'GADsn':_0x8f8b4f(0x269)};logger[_0x8f8b4f(0x1ef)](_0x4d579b[_0x8f8b4f(0x221)]);const _0x5187c7=async(_0xfdaf70,_0x4c8620)=>{const _0x4279e1=_0x8f8b4f;await global['__drivers'][0x0][_0x4279e1(0x1ed)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+_0xfdaf70+_0x4279e1(0x27d)+_0x4c8620+_0x4279e1(0x23a));};new Promise(async _0x533f98=>{const _0x8bae5f=_0x8f8b4f;try{_0x4d579b['WGFlO'](_0x9878fa['result'][_0x8bae5f(0x24e)][_0x8bae5f(0x25a)]()[_0x8bae5f(0x22d)](),_0x4d579b[_0x8bae5f(0x210)])||_0x4d579b[_0x8bae5f(0x26e)](_0x9878fa[_0x8bae5f(0x275)][_0x8bae5f(0x24e)][_0x8bae5f(0x25a)]()[_0x8bae5f(0x22d)](),'6')?(global[_0x8bae5f(0x241)]=!![],global['__error_messages__'][_0x8bae5f(0x273)](_0x9878fa[_0x8bae5f(0x275)][_0x8bae5f(0x243)]),_0x4d579b[_0x8bae5f(0x200)](_0x9878fa[_0x8bae5f(0x216)],undefined)?await _0x4d579b[_0x8bae5f(0x218)](_0x5187c7,JSON[_0x8bae5f(0x270)](_0x4d579b[_0x8bae5f(0x1f3)](_0x4d579b[_0x8bae5f(0x1f3)](_0x4d579b['JNDwf'](_0x4d579b['OQFKu'],'\x22'+_0x9878fa[_0x8bae5f(0x216)]['text']+'\x22\x20'),_0x4d579b[_0x8bae5f(0x22b)]),_0x9878fa[_0x8bae5f(0x275)]['message'])),_0x4d579b[_0x8bae5f(0x1d9)]):await _0x4d579b[_0x8bae5f(0x218)](_0x5187c7,JSON[_0x8bae5f(0x270)](_0x4d579b[_0x8bae5f(0x1d6)](_0x4d579b[_0x8bae5f(0x1dc)],_0x9878fa[_0x8bae5f(0x275)][_0x8bae5f(0x243)])),_0x4d579b['tabpY'])):_0x4d579b[_0x8bae5f(0x20e)](_0x9878fa[_0x8bae5f(0x216)],undefined)?await _0x4d579b[_0x8bae5f(0x218)](_0x5187c7,JSON[_0x8bae5f(0x270)](_0x4d579b[_0x8bae5f(0x1d6)](_0x4d579b[_0x8bae5f(0x1f8)],'\x22'+_0x9878fa[_0x8bae5f(0x216)][_0x8bae5f(0x242)]+'\x22')),_0x4d579b[_0x8bae5f(0x21e)]):await _0x4d579b[_0x8bae5f(0x21f)](_0x5187c7,JSON[_0x8bae5f(0x270)](_0x4d579b['mlYDi']),_0x4d579b['wFjWi']);}catch(_0x329040){logger['debug']('Error:\x20at\x20After\x20Step:\x20'+_0x329040);}_0x4d579b[_0x8bae5f(0x26d)](_0x533f98);})[_0x8f8b4f(0x1f5)](()=>_0x3f2be5());});const a9_0x423c9e={};a9_0x423c9e[a9_0x22d233(0x1d8)]='bstack',a9_0x423c9e[a9_0x22d233(0x252)]=0x7530,AfterAll(a9_0x423c9e,async function(_0x20b219,_0x49419){const _0x255b8d=a9_0x22d233,_0x4be1f3={'sPutp':function(_0x871213){return _0x871213();},'JkRNB':_0x255b8d(0x274)};logger[_0x255b8d(0x1ef)](_0x4be1f3[_0x255b8d(0x1e4)]),await new Promise(async _0x29535b=>{const _0x14265c=_0x255b8d;await RequestQueueHandler[_0x14265c(0x217)]()[_0x14265c(0x260)](),PerformanceTester[_0x14265c(0x239)](),await global[_0x14265c(0x244)](),_0x4be1f3[_0x14265c(0x1e8)](_0x29535b);});});
1
+ const a9_0x11dba8=a9_0x3c5e;(function(_0x39170c,_0x170d91){const _0x159aae=a9_0x3c5e,_0x2b3d9b=_0x39170c();while(!![]){try{const _0x3c9c8f=parseInt(_0x159aae(0xdb))/0x1*(parseInt(_0x159aae(0x166))/0x2)+parseInt(_0x159aae(0xd8))/0x3+-parseInt(_0x159aae(0x101))/0x4+parseInt(_0x159aae(0xec))/0x5+-parseInt(_0x159aae(0xfe))/0x6+-parseInt(_0x159aae(0xe2))/0x7+-parseInt(_0x159aae(0x168))/0x8*(parseInt(_0x159aae(0xcf))/0x9);if(_0x3c9c8f===_0x170d91)break;else _0x2b3d9b['push'](_0x2b3d9b['shift']());}catch(_0x108708){_0x2b3d9b['push'](_0x2b3d9b['shift']());}}}(a9_0x1f55,0xda113));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require(a9_0x11dba8(0xd4)),setKeepAlive=require('../../helpers/setKeepAlive'),util=require(a9_0x11dba8(0xcb)),PerformanceTester=require('../../helpers/performance/performance-tester'),{commandRepository}=require(a9_0x11dba8(0xea)),cucumberModule=requireModule(a9_0x11dba8(0xd0),a9_0x11dba8(0x118)),logger=require(a9_0x11dba8(0x159))[a9_0x11dba8(0x124)],{shouldProcessEventForTesthub}=require(a9_0x11dba8(0x130)),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require(a9_0x11dba8(0xda)),TestDetails=require('../playwright/reporter/test-details.js'),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),{o11yErrorHandler}=require(a9_0x11dba8(0x138)),MyReporter=require(a9_0x11dba8(0x15c)),SessionHandler=require(a9_0x11dba8(0x137)),scripts=require(a9_0x11dba8(0xce)),globals=require(a9_0x11dba8(0x133)),testHubConstants=require('../../helpers/testhub/constants.js'),{shouldScanTestForAccessibility}=require(a9_0x11dba8(0x158)),{isUndefined}=require(a9_0x11dba8(0x128)),a9_0x240789={};a9_0x240789[a9_0x11dba8(0x126)]=undefined,a9_0x240789[a9_0x11dba8(0x12c)]={},a9_0x240789['o11ySyncDone']=![],a9_0x240789[a9_0x11dba8(0x12c)]['id']=undefined,a9_0x240789[a9_0x11dba8(0x12c)][a9_0x11dba8(0x11b)]=undefined;const workerDetails=a9_0x240789;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x500493){const _0x2ce3b1=a9_0x11dba8,_0x2f8799=workerDetails[_0x2ce3b1(0x12c)][_0x2ce3b1(0x11b)];if(!_0x2f8799)return;await MyReporter[_0x2ce3b1(0x141)](_0x2f8799,_0x500493);}),registerListeners=()=>{const _0xb4406a=a9_0x11dba8,_0x5b7c64={};_0x5b7c64['uDjhp']='Inside\x20browserstack\x20registerListeners';const _0x376aac=_0x5b7c64;logger[_0xb4406a(0xd1)](_0x376aac['uDjhp']),process[_0xb4406a(0x103)]('bs:addLog:'+process[_0xb4406a(0xdc)]),process['on'](_0xb4406a(0x10a)+process[_0xb4406a(0xdc)],sendTestLog),PerformanceTester[_0xb4406a(0x108)]();};modifyCommand(),setKeepAlive();const Before=cucumberModule[a9_0x11dba8(0x116)],After=cucumberModule[a9_0x11dba8(0xe9)],AfterAll=cucumberModule[a9_0x11dba8(0x152)],BeforeAll=cucumberModule[a9_0x11dba8(0xca)],AfterStep=cucumberModule[a9_0x11dba8(0x143)],configuration=process[a9_0x11dba8(0xc8)][a9_0x11dba8(0x13b)],bstackConfig=process[a9_0x11dba8(0xc8)][a9_0x11dba8(0x16e)];if(configuration!==undefined){const config=JSON[a9_0x11dba8(0x15e)](configuration);isBrowserstackInfra()?(global[a9_0x11dba8(0xf2)]=isTrue(config['skipSessionName']),global['__skipSessionStatus']=isTrue(config[a9_0x11dba8(0x155)])):(global[a9_0x11dba8(0xf2)]=!![],global['__skipSessionStatus']=!![]),shouldProcessEventForTesthub()?require(a9_0x11dba8(0x16c))[a9_0x11dba8(0xd5)](config,null,!![]):require(a9_0x11dba8(0x16c))[a9_0x11dba8(0xd5)](config),global[a9_0x11dba8(0x163)]=config[a9_0x11dba8(0x127)]||{};}function a9_0x1f55(){const _0x267ae3=['SqPTo','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','6952267itUygo','Passed:\x20','__error_messages__','Error:\x20at\x20After\x20Step:\x20','error','uZwXe','text','After','../../helpers/ai-sdk/autoHealHelper','lCKAQ','7848645YmGStI','AXDek','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','Error:\x20at\x20After:\x20','Error:\x20quiting\x20driver\x20at\x20After:\x20','__drivers','__skipSessionName','\x20|\x20','format','tIeHM','dJVpE','tags','performScan','JUGUs','toLowerCase','thBuildUuid','\x0aError:\x20','thJwtToken','4762788prhgqJ','shift','Inside\x20browserstack\x20After','1957664cHIAYj','LdFbo','removeAllListeners','iExMO','session_','Inside\x20browserstack\x20AfterAll','stringify','startMonitoring','shutdown','bs:addLog:','isAccessibilityPlatform','pickle','name','quitCount_','finally','Error:\x20cleaning\x20up\x20driver:\x20','uVeIo','bPEfz','executeScript','timeout','message','Before','integrations','@cucumber/cucumber','Fswxh','RhiIF','testInfo','njtdD','itvYl','testCaseStartedId','Error:\x20sendPlatformDetails\x20at\x20After:\x20','join','length','IgUqE','cucumber-js','winstonLogger','pYIFr','workerInfo','platformCaps','lodash','status','Failed:\x20','rDGqa','currentTest','event_type','Performing\x20scan\x20before\x20saving\x20results','result','../../helpers/testhub/utils','ENV_VAR','pickleStep','../../helpers/globals','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','map','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','../../helpers/test-observability/sessionHandler','../../helpers/test-observability/error-handler','xGRGs','Inside\x20browserstack\x20BeforeAll','CONFIG','bstackA11yShouldScan','toString','MGwer','setConfig','bstack','addTestUIDAndReportLog','split','AfterStep','wTFEU','AXXaI','\x22}}','push','__sessionFailed','initQuit','igPih','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20','BROWSERSTACK_TESTHUB_UUID','WLyjk','CGERV','failed','IlLqR','LfqGt','AfterAll','getGlobal','info','skipSessionStatus','vnnnh','3|4|0|2|1','../../helpers/accessibility-automation/helper','../../helpers/logger','dAdYp','vpwFM','../playwright/reporter/reporter.js','stopMonitoring','parse','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','YxZTc','executeAsyncScript','BxuZN','__platformCaps','BROWSERSTACK_TESTHUB_JWT','GAXwB','278jlXddG','saveTestResults','186776IPnQHL','uploadEventData','setFramework','getTestUUID','../../index','efRAv','BSTACK_CONFIG','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','driverCleanup','env','IZeUS','BeforeAll','util','Inside\x20browserstack\x20AfterStep','passed','../../helpers/accessibility-automation/scripts','45MwIuNI','@cucumber/cucumber/lib/index.js','debug','izmNi','__timeout','../../helpers/helper','browserstackAgentV2','NprRn','browserstackSessionName','4704873BSNlkg','qWfst','../../helpers/test-observability/utils','1067tnKpzy','pid','setDefaultTimeout','thTestRunUuid',',\x22level\x22:\x20\x22'];a9_0x1f55=function(){return _0x267ae3;};return a9_0x1f55();}if(bstackConfig!==undefined){const browserStackConfig=JSON[a9_0x11dba8(0x15e)](bstackConfig);browserStackConfig&&(commandRepository[a9_0x11dba8(0x13f)](browserStackConfig),commandRepository[a9_0x11dba8(0x16a)](a9_0x11dba8(0x123)));}global[a9_0x11dba8(0xd3)]=0x0;const __setDefaultTimeout=cucumberModule[a9_0x11dba8(0xdd)];cucumberModule[a9_0x11dba8(0xdd)]=_0x115c0b=>{const _0x2a1f8d=a9_0x11dba8,_0x2b83fd={'rDGqa':function(_0x2a57d9,_0x2d9673){return _0x2a57d9(_0x2d9673);}};global[_0x2a1f8d(0xd3)]=_0x115c0b,_0x2b83fd[_0x2a1f8d(0x12b)](__setDefaultTimeout,_0x115c0b);};const a9_0x2b4cb9={};a9_0x2b4cb9['name']=a9_0x11dba8(0x140),BeforeAll(a9_0x2b4cb9,function(){const _0x570837=a9_0x11dba8,_0x1b4359={'AXXaI':function(_0x190196,_0x275203,_0x34f1d7,_0x5e929f){return _0x190196(_0x275203,_0x34f1d7,_0x5e929f);},'Gxyes':'failed','LMrGp':_0x570837(0xf3),'mLhrA':function(_0x1012c8,_0x161db3,_0x2bbd77){return _0x1012c8(_0x161db3,_0x2bbd77);},'WLyjk':_0x570837(0xcd),'EinOW':_0x570837(0x13a),'xGRGs':function(_0x3a1fbc){return _0x3a1fbc();},'IgUqE':function(_0x338a1d){return _0x338a1d();},'izmNi':function(_0x289f3b,_0x5b6468){return _0x289f3b(_0x5b6468);}};PerformanceTester[_0x570837(0x108)](),logger[_0x570837(0xd1)](_0x1b4359['EinOW']),global['__error_messages__']=[],global[_0x570837(0x148)]=![],_0x1b4359[_0x570837(0x139)](shouldProcessEventForTesthub)&&(_0x1b4359[_0x570837(0x122)](registerListeners),_0x1b4359[_0x570837(0xd2)](addRequestSpy,![])),global[_0x570837(0x170)]=async()=>{const _0x33a9e6=_0x570837;let _0x5b82f5=![];try{await global[_0x33a9e6(0xf1)][0x0][_0x33a9e6(0x105)],_0x5b82f5=!![],global[_0x33a9e6(0x148)]?await _0x1b4359[_0x33a9e6(0x145)](markSessionStatus,global[_0x33a9e6(0xf1)][0x0],_0x1b4359['Gxyes'],global[_0x33a9e6(0xe4)][_0x33a9e6(0x120)](_0x1b4359['LMrGp'])):await _0x1b4359['mLhrA'](markSessionStatus,global[_0x33a9e6(0xf1)][0x0],_0x1b4359[_0x33a9e6(0x14d)]);}catch(_0x46acf0){logger[_0x33a9e6(0xd1)](_0x33a9e6(0x110)+_0x46acf0);}global[_0x33a9e6(0xe4)]=[],global[_0x33a9e6(0x148)]=![];if(_0x5b82f5)try{await global[_0x33a9e6(0xf1)][0x0]['initQuit']();}catch(_0x44f1fc){logger[_0x33a9e6(0xd1)]('Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20'+_0x44f1fc);}};});const a9_0x43343c={};a9_0x43343c['name']=a9_0x11dba8(0x140),a9_0x43343c[a9_0x11dba8(0x114)]=0x2710,Before(a9_0x43343c,function(_0x12c0e4,_0x349e1a){const _0x54bfa7=a9_0x11dba8,_0x57395d={'bPEfz':function(_0x4a4b71,_0x18bb1){return _0x4a4b71>_0x18bb1;},'iExMO':function(_0x119ed5,_0x4d6b24){return _0x119ed5(_0x4d6b24);},'wTFEU':function(_0x428a0b,_0xb3b8b6,_0x3ace8a,_0xcb51d5){return _0x428a0b(_0xb3b8b6,_0x3ace8a,_0xcb51d5);},'Fswxh':'bstackA11yShouldScan','XdFoo':function(_0x431d2a){return _0x431d2a();},'MGwer':'Inside\x20browserstack\x20Before'};commandRepository['setTestNameForHealingContext'](_0x12c0e4[_0x54bfa7(0x10c)]['name']),logger[_0x54bfa7(0xd1)](_0x57395d[_0x54bfa7(0x13e)]),new Promise(async _0x4af763=>{const _0x4bfd3a=_0x54bfa7;try{_0x57395d[_0x4bfd3a(0x112)](global[_0x4bfd3a(0xf1)][_0x4bfd3a(0x121)],0x1)&&(await global[_0x4bfd3a(0x170)](),global[_0x4bfd3a(0xf1)]['shift']()),global[_0x4bfd3a(0xf1)][0x0][_0x4bfd3a(0x10e)]&&_0x57395d[_0x4bfd3a(0x112)](global[_0x4bfd3a(0xf1)][0x0][_0x4bfd3a(0x10e)],0x0)&&await global[_0x4bfd3a(0x170)]();}catch(_0xf61937){logger[_0x4bfd3a(0xd1)](_0x4bfd3a(0x15f)+_0xf61937);}workerDetails[_0x4bfd3a(0x12c)][_0x4bfd3a(0x11b)]=_0x12c0e4[_0x4bfd3a(0x11e)];try{if(!_0x57395d[_0x4bfd3a(0x104)](isUndefined,_0x12c0e4[_0x4bfd3a(0x10c)][_0x4bfd3a(0xf7)])){const _0xbe021d=_0x57395d[_0x4bfd3a(0x144)](shouldScanTestForAccessibility,null,![],_0x12c0e4[_0x4bfd3a(0x10c)][_0x4bfd3a(0xf7)][_0x4bfd3a(0x135)](({name:_0x16d5ae})=>_0x16d5ae));globals['setGlobal'](_0x57395d[_0x4bfd3a(0x119)],_0xbe021d);}}catch(_0x19055f){logger['debug'](_0x4bfd3a(0x14b)+util[_0x4bfd3a(0xf4)](_0x19055f));}_0x57395d['XdFoo'](_0x4af763);})[_0x54bfa7(0x10f)](_0x349e1a);});const a9_0x524617={};function a9_0x3c5e(_0x45e48f,_0xdabba6){const _0x1f557c=a9_0x1f55();return a9_0x3c5e=function(_0x3c5e8a,_0x4b5772){_0x3c5e8a=_0x3c5e8a-0xc8;let _0x48193b=_0x1f557c[_0x3c5e8a];return _0x48193b;},a9_0x3c5e(_0x45e48f,_0xdabba6);}a9_0x524617[a9_0x11dba8(0x10d)]='bstack',a9_0x524617[a9_0x11dba8(0x114)]=0x2710,After(a9_0x524617,function(_0x70a680,_0x41ac35){const _0x1b6206=a9_0x11dba8,_0x4eac76={'Awsaf':_0x1b6206(0x157),'OYYFb':function(_0x2e3cb3,_0x113580){return _0x2e3cb3===_0x113580;},'eEeQR':_0x1b6206(0x14f),'YxZTc':function(_0x847abc,_0x55ad64){return _0x847abc===_0x55ad64;},'lCKAQ':function(_0x18c999,_0x414ff6,_0x42d23c,_0x164ff0){return _0x18c999(_0x414ff6,_0x42d23c,_0x164ff0);},'itvYl':_0x1b6206(0xf3),'JUGUs':function(_0x2df174,_0x592876,_0x12c600){return _0x2df174(_0x592876,_0x12c600);},'wWspW':_0x1b6206(0xcd),'AXDek':function(_0x2844bc,_0x59738d){return _0x2844bc>_0x59738d;},'LfqGt':function(_0x3461ce){return _0x3461ce();},'vnnnh':function(_0x424a4f,_0x546c09,_0x14bc0b,_0x53e2e7){return _0x424a4f(_0x546c09,_0x14bc0b,_0x53e2e7);},'fwKOs':'CBTSessionCreated','qWfst':_0x1b6206(0x10b),'GAXwB':_0x1b6206(0x13c),'tIeHM':_0x1b6206(0x134),'MPhHW':_0x1b6206(0x12e),'pwWoK':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','JEJpH':function(_0x14b9ee,_0xc37748){return _0x14b9ee>_0xc37748;},'YWTeu':function(_0x96f705){return _0x96f705();},'uVeIo':_0x1b6206(0x100)};logger[_0x1b6206(0xd1)](_0x4eac76[_0x1b6206(0x111)]),workerDetails[_0x1b6206(0x12c)][_0x1b6206(0x11b)]=_0x70a680['testCaseStartedId'],new Promise(async _0x13c777=>{const _0x307863=_0x1b6206;let _0x4010e4=![];try{const _0x4b7a27=_0x4eac76['Awsaf'][_0x307863(0x142)]('|');let _0x1c0e7b=0x0;while(!![]){switch(_0x4b7a27[_0x1c0e7b++]){case'0':_0x4010e4=!![];continue;case'1':if(_0x4eac76['OYYFb'](_0x70a680[_0x307863(0x12f)][_0x307863(0x129)][_0x307863(0x13d)]()['toLowerCase'](),_0x4eac76['eEeQR'])||_0x4eac76[_0x307863(0x160)](_0x70a680[_0x307863(0x12f)][_0x307863(0x129)][_0x307863(0x13d)]()['toLowerCase'](),'6')){try{global[_0x307863(0xe4)][_0x307863(0x147)](_0x70a680[_0x307863(0x12f)][_0x307863(0x115)]);}catch(_0x3440f0){logger['debug'](_0x307863(0x136)+_0x3440f0);}await _0x4eac76[_0x307863(0xeb)](markSessionStatus,global['__drivers'][0x0],_0x4eac76['eEeQR'],global[_0x307863(0xe4)][_0x307863(0x120)](_0x4eac76[_0x307863(0x11d)]));}else await _0x4eac76[_0x307863(0xf9)](markSessionStatus,global[_0x307863(0xf1)][0x0],_0x4eac76['wWspW']);continue;case'2':!global['__skipSessionName']&&await global[_0x307863(0xf1)][0x0][_0x307863(0x113)](_0x307863(0x16f)+_0x70a680[_0x307863(0x10c)][_0x307863(0x10d)]+'\x22}}');continue;case'3':_0x4eac76[_0x307863(0xed)](global[_0x307863(0xf1)]['length'],0x1)&&(await global[_0x307863(0x170)](),global[_0x307863(0xf1)][_0x307863(0xff)](),global['__error_messages__']=[],global[_0x307863(0x148)]=![]);continue;case'4':await global[_0x307863(0xf1)][0x0]['session_'];continue;}break;}}catch(_0x55878b){logger[_0x307863(0xd1)](_0x307863(0xef)+util[_0x307863(0xf4)](_0x55878b));}try{if(_0x4eac76[_0x307863(0x151)](shouldProcessEventForTesthub)){const _0x43553f=TestDetails[_0x307863(0x16b)](_0x70a680['testCaseStartedId']),_0xeaa6b1=await _0x4eac76[_0x307863(0x156)](sendPlatformDetails,global[_0x307863(0xf1)][0x0],_0x43553f,!![]),_0xb6ade={};_0xb6ade['uuid']=_0x43553f,_0xb6ade[_0x307863(0x117)]=_0xeaa6b1;const _0x4213e4=_0xb6ade,_0x3264d6={};_0x3264d6[_0x307863(0x12d)]=_0x4eac76['fwKOs'],_0x3264d6['test_run']=_0x4213e4,await SessionHandler[_0x307863(0x169)](_0x3264d6);}}catch(_0x3ec77b){logger[_0x307863(0xd1)](_0x307863(0x11f)+util[_0x307863(0xf4)](_0x3ec77b));}try{if(globals[_0x307863(0x153)](_0x4eac76[_0x307863(0xd9)])&&globals[_0x307863(0x153)](_0x4eac76[_0x307863(0x165)])){logger[_0x307863(0x154)](_0x4eac76[_0x307863(0xf5)]);const _0x26aae0=TestDetails['getTestUUID'](_0x70a680[_0x307863(0x11e)]),_0x2543b8={};_0x2543b8[_0x307863(0xde)]=_0x26aae0,_0x2543b8[_0x307863(0xfb)]=process[_0x307863(0xc8)][testHubConstants['ENV_VAR'][_0x307863(0x14c)]],_0x2543b8[_0x307863(0xfd)]=process[_0x307863(0xc8)][testHubConstants[_0x307863(0x131)][_0x307863(0x164)]];const _0x4a0f08=_0x2543b8;logger['debug'](_0x307863(0xe1)+JSON[_0x307863(0x107)](_0x4a0f08)),logger[_0x307863(0xd1)](_0x4eac76['MPhHW']),logger[_0x307863(0xd1)](util[_0x307863(0xf4)](await global[_0x307863(0xf1)][0x0][_0x307863(0x161)](scripts[_0x307863(0xf8)],{'method':global[_0x307863(0xd7)]}))),await global[_0x307863(0xf1)][0x0][_0x307863(0x161)](scripts[_0x307863(0x167)],_0x4a0f08),logger[_0x307863(0x154)](_0x4eac76['pwWoK']);}}catch(_0x46b0aa){logger['error']('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20'+util[_0x307863(0xf4)]);}if(_0x4010e4)try{global[_0x307863(0xf1)][0x0]&&_0x4eac76['JEJpH'](global[_0x307863(0xf1)][0x0][_0x307863(0x10e)],0x0)&&await global['__drivers'][0x0][_0x307863(0x149)]();}catch(_0x867250){logger[_0x307863(0xd1)](_0x307863(0xf0)+_0x867250);}_0x4eac76['YWTeu'](_0x13c777);})['finally'](()=>_0x41ac35());});const a9_0x12e23f={};a9_0x12e23f[a9_0x11dba8(0x10d)]=a9_0x11dba8(0x140),a9_0x12e23f[a9_0x11dba8(0x114)]=0x2710,AfterStep(a9_0x12e23f,function(_0x4c738c,_0x129e5d){const _0x519ce6=a9_0x11dba8,_0x5cea9b={'SqPTo':function(_0x514674,_0x108c15){return _0x514674===_0x108c15;},'sNPqH':'failed','igPih':function(_0x1ec572,_0x37bae7){return _0x1ec572!==_0x37bae7;},'CGERV':function(_0x4603d0,_0x33c8c5,_0x272250){return _0x4603d0(_0x33c8c5,_0x272250);},'njtdD':function(_0x2e32c9,_0x297039){return _0x2e32c9+_0x297039;},'eFNPV':function(_0x21ff32,_0x136931){return _0x21ff32+_0x136931;},'vpwFM':function(_0x9a6ad9,_0x199aca){return _0x9a6ad9+_0x199aca;},'dJVpE':_0x519ce6(0x12a),'LdFbo':_0x519ce6(0xfc),'dAdYp':_0x519ce6(0xe6),'IZeUS':function(_0xe97f2b,_0x42f499,_0x51b988){return _0xe97f2b(_0x42f499,_0x51b988);},'RhiIF':function(_0x5579dc,_0x333df6){return _0x5579dc!==_0x333df6;},'DGbOx':function(_0xf62a75,_0x4251a6){return _0xf62a75+_0x4251a6;},'IlLqR':_0x519ce6(0xe3),'BxuZN':'info','efRAv':function(_0x58d566,_0x16468f,_0x350707){return _0x58d566(_0x16468f,_0x350707);},'NprRn':'Passed','KsPlO':function(_0x9b5b5c){return _0x9b5b5c();},'XLpWJ':_0x519ce6(0xcc)};logger[_0x519ce6(0xd1)](_0x5cea9b['XLpWJ']);const _0x8a3afe=async(_0x396a60,_0x391618)=>{const _0x20df4d=_0x519ce6;await global['__drivers'][0x0][_0x20df4d(0x113)](_0x20df4d(0xee)+_0x396a60+_0x20df4d(0xdf)+_0x391618+_0x20df4d(0x146));};new Promise(async _0x41778b=>{const _0x1a66ec=_0x519ce6;try{_0x5cea9b[_0x1a66ec(0xe0)](_0x4c738c[_0x1a66ec(0x12f)][_0x1a66ec(0x129)]['toString']()['toLowerCase'](),_0x5cea9b['sNPqH'])||_0x5cea9b[_0x1a66ec(0xe0)](_0x4c738c[_0x1a66ec(0x12f)]['status'][_0x1a66ec(0x13d)]()[_0x1a66ec(0xfa)](),'6')?(global[_0x1a66ec(0x148)]=!![],global[_0x1a66ec(0xe4)][_0x1a66ec(0x147)](_0x4c738c[_0x1a66ec(0x12f)][_0x1a66ec(0x115)]),_0x5cea9b[_0x1a66ec(0x14a)](_0x4c738c['pickleStep'],undefined)?await _0x5cea9b[_0x1a66ec(0x14e)](_0x8a3afe,JSON['stringify'](_0x5cea9b[_0x1a66ec(0x11c)](_0x5cea9b['eFNPV'](_0x5cea9b[_0x1a66ec(0x15b)](_0x5cea9b[_0x1a66ec(0xf6)],'\x22'+_0x4c738c[_0x1a66ec(0x132)][_0x1a66ec(0xe8)]+'\x22\x20'),_0x5cea9b[_0x1a66ec(0x102)]),_0x4c738c[_0x1a66ec(0x12f)][_0x1a66ec(0x115)])),_0x5cea9b[_0x1a66ec(0x15a)]):await _0x5cea9b['IZeUS'](_0x8a3afe,JSON['stringify'](_0x5cea9b[_0x1a66ec(0x15b)](_0x5cea9b['dJVpE'],_0x4c738c['result'][_0x1a66ec(0x115)])),_0x5cea9b[_0x1a66ec(0x15a)])):_0x5cea9b[_0x1a66ec(0x11a)](_0x4c738c[_0x1a66ec(0x132)],undefined)?await _0x5cea9b[_0x1a66ec(0xc9)](_0x8a3afe,JSON[_0x1a66ec(0x107)](_0x5cea9b['DGbOx'](_0x5cea9b[_0x1a66ec(0x150)],'\x22'+_0x4c738c[_0x1a66ec(0x132)][_0x1a66ec(0xe8)]+'\x22')),_0x5cea9b[_0x1a66ec(0x162)]):await _0x5cea9b[_0x1a66ec(0x16d)](_0x8a3afe,JSON['stringify'](_0x5cea9b[_0x1a66ec(0xd6)]),_0x5cea9b[_0x1a66ec(0x162)]);}catch(_0x4c98ff){logger['debug'](_0x1a66ec(0xe5)+_0x4c98ff);}_0x5cea9b['KsPlO'](_0x41778b);})[_0x519ce6(0x10f)](()=>_0x129e5d());});const a9_0x203fd8={};a9_0x203fd8['name']='bstack',a9_0x203fd8[a9_0x11dba8(0x114)]=0x7530,AfterAll(a9_0x203fd8,async function(_0x1d7e6b,_0x469301){const _0x7596ed=a9_0x11dba8,_0x1363bb={'pYIFr':function(_0x1b332c){return _0x1b332c();},'uZwXe':_0x7596ed(0x106)};logger['debug'](_0x1363bb[_0x7596ed(0xe7)]),await new Promise(async _0x869fb6=>{const _0x5c0375=_0x7596ed;await RequestQueueHandler['getInstance']()[_0x5c0375(0x109)](),PerformanceTester[_0x5c0375(0x15d)](),await global[_0x5c0375(0x170)](),_0x1363bb[_0x5c0375(0x125)](_0x869fb6);});});
@@ -1 +1 @@
1
- const a10_0x44f60b=a10_0x4781;(function(_0x2a490c,_0x32360f){const _0x5e4a54=a10_0x4781,_0x3db42d=_0x2a490c();while(!![]){try{const _0x13761d=-parseInt(_0x5e4a54(0xd6))/0x1+-parseInt(_0x5e4a54(0xfa))/0x2*(parseInt(_0x5e4a54(0xe1))/0x3)+parseInt(_0x5e4a54(0xc8))/0x4+parseInt(_0x5e4a54(0xed))/0x5+-parseInt(_0x5e4a54(0xcd))/0x6*(parseInt(_0x5e4a54(0xce))/0x7)+parseInt(_0x5e4a54(0xd8))/0x8*(parseInt(_0x5e4a54(0xe8))/0x9)+-parseInt(_0x5e4a54(0xf6))/0xa*(parseInt(_0x5e4a54(0xfc))/0xb);if(_0x13761d===_0x32360f)break;else _0x3db42d['push'](_0x3db42d['shift']());}catch(_0x326a6b){_0x3db42d['push'](_0x3db42d['shift']());}}}(a10_0x5b5d,0xeb2ab));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x44f60b(0xcb)),setKeepAlive=require(a10_0x44f60b(0xde)),cucumberModule=requireModule('cucumber/lib/index.js',a10_0x44f60b(0xd0)),logger=require(a10_0x44f60b(0xdb))['winstonLogger'];function a10_0x5b5d(){const _0x35d73e=['Inside\x20browserstack\x20Before','setDefaultTimeout','AbreO','dbaSo','4897365zMcDBg','passed','MvLWa','join','__timeout','pickle','skipSessionStatus','Error:\x20quiting\x20at\x20After:\x20','then','110BwtKug','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','debug','mBdlu','1262CWywAi','session_','287331mAApBw','__skipSessionName','hJJYE','Inside\x20browserstack\x20After','6451648dheNPC','bstack','platformCaps','../../helpers/helper','CONFIG','30HAZFWm','856807CdnBlx','After','cucumber','iONUv','Before','__driver','__skipSessionStatus','env','407243Liprxa','initQuit','8131352xxRWHo','qMMLo','status','../../helpers/logger','__error_messages__','failed','../../helpers/setKeepAlive','\x20|\x20','skipSessionName','6366OZbPfL','name','toLowerCase','browserstackAgentV2','../../index','__platformCaps','timeout','9ADWLSN'];a10_0x5b5d=function(){return _0x35d73e;};return a10_0x5b5d();}modifyCommand(),setKeepAlive();const Before=cucumberModule[a10_0x44f60b(0xd2)],After=cucumberModule[a10_0x44f60b(0xcf)],configuration=process[a10_0x44f60b(0xd5)][a10_0x44f60b(0xcc)];if(configuration!==undefined){const config=JSON['parse'](configuration);isTrue(config[a10_0x44f60b(0xe0)])&&(global[a10_0x44f60b(0xfd)]=!![]),global[a10_0x44f60b(0xd4)]=isTrue(config[a10_0x44f60b(0xf3)]),require(a10_0x44f60b(0xe5))[a10_0x44f60b(0xe4)](config),global[a10_0x44f60b(0xe6)]=config[a10_0x44f60b(0xca)]||{};}global[a10_0x44f60b(0xf1)]=0x0;const __setDefaultTimeout=cucumberModule[a10_0x44f60b(0xea)];function a10_0x4781(_0xfcc845,_0x4bc87a){const _0x5b5db8=a10_0x5b5d();return a10_0x4781=function(_0x4781f0,_0x110450){_0x4781f0=_0x4781f0-0xc6;let _0x3f9639=_0x5b5db8[_0x4781f0];return _0x3f9639;},a10_0x4781(_0xfcc845,_0x4bc87a);}cucumberModule[a10_0x44f60b(0xea)]=_0x509b36=>{const _0x3d6b89=a10_0x44f60b,_0x5870c8={'MvLWa':function(_0x312a58,_0x210d7d){return _0x312a58(_0x210d7d);}};global['__timeout']=_0x509b36,_0x5870c8[_0x3d6b89(0xef)](__setDefaultTimeout,_0x509b36);};const a10_0x30cfca={};a10_0x30cfca[a10_0x44f60b(0xe2)]=a10_0x44f60b(0xc9),Before(a10_0x30cfca,function(){const _0x14a355=a10_0x44f60b,_0x6316f4={};_0x6316f4[_0x14a355(0xc6)]=_0x14a355(0xe9);const _0x4444a9=_0x6316f4;logger['debug'](_0x4444a9[_0x14a355(0xc6)]),global[_0x14a355(0xdc)]=[];});const a10_0x974e5a={};a10_0x974e5a[a10_0x44f60b(0xe2)]=a10_0x44f60b(0xc9),a10_0x974e5a[a10_0x44f60b(0xe7)]=0x2710,After(a10_0x974e5a,function(_0x5496e7,_0x2a3bab){const _0x34337c=a10_0x44f60b,_0x3eb7ea={'twGDY':function(_0x1733e1,_0x3373eb){return _0x1733e1===_0x3373eb;},'mBdlu':_0x34337c(0xdd),'YaATL':function(_0x3161e1,_0x8ff64a,_0x53a6a0,_0x27e829){return _0x3161e1(_0x8ff64a,_0x53a6a0,_0x27e829);},'wpFJw':_0x34337c(0xdf),'YfWPO':function(_0x28c53c,_0x446468,_0x921ecb){return _0x28c53c(_0x446468,_0x921ecb);},'dbaSo':_0x34337c(0xee),'iONUv':function(_0x2ba315){return _0x2ba315();},'AbreO':function(_0x2dab44,_0x1a6073){return _0x2dab44(_0x1a6073);},'qMMLo':_0x34337c(0xc7)};logger['debug'](_0x3eb7ea[_0x34337c(0xd9)]),new Promise(async(_0x48e51c,_0x1481a1)=>{const _0x585924=_0x34337c;let _0x1c6a90=![];try{await global[_0x585924(0xd3)][_0x585924(0xfb)],_0x1c6a90=!![],!global[_0x585924(0xfd)]&&await global['__driver']['executeScript'](_0x585924(0xf7)+_0x5496e7[_0x585924(0xf2)][_0x585924(0xe2)]+'\x22}}'),_0x3eb7ea['twGDY'](_0x5496e7['result'][_0x585924(0xda)][_0x585924(0xe3)](),_0x3eb7ea[_0x585924(0xf9)])?await _0x3eb7ea['YaATL'](markSessionStatus,global[_0x585924(0xd3)],_0x3eb7ea[_0x585924(0xf9)],global[_0x585924(0xdc)][_0x585924(0xf0)](_0x3eb7ea['wpFJw'])):await _0x3eb7ea['YfWPO'](markSessionStatus,global[_0x585924(0xd3)],_0x3eb7ea[_0x585924(0xec)]);}catch(_0x327288){logger['debug']('Error:\x20setting\x20status\x20at\x20After:\x20'+_0x327288);}if(_0x1c6a90)try{await global['__driver'][_0x585924(0xd7)](),_0x3eb7ea[_0x585924(0xd1)](_0x48e51c);}catch(_0x53f82e){logger[_0x585924(0xf8)](_0x585924(0xf4)+_0x53f82e),_0x3eb7ea[_0x585924(0xeb)](_0x1481a1,_0x53f82e);}else _0x3eb7ea[_0x585924(0xd1)](_0x1481a1);})[_0x34337c(0xf5)](()=>_0x2a3bab());});
1
+ const a10_0x101f86=a10_0x4196;(function(_0x536080,_0x2e6e58){const _0xc36a9e=a10_0x4196,_0x1511c5=_0x536080();while(!![]){try{const _0xc6d103=-parseInt(_0xc36a9e(0x99))/0x1+parseInt(_0xc36a9e(0x80))/0x2*(-parseInt(_0xc36a9e(0x87))/0x3)+parseInt(_0xc36a9e(0x86))/0x4+-parseInt(_0xc36a9e(0xa4))/0x5*(parseInt(_0xc36a9e(0x97))/0x6)+-parseInt(_0xc36a9e(0x7d))/0x7*(-parseInt(_0xc36a9e(0x7a))/0x8)+parseInt(_0xc36a9e(0xa5))/0x9+parseInt(_0xc36a9e(0x8d))/0xa;if(_0xc6d103===_0x2e6e58)break;else _0x1511c5['push'](_0x1511c5['shift']());}catch(_0x553758){_0x1511c5['push'](_0x1511c5['shift']());}}}(a10_0x17ed,0xb3f60));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x101f86(0x92)),setKeepAlive=require(a10_0x101f86(0x78)),cucumberModule=requireModule('cucumber/lib/index.js',a10_0x101f86(0x90)),logger=require('../../helpers/logger')[a10_0x101f86(0x95)];modifyCommand(),setKeepAlive();const Before=cucumberModule[a10_0x101f86(0x9b)],After=cucumberModule[a10_0x101f86(0x77)],configuration=process['env'][a10_0x101f86(0x85)];if(configuration!==undefined){const config=JSON['parse'](configuration);isTrue(config['skipSessionName'])&&(global[a10_0x101f86(0xa3)]=!![]),global[a10_0x101f86(0x98)]=isTrue(config[a10_0x101f86(0x9a)]),require('../../index')['browserstackAgentV2'](config),global[a10_0x101f86(0x82)]=config[a10_0x101f86(0x83)]||{};}function a10_0x4196(_0x304124,_0x2300c0){const _0x17eddc=a10_0x17ed();return a10_0x4196=function(_0x419698,_0x501188){_0x419698=_0x419698-0x76;let _0x21a3fa=_0x17eddc[_0x419698];return _0x21a3fa;},a10_0x4196(_0x304124,_0x2300c0);}global['__timeout']=0x0;const __setDefaultTimeout=cucumberModule[a10_0x101f86(0xa6)];cucumberModule[a10_0x101f86(0xa6)]=_0x1011a9=>{const _0x56db52=a10_0x101f86,_0x26fffe={'aOVfE':function(_0x4e6389,_0x3c7301){return _0x4e6389(_0x3c7301);}};global[_0x56db52(0x79)]=_0x1011a9,_0x26fffe[_0x56db52(0xa0)](__setDefaultTimeout,_0x1011a9);};function a10_0x17ed(){const _0x7566=['cucumber','debug','../../helpers/helper','failed','__driver','winstonLogger','join','6bdrAcO','__skipSessionStatus','732714ufTsfa','skipSessionStatus','Before','pNQfW','passed','CRXNJ','bstack','aOVfE','toLowerCase','initQuit','__skipSessionName','3375235boZrMn','9405162KkchTF','setDefaultTimeout','session_','name','ZqNrs','After','../../helpers/setKeepAlive','__timeout','296WcezVZ','Error:\x20quiting\x20at\x20After:\x20','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','196217rUoCIM','UUllT','Error:\x20setting\x20status\x20at\x20After:\x20','1532qGpRjV','Inside\x20browserstack\x20After','__platformCaps','platformCaps','Inside\x20browserstack\x20Before','CONFIG','660572MRHMcT','1770VAtKtE','YnSAI','RKcMy','status','POsCl','pickle','3495130JolCXZ','BMdhm','\x20|\x20'];a10_0x17ed=function(){return _0x7566;};return a10_0x17ed();}const a10_0x3b4031={};a10_0x3b4031[a10_0x101f86(0xa8)]=a10_0x101f86(0x9f),Before(a10_0x3b4031,function(){const _0x1174c0=a10_0x101f86,_0x170ebf={};_0x170ebf[_0x1174c0(0x76)]=_0x1174c0(0x84);const _0x19a6f2=_0x170ebf;logger['debug'](_0x19a6f2[_0x1174c0(0x76)]),global['__error_messages__']=[];});const a10_0x18ed34={};a10_0x18ed34[a10_0x101f86(0xa8)]=a10_0x101f86(0x9f),a10_0x18ed34['timeout']=0x2710,After(a10_0x18ed34,function(_0x5f1eff,_0x404b65){const _0x533483=a10_0x101f86,_0x56ecca={'RKcMy':function(_0xced318,_0x1b6a3f){return _0xced318===_0x1b6a3f;},'pNQfW':_0x533483(0x93),'CRXNJ':function(_0x17f161,_0x46e9ae,_0x4cb933,_0x206da3){return _0x17f161(_0x46e9ae,_0x4cb933,_0x206da3);},'YnSAI':_0x533483(0x8f),'QJrBl':function(_0x34a2b5,_0x4c2477,_0x1b990b){return _0x34a2b5(_0x4c2477,_0x1b990b);},'BMdhm':_0x533483(0x9d),'UUllT':function(_0x3e8405){return _0x3e8405();},'POsCl':function(_0x303f97,_0x32f0a1){return _0x303f97(_0x32f0a1);},'mjeKD':_0x533483(0x81)};logger['debug'](_0x56ecca['mjeKD']),new Promise(async(_0x3936f9,_0x484ec9)=>{const _0x214469=_0x533483;let _0x2b263b=![];try{await global[_0x214469(0x94)][_0x214469(0xa7)],_0x2b263b=!![],!global['__skipSessionName']&&await global[_0x214469(0x94)]['executeScript'](_0x214469(0x7c)+_0x5f1eff[_0x214469(0x8c)][_0x214469(0xa8)]+'\x22}}'),_0x56ecca[_0x214469(0x89)](_0x5f1eff['result'][_0x214469(0x8a)][_0x214469(0xa1)](),_0x56ecca[_0x214469(0x9c)])?await _0x56ecca[_0x214469(0x9e)](markSessionStatus,global['__driver'],_0x56ecca['pNQfW'],global['__error_messages__'][_0x214469(0x96)](_0x56ecca[_0x214469(0x88)])):await _0x56ecca['QJrBl'](markSessionStatus,global[_0x214469(0x94)],_0x56ecca[_0x214469(0x8e)]);}catch(_0x4b1cbb){logger[_0x214469(0x91)](_0x214469(0x7f)+_0x4b1cbb);}if(_0x2b263b)try{await global[_0x214469(0x94)][_0x214469(0xa2)](),_0x56ecca[_0x214469(0x7e)](_0x3936f9);}catch(_0x2c24d8){logger[_0x214469(0x91)](_0x214469(0x7b)+_0x2c24d8),_0x56ecca[_0x214469(0x8b)](_0x484ec9,_0x2c24d8);}else _0x56ecca[_0x214469(0x7e)](_0x484ec9);})['then'](()=>_0x404b65());});
@@ -1 +1 @@
1
- function a11_0x515d(){const _0x2cc3b5=['@cucumber/cucumber','@cucumber/cucumber/lib/index.js','../../helpers/helper','380050qZkuzT','158212CeveIw','573084LyjRMW','35NzJQBy','cucumber/lib/index.js','2jfgbZL','setDefaultTimeout','129401eXZfAC','1807480nitGrN','cucumber','83656OedEaB','1645812GuIKfm','15DjocLV'];a11_0x515d=function(){return _0x2cc3b5;};return a11_0x515d();}const a11_0x537039=a11_0x2cdf;function a11_0x2cdf(_0x23a782,_0x8e9bcf){const _0x515df5=a11_0x515d();return a11_0x2cdf=function(_0x2cdfd8,_0x242d1c){_0x2cdfd8=_0x2cdfd8-0xc3;let _0x4a87e2=_0x515df5[_0x2cdfd8];return _0x4a87e2;},a11_0x2cdf(_0x23a782,_0x8e9bcf);}(function(_0x39d995,_0x46dd98){const _0x30f37d=a11_0x2cdf,_0x2138d4=_0x39d995();while(!![]){try{const _0x3e174f=-parseInt(_0x30f37d(0xcd))/0x1*(parseInt(_0x30f37d(0xcb))/0x2)+parseInt(_0x30f37d(0xd2))/0x3*(-parseInt(_0x30f37d(0xc7))/0x4)+-parseInt(_0x30f37d(0xc6))/0x5+parseInt(_0x30f37d(0xc8))/0x6+parseInt(_0x30f37d(0xc9))/0x7*(parseInt(_0x30f37d(0xd0))/0x8)+parseInt(_0x30f37d(0xd1))/0x9+parseInt(_0x30f37d(0xce))/0xa;if(_0x3e174f===_0x46dd98)break;else _0x2138d4['push'](_0x2138d4['shift']());}catch(_0x4c9f8e){_0x2138d4['push'](_0x2138d4['shift']());}}}(a11_0x515d,0x1a6cf));const {requireModule}=require(a11_0x537039(0xc5)),constants=require('../utils/constants');;let cucumberModule=null;try{cucumberModule=requireModule(a11_0x537039(0xc4),a11_0x537039(0xc3));}catch(a11_0x98f1d6){cucumberModule=requireModule(a11_0x537039(0xca),a11_0x537039(0xcf));}cucumberModule[a11_0x537039(0xcc)](constants['BSTACK_DELTA']+global['__timeout']*0x1);
1
+ const a11_0x521cbc=a11_0xd9f5;function a11_0xd9f5(_0x19895b,_0x46641d){const _0x562837=a11_0x5628();return a11_0xd9f5=function(_0xd9f562,_0x2d93a1){_0xd9f562=_0xd9f562-0x193;let _0x316fb9=_0x562837[_0xd9f562];return _0x316fb9;},a11_0xd9f5(_0x19895b,_0x46641d);}(function(_0x13f8e4,_0x2efb69){const _0x2b5a6c=a11_0xd9f5,_0x1a0046=_0x13f8e4();while(!![]){try{const _0x467586=-parseInt(_0x2b5a6c(0x194))/0x1+parseInt(_0x2b5a6c(0x1a2))/0x2+-parseInt(_0x2b5a6c(0x193))/0x3+parseInt(_0x2b5a6c(0x199))/0x4+-parseInt(_0x2b5a6c(0x197))/0x5+parseInt(_0x2b5a6c(0x19e))/0x6*(parseInt(_0x2b5a6c(0x19c))/0x7)+parseInt(_0x2b5a6c(0x19d))/0x8*(-parseInt(_0x2b5a6c(0x195))/0x9);if(_0x467586===_0x2efb69)break;else _0x1a0046['push'](_0x1a0046['shift']());}catch(_0x50f9c3){_0x1a0046['push'](_0x1a0046['shift']());}}}(a11_0x5628,0x50edd));const {requireModule}=require(a11_0x521cbc(0x1a1)),constants=require(a11_0x521cbc(0x19f));;let cucumberModule=null;try{cucumberModule=requireModule(a11_0x521cbc(0x196),a11_0x521cbc(0x198));}catch(a11_0x59ae35){cucumberModule=requireModule(a11_0x521cbc(0x19b),a11_0x521cbc(0x19a));}function a11_0x5628(){const _0x53ccfa=['439544tcMqzo','29490FisLRv','../utils/constants','BSTACK_DELTA','../../helpers/helper','670232onarbL','113043cKLvjK','351093TZVMIp','9PeAnOd','@cucumber/cucumber/lib/index.js','1029565qXxSJP','@cucumber/cucumber','578676kpqRam','cucumber','cucumber/lib/index.js','714nAQfAG'];a11_0x5628=function(){return _0x53ccfa;};return a11_0x5628();}cucumberModule['setDefaultTimeout'](constants[a11_0x521cbc(0x1a0)]+global['__timeout']*0x1);
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';function a12_0x4b7a(_0x22664c,_0x31ebbc){const _0x545dde=a12_0x545d();return a12_0x4b7a=function(_0x4b7a60,_0x1c6676){_0x4b7a60=_0x4b7a60-0xe7;let _0x2d7326=_0x545dde[_0x4b7a60];return _0x2d7326;},a12_0x4b7a(_0x22664c,_0x31ebbc);}const a12_0x220186=a12_0x4b7a;(function(_0x42cd26,_0x475057){const _0x975bfd=a12_0x4b7a,_0x346a07=_0x42cd26();while(!![]){try{const _0x3c2763=-parseInt(_0x975bfd(0x12d))/0x1*(parseInt(_0x975bfd(0xe9))/0x2)+-parseInt(_0x975bfd(0x101))/0x3*(parseInt(_0x975bfd(0x110))/0x4)+-parseInt(_0x975bfd(0x11a))/0x5+parseInt(_0x975bfd(0x126))/0x6*(-parseInt(_0x975bfd(0xee))/0x7)+parseInt(_0x975bfd(0xf3))/0x8+parseInt(_0x975bfd(0x104))/0x9+parseInt(_0x975bfd(0xf0))/0xa;if(_0x3c2763===_0x475057)break;else _0x346a07['push'](_0x346a07['shift']());}catch(_0x1a02b1){_0x346a07['push'](_0x346a07['shift']());}}}(a12_0x545d,0x7a6a7));const {default:BrowserStackSetup}=require(a12_0x220186(0xf9)),logger=require('../../helpers/logger')[a12_0x220186(0xed)],{URL}=require(a12_0x220186(0xff)),helper=require(a12_0x220186(0x116)),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x220186(0x10b)),validHosts=function(_0x26ad26){const _0x54dfd5=a12_0x220186;return _0x26ad26[_0x54dfd5(0x125)](',')['every'](_0x1c30bb=>{const _0x677f01=_0x54dfd5;try{new URL(_0x1c30bb[_0x677f01(0x120)]());}catch(_0x405a3c){return![];}return!![];});},parseOnPremHosts=function(_0x1eec0b){const _0x4602f1=a12_0x220186,_0x1c79a7={};_0x1c79a7[_0x4602f1(0x128)]=function(_0x443375,_0x23857d){return _0x443375===_0x23857d;},_0x1c79a7['WhwzA']=_0x4602f1(0xf4),_0x1c79a7[_0x4602f1(0x100)]=_0x4602f1(0x12f),_0x1c79a7[_0x4602f1(0x122)]=_0x4602f1(0x107);const _0xa62f8d=_0x1c79a7;return _0x1eec0b[_0x4602f1(0x125)](',')[_0x4602f1(0x132)](_0x570b9d=>{const _0x470b64=_0x4602f1,_0x376d52=new URL(_0x570b9d[_0x470b64(0x120)]()),_0x23ee3c=_0x376d52[_0x470b64(0x11b)],_0x1ddb88=_0x376d52[_0x470b64(0x118)]||(_0xa62f8d[_0x470b64(0x128)](_0x376d52[_0x470b64(0x106)],_0xa62f8d[_0x470b64(0x108)])?_0xa62f8d[_0x470b64(0x100)]:'80'),_0x35534a=_0x376d52['protocol'][_0x470b64(0xf7)](':',''),_0x144b96=_0xa62f8d[_0x470b64(0x128)](_0x35534a,_0xa62f8d[_0x470b64(0x122)])?0x1:0x0;return _0x23ee3c+','+_0x1ddb88+','+_0x144b96;});},connectCommandBuilder=function(_0x38b403){const _0x248fb0=a12_0x220186,_0x50dfd4={};_0x50dfd4['KkgsX']=_0x248fb0(0xfe);const _0x453db8=_0x50dfd4,_0x29bba9={};_0x29bba9[_0x248fb0(0x10f)]=HELP_MESSAGES[_0x248fb0(0x127)][_0x248fb0(0xf5)],_0x29bba9[_0x248fb0(0x12c)]=_0x453db8[_0x248fb0(0xeb)];const _0x579bf1={};_0x579bf1[_0x248fb0(0x10f)]=HELP_MESSAGES['options'][_0x248fb0(0x124)],_0x579bf1[_0x248fb0(0x12c)]=_0x453db8[_0x248fb0(0xeb)],_0x579bf1[_0x248fb0(0x129)]=!![];const _0x3e291f={};return _0x3e291f[_0x248fb0(0x115)]=_0x29bba9,_0x3e291f[_0x248fb0(0x124)]=_0x579bf1,_0x38b403[_0x248fb0(0x127)](_0x3e291f);},connectCommandHandler=async function(_0x4d64dd){const _0x32bc26=a12_0x220186,_0x45fb30={'iehOu':'integrations','HAGmm':function(_0x1fb838,_0x164a55){return _0x1fb838===_0x164a55;},'UwmnU':'undefined','Ltksg':_0x32bc26(0x102),'RBhyj':function(_0x2b8a17,_0x307ebf){return _0x2b8a17===_0x307ebf;},'UqbLX':_0x32bc26(0xf8),'yplYe':function(_0x8d1156,_0x54f0bb){return _0x8d1156(_0x54f0bb);},'FHdSw':'Hosts\x20not\x20valid','JnyGj':function(_0xc11b7,_0x221f3f){return _0xc11b7(_0x221f3f);},'gZYpY':'integrations-repeater','nGyez':_0x32bc26(0x11f),'ueXYx':_0x32bc26(0xfb)};try{const _0xd1d85e=new BrowserStackSetup(_0x4d64dd,_0x45fb30[_0x32bc26(0xf2)]);_0x4d64dd[_0x32bc26(0xfa)]&&(_0xd1d85e[_0x32bc26(0x113)][_0x32bc26(0x10a)]=_0x4d64dd[_0x32bc26(0xfa)]);if(_0x45fb30[_0x32bc26(0x117)](typeof _0xd1d85e[_0x32bc26(0x113)][_0x32bc26(0x10a)],_0x45fb30[_0x32bc26(0x105)])){logger['error'](_0x45fb30[_0x32bc26(0x11c)]);throw new Error(ERROR_MESSAGES[_0x32bc26(0xf5)][_0x32bc26(0xea)]);}const _0x116eb4=_0x4d64dd[_0x32bc26(0x124)];if(_0x45fb30['RBhyj'](typeof _0x116eb4,_0x45fb30['UwmnU'])){logger[_0x32bc26(0xec)](_0x45fb30[_0x32bc26(0x131)]);throw new Error(ERROR_MESSAGES[_0x32bc26(0x124)][_0x32bc26(0xea)]);}if(!_0x45fb30[_0x32bc26(0x12e)](validHosts,_0x116eb4)){logger['error'](_0x45fb30[_0x32bc26(0x103)]);throw new Error(ERROR_MESSAGES[_0x32bc26(0x124)][_0x32bc26(0xef)]);}const _0x227541=_0x45fb30[_0x32bc26(0xf6)](parseOnPremHosts,_0x116eb4);_0xd1d85e[_0x32bc26(0x113)][_0x32bc26(0x10d)]=!![],_0xd1d85e[_0x32bc26(0x113)][_0x32bc26(0x11e)][_0x32bc26(0x109)]=_0x45fb30[_0x32bc26(0x112)],_0xd1d85e[_0x32bc26(0x113)]['browserStackLocalOptions'][_0x32bc26(0xfd)]=_0x227541[_0x32bc26(0xfc)](','),helper[_0x32bc26(0xe7)](_0xd1d85e['config']),await _0xd1d85e['setupBrowserstackLocal'](),logger[_0x32bc26(0x123)](_0x45fb30[_0x32bc26(0x111)]);}catch(_0x3a9eb7){logger['error'](_0x45fb30[_0x32bc26(0x11d)]);throw new Error(_0x3a9eb7[_0x32bc26(0xf1)]());}};function a12_0x545d(){const _0x2f51ba=['invalid','18587200actlUv','toString','iehOu','401504gZxqXw','https:','bstackAccessKey','JnyGj','replace','Integration\x20hosts\x20missing.','../../helpers/BrowserStackSetup','bstackAccesskey','Failed\x20to\x20establish\x20connection.','join','only','string','url','qOUpX','45dJbYOT','BrowserStack\x20access\x20key\x20missing.','FHdSw','6271101mIcXsI','UwmnU','protocol','https','WhwzA','localIdentifier','accessKey','./constants','EyQpu','browserstackLocal','epilogue','describe','120480XrUoGo','nGyez','gZYpY','config','command','bstack-accesskey','../../helpers/helper','HAGmm','port','usage','1322070VXrpbk','hostname','Ltksg','ueXYx','browserStackLocalOptions','Connection\x20established\x20successfully.','trim','demandCommand','twjZe','info','hosts','split','6KDhICh','options','ReVCY','demandOption','ftkxu','help','type','50833uCIzma','yplYe','443','connect','UqbLX','map','setProxySettings','exports','24UJCKBC','missing','KkgsX','error','winstonLogger','5446504bDKXdz'];a12_0x545d=function(){return _0x2f51ba;};return a12_0x545d();}function run(_0x5de911){const _0x5f76a0=a12_0x220186,_0x2a3579={};_0x2a3579[_0x5f76a0(0x12a)]=_0x5f76a0(0x130),_0x2a3579[_0x5f76a0(0x10c)]=_0x5f76a0(0x12b);const _0x3ea6cc=_0x2a3579;_0x5de911[_0x5f76a0(0x119)](HELP_MESSAGES[_0x5f76a0(0x114)]['root'])[_0x5f76a0(0x114)](_0x3ea6cc[_0x5f76a0(0x12a)],HELP_MESSAGES[_0x5f76a0(0x114)][_0x5f76a0(0x130)],connectCommandBuilder,connectCommandHandler)[_0x5f76a0(0x121)]()[_0x5f76a0(0x12b)](_0x3ea6cc[_0x5f76a0(0x10c)])[_0x5f76a0(0x10e)](HELP_MESSAGES['command']['footer']);}module[a12_0x220186(0xe8)]=run;
2
+ 'use strict';const a12_0xe97d22=a12_0x4d7b;function a12_0x4d7b(_0xb2d3fd,_0x373bf2){const _0x2fe3b4=a12_0x2fe3();return a12_0x4d7b=function(_0x4d7b5f,_0x3f807d){_0x4d7b5f=_0x4d7b5f-0x11c;let _0x4cb4ed=_0x2fe3b4[_0x4d7b5f];return _0x4cb4ed;},a12_0x4d7b(_0xb2d3fd,_0x373bf2);}(function(_0x469fc3,_0x4aa167){const _0x4a6b75=a12_0x4d7b,_0x1b34a6=_0x469fc3();while(!![]){try{const _0x1b69b6=parseInt(_0x4a6b75(0x121))/0x1+parseInt(_0x4a6b75(0x15f))/0x2+parseInt(_0x4a6b75(0x13f))/0x3+-parseInt(_0x4a6b75(0x131))/0x4*(-parseInt(_0x4a6b75(0x128))/0x5)+parseInt(_0x4a6b75(0x14e))/0x6+-parseInt(_0x4a6b75(0x151))/0x7+-parseInt(_0x4a6b75(0x15e))/0x8;if(_0x1b69b6===_0x4aa167)break;else _0x1b34a6['push'](_0x1b34a6['shift']());}catch(_0x1c9bb2){_0x1b34a6['push'](_0x1b34a6['shift']());}}}(a12_0x2fe3,0x6a33e));const {default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),logger=require(a12_0xe97d22(0x155))[a12_0xe97d22(0x14b)],{URL}=require('url'),helper=require('../../helpers/helper'),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0xe97d22(0x148)),validHosts=function(_0xc01aee){const _0x73706e=a12_0xe97d22;return _0xc01aee[_0x73706e(0x156)](',')['every'](_0x1f9a37=>{try{new URL(_0x1f9a37['trim']());}catch(_0x3ca30c){return![];}return!![];});},parseOnPremHosts=function(_0x12543a){const _0x3c0962=a12_0xe97d22,_0x5be345={};_0x5be345[_0x3c0962(0x13b)]=function(_0x5403c5,_0x200441){return _0x5403c5===_0x200441;},_0x5be345[_0x3c0962(0x132)]=_0x3c0962(0x11f),_0x5be345[_0x3c0962(0x144)]=_0x3c0962(0x15d),_0x5be345[_0x3c0962(0x161)]=_0x3c0962(0x124);const _0x172ac5=_0x5be345;return _0x12543a[_0x3c0962(0x156)](',')[_0x3c0962(0x158)](_0x33202d=>{const _0x2e0528=_0x3c0962,_0x55d974=new URL(_0x33202d[_0x2e0528(0x120)]()),_0x1eaed8=_0x55d974[_0x2e0528(0x13a)],_0x31bf5e=_0x55d974[_0x2e0528(0x14c)]||(_0x172ac5[_0x2e0528(0x13b)](_0x55d974[_0x2e0528(0x12e)],_0x172ac5[_0x2e0528(0x132)])?_0x172ac5['WRkmf']:'80'),_0x1e0efe=_0x55d974['protocol'][_0x2e0528(0x149)](':',''),_0x21f7ef=_0x172ac5[_0x2e0528(0x13b)](_0x1e0efe,_0x172ac5[_0x2e0528(0x161)])?0x1:0x0;return _0x1eaed8+','+_0x31bf5e+','+_0x21f7ef;});},connectCommandBuilder=function(_0x39f06f){const _0x2fab77=a12_0xe97d22,_0x612a07={};_0x612a07[_0x2fab77(0x12f)]=_0x2fab77(0x12d);const _0x49a4ce=_0x612a07,_0xe2bdca={};_0xe2bdca[_0x2fab77(0x138)]=HELP_MESSAGES[_0x2fab77(0x125)][_0x2fab77(0x123)],_0xe2bdca[_0x2fab77(0x13e)]=_0x49a4ce[_0x2fab77(0x12f)];const _0x1a356e={};_0x1a356e[_0x2fab77(0x138)]=HELP_MESSAGES[_0x2fab77(0x125)][_0x2fab77(0x134)],_0x1a356e[_0x2fab77(0x13e)]=_0x49a4ce[_0x2fab77(0x12f)],_0x1a356e['demandOption']=!![];const _0x987bf6={};return _0x987bf6[_0x2fab77(0x122)]=_0xe2bdca,_0x987bf6[_0x2fab77(0x134)]=_0x1a356e,_0x39f06f[_0x2fab77(0x125)](_0x987bf6);},connectCommandHandler=async function(_0x2131da){const _0x2559ac=a12_0xe97d22,_0x57baa4={'pOcAW':'integrations','RiaPF':function(_0xaab408,_0x3bfaae){return _0xaab408===_0x3bfaae;},'LQNOk':_0x2559ac(0x126),'ujJrw':'BrowserStack\x20access\x20key\x20missing.','dWsqN':_0x2559ac(0x11d),'mgaPk':function(_0x3d19b4,_0x257c1c){return _0x3d19b4(_0x257c1c);},'VmzTc':_0x2559ac(0x13c),'fTYGJ':function(_0x5e1b7a,_0x4e35f8){return _0x5e1b7a(_0x4e35f8);},'DfpuC':_0x2559ac(0x154),'TjKgM':_0x2559ac(0x137),'xxODL':_0x2559ac(0x143)};try{const _0x2d78fa=new BrowserStackSetup(_0x2131da,_0x57baa4[_0x2559ac(0x14f)]);_0x2131da[_0x2559ac(0x129)]&&(_0x2d78fa[_0x2559ac(0x13d)][_0x2559ac(0x153)]=_0x2131da[_0x2559ac(0x129)]);if(_0x57baa4[_0x2559ac(0x147)](typeof _0x2d78fa[_0x2559ac(0x13d)]['accessKey'],_0x57baa4[_0x2559ac(0x150)])){logger['error'](_0x57baa4[_0x2559ac(0x14a)]);throw new Error(ERROR_MESSAGES['bstackAccessKey'][_0x2559ac(0x139)]);}const _0x1f9cf9=_0x2131da[_0x2559ac(0x134)];if(_0x57baa4[_0x2559ac(0x147)](typeof _0x1f9cf9,_0x57baa4[_0x2559ac(0x150)])){logger[_0x2559ac(0x11c)](_0x57baa4['dWsqN']);throw new Error(ERROR_MESSAGES[_0x2559ac(0x134)][_0x2559ac(0x139)]);}if(!_0x57baa4[_0x2559ac(0x12c)](validHosts,_0x1f9cf9)){logger['error'](_0x57baa4['VmzTc']);throw new Error(ERROR_MESSAGES[_0x2559ac(0x134)][_0x2559ac(0x15a)]);}const _0x354683=_0x57baa4['fTYGJ'](parseOnPremHosts,_0x1f9cf9);_0x2d78fa[_0x2559ac(0x13d)][_0x2559ac(0x136)]=!![],_0x2d78fa[_0x2559ac(0x13d)][_0x2559ac(0x160)][_0x2559ac(0x12a)]=_0x57baa4[_0x2559ac(0x11e)],_0x2d78fa[_0x2559ac(0x13d)][_0x2559ac(0x160)]['only']=_0x354683[_0x2559ac(0x145)](','),helper[_0x2559ac(0x157)](_0x2d78fa[_0x2559ac(0x13d)]),await _0x2d78fa[_0x2559ac(0x142)](),logger[_0x2559ac(0x133)](_0x57baa4['TjKgM']);}catch(_0x1e9a4e){logger['error'](_0x57baa4[_0x2559ac(0x135)]);throw new Error(_0x1e9a4e[_0x2559ac(0x15c)]());}};function run(_0x13e127){const _0x57cde6=a12_0xe97d22,_0x361566={};_0x361566['WtdxZ']=_0x57cde6(0x12b),_0x361566[_0x57cde6(0x141)]=_0x57cde6(0x14d);const _0x10f119=_0x361566;_0x13e127[_0x57cde6(0x130)](HELP_MESSAGES[_0x57cde6(0x15b)][_0x57cde6(0x140)])['command'](_0x10f119[_0x57cde6(0x127)],HELP_MESSAGES[_0x57cde6(0x15b)][_0x57cde6(0x12b)],connectCommandBuilder,connectCommandHandler)[_0x57cde6(0x152)]()[_0x57cde6(0x14d)](_0x10f119['WSzJd'])[_0x57cde6(0x159)](HELP_MESSAGES[_0x57cde6(0x15b)]['footer']);}function a12_0x2fe3(){const _0x31f3d5=['pOcAW','LQNOk','646653aruiLj','demandCommand','accessKey','integrations-repeater','../../helpers/logger','split','setProxySettings','map','epilogue','invalid','command','toString','443','17673024ilDbwV','1470734MGrvWy','browserStackLocalOptions','pGfpv','error','Integration\x20hosts\x20missing.','DfpuC','https:','trim','146268gMfrEp','bstack-accesskey','bstackAccessKey','https','options','undefined','WtdxZ','930gRdhJx','bstackAccesskey','localIdentifier','connect','mgaPk','string','protocol','KzdKE','usage','10924UcCjor','zdEvI','info','hosts','xxODL','browserstackLocal','Connection\x20established\x20successfully.','describe','missing','hostname','vTHnC','Hosts\x20not\x20valid','config','type','1963215KGtepO','root','WSzJd','setupBrowserstackLocal','Failed\x20to\x20establish\x20connection.','WRkmf','join','exports','RiaPF','./constants','replace','ujJrw','winstonLogger','port','help','4155042qFopJO'];a12_0x2fe3=function(){return _0x31f3d5;};return a12_0x2fe3();}module[a12_0xe97d22(0x146)]=run;
@@ -1 +1 @@
1
- function a13_0x1fe4(){var _0x18e420=['bstackAccessKey','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','connect','missing','290ikcUFi','options','108xzrtbf','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.','795345qNyGrd','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','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.','1463UMDxHH','1619768CIwzNx','1242456Yoepwn','ERROR_MESSAGES','255453aYqcQU','7AXabGt','hosts','footer','1334070XmqPCC','142tGFRXL','invalid','3558vTERzg','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','HELP_MESSAGES'];a13_0x1fe4=function(){return _0x18e420;};return a13_0x1fe4();}var a13_0x372e18=a13_0x4036;(function(_0x8f7d6c,_0x32b4da){var _0x39eafb=a13_0x4036,_0x36ed74=_0x8f7d6c();while(!![]){try{var _0xfbc070=parseInt(_0x39eafb(0x91))/0x1*(parseInt(_0x39eafb(0x9a))/0x2)+parseInt(_0x39eafb(0x9c))/0x3*(-parseInt(_0x39eafb(0xa6))/0x4)+parseInt(_0x39eafb(0x8d))/0x5+parseInt(_0x39eafb(0x93))/0x6+parseInt(_0x39eafb(0x96))/0x7*(parseInt(_0x39eafb(0x92))/0x8)+parseInt(_0x39eafb(0x99))/0x9+parseInt(_0x39eafb(0xa4))/0xa*(-parseInt(_0x39eafb(0x95))/0xb);if(_0xfbc070===_0x32b4da)break;else _0x36ed74['push'](_0x36ed74['shift']());}catch(_0x2b4c8d){_0x36ed74['push'](_0x36ed74['shift']());}}}(a13_0x1fe4,0x1c21e));function a13_0x4036(_0x4ef9c6,_0x160231){var _0x1fe4c8=a13_0x1fe4();return a13_0x4036=function(_0x40366e,_0x1c5ba3){_0x40366e=_0x40366e-0x8d;var _0x45c49e=_0x1fe4c8[_0x40366e];return _0x45c49e;},a13_0x4036(_0x4ef9c6,_0x160231);}var a13_0x16935c={};a13_0x16935c['bstackAccessKey']=a13_0x372e18(0x9d),a13_0x16935c['hosts']=a13_0x372e18(0x90);var a13_0x55218b={};a13_0x55218b['root']=a13_0x372e18(0xa1),a13_0x55218b[a13_0x372e18(0xa2)]=a13_0x372e18(0xa0),a13_0x55218b[a13_0x372e18(0x98)]='Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.';var a13_0x15652c={};a13_0x15652c[a13_0x372e18(0xa5)]=a13_0x16935c,a13_0x15652c['command']=a13_0x55218b,exports[a13_0x372e18(0x9e)]=a13_0x15652c;var a13_0x140521={};a13_0x140521[a13_0x372e18(0xa3)]=a13_0x372e18(0x8f);var a13_0x522ce1={};a13_0x522ce1[a13_0x372e18(0xa3)]=a13_0x372e18(0x8e),a13_0x522ce1[a13_0x372e18(0x9b)]=a13_0x372e18(0xa7);var a13_0x49985c={};a13_0x49985c[a13_0x372e18(0x9f)]=a13_0x140521,a13_0x49985c[a13_0x372e18(0x97)]=a13_0x522ce1,exports[a13_0x372e18(0x94)]=a13_0x49985c;
1
+ var a13_0x25c3a0=a13_0x1a10;(function(_0x2788b8,_0xe8aafd){var _0x25c83d=a13_0x1a10,_0x5c7932=_0x2788b8();while(!![]){try{var _0x648e4c=parseInt(_0x25c83d(0x98))/0x1+parseInt(_0x25c83d(0x99))/0x2+parseInt(_0x25c83d(0x9b))/0x3*(parseInt(_0x25c83d(0x8f))/0x4)+-parseInt(_0x25c83d(0x9d))/0x5+parseInt(_0x25c83d(0x9c))/0x6*(-parseInt(_0x25c83d(0x8a))/0x7)+parseInt(_0x25c83d(0x93))/0x8*(-parseInt(_0x25c83d(0x8b))/0x9)+-parseInt(_0x25c83d(0xa0))/0xa*(-parseInt(_0x25c83d(0x9a))/0xb);if(_0x648e4c===_0xe8aafd)break;else _0x5c7932['push'](_0x5c7932['shift']());}catch(_0x442e21){_0x5c7932['push'](_0x5c7932['shift']());}}}(a13_0x1086,0xc310b));function a13_0x1a10(_0x197c6a,_0x5da9cd){var _0x10867a=a13_0x1086();return a13_0x1a10=function(_0x1a109e,_0x1ee192){_0x1a109e=_0x1a109e-0x8a;var _0x54f11e=_0x10867a[_0x1a109e];return _0x54f11e;},a13_0x1a10(_0x197c6a,_0x5da9cd);}var a13_0x414de5={};a13_0x414de5[a13_0x25c3a0(0x94)]='Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.',a13_0x414de5[a13_0x25c3a0(0x96)]=a13_0x25c3a0(0x8c);var a13_0x1dca9d={};a13_0x1dca9d[a13_0x25c3a0(0x9e)]=a13_0x25c3a0(0xa1),a13_0x1dca9d['connect']=a13_0x25c3a0(0x97),a13_0x1dca9d[a13_0x25c3a0(0x8d)]=a13_0x25c3a0(0x95);var a13_0x59a48d={};a13_0x59a48d[a13_0x25c3a0(0x91)]=a13_0x414de5,a13_0x59a48d['command']=a13_0x1dca9d,exports[a13_0x25c3a0(0x8e)]=a13_0x59a48d;var a13_0x18040a={};function a13_0x1086(){var _0x28a48a=['Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','130spIqSx','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','14DaUrDf','594UGlbPf','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.','footer','HELP_MESSAGES','25408BuWeqm','missing','options','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','102456wfgzpR','bstackAccessKey','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','hosts','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','1026962CwtCaq','64116pklVEh','703637yyHWRG','408lmDFkh','2210538fLluqS','1866840HqIgFF','root'];a13_0x1086=function(){return _0x28a48a;};return a13_0x1086();}a13_0x18040a[a13_0x25c3a0(0x90)]=a13_0x25c3a0(0x92);var a13_0x4f2295={};a13_0x4f2295[a13_0x25c3a0(0x90)]=a13_0x25c3a0(0x9f),a13_0x4f2295['invalid']='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.';var a13_0x56d9ac={};a13_0x56d9ac[a13_0x25c3a0(0x94)]=a13_0x18040a,a13_0x56d9ac[a13_0x25c3a0(0x96)]=a13_0x4f2295,exports['ERROR_MESSAGES']=a13_0x56d9ac;