browserstack-node-sdk 1.35.1 → 1.35.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (137) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +2 -2
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  60. package/src/bin/jest/jest.setup.js +1 -1
  61. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  62. package/src/bin/jest/test-observability/helper.js +1 -1
  63. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  64. package/src/bin/jest/test-observability/test-details.js +1 -1
  65. package/src/bin/jest/test_before.setup.js +1 -1
  66. package/src/bin/launcher/launcher.js +1 -1
  67. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  68. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  69. package/src/bin/mocha/command.js +1 -1
  70. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  71. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  72. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  73. package/src/bin/mocha/test.setup.js +1 -1
  74. package/src/bin/nightwatch/command.js +1 -1
  75. package/src/bin/playwright/accessibility-helper.js +1 -1
  76. package/src/bin/playwright/command.js +1 -1
  77. package/src/bin/playwright/globalSetup.js +1 -1
  78. package/src/bin/playwright/mock-process.js +1 -1
  79. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  80. package/src/bin/playwright/patches.js +1 -1
  81. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  82. package/src/bin/playwright/reporter/reporter.js +1 -1
  83. package/src/bin/playwright/reporter/test-details.js +1 -1
  84. package/src/bin/playwright/sessionDetails.js +1 -1
  85. package/src/bin/runner.js +1 -1
  86. package/src/bin/setup.js +1 -1
  87. package/src/bin/test-runner/index.js +1 -1
  88. package/src/bin/test-runner/runTest.js +1 -1
  89. package/src/bin/test-runner/testWorker.js +1 -1
  90. package/src/bin/utils/constants.js +1 -1
  91. package/src/bin/utils/log4jsAppender.js +1 -1
  92. package/src/bin/utils/logPatcher.js +1 -1
  93. package/src/bin/utils/logReportingAPI.js +1 -1
  94. package/src/bin/vanilla-js/command.js +1 -1
  95. package/src/browserStackSdk.js +1 -1
  96. package/src/helpers/BrowserStackSetup.js +1 -1
  97. package/src/helpers/accessibility-automation/constants.js +1 -1
  98. package/src/helpers/accessibility-automation/helper.js +1 -1
  99. package/src/helpers/accessibility-automation/scripts.js +1 -1
  100. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  101. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  102. package/src/helpers/ats/constants.js +1 -1
  103. package/src/helpers/ats/helper.js +1 -1
  104. package/src/helpers/capsMapping.js +1 -1
  105. package/src/helpers/central-scanner/constants.js +1 -1
  106. package/src/helpers/central-scanner/helpers.js +1 -1
  107. package/src/helpers/globals.js +1 -1
  108. package/src/helpers/helper.js +1 -1
  109. package/src/helpers/logger.js +1 -1
  110. package/src/helpers/metadata.js +1 -1
  111. package/src/helpers/patchHelper.js +1 -1
  112. package/src/helpers/patchHelpers.js +1 -1
  113. package/src/helpers/percy/Percy.js +1 -1
  114. package/src/helpers/percy/PercyBinary.js +1 -1
  115. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  116. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  117. package/src/helpers/percy/PercySDK.js +1 -1
  118. package/src/helpers/percy/index.js +1 -1
  119. package/src/helpers/percy/utils.js +1 -1
  120. package/src/helpers/performance/constants.js +1 -1
  121. package/src/helpers/performance/performance-tester.js +1 -1
  122. package/src/helpers/processHelper.js +1 -1
  123. package/src/helpers/request-spy.js +1 -1
  124. package/src/helpers/setKeepAlive.js +1 -1
  125. package/src/helpers/test-observability/constants.js +1 -1
  126. package/src/helpers/test-observability/error-handler.js +1 -1
  127. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  128. package/src/helpers/test-observability/sessionHandler.js +1 -1
  129. package/src/helpers/test-observability/utils.js +1 -1
  130. package/src/helpers/testhub/constants.js +1 -1
  131. package/src/helpers/testhub/testhubHandler.js +1 -1
  132. package/src/helpers/testhub/utils.js +1 -1
  133. package/src/helpers/timeoutPromise.js +1 -1
  134. package/src/helpers/utilities.js +1 -1
  135. package/src/helpers/w3cMapping.js +1 -1
  136. package/src/hubAllocationMethods.js +1 -1
  137. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a6_0x5d05(){const _0x2adfd3=['onHook','testCases','find','pickleMap','includes','sendTestRunEventForCucumber','testRunStarted','\x20\x20\x20\x20','JScej','extractStepContainers','VxXJn','sjhCs','CZoaf','jzddS','envelope','seconds','XzJGM','sourceLocation','10321yhVqky','onTestStepStarted','forEach','toISOString','stepDefinition','children','testCaseId','avOki','cGGkc','toString','testCaseStartedId','36558852ICKfyR','TMjif','CONFIG','eventBroadcaster','vHvwe','testCaseStarted','winstonLogger','sUFte','12535614nKooMa','cwd','vYrgP','fHgnR','format','34NYkVZI','testStepFinished','onStepDefinition','QSvNS','Spddj','Executing\x20tests\x20for\x20','pickleId','Exception\x20in\x20sending\x20onTestCaseStarted:\x20','parseTestCaseAttempt','testStepStarted','incrementCounter','QazRR','SrEtu','Hwgvq','gYOYw','SKIPPED','NzJNH','values','logTestRunFinished','onTestStepFinished','capability','uJOGE','6lgXmAi','report','getTestUUID','TATbW','onTestCase','11SWXXcX','isBstackHook','SrGnk','../../../helpers/test-observability/error-handler','text','pickle','fYxFv','log','flat','pickleStepId','qoyMV','jCOTf','asFsl','RPRFx','eventDataCollector','Exception\x20in\x20sending\x20onTestCaseFinished\x20event:\x20\x20','50061ZaNgBF','gherkinDocument','util','riIif','onTestCaseStarted','EvVIm','6423215RrgAYN','testCaseFinished','getTestCaseAttempt','logTestCaseFinished','onSource','scenario','../../playwright/reporter/test-details.js','status','failure','vMTtT','path','feature','hooks','steps','QNZzv','FAILED','toLowerCase','description','map','keyword','background','sTKeP','testStepId','finishedAt','message','onPickle','debug','bstack','testRunFinished','UflWN','testSteps','testCaseMap','rule','onTestCaseFinished','512RMUNBq','TestRunFinished','INgFs','testCaseAttempt','uri','assign','push','\x20-\x20','332plDvsN','exception','source','../../../helpers/testhub/utils.js','testCase','deypG','parse','onTestRunStarted','getGherkinDocument','result','fyOiu','__platform','Exception\x20in\x20onTestStepStarted\x20event:\x20','49602dbOuaf','testCaseAttemptDataMap','name','mnhDO','AMBIGUOUS','getGherkinStepMap','9353800JujLOn','FbAkP','HookRunStarted','UnhandledError','0|1|3|2|4','duration','UNKNOWN','MVVir','exports','onGherkinDocument','env','WTMFh','@cucumber/cucumber','jGlVl','snippetBuilder','onTestRunFinished','NoyuQ','viCzQ','testStepResult','Exception\x20in\x20onTestStepFinished\x20event:\x20','hook'];a6_0x5d05=function(){return _0x2adfd3;};return a6_0x5d05();}const a6_0x224992=a6_0x19e1;(function(_0x3c2ebc,_0x41f745){const _0x2258a5=a6_0x19e1,_0x15367f=_0x3c2ebc();while(!![]){try{const _0x2d8c0d=-parseInt(_0x2258a5(0x21a))/0x1*(-parseInt(_0x2258a5(0x232))/0x2)+-parseInt(_0x2258a5(0x25d))/0x3*(-parseInt(_0x2258a5(0x1e0))/0x4)+-parseInt(_0x2258a5(0x263))/0x5*(-parseInt(_0x2258a5(0x248))/0x6)+parseInt(_0x2258a5(0x1ed))/0x7*(parseInt(_0x2258a5(0x1d8))/0x8)+parseInt(_0x2258a5(0x22d))/0x9+-parseInt(_0x2258a5(0x1f3))/0xa+-parseInt(_0x2258a5(0x24d))/0xb*(parseInt(_0x2258a5(0x225))/0xc);if(_0x2d8c0d===_0x41f745)break;else _0x15367f['push'](_0x15367f['shift']());}catch(_0x4edcaa){_0x15367f['push'](_0x15367f['shift']());}}}(a6_0x5d05,0xad390));const {requireModule,getPlatformName,nestedKeyValue,isUndefined}=require('../../../helpers/helper'),util=require(a6_0x224992(0x25f)),{Formatter,formatterHelpers,Status}=requireModule(a6_0x224992(0x1ff)),TestDetails=require(a6_0x224992(0x269)),TestObservabilityReporter=require('../test-observability.js'),{o11yClassErrorHandler}=require(a6_0x224992(0x250)),{shouldProcessEventForTesthub}=require(a6_0x224992(0x1e3)),testObservabilityReporter=new TestObservabilityReporter(),logger=require('../../../helpers/logger')[a6_0x224992(0x22b)],_tests={},_testCasesData={};class BrowserstackFormatter extends Formatter{constructor(_0x5211be){const _0x2bcdae=a6_0x224992,_0x317814={};_0x317814['cGGkc']=_0x2bcdae(0x216);const _0x108c1a=_0x317814;super(_0x5211be),this['report']={},_0x5211be[_0x2bcdae(0x228)]['on'](_0x108c1a[_0x2bcdae(0x222)],async _0x31b05b=>{const _0x3f1d59=_0x2bcdae;switch(!![]){case!!_0x31b05b[_0x3f1d59(0x20e)]:this[_0x3f1d59(0x1e7)](_0x31b05b['testRunStarted']);break;case!!_0x31b05b[_0x3f1d59(0x27f)]:this[_0x3f1d59(0x202)](_0x31b05b[_0x3f1d59(0x27f)]);break;case!!_0x31b05b[_0x3f1d59(0x22a)]:this['onTestCaseStarted'](_0x31b05b[_0x3f1d59(0x22a)],_0x5211be,_0x31b05b);break;case!!_0x31b05b[_0x3f1d59(0x264)]:this[_0x3f1d59(0x1d7)](_0x31b05b[_0x3f1d59(0x264)],_0x5211be,_0x31b05b);break;case!!_0x31b05b[_0x3f1d59(0x23b)]:this[_0x3f1d59(0x21b)](_0x31b05b[_0x3f1d59(0x23b)],_0x5211be);break;case!!_0x31b05b[_0x3f1d59(0x233)]:this[_0x3f1d59(0x245)](_0x31b05b[_0x3f1d59(0x233)],_0x5211be);break;case!!_0x31b05b[_0x3f1d59(0x207)]:this['onHook'](_0x31b05b['hook']);break;case!!_0x31b05b[_0x3f1d59(0x1e4)]:this[_0x3f1d59(0x24c)](_0x31b05b[_0x3f1d59(0x1e4)]);break;case!!_0x31b05b['pickle']:this[_0x3f1d59(0x27c)](_0x31b05b['pickle']);break;case!!_0x31b05b[_0x3f1d59(0x25e)]:this[_0x3f1d59(0x1fc)](_0x31b05b[_0x3f1d59(0x25e)]);break;}});}[a6_0x224992(0x208)](_0x2fe62e){const _0x56cf1a=a6_0x224992;this[_0x56cf1a(0x249)][_0x56cf1a(0x26f)]=Object[_0x56cf1a(0x1dd)]([],this[_0x56cf1a(0x249)][_0x56cf1a(0x26f)]||[]),this[_0x56cf1a(0x249)]['hooks'][_0x56cf1a(0x1de)](_0x2fe62e);}[a6_0x224992(0x27c)](_0x57c80a){const _0xffd216=a6_0x224992;this[_0xffd216(0x249)][_0xffd216(0x252)]=Object['assign']([],this[_0xffd216(0x249)][_0xffd216(0x252)]||[],[_0x57c80a]),this[_0xffd216(0x249)][_0xffd216(0x252)][_0xffd216(0x1de)](_0x57c80a);}[a6_0x224992(0x1fc)](_0xdb64a3){const _0x4d3569=a6_0x224992;this['report'][_0x4d3569(0x25e)]=Object[_0x4d3569(0x1dd)]([],this[_0x4d3569(0x249)][_0x4d3569(0x25e)]||[],[_0xdb64a3]),this['report']['gherkinDocument'][_0x4d3569(0x1de)](_0xdb64a3);}[a6_0x224992(0x267)](_0x436984){const _0x4bb75b=a6_0x224992;this[_0x4bb75b(0x249)][_0x4bb75b(0x1e2)]=_0x436984;}[a6_0x224992(0x234)](_0x165d97){const _0x34760c=a6_0x224992;this['report'][_0x34760c(0x21e)]=Object[_0x34760c(0x1dd)]([],this[_0x34760c(0x249)][_0x34760c(0x21e)]||[],[_0x165d97]),this[_0x34760c(0x249)][_0x34760c(0x21e)][_0x34760c(0x1de)](_0x165d97);}[a6_0x224992(0x24c)](_0x25e133){const _0x380074=a6_0x224992;this[_0x380074(0x249)][_0x380074(0x209)]=Object[_0x380074(0x1dd)]([],this['report'][_0x380074(0x209)]||[],[_0x25e133]),this[_0x380074(0x249)]['testCases'][_0x380074(0x1de)](_0x25e133);}[a6_0x224992(0x266)](_0x27881f){const _0x5d93a6=a6_0x224992,_0x877bdd={'jCOTf':function(_0x2b2f7f,_0x320708){return _0x2b2f7f!==_0x320708;},'deypG':_0x5d93a6(0x27e),'viCzQ':function(_0x5b0bc3,_0x2512a9){return _0x5b0bc3+_0x2512a9;},'VxXJn':function(_0x4e3e23,_0x3b408b){return _0x4e3e23+_0x3b408b;},'EvVIm':_0x5d93a6(0x20f),'QNZzv':_0x5d93a6(0x1df),'skQZS':function(_0x513e12,_0x42b98c){return _0x513e12===_0x42b98c;},'jGlVl':'FAILED','vHvwe':function(_0x1e6c8a,_0x1f9347,_0x29bd40){return _0x1e6c8a(_0x1f9347,_0x29bd40);},'asFsl':_0x5d93a6(0x1e9),'uJOGE':_0x5d93a6(0x27b),'gYOYw':function(_0x2a32ee,_0x35ca4c){return _0x2a32ee+_0x35ca4c;},'RPRFx':function(_0x4f3996,_0x3bb5fc){return _0x4f3996+_0x3bb5fc;},'FgznC':function(_0x25b656,_0x427087){return _0x25b656!==_0x427087;},'fYxFv':function(_0x865fc0,_0x3b2709){return _0x865fc0+_0x3b2709;},'Spddj':function(_0x274785,_0x244c23){return _0x274785+_0x244c23;}};_0x877bdd['FgznC'](global[_0x5d93a6(0x1eb)],undefined)&&this[_0x5d93a6(0x254)](_0x877bdd[_0x5d93a6(0x25a)](_0x877bdd[_0x5d93a6(0x253)]('\x0a',global[_0x5d93a6(0x1eb)]),'\x0a'));const _0x431ee9=this[_0x5d93a6(0x25b)][_0x5d93a6(0x265)](_0x27881f['testCaseStartedId']);this[_0x5d93a6(0x254)](_0x877bdd[_0x5d93a6(0x212)](_0x877bdd[_0x5d93a6(0x236)](_0x877bdd[_0x5d93a6(0x240)](_0x877bdd['Spddj']('\x20\x20',_0x431ee9[_0x5d93a6(0x25e)][_0x5d93a6(0x26e)]['name']),_0x877bdd[_0x5d93a6(0x271)]),_0x431ee9[_0x5d93a6(0x252)][_0x5d93a6(0x1ef)]),'\x0a'));const _0x19e722={};_0x19e722[_0x5d93a6(0x22e)]=this[_0x5d93a6(0x22e)],_0x19e722[_0x5d93a6(0x201)]=this[_0x5d93a6(0x201)],_0x19e722['supportCodeLibrary']=this['supportCodeLibrary'],_0x19e722[_0x5d93a6(0x1db)]=_0x431ee9;const _0x1e5899=formatterHelpers[_0x5d93a6(0x23a)](_0x19e722);let _0x26e782=![];_0x1e5899['testSteps'][_0x5d93a6(0x21c)](_0x132f9d=>{const _0x4c2228=_0x5d93a6;if(_0x877bdd[_0x4c2228(0x258)](_0x132f9d['name'],_0x877bdd[_0x4c2228(0x1e5)])&&!this['isBstackHook'](_0x132f9d)){totalTests+=0x1,this[_0x4c2228(0x254)](_0x877bdd[_0x4c2228(0x204)](_0x877bdd[_0x4c2228(0x204)](_0x877bdd[_0x4c2228(0x204)](_0x877bdd[_0x4c2228(0x204)](_0x877bdd[_0x4c2228(0x212)](_0x877bdd[_0x4c2228(0x262)],_0x132f9d[_0x4c2228(0x276)]),_0x132f9d['text']||''),_0x877bdd[_0x4c2228(0x271)]),Status[_0x132f9d[_0x4c2228(0x1e9)][_0x4c2228(0x26a)]]),'\x0a')),this[_0x4c2228(0x23c)](Status[_0x132f9d[_0x4c2228(0x1e9)][_0x4c2228(0x26a)]]);if(_0x877bdd['skQZS'](Status[_0x132f9d[_0x4c2228(0x1e9)]['status']],_0x877bdd[_0x4c2228(0x200)])){_0x26e782=!![];const _0x1386f=_0x877bdd[_0x4c2228(0x229)](nestedKeyValue,_0x132f9d,[_0x877bdd[_0x4c2228(0x259)],_0x877bdd[_0x4c2228(0x247)]]);_0x1386f&&(testsErrorMessage[_0x877bdd['gYOYw'](_0x877bdd['viCzQ'](_0x431ee9[_0x4c2228(0x25e)]['feature'][_0x4c2228(0x1ef)],_0x877bdd[_0x4c2228(0x271)]),_0x431ee9[_0x4c2228(0x252)][_0x4c2228(0x1ef)])]=_0x1386f,this[_0x4c2228(0x254)](_0x877bdd[_0x4c2228(0x25a)](_0x1386f,'\x0a')));}}}),_0x26e782&&(testSuitesFailed+=0x1),this[_0x5d93a6(0x254)]('\x0a');}[a6_0x224992(0x244)](_0x3e56ee){}[a6_0x224992(0x24e)](_0x156eae){const _0x10bbfc=a6_0x224992,_0x2e6b93={};_0x2e6b93[_0x10bbfc(0x280)]=function(_0x5ee9af,_0x57e32e){return _0x5ee9af!==_0x57e32e;},_0x2e6b93[_0x10bbfc(0x1ea)]='cucumber-js/test.setup.js';const _0x1b29f3=_0x2e6b93;if(_0x1b29f3[_0x10bbfc(0x280)](_0x156eae[_0x10bbfc(0x219)],undefined))return![];if(_0x156eae['actionLocation']&&_0x156eae['actionLocation']['uri'][_0x10bbfc(0x20c)](_0x1b29f3[_0x10bbfc(0x1ea)]))return!![];return![];}[a6_0x224992(0x23c)](_0xb8227c){const _0x7508e3=a6_0x224992,_0x4c1418={};_0x4c1418[_0x7508e3(0x1fe)]=_0x7508e3(0x272),_0x4c1418['TATbW']='PASSED',_0x4c1418[_0x7508e3(0x242)]=_0x7508e3(0x241),_0x4c1418[_0x7508e3(0x214)]='PENDING',_0x4c1418[_0x7508e3(0x213)]='UNDEFINED',_0x4c1418['OztBc']=_0x7508e3(0x1f9),_0x4c1418['TMjif']=_0x7508e3(0x1f1);const _0x1034d9=_0x4c1418;switch(_0xb8227c){case _0x1034d9[_0x7508e3(0x1fe)]:testsFailed+=0x1;break;case _0x1034d9[_0x7508e3(0x24b)]:testsPassed+=0x1;break;case _0x1034d9[_0x7508e3(0x242)]:testsSkipped+=0x1;break;case _0x1034d9[_0x7508e3(0x214)]:testsPending+=0x1;break;case _0x1034d9[_0x7508e3(0x213)]:testsUndefined+=0x1;break;case _0x1034d9['OztBc']:testsUnknown+=0x1;break;case _0x1034d9[_0x7508e3(0x226)]:testsAmbiguous+=0x1;break;default:break;}}[a6_0x224992(0x1e7)](_0x41e7b8){const _0x55494e=a6_0x224992,_0x59f5d8={'sTKeP':function(_0x3830f7,_0x21f87c){return _0x3830f7!==_0x21f87c;},'sUFte':function(_0x1968a3,_0x5cbf0e){return _0x1968a3(_0x5cbf0e);},'vMTtT':function(_0x2bf2bc,_0x25442){return _0x2bf2bc+_0x25442;},'vYrgP':function(_0x3dce1a){return _0x3dce1a();}};let _0x13ccad;if(_0x59f5d8[_0x55494e(0x278)](process[_0x55494e(0x1fd)][_0x55494e(0x227)],undefined)){const _0x51f232=JSON[_0x55494e(0x1e6)](process[_0x55494e(0x1fd)][_0x55494e(0x227)]);_0x13ccad=_0x51f232[_0x55494e(0x246)];}_0x59f5d8[_0x55494e(0x278)](_0x13ccad,undefined)&&(global[_0x55494e(0x1eb)]=_0x59f5d8[_0x55494e(0x22c)](getPlatformName,_0x13ccad),this[_0x55494e(0x254)](_0x59f5d8[_0x55494e(0x26c)](_0x55494e(0x237)+global[_0x55494e(0x1eb)],'\x0a'))),_0x59f5d8[_0x55494e(0x22f)](shouldProcessEventForTesthub)&&(TestDetails['setup'](),this['report'][_0x55494e(0x20e)]=_0x41e7b8);}[a6_0x224992(0x202)](_0x184de3){const _0x176f8a=a6_0x224992;this['report'][_0x176f8a(0x27f)]=_0x184de3,this[_0x176f8a(0x244)](_0x184de3);}async[a6_0x224992(0x261)](_0x3379ee,_0x5d8407,_0x4e208f){const _0x38b287=a6_0x224992,_0x194eae={'MVVir':function(_0x5c7f2d,_0x1a6c5e){return _0x5c7f2d(_0x1a6c5e);},'INgFs':'TestRunStarted','JScej':function(_0x1ba33f,_0xcb1ff1){return _0x1ba33f&&_0xcb1ff1;}};testSuites+=0x1;if(_0x194eae[_0x38b287(0x1fa)](shouldProcessEventForTesthub,_0x194eae[_0x38b287(0x1da)]))try{this[_0x38b287(0x249)][_0x38b287(0x22a)]=this[_0x38b287(0x249)]['testCaseStarted']||{},this[_0x38b287(0x249)][_0x38b287(0x22a)][_0x3379ee['id']]=_0x3379ee;const _0x4b34e8=TestDetails[_0x38b287(0x24a)](_0x3379ee['id']);_testCasesData[_0x3379ee['id']]=Object[_0x38b287(0x1dd)]({},_0x4e208f);const _0x59d2d8=this[_0x38b287(0x249)],_0x2a425e=_0x3379ee[_0x38b287(0x220)],_0x15c60b=_0x59d2d8[_0x38b287(0x209)][_0x38b287(0x20a)](_0x2a7924=>_0x2a7924['id']===_0x2a425e)[_0x38b287(0x238)],_0x3a91a3=_0x59d2d8[_0x38b287(0x252)][_0x38b287(0x20a)](_0x3e3332=>_0x3e3332['id']===_0x15c60b),_0x2ea8f9=_0x59d2d8[_0x38b287(0x25e)][_0x38b287(0x20a)](_0x6f1f5f=>_0x6f1f5f[_0x38b287(0x1dc)]===_0x3a91a3[_0x38b287(0x1dc)]),_0x242c2b=_0x2ea8f9[_0x38b287(0x26e)],_0x5c6620={'uuid':_0x4b34e8,'startedAt':new Date()[_0x38b287(0x21d)]()};if(_0x3a91a3){const _0x347a6e={};_0x347a6e[_0x38b287(0x1ef)]=_0x3a91a3[_0x38b287(0x1ef)],_0x5c6620[_0x38b287(0x268)]=_0x347a6e;}if(_0x194eae[_0x38b287(0x210)](_0x2ea8f9,_0x242c2b)){const _0x2648f1={};_0x2648f1[_0x38b287(0x26d)]=_0x2ea8f9[_0x38b287(0x1dc)],_0x2648f1[_0x38b287(0x1ef)]=_0x242c2b[_0x38b287(0x1ef)],_0x2648f1[_0x38b287(0x274)]=_0x242c2b[_0x38b287(0x274)],_0x5c6620[_0x38b287(0x26e)]=_0x2648f1;}_tests[_0x2a425e]=_0x5c6620,await testObservabilityReporter[_0x38b287(0x20d)](_0x4e208f,_0x2ea8f9,_0x3a91a3,_0x194eae[_0x38b287(0x1da)],_0x5c6620);}catch(_0x53f229){logger[_0x38b287(0x27d)](_0x38b287(0x239)+util[_0x38b287(0x231)](_0x53f229)+'\x20');}}async[a6_0x224992(0x1d7)](_0xbd2918,_0x41c2b4,_0x3d9bac){const _0x3c08a5=a6_0x224992,_0x44f4c6={'QazRR':function(_0x399bc7,_0x32ce67){return _0x399bc7(_0x32ce67);},'FbAkP':_0x3c08a5(0x1d9)};this['logTestCaseFinished'](_0xbd2918);if(_0x44f4c6[_0x3c08a5(0x23d)](shouldProcessEventForTesthub,_0x44f4c6[_0x3c08a5(0x1f4)]))try{this[_0x3c08a5(0x249)][_0x3c08a5(0x264)]=this[_0x3c08a5(0x249)]['testCaseFinished']||{},this['report'][_0x3c08a5(0x264)][_0xbd2918[_0x3c08a5(0x224)]]=_0xbd2918,_testCasesData[_0x3d9bac['id']]=Object[_0x3c08a5(0x1dd)]({},_0x3d9bac);const _0x59d9bf=_0xbd2918[_0x3c08a5(0x224)],_0x2ff36e=_0x41c2b4[_0x3c08a5(0x25b)][_0x3c08a5(0x1ee)][_0x59d9bf][_0x3c08a5(0x220)],_0x1f7d76=_0x41c2b4[_0x3c08a5(0x25b)][_0x3c08a5(0x1d5)][_0x2ff36e],_0x187c74=_0x1f7d76[_0x3c08a5(0x238)],_0x3a4176=_0x41c2b4[_0x3c08a5(0x25b)][_0x3c08a5(0x20b)][_0x187c74],_0x454722=this[_0x3c08a5(0x1e8)](_0x41c2b4,_0x3a4176),_0x14ddc6=_tests[_0x2ff36e];_0x14ddc6&&(delete _tests[_0x2ff36e],_0x14ddc6[_0x3c08a5(0x27a)]=new Date()[_0x3c08a5(0x21d)]()),await testObservabilityReporter['sendTestRunEventForCucumber'](_0x3d9bac,_0x454722,_0x3a4176,_0x44f4c6['FbAkP'],_0x14ddc6);}catch(_0x51bd3e){logger[_0x3c08a5(0x27d)](_0x3c08a5(0x25c)+util['format'](_0x51bd3e));}}async['onTestStepStarted'](_0x588b79,_0x4443a0){const _0x52f87a=a6_0x224992,_0x1d3a59={'SrEtu':function(_0x1a9790,_0x431ea2){return _0x1a9790(_0x431ea2);},'XzJGM':_0x52f87a(0x1f5),'mnhDO':function(_0x14b5a4,_0x2cea34){return _0x14b5a4!==_0x2cea34;},'qoyMV':_0x52f87a(0x279)};if(_0x1d3a59[_0x52f87a(0x23e)](shouldProcessEventForTesthub,_0x1d3a59[_0x52f87a(0x218)]))try{this[_0x52f87a(0x249)][_0x52f87a(0x23b)]=this[_0x52f87a(0x249)][_0x52f87a(0x23b)]||{},this[_0x52f87a(0x249)][_0x52f87a(0x23b)][_0x588b79[_0x52f87a(0x224)]]=_0x588b79;const _0x3c5ae1=_0x588b79[_0x52f87a(0x224)],_0x2e79ae=_0x4443a0[_0x52f87a(0x25b)][_0x52f87a(0x1ee)][_0x3c5ae1][_0x52f87a(0x220)],_0x1f313e=this[_0x52f87a(0x249)]['testCases'][_0x52f87a(0x20a)](_0x250059=>_0x250059['id']===_0x2e79ae)[_0x52f87a(0x238)],_0x35742c=this[_0x52f87a(0x249)][_0x52f87a(0x252)][_0x52f87a(0x20a)](_0xe607e7=>_0xe607e7['id']===_0x1f313e),_0x57dc88=this[_0x52f87a(0x249)][_0x52f87a(0x209)]['find'](_0x4af34a=>_0x4af34a['id']===_0x2e79ae)[_0x52f87a(0x1d4)],_0x16aee1=this[_0x52f87a(0x249)][_0x52f87a(0x23b)][_0x3c5ae1][_0x52f87a(0x279)],_0x2f4797=_0x57dc88['find'](_0x160ed9=>_0x160ed9['id']===_0x16aee1)[_0x52f87a(0x256)],_0x3713d7=_0x35742c['steps'][_0x52f87a(0x20a)](_0x1dce40=>_0x1dce40['id']===_0x2f4797);if(_0x2f4797&&_tests[_0x2e79ae]&&_0x1d3a59[_0x52f87a(0x1f0)](_tests[_0x2e79ae][_0x1d3a59[_0x52f87a(0x257)]],_0x16aee1)){_tests[_0x2e79ae][_0x1d3a59[_0x52f87a(0x257)]]=_0x16aee1;const _0x2c030a={};_0x2c030a[_0x52f87a(0x270)]=[];const _0x12e987=_tests[_0x2e79ae]||_0x2c030a;_0x12e987&&!_0x12e987['steps']&&(_0x12e987[_0x52f87a(0x270)]=[]),_0x12e987['steps'][_0x52f87a(0x1de)]({'id':_0x3713d7['id'],'text':_0x3713d7[_0x52f87a(0x251)],'started_at':new Date()[_0x52f87a(0x21d)]()}),_tests[_0x2e79ae]=_0x12e987;}await testObservabilityReporter['sendHook'](this[_0x52f87a(0x249)],_0x3c5ae1,_0x1d3a59[_0x52f87a(0x218)],_0x57dc88,_0x16aee1,_tests[_0x2e79ae]);}catch(_0x170ad8){logger[_0x52f87a(0x27d)](_0x52f87a(0x1ec)+util[_0x52f87a(0x231)](_0x170ad8));}}async[a6_0x224992(0x245)](_0x402d20,_0x514a4d){const _0x23412a=a6_0x224992,_0x504a57={'jzddS':function(_0x20a708,_0x9fbba9){return _0x20a708===_0x9fbba9;},'QSvNS':_0x23412a(0x1f7),'IyXrl':function(_0x2b9038,_0x3f145d){return _0x2b9038(_0x3f145d);},'riIif':'HookRunFinished','Hwgvq':'failed','NoyuQ':function(_0x35f737,_0x55680c){return _0x35f737===_0x55680c;},'avOki':_0x23412a(0x1f6),'fHgnR':_0x23412a(0x279)};this['report'][_0x23412a(0x233)]=this[_0x23412a(0x249)][_0x23412a(0x233)]||{},this[_0x23412a(0x249)][_0x23412a(0x233)][_0x402d20[_0x23412a(0x224)]]=_0x402d20;if(_0x504a57['IyXrl'](shouldProcessEventForTesthub,_0x504a57[_0x23412a(0x260)]))try{const _0x2ec2bd=_0x402d20[_0x23412a(0x224)],_0xa263fd=_0x514a4d[_0x23412a(0x25b)][_0x23412a(0x1ee)][_0x2ec2bd][_0x23412a(0x220)],_0x53c58e=_0x514a4d['eventDataCollector']['testCaseMap'][_0xa263fd],_0x4240d4=_0x53c58e[_0x23412a(0x238)],_0x22b0da=_0x514a4d[_0x23412a(0x25b)][_0x23412a(0x20b)][_0x4240d4],_0x1dff74=_0x402d20[_0x23412a(0x279)],_0x449c01=_0x53c58e[_0x23412a(0x1d4)],_0x223e68=this[_0x23412a(0x25b)][_0x23412a(0x265)](_0x2ec2bd),_0x3cf5f0=_0x449c01['find'](_0xd3f93d=>_0xd3f93d['id']===_0x1dff74)['pickleStepId'];let _0x3450f8,_0x402849;_0x402d20[_0x23412a(0x205)]&&_0x504a57[_0x23412a(0x215)](_0x402d20[_0x23412a(0x205)][_0x23412a(0x26a)][_0x23412a(0x223)]()[_0x23412a(0x273)](),_0x504a57[_0x23412a(0x23f)])&&(_0x3450f8=_0x504a57[_0x23412a(0x203)](_0x402d20['testStepResult'][_0x23412a(0x1e1)],undefined)?_0x402d20[_0x23412a(0x205)][_0x23412a(0x27b)]:_0x402d20[_0x23412a(0x205)][_0x23412a(0x1e1)]['message'],_0x402849=_0x504a57[_0x23412a(0x215)](_0x402d20[_0x23412a(0x205)][_0x23412a(0x1e1)],undefined)?_0x504a57[_0x23412a(0x221)]:_0x402d20[_0x23412a(0x205)]['message']);await testObservabilityReporter['sendHook'](this[_0x23412a(0x249)],_0x2ec2bd,_0x504a57[_0x23412a(0x260)],_0x449c01,_0x1dff74,_tests[_0xa263fd]);if(_0x3cf5f0&&_tests[_0xa263fd][_0x504a57[_0x23412a(0x230)]]){const _0xd6e172=_0x22b0da[_0x23412a(0x270)][_0x23412a(0x20a)](_0xfe010b=>_0xfe010b['id']===_0x3cf5f0),_0x470902={};_0x470902['steps']=[];const _0xa17266=_tests[_0xa263fd]||_0x470902;!_0xa17266[_0x23412a(0x270)]?_0xa17266[_0x23412a(0x270)]=[{'id':_0xd6e172['id'],'text':_0xd6e172[_0x23412a(0x251)],'finished_at':new Date()[_0x23412a(0x21d)](),'result':_0x402d20[_0x23412a(0x205)]['status'],'duration':_0x402d20['testStepResult']['duration'][_0x23412a(0x217)],'failure':_0x3450f8,'failureType':_0x402849}]:_0xa17266[_0x23412a(0x270)][_0x23412a(0x21c)](_0x1b8ce5=>{const _0x1edada=_0x23412a;if(_0x504a57[_0x1edada(0x215)](_0x1b8ce5['id'],_0xd6e172['id'])){const _0x3925e2=_0x504a57[_0x1edada(0x235)]['split']('|');let _0x1d6d21=0x0;while(!![]){switch(_0x3925e2[_0x1d6d21++]){case'0':_0x1b8ce5['finished_at']=new Date()[_0x1edada(0x21d)]();continue;case'1':_0x1b8ce5[_0x1edada(0x1e9)]=_0x402d20['testStepResult'][_0x1edada(0x26a)];continue;case'2':_0x1b8ce5[_0x1edada(0x26b)]=_0x3450f8;continue;case'3':_0x1b8ce5['duration']=_0x402d20[_0x1edada(0x205)][_0x1edada(0x1f8)][_0x1edada(0x217)];continue;case'4':_0x1b8ce5['failureType']=_0x402849;continue;}break;}}}),_tests[_0xa263fd]=_0xa17266,delete _tests[_0xa263fd][_0x504a57[_0x23412a(0x230)]];}}catch(_0x5adfdf){logger[_0x23412a(0x27d)](_0x23412a(0x206)+util[_0x23412a(0x231)](_0x5adfdf));}}['getGherkinStepMap'](_0x1d975d){const _0x461c8b=a6_0x224992,_0x4a2fbe={};return _0x1d975d['feature'][_0x461c8b(0x21f)][_0x461c8b(0x275)](this[_0x461c8b(0x211)])[_0x461c8b(0x255)]()['forEach'](_0x5f4802=>_0x5f4802[_0x461c8b(0x270)][_0x461c8b(0x21c)](_0x509a9a=>_0x4a2fbe[_0x509a9a['id']]=_0x509a9a)),_0x4a2fbe;}['extractStepContainers'](_0x57b9c4){const _0x7bd107=a6_0x224992,_0x4604cb={'SrGnk':function(_0x24b15f,_0x166b4d){return _0x24b15f(_0x166b4d);}};if(!_0x4604cb['SrGnk'](isUndefined,_0x57b9c4[_0x7bd107(0x277)]))return[_0x57b9c4[_0x7bd107(0x277)]];else{if(!_0x4604cb[_0x7bd107(0x24f)](isUndefined,_0x57b9c4['rule']))return _0x57b9c4[_0x7bd107(0x1d6)][_0x7bd107(0x21f)][_0x7bd107(0x275)](_0x4e7c76=>!isUndefined(_0x4e7c76['background'])?_0x4e7c76['background']:_0x4e7c76['scenario']);};return[_0x57b9c4['scenario']];}[a6_0x224992(0x1e8)](_0x180ca9,_0x3c3559){const _0x12a54a=a6_0x224992;return Object[_0x12a54a(0x243)](_0x180ca9[_0x12a54a(0x25b)]['gherkinDocumentMap'])[_0x12a54a(0x20a)](_0x5148f3=>_0x5148f3[_0x12a54a(0x1dc)]===_0x3c3559[_0x12a54a(0x1dc)]);}}function a6_0x19e1(_0x414de8,_0x87d64c){const _0x5d05a6=a6_0x5d05();return a6_0x19e1=function(_0x19e169,_0x116a56){_0x19e169=_0x19e169-0x1d4;let _0x54ce72=_0x5d05a6[_0x19e169];return _0x54ce72;},a6_0x19e1(_0x414de8,_0x87d64c);}module[a6_0x224992(0x1fb)]=o11yClassErrorHandler(BrowserstackFormatter,[a6_0x224992(0x261),a6_0x224992(0x1d7),a6_0x224992(0x21b),'onTestStepFinished','onTestRunStarted',a6_0x224992(0x202),'extractStepContainers',a6_0x224992(0x1e8),a6_0x224992(0x1f2)]);
1
+ const a6_0x203149=a6_0x22bb;function a6_0x34be(){const _0x46c2c2=['Exception\x20in\x20sending\x20onTestCaseStarted:\x20','IDBpb','382685mbLVox','tyasF','hooks','testCaseFinished','includes','testCaseMap','zydJr','3101gLFjkr','zKCVE','testRunStarted','source','eventDataCollector','supportCodeLibrary','testSteps','testStepId','NbdGh','push','testCaseStarted','4411624OLXTKZ','sendHook','onTestRunFinished','steps','parse','pickleId','Executing\x20tests\x20for\x20','RNotE','exception','pickleStepId','pickle','capability','onStepDefinition','\x20-\x20','text','3MLizKk','testRunFinished','608886EShIXh','actionLocation','QkBUj','testStepFinished','extractStepContainers','cwd','rqyIu','eMsXx','ruXgi','getGherkinStepMap','__platform','4320HValTZ','\x20\x20\x20\x20','uPqjW','JWkBZ','Ksxlw','flat','FAILED','onHook','jRtoE','hYQXw','lHzxp','bvtBW','format','ekumS','../../../helpers/helper','onTestStepFinished','setup','uri','VuxiD','gherkinDocument','feature','BpABD','../../playwright/reporter/test-details.js','kPBPC','testStepResult','Exception\x20in\x20onTestStepStarted\x20event:\x20','gherkinDocumentMap','gROEX','finishedAt','onPickle','../test-observability.js','scenario','getGherkinDocument','cucumber-js/test.setup.js','log','4395321NbbzRh','onSource','PENDING','MWwVY','children','onTestRunStarted','JCgPd','HookRunStarted','map','iOjfR','stepDefinition','logTestRunFinished','testStepStarted','background','TestRunFinished','exports','debug','YtMRN','failure','bstack','onTestCase','seconds','report','HOQVC','DzBrd','path','testCaseAttemptDataMap','313040SfTSXF','winstonLogger','AMBIGUOUS','toLowerCase','HLJxy','onTestCaseFinished','ZQoFj','getTestCaseAttempt','@cucumber/cucumber','testCase','util','fBcjm','SKIPPED','gMvSi','duration','toISOString','PASSED','find','testCases','getTestUUID','testCaseStartedId','env','status','isBstackHook','Koade','name','assign','result','message','testCaseId','keyword','253528kjRJSn','onTestStepStarted','CLNDX','hook','eventBroadcaster','parseTestCaseAttempt','../../../helpers/test-observability/error-handler','Exception\x20in\x20onTestStepFinished\x20event:\x20','onTestCaseStarted','description','JZZNy','rule','CONFIG','Xtkxq','values','pHond','Lkfmo','incrementCounter','onGherkinDocument','UnhandledError','forEach','pURxx','snippetBuilder','pickleMap','finished_at'];a6_0x34be=function(){return _0x46c2c2;};return a6_0x34be();}(function(_0x5b8a15,_0x1bbfac){const _0x532b8a=a6_0x22bb,_0x17ab8=_0x5b8a15();while(!![]){try{const _0x238699=parseInt(_0x532b8a(0x104))/0x1+-parseInt(_0x532b8a(0x81))/0x2*(parseInt(_0x532b8a(0x7f))/0x3)+-parseInt(_0x532b8a(0xe9))/0x4+parseInt(_0x532b8a(0xca))/0x5+-parseInt(_0x532b8a(0x8c))/0x6*(-parseInt(_0x532b8a(0x10b))/0x7)+-parseInt(_0x532b8a(0x70))/0x8+parseInt(_0x532b8a(0xaf))/0x9;if(_0x238699===_0x1bbfac)break;else _0x17ab8['push'](_0x17ab8['shift']());}catch(_0x242be1){_0x17ab8['push'](_0x17ab8['shift']());}}}(a6_0x34be,0x51620));function a6_0x22bb(_0x352d49,_0x4db660){const _0x34bec0=a6_0x34be();return a6_0x22bb=function(_0x22bb49,_0x28a48f){_0x22bb49=_0x22bb49-0x6b;let _0x166888=_0x34bec0[_0x22bb49];return _0x166888;},a6_0x22bb(_0x352d49,_0x4db660);}const {requireModule,getPlatformName,nestedKeyValue,isUndefined}=require(a6_0x203149(0x9a)),util=require(a6_0x203149(0xd4)),{Formatter,formatterHelpers,Status}=requireModule(a6_0x203149(0xd2)),TestDetails=require(a6_0x203149(0xa2)),TestObservabilityReporter=require(a6_0x203149(0xaa)),{o11yClassErrorHandler}=require(a6_0x203149(0xef)),{shouldProcessEventForTesthub}=require('../../../helpers/testhub/utils.js'),testObservabilityReporter=new TestObservabilityReporter(),logger=require('../../../helpers/logger')[a6_0x203149(0xcb)],_tests={},_testCasesData={};class BrowserstackFormatter extends Formatter{constructor(_0x5aeae3){const _0x50b4d3=a6_0x203149,_0xc7d72d={};_0xc7d72d[_0x50b4d3(0xd5)]='envelope';const _0x5997f8=_0xc7d72d;super(_0x5aeae3),this['report']={},_0x5aeae3[_0x50b4d3(0xed)]['on'](_0x5997f8[_0x50b4d3(0xd5)],async _0x3b9542=>{const _0x2825b9=_0x50b4d3;switch(!![]){case!!_0x3b9542[_0x2825b9(0x10d)]:this[_0x2825b9(0xb4)](_0x3b9542[_0x2825b9(0x10d)]);break;case!!_0x3b9542['testRunFinished']:this['onTestRunFinished'](_0x3b9542[_0x2825b9(0x80)]);break;case!!_0x3b9542[_0x2825b9(0x6f)]:this[_0x2825b9(0xf1)](_0x3b9542[_0x2825b9(0x6f)],_0x5aeae3,_0x3b9542);break;case!!_0x3b9542[_0x2825b9(0x107)]:this[_0x2825b9(0xcf)](_0x3b9542[_0x2825b9(0x107)],_0x5aeae3,_0x3b9542);break;case!!_0x3b9542[_0x2825b9(0xbb)]:this[_0x2825b9(0xea)](_0x3b9542[_0x2825b9(0xbb)],_0x5aeae3);break;case!!_0x3b9542[_0x2825b9(0x84)]:this[_0x2825b9(0x9b)](_0x3b9542[_0x2825b9(0x84)],_0x5aeae3);break;case!!_0x3b9542[_0x2825b9(0xec)]:this[_0x2825b9(0x93)](_0x3b9542[_0x2825b9(0xec)]);break;case!!_0x3b9542[_0x2825b9(0xd3)]:this['onTestCase'](_0x3b9542['testCase']);break;case!!_0x3b9542[_0x2825b9(0x7a)]:this[_0x2825b9(0xa9)](_0x3b9542[_0x2825b9(0x7a)]);break;case!!_0x3b9542[_0x2825b9(0x9f)]:this[_0x2825b9(0xfb)](_0x3b9542[_0x2825b9(0x9f)]);break;}});}[a6_0x203149(0x93)](_0x2a9708){const _0x1cb18f=a6_0x203149;this[_0x1cb18f(0xc5)]['hooks']=Object[_0x1cb18f(0xe4)]([],this[_0x1cb18f(0xc5)][_0x1cb18f(0x106)]||[]),this[_0x1cb18f(0xc5)][_0x1cb18f(0x106)][_0x1cb18f(0x6e)](_0x2a9708);}[a6_0x203149(0xa9)](_0x248d77){const _0x10283c=a6_0x203149;this[_0x10283c(0xc5)][_0x10283c(0x7a)]=Object[_0x10283c(0xe4)]([],this['report'][_0x10283c(0x7a)]||[],[_0x248d77]),this[_0x10283c(0xc5)][_0x10283c(0x7a)]['push'](_0x248d77);}[a6_0x203149(0xfb)](_0x1cca72){const _0x32fcf1=a6_0x203149;this[_0x32fcf1(0xc5)][_0x32fcf1(0x9f)]=Object[_0x32fcf1(0xe4)]([],this[_0x32fcf1(0xc5)][_0x32fcf1(0x9f)]||[],[_0x1cca72]),this[_0x32fcf1(0xc5)]['gherkinDocument'][_0x32fcf1(0x6e)](_0x1cca72);}[a6_0x203149(0xb0)](_0x2f99d2){const _0x4dc3e5=a6_0x203149;this[_0x4dc3e5(0xc5)][_0x4dc3e5(0x10e)]=_0x2f99d2;}[a6_0x203149(0x7c)](_0x29976b){const _0x5861a8=a6_0x203149;this[_0x5861a8(0xc5)][_0x5861a8(0xb9)]=Object[_0x5861a8(0xe4)]([],this[_0x5861a8(0xc5)][_0x5861a8(0xb9)]||[],[_0x29976b]),this[_0x5861a8(0xc5)]['stepDefinition'][_0x5861a8(0x6e)](_0x29976b);}[a6_0x203149(0xc3)](_0x4cd441){const _0x42d849=a6_0x203149;this[_0x42d849(0xc5)]['testCases']=Object[_0x42d849(0xe4)]([],this[_0x42d849(0xc5)][_0x42d849(0xdc)]||[],[_0x4cd441]),this[_0x42d849(0xc5)]['testCases'][_0x42d849(0x6e)](_0x4cd441);}['logTestCaseFinished'](_0x5635b4){const _0x397787=a6_0x203149,_0x4771fb={'pHond':function(_0x28e533,_0x27228c){return _0x28e533!==_0x27228c;},'CLNDX':_0x397787(0xc2),'DzBrd':function(_0x5aba25,_0x1891db){return _0x5aba25+_0x1891db;},'VOkbu':function(_0x434339,_0x5a6c00){return _0x434339+_0x5a6c00;},'AXARL':function(_0x2159f8,_0x434bad){return _0x2159f8+_0x434bad;},'Xtkxq':function(_0x2ec305,_0xb549f){return _0x2ec305+_0xb549f;},'ryJou':_0x397787(0x8d),'VuxiD':_0x397787(0x7d),'zKCVE':function(_0x11279a,_0x3fc2a6){return _0x11279a===_0x3fc2a6;},'cSxxb':_0x397787(0x92),'JCgPd':function(_0xa8887c,_0x5a48f9,_0x130d0b){return _0xa8887c(_0x5a48f9,_0x130d0b);},'kPBPC':_0x397787(0xe5),'gROEX':_0x397787(0xe6),'ruXgi':function(_0xf37d4c,_0x18e461){return _0xf37d4c!==_0x18e461;},'uPqjW':function(_0x59692b,_0x274772){return _0x59692b+_0x274772;},'QkBUj':function(_0x4842dc,_0x588a27){return _0x4842dc+_0x588a27;},'MWwVY':function(_0x272359,_0x2e928a){return _0x272359+_0x2e928a;}};_0x4771fb[_0x397787(0x89)](global[_0x397787(0x8b)],undefined)&&this[_0x397787(0xae)](_0x4771fb['Xtkxq'](_0x4771fb[_0x397787(0x8e)]('\x0a',global[_0x397787(0x8b)]),'\x0a'));const _0x4810ec=this[_0x397787(0x10f)][_0x397787(0xd1)](_0x5635b4[_0x397787(0xde)]);this['log'](_0x4771fb[_0x397787(0x8e)](_0x4771fb[_0x397787(0x83)](_0x4771fb['VOkbu'](_0x4771fb[_0x397787(0xb2)]('\x20\x20',_0x4810ec[_0x397787(0x9f)][_0x397787(0xa0)][_0x397787(0xe3)]),_0x4771fb[_0x397787(0x9e)]),_0x4810ec[_0x397787(0x7a)][_0x397787(0xe3)]),'\x0a'));const _0x4a3285={};_0x4a3285['cwd']=this[_0x397787(0x86)],_0x4a3285[_0x397787(0xff)]=this[_0x397787(0xff)],_0x4a3285['supportCodeLibrary']=this[_0x397787(0x110)],_0x4a3285['testCaseAttempt']=_0x4810ec;const _0x112bc0=formatterHelpers[_0x397787(0xee)](_0x4a3285);let _0x108d08=![];_0x112bc0['testSteps'][_0x397787(0xfd)](_0x1420b2=>{const _0x255075=_0x397787;if(_0x4771fb[_0x255075(0xf8)](_0x1420b2['name'],_0x4771fb[_0x255075(0xeb)])&&!this[_0x255075(0xe1)](_0x1420b2)){totalTests+=0x1,this[_0x255075(0xae)](_0x4771fb[_0x255075(0xc7)](_0x4771fb['VOkbu'](_0x4771fb['AXARL'](_0x4771fb['AXARL'](_0x4771fb[_0x255075(0xf6)](_0x4771fb['ryJou'],_0x1420b2[_0x255075(0xe8)]),_0x1420b2[_0x255075(0x7e)]||''),_0x4771fb[_0x255075(0x9e)]),Status[_0x1420b2[_0x255075(0xe5)]['status']]),'\x0a')),this[_0x255075(0xfa)](Status[_0x1420b2['result'][_0x255075(0xe0)]]);if(_0x4771fb[_0x255075(0x10c)](Status[_0x1420b2[_0x255075(0xe5)][_0x255075(0xe0)]],_0x4771fb['cSxxb'])){_0x108d08=!![];const _0x1e5a93=_0x4771fb[_0x255075(0xb5)](nestedKeyValue,_0x1420b2,[_0x4771fb[_0x255075(0xa3)],_0x4771fb[_0x255075(0xa7)]]);_0x1e5a93&&(testsErrorMessage[_0x4771fb[_0x255075(0xf6)](_0x4771fb[_0x255075(0xf6)](_0x4810ec[_0x255075(0x9f)][_0x255075(0xa0)][_0x255075(0xe3)],_0x4771fb[_0x255075(0x9e)]),_0x4810ec[_0x255075(0x7a)][_0x255075(0xe3)])]=_0x1e5a93,this['log'](_0x4771fb[_0x255075(0xf6)](_0x1e5a93,'\x0a')));}}}),_0x108d08&&(testSuitesFailed+=0x1),this[_0x397787(0xae)]('\x0a');}['logTestRunFinished'](_0x2a9705){}[a6_0x203149(0xe1)](_0x284202){const _0x45ca3d=a6_0x203149,_0x127e3b={};_0x127e3b[_0x45ca3d(0xe2)]=function(_0x9772fe,_0x1d5555){return _0x9772fe!==_0x1d5555;},_0x127e3b[_0x45ca3d(0xd7)]=_0x45ca3d(0xad);const _0x407281=_0x127e3b;if(_0x407281[_0x45ca3d(0xe2)](_0x284202['sourceLocation'],undefined))return![];if(_0x284202[_0x45ca3d(0x82)]&&_0x284202[_0x45ca3d(0x82)][_0x45ca3d(0x9d)][_0x45ca3d(0x108)](_0x407281[_0x45ca3d(0xd7)]))return!![];return![];}[a6_0x203149(0xfa)](_0x202225){const _0x388e6c=a6_0x203149,_0x126823={};_0x126823[_0x388e6c(0xf9)]=_0x388e6c(0x92),_0x126823[_0x388e6c(0x96)]=_0x388e6c(0xda),_0x126823[_0x388e6c(0xfe)]=_0x388e6c(0xd6),_0x126823[_0x388e6c(0x87)]=_0x388e6c(0xb1),_0x126823['hYQXw']='UNDEFINED',_0x126823[_0x388e6c(0xb8)]='UNKNOWN',_0x126823['JZZNy']=_0x388e6c(0xcc);const _0x3c2476=_0x126823;switch(_0x202225){case _0x3c2476[_0x388e6c(0xf9)]:testsFailed+=0x1;break;case _0x3c2476[_0x388e6c(0x96)]:testsPassed+=0x1;break;case _0x3c2476[_0x388e6c(0xfe)]:testsSkipped+=0x1;break;case _0x3c2476[_0x388e6c(0x87)]:testsPending+=0x1;break;case _0x3c2476[_0x388e6c(0x95)]:testsUndefined+=0x1;break;case _0x3c2476['iOjfR']:testsUnknown+=0x1;break;case _0x3c2476[_0x388e6c(0xf3)]:testsAmbiguous+=0x1;break;default:break;}}['onTestRunStarted'](_0x6ae3a2){const _0x1098c5=a6_0x203149,_0x889277={'IDBpb':function(_0x4a48de,_0x1bdd00){return _0x4a48de!==_0x1bdd00;},'ObOhl':function(_0x53e530,_0x4ea8c2){return _0x53e530(_0x4ea8c2);},'YtMRN':function(_0x38eea5,_0x18d8da){return _0x38eea5+_0x18d8da;},'swTNn':function(_0x4b5170){return _0x4b5170();}};let _0x12abd9;if(_0x889277[_0x1098c5(0x103)](process[_0x1098c5(0xdf)][_0x1098c5(0xf5)],undefined)){const _0x2f4f7e=JSON[_0x1098c5(0x74)](process['env']['CONFIG']);_0x12abd9=_0x2f4f7e[_0x1098c5(0x7b)];}_0x889277[_0x1098c5(0x103)](_0x12abd9,undefined)&&(global[_0x1098c5(0x8b)]=_0x889277['ObOhl'](getPlatformName,_0x12abd9),this[_0x1098c5(0xae)](_0x889277[_0x1098c5(0xc0)](_0x1098c5(0x76)+global[_0x1098c5(0x8b)],'\x0a'))),_0x889277['swTNn'](shouldProcessEventForTesthub)&&(TestDetails[_0x1098c5(0x9c)](),this[_0x1098c5(0xc5)]['testRunStarted']=_0x6ae3a2);}[a6_0x203149(0x72)](_0x522511){const _0x2ec3b6=a6_0x203149;this[_0x2ec3b6(0xc5)][_0x2ec3b6(0x80)]=_0x522511,this[_0x2ec3b6(0xba)](_0x522511);}async[a6_0x203149(0xf1)](_0x1c3a32,_0x2f926e,_0x10f6de){const _0x4a1f6d=a6_0x203149,_0x494234={'JWkBZ':function(_0x133634,_0x4ce8d4){return _0x133634(_0x4ce8d4);},'mcCCN':'TestRunStarted','qQtjv':function(_0x56bd4e,_0x5355be){return _0x56bd4e&&_0x5355be;}};testSuites+=0x1;if(_0x494234[_0x4a1f6d(0x8f)](shouldProcessEventForTesthub,_0x494234['mcCCN']))try{this['report'][_0x4a1f6d(0x6f)]=this['report'][_0x4a1f6d(0x6f)]||{},this[_0x4a1f6d(0xc5)][_0x4a1f6d(0x6f)][_0x1c3a32['id']]=_0x1c3a32;const _0x44d2d1=TestDetails[_0x4a1f6d(0xdd)](_0x1c3a32['id']);_testCasesData[_0x1c3a32['id']]=Object[_0x4a1f6d(0xe4)]({},_0x10f6de);const _0x322f67=this[_0x4a1f6d(0xc5)],_0x105d27=_0x1c3a32[_0x4a1f6d(0xe7)],_0xcfe6aa=_0x322f67[_0x4a1f6d(0xdc)]['find'](_0x53c76a=>_0x53c76a['id']===_0x105d27)[_0x4a1f6d(0x75)],_0x188dc7=_0x322f67[_0x4a1f6d(0x7a)][_0x4a1f6d(0xdb)](_0x2cc53b=>_0x2cc53b['id']===_0xcfe6aa),_0x1e5e30=_0x322f67[_0x4a1f6d(0x9f)][_0x4a1f6d(0xdb)](_0x38a1ef=>_0x38a1ef[_0x4a1f6d(0x9d)]===_0x188dc7['uri']),_0x5b2107=_0x1e5e30[_0x4a1f6d(0xa0)],_0x1dde35={'uuid':_0x44d2d1,'startedAt':new Date()[_0x4a1f6d(0xd9)]()};if(_0x188dc7){const _0x336a67={};_0x336a67[_0x4a1f6d(0xe3)]=_0x188dc7[_0x4a1f6d(0xe3)],_0x1dde35[_0x4a1f6d(0xab)]=_0x336a67;}if(_0x494234['qQtjv'](_0x1e5e30,_0x5b2107)){const _0x44b9c0={};_0x44b9c0[_0x4a1f6d(0xc8)]=_0x1e5e30[_0x4a1f6d(0x9d)],_0x44b9c0[_0x4a1f6d(0xe3)]=_0x5b2107['name'],_0x44b9c0[_0x4a1f6d(0xf2)]=_0x5b2107[_0x4a1f6d(0xf2)],_0x1dde35[_0x4a1f6d(0xa0)]=_0x44b9c0;}_tests[_0x105d27]=_0x1dde35,await testObservabilityReporter['sendTestRunEventForCucumber'](_0x10f6de,_0x1e5e30,_0x188dc7,_0x494234['mcCCN'],_0x1dde35);}catch(_0x2b42f1){logger[_0x4a1f6d(0xbf)](_0x4a1f6d(0x102)+util[_0x4a1f6d(0x98)](_0x2b42f1)+'\x20');}}async[a6_0x203149(0xcf)](_0x2be09d,_0x14f292,_0x4df862){const _0x4e175b=a6_0x203149,_0x1651d6={'ZQoFj':function(_0x885243,_0x44be92){return _0x885243(_0x44be92);},'RNotE':_0x4e175b(0xbd)};this['logTestCaseFinished'](_0x2be09d);if(_0x1651d6[_0x4e175b(0xd0)](shouldProcessEventForTesthub,_0x1651d6['RNotE']))try{this[_0x4e175b(0xc5)][_0x4e175b(0x107)]=this[_0x4e175b(0xc5)][_0x4e175b(0x107)]||{},this[_0x4e175b(0xc5)]['testCaseFinished'][_0x2be09d[_0x4e175b(0xde)]]=_0x2be09d,_testCasesData[_0x4df862['id']]=Object['assign']({},_0x4df862);const _0x35fb4a=_0x2be09d[_0x4e175b(0xde)],_0x4aad0c=_0x14f292['eventDataCollector'][_0x4e175b(0xc9)][_0x35fb4a][_0x4e175b(0xe7)],_0x4de2dc=_0x14f292[_0x4e175b(0x10f)][_0x4e175b(0x109)][_0x4aad0c],_0x43145c=_0x4de2dc[_0x4e175b(0x75)],_0x138edc=_0x14f292[_0x4e175b(0x10f)][_0x4e175b(0x100)][_0x43145c],_0x3a4c37=this[_0x4e175b(0xac)](_0x14f292,_0x138edc),_0x558f91=_tests[_0x4aad0c];_0x558f91&&(delete _tests[_0x4aad0c],_0x558f91[_0x4e175b(0xa8)]=new Date()[_0x4e175b(0xd9)]()),await testObservabilityReporter['sendTestRunEventForCucumber'](_0x4df862,_0x3a4c37,_0x138edc,_0x1651d6[_0x4e175b(0x77)],_0x558f91);}catch(_0x49073d){logger[_0x4e175b(0xbf)]('Exception\x20in\x20sending\x20onTestCaseFinished\x20event:\x20\x20'+util[_0x4e175b(0x98)](_0x49073d));}}async['onTestStepStarted'](_0x2f98ad,_0x20249a){const _0x245f44=a6_0x203149,_0x2b6034={'Baujs':function(_0x4da9a5,_0x546cb5){return _0x4da9a5(_0x546cb5);},'BpABD':_0x245f44(0xb6),'eMsXx':function(_0x1584a8,_0x379e11){return _0x1584a8!==_0x379e11;},'ekumS':_0x245f44(0x6c)};if(_0x2b6034['Baujs'](shouldProcessEventForTesthub,_0x2b6034[_0x245f44(0xa1)]))try{this[_0x245f44(0xc5)][_0x245f44(0xbb)]=this[_0x245f44(0xc5)][_0x245f44(0xbb)]||{},this[_0x245f44(0xc5)]['testStepStarted'][_0x2f98ad[_0x245f44(0xde)]]=_0x2f98ad;const _0x50632d=_0x2f98ad[_0x245f44(0xde)],_0x22f6c2=_0x20249a[_0x245f44(0x10f)]['testCaseAttemptDataMap'][_0x50632d]['testCaseId'],_0x10e06d=this[_0x245f44(0xc5)][_0x245f44(0xdc)]['find'](_0xddfb56=>_0xddfb56['id']===_0x22f6c2)['pickleId'],_0x3251d2=this[_0x245f44(0xc5)][_0x245f44(0x7a)][_0x245f44(0xdb)](_0x73ce6f=>_0x73ce6f['id']===_0x10e06d),_0x5e59f6=this[_0x245f44(0xc5)][_0x245f44(0xdc)][_0x245f44(0xdb)](_0x27ebb2=>_0x27ebb2['id']===_0x22f6c2)[_0x245f44(0x6b)],_0x5780a3=this[_0x245f44(0xc5)][_0x245f44(0xbb)][_0x50632d][_0x245f44(0x6c)],_0x472353=_0x5e59f6[_0x245f44(0xdb)](_0x52c5f5=>_0x52c5f5['id']===_0x5780a3)[_0x245f44(0x79)],_0x3974a1=_0x3251d2[_0x245f44(0x73)][_0x245f44(0xdb)](_0x5b57e2=>_0x5b57e2['id']===_0x472353);if(_0x472353&&_tests[_0x22f6c2]&&_0x2b6034[_0x245f44(0x88)](_tests[_0x22f6c2][_0x2b6034[_0x245f44(0x99)]],_0x5780a3)){_tests[_0x22f6c2][_0x2b6034[_0x245f44(0x99)]]=_0x5780a3;const _0x439325={};_0x439325['steps']=[];const _0xca7610=_tests[_0x22f6c2]||_0x439325;_0xca7610&&!_0xca7610[_0x245f44(0x73)]&&(_0xca7610[_0x245f44(0x73)]=[]),_0xca7610['steps']['push']({'id':_0x3974a1['id'],'text':_0x3974a1['text'],'started_at':new Date()[_0x245f44(0xd9)]()}),_tests[_0x22f6c2]=_0xca7610;}await testObservabilityReporter[_0x245f44(0x71)](this['report'],_0x50632d,_0x2b6034[_0x245f44(0xa1)],_0x5e59f6,_0x5780a3,_tests[_0x22f6c2]);}catch(_0x37640e){logger[_0x245f44(0xbf)](_0x245f44(0xa5)+util[_0x245f44(0x98)](_0x37640e));}}async[a6_0x203149(0x9b)](_0x1a09e6,_0x10189e){const _0x383d83=a6_0x203149,_0x4ac4c6={'Ksxlw':function(_0x43ed87,_0x4d9883){return _0x43ed87===_0x4d9883;},'HLJxy':'1|2|3|4|0','zydJr':function(_0x48aae7,_0x106e32){return _0x48aae7(_0x106e32);},'tyasF':'HookRunFinished','jRtoE':'failed','mmfUx':_0x383d83(0xfc),'bvtBW':_0x383d83(0x6c)};this['report']['testStepFinished']=this[_0x383d83(0xc5)][_0x383d83(0x84)]||{},this[_0x383d83(0xc5)][_0x383d83(0x84)][_0x1a09e6[_0x383d83(0xde)]]=_0x1a09e6;if(_0x4ac4c6[_0x383d83(0x10a)](shouldProcessEventForTesthub,_0x4ac4c6['tyasF']))try{const _0x284597=_0x1a09e6[_0x383d83(0xde)],_0x55337f=_0x10189e['eventDataCollector'][_0x383d83(0xc9)][_0x284597][_0x383d83(0xe7)],_0xa2345d=_0x10189e['eventDataCollector'][_0x383d83(0x109)][_0x55337f],_0x50745f=_0xa2345d[_0x383d83(0x75)],_0x56c511=_0x10189e['eventDataCollector'][_0x383d83(0x100)][_0x50745f],_0x16408e=_0x1a09e6['testStepId'],_0x3a1761=_0xa2345d[_0x383d83(0x6b)],_0x46d9af=this[_0x383d83(0x10f)][_0x383d83(0xd1)](_0x284597),_0x4ec473=_0x3a1761[_0x383d83(0xdb)](_0x2eef3f=>_0x2eef3f['id']===_0x16408e)[_0x383d83(0x79)];let _0x4a95b4,_0x355c00;_0x1a09e6[_0x383d83(0xa4)]&&_0x4ac4c6['Ksxlw'](_0x1a09e6[_0x383d83(0xa4)][_0x383d83(0xe0)]['toString']()[_0x383d83(0xcd)](),_0x4ac4c6[_0x383d83(0x94)])&&(_0x4a95b4=_0x4ac4c6[_0x383d83(0x90)](_0x1a09e6['testStepResult'][_0x383d83(0x78)],undefined)?_0x1a09e6[_0x383d83(0xa4)]['message']:_0x1a09e6['testStepResult']['exception'][_0x383d83(0xe6)],_0x355c00=_0x4ac4c6[_0x383d83(0x90)](_0x1a09e6[_0x383d83(0xa4)][_0x383d83(0x78)],undefined)?_0x4ac4c6['mmfUx']:_0x1a09e6[_0x383d83(0xa4)][_0x383d83(0xe6)]);await testObservabilityReporter['sendHook'](this[_0x383d83(0xc5)],_0x284597,_0x4ac4c6[_0x383d83(0x105)],_0x3a1761,_0x16408e,_tests[_0x55337f]);if(_0x4ec473&&_tests[_0x55337f][_0x4ac4c6[_0x383d83(0x97)]]){const _0x3734b6=_0x56c511[_0x383d83(0x73)][_0x383d83(0xdb)](_0x3c5ddc=>_0x3c5ddc['id']===_0x4ec473),_0x2a5a65={};_0x2a5a65[_0x383d83(0x73)]=[];const _0x111c98=_tests[_0x55337f]||_0x2a5a65;!_0x111c98[_0x383d83(0x73)]?_0x111c98[_0x383d83(0x73)]=[{'id':_0x3734b6['id'],'text':_0x3734b6[_0x383d83(0x7e)],'finished_at':new Date()[_0x383d83(0xd9)](),'result':_0x1a09e6[_0x383d83(0xa4)][_0x383d83(0xe0)],'duration':_0x1a09e6[_0x383d83(0xa4)][_0x383d83(0xd8)][_0x383d83(0xc4)],'failure':_0x4a95b4,'failureType':_0x355c00}]:_0x111c98[_0x383d83(0x73)][_0x383d83(0xfd)](_0x302e01=>{const _0x333986=_0x383d83;if(_0x4ac4c6['Ksxlw'](_0x302e01['id'],_0x3734b6['id'])){const _0x2c30ee=_0x4ac4c6[_0x333986(0xce)]['split']('|');let _0x56cd4a=0x0;while(!![]){switch(_0x2c30ee[_0x56cd4a++]){case'0':_0x302e01['failureType']=_0x355c00;continue;case'1':_0x302e01[_0x333986(0x101)]=new Date()[_0x333986(0xd9)]();continue;case'2':_0x302e01['result']=_0x1a09e6['testStepResult'][_0x333986(0xe0)];continue;case'3':_0x302e01[_0x333986(0xd8)]=_0x1a09e6[_0x333986(0xa4)][_0x333986(0xd8)][_0x333986(0xc4)];continue;case'4':_0x302e01[_0x333986(0xc1)]=_0x4a95b4;continue;}break;}}}),_tests[_0x55337f]=_0x111c98,delete _tests[_0x55337f][_0x4ac4c6[_0x383d83(0x97)]];}}catch(_0x26d045){logger[_0x383d83(0xbf)](_0x383d83(0xf0)+util[_0x383d83(0x98)](_0x26d045));}}[a6_0x203149(0x8a)](_0x387a72){const _0x225b1f=a6_0x203149,_0x10f45a={};return _0x387a72[_0x225b1f(0xa0)]['children'][_0x225b1f(0xb7)](this[_0x225b1f(0x85)])[_0x225b1f(0x91)]()[_0x225b1f(0xfd)](_0x420eb3=>_0x420eb3[_0x225b1f(0x73)][_0x225b1f(0xfd)](_0x47fd6b=>_0x10f45a[_0x47fd6b['id']]=_0x47fd6b)),_0x10f45a;}[a6_0x203149(0x85)](_0x54e18e){const _0x46e8b9=a6_0x203149,_0x5334f9={'HOQVC':function(_0x2961d9,_0x241c59){return _0x2961d9(_0x241c59);},'NbdGh':function(_0x1ed4e4,_0xc877d3){return _0x1ed4e4(_0xc877d3);}};if(!_0x5334f9[_0x46e8b9(0xc6)](isUndefined,_0x54e18e[_0x46e8b9(0xbc)]))return[_0x54e18e[_0x46e8b9(0xbc)]];else{if(!_0x5334f9[_0x46e8b9(0x6d)](isUndefined,_0x54e18e['rule']))return _0x54e18e[_0x46e8b9(0xf4)][_0x46e8b9(0xb3)]['map'](_0x2feac7=>!isUndefined(_0x2feac7[_0x46e8b9(0xbc)])?_0x2feac7[_0x46e8b9(0xbc)]:_0x2feac7[_0x46e8b9(0xab)]);};return[_0x54e18e[_0x46e8b9(0xab)]];}[a6_0x203149(0xac)](_0x4f7239,_0xb44dfc){const _0x7cb0ea=a6_0x203149;return Object[_0x7cb0ea(0xf7)](_0x4f7239[_0x7cb0ea(0x10f)][_0x7cb0ea(0xa6)])[_0x7cb0ea(0xdb)](_0x3fed27=>_0x3fed27['uri']===_0xb44dfc[_0x7cb0ea(0x9d)]);}}module[a6_0x203149(0xbe)]=o11yClassErrorHandler(BrowserstackFormatter,[a6_0x203149(0xf1),a6_0x203149(0xcf),'onTestStepStarted',a6_0x203149(0x9b),a6_0x203149(0xb4),a6_0x203149(0x72),a6_0x203149(0x85),'getGherkinDocument','getGherkinStepMap']);
@@ -1 +1 @@
1
- function a7_0x3f59(){const _0x59d42d=['../../../helpers/helper','parse','vnoyL','LVgut','411447liFbGk','sjPtL','forEach','name','capability','510iNmTVU','1158256VCdRaj','SKIPPED','bmDNX','FAILED','18185330wgMAyY','steps','env','14jbmfQS','length','RjyEf','feature','UNKNOWN','379848RJWkMo','\x20\x20\x20\x20','undefined','actionLocation','flUbB','eventBroadcaster','logTestCaseFinished','\x20\x20\x20\x20AFTER\x20-\x20','sourceLocation','IHaCt','result','UKXCd','gherkinDocument','MjEQk','cPdrG','Executing\x20tests\x20for\x20','__platform','WAwdb','uri','MPInU','stepResults','GviXS','pickle','test-run-started','KUsUd','log','status','test-run-finished','getTestCaseData','zkzZT','fzEsR','test-case-started','CiUTY','681693WonmBA','MkIFw','getTestCaseAttempt','hsxHt','ZfeYx','MPwHC','getStepLineToPickledStepMap','includes','test-case-finished','toUpperCase','MOBuS','45084raPpwL','6XRGSRF','BVkYd','Hdvdr','cucumber/lib/formatter/helpers/pickle_parser.js','test-step-started','line','cucumber','eventDataCollector','text','exports','cucumber-js/test_old.setup.js','1394459CajWFu','dZTud','9igHxes','cYAty','AMBIGUOUS','qUKFK','rQljb','CONFIG','PENDING'];a7_0x3f59=function(){return _0x59d42d;};return a7_0x3f59();}const a7_0xbbb13c=a7_0x129b;(function(_0x41f745,_0x14bf33){const _0x1200c4=a7_0x129b,_0x557afc=_0x41f745();while(!![]){try{const _0x1f8ef8=-parseInt(_0x1200c4(0x153))/0x1+-parseInt(_0x1200c4(0x15f))/0x2*(parseInt(_0x1200c4(0x177))/0x3)+-parseInt(_0x1200c4(0x189))/0x4+-parseInt(_0x1200c4(0x17c))/0x5*(-parseInt(_0x1200c4(0x15e))/0x6)+-parseInt(_0x1200c4(0x184))/0x7*(parseInt(_0x1200c4(0x17d))/0x8)+parseInt(_0x1200c4(0x16c))/0x9*(parseInt(_0x1200c4(0x181))/0xa)+-parseInt(_0x1200c4(0x16a))/0xb;if(_0x1f8ef8===_0x14bf33)break;else _0x557afc['push'](_0x557afc['shift']());}catch(_0x1f6821){_0x557afc['push'](_0x557afc['shift']());}}}(a7_0x3f59,0xef62e));const {requireModule,getPlatformName,nestedKeyValue}=require(a7_0xbbb13c(0x173)),{Formatter}=requireModule(a7_0xbbb13c(0x165)),pickleParser=requireModule(a7_0xbbb13c(0x162),a7_0xbbb13c(0x165));class BrowserstackFormatter extends Formatter{constructor(_0x2d684b){const _0x213dcc=a7_0xbbb13c,_0x32b782={'hsxHt':function(_0x52a849,_0x48b682){return _0x52a849!==_0x48b682;},'lGYwc':function(_0x300852,_0x1e41b3){return _0x300852(_0x1e41b3);},'CEtBO':_0x213dcc(0x149),'XnIAp':_0x213dcc(0x151),'PxMks':_0x213dcc(0x15b),'zRYgu':_0x213dcc(0x14d),'MjEQk':_0x213dcc(0x163)};super(_0x2d684b),_0x2d684b[_0x213dcc(0x137)]['on'](_0x32b782['CEtBO'],()=>{const _0x590b33=_0x213dcc;let _0x2e8f4f;if(_0x32b782[_0x590b33(0x156)](process[_0x590b33(0x183)][_0x590b33(0x171)],undefined)){const _0x343310=JSON[_0x590b33(0x174)](process['env'][_0x590b33(0x171)]);_0x2e8f4f=_0x343310[_0x590b33(0x17b)];}_0x32b782['hsxHt'](_0x2e8f4f,undefined)&&(global['__platform']=_0x32b782['lGYwc'](getPlatformName,_0x2e8f4f),console[_0x590b33(0x14b)](_0x590b33(0x141)+global[_0x590b33(0x142)]));}),_0x2d684b[_0x213dcc(0x137)]['on'](_0x32b782['XnIAp'],()=>{testSuites+=0x1;}),_0x2d684b[_0x213dcc(0x137)]['on'](_0x32b782['PxMks'],_0x2e1f85=>{const _0x1a50e2=_0x213dcc;this[_0x1a50e2(0x138)](_0x2e1f85);}),_0x2d684b[_0x213dcc(0x137)]['on'](_0x32b782['zRYgu'],()=>{totalTests-=0x2;}),_0x2d684b[_0x213dcc(0x137)]['on'](_0x32b782[_0x213dcc(0x13f)],()=>{totalTests+=0x1;});}[a7_0xbbb13c(0x138)](_0x89b37c){const _0x263d4a=a7_0xbbb13c,_0x56a61d={'UKXCd':_0x263d4a(0x180),'OWzac':'PASSED','MOBuS':_0x263d4a(0x17e),'KUsUd':_0x263d4a(0x172),'rQljb':'UNDEFINED','MkIFw':_0x263d4a(0x188),'CiUTY':_0x263d4a(0x16e),'vnoyL':function(_0x3371e7,_0x115c7e){return _0x3371e7+_0x115c7e;},'ZfeYx':_0x263d4a(0x133),'cYAty':'\x20-\x20','BVkYd':function(_0x2bfe9b,_0x4d0385){return _0x2bfe9b(_0x4d0385);},'IHaCt':_0x263d4a(0x169),'GviXS':_0x263d4a(0x139),'ualuW':'\x20\x20\x20\x20BEFORE\x20-\x20','gauRT':function(_0x297573,_0x358865){return _0x297573===_0x358865;},'zkzZT':function(_0x1d9152,_0x1a4ff9,_0xd9c3fc){return _0x1d9152(_0x1a4ff9,_0xd9c3fc);},'qUKFK':_0x263d4a(0x13c),'flUbB':'exception','cPdrG':'stack','bmDNX':function(_0x577366,_0x4ccacf){return _0x577366!==_0x4ccacf;},'fzEsR':function(_0xee41e9,_0x53cbe7){return _0xee41e9+_0x53cbe7;},'cVCtO':_0x263d4a(0x134),'MPwHC':function(_0x1324c0,_0x219c3a){return _0x1324c0+_0x219c3a;},'MPInU':function(_0x327bb7,_0x15e29b){return _0x327bb7+_0x15e29b;},'RjyEf':function(_0x3581fc,_0xacdb0d){return _0x3581fc<_0xacdb0d;},'dZTud':function(_0xd9a8a3,_0x34cc9b){return _0xd9a8a3+_0x34cc9b;},'LVgut':function(_0x221513,_0x105781){return _0x221513(_0x105781);},'Hdvdr':function(_0x12c65e,_0x333e59){return _0x12c65e===_0x333e59;},'sjPtL':function(_0x58d14f,_0x406b13){return _0x58d14f+_0x406b13;},'WAwdb':function(_0x3f9089,_0x2fccdb){return _0x3f9089+_0x2fccdb;}};let _0xa66f9b=![];function _0x5d426e(_0x19b48f){const _0x2ed7be=_0x263d4a;switch(_0x19b48f){case _0x56a61d[_0x2ed7be(0x13d)]:testsFailed+=0x1;break;case _0x56a61d['OWzac']:testsPassed+=0x1;break;case _0x56a61d[_0x2ed7be(0x15d)]:testsSkipped+=0x1;break;case _0x56a61d[_0x2ed7be(0x14a)]:testsPending+=0x1;break;case _0x56a61d[_0x2ed7be(0x170)]:testsUndefined+=0x1;break;case _0x56a61d[_0x2ed7be(0x154)]:testsUnknown+=0x1;break;case _0x56a61d[_0x2ed7be(0x152)]:testsAmbiguous+=0x1;break;default:break;}}_0x56a61d['bmDNX'](global[_0x263d4a(0x142)],undefined)&&console['log'](_0x56a61d[_0x263d4a(0x150)](_0x56a61d['vnoyL']('\x0a',global[_0x263d4a(0x142)]),'\x0a'));let _0x1321ad=![];if(_0x56a61d[_0x263d4a(0x17f)](typeof this[_0x263d4a(0x166)][_0x263d4a(0x14e)],_0x56a61d['cVCtO'])){var _0x419378=this[_0x263d4a(0x166)][_0x263d4a(0x14e)](_0x89b37c[_0x263d4a(0x13a)]),_0x32679d=_0x419378[_0x263d4a(0x148)],_0x2bb392=_0x419378['testCase'];console[_0x263d4a(0x14b)](_0x56a61d[_0x263d4a(0x150)]('\x20\x20',_0x32679d[_0x263d4a(0x17a)]));var _0x1774cc=(0x0,pickleParser[_0x263d4a(0x159)])(_0x32679d);_0x2bb392['steps'][_0x263d4a(0x179)](function(_0xdf6565){const _0x5bf6cc=_0x263d4a;if(_0xdf6565[_0x5bf6cc(0x135)]&&_0xdf6565[_0x5bf6cc(0x13a)])_0xa66f9b=!![],console[_0x5bf6cc(0x14b)](_0x56a61d[_0x5bf6cc(0x175)](_0x56a61d[_0x5bf6cc(0x175)](_0x56a61d[_0x5bf6cc(0x175)](_0x56a61d[_0x5bf6cc(0x157)],_0x1774cc[_0xdf6565[_0x5bf6cc(0x13a)][_0x5bf6cc(0x164)]][_0x5bf6cc(0x167)]),_0x56a61d[_0x5bf6cc(0x16d)]),_0xdf6565[_0x5bf6cc(0x13c)][_0x5bf6cc(0x14c)][_0x5bf6cc(0x15c)]())),_0x56a61d[_0x5bf6cc(0x160)](_0x5d426e,_0xdf6565[_0x5bf6cc(0x13c)]['status'][_0x5bf6cc(0x15c)]());else _0xdf6565[_0x5bf6cc(0x135)]&&(!_0xdf6565[_0x5bf6cc(0x135)][_0x5bf6cc(0x144)][_0x5bf6cc(0x15a)](_0x56a61d[_0x5bf6cc(0x13b)])&&(_0x56a61d['BVkYd'](_0x5d426e,_0xdf6565['result']['status'][_0x5bf6cc(0x15c)]()),_0xa66f9b?console['log'](_0x56a61d[_0x5bf6cc(0x175)](_0x56a61d[_0x5bf6cc(0x147)],_0xdf6565[_0x5bf6cc(0x13c)][_0x5bf6cc(0x14c)][_0x5bf6cc(0x15c)]())):console[_0x5bf6cc(0x14b)](_0x56a61d[_0x5bf6cc(0x175)](_0x56a61d['ualuW'],_0xdf6565[_0x5bf6cc(0x13c)][_0x5bf6cc(0x14c)][_0x5bf6cc(0x15c)]()))));if(_0x56a61d['gauRT'](_0xdf6565[_0x5bf6cc(0x13c)][_0x5bf6cc(0x14c)]['toUpperCase'](),_0x56a61d[_0x5bf6cc(0x13d)])){const _0x310022=_0x56a61d[_0x5bf6cc(0x14f)](nestedKeyValue,_0xdf6565,[_0x56a61d[_0x5bf6cc(0x16f)],_0x56a61d[_0x5bf6cc(0x136)],_0x56a61d[_0x5bf6cc(0x140)]]);_0x310022&&(testsErrorMessage[_0x32679d[_0x5bf6cc(0x17a)]]=_0x310022,console[_0x5bf6cc(0x14b)](_0x56a61d[_0x5bf6cc(0x175)](_0x310022,'\x0a'))),_0x1321ad=!![];}});}else{const _0x4a6667=this[_0x263d4a(0x166)][_0x263d4a(0x155)](_0x89b37c);console['log'](_0x56a61d[_0x263d4a(0x175)](_0x56a61d[_0x263d4a(0x158)](_0x56a61d[_0x263d4a(0x145)]('\x20\x20',_0x4a6667['gherkinDocument'][_0x263d4a(0x187)][_0x263d4a(0x17a)]),_0x56a61d[_0x263d4a(0x16d)]),_0x4a6667[_0x263d4a(0x148)]['name']));const _0x16f3aa=(0x0,pickleParser[_0x263d4a(0x159)])(_0x4a6667[_0x263d4a(0x148)]),_0x29495d=_0x4a6667['testCase'][_0x263d4a(0x182)],_0x1249f2=_0x4a6667[_0x263d4a(0x146)],_0x5ef59c=_0x29495d[_0x263d4a(0x185)];for(let _0x1b22f0=0x0;_0x56a61d[_0x263d4a(0x186)](_0x1b22f0,_0x5ef59c);_0x1b22f0++){const _0x25d0a0=_0x29495d[_0x1b22f0];if(_0x25d0a0[_0x263d4a(0x135)]&&_0x25d0a0[_0x263d4a(0x13a)])_0xa66f9b=!![],console['log'](_0x56a61d[_0x263d4a(0x145)](_0x56a61d['fzEsR'](_0x56a61d[_0x263d4a(0x16b)](_0x56a61d[_0x263d4a(0x157)],_0x16f3aa[_0x25d0a0[_0x263d4a(0x13a)]['line']]['text']),_0x56a61d['cYAty']),_0x1249f2[_0x1b22f0][_0x263d4a(0x14c)][_0x263d4a(0x15c)]())),_0x56a61d[_0x263d4a(0x176)](_0x5d426e,_0x1249f2[_0x1b22f0][_0x263d4a(0x14c)][_0x263d4a(0x15c)]());else _0x25d0a0[_0x263d4a(0x135)]&&(!_0x25d0a0[_0x263d4a(0x135)][_0x263d4a(0x144)][_0x263d4a(0x15a)](_0x56a61d['IHaCt'])&&(_0x56a61d[_0x263d4a(0x176)](_0x5d426e,_0x1249f2[_0x1b22f0][_0x263d4a(0x14c)]['toUpperCase']()),_0xa66f9b?console[_0x263d4a(0x14b)](_0x56a61d['fzEsR'](_0x56a61d[_0x263d4a(0x147)],_0x1249f2[_0x1b22f0]['status'][_0x263d4a(0x15c)]())):console['log'](_0x56a61d[_0x263d4a(0x158)](_0x56a61d['ualuW'],_0x1249f2[_0x1b22f0][_0x263d4a(0x14c)]['toUpperCase']()))));if(_0x56a61d[_0x263d4a(0x161)](_0x1249f2[_0x1b22f0][_0x263d4a(0x14c)][_0x263d4a(0x15c)](),_0x56a61d['UKXCd'])){_0x1321ad=!![];const _0x2082c2=_0x56a61d[_0x263d4a(0x14f)](nestedKeyValue,_0x1249f2[_0x1b22f0],[_0x56a61d[_0x263d4a(0x136)],_0x56a61d[_0x263d4a(0x140)]]);_0x2082c2&&(testsErrorMessage[_0x56a61d[_0x263d4a(0x175)](_0x56a61d[_0x263d4a(0x178)](_0x4a6667[_0x263d4a(0x13e)][_0x263d4a(0x187)][_0x263d4a(0x17a)],_0x56a61d[_0x263d4a(0x16d)]),_0x4a6667[_0x263d4a(0x148)]['name'])]=_0x2082c2,console['log'](_0x56a61d[_0x263d4a(0x143)](_0x2082c2,'\x0a')));}}}_0x1321ad&&(testSuitesFailed+=0x1),console[_0x263d4a(0x14b)]('\x0a');}}function a7_0x129b(_0x4def0c,_0x1878ab){const _0x3f594e=a7_0x3f59();return a7_0x129b=function(_0x129b73,_0x199e7b){_0x129b73=_0x129b73-0x133;let _0x2219c0=_0x3f594e[_0x129b73];return _0x2219c0;},a7_0x129b(_0x4def0c,_0x1878ab);}module[a7_0xbbb13c(0x168)]=BrowserstackFormatter;
1
+ const a7_0xbce9cf=a7_0x4923;(function(_0x49989d,_0x145021){const _0x144c9f=a7_0x4923,_0x9c391=_0x49989d();while(!![]){try{const _0x4a4d05=parseInt(_0x144c9f(0x12a))/0x1+-parseInt(_0x144c9f(0x11c))/0x2*(-parseInt(_0x144c9f(0x145))/0x3)+-parseInt(_0x144c9f(0x13b))/0x4+-parseInt(_0x144c9f(0x108))/0x5*(parseInt(_0x144c9f(0x154))/0x6)+parseInt(_0x144c9f(0x10e))/0x7*(-parseInt(_0x144c9f(0x117))/0x8)+parseInt(_0x144c9f(0x140))/0x9*(parseInt(_0x144c9f(0x109))/0xa)+parseInt(_0x144c9f(0x125))/0xb;if(_0x4a4d05===_0x145021)break;else _0x9c391['push'](_0x9c391['shift']());}catch(_0x1fcbb8){_0x9c391['push'](_0x9c391['shift']());}}}(a7_0x606a,0x63d4c));const {requireModule,getPlatformName,nestedKeyValue}=require(a7_0xbce9cf(0x11f)),{Formatter}=requireModule(a7_0xbce9cf(0x13e)),pickleParser=requireModule(a7_0xbce9cf(0x107),a7_0xbce9cf(0x13e));class BrowserstackFormatter extends Formatter{constructor(_0xd8cf26){const _0xe5c611=a7_0xbce9cf,_0x189522={'yaNjP':function(_0x31439b,_0x1ca78d){return _0x31439b!==_0x1ca78d;},'SVOKo':function(_0x464a06,_0xcf8b89){return _0x464a06!==_0xcf8b89;},'DGHNL':function(_0x2982ba,_0x35b34a){return _0x2982ba(_0x35b34a);},'mvAJT':_0xe5c611(0x123),'oXXYU':_0xe5c611(0x119),'srSGO':_0xe5c611(0x11a),'NKeEB':_0xe5c611(0x137),'zWKpR':_0xe5c611(0x11e)};super(_0xd8cf26),_0xd8cf26[_0xe5c611(0x144)]['on'](_0x189522[_0xe5c611(0x157)],()=>{const _0x31dec0=_0xe5c611;let _0x195fd1;if(_0x189522[_0x31dec0(0x124)](process[_0x31dec0(0x14f)][_0x31dec0(0xfd)],undefined)){const _0x52269a=JSON[_0x31dec0(0x142)](process[_0x31dec0(0x14f)][_0x31dec0(0xfd)]);_0x195fd1=_0x52269a['capability'];}_0x189522[_0x31dec0(0x100)](_0x195fd1,undefined)&&(global[_0x31dec0(0x151)]=_0x189522['DGHNL'](getPlatformName,_0x195fd1),console['log'](_0x31dec0(0x112)+global['__platform']));}),_0xd8cf26['eventBroadcaster']['on'](_0x189522[_0xe5c611(0x146)],()=>{testSuites+=0x1;}),_0xd8cf26[_0xe5c611(0x144)]['on'](_0x189522[_0xe5c611(0x155)],_0x456944=>{const _0x17dd43=_0xe5c611;this[_0x17dd43(0x133)](_0x456944);}),_0xd8cf26[_0xe5c611(0x144)]['on'](_0x189522[_0xe5c611(0x156)],()=>{totalTests-=0x2;}),_0xd8cf26[_0xe5c611(0x144)]['on'](_0x189522[_0xe5c611(0x12e)],()=>{totalTests+=0x1;});}[a7_0xbce9cf(0x133)](_0x3a2c15){const _0x590e39=a7_0xbce9cf,_0x17ab6f={'HFuPX':_0x590e39(0x14b),'ItwSr':_0x590e39(0x110),'xkVVB':_0x590e39(0x122),'BMhNY':'PENDING','cWzza':'UNDEFINED','mHPDn':_0x590e39(0x138),'xnbmH':_0x590e39(0x139),'jxRaQ':function(_0x4322c9,_0x42bf22){return _0x4322c9+_0x42bf22;},'qiQpy':function(_0x5d1b5c,_0x2119e9){return _0x5d1b5c+_0x2119e9;},'Epuqy':'\x20\x20\x20\x20','FxqWe':_0x590e39(0x10f),'FCtBL':function(_0x247ae0,_0x10e969){return _0x247ae0(_0x10e969);},'DjFBP':_0x590e39(0x113),'EXiAt':function(_0x518849,_0x4a56c5){return _0x518849(_0x4a56c5);},'jCOIQ':function(_0x165177,_0x2a9867){return _0x165177+_0x2a9867;},'CoKnn':_0x590e39(0x13d),'sIKpJ':function(_0x69cb73,_0x1f1639){return _0x69cb73+_0x1f1639;},'KzQnG':'\x20\x20\x20\x20BEFORE\x20-\x20','rIrwb':function(_0x5de63c,_0x24babc){return _0x5de63c===_0x24babc;},'ymwoI':function(_0x5ac994,_0x18fadf,_0x30ce03){return _0x5ac994(_0x18fadf,_0x30ce03);},'uTxKW':_0x590e39(0x10a),'UMFVm':_0x590e39(0x149),'zURSt':'stack','ntTOI':function(_0x269146,_0x127b8b){return _0x269146!==_0x127b8b;},'uanjI':function(_0x29a487,_0x390c12){return _0x29a487!==_0x390c12;},'fhCGH':_0x590e39(0x13c),'CJxut':function(_0x2d6db2,_0x557b79){return _0x2d6db2+_0x557b79;},'bsvHH':function(_0x247225,_0xaf56a9){return _0x247225+_0xaf56a9;},'WKxse':function(_0x28b581,_0x2b2094){return _0x28b581+_0x2b2094;},'zehtw':function(_0x4d37d2,_0x4897bb){return _0x4d37d2+_0x4897bb;},'ciLiR':function(_0x27c6a4,_0x6a30cb){return _0x27c6a4<_0x6a30cb;},'csKgc':function(_0x458880,_0x7256e4){return _0x458880+_0x7256e4;},'efcxf':function(_0x470c48,_0x8cb057){return _0x470c48+_0x8cb057;},'fplBV':function(_0x67d1ae,_0x3cb8ed){return _0x67d1ae(_0x3cb8ed);},'oQbTP':function(_0x2cb7fe,_0x5af02c){return _0x2cb7fe===_0x5af02c;},'MDFXG':function(_0x37b3dc,_0x257fd0,_0x1099dc){return _0x37b3dc(_0x257fd0,_0x1099dc);},'zYpYx':function(_0x15164a,_0x526356){return _0x15164a+_0x526356;},'FKrzU':function(_0xedaceb,_0x18c024){return _0xedaceb+_0x18c024;}};let _0x56c1b8=![];function _0x3c1e79(_0x172fa7){const _0x2ae02e=_0x590e39;switch(_0x172fa7){case _0x17ab6f['HFuPX']:testsFailed+=0x1;break;case _0x17ab6f[_0x2ae02e(0x150)]:testsPassed+=0x1;break;case _0x17ab6f[_0x2ae02e(0x111)]:testsSkipped+=0x1;break;case _0x17ab6f['BMhNY']:testsPending+=0x1;break;case _0x17ab6f[_0x2ae02e(0x106)]:testsUndefined+=0x1;break;case _0x17ab6f[_0x2ae02e(0x14e)]:testsUnknown+=0x1;break;case _0x17ab6f['xnbmH']:testsAmbiguous+=0x1;break;default:break;}}_0x17ab6f[_0x590e39(0x11b)](global[_0x590e39(0x151)],undefined)&&console[_0x590e39(0x127)](_0x17ab6f[_0x590e39(0x152)](_0x17ab6f[_0x590e39(0x131)]('\x0a',global[_0x590e39(0x151)]),'\x0a'));let _0x34cbb1=![];if(_0x17ab6f[_0x590e39(0x12f)](typeof this[_0x590e39(0x14c)]['getTestCaseData'],_0x17ab6f[_0x590e39(0x13a)])){var _0x269b1a=this[_0x590e39(0x14c)][_0x590e39(0x120)](_0x3a2c15[_0x590e39(0x12d)]),_0x1bafb0=_0x269b1a[_0x590e39(0x141)],_0x2b0e46=_0x269b1a[_0x590e39(0xfe)];console['log'](_0x17ab6f[_0x590e39(0x132)]('\x20\x20',_0x1bafb0[_0x590e39(0x136)]));var _0x11e880=(0x0,pickleParser[_0x590e39(0x148)])(_0x1bafb0);_0x2b0e46[_0x590e39(0x147)]['forEach'](function(_0x3f4a6a){const _0x2cb458=_0x590e39;if(_0x3f4a6a[_0x2cb458(0x115)]&&_0x3f4a6a[_0x2cb458(0x12d)])_0x56c1b8=!![],console[_0x2cb458(0x127)](_0x17ab6f[_0x2cb458(0x103)](_0x17ab6f[_0x2cb458(0x131)](_0x17ab6f['jxRaQ'](_0x17ab6f[_0x2cb458(0x128)],_0x11e880[_0x3f4a6a[_0x2cb458(0x12d)][_0x2cb458(0x135)]][_0x2cb458(0x143)]),_0x17ab6f[_0x2cb458(0x134)]),_0x3f4a6a[_0x2cb458(0x10a)][_0x2cb458(0xff)][_0x2cb458(0x118)]())),_0x17ab6f['FCtBL'](_0x3c1e79,_0x3f4a6a[_0x2cb458(0x10a)][_0x2cb458(0xff)][_0x2cb458(0x118)]());else _0x3f4a6a[_0x2cb458(0x115)]&&(!_0x3f4a6a['actionLocation']['uri'][_0x2cb458(0x10b)](_0x17ab6f['DjFBP'])&&(_0x17ab6f['EXiAt'](_0x3c1e79,_0x3f4a6a[_0x2cb458(0x10a)][_0x2cb458(0xff)][_0x2cb458(0x118)]()),_0x56c1b8?console[_0x2cb458(0x127)](_0x17ab6f[_0x2cb458(0x152)](_0x17ab6f[_0x2cb458(0x158)],_0x3f4a6a[_0x2cb458(0x10a)][_0x2cb458(0xff)][_0x2cb458(0x118)]())):console['log'](_0x17ab6f[_0x2cb458(0x10d)](_0x17ab6f[_0x2cb458(0x14d)],_0x3f4a6a[_0x2cb458(0x10a)][_0x2cb458(0xff)][_0x2cb458(0x118)]()))));if(_0x17ab6f[_0x2cb458(0x153)](_0x3f4a6a[_0x2cb458(0x10a)][_0x2cb458(0xff)][_0x2cb458(0x118)](),_0x17ab6f['HFuPX'])){const _0x4d504d=_0x17ab6f[_0x2cb458(0x105)](nestedKeyValue,_0x3f4a6a,[_0x17ab6f['uTxKW'],_0x17ab6f[_0x2cb458(0x159)],_0x17ab6f[_0x2cb458(0x130)]]);_0x4d504d&&(testsErrorMessage[_0x1bafb0[_0x2cb458(0x136)]]=_0x4d504d,console['log'](_0x17ab6f[_0x2cb458(0x10d)](_0x4d504d,'\x0a'))),_0x34cbb1=!![];}});}else{const _0x8804e3=this[_0x590e39(0x14c)][_0x590e39(0x12b)](_0x3a2c15);console[_0x590e39(0x127)](_0x17ab6f['bsvHH'](_0x17ab6f['WKxse'](_0x17ab6f[_0x590e39(0x101)]('\x20\x20',_0x8804e3[_0x590e39(0x11d)][_0x590e39(0x14a)][_0x590e39(0x136)]),_0x17ab6f[_0x590e39(0x134)]),_0x8804e3[_0x590e39(0x141)]['name']));const _0x423062=(0x0,pickleParser[_0x590e39(0x148)])(_0x8804e3[_0x590e39(0x141)]),_0x5bd62b=_0x8804e3['testCase']['steps'],_0x30a9fc=_0x8804e3['stepResults'],_0x27875f=_0x5bd62b[_0x590e39(0x102)];for(let _0x3034b7=0x0;_0x17ab6f[_0x590e39(0x12c)](_0x3034b7,_0x27875f);_0x3034b7++){const _0x475ba8=_0x5bd62b[_0x3034b7];if(_0x475ba8[_0x590e39(0x115)]&&_0x475ba8[_0x590e39(0x12d)])_0x56c1b8=!![],console['log'](_0x17ab6f[_0x590e39(0x132)](_0x17ab6f[_0x590e39(0x116)](_0x17ab6f[_0x590e39(0x129)](_0x17ab6f[_0x590e39(0x128)],_0x423062[_0x475ba8[_0x590e39(0x12d)][_0x590e39(0x135)]][_0x590e39(0x143)]),_0x17ab6f[_0x590e39(0x134)]),_0x30a9fc[_0x3034b7][_0x590e39(0xff)][_0x590e39(0x118)]())),_0x17ab6f[_0x590e39(0x126)](_0x3c1e79,_0x30a9fc[_0x3034b7][_0x590e39(0xff)][_0x590e39(0x118)]());else _0x475ba8['actionLocation']&&(!_0x475ba8[_0x590e39(0x115)]['uri'][_0x590e39(0x10b)](_0x17ab6f['DjFBP'])&&(_0x17ab6f[_0x590e39(0x126)](_0x3c1e79,_0x30a9fc[_0x3034b7][_0x590e39(0xff)][_0x590e39(0x118)]()),_0x56c1b8?console['log'](_0x17ab6f[_0x590e39(0x116)](_0x17ab6f[_0x590e39(0x158)],_0x30a9fc[_0x3034b7][_0x590e39(0xff)][_0x590e39(0x118)]())):console[_0x590e39(0x127)](_0x17ab6f[_0x590e39(0x116)](_0x17ab6f['KzQnG'],_0x30a9fc[_0x3034b7]['status'][_0x590e39(0x118)]()))));if(_0x17ab6f['oQbTP'](_0x30a9fc[_0x3034b7][_0x590e39(0xff)]['toUpperCase'](),_0x17ab6f[_0x590e39(0x104)])){_0x34cbb1=!![];const _0x2ae1bf=_0x17ab6f[_0x590e39(0x10c)](nestedKeyValue,_0x30a9fc[_0x3034b7],[_0x17ab6f[_0x590e39(0x159)],_0x17ab6f[_0x590e39(0x130)]]);_0x2ae1bf&&(testsErrorMessage[_0x17ab6f['zYpYx'](_0x17ab6f[_0x590e39(0x13f)](_0x8804e3[_0x590e39(0x11d)][_0x590e39(0x14a)][_0x590e39(0x136)],_0x17ab6f[_0x590e39(0x134)]),_0x8804e3[_0x590e39(0x141)][_0x590e39(0x136)])]=_0x2ae1bf,console['log'](_0x17ab6f[_0x590e39(0x121)](_0x2ae1bf,'\x0a')));}}}_0x34cbb1&&(testSuitesFailed+=0x1),console['log']('\x0a');}}function a7_0x606a(){const _0x1d0f28=['../../../helpers/helper','getTestCaseData','zYpYx','SKIPPED','test-run-started','yaNjP','4380739EAVAzE','fplBV','log','Epuqy','efcxf','241133jPeVFv','getTestCaseAttempt','ciLiR','sourceLocation','zWKpR','uanjI','zURSt','qiQpy','CJxut','logTestCaseFinished','FxqWe','line','name','test-run-finished','UNKNOWN','AMBIGUOUS','fhCGH','1502644ZCGpwO','undefined','\x20\x20\x20\x20AFTER\x20-\x20','cucumber','FKrzU','4079133kFEmgc','pickle','parse','text','eventBroadcaster','1013289kdctjT','oXXYU','steps','getStepLineToPickledStepMap','exception','feature','FAILED','eventDataCollector','KzQnG','mHPDn','env','ItwSr','__platform','jCOIQ','rIrwb','9966XMLAof','srSGO','NKeEB','mvAJT','CoKnn','UMFVm','CONFIG','testCase','status','SVOKo','zehtw','length','jxRaQ','HFuPX','ymwoI','cWzza','cucumber/lib/formatter/helpers/pickle_parser.js','1395lMoZCG','10ddGUwx','result','includes','MDFXG','sIKpJ','638379wghNlG','\x20-\x20','PASSED','xkVVB','Executing\x20tests\x20for\x20','cucumber-js/test_old.setup.js','exports','actionLocation','csKgc','16dxuqxO','toUpperCase','test-case-started','test-case-finished','ntTOI','2IISMjE','gherkinDocument','test-step-started'];a7_0x606a=function(){return _0x1d0f28;};return a7_0x606a();}function a7_0x4923(_0x2fe710,_0xc13b96){const _0x606a17=a7_0x606a();return a7_0x4923=function(_0x49237a,_0x50d825){_0x49237a=_0x49237a-0xfd;let _0x5d1683=_0x606a17[_0x49237a];return _0x5d1683;},a7_0x4923(_0x2fe710,_0xc13b96);}module[a7_0xbce9cf(0x114)]=BrowserstackFormatter;
@@ -1 +1 @@
1
- const a8_0x152b77=a8_0x2acb;(function(_0x3340e2,_0x117811){const _0x358790=a8_0x2acb,_0x324371=_0x3340e2();while(!![]){try{const _0x4e4aaf=-parseInt(_0x358790(0xd2))/0x1+parseInt(_0x358790(0xaf))/0x2*(-parseInt(_0x358790(0x8d))/0x3)+-parseInt(_0x358790(0xf2))/0x4*(parseInt(_0x358790(0x95))/0x5)+-parseInt(_0x358790(0xc9))/0x6*(-parseInt(_0x358790(0x9a))/0x7)+parseInt(_0x358790(0x10f))/0x8+-parseInt(_0x358790(0x105))/0x9+parseInt(_0x358790(0xd8))/0xa;if(_0x4e4aaf===_0x117811)break;else _0x324371['push'](_0x324371['shift']());}catch(_0x1c9891){_0x324371['push'](_0x324371['shift']());}}}(a8_0x597b,0xce0f0));const path=require(a8_0x152b77(0xf1)),util=require(a8_0x152b77(0xcf)),hooksMap={},SessionHandler=require(a8_0x152b77(0x9f)),testhubUtils=require(a8_0x152b77(0x91)),{getGitMetaData,isUndefined,nestedKeyValue}=require('../../helpers/helper'),logger=require(a8_0x152b77(0x8f))['winstonLogger'],{o11yClassErrorHandler}=require('../../helpers/test-observability/error-handler'),{FRAMEWORKS}=require('../../helpers/test-observability/constants.js'),TestDetails=require(a8_0x152b77(0xb4));this[a8_0x152b77(0xfd)]=![],this[a8_0x152b77(0xd0)]=null;function a8_0x2acb(_0x1b5e6a,_0x289232){const _0x597b2d=a8_0x597b();return a8_0x2acb=function(_0x2acbdd,_0x292749){_0x2acbdd=_0x2acbdd-0x79;let _0x33d64c=_0x597b2d[_0x2acbdd];return _0x33d64c;},a8_0x2acb(_0x1b5e6a,_0x289232);}class TestObservabilityReporter{async[a8_0x152b77(0x8b)](_0x531dc9,_0x40f6a2,_0x3a088d,_0x1b5e7a,_0xe9d461){const _0x4a85c8=a8_0x152b77,_0x27be6b={'PpoOg':function(_0x303baa,_0xf884e4){return _0x303baa===_0xf884e4;},'hYMBt':_0x4a85c8(0x90),'YtNth':_0x4a85c8(0xc4),'npwoX':function(_0xb73ce1,_0x2c5591){return _0xb73ce1===_0x2c5591;},'OJuOB':_0x4a85c8(0xfc),'Vnzky':'skipped','ucBhx':function(_0x5e7cfb,_0x22bc89){return _0x5e7cfb||_0x22bc89;},'LHDPh':function(_0x909d62,_0x59e0e6){return _0x909d62+_0x59e0e6;},'akIlD':function(_0x428191,_0x3da870){return _0x428191+_0x3da870;},'iNKIm':function(_0x9a4bd9,_0x5e8e9a){return _0x9a4bd9+_0x5e8e9a;},'OjYiv':_0x4a85c8(0xb2),'UBKhi':_0x4a85c8(0x89),'mLxHe':_0x4a85c8(0x10e),'oNlcm':_0x4a85c8(0xb5),'pvuRJ':_0x4a85c8(0xa0),'QIdyQ':function(_0x12cf7a,_0x4e1cc7){return _0x12cf7a!==_0x4e1cc7;},'CHxfl':function(_0x3eea7c,_0x5595be){return _0x3eea7c/_0x5595be;},'VkOiu':function(_0x250771,_0x19ece4){return _0x250771===_0x19ece4;},'mHaQr':'strip-ansi','MymOy':function(_0x16751c,_0x18a495){return _0x16751c(_0x18a495);},'oZRZv':'unknown','iEEJp':function(_0x14614d,_0x2def66){return _0x14614d(_0x2def66);},'gyWQb':_0x4a85c8(0xf3),'LvZQU':_0x4a85c8(0xa4),'tXcEg':_0x4a85c8(0xc6),'mVxhy':function(_0x5cae02,_0x461e28){return _0x5cae02>_0x461e28;}},{feature:_0x45b4b2,scenario:_0x54e7f5,steps:_0x3e9b3a,uuid:_0x359f22,startedAt:_0x9afca8,finishedAt:_0x4186b7}=_0x27be6b[_0x4a85c8(0xd5)](_0xe9d461,{}),_0xc08662=this[_0x4a85c8(0xe0)](_0x40f6a2,_0x3a088d);await this[_0x4a85c8(0x8e)]();const _0x3906e9=_0xc08662?_0x27be6b[_0x4a85c8(0x86)](_0x27be6b[_0x4a85c8(0x93)](_0x27be6b[_0x4a85c8(0xa2)](_0x3a088d[_0x4a85c8(0xf5)],'\x20('),_0xc08662[_0x4a85c8(0x83)](',\x20')),')'):_0x3a088d[_0x4a85c8(0xf5)],_0x1eec7f={'uuid':_0x359f22,'started_at':_0x9afca8,'finished_at':_0x4186b7,'type':_0x27be6b[_0x4a85c8(0xc5)],'body':{'lang':_0x27be6b[_0x4a85c8(0x80)],'code':null},'name':_0x3906e9,'scopes':[_0x45b4b2&&_0x45b4b2['name']?_0x45b4b2['name']:''],'tags':_0x3a088d[_0x4a85c8(0xd1)]?_0x3a088d[_0x4a85c8(0xd1)][_0x4a85c8(0x92)](({name:_0x3f8f21})=>_0x3f8f21):[],'file_name':_0x3a088d[_0x4a85c8(0xf4)],'location':_0x3a088d[_0x4a85c8(0xf4)],'vc_filepath':this[_0x4a85c8(0xd0)]&&_0x3a088d['uri']?path[_0x4a85c8(0xec)](this['_gitConfigPath'],_0x3a088d[_0x4a85c8(0xf4)]):null,'framework':_0x27be6b[_0x4a85c8(0xbc)],'result':_0x27be6b[_0x4a85c8(0x9e)],'meta':{'feature':_0x45b4b2,'scenario':_0x54e7f5,'steps':_0x3e9b3a,'examples':_0xc08662},'customRerunParam':{'rerun_name':_0x3906e9}};if(_0x531dc9[_0x4a85c8(0xdc)]&&_0x3e9b3a){const _0x319456=_0x531dc9[_0x4a85c8(0xdc)];let _0x4e8c56=_0x27be6b[_0x4a85c8(0xe4)];_0x3e9b3a[_0x4a85c8(0x96)](_0x5951fb=>{const _0x55fb36=_0x4a85c8;if(_0x27be6b['PpoOg'](_0x5951fb[_0x55fb36(0xce)],_0x27be6b['hYMBt']))return _0x4e8c56=_0x27be6b[_0x55fb36(0x110)],_0x319456[_0x55fb36(0xdb)]=_0x5951fb[_0x55fb36(0xdb)],_0x319456[_0x55fb36(0x101)]=_0x5951fb[_0x55fb36(0x101)],![];else{if(_0x27be6b[_0x55fb36(0xba)](_0x5951fb[_0x55fb36(0xce)],_0x27be6b[_0x55fb36(0xc8)]))return _0x4e8c56=_0x27be6b[_0x55fb36(0x108)],![];}return!![];}),_0x1eec7f[_0x4a85c8(0xe2)]=new Date()['toISOString'](),_0x1eec7f[_0x4a85c8(0xce)]=_0x4e8c56;_0x319456['timestamp']&&_0x27be6b['QIdyQ'](_0x319456[_0x4a85c8(0x88)]['nanos'],undefined)?_0x1eec7f[_0x4a85c8(0xd3)]=_0x27be6b[_0x4a85c8(0xf8)](_0x319456[_0x4a85c8(0x88)]['nanos'],0xf4240):_0x1eec7f[_0x4a85c8(0xd3)]=undefined;if(_0x27be6b[_0x4a85c8(0x7f)](_0x4e8c56,_0x27be6b[_0x4a85c8(0x110)])){const {default:_0xac9e75}=await import(_0x27be6b[_0x4a85c8(0x109)]);_0x1eec7f['failure']=[{'backtrace':[_0x319456[_0x4a85c8(0xdb)]?_0x27be6b[_0x4a85c8(0x9c)](_0xac9e75,_0x319456['failure']):_0x27be6b[_0x4a85c8(0x9b)]]}],_0x1eec7f['failure_reason']=_0x319456[_0x4a85c8(0xdb)]?_0x27be6b[_0x4a85c8(0x98)](_0xac9e75,_0x319456['failure']):_0x319456[_0x4a85c8(0xa7)],_0x319456[_0x4a85c8(0x101)]&&(_0x1eec7f[_0x4a85c8(0xea)]=_0x319456['failureType'][_0x4a85c8(0x85)](/AssertError/)?_0x27be6b['gyWQb']:_0x27be6b['LvZQU']);}}if(_0x27be6b[_0x4a85c8(0xba)](_0x1b5e7a,_0x27be6b[_0x4a85c8(0xef)])){const _0xa25b61=this[_0x4a85c8(0xa1)](_0x531dc9['testCaseFinished'][_0x4a85c8(0xe5)]);_0xa25b61&&_0x27be6b['mVxhy'](_0xa25b61[_0x4a85c8(0xfa)],0x0)&&(_0x1eec7f[_0x4a85c8(0x102)]=_0xa25b61,this[_0x4a85c8(0xe8)](_0x531dc9[_0x4a85c8(0xdc)][_0x4a85c8(0xe5)],_0x1eec7f));}testhubUtils[_0x4a85c8(0xed)](_0x1eec7f,_0x1b5e7a,'',FRAMEWORKS[_0x4a85c8(0xbe)]);const _0x3abd44={};_0x3abd44[_0x4a85c8(0xbd)]=_0x1b5e7a,_0x3abd44[_0x4a85c8(0xbb)]=_0x1eec7f;const _0x8978b9=_0x3abd44;await SessionHandler[_0x4a85c8(0xe3)](_0x8978b9);}[a8_0x152b77(0xe8)](_0x509009,_0x3cb32d){const _0x2db8ba=a8_0x152b77,_0x4e5b83={};_0x4e5b83['dekqq']=function(_0x620ca6,_0x64e33c){return _0x620ca6 instanceof _0x64e33c;},_0x4e5b83['SckSa']=function(_0x42130c,_0x427946){return _0x42130c===_0x427946;},_0x4e5b83[_0x2db8ba(0x87)]=_0x2db8ba(0xc4),_0x4e5b83[_0x2db8ba(0xd7)]='0|2|1|3|4';const _0x562d87=_0x4e5b83,_0x2170c9=hooksMap[_0x509009];if(_0x562d87[_0x2db8ba(0xff)](_0x2170c9,Array))for(const _0x1606e6 of _0x2170c9){if(_0x562d87['SckSa'](_0x1606e6[_0x2db8ba(0xce)],_0x562d87['SJvJm'])){const _0x55d95f=_0x562d87[_0x2db8ba(0xd7)][_0x2db8ba(0xda)]('|');let _0x5217a7=0x0;while(!![]){switch(_0x55d95f[_0x5217a7++]){case'0':_0x3cb32d[_0x2db8ba(0xce)]=_0x1606e6['result'];continue;case'1':_0x3cb32d['failure_reason']=_0x562d87[_0x2db8ba(0xff)](_0x1606e6[_0x2db8ba(0xac)],Array)?_0x1606e6['failure_data'][0x0][_0x2db8ba(0x7d)][_0x2db8ba(0x83)]('\x0a'):'';continue;case'2':_0x3cb32d[_0x2db8ba(0xdb)]=_0x1606e6[_0x2db8ba(0xac)];continue;case'3':_0x3cb32d[_0x2db8ba(0xea)]=_0x1606e6[_0x2db8ba(0xea)];continue;case'4':return _0x3cb32d;}break;}}};}[a8_0x152b77(0xa1)](_0x2cf67f){const _0x499d60=a8_0x152b77;if(hooksMap[_0x2cf67f])return hooksMap[_0x2cf67f][_0x499d60(0x92)](_0x540492=>_0x540492[_0x499d60(0xa8)]);return[];}['getHookRunEventData'](_0x3282d3,_0x31879f,_0x4dc057,_0x1e4192,_0x5ee64d,_0x21ba04){const _0x41ea8a=a8_0x152b77,_0x5641f7={'EQoEp':function(_0xda4da2,_0x5211e5){return _0xda4da2===_0x5211e5;},'JqyEh':_0x41ea8a(0x7b),'ADkpi':function(_0x48bcaa,_0x23fd3e,_0x3989a6){return _0x48bcaa(_0x23fd3e,_0x3989a6);},'ZNwqc':_0x41ea8a(0xcb),'MknmD':_0x41ea8a(0xf4),'rbrNr':_0x41ea8a(0xb5),'njdRj':_0x41ea8a(0xa9),'ERXto':_0x41ea8a(0x89),'KZEPq':function(_0x56c00e,_0x4a8167,_0x57041c){return _0x56c00e(_0x4a8167,_0x57041c);},'EoqcW':_0x41ea8a(0xca),'GHOnW':_0x41ea8a(0xf5),'UjfLf':'cucumber'};try{if(_0x5641f7[_0x41ea8a(0xdf)](_0x4dc057,_0x5641f7['JqyEh'])){const _0x449005=new Date()[_0x41ea8a(0xcc)](),_0xa9548c=hooksMap[_0x31879f];if(!_0xa9548c)return;const _0x4f25f1=_0xa9548c[_0x41ea8a(0xa3)](_0x1e2ec5=>_0x1e2ec5[_0x41ea8a(0xa8)]===_0x1e4192['id']);if(!_0x4f25f1)return;const _0x2077ff=this[_0x41ea8a(0xfb)](_0x3282d3,_0x31879f);_0x4f25f1[_0x41ea8a(0xce)]=_0x2077ff['status'],_0x4f25f1[_0x41ea8a(0xe2)]=_0x449005,_0x4f25f1[_0x41ea8a(0xea)]=_0x2077ff['failureType'];const _0x1d870a={};return _0x1d870a[_0x41ea8a(0x7d)]=_0x2077ff[_0x41ea8a(0xf9)],_0x4f25f1[_0x41ea8a(0xac)]=[_0x1d870a],_0x4f25f1;}const _0xa960d4=TestDetails[_0x41ea8a(0xad)](_0x31879f),_0x1b4fd3=_0x3282d3[_0x41ea8a(0x102)][_0x41ea8a(0xa3)](_0x2efc34=>_0x2efc34['id']===_0x1e4192[_0x41ea8a(0xfe)]),_0x42013b=_0x5641f7['ADkpi'](nestedKeyValue,_0x1b4fd3,[_0x5641f7[_0x41ea8a(0xdd)],_0x5641f7[_0x41ea8a(0xee)]]),_0x29cf69=new Date()[_0x41ea8a(0xcc)](),_0x16064b=_0x5641f7[_0x41ea8a(0xeb)],_0x40e997=_0x1b4fd3['tagExpression']?_0x1b4fd3['tagExpression'][_0x41ea8a(0xda)]('\x20')[_0x41ea8a(0x10b)](_0xd6c789=>_0xd6c789['includes']('@')):[],_0x30b3b2={'uuid':_0x1e4192['id'],'type':_0x5641f7[_0x41ea8a(0x84)],'hook_type':_0x21ba04,'name':_0x1b4fd3[_0x41ea8a(0xf5)],'body':{'lang':_0x5641f7[_0x41ea8a(0xf7)],'code':null},'tags':_0x40e997,'test_run_id':_0xa960d4,'scope':_0x5641f7[_0x41ea8a(0x9d)](nestedKeyValue,_0x5ee64d,[_0x5641f7[_0x41ea8a(0x103)],_0x5641f7[_0x41ea8a(0x99)]]),'scopes':[_0x5641f7[_0x41ea8a(0x9d)](nestedKeyValue,_0x5ee64d,[_0x5641f7[_0x41ea8a(0x103)],_0x5641f7['GHOnW']])||''],'file_name':_0x42013b,'location':_0x42013b,'vc_filepath':this[_0x41ea8a(0xd0)]?path['relative'](this[_0x41ea8a(0xd0)],_0x42013b):null,'result':_0x16064b,'started_at':_0x29cf69,'framework':_0x5641f7[_0x41ea8a(0xbf)]};return _0x30b3b2;}catch(_0x10709f){logger['debug'](_0x41ea8a(0x10c)+util['format'](_0x10709f)+'\x20');}}async[a8_0x152b77(0xb7)](_0x5d9966,_0x55c097,_0x29e54e,_0x402bcd,_0x3b2a2e,_0x2b8c25){const _0x1aed0c=a8_0x152b77,_0x290ed7={'drrVF':function(_0x47ed6a,_0x3d8b8e){return _0x47ed6a===_0x3d8b8e;},'pXjIT':_0x1aed0c(0x10d),'ilTEj':function(_0x35e8b7,_0x44e838,_0x540291){return _0x35e8b7(_0x44e838,_0x540291);},'GaJnR':_0x1aed0c(0xcb),'FENMx':_0x1aed0c(0xf4),'rXjnT':_0x1aed0c(0x10a)};try{const _0x4acc8d=_0x402bcd[_0x1aed0c(0xa3)](_0x29129a=>_0x29129a['id']===_0x3b2a2e);if(!_0x4acc8d['hookId'])return;const _0x2bbe90=this[_0x1aed0c(0x8c)](_0x402bcd,_0x4acc8d),_0x20811f=this['getHookRunEventData'](_0x5d9966,_0x55c097,_0x29e54e,_0x4acc8d,_0x2b8c25,_0x2bbe90);if(!_0x20811f)return;_0x290ed7[_0x1aed0c(0x97)](_0x29e54e,_0x290ed7[_0x1aed0c(0xc3)])&&(hooksMap[_0x55c097]?hooksMap[_0x55c097][_0x1aed0c(0x7a)](_0x20811f):hooksMap[_0x55c097]=[_0x20811f]);const _0x1d07a0=_0x5d9966['hooks'][_0x1aed0c(0xa3)](_0x870c2f=>_0x870c2f['id']===_0x4acc8d[_0x1aed0c(0xfe)]),_0x2083c1=_0x290ed7[_0x1aed0c(0x94)](nestedKeyValue,_0x1d07a0,[_0x290ed7['GaJnR'],_0x290ed7[_0x1aed0c(0x8a)]]);if(!_0x2083c1)return;else{if(_0x2083c1[_0x1aed0c(0x7e)](_0x290ed7['rXjnT']))return;}const _0xc29ae2={};_0xc29ae2[_0x1aed0c(0xbd)]=_0x29e54e,_0xc29ae2[_0x1aed0c(0xe1)]=_0x20811f;const _0x1179d1=_0xc29ae2;await SessionHandler[_0x1aed0c(0xe3)](_0x1179d1);}catch(_0x1dcda4){logger[_0x1aed0c(0xd9)](_0x1aed0c(0xcd)+util[_0x1aed0c(0xb6)](_0x1dcda4)+'\x20');}}[a8_0x152b77(0xfb)](_0x28e09a,_0x4f41d1){const _0x2b91ef=a8_0x152b77,_0x47bfc6={};_0x47bfc6['vilmX']=function(_0x3195d0,_0x2459df){return _0x3195d0===_0x2459df;},_0x47bfc6[_0x2b91ef(0xb1)]=_0x2b91ef(0xc4),_0x47bfc6[_0x2b91ef(0xc7)]=_0x2b91ef(0xa4),_0x47bfc6[_0x2b91ef(0x82)]=_0x2b91ef(0xf3),_0x47bfc6[_0x2b91ef(0xa5)]=function(_0x2f616a,_0xf39558){return _0x2f616a||_0xf39558;};const _0x153494=_0x47bfc6,_0x3ce7d0=_0x28e09a[_0x2b91ef(0xb8)][_0x4f41d1]['testStepResult'];let _0x3421cd,_0x1286a6;return _0x3ce7d0&&_0x153494[_0x2b91ef(0xae)](_0x3ce7d0[_0x2b91ef(0xc0)][_0x2b91ef(0x79)]()['toLowerCase'](),_0x153494['esWOV'])&&(_0x3421cd=_0x153494[_0x2b91ef(0xae)](_0x3ce7d0[_0x2b91ef(0xe9)],undefined)?_0x3ce7d0[_0x2b91ef(0xa7)]:_0x3ce7d0['exception'][_0x2b91ef(0xa7)],_0x1286a6=_0x153494['vilmX'](_0x3ce7d0['exception'],undefined)?_0x153494[_0x2b91ef(0xc7)]:_0x3ce7d0[_0x2b91ef(0xa7)]['match'](/Assert/)?_0x153494['bTtZr']:_0x153494[_0x2b91ef(0xc7)]),{'status':_0x3ce7d0[_0x2b91ef(0xc0)][_0x2b91ef(0xb3)](),'failureType':_0x153494[_0x2b91ef(0xa5)](_0x1286a6,null),'failureData':!_0x3421cd?null:[_0x3421cd]};}['getCucumberHookType'](_0x3d0c32,_0x17d4ef){const _0x505568=a8_0x152b77,_0x2e4f48={};_0x2e4f48['XohWb']=function(_0x9f72cf,_0x5dcba6){return _0x9f72cf===_0x5dcba6;},_0x2e4f48[_0x505568(0x107)]=_0x505568(0xf6),_0x2e4f48[_0x505568(0xd6)]=_0x505568(0x100);const _0x1164fd=_0x2e4f48;let _0x3d09ed=![];for(const _0x519fdf of _0x3d0c32){_0x519fdf[_0x505568(0x104)]&&(_0x3d09ed=!![]);if(_0x1164fd[_0x505568(0xa6)](_0x17d4ef['id'],_0x519fdf['id']))return _0x3d09ed?_0x1164fd[_0x505568(0x107)]:_0x1164fd[_0x505568(0xd6)];}}[a8_0x152b77(0xe0)]=(_0x3f0250,_0x439ea2)=>{const _0x9e692a=a8_0x152b77,_0x4004d3={};_0x4004d3[_0x9e692a(0x81)]=function(_0x356f4c,_0x31643b){return _0x356f4c===_0x31643b;},_0x4004d3[_0x9e692a(0xaa)]=function(_0x3ae338,_0x1b7201){return _0x3ae338>_0x1b7201;};const _0x13d725=_0x4004d3;if(!(_0x439ea2[_0x9e692a(0xb9)]&&_0x13d725['uhhrJ'](_0x439ea2[_0x9e692a(0xb9)][_0x9e692a(0xfa)],0x1)))return;const _0x5311af=_0x439ea2[_0x9e692a(0xb9)][0x0],_0x109013=_0x439ea2[_0x9e692a(0xb9)][0x1],_0x46dde0=_0x3f0250['feature']&&_0x3f0250[_0x9e692a(0xca)][_0x9e692a(0xe7)]?_0x3f0250[_0x9e692a(0xca)][_0x9e692a(0xe7)]:undefined;let _0x3e9943=[];_0x46dde0&&_0x46dde0[_0x9e692a(0xc2)](_0x31c80a=>{const _0x4e1e9a=_0x9e692a,_0x46bee7={'XzHnh':function(_0x29f090,_0x3f7ee8){return _0x13d725['YoaoW'](_0x29f090,_0x3f7ee8);}};if(_0x31c80a[_0x4e1e9a(0x106)])_0x31c80a['rule']['children'][_0x4e1e9a(0xc2)](_0x55e1b6=>{const _0x1001c5=_0x4e1e9a;if(_0x55e1b6[_0x1001c5(0xde)]&&_0x46bee7[_0x1001c5(0x7c)](_0x55e1b6['scenario']['id'],_0x5311af)&&_0x55e1b6[_0x1001c5(0xde)][_0x1001c5(0xf0)]){const _0x59a53c=_0x55e1b6[_0x1001c5(0xde)][_0x1001c5(0xf0)][_0x1001c5(0xd4)](_0x219bfe=>_0x219bfe[_0x1001c5(0xb0)])[_0x1001c5(0xa3)](_0x50d4be=>_0x50d4be['id']===_0x109013);let _0x974783;_0x59a53c&&_0x59a53c[_0x1001c5(0xe6)]?_0x974783=_0x59a53c[_0x1001c5(0xe6)][_0x1001c5(0x92)](_0x363401=>_0x363401['value']):_0x974783=[],_0x974783&&(_0x3e9943=_0x974783);}});else{if(_0x31c80a['scenario']&&_0x13d725[_0x4e1e9a(0x81)](_0x31c80a['scenario']['id'],_0x5311af)&&_0x31c80a['scenario']['examples']){const _0x42f555=_0x31c80a['scenario']['examples']['flatMap'](_0x7dd959=>_0x7dd959['tableBody'])[_0x4e1e9a(0xa3)](_0x171cdc=>_0x171cdc['id']===_0x109013);let _0x1f87fd;_0x42f555&&_0x42f555[_0x4e1e9a(0xe6)]?_0x1f87fd=_0x42f555[_0x4e1e9a(0xe6)]['map'](_0x482bae=>_0x482bae['value']):_0x1f87fd=[],_0x1f87fd&&(_0x3e9943=_0x1f87fd);}}});if(_0x3e9943['length'])return _0x3e9943;return;};async[a8_0x152b77(0x8e)](){const _0x39dd62=a8_0x152b77,_0x4b3194={'CAUbd':function(_0x5f4925){return _0x5f4925();}};if(this[_0x39dd62(0xfd)])return this[_0x39dd62(0xd0)];const _0x24b85e=await _0x4b3194[_0x39dd62(0xab)](getGitMetaData);_0x24b85e&&(this[_0x39dd62(0xd0)]=_0x24b85e[_0x39dd62(0xc1)]),this[_0x39dd62(0xfd)]=!![];}}module['exports']=o11yClassErrorHandler(TestObservabilityReporter,[a8_0x152b77(0x8e),a8_0x152b77(0xe0),'getCucumberHookType',a8_0x152b77(0xfb),a8_0x152b77(0xb7),'getHookRunEventData',a8_0x152b77(0x8b)]);function a8_0x597b(){const _0x3a2c5c=['rule','moWPW','Vnzky','mHaQr','browserstack-node-agent/src/bin/cucumber-js/test.setup.js','filter','Exception\x20in\x20getHookRunEventData:\x20','HookRunStarted','cucumber','10655056VWxMsZ','YtNth','toString','push','HookRunFinished','XzHnh','backtrace','includes','VkOiu','UBKhi','YoaoW','bTtZr','join','njdRj','match','LHDPh','SJvJm','timestamp','javascript','FENMx','sendTestRunEventForCucumber','getCucumberHookType','2402937RIAGnv','configureGit','../../helpers/logger','FAILED','../../helpers/testhub/utils','map','akIlD','ilTEj','14335pfXius','every','drrVF','iEEJp','GHOnW','518LWbLEx','oZRZv','MymOy','KZEPq','oNlcm','../../helpers/test-observability/sessionHandler','passed','getHooksListForTest','iNKIm','find','UnhandledError','DVYDe','XohWb','message','uuid','hook','uhhrJ','CAUbd','failure_data','getTestUUID','vilmX','2mXBvFC','tableBody','esWOV','test','toLowerCase','../playwright/reporter/test-details','pending','format','sendHook','testStepFinished','astNodeIds','npwoX','test_run','mLxHe','event_type','CUCUMBER','UjfLf','status','root','forEach','pXjIT','failed','OjYiv','TestRunFinished','zEGoW','OJuOB','26868kvOgCU','feature','sourceReference','toISOString','Exception\x20in\x20sendHook:\x20','result','util','_gitConfigPath','tags','1128874avLPgd','duration_in_ms','flatMap','ucBhx','Tqpbq','dkfNW','26145580nvIbgG','debug','split','failure','testCaseFinished','ZNwqc','scenario','EQoEp','getScenarioExamples','hook_run','finished_at','uploadEventData','pvuRJ','testCaseStartedId','cells','children','updateTestStatus','exception','failure_type','rbrNr','relative','appendTesthubParams','MknmD','tXcEg','examples','path','236stYYTf','AssertionError','uri','name','AFTER_EACH','ERXto','CHxfl','failureData','length','getHookResult','SKIPPED','_gitConfigured','hookId','dekqq','BEFORE_EACH','failureType','hooks','EoqcW','pickleStepId','12013110KNqMcc'];a8_0x597b=function(){return _0x3a2c5c;};return a8_0x597b();}
1
+ const a8_0x7d32ab=a8_0xb109;(function(_0x34ed44,_0x58d2bc){const _0x523ffe=a8_0xb109,_0x51c3cd=_0x34ed44();while(!![]){try{const _0x14568c=-parseInt(_0x523ffe(0xf2))/0x1+parseInt(_0x523ffe(0xf9))/0x2*(-parseInt(_0x523ffe(0x99))/0x3)+parseInt(_0x523ffe(0x9c))/0x4*(-parseInt(_0x523ffe(0xfd))/0x5)+-parseInt(_0x523ffe(0x84))/0x6+parseInt(_0x523ffe(0xca))/0x7+parseInt(_0x523ffe(0xb6))/0x8*(-parseInt(_0x523ffe(0xcc))/0x9)+parseInt(_0x523ffe(0x97))/0xa;if(_0x14568c===_0x58d2bc)break;else _0x51c3cd['push'](_0x51c3cd['shift']());}catch(_0x520bac){_0x51c3cd['push'](_0x51c3cd['shift']());}}}(a8_0x2431,0x2e9a2));function a8_0xb109(_0x201d5a,_0x297561){const _0x243191=a8_0x2431();return a8_0xb109=function(_0xb109a9,_0x5c199d){_0xb109a9=_0xb109a9-0x74;let _0x275fc7=_0x243191[_0xb109a9];return _0x275fc7;},a8_0xb109(_0x201d5a,_0x297561);}const path=require(a8_0x7d32ab(0xcb)),util=require(a8_0x7d32ab(0xa0)),hooksMap={},SessionHandler=require(a8_0x7d32ab(0xd4)),testhubUtils=require('../../helpers/testhub/utils'),{getGitMetaData,isUndefined,nestedKeyValue}=require('../../helpers/helper'),logger=require(a8_0x7d32ab(0x102))[a8_0x7d32ab(0x91)],{o11yClassErrorHandler}=require(a8_0x7d32ab(0x8b)),{FRAMEWORKS}=require('../../helpers/test-observability/constants.js'),TestDetails=require(a8_0x7d32ab(0x94));this['_gitConfigured']=![],this['_gitConfigPath']=null;class TestObservabilityReporter{async[a8_0x7d32ab(0xb9)](_0x246877,_0x544b61,_0x486c24,_0x4a48a2,_0x39c3e6){const _0x4fe63c=a8_0x7d32ab,_0x7742fb={'TCmEW':function(_0x9c1a29,_0x152c1f){return _0x9c1a29===_0x152c1f;},'STJoF':_0x4fe63c(0xcf),'lGyOF':_0x4fe63c(0x7e),'xbiAW':_0x4fe63c(0xa5),'BAYCl':'skipped','foVXX':function(_0x146ed2,_0x36de9c){return _0x146ed2||_0x36de9c;},'RsyxG':function(_0x33ce2e,_0x3ffe85){return _0x33ce2e+_0x3ffe85;},'MTcdH':function(_0x41dc38,_0x332ece){return _0x41dc38+_0x332ece;},'ZFNXz':_0x4fe63c(0x80),'Aofmo':_0x4fe63c(0x101),'nZJnu':_0x4fe63c(0xb1),'YeOcL':_0x4fe63c(0xa2),'eBWUq':_0x4fe63c(0xee),'AnHAm':function(_0x33491f,_0x5b2297){return _0x33491f!==_0x5b2297;},'Lwtmj':function(_0x109c06,_0x2f583b){return _0x109c06/_0x2f583b;},'lABuL':function(_0x43846d,_0x19b0ac){return _0x43846d===_0x19b0ac;},'YDICB':'strip-ansi','VRCqo':function(_0x10c47c,_0x42215a){return _0x10c47c(_0x42215a);},'qdZhJ':_0x4fe63c(0xd7),'kNsVs':'AssertionError','EShvC':_0x4fe63c(0xd6),'uolHB':_0x4fe63c(0xfe),'DdaMq':function(_0x4b8dce,_0x5ec04a){return _0x4b8dce>_0x5ec04a;}},{feature:_0x4ea858,scenario:_0x3ef64f,steps:_0x50d20f,uuid:_0x38cc69,startedAt:_0x2a2186,finishedAt:_0x56e8cc}=_0x7742fb['foVXX'](_0x39c3e6,{}),_0x752e0b=this['getScenarioExamples'](_0x544b61,_0x486c24);await this[_0x4fe63c(0x7f)]();const _0x23de65=_0x752e0b?_0x7742fb[_0x4fe63c(0x76)](_0x7742fb['MTcdH'](_0x7742fb['RsyxG'](_0x486c24[_0x4fe63c(0xb7)],'\x20('),_0x752e0b[_0x4fe63c(0x96)](',\x20')),')'):_0x486c24[_0x4fe63c(0xb7)],_0x2b49c1={'uuid':_0x38cc69,'started_at':_0x2a2186,'finished_at':_0x56e8cc,'type':_0x7742fb['ZFNXz'],'body':{'lang':_0x7742fb[_0x4fe63c(0x85)],'code':null},'name':_0x23de65,'scopes':[_0x4ea858&&_0x4ea858[_0x4fe63c(0xb7)]?_0x4ea858[_0x4fe63c(0xb7)]:''],'tags':_0x486c24['tags']?_0x486c24[_0x4fe63c(0x9b)][_0x4fe63c(0xbc)](({name:_0x3eafe3})=>_0x3eafe3):[],'file_name':_0x486c24[_0x4fe63c(0xc7)],'location':_0x486c24[_0x4fe63c(0xc7)],'vc_filepath':this[_0x4fe63c(0xbf)]&&_0x486c24[_0x4fe63c(0xc7)]?path[_0x4fe63c(0x93)](this[_0x4fe63c(0xbf)],_0x486c24['uri']):null,'framework':_0x7742fb['nZJnu'],'result':_0x7742fb['YeOcL'],'meta':{'feature':_0x4ea858,'scenario':_0x3ef64f,'steps':_0x50d20f,'examples':_0x752e0b},'customRerunParam':{'rerun_name':_0x23de65}};if(_0x246877['testCaseFinished']&&_0x50d20f){const _0x977dc6=_0x246877[_0x4fe63c(0xce)];let _0xb9d9e4=_0x7742fb['eBWUq'];_0x50d20f[_0x4fe63c(0x8d)](_0x2422fa=>{const _0x55048f=_0x4fe63c;if(_0x7742fb[_0x55048f(0x100)](_0x2422fa[_0x55048f(0xe7)],_0x7742fb[_0x55048f(0x92)]))return _0xb9d9e4=_0x7742fb[_0x55048f(0x8c)],_0x977dc6[_0x55048f(0x8a)]=_0x2422fa[_0x55048f(0x8a)],_0x977dc6['failureType']=_0x2422fa[_0x55048f(0xf6)],![];else{if(_0x7742fb[_0x55048f(0x100)](_0x2422fa['result'],_0x7742fb['xbiAW']))return _0xb9d9e4=_0x7742fb[_0x55048f(0xa3)],![];}return!![];}),_0x2b49c1['finished_at']=new Date()[_0x4fe63c(0xd9)](),_0x2b49c1['result']=_0xb9d9e4;_0x977dc6[_0x4fe63c(0x9d)]&&_0x7742fb[_0x4fe63c(0x9e)](_0x977dc6[_0x4fe63c(0x9d)][_0x4fe63c(0x98)],undefined)?_0x2b49c1[_0x4fe63c(0xad)]=_0x7742fb[_0x4fe63c(0xe1)](_0x977dc6['timestamp'][_0x4fe63c(0x98)],0xf4240):_0x2b49c1[_0x4fe63c(0xad)]=undefined;if(_0x7742fb['lABuL'](_0xb9d9e4,_0x7742fb[_0x4fe63c(0x8c)])){const {default:_0x27c384}=await import(_0x7742fb['YDICB']);_0x2b49c1[_0x4fe63c(0x8a)]=[{'backtrace':[_0x977dc6[_0x4fe63c(0x8a)]?_0x7742fb[_0x4fe63c(0xc0)](_0x27c384,_0x977dc6['failure']):_0x7742fb['qdZhJ']]}],_0x2b49c1[_0x4fe63c(0x8e)]=_0x977dc6[_0x4fe63c(0x8a)]?_0x7742fb[_0x4fe63c(0xc0)](_0x27c384,_0x977dc6[_0x4fe63c(0x8a)]):_0x977dc6[_0x4fe63c(0x9a)],_0x977dc6['failureType']&&(_0x2b49c1['failure_type']=_0x977dc6['failureType'][_0x4fe63c(0x86)](/AssertError/)?_0x7742fb[_0x4fe63c(0xe6)]:_0x7742fb[_0x4fe63c(0xbb)]);}}if(_0x7742fb[_0x4fe63c(0xa6)](_0x4a48a2,_0x7742fb[_0x4fe63c(0xac)])){const _0x304abf=this[_0x4fe63c(0xdc)](_0x246877['testCaseFinished']['testCaseStartedId']);_0x304abf&&_0x7742fb[_0x4fe63c(0xd3)](_0x304abf[_0x4fe63c(0xaa)],0x0)&&(_0x2b49c1[_0x4fe63c(0xd1)]=_0x304abf,this[_0x4fe63c(0xa8)](_0x246877['testCaseFinished'][_0x4fe63c(0xba)],_0x2b49c1));}testhubUtils[_0x4fe63c(0xfa)](_0x2b49c1,_0x4a48a2,'',FRAMEWORKS['CUCUMBER']);const _0x71a235={};_0x71a235[_0x4fe63c(0x7d)]=_0x4a48a2,_0x71a235['test_run']=_0x2b49c1;const _0x54a502=_0x71a235;await SessionHandler[_0x4fe63c(0x77)](_0x54a502);}[a8_0x7d32ab(0xa8)](_0x30649b,_0x458807){const _0x2479d0=a8_0x7d32ab,_0x43673f={};_0x43673f[_0x2479d0(0xc3)]=function(_0x7785b6,_0x7b839e){return _0x7785b6 instanceof _0x7b839e;},_0x43673f[_0x2479d0(0xc4)]=function(_0x411f1d,_0x28ded3){return _0x411f1d===_0x28ded3;},_0x43673f['XkAlo']=_0x2479d0(0x7e),_0x43673f[_0x2479d0(0xed)]='1|2|4|0|3',_0x43673f[_0x2479d0(0xea)]=function(_0x4f7118,_0x508b55){return _0x4f7118 instanceof _0x508b55;};const _0x301cbb=_0x43673f,_0x1f28d3=hooksMap[_0x30649b];if(_0x301cbb[_0x2479d0(0xc3)](_0x1f28d3,Array))for(const _0xcbd1d8 of _0x1f28d3){if(_0x301cbb[_0x2479d0(0xc4)](_0xcbd1d8['result'],_0x301cbb[_0x2479d0(0xde)])){const _0x4bf276=_0x301cbb['gdlcl']['split']('|');let _0x509834=0x0;while(!![]){switch(_0x4bf276[_0x509834++]){case'0':_0x458807['failure_type']=_0xcbd1d8[_0x2479d0(0xb5)];continue;case'1':_0x458807[_0x2479d0(0xe7)]=_0xcbd1d8[_0x2479d0(0xe7)];continue;case'2':_0x458807[_0x2479d0(0x8a)]=_0xcbd1d8[_0x2479d0(0x7c)];continue;case'3':return _0x458807;case'4':_0x458807[_0x2479d0(0x8e)]=_0x301cbb['IRsRJ'](_0xcbd1d8['failure_data'],Array)?_0xcbd1d8[_0x2479d0(0x7c)][0x0][_0x2479d0(0xe5)]['join']('\x0a'):'';continue;}break;}}};}['getHooksListForTest'](_0x4d09ed){const _0x2e83a9=a8_0x7d32ab;if(hooksMap[_0x4d09ed])return hooksMap[_0x4d09ed][_0x2e83a9(0xbc)](_0x310479=>_0x310479[_0x2e83a9(0x89)]);return[];}[a8_0x7d32ab(0xda)](_0x19ad10,_0x588db7,_0x325fc8,_0x49403f,_0x127ba5,_0x361168){const _0xaa0c5c=a8_0x7d32ab,_0x445619={'zMLga':function(_0x44f85b,_0x2d3354){return _0x44f85b===_0x2d3354;},'QbRDg':'HookRunFinished','Svuwb':function(_0x841509,_0x2e67eb,_0x56a98b){return _0x841509(_0x2e67eb,_0x56a98b);},'uORHR':'sourceReference','ZANwJ':_0xaa0c5c(0xc7),'EVxom':_0xaa0c5c(0xa2),'orJYW':_0xaa0c5c(0xe9),'JVOdW':_0xaa0c5c(0x101),'Ghnkd':function(_0x38e61c,_0x498523,_0x395ad4){return _0x38e61c(_0x498523,_0x395ad4);},'FVFNv':_0xaa0c5c(0xf1),'aywGj':_0xaa0c5c(0xb7),'iLNyt':_0xaa0c5c(0xb1)};try{if(_0x445619['zMLga'](_0x325fc8,_0x445619['QbRDg'])){const _0x51a2eb=new Date()[_0xaa0c5c(0xd9)](),_0x2023ec=hooksMap[_0x588db7];if(!_0x2023ec)return;const _0x57d07d=_0x2023ec['find'](_0x199cb0=>_0x199cb0[_0xaa0c5c(0x89)]===_0x49403f['id']);if(!_0x57d07d)return;const _0x59f93b=this['getHookResult'](_0x19ad10,_0x588db7);_0x57d07d[_0xaa0c5c(0xe7)]=_0x59f93b[_0xaa0c5c(0xaf)],_0x57d07d[_0xaa0c5c(0xa9)]=_0x51a2eb,_0x57d07d['failure_type']=_0x59f93b[_0xaa0c5c(0xf6)];const _0x28e2d5={};return _0x28e2d5[_0xaa0c5c(0xe5)]=_0x59f93b['failureData'],_0x57d07d[_0xaa0c5c(0x7c)]=[_0x28e2d5],_0x57d07d;}const _0x3365b4=TestDetails['getTestUUID'](_0x588db7),_0x486cd6=_0x19ad10[_0xaa0c5c(0xd1)][_0xaa0c5c(0xc8)](_0x2d0409=>_0x2d0409['id']===_0x49403f['hookId']),_0x2d61b4=_0x445619['Svuwb'](nestedKeyValue,_0x486cd6,[_0x445619['uORHR'],_0x445619['ZANwJ']]),_0x274aa2=new Date()['toISOString'](),_0x1f1da9=_0x445619[_0xaa0c5c(0x74)],_0x586281=_0x486cd6['tagExpression']?_0x486cd6[_0xaa0c5c(0xb4)][_0xaa0c5c(0xf4)]('\x20')['filter'](_0x27dd42=>_0x27dd42[_0xaa0c5c(0xd8)]('@')):[],_0x3154d1={'uuid':_0x49403f['id'],'type':_0x445619[_0xaa0c5c(0x81)],'hook_type':_0x361168,'name':_0x486cd6[_0xaa0c5c(0xb7)],'body':{'lang':_0x445619[_0xaa0c5c(0x8f)],'code':null},'tags':_0x586281,'test_run_id':_0x3365b4,'scope':_0x445619[_0xaa0c5c(0xdb)](nestedKeyValue,_0x127ba5,[_0x445619[_0xaa0c5c(0x7b)],_0x445619[_0xaa0c5c(0xdf)]]),'scopes':[_0x445619[_0xaa0c5c(0xdb)](nestedKeyValue,_0x127ba5,[_0x445619[_0xaa0c5c(0x7b)],_0x445619[_0xaa0c5c(0xdf)]])||''],'file_name':_0x2d61b4,'location':_0x2d61b4,'vc_filepath':this['_gitConfigPath']?path[_0xaa0c5c(0x93)](this['_gitConfigPath'],_0x2d61b4):null,'result':_0x1f1da9,'started_at':_0x274aa2,'framework':_0x445619[_0xaa0c5c(0xb8)]};return _0x3154d1;}catch(_0x19616d){logger['debug'](_0xaa0c5c(0xcd)+util[_0xaa0c5c(0xf0)](_0x19616d)+'\x20');}}async[a8_0x7d32ab(0xc6)](_0x3338e8,_0x4eb6a2,_0x2282b4,_0x184406,_0x47cb98,_0x3cdc9d){const _0x5705a5=a8_0x7d32ab,_0x4b25a0={'qhFqR':function(_0x489fae,_0x29f7b8){return _0x489fae===_0x29f7b8;},'mgVPA':'HookRunStarted','LKbUP':function(_0x3c8c45,_0x2f7450,_0x24c2ba){return _0x3c8c45(_0x2f7450,_0x24c2ba);},'cUjGl':'sourceReference','rSPGT':_0x5705a5(0xc7),'zIbhx':_0x5705a5(0xdd)};try{const _0x1fa6de=_0x184406[_0x5705a5(0xc8)](_0x452a4c=>_0x452a4c['id']===_0x47cb98);if(!_0x1fa6de[_0x5705a5(0x78)])return;const _0x54db9a=this['getCucumberHookType'](_0x184406,_0x1fa6de),_0x3f53bf=this[_0x5705a5(0xda)](_0x3338e8,_0x4eb6a2,_0x2282b4,_0x1fa6de,_0x3cdc9d,_0x54db9a);if(!_0x3f53bf)return;_0x4b25a0[_0x5705a5(0xf5)](_0x2282b4,_0x4b25a0[_0x5705a5(0xb3)])&&(hooksMap[_0x4eb6a2]?hooksMap[_0x4eb6a2][_0x5705a5(0xf7)](_0x3f53bf):hooksMap[_0x4eb6a2]=[_0x3f53bf]);const _0x59b8e5=_0x3338e8[_0x5705a5(0xd1)][_0x5705a5(0xc8)](_0x313378=>_0x313378['id']===_0x1fa6de['hookId']),_0x1a131a=_0x4b25a0[_0x5705a5(0x83)](nestedKeyValue,_0x59b8e5,[_0x4b25a0[_0x5705a5(0xc1)],_0x4b25a0[_0x5705a5(0xa7)]]);if(!_0x1a131a)return;else{if(_0x1a131a['includes'](_0x4b25a0['zIbhx']))return;}const _0x35de90={};_0x35de90[_0x5705a5(0x7d)]=_0x2282b4,_0x35de90[_0x5705a5(0xfb)]=_0x3f53bf;const _0x3106f3=_0x35de90;await SessionHandler[_0x5705a5(0x77)](_0x3106f3);}catch(_0x44157e){logger[_0x5705a5(0x9f)](_0x5705a5(0xa4)+util[_0x5705a5(0xf0)](_0x44157e)+'\x20');}}[a8_0x7d32ab(0xef)](_0x12d92c,_0x3b6b64){const _0x1e7a6c=a8_0x7d32ab,_0x23a0c1={};_0x23a0c1[_0x1e7a6c(0xb2)]=function(_0x46c9ac,_0x3c4005){return _0x46c9ac===_0x3c4005;},_0x23a0c1[_0x1e7a6c(0xc9)]=_0x1e7a6c(0x7e),_0x23a0c1[_0x1e7a6c(0xec)]=function(_0x5a4075,_0xeda15e){return _0x5a4075===_0xeda15e;},_0x23a0c1[_0x1e7a6c(0x87)]=_0x1e7a6c(0xd6),_0x23a0c1['niSpX']='AssertionError',_0x23a0c1[_0x1e7a6c(0xeb)]=function(_0x4e3131,_0x3f9148){return _0x4e3131||_0x3f9148;};const _0x3ebb5c=_0x23a0c1,_0x12f611=_0x12d92c['testStepFinished'][_0x3b6b64][_0x1e7a6c(0xab)];let _0x49f90d,_0x1d6ddb;return _0x12f611&&_0x3ebb5c[_0x1e7a6c(0xb2)](_0x12f611[_0x1e7a6c(0xaf)][_0x1e7a6c(0x7a)]()[_0x1e7a6c(0xfc)](),_0x3ebb5c[_0x1e7a6c(0xc9)])&&(_0x49f90d=_0x3ebb5c[_0x1e7a6c(0xec)](_0x12f611[_0x1e7a6c(0xd0)],undefined)?_0x12f611['message']:_0x12f611[_0x1e7a6c(0xd0)][_0x1e7a6c(0x9a)],_0x1d6ddb=_0x3ebb5c[_0x1e7a6c(0xec)](_0x12f611[_0x1e7a6c(0xd0)],undefined)?_0x3ebb5c[_0x1e7a6c(0x87)]:_0x12f611[_0x1e7a6c(0x9a)]['match'](/Assert/)?_0x3ebb5c[_0x1e7a6c(0xe4)]:_0x3ebb5c[_0x1e7a6c(0x87)]),{'status':_0x12f611['status'][_0x1e7a6c(0xfc)](),'failureType':_0x3ebb5c[_0x1e7a6c(0xeb)](_0x1d6ddb,null),'failureData':!_0x49f90d?null:[_0x49f90d]};}[a8_0x7d32ab(0xf8)](_0x41320d,_0x5dd39d){const _0x2bcfcd=a8_0x7d32ab,_0x4dda17={};_0x4dda17[_0x2bcfcd(0x82)]=function(_0x2ca868,_0x34cf06){return _0x2ca868===_0x34cf06;},_0x4dda17[_0x2bcfcd(0xff)]='AFTER_EACH',_0x4dda17[_0x2bcfcd(0x75)]=_0x2bcfcd(0xe3);const _0x5ca985=_0x4dda17;let _0x6e73e1=![];for(const _0x5f33f4 of _0x41320d){_0x5f33f4[_0x2bcfcd(0xe0)]&&(_0x6e73e1=!![]);if(_0x5ca985[_0x2bcfcd(0x82)](_0x5dd39d['id'],_0x5f33f4['id']))return _0x6e73e1?_0x5ca985['bWJwu']:_0x5ca985[_0x2bcfcd(0x75)];}}[a8_0x7d32ab(0xd5)]=(_0x466caa,_0x1982c4)=>{const _0x36e772=a8_0x7d32ab,_0xb3c5bc={};_0xb3c5bc['eFSjj']=function(_0x54abbc,_0x1eff66){return _0x54abbc===_0x1eff66;},_0xb3c5bc['kLWbs']=function(_0x52c1bd,_0x4b4875){return _0x52c1bd===_0x4b4875;},_0xb3c5bc[_0x36e772(0x90)]=function(_0xb40056,_0x165a22){return _0xb40056>_0x165a22;};const _0x529803=_0xb3c5bc;if(!(_0x1982c4[_0x36e772(0xd2)]&&_0x529803[_0x36e772(0x90)](_0x1982c4[_0x36e772(0xd2)][_0x36e772(0xaa)],0x1)))return;const _0x3139c3=_0x1982c4[_0x36e772(0xd2)][0x0],_0x5a51da=_0x1982c4[_0x36e772(0xd2)][0x1],_0x23645f=_0x466caa[_0x36e772(0xf1)]&&_0x466caa[_0x36e772(0xf1)][_0x36e772(0x79)]?_0x466caa[_0x36e772(0xf1)][_0x36e772(0x79)]:undefined;let _0x324e96=[];_0x23645f&&_0x23645f[_0x36e772(0xf3)](_0x205840=>{const _0x3fb862=_0x36e772,_0x2eb9a0={'LDthI':function(_0x1b92fe,_0x108d8a){return _0x529803['eFSjj'](_0x1b92fe,_0x108d8a);}};if(_0x205840[_0x3fb862(0xae)])_0x205840[_0x3fb862(0xae)][_0x3fb862(0x79)][_0x3fb862(0xf3)](_0x5130db=>{const _0x5b5df7=_0x3fb862;if(_0x5130db[_0x5b5df7(0xbd)]&&_0x2eb9a0[_0x5b5df7(0xc5)](_0x5130db[_0x5b5df7(0xbd)]['id'],_0x3139c3)&&_0x5130db[_0x5b5df7(0xbd)][_0x5b5df7(0xbe)]){const _0x289f04=_0x5130db[_0x5b5df7(0xbd)][_0x5b5df7(0xbe)][_0x5b5df7(0x88)](_0x294892=>_0x294892[_0x5b5df7(0xb0)])[_0x5b5df7(0xc8)](_0x2f192b=>_0x2f192b['id']===_0x5a51da);let _0x3d7e3f;_0x289f04&&_0x289f04['cells']?_0x3d7e3f=_0x289f04[_0x5b5df7(0xa1)][_0x5b5df7(0xbc)](_0x743d46=>_0x743d46[_0x5b5df7(0xe8)]):_0x3d7e3f=[],_0x3d7e3f&&(_0x324e96=_0x3d7e3f);}});else{if(_0x205840['scenario']&&_0x529803['kLWbs'](_0x205840[_0x3fb862(0xbd)]['id'],_0x3139c3)&&_0x205840['scenario'][_0x3fb862(0xbe)]){const _0x82fcb7=_0x205840[_0x3fb862(0xbd)][_0x3fb862(0xbe)][_0x3fb862(0x88)](_0x411457=>_0x411457['tableBody'])[_0x3fb862(0xc8)](_0x2e2c18=>_0x2e2c18['id']===_0x5a51da);let _0x4b8bbe;_0x82fcb7&&_0x82fcb7['cells']?_0x4b8bbe=_0x82fcb7[_0x3fb862(0xa1)]['map'](_0x22a0f0=>_0x22a0f0['value']):_0x4b8bbe=[],_0x4b8bbe&&(_0x324e96=_0x4b8bbe);}}});if(_0x324e96[_0x36e772(0xaa)])return _0x324e96;return;};async[a8_0x7d32ab(0x7f)](){const _0x5adbc0=a8_0x7d32ab,_0x2824b2={'IzevR':function(_0x3c3316){return _0x3c3316();}};if(this[_0x5adbc0(0xc2)])return this[_0x5adbc0(0xbf)];const _0x4bc082=await _0x2824b2['IzevR'](getGitMetaData);_0x4bc082&&(this['_gitConfigPath']=_0x4bc082[_0x5adbc0(0xe2)]),this['_gitConfigured']=!![];}}function a8_0x2431(){const _0x3e76a3=['every','failure_reason','JVOdW','ziRxJ','winstonLogger','STJoF','relative','../playwright/reporter/test-details','exports','join','10977660voJOfj','nanos','3XvJtCe','message','tags','380840ioISje','timestamp','AnHAm','debug','util','cells','pending','BAYCl','Exception\x20in\x20sendHook:\x20','SKIPPED','lABuL','rSPGT','updateTestStatus','finished_at','length','testStepResult','uolHB','duration_in_ms','rule','status','tableBody','cucumber','pJJEO','mgVPA','tagExpression','failure_type','1181072Wncabh','name','iLNyt','sendTestRunEventForCucumber','testCaseStartedId','EShvC','map','scenario','examples','_gitConfigPath','VRCqo','cUjGl','_gitConfigured','kDjfh','Kuvir','LDthI','sendHook','uri','find','lGxMW','2320129rWSIUn','path','9ZlIwOc','Exception\x20in\x20getHookRunEventData:\x20','testCaseFinished','FAILED','exception','hooks','astNodeIds','DdaMq','../../helpers/test-observability/sessionHandler','getScenarioExamples','UnhandledError','unknown','includes','toISOString','getHookRunEventData','Ghnkd','getHooksListForTest','browserstack-node-agent/src/bin/cucumber-js/test.setup.js','XkAlo','aywGj','pickleStepId','Lwtmj','root','BEFORE_EACH','niSpX','backtrace','kNsVs','result','value','hook','IRsRJ','PaWQG','YXGsS','gdlcl','passed','getHookResult','format','feature','330278hrbJGh','forEach','split','qhFqR','failureType','push','getCucumberHookType','712790hKEiDl','appendTesthubParams','hook_run','toLowerCase','20eIMjPD','TestRunFinished','bWJwu','TCmEW','javascript','../../helpers/logger','EVxom','XvFKo','RsyxG','uploadEventData','hookId','children','toString','FVFNv','failure_data','event_type','failed','configureGit','test','orJYW','ZNHtX','LKbUP','139104FlahFG','Aofmo','match','YNahm','flatMap','uuid','failure','../../helpers/test-observability/error-handler','lGyOF'];a8_0x2431=function(){return _0x3e76a3;};return a8_0x2431();}module[a8_0x7d32ab(0x95)]=o11yClassErrorHandler(TestObservabilityReporter,[a8_0x7d32ab(0x7f),a8_0x7d32ab(0xd5),a8_0x7d32ab(0xf8),a8_0x7d32ab(0xef),a8_0x7d32ab(0xc6),a8_0x7d32ab(0xda),a8_0x7d32ab(0xb9)]);
@@ -1 +1 @@
1
- const a9_0x55903d=a9_0x4968;(function(_0x5dcf5a,_0x3212c8){const _0x266d79=a9_0x4968,_0x36c24d=_0x5dcf5a();while(!![]){try{const _0x4fd3cd=-parseInt(_0x266d79(0x1a0))/0x1*(-parseInt(_0x266d79(0x201))/0x2)+-parseInt(_0x266d79(0x194))/0x3+-parseInt(_0x266d79(0x1b7))/0x4*(-parseInt(_0x266d79(0x1c5))/0x5)+parseInt(_0x266d79(0x1f8))/0x6+parseInt(_0x266d79(0x1ee))/0x7*(parseInt(_0x266d79(0x1dc))/0x8)+-parseInt(_0x266d79(0x1f5))/0x9*(parseInt(_0x266d79(0x1f7))/0xa)+parseInt(_0x266d79(0x207))/0xb*(parseInt(_0x266d79(0x1e2))/0xc);if(_0x4fd3cd===_0x3212c8)break;else _0x36c24d['push'](_0x36c24d['shift']());}catch(_0x46a93b){_0x36c24d['push'](_0x36c24d['shift']());}}}(a9_0x54bf,0x3db8e));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require(a9_0x55903d(0x1ca)),setKeepAlive=require('../../helpers/setKeepAlive'),util=require(a9_0x55903d(0x184)),PerformanceTester=require('../../helpers/performance/performance-tester'),{commandRepository}=require(a9_0x55903d(0x216)),cucumberModule=requireModule(a9_0x55903d(0x1d6),'@cucumber/cucumber'),logger=require(a9_0x55903d(0x1d4))['winstonLogger'],{shouldProcessEventForTesthub}=require(a9_0x55903d(0x1ae)),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require('../../helpers/test-observability/utils'),TestDetails=require('../playwright/reporter/test-details.js'),RequestQueueHandler=require(a9_0x55903d(0x1fd)),{o11yErrorHandler}=require(a9_0x55903d(0x215)),MyReporter=require(a9_0x55903d(0x193)),SessionHandler=require(a9_0x55903d(0x221)),scripts=require(a9_0x55903d(0x22b)),globals=require(a9_0x55903d(0x192)),testHubConstants=require(a9_0x55903d(0x17c)),{shouldScanTestForAccessibility}=require(a9_0x55903d(0x1d7)),{isUndefined}=require(a9_0x55903d(0x212)),a9_0x51fa97={};a9_0x51fa97[a9_0x55903d(0x1fc)]=undefined,a9_0x51fa97[a9_0x55903d(0x1ed)]={},a9_0x51fa97[a9_0x55903d(0x1ab)]=![],a9_0x51fa97[a9_0x55903d(0x1ed)]['id']=undefined,a9_0x51fa97[a9_0x55903d(0x1ed)][a9_0x55903d(0x1aa)]=undefined;const workerDetails=a9_0x51fa97;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x14eccd){const _0x3982a8=a9_0x55903d,_0x555b3a=workerDetails[_0x3982a8(0x1ed)]['testInfo'];if(!_0x555b3a)return;await MyReporter[_0x3982a8(0x1a6)](_0x555b3a,_0x14eccd);}),registerListeners=()=>{const _0x293bf4=a9_0x55903d,_0x509529={};_0x509529[_0x293bf4(0x175)]=_0x293bf4(0x1db);const _0xdddeb1=_0x509529;logger['debug'](_0xdddeb1[_0x293bf4(0x175)]),process['removeAllListeners'](_0x293bf4(0x182)+process['pid']),process['on'](_0x293bf4(0x182)+process[_0x293bf4(0x1f6)],sendTestLog),PerformanceTester[_0x293bf4(0x1b5)]();};modifyCommand(),setKeepAlive();const Before=cucumberModule['Before'],After=cucumberModule[a9_0x55903d(0x1b1)],AfterAll=cucumberModule[a9_0x55903d(0x190)],BeforeAll=cucumberModule['BeforeAll'],AfterStep=cucumberModule['AfterStep'],configuration=process[a9_0x55903d(0x209)][a9_0x55903d(0x17a)],bstackConfig=process[a9_0x55903d(0x209)][a9_0x55903d(0x1e4)];if(configuration!==undefined){const config=JSON['parse'](configuration);isBrowserstackInfra()?(global[a9_0x55903d(0x1b8)]=isTrue(config[a9_0x55903d(0x18d)]),global['__skipSessionStatus']=isTrue(config[a9_0x55903d(0x187)])):(global[a9_0x55903d(0x1b8)]=!![],global['__skipSessionStatus']=!![]),shouldProcessEventForTesthub()?require(a9_0x55903d(0x218))[a9_0x55903d(0x1d0)](config,null,!![]):require(a9_0x55903d(0x218))[a9_0x55903d(0x1d0)](config),global[a9_0x55903d(0x19b)]=config[a9_0x55903d(0x181)]||{};}if(bstackConfig!==undefined){const browserStackConfig=JSON[a9_0x55903d(0x202)](bstackConfig);browserStackConfig&&(commandRepository[a9_0x55903d(0x186)](browserStackConfig),commandRepository[a9_0x55903d(0x1a3)](a9_0x55903d(0x174)));}global[a9_0x55903d(0x189)]=0x0;const __setDefaultTimeout=cucumberModule[a9_0x55903d(0x20c)];cucumberModule[a9_0x55903d(0x20c)]=_0x24074e=>{const _0x2b1d2a=a9_0x55903d,_0x1d9e82={'WKZiY':function(_0x3bc196,_0x206a46){return _0x3bc196(_0x206a46);}};global[_0x2b1d2a(0x189)]=_0x24074e,_0x1d9e82[_0x2b1d2a(0x19f)](__setDefaultTimeout,_0x24074e);};function a9_0x4968(_0x23ad9c,_0x29f918){const _0x54bf20=a9_0x54bf();return a9_0x4968=function(_0x4968e8,_0x19a995){_0x4968e8=_0x4968e8-0x174;let _0x222816=_0x54bf20[_0x4968e8];return _0x222816;},a9_0x4968(_0x23ad9c,_0x29f918);}const a9_0x45b7ad={};a9_0x45b7ad['name']='bstack',BeforeAll(a9_0x45b7ad,function(){const _0x3c2252=a9_0x55903d,_0x27f4ea={'LWeLJ':function(_0x3a2536,_0x381688,_0x5d0240,_0x2009f8){return _0x3a2536(_0x381688,_0x5d0240,_0x2009f8);},'NYOaS':_0x3c2252(0x1cd),'tdqZx':'\x20|\x20','houAK':function(_0xf8553c,_0x2eec09,_0x7eac74){return _0xf8553c(_0x2eec09,_0x7eac74);},'ZtQks':_0x3c2252(0x1d9),'FXfxo':_0x3c2252(0x18c),'xhxBe':function(_0x37e315){return _0x37e315();},'cEfUV':function(_0x235ad7){return _0x235ad7();},'qmQnA':function(_0x2d4217,_0x2dbbec){return _0x2d4217(_0x2dbbec);}};PerformanceTester[_0x3c2252(0x1b5)](),logger[_0x3c2252(0x183)](_0x27f4ea[_0x3c2252(0x1d2)]),global[_0x3c2252(0x1ff)]=[],global['__sessionFailed']=![],_0x27f4ea['xhxBe'](shouldProcessEventForTesthub)&&(_0x27f4ea['cEfUV'](registerListeners),_0x27f4ea['qmQnA'](addRequestSpy,![])),global['driverCleanup']=async()=>{const _0x26bf77=_0x3c2252;let _0x4021b1=![];try{await global[_0x26bf77(0x225)][0x0][_0x26bf77(0x185)],_0x4021b1=!![],global[_0x26bf77(0x176)]?await _0x27f4ea[_0x26bf77(0x21a)](markSessionStatus,global[_0x26bf77(0x225)][0x0],_0x27f4ea[_0x26bf77(0x226)],global['__error_messages__']['join'](_0x27f4ea[_0x26bf77(0x1a5)])):await _0x27f4ea[_0x26bf77(0x1d3)](markSessionStatus,global[_0x26bf77(0x225)][0x0],_0x27f4ea[_0x26bf77(0x1c8)]);}catch(_0x2d9850){logger[_0x26bf77(0x183)]('Error:\x20cleaning\x20up\x20driver:\x20'+_0x2d9850);}global[_0x26bf77(0x1ff)]=[],global[_0x26bf77(0x176)]=![];if(_0x4021b1)try{await global[_0x26bf77(0x225)][0x0][_0x26bf77(0x1c4)](),global[_0x26bf77(0x225)][0x0][_0x26bf77(0x185)]['then'](_0x3bd658=>{const _0x1ee190=_0x26bf77;logger[_0x1ee190(0x183)]('Error:\x20in\x20quitting\x20driver\x20'+_0x3bd658[_0x1ee190(0x21c)]());})[_0x26bf77(0x18a)](_0x271c66=>{});}catch(_0xafbb8c){logger['debug']('Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20'+_0xafbb8c);}};});const a9_0x2b20ca={};a9_0x2b20ca['name']='bstack',a9_0x2b20ca[a9_0x55903d(0x204)]=0x2710,Before(a9_0x2b20ca,function(_0x1775b5,_0x4deb54){const _0x740181=a9_0x55903d,_0x3c75af={'UvUFc':function(_0x559254,_0x21bce8){return _0x559254>_0x21bce8;},'npFvH':function(_0x8e939a,_0x434e10){return _0x8e939a>_0x434e10;},'EIoly':function(_0x501836,_0x34f665){return _0x501836(_0x34f665);},'PwoNl':function(_0x905d44,_0xe3b718,_0x185ed9,_0x34df6a){return _0x905d44(_0xe3b718,_0x185ed9,_0x34df6a);},'lPevr':_0x740181(0x1de),'Nxqwn':function(_0x749c35){return _0x749c35();},'GyNSJ':'Inside\x20browserstack\x20Before'};commandRepository[_0x740181(0x1fb)](_0x1775b5[_0x740181(0x1df)]['name']),logger[_0x740181(0x183)](_0x3c75af[_0x740181(0x21d)]),new Promise(async _0x5e1f23=>{const _0x169f18=_0x740181;try{_0x3c75af[_0x169f18(0x1f1)](global[_0x169f18(0x225)]['length'],0x1)&&(await global['driverCleanup'](),global[_0x169f18(0x225)][_0x169f18(0x1b2)]()),global[_0x169f18(0x225)][0x0][_0x169f18(0x213)]&&_0x3c75af[_0x169f18(0x224)](global[_0x169f18(0x225)][0x0]['quitCount_'],0x0)&&await global[_0x169f18(0x18b)]();}catch(_0x1c2cce){logger[_0x169f18(0x183)](_0x169f18(0x21f)+_0x1c2cce);}workerDetails[_0x169f18(0x1ed)]['testInfo']=_0x1775b5[_0x169f18(0x1a9)];try{if(!_0x3c75af[_0x169f18(0x1bc)](isUndefined,_0x1775b5[_0x169f18(0x1df)][_0x169f18(0x200)])){const _0x4e05b7=_0x3c75af[_0x169f18(0x197)](shouldScanTestForAccessibility,null,![],_0x1775b5['pickle']['tags'][_0x169f18(0x1ba)](({name:_0x5595de})=>_0x5595de));globals['setGlobal'](_0x3c75af[_0x169f18(0x211)],_0x4e05b7);}}catch(_0x4d0892){logger['debug'](_0x169f18(0x1bf)+util[_0x169f18(0x1e5)](_0x4d0892));}_0x3c75af[_0x169f18(0x1ec)](_0x5e1f23);})['finally'](_0x4deb54);});const a9_0x48b30c={};a9_0x48b30c[a9_0x55903d(0x1b4)]=a9_0x55903d(0x1e0),a9_0x48b30c['timeout']=0x2710,After(a9_0x48b30c,function(_0x3dd9cf,_0x12287f){const _0x556c0d=a9_0x55903d,_0x5d192c={'SjNQM':_0x556c0d(0x18e),'OTKhA':function(_0x404c8a,_0x353f21){return _0x404c8a>_0x353f21;},'nVumf':function(_0x21825e,_0x3c1127){return _0x21825e===_0x3c1127;},'zVxdF':_0x556c0d(0x1cd),'srOPF':function(_0x4368a4,_0x1af3a9,_0x3221f4,_0x5bc9e0){return _0x4368a4(_0x1af3a9,_0x3221f4,_0x5bc9e0);},'HgrGN':_0x556c0d(0x1ce),'yPaTh':function(_0x4abf8c,_0xcd2d1d,_0x4e65d2){return _0x4abf8c(_0xcd2d1d,_0x4e65d2);},'jJxSe':_0x556c0d(0x1d9),'SgrMq':function(_0x148da5){return _0x148da5();},'LeGeS':function(_0x248fdb,_0x11836b,_0xc8ff6b,_0x3af849){return _0x248fdb(_0x11836b,_0xc8ff6b,_0x3af849);},'KBSNs':_0x556c0d(0x1e6),'qxOmR':_0x556c0d(0x1dd),'KVtRu':_0x556c0d(0x1de),'gZmbF':'Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','rlwSW':_0x556c0d(0x1d8),'iVqNr':_0x556c0d(0x1e8),'whroB':function(_0x167b6e,_0x1d1b0e){return _0x167b6e>_0x1d1b0e;},'bGvQu':function(_0x4a6a9f){return _0x4a6a9f();},'vgwPP':_0x556c0d(0x21e)};logger[_0x556c0d(0x183)](_0x5d192c[_0x556c0d(0x217)]),workerDetails[_0x556c0d(0x1ed)]['testInfo']=_0x3dd9cf[_0x556c0d(0x1a9)],new Promise(async _0x4ed342=>{const _0x2dea41=_0x556c0d;let _0x3bfb7e=![];try{const _0x31d5df=_0x5d192c[_0x2dea41(0x195)][_0x2dea41(0x1b0)]('|');let _0x43c76e=0x0;while(!![]){switch(_0x31d5df[_0x43c76e++]){case'0':_0x3bfb7e=!![];continue;case'1':_0x5d192c['OTKhA'](global[_0x2dea41(0x225)][_0x2dea41(0x1b3)],0x1)&&(await global[_0x2dea41(0x18b)](),global[_0x2dea41(0x225)][_0x2dea41(0x1b2)](),global['__error_messages__']=[],global['__sessionFailed']=![]);continue;case'2':await global[_0x2dea41(0x225)][0x0][_0x2dea41(0x185)];continue;case'3':!global['__skipSessionName']&&await global[_0x2dea41(0x225)][0x0]['executeScript'](_0x2dea41(0x1cb)+_0x3dd9cf[_0x2dea41(0x1df)][_0x2dea41(0x1b4)]+'\x22}}');continue;case'4':if(_0x5d192c[_0x2dea41(0x1a8)](_0x3dd9cf[_0x2dea41(0x1a2)][_0x2dea41(0x1a7)]['toString']()['toLowerCase'](),_0x5d192c[_0x2dea41(0x17d)])||_0x5d192c[_0x2dea41(0x1a8)](_0x3dd9cf['result'][_0x2dea41(0x1a7)][_0x2dea41(0x20e)]()[_0x2dea41(0x210)](),'6')){try{global[_0x2dea41(0x1ff)]['push'](_0x3dd9cf[_0x2dea41(0x1a2)][_0x2dea41(0x203)]);}catch(_0x2579ef){logger[_0x2dea41(0x183)](_0x2dea41(0x178)+_0x2579ef);}await _0x5d192c[_0x2dea41(0x177)](markSessionStatus,global['__drivers'][0x0],_0x5d192c[_0x2dea41(0x17d)],global[_0x2dea41(0x1ff)][_0x2dea41(0x1cc)](_0x5d192c[_0x2dea41(0x1f9)]));}else await _0x5d192c[_0x2dea41(0x1cf)](markSessionStatus,global['__drivers'][0x0],_0x5d192c['jJxSe']);continue;}break;}}catch(_0x23f255){logger[_0x2dea41(0x183)](_0x2dea41(0x1d1)+util[_0x2dea41(0x1e5)](_0x23f255));}try{if(_0x5d192c[_0x2dea41(0x228)](shouldProcessEventForTesthub)){const _0x5248cd=TestDetails[_0x2dea41(0x222)](_0x3dd9cf[_0x2dea41(0x1a9)]),_0x318edd=await _0x5d192c[_0x2dea41(0x19d)](sendPlatformDetails,global[_0x2dea41(0x225)][0x0],_0x5248cd,!![]),_0x36d5de={};_0x36d5de[_0x2dea41(0x17f)]=_0x5248cd,_0x36d5de['integrations']=_0x318edd;const _0x15370d=_0x36d5de,_0x2d5cb1={};_0x2d5cb1[_0x2dea41(0x219)]=_0x5d192c[_0x2dea41(0x1f4)],_0x2d5cb1['test_run']=_0x15370d,await SessionHandler[_0x2dea41(0x199)](_0x2d5cb1);}}catch(_0x3c40c9){logger['debug'](_0x2dea41(0x1be)+util[_0x2dea41(0x1e5)](_0x3c40c9));}try{if(globals[_0x2dea41(0x198)](_0x5d192c[_0x2dea41(0x1fe)])&&globals['getGlobal'](_0x5d192c[_0x2dea41(0x180)])){logger[_0x2dea41(0x1e9)](_0x5d192c[_0x2dea41(0x1b6)]);const _0x4bd6fd=TestDetails[_0x2dea41(0x222)](_0x3dd9cf[_0x2dea41(0x1a9)]),_0x3f0463={};_0x3f0463['thTestRunUuid']=_0x4bd6fd,_0x3f0463['thBuildUuid']=process[_0x2dea41(0x209)][testHubConstants[_0x2dea41(0x1ea)][_0x2dea41(0x227)]],_0x3f0463[_0x2dea41(0x1e3)]=process[_0x2dea41(0x209)][testHubConstants[_0x2dea41(0x1ea)][_0x2dea41(0x1c7)]];const _0x2be269=_0x3f0463;logger[_0x2dea41(0x183)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON[_0x2dea41(0x205)](_0x2be269)),logger[_0x2dea41(0x183)](_0x5d192c[_0x2dea41(0x1ac)]),logger['debug'](util[_0x2dea41(0x1e5)](await global[_0x2dea41(0x225)][0x0][_0x2dea41(0x1f3)](scripts[_0x2dea41(0x19c)],{'method':global[_0x2dea41(0x1a1)]}))),await global['__drivers'][0x0][_0x2dea41(0x1f3)](scripts[_0x2dea41(0x1da)],_0x2be269),logger['info'](_0x5d192c[_0x2dea41(0x1c2)]);}}catch(_0x1a45f3){logger[_0x2dea41(0x1bb)](_0x2dea41(0x223)+util[_0x2dea41(0x1e5)]);}if(_0x3bfb7e)try{global['__drivers'][0x0]&&_0x5d192c[_0x2dea41(0x1a4)](global['__drivers'][0x0]['quitCount_'],0x0)&&await global['__drivers'][0x0][_0x2dea41(0x1c4)]();}catch(_0x16beb6){logger[_0x2dea41(0x183)](_0x2dea41(0x229)+_0x16beb6);}_0x5d192c[_0x2dea41(0x1c1)](_0x4ed342);})[_0x556c0d(0x188)](()=>_0x12287f());});const a9_0x4be8cc={};function a9_0x54bf(){const _0x152eb1=['name','startMonitoring','gZmbF','165716mnzViq','__skipSessionName','\x22}}','map','error','EIoly','bTAcb','Error:\x20sendPlatformDetails\x20at\x20After:\x20','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20','Failed:\x20','bGvQu','iVqNr','Dzhra','initQuit','10aadrhC','jRlqz','BROWSERSTACK_TESTHUB_JWT','ZtQks','amlxP','../../helpers/helper','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','join','failed','\x20|\x20','yPaTh','browserstackAgentV2','Error:\x20at\x20After:\x20','FXfxo','houAK','../../helpers/logger','stopMonitoring','@cucumber/cucumber/lib/index.js','../../helpers/accessibility-automation/helper','Performing\x20scan\x20before\x20saving\x20results','passed','saveTestResults','Inside\x20browserstack\x20registerListeners','1928wydmAB','isAccessibilityPlatform','bstackA11yShouldScan','pickle','bstack','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','2172NlBZuP','thJwtToken','BSTACK_CONFIG','format','CBTSessionCreated','SVSSo','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','info','ENV_VAR','hBCMz','Nxqwn','currentTest','2443CTGrZN','VIbZi','gaOKJ','UvUFc','JvaHg','executeAsyncScript','KBSNs','4250754zXgBOg','pid','10PkjSns','2214558vhAofp','HgrGN','Error:\x20in\x20After\x20Step\x20for\x20driver\x20','setTestNameForHealingContext','workerInfo','../../helpers/test-observability/requestQueueHandler','qxOmR','__error_messages__','tags','2HnqSae','parse','message','timeout','stringify','executeScript','4675uMzunM','ToZmA','env','Inside\x20browserstack\x20AfterStep','wuHZW','setDefaultTimeout','BSvwk','toString','shutdown','toLowerCase','lPevr','lodash','quitCount_','getInstance','../../helpers/test-observability/error-handler','../../helpers/ai-sdk/autoHealHelper','vgwPP','../../index','event_type','LWeLJ','text','getId','GyNSJ','Inside\x20browserstack\x20After','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','Inside\x20browserstack\x20AfterAll','../../helpers/test-observability/sessionHandler','getTestUUID','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20','npFvH','__drivers','NYOaS','BROWSERSTACK_TESTHUB_UUID','SgrMq','Error:\x20quiting\x20driver\x20at\x20After:\x20','then','../../helpers/accessibility-automation/scripts','cucumber-js','iDQBa','__sessionFailed','srOPF','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','\x0aError:\x20','CONFIG','pickleStep','../../helpers/testhub/constants.js','zVxdF','arzNo','uuid','KVtRu','platformCaps','bs:addLog:','debug','util','session_','setConfig','skipSessionStatus','finally','__timeout','catch','driverCleanup','Inside\x20browserstack\x20BeforeAll','skipSessionName','1|2|0|3|4','Nzvrc','AfterAll','jdkun','../../helpers/globals','../playwright/reporter/reporter.js','1154646cmOrAa','SjNQM','xxaZZ','PwoNl','getGlobal','uploadEventData',',\x22level\x22:\x20\x22','__platformCaps','performScan','LeGeS','HmIIX','WKZiY','497017LzxzeG','browserstackSessionName','result','setFramework','whroB','tdqZx','addTestUIDAndReportLog','status','nVumf','testCaseStartedId','testInfo','o11ySyncDone','rlwSW','OSygD','../../helpers/testhub/utils','BkRCd','split','After','shift','length'];a9_0x54bf=function(){return _0x152eb1;};return a9_0x54bf();}a9_0x4be8cc['name']=a9_0x55903d(0x1e0),a9_0x4be8cc['timeout']=0x2710,AfterStep(a9_0x4be8cc,function(_0x5e0dab,_0x7094db){const _0x2bbbd6=a9_0x55903d,_0x317859={'jRlqz':function(_0x832093,_0x86904f){return _0x832093===_0x86904f;},'BkRCd':_0x2bbbd6(0x1cd),'JvaHg':function(_0x7f2559,_0x40a130){return _0x7f2559===_0x40a130;},'OSygD':function(_0x1f00ac,_0x128a9f){return _0x1f00ac!==_0x128a9f;},'Nzvrc':function(_0x1d8c7a,_0x19cfc2,_0x332a36){return _0x1d8c7a(_0x19cfc2,_0x332a36);},'Dzhra':function(_0x5e49b7,_0x2c78c4){return _0x5e49b7+_0x2c78c4;},'amlxP':function(_0x322103,_0x3b7f3a){return _0x322103+_0x3b7f3a;},'BSvwk':_0x2bbbd6(0x1c0),'jdkun':_0x2bbbd6(0x179),'arzNo':'error','ToZmA':function(_0x26fd85,_0x287cb0,_0x171e32){return _0x26fd85(_0x287cb0,_0x171e32);},'wuHZW':function(_0xc8112e,_0x224920,_0x386600){return _0xc8112e(_0x224920,_0x386600);},'gbBNe':function(_0x2f2983,_0x5b5142){return _0x2f2983+_0x5b5142;},'SVSSo':'Passed:\x20','bTAcb':_0x2bbbd6(0x1e9),'HmIIX':'Passed','hBCMz':function(_0x38cd84){return _0x38cd84();},'VIbZi':_0x2bbbd6(0x20a)};logger[_0x2bbbd6(0x183)](_0x317859[_0x2bbbd6(0x1ef)]);const _0xe4e243=async(_0x5994ed,_0x33b605)=>{const _0x418763=_0x2bbbd6;await global[_0x418763(0x225)][0x0][_0x418763(0x206)](_0x418763(0x1e1)+_0x5994ed+_0x418763(0x19a)+_0x33b605+_0x418763(0x1b9));};new Promise(async _0x5f0525=>{const _0xb50cfa=_0x2bbbd6;try{_0x317859[_0xb50cfa(0x1c6)](_0x5e0dab[_0xb50cfa(0x1a2)][_0xb50cfa(0x1a7)][_0xb50cfa(0x20e)]()[_0xb50cfa(0x210)](),_0x317859[_0xb50cfa(0x1af)])||_0x317859[_0xb50cfa(0x1f2)](_0x5e0dab['result']['status'][_0xb50cfa(0x20e)]()[_0xb50cfa(0x210)](),'6')?(global[_0xb50cfa(0x176)]=!![],global[_0xb50cfa(0x1ff)]['push'](_0x5e0dab[_0xb50cfa(0x1a2)][_0xb50cfa(0x203)]),_0x317859[_0xb50cfa(0x1ad)](_0x5e0dab[_0xb50cfa(0x17b)],undefined)?await _0x317859[_0xb50cfa(0x18f)](_0xe4e243,JSON[_0xb50cfa(0x205)](_0x317859[_0xb50cfa(0x1c3)](_0x317859[_0xb50cfa(0x1c9)](_0x317859[_0xb50cfa(0x1c3)](_0x317859[_0xb50cfa(0x20d)],'\x22'+_0x5e0dab[_0xb50cfa(0x17b)][_0xb50cfa(0x21b)]+'\x22\x20'),_0x317859[_0xb50cfa(0x191)]),_0x5e0dab[_0xb50cfa(0x1a2)][_0xb50cfa(0x203)])),_0x317859[_0xb50cfa(0x17e)]):await _0x317859['ToZmA'](_0xe4e243,JSON['stringify'](_0x317859['amlxP'](_0x317859[_0xb50cfa(0x20d)],_0x5e0dab[_0xb50cfa(0x1a2)][_0xb50cfa(0x203)])),_0x317859[_0xb50cfa(0x17e)])):_0x317859['OSygD'](_0x5e0dab[_0xb50cfa(0x17b)],undefined)?await _0x317859[_0xb50cfa(0x20b)](_0xe4e243,JSON['stringify'](_0x317859['gbBNe'](_0x317859[_0xb50cfa(0x1e7)],'\x22'+_0x5e0dab[_0xb50cfa(0x17b)][_0xb50cfa(0x21b)]+'\x22')),_0x317859[_0xb50cfa(0x1bd)]):await _0x317859[_0xb50cfa(0x208)](_0xe4e243,JSON[_0xb50cfa(0x205)](_0x317859[_0xb50cfa(0x19e)]),_0x317859['bTAcb']),global[_0xb50cfa(0x225)][0x0][_0xb50cfa(0x185)][_0xb50cfa(0x22a)](_0x22cc49=>{const _0x30936c=_0xb50cfa;logger[_0x30936c(0x183)](_0x30936c(0x1fa)+_0x22cc49['getId']());})[_0xb50cfa(0x18a)](_0x5da322=>{});}catch(_0xd779e6){logger[_0xb50cfa(0x183)]('Error:\x20at\x20After\x20Step:\x20'+_0xd779e6);}_0x317859[_0xb50cfa(0x1eb)](_0x5f0525);})[_0x2bbbd6(0x188)](()=>_0x7094db());});const a9_0x18bbf8={};a9_0x18bbf8[a9_0x55903d(0x1b4)]='bstack',a9_0x18bbf8[a9_0x55903d(0x204)]=0x7530,AfterAll(a9_0x18bbf8,async function(_0x3a4151,_0x513020){const _0x5ae186=a9_0x55903d,_0x106486={'gaOKJ':function(_0x5b2d70){return _0x5b2d70();},'xxaZZ':_0x5ae186(0x220)};logger[_0x5ae186(0x183)](_0x106486[_0x5ae186(0x196)]),await new Promise(async _0x596ad8=>{const _0x3d0f41=_0x5ae186;await RequestQueueHandler[_0x3d0f41(0x214)]()[_0x3d0f41(0x20f)](),PerformanceTester[_0x3d0f41(0x1d5)](),await global['driverCleanup'](),_0x106486[_0x3d0f41(0x1f0)](_0x596ad8);});});
1
+ const a9_0x5c4f32=a9_0x547e;(function(_0x565d09,_0x31c1e6){const _0xa5d54d=a9_0x547e,_0x171188=_0x565d09();while(!![]){try{const _0x32b308=parseInt(_0xa5d54d(0xf4))/0x1+-parseInt(_0xa5d54d(0xd6))/0x2*(-parseInt(_0xa5d54d(0xa4))/0x3)+-parseInt(_0xa5d54d(0x10c))/0x4+-parseInt(_0xa5d54d(0x118))/0x5+parseInt(_0xa5d54d(0xab))/0x6*(-parseInt(_0xa5d54d(0x14c))/0x7)+-parseInt(_0xa5d54d(0x102))/0x8+-parseInt(_0xa5d54d(0xd5))/0x9*(-parseInt(_0xa5d54d(0xe2))/0xa);if(_0x32b308===_0x31c1e6)break;else _0x171188['push'](_0x171188['shift']());}catch(_0x5c31ab){_0x171188['push'](_0x171188['shift']());}}}(a9_0x4e4f,0x280e9));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require(a9_0x5c4f32(0xa5)),setKeepAlive=require('../../helpers/setKeepAlive'),util=require('util'),PerformanceTester=require('../../helpers/performance/performance-tester'),{commandRepository}=require(a9_0x5c4f32(0xa0)),cucumberModule=requireModule('@cucumber/cucumber/lib/index.js',a9_0x5c4f32(0xb8)),logger=require(a9_0x5c4f32(0xbf))[a9_0x5c4f32(0x114)],{shouldProcessEventForTesthub}=require('../../helpers/testhub/utils'),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require(a9_0x5c4f32(0x121)),TestDetails=require(a9_0x5c4f32(0xd2)),RequestQueueHandler=require(a9_0x5c4f32(0xda)),{o11yErrorHandler}=require(a9_0x5c4f32(0x104)),MyReporter=require(a9_0x5c4f32(0xcd)),SessionHandler=require(a9_0x5c4f32(0xcf)),scripts=require(a9_0x5c4f32(0xc0)),globals=require(a9_0x5c4f32(0xf1)),testHubConstants=require(a9_0x5c4f32(0x11b)),{shouldScanTestForAccessibility}=require(a9_0x5c4f32(0xd1)),{isUndefined}=require(a9_0x5c4f32(0xa2)),a9_0x441e57={};a9_0x441e57[a9_0x5c4f32(0x9a)]=undefined,a9_0x441e57[a9_0x5c4f32(0xf3)]={},a9_0x441e57[a9_0x5c4f32(0x12f)]=![],a9_0x441e57[a9_0x5c4f32(0xf3)]['id']=undefined,a9_0x441e57[a9_0x5c4f32(0xf3)][a9_0x5c4f32(0x126)]=undefined;const workerDetails=a9_0x441e57;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x1e88d3){const _0x53f6c7=a9_0x5c4f32,_0x915ab2=workerDetails[_0x53f6c7(0xf3)][_0x53f6c7(0x126)];if(!_0x915ab2)return;await MyReporter[_0x53f6c7(0x9d)](_0x915ab2,_0x1e88d3);}),registerListeners=()=>{const _0x5e1d0f=a9_0x5c4f32,_0x1ed994={};_0x1ed994['zYdLh']=_0x5e1d0f(0x139);const _0x3c7b42=_0x1ed994;logger[_0x5e1d0f(0x109)](_0x3c7b42[_0x5e1d0f(0x11d)]),process[_0x5e1d0f(0x100)](_0x5e1d0f(0xa3)+process[_0x5e1d0f(0xdc)]),process['on'](_0x5e1d0f(0xa3)+process['pid'],sendTestLog),PerformanceTester['startMonitoring']();};modifyCommand(),setKeepAlive();const Before=cucumberModule[a9_0x5c4f32(0xc5)],After=cucumberModule['After'],AfterAll=cucumberModule['AfterAll'],BeforeAll=cucumberModule[a9_0x5c4f32(0x140)],AfterStep=cucumberModule[a9_0x5c4f32(0xe8)],configuration=process[a9_0x5c4f32(0xa7)][a9_0x5c4f32(0xb5)],bstackConfig=process[a9_0x5c4f32(0xa7)]['BSTACK_CONFIG'];if(configuration!==undefined){const config=JSON[a9_0x5c4f32(0xf9)](configuration);isBrowserstackInfra()?(global['__skipSessionName']=isTrue(config[a9_0x5c4f32(0x117)]),global[a9_0x5c4f32(0x9b)]=isTrue(config[a9_0x5c4f32(0x116)])):(global[a9_0x5c4f32(0xbe)]=!![],global[a9_0x5c4f32(0x9b)]=!![]),shouldProcessEventForTesthub()?require(a9_0x5c4f32(0x10f))[a9_0x5c4f32(0xca)](config,null,!![]):require('../../index')[a9_0x5c4f32(0xca)](config),global[a9_0x5c4f32(0xfc)]=config[a9_0x5c4f32(0xcc)]||{};}if(bstackConfig!==undefined){const browserStackConfig=JSON[a9_0x5c4f32(0xf9)](bstackConfig);browserStackConfig&&(commandRepository[a9_0x5c4f32(0xf6)](browserStackConfig),commandRepository[a9_0x5c4f32(0xf0)]('cucumber-js'));}global['__timeout']=0x0;const __setDefaultTimeout=cucumberModule['setDefaultTimeout'];cucumberModule[a9_0x5c4f32(0x135)]=_0x56bd31=>{const _0x2f6c52=a9_0x5c4f32,_0x577343={'OKmuf':function(_0x5f1b43,_0x58e151){return _0x5f1b43(_0x58e151);}};global[_0x2f6c52(0xdd)]=_0x56bd31,_0x577343[_0x2f6c52(0xbb)](__setDefaultTimeout,_0x56bd31);};const a9_0x4b4949={};a9_0x4b4949[a9_0x5c4f32(0xb0)]=a9_0x5c4f32(0xbd),BeforeAll(a9_0x4b4949,function(){const _0x4c5631=a9_0x5c4f32,_0x3017a6={'WMbZe':function(_0x651933,_0x312bec,_0x129f3d,_0x1bcc83){return _0x651933(_0x312bec,_0x129f3d,_0x1bcc83);},'UXLAX':_0x4c5631(0xeb),'xLnkr':_0x4c5631(0xdb),'MJsBQ':function(_0x58803a,_0x1d43aa,_0x482990){return _0x58803a(_0x1d43aa,_0x482990);},'aiIpJ':_0x4c5631(0xb2),'NIXGB':'Inside\x20browserstack\x20BeforeAll','IOcIc':function(_0x5b52c9){return _0x5b52c9();},'zKfER':function(_0x3a28f2,_0xf58c7a){return _0x3a28f2(_0xf58c7a);}};PerformanceTester[_0x4c5631(0x132)](),logger[_0x4c5631(0x109)](_0x3017a6[_0x4c5631(0x10d)]),global['__error_messages__']=[],global[_0x4c5631(0x13f)]=![],_0x3017a6['IOcIc'](shouldProcessEventForTesthub)&&(_0x3017a6[_0x4c5631(0xd0)](registerListeners),_0x3017a6[_0x4c5631(0xd8)](addRequestSpy,![])),global[_0x4c5631(0x127)]=async()=>{const _0x587620=_0x4c5631;let _0x599089=![];try{await global['__drivers'][0x0]['session_'],_0x599089=!![],global[_0x587620(0x13f)]?await _0x3017a6[_0x587620(0xf5)](markSessionStatus,global[_0x587620(0x142)][0x0],_0x3017a6[_0x587620(0x11a)],global['__error_messages__']['join'](_0x3017a6['xLnkr'])):await _0x3017a6[_0x587620(0x103)](markSessionStatus,global[_0x587620(0x142)][0x0],_0x3017a6[_0x587620(0x123)]);}catch(_0x3dabc2){logger[_0x587620(0x109)](_0x587620(0xfe)+_0x3dabc2);}global['__error_messages__']=[],global[_0x587620(0x13f)]=![];if(_0x599089)try{await global[_0x587620(0x142)][0x0]['initQuit'](),global[_0x587620(0x142)][0x0][_0x587620(0xce)][_0x587620(0xed)](_0x47cffb=>{const _0x31f995=_0x587620;logger[_0x31f995(0x109)](_0x31f995(0x13a)+_0x47cffb['getId']());})[_0x587620(0x130)](_0x2cfc1b=>{});}catch(_0x337c2e){logger['debug'](_0x587620(0xf7)+_0x337c2e);}};});const a9_0x1f6297={};a9_0x1f6297[a9_0x5c4f32(0xb0)]=a9_0x5c4f32(0xbd),a9_0x1f6297[a9_0x5c4f32(0x120)]=0x2710,Before(a9_0x1f6297,function(_0x8bd5d7,_0x557798){const _0x252493=a9_0x5c4f32,_0xc4db45={'cufmO':function(_0x215918,_0x2cb69f){return _0x215918>_0x2cb69f;},'FRgzo':function(_0xc46c2,_0x38e894){return _0xc46c2(_0x38e894);},'RwcmI':function(_0x46267f,_0x3c0d9b,_0x24dd8b,_0x1e4690){return _0x46267f(_0x3c0d9b,_0x24dd8b,_0x1e4690);},'HlspK':_0x252493(0x12a),'OHiiI':function(_0x5f48c3){return _0x5f48c3();},'HxnJY':_0x252493(0xc7)};commandRepository[_0x252493(0xa9)](_0x8bd5d7['pickle'][_0x252493(0xb0)]),logger[_0x252493(0x109)](_0xc4db45[_0x252493(0xe7)]),new Promise(async _0x48a729=>{const _0xe51834=_0x252493;try{_0xc4db45[_0xe51834(0x9e)](global[_0xe51834(0x142)]['length'],0x1)&&(await global[_0xe51834(0x127)](),global[_0xe51834(0x142)][_0xe51834(0xe9)]()),global['__drivers'][0x0][_0xe51834(0x106)]&&_0xc4db45[_0xe51834(0x9e)](global['__drivers'][0x0][_0xe51834(0x106)],0x0)&&await global[_0xe51834(0x127)]();}catch(_0x66b246){logger[_0xe51834(0x109)](_0xe51834(0x136)+_0x66b246);}workerDetails['currentTest']['testInfo']=_0x8bd5d7[_0xe51834(0x110)];try{if(!_0xc4db45['FRgzo'](isUndefined,_0x8bd5d7['pickle'][_0xe51834(0x9f)])){const _0x37acd8=_0xc4db45[_0xe51834(0xb7)](shouldScanTestForAccessibility,null,![],_0x8bd5d7[_0xe51834(0x119)][_0xe51834(0x9f)][_0xe51834(0xe5)](({name:_0x47108b})=>_0x47108b));globals[_0xe51834(0x146)](_0xc4db45[_0xe51834(0x122)],_0x37acd8);}}catch(_0x3601ef){logger['debug'](_0xe51834(0x10b)+util[_0xe51834(0xe6)](_0x3601ef));}_0xc4db45['OHiiI'](_0x48a729);})['finally'](_0x557798);});const a9_0x5ae4b9={};a9_0x5ae4b9[a9_0x5c4f32(0xb0)]=a9_0x5c4f32(0xbd),a9_0x5ae4b9['timeout']=0x2710,After(a9_0x5ae4b9,function(_0x34809d,_0x23875d){const _0x2e6894=a9_0x5c4f32,_0x3aa9d9={'sfzgt':'1|4|3|2|0','sCvJX':function(_0x3153ba,_0x3286d0){return _0x3153ba===_0x3286d0;},'zRhBe':'failed','VHWKU':function(_0x52b2fc,_0x5fcba2){return _0x52b2fc===_0x5fcba2;},'HuSOz':function(_0x17fc28,_0xb9e63f,_0x548529,_0x5637e9){return _0x17fc28(_0xb9e63f,_0x548529,_0x5637e9);},'BKUPr':'\x20|\x20','QXUfk':function(_0x2ff231,_0x2488d2,_0x495a17){return _0x2ff231(_0x2488d2,_0x495a17);},'USATB':_0x2e6894(0xb2),'nrvYW':function(_0x35feae,_0x126108){return _0x35feae>_0x126108;},'pdsWU':function(_0xc99cb9){return _0xc99cb9();},'vEiWU':function(_0x9c6cca,_0x2afbb5,_0x3b0821,_0x66f708){return _0x9c6cca(_0x2afbb5,_0x3b0821,_0x66f708);},'qDvfM':_0x2e6894(0xf8),'TziDI':'isAccessibilityPlatform','jOIPE':_0x2e6894(0x12a),'QmXWO':_0x2e6894(0x131),'UvIYm':_0x2e6894(0xe1),'PvdAN':_0x2e6894(0xb4),'rYHhA':function(_0x37d2ee,_0x5f0e59){return _0x37d2ee>_0x5f0e59;},'VZFxt':_0x2e6894(0xf2)};logger[_0x2e6894(0x109)](_0x3aa9d9[_0x2e6894(0x13d)]),workerDetails[_0x2e6894(0xf3)][_0x2e6894(0x126)]=_0x34809d[_0x2e6894(0x110)],new Promise(async _0x5d91c0=>{const _0x3f87ee=_0x2e6894;let _0x54748e=![];try{const _0x4a9aaf=_0x3aa9d9['sfzgt'][_0x3f87ee(0xe4)]('|');let _0x49d4b4=0x0;while(!![]){switch(_0x4a9aaf[_0x49d4b4++]){case'0':if(_0x3aa9d9[_0x3f87ee(0xc2)](_0x34809d[_0x3f87ee(0x14a)][_0x3f87ee(0xa6)]['toString']()['toLowerCase'](),_0x3aa9d9[_0x3f87ee(0x124)])||_0x3aa9d9[_0x3f87ee(0x128)](_0x34809d[_0x3f87ee(0x14a)]['status'][_0x3f87ee(0x147)]()[_0x3f87ee(0xae)](),'6')){try{global['__error_messages__'][_0x3f87ee(0x12b)](_0x34809d[_0x3f87ee(0x14a)][_0x3f87ee(0x13c)]);}catch(_0x4b469c){logger['debug']('Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20'+_0x4b469c);}await _0x3aa9d9[_0x3f87ee(0x129)](markSessionStatus,global['__drivers'][0x0],_0x3aa9d9[_0x3f87ee(0x124)],global[_0x3f87ee(0xfb)][_0x3f87ee(0x107)](_0x3aa9d9[_0x3f87ee(0xff)]));}else await _0x3aa9d9[_0x3f87ee(0xc6)](markSessionStatus,global[_0x3f87ee(0x142)][0x0],_0x3aa9d9[_0x3f87ee(0xba)]);continue;case'1':_0x3aa9d9[_0x3f87ee(0x11f)](global[_0x3f87ee(0x142)][_0x3f87ee(0x137)],0x1)&&(await global[_0x3f87ee(0x127)](),global[_0x3f87ee(0x142)][_0x3f87ee(0xe9)](),global[_0x3f87ee(0xfb)]=[],global[_0x3f87ee(0x13f)]=![]);continue;case'2':!global['__skipSessionName']&&await global[_0x3f87ee(0x142)][0x0][_0x3f87ee(0xaf)](_0x3f87ee(0xd3)+_0x34809d[_0x3f87ee(0x119)]['name']+_0x3f87ee(0xd7));continue;case'3':_0x54748e=!![];continue;case'4':await global[_0x3f87ee(0x142)][0x0][_0x3f87ee(0xce)];continue;}break;}}catch(_0x24c834){logger[_0x3f87ee(0x109)](_0x3f87ee(0xb1)+util['format'](_0x24c834));}try{if(_0x3aa9d9[_0x3f87ee(0xc8)](shouldProcessEventForTesthub)){const _0x1781bb=TestDetails[_0x3f87ee(0xe3)](_0x34809d[_0x3f87ee(0x110)]),_0x1964b7=await _0x3aa9d9['vEiWU'](sendPlatformDetails,global[_0x3f87ee(0x142)][0x0],_0x1781bb,!![]),_0x566645={};_0x566645[_0x3f87ee(0x138)]=_0x1781bb,_0x566645[_0x3f87ee(0xac)]=_0x1964b7;const _0x47e465=_0x566645,_0x32227f={};_0x32227f[_0x3f87ee(0xef)]=_0x3aa9d9[_0x3f87ee(0x14e)],_0x32227f[_0x3f87ee(0xea)]=_0x47e465,await SessionHandler[_0x3f87ee(0x10a)](_0x32227f);}}catch(_0x13352e){logger['debug'](_0x3f87ee(0x108)+util[_0x3f87ee(0xe6)](_0x13352e));}try{if(globals[_0x3f87ee(0x13e)](_0x3aa9d9[_0x3f87ee(0x14b)])&&globals[_0x3f87ee(0x13e)](_0x3aa9d9[_0x3f87ee(0xc3)])){logger['info'](_0x3aa9d9[_0x3f87ee(0x113)]);const _0x592dbe=TestDetails[_0x3f87ee(0xe3)](_0x34809d[_0x3f87ee(0x110)]),_0x296884={};_0x296884[_0x3f87ee(0xe0)]=_0x592dbe,_0x296884[_0x3f87ee(0x141)]=process[_0x3f87ee(0xa7)][testHubConstants[_0x3f87ee(0xad)]['BROWSERSTACK_TESTHUB_UUID']],_0x296884[_0x3f87ee(0xd4)]=process[_0x3f87ee(0xa7)][testHubConstants['ENV_VAR']['BROWSERSTACK_TESTHUB_JWT']];const _0x3d0f57=_0x296884;logger['debug'](_0x3f87ee(0x9c)+JSON[_0x3f87ee(0x143)](_0x3d0f57)),logger[_0x3f87ee(0x109)](_0x3aa9d9[_0x3f87ee(0x145)]),logger['debug'](util['format'](await global[_0x3f87ee(0x142)][0x0]['executeAsyncScript'](scripts[_0x3f87ee(0x13b)],{'method':global['browserstackSessionName']}))),await global['__drivers'][0x0][_0x3f87ee(0xc9)](scripts['saveTestResults'],_0x3d0f57),logger[_0x3f87ee(0x14d)](_0x3aa9d9[_0x3f87ee(0x144)]);}}catch(_0x379126){logger[_0x3f87ee(0x11c)](_0x3f87ee(0x134)+util[_0x3f87ee(0xe6)]);}if(_0x54748e)try{global[_0x3f87ee(0x142)][0x0]&&_0x3aa9d9[_0x3f87ee(0x12d)](global['__drivers'][0x0][_0x3f87ee(0x106)],0x0)&&await global[_0x3f87ee(0x142)][0x0][_0x3f87ee(0xec)]();}catch(_0xbe352d){logger['debug']('Error:\x20quiting\x20driver\x20at\x20After:\x20'+_0xbe352d);}_0x3aa9d9[_0x3f87ee(0xc8)](_0x5d91c0);})[_0x2e6894(0xb3)](()=>_0x23875d());});const a9_0x10e783={};a9_0x10e783[a9_0x5c4f32(0xb0)]=a9_0x5c4f32(0xbd),a9_0x10e783[a9_0x5c4f32(0x120)]=0x2710,AfterStep(a9_0x10e783,function(_0x4f385a,_0x288b92){const _0x24d491=a9_0x5c4f32,_0x595d3e={'KuCsp':function(_0x2b031d,_0x24514f){return _0x2b031d===_0x24514f;},'rzjQA':_0x24d491(0xeb),'huEDT':function(_0x43172d,_0x394352){return _0x43172d!==_0x394352;},'RrEgI':function(_0xe43909,_0x599206,_0x1bcb92){return _0xe43909(_0x599206,_0x1bcb92);},'kxlzV':function(_0xc6ec07,_0x4fbaac){return _0xc6ec07+_0x4fbaac;},'zQVQq':function(_0xdcf6a3,_0x18973c){return _0xdcf6a3+_0x18973c;},'lpZOK':_0x24d491(0xaa),'BKWUQ':'\x0aError:\x20','rfits':'error','OEYLb':function(_0x5ce8af,_0x98b7bb,_0x328c3f){return _0x5ce8af(_0x98b7bb,_0x328c3f);},'dEzuF':function(_0x3b4b3a,_0x375f43){return _0x3b4b3a+_0x375f43;},'FFFOH':function(_0x2ae73f,_0x2ac500,_0x4b36b1){return _0x2ae73f(_0x2ac500,_0x4b36b1);},'CzHLy':function(_0x7b19dd,_0x1ff948){return _0x7b19dd+_0x1ff948;},'JCQPY':_0x24d491(0xa1),'WuGYT':'info','dnArK':_0x24d491(0x125),'weypO':function(_0x11c857){return _0x11c857();},'mgwAB':_0x24d491(0x12e)};logger[_0x24d491(0x109)](_0x595d3e[_0x24d491(0x111)]);const _0x4bea5a=async(_0x4dae97,_0x2ca3c3)=>{const _0x550a36=_0x24d491;await global[_0x550a36(0x142)][0x0][_0x550a36(0xaf)](_0x550a36(0x149)+_0x4dae97+_0x550a36(0xfd)+_0x2ca3c3+_0x550a36(0xd7));};new Promise(async _0x5193ad=>{const _0x2fd69b=_0x24d491;try{_0x595d3e[_0x2fd69b(0x14f)](_0x4f385a[_0x2fd69b(0x14a)]['status'][_0x2fd69b(0x147)]()['toLowerCase'](),_0x595d3e[_0x2fd69b(0x105)])||_0x595d3e[_0x2fd69b(0x14f)](_0x4f385a[_0x2fd69b(0x14a)]['status'][_0x2fd69b(0x147)]()[_0x2fd69b(0xae)](),'6')?(global[_0x2fd69b(0x13f)]=!![],global['__error_messages__'][_0x2fd69b(0x12b)](_0x4f385a[_0x2fd69b(0x14a)]['message']),_0x595d3e[_0x2fd69b(0xb9)](_0x4f385a['pickleStep'],undefined)?await _0x595d3e[_0x2fd69b(0xee)](_0x4bea5a,JSON['stringify'](_0x595d3e[_0x2fd69b(0xbc)](_0x595d3e[_0x2fd69b(0xbc)](_0x595d3e[_0x2fd69b(0xfa)](_0x595d3e[_0x2fd69b(0xdf)],'\x22'+_0x4f385a[_0x2fd69b(0xa8)]['text']+'\x22\x20'),_0x595d3e[_0x2fd69b(0x99)]),_0x4f385a['result'][_0x2fd69b(0x13c)])),_0x595d3e[_0x2fd69b(0xd9)]):await _0x595d3e[_0x2fd69b(0x148)](_0x4bea5a,JSON[_0x2fd69b(0x143)](_0x595d3e[_0x2fd69b(0x11e)](_0x595d3e['lpZOK'],_0x4f385a['result'][_0x2fd69b(0x13c)])),_0x595d3e[_0x2fd69b(0xd9)])):_0x595d3e['huEDT'](_0x4f385a[_0x2fd69b(0xa8)],undefined)?await _0x595d3e[_0x2fd69b(0xc4)](_0x4bea5a,JSON[_0x2fd69b(0x143)](_0x595d3e[_0x2fd69b(0xc1)](_0x595d3e[_0x2fd69b(0x115)],'\x22'+_0x4f385a[_0x2fd69b(0xa8)][_0x2fd69b(0xb6)]+'\x22')),_0x595d3e[_0x2fd69b(0xde)]):await _0x595d3e[_0x2fd69b(0xc4)](_0x4bea5a,JSON[_0x2fd69b(0x143)](_0x595d3e[_0x2fd69b(0x101)]),_0x595d3e[_0x2fd69b(0xde)]),global[_0x2fd69b(0x142)][0x0][_0x2fd69b(0xce)][_0x2fd69b(0xed)](_0x2756b0=>{logger['debug']('Error:\x20in\x20After\x20Step\x20for\x20driver\x20'+_0x2756b0['getId']());})[_0x2fd69b(0x130)](_0x1bb8dc=>{});}catch(_0x10cfac){logger[_0x2fd69b(0x109)]('Error:\x20at\x20After\x20Step:\x20'+_0x10cfac);}_0x595d3e[_0x2fd69b(0x112)](_0x5193ad);})[_0x24d491(0xb3)](()=>_0x288b92());});function a9_0x547e(_0x3dce5a,_0xf58c67){const _0x4e4fe6=a9_0x4e4f();return a9_0x547e=function(_0x547e62,_0x45aba6){_0x547e62=_0x547e62-0x99;let _0x2314ff=_0x4e4fe6[_0x547e62];return _0x2314ff;},a9_0x547e(_0x3dce5a,_0xf58c67);}const a9_0x19cdca={};function a9_0x4e4f(){const _0x171edb=['failed','initQuit','then','RrEgI','event_type','setFramework','../../helpers/globals','Inside\x20browserstack\x20After','currentTest','125698spGfnz','WMbZe','setConfig','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','CBTSessionCreated','parse','zQVQq','__error_messages__','__platformCaps',',\x22level\x22:\x20\x22','Error:\x20cleaning\x20up\x20driver:\x20','BKUPr','removeAllListeners','dnArK','2123880lvBLxG','MJsBQ','../../helpers/test-observability/error-handler','rzjQA','quitCount_','join','Error:\x20sendPlatformDetails\x20at\x20After:\x20','debug','uploadEventData','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20','290764hLnkwM','NIXGB','shutdown','../../index','testCaseStartedId','mgwAB','weypO','QmXWO','winstonLogger','JCQPY','skipSessionStatus','skipSessionName','1409545QzwqBD','pickle','UXLAX','../../helpers/testhub/constants.js','error','zYdLh','dEzuF','nrvYW','timeout','../../helpers/test-observability/utils','HlspK','aiIpJ','zRhBe','Passed','testInfo','driverCleanup','VHWKU','HuSOz','bstackA11yShouldScan','push','stopMonitoring','rYHhA','Inside\x20browserstack\x20AfterStep','o11ySyncDone','catch','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','startMonitoring','MKmyj','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20','setDefaultTimeout','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','length','uuid','Inside\x20browserstack\x20registerListeners','Error:\x20in\x20quitting\x20driver\x20','performScan','message','VZFxt','getGlobal','__sessionFailed','BeforeAll','thBuildUuid','__drivers','stringify','PvdAN','UvIYm','setGlobal','toString','OEYLb','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','result','TziDI','45283fYVHRJ','info','qDvfM','KuCsp','BKWUQ','workerInfo','__skipSessionStatus','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','addTestUIDAndReportLog','cufmO','tags','../../helpers/ai-sdk/autoHealHelper','Passed:\x20','lodash','bs:addLog:','122712suCcWZ','../../helpers/helper','status','env','pickleStep','setTestNameForHealingContext','Failed:\x20','150qeiYdP','integrations','ENV_VAR','toLowerCase','executeScript','name','Error:\x20at\x20After:\x20','passed','finally','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','CONFIG','text','RwcmI','@cucumber/cucumber','huEDT','USATB','OKmuf','kxlzV','bstack','__skipSessionName','../../helpers/logger','../../helpers/accessibility-automation/scripts','CzHLy','sCvJX','jOIPE','FFFOH','Before','QXUfk','Inside\x20browserstack\x20Before','pdsWU','executeAsyncScript','browserstackAgentV2','IKOMe','platformCaps','../playwright/reporter/reporter.js','session_','../../helpers/test-observability/sessionHandler','IOcIc','../../helpers/accessibility-automation/helper','../playwright/reporter/test-details.js','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','thJwtToken','2097zKwmMD','4RQZTVx','\x22}}','zKfER','rfits','../../helpers/test-observability/requestQueueHandler','\x20|\x20','pid','__timeout','WuGYT','lpZOK','thTestRunUuid','Performing\x20scan\x20before\x20saving\x20results','31690ffWEXf','getTestUUID','split','map','format','HxnJY','AfterStep','shift','test_run'];a9_0x4e4f=function(){return _0x171edb;};return a9_0x4e4f();}a9_0x19cdca[a9_0x5c4f32(0xb0)]='bstack',a9_0x19cdca['timeout']=0x7530,AfterAll(a9_0x19cdca,async function(_0x5f84d4,_0xe04a14){const _0x6c866=a9_0x5c4f32,_0x234c4e={'MKmyj':function(_0x5c2b0d){return _0x5c2b0d();},'IKOMe':'Inside\x20browserstack\x20AfterAll'};logger[_0x6c866(0x109)](_0x234c4e[_0x6c866(0xcb)]),await new Promise(async _0x32fa13=>{const _0x591791=_0x6c866;await RequestQueueHandler['getInstance']()[_0x591791(0x10e)](),PerformanceTester[_0x591791(0x12c)](),await global[_0x591791(0x127)](),_0x234c4e[_0x591791(0x133)](_0x32fa13);});});
@@ -1 +1 @@
1
- function a10_0x278c(_0x39b4a0,_0x1300d1){const _0x223a6f=a10_0x223a();return a10_0x278c=function(_0x278ca4,_0x26c6e6){_0x278ca4=_0x278ca4-0x13f;let _0x455302=_0x223a6f[_0x278ca4];return _0x455302;},a10_0x278c(_0x39b4a0,_0x1300d1);}const a10_0x49323d=a10_0x278c;(function(_0x14ee46,_0x4aaf79){const _0x3880c6=a10_0x278c,_0x143342=_0x14ee46();while(!![]){try{const _0x3be0c5=-parseInt(_0x3880c6(0x150))/0x1+parseInt(_0x3880c6(0x16c))/0x2+parseInt(_0x3880c6(0x148))/0x3*(-parseInt(_0x3880c6(0x159))/0x4)+parseInt(_0x3880c6(0x163))/0x5+parseInt(_0x3880c6(0x173))/0x6*(parseInt(_0x3880c6(0x15e))/0x7)+-parseInt(_0x3880c6(0x167))/0x8*(parseInt(_0x3880c6(0x156))/0x9)+-parseInt(_0x3880c6(0x16d))/0xa*(-parseInt(_0x3880c6(0x15b))/0xb);if(_0x3be0c5===_0x4aaf79)break;else _0x143342['push'](_0x143342['shift']());}catch(_0x408e8c){_0x143342['push'](_0x143342['shift']());}}}(a10_0x223a,0xb501d));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x49323d(0x15d)),setKeepAlive=require(a10_0x49323d(0x161)),cucumberModule=requireModule(a10_0x49323d(0x140),'cucumber'),logger=require(a10_0x49323d(0x15c))['winstonLogger'];function a10_0x223a(){const _0x462572=['cucumber/lib/index.js','status','__skipSessionStatus','browserstackAgentV2','then','Error:\x20setting\x20status\x20at\x20After:\x20','timeout','parse','315OUuzpE','Inside\x20browserstack\x20Before','LLMAJ','env','__driver','skipSessionName','executeScript','KWnMQ','472366VxOjoo','NlUFm','join','debug','VEGNX','pickle','18peLJIb','result','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','8920epoGOM','passed','451oiywmp','../../helpers/logger','../../helpers/helper','89215wUoYMi','lXcfV','hChpC','../../helpers/setKeepAlive','LMLkt','753885bzRiiS','Error:\x20quiting\x20at\x20After:\x20','TLOIP','__timeout','1266808wcoGpK','After','__error_messages__','\x22}}','Inside\x20browserstack\x20After','1893962OzMkEX','35200qPjjnG','../../index','setDefaultTimeout','skipSessionStatus','bstack','toLowerCase','246PuJCjl','name'];a10_0x223a=function(){return _0x462572;};return a10_0x223a();}modifyCommand(),setKeepAlive();const Before=cucumberModule['Before'],After=cucumberModule[a10_0x49323d(0x168)],configuration=process[a10_0x49323d(0x14b)]['CONFIG'];if(configuration!==undefined){const config=JSON[a10_0x49323d(0x147)](configuration);isTrue(config[a10_0x49323d(0x14d)])&&(global['__skipSessionName']=!![]),global[a10_0x49323d(0x142)]=isTrue(config[a10_0x49323d(0x170)]),require(a10_0x49323d(0x16e))[a10_0x49323d(0x143)](config),global['__platformCaps']=config['platformCaps']||{};}global[a10_0x49323d(0x166)]=0x0;const __setDefaultTimeout=cucumberModule[a10_0x49323d(0x16f)];cucumberModule[a10_0x49323d(0x16f)]=_0x3b83b5=>{const _0x15cd2b=a10_0x49323d,_0xd0fc6a={'LKWsr':function(_0x344606,_0x566b35){return _0x344606(_0x566b35);}};global[_0x15cd2b(0x166)]=_0x3b83b5,_0xd0fc6a['LKWsr'](__setDefaultTimeout,_0x3b83b5);};const a10_0x295672={};a10_0x295672[a10_0x49323d(0x13f)]=a10_0x49323d(0x171),Before(a10_0x295672,function(){const _0x4af69f=a10_0x49323d,_0x257ea9={};_0x257ea9[_0x4af69f(0x15f)]=_0x4af69f(0x149);const _0x56ab11=_0x257ea9;logger[_0x4af69f(0x153)](_0x56ab11['lXcfV']),global[_0x4af69f(0x169)]=[];});const a10_0x58b41d={};a10_0x58b41d[a10_0x49323d(0x13f)]=a10_0x49323d(0x171),a10_0x58b41d[a10_0x49323d(0x146)]=0x2710,After(a10_0x58b41d,function(_0x4ab6ac,_0x30a1ba){const _0x2d895a=a10_0x49323d,_0x247583={'TLOIP':function(_0x1b5d7e,_0x146114){return _0x1b5d7e===_0x146114;},'LLMAJ':'failed','hChpC':function(_0x46d72a,_0x305c0e,_0x22da89,_0x504187){return _0x46d72a(_0x305c0e,_0x22da89,_0x504187);},'LMLkt':'\x20|\x20','ZYzHc':function(_0x362715,_0x2f57d4,_0x5bb09b){return _0x362715(_0x2f57d4,_0x5bb09b);},'GHuJZ':_0x2d895a(0x15a),'VEGNX':function(_0x69d84b){return _0x69d84b();},'NlUFm':function(_0x17477f,_0x1bdafe){return _0x17477f(_0x1bdafe);},'KWnMQ':_0x2d895a(0x16b)};logger[_0x2d895a(0x153)](_0x247583[_0x2d895a(0x14f)]),new Promise(async(_0x1b6668,_0x49ef53)=>{const _0x5ea984=_0x2d895a;let _0x5bcd3d=![];try{await global[_0x5ea984(0x14c)]['session_'],_0x5bcd3d=!![],!global['__skipSessionName']&&await global[_0x5ea984(0x14c)][_0x5ea984(0x14e)](_0x5ea984(0x158)+_0x4ab6ac[_0x5ea984(0x155)][_0x5ea984(0x13f)]+_0x5ea984(0x16a)),_0x247583[_0x5ea984(0x165)](_0x4ab6ac[_0x5ea984(0x157)][_0x5ea984(0x141)][_0x5ea984(0x172)](),_0x247583['LLMAJ'])?await _0x247583[_0x5ea984(0x160)](markSessionStatus,global[_0x5ea984(0x14c)],_0x247583[_0x5ea984(0x14a)],global[_0x5ea984(0x169)][_0x5ea984(0x152)](_0x247583[_0x5ea984(0x162)])):await _0x247583['ZYzHc'](markSessionStatus,global['__driver'],_0x247583['GHuJZ']);}catch(_0x4c8b07){logger[_0x5ea984(0x153)](_0x5ea984(0x145)+_0x4c8b07);}if(_0x5bcd3d)try{await global['__driver']['initQuit'](),_0x247583['VEGNX'](_0x1b6668);}catch(_0x20d824){logger[_0x5ea984(0x153)](_0x5ea984(0x164)+_0x20d824),_0x247583[_0x5ea984(0x151)](_0x49ef53,_0x20d824);}else _0x247583[_0x5ea984(0x154)](_0x49ef53);})[_0x2d895a(0x144)](()=>_0x30a1ba());});
1
+ const a10_0x5a007d=a10_0x5b52;(function(_0x401063,_0x5c6700){const _0xebe4ec=a10_0x5b52,_0x59e605=_0x401063();while(!![]){try{const _0x3d8056=parseInt(_0xebe4ec(0x1c5))/0x1+-parseInt(_0xebe4ec(0x1c2))/0x2+-parseInt(_0xebe4ec(0x19e))/0x3*(parseInt(_0xebe4ec(0x1a7))/0x4)+parseInt(_0xebe4ec(0x1c0))/0x5+-parseInt(_0xebe4ec(0x1c8))/0x6*(parseInt(_0xebe4ec(0x1c7))/0x7)+-parseInt(_0xebe4ec(0x1ab))/0x8*(-parseInt(_0xebe4ec(0x19d))/0x9)+parseInt(_0xebe4ec(0x1bb))/0xa;if(_0x3d8056===_0x5c6700)break;else _0x59e605['push'](_0x59e605['shift']());}catch(_0x52d0fe){_0x59e605['push'](_0x59e605['shift']());}}}(a10_0xa873,0x26e3a));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x5a007d(0x1a0)),setKeepAlive=require(a10_0x5a007d(0x1b3)),cucumberModule=requireModule(a10_0x5a007d(0x1c1),a10_0x5a007d(0x1ce)),logger=require('../../helpers/logger')[a10_0x5a007d(0x1b1)];modifyCommand(),setKeepAlive();function a10_0x5b52(_0x2c8684,_0x4a8152){const _0xa873e2=a10_0xa873();return a10_0x5b52=function(_0x5b5265,_0x36b8fe){_0x5b5265=_0x5b5265-0x19d;let _0x45cd80=_0xa873e2[_0x5b5265];return _0x45cd80;},a10_0x5b52(_0x2c8684,_0x4a8152);}const Before=cucumberModule['Before'],After=cucumberModule[a10_0x5a007d(0x1b0)],configuration=process[a10_0x5a007d(0x1ba)]['CONFIG'];if(configuration!==undefined){const config=JSON[a10_0x5a007d(0x1ac)](configuration);isTrue(config[a10_0x5a007d(0x1be)])&&(global[a10_0x5a007d(0x1af)]=!![]),global[a10_0x5a007d(0x1b9)]=isTrue(config[a10_0x5a007d(0x1a3)]),require(a10_0x5a007d(0x1aa))[a10_0x5a007d(0x1a1)](config),global[a10_0x5a007d(0x1a5)]=config['platformCaps']||{};}global[a10_0x5a007d(0x1ad)]=0x0;const __setDefaultTimeout=cucumberModule['setDefaultTimeout'];cucumberModule['setDefaultTimeout']=_0x2dbadc=>{const _0xb2df16={'hkiaM':function(_0x4d14db,_0xe4f62d){return _0x4d14db(_0xe4f62d);}};global['__timeout']=_0x2dbadc,_0xb2df16['hkiaM'](__setDefaultTimeout,_0x2dbadc);};function a10_0xa873(){const _0x2321fb=['532712bGSceb','name','bstack','177866dSVnVR','Inside\x20browserstack\x20Before','386743fiRuLW','6DSTTUI','elokd','jQXnC','initQuit','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','Inside\x20browserstack\x20After','cucumber','207sbttRr','104961KGiIWv','zroLc','../../helpers/helper','browserstackAgentV2','__error_messages__','skipSessionStatus','\x20|\x20','__platformCaps','toLowerCase','16IRMrgC','VGPYW','Error:\x20quiting\x20at\x20After:\x20','../../index','27128jgVmaL','parse','__timeout','SwbHP','__skipSessionName','After','winstonLogger','__driver','../../helpers/setKeepAlive','QFzCC','then','passed','pickle','debug','__skipSessionStatus','env','1106440YZPKqg','vOXGY','kraCb','skipSessionName','ihKGI','1271700aCFLEm','cucumber/lib/index.js'];a10_0xa873=function(){return _0x2321fb;};return a10_0xa873();}const a10_0x1bdff5={};a10_0x1bdff5[a10_0x5a007d(0x1c3)]='bstack',Before(a10_0x1bdff5,function(){const _0x223a3f=a10_0x5a007d,_0x51979d={};_0x51979d[_0x223a3f(0x1ae)]=_0x223a3f(0x1c6);const _0x272419=_0x51979d;logger[_0x223a3f(0x1b8)](_0x272419[_0x223a3f(0x1ae)]),global[_0x223a3f(0x1a2)]=[];});const a10_0x218533={};a10_0x218533['name']=a10_0x5a007d(0x1c4),a10_0x218533['timeout']=0x2710,After(a10_0x218533,function(_0x79d135,_0x1f1f2a){const _0x59464a=a10_0x5a007d,_0x1724e2={'jQXnC':function(_0xe51ec,_0x204135){return _0xe51ec===_0x204135;},'QFzCC':'failed','JuBGQ':function(_0x1a15d6,_0x403405,_0x282f2f,_0x367105){return _0x1a15d6(_0x403405,_0x282f2f,_0x367105);},'zroLc':_0x59464a(0x1a4),'elokd':function(_0x2729b0,_0x387324,_0x49863d){return _0x2729b0(_0x387324,_0x49863d);},'kraCb':_0x59464a(0x1b6),'vOXGY':function(_0x4e90c7){return _0x4e90c7();},'VGPYW':function(_0x26abfc,_0x56cb64){return _0x26abfc(_0x56cb64);},'ihKGI':_0x59464a(0x1cd)};logger[_0x59464a(0x1b8)](_0x1724e2[_0x59464a(0x1bf)]),new Promise(async(_0x34a239,_0x5de550)=>{const _0x5f3b4e=_0x59464a;let _0x1a9b9b=![];try{await global[_0x5f3b4e(0x1b2)]['session_'],_0x1a9b9b=!![],!global['__skipSessionName']&&await global[_0x5f3b4e(0x1b2)]['executeScript'](_0x5f3b4e(0x1cc)+_0x79d135[_0x5f3b4e(0x1b7)][_0x5f3b4e(0x1c3)]+'\x22}}'),_0x1724e2[_0x5f3b4e(0x1ca)](_0x79d135['result']['status'][_0x5f3b4e(0x1a6)](),_0x1724e2[_0x5f3b4e(0x1b4)])?await _0x1724e2['JuBGQ'](markSessionStatus,global[_0x5f3b4e(0x1b2)],_0x1724e2['QFzCC'],global['__error_messages__']['join'](_0x1724e2[_0x5f3b4e(0x19f)])):await _0x1724e2[_0x5f3b4e(0x1c9)](markSessionStatus,global[_0x5f3b4e(0x1b2)],_0x1724e2[_0x5f3b4e(0x1bd)]);}catch(_0x59b12e){logger[_0x5f3b4e(0x1b8)]('Error:\x20setting\x20status\x20at\x20After:\x20'+_0x59b12e);}if(_0x1a9b9b)try{await global[_0x5f3b4e(0x1b2)][_0x5f3b4e(0x1cb)](),_0x1724e2['vOXGY'](_0x34a239);}catch(_0x432711){logger[_0x5f3b4e(0x1b8)](_0x5f3b4e(0x1a9)+_0x432711),_0x1724e2[_0x5f3b4e(0x1a8)](_0x5de550,_0x432711);}else _0x1724e2[_0x5f3b4e(0x1bc)](_0x5de550);})[_0x59464a(0x1b5)](()=>_0x1f1f2a());});
@@ -1 +1 @@
1
- const a11_0x44aa4f=a11_0x207a;(function(_0x48c91f,_0x39dd6e){const _0x1679fe=a11_0x207a,_0x1c9724=_0x48c91f();while(!![]){try{const _0x525cf9=parseInt(_0x1679fe(0x7a))/0x1*(-parseInt(_0x1679fe(0x7e))/0x2)+parseInt(_0x1679fe(0x7d))/0x3*(-parseInt(_0x1679fe(0x84))/0x4)+parseInt(_0x1679fe(0x87))/0x5*(-parseInt(_0x1679fe(0x7b))/0x6)+parseInt(_0x1679fe(0x78))/0x7+-parseInt(_0x1679fe(0x7f))/0x8+-parseInt(_0x1679fe(0x77))/0x9*(-parseInt(_0x1679fe(0x86))/0xa)+parseInt(_0x1679fe(0x81))/0xb*(parseInt(_0x1679fe(0x83))/0xc);if(_0x525cf9===_0x39dd6e)break;else _0x1c9724['push'](_0x1c9724['shift']());}catch(_0x628fdf){_0x1c9724['push'](_0x1c9724['shift']());}}}(a11_0x8271,0x24bef));function a11_0x207a(_0x315b20,_0x237197){const _0x82715c=a11_0x8271();return a11_0x207a=function(_0x207acf,_0x4f302c){_0x207acf=_0x207acf-0x77;let _0x29de99=_0x82715c[_0x207acf];return _0x29de99;},a11_0x207a(_0x315b20,_0x237197);}function a11_0x8271(){const _0x1cfbfc=['__timeout','3eOExoM','22jKtmHN','1724256TAvIiF','BSTACK_DELTA','3583877nUQNLA','@cucumber/cucumber/lib/index.js','12CDZnwN','582644ZRgsbB','@cucumber/cucumber','130rfMmzD','65eRSUFO','../../helpers/helper','150957uMgWov','2077698sZubZK','cucumber/lib/index.js','8807QGfPFc','107118ijdZzg'];a11_0x8271=function(){return _0x1cfbfc;};return a11_0x8271();}const {requireModule}=require(a11_0x44aa4f(0x88)),constants=require('../utils/constants');;let cucumberModule=null;try{cucumberModule=requireModule(a11_0x44aa4f(0x82),a11_0x44aa4f(0x85));}catch(a11_0x4cca40){cucumberModule=requireModule(a11_0x44aa4f(0x79),'cucumber');}cucumberModule['setDefaultTimeout'](constants[a11_0x44aa4f(0x80)]+global[a11_0x44aa4f(0x7c)]*0x1);
1
+ const a11_0x101728=a11_0x38f4;(function(_0x48c6ac,_0x91905d){const _0x512a65=a11_0x38f4,_0x59b382=_0x48c6ac();while(!![]){try{const _0x592c04=-parseInt(_0x512a65(0xd0))/0x1+parseInt(_0x512a65(0xd8))/0x2+parseInt(_0x512a65(0xcf))/0x3*(parseInt(_0x512a65(0xd7))/0x4)+parseInt(_0x512a65(0xd6))/0x5*(parseInt(_0x512a65(0xd1))/0x6)+parseInt(_0x512a65(0xda))/0x7*(parseInt(_0x512a65(0xe0))/0x8)+parseInt(_0x512a65(0xdc))/0x9+-parseInt(_0x512a65(0xdd))/0xa*(parseInt(_0x512a65(0xd4))/0xb);if(_0x592c04===_0x91905d)break;else _0x59b382['push'](_0x59b382['shift']());}catch(_0x274b36){_0x59b382['push'](_0x59b382['shift']());}}}(a11_0xda45,0x613cb));const {requireModule}=require('../../helpers/helper'),constants=require(a11_0x101728(0xe1));function a11_0x38f4(_0x14010e,_0xa2e8ca){const _0xda45f6=a11_0xda45();return a11_0x38f4=function(_0x38f414,_0x4856e8){_0x38f414=_0x38f414-0xcf;let _0x118f90=_0xda45f6[_0x38f414];return _0x118f90;},a11_0x38f4(_0x14010e,_0xa2e8ca);};function a11_0xda45(){const _0x2c26d5=['BSTACK_DELTA','26250jmCPEe','817964tykoNq','1490626xhXtQY','@cucumber/cucumber','6335XBgcoO','__timeout','5622291fCmKiV','260dtFTgT','setDefaultTimeout','cucumber','1928heDzZO','../utils/constants','6yyVdZc','277424TkESAx','138KHWvTF','cucumber/lib/index.js','@cucumber/cucumber/lib/index.js','610137sajYhb'];a11_0xda45=function(){return _0x2c26d5;};return a11_0xda45();}let cucumberModule=null;try{cucumberModule=requireModule(a11_0x101728(0xd3),a11_0x101728(0xd9));}catch(a11_0x22b224){cucumberModule=requireModule(a11_0x101728(0xd2),a11_0x101728(0xdf));}cucumberModule[a11_0x101728(0xde)](constants[a11_0x101728(0xd5)]+global[a11_0x101728(0xdb)]*0x1);
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a12_0x2841e9=a12_0x332e;function a12_0x332e(_0x525c7b,_0x5e69e3){const _0x2dd6b2=a12_0x2dd6();return a12_0x332e=function(_0x332e4e,_0x553ca3){_0x332e4e=_0x332e4e-0x151;let _0x30101e=_0x2dd6b2[_0x332e4e];return _0x30101e;},a12_0x332e(_0x525c7b,_0x5e69e3);}(function(_0x1631f8,_0x46fc01){const _0x408f77=a12_0x332e,_0x11d658=_0x1631f8();while(!![]){try{const _0x171b7a=parseInt(_0x408f77(0x154))/0x1+-parseInt(_0x408f77(0x18e))/0x2+-parseInt(_0x408f77(0x161))/0x3+-parseInt(_0x408f77(0x189))/0x4+parseInt(_0x408f77(0x187))/0x5+parseInt(_0x408f77(0x173))/0x6+-parseInt(_0x408f77(0x185))/0x7*(-parseInt(_0x408f77(0x17d))/0x8);if(_0x171b7a===_0x46fc01)break;else _0x11d658['push'](_0x11d658['shift']());}catch(_0x4c19cc){_0x11d658['push'](_0x11d658['shift']());}}}(a12_0x2dd6,0x26673));const {default:BrowserStackSetup}=require(a12_0x2841e9(0x15c)),logger=require(a12_0x2841e9(0x188))[a12_0x2841e9(0x182)],{URL}=require('url'),helper=require(a12_0x2841e9(0x169)),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x2841e9(0x199)),validHosts=function(_0x1410e3){const _0x2119fd=a12_0x2841e9;return _0x1410e3['split'](',')[_0x2119fd(0x19a)](_0x3d1834=>{try{new URL(_0x3d1834['trim']());}catch(_0x48cd64){return![];}return!![];});},parseOnPremHosts=function(_0x1300e4){const _0x54e92a=a12_0x2841e9,_0x1981ac={};_0x1981ac[_0x54e92a(0x17a)]=function(_0xc3f61,_0x2cedfc){return _0xc3f61===_0x2cedfc;},_0x1981ac[_0x54e92a(0x153)]='https:',_0x1981ac[_0x54e92a(0x174)]=_0x54e92a(0x151),_0x1981ac['HRPvK']=function(_0x3243fb,_0x330c90){return _0x3243fb===_0x330c90;},_0x1981ac[_0x54e92a(0x18a)]=_0x54e92a(0x176);const _0xdfb76=_0x1981ac;return _0x1300e4[_0x54e92a(0x15e)](',')[_0x54e92a(0x177)](_0x45f8c2=>{const _0x55e4ac=_0x54e92a,_0x69b9a9=new URL(_0x45f8c2[_0x55e4ac(0x18b)]()),_0x57a8b0=_0x69b9a9[_0x55e4ac(0x15d)],_0x3acde0=_0x69b9a9[_0x55e4ac(0x172)]||(_0xdfb76['vVjiX'](_0x69b9a9[_0x55e4ac(0x17b)],_0xdfb76['rXXhG'])?_0xdfb76[_0x55e4ac(0x174)]:'80'),_0x496d27=_0x69b9a9[_0x55e4ac(0x17b)][_0x55e4ac(0x197)](':',''),_0x4413cf=_0xdfb76[_0x55e4ac(0x159)](_0x496d27,_0xdfb76[_0x55e4ac(0x18a)])?0x1:0x0;return _0x57a8b0+','+_0x3acde0+','+_0x4413cf;});},connectCommandBuilder=function(_0x4095c0){const _0x150b97=a12_0x2841e9,_0x3d7d2e={};_0x3d7d2e[_0x150b97(0x17c)]=_0x150b97(0x195);const _0x4d2a7f=_0x3d7d2e,_0x14f351={};_0x14f351[_0x150b97(0x163)]=HELP_MESSAGES[_0x150b97(0x16a)][_0x150b97(0x15f)],_0x14f351[_0x150b97(0x198)]=_0x4d2a7f[_0x150b97(0x17c)];const _0xae85c8={};_0xae85c8[_0x150b97(0x163)]=HELP_MESSAGES[_0x150b97(0x16a)]['hosts'],_0xae85c8['type']=_0x4d2a7f[_0x150b97(0x17c)],_0xae85c8[_0x150b97(0x15b)]=!![];const _0x1118ed={};return _0x1118ed['bstack-accesskey']=_0x14f351,_0x1118ed['hosts']=_0xae85c8,_0x4095c0[_0x150b97(0x16a)](_0x1118ed);},connectCommandHandler=async function(_0x1f3242){const _0x203baf=a12_0x2841e9,_0x54626d={'ApjPV':_0x203baf(0x164),'GOohc':function(_0x54c3a9,_0x2b0a7f){return _0x54c3a9===_0x2b0a7f;},'VQLfP':'undefined','QpanE':_0x203baf(0x166),'xBoNc':function(_0xd4d200,_0x869bf0){return _0xd4d200===_0x869bf0;},'ysKfp':_0x203baf(0x17e),'qIPnP':function(_0x1ad794,_0xbabe13){return _0x1ad794(_0xbabe13);},'wDMWu':_0x203baf(0x18c),'GJSly':function(_0xf12fe5,_0x52a9a1){return _0xf12fe5(_0x52a9a1);},'LWwMg':_0x203baf(0x16f),'dsyml':_0x203baf(0x158),'NrkRQ':'Failed\x20to\x20establish\x20connection.'};try{const _0x1d4b4b=new BrowserStackSetup(_0x1f3242,_0x54626d[_0x203baf(0x155)]);_0x1f3242['bstackAccesskey']&&(_0x1d4b4b[_0x203baf(0x170)]['accessKey']=_0x1f3242[_0x203baf(0x165)]);if(_0x54626d['GOohc'](typeof _0x1d4b4b[_0x203baf(0x170)][_0x203baf(0x16d)],_0x54626d[_0x203baf(0x162)])){logger[_0x203baf(0x186)](_0x54626d[_0x203baf(0x193)]);throw new Error(ERROR_MESSAGES['bstackAccessKey'][_0x203baf(0x168)]);}const _0x243a17=_0x1f3242[_0x203baf(0x15a)];if(_0x54626d[_0x203baf(0x16b)](typeof _0x243a17,_0x54626d[_0x203baf(0x162)])){logger['error'](_0x54626d[_0x203baf(0x167)]);throw new Error(ERROR_MESSAGES[_0x203baf(0x15a)][_0x203baf(0x168)]);}if(!_0x54626d[_0x203baf(0x184)](validHosts,_0x243a17)){logger['error'](_0x54626d[_0x203baf(0x180)]);throw new Error(ERROR_MESSAGES['hosts']['invalid']);}const _0x304a2d=_0x54626d['GJSly'](parseOnPremHosts,_0x243a17);_0x1d4b4b[_0x203baf(0x170)]['browserstackLocal']=!![],_0x1d4b4b[_0x203baf(0x170)][_0x203baf(0x17f)]['localIdentifier']=_0x54626d[_0x203baf(0x152)],_0x1d4b4b['config']['browserStackLocalOptions']['only']=_0x304a2d[_0x203baf(0x192)](','),helper[_0x203baf(0x157)](_0x1d4b4b[_0x203baf(0x170)]),await _0x1d4b4b[_0x203baf(0x181)](),logger[_0x203baf(0x18d)](_0x54626d[_0x203baf(0x160)]);}catch(_0x29d068){logger['error'](_0x54626d[_0x203baf(0x179)]);throw new Error(_0x29d068[_0x203baf(0x171)]());}};function run(_0x3830a7){const _0xa1fe33=a12_0x2841e9,_0x4c0c98={};_0x4c0c98[_0xa1fe33(0x183)]='connect',_0x4c0c98[_0xa1fe33(0x16c)]=_0xa1fe33(0x175);const _0x3fd2de=_0x4c0c98;_0x3830a7[_0xa1fe33(0x178)](HELP_MESSAGES[_0xa1fe33(0x156)][_0xa1fe33(0x190)])[_0xa1fe33(0x156)](_0x3fd2de['vRVGV'],HELP_MESSAGES[_0xa1fe33(0x156)][_0xa1fe33(0x194)],connectCommandBuilder,connectCommandHandler)[_0xa1fe33(0x16e)]()[_0xa1fe33(0x175)](_0x3fd2de[_0xa1fe33(0x16c)])[_0xa1fe33(0x196)](HELP_MESSAGES['command'][_0xa1fe33(0x18f)]);}function a12_0x2dd6(){const _0x4cd05f=['ysKfp','missing','../../helpers/helper','options','xBoNc','FTThL','accessKey','demandCommand','integrations-repeater','config','toString','port','548976jUabMv','neIFl','help','https','map','usage','NrkRQ','vVjiX','protocol','IcjKn','248vilJpJ','Integration\x20hosts\x20missing.','browserStackLocalOptions','wDMWu','setupBrowserstackLocal','winstonLogger','vRVGV','qIPnP','103075LDbbuP','error','1054525NykjJL','../../helpers/logger','1079552UyDxBQ','PRCfn','trim','Hosts\x20not\x20valid','info','192044MhKWSh','footer','root','exports','join','QpanE','connect','string','epilogue','replace','type','./constants','every','443','LWwMg','rXXhG','58232ZQpjOZ','ApjPV','command','setProxySettings','Connection\x20established\x20successfully.','HRPvK','hosts','demandOption','../../helpers/BrowserStackSetup','hostname','split','bstackAccessKey','dsyml','881697lhFGdu','VQLfP','describe','integrations','bstackAccesskey','BrowserStack\x20access\x20key\x20missing.'];a12_0x2dd6=function(){return _0x4cd05f;};return a12_0x2dd6();}module[a12_0x2841e9(0x191)]=run;
2
+ 'use strict';const a12_0x5e7223=a12_0x3405;function a12_0x3405(_0x3c476e,_0x3e79bc){const _0x2f8493=a12_0x2f84();return a12_0x3405=function(_0x34058c,_0x182bb1){_0x34058c=_0x34058c-0x1b2;let _0x12b82a=_0x2f8493[_0x34058c];return _0x12b82a;},a12_0x3405(_0x3c476e,_0x3e79bc);}(function(_0x224a02,_0x62fc98){const _0x27d1ac=a12_0x3405,_0x71a2c8=_0x224a02();while(!![]){try{const _0x7b73e9=-parseInt(_0x27d1ac(0x1d0))/0x1*(-parseInt(_0x27d1ac(0x1b5))/0x2)+-parseInt(_0x27d1ac(0x1e0))/0x3+-parseInt(_0x27d1ac(0x1b4))/0x4+-parseInt(_0x27d1ac(0x1df))/0x5*(parseInt(_0x27d1ac(0x1e2))/0x6)+parseInt(_0x27d1ac(0x1c0))/0x7+parseInt(_0x27d1ac(0x1d9))/0x8+parseInt(_0x27d1ac(0x1ed))/0x9*(parseInt(_0x27d1ac(0x1db))/0xa);if(_0x7b73e9===_0x62fc98)break;else _0x71a2c8['push'](_0x71a2c8['shift']());}catch(_0x5d7065){_0x71a2c8['push'](_0x71a2c8['shift']());}}}(a12_0x2f84,0xf3851));const {default:BrowserStackSetup}=require(a12_0x5e7223(0x1cd)),logger=require('../../helpers/logger')[a12_0x5e7223(0x1d3)],{URL}=require(a12_0x5e7223(0x1bd)),helper=require('../../helpers/helper'),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x5e7223(0x1c2)),validHosts=function(_0x3c3edd){const _0x30c48c=a12_0x5e7223;return _0x3c3edd[_0x30c48c(0x1e5)](',')[_0x30c48c(0x1b8)](_0x3c56bf=>{const _0x48c486=_0x30c48c;try{new URL(_0x3c56bf[_0x48c486(0x1ec)]());}catch(_0x5c6ddc){return![];}return!![];});},parseOnPremHosts=function(_0x561147){const _0x5189d9=a12_0x5e7223,_0xecc2fe={};_0xecc2fe[_0x5189d9(0x1ce)]=function(_0x4919d4,_0x1fae31){return _0x4919d4===_0x1fae31;},_0xecc2fe[_0x5189d9(0x1e4)]=_0x5189d9(0x1c4),_0xecc2fe['jKelO']=_0x5189d9(0x1b3),_0xecc2fe[_0x5189d9(0x1cf)]=function(_0x2f4d12,_0x456970){return _0x2f4d12===_0x456970;},_0xecc2fe['GFPsJ']=_0x5189d9(0x1bb);const _0x1e2c83=_0xecc2fe;return _0x561147[_0x5189d9(0x1e5)](',')[_0x5189d9(0x1b6)](_0x34a376=>{const _0x3fbb91=_0x5189d9,_0x22806b=new URL(_0x34a376[_0x3fbb91(0x1ec)]()),_0x4ca207=_0x22806b[_0x3fbb91(0x1e8)],_0x449dc8=_0x22806b['port']||(_0x1e2c83[_0x3fbb91(0x1ce)](_0x22806b[_0x3fbb91(0x1d2)],_0x1e2c83['fexVq'])?_0x1e2c83[_0x3fbb91(0x1e9)]:'80'),_0x340e8e=_0x22806b['protocol']['replace'](':',''),_0x5dab9d=_0x1e2c83[_0x3fbb91(0x1cf)](_0x340e8e,_0x1e2c83[_0x3fbb91(0x1e7)])?0x1:0x0;return _0x4ca207+','+_0x449dc8+','+_0x5dab9d;});},connectCommandBuilder=function(_0x81d68){const _0x1404ff=a12_0x5e7223,_0x5e13f2={};_0x5e13f2['qWeXM']='string';const _0x181a06=_0x5e13f2,_0x10a9b9={};_0x10a9b9[_0x1404ff(0x1f7)]=HELP_MESSAGES[_0x1404ff(0x1be)]['bstackAccessKey'],_0x10a9b9[_0x1404ff(0x1b9)]=_0x181a06[_0x1404ff(0x1f5)];const _0x14867a={};_0x14867a[_0x1404ff(0x1f7)]=HELP_MESSAGES['options']['hosts'],_0x14867a['type']=_0x181a06[_0x1404ff(0x1f5)],_0x14867a[_0x1404ff(0x1da)]=!![];const _0x44bf93={};return _0x44bf93[_0x1404ff(0x1d6)]=_0x10a9b9,_0x44bf93[_0x1404ff(0x1e6)]=_0x14867a,_0x81d68[_0x1404ff(0x1be)](_0x44bf93);},connectCommandHandler=async function(_0x2eac65){const _0x430102=a12_0x5e7223,_0x10481f={'NNsuH':'integrations','PfKJn':function(_0x5d8e3d,_0x484723){return _0x5d8e3d===_0x484723;},'rSxyp':_0x430102(0x1ee),'wSklu':'BrowserStack\x20access\x20key\x20missing.','EEaql':function(_0x3b3c0b,_0x320363){return _0x3b3c0b===_0x320363;},'KliCb':_0x430102(0x1e3),'vtKsi':function(_0x1f6b09,_0x5c77e6){return _0x1f6b09(_0x5c77e6);},'kJfaE':_0x430102(0x1f6),'AqOjy':'integrations-repeater','efGCt':'Connection\x20established\x20successfully.','RiPcJ':_0x430102(0x1c5)};try{const _0x5b2b95=new BrowserStackSetup(_0x2eac65,_0x10481f[_0x430102(0x1d1)]);_0x2eac65[_0x430102(0x1dd)]&&(_0x5b2b95['config']['accessKey']=_0x2eac65['bstackAccesskey']);if(_0x10481f[_0x430102(0x1f2)](typeof _0x5b2b95[_0x430102(0x1e1)][_0x430102(0x1f0)],_0x10481f['rSxyp'])){logger[_0x430102(0x1c3)](_0x10481f[_0x430102(0x1f1)]);throw new Error(ERROR_MESSAGES[_0x430102(0x1dc)][_0x430102(0x1c7)]);}const _0x30263b=_0x2eac65[_0x430102(0x1e6)];if(_0x10481f[_0x430102(0x1d7)](typeof _0x30263b,_0x10481f['rSxyp'])){logger[_0x430102(0x1c3)](_0x10481f[_0x430102(0x1d5)]);throw new Error(ERROR_MESSAGES['hosts'][_0x430102(0x1c7)]);}if(!_0x10481f[_0x430102(0x1f4)](validHosts,_0x30263b)){logger[_0x430102(0x1c3)](_0x10481f[_0x430102(0x1ca)]);throw new Error(ERROR_MESSAGES['hosts'][_0x430102(0x1c1)]);}const _0x10e558=_0x10481f['vtKsi'](parseOnPremHosts,_0x30263b);_0x5b2b95[_0x430102(0x1e1)]['browserstackLocal']=!![],_0x5b2b95['config']['browserStackLocalOptions'][_0x430102(0x1de)]=_0x10481f[_0x430102(0x1d4)],_0x5b2b95[_0x430102(0x1e1)]['browserStackLocalOptions'][_0x430102(0x1eb)]=_0x10e558['join'](','),helper[_0x430102(0x1ba)](_0x5b2b95[_0x430102(0x1e1)]),await _0x5b2b95['setupBrowserstackLocal'](),logger[_0x430102(0x1b2)](_0x10481f[_0x430102(0x1b7)]);}catch(_0xc5538d){logger[_0x430102(0x1c3)](_0x10481f[_0x430102(0x1bc)]);throw new Error(_0xc5538d[_0x430102(0x1ef)]());}};function a12_0x2f84(){const _0x55c16f=['command','only','trim','5787108PSnTWi','undefined','toString','accessKey','wSklu','PfKJn','cmNro','vtKsi','qWeXM','Hosts\x20not\x20valid','describe','info','443','1509512QnQoZr','1808922uYorpg','map','efGCt','every','type','setProxySettings','https','RiPcJ','url','options','usage','11708466kzmitF','invalid','./constants','error','https:','Failed\x20to\x20establish\x20connection.','root','missing','footer','connect','kJfaE','help','epilogue','../../helpers/BrowserStackSetup','GyRsC','VMOdW','1DHrLuj','NNsuH','protocol','winstonLogger','AqOjy','KliCb','bstack-accesskey','EEaql','WSFBq','3405128czgyHe','demandOption','10oZlqCl','bstackAccessKey','bstackAccesskey','localIdentifier','25KnIbUW','1397931VbMxDj','config','2165928jJETHG','Integration\x20hosts\x20missing.','fexVq','split','hosts','GFPsJ','hostname','jKelO'];a12_0x2f84=function(){return _0x55c16f;};return a12_0x2f84();}function run(_0x207fbf){const _0x1fe9e0=a12_0x5e7223,_0x2d92fd={};_0x2d92fd[_0x1fe9e0(0x1f3)]=_0x1fe9e0(0x1c9),_0x2d92fd['WSFBq']=_0x1fe9e0(0x1cb);const _0x48ef7b=_0x2d92fd;_0x207fbf[_0x1fe9e0(0x1bf)](HELP_MESSAGES[_0x1fe9e0(0x1ea)][_0x1fe9e0(0x1c6)])[_0x1fe9e0(0x1ea)](_0x48ef7b[_0x1fe9e0(0x1f3)],HELP_MESSAGES[_0x1fe9e0(0x1ea)]['connect'],connectCommandBuilder,connectCommandHandler)['demandCommand']()[_0x1fe9e0(0x1cb)](_0x48ef7b[_0x1fe9e0(0x1d8)])[_0x1fe9e0(0x1cc)](HELP_MESSAGES['command'][_0x1fe9e0(0x1c8)]);}module['exports']=run;
@@ -1 +1 @@
1
- var a13_0x2d3994=a13_0x4eb9;(function(_0xfcdeb0,_0x4e39b2){var _0x4bca8a=a13_0x4eb9,_0x397c23=_0xfcdeb0();while(!![]){try{var _0x1a2ea7=parseInt(_0x4bca8a(0x146))/0x1*(-parseInt(_0x4bca8a(0x14c))/0x2)+-parseInt(_0x4bca8a(0x145))/0x3+parseInt(_0x4bca8a(0x14d))/0x4*(-parseInt(_0x4bca8a(0x141))/0x5)+-parseInt(_0x4bca8a(0x144))/0x6*(-parseInt(_0x4bca8a(0x14a))/0x7)+-parseInt(_0x4bca8a(0x142))/0x8+-parseInt(_0x4bca8a(0x133))/0x9*(parseInt(_0x4bca8a(0x13e))/0xa)+parseInt(_0x4bca8a(0x148))/0xb;if(_0x1a2ea7===_0x4e39b2)break;else _0x397c23['push'](_0x397c23['shift']());}catch(_0x45c13e){_0x397c23['push'](_0x397c23['shift']());}}}(a13_0x270c,0xa1739));function a13_0x4eb9(_0x4b16cd,_0x436655){var _0x270cd6=a13_0x270c();return a13_0x4eb9=function(_0x4eb9ac,_0x548ac7){_0x4eb9ac=_0x4eb9ac-0x133;var _0x567ccf=_0x270cd6[_0x4eb9ac];return _0x567ccf;},a13_0x4eb9(_0x4b16cd,_0x436655);}var a13_0x5aee33={};a13_0x5aee33[a13_0x2d3994(0x13c)]=a13_0x2d3994(0x13d),a13_0x5aee33[a13_0x2d3994(0x138)]=a13_0x2d3994(0x14b);function a13_0x270c(){var _0x138096=['bstackAccessKey','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','30DHArjL','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','invalid','1975oFTifq','7348272rYMbNZ','connect','12408uydlrA','1637970mwYQsX','1AIdGEO','ERROR_MESSAGES','36999699rFezIl','HELP_MESSAGES','1057UhuLiR','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.','2186978TYIoFV','3980XiNXVY','190602ZvHzKY','root','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','missing','options','hosts','footer','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','command'];a13_0x270c=function(){return _0x138096;};return a13_0x270c();}var a13_0x4384f5={};a13_0x4384f5[a13_0x2d3994(0x134)]=a13_0x2d3994(0x13f),a13_0x4384f5[a13_0x2d3994(0x143)]=a13_0x2d3994(0x135),a13_0x4384f5[a13_0x2d3994(0x139)]=a13_0x2d3994(0x13a);var a13_0x3f2499={};a13_0x3f2499[a13_0x2d3994(0x137)]=a13_0x5aee33,a13_0x3f2499[a13_0x2d3994(0x13b)]=a13_0x4384f5,exports[a13_0x2d3994(0x149)]=a13_0x3f2499;var a13_0x31219c={};a13_0x31219c[a13_0x2d3994(0x136)]='BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.';var a13_0x4203d5={};a13_0x4203d5['missing']='Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.',a13_0x4203d5[a13_0x2d3994(0x140)]='Integration\x20hosts\x20are\x20not\x20in\x20the\x20right\x20format.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.';var a13_0x46ec42={};a13_0x46ec42[a13_0x2d3994(0x13c)]=a13_0x31219c,a13_0x46ec42['hosts']=a13_0x4203d5,exports[a13_0x2d3994(0x147)]=a13_0x46ec42;
1
+ var a13_0x32a03a=a13_0x27a2;(function(_0xe9d806,_0x281da8){var _0x2a64af=a13_0x27a2,_0x52be6c=_0xe9d806();while(!![]){try{var _0x3481bd=-parseInt(_0x2a64af(0x139))/0x1*(-parseInt(_0x2a64af(0x14b))/0x2)+-parseInt(_0x2a64af(0x148))/0x3*(-parseInt(_0x2a64af(0x135))/0x4)+-parseInt(_0x2a64af(0x14d))/0x5*(parseInt(_0x2a64af(0x134))/0x6)+parseInt(_0x2a64af(0x136))/0x7*(parseInt(_0x2a64af(0x145))/0x8)+-parseInt(_0x2a64af(0x141))/0x9*(-parseInt(_0x2a64af(0x144))/0xa)+parseInt(_0x2a64af(0x14c))/0xb+parseInt(_0x2a64af(0x14a))/0xc*(-parseInt(_0x2a64af(0x137))/0xd);if(_0x3481bd===_0x281da8)break;else _0x52be6c['push'](_0x52be6c['shift']());}catch(_0x15c9ad){_0x52be6c['push'](_0x52be6c['shift']());}}}(a13_0x3db3,0x5b465));var a13_0x21c49c={};a13_0x21c49c['bstackAccessKey']='Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.',a13_0x21c49c['hosts']=a13_0x32a03a(0x140);var a13_0x2793ec={};function a13_0x3db3(){var _0xc8ade9=['388FrfNBV','4571049RQiowZ','280280froUfd','hosts','1SMCQBM','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.','command','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','missing','options','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','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.','2123550OVkKaV','bstackAccessKey','HELP_MESSAGES','20IwYliF','8TgctBs','ERROR_MESSAGES','root','4509XlBOgt','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','528nBeOKg','116244kVZVdH','4942696QmNNtv','5iYqIJW','connect','2733930nisbsn'];a13_0x3db3=function(){return _0xc8ade9;};return a13_0x3db3();}function a13_0x27a2(_0x13f333,_0x49836c){var _0x3db3e8=a13_0x3db3();return a13_0x27a2=function(_0x27a285,_0x1505ab){_0x27a285=_0x27a285-0x134;var _0x1d2d33=_0x3db3e8[_0x27a285];return _0x1d2d33;},a13_0x27a2(_0x13f333,_0x49836c);}a13_0x2793ec[a13_0x32a03a(0x147)]=a13_0x32a03a(0x13c),a13_0x2793ec[a13_0x32a03a(0x14e)]=a13_0x32a03a(0x13f),a13_0x2793ec['footer']=a13_0x32a03a(0x149);var a13_0x1a29b6={};a13_0x1a29b6[a13_0x32a03a(0x13e)]=a13_0x21c49c,a13_0x1a29b6[a13_0x32a03a(0x13b)]=a13_0x2793ec,exports[a13_0x32a03a(0x143)]=a13_0x1a29b6;var a13_0x104927={};a13_0x104927[a13_0x32a03a(0x13d)]='BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.';var a13_0x7a6276={};a13_0x7a6276[a13_0x32a03a(0x13d)]='Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.',a13_0x7a6276['invalid']=a13_0x32a03a(0x13a);var a13_0x40289f={};a13_0x40289f[a13_0x32a03a(0x142)]=a13_0x104927,a13_0x40289f[a13_0x32a03a(0x138)]=a13_0x7a6276,exports[a13_0x32a03a(0x146)]=a13_0x40289f;