browserstack-node-sdk 1.34.46 → 1.34.47

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_0x610f15=a6_0x21cd;function a6_0x21cd(_0x237bb0,_0x2e3823){const _0x4c48a2=a6_0x4c48();return a6_0x21cd=function(_0x21cda9,_0x4d4039){_0x21cda9=_0x21cda9-0x1aa;let _0x6586aa=_0x4c48a2[_0x21cda9];return _0x6586aa;},a6_0x21cd(_0x237bb0,_0x2e3823);}function a6_0x4c48(){const _0x55e3d9=['testCaseMap','scenario','HookRunStarted','ZSjuZ','../../playwright/reporter/test-details.js','ImIIB','__platform','TestRunStarted','log','testRunStarted','split','../../../helpers/helper','isBstackHook','HnUoF','kQbwI','util','jmzdJ','comib','fWAkX','push','XNIAY','../test-observability.js','onTestCaseFinished','testStepStarted','failureType','failure','ZCAvw','fjtOR','getGherkinStepMap','pickleStepId','parseTestCaseAttempt','uri','assign','onHook','sendTestRunEventForCucumber','IpWtJ','GrOcg','testStepFinished','DVBFs','message','finishedAt','toISOString','actionLocation','aJVAs','status','onTestRunFinished','winstonLogger','MnUbe','cwd','testCaseAttempt','background','pickleId','testCaseAttemptDataMap','dixzv','2467359UgQEZl','3CRjHKS','2|4|3|0|1','quVQe','onStepDefinition','rule','UFjUJ','Exception\x20in\x20onTestStepFinished\x20event:\x20','getTestCaseAttempt','SKIPPED','mafuc','hook','UNDEFINED','debug','onTestCaseStarted','description','CdYFK','cucumber-js/test.setup.js','nfBja','PASSED','gherkinDocumentMap','toString','FAILED','supportCodeLibrary','extractStepContainers','PJiFL','gThsb','pickleMap','RCFXe','testSteps','IJPKC','logTestRunFinished','children','@cucumber/cucumber','name','feature','incrementCounter','keyword','testRunFinished','HOGiZ','SakGl','includes','1629002GUOXHy','env','hooks','xssdj','HookRunFinished','ezyJO','TqlFA','format','6553412XaNtbn','TLpiV','VEazf','text','aOuMD','Exception\x20in\x20sending\x20onTestCaseFinished\x20event:\x20\x20','bstack','seconds','998632OXUXBr','map','getGherkinDocument','\x20-\x20','forEach','lMWnq','onTestCase','snippetBuilder','capability','9139596KUZjwS','parse','yRElr','../../../helpers/test-observability/error-handler','2584985FgvwXl','steps','testCases','gherkinDocument','onTestRunStarted','testCaseStarted','10fnAgca','values','onGherkinDocument','onTestStepStarted','result','exception','duration','logTestCaseFinished','Executing\x20tests\x20for\x20','72jlDLIx','stepDefinition','getTestUUID','uVUrr','testCaseFinished','onSource','testCaseStartedId','find','pickle','source','onTestStepFinished','sendHook','../../../helpers/logger','LLFPW','eventDataCollector','report','euYid','CONFIG','testCaseId','onPickle','vxrJs','testStepId','failed','sNnTG','zQtJa','1003653ydXsfQ','testStepResult'];a6_0x4c48=function(){return _0x55e3d9;};return a6_0x4c48();}(function(_0x4aa1b0,_0x22f7c3){const _0x1a0be=a6_0x21cd,_0x131b12=_0x4aa1b0();while(!![]){try{const _0x1f1445=-parseInt(_0x1a0be(0x21d))/0x1+-parseInt(_0x1a0be(0x20d))/0x2+parseInt(_0x1a0be(0x1e4))/0x3*(parseInt(_0x1a0be(0x215))/0x4)+parseInt(_0x1a0be(0x22a))/0x5+parseInt(_0x1a0be(0x226))/0x6+parseInt(_0x1a0be(0x1ab))/0x7*(-parseInt(_0x1a0be(0x239))/0x8)+-parseInt(_0x1a0be(0x1e3))/0x9*(-parseInt(_0x1a0be(0x230))/0xa);if(_0x1f1445===_0x22f7c3)break;else _0x131b12['push'](_0x131b12['shift']());}catch(_0x2931db){_0x131b12['push'](_0x131b12['shift']());}}}(a6_0x4c48,0xcf547));const {requireModule,getPlatformName,nestedKeyValue,isUndefined}=require(a6_0x610f15(0x1b8)),util=require(a6_0x610f15(0x1bc)),{Formatter,formatterHelpers,Status}=requireModule(a6_0x610f15(0x204)),TestDetails=require(a6_0x610f15(0x1b1)),TestObservabilityReporter=require(a6_0x610f15(0x1c2)),{o11yClassErrorHandler}=require(a6_0x610f15(0x229)),{shouldProcessEventForTesthub}=require('../../../helpers/testhub/utils.js'),testObservabilityReporter=new TestObservabilityReporter(),logger=require(a6_0x610f15(0x245))[a6_0x610f15(0x1db)],_tests={},_testCasesData={};class BrowserstackFormatter extends Formatter{constructor(_0x434c82){const _0x1c5201=a6_0x610f15,_0x261496={};_0x261496[_0x1c5201(0x1c1)]='envelope';const _0x48b387=_0x261496;super(_0x434c82),this['report']={},_0x434c82['eventBroadcaster']['on'](_0x48b387['XNIAY'],async _0x5e4a19=>{const _0x4bfb00=_0x1c5201;switch(!![]){case!!_0x5e4a19[_0x4bfb00(0x1b6)]:this['onTestRunStarted'](_0x5e4a19[_0x4bfb00(0x1b6)]);break;case!!_0x5e4a19[_0x4bfb00(0x209)]:this[_0x4bfb00(0x1da)](_0x5e4a19['testRunFinished']);break;case!!_0x5e4a19['testCaseStarted']:this[_0x4bfb00(0x1f1)](_0x5e4a19[_0x4bfb00(0x22f)],_0x434c82,_0x5e4a19);break;case!!_0x5e4a19[_0x4bfb00(0x23d)]:this[_0x4bfb00(0x1c3)](_0x5e4a19[_0x4bfb00(0x23d)],_0x434c82,_0x5e4a19);break;case!!_0x5e4a19[_0x4bfb00(0x1c4)]:this['onTestStepStarted'](_0x5e4a19[_0x4bfb00(0x1c4)],_0x434c82);break;case!!_0x5e4a19['testStepFinished']:this['onTestStepFinished'](_0x5e4a19[_0x4bfb00(0x1d2)],_0x434c82);break;case!!_0x5e4a19[_0x4bfb00(0x1ee)]:this['onHook'](_0x5e4a19[_0x4bfb00(0x1ee)]);break;case!!_0x5e4a19['testCase']:this[_0x4bfb00(0x223)](_0x5e4a19['testCase']);break;case!!_0x5e4a19[_0x4bfb00(0x241)]:this[_0x4bfb00(0x24c)](_0x5e4a19['pickle']);break;case!!_0x5e4a19[_0x4bfb00(0x22d)]:this[_0x4bfb00(0x232)](_0x5e4a19[_0x4bfb00(0x22d)]);break;}});}[a6_0x610f15(0x1ce)](_0x168ecf){const _0x459b79=a6_0x610f15;this[_0x459b79(0x248)][_0x459b79(0x20f)]=Object[_0x459b79(0x1cd)]([],this[_0x459b79(0x248)]['hooks']||[]),this[_0x459b79(0x248)][_0x459b79(0x20f)]['push'](_0x168ecf);}[a6_0x610f15(0x24c)](_0x312577){const _0x5649d4=a6_0x610f15;this[_0x5649d4(0x248)]['pickle']=Object[_0x5649d4(0x1cd)]([],this['report'][_0x5649d4(0x241)]||[],[_0x312577]),this[_0x5649d4(0x248)]['pickle']['push'](_0x312577);}[a6_0x610f15(0x232)](_0x1daed9){const _0x2b4a49=a6_0x610f15;this['report'][_0x2b4a49(0x22d)]=Object[_0x2b4a49(0x1cd)]([],this[_0x2b4a49(0x248)][_0x2b4a49(0x22d)]||[],[_0x1daed9]),this[_0x2b4a49(0x248)][_0x2b4a49(0x22d)]['push'](_0x1daed9);}[a6_0x610f15(0x23e)](_0x18e904){const _0x1c133e=a6_0x610f15;this[_0x1c133e(0x248)][_0x1c133e(0x242)]=_0x18e904;}[a6_0x610f15(0x1e7)](_0x8a0e40){const _0x1de3d8=a6_0x610f15;this[_0x1de3d8(0x248)][_0x1de3d8(0x23a)]=Object[_0x1de3d8(0x1cd)]([],this[_0x1de3d8(0x248)][_0x1de3d8(0x23a)]||[],[_0x8a0e40]),this['report'][_0x1de3d8(0x23a)][_0x1de3d8(0x1c0)](_0x8a0e40);}[a6_0x610f15(0x223)](_0x2d334d){const _0x12ef48=a6_0x610f15;this['report'][_0x12ef48(0x22c)]=Object[_0x12ef48(0x1cd)]([],this[_0x12ef48(0x248)][_0x12ef48(0x22c)]||[],[_0x2d334d]),this[_0x12ef48(0x248)][_0x12ef48(0x22c)][_0x12ef48(0x1c0)](_0x2d334d);}['logTestCaseFinished'](_0x116555){const _0x2ec184=a6_0x610f15,_0x5135ae={'GrOcg':function(_0x58da74,_0x565d5d){return _0x58da74!==_0x565d5d;},'ZCAvw':_0x2ec184(0x21b),'kQbwI':function(_0x5651ff,_0x31683c){return _0x5651ff+_0x31683c;},'IpWtJ':function(_0x15e075,_0x4fbfbe){return _0x15e075+_0x4fbfbe;},'mafuc':function(_0x2c23fe,_0x3a5ce9){return _0x2c23fe+_0x3a5ce9;},'VEazf':'\x20\x20\x20\x20','SakGl':_0x2ec184(0x220),'quVQe':function(_0x2d0189,_0x3b3642){return _0x2d0189===_0x3b3642;},'ZSjuZ':_0x2ec184(0x1f9),'ziUNU':function(_0x2f34fd,_0x42f718,_0xf5d58b){return _0x2f34fd(_0x42f718,_0xf5d58b);},'dixzv':'result','vxrJs':'message','HnUoF':function(_0x351c81,_0x2567c0){return _0x351c81+_0x2567c0;}};_0x5135ae['GrOcg'](global[_0x2ec184(0x1b3)],undefined)&&this[_0x2ec184(0x1b5)](_0x5135ae[_0x2ec184(0x1ed)](_0x5135ae[_0x2ec184(0x1ed)]('\x0a',global[_0x2ec184(0x1b3)]),'\x0a'));const _0x3606c9=this[_0x2ec184(0x247)][_0x2ec184(0x1eb)](_0x116555['testCaseStartedId']);this['log'](_0x5135ae[_0x2ec184(0x1d0)](_0x5135ae['mafuc'](_0x5135ae[_0x2ec184(0x1bb)](_0x5135ae[_0x2ec184(0x1ba)]('\x20\x20',_0x3606c9['gherkinDocument'][_0x2ec184(0x206)][_0x2ec184(0x205)]),_0x5135ae[_0x2ec184(0x20b)]),_0x3606c9[_0x2ec184(0x241)][_0x2ec184(0x205)]),'\x0a'));const _0x184292={};_0x184292[_0x2ec184(0x1dd)]=this[_0x2ec184(0x1dd)],_0x184292[_0x2ec184(0x224)]=this['snippetBuilder'],_0x184292['supportCodeLibrary']=this[_0x2ec184(0x1fa)],_0x184292[_0x2ec184(0x1de)]=_0x3606c9;const _0x45f6a7=formatterHelpers[_0x2ec184(0x1cb)](_0x184292);let _0x4bf80a=![];_0x45f6a7[_0x2ec184(0x200)][_0x2ec184(0x221)](_0x108492=>{const _0x14c529=_0x2ec184;if(_0x5135ae[_0x14c529(0x1d1)](_0x108492[_0x14c529(0x205)],_0x5135ae[_0x14c529(0x1c7)])&&!this[_0x14c529(0x1b9)](_0x108492)){totalTests+=0x1,this[_0x14c529(0x1b5)](_0x5135ae[_0x14c529(0x1bb)](_0x5135ae[_0x14c529(0x1bb)](_0x5135ae['IpWtJ'](_0x5135ae['mafuc'](_0x5135ae[_0x14c529(0x1ed)](_0x5135ae[_0x14c529(0x217)],_0x108492[_0x14c529(0x208)]),_0x108492[_0x14c529(0x218)]||''),_0x5135ae['SakGl']),Status[_0x108492['result'][_0x14c529(0x1d9)]]),'\x0a')),this[_0x14c529(0x207)](Status[_0x108492[_0x14c529(0x234)]['status']]);if(_0x5135ae[_0x14c529(0x1e6)](Status[_0x108492[_0x14c529(0x234)][_0x14c529(0x1d9)]],_0x5135ae[_0x14c529(0x1b0)])){_0x4bf80a=!![];const _0x2c28b4=_0x5135ae['ziUNU'](nestedKeyValue,_0x108492,[_0x5135ae[_0x14c529(0x1e2)],_0x5135ae[_0x14c529(0x24d)]]);_0x2c28b4&&(testsErrorMessage[_0x5135ae[_0x14c529(0x1d0)](_0x5135ae[_0x14c529(0x1ed)](_0x3606c9['gherkinDocument']['feature'][_0x14c529(0x205)],_0x5135ae[_0x14c529(0x20b)]),_0x3606c9[_0x14c529(0x241)][_0x14c529(0x205)])]=_0x2c28b4,this['log'](_0x5135ae[_0x14c529(0x1ed)](_0x2c28b4,'\x0a')));}}}),_0x4bf80a&&(testSuitesFailed+=0x1),this[_0x2ec184(0x1b5)]('\x0a');}[a6_0x610f15(0x202)](_0x12eef1){}[a6_0x610f15(0x1b9)](_0x117354){const _0x54b884=a6_0x610f15,_0x3be2d5={};_0x3be2d5[_0x54b884(0x1aa)]=function(_0x2f5ffb,_0x540936){return _0x2f5ffb!==_0x540936;},_0x3be2d5[_0x54b884(0x20a)]=_0x54b884(0x1f4);const _0x32a224=_0x3be2d5;if(_0x32a224['zQtJa'](_0x117354['sourceLocation'],undefined))return![];if(_0x117354[_0x54b884(0x1d7)]&&_0x117354[_0x54b884(0x1d7)][_0x54b884(0x1cc)][_0x54b884(0x20c)](_0x32a224[_0x54b884(0x20a)]))return!![];return![];}['incrementCounter'](_0x4e4119){const _0x16b0f0=a6_0x610f15,_0x12b82e={};_0x12b82e[_0x16b0f0(0x1bd)]=_0x16b0f0(0x1f9),_0x12b82e[_0x16b0f0(0x250)]=_0x16b0f0(0x1f6),_0x12b82e['UFjUJ']=_0x16b0f0(0x1ec),_0x12b82e[_0x16b0f0(0x1b2)]='PENDING',_0x12b82e[_0x16b0f0(0x249)]=_0x16b0f0(0x1ef),_0x12b82e[_0x16b0f0(0x213)]='UNKNOWN',_0x12b82e[_0x16b0f0(0x228)]='AMBIGUOUS';const _0x36eb04=_0x12b82e;switch(_0x4e4119){case _0x36eb04[_0x16b0f0(0x1bd)]:testsFailed+=0x1;break;case _0x36eb04[_0x16b0f0(0x250)]:testsPassed+=0x1;break;case _0x36eb04[_0x16b0f0(0x1e9)]:testsSkipped+=0x1;break;case _0x36eb04['ImIIB']:testsPending+=0x1;break;case _0x36eb04[_0x16b0f0(0x249)]:testsUndefined+=0x1;break;case _0x36eb04[_0x16b0f0(0x213)]:testsUnknown+=0x1;break;case _0x36eb04[_0x16b0f0(0x228)]:testsAmbiguous+=0x1;break;default:break;}}['onTestRunStarted'](_0x51b05f){const _0xc2e8f0=a6_0x610f15,_0x40be51={'gThsb':function(_0x32035b,_0x401f67){return _0x32035b!==_0x401f67;},'STkpQ':function(_0x335124,_0x3060bb){return _0x335124(_0x3060bb);},'ROoDn':function(_0xf898d3,_0xc00a99){return _0xf898d3+_0xc00a99;},'sZALU':function(_0x1eb8a5){return _0x1eb8a5();}};let _0xfe19ac;if(_0x40be51[_0xc2e8f0(0x1fd)](process[_0xc2e8f0(0x20e)]['CONFIG'],undefined)){const _0x43b8bf=JSON[_0xc2e8f0(0x227)](process[_0xc2e8f0(0x20e)][_0xc2e8f0(0x24a)]);_0xfe19ac=_0x43b8bf[_0xc2e8f0(0x225)];}_0x40be51['gThsb'](_0xfe19ac,undefined)&&(global[_0xc2e8f0(0x1b3)]=_0x40be51['STkpQ'](getPlatformName,_0xfe19ac),this[_0xc2e8f0(0x1b5)](_0x40be51['ROoDn'](_0xc2e8f0(0x238)+global[_0xc2e8f0(0x1b3)],'\x0a'))),_0x40be51['sZALU'](shouldProcessEventForTesthub)&&(TestDetails['setup'](),this[_0xc2e8f0(0x248)][_0xc2e8f0(0x1b6)]=_0x51b05f);}[a6_0x610f15(0x1da)](_0x1b2569){const _0x4e164a=a6_0x610f15;this[_0x4e164a(0x248)]['testRunFinished']=_0x1b2569,this['logTestRunFinished'](_0x1b2569);}async[a6_0x610f15(0x1f1)](_0x42a1bd,_0x573f27,_0x1dabdd){const _0x46eef8=a6_0x610f15,_0x587131={'LLFPW':function(_0x5de3f0,_0x2c1bfd){return _0x5de3f0(_0x2c1bfd);},'nfBja':_0x46eef8(0x1b4),'lMWnq':function(_0x3a30bf,_0x46a875){return _0x3a30bf&&_0x46a875;}};testSuites+=0x1;if(_0x587131[_0x46eef8(0x246)](shouldProcessEventForTesthub,_0x587131[_0x46eef8(0x1f5)]))try{this['report'][_0x46eef8(0x22f)]=this['report'][_0x46eef8(0x22f)]||{},this['report'][_0x46eef8(0x22f)][_0x42a1bd['id']]=_0x42a1bd;const _0x4b17c5=TestDetails[_0x46eef8(0x23b)](_0x42a1bd['id']);_testCasesData[_0x42a1bd['id']]=Object[_0x46eef8(0x1cd)]({},_0x1dabdd);const _0x231806=this['report'],_0x4873f3=_0x42a1bd['testCaseId'],_0x5ceb0a=_0x231806[_0x46eef8(0x22c)][_0x46eef8(0x240)](_0x5acfa8=>_0x5acfa8['id']===_0x4873f3)[_0x46eef8(0x1e0)],_0x348b7b=_0x231806[_0x46eef8(0x241)][_0x46eef8(0x240)](_0x3cf8b0=>_0x3cf8b0['id']===_0x5ceb0a),_0x5abfb2=_0x231806[_0x46eef8(0x22d)][_0x46eef8(0x240)](_0x5af7fd=>_0x5af7fd[_0x46eef8(0x1cc)]===_0x348b7b[_0x46eef8(0x1cc)]),_0x5b84d6=_0x5abfb2[_0x46eef8(0x206)],_0x403b4b={'uuid':_0x4b17c5,'startedAt':new Date()['toISOString']()};if(_0x348b7b){const _0x578e36={};_0x578e36['name']=_0x348b7b[_0x46eef8(0x205)],_0x403b4b['scenario']=_0x578e36;}if(_0x587131[_0x46eef8(0x222)](_0x5abfb2,_0x5b84d6)){const _0x5c8058={};_0x5c8058['path']=_0x5abfb2[_0x46eef8(0x1cc)],_0x5c8058[_0x46eef8(0x205)]=_0x5b84d6[_0x46eef8(0x205)],_0x5c8058[_0x46eef8(0x1f2)]=_0x5b84d6['description'],_0x403b4b[_0x46eef8(0x206)]=_0x5c8058;}_tests[_0x4873f3]=_0x403b4b,await testObservabilityReporter[_0x46eef8(0x1cf)](_0x1dabdd,_0x5abfb2,_0x348b7b,_0x587131[_0x46eef8(0x1f5)],_0x403b4b);}catch(_0x444c38){logger[_0x46eef8(0x1f0)]('Exception\x20in\x20sending\x20onTestCaseStarted:\x20'+util['format'](_0x444c38)+'\x20');}}async[a6_0x610f15(0x1c3)](_0x2ae16a,_0x14bfbb,_0x30f23e){const _0x29f129=a6_0x610f15,_0x498575={'MKGKI':function(_0x4c2343,_0x2cbebf){return _0x4c2343(_0x2cbebf);},'xssdj':'TestRunFinished'};this[_0x29f129(0x237)](_0x2ae16a);if(_0x498575['MKGKI'](shouldProcessEventForTesthub,_0x498575['xssdj']))try{this[_0x29f129(0x248)][_0x29f129(0x23d)]=this[_0x29f129(0x248)][_0x29f129(0x23d)]||{},this[_0x29f129(0x248)][_0x29f129(0x23d)][_0x2ae16a[_0x29f129(0x23f)]]=_0x2ae16a,_testCasesData[_0x30f23e['id']]=Object[_0x29f129(0x1cd)]({},_0x30f23e);const _0x48b0df=_0x2ae16a[_0x29f129(0x23f)],_0x4bc7d5=_0x14bfbb[_0x29f129(0x247)][_0x29f129(0x1e1)][_0x48b0df][_0x29f129(0x24b)],_0x2cb074=_0x14bfbb[_0x29f129(0x247)][_0x29f129(0x1ad)][_0x4bc7d5],_0x542772=_0x2cb074[_0x29f129(0x1e0)],_0x434542=_0x14bfbb[_0x29f129(0x247)][_0x29f129(0x1fe)][_0x542772],_0x2bf97d=this[_0x29f129(0x21f)](_0x14bfbb,_0x434542),_0x54a898=_tests[_0x4bc7d5];_0x54a898&&(delete _tests[_0x4bc7d5],_0x54a898[_0x29f129(0x1d5)]=new Date()[_0x29f129(0x1d6)]()),await testObservabilityReporter[_0x29f129(0x1cf)](_0x30f23e,_0x2bf97d,_0x434542,_0x498575[_0x29f129(0x210)],_0x54a898);}catch(_0x2bc270){logger[_0x29f129(0x1f0)](_0x29f129(0x21a)+util[_0x29f129(0x214)](_0x2bc270));}}async[a6_0x610f15(0x233)](_0x4e3721,_0x3af8c2){const _0x3ac8c4=a6_0x610f15,_0x222a8e={'CdYFK':function(_0x58851c,_0x4f279b){return _0x58851c(_0x4f279b);},'comib':_0x3ac8c4(0x1af),'GsJWn':function(_0x245cef,_0x52b1bf){return _0x245cef!==_0x52b1bf;},'DVBFs':'testStepId'};if(_0x222a8e[_0x3ac8c4(0x1f3)](shouldProcessEventForTesthub,_0x222a8e[_0x3ac8c4(0x1be)]))try{this[_0x3ac8c4(0x248)][_0x3ac8c4(0x1c4)]=this['report'][_0x3ac8c4(0x1c4)]||{},this[_0x3ac8c4(0x248)]['testStepStarted'][_0x4e3721[_0x3ac8c4(0x23f)]]=_0x4e3721;const _0xe5509d=_0x4e3721['testCaseStartedId'],_0x4603c8=_0x3af8c2[_0x3ac8c4(0x247)][_0x3ac8c4(0x1e1)][_0xe5509d][_0x3ac8c4(0x24b)],_0x52e575=this[_0x3ac8c4(0x248)][_0x3ac8c4(0x22c)]['find'](_0x5082a9=>_0x5082a9['id']===_0x4603c8)[_0x3ac8c4(0x1e0)],_0x18e6f4=this['report']['pickle'][_0x3ac8c4(0x240)](_0x59ccb9=>_0x59ccb9['id']===_0x52e575),_0x4b5aa3=this['report'][_0x3ac8c4(0x22c)][_0x3ac8c4(0x240)](_0x435b1d=>_0x435b1d['id']===_0x4603c8)[_0x3ac8c4(0x200)],_0x428163=this['report'][_0x3ac8c4(0x1c4)][_0xe5509d][_0x3ac8c4(0x24e)],_0x20bb99=_0x4b5aa3['find'](_0x29dc7d=>_0x29dc7d['id']===_0x428163)[_0x3ac8c4(0x1ca)],_0x9d8536=_0x18e6f4['steps'][_0x3ac8c4(0x240)](_0x3d5fd2=>_0x3d5fd2['id']===_0x20bb99);if(_0x20bb99&&_tests[_0x4603c8]&&_0x222a8e['GsJWn'](_tests[_0x4603c8][_0x222a8e[_0x3ac8c4(0x1d3)]],_0x428163)){_tests[_0x4603c8][_0x222a8e['DVBFs']]=_0x428163;const _0x3f438a={};_0x3f438a[_0x3ac8c4(0x22b)]=[];const _0x245587=_tests[_0x4603c8]||_0x3f438a;_0x245587&&!_0x245587['steps']&&(_0x245587[_0x3ac8c4(0x22b)]=[]),_0x245587[_0x3ac8c4(0x22b)][_0x3ac8c4(0x1c0)]({'id':_0x9d8536['id'],'text':_0x9d8536[_0x3ac8c4(0x218)],'started_at':new Date()[_0x3ac8c4(0x1d6)]()}),_tests[_0x4603c8]=_0x245587;}await testObservabilityReporter[_0x3ac8c4(0x244)](this[_0x3ac8c4(0x248)],_0xe5509d,_0x222a8e['comib'],_0x4b5aa3,_0x428163,_tests[_0x4603c8]);}catch(_0x591fbe){logger[_0x3ac8c4(0x1f0)]('Exception\x20in\x20onTestStepStarted\x20event:\x20'+util[_0x3ac8c4(0x214)](_0x591fbe));}}async['onTestStepFinished'](_0x3886cf,_0x5910d5){const _0x5bf713=a6_0x610f15,_0x5b2924={'fWAkX':function(_0x1fc29c,_0x27b173){return _0x1fc29c===_0x27b173;},'fjtOR':_0x5bf713(0x1e5),'PJiFL':function(_0x6be711,_0xd9598e){return _0x6be711(_0xd9598e);},'RCFXe':_0x5bf713(0x211),'TLpiV':function(_0x1c59e5,_0x2ae59e){return _0x1c59e5===_0x2ae59e;},'ezyJO':_0x5bf713(0x24f),'aOuMD':function(_0x314fe3,_0xbcdffc){return _0x314fe3===_0xbcdffc;},'IJPKC':'UnhandledError','aJVAs':_0x5bf713(0x24e)};this['report'][_0x5bf713(0x1d2)]=this[_0x5bf713(0x248)]['testStepFinished']||{},this[_0x5bf713(0x248)][_0x5bf713(0x1d2)][_0x3886cf[_0x5bf713(0x23f)]]=_0x3886cf;if(_0x5b2924[_0x5bf713(0x1fc)](shouldProcessEventForTesthub,_0x5b2924[_0x5bf713(0x1ff)]))try{const _0x52558b=_0x3886cf[_0x5bf713(0x23f)],_0x4bd9e9=_0x5910d5[_0x5bf713(0x247)][_0x5bf713(0x1e1)][_0x52558b][_0x5bf713(0x24b)],_0x2888c5=_0x5910d5[_0x5bf713(0x247)]['testCaseMap'][_0x4bd9e9],_0x2cb405=_0x2888c5[_0x5bf713(0x1e0)],_0x1b7938=_0x5910d5['eventDataCollector']['pickleMap'][_0x2cb405],_0x5a7947=_0x3886cf[_0x5bf713(0x24e)],_0x375951=_0x2888c5[_0x5bf713(0x200)],_0x1de06d=this[_0x5bf713(0x247)]['getTestCaseAttempt'](_0x52558b),_0x417a58=_0x375951[_0x5bf713(0x240)](_0x83c303=>_0x83c303['id']===_0x5a7947)['pickleStepId'];let _0x1ec944,_0x402a54;_0x3886cf['testStepResult']&&_0x5b2924[_0x5bf713(0x216)](_0x3886cf[_0x5bf713(0x1ac)][_0x5bf713(0x1d9)][_0x5bf713(0x1f8)]()['toLowerCase'](),_0x5b2924[_0x5bf713(0x212)])&&(_0x1ec944=_0x5b2924[_0x5bf713(0x219)](_0x3886cf[_0x5bf713(0x1ac)][_0x5bf713(0x235)],undefined)?_0x3886cf[_0x5bf713(0x1ac)][_0x5bf713(0x1d4)]:_0x3886cf['testStepResult'][_0x5bf713(0x235)][_0x5bf713(0x1d4)],_0x402a54=_0x5b2924[_0x5bf713(0x216)](_0x3886cf[_0x5bf713(0x1ac)][_0x5bf713(0x235)],undefined)?_0x5b2924[_0x5bf713(0x201)]:_0x3886cf[_0x5bf713(0x1ac)][_0x5bf713(0x1d4)]);await testObservabilityReporter[_0x5bf713(0x244)](this[_0x5bf713(0x248)],_0x52558b,_0x5b2924[_0x5bf713(0x1ff)],_0x375951,_0x5a7947,_tests[_0x4bd9e9]);if(_0x417a58&&_tests[_0x4bd9e9][_0x5b2924[_0x5bf713(0x1d8)]]){const _0x17b078=_0x1b7938[_0x5bf713(0x22b)][_0x5bf713(0x240)](_0x40a11f=>_0x40a11f['id']===_0x417a58),_0x37ecee={};_0x37ecee[_0x5bf713(0x22b)]=[];const _0x2bb752=_tests[_0x4bd9e9]||_0x37ecee;!_0x2bb752[_0x5bf713(0x22b)]?_0x2bb752[_0x5bf713(0x22b)]=[{'id':_0x17b078['id'],'text':_0x17b078[_0x5bf713(0x218)],'finished_at':new Date()['toISOString'](),'result':_0x3886cf[_0x5bf713(0x1ac)][_0x5bf713(0x1d9)],'duration':_0x3886cf[_0x5bf713(0x1ac)]['duration'][_0x5bf713(0x21c)],'failure':_0x1ec944,'failureType':_0x402a54}]:_0x2bb752[_0x5bf713(0x22b)][_0x5bf713(0x221)](_0x24f886=>{const _0x446925=_0x5bf713;if(_0x5b2924[_0x446925(0x1bf)](_0x24f886['id'],_0x17b078['id'])){const _0x2db26f=_0x5b2924[_0x446925(0x1c8)][_0x446925(0x1b7)]('|');let _0x469514=0x0;while(!![]){switch(_0x2db26f[_0x469514++]){case'0':_0x24f886[_0x446925(0x1c6)]=_0x1ec944;continue;case'1':_0x24f886[_0x446925(0x1c5)]=_0x402a54;continue;case'2':_0x24f886['finished_at']=new Date()[_0x446925(0x1d6)]();continue;case'3':_0x24f886[_0x446925(0x236)]=_0x3886cf['testStepResult'][_0x446925(0x236)]['seconds'];continue;case'4':_0x24f886[_0x446925(0x234)]=_0x3886cf['testStepResult'][_0x446925(0x1d9)];continue;}break;}}}),_tests[_0x4bd9e9]=_0x2bb752,delete _tests[_0x4bd9e9][_0x5b2924[_0x5bf713(0x1d8)]];}}catch(_0xb328f6){logger[_0x5bf713(0x1f0)](_0x5bf713(0x1ea)+util[_0x5bf713(0x214)](_0xb328f6));}}['getGherkinStepMap'](_0x6cb6db){const _0x132317=a6_0x610f15,_0x3b6baf={};return _0x6cb6db[_0x132317(0x206)][_0x132317(0x203)][_0x132317(0x21e)](this[_0x132317(0x1fb)])['flat']()[_0x132317(0x221)](_0x34954e=>_0x34954e[_0x132317(0x22b)][_0x132317(0x221)](_0x19162f=>_0x3b6baf[_0x19162f['id']]=_0x19162f)),_0x3b6baf;}['extractStepContainers'](_0x459207){const _0x46d059=a6_0x610f15,_0x4d4545={'MnUbe':function(_0xce57eb,_0x32dee5){return _0xce57eb(_0x32dee5);},'uVUrr':function(_0x574c90,_0x2c1305){return _0x574c90(_0x2c1305);}};if(!_0x4d4545[_0x46d059(0x1dc)](isUndefined,_0x459207[_0x46d059(0x1df)]))return[_0x459207[_0x46d059(0x1df)]];else{if(!_0x4d4545[_0x46d059(0x23c)](isUndefined,_0x459207[_0x46d059(0x1e8)]))return _0x459207['rule']['children'][_0x46d059(0x21e)](_0x5cae5a=>!isUndefined(_0x5cae5a[_0x46d059(0x1df)])?_0x5cae5a[_0x46d059(0x1df)]:_0x5cae5a[_0x46d059(0x1ae)]);};return[_0x459207[_0x46d059(0x1ae)]];}[a6_0x610f15(0x21f)](_0x5bdbd6,_0x1563d4){const _0x35065e=a6_0x610f15;return Object[_0x35065e(0x231)](_0x5bdbd6[_0x35065e(0x247)][_0x35065e(0x1f7)])[_0x35065e(0x240)](_0xcf8048=>_0xcf8048[_0x35065e(0x1cc)]===_0x1563d4[_0x35065e(0x1cc)]);}}module['exports']=o11yClassErrorHandler(BrowserstackFormatter,[a6_0x610f15(0x1f1),'onTestCaseFinished',a6_0x610f15(0x233),a6_0x610f15(0x243),a6_0x610f15(0x22e),a6_0x610f15(0x1da),a6_0x610f15(0x1fb),a6_0x610f15(0x21f),a6_0x610f15(0x1c9)]);
1
+ const a6_0x16c82a=a6_0x43b9;(function(_0x3e21ff,_0xcbbd5c){const _0x2b2dfe=a6_0x43b9,_0x37d454=_0x3e21ff();while(!![]){try{const _0x5362ef=-parseInt(_0x2b2dfe(0x10e))/0x1*(parseInt(_0x2b2dfe(0x121))/0x2)+parseInt(_0x2b2dfe(0x101))/0x3+parseInt(_0x2b2dfe(0x163))/0x4+-parseInt(_0x2b2dfe(0x194))/0x5*(-parseInt(_0x2b2dfe(0x14f))/0x6)+parseInt(_0x2b2dfe(0x12f))/0x7*(parseInt(_0x2b2dfe(0x195))/0x8)+parseInt(_0x2b2dfe(0x13c))/0x9*(parseInt(_0x2b2dfe(0x15f))/0xa)+-parseInt(_0x2b2dfe(0x19a))/0xb*(parseInt(_0x2b2dfe(0xf7))/0xc);if(_0x5362ef===_0xcbbd5c)break;else _0x37d454['push'](_0x37d454['shift']());}catch(_0x431ca9){_0x37d454['push'](_0x37d454['shift']());}}}(a6_0x2d43,0x2fae0));const {requireModule,getPlatformName,nestedKeyValue,isUndefined}=require('../../../helpers/helper'),util=require(a6_0x16c82a(0x146)),{Formatter,formatterHelpers,Status}=requireModule(a6_0x16c82a(0x1a2)),TestDetails=require(a6_0x16c82a(0x157)),TestObservabilityReporter=require(a6_0x16c82a(0x120)),{o11yClassErrorHandler}=require(a6_0x16c82a(0x128)),{shouldProcessEventForTesthub}=require(a6_0x16c82a(0x18c)),testObservabilityReporter=new TestObservabilityReporter(),logger=require(a6_0x16c82a(0x14b))[a6_0x16c82a(0x18d)],_tests={},_testCasesData={};class BrowserstackFormatter extends Formatter{constructor(_0x6d0ee2){const _0x252987=a6_0x16c82a,_0x212255={};_0x212255[_0x252987(0x189)]=_0x252987(0x13e);const _0x39cc03=_0x212255;super(_0x6d0ee2),this[_0x252987(0x139)]={},_0x6d0ee2[_0x252987(0x16a)]['on'](_0x39cc03['EpjGc'],async _0x48e16a=>{const _0x10394c=_0x252987;switch(!![]){case!!_0x48e16a[_0x10394c(0x11c)]:this['onTestRunStarted'](_0x48e16a[_0x10394c(0x11c)]);break;case!!_0x48e16a[_0x10394c(0x13a)]:this[_0x10394c(0x18f)](_0x48e16a[_0x10394c(0x13a)]);break;case!!_0x48e16a[_0x10394c(0x15d)]:this[_0x10394c(0x176)](_0x48e16a[_0x10394c(0x15d)],_0x6d0ee2,_0x48e16a);break;case!!_0x48e16a[_0x10394c(0x124)]:this[_0x10394c(0x10d)](_0x48e16a['testCaseFinished'],_0x6d0ee2,_0x48e16a);break;case!!_0x48e16a[_0x10394c(0xf8)]:this['onTestStepStarted'](_0x48e16a['testStepStarted'],_0x6d0ee2);break;case!!_0x48e16a[_0x10394c(0x1a1)]:this[_0x10394c(0x16c)](_0x48e16a['testStepFinished'],_0x6d0ee2);break;case!!_0x48e16a[_0x10394c(0xf2)]:this['onHook'](_0x48e16a[_0x10394c(0xf2)]);break;case!!_0x48e16a['testCase']:this[_0x10394c(0x15b)](_0x48e16a[_0x10394c(0x10f)]);break;case!!_0x48e16a[_0x10394c(0x136)]:this['onPickle'](_0x48e16a[_0x10394c(0x136)]);break;case!!_0x48e16a['gherkinDocument']:this['onGherkinDocument'](_0x48e16a[_0x10394c(0x13f)]);break;}});}[a6_0x16c82a(0x170)](_0x499c82){const _0x1de77c=a6_0x16c82a;this['report'][_0x1de77c(0x133)]=Object['assign']([],this[_0x1de77c(0x139)][_0x1de77c(0x133)]||[]),this[_0x1de77c(0x139)]['hooks']['push'](_0x499c82);}[a6_0x16c82a(0x182)](_0x2cd2e7){const _0x14fe13=a6_0x16c82a;this[_0x14fe13(0x139)][_0x14fe13(0x136)]=Object[_0x14fe13(0x19f)]([],this[_0x14fe13(0x139)][_0x14fe13(0x136)]||[],[_0x2cd2e7]),this[_0x14fe13(0x139)][_0x14fe13(0x136)][_0x14fe13(0x18a)](_0x2cd2e7);}[a6_0x16c82a(0x12e)](_0x3de5e0){const _0x348423=a6_0x16c82a;this[_0x348423(0x139)][_0x348423(0x13f)]=Object['assign']([],this[_0x348423(0x139)][_0x348423(0x13f)]||[],[_0x3de5e0]),this[_0x348423(0x139)][_0x348423(0x13f)][_0x348423(0x18a)](_0x3de5e0);}[a6_0x16c82a(0x166)](_0x2a3d75){const _0x309505=a6_0x16c82a;this[_0x309505(0x139)][_0x309505(0x179)]=_0x2a3d75;}[a6_0x16c82a(0x114)](_0xe34c90){const _0x35a828=a6_0x16c82a;this[_0x35a828(0x139)][_0x35a828(0x126)]=Object[_0x35a828(0x19f)]([],this['report']['stepDefinition']||[],[_0xe34c90]),this[_0x35a828(0x139)][_0x35a828(0x126)][_0x35a828(0x18a)](_0xe34c90);}['onTestCase'](_0x1a0a6e){const _0x279370=a6_0x16c82a;this[_0x279370(0x139)][_0x279370(0xef)]=Object[_0x279370(0x19f)]([],this[_0x279370(0x139)][_0x279370(0xef)]||[],[_0x1a0a6e]),this[_0x279370(0x139)][_0x279370(0xef)]['push'](_0x1a0a6e);}['logTestCaseFinished'](_0x138e66){const _0x437682=a6_0x16c82a,_0x418239={'MqNSc':function(_0x364ddc,_0x40770e){return _0x364ddc!==_0x40770e;},'TBXeJ':'bstack','uwpjc':function(_0x1ed863,_0xb5bbd0){return _0x1ed863+_0xb5bbd0;},'lQhpe':function(_0x5e8e62,_0x1776a3){return _0x5e8e62+_0x1776a3;},'nyxVB':function(_0x438b1c,_0x4664b6){return _0x438b1c+_0x4664b6;},'OWCyV':_0x437682(0x12c),'rgGBt':'\x20-\x20','tvGMg':function(_0x499873,_0x459057){return _0x499873===_0x459057;},'OwRSy':_0x437682(0x112),'mSKzO':function(_0x5871a2,_0x1d18f6,_0x144928){return _0x5871a2(_0x1d18f6,_0x144928);},'EoRTG':'result','SYPRI':_0x437682(0xf4),'SFGMd':function(_0x3b62b3,_0x323db1){return _0x3b62b3+_0x323db1;},'NzLCf':function(_0x127b62,_0xcca3a){return _0x127b62+_0xcca3a;},'fZshc':function(_0x4c70d0,_0x775803){return _0x4c70d0+_0x775803;},'Snqlz':function(_0x5be5e3,_0x41d654){return _0x5be5e3+_0x41d654;},'uTZiS':function(_0x20fa2b,_0x2a086f){return _0x20fa2b+_0x2a086f;}};_0x418239['MqNSc'](global[_0x437682(0x155)],undefined)&&this['log'](_0x418239[_0x437682(0x11a)](_0x418239['nyxVB']('\x0a',global[_0x437682(0x155)]),'\x0a'));const _0x3dc4b6=this[_0x437682(0x10b)][_0x437682(0x172)](_0x138e66['testCaseStartedId']);this[_0x437682(0x140)](_0x418239[_0x437682(0x15c)](_0x418239[_0x437682(0x11f)](_0x418239[_0x437682(0x134)](_0x418239[_0x437682(0x192)]('\x20\x20',_0x3dc4b6[_0x437682(0x13f)][_0x437682(0x154)][_0x437682(0x153)]),_0x418239[_0x437682(0x15e)]),_0x3dc4b6[_0x437682(0x136)]['name']),'\x0a'));const _0x3f94e5={};_0x3f94e5[_0x437682(0x100)]=this['cwd'],_0x3f94e5[_0x437682(0x17e)]=this[_0x437682(0x17e)],_0x3f94e5['supportCodeLibrary']=this['supportCodeLibrary'],_0x3f94e5[_0x437682(0x17d)]=_0x3dc4b6;const _0x404d43=formatterHelpers[_0x437682(0x14d)](_0x3f94e5);let _0x1d0da7=![];_0x404d43[_0x437682(0x198)][_0x437682(0xf1)](_0x1291f3=>{const _0x52910e=_0x437682;if(_0x418239[_0x52910e(0x16f)](_0x1291f3[_0x52910e(0x153)],_0x418239[_0x52910e(0x125)])&&!this[_0x52910e(0x199)](_0x1291f3)){totalTests+=0x1,this['log'](_0x418239[_0x52910e(0x19c)](_0x418239[_0x52910e(0x148)](_0x418239[_0x52910e(0x11a)](_0x418239[_0x52910e(0x19c)](_0x418239['nyxVB'](_0x418239[_0x52910e(0x135)],_0x1291f3[_0x52910e(0x150)]),_0x1291f3[_0x52910e(0x103)]||''),_0x418239[_0x52910e(0x15e)]),Status[_0x1291f3[_0x52910e(0x16b)][_0x52910e(0x143)]]),'\x0a')),this['incrementCounter'](Status[_0x1291f3['result'][_0x52910e(0x143)]]);if(_0x418239['tvGMg'](Status[_0x1291f3[_0x52910e(0x16b)][_0x52910e(0x143)]],_0x418239[_0x52910e(0xf0)])){_0x1d0da7=!![];const _0xf4831=_0x418239[_0x52910e(0xfb)](nestedKeyValue,_0x1291f3,[_0x418239[_0x52910e(0x137)],_0x418239['SYPRI']]);_0xf4831&&(testsErrorMessage[_0x418239['SFGMd'](_0x418239[_0x52910e(0x11a)](_0x3dc4b6[_0x52910e(0x13f)][_0x52910e(0x154)][_0x52910e(0x153)],_0x418239['rgGBt']),_0x3dc4b6[_0x52910e(0x136)][_0x52910e(0x153)])]=_0xf4831,this['log'](_0x418239[_0x52910e(0x13d)](_0xf4831,'\x0a')));}}}),_0x1d0da7&&(testSuitesFailed+=0x1),this[_0x437682(0x140)]('\x0a');}[a6_0x16c82a(0x105)](_0x353ea8){}['isBstackHook'](_0xff877b){const _0x94dad8=a6_0x16c82a,_0x137bf6={};_0x137bf6[_0x94dad8(0x1a0)]=function(_0x10f8e6,_0x5a7064){return _0x10f8e6!==_0x5a7064;},_0x137bf6[_0x94dad8(0xfc)]=_0x94dad8(0x130);const _0x39390a=_0x137bf6;if(_0x39390a[_0x94dad8(0x1a0)](_0xff877b[_0x94dad8(0x14c)],undefined))return![];if(_0xff877b['actionLocation']&&_0xff877b[_0x94dad8(0x13b)]['uri'][_0x94dad8(0x111)](_0x39390a[_0x94dad8(0xfc)]))return!![];return![];}['incrementCounter'](_0x38b1d0){const _0xb3ece6=a6_0x16c82a,_0x51cf5c={};_0x51cf5c[_0xb3ece6(0x11d)]='FAILED',_0x51cf5c[_0xb3ece6(0x145)]='PASSED',_0x51cf5c[_0xb3ece6(0xf9)]=_0xb3ece6(0x11e),_0x51cf5c['VShZK']=_0xb3ece6(0x14e),_0x51cf5c['pXYxW']=_0xb3ece6(0x107),_0x51cf5c[_0xb3ece6(0x19e)]=_0xb3ece6(0x141),_0x51cf5c[_0xb3ece6(0x162)]=_0xb3ece6(0x122);const _0x4cf91e=_0x51cf5c;switch(_0x38b1d0){case _0x4cf91e[_0xb3ece6(0x11d)]:testsFailed+=0x1;break;case _0x4cf91e[_0xb3ece6(0x145)]:testsPassed+=0x1;break;case _0x4cf91e[_0xb3ece6(0xf9)]:testsSkipped+=0x1;break;case _0x4cf91e[_0xb3ece6(0x174)]:testsPending+=0x1;break;case _0x4cf91e[_0xb3ece6(0x177)]:testsUndefined+=0x1;break;case _0x4cf91e[_0xb3ece6(0x19e)]:testsUnknown+=0x1;break;case _0x4cf91e[_0xb3ece6(0x162)]:testsAmbiguous+=0x1;break;default:break;}}[a6_0x16c82a(0xf6)](_0x449e80){const _0x325ec5=a6_0x16c82a,_0x118997={'LhQIw':function(_0x21ca22,_0x42bad7){return _0x21ca22!==_0x42bad7;},'KFQxv':function(_0x357713,_0x231ca1){return _0x357713(_0x231ca1);},'ickCF':function(_0x35ed57,_0xa4d2f8){return _0x35ed57+_0xa4d2f8;},'mSzTJ':function(_0x55e131){return _0x55e131();}};let _0x56bd62;if(_0x118997[_0x325ec5(0x165)](process[_0x325ec5(0x12b)][_0x325ec5(0x16d)],undefined)){const _0x5c3b44=JSON[_0x325ec5(0x110)](process[_0x325ec5(0x12b)]['CONFIG']);_0x56bd62=_0x5c3b44['capability'];}_0x118997[_0x325ec5(0x165)](_0x56bd62,undefined)&&(global[_0x325ec5(0x155)]=_0x118997[_0x325ec5(0x17f)](getPlatformName,_0x56bd62),this[_0x325ec5(0x140)](_0x118997[_0x325ec5(0x147)]('Executing\x20tests\x20for\x20'+global['__platform'],'\x0a'))),_0x118997['mSzTJ'](shouldProcessEventForTesthub)&&(TestDetails['setup'](),this['report'][_0x325ec5(0x11c)]=_0x449e80);}[a6_0x16c82a(0x18f)](_0x5759c0){const _0x2ff6d9=a6_0x16c82a;this[_0x2ff6d9(0x139)]['testRunFinished']=_0x5759c0,this[_0x2ff6d9(0x105)](_0x5759c0);}async['onTestCaseStarted'](_0x251ff0,_0x883621,_0x1c7569){const _0x58838b=a6_0x16c82a,_0x5692fd={'IvFxF':function(_0x5eb37e,_0x513e8e){return _0x5eb37e(_0x513e8e);},'uzFgr':_0x58838b(0x159),'ftVFR':function(_0x367783,_0x57180e){return _0x367783&&_0x57180e;}};testSuites+=0x1;if(_0x5692fd[_0x58838b(0x197)](shouldProcessEventForTesthub,_0x5692fd[_0x58838b(0x10a)]))try{this[_0x58838b(0x139)][_0x58838b(0x15d)]=this[_0x58838b(0x139)]['testCaseStarted']||{},this[_0x58838b(0x139)]['testCaseStarted'][_0x251ff0['id']]=_0x251ff0;const _0x38d01c=TestDetails[_0x58838b(0x10c)](_0x251ff0['id']);_testCasesData[_0x251ff0['id']]=Object[_0x58838b(0x19f)]({},_0x1c7569);const _0x4c454c=this['report'],_0x2409c3=_0x251ff0[_0x58838b(0x164)],_0x2dbc4f=_0x4c454c[_0x58838b(0xef)][_0x58838b(0x104)](_0x1f472e=>_0x1f472e['id']===_0x2409c3)['pickleId'],_0x38681f=_0x4c454c[_0x58838b(0x136)]['find'](_0x49fbcb=>_0x49fbcb['id']===_0x2dbc4f),_0x32e4b1=_0x4c454c[_0x58838b(0x13f)][_0x58838b(0x104)](_0x35ae79=>_0x35ae79['uri']===_0x38681f[_0x58838b(0x196)]),_0x2a9d64=_0x32e4b1[_0x58838b(0x154)],_0x4ba575={'uuid':_0x38d01c,'startedAt':new Date()[_0x58838b(0x142)]()};if(_0x38681f){const _0x4653a6={};_0x4653a6[_0x58838b(0x153)]=_0x38681f['name'],_0x4ba575[_0x58838b(0x184)]=_0x4653a6;}if(_0x5692fd[_0x58838b(0x186)](_0x32e4b1,_0x2a9d64)){const _0x1327df={};_0x1327df[_0x58838b(0x131)]=_0x32e4b1[_0x58838b(0x196)],_0x1327df[_0x58838b(0x153)]=_0x2a9d64[_0x58838b(0x153)],_0x1327df[_0x58838b(0xf3)]=_0x2a9d64[_0x58838b(0xf3)],_0x4ba575[_0x58838b(0x154)]=_0x1327df;}_tests[_0x2409c3]=_0x4ba575,await testObservabilityReporter[_0x58838b(0x102)](_0x1c7569,_0x32e4b1,_0x38681f,_0x5692fd[_0x58838b(0x10a)],_0x4ba575);}catch(_0x56e342){logger[_0x58838b(0x193)](_0x58838b(0x181)+util[_0x58838b(0x116)](_0x56e342)+'\x20');}}async[a6_0x16c82a(0x10d)](_0x40605d,_0x5ab02d,_0x188475){const _0x2371a9=a6_0x16c82a,_0x2f1f2b={'UKqvD':function(_0x21c3db,_0x3347e1){return _0x21c3db(_0x3347e1);},'xkZRl':_0x2371a9(0x188)};this[_0x2371a9(0xf5)](_0x40605d);if(_0x2f1f2b[_0x2371a9(0x115)](shouldProcessEventForTesthub,_0x2f1f2b[_0x2371a9(0x156)]))try{this[_0x2371a9(0x139)][_0x2371a9(0x124)]=this['report']['testCaseFinished']||{},this[_0x2371a9(0x139)][_0x2371a9(0x124)][_0x40605d[_0x2371a9(0xff)]]=_0x40605d,_testCasesData[_0x188475['id']]=Object[_0x2371a9(0x19f)]({},_0x188475);const _0x418e15=_0x40605d[_0x2371a9(0xff)],_0x4eb69a=_0x5ab02d[_0x2371a9(0x10b)][_0x2371a9(0x118)][_0x418e15][_0x2371a9(0x164)],_0x2c15a1=_0x5ab02d[_0x2371a9(0x10b)][_0x2371a9(0x14a)][_0x4eb69a],_0x574c7b=_0x2c15a1[_0x2371a9(0x167)],_0x43b694=_0x5ab02d[_0x2371a9(0x10b)][_0x2371a9(0x15a)][_0x574c7b],_0x3e7d67=this[_0x2371a9(0x175)](_0x5ab02d,_0x43b694),_0xfcffc9=_tests[_0x4eb69a];_0xfcffc9&&(delete _tests[_0x4eb69a],_0xfcffc9[_0x2371a9(0x187)]=new Date()[_0x2371a9(0x142)]()),await testObservabilityReporter['sendTestRunEventForCucumber'](_0x188475,_0x3e7d67,_0x43b694,_0x2f1f2b[_0x2371a9(0x156)],_0xfcffc9);}catch(_0x336a22){logger[_0x2371a9(0x193)](_0x2371a9(0x18e)+util[_0x2371a9(0x116)](_0x336a22));}}async[a6_0x16c82a(0x106)](_0x5022fc,_0x4c49f7){const _0x169df5=a6_0x16c82a,_0x1417cd={'GYgZU':function(_0x3baac8,_0x3069b9){return _0x3baac8(_0x3069b9);},'vbnDY':_0x169df5(0x180),'UWkAH':function(_0x37120c,_0x4afd92){return _0x37120c!==_0x4afd92;},'XpxQm':_0x169df5(0x158)};if(_0x1417cd['GYgZU'](shouldProcessEventForTesthub,_0x1417cd[_0x169df5(0x17c)]))try{this[_0x169df5(0x139)]['testStepStarted']=this[_0x169df5(0x139)][_0x169df5(0xf8)]||{},this[_0x169df5(0x139)][_0x169df5(0xf8)][_0x5022fc[_0x169df5(0xff)]]=_0x5022fc;const _0x5203fd=_0x5022fc[_0x169df5(0xff)],_0x3ef923=_0x4c49f7[_0x169df5(0x10b)][_0x169df5(0x118)][_0x5203fd][_0x169df5(0x164)],_0x875c9e=this[_0x169df5(0x139)][_0x169df5(0xef)][_0x169df5(0x104)](_0x4e8907=>_0x4e8907['id']===_0x3ef923)[_0x169df5(0x167)],_0x38d4b4=this[_0x169df5(0x139)]['pickle'][_0x169df5(0x104)](_0x2b5cd4=>_0x2b5cd4['id']===_0x875c9e),_0x3104a1=this['report'][_0x169df5(0xef)][_0x169df5(0x104)](_0x22ccf7=>_0x22ccf7['id']===_0x3ef923)[_0x169df5(0x198)],_0x19b4b4=this['report']['testStepStarted'][_0x5203fd]['testStepId'],_0x123214=_0x3104a1['find'](_0x5879be=>_0x5879be['id']===_0x19b4b4)[_0x169df5(0x117)],_0x5b86be=_0x38d4b4[_0x169df5(0x127)][_0x169df5(0x104)](_0x5348ce=>_0x5348ce['id']===_0x123214);if(_0x123214&&_tests[_0x3ef923]&&_0x1417cd[_0x169df5(0x183)](_tests[_0x3ef923][_0x1417cd[_0x169df5(0x190)]],_0x19b4b4)){_tests[_0x3ef923][_0x1417cd[_0x169df5(0x190)]]=_0x19b4b4;const _0x110a72={};_0x110a72['steps']=[];const _0x2bc429=_tests[_0x3ef923]||_0x110a72;_0x2bc429&&!_0x2bc429[_0x169df5(0x127)]&&(_0x2bc429[_0x169df5(0x127)]=[]),_0x2bc429[_0x169df5(0x127)]['push']({'id':_0x5b86be['id'],'text':_0x5b86be[_0x169df5(0x103)],'started_at':new Date()['toISOString']()}),_tests[_0x3ef923]=_0x2bc429;}await testObservabilityReporter[_0x169df5(0x171)](this['report'],_0x5203fd,_0x1417cd['vbnDY'],_0x3104a1,_0x19b4b4,_tests[_0x3ef923]);}catch(_0x3d4728){logger[_0x169df5(0x193)](_0x169df5(0x18b)+util[_0x169df5(0x116)](_0x3d4728));}}async[a6_0x16c82a(0x16c)](_0x448881,_0x4ab253){const _0x2bab1a=a6_0x16c82a,_0x480125={'WgGot':function(_0x246fed,_0x7970ff){return _0x246fed===_0x7970ff;},'VprqT':_0x2bab1a(0x109),'LxLnO':function(_0x2baffe,_0xcf2ecd){return _0x2baffe(_0xcf2ecd);},'hiUEc':_0x2bab1a(0x123),'qNNgo':_0x2bab1a(0x160),'RNSiD':function(_0x485dd4,_0x9ade72){return _0x485dd4===_0x9ade72;},'HarBS':_0x2bab1a(0x151),'leich':_0x2bab1a(0x158)};this[_0x2bab1a(0x139)][_0x2bab1a(0x1a1)]=this[_0x2bab1a(0x139)]['testStepFinished']||{},this[_0x2bab1a(0x139)][_0x2bab1a(0x1a1)][_0x448881['testCaseStartedId']]=_0x448881;if(_0x480125[_0x2bab1a(0x168)](shouldProcessEventForTesthub,_0x480125[_0x2bab1a(0x161)]))try{const _0x5bf036=_0x448881['testCaseStartedId'],_0x28967c=_0x4ab253[_0x2bab1a(0x10b)][_0x2bab1a(0x118)][_0x5bf036]['testCaseId'],_0x5878e4=_0x4ab253[_0x2bab1a(0x10b)]['testCaseMap'][_0x28967c],_0x140516=_0x5878e4['pickleId'],_0x1c7200=_0x4ab253['eventDataCollector'][_0x2bab1a(0x15a)][_0x140516],_0x48ec6d=_0x448881[_0x2bab1a(0x158)],_0x318ec9=_0x5878e4['testSteps'],_0x179571=this['eventDataCollector'][_0x2bab1a(0x172)](_0x5bf036),_0x204219=_0x318ec9[_0x2bab1a(0x104)](_0x12b8a3=>_0x12b8a3['id']===_0x48ec6d)[_0x2bab1a(0x117)];let _0x1f69c1,_0x59a0e0;_0x448881[_0x2bab1a(0xfe)]&&_0x480125['WgGot'](_0x448881['testStepResult'][_0x2bab1a(0x143)][_0x2bab1a(0x144)]()[_0x2bab1a(0x119)](),_0x480125[_0x2bab1a(0x191)])&&(_0x1f69c1=_0x480125[_0x2bab1a(0x19d)](_0x448881[_0x2bab1a(0xfe)][_0x2bab1a(0x16e)],undefined)?_0x448881[_0x2bab1a(0xfe)]['message']:_0x448881[_0x2bab1a(0xfe)][_0x2bab1a(0x16e)]['message'],_0x59a0e0=_0x480125[_0x2bab1a(0x178)](_0x448881['testStepResult'][_0x2bab1a(0x16e)],undefined)?_0x480125[_0x2bab1a(0x173)]:_0x448881['testStepResult']['message']);await testObservabilityReporter['sendHook'](this[_0x2bab1a(0x139)],_0x5bf036,_0x480125[_0x2bab1a(0x161)],_0x318ec9,_0x48ec6d,_tests[_0x28967c]);if(_0x204219&&_tests[_0x28967c][_0x480125['leich']]){const _0x19cfd8=_0x1c7200[_0x2bab1a(0x127)][_0x2bab1a(0x104)](_0x474222=>_0x474222['id']===_0x204219),_0x110f86={};_0x110f86[_0x2bab1a(0x127)]=[];const _0x337dac=_tests[_0x28967c]||_0x110f86;!_0x337dac[_0x2bab1a(0x127)]?_0x337dac[_0x2bab1a(0x127)]=[{'id':_0x19cfd8['id'],'text':_0x19cfd8[_0x2bab1a(0x103)],'finished_at':new Date()[_0x2bab1a(0x142)](),'result':_0x448881['testStepResult']['status'],'duration':_0x448881['testStepResult'][_0x2bab1a(0x113)][_0x2bab1a(0x17b)],'failure':_0x1f69c1,'failureType':_0x59a0e0}]:_0x337dac['steps'][_0x2bab1a(0xf1)](_0x3f0367=>{const _0x11873f=_0x2bab1a;if(_0x480125['WgGot'](_0x3f0367['id'],_0x19cfd8['id'])){const _0x37ef14=_0x480125[_0x11873f(0x169)][_0x11873f(0x19b)]('|');let _0x4dce3b=0x0;while(!![]){switch(_0x37ef14[_0x4dce3b++]){case'0':_0x3f0367[_0x11873f(0x185)]=_0x59a0e0;continue;case'1':_0x3f0367['failure']=_0x1f69c1;continue;case'2':_0x3f0367['result']=_0x448881[_0x11873f(0xfe)][_0x11873f(0x143)];continue;case'3':_0x3f0367['finished_at']=new Date()['toISOString']();continue;case'4':_0x3f0367[_0x11873f(0x113)]=_0x448881['testStepResult']['duration'][_0x11873f(0x17b)];continue;}break;}}}),_tests[_0x28967c]=_0x337dac,delete _tests[_0x28967c][_0x480125[_0x2bab1a(0x17a)]];}}catch(_0x4df261){logger['debug'](_0x2bab1a(0xfd)+util[_0x2bab1a(0x116)](_0x4df261));}}[a6_0x16c82a(0x11b)](_0x11864c){const _0x3c05b3=a6_0x16c82a,_0x553ef3={};return _0x11864c[_0x3c05b3(0x154)][_0x3c05b3(0x12d)]['map'](this[_0x3c05b3(0x152)])['flat']()[_0x3c05b3(0xf1)](_0x4fdedb=>_0x4fdedb[_0x3c05b3(0x127)][_0x3c05b3(0xf1)](_0x56e12e=>_0x553ef3[_0x56e12e['id']]=_0x56e12e)),_0x553ef3;}[a6_0x16c82a(0x152)](_0x3b4609){const _0x13acb4=a6_0x16c82a,_0x53e08b={'pCWpa':function(_0x132944,_0x55ccf3){return _0x132944(_0x55ccf3);}};if(!_0x53e08b[_0x13acb4(0x138)](isUndefined,_0x3b4609[_0x13acb4(0x12a)]))return[_0x3b4609[_0x13acb4(0x12a)]];else{if(!_0x53e08b[_0x13acb4(0x138)](isUndefined,_0x3b4609[_0x13acb4(0x149)]))return _0x3b4609['rule'][_0x13acb4(0x12d)][_0x13acb4(0xfa)](_0x393069=>!isUndefined(_0x393069[_0x13acb4(0x12a)])?_0x393069[_0x13acb4(0x12a)]:_0x393069[_0x13acb4(0x184)]);};return[_0x3b4609[_0x13acb4(0x184)]];}[a6_0x16c82a(0x175)](_0x5e7dff,_0x153e06){const _0x398702=a6_0x16c82a;return Object[_0x398702(0x129)](_0x5e7dff['eventDataCollector'][_0x398702(0x132)])[_0x398702(0x104)](_0x2c4d2f=>_0x2c4d2f[_0x398702(0x196)]===_0x153e06[_0x398702(0x196)]);}}function a6_0x43b9(_0x4e5a12,_0x5a780a){const _0x2d43dc=a6_0x2d43();return a6_0x43b9=function(_0x43b9ce,_0xc58614){_0x43b9ce=_0x43b9ce-0xef;let _0x3e659c=_0x2d43dc[_0x43b9ce];return _0x3e659c;},a6_0x43b9(_0x4e5a12,_0x5a780a);}function a6_0x2d43(){const _0x2a9459=['children','onGherkinDocument','7hkXmjv','cucumber-js/test.setup.js','path','gherkinDocumentMap','hooks','Snqlz','OWCyV','pickle','EoRTG','pCWpa','report','testRunFinished','actionLocation','9qgjsUU','NzLCf','envelope','gherkinDocument','log','UNKNOWN','toISOString','status','toString','sPbFC','util','ickCF','lQhpe','rule','testCaseMap','../../../helpers/logger','sourceLocation','parseTestCaseAttempt','PENDING','282buevgi','keyword','UnhandledError','extractStepContainers','name','feature','__platform','xkZRl','../../playwright/reporter/test-details.js','testStepId','TestRunStarted','pickleMap','onTestCase','SFGMd','testCaseStarted','rgGBt','601690HyVSkO','failed','hiUEc','KvYIt','1071436GRtvBK','testCaseId','LhQIw','onSource','pickleId','LxLnO','VprqT','eventBroadcaster','result','onTestStepFinished','CONFIG','exception','MqNSc','onHook','sendHook','getTestCaseAttempt','HarBS','VShZK','getGherkinDocument','onTestCaseStarted','pXYxW','RNSiD','source','leich','seconds','vbnDY','testCaseAttempt','snippetBuilder','KFQxv','HookRunStarted','Exception\x20in\x20sending\x20onTestCaseStarted:\x20','onPickle','UWkAH','scenario','failureType','ftVFR','finishedAt','TestRunFinished','EpjGc','push','Exception\x20in\x20onTestStepStarted\x20event:\x20','../../../helpers/testhub/utils.js','winstonLogger','Exception\x20in\x20sending\x20onTestCaseFinished\x20event:\x20\x20','onTestRunFinished','XpxQm','qNNgo','uTZiS','debug','23135MmWERh','1601608KVvXiF','uri','IvFxF','testSteps','isBstackHook','7491Rwseiu','split','uwpjc','WgGot','tLIpu','assign','jokqn','testStepFinished','@cucumber/cucumber','testCases','OwRSy','forEach','hook','description','message','logTestCaseFinished','onTestRunStarted','7476rtashu','testStepStarted','EBZGA','map','mSKzO','PDWia','Exception\x20in\x20onTestStepFinished\x20event:\x20','testStepResult','testCaseStartedId','cwd','497403OWgKxF','sendTestRunEventForCucumber','text','find','logTestRunFinished','onTestStepStarted','UNDEFINED','exports','3|2|4|1|0','uzFgr','eventDataCollector','getTestUUID','onTestCaseFinished','5308TKzBWV','testCase','parse','includes','FAILED','duration','onStepDefinition','UKqvD','format','pickleStepId','testCaseAttemptDataMap','toLowerCase','nyxVB','getGherkinStepMap','testRunStarted','mryFZ','SKIPPED','fZshc','../test-observability.js','110bfvfTO','AMBIGUOUS','HookRunFinished','testCaseFinished','TBXeJ','stepDefinition','steps','../../../helpers/test-observability/error-handler','values','background','env','\x20\x20\x20\x20'];a6_0x2d43=function(){return _0x2a9459;};return a6_0x2d43();}module[a6_0x16c82a(0x108)]=o11yClassErrorHandler(BrowserstackFormatter,[a6_0x16c82a(0x176),a6_0x16c82a(0x10d),a6_0x16c82a(0x106),a6_0x16c82a(0x16c),a6_0x16c82a(0xf6),a6_0x16c82a(0x18f),'extractStepContainers',a6_0x16c82a(0x175),a6_0x16c82a(0x11b)]);
@@ -1 +1 @@
1
- const a7_0xbeb1bd=a7_0x4893;function a7_0x4893(_0x2ed7da,_0x33acae){const _0x59fc2c=a7_0x59fc();return a7_0x4893=function(_0x4893b4,_0x271cc2){_0x4893b4=_0x4893b4-0x116;let _0x1556a6=_0x59fc2c[_0x4893b4];return _0x1556a6;},a7_0x4893(_0x2ed7da,_0x33acae);}(function(_0x3a9b6d,_0x2073b7){const _0x557fe2=a7_0x4893,_0x54f70d=_0x3a9b6d();while(!![]){try{const _0x12c6e7=parseInt(_0x557fe2(0x157))/0x1*(parseInt(_0x557fe2(0x151))/0x2)+parseInt(_0x557fe2(0x11c))/0x3+parseInt(_0x557fe2(0x14b))/0x4*(-parseInt(_0x557fe2(0x152))/0x5)+-parseInt(_0x557fe2(0x141))/0x6+parseInt(_0x557fe2(0x153))/0x7*(-parseInt(_0x557fe2(0x125))/0x8)+-parseInt(_0x557fe2(0x126))/0x9*(-parseInt(_0x557fe2(0x13e))/0xa)+parseInt(_0x557fe2(0x146))/0xb;if(_0x12c6e7===_0x2073b7)break;else _0x54f70d['push'](_0x54f70d['shift']());}catch(_0x327130){_0x54f70d['push'](_0x54f70d['shift']());}}}(a7_0x59fc,0x4913b));function a7_0x59fc(){const _0x590119=['bObaJ','eventDataCollector','exception','ITvbC','gcUiF','uri','log','pgEcW','line','vWNyL','uWuwr','cucumber','EoqBZ','UaPia','text','QcGNb','cBnrw','mYDYx','3313020MsDYtk','undefined','PNiMd','3427134czYdZL','stepResults','testCase','pickle','iMtqD','4734653TOPvJZ','ZwTRW','name','sourceLocation','AbecO','152HrhmQF','toUpperCase','grlWJ','DPtZa','\x20-\x20','nSser','4QXEPXo','31145pzmgbq','14hoqIww','eHeyv','ZzWcS','test-case-started','226697nkbqhu','SKIPPED','PxsRq','wRoFF','eventBroadcaster','cucumber/lib/formatter/helpers/pickle_parser.js','XAWOR','result','actionLocation','gherkinDocument','JNjzz','exports','rRraJ','steps','capability','test-step-started','../../../helpers/helper','KvfyP','env','PENDING','PASSED','LpNZE','feature','KQCDP','getStepLineToPickledStepMap','length','1130787yJXtoD','Executing\x20tests\x20for\x20','ZGBub','Zkkim','status','voClV','getTestCaseData','forEach','includes','1939336EgeLZJ','9edtVRe','\x20\x20\x20\x20','ecTbL','__platform','test-run-started','puFls'];a7_0x59fc=function(){return _0x590119;};return a7_0x59fc();}const {requireModule,getPlatformName,nestedKeyValue}=require(a7_0xbeb1bd(0x167)),{Formatter}=requireModule(a7_0xbeb1bd(0x137)),pickleParser=requireModule(a7_0xbeb1bd(0x15c),a7_0xbeb1bd(0x137));class BrowserstackFormatter extends Formatter{constructor(_0x207591){const _0x4af55d=a7_0xbeb1bd,_0x552073={'iMtqD':function(_0x4f6b3f,_0x1ea9cc){return _0x4f6b3f!==_0x1ea9cc;},'rRraJ':function(_0x5ba4f2,_0x4b6125){return _0x5ba4f2!==_0x4b6125;},'voClV':function(_0x2c8042,_0x3c77ba){return _0x2c8042(_0x3c77ba);},'grlWJ':_0x4af55d(0x12a),'gcUiF':_0x4af55d(0x156),'uWuwr':'test-case-finished','QcGNb':'test-run-finished','puFls':_0x4af55d(0x166)};super(_0x207591),_0x207591[_0x4af55d(0x15b)]['on'](_0x552073[_0x4af55d(0x14d)],()=>{const _0x22b2b8=_0x4af55d;let _0xd76eac;if(_0x552073[_0x22b2b8(0x145)](process['env']['CONFIG'],undefined)){const _0x5b4880=JSON['parse'](process[_0x22b2b8(0x169)]['CONFIG']);_0xd76eac=_0x5b4880[_0x22b2b8(0x165)];}_0x552073[_0x22b2b8(0x163)](_0xd76eac,undefined)&&(global['__platform']=_0x552073[_0x22b2b8(0x121)](getPlatformName,_0xd76eac),console[_0x22b2b8(0x132)](_0x22b2b8(0x11d)+global[_0x22b2b8(0x129)]));}),_0x207591[_0x4af55d(0x15b)]['on'](_0x552073[_0x4af55d(0x130)],()=>{testSuites+=0x1;}),_0x207591['eventBroadcaster']['on'](_0x552073[_0x4af55d(0x136)],_0x3ba8e2=>{this['logTestCaseFinished'](_0x3ba8e2);}),_0x207591['eventBroadcaster']['on'](_0x552073[_0x4af55d(0x13b)],()=>{totalTests-=0x2;}),_0x207591[_0x4af55d(0x15b)]['on'](_0x552073[_0x4af55d(0x12b)],()=>{totalTests+=0x1;});}['logTestCaseFinished'](_0x3e4316){const _0x47bc0d=a7_0xbeb1bd,_0x56e783={'ZGBub':'FAILED','pgEcW':_0x47bc0d(0x116),'mYDYx':_0x47bc0d(0x158),'KvfyP':_0x47bc0d(0x16a),'pzGuO':'UNDEFINED','PPXNa':'UNKNOWN','iIfAZ':'AMBIGUOUS','PxsRq':function(_0x500ae7,_0x62e9b7){return _0x500ae7+_0x62e9b7;},'JNjzz':function(_0x215429,_0x59ee51){return _0x215429+_0x59ee51;},'eHeyv':_0x47bc0d(0x127),'ZwTRW':_0x47bc0d(0x14f),'PNiMd':function(_0x1885cb,_0x48c45c){return _0x1885cb(_0x48c45c);},'ecTbL':'cucumber-js/test_old.setup.js','bObaJ':'\x20\x20\x20\x20AFTER\x20-\x20','llgzG':'\x20\x20\x20\x20BEFORE\x20-\x20','cBnrw':function(_0x22c074,_0x215571){return _0x22c074===_0x215571;},'sfIci':function(_0x4a1938,_0xd37ee3,_0x3da09e){return _0x4a1938(_0xd37ee3,_0x3da09e);},'QNfah':'result','UaPia':_0x47bc0d(0x12e),'nSser':'stack','AbecO':function(_0x4e90fe,_0x392012){return _0x4e90fe+_0x392012;},'XAWOR':function(_0x1f6c47,_0x56b5bd){return _0x1f6c47!==_0x56b5bd;},'wRoFF':function(_0xc1a29f,_0x5405d1){return _0xc1a29f+_0x5405d1;},'qDDXY':_0x47bc0d(0x13f),'DYTRH':function(_0x433008,_0x23d099){return _0x433008+_0x23d099;},'ShIkq':function(_0x57c3ff,_0x1d4203){return _0x57c3ff+_0x1d4203;},'ITvbC':function(_0x9cfc2f,_0xded77f){return _0x9cfc2f+_0xded77f;},'yDuHe':function(_0x5e740d,_0x3fa584){return _0x5e740d+_0x3fa584;},'Zkkim':function(_0xdb920c,_0x5608be){return _0xdb920c<_0x5608be;},'vWNyL':function(_0x159a25,_0x18a292){return _0x159a25+_0x18a292;},'KQCDP':function(_0x5a4c03,_0x3d979e){return _0x5a4c03+_0x3d979e;},'EoqBZ':function(_0x4a49f4,_0x5bfd23){return _0x4a49f4(_0x5bfd23);},'sRcZO':function(_0x350863,_0x5b917e){return _0x350863+_0x5b917e;},'LpNZE':function(_0x205d34,_0x3c72a8){return _0x205d34+_0x3c72a8;},'DPtZa':function(_0x34f51c,_0x63095){return _0x34f51c===_0x63095;},'ZzWcS':function(_0x510304,_0x5817cc,_0x476d21){return _0x510304(_0x5817cc,_0x476d21);},'JxTEF':function(_0x4f4ba3,_0x3ca649){return _0x4f4ba3+_0x3ca649;}};let _0x2d2969=![];function _0x5e26cb(_0x16eba8){const _0xf6f711=_0x47bc0d;switch(_0x16eba8){case _0x56e783[_0xf6f711(0x11e)]:testsFailed+=0x1;break;case _0x56e783[_0xf6f711(0x133)]:testsPassed+=0x1;break;case _0x56e783[_0xf6f711(0x13d)]:testsSkipped+=0x1;break;case _0x56e783[_0xf6f711(0x168)]:testsPending+=0x1;break;case _0x56e783['pzGuO']:testsUndefined+=0x1;break;case _0x56e783['PPXNa']:testsUnknown+=0x1;break;case _0x56e783['iIfAZ']:testsAmbiguous+=0x1;break;default:break;}}_0x56e783['XAWOR'](global[_0x47bc0d(0x129)],undefined)&&console[_0x47bc0d(0x132)](_0x56e783[_0x47bc0d(0x161)](_0x56e783[_0x47bc0d(0x15a)]('\x0a',global[_0x47bc0d(0x129)]),'\x0a'));let _0x228924=![];if(_0x56e783[_0x47bc0d(0x15d)](typeof this['eventDataCollector'][_0x47bc0d(0x122)],_0x56e783['qDDXY'])){var _0x3e1693=this['eventDataCollector'][_0x47bc0d(0x122)](_0x3e4316[_0x47bc0d(0x149)]),_0x4ebd96=_0x3e1693[_0x47bc0d(0x144)],_0x43be48=_0x3e1693[_0x47bc0d(0x143)];console[_0x47bc0d(0x132)](_0x56e783['DYTRH']('\x20\x20',_0x4ebd96['name']));var _0x528835=(0x0,pickleParser[_0x47bc0d(0x11a)])(_0x4ebd96);_0x43be48[_0x47bc0d(0x164)][_0x47bc0d(0x123)](function(_0x246516){const _0x39c330=_0x47bc0d;if(_0x246516['actionLocation']&&_0x246516[_0x39c330(0x149)])_0x2d2969=!![],console[_0x39c330(0x132)](_0x56e783[_0x39c330(0x159)](_0x56e783['PxsRq'](_0x56e783[_0x39c330(0x161)](_0x56e783[_0x39c330(0x154)],_0x528835[_0x246516[_0x39c330(0x149)][_0x39c330(0x134)]][_0x39c330(0x13a)]),_0x56e783[_0x39c330(0x147)]),_0x246516['result'][_0x39c330(0x120)][_0x39c330(0x14c)]())),_0x56e783[_0x39c330(0x140)](_0x5e26cb,_0x246516[_0x39c330(0x15e)][_0x39c330(0x120)][_0x39c330(0x14c)]());else _0x246516[_0x39c330(0x15f)]&&(!_0x246516[_0x39c330(0x15f)][_0x39c330(0x131)][_0x39c330(0x124)](_0x56e783[_0x39c330(0x128)])&&(_0x56e783[_0x39c330(0x140)](_0x5e26cb,_0x246516[_0x39c330(0x15e)][_0x39c330(0x120)]['toUpperCase']()),_0x2d2969?console[_0x39c330(0x132)](_0x56e783[_0x39c330(0x159)](_0x56e783['bObaJ'],_0x246516['result'][_0x39c330(0x120)][_0x39c330(0x14c)]())):console['log'](_0x56e783[_0x39c330(0x159)](_0x56e783['llgzG'],_0x246516[_0x39c330(0x15e)][_0x39c330(0x120)][_0x39c330(0x14c)]()))));if(_0x56e783[_0x39c330(0x13c)](_0x246516[_0x39c330(0x15e)]['status']['toUpperCase'](),_0x56e783[_0x39c330(0x11e)])){const _0x222cf9=_0x56e783['sfIci'](nestedKeyValue,_0x246516,[_0x56e783['QNfah'],_0x56e783[_0x39c330(0x139)],_0x56e783[_0x39c330(0x150)]]);_0x222cf9&&(testsErrorMessage[_0x4ebd96['name']]=_0x222cf9,console[_0x39c330(0x132)](_0x56e783[_0x39c330(0x14a)](_0x222cf9,'\x0a'))),_0x228924=!![];}});}else{const _0x58efef=this[_0x47bc0d(0x12d)]['getTestCaseAttempt'](_0x3e4316);console[_0x47bc0d(0x132)](_0x56e783['ShIkq'](_0x56e783[_0x47bc0d(0x12f)](_0x56e783['yDuHe']('\x20\x20',_0x58efef['gherkinDocument'][_0x47bc0d(0x118)][_0x47bc0d(0x148)]),_0x56e783[_0x47bc0d(0x147)]),_0x58efef['pickle'][_0x47bc0d(0x148)]));const _0x117a22=(0x0,pickleParser['getStepLineToPickledStepMap'])(_0x58efef['pickle']),_0xc7ef37=_0x58efef['testCase'][_0x47bc0d(0x164)],_0x27f735=_0x58efef[_0x47bc0d(0x142)],_0x2aa851=_0xc7ef37[_0x47bc0d(0x11b)];for(let _0xabcad5=0x0;_0x56e783[_0x47bc0d(0x11f)](_0xabcad5,_0x2aa851);_0xabcad5++){const _0x857ff0=_0xc7ef37[_0xabcad5];if(_0x857ff0[_0x47bc0d(0x15f)]&&_0x857ff0[_0x47bc0d(0x149)])_0x2d2969=!![],console[_0x47bc0d(0x132)](_0x56e783[_0x47bc0d(0x135)](_0x56e783[_0x47bc0d(0x135)](_0x56e783[_0x47bc0d(0x119)](_0x56e783[_0x47bc0d(0x154)],_0x117a22[_0x857ff0[_0x47bc0d(0x149)][_0x47bc0d(0x134)]]['text']),_0x56e783[_0x47bc0d(0x147)]),_0x27f735[_0xabcad5]['status'][_0x47bc0d(0x14c)]())),_0x56e783[_0x47bc0d(0x138)](_0x5e26cb,_0x27f735[_0xabcad5][_0x47bc0d(0x120)][_0x47bc0d(0x14c)]());else _0x857ff0[_0x47bc0d(0x15f)]&&(!_0x857ff0[_0x47bc0d(0x15f)]['uri'][_0x47bc0d(0x124)](_0x56e783['ecTbL'])&&(_0x56e783[_0x47bc0d(0x140)](_0x5e26cb,_0x27f735[_0xabcad5]['status'][_0x47bc0d(0x14c)]()),_0x2d2969?console[_0x47bc0d(0x132)](_0x56e783['sRcZO'](_0x56e783[_0x47bc0d(0x12c)],_0x27f735[_0xabcad5][_0x47bc0d(0x120)]['toUpperCase']())):console[_0x47bc0d(0x132)](_0x56e783[_0x47bc0d(0x117)](_0x56e783['llgzG'],_0x27f735[_0xabcad5]['status']['toUpperCase']()))));if(_0x56e783[_0x47bc0d(0x14e)](_0x27f735[_0xabcad5]['status'][_0x47bc0d(0x14c)](),_0x56e783[_0x47bc0d(0x11e)])){_0x228924=!![];const _0x28aab7=_0x56e783[_0x47bc0d(0x155)](nestedKeyValue,_0x27f735[_0xabcad5],[_0x56e783['UaPia'],_0x56e783[_0x47bc0d(0x150)]]);_0x28aab7&&(testsErrorMessage[_0x56e783[_0x47bc0d(0x14a)](_0x56e783['JxTEF'](_0x58efef[_0x47bc0d(0x160)][_0x47bc0d(0x118)][_0x47bc0d(0x148)],_0x56e783[_0x47bc0d(0x147)]),_0x58efef[_0x47bc0d(0x144)][_0x47bc0d(0x148)])]=_0x28aab7,console[_0x47bc0d(0x132)](_0x56e783[_0x47bc0d(0x14a)](_0x28aab7,'\x0a')));}}}_0x228924&&(testSuitesFailed+=0x1),console['log']('\x0a');}}module[a7_0xbeb1bd(0x162)]=BrowserstackFormatter;
1
+ const a7_0x357a73=a7_0x2bac;(function(_0x35642d,_0x34f0d4){const _0x244148=a7_0x2bac,_0x45ed78=_0x35642d();while(!![]){try{const _0x336234=parseInt(_0x244148(0x101))/0x1+parseInt(_0x244148(0x126))/0x2+parseInt(_0x244148(0xf3))/0x3+-parseInt(_0x244148(0x115))/0x4+-parseInt(_0x244148(0x11d))/0x5+parseInt(_0x244148(0xf6))/0x6+-parseInt(_0x244148(0x11c))/0x7;if(_0x336234===_0x34f0d4)break;else _0x45ed78['push'](_0x45ed78['shift']());}catch(_0x35ee05){_0x45ed78['push'](_0x45ed78['shift']());}}}(a7_0x1942,0x5cd2f));const {requireModule,getPlatformName,nestedKeyValue}=require(a7_0x357a73(0x10f)),{Formatter}=requireModule(a7_0x357a73(0x134)),pickleParser=requireModule('cucumber/lib/formatter/helpers/pickle_parser.js',a7_0x357a73(0x134));function a7_0x2bac(_0x153991,_0xb42fe4){const _0x1942a6=a7_0x1942();return a7_0x2bac=function(_0x2bac38,_0x450512){_0x2bac38=_0x2bac38-0xeb;let _0x52287b=_0x1942a6[_0x2bac38];return _0x52287b;},a7_0x2bac(_0x153991,_0xb42fe4);}class BrowserstackFormatter extends Formatter{constructor(_0x138858){const _0x36934c=a7_0x357a73,_0x2ce888={'vfgbQ':function(_0x2e8de5,_0x282e11){return _0x2e8de5!==_0x282e11;},'WyiVV':function(_0x18c41a,_0x4f8ae0){return _0x18c41a!==_0x4f8ae0;},'UJTOz':function(_0x529df2,_0x13aaef){return _0x529df2(_0x13aaef);},'dsyPS':_0x36934c(0x124),'aGoky':_0x36934c(0x108),'JyNBj':'test-case-finished','CNhAy':_0x36934c(0x10e),'CHpMz':_0x36934c(0x143)};super(_0x138858),_0x138858[_0x36934c(0x122)]['on'](_0x2ce888[_0x36934c(0xf0)],()=>{const _0x5048a6=_0x36934c;let _0x2b80f3;if(_0x2ce888[_0x5048a6(0x13f)](process[_0x5048a6(0x10a)]['CONFIG'],undefined)){const _0x393afa=JSON[_0x5048a6(0xfb)](process[_0x5048a6(0x10a)][_0x5048a6(0x119)]);_0x2b80f3=_0x393afa[_0x5048a6(0x136)];}_0x2ce888[_0x5048a6(0xfe)](_0x2b80f3,undefined)&&(global['__platform']=_0x2ce888[_0x5048a6(0x123)](getPlatformName,_0x2b80f3),console[_0x5048a6(0x113)]('Executing\x20tests\x20for\x20'+global['__platform']));}),_0x138858[_0x36934c(0x122)]['on'](_0x2ce888['aGoky'],()=>{testSuites+=0x1;}),_0x138858[_0x36934c(0x122)]['on'](_0x2ce888[_0x36934c(0x120)],_0x386de6=>{this['logTestCaseFinished'](_0x386de6);}),_0x138858[_0x36934c(0x122)]['on'](_0x2ce888['CNhAy'],()=>{totalTests-=0x2;}),_0x138858[_0x36934c(0x122)]['on'](_0x2ce888[_0x36934c(0xed)],()=>{totalTests+=0x1;});}[a7_0x357a73(0xf4)](_0x2563f5){const _0x157045=a7_0x357a73,_0x13c096={'CuBSj':_0x157045(0x128),'HovqD':_0x157045(0x13e),'LRJnc':_0x157045(0x12e),'gTDyl':_0x157045(0x144),'dbEIO':_0x157045(0x13d),'zShGL':_0x157045(0xf5),'opMHE':_0x157045(0xee),'HwBKr':function(_0x1ad773,_0x598a43){return _0x1ad773+_0x598a43;},'xggAk':function(_0x41e832,_0x38c091){return _0x41e832+_0x38c091;},'mSeFF':_0x157045(0x114),'NpbMM':'\x20-\x20','TAtmW':function(_0x223e9a,_0x75f49a){return _0x223e9a(_0x75f49a);},'kIYCk':_0x157045(0xfa),'xTgRP':function(_0x416d7c,_0x58181e){return _0x416d7c(_0x58181e);},'wipcf':function(_0xc983b8,_0x5c2ee6){return _0xc983b8+_0x5c2ee6;},'pRrqz':_0x157045(0xff),'XkbWK':function(_0x36926e,_0x194608){return _0x36926e+_0x194608;},'fbEcI':_0x157045(0x105),'xTfMy':function(_0x378dc6,_0x3d8145){return _0x378dc6===_0x3d8145;},'qUnTD':function(_0x28d7d1,_0x34f81d,_0x38c94a){return _0x28d7d1(_0x34f81d,_0x38c94a);},'vNQfs':_0x157045(0x102),'fwAvs':_0x157045(0x116),'ocNkM':_0x157045(0x13b),'tbfYl':function(_0x44afa0,_0x31eb22){return _0x44afa0+_0x31eb22;},'IVTGQ':function(_0x12b5d7,_0x2e55e1){return _0x12b5d7!==_0x2e55e1;},'rbMlX':function(_0x59964f,_0x1d10ca){return _0x59964f+_0x1d10ca;},'JgTav':_0x157045(0x142),'FXXmx':function(_0x37c5ca,_0x431a05){return _0x37c5ca+_0x431a05;},'svmRf':function(_0x5b8ff1,_0x3b2ebd){return _0x5b8ff1<_0x3b2ebd;},'aalua':function(_0x2bc602,_0x5f4ed5){return _0x2bc602+_0x5f4ed5;},'qwWCH':function(_0x336ad6,_0x4bef74){return _0x336ad6(_0x4bef74);},'thpAm':function(_0x586e5e,_0x5485eb){return _0x586e5e+_0x5485eb;},'KcLcG':function(_0x2c0b71,_0x4eb837){return _0x2c0b71+_0x4eb837;},'lkmal':function(_0xf3723a,_0x49c924,_0x426210){return _0xf3723a(_0x49c924,_0x426210);},'kyrCg':function(_0xb104b9,_0x535abb){return _0xb104b9+_0x535abb;}};let _0x3a0857=![];function _0x5bcb56(_0x64de85){const _0x292450=_0x157045;switch(_0x64de85){case _0x13c096[_0x292450(0x127)]:testsFailed+=0x1;break;case _0x13c096[_0x292450(0x12f)]:testsPassed+=0x1;break;case _0x13c096[_0x292450(0x12d)]:testsSkipped+=0x1;break;case _0x13c096[_0x292450(0x12c)]:testsPending+=0x1;break;case _0x13c096[_0x292450(0x130)]:testsUndefined+=0x1;break;case _0x13c096['zShGL']:testsUnknown+=0x1;break;case _0x13c096['opMHE']:testsAmbiguous+=0x1;break;default:break;}}_0x13c096[_0x157045(0x11e)](global[_0x157045(0x10d)],undefined)&&console[_0x157045(0x113)](_0x13c096[_0x157045(0x11a)](_0x13c096[_0x157045(0x140)]('\x0a',global[_0x157045(0x10d)]),'\x0a'));let _0x5b38f0=![];if(_0x13c096['IVTGQ'](typeof this[_0x157045(0xef)][_0x157045(0x131)],_0x13c096['JgTav'])){var _0x33485f=this[_0x157045(0xef)][_0x157045(0x131)](_0x2563f5[_0x157045(0x137)]),_0x49d730=_0x33485f['pickle'],_0x2f6ade=_0x33485f['testCase'];console[_0x157045(0x113)](_0x13c096[_0x157045(0x104)]('\x20\x20',_0x49d730[_0x157045(0x139)]));var _0x4c5189=(0x0,pickleParser[_0x157045(0xeb)])(_0x49d730);_0x2f6ade[_0x157045(0xf7)][_0x157045(0x106)](function(_0x2f1b4d){const _0x5d89a4=_0x157045;if(_0x2f1b4d[_0x5d89a4(0x138)]&&_0x2f1b4d[_0x5d89a4(0x137)])_0x3a0857=!![],console[_0x5d89a4(0x113)](_0x13c096['HwBKr'](_0x13c096[_0x5d89a4(0x111)](_0x13c096['HwBKr'](_0x13c096[_0x5d89a4(0x11f)],_0x4c5189[_0x2f1b4d['sourceLocation'][_0x5d89a4(0x118)]]['text']),_0x13c096['NpbMM']),_0x2f1b4d[_0x5d89a4(0x102)][_0x5d89a4(0x112)][_0x5d89a4(0x133)]())),_0x13c096[_0x5d89a4(0x103)](_0x5bcb56,_0x2f1b4d[_0x5d89a4(0x102)]['status'][_0x5d89a4(0x133)]());else _0x2f1b4d[_0x5d89a4(0x138)]&&(!_0x2f1b4d[_0x5d89a4(0x138)][_0x5d89a4(0x10b)]['includes'](_0x13c096[_0x5d89a4(0xfd)])&&(_0x13c096[_0x5d89a4(0x129)](_0x5bcb56,_0x2f1b4d[_0x5d89a4(0x102)][_0x5d89a4(0x112)]['toUpperCase']()),_0x3a0857?console['log'](_0x13c096[_0x5d89a4(0x11a)](_0x13c096[_0x5d89a4(0x11b)],_0x2f1b4d['result']['status'][_0x5d89a4(0x133)]())):console[_0x5d89a4(0x113)](_0x13c096[_0x5d89a4(0x109)](_0x13c096[_0x5d89a4(0xf9)],_0x2f1b4d[_0x5d89a4(0x102)][_0x5d89a4(0x112)][_0x5d89a4(0x133)]()))));if(_0x13c096[_0x5d89a4(0x100)](_0x2f1b4d[_0x5d89a4(0x102)][_0x5d89a4(0x112)]['toUpperCase'](),_0x13c096[_0x5d89a4(0x127)])){const _0x16f320=_0x13c096[_0x5d89a4(0xec)](nestedKeyValue,_0x2f1b4d,[_0x13c096['vNQfs'],_0x13c096[_0x5d89a4(0x121)],_0x13c096[_0x5d89a4(0x117)]]);_0x16f320&&(testsErrorMessage[_0x49d730['name']]=_0x16f320,console[_0x5d89a4(0x113)](_0x13c096['tbfYl'](_0x16f320,'\x0a'))),_0x5b38f0=!![];}});}else{const _0x2d98e4=this['eventDataCollector'][_0x157045(0x13c)](_0x2563f5);console[_0x157045(0x113)](_0x13c096['rbMlX'](_0x13c096[_0x157045(0x104)](_0x13c096['FXXmx']('\x20\x20',_0x2d98e4['gherkinDocument'][_0x157045(0x12a)][_0x157045(0x139)]),_0x13c096['NpbMM']),_0x2d98e4[_0x157045(0x10c)]['name']));const _0x4c7bbd=(0x0,pickleParser[_0x157045(0xeb)])(_0x2d98e4[_0x157045(0x10c)]),_0x406dd5=_0x2d98e4['testCase']['steps'],_0x58f9bd=_0x2d98e4[_0x157045(0x107)],_0x2a70f7=_0x406dd5[_0x157045(0xf1)];for(let _0x324e11=0x0;_0x13c096[_0x157045(0x141)](_0x324e11,_0x2a70f7);_0x324e11++){const _0x2c91fd=_0x406dd5[_0x324e11];if(_0x2c91fd[_0x157045(0x138)]&&_0x2c91fd[_0x157045(0x137)])_0x3a0857=!![],console[_0x157045(0x113)](_0x13c096[_0x157045(0x125)](_0x13c096[_0x157045(0x104)](_0x13c096['xggAk'](_0x13c096[_0x157045(0x11f)],_0x4c7bbd[_0x2c91fd['sourceLocation']['line']][_0x157045(0xf2)]),_0x13c096[_0x157045(0x13a)]),_0x58f9bd[_0x324e11]['status']['toUpperCase']())),_0x13c096[_0x157045(0x129)](_0x5bcb56,_0x58f9bd[_0x324e11][_0x157045(0x112)][_0x157045(0x133)]());else _0x2c91fd[_0x157045(0x138)]&&(!_0x2c91fd[_0x157045(0x138)]['uri'][_0x157045(0x12b)](_0x13c096[_0x157045(0xfd)])&&(_0x13c096[_0x157045(0xfc)](_0x5bcb56,_0x58f9bd[_0x324e11][_0x157045(0x112)]['toUpperCase']()),_0x3a0857?console[_0x157045(0x113)](_0x13c096[_0x157045(0x135)](_0x13c096[_0x157045(0x11b)],_0x58f9bd[_0x324e11]['status'][_0x157045(0x133)]())):console[_0x157045(0x113)](_0x13c096[_0x157045(0x132)](_0x13c096[_0x157045(0xf9)],_0x58f9bd[_0x324e11][_0x157045(0x112)][_0x157045(0x133)]()))));if(_0x13c096['xTfMy'](_0x58f9bd[_0x324e11][_0x157045(0x112)][_0x157045(0x133)](),_0x13c096[_0x157045(0x127)])){_0x5b38f0=!![];const _0x188688=_0x13c096[_0x157045(0xf8)](nestedKeyValue,_0x58f9bd[_0x324e11],[_0x13c096[_0x157045(0x121)],_0x13c096['ocNkM']]);_0x188688&&(testsErrorMessage[_0x13c096['kyrCg'](_0x13c096[_0x157045(0x104)](_0x2d98e4[_0x157045(0x110)][_0x157045(0x12a)][_0x157045(0x139)],_0x13c096[_0x157045(0x13a)]),_0x2d98e4['pickle']['name'])]=_0x188688,console[_0x157045(0x113)](_0x13c096[_0x157045(0x135)](_0x188688,'\x0a')));}}}_0x5b38f0&&(testSuitesFailed+=0x1),console[_0x157045(0x113)]('\x0a');}}module['exports']=BrowserstackFormatter;function a7_0x1942(){const _0x33dc76=['fwAvs','eventBroadcaster','UJTOz','test-run-started','aalua','290420uYsyPY','CuBSj','FAILED','xTgRP','feature','includes','gTDyl','LRJnc','SKIPPED','HovqD','dbEIO','getTestCaseData','KcLcG','toUpperCase','cucumber','thpAm','capability','sourceLocation','actionLocation','name','NpbMM','stack','getTestCaseAttempt','UNDEFINED','PASSED','vfgbQ','rbMlX','svmRf','undefined','test-step-started','PENDING','getStepLineToPickledStepMap','qUnTD','CHpMz','AMBIGUOUS','eventDataCollector','dsyPS','length','text','496041GaCUQo','logTestCaseFinished','UNKNOWN','2435532uakznx','steps','lkmal','fbEcI','cucumber-js/test_old.setup.js','parse','qwWCH','kIYCk','WyiVV','\x20\x20\x20\x20AFTER\x20-\x20','xTfMy','325709cMsHmr','result','TAtmW','HwBKr','\x20\x20\x20\x20BEFORE\x20-\x20','forEach','stepResults','test-case-started','XkbWK','env','uri','pickle','__platform','test-run-finished','../../../helpers/helper','gherkinDocument','xggAk','status','log','\x20\x20\x20\x20','126996uZkbib','exception','ocNkM','line','CONFIG','wipcf','pRrqz','3036915XJEbJX','981935KBshGT','IVTGQ','mSeFF','JyNBj'];a7_0x1942=function(){return _0x33dc76;};return a7_0x1942();}
@@ -1 +1 @@
1
- function a8_0xe715(){const _0x3e7e7f=['PBfTy','hookId','toISOString','failed','sUDAA','yAYOG','push','VIzEe','dtveo','DFqtk','xzxWW','KDcEO','nbUbz','opdkh','failure_reason','duration_in_ms','message','SIZfl','astNodeIds','CUCUMBER','sendHook','jhSdV','updateTestStatus','6uHkDEI','backtrace','bNtKd','failureType','tagExpression','util','pending','6974328IWQPZw','../../helpers/test-observability/error-handler','_gitConfigured','Exception\x20in\x20sendHook:\x20','finished_at','feature','forEach','mmCZz','wQaHG','5460427EZiQYj','fkBbM','../../helpers/test-observability/sessionHandler','match','374622XSdpaL','Ypudt','QcmWp','UnhandledError','xedYE','nanos','failure_data','AmDkd','scenario','debug','toQkB','yRkir','getHookRunEventData','name','uploadEventData','lUqIs','241574JXoZfJ','orzGV','AlLfa','../../helpers/testhub/utils','getCucumberHookType','482128JoIsEf','ecEKU','getHooksListForTest','itjMG','uri','configureGit','failureData','jBuHm','lEQTT','find','gNzXZ','format','uuid','TestRunFinished','VCjnA','509100SXngeJ','DMHTX','IjjvJ','hook_run','../../helpers/test-observability/constants.js','GwJWP','cucumber','testCaseFinished','failure','pPGPE','flatMap','YwPHT','failure_type','DJsSw','result','HookRunFinished','sourceReference','cells','sgPvK','toLowerCase','JJQFh','../playwright/reporter/test-details','length','filter','rule','rDlYL','342LwbetF','PpKvZ','javascript','lusYV','pYlJe','event_type','split','SAeuM','pScGO','OEzDZ','tableBody','every','children','relative','winstonLogger','getHookResult','5692592cLIpzo','pvxVa','test','test_run','hooks','map','csLwi','value','getScenarioExamples','xMkZp','zugjv','_gitConfigPath','examples','tags','AssertionError','FAILED','KIEgA','Exception\x20in\x20getHookRunEventData:\x20','SKIPPED','join','exception','testStepFinished','includes','browserstack-node-agent/src/bin/cucumber-js/test.setup.js','rOujP','GlUNF','status','sendTestRunEventForCucumber','timestamp','../../helpers/logger','testCaseStartedId'];a8_0xe715=function(){return _0x3e7e7f;};return a8_0xe715();}function a8_0x61f2(_0x4fe388,_0x76a4c2){const _0xe7157e=a8_0xe715();return a8_0x61f2=function(_0x61f2b,_0x3abd47){_0x61f2b=_0x61f2b-0x171;let _0x1f63b0=_0xe7157e[_0x61f2b];return _0x1f63b0;},a8_0x61f2(_0x4fe388,_0x76a4c2);}const a8_0x2d8515=a8_0x61f2;(function(_0x207fb1,_0x8ff164){const _0x22d77c=a8_0x61f2,_0x39c8fc=_0x207fb1();while(!![]){try{const _0x1a892b=-parseInt(_0x22d77c(0x1a2))/0x1+-parseInt(_0x22d77c(0x192))/0x2*(-parseInt(_0x22d77c(0x17e))/0x3)+-parseInt(_0x22d77c(0x1e0))/0x4+parseInt(_0x22d77c(0x1b6))/0x5+-parseInt(_0x22d77c(0x185))/0x6+parseInt(_0x22d77c(0x18e))/0x7+parseInt(_0x22d77c(0x1a7))/0x8*(parseInt(_0x22d77c(0x1d0))/0x9);if(_0x1a892b===_0x8ff164)break;else _0x39c8fc['push'](_0x39c8fc['shift']());}catch(_0x2f21a5){_0x39c8fc['push'](_0x39c8fc['shift']());}}}(a8_0xe715,0xafa8d));const path=require('path'),util=require(a8_0x2d8515(0x183)),hooksMap={},SessionHandler=require(a8_0x2d8515(0x190)),testhubUtils=require(a8_0x2d8515(0x1a5)),{getGitMetaData,isUndefined,nestedKeyValue}=require('../../helpers/helper'),logger=require(a8_0x2d8515(0x1fd))[a8_0x2d8515(0x1de)],{o11yClassErrorHandler}=require(a8_0x2d8515(0x186)),{FRAMEWORKS}=require(a8_0x2d8515(0x1ba)),TestDetails=require(a8_0x2d8515(0x1cb));this['_gitConfigured']=![],this[a8_0x2d8515(0x1eb)]=null;class TestObservabilityReporter{async[a8_0x2d8515(0x1fb)](_0x2227ff,_0xe8e784,_0x311b36,_0x27d991,_0x3bbaef){const _0x1766c0=a8_0x2d8515,_0x46cabd={'wQaHG':function(_0x41211c,_0x580ecd){return _0x41211c===_0x580ecd;},'ecEKU':_0x1766c0(0x1ef),'YwPHT':'failed','zugjv':function(_0xb6173f,_0x152158){return _0xb6173f===_0x152158;},'AmDkd':_0x1766c0(0x1f2),'gNzXZ':'skipped','lusYV':function(_0x398e0b,_0x18e76f){return _0x398e0b||_0x18e76f;},'GwJWP':function(_0x38c05c,_0x3ca718){return _0x38c05c+_0x3ca718;},'LKJOA':function(_0x2f12b5,_0x32e28b){return _0x2f12b5+_0x32e28b;},'dtveo':_0x1766c0(0x1e2),'pScGO':'javascript','pvxVa':_0x1766c0(0x1bc),'SIZfl':_0x1766c0(0x184),'yRkir':'passed','sUDAA':function(_0x104903,_0x4781c7){return _0x104903!==_0x4781c7;},'fkBbM':function(_0x2a2739,_0x5293a7){return _0x2a2739/_0x5293a7;},'xedYE':'strip-ansi','nbUbz':function(_0x386579,_0x1753b0){return _0x386579(_0x1753b0);},'IjjvJ':'unknown','toQkB':function(_0x4beb91,_0x18dc50){return _0x4beb91(_0x18dc50);},'csLwi':_0x1766c0(0x1ee),'lUqIs':_0x1766c0(0x195),'rOujP':function(_0x4848c1,_0xa1b38){return _0x4848c1===_0xa1b38;},'xMkZp':_0x1766c0(0x1b4),'OEzDZ':function(_0x43ae42,_0x547069){return _0x43ae42>_0x547069;}},{feature:_0x4df819,scenario:_0x41e643,steps:_0x59ad78,uuid:_0x3ada2f,startedAt:_0x31684e,finishedAt:_0xbfb9f2}=_0x46cabd[_0x1766c0(0x1d3)](_0x3bbaef,{}),_0x422991=this[_0x1766c0(0x1e8)](_0xe8e784,_0x311b36);await this[_0x1766c0(0x1ac)]();const _0x18d90a=_0x422991?_0x46cabd['GwJWP'](_0x46cabd[_0x1766c0(0x1bb)](_0x46cabd['LKJOA'](_0x311b36['name'],'\x20('),_0x422991['join'](',\x20')),')'):_0x311b36[_0x1766c0(0x19f)],_0x46020c={'uuid':_0x3ada2f,'started_at':_0x31684e,'finished_at':_0xbfb9f2,'type':_0x46cabd[_0x1766c0(0x207)],'body':{'lang':_0x46cabd[_0x1766c0(0x1d8)],'code':null},'name':_0x18d90a,'scopes':[_0x4df819&&_0x4df819[_0x1766c0(0x19f)]?_0x4df819[_0x1766c0(0x19f)]:''],'tags':_0x311b36[_0x1766c0(0x1ed)]?_0x311b36[_0x1766c0(0x1ed)][_0x1766c0(0x1e5)](({name:_0xe398d6})=>_0xe398d6):[],'file_name':_0x311b36[_0x1766c0(0x1ab)],'location':_0x311b36[_0x1766c0(0x1ab)],'vc_filepath':this[_0x1766c0(0x1eb)]&&_0x311b36[_0x1766c0(0x1ab)]?path[_0x1766c0(0x1dd)](this['_gitConfigPath'],_0x311b36[_0x1766c0(0x1ab)]):null,'framework':_0x46cabd[_0x1766c0(0x1e1)],'result':_0x46cabd[_0x1766c0(0x178)],'meta':{'feature':_0x4df819,'scenario':_0x41e643,'steps':_0x59ad78,'examples':_0x422991},'customRerunParam':{'rerun_name':_0x18d90a}};if(_0x2227ff['testCaseFinished']&&_0x59ad78){const _0x18987a=_0x2227ff[_0x1766c0(0x1bd)];let _0x23317f=_0x46cabd[_0x1766c0(0x19d)];_0x59ad78[_0x1766c0(0x1db)](_0x5ef0ad=>{const _0x5011df=_0x1766c0;if(_0x46cabd[_0x5011df(0x18d)](_0x5ef0ad[_0x5011df(0x1c4)],_0x46cabd[_0x5011df(0x1a8)]))return _0x23317f=_0x46cabd['YwPHT'],_0x18987a['failure']=_0x5ef0ad[_0x5011df(0x1be)],_0x18987a[_0x5011df(0x181)]=_0x5ef0ad['failureType'],![];else{if(_0x46cabd[_0x5011df(0x1ea)](_0x5ef0ad[_0x5011df(0x1c4)],_0x46cabd[_0x5011df(0x199)]))return _0x23317f=_0x46cabd[_0x5011df(0x1b1)],![];}return!![];}),_0x46020c['finished_at']=new Date()['toISOString'](),_0x46020c[_0x1766c0(0x1c4)]=_0x23317f;_0x18987a[_0x1766c0(0x1fc)]&&_0x46cabd[_0x1766c0(0x203)](_0x18987a[_0x1766c0(0x1fc)][_0x1766c0(0x197)],undefined)?_0x46020c[_0x1766c0(0x176)]=_0x46cabd[_0x1766c0(0x18f)](_0x18987a[_0x1766c0(0x1fc)][_0x1766c0(0x197)],0xf4240):_0x46020c[_0x1766c0(0x176)]=undefined;if(_0x46cabd[_0x1766c0(0x18d)](_0x23317f,_0x46cabd[_0x1766c0(0x1c1)])){const {default:_0x47a6d8}=await import(_0x46cabd[_0x1766c0(0x196)]);_0x46020c[_0x1766c0(0x1be)]=[{'backtrace':[_0x18987a['failure']?_0x46cabd[_0x1766c0(0x173)](_0x47a6d8,_0x18987a[_0x1766c0(0x1be)]):_0x46cabd[_0x1766c0(0x1b8)]]}],_0x46020c['failure_reason']=_0x18987a[_0x1766c0(0x1be)]?_0x46cabd[_0x1766c0(0x19c)](_0x47a6d8,_0x18987a[_0x1766c0(0x1be)]):_0x18987a[_0x1766c0(0x177)],_0x18987a['failureType']&&(_0x46020c['failure_type']=_0x18987a[_0x1766c0(0x181)][_0x1766c0(0x191)](/AssertError/)?_0x46cabd[_0x1766c0(0x1e6)]:_0x46cabd[_0x1766c0(0x1a1)]);}}if(_0x46cabd[_0x1766c0(0x1f8)](_0x27d991,_0x46cabd[_0x1766c0(0x1e9)])){const _0x45c2bc=this[_0x1766c0(0x1a9)](_0x2227ff[_0x1766c0(0x1bd)]['testCaseStartedId']);_0x45c2bc&&_0x46cabd[_0x1766c0(0x1d9)](_0x45c2bc[_0x1766c0(0x1cc)],0x0)&&(_0x46020c['hooks']=_0x45c2bc,this[_0x1766c0(0x17d)](_0x2227ff[_0x1766c0(0x1bd)][_0x1766c0(0x1fe)],_0x46020c));}testhubUtils['appendTesthubParams'](_0x46020c,_0x27d991,'',FRAMEWORKS[_0x1766c0(0x17a)]);const _0x2fc2c2={};_0x2fc2c2[_0x1766c0(0x1d5)]=_0x27d991,_0x2fc2c2[_0x1766c0(0x1e3)]=_0x46020c;const _0x239138=_0x2fc2c2;await SessionHandler[_0x1766c0(0x1a0)](_0x239138);}[a8_0x2d8515(0x17d)](_0xcb0cb2,_0x513004){const _0x4d23e9=a8_0x2d8515,_0x336555={};_0x336555[_0x4d23e9(0x1ae)]=function(_0x21c49a,_0x25ebe4){return _0x21c49a instanceof _0x25ebe4;},_0x336555[_0x4d23e9(0x17c)]=function(_0x59bbb2,_0x345121){return _0x59bbb2===_0x345121;},_0x336555[_0x4d23e9(0x1af)]='failed',_0x336555[_0x4d23e9(0x1aa)]='3|0|4|1|2',_0x336555[_0x4d23e9(0x1bf)]=function(_0x3581ef,_0x53d51d){return _0x3581ef instanceof _0x53d51d;};const _0x8159cc=_0x336555,_0x5e99b1=hooksMap[_0xcb0cb2];if(_0x8159cc['jBuHm'](_0x5e99b1,Array))for(const _0x3f5f6e of _0x5e99b1){if(_0x8159cc[_0x4d23e9(0x17c)](_0x3f5f6e[_0x4d23e9(0x1c4)],_0x8159cc[_0x4d23e9(0x1af)])){const _0x393703=_0x8159cc[_0x4d23e9(0x1aa)][_0x4d23e9(0x1d6)]('|');let _0x522d11=0x0;while(!![]){switch(_0x393703[_0x522d11++]){case'0':_0x513004['failure']=_0x3f5f6e[_0x4d23e9(0x198)];continue;case'1':_0x513004['failure_type']=_0x3f5f6e[_0x4d23e9(0x1c2)];continue;case'2':return _0x513004;case'3':_0x513004['result']=_0x3f5f6e['result'];continue;case'4':_0x513004[_0x4d23e9(0x175)]=_0x8159cc[_0x4d23e9(0x1bf)](_0x3f5f6e[_0x4d23e9(0x198)],Array)?_0x3f5f6e[_0x4d23e9(0x198)][0x0][_0x4d23e9(0x17f)][_0x4d23e9(0x1f3)]('\x0a'):'';continue;}break;}}};}[a8_0x2d8515(0x1a9)](_0x35a764){const _0x1838c4=a8_0x2d8515;if(hooksMap[_0x35a764])return hooksMap[_0x35a764][_0x1838c4(0x1e5)](_0x43a786=>_0x43a786['uuid']);return[];}['getHookRunEventData'](_0x53a5e1,_0x49d187,_0x2f5ec9,_0x38a1be,_0xabc5f6,_0x2f4ab7){const _0x5eaeba=a8_0x2d8515,_0x3c9a2b={'DJsSw':function(_0x5f56f5,_0x5d7819){return _0x5f56f5===_0x5d7819;},'xzxWW':_0x5eaeba(0x1c5),'QEjwP':function(_0x2774e1,_0x202142,_0x41bdb0){return _0x2774e1(_0x202142,_0x41bdb0);},'XETLc':_0x5eaeba(0x1c6),'ylAaB':_0x5eaeba(0x1ab),'QWgeU':_0x5eaeba(0x184),'Ypudt':'hook','EJegp':_0x5eaeba(0x1d2),'PpKvZ':function(_0x2129f8,_0x5f2911,_0x181bc3){return _0x2129f8(_0x5f2911,_0x181bc3);},'KDcEO':'feature','orzGV':_0x5eaeba(0x19f),'GlUNF':function(_0x29f473,_0x13d716,_0x4d2ece){return _0x29f473(_0x13d716,_0x4d2ece);},'JJQFh':_0x5eaeba(0x1bc)};try{if(_0x3c9a2b[_0x5eaeba(0x1c3)](_0x2f5ec9,_0x3c9a2b[_0x5eaeba(0x171)])){const _0x9bab91=new Date()[_0x5eaeba(0x201)](),_0xb07da9=hooksMap[_0x49d187];if(!_0xb07da9)return;const _0x398797=_0xb07da9[_0x5eaeba(0x1b0)](_0x3e2525=>_0x3e2525[_0x5eaeba(0x1b3)]===_0x38a1be['id']);if(!_0x398797)return;const _0x350896=this['getHookResult'](_0x53a5e1,_0x49d187);_0x398797['result']=_0x350896['status'],_0x398797[_0x5eaeba(0x189)]=_0x9bab91,_0x398797[_0x5eaeba(0x1c2)]=_0x350896['failureType'];const _0x4d4e90={};return _0x4d4e90['backtrace']=_0x350896[_0x5eaeba(0x1ad)],_0x398797['failure_data']=[_0x4d4e90],_0x398797;}const _0x16c2f8=TestDetails['getTestUUID'](_0x49d187),_0x324315=_0x53a5e1[_0x5eaeba(0x1e4)][_0x5eaeba(0x1b0)](_0x11b46d=>_0x11b46d['id']===_0x38a1be[_0x5eaeba(0x200)]),_0x4198e0=_0x3c9a2b['QEjwP'](nestedKeyValue,_0x324315,[_0x3c9a2b['XETLc'],_0x3c9a2b['ylAaB']]),_0x20a274=new Date()['toISOString'](),_0x21b9c2=_0x3c9a2b['QWgeU'],_0xd2b467=_0x324315[_0x5eaeba(0x182)]?_0x324315[_0x5eaeba(0x182)][_0x5eaeba(0x1d6)]('\x20')[_0x5eaeba(0x1cd)](_0x495570=>_0x495570['includes']('@')):[],_0x19999a={'uuid':_0x38a1be['id'],'type':_0x3c9a2b[_0x5eaeba(0x193)],'hook_type':_0x2f4ab7,'name':_0x324315['name'],'body':{'lang':_0x3c9a2b['EJegp'],'code':null},'tags':_0xd2b467,'test_run_id':_0x16c2f8,'scope':_0x3c9a2b[_0x5eaeba(0x1d1)](nestedKeyValue,_0xabc5f6,[_0x3c9a2b['KDcEO'],_0x3c9a2b[_0x5eaeba(0x1a3)]]),'scopes':[_0x3c9a2b[_0x5eaeba(0x1f9)](nestedKeyValue,_0xabc5f6,[_0x3c9a2b[_0x5eaeba(0x172)],_0x3c9a2b[_0x5eaeba(0x1a3)]])||''],'file_name':_0x4198e0,'location':_0x4198e0,'vc_filepath':this['_gitConfigPath']?path[_0x5eaeba(0x1dd)](this[_0x5eaeba(0x1eb)],_0x4198e0):null,'result':_0x21b9c2,'started_at':_0x20a274,'framework':_0x3c9a2b[_0x5eaeba(0x1ca)]};return _0x19999a;}catch(_0x2a91b1){logger[_0x5eaeba(0x19b)](_0x5eaeba(0x1f1)+util[_0x5eaeba(0x1b2)](_0x2a91b1)+'\x20');}}async[a8_0x2d8515(0x17b)](_0x4acd68,_0x5a90b6,_0x3e47b3,_0x5ce5b4,_0x378838,_0x435443){const _0x20de85=a8_0x2d8515,_0x154b95={'VCjnA':function(_0x290281,_0x2a6b39){return _0x290281===_0x2a6b39;},'opdkh':'HookRunStarted','oBRjK':function(_0x13939b,_0x6380c0,_0x4cf5e1){return _0x13939b(_0x6380c0,_0x4cf5e1);},'AlLfa':'sourceReference','JzEwC':'uri','sgPvK':_0x20de85(0x1f7)};try{const _0x4c6f1f=_0x5ce5b4[_0x20de85(0x1b0)](_0x38586e=>_0x38586e['id']===_0x378838);if(!_0x4c6f1f[_0x20de85(0x200)])return;const _0x1d441a=this[_0x20de85(0x1a6)](_0x5ce5b4,_0x4c6f1f),_0x2b8ec0=this['getHookRunEventData'](_0x4acd68,_0x5a90b6,_0x3e47b3,_0x4c6f1f,_0x435443,_0x1d441a);if(!_0x2b8ec0)return;_0x154b95[_0x20de85(0x1b5)](_0x3e47b3,_0x154b95[_0x20de85(0x174)])&&(hooksMap[_0x5a90b6]?hooksMap[_0x5a90b6][_0x20de85(0x205)](_0x2b8ec0):hooksMap[_0x5a90b6]=[_0x2b8ec0]);const _0x2fc6df=_0x4acd68[_0x20de85(0x1e4)]['find'](_0x2a7a92=>_0x2a7a92['id']===_0x4c6f1f[_0x20de85(0x200)]),_0xf6ea7f=_0x154b95['oBRjK'](nestedKeyValue,_0x2fc6df,[_0x154b95[_0x20de85(0x1a4)],_0x154b95['JzEwC']]);if(!_0xf6ea7f)return;else{if(_0xf6ea7f[_0x20de85(0x1f6)](_0x154b95[_0x20de85(0x1c8)]))return;}const _0x425297={};_0x425297[_0x20de85(0x1d5)]=_0x3e47b3,_0x425297[_0x20de85(0x1b9)]=_0x2b8ec0;const _0x3caa38=_0x425297;await SessionHandler[_0x20de85(0x1a0)](_0x3caa38);}catch(_0x476ef3){logger[_0x20de85(0x19b)](_0x20de85(0x188)+util[_0x20de85(0x1b2)](_0x476ef3)+'\x20');}}[a8_0x2d8515(0x1df)](_0x29d44f,_0x300115){const _0x3646a9=a8_0x2d8515,_0x531789={};_0x531789[_0x3646a9(0x194)]=function(_0x7979a1,_0x12b65b){return _0x7979a1===_0x12b65b;},_0x531789[_0x3646a9(0x1b7)]=_0x3646a9(0x202),_0x531789['KIEgA']=function(_0x4d4f2c,_0x8818db){return _0x4d4f2c===_0x8818db;},_0x531789['bNtKd']='UnhandledError',_0x531789[_0x3646a9(0x18c)]='AssertionError',_0x531789[_0x3646a9(0x206)]=function(_0x4b1dba,_0x550394){return _0x4b1dba||_0x550394;};const _0x1f22d7=_0x531789,_0x2634f1=_0x29d44f[_0x3646a9(0x1f5)][_0x300115]['testStepResult'];let _0x50b6e1,_0x4e9392;return _0x2634f1&&_0x1f22d7[_0x3646a9(0x194)](_0x2634f1[_0x3646a9(0x1fa)]['toString']()[_0x3646a9(0x1c9)](),_0x1f22d7[_0x3646a9(0x1b7)])&&(_0x50b6e1=_0x1f22d7['KIEgA'](_0x2634f1[_0x3646a9(0x1f4)],undefined)?_0x2634f1[_0x3646a9(0x177)]:_0x2634f1[_0x3646a9(0x1f4)]['message'],_0x4e9392=_0x1f22d7[_0x3646a9(0x1f0)](_0x2634f1[_0x3646a9(0x1f4)],undefined)?_0x1f22d7[_0x3646a9(0x180)]:_0x2634f1['message'][_0x3646a9(0x191)](/Assert/)?_0x1f22d7[_0x3646a9(0x18c)]:_0x1f22d7[_0x3646a9(0x180)]),{'status':_0x2634f1['status'][_0x3646a9(0x1c9)](),'failureType':_0x1f22d7[_0x3646a9(0x206)](_0x4e9392,null),'failureData':!_0x50b6e1?null:[_0x50b6e1]};}[a8_0x2d8515(0x1a6)](_0x2ba9cb,_0x2b85bb){const _0x42c0e8=a8_0x2d8515,_0x459975={};_0x459975[_0x42c0e8(0x1cf)]=function(_0x24e76f,_0x1fad8d){return _0x24e76f===_0x1fad8d;},_0x459975[_0x42c0e8(0x1d4)]='AFTER_EACH',_0x459975[_0x42c0e8(0x1ff)]='BEFORE_EACH';const _0x55d688=_0x459975;let _0x9ff1a3=![];for(const _0x181b8f of _0x2ba9cb){_0x181b8f['pickleStepId']&&(_0x9ff1a3=!![]);if(_0x55d688[_0x42c0e8(0x1cf)](_0x2b85bb['id'],_0x181b8f['id']))return _0x9ff1a3?_0x55d688[_0x42c0e8(0x1d4)]:_0x55d688['PBfTy'];}}[a8_0x2d8515(0x1e8)]=(_0xff0b88,_0x5033d3)=>{const _0x49c52d=a8_0x2d8515,_0x52b911={};_0x52b911[_0x49c52d(0x204)]=function(_0x253fe3,_0x14ac53){return _0x253fe3===_0x14ac53;},_0x52b911['SAeuM']=function(_0x33b306,_0x3cd8e2){return _0x33b306>_0x3cd8e2;};const _0x42144f=_0x52b911;if(!(_0x5033d3[_0x49c52d(0x179)]&&_0x42144f[_0x49c52d(0x1d7)](_0x5033d3[_0x49c52d(0x179)][_0x49c52d(0x1cc)],0x1)))return;const _0x86dc99=_0x5033d3[_0x49c52d(0x179)][0x0],_0x381a0a=_0x5033d3[_0x49c52d(0x179)][0x1],_0x5b1cc5=_0xff0b88[_0x49c52d(0x18a)]&&_0xff0b88[_0x49c52d(0x18a)][_0x49c52d(0x1dc)]?_0xff0b88[_0x49c52d(0x18a)]['children']:undefined;let _0x56cc33=[];_0x5b1cc5&&_0x5b1cc5[_0x49c52d(0x18b)](_0x73d411=>{const _0x29e2ee=_0x49c52d,_0x359a40={'DFqtk':function(_0x2d231f,_0x97fc78){const _0x3afb08=a8_0x61f2;return _0x42144f[_0x3afb08(0x204)](_0x2d231f,_0x97fc78);}};if(_0x73d411[_0x29e2ee(0x1ce)])_0x73d411['rule'][_0x29e2ee(0x1dc)][_0x29e2ee(0x18b)](_0x2ca66e=>{const _0x3e46ad=_0x29e2ee;if(_0x2ca66e[_0x3e46ad(0x19a)]&&_0x359a40[_0x3e46ad(0x208)](_0x2ca66e[_0x3e46ad(0x19a)]['id'],_0x86dc99)&&_0x2ca66e[_0x3e46ad(0x19a)][_0x3e46ad(0x1ec)]){const _0x650faf=_0x2ca66e['scenario'][_0x3e46ad(0x1ec)][_0x3e46ad(0x1c0)](_0x413bf7=>_0x413bf7['tableBody'])[_0x3e46ad(0x1b0)](_0x52ac6d=>_0x52ac6d['id']===_0x381a0a);let _0x148373;_0x650faf&&_0x650faf[_0x3e46ad(0x1c7)]?_0x148373=_0x650faf[_0x3e46ad(0x1c7)]['map'](_0x44db1e=>_0x44db1e['value']):_0x148373=[],_0x148373&&(_0x56cc33=_0x148373);}});else{if(_0x73d411['scenario']&&_0x42144f[_0x29e2ee(0x204)](_0x73d411[_0x29e2ee(0x19a)]['id'],_0x86dc99)&&_0x73d411[_0x29e2ee(0x19a)][_0x29e2ee(0x1ec)]){const _0x23cfa7=_0x73d411[_0x29e2ee(0x19a)][_0x29e2ee(0x1ec)][_0x29e2ee(0x1c0)](_0x2f92ba=>_0x2f92ba[_0x29e2ee(0x1da)])[_0x29e2ee(0x1b0)](_0x1d72d7=>_0x1d72d7['id']===_0x381a0a);let _0x9bbb8;_0x23cfa7&&_0x23cfa7[_0x29e2ee(0x1c7)]?_0x9bbb8=_0x23cfa7[_0x29e2ee(0x1c7)][_0x29e2ee(0x1e5)](_0x3b7c6c=>_0x3b7c6c[_0x29e2ee(0x1e7)]):_0x9bbb8=[],_0x9bbb8&&(_0x56cc33=_0x9bbb8);}}});if(_0x56cc33[_0x49c52d(0x1cc)])return _0x56cc33;return;};async[a8_0x2d8515(0x1ac)](){const _0x175437=a8_0x2d8515,_0x4508af={'QGQjj':function(_0x1cb19c){return _0x1cb19c();}};if(this[_0x175437(0x187)])return this[_0x175437(0x1eb)];const _0x33a279=await _0x4508af['QGQjj'](getGitMetaData);_0x33a279&&(this[_0x175437(0x1eb)]=_0x33a279['root']),this[_0x175437(0x187)]=!![];}}module['exports']=o11yClassErrorHandler(TestObservabilityReporter,[a8_0x2d8515(0x1ac),a8_0x2d8515(0x1e8),a8_0x2d8515(0x1a6),a8_0x2d8515(0x1df),a8_0x2d8515(0x17b),a8_0x2d8515(0x19e),'sendTestRunEventForCucumber']);
1
+ const a8_0x2f610f=a8_0x38e7;(function(_0x411478,_0x4fd72a){const _0x53d03c=a8_0x38e7,_0x28258f=_0x411478();while(!![]){try{const _0x1172ba=-parseInt(_0x53d03c(0x21d))/0x1+-parseInt(_0x53d03c(0x1fd))/0x2+-parseInt(_0x53d03c(0x220))/0x3+parseInt(_0x53d03c(0x231))/0x4+parseInt(_0x53d03c(0x200))/0x5*(parseInt(_0x53d03c(0x203))/0x6)+-parseInt(_0x53d03c(0x225))/0x7+-parseInt(_0x53d03c(0x1dd))/0x8*(-parseInt(_0x53d03c(0x205))/0x9);if(_0x1172ba===_0x4fd72a)break;else _0x28258f['push'](_0x28258f['shift']());}catch(_0x4d73d2){_0x28258f['push'](_0x28258f['shift']());}}}(a8_0x639d,0x215cd));const path=require('path'),util=require(a8_0x2f610f(0x20f)),hooksMap={},SessionHandler=require(a8_0x2f610f(0x21e)),testhubUtils=require('../../helpers/testhub/utils'),{getGitMetaData,isUndefined,nestedKeyValue}=require(a8_0x2f610f(0x23a)),logger=require(a8_0x2f610f(0x228))[a8_0x2f610f(0x1d2)],{o11yClassErrorHandler}=require(a8_0x2f610f(0x232)),{FRAMEWORKS}=require(a8_0x2f610f(0x1d0)),TestDetails=require(a8_0x2f610f(0x1ee));function a8_0x639d(){const _0x4cb9e5=['root','test','rxrKd','AssertionError','exports','SEdmt','timestamp','util','ytwsT','uploadEventData','match','JgHOh','UnhandledError','xcLyW','getScenarioExamples','Hkfhf','skipped','UwBZu','format','hook','relative','56876OAxuoS','../../helpers/test-observability/sessionHandler','getHookResult','368667AINUSl','result','strip-ansi','LeioK','RdEAJ','1014286cHwuRS','finished_at','nanos','../../helpers/logger','IdJKL','wnuTp','ECDTn','TestRunFinished','qMGbk','voTZG','SKIPPED','CanDX','42316bBvwxi','../../helpers/test-observability/error-handler','JVcZo','name','map','oqCvR','HKezS','testCaseFinished','sJBqy','../../helpers/helper','MFKUW','getTestUUID','DaZzD','Yqram','unknown','failure_reason','status','FAILED','tbjKX','cells','message','toISOString','HookRunFinished','exception','PmJNe','backtrace','mrtNy','updateTestStatus','find','ZGrpm','kkwaJ','examples','includes','split','sendHook','browserstack-node-agent/src/bin/cucumber-js/test.setup.js','_gitConfigPath','failure_data','event_type','GdnPn','failure','jUUzx','getHooksListForTest','failed','astNodeIds','tableBody','rule','sourceReference','testCaseStartedId','appendTesthubParams','VHVwH','duration_in_ms','javascript','../../helpers/test-observability/constants.js','acBiV','winstonLogger','length','debug','tagExpression','tags','uuid','jAgAw','XEapM','yqDth','join','filter','3123496HGwguK','hookId','nWoKS','failureData','CIQrX','children','PkImo','value','adghM','failure_type','testStepFinished','getCucumberHookType','configureGit','ErRob','_gitConfigured','jMwZQ','RHKGP','../playwright/reporter/test-details','sendTestRunEventForCucumber','failureType','getHookRunEventData','flatMap','hooks','xweIE','cucumber','HookRunStarted','forEach','push','XZFET','VEDLR','toLowerCase','lzezV','27508SKbBVs','scenario','wFsbt','305LYvnsq','gSwSc','uri','7284imFvYa','CUCUMBER','9qecGrq','AFTER_EACH','ZFmnS'];a8_0x639d=function(){return _0x4cb9e5;};return a8_0x639d();}this[a8_0x2f610f(0x1eb)]=![],this[a8_0x2f610f(0x1bf)]=null;function a8_0x38e7(_0x32381b,_0x5ee8dd){const _0x639d03=a8_0x639d();return a8_0x38e7=function(_0x38e787,_0x1839f5){_0x38e787=_0x38e787-0x1ac;let _0x114ab4=_0x639d03[_0x38e787];return _0x114ab4;},a8_0x38e7(_0x32381b,_0x5ee8dd);}class TestObservabilityReporter{async['sendTestRunEventForCucumber'](_0x539a35,_0x4f0a8b,_0x388a1e,_0x2f8226,_0x432bec){const _0x1fdea1=a8_0x2f610f,_0x511677={'PkImo':function(_0x3f4d6e,_0x5d9d54){return _0x3f4d6e===_0x5d9d54;},'RdEAJ':_0x1fdea1(0x1ac),'oqCvR':'failed','Hkfhf':function(_0xca765a,_0x2ddeb3){return _0xca765a===_0x2ddeb3;},'xOsyb':_0x1fdea1(0x22f),'qhqJm':_0x1fdea1(0x218),'HKezS':function(_0x390b2f,_0x3f083d){return _0x390b2f||_0x3f083d;},'ABqrK':function(_0x540940,_0x3c27ec){return _0x540940+_0x3c27ec;},'VEDLR':function(_0x2a9026,_0x2046b2){return _0x2a9026+_0x2046b2;},'OCifz':_0x1fdea1(0x209),'rxrKd':_0x1fdea1(0x1cf),'UwBZu':'cucumber','ZFmnS':'pending','kkwaJ':'passed','LeioK':function(_0x274746,_0x381b84){return _0x274746!==_0x381b84;},'wnuTp':function(_0x18b94b,_0x475075){return _0x18b94b/_0x475075;},'IdJKL':function(_0x40d18b,_0x3fdff0){return _0x40d18b===_0x3fdff0;},'qMGbk':_0x1fdea1(0x222),'cRtOr':function(_0x5185b8,_0x4c557a){return _0x5185b8(_0x4c557a);},'DaZzD':_0x1fdea1(0x23f),'PIsNS':function(_0x571f76,_0x85ef61){return _0x571f76(_0x85ef61);},'dtOeg':_0x1fdea1(0x20b),'fFwzn':_0x1fdea1(0x214),'yqDth':_0x1fdea1(0x22c),'ECDTn':function(_0x14a061,_0x4e92bf){return _0x14a061>_0x4e92bf;}},{feature:_0x22a9bf,scenario:_0x4374de,steps:_0xec0107,uuid:_0x53d203,startedAt:_0x82fc57,finishedAt:_0x327937}=_0x511677[_0x1fdea1(0x237)](_0x432bec,{}),_0x11ac4a=this[_0x1fdea1(0x216)](_0x4f0a8b,_0x388a1e);await this[_0x1fdea1(0x1e9)]();const _0x13b13f=_0x11ac4a?_0x511677['ABqrK'](_0x511677['ABqrK'](_0x511677[_0x1fdea1(0x1fa)](_0x388a1e[_0x1fdea1(0x234)],'\x20('),_0x11ac4a[_0x1fdea1(0x1db)](',\x20')),')'):_0x388a1e['name'],_0x23d1fb={'uuid':_0x53d203,'started_at':_0x82fc57,'finished_at':_0x327937,'type':_0x511677['OCifz'],'body':{'lang':_0x511677[_0x1fdea1(0x20a)],'code':null},'name':_0x13b13f,'scopes':[_0x22a9bf&&_0x22a9bf[_0x1fdea1(0x234)]?_0x22a9bf[_0x1fdea1(0x234)]:''],'tags':_0x388a1e[_0x1fdea1(0x1d6)]?_0x388a1e['tags'][_0x1fdea1(0x235)](({name:_0x1abb9e})=>_0x1abb9e):[],'file_name':_0x388a1e['uri'],'location':_0x388a1e[_0x1fdea1(0x202)],'vc_filepath':this[_0x1fdea1(0x1bf)]&&_0x388a1e[_0x1fdea1(0x202)]?path[_0x1fdea1(0x21c)](this['_gitConfigPath'],_0x388a1e[_0x1fdea1(0x202)]):null,'framework':_0x511677[_0x1fdea1(0x219)],'result':_0x511677[_0x1fdea1(0x207)],'meta':{'feature':_0x22a9bf,'scenario':_0x4374de,'steps':_0xec0107,'examples':_0x11ac4a},'customRerunParam':{'rerun_name':_0x13b13f}};if(_0x539a35[_0x1fdea1(0x238)]&&_0xec0107){const _0x5a1239=_0x539a35['testCaseFinished'];let _0x56cd0c=_0x511677[_0x1fdea1(0x1b9)];_0xec0107['every'](_0x2c6b0d=>{const _0x2f242b=_0x1fdea1;if(_0x511677[_0x2f242b(0x1e3)](_0x2c6b0d['result'],_0x511677[_0x2f242b(0x224)]))return _0x56cd0c=_0x511677['oqCvR'],_0x5a1239['failure']=_0x2c6b0d['failure'],_0x5a1239[_0x2f242b(0x1f0)]=_0x2c6b0d['failureType'],![];else{if(_0x511677[_0x2f242b(0x217)](_0x2c6b0d['result'],_0x511677['xOsyb']))return _0x56cd0c=_0x511677['qhqJm'],![];}return!![];}),_0x23d1fb[_0x1fdea1(0x226)]=new Date()[_0x1fdea1(0x1b0)](),_0x23d1fb[_0x1fdea1(0x221)]=_0x56cd0c;_0x5a1239[_0x1fdea1(0x20e)]&&_0x511677[_0x1fdea1(0x223)](_0x5a1239['timestamp'][_0x1fdea1(0x227)],undefined)?_0x23d1fb['duration_in_ms']=_0x511677[_0x1fdea1(0x22a)](_0x5a1239[_0x1fdea1(0x20e)][_0x1fdea1(0x227)],0xf4240):_0x23d1fb[_0x1fdea1(0x1ce)]=undefined;if(_0x511677[_0x1fdea1(0x229)](_0x56cd0c,_0x511677[_0x1fdea1(0x236)])){const {default:_0x3225ba}=await import(_0x511677[_0x1fdea1(0x22d)]);_0x23d1fb[_0x1fdea1(0x1c3)]=[{'backtrace':[_0x5a1239['failure']?_0x511677['cRtOr'](_0x3225ba,_0x5a1239[_0x1fdea1(0x1c3)]):_0x511677[_0x1fdea1(0x23d)]]}],_0x23d1fb['failure_reason']=_0x5a1239['failure']?_0x511677['PIsNS'](_0x3225ba,_0x5a1239[_0x1fdea1(0x1c3)]):_0x5a1239[_0x1fdea1(0x1af)],_0x5a1239[_0x1fdea1(0x1f0)]&&(_0x23d1fb[_0x1fdea1(0x1e6)]=_0x5a1239[_0x1fdea1(0x1f0)][_0x1fdea1(0x212)](/AssertError/)?_0x511677['dtOeg']:_0x511677['fFwzn']);}}if(_0x511677[_0x1fdea1(0x229)](_0x2f8226,_0x511677[_0x1fdea1(0x1da)])){const _0x3c7583=this[_0x1fdea1(0x1c5)](_0x539a35[_0x1fdea1(0x238)][_0x1fdea1(0x1cb)]);_0x3c7583&&_0x511677[_0x1fdea1(0x22b)](_0x3c7583[_0x1fdea1(0x1d3)],0x0)&&(_0x23d1fb[_0x1fdea1(0x1f3)]=_0x3c7583,this[_0x1fdea1(0x1b6)](_0x539a35[_0x1fdea1(0x238)][_0x1fdea1(0x1cb)],_0x23d1fb));}testhubUtils[_0x1fdea1(0x1cc)](_0x23d1fb,_0x2f8226,'',FRAMEWORKS[_0x1fdea1(0x204)]);const _0x11ec1a={};_0x11ec1a[_0x1fdea1(0x1c1)]=_0x2f8226,_0x11ec1a['test_run']=_0x23d1fb;const _0x324f30=_0x11ec1a;await SessionHandler[_0x1fdea1(0x211)](_0x324f30);}[a8_0x2f610f(0x1b6)](_0x5eca41,_0xc9ee92){const _0x38890a=a8_0x2f610f,_0x42e48d={};_0x42e48d[_0x38890a(0x1ed)]=function(_0xbc106e,_0x4671eb){return _0xbc106e instanceof _0x4671eb;},_0x42e48d[_0x38890a(0x213)]=function(_0x590e18,_0x45273f){return _0x590e18===_0x45273f;},_0x42e48d[_0x38890a(0x1df)]=_0x38890a(0x1c6),_0x42e48d[_0x38890a(0x1ad)]='2|0|3|1|4',_0x42e48d['jUUzx']=function(_0x2892e2,_0x406178){return _0x2892e2 instanceof _0x406178;};const _0x34d93e=_0x42e48d,_0x3ad0cb=hooksMap[_0x5eca41];if(_0x34d93e[_0x38890a(0x1ed)](_0x3ad0cb,Array))for(const _0x2514b7 of _0x3ad0cb){if(_0x34d93e['JgHOh'](_0x2514b7[_0x38890a(0x221)],_0x34d93e['nWoKS'])){const _0x2ac969=_0x34d93e[_0x38890a(0x1ad)][_0x38890a(0x1bc)]('|');let _0x29a746=0x0;while(!![]){switch(_0x2ac969[_0x29a746++]){case'0':_0xc9ee92[_0x38890a(0x1c3)]=_0x2514b7[_0x38890a(0x1c0)];continue;case'1':_0xc9ee92[_0x38890a(0x1e6)]=_0x2514b7[_0x38890a(0x1e6)];continue;case'2':_0xc9ee92[_0x38890a(0x221)]=_0x2514b7[_0x38890a(0x221)];continue;case'3':_0xc9ee92[_0x38890a(0x240)]=_0x34d93e[_0x38890a(0x1c4)](_0x2514b7[_0x38890a(0x1c0)],Array)?_0x2514b7[_0x38890a(0x1c0)][0x0][_0x38890a(0x1b4)]['join']('\x0a'):'';continue;case'4':return _0xc9ee92;}break;}}};}[a8_0x2f610f(0x1c5)](_0x579876){const _0x20c798=a8_0x2f610f;if(hooksMap[_0x579876])return hooksMap[_0x579876][_0x20c798(0x235)](_0x1ecea4=>_0x1ecea4[_0x20c798(0x1d7)]);return[];}[a8_0x2f610f(0x1f1)](_0x28e707,_0x5f5543,_0x47a3df,_0xa7f7d3,_0x50bd66,_0x5879a1){const _0x132f3b=a8_0x2f610f,_0x210beb={'jMwZQ':function(_0x55d5e3,_0x128e0d){return _0x55d5e3===_0x128e0d;},'XEapM':_0x132f3b(0x1b1),'bQtwg':function(_0xd148d1,_0x241657,_0x543f62){return _0xd148d1(_0x241657,_0x543f62);},'sHeNy':_0x132f3b(0x1ca),'lzezV':_0x132f3b(0x202),'aEuNw':'pending','XZFET':_0x132f3b(0x21b),'FaQHG':'javascript','GdnPn':'feature','voTZG':_0x132f3b(0x234),'CanDX':function(_0x525134,_0x408542,_0x3be3b6){return _0x525134(_0x408542,_0x3be3b6);},'ZGrpm':_0x132f3b(0x1f5)};try{if(_0x210beb[_0x132f3b(0x1ec)](_0x47a3df,_0x210beb[_0x132f3b(0x1d9)])){const _0x16aa2d=new Date()['toISOString'](),_0x738c70=hooksMap[_0x5f5543];if(!_0x738c70)return;const _0x5a0414=_0x738c70[_0x132f3b(0x1b7)](_0x3b6708=>_0x3b6708[_0x132f3b(0x1d7)]===_0xa7f7d3['id']);if(!_0x5a0414)return;const _0x2656d3=this[_0x132f3b(0x21f)](_0x28e707,_0x5f5543);_0x5a0414[_0x132f3b(0x221)]=_0x2656d3[_0x132f3b(0x241)],_0x5a0414['finished_at']=_0x16aa2d,_0x5a0414[_0x132f3b(0x1e6)]=_0x2656d3['failureType'];const _0x3eeaff={};return _0x3eeaff[_0x132f3b(0x1b4)]=_0x2656d3[_0x132f3b(0x1e0)],_0x5a0414['failure_data']=[_0x3eeaff],_0x5a0414;}const _0x1f9416=TestDetails[_0x132f3b(0x23c)](_0x5f5543),_0x501b48=_0x28e707['hooks'][_0x132f3b(0x1b7)](_0x305d2a=>_0x305d2a['id']===_0xa7f7d3[_0x132f3b(0x1de)]),_0x5b8d55=_0x210beb['bQtwg'](nestedKeyValue,_0x501b48,[_0x210beb['sHeNy'],_0x210beb[_0x132f3b(0x1fc)]]),_0x470151=new Date()[_0x132f3b(0x1b0)](),_0x8567cf=_0x210beb['aEuNw'],_0x4d9b34=_0x501b48[_0x132f3b(0x1d5)]?_0x501b48['tagExpression']['split']('\x20')[_0x132f3b(0x1dc)](_0x396996=>_0x396996[_0x132f3b(0x1bb)]('@')):[],_0x2e7d69={'uuid':_0xa7f7d3['id'],'type':_0x210beb[_0x132f3b(0x1f9)],'hook_type':_0x5879a1,'name':_0x501b48[_0x132f3b(0x234)],'body':{'lang':_0x210beb['FaQHG'],'code':null},'tags':_0x4d9b34,'test_run_id':_0x1f9416,'scope':_0x210beb['bQtwg'](nestedKeyValue,_0x50bd66,[_0x210beb['GdnPn'],_0x210beb[_0x132f3b(0x22e)]]),'scopes':[_0x210beb[_0x132f3b(0x230)](nestedKeyValue,_0x50bd66,[_0x210beb[_0x132f3b(0x1c2)],_0x210beb[_0x132f3b(0x22e)]])||''],'file_name':_0x5b8d55,'location':_0x5b8d55,'vc_filepath':this[_0x132f3b(0x1bf)]?path['relative'](this[_0x132f3b(0x1bf)],_0x5b8d55):null,'result':_0x8567cf,'started_at':_0x470151,'framework':_0x210beb[_0x132f3b(0x1b8)]};return _0x2e7d69;}catch(_0x4021a8){logger[_0x132f3b(0x1d4)]('Exception\x20in\x20getHookRunEventData:\x20'+util['format'](_0x4021a8)+'\x20');}}async[a8_0x2f610f(0x1bd)](_0x37d3ec,_0xc1ad48,_0x36804f,_0x549e82,_0x2522d4,_0x599866){const _0x5cda7f=a8_0x2f610f,_0x208fe9={'SEdmt':function(_0x34b6e2,_0x29a057){return _0x34b6e2===_0x29a057;},'MFKUW':_0x5cda7f(0x1f6),'adghM':function(_0x2598e5,_0x4bdc3f,_0x1d9096){return _0x2598e5(_0x4bdc3f,_0x1d9096);},'nNKaq':_0x5cda7f(0x1ca),'gSwSc':_0x5cda7f(0x202),'mrtNy':_0x5cda7f(0x1be)};try{const _0x4692fe=_0x549e82['find'](_0x3a64eb=>_0x3a64eb['id']===_0x2522d4);if(!_0x4692fe[_0x5cda7f(0x1de)])return;const _0x43ab7a=this[_0x5cda7f(0x1e8)](_0x549e82,_0x4692fe),_0x982012=this['getHookRunEventData'](_0x37d3ec,_0xc1ad48,_0x36804f,_0x4692fe,_0x599866,_0x43ab7a);if(!_0x982012)return;_0x208fe9[_0x5cda7f(0x20d)](_0x36804f,_0x208fe9[_0x5cda7f(0x23b)])&&(hooksMap[_0xc1ad48]?hooksMap[_0xc1ad48][_0x5cda7f(0x1f8)](_0x982012):hooksMap[_0xc1ad48]=[_0x982012]);const _0x1b8750=_0x37d3ec[_0x5cda7f(0x1f3)][_0x5cda7f(0x1b7)](_0x186d25=>_0x186d25['id']===_0x4692fe['hookId']),_0x2eeb95=_0x208fe9[_0x5cda7f(0x1e5)](nestedKeyValue,_0x1b8750,[_0x208fe9['nNKaq'],_0x208fe9[_0x5cda7f(0x201)]]);if(!_0x2eeb95)return;else{if(_0x2eeb95['includes'](_0x208fe9[_0x5cda7f(0x1b5)]))return;}const _0x522c59={};_0x522c59[_0x5cda7f(0x1c1)]=_0x36804f,_0x522c59['hook_run']=_0x982012;const _0x3ce8ec=_0x522c59;await SessionHandler[_0x5cda7f(0x211)](_0x3ce8ec);}catch(_0x171310){logger[_0x5cda7f(0x1d4)]('Exception\x20in\x20sendHook:\x20'+util[_0x5cda7f(0x21a)](_0x171310)+'\x20');}}[a8_0x2f610f(0x21f)](_0x335d94,_0x2de438){const _0x2a627c=a8_0x2f610f,_0xbfff5f={};_0xbfff5f[_0x2a627c(0x233)]=function(_0x2a397e,_0x32423d){return _0x2a397e===_0x32423d;},_0xbfff5f[_0x2a627c(0x1e1)]=_0x2a627c(0x1c6),_0xbfff5f['xweIE']=function(_0x12cf38,_0x549395){return _0x12cf38===_0x549395;},_0xbfff5f[_0x2a627c(0x1cd)]=_0x2a627c(0x214),_0xbfff5f[_0x2a627c(0x1ea)]=_0x2a627c(0x20b),_0xbfff5f[_0x2a627c(0x1b3)]=function(_0x4f2262,_0xa74760){return _0x4f2262||_0xa74760;};const _0xca24a0=_0xbfff5f,_0x150e47=_0x335d94[_0x2a627c(0x1e7)][_0x2de438]['testStepResult'];let _0x42de07,_0x5abbbf;return _0x150e47&&_0xca24a0[_0x2a627c(0x233)](_0x150e47['status']['toString']()[_0x2a627c(0x1fb)](),_0xca24a0['CIQrX'])&&(_0x42de07=_0xca24a0['JVcZo'](_0x150e47[_0x2a627c(0x1b2)],undefined)?_0x150e47[_0x2a627c(0x1af)]:_0x150e47['exception'][_0x2a627c(0x1af)],_0x5abbbf=_0xca24a0[_0x2a627c(0x1f4)](_0x150e47[_0x2a627c(0x1b2)],undefined)?_0xca24a0[_0x2a627c(0x1cd)]:_0x150e47[_0x2a627c(0x1af)][_0x2a627c(0x212)](/Assert/)?_0xca24a0[_0x2a627c(0x1ea)]:_0xca24a0[_0x2a627c(0x1cd)]),{'status':_0x150e47[_0x2a627c(0x241)][_0x2a627c(0x1fb)](),'failureType':_0xca24a0['PmJNe'](_0x5abbbf,null),'failureData':!_0x42de07?null:[_0x42de07]};}[a8_0x2f610f(0x1e8)](_0x57965a,_0x462130){const _0x57189b=a8_0x2f610f,_0x3195b5={};_0x3195b5[_0x57189b(0x1d8)]=function(_0x9add18,_0x12b746){return _0x9add18===_0x12b746;},_0x3195b5[_0x57189b(0x239)]=_0x57189b(0x206),_0x3195b5[_0x57189b(0x210)]='BEFORE_EACH';const _0x19a26d=_0x3195b5;let _0xd0c0f3=![];for(const _0x42dfa3 of _0x57965a){_0x42dfa3['pickleStepId']&&(_0xd0c0f3=!![]);if(_0x19a26d['jAgAw'](_0x462130['id'],_0x42dfa3['id']))return _0xd0c0f3?_0x19a26d[_0x57189b(0x239)]:_0x19a26d[_0x57189b(0x210)];}}[a8_0x2f610f(0x216)]=(_0x16a446,_0xb90543)=>{const _0x34a108=a8_0x2f610f,_0x309f35={};_0x309f35[_0x34a108(0x23e)]=function(_0x408494,_0xd335d1){return _0x408494===_0xd335d1;},_0x309f35[_0x34a108(0x1ff)]=function(_0x2b9ec4,_0x51c61d){return _0x2b9ec4===_0x51c61d;},_0x309f35['xcLyW']=function(_0x2398bb,_0x59bc4b){return _0x2398bb>_0x59bc4b;};const _0x2ec7ee=_0x309f35;if(!(_0xb90543[_0x34a108(0x1c7)]&&_0x2ec7ee[_0x34a108(0x215)](_0xb90543[_0x34a108(0x1c7)][_0x34a108(0x1d3)],0x1)))return;const _0x34cccf=_0xb90543[_0x34a108(0x1c7)][0x0],_0x4fa908=_0xb90543[_0x34a108(0x1c7)][0x1],_0xe0c1f9=_0x16a446['feature']&&_0x16a446['feature']['children']?_0x16a446['feature'][_0x34a108(0x1e2)]:undefined;let _0xaf000b=[];_0xe0c1f9&&_0xe0c1f9[_0x34a108(0x1f7)](_0x215932=>{const _0x910680=_0x34a108;if(_0x215932[_0x910680(0x1c9)])_0x215932[_0x910680(0x1c9)][_0x910680(0x1e2)][_0x910680(0x1f7)](_0x5b5667=>{const _0x84b614=_0x910680;if(_0x5b5667[_0x84b614(0x1fe)]&&_0x2ec7ee[_0x84b614(0x23e)](_0x5b5667[_0x84b614(0x1fe)]['id'],_0x34cccf)&&_0x5b5667['scenario'][_0x84b614(0x1ba)]){const _0xe4c48e=_0x5b5667[_0x84b614(0x1fe)]['examples'][_0x84b614(0x1f2)](_0x2126a3=>_0x2126a3[_0x84b614(0x1c8)])[_0x84b614(0x1b7)](_0x4dd37b=>_0x4dd37b['id']===_0x4fa908);let _0x27baaa;_0xe4c48e&&_0xe4c48e['cells']?_0x27baaa=_0xe4c48e[_0x84b614(0x1ae)]['map'](_0x1033ae=>_0x1033ae[_0x84b614(0x1e4)]):_0x27baaa=[],_0x27baaa&&(_0xaf000b=_0x27baaa);}});else{if(_0x215932[_0x910680(0x1fe)]&&_0x2ec7ee[_0x910680(0x1ff)](_0x215932[_0x910680(0x1fe)]['id'],_0x34cccf)&&_0x215932[_0x910680(0x1fe)][_0x910680(0x1ba)]){const _0xf6897a=_0x215932[_0x910680(0x1fe)]['examples'][_0x910680(0x1f2)](_0x470dcd=>_0x470dcd[_0x910680(0x1c8)])[_0x910680(0x1b7)](_0x583597=>_0x583597['id']===_0x4fa908);let _0x809832;_0xf6897a&&_0xf6897a['cells']?_0x809832=_0xf6897a[_0x910680(0x1ae)][_0x910680(0x235)](_0xa609ce=>_0xa609ce['value']):_0x809832=[],_0x809832&&(_0xaf000b=_0x809832);}}});if(_0xaf000b[_0x34a108(0x1d3)])return _0xaf000b;return;};async[a8_0x2f610f(0x1e9)](){const _0x2ae0bd=a8_0x2f610f,_0x5a105c={'acBiV':function(_0x2fe2b3){return _0x2fe2b3();}};if(this[_0x2ae0bd(0x1eb)])return this['_gitConfigPath'];const _0x835d64=await _0x5a105c[_0x2ae0bd(0x1d1)](getGitMetaData);_0x835d64&&(this[_0x2ae0bd(0x1bf)]=_0x835d64[_0x2ae0bd(0x208)]),this['_gitConfigured']=!![];}}module[a8_0x2f610f(0x20c)]=o11yClassErrorHandler(TestObservabilityReporter,[a8_0x2f610f(0x1e9),'getScenarioExamples',a8_0x2f610f(0x1e8),a8_0x2f610f(0x21f),a8_0x2f610f(0x1bd),a8_0x2f610f(0x1f1),a8_0x2f610f(0x1ef)]);
@@ -1 +1 @@
1
- const a9_0x289753=a9_0x6a4a;(function(_0x43ad29,_0x2aa5ac){const _0x52fb84=a9_0x6a4a,_0x24efd3=_0x43ad29();while(!![]){try{const _0x309705=parseInt(_0x52fb84(0x131))/0x1+parseInt(_0x52fb84(0x19b))/0x2+parseInt(_0x52fb84(0x175))/0x3*(parseInt(_0x52fb84(0x1b7))/0x4)+parseInt(_0x52fb84(0x116))/0x5*(parseInt(_0x52fb84(0x1a6))/0x6)+-parseInt(_0x52fb84(0x18f))/0x7+-parseInt(_0x52fb84(0x11c))/0x8*(parseInt(_0x52fb84(0x18c))/0x9)+-parseInt(_0x52fb84(0x151))/0xa;if(_0x309705===_0x2aa5ac)break;else _0x24efd3['push'](_0x24efd3['shift']());}catch(_0x6ac818){_0x24efd3['push'](_0x24efd3['shift']());}}}(a9_0x764e,0x3af59));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require('../../helpers/helper'),setKeepAlive=require(a9_0x289753(0x1a7)),util=require(a9_0x289753(0x146)),PerformanceTester=require(a9_0x289753(0x142)),{commandRepository}=require(a9_0x289753(0x1b9)),cucumberModule=requireModule(a9_0x289753(0x13b),a9_0x289753(0x15f)),logger=require(a9_0x289753(0x183))[a9_0x289753(0x11b)],{shouldProcessEventForTesthub}=require(a9_0x289753(0x12e)),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require(a9_0x289753(0x163)),TestDetails=require(a9_0x289753(0x160)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),{o11yErrorHandler}=require(a9_0x289753(0x11a)),MyReporter=require(a9_0x289753(0x117)),SessionHandler=require(a9_0x289753(0x155)),scripts=require(a9_0x289753(0x12b)),globals=require('../../helpers/globals'),testHubConstants=require(a9_0x289753(0x150)),{shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),{isUndefined}=require(a9_0x289753(0x12f)),a9_0x910f6d={};a9_0x910f6d[a9_0x289753(0x172)]=undefined,a9_0x910f6d[a9_0x289753(0x121)]={},a9_0x910f6d[a9_0x289753(0x18d)]=![],a9_0x910f6d[a9_0x289753(0x121)]['id']=undefined,a9_0x910f6d[a9_0x289753(0x121)]['testInfo']=undefined;const workerDetails=a9_0x910f6d;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x4c7aeb){const _0x66fce1=a9_0x289753,_0x827d3c=workerDetails[_0x66fce1(0x121)][_0x66fce1(0x137)];if(!_0x827d3c)return;await MyReporter[_0x66fce1(0x11d)](_0x827d3c,_0x4c7aeb);}),registerListeners=()=>{const _0x3c9624=a9_0x289753,_0x135f14={};_0x135f14[_0x3c9624(0x130)]='Inside\x20browserstack\x20registerListeners';const _0x151b24=_0x135f14;logger[_0x3c9624(0x14b)](_0x151b24['zYnna']),process[_0x3c9624(0x1b0)](_0x3c9624(0x12c)+process['pid']),process['on'](_0x3c9624(0x12c)+process[_0x3c9624(0x195)],sendTestLog),PerformanceTester[_0x3c9624(0x120)]();};modifyCommand(),setKeepAlive();const Before=cucumberModule[a9_0x289753(0x125)],After=cucumberModule['After'],AfterAll=cucumberModule[a9_0x289753(0x18a)],BeforeAll=cucumberModule[a9_0x289753(0x17a)],AfterStep=cucumberModule['AfterStep'],configuration=process['env']['CONFIG'],bstackConfig=process[a9_0x289753(0x1c1)][a9_0x289753(0x13f)];function a9_0x6a4a(_0x3ffe40,_0x1d07ef){const _0x764eaf=a9_0x764e();return a9_0x6a4a=function(_0x6a4a7e,_0x41da95){_0x6a4a7e=_0x6a4a7e-0x116;let _0x4a58b8=_0x764eaf[_0x6a4a7e];return _0x4a58b8;},a9_0x6a4a(_0x3ffe40,_0x1d07ef);}if(configuration!==undefined){const config=JSON[a9_0x289753(0x1a2)](configuration);isBrowserstackInfra()?(global[a9_0x289753(0x19c)]=isTrue(config[a9_0x289753(0x182)]),global[a9_0x289753(0x149)]=isTrue(config['skipSessionStatus'])):(global[a9_0x289753(0x19c)]=!![],global[a9_0x289753(0x149)]=!![]),shouldProcessEventForTesthub()?require(a9_0x289753(0x1a8))[a9_0x289753(0x1b1)](config,null,!![]):require(a9_0x289753(0x1a8))[a9_0x289753(0x1b1)](config),global[a9_0x289753(0x199)]=config[a9_0x289753(0x19f)]||{};}if(bstackConfig!==undefined){const browserStackConfig=JSON[a9_0x289753(0x1a2)](bstackConfig);browserStackConfig&&(commandRepository['setConfig'](browserStackConfig),commandRepository[a9_0x289753(0x1c3)](a9_0x289753(0x164)));}global[a9_0x289753(0x165)]=0x0;const __setDefaultTimeout=cucumberModule['setDefaultTimeout'];cucumberModule[a9_0x289753(0x178)]=_0x187be1=>{const _0x30e1f1=a9_0x289753,_0x10399c={'AkqkL':function(_0xf0b455,_0x302bf4){return _0xf0b455(_0x302bf4);}};global[_0x30e1f1(0x165)]=_0x187be1,_0x10399c[_0x30e1f1(0x179)](__setDefaultTimeout,_0x187be1);};const a9_0x25c30b={};a9_0x25c30b[a9_0x289753(0x135)]=a9_0x289753(0x15a),BeforeAll(a9_0x25c30b,function(){const _0x2833d7=a9_0x289753,_0x5ccb8c={'AOiiZ':function(_0x450c2a,_0x1b2657,_0x43b670,_0x11077c){return _0x450c2a(_0x1b2657,_0x43b670,_0x11077c);},'HMKzt':_0x2833d7(0x152),'hqhDK':_0x2833d7(0x18e),'hGfcU':function(_0x1cb9b0,_0x2f2f01,_0x112c13){return _0x1cb9b0(_0x2f2f01,_0x112c13);},'amqIP':_0x2833d7(0x140),'YVUvO':_0x2833d7(0x12a),'PpQwH':function(_0x1074af){return _0x1074af();},'vPyLh':function(_0x431359){return _0x431359();},'rOKzt':function(_0x2dfbe0,_0x55178e){return _0x2dfbe0(_0x55178e);}};PerformanceTester[_0x2833d7(0x120)](),logger[_0x2833d7(0x14b)](_0x5ccb8c['YVUvO']),global[_0x2833d7(0x1b5)]=[],global[_0x2833d7(0x1ab)]=![],_0x5ccb8c['PpQwH'](shouldProcessEventForTesthub)&&(_0x5ccb8c[_0x2833d7(0x1bd)](registerListeners),_0x5ccb8c[_0x2833d7(0x1c6)](addRequestSpy,![])),global[_0x2833d7(0x1b4)]=async()=>{const _0x4dcc12=_0x2833d7;let _0x58f898=![];try{await global[_0x4dcc12(0x1c0)][0x0][_0x4dcc12(0x1af)],_0x58f898=!![],global[_0x4dcc12(0x1ab)]?await _0x5ccb8c[_0x4dcc12(0x1ac)](markSessionStatus,global['__drivers'][0x0],_0x5ccb8c[_0x4dcc12(0x17f)],global[_0x4dcc12(0x1b5)][_0x4dcc12(0x158)](_0x5ccb8c['hqhDK'])):await _0x5ccb8c['hGfcU'](markSessionStatus,global[_0x4dcc12(0x1c0)][0x0],_0x5ccb8c[_0x4dcc12(0x129)]);}catch(_0x4721b7){logger[_0x4dcc12(0x14b)]('Error:\x20cleaning\x20up\x20driver:\x20'+_0x4721b7);}global[_0x4dcc12(0x1b5)]=[],global[_0x4dcc12(0x1ab)]=![];if(_0x58f898)try{await global[_0x4dcc12(0x1c0)][0x0][_0x4dcc12(0x184)](),global[_0x4dcc12(0x1c0)][0x0][_0x4dcc12(0x1af)][_0x4dcc12(0x16e)](_0x745b1f=>{const _0x342ede=_0x4dcc12;logger['debug'](_0x342ede(0x1ae)+_0x745b1f[_0x342ede(0x16d)]());});}catch(_0x56800e){logger[_0x4dcc12(0x14b)]('Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20'+_0x56800e);}};});const a9_0x47b401={};a9_0x47b401[a9_0x289753(0x135)]=a9_0x289753(0x15a),a9_0x47b401[a9_0x289753(0x177)]=0x2710,Before(a9_0x47b401,function(_0x3de534,_0x412fe6){const _0x4da6c4=a9_0x289753,_0x4018e9={'QyxtJ':function(_0x7ebf89,_0x210765){return _0x7ebf89>_0x210765;},'UqTTZ':function(_0x140e9b,_0x3ad360){return _0x140e9b(_0x3ad360);},'cgsys':function(_0x2e861c,_0x1805fb,_0x2bde44,_0x34f2df){return _0x2e861c(_0x1805fb,_0x2bde44,_0x34f2df);},'oCMrI':_0x4da6c4(0x176),'NuLMV':function(_0x49e766){return _0x49e766();},'PbcBZ':_0x4da6c4(0x1b6)};commandRepository[_0x4da6c4(0x194)](_0x3de534['pickle'][_0x4da6c4(0x135)]),logger[_0x4da6c4(0x14b)](_0x4018e9['PbcBZ']),new Promise(async _0x7fc47d=>{const _0x53ff22=_0x4da6c4;try{_0x4018e9[_0x53ff22(0x189)](global[_0x53ff22(0x1c0)][_0x53ff22(0x11f)],0x1)&&(await global[_0x53ff22(0x1b4)](),global[_0x53ff22(0x1c0)][_0x53ff22(0x16f)]()),global[_0x53ff22(0x1c0)][0x0][_0x53ff22(0x154)]&&_0x4018e9[_0x53ff22(0x189)](global[_0x53ff22(0x1c0)][0x0][_0x53ff22(0x154)],0x0)&&await global[_0x53ff22(0x1b4)]();}catch(_0x4fe8e2){logger[_0x53ff22(0x14b)](_0x53ff22(0x156)+_0x4fe8e2);}workerDetails[_0x53ff22(0x121)][_0x53ff22(0x137)]=_0x3de534['testCaseStartedId'];try{if(!_0x4018e9[_0x53ff22(0x17d)](isUndefined,_0x3de534[_0x53ff22(0x14f)][_0x53ff22(0x133)])){const _0x27ec78=_0x4018e9['cgsys'](shouldScanTestForAccessibility,null,![],_0x3de534[_0x53ff22(0x14f)][_0x53ff22(0x133)]['map'](({name:_0x3d0a27})=>_0x3d0a27));globals[_0x53ff22(0x126)](_0x4018e9[_0x53ff22(0x190)],_0x27ec78);}}catch(_0x18b338){logger['debug'](_0x53ff22(0x16c)+util[_0x53ff22(0x13d)](_0x18b338));}_0x4018e9[_0x53ff22(0x1aa)](_0x7fc47d);})[_0x4da6c4(0x173)](_0x412fe6);});const a9_0x5cebf6={};a9_0x5cebf6[a9_0x289753(0x135)]='bstack',a9_0x5cebf6[a9_0x289753(0x177)]=0x2710,After(a9_0x5cebf6,function(_0x38e537,_0x16db36){const _0x2c0f55=a9_0x289753,_0x32c54c={'KiRKA':_0x2c0f55(0x13a),'RueQe':function(_0x2b6ded,_0x39852a){return _0x2b6ded===_0x39852a;},'DJVGx':_0x2c0f55(0x152),'hCDbm':function(_0x500c61,_0x2d2903,_0x33cb4b,_0x400e9a){return _0x500c61(_0x2d2903,_0x33cb4b,_0x400e9a);},'IUzjB':_0x2c0f55(0x18e),'vukMj':function(_0x438998,_0x3eb1cb,_0x51a176){return _0x438998(_0x3eb1cb,_0x51a176);},'mbcxQ':_0x2c0f55(0x140),'hmFwz':function(_0x37ca40,_0x640c26){return _0x37ca40>_0x640c26;},'JADTI':function(_0x61cb){return _0x61cb();},'OssuW':_0x2c0f55(0x171),'tCkgq':_0x2c0f55(0x1a4),'PahrN':'bstackA11yShouldScan','LCDWk':_0x2c0f55(0x15e),'tImAb':_0x2c0f55(0x1c4),'eJcJO':_0x2c0f55(0x192),'siUyu':function(_0x5ad00d,_0x5160fc){return _0x5ad00d>_0x5160fc;},'Dmpml':_0x2c0f55(0x181)};logger['debug'](_0x32c54c[_0x2c0f55(0x185)]),workerDetails[_0x2c0f55(0x121)][_0x2c0f55(0x137)]=_0x38e537['testCaseStartedId'],new Promise(async _0x4f9c25=>{const _0x9dd4c7=_0x2c0f55;let _0x5c5a2e=![];try{const _0x50c55a=_0x32c54c['KiRKA'][_0x9dd4c7(0x1c7)]('|');let _0x5b0493=0x0;while(!![]){switch(_0x50c55a[_0x5b0493++]){case'0':if(_0x32c54c[_0x9dd4c7(0x139)](_0x38e537[_0x9dd4c7(0x191)]['status'][_0x9dd4c7(0x1bb)]()[_0x9dd4c7(0x168)](),_0x32c54c[_0x9dd4c7(0x16a)])||_0x32c54c[_0x9dd4c7(0x139)](_0x38e537[_0x9dd4c7(0x191)][_0x9dd4c7(0x14a)][_0x9dd4c7(0x1bb)]()[_0x9dd4c7(0x168)](),'6')){try{global[_0x9dd4c7(0x1b5)][_0x9dd4c7(0x1c2)](_0x38e537[_0x9dd4c7(0x191)]['message']);}catch(_0x1dfa2b){logger['debug'](_0x9dd4c7(0x161)+_0x1dfa2b);}await _0x32c54c[_0x9dd4c7(0x193)](markSessionStatus,global['__drivers'][0x0],_0x32c54c[_0x9dd4c7(0x16a)],global['__error_messages__'][_0x9dd4c7(0x158)](_0x32c54c[_0x9dd4c7(0x1a1)]));}else await _0x32c54c[_0x9dd4c7(0x19d)](markSessionStatus,global[_0x9dd4c7(0x1c0)][0x0],_0x32c54c[_0x9dd4c7(0x18b)]);continue;case'1':!global[_0x9dd4c7(0x19c)]&&await global[_0x9dd4c7(0x1c0)][0x0][_0x9dd4c7(0x136)](_0x9dd4c7(0x157)+_0x38e537[_0x9dd4c7(0x14f)][_0x9dd4c7(0x135)]+_0x9dd4c7(0x1ad));continue;case'2':await global[_0x9dd4c7(0x1c0)][0x0][_0x9dd4c7(0x1af)];continue;case'3':_0x32c54c[_0x9dd4c7(0x16b)](global[_0x9dd4c7(0x1c0)][_0x9dd4c7(0x11f)],0x1)&&(await global[_0x9dd4c7(0x1b4)](),global[_0x9dd4c7(0x1c0)][_0x9dd4c7(0x16f)](),global[_0x9dd4c7(0x1b5)]=[],global[_0x9dd4c7(0x1ab)]=![]);continue;case'4':_0x5c5a2e=!![];continue;}break;}}catch(_0x2646f3){logger[_0x9dd4c7(0x14b)](_0x9dd4c7(0x148)+util[_0x9dd4c7(0x13d)](_0x2646f3));}try{if(_0x32c54c[_0x9dd4c7(0x123)](shouldProcessEventForTesthub)){const _0x2111e5=TestDetails['getTestUUID'](_0x38e537[_0x9dd4c7(0x11e)]),_0xdeb925=await _0x32c54c['hCDbm'](sendPlatformDetails,global[_0x9dd4c7(0x1c0)][0x0],_0x2111e5,!![]),_0x3a9a64={};_0x3a9a64['uuid']=_0x2111e5,_0x3a9a64[_0x9dd4c7(0x153)]=_0xdeb925;const _0x230681=_0x3a9a64,_0x245965={};_0x245965[_0x9dd4c7(0x197)]=_0x32c54c[_0x9dd4c7(0x1a0)],_0x245965[_0x9dd4c7(0x167)]=_0x230681,await SessionHandler[_0x9dd4c7(0x196)](_0x245965);}}catch(_0x4dc019){logger['debug'](_0x9dd4c7(0x132)+util[_0x9dd4c7(0x13d)](_0x4dc019));}try{if(globals[_0x9dd4c7(0x14e)](_0x32c54c[_0x9dd4c7(0x17c)])&&globals[_0x9dd4c7(0x14e)](_0x32c54c[_0x9dd4c7(0x159)])){logger[_0x9dd4c7(0x186)](_0x32c54c[_0x9dd4c7(0x1c5)]);const _0x594f13=TestDetails[_0x9dd4c7(0x122)](_0x38e537[_0x9dd4c7(0x11e)]),_0x3cf223={};_0x3cf223[_0x9dd4c7(0x143)]=_0x594f13,_0x3cf223[_0x9dd4c7(0x1a3)]=process[_0x9dd4c7(0x1c1)][testHubConstants[_0x9dd4c7(0x144)]['BROWSERSTACK_TESTHUB_UUID']],_0x3cf223[_0x9dd4c7(0x128)]=process[_0x9dd4c7(0x1c1)][testHubConstants[_0x9dd4c7(0x144)]['BROWSERSTACK_TESTHUB_JWT']];const _0x3d8fc3=_0x3cf223;logger[_0x9dd4c7(0x14b)](_0x9dd4c7(0x169)+JSON['stringify'](_0x3d8fc3)),logger['debug'](_0x32c54c['tImAb']),logger[_0x9dd4c7(0x14b)](util[_0x9dd4c7(0x13d)](await global[_0x9dd4c7(0x1c0)][0x0][_0x9dd4c7(0x180)](scripts[_0x9dd4c7(0x1b2)],{'method':global['browserstackSessionName']}))),await global[_0x9dd4c7(0x1c0)][0x0][_0x9dd4c7(0x180)](scripts[_0x9dd4c7(0x188)],_0x3d8fc3),logger[_0x9dd4c7(0x186)](_0x32c54c['eJcJO']);}}catch(_0xa90f2a){logger[_0x9dd4c7(0x170)](_0x9dd4c7(0x1bf)+util['format']);}if(_0x5c5a2e)try{global[_0x9dd4c7(0x1c0)][0x0]&&_0x32c54c[_0x9dd4c7(0x162)](global[_0x9dd4c7(0x1c0)][0x0][_0x9dd4c7(0x154)],0x0)&&await global[_0x9dd4c7(0x1c0)][0x0][_0x9dd4c7(0x184)]();}catch(_0x43c97c){logger[_0x9dd4c7(0x14b)](_0x9dd4c7(0x12d)+_0x43c97c);}_0x32c54c[_0x9dd4c7(0x123)](_0x4f9c25);})[_0x2c0f55(0x173)](()=>_0x16db36());});const a9_0x106e6={};a9_0x106e6[a9_0x289753(0x135)]=a9_0x289753(0x15a),a9_0x106e6[a9_0x289753(0x177)]=0x2710,AfterStep(a9_0x106e6,function(_0x14d50b,_0x1aa2e2){const _0x496714=a9_0x289753,_0x4736a8={'rgtcE':function(_0x5e3df6,_0x17118f){return _0x5e3df6===_0x17118f;},'lGnVH':_0x496714(0x152),'ZbEVV':function(_0x343617,_0x281827){return _0x343617!==_0x281827;},'ruDtn':function(_0x251df3,_0x116891,_0x967083){return _0x251df3(_0x116891,_0x967083);},'DQEZZ':function(_0x36bbd2,_0x27cf9f){return _0x36bbd2+_0x27cf9f;},'ABxgX':_0x496714(0x15d),'fRrSM':'\x0aError:\x20','nuvHd':_0x496714(0x170),'khZKi':function(_0x3a4c58,_0x14c682){return _0x3a4c58+_0x14c682;},'zbarD':function(_0x12c9b5,_0x47ead5,_0x3b821c){return _0x12c9b5(_0x47ead5,_0x3b821c);},'QNQJx':_0x496714(0x134),'BDcIE':_0x496714(0x186),'SffCD':function(_0x599815,_0x3daba5,_0x523899){return _0x599815(_0x3daba5,_0x523899);},'kxveH':_0x496714(0x1b8),'fLzKx':function(_0x5e1393){return _0x5e1393();},'QXdyx':_0x496714(0x138)};logger[_0x496714(0x14b)](_0x4736a8[_0x496714(0x124)]);const _0x2fbb81=async(_0x588caa,_0x13d28b)=>{const _0x9bf362=_0x496714;await global[_0x9bf362(0x1c0)][0x0][_0x9bf362(0x136)](_0x9bf362(0x19e)+_0x588caa+_0x9bf362(0x118)+_0x13d28b+_0x9bf362(0x1ad));};new Promise(async _0x2baf9=>{const _0x2f308b=_0x496714;try{_0x4736a8[_0x2f308b(0x14c)](_0x14d50b[_0x2f308b(0x191)][_0x2f308b(0x14a)][_0x2f308b(0x1bb)]()[_0x2f308b(0x168)](),_0x4736a8[_0x2f308b(0x119)])||_0x4736a8[_0x2f308b(0x14c)](_0x14d50b[_0x2f308b(0x191)][_0x2f308b(0x14a)]['toString']()[_0x2f308b(0x168)](),'6')?(global['__sessionFailed']=!![],global[_0x2f308b(0x1b5)]['push'](_0x14d50b['result'][_0x2f308b(0x17e)]),_0x4736a8[_0x2f308b(0x1ba)](_0x14d50b[_0x2f308b(0x17b)],undefined)?await _0x4736a8[_0x2f308b(0x127)](_0x2fbb81,JSON[_0x2f308b(0x13c)](_0x4736a8[_0x2f308b(0x198)](_0x4736a8[_0x2f308b(0x198)](_0x4736a8[_0x2f308b(0x198)](_0x4736a8[_0x2f308b(0x1a5)],'\x22'+_0x14d50b[_0x2f308b(0x17b)][_0x2f308b(0x145)]+'\x22\x20'),_0x4736a8[_0x2f308b(0x1a9)]),_0x14d50b[_0x2f308b(0x191)]['message'])),_0x4736a8[_0x2f308b(0x147)]):await _0x4736a8['ruDtn'](_0x2fbb81,JSON[_0x2f308b(0x13c)](_0x4736a8['khZKi'](_0x4736a8[_0x2f308b(0x1a5)],_0x14d50b['result']['message'])),_0x4736a8[_0x2f308b(0x147)])):_0x4736a8['ZbEVV'](_0x14d50b[_0x2f308b(0x17b)],undefined)?await _0x4736a8[_0x2f308b(0x1b3)](_0x2fbb81,JSON[_0x2f308b(0x13c)](_0x4736a8[_0x2f308b(0x15b)](_0x4736a8[_0x2f308b(0x19a)],'\x22'+_0x14d50b[_0x2f308b(0x17b)][_0x2f308b(0x145)]+'\x22')),_0x4736a8[_0x2f308b(0x1be)]):await _0x4736a8[_0x2f308b(0x141)](_0x2fbb81,JSON['stringify'](_0x4736a8[_0x2f308b(0x15c)]),_0x4736a8[_0x2f308b(0x1be)]),global['__drivers'][0x0][_0x2f308b(0x1af)][_0x2f308b(0x16e)](_0x586ef3=>{const _0x23ecb6=_0x2f308b;logger[_0x23ecb6(0x14b)](_0x23ecb6(0x166)+_0x586ef3['getId']());});}catch(_0x3c65d2){logger['debug']('Error:\x20at\x20After\x20Step:\x20'+_0x3c65d2);}_0x4736a8[_0x2f308b(0x1bc)](_0x2baf9);})[_0x496714(0x173)](()=>_0x1aa2e2());});const a9_0x4215f0={};function a9_0x764e(){const _0x2301b9=['DQEZZ','__platformCaps','QNQJx','562768gJOpTZ','__skipSessionName','vukMj','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','platformCaps','OssuW','IUzjB','parse','thBuildUuid','isAccessibilityPlatform','ABxgX','272058WvuxcH','../../helpers/setKeepAlive','../../index','fRrSM','NuLMV','__sessionFailed','AOiiZ','\x22}}','Error:\x20in\x20quitting\x20driver\x20','session_','removeAllListeners','browserstackAgentV2','performScan','zbarD','driverCleanup','__error_messages__','Inside\x20browserstack\x20Before','1235028eAxwaX','Passed','../../helpers/ai-sdk/autoHealHelper','ZbEVV','toString','fLzKx','vPyLh','BDcIE','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20','__drivers','env','push','setFramework','Performing\x20scan\x20before\x20saving\x20results','LCDWk','rOKzt','split','10QLYVIU','../playwright/reporter/reporter.js',',\x22level\x22:\x20\x22','lGnVH','../../helpers/test-observability/error-handler','winstonLogger','16NHrIlu','addTestUIDAndReportLog','testCaseStartedId','length','startMonitoring','currentTest','getTestUUID','JADTI','QXdyx','Before','setGlobal','ruDtn','thJwtToken','amqIP','Inside\x20browserstack\x20BeforeAll','../../helpers/accessibility-automation/scripts','bs:addLog:','Error:\x20quiting\x20driver\x20at\x20After:\x20','../../helpers/testhub/utils','lodash','zYnna','122330JrpvGX','Error:\x20sendPlatformDetails\x20at\x20After:\x20','tags','Passed:\x20','name','executeScript','testInfo','Inside\x20browserstack\x20AfterStep','RueQe','3|2|4|1|0','@cucumber/cucumber/lib/index.js','stringify','format','stopMonitoring','BSTACK_CONFIG','passed','SffCD','../../helpers/performance/performance-tester','thTestRunUuid','ENV_VAR','text','util','nuvHd','Error:\x20at\x20After:\x20','__skipSessionStatus','status','debug','rgtcE','Inside\x20browserstack\x20AfterAll','getGlobal','pickle','../../helpers/testhub/constants.js','183080DWPifs','failed','integrations','quitCount_','../../helpers/test-observability/sessionHandler','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','join','PahrN','bstack','khZKi','kxveH','Failed:\x20','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','@cucumber/cucumber','../playwright/reporter/test-details.js','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','siUyu','../../helpers/test-observability/utils','cucumber-js','__timeout','Error:\x20in\x20After\x20Step\x20for\x20driver\x20','test_run','toLowerCase','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','DJVGx','hmFwz','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20','getId','then','shift','error','CBTSessionCreated','workerInfo','finally','shutdown','3ShsJoJ','bstackA11yShouldScan','timeout','setDefaultTimeout','AkqkL','BeforeAll','pickleStep','tCkgq','UqTTZ','message','HMKzt','executeAsyncScript','Inside\x20browserstack\x20After','skipSessionName','../../helpers/logger','initQuit','Dmpml','info','IRjPi','saveTestResults','QyxtJ','AfterAll','mbcxQ','1003968YjKkQx','o11ySyncDone','\x20|\x20','2241736sumOGW','oCMrI','result','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','hCDbm','setTestNameForHealingContext','pid','uploadEventData','event_type'];a9_0x764e=function(){return _0x2301b9;};return a9_0x764e();}a9_0x4215f0[a9_0x289753(0x135)]=a9_0x289753(0x15a),a9_0x4215f0[a9_0x289753(0x177)]=0x7530,AfterAll(a9_0x4215f0,async function(_0xc5a0e1,_0x477155){const _0xcf9066=a9_0x289753,_0x17201e={'IRjPi':function(_0x32e141){return _0x32e141();},'msOxF':_0xcf9066(0x14d)};logger[_0xcf9066(0x14b)](_0x17201e['msOxF']),await new Promise(async _0x7407de=>{const _0x4aa214=_0xcf9066;await RequestQueueHandler['getInstance']()[_0x4aa214(0x174)](),PerformanceTester[_0x4aa214(0x13e)](),await global[_0x4aa214(0x1b4)](),_0x17201e[_0x4aa214(0x187)](_0x7407de);});});
1
+ function a9_0x3616(){const _0x84a874=['bepSZ','info','testCaseStartedId','uJLGO','GHezq','getTestUUID','browserstackSessionName','integrations','result','yVQdf','status','getInstance','zgcro','Before','name','vtgNE','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','tlyud','removeAllListeners','../../helpers/logger','../../helpers/test-observability/error-handler','AfterAll','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','addTestUIDAndReportLog','Inside\x20browserstack\x20After','setConfig','\x22}}','winstonLogger','JCJuE','8mrNMFb','format','fDgYg','../../helpers/testhub/constants.js','env','__skipSessionStatus','Inside\x20browserstack\x20AfterStep','testInfo','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20','DIyhg','push','../../helpers/testhub/utils','text','thBuildUuid','AfterStep','OMFXT','timeout','getGlobal','YbHyA','map','session_','uploadEventData','isAccessibilityPlatform','bstackA11yShouldScan','bs:addLog:','shift','join','../../helpers/test-observability/sessionHandler','ZFIle','skipSessionStatus','4666698Jqmnlx','browserstackAgentV2','VRfQD','../../helpers/test-observability/requestQueueHandler','skipSessionName','length','thTestRunUuid','thJwtToken','bvdpU','KtlPB','setDefaultTimeout','Error:\x20sendPlatformDetails\x20at\x20After:\x20','BROWSERSTACK_TESTHUB_UUID','OvERj','vhJfK','2wpubyg','bstack','@cucumber/cucumber/lib/index.js','__timeout','../../helpers/accessibility-automation/scripts','TKnJf','lodash','__drivers','__error_messages__','\x20|\x20','pickleStep','driverCleanup','toString','quitCount_','Passed:\x20','stopMonitoring','tags','ENV_VAR','6FrXRlA','\x0aError:\x20','2|4|3|1|0','error','AJDIh','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','DjFcE','uuid','performScan','../../helpers/helper','QNEgX','__skipSessionName','toLowerCase','Passed','efQLR','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','passed','../../index','executeScript','BSTACK_CONFIG','setGlobal','wSopg','cucumber-js','split','event_type','../../helpers/accessibility-automation/helper','../../helpers/performance/performance-tester','message','CBTSessionCreated','558146BRkIAb','Error:\x20at\x20After\x20Step:\x20','Error:\x20in\x20quitting\x20driver\x20','yXtWJ','7621502oSQSzn','GWXdj','failed','currentTest','3443NMSqHe','3ngGxYE','EbIhg','pickle','mJzsV','yQTpl','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','shutdown','oCPwS','BROWSERSTACK_TESTHUB_JWT','initQuit','debug','finally','cClSP','10490fNYZEn','Error:\x20quiting\x20driver\x20at\x20After:\x20','QnWfU','PgFgB','Inside\x20browserstack\x20AfterAll','then','eJqlt','5063380egHCrc','__sessionFailed','XTrQl','../../helpers/setKeepAlive','saveTestResults','parse','eOHzW','CONFIG','dLGOc','bmIzb','@cucumber/cucumber','27675360ykXFEq','startMonitoring','util','stringify','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','pid','setFramework','Performing\x20scan\x20before\x20saving\x20results','435790wEeTBS','xvKLO','executeAsyncScript','HqUPd'];a9_0x3616=function(){return _0x84a874;};return a9_0x3616();}const a9_0x4908a6=a9_0x5733;(function(_0x305644,_0x4d8bb4){const _0x271cec=a9_0x5733,_0x317bc7=_0x305644();while(!![]){try{const _0x5d28f4=parseInt(_0x271cec(0xea))/0x1*(parseInt(_0x271cec(0xbb))/0x2)+-parseInt(_0x271cec(0xf3))/0x3*(-parseInt(_0x271cec(0x107))/0x4)+parseInt(_0x271cec(0x11a))/0x5*(-parseInt(_0x271cec(0xcd))/0x6)+-parseInt(_0x271cec(0xee))/0x7*(-parseInt(_0x271cec(0x13b))/0x8)+parseInt(_0x271cec(0xac))/0x9+-parseInt(_0x271cec(0x100))/0xa*(parseInt(_0x271cec(0xf2))/0xb)+-parseInt(_0x271cec(0x112))/0xc;if(_0x5d28f4===_0x4d8bb4)break;else _0x317bc7['push'](_0x317bc7['shift']());}catch(_0x96bb5e){_0x317bc7['push'](_0x317bc7['shift']());}}}(a9_0x3616,0xad394));function a9_0x5733(_0x58179f,_0x5e14b8){const _0x3616cf=a9_0x3616();return a9_0x5733=function(_0x5733a0,_0x5c210a){_0x5733a0=_0x5733a0-0x9e;let _0x587b67=_0x3616cf[_0x5733a0];return _0x587b67;},a9_0x5733(_0x58179f,_0x5e14b8);}const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require(a9_0x4908a6(0xd6)),setKeepAlive=require(a9_0x4908a6(0x10a)),util=require(a9_0x4908a6(0x114)),PerformanceTester=require(a9_0x4908a6(0xe7)),{commandRepository}=require('../../helpers/ai-sdk/autoHealHelper'),cucumberModule=requireModule(a9_0x4908a6(0xbd),a9_0x4908a6(0x111)),logger=require(a9_0x4908a6(0x131))[a9_0x4908a6(0x139)],{shouldProcessEventForTesthub}=require(a9_0x4908a6(0x146)),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require('../../helpers/test-observability/utils'),TestDetails=require('../playwright/reporter/test-details.js'),RequestQueueHandler=require(a9_0x4908a6(0xaf)),{o11yErrorHandler}=require(a9_0x4908a6(0x132)),MyReporter=require('../playwright/reporter/reporter.js'),SessionHandler=require(a9_0x4908a6(0xa9)),scripts=require(a9_0x4908a6(0xbf)),globals=require('../../helpers/globals'),testHubConstants=require(a9_0x4908a6(0x13e)),{shouldScanTestForAccessibility}=require(a9_0x4908a6(0xe6)),{isUndefined}=require(a9_0x4908a6(0xc1)),a9_0x21a9f1={};a9_0x21a9f1['workerInfo']=undefined,a9_0x21a9f1[a9_0x4908a6(0xf1)]={},a9_0x21a9f1['o11ySyncDone']=![],a9_0x21a9f1[a9_0x4908a6(0xf1)]['id']=undefined,a9_0x21a9f1[a9_0x4908a6(0xf1)][a9_0x4908a6(0x142)]=undefined;const workerDetails=a9_0x21a9f1;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x722f7f){const _0x412c3c=a9_0x4908a6,_0x38efa8=workerDetails[_0x412c3c(0xf1)][_0x412c3c(0x142)];if(!_0x38efa8)return;await MyReporter[_0x412c3c(0x135)](_0x38efa8,_0x722f7f);}),registerListeners=()=>{const _0x5df016=a9_0x4908a6,_0x3d0697={};_0x3d0697[_0x5df016(0xd7)]='Inside\x20browserstack\x20registerListeners';const _0x26ad82=_0x3d0697;logger[_0x5df016(0xfd)](_0x26ad82[_0x5df016(0xd7)]),process[_0x5df016(0x130)](_0x5df016(0xa6)+process[_0x5df016(0x117)]),process['on'](_0x5df016(0xa6)+process['pid'],sendTestLog),PerformanceTester[_0x5df016(0x113)]();};modifyCommand(),setKeepAlive();const Before=cucumberModule[a9_0x4908a6(0x12b)],After=cucumberModule['After'],AfterAll=cucumberModule[a9_0x4908a6(0x133)],BeforeAll=cucumberModule['BeforeAll'],AfterStep=cucumberModule[a9_0x4908a6(0x149)],configuration=process[a9_0x4908a6(0x13f)][a9_0x4908a6(0x10e)],bstackConfig=process['env'][a9_0x4908a6(0xe0)];if(configuration!==undefined){const config=JSON[a9_0x4908a6(0x10c)](configuration);isBrowserstackInfra()?(global[a9_0x4908a6(0xd8)]=isTrue(config[a9_0x4908a6(0xb0)]),global[a9_0x4908a6(0x140)]=isTrue(config[a9_0x4908a6(0xab)])):(global[a9_0x4908a6(0xd8)]=!![],global[a9_0x4908a6(0x140)]=!![]),shouldProcessEventForTesthub()?require(a9_0x4908a6(0xde))['browserstackAgentV2'](config,null,!![]):require(a9_0x4908a6(0xde))[a9_0x4908a6(0xad)](config),global['__platformCaps']=config['platformCaps']||{};}if(bstackConfig!==undefined){const browserStackConfig=JSON[a9_0x4908a6(0x10c)](bstackConfig);browserStackConfig&&(commandRepository[a9_0x4908a6(0x137)](browserStackConfig),commandRepository[a9_0x4908a6(0x118)](a9_0x4908a6(0xe3)));}global[a9_0x4908a6(0xbe)]=0x0;const __setDefaultTimeout=cucumberModule[a9_0x4908a6(0xb6)];cucumberModule[a9_0x4908a6(0xb6)]=_0x2c18d7=>{const _0x4efb29=a9_0x4908a6,_0x265c44={'ViRdJ':function(_0x19de39,_0x2f22de){return _0x19de39(_0x2f22de);}};global[_0x4efb29(0xbe)]=_0x2c18d7,_0x265c44['ViRdJ'](__setDefaultTimeout,_0x2c18d7);};const a9_0x32e16e={};a9_0x32e16e[a9_0x4908a6(0x12c)]='bstack',BeforeAll(a9_0x32e16e,function(){const _0x5b2123=a9_0x4908a6,_0x528700={'OvERj':function(_0x2400d4,_0x2448e3,_0x11407a,_0x2f6f2c){return _0x2400d4(_0x2448e3,_0x11407a,_0x2f6f2c);},'vhJfK':_0x5b2123(0xf0),'AHpbw':_0x5b2123(0xc4),'xvKLO':function(_0x225b86,_0x1abfd2,_0x4b15c7){return _0x225b86(_0x1abfd2,_0x4b15c7);},'xLFWn':_0x5b2123(0xdd),'EbIhg':'Inside\x20browserstack\x20BeforeAll','UXYAc':function(_0x30b4c5){return _0x30b4c5();},'dLGOc':function(_0x277b63){return _0x277b63();},'LHOjY':function(_0x1c5f88,_0x20dddf){return _0x1c5f88(_0x20dddf);}};PerformanceTester['startMonitoring'](),logger[_0x5b2123(0xfd)](_0x528700[_0x5b2123(0xf4)]),global[_0x5b2123(0xc3)]=[],global[_0x5b2123(0x108)]=![],_0x528700['UXYAc'](shouldProcessEventForTesthub)&&(_0x528700[_0x5b2123(0x10f)](registerListeners),_0x528700['LHOjY'](addRequestSpy,![])),global['driverCleanup']=async()=>{const _0x38f1bc=_0x5b2123;let _0x1f4ec4=![];try{await global[_0x38f1bc(0xc2)][0x0]['session_'],_0x1f4ec4=!![],global[_0x38f1bc(0x108)]?await _0x528700[_0x38f1bc(0xb9)](markSessionStatus,global[_0x38f1bc(0xc2)][0x0],_0x528700[_0x38f1bc(0xba)],global['__error_messages__'][_0x38f1bc(0xa8)](_0x528700['AHpbw'])):await _0x528700[_0x38f1bc(0x11b)](markSessionStatus,global[_0x38f1bc(0xc2)][0x0],_0x528700['xLFWn']);}catch(_0x374614){logger[_0x38f1bc(0xfd)]('Error:\x20cleaning\x20up\x20driver:\x20'+_0x374614);}global[_0x38f1bc(0xc3)]=[],global[_0x38f1bc(0x108)]=![];if(_0x1f4ec4)try{await global[_0x38f1bc(0xc2)][0x0][_0x38f1bc(0xfc)](),global['__drivers'][0x0][_0x38f1bc(0xa2)][_0x38f1bc(0x105)](_0x13184d=>{const _0x3acb1d=_0x38f1bc;logger['debug'](_0x3acb1d(0xec)+_0x13184d['getId']());});}catch(_0x258c97){logger[_0x38f1bc(0xfd)](_0x38f1bc(0xdc)+_0x258c97);}};});const a9_0x41579c={};a9_0x41579c[a9_0x4908a6(0x12c)]='bstack',a9_0x41579c[a9_0x4908a6(0x9e)]=0x2710,Before(a9_0x41579c,function(_0x300e20,_0x51969d){const _0x3ccf7b=a9_0x4908a6,_0x3dd5de={'eOHzW':function(_0x2a4e80,_0x5ec1fb){return _0x2a4e80>_0x5ec1fb;},'DIyhg':function(_0x80a2e0,_0x5d6c0e){return _0x80a2e0(_0x5d6c0e);},'bmIzb':function(_0x3ab2c8,_0x472bdb,_0x5c2d6b,_0x1cf45e){return _0x3ab2c8(_0x472bdb,_0x5c2d6b,_0x1cf45e);},'mJzsV':'bstackA11yShouldScan','GWXdj':function(_0x3cb274){return _0x3cb274();},'iKkmT':'Inside\x20browserstack\x20Before'};commandRepository['setTestNameForHealingContext'](_0x300e20['pickle'][_0x3ccf7b(0x12c)]),logger[_0x3ccf7b(0xfd)](_0x3dd5de['iKkmT']),new Promise(async _0x473e4a=>{const _0x2f81f6=_0x3ccf7b;try{_0x3dd5de[_0x2f81f6(0x10d)](global[_0x2f81f6(0xc2)][_0x2f81f6(0xb1)],0x1)&&(await global[_0x2f81f6(0xc6)](),global[_0x2f81f6(0xc2)][_0x2f81f6(0xa7)]()),global[_0x2f81f6(0xc2)][0x0]['quitCount_']&&_0x3dd5de[_0x2f81f6(0x10d)](global[_0x2f81f6(0xc2)][0x0]['quitCount_'],0x0)&&await global[_0x2f81f6(0xc6)]();}catch(_0x25e0ac){logger[_0x2f81f6(0xfd)](_0x2f81f6(0x134)+_0x25e0ac);}workerDetails['currentTest'][_0x2f81f6(0x142)]=_0x300e20[_0x2f81f6(0x120)];try{if(!_0x3dd5de[_0x2f81f6(0x144)](isUndefined,_0x300e20[_0x2f81f6(0xf5)][_0x2f81f6(0xcb)])){const _0x642661=_0x3dd5de[_0x2f81f6(0x110)](shouldScanTestForAccessibility,null,![],_0x300e20['pickle']['tags'][_0x2f81f6(0xa1)](({name:_0x2f22f4})=>_0x2f22f4));globals[_0x2f81f6(0xe1)](_0x3dd5de[_0x2f81f6(0xf6)],_0x642661);}}catch(_0x4f23f4){logger['debug']('Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20'+util['format'](_0x4f23f4));}_0x3dd5de[_0x2f81f6(0xef)](_0x473e4a);})[_0x3ccf7b(0xfe)](_0x51969d);});const a9_0x560d1d={};a9_0x560d1d[a9_0x4908a6(0x12c)]='bstack',a9_0x560d1d[a9_0x4908a6(0x9e)]=0x2710,After(a9_0x560d1d,function(_0x334314,_0x2e2a97){const _0x1afad7=a9_0x4908a6,_0x326c74={'OMFXT':_0x1afad7(0xcf),'uJLGO':function(_0x2b9168,_0x431ddf){return _0x2b9168===_0x431ddf;},'JCJuE':_0x1afad7(0xf0),'eJqlt':function(_0x1dd0b1,_0x495a22,_0x408949,_0x5b4e7f){return _0x1dd0b1(_0x495a22,_0x408949,_0x5b4e7f);},'YbHyA':_0x1afad7(0xc4),'oCPwS':function(_0x201b09,_0xb6b071,_0x5f2f93){return _0x201b09(_0xb6b071,_0x5f2f93);},'HqUPd':_0x1afad7(0xdd),'GHezq':function(_0x387f2f,_0x1ecd34){return _0x387f2f>_0x1ecd34;},'XTrQl':function(_0x1b05bd){return _0x1b05bd();},'ZbFYP':_0x1afad7(0xe9),'cClSP':_0x1afad7(0xa4),'ZFIle':_0x1afad7(0xa5),'DjFcE':_0x1afad7(0x116),'KtlPB':_0x1afad7(0x119),'dgPVn':_0x1afad7(0x12e),'QnWfU':_0x1afad7(0x136)};logger[_0x1afad7(0xfd)](_0x326c74[_0x1afad7(0x102)]),workerDetails[_0x1afad7(0xf1)][_0x1afad7(0x142)]=_0x334314[_0x1afad7(0x120)],new Promise(async _0x509264=>{const _0x589daf=_0x1afad7;let _0x548027=![];try{const _0x581b00=_0x326c74[_0x589daf(0x14a)][_0x589daf(0xe4)]('|');let _0x427d9d=0x0;while(!![]){switch(_0x581b00[_0x427d9d++]){case'0':if(_0x326c74[_0x589daf(0x121)](_0x334314[_0x589daf(0x126)][_0x589daf(0x128)][_0x589daf(0xc7)]()['toLowerCase'](),_0x326c74['JCJuE'])||_0x326c74[_0x589daf(0x121)](_0x334314['result']['status'][_0x589daf(0xc7)]()['toLowerCase'](),'6')){try{global['__error_messages__'][_0x589daf(0x145)](_0x334314[_0x589daf(0x126)]['message']);}catch(_0xb6cc6b){logger[_0x589daf(0xfd)]('Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20'+_0xb6cc6b);}await _0x326c74[_0x589daf(0x106)](markSessionStatus,global['__drivers'][0x0],_0x326c74[_0x589daf(0x13a)],global[_0x589daf(0xc3)][_0x589daf(0xa8)](_0x326c74[_0x589daf(0xa0)]));}else await _0x326c74[_0x589daf(0xfa)](markSessionStatus,global[_0x589daf(0xc2)][0x0],_0x326c74[_0x589daf(0x11d)]);continue;case'1':!global[_0x589daf(0xd8)]&&await global[_0x589daf(0xc2)][0x0]['executeScript'](_0x589daf(0xd2)+_0x334314['pickle'][_0x589daf(0x12c)]+_0x589daf(0x138));continue;case'2':_0x326c74[_0x589daf(0x122)](global['__drivers'][_0x589daf(0xb1)],0x1)&&(await global['driverCleanup'](),global['__drivers'][_0x589daf(0xa7)](),global[_0x589daf(0xc3)]=[],global[_0x589daf(0x108)]=![]);continue;case'3':_0x548027=!![];continue;case'4':await global[_0x589daf(0xc2)][0x0]['session_'];continue;}break;}}catch(_0x20a4ad){logger[_0x589daf(0xfd)]('Error:\x20at\x20After:\x20'+util[_0x589daf(0x13c)](_0x20a4ad));}try{if(_0x326c74[_0x589daf(0x109)](shouldProcessEventForTesthub)){const _0x1980f6=TestDetails[_0x589daf(0x123)](_0x334314[_0x589daf(0x120)]),_0x4d5e67=await _0x326c74[_0x589daf(0x106)](sendPlatformDetails,global[_0x589daf(0xc2)][0x0],_0x1980f6,!![]),_0x2e50fe={};_0x2e50fe[_0x589daf(0xd4)]=_0x1980f6,_0x2e50fe[_0x589daf(0x125)]=_0x4d5e67;const _0x2b34eb=_0x2e50fe,_0x2b0e17={};_0x2b0e17[_0x589daf(0xe5)]=_0x326c74['ZbFYP'],_0x2b0e17['test_run']=_0x2b34eb,await SessionHandler[_0x589daf(0xa3)](_0x2b0e17);}}catch(_0x240e2a){logger['debug'](_0x589daf(0xb7)+util[_0x589daf(0x13c)](_0x240e2a));}try{if(globals[_0x589daf(0x9f)](_0x326c74[_0x589daf(0xff)])&&globals[_0x589daf(0x9f)](_0x326c74[_0x589daf(0xaa)])){logger['info'](_0x326c74[_0x589daf(0xd3)]);const _0x5d5513=TestDetails[_0x589daf(0x123)](_0x334314[_0x589daf(0x120)]),_0x224aa3={};_0x224aa3[_0x589daf(0xb2)]=_0x5d5513,_0x224aa3[_0x589daf(0x148)]=process[_0x589daf(0x13f)][testHubConstants['ENV_VAR'][_0x589daf(0xb8)]],_0x224aa3[_0x589daf(0xb3)]=process[_0x589daf(0x13f)][testHubConstants[_0x589daf(0xcc)][_0x589daf(0xfb)]];const _0x266937=_0x224aa3;logger[_0x589daf(0xfd)](_0x589daf(0xf8)+JSON[_0x589daf(0x115)](_0x266937)),logger['debug'](_0x326c74[_0x589daf(0xb5)]),logger[_0x589daf(0xfd)](util[_0x589daf(0x13c)](await global[_0x589daf(0xc2)][0x0][_0x589daf(0x11c)](scripts[_0x589daf(0xd5)],{'method':global[_0x589daf(0x124)]}))),await global[_0x589daf(0xc2)][0x0][_0x589daf(0x11c)](scripts[_0x589daf(0x10b)],_0x266937),logger[_0x589daf(0x11f)](_0x326c74['dgPVn']);}}catch(_0x40f70c){logger[_0x589daf(0xd0)](_0x589daf(0x143)+util['format']);}if(_0x548027)try{global[_0x589daf(0xc2)][0x0]&&_0x326c74[_0x589daf(0x122)](global[_0x589daf(0xc2)][0x0][_0x589daf(0xc8)],0x0)&&await global['__drivers'][0x0][_0x589daf(0xfc)]();}catch(_0x269bbf){logger[_0x589daf(0xfd)](_0x589daf(0x101)+_0x269bbf);}_0x326c74[_0x589daf(0x109)](_0x509264);})[_0x1afad7(0xfe)](()=>_0x2e2a97());});const a9_0x3fd73d={};a9_0x3fd73d[a9_0x4908a6(0x12c)]='bstack',a9_0x3fd73d[a9_0x4908a6(0x9e)]=0x2710,AfterStep(a9_0x3fd73d,function(_0x5398db,_0x461ccc){const _0x9a9443=a9_0x4908a6,_0x4c0a26={'AJDIh':function(_0x45de2f,_0x537ed5){return _0x45de2f===_0x537ed5;},'efQLR':_0x9a9443(0xf0),'EMNkY':function(_0x120ef7,_0x4ed0a2){return _0x120ef7===_0x4ed0a2;},'DrOyw':function(_0x5d45b9,_0x515d17){return _0x5d45b9!==_0x515d17;},'tlyud':function(_0x1b6f10,_0x25cdea,_0x20177b){return _0x1b6f10(_0x25cdea,_0x20177b);},'fDgYg':function(_0x422688,_0x39618f){return _0x422688+_0x39618f;},'PgFgB':'Failed:\x20','yXtWJ':_0x9a9443(0xce),'bvdpU':'error','CuKuk':function(_0x266688,_0x49417c){return _0x266688+_0x49417c;},'wSopg':function(_0x251c72,_0x2f765c){return _0x251c72+_0x2f765c;},'yVQdf':_0x9a9443(0xc9),'vtgNE':'info','VRfQD':function(_0x42899f,_0xb5e8c,_0x183d61){return _0x42899f(_0xb5e8c,_0x183d61);},'zgcro':_0x9a9443(0xda),'WmMAs':function(_0x4cd111){return _0x4cd111();},'bepSZ':_0x9a9443(0x141)};logger[_0x9a9443(0xfd)](_0x4c0a26[_0x9a9443(0x11e)]);const _0xbc245=async(_0x4a7372,_0x241abf)=>{const _0x45f157=_0x9a9443;await global[_0x45f157(0xc2)][0x0][_0x45f157(0xdf)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+_0x4a7372+',\x22level\x22:\x20\x22'+_0x241abf+_0x45f157(0x138));};new Promise(async _0x34650a=>{const _0xfd5c95=_0x9a9443;try{_0x4c0a26[_0xfd5c95(0xd1)](_0x5398db['result'][_0xfd5c95(0x128)][_0xfd5c95(0xc7)]()[_0xfd5c95(0xd9)](),_0x4c0a26[_0xfd5c95(0xdb)])||_0x4c0a26['EMNkY'](_0x5398db['result']['status'][_0xfd5c95(0xc7)]()[_0xfd5c95(0xd9)](),'6')?(global[_0xfd5c95(0x108)]=!![],global[_0xfd5c95(0xc3)][_0xfd5c95(0x145)](_0x5398db[_0xfd5c95(0x126)][_0xfd5c95(0xe8)]),_0x4c0a26['DrOyw'](_0x5398db[_0xfd5c95(0xc5)],undefined)?await _0x4c0a26[_0xfd5c95(0x12f)](_0xbc245,JSON[_0xfd5c95(0x115)](_0x4c0a26[_0xfd5c95(0x13d)](_0x4c0a26[_0xfd5c95(0x13d)](_0x4c0a26[_0xfd5c95(0x13d)](_0x4c0a26[_0xfd5c95(0x103)],'\x22'+_0x5398db[_0xfd5c95(0xc5)]['text']+'\x22\x20'),_0x4c0a26[_0xfd5c95(0xed)]),_0x5398db[_0xfd5c95(0x126)]['message'])),_0x4c0a26['bvdpU']):await _0x4c0a26[_0xfd5c95(0x12f)](_0xbc245,JSON[_0xfd5c95(0x115)](_0x4c0a26['CuKuk'](_0x4c0a26[_0xfd5c95(0x103)],_0x5398db[_0xfd5c95(0x126)][_0xfd5c95(0xe8)])),_0x4c0a26[_0xfd5c95(0xb4)])):_0x4c0a26['DrOyw'](_0x5398db[_0xfd5c95(0xc5)],undefined)?await _0x4c0a26[_0xfd5c95(0x12f)](_0xbc245,JSON['stringify'](_0x4c0a26[_0xfd5c95(0xe2)](_0x4c0a26[_0xfd5c95(0x127)],'\x22'+_0x5398db[_0xfd5c95(0xc5)][_0xfd5c95(0x147)]+'\x22')),_0x4c0a26[_0xfd5c95(0x12d)]):await _0x4c0a26[_0xfd5c95(0xae)](_0xbc245,JSON[_0xfd5c95(0x115)](_0x4c0a26[_0xfd5c95(0x12a)]),_0x4c0a26[_0xfd5c95(0x12d)]),global[_0xfd5c95(0xc2)][0x0]['session_']['then'](_0xb0403f=>{const _0x26a162=_0xfd5c95;logger[_0x26a162(0xfd)]('Error:\x20in\x20After\x20Step\x20for\x20driver\x20'+_0xb0403f['getId']());});}catch(_0x321e30){logger[_0xfd5c95(0xfd)](_0xfd5c95(0xeb)+_0x321e30);}_0x4c0a26['WmMAs'](_0x34650a);})[_0x9a9443(0xfe)](()=>_0x461ccc());});const a9_0x53d7d7={};a9_0x53d7d7[a9_0x4908a6(0x12c)]=a9_0x4908a6(0xbc),a9_0x53d7d7['timeout']=0x7530,AfterAll(a9_0x53d7d7,async function(_0x902b15,_0x5418df){const _0x479bd7=a9_0x4908a6,_0x40a95e={'yQTpl':function(_0x269bdc){return _0x269bdc();},'TKnJf':_0x479bd7(0x104)};logger[_0x479bd7(0xfd)](_0x40a95e[_0x479bd7(0xc0)]),await new Promise(async _0x2910b8=>{const _0x199c00=_0x479bd7;await RequestQueueHandler[_0x199c00(0x129)]()[_0x199c00(0xf9)](),PerformanceTester[_0x199c00(0xca)](),await global[_0x199c00(0xc6)](),_0x40a95e[_0x199c00(0xf7)](_0x2910b8);});});
@@ -1 +1 @@
1
- const a10_0x3034e1=a10_0x28b3;(function(_0x35096e,_0x3062b6){const _0xfef33=a10_0x28b3,_0x534722=_0x35096e();while(!![]){try{const _0x503ca3=parseInt(_0xfef33(0x1e4))/0x1*(-parseInt(_0xfef33(0x1e5))/0x2)+parseInt(_0xfef33(0x1cf))/0x3*(-parseInt(_0xfef33(0x1e1))/0x4)+parseInt(_0xfef33(0x1f4))/0x5+-parseInt(_0xfef33(0x1df))/0x6*(parseInt(_0xfef33(0x1f2))/0x7)+-parseInt(_0xfef33(0x1e6))/0x8+-parseInt(_0xfef33(0x1d9))/0x9*(-parseInt(_0xfef33(0x1ca))/0xa)+-parseInt(_0xfef33(0x1e3))/0xb*(-parseInt(_0xfef33(0x1f0))/0xc);if(_0x503ca3===_0x3062b6)break;else _0x534722['push'](_0x534722['shift']());}catch(_0x52c214){_0x534722['push'](_0x534722['shift']());}}}(a10_0x5525,0x1afc0));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x3034e1(0x1fc)),setKeepAlive=require(a10_0x3034e1(0x1c6)),cucumberModule=requireModule(a10_0x3034e1(0x1d3),a10_0x3034e1(0x1fa)),logger=require(a10_0x3034e1(0x1e7))[a10_0x3034e1(0x1f1)];modifyCommand(),setKeepAlive();const Before=cucumberModule[a10_0x3034e1(0x1eb)],After=cucumberModule['After'],configuration=process[a10_0x3034e1(0x1ee)]['CONFIG'];function a10_0x28b3(_0x11bc23,_0x3ab37c){const _0x5525d3=a10_0x5525();return a10_0x28b3=function(_0x28b383,_0x30e478){_0x28b383=_0x28b383-0x1c4;let _0x2943e9=_0x5525d3[_0x28b383];return _0x2943e9;},a10_0x28b3(_0x11bc23,_0x3ab37c);}if(configuration!==undefined){const config=JSON[a10_0x3034e1(0x1fb)](configuration);isTrue(config['skipSessionName'])&&(global[a10_0x3034e1(0x1ea)]=!![]),global[a10_0x3034e1(0x1cb)]=isTrue(config[a10_0x3034e1(0x1dc)]),require(a10_0x3034e1(0x1d0))['browserstackAgentV2'](config),global[a10_0x3034e1(0x1c7)]=config['platformCaps']||{};}function a10_0x5525(){const _0x112693=['Auzhq','55GuXfWK','12516AxaZUn','16LIPAVZ','183408jeTpjf','../../helpers/logger','\x22}}','debug','__skipSessionName','Before','status','lVQwo','env','pickle','168624qBgZUu','winstonLogger','4823BpAvCk','timeout','1010115urhFqo','result','JEVHD','passed','then','__error_messages__','cucumber','parse','../../helpers/helper','toLowerCase','\x20|\x20','Inside\x20browserstack\x20Before','../../helpers/setKeepAlive','__platformCaps','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','name','303510DCMYpz','__skipSessionStatus','bstack','Error:\x20quiting\x20at\x20After:\x20','__timeout','283845ROhxTB','../../index','XVzGD','failed','cucumber/lib/index.js','MfYXO','TOOUm','morir','initQuit','session_','27MJkYwU','haWzB','qUvFA','skipSessionStatus','join','setDefaultTimeout','306ummMVc','__driver','4RSrMpf'];a10_0x5525=function(){return _0x112693;};return a10_0x5525();}global[a10_0x3034e1(0x1ce)]=0x0;const __setDefaultTimeout=cucumberModule[a10_0x3034e1(0x1de)];cucumberModule['setDefaultTimeout']=_0x4f2498=>{const _0x6d5d=a10_0x3034e1,_0x21e6ef={'Auzhq':function(_0x426020,_0x23360d){return _0x426020(_0x23360d);}};global[_0x6d5d(0x1ce)]=_0x4f2498,_0x21e6ef[_0x6d5d(0x1e2)](__setDefaultTimeout,_0x4f2498);};const a10_0x33e817={};a10_0x33e817['name']=a10_0x3034e1(0x1cc),Before(a10_0x33e817,function(){const _0x18d585=a10_0x3034e1,_0x3d0bfe={};_0x3d0bfe[_0x18d585(0x1d5)]=_0x18d585(0x1c5);const _0x43155d=_0x3d0bfe;logger[_0x18d585(0x1e9)](_0x43155d[_0x18d585(0x1d5)]),global[_0x18d585(0x1f9)]=[];});const a10_0x1384a1={};a10_0x1384a1[a10_0x3034e1(0x1c9)]=a10_0x3034e1(0x1cc),a10_0x1384a1[a10_0x3034e1(0x1f3)]=0x2710,After(a10_0x1384a1,function(_0x556d34,_0x327af4){const _0x269563=a10_0x3034e1,_0x418c12={'EiOiL':function(_0x1a17f2,_0x1390cb){return _0x1a17f2===_0x1390cb;},'qUvFA':_0x269563(0x1d2),'morir':function(_0x5abb51,_0x3b0400,_0x8d9a06,_0x5bf433){return _0x5abb51(_0x3b0400,_0x8d9a06,_0x5bf433);},'MfYXO':_0x269563(0x1c4),'lVQwo':function(_0x2118a3,_0x76a71a,_0x55f5e4){return _0x2118a3(_0x76a71a,_0x55f5e4);},'JEVHD':_0x269563(0x1f7),'haWzB':function(_0x59af89){return _0x59af89();},'rgcpk':function(_0x224443,_0x3b55c3){return _0x224443(_0x3b55c3);},'XVzGD':function(_0x1913b7){return _0x1913b7();},'mptCo':'Inside\x20browserstack\x20After'};logger[_0x269563(0x1e9)](_0x418c12['mptCo']),new Promise(async(_0x425446,_0x1635cb)=>{const _0x476d1b=_0x269563;let _0x4b7072=![];try{await global[_0x476d1b(0x1e0)][_0x476d1b(0x1d8)],_0x4b7072=!![],!global[_0x476d1b(0x1ea)]&&await global[_0x476d1b(0x1e0)]['executeScript'](_0x476d1b(0x1c8)+_0x556d34[_0x476d1b(0x1ef)][_0x476d1b(0x1c9)]+_0x476d1b(0x1e8)),_0x418c12['EiOiL'](_0x556d34[_0x476d1b(0x1f5)][_0x476d1b(0x1ec)][_0x476d1b(0x1fd)](),_0x418c12[_0x476d1b(0x1db)])?await _0x418c12[_0x476d1b(0x1d6)](markSessionStatus,global['__driver'],_0x418c12[_0x476d1b(0x1db)],global[_0x476d1b(0x1f9)][_0x476d1b(0x1dd)](_0x418c12[_0x476d1b(0x1d4)])):await _0x418c12[_0x476d1b(0x1ed)](markSessionStatus,global[_0x476d1b(0x1e0)],_0x418c12[_0x476d1b(0x1f6)]);}catch(_0x253c65){logger[_0x476d1b(0x1e9)]('Error:\x20setting\x20status\x20at\x20After:\x20'+_0x253c65);}if(_0x4b7072)try{await global['__driver'][_0x476d1b(0x1d7)](),_0x418c12[_0x476d1b(0x1da)](_0x425446);}catch(_0x19a510){logger[_0x476d1b(0x1e9)](_0x476d1b(0x1cd)+_0x19a510),_0x418c12['rgcpk'](_0x1635cb,_0x19a510);}else _0x418c12[_0x476d1b(0x1d1)](_0x1635cb);})[_0x269563(0x1f8)](()=>_0x327af4());});
1
+ const a10_0x17400b=a10_0x147b;(function(_0x4a9ff6,_0x3f2243){const _0xede2ad=a10_0x147b,_0x1df82f=_0x4a9ff6();while(!![]){try{const _0x172556=-parseInt(_0xede2ad(0x161))/0x1*(parseInt(_0xede2ad(0x163))/0x2)+-parseInt(_0xede2ad(0x15b))/0x3*(parseInt(_0xede2ad(0x17f))/0x4)+-parseInt(_0xede2ad(0x181))/0x5+-parseInt(_0xede2ad(0x166))/0x6*(parseInt(_0xede2ad(0x164))/0x7)+parseInt(_0xede2ad(0x17b))/0x8+-parseInt(_0xede2ad(0x15d))/0x9*(-parseInt(_0xede2ad(0x16d))/0xa)+-parseInt(_0xede2ad(0x183))/0xb*(-parseInt(_0xede2ad(0x15e))/0xc);if(_0x172556===_0x3f2243)break;else _0x1df82f['push'](_0x1df82f['shift']());}catch(_0x432e98){_0x1df82f['push'](_0x1df82f['shift']());}}}(a10_0x2c86,0x52886));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x17400b(0x169)),setKeepAlive=require(a10_0x17400b(0x156)),cucumberModule=requireModule(a10_0x17400b(0x160),a10_0x17400b(0x178)),logger=require('../../helpers/logger')[a10_0x17400b(0x179)];modifyCommand(),setKeepAlive();function a10_0x2c86(){const _0x58d7f3=['7peqCVe','DSPFC','1255200txuzMd','dnEbH','pickle','../../helpers/helper','Error:\x20setting\x20status\x20at\x20After:\x20','__driver','then','27150EcGHGn','Before','bstack','LWOZh','RjmzA','debug','Error:\x20quiting\x20at\x20After:\x20','__error_messages__','status','After','passed','cucumber','winstonLogger','\x22}}','2488tQAXaM','yTRxh','aHFAe','timeout','4zsENoz','env','945205Jrzzuq','AZGsV','14458730xCgUyD','TueLS','platformCaps','failed','imqRh','skipSessionName','__platformCaps','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','../../helpers/setKeepAlive','name','setDefaultTimeout','Inside\x20browserstack\x20Before','__timeout','1625127kZREba','__skipSessionName','981csjIhT','12IKLCcj','executeScript','cucumber/lib/index.js','7232wfpBCP','skipSessionStatus','92omEqNf'];a10_0x2c86=function(){return _0x58d7f3;};return a10_0x2c86();}const Before=cucumberModule[a10_0x17400b(0x16e)],After=cucumberModule[a10_0x17400b(0x176)],configuration=process[a10_0x17400b(0x180)]['CONFIG'];if(configuration!==undefined){const config=JSON['parse'](configuration);isTrue(config[a10_0x17400b(0x188)])&&(global[a10_0x17400b(0x15c)]=!![]),global['__skipSessionStatus']=isTrue(config[a10_0x17400b(0x162)]),require('../../index')['browserstackAgentV2'](config),global[a10_0x17400b(0x154)]=config[a10_0x17400b(0x185)]||{};}global[a10_0x17400b(0x15a)]=0x0;const __setDefaultTimeout=cucumberModule['setDefaultTimeout'];cucumberModule[a10_0x17400b(0x158)]=_0x2ffe87=>{const _0x44febe=a10_0x17400b,_0x3a9fab={'DSPFC':function(_0x192346,_0x445047){return _0x192346(_0x445047);}};global[_0x44febe(0x15a)]=_0x2ffe87,_0x3a9fab[_0x44febe(0x165)](__setDefaultTimeout,_0x2ffe87);};const a10_0x31da8d={};function a10_0x147b(_0x282295,_0x16429c){const _0x2c8617=a10_0x2c86();return a10_0x147b=function(_0x147b9b,_0x23da91){_0x147b9b=_0x147b9b-0x154;let _0x483b7b=_0x2c8617[_0x147b9b];return _0x483b7b;},a10_0x147b(_0x282295,_0x16429c);}a10_0x31da8d['name']=a10_0x17400b(0x16f),Before(a10_0x31da8d,function(){const _0x2516b5=a10_0x17400b,_0xb3c01d={};_0xb3c01d[_0x2516b5(0x167)]=_0x2516b5(0x159);const _0x5b43ac=_0xb3c01d;logger[_0x2516b5(0x172)](_0x5b43ac['dnEbH']),global[_0x2516b5(0x174)]=[];});const a10_0x3814ce={};a10_0x3814ce[a10_0x17400b(0x157)]=a10_0x17400b(0x16f),a10_0x3814ce[a10_0x17400b(0x17e)]=0x2710,After(a10_0x3814ce,function(_0x2e60ee,_0x41ab4a){const _0xc88363=a10_0x17400b,_0x31f181={'AZGsV':function(_0x227357,_0xbccbc3){return _0x227357===_0xbccbc3;},'LWOZh':_0xc88363(0x186),'imqRh':function(_0x1c9360,_0x1c4453,_0x4eb03a,_0x1fe4ce){return _0x1c9360(_0x1c4453,_0x4eb03a,_0x1fe4ce);},'VJZSj':'\x20|\x20','mfDUR':function(_0x11f38b,_0x80ebdf,_0x37b56f){return _0x11f38b(_0x80ebdf,_0x37b56f);},'XuLxS':_0xc88363(0x177),'aHFAe':function(_0x52ad7d){return _0x52ad7d();},'RjmzA':function(_0x227796,_0x9f19d7){return _0x227796(_0x9f19d7);},'yTRxh':function(_0x3fe0fb){return _0x3fe0fb();},'TueLS':'Inside\x20browserstack\x20After'};logger['debug'](_0x31f181[_0xc88363(0x184)]),new Promise(async(_0x261a13,_0x5e48d2)=>{const _0x3ac8d6=_0xc88363;let _0x1b7f8=![];try{await global[_0x3ac8d6(0x16b)]['session_'],_0x1b7f8=!![],!global[_0x3ac8d6(0x15c)]&&await global['__driver'][_0x3ac8d6(0x15f)](_0x3ac8d6(0x155)+_0x2e60ee[_0x3ac8d6(0x168)][_0x3ac8d6(0x157)]+_0x3ac8d6(0x17a)),_0x31f181[_0x3ac8d6(0x182)](_0x2e60ee['result'][_0x3ac8d6(0x175)]['toLowerCase'](),_0x31f181[_0x3ac8d6(0x170)])?await _0x31f181[_0x3ac8d6(0x187)](markSessionStatus,global[_0x3ac8d6(0x16b)],_0x31f181[_0x3ac8d6(0x170)],global[_0x3ac8d6(0x174)]['join'](_0x31f181['VJZSj'])):await _0x31f181['mfDUR'](markSessionStatus,global['__driver'],_0x31f181['XuLxS']);}catch(_0x807d10){logger[_0x3ac8d6(0x172)](_0x3ac8d6(0x16a)+_0x807d10);}if(_0x1b7f8)try{await global['__driver']['initQuit'](),_0x31f181[_0x3ac8d6(0x17d)](_0x261a13);}catch(_0x2a57bc){logger[_0x3ac8d6(0x172)](_0x3ac8d6(0x173)+_0x2a57bc),_0x31f181[_0x3ac8d6(0x171)](_0x5e48d2,_0x2a57bc);}else _0x31f181[_0x3ac8d6(0x17c)](_0x5e48d2);})[_0xc88363(0x16c)](()=>_0x41ab4a());});
@@ -1 +1 @@
1
- const a11_0x279517=a11_0x5f2c;(function(_0x11f715,_0x549c98){const _0x327fca=a11_0x5f2c,_0xad16a3=_0x11f715();while(!![]){try{const _0x4e91de=parseInt(_0x327fca(0x10f))/0x1+-parseInt(_0x327fca(0x10c))/0x2+parseInt(_0x327fca(0x113))/0x3*(parseInt(_0x327fca(0x119))/0x4)+-parseInt(_0x327fca(0x10d))/0x5*(-parseInt(_0x327fca(0x10e))/0x6)+-parseInt(_0x327fca(0x117))/0x7+parseInt(_0x327fca(0x110))/0x8+parseInt(_0x327fca(0x118))/0x9*(-parseInt(_0x327fca(0x10a))/0xa);if(_0x4e91de===_0x549c98)break;else _0xad16a3['push'](_0xad16a3['shift']());}catch(_0x1d8d8a){_0xad16a3['push'](_0xad16a3['shift']());}}}(a11_0x4b78,0x9e219));const {requireModule}=require(a11_0x279517(0x112)),constants=require(a11_0x279517(0x115));;function a11_0x5f2c(_0x188c69,_0x3f0e91){const _0x4b78a9=a11_0x4b78();return a11_0x5f2c=function(_0x5f2cb7,_0x448c44){_0x5f2cb7=_0x5f2cb7-0x10a;let _0x22b2ed=_0x4b78a9[_0x5f2cb7];return _0x22b2ed;},a11_0x5f2c(_0x188c69,_0x3f0e91);}let cucumberModule=null;function a11_0x4b78(){const _0x42571f=['../../helpers/helper','233151ttqIYR','cucumber/lib/index.js','../utils/constants','BSTACK_DELTA','6332907COwEWT','7127361BIrBrl','52nsYYwh','10hjsQge','__timeout','2203718zPDrxc','64410HxpBwF','144PHvyPo','907840Oceaye','9750920CohFet','@cucumber/cucumber'];a11_0x4b78=function(){return _0x42571f;};return a11_0x4b78();}try{cucumberModule=requireModule('@cucumber/cucumber/lib/index.js',a11_0x279517(0x111));}catch(a11_0x1b6a2e){cucumberModule=requireModule(a11_0x279517(0x114),'cucumber');}cucumberModule['setDefaultTimeout'](constants[a11_0x279517(0x116)]+global[a11_0x279517(0x10b)]*0x1);
1
+ function a11_0x5d42(){const _0x561ff6=['4136463LfmwNK','372875AREUFw','2023216vYIRsK','3873325jWetaR','@cucumber/cucumber/lib/index.js','6GDDHCI','1729032ecjoMd','__timeout','../utils/constants','../../helpers/helper','@cucumber/cucumber','5214344pCYeyS','4GTeGFb','4392143vIFNHb','cucumber/lib/index.js'];a11_0x5d42=function(){return _0x561ff6;};return a11_0x5d42();}const a11_0x23a991=a11_0x50e8;(function(_0x41512b,_0x161e46){const _0x211713=a11_0x50e8,_0x50638d=_0x41512b();while(!![]){try{const _0x46e439=parseInt(_0x211713(0x191))/0x1*(parseInt(_0x211713(0x19c))/0x2)+parseInt(_0x211713(0x196))/0x3+-parseInt(_0x211713(0x192))/0x4+-parseInt(_0x211713(0x193))/0x5+-parseInt(_0x211713(0x195))/0x6*(parseInt(_0x211713(0x18e))/0x7)+parseInt(_0x211713(0x19b))/0x8+parseInt(_0x211713(0x190))/0x9;if(_0x46e439===_0x161e46)break;else _0x50638d['push'](_0x50638d['shift']());}catch(_0x5c46d9){_0x50638d['push'](_0x50638d['shift']());}}}(a11_0x5d42,0x80508));const {requireModule}=require(a11_0x23a991(0x199)),constants=require(a11_0x23a991(0x198));;let cucumberModule=null;function a11_0x50e8(_0x3432d6,_0x45da63){const _0x5d42df=a11_0x5d42();return a11_0x50e8=function(_0x50e896,_0x4e37c1){_0x50e896=_0x50e896-0x18e;let _0x54db7a=_0x5d42df[_0x50e896];return _0x54db7a;},a11_0x50e8(_0x3432d6,_0x45da63);}try{cucumberModule=requireModule(a11_0x23a991(0x194),a11_0x23a991(0x19a));}catch(a11_0x4da6d2){cucumberModule=requireModule(a11_0x23a991(0x18f),'cucumber');}cucumberModule['setDefaultTimeout'](constants['BSTACK_DELTA']+global[a11_0x23a991(0x197)]*0x1);
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a12_0x22b906=a12_0x8993;function a12_0x360a(){const _0x59b464=['hosts','undefined','peUnn','Integration\x20hosts\x20missing.','JuZVN','517033cIBbKC','443','localIdentifier','bstackAccesskey','options','usage','winstonLogger','JPATk','https','4239513aXmZBK','url','41986rTCpka','setupBrowserstackLocal','tgdsY','accessKey','66LjsbVZ','footer','every','info','tsYQa','LDWsI','demandCommand','Hosts\x20not\x20valid','split','protocol','vMSYm','4102450zudQBY','setProxySettings','help','browserStackLocalOptions','30YzSkkQ','trim','browserstackLocal','only','7696344NXFKgF','CFJah','integrations','connect','bstack-accesskey','describe','GxjMx','1806DpxrPN','config','error','../../helpers/helper','uqzvM','80iQNStc','hostname','BrowserStack\x20access\x20key\x20missing.','type','root','dzwCD','map','YZUgy','360416eYHLiz','Connection\x20established\x20successfully.','Failed\x20to\x20establish\x20connection.','command','PcOoZ','nPlYE','FYdLI','epilogue','https:','demandOption','./constants','integrations-repeater','missing','4852EJrSJL'];a12_0x360a=function(){return _0x59b464;};return a12_0x360a();}function a12_0x8993(_0x2272b8,_0x1246e1){const _0x360a1b=a12_0x360a();return a12_0x8993=function(_0x899393,_0x1cc2bb){_0x899393=_0x899393-0xba;let _0x4d214f=_0x360a1b[_0x899393];return _0x4d214f;},a12_0x8993(_0x2272b8,_0x1246e1);}(function(_0x44f37a,_0x4600a5){const _0xa53719=a12_0x8993,_0x509161=_0x44f37a();while(!![]){try{const _0x4690e6=parseInt(_0xa53719(0xee))/0x1*(-parseInt(_0xa53719(0x101))/0x2)+parseInt(_0xa53719(0xc3))/0x3*(parseInt(_0xa53719(0xdd))/0x4)+parseInt(_0xa53719(0xfd))/0x5+-parseInt(_0xa53719(0xf2))/0x6*(-parseInt(_0xa53719(0xd0))/0x7)+-parseInt(_0xa53719(0xbc))/0x8+parseInt(_0xa53719(0xec))/0x9+parseInt(_0xa53719(0xc8))/0xa*(-parseInt(_0xa53719(0xe3))/0xb);if(_0x4690e6===_0x4600a5)break;else _0x509161['push'](_0x509161['shift']());}catch(_0x3568a5){_0x509161['push'](_0x509161['shift']());}}}(a12_0x360a,0x976fc));const {default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),logger=require('../../helpers/logger')[a12_0x22b906(0xe9)],{URL}=require(a12_0x22b906(0xed)),helper=require(a12_0x22b906(0xc6)),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x22b906(0xda)),validHosts=function(_0x27d636){const _0x36548b=a12_0x22b906;return _0x27d636[_0x36548b(0xfa)](',')[_0x36548b(0xf4)](_0x12622d=>{const _0x4bbdd1=_0x36548b;try{new URL(_0x12622d[_0x4bbdd1(0x102)]());}catch(_0x3ad5a5){return![];}return!![];});},parseOnPremHosts=function(_0x29d1c7){const _0x3a801f=a12_0x22b906,_0x469516={};_0x469516['GxjMx']=function(_0x27d300,_0x3a0386){return _0x27d300===_0x3a0386;},_0x469516['nPlYE']=_0x3a801f(0xd8),_0x469516[_0x3a801f(0xd4)]=_0x3a801f(0xe4),_0x469516[_0x3a801f(0xf7)]=_0x3a801f(0xeb);const _0x2a8b95=_0x469516;return _0x29d1c7[_0x3a801f(0xfa)](',')[_0x3a801f(0xce)](_0x4f5202=>{const _0x56463b=_0x3a801f,_0x2b96e1=new URL(_0x4f5202['trim']()),_0x5165ec=_0x2b96e1[_0x56463b(0xc9)],_0x3a94af=_0x2b96e1['port']||(_0x2a8b95['GxjMx'](_0x2b96e1[_0x56463b(0xfb)],_0x2a8b95[_0x56463b(0xd5)])?_0x2a8b95['PcOoZ']:'80'),_0x384f70=_0x2b96e1[_0x56463b(0xfb)]['replace'](':',''),_0x5bdaaf=_0x2a8b95[_0x56463b(0xc2)](_0x384f70,_0x2a8b95[_0x56463b(0xf7)])?0x1:0x0;return _0x5165ec+','+_0x3a94af+','+_0x5bdaaf;});},connectCommandBuilder=function(_0x10efa7){const _0x286033=a12_0x22b906,_0x18a986={};_0x18a986['tgdsY']='string';const _0x157714=_0x18a986,_0x4b2c13={};_0x4b2c13[_0x286033(0xc1)]=HELP_MESSAGES['options']['bstackAccessKey'],_0x4b2c13['type']=_0x157714[_0x286033(0xf0)];const _0x442478={};_0x442478[_0x286033(0xc1)]=HELP_MESSAGES[_0x286033(0xe7)]['hosts'],_0x442478[_0x286033(0xcb)]=_0x157714[_0x286033(0xf0)],_0x442478[_0x286033(0xd9)]=!![];const _0x5ca6de={};return _0x5ca6de[_0x286033(0xc0)]=_0x4b2c13,_0x5ca6de[_0x286033(0xde)]=_0x442478,_0x10efa7[_0x286033(0xe7)](_0x5ca6de);},connectCommandHandler=async function(_0x1fe441){const _0x487339=a12_0x22b906,_0x2b1083={'OzBye':_0x487339(0xbe),'SgKfw':function(_0x1be06b,_0x6fee9a){return _0x1be06b===_0x6fee9a;},'tsYQa':_0x487339(0xdf),'uqzvM':_0x487339(0xca),'dzwCD':function(_0x32cc6e,_0x220acb){return _0x32cc6e===_0x220acb;},'JuZVN':_0x487339(0xe1),'peUnn':function(_0x95d7c8,_0x5f3bb6){return _0x95d7c8(_0x5f3bb6);},'YZUgy':_0x487339(0xf9),'GwkOG':_0x487339(0xdb),'vMSYm':_0x487339(0xd1),'CFJah':_0x487339(0xd2)};try{const _0x13a36f=new BrowserStackSetup(_0x1fe441,_0x2b1083['OzBye']);_0x1fe441['bstackAccesskey']&&(_0x13a36f[_0x487339(0xc4)]['accessKey']=_0x1fe441[_0x487339(0xe6)]);if(_0x2b1083['SgKfw'](typeof _0x13a36f[_0x487339(0xc4)][_0x487339(0xf1)],_0x2b1083[_0x487339(0xf6)])){logger['error'](_0x2b1083[_0x487339(0xc7)]);throw new Error(ERROR_MESSAGES['bstackAccessKey']['missing']);}const _0xc1a2cb=_0x1fe441['hosts'];if(_0x2b1083[_0x487339(0xcd)](typeof _0xc1a2cb,_0x2b1083[_0x487339(0xf6)])){logger[_0x487339(0xc5)](_0x2b1083[_0x487339(0xe2)]);throw new Error(ERROR_MESSAGES[_0x487339(0xde)][_0x487339(0xdc)]);}if(!_0x2b1083[_0x487339(0xe0)](validHosts,_0xc1a2cb)){logger['error'](_0x2b1083[_0x487339(0xcf)]);throw new Error(ERROR_MESSAGES['hosts']['invalid']);}const _0x3283f3=_0x2b1083[_0x487339(0xe0)](parseOnPremHosts,_0xc1a2cb);_0x13a36f[_0x487339(0xc4)][_0x487339(0xba)]=!![],_0x13a36f['config'][_0x487339(0x100)][_0x487339(0xe5)]=_0x2b1083['GwkOG'],_0x13a36f[_0x487339(0xc4)][_0x487339(0x100)][_0x487339(0xbb)]=_0x3283f3['join'](','),helper[_0x487339(0xfe)](_0x13a36f[_0x487339(0xc4)]),await _0x13a36f[_0x487339(0xef)](),logger[_0x487339(0xf5)](_0x2b1083[_0x487339(0xfc)]);}catch(_0x38f26b){logger[_0x487339(0xc5)](_0x2b1083[_0x487339(0xbd)]);throw new Error(_0x38f26b['toString']());}};function run(_0x36947b){const _0x486676=a12_0x22b906,_0xe85361={};_0xe85361[_0x486676(0xd6)]=_0x486676(0xbf),_0xe85361[_0x486676(0xea)]=_0x486676(0xff);const _0x3a6994=_0xe85361;_0x36947b[_0x486676(0xe8)](HELP_MESSAGES[_0x486676(0xd3)][_0x486676(0xcc)])[_0x486676(0xd3)](_0x3a6994[_0x486676(0xd6)],HELP_MESSAGES[_0x486676(0xd3)]['connect'],connectCommandBuilder,connectCommandHandler)[_0x486676(0xf8)]()[_0x486676(0xff)](_0x3a6994[_0x486676(0xea)])[_0x486676(0xd7)](HELP_MESSAGES[_0x486676(0xd3)][_0x486676(0xf3)]);}module['exports']=run;
2
+ 'use strict';function a12_0x71dc(){const _0x4b4d0e=['port','command','onihJ','winstonLogger','5193fNpMjm','DTqOp','undefined','124iLzNns','Dbjsn','accessKey','188030fNfYVA','exports','integrations','connect','help','443','rGuLi','../../helpers/logger','HChto','BrowserStack\x20access\x20key\x20missing.','2998740MsAgQu','BmwAs','10960BQZPio','hosts','358aKIotQ','config','demandCommand','setupBrowserstackLocal','type','https:','split','map','error','ZUdrL','root','protocol','https','hVWgx','5239ZeLPsu','../../helpers/BrowserStackSetup','browserstackLocal','Failed\x20to\x20establish\x20connection.','AdePU','6303972lPOnbJ','toString','BFwzh','replace','missing','Integration\x20hosts\x20missing.','footer','HESrH','bstackAccesskey','../../helpers/helper','Connection\x20established\x20successfully.','browserStackLocalOptions','621922DvJJyQ','17501lPiRHZ','CHhDG','invalid','Hosts\x20not\x20valid','string','bstackAccessKey','kMkqh','bstack-accesskey','options','CybTz','describe','430TOIFRu','yYmOs','trim'];a12_0x71dc=function(){return _0x4b4d0e;};return a12_0x71dc();}function a12_0x5171(_0x65124f,_0x1e8fa2){const _0x71dc92=a12_0x71dc();return a12_0x5171=function(_0x517116,_0x461017){_0x517116=_0x517116-0x1e3;let _0x4ab51=_0x71dc92[_0x517116];return _0x4ab51;},a12_0x5171(_0x65124f,_0x1e8fa2);}const a12_0x33ac95=a12_0x5171;(function(_0x48efae,_0x4f4d00){const _0x20ab60=a12_0x5171,_0x342f2a=_0x48efae();while(!![]){try{const _0x1fd1b4=-parseInt(_0x20ab60(0x204))/0x1*(parseInt(_0x20ab60(0x1f6))/0x2)+-parseInt(_0x20ab60(0x1f2))/0x3+-parseInt(_0x20ab60(0x1e5))/0x4*(-parseInt(_0x20ab60(0x1e8))/0x5)+parseInt(_0x20ab60(0x209))/0x6+-parseInt(_0x20ab60(0x215))/0x7+-parseInt(_0x20ab60(0x1f4))/0x8*(-parseInt(_0x20ab60(0x228))/0x9)+-parseInt(_0x20ab60(0x221))/0xa*(parseInt(_0x20ab60(0x216))/0xb);if(_0x1fd1b4===_0x4f4d00)break;else _0x342f2a['push'](_0x342f2a['shift']());}catch(_0x4e84d5){_0x342f2a['push'](_0x342f2a['shift']());}}}(a12_0x71dc,0xdebbe));const {default:BrowserStackSetup}=require(a12_0x33ac95(0x205)),logger=require(a12_0x33ac95(0x1ef))[a12_0x33ac95(0x227)],{URL}=require('url'),helper=require(a12_0x33ac95(0x212)),{HELP_MESSAGES,ERROR_MESSAGES}=require('./constants'),validHosts=function(_0x7b8c50){const _0x357862=a12_0x33ac95;return _0x7b8c50[_0x357862(0x1fc)](',')['every'](_0x50ddf5=>{const _0x2407ce=_0x357862;try{new URL(_0x50ddf5[_0x2407ce(0x223)]());}catch(_0x4b5dcf){return![];}return!![];});},parseOnPremHosts=function(_0x1492b0){const _0x533270=a12_0x33ac95,_0x2489be={};_0x2489be['HChto']=function(_0x216901,_0x538cb6){return _0x216901===_0x538cb6;},_0x2489be['CHhDG']=_0x533270(0x1fb),_0x2489be['rGuLi']=_0x533270(0x1ed),_0x2489be[_0x533270(0x222)]=_0x533270(0x202);const _0x148000=_0x2489be;return _0x1492b0[_0x533270(0x1fc)](',')[_0x533270(0x1fd)](_0x3a0869=>{const _0x368064=_0x533270,_0x2f273c=new URL(_0x3a0869[_0x368064(0x223)]()),_0x4aa993=_0x2f273c['hostname'],_0x57ee59=_0x2f273c[_0x368064(0x224)]||(_0x148000[_0x368064(0x1f0)](_0x2f273c[_0x368064(0x201)],_0x148000[_0x368064(0x217)])?_0x148000[_0x368064(0x1ee)]:'80'),_0x4c6477=_0x2f273c[_0x368064(0x201)][_0x368064(0x20c)](':',''),_0x55b014=_0x148000[_0x368064(0x1f0)](_0x4c6477,_0x148000[_0x368064(0x222)])?0x1:0x0;return _0x4aa993+','+_0x57ee59+','+_0x55b014;});},connectCommandBuilder=function(_0x376c3b){const _0x2c8636=a12_0x33ac95,_0x2c07dd={};_0x2c07dd['onihJ']=_0x2c8636(0x21a);const _0x11fa6e=_0x2c07dd,_0xa3f5db={};_0xa3f5db[_0x2c8636(0x220)]=HELP_MESSAGES[_0x2c8636(0x21e)][_0x2c8636(0x21b)],_0xa3f5db[_0x2c8636(0x1fa)]=_0x11fa6e['onihJ'];const _0x4ae0c7={};_0x4ae0c7[_0x2c8636(0x220)]=HELP_MESSAGES[_0x2c8636(0x21e)][_0x2c8636(0x1f5)],_0x4ae0c7['type']=_0x11fa6e[_0x2c8636(0x226)],_0x4ae0c7['demandOption']=!![];const _0xb6a97f={};return _0xb6a97f[_0x2c8636(0x21d)]=_0xa3f5db,_0xb6a97f[_0x2c8636(0x1f5)]=_0x4ae0c7,_0x376c3b[_0x2c8636(0x21e)](_0xb6a97f);},connectCommandHandler=async function(_0x25c0ca){const _0x4367e2=a12_0x33ac95,_0x12fa5e={'BmwAs':_0x4367e2(0x1ea),'KNskU':function(_0x4342c3,_0x1db6ed){return _0x4342c3===_0x1db6ed;},'ZUdrL':_0x4367e2(0x1e4),'jbJSw':_0x4367e2(0x1f1),'DTqOp':function(_0x44c15f,_0x192f5b){return _0x44c15f===_0x192f5b;},'BFwzh':_0x4367e2(0x20e),'Sxwlj':function(_0x18e66e,_0x431d46){return _0x18e66e(_0x431d46);},'kaEhp':_0x4367e2(0x219),'hVWgx':function(_0x1d29b7,_0x2d93b9){return _0x1d29b7(_0x2d93b9);},'Dbjsn':'integrations-repeater','CybTz':_0x4367e2(0x213),'HESrH':_0x4367e2(0x207)};try{const _0x20384e=new BrowserStackSetup(_0x25c0ca,_0x12fa5e[_0x4367e2(0x1f3)]);_0x25c0ca[_0x4367e2(0x211)]&&(_0x20384e['config'][_0x4367e2(0x1e7)]=_0x25c0ca['bstackAccesskey']);if(_0x12fa5e['KNskU'](typeof _0x20384e[_0x4367e2(0x1f7)][_0x4367e2(0x1e7)],_0x12fa5e['ZUdrL'])){logger[_0x4367e2(0x1fe)](_0x12fa5e['jbJSw']);throw new Error(ERROR_MESSAGES[_0x4367e2(0x21b)][_0x4367e2(0x20d)]);}const _0x4e94d5=_0x25c0ca[_0x4367e2(0x1f5)];if(_0x12fa5e[_0x4367e2(0x1e3)](typeof _0x4e94d5,_0x12fa5e[_0x4367e2(0x1ff)])){logger[_0x4367e2(0x1fe)](_0x12fa5e[_0x4367e2(0x20b)]);throw new Error(ERROR_MESSAGES['hosts']['missing']);}if(!_0x12fa5e['Sxwlj'](validHosts,_0x4e94d5)){logger[_0x4367e2(0x1fe)](_0x12fa5e['kaEhp']);throw new Error(ERROR_MESSAGES[_0x4367e2(0x1f5)][_0x4367e2(0x218)]);}const _0x12564e=_0x12fa5e[_0x4367e2(0x203)](parseOnPremHosts,_0x4e94d5);_0x20384e[_0x4367e2(0x1f7)][_0x4367e2(0x206)]=!![],_0x20384e[_0x4367e2(0x1f7)][_0x4367e2(0x214)]['localIdentifier']=_0x12fa5e[_0x4367e2(0x1e6)],_0x20384e[_0x4367e2(0x1f7)]['browserStackLocalOptions']['only']=_0x12564e['join'](','),helper['setProxySettings'](_0x20384e[_0x4367e2(0x1f7)]),await _0x20384e[_0x4367e2(0x1f9)](),logger['info'](_0x12fa5e[_0x4367e2(0x21f)]);}catch(_0x116704){logger[_0x4367e2(0x1fe)](_0x12fa5e[_0x4367e2(0x210)]);throw new Error(_0x116704[_0x4367e2(0x20a)]());}};function run(_0x55e7c7){const _0x5a0230=a12_0x33ac95,_0x1af6f8={};_0x1af6f8[_0x5a0230(0x208)]=_0x5a0230(0x1eb),_0x1af6f8[_0x5a0230(0x21c)]=_0x5a0230(0x1ec);const _0x59da6c=_0x1af6f8;_0x55e7c7['usage'](HELP_MESSAGES[_0x5a0230(0x225)][_0x5a0230(0x200)])['command'](_0x59da6c[_0x5a0230(0x208)],HELP_MESSAGES[_0x5a0230(0x225)][_0x5a0230(0x1eb)],connectCommandBuilder,connectCommandHandler)[_0x5a0230(0x1f8)]()[_0x5a0230(0x1ec)](_0x59da6c['kMkqh'])['epilogue'](HELP_MESSAGES[_0x5a0230(0x225)][_0x5a0230(0x20f)]);}module[a12_0x33ac95(0x1e9)]=run;
@@ -1 +1 @@
1
- var a13_0xeb74da=a13_0x445f;(function(_0x3b8dd4,_0x16305f){var _0x3086fe=a13_0x445f,_0x491cfe=_0x3b8dd4();while(!![]){try{var _0x565fed=parseInt(_0x3086fe(0xf3))/0x1+parseInt(_0x3086fe(0xe1))/0x2+parseInt(_0x3086fe(0xe8))/0x3*(-parseInt(_0x3086fe(0xe7))/0x4)+-parseInt(_0x3086fe(0xec))/0x5*(parseInt(_0x3086fe(0xdb))/0x6)+-parseInt(_0x3086fe(0xe6))/0x7+-parseInt(_0x3086fe(0xeb))/0x8*(parseInt(_0x3086fe(0xf4))/0x9)+parseInt(_0x3086fe(0xed))/0xa*(parseInt(_0x3086fe(0xe0))/0xb);if(_0x565fed===_0x16305f)break;else _0x491cfe['push'](_0x491cfe['shift']());}catch(_0x104c0d){_0x491cfe['push'](_0x491cfe['shift']());}}}(a13_0x1d32,0x35add));var a13_0x408661={};a13_0x408661['bstackAccessKey']=a13_0xeb74da(0xee),a13_0x408661[a13_0xeb74da(0xf1)]='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.';var a13_0x52d76f={};a13_0x52d76f[a13_0xeb74da(0xea)]=a13_0xeb74da(0xe2),a13_0x52d76f['connect']=a13_0xeb74da(0xf5),a13_0x52d76f[a13_0xeb74da(0xef)]=a13_0xeb74da(0xe4);var a13_0x16a0aa={};function a13_0x1d32(){var _0x322b6d=['Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','options','483224XHwcMp','463084gdQEJz','3YqCxnM','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.','root','1464vqBLwA','1619855TuPpqY','5571770GIajsW','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','footer','invalid','hosts','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','310493NunkPA','20997uJmsJo','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','ERROR_MESSAGES','6jDQqpr','bstackAccessKey','HELP_MESSAGES','command','missing','11VlMzLN','575824RmleDm'];a13_0x1d32=function(){return _0x322b6d;};return a13_0x1d32();}a13_0x16a0aa[a13_0xeb74da(0xe5)]=a13_0x408661,a13_0x16a0aa[a13_0xeb74da(0xde)]=a13_0x52d76f,exports[a13_0xeb74da(0xdd)]=a13_0x16a0aa;var a13_0x3e84b6={};a13_0x3e84b6[a13_0xeb74da(0xdf)]=a13_0xeb74da(0xf2);function a13_0x445f(_0x2d95b2,_0x3f3162){var _0x1d326f=a13_0x1d32();return a13_0x445f=function(_0x445f45,_0x10c671){_0x445f45=_0x445f45-0xda;var _0x30431c=_0x1d326f[_0x445f45];return _0x30431c;},a13_0x445f(_0x2d95b2,_0x3f3162);}var a13_0x5e988b={};a13_0x5e988b['missing']=a13_0xeb74da(0xe3),a13_0x5e988b[a13_0xeb74da(0xf0)]=a13_0xeb74da(0xe9);var a13_0x431a48={};a13_0x431a48[a13_0xeb74da(0xdc)]=a13_0x3e84b6,a13_0x431a48[a13_0xeb74da(0xf1)]=a13_0x5e988b,exports[a13_0xeb74da(0xda)]=a13_0x431a48;
1
+ function a13_0x355c(_0x24760e,_0x465f85){var _0x2358e2=a13_0x2358();return a13_0x355c=function(_0x355c11,_0x2957ed){_0x355c11=_0x355c11-0x1c2;var _0x423dc8=_0x2358e2[_0x355c11];return _0x423dc8;},a13_0x355c(_0x24760e,_0x465f85);}var a13_0x87c76a=a13_0x355c;(function(_0x21d1c4,_0x38213b){var _0x1da63a=a13_0x355c,_0x5ad8c2=_0x21d1c4();while(!![]){try{var _0x4587ba=parseInt(_0x1da63a(0x1c4))/0x1+-parseInt(_0x1da63a(0x1c6))/0x2*(-parseInt(_0x1da63a(0x1c7))/0x3)+parseInt(_0x1da63a(0x1dd))/0x4+parseInt(_0x1da63a(0x1d5))/0x5+-parseInt(_0x1da63a(0x1d7))/0x6+-parseInt(_0x1da63a(0x1d6))/0x7*(-parseInt(_0x1da63a(0x1d3))/0x8)+-parseInt(_0x1da63a(0x1ca))/0x9*(parseInt(_0x1da63a(0x1c3))/0xa);if(_0x4587ba===_0x38213b)break;else _0x5ad8c2['push'](_0x5ad8c2['shift']());}catch(_0x5a7bb4){_0x5ad8c2['push'](_0x5ad8c2['shift']());}}}(a13_0x2358,0xdce62));var a13_0x195d12={};a13_0x195d12[a13_0x87c76a(0x1c2)]=a13_0x87c76a(0x1cf),a13_0x195d12[a13_0x87c76a(0x1d0)]=a13_0x87c76a(0x1cb);var a13_0x563364={};a13_0x563364[a13_0x87c76a(0x1c9)]='Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.',a13_0x563364[a13_0x87c76a(0x1cd)]=a13_0x87c76a(0x1da),a13_0x563364[a13_0x87c76a(0x1ce)]=a13_0x87c76a(0x1db);var a13_0x464736={};a13_0x464736[a13_0x87c76a(0x1c8)]=a13_0x195d12,a13_0x464736[a13_0x87c76a(0x1d4)]=a13_0x563364,exports[a13_0x87c76a(0x1d1)]=a13_0x464736;var a13_0x14dee8={};a13_0x14dee8[a13_0x87c76a(0x1c5)]=a13_0x87c76a(0x1cc);var a13_0x450277={};a13_0x450277[a13_0x87c76a(0x1c5)]=a13_0x87c76a(0x1d8),a13_0x450277[a13_0x87c76a(0x1d2)]=a13_0x87c76a(0x1d9);var a13_0x4b8ca9={};a13_0x4b8ca9[a13_0x87c76a(0x1c2)]=a13_0x14dee8,a13_0x4b8ca9['hosts']=a13_0x450277,exports[a13_0x87c76a(0x1dc)]=a13_0x4b8ca9;function a13_0x2358(){var _0x6e17c3=['hosts','HELP_MESSAGES','invalid','6752ImmFJQ','command','2242775oJHKzY','7882badXxl','8564412OSRxea','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','Integration\x20hosts\x20are\x20not\x20in\x20the\x20right\x20format.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','ERROR_MESSAGES','3731776wYEUgv','bstackAccessKey','10NpvhWi','1428315QhjSXf','missing','78tiYWnc','18129tjPtiI','options','root','14972679qotmeC','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.','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','connect','footer','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.'];a13_0x2358=function(){return _0x6e17c3;};return a13_0x2358();}