browserstack-node-sdk 1.34.46 → 1.34.48

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 (138) 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 -0
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -0
  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/templates/nginx/pods-and-services.yaml +1 -1
  27. package/ats/src/templates/nginx/private-pods-and-services.yaml +1 -1
  28. package/ats/src/utils/AWSUtils.js +1 -1
  29. package/ats/src/utils/createAutoscalerStack.js +1 -1
  30. package/ats/src/utils/createClusterStack.js +1 -1
  31. package/ats/src/utils/createHubHaStack.js +1 -1
  32. package/ats/src/utils/createk8sClient.js +1 -1
  33. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  34. package/ats/src/utils/deleteStack.js +1 -1
  35. package/ats/src/utils/describeStack.js +1 -1
  36. package/ats/src/utils/gridComponents.js +1 -1
  37. package/ats/src/utils/hstUtils.js +1 -1
  38. package/ats/src/utils/instrumentationUtils.js +1 -1
  39. package/ats/src/utils/userInput.js +1 -1
  40. package/ats/src/utils/utilityMethods.js +1 -1
  41. package/ats/src/utils/webSocketUtils.js +1 -1
  42. package/package.json +1 -1
  43. package/src/ai-sdk-node/bundle.js +1 -1
  44. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  45. package/src/bin/codeceptjs/command.js +1 -1
  46. package/src/bin/codeceptjs/helper.js +1 -1
  47. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  48. package/src/bin/cucumber-js/command.js +1 -1
  49. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  50. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  51. package/src/bin/cucumber-js/test-observability.js +1 -1
  52. package/src/bin/cucumber-js/test.setup.js +1 -1
  53. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  54. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  55. package/src/bin/integrations/command.js +1 -1
  56. package/src/bin/integrations/constants.js +1 -1
  57. package/src/bin/jest/command.js +1 -1
  58. package/src/bin/jest/customImplements/customCircus.js +1 -1
  59. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  60. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  61. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  62. package/src/bin/jest/jest.setup.js +1 -1
  63. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  64. package/src/bin/jest/test-observability/helper.js +1 -1
  65. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  66. package/src/bin/jest/test-observability/test-details.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  70. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  71. package/src/bin/mocha/command.js +1 -1
  72. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  73. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  74. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  75. package/src/bin/mocha/test.setup.js +1 -1
  76. package/src/bin/nightwatch/command.js +1 -1
  77. package/src/bin/playwright/accessibility-helper.js +1 -1
  78. package/src/bin/playwright/command.js +1 -1
  79. package/src/bin/playwright/globalSetup.js +1 -1
  80. package/src/bin/playwright/mock-process.js +1 -1
  81. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  82. package/src/bin/playwright/patches.js +1 -1
  83. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  84. package/src/bin/playwright/reporter/reporter.js +1 -1
  85. package/src/bin/playwright/reporter/test-details.js +1 -1
  86. package/src/bin/playwright/sessionDetails.js +1 -1
  87. package/src/bin/runner.js +1 -1
  88. package/src/bin/setup.js +1 -1
  89. package/src/bin/test-runner/index.js +1 -1
  90. package/src/bin/test-runner/runTest.js +1 -1
  91. package/src/bin/test-runner/testWorker.js +1 -1
  92. package/src/bin/utils/constants.js +1 -1
  93. package/src/bin/utils/log4jsAppender.js +1 -1
  94. package/src/bin/utils/logPatcher.js +1 -1
  95. package/src/bin/utils/logReportingAPI.js +1 -1
  96. package/src/bin/vanilla-js/command.js +1 -1
  97. package/src/browserStackSdk.js +1 -1
  98. package/src/helpers/BrowserStackSetup.js +1 -1
  99. package/src/helpers/accessibility-automation/constants.js +1 -1
  100. package/src/helpers/accessibility-automation/helper.js +1 -1
  101. package/src/helpers/accessibility-automation/scripts.js +1 -1
  102. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  103. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  104. package/src/helpers/ats/constants.js +1 -1
  105. package/src/helpers/ats/helper.js +1 -1
  106. package/src/helpers/capsMapping.js +1 -1
  107. package/src/helpers/central-scanner/constants.js +1 -1
  108. package/src/helpers/central-scanner/helpers.js +1 -1
  109. package/src/helpers/globals.js +1 -1
  110. package/src/helpers/helper.js +1 -1
  111. package/src/helpers/logger.js +1 -1
  112. package/src/helpers/patchHelper.js +1 -1
  113. package/src/helpers/patchHelpers.js +1 -1
  114. package/src/helpers/percy/Percy.js +1 -1
  115. package/src/helpers/percy/PercyBinary.js +1 -1
  116. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  117. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  118. package/src/helpers/percy/PercySDK.js +1 -1
  119. package/src/helpers/percy/index.js +1 -1
  120. package/src/helpers/percy/utils.js +1 -1
  121. package/src/helpers/performance/constants.js +1 -1
  122. package/src/helpers/performance/performance-tester.js +1 -1
  123. package/src/helpers/processHelper.js +1 -1
  124. package/src/helpers/request-spy.js +1 -1
  125. package/src/helpers/setKeepAlive.js +1 -1
  126. package/src/helpers/test-observability/constants.js +1 -1
  127. package/src/helpers/test-observability/error-handler.js +1 -1
  128. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  129. package/src/helpers/test-observability/sessionHandler.js +1 -1
  130. package/src/helpers/test-observability/utils.js +1 -1
  131. package/src/helpers/testhub/constants.js +1 -1
  132. package/src/helpers/testhub/testhubHandler.js +1 -1
  133. package/src/helpers/testhub/utils.js +1 -1
  134. package/src/helpers/timeoutPromise.js +1 -1
  135. package/src/helpers/utilities.js +1 -1
  136. package/src/helpers/w3cMapping.js +1 -1
  137. package/src/hubAllocationMethods.js +1 -1
  138. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a6_0x610f15=a6_0x21cd;function a6_0x21cd(_0x237bb0,_0x2e3823){const _0x4c48a2=a6_0x4c48();return a6_0x21cd=function(_0x21cda9,_0x4d4039){_0x21cda9=_0x21cda9-0x1aa;let _0x6586aa=_0x4c48a2[_0x21cda9];return _0x6586aa;},a6_0x21cd(_0x237bb0,_0x2e3823);}function a6_0x4c48(){const _0x55e3d9=['testCaseMap','scenario','HookRunStarted','ZSjuZ','../../playwright/reporter/test-details.js','ImIIB','__platform','TestRunStarted','log','testRunStarted','split','../../../helpers/helper','isBstackHook','HnUoF','kQbwI','util','jmzdJ','comib','fWAkX','push','XNIAY','../test-observability.js','onTestCaseFinished','testStepStarted','failureType','failure','ZCAvw','fjtOR','getGherkinStepMap','pickleStepId','parseTestCaseAttempt','uri','assign','onHook','sendTestRunEventForCucumber','IpWtJ','GrOcg','testStepFinished','DVBFs','message','finishedAt','toISOString','actionLocation','aJVAs','status','onTestRunFinished','winstonLogger','MnUbe','cwd','testCaseAttempt','background','pickleId','testCaseAttemptDataMap','dixzv','2467359UgQEZl','3CRjHKS','2|4|3|0|1','quVQe','onStepDefinition','rule','UFjUJ','Exception\x20in\x20onTestStepFinished\x20event:\x20','getTestCaseAttempt','SKIPPED','mafuc','hook','UNDEFINED','debug','onTestCaseStarted','description','CdYFK','cucumber-js/test.setup.js','nfBja','PASSED','gherkinDocumentMap','toString','FAILED','supportCodeLibrary','extractStepContainers','PJiFL','gThsb','pickleMap','RCFXe','testSteps','IJPKC','logTestRunFinished','children','@cucumber/cucumber','name','feature','incrementCounter','keyword','testRunFinished','HOGiZ','SakGl','includes','1629002GUOXHy','env','hooks','xssdj','HookRunFinished','ezyJO','TqlFA','format','6553412XaNtbn','TLpiV','VEazf','text','aOuMD','Exception\x20in\x20sending\x20onTestCaseFinished\x20event:\x20\x20','bstack','seconds','998632OXUXBr','map','getGherkinDocument','\x20-\x20','forEach','lMWnq','onTestCase','snippetBuilder','capability','9139596KUZjwS','parse','yRElr','../../../helpers/test-observability/error-handler','2584985FgvwXl','steps','testCases','gherkinDocument','onTestRunStarted','testCaseStarted','10fnAgca','values','onGherkinDocument','onTestStepStarted','result','exception','duration','logTestCaseFinished','Executing\x20tests\x20for\x20','72jlDLIx','stepDefinition','getTestUUID','uVUrr','testCaseFinished','onSource','testCaseStartedId','find','pickle','source','onTestStepFinished','sendHook','../../../helpers/logger','LLFPW','eventDataCollector','report','euYid','CONFIG','testCaseId','onPickle','vxrJs','testStepId','failed','sNnTG','zQtJa','1003653ydXsfQ','testStepResult'];a6_0x4c48=function(){return _0x55e3d9;};return a6_0x4c48();}(function(_0x4aa1b0,_0x22f7c3){const _0x1a0be=a6_0x21cd,_0x131b12=_0x4aa1b0();while(!![]){try{const _0x1f1445=-parseInt(_0x1a0be(0x21d))/0x1+-parseInt(_0x1a0be(0x20d))/0x2+parseInt(_0x1a0be(0x1e4))/0x3*(parseInt(_0x1a0be(0x215))/0x4)+parseInt(_0x1a0be(0x22a))/0x5+parseInt(_0x1a0be(0x226))/0x6+parseInt(_0x1a0be(0x1ab))/0x7*(-parseInt(_0x1a0be(0x239))/0x8)+-parseInt(_0x1a0be(0x1e3))/0x9*(-parseInt(_0x1a0be(0x230))/0xa);if(_0x1f1445===_0x22f7c3)break;else _0x131b12['push'](_0x131b12['shift']());}catch(_0x2931db){_0x131b12['push'](_0x131b12['shift']());}}}(a6_0x4c48,0xcf547));const {requireModule,getPlatformName,nestedKeyValue,isUndefined}=require(a6_0x610f15(0x1b8)),util=require(a6_0x610f15(0x1bc)),{Formatter,formatterHelpers,Status}=requireModule(a6_0x610f15(0x204)),TestDetails=require(a6_0x610f15(0x1b1)),TestObservabilityReporter=require(a6_0x610f15(0x1c2)),{o11yClassErrorHandler}=require(a6_0x610f15(0x229)),{shouldProcessEventForTesthub}=require('../../../helpers/testhub/utils.js'),testObservabilityReporter=new TestObservabilityReporter(),logger=require(a6_0x610f15(0x245))[a6_0x610f15(0x1db)],_tests={},_testCasesData={};class BrowserstackFormatter extends Formatter{constructor(_0x434c82){const _0x1c5201=a6_0x610f15,_0x261496={};_0x261496[_0x1c5201(0x1c1)]='envelope';const _0x48b387=_0x261496;super(_0x434c82),this['report']={},_0x434c82['eventBroadcaster']['on'](_0x48b387['XNIAY'],async _0x5e4a19=>{const _0x4bfb00=_0x1c5201;switch(!![]){case!!_0x5e4a19[_0x4bfb00(0x1b6)]:this['onTestRunStarted'](_0x5e4a19[_0x4bfb00(0x1b6)]);break;case!!_0x5e4a19[_0x4bfb00(0x209)]:this[_0x4bfb00(0x1da)](_0x5e4a19['testRunFinished']);break;case!!_0x5e4a19['testCaseStarted']:this[_0x4bfb00(0x1f1)](_0x5e4a19[_0x4bfb00(0x22f)],_0x434c82,_0x5e4a19);break;case!!_0x5e4a19[_0x4bfb00(0x23d)]:this[_0x4bfb00(0x1c3)](_0x5e4a19[_0x4bfb00(0x23d)],_0x434c82,_0x5e4a19);break;case!!_0x5e4a19[_0x4bfb00(0x1c4)]:this['onTestStepStarted'](_0x5e4a19[_0x4bfb00(0x1c4)],_0x434c82);break;case!!_0x5e4a19['testStepFinished']:this['onTestStepFinished'](_0x5e4a19[_0x4bfb00(0x1d2)],_0x434c82);break;case!!_0x5e4a19[_0x4bfb00(0x1ee)]:this['onHook'](_0x5e4a19[_0x4bfb00(0x1ee)]);break;case!!_0x5e4a19['testCase']:this[_0x4bfb00(0x223)](_0x5e4a19['testCase']);break;case!!_0x5e4a19[_0x4bfb00(0x241)]:this[_0x4bfb00(0x24c)](_0x5e4a19['pickle']);break;case!!_0x5e4a19[_0x4bfb00(0x22d)]:this[_0x4bfb00(0x232)](_0x5e4a19[_0x4bfb00(0x22d)]);break;}});}[a6_0x610f15(0x1ce)](_0x168ecf){const _0x459b79=a6_0x610f15;this[_0x459b79(0x248)][_0x459b79(0x20f)]=Object[_0x459b79(0x1cd)]([],this[_0x459b79(0x248)]['hooks']||[]),this[_0x459b79(0x248)][_0x459b79(0x20f)]['push'](_0x168ecf);}[a6_0x610f15(0x24c)](_0x312577){const _0x5649d4=a6_0x610f15;this[_0x5649d4(0x248)]['pickle']=Object[_0x5649d4(0x1cd)]([],this['report'][_0x5649d4(0x241)]||[],[_0x312577]),this[_0x5649d4(0x248)]['pickle']['push'](_0x312577);}[a6_0x610f15(0x232)](_0x1daed9){const _0x2b4a49=a6_0x610f15;this['report'][_0x2b4a49(0x22d)]=Object[_0x2b4a49(0x1cd)]([],this[_0x2b4a49(0x248)][_0x2b4a49(0x22d)]||[],[_0x1daed9]),this[_0x2b4a49(0x248)][_0x2b4a49(0x22d)]['push'](_0x1daed9);}[a6_0x610f15(0x23e)](_0x18e904){const _0x1c133e=a6_0x610f15;this[_0x1c133e(0x248)][_0x1c133e(0x242)]=_0x18e904;}[a6_0x610f15(0x1e7)](_0x8a0e40){const _0x1de3d8=a6_0x610f15;this[_0x1de3d8(0x248)][_0x1de3d8(0x23a)]=Object[_0x1de3d8(0x1cd)]([],this[_0x1de3d8(0x248)][_0x1de3d8(0x23a)]||[],[_0x8a0e40]),this['report'][_0x1de3d8(0x23a)][_0x1de3d8(0x1c0)](_0x8a0e40);}[a6_0x610f15(0x223)](_0x2d334d){const _0x12ef48=a6_0x610f15;this['report'][_0x12ef48(0x22c)]=Object[_0x12ef48(0x1cd)]([],this[_0x12ef48(0x248)][_0x12ef48(0x22c)]||[],[_0x2d334d]),this[_0x12ef48(0x248)][_0x12ef48(0x22c)][_0x12ef48(0x1c0)](_0x2d334d);}['logTestCaseFinished'](_0x116555){const _0x2ec184=a6_0x610f15,_0x5135ae={'GrOcg':function(_0x58da74,_0x565d5d){return _0x58da74!==_0x565d5d;},'ZCAvw':_0x2ec184(0x21b),'kQbwI':function(_0x5651ff,_0x31683c){return _0x5651ff+_0x31683c;},'IpWtJ':function(_0x15e075,_0x4fbfbe){return _0x15e075+_0x4fbfbe;},'mafuc':function(_0x2c23fe,_0x3a5ce9){return _0x2c23fe+_0x3a5ce9;},'VEazf':'\x20\x20\x20\x20','SakGl':_0x2ec184(0x220),'quVQe':function(_0x2d0189,_0x3b3642){return _0x2d0189===_0x3b3642;},'ZSjuZ':_0x2ec184(0x1f9),'ziUNU':function(_0x2f34fd,_0x42f718,_0xf5d58b){return _0x2f34fd(_0x42f718,_0xf5d58b);},'dixzv':'result','vxrJs':'message','HnUoF':function(_0x351c81,_0x2567c0){return _0x351c81+_0x2567c0;}};_0x5135ae['GrOcg'](global[_0x2ec184(0x1b3)],undefined)&&this[_0x2ec184(0x1b5)](_0x5135ae[_0x2ec184(0x1ed)](_0x5135ae[_0x2ec184(0x1ed)]('\x0a',global[_0x2ec184(0x1b3)]),'\x0a'));const _0x3606c9=this[_0x2ec184(0x247)][_0x2ec184(0x1eb)](_0x116555['testCaseStartedId']);this['log'](_0x5135ae[_0x2ec184(0x1d0)](_0x5135ae['mafuc'](_0x5135ae[_0x2ec184(0x1bb)](_0x5135ae[_0x2ec184(0x1ba)]('\x20\x20',_0x3606c9['gherkinDocument'][_0x2ec184(0x206)][_0x2ec184(0x205)]),_0x5135ae[_0x2ec184(0x20b)]),_0x3606c9[_0x2ec184(0x241)][_0x2ec184(0x205)]),'\x0a'));const _0x184292={};_0x184292[_0x2ec184(0x1dd)]=this[_0x2ec184(0x1dd)],_0x184292[_0x2ec184(0x224)]=this['snippetBuilder'],_0x184292['supportCodeLibrary']=this[_0x2ec184(0x1fa)],_0x184292[_0x2ec184(0x1de)]=_0x3606c9;const _0x45f6a7=formatterHelpers[_0x2ec184(0x1cb)](_0x184292);let _0x4bf80a=![];_0x45f6a7[_0x2ec184(0x200)][_0x2ec184(0x221)](_0x108492=>{const _0x14c529=_0x2ec184;if(_0x5135ae[_0x14c529(0x1d1)](_0x108492[_0x14c529(0x205)],_0x5135ae[_0x14c529(0x1c7)])&&!this[_0x14c529(0x1b9)](_0x108492)){totalTests+=0x1,this[_0x14c529(0x1b5)](_0x5135ae[_0x14c529(0x1bb)](_0x5135ae[_0x14c529(0x1bb)](_0x5135ae['IpWtJ'](_0x5135ae['mafuc'](_0x5135ae[_0x14c529(0x1ed)](_0x5135ae[_0x14c529(0x217)],_0x108492[_0x14c529(0x208)]),_0x108492[_0x14c529(0x218)]||''),_0x5135ae['SakGl']),Status[_0x108492['result'][_0x14c529(0x1d9)]]),'\x0a')),this[_0x14c529(0x207)](Status[_0x108492[_0x14c529(0x234)]['status']]);if(_0x5135ae[_0x14c529(0x1e6)](Status[_0x108492[_0x14c529(0x234)][_0x14c529(0x1d9)]],_0x5135ae[_0x14c529(0x1b0)])){_0x4bf80a=!![];const _0x2c28b4=_0x5135ae['ziUNU'](nestedKeyValue,_0x108492,[_0x5135ae[_0x14c529(0x1e2)],_0x5135ae[_0x14c529(0x24d)]]);_0x2c28b4&&(testsErrorMessage[_0x5135ae[_0x14c529(0x1d0)](_0x5135ae[_0x14c529(0x1ed)](_0x3606c9['gherkinDocument']['feature'][_0x14c529(0x205)],_0x5135ae[_0x14c529(0x20b)]),_0x3606c9[_0x14c529(0x241)][_0x14c529(0x205)])]=_0x2c28b4,this['log'](_0x5135ae[_0x14c529(0x1ed)](_0x2c28b4,'\x0a')));}}}),_0x4bf80a&&(testSuitesFailed+=0x1),this[_0x2ec184(0x1b5)]('\x0a');}[a6_0x610f15(0x202)](_0x12eef1){}[a6_0x610f15(0x1b9)](_0x117354){const _0x54b884=a6_0x610f15,_0x3be2d5={};_0x3be2d5[_0x54b884(0x1aa)]=function(_0x2f5ffb,_0x540936){return _0x2f5ffb!==_0x540936;},_0x3be2d5[_0x54b884(0x20a)]=_0x54b884(0x1f4);const _0x32a224=_0x3be2d5;if(_0x32a224['zQtJa'](_0x117354['sourceLocation'],undefined))return![];if(_0x117354[_0x54b884(0x1d7)]&&_0x117354[_0x54b884(0x1d7)][_0x54b884(0x1cc)][_0x54b884(0x20c)](_0x32a224[_0x54b884(0x20a)]))return!![];return![];}['incrementCounter'](_0x4e4119){const _0x16b0f0=a6_0x610f15,_0x12b82e={};_0x12b82e[_0x16b0f0(0x1bd)]=_0x16b0f0(0x1f9),_0x12b82e[_0x16b0f0(0x250)]=_0x16b0f0(0x1f6),_0x12b82e['UFjUJ']=_0x16b0f0(0x1ec),_0x12b82e[_0x16b0f0(0x1b2)]='PENDING',_0x12b82e[_0x16b0f0(0x249)]=_0x16b0f0(0x1ef),_0x12b82e[_0x16b0f0(0x213)]='UNKNOWN',_0x12b82e[_0x16b0f0(0x228)]='AMBIGUOUS';const _0x36eb04=_0x12b82e;switch(_0x4e4119){case _0x36eb04[_0x16b0f0(0x1bd)]:testsFailed+=0x1;break;case _0x36eb04[_0x16b0f0(0x250)]:testsPassed+=0x1;break;case _0x36eb04[_0x16b0f0(0x1e9)]:testsSkipped+=0x1;break;case _0x36eb04['ImIIB']:testsPending+=0x1;break;case _0x36eb04[_0x16b0f0(0x249)]:testsUndefined+=0x1;break;case _0x36eb04[_0x16b0f0(0x213)]:testsUnknown+=0x1;break;case _0x36eb04[_0x16b0f0(0x228)]:testsAmbiguous+=0x1;break;default:break;}}['onTestRunStarted'](_0x51b05f){const _0xc2e8f0=a6_0x610f15,_0x40be51={'gThsb':function(_0x32035b,_0x401f67){return _0x32035b!==_0x401f67;},'STkpQ':function(_0x335124,_0x3060bb){return _0x335124(_0x3060bb);},'ROoDn':function(_0xf898d3,_0xc00a99){return _0xf898d3+_0xc00a99;},'sZALU':function(_0x1eb8a5){return _0x1eb8a5();}};let _0xfe19ac;if(_0x40be51[_0xc2e8f0(0x1fd)](process[_0xc2e8f0(0x20e)]['CONFIG'],undefined)){const _0x43b8bf=JSON[_0xc2e8f0(0x227)](process[_0xc2e8f0(0x20e)][_0xc2e8f0(0x24a)]);_0xfe19ac=_0x43b8bf[_0xc2e8f0(0x225)];}_0x40be51['gThsb'](_0xfe19ac,undefined)&&(global[_0xc2e8f0(0x1b3)]=_0x40be51['STkpQ'](getPlatformName,_0xfe19ac),this[_0xc2e8f0(0x1b5)](_0x40be51['ROoDn'](_0xc2e8f0(0x238)+global[_0xc2e8f0(0x1b3)],'\x0a'))),_0x40be51['sZALU'](shouldProcessEventForTesthub)&&(TestDetails['setup'](),this[_0xc2e8f0(0x248)][_0xc2e8f0(0x1b6)]=_0x51b05f);}[a6_0x610f15(0x1da)](_0x1b2569){const _0x4e164a=a6_0x610f15;this[_0x4e164a(0x248)]['testRunFinished']=_0x1b2569,this['logTestRunFinished'](_0x1b2569);}async[a6_0x610f15(0x1f1)](_0x42a1bd,_0x573f27,_0x1dabdd){const _0x46eef8=a6_0x610f15,_0x587131={'LLFPW':function(_0x5de3f0,_0x2c1bfd){return _0x5de3f0(_0x2c1bfd);},'nfBja':_0x46eef8(0x1b4),'lMWnq':function(_0x3a30bf,_0x46a875){return _0x3a30bf&&_0x46a875;}};testSuites+=0x1;if(_0x587131[_0x46eef8(0x246)](shouldProcessEventForTesthub,_0x587131[_0x46eef8(0x1f5)]))try{this['report'][_0x46eef8(0x22f)]=this['report'][_0x46eef8(0x22f)]||{},this['report'][_0x46eef8(0x22f)][_0x42a1bd['id']]=_0x42a1bd;const _0x4b17c5=TestDetails[_0x46eef8(0x23b)](_0x42a1bd['id']);_testCasesData[_0x42a1bd['id']]=Object[_0x46eef8(0x1cd)]({},_0x1dabdd);const _0x231806=this['report'],_0x4873f3=_0x42a1bd['testCaseId'],_0x5ceb0a=_0x231806[_0x46eef8(0x22c)][_0x46eef8(0x240)](_0x5acfa8=>_0x5acfa8['id']===_0x4873f3)[_0x46eef8(0x1e0)],_0x348b7b=_0x231806[_0x46eef8(0x241)][_0x46eef8(0x240)](_0x3cf8b0=>_0x3cf8b0['id']===_0x5ceb0a),_0x5abfb2=_0x231806[_0x46eef8(0x22d)][_0x46eef8(0x240)](_0x5af7fd=>_0x5af7fd[_0x46eef8(0x1cc)]===_0x348b7b[_0x46eef8(0x1cc)]),_0x5b84d6=_0x5abfb2[_0x46eef8(0x206)],_0x403b4b={'uuid':_0x4b17c5,'startedAt':new Date()['toISOString']()};if(_0x348b7b){const _0x578e36={};_0x578e36['name']=_0x348b7b[_0x46eef8(0x205)],_0x403b4b['scenario']=_0x578e36;}if(_0x587131[_0x46eef8(0x222)](_0x5abfb2,_0x5b84d6)){const _0x5c8058={};_0x5c8058['path']=_0x5abfb2[_0x46eef8(0x1cc)],_0x5c8058[_0x46eef8(0x205)]=_0x5b84d6[_0x46eef8(0x205)],_0x5c8058[_0x46eef8(0x1f2)]=_0x5b84d6['description'],_0x403b4b[_0x46eef8(0x206)]=_0x5c8058;}_tests[_0x4873f3]=_0x403b4b,await testObservabilityReporter[_0x46eef8(0x1cf)](_0x1dabdd,_0x5abfb2,_0x348b7b,_0x587131[_0x46eef8(0x1f5)],_0x403b4b);}catch(_0x444c38){logger[_0x46eef8(0x1f0)]('Exception\x20in\x20sending\x20onTestCaseStarted:\x20'+util['format'](_0x444c38)+'\x20');}}async[a6_0x610f15(0x1c3)](_0x2ae16a,_0x14bfbb,_0x30f23e){const _0x29f129=a6_0x610f15,_0x498575={'MKGKI':function(_0x4c2343,_0x2cbebf){return _0x4c2343(_0x2cbebf);},'xssdj':'TestRunFinished'};this[_0x29f129(0x237)](_0x2ae16a);if(_0x498575['MKGKI'](shouldProcessEventForTesthub,_0x498575['xssdj']))try{this[_0x29f129(0x248)][_0x29f129(0x23d)]=this[_0x29f129(0x248)][_0x29f129(0x23d)]||{},this[_0x29f129(0x248)][_0x29f129(0x23d)][_0x2ae16a[_0x29f129(0x23f)]]=_0x2ae16a,_testCasesData[_0x30f23e['id']]=Object[_0x29f129(0x1cd)]({},_0x30f23e);const _0x48b0df=_0x2ae16a[_0x29f129(0x23f)],_0x4bc7d5=_0x14bfbb[_0x29f129(0x247)][_0x29f129(0x1e1)][_0x48b0df][_0x29f129(0x24b)],_0x2cb074=_0x14bfbb[_0x29f129(0x247)][_0x29f129(0x1ad)][_0x4bc7d5],_0x542772=_0x2cb074[_0x29f129(0x1e0)],_0x434542=_0x14bfbb[_0x29f129(0x247)][_0x29f129(0x1fe)][_0x542772],_0x2bf97d=this[_0x29f129(0x21f)](_0x14bfbb,_0x434542),_0x54a898=_tests[_0x4bc7d5];_0x54a898&&(delete _tests[_0x4bc7d5],_0x54a898[_0x29f129(0x1d5)]=new Date()[_0x29f129(0x1d6)]()),await testObservabilityReporter[_0x29f129(0x1cf)](_0x30f23e,_0x2bf97d,_0x434542,_0x498575[_0x29f129(0x210)],_0x54a898);}catch(_0x2bc270){logger[_0x29f129(0x1f0)](_0x29f129(0x21a)+util[_0x29f129(0x214)](_0x2bc270));}}async[a6_0x610f15(0x233)](_0x4e3721,_0x3af8c2){const _0x3ac8c4=a6_0x610f15,_0x222a8e={'CdYFK':function(_0x58851c,_0x4f279b){return _0x58851c(_0x4f279b);},'comib':_0x3ac8c4(0x1af),'GsJWn':function(_0x245cef,_0x52b1bf){return _0x245cef!==_0x52b1bf;},'DVBFs':'testStepId'};if(_0x222a8e[_0x3ac8c4(0x1f3)](shouldProcessEventForTesthub,_0x222a8e[_0x3ac8c4(0x1be)]))try{this[_0x3ac8c4(0x248)][_0x3ac8c4(0x1c4)]=this['report'][_0x3ac8c4(0x1c4)]||{},this[_0x3ac8c4(0x248)]['testStepStarted'][_0x4e3721[_0x3ac8c4(0x23f)]]=_0x4e3721;const _0xe5509d=_0x4e3721['testCaseStartedId'],_0x4603c8=_0x3af8c2[_0x3ac8c4(0x247)][_0x3ac8c4(0x1e1)][_0xe5509d][_0x3ac8c4(0x24b)],_0x52e575=this[_0x3ac8c4(0x248)][_0x3ac8c4(0x22c)]['find'](_0x5082a9=>_0x5082a9['id']===_0x4603c8)[_0x3ac8c4(0x1e0)],_0x18e6f4=this['report']['pickle'][_0x3ac8c4(0x240)](_0x59ccb9=>_0x59ccb9['id']===_0x52e575),_0x4b5aa3=this['report'][_0x3ac8c4(0x22c)][_0x3ac8c4(0x240)](_0x435b1d=>_0x435b1d['id']===_0x4603c8)[_0x3ac8c4(0x200)],_0x428163=this['report'][_0x3ac8c4(0x1c4)][_0xe5509d][_0x3ac8c4(0x24e)],_0x20bb99=_0x4b5aa3['find'](_0x29dc7d=>_0x29dc7d['id']===_0x428163)[_0x3ac8c4(0x1ca)],_0x9d8536=_0x18e6f4['steps'][_0x3ac8c4(0x240)](_0x3d5fd2=>_0x3d5fd2['id']===_0x20bb99);if(_0x20bb99&&_tests[_0x4603c8]&&_0x222a8e['GsJWn'](_tests[_0x4603c8][_0x222a8e[_0x3ac8c4(0x1d3)]],_0x428163)){_tests[_0x4603c8][_0x222a8e['DVBFs']]=_0x428163;const _0x3f438a={};_0x3f438a[_0x3ac8c4(0x22b)]=[];const _0x245587=_tests[_0x4603c8]||_0x3f438a;_0x245587&&!_0x245587['steps']&&(_0x245587[_0x3ac8c4(0x22b)]=[]),_0x245587[_0x3ac8c4(0x22b)][_0x3ac8c4(0x1c0)]({'id':_0x9d8536['id'],'text':_0x9d8536[_0x3ac8c4(0x218)],'started_at':new Date()[_0x3ac8c4(0x1d6)]()}),_tests[_0x4603c8]=_0x245587;}await testObservabilityReporter[_0x3ac8c4(0x244)](this[_0x3ac8c4(0x248)],_0xe5509d,_0x222a8e['comib'],_0x4b5aa3,_0x428163,_tests[_0x4603c8]);}catch(_0x591fbe){logger[_0x3ac8c4(0x1f0)]('Exception\x20in\x20onTestStepStarted\x20event:\x20'+util[_0x3ac8c4(0x214)](_0x591fbe));}}async['onTestStepFinished'](_0x3886cf,_0x5910d5){const _0x5bf713=a6_0x610f15,_0x5b2924={'fWAkX':function(_0x1fc29c,_0x27b173){return _0x1fc29c===_0x27b173;},'fjtOR':_0x5bf713(0x1e5),'PJiFL':function(_0x6be711,_0xd9598e){return _0x6be711(_0xd9598e);},'RCFXe':_0x5bf713(0x211),'TLpiV':function(_0x1c59e5,_0x2ae59e){return _0x1c59e5===_0x2ae59e;},'ezyJO':_0x5bf713(0x24f),'aOuMD':function(_0x314fe3,_0xbcdffc){return _0x314fe3===_0xbcdffc;},'IJPKC':'UnhandledError','aJVAs':_0x5bf713(0x24e)};this['report'][_0x5bf713(0x1d2)]=this[_0x5bf713(0x248)]['testStepFinished']||{},this[_0x5bf713(0x248)][_0x5bf713(0x1d2)][_0x3886cf[_0x5bf713(0x23f)]]=_0x3886cf;if(_0x5b2924[_0x5bf713(0x1fc)](shouldProcessEventForTesthub,_0x5b2924[_0x5bf713(0x1ff)]))try{const _0x52558b=_0x3886cf[_0x5bf713(0x23f)],_0x4bd9e9=_0x5910d5[_0x5bf713(0x247)][_0x5bf713(0x1e1)][_0x52558b][_0x5bf713(0x24b)],_0x2888c5=_0x5910d5[_0x5bf713(0x247)]['testCaseMap'][_0x4bd9e9],_0x2cb405=_0x2888c5[_0x5bf713(0x1e0)],_0x1b7938=_0x5910d5['eventDataCollector']['pickleMap'][_0x2cb405],_0x5a7947=_0x3886cf[_0x5bf713(0x24e)],_0x375951=_0x2888c5[_0x5bf713(0x200)],_0x1de06d=this[_0x5bf713(0x247)]['getTestCaseAttempt'](_0x52558b),_0x417a58=_0x375951[_0x5bf713(0x240)](_0x83c303=>_0x83c303['id']===_0x5a7947)['pickleStepId'];let _0x1ec944,_0x402a54;_0x3886cf['testStepResult']&&_0x5b2924[_0x5bf713(0x216)](_0x3886cf[_0x5bf713(0x1ac)][_0x5bf713(0x1d9)][_0x5bf713(0x1f8)]()['toLowerCase'](),_0x5b2924[_0x5bf713(0x212)])&&(_0x1ec944=_0x5b2924[_0x5bf713(0x219)](_0x3886cf[_0x5bf713(0x1ac)][_0x5bf713(0x235)],undefined)?_0x3886cf[_0x5bf713(0x1ac)][_0x5bf713(0x1d4)]:_0x3886cf['testStepResult'][_0x5bf713(0x235)][_0x5bf713(0x1d4)],_0x402a54=_0x5b2924[_0x5bf713(0x216)](_0x3886cf[_0x5bf713(0x1ac)][_0x5bf713(0x235)],undefined)?_0x5b2924[_0x5bf713(0x201)]:_0x3886cf[_0x5bf713(0x1ac)][_0x5bf713(0x1d4)]);await testObservabilityReporter[_0x5bf713(0x244)](this[_0x5bf713(0x248)],_0x52558b,_0x5b2924[_0x5bf713(0x1ff)],_0x375951,_0x5a7947,_tests[_0x4bd9e9]);if(_0x417a58&&_tests[_0x4bd9e9][_0x5b2924[_0x5bf713(0x1d8)]]){const _0x17b078=_0x1b7938[_0x5bf713(0x22b)][_0x5bf713(0x240)](_0x40a11f=>_0x40a11f['id']===_0x417a58),_0x37ecee={};_0x37ecee[_0x5bf713(0x22b)]=[];const _0x2bb752=_tests[_0x4bd9e9]||_0x37ecee;!_0x2bb752[_0x5bf713(0x22b)]?_0x2bb752[_0x5bf713(0x22b)]=[{'id':_0x17b078['id'],'text':_0x17b078[_0x5bf713(0x218)],'finished_at':new Date()['toISOString'](),'result':_0x3886cf[_0x5bf713(0x1ac)][_0x5bf713(0x1d9)],'duration':_0x3886cf[_0x5bf713(0x1ac)]['duration'][_0x5bf713(0x21c)],'failure':_0x1ec944,'failureType':_0x402a54}]:_0x2bb752[_0x5bf713(0x22b)][_0x5bf713(0x221)](_0x24f886=>{const _0x446925=_0x5bf713;if(_0x5b2924[_0x446925(0x1bf)](_0x24f886['id'],_0x17b078['id'])){const _0x2db26f=_0x5b2924[_0x446925(0x1c8)][_0x446925(0x1b7)]('|');let _0x469514=0x0;while(!![]){switch(_0x2db26f[_0x469514++]){case'0':_0x24f886[_0x446925(0x1c6)]=_0x1ec944;continue;case'1':_0x24f886[_0x446925(0x1c5)]=_0x402a54;continue;case'2':_0x24f886['finished_at']=new Date()[_0x446925(0x1d6)]();continue;case'3':_0x24f886[_0x446925(0x236)]=_0x3886cf['testStepResult'][_0x446925(0x236)]['seconds'];continue;case'4':_0x24f886[_0x446925(0x234)]=_0x3886cf['testStepResult'][_0x446925(0x1d9)];continue;}break;}}}),_tests[_0x4bd9e9]=_0x2bb752,delete _tests[_0x4bd9e9][_0x5b2924[_0x5bf713(0x1d8)]];}}catch(_0xb328f6){logger[_0x5bf713(0x1f0)](_0x5bf713(0x1ea)+util[_0x5bf713(0x214)](_0xb328f6));}}['getGherkinStepMap'](_0x6cb6db){const _0x132317=a6_0x610f15,_0x3b6baf={};return _0x6cb6db[_0x132317(0x206)][_0x132317(0x203)][_0x132317(0x21e)](this[_0x132317(0x1fb)])['flat']()[_0x132317(0x221)](_0x34954e=>_0x34954e[_0x132317(0x22b)][_0x132317(0x221)](_0x19162f=>_0x3b6baf[_0x19162f['id']]=_0x19162f)),_0x3b6baf;}['extractStepContainers'](_0x459207){const _0x46d059=a6_0x610f15,_0x4d4545={'MnUbe':function(_0xce57eb,_0x32dee5){return _0xce57eb(_0x32dee5);},'uVUrr':function(_0x574c90,_0x2c1305){return _0x574c90(_0x2c1305);}};if(!_0x4d4545[_0x46d059(0x1dc)](isUndefined,_0x459207[_0x46d059(0x1df)]))return[_0x459207[_0x46d059(0x1df)]];else{if(!_0x4d4545[_0x46d059(0x23c)](isUndefined,_0x459207[_0x46d059(0x1e8)]))return _0x459207['rule']['children'][_0x46d059(0x21e)](_0x5cae5a=>!isUndefined(_0x5cae5a[_0x46d059(0x1df)])?_0x5cae5a[_0x46d059(0x1df)]:_0x5cae5a[_0x46d059(0x1ae)]);};return[_0x459207[_0x46d059(0x1ae)]];}[a6_0x610f15(0x21f)](_0x5bdbd6,_0x1563d4){const _0x35065e=a6_0x610f15;return Object[_0x35065e(0x231)](_0x5bdbd6[_0x35065e(0x247)][_0x35065e(0x1f7)])[_0x35065e(0x240)](_0xcf8048=>_0xcf8048[_0x35065e(0x1cc)]===_0x1563d4[_0x35065e(0x1cc)]);}}module['exports']=o11yClassErrorHandler(BrowserstackFormatter,[a6_0x610f15(0x1f1),'onTestCaseFinished',a6_0x610f15(0x233),a6_0x610f15(0x243),a6_0x610f15(0x22e),a6_0x610f15(0x1da),a6_0x610f15(0x1fb),a6_0x610f15(0x21f),a6_0x610f15(0x1c9)]);
1
+ const a6_0x1e99d9=a6_0x3418;(function(_0x1a0dbf,_0x3fec6f){const _0x35c200=a6_0x3418,_0x5a93dd=_0x1a0dbf();while(!![]){try{const _0xe62ec4=-parseInt(_0x35c200(0x25b))/0x1*(parseInt(_0x35c200(0x1cd))/0x2)+-parseInt(_0x35c200(0x1eb))/0x3+parseInt(_0x35c200(0x1e8))/0x4+-parseInt(_0x35c200(0x24e))/0x5*(-parseInt(_0x35c200(0x20e))/0x6)+-parseInt(_0x35c200(0x1f6))/0x7+-parseInt(_0x35c200(0x241))/0x8*(parseInt(_0x35c200(0x224))/0x9)+-parseInt(_0x35c200(0x1e7))/0xa*(-parseInt(_0x35c200(0x1cc))/0xb);if(_0xe62ec4===_0x3fec6f)break;else _0x5a93dd['push'](_0x5a93dd['shift']());}catch(_0x7e9e57){_0x5a93dd['push'](_0x5a93dd['shift']());}}}(a6_0x222c,0xd5532));const {requireModule,getPlatformName,nestedKeyValue,isUndefined}=require(a6_0x1e99d9(0x22b)),util=require(a6_0x1e99d9(0x226)),{Formatter,formatterHelpers,Status}=requireModule(a6_0x1e99d9(0x1f8)),TestDetails=require('../../playwright/reporter/test-details.js'),TestObservabilityReporter=require(a6_0x1e99d9(0x23e)),{o11yClassErrorHandler}=require(a6_0x1e99d9(0x245)),{shouldProcessEventForTesthub}=require(a6_0x1e99d9(0x1d9)),testObservabilityReporter=new TestObservabilityReporter(),logger=require('../../../helpers/logger')[a6_0x1e99d9(0x1c6)],_tests={},_testCasesData={};class BrowserstackFormatter extends Formatter{constructor(_0x77ea10){const _0x5c2bbc=a6_0x1e99d9,_0xba5e3b={};_0xba5e3b[_0x5c2bbc(0x1fc)]=_0x5c2bbc(0x1de);const _0x4f03e9=_0xba5e3b;super(_0x77ea10),this[_0x5c2bbc(0x223)]={},_0x77ea10[_0x5c2bbc(0x22d)]['on'](_0x4f03e9[_0x5c2bbc(0x1fc)],async _0x12c5e5=>{const _0x4981e2=_0x5c2bbc;switch(!![]){case!!_0x12c5e5[_0x4981e2(0x1e1)]:this[_0x4981e2(0x246)](_0x12c5e5[_0x4981e2(0x1e1)]);break;case!!_0x12c5e5['testRunFinished']:this[_0x4981e2(0x204)](_0x12c5e5[_0x4981e2(0x1e6)]);break;case!!_0x12c5e5[_0x4981e2(0x22f)]:this[_0x4981e2(0x1c8)](_0x12c5e5[_0x4981e2(0x22f)],_0x77ea10,_0x12c5e5);break;case!!_0x12c5e5['testCaseFinished']:this[_0x4981e2(0x1fa)](_0x12c5e5[_0x4981e2(0x1e2)],_0x77ea10,_0x12c5e5);break;case!!_0x12c5e5['testStepStarted']:this[_0x4981e2(0x209)](_0x12c5e5[_0x4981e2(0x203)],_0x77ea10);break;case!!_0x12c5e5['testStepFinished']:this[_0x4981e2(0x1dd)](_0x12c5e5[_0x4981e2(0x1b2)],_0x77ea10);break;case!!_0x12c5e5['hook']:this[_0x4981e2(0x1f7)](_0x12c5e5[_0x4981e2(0x21d)]);break;case!!_0x12c5e5[_0x4981e2(0x1d5)]:this[_0x4981e2(0x1ff)](_0x12c5e5['testCase']);break;case!!_0x12c5e5[_0x4981e2(0x234)]:this[_0x4981e2(0x1f9)](_0x12c5e5[_0x4981e2(0x234)]);break;case!!_0x12c5e5[_0x4981e2(0x24c)]:this[_0x4981e2(0x240)](_0x12c5e5[_0x4981e2(0x24c)]);break;}});}[a6_0x1e99d9(0x1f7)](_0x3175ed){const _0x55d41e=a6_0x1e99d9;this[_0x55d41e(0x223)]['hooks']=Object['assign']([],this['report'][_0x55d41e(0x20a)]||[]),this[_0x55d41e(0x223)][_0x55d41e(0x20a)]['push'](_0x3175ed);}[a6_0x1e99d9(0x1f9)](_0x2d1827){const _0x2bdb14=a6_0x1e99d9;this[_0x2bdb14(0x223)]['pickle']=Object[_0x2bdb14(0x1ef)]([],this[_0x2bdb14(0x223)][_0x2bdb14(0x234)]||[],[_0x2d1827]),this[_0x2bdb14(0x223)][_0x2bdb14(0x234)][_0x2bdb14(0x1cf)](_0x2d1827);}[a6_0x1e99d9(0x240)](_0x50ddc0){const _0x5d675c=a6_0x1e99d9;this[_0x5d675c(0x223)][_0x5d675c(0x24c)]=Object['assign']([],this['report']['gherkinDocument']||[],[_0x50ddc0]),this[_0x5d675c(0x223)]['gherkinDocument']['push'](_0x50ddc0);}['onSource'](_0x5c90a2){const _0x46cf2f=a6_0x1e99d9;this[_0x46cf2f(0x223)][_0x46cf2f(0x1c4)]=_0x5c90a2;}['onStepDefinition'](_0x5ee298){const _0x2f039b=a6_0x1e99d9;this[_0x2f039b(0x223)][_0x2f039b(0x1fb)]=Object[_0x2f039b(0x1ef)]([],this[_0x2f039b(0x223)][_0x2f039b(0x1fb)]||[],[_0x5ee298]),this[_0x2f039b(0x223)][_0x2f039b(0x1fb)][_0x2f039b(0x1cf)](_0x5ee298);}['onTestCase'](_0x529d7e){const _0xc3a5ef=a6_0x1e99d9;this['report'][_0xc3a5ef(0x1c7)]=Object['assign']([],this[_0xc3a5ef(0x223)][_0xc3a5ef(0x1c7)]||[],[_0x529d7e]),this[_0xc3a5ef(0x223)][_0xc3a5ef(0x1c7)]['push'](_0x529d7e);}['logTestCaseFinished'](_0x3c006e){const _0x17372c=a6_0x1e99d9,_0x565049={'SXAaW':function(_0x44fcdd,_0x163701){return _0x44fcdd!==_0x163701;},'zpEZH':_0x17372c(0x1d0),'mBpdE':function(_0x5c463d,_0x30e2a6){return _0x5c463d+_0x30e2a6;},'UCsdv':function(_0x242cdd,_0x75636c){return _0x242cdd+_0x75636c;},'kUoFp':'\x20\x20\x20\x20','QTidX':_0x17372c(0x1d6),'ffrvA':function(_0x5d26a3,_0x3c5273){return _0x5d26a3===_0x3c5273;},'iRjsg':_0x17372c(0x1f4),'OGajV':function(_0xd36a31,_0x302221,_0x1cbaac){return _0xd36a31(_0x302221,_0x1cbaac);},'cXiVP':_0x17372c(0x23c),'viqtn':'message','CPlHS':function(_0x480483,_0x20f51a){return _0x480483+_0x20f51a;},'wFmVB':function(_0x107c78,_0x5ee8f5){return _0x107c78+_0x5ee8f5;},'xSwLl':function(_0x56ffc0,_0x1c7a7e){return _0x56ffc0+_0x1c7a7e;},'jwnbJ':function(_0x285405,_0x28884a){return _0x285405+_0x28884a;},'FRgpb':function(_0x3d8201,_0x2bdc0c){return _0x3d8201+_0x2bdc0c;},'eEXkW':function(_0x50d072,_0xd431d1){return _0x50d072+_0xd431d1;},'japhN':function(_0x81f1b7,_0x230400){return _0x81f1b7+_0x230400;}};_0x565049[_0x17372c(0x257)](global[_0x17372c(0x227)],undefined)&&this[_0x17372c(0x1d4)](_0x565049['xSwLl'](_0x565049[_0x17372c(0x201)]('\x0a',global[_0x17372c(0x227)]),'\x0a'));const _0x3c823e=this[_0x17372c(0x236)][_0x17372c(0x25f)](_0x3c006e['testCaseStartedId']);this[_0x17372c(0x1d4)](_0x565049[_0x17372c(0x1bf)](_0x565049[_0x17372c(0x229)](_0x565049[_0x17372c(0x1f3)](_0x565049[_0x17372c(0x200)]('\x20\x20',_0x3c823e[_0x17372c(0x24c)][_0x17372c(0x208)][_0x17372c(0x24a)]),_0x565049[_0x17372c(0x213)]),_0x3c823e[_0x17372c(0x234)][_0x17372c(0x24a)]),'\x0a'));const _0x3543b5={};_0x3543b5[_0x17372c(0x233)]=this[_0x17372c(0x233)],_0x3543b5[_0x17372c(0x24d)]=this[_0x17372c(0x24d)],_0x3543b5[_0x17372c(0x1bb)]=this[_0x17372c(0x1bb)],_0x3543b5['testCaseAttempt']=_0x3c823e;const _0x1170a9=formatterHelpers[_0x17372c(0x206)](_0x3543b5);let _0x45ae80=![];_0x1170a9[_0x17372c(0x1df)][_0x17372c(0x259)](_0x52982e=>{const _0x8fe067=_0x17372c;if(_0x565049[_0x8fe067(0x257)](_0x52982e[_0x8fe067(0x24a)],_0x565049[_0x8fe067(0x1ba)])&&!this[_0x8fe067(0x242)](_0x52982e)){totalTests+=0x1,this[_0x8fe067(0x1d4)](_0x565049['mBpdE'](_0x565049[_0x8fe067(0x1d8)](_0x565049[_0x8fe067(0x1d8)](_0x565049[_0x8fe067(0x25e)](_0x565049[_0x8fe067(0x1d8)](_0x565049[_0x8fe067(0x216)],_0x52982e[_0x8fe067(0x1c5)]),_0x52982e[_0x8fe067(0x1f1)]||''),_0x565049['QTidX']),Status[_0x52982e[_0x8fe067(0x23c)][_0x8fe067(0x221)]]),'\x0a')),this[_0x8fe067(0x205)](Status[_0x52982e['result']['status']]);if(_0x565049[_0x8fe067(0x1fe)](Status[_0x52982e[_0x8fe067(0x23c)][_0x8fe067(0x221)]],_0x565049['iRjsg'])){_0x45ae80=!![];const _0xc17af8=_0x565049[_0x8fe067(0x21c)](nestedKeyValue,_0x52982e,[_0x565049[_0x8fe067(0x207)],_0x565049[_0x8fe067(0x21e)]]);_0xc17af8&&(testsErrorMessage[_0x565049['mBpdE'](_0x565049[_0x8fe067(0x1f3)](_0x3c823e[_0x8fe067(0x24c)][_0x8fe067(0x208)]['name'],_0x565049[_0x8fe067(0x213)]),_0x3c823e[_0x8fe067(0x234)][_0x8fe067(0x24a)])]=_0xc17af8,this['log'](_0x565049[_0x8fe067(0x1d3)](_0xc17af8,'\x0a')));}}}),_0x45ae80&&(testSuitesFailed+=0x1),this[_0x17372c(0x1d4)]('\x0a');}['logTestRunFinished'](_0x216efe){}[a6_0x1e99d9(0x242)](_0x3765de){const _0x3ca0f4=a6_0x1e99d9,_0x37ed1a={};_0x37ed1a[_0x3ca0f4(0x21f)]=function(_0x42cf87,_0x2e43e1){return _0x42cf87!==_0x2e43e1;},_0x37ed1a['INOfZ']=_0x3ca0f4(0x25d);const _0x38e46d=_0x37ed1a;if(_0x38e46d[_0x3ca0f4(0x21f)](_0x3765de[_0x3ca0f4(0x1d2)],undefined))return![];if(_0x3765de[_0x3ca0f4(0x238)]&&_0x3765de[_0x3ca0f4(0x238)]['uri'][_0x3ca0f4(0x1c9)](_0x38e46d['INOfZ']))return!![];return![];}[a6_0x1e99d9(0x205)](_0x25b268){const _0x5110b2=a6_0x1e99d9,_0x6e13d7={};_0x6e13d7[_0x5110b2(0x20b)]=_0x5110b2(0x1f4),_0x6e13d7[_0x5110b2(0x22e)]=_0x5110b2(0x1e9),_0x6e13d7[_0x5110b2(0x1db)]=_0x5110b2(0x1b3),_0x6e13d7[_0x5110b2(0x247)]=_0x5110b2(0x254),_0x6e13d7[_0x5110b2(0x235)]=_0x5110b2(0x20d),_0x6e13d7[_0x5110b2(0x24b)]=_0x5110b2(0x23b),_0x6e13d7[_0x5110b2(0x251)]=_0x5110b2(0x1b1);const _0x3976fa=_0x6e13d7;switch(_0x25b268){case _0x3976fa[_0x5110b2(0x20b)]:testsFailed+=0x1;break;case _0x3976fa[_0x5110b2(0x22e)]:testsPassed+=0x1;break;case _0x3976fa['cNrSi']:testsSkipped+=0x1;break;case _0x3976fa[_0x5110b2(0x247)]:testsPending+=0x1;break;case _0x3976fa[_0x5110b2(0x235)]:testsUndefined+=0x1;break;case _0x3976fa[_0x5110b2(0x24b)]:testsUnknown+=0x1;break;case _0x3976fa[_0x5110b2(0x251)]:testsAmbiguous+=0x1;break;default:break;}}[a6_0x1e99d9(0x246)](_0x2b1ff5){const _0xa7d8f6=a6_0x1e99d9,_0x370612={'viJBO':function(_0x1fe4f0,_0x58fbad){return _0x1fe4f0!==_0x58fbad;},'SWEoQ':function(_0x3f8b8f,_0x422968){return _0x3f8b8f!==_0x422968;},'GLEmq':function(_0x94ce70,_0x1a1631){return _0x94ce70(_0x1a1631);},'UjRBC':function(_0x16cec7,_0x29baa2){return _0x16cec7+_0x29baa2;},'GIQjz':function(_0x2dd0c8){return _0x2dd0c8();}};let _0xff7309;if(_0x370612['viJBO'](process['env'][_0xa7d8f6(0x253)],undefined)){const _0x3b1494=JSON['parse'](process[_0xa7d8f6(0x1ea)][_0xa7d8f6(0x253)]);_0xff7309=_0x3b1494[_0xa7d8f6(0x1ec)];}_0x370612['SWEoQ'](_0xff7309,undefined)&&(global[_0xa7d8f6(0x227)]=_0x370612[_0xa7d8f6(0x243)](getPlatformName,_0xff7309),this[_0xa7d8f6(0x1d4)](_0x370612[_0xa7d8f6(0x217)](_0xa7d8f6(0x1bd)+global[_0xa7d8f6(0x227)],'\x0a'))),_0x370612[_0xa7d8f6(0x25c)](shouldProcessEventForTesthub)&&(TestDetails[_0xa7d8f6(0x255)](),this['report'][_0xa7d8f6(0x1e1)]=_0x2b1ff5);}[a6_0x1e99d9(0x204)](_0x50bbc2){const _0x159727=a6_0x1e99d9;this[_0x159727(0x223)][_0x159727(0x1e6)]=_0x50bbc2,this[_0x159727(0x1da)](_0x50bbc2);}async[a6_0x1e99d9(0x1c8)](_0x209df4,_0x267ccc,_0x2b41ac){const _0x2c1593=a6_0x1e99d9,_0x353388={'SpzCx':function(_0x24cd1b,_0x1dbed7){return _0x24cd1b(_0x1dbed7);},'WiVOl':_0x2c1593(0x212),'drWwk':function(_0x1baf2d,_0xe133e1){return _0x1baf2d&&_0xe133e1;}};testSuites+=0x1;if(_0x353388[_0x2c1593(0x24f)](shouldProcessEventForTesthub,_0x353388[_0x2c1593(0x23f)]))try{this[_0x2c1593(0x223)][_0x2c1593(0x22f)]=this[_0x2c1593(0x223)][_0x2c1593(0x22f)]||{},this[_0x2c1593(0x223)][_0x2c1593(0x22f)][_0x209df4['id']]=_0x209df4;const _0x1bda28=TestDetails[_0x2c1593(0x1e5)](_0x209df4['id']);_testCasesData[_0x209df4['id']]=Object[_0x2c1593(0x1ef)]({},_0x2b41ac);const _0xf4bc95=this[_0x2c1593(0x223)],_0x4a449f=_0x209df4['testCaseId'],_0xee57b6=_0xf4bc95['testCases']['find'](_0x40df33=>_0x40df33['id']===_0x4a449f)[_0x2c1593(0x1b8)],_0x21c9c4=_0xf4bc95[_0x2c1593(0x234)]['find'](_0x586a67=>_0x586a67['id']===_0xee57b6),_0x329b4c=_0xf4bc95[_0x2c1593(0x24c)][_0x2c1593(0x248)](_0x2d3a86=>_0x2d3a86[_0x2c1593(0x1f2)]===_0x21c9c4[_0x2c1593(0x1f2)]),_0x551ea4=_0x329b4c[_0x2c1593(0x208)],_0x16ab2e={'uuid':_0x1bda28,'startedAt':new Date()[_0x2c1593(0x1bc)]()};if(_0x21c9c4){const _0x3d4dd2={};_0x3d4dd2[_0x2c1593(0x24a)]=_0x21c9c4[_0x2c1593(0x24a)],_0x16ab2e[_0x2c1593(0x225)]=_0x3d4dd2;}if(_0x353388['drWwk'](_0x329b4c,_0x551ea4)){const _0x2d6aaf={};_0x2d6aaf['path']=_0x329b4c['uri'],_0x2d6aaf['name']=_0x551ea4[_0x2c1593(0x24a)],_0x2d6aaf[_0x2c1593(0x1be)]=_0x551ea4[_0x2c1593(0x1be)],_0x16ab2e[_0x2c1593(0x208)]=_0x2d6aaf;}_tests[_0x4a449f]=_0x16ab2e,await testObservabilityReporter[_0x2c1593(0x219)](_0x2b41ac,_0x329b4c,_0x21c9c4,_0x353388[_0x2c1593(0x23f)],_0x16ab2e);}catch(_0x137638){logger[_0x2c1593(0x22c)]('Exception\x20in\x20sending\x20onTestCaseStarted:\x20'+util[_0x2c1593(0x1f5)](_0x137638)+'\x20');}}async['onTestCaseFinished'](_0x357cec,_0x56fd24,_0xc05927){const _0x21bb8b=a6_0x1e99d9,_0x4201ce={'hmzJv':function(_0x41949a,_0x49fdf3){return _0x41949a(_0x49fdf3);},'bbOjg':_0x21bb8b(0x1c2)};this['logTestCaseFinished'](_0x357cec);if(_0x4201ce[_0x21bb8b(0x1d1)](shouldProcessEventForTesthub,_0x4201ce['bbOjg']))try{this[_0x21bb8b(0x223)]['testCaseFinished']=this[_0x21bb8b(0x223)]['testCaseFinished']||{},this[_0x21bb8b(0x223)]['testCaseFinished'][_0x357cec[_0x21bb8b(0x22a)]]=_0x357cec,_testCasesData[_0xc05927['id']]=Object[_0x21bb8b(0x1ef)]({},_0xc05927);const _0x308ffd=_0x357cec[_0x21bb8b(0x22a)],_0x5dbff6=_0x56fd24[_0x21bb8b(0x236)][_0x21bb8b(0x20c)][_0x308ffd][_0x21bb8b(0x232)],_0xae6bc0=_0x56fd24[_0x21bb8b(0x236)][_0x21bb8b(0x23a)][_0x5dbff6],_0x130d41=_0xae6bc0[_0x21bb8b(0x1b8)],_0x5c4e6b=_0x56fd24[_0x21bb8b(0x236)][_0x21bb8b(0x215)][_0x130d41],_0x50183c=this[_0x21bb8b(0x211)](_0x56fd24,_0x5c4e6b),_0x1c822e=_tests[_0x5dbff6];_0x1c822e&&(delete _tests[_0x5dbff6],_0x1c822e['finishedAt']=new Date()['toISOString']()),await testObservabilityReporter['sendTestRunEventForCucumber'](_0xc05927,_0x50183c,_0x5c4e6b,_0x4201ce[_0x21bb8b(0x1dc)],_0x1c822e);}catch(_0x2ef08b){logger[_0x21bb8b(0x22c)](_0x21bb8b(0x20f)+util[_0x21bb8b(0x1f5)](_0x2ef08b));}}async[a6_0x1e99d9(0x209)](_0x2dc039,_0x49598c){const _0x278452=a6_0x1e99d9,_0x448c39={'BtkXI':function(_0xe561e,_0x599fa9){return _0xe561e(_0x599fa9);},'zDMll':_0x278452(0x1ca),'lbjKD':function(_0xdcb1bc,_0x166241){return _0xdcb1bc!==_0x166241;},'tfhys':_0x278452(0x237)};if(_0x448c39[_0x278452(0x1ee)](shouldProcessEventForTesthub,_0x448c39[_0x278452(0x210)]))try{this[_0x278452(0x223)][_0x278452(0x203)]=this[_0x278452(0x223)]['testStepStarted']||{},this[_0x278452(0x223)][_0x278452(0x203)][_0x2dc039[_0x278452(0x22a)]]=_0x2dc039;const _0x1c1675=_0x2dc039[_0x278452(0x22a)],_0x2720db=_0x49598c[_0x278452(0x236)]['testCaseAttemptDataMap'][_0x1c1675][_0x278452(0x232)],_0x3cbfb1=this[_0x278452(0x223)]['testCases']['find'](_0x1e8b56=>_0x1e8b56['id']===_0x2720db)[_0x278452(0x1b8)],_0x2e6cc4=this[_0x278452(0x223)][_0x278452(0x234)]['find'](_0x55388c=>_0x55388c['id']===_0x3cbfb1),_0x1fe9c4=this[_0x278452(0x223)]['testCases'][_0x278452(0x248)](_0x333778=>_0x333778['id']===_0x2720db)[_0x278452(0x1df)],_0x29d318=this['report'][_0x278452(0x203)][_0x1c1675]['testStepId'],_0x12f37d=_0x1fe9c4['find'](_0x468691=>_0x468691['id']===_0x29d318)['pickleStepId'],_0x46eae1=_0x2e6cc4['steps'][_0x278452(0x248)](_0x3a6399=>_0x3a6399['id']===_0x12f37d);if(_0x12f37d&&_tests[_0x2720db]&&_0x448c39[_0x278452(0x1c0)](_tests[_0x2720db][_0x448c39['tfhys']],_0x29d318)){_tests[_0x2720db][_0x448c39[_0x278452(0x1b7)]]=_0x29d318;const _0x5cc2c3={};_0x5cc2c3['steps']=[];const _0x5377ac=_tests[_0x2720db]||_0x5cc2c3;_0x5377ac&&!_0x5377ac[_0x278452(0x258)]&&(_0x5377ac[_0x278452(0x258)]=[]),_0x5377ac[_0x278452(0x258)][_0x278452(0x1cf)]({'id':_0x46eae1['id'],'text':_0x46eae1['text'],'started_at':new Date()['toISOString']()}),_tests[_0x2720db]=_0x5377ac;}await testObservabilityReporter[_0x278452(0x1b9)](this[_0x278452(0x223)],_0x1c1675,_0x448c39[_0x278452(0x210)],_0x1fe9c4,_0x29d318,_tests[_0x2720db]);}catch(_0x2349b0){logger[_0x278452(0x22c)](_0x278452(0x1e0)+util['format'](_0x2349b0));}}async[a6_0x1e99d9(0x1dd)](_0x444a5d,_0x4f9f70){const _0x2ab9e4=a6_0x1e99d9,_0x16ce72={'DlHqE':function(_0x149ff9,_0x484cdb){return _0x149ff9===_0x484cdb;},'RqrqG':_0x2ab9e4(0x23d),'HFYIO':function(_0x39e472,_0xdf3ff3){return _0x39e472(_0xdf3ff3);},'IfzdN':_0x2ab9e4(0x25a),'ZTwnm':function(_0x2dc0c8,_0x5db975){return _0x2dc0c8===_0x5db975;},'MtywT':_0x2ab9e4(0x1ed),'oDakl':function(_0x1a6137,_0x557fa6){return _0x1a6137===_0x557fa6;},'DvtsD':'UnhandledError','NpbEA':_0x2ab9e4(0x237)};this[_0x2ab9e4(0x223)][_0x2ab9e4(0x1b2)]=this[_0x2ab9e4(0x223)]['testStepFinished']||{},this[_0x2ab9e4(0x223)]['testStepFinished'][_0x444a5d['testCaseStartedId']]=_0x444a5d;if(_0x16ce72[_0x2ab9e4(0x222)](shouldProcessEventForTesthub,_0x16ce72[_0x2ab9e4(0x1b0)]))try{const _0x516767=_0x444a5d[_0x2ab9e4(0x22a)],_0x2a2994=_0x4f9f70[_0x2ab9e4(0x236)]['testCaseAttemptDataMap'][_0x516767][_0x2ab9e4(0x232)],_0x19f0a5=_0x4f9f70['eventDataCollector'][_0x2ab9e4(0x23a)][_0x2a2994],_0x1a6d6e=_0x19f0a5['pickleId'],_0x48a65a=_0x4f9f70[_0x2ab9e4(0x236)]['pickleMap'][_0x1a6d6e],_0x4e8fb6=_0x444a5d['testStepId'],_0x344f1c=_0x19f0a5['testSteps'],_0x57670f=this[_0x2ab9e4(0x236)]['getTestCaseAttempt'](_0x516767),_0x3749ed=_0x344f1c['find'](_0x370ec2=>_0x370ec2['id']===_0x4e8fb6)[_0x2ab9e4(0x21a)];let _0x489b5d,_0x463ca;_0x444a5d[_0x2ab9e4(0x1e3)]&&_0x16ce72[_0x2ab9e4(0x1c3)](_0x444a5d[_0x2ab9e4(0x1e3)][_0x2ab9e4(0x221)][_0x2ab9e4(0x1f0)]()[_0x2ab9e4(0x214)](),_0x16ce72[_0x2ab9e4(0x202)])&&(_0x489b5d=_0x16ce72[_0x2ab9e4(0x1b6)](_0x444a5d[_0x2ab9e4(0x1e3)][_0x2ab9e4(0x1b4)],undefined)?_0x444a5d['testStepResult'][_0x2ab9e4(0x249)]:_0x444a5d['testStepResult']['exception']['message'],_0x463ca=_0x16ce72[_0x2ab9e4(0x244)](_0x444a5d[_0x2ab9e4(0x1e3)]['exception'],undefined)?_0x16ce72['DvtsD']:_0x444a5d[_0x2ab9e4(0x1e3)][_0x2ab9e4(0x249)]);await testObservabilityReporter['sendHook'](this[_0x2ab9e4(0x223)],_0x516767,_0x16ce72[_0x2ab9e4(0x1b0)],_0x344f1c,_0x4e8fb6,_tests[_0x2a2994]);if(_0x3749ed&&_tests[_0x2a2994][_0x16ce72['NpbEA']]){const _0x5081e0=_0x48a65a[_0x2ab9e4(0x258)][_0x2ab9e4(0x248)](_0x340c65=>_0x340c65['id']===_0x3749ed),_0x56e32d={};_0x56e32d[_0x2ab9e4(0x258)]=[];const _0x185d69=_tests[_0x2a2994]||_0x56e32d;!_0x185d69[_0x2ab9e4(0x258)]?_0x185d69['steps']=[{'id':_0x5081e0['id'],'text':_0x5081e0[_0x2ab9e4(0x1f1)],'finished_at':new Date()[_0x2ab9e4(0x1bc)](),'result':_0x444a5d[_0x2ab9e4(0x1e3)][_0x2ab9e4(0x221)],'duration':_0x444a5d[_0x2ab9e4(0x1e3)][_0x2ab9e4(0x1d7)][_0x2ab9e4(0x256)],'failure':_0x489b5d,'failureType':_0x463ca}]:_0x185d69[_0x2ab9e4(0x258)][_0x2ab9e4(0x259)](_0x45309c=>{const _0x9ff71f=_0x2ab9e4;if(_0x16ce72[_0x9ff71f(0x244)](_0x45309c['id'],_0x5081e0['id'])){const _0x1fa1b0=_0x16ce72[_0x9ff71f(0x21b)][_0x9ff71f(0x1ce)]('|');let _0x55f6f4=0x0;while(!![]){switch(_0x1fa1b0[_0x55f6f4++]){case'0':_0x45309c[_0x9ff71f(0x220)]=_0x489b5d;continue;case'1':_0x45309c[_0x9ff71f(0x23c)]=_0x444a5d[_0x9ff71f(0x1e3)][_0x9ff71f(0x221)];continue;case'2':_0x45309c[_0x9ff71f(0x239)]=new Date()['toISOString']();continue;case'3':_0x45309c[_0x9ff71f(0x1fd)]=_0x463ca;continue;case'4':_0x45309c[_0x9ff71f(0x1d7)]=_0x444a5d['testStepResult'][_0x9ff71f(0x1d7)][_0x9ff71f(0x256)];continue;}break;}}}),_tests[_0x2a2994]=_0x185d69,delete _tests[_0x2a2994][_0x16ce72['NpbEA']];}}catch(_0x3dacb4){logger[_0x2ab9e4(0x22c)](_0x2ab9e4(0x1e4)+util[_0x2ab9e4(0x1f5)](_0x3dacb4));}}[a6_0x1e99d9(0x250)](_0x527da6){const _0x2ad28b=a6_0x1e99d9,_0x401080={};return _0x527da6['feature'][_0x2ad28b(0x1cb)][_0x2ad28b(0x260)](this['extractStepContainers'])[_0x2ad28b(0x1b5)]()[_0x2ad28b(0x259)](_0x3fc956=>_0x3fc956[_0x2ad28b(0x258)][_0x2ad28b(0x259)](_0x1a6305=>_0x401080[_0x1a6305['id']]=_0x1a6305)),_0x401080;}[a6_0x1e99d9(0x1c1)](_0x304993){const _0x192205=a6_0x1e99d9,_0x4b582d={'jOcJr':function(_0x47bb1e,_0x69977c){return _0x47bb1e(_0x69977c);}};if(!_0x4b582d[_0x192205(0x231)](isUndefined,_0x304993[_0x192205(0x218)]))return[_0x304993[_0x192205(0x218)]];else{if(!_0x4b582d[_0x192205(0x231)](isUndefined,_0x304993[_0x192205(0x252)]))return _0x304993[_0x192205(0x252)][_0x192205(0x1cb)][_0x192205(0x260)](_0x1b378e=>!isUndefined(_0x1b378e[_0x192205(0x218)])?_0x1b378e[_0x192205(0x218)]:_0x1b378e['scenario']);};return[_0x304993[_0x192205(0x225)]];}[a6_0x1e99d9(0x211)](_0x3f7a85,_0x2ea952){const _0x7238af=a6_0x1e99d9;return Object[_0x7238af(0x230)](_0x3f7a85[_0x7238af(0x236)]['gherkinDocumentMap'])['find'](_0x2aeaeb=>_0x2aeaeb[_0x7238af(0x1f2)]===_0x2ea952[_0x7238af(0x1f2)]);}}function a6_0x3418(_0x4d4905,_0x200231){const _0x222c67=a6_0x222c();return a6_0x3418=function(_0x3418cf,_0x3d2620){_0x3418cf=_0x3418cf-0x1b0;let _0x21ec99=_0x222c67[_0x3418cf];return _0x21ec99;},a6_0x3418(_0x4d4905,_0x200231);}function a6_0x222c(){const _0x5347f2=['BtkXI','assign','toString','text','uri','CPlHS','FAILED','format','6570536LHcQZw','onHook','@cucumber/cucumber','onPickle','onTestCaseFinished','stepDefinition','TZSxT','failureType','ffrvA','onTestCase','japhN','jwnbJ','MtywT','testStepStarted','onTestRunFinished','incrementCounter','parseTestCaseAttempt','cXiVP','feature','onTestStepStarted','hooks','qQFvN','testCaseAttemptDataMap','UNDEFINED','6YZGgBD','Exception\x20in\x20sending\x20onTestCaseFinished\x20event:\x20\x20','zDMll','getGherkinDocument','TestRunStarted','QTidX','toLowerCase','pickleMap','kUoFp','UjRBC','background','sendTestRunEventForCucumber','pickleStepId','RqrqG','OGajV','hook','viqtn','rNPnL','failure','status','HFYIO','report','792JDQjeJ','scenario','util','__platform','exports','eEXkW','testCaseStartedId','../../../helpers/helper','debug','eventBroadcaster','dHjET','testCaseStarted','values','jOcJr','testCaseId','cwd','pickle','RPUUY','eventDataCollector','testStepId','actionLocation','finished_at','testCaseMap','UNKNOWN','result','2|1|4|0|3','../test-observability.js','WiVOl','onGherkinDocument','75344LHvSwW','isBstackHook','GLEmq','DlHqE','../../../helpers/test-observability/error-handler','onTestRunStarted','IPMlZ','find','message','name','xfJWn','gherkinDocument','snippetBuilder','2550045WErSVt','SpzCx','getGherkinStepMap','OkQOI','rule','CONFIG','PENDING','setup','seconds','SXAaW','steps','forEach','HookRunFinished','981769BPrEKL','GIQjz','cucumber-js/test.setup.js','UCsdv','getTestCaseAttempt','map','IfzdN','AMBIGUOUS','testStepFinished','SKIPPED','exception','flat','oDakl','tfhys','pickleId','sendHook','zpEZH','supportCodeLibrary','toISOString','Executing\x20tests\x20for\x20','description','FRgpb','lbjKD','extractStepContainers','TestRunFinished','ZTwnm','source','keyword','winstonLogger','testCases','onTestCaseStarted','includes','HookRunStarted','children','649wmntxd','2Yehssy','split','push','bstack','hmzJv','sourceLocation','wFmVB','log','testCase','\x20-\x20','duration','mBpdE','../../../helpers/testhub/utils.js','logTestRunFinished','cNrSi','bbOjg','onTestStepFinished','envelope','testSteps','Exception\x20in\x20onTestStepStarted\x20event:\x20','testRunStarted','testCaseFinished','testStepResult','Exception\x20in\x20onTestStepFinished\x20event:\x20','getTestUUID','testRunFinished','494720gOROGk','6944948jrTHzv','PASSED','env','4626345gCehhz','capability','failed'];a6_0x222c=function(){return _0x5347f2;};return a6_0x222c();}module[a6_0x1e99d9(0x228)]=o11yClassErrorHandler(BrowserstackFormatter,['onTestCaseStarted',a6_0x1e99d9(0x1fa),a6_0x1e99d9(0x209),a6_0x1e99d9(0x1dd),a6_0x1e99d9(0x246),a6_0x1e99d9(0x204),a6_0x1e99d9(0x1c1),a6_0x1e99d9(0x211),a6_0x1e99d9(0x250)]);
@@ -1 +1 @@
1
- const a7_0xbeb1bd=a7_0x4893;function a7_0x4893(_0x2ed7da,_0x33acae){const _0x59fc2c=a7_0x59fc();return a7_0x4893=function(_0x4893b4,_0x271cc2){_0x4893b4=_0x4893b4-0x116;let _0x1556a6=_0x59fc2c[_0x4893b4];return _0x1556a6;},a7_0x4893(_0x2ed7da,_0x33acae);}(function(_0x3a9b6d,_0x2073b7){const _0x557fe2=a7_0x4893,_0x54f70d=_0x3a9b6d();while(!![]){try{const _0x12c6e7=parseInt(_0x557fe2(0x157))/0x1*(parseInt(_0x557fe2(0x151))/0x2)+parseInt(_0x557fe2(0x11c))/0x3+parseInt(_0x557fe2(0x14b))/0x4*(-parseInt(_0x557fe2(0x152))/0x5)+-parseInt(_0x557fe2(0x141))/0x6+parseInt(_0x557fe2(0x153))/0x7*(-parseInt(_0x557fe2(0x125))/0x8)+-parseInt(_0x557fe2(0x126))/0x9*(-parseInt(_0x557fe2(0x13e))/0xa)+parseInt(_0x557fe2(0x146))/0xb;if(_0x12c6e7===_0x2073b7)break;else _0x54f70d['push'](_0x54f70d['shift']());}catch(_0x327130){_0x54f70d['push'](_0x54f70d['shift']());}}}(a7_0x59fc,0x4913b));function a7_0x59fc(){const _0x590119=['bObaJ','eventDataCollector','exception','ITvbC','gcUiF','uri','log','pgEcW','line','vWNyL','uWuwr','cucumber','EoqBZ','UaPia','text','QcGNb','cBnrw','mYDYx','3313020MsDYtk','undefined','PNiMd','3427134czYdZL','stepResults','testCase','pickle','iMtqD','4734653TOPvJZ','ZwTRW','name','sourceLocation','AbecO','152HrhmQF','toUpperCase','grlWJ','DPtZa','\x20-\x20','nSser','4QXEPXo','31145pzmgbq','14hoqIww','eHeyv','ZzWcS','test-case-started','226697nkbqhu','SKIPPED','PxsRq','wRoFF','eventBroadcaster','cucumber/lib/formatter/helpers/pickle_parser.js','XAWOR','result','actionLocation','gherkinDocument','JNjzz','exports','rRraJ','steps','capability','test-step-started','../../../helpers/helper','KvfyP','env','PENDING','PASSED','LpNZE','feature','KQCDP','getStepLineToPickledStepMap','length','1130787yJXtoD','Executing\x20tests\x20for\x20','ZGBub','Zkkim','status','voClV','getTestCaseData','forEach','includes','1939336EgeLZJ','9edtVRe','\x20\x20\x20\x20','ecTbL','__platform','test-run-started','puFls'];a7_0x59fc=function(){return _0x590119;};return a7_0x59fc();}const {requireModule,getPlatformName,nestedKeyValue}=require(a7_0xbeb1bd(0x167)),{Formatter}=requireModule(a7_0xbeb1bd(0x137)),pickleParser=requireModule(a7_0xbeb1bd(0x15c),a7_0xbeb1bd(0x137));class BrowserstackFormatter extends Formatter{constructor(_0x207591){const _0x4af55d=a7_0xbeb1bd,_0x552073={'iMtqD':function(_0x4f6b3f,_0x1ea9cc){return _0x4f6b3f!==_0x1ea9cc;},'rRraJ':function(_0x5ba4f2,_0x4b6125){return _0x5ba4f2!==_0x4b6125;},'voClV':function(_0x2c8042,_0x3c77ba){return _0x2c8042(_0x3c77ba);},'grlWJ':_0x4af55d(0x12a),'gcUiF':_0x4af55d(0x156),'uWuwr':'test-case-finished','QcGNb':'test-run-finished','puFls':_0x4af55d(0x166)};super(_0x207591),_0x207591[_0x4af55d(0x15b)]['on'](_0x552073[_0x4af55d(0x14d)],()=>{const _0x22b2b8=_0x4af55d;let _0xd76eac;if(_0x552073[_0x22b2b8(0x145)](process['env']['CONFIG'],undefined)){const _0x5b4880=JSON['parse'](process[_0x22b2b8(0x169)]['CONFIG']);_0xd76eac=_0x5b4880[_0x22b2b8(0x165)];}_0x552073[_0x22b2b8(0x163)](_0xd76eac,undefined)&&(global['__platform']=_0x552073[_0x22b2b8(0x121)](getPlatformName,_0xd76eac),console[_0x22b2b8(0x132)](_0x22b2b8(0x11d)+global[_0x22b2b8(0x129)]));}),_0x207591[_0x4af55d(0x15b)]['on'](_0x552073[_0x4af55d(0x130)],()=>{testSuites+=0x1;}),_0x207591['eventBroadcaster']['on'](_0x552073[_0x4af55d(0x136)],_0x3ba8e2=>{this['logTestCaseFinished'](_0x3ba8e2);}),_0x207591['eventBroadcaster']['on'](_0x552073[_0x4af55d(0x13b)],()=>{totalTests-=0x2;}),_0x207591[_0x4af55d(0x15b)]['on'](_0x552073[_0x4af55d(0x12b)],()=>{totalTests+=0x1;});}['logTestCaseFinished'](_0x3e4316){const _0x47bc0d=a7_0xbeb1bd,_0x56e783={'ZGBub':'FAILED','pgEcW':_0x47bc0d(0x116),'mYDYx':_0x47bc0d(0x158),'KvfyP':_0x47bc0d(0x16a),'pzGuO':'UNDEFINED','PPXNa':'UNKNOWN','iIfAZ':'AMBIGUOUS','PxsRq':function(_0x500ae7,_0x62e9b7){return _0x500ae7+_0x62e9b7;},'JNjzz':function(_0x215429,_0x59ee51){return _0x215429+_0x59ee51;},'eHeyv':_0x47bc0d(0x127),'ZwTRW':_0x47bc0d(0x14f),'PNiMd':function(_0x1885cb,_0x48c45c){return _0x1885cb(_0x48c45c);},'ecTbL':'cucumber-js/test_old.setup.js','bObaJ':'\x20\x20\x20\x20AFTER\x20-\x20','llgzG':'\x20\x20\x20\x20BEFORE\x20-\x20','cBnrw':function(_0x22c074,_0x215571){return _0x22c074===_0x215571;},'sfIci':function(_0x4a1938,_0xd37ee3,_0x3da09e){return _0x4a1938(_0xd37ee3,_0x3da09e);},'QNfah':'result','UaPia':_0x47bc0d(0x12e),'nSser':'stack','AbecO':function(_0x4e90fe,_0x392012){return _0x4e90fe+_0x392012;},'XAWOR':function(_0x1f6c47,_0x56b5bd){return _0x1f6c47!==_0x56b5bd;},'wRoFF':function(_0xc1a29f,_0x5405d1){return _0xc1a29f+_0x5405d1;},'qDDXY':_0x47bc0d(0x13f),'DYTRH':function(_0x433008,_0x23d099){return _0x433008+_0x23d099;},'ShIkq':function(_0x57c3ff,_0x1d4203){return _0x57c3ff+_0x1d4203;},'ITvbC':function(_0x9cfc2f,_0xded77f){return _0x9cfc2f+_0xded77f;},'yDuHe':function(_0x5e740d,_0x3fa584){return _0x5e740d+_0x3fa584;},'Zkkim':function(_0xdb920c,_0x5608be){return _0xdb920c<_0x5608be;},'vWNyL':function(_0x159a25,_0x18a292){return _0x159a25+_0x18a292;},'KQCDP':function(_0x5a4c03,_0x3d979e){return _0x5a4c03+_0x3d979e;},'EoqBZ':function(_0x4a49f4,_0x5bfd23){return _0x4a49f4(_0x5bfd23);},'sRcZO':function(_0x350863,_0x5b917e){return _0x350863+_0x5b917e;},'LpNZE':function(_0x205d34,_0x3c72a8){return _0x205d34+_0x3c72a8;},'DPtZa':function(_0x34f51c,_0x63095){return _0x34f51c===_0x63095;},'ZzWcS':function(_0x510304,_0x5817cc,_0x476d21){return _0x510304(_0x5817cc,_0x476d21);},'JxTEF':function(_0x4f4ba3,_0x3ca649){return _0x4f4ba3+_0x3ca649;}};let _0x2d2969=![];function _0x5e26cb(_0x16eba8){const _0xf6f711=_0x47bc0d;switch(_0x16eba8){case _0x56e783[_0xf6f711(0x11e)]:testsFailed+=0x1;break;case _0x56e783[_0xf6f711(0x133)]:testsPassed+=0x1;break;case _0x56e783[_0xf6f711(0x13d)]:testsSkipped+=0x1;break;case _0x56e783[_0xf6f711(0x168)]:testsPending+=0x1;break;case _0x56e783['pzGuO']:testsUndefined+=0x1;break;case _0x56e783['PPXNa']:testsUnknown+=0x1;break;case _0x56e783['iIfAZ']:testsAmbiguous+=0x1;break;default:break;}}_0x56e783['XAWOR'](global[_0x47bc0d(0x129)],undefined)&&console[_0x47bc0d(0x132)](_0x56e783[_0x47bc0d(0x161)](_0x56e783[_0x47bc0d(0x15a)]('\x0a',global[_0x47bc0d(0x129)]),'\x0a'));let _0x228924=![];if(_0x56e783[_0x47bc0d(0x15d)](typeof this['eventDataCollector'][_0x47bc0d(0x122)],_0x56e783['qDDXY'])){var _0x3e1693=this['eventDataCollector'][_0x47bc0d(0x122)](_0x3e4316[_0x47bc0d(0x149)]),_0x4ebd96=_0x3e1693[_0x47bc0d(0x144)],_0x43be48=_0x3e1693[_0x47bc0d(0x143)];console[_0x47bc0d(0x132)](_0x56e783['DYTRH']('\x20\x20',_0x4ebd96['name']));var _0x528835=(0x0,pickleParser[_0x47bc0d(0x11a)])(_0x4ebd96);_0x43be48[_0x47bc0d(0x164)][_0x47bc0d(0x123)](function(_0x246516){const _0x39c330=_0x47bc0d;if(_0x246516['actionLocation']&&_0x246516[_0x39c330(0x149)])_0x2d2969=!![],console[_0x39c330(0x132)](_0x56e783[_0x39c330(0x159)](_0x56e783['PxsRq'](_0x56e783[_0x39c330(0x161)](_0x56e783[_0x39c330(0x154)],_0x528835[_0x246516[_0x39c330(0x149)][_0x39c330(0x134)]][_0x39c330(0x13a)]),_0x56e783[_0x39c330(0x147)]),_0x246516['result'][_0x39c330(0x120)][_0x39c330(0x14c)]())),_0x56e783[_0x39c330(0x140)](_0x5e26cb,_0x246516[_0x39c330(0x15e)][_0x39c330(0x120)][_0x39c330(0x14c)]());else _0x246516[_0x39c330(0x15f)]&&(!_0x246516[_0x39c330(0x15f)][_0x39c330(0x131)][_0x39c330(0x124)](_0x56e783[_0x39c330(0x128)])&&(_0x56e783[_0x39c330(0x140)](_0x5e26cb,_0x246516[_0x39c330(0x15e)][_0x39c330(0x120)]['toUpperCase']()),_0x2d2969?console[_0x39c330(0x132)](_0x56e783[_0x39c330(0x159)](_0x56e783['bObaJ'],_0x246516['result'][_0x39c330(0x120)][_0x39c330(0x14c)]())):console['log'](_0x56e783[_0x39c330(0x159)](_0x56e783['llgzG'],_0x246516[_0x39c330(0x15e)][_0x39c330(0x120)][_0x39c330(0x14c)]()))));if(_0x56e783[_0x39c330(0x13c)](_0x246516[_0x39c330(0x15e)]['status']['toUpperCase'](),_0x56e783[_0x39c330(0x11e)])){const _0x222cf9=_0x56e783['sfIci'](nestedKeyValue,_0x246516,[_0x56e783['QNfah'],_0x56e783[_0x39c330(0x139)],_0x56e783[_0x39c330(0x150)]]);_0x222cf9&&(testsErrorMessage[_0x4ebd96['name']]=_0x222cf9,console[_0x39c330(0x132)](_0x56e783[_0x39c330(0x14a)](_0x222cf9,'\x0a'))),_0x228924=!![];}});}else{const _0x58efef=this[_0x47bc0d(0x12d)]['getTestCaseAttempt'](_0x3e4316);console[_0x47bc0d(0x132)](_0x56e783['ShIkq'](_0x56e783[_0x47bc0d(0x12f)](_0x56e783['yDuHe']('\x20\x20',_0x58efef['gherkinDocument'][_0x47bc0d(0x118)][_0x47bc0d(0x148)]),_0x56e783[_0x47bc0d(0x147)]),_0x58efef['pickle'][_0x47bc0d(0x148)]));const _0x117a22=(0x0,pickleParser['getStepLineToPickledStepMap'])(_0x58efef['pickle']),_0xc7ef37=_0x58efef['testCase'][_0x47bc0d(0x164)],_0x27f735=_0x58efef[_0x47bc0d(0x142)],_0x2aa851=_0xc7ef37[_0x47bc0d(0x11b)];for(let _0xabcad5=0x0;_0x56e783[_0x47bc0d(0x11f)](_0xabcad5,_0x2aa851);_0xabcad5++){const _0x857ff0=_0xc7ef37[_0xabcad5];if(_0x857ff0[_0x47bc0d(0x15f)]&&_0x857ff0[_0x47bc0d(0x149)])_0x2d2969=!![],console[_0x47bc0d(0x132)](_0x56e783[_0x47bc0d(0x135)](_0x56e783[_0x47bc0d(0x135)](_0x56e783[_0x47bc0d(0x119)](_0x56e783[_0x47bc0d(0x154)],_0x117a22[_0x857ff0[_0x47bc0d(0x149)][_0x47bc0d(0x134)]]['text']),_0x56e783[_0x47bc0d(0x147)]),_0x27f735[_0xabcad5]['status'][_0x47bc0d(0x14c)]())),_0x56e783[_0x47bc0d(0x138)](_0x5e26cb,_0x27f735[_0xabcad5][_0x47bc0d(0x120)][_0x47bc0d(0x14c)]());else _0x857ff0[_0x47bc0d(0x15f)]&&(!_0x857ff0[_0x47bc0d(0x15f)]['uri'][_0x47bc0d(0x124)](_0x56e783['ecTbL'])&&(_0x56e783[_0x47bc0d(0x140)](_0x5e26cb,_0x27f735[_0xabcad5]['status'][_0x47bc0d(0x14c)]()),_0x2d2969?console[_0x47bc0d(0x132)](_0x56e783['sRcZO'](_0x56e783[_0x47bc0d(0x12c)],_0x27f735[_0xabcad5][_0x47bc0d(0x120)]['toUpperCase']())):console[_0x47bc0d(0x132)](_0x56e783[_0x47bc0d(0x117)](_0x56e783['llgzG'],_0x27f735[_0xabcad5]['status']['toUpperCase']()))));if(_0x56e783[_0x47bc0d(0x14e)](_0x27f735[_0xabcad5]['status'][_0x47bc0d(0x14c)](),_0x56e783[_0x47bc0d(0x11e)])){_0x228924=!![];const _0x28aab7=_0x56e783[_0x47bc0d(0x155)](nestedKeyValue,_0x27f735[_0xabcad5],[_0x56e783['UaPia'],_0x56e783[_0x47bc0d(0x150)]]);_0x28aab7&&(testsErrorMessage[_0x56e783[_0x47bc0d(0x14a)](_0x56e783['JxTEF'](_0x58efef[_0x47bc0d(0x160)][_0x47bc0d(0x118)][_0x47bc0d(0x148)],_0x56e783[_0x47bc0d(0x147)]),_0x58efef[_0x47bc0d(0x144)][_0x47bc0d(0x148)])]=_0x28aab7,console[_0x47bc0d(0x132)](_0x56e783[_0x47bc0d(0x14a)](_0x28aab7,'\x0a')));}}}_0x228924&&(testSuitesFailed+=0x1),console['log']('\x0a');}}module[a7_0xbeb1bd(0x162)]=BrowserstackFormatter;
1
+ function a7_0x266f(){const _0x1b24c2=['test-step-started','BGacd','result','eventBroadcaster','test-run-finished','oqZQw','qjpdo','\x20\x20\x20\x20AFTER\x20-\x20','ZXCJh','exports','testCase','test-run-started','getStepLineToPickledStepMap','__platform','includes','cdNvR','oXybn','parse','WcEMy','1061129YuRXAF','dPqXQ','20124960xWdLAL','WyzQa','toUpperCase','uri','AHySm','logTestCaseFinished','5eIbgyx','test-case-started','actionLocation','feature','JQjtY','../../../helpers/helper','kHZKE','rvJKH','CONFIG','\x20\x20\x20\x20BEFORE\x20-\x20','line','Executing\x20tests\x20for\x20','EhQGM','1647582pZFggv','2907806CZvWfL','length','jzjuj','AMBIGUOUS','stepResults','TnYWZ','UNDEFINED','PENDING','status','eventDataCollector','name','brGyf','NMqbt','abrhF','FoQIv','gherkinDocument','exception','PASSED','SKIPPED','EzShA','753712wXLDmy','mygrI','ZihVp','lxsad','aqSCX','1780758oUlqCd','text','env','getTestCaseData','TYKjI','EnhqP','BCaNu','cucumber','UNKNOWN','getTestCaseAttempt','steps','forEach','FjXoY','gdjbg','pickle','sourceLocation','log','cucumber-js/test_old.setup.js','pjTgP','\x20\x20\x20\x20','887215ytNLiu','ahFSi','yKrxj','xIMnz','XfSZe'];a7_0x266f=function(){return _0x1b24c2;};return a7_0x266f();}const a7_0x55d15f=a7_0x35c3;(function(_0x49722a,_0x529e06){const _0x167643=a7_0x35c3,_0xf5074c=_0x49722a();while(!![]){try{const _0x26cf27=-parseInt(_0x167643(0x1bb))/0x1+-parseInt(_0x167643(0x1d1))/0x2+parseInt(_0x167643(0x1d0))/0x3+-parseInt(_0x167643(0x1e5))/0x4+-parseInt(_0x167643(0x1c3))/0x5*(-parseInt(_0x167643(0x1ea))/0x6)+parseInt(_0x167643(0x1fe))/0x7+parseInt(_0x167643(0x1bd))/0x8;if(_0x26cf27===_0x529e06)break;else _0xf5074c['push'](_0xf5074c['shift']());}catch(_0x3d5020){_0xf5074c['push'](_0xf5074c['shift']());}}}(a7_0x266f,0xbf9fc));const {requireModule,getPlatformName,nestedKeyValue}=require(a7_0x55d15f(0x1c8)),{Formatter}=requireModule('cucumber'),pickleParser=requireModule('cucumber/lib/formatter/helpers/pickle_parser.js',a7_0x55d15f(0x1f1));function a7_0x35c3(_0x1080ae,_0x53144d){const _0x266f54=a7_0x266f();return a7_0x35c3=function(_0x35c33c,_0x1178fd){_0x35c33c=_0x35c33c-0x1a7;let _0x327943=_0x266f54[_0x35c33c];return _0x327943;},a7_0x35c3(_0x1080ae,_0x53144d);}class BrowserstackFormatter extends Formatter{constructor(_0x30bd88){const _0x2e0d1f=a7_0x55d15f,_0x377341={'xIMnz':function(_0x4a9405,_0x3ba71d){return _0x4a9405!==_0x3ba71d;},'WyzQa':function(_0x3ca5e2,_0x3073ae){return _0x3ca5e2(_0x3073ae);},'ahFSi':_0x2e0d1f(0x1b3),'GTwiD':_0x2e0d1f(0x1c4),'FjXoY':'test-case-finished','EhQGM':_0x2e0d1f(0x1ac),'TYKjI':_0x2e0d1f(0x1a8)};super(_0x30bd88),_0x30bd88[_0x2e0d1f(0x1ab)]['on'](_0x377341[_0x2e0d1f(0x1ff)],()=>{const _0x369eab=_0x2e0d1f;let _0xe4da2e;if(_0x377341[_0x369eab(0x201)](process[_0x369eab(0x1ec)][_0x369eab(0x1cb)],undefined)){const _0x475d6f=JSON[_0x369eab(0x1b9)](process[_0x369eab(0x1ec)][_0x369eab(0x1cb)]);_0xe4da2e=_0x475d6f['capability'];}_0x377341[_0x369eab(0x201)](_0xe4da2e,undefined)&&(global[_0x369eab(0x1b5)]=_0x377341[_0x369eab(0x1be)](getPlatformName,_0xe4da2e),console[_0x369eab(0x1fa)](_0x369eab(0x1ce)+global[_0x369eab(0x1b5)]));}),_0x30bd88['eventBroadcaster']['on'](_0x377341['GTwiD'],()=>{testSuites+=0x1;}),_0x30bd88[_0x2e0d1f(0x1ab)]['on'](_0x377341[_0x2e0d1f(0x1f6)],_0x3c0598=>{const _0x2f2ab9=_0x2e0d1f;this[_0x2f2ab9(0x1c2)](_0x3c0598);}),_0x30bd88['eventBroadcaster']['on'](_0x377341[_0x2e0d1f(0x1cf)],()=>{totalTests-=0x2;}),_0x30bd88[_0x2e0d1f(0x1ab)]['on'](_0x377341[_0x2e0d1f(0x1ee)],()=>{totalTests+=0x1;});}['logTestCaseFinished'](_0x3bbf2f){const _0x156833=a7_0x55d15f,_0x467da1={'AHySm':'FAILED','ZdjNI':_0x156833(0x1e2),'kHZKE':_0x156833(0x1e3),'BCaNu':_0x156833(0x1d8),'cMiBT':_0x156833(0x1d7),'oqZQw':_0x156833(0x1f2),'EzShA':_0x156833(0x1d4),'pjTgP':function(_0x8079b5,_0x57026d){return _0x8079b5+_0x57026d;},'NMqbt':function(_0x1ca339,_0x4bf0eb){return _0x1ca339+_0x4bf0eb;},'gdjbg':function(_0x220984,_0xa657ac){return _0x220984+_0xa657ac;},'cdNvR':_0x156833(0x1fd),'yKrxj':'\x20-\x20','brGyf':function(_0x3eb790,_0x5db553){return _0x3eb790(_0x5db553);},'EnhqP':_0x156833(0x1fb),'qjpdo':function(_0x524bb7,_0x50d18c){return _0x524bb7(_0x50d18c);},'lxsad':_0x156833(0x1af),'ZihVp':_0x156833(0x1cc),'abrhF':function(_0x1c218b,_0x86745d){return _0x1c218b===_0x86745d;},'rvJKH':function(_0x281bc0,_0x116d54,_0x39621d){return _0x281bc0(_0x116d54,_0x39621d);},'ZXCJh':_0x156833(0x1aa),'WcEMy':_0x156833(0x1e1),'dPqXQ':'stack','FoQIv':function(_0x44ced2,_0x5b14ea){return _0x44ced2+_0x5b14ea;},'XfSZe':function(_0x4fa30f,_0x3a6756){return _0x4fa30f!==_0x3a6756;},'TnYWZ':function(_0x162db3,_0x488483){return _0x162db3!==_0x488483;},'aqSCX':'undefined','oXybn':function(_0x1c061b,_0x148d34){return _0x1c061b<_0x148d34;},'JQjtY':function(_0x1c79ee,_0x131b16){return _0x1c79ee+_0x131b16;},'BGacd':function(_0x5e2293,_0xe32da){return _0x5e2293+_0xe32da;},'PkVla':function(_0x34d6b2,_0x128aa9){return _0x34d6b2(_0x128aa9);},'jzjuj':function(_0x20e2d5,_0x2423e7){return _0x20e2d5(_0x2423e7);},'mygrI':function(_0xf23a4e,_0x17edc5){return _0xf23a4e+_0x17edc5;},'ISqRg':function(_0x178cc1,_0x2db980){return _0x178cc1+_0x2db980;}};let _0x2111aa=![];function _0x213d49(_0x18c617){const _0xeb658b=_0x156833;switch(_0x18c617){case _0x467da1[_0xeb658b(0x1c1)]:testsFailed+=0x1;break;case _0x467da1['ZdjNI']:testsPassed+=0x1;break;case _0x467da1[_0xeb658b(0x1c9)]:testsSkipped+=0x1;break;case _0x467da1[_0xeb658b(0x1f0)]:testsPending+=0x1;break;case _0x467da1['cMiBT']:testsUndefined+=0x1;break;case _0x467da1[_0xeb658b(0x1ad)]:testsUnknown+=0x1;break;case _0x467da1[_0xeb658b(0x1e4)]:testsAmbiguous+=0x1;break;default:break;}}_0x467da1[_0x156833(0x1a7)](global[_0x156833(0x1b5)],undefined)&&console['log'](_0x467da1[_0x156833(0x1f7)](_0x467da1['NMqbt']('\x0a',global[_0x156833(0x1b5)]),'\x0a'));let _0x27dd37=![];if(_0x467da1[_0x156833(0x1d6)](typeof this[_0x156833(0x1da)]['getTestCaseData'],_0x467da1[_0x156833(0x1e9)])){var _0x209b25=this[_0x156833(0x1da)][_0x156833(0x1ed)](_0x3bbf2f[_0x156833(0x1f9)]),_0x485e52=_0x209b25[_0x156833(0x1f8)],_0x3c4c40=_0x209b25[_0x156833(0x1b2)];console[_0x156833(0x1fa)](_0x467da1[_0x156833(0x1f7)]('\x20\x20',_0x485e52[_0x156833(0x1db)]));var _0x4f9834=(0x0,pickleParser[_0x156833(0x1b4)])(_0x485e52);_0x3c4c40[_0x156833(0x1f4)][_0x156833(0x1f5)](function(_0x34925d){const _0x252fbc=_0x156833;if(_0x34925d[_0x252fbc(0x1c5)]&&_0x34925d['sourceLocation'])_0x2111aa=!![],console[_0x252fbc(0x1fa)](_0x467da1[_0x252fbc(0x1fc)](_0x467da1['NMqbt'](_0x467da1[_0x252fbc(0x1f7)](_0x467da1[_0x252fbc(0x1b7)],_0x4f9834[_0x34925d[_0x252fbc(0x1f9)]['line']]['text']),_0x467da1[_0x252fbc(0x200)]),_0x34925d[_0x252fbc(0x1aa)][_0x252fbc(0x1d9)]['toUpperCase']())),_0x467da1[_0x252fbc(0x1dc)](_0x213d49,_0x34925d[_0x252fbc(0x1aa)][_0x252fbc(0x1d9)][_0x252fbc(0x1bf)]());else _0x34925d[_0x252fbc(0x1c5)]&&(!_0x34925d[_0x252fbc(0x1c5)][_0x252fbc(0x1c0)][_0x252fbc(0x1b6)](_0x467da1[_0x252fbc(0x1ef)])&&(_0x467da1[_0x252fbc(0x1ae)](_0x213d49,_0x34925d[_0x252fbc(0x1aa)][_0x252fbc(0x1d9)][_0x252fbc(0x1bf)]()),_0x2111aa?console[_0x252fbc(0x1fa)](_0x467da1[_0x252fbc(0x1f7)](_0x467da1[_0x252fbc(0x1e8)],_0x34925d['result'][_0x252fbc(0x1d9)][_0x252fbc(0x1bf)]())):console[_0x252fbc(0x1fa)](_0x467da1[_0x252fbc(0x1fc)](_0x467da1[_0x252fbc(0x1e7)],_0x34925d[_0x252fbc(0x1aa)][_0x252fbc(0x1d9)][_0x252fbc(0x1bf)]()))));if(_0x467da1['abrhF'](_0x34925d[_0x252fbc(0x1aa)]['status'][_0x252fbc(0x1bf)](),_0x467da1[_0x252fbc(0x1c1)])){const _0x2dffb2=_0x467da1[_0x252fbc(0x1ca)](nestedKeyValue,_0x34925d,[_0x467da1[_0x252fbc(0x1b0)],_0x467da1[_0x252fbc(0x1ba)],_0x467da1[_0x252fbc(0x1bc)]]);_0x2dffb2&&(testsErrorMessage[_0x485e52['name']]=_0x2dffb2,console['log'](_0x467da1[_0x252fbc(0x1df)](_0x2dffb2,'\x0a'))),_0x27dd37=!![];}});}else{const _0x57a937=this[_0x156833(0x1da)][_0x156833(0x1f3)](_0x3bbf2f);console[_0x156833(0x1fa)](_0x467da1[_0x156833(0x1dd)](_0x467da1[_0x156833(0x1dd)](_0x467da1[_0x156833(0x1f7)]('\x20\x20',_0x57a937['gherkinDocument']['feature']['name']),_0x467da1[_0x156833(0x200)]),_0x57a937[_0x156833(0x1f8)][_0x156833(0x1db)]));const _0x55e705=(0x0,pickleParser['getStepLineToPickledStepMap'])(_0x57a937[_0x156833(0x1f8)]),_0x493c03=_0x57a937[_0x156833(0x1b2)]['steps'],_0x22f6ee=_0x57a937[_0x156833(0x1d5)],_0x21f233=_0x493c03[_0x156833(0x1d2)];for(let _0x18e74b=0x0;_0x467da1[_0x156833(0x1b8)](_0x18e74b,_0x21f233);_0x18e74b++){const _0x4baed1=_0x493c03[_0x18e74b];if(_0x4baed1[_0x156833(0x1c5)]&&_0x4baed1['sourceLocation'])_0x2111aa=!![],console[_0x156833(0x1fa)](_0x467da1[_0x156833(0x1fc)](_0x467da1[_0x156833(0x1c7)](_0x467da1[_0x156833(0x1a9)](_0x467da1['cdNvR'],_0x55e705[_0x4baed1[_0x156833(0x1f9)][_0x156833(0x1cd)]][_0x156833(0x1eb)]),_0x467da1[_0x156833(0x200)]),_0x22f6ee[_0x18e74b][_0x156833(0x1d9)][_0x156833(0x1bf)]())),_0x467da1['PkVla'](_0x213d49,_0x22f6ee[_0x18e74b][_0x156833(0x1d9)][_0x156833(0x1bf)]());else _0x4baed1[_0x156833(0x1c5)]&&(!_0x4baed1[_0x156833(0x1c5)][_0x156833(0x1c0)][_0x156833(0x1b6)](_0x467da1[_0x156833(0x1ef)])&&(_0x467da1[_0x156833(0x1d3)](_0x213d49,_0x22f6ee[_0x18e74b][_0x156833(0x1d9)]['toUpperCase']()),_0x2111aa?console['log'](_0x467da1['FoQIv'](_0x467da1[_0x156833(0x1e8)],_0x22f6ee[_0x18e74b][_0x156833(0x1d9)][_0x156833(0x1bf)]())):console[_0x156833(0x1fa)](_0x467da1[_0x156833(0x1e6)](_0x467da1[_0x156833(0x1e7)],_0x22f6ee[_0x18e74b]['status']['toUpperCase']()))));if(_0x467da1[_0x156833(0x1de)](_0x22f6ee[_0x18e74b][_0x156833(0x1d9)][_0x156833(0x1bf)](),_0x467da1[_0x156833(0x1c1)])){_0x27dd37=!![];const _0xb1360f=_0x467da1['rvJKH'](nestedKeyValue,_0x22f6ee[_0x18e74b],[_0x467da1[_0x156833(0x1ba)],_0x467da1[_0x156833(0x1bc)]]);_0xb1360f&&(testsErrorMessage[_0x467da1['ISqRg'](_0x467da1[_0x156833(0x1a9)](_0x57a937[_0x156833(0x1e0)][_0x156833(0x1c6)][_0x156833(0x1db)],_0x467da1[_0x156833(0x200)]),_0x57a937[_0x156833(0x1f8)][_0x156833(0x1db)])]=_0xb1360f,console[_0x156833(0x1fa)](_0x467da1[_0x156833(0x1c7)](_0xb1360f,'\x0a')));}}}_0x27dd37&&(testSuitesFailed+=0x1),console[_0x156833(0x1fa)]('\x0a');}}module[a7_0x55d15f(0x1b1)]=BrowserstackFormatter;
@@ -1 +1 @@
1
- function a8_0xe715(){const _0x3e7e7f=['PBfTy','hookId','toISOString','failed','sUDAA','yAYOG','push','VIzEe','dtveo','DFqtk','xzxWW','KDcEO','nbUbz','opdkh','failure_reason','duration_in_ms','message','SIZfl','astNodeIds','CUCUMBER','sendHook','jhSdV','updateTestStatus','6uHkDEI','backtrace','bNtKd','failureType','tagExpression','util','pending','6974328IWQPZw','../../helpers/test-observability/error-handler','_gitConfigured','Exception\x20in\x20sendHook:\x20','finished_at','feature','forEach','mmCZz','wQaHG','5460427EZiQYj','fkBbM','../../helpers/test-observability/sessionHandler','match','374622XSdpaL','Ypudt','QcmWp','UnhandledError','xedYE','nanos','failure_data','AmDkd','scenario','debug','toQkB','yRkir','getHookRunEventData','name','uploadEventData','lUqIs','241574JXoZfJ','orzGV','AlLfa','../../helpers/testhub/utils','getCucumberHookType','482128JoIsEf','ecEKU','getHooksListForTest','itjMG','uri','configureGit','failureData','jBuHm','lEQTT','find','gNzXZ','format','uuid','TestRunFinished','VCjnA','509100SXngeJ','DMHTX','IjjvJ','hook_run','../../helpers/test-observability/constants.js','GwJWP','cucumber','testCaseFinished','failure','pPGPE','flatMap','YwPHT','failure_type','DJsSw','result','HookRunFinished','sourceReference','cells','sgPvK','toLowerCase','JJQFh','../playwright/reporter/test-details','length','filter','rule','rDlYL','342LwbetF','PpKvZ','javascript','lusYV','pYlJe','event_type','split','SAeuM','pScGO','OEzDZ','tableBody','every','children','relative','winstonLogger','getHookResult','5692592cLIpzo','pvxVa','test','test_run','hooks','map','csLwi','value','getScenarioExamples','xMkZp','zugjv','_gitConfigPath','examples','tags','AssertionError','FAILED','KIEgA','Exception\x20in\x20getHookRunEventData:\x20','SKIPPED','join','exception','testStepFinished','includes','browserstack-node-agent/src/bin/cucumber-js/test.setup.js','rOujP','GlUNF','status','sendTestRunEventForCucumber','timestamp','../../helpers/logger','testCaseStartedId'];a8_0xe715=function(){return _0x3e7e7f;};return a8_0xe715();}function a8_0x61f2(_0x4fe388,_0x76a4c2){const _0xe7157e=a8_0xe715();return a8_0x61f2=function(_0x61f2b,_0x3abd47){_0x61f2b=_0x61f2b-0x171;let _0x1f63b0=_0xe7157e[_0x61f2b];return _0x1f63b0;},a8_0x61f2(_0x4fe388,_0x76a4c2);}const a8_0x2d8515=a8_0x61f2;(function(_0x207fb1,_0x8ff164){const _0x22d77c=a8_0x61f2,_0x39c8fc=_0x207fb1();while(!![]){try{const _0x1a892b=-parseInt(_0x22d77c(0x1a2))/0x1+-parseInt(_0x22d77c(0x192))/0x2*(-parseInt(_0x22d77c(0x17e))/0x3)+-parseInt(_0x22d77c(0x1e0))/0x4+parseInt(_0x22d77c(0x1b6))/0x5+-parseInt(_0x22d77c(0x185))/0x6+parseInt(_0x22d77c(0x18e))/0x7+parseInt(_0x22d77c(0x1a7))/0x8*(parseInt(_0x22d77c(0x1d0))/0x9);if(_0x1a892b===_0x8ff164)break;else _0x39c8fc['push'](_0x39c8fc['shift']());}catch(_0x2f21a5){_0x39c8fc['push'](_0x39c8fc['shift']());}}}(a8_0xe715,0xafa8d));const path=require('path'),util=require(a8_0x2d8515(0x183)),hooksMap={},SessionHandler=require(a8_0x2d8515(0x190)),testhubUtils=require(a8_0x2d8515(0x1a5)),{getGitMetaData,isUndefined,nestedKeyValue}=require('../../helpers/helper'),logger=require(a8_0x2d8515(0x1fd))[a8_0x2d8515(0x1de)],{o11yClassErrorHandler}=require(a8_0x2d8515(0x186)),{FRAMEWORKS}=require(a8_0x2d8515(0x1ba)),TestDetails=require(a8_0x2d8515(0x1cb));this['_gitConfigured']=![],this[a8_0x2d8515(0x1eb)]=null;class TestObservabilityReporter{async[a8_0x2d8515(0x1fb)](_0x2227ff,_0xe8e784,_0x311b36,_0x27d991,_0x3bbaef){const _0x1766c0=a8_0x2d8515,_0x46cabd={'wQaHG':function(_0x41211c,_0x580ecd){return _0x41211c===_0x580ecd;},'ecEKU':_0x1766c0(0x1ef),'YwPHT':'failed','zugjv':function(_0xb6173f,_0x152158){return _0xb6173f===_0x152158;},'AmDkd':_0x1766c0(0x1f2),'gNzXZ':'skipped','lusYV':function(_0x398e0b,_0x18e76f){return _0x398e0b||_0x18e76f;},'GwJWP':function(_0x38c05c,_0x3ca718){return _0x38c05c+_0x3ca718;},'LKJOA':function(_0x2f12b5,_0x32e28b){return _0x2f12b5+_0x32e28b;},'dtveo':_0x1766c0(0x1e2),'pScGO':'javascript','pvxVa':_0x1766c0(0x1bc),'SIZfl':_0x1766c0(0x184),'yRkir':'passed','sUDAA':function(_0x104903,_0x4781c7){return _0x104903!==_0x4781c7;},'fkBbM':function(_0x2a2739,_0x5293a7){return _0x2a2739/_0x5293a7;},'xedYE':'strip-ansi','nbUbz':function(_0x386579,_0x1753b0){return _0x386579(_0x1753b0);},'IjjvJ':'unknown','toQkB':function(_0x4beb91,_0x18dc50){return _0x4beb91(_0x18dc50);},'csLwi':_0x1766c0(0x1ee),'lUqIs':_0x1766c0(0x195),'rOujP':function(_0x4848c1,_0xa1b38){return _0x4848c1===_0xa1b38;},'xMkZp':_0x1766c0(0x1b4),'OEzDZ':function(_0x43ae42,_0x547069){return _0x43ae42>_0x547069;}},{feature:_0x4df819,scenario:_0x41e643,steps:_0x59ad78,uuid:_0x3ada2f,startedAt:_0x31684e,finishedAt:_0xbfb9f2}=_0x46cabd[_0x1766c0(0x1d3)](_0x3bbaef,{}),_0x422991=this[_0x1766c0(0x1e8)](_0xe8e784,_0x311b36);await this[_0x1766c0(0x1ac)]();const _0x18d90a=_0x422991?_0x46cabd['GwJWP'](_0x46cabd[_0x1766c0(0x1bb)](_0x46cabd['LKJOA'](_0x311b36['name'],'\x20('),_0x422991['join'](',\x20')),')'):_0x311b36[_0x1766c0(0x19f)],_0x46020c={'uuid':_0x3ada2f,'started_at':_0x31684e,'finished_at':_0xbfb9f2,'type':_0x46cabd[_0x1766c0(0x207)],'body':{'lang':_0x46cabd[_0x1766c0(0x1d8)],'code':null},'name':_0x18d90a,'scopes':[_0x4df819&&_0x4df819[_0x1766c0(0x19f)]?_0x4df819[_0x1766c0(0x19f)]:''],'tags':_0x311b36[_0x1766c0(0x1ed)]?_0x311b36[_0x1766c0(0x1ed)][_0x1766c0(0x1e5)](({name:_0xe398d6})=>_0xe398d6):[],'file_name':_0x311b36[_0x1766c0(0x1ab)],'location':_0x311b36[_0x1766c0(0x1ab)],'vc_filepath':this[_0x1766c0(0x1eb)]&&_0x311b36[_0x1766c0(0x1ab)]?path[_0x1766c0(0x1dd)](this['_gitConfigPath'],_0x311b36[_0x1766c0(0x1ab)]):null,'framework':_0x46cabd[_0x1766c0(0x1e1)],'result':_0x46cabd[_0x1766c0(0x178)],'meta':{'feature':_0x4df819,'scenario':_0x41e643,'steps':_0x59ad78,'examples':_0x422991},'customRerunParam':{'rerun_name':_0x18d90a}};if(_0x2227ff['testCaseFinished']&&_0x59ad78){const _0x18987a=_0x2227ff[_0x1766c0(0x1bd)];let _0x23317f=_0x46cabd[_0x1766c0(0x19d)];_0x59ad78[_0x1766c0(0x1db)](_0x5ef0ad=>{const _0x5011df=_0x1766c0;if(_0x46cabd[_0x5011df(0x18d)](_0x5ef0ad[_0x5011df(0x1c4)],_0x46cabd[_0x5011df(0x1a8)]))return _0x23317f=_0x46cabd['YwPHT'],_0x18987a['failure']=_0x5ef0ad[_0x5011df(0x1be)],_0x18987a[_0x5011df(0x181)]=_0x5ef0ad['failureType'],![];else{if(_0x46cabd[_0x5011df(0x1ea)](_0x5ef0ad[_0x5011df(0x1c4)],_0x46cabd[_0x5011df(0x199)]))return _0x23317f=_0x46cabd[_0x5011df(0x1b1)],![];}return!![];}),_0x46020c['finished_at']=new Date()['toISOString'](),_0x46020c[_0x1766c0(0x1c4)]=_0x23317f;_0x18987a[_0x1766c0(0x1fc)]&&_0x46cabd[_0x1766c0(0x203)](_0x18987a[_0x1766c0(0x1fc)][_0x1766c0(0x197)],undefined)?_0x46020c[_0x1766c0(0x176)]=_0x46cabd[_0x1766c0(0x18f)](_0x18987a[_0x1766c0(0x1fc)][_0x1766c0(0x197)],0xf4240):_0x46020c[_0x1766c0(0x176)]=undefined;if(_0x46cabd[_0x1766c0(0x18d)](_0x23317f,_0x46cabd[_0x1766c0(0x1c1)])){const {default:_0x47a6d8}=await import(_0x46cabd[_0x1766c0(0x196)]);_0x46020c[_0x1766c0(0x1be)]=[{'backtrace':[_0x18987a['failure']?_0x46cabd[_0x1766c0(0x173)](_0x47a6d8,_0x18987a[_0x1766c0(0x1be)]):_0x46cabd[_0x1766c0(0x1b8)]]}],_0x46020c['failure_reason']=_0x18987a[_0x1766c0(0x1be)]?_0x46cabd[_0x1766c0(0x19c)](_0x47a6d8,_0x18987a[_0x1766c0(0x1be)]):_0x18987a[_0x1766c0(0x177)],_0x18987a['failureType']&&(_0x46020c['failure_type']=_0x18987a[_0x1766c0(0x181)][_0x1766c0(0x191)](/AssertError/)?_0x46cabd[_0x1766c0(0x1e6)]:_0x46cabd[_0x1766c0(0x1a1)]);}}if(_0x46cabd[_0x1766c0(0x1f8)](_0x27d991,_0x46cabd[_0x1766c0(0x1e9)])){const _0x45c2bc=this[_0x1766c0(0x1a9)](_0x2227ff[_0x1766c0(0x1bd)]['testCaseStartedId']);_0x45c2bc&&_0x46cabd[_0x1766c0(0x1d9)](_0x45c2bc[_0x1766c0(0x1cc)],0x0)&&(_0x46020c['hooks']=_0x45c2bc,this[_0x1766c0(0x17d)](_0x2227ff[_0x1766c0(0x1bd)][_0x1766c0(0x1fe)],_0x46020c));}testhubUtils['appendTesthubParams'](_0x46020c,_0x27d991,'',FRAMEWORKS[_0x1766c0(0x17a)]);const _0x2fc2c2={};_0x2fc2c2[_0x1766c0(0x1d5)]=_0x27d991,_0x2fc2c2[_0x1766c0(0x1e3)]=_0x46020c;const _0x239138=_0x2fc2c2;await SessionHandler[_0x1766c0(0x1a0)](_0x239138);}[a8_0x2d8515(0x17d)](_0xcb0cb2,_0x513004){const _0x4d23e9=a8_0x2d8515,_0x336555={};_0x336555[_0x4d23e9(0x1ae)]=function(_0x21c49a,_0x25ebe4){return _0x21c49a instanceof _0x25ebe4;},_0x336555[_0x4d23e9(0x17c)]=function(_0x59bbb2,_0x345121){return _0x59bbb2===_0x345121;},_0x336555[_0x4d23e9(0x1af)]='failed',_0x336555[_0x4d23e9(0x1aa)]='3|0|4|1|2',_0x336555[_0x4d23e9(0x1bf)]=function(_0x3581ef,_0x53d51d){return _0x3581ef instanceof _0x53d51d;};const _0x8159cc=_0x336555,_0x5e99b1=hooksMap[_0xcb0cb2];if(_0x8159cc['jBuHm'](_0x5e99b1,Array))for(const _0x3f5f6e of _0x5e99b1){if(_0x8159cc[_0x4d23e9(0x17c)](_0x3f5f6e[_0x4d23e9(0x1c4)],_0x8159cc[_0x4d23e9(0x1af)])){const _0x393703=_0x8159cc[_0x4d23e9(0x1aa)][_0x4d23e9(0x1d6)]('|');let _0x522d11=0x0;while(!![]){switch(_0x393703[_0x522d11++]){case'0':_0x513004['failure']=_0x3f5f6e[_0x4d23e9(0x198)];continue;case'1':_0x513004['failure_type']=_0x3f5f6e[_0x4d23e9(0x1c2)];continue;case'2':return _0x513004;case'3':_0x513004['result']=_0x3f5f6e['result'];continue;case'4':_0x513004[_0x4d23e9(0x175)]=_0x8159cc[_0x4d23e9(0x1bf)](_0x3f5f6e[_0x4d23e9(0x198)],Array)?_0x3f5f6e[_0x4d23e9(0x198)][0x0][_0x4d23e9(0x17f)][_0x4d23e9(0x1f3)]('\x0a'):'';continue;}break;}}};}[a8_0x2d8515(0x1a9)](_0x35a764){const _0x1838c4=a8_0x2d8515;if(hooksMap[_0x35a764])return hooksMap[_0x35a764][_0x1838c4(0x1e5)](_0x43a786=>_0x43a786['uuid']);return[];}['getHookRunEventData'](_0x53a5e1,_0x49d187,_0x2f5ec9,_0x38a1be,_0xabc5f6,_0x2f4ab7){const _0x5eaeba=a8_0x2d8515,_0x3c9a2b={'DJsSw':function(_0x5f56f5,_0x5d7819){return _0x5f56f5===_0x5d7819;},'xzxWW':_0x5eaeba(0x1c5),'QEjwP':function(_0x2774e1,_0x202142,_0x41bdb0){return _0x2774e1(_0x202142,_0x41bdb0);},'XETLc':_0x5eaeba(0x1c6),'ylAaB':_0x5eaeba(0x1ab),'QWgeU':_0x5eaeba(0x184),'Ypudt':'hook','EJegp':_0x5eaeba(0x1d2),'PpKvZ':function(_0x2129f8,_0x5f2911,_0x181bc3){return _0x2129f8(_0x5f2911,_0x181bc3);},'KDcEO':'feature','orzGV':_0x5eaeba(0x19f),'GlUNF':function(_0x29f473,_0x13d716,_0x4d2ece){return _0x29f473(_0x13d716,_0x4d2ece);},'JJQFh':_0x5eaeba(0x1bc)};try{if(_0x3c9a2b[_0x5eaeba(0x1c3)](_0x2f5ec9,_0x3c9a2b[_0x5eaeba(0x171)])){const _0x9bab91=new Date()[_0x5eaeba(0x201)](),_0xb07da9=hooksMap[_0x49d187];if(!_0xb07da9)return;const _0x398797=_0xb07da9[_0x5eaeba(0x1b0)](_0x3e2525=>_0x3e2525[_0x5eaeba(0x1b3)]===_0x38a1be['id']);if(!_0x398797)return;const _0x350896=this['getHookResult'](_0x53a5e1,_0x49d187);_0x398797['result']=_0x350896['status'],_0x398797[_0x5eaeba(0x189)]=_0x9bab91,_0x398797[_0x5eaeba(0x1c2)]=_0x350896['failureType'];const _0x4d4e90={};return _0x4d4e90['backtrace']=_0x350896[_0x5eaeba(0x1ad)],_0x398797['failure_data']=[_0x4d4e90],_0x398797;}const _0x16c2f8=TestDetails['getTestUUID'](_0x49d187),_0x324315=_0x53a5e1[_0x5eaeba(0x1e4)][_0x5eaeba(0x1b0)](_0x11b46d=>_0x11b46d['id']===_0x38a1be[_0x5eaeba(0x200)]),_0x4198e0=_0x3c9a2b['QEjwP'](nestedKeyValue,_0x324315,[_0x3c9a2b['XETLc'],_0x3c9a2b['ylAaB']]),_0x20a274=new Date()['toISOString'](),_0x21b9c2=_0x3c9a2b['QWgeU'],_0xd2b467=_0x324315[_0x5eaeba(0x182)]?_0x324315[_0x5eaeba(0x182)][_0x5eaeba(0x1d6)]('\x20')[_0x5eaeba(0x1cd)](_0x495570=>_0x495570['includes']('@')):[],_0x19999a={'uuid':_0x38a1be['id'],'type':_0x3c9a2b[_0x5eaeba(0x193)],'hook_type':_0x2f4ab7,'name':_0x324315['name'],'body':{'lang':_0x3c9a2b['EJegp'],'code':null},'tags':_0xd2b467,'test_run_id':_0x16c2f8,'scope':_0x3c9a2b[_0x5eaeba(0x1d1)](nestedKeyValue,_0xabc5f6,[_0x3c9a2b['KDcEO'],_0x3c9a2b[_0x5eaeba(0x1a3)]]),'scopes':[_0x3c9a2b[_0x5eaeba(0x1f9)](nestedKeyValue,_0xabc5f6,[_0x3c9a2b[_0x5eaeba(0x172)],_0x3c9a2b[_0x5eaeba(0x1a3)]])||''],'file_name':_0x4198e0,'location':_0x4198e0,'vc_filepath':this['_gitConfigPath']?path[_0x5eaeba(0x1dd)](this[_0x5eaeba(0x1eb)],_0x4198e0):null,'result':_0x21b9c2,'started_at':_0x20a274,'framework':_0x3c9a2b[_0x5eaeba(0x1ca)]};return _0x19999a;}catch(_0x2a91b1){logger[_0x5eaeba(0x19b)](_0x5eaeba(0x1f1)+util[_0x5eaeba(0x1b2)](_0x2a91b1)+'\x20');}}async[a8_0x2d8515(0x17b)](_0x4acd68,_0x5a90b6,_0x3e47b3,_0x5ce5b4,_0x378838,_0x435443){const _0x20de85=a8_0x2d8515,_0x154b95={'VCjnA':function(_0x290281,_0x2a6b39){return _0x290281===_0x2a6b39;},'opdkh':'HookRunStarted','oBRjK':function(_0x13939b,_0x6380c0,_0x4cf5e1){return _0x13939b(_0x6380c0,_0x4cf5e1);},'AlLfa':'sourceReference','JzEwC':'uri','sgPvK':_0x20de85(0x1f7)};try{const _0x4c6f1f=_0x5ce5b4[_0x20de85(0x1b0)](_0x38586e=>_0x38586e['id']===_0x378838);if(!_0x4c6f1f[_0x20de85(0x200)])return;const _0x1d441a=this[_0x20de85(0x1a6)](_0x5ce5b4,_0x4c6f1f),_0x2b8ec0=this['getHookRunEventData'](_0x4acd68,_0x5a90b6,_0x3e47b3,_0x4c6f1f,_0x435443,_0x1d441a);if(!_0x2b8ec0)return;_0x154b95[_0x20de85(0x1b5)](_0x3e47b3,_0x154b95[_0x20de85(0x174)])&&(hooksMap[_0x5a90b6]?hooksMap[_0x5a90b6][_0x20de85(0x205)](_0x2b8ec0):hooksMap[_0x5a90b6]=[_0x2b8ec0]);const _0x2fc6df=_0x4acd68[_0x20de85(0x1e4)]['find'](_0x2a7a92=>_0x2a7a92['id']===_0x4c6f1f[_0x20de85(0x200)]),_0xf6ea7f=_0x154b95['oBRjK'](nestedKeyValue,_0x2fc6df,[_0x154b95[_0x20de85(0x1a4)],_0x154b95['JzEwC']]);if(!_0xf6ea7f)return;else{if(_0xf6ea7f[_0x20de85(0x1f6)](_0x154b95[_0x20de85(0x1c8)]))return;}const _0x425297={};_0x425297[_0x20de85(0x1d5)]=_0x3e47b3,_0x425297[_0x20de85(0x1b9)]=_0x2b8ec0;const _0x3caa38=_0x425297;await SessionHandler[_0x20de85(0x1a0)](_0x3caa38);}catch(_0x476ef3){logger[_0x20de85(0x19b)](_0x20de85(0x188)+util[_0x20de85(0x1b2)](_0x476ef3)+'\x20');}}[a8_0x2d8515(0x1df)](_0x29d44f,_0x300115){const _0x3646a9=a8_0x2d8515,_0x531789={};_0x531789[_0x3646a9(0x194)]=function(_0x7979a1,_0x12b65b){return _0x7979a1===_0x12b65b;},_0x531789[_0x3646a9(0x1b7)]=_0x3646a9(0x202),_0x531789['KIEgA']=function(_0x4d4f2c,_0x8818db){return _0x4d4f2c===_0x8818db;},_0x531789['bNtKd']='UnhandledError',_0x531789[_0x3646a9(0x18c)]='AssertionError',_0x531789[_0x3646a9(0x206)]=function(_0x4b1dba,_0x550394){return _0x4b1dba||_0x550394;};const _0x1f22d7=_0x531789,_0x2634f1=_0x29d44f[_0x3646a9(0x1f5)][_0x300115]['testStepResult'];let _0x50b6e1,_0x4e9392;return _0x2634f1&&_0x1f22d7[_0x3646a9(0x194)](_0x2634f1[_0x3646a9(0x1fa)]['toString']()[_0x3646a9(0x1c9)](),_0x1f22d7[_0x3646a9(0x1b7)])&&(_0x50b6e1=_0x1f22d7['KIEgA'](_0x2634f1[_0x3646a9(0x1f4)],undefined)?_0x2634f1[_0x3646a9(0x177)]:_0x2634f1[_0x3646a9(0x1f4)]['message'],_0x4e9392=_0x1f22d7[_0x3646a9(0x1f0)](_0x2634f1[_0x3646a9(0x1f4)],undefined)?_0x1f22d7[_0x3646a9(0x180)]:_0x2634f1['message'][_0x3646a9(0x191)](/Assert/)?_0x1f22d7[_0x3646a9(0x18c)]:_0x1f22d7[_0x3646a9(0x180)]),{'status':_0x2634f1['status'][_0x3646a9(0x1c9)](),'failureType':_0x1f22d7[_0x3646a9(0x206)](_0x4e9392,null),'failureData':!_0x50b6e1?null:[_0x50b6e1]};}[a8_0x2d8515(0x1a6)](_0x2ba9cb,_0x2b85bb){const _0x42c0e8=a8_0x2d8515,_0x459975={};_0x459975[_0x42c0e8(0x1cf)]=function(_0x24e76f,_0x1fad8d){return _0x24e76f===_0x1fad8d;},_0x459975[_0x42c0e8(0x1d4)]='AFTER_EACH',_0x459975[_0x42c0e8(0x1ff)]='BEFORE_EACH';const _0x55d688=_0x459975;let _0x9ff1a3=![];for(const _0x181b8f of _0x2ba9cb){_0x181b8f['pickleStepId']&&(_0x9ff1a3=!![]);if(_0x55d688[_0x42c0e8(0x1cf)](_0x2b85bb['id'],_0x181b8f['id']))return _0x9ff1a3?_0x55d688[_0x42c0e8(0x1d4)]:_0x55d688['PBfTy'];}}[a8_0x2d8515(0x1e8)]=(_0xff0b88,_0x5033d3)=>{const _0x49c52d=a8_0x2d8515,_0x52b911={};_0x52b911[_0x49c52d(0x204)]=function(_0x253fe3,_0x14ac53){return _0x253fe3===_0x14ac53;},_0x52b911['SAeuM']=function(_0x33b306,_0x3cd8e2){return _0x33b306>_0x3cd8e2;};const _0x42144f=_0x52b911;if(!(_0x5033d3[_0x49c52d(0x179)]&&_0x42144f[_0x49c52d(0x1d7)](_0x5033d3[_0x49c52d(0x179)][_0x49c52d(0x1cc)],0x1)))return;const _0x86dc99=_0x5033d3[_0x49c52d(0x179)][0x0],_0x381a0a=_0x5033d3[_0x49c52d(0x179)][0x1],_0x5b1cc5=_0xff0b88[_0x49c52d(0x18a)]&&_0xff0b88[_0x49c52d(0x18a)][_0x49c52d(0x1dc)]?_0xff0b88[_0x49c52d(0x18a)]['children']:undefined;let _0x56cc33=[];_0x5b1cc5&&_0x5b1cc5[_0x49c52d(0x18b)](_0x73d411=>{const _0x29e2ee=_0x49c52d,_0x359a40={'DFqtk':function(_0x2d231f,_0x97fc78){const _0x3afb08=a8_0x61f2;return _0x42144f[_0x3afb08(0x204)](_0x2d231f,_0x97fc78);}};if(_0x73d411[_0x29e2ee(0x1ce)])_0x73d411['rule'][_0x29e2ee(0x1dc)][_0x29e2ee(0x18b)](_0x2ca66e=>{const _0x3e46ad=_0x29e2ee;if(_0x2ca66e[_0x3e46ad(0x19a)]&&_0x359a40[_0x3e46ad(0x208)](_0x2ca66e[_0x3e46ad(0x19a)]['id'],_0x86dc99)&&_0x2ca66e[_0x3e46ad(0x19a)][_0x3e46ad(0x1ec)]){const _0x650faf=_0x2ca66e['scenario'][_0x3e46ad(0x1ec)][_0x3e46ad(0x1c0)](_0x413bf7=>_0x413bf7['tableBody'])[_0x3e46ad(0x1b0)](_0x52ac6d=>_0x52ac6d['id']===_0x381a0a);let _0x148373;_0x650faf&&_0x650faf[_0x3e46ad(0x1c7)]?_0x148373=_0x650faf[_0x3e46ad(0x1c7)]['map'](_0x44db1e=>_0x44db1e['value']):_0x148373=[],_0x148373&&(_0x56cc33=_0x148373);}});else{if(_0x73d411['scenario']&&_0x42144f[_0x29e2ee(0x204)](_0x73d411[_0x29e2ee(0x19a)]['id'],_0x86dc99)&&_0x73d411[_0x29e2ee(0x19a)][_0x29e2ee(0x1ec)]){const _0x23cfa7=_0x73d411[_0x29e2ee(0x19a)][_0x29e2ee(0x1ec)][_0x29e2ee(0x1c0)](_0x2f92ba=>_0x2f92ba[_0x29e2ee(0x1da)])[_0x29e2ee(0x1b0)](_0x1d72d7=>_0x1d72d7['id']===_0x381a0a);let _0x9bbb8;_0x23cfa7&&_0x23cfa7[_0x29e2ee(0x1c7)]?_0x9bbb8=_0x23cfa7[_0x29e2ee(0x1c7)][_0x29e2ee(0x1e5)](_0x3b7c6c=>_0x3b7c6c[_0x29e2ee(0x1e7)]):_0x9bbb8=[],_0x9bbb8&&(_0x56cc33=_0x9bbb8);}}});if(_0x56cc33[_0x49c52d(0x1cc)])return _0x56cc33;return;};async[a8_0x2d8515(0x1ac)](){const _0x175437=a8_0x2d8515,_0x4508af={'QGQjj':function(_0x1cb19c){return _0x1cb19c();}};if(this[_0x175437(0x187)])return this[_0x175437(0x1eb)];const _0x33a279=await _0x4508af['QGQjj'](getGitMetaData);_0x33a279&&(this[_0x175437(0x1eb)]=_0x33a279['root']),this[_0x175437(0x187)]=!![];}}module['exports']=o11yClassErrorHandler(TestObservabilityReporter,[a8_0x2d8515(0x1ac),a8_0x2d8515(0x1e8),a8_0x2d8515(0x1a6),a8_0x2d8515(0x1df),a8_0x2d8515(0x17b),a8_0x2d8515(0x19e),'sendTestRunEventForCucumber']);
1
+ function a8_0x13eb(){const _0x1738ef=['split','finished_at','_gitConfigured','feature','zstyN','relative','map','CTSie','join','../playwright/reporter/test-details','952626jUxdaB','testStepFinished','DBPlU','pgkQr','Xrheb','_gitConfigPath','toString','8NfiRUT','hook','ZRIYI','winstonLogger','skipped','MRyYl','path','failure','debug','DdKxz','UnhandledError','Exception\x20in\x20getHookRunEventData:\x20','ZtfYc','getScenarioExamples','KYGbd','sourceReference','mqLpl','timestamp','RrGup','value','rule','yMeVc','Ndtjc','nanos','../../helpers/helper','testCaseFinished','flatMap','sendHook','2182334ZEufNT','getCucumberHookType','ejRfq','../../helpers/testhub/utils','root','match','pzFDx','failure_type','85850CRTwRU','children','forEach','hook_run','pJoTG','lWsCX','zcVkG','HookRunFinished','browserstack-node-agent/src/bin/cucumber-js/test.setup.js','fcfvQ','name','rVGDR','qqsgt','event_type','toISOString','find','BEFORE_EACH','0|1|2|3|4','tQOrX','length','AssertionError','toLowerCase','failureData','BpfnT','vBYMP','filter','eYWcQ','CzYPh','tableBody','strip-ansi','appendTesthubParams','xOewv','JLvrw','lLImy','getHooksListForTest','hooks','getHookRunEventData','test_run','CZyna','JaWkQ','unvLq','vckRL','hvUHu','sYfjO','scenario','3376tcGzVH','sendTestRunEventForCucumber','testCaseStartedId','qsTIR','tagExpression','exception','duration_in_ms','zuUqA','failure_reason','updateTestStatus','uploadEventData','eqNwR','HookRunStarted','status','astNodeIds','fDzIG','QuBqg','../../helpers/test-observability/constants.js','backtrace','configureGit','694452WlsCuS','XcQDI','failureType','examples','uri','getTestUUID','758398dYRJPc','CUCUMBER','../../helpers/test-observability/error-handler','CatuV','RIQMj','exports','format','Exception\x20in\x20sendHook:\x20','tags','failure_data','getHookResult','8075439oKazkz','result','SKIPPED','javascript','every','iHrfb','failed','ghBQj','isQId','JqddH','cucumber','cells','unknown','uuid','push','message','pending','wurXH','test','testStepResult','hookId','TestRunFinished','FAILED','rtEQp','1590cAHueH','AFTER_EACH','vxzkw'];a8_0x13eb=function(){return _0x1738ef;};return a8_0x13eb();}const a8_0x345660=a8_0x1e49;(function(_0x410230,_0x578c11){const _0x4d8437=a8_0x1e49,_0x3d2bf2=_0x410230();while(!![]){try{const _0x332cc3=parseInt(_0x4d8437(0x123))/0x1+-parseInt(_0x4d8437(0x16a))/0x2+-parseInt(_0x4d8437(0x164))/0x3+parseInt(_0x4d8437(0x150))/0x4*(-parseInt(_0x4d8437(0x18d))/0x5)+-parseInt(_0x4d8437(0xf8))/0x6+parseInt(_0x4d8437(0x11b))/0x7+-parseInt(_0x4d8437(0xff))/0x8*(-parseInt(_0x4d8437(0x175))/0x9);if(_0x332cc3===_0x578c11)break;else _0x3d2bf2['push'](_0x3d2bf2['shift']());}catch(_0x114e39){_0x3d2bf2['push'](_0x3d2bf2['shift']());}}}(a8_0x13eb,0x3ec0d));function a8_0x1e49(_0x442d72,_0x4b920a){const _0x13ebdc=a8_0x13eb();return a8_0x1e49=function(_0x1e4976,_0x55ddf3){_0x1e4976=_0x1e4976-0xf4;let _0x379ead=_0x13ebdc[_0x1e4976];return _0x379ead;},a8_0x1e49(_0x442d72,_0x4b920a);}const path=require(a8_0x345660(0x105)),util=require('util'),hooksMap={},SessionHandler=require('../../helpers/test-observability/sessionHandler'),testhubUtils=require(a8_0x345660(0x11e)),{getGitMetaData,isUndefined,nestedKeyValue}=require(a8_0x345660(0x117)),logger=require('../../helpers/logger')[a8_0x345660(0x102)],{o11yClassErrorHandler}=require(a8_0x345660(0x16c)),{FRAMEWORKS}=require(a8_0x345660(0x161)),TestDetails=require(a8_0x345660(0xf7));this[a8_0x345660(0x192)]=![],this[a8_0x345660(0xfd)]=null;class TestObservabilityReporter{async[a8_0x345660(0x151)](_0x8b0fae,_0x449080,_0x179e98,_0x1060e0,_0x3b5de2){const _0x43b535=a8_0x345660,_0x55a225={'rVGDR':function(_0x4c8b54,_0x334eed){return _0x4c8b54===_0x334eed;},'wurXH':_0x43b535(0x18b),'sYfjO':_0x43b535(0x17b),'Ndtjc':_0x43b535(0x177),'RnncX':_0x43b535(0x103),'CzYPh':function(_0x4890e2,_0x4234f1){return _0x4890e2||_0x4234f1;},'vBYMP':function(_0x17cf96,_0x5306e4){return _0x17cf96+_0x5306e4;},'zstyN':function(_0x30b47c,_0x930c61){return _0x30b47c+_0x930c61;},'aUdIE':function(_0x592e94,_0x3d1e9c){return _0x592e94+_0x3d1e9c;},'RYfkv':_0x43b535(0x187),'BpfnT':_0x43b535(0x178),'fcfvQ':'cucumber','unvLq':_0x43b535(0x185),'vckRL':'passed','CZyna':function(_0x5d1c79,_0x1714c4){return _0x5d1c79!==_0x1714c4;},'zcVkG':function(_0x264b19,_0x22301e){return _0x264b19/_0x22301e;},'yMprA':_0x43b535(0x140),'qsTIR':function(_0x552052,_0x3d0b4d){return _0x552052(_0x3d0b4d);},'Xrheb':_0x43b535(0x181),'eYWcQ':'AssertionError','eqNwR':_0x43b535(0x109),'isQId':_0x43b535(0x18a),'ZtfYc':function(_0x3006fa,_0xe18b3b){return _0x3006fa>_0xe18b3b;}},{feature:_0x3eafc8,scenario:_0x47a0b0,steps:_0x3a626d,uuid:_0x4d738a,startedAt:_0x1c9035,finishedAt:_0x490e45}=_0x55a225[_0x43b535(0x13e)](_0x3b5de2,{}),_0x7bd98c=this[_0x43b535(0x10c)](_0x449080,_0x179e98);await this['configureGit']();const _0x30ca0f=_0x7bd98c?_0x55a225[_0x43b535(0x13b)](_0x55a225[_0x43b535(0x194)](_0x55a225['aUdIE'](_0x179e98[_0x43b535(0x12d)],'\x20('),_0x7bd98c[_0x43b535(0xf6)](',\x20')),')'):_0x179e98[_0x43b535(0x12d)],_0x2131c3={'uuid':_0x4d738a,'started_at':_0x1c9035,'finished_at':_0x490e45,'type':_0x55a225['RYfkv'],'body':{'lang':_0x55a225[_0x43b535(0x13a)],'code':null},'name':_0x30ca0f,'scopes':[_0x3eafc8&&_0x3eafc8[_0x43b535(0x12d)]?_0x3eafc8[_0x43b535(0x12d)]:''],'tags':_0x179e98[_0x43b535(0x172)]?_0x179e98[_0x43b535(0x172)][_0x43b535(0xf4)](({name:_0x29ffc2})=>_0x29ffc2):[],'file_name':_0x179e98['uri'],'location':_0x179e98[_0x43b535(0x168)],'vc_filepath':this[_0x43b535(0xfd)]&&_0x179e98[_0x43b535(0x168)]?path[_0x43b535(0x195)](this[_0x43b535(0xfd)],_0x179e98['uri']):null,'framework':_0x55a225[_0x43b535(0x12c)],'result':_0x55a225[_0x43b535(0x14b)],'meta':{'feature':_0x3eafc8,'scenario':_0x47a0b0,'steps':_0x3a626d,'examples':_0x7bd98c},'customRerunParam':{'rerun_name':_0x30ca0f}};if(_0x8b0fae[_0x43b535(0x118)]&&_0x3a626d){const _0x39f71e=_0x8b0fae['testCaseFinished'];let _0x2248f3=_0x55a225[_0x43b535(0x14c)];_0x3a626d[_0x43b535(0x179)](_0x3880f3=>{const _0x2bd9dc=_0x43b535;if(_0x55a225[_0x2bd9dc(0x12e)](_0x3880f3[_0x2bd9dc(0x176)],_0x55a225[_0x2bd9dc(0x186)]))return _0x2248f3=_0x55a225[_0x2bd9dc(0x14e)],_0x39f71e[_0x2bd9dc(0x106)]=_0x3880f3[_0x2bd9dc(0x106)],_0x39f71e[_0x2bd9dc(0x166)]=_0x3880f3[_0x2bd9dc(0x166)],![];else{if(_0x55a225[_0x2bd9dc(0x12e)](_0x3880f3['result'],_0x55a225[_0x2bd9dc(0x115)]))return _0x2248f3=_0x55a225['RnncX'],![];}return!![];}),_0x2131c3[_0x43b535(0x191)]=new Date()[_0x43b535(0x131)](),_0x2131c3[_0x43b535(0x176)]=_0x2248f3;_0x39f71e['timestamp']&&_0x55a225[_0x43b535(0x149)](_0x39f71e['timestamp'][_0x43b535(0x116)],undefined)?_0x2131c3[_0x43b535(0x156)]=_0x55a225[_0x43b535(0x129)](_0x39f71e[_0x43b535(0x110)][_0x43b535(0x116)],0xf4240):_0x2131c3['duration_in_ms']=undefined;if(_0x55a225[_0x43b535(0x12e)](_0x2248f3,_0x55a225['sYfjO'])){const {default:_0x150103}=await import(_0x55a225['yMprA']);_0x2131c3[_0x43b535(0x106)]=[{'backtrace':[_0x39f71e[_0x43b535(0x106)]?_0x55a225[_0x43b535(0x153)](_0x150103,_0x39f71e[_0x43b535(0x106)]):_0x55a225[_0x43b535(0xfc)]]}],_0x2131c3[_0x43b535(0x158)]=_0x39f71e[_0x43b535(0x106)]?_0x55a225[_0x43b535(0x153)](_0x150103,_0x39f71e[_0x43b535(0x106)]):_0x39f71e[_0x43b535(0x184)],_0x39f71e['failureType']&&(_0x2131c3[_0x43b535(0x122)]=_0x39f71e['failureType'][_0x43b535(0x120)](/AssertError/)?_0x55a225[_0x43b535(0x13d)]:_0x55a225[_0x43b535(0x15b)]);}}if(_0x55a225[_0x43b535(0x12e)](_0x1060e0,_0x55a225[_0x43b535(0x17d)])){const _0x5087c0=this[_0x43b535(0x145)](_0x8b0fae['testCaseFinished'][_0x43b535(0x152)]);_0x5087c0&&_0x55a225[_0x43b535(0x10b)](_0x5087c0[_0x43b535(0x136)],0x0)&&(_0x2131c3['hooks']=_0x5087c0,this['updateTestStatus'](_0x8b0fae[_0x43b535(0x118)]['testCaseStartedId'],_0x2131c3));}testhubUtils[_0x43b535(0x141)](_0x2131c3,_0x1060e0,'',FRAMEWORKS[_0x43b535(0x16b)]);const _0x12123f={};_0x12123f[_0x43b535(0x130)]=_0x1060e0,_0x12123f[_0x43b535(0x148)]=_0x2131c3;const _0x4e22d7=_0x12123f;await SessionHandler[_0x43b535(0x15a)](_0x4e22d7);}[a8_0x345660(0x159)](_0x2dfe6a,_0x43bcc4){const _0x3099a8=a8_0x345660,_0x3082d5={};_0x3082d5[_0x3099a8(0x18f)]=function(_0x34f415,_0x44b99e){return _0x34f415 instanceof _0x44b99e;},_0x3082d5[_0x3099a8(0x128)]=function(_0x357f5f,_0xd2534e){return _0x357f5f===_0xd2534e;},_0x3082d5[_0x3099a8(0x16d)]=_0x3099a8(0x17b),_0x3082d5[_0x3099a8(0x10f)]=_0x3099a8(0x134);const _0x18f8c3=_0x3082d5,_0x16a2f1=hooksMap[_0x2dfe6a];if(_0x18f8c3[_0x3099a8(0x18f)](_0x16a2f1,Array))for(const _0x3c7d3a of _0x16a2f1){if(_0x18f8c3[_0x3099a8(0x128)](_0x3c7d3a[_0x3099a8(0x176)],_0x18f8c3[_0x3099a8(0x16d)])){const _0x308926=_0x18f8c3[_0x3099a8(0x10f)][_0x3099a8(0x190)]('|');let _0x55c10f=0x0;while(!![]){switch(_0x308926[_0x55c10f++]){case'0':_0x43bcc4[_0x3099a8(0x176)]=_0x3c7d3a[_0x3099a8(0x176)];continue;case'1':_0x43bcc4[_0x3099a8(0x106)]=_0x3c7d3a[_0x3099a8(0x173)];continue;case'2':_0x43bcc4[_0x3099a8(0x158)]=_0x18f8c3[_0x3099a8(0x18f)](_0x3c7d3a['failure_data'],Array)?_0x3c7d3a[_0x3099a8(0x173)][0x0][_0x3099a8(0x162)][_0x3099a8(0xf6)]('\x0a'):'';continue;case'3':_0x43bcc4[_0x3099a8(0x122)]=_0x3c7d3a[_0x3099a8(0x122)];continue;case'4':return _0x43bcc4;}break;}}};}['getHooksListForTest'](_0x246d6f){const _0x15e781=a8_0x345660;if(hooksMap[_0x246d6f])return hooksMap[_0x246d6f][_0x15e781(0xf4)](_0x5ddf70=>_0x5ddf70[_0x15e781(0x182)]);return[];}[a8_0x345660(0x147)](_0x3dbc50,_0x38c937,_0x3f4b4f,_0x24287a,_0xb4d7a7,_0x5c64ea){const _0x64f0f7=a8_0x345660,_0x1fe24e={'DBPlU':function(_0x4cf2ef,_0x4afea1){return _0x4cf2ef===_0x4afea1;},'lLImy':_0x64f0f7(0x12a),'JqddH':function(_0x198e06,_0x50f15b,_0x529bd5){return _0x198e06(_0x50f15b,_0x529bd5);},'pgkQr':'sourceReference','xRgvf':_0x64f0f7(0x168),'lZmST':_0x64f0f7(0x185),'JLvrw':_0x64f0f7(0x100),'ghBQj':_0x64f0f7(0x178),'QuBqg':'feature','MRyYl':_0x64f0f7(0x12d),'KYGbd':function(_0xaf7bfc,_0x240254,_0x28acb3){return _0xaf7bfc(_0x240254,_0x28acb3);},'pJoTG':_0x64f0f7(0x17f)};try{if(_0x1fe24e[_0x64f0f7(0xfa)](_0x3f4b4f,_0x1fe24e[_0x64f0f7(0x144)])){const _0xfe605e=new Date()[_0x64f0f7(0x131)](),_0x12a5a4=hooksMap[_0x38c937];if(!_0x12a5a4)return;const _0x5ea085=_0x12a5a4[_0x64f0f7(0x132)](_0x2c53d0=>_0x2c53d0[_0x64f0f7(0x182)]===_0x24287a['id']);if(!_0x5ea085)return;const _0x3ba37a=this[_0x64f0f7(0x174)](_0x3dbc50,_0x38c937);_0x5ea085[_0x64f0f7(0x176)]=_0x3ba37a[_0x64f0f7(0x15d)],_0x5ea085[_0x64f0f7(0x191)]=_0xfe605e,_0x5ea085[_0x64f0f7(0x122)]=_0x3ba37a[_0x64f0f7(0x166)];const _0x3b29c5={};return _0x3b29c5[_0x64f0f7(0x162)]=_0x3ba37a[_0x64f0f7(0x139)],_0x5ea085['failure_data']=[_0x3b29c5],_0x5ea085;}const _0x2b38a3=TestDetails[_0x64f0f7(0x169)](_0x38c937),_0x48941b=_0x3dbc50[_0x64f0f7(0x146)][_0x64f0f7(0x132)](_0x789f90=>_0x789f90['id']===_0x24287a[_0x64f0f7(0x189)]),_0x5d6a91=_0x1fe24e[_0x64f0f7(0x17e)](nestedKeyValue,_0x48941b,[_0x1fe24e[_0x64f0f7(0xfb)],_0x1fe24e['xRgvf']]),_0x3ea6db=new Date()[_0x64f0f7(0x131)](),_0x1a8286=_0x1fe24e['lZmST'],_0xf9df1f=_0x48941b[_0x64f0f7(0x154)]?_0x48941b['tagExpression'][_0x64f0f7(0x190)]('\x20')[_0x64f0f7(0x13c)](_0x2ceac9=>_0x2ceac9['includes']('@')):[],_0x4b3f25={'uuid':_0x24287a['id'],'type':_0x1fe24e[_0x64f0f7(0x143)],'hook_type':_0x5c64ea,'name':_0x48941b['name'],'body':{'lang':_0x1fe24e[_0x64f0f7(0x17c)],'code':null},'tags':_0xf9df1f,'test_run_id':_0x2b38a3,'scope':_0x1fe24e[_0x64f0f7(0x17e)](nestedKeyValue,_0xb4d7a7,[_0x1fe24e[_0x64f0f7(0x160)],_0x1fe24e[_0x64f0f7(0x104)]]),'scopes':[_0x1fe24e[_0x64f0f7(0x10d)](nestedKeyValue,_0xb4d7a7,[_0x1fe24e[_0x64f0f7(0x160)],_0x1fe24e[_0x64f0f7(0x104)]])||''],'file_name':_0x5d6a91,'location':_0x5d6a91,'vc_filepath':this[_0x64f0f7(0xfd)]?path[_0x64f0f7(0x195)](this[_0x64f0f7(0xfd)],_0x5d6a91):null,'result':_0x1a8286,'started_at':_0x3ea6db,'framework':_0x1fe24e[_0x64f0f7(0x127)]};return _0x4b3f25;}catch(_0x19866d){logger[_0x64f0f7(0x107)](_0x64f0f7(0x10a)+util['format'](_0x19866d)+'\x20');}}async[a8_0x345660(0x11a)](_0x5940f8,_0x5b0497,_0x46ebaf,_0x3c526c,_0x457e91,_0x3cb2a9){const _0x974bb0=a8_0x345660,_0x4693e1={'JaWkQ':function(_0x341578,_0x569836){return _0x341578===_0x569836;},'cGvyn':_0x974bb0(0x15c),'DdKxz':function(_0x807aa4,_0xe4e724,_0x40940e){return _0x807aa4(_0xe4e724,_0x40940e);},'qqsgt':_0x974bb0(0x10e),'ifujp':'uri','yMeVc':_0x974bb0(0x12b)};try{const _0x32ee6b=_0x3c526c[_0x974bb0(0x132)](_0x327b68=>_0x327b68['id']===_0x457e91);if(!_0x32ee6b[_0x974bb0(0x189)])return;const _0x545ad6=this[_0x974bb0(0x11c)](_0x3c526c,_0x32ee6b),_0xca91bf=this[_0x974bb0(0x147)](_0x5940f8,_0x5b0497,_0x46ebaf,_0x32ee6b,_0x3cb2a9,_0x545ad6);if(!_0xca91bf)return;_0x4693e1[_0x974bb0(0x14a)](_0x46ebaf,_0x4693e1['cGvyn'])&&(hooksMap[_0x5b0497]?hooksMap[_0x5b0497][_0x974bb0(0x183)](_0xca91bf):hooksMap[_0x5b0497]=[_0xca91bf]);const _0x239a91=_0x5940f8[_0x974bb0(0x146)][_0x974bb0(0x132)](_0x5d97db=>_0x5d97db['id']===_0x32ee6b[_0x974bb0(0x189)]),_0x47c4db=_0x4693e1[_0x974bb0(0x108)](nestedKeyValue,_0x239a91,[_0x4693e1[_0x974bb0(0x12f)],_0x4693e1['ifujp']]);if(!_0x47c4db)return;else{if(_0x47c4db['includes'](_0x4693e1[_0x974bb0(0x114)]))return;}const _0x25b733={};_0x25b733[_0x974bb0(0x130)]=_0x46ebaf,_0x25b733[_0x974bb0(0x126)]=_0xca91bf;const _0x39e07d=_0x25b733;await SessionHandler[_0x974bb0(0x15a)](_0x39e07d);}catch(_0x16963d){logger['debug'](_0x974bb0(0x171)+util[_0x974bb0(0x170)](_0x16963d)+'\x20');}}[a8_0x345660(0x174)](_0x6cc02b,_0x1e81c5){const _0x5141c9=a8_0x345660,_0x263cd2={};_0x263cd2[_0x5141c9(0x142)]=function(_0x1f5202,_0x2d9b68){return _0x1f5202===_0x2d9b68;},_0x263cd2[_0x5141c9(0x15f)]=_0x5141c9(0x17b),_0x263cd2[_0x5141c9(0x135)]=function(_0x5a9cfa,_0x3f6db7){return _0x5a9cfa===_0x3f6db7;},_0x263cd2[_0x5141c9(0x14d)]=_0x5141c9(0x109),_0x263cd2[_0x5141c9(0x16e)]=_0x5141c9(0x137),_0x263cd2['ZRIYI']=function(_0xfc1a36,_0x1c4b75){return _0xfc1a36||_0x1c4b75;};const _0x1720b0=_0x263cd2,_0x533ad7=_0x6cc02b[_0x5141c9(0xf9)][_0x1e81c5][_0x5141c9(0x188)];let _0x1095dd,_0x23407c;return _0x533ad7&&_0x1720b0[_0x5141c9(0x142)](_0x533ad7[_0x5141c9(0x15d)][_0x5141c9(0xfe)]()['toLowerCase'](),_0x1720b0[_0x5141c9(0x15f)])&&(_0x1095dd=_0x1720b0['tQOrX'](_0x533ad7[_0x5141c9(0x155)],undefined)?_0x533ad7[_0x5141c9(0x184)]:_0x533ad7[_0x5141c9(0x155)]['message'],_0x23407c=_0x1720b0[_0x5141c9(0x142)](_0x533ad7[_0x5141c9(0x155)],undefined)?_0x1720b0[_0x5141c9(0x14d)]:_0x533ad7[_0x5141c9(0x184)][_0x5141c9(0x120)](/Assert/)?_0x1720b0[_0x5141c9(0x16e)]:_0x1720b0[_0x5141c9(0x14d)]),{'status':_0x533ad7['status'][_0x5141c9(0x138)](),'failureType':_0x1720b0[_0x5141c9(0x101)](_0x23407c,null),'failureData':!_0x1095dd?null:[_0x1095dd]};}['getCucumberHookType'](_0x43269c,_0x54b9aa){const _0x50ed01=a8_0x345660,_0x31f3db={};_0x31f3db[_0x50ed01(0x17a)]=function(_0x110349,_0x3e4e26){return _0x110349===_0x3e4e26;},_0x31f3db[_0x50ed01(0x157)]=_0x50ed01(0x18e),_0x31f3db['pzFDx']=_0x50ed01(0x133);const _0x4e843d=_0x31f3db;let _0x5d5f82=![];for(const _0x213ce8 of _0x43269c){_0x213ce8['pickleStepId']&&(_0x5d5f82=!![]);if(_0x4e843d[_0x50ed01(0x17a)](_0x54b9aa['id'],_0x213ce8['id']))return _0x5d5f82?_0x4e843d[_0x50ed01(0x157)]:_0x4e843d[_0x50ed01(0x121)];}}[a8_0x345660(0x10c)]=(_0x356f02,_0x370900)=>{const _0x59ca15=a8_0x345660,_0x5e54ea={};_0x5e54ea['XcQDI']=function(_0x533adf,_0x4ba26f){return _0x533adf===_0x4ba26f;},_0x5e54ea['CTSie']=function(_0x581633,_0x1b393f){return _0x581633===_0x1b393f;},_0x5e54ea[_0x59ca15(0x111)]=function(_0x306ea4,_0x3bb297){return _0x306ea4>_0x3bb297;};const _0x276633=_0x5e54ea;if(!(_0x370900[_0x59ca15(0x15e)]&&_0x276633[_0x59ca15(0x111)](_0x370900['astNodeIds'][_0x59ca15(0x136)],0x1)))return;const _0x4bf878=_0x370900[_0x59ca15(0x15e)][0x0],_0x5b54a3=_0x370900[_0x59ca15(0x15e)][0x1],_0xbca475=_0x356f02[_0x59ca15(0x193)]&&_0x356f02[_0x59ca15(0x193)][_0x59ca15(0x124)]?_0x356f02[_0x59ca15(0x193)][_0x59ca15(0x124)]:undefined;let _0x25fa96=[];_0xbca475&&_0xbca475[_0x59ca15(0x125)](_0x4046b7=>{const _0x4d0281=_0x59ca15,_0x4848ff={'ejRfq':function(_0x37fa53,_0x5b976d){const _0x55df52=a8_0x1e49;return _0x276633[_0x55df52(0x165)](_0x37fa53,_0x5b976d);}};if(_0x4046b7['rule'])_0x4046b7[_0x4d0281(0x113)][_0x4d0281(0x124)][_0x4d0281(0x125)](_0x405612=>{const _0x3962c4=_0x4d0281;if(_0x405612['scenario']&&_0x4848ff[_0x3962c4(0x11d)](_0x405612[_0x3962c4(0x14f)]['id'],_0x4bf878)&&_0x405612[_0x3962c4(0x14f)][_0x3962c4(0x167)]){const _0x53b063=_0x405612[_0x3962c4(0x14f)][_0x3962c4(0x167)]['flatMap'](_0x1e8494=>_0x1e8494[_0x3962c4(0x13f)])['find'](_0x1a6981=>_0x1a6981['id']===_0x5b54a3);let _0x5ad9cb;_0x53b063&&_0x53b063['cells']?_0x5ad9cb=_0x53b063[_0x3962c4(0x180)][_0x3962c4(0xf4)](_0x43053e=>_0x43053e[_0x3962c4(0x112)]):_0x5ad9cb=[],_0x5ad9cb&&(_0x25fa96=_0x5ad9cb);}});else{if(_0x4046b7[_0x4d0281(0x14f)]&&_0x276633[_0x4d0281(0xf5)](_0x4046b7[_0x4d0281(0x14f)]['id'],_0x4bf878)&&_0x4046b7[_0x4d0281(0x14f)]['examples']){const _0x42235c=_0x4046b7['scenario'][_0x4d0281(0x167)][_0x4d0281(0x119)](_0x4ceb45=>_0x4ceb45['tableBody'])[_0x4d0281(0x132)](_0x2322e6=>_0x2322e6['id']===_0x5b54a3);let _0x23c019;_0x42235c&&_0x42235c[_0x4d0281(0x180)]?_0x23c019=_0x42235c[_0x4d0281(0x180)][_0x4d0281(0xf4)](_0x1f40ab=>_0x1f40ab[_0x4d0281(0x112)]):_0x23c019=[],_0x23c019&&(_0x25fa96=_0x23c019);}}});if(_0x25fa96[_0x59ca15(0x136)])return _0x25fa96;return;};async['configureGit'](){const _0x182241=a8_0x345660,_0x314b68={'rtEQp':function(_0x5cf8d0){return _0x5cf8d0();}};if(this[_0x182241(0x192)])return this[_0x182241(0xfd)];const _0x3b7553=await _0x314b68[_0x182241(0x18c)](getGitMetaData);_0x3b7553&&(this[_0x182241(0xfd)]=_0x3b7553[_0x182241(0x11f)]),this['_gitConfigured']=!![];}}module[a8_0x345660(0x16f)]=o11yClassErrorHandler(TestObservabilityReporter,[a8_0x345660(0x163),'getScenarioExamples',a8_0x345660(0x11c),a8_0x345660(0x174),a8_0x345660(0x11a),'getHookRunEventData',a8_0x345660(0x151)]);
@@ -1 +1 @@
1
- const a9_0x289753=a9_0x6a4a;(function(_0x43ad29,_0x2aa5ac){const _0x52fb84=a9_0x6a4a,_0x24efd3=_0x43ad29();while(!![]){try{const _0x309705=parseInt(_0x52fb84(0x131))/0x1+parseInt(_0x52fb84(0x19b))/0x2+parseInt(_0x52fb84(0x175))/0x3*(parseInt(_0x52fb84(0x1b7))/0x4)+parseInt(_0x52fb84(0x116))/0x5*(parseInt(_0x52fb84(0x1a6))/0x6)+-parseInt(_0x52fb84(0x18f))/0x7+-parseInt(_0x52fb84(0x11c))/0x8*(parseInt(_0x52fb84(0x18c))/0x9)+-parseInt(_0x52fb84(0x151))/0xa;if(_0x309705===_0x2aa5ac)break;else _0x24efd3['push'](_0x24efd3['shift']());}catch(_0x6ac818){_0x24efd3['push'](_0x24efd3['shift']());}}}(a9_0x764e,0x3af59));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require('../../helpers/helper'),setKeepAlive=require(a9_0x289753(0x1a7)),util=require(a9_0x289753(0x146)),PerformanceTester=require(a9_0x289753(0x142)),{commandRepository}=require(a9_0x289753(0x1b9)),cucumberModule=requireModule(a9_0x289753(0x13b),a9_0x289753(0x15f)),logger=require(a9_0x289753(0x183))[a9_0x289753(0x11b)],{shouldProcessEventForTesthub}=require(a9_0x289753(0x12e)),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require(a9_0x289753(0x163)),TestDetails=require(a9_0x289753(0x160)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),{o11yErrorHandler}=require(a9_0x289753(0x11a)),MyReporter=require(a9_0x289753(0x117)),SessionHandler=require(a9_0x289753(0x155)),scripts=require(a9_0x289753(0x12b)),globals=require('../../helpers/globals'),testHubConstants=require(a9_0x289753(0x150)),{shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),{isUndefined}=require(a9_0x289753(0x12f)),a9_0x910f6d={};a9_0x910f6d[a9_0x289753(0x172)]=undefined,a9_0x910f6d[a9_0x289753(0x121)]={},a9_0x910f6d[a9_0x289753(0x18d)]=![],a9_0x910f6d[a9_0x289753(0x121)]['id']=undefined,a9_0x910f6d[a9_0x289753(0x121)]['testInfo']=undefined;const workerDetails=a9_0x910f6d;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x4c7aeb){const _0x66fce1=a9_0x289753,_0x827d3c=workerDetails[_0x66fce1(0x121)][_0x66fce1(0x137)];if(!_0x827d3c)return;await MyReporter[_0x66fce1(0x11d)](_0x827d3c,_0x4c7aeb);}),registerListeners=()=>{const _0x3c9624=a9_0x289753,_0x135f14={};_0x135f14[_0x3c9624(0x130)]='Inside\x20browserstack\x20registerListeners';const _0x151b24=_0x135f14;logger[_0x3c9624(0x14b)](_0x151b24['zYnna']),process[_0x3c9624(0x1b0)](_0x3c9624(0x12c)+process['pid']),process['on'](_0x3c9624(0x12c)+process[_0x3c9624(0x195)],sendTestLog),PerformanceTester[_0x3c9624(0x120)]();};modifyCommand(),setKeepAlive();const Before=cucumberModule[a9_0x289753(0x125)],After=cucumberModule['After'],AfterAll=cucumberModule[a9_0x289753(0x18a)],BeforeAll=cucumberModule[a9_0x289753(0x17a)],AfterStep=cucumberModule['AfterStep'],configuration=process['env']['CONFIG'],bstackConfig=process[a9_0x289753(0x1c1)][a9_0x289753(0x13f)];function a9_0x6a4a(_0x3ffe40,_0x1d07ef){const _0x764eaf=a9_0x764e();return a9_0x6a4a=function(_0x6a4a7e,_0x41da95){_0x6a4a7e=_0x6a4a7e-0x116;let _0x4a58b8=_0x764eaf[_0x6a4a7e];return _0x4a58b8;},a9_0x6a4a(_0x3ffe40,_0x1d07ef);}if(configuration!==undefined){const config=JSON[a9_0x289753(0x1a2)](configuration);isBrowserstackInfra()?(global[a9_0x289753(0x19c)]=isTrue(config[a9_0x289753(0x182)]),global[a9_0x289753(0x149)]=isTrue(config['skipSessionStatus'])):(global[a9_0x289753(0x19c)]=!![],global[a9_0x289753(0x149)]=!![]),shouldProcessEventForTesthub()?require(a9_0x289753(0x1a8))[a9_0x289753(0x1b1)](config,null,!![]):require(a9_0x289753(0x1a8))[a9_0x289753(0x1b1)](config),global[a9_0x289753(0x199)]=config[a9_0x289753(0x19f)]||{};}if(bstackConfig!==undefined){const browserStackConfig=JSON[a9_0x289753(0x1a2)](bstackConfig);browserStackConfig&&(commandRepository['setConfig'](browserStackConfig),commandRepository[a9_0x289753(0x1c3)](a9_0x289753(0x164)));}global[a9_0x289753(0x165)]=0x0;const __setDefaultTimeout=cucumberModule['setDefaultTimeout'];cucumberModule[a9_0x289753(0x178)]=_0x187be1=>{const _0x30e1f1=a9_0x289753,_0x10399c={'AkqkL':function(_0xf0b455,_0x302bf4){return _0xf0b455(_0x302bf4);}};global[_0x30e1f1(0x165)]=_0x187be1,_0x10399c[_0x30e1f1(0x179)](__setDefaultTimeout,_0x187be1);};const a9_0x25c30b={};a9_0x25c30b[a9_0x289753(0x135)]=a9_0x289753(0x15a),BeforeAll(a9_0x25c30b,function(){const _0x2833d7=a9_0x289753,_0x5ccb8c={'AOiiZ':function(_0x450c2a,_0x1b2657,_0x43b670,_0x11077c){return _0x450c2a(_0x1b2657,_0x43b670,_0x11077c);},'HMKzt':_0x2833d7(0x152),'hqhDK':_0x2833d7(0x18e),'hGfcU':function(_0x1cb9b0,_0x2f2f01,_0x112c13){return _0x1cb9b0(_0x2f2f01,_0x112c13);},'amqIP':_0x2833d7(0x140),'YVUvO':_0x2833d7(0x12a),'PpQwH':function(_0x1074af){return _0x1074af();},'vPyLh':function(_0x431359){return _0x431359();},'rOKzt':function(_0x2dfbe0,_0x55178e){return _0x2dfbe0(_0x55178e);}};PerformanceTester[_0x2833d7(0x120)](),logger[_0x2833d7(0x14b)](_0x5ccb8c['YVUvO']),global[_0x2833d7(0x1b5)]=[],global[_0x2833d7(0x1ab)]=![],_0x5ccb8c['PpQwH'](shouldProcessEventForTesthub)&&(_0x5ccb8c[_0x2833d7(0x1bd)](registerListeners),_0x5ccb8c[_0x2833d7(0x1c6)](addRequestSpy,![])),global[_0x2833d7(0x1b4)]=async()=>{const _0x4dcc12=_0x2833d7;let _0x58f898=![];try{await global[_0x4dcc12(0x1c0)][0x0][_0x4dcc12(0x1af)],_0x58f898=!![],global[_0x4dcc12(0x1ab)]?await _0x5ccb8c[_0x4dcc12(0x1ac)](markSessionStatus,global['__drivers'][0x0],_0x5ccb8c[_0x4dcc12(0x17f)],global[_0x4dcc12(0x1b5)][_0x4dcc12(0x158)](_0x5ccb8c['hqhDK'])):await _0x5ccb8c['hGfcU'](markSessionStatus,global[_0x4dcc12(0x1c0)][0x0],_0x5ccb8c[_0x4dcc12(0x129)]);}catch(_0x4721b7){logger[_0x4dcc12(0x14b)]('Error:\x20cleaning\x20up\x20driver:\x20'+_0x4721b7);}global[_0x4dcc12(0x1b5)]=[],global[_0x4dcc12(0x1ab)]=![];if(_0x58f898)try{await global[_0x4dcc12(0x1c0)][0x0][_0x4dcc12(0x184)](),global[_0x4dcc12(0x1c0)][0x0][_0x4dcc12(0x1af)][_0x4dcc12(0x16e)](_0x745b1f=>{const _0x342ede=_0x4dcc12;logger['debug'](_0x342ede(0x1ae)+_0x745b1f[_0x342ede(0x16d)]());});}catch(_0x56800e){logger[_0x4dcc12(0x14b)]('Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20'+_0x56800e);}};});const a9_0x47b401={};a9_0x47b401[a9_0x289753(0x135)]=a9_0x289753(0x15a),a9_0x47b401[a9_0x289753(0x177)]=0x2710,Before(a9_0x47b401,function(_0x3de534,_0x412fe6){const _0x4da6c4=a9_0x289753,_0x4018e9={'QyxtJ':function(_0x7ebf89,_0x210765){return _0x7ebf89>_0x210765;},'UqTTZ':function(_0x140e9b,_0x3ad360){return _0x140e9b(_0x3ad360);},'cgsys':function(_0x2e861c,_0x1805fb,_0x2bde44,_0x34f2df){return _0x2e861c(_0x1805fb,_0x2bde44,_0x34f2df);},'oCMrI':_0x4da6c4(0x176),'NuLMV':function(_0x49e766){return _0x49e766();},'PbcBZ':_0x4da6c4(0x1b6)};commandRepository[_0x4da6c4(0x194)](_0x3de534['pickle'][_0x4da6c4(0x135)]),logger[_0x4da6c4(0x14b)](_0x4018e9['PbcBZ']),new Promise(async _0x7fc47d=>{const _0x53ff22=_0x4da6c4;try{_0x4018e9[_0x53ff22(0x189)](global[_0x53ff22(0x1c0)][_0x53ff22(0x11f)],0x1)&&(await global[_0x53ff22(0x1b4)](),global[_0x53ff22(0x1c0)][_0x53ff22(0x16f)]()),global[_0x53ff22(0x1c0)][0x0][_0x53ff22(0x154)]&&_0x4018e9[_0x53ff22(0x189)](global[_0x53ff22(0x1c0)][0x0][_0x53ff22(0x154)],0x0)&&await global[_0x53ff22(0x1b4)]();}catch(_0x4fe8e2){logger[_0x53ff22(0x14b)](_0x53ff22(0x156)+_0x4fe8e2);}workerDetails[_0x53ff22(0x121)][_0x53ff22(0x137)]=_0x3de534['testCaseStartedId'];try{if(!_0x4018e9[_0x53ff22(0x17d)](isUndefined,_0x3de534[_0x53ff22(0x14f)][_0x53ff22(0x133)])){const _0x27ec78=_0x4018e9['cgsys'](shouldScanTestForAccessibility,null,![],_0x3de534[_0x53ff22(0x14f)][_0x53ff22(0x133)]['map'](({name:_0x3d0a27})=>_0x3d0a27));globals[_0x53ff22(0x126)](_0x4018e9[_0x53ff22(0x190)],_0x27ec78);}}catch(_0x18b338){logger['debug'](_0x53ff22(0x16c)+util[_0x53ff22(0x13d)](_0x18b338));}_0x4018e9[_0x53ff22(0x1aa)](_0x7fc47d);})[_0x4da6c4(0x173)](_0x412fe6);});const a9_0x5cebf6={};a9_0x5cebf6[a9_0x289753(0x135)]='bstack',a9_0x5cebf6[a9_0x289753(0x177)]=0x2710,After(a9_0x5cebf6,function(_0x38e537,_0x16db36){const _0x2c0f55=a9_0x289753,_0x32c54c={'KiRKA':_0x2c0f55(0x13a),'RueQe':function(_0x2b6ded,_0x39852a){return _0x2b6ded===_0x39852a;},'DJVGx':_0x2c0f55(0x152),'hCDbm':function(_0x500c61,_0x2d2903,_0x33cb4b,_0x400e9a){return _0x500c61(_0x2d2903,_0x33cb4b,_0x400e9a);},'IUzjB':_0x2c0f55(0x18e),'vukMj':function(_0x438998,_0x3eb1cb,_0x51a176){return _0x438998(_0x3eb1cb,_0x51a176);},'mbcxQ':_0x2c0f55(0x140),'hmFwz':function(_0x37ca40,_0x640c26){return _0x37ca40>_0x640c26;},'JADTI':function(_0x61cb){return _0x61cb();},'OssuW':_0x2c0f55(0x171),'tCkgq':_0x2c0f55(0x1a4),'PahrN':'bstackA11yShouldScan','LCDWk':_0x2c0f55(0x15e),'tImAb':_0x2c0f55(0x1c4),'eJcJO':_0x2c0f55(0x192),'siUyu':function(_0x5ad00d,_0x5160fc){return _0x5ad00d>_0x5160fc;},'Dmpml':_0x2c0f55(0x181)};logger['debug'](_0x32c54c[_0x2c0f55(0x185)]),workerDetails[_0x2c0f55(0x121)][_0x2c0f55(0x137)]=_0x38e537['testCaseStartedId'],new Promise(async _0x4f9c25=>{const _0x9dd4c7=_0x2c0f55;let _0x5c5a2e=![];try{const _0x50c55a=_0x32c54c['KiRKA'][_0x9dd4c7(0x1c7)]('|');let _0x5b0493=0x0;while(!![]){switch(_0x50c55a[_0x5b0493++]){case'0':if(_0x32c54c[_0x9dd4c7(0x139)](_0x38e537[_0x9dd4c7(0x191)]['status'][_0x9dd4c7(0x1bb)]()[_0x9dd4c7(0x168)](),_0x32c54c[_0x9dd4c7(0x16a)])||_0x32c54c[_0x9dd4c7(0x139)](_0x38e537[_0x9dd4c7(0x191)][_0x9dd4c7(0x14a)][_0x9dd4c7(0x1bb)]()[_0x9dd4c7(0x168)](),'6')){try{global[_0x9dd4c7(0x1b5)][_0x9dd4c7(0x1c2)](_0x38e537[_0x9dd4c7(0x191)]['message']);}catch(_0x1dfa2b){logger['debug'](_0x9dd4c7(0x161)+_0x1dfa2b);}await _0x32c54c[_0x9dd4c7(0x193)](markSessionStatus,global['__drivers'][0x0],_0x32c54c[_0x9dd4c7(0x16a)],global['__error_messages__'][_0x9dd4c7(0x158)](_0x32c54c[_0x9dd4c7(0x1a1)]));}else await _0x32c54c[_0x9dd4c7(0x19d)](markSessionStatus,global[_0x9dd4c7(0x1c0)][0x0],_0x32c54c[_0x9dd4c7(0x18b)]);continue;case'1':!global[_0x9dd4c7(0x19c)]&&await global[_0x9dd4c7(0x1c0)][0x0][_0x9dd4c7(0x136)](_0x9dd4c7(0x157)+_0x38e537[_0x9dd4c7(0x14f)][_0x9dd4c7(0x135)]+_0x9dd4c7(0x1ad));continue;case'2':await global[_0x9dd4c7(0x1c0)][0x0][_0x9dd4c7(0x1af)];continue;case'3':_0x32c54c[_0x9dd4c7(0x16b)](global[_0x9dd4c7(0x1c0)][_0x9dd4c7(0x11f)],0x1)&&(await global[_0x9dd4c7(0x1b4)](),global[_0x9dd4c7(0x1c0)][_0x9dd4c7(0x16f)](),global[_0x9dd4c7(0x1b5)]=[],global[_0x9dd4c7(0x1ab)]=![]);continue;case'4':_0x5c5a2e=!![];continue;}break;}}catch(_0x2646f3){logger[_0x9dd4c7(0x14b)](_0x9dd4c7(0x148)+util[_0x9dd4c7(0x13d)](_0x2646f3));}try{if(_0x32c54c[_0x9dd4c7(0x123)](shouldProcessEventForTesthub)){const _0x2111e5=TestDetails['getTestUUID'](_0x38e537[_0x9dd4c7(0x11e)]),_0xdeb925=await _0x32c54c['hCDbm'](sendPlatformDetails,global[_0x9dd4c7(0x1c0)][0x0],_0x2111e5,!![]),_0x3a9a64={};_0x3a9a64['uuid']=_0x2111e5,_0x3a9a64[_0x9dd4c7(0x153)]=_0xdeb925;const _0x230681=_0x3a9a64,_0x245965={};_0x245965[_0x9dd4c7(0x197)]=_0x32c54c[_0x9dd4c7(0x1a0)],_0x245965[_0x9dd4c7(0x167)]=_0x230681,await SessionHandler[_0x9dd4c7(0x196)](_0x245965);}}catch(_0x4dc019){logger['debug'](_0x9dd4c7(0x132)+util[_0x9dd4c7(0x13d)](_0x4dc019));}try{if(globals[_0x9dd4c7(0x14e)](_0x32c54c[_0x9dd4c7(0x17c)])&&globals[_0x9dd4c7(0x14e)](_0x32c54c[_0x9dd4c7(0x159)])){logger[_0x9dd4c7(0x186)](_0x32c54c[_0x9dd4c7(0x1c5)]);const _0x594f13=TestDetails[_0x9dd4c7(0x122)](_0x38e537[_0x9dd4c7(0x11e)]),_0x3cf223={};_0x3cf223[_0x9dd4c7(0x143)]=_0x594f13,_0x3cf223[_0x9dd4c7(0x1a3)]=process[_0x9dd4c7(0x1c1)][testHubConstants[_0x9dd4c7(0x144)]['BROWSERSTACK_TESTHUB_UUID']],_0x3cf223[_0x9dd4c7(0x128)]=process[_0x9dd4c7(0x1c1)][testHubConstants[_0x9dd4c7(0x144)]['BROWSERSTACK_TESTHUB_JWT']];const _0x3d8fc3=_0x3cf223;logger[_0x9dd4c7(0x14b)](_0x9dd4c7(0x169)+JSON['stringify'](_0x3d8fc3)),logger['debug'](_0x32c54c['tImAb']),logger[_0x9dd4c7(0x14b)](util[_0x9dd4c7(0x13d)](await global[_0x9dd4c7(0x1c0)][0x0][_0x9dd4c7(0x180)](scripts[_0x9dd4c7(0x1b2)],{'method':global['browserstackSessionName']}))),await global[_0x9dd4c7(0x1c0)][0x0][_0x9dd4c7(0x180)](scripts[_0x9dd4c7(0x188)],_0x3d8fc3),logger[_0x9dd4c7(0x186)](_0x32c54c['eJcJO']);}}catch(_0xa90f2a){logger[_0x9dd4c7(0x170)](_0x9dd4c7(0x1bf)+util['format']);}if(_0x5c5a2e)try{global[_0x9dd4c7(0x1c0)][0x0]&&_0x32c54c[_0x9dd4c7(0x162)](global[_0x9dd4c7(0x1c0)][0x0][_0x9dd4c7(0x154)],0x0)&&await global[_0x9dd4c7(0x1c0)][0x0][_0x9dd4c7(0x184)]();}catch(_0x43c97c){logger[_0x9dd4c7(0x14b)](_0x9dd4c7(0x12d)+_0x43c97c);}_0x32c54c[_0x9dd4c7(0x123)](_0x4f9c25);})[_0x2c0f55(0x173)](()=>_0x16db36());});const a9_0x106e6={};a9_0x106e6[a9_0x289753(0x135)]=a9_0x289753(0x15a),a9_0x106e6[a9_0x289753(0x177)]=0x2710,AfterStep(a9_0x106e6,function(_0x14d50b,_0x1aa2e2){const _0x496714=a9_0x289753,_0x4736a8={'rgtcE':function(_0x5e3df6,_0x17118f){return _0x5e3df6===_0x17118f;},'lGnVH':_0x496714(0x152),'ZbEVV':function(_0x343617,_0x281827){return _0x343617!==_0x281827;},'ruDtn':function(_0x251df3,_0x116891,_0x967083){return _0x251df3(_0x116891,_0x967083);},'DQEZZ':function(_0x36bbd2,_0x27cf9f){return _0x36bbd2+_0x27cf9f;},'ABxgX':_0x496714(0x15d),'fRrSM':'\x0aError:\x20','nuvHd':_0x496714(0x170),'khZKi':function(_0x3a4c58,_0x14c682){return _0x3a4c58+_0x14c682;},'zbarD':function(_0x12c9b5,_0x47ead5,_0x3b821c){return _0x12c9b5(_0x47ead5,_0x3b821c);},'QNQJx':_0x496714(0x134),'BDcIE':_0x496714(0x186),'SffCD':function(_0x599815,_0x3daba5,_0x523899){return _0x599815(_0x3daba5,_0x523899);},'kxveH':_0x496714(0x1b8),'fLzKx':function(_0x5e1393){return _0x5e1393();},'QXdyx':_0x496714(0x138)};logger[_0x496714(0x14b)](_0x4736a8[_0x496714(0x124)]);const _0x2fbb81=async(_0x588caa,_0x13d28b)=>{const _0x9bf362=_0x496714;await global[_0x9bf362(0x1c0)][0x0][_0x9bf362(0x136)](_0x9bf362(0x19e)+_0x588caa+_0x9bf362(0x118)+_0x13d28b+_0x9bf362(0x1ad));};new Promise(async _0x2baf9=>{const _0x2f308b=_0x496714;try{_0x4736a8[_0x2f308b(0x14c)](_0x14d50b[_0x2f308b(0x191)][_0x2f308b(0x14a)][_0x2f308b(0x1bb)]()[_0x2f308b(0x168)](),_0x4736a8[_0x2f308b(0x119)])||_0x4736a8[_0x2f308b(0x14c)](_0x14d50b[_0x2f308b(0x191)][_0x2f308b(0x14a)]['toString']()[_0x2f308b(0x168)](),'6')?(global['__sessionFailed']=!![],global[_0x2f308b(0x1b5)]['push'](_0x14d50b['result'][_0x2f308b(0x17e)]),_0x4736a8[_0x2f308b(0x1ba)](_0x14d50b[_0x2f308b(0x17b)],undefined)?await _0x4736a8[_0x2f308b(0x127)](_0x2fbb81,JSON[_0x2f308b(0x13c)](_0x4736a8[_0x2f308b(0x198)](_0x4736a8[_0x2f308b(0x198)](_0x4736a8[_0x2f308b(0x198)](_0x4736a8[_0x2f308b(0x1a5)],'\x22'+_0x14d50b[_0x2f308b(0x17b)][_0x2f308b(0x145)]+'\x22\x20'),_0x4736a8[_0x2f308b(0x1a9)]),_0x14d50b[_0x2f308b(0x191)]['message'])),_0x4736a8[_0x2f308b(0x147)]):await _0x4736a8['ruDtn'](_0x2fbb81,JSON[_0x2f308b(0x13c)](_0x4736a8['khZKi'](_0x4736a8[_0x2f308b(0x1a5)],_0x14d50b['result']['message'])),_0x4736a8[_0x2f308b(0x147)])):_0x4736a8['ZbEVV'](_0x14d50b[_0x2f308b(0x17b)],undefined)?await _0x4736a8[_0x2f308b(0x1b3)](_0x2fbb81,JSON[_0x2f308b(0x13c)](_0x4736a8[_0x2f308b(0x15b)](_0x4736a8[_0x2f308b(0x19a)],'\x22'+_0x14d50b[_0x2f308b(0x17b)][_0x2f308b(0x145)]+'\x22')),_0x4736a8[_0x2f308b(0x1be)]):await _0x4736a8[_0x2f308b(0x141)](_0x2fbb81,JSON['stringify'](_0x4736a8[_0x2f308b(0x15c)]),_0x4736a8[_0x2f308b(0x1be)]),global['__drivers'][0x0][_0x2f308b(0x1af)][_0x2f308b(0x16e)](_0x586ef3=>{const _0x23ecb6=_0x2f308b;logger[_0x23ecb6(0x14b)](_0x23ecb6(0x166)+_0x586ef3['getId']());});}catch(_0x3c65d2){logger['debug']('Error:\x20at\x20After\x20Step:\x20'+_0x3c65d2);}_0x4736a8[_0x2f308b(0x1bc)](_0x2baf9);})[_0x496714(0x173)](()=>_0x1aa2e2());});const a9_0x4215f0={};function a9_0x764e(){const _0x2301b9=['DQEZZ','__platformCaps','QNQJx','562768gJOpTZ','__skipSessionName','vukMj','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','platformCaps','OssuW','IUzjB','parse','thBuildUuid','isAccessibilityPlatform','ABxgX','272058WvuxcH','../../helpers/setKeepAlive','../../index','fRrSM','NuLMV','__sessionFailed','AOiiZ','\x22}}','Error:\x20in\x20quitting\x20driver\x20','session_','removeAllListeners','browserstackAgentV2','performScan','zbarD','driverCleanup','__error_messages__','Inside\x20browserstack\x20Before','1235028eAxwaX','Passed','../../helpers/ai-sdk/autoHealHelper','ZbEVV','toString','fLzKx','vPyLh','BDcIE','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20','__drivers','env','push','setFramework','Performing\x20scan\x20before\x20saving\x20results','LCDWk','rOKzt','split','10QLYVIU','../playwright/reporter/reporter.js',',\x22level\x22:\x20\x22','lGnVH','../../helpers/test-observability/error-handler','winstonLogger','16NHrIlu','addTestUIDAndReportLog','testCaseStartedId','length','startMonitoring','currentTest','getTestUUID','JADTI','QXdyx','Before','setGlobal','ruDtn','thJwtToken','amqIP','Inside\x20browserstack\x20BeforeAll','../../helpers/accessibility-automation/scripts','bs:addLog:','Error:\x20quiting\x20driver\x20at\x20After:\x20','../../helpers/testhub/utils','lodash','zYnna','122330JrpvGX','Error:\x20sendPlatformDetails\x20at\x20After:\x20','tags','Passed:\x20','name','executeScript','testInfo','Inside\x20browserstack\x20AfterStep','RueQe','3|2|4|1|0','@cucumber/cucumber/lib/index.js','stringify','format','stopMonitoring','BSTACK_CONFIG','passed','SffCD','../../helpers/performance/performance-tester','thTestRunUuid','ENV_VAR','text','util','nuvHd','Error:\x20at\x20After:\x20','__skipSessionStatus','status','debug','rgtcE','Inside\x20browserstack\x20AfterAll','getGlobal','pickle','../../helpers/testhub/constants.js','183080DWPifs','failed','integrations','quitCount_','../../helpers/test-observability/sessionHandler','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','join','PahrN','bstack','khZKi','kxveH','Failed:\x20','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','@cucumber/cucumber','../playwright/reporter/test-details.js','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','siUyu','../../helpers/test-observability/utils','cucumber-js','__timeout','Error:\x20in\x20After\x20Step\x20for\x20driver\x20','test_run','toLowerCase','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','DJVGx','hmFwz','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20','getId','then','shift','error','CBTSessionCreated','workerInfo','finally','shutdown','3ShsJoJ','bstackA11yShouldScan','timeout','setDefaultTimeout','AkqkL','BeforeAll','pickleStep','tCkgq','UqTTZ','message','HMKzt','executeAsyncScript','Inside\x20browserstack\x20After','skipSessionName','../../helpers/logger','initQuit','Dmpml','info','IRjPi','saveTestResults','QyxtJ','AfterAll','mbcxQ','1003968YjKkQx','o11ySyncDone','\x20|\x20','2241736sumOGW','oCMrI','result','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','hCDbm','setTestNameForHealingContext','pid','uploadEventData','event_type'];a9_0x764e=function(){return _0x2301b9;};return a9_0x764e();}a9_0x4215f0[a9_0x289753(0x135)]=a9_0x289753(0x15a),a9_0x4215f0[a9_0x289753(0x177)]=0x7530,AfterAll(a9_0x4215f0,async function(_0xc5a0e1,_0x477155){const _0xcf9066=a9_0x289753,_0x17201e={'IRjPi':function(_0x32e141){return _0x32e141();},'msOxF':_0xcf9066(0x14d)};logger[_0xcf9066(0x14b)](_0x17201e['msOxF']),await new Promise(async _0x7407de=>{const _0x4aa214=_0xcf9066;await RequestQueueHandler['getInstance']()[_0x4aa214(0x174)](),PerformanceTester[_0x4aa214(0x13e)](),await global[_0x4aa214(0x1b4)](),_0x17201e[_0x4aa214(0x187)](_0x7407de);});});
1
+ const a9_0x19a560=a9_0x5a39;(function(_0x3e6787,_0x84b283){const _0x3a43be=a9_0x5a39,_0x317ab3=_0x3e6787();while(!![]){try{const _0x1b7ae5=parseInt(_0x3a43be(0x261))/0x1+-parseInt(_0x3a43be(0x29f))/0x2*(-parseInt(_0x3a43be(0x2a5))/0x3)+parseInt(_0x3a43be(0x219))/0x4+parseInt(_0x3a43be(0x274))/0x5*(parseInt(_0x3a43be(0x240))/0x6)+-parseInt(_0x3a43be(0x23a))/0x7*(-parseInt(_0x3a43be(0x206))/0x8)+parseInt(_0x3a43be(0x25d))/0x9*(-parseInt(_0x3a43be(0x20c))/0xa)+-parseInt(_0x3a43be(0x209))/0xb;if(_0x1b7ae5===_0x84b283)break;else _0x317ab3['push'](_0x317ab3['shift']());}catch(_0xbf9b0a){_0x317ab3['push'](_0x317ab3['shift']());}}}(a9_0x16d2,0x406f9));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require(a9_0x19a560(0x298)),setKeepAlive=require(a9_0x19a560(0x233)),util=require('util'),PerformanceTester=require(a9_0x19a560(0x22a)),{commandRepository}=require('../../helpers/ai-sdk/autoHealHelper'),cucumberModule=requireModule(a9_0x19a560(0x246),'@cucumber/cucumber'),logger=require(a9_0x19a560(0x29b))['winstonLogger'],{shouldProcessEventForTesthub}=require(a9_0x19a560(0x231)),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require(a9_0x19a560(0x208)),TestDetails=require(a9_0x19a560(0x28b)),RequestQueueHandler=require(a9_0x19a560(0x252)),{o11yErrorHandler}=require(a9_0x19a560(0x262)),MyReporter=require(a9_0x19a560(0x269)),SessionHandler=require(a9_0x19a560(0x22e)),scripts=require(a9_0x19a560(0x245)),globals=require(a9_0x19a560(0x27f)),testHubConstants=require(a9_0x19a560(0x224)),{shouldScanTestForAccessibility}=require(a9_0x19a560(0x1f3)),{isUndefined}=require(a9_0x19a560(0x21b)),a9_0x2f6b7b={};a9_0x2f6b7b['workerInfo']=undefined,a9_0x2f6b7b[a9_0x19a560(0x226)]={},a9_0x2f6b7b[a9_0x19a560(0x1f7)]=![],a9_0x2f6b7b[a9_0x19a560(0x226)]['id']=undefined,a9_0x2f6b7b[a9_0x19a560(0x226)][a9_0x19a560(0x23c)]=undefined;const workerDetails=a9_0x2f6b7b;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x2fcd14){const _0x44828a=a9_0x19a560,_0x381eec=workerDetails[_0x44828a(0x226)]['testInfo'];if(!_0x381eec)return;await MyReporter[_0x44828a(0x225)](_0x381eec,_0x2fcd14);}),registerListeners=()=>{const _0x5dfaa5=a9_0x19a560,_0x110e64={};_0x110e64[_0x5dfaa5(0x214)]='Inside\x20browserstack\x20registerListeners';const _0x3e5fd7=_0x110e64;logger['debug'](_0x3e5fd7[_0x5dfaa5(0x214)]),process[_0x5dfaa5(0x287)]('bs:addLog:'+process[_0x5dfaa5(0x272)]),process['on'](_0x5dfaa5(0x24d)+process[_0x5dfaa5(0x272)],sendTestLog),PerformanceTester[_0x5dfaa5(0x25a)]();};modifyCommand(),setKeepAlive();function a9_0x16d2(){const _0x3fbc71=['jRTVJ','NQUdz','../playwright/reporter/test-details.js',',\x22level\x22:\x20\x22','toString','fxxFZ','__error_messages__','aVCTo','env','bstackA11yShouldScan','BeforeAll','VCQZe','uploadEventData','WIdwy','thTestRunUuid','../../helpers/helper','message','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','../../helpers/logger','HIQJN','join','__skipSessionName','8674mnbhzJ','TxUpk','__drivers','__timeout','length','ENV_VAR','198mrWNJf','vANTt','Error:\x20cleaning\x20up\x20driver:\x20','../../helpers/accessibility-automation/helper','map','gPGeN','pickleStep','o11ySyncDone','integrations','shutdown','Inside\x20browserstack\x20AfterAll','NMWta','text','bstack','Error:\x20in\x20quitting\x20driver\x20','\x0aError:\x20','nCOVd','KinRr','pickle','result','status','PdWgh','1799768FebOYs','session_','../../helpers/test-observability/utils','8828501KpyuIa','nnfxk','test_run','3124570nxPWft','PYXMM','setDefaultTimeout','BSTACK_CONFIG','SpVCu','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','VaWTr','CONFIG','wRpbB','DBUcB','Inside\x20browserstack\x20After','Error:\x20in\x20After\x20Step\x20for\x20driver\x20','Failed:\x20','421708LOhMdo','setFramework','lodash','BbWIi','xBFdO','tiyeW','quitCount_','push','Passed:\x20','shift','VIeHF','../../helpers/testhub/constants.js','addTestUIDAndReportLog','currentTest','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20','Error:\x20sendPlatformDetails\x20at\x20After:\x20','AfterStep','../../helpers/performance/performance-tester','nRggb','beTDa','setTestNameForHealingContext','../../helpers/test-observability/sessionHandler','wlAyt','dKSAa','../../helpers/testhub/utils','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','../../helpers/setKeepAlive','apVpg','failed','Error:\x20quiting\x20driver\x20at\x20After:\x20','__skipSessionStatus','executeScript','error','7dlKkOB','../../index','testInfo','tZnwW','cucumber-js','toLowerCase','84sZZQFS','Inside\x20browserstack\x20BeforeAll','\x20|\x20','getGlobal','performScan','../../helpers/accessibility-automation/scripts','@cucumber/cucumber/lib/index.js','ZtrHV','hdBcr','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','__sessionFailed','debug','isAccessibilityPlatform','bs:addLog:','FGVZq','setConfig','FGwjf','hXVTW','../../helpers/test-observability/requestQueueHandler','getInstance','executeAsyncScript','DmkAC','Inside\x20browserstack\x20AfterStep','finally','saveTestResults','cvYQa','startMonitoring','passed','timeout','9IDkWnq','then','zVyfg','IcvyK','527739SqUYRn','../../helpers/test-observability/error-handler','Error:\x20at\x20After\x20Step:\x20','split','browserstackAgentV2','OMrvu','mjbzn','driverCleanup','../playwright/reporter/reporter.js','HCjzF','stringify','testCaseStartedId','getTestUUID','BROWSERSTACK_TESTHUB_UUID','blmdd','info','tags','pid','After','83785DVKQKI','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','format','name','BROWSERSTACK_TESTHUB_JWT','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','stopMonitoring','parse','qVzRd','getId','../../helpers/globals','Cvkoz','thJwtToken','PFFLj','skipSessionStatus','\x22}}','Before','setGlobal','removeAllListeners','uuid'];a9_0x16d2=function(){return _0x3fbc71;};return a9_0x16d2();}const Before=cucumberModule[a9_0x19a560(0x285)],After=cucumberModule[a9_0x19a560(0x273)],AfterAll=cucumberModule['AfterAll'],BeforeAll=cucumberModule[a9_0x19a560(0x293)],AfterStep=cucumberModule[a9_0x19a560(0x229)],configuration=process[a9_0x19a560(0x291)][a9_0x19a560(0x213)],bstackConfig=process[a9_0x19a560(0x291)][a9_0x19a560(0x20f)];if(configuration!==undefined){const config=JSON[a9_0x19a560(0x27c)](configuration);isBrowserstackInfra()?(global[a9_0x19a560(0x29e)]=isTrue(config['skipSessionName']),global[a9_0x19a560(0x237)]=isTrue(config[a9_0x19a560(0x283)])):(global[a9_0x19a560(0x29e)]=!![],global[a9_0x19a560(0x237)]=!![]),shouldProcessEventForTesthub()?require('../../index')[a9_0x19a560(0x265)](config,null,!![]):require(a9_0x19a560(0x23b))[a9_0x19a560(0x265)](config),global['__platformCaps']=config['platformCaps']||{};}if(bstackConfig!==undefined){const browserStackConfig=JSON[a9_0x19a560(0x27c)](bstackConfig);browserStackConfig&&(commandRepository[a9_0x19a560(0x24f)](browserStackConfig),commandRepository[a9_0x19a560(0x21a)](a9_0x19a560(0x23e)));}global['__timeout']=0x0;const __setDefaultTimeout=cucumberModule[a9_0x19a560(0x20e)];cucumberModule[a9_0x19a560(0x20e)]=_0x539129=>{const _0x3dad0f=a9_0x19a560,_0xb196={'nIPLu':function(_0x3fc198,_0x55eb5c){return _0x3fc198(_0x55eb5c);}};global[_0x3dad0f(0x2a2)]=_0x539129,_0xb196['nIPLu'](__setDefaultTimeout,_0x539129);};const a9_0x51d3ec={};a9_0x51d3ec[a9_0x19a560(0x278)]='bstack',BeforeAll(a9_0x51d3ec,function(){const _0x1e800c=a9_0x19a560,_0x41ee2b={'jRTVJ':function(_0x52296b,_0x1ebc58,_0x4fa95b,_0x324d88){return _0x52296b(_0x1ebc58,_0x4fa95b,_0x324d88);},'ZtrHV':_0x1e800c(0x235),'PYXMM':'\x20|\x20','bEnOV':function(_0x35843a,_0x4cf6ce,_0x123336){return _0x35843a(_0x4cf6ce,_0x123336);},'vRzMA':_0x1e800c(0x25b),'qVzRd':_0x1e800c(0x241),'dKSAa':function(_0x2ef2ca){return _0x2ef2ca();},'nRggb':function(_0x29dca2){return _0x29dca2();},'KinRr':function(_0x565404,_0x58fb0e){return _0x565404(_0x58fb0e);}};PerformanceTester[_0x1e800c(0x25a)](),logger['debug'](_0x41ee2b[_0x1e800c(0x27d)]),global[_0x1e800c(0x28f)]=[],global['__sessionFailed']=![],_0x41ee2b[_0x1e800c(0x230)](shouldProcessEventForTesthub)&&(_0x41ee2b[_0x1e800c(0x22b)](registerListeners),_0x41ee2b[_0x1e800c(0x201)](addRequestSpy,![])),global['driverCleanup']=async()=>{const _0x5c3607=_0x1e800c;let _0x1f84ef=![];try{await global[_0x5c3607(0x2a1)][0x0][_0x5c3607(0x207)],_0x1f84ef=!![],global[_0x5c3607(0x24a)]?await _0x41ee2b[_0x5c3607(0x289)](markSessionStatus,global[_0x5c3607(0x2a1)][0x0],_0x41ee2b[_0x5c3607(0x247)],global[_0x5c3607(0x28f)][_0x5c3607(0x29d)](_0x41ee2b[_0x5c3607(0x20d)])):await _0x41ee2b['bEnOV'](markSessionStatus,global[_0x5c3607(0x2a1)][0x0],_0x41ee2b['vRzMA']);}catch(_0x192984){logger[_0x5c3607(0x24b)](_0x5c3607(0x2a7)+_0x192984);}global[_0x5c3607(0x28f)]=[],global[_0x5c3607(0x24a)]=![];if(_0x1f84ef)try{await global[_0x5c3607(0x2a1)][0x0]['initQuit'](),global[_0x5c3607(0x2a1)][0x0][_0x5c3607(0x207)]['then'](_0x4f27be=>{const _0x502732=_0x5c3607;logger[_0x502732(0x24b)](_0x502732(0x1fe)+_0x4f27be[_0x502732(0x27e)]());});}catch(_0x46ab04){logger[_0x5c3607(0x24b)](_0x5c3607(0x27a)+_0x46ab04);}};});const a9_0x2d1127={};a9_0x2d1127[a9_0x19a560(0x278)]='bstack',a9_0x2d1127[a9_0x19a560(0x25c)]=0x2710,Before(a9_0x2d1127,function(_0x213b60,_0x7822fe){const _0x14d55e=a9_0x19a560,_0x34cb1c={'mjbzn':function(_0x3caca7,_0x168024){return _0x3caca7>_0x168024;},'HCjzF':function(_0x5791e8,_0x525479){return _0x5791e8>_0x525479;},'DBUcB':function(_0x12c078,_0x57000e){return _0x12c078(_0x57000e);},'BbWIi':function(_0x163314,_0x288b66,_0x1c8600,_0x203a4c){return _0x163314(_0x288b66,_0x1c8600,_0x203a4c);},'beTDa':_0x14d55e(0x292),'vANTt':function(_0x2444ee){return _0x2444ee();},'NMWta':'Inside\x20browserstack\x20Before'};commandRepository[_0x14d55e(0x22d)](_0x213b60['pickle'][_0x14d55e(0x278)]),logger['debug'](_0x34cb1c[_0x14d55e(0x1fb)]),new Promise(async _0x3911c3=>{const _0x39c037=_0x14d55e;try{_0x34cb1c[_0x39c037(0x267)](global[_0x39c037(0x2a1)][_0x39c037(0x2a3)],0x1)&&(await global['driverCleanup'](),global[_0x39c037(0x2a1)]['shift']()),global[_0x39c037(0x2a1)][0x0][_0x39c037(0x21f)]&&_0x34cb1c[_0x39c037(0x26a)](global[_0x39c037(0x2a1)][0x0][_0x39c037(0x21f)],0x0)&&await global[_0x39c037(0x268)]();}catch(_0x100611){logger['debug']('Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20'+_0x100611);}workerDetails['currentTest'][_0x39c037(0x23c)]=_0x213b60[_0x39c037(0x26c)];try{if(!_0x34cb1c[_0x39c037(0x215)](isUndefined,_0x213b60[_0x39c037(0x202)][_0x39c037(0x271)])){const _0x105eee=_0x34cb1c[_0x39c037(0x21c)](shouldScanTestForAccessibility,null,![],_0x213b60[_0x39c037(0x202)]['tags'][_0x39c037(0x1f4)](({name:_0x3de540})=>_0x3de540));globals[_0x39c037(0x286)](_0x34cb1c[_0x39c037(0x22c)],_0x105eee);}}catch(_0x33bacd){logger[_0x39c037(0x24b)]('Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20'+util[_0x39c037(0x277)](_0x33bacd));}_0x34cb1c[_0x39c037(0x2a6)](_0x3911c3);})['finally'](_0x7822fe);});const a9_0x217774={};a9_0x217774[a9_0x19a560(0x278)]='bstack',a9_0x217774[a9_0x19a560(0x25c)]=0x2710,After(a9_0x217774,function(_0x58b6c4,_0x454406){const _0x4cb469=a9_0x19a560,_0x42261b={'aVCTo':'4|3|2|0|1','cvYQa':function(_0x55f397,_0x1e0f71){return _0x55f397===_0x1e0f71;},'HIQJN':_0x4cb469(0x235),'fxxFZ':function(_0xeefb04,_0x5bda1b,_0x39740a,_0x4de9a4){return _0xeefb04(_0x5bda1b,_0x39740a,_0x4de9a4);},'PFFLj':_0x4cb469(0x242),'VaWTr':function(_0x18fd83,_0x11fca6,_0x55f9ae){return _0x18fd83(_0x11fca6,_0x55f9ae);},'gPGeN':_0x4cb469(0x25b),'tiyeW':function(_0x280144,_0x5562e4){return _0x280144>_0x5562e4;},'IcvyK':function(_0x54db94){return _0x54db94();},'McIqA':'CBTSessionCreated','nCOVd':_0x4cb469(0x24c),'FGwjf':'bstackA11yShouldScan','blmdd':_0x4cb469(0x276),'sSVEQ':'Performing\x20scan\x20before\x20saving\x20results','OMrvu':_0x4cb469(0x29a),'hXVTW':function(_0x5f5c23,_0x3a3630){return _0x5f5c23>_0x3a3630;},'GKWPv':_0x4cb469(0x216)};logger[_0x4cb469(0x24b)](_0x42261b['GKWPv']),workerDetails['currentTest'][_0x4cb469(0x23c)]=_0x58b6c4['testCaseStartedId'],new Promise(async _0x7c182=>{const _0x2db8e6=_0x4cb469;let _0x5aea6c=![];try{const _0x7edb03=_0x42261b[_0x2db8e6(0x290)][_0x2db8e6(0x264)]('|');let _0x34dcf1=0x0;while(!![]){switch(_0x7edb03[_0x34dcf1++]){case'0':!global[_0x2db8e6(0x29e)]&&await global[_0x2db8e6(0x2a1)][0x0][_0x2db8e6(0x238)](_0x2db8e6(0x232)+_0x58b6c4[_0x2db8e6(0x202)][_0x2db8e6(0x278)]+_0x2db8e6(0x284));continue;case'1':if(_0x42261b[_0x2db8e6(0x259)](_0x58b6c4[_0x2db8e6(0x203)][_0x2db8e6(0x204)][_0x2db8e6(0x28d)]()['toLowerCase'](),_0x42261b[_0x2db8e6(0x29c)])||_0x42261b[_0x2db8e6(0x259)](_0x58b6c4[_0x2db8e6(0x203)][_0x2db8e6(0x204)]['toString']()['toLowerCase'](),'6')){try{global[_0x2db8e6(0x28f)][_0x2db8e6(0x220)](_0x58b6c4['result'][_0x2db8e6(0x299)]);}catch(_0x5405a9){logger[_0x2db8e6(0x24b)](_0x2db8e6(0x211)+_0x5405a9);}await _0x42261b[_0x2db8e6(0x28e)](markSessionStatus,global[_0x2db8e6(0x2a1)][0x0],_0x42261b[_0x2db8e6(0x29c)],global[_0x2db8e6(0x28f)]['join'](_0x42261b[_0x2db8e6(0x282)]));}else await _0x42261b[_0x2db8e6(0x212)](markSessionStatus,global[_0x2db8e6(0x2a1)][0x0],_0x42261b[_0x2db8e6(0x1f5)]);continue;case'2':_0x5aea6c=!![];continue;case'3':await global[_0x2db8e6(0x2a1)][0x0][_0x2db8e6(0x207)];continue;case'4':_0x42261b[_0x2db8e6(0x21e)](global[_0x2db8e6(0x2a1)][_0x2db8e6(0x2a3)],0x1)&&(await global[_0x2db8e6(0x268)](),global['__drivers'][_0x2db8e6(0x222)](),global[_0x2db8e6(0x28f)]=[],global['__sessionFailed']=![]);continue;}break;}}catch(_0x8ec49f){logger[_0x2db8e6(0x24b)]('Error:\x20at\x20After:\x20'+util['format'](_0x8ec49f));}try{if(_0x42261b['IcvyK'](shouldProcessEventForTesthub)){const _0x13f12a=TestDetails['getTestUUID'](_0x58b6c4[_0x2db8e6(0x26c)]),_0x4a3fe2=await _0x42261b[_0x2db8e6(0x28e)](sendPlatformDetails,global['__drivers'][0x0],_0x13f12a,!![]),_0x1b48d3={};_0x1b48d3[_0x2db8e6(0x288)]=_0x13f12a,_0x1b48d3[_0x2db8e6(0x1f8)]=_0x4a3fe2;const _0x57e711=_0x1b48d3,_0x38ad9c={};_0x38ad9c['event_type']=_0x42261b['McIqA'],_0x38ad9c[_0x2db8e6(0x20b)]=_0x57e711,await SessionHandler[_0x2db8e6(0x295)](_0x38ad9c);}}catch(_0x24dacf){logger[_0x2db8e6(0x24b)](_0x2db8e6(0x228)+util[_0x2db8e6(0x277)](_0x24dacf));}try{if(globals[_0x2db8e6(0x243)](_0x42261b[_0x2db8e6(0x200)])&&globals[_0x2db8e6(0x243)](_0x42261b[_0x2db8e6(0x250)])){logger['info'](_0x42261b[_0x2db8e6(0x26f)]);const _0x559ea8=TestDetails[_0x2db8e6(0x26d)](_0x58b6c4[_0x2db8e6(0x26c)]),_0x44bae2={};_0x44bae2[_0x2db8e6(0x297)]=_0x559ea8,_0x44bae2['thBuildUuid']=process[_0x2db8e6(0x291)][testHubConstants[_0x2db8e6(0x2a4)][_0x2db8e6(0x26e)]],_0x44bae2[_0x2db8e6(0x281)]=process[_0x2db8e6(0x291)][testHubConstants[_0x2db8e6(0x2a4)][_0x2db8e6(0x279)]];const _0x4a3966=_0x44bae2;logger[_0x2db8e6(0x24b)](_0x2db8e6(0x249)+JSON[_0x2db8e6(0x26b)](_0x4a3966)),logger[_0x2db8e6(0x24b)](_0x42261b['sSVEQ']),logger[_0x2db8e6(0x24b)](util[_0x2db8e6(0x277)](await global['__drivers'][0x0][_0x2db8e6(0x254)](scripts[_0x2db8e6(0x244)],{'method':global['browserstackSessionName']}))),await global[_0x2db8e6(0x2a1)][0x0][_0x2db8e6(0x254)](scripts[_0x2db8e6(0x258)],_0x4a3966),logger[_0x2db8e6(0x270)](_0x42261b[_0x2db8e6(0x266)]);}}catch(_0x4ef88a){logger[_0x2db8e6(0x239)](_0x2db8e6(0x227)+util['format']);}if(_0x5aea6c)try{global[_0x2db8e6(0x2a1)][0x0]&&_0x42261b[_0x2db8e6(0x251)](global[_0x2db8e6(0x2a1)][0x0][_0x2db8e6(0x21f)],0x0)&&await global[_0x2db8e6(0x2a1)][0x0]['initQuit']();}catch(_0x7ff900){logger[_0x2db8e6(0x24b)](_0x2db8e6(0x236)+_0x7ff900);}_0x42261b[_0x2db8e6(0x260)](_0x7c182);})[_0x4cb469(0x257)](()=>_0x454406());});const a9_0x2923fa={};a9_0x2923fa[a9_0x19a560(0x278)]='bstack',a9_0x2923fa[a9_0x19a560(0x25c)]=0x2710,AfterStep(a9_0x2923fa,function(_0x4f21d4,_0x2ac632){const _0x30f129=a9_0x19a560,_0x13c603={'VIeHF':function(_0x286c24,_0x1c018e){return _0x286c24===_0x1c018e;},'hdBcr':_0x30f129(0x235),'apVpg':function(_0xe3bc58,_0x54fd4f){return _0xe3bc58!==_0x54fd4f;},'DmkAC':function(_0x3cf78a,_0xd31b97,_0x5cce35){return _0x3cf78a(_0xd31b97,_0x5cce35);},'SpVCu':function(_0x509685,_0x1d8d27){return _0x509685+_0x1d8d27;},'zVyfg':function(_0x5ee386,_0x23a6d8){return _0x5ee386+_0x23a6d8;},'FGVZq':_0x30f129(0x218),'PdWgh':_0x30f129(0x1ff),'VCQZe':_0x30f129(0x239),'tCtEx':function(_0x10b4a5,_0xb108e7){return _0x10b4a5+_0xb108e7;},'tZnwW':function(_0x1f199c,_0x490545,_0x3a78ee){return _0x1f199c(_0x490545,_0x3a78ee);},'Ejggd':_0x30f129(0x221),'wlAyt':_0x30f129(0x270),'NQUdz':function(_0x190cf6,_0x285b50,_0x1bcc20){return _0x190cf6(_0x285b50,_0x1bcc20);},'Cvkoz':'Passed','nnfxk':function(_0x316545){return _0x316545();},'xBFdO':_0x30f129(0x256)};logger[_0x30f129(0x24b)](_0x13c603[_0x30f129(0x21d)]);const _0x27565b=async(_0x358a43,_0x9cb49b)=>{const _0x1c27a3=_0x30f129;await global['__drivers'][0x0]['executeScript'](_0x1c27a3(0x275)+_0x358a43+_0x1c27a3(0x28c)+_0x9cb49b+_0x1c27a3(0x284));};new Promise(async _0x3c83d8=>{const _0x4bf90d=_0x30f129;try{_0x13c603[_0x4bf90d(0x223)](_0x4f21d4[_0x4bf90d(0x203)][_0x4bf90d(0x204)]['toString']()[_0x4bf90d(0x23f)](),_0x13c603[_0x4bf90d(0x248)])||_0x13c603[_0x4bf90d(0x223)](_0x4f21d4[_0x4bf90d(0x203)][_0x4bf90d(0x204)][_0x4bf90d(0x28d)]()[_0x4bf90d(0x23f)](),'6')?(global[_0x4bf90d(0x24a)]=!![],global[_0x4bf90d(0x28f)][_0x4bf90d(0x220)](_0x4f21d4[_0x4bf90d(0x203)][_0x4bf90d(0x299)]),_0x13c603['apVpg'](_0x4f21d4[_0x4bf90d(0x1f6)],undefined)?await _0x13c603[_0x4bf90d(0x255)](_0x27565b,JSON['stringify'](_0x13c603[_0x4bf90d(0x210)](_0x13c603[_0x4bf90d(0x210)](_0x13c603['zVyfg'](_0x13c603['FGVZq'],'\x22'+_0x4f21d4[_0x4bf90d(0x1f6)]['text']+'\x22\x20'),_0x13c603[_0x4bf90d(0x205)]),_0x4f21d4[_0x4bf90d(0x203)]['message'])),_0x13c603['VCQZe']):await _0x13c603[_0x4bf90d(0x255)](_0x27565b,JSON[_0x4bf90d(0x26b)](_0x13c603['tCtEx'](_0x13c603[_0x4bf90d(0x24e)],_0x4f21d4['result']['message'])),_0x13c603[_0x4bf90d(0x294)])):_0x13c603[_0x4bf90d(0x234)](_0x4f21d4['pickleStep'],undefined)?await _0x13c603[_0x4bf90d(0x23d)](_0x27565b,JSON[_0x4bf90d(0x26b)](_0x13c603[_0x4bf90d(0x25f)](_0x13c603['Ejggd'],'\x22'+_0x4f21d4[_0x4bf90d(0x1f6)][_0x4bf90d(0x1fc)]+'\x22')),_0x13c603[_0x4bf90d(0x22f)]):await _0x13c603[_0x4bf90d(0x28a)](_0x27565b,JSON[_0x4bf90d(0x26b)](_0x13c603[_0x4bf90d(0x280)]),_0x13c603[_0x4bf90d(0x22f)]),global[_0x4bf90d(0x2a1)][0x0]['session_'][_0x4bf90d(0x25e)](_0x53847d=>{const _0x4d4f86=_0x4bf90d;logger[_0x4d4f86(0x24b)](_0x4d4f86(0x217)+_0x53847d['getId']());});}catch(_0x1e0b56){logger['debug'](_0x4bf90d(0x263)+_0x1e0b56);}_0x13c603[_0x4bf90d(0x20a)](_0x3c83d8);})[_0x30f129(0x257)](()=>_0x2ac632());});function a9_0x5a39(_0x27cb85,_0x5486ff){const _0x16d28a=a9_0x16d2();return a9_0x5a39=function(_0x5a3936,_0x18be87){_0x5a3936=_0x5a3936-0x1f3;let _0x3ade85=_0x16d28a[_0x5a3936];return _0x3ade85;},a9_0x5a39(_0x27cb85,_0x5486ff);}const a9_0x3a81c1={};a9_0x3a81c1['name']=a9_0x19a560(0x1fd),a9_0x3a81c1['timeout']=0x7530,AfterAll(a9_0x3a81c1,async function(_0xc07404,_0x3ca691){const _0x54d4d4=a9_0x19a560,_0x10bc90={'TxUpk':function(_0x18f14e){return _0x18f14e();},'WIdwy':_0x54d4d4(0x1fa)};logger[_0x54d4d4(0x24b)](_0x10bc90[_0x54d4d4(0x296)]),await new Promise(async _0x2e08a4=>{const _0x5bd958=_0x54d4d4;await RequestQueueHandler[_0x5bd958(0x253)]()[_0x5bd958(0x1f9)](),PerformanceTester[_0x5bd958(0x27b)](),await global['driverCleanup'](),_0x10bc90[_0x5bd958(0x2a0)](_0x2e08a4);});});
@@ -1 +1 @@
1
- const a10_0x3034e1=a10_0x28b3;(function(_0x35096e,_0x3062b6){const _0xfef33=a10_0x28b3,_0x534722=_0x35096e();while(!![]){try{const _0x503ca3=parseInt(_0xfef33(0x1e4))/0x1*(-parseInt(_0xfef33(0x1e5))/0x2)+parseInt(_0xfef33(0x1cf))/0x3*(-parseInt(_0xfef33(0x1e1))/0x4)+parseInt(_0xfef33(0x1f4))/0x5+-parseInt(_0xfef33(0x1df))/0x6*(parseInt(_0xfef33(0x1f2))/0x7)+-parseInt(_0xfef33(0x1e6))/0x8+-parseInt(_0xfef33(0x1d9))/0x9*(-parseInt(_0xfef33(0x1ca))/0xa)+-parseInt(_0xfef33(0x1e3))/0xb*(-parseInt(_0xfef33(0x1f0))/0xc);if(_0x503ca3===_0x3062b6)break;else _0x534722['push'](_0x534722['shift']());}catch(_0x52c214){_0x534722['push'](_0x534722['shift']());}}}(a10_0x5525,0x1afc0));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x3034e1(0x1fc)),setKeepAlive=require(a10_0x3034e1(0x1c6)),cucumberModule=requireModule(a10_0x3034e1(0x1d3),a10_0x3034e1(0x1fa)),logger=require(a10_0x3034e1(0x1e7))[a10_0x3034e1(0x1f1)];modifyCommand(),setKeepAlive();const Before=cucumberModule[a10_0x3034e1(0x1eb)],After=cucumberModule['After'],configuration=process[a10_0x3034e1(0x1ee)]['CONFIG'];function a10_0x28b3(_0x11bc23,_0x3ab37c){const _0x5525d3=a10_0x5525();return a10_0x28b3=function(_0x28b383,_0x30e478){_0x28b383=_0x28b383-0x1c4;let _0x2943e9=_0x5525d3[_0x28b383];return _0x2943e9;},a10_0x28b3(_0x11bc23,_0x3ab37c);}if(configuration!==undefined){const config=JSON[a10_0x3034e1(0x1fb)](configuration);isTrue(config['skipSessionName'])&&(global[a10_0x3034e1(0x1ea)]=!![]),global[a10_0x3034e1(0x1cb)]=isTrue(config[a10_0x3034e1(0x1dc)]),require(a10_0x3034e1(0x1d0))['browserstackAgentV2'](config),global[a10_0x3034e1(0x1c7)]=config['platformCaps']||{};}function a10_0x5525(){const _0x112693=['Auzhq','55GuXfWK','12516AxaZUn','16LIPAVZ','183408jeTpjf','../../helpers/logger','\x22}}','debug','__skipSessionName','Before','status','lVQwo','env','pickle','168624qBgZUu','winstonLogger','4823BpAvCk','timeout','1010115urhFqo','result','JEVHD','passed','then','__error_messages__','cucumber','parse','../../helpers/helper','toLowerCase','\x20|\x20','Inside\x20browserstack\x20Before','../../helpers/setKeepAlive','__platformCaps','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','name','303510DCMYpz','__skipSessionStatus','bstack','Error:\x20quiting\x20at\x20After:\x20','__timeout','283845ROhxTB','../../index','XVzGD','failed','cucumber/lib/index.js','MfYXO','TOOUm','morir','initQuit','session_','27MJkYwU','haWzB','qUvFA','skipSessionStatus','join','setDefaultTimeout','306ummMVc','__driver','4RSrMpf'];a10_0x5525=function(){return _0x112693;};return a10_0x5525();}global[a10_0x3034e1(0x1ce)]=0x0;const __setDefaultTimeout=cucumberModule[a10_0x3034e1(0x1de)];cucumberModule['setDefaultTimeout']=_0x4f2498=>{const _0x6d5d=a10_0x3034e1,_0x21e6ef={'Auzhq':function(_0x426020,_0x23360d){return _0x426020(_0x23360d);}};global[_0x6d5d(0x1ce)]=_0x4f2498,_0x21e6ef[_0x6d5d(0x1e2)](__setDefaultTimeout,_0x4f2498);};const a10_0x33e817={};a10_0x33e817['name']=a10_0x3034e1(0x1cc),Before(a10_0x33e817,function(){const _0x18d585=a10_0x3034e1,_0x3d0bfe={};_0x3d0bfe[_0x18d585(0x1d5)]=_0x18d585(0x1c5);const _0x43155d=_0x3d0bfe;logger[_0x18d585(0x1e9)](_0x43155d[_0x18d585(0x1d5)]),global[_0x18d585(0x1f9)]=[];});const a10_0x1384a1={};a10_0x1384a1[a10_0x3034e1(0x1c9)]=a10_0x3034e1(0x1cc),a10_0x1384a1[a10_0x3034e1(0x1f3)]=0x2710,After(a10_0x1384a1,function(_0x556d34,_0x327af4){const _0x269563=a10_0x3034e1,_0x418c12={'EiOiL':function(_0x1a17f2,_0x1390cb){return _0x1a17f2===_0x1390cb;},'qUvFA':_0x269563(0x1d2),'morir':function(_0x5abb51,_0x3b0400,_0x8d9a06,_0x5bf433){return _0x5abb51(_0x3b0400,_0x8d9a06,_0x5bf433);},'MfYXO':_0x269563(0x1c4),'lVQwo':function(_0x2118a3,_0x76a71a,_0x55f5e4){return _0x2118a3(_0x76a71a,_0x55f5e4);},'JEVHD':_0x269563(0x1f7),'haWzB':function(_0x59af89){return _0x59af89();},'rgcpk':function(_0x224443,_0x3b55c3){return _0x224443(_0x3b55c3);},'XVzGD':function(_0x1913b7){return _0x1913b7();},'mptCo':'Inside\x20browserstack\x20After'};logger[_0x269563(0x1e9)](_0x418c12['mptCo']),new Promise(async(_0x425446,_0x1635cb)=>{const _0x476d1b=_0x269563;let _0x4b7072=![];try{await global[_0x476d1b(0x1e0)][_0x476d1b(0x1d8)],_0x4b7072=!![],!global[_0x476d1b(0x1ea)]&&await global[_0x476d1b(0x1e0)]['executeScript'](_0x476d1b(0x1c8)+_0x556d34[_0x476d1b(0x1ef)][_0x476d1b(0x1c9)]+_0x476d1b(0x1e8)),_0x418c12['EiOiL'](_0x556d34[_0x476d1b(0x1f5)][_0x476d1b(0x1ec)][_0x476d1b(0x1fd)](),_0x418c12[_0x476d1b(0x1db)])?await _0x418c12[_0x476d1b(0x1d6)](markSessionStatus,global['__driver'],_0x418c12[_0x476d1b(0x1db)],global[_0x476d1b(0x1f9)][_0x476d1b(0x1dd)](_0x418c12[_0x476d1b(0x1d4)])):await _0x418c12[_0x476d1b(0x1ed)](markSessionStatus,global[_0x476d1b(0x1e0)],_0x418c12[_0x476d1b(0x1f6)]);}catch(_0x253c65){logger[_0x476d1b(0x1e9)]('Error:\x20setting\x20status\x20at\x20After:\x20'+_0x253c65);}if(_0x4b7072)try{await global['__driver'][_0x476d1b(0x1d7)](),_0x418c12[_0x476d1b(0x1da)](_0x425446);}catch(_0x19a510){logger[_0x476d1b(0x1e9)](_0x476d1b(0x1cd)+_0x19a510),_0x418c12['rgcpk'](_0x1635cb,_0x19a510);}else _0x418c12[_0x476d1b(0x1d1)](_0x1635cb);})[_0x269563(0x1f8)](()=>_0x327af4());});
1
+ const a10_0x41501a=a10_0x2b23;(function(_0x29647b,_0x503889){const _0x269ffe=a10_0x2b23,_0x55e686=_0x29647b();while(!![]){try{const _0x38e3b5=-parseInt(_0x269ffe(0x126))/0x1+-parseInt(_0x269ffe(0x11b))/0x2*(parseInt(_0x269ffe(0xf8))/0x3)+parseInt(_0x269ffe(0x10a))/0x4*(parseInt(_0x269ffe(0x108))/0x5)+-parseInt(_0x269ffe(0xf1))/0x6*(parseInt(_0x269ffe(0x107))/0x7)+-parseInt(_0x269ffe(0xfc))/0x8*(parseInt(_0x269ffe(0xf5))/0x9)+-parseInt(_0x269ffe(0xf4))/0xa*(-parseInt(_0x269ffe(0xf7))/0xb)+parseInt(_0x269ffe(0x119))/0xc;if(_0x38e3b5===_0x503889)break;else _0x55e686['push'](_0x55e686['shift']());}catch(_0x113f1b){_0x55e686['push'](_0x55e686['shift']());}}}(a10_0x138c,0x75b92));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x41501a(0x101)),setKeepAlive=require(a10_0x41501a(0xfe)),cucumberModule=requireModule(a10_0x41501a(0xfb),a10_0x41501a(0x121)),logger=require(a10_0x41501a(0x112))['winstonLogger'];modifyCommand(),setKeepAlive();const Before=cucumberModule[a10_0x41501a(0xfa)],After=cucumberModule['After'],configuration=process[a10_0x41501a(0x106)][a10_0x41501a(0x105)];function a10_0x2b23(_0x30499f,_0x58ea3d){const _0x138cb8=a10_0x138c();return a10_0x2b23=function(_0x2b2353,_0x2e82da){_0x2b2353=_0x2b2353-0xef;let _0x501c51=_0x138cb8[_0x2b2353];return _0x501c51;},a10_0x2b23(_0x30499f,_0x58ea3d);}if(configuration!==undefined){const config=JSON[a10_0x41501a(0x10e)](configuration);isTrue(config[a10_0x41501a(0x123)])&&(global[a10_0x41501a(0x117)]=!![]),global['__skipSessionStatus']=isTrue(config[a10_0x41501a(0x11c)]),require(a10_0x41501a(0xf3))[a10_0x41501a(0x127)](config),global[a10_0x41501a(0x102)]=config[a10_0x41501a(0xef)]||{};}global[a10_0x41501a(0x10b)]=0x0;const __setDefaultTimeout=cucumberModule['setDefaultTimeout'];cucumberModule[a10_0x41501a(0x11d)]=_0x307401=>{const _0x1dfda3=a10_0x41501a,_0xb0c790={'dWYIQ':function(_0x19ad3e,_0x122b2a){return _0x19ad3e(_0x122b2a);}};global[_0x1dfda3(0x10b)]=_0x307401,_0xb0c790[_0x1dfda3(0xf6)](__setDefaultTimeout,_0x307401);};const a10_0x1fd8e4={};a10_0x1fd8e4[a10_0x41501a(0x11e)]='bstack',Before(a10_0x1fd8e4,function(){const _0x360184=a10_0x41501a,_0x446225={};_0x446225[_0x360184(0x100)]=_0x360184(0xff);const _0x442697=_0x446225;logger[_0x360184(0x114)](_0x442697[_0x360184(0x100)]),global['__error_messages__']=[];});const a10_0x43b24a={};function a10_0x138c(){const _0xaa5d8d=['failed','passed','cucumber','__error_messages__','skipSessionName','cZsKj','status','647116QHqztT','browserstackAgentV2','nlmuw','toLowerCase','Error:\x20quiting\x20at\x20After:\x20','platformCaps','\x20|\x20','18CGEHuH','timeout','../../index','90tSqYJq','87012opVlIi','dWYIQ','1174954ztLdXk','831609XRauGk','fPoGm','Before','cucumber/lib/index.js','320xnzuaq','then','../../helpers/setKeepAlive','Inside\x20browserstack\x20Before','mydGE','../../helpers/helper','__platformCaps','mnQOm','BJqZh','CONFIG','env','140791NMeRaq','287645dZcozA','Error:\x20setting\x20status\x20at\x20After:\x20','4rgxAGL','__timeout','MSGnX','executeScript','parse','TKtpK','kcjoR','session_','../../helpers/logger','\x22}}','debug','bstack','__driver','__skipSessionName','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','16669476ehqKPE','initQuit','6MpBSSD','skipSessionStatus','setDefaultTimeout','name'];a10_0x138c=function(){return _0xaa5d8d;};return a10_0x138c();}a10_0x43b24a[a10_0x41501a(0x11e)]=a10_0x41501a(0x115),a10_0x43b24a[a10_0x41501a(0xf2)]=0x2710,After(a10_0x43b24a,function(_0x4c5ba6,_0x200ec4){const _0x3a4a33=a10_0x41501a,_0x5e7578={'TKtpK':function(_0x241047,_0x40aca5){return _0x241047===_0x40aca5;},'cZsKj':_0x3a4a33(0x11f),'kcjoR':function(_0x5eefaa,_0x2d27b3,_0x1d5089,_0x4b0c1c){return _0x5eefaa(_0x2d27b3,_0x1d5089,_0x4b0c1c);},'fPoGm':_0x3a4a33(0xf0),'mnQOm':function(_0x52f873,_0x56549b,_0x32bd31){return _0x52f873(_0x56549b,_0x32bd31);},'nlmuw':_0x3a4a33(0x120),'BJqZh':function(_0x458854){return _0x458854();},'MSGnX':function(_0x5c83a0,_0x5b5e6c){return _0x5c83a0(_0x5b5e6c);},'rhqGI':'Inside\x20browserstack\x20After'};logger[_0x3a4a33(0x114)](_0x5e7578['rhqGI']),new Promise(async(_0x4db409,_0x288953)=>{const _0x41fa5f=_0x3a4a33;let _0x4f93c6=![];try{await global['__driver'][_0x41fa5f(0x111)],_0x4f93c6=!![],!global[_0x41fa5f(0x117)]&&await global[_0x41fa5f(0x116)][_0x41fa5f(0x10d)](_0x41fa5f(0x118)+_0x4c5ba6['pickle'][_0x41fa5f(0x11e)]+_0x41fa5f(0x113)),_0x5e7578[_0x41fa5f(0x10f)](_0x4c5ba6['result'][_0x41fa5f(0x125)][_0x41fa5f(0x129)](),_0x5e7578[_0x41fa5f(0x124)])?await _0x5e7578[_0x41fa5f(0x110)](markSessionStatus,global[_0x41fa5f(0x116)],_0x5e7578[_0x41fa5f(0x124)],global[_0x41fa5f(0x122)]['join'](_0x5e7578[_0x41fa5f(0xf9)])):await _0x5e7578[_0x41fa5f(0x103)](markSessionStatus,global[_0x41fa5f(0x116)],_0x5e7578[_0x41fa5f(0x128)]);}catch(_0x5c82ea){logger[_0x41fa5f(0x114)](_0x41fa5f(0x109)+_0x5c82ea);}if(_0x4f93c6)try{await global[_0x41fa5f(0x116)][_0x41fa5f(0x11a)](),_0x5e7578[_0x41fa5f(0x104)](_0x4db409);}catch(_0x1dd932){logger[_0x41fa5f(0x114)](_0x41fa5f(0x12a)+_0x1dd932),_0x5e7578[_0x41fa5f(0x10c)](_0x288953,_0x1dd932);}else _0x5e7578[_0x41fa5f(0x104)](_0x288953);})[_0x3a4a33(0xfd)](()=>_0x200ec4());});
@@ -1 +1 @@
1
- const a11_0x279517=a11_0x5f2c;(function(_0x11f715,_0x549c98){const _0x327fca=a11_0x5f2c,_0xad16a3=_0x11f715();while(!![]){try{const _0x4e91de=parseInt(_0x327fca(0x10f))/0x1+-parseInt(_0x327fca(0x10c))/0x2+parseInt(_0x327fca(0x113))/0x3*(parseInt(_0x327fca(0x119))/0x4)+-parseInt(_0x327fca(0x10d))/0x5*(-parseInt(_0x327fca(0x10e))/0x6)+-parseInt(_0x327fca(0x117))/0x7+parseInt(_0x327fca(0x110))/0x8+parseInt(_0x327fca(0x118))/0x9*(-parseInt(_0x327fca(0x10a))/0xa);if(_0x4e91de===_0x549c98)break;else _0xad16a3['push'](_0xad16a3['shift']());}catch(_0x1d8d8a){_0xad16a3['push'](_0xad16a3['shift']());}}}(a11_0x4b78,0x9e219));const {requireModule}=require(a11_0x279517(0x112)),constants=require(a11_0x279517(0x115));;function a11_0x5f2c(_0x188c69,_0x3f0e91){const _0x4b78a9=a11_0x4b78();return a11_0x5f2c=function(_0x5f2cb7,_0x448c44){_0x5f2cb7=_0x5f2cb7-0x10a;let _0x22b2ed=_0x4b78a9[_0x5f2cb7];return _0x22b2ed;},a11_0x5f2c(_0x188c69,_0x3f0e91);}let cucumberModule=null;function a11_0x4b78(){const _0x42571f=['../../helpers/helper','233151ttqIYR','cucumber/lib/index.js','../utils/constants','BSTACK_DELTA','6332907COwEWT','7127361BIrBrl','52nsYYwh','10hjsQge','__timeout','2203718zPDrxc','64410HxpBwF','144PHvyPo','907840Oceaye','9750920CohFet','@cucumber/cucumber'];a11_0x4b78=function(){return _0x42571f;};return a11_0x4b78();}try{cucumberModule=requireModule('@cucumber/cucumber/lib/index.js',a11_0x279517(0x111));}catch(a11_0x1b6a2e){cucumberModule=requireModule(a11_0x279517(0x114),'cucumber');}cucumberModule['setDefaultTimeout'](constants[a11_0x279517(0x116)]+global[a11_0x279517(0x10b)]*0x1);
1
+ const a11_0x163813=a11_0x45ac;(function(_0x383138,_0x2d8272){const _0x54bc91=a11_0x45ac,_0x2bbc88=_0x383138();while(!![]){try{const _0x28f1ed=-parseInt(_0x54bc91(0x18d))/0x1*(parseInt(_0x54bc91(0x183))/0x2)+-parseInt(_0x54bc91(0x17f))/0x3+parseInt(_0x54bc91(0x18e))/0x4*(parseInt(_0x54bc91(0x188))/0x5)+-parseInt(_0x54bc91(0x18c))/0x6*(-parseInt(_0x54bc91(0x185))/0x7)+parseInt(_0x54bc91(0x189))/0x8*(-parseInt(_0x54bc91(0x18a))/0x9)+-parseInt(_0x54bc91(0x17c))/0xa+parseInt(_0x54bc91(0x184))/0xb;if(_0x28f1ed===_0x2d8272)break;else _0x2bbc88['push'](_0x2bbc88['shift']());}catch(_0x195255){_0x2bbc88['push'](_0x2bbc88['shift']());}}}(a11_0x1bd9,0x234ad));const {requireModule}=require(a11_0x163813(0x180)),constants=require(a11_0x163813(0x18b));;let cucumberModule=null;try{cucumberModule=requireModule(a11_0x163813(0x187),a11_0x163813(0x17d));}catch(a11_0x39f3cb){cucumberModule=requireModule(a11_0x163813(0x186),a11_0x163813(0x17e));}function a11_0x1bd9(){const _0x5800e1=['574BiIwIn','cucumber/lib/index.js','@cucumber/cucumber/lib/index.js','221645ovucnJ','4176zLygLA','4023eTCoYC','../utils/constants','3234BuYdts','2ejMHts','4bccrry','2713360QejJzm','@cucumber/cucumber','cucumber','126000DZsDrz','../../helpers/helper','BSTACK_DELTA','setDefaultTimeout','208068OyENTW','8918448RhsXtw'];a11_0x1bd9=function(){return _0x5800e1;};return a11_0x1bd9();}function a11_0x45ac(_0x5501bb,_0x496939){const _0x1bd91a=a11_0x1bd9();return a11_0x45ac=function(_0x45ac83,_0x40b291){_0x45ac83=_0x45ac83-0x17c;let _0x4c89d4=_0x1bd91a[_0x45ac83];return _0x4c89d4;},a11_0x45ac(_0x5501bb,_0x496939);}cucumberModule[a11_0x163813(0x182)](constants[a11_0x163813(0x181)]+global['__timeout']*0x1);
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a12_0x22b906=a12_0x8993;function a12_0x360a(){const _0x59b464=['hosts','undefined','peUnn','Integration\x20hosts\x20missing.','JuZVN','517033cIBbKC','443','localIdentifier','bstackAccesskey','options','usage','winstonLogger','JPATk','https','4239513aXmZBK','url','41986rTCpka','setupBrowserstackLocal','tgdsY','accessKey','66LjsbVZ','footer','every','info','tsYQa','LDWsI','demandCommand','Hosts\x20not\x20valid','split','protocol','vMSYm','4102450zudQBY','setProxySettings','help','browserStackLocalOptions','30YzSkkQ','trim','browserstackLocal','only','7696344NXFKgF','CFJah','integrations','connect','bstack-accesskey','describe','GxjMx','1806DpxrPN','config','error','../../helpers/helper','uqzvM','80iQNStc','hostname','BrowserStack\x20access\x20key\x20missing.','type','root','dzwCD','map','YZUgy','360416eYHLiz','Connection\x20established\x20successfully.','Failed\x20to\x20establish\x20connection.','command','PcOoZ','nPlYE','FYdLI','epilogue','https:','demandOption','./constants','integrations-repeater','missing','4852EJrSJL'];a12_0x360a=function(){return _0x59b464;};return a12_0x360a();}function a12_0x8993(_0x2272b8,_0x1246e1){const _0x360a1b=a12_0x360a();return a12_0x8993=function(_0x899393,_0x1cc2bb){_0x899393=_0x899393-0xba;let _0x4d214f=_0x360a1b[_0x899393];return _0x4d214f;},a12_0x8993(_0x2272b8,_0x1246e1);}(function(_0x44f37a,_0x4600a5){const _0xa53719=a12_0x8993,_0x509161=_0x44f37a();while(!![]){try{const _0x4690e6=parseInt(_0xa53719(0xee))/0x1*(-parseInt(_0xa53719(0x101))/0x2)+parseInt(_0xa53719(0xc3))/0x3*(parseInt(_0xa53719(0xdd))/0x4)+parseInt(_0xa53719(0xfd))/0x5+-parseInt(_0xa53719(0xf2))/0x6*(-parseInt(_0xa53719(0xd0))/0x7)+-parseInt(_0xa53719(0xbc))/0x8+parseInt(_0xa53719(0xec))/0x9+parseInt(_0xa53719(0xc8))/0xa*(-parseInt(_0xa53719(0xe3))/0xb);if(_0x4690e6===_0x4600a5)break;else _0x509161['push'](_0x509161['shift']());}catch(_0x3568a5){_0x509161['push'](_0x509161['shift']());}}}(a12_0x360a,0x976fc));const {default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),logger=require('../../helpers/logger')[a12_0x22b906(0xe9)],{URL}=require(a12_0x22b906(0xed)),helper=require(a12_0x22b906(0xc6)),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x22b906(0xda)),validHosts=function(_0x27d636){const _0x36548b=a12_0x22b906;return _0x27d636[_0x36548b(0xfa)](',')[_0x36548b(0xf4)](_0x12622d=>{const _0x4bbdd1=_0x36548b;try{new URL(_0x12622d[_0x4bbdd1(0x102)]());}catch(_0x3ad5a5){return![];}return!![];});},parseOnPremHosts=function(_0x29d1c7){const _0x3a801f=a12_0x22b906,_0x469516={};_0x469516['GxjMx']=function(_0x27d300,_0x3a0386){return _0x27d300===_0x3a0386;},_0x469516['nPlYE']=_0x3a801f(0xd8),_0x469516[_0x3a801f(0xd4)]=_0x3a801f(0xe4),_0x469516[_0x3a801f(0xf7)]=_0x3a801f(0xeb);const _0x2a8b95=_0x469516;return _0x29d1c7[_0x3a801f(0xfa)](',')[_0x3a801f(0xce)](_0x4f5202=>{const _0x56463b=_0x3a801f,_0x2b96e1=new URL(_0x4f5202['trim']()),_0x5165ec=_0x2b96e1[_0x56463b(0xc9)],_0x3a94af=_0x2b96e1['port']||(_0x2a8b95['GxjMx'](_0x2b96e1[_0x56463b(0xfb)],_0x2a8b95[_0x56463b(0xd5)])?_0x2a8b95['PcOoZ']:'80'),_0x384f70=_0x2b96e1[_0x56463b(0xfb)]['replace'](':',''),_0x5bdaaf=_0x2a8b95[_0x56463b(0xc2)](_0x384f70,_0x2a8b95[_0x56463b(0xf7)])?0x1:0x0;return _0x5165ec+','+_0x3a94af+','+_0x5bdaaf;});},connectCommandBuilder=function(_0x10efa7){const _0x286033=a12_0x22b906,_0x18a986={};_0x18a986['tgdsY']='string';const _0x157714=_0x18a986,_0x4b2c13={};_0x4b2c13[_0x286033(0xc1)]=HELP_MESSAGES['options']['bstackAccessKey'],_0x4b2c13['type']=_0x157714[_0x286033(0xf0)];const _0x442478={};_0x442478[_0x286033(0xc1)]=HELP_MESSAGES[_0x286033(0xe7)]['hosts'],_0x442478[_0x286033(0xcb)]=_0x157714[_0x286033(0xf0)],_0x442478[_0x286033(0xd9)]=!![];const _0x5ca6de={};return _0x5ca6de[_0x286033(0xc0)]=_0x4b2c13,_0x5ca6de[_0x286033(0xde)]=_0x442478,_0x10efa7[_0x286033(0xe7)](_0x5ca6de);},connectCommandHandler=async function(_0x1fe441){const _0x487339=a12_0x22b906,_0x2b1083={'OzBye':_0x487339(0xbe),'SgKfw':function(_0x1be06b,_0x6fee9a){return _0x1be06b===_0x6fee9a;},'tsYQa':_0x487339(0xdf),'uqzvM':_0x487339(0xca),'dzwCD':function(_0x32cc6e,_0x220acb){return _0x32cc6e===_0x220acb;},'JuZVN':_0x487339(0xe1),'peUnn':function(_0x95d7c8,_0x5f3bb6){return _0x95d7c8(_0x5f3bb6);},'YZUgy':_0x487339(0xf9),'GwkOG':_0x487339(0xdb),'vMSYm':_0x487339(0xd1),'CFJah':_0x487339(0xd2)};try{const _0x13a36f=new BrowserStackSetup(_0x1fe441,_0x2b1083['OzBye']);_0x1fe441['bstackAccesskey']&&(_0x13a36f[_0x487339(0xc4)]['accessKey']=_0x1fe441[_0x487339(0xe6)]);if(_0x2b1083['SgKfw'](typeof _0x13a36f[_0x487339(0xc4)][_0x487339(0xf1)],_0x2b1083[_0x487339(0xf6)])){logger['error'](_0x2b1083[_0x487339(0xc7)]);throw new Error(ERROR_MESSAGES['bstackAccessKey']['missing']);}const _0xc1a2cb=_0x1fe441['hosts'];if(_0x2b1083[_0x487339(0xcd)](typeof _0xc1a2cb,_0x2b1083[_0x487339(0xf6)])){logger[_0x487339(0xc5)](_0x2b1083[_0x487339(0xe2)]);throw new Error(ERROR_MESSAGES[_0x487339(0xde)][_0x487339(0xdc)]);}if(!_0x2b1083[_0x487339(0xe0)](validHosts,_0xc1a2cb)){logger['error'](_0x2b1083[_0x487339(0xcf)]);throw new Error(ERROR_MESSAGES['hosts']['invalid']);}const _0x3283f3=_0x2b1083[_0x487339(0xe0)](parseOnPremHosts,_0xc1a2cb);_0x13a36f[_0x487339(0xc4)][_0x487339(0xba)]=!![],_0x13a36f['config'][_0x487339(0x100)][_0x487339(0xe5)]=_0x2b1083['GwkOG'],_0x13a36f[_0x487339(0xc4)][_0x487339(0x100)][_0x487339(0xbb)]=_0x3283f3['join'](','),helper[_0x487339(0xfe)](_0x13a36f[_0x487339(0xc4)]),await _0x13a36f[_0x487339(0xef)](),logger[_0x487339(0xf5)](_0x2b1083[_0x487339(0xfc)]);}catch(_0x38f26b){logger[_0x487339(0xc5)](_0x2b1083[_0x487339(0xbd)]);throw new Error(_0x38f26b['toString']());}};function run(_0x36947b){const _0x486676=a12_0x22b906,_0xe85361={};_0xe85361[_0x486676(0xd6)]=_0x486676(0xbf),_0xe85361[_0x486676(0xea)]=_0x486676(0xff);const _0x3a6994=_0xe85361;_0x36947b[_0x486676(0xe8)](HELP_MESSAGES[_0x486676(0xd3)][_0x486676(0xcc)])[_0x486676(0xd3)](_0x3a6994[_0x486676(0xd6)],HELP_MESSAGES[_0x486676(0xd3)]['connect'],connectCommandBuilder,connectCommandHandler)[_0x486676(0xf8)]()[_0x486676(0xff)](_0x3a6994[_0x486676(0xea)])[_0x486676(0xd7)](HELP_MESSAGES[_0x486676(0xd3)][_0x486676(0xf3)]);}module['exports']=run;
2
+ 'use strict';function a12_0x4f6f(){const _0x3c8c3a=['error','./constants','WcNUn','describe','connect','string','Hosts\x20not\x20valid','hostname','browserStackLocalOptions','2523455nHOtbD','2AWyduZ','75DnEzaX','BrowserStack\x20access\x20key\x20missing.','../../helpers/BrowserStackSetup','guVQQ','94236pJNUXZ','options','bstack-accesskey','585954JxlsFf','protocol','ILEpB','every','eoEKP','632olFlIX','toString','info','winstonLogger','16272weLmNd','split','config','bstackAccessKey','50850kEaffU','missing','../../helpers/logger','Connection\x20established\x20successfully.','port','HVXNI','YdVIj','3TeyavC','eVWgM','undefined','help','Failed\x20to\x20establish\x20connection.','20rJlYgv','map','localIdentifier','https:','accessKey','bwDwm','bstackAccesskey','usage','https','wqyXf','replace','cDudH','hosts','8047iuIWEN','JyWuk','kQZuq','../../helpers/helper','10514AlrCCl','nCbke','command','289256krfiwH','browserstackLocal','invalid','trim','demandCommand','443','type','exports','join'];a12_0x4f6f=function(){return _0x3c8c3a;};return a12_0x4f6f();}const a12_0x28287e=a12_0x4591;(function(_0x7422d3,_0x49ea1f){const _0xd7ce73=a12_0x4591,_0x403d14=_0x7422d3();while(!![]){try{const _0x345525=-parseInt(_0xd7ce73(0x1f5))/0x1*(parseInt(_0xd7ce73(0x1e2))/0x2)+-parseInt(_0xd7ce73(0x1c9))/0x3*(parseInt(_0xd7ce73(0x1fa))/0x4)+-parseInt(_0xd7ce73(0x1f6))/0x5*(-parseInt(_0xd7ce73(0x1c2))/0x6)+-parseInt(_0xd7ce73(0x1df))/0x7*(parseInt(_0xd7ce73(0x202))/0x8)+-parseInt(_0xd7ce73(0x1fd))/0x9*(parseInt(_0xd7ce73(0x1ce))/0xa)+-parseInt(_0xd7ce73(0x1f4))/0xb+parseInt(_0xd7ce73(0x1be))/0xc*(parseInt(_0xd7ce73(0x1db))/0xd);if(_0x345525===_0x49ea1f)break;else _0x403d14['push'](_0x403d14['shift']());}catch(_0x597942){_0x403d14['push'](_0x403d14['shift']());}}}(a12_0x4f6f,0x2ad27));function a12_0x4591(_0x577358,_0xf76b03){const _0x4f6fcf=a12_0x4f6f();return a12_0x4591=function(_0x4591fb,_0x2296ec){_0x4591fb=_0x4591fb-0x1bb;let _0x3a0e54=_0x4f6fcf[_0x4591fb];return _0x3a0e54;},a12_0x4591(_0x577358,_0xf76b03);}const {default:BrowserStackSetup}=require(a12_0x28287e(0x1f8)),logger=require(a12_0x28287e(0x1c4))[a12_0x28287e(0x1bd)],{URL}=require('url'),helper=require(a12_0x28287e(0x1de)),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x28287e(0x1ec)),validHosts=function(_0x15e3a1){const _0x350c64=a12_0x28287e;return _0x15e3a1['split'](',')[_0x350c64(0x200)](_0x1b84fd=>{const _0x435eb8=_0x350c64;try{new URL(_0x1b84fd[_0x435eb8(0x1e5)]());}catch(_0xac2d38){return![];}return!![];});},parseOnPremHosts=function(_0x40463f){const _0x472659=a12_0x28287e,_0x3fad03={};_0x3fad03[_0x472659(0x1ed)]=function(_0x2c6d58,_0x3eed30){return _0x2c6d58===_0x3eed30;},_0x3fad03[_0x472659(0x1d7)]=_0x472659(0x1d1),_0x3fad03[_0x472659(0x1c7)]=_0x472659(0x1e7),_0x3fad03['gFWmT']=_0x472659(0x1d6);const _0x1273cc=_0x3fad03;return _0x40463f[_0x472659(0x1bf)](',')[_0x472659(0x1cf)](_0x174795=>{const _0x4e3209=_0x472659,_0xe4a264=new URL(_0x174795[_0x4e3209(0x1e5)]()),_0x1c039b=_0xe4a264[_0x4e3209(0x1f2)],_0x391c1b=_0xe4a264[_0x4e3209(0x1c6)]||(_0x1273cc[_0x4e3209(0x1ed)](_0xe4a264['protocol'],_0x1273cc[_0x4e3209(0x1d7)])?_0x1273cc[_0x4e3209(0x1c7)]:'80'),_0x2aaca3=_0xe4a264[_0x4e3209(0x1fe)][_0x4e3209(0x1d8)](':',''),_0x5ce0a4=_0x1273cc[_0x4e3209(0x1ed)](_0x2aaca3,_0x1273cc['gFWmT'])?0x1:0x0;return _0x1c039b+','+_0x391c1b+','+_0x5ce0a4;});},connectCommandBuilder=function(_0x20360c){const _0x5ac836=a12_0x28287e,_0x100c73={};_0x100c73[_0x5ac836(0x1e0)]=_0x5ac836(0x1f0);const _0x2c6c6c=_0x100c73,_0x21d9a4={};_0x21d9a4[_0x5ac836(0x1ee)]=HELP_MESSAGES[_0x5ac836(0x1fb)]['bstackAccessKey'],_0x21d9a4[_0x5ac836(0x1e8)]=_0x2c6c6c[_0x5ac836(0x1e0)];const _0x791636={};_0x791636['describe']=HELP_MESSAGES['options'][_0x5ac836(0x1da)],_0x791636[_0x5ac836(0x1e8)]=_0x2c6c6c['nCbke'],_0x791636['demandOption']=!![];const _0xf865b9={};return _0xf865b9[_0x5ac836(0x1fc)]=_0x21d9a4,_0xf865b9['hosts']=_0x791636,_0x20360c[_0x5ac836(0x1fb)](_0xf865b9);},connectCommandHandler=async function(_0x334dfc){const _0x2f1fe2=a12_0x28287e,_0x4581a7={'wESch':'integrations','eVWgM':function(_0x5a5a84,_0x32a8f1){return _0x5a5a84===_0x32a8f1;},'YdVIj':_0x2f1fe2(0x1cb),'JyWuk':_0x2f1fe2(0x1f7),'MZexR':'Integration\x20hosts\x20missing.','kQZuq':function(_0x57f75f,_0x2f88cd){return _0x57f75f(_0x2f88cd);},'mHudp':_0x2f1fe2(0x1f1),'guVQQ':function(_0x3f6570,_0x131241){return _0x3f6570(_0x131241);},'cDudH':'integrations-repeater','ILEpB':_0x2f1fe2(0x1c5),'CnBsw':_0x2f1fe2(0x1cd)};try{const _0xf36c47=new BrowserStackSetup(_0x334dfc,_0x4581a7['wESch']);_0x334dfc[_0x2f1fe2(0x1d4)]&&(_0xf36c47['config'][_0x2f1fe2(0x1d2)]=_0x334dfc[_0x2f1fe2(0x1d4)]);if(_0x4581a7[_0x2f1fe2(0x1ca)](typeof _0xf36c47[_0x2f1fe2(0x1c0)]['accessKey'],_0x4581a7[_0x2f1fe2(0x1c8)])){logger[_0x2f1fe2(0x1eb)](_0x4581a7[_0x2f1fe2(0x1dc)]);throw new Error(ERROR_MESSAGES[_0x2f1fe2(0x1c1)][_0x2f1fe2(0x1c3)]);}const _0xbfd027=_0x334dfc[_0x2f1fe2(0x1da)];if(_0x4581a7[_0x2f1fe2(0x1ca)](typeof _0xbfd027,_0x4581a7[_0x2f1fe2(0x1c8)])){logger['error'](_0x4581a7['MZexR']);throw new Error(ERROR_MESSAGES['hosts']['missing']);}if(!_0x4581a7[_0x2f1fe2(0x1dd)](validHosts,_0xbfd027)){logger['error'](_0x4581a7['mHudp']);throw new Error(ERROR_MESSAGES[_0x2f1fe2(0x1da)][_0x2f1fe2(0x1e4)]);}const _0xf67084=_0x4581a7[_0x2f1fe2(0x1f9)](parseOnPremHosts,_0xbfd027);_0xf36c47[_0x2f1fe2(0x1c0)][_0x2f1fe2(0x1e3)]=!![],_0xf36c47['config'][_0x2f1fe2(0x1f3)][_0x2f1fe2(0x1d0)]=_0x4581a7[_0x2f1fe2(0x1d9)],_0xf36c47[_0x2f1fe2(0x1c0)][_0x2f1fe2(0x1f3)]['only']=_0xf67084[_0x2f1fe2(0x1ea)](','),helper['setProxySettings'](_0xf36c47['config']),await _0xf36c47['setupBrowserstackLocal'](),logger[_0x2f1fe2(0x1bc)](_0x4581a7[_0x2f1fe2(0x1ff)]);}catch(_0x372953){logger[_0x2f1fe2(0x1eb)](_0x4581a7['CnBsw']);throw new Error(_0x372953[_0x2f1fe2(0x1bb)]());}};function run(_0x3653ff){const _0x50fcdb=a12_0x28287e,_0x2a2cd3={};_0x2a2cd3['bwDwm']=_0x50fcdb(0x1ef),_0x2a2cd3[_0x50fcdb(0x201)]=_0x50fcdb(0x1cc);const _0xa7a475=_0x2a2cd3;_0x3653ff[_0x50fcdb(0x1d5)](HELP_MESSAGES[_0x50fcdb(0x1e1)]['root'])[_0x50fcdb(0x1e1)](_0xa7a475[_0x50fcdb(0x1d3)],HELP_MESSAGES[_0x50fcdb(0x1e1)]['connect'],connectCommandBuilder,connectCommandHandler)[_0x50fcdb(0x1e6)]()[_0x50fcdb(0x1cc)](_0xa7a475[_0x50fcdb(0x201)])['epilogue'](HELP_MESSAGES[_0x50fcdb(0x1e1)]['footer']);}module[a12_0x28287e(0x1e9)]=run;
@@ -1 +1 @@
1
- var a13_0xeb74da=a13_0x445f;(function(_0x3b8dd4,_0x16305f){var _0x3086fe=a13_0x445f,_0x491cfe=_0x3b8dd4();while(!![]){try{var _0x565fed=parseInt(_0x3086fe(0xf3))/0x1+parseInt(_0x3086fe(0xe1))/0x2+parseInt(_0x3086fe(0xe8))/0x3*(-parseInt(_0x3086fe(0xe7))/0x4)+-parseInt(_0x3086fe(0xec))/0x5*(parseInt(_0x3086fe(0xdb))/0x6)+-parseInt(_0x3086fe(0xe6))/0x7+-parseInt(_0x3086fe(0xeb))/0x8*(parseInt(_0x3086fe(0xf4))/0x9)+parseInt(_0x3086fe(0xed))/0xa*(parseInt(_0x3086fe(0xe0))/0xb);if(_0x565fed===_0x16305f)break;else _0x491cfe['push'](_0x491cfe['shift']());}catch(_0x104c0d){_0x491cfe['push'](_0x491cfe['shift']());}}}(a13_0x1d32,0x35add));var a13_0x408661={};a13_0x408661['bstackAccessKey']=a13_0xeb74da(0xee),a13_0x408661[a13_0xeb74da(0xf1)]='This\x20option\x20allows\x20you\x20to\x20provide\x20additional\x20configuration\x20specific\x20to\x20your\x20environment.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.';var a13_0x52d76f={};a13_0x52d76f[a13_0xeb74da(0xea)]=a13_0xeb74da(0xe2),a13_0x52d76f['connect']=a13_0xeb74da(0xf5),a13_0x52d76f[a13_0xeb74da(0xef)]=a13_0xeb74da(0xe4);var a13_0x16a0aa={};function a13_0x1d32(){var _0x322b6d=['Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','options','483224XHwcMp','463084gdQEJz','3YqCxnM','Integration\x20hosts\x20are\x20not\x20in\x20the\x20right\x20format.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','root','1464vqBLwA','1619855TuPpqY','5571770GIajsW','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','footer','invalid','hosts','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','310493NunkPA','20997uJmsJo','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','ERROR_MESSAGES','6jDQqpr','bstackAccessKey','HELP_MESSAGES','command','missing','11VlMzLN','575824RmleDm'];a13_0x1d32=function(){return _0x322b6d;};return a13_0x1d32();}a13_0x16a0aa[a13_0xeb74da(0xe5)]=a13_0x408661,a13_0x16a0aa[a13_0xeb74da(0xde)]=a13_0x52d76f,exports[a13_0xeb74da(0xdd)]=a13_0x16a0aa;var a13_0x3e84b6={};a13_0x3e84b6[a13_0xeb74da(0xdf)]=a13_0xeb74da(0xf2);function a13_0x445f(_0x2d95b2,_0x3f3162){var _0x1d326f=a13_0x1d32();return a13_0x445f=function(_0x445f45,_0x10c671){_0x445f45=_0x445f45-0xda;var _0x30431c=_0x1d326f[_0x445f45];return _0x30431c;},a13_0x445f(_0x2d95b2,_0x3f3162);}var a13_0x5e988b={};a13_0x5e988b['missing']=a13_0xeb74da(0xe3),a13_0x5e988b[a13_0xeb74da(0xf0)]=a13_0xeb74da(0xe9);var a13_0x431a48={};a13_0x431a48[a13_0xeb74da(0xdc)]=a13_0x3e84b6,a13_0x431a48[a13_0xeb74da(0xf1)]=a13_0x5e988b,exports[a13_0xeb74da(0xda)]=a13_0x431a48;
1
+ var a13_0x5ecfb0=a13_0x11b2;(function(_0x532fed,_0x4bdd4f){var _0x51aa2=a13_0x11b2,_0x4d33ce=_0x532fed();while(!![]){try{var _0x2df621=parseInt(_0x51aa2(0x92))/0x1+-parseInt(_0x51aa2(0xa0))/0x2+parseInt(_0x51aa2(0x8f))/0x3*(parseInt(_0x51aa2(0x97))/0x4)+parseInt(_0x51aa2(0x94))/0x5*(-parseInt(_0x51aa2(0xa5))/0x6)+parseInt(_0x51aa2(0x9f))/0x7+parseInt(_0x51aa2(0x9a))/0x8*(-parseInt(_0x51aa2(0x95))/0x9)+parseInt(_0x51aa2(0x98))/0xa;if(_0x2df621===_0x4bdd4f)break;else _0x4d33ce['push'](_0x4d33ce['shift']());}catch(_0x538aa2){_0x4d33ce['push'](_0x4d33ce['shift']());}}}(a13_0x1c3c,0x541a5));var a13_0x154e27={};function a13_0x1c3c(){var _0x65b9bc=['576666XJvmZh','HELP_MESSAGES','missing','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.','78ZICiee','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.','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','303318GAMIYk','connect','15dbGPlF','72mcALsj','footer','11388kcmiDD','7483610IymixX','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','655448FhthtJ','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','bstackAccessKey','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','invalid','2879786IdZmhL','497666qGYBOE','hosts','root','command','ERROR_MESSAGES'];a13_0x1c3c=function(){return _0x65b9bc;};return a13_0x1c3c();}function a13_0x11b2(_0x145000,_0x482131){var _0x1c3c8f=a13_0x1c3c();return a13_0x11b2=function(_0x11b248,_0x5fa847){_0x11b248=_0x11b248-0x8d;var _0x1850ea=_0x1c3c8f[_0x11b248];return _0x1850ea;},a13_0x11b2(_0x145000,_0x482131);}a13_0x154e27['bstackAccessKey']='Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.',a13_0x154e27[a13_0x5ecfb0(0xa1)]=a13_0x5ecfb0(0x8e);var a13_0x5c5777={};a13_0x5c5777[a13_0x5ecfb0(0xa2)]=a13_0x5ecfb0(0x91),a13_0x5c5777[a13_0x5ecfb0(0x93)]='Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.',a13_0x5c5777[a13_0x5ecfb0(0x96)]=a13_0x5ecfb0(0x9b);var a13_0x7dd26e={};a13_0x7dd26e['options']=a13_0x154e27,a13_0x7dd26e[a13_0x5ecfb0(0xa3)]=a13_0x5c5777,exports[a13_0x5ecfb0(0xa6)]=a13_0x7dd26e;var a13_0x2cacc5={};a13_0x2cacc5[a13_0x5ecfb0(0x8d)]=a13_0x5ecfb0(0x99);var a13_0x1d7bb9={};a13_0x1d7bb9[a13_0x5ecfb0(0x8d)]=a13_0x5ecfb0(0x9d),a13_0x1d7bb9[a13_0x5ecfb0(0x9e)]=a13_0x5ecfb0(0x90);var a13_0x3e84f3={};a13_0x3e84f3[a13_0x5ecfb0(0x9c)]=a13_0x2cacc5,a13_0x3e84f3[a13_0x5ecfb0(0xa1)]=a13_0x1d7bb9,exports[a13_0x5ecfb0(0xa4)]=a13_0x3e84f3;