browserstack-node-sdk 1.34.26 → 1.34.28

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 (129) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/start.js +1 -1
  18. package/ats/src/commands/start_commands/grid.js +1 -1
  19. package/ats/src/commands/stop.js +1 -1
  20. package/ats/src/commands/stop_commands/grid.js +1 -1
  21. package/ats/src/config/constants.js +1 -1
  22. package/ats/src/config/logger.js +1 -1
  23. package/ats/src/index.js +1 -1
  24. package/ats/src/utils/AWSUtils.js +1 -1
  25. package/ats/src/utils/createAutoscalerStack.js +1 -1
  26. package/ats/src/utils/createClusterStack.js +1 -1
  27. package/ats/src/utils/createk8sClient.js +1 -1
  28. package/ats/src/utils/deleteStack.js +1 -1
  29. package/ats/src/utils/gridComponents.js +1 -1
  30. package/ats/src/utils/hstUtils.js +1 -1
  31. package/ats/src/utils/instrumentationUtils.js +1 -1
  32. package/ats/src/utils/userInput.js +1 -1
  33. package/ats/src/utils/utilityMethods.js +1 -1
  34. package/ats/src/utils/webSocketUtils.js +1 -1
  35. package/package.json +1 -1
  36. package/src/ai-sdk-node/bundle.js +1 -1
  37. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  38. package/src/bin/codeceptjs/command.js +1 -1
  39. package/src/bin/codeceptjs/helper.js +1 -1
  40. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  41. package/src/bin/cucumber-js/command.js +1 -1
  42. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  43. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  44. package/src/bin/cucumber-js/test-observability.js +1 -1
  45. package/src/bin/cucumber-js/test.setup.js +1 -1
  46. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  47. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  48. package/src/bin/integrations/command.js +1 -1
  49. package/src/bin/integrations/constants.js +1 -1
  50. package/src/bin/jest/command.js +1 -1
  51. package/src/bin/jest/customImplements/customCircus.js +1 -1
  52. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  53. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  54. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  55. package/src/bin/jest/jest.setup.js +1 -1
  56. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  57. package/src/bin/jest/test-observability/helper.js +1 -1
  58. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  59. package/src/bin/jest/test-observability/test-details.js +1 -1
  60. package/src/bin/jest/test_before.setup.js +1 -1
  61. package/src/bin/launcher/launcher.js +1 -1
  62. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  63. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  64. package/src/bin/mocha/command.js +1 -1
  65. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  66. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  67. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  68. package/src/bin/mocha/test.setup.js +1 -1
  69. package/src/bin/nightwatch/command.js +1 -1
  70. package/src/bin/playwright/accessibility-helper.js +1 -1
  71. package/src/bin/playwright/command.js +1 -1
  72. package/src/bin/playwright/globalSetup.js +1 -1
  73. package/src/bin/playwright/mock-process.js +1 -1
  74. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  75. package/src/bin/playwright/patches.js +1 -1
  76. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  77. package/src/bin/playwright/reporter/reporter.js +1 -1
  78. package/src/bin/playwright/reporter/test-details.js +1 -1
  79. package/src/bin/playwright/sessionDetails.js +1 -1
  80. package/src/bin/runner.js +1 -1
  81. package/src/bin/setup.js +1 -1
  82. package/src/bin/test-runner/index.js +1 -1
  83. package/src/bin/test-runner/runTest.js +1 -1
  84. package/src/bin/test-runner/testWorker.js +1 -1
  85. package/src/bin/utils/constants.js +1 -1
  86. package/src/bin/utils/log4jsAppender.js +1 -1
  87. package/src/bin/utils/logPatcher.js +1 -1
  88. package/src/bin/utils/logReportingAPI.js +1 -1
  89. package/src/bin/vanilla-js/command.js +1 -1
  90. package/src/browserStackSdk.js +1 -1
  91. package/src/helpers/BrowserStackSetup.js +1 -1
  92. package/src/helpers/accessibility-automation/constants.js +1 -1
  93. package/src/helpers/accessibility-automation/helper.js +1 -1
  94. package/src/helpers/accessibility-automation/scripts.js +1 -1
  95. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  96. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  97. package/src/helpers/ats/constants.js +1 -1
  98. package/src/helpers/ats/helper.js +1 -1
  99. package/src/helpers/capsMapping.js +1 -1
  100. package/src/helpers/central-scanner/constants.js +1 -1
  101. package/src/helpers/central-scanner/helpers.js +1 -1
  102. package/src/helpers/globals.js +1 -1
  103. package/src/helpers/helper.js +1 -1
  104. package/src/helpers/logger.js +1 -1
  105. package/src/helpers/patchHelper.js +1 -1
  106. package/src/helpers/patchHelpers.js +1 -1
  107. package/src/helpers/percy/Percy.js +1 -1
  108. package/src/helpers/percy/PercyBinary.js +1 -1
  109. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  110. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  111. package/src/helpers/percy/PercySDK.js +1 -1
  112. package/src/helpers/percy/index.js +1 -1
  113. package/src/helpers/percy/utils.js +1 -1
  114. package/src/helpers/performance-tester.js +1 -1
  115. package/src/helpers/request-spy.js +1 -1
  116. package/src/helpers/setKeepAlive.js +1 -1
  117. package/src/helpers/test-observability/constants.js +1 -1
  118. package/src/helpers/test-observability/error-handler.js +1 -1
  119. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  120. package/src/helpers/test-observability/sessionHandler.js +1 -1
  121. package/src/helpers/test-observability/utils.js +1 -1
  122. package/src/helpers/testhub/constants.js +1 -1
  123. package/src/helpers/testhub/testhubHandler.js +1 -1
  124. package/src/helpers/testhub/utils.js +1 -1
  125. package/src/helpers/timeoutPromise.js +1 -1
  126. package/src/helpers/utilities.js +1 -1
  127. package/src/helpers/w3cMapping.js +1 -1
  128. package/src/hubAllocationMethods.js +1 -1
  129. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a6_0x330abf=a6_0x188d;function a6_0x5427(){const _0x3bfddf=['\x20-\x20','SKIPPED','onTestCaseStarted','TestRunFinished','finished_at','forEach','odcbk','pxsof','\x20\x20\x20\x20','keyword','3|0|2|1|4','wlfUe','flat','pickleMap','testCaseId','path','incrementCounter','tQFSg','../test-observability.js','cQJuY','pickleId','debug','ZsLHo','source','onPickle','text','getGherkinDocument','pickle','cwd','qkFAf','xGyOw','mlyFW','2955176jEdxJR','../../../helpers/test-observability/error-handler','hxsyg','VKcgn','KlhMu','FAILED','hNwOe','testStepStarted','exports','dgfll','PASSED','testStepId','onStepDefinition','tAbEn','capability','report','QVpCL','EYNsk','ALxuN','finishedAt','rule','HookRunFinished','duration','RvRMl','UVOCL','getTestCaseAttempt','834858QXarIg','description','testStepResult','uri','steps','ScmNo','CONFIG','@cucumber/cucumber','AMBIGUOUS','20179412xDMcIZ','__platform','gherkinDocumentMap','message','dtyKs','setup','parse','envelope','testCases','log','testCaseAttemptDataMap','assign','testCase','cNFeu','onTestStepFinished','format','../../playwright/reporter/test-details.js','iJtgl','logTestRunFinished','FsUFx','result','TOYiy','lHzMT','33cptnUH','hook','njVGa','scenario','8140GAozlb','rPknP','hooks','onGherkinDocument','toISOString','Exception\x20in\x20onTestStepStarted\x20event:\x20','values','10782eKVzeg','seconds','8689976YRyTwh','actionLocation','gherkinDocument','nQKEZ','jbgEv','owJbG','TestRunStarted','onHook','SJHVJ','feature','find','testCaseStarted','push','vpeUQ','bstack','failed','UNKNOWN','includes','ABUcD','failure','isBstackHook','testRunStarted','pickleStepId','Executing\x20tests\x20for\x20','name','exception','185246NKTQed','JIhEK','onTestStepStarted','sendTestRunEventForCucumber','stepDefinition','HSwpf','failureType','testCaseFinished','eventBroadcaster','onTestCase','eventDataCollector','split','HookRunStarted','sendHook','toLowerCase','map','testSteps','status','../../../helpers/testhub/utils.js','env','onTestCaseFinished','7NLurdp','onTestRunFinished','util','testRunFinished','tSfTM','snippetBuilder','testStepFinished','children','background','sourceLocation','1209042TLqtoL','GSRrM','UNDEFINED','tTSnF','testCaseStartedId','cucumber-js/test.setup.js','testCaseMap','25gCypbU','supportCodeLibrary','wfAgj','extractStepContainers','logTestCaseFinished','NYdaQ','onTestRunStarted','yXriJ','getGherkinStepMap'];a6_0x5427=function(){return _0x3bfddf;};return a6_0x5427();}(function(_0x2dd3b3,_0x5332a5){const _0x47cc2d=a6_0x188d,_0x1a5b19=_0x2dd3b3();while(!![]){try{const _0x346d5b=-parseInt(_0x47cc2d(0x1f7))/0x1+-parseInt(_0x47cc2d(0x23e))/0x2*(-parseInt(_0x47cc2d(0x217))/0x3)+-parseInt(_0x47cc2d(0x1dd))/0x4+parseInt(_0x47cc2d(0x1b4))/0x5*(parseInt(_0x47cc2d(0x1ad))/0x6)+-parseInt(_0x47cc2d(0x1a3))/0x7*(-parseInt(_0x47cc2d(0x224))/0x8)+-parseInt(_0x47cc2d(0x222))/0x9*(-parseInt(_0x47cc2d(0x21b))/0xa)+-parseInt(_0x47cc2d(0x200))/0xb;if(_0x346d5b===_0x5332a5)break;else _0x1a5b19['push'](_0x1a5b19['shift']());}catch(_0x5dec3d){_0x1a5b19['push'](_0x1a5b19['shift']());}}}(a6_0x5427,0xa5eef));const {requireModule,getPlatformName,nestedKeyValue,isUndefined}=require('../../../helpers/helper'),util=require(a6_0x330abf(0x1a5)),{Formatter,formatterHelpers,Status}=requireModule(a6_0x330abf(0x1fe)),TestDetails=require(a6_0x330abf(0x210)),TestObservabilityReporter=require(a6_0x330abf(0x1cf)),{o11yClassErrorHandler}=require(a6_0x330abf(0x1de)),{shouldProcessEventForTesthub}=require(a6_0x330abf(0x1a0)),testObservabilityReporter=new TestObservabilityReporter(),logger=require('../../../helpers/logger')['winstonLogger'],_tests={},_testCasesData={};function a6_0x188d(_0x5806ce,_0x40d346){const _0x542776=a6_0x5427();return a6_0x188d=function(_0x188dd2,_0x26cdbe){_0x188dd2=_0x188dd2-0x19f;let _0xdd4219=_0x542776[_0x188dd2];return _0xdd4219;},a6_0x188d(_0x5806ce,_0x40d346);}class BrowserstackFormatter extends Formatter{constructor(_0x301aa0){const _0x831475=a6_0x330abf,_0x835eeb={};_0x835eeb['GSRrM']=_0x831475(0x207);const _0x458295=_0x835eeb;super(_0x301aa0),this[_0x831475(0x1ec)]={},_0x301aa0[_0x831475(0x246)]['on'](_0x458295[_0x831475(0x1ae)],async _0xd56b5d=>{const _0x2a965c=_0x831475;switch(!![]){case!!_0xd56b5d[_0x2a965c(0x239)]:this[_0x2a965c(0x1ba)](_0xd56b5d['testRunStarted']);break;case!!_0xd56b5d[_0x2a965c(0x1a6)]:this[_0x2a965c(0x1a4)](_0xd56b5d[_0x2a965c(0x1a6)]);break;case!!_0xd56b5d[_0x2a965c(0x22f)]:this[_0x2a965c(0x1bf)](_0xd56b5d[_0x2a965c(0x22f)],_0x301aa0,_0xd56b5d);break;case!!_0xd56b5d[_0x2a965c(0x245)]:this[_0x2a965c(0x1a2)](_0xd56b5d['testCaseFinished'],_0x301aa0,_0xd56b5d);break;case!!_0xd56b5d[_0x2a965c(0x1e4)]:this['onTestStepStarted'](_0xd56b5d[_0x2a965c(0x1e4)],_0x301aa0);break;case!!_0xd56b5d[_0x2a965c(0x1a9)]:this[_0x2a965c(0x20e)](_0xd56b5d[_0x2a965c(0x1a9)],_0x301aa0);break;case!!_0xd56b5d[_0x2a965c(0x218)]:this[_0x2a965c(0x22b)](_0xd56b5d[_0x2a965c(0x218)]);break;case!!_0xd56b5d[_0x2a965c(0x20c)]:this[_0x2a965c(0x247)](_0xd56b5d['testCase']);break;case!!_0xd56b5d[_0x2a965c(0x1d8)]:this[_0x2a965c(0x1d5)](_0xd56b5d[_0x2a965c(0x1d8)]);break;case!!_0xd56b5d[_0x2a965c(0x226)]:this[_0x2a965c(0x21e)](_0xd56b5d[_0x2a965c(0x226)]);break;}});}[a6_0x330abf(0x22b)](_0x1a5b0e){const _0x3d5f74=a6_0x330abf;this[_0x3d5f74(0x1ec)]['hooks']=Object['assign']([],this[_0x3d5f74(0x1ec)][_0x3d5f74(0x21d)]||[]),this[_0x3d5f74(0x1ec)][_0x3d5f74(0x21d)]['push'](_0x1a5b0e);}[a6_0x330abf(0x1d5)](_0x5f5ba9){const _0x19128e=a6_0x330abf;this[_0x19128e(0x1ec)][_0x19128e(0x1d8)]=Object[_0x19128e(0x20b)]([],this[_0x19128e(0x1ec)][_0x19128e(0x1d8)]||[],[_0x5f5ba9]),this[_0x19128e(0x1ec)]['pickle'][_0x19128e(0x230)](_0x5f5ba9);}[a6_0x330abf(0x21e)](_0x3e652a){const _0x3509ba=a6_0x330abf;this['report'][_0x3509ba(0x226)]=Object['assign']([],this[_0x3509ba(0x1ec)][_0x3509ba(0x226)]||[],[_0x3e652a]),this[_0x3509ba(0x1ec)][_0x3509ba(0x226)][_0x3509ba(0x230)](_0x3e652a);}['onSource'](_0x5b26c8){const _0x2fe273=a6_0x330abf;this[_0x2fe273(0x1ec)][_0x2fe273(0x1d4)]=_0x5b26c8;}[a6_0x330abf(0x1e9)](_0x30731b){const _0x3c51c3=a6_0x330abf;this[_0x3c51c3(0x1ec)]['stepDefinition']=Object[_0x3c51c3(0x20b)]([],this[_0x3c51c3(0x1ec)][_0x3c51c3(0x242)]||[],[_0x30731b]),this[_0x3c51c3(0x1ec)][_0x3c51c3(0x242)]['push'](_0x30731b);}[a6_0x330abf(0x247)](_0x25321b){const _0x34b613=a6_0x330abf;this['report'][_0x34b613(0x208)]=Object[_0x34b613(0x20b)]([],this['report'][_0x34b613(0x208)]||[],[_0x25321b]),this['report'][_0x34b613(0x208)]['push'](_0x25321b);}['logTestCaseFinished'](_0x2ae7e7){const _0x6398e2=a6_0x330abf,_0x5dcd62={'tSfTM':function(_0x450125,_0x21428e){return _0x450125!==_0x21428e;},'wfAgj':_0x6398e2(0x232),'xGyOw':function(_0x34f8a4,_0x3b543e){return _0x34f8a4+_0x3b543e;},'mlyFW':function(_0x49cc4d,_0x37068d){return _0x49cc4d+_0x37068d;},'pxsof':function(_0x2624cf,_0x1542cc){return _0x2624cf+_0x1542cc;},'lTaQi':_0x6398e2(0x1c5),'cQJuY':_0x6398e2(0x1bd),'hOMOn':function(_0x41839c,_0x5878c4){return _0x41839c===_0x5878c4;},'jbgEv':_0x6398e2(0x1e2),'hxsyg':function(_0x40c5e6,_0x1303cf,_0x168471){return _0x40c5e6(_0x1303cf,_0x168471);},'nYeLx':_0x6398e2(0x214),'qkFAf':_0x6398e2(0x203),'wlfUe':function(_0x4e11a8,_0x57fd1b){return _0x4e11a8+_0x57fd1b;},'TOYiy':function(_0x20b8a2,_0x265ec0){return _0x20b8a2+_0x265ec0;},'nQKEZ':function(_0x570c90,_0x437a64){return _0x570c90!==_0x437a64;},'tQFSg':function(_0x3ad497,_0x567d96){return _0x3ad497+_0x567d96;},'ALxuN':function(_0x247acc,_0x183a1d){return _0x247acc+_0x183a1d;},'iJtgl':function(_0x38384b,_0x15020a){return _0x38384b+_0x15020a;}};_0x5dcd62[_0x6398e2(0x227)](global['__platform'],undefined)&&this[_0x6398e2(0x209)](_0x5dcd62[_0x6398e2(0x1ce)](_0x5dcd62[_0x6398e2(0x1ce)]('\x0a',global[_0x6398e2(0x201)]),'\x0a'));const _0x5e52a0=this[_0x6398e2(0x248)][_0x6398e2(0x1f6)](_0x2ae7e7['testCaseStartedId']);this[_0x6398e2(0x209)](_0x5dcd62[_0x6398e2(0x1ef)](_0x5dcd62[_0x6398e2(0x1db)](_0x5dcd62[_0x6398e2(0x1c8)](_0x5dcd62[_0x6398e2(0x211)]('\x20\x20',_0x5e52a0['gherkinDocument'][_0x6398e2(0x22d)]['name']),_0x5dcd62[_0x6398e2(0x1d0)]),_0x5e52a0[_0x6398e2(0x1d8)][_0x6398e2(0x23c)]),'\x0a'));const _0x25f0f5={};_0x25f0f5[_0x6398e2(0x1d9)]=this[_0x6398e2(0x1d9)],_0x25f0f5['snippetBuilder']=this[_0x6398e2(0x1a8)],_0x25f0f5[_0x6398e2(0x1b5)]=this[_0x6398e2(0x1b5)],_0x25f0f5['testCaseAttempt']=_0x5e52a0;const _0x40453e=formatterHelpers['parseTestCaseAttempt'](_0x25f0f5);let _0x3b10e8=![];_0x40453e['testSteps']['forEach'](_0x154a48=>{const _0x2f1c4b=_0x6398e2;if(_0x5dcd62[_0x2f1c4b(0x1a7)](_0x154a48[_0x2f1c4b(0x23c)],_0x5dcd62[_0x2f1c4b(0x1b6)])&&!this[_0x2f1c4b(0x238)](_0x154a48)){totalTests+=0x1,this[_0x2f1c4b(0x209)](_0x5dcd62[_0x2f1c4b(0x1db)](_0x5dcd62[_0x2f1c4b(0x1dc)](_0x5dcd62[_0x2f1c4b(0x1db)](_0x5dcd62['xGyOw'](_0x5dcd62[_0x2f1c4b(0x1c4)](_0x5dcd62['lTaQi'],_0x154a48[_0x2f1c4b(0x1c6)]),_0x154a48['text']||''),_0x5dcd62[_0x2f1c4b(0x1d0)]),Status[_0x154a48[_0x2f1c4b(0x214)][_0x2f1c4b(0x19f)]]),'\x0a')),this[_0x2f1c4b(0x1cd)](Status[_0x154a48[_0x2f1c4b(0x214)][_0x2f1c4b(0x19f)]]);if(_0x5dcd62['hOMOn'](Status[_0x154a48[_0x2f1c4b(0x214)][_0x2f1c4b(0x19f)]],_0x5dcd62[_0x2f1c4b(0x228)])){_0x3b10e8=!![];const _0x4fb1ed=_0x5dcd62[_0x2f1c4b(0x1df)](nestedKeyValue,_0x154a48,[_0x5dcd62['nYeLx'],_0x5dcd62[_0x2f1c4b(0x1da)]]);_0x4fb1ed&&(testsErrorMessage[_0x5dcd62[_0x2f1c4b(0x1c8)](_0x5dcd62['xGyOw'](_0x5e52a0[_0x2f1c4b(0x226)][_0x2f1c4b(0x22d)][_0x2f1c4b(0x23c)],_0x5dcd62[_0x2f1c4b(0x1d0)]),_0x5e52a0['pickle'][_0x2f1c4b(0x23c)])]=_0x4fb1ed,this[_0x2f1c4b(0x209)](_0x5dcd62[_0x2f1c4b(0x215)](_0x4fb1ed,'\x0a')));}}}),_0x3b10e8&&(testSuitesFailed+=0x1),this['log']('\x0a');}['logTestRunFinished'](_0x3ed325){}[a6_0x330abf(0x238)](_0x50977d){const _0x6ceca3=a6_0x330abf,_0x30b453={};_0x30b453[_0x6ceca3(0x1fc)]=function(_0x316b23,_0x579be2){return _0x316b23!==_0x579be2;},_0x30b453[_0x6ceca3(0x1d3)]=_0x6ceca3(0x1b2);const _0x28a888=_0x30b453;if(_0x28a888[_0x6ceca3(0x1fc)](_0x50977d[_0x6ceca3(0x1ac)],undefined))return![];if(_0x50977d[_0x6ceca3(0x225)]&&_0x50977d[_0x6ceca3(0x225)]['uri'][_0x6ceca3(0x235)](_0x28a888[_0x6ceca3(0x1d3)]))return!![];return![];}[a6_0x330abf(0x1cd)](_0x242af4){const _0x2691b5=a6_0x330abf,_0xad5954={};_0xad5954[_0x2691b5(0x1e6)]=_0x2691b5(0x1e2),_0xad5954[_0x2691b5(0x1e3)]=_0x2691b5(0x1e7),_0xad5954[_0x2691b5(0x1ed)]=_0x2691b5(0x1be),_0xad5954[_0x2691b5(0x1b9)]='PENDING',_0xad5954[_0x2691b5(0x216)]=_0x2691b5(0x1af),_0xad5954['ABUcD']=_0x2691b5(0x234),_0xad5954['SJHVJ']=_0x2691b5(0x1ff);const _0x419f9a=_0xad5954;switch(_0x242af4){case _0x419f9a[_0x2691b5(0x1e6)]:testsFailed+=0x1;break;case _0x419f9a[_0x2691b5(0x1e3)]:testsPassed+=0x1;break;case _0x419f9a[_0x2691b5(0x1ed)]:testsSkipped+=0x1;break;case _0x419f9a[_0x2691b5(0x1b9)]:testsPending+=0x1;break;case _0x419f9a[_0x2691b5(0x216)]:testsUndefined+=0x1;break;case _0x419f9a[_0x2691b5(0x236)]:testsUnknown+=0x1;break;case _0x419f9a[_0x2691b5(0x22c)]:testsAmbiguous+=0x1;break;default:break;}}[a6_0x330abf(0x1ba)](_0x265eb3){const _0x49bfd0=a6_0x330abf,_0x248502={'RvRMl':function(_0x2f3fd5,_0x18ba6e){return _0x2f3fd5!==_0x18ba6e;},'EFzVA':function(_0x4b9147,_0x47794d){return _0x4b9147!==_0x47794d;},'owJbG':function(_0x106b4e,_0x182cbb){return _0x106b4e(_0x182cbb);},'lkffF':function(_0x211247,_0x57313b){return _0x211247+_0x57313b;},'njVGa':function(_0x593076){return _0x593076();}};let _0x3c24ed;if(_0x248502[_0x49bfd0(0x1f4)](process[_0x49bfd0(0x1a1)][_0x49bfd0(0x1fd)],undefined)){const _0x4a03d0=JSON[_0x49bfd0(0x206)](process[_0x49bfd0(0x1a1)][_0x49bfd0(0x1fd)]);_0x3c24ed=_0x4a03d0[_0x49bfd0(0x1eb)];}_0x248502['EFzVA'](_0x3c24ed,undefined)&&(global[_0x49bfd0(0x201)]=_0x248502[_0x49bfd0(0x229)](getPlatformName,_0x3c24ed),this['log'](_0x248502['lkffF'](_0x49bfd0(0x23b)+global[_0x49bfd0(0x201)],'\x0a'))),_0x248502[_0x49bfd0(0x219)](shouldProcessEventForTesthub)&&(TestDetails[_0x49bfd0(0x205)](),this[_0x49bfd0(0x1ec)]['testRunStarted']=_0x265eb3);}['onTestRunFinished'](_0x5e8752){const _0x32ffcd=a6_0x330abf;this[_0x32ffcd(0x1ec)][_0x32ffcd(0x1a6)]=_0x5e8752,this[_0x32ffcd(0x212)](_0x5e8752);}async[a6_0x330abf(0x1bf)](_0x2c9c50,_0x1000bb,_0x134417){const _0x472475=a6_0x330abf,_0x224487={'cNFeu':function(_0x842364,_0x50527b){return _0x842364(_0x50527b);},'mclBl':_0x472475(0x22a),'odcbk':function(_0x91e297,_0x28b669){return _0x91e297&&_0x28b669;}};testSuites+=0x1;if(_0x224487[_0x472475(0x20d)](shouldProcessEventForTesthub,_0x224487['mclBl']))try{this['report']['testCaseStarted']=this[_0x472475(0x1ec)][_0x472475(0x22f)]||{},this['report']['testCaseStarted'][_0x2c9c50['id']]=_0x2c9c50;const _0x426096=TestDetails['getTestUUID'](_0x2c9c50['id']);_testCasesData[_0x2c9c50['id']]=Object[_0x472475(0x20b)]({},_0x134417);const _0x2ec952=this[_0x472475(0x1ec)],_0x1c3bf2=_0x2c9c50[_0x472475(0x1cb)],_0x21a24f=_0x2ec952[_0x472475(0x208)]['find'](_0x6457a2=>_0x6457a2['id']===_0x1c3bf2)[_0x472475(0x1d1)],_0x305ae1=_0x2ec952['pickle'][_0x472475(0x22e)](_0x45127f=>_0x45127f['id']===_0x21a24f),_0x515466=_0x2ec952['gherkinDocument'][_0x472475(0x22e)](_0x589fa0=>_0x589fa0['uri']===_0x305ae1[_0x472475(0x1fa)]),_0x13533e=_0x515466[_0x472475(0x22d)],_0x31f8af={'uuid':_0x426096,'startedAt':new Date()[_0x472475(0x21f)]()};if(_0x305ae1){const _0x5bc47a={};_0x5bc47a[_0x472475(0x23c)]=_0x305ae1['name'],_0x31f8af[_0x472475(0x21a)]=_0x5bc47a;}if(_0x224487[_0x472475(0x1c3)](_0x515466,_0x13533e)){const _0x2f4290={};_0x2f4290[_0x472475(0x1cc)]=_0x515466[_0x472475(0x1fa)],_0x2f4290[_0x472475(0x23c)]=_0x13533e[_0x472475(0x23c)],_0x2f4290[_0x472475(0x1f8)]=_0x13533e[_0x472475(0x1f8)],_0x31f8af[_0x472475(0x22d)]=_0x2f4290;}_tests[_0x1c3bf2]=_0x31f8af,await testObservabilityReporter[_0x472475(0x241)](_0x134417,_0x515466,_0x305ae1,_0x224487['mclBl'],_0x31f8af);}catch(_0x2a061a){logger[_0x472475(0x1d2)]('Exception\x20in\x20sending\x20onTestCaseStarted:\x20'+util['format'](_0x2a061a)+'\x20');}}async[a6_0x330abf(0x1a2)](_0x244cfc,_0x1009be,_0x1958de){const _0x229ca6=a6_0x330abf,_0x1fff34={'UVOCL':function(_0x5d87dd,_0x1bc232){return _0x5d87dd(_0x1bc232);},'rPknP':_0x229ca6(0x1c0)};this[_0x229ca6(0x1b8)](_0x244cfc);if(_0x1fff34[_0x229ca6(0x1f5)](shouldProcessEventForTesthub,_0x1fff34[_0x229ca6(0x21c)]))try{this[_0x229ca6(0x1ec)]['testCaseFinished']=this['report'][_0x229ca6(0x245)]||{},this[_0x229ca6(0x1ec)]['testCaseFinished'][_0x244cfc[_0x229ca6(0x1b1)]]=_0x244cfc,_testCasesData[_0x1958de['id']]=Object[_0x229ca6(0x20b)]({},_0x1958de);const _0x2cc13e=_0x244cfc[_0x229ca6(0x1b1)],_0x4db641=_0x1009be[_0x229ca6(0x248)][_0x229ca6(0x20a)][_0x2cc13e][_0x229ca6(0x1cb)],_0x2470f3=_0x1009be[_0x229ca6(0x248)][_0x229ca6(0x1b3)][_0x4db641],_0x378ce2=_0x2470f3[_0x229ca6(0x1d1)],_0x484e17=_0x1009be[_0x229ca6(0x248)][_0x229ca6(0x1ca)][_0x378ce2],_0x19d68d=this[_0x229ca6(0x1d7)](_0x1009be,_0x484e17),_0x152d1d=_tests[_0x4db641];_0x152d1d&&(delete _tests[_0x4db641],_0x152d1d[_0x229ca6(0x1f0)]=new Date()[_0x229ca6(0x21f)]()),await testObservabilityReporter[_0x229ca6(0x241)](_0x1958de,_0x19d68d,_0x484e17,_0x1fff34[_0x229ca6(0x21c)],_0x152d1d);}catch(_0x4e72c9){logger[_0x229ca6(0x1d2)]('Exception\x20in\x20sending\x20onTestCaseFinished\x20event:\x20\x20'+util[_0x229ca6(0x20f)](_0x4e72c9));}}async[a6_0x330abf(0x240)](_0x24e25a,_0x5bd931){const _0x2b6f1d=a6_0x330abf,_0x20bca5={'gHGul':function(_0xcd44b9,_0x4d4006){return _0xcd44b9(_0x4d4006);},'dtyKs':_0x2b6f1d(0x24a),'KlhMu':function(_0x147e20,_0x144c4f){return _0x147e20!==_0x144c4f;},'EYNsk':_0x2b6f1d(0x1e8)};if(_0x20bca5['gHGul'](shouldProcessEventForTesthub,_0x20bca5['dtyKs']))try{this[_0x2b6f1d(0x1ec)][_0x2b6f1d(0x1e4)]=this['report'][_0x2b6f1d(0x1e4)]||{},this[_0x2b6f1d(0x1ec)][_0x2b6f1d(0x1e4)][_0x24e25a['testCaseStartedId']]=_0x24e25a;const _0x5892d4=_0x24e25a[_0x2b6f1d(0x1b1)],_0x37492d=_0x5bd931[_0x2b6f1d(0x248)][_0x2b6f1d(0x20a)][_0x5892d4][_0x2b6f1d(0x1cb)],_0x4a62cf=this['report'][_0x2b6f1d(0x208)][_0x2b6f1d(0x22e)](_0x5c1651=>_0x5c1651['id']===_0x37492d)[_0x2b6f1d(0x1d1)],_0x27cec8=this[_0x2b6f1d(0x1ec)][_0x2b6f1d(0x1d8)][_0x2b6f1d(0x22e)](_0x9d2389=>_0x9d2389['id']===_0x4a62cf),_0x521b9f=this[_0x2b6f1d(0x1ec)]['testCases']['find'](_0x5e2d55=>_0x5e2d55['id']===_0x37492d)[_0x2b6f1d(0x24e)],_0x1e57aa=this[_0x2b6f1d(0x1ec)]['testStepStarted'][_0x5892d4][_0x2b6f1d(0x1e8)],_0x28d51a=_0x521b9f[_0x2b6f1d(0x22e)](_0x14c356=>_0x14c356['id']===_0x1e57aa)[_0x2b6f1d(0x23a)],_0x4632e6=_0x27cec8[_0x2b6f1d(0x1fb)]['find'](_0x472389=>_0x472389['id']===_0x28d51a);if(_0x28d51a&&_tests[_0x37492d]&&_0x20bca5[_0x2b6f1d(0x1e1)](_tests[_0x37492d][_0x20bca5[_0x2b6f1d(0x1ee)]],_0x1e57aa)){_tests[_0x37492d][_0x20bca5['EYNsk']]=_0x1e57aa;const _0x570a6d={};_0x570a6d[_0x2b6f1d(0x1fb)]=[];const _0x290c42=_tests[_0x37492d]||_0x570a6d;_0x290c42&&!_0x290c42['steps']&&(_0x290c42[_0x2b6f1d(0x1fb)]=[]),_0x290c42[_0x2b6f1d(0x1fb)][_0x2b6f1d(0x230)]({'id':_0x4632e6['id'],'text':_0x4632e6[_0x2b6f1d(0x1d6)],'started_at':new Date()[_0x2b6f1d(0x21f)]()}),_tests[_0x37492d]=_0x290c42;}await testObservabilityReporter[_0x2b6f1d(0x24b)](this[_0x2b6f1d(0x1ec)],_0x5892d4,_0x20bca5[_0x2b6f1d(0x204)],_0x521b9f,_0x1e57aa,_tests[_0x37492d]);}catch(_0x383b3a){logger['debug'](_0x2b6f1d(0x220)+util[_0x2b6f1d(0x20f)](_0x383b3a));}}async[a6_0x330abf(0x20e)](_0x58e415,_0x5ed187){const _0x310c43=a6_0x330abf,_0x36739c={'JIhEK':function(_0x186eb6,_0x4a7221){return _0x186eb6===_0x4a7221;},'tTSnF':_0x310c43(0x1c7),'HSwpf':function(_0x28b135,_0x5d1b15){return _0x28b135(_0x5d1b15);},'FsUFx':_0x310c43(0x1f2),'GxoPl':_0x310c43(0x233),'yXriJ':function(_0x2dc5bf,_0x200699){return _0x2dc5bf===_0x200699;},'fOdvw':function(_0x33faa6,_0x199d91){return _0x33faa6===_0x199d91;},'vpeUQ':'UnhandledError','VKcgn':_0x310c43(0x1e8)};this[_0x310c43(0x1ec)][_0x310c43(0x1a9)]=this[_0x310c43(0x1ec)][_0x310c43(0x1a9)]||{},this[_0x310c43(0x1ec)]['testStepFinished'][_0x58e415[_0x310c43(0x1b1)]]=_0x58e415;if(_0x36739c[_0x310c43(0x243)](shouldProcessEventForTesthub,_0x36739c[_0x310c43(0x213)]))try{const _0x1088a2=_0x58e415[_0x310c43(0x1b1)],_0x438e45=_0x5ed187['eventDataCollector'][_0x310c43(0x20a)][_0x1088a2][_0x310c43(0x1cb)],_0x2b9069=_0x5ed187[_0x310c43(0x248)][_0x310c43(0x1b3)][_0x438e45],_0x4e5094=_0x2b9069[_0x310c43(0x1d1)],_0x5aaa58=_0x5ed187['eventDataCollector']['pickleMap'][_0x4e5094],_0x4428d8=_0x58e415[_0x310c43(0x1e8)],_0x322f9e=_0x2b9069[_0x310c43(0x24e)],_0x3f20e1=this[_0x310c43(0x248)][_0x310c43(0x1f6)](_0x1088a2),_0x11e2f0=_0x322f9e['find'](_0x500435=>_0x500435['id']===_0x4428d8)['pickleStepId'];let _0x383ac0,_0x12a55e;_0x58e415[_0x310c43(0x1f9)]&&_0x36739c[_0x310c43(0x23f)](_0x58e415[_0x310c43(0x1f9)][_0x310c43(0x19f)]['toString']()[_0x310c43(0x24c)](),_0x36739c['GxoPl'])&&(_0x383ac0=_0x36739c[_0x310c43(0x1bb)](_0x58e415[_0x310c43(0x1f9)]['exception'],undefined)?_0x58e415[_0x310c43(0x1f9)][_0x310c43(0x203)]:_0x58e415['testStepResult'][_0x310c43(0x23d)][_0x310c43(0x203)],_0x12a55e=_0x36739c['fOdvw'](_0x58e415['testStepResult'][_0x310c43(0x23d)],undefined)?_0x36739c[_0x310c43(0x231)]:_0x58e415[_0x310c43(0x1f9)][_0x310c43(0x203)]);await testObservabilityReporter['sendHook'](this[_0x310c43(0x1ec)],_0x1088a2,_0x36739c[_0x310c43(0x213)],_0x322f9e,_0x4428d8,_tests[_0x438e45]);if(_0x11e2f0&&_tests[_0x438e45][_0x36739c['VKcgn']]){const _0x5242d1=_0x5aaa58[_0x310c43(0x1fb)][_0x310c43(0x22e)](_0x3e9a19=>_0x3e9a19['id']===_0x11e2f0),_0x30207d={};_0x30207d[_0x310c43(0x1fb)]=[];const _0xb86b67=_tests[_0x438e45]||_0x30207d;!_0xb86b67['steps']?_0xb86b67[_0x310c43(0x1fb)]=[{'id':_0x5242d1['id'],'text':_0x5242d1[_0x310c43(0x1d6)],'finished_at':new Date()[_0x310c43(0x21f)](),'result':_0x58e415[_0x310c43(0x1f9)]['status'],'duration':_0x58e415[_0x310c43(0x1f9)][_0x310c43(0x1f3)][_0x310c43(0x223)],'failure':_0x383ac0,'failureType':_0x12a55e}]:_0xb86b67[_0x310c43(0x1fb)][_0x310c43(0x1c2)](_0x3c068b=>{const _0x13d3d5=_0x310c43;if(_0x36739c[_0x13d3d5(0x23f)](_0x3c068b['id'],_0x5242d1['id'])){const _0x996a4a=_0x36739c[_0x13d3d5(0x1b0)][_0x13d3d5(0x249)]('|');let _0x2b3c6c=0x0;while(!![]){switch(_0x996a4a[_0x2b3c6c++]){case'0':_0x3c068b['result']=_0x58e415[_0x13d3d5(0x1f9)][_0x13d3d5(0x19f)];continue;case'1':_0x3c068b[_0x13d3d5(0x237)]=_0x383ac0;continue;case'2':_0x3c068b['duration']=_0x58e415[_0x13d3d5(0x1f9)]['duration'][_0x13d3d5(0x223)];continue;case'3':_0x3c068b[_0x13d3d5(0x1c1)]=new Date()[_0x13d3d5(0x21f)]();continue;case'4':_0x3c068b[_0x13d3d5(0x244)]=_0x12a55e;continue;}break;}}}),_tests[_0x438e45]=_0xb86b67,delete _tests[_0x438e45][_0x36739c[_0x310c43(0x1e0)]];}}catch(_0x138714){logger['debug']('Exception\x20in\x20onTestStepFinished\x20event:\x20'+util[_0x310c43(0x20f)](_0x138714));}}[a6_0x330abf(0x1bc)](_0x2eb197){const _0x2c3950=a6_0x330abf,_0x438288={};return _0x2eb197[_0x2c3950(0x22d)][_0x2c3950(0x1aa)][_0x2c3950(0x24d)](this[_0x2c3950(0x1b7)])[_0x2c3950(0x1c9)]()[_0x2c3950(0x1c2)](_0x317c9b=>_0x317c9b['steps'][_0x2c3950(0x1c2)](_0x2c01b5=>_0x438288[_0x2c01b5['id']]=_0x2c01b5)),_0x438288;}[a6_0x330abf(0x1b7)](_0xf1bcaa){const _0x49775e=a6_0x330abf,_0x45d8a1={'tAbEn':function(_0x3a0679,_0x52a949){return _0x3a0679(_0x52a949);},'liXmg':function(_0x13b26f,_0x5b123d){return _0x13b26f(_0x5b123d);}};if(!_0x45d8a1[_0x49775e(0x1ea)](isUndefined,_0xf1bcaa[_0x49775e(0x1ab)]))return[_0xf1bcaa[_0x49775e(0x1ab)]];else{if(!_0x45d8a1['liXmg'](isUndefined,_0xf1bcaa[_0x49775e(0x1f1)]))return _0xf1bcaa[_0x49775e(0x1f1)][_0x49775e(0x1aa)][_0x49775e(0x24d)](_0x1787d4=>!isUndefined(_0x1787d4[_0x49775e(0x1ab)])?_0x1787d4[_0x49775e(0x1ab)]:_0x1787d4[_0x49775e(0x21a)]);};return[_0xf1bcaa[_0x49775e(0x21a)]];}[a6_0x330abf(0x1d7)](_0x5eb2fd,_0x237829){const _0x5347fd=a6_0x330abf;return Object[_0x5347fd(0x221)](_0x5eb2fd[_0x5347fd(0x248)][_0x5347fd(0x202)])[_0x5347fd(0x22e)](_0x300f68=>_0x300f68[_0x5347fd(0x1fa)]===_0x237829[_0x5347fd(0x1fa)]);}}module[a6_0x330abf(0x1e5)]=o11yClassErrorHandler(BrowserstackFormatter,[a6_0x330abf(0x1bf),a6_0x330abf(0x1a2),a6_0x330abf(0x240),'onTestStepFinished',a6_0x330abf(0x1ba),a6_0x330abf(0x1a4),a6_0x330abf(0x1b7),a6_0x330abf(0x1d7),'getGherkinStepMap']);
1
+ function a6_0x894f(_0x182e79,_0x524b9b){const _0x43cd0f=a6_0x43cd();return a6_0x894f=function(_0x894f,_0x298099){_0x894f=_0x894f-0x1c0;let _0x39c537=_0x43cd0f[_0x894f];return _0x39c537;},a6_0x894f(_0x182e79,_0x524b9b);}const a6_0x74aae0=a6_0x894f;(function(_0x454faa,_0x611ef8){const _0x19ba43=a6_0x894f,_0x4e2c54=_0x454faa();while(!![]){try{const _0x50f981=-parseInt(_0x19ba43(0x219))/0x1+parseInt(_0x19ba43(0x20a))/0x2+-parseInt(_0x19ba43(0x24b))/0x3*(-parseInt(_0x19ba43(0x1ff))/0x4)+parseInt(_0x19ba43(0x1e1))/0x5+-parseInt(_0x19ba43(0x224))/0x6+parseInt(_0x19ba43(0x20e))/0x7*(-parseInt(_0x19ba43(0x21b))/0x8)+parseInt(_0x19ba43(0x217))/0x9*(parseInt(_0x19ba43(0x216))/0xa);if(_0x50f981===_0x611ef8)break;else _0x4e2c54['push'](_0x4e2c54['shift']());}catch(_0x4aa3d1){_0x4e2c54['push'](_0x4e2c54['shift']());}}}(a6_0x43cd,0x8f177));const {requireModule,getPlatformName,nestedKeyValue,isUndefined}=require('../../../helpers/helper'),util=require(a6_0x74aae0(0x1c4)),{Formatter,formatterHelpers,Status}=requireModule(a6_0x74aae0(0x241)),TestDetails=require(a6_0x74aae0(0x1f0)),TestObservabilityReporter=require(a6_0x74aae0(0x1ee)),{o11yClassErrorHandler}=require('../../../helpers/test-observability/error-handler'),{shouldProcessEventForTesthub}=require('../../../helpers/testhub/utils.js'),testObservabilityReporter=new TestObservabilityReporter(),logger=require(a6_0x74aae0(0x1f9))[a6_0x74aae0(0x204)],_tests={},_testCasesData={};class BrowserstackFormatter extends Formatter{constructor(_0x5d6714){const _0x532f51=a6_0x74aae0,_0x7e3c49={};_0x7e3c49['ADXXo']=_0x532f51(0x1ea);const _0xe5bed2=_0x7e3c49;super(_0x5d6714),this[_0x532f51(0x1e5)]={},_0x5d6714[_0x532f51(0x25f)]['on'](_0xe5bed2[_0x532f51(0x1d0)],async _0xb538ce=>{const _0x5ad8dc=_0x532f51;switch(!![]){case!!_0xb538ce[_0x5ad8dc(0x212)]:this['onTestRunStarted'](_0xb538ce[_0x5ad8dc(0x212)]);break;case!!_0xb538ce['testRunFinished']:this['onTestRunFinished'](_0xb538ce[_0x5ad8dc(0x257)]);break;case!!_0xb538ce[_0x5ad8dc(0x1db)]:this[_0x5ad8dc(0x1f5)](_0xb538ce['testCaseStarted'],_0x5d6714,_0xb538ce);break;case!!_0xb538ce[_0x5ad8dc(0x225)]:this[_0x5ad8dc(0x1fd)](_0xb538ce[_0x5ad8dc(0x225)],_0x5d6714,_0xb538ce);break;case!!_0xb538ce[_0x5ad8dc(0x22b)]:this['onTestStepStarted'](_0xb538ce[_0x5ad8dc(0x22b)],_0x5d6714);break;case!!_0xb538ce[_0x5ad8dc(0x200)]:this[_0x5ad8dc(0x1c7)](_0xb538ce[_0x5ad8dc(0x200)],_0x5d6714);break;case!!_0xb538ce['hook']:this[_0x5ad8dc(0x20d)](_0xb538ce[_0x5ad8dc(0x256)]);break;case!!_0xb538ce['testCase']:this[_0x5ad8dc(0x1f8)](_0xb538ce[_0x5ad8dc(0x1ca)]);break;case!!_0xb538ce[_0x5ad8dc(0x26e)]:this[_0x5ad8dc(0x1d1)](_0xb538ce[_0x5ad8dc(0x26e)]);break;case!!_0xb538ce['gherkinDocument']:this[_0x5ad8dc(0x209)](_0xb538ce[_0x5ad8dc(0x263)]);break;}});}[a6_0x74aae0(0x20d)](_0x5962ca){const _0x17a7f8=a6_0x74aae0;this['report'][_0x17a7f8(0x1e0)]=Object['assign']([],this[_0x17a7f8(0x1e5)][_0x17a7f8(0x1e0)]||[]),this['report']['hooks'][_0x17a7f8(0x1c9)](_0x5962ca);}[a6_0x74aae0(0x1d1)](_0x492ebe){const _0x3ea2f5=a6_0x74aae0;this[_0x3ea2f5(0x1e5)][_0x3ea2f5(0x26e)]=Object[_0x3ea2f5(0x1d9)]([],this[_0x3ea2f5(0x1e5)][_0x3ea2f5(0x26e)]||[],[_0x492ebe]),this['report'][_0x3ea2f5(0x26e)][_0x3ea2f5(0x1c9)](_0x492ebe);}['onGherkinDocument'](_0x8cfc7c){const _0x283019=a6_0x74aae0;this[_0x283019(0x1e5)][_0x283019(0x263)]=Object[_0x283019(0x1d9)]([],this['report'][_0x283019(0x263)]||[],[_0x8cfc7c]),this[_0x283019(0x1e5)][_0x283019(0x263)]['push'](_0x8cfc7c);}[a6_0x74aae0(0x1c6)](_0x45c5db){const _0x44f1d2=a6_0x74aae0;this[_0x44f1d2(0x1e5)][_0x44f1d2(0x1c3)]=_0x45c5db;}[a6_0x74aae0(0x1cf)](_0x468491){const _0x440456=a6_0x74aae0;this['report'][_0x440456(0x227)]=Object[_0x440456(0x1d9)]([],this[_0x440456(0x1e5)][_0x440456(0x227)]||[],[_0x468491]),this[_0x440456(0x1e5)][_0x440456(0x227)][_0x440456(0x1c9)](_0x468491);}[a6_0x74aae0(0x1f8)](_0xe313e0){const _0x3512b5=a6_0x74aae0;this[_0x3512b5(0x1e5)][_0x3512b5(0x21d)]=Object[_0x3512b5(0x1d9)]([],this[_0x3512b5(0x1e5)][_0x3512b5(0x21d)]||[],[_0xe313e0]),this['report'][_0x3512b5(0x21d)][_0x3512b5(0x1c9)](_0xe313e0);}[a6_0x74aae0(0x239)](_0x5063bb){const _0x1e7823=a6_0x74aae0,_0xe81d4e={'mfXHR':function(_0x5f48ed,_0xe90897){return _0x5f48ed!==_0xe90897;},'tuXAa':_0x1e7823(0x24c),'ZomBd':function(_0x40e43b,_0x3586b1){return _0x40e43b+_0x3586b1;},'QAUbH':function(_0x37f2ea,_0x54cf87){return _0x37f2ea+_0x54cf87;},'wBhQq':function(_0x36f782,_0x934678){return _0x36f782+_0x934678;},'EYpmn':'\x20\x20\x20\x20','HiHRy':_0x1e7823(0x205),'WfVol':function(_0x3839b0,_0x18bdda){return _0x3839b0===_0x18bdda;},'JWVmy':'FAILED','srhGP':function(_0x3fe7ef,_0x39e254,_0x116a70){return _0x3fe7ef(_0x39e254,_0x116a70);},'yTHBq':_0x1e7823(0x23d),'NkYyp':_0x1e7823(0x234),'YTRwb':function(_0x211530,_0x5c04c6){return _0x211530+_0x5c04c6;},'HdpLr':function(_0x42015b,_0x34cf79){return _0x42015b+_0x34cf79;},'BXUux':function(_0xc09f73,_0x191a9f){return _0xc09f73+_0x191a9f;}};_0xe81d4e[_0x1e7823(0x26a)](global[_0x1e7823(0x24e)],undefined)&&this[_0x1e7823(0x25b)](_0xe81d4e[_0x1e7823(0x1d2)](_0xe81d4e['HdpLr']('\x0a',global['__platform']),'\x0a'));const _0xeedff1=this[_0x1e7823(0x211)][_0x1e7823(0x265)](_0x5063bb[_0x1e7823(0x1c5)]);this[_0x1e7823(0x25b)](_0xe81d4e['BXUux'](_0xe81d4e[_0x1e7823(0x24d)](_0xe81d4e[_0x1e7823(0x24d)](_0xe81d4e[_0x1e7823(0x24d)]('\x20\x20',_0xeedff1['gherkinDocument']['feature'][_0x1e7823(0x1e9)]),_0xe81d4e[_0x1e7823(0x1d4)]),_0xeedff1['pickle']['name']),'\x0a'));const _0x4a3b5b={};_0x4a3b5b[_0x1e7823(0x259)]=this[_0x1e7823(0x259)],_0x4a3b5b[_0x1e7823(0x1e7)]=this[_0x1e7823(0x1e7)],_0x4a3b5b[_0x1e7823(0x23a)]=this[_0x1e7823(0x23a)],_0x4a3b5b[_0x1e7823(0x267)]=_0xeedff1;const _0x7365f1=formatterHelpers[_0x1e7823(0x243)](_0x4a3b5b);let _0x16a4cb=![];_0x7365f1[_0x1e7823(0x238)][_0x1e7823(0x1c2)](_0x16ec5d=>{const _0x469014=_0x1e7823;if(_0xe81d4e[_0x469014(0x26a)](_0x16ec5d[_0x469014(0x1e9)],_0xe81d4e[_0x469014(0x264)])&&!this[_0x469014(0x24a)](_0x16ec5d)){totalTests+=0x1,this['log'](_0xe81d4e['ZomBd'](_0xe81d4e[_0x469014(0x248)](_0xe81d4e[_0x469014(0x253)](_0xe81d4e[_0x469014(0x221)](_0xe81d4e['ZomBd'](_0xe81d4e[_0x469014(0x1e8)],_0x16ec5d[_0x469014(0x23b)]),_0x16ec5d[_0x469014(0x22a)]||''),_0xe81d4e[_0x469014(0x1d4)]),Status[_0x16ec5d[_0x469014(0x23d)][_0x469014(0x22c)]]),'\x0a')),this[_0x469014(0x208)](Status[_0x16ec5d[_0x469014(0x23d)][_0x469014(0x22c)]]);if(_0xe81d4e[_0x469014(0x220)](Status[_0x16ec5d[_0x469014(0x23d)][_0x469014(0x22c)]],_0xe81d4e[_0x469014(0x237)])){_0x16a4cb=!![];const _0x52b067=_0xe81d4e[_0x469014(0x207)](nestedKeyValue,_0x16ec5d,[_0xe81d4e[_0x469014(0x21c)],_0xe81d4e[_0x469014(0x1e2)]]);_0x52b067&&(testsErrorMessage[_0xe81d4e['QAUbH'](_0xe81d4e['QAUbH'](_0xeedff1[_0x469014(0x263)][_0x469014(0x206)][_0x469014(0x1e9)],_0xe81d4e[_0x469014(0x1d4)]),_0xeedff1[_0x469014(0x26e)][_0x469014(0x1e9)])]=_0x52b067,this['log'](_0xe81d4e[_0x469014(0x253)](_0x52b067,'\x0a')));}}}),_0x16a4cb&&(testSuitesFailed+=0x1),this['log']('\x0a');}[a6_0x74aae0(0x261)](_0x264b8c){}[a6_0x74aae0(0x24a)](_0x24381d){const _0x12ae4a=a6_0x74aae0,_0x4ace31={};_0x4ace31[_0x12ae4a(0x1f6)]=function(_0x4eba9f,_0x43c0ee){return _0x4eba9f!==_0x43c0ee;},_0x4ace31[_0x12ae4a(0x21a)]=_0x12ae4a(0x251);const _0x22b6d9=_0x4ace31;if(_0x22b6d9[_0x12ae4a(0x1f6)](_0x24381d[_0x12ae4a(0x1d3)],undefined))return![];if(_0x24381d['actionLocation']&&_0x24381d[_0x12ae4a(0x22e)][_0x12ae4a(0x222)][_0x12ae4a(0x1cc)](_0x22b6d9[_0x12ae4a(0x21a)]))return!![];return![];}[a6_0x74aae0(0x208)](_0x1d0eb3){const _0x57c658=a6_0x74aae0,_0x5a87be={};_0x5a87be[_0x57c658(0x25e)]=_0x57c658(0x1fa),_0x5a87be['hCQpX']=_0x57c658(0x23e),_0x5a87be['IpGGs']=_0x57c658(0x25d),_0x5a87be[_0x57c658(0x20b)]=_0x57c658(0x1de),_0x5a87be['NpavK']=_0x57c658(0x230),_0x5a87be[_0x57c658(0x25c)]=_0x57c658(0x245),_0x5a87be[_0x57c658(0x1eb)]='AMBIGUOUS';const _0xc04f14=_0x5a87be;switch(_0x1d0eb3){case _0xc04f14['KCbsA']:testsFailed+=0x1;break;case _0xc04f14[_0x57c658(0x233)]:testsPassed+=0x1;break;case _0xc04f14[_0x57c658(0x246)]:testsSkipped+=0x1;break;case _0xc04f14[_0x57c658(0x20b)]:testsPending+=0x1;break;case _0xc04f14['NpavK']:testsUndefined+=0x1;break;case _0xc04f14['MRocP']:testsUnknown+=0x1;break;case _0xc04f14['tQGws']:testsAmbiguous+=0x1;break;default:break;}}['onTestRunStarted'](_0x2bb967){const _0x58620b=a6_0x74aae0,_0x13cb77={'kFACD':function(_0x357a51,_0x53b2f2){return _0x357a51!==_0x53b2f2;},'TnDGH':function(_0x5dc095,_0x49858c){return _0x5dc095!==_0x49858c;},'VBbXb':function(_0x43bffe,_0x30b444){return _0x43bffe(_0x30b444);},'pFZCT':function(_0x45f308,_0x5dd829){return _0x45f308+_0x5dd829;},'wBxpv':function(_0x178370){return _0x178370();}};let _0x236e4f;if(_0x13cb77[_0x58620b(0x249)](process['env'][_0x58620b(0x22f)],undefined)){const _0x32b06a=JSON[_0x58620b(0x260)](process[_0x58620b(0x20f)][_0x58620b(0x22f)]);_0x236e4f=_0x32b06a[_0x58620b(0x1f1)];}_0x13cb77['TnDGH'](_0x236e4f,undefined)&&(global[_0x58620b(0x24e)]=_0x13cb77[_0x58620b(0x1d6)](getPlatformName,_0x236e4f),this[_0x58620b(0x25b)](_0x13cb77[_0x58620b(0x1ed)](_0x58620b(0x21f)+global['__platform'],'\x0a'))),_0x13cb77['wBxpv'](shouldProcessEventForTesthub)&&(TestDetails[_0x58620b(0x1ec)](),this['report'][_0x58620b(0x212)]=_0x2bb967);}[a6_0x74aae0(0x215)](_0x48c2c8){const _0x427f7f=a6_0x74aae0;this[_0x427f7f(0x1e5)][_0x427f7f(0x257)]=_0x48c2c8,this[_0x427f7f(0x261)](_0x48c2c8);}async[a6_0x74aae0(0x1f5)](_0x3c1ebd,_0xd36ae,_0x444e02){const _0x3ebea8=a6_0x74aae0,_0x52ae8c={'dUyHp':function(_0x378b54,_0x1d55e8){return _0x378b54(_0x1d55e8);},'PnNfp':_0x3ebea8(0x23c),'DKrkL':function(_0x281821,_0x429134){return _0x281821&&_0x429134;}};testSuites+=0x1;if(_0x52ae8c[_0x3ebea8(0x1fb)](shouldProcessEventForTesthub,_0x52ae8c[_0x3ebea8(0x1fc)]))try{this[_0x3ebea8(0x1e5)][_0x3ebea8(0x1db)]=this[_0x3ebea8(0x1e5)][_0x3ebea8(0x1db)]||{},this[_0x3ebea8(0x1e5)][_0x3ebea8(0x1db)][_0x3c1ebd['id']]=_0x3c1ebd;const _0x3570a4=TestDetails[_0x3ebea8(0x223)](_0x3c1ebd['id']);_testCasesData[_0x3c1ebd['id']]=Object[_0x3ebea8(0x1d9)]({},_0x444e02);const _0x1bcf0c=this[_0x3ebea8(0x1e5)],_0x212580=_0x3c1ebd[_0x3ebea8(0x247)],_0x150a04=_0x1bcf0c[_0x3ebea8(0x21d)][_0x3ebea8(0x1f2)](_0x4a5cfd=>_0x4a5cfd['id']===_0x212580)[_0x3ebea8(0x250)],_0xf8c6d7=_0x1bcf0c['pickle'][_0x3ebea8(0x1f2)](_0x316c1d=>_0x316c1d['id']===_0x150a04),_0x350b78=_0x1bcf0c['gherkinDocument'][_0x3ebea8(0x1f2)](_0x1c56e5=>_0x1c56e5[_0x3ebea8(0x222)]===_0xf8c6d7[_0x3ebea8(0x222)]),_0x4fbac4=_0x350b78['feature'],_0x709ab0={'uuid':_0x3570a4,'startedAt':new Date()[_0x3ebea8(0x242)]()};if(_0xf8c6d7){const _0x5b5a1d={};_0x5b5a1d[_0x3ebea8(0x1e9)]=_0xf8c6d7[_0x3ebea8(0x1e9)],_0x709ab0['scenario']=_0x5b5a1d;}if(_0x52ae8c[_0x3ebea8(0x22d)](_0x350b78,_0x4fbac4)){const _0x5e96e8={};_0x5e96e8[_0x3ebea8(0x1ef)]=_0x350b78[_0x3ebea8(0x222)],_0x5e96e8[_0x3ebea8(0x1e9)]=_0x4fbac4[_0x3ebea8(0x1e9)],_0x5e96e8[_0x3ebea8(0x218)]=_0x4fbac4[_0x3ebea8(0x218)],_0x709ab0['feature']=_0x5e96e8;}_tests[_0x212580]=_0x709ab0,await testObservabilityReporter['sendTestRunEventForCucumber'](_0x444e02,_0x350b78,_0xf8c6d7,_0x52ae8c[_0x3ebea8(0x1fc)],_0x709ab0);}catch(_0x4970ee){logger[_0x3ebea8(0x254)](_0x3ebea8(0x1f3)+util[_0x3ebea8(0x23f)](_0x4970ee)+'\x20');}}async[a6_0x74aae0(0x1fd)](_0x321832,_0x507de5,_0x4e42a5){const _0xbddf4=a6_0x74aae0,_0x725e36={'nvzWf':function(_0x947d79,_0x2eb2f2){return _0x947d79(_0x2eb2f2);},'lflgq':_0xbddf4(0x1e3)};this[_0xbddf4(0x239)](_0x321832);if(_0x725e36[_0xbddf4(0x240)](shouldProcessEventForTesthub,_0x725e36[_0xbddf4(0x26d)]))try{this['report'][_0xbddf4(0x225)]=this[_0xbddf4(0x1e5)][_0xbddf4(0x225)]||{},this['report'][_0xbddf4(0x225)][_0x321832['testCaseStartedId']]=_0x321832,_testCasesData[_0x4e42a5['id']]=Object[_0xbddf4(0x1d9)]({},_0x4e42a5);const _0x145e5d=_0x321832[_0xbddf4(0x1c5)],_0x3e7169=_0x507de5[_0xbddf4(0x211)][_0xbddf4(0x231)][_0x145e5d][_0xbddf4(0x247)],_0x7edd6d=_0x507de5[_0xbddf4(0x211)]['testCaseMap'][_0x3e7169],_0x22c44c=_0x7edd6d[_0xbddf4(0x250)],_0x280296=_0x507de5[_0xbddf4(0x211)][_0xbddf4(0x201)][_0x22c44c],_0x3f56bd=this[_0xbddf4(0x1e4)](_0x507de5,_0x280296),_0x4d300e=_tests[_0x3e7169];_0x4d300e&&(delete _tests[_0x3e7169],_0x4d300e[_0xbddf4(0x228)]=new Date()[_0xbddf4(0x242)]()),await testObservabilityReporter['sendTestRunEventForCucumber'](_0x4e42a5,_0x3f56bd,_0x280296,_0x725e36[_0xbddf4(0x26d)],_0x4d300e);}catch(_0x486040){logger[_0xbddf4(0x254)](_0xbddf4(0x235)+util[_0xbddf4(0x23f)](_0x486040));}}async['onTestStepStarted'](_0x5753a5,_0x84200f){const _0x15a54b=a6_0x74aae0,_0x36a673={'YatyM':function(_0x4304b1,_0x9fe7d5){return _0x4304b1(_0x9fe7d5);},'DUAvv':_0x15a54b(0x1d5),'UDnyx':function(_0x355429,_0x92c5da){return _0x355429!==_0x92c5da;},'Hagnh':_0x15a54b(0x1dd)};if(_0x36a673[_0x15a54b(0x26b)](shouldProcessEventForTesthub,_0x36a673['DUAvv']))try{this[_0x15a54b(0x1e5)][_0x15a54b(0x22b)]=this[_0x15a54b(0x1e5)]['testStepStarted']||{},this[_0x15a54b(0x1e5)][_0x15a54b(0x22b)][_0x5753a5[_0x15a54b(0x1c5)]]=_0x5753a5;const _0x3deb2f=_0x5753a5['testCaseStartedId'],_0x4898fb=_0x84200f[_0x15a54b(0x211)][_0x15a54b(0x231)][_0x3deb2f][_0x15a54b(0x247)],_0x1fa5db=this[_0x15a54b(0x1e5)][_0x15a54b(0x21d)][_0x15a54b(0x1f2)](_0x4e0948=>_0x4e0948['id']===_0x4898fb)[_0x15a54b(0x250)],_0x135eed=this[_0x15a54b(0x1e5)][_0x15a54b(0x26e)]['find'](_0x4b4380=>_0x4b4380['id']===_0x1fa5db),_0x456a85=this[_0x15a54b(0x1e5)][_0x15a54b(0x21d)][_0x15a54b(0x1f2)](_0xc670c9=>_0xc670c9['id']===_0x4898fb)[_0x15a54b(0x238)],_0x3c7541=this[_0x15a54b(0x1e5)][_0x15a54b(0x22b)][_0x3deb2f][_0x15a54b(0x1dd)],_0x57d208=_0x456a85[_0x15a54b(0x1f2)](_0x10b753=>_0x10b753['id']===_0x3c7541)['pickleStepId'],_0x5e4671=_0x135eed['steps'][_0x15a54b(0x1f2)](_0xc844bd=>_0xc844bd['id']===_0x57d208);if(_0x57d208&&_tests[_0x4898fb]&&_0x36a673[_0x15a54b(0x1d8)](_tests[_0x4898fb][_0x36a673[_0x15a54b(0x210)]],_0x3c7541)){_tests[_0x4898fb][_0x36a673[_0x15a54b(0x210)]]=_0x3c7541;const _0x439a5a={};_0x439a5a[_0x15a54b(0x268)]=[];const _0x5bd276=_tests[_0x4898fb]||_0x439a5a;_0x5bd276&&!_0x5bd276[_0x15a54b(0x268)]&&(_0x5bd276['steps']=[]),_0x5bd276['steps'][_0x15a54b(0x1c9)]({'id':_0x5e4671['id'],'text':_0x5e4671[_0x15a54b(0x22a)],'started_at':new Date()[_0x15a54b(0x242)]()}),_tests[_0x4898fb]=_0x5bd276;}await testObservabilityReporter[_0x15a54b(0x214)](this[_0x15a54b(0x1e5)],_0x3deb2f,_0x36a673[_0x15a54b(0x1ce)],_0x456a85,_0x3c7541,_tests[_0x4898fb]);}catch(_0x2067e3){logger[_0x15a54b(0x254)](_0x15a54b(0x202)+util[_0x15a54b(0x23f)](_0x2067e3));}}async[a6_0x74aae0(0x1c7)](_0x5818f9,_0x3173ac){const _0x4be8aa=a6_0x74aae0,_0x44727f={'rnFpJ':function(_0x4c116c,_0x1f66aa){return _0x4c116c===_0x1f66aa;},'FgTuQ':'2|4|3|1|0','CEWtc':function(_0x1f607f,_0x3bb1c0){return _0x1f607f(_0x3bb1c0);},'CzXAv':'HookRunFinished','URzLs':'failed','geUzv':function(_0x54baa1,_0x2bfcd7){return _0x54baa1===_0x2bfcd7;},'Azgdm':'UnhandledError','UvKSJ':_0x4be8aa(0x1dd)};this[_0x4be8aa(0x1e5)]['testStepFinished']=this['report'][_0x4be8aa(0x200)]||{},this['report'][_0x4be8aa(0x200)][_0x5818f9[_0x4be8aa(0x1c5)]]=_0x5818f9;if(_0x44727f[_0x4be8aa(0x1da)](shouldProcessEventForTesthub,_0x44727f[_0x4be8aa(0x1fe)]))try{const _0x1177c4=_0x5818f9[_0x4be8aa(0x1c5)],_0x99a266=_0x3173ac[_0x4be8aa(0x211)]['testCaseAttemptDataMap'][_0x1177c4][_0x4be8aa(0x247)],_0x5e590f=_0x3173ac['eventDataCollector'][_0x4be8aa(0x269)][_0x99a266],_0x58515f=_0x5e590f[_0x4be8aa(0x250)],_0x2b1a90=_0x3173ac['eventDataCollector'][_0x4be8aa(0x201)][_0x58515f],_0x324e8f=_0x5818f9[_0x4be8aa(0x1dd)],_0xa3ed0c=_0x5e590f[_0x4be8aa(0x238)],_0x12eca4=this['eventDataCollector']['getTestCaseAttempt'](_0x1177c4),_0x27afeb=_0xa3ed0c['find'](_0x40cb9f=>_0x40cb9f['id']===_0x324e8f)['pickleStepId'];let _0x2cc7ae,_0x361f35;_0x5818f9[_0x4be8aa(0x25a)]&&_0x44727f['rnFpJ'](_0x5818f9[_0x4be8aa(0x25a)]['status'][_0x4be8aa(0x1e6)]()['toLowerCase'](),_0x44727f[_0x4be8aa(0x1f7)])&&(_0x2cc7ae=_0x44727f[_0x4be8aa(0x226)](_0x5818f9[_0x4be8aa(0x25a)][_0x4be8aa(0x1cd)],undefined)?_0x5818f9[_0x4be8aa(0x25a)]['message']:_0x5818f9[_0x4be8aa(0x25a)]['exception']['message'],_0x361f35=_0x44727f[_0x4be8aa(0x226)](_0x5818f9[_0x4be8aa(0x25a)][_0x4be8aa(0x1cd)],undefined)?_0x44727f['Azgdm']:_0x5818f9[_0x4be8aa(0x25a)]['message']);await testObservabilityReporter[_0x4be8aa(0x214)](this[_0x4be8aa(0x1e5)],_0x1177c4,_0x44727f[_0x4be8aa(0x1fe)],_0xa3ed0c,_0x324e8f,_tests[_0x99a266]);if(_0x27afeb&&_tests[_0x99a266][_0x44727f['UvKSJ']]){const _0x4f31f=_0x2b1a90[_0x4be8aa(0x268)][_0x4be8aa(0x1f2)](_0xd9a329=>_0xd9a329['id']===_0x27afeb),_0x5eecbc={};_0x5eecbc['steps']=[];const _0x575358=_tests[_0x99a266]||_0x5eecbc;!_0x575358[_0x4be8aa(0x268)]?_0x575358['steps']=[{'id':_0x4f31f['id'],'text':_0x4f31f[_0x4be8aa(0x22a)],'finished_at':new Date()[_0x4be8aa(0x242)](),'result':_0x5818f9[_0x4be8aa(0x25a)][_0x4be8aa(0x22c)],'duration':_0x5818f9['testStepResult'][_0x4be8aa(0x1dc)][_0x4be8aa(0x229)],'failure':_0x2cc7ae,'failureType':_0x361f35}]:_0x575358['steps'][_0x4be8aa(0x1c2)](_0x4907d3=>{const _0x2fb939=_0x4be8aa;if(_0x44727f[_0x2fb939(0x255)](_0x4907d3['id'],_0x4f31f['id'])){const _0x66e1a4=_0x44727f[_0x2fb939(0x244)][_0x2fb939(0x262)]('|');let _0x11c71c=0x0;while(!![]){switch(_0x66e1a4[_0x11c71c++]){case'0':_0x4907d3[_0x2fb939(0x24f)]=_0x361f35;continue;case'1':_0x4907d3[_0x2fb939(0x203)]=_0x2cc7ae;continue;case'2':_0x4907d3['finished_at']=new Date()[_0x2fb939(0x242)]();continue;case'3':_0x4907d3['duration']=_0x5818f9[_0x2fb939(0x25a)][_0x2fb939(0x1dc)]['seconds'];continue;case'4':_0x4907d3[_0x2fb939(0x23d)]=_0x5818f9['testStepResult'][_0x2fb939(0x22c)];continue;}break;}}}),_tests[_0x99a266]=_0x575358,delete _tests[_0x99a266][_0x44727f[_0x4be8aa(0x252)]];}}catch(_0x39d1a3){logger[_0x4be8aa(0x254)](_0x4be8aa(0x213)+util[_0x4be8aa(0x23f)](_0x39d1a3));}}[a6_0x74aae0(0x1c1)](_0xe1949f){const _0x8a4f3=a6_0x74aae0,_0x2f8d18={};return _0xe1949f['feature'][_0x8a4f3(0x21e)][_0x8a4f3(0x1f4)](this[_0x8a4f3(0x266)])[_0x8a4f3(0x258)]()[_0x8a4f3(0x1c2)](_0x58d4f7=>_0x58d4f7[_0x8a4f3(0x268)][_0x8a4f3(0x1c2)](_0x35e6c1=>_0x2f8d18[_0x35e6c1['id']]=_0x35e6c1)),_0x2f8d18;}[a6_0x74aae0(0x266)](_0x3aef44){const _0x542175=a6_0x74aae0,_0x93ff1d={'XaslL':function(_0x11d511,_0x354899){return _0x11d511(_0x354899);},'lohfo':function(_0x1e933b,_0x4c1993){return _0x1e933b(_0x4c1993);}};if(!_0x93ff1d[_0x542175(0x26c)](isUndefined,_0x3aef44['background']))return[_0x3aef44['background']];else{if(!_0x93ff1d[_0x542175(0x1cb)](isUndefined,_0x3aef44[_0x542175(0x1df)]))return _0x3aef44[_0x542175(0x1df)][_0x542175(0x21e)]['map'](_0x427c55=>!isUndefined(_0x427c55[_0x542175(0x236)])?_0x427c55[_0x542175(0x236)]:_0x427c55['scenario']);};return[_0x3aef44[_0x542175(0x1d7)]];}['getGherkinDocument'](_0x20d8b9,_0x2ee0ba){const _0x2ab184=a6_0x74aae0;return Object[_0x2ab184(0x20c)](_0x20d8b9[_0x2ab184(0x211)]['gherkinDocumentMap'])['find'](_0x449e83=>_0x449e83[_0x2ab184(0x222)]===_0x2ee0ba[_0x2ab184(0x222)]);}}module[a6_0x74aae0(0x1c0)]=o11yClassErrorHandler(BrowserstackFormatter,[a6_0x74aae0(0x1f5),a6_0x74aae0(0x1fd),a6_0x74aae0(0x1c8),a6_0x74aae0(0x1c7),a6_0x74aae0(0x232),'onTestRunFinished',a6_0x74aae0(0x266),a6_0x74aae0(0x1e4),'getGherkinStepMap']);function a6_0x43cd(){const _0x41af62=['MRocP','SKIPPED','KCbsA','eventBroadcaster','parse','logTestRunFinished','split','gherkinDocument','tuXAa','getTestCaseAttempt','extractStepContainers','testCaseAttempt','steps','testCaseMap','mfXHR','YatyM','XaslL','lflgq','pickle','exports','getGherkinStepMap','forEach','source','util','testCaseStartedId','onSource','onTestStepFinished','onTestStepStarted','push','testCase','lohfo','includes','exception','DUAvv','onStepDefinition','ADXXo','onPickle','YTRwb','sourceLocation','HiHRy','HookRunStarted','VBbXb','scenario','UDnyx','assign','CEWtc','testCaseStarted','duration','testStepId','PENDING','rule','hooks','3719125Wtcdth','NkYyp','TestRunFinished','getGherkinDocument','report','toString','snippetBuilder','EYpmn','name','envelope','tQGws','setup','pFZCT','../test-observability.js','path','../../playwright/reporter/test-details.js','capability','find','Exception\x20in\x20sending\x20onTestCaseStarted:\x20','map','onTestCaseStarted','uLVAQ','URzLs','onTestCase','../../../helpers/logger','FAILED','dUyHp','PnNfp','onTestCaseFinished','CzXAv','80rpiHQe','testStepFinished','pickleMap','Exception\x20in\x20onTestStepStarted\x20event:\x20','failure','winstonLogger','\x20-\x20','feature','srhGP','incrementCounter','onGherkinDocument','424592XMgHJN','JveOg','values','onHook','28yNkfBQ','env','Hagnh','eventDataCollector','testRunStarted','Exception\x20in\x20onTestStepFinished\x20event:\x20','sendHook','onTestRunFinished','100XbMSWe','552879AxlGJW','description','826545qZjGEv','fRYgG','1720aycjGq','yTHBq','testCases','children','Executing\x20tests\x20for\x20','WfVol','wBhQq','uri','getTestUUID','4925418RWUSku','testCaseFinished','geUzv','stepDefinition','finishedAt','seconds','text','testStepStarted','status','DKrkL','actionLocation','CONFIG','UNDEFINED','testCaseAttemptDataMap','onTestRunStarted','hCQpX','message','Exception\x20in\x20sending\x20onTestCaseFinished\x20event:\x20\x20','background','JWVmy','testSteps','logTestCaseFinished','supportCodeLibrary','keyword','TestRunStarted','result','PASSED','format','nvzWf','@cucumber/cucumber','toISOString','parseTestCaseAttempt','FgTuQ','UNKNOWN','IpGGs','testCaseId','QAUbH','kFACD','isBstackHook','99597xMjxPl','bstack','BXUux','__platform','failureType','pickleId','cucumber-js/test.setup.js','UvKSJ','ZomBd','debug','rnFpJ','hook','testRunFinished','flat','cwd','testStepResult','log'];a6_0x43cd=function(){return _0x41af62;};return a6_0x43cd();}
@@ -1 +1 @@
1
- const a7_0x4afb87=a7_0xe32b;function a7_0xe32b(_0x78d062,_0x2a4915){const _0x2be206=a7_0x2be2();return a7_0xe32b=function(_0xe32bc8,_0x2eb0b8){_0xe32bc8=_0xe32bc8-0x6c;let _0x2542a6=_0x2be206[_0xe32bc8];return _0x2542a6;},a7_0xe32b(_0x78d062,_0x2a4915);}(function(_0x196511,_0x570214){const _0x2263a6=a7_0xe32b,_0x386e49=_0x196511();while(!![]){try{const _0x3c4b93=parseInt(_0x2263a6(0x9f))/0x1+-parseInt(_0x2263a6(0x83))/0x2+-parseInt(_0x2263a6(0x73))/0x3+parseInt(_0x2263a6(0xa8))/0x4*(-parseInt(_0x2263a6(0xc5))/0x5)+parseInt(_0x2263a6(0xc2))/0x6*(-parseInt(_0x2263a6(0x7f))/0x7)+-parseInt(_0x2263a6(0xa1))/0x8*(parseInt(_0x2263a6(0x7a))/0x9)+-parseInt(_0x2263a6(0xc4))/0xa*(-parseInt(_0x2263a6(0x9c))/0xb);if(_0x3c4b93===_0x570214)break;else _0x386e49['push'](_0x386e49['shift']());}catch(_0x28e07a){_0x386e49['push'](_0x386e49['shift']());}}}(a7_0x2be2,0x57f91));function a7_0x2be2(){const _0x435cc8=['CwPWP','Executing\x20tests\x20for\x20','test-step-started','vZWQb','\x20\x20\x20\x20BEFORE\x20-\x20','cucumber','text','ZEujF','Srids','test-run-started','YRlse','exception','FAILED','CoKTV','__platform','1021392bqpqlx','ntzRD','mPell','UNKNOWN','exports','KhZJw','UevIQ','77679lPmCtp','eventBroadcaster','line','sourceLocation','forEach','182cbIPRV','cucumber/lib/formatter/helpers/pickle_parser.js','xWJbo','logTestCaseFinished','1397332QTrdWB','wkXUX','zvJsA','BCnvV','parse','lKcwH','gherkinDocument','\x20-\x20','length','bZRzo','pnNuE','ZWwdX','testCase','getTestCaseAttempt','feature','tBxTT','BDqLH','env','zBRcT','../../../helpers/helper','wjNro','pickle','ePhGi','GrrFP','\x20\x20\x20\x20AFTER\x20-\x20','22789206pOSssD','log','CONFIG','667135XVIOgX','dgDXs','648XTyASL','GZRWu','TWCDR','aioMg','LLvoQ','includes','steps','68132RIQbTU','toUpperCase','ROgds','uri','thPhL','Fodgk','getStepLineToPickledStepMap','test-case-started','stepResults','result','SZMvG','actionLocation','AMBIGUOUS','UNDEFINED','ZUOun','test-run-finished','name','SKIPPED','doBql','getTestCaseData','undefined','capability','feZDl','status','ryslc','eventDataCollector','10188PPGrey','cucumber-js/test_old.setup.js','10KeDLgL','175SOzUBx'];a7_0x2be2=function(){return _0x435cc8;};return a7_0x2be2();}const {requireModule,getPlatformName,nestedKeyValue}=require(a7_0x4afb87(0x96)),{Formatter}=requireModule(a7_0x4afb87(0xcb)),pickleParser=requireModule(a7_0x4afb87(0x80));class BrowserstackFormatter extends Formatter{constructor(_0x4cffcc){const _0x51e248=a7_0x4afb87,_0x4e89b3={'ZUOun':function(_0x5cb063,_0x32cb64){return _0x5cb063!==_0x32cb64;},'KhZJw':function(_0xec3f04,_0x46b7d0){return _0xec3f04(_0x46b7d0);},'ntzRD':_0x51e248(0x6d),'UevIQ':_0x51e248(0xaf),'xoOiD':'test-case-finished','pnNuE':_0x51e248(0xb7),'aioMg':_0x51e248(0xc8)};super(_0x4cffcc),_0x4cffcc['eventBroadcaster']['on'](_0x4e89b3[_0x51e248(0x74)],()=>{const _0x24b1f9=_0x51e248;let _0x4a0080;if(_0x4e89b3[_0x24b1f9(0xb6)](process[_0x24b1f9(0x94)][_0x24b1f9(0x9e)],undefined)){const _0x454752=JSON[_0x24b1f9(0x87)](process[_0x24b1f9(0x94)][_0x24b1f9(0x9e)]);_0x4a0080=_0x454752[_0x24b1f9(0xbd)];}_0x4e89b3[_0x24b1f9(0xb6)](_0x4a0080,undefined)&&(global[_0x24b1f9(0x72)]=_0x4e89b3[_0x24b1f9(0x78)](getPlatformName,_0x4a0080),console['log'](_0x24b1f9(0xc7)+global[_0x24b1f9(0x72)]));}),_0x4cffcc[_0x51e248(0x7b)]['on'](_0x4e89b3[_0x51e248(0x79)],()=>{testSuites+=0x1;}),_0x4cffcc[_0x51e248(0x7b)]['on'](_0x4e89b3['xoOiD'],_0x4345f8=>{const _0x4f31cc=_0x51e248;this[_0x4f31cc(0x82)](_0x4345f8);}),_0x4cffcc[_0x51e248(0x7b)]['on'](_0x4e89b3[_0x51e248(0x8d)],()=>{totalTests-=0x2;}),_0x4cffcc[_0x51e248(0x7b)]['on'](_0x4e89b3[_0x51e248(0xa4)],()=>{totalTests+=0x1;});}[a7_0x4afb87(0x82)](_0x2ce64a){const _0x32b8c0=a7_0x4afb87,_0x2d9867={'TWCDR':_0x32b8c0(0x70),'NSDJt':'PASSED','BCnvV':_0x32b8c0(0xb9),'lKcwH':'PENDING','KazSl':_0x32b8c0(0xb5),'xWJbo':_0x32b8c0(0x76),'ZWwdX':_0x32b8c0(0xb4),'wkXUX':function(_0x587ffd,_0x220e19){return _0x587ffd+_0x220e19;},'ROgds':function(_0xa7c09f,_0x1223bb){return _0xa7c09f+_0x1223bb;},'CwPWP':'\x20\x20\x20\x20','ryslc':_0x32b8c0(0x8a),'CoKTV':function(_0x660cb1,_0x1b7290){return _0x660cb1(_0x1b7290);},'GrrFP':_0x32b8c0(0xc3),'vZWQb':function(_0x3aa494,_0x11d584){return _0x3aa494(_0x11d584);},'bZRzo':function(_0x21a7ce,_0x5adbac){return _0x21a7ce+_0x5adbac;},'GZRWu':_0x32b8c0(0x9b),'pCkIL':function(_0x1f8a2c,_0x3f3110){return _0x1f8a2c+_0x3f3110;},'BDqLH':_0x32b8c0(0xca),'zvJsA':function(_0x1b9c15,_0x24cc03){return _0x1b9c15===_0x24cc03;},'ePhGi':function(_0x16204d,_0x952d1c,_0x8b4024){return _0x16204d(_0x952d1c,_0x8b4024);},'Srids':_0x32b8c0(0xb1),'mPell':_0x32b8c0(0x6f),'dgDXs':'stack','Fodgk':function(_0x4d196d,_0x461815){return _0x4d196d!==_0x461815;},'VIPeM':function(_0x342784,_0xe3bc10){return _0x342784+_0xe3bc10;},'SZMvG':_0x32b8c0(0xbc),'zBRcT':function(_0x15442a,_0x2b20e1){return _0x15442a+_0x2b20e1;},'doBql':function(_0x1ede85,_0x432b49){return _0x1ede85+_0x432b49;},'wjNro':function(_0x3fe06a,_0x39baa3){return _0x3fe06a+_0x39baa3;},'LLvoQ':function(_0x369326,_0xe2cdf2){return _0x369326<_0xe2cdf2;},'thPhL':function(_0x447978,_0x4f6cfd){return _0x447978+_0x4f6cfd;},'ZEujF':function(_0x85fc22,_0x1848a7){return _0x85fc22(_0x1848a7);},'feZDl':function(_0x701de9,_0x46791b){return _0x701de9+_0x46791b;},'YRlse':function(_0x370d16,_0x386d2d){return _0x370d16===_0x386d2d;},'iHcJw':function(_0x294d56,_0x45839a){return _0x294d56+_0x45839a;},'tBxTT':function(_0x33dddb,_0x428321){return _0x33dddb+_0x428321;}};let _0x44193c=![];function _0xe2c1a2(_0x440cd5){const _0x5cadc1=_0x32b8c0;switch(_0x440cd5){case _0x2d9867[_0x5cadc1(0xa3)]:testsFailed+=0x1;break;case _0x2d9867['NSDJt']:testsPassed+=0x1;break;case _0x2d9867[_0x5cadc1(0x86)]:testsSkipped+=0x1;break;case _0x2d9867[_0x5cadc1(0x88)]:testsPending+=0x1;break;case _0x2d9867['KazSl']:testsUndefined+=0x1;break;case _0x2d9867[_0x5cadc1(0x81)]:testsUnknown+=0x1;break;case _0x2d9867[_0x5cadc1(0x8e)]:testsAmbiguous+=0x1;break;default:break;}}_0x2d9867[_0x32b8c0(0xad)](global[_0x32b8c0(0x72)],undefined)&&console['log'](_0x2d9867['VIPeM'](_0x2d9867[_0x32b8c0(0xaa)]('\x0a',global[_0x32b8c0(0x72)]),'\x0a'));let _0x50aa4c=![];if(_0x2d9867[_0x32b8c0(0xad)](typeof this['eventDataCollector']['getTestCaseData'],_0x2d9867[_0x32b8c0(0xb2)])){var _0x2d4bca=this['eventDataCollector'][_0x32b8c0(0xbb)](_0x2ce64a['sourceLocation']),_0x275f3e=_0x2d4bca[_0x32b8c0(0x98)],_0x312298=_0x2d4bca[_0x32b8c0(0x8f)];console['log'](_0x2d9867[_0x32b8c0(0x95)]('\x20\x20',_0x275f3e[_0x32b8c0(0xb8)]));var _0x5017a3=(0x0,pickleParser[_0x32b8c0(0xae)])(_0x275f3e);_0x312298[_0x32b8c0(0xa7)][_0x32b8c0(0x7e)](function(_0x53c680){const _0x1b1d84=_0x32b8c0;if(_0x53c680[_0x1b1d84(0xb3)]&&_0x53c680[_0x1b1d84(0x7d)])_0x44193c=!![],console[_0x1b1d84(0x9d)](_0x2d9867['wkXUX'](_0x2d9867['wkXUX'](_0x2d9867[_0x1b1d84(0xaa)](_0x2d9867[_0x1b1d84(0xc6)],_0x5017a3[_0x53c680[_0x1b1d84(0x7d)]['line']]['text']),_0x2d9867[_0x1b1d84(0xc0)]),_0x53c680[_0x1b1d84(0xb1)][_0x1b1d84(0xbf)]['toUpperCase']())),_0x2d9867[_0x1b1d84(0x71)](_0xe2c1a2,_0x53c680[_0x1b1d84(0xb1)][_0x1b1d84(0xbf)][_0x1b1d84(0xa9)]());else _0x53c680[_0x1b1d84(0xb3)]&&(!_0x53c680['actionLocation'][_0x1b1d84(0xab)][_0x1b1d84(0xa6)](_0x2d9867[_0x1b1d84(0x9a)])&&(_0x2d9867[_0x1b1d84(0xc9)](_0xe2c1a2,_0x53c680[_0x1b1d84(0xb1)][_0x1b1d84(0xbf)][_0x1b1d84(0xa9)]()),_0x44193c?console[_0x1b1d84(0x9d)](_0x2d9867[_0x1b1d84(0x8c)](_0x2d9867[_0x1b1d84(0xa2)],_0x53c680[_0x1b1d84(0xb1)][_0x1b1d84(0xbf)][_0x1b1d84(0xa9)]())):console[_0x1b1d84(0x9d)](_0x2d9867['pCkIL'](_0x2d9867[_0x1b1d84(0x93)],_0x53c680[_0x1b1d84(0xb1)][_0x1b1d84(0xbf)][_0x1b1d84(0xa9)]()))));if(_0x2d9867[_0x1b1d84(0x85)](_0x53c680[_0x1b1d84(0xb1)][_0x1b1d84(0xbf)][_0x1b1d84(0xa9)](),_0x2d9867[_0x1b1d84(0xa3)])){const _0x1bb8c0=_0x2d9867[_0x1b1d84(0x99)](nestedKeyValue,_0x53c680,[_0x2d9867[_0x1b1d84(0x6c)],_0x2d9867[_0x1b1d84(0x75)],_0x2d9867['dgDXs']]);_0x1bb8c0&&(testsErrorMessage[_0x275f3e['name']]=_0x1bb8c0,console['log'](_0x2d9867[_0x1b1d84(0x84)](_0x1bb8c0,'\x0a'))),_0x50aa4c=!![];}});}else{const _0x61de9c=this[_0x32b8c0(0xc1)][_0x32b8c0(0x90)](_0x2ce64a);console[_0x32b8c0(0x9d)](_0x2d9867[_0x32b8c0(0xba)](_0x2d9867[_0x32b8c0(0x84)](_0x2d9867[_0x32b8c0(0x97)]('\x20\x20',_0x61de9c[_0x32b8c0(0x89)][_0x32b8c0(0x91)]['name']),_0x2d9867[_0x32b8c0(0xc0)]),_0x61de9c['pickle'][_0x32b8c0(0xb8)]));const _0x4cdd0e=(0x0,pickleParser['getStepLineToPickledStepMap'])(_0x61de9c['pickle']),_0x518f39=_0x61de9c[_0x32b8c0(0x8f)][_0x32b8c0(0xa7)],_0x2f9113=_0x61de9c[_0x32b8c0(0xb0)],_0x297070=_0x518f39[_0x32b8c0(0x8b)];for(let _0x4dee02=0x0;_0x2d9867[_0x32b8c0(0xa5)](_0x4dee02,_0x297070);_0x4dee02++){const _0x2eb03e=_0x518f39[_0x4dee02];if(_0x2eb03e[_0x32b8c0(0xb3)]&&_0x2eb03e[_0x32b8c0(0x7d)])_0x44193c=!![],console[_0x32b8c0(0x9d)](_0x2d9867['wjNro'](_0x2d9867[_0x32b8c0(0xaa)](_0x2d9867[_0x32b8c0(0xac)](_0x2d9867[_0x32b8c0(0xc6)],_0x4cdd0e[_0x2eb03e[_0x32b8c0(0x7d)][_0x32b8c0(0x7c)]][_0x32b8c0(0xcc)]),_0x2d9867[_0x32b8c0(0xc0)]),_0x2f9113[_0x4dee02][_0x32b8c0(0xbf)][_0x32b8c0(0xa9)]())),_0x2d9867[_0x32b8c0(0xcd)](_0xe2c1a2,_0x2f9113[_0x4dee02][_0x32b8c0(0xbf)][_0x32b8c0(0xa9)]());else _0x2eb03e[_0x32b8c0(0xb3)]&&(!_0x2eb03e['actionLocation']['uri'][_0x32b8c0(0xa6)](_0x2d9867['GrrFP'])&&(_0x2d9867[_0x32b8c0(0xcd)](_0xe2c1a2,_0x2f9113[_0x4dee02][_0x32b8c0(0xbf)][_0x32b8c0(0xa9)]()),_0x44193c?console[_0x32b8c0(0x9d)](_0x2d9867[_0x32b8c0(0xbe)](_0x2d9867['GZRWu'],_0x2f9113[_0x4dee02][_0x32b8c0(0xbf)][_0x32b8c0(0xa9)]())):console[_0x32b8c0(0x9d)](_0x2d9867[_0x32b8c0(0xba)](_0x2d9867['BDqLH'],_0x2f9113[_0x4dee02][_0x32b8c0(0xbf)][_0x32b8c0(0xa9)]()))));if(_0x2d9867[_0x32b8c0(0x6e)](_0x2f9113[_0x4dee02][_0x32b8c0(0xbf)][_0x32b8c0(0xa9)](),_0x2d9867[_0x32b8c0(0xa3)])){_0x50aa4c=!![];const _0x1f2faa=_0x2d9867[_0x32b8c0(0x99)](nestedKeyValue,_0x2f9113[_0x4dee02],[_0x2d9867[_0x32b8c0(0x75)],_0x2d9867[_0x32b8c0(0xa0)]]);_0x1f2faa&&(testsErrorMessage[_0x2d9867['iHcJw'](_0x2d9867[_0x32b8c0(0x84)](_0x61de9c[_0x32b8c0(0x89)][_0x32b8c0(0x91)]['name'],_0x2d9867[_0x32b8c0(0xc0)]),_0x61de9c[_0x32b8c0(0x98)][_0x32b8c0(0xb8)])]=_0x1f2faa,console[_0x32b8c0(0x9d)](_0x2d9867[_0x32b8c0(0x92)](_0x1f2faa,'\x0a')));}}}_0x50aa4c&&(testSuitesFailed+=0x1),console[_0x32b8c0(0x9d)]('\x0a');}}module[a7_0x4afb87(0x77)]=BrowserstackFormatter;
1
+ const a7_0x3aed9c=a7_0x4f19;(function(_0x2f3e90,_0x3d2087){const _0x2896fb=a7_0x4f19,_0x181007=_0x2f3e90();while(!![]){try{const _0x36249c=parseInt(_0x2896fb(0x193))/0x1+parseInt(_0x2896fb(0x1c3))/0x2+-parseInt(_0x2896fb(0x187))/0x3*(-parseInt(_0x2896fb(0x19f))/0x4)+parseInt(_0x2896fb(0x1bc))/0x5*(parseInt(_0x2896fb(0x1b5))/0x6)+parseInt(_0x2896fb(0x1d1))/0x7*(parseInt(_0x2896fb(0x1cd))/0x8)+parseInt(_0x2896fb(0x1a4))/0x9+-parseInt(_0x2896fb(0x1cb))/0xa;if(_0x36249c===_0x3d2087)break;else _0x181007['push'](_0x181007['shift']());}catch(_0x39c601){_0x181007['push'](_0x181007['shift']());}}}(a7_0x331c,0x74801));const {requireModule,getPlatformName,nestedKeyValue}=require('../../../helpers/helper'),{Formatter}=requireModule('cucumber'),pickleParser=requireModule(a7_0x3aed9c(0x1a3),a7_0x3aed9c(0x1a8));class BrowserstackFormatter extends Formatter{constructor(_0x32afae){const _0x243e5d=a7_0x3aed9c,_0x1a7efc={'FludO':function(_0xf6251,_0x43b8c1){return _0xf6251!==_0x43b8c1;},'wsmJw':function(_0x32e2d3,_0x30cbc9){return _0x32e2d3(_0x30cbc9);},'TUXxC':_0x243e5d(0x183),'XnHkp':'test-case-started','MXJOV':_0x243e5d(0x184),'pEOhv':_0x243e5d(0x1d6),'fKHbh':_0x243e5d(0x1c8)};super(_0x32afae),_0x32afae[_0x243e5d(0x1c7)]['on'](_0x1a7efc[_0x243e5d(0x1b3)],()=>{const _0x2a6bd2=_0x243e5d;let _0x2f4886;if(_0x1a7efc[_0x2a6bd2(0x19e)](process[_0x2a6bd2(0x196)][_0x2a6bd2(0x18c)],undefined)){const _0x45f36f=JSON[_0x2a6bd2(0x19c)](process[_0x2a6bd2(0x196)][_0x2a6bd2(0x18c)]);_0x2f4886=_0x45f36f[_0x2a6bd2(0x1a0)];}_0x1a7efc[_0x2a6bd2(0x19e)](_0x2f4886,undefined)&&(global[_0x2a6bd2(0x189)]=_0x1a7efc['wsmJw'](getPlatformName,_0x2f4886),console[_0x2a6bd2(0x1c1)](_0x2a6bd2(0x1d3)+global[_0x2a6bd2(0x189)]));}),_0x32afae['eventBroadcaster']['on'](_0x1a7efc[_0x243e5d(0x18a)],()=>{testSuites+=0x1;}),_0x32afae[_0x243e5d(0x1c7)]['on'](_0x1a7efc[_0x243e5d(0x19b)],_0xfd913b=>{const _0x2af118=_0x243e5d;this[_0x2af118(0x1a2)](_0xfd913b);}),_0x32afae[_0x243e5d(0x1c7)]['on'](_0x1a7efc[_0x243e5d(0x19a)],()=>{totalTests-=0x2;}),_0x32afae[_0x243e5d(0x1c7)]['on'](_0x1a7efc[_0x243e5d(0x1b8)],()=>{totalTests+=0x1;});}[a7_0x3aed9c(0x1a2)](_0x5b1b77){const _0x1947ad=a7_0x3aed9c,_0x27b2a={'pvCLH':_0x1947ad(0x1ae),'cLfee':'PASSED','NJIdB':'SKIPPED','wOMBL':'PENDING','rerTE':_0x1947ad(0x1cc),'ArGtc':_0x1947ad(0x1bb),'QfOOW':_0x1947ad(0x1a6),'WuVVw':function(_0x46efc3,_0x406f14){return _0x46efc3+_0x406f14;},'gGhIG':function(_0x5f4f90,_0x4c641b){return _0x5f4f90+_0x4c641b;},'bejLF':function(_0x10931b,_0x54b032){return _0x10931b+_0x54b032;},'aUHin':_0x1947ad(0x198),'nomBU':_0x1947ad(0x195),'DZNMJ':function(_0x136195,_0x1a7dcc){return _0x136195(_0x1a7dcc);},'ZUfSU':_0x1947ad(0x1a9),'vWBVT':function(_0x5cda16,_0x4a0988){return _0x5cda16(_0x4a0988);},'jTHUK':function(_0x132b86,_0x44eba){return _0x132b86+_0x44eba;},'FvCqm':'\x20\x20\x20\x20AFTER\x20-\x20','dOOze':'\x20\x20\x20\x20BEFORE\x20-\x20','MTWhX':function(_0x307baa,_0x2a05be){return _0x307baa===_0x2a05be;},'YcqAA':function(_0x3be4f8,_0xb9a59b,_0x423091){return _0x3be4f8(_0xb9a59b,_0x423091);},'tvitK':'result','Fmmmt':_0x1947ad(0x1c5),'cTXGo':_0x1947ad(0x190),'fdVEl':function(_0x423969,_0x584d64){return _0x423969!==_0x584d64;},'WDEQb':function(_0x65afd4,_0x7070d){return _0x65afd4+_0x7070d;},'WNjCJ':function(_0x420e59,_0x3cf508){return _0x420e59+_0x3cf508;},'fmrZU':_0x1947ad(0x1ce),'IXllK':function(_0x448206,_0x346548){return _0x448206+_0x346548;},'wmgoi':function(_0x1a5da8,_0x5db147){return _0x1a5da8+_0x5db147;},'OKAIK':function(_0x4052ef,_0x3dfc5b){return _0x4052ef<_0x3dfc5b;},'WETnU':function(_0x3cc307,_0x1977f){return _0x3cc307(_0x1977f);},'BmZRJ':function(_0x216ee5,_0x5b09ed){return _0x216ee5+_0x5b09ed;},'QTCHh':function(_0x2d2062,_0x3d7ba0){return _0x2d2062===_0x3d7ba0;},'BROyn':function(_0x55bb84,_0x426ae7){return _0x55bb84+_0x426ae7;},'rhooB':function(_0x285228,_0x241bac){return _0x285228+_0x241bac;}};let _0x3caaec=![];function _0x1f175d(_0x55845e){const _0xaf7f12=_0x1947ad;switch(_0x55845e){case _0x27b2a[_0xaf7f12(0x18b)]:testsFailed+=0x1;break;case _0x27b2a[_0xaf7f12(0x19d)]:testsPassed+=0x1;break;case _0x27b2a[_0xaf7f12(0x17e)]:testsSkipped+=0x1;break;case _0x27b2a[_0xaf7f12(0x1b7)]:testsPending+=0x1;break;case _0x27b2a[_0xaf7f12(0x1b4)]:testsUndefined+=0x1;break;case _0x27b2a['ArGtc']:testsUnknown+=0x1;break;case _0x27b2a['QfOOW']:testsAmbiguous+=0x1;break;default:break;}}_0x27b2a['fdVEl'](global[_0x1947ad(0x189)],undefined)&&console[_0x1947ad(0x1c1)](_0x27b2a[_0x1947ad(0x197)](_0x27b2a[_0x1947ad(0x1ba)]('\x0a',global[_0x1947ad(0x189)]),'\x0a'));let _0x17e530=![];if(_0x27b2a[_0x1947ad(0x1ca)](typeof this[_0x1947ad(0x1bd)][_0x1947ad(0x1af)],_0x27b2a[_0x1947ad(0x180)])){var _0x5df808=this[_0x1947ad(0x1bd)][_0x1947ad(0x1af)](_0x5b1b77[_0x1947ad(0x1a1)]),_0x6b5ab2=_0x5df808['pickle'],_0x5097ed=_0x5df808[_0x1947ad(0x1b1)];console['log'](_0x27b2a[_0x1947ad(0x181)]('\x20\x20',_0x6b5ab2[_0x1947ad(0x1c6)]));var _0xcca32d=(0x0,pickleParser['getStepLineToPickledStepMap'])(_0x6b5ab2);_0x5097ed[_0x1947ad(0x1d4)][_0x1947ad(0x1b0)](function(_0x2730a2){const _0x5b19d4=_0x1947ad;if(_0x2730a2[_0x5b19d4(0x1a5)]&&_0x2730a2[_0x5b19d4(0x1a1)])_0x3caaec=!![],console[_0x5b19d4(0x1c1)](_0x27b2a[_0x5b19d4(0x188)](_0x27b2a['gGhIG'](_0x27b2a[_0x5b19d4(0x1b2)](_0x27b2a[_0x5b19d4(0x192)],_0xcca32d[_0x2730a2['sourceLocation']['line']]['text']),_0x27b2a[_0x5b19d4(0x1be)]),_0x2730a2[_0x5b19d4(0x1cf)]['status']['toUpperCase']())),_0x27b2a[_0x5b19d4(0x1c0)](_0x1f175d,_0x2730a2[_0x5b19d4(0x1cf)][_0x5b19d4(0x1bf)][_0x5b19d4(0x199)]());else _0x2730a2[_0x5b19d4(0x1a5)]&&(!_0x2730a2['actionLocation'][_0x5b19d4(0x1ab)][_0x5b19d4(0x191)](_0x27b2a[_0x5b19d4(0x18d)])&&(_0x27b2a['vWBVT'](_0x1f175d,_0x2730a2[_0x5b19d4(0x1cf)][_0x5b19d4(0x1bf)]['toUpperCase']()),_0x3caaec?console['log'](_0x27b2a['jTHUK'](_0x27b2a[_0x5b19d4(0x1ac)],_0x2730a2[_0x5b19d4(0x1cf)]['status'][_0x5b19d4(0x199)]())):console[_0x5b19d4(0x1c1)](_0x27b2a['jTHUK'](_0x27b2a[_0x5b19d4(0x1c9)],_0x2730a2[_0x5b19d4(0x1cf)][_0x5b19d4(0x1bf)]['toUpperCase']()))));if(_0x27b2a[_0x5b19d4(0x1ad)](_0x2730a2[_0x5b19d4(0x1cf)][_0x5b19d4(0x1bf)][_0x5b19d4(0x199)](),_0x27b2a['pvCLH'])){const _0x3f64c2=_0x27b2a[_0x5b19d4(0x182)](nestedKeyValue,_0x2730a2,[_0x27b2a[_0x5b19d4(0x17f)],_0x27b2a['Fmmmt'],_0x27b2a[_0x5b19d4(0x185)]]);_0x3f64c2&&(testsErrorMessage[_0x6b5ab2[_0x5b19d4(0x1c6)]]=_0x3f64c2,console['log'](_0x27b2a['bejLF'](_0x3f64c2,'\x0a'))),_0x17e530=!![];}});}else{const _0x3a48ff=this['eventDataCollector']['getTestCaseAttempt'](_0x5b1b77);console['log'](_0x27b2a[_0x1947ad(0x188)](_0x27b2a[_0x1947ad(0x188)](_0x27b2a[_0x1947ad(0x1aa)]('\x20\x20',_0x3a48ff[_0x1947ad(0x1c4)][_0x1947ad(0x1b6)][_0x1947ad(0x1c6)]),_0x27b2a[_0x1947ad(0x1be)]),_0x3a48ff['pickle']['name']));const _0x15219f=(0x0,pickleParser[_0x1947ad(0x186)])(_0x3a48ff[_0x1947ad(0x1b9)]),_0x5ec0b6=_0x3a48ff[_0x1947ad(0x1b1)]['steps'],_0x4e6338=_0x3a48ff[_0x1947ad(0x18f)],_0x14f485=_0x5ec0b6['length'];for(let _0x72ef20=0x0;_0x27b2a['OKAIK'](_0x72ef20,_0x14f485);_0x72ef20++){const _0x58d1c6=_0x5ec0b6[_0x72ef20];if(_0x58d1c6[_0x1947ad(0x1a5)]&&_0x58d1c6[_0x1947ad(0x1a1)])_0x3caaec=!![],console[_0x1947ad(0x1c1)](_0x27b2a[_0x1947ad(0x1aa)](_0x27b2a['IXllK'](_0x27b2a['gGhIG'](_0x27b2a[_0x1947ad(0x192)],_0x15219f[_0x58d1c6['sourceLocation']['line']][_0x1947ad(0x1d5)]),_0x27b2a[_0x1947ad(0x1be)]),_0x4e6338[_0x72ef20][_0x1947ad(0x1bf)]['toUpperCase']())),_0x27b2a[_0x1947ad(0x1d0)](_0x1f175d,_0x4e6338[_0x72ef20][_0x1947ad(0x1bf)][_0x1947ad(0x199)]());else _0x58d1c6[_0x1947ad(0x1a5)]&&(!_0x58d1c6[_0x1947ad(0x1a5)][_0x1947ad(0x1ab)][_0x1947ad(0x191)](_0x27b2a['ZUfSU'])&&(_0x27b2a['DZNMJ'](_0x1f175d,_0x4e6338[_0x72ef20][_0x1947ad(0x1bf)][_0x1947ad(0x199)]()),_0x3caaec?console[_0x1947ad(0x1c1)](_0x27b2a[_0x1947ad(0x1c2)](_0x27b2a['FvCqm'],_0x4e6338[_0x72ef20][_0x1947ad(0x1bf)][_0x1947ad(0x199)]())):console[_0x1947ad(0x1c1)](_0x27b2a['IXllK'](_0x27b2a[_0x1947ad(0x1c9)],_0x4e6338[_0x72ef20][_0x1947ad(0x1bf)][_0x1947ad(0x199)]()))));if(_0x27b2a['QTCHh'](_0x4e6338[_0x72ef20][_0x1947ad(0x1bf)][_0x1947ad(0x199)](),_0x27b2a[_0x1947ad(0x18b)])){_0x17e530=!![];const _0x3ca4ad=_0x27b2a['YcqAA'](nestedKeyValue,_0x4e6338[_0x72ef20],[_0x27b2a[_0x1947ad(0x1d2)],_0x27b2a[_0x1947ad(0x185)]]);_0x3ca4ad&&(testsErrorMessage[_0x27b2a[_0x1947ad(0x18e)](_0x27b2a['rhooB'](_0x3a48ff['gherkinDocument'][_0x1947ad(0x1b6)][_0x1947ad(0x1c6)],_0x27b2a[_0x1947ad(0x1be)]),_0x3a48ff['pickle'][_0x1947ad(0x1c6)])]=_0x3ca4ad,console['log'](_0x27b2a[_0x1947ad(0x194)](_0x3ca4ad,'\x0a')));}}}_0x17e530&&(testSuitesFailed+=0x1),console['log']('\x0a');}}module[a7_0x3aed9c(0x1a7)]=BrowserstackFormatter;function a7_0x4f19(_0x3bfe35,_0x1913bf){const _0x331c7d=a7_0x331c();return a7_0x4f19=function(_0x4f1969,_0x4f7fd4){_0x4f1969=_0x4f1969-0x17e;let _0x18c09f=_0x331c7d[_0x4f1969];return _0x18c09f;},a7_0x4f19(_0x3bfe35,_0x1913bf);}function a7_0x331c(){const _0x4f52db=['3MPHFLc','WuVVw','__platform','XnHkp','pvCLH','CONFIG','ZUfSU','BROyn','stepResults','stack','includes','aUHin','778455KVBXHz','gGhIG','\x20-\x20','env','WDEQb','\x20\x20\x20\x20','toUpperCase','pEOhv','MXJOV','parse','cLfee','FludO','945316XFKBmb','capability','sourceLocation','logTestCaseFinished','cucumber/lib/formatter/helpers/pickle_parser.js','3824667ANhaQM','actionLocation','AMBIGUOUS','exports','cucumber','cucumber-js/test_old.setup.js','wmgoi','uri','FvCqm','MTWhX','FAILED','getTestCaseData','forEach','testCase','bejLF','TUXxC','rerTE','73518nRlrsd','feature','wOMBL','fKHbh','pickle','WNjCJ','UNKNOWN','165MvHNfj','eventDataCollector','nomBU','status','DZNMJ','log','BmZRJ','240332pRPtMM','gherkinDocument','exception','name','eventBroadcaster','test-step-started','dOOze','fdVEl','15663210hyXbhB','UNDEFINED','158488xDwsyR','undefined','result','WETnU','28MMEbjy','Fmmmt','Executing\x20tests\x20for\x20','steps','text','test-run-finished','NJIdB','tvitK','fmrZU','IXllK','YcqAA','test-run-started','test-case-finished','cTXGo','getStepLineToPickledStepMap'];a7_0x331c=function(){return _0x4f52db;};return a7_0x331c();}
@@ -1 +1 @@
1
- const a8_0x42ebbe=a8_0x5f2f;(function(_0x5a457b,_0x5ee96f){const _0xe46b77=a8_0x5f2f,_0x316459=_0x5a457b();while(!![]){try{const _0x1e23a6=parseInt(_0xe46b77(0x22f))/0x1*(parseInt(_0xe46b77(0x229))/0x2)+-parseInt(_0xe46b77(0x1e5))/0x3+parseInt(_0xe46b77(0x1b9))/0x4+-parseInt(_0xe46b77(0x20c))/0x5+-parseInt(_0xe46b77(0x23b))/0x6*(parseInt(_0xe46b77(0x1d4))/0x7)+-parseInt(_0xe46b77(0x215))/0x8*(-parseInt(_0xe46b77(0x1cd))/0x9)+-parseInt(_0xe46b77(0x1df))/0xa;if(_0x1e23a6===_0x5ee96f)break;else _0x316459['push'](_0x316459['shift']());}catch(_0x4afff1){_0x316459['push'](_0x316459['shift']());}}}(a8_0x5f14,0xdfeee));function a8_0x5f2f(_0x220c02,_0xdfc219){const _0x5f148d=a8_0x5f14();return a8_0x5f2f=function(_0x5f2fd1,_0x19518d){_0x5f2fd1=_0x5f2fd1-0x1b9;let _0x543758=_0x5f148d[_0x5f2fd1];return _0x543758;},a8_0x5f2f(_0x220c02,_0xdfc219);}const path=require(a8_0x42ebbe(0x1d7)),stripAnsi=require('strip-ansi'),util=require('util'),hooksMap={},SessionHandler=require('../../helpers/test-observability/sessionHandler'),testhubUtils=require('../../helpers/testhub/utils'),{getGitMetaData,isUndefined,nestedKeyValue}=require('../../helpers/helper'),logger=require(a8_0x42ebbe(0x219))['winstonLogger'],{o11yClassErrorHandler}=require(a8_0x42ebbe(0x1e8)),{FRAMEWORKS}=require(a8_0x42ebbe(0x1fd)),TestDetails=require(a8_0x42ebbe(0x240));function a8_0x5f14(){const _0x5edd7b=['toString','debug','1280793dUrlaL','toISOString','oYdvJ','../../helpers/test-observability/error-handler','tableBody','getHooksListForTest','hooks','backtrace','JgAGk','kESuu','status','failure','xHOTy','scenario','message','astNodeIds','TFbWT','pending','tagExpression','xubUD','value','format','every','gXGAV','../../helpers/test-observability/constants.js','HookRunStarted','BEFORE_EACH','Gedpb','liVmx','CUCUMBER','uuid','result','pickleStepId','children','rule','split','WBGGh','uploadEventData','UNOYK','2685610WAZMzz','flatMap','ELgDC','javascript','testStepFinished','QaVtU','testCaseFinished','cucumber','updateTestStatus','232AVvOVM','name','hook_run','failure_data','../../helpers/logger','test','iplNj','ZhZhZ','length','Rbecc','qtyLw','Xygjq','DcIFm','HGEBJ','gRINO','includes','QeuCs','cells','skipped','uVrtk','2ipJUzQ','WLaPv','push','Exception\x20in\x20getHookRunEventData:\x20','AFTER_EACH','SIRmv','273997zKLMXt','rDxpI','getTestUUID','UnhandledError','browserstack-node-agent/src/bin/cucumber-js/test.setup.js','HPlte','event_type','failure_reason','SKIPPED','sourceReference','examples','asNhM','60AiqZrr','cTHVa','passed','uri','sendHook','../playwright/reporter/test-details','_gitConfigured','feature','TestRunFinished','forEach','3|0|4|2|1','toLowerCase','6754568YdwfVZ','failureType','RJPXC','sxwQR','nanos','failure_type','getScenarioExamples','timestamp','XBnoz','find','relative','flWjF','PctxO','map','_gitConfigPath','PrLOB','getCucumberHookType','sendTestRunEventForCucumber','MqXPo','appendTesthubParams','265293xyOBCD','getHookRunEventData','test_run','finished_at','hookId','ZyNSW','eprBG','228781QMKGaY','exception','FAILED','path','hHToP','dsSaN','failed','configureGit','match','testCaseStartedId','LaAOC','6093590hGQsJO','oSdSC','duration_in_ms','BKzRR'];a8_0x5f14=function(){return _0x5edd7b;};return a8_0x5f14();}this[a8_0x42ebbe(0x241)]=![],this[a8_0x42ebbe(0x1c7)]=null;class TestObservabilityReporter{async[a8_0x42ebbe(0x1ca)](_0x46d8cd,_0x498f38,_0x3fbf45,_0x246d17,_0x15ad80){const _0xcae81d=a8_0x42ebbe,_0x193eca={'UNOYK':function(_0x3ab823,_0x53a188){return _0x3ab823===_0x53a188;},'ZhZhZ':_0xcae81d(0x1d6),'rDxpI':_0xcae81d(0x1da),'WBGGh':function(_0x5f381e,_0x50fc8d){return _0x5f381e===_0x50fc8d;},'HQbma':_0xcae81d(0x237),'Rbecc':_0xcae81d(0x227),'XFvvw':function(_0x1530bc,_0xedbc93){return _0x1530bc||_0xedbc93;},'Vgjjq':function(_0x1b8ba4,_0x4a3c7b){return _0x1b8ba4+_0x4a3c7b;},'JgAGk':function(_0x1d8a9c,_0x537362){return _0x1d8a9c+_0x537362;},'WJwZK':function(_0xa83da8,_0x514297){return _0xa83da8+_0x514297;},'sxwQR':_0xcae81d(0x21a),'LaAOC':_0xcae81d(0x20f),'TFbWT':_0xcae81d(0x213),'YCFyF':'pending','PrLOB':_0xcae81d(0x23d),'qtyLw':function(_0x26aa41,_0x4eaab3){return _0x26aa41!==_0x4eaab3;},'Djodh':function(_0x25de2a,_0x430cce){return _0x25de2a/_0x430cce;},'Gedpb':function(_0xcdb1b,_0x3ac9f7){return _0xcdb1b(_0x3ac9f7);},'RJPXC':'unknown','HPlte':'AssertionError','WaAJk':_0xcae81d(0x232),'kESuu':_0xcae81d(0x243),'XBnoz':function(_0x1440fa,_0x3d2f85){return _0x1440fa>_0x3d2f85;}},{feature:_0x726f5b,scenario:_0x46039a,steps:_0x1b5319,uuid:_0x3ac7f7,startedAt:_0x1abbf7,finishedAt:_0x20458d}=_0x193eca['XFvvw'](_0x15ad80,{}),_0x425e1f=this[_0xcae81d(0x1bf)](_0x498f38,_0x3fbf45);await this['configureGit']();const _0x3b2dbe=_0x425e1f?_0x193eca['Vgjjq'](_0x193eca[_0xcae81d(0x1ed)](_0x193eca['WJwZK'](_0x3fbf45[_0xcae81d(0x216)],'\x20('),_0x425e1f['join'](',\x20')),')'):_0x3fbf45[_0xcae81d(0x216)],_0x1b409a={'uuid':_0x3ac7f7,'started_at':_0x1abbf7,'finished_at':_0x20458d,'type':_0x193eca[_0xcae81d(0x1bc)],'body':{'lang':_0x193eca[_0xcae81d(0x1de)],'code':null},'name':_0x3b2dbe,'scopes':[_0x726f5b&&_0x726f5b[_0xcae81d(0x216)]?_0x726f5b[_0xcae81d(0x216)]:''],'tags':_0x3fbf45['tags']?_0x3fbf45['tags'][_0xcae81d(0x1c6)](({name:_0x5659ca})=>_0x5659ca):[],'file_name':_0x3fbf45[_0xcae81d(0x23e)],'location':_0x3fbf45[_0xcae81d(0x23e)],'vc_filepath':this[_0xcae81d(0x1c7)]&&_0x3fbf45[_0xcae81d(0x23e)]?path[_0xcae81d(0x1c3)](this[_0xcae81d(0x1c7)],_0x3fbf45[_0xcae81d(0x23e)]):null,'framework':_0x193eca[_0xcae81d(0x1f5)],'result':_0x193eca['YCFyF'],'meta':{'feature':_0x726f5b,'scenario':_0x46039a,'steps':_0x1b5319,'examples':_0x425e1f},'customRerunParam':{'rerun_name':_0x3b2dbe}};if(_0x46d8cd[_0xcae81d(0x212)]&&_0x1b5319){const _0x39ef9f=_0x46d8cd['testCaseFinished'];let _0x1f5a4d=_0x193eca[_0xcae81d(0x1c8)];_0x1b5319[_0xcae81d(0x1fb)](_0x1175e4=>{const _0x48ce99=_0xcae81d;if(_0x193eca[_0x48ce99(0x20b)](_0x1175e4['result'],_0x193eca[_0x48ce99(0x21c)]))return _0x1f5a4d=_0x193eca[_0x48ce99(0x230)],_0x39ef9f[_0x48ce99(0x1f0)]=_0x1175e4['failure'],_0x39ef9f[_0x48ce99(0x1ba)]=_0x1175e4[_0x48ce99(0x1ba)],![];else{if(_0x193eca[_0x48ce99(0x209)](_0x1175e4[_0x48ce99(0x204)],_0x193eca['HQbma']))return _0x1f5a4d=_0x193eca[_0x48ce99(0x21e)],![];}return!![];}),_0x1b409a[_0xcae81d(0x1d0)]=new Date()[_0xcae81d(0x1e6)](),_0x1b409a[_0xcae81d(0x204)]=_0x1f5a4d,_0x39ef9f['timestamp']&&_0x193eca[_0xcae81d(0x21f)](_0x39ef9f[_0xcae81d(0x1c0)][_0xcae81d(0x1bd)],undefined)?_0x1b409a[_0xcae81d(0x1e1)]=_0x193eca['Djodh'](_0x39ef9f[_0xcae81d(0x1c0)][_0xcae81d(0x1bd)],0xf4240):_0x1b409a[_0xcae81d(0x1e1)]=undefined,_0x193eca[_0xcae81d(0x20b)](_0x1f5a4d,_0x193eca[_0xcae81d(0x230)])&&(_0x1b409a['failure']=[{'backtrace':[_0x39ef9f['failure']?_0x193eca[_0xcae81d(0x200)](stripAnsi,_0x39ef9f[_0xcae81d(0x1f0)]):_0x193eca[_0xcae81d(0x1bb)]]}],_0x1b409a['failure_reason']=_0x39ef9f['failure']?_0x193eca[_0xcae81d(0x200)](stripAnsi,_0x39ef9f['failure']):_0x39ef9f[_0xcae81d(0x1f3)],_0x39ef9f[_0xcae81d(0x1ba)]&&(_0x1b409a[_0xcae81d(0x1be)]=_0x39ef9f[_0xcae81d(0x1ba)][_0xcae81d(0x1dc)](/AssertError/)?_0x193eca[_0xcae81d(0x234)]:_0x193eca['WaAJk']));}if(_0x193eca[_0xcae81d(0x209)](_0x246d17,_0x193eca[_0xcae81d(0x1ee)])){const _0x2b59e8=this[_0xcae81d(0x1ea)](_0x46d8cd[_0xcae81d(0x212)][_0xcae81d(0x1dd)]);_0x2b59e8&&_0x193eca[_0xcae81d(0x1c1)](_0x2b59e8[_0xcae81d(0x21d)],0x0)&&(_0x1b409a[_0xcae81d(0x1eb)]=_0x2b59e8,this['updateTestStatus'](_0x46d8cd['testCaseFinished'][_0xcae81d(0x1dd)],_0x1b409a));}testhubUtils[_0xcae81d(0x1cc)](_0x1b409a,_0x246d17,'',FRAMEWORKS[_0xcae81d(0x202)]);const _0x3cbed={};_0x3cbed[_0xcae81d(0x235)]=_0x246d17,_0x3cbed[_0xcae81d(0x1cf)]=_0x1b409a;const _0x3f4b13=_0x3cbed;await SessionHandler[_0xcae81d(0x20a)](_0x3f4b13);}[a8_0x42ebbe(0x214)](_0x16ec06,_0x4812dd){const _0x351671=a8_0x42ebbe,_0xa66bcd={};_0xa66bcd[_0x351671(0x1e2)]=function(_0x10bc50,_0x31d760){return _0x10bc50 instanceof _0x31d760;},_0xa66bcd['uVrtk']=function(_0xc83825,_0x652c69){return _0xc83825===_0x652c69;},_0xa66bcd['PeSOw']=_0x351671(0x1da),_0xa66bcd['QaVtU']=_0x351671(0x245);const _0x1b69d6=_0xa66bcd,_0x3537dc=hooksMap[_0x16ec06];if(_0x1b69d6[_0x351671(0x1e2)](_0x3537dc,Array))for(const _0x2027d2 of _0x3537dc){if(_0x1b69d6[_0x351671(0x228)](_0x2027d2['result'],_0x1b69d6['PeSOw'])){const _0x320eb1=_0x1b69d6[_0x351671(0x211)][_0x351671(0x208)]('|');let _0x2b7923=0x0;while(!![]){switch(_0x320eb1[_0x2b7923++]){case'0':_0x4812dd[_0x351671(0x1f0)]=_0x2027d2[_0x351671(0x218)];continue;case'1':return _0x4812dd;case'2':_0x4812dd[_0x351671(0x1be)]=_0x2027d2[_0x351671(0x1be)];continue;case'3':_0x4812dd[_0x351671(0x204)]=_0x2027d2['result'];continue;case'4':_0x4812dd[_0x351671(0x236)]=_0x1b69d6['BKzRR'](_0x2027d2[_0x351671(0x218)],Array)?_0x2027d2[_0x351671(0x218)][0x0]['backtrace']['join']('\x0a'):'';continue;}break;}}};}[a8_0x42ebbe(0x1ea)](_0x2a61ea){const _0x49a5ed=a8_0x42ebbe;if(hooksMap[_0x2a61ea])return hooksMap[_0x2a61ea]['map'](_0x2027a2=>_0x2027a2[_0x49a5ed(0x203)]);return[];}[a8_0x42ebbe(0x1ce)](_0x996c67,_0xed6271,_0x4d7cab,_0x17550e,_0x3d3951,_0x31717f){const _0x288da1=a8_0x42ebbe,_0x1ee012={'dsSaN':function(_0x4bcc68,_0x57a565){return _0x4bcc68===_0x57a565;},'QeuCs':'HookRunFinished','cTHVa':function(_0x3fe7ed,_0x25fc43,_0x297702){return _0x3fe7ed(_0x25fc43,_0x297702);},'PctxO':_0x288da1(0x238),'vSFZN':'uri','ELgDC':_0x288da1(0x1f6),'DcIFm':'hook','ZyNSW':'javascript','ZfKbL':function(_0x43a520,_0x779a3f,_0x3641ba){return _0x43a520(_0x779a3f,_0x3641ba);},'MqXPo':'feature','SIRmv':_0x288da1(0x216),'hHToP':'cucumber'};try{if(_0x1ee012[_0x288da1(0x1d9)](_0x4d7cab,_0x1ee012[_0x288da1(0x225)])){const _0x59a0fd=new Date()[_0x288da1(0x1e6)](),_0x1466de=hooksMap[_0xed6271];if(!_0x1466de)return;const _0x4d6cc2=_0x1466de[_0x288da1(0x1c2)](_0x46aa8c=>_0x46aa8c[_0x288da1(0x203)]===_0x17550e['id']);if(!_0x4d6cc2)return;const _0x57e1a2=this['getHookResult'](_0x996c67,_0xed6271);_0x4d6cc2[_0x288da1(0x204)]=_0x57e1a2[_0x288da1(0x1ef)],_0x4d6cc2[_0x288da1(0x1d0)]=_0x59a0fd,_0x4d6cc2[_0x288da1(0x1be)]=_0x57e1a2[_0x288da1(0x1ba)];const _0x31eb05={};return _0x31eb05[_0x288da1(0x1ec)]=_0x57e1a2['failureData'],_0x4d6cc2[_0x288da1(0x218)]=[_0x31eb05],_0x4d6cc2;}const _0xd6e43d=TestDetails[_0x288da1(0x231)](_0xed6271),_0x531d67=_0x996c67[_0x288da1(0x1eb)]['find'](_0x53bcf2=>_0x53bcf2['id']===_0x17550e[_0x288da1(0x1d1)]),_0x578aa3=_0x1ee012[_0x288da1(0x23c)](nestedKeyValue,_0x531d67,[_0x1ee012[_0x288da1(0x1c5)],_0x1ee012['vSFZN']]),_0x504bad=new Date()[_0x288da1(0x1e6)](),_0x5880bc=_0x1ee012[_0x288da1(0x20e)],_0x8913cb=_0x531d67['tagExpression']?_0x531d67[_0x288da1(0x1f7)][_0x288da1(0x208)]('\x20')['filter'](_0x3a3545=>_0x3a3545[_0x288da1(0x224)]('@')):[],_0x3005e8={'uuid':_0x17550e['id'],'type':_0x1ee012[_0x288da1(0x221)],'hook_type':_0x31717f,'name':_0x531d67['name'],'body':{'lang':_0x1ee012[_0x288da1(0x1d2)],'code':null},'tags':_0x8913cb,'test_run_id':_0xd6e43d,'scope':_0x1ee012['ZfKbL'](nestedKeyValue,_0x3d3951,[_0x1ee012[_0x288da1(0x1cb)],_0x1ee012[_0x288da1(0x22e)]]),'scopes':[_0x1ee012['ZfKbL'](nestedKeyValue,_0x3d3951,[_0x1ee012[_0x288da1(0x1cb)],_0x1ee012[_0x288da1(0x22e)]])||''],'file_name':_0x578aa3,'location':_0x578aa3,'vc_filepath':this['_gitConfigPath']?path[_0x288da1(0x1c3)](this[_0x288da1(0x1c7)],_0x578aa3):null,'result':_0x5880bc,'started_at':_0x504bad,'framework':_0x1ee012[_0x288da1(0x1d8)]};return _0x3005e8;}catch(_0x14d804){logger['debug'](_0x288da1(0x22c)+util['format'](_0x14d804)+'\x20');}}async[a8_0x42ebbe(0x23f)](_0x48d780,_0x5eb899,_0x3e055b,_0x31ea09,_0x6bc63f,_0x2d4a13){const _0x1d1542=a8_0x42ebbe,_0x33f5a1={'asNhM':function(_0x2826a0,_0xbc76b1){return _0x2826a0===_0xbc76b1;},'flWjF':_0x1d1542(0x1fe),'RKoUr':function(_0xe6b9cc,_0x39462c,_0x317cec){return _0xe6b9cc(_0x39462c,_0x317cec);},'IarQu':_0x1d1542(0x238),'oSdSC':_0x1d1542(0x23e),'xpWLR':_0x1d1542(0x233)};try{const _0x324764=_0x31ea09['find'](_0x94e40d=>_0x94e40d['id']===_0x6bc63f);if(!_0x324764[_0x1d1542(0x1d1)])return;const _0x19674f=this[_0x1d1542(0x1c9)](_0x31ea09,_0x324764),_0x506e01=this['getHookRunEventData'](_0x48d780,_0x5eb899,_0x3e055b,_0x324764,_0x2d4a13,_0x19674f);if(!_0x506e01)return;_0x33f5a1[_0x1d1542(0x23a)](_0x3e055b,_0x33f5a1[_0x1d1542(0x1c4)])&&(hooksMap[_0x5eb899]?hooksMap[_0x5eb899][_0x1d1542(0x22b)](_0x506e01):hooksMap[_0x5eb899]=[_0x506e01]);const _0x4374ea=_0x48d780['hooks'][_0x1d1542(0x1c2)](_0x2070d3=>_0x2070d3['id']===_0x324764['hookId']),_0x35ac53=_0x33f5a1['RKoUr'](nestedKeyValue,_0x4374ea,[_0x33f5a1['IarQu'],_0x33f5a1[_0x1d1542(0x1e0)]]);if(!_0x35ac53)return;else{if(_0x35ac53[_0x1d1542(0x224)](_0x33f5a1['xpWLR']))return;}const _0x20ed83={};_0x20ed83[_0x1d1542(0x235)]=_0x3e055b,_0x20ed83[_0x1d1542(0x217)]=_0x506e01;const _0x1a2e8c=_0x20ed83;await SessionHandler[_0x1d1542(0x20a)](_0x1a2e8c);}catch(_0x2c9b9a){logger[_0x1d1542(0x1e4)]('Exception\x20in\x20sendHook:\x20'+util[_0x1d1542(0x1fa)](_0x2c9b9a)+'\x20');}}['getHookResult'](_0x415094,_0x1093b7){const _0x879952=a8_0x42ebbe,_0xbe6d57={};_0xbe6d57['Xygjq']=function(_0x26aabd,_0x58265e){return _0x26aabd===_0x58265e;},_0xbe6d57[_0x879952(0x1d3)]=_0x879952(0x1da),_0xbe6d57[_0x879952(0x1fc)]=function(_0x2b3e42,_0x4b89c0){return _0x2b3e42===_0x4b89c0;},_0xbe6d57[_0x879952(0x222)]='UnhandledError',_0xbe6d57[_0x879952(0x22a)]='AssertionError',_0xbe6d57['dQQrD']=function(_0x4e9718,_0x19b9fd){return _0x4e9718||_0x19b9fd;};const _0x4b3718=_0xbe6d57,_0x2e5ae2=_0x415094[_0x879952(0x210)][_0x1093b7]['testStepResult'];let _0x29f89f,_0x487a05;return _0x2e5ae2&&_0x4b3718[_0x879952(0x220)](_0x2e5ae2[_0x879952(0x1ef)][_0x879952(0x1e3)]()[_0x879952(0x246)](),_0x4b3718[_0x879952(0x1d3)])&&(_0x29f89f=_0x4b3718[_0x879952(0x220)](_0x2e5ae2[_0x879952(0x1d5)],undefined)?_0x2e5ae2[_0x879952(0x1f3)]:_0x2e5ae2[_0x879952(0x1d5)][_0x879952(0x1f3)],_0x487a05=_0x4b3718['gXGAV'](_0x2e5ae2[_0x879952(0x1d5)],undefined)?_0x4b3718[_0x879952(0x222)]:_0x2e5ae2[_0x879952(0x1f3)][_0x879952(0x1dc)](/Assert/)?_0x4b3718['WLaPv']:_0x4b3718[_0x879952(0x222)]),{'status':_0x2e5ae2[_0x879952(0x1ef)][_0x879952(0x246)](),'failureType':_0x4b3718['dQQrD'](_0x487a05,null),'failureData':!_0x29f89f?null:[_0x29f89f]};}['getCucumberHookType'](_0x57d853,_0x257180){const _0x3a50eb=a8_0x42ebbe,_0x4d53bd={};_0x4d53bd[_0x3a50eb(0x21b)]=function(_0x1c8a05,_0x231d15){return _0x1c8a05===_0x231d15;},_0x4d53bd['gRINO']=_0x3a50eb(0x22d),_0x4d53bd[_0x3a50eb(0x1e7)]=_0x3a50eb(0x1ff);const _0x50b6ca=_0x4d53bd;let _0x4f8a3f=![];for(const _0x4d5121 of _0x57d853){_0x4d5121[_0x3a50eb(0x205)]&&(_0x4f8a3f=!![]);if(_0x50b6ca[_0x3a50eb(0x21b)](_0x257180['id'],_0x4d5121['id']))return _0x4f8a3f?_0x50b6ca[_0x3a50eb(0x223)]:_0x50b6ca[_0x3a50eb(0x1e7)];}}[a8_0x42ebbe(0x1bf)]=(_0x1b719a,_0x78facc)=>{const _0x4b6c24=a8_0x42ebbe,_0x425ff5={};_0x425ff5[_0x4b6c24(0x1f1)]=function(_0x580824,_0x3e0ed6){return _0x580824===_0x3e0ed6;},_0x425ff5[_0x4b6c24(0x201)]=function(_0x3df625,_0x5b6411){return _0x3df625>_0x5b6411;};const _0x4ae90a=_0x425ff5;if(!(_0x78facc[_0x4b6c24(0x1f4)]&&_0x4ae90a['liVmx'](_0x78facc['astNodeIds'][_0x4b6c24(0x21d)],0x1)))return;const _0x2b973c=_0x78facc[_0x4b6c24(0x1f4)][0x0],_0x33a0e3=_0x78facc['astNodeIds'][0x1],_0x109c74=_0x1b719a[_0x4b6c24(0x242)]&&_0x1b719a[_0x4b6c24(0x242)][_0x4b6c24(0x206)]?_0x1b719a[_0x4b6c24(0x242)][_0x4b6c24(0x206)]:undefined;let _0x42294d=[];_0x109c74&&_0x109c74[_0x4b6c24(0x244)](_0x191b5c=>{const _0x5bc2d2=_0x4b6c24,_0x4657b1={'TkEqp':function(_0x3b8d32,_0x49990c){return _0x4ae90a['xHOTy'](_0x3b8d32,_0x49990c);}};if(_0x191b5c[_0x5bc2d2(0x207)])_0x191b5c[_0x5bc2d2(0x207)][_0x5bc2d2(0x206)][_0x5bc2d2(0x244)](_0x45e9bb=>{const _0x4f90a0=_0x5bc2d2;if(_0x45e9bb[_0x4f90a0(0x1f2)]&&_0x4657b1['TkEqp'](_0x45e9bb[_0x4f90a0(0x1f2)]['id'],_0x2b973c)&&_0x45e9bb[_0x4f90a0(0x1f2)]['examples']){const _0x557f80=_0x45e9bb[_0x4f90a0(0x1f2)][_0x4f90a0(0x239)][_0x4f90a0(0x20d)](_0x37b1c2=>_0x37b1c2[_0x4f90a0(0x1e9)])[_0x4f90a0(0x1c2)](_0x41e9eb=>_0x41e9eb['id']===_0x33a0e3);let _0x334680;_0x557f80&&_0x557f80[_0x4f90a0(0x226)]?_0x334680=_0x557f80[_0x4f90a0(0x226)]['map'](_0x551435=>_0x551435['value']):_0x334680=[],_0x334680&&(_0x42294d=_0x334680);}});else{if(_0x191b5c[_0x5bc2d2(0x1f2)]&&_0x4ae90a[_0x5bc2d2(0x1f1)](_0x191b5c[_0x5bc2d2(0x1f2)]['id'],_0x2b973c)&&_0x191b5c[_0x5bc2d2(0x1f2)][_0x5bc2d2(0x239)]){const _0x897e68=_0x191b5c[_0x5bc2d2(0x1f2)][_0x5bc2d2(0x239)][_0x5bc2d2(0x20d)](_0x4b94d5=>_0x4b94d5['tableBody'])['find'](_0x24c4e4=>_0x24c4e4['id']===_0x33a0e3);let _0x4e3f0a;_0x897e68&&_0x897e68[_0x5bc2d2(0x226)]?_0x4e3f0a=_0x897e68[_0x5bc2d2(0x226)]['map'](_0x2a480d=>_0x2a480d[_0x5bc2d2(0x1f9)]):_0x4e3f0a=[],_0x4e3f0a&&(_0x42294d=_0x4e3f0a);}}});if(_0x42294d['length'])return _0x42294d;return;};async[a8_0x42ebbe(0x1db)](){const _0x3eccf1=a8_0x42ebbe,_0x25330a={'xubUD':function(_0x5d2071){return _0x5d2071();}};if(this[_0x3eccf1(0x241)])return this[_0x3eccf1(0x1c7)];const _0xe4317b=await _0x25330a[_0x3eccf1(0x1f8)](getGitMetaData);_0xe4317b&&(this[_0x3eccf1(0x1c7)]=_0xe4317b['root']),this[_0x3eccf1(0x241)]=!![];}}module['exports']=o11yClassErrorHandler(TestObservabilityReporter,[a8_0x42ebbe(0x1db),a8_0x42ebbe(0x1bf),'getCucumberHookType','getHookResult',a8_0x42ebbe(0x23f),a8_0x42ebbe(0x1ce),a8_0x42ebbe(0x1ca)]);
1
+ const a8_0xb813b9=a8_0xf09d;(function(_0x3dc825,_0x35f735){const _0x592240=a8_0xf09d,_0xb196a7=_0x3dc825();while(!![]){try{const _0x9c6cc6=parseInt(_0x592240(0x1bb))/0x1*(parseInt(_0x592240(0x1fb))/0x2)+-parseInt(_0x592240(0x1e6))/0x3*(parseInt(_0x592240(0x1ef))/0x4)+parseInt(_0x592240(0x176))/0x5+-parseInt(_0x592240(0x1b2))/0x6*(-parseInt(_0x592240(0x1e1))/0x7)+-parseInt(_0x592240(0x1a3))/0x8*(parseInt(_0x592240(0x1ba))/0x9)+-parseInt(_0x592240(0x1f6))/0xa+parseInt(_0x592240(0x1fe))/0xb;if(_0x9c6cc6===_0x35f735)break;else _0xb196a7['push'](_0xb196a7['shift']());}catch(_0x3ee7e6){_0xb196a7['push'](_0xb196a7['shift']());}}}(a8_0x5a0f,0x547e8));const path=require(a8_0xb813b9(0x1f5)),stripAnsi=require('strip-ansi'),util=require(a8_0xb813b9(0x1eb)),hooksMap={},SessionHandler=require(a8_0xb813b9(0x1ac)),testhubUtils=require(a8_0xb813b9(0x1c1)),{getGitMetaData,isUndefined,nestedKeyValue}=require(a8_0xb813b9(0x17f)),logger=require('../../helpers/logger')[a8_0xb813b9(0x177)],{o11yClassErrorHandler}=require('../../helpers/test-observability/error-handler'),{FRAMEWORKS}=require(a8_0xb813b9(0x1b7)),TestDetails=require(a8_0xb813b9(0x194));this['_gitConfigured']=![],this['_gitConfigPath']=null;function a8_0x5a0f(){const _0x377e34=['sBRzY','failure_data','sendHook','length','split','../playwright/reporter/test-details','fBLGi','FEOdY','failure','testCaseStartedId','kugyB','LNnYX','GApnR','hooks','failure_type','XSMSb','suohL','getScenarioExamples','join','EPuvi','3174168ICHAoH','gMuan','appendTesthubParams','YXCDU','zVAgY','astNodeIds','includes','children','tagExpression','../../helpers/test-observability/sessionHandler','updateTestStatus','FdWbQ','sendTestRunEventForCucumber','CUCUMBER','WbxkG','42QQgOeq','find','uri','getHooksListForTest','relative','../../helpers/test-observability/constants.js','hookId','HookRunFinished','9DUQaov','2HRDRju','exception','value','_gitConfigPath','RKOZL','sSVge','../../helpers/testhub/utils','Latkk','rCLXL','klXSg','Exception\x20in\x20getHookRunEventData:\x20','FjiFf','hook_run','configureGit','qVCnZ','RcpvT','HnULB','getHookRunEventData','failureData','toISOString','HookRunStarted','sourceReference','testStepResult','RcKtH','fEdjP','PhWdv','iSODw','smbjH','test','format','dYbfl','failure_reason','WjBzp','flatMap','name','IyHbG','test_run','javascript','104629syiJJX','uuid','tags','push','kSVNo','246wtWjkI','feature','backtrace','2|0|3|4|1','umBCO','util','filter','hJNUC','QtNHO','19676YDOTMz','KaWxM','duration_in_ms','status','exports','UnhandledError','path','2335340AJDmGU','AssertionError','examples','tableBody','FAILED','328932webQaO','sgkEq','pOPez','7523527Qhujci','skipped','testCaseFinished','qraIU','INTwW','zfGqL','_gitConfigured','Gappd','every','map','oGLyT','uploadEventData','lADbc','toLowerCase','timestamp','failureType','pickleStepId','event_type','result','forEach','1311165VqszzN','winstonLogger','match','failed','message','JACyS','uIBgK','getHookResult','SKIPPED','../../helpers/helper','vMvSj','BEFORE_EACH','cells','rsACc','getCucumberHookType','scenario','JPoDU','fAPHK','Exception\x20in\x20sendHook:\x20','debug','rule','pending','getTestUUID','finished_at','cucumber'];a8_0x5a0f=function(){return _0x377e34;};return a8_0x5a0f();}class TestObservabilityReporter{async['sendTestRunEventForCucumber'](_0x99a2d0,_0x26f3da,_0xd57d80,_0x1dc8bc,_0x56a865){const _0x100831=a8_0xb813b9,_0x5b5d8d={'kTLQw':function(_0x36e08d,_0x25f1c0){return _0x36e08d===_0x25f1c0;},'sBRzY':_0x100831(0x1fa),'gMuan':_0x100831(0x179),'uIBgK':function(_0x2eb769,_0x520cee){return _0x2eb769===_0x520cee;},'INTwW':_0x100831(0x17e),'FdWbQ':_0x100831(0x1ff),'rCLXL':function(_0x421bee,_0x3fc1b2){return _0x421bee||_0x3fc1b2;},'LNnYX':function(_0x355c2a,_0x3e2725){return _0x355c2a+_0x3e2725;},'PhWdv':function(_0x36dfe1,_0x132469){return _0x36dfe1+_0x132469;},'GApnR':_0x100831(0x1d7),'Latkk':_0x100831(0x1e0),'JPoDU':_0x100831(0x18e),'fBLGi':_0x100831(0x18b),'hJNUC':'passed','Gappd':function(_0x2fe9c7,_0x4210c0){return _0x2fe9c7!==_0x4210c0;},'rAeDq':function(_0xbbea56,_0x315f40){return _0xbbea56/_0x315f40;},'IyHbG':function(_0x21e53a,_0x39b1c5){return _0x21e53a(_0x39b1c5);},'fAPHK':'unknown','sgkEq':'AssertionError','qVCnZ':_0x100831(0x1f4),'oGLyT':function(_0x19a75b,_0xb4eb80){return _0x19a75b===_0xb4eb80;},'AMCom':'TestRunFinished','FEOdY':function(_0xe8bfe4,_0xeaa8fe){return _0xe8bfe4>_0xeaa8fe;}},{feature:_0x5d002c,scenario:_0x103bb4,steps:_0xcd6527,uuid:_0x349f1e,startedAt:_0x1915fb,finishedAt:_0x28235a}=_0x5b5d8d[_0x100831(0x1c3)](_0x56a865,{}),_0x5f03f7=this[_0x100831(0x1a0)](_0x26f3da,_0xd57d80);await this[_0x100831(0x1c8)]();const _0x2ac73b=_0x5f03f7?_0x5b5d8d[_0x100831(0x19a)](_0x5b5d8d[_0x100831(0x19a)](_0x5b5d8d[_0x100831(0x1d4)](_0xd57d80['name'],'\x20('),_0x5f03f7['join'](',\x20')),')'):_0xd57d80[_0x100831(0x1dd)],_0x2016ec={'uuid':_0x349f1e,'started_at':_0x1915fb,'finished_at':_0x28235a,'type':_0x5b5d8d[_0x100831(0x19b)],'body':{'lang':_0x5b5d8d[_0x100831(0x1c2)],'code':null},'name':_0x2ac73b,'scopes':[_0x5d002c&&_0x5d002c[_0x100831(0x1dd)]?_0x5d002c[_0x100831(0x1dd)]:''],'tags':_0xd57d80[_0x100831(0x1e3)]?_0xd57d80[_0x100831(0x1e3)][_0x100831(0x16b)](({name:_0x3411dc})=>_0x3411dc):[],'file_name':_0xd57d80['uri'],'location':_0xd57d80['uri'],'vc_filepath':this[_0x100831(0x1be)]&&_0xd57d80['uri']?path[_0x100831(0x1b6)](this[_0x100831(0x1be)],_0xd57d80[_0x100831(0x1b4)]):null,'framework':_0x5b5d8d[_0x100831(0x186)],'result':_0x5b5d8d[_0x100831(0x195)],'meta':{'feature':_0x5d002c,'scenario':_0x103bb4,'steps':_0xcd6527,'examples':_0x5f03f7},'customRerunParam':{'rerun_name':_0x2ac73b}};if(_0x99a2d0[_0x100831(0x200)]&&_0xcd6527){const _0x2f5c61=_0x99a2d0[_0x100831(0x200)];let _0x2ddff8=_0x5b5d8d[_0x100831(0x1ed)];_0xcd6527[_0x100831(0x16a)](_0x568f41=>{const _0x551967=_0x100831;if(_0x5b5d8d['kTLQw'](_0x568f41[_0x551967(0x174)],_0x5b5d8d[_0x551967(0x18f)]))return _0x2ddff8=_0x5b5d8d[_0x551967(0x1a4)],_0x2f5c61['failure']=_0x568f41[_0x551967(0x197)],_0x2f5c61[_0x551967(0x171)]=_0x568f41[_0x551967(0x171)],![];else{if(_0x5b5d8d[_0x551967(0x17c)](_0x568f41[_0x551967(0x174)],_0x5b5d8d[_0x551967(0x166)]))return _0x2ddff8=_0x5b5d8d[_0x551967(0x1ae)],![];}return!![];}),_0x2016ec[_0x100831(0x18d)]=new Date()['toISOString'](),_0x2016ec[_0x100831(0x174)]=_0x2ddff8,_0x2f5c61['timestamp']&&_0x5b5d8d[_0x100831(0x169)](_0x2f5c61[_0x100831(0x170)]['nanos'],undefined)?_0x2016ec[_0x100831(0x1f1)]=_0x5b5d8d['rAeDq'](_0x2f5c61['timestamp']['nanos'],0xf4240):_0x2016ec[_0x100831(0x1f1)]=undefined,_0x5b5d8d[_0x100831(0x17c)](_0x2ddff8,_0x5b5d8d[_0x100831(0x1a4)])&&(_0x2016ec['failure']=[{'backtrace':[_0x2f5c61[_0x100831(0x197)]?_0x5b5d8d[_0x100831(0x1de)](stripAnsi,_0x2f5c61[_0x100831(0x197)]):_0x5b5d8d[_0x100831(0x187)]]}],_0x2016ec['failure_reason']=_0x2f5c61[_0x100831(0x197)]?_0x5b5d8d[_0x100831(0x1de)](stripAnsi,_0x2f5c61[_0x100831(0x197)]):_0x2f5c61[_0x100831(0x17a)],_0x2f5c61[_0x100831(0x171)]&&(_0x2016ec[_0x100831(0x19d)]=_0x2f5c61[_0x100831(0x171)][_0x100831(0x178)](/AssertError/)?_0x5b5d8d[_0x100831(0x1fc)]:_0x5b5d8d[_0x100831(0x1c9)]));}if(_0x5b5d8d[_0x100831(0x16c)](_0x1dc8bc,_0x5b5d8d['AMCom'])){const _0x4bd9db=this[_0x100831(0x1b5)](_0x99a2d0[_0x100831(0x200)][_0x100831(0x198)]);_0x4bd9db&&_0x5b5d8d[_0x100831(0x196)](_0x4bd9db[_0x100831(0x192)],0x0)&&(_0x2016ec[_0x100831(0x19c)]=_0x4bd9db,this[_0x100831(0x1ad)](_0x99a2d0[_0x100831(0x200)][_0x100831(0x198)],_0x2016ec));}testhubUtils[_0x100831(0x1a5)](_0x2016ec,_0x1dc8bc,'',FRAMEWORKS[_0x100831(0x1b0)]);const _0x520711={};_0x520711['event_type']=_0x1dc8bc,_0x520711[_0x100831(0x1df)]=_0x2016ec;const _0x5ccf5d=_0x520711;await SessionHandler[_0x100831(0x16d)](_0x5ccf5d);}['updateTestStatus'](_0x370f99,_0x5a056b){const _0x5e6a15=a8_0xb813b9,_0x539a0b={};_0x539a0b[_0x5e6a15(0x1c6)]=function(_0x57f3d4,_0x21750b){return _0x57f3d4 instanceof _0x21750b;},_0x539a0b[_0x5e6a15(0x19e)]=function(_0xdfc32a,_0x43228c){return _0xdfc32a===_0x43228c;},_0x539a0b[_0x5e6a15(0x1f0)]=_0x5e6a15(0x179),_0x539a0b[_0x5e6a15(0x1bf)]=_0x5e6a15(0x1e9);const _0x28ece7=_0x539a0b,_0x43da89=hooksMap[_0x370f99];if(_0x28ece7[_0x5e6a15(0x1c6)](_0x43da89,Array))for(const _0x360f0e of _0x43da89){if(_0x28ece7[_0x5e6a15(0x19e)](_0x360f0e[_0x5e6a15(0x174)],_0x28ece7['KaWxM'])){const _0x34badc=_0x28ece7[_0x5e6a15(0x1bf)][_0x5e6a15(0x193)]('|');let _0x3d6cdb=0x0;while(!![]){switch(_0x34badc[_0x3d6cdb++]){case'0':_0x5a056b['failure']=_0x360f0e[_0x5e6a15(0x190)];continue;case'1':return _0x5a056b;case'2':_0x5a056b['result']=_0x360f0e[_0x5e6a15(0x174)];continue;case'3':_0x5a056b[_0x5e6a15(0x1da)]=_0x28ece7['FjiFf'](_0x360f0e[_0x5e6a15(0x190)],Array)?_0x360f0e[_0x5e6a15(0x190)][0x0][_0x5e6a15(0x1e8)][_0x5e6a15(0x1a1)]('\x0a'):'';continue;case'4':_0x5a056b[_0x5e6a15(0x19d)]=_0x360f0e['failure_type'];continue;}break;}}};}[a8_0xb813b9(0x1b5)](_0x5b6a09){const _0x49fe4e=a8_0xb813b9;if(hooksMap[_0x5b6a09])return hooksMap[_0x5b6a09][_0x49fe4e(0x16b)](_0x296353=>_0x296353['uuid']);return[];}['getHookRunEventData'](_0x230246,_0x3807a2,_0x5ae673,_0x1d84bb,_0x281c8e,_0x29b7f0){const _0x28cf9b=a8_0xb813b9,_0x2e9e21={'vMvSj':function(_0xcfa50,_0x4f1ea6){return _0xcfa50===_0x4f1ea6;},'dYbfl':_0x28cf9b(0x1b9),'lADbc':function(_0x83c76e,_0x2cb9fd,_0x246df6){return _0x83c76e(_0x2cb9fd,_0x246df6);},'JcAjA':'sourceReference','fEdjP':_0x28cf9b(0x1b4),'RcKtH':_0x28cf9b(0x18b),'zfGqL':'hook','Oskri':'javascript','qraIU':function(_0x4c6abf,_0x2cdf84,_0x13c6a4){return _0x4c6abf(_0x2cdf84,_0x13c6a4);},'WjBzp':_0x28cf9b(0x1e7),'RcpvT':_0x28cf9b(0x1dd),'JACyS':function(_0xa0d29d,_0x451aac,_0x4d9fc4){return _0xa0d29d(_0x451aac,_0x4d9fc4);},'klXSg':'cucumber'};try{if(_0x2e9e21[_0x28cf9b(0x180)](_0x5ae673,_0x2e9e21[_0x28cf9b(0x1d9)])){const _0x52fd8a=new Date()[_0x28cf9b(0x1ce)](),_0x334d98=hooksMap[_0x3807a2];if(!_0x334d98)return;const _0x3aea5a=_0x334d98[_0x28cf9b(0x1b3)](_0x2c864e=>_0x2c864e[_0x28cf9b(0x1e2)]===_0x1d84bb['id']);if(!_0x3aea5a)return;const _0x42a507=this['getHookResult'](_0x230246,_0x3807a2);_0x3aea5a[_0x28cf9b(0x174)]=_0x42a507[_0x28cf9b(0x1f2)],_0x3aea5a[_0x28cf9b(0x18d)]=_0x52fd8a,_0x3aea5a[_0x28cf9b(0x19d)]=_0x42a507['failureType'];const _0x10ad2d={};return _0x10ad2d[_0x28cf9b(0x1e8)]=_0x42a507[_0x28cf9b(0x1cd)],_0x3aea5a['failure_data']=[_0x10ad2d],_0x3aea5a;}const _0xaa873e=TestDetails[_0x28cf9b(0x18c)](_0x3807a2),_0xf8ebe1=_0x230246[_0x28cf9b(0x19c)]['find'](_0x3041b6=>_0x3041b6['id']===_0x1d84bb[_0x28cf9b(0x1b8)]),_0x35809d=_0x2e9e21[_0x28cf9b(0x16e)](nestedKeyValue,_0xf8ebe1,[_0x2e9e21['JcAjA'],_0x2e9e21[_0x28cf9b(0x1d3)]]),_0x13136a=new Date()[_0x28cf9b(0x1ce)](),_0x1a739c=_0x2e9e21[_0x28cf9b(0x1d2)],_0x2eaca3=_0xf8ebe1[_0x28cf9b(0x1ab)]?_0xf8ebe1[_0x28cf9b(0x1ab)][_0x28cf9b(0x193)]('\x20')[_0x28cf9b(0x1ec)](_0x563ebc=>_0x563ebc[_0x28cf9b(0x1a9)]('@')):[],_0x131114={'uuid':_0x1d84bb['id'],'type':_0x2e9e21[_0x28cf9b(0x167)],'hook_type':_0x29b7f0,'name':_0xf8ebe1[_0x28cf9b(0x1dd)],'body':{'lang':_0x2e9e21['Oskri'],'code':null},'tags':_0x2eaca3,'test_run_id':_0xaa873e,'scope':_0x2e9e21[_0x28cf9b(0x201)](nestedKeyValue,_0x281c8e,[_0x2e9e21[_0x28cf9b(0x1db)],_0x2e9e21[_0x28cf9b(0x1ca)]]),'scopes':[_0x2e9e21[_0x28cf9b(0x17b)](nestedKeyValue,_0x281c8e,[_0x2e9e21[_0x28cf9b(0x1db)],_0x2e9e21[_0x28cf9b(0x1ca)]])||''],'file_name':_0x35809d,'location':_0x35809d,'vc_filepath':this[_0x28cf9b(0x1be)]?path['relative'](this[_0x28cf9b(0x1be)],_0x35809d):null,'result':_0x1a739c,'started_at':_0x13136a,'framework':_0x2e9e21[_0x28cf9b(0x1c4)]};return _0x131114;}catch(_0x2f76ee){logger['debug'](_0x28cf9b(0x1c5)+util[_0x28cf9b(0x1d8)](_0x2f76ee)+'\x20');}}async[a8_0xb813b9(0x191)](_0x3e1bab,_0x39dd09,_0x167d0f,_0x2722a8,_0x26cc97,_0x2703bb){const _0x4c51e2=a8_0xb813b9,_0x272ad2={'kugyB':function(_0x1fac2a,_0x43cfce){return _0x1fac2a===_0x43cfce;},'useWB':_0x4c51e2(0x1cf),'CfVRI':function(_0x19fb4d,_0x2b6174,_0x32bf5e){return _0x19fb4d(_0x2b6174,_0x32bf5e);},'kSVNo':_0x4c51e2(0x1d0),'QtNHO':'uri','sSVge':'browserstack-node-agent/src/bin/cucumber-js/test.setup.js'};try{const _0x4057ca=_0x2722a8[_0x4c51e2(0x1b3)](_0x339db3=>_0x339db3['id']===_0x26cc97);if(!_0x4057ca['hookId'])return;const _0x545e31=this[_0x4c51e2(0x184)](_0x2722a8,_0x4057ca),_0x25eb8e=this[_0x4c51e2(0x1cc)](_0x3e1bab,_0x39dd09,_0x167d0f,_0x4057ca,_0x2703bb,_0x545e31);if(!_0x25eb8e)return;_0x272ad2[_0x4c51e2(0x199)](_0x167d0f,_0x272ad2['useWB'])&&(hooksMap[_0x39dd09]?hooksMap[_0x39dd09][_0x4c51e2(0x1e4)](_0x25eb8e):hooksMap[_0x39dd09]=[_0x25eb8e]);const _0x13ea91=_0x3e1bab[_0x4c51e2(0x19c)][_0x4c51e2(0x1b3)](_0x407094=>_0x407094['id']===_0x4057ca[_0x4c51e2(0x1b8)]),_0x275d86=_0x272ad2['CfVRI'](nestedKeyValue,_0x13ea91,[_0x272ad2[_0x4c51e2(0x1e5)],_0x272ad2[_0x4c51e2(0x1ee)]]);if(!_0x275d86)return;else{if(_0x275d86[_0x4c51e2(0x1a9)](_0x272ad2[_0x4c51e2(0x1c0)]))return;}const _0x2855a4={};_0x2855a4[_0x4c51e2(0x173)]=_0x167d0f,_0x2855a4[_0x4c51e2(0x1c7)]=_0x25eb8e;const _0x255e1a=_0x2855a4;await SessionHandler['uploadEventData'](_0x255e1a);}catch(_0x218b83){logger[_0x4c51e2(0x189)](_0x4c51e2(0x188)+util[_0x4c51e2(0x1d8)](_0x218b83)+'\x20');}}[a8_0xb813b9(0x17d)](_0x651077,_0x829b8f){const _0x338b1e=a8_0xb813b9,_0x510fbc={};_0x510fbc['smbjH']=function(_0x28ba97,_0x220276){return _0x28ba97===_0x220276;},_0x510fbc['sKIZb']='failed',_0x510fbc[_0x338b1e(0x1fd)]=function(_0xca1f4,_0x5473ca){return _0xca1f4===_0x5473ca;},_0x510fbc[_0x338b1e(0x1a2)]=function(_0x520928,_0x3f98a9){return _0x520928===_0x3f98a9;},_0x510fbc[_0x338b1e(0x1ea)]=_0x338b1e(0x1f4),_0x510fbc[_0x338b1e(0x1d5)]=_0x338b1e(0x1f7),_0x510fbc['suohL']=function(_0x1ba418,_0x4e1cda){return _0x1ba418||_0x4e1cda;};const _0x2bef6b=_0x510fbc,_0x1e850f=_0x651077['testStepFinished'][_0x829b8f][_0x338b1e(0x1d1)];let _0x2a74e2,_0x56f92b;return _0x1e850f&&_0x2bef6b[_0x338b1e(0x1d6)](_0x1e850f[_0x338b1e(0x1f2)]['toString']()[_0x338b1e(0x16f)](),_0x2bef6b['sKIZb'])&&(_0x2a74e2=_0x2bef6b['pOPez'](_0x1e850f['exception'],undefined)?_0x1e850f[_0x338b1e(0x17a)]:_0x1e850f['exception']['message'],_0x56f92b=_0x2bef6b[_0x338b1e(0x1a2)](_0x1e850f[_0x338b1e(0x1bc)],undefined)?_0x2bef6b[_0x338b1e(0x1ea)]:_0x1e850f[_0x338b1e(0x17a)][_0x338b1e(0x178)](/Assert/)?_0x2bef6b[_0x338b1e(0x1d5)]:_0x2bef6b[_0x338b1e(0x1ea)]),{'status':_0x1e850f[_0x338b1e(0x1f2)]['toLowerCase'](),'failureType':_0x2bef6b[_0x338b1e(0x19f)](_0x56f92b,null),'failureData':!_0x2a74e2?null:[_0x2a74e2]};}[a8_0xb813b9(0x184)](_0x41c971,_0x555ed7){const _0x4ce105=a8_0xb813b9,_0x4058a0={};_0x4058a0[_0x4ce105(0x183)]=function(_0x3bedc8,_0x5bd094){return _0x3bedc8===_0x5bd094;},_0x4058a0['dxwwZ']='AFTER_EACH',_0x4058a0[_0x4ce105(0x1a7)]=_0x4ce105(0x181);const _0x23cd4d=_0x4058a0;let _0x49b0eb=![];for(const _0x16f503 of _0x41c971){_0x16f503[_0x4ce105(0x172)]&&(_0x49b0eb=!![]);if(_0x23cd4d[_0x4ce105(0x183)](_0x555ed7['id'],_0x16f503['id']))return _0x49b0eb?_0x23cd4d['dxwwZ']:_0x23cd4d[_0x4ce105(0x1a7)];}}[a8_0xb813b9(0x1a0)]=(_0x3d5caa,_0x3df40d)=>{const _0x2c812d=a8_0xb813b9,_0x37f0a5={};_0x37f0a5[_0x2c812d(0x1a6)]=function(_0xe7559b,_0x4930c2){return _0xe7559b===_0x4930c2;},_0x37f0a5['KnDYG']=function(_0x193239,_0x3c6c09){return _0x193239===_0x3c6c09;},_0x37f0a5[_0x2c812d(0x1cb)]=function(_0x208c21,_0xeaabff){return _0x208c21>_0xeaabff;};const _0x2541b5=_0x37f0a5;if(!(_0x3df40d[_0x2c812d(0x1a8)]&&_0x2541b5[_0x2c812d(0x1cb)](_0x3df40d['astNodeIds'][_0x2c812d(0x192)],0x1)))return;const _0x1931c5=_0x3df40d['astNodeIds'][0x0],_0x313d76=_0x3df40d[_0x2c812d(0x1a8)][0x1],_0x4edceb=_0x3d5caa['feature']&&_0x3d5caa['feature'][_0x2c812d(0x1aa)]?_0x3d5caa[_0x2c812d(0x1e7)][_0x2c812d(0x1aa)]:undefined;let _0x4be7c3=[];_0x4edceb&&_0x4edceb[_0x2c812d(0x175)](_0x185621=>{const _0x1d1fff=_0x2c812d;if(_0x185621[_0x1d1fff(0x18a)])_0x185621['rule'][_0x1d1fff(0x1aa)][_0x1d1fff(0x175)](_0xb6b394=>{const _0x58748b=_0x1d1fff;if(_0xb6b394[_0x58748b(0x185)]&&_0x2541b5[_0x58748b(0x1a6)](_0xb6b394['scenario']['id'],_0x1931c5)&&_0xb6b394[_0x58748b(0x185)][_0x58748b(0x1f8)]){const _0x69e368=_0xb6b394['scenario'][_0x58748b(0x1f8)]['flatMap'](_0x139016=>_0x139016['tableBody'])['find'](_0x14fd49=>_0x14fd49['id']===_0x313d76);let _0x50c0ac;_0x69e368&&_0x69e368[_0x58748b(0x182)]?_0x50c0ac=_0x69e368['cells'][_0x58748b(0x16b)](_0x44b855=>_0x44b855['value']):_0x50c0ac=[],_0x50c0ac&&(_0x4be7c3=_0x50c0ac);}});else{if(_0x185621[_0x1d1fff(0x185)]&&_0x2541b5['KnDYG'](_0x185621[_0x1d1fff(0x185)]['id'],_0x1931c5)&&_0x185621[_0x1d1fff(0x185)]['examples']){const _0x1dcc10=_0x185621[_0x1d1fff(0x185)][_0x1d1fff(0x1f8)][_0x1d1fff(0x1dc)](_0x1caddf=>_0x1caddf[_0x1d1fff(0x1f9)])['find'](_0xbc9dd6=>_0xbc9dd6['id']===_0x313d76);let _0x1fdcbe;_0x1dcc10&&_0x1dcc10[_0x1d1fff(0x182)]?_0x1fdcbe=_0x1dcc10[_0x1d1fff(0x182)]['map'](_0x33f77d=>_0x33f77d[_0x1d1fff(0x1bd)]):_0x1fdcbe=[],_0x1fdcbe&&(_0x4be7c3=_0x1fdcbe);}}});if(_0x4be7c3[_0x2c812d(0x192)])return _0x4be7c3;return;};async[a8_0xb813b9(0x1c8)](){const _0x52b5f0=a8_0xb813b9,_0x3351a8={'WbxkG':function(_0x4170e9){return _0x4170e9();}};if(this[_0x52b5f0(0x168)])return this[_0x52b5f0(0x1be)];const _0x2bf6d8=await _0x3351a8[_0x52b5f0(0x1b1)](getGitMetaData);_0x2bf6d8&&(this[_0x52b5f0(0x1be)]=_0x2bf6d8['root']),this[_0x52b5f0(0x168)]=!![];}}function a8_0xf09d(_0x63eeca,_0x44ac85){const _0x5a0f96=a8_0x5a0f();return a8_0xf09d=function(_0xf09dfc,_0x28bde0){_0xf09dfc=_0xf09dfc-0x166;let _0x3aee3c=_0x5a0f96[_0xf09dfc];return _0x3aee3c;},a8_0xf09d(_0x63eeca,_0x44ac85);}module[a8_0xb813b9(0x1f3)]=o11yClassErrorHandler(TestObservabilityReporter,[a8_0xb813b9(0x1c8),a8_0xb813b9(0x1a0),a8_0xb813b9(0x184),a8_0xb813b9(0x17d),a8_0xb813b9(0x191),a8_0xb813b9(0x1cc),a8_0xb813b9(0x1af)]);
@@ -1 +1 @@
1
- const a9_0x408a25=a9_0x37ed;(function(_0x43ed8c,_0x290615){const _0x77a8cd=a9_0x37ed,_0x1a6830=_0x43ed8c();while(!![]){try{const _0x5255b6=parseInt(_0x77a8cd(0x24c))/0x1*(-parseInt(_0x77a8cd(0x1fc))/0x2)+-parseInt(_0x77a8cd(0x1fe))/0x3+-parseInt(_0x77a8cd(0x247))/0x4*(parseInt(_0x77a8cd(0x23b))/0x5)+-parseInt(_0x77a8cd(0x1f3))/0x6+-parseInt(_0x77a8cd(0x24f))/0x7+parseInt(_0x77a8cd(0x26e))/0x8+parseInt(_0x77a8cd(0x24d))/0x9*(parseInt(_0x77a8cd(0x25e))/0xa);if(_0x5255b6===_0x290615)break;else _0x1a6830['push'](_0x1a6830['shift']());}catch(_0x49f57c){_0x1a6830['push'](_0x1a6830['shift']());}}}(a9_0x5150,0x2b357));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require(a9_0x408a25(0x1d7)),setKeepAlive=require('../../helpers/setKeepAlive'),util=require('util'),PerformanceTester=require(a9_0x408a25(0x1ff)),{commandRepository}=require(a9_0x408a25(0x263)),cucumberModule=requireModule(a9_0x408a25(0x251)),logger=require(a9_0x408a25(0x25a))[a9_0x408a25(0x218)],{shouldProcessEventForTesthub}=require(a9_0x408a25(0x1ef)),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require('../../helpers/test-observability/utils'),TestDetails=require(a9_0x408a25(0x275)),RequestQueueHandler=require(a9_0x408a25(0x223)),{o11yErrorHandler}=require('../../helpers/test-observability/error-handler'),MyReporter=require(a9_0x408a25(0x23c)),SessionHandler=require(a9_0x408a25(0x23d)),scripts=require(a9_0x408a25(0x233)),globals=require('../../helpers/globals'),testHubConstants=require(a9_0x408a25(0x1d8)),{shouldScanTestForAccessibility}=require(a9_0x408a25(0x21a)),{isUndefined}=require('lodash'),a9_0x4a01d1={};a9_0x4a01d1[a9_0x408a25(0x261)]=undefined,a9_0x4a01d1[a9_0x408a25(0x221)]={},a9_0x4a01d1[a9_0x408a25(0x1d0)]=![],a9_0x4a01d1[a9_0x408a25(0x221)]['id']=undefined,a9_0x4a01d1[a9_0x408a25(0x221)][a9_0x408a25(0x22d)]=undefined;function a9_0x37ed(_0x192d0c,_0xbd35f6){const _0x515096=a9_0x5150();return a9_0x37ed=function(_0x37edf7,_0xff9207){_0x37edf7=_0x37edf7-0x1cc;let _0x555e77=_0x515096[_0x37edf7];return _0x555e77;},a9_0x37ed(_0x192d0c,_0xbd35f6);}const workerDetails=a9_0x4a01d1;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x3b6783){const _0x3e3e2d=a9_0x408a25,_0x49070b=workerDetails[_0x3e3e2d(0x221)]['testInfo'];if(!_0x49070b)return;await MyReporter[_0x3e3e2d(0x1f0)](_0x49070b,_0x3b6783);}),registerListeners=()=>{const _0x3f3d73=a9_0x408a25,_0x1b83b0={};_0x1b83b0[_0x3f3d73(0x1ee)]=_0x3f3d73(0x1e5);const _0x7ade35=_0x1b83b0;logger[_0x3f3d73(0x23e)](_0x7ade35[_0x3f3d73(0x1ee)]),process[_0x3f3d73(0x240)](_0x3f3d73(0x20a)+process['pid']),process['on'](_0x3f3d73(0x20a)+process[_0x3f3d73(0x207)],sendTestLog),PerformanceTester['startMonitoring']();};function a9_0x5150(){const _0x7165de=['__error_messages__','toLowerCase','reSfW','env','Failed:\x20','platformCaps','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20','../../helpers/logger','pickleStep','xdOQn','Performing\x20scan\x20before\x20saving\x20results','140960Zmvwnu','umspp','name','workerInfo','shift','../../helpers/ai-sdk/autoHealHelper','Error:\x20at\x20After\x20Step:\x20','PBOLP','ykOjr','message','Passed','thTestRunUuid','timeout','__timeout','nzcnk','DUImR','2303616gTmZqR','browserstackAgentV2','bstack','Inside\x20browserstack\x20Before','\x20|\x20','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','info','../playwright/reporter/test-details.js','GtWVG','tboDL','finally','getInstance','TVTPt','o11ySyncDone','yplVU','sWqvw','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','length','setFramework','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','../../helpers/helper','../../helpers/testhub/constants.js','vLUhG','bstackA11yShouldScan','plLyD','IhrYf','UcJOj','rGQTS','format','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','gAcpn','xzRLn','DaCPr','vFPws','Inside\x20browserstack\x20registerListeners','result','PUlpI','shutdown','__skipSessionStatus','2|4|3|1|0','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','toString','ENV_VAR','WZPJd','../../helpers/testhub/utils','addTestUIDAndReportLog','skipSessionName','map','675012ZWJhCQ','__skipSessionName','__sessionFailed','ODOyd','DloxP','split','BJFXN','driverCleanup','Error:\x20at\x20After:\x20','234ZVsXxg','../../index','208038qVnMRP','../../helpers/performance-tester','push','EWdQT','AfterAll','Passed:\x20','BSTACK_CONFIG','wOYxD','__drivers','pid','Error:\x20sendPlatformDetails\x20at\x20After:\x20','bfoIc','bs:addLog:','quitCount_','KowhQ','executeScript','HMmxl','TVFWv','xggvS','CztgM','failed','FYKyt','pickle','\x0aError:\x20','parse','skipSessionStatus','winstonLogger','performScan','../../helpers/accessibility-automation/helper','text','AYycj','join','\x22}}','testCaseStartedId','TCkWh','currentTest','UiYSf','../../helpers/test-observability/requestQueueHandler','After','stringify','BzYuE','rGSgx','cucumber-js','startMonitoring','WZTqs','status','isAccessibilityPlatform','testInfo','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','getGlobal','WjEuK','VYAYe','AfterStep','../../helpers/accessibility-automation/scripts','test_run','Inside\x20browserstack\x20AfterAll','mXzAy','AVImU','session_','Inside\x20browserstack\x20AfterStep','Error:\x20cleaning\x20up\x20driver:\x20','185saDkTZ','../playwright/reporter/reporter.js','../../helpers/test-observability/sessionHandler','debug','setDefaultTimeout','removeAllListeners','error','Vkqtu','setConfig','ppqwO','initQuit','getTestUUID','32388pOqbGF','GASnU','saveTestResults','Inside\x20browserstack\x20BeforeAll','QzkIM','2179UqynZb','414DdBBhg','passed','161035tHlSFz','NujQo','@cucumber/cucumber/lib/index.js','setGlobal'];a9_0x5150=function(){return _0x7165de;};return a9_0x5150();}modifyCommand(),setKeepAlive();const Before=cucumberModule['Before'],After=cucumberModule[a9_0x408a25(0x224)],AfterAll=cucumberModule[a9_0x408a25(0x202)],BeforeAll=cucumberModule['BeforeAll'],AfterStep=cucumberModule[a9_0x408a25(0x232)],configuration=process[a9_0x408a25(0x256)]['CONFIG'],bstackConfig=process['env'][a9_0x408a25(0x204)];if(configuration!==undefined){const config=JSON[a9_0x408a25(0x216)](configuration);isBrowserstackInfra()?(global[a9_0x408a25(0x1f4)]=isTrue(config[a9_0x408a25(0x1f1)]),global['__skipSessionStatus']=isTrue(config[a9_0x408a25(0x217)])):(global[a9_0x408a25(0x1f4)]=!![],global[a9_0x408a25(0x1e9)]=!![]),shouldProcessEventForTesthub()?require(a9_0x408a25(0x1fd))['browserstackAgentV2'](config,null,!![]):require(a9_0x408a25(0x1fd))[a9_0x408a25(0x26f)](config),global['__platformCaps']=config[a9_0x408a25(0x258)]||{};}if(bstackConfig!==undefined){const browserStackConfig=JSON['parse'](bstackConfig);browserStackConfig&&(commandRepository[a9_0x408a25(0x243)](browserStackConfig),commandRepository[a9_0x408a25(0x1d5)](a9_0x408a25(0x228)));}global['__timeout']=0x0;const __setDefaultTimeout=cucumberModule['setDefaultTimeout'];cucumberModule[a9_0x408a25(0x23f)]=_0x596d1f=>{const _0xbfd860=a9_0x408a25,_0x2bfe58={'ppqwO':function(_0x4dec22,_0x5517bd){return _0x4dec22(_0x5517bd);}};global[_0xbfd860(0x26b)]=_0x596d1f,_0x2bfe58[_0xbfd860(0x244)](__setDefaultTimeout,_0x596d1f);};const a9_0x1c47c7={};a9_0x1c47c7[a9_0x408a25(0x260)]=a9_0x408a25(0x270),BeforeAll(a9_0x1c47c7,function(){const _0xd57fa6=a9_0x408a25,_0x2c9a35={'TVFWv':function(_0x1b7657,_0x745d63,_0x4db692,_0x3b6ccf){return _0x1b7657(_0x745d63,_0x4db692,_0x3b6ccf);},'UcJOj':_0xd57fa6(0x212),'WjEuK':_0xd57fa6(0x272),'gAcpn':function(_0x471150,_0x208043,_0x1a0cde){return _0x471150(_0x208043,_0x1a0cde);},'sWqvw':_0xd57fa6(0x24e),'xzRLn':_0xd57fa6(0x24a),'plLyD':function(_0x27fead){return _0x27fead();},'DloxP':function(_0x320b7c){return _0x320b7c();},'HMmxl':function(_0x597dff,_0x40c912){return _0x597dff(_0x40c912);}};PerformanceTester[_0xd57fa6(0x229)](),logger[_0xd57fa6(0x23e)](_0x2c9a35[_0xd57fa6(0x1e2)]),global[_0xd57fa6(0x253)]=[],global['__sessionFailed']=![],_0x2c9a35[_0xd57fa6(0x1db)](shouldProcessEventForTesthub)&&(_0x2c9a35[_0xd57fa6(0x1f7)](registerListeners),_0x2c9a35[_0xd57fa6(0x20e)](addRequestSpy,![])),global[_0xd57fa6(0x1fa)]=async()=>{const _0x52d4c3=_0xd57fa6;let _0x10ecd7=![];try{await global[_0x52d4c3(0x206)][0x0][_0x52d4c3(0x238)],_0x10ecd7=!![],global[_0x52d4c3(0x1f5)]?await _0x2c9a35[_0x52d4c3(0x20f)](markSessionStatus,global['__drivers'][0x0],_0x2c9a35[_0x52d4c3(0x1dd)],global[_0x52d4c3(0x253)][_0x52d4c3(0x21d)](_0x2c9a35[_0x52d4c3(0x230)])):await _0x2c9a35[_0x52d4c3(0x1e1)](markSessionStatus,global['__drivers'][0x0],_0x2c9a35[_0x52d4c3(0x1d2)]);}catch(_0x4844fd){logger[_0x52d4c3(0x23e)](_0x52d4c3(0x23a)+_0x4844fd);}global[_0x52d4c3(0x253)]=[],global['__sessionFailed']=![];if(_0x10ecd7)try{await global[_0x52d4c3(0x206)][0x0][_0x52d4c3(0x245)]();}catch(_0x37d1e8){logger[_0x52d4c3(0x23e)]('Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20'+_0x37d1e8);}};});const a9_0x41811a={};a9_0x41811a[a9_0x408a25(0x260)]='bstack',a9_0x41811a['timeout']=0x2710,Before(a9_0x41811a,function(_0x29a703,_0x25dd63){const _0x481cae=a9_0x408a25,_0x57ffdc={'AYycj':function(_0x1500a8,_0x19ec2d){return _0x1500a8>_0x19ec2d;},'BDjsn':function(_0x3e6958,_0x350367){return _0x3e6958(_0x350367);},'xggvS':function(_0x2b972b,_0x20c8ef,_0x17f82c,_0x2db239){return _0x2b972b(_0x20c8ef,_0x17f82c,_0x2db239);},'mkHcd':_0x481cae(0x1da),'reSfW':function(_0x5aa7a2){return _0x5aa7a2();},'vLUhG':_0x481cae(0x271)};commandRepository['setTestNameForHealingContext'](_0x29a703['pickle']['name']),logger['debug'](_0x57ffdc[_0x481cae(0x1d9)]),new Promise(async _0x4780c2=>{const _0xfc4311=_0x481cae;try{_0x57ffdc[_0xfc4311(0x21c)](global[_0xfc4311(0x206)]['length'],0x1)&&(await global[_0xfc4311(0x1fa)](),global[_0xfc4311(0x206)][_0xfc4311(0x262)]()),global[_0xfc4311(0x206)][0x0]['quitCount_']&&_0x57ffdc[_0xfc4311(0x21c)](global[_0xfc4311(0x206)][0x0]['quitCount_'],0x0)&&await global[_0xfc4311(0x1fa)]();}catch(_0x271202){logger[_0xfc4311(0x23e)](_0xfc4311(0x22e)+_0x271202);}workerDetails[_0xfc4311(0x221)][_0xfc4311(0x22d)]=_0x29a703[_0xfc4311(0x21f)];try{if(!_0x57ffdc['BDjsn'](isUndefined,_0x29a703['pickle']['tags'])){const _0x15f66a=_0x57ffdc[_0xfc4311(0x210)](shouldScanTestForAccessibility,null,![],_0x29a703[_0xfc4311(0x214)]['tags'][_0xfc4311(0x1f2)](({name:_0x4ca6ee})=>_0x4ca6ee));globals[_0xfc4311(0x252)](_0x57ffdc['mkHcd'],_0x15f66a);}}catch(_0x31e6c2){logger[_0xfc4311(0x23e)](_0xfc4311(0x259)+util['format'](_0x31e6c2));}_0x57ffdc[_0xfc4311(0x255)](_0x4780c2);})['finally'](_0x25dd63);});const a9_0x543c66={};a9_0x543c66[a9_0x408a25(0x260)]=a9_0x408a25(0x270),a9_0x543c66[a9_0x408a25(0x26a)]=0x2710,After(a9_0x543c66,function(_0x110535,_0x43ae25){const _0x47d327=a9_0x408a25,_0x4b8279={'IhrYf':_0x47d327(0x1ea),'PUlpI':function(_0x4c450d,_0x243308){return _0x4c450d===_0x243308;},'BJFXN':'failed','PBOLP':function(_0x3c7c84,_0x501aca,_0x47e883,_0x3621bb){return _0x3c7c84(_0x501aca,_0x47e883,_0x3621bb);},'uBwHJ':_0x47d327(0x272),'xdOQn':function(_0x5d0a79,_0x5bf62e,_0x512cc8){return _0x5d0a79(_0x5bf62e,_0x512cc8);},'hKwwz':_0x47d327(0x24e),'GtWVG':function(_0x10a9b0,_0x1464ad){return _0x10a9b0>_0x1464ad;},'CztgM':function(_0x3d9c81){return _0x3d9c81();},'Vkqtu':function(_0x55a770,_0x231d9c,_0x59daa7,_0x19b285){return _0x55a770(_0x231d9c,_0x59daa7,_0x19b285);},'yrEJk':'CBTSessionCreated','rGSgx':_0x47d327(0x22c),'umspp':'bstackA11yShouldScan','TVTPt':_0x47d327(0x1eb),'QzkIM':_0x47d327(0x25d),'mXzAy':_0x47d327(0x273),'UiYSf':function(_0x3dffc8){return _0x3dffc8();},'WZTqs':'Inside\x20browserstack\x20After'};logger[_0x47d327(0x23e)](_0x4b8279[_0x47d327(0x22a)]),workerDetails[_0x47d327(0x221)]['testInfo']=_0x110535[_0x47d327(0x21f)],new Promise(async _0x482eaa=>{const _0x3b6527=_0x47d327;let _0x4e6939=![];try{const _0x40282a=_0x4b8279[_0x3b6527(0x1dc)][_0x3b6527(0x1f8)]('|');let _0x4b8a91=0x0;while(!![]){switch(_0x40282a[_0x4b8a91++]){case'0':if(_0x4b8279[_0x3b6527(0x1e7)](_0x110535[_0x3b6527(0x1e6)][_0x3b6527(0x22b)][_0x3b6527(0x1ec)]()['toLowerCase'](),_0x4b8279[_0x3b6527(0x1f9)])||_0x4b8279['PUlpI'](_0x110535[_0x3b6527(0x1e6)][_0x3b6527(0x22b)][_0x3b6527(0x1ec)]()['toLowerCase'](),'6')){try{global[_0x3b6527(0x253)][_0x3b6527(0x200)](_0x110535[_0x3b6527(0x1e6)][_0x3b6527(0x267)]);}catch(_0x2668cb){logger[_0x3b6527(0x23e)](_0x3b6527(0x1d3)+_0x2668cb);}await _0x4b8279[_0x3b6527(0x265)](markSessionStatus,global[_0x3b6527(0x206)][0x0],_0x4b8279[_0x3b6527(0x1f9)],global[_0x3b6527(0x253)]['join'](_0x4b8279['uBwHJ']));}else await _0x4b8279[_0x3b6527(0x25c)](markSessionStatus,global[_0x3b6527(0x206)][0x0],_0x4b8279['hKwwz']);continue;case'1':!global[_0x3b6527(0x1f4)]&&await global[_0x3b6527(0x206)][0x0][_0x3b6527(0x20d)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x110535[_0x3b6527(0x214)][_0x3b6527(0x260)]+_0x3b6527(0x21e));continue;case'2':_0x4b8279['GtWVG'](global[_0x3b6527(0x206)][_0x3b6527(0x1d4)],0x1)&&(await global['driverCleanup'](),global[_0x3b6527(0x206)][_0x3b6527(0x262)](),global['__error_messages__']=[],global[_0x3b6527(0x1f5)]=![]);continue;case'3':_0x4e6939=!![];continue;case'4':await global[_0x3b6527(0x206)][0x0][_0x3b6527(0x238)];continue;}break;}}catch(_0x327b0c){logger['debug'](_0x3b6527(0x1fb)+util[_0x3b6527(0x1df)](_0x327b0c));}try{if(_0x4b8279[_0x3b6527(0x211)](shouldProcessEventForTesthub)){const _0x344056=TestDetails[_0x3b6527(0x246)](_0x110535[_0x3b6527(0x21f)]),_0x2fa339=await _0x4b8279[_0x3b6527(0x242)](sendPlatformDetails,global[_0x3b6527(0x206)][0x0],_0x344056,!![]),_0x3f3daa={};_0x3f3daa['uuid']=_0x344056,_0x3f3daa['integrations']=_0x2fa339;const _0x48e2e1=_0x3f3daa,_0x21ea39={};_0x21ea39['event_type']=_0x4b8279['yrEJk'],_0x21ea39[_0x3b6527(0x234)]=_0x48e2e1,await SessionHandler['uploadEventData'](_0x21ea39);}}catch(_0x15c719){logger[_0x3b6527(0x23e)](_0x3b6527(0x208)+util[_0x3b6527(0x1df)](_0x15c719));}try{if(globals[_0x3b6527(0x22f)](_0x4b8279[_0x3b6527(0x227)])&&globals[_0x3b6527(0x22f)](_0x4b8279[_0x3b6527(0x25f)])){logger[_0x3b6527(0x274)](_0x4b8279[_0x3b6527(0x1cf)]);const _0x5791a6=TestDetails['getTestUUID'](_0x110535['testCaseStartedId']),_0x192880={};_0x192880[_0x3b6527(0x269)]=_0x5791a6,_0x192880['thBuildUuid']=process[_0x3b6527(0x256)][testHubConstants[_0x3b6527(0x1ed)]['BROWSERSTACK_TESTHUB_UUID']],_0x192880['thJwtToken']=process[_0x3b6527(0x256)][testHubConstants['ENV_VAR']['BROWSERSTACK_TESTHUB_JWT']];const _0x55f1d6=_0x192880;logger[_0x3b6527(0x23e)](_0x3b6527(0x1e0)+JSON[_0x3b6527(0x225)](_0x55f1d6)),logger[_0x3b6527(0x23e)](_0x4b8279[_0x3b6527(0x24b)]),logger['debug'](util[_0x3b6527(0x1df)](await global['__drivers'][0x0]['executeAsyncScript'](scripts[_0x3b6527(0x219)],{'method':global['browserstackSessionName']}))),await global[_0x3b6527(0x206)][0x0]['executeAsyncScript'](scripts[_0x3b6527(0x249)],_0x55f1d6),logger['info'](_0x4b8279[_0x3b6527(0x236)]);}}catch(_0x1fe6ca){logger[_0x3b6527(0x241)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20'+util[_0x3b6527(0x1df)]);}if(_0x4e6939)try{global[_0x3b6527(0x206)][0x0]&&_0x4b8279[_0x3b6527(0x276)](global[_0x3b6527(0x206)][0x0][_0x3b6527(0x20b)],0x0)&&await global['__drivers'][0x0][_0x3b6527(0x245)]();}catch(_0xacfbeb){logger[_0x3b6527(0x23e)]('Error:\x20quiting\x20driver\x20at\x20After:\x20'+_0xacfbeb);}_0x4b8279[_0x3b6527(0x222)](_0x482eaa);})['finally'](()=>_0x43ae25());});const a9_0x351b6b={};a9_0x351b6b[a9_0x408a25(0x260)]=a9_0x408a25(0x270),a9_0x351b6b[a9_0x408a25(0x26a)]=0x2710,AfterStep(a9_0x351b6b,function(_0x8b703a,_0x4c75ee){const _0x217404=a9_0x408a25,_0x531643={'FYKyt':function(_0x6afb96,_0x1193ea){return _0x6afb96===_0x1193ea;},'BzYuE':'failed','DaCPr':function(_0x594f60,_0x4f92b7){return _0x594f60===_0x4f92b7;},'dzFia':function(_0x4204c4,_0x315bca){return _0x4204c4!==_0x315bca;},'KowhQ':function(_0x2941c8,_0x278560,_0x37137a){return _0x2941c8(_0x278560,_0x37137a);},'tboDL':function(_0x22e4f3,_0x5b4092){return _0x22e4f3+_0x5b4092;},'wOYxD':function(_0x5d1bc9,_0x4a432c){return _0x5d1bc9+_0x4a432c;},'bfoIc':_0x217404(0x257),'ODOyd':_0x217404(0x215),'EWdQT':'error','AVImU':function(_0x2bff93,_0x2dd7b8){return _0x2bff93+_0x2dd7b8;},'yplVU':function(_0x239b5d,_0x20bd19){return _0x239b5d!==_0x20bd19;},'NujQo':function(_0x5f4e77,_0x3969d4,_0x5a8cce){return _0x5f4e77(_0x3969d4,_0x5a8cce);},'vFPws':function(_0x406030,_0x5e3f7d){return _0x406030+_0x5e3f7d;},'AoUJK':_0x217404(0x203),'VYAYe':_0x217404(0x274),'rGQTS':function(_0x5cca85,_0xac472d,_0xc20d66){return _0x5cca85(_0xac472d,_0xc20d66);},'GASnU':_0x217404(0x268),'DUImR':function(_0x572c3f){return _0x572c3f();},'nzcnk':_0x217404(0x239)};logger[_0x217404(0x23e)](_0x531643[_0x217404(0x26c)]);const _0x1aef01=async(_0x373cae,_0x6229ce)=>{const _0x5555a7=_0x217404;await global[_0x5555a7(0x206)][0x0][_0x5555a7(0x20d)](_0x5555a7(0x1d6)+_0x373cae+',\x22level\x22:\x20\x22'+_0x6229ce+'\x22}}');};new Promise(async _0x554a0f=>{const _0x7d47b6=_0x217404;try{_0x531643[_0x7d47b6(0x213)](_0x8b703a[_0x7d47b6(0x1e6)]['status'][_0x7d47b6(0x1ec)]()[_0x7d47b6(0x254)](),_0x531643[_0x7d47b6(0x226)])||_0x531643[_0x7d47b6(0x1e3)](_0x8b703a['result'][_0x7d47b6(0x22b)]['toString']()[_0x7d47b6(0x254)](),'6')?(global['__sessionFailed']=!![],global[_0x7d47b6(0x253)][_0x7d47b6(0x200)](_0x8b703a[_0x7d47b6(0x1e6)][_0x7d47b6(0x267)]),_0x531643['dzFia'](_0x8b703a[_0x7d47b6(0x25b)],undefined)?await _0x531643[_0x7d47b6(0x20c)](_0x1aef01,JSON[_0x7d47b6(0x225)](_0x531643[_0x7d47b6(0x1cc)](_0x531643[_0x7d47b6(0x1cc)](_0x531643[_0x7d47b6(0x205)](_0x531643[_0x7d47b6(0x209)],'\x22'+_0x8b703a[_0x7d47b6(0x25b)]['text']+'\x22\x20'),_0x531643[_0x7d47b6(0x1f6)]),_0x8b703a[_0x7d47b6(0x1e6)][_0x7d47b6(0x267)])),_0x531643[_0x7d47b6(0x201)]):await _0x531643[_0x7d47b6(0x20c)](_0x1aef01,JSON[_0x7d47b6(0x225)](_0x531643[_0x7d47b6(0x237)](_0x531643[_0x7d47b6(0x209)],_0x8b703a[_0x7d47b6(0x1e6)][_0x7d47b6(0x267)])),_0x531643['EWdQT'])):_0x531643[_0x7d47b6(0x1d1)](_0x8b703a[_0x7d47b6(0x25b)],undefined)?await _0x531643[_0x7d47b6(0x250)](_0x1aef01,JSON[_0x7d47b6(0x225)](_0x531643[_0x7d47b6(0x1e4)](_0x531643['AoUJK'],'\x22'+_0x8b703a[_0x7d47b6(0x25b)][_0x7d47b6(0x21b)]+'\x22')),_0x531643[_0x7d47b6(0x231)]):await _0x531643[_0x7d47b6(0x1de)](_0x1aef01,JSON[_0x7d47b6(0x225)](_0x531643[_0x7d47b6(0x248)]),_0x531643[_0x7d47b6(0x231)]);}catch(_0xbcce00){logger[_0x7d47b6(0x23e)](_0x7d47b6(0x264)+_0xbcce00);}_0x531643[_0x7d47b6(0x26d)](_0x554a0f);})[_0x217404(0x1cd)](()=>_0x4c75ee());});const a9_0x315143={};a9_0x315143['name']=a9_0x408a25(0x270),a9_0x315143[a9_0x408a25(0x26a)]=0x7530,AfterAll(a9_0x315143,async function(_0x916b20,_0x372c6d){const _0x56f60d=a9_0x408a25,_0x4fc91f={'TCkWh':function(_0x2d3fea){return _0x2d3fea();},'ykOjr':_0x56f60d(0x235)};logger[_0x56f60d(0x23e)](_0x4fc91f[_0x56f60d(0x266)]),await new Promise(async _0xf22869=>{const _0x2a0d89=_0x56f60d;await RequestQueueHandler[_0x2a0d89(0x1ce)]()[_0x2a0d89(0x1e8)](),PerformanceTester['stopMonitoring'](),await global[_0x2a0d89(0x1fa)](),_0x4fc91f[_0x2a0d89(0x220)](_0xf22869);});});
1
+ function a9_0x5269(){const _0x11cc84=['tuMOK','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','setGlobal','\x0aError:\x20','parse','SOPFR','9tjfjho','setDefaultTimeout','cucumber-js','format','Failed:\x20','passed','bs:addLog:','AfterStep','mLPFa','@cucumber/cucumber/lib/index.js','currentTest','shift','pid','testInfo','../../index','name','DzjNQ','4440408KUbQuR','winstonLogger','../../helpers/ai-sdk/autoHealHelper','../../helpers/globals','util','After','initQuit','../../helpers/testhub/constants.js','iaVKj','1736032zcyhrl','__platformCaps','driverCleanup','setFramework','__skipSessionName','SmuVo','Before','../../helpers/test-observability/utils','Passed','CONFIG','../../helpers/test-observability/sessionHandler','setTestNameForHealingContext','159708kdIHxb','Inside\x20browserstack\x20After','toString','text','lodash','xbKEz','../playwright/reporter/reporter.js','YeGMO','isAccessibilityPlatform','pickleStep','stopMonitoring','executeAsyncScript','__timeout','Error:\x20cleaning\x20up\x20driver:\x20','getInstance','../../helpers/testhub/utils','o11ySyncDone','celuh','addTestUIDAndReportLog','AfterAll','browserstackAgentV2','BROWSERSTACK_TESTHUB_JWT','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','kvEyM','Error:\x20at\x20After\x20Step:\x20','SXUWK','guhWT','btCNn','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','__error_messages__','NafhA','result','pcEzj','3855584cjHWXL','ilOra','zEVeI','KlxLQ','error','pickle','CBTSessionCreated','zsyMi','Inside\x20browserstack\x20Before','yOjzP','status','quitCount_','session_','\x22}}','@cucumber/cucumber','\x20|\x20','message','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','performScan','../../helpers/performance-tester','__sessionFailed','../../helpers/accessibility-automation/helper','../../helpers/setKeepAlive','1966170EEahlp','vjkzT','workerInfo','../../helpers/accessibility-automation/scripts','browserstackSessionName','2|1|0|3|4','BeforeAll','debug','uuid','shutdown','__drivers','../../helpers/helper','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20','info','QQoiW','PKNWP','ENV_VAR','tags','IolKr','DIChY','KqZaH','VQPgG','rSSSR','thBuildUuid','finally','Error:\x20sendPlatformDetails\x20at\x20After:\x20','testCaseStartedId','bstack','yBZmw','../../helpers/logger','pDwqm','BSTACK_CONFIG','skipSessionStatus','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20','failed','stringify','skipSessionName','env','Inside\x20browserstack\x20AfterStep','CZvek','WuqvM','push','../../helpers/test-observability/error-handler','getGlobal','Inside\x20browserstack\x20registerListeners','length','thTestRunUuid','Performing\x20scan\x20before\x20saving\x20results','VdMyN','qnnLz','executeScript','getTestUUID','thJwtToken','qehTu','Drnat',',\x22level\x22:\x20\x22','ujHlo','vsfZG','7726542YtHqFy','toLowerCase','startMonitoring','laZlw','integrations','uploadEventData','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','YCpzX','694879maxdFk','qizdV','rbkGx','DKAQw','BROWSERSTACK_TESTHUB_UUID','timeout','__skipSessionStatus','ykNPI','map','27jvFIPk','zEbAw','qTXgg'];a9_0x5269=function(){return _0x11cc84;};return a9_0x5269();}const a9_0x5b1374=a9_0x44f4;(function(_0x541efd,_0x440ced){const _0x1a3663=a9_0x44f4,_0x37b624=_0x541efd();while(!![]){try{const _0x3f6a9d=-parseInt(_0x1a3663(0x162))/0x1+parseInt(_0x1a3663(0x18e))/0x2+parseInt(_0x1a3663(0x174))/0x3*(parseInt(_0x1a3663(0x19a))/0x4)+-parseInt(_0x1a3663(0x1d2))/0x5+-parseInt(_0x1a3663(0x15a))/0x6+parseInt(_0x1a3663(0x185))/0x7+-parseInt(_0x1a3663(0x1bb))/0x8*(-parseInt(_0x1a3663(0x16b))/0x9);if(_0x3f6a9d===_0x440ced)break;else _0x37b624['push'](_0x37b624['shift']());}catch(_0x3e86a9){_0x37b624['push'](_0x37b624['shift']());}}}(a9_0x5269,0xa8f93));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require(a9_0x5b1374(0x12b)),setKeepAlive=require(a9_0x5b1374(0x1d1)),util=require(a9_0x5b1374(0x189)),PerformanceTester=require(a9_0x5b1374(0x1ce)),{commandRepository}=require(a9_0x5b1374(0x187)),cucumberModule=requireModule(a9_0x5b1374(0x17d),a9_0x5b1374(0x1c9)),logger=require(a9_0x5b1374(0x13d))[a9_0x5b1374(0x186)],{shouldProcessEventForTesthub}=require(a9_0x5b1374(0x1a9)),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require(a9_0x5b1374(0x195)),TestDetails=require('../playwright/reporter/test-details.js'),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),{o11yErrorHandler}=require(a9_0x5b1374(0x14a)),MyReporter=require(a9_0x5b1374(0x1a0)),SessionHandler=require(a9_0x5b1374(0x198)),scripts=require(a9_0x5b1374(0x1d5)),globals=require(a9_0x5b1374(0x188)),testHubConstants=require(a9_0x5b1374(0x18c)),{shouldScanTestForAccessibility}=require(a9_0x5b1374(0x1d0)),{isUndefined}=require(a9_0x5b1374(0x19e)),a9_0x206581={};a9_0x206581[a9_0x5b1374(0x1d4)]=undefined,a9_0x206581[a9_0x5b1374(0x17e)]={},a9_0x206581[a9_0x5b1374(0x1aa)]=![],a9_0x206581[a9_0x5b1374(0x17e)]['id']=undefined,a9_0x206581[a9_0x5b1374(0x17e)]['testInfo']=undefined;const workerDetails=a9_0x206581;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x3fc1f6){const _0x3d6a63=a9_0x5b1374,_0x5203ed=workerDetails[_0x3d6a63(0x17e)][_0x3d6a63(0x181)];if(!_0x5203ed)return;await MyReporter[_0x3d6a63(0x1ac)](_0x5203ed,_0x3fc1f6);}),registerListeners=()=>{const _0x54ecd2=a9_0x5b1374,_0x191bcb={};_0x191bcb[_0x54ecd2(0x1bd)]=_0x54ecd2(0x14c);const _0x28ab1c=_0x191bcb;logger['debug'](_0x28ab1c[_0x54ecd2(0x1bd)]),process['removeAllListeners']('bs:addLog:'+process[_0x54ecd2(0x180)]),process['on'](_0x54ecd2(0x17a)+process[_0x54ecd2(0x180)],sendTestLog),PerformanceTester[_0x54ecd2(0x15c)]();};modifyCommand(),setKeepAlive();const Before=cucumberModule[a9_0x5b1374(0x194)],After=cucumberModule[a9_0x5b1374(0x18a)],AfterAll=cucumberModule[a9_0x5b1374(0x1ad)],BeforeAll=cucumberModule[a9_0x5b1374(0x1d8)],AfterStep=cucumberModule[a9_0x5b1374(0x17b)],configuration=process[a9_0x5b1374(0x145)][a9_0x5b1374(0x197)],bstackConfig=process[a9_0x5b1374(0x145)][a9_0x5b1374(0x13f)];if(configuration!==undefined){const config=JSON['parse'](configuration);isBrowserstackInfra()?(global[a9_0x5b1374(0x192)]=isTrue(config[a9_0x5b1374(0x144)]),global[a9_0x5b1374(0x168)]=isTrue(config[a9_0x5b1374(0x140)])):(global[a9_0x5b1374(0x192)]=!![],global['__skipSessionStatus']=!![]),shouldProcessEventForTesthub()?require(a9_0x5b1374(0x182))[a9_0x5b1374(0x1ae)](config,null,!![]):require(a9_0x5b1374(0x182))['browserstackAgentV2'](config),global[a9_0x5b1374(0x18f)]=config['platformCaps']||{};}if(bstackConfig!==undefined){const browserStackConfig=JSON[a9_0x5b1374(0x172)](bstackConfig);browserStackConfig&&(commandRepository['setConfig'](browserStackConfig),commandRepository[a9_0x5b1374(0x191)](a9_0x5b1374(0x176)));}global[a9_0x5b1374(0x1a6)]=0x0;const __setDefaultTimeout=cucumberModule[a9_0x5b1374(0x175)];cucumberModule[a9_0x5b1374(0x175)]=_0x16a8ec=>{const _0x1bddc3=a9_0x5b1374,_0x2f4cde={'SOPFR':function(_0x3015a1,_0x1f9dd7){return _0x3015a1(_0x1f9dd7);}};global[_0x1bddc3(0x1a6)]=_0x16a8ec,_0x2f4cde[_0x1bddc3(0x173)](__setDefaultTimeout,_0x16a8ec);};const a9_0x4627eb={};a9_0x4627eb[a9_0x5b1374(0x183)]=a9_0x5b1374(0x13b),BeforeAll(a9_0x4627eb,function(){const _0x56bcb6=a9_0x5b1374,_0x5744cd={'rbkGx':function(_0x33644d,_0x50e736,_0x35fe04,_0x5d4df5){return _0x33644d(_0x50e736,_0x35fe04,_0x5d4df5);},'rSSSR':_0x56bcb6(0x142),'NafhA':_0x56bcb6(0x1ca),'pDwqm':function(_0x3f6d72,_0x3fa7ff,_0x50b02a){return _0x3f6d72(_0x3fa7ff,_0x50b02a);},'ilOra':_0x56bcb6(0x179),'DzjNQ':'Inside\x20browserstack\x20BeforeAll','LSegV':function(_0x408886){return _0x408886();},'tuMOK':function(_0x225346,_0xc39908){return _0x225346(_0xc39908);}};PerformanceTester[_0x56bcb6(0x15c)](),logger['debug'](_0x5744cd[_0x56bcb6(0x184)]),global[_0x56bcb6(0x1b7)]=[],global[_0x56bcb6(0x1cf)]=![],_0x5744cd['LSegV'](shouldProcessEventForTesthub)&&(_0x5744cd['LSegV'](registerListeners),_0x5744cd[_0x56bcb6(0x16e)](addRequestSpy,![])),global['driverCleanup']=async()=>{const _0xe311dd=_0x56bcb6;let _0x4301f8=![];try{await global[_0xe311dd(0x12a)][0x0]['session_'],_0x4301f8=!![],global['__sessionFailed']?await _0x5744cd[_0xe311dd(0x164)](markSessionStatus,global[_0xe311dd(0x12a)][0x0],_0x5744cd[_0xe311dd(0x136)],global[_0xe311dd(0x1b7)]['join'](_0x5744cd[_0xe311dd(0x1b8)])):await _0x5744cd[_0xe311dd(0x13e)](markSessionStatus,global[_0xe311dd(0x12a)][0x0],_0x5744cd[_0xe311dd(0x1bc)]);}catch(_0x57dd70){logger['debug'](_0xe311dd(0x1a7)+_0x57dd70);}global[_0xe311dd(0x1b7)]=[],global[_0xe311dd(0x1cf)]=![];if(_0x4301f8)try{await global[_0xe311dd(0x12a)][0x0][_0xe311dd(0x18b)]();}catch(_0x3af156){logger[_0xe311dd(0x1d9)]('Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20'+_0x3af156);}};});const a9_0x33495e={};a9_0x33495e[a9_0x5b1374(0x183)]=a9_0x5b1374(0x13b),a9_0x33495e[a9_0x5b1374(0x167)]=0x2710,Before(a9_0x33495e,function(_0x1eec08,_0x2b04bb){const _0x40a0e8=a9_0x5b1374,_0x5afeae={'zxQKf':function(_0x7f1ff0,_0x3b4f1b){return _0x7f1ff0>_0x3b4f1b;},'laZlw':function(_0x3323eb,_0x31dc18){return _0x3323eb>_0x31dc18;},'bRGlI':function(_0x38ae27,_0x3856a8){return _0x38ae27(_0x3856a8);},'DKAQw':function(_0x3f71b3,_0x22a6c1,_0x149d94,_0x45c8ce){return _0x3f71b3(_0x22a6c1,_0x149d94,_0x45c8ce);},'WwcCf':'bstackA11yShouldScan','ujHlo':function(_0x33054e){return _0x33054e();},'QQoiW':_0x40a0e8(0x1c3)};commandRepository[_0x40a0e8(0x199)](_0x1eec08['pickle'][_0x40a0e8(0x183)]),logger[_0x40a0e8(0x1d9)](_0x5afeae[_0x40a0e8(0x12e)]),new Promise(async _0x1b334f=>{const _0x207e78=_0x40a0e8;try{_0x5afeae['zxQKf'](global[_0x207e78(0x12a)][_0x207e78(0x14d)],0x1)&&(await global[_0x207e78(0x190)](),global['__drivers'][_0x207e78(0x17f)]()),global[_0x207e78(0x12a)][0x0][_0x207e78(0x1c6)]&&_0x5afeae[_0x207e78(0x15d)](global[_0x207e78(0x12a)][0x0]['quitCount_'],0x0)&&await global[_0x207e78(0x190)]();}catch(_0x2d84d4){logger['debug'](_0x207e78(0x1cc)+_0x2d84d4);}workerDetails['currentTest']['testInfo']=_0x1eec08[_0x207e78(0x13a)];try{if(!_0x5afeae['bRGlI'](isUndefined,_0x1eec08[_0x207e78(0x1c0)][_0x207e78(0x131)])){const _0x3fdd89=_0x5afeae[_0x207e78(0x165)](shouldScanTestForAccessibility,null,![],_0x1eec08['pickle'][_0x207e78(0x131)][_0x207e78(0x16a)](({name:_0x2ec244})=>_0x2ec244));globals[_0x207e78(0x170)](_0x5afeae['WwcCf'],_0x3fdd89);}}catch(_0x9b4be8){logger[_0x207e78(0x1d9)](_0x207e78(0x12c)+util[_0x207e78(0x177)](_0x9b4be8));}_0x5afeae[_0x207e78(0x158)](_0x1b334f);})[_0x40a0e8(0x138)](_0x2b04bb);});const a9_0x5062a1={};a9_0x5062a1[a9_0x5b1374(0x183)]='bstack',a9_0x5062a1[a9_0x5b1374(0x167)]=0x2710,After(a9_0x5062a1,function(_0x4b34c6,_0x15b3ca){const _0x55fcc5=a9_0x5b1374,_0xa4dcfa={'OnzSU':_0x55fcc5(0x1d7),'qizdV':function(_0xabeb61,_0x778b55){return _0xabeb61>_0x778b55;},'CZvek':function(_0x1bbc2d,_0x63d5c6){return _0x1bbc2d===_0x63d5c6;},'YCpzX':_0x55fcc5(0x142),'vjkzT':function(_0x122e84,_0x2748cd){return _0x122e84===_0x2748cd;},'KqZaH':function(_0x349cce,_0x2cd46b,_0x33c574,_0x478ff7){return _0x349cce(_0x2cd46b,_0x33c574,_0x478ff7);},'YeGMO':_0x55fcc5(0x1ca),'xPYUn':function(_0x3eecff,_0x2c024a,_0x5329a6){return _0x3eecff(_0x2c024a,_0x5329a6);},'btCNn':_0x55fcc5(0x179),'WuqvM':function(_0x1d8686){return _0x1d8686();},'qnnLz':function(_0x515f2f,_0xb087a4,_0x36738d,_0x3961dd){return _0x515f2f(_0xb087a4,_0x36738d,_0x3961dd);},'ykNPI':_0x55fcc5(0x1c1),'mLPFa':_0x55fcc5(0x1a2),'qTXgg':'bstackA11yShouldScan','qehTu':_0x55fcc5(0x1b0),'xbKEz':_0x55fcc5(0x14f),'guhWT':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','PKNWP':function(_0x2defe6,_0x26557e){return _0x2defe6>_0x26557e;},'yBZmw':function(_0x3cb31a){return _0x3cb31a();},'sTYLm':_0x55fcc5(0x19b)};logger[_0x55fcc5(0x1d9)](_0xa4dcfa['sTYLm']),workerDetails['currentTest']['testInfo']=_0x4b34c6['testCaseStartedId'],new Promise(async _0x15dbb6=>{const _0x1a2c61=_0x55fcc5;let _0x4010a6=![];try{const _0x4d5457=_0xa4dcfa['OnzSU']['split']('|');let _0x46beb8=0x0;while(!![]){switch(_0x4d5457[_0x46beb8++]){case'0':_0x4010a6=!![];continue;case'1':await global[_0x1a2c61(0x12a)][0x0][_0x1a2c61(0x1c7)];continue;case'2':_0xa4dcfa[_0x1a2c61(0x163)](global['__drivers'][_0x1a2c61(0x14d)],0x1)&&(await global['driverCleanup'](),global[_0x1a2c61(0x12a)]['shift'](),global[_0x1a2c61(0x1b7)]=[],global['__sessionFailed']=![]);continue;case'3':!global['__skipSessionName']&&await global[_0x1a2c61(0x12a)][0x0][_0x1a2c61(0x152)](_0x1a2c61(0x160)+_0x4b34c6['pickle'][_0x1a2c61(0x183)]+'\x22}}');continue;case'4':if(_0xa4dcfa[_0x1a2c61(0x147)](_0x4b34c6['result'][_0x1a2c61(0x1c5)][_0x1a2c61(0x19c)]()[_0x1a2c61(0x15b)](),_0xa4dcfa[_0x1a2c61(0x161)])||_0xa4dcfa[_0x1a2c61(0x1d3)](_0x4b34c6[_0x1a2c61(0x1b9)][_0x1a2c61(0x1c5)]['toString']()[_0x1a2c61(0x15b)](),'6')){try{global[_0x1a2c61(0x1b7)][_0x1a2c61(0x149)](_0x4b34c6[_0x1a2c61(0x1b9)][_0x1a2c61(0x1cb)]);}catch(_0x299842){logger[_0x1a2c61(0x1d9)]('Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20'+_0x299842);}await _0xa4dcfa[_0x1a2c61(0x134)](markSessionStatus,global[_0x1a2c61(0x12a)][0x0],_0xa4dcfa[_0x1a2c61(0x161)],global[_0x1a2c61(0x1b7)]['join'](_0xa4dcfa[_0x1a2c61(0x1a1)]));}else await _0xa4dcfa['xPYUn'](markSessionStatus,global['__drivers'][0x0],_0xa4dcfa[_0x1a2c61(0x1b5)]);continue;}break;}}catch(_0x4634aa){logger['debug']('Error:\x20at\x20After:\x20'+util['format'](_0x4634aa));}try{if(_0xa4dcfa[_0x1a2c61(0x148)](shouldProcessEventForTesthub)){const _0x24c60c=TestDetails['getTestUUID'](_0x4b34c6[_0x1a2c61(0x13a)]),_0x4932f7=await _0xa4dcfa[_0x1a2c61(0x151)](sendPlatformDetails,global[_0x1a2c61(0x12a)][0x0],_0x24c60c,!![]),_0x483c80={};_0x483c80[_0x1a2c61(0x128)]=_0x24c60c,_0x483c80[_0x1a2c61(0x15e)]=_0x4932f7;const _0x2517f9=_0x483c80,_0x5f4af6={};_0x5f4af6['event_type']=_0xa4dcfa[_0x1a2c61(0x169)],_0x5f4af6['test_run']=_0x2517f9,await SessionHandler[_0x1a2c61(0x15f)](_0x5f4af6);}}catch(_0x5ecd13){logger['debug'](_0x1a2c61(0x139)+util[_0x1a2c61(0x177)](_0x5ecd13));}try{if(globals[_0x1a2c61(0x14b)](_0xa4dcfa[_0x1a2c61(0x17c)])&&globals['getGlobal'](_0xa4dcfa[_0x1a2c61(0x16d)])){logger[_0x1a2c61(0x12d)](_0xa4dcfa[_0x1a2c61(0x155)]);const _0x16dcfd=TestDetails[_0x1a2c61(0x153)](_0x4b34c6['testCaseStartedId']),_0x363f7c={};_0x363f7c[_0x1a2c61(0x14e)]=_0x16dcfd,_0x363f7c[_0x1a2c61(0x137)]=process[_0x1a2c61(0x145)][testHubConstants[_0x1a2c61(0x130)][_0x1a2c61(0x166)]],_0x363f7c[_0x1a2c61(0x154)]=process[_0x1a2c61(0x145)][testHubConstants[_0x1a2c61(0x130)][_0x1a2c61(0x1af)]];const _0x2d09b0=_0x363f7c;logger[_0x1a2c61(0x1d9)](_0x1a2c61(0x1b6)+JSON[_0x1a2c61(0x143)](_0x2d09b0)),logger[_0x1a2c61(0x1d9)](_0xa4dcfa[_0x1a2c61(0x19f)]),logger[_0x1a2c61(0x1d9)](util['format'](await global['__drivers'][0x0][_0x1a2c61(0x1a5)](scripts[_0x1a2c61(0x1cd)],{'method':global[_0x1a2c61(0x1d6)]}))),await global[_0x1a2c61(0x12a)][0x0][_0x1a2c61(0x1a5)](scripts['saveTestResults'],_0x2d09b0),logger[_0x1a2c61(0x12d)](_0xa4dcfa[_0x1a2c61(0x1b4)]);}}catch(_0x2b78a5){logger[_0x1a2c61(0x1bf)](_0x1a2c61(0x141)+util['format']);}if(_0x4010a6)try{global[_0x1a2c61(0x12a)][0x0]&&_0xa4dcfa[_0x1a2c61(0x12f)](global['__drivers'][0x0][_0x1a2c61(0x1c6)],0x0)&&await global['__drivers'][0x0][_0x1a2c61(0x18b)]();}catch(_0x1875b1){logger[_0x1a2c61(0x1d9)]('Error:\x20quiting\x20driver\x20at\x20After:\x20'+_0x1875b1);}_0xa4dcfa[_0x1a2c61(0x13c)](_0x15dbb6);})[_0x55fcc5(0x138)](()=>_0x15b3ca());});const a9_0x204e0f={};a9_0x204e0f[a9_0x5b1374(0x183)]='bstack',a9_0x204e0f[a9_0x5b1374(0x167)]=0x2710,AfterStep(a9_0x204e0f,function(_0x187c1,_0x599ee5){const _0x29efbf=a9_0x5b1374,_0x565ba5={'SXUWK':function(_0x17b2aa,_0x55af55){return _0x17b2aa===_0x55af55;},'kvEyM':_0x29efbf(0x142),'zEbAw':function(_0x2d0790,_0x2ed59d){return _0x2d0790===_0x2ed59d;},'wjSrU':function(_0x491574,_0x364895){return _0x491574!==_0x364895;},'zsyMi':function(_0x4d1bc9,_0x5e9439,_0x57bc14){return _0x4d1bc9(_0x5e9439,_0x57bc14);},'pcEzj':function(_0x4dab56,_0x77b44b){return _0x4dab56+_0x77b44b;},'yOjzP':function(_0x390b8a,_0x556e64){return _0x390b8a+_0x556e64;},'iaVKj':_0x29efbf(0x178),'SmuVo':_0x29efbf(0x171),'Drnat':_0x29efbf(0x1bf),'VJVKw':function(_0x50618d,_0x310e57){return _0x50618d!==_0x310e57;},'QoeqZ':'Passed:\x20','KlxLQ':_0x29efbf(0x12d),'IolKr':function(_0x20488d,_0x598758,_0x53d5b7){return _0x20488d(_0x598758,_0x53d5b7);},'DIChY':_0x29efbf(0x196),'VdMyN':function(_0x55db2c){return _0x55db2c();},'celuh':_0x29efbf(0x146)};logger[_0x29efbf(0x1d9)](_0x565ba5[_0x29efbf(0x1ab)]);const _0x3cdd89=async(_0x5369f8,_0x29a9c9)=>{const _0x56ac37=_0x29efbf;await global[_0x56ac37(0x12a)][0x0][_0x56ac37(0x152)](_0x56ac37(0x16f)+_0x5369f8+_0x56ac37(0x157)+_0x29a9c9+_0x56ac37(0x1c8));};new Promise(async _0x2631be=>{const _0x558980=_0x29efbf;try{_0x565ba5[_0x558980(0x1b3)](_0x187c1['result'][_0x558980(0x1c5)][_0x558980(0x19c)]()[_0x558980(0x15b)](),_0x565ba5[_0x558980(0x1b1)])||_0x565ba5[_0x558980(0x16c)](_0x187c1['result'][_0x558980(0x1c5)]['toString']()[_0x558980(0x15b)](),'6')?(global[_0x558980(0x1cf)]=!![],global[_0x558980(0x1b7)][_0x558980(0x149)](_0x187c1[_0x558980(0x1b9)]['message']),_0x565ba5['wjSrU'](_0x187c1[_0x558980(0x1a3)],undefined)?await _0x565ba5[_0x558980(0x1c2)](_0x3cdd89,JSON[_0x558980(0x143)](_0x565ba5[_0x558980(0x1ba)](_0x565ba5[_0x558980(0x1c4)](_0x565ba5[_0x558980(0x1ba)](_0x565ba5[_0x558980(0x18d)],'\x22'+_0x187c1[_0x558980(0x1a3)][_0x558980(0x19d)]+'\x22\x20'),_0x565ba5[_0x558980(0x193)]),_0x187c1[_0x558980(0x1b9)][_0x558980(0x1cb)])),_0x565ba5[_0x558980(0x156)]):await _0x565ba5[_0x558980(0x1c2)](_0x3cdd89,JSON[_0x558980(0x143)](_0x565ba5['yOjzP'](_0x565ba5[_0x558980(0x18d)],_0x187c1[_0x558980(0x1b9)][_0x558980(0x1cb)])),_0x565ba5[_0x558980(0x156)])):_0x565ba5['VJVKw'](_0x187c1[_0x558980(0x1a3)],undefined)?await _0x565ba5[_0x558980(0x1c2)](_0x3cdd89,JSON['stringify'](_0x565ba5[_0x558980(0x1c4)](_0x565ba5['QoeqZ'],'\x22'+_0x187c1['pickleStep'][_0x558980(0x19d)]+'\x22')),_0x565ba5['KlxLQ']):await _0x565ba5[_0x558980(0x132)](_0x3cdd89,JSON['stringify'](_0x565ba5[_0x558980(0x133)]),_0x565ba5[_0x558980(0x1be)]);}catch(_0x1ebfd3){logger[_0x558980(0x1d9)](_0x558980(0x1b2)+_0x1ebfd3);}_0x565ba5[_0x558980(0x150)](_0x2631be);})[_0x29efbf(0x138)](()=>_0x599ee5());});const a9_0x38fe50={};function a9_0x44f4(_0x2320e2,_0x484641){const _0x52693a=a9_0x5269();return a9_0x44f4=function(_0x44f47e,_0x3e9d2d){_0x44f47e=_0x44f47e-0x128;let _0x70aac1=_0x52693a[_0x44f47e];return _0x70aac1;},a9_0x44f4(_0x2320e2,_0x484641);}a9_0x38fe50['name']='bstack',a9_0x38fe50[a9_0x5b1374(0x167)]=0x7530,AfterAll(a9_0x38fe50,async function(_0x541b96,_0x2b28d1){const _0x968b63=a9_0x5b1374,_0x404cbe={'VQPgG':function(_0x3bcc9e){return _0x3bcc9e();},'vsfZG':'Inside\x20browserstack\x20AfterAll'};logger['debug'](_0x404cbe[_0x968b63(0x159)]),await new Promise(async _0x442760=>{const _0x4763da=_0x968b63;await RequestQueueHandler[_0x4763da(0x1a8)]()[_0x4763da(0x129)](),PerformanceTester[_0x4763da(0x1a4)](),await global[_0x4763da(0x190)](),_0x404cbe[_0x4763da(0x135)](_0x442760);});});
@@ -1 +1 @@
1
- const a10_0x3e18c5=a10_0x2f0a;(function(_0x1c63ae,_0x1efb82){const _0x2e34b0=a10_0x2f0a,_0x22afb3=_0x1c63ae();while(!![]){try{const _0x2b333f=-parseInt(_0x2e34b0(0xac))/0x1+-parseInt(_0x2e34b0(0xaa))/0x2*(-parseInt(_0x2e34b0(0xae))/0x3)+parseInt(_0x2e34b0(0xa2))/0x4+-parseInt(_0x2e34b0(0xa6))/0x5+parseInt(_0x2e34b0(0xad))/0x6*(-parseInt(_0x2e34b0(0xbf))/0x7)+-parseInt(_0x2e34b0(0xb3))/0x8+parseInt(_0x2e34b0(0xbb))/0x9*(parseInt(_0x2e34b0(0xc8))/0xa);if(_0x2b333f===_0x1efb82)break;else _0x22afb3['push'](_0x22afb3['shift']());}catch(_0x3be743){_0x22afb3['push'](_0x22afb3['shift']());}}}(a10_0x16c7,0x8bf05));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x3e18c5(0xc2)),setKeepAlive=require(a10_0x3e18c5(0xce)),cucumberModule=requireModule(a10_0x3e18c5(0xca)),logger=require(a10_0x3e18c5(0xd0))[a10_0x3e18c5(0xa9)];modifyCommand(),setKeepAlive();const Before=cucumberModule[a10_0x3e18c5(0x9e)],After=cucumberModule[a10_0x3e18c5(0xb6)],configuration=process['env'][a10_0x3e18c5(0xa3)];if(configuration!==undefined){const config=JSON['parse'](configuration);isTrue(config[a10_0x3e18c5(0xb5)])&&(global[a10_0x3e18c5(0xd1)]=!![]),global['__skipSessionStatus']=isTrue(config['skipSessionStatus']),require(a10_0x3e18c5(0xb8))[a10_0x3e18c5(0xb2)](config),global[a10_0x3e18c5(0xcc)]=config[a10_0x3e18c5(0xa8)]||{};}global['__timeout']=0x0;const __setDefaultTimeout=cucumberModule[a10_0x3e18c5(0xa1)];cucumberModule[a10_0x3e18c5(0xa1)]=_0x49a31c=>{const _0x3050f5=a10_0x3e18c5,_0x357917={'KrfZp':function(_0x564b81,_0xc2c47d){return _0x564b81(_0xc2c47d);}};global['__timeout']=_0x49a31c,_0x357917[_0x3050f5(0xcb)](__setDefaultTimeout,_0x49a31c);};function a10_0x16c7(){const _0x2766af=['841165XwJlPK','RYiSJ','platformCaps','winstonLogger','45086XSNXJX','SJeBh','593475KiyNSr','1636716LQQEiA','27ogTddF','result','xqTcz','bstack','browserstackAgentV2','2978504pcQMkI','debug','skipSessionName','After','Inside\x20browserstack\x20Before','../../index','timeout','toLowerCase','4941fvTIDq','NxMso','\x22}}','\x20|\x20','7OodlmV','YZqgd','zmBoy','../../helpers/helper','session_','then','join','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','passed','12150Ywctog','mAlFk','cucumber/lib/index.js','KrfZp','__platformCaps','fDBxz','../../helpers/setKeepAlive','__driver','../../helpers/logger','__skipSessionName','initQuit','__error_messages__','failed','pickle','Before','Inside\x20browserstack\x20After','name','setDefaultTimeout','4440296YTXYvo','CONFIG','executeScript','Error:\x20quiting\x20at\x20After:\x20'];a10_0x16c7=function(){return _0x2766af;};return a10_0x16c7();}const a10_0x5d29c1={};a10_0x5d29c1['name']=a10_0x3e18c5(0xb1),Before(a10_0x5d29c1,function(){const _0x48c5db=a10_0x3e18c5,_0x4fcaae={};_0x4fcaae[_0x48c5db(0xb0)]=_0x48c5db(0xb7);const _0x47b6b9=_0x4fcaae;logger['debug'](_0x47b6b9[_0x48c5db(0xb0)]),global['__error_messages__']=[];});const a10_0x3d95cd={};function a10_0x2f0a(_0x38fe11,_0x1c8fff){const _0x16c7cd=a10_0x16c7();return a10_0x2f0a=function(_0x2f0a1c,_0x30b20a){_0x2f0a1c=_0x2f0a1c-0x9b;let _0x53808a=_0x16c7cd[_0x2f0a1c];return _0x53808a;},a10_0x2f0a(_0x38fe11,_0x1c8fff);}a10_0x3d95cd[a10_0x3e18c5(0xa0)]=a10_0x3e18c5(0xb1),a10_0x3d95cd[a10_0x3e18c5(0xb9)]=0x2710,After(a10_0x3d95cd,function(_0x10e31f,_0xf761c9){const _0x43e625=a10_0x3e18c5,_0x1eba07={'fDBxz':function(_0x243091,_0x1466ab){return _0x243091===_0x1466ab;},'mAlFk':_0x43e625(0x9c),'SJeBh':function(_0x1d625e,_0x404c63,_0x255484,_0x23d635){return _0x1d625e(_0x404c63,_0x255484,_0x23d635);},'zmBoy':_0x43e625(0xbe),'AeDqI':function(_0x115f18,_0xf1dfda,_0x22bd58){return _0x115f18(_0xf1dfda,_0x22bd58);},'YZqgd':_0x43e625(0xc7),'XQpPn':function(_0x4471c0){return _0x4471c0();},'KTnwS':function(_0x2a5a17,_0x5d758b){return _0x2a5a17(_0x5d758b);},'RYiSJ':function(_0xcb755d){return _0xcb755d();},'NxMso':_0x43e625(0x9f)};logger['debug'](_0x1eba07[_0x43e625(0xbc)]),new Promise(async(_0x507371,_0x5e639b)=>{const _0x32c0a6=_0x43e625;let _0x1f4c7b=![];try{await global[_0x32c0a6(0xcf)][_0x32c0a6(0xc3)],_0x1f4c7b=!![],!global[_0x32c0a6(0xd1)]&&await global['__driver'][_0x32c0a6(0xa4)](_0x32c0a6(0xc6)+_0x10e31f[_0x32c0a6(0x9d)][_0x32c0a6(0xa0)]+_0x32c0a6(0xbd)),_0x1eba07[_0x32c0a6(0xcd)](_0x10e31f[_0x32c0a6(0xaf)]['status'][_0x32c0a6(0xba)](),_0x1eba07[_0x32c0a6(0xc9)])?await _0x1eba07[_0x32c0a6(0xab)](markSessionStatus,global[_0x32c0a6(0xcf)],_0x1eba07[_0x32c0a6(0xc9)],global[_0x32c0a6(0x9b)][_0x32c0a6(0xc5)](_0x1eba07[_0x32c0a6(0xc1)])):await _0x1eba07['AeDqI'](markSessionStatus,global[_0x32c0a6(0xcf)],_0x1eba07[_0x32c0a6(0xc0)]);}catch(_0x44a260){logger['debug']('Error:\x20setting\x20status\x20at\x20After:\x20'+_0x44a260);}if(_0x1f4c7b)try{await global[_0x32c0a6(0xcf)][_0x32c0a6(0xd2)](),_0x1eba07['XQpPn'](_0x507371);}catch(_0x30a1ac){logger[_0x32c0a6(0xb4)](_0x32c0a6(0xa5)+_0x30a1ac),_0x1eba07['KTnwS'](_0x5e639b,_0x30a1ac);}else _0x1eba07[_0x32c0a6(0xa7)](_0x5e639b);})[_0x43e625(0xc4)](()=>_0xf761c9());});
1
+ const a10_0x44e43e=a10_0x1aac;(function(_0x1020a2,_0xc41411){const _0x33f4cf=a10_0x1aac,_0x4741c7=_0x1020a2();while(!![]){try{const _0x28c81d=parseInt(_0x33f4cf(0x105))/0x1*(-parseInt(_0x33f4cf(0x12c))/0x2)+-parseInt(_0x33f4cf(0x12a))/0x3*(-parseInt(_0x33f4cf(0x12b))/0x4)+-parseInt(_0x33f4cf(0x109))/0x5*(-parseInt(_0x33f4cf(0x125))/0x6)+parseInt(_0x33f4cf(0x118))/0x7+parseInt(_0x33f4cf(0x11d))/0x8*(parseInt(_0x33f4cf(0x10a))/0x9)+parseInt(_0x33f4cf(0xff))/0xa+-parseInt(_0x33f4cf(0x127))/0xb*(parseInt(_0x33f4cf(0x116))/0xc);if(_0x28c81d===_0xc41411)break;else _0x4741c7['push'](_0x4741c7['shift']());}catch(_0x3bee98){_0x4741c7['push'](_0x4741c7['shift']());}}}(a10_0x4ef5,0x37458));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x44e43e(0xfe)),setKeepAlive=require(a10_0x44e43e(0x129)),cucumberModule=requireModule(a10_0x44e43e(0xfd),a10_0x44e43e(0x117)),logger=require('../../helpers/logger')[a10_0x44e43e(0xfc)];modifyCommand(),setKeepAlive();const Before=cucumberModule[a10_0x44e43e(0x122)],After=cucumberModule[a10_0x44e43e(0x106)],configuration=process[a10_0x44e43e(0x126)][a10_0x44e43e(0x11e)];if(configuration!==undefined){const config=JSON[a10_0x44e43e(0x11b)](configuration);isTrue(config[a10_0x44e43e(0xf5)])&&(global['__skipSessionName']=!![]),global['__skipSessionStatus']=isTrue(config[a10_0x44e43e(0x112)]),require(a10_0x44e43e(0xf9))[a10_0x44e43e(0x114)](config),global['__platformCaps']=config['platformCaps']||{};}global[a10_0x44e43e(0x10c)]=0x0;const __setDefaultTimeout=cucumberModule[a10_0x44e43e(0x101)];function a10_0x1aac(_0x9ca39f,_0x5676c3){const _0x4ef5eb=a10_0x4ef5();return a10_0x1aac=function(_0x1aaca1,_0x169f50){_0x1aaca1=_0x1aaca1-0xf5;let _0x1d2c1f=_0x4ef5eb[_0x1aaca1];return _0x1d2c1f;},a10_0x1aac(_0x9ca39f,_0x5676c3);}cucumberModule[a10_0x44e43e(0x101)]=_0x50ee96=>{const _0x19ce48=a10_0x44e43e,_0x35892c={'dZdjT':function(_0x1da789,_0x594c95){return _0x1da789(_0x594c95);}};global['__timeout']=_0x50ee96,_0x35892c[_0x19ce48(0x11f)](__setDefaultTimeout,_0x50ee96);};const a10_0x27c0c1={};function a10_0x4ef5(){const _0x22bf88=['status','__timeout','ylLIX','toLowerCase','result','bstack','Inside\x20browserstack\x20After','skipSessionStatus','bHgpN','browserstackAgentV2','__error_messages__','12wolLuk','cucumber','1956710jjCdUd','__skipSessionName','join','parse','timeout','9024qPVtMy','CONFIG','dZdjT','debug','name','Before','passed','session_','6EkaBHK','env','4433231LCdont','EumLr','../../helpers/setKeepAlive','3KBXbBW','333908sKPjxV','230238DmHkSG','skipSessionName','HRhIq','\x22}}','then','../../index','pickle','__driver','winstonLogger','cucumber/lib/index.js','../../helpers/helper','2054360rcunxT','initQuit','setDefaultTimeout','muycz','BgwMP','ROFQE','3PuLFgo','After','Inside\x20browserstack\x20Before','NGWZS','948755OkHxXr','1728YBstHN'];a10_0x4ef5=function(){return _0x22bf88;};return a10_0x4ef5();}a10_0x27c0c1[a10_0x44e43e(0x121)]='bstack',Before(a10_0x27c0c1,function(){const _0x43db7e=a10_0x44e43e,_0x322bfc={};_0x322bfc[_0x43db7e(0xf6)]=_0x43db7e(0x107);const _0x380c50=_0x322bfc;logger[_0x43db7e(0x120)](_0x380c50[_0x43db7e(0xf6)]),global[_0x43db7e(0x115)]=[];});const a10_0x153387={};a10_0x153387[a10_0x44e43e(0x121)]=a10_0x44e43e(0x110),a10_0x153387[a10_0x44e43e(0x11c)]=0x2710,After(a10_0x153387,function(_0x440647,_0x243133){const _0x431dea=a10_0x44e43e,_0x446fda={'BgwMP':function(_0x7fba7c,_0x10acd8){return _0x7fba7c===_0x10acd8;},'muycz':'failed','bHgpN':function(_0x2682d8,_0xae7366,_0x3beba0,_0x44a9cb){return _0x2682d8(_0xae7366,_0x3beba0,_0x44a9cb);},'ROFQE':'\x20|\x20','EumLr':function(_0x1dc6bf,_0x1828f0,_0x4edb0f){return _0x1dc6bf(_0x1828f0,_0x4edb0f);},'RKrxf':_0x431dea(0x123),'ybIbx':function(_0x4aa62f){return _0x4aa62f();},'ylLIX':function(_0x88792c,_0x1768b5){return _0x88792c(_0x1768b5);},'MzTAP':function(_0xfed1ff){return _0xfed1ff();},'NGWZS':_0x431dea(0x111)};logger[_0x431dea(0x120)](_0x446fda[_0x431dea(0x108)]),new Promise(async(_0x3b0f0e,_0x230ec4)=>{const _0x165569=_0x431dea;let _0x15c97b=![];try{await global[_0x165569(0xfb)][_0x165569(0x124)],_0x15c97b=!![],!global[_0x165569(0x119)]&&await global['__driver']['executeScript']('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x440647[_0x165569(0xfa)][_0x165569(0x121)]+_0x165569(0xf7)),_0x446fda[_0x165569(0x103)](_0x440647[_0x165569(0x10f)][_0x165569(0x10b)][_0x165569(0x10e)](),_0x446fda['muycz'])?await _0x446fda[_0x165569(0x113)](markSessionStatus,global[_0x165569(0xfb)],_0x446fda[_0x165569(0x102)],global[_0x165569(0x115)][_0x165569(0x11a)](_0x446fda[_0x165569(0x104)])):await _0x446fda[_0x165569(0x128)](markSessionStatus,global[_0x165569(0xfb)],_0x446fda['RKrxf']);}catch(_0x5e1a39){logger[_0x165569(0x120)]('Error:\x20setting\x20status\x20at\x20After:\x20'+_0x5e1a39);}if(_0x15c97b)try{await global[_0x165569(0xfb)][_0x165569(0x100)](),_0x446fda['ybIbx'](_0x3b0f0e);}catch(_0x1844de){logger[_0x165569(0x120)]('Error:\x20quiting\x20at\x20After:\x20'+_0x1844de),_0x446fda[_0x165569(0x10d)](_0x230ec4,_0x1844de);}else _0x446fda['MzTAP'](_0x230ec4);})[_0x431dea(0xf8)](()=>_0x243133());});
@@ -1 +1 @@
1
- const a11_0x2bbaf8=a11_0x3184;(function(_0x49e02f,_0x102ca5){const _0x98a622=a11_0x3184,_0x473e8a=_0x49e02f();while(!![]){try{const _0x34f9c0=-parseInt(_0x98a622(0x1cd))/0x1+parseInt(_0x98a622(0x1d6))/0x2*(-parseInt(_0x98a622(0x1ce))/0x3)+parseInt(_0x98a622(0x1d9))/0x4+-parseInt(_0x98a622(0x1d2))/0x5+-parseInt(_0x98a622(0x1d5))/0x6*(parseInt(_0x98a622(0x1d3))/0x7)+-parseInt(_0x98a622(0x1d0))/0x8*(parseInt(_0x98a622(0x1d8))/0x9)+-parseInt(_0x98a622(0x1cc))/0xa*(-parseInt(_0x98a622(0x1cb))/0xb);if(_0x34f9c0===_0x102ca5)break;else _0x473e8a['push'](_0x473e8a['shift']());}catch(_0x3bc495){_0x473e8a['push'](_0x473e8a['shift']());}}}(a11_0x3f2d,0x911a1));const {requireModule}=require(a11_0x2bbaf8(0x1ca)),constants=require(a11_0x2bbaf8(0x1d4));;function a11_0x3184(_0x32bf8f,_0xc5fd20){const _0x3f2def=a11_0x3f2d();return a11_0x3184=function(_0x318435,_0x1ebe34){_0x318435=_0x318435-0x1c8;let _0x25236f=_0x3f2def[_0x318435];return _0x25236f;},a11_0x3184(_0x32bf8f,_0xc5fd20);}let cucumberModule=null;function a11_0x3f2d(){const _0x5a45df=['BSTACK_DELTA','4983305MtmlLi','656789RGCaKf','../utils/constants','12xNKUhv','522934tRgrcQ','cucumber/lib/index.js','2346579wbEXwl','1347688lrAhtm','setDefaultTimeout','@cucumber/cucumber/lib/index.js','../../helpers/helper','18574941NBXOJC','20hSdHHE','890400GAHjsW','9epKPDk','__timeout','8LsXatJ'];a11_0x3f2d=function(){return _0x5a45df;};return a11_0x3f2d();}try{cucumberModule=requireModule(a11_0x2bbaf8(0x1c9));}catch(a11_0x394bea){cucumberModule=requireModule(a11_0x2bbaf8(0x1d7));}cucumberModule[a11_0x2bbaf8(0x1c8)](constants[a11_0x2bbaf8(0x1d1)]+global[a11_0x2bbaf8(0x1cf)]*0x1);
1
+ const a11_0x2f3c18=a11_0x370b;(function(_0x592573,_0x5b1cdd){const _0xc413d2=a11_0x370b,_0x34c3ab=_0x592573();while(!![]){try{const _0x4d59a2=-parseInt(_0xc413d2(0x12e))/0x1+-parseInt(_0xc413d2(0x137))/0x2*(parseInt(_0xc413d2(0x135))/0x3)+-parseInt(_0xc413d2(0x13a))/0x4+-parseInt(_0xc413d2(0x12d))/0x5*(parseInt(_0xc413d2(0x139))/0x6)+-parseInt(_0xc413d2(0x13b))/0x7+parseInt(_0xc413d2(0x12f))/0x8+parseInt(_0xc413d2(0x131))/0x9;if(_0x4d59a2===_0x5b1cdd)break;else _0x34c3ab['push'](_0x34c3ab['shift']());}catch(_0x18a7a7){_0x34c3ab['push'](_0x34c3ab['shift']());}}}(a11_0x1ac6,0x8e81d));const {requireModule}=require(a11_0x2f3c18(0x134)),constants=require(a11_0x2f3c18(0x138));;let cucumberModule=null;function a11_0x1ac6(){const _0x5e6b1d=['1500968saOmVw','@cucumber/cucumber/lib/index.js','858805TirhnN','1075145jcvBJw','6583832XGnqSo','cucumber','34197111wgJAQU','@cucumber/cucumber','setDefaultTimeout','../../helpers/helper','2367fwinvc','__timeout','2768uIajYP','../utils/constants','30UBOcBe','3194396vvTTmZ'];a11_0x1ac6=function(){return _0x5e6b1d;};return a11_0x1ac6();}function a11_0x370b(_0x3482d3,_0x110724){const _0x1ac607=a11_0x1ac6();return a11_0x370b=function(_0x370b08,_0x2ecc8f){_0x370b08=_0x370b08-0x12d;let _0x4af3af=_0x1ac607[_0x370b08];return _0x4af3af;},a11_0x370b(_0x3482d3,_0x110724);}try{cucumberModule=requireModule(a11_0x2f3c18(0x13c),a11_0x2f3c18(0x132));}catch(a11_0x5698ce){cucumberModule=requireModule('cucumber/lib/index.js',a11_0x2f3c18(0x130));}cucumberModule[a11_0x2f3c18(0x133)](constants['BSTACK_DELTA']+global[a11_0x2f3c18(0x136)]*0x1);
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a12_0x317edd=a12_0x34f4;function a12_0x34f4(_0xeb7236,_0x197f25){const _0x1db624=a12_0x1db6();return a12_0x34f4=function(_0x34f470,_0x5c1b9d){_0x34f470=_0x34f470-0x70;let _0x317202=_0x1db624[_0x34f470];return _0x317202;},a12_0x34f4(_0xeb7236,_0x197f25);}function a12_0x1db6(){const _0x24698d=['dQNel','BrowserStack\x20access\x20key\x20missing.','https','../../helpers/helper','hosts','./constants','ptnxb','bstack-accesskey','504hicSta','oOOmv','setupBrowserstackLocal','1749875cFQdpO','info','VSeMP','Nhdtp','Hosts\x20not\x20valid','exports','2658qktCDK','error','demandCommand','bstackAccesskey','epilogue','wZFot','Connection\x20established\x20successfully.','url','missing','467184wHSVkh','FarfT','join','kegYo','6543iWIbES','demandOption','command','https:','string','connect','wLFRU','footer','LzDrc','type','4GkQaNq','82SSzMLK','Failed\x20to\x20establish\x20connection.','hostname','642hHqFyO','browserstackLocal','options','9FWIxjp','config','usage','invalid','protocol','../../helpers/BrowserStackSetup','../../helpers/logger','TZxnp','split','help','eaLyQ','browserStackLocalOptions','localIdentifier','nveST','trim','IKnBK','winstonLogger','GxNYz','ifbHQ','323213gSPSCk','SXGMk','20433OZvWVQ','describe','integrations','bstackAccessKey','1759660CVURjZ','UnPtc','accessKey'];a12_0x1db6=function(){return _0x24698d;};return a12_0x1db6();}(function(_0x236131,_0x4cefaf){const _0xf0aa9d=a12_0x34f4,_0x387811=_0x236131();while(!![]){try{const _0x37967d=parseInt(_0xf0aa9d(0x7e))/0x1*(-parseInt(_0xf0aa9d(0x89))/0x2)+-parseInt(_0xf0aa9d(0x71))/0x3+parseInt(_0xf0aa9d(0x88))/0x4*(-parseInt(_0xf0aa9d(0xb6))/0x5)+-parseInt(_0xf0aa9d(0x8c))/0x6*(parseInt(_0xf0aa9d(0xa4))/0x7)+parseInt(_0xf0aa9d(0x7a))/0x8+parseInt(_0xf0aa9d(0x8f))/0x9*(-parseInt(_0xf0aa9d(0xa8))/0xa)+-parseInt(_0xf0aa9d(0xa2))/0xb*(-parseInt(_0xf0aa9d(0xb3))/0xc);if(_0x37967d===_0x4cefaf)break;else _0x387811['push'](_0x387811['shift']());}catch(_0x17ff14){_0x387811['push'](_0x387811['shift']());}}}(a12_0x1db6,0x2d2e5));const {default:BrowserStackSetup}=require(a12_0x317edd(0x94)),logger=require(a12_0x317edd(0x95))[a12_0x317edd(0x9f)],{URL}=require(a12_0x317edd(0x78)),helper=require(a12_0x317edd(0xae)),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x317edd(0xb0)),validHosts=function(_0x20dc7f){const _0x37b056=a12_0x317edd;return _0x20dc7f[_0x37b056(0x97)](',')['every'](_0x11ca93=>{const _0x25f50c=_0x37b056;try{new URL(_0x11ca93[_0x25f50c(0x9d)]());}catch(_0x3f91db){return![];}return!![];});},parseOnPremHosts=function(_0x5e4ab1){const _0x4678f6=a12_0x317edd,_0x5b3006={};_0x5b3006['oOOmv']=function(_0x1ba95e,_0x1e4154){return _0x1ba95e===_0x1e4154;},_0x5b3006[_0x4678f6(0xa1)]=_0x4678f6(0x81),_0x5b3006[_0x4678f6(0x7b)]='443',_0x5b3006[_0x4678f6(0xa9)]=function(_0x399f7c,_0x213de2){return _0x399f7c===_0x213de2;},_0x5b3006[_0x4678f6(0x9c)]=_0x4678f6(0xad);const _0xe8e0a1=_0x5b3006;return _0x5e4ab1['split'](',')['map'](_0x507957=>{const _0x50623f=_0x4678f6,_0x1914e6=new URL(_0x507957[_0x50623f(0x9d)]()),_0x28d9e7=_0x1914e6[_0x50623f(0x8b)],_0x4fd818=_0x1914e6['port']||(_0xe8e0a1[_0x50623f(0xb4)](_0x1914e6[_0x50623f(0x93)],_0xe8e0a1[_0x50623f(0xa1)])?_0xe8e0a1[_0x50623f(0x7b)]:'80'),_0x583446=_0x1914e6[_0x50623f(0x93)]['replace'](':',''),_0x214286=_0xe8e0a1[_0x50623f(0xa9)](_0x583446,_0xe8e0a1[_0x50623f(0x9c)])?0x1:0x0;return _0x28d9e7+','+_0x4fd818+','+_0x214286;});},connectCommandBuilder=function(_0x3bac5d){const _0x36d46d=a12_0x317edd,_0x3ae76e={};_0x3ae76e['VSeMP']=_0x36d46d(0x82);const _0x187f45=_0x3ae76e,_0xadd1ff={};_0xadd1ff[_0x36d46d(0xa5)]=HELP_MESSAGES[_0x36d46d(0x8e)][_0x36d46d(0xa7)],_0xadd1ff[_0x36d46d(0x87)]=_0x187f45[_0x36d46d(0xb8)];const _0x465a81={};_0x465a81[_0x36d46d(0xa5)]=HELP_MESSAGES[_0x36d46d(0x8e)][_0x36d46d(0xaf)],_0x465a81[_0x36d46d(0x87)]=_0x187f45[_0x36d46d(0xb8)],_0x465a81[_0x36d46d(0x7f)]=!![];const _0x320ca1={};return _0x320ca1[_0x36d46d(0xb2)]=_0xadd1ff,_0x320ca1[_0x36d46d(0xaf)]=_0x465a81,_0x3bac5d[_0x36d46d(0x8e)](_0x320ca1);},connectCommandHandler=async function(_0x288ee0){const _0x5af9ef=a12_0x317edd,_0x547345={'wLFRU':_0x5af9ef(0xa6),'dQNel':function(_0x19e5c8,_0x3101fe){return _0x19e5c8===_0x3101fe;},'TZxnp':'undefined','LzDrc':_0x5af9ef(0xac),'IKnBK':'Integration\x20hosts\x20missing.','wZFot':function(_0xe8d19f,_0x4ae70a){return _0xe8d19f(_0x4ae70a);},'GxNYz':_0x5af9ef(0xba),'ptnxb':'integrations-repeater','kegYo':_0x5af9ef(0x77),'SXGMk':_0x5af9ef(0x8a)};try{const _0xb39466=new BrowserStackSetup(_0x288ee0,_0x547345[_0x5af9ef(0x84)]);_0x288ee0[_0x5af9ef(0x74)]&&(_0xb39466[_0x5af9ef(0x90)][_0x5af9ef(0xaa)]=_0x288ee0[_0x5af9ef(0x74)]);if(_0x547345[_0x5af9ef(0xab)](typeof _0xb39466[_0x5af9ef(0x90)]['accessKey'],_0x547345['TZxnp'])){logger[_0x5af9ef(0x72)](_0x547345[_0x5af9ef(0x86)]);throw new Error(ERROR_MESSAGES['bstackAccessKey'][_0x5af9ef(0x79)]);}const _0x39ed56=_0x288ee0[_0x5af9ef(0xaf)];if(_0x547345['dQNel'](typeof _0x39ed56,_0x547345[_0x5af9ef(0x96)])){logger[_0x5af9ef(0x72)](_0x547345[_0x5af9ef(0x9e)]);throw new Error(ERROR_MESSAGES[_0x5af9ef(0xaf)]['missing']);}if(!_0x547345[_0x5af9ef(0x76)](validHosts,_0x39ed56)){logger['error'](_0x547345[_0x5af9ef(0xa0)]);throw new Error(ERROR_MESSAGES[_0x5af9ef(0xaf)][_0x5af9ef(0x92)]);}const _0x30d5af=_0x547345[_0x5af9ef(0x76)](parseOnPremHosts,_0x39ed56);_0xb39466[_0x5af9ef(0x90)][_0x5af9ef(0x8d)]=!![],_0xb39466[_0x5af9ef(0x90)][_0x5af9ef(0x9a)][_0x5af9ef(0x9b)]=_0x547345[_0x5af9ef(0xb1)],_0xb39466[_0x5af9ef(0x90)]['browserStackLocalOptions']['only']=_0x30d5af[_0x5af9ef(0x7c)](','),helper['setProxySettings'](_0xb39466[_0x5af9ef(0x90)]),await _0xb39466[_0x5af9ef(0xb5)](),logger[_0x5af9ef(0xb7)](_0x547345[_0x5af9ef(0x7d)]);}catch(_0x4dbf3d){logger['error'](_0x547345[_0x5af9ef(0xa3)]);throw new Error(_0x4dbf3d['toString']());}};function run(_0x5c1c7e){const _0x54f06f=a12_0x317edd,_0x38b60a={};_0x38b60a[_0x54f06f(0xb9)]='connect',_0x38b60a[_0x54f06f(0x99)]='help';const _0x40d9c2=_0x38b60a;_0x5c1c7e[_0x54f06f(0x91)](HELP_MESSAGES['command']['root'])[_0x54f06f(0x80)](_0x40d9c2[_0x54f06f(0xb9)],HELP_MESSAGES['command'][_0x54f06f(0x83)],connectCommandBuilder,connectCommandHandler)[_0x54f06f(0x73)]()[_0x54f06f(0x98)](_0x40d9c2['eaLyQ'])[_0x54f06f(0x75)](HELP_MESSAGES[_0x54f06f(0x80)][_0x54f06f(0x85)]);}module[a12_0x317edd(0x70)]=run;
2
+ 'use strict';function a12_0x4da8(_0xcabb4b,_0x142f1e){const _0x55bd2c=a12_0x55bd();return a12_0x4da8=function(_0x4da8e0,_0x469a71){_0x4da8e0=_0x4da8e0-0x79;let _0xc372e0=_0x55bd2c[_0x4da8e0];return _0xc372e0;},a12_0x4da8(_0xcabb4b,_0x142f1e);}function a12_0x55bd(){const _0x5e8667=['hostname','IiQQh','Ltxnz','port','WCndh','undefined','./constants','494050skuhdl','bstackAccesskey','setupBrowserstackLocal','info','epilogue','TwFpk','BrowserStack\x20access\x20key\x20missing.','setProxySettings','integrations','every','1397eKOgEB','FbCeq','ngQPf','describe','42HMlfwo','zXogc','443','protocol','9KuGpAf','3381364dfIMaK','options','Unnga','OOgMQ','Connection\x20established\x20successfully.','HqVvW','eJBdX','NqXcN','JZHoc','localIdentifier','connect','toString','VoGuy','3INPZVI','https:','izdly','453955tOPMNG','url','usage','../../helpers/BrowserStackSetup','94KiQlQT','browserstackLocal','only','footer','1667312THcFyd','error','accessKey','invalid','config','integrations-repeater','missing','../../helpers/logger','https','bstack-accesskey','winstonLogger','command','map','join','replace','demandCommand','29022876TKOOaL','AcQGc','root','144688MEpfVz','AkcdZ','110QPYuYX','dSMlD','../../helpers/helper','qtfNw','trim','browserStackLocalOptions','Integration\x20hosts\x20missing.','hosts'];a12_0x55bd=function(){return _0x5e8667;};return a12_0x55bd();}const a12_0x32359b=a12_0x4da8;(function(_0x21281e,_0x182773){const _0x15be74=a12_0x4da8,_0x108cb6=_0x21281e();while(!![]){try{const _0x2f621e=parseInt(_0x15be74(0x94))/0x1*(parseInt(_0x15be74(0xb1))/0x2)+-parseInt(_0x15be74(0xaa))/0x3*(parseInt(_0x15be74(0xb5))/0x4)+-parseInt(_0x15be74(0xad))/0x5*(parseInt(_0x15be74(0x98))/0x6)+-parseInt(_0x15be74(0x9d))/0x7+-parseInt(_0x15be74(0x79))/0x8*(parseInt(_0x15be74(0x9c))/0x9)+-parseInt(_0x15be74(0x8a))/0xa*(parseInt(_0x15be74(0x7b))/0xb)+parseInt(_0x15be74(0xc5))/0xc;if(_0x2f621e===_0x182773)break;else _0x108cb6['push'](_0x108cb6['shift']());}catch(_0x7389d5){_0x108cb6['push'](_0x108cb6['shift']());}}}(a12_0x55bd,0x6a9c7));const {default:BrowserStackSetup}=require(a12_0x32359b(0xb0)),logger=require(a12_0x32359b(0xbc))[a12_0x32359b(0xbf)],{URL}=require(a12_0x32359b(0xae)),helper=require(a12_0x32359b(0x7d)),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x32359b(0x89)),validHosts=function(_0x266f1e){const _0x1e1069=a12_0x32359b;return _0x266f1e['split'](',')[_0x1e1069(0x93)](_0x50941b=>{const _0x58e0fb=_0x1e1069;try{new URL(_0x50941b[_0x58e0fb(0x7f)]());}catch(_0x8fdb5f){return![];}return!![];});},parseOnPremHosts=function(_0x4a7ccc){const _0x2db17d=a12_0x32359b,_0x375f67={};_0x375f67[_0x2db17d(0xa4)]=function(_0x1a9d10,_0x32f17a){return _0x1a9d10===_0x32f17a;},_0x375f67[_0x2db17d(0x96)]=_0x2db17d(0xab),_0x375f67[_0x2db17d(0x85)]=_0x2db17d(0x9a),_0x375f67[_0x2db17d(0x99)]=function(_0x27a04e,_0x3729b1){return _0x27a04e===_0x3729b1;},_0x375f67['eJBdX']=_0x2db17d(0xbd);const _0x57428e=_0x375f67;return _0x4a7ccc['split'](',')[_0x2db17d(0xc1)](_0x20aed5=>{const _0x17e968=_0x2db17d,_0x214ccc=new URL(_0x20aed5['trim']()),_0x203c39=_0x214ccc[_0x17e968(0x83)],_0x411735=_0x214ccc[_0x17e968(0x86)]||(_0x57428e[_0x17e968(0xa4)](_0x214ccc[_0x17e968(0x9b)],_0x57428e[_0x17e968(0x96)])?_0x57428e[_0x17e968(0x85)]:'80'),_0x5dc184=_0x214ccc[_0x17e968(0x9b)][_0x17e968(0xc3)](':',''),_0x2ec733=_0x57428e[_0x17e968(0x99)](_0x5dc184,_0x57428e[_0x17e968(0xa3)])?0x1:0x0;return _0x203c39+','+_0x411735+','+_0x2ec733;});},connectCommandBuilder=function(_0x479a3e){const _0x22fb66=a12_0x32359b,_0x4d034b={};_0x4d034b[_0x22fb66(0x7e)]='string';const _0x163853=_0x4d034b,_0x5aafa4={};_0x5aafa4[_0x22fb66(0x97)]=HELP_MESSAGES[_0x22fb66(0x9e)]['bstackAccessKey'],_0x5aafa4['type']=_0x163853['qtfNw'];const _0x439377={};_0x439377[_0x22fb66(0x97)]=HELP_MESSAGES['options'][_0x22fb66(0x82)],_0x439377['type']=_0x163853['qtfNw'],_0x439377['demandOption']=!![];const _0x4dc33a={};return _0x4dc33a[_0x22fb66(0xbe)]=_0x5aafa4,_0x4dc33a['hosts']=_0x439377,_0x479a3e[_0x22fb66(0x9e)](_0x4dc33a);},connectCommandHandler=async function(_0x5cece2){const _0x541124=a12_0x32359b,_0x2a1bbc={'WCndh':_0x541124(0x92),'JZHoc':function(_0x1fb61f,_0x264c67){return _0x1fb61f===_0x264c67;},'VoGuy':_0x541124(0x88),'AcQGc':_0x541124(0x90),'IiQQh':function(_0xfa93c1,_0x1fc210){return _0xfa93c1===_0x1fc210;},'HqVvW':_0x541124(0x81),'FbCeq':function(_0x22956c,_0x41549b){return _0x22956c(_0x41549b);},'OOgMQ':'Hosts\x20not\x20valid','AkcdZ':function(_0x502c2f,_0x19e834){return _0x502c2f(_0x19e834);},'dSMlD':_0x541124(0xba),'eXHkX':_0x541124(0xa1),'Unnga':'Failed\x20to\x20establish\x20connection.'};try{const _0x3ecb3b=new BrowserStackSetup(_0x5cece2,_0x2a1bbc[_0x541124(0x87)]);_0x5cece2[_0x541124(0x8b)]&&(_0x3ecb3b[_0x541124(0xb9)][_0x541124(0xb7)]=_0x5cece2[_0x541124(0x8b)]);if(_0x2a1bbc[_0x541124(0xa5)](typeof _0x3ecb3b['config'][_0x541124(0xb7)],_0x2a1bbc[_0x541124(0xa9)])){logger[_0x541124(0xb6)](_0x2a1bbc[_0x541124(0xc6)]);throw new Error(ERROR_MESSAGES['bstackAccessKey'][_0x541124(0xbb)]);}const _0x25fd18=_0x5cece2[_0x541124(0x82)];if(_0x2a1bbc[_0x541124(0x84)](typeof _0x25fd18,_0x2a1bbc['VoGuy'])){logger['error'](_0x2a1bbc[_0x541124(0xa2)]);throw new Error(ERROR_MESSAGES[_0x541124(0x82)][_0x541124(0xbb)]);}if(!_0x2a1bbc[_0x541124(0x95)](validHosts,_0x25fd18)){logger['error'](_0x2a1bbc[_0x541124(0xa0)]);throw new Error(ERROR_MESSAGES['hosts'][_0x541124(0xb8)]);}const _0x2154b6=_0x2a1bbc[_0x541124(0x7a)](parseOnPremHosts,_0x25fd18);_0x3ecb3b[_0x541124(0xb9)][_0x541124(0xb2)]=!![],_0x3ecb3b[_0x541124(0xb9)][_0x541124(0x80)][_0x541124(0xa6)]=_0x2a1bbc[_0x541124(0x7c)],_0x3ecb3b[_0x541124(0xb9)][_0x541124(0x80)][_0x541124(0xb3)]=_0x2154b6[_0x541124(0xc2)](','),helper[_0x541124(0x91)](_0x3ecb3b[_0x541124(0xb9)]),await _0x3ecb3b[_0x541124(0x8c)](),logger[_0x541124(0x8d)](_0x2a1bbc['eXHkX']);}catch(_0x28a086){logger[_0x541124(0xb6)](_0x2a1bbc[_0x541124(0x9f)]);throw new Error(_0x28a086[_0x541124(0xa8)]());}};function run(_0x36de05){const _0x9cc6c6=a12_0x32359b,_0xff7a5a={};_0xff7a5a[_0x9cc6c6(0x8f)]=_0x9cc6c6(0xa7),_0xff7a5a[_0x9cc6c6(0xac)]='help';const _0x30f968=_0xff7a5a;_0x36de05[_0x9cc6c6(0xaf)](HELP_MESSAGES['command'][_0x9cc6c6(0xc7)])[_0x9cc6c6(0xc0)](_0x30f968[_0x9cc6c6(0x8f)],HELP_MESSAGES[_0x9cc6c6(0xc0)]['connect'],connectCommandBuilder,connectCommandHandler)[_0x9cc6c6(0xc4)]()['help'](_0x30f968[_0x9cc6c6(0xac)])[_0x9cc6c6(0x8e)](HELP_MESSAGES['command'][_0x9cc6c6(0xb4)]);}module['exports']=run;
@@ -1 +1 @@
1
- var a13_0x517566=a13_0x17c5;(function(_0x466b91,_0x407bbb){var _0x3eb195=a13_0x17c5,_0x10171d=_0x466b91();while(!![]){try{var _0x507f8e=-parseInt(_0x3eb195(0x15b))/0x1+-parseInt(_0x3eb195(0x15d))/0x2*(-parseInt(_0x3eb195(0x150))/0x3)+parseInt(_0x3eb195(0x14d))/0x4+parseInt(_0x3eb195(0x159))/0x5*(parseInt(_0x3eb195(0x154))/0x6)+parseInt(_0x3eb195(0x161))/0x7*(-parseInt(_0x3eb195(0x15c))/0x8)+parseInt(_0x3eb195(0x156))/0x9*(parseInt(_0x3eb195(0x153))/0xa)+parseInt(_0x3eb195(0x14a))/0xb*(-parseInt(_0x3eb195(0x14f))/0xc);if(_0x507f8e===_0x407bbb)break;else _0x10171d['push'](_0x10171d['shift']());}catch(_0x33bfa3){_0x10171d['push'](_0x10171d['shift']());}}}(a13_0x3762,0xdd0dd));function a13_0x3762(){var _0x151d1f=['5Rnasfs','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','235554tzjRYZ','312PHgUeo','11490cJfTBr','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','command','ERROR_MESSAGES','146538SUefme','missing','22HZAXpm','options','root','6452500RSuipD','bstackAccessKey','12800352kWxxqk','222jKGooZ','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','HELP_MESSAGES','130TCUqKj','8112606onWSLL','invalid','484929SBSmCO','footer','hosts'];a13_0x3762=function(){return _0x151d1f;};return a13_0x3762();}var a13_0x3f22c0={};a13_0x3f22c0[a13_0x517566(0x14e)]=a13_0x517566(0x15a),a13_0x3f22c0['hosts']='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_0x1311df={};a13_0x1311df[a13_0x517566(0x14c)]=a13_0x517566(0x15e),a13_0x1311df['connect']='Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.',a13_0x1311df[a13_0x517566(0x157)]='Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.';var a13_0x1b8660={};a13_0x1b8660[a13_0x517566(0x14b)]=a13_0x3f22c0,a13_0x1b8660[a13_0x517566(0x15f)]=a13_0x1311df,exports[a13_0x517566(0x152)]=a13_0x1b8660;var a13_0x517832={};a13_0x517832[a13_0x517566(0x149)]='BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.';var a13_0x51a32e={};function a13_0x17c5(_0x34d645,_0x535a91){var _0x3762bd=a13_0x3762();return a13_0x17c5=function(_0x17c589,_0x466219){_0x17c589=_0x17c589-0x149;var _0x4ee47c=_0x3762bd[_0x17c589];return _0x4ee47c;},a13_0x17c5(_0x34d645,_0x535a91);}a13_0x51a32e[a13_0x517566(0x149)]=a13_0x517566(0x151),a13_0x51a32e[a13_0x517566(0x155)]='Integration\x20hosts\x20are\x20not\x20in\x20the\x20right\x20format.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.';var a13_0x37e1c4={};a13_0x37e1c4[a13_0x517566(0x14e)]=a13_0x517832,a13_0x37e1c4[a13_0x517566(0x158)]=a13_0x51a32e,exports[a13_0x517566(0x160)]=a13_0x37e1c4;
1
+ var a13_0x30e96e=a13_0x4fde;(function(_0x3b3dfa,_0x101a00){var _0x99ecfd=a13_0x4fde,_0x3f0eef=_0x3b3dfa();while(!![]){try{var _0x30bb1c=parseInt(_0x99ecfd(0x84))/0x1+parseInt(_0x99ecfd(0x8a))/0x2*(-parseInt(_0x99ecfd(0x83))/0x3)+-parseInt(_0x99ecfd(0x8c))/0x4+parseInt(_0x99ecfd(0x7b))/0x5+parseInt(_0x99ecfd(0x81))/0x6*(-parseInt(_0x99ecfd(0x8d))/0x7)+parseInt(_0x99ecfd(0x89))/0x8*(-parseInt(_0x99ecfd(0x8e))/0x9)+parseInt(_0x99ecfd(0x80))/0xa;if(_0x30bb1c===_0x101a00)break;else _0x3f0eef['push'](_0x3f0eef['shift']());}catch(_0x3e925d){_0x3f0eef['push'](_0x3f0eef['shift']());}}}(a13_0x51ae,0x9b5f4));var a13_0x3f35c2={};function a13_0x51ae(){var _0xaac38c=['bstackAccessKey','11886pHsBZN','257071hxrikn','footer','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','command','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.','8RKweNN','38EFKILC','invalid','339948dkWrYp','21cOKwhr','10730457QPJgfG','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','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.','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','2373580YxqTzV','options','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','connect','hosts','23347940hVMbzd','2155278zdySTJ'];a13_0x51ae=function(){return _0xaac38c;};return a13_0x51ae();}a13_0x3f35c2[a13_0x30e96e(0x82)]=a13_0x30e96e(0x86),a13_0x3f35c2['hosts']=a13_0x30e96e(0x91);var a13_0x1576ca={};a13_0x1576ca['root']=a13_0x30e96e(0x7a),a13_0x1576ca[a13_0x30e96e(0x7e)]='Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.',a13_0x1576ca[a13_0x30e96e(0x85)]=a13_0x30e96e(0x8f);var a13_0x2c1433={};a13_0x2c1433[a13_0x30e96e(0x7c)]=a13_0x3f35c2,a13_0x2c1433[a13_0x30e96e(0x87)]=a13_0x1576ca,exports['HELP_MESSAGES']=a13_0x2c1433;var a13_0x258d17={};a13_0x258d17[a13_0x30e96e(0x90)]=a13_0x30e96e(0x7d);function a13_0x4fde(_0x2ff24c,_0xed6823){var _0x51aeb9=a13_0x51ae();return a13_0x4fde=function(_0x4fded2,_0x2808fd){_0x4fded2=_0x4fded2-0x7a;var _0x1e97fd=_0x51aeb9[_0x4fded2];return _0x1e97fd;},a13_0x4fde(_0x2ff24c,_0xed6823);}var a13_0x9b693d={};a13_0x9b693d['missing']='Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.',a13_0x9b693d[a13_0x30e96e(0x8b)]=a13_0x30e96e(0x88);var a13_0x5b08cf={};a13_0x5b08cf[a13_0x30e96e(0x82)]=a13_0x258d17,a13_0x5b08cf[a13_0x30e96e(0x7f)]=a13_0x9b693d,exports['ERROR_MESSAGES']=a13_0x5b08cf;