browserstack-node-sdk 1.35.3 → 1.35.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (137) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  60. package/src/bin/jest/jest.setup.js +1 -1
  61. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  62. package/src/bin/jest/test-observability/helper.js +1 -1
  63. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  64. package/src/bin/jest/test-observability/test-details.js +1 -1
  65. package/src/bin/jest/test_before.setup.js +1 -1
  66. package/src/bin/launcher/launcher.js +1 -1
  67. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  68. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  69. package/src/bin/mocha/command.js +1 -1
  70. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  71. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  72. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  73. package/src/bin/mocha/test.setup.js +1 -1
  74. package/src/bin/nightwatch/command.js +1 -1
  75. package/src/bin/playwright/accessibility-helper.js +1 -1
  76. package/src/bin/playwright/command.js +1 -1
  77. package/src/bin/playwright/globalSetup.js +1 -1
  78. package/src/bin/playwright/mock-process.js +1 -1
  79. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  80. package/src/bin/playwright/patches.js +1 -1
  81. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  82. package/src/bin/playwright/reporter/reporter.js +1 -1
  83. package/src/bin/playwright/reporter/test-details.js +1 -1
  84. package/src/bin/playwright/sessionDetails.js +1 -1
  85. package/src/bin/runner.js +1 -1
  86. package/src/bin/setup.js +1 -1
  87. package/src/bin/test-runner/index.js +1 -1
  88. package/src/bin/test-runner/runTest.js +1 -1
  89. package/src/bin/test-runner/testWorker.js +1 -1
  90. package/src/bin/utils/constants.js +1 -1
  91. package/src/bin/utils/log4jsAppender.js +1 -1
  92. package/src/bin/utils/logPatcher.js +1 -1
  93. package/src/bin/utils/logReportingAPI.js +1 -1
  94. package/src/bin/vanilla-js/command.js +1 -1
  95. package/src/browserStackSdk.js +1 -1
  96. package/src/helpers/BrowserStackSetup.js +1 -1
  97. package/src/helpers/accessibility-automation/constants.js +1 -1
  98. package/src/helpers/accessibility-automation/helper.js +1 -1
  99. package/src/helpers/accessibility-automation/scripts.js +1 -1
  100. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  101. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  102. package/src/helpers/ats/constants.js +1 -1
  103. package/src/helpers/ats/helper.js +1 -1
  104. package/src/helpers/capsMapping.js +1 -1
  105. package/src/helpers/central-scanner/constants.js +1 -1
  106. package/src/helpers/central-scanner/helpers.js +1 -1
  107. package/src/helpers/globals.js +1 -1
  108. package/src/helpers/helper.js +1 -1
  109. package/src/helpers/logger.js +1 -1
  110. package/src/helpers/metadata.js +1 -1
  111. package/src/helpers/patchHelper.js +1 -1
  112. package/src/helpers/patchHelpers.js +1 -1
  113. package/src/helpers/percy/Percy.js +1 -1
  114. package/src/helpers/percy/PercyBinary.js +1 -1
  115. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  116. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  117. package/src/helpers/percy/PercySDK.js +1 -1
  118. package/src/helpers/percy/index.js +1 -1
  119. package/src/helpers/percy/utils.js +1 -1
  120. package/src/helpers/performance/constants.js +1 -1
  121. package/src/helpers/performance/performance-tester.js +1 -1
  122. package/src/helpers/processHelper.js +1 -1
  123. package/src/helpers/request-spy.js +1 -1
  124. package/src/helpers/setKeepAlive.js +1 -1
  125. package/src/helpers/test-observability/constants.js +1 -1
  126. package/src/helpers/test-observability/error-handler.js +1 -1
  127. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  128. package/src/helpers/test-observability/sessionHandler.js +1 -1
  129. package/src/helpers/test-observability/utils.js +1 -1
  130. package/src/helpers/testhub/constants.js +1 -1
  131. package/src/helpers/testhub/testhubHandler.js +1 -1
  132. package/src/helpers/testhub/utils.js +1 -1
  133. package/src/helpers/timeoutPromise.js +1 -1
  134. package/src/helpers/utilities.js +1 -1
  135. package/src/helpers/w3cMapping.js +1 -1
  136. package/src/hubAllocationMethods.js +1 -1
  137. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a6_0x203149=a6_0x22bb;function a6_0x34be(){const _0x46c2c2=['Exception\x20in\x20sending\x20onTestCaseStarted:\x20','IDBpb','382685mbLVox','tyasF','hooks','testCaseFinished','includes','testCaseMap','zydJr','3101gLFjkr','zKCVE','testRunStarted','source','eventDataCollector','supportCodeLibrary','testSteps','testStepId','NbdGh','push','testCaseStarted','4411624OLXTKZ','sendHook','onTestRunFinished','steps','parse','pickleId','Executing\x20tests\x20for\x20','RNotE','exception','pickleStepId','pickle','capability','onStepDefinition','\x20-\x20','text','3MLizKk','testRunFinished','608886EShIXh','actionLocation','QkBUj','testStepFinished','extractStepContainers','cwd','rqyIu','eMsXx','ruXgi','getGherkinStepMap','__platform','4320HValTZ','\x20\x20\x20\x20','uPqjW','JWkBZ','Ksxlw','flat','FAILED','onHook','jRtoE','hYQXw','lHzxp','bvtBW','format','ekumS','../../../helpers/helper','onTestStepFinished','setup','uri','VuxiD','gherkinDocument','feature','BpABD','../../playwright/reporter/test-details.js','kPBPC','testStepResult','Exception\x20in\x20onTestStepStarted\x20event:\x20','gherkinDocumentMap','gROEX','finishedAt','onPickle','../test-observability.js','scenario','getGherkinDocument','cucumber-js/test.setup.js','log','4395321NbbzRh','onSource','PENDING','MWwVY','children','onTestRunStarted','JCgPd','HookRunStarted','map','iOjfR','stepDefinition','logTestRunFinished','testStepStarted','background','TestRunFinished','exports','debug','YtMRN','failure','bstack','onTestCase','seconds','report','HOQVC','DzBrd','path','testCaseAttemptDataMap','313040SfTSXF','winstonLogger','AMBIGUOUS','toLowerCase','HLJxy','onTestCaseFinished','ZQoFj','getTestCaseAttempt','@cucumber/cucumber','testCase','util','fBcjm','SKIPPED','gMvSi','duration','toISOString','PASSED','find','testCases','getTestUUID','testCaseStartedId','env','status','isBstackHook','Koade','name','assign','result','message','testCaseId','keyword','253528kjRJSn','onTestStepStarted','CLNDX','hook','eventBroadcaster','parseTestCaseAttempt','../../../helpers/test-observability/error-handler','Exception\x20in\x20onTestStepFinished\x20event:\x20','onTestCaseStarted','description','JZZNy','rule','CONFIG','Xtkxq','values','pHond','Lkfmo','incrementCounter','onGherkinDocument','UnhandledError','forEach','pURxx','snippetBuilder','pickleMap','finished_at'];a6_0x34be=function(){return _0x46c2c2;};return a6_0x34be();}(function(_0x5b8a15,_0x1bbfac){const _0x532b8a=a6_0x22bb,_0x17ab8=_0x5b8a15();while(!![]){try{const _0x238699=parseInt(_0x532b8a(0x104))/0x1+-parseInt(_0x532b8a(0x81))/0x2*(parseInt(_0x532b8a(0x7f))/0x3)+-parseInt(_0x532b8a(0xe9))/0x4+parseInt(_0x532b8a(0xca))/0x5+-parseInt(_0x532b8a(0x8c))/0x6*(-parseInt(_0x532b8a(0x10b))/0x7)+-parseInt(_0x532b8a(0x70))/0x8+parseInt(_0x532b8a(0xaf))/0x9;if(_0x238699===_0x1bbfac)break;else _0x17ab8['push'](_0x17ab8['shift']());}catch(_0x242be1){_0x17ab8['push'](_0x17ab8['shift']());}}}(a6_0x34be,0x51620));function a6_0x22bb(_0x352d49,_0x4db660){const _0x34bec0=a6_0x34be();return a6_0x22bb=function(_0x22bb49,_0x28a48f){_0x22bb49=_0x22bb49-0x6b;let _0x166888=_0x34bec0[_0x22bb49];return _0x166888;},a6_0x22bb(_0x352d49,_0x4db660);}const {requireModule,getPlatformName,nestedKeyValue,isUndefined}=require(a6_0x203149(0x9a)),util=require(a6_0x203149(0xd4)),{Formatter,formatterHelpers,Status}=requireModule(a6_0x203149(0xd2)),TestDetails=require(a6_0x203149(0xa2)),TestObservabilityReporter=require(a6_0x203149(0xaa)),{o11yClassErrorHandler}=require(a6_0x203149(0xef)),{shouldProcessEventForTesthub}=require('../../../helpers/testhub/utils.js'),testObservabilityReporter=new TestObservabilityReporter(),logger=require('../../../helpers/logger')[a6_0x203149(0xcb)],_tests={},_testCasesData={};class BrowserstackFormatter extends Formatter{constructor(_0x5aeae3){const _0x50b4d3=a6_0x203149,_0xc7d72d={};_0xc7d72d[_0x50b4d3(0xd5)]='envelope';const _0x5997f8=_0xc7d72d;super(_0x5aeae3),this['report']={},_0x5aeae3[_0x50b4d3(0xed)]['on'](_0x5997f8[_0x50b4d3(0xd5)],async _0x3b9542=>{const _0x2825b9=_0x50b4d3;switch(!![]){case!!_0x3b9542[_0x2825b9(0x10d)]:this[_0x2825b9(0xb4)](_0x3b9542[_0x2825b9(0x10d)]);break;case!!_0x3b9542['testRunFinished']:this['onTestRunFinished'](_0x3b9542[_0x2825b9(0x80)]);break;case!!_0x3b9542[_0x2825b9(0x6f)]:this[_0x2825b9(0xf1)](_0x3b9542[_0x2825b9(0x6f)],_0x5aeae3,_0x3b9542);break;case!!_0x3b9542[_0x2825b9(0x107)]:this[_0x2825b9(0xcf)](_0x3b9542[_0x2825b9(0x107)],_0x5aeae3,_0x3b9542);break;case!!_0x3b9542[_0x2825b9(0xbb)]:this[_0x2825b9(0xea)](_0x3b9542[_0x2825b9(0xbb)],_0x5aeae3);break;case!!_0x3b9542[_0x2825b9(0x84)]:this[_0x2825b9(0x9b)](_0x3b9542[_0x2825b9(0x84)],_0x5aeae3);break;case!!_0x3b9542[_0x2825b9(0xec)]:this[_0x2825b9(0x93)](_0x3b9542[_0x2825b9(0xec)]);break;case!!_0x3b9542[_0x2825b9(0xd3)]:this['onTestCase'](_0x3b9542['testCase']);break;case!!_0x3b9542[_0x2825b9(0x7a)]:this[_0x2825b9(0xa9)](_0x3b9542[_0x2825b9(0x7a)]);break;case!!_0x3b9542[_0x2825b9(0x9f)]:this[_0x2825b9(0xfb)](_0x3b9542[_0x2825b9(0x9f)]);break;}});}[a6_0x203149(0x93)](_0x2a9708){const _0x1cb18f=a6_0x203149;this[_0x1cb18f(0xc5)]['hooks']=Object[_0x1cb18f(0xe4)]([],this[_0x1cb18f(0xc5)][_0x1cb18f(0x106)]||[]),this[_0x1cb18f(0xc5)][_0x1cb18f(0x106)][_0x1cb18f(0x6e)](_0x2a9708);}[a6_0x203149(0xa9)](_0x248d77){const _0x10283c=a6_0x203149;this[_0x10283c(0xc5)][_0x10283c(0x7a)]=Object[_0x10283c(0xe4)]([],this['report'][_0x10283c(0x7a)]||[],[_0x248d77]),this[_0x10283c(0xc5)][_0x10283c(0x7a)]['push'](_0x248d77);}[a6_0x203149(0xfb)](_0x1cca72){const _0x32fcf1=a6_0x203149;this[_0x32fcf1(0xc5)][_0x32fcf1(0x9f)]=Object[_0x32fcf1(0xe4)]([],this[_0x32fcf1(0xc5)][_0x32fcf1(0x9f)]||[],[_0x1cca72]),this[_0x32fcf1(0xc5)]['gherkinDocument'][_0x32fcf1(0x6e)](_0x1cca72);}[a6_0x203149(0xb0)](_0x2f99d2){const _0x4dc3e5=a6_0x203149;this[_0x4dc3e5(0xc5)][_0x4dc3e5(0x10e)]=_0x2f99d2;}[a6_0x203149(0x7c)](_0x29976b){const _0x5861a8=a6_0x203149;this[_0x5861a8(0xc5)][_0x5861a8(0xb9)]=Object[_0x5861a8(0xe4)]([],this[_0x5861a8(0xc5)][_0x5861a8(0xb9)]||[],[_0x29976b]),this[_0x5861a8(0xc5)]['stepDefinition'][_0x5861a8(0x6e)](_0x29976b);}[a6_0x203149(0xc3)](_0x4cd441){const _0x42d849=a6_0x203149;this[_0x42d849(0xc5)]['testCases']=Object[_0x42d849(0xe4)]([],this[_0x42d849(0xc5)][_0x42d849(0xdc)]||[],[_0x4cd441]),this[_0x42d849(0xc5)]['testCases'][_0x42d849(0x6e)](_0x4cd441);}['logTestCaseFinished'](_0x5635b4){const _0x397787=a6_0x203149,_0x4771fb={'pHond':function(_0x28e533,_0x27228c){return _0x28e533!==_0x27228c;},'CLNDX':_0x397787(0xc2),'DzBrd':function(_0x5aba25,_0x1891db){return _0x5aba25+_0x1891db;},'VOkbu':function(_0x434339,_0x5a6c00){return _0x434339+_0x5a6c00;},'AXARL':function(_0x2159f8,_0x434bad){return _0x2159f8+_0x434bad;},'Xtkxq':function(_0x2ec305,_0xb549f){return _0x2ec305+_0xb549f;},'ryJou':_0x397787(0x8d),'VuxiD':_0x397787(0x7d),'zKCVE':function(_0x11279a,_0x3fc2a6){return _0x11279a===_0x3fc2a6;},'cSxxb':_0x397787(0x92),'JCgPd':function(_0xa8887c,_0x5a48f9,_0x130d0b){return _0xa8887c(_0x5a48f9,_0x130d0b);},'kPBPC':_0x397787(0xe5),'gROEX':_0x397787(0xe6),'ruXgi':function(_0xf37d4c,_0x18e461){return _0xf37d4c!==_0x18e461;},'uPqjW':function(_0x59692b,_0x274772){return _0x59692b+_0x274772;},'QkBUj':function(_0x4842dc,_0x588a27){return _0x4842dc+_0x588a27;},'MWwVY':function(_0x272359,_0x2e928a){return _0x272359+_0x2e928a;}};_0x4771fb[_0x397787(0x89)](global[_0x397787(0x8b)],undefined)&&this[_0x397787(0xae)](_0x4771fb['Xtkxq'](_0x4771fb[_0x397787(0x8e)]('\x0a',global[_0x397787(0x8b)]),'\x0a'));const _0x4810ec=this[_0x397787(0x10f)][_0x397787(0xd1)](_0x5635b4[_0x397787(0xde)]);this['log'](_0x4771fb[_0x397787(0x8e)](_0x4771fb[_0x397787(0x83)](_0x4771fb['VOkbu'](_0x4771fb[_0x397787(0xb2)]('\x20\x20',_0x4810ec[_0x397787(0x9f)][_0x397787(0xa0)][_0x397787(0xe3)]),_0x4771fb[_0x397787(0x9e)]),_0x4810ec[_0x397787(0x7a)][_0x397787(0xe3)]),'\x0a'));const _0x4a3285={};_0x4a3285['cwd']=this[_0x397787(0x86)],_0x4a3285[_0x397787(0xff)]=this[_0x397787(0xff)],_0x4a3285['supportCodeLibrary']=this[_0x397787(0x110)],_0x4a3285['testCaseAttempt']=_0x4810ec;const _0x112bc0=formatterHelpers[_0x397787(0xee)](_0x4a3285);let _0x108d08=![];_0x112bc0['testSteps'][_0x397787(0xfd)](_0x1420b2=>{const _0x255075=_0x397787;if(_0x4771fb[_0x255075(0xf8)](_0x1420b2['name'],_0x4771fb[_0x255075(0xeb)])&&!this[_0x255075(0xe1)](_0x1420b2)){totalTests+=0x1,this[_0x255075(0xae)](_0x4771fb[_0x255075(0xc7)](_0x4771fb['VOkbu'](_0x4771fb['AXARL'](_0x4771fb['AXARL'](_0x4771fb[_0x255075(0xf6)](_0x4771fb['ryJou'],_0x1420b2[_0x255075(0xe8)]),_0x1420b2[_0x255075(0x7e)]||''),_0x4771fb[_0x255075(0x9e)]),Status[_0x1420b2[_0x255075(0xe5)]['status']]),'\x0a')),this[_0x255075(0xfa)](Status[_0x1420b2['result'][_0x255075(0xe0)]]);if(_0x4771fb[_0x255075(0x10c)](Status[_0x1420b2[_0x255075(0xe5)][_0x255075(0xe0)]],_0x4771fb['cSxxb'])){_0x108d08=!![];const _0x1e5a93=_0x4771fb[_0x255075(0xb5)](nestedKeyValue,_0x1420b2,[_0x4771fb[_0x255075(0xa3)],_0x4771fb[_0x255075(0xa7)]]);_0x1e5a93&&(testsErrorMessage[_0x4771fb[_0x255075(0xf6)](_0x4771fb[_0x255075(0xf6)](_0x4810ec[_0x255075(0x9f)][_0x255075(0xa0)][_0x255075(0xe3)],_0x4771fb[_0x255075(0x9e)]),_0x4810ec[_0x255075(0x7a)][_0x255075(0xe3)])]=_0x1e5a93,this['log'](_0x4771fb[_0x255075(0xf6)](_0x1e5a93,'\x0a')));}}}),_0x108d08&&(testSuitesFailed+=0x1),this[_0x397787(0xae)]('\x0a');}['logTestRunFinished'](_0x2a9705){}[a6_0x203149(0xe1)](_0x284202){const _0x45ca3d=a6_0x203149,_0x127e3b={};_0x127e3b[_0x45ca3d(0xe2)]=function(_0x9772fe,_0x1d5555){return _0x9772fe!==_0x1d5555;},_0x127e3b[_0x45ca3d(0xd7)]=_0x45ca3d(0xad);const _0x407281=_0x127e3b;if(_0x407281[_0x45ca3d(0xe2)](_0x284202['sourceLocation'],undefined))return![];if(_0x284202[_0x45ca3d(0x82)]&&_0x284202[_0x45ca3d(0x82)][_0x45ca3d(0x9d)][_0x45ca3d(0x108)](_0x407281[_0x45ca3d(0xd7)]))return!![];return![];}[a6_0x203149(0xfa)](_0x202225){const _0x388e6c=a6_0x203149,_0x126823={};_0x126823[_0x388e6c(0xf9)]=_0x388e6c(0x92),_0x126823[_0x388e6c(0x96)]=_0x388e6c(0xda),_0x126823[_0x388e6c(0xfe)]=_0x388e6c(0xd6),_0x126823[_0x388e6c(0x87)]=_0x388e6c(0xb1),_0x126823['hYQXw']='UNDEFINED',_0x126823[_0x388e6c(0xb8)]='UNKNOWN',_0x126823['JZZNy']=_0x388e6c(0xcc);const _0x3c2476=_0x126823;switch(_0x202225){case _0x3c2476[_0x388e6c(0xf9)]:testsFailed+=0x1;break;case _0x3c2476[_0x388e6c(0x96)]:testsPassed+=0x1;break;case _0x3c2476[_0x388e6c(0xfe)]:testsSkipped+=0x1;break;case _0x3c2476[_0x388e6c(0x87)]:testsPending+=0x1;break;case _0x3c2476[_0x388e6c(0x95)]:testsUndefined+=0x1;break;case _0x3c2476['iOjfR']:testsUnknown+=0x1;break;case _0x3c2476[_0x388e6c(0xf3)]:testsAmbiguous+=0x1;break;default:break;}}['onTestRunStarted'](_0x6ae3a2){const _0x1098c5=a6_0x203149,_0x889277={'IDBpb':function(_0x4a48de,_0x1bdd00){return _0x4a48de!==_0x1bdd00;},'ObOhl':function(_0x53e530,_0x4ea8c2){return _0x53e530(_0x4ea8c2);},'YtMRN':function(_0x38eea5,_0x18d8da){return _0x38eea5+_0x18d8da;},'swTNn':function(_0x4b5170){return _0x4b5170();}};let _0x12abd9;if(_0x889277[_0x1098c5(0x103)](process[_0x1098c5(0xdf)][_0x1098c5(0xf5)],undefined)){const _0x2f4f7e=JSON[_0x1098c5(0x74)](process['env']['CONFIG']);_0x12abd9=_0x2f4f7e[_0x1098c5(0x7b)];}_0x889277[_0x1098c5(0x103)](_0x12abd9,undefined)&&(global[_0x1098c5(0x8b)]=_0x889277['ObOhl'](getPlatformName,_0x12abd9),this[_0x1098c5(0xae)](_0x889277[_0x1098c5(0xc0)](_0x1098c5(0x76)+global[_0x1098c5(0x8b)],'\x0a'))),_0x889277['swTNn'](shouldProcessEventForTesthub)&&(TestDetails[_0x1098c5(0x9c)](),this[_0x1098c5(0xc5)]['testRunStarted']=_0x6ae3a2);}[a6_0x203149(0x72)](_0x522511){const _0x2ec3b6=a6_0x203149;this[_0x2ec3b6(0xc5)][_0x2ec3b6(0x80)]=_0x522511,this[_0x2ec3b6(0xba)](_0x522511);}async[a6_0x203149(0xf1)](_0x1c3a32,_0x2f926e,_0x10f6de){const _0x4a1f6d=a6_0x203149,_0x494234={'JWkBZ':function(_0x133634,_0x4ce8d4){return _0x133634(_0x4ce8d4);},'mcCCN':'TestRunStarted','qQtjv':function(_0x56bd4e,_0x5355be){return _0x56bd4e&&_0x5355be;}};testSuites+=0x1;if(_0x494234[_0x4a1f6d(0x8f)](shouldProcessEventForTesthub,_0x494234['mcCCN']))try{this['report'][_0x4a1f6d(0x6f)]=this['report'][_0x4a1f6d(0x6f)]||{},this[_0x4a1f6d(0xc5)][_0x4a1f6d(0x6f)][_0x1c3a32['id']]=_0x1c3a32;const _0x44d2d1=TestDetails[_0x4a1f6d(0xdd)](_0x1c3a32['id']);_testCasesData[_0x1c3a32['id']]=Object[_0x4a1f6d(0xe4)]({},_0x10f6de);const _0x322f67=this[_0x4a1f6d(0xc5)],_0x105d27=_0x1c3a32[_0x4a1f6d(0xe7)],_0xcfe6aa=_0x322f67[_0x4a1f6d(0xdc)]['find'](_0x53c76a=>_0x53c76a['id']===_0x105d27)[_0x4a1f6d(0x75)],_0x188dc7=_0x322f67[_0x4a1f6d(0x7a)][_0x4a1f6d(0xdb)](_0x2cc53b=>_0x2cc53b['id']===_0xcfe6aa),_0x1e5e30=_0x322f67[_0x4a1f6d(0x9f)][_0x4a1f6d(0xdb)](_0x38a1ef=>_0x38a1ef[_0x4a1f6d(0x9d)]===_0x188dc7['uri']),_0x5b2107=_0x1e5e30[_0x4a1f6d(0xa0)],_0x1dde35={'uuid':_0x44d2d1,'startedAt':new Date()[_0x4a1f6d(0xd9)]()};if(_0x188dc7){const _0x336a67={};_0x336a67[_0x4a1f6d(0xe3)]=_0x188dc7[_0x4a1f6d(0xe3)],_0x1dde35[_0x4a1f6d(0xab)]=_0x336a67;}if(_0x494234['qQtjv'](_0x1e5e30,_0x5b2107)){const _0x44b9c0={};_0x44b9c0[_0x4a1f6d(0xc8)]=_0x1e5e30[_0x4a1f6d(0x9d)],_0x44b9c0[_0x4a1f6d(0xe3)]=_0x5b2107['name'],_0x44b9c0[_0x4a1f6d(0xf2)]=_0x5b2107[_0x4a1f6d(0xf2)],_0x1dde35[_0x4a1f6d(0xa0)]=_0x44b9c0;}_tests[_0x105d27]=_0x1dde35,await testObservabilityReporter['sendTestRunEventForCucumber'](_0x10f6de,_0x1e5e30,_0x188dc7,_0x494234['mcCCN'],_0x1dde35);}catch(_0x2b42f1){logger[_0x4a1f6d(0xbf)](_0x4a1f6d(0x102)+util[_0x4a1f6d(0x98)](_0x2b42f1)+'\x20');}}async[a6_0x203149(0xcf)](_0x2be09d,_0x14f292,_0x4df862){const _0x4e175b=a6_0x203149,_0x1651d6={'ZQoFj':function(_0x885243,_0x44be92){return _0x885243(_0x44be92);},'RNotE':_0x4e175b(0xbd)};this['logTestCaseFinished'](_0x2be09d);if(_0x1651d6[_0x4e175b(0xd0)](shouldProcessEventForTesthub,_0x1651d6['RNotE']))try{this[_0x4e175b(0xc5)][_0x4e175b(0x107)]=this[_0x4e175b(0xc5)][_0x4e175b(0x107)]||{},this[_0x4e175b(0xc5)]['testCaseFinished'][_0x2be09d[_0x4e175b(0xde)]]=_0x2be09d,_testCasesData[_0x4df862['id']]=Object['assign']({},_0x4df862);const _0x35fb4a=_0x2be09d[_0x4e175b(0xde)],_0x4aad0c=_0x14f292['eventDataCollector'][_0x4e175b(0xc9)][_0x35fb4a][_0x4e175b(0xe7)],_0x4de2dc=_0x14f292[_0x4e175b(0x10f)][_0x4e175b(0x109)][_0x4aad0c],_0x43145c=_0x4de2dc[_0x4e175b(0x75)],_0x138edc=_0x14f292[_0x4e175b(0x10f)][_0x4e175b(0x100)][_0x43145c],_0x3a4c37=this[_0x4e175b(0xac)](_0x14f292,_0x138edc),_0x558f91=_tests[_0x4aad0c];_0x558f91&&(delete _tests[_0x4aad0c],_0x558f91[_0x4e175b(0xa8)]=new Date()[_0x4e175b(0xd9)]()),await testObservabilityReporter['sendTestRunEventForCucumber'](_0x4df862,_0x3a4c37,_0x138edc,_0x1651d6[_0x4e175b(0x77)],_0x558f91);}catch(_0x49073d){logger[_0x4e175b(0xbf)]('Exception\x20in\x20sending\x20onTestCaseFinished\x20event:\x20\x20'+util[_0x4e175b(0x98)](_0x49073d));}}async['onTestStepStarted'](_0x2f98ad,_0x20249a){const _0x245f44=a6_0x203149,_0x2b6034={'Baujs':function(_0x4da9a5,_0x546cb5){return _0x4da9a5(_0x546cb5);},'BpABD':_0x245f44(0xb6),'eMsXx':function(_0x1584a8,_0x379e11){return _0x1584a8!==_0x379e11;},'ekumS':_0x245f44(0x6c)};if(_0x2b6034['Baujs'](shouldProcessEventForTesthub,_0x2b6034[_0x245f44(0xa1)]))try{this[_0x245f44(0xc5)][_0x245f44(0xbb)]=this[_0x245f44(0xc5)][_0x245f44(0xbb)]||{},this[_0x245f44(0xc5)]['testStepStarted'][_0x2f98ad[_0x245f44(0xde)]]=_0x2f98ad;const _0x50632d=_0x2f98ad[_0x245f44(0xde)],_0x22f6c2=_0x20249a[_0x245f44(0x10f)]['testCaseAttemptDataMap'][_0x50632d]['testCaseId'],_0x10e06d=this[_0x245f44(0xc5)][_0x245f44(0xdc)]['find'](_0xddfb56=>_0xddfb56['id']===_0x22f6c2)['pickleId'],_0x3251d2=this[_0x245f44(0xc5)][_0x245f44(0x7a)][_0x245f44(0xdb)](_0x73ce6f=>_0x73ce6f['id']===_0x10e06d),_0x5e59f6=this[_0x245f44(0xc5)][_0x245f44(0xdc)][_0x245f44(0xdb)](_0x27ebb2=>_0x27ebb2['id']===_0x22f6c2)[_0x245f44(0x6b)],_0x5780a3=this[_0x245f44(0xc5)][_0x245f44(0xbb)][_0x50632d][_0x245f44(0x6c)],_0x472353=_0x5e59f6[_0x245f44(0xdb)](_0x52c5f5=>_0x52c5f5['id']===_0x5780a3)[_0x245f44(0x79)],_0x3974a1=_0x3251d2[_0x245f44(0x73)][_0x245f44(0xdb)](_0x5b57e2=>_0x5b57e2['id']===_0x472353);if(_0x472353&&_tests[_0x22f6c2]&&_0x2b6034[_0x245f44(0x88)](_tests[_0x22f6c2][_0x2b6034[_0x245f44(0x99)]],_0x5780a3)){_tests[_0x22f6c2][_0x2b6034[_0x245f44(0x99)]]=_0x5780a3;const _0x439325={};_0x439325['steps']=[];const _0xca7610=_tests[_0x22f6c2]||_0x439325;_0xca7610&&!_0xca7610[_0x245f44(0x73)]&&(_0xca7610[_0x245f44(0x73)]=[]),_0xca7610['steps']['push']({'id':_0x3974a1['id'],'text':_0x3974a1['text'],'started_at':new Date()[_0x245f44(0xd9)]()}),_tests[_0x22f6c2]=_0xca7610;}await testObservabilityReporter[_0x245f44(0x71)](this['report'],_0x50632d,_0x2b6034[_0x245f44(0xa1)],_0x5e59f6,_0x5780a3,_tests[_0x22f6c2]);}catch(_0x37640e){logger[_0x245f44(0xbf)](_0x245f44(0xa5)+util[_0x245f44(0x98)](_0x37640e));}}async[a6_0x203149(0x9b)](_0x1a09e6,_0x10189e){const _0x383d83=a6_0x203149,_0x4ac4c6={'Ksxlw':function(_0x43ed87,_0x4d9883){return _0x43ed87===_0x4d9883;},'HLJxy':'1|2|3|4|0','zydJr':function(_0x48aae7,_0x106e32){return _0x48aae7(_0x106e32);},'tyasF':'HookRunFinished','jRtoE':'failed','mmfUx':_0x383d83(0xfc),'bvtBW':_0x383d83(0x6c)};this['report']['testStepFinished']=this[_0x383d83(0xc5)][_0x383d83(0x84)]||{},this[_0x383d83(0xc5)][_0x383d83(0x84)][_0x1a09e6[_0x383d83(0xde)]]=_0x1a09e6;if(_0x4ac4c6[_0x383d83(0x10a)](shouldProcessEventForTesthub,_0x4ac4c6['tyasF']))try{const _0x284597=_0x1a09e6[_0x383d83(0xde)],_0x55337f=_0x10189e['eventDataCollector'][_0x383d83(0xc9)][_0x284597][_0x383d83(0xe7)],_0xa2345d=_0x10189e['eventDataCollector'][_0x383d83(0x109)][_0x55337f],_0x50745f=_0xa2345d[_0x383d83(0x75)],_0x56c511=_0x10189e['eventDataCollector'][_0x383d83(0x100)][_0x50745f],_0x16408e=_0x1a09e6['testStepId'],_0x3a1761=_0xa2345d[_0x383d83(0x6b)],_0x46d9af=this[_0x383d83(0x10f)][_0x383d83(0xd1)](_0x284597),_0x4ec473=_0x3a1761[_0x383d83(0xdb)](_0x2eef3f=>_0x2eef3f['id']===_0x16408e)[_0x383d83(0x79)];let _0x4a95b4,_0x355c00;_0x1a09e6[_0x383d83(0xa4)]&&_0x4ac4c6['Ksxlw'](_0x1a09e6[_0x383d83(0xa4)][_0x383d83(0xe0)]['toString']()[_0x383d83(0xcd)](),_0x4ac4c6[_0x383d83(0x94)])&&(_0x4a95b4=_0x4ac4c6[_0x383d83(0x90)](_0x1a09e6['testStepResult'][_0x383d83(0x78)],undefined)?_0x1a09e6[_0x383d83(0xa4)]['message']:_0x1a09e6['testStepResult']['exception'][_0x383d83(0xe6)],_0x355c00=_0x4ac4c6[_0x383d83(0x90)](_0x1a09e6[_0x383d83(0xa4)][_0x383d83(0x78)],undefined)?_0x4ac4c6['mmfUx']:_0x1a09e6[_0x383d83(0xa4)][_0x383d83(0xe6)]);await testObservabilityReporter['sendHook'](this[_0x383d83(0xc5)],_0x284597,_0x4ac4c6[_0x383d83(0x105)],_0x3a1761,_0x16408e,_tests[_0x55337f]);if(_0x4ec473&&_tests[_0x55337f][_0x4ac4c6[_0x383d83(0x97)]]){const _0x3734b6=_0x56c511[_0x383d83(0x73)][_0x383d83(0xdb)](_0x3c5ddc=>_0x3c5ddc['id']===_0x4ec473),_0x2a5a65={};_0x2a5a65[_0x383d83(0x73)]=[];const _0x111c98=_tests[_0x55337f]||_0x2a5a65;!_0x111c98[_0x383d83(0x73)]?_0x111c98[_0x383d83(0x73)]=[{'id':_0x3734b6['id'],'text':_0x3734b6[_0x383d83(0x7e)],'finished_at':new Date()[_0x383d83(0xd9)](),'result':_0x1a09e6[_0x383d83(0xa4)][_0x383d83(0xe0)],'duration':_0x1a09e6[_0x383d83(0xa4)][_0x383d83(0xd8)][_0x383d83(0xc4)],'failure':_0x4a95b4,'failureType':_0x355c00}]:_0x111c98[_0x383d83(0x73)][_0x383d83(0xfd)](_0x302e01=>{const _0x333986=_0x383d83;if(_0x4ac4c6['Ksxlw'](_0x302e01['id'],_0x3734b6['id'])){const _0x2c30ee=_0x4ac4c6[_0x333986(0xce)]['split']('|');let _0x56cd4a=0x0;while(!![]){switch(_0x2c30ee[_0x56cd4a++]){case'0':_0x302e01['failureType']=_0x355c00;continue;case'1':_0x302e01[_0x333986(0x101)]=new Date()[_0x333986(0xd9)]();continue;case'2':_0x302e01['result']=_0x1a09e6['testStepResult'][_0x333986(0xe0)];continue;case'3':_0x302e01[_0x333986(0xd8)]=_0x1a09e6[_0x333986(0xa4)][_0x333986(0xd8)][_0x333986(0xc4)];continue;case'4':_0x302e01[_0x333986(0xc1)]=_0x4a95b4;continue;}break;}}}),_tests[_0x55337f]=_0x111c98,delete _tests[_0x55337f][_0x4ac4c6[_0x383d83(0x97)]];}}catch(_0x26d045){logger[_0x383d83(0xbf)](_0x383d83(0xf0)+util[_0x383d83(0x98)](_0x26d045));}}[a6_0x203149(0x8a)](_0x387a72){const _0x225b1f=a6_0x203149,_0x10f45a={};return _0x387a72[_0x225b1f(0xa0)]['children'][_0x225b1f(0xb7)](this[_0x225b1f(0x85)])[_0x225b1f(0x91)]()[_0x225b1f(0xfd)](_0x420eb3=>_0x420eb3[_0x225b1f(0x73)][_0x225b1f(0xfd)](_0x47fd6b=>_0x10f45a[_0x47fd6b['id']]=_0x47fd6b)),_0x10f45a;}[a6_0x203149(0x85)](_0x54e18e){const _0x46e8b9=a6_0x203149,_0x5334f9={'HOQVC':function(_0x2961d9,_0x241c59){return _0x2961d9(_0x241c59);},'NbdGh':function(_0x1ed4e4,_0xc877d3){return _0x1ed4e4(_0xc877d3);}};if(!_0x5334f9[_0x46e8b9(0xc6)](isUndefined,_0x54e18e[_0x46e8b9(0xbc)]))return[_0x54e18e[_0x46e8b9(0xbc)]];else{if(!_0x5334f9[_0x46e8b9(0x6d)](isUndefined,_0x54e18e['rule']))return _0x54e18e[_0x46e8b9(0xf4)][_0x46e8b9(0xb3)]['map'](_0x2feac7=>!isUndefined(_0x2feac7[_0x46e8b9(0xbc)])?_0x2feac7[_0x46e8b9(0xbc)]:_0x2feac7[_0x46e8b9(0xab)]);};return[_0x54e18e[_0x46e8b9(0xab)]];}[a6_0x203149(0xac)](_0x4f7239,_0xb44dfc){const _0x7cb0ea=a6_0x203149;return Object[_0x7cb0ea(0xf7)](_0x4f7239[_0x7cb0ea(0x10f)][_0x7cb0ea(0xa6)])[_0x7cb0ea(0xdb)](_0x3fed27=>_0x3fed27['uri']===_0xb44dfc[_0x7cb0ea(0x9d)]);}}module[a6_0x203149(0xbe)]=o11yClassErrorHandler(BrowserstackFormatter,[a6_0x203149(0xf1),a6_0x203149(0xcf),'onTestStepStarted',a6_0x203149(0x9b),a6_0x203149(0xb4),a6_0x203149(0x72),a6_0x203149(0x85),'getGherkinDocument','getGherkinStepMap']);
1
+ const a6_0x10a1fe=a6_0x412f;function a6_0x51d4(){const _0x45b80b=['pickleMap','AWqez','1506StKcLW','testCaseStartedId','McmEZ','winstonLogger','debug','background','name','FAILED','pickleId','onHook','result','pickle','AYRqR','IgCvv','source','PzNyV','OpOOA','97Mwkaex','push','exception','SBQtM','onTestCaseFinished','text','onTestCaseStarted','toLowerCase','toString','getGherkinDocument','onPickle','testStepResult','Exception\x20in\x20onTestStepStarted\x20event:\x20','env','yrVQZ','envelope','report','assign','../../playwright/reporter/test-details.js','supportCodeLibrary','TestRunStarted','feature','logTestRunFinished','gZtng','wrrIX','\x20\x20\x20\x20','failed','sendHook','CcrnE','PENDING','82705asYAjG','VBgsr','../test-observability.js','eventDataCollector','isBstackHook','25210LfMjWD','CdqfZ','sourceLocation','seconds','onStepDefinition','cwd','\x20-\x20','flat','exports','bgVcL','children','actionLocation','getTestCaseAttempt','FBxPG','jOOlu','CkjzY','rmZqW','hook','logTestCaseFinished','onTestRunFinished','../../../helpers/helper','message','Exception\x20in\x20sending\x20onTestCaseStarted:\x20','__platform','stepDefinition','forEach','nkuhT','hooks','finishedAt','util','sendTestRunEventForCucumber','HdMhZ','extractStepContainers','gherkinDocumentMap','status','1615632hKWwkx','onSource','testCaseId','testStepStarted','testRunStarted','map','eventBroadcaster','AMBIGUOUS','2739unHuFA','onTestRunStarted','description','sipvB','pickleStepId','kXptl','incrementCounter','622734RMyGQK','6903sxprxI','finished_at','cucumber-js/test.setup.js','CONFIG','testCaseMap','244948DcLRJR','includes','rule','ufJyK','path','onTestStepFinished','steps','testStepId','testSteps','TrcYE','testCaseAttemptDataMap','snippetBuilder','testRunFinished','rLFhw','WIMAR','split','onTestStepStarted','testCase','YIGBq','onTestCase','GFLYO','UNDEFINED','failureType','format','RgjKz','parse','../../../helpers/logger','Executing\x20tests\x20for\x20','onGherkinDocument','7vVbfUG','gherkinDocument','getTestUUID','testCaseFinished','find','testCaseStarted','uri','log','testCases','Rckiv','getGherkinStepMap','testStepFinished','setup','ShTdV','keyword','CjiSb','TestRunFinished','ADBnq','wsUFW','toISOString','PASSED','2536XUiwfm','hpBxM','duration'];a6_0x51d4=function(){return _0x45b80b;};return a6_0x51d4();}(function(_0x40e1bf,_0x2dac61){const _0x376c0d=a6_0x412f,_0x3cfd4d=_0x40e1bf();while(!![]){try{const _0x1b3e05=parseInt(_0x376c0d(0x245))/0x1*(parseInt(_0x376c0d(0x234))/0x2)+parseInt(_0x376c0d(0x1f7))/0x3+parseInt(_0x376c0d(0x1fd))/0x4+parseInt(_0x376c0d(0x263))/0x5+parseInt(_0x376c0d(0x1e8))/0x6*(parseInt(_0x376c0d(0x21a))/0x7)+parseInt(_0x376c0d(0x22f))/0x8*(parseInt(_0x376c0d(0x1f8))/0x9)+parseInt(_0x376c0d(0x268))/0xa*(-parseInt(_0x376c0d(0x1f0))/0xb);if(_0x1b3e05===_0x2dac61)break;else _0x3cfd4d['push'](_0x3cfd4d['shift']());}catch(_0x5db7c7){_0x3cfd4d['push'](_0x3cfd4d['shift']());}}}(a6_0x51d4,0x3b587));function a6_0x412f(_0x3674d3,_0x55faf2){const _0x51d4dd=a6_0x51d4();return a6_0x412f=function(_0x412f7a,_0x40c1e2){_0x412f7a=_0x412f7a-0x1d9;let _0xcd14fd=_0x51d4dd[_0x412f7a];return _0xcd14fd;},a6_0x412f(_0x3674d3,_0x55faf2);}const {requireModule,getPlatformName,nestedKeyValue,isUndefined}=require(a6_0x10a1fe(0x1d9)),util=require(a6_0x10a1fe(0x1e2)),{Formatter,formatterHelpers,Status}=requireModule('@cucumber/cucumber'),TestDetails=require(a6_0x10a1fe(0x257)),TestObservabilityReporter=require(a6_0x10a1fe(0x265)),{o11yClassErrorHandler}=require('../../../helpers/test-observability/error-handler'),{shouldProcessEventForTesthub}=require('../../../helpers/testhub/utils.js'),testObservabilityReporter=new TestObservabilityReporter(),logger=require(a6_0x10a1fe(0x217))[a6_0x10a1fe(0x237)],_tests={},_testCasesData={};class BrowserstackFormatter extends Formatter{constructor(_0x2be8cf){const _0x50c7c2=a6_0x10a1fe,_0x453ba8={};_0x453ba8['Rckiv']=_0x50c7c2(0x254);const _0x5383ec=_0x453ba8;super(_0x2be8cf),this['report']={},_0x2be8cf[_0x50c7c2(0x1ee)]['on'](_0x5383ec[_0x50c7c2(0x223)],async _0x4fa17f=>{const _0x28db92=_0x50c7c2;switch(!![]){case!!_0x4fa17f[_0x28db92(0x1ec)]:this['onTestRunStarted'](_0x4fa17f[_0x28db92(0x1ec)]);break;case!!_0x4fa17f['testRunFinished']:this[_0x28db92(0x27b)](_0x4fa17f[_0x28db92(0x209)]);break;case!!_0x4fa17f[_0x28db92(0x21f)]:this[_0x28db92(0x24b)](_0x4fa17f[_0x28db92(0x21f)],_0x2be8cf,_0x4fa17f);break;case!!_0x4fa17f[_0x28db92(0x21d)]:this[_0x28db92(0x249)](_0x4fa17f[_0x28db92(0x21d)],_0x2be8cf,_0x4fa17f);break;case!!_0x4fa17f[_0x28db92(0x1eb)]:this[_0x28db92(0x20d)](_0x4fa17f[_0x28db92(0x1eb)],_0x2be8cf);break;case!!_0x4fa17f['testStepFinished']:this[_0x28db92(0x202)](_0x4fa17f[_0x28db92(0x225)],_0x2be8cf);break;case!!_0x4fa17f[_0x28db92(0x279)]:this[_0x28db92(0x23d)](_0x4fa17f[_0x28db92(0x279)]);break;case!!_0x4fa17f[_0x28db92(0x20e)]:this[_0x28db92(0x210)](_0x4fa17f[_0x28db92(0x20e)]);break;case!!_0x4fa17f['pickle']:this[_0x28db92(0x24f)](_0x4fa17f[_0x28db92(0x23f)]);break;case!!_0x4fa17f['gherkinDocument']:this[_0x28db92(0x219)](_0x4fa17f[_0x28db92(0x21b)]);break;}});}[a6_0x10a1fe(0x23d)](_0x2ace98){const _0xaccabf=a6_0x10a1fe;this[_0xaccabf(0x255)]['hooks']=Object['assign']([],this['report']['hooks']||[]),this[_0xaccabf(0x255)][_0xaccabf(0x1e0)][_0xaccabf(0x246)](_0x2ace98);}[a6_0x10a1fe(0x24f)](_0x5e9263){const _0x4206b1=a6_0x10a1fe;this[_0x4206b1(0x255)][_0x4206b1(0x23f)]=Object[_0x4206b1(0x256)]([],this['report'][_0x4206b1(0x23f)]||[],[_0x5e9263]),this['report'][_0x4206b1(0x23f)][_0x4206b1(0x246)](_0x5e9263);}[a6_0x10a1fe(0x219)](_0x17885f){const _0x5e044c=a6_0x10a1fe;this[_0x5e044c(0x255)][_0x5e044c(0x21b)]=Object[_0x5e044c(0x256)]([],this[_0x5e044c(0x255)]['gherkinDocument']||[],[_0x17885f]),this[_0x5e044c(0x255)][_0x5e044c(0x21b)][_0x5e044c(0x246)](_0x17885f);}[a6_0x10a1fe(0x1e9)](_0x175478){const _0x4bbc4d=a6_0x10a1fe;this['report'][_0x4bbc4d(0x242)]=_0x175478;}[a6_0x10a1fe(0x26c)](_0x3e3052){const _0xc4d4ed=a6_0x10a1fe;this['report'][_0xc4d4ed(0x1dd)]=Object[_0xc4d4ed(0x256)]([],this[_0xc4d4ed(0x255)][_0xc4d4ed(0x1dd)]||[],[_0x3e3052]),this[_0xc4d4ed(0x255)][_0xc4d4ed(0x1dd)][_0xc4d4ed(0x246)](_0x3e3052);}['onTestCase'](_0x837491){const _0x3692b7=a6_0x10a1fe;this['report'][_0x3692b7(0x222)]=Object[_0x3692b7(0x256)]([],this[_0x3692b7(0x255)][_0x3692b7(0x222)]||[],[_0x837491]),this[_0x3692b7(0x255)]['testCases'][_0x3692b7(0x246)](_0x837491);}['logTestCaseFinished'](_0x56cc83){const _0x179e05=a6_0x10a1fe,_0x24d275={'CcrnE':function(_0x3b45bc,_0x3b19b2){return _0x3b45bc!==_0x3b19b2;},'dGGOF':'bstack','AWqez':function(_0x331ebe,_0x4943e3){return _0x331ebe+_0x4943e3;},'FBxPG':function(_0x4cd0bd,_0x584bdc){return _0x4cd0bd+_0x584bdc;},'RgjKz':function(_0x3f650d,_0x176cdd){return _0x3f650d+_0x176cdd;},'YIGBq':function(_0x4890cc,_0x4864ee){return _0x4890cc+_0x4864ee;},'CdqfZ':function(_0x324ffd,_0x109e68){return _0x324ffd+_0x109e68;},'HmATy':_0x179e05(0x25e),'ufJyK':_0x179e05(0x26e),'EbTfO':function(_0x1f3719,_0x5da5df){return _0x1f3719===_0x5da5df;},'hpBxM':_0x179e05(0x23b),'CkjzY':function(_0x529fa7,_0x489a9e,_0x29e062){return _0x529fa7(_0x489a9e,_0x29e062);},'ShTdV':'result','FjbQO':_0x179e05(0x1da),'ADBnq':function(_0x4630d6,_0x18fe31){return _0x4630d6+_0x18fe31;},'JfGEp':function(_0x350f92,_0x8a671a){return _0x350f92+_0x8a671a;},'gZtng':function(_0x379fc3,_0xa80047){return _0x379fc3+_0xa80047;},'kXptl':function(_0x1a8695,_0x15671c){return _0x1a8695+_0x15671c;},'rbvBc':function(_0x51f20a,_0x1d59a8){return _0x51f20a+_0x1d59a8;}};_0x24d275['CcrnE'](global['__platform'],undefined)&&this[_0x179e05(0x221)](_0x24d275[_0x179e05(0x22b)](_0x24d275[_0x179e05(0x25c)]('\x0a',global['__platform']),'\x0a'));const _0x4e51f2=this[_0x179e05(0x266)]['getTestCaseAttempt'](_0x56cc83['testCaseStartedId']);this[_0x179e05(0x221)](_0x24d275['YIGBq'](_0x24d275[_0x179e05(0x1f5)](_0x24d275['rbvBc'](_0x24d275['kXptl']('\x20\x20',_0x4e51f2[_0x179e05(0x21b)][_0x179e05(0x25a)][_0x179e05(0x23a)]),_0x24d275[_0x179e05(0x200)]),_0x4e51f2[_0x179e05(0x23f)][_0x179e05(0x23a)]),'\x0a'));const _0x7b0a78={};_0x7b0a78[_0x179e05(0x26d)]=this[_0x179e05(0x26d)],_0x7b0a78[_0x179e05(0x208)]=this[_0x179e05(0x208)],_0x7b0a78[_0x179e05(0x258)]=this[_0x179e05(0x258)],_0x7b0a78['testCaseAttempt']=_0x4e51f2;const _0x40fe3f=formatterHelpers['parseTestCaseAttempt'](_0x7b0a78);let _0x1bd1d3=![];_0x40fe3f['testSteps'][_0x179e05(0x1de)](_0x27ff8e=>{const _0xebe33c=_0x179e05;if(_0x24d275[_0xebe33c(0x261)](_0x27ff8e[_0xebe33c(0x23a)],_0x24d275['dGGOF'])&&!this[_0xebe33c(0x267)](_0x27ff8e)){totalTests+=0x1,this[_0xebe33c(0x221)](_0x24d275[_0xebe33c(0x233)](_0x24d275[_0xebe33c(0x275)](_0x24d275[_0xebe33c(0x215)](_0x24d275[_0xebe33c(0x20f)](_0x24d275[_0xebe33c(0x269)](_0x24d275['HmATy'],_0x27ff8e[_0xebe33c(0x228)]),_0x27ff8e[_0xebe33c(0x24a)]||''),_0x24d275[_0xebe33c(0x200)]),Status[_0x27ff8e[_0xebe33c(0x23e)]['status']]),'\x0a')),this['incrementCounter'](Status[_0x27ff8e[_0xebe33c(0x23e)][_0xebe33c(0x1e7)]]);if(_0x24d275['EbTfO'](Status[_0x27ff8e[_0xebe33c(0x23e)][_0xebe33c(0x1e7)]],_0x24d275[_0xebe33c(0x230)])){_0x1bd1d3=!![];const _0x2acdc8=_0x24d275[_0xebe33c(0x277)](nestedKeyValue,_0x27ff8e,[_0x24d275[_0xebe33c(0x227)],_0x24d275['FjbQO']]);_0x2acdc8&&(testsErrorMessage[_0x24d275[_0xebe33c(0x22b)](_0x24d275[_0xebe33c(0x269)](_0x4e51f2['gherkinDocument']['feature'][_0xebe33c(0x23a)],_0x24d275[_0xebe33c(0x200)]),_0x4e51f2[_0xebe33c(0x23f)][_0xebe33c(0x23a)])]=_0x2acdc8,this[_0xebe33c(0x221)](_0x24d275['JfGEp'](_0x2acdc8,'\x0a')));}}}),_0x1bd1d3&&(testSuitesFailed+=0x1),this[_0x179e05(0x221)]('\x0a');}[a6_0x10a1fe(0x25b)](_0x2ae64d){}[a6_0x10a1fe(0x267)](_0x4db663){const _0x41f193=a6_0x10a1fe,_0x392aa6={};_0x392aa6[_0x41f193(0x1f3)]=function(_0x22e331,_0x1bedd5){return _0x22e331!==_0x1bedd5;},_0x392aa6[_0x41f193(0x240)]=_0x41f193(0x1fa);const _0x4c6be1=_0x392aa6;if(_0x4c6be1[_0x41f193(0x1f3)](_0x4db663[_0x41f193(0x26a)],undefined))return![];if(_0x4db663[_0x41f193(0x273)]&&_0x4db663[_0x41f193(0x273)][_0x41f193(0x220)][_0x41f193(0x1fe)](_0x4c6be1[_0x41f193(0x240)]))return!![];return![];}[a6_0x10a1fe(0x1f6)](_0xfa61b7){const _0x4e56a2=a6_0x10a1fe,_0x220f13={};_0x220f13['ndzBk']='FAILED',_0x220f13['lVqve']=_0x4e56a2(0x22e),_0x220f13[_0x4e56a2(0x22c)]='SKIPPED',_0x220f13[_0x4e56a2(0x1e4)]=_0x4e56a2(0x262),_0x220f13[_0x4e56a2(0x243)]=_0x4e56a2(0x212),_0x220f13[_0x4e56a2(0x248)]='UNKNOWN',_0x220f13['PONwp']=_0x4e56a2(0x1ef);const _0x8d796e=_0x220f13;switch(_0xfa61b7){case _0x8d796e['ndzBk']:testsFailed+=0x1;break;case _0x8d796e['lVqve']:testsPassed+=0x1;break;case _0x8d796e[_0x4e56a2(0x22c)]:testsSkipped+=0x1;break;case _0x8d796e[_0x4e56a2(0x1e4)]:testsPending+=0x1;break;case _0x8d796e[_0x4e56a2(0x243)]:testsUndefined+=0x1;break;case _0x8d796e[_0x4e56a2(0x248)]:testsUnknown+=0x1;break;case _0x8d796e['PONwp']:testsAmbiguous+=0x1;break;default:break;}}[a6_0x10a1fe(0x1f1)](_0x2f1b0a){const _0x2655b0=a6_0x10a1fe,_0x825d46={'iuEQm':function(_0xf2449a,_0x388866){return _0xf2449a!==_0x388866;},'nmykj':function(_0x4c8224,_0x350d5a){return _0x4c8224!==_0x350d5a;},'daGWo':function(_0x4b255e,_0x1c110a){return _0x4b255e(_0x1c110a);},'FVRPO':function(_0x372561,_0x2bbaf6){return _0x372561+_0x2bbaf6;},'jOOlu':function(_0x129228){return _0x129228();}};let _0x49de95;if(_0x825d46['iuEQm'](process[_0x2655b0(0x252)][_0x2655b0(0x1fb)],undefined)){const _0x2e8674=JSON[_0x2655b0(0x216)](process['env'][_0x2655b0(0x1fb)]);_0x49de95=_0x2e8674['capability'];}_0x825d46['nmykj'](_0x49de95,undefined)&&(global[_0x2655b0(0x1dc)]=_0x825d46['daGWo'](getPlatformName,_0x49de95),this['log'](_0x825d46['FVRPO'](_0x2655b0(0x218)+global[_0x2655b0(0x1dc)],'\x0a'))),_0x825d46[_0x2655b0(0x276)](shouldProcessEventForTesthub)&&(TestDetails[_0x2655b0(0x226)](),this[_0x2655b0(0x255)][_0x2655b0(0x1ec)]=_0x2f1b0a);}[a6_0x10a1fe(0x27b)](_0x4df3c6){const _0x48f3c6=a6_0x10a1fe;this['report']['testRunFinished']=_0x4df3c6,this[_0x48f3c6(0x25b)](_0x4df3c6);}async[a6_0x10a1fe(0x24b)](_0x15b901,_0x285008,_0x29a70c){const _0x3def72=a6_0x10a1fe,_0x4cb0b6={'GATgE':function(_0x365737,_0x46bf43){return _0x365737(_0x46bf43);},'WIMAR':_0x3def72(0x259),'rmZqW':function(_0x16c04e,_0x440ed0){return _0x16c04e&&_0x440ed0;}};testSuites+=0x1;if(_0x4cb0b6['GATgE'](shouldProcessEventForTesthub,_0x4cb0b6[_0x3def72(0x20b)]))try{this[_0x3def72(0x255)][_0x3def72(0x21f)]=this[_0x3def72(0x255)][_0x3def72(0x21f)]||{},this['report'][_0x3def72(0x21f)][_0x15b901['id']]=_0x15b901;const _0x6776e0=TestDetails[_0x3def72(0x21c)](_0x15b901['id']);_testCasesData[_0x15b901['id']]=Object[_0x3def72(0x256)]({},_0x29a70c);const _0x1f72fa=this['report'],_0x26c45d=_0x15b901[_0x3def72(0x1ea)],_0x257702=_0x1f72fa[_0x3def72(0x222)][_0x3def72(0x21e)](_0x5bcaef=>_0x5bcaef['id']===_0x26c45d)[_0x3def72(0x23c)],_0x3c150e=_0x1f72fa[_0x3def72(0x23f)]['find'](_0x2e550a=>_0x2e550a['id']===_0x257702),_0x22e126=_0x1f72fa[_0x3def72(0x21b)][_0x3def72(0x21e)](_0x1023e7=>_0x1023e7[_0x3def72(0x220)]===_0x3c150e[_0x3def72(0x220)]),_0x5cd877=_0x22e126[_0x3def72(0x25a)],_0x1eb107={'uuid':_0x6776e0,'startedAt':new Date()['toISOString']()};if(_0x3c150e){const _0x45535b={};_0x45535b[_0x3def72(0x23a)]=_0x3c150e[_0x3def72(0x23a)],_0x1eb107['scenario']=_0x45535b;}if(_0x4cb0b6[_0x3def72(0x278)](_0x22e126,_0x5cd877)){const _0x24afa0={};_0x24afa0[_0x3def72(0x201)]=_0x22e126['uri'],_0x24afa0[_0x3def72(0x23a)]=_0x5cd877[_0x3def72(0x23a)],_0x24afa0[_0x3def72(0x1f2)]=_0x5cd877[_0x3def72(0x1f2)],_0x1eb107[_0x3def72(0x25a)]=_0x24afa0;}_tests[_0x26c45d]=_0x1eb107,await testObservabilityReporter[_0x3def72(0x1e3)](_0x29a70c,_0x22e126,_0x3c150e,_0x4cb0b6[_0x3def72(0x20b)],_0x1eb107);}catch(_0x2f15e8){logger[_0x3def72(0x238)](_0x3def72(0x1db)+util['format'](_0x2f15e8)+'\x20');}}async['onTestCaseFinished'](_0x3445b5,_0x1cd6e5,_0x2af35f){const _0x2e957a=a6_0x10a1fe,_0x3f9d02={'nkuhT':function(_0x28ae01,_0x2ac6ce){return _0x28ae01(_0x2ac6ce);},'VBgsr':_0x2e957a(0x22a)};this[_0x2e957a(0x27a)](_0x3445b5);if(_0x3f9d02[_0x2e957a(0x1df)](shouldProcessEventForTesthub,_0x3f9d02[_0x2e957a(0x264)]))try{this[_0x2e957a(0x255)][_0x2e957a(0x21d)]=this[_0x2e957a(0x255)]['testCaseFinished']||{},this[_0x2e957a(0x255)][_0x2e957a(0x21d)][_0x3445b5[_0x2e957a(0x235)]]=_0x3445b5,_testCasesData[_0x2af35f['id']]=Object[_0x2e957a(0x256)]({},_0x2af35f);const _0x292b0c=_0x3445b5[_0x2e957a(0x235)],_0x24a208=_0x1cd6e5[_0x2e957a(0x266)]['testCaseAttemptDataMap'][_0x292b0c][_0x2e957a(0x1ea)],_0x2c6f08=_0x1cd6e5['eventDataCollector'][_0x2e957a(0x1fc)][_0x24a208],_0xfcb2e0=_0x2c6f08['pickleId'],_0x4ed591=_0x1cd6e5[_0x2e957a(0x266)][_0x2e957a(0x232)][_0xfcb2e0],_0x20a8e1=this[_0x2e957a(0x24e)](_0x1cd6e5,_0x4ed591),_0x4f7be7=_tests[_0x24a208];_0x4f7be7&&(delete _tests[_0x24a208],_0x4f7be7[_0x2e957a(0x1e1)]=new Date()[_0x2e957a(0x22d)]()),await testObservabilityReporter['sendTestRunEventForCucumber'](_0x2af35f,_0x20a8e1,_0x4ed591,_0x3f9d02['VBgsr'],_0x4f7be7);}catch(_0x226c3c){logger[_0x2e957a(0x238)]('Exception\x20in\x20sending\x20onTestCaseFinished\x20event:\x20\x20'+util[_0x2e957a(0x214)](_0x226c3c));}}async[a6_0x10a1fe(0x20d)](_0x14576c,_0x5ba7d6){const _0x4c8e25=a6_0x10a1fe,_0x3e5582={'bgVcL':function(_0x178a10,_0x1bb114){return _0x178a10(_0x1bb114);},'wrrIX':'HookRunStarted','AaSLp':function(_0x1031da,_0x76ce84){return _0x1031da!==_0x76ce84;},'yrVQZ':_0x4c8e25(0x204)};if(_0x3e5582[_0x4c8e25(0x271)](shouldProcessEventForTesthub,_0x3e5582[_0x4c8e25(0x25d)]))try{this[_0x4c8e25(0x255)][_0x4c8e25(0x1eb)]=this[_0x4c8e25(0x255)][_0x4c8e25(0x1eb)]||{},this['report'][_0x4c8e25(0x1eb)][_0x14576c[_0x4c8e25(0x235)]]=_0x14576c;const _0x229bbe=_0x14576c[_0x4c8e25(0x235)],_0x112fe0=_0x5ba7d6[_0x4c8e25(0x266)]['testCaseAttemptDataMap'][_0x229bbe]['testCaseId'],_0xbbe7ec=this[_0x4c8e25(0x255)][_0x4c8e25(0x222)]['find'](_0x40c531=>_0x40c531['id']===_0x112fe0)['pickleId'],_0x159d72=this['report']['pickle'][_0x4c8e25(0x21e)](_0x2d8e43=>_0x2d8e43['id']===_0xbbe7ec),_0x1215fb=this[_0x4c8e25(0x255)][_0x4c8e25(0x222)][_0x4c8e25(0x21e)](_0x13731b=>_0x13731b['id']===_0x112fe0)['testSteps'],_0x23e564=this[_0x4c8e25(0x255)][_0x4c8e25(0x1eb)][_0x229bbe]['testStepId'],_0x2cca4f=_0x1215fb[_0x4c8e25(0x21e)](_0x1a2dce=>_0x1a2dce['id']===_0x23e564)[_0x4c8e25(0x1f4)],_0x14365a=_0x159d72[_0x4c8e25(0x203)]['find'](_0x3f606c=>_0x3f606c['id']===_0x2cca4f);if(_0x2cca4f&&_tests[_0x112fe0]&&_0x3e5582['AaSLp'](_tests[_0x112fe0][_0x3e5582[_0x4c8e25(0x253)]],_0x23e564)){_tests[_0x112fe0][_0x3e5582[_0x4c8e25(0x253)]]=_0x23e564;const _0x531f3d={};_0x531f3d[_0x4c8e25(0x203)]=[];const _0x5e145e=_tests[_0x112fe0]||_0x531f3d;_0x5e145e&&!_0x5e145e[_0x4c8e25(0x203)]&&(_0x5e145e[_0x4c8e25(0x203)]=[]),_0x5e145e[_0x4c8e25(0x203)][_0x4c8e25(0x246)]({'id':_0x14365a['id'],'text':_0x14365a['text'],'started_at':new Date()[_0x4c8e25(0x22d)]()}),_tests[_0x112fe0]=_0x5e145e;}await testObservabilityReporter[_0x4c8e25(0x260)](this[_0x4c8e25(0x255)],_0x229bbe,_0x3e5582[_0x4c8e25(0x25d)],_0x1215fb,_0x23e564,_tests[_0x112fe0]);}catch(_0x7569a7){logger[_0x4c8e25(0x238)](_0x4c8e25(0x251)+util[_0x4c8e25(0x214)](_0x7569a7));}}async[a6_0x10a1fe(0x202)](_0x46116f,_0x263a00){const _0x1f1d91=a6_0x10a1fe,_0x4d11d7={'rjWbw':function(_0x36d61c,_0x3d996b){return _0x36d61c===_0x3d996b;},'kICtq':'4|0|1|3|2','rLFhw':function(_0x27209d,_0x10918e){return _0x27209d(_0x10918e);},'GFLYO':'HookRunFinished','CjiSb':function(_0x4a0638,_0x35a744){return _0x4a0638===_0x35a744;},'ZrXaG':_0x1f1d91(0x25f),'ZFgRW':function(_0x158860,_0x3a495f){return _0x158860===_0x3a495f;},'TrcYE':'UnhandledError','McmEZ':_0x1f1d91(0x204)};this[_0x1f1d91(0x255)]['testStepFinished']=this[_0x1f1d91(0x255)][_0x1f1d91(0x225)]||{},this[_0x1f1d91(0x255)][_0x1f1d91(0x225)][_0x46116f[_0x1f1d91(0x235)]]=_0x46116f;if(_0x4d11d7[_0x1f1d91(0x20a)](shouldProcessEventForTesthub,_0x4d11d7[_0x1f1d91(0x211)]))try{const _0x11d627=_0x46116f[_0x1f1d91(0x235)],_0x3b2803=_0x263a00['eventDataCollector'][_0x1f1d91(0x207)][_0x11d627][_0x1f1d91(0x1ea)],_0x3c4ce2=_0x263a00['eventDataCollector'][_0x1f1d91(0x1fc)][_0x3b2803],_0x366c05=_0x3c4ce2[_0x1f1d91(0x23c)],_0xf5c26b=_0x263a00[_0x1f1d91(0x266)][_0x1f1d91(0x232)][_0x366c05],_0x433744=_0x46116f[_0x1f1d91(0x204)],_0x207fc9=_0x3c4ce2[_0x1f1d91(0x205)],_0x55e9cb=this[_0x1f1d91(0x266)][_0x1f1d91(0x274)](_0x11d627),_0x508992=_0x207fc9[_0x1f1d91(0x21e)](_0x57816b=>_0x57816b['id']===_0x433744)[_0x1f1d91(0x1f4)];let _0x2a94e8,_0x3198e7;_0x46116f[_0x1f1d91(0x250)]&&_0x4d11d7[_0x1f1d91(0x229)](_0x46116f['testStepResult'][_0x1f1d91(0x1e7)][_0x1f1d91(0x24d)]()[_0x1f1d91(0x24c)](),_0x4d11d7['ZrXaG'])&&(_0x2a94e8=_0x4d11d7['ZFgRW'](_0x46116f[_0x1f1d91(0x250)]['exception'],undefined)?_0x46116f[_0x1f1d91(0x250)]['message']:_0x46116f[_0x1f1d91(0x250)]['exception'][_0x1f1d91(0x1da)],_0x3198e7=_0x4d11d7['ZFgRW'](_0x46116f[_0x1f1d91(0x250)][_0x1f1d91(0x247)],undefined)?_0x4d11d7[_0x1f1d91(0x206)]:_0x46116f[_0x1f1d91(0x250)][_0x1f1d91(0x1da)]);await testObservabilityReporter[_0x1f1d91(0x260)](this['report'],_0x11d627,_0x4d11d7['GFLYO'],_0x207fc9,_0x433744,_tests[_0x3b2803]);if(_0x508992&&_tests[_0x3b2803][_0x4d11d7[_0x1f1d91(0x236)]]){const _0x27226e=_0xf5c26b[_0x1f1d91(0x203)][_0x1f1d91(0x21e)](_0x177bbe=>_0x177bbe['id']===_0x508992),_0x568e4f={};_0x568e4f[_0x1f1d91(0x203)]=[];const _0x54ffc4=_tests[_0x3b2803]||_0x568e4f;!_0x54ffc4[_0x1f1d91(0x203)]?_0x54ffc4['steps']=[{'id':_0x27226e['id'],'text':_0x27226e['text'],'finished_at':new Date()[_0x1f1d91(0x22d)](),'result':_0x46116f[_0x1f1d91(0x250)][_0x1f1d91(0x1e7)],'duration':_0x46116f[_0x1f1d91(0x250)][_0x1f1d91(0x231)][_0x1f1d91(0x26b)],'failure':_0x2a94e8,'failureType':_0x3198e7}]:_0x54ffc4['steps'][_0x1f1d91(0x1de)](_0x247bcc=>{const _0x1c314f=_0x1f1d91;if(_0x4d11d7['rjWbw'](_0x247bcc['id'],_0x27226e['id'])){const _0x40ff13=_0x4d11d7['kICtq'][_0x1c314f(0x20c)]('|');let _0x40ca86=0x0;while(!![]){switch(_0x40ff13[_0x40ca86++]){case'0':_0x247bcc[_0x1c314f(0x23e)]=_0x46116f[_0x1c314f(0x250)][_0x1c314f(0x1e7)];continue;case'1':_0x247bcc[_0x1c314f(0x231)]=_0x46116f['testStepResult'][_0x1c314f(0x231)][_0x1c314f(0x26b)];continue;case'2':_0x247bcc[_0x1c314f(0x213)]=_0x3198e7;continue;case'3':_0x247bcc['failure']=_0x2a94e8;continue;case'4':_0x247bcc[_0x1c314f(0x1f9)]=new Date()['toISOString']();continue;}break;}}}),_tests[_0x3b2803]=_0x54ffc4,delete _tests[_0x3b2803][_0x4d11d7['McmEZ']];}}catch(_0x497ba5){logger[_0x1f1d91(0x238)]('Exception\x20in\x20onTestStepFinished\x20event:\x20'+util[_0x1f1d91(0x214)](_0x497ba5));}}['getGherkinStepMap'](_0x1b1d57){const _0x2958fe=a6_0x10a1fe,_0x50a56c={};return _0x1b1d57[_0x2958fe(0x25a)][_0x2958fe(0x272)][_0x2958fe(0x1ed)](this['extractStepContainers'])[_0x2958fe(0x26f)]()[_0x2958fe(0x1de)](_0x52c129=>_0x52c129[_0x2958fe(0x203)]['forEach'](_0x2c927d=>_0x50a56c[_0x2c927d['id']]=_0x2c927d)),_0x50a56c;}[a6_0x10a1fe(0x1e5)](_0x2fdecf){const _0xcdcd4d=a6_0x10a1fe,_0x9131ec={'IgCvv':function(_0x203d8d,_0x5ef3ee){return _0x203d8d(_0x5ef3ee);},'OpOOA':function(_0x3acda0,_0xdb7885){return _0x3acda0(_0xdb7885);}};if(!_0x9131ec[_0xcdcd4d(0x241)](isUndefined,_0x2fdecf[_0xcdcd4d(0x239)]))return[_0x2fdecf[_0xcdcd4d(0x239)]];else{if(!_0x9131ec[_0xcdcd4d(0x244)](isUndefined,_0x2fdecf[_0xcdcd4d(0x1ff)]))return _0x2fdecf[_0xcdcd4d(0x1ff)][_0xcdcd4d(0x272)][_0xcdcd4d(0x1ed)](_0x19f100=>!isUndefined(_0x19f100['background'])?_0x19f100[_0xcdcd4d(0x239)]:_0x19f100['scenario']);};return[_0x2fdecf['scenario']];}['getGherkinDocument'](_0x529501,_0x31c481){const _0x192b88=a6_0x10a1fe;return Object['values'](_0x529501[_0x192b88(0x266)][_0x192b88(0x1e6)])[_0x192b88(0x21e)](_0x2ab43e=>_0x2ab43e[_0x192b88(0x220)]===_0x31c481[_0x192b88(0x220)]);}}module[a6_0x10a1fe(0x270)]=o11yClassErrorHandler(BrowserstackFormatter,[a6_0x10a1fe(0x24b),'onTestCaseFinished','onTestStepStarted','onTestStepFinished',a6_0x10a1fe(0x1f1),a6_0x10a1fe(0x27b),a6_0x10a1fe(0x1e5),a6_0x10a1fe(0x24e),a6_0x10a1fe(0x224)]);
@@ -1 +1 @@
1
- const a7_0xbce9cf=a7_0x4923;(function(_0x49989d,_0x145021){const _0x144c9f=a7_0x4923,_0x9c391=_0x49989d();while(!![]){try{const _0x4a4d05=parseInt(_0x144c9f(0x12a))/0x1+-parseInt(_0x144c9f(0x11c))/0x2*(-parseInt(_0x144c9f(0x145))/0x3)+-parseInt(_0x144c9f(0x13b))/0x4+-parseInt(_0x144c9f(0x108))/0x5*(parseInt(_0x144c9f(0x154))/0x6)+parseInt(_0x144c9f(0x10e))/0x7*(-parseInt(_0x144c9f(0x117))/0x8)+parseInt(_0x144c9f(0x140))/0x9*(parseInt(_0x144c9f(0x109))/0xa)+parseInt(_0x144c9f(0x125))/0xb;if(_0x4a4d05===_0x145021)break;else _0x9c391['push'](_0x9c391['shift']());}catch(_0x1fcbb8){_0x9c391['push'](_0x9c391['shift']());}}}(a7_0x606a,0x63d4c));const {requireModule,getPlatformName,nestedKeyValue}=require(a7_0xbce9cf(0x11f)),{Formatter}=requireModule(a7_0xbce9cf(0x13e)),pickleParser=requireModule(a7_0xbce9cf(0x107),a7_0xbce9cf(0x13e));class BrowserstackFormatter extends Formatter{constructor(_0xd8cf26){const _0xe5c611=a7_0xbce9cf,_0x189522={'yaNjP':function(_0x31439b,_0x1ca78d){return _0x31439b!==_0x1ca78d;},'SVOKo':function(_0x464a06,_0xcf8b89){return _0x464a06!==_0xcf8b89;},'DGHNL':function(_0x2982ba,_0x35b34a){return _0x2982ba(_0x35b34a);},'mvAJT':_0xe5c611(0x123),'oXXYU':_0xe5c611(0x119),'srSGO':_0xe5c611(0x11a),'NKeEB':_0xe5c611(0x137),'zWKpR':_0xe5c611(0x11e)};super(_0xd8cf26),_0xd8cf26[_0xe5c611(0x144)]['on'](_0x189522[_0xe5c611(0x157)],()=>{const _0x31dec0=_0xe5c611;let _0x195fd1;if(_0x189522[_0x31dec0(0x124)](process[_0x31dec0(0x14f)][_0x31dec0(0xfd)],undefined)){const _0x52269a=JSON[_0x31dec0(0x142)](process[_0x31dec0(0x14f)][_0x31dec0(0xfd)]);_0x195fd1=_0x52269a['capability'];}_0x189522[_0x31dec0(0x100)](_0x195fd1,undefined)&&(global[_0x31dec0(0x151)]=_0x189522['DGHNL'](getPlatformName,_0x195fd1),console['log'](_0x31dec0(0x112)+global['__platform']));}),_0xd8cf26['eventBroadcaster']['on'](_0x189522[_0xe5c611(0x146)],()=>{testSuites+=0x1;}),_0xd8cf26[_0xe5c611(0x144)]['on'](_0x189522[_0xe5c611(0x155)],_0x456944=>{const _0x17dd43=_0xe5c611;this[_0x17dd43(0x133)](_0x456944);}),_0xd8cf26[_0xe5c611(0x144)]['on'](_0x189522[_0xe5c611(0x156)],()=>{totalTests-=0x2;}),_0xd8cf26[_0xe5c611(0x144)]['on'](_0x189522[_0xe5c611(0x12e)],()=>{totalTests+=0x1;});}[a7_0xbce9cf(0x133)](_0x3a2c15){const _0x590e39=a7_0xbce9cf,_0x17ab6f={'HFuPX':_0x590e39(0x14b),'ItwSr':_0x590e39(0x110),'xkVVB':_0x590e39(0x122),'BMhNY':'PENDING','cWzza':'UNDEFINED','mHPDn':_0x590e39(0x138),'xnbmH':_0x590e39(0x139),'jxRaQ':function(_0x4322c9,_0x42bf22){return _0x4322c9+_0x42bf22;},'qiQpy':function(_0x5d1b5c,_0x2119e9){return _0x5d1b5c+_0x2119e9;},'Epuqy':'\x20\x20\x20\x20','FxqWe':_0x590e39(0x10f),'FCtBL':function(_0x247ae0,_0x10e969){return _0x247ae0(_0x10e969);},'DjFBP':_0x590e39(0x113),'EXiAt':function(_0x518849,_0x4a56c5){return _0x518849(_0x4a56c5);},'jCOIQ':function(_0x165177,_0x2a9867){return _0x165177+_0x2a9867;},'CoKnn':_0x590e39(0x13d),'sIKpJ':function(_0x69cb73,_0x1f1639){return _0x69cb73+_0x1f1639;},'KzQnG':'\x20\x20\x20\x20BEFORE\x20-\x20','rIrwb':function(_0x5de63c,_0x24babc){return _0x5de63c===_0x24babc;},'ymwoI':function(_0x5ac994,_0x18fadf,_0x30ce03){return _0x5ac994(_0x18fadf,_0x30ce03);},'uTxKW':_0x590e39(0x10a),'UMFVm':_0x590e39(0x149),'zURSt':'stack','ntTOI':function(_0x269146,_0x127b8b){return _0x269146!==_0x127b8b;},'uanjI':function(_0x29a487,_0x390c12){return _0x29a487!==_0x390c12;},'fhCGH':_0x590e39(0x13c),'CJxut':function(_0x2d6db2,_0x557b79){return _0x2d6db2+_0x557b79;},'bsvHH':function(_0x247225,_0xaf56a9){return _0x247225+_0xaf56a9;},'WKxse':function(_0x28b581,_0x2b2094){return _0x28b581+_0x2b2094;},'zehtw':function(_0x4d37d2,_0x4897bb){return _0x4d37d2+_0x4897bb;},'ciLiR':function(_0x27c6a4,_0x6a30cb){return _0x27c6a4<_0x6a30cb;},'csKgc':function(_0x458880,_0x7256e4){return _0x458880+_0x7256e4;},'efcxf':function(_0x470c48,_0x8cb057){return _0x470c48+_0x8cb057;},'fplBV':function(_0x67d1ae,_0x3cb8ed){return _0x67d1ae(_0x3cb8ed);},'oQbTP':function(_0x2cb7fe,_0x5af02c){return _0x2cb7fe===_0x5af02c;},'MDFXG':function(_0x37b3dc,_0x257fd0,_0x1099dc){return _0x37b3dc(_0x257fd0,_0x1099dc);},'zYpYx':function(_0x15164a,_0x526356){return _0x15164a+_0x526356;},'FKrzU':function(_0xedaceb,_0x18c024){return _0xedaceb+_0x18c024;}};let _0x56c1b8=![];function _0x3c1e79(_0x172fa7){const _0x2ae02e=_0x590e39;switch(_0x172fa7){case _0x17ab6f['HFuPX']:testsFailed+=0x1;break;case _0x17ab6f[_0x2ae02e(0x150)]:testsPassed+=0x1;break;case _0x17ab6f[_0x2ae02e(0x111)]:testsSkipped+=0x1;break;case _0x17ab6f['BMhNY']:testsPending+=0x1;break;case _0x17ab6f[_0x2ae02e(0x106)]:testsUndefined+=0x1;break;case _0x17ab6f[_0x2ae02e(0x14e)]:testsUnknown+=0x1;break;case _0x17ab6f['xnbmH']:testsAmbiguous+=0x1;break;default:break;}}_0x17ab6f[_0x590e39(0x11b)](global[_0x590e39(0x151)],undefined)&&console[_0x590e39(0x127)](_0x17ab6f[_0x590e39(0x152)](_0x17ab6f[_0x590e39(0x131)]('\x0a',global[_0x590e39(0x151)]),'\x0a'));let _0x34cbb1=![];if(_0x17ab6f[_0x590e39(0x12f)](typeof this[_0x590e39(0x14c)]['getTestCaseData'],_0x17ab6f[_0x590e39(0x13a)])){var _0x269b1a=this[_0x590e39(0x14c)][_0x590e39(0x120)](_0x3a2c15[_0x590e39(0x12d)]),_0x1bafb0=_0x269b1a[_0x590e39(0x141)],_0x2b0e46=_0x269b1a[_0x590e39(0xfe)];console['log'](_0x17ab6f[_0x590e39(0x132)]('\x20\x20',_0x1bafb0[_0x590e39(0x136)]));var _0x11e880=(0x0,pickleParser[_0x590e39(0x148)])(_0x1bafb0);_0x2b0e46[_0x590e39(0x147)]['forEach'](function(_0x3f4a6a){const _0x2cb458=_0x590e39;if(_0x3f4a6a[_0x2cb458(0x115)]&&_0x3f4a6a[_0x2cb458(0x12d)])_0x56c1b8=!![],console[_0x2cb458(0x127)](_0x17ab6f[_0x2cb458(0x103)](_0x17ab6f[_0x2cb458(0x131)](_0x17ab6f['jxRaQ'](_0x17ab6f[_0x2cb458(0x128)],_0x11e880[_0x3f4a6a[_0x2cb458(0x12d)][_0x2cb458(0x135)]][_0x2cb458(0x143)]),_0x17ab6f[_0x2cb458(0x134)]),_0x3f4a6a[_0x2cb458(0x10a)][_0x2cb458(0xff)][_0x2cb458(0x118)]())),_0x17ab6f['FCtBL'](_0x3c1e79,_0x3f4a6a[_0x2cb458(0x10a)][_0x2cb458(0xff)][_0x2cb458(0x118)]());else _0x3f4a6a[_0x2cb458(0x115)]&&(!_0x3f4a6a['actionLocation']['uri'][_0x2cb458(0x10b)](_0x17ab6f['DjFBP'])&&(_0x17ab6f['EXiAt'](_0x3c1e79,_0x3f4a6a[_0x2cb458(0x10a)][_0x2cb458(0xff)][_0x2cb458(0x118)]()),_0x56c1b8?console[_0x2cb458(0x127)](_0x17ab6f[_0x2cb458(0x152)](_0x17ab6f[_0x2cb458(0x158)],_0x3f4a6a[_0x2cb458(0x10a)][_0x2cb458(0xff)][_0x2cb458(0x118)]())):console['log'](_0x17ab6f[_0x2cb458(0x10d)](_0x17ab6f[_0x2cb458(0x14d)],_0x3f4a6a[_0x2cb458(0x10a)][_0x2cb458(0xff)][_0x2cb458(0x118)]()))));if(_0x17ab6f[_0x2cb458(0x153)](_0x3f4a6a[_0x2cb458(0x10a)][_0x2cb458(0xff)][_0x2cb458(0x118)](),_0x17ab6f['HFuPX'])){const _0x4d504d=_0x17ab6f[_0x2cb458(0x105)](nestedKeyValue,_0x3f4a6a,[_0x17ab6f['uTxKW'],_0x17ab6f[_0x2cb458(0x159)],_0x17ab6f[_0x2cb458(0x130)]]);_0x4d504d&&(testsErrorMessage[_0x1bafb0[_0x2cb458(0x136)]]=_0x4d504d,console['log'](_0x17ab6f[_0x2cb458(0x10d)](_0x4d504d,'\x0a'))),_0x34cbb1=!![];}});}else{const _0x8804e3=this[_0x590e39(0x14c)][_0x590e39(0x12b)](_0x3a2c15);console[_0x590e39(0x127)](_0x17ab6f['bsvHH'](_0x17ab6f['WKxse'](_0x17ab6f[_0x590e39(0x101)]('\x20\x20',_0x8804e3[_0x590e39(0x11d)][_0x590e39(0x14a)][_0x590e39(0x136)]),_0x17ab6f[_0x590e39(0x134)]),_0x8804e3[_0x590e39(0x141)]['name']));const _0x423062=(0x0,pickleParser[_0x590e39(0x148)])(_0x8804e3[_0x590e39(0x141)]),_0x5bd62b=_0x8804e3['testCase']['steps'],_0x30a9fc=_0x8804e3['stepResults'],_0x27875f=_0x5bd62b[_0x590e39(0x102)];for(let _0x3034b7=0x0;_0x17ab6f[_0x590e39(0x12c)](_0x3034b7,_0x27875f);_0x3034b7++){const _0x475ba8=_0x5bd62b[_0x3034b7];if(_0x475ba8[_0x590e39(0x115)]&&_0x475ba8[_0x590e39(0x12d)])_0x56c1b8=!![],console['log'](_0x17ab6f[_0x590e39(0x132)](_0x17ab6f[_0x590e39(0x116)](_0x17ab6f[_0x590e39(0x129)](_0x17ab6f[_0x590e39(0x128)],_0x423062[_0x475ba8[_0x590e39(0x12d)][_0x590e39(0x135)]][_0x590e39(0x143)]),_0x17ab6f[_0x590e39(0x134)]),_0x30a9fc[_0x3034b7][_0x590e39(0xff)][_0x590e39(0x118)]())),_0x17ab6f[_0x590e39(0x126)](_0x3c1e79,_0x30a9fc[_0x3034b7][_0x590e39(0xff)][_0x590e39(0x118)]());else _0x475ba8['actionLocation']&&(!_0x475ba8[_0x590e39(0x115)]['uri'][_0x590e39(0x10b)](_0x17ab6f['DjFBP'])&&(_0x17ab6f[_0x590e39(0x126)](_0x3c1e79,_0x30a9fc[_0x3034b7][_0x590e39(0xff)][_0x590e39(0x118)]()),_0x56c1b8?console['log'](_0x17ab6f[_0x590e39(0x116)](_0x17ab6f[_0x590e39(0x158)],_0x30a9fc[_0x3034b7][_0x590e39(0xff)][_0x590e39(0x118)]())):console[_0x590e39(0x127)](_0x17ab6f[_0x590e39(0x116)](_0x17ab6f['KzQnG'],_0x30a9fc[_0x3034b7]['status'][_0x590e39(0x118)]()))));if(_0x17ab6f['oQbTP'](_0x30a9fc[_0x3034b7][_0x590e39(0xff)]['toUpperCase'](),_0x17ab6f[_0x590e39(0x104)])){_0x34cbb1=!![];const _0x2ae1bf=_0x17ab6f[_0x590e39(0x10c)](nestedKeyValue,_0x30a9fc[_0x3034b7],[_0x17ab6f[_0x590e39(0x159)],_0x17ab6f[_0x590e39(0x130)]]);_0x2ae1bf&&(testsErrorMessage[_0x17ab6f['zYpYx'](_0x17ab6f[_0x590e39(0x13f)](_0x8804e3[_0x590e39(0x11d)][_0x590e39(0x14a)][_0x590e39(0x136)],_0x17ab6f[_0x590e39(0x134)]),_0x8804e3[_0x590e39(0x141)][_0x590e39(0x136)])]=_0x2ae1bf,console['log'](_0x17ab6f[_0x590e39(0x121)](_0x2ae1bf,'\x0a')));}}}_0x34cbb1&&(testSuitesFailed+=0x1),console['log']('\x0a');}}function a7_0x606a(){const _0x1d0f28=['../../../helpers/helper','getTestCaseData','zYpYx','SKIPPED','test-run-started','yaNjP','4380739EAVAzE','fplBV','log','Epuqy','efcxf','241133jPeVFv','getTestCaseAttempt','ciLiR','sourceLocation','zWKpR','uanjI','zURSt','qiQpy','CJxut','logTestCaseFinished','FxqWe','line','name','test-run-finished','UNKNOWN','AMBIGUOUS','fhCGH','1502644ZCGpwO','undefined','\x20\x20\x20\x20AFTER\x20-\x20','cucumber','FKrzU','4079133kFEmgc','pickle','parse','text','eventBroadcaster','1013289kdctjT','oXXYU','steps','getStepLineToPickledStepMap','exception','feature','FAILED','eventDataCollector','KzQnG','mHPDn','env','ItwSr','__platform','jCOIQ','rIrwb','9966XMLAof','srSGO','NKeEB','mvAJT','CoKnn','UMFVm','CONFIG','testCase','status','SVOKo','zehtw','length','jxRaQ','HFuPX','ymwoI','cWzza','cucumber/lib/formatter/helpers/pickle_parser.js','1395lMoZCG','10ddGUwx','result','includes','MDFXG','sIKpJ','638379wghNlG','\x20-\x20','PASSED','xkVVB','Executing\x20tests\x20for\x20','cucumber-js/test_old.setup.js','exports','actionLocation','csKgc','16dxuqxO','toUpperCase','test-case-started','test-case-finished','ntTOI','2IISMjE','gherkinDocument','test-step-started'];a7_0x606a=function(){return _0x1d0f28;};return a7_0x606a();}function a7_0x4923(_0x2fe710,_0xc13b96){const _0x606a17=a7_0x606a();return a7_0x4923=function(_0x49237a,_0x50d825){_0x49237a=_0x49237a-0xfd;let _0x5d1683=_0x606a17[_0x49237a];return _0x5d1683;},a7_0x4923(_0x2fe710,_0xc13b96);}module[a7_0xbce9cf(0x114)]=BrowserstackFormatter;
1
+ const a7_0x116673=a7_0x5b3e;(function(_0x3b850b,_0x133d38){const _0x314442=a7_0x5b3e,_0x57cdcf=_0x3b850b();while(!![]){try{const _0x584574=-parseInt(_0x314442(0x1df))/0x1+-parseInt(_0x314442(0x1e8))/0x2+parseInt(_0x314442(0x211))/0x3+-parseInt(_0x314442(0x1de))/0x4+-parseInt(_0x314442(0x1e2))/0x5*(parseInt(_0x314442(0x221))/0x6)+-parseInt(_0x314442(0x21e))/0x7*(-parseInt(_0x314442(0x1ee))/0x8)+parseInt(_0x314442(0x22f))/0x9;if(_0x584574===_0x133d38)break;else _0x57cdcf['push'](_0x57cdcf['shift']());}catch(_0x5012f7){_0x57cdcf['push'](_0x57cdcf['shift']());}}}(a7_0x4a17,0xeae26));const {requireModule,getPlatformName,nestedKeyValue}=require(a7_0x116673(0x219)),{Formatter}=requireModule('cucumber'),pickleParser=requireModule(a7_0x116673(0x217),'cucumber');function a7_0x5b3e(_0xc7c75d,_0x48f7b6){const _0x4a1793=a7_0x4a17();return a7_0x5b3e=function(_0x5b3ec2,_0x32f6be){_0x5b3ec2=_0x5b3ec2-0x1db;let _0x594a78=_0x4a1793[_0x5b3ec2];return _0x594a78;},a7_0x5b3e(_0xc7c75d,_0x48f7b6);}class BrowserstackFormatter extends Formatter{constructor(_0x367b9a){const _0x317182=a7_0x116673,_0x1463eb={'ykXWs':function(_0x184887,_0x237245){return _0x184887!==_0x237245;},'znVDq':function(_0x56865e,_0x3fd492){return _0x56865e(_0x3fd492);},'FbUqz':_0x317182(0x231),'CwvDV':_0x317182(0x1f9),'QNmDt':_0x317182(0x1e9),'LarxO':_0x317182(0x1ea),'XLqgH':_0x317182(0x20d)};super(_0x367b9a),_0x367b9a[_0x317182(0x229)]['on'](_0x1463eb[_0x317182(0x21d)],()=>{const _0xf8c09e=_0x317182;let _0x376630;if(_0x1463eb['ykXWs'](process[_0xf8c09e(0x210)][_0xf8c09e(0x1dd)],undefined)){const _0xb41c02=JSON[_0xf8c09e(0x1fd)](process[_0xf8c09e(0x210)][_0xf8c09e(0x1dd)]);_0x376630=_0xb41c02[_0xf8c09e(0x22a)];}_0x1463eb[_0xf8c09e(0x1f0)](_0x376630,undefined)&&(global[_0xf8c09e(0x216)]=_0x1463eb['znVDq'](getPlatformName,_0x376630),console[_0xf8c09e(0x21f)]('Executing\x20tests\x20for\x20'+global[_0xf8c09e(0x216)]));}),_0x367b9a[_0x317182(0x229)]['on'](_0x1463eb[_0x317182(0x1dc)],()=>{testSuites+=0x1;}),_0x367b9a[_0x317182(0x229)]['on'](_0x1463eb[_0x317182(0x1fa)],_0x476293=>{const _0x352951=_0x317182;this[_0x352951(0x204)](_0x476293);}),_0x367b9a[_0x317182(0x229)]['on'](_0x1463eb[_0x317182(0x1e1)],()=>{totalTests-=0x2;}),_0x367b9a['eventBroadcaster']['on'](_0x1463eb[_0x317182(0x226)],()=>{totalTests+=0x1;});}[a7_0x116673(0x204)](_0x57104c){const _0x2a2ad6=a7_0x116673,_0x40e339={'XzsmJ':_0x2a2ad6(0x1fb),'qqtLI':_0x2a2ad6(0x1ef),'ywyJK':_0x2a2ad6(0x218),'nlHWJ':_0x2a2ad6(0x1f1),'OdlSl':_0x2a2ad6(0x1f6),'kKLoQ':_0x2a2ad6(0x20e),'XYWwP':_0x2a2ad6(0x21c),'hOCMF':function(_0x43697c,_0x55c9b8){return _0x43697c+_0x55c9b8;},'jwgle':function(_0xfe17e,_0x21dae7){return _0xfe17e+_0x21dae7;},'xWSuw':function(_0x27e81c,_0x19fe2f){return _0x27e81c+_0x19fe2f;},'KszNB':_0x2a2ad6(0x21b),'ufIak':_0x2a2ad6(0x1e4),'GylHu':function(_0x3d98ad,_0x4e9e02){return _0x3d98ad(_0x4e9e02);},'ADHXa':_0x2a2ad6(0x1fc),'PCqcv':function(_0x391e2e,_0xea8e70){return _0x391e2e+_0xea8e70;},'RlyjJ':_0x2a2ad6(0x224),'IMTTb':_0x2a2ad6(0x232),'QmPka':function(_0x49e75a,_0x3eaa82){return _0x49e75a===_0x3eaa82;},'tYIyZ':function(_0x5498a8,_0x43e76b,_0x37376c){return _0x5498a8(_0x43e76b,_0x37376c);},'zsrge':_0x2a2ad6(0x203),'oMzfy':_0x2a2ad6(0x213),'DwVrU':_0x2a2ad6(0x1db),'HOpAs':function(_0x59ece2,_0x50b935){return _0x59ece2!==_0x50b935;},'ZSQRC':function(_0x288bda,_0x11fdc8){return _0x288bda+_0x11fdc8;},'PWEEs':function(_0x5180e9,_0xaf18e0){return _0x5180e9+_0xaf18e0;},'Gywjg':function(_0x313036,_0x39c99b){return _0x313036!==_0x39c99b;},'owiNW':_0x2a2ad6(0x209),'ZNJbg':function(_0x44dfa6,_0x1b05a7){return _0x44dfa6+_0x1b05a7;},'cUljG':function(_0x4b218c,_0x3bc64d){return _0x4b218c+_0x3bc64d;},'KpPXX':function(_0x44b97b,_0x37cccb){return _0x44b97b<_0x37cccb;},'fgPXZ':function(_0x583da7,_0x28ea3a){return _0x583da7+_0x28ea3a;},'RTBzt':function(_0x90ec0a,_0x156903){return _0x90ec0a+_0x156903;},'nikZN':function(_0x45bfad,_0x24f166){return _0x45bfad(_0x24f166);},'BERMj':function(_0x18d67d,_0x30ba56){return _0x18d67d(_0x30ba56);},'aAJdK':function(_0x1724a4,_0x57e7b8){return _0x1724a4+_0x57e7b8;},'JLygA':function(_0x3e3015,_0x32008f){return _0x3e3015+_0x32008f;},'WyDVB':function(_0x45ffa8,_0x1ff37a){return _0x45ffa8+_0x1ff37a;}};let _0x49b9d2=![];function _0x75d581(_0x4f166e){const _0x24447c=_0x2a2ad6;switch(_0x4f166e){case _0x40e339['XzsmJ']:testsFailed+=0x1;break;case _0x40e339['qqtLI']:testsPassed+=0x1;break;case _0x40e339['ywyJK']:testsSkipped+=0x1;break;case _0x40e339['nlHWJ']:testsPending+=0x1;break;case _0x40e339[_0x24447c(0x202)]:testsUndefined+=0x1;break;case _0x40e339[_0x24447c(0x1f8)]:testsUnknown+=0x1;break;case _0x40e339[_0x24447c(0x1f2)]:testsAmbiguous+=0x1;break;default:break;}}_0x40e339['HOpAs'](global['__platform'],undefined)&&console['log'](_0x40e339[_0x2a2ad6(0x1e6)](_0x40e339['PWEEs']('\x0a',global[_0x2a2ad6(0x216)]),'\x0a'));let _0x1e8532=![];if(_0x40e339[_0x2a2ad6(0x233)](typeof this[_0x2a2ad6(0x22b)][_0x2a2ad6(0x205)],_0x40e339['owiNW'])){var _0xc0f7ce=this[_0x2a2ad6(0x22b)][_0x2a2ad6(0x205)](_0x57104c[_0x2a2ad6(0x220)]),_0x38acc9=_0xc0f7ce[_0x2a2ad6(0x1e0)],_0x362e97=_0xc0f7ce['testCase'];console[_0x2a2ad6(0x21f)](_0x40e339[_0x2a2ad6(0x1e7)]('\x20\x20',_0x38acc9[_0x2a2ad6(0x20c)]));var _0xae0489=(0x0,pickleParser['getStepLineToPickledStepMap'])(_0x38acc9);_0x362e97[_0x2a2ad6(0x1f4)][_0x2a2ad6(0x1e3)](function(_0xe140f0){const _0x234b82=_0x2a2ad6;if(_0xe140f0['actionLocation']&&_0xe140f0[_0x234b82(0x220)])_0x49b9d2=!![],console['log'](_0x40e339[_0x234b82(0x223)](_0x40e339['jwgle'](_0x40e339[_0x234b82(0x1f3)](_0x40e339[_0x234b82(0x1eb)],_0xae0489[_0xe140f0[_0x234b82(0x220)][_0x234b82(0x1ff)]]['text']),_0x40e339['ufIak']),_0xe140f0['result'][_0x234b82(0x228)][_0x234b82(0x212)]())),_0x40e339[_0x234b82(0x1ed)](_0x75d581,_0xe140f0[_0x234b82(0x203)]['status'][_0x234b82(0x212)]());else _0xe140f0[_0x234b82(0x20f)]&&(!_0xe140f0[_0x234b82(0x20f)][_0x234b82(0x230)]['includes'](_0x40e339[_0x234b82(0x235)])&&(_0x40e339[_0x234b82(0x1ed)](_0x75d581,_0xe140f0[_0x234b82(0x203)][_0x234b82(0x228)][_0x234b82(0x212)]()),_0x49b9d2?console[_0x234b82(0x21f)](_0x40e339['PCqcv'](_0x40e339[_0x234b82(0x207)],_0xe140f0[_0x234b82(0x203)]['status'][_0x234b82(0x212)]())):console['log'](_0x40e339[_0x234b82(0x1f3)](_0x40e339[_0x234b82(0x22d)],_0xe140f0[_0x234b82(0x203)][_0x234b82(0x228)][_0x234b82(0x212)]()))));if(_0x40e339['QmPka'](_0xe140f0[_0x234b82(0x203)]['status'][_0x234b82(0x212)](),_0x40e339[_0x234b82(0x206)])){const _0x3eb437=_0x40e339['tYIyZ'](nestedKeyValue,_0xe140f0,[_0x40e339[_0x234b82(0x1fe)],_0x40e339['oMzfy'],_0x40e339['DwVrU']]);_0x3eb437&&(testsErrorMessage[_0x38acc9['name']]=_0x3eb437,console[_0x234b82(0x21f)](_0x40e339[_0x234b82(0x223)](_0x3eb437,'\x0a'))),_0x1e8532=!![];}});}else{const _0x3246d6=this[_0x2a2ad6(0x22b)][_0x2a2ad6(0x20b)](_0x57104c);console[_0x2a2ad6(0x21f)](_0x40e339['ZSQRC'](_0x40e339[_0x2a2ad6(0x1ec)](_0x40e339[_0x2a2ad6(0x223)]('\x20\x20',_0x3246d6[_0x2a2ad6(0x234)]['feature']['name']),_0x40e339[_0x2a2ad6(0x200)]),_0x3246d6['pickle'][_0x2a2ad6(0x20c)]));const _0x26401e=(0x0,pickleParser['getStepLineToPickledStepMap'])(_0x3246d6[_0x2a2ad6(0x1e0)]),_0x5426f5=_0x3246d6[_0x2a2ad6(0x20a)][_0x2a2ad6(0x1f4)],_0x42de8e=_0x3246d6[_0x2a2ad6(0x22e)],_0xb144f3=_0x5426f5[_0x2a2ad6(0x215)];for(let _0x276934=0x0;_0x40e339[_0x2a2ad6(0x201)](_0x276934,_0xb144f3);_0x276934++){const _0x2fe09d=_0x5426f5[_0x276934];if(_0x2fe09d[_0x2a2ad6(0x20f)]&&_0x2fe09d[_0x2a2ad6(0x220)])_0x49b9d2=!![],console['log'](_0x40e339['fgPXZ'](_0x40e339[_0x2a2ad6(0x21a)](_0x40e339['RTBzt'](_0x40e339[_0x2a2ad6(0x1eb)],_0x26401e[_0x2fe09d[_0x2a2ad6(0x220)][_0x2a2ad6(0x1ff)]][_0x2a2ad6(0x1f7)]),_0x40e339[_0x2a2ad6(0x200)]),_0x42de8e[_0x276934][_0x2a2ad6(0x228)][_0x2a2ad6(0x212)]())),_0x40e339[_0x2a2ad6(0x214)](_0x75d581,_0x42de8e[_0x276934][_0x2a2ad6(0x228)]['toUpperCase']());else _0x2fe09d[_0x2a2ad6(0x20f)]&&(!_0x2fe09d[_0x2a2ad6(0x20f)][_0x2a2ad6(0x230)][_0x2a2ad6(0x1e5)](_0x40e339['ADHXa'])&&(_0x40e339[_0x2a2ad6(0x22c)](_0x75d581,_0x42de8e[_0x276934]['status'][_0x2a2ad6(0x212)]()),_0x49b9d2?console[_0x2a2ad6(0x21f)](_0x40e339[_0x2a2ad6(0x223)](_0x40e339[_0x2a2ad6(0x207)],_0x42de8e[_0x276934][_0x2a2ad6(0x228)][_0x2a2ad6(0x212)]())):console[_0x2a2ad6(0x21f)](_0x40e339[_0x2a2ad6(0x222)](_0x40e339[_0x2a2ad6(0x22d)],_0x42de8e[_0x276934][_0x2a2ad6(0x228)][_0x2a2ad6(0x212)]()))));if(_0x40e339[_0x2a2ad6(0x1f5)](_0x42de8e[_0x276934][_0x2a2ad6(0x228)][_0x2a2ad6(0x212)](),_0x40e339[_0x2a2ad6(0x206)])){_0x1e8532=!![];const _0xd7f9d7=_0x40e339['tYIyZ'](nestedKeyValue,_0x42de8e[_0x276934],[_0x40e339[_0x2a2ad6(0x227)],_0x40e339[_0x2a2ad6(0x208)]]);_0xd7f9d7&&(testsErrorMessage[_0x40e339['JLygA'](_0x40e339['WyDVB'](_0x3246d6[_0x2a2ad6(0x234)][_0x2a2ad6(0x225)][_0x2a2ad6(0x20c)],_0x40e339[_0x2a2ad6(0x200)]),_0x3246d6['pickle']['name'])]=_0xd7f9d7,console[_0x2a2ad6(0x21f)](_0x40e339[_0x2a2ad6(0x222)](_0xd7f9d7,'\x0a')));}}}_0x1e8532&&(testSuitesFailed+=0x1),console['log']('\x0a');}}function a7_0x4a17(){const _0x113f6d=['getTestCaseData','XzsmJ','RlyjJ','DwVrU','undefined','testCase','getTestCaseAttempt','name','test-step-started','UNKNOWN','actionLocation','env','28068ZmCtuA','toUpperCase','exception','nikZN','length','__platform','cucumber/lib/formatter/helpers/pickle_parser.js','SKIPPED','../../../helpers/helper','RTBzt','\x20\x20\x20\x20','AMBIGUOUS','FbUqz','10360BNUZeh','log','sourceLocation','1938HYRtwI','aAJdK','hOCMF','\x20\x20\x20\x20AFTER\x20-\x20','feature','XLqgH','oMzfy','status','eventBroadcaster','capability','eventDataCollector','BERMj','IMTTb','stepResults','7948224NBqpst','uri','test-run-started','\x20\x20\x20\x20BEFORE\x20-\x20','Gywjg','gherkinDocument','ADHXa','stack','CwvDV','CONFIG','3047948vYHBzv','78130knilrO','pickle','LarxO','3275JZXroy','forEach','\x20-\x20','includes','ZSQRC','ZNJbg','415528eVgksU','test-case-finished','test-run-finished','KszNB','cUljG','GylHu','7184FBGpSi','PASSED','ykXWs','PENDING','XYWwP','xWSuw','steps','QmPka','UNDEFINED','text','kKLoQ','test-case-started','QNmDt','FAILED','cucumber-js/test_old.setup.js','parse','zsrge','line','ufIak','KpPXX','OdlSl','result','logTestCaseFinished'];a7_0x4a17=function(){return _0x113f6d;};return a7_0x4a17();}module['exports']=BrowserstackFormatter;
@@ -1 +1 @@
1
- const a8_0x7d32ab=a8_0xb109;(function(_0x34ed44,_0x58d2bc){const _0x523ffe=a8_0xb109,_0x51c3cd=_0x34ed44();while(!![]){try{const _0x14568c=-parseInt(_0x523ffe(0xf2))/0x1+parseInt(_0x523ffe(0xf9))/0x2*(-parseInt(_0x523ffe(0x99))/0x3)+parseInt(_0x523ffe(0x9c))/0x4*(-parseInt(_0x523ffe(0xfd))/0x5)+-parseInt(_0x523ffe(0x84))/0x6+parseInt(_0x523ffe(0xca))/0x7+parseInt(_0x523ffe(0xb6))/0x8*(-parseInt(_0x523ffe(0xcc))/0x9)+parseInt(_0x523ffe(0x97))/0xa;if(_0x14568c===_0x58d2bc)break;else _0x51c3cd['push'](_0x51c3cd['shift']());}catch(_0x520bac){_0x51c3cd['push'](_0x51c3cd['shift']());}}}(a8_0x2431,0x2e9a2));function a8_0xb109(_0x201d5a,_0x297561){const _0x243191=a8_0x2431();return a8_0xb109=function(_0xb109a9,_0x5c199d){_0xb109a9=_0xb109a9-0x74;let _0x275fc7=_0x243191[_0xb109a9];return _0x275fc7;},a8_0xb109(_0x201d5a,_0x297561);}const path=require(a8_0x7d32ab(0xcb)),util=require(a8_0x7d32ab(0xa0)),hooksMap={},SessionHandler=require(a8_0x7d32ab(0xd4)),testhubUtils=require('../../helpers/testhub/utils'),{getGitMetaData,isUndefined,nestedKeyValue}=require('../../helpers/helper'),logger=require(a8_0x7d32ab(0x102))[a8_0x7d32ab(0x91)],{o11yClassErrorHandler}=require(a8_0x7d32ab(0x8b)),{FRAMEWORKS}=require('../../helpers/test-observability/constants.js'),TestDetails=require(a8_0x7d32ab(0x94));this['_gitConfigured']=![],this['_gitConfigPath']=null;class TestObservabilityReporter{async[a8_0x7d32ab(0xb9)](_0x246877,_0x544b61,_0x486c24,_0x4a48a2,_0x39c3e6){const _0x4fe63c=a8_0x7d32ab,_0x7742fb={'TCmEW':function(_0x9c1a29,_0x152c1f){return _0x9c1a29===_0x152c1f;},'STJoF':_0x4fe63c(0xcf),'lGyOF':_0x4fe63c(0x7e),'xbiAW':_0x4fe63c(0xa5),'BAYCl':'skipped','foVXX':function(_0x146ed2,_0x36de9c){return _0x146ed2||_0x36de9c;},'RsyxG':function(_0x33ce2e,_0x3ffe85){return _0x33ce2e+_0x3ffe85;},'MTcdH':function(_0x41dc38,_0x332ece){return _0x41dc38+_0x332ece;},'ZFNXz':_0x4fe63c(0x80),'Aofmo':_0x4fe63c(0x101),'nZJnu':_0x4fe63c(0xb1),'YeOcL':_0x4fe63c(0xa2),'eBWUq':_0x4fe63c(0xee),'AnHAm':function(_0x33491f,_0x5b2297){return _0x33491f!==_0x5b2297;},'Lwtmj':function(_0x109c06,_0x2f583b){return _0x109c06/_0x2f583b;},'lABuL':function(_0x43846d,_0x19b0ac){return _0x43846d===_0x19b0ac;},'YDICB':'strip-ansi','VRCqo':function(_0x10c47c,_0x42215a){return _0x10c47c(_0x42215a);},'qdZhJ':_0x4fe63c(0xd7),'kNsVs':'AssertionError','EShvC':_0x4fe63c(0xd6),'uolHB':_0x4fe63c(0xfe),'DdaMq':function(_0x4b8dce,_0x5ec04a){return _0x4b8dce>_0x5ec04a;}},{feature:_0x4ea858,scenario:_0x3ef64f,steps:_0x50d20f,uuid:_0x38cc69,startedAt:_0x2a2186,finishedAt:_0x56e8cc}=_0x7742fb['foVXX'](_0x39c3e6,{}),_0x752e0b=this['getScenarioExamples'](_0x544b61,_0x486c24);await this[_0x4fe63c(0x7f)]();const _0x23de65=_0x752e0b?_0x7742fb[_0x4fe63c(0x76)](_0x7742fb['MTcdH'](_0x7742fb['RsyxG'](_0x486c24[_0x4fe63c(0xb7)],'\x20('),_0x752e0b[_0x4fe63c(0x96)](',\x20')),')'):_0x486c24[_0x4fe63c(0xb7)],_0x2b49c1={'uuid':_0x38cc69,'started_at':_0x2a2186,'finished_at':_0x56e8cc,'type':_0x7742fb['ZFNXz'],'body':{'lang':_0x7742fb[_0x4fe63c(0x85)],'code':null},'name':_0x23de65,'scopes':[_0x4ea858&&_0x4ea858[_0x4fe63c(0xb7)]?_0x4ea858[_0x4fe63c(0xb7)]:''],'tags':_0x486c24['tags']?_0x486c24[_0x4fe63c(0x9b)][_0x4fe63c(0xbc)](({name:_0x3eafe3})=>_0x3eafe3):[],'file_name':_0x486c24[_0x4fe63c(0xc7)],'location':_0x486c24[_0x4fe63c(0xc7)],'vc_filepath':this[_0x4fe63c(0xbf)]&&_0x486c24[_0x4fe63c(0xc7)]?path[_0x4fe63c(0x93)](this[_0x4fe63c(0xbf)],_0x486c24['uri']):null,'framework':_0x7742fb['nZJnu'],'result':_0x7742fb['YeOcL'],'meta':{'feature':_0x4ea858,'scenario':_0x3ef64f,'steps':_0x50d20f,'examples':_0x752e0b},'customRerunParam':{'rerun_name':_0x23de65}};if(_0x246877['testCaseFinished']&&_0x50d20f){const _0x977dc6=_0x246877[_0x4fe63c(0xce)];let _0xb9d9e4=_0x7742fb['eBWUq'];_0x50d20f[_0x4fe63c(0x8d)](_0x2422fa=>{const _0x55048f=_0x4fe63c;if(_0x7742fb[_0x55048f(0x100)](_0x2422fa[_0x55048f(0xe7)],_0x7742fb[_0x55048f(0x92)]))return _0xb9d9e4=_0x7742fb[_0x55048f(0x8c)],_0x977dc6[_0x55048f(0x8a)]=_0x2422fa[_0x55048f(0x8a)],_0x977dc6['failureType']=_0x2422fa[_0x55048f(0xf6)],![];else{if(_0x7742fb[_0x55048f(0x100)](_0x2422fa['result'],_0x7742fb['xbiAW']))return _0xb9d9e4=_0x7742fb[_0x55048f(0xa3)],![];}return!![];}),_0x2b49c1['finished_at']=new Date()[_0x4fe63c(0xd9)](),_0x2b49c1['result']=_0xb9d9e4;_0x977dc6[_0x4fe63c(0x9d)]&&_0x7742fb[_0x4fe63c(0x9e)](_0x977dc6[_0x4fe63c(0x9d)][_0x4fe63c(0x98)],undefined)?_0x2b49c1[_0x4fe63c(0xad)]=_0x7742fb[_0x4fe63c(0xe1)](_0x977dc6['timestamp'][_0x4fe63c(0x98)],0xf4240):_0x2b49c1[_0x4fe63c(0xad)]=undefined;if(_0x7742fb['lABuL'](_0xb9d9e4,_0x7742fb[_0x4fe63c(0x8c)])){const {default:_0x27c384}=await import(_0x7742fb['YDICB']);_0x2b49c1[_0x4fe63c(0x8a)]=[{'backtrace':[_0x977dc6[_0x4fe63c(0x8a)]?_0x7742fb[_0x4fe63c(0xc0)](_0x27c384,_0x977dc6['failure']):_0x7742fb['qdZhJ']]}],_0x2b49c1[_0x4fe63c(0x8e)]=_0x977dc6[_0x4fe63c(0x8a)]?_0x7742fb[_0x4fe63c(0xc0)](_0x27c384,_0x977dc6[_0x4fe63c(0x8a)]):_0x977dc6[_0x4fe63c(0x9a)],_0x977dc6['failureType']&&(_0x2b49c1['failure_type']=_0x977dc6['failureType'][_0x4fe63c(0x86)](/AssertError/)?_0x7742fb[_0x4fe63c(0xe6)]:_0x7742fb[_0x4fe63c(0xbb)]);}}if(_0x7742fb[_0x4fe63c(0xa6)](_0x4a48a2,_0x7742fb[_0x4fe63c(0xac)])){const _0x304abf=this[_0x4fe63c(0xdc)](_0x246877['testCaseFinished']['testCaseStartedId']);_0x304abf&&_0x7742fb[_0x4fe63c(0xd3)](_0x304abf[_0x4fe63c(0xaa)],0x0)&&(_0x2b49c1[_0x4fe63c(0xd1)]=_0x304abf,this[_0x4fe63c(0xa8)](_0x246877['testCaseFinished'][_0x4fe63c(0xba)],_0x2b49c1));}testhubUtils[_0x4fe63c(0xfa)](_0x2b49c1,_0x4a48a2,'',FRAMEWORKS['CUCUMBER']);const _0x71a235={};_0x71a235[_0x4fe63c(0x7d)]=_0x4a48a2,_0x71a235['test_run']=_0x2b49c1;const _0x54a502=_0x71a235;await SessionHandler[_0x4fe63c(0x77)](_0x54a502);}[a8_0x7d32ab(0xa8)](_0x30649b,_0x458807){const _0x2479d0=a8_0x7d32ab,_0x43673f={};_0x43673f[_0x2479d0(0xc3)]=function(_0x7785b6,_0x7b839e){return _0x7785b6 instanceof _0x7b839e;},_0x43673f[_0x2479d0(0xc4)]=function(_0x411f1d,_0x28ded3){return _0x411f1d===_0x28ded3;},_0x43673f['XkAlo']=_0x2479d0(0x7e),_0x43673f[_0x2479d0(0xed)]='1|2|4|0|3',_0x43673f[_0x2479d0(0xea)]=function(_0x4f7118,_0x508b55){return _0x4f7118 instanceof _0x508b55;};const _0x301cbb=_0x43673f,_0x1f28d3=hooksMap[_0x30649b];if(_0x301cbb[_0x2479d0(0xc3)](_0x1f28d3,Array))for(const _0xcbd1d8 of _0x1f28d3){if(_0x301cbb[_0x2479d0(0xc4)](_0xcbd1d8['result'],_0x301cbb[_0x2479d0(0xde)])){const _0x4bf276=_0x301cbb['gdlcl']['split']('|');let _0x509834=0x0;while(!![]){switch(_0x4bf276[_0x509834++]){case'0':_0x458807['failure_type']=_0xcbd1d8[_0x2479d0(0xb5)];continue;case'1':_0x458807[_0x2479d0(0xe7)]=_0xcbd1d8[_0x2479d0(0xe7)];continue;case'2':_0x458807[_0x2479d0(0x8a)]=_0xcbd1d8[_0x2479d0(0x7c)];continue;case'3':return _0x458807;case'4':_0x458807[_0x2479d0(0x8e)]=_0x301cbb['IRsRJ'](_0xcbd1d8['failure_data'],Array)?_0xcbd1d8[_0x2479d0(0x7c)][0x0][_0x2479d0(0xe5)]['join']('\x0a'):'';continue;}break;}}};}['getHooksListForTest'](_0x4d09ed){const _0x2e83a9=a8_0x7d32ab;if(hooksMap[_0x4d09ed])return hooksMap[_0x4d09ed][_0x2e83a9(0xbc)](_0x310479=>_0x310479[_0x2e83a9(0x89)]);return[];}[a8_0x7d32ab(0xda)](_0x19ad10,_0x588db7,_0x325fc8,_0x49403f,_0x127ba5,_0x361168){const _0xaa0c5c=a8_0x7d32ab,_0x445619={'zMLga':function(_0x44f85b,_0x2d3354){return _0x44f85b===_0x2d3354;},'QbRDg':'HookRunFinished','Svuwb':function(_0x841509,_0x2e67eb,_0x56a98b){return _0x841509(_0x2e67eb,_0x56a98b);},'uORHR':'sourceReference','ZANwJ':_0xaa0c5c(0xc7),'EVxom':_0xaa0c5c(0xa2),'orJYW':_0xaa0c5c(0xe9),'JVOdW':_0xaa0c5c(0x101),'Ghnkd':function(_0x38e61c,_0x498523,_0x395ad4){return _0x38e61c(_0x498523,_0x395ad4);},'FVFNv':_0xaa0c5c(0xf1),'aywGj':_0xaa0c5c(0xb7),'iLNyt':_0xaa0c5c(0xb1)};try{if(_0x445619['zMLga'](_0x325fc8,_0x445619['QbRDg'])){const _0x51a2eb=new Date()[_0xaa0c5c(0xd9)](),_0x2023ec=hooksMap[_0x588db7];if(!_0x2023ec)return;const _0x57d07d=_0x2023ec['find'](_0x199cb0=>_0x199cb0[_0xaa0c5c(0x89)]===_0x49403f['id']);if(!_0x57d07d)return;const _0x59f93b=this['getHookResult'](_0x19ad10,_0x588db7);_0x57d07d[_0xaa0c5c(0xe7)]=_0x59f93b[_0xaa0c5c(0xaf)],_0x57d07d[_0xaa0c5c(0xa9)]=_0x51a2eb,_0x57d07d['failure_type']=_0x59f93b[_0xaa0c5c(0xf6)];const _0x28e2d5={};return _0x28e2d5[_0xaa0c5c(0xe5)]=_0x59f93b['failureData'],_0x57d07d[_0xaa0c5c(0x7c)]=[_0x28e2d5],_0x57d07d;}const _0x3365b4=TestDetails['getTestUUID'](_0x588db7),_0x486cd6=_0x19ad10[_0xaa0c5c(0xd1)][_0xaa0c5c(0xc8)](_0x2d0409=>_0x2d0409['id']===_0x49403f['hookId']),_0x2d61b4=_0x445619['Svuwb'](nestedKeyValue,_0x486cd6,[_0x445619['uORHR'],_0x445619['ZANwJ']]),_0x274aa2=new Date()['toISOString'](),_0x1f1da9=_0x445619[_0xaa0c5c(0x74)],_0x586281=_0x486cd6['tagExpression']?_0x486cd6[_0xaa0c5c(0xb4)][_0xaa0c5c(0xf4)]('\x20')['filter'](_0x27dd42=>_0x27dd42[_0xaa0c5c(0xd8)]('@')):[],_0x3154d1={'uuid':_0x49403f['id'],'type':_0x445619[_0xaa0c5c(0x81)],'hook_type':_0x361168,'name':_0x486cd6[_0xaa0c5c(0xb7)],'body':{'lang':_0x445619[_0xaa0c5c(0x8f)],'code':null},'tags':_0x586281,'test_run_id':_0x3365b4,'scope':_0x445619[_0xaa0c5c(0xdb)](nestedKeyValue,_0x127ba5,[_0x445619[_0xaa0c5c(0x7b)],_0x445619[_0xaa0c5c(0xdf)]]),'scopes':[_0x445619[_0xaa0c5c(0xdb)](nestedKeyValue,_0x127ba5,[_0x445619[_0xaa0c5c(0x7b)],_0x445619[_0xaa0c5c(0xdf)]])||''],'file_name':_0x2d61b4,'location':_0x2d61b4,'vc_filepath':this['_gitConfigPath']?path[_0xaa0c5c(0x93)](this['_gitConfigPath'],_0x2d61b4):null,'result':_0x1f1da9,'started_at':_0x274aa2,'framework':_0x445619[_0xaa0c5c(0xb8)]};return _0x3154d1;}catch(_0x19616d){logger['debug'](_0xaa0c5c(0xcd)+util[_0xaa0c5c(0xf0)](_0x19616d)+'\x20');}}async[a8_0x7d32ab(0xc6)](_0x3338e8,_0x4eb6a2,_0x2282b4,_0x184406,_0x47cb98,_0x3cdc9d){const _0x5705a5=a8_0x7d32ab,_0x4b25a0={'qhFqR':function(_0x489fae,_0x29f7b8){return _0x489fae===_0x29f7b8;},'mgVPA':'HookRunStarted','LKbUP':function(_0x3c8c45,_0x2f7450,_0x24c2ba){return _0x3c8c45(_0x2f7450,_0x24c2ba);},'cUjGl':'sourceReference','rSPGT':_0x5705a5(0xc7),'zIbhx':_0x5705a5(0xdd)};try{const _0x1fa6de=_0x184406[_0x5705a5(0xc8)](_0x452a4c=>_0x452a4c['id']===_0x47cb98);if(!_0x1fa6de[_0x5705a5(0x78)])return;const _0x54db9a=this['getCucumberHookType'](_0x184406,_0x1fa6de),_0x3f53bf=this[_0x5705a5(0xda)](_0x3338e8,_0x4eb6a2,_0x2282b4,_0x1fa6de,_0x3cdc9d,_0x54db9a);if(!_0x3f53bf)return;_0x4b25a0[_0x5705a5(0xf5)](_0x2282b4,_0x4b25a0[_0x5705a5(0xb3)])&&(hooksMap[_0x4eb6a2]?hooksMap[_0x4eb6a2][_0x5705a5(0xf7)](_0x3f53bf):hooksMap[_0x4eb6a2]=[_0x3f53bf]);const _0x59b8e5=_0x3338e8[_0x5705a5(0xd1)][_0x5705a5(0xc8)](_0x313378=>_0x313378['id']===_0x1fa6de['hookId']),_0x1a131a=_0x4b25a0[_0x5705a5(0x83)](nestedKeyValue,_0x59b8e5,[_0x4b25a0[_0x5705a5(0xc1)],_0x4b25a0[_0x5705a5(0xa7)]]);if(!_0x1a131a)return;else{if(_0x1a131a['includes'](_0x4b25a0['zIbhx']))return;}const _0x35de90={};_0x35de90[_0x5705a5(0x7d)]=_0x2282b4,_0x35de90[_0x5705a5(0xfb)]=_0x3f53bf;const _0x3106f3=_0x35de90;await SessionHandler[_0x5705a5(0x77)](_0x3106f3);}catch(_0x44157e){logger[_0x5705a5(0x9f)](_0x5705a5(0xa4)+util[_0x5705a5(0xf0)](_0x44157e)+'\x20');}}[a8_0x7d32ab(0xef)](_0x12d92c,_0x3b6b64){const _0x1e7a6c=a8_0x7d32ab,_0x23a0c1={};_0x23a0c1[_0x1e7a6c(0xb2)]=function(_0x46c9ac,_0x3c4005){return _0x46c9ac===_0x3c4005;},_0x23a0c1[_0x1e7a6c(0xc9)]=_0x1e7a6c(0x7e),_0x23a0c1[_0x1e7a6c(0xec)]=function(_0x5a4075,_0xeda15e){return _0x5a4075===_0xeda15e;},_0x23a0c1[_0x1e7a6c(0x87)]=_0x1e7a6c(0xd6),_0x23a0c1['niSpX']='AssertionError',_0x23a0c1[_0x1e7a6c(0xeb)]=function(_0x4e3131,_0x3f9148){return _0x4e3131||_0x3f9148;};const _0x3ebb5c=_0x23a0c1,_0x12f611=_0x12d92c['testStepFinished'][_0x3b6b64][_0x1e7a6c(0xab)];let _0x49f90d,_0x1d6ddb;return _0x12f611&&_0x3ebb5c[_0x1e7a6c(0xb2)](_0x12f611[_0x1e7a6c(0xaf)][_0x1e7a6c(0x7a)]()[_0x1e7a6c(0xfc)](),_0x3ebb5c[_0x1e7a6c(0xc9)])&&(_0x49f90d=_0x3ebb5c[_0x1e7a6c(0xec)](_0x12f611[_0x1e7a6c(0xd0)],undefined)?_0x12f611['message']:_0x12f611[_0x1e7a6c(0xd0)][_0x1e7a6c(0x9a)],_0x1d6ddb=_0x3ebb5c[_0x1e7a6c(0xec)](_0x12f611[_0x1e7a6c(0xd0)],undefined)?_0x3ebb5c[_0x1e7a6c(0x87)]:_0x12f611[_0x1e7a6c(0x9a)]['match'](/Assert/)?_0x3ebb5c[_0x1e7a6c(0xe4)]:_0x3ebb5c[_0x1e7a6c(0x87)]),{'status':_0x12f611['status'][_0x1e7a6c(0xfc)](),'failureType':_0x3ebb5c[_0x1e7a6c(0xeb)](_0x1d6ddb,null),'failureData':!_0x49f90d?null:[_0x49f90d]};}[a8_0x7d32ab(0xf8)](_0x41320d,_0x5dd39d){const _0x2bcfcd=a8_0x7d32ab,_0x4dda17={};_0x4dda17[_0x2bcfcd(0x82)]=function(_0x2ca868,_0x34cf06){return _0x2ca868===_0x34cf06;},_0x4dda17[_0x2bcfcd(0xff)]='AFTER_EACH',_0x4dda17[_0x2bcfcd(0x75)]=_0x2bcfcd(0xe3);const _0x5ca985=_0x4dda17;let _0x6e73e1=![];for(const _0x5f33f4 of _0x41320d){_0x5f33f4[_0x2bcfcd(0xe0)]&&(_0x6e73e1=!![]);if(_0x5ca985[_0x2bcfcd(0x82)](_0x5dd39d['id'],_0x5f33f4['id']))return _0x6e73e1?_0x5ca985['bWJwu']:_0x5ca985[_0x2bcfcd(0x75)];}}[a8_0x7d32ab(0xd5)]=(_0x466caa,_0x1982c4)=>{const _0x36e772=a8_0x7d32ab,_0xb3c5bc={};_0xb3c5bc['eFSjj']=function(_0x54abbc,_0x1eff66){return _0x54abbc===_0x1eff66;},_0xb3c5bc['kLWbs']=function(_0x52c1bd,_0x4b4875){return _0x52c1bd===_0x4b4875;},_0xb3c5bc[_0x36e772(0x90)]=function(_0xb40056,_0x165a22){return _0xb40056>_0x165a22;};const _0x529803=_0xb3c5bc;if(!(_0x1982c4[_0x36e772(0xd2)]&&_0x529803[_0x36e772(0x90)](_0x1982c4[_0x36e772(0xd2)][_0x36e772(0xaa)],0x1)))return;const _0x3139c3=_0x1982c4[_0x36e772(0xd2)][0x0],_0x5a51da=_0x1982c4[_0x36e772(0xd2)][0x1],_0x23645f=_0x466caa[_0x36e772(0xf1)]&&_0x466caa[_0x36e772(0xf1)][_0x36e772(0x79)]?_0x466caa[_0x36e772(0xf1)][_0x36e772(0x79)]:undefined;let _0x324e96=[];_0x23645f&&_0x23645f[_0x36e772(0xf3)](_0x205840=>{const _0x3fb862=_0x36e772,_0x2eb9a0={'LDthI':function(_0x1b92fe,_0x108d8a){return _0x529803['eFSjj'](_0x1b92fe,_0x108d8a);}};if(_0x205840[_0x3fb862(0xae)])_0x205840[_0x3fb862(0xae)][_0x3fb862(0x79)][_0x3fb862(0xf3)](_0x5130db=>{const _0x5b5df7=_0x3fb862;if(_0x5130db[_0x5b5df7(0xbd)]&&_0x2eb9a0[_0x5b5df7(0xc5)](_0x5130db[_0x5b5df7(0xbd)]['id'],_0x3139c3)&&_0x5130db[_0x5b5df7(0xbd)][_0x5b5df7(0xbe)]){const _0x289f04=_0x5130db[_0x5b5df7(0xbd)][_0x5b5df7(0xbe)][_0x5b5df7(0x88)](_0x294892=>_0x294892[_0x5b5df7(0xb0)])[_0x5b5df7(0xc8)](_0x2f192b=>_0x2f192b['id']===_0x5a51da);let _0x3d7e3f;_0x289f04&&_0x289f04['cells']?_0x3d7e3f=_0x289f04[_0x5b5df7(0xa1)][_0x5b5df7(0xbc)](_0x743d46=>_0x743d46[_0x5b5df7(0xe8)]):_0x3d7e3f=[],_0x3d7e3f&&(_0x324e96=_0x3d7e3f);}});else{if(_0x205840['scenario']&&_0x529803['kLWbs'](_0x205840[_0x3fb862(0xbd)]['id'],_0x3139c3)&&_0x205840['scenario'][_0x3fb862(0xbe)]){const _0x82fcb7=_0x205840[_0x3fb862(0xbd)][_0x3fb862(0xbe)][_0x3fb862(0x88)](_0x411457=>_0x411457['tableBody'])[_0x3fb862(0xc8)](_0x2e2c18=>_0x2e2c18['id']===_0x5a51da);let _0x4b8bbe;_0x82fcb7&&_0x82fcb7['cells']?_0x4b8bbe=_0x82fcb7[_0x3fb862(0xa1)]['map'](_0x22a0f0=>_0x22a0f0['value']):_0x4b8bbe=[],_0x4b8bbe&&(_0x324e96=_0x4b8bbe);}}});if(_0x324e96[_0x36e772(0xaa)])return _0x324e96;return;};async[a8_0x7d32ab(0x7f)](){const _0x5adbc0=a8_0x7d32ab,_0x2824b2={'IzevR':function(_0x3c3316){return _0x3c3316();}};if(this[_0x5adbc0(0xc2)])return this[_0x5adbc0(0xbf)];const _0x4bc082=await _0x2824b2['IzevR'](getGitMetaData);_0x4bc082&&(this['_gitConfigPath']=_0x4bc082[_0x5adbc0(0xe2)]),this['_gitConfigured']=!![];}}function a8_0x2431(){const _0x3e76a3=['every','failure_reason','JVOdW','ziRxJ','winstonLogger','STJoF','relative','../playwright/reporter/test-details','exports','join','10977660voJOfj','nanos','3XvJtCe','message','tags','380840ioISje','timestamp','AnHAm','debug','util','cells','pending','BAYCl','Exception\x20in\x20sendHook:\x20','SKIPPED','lABuL','rSPGT','updateTestStatus','finished_at','length','testStepResult','uolHB','duration_in_ms','rule','status','tableBody','cucumber','pJJEO','mgVPA','tagExpression','failure_type','1181072Wncabh','name','iLNyt','sendTestRunEventForCucumber','testCaseStartedId','EShvC','map','scenario','examples','_gitConfigPath','VRCqo','cUjGl','_gitConfigured','kDjfh','Kuvir','LDthI','sendHook','uri','find','lGxMW','2320129rWSIUn','path','9ZlIwOc','Exception\x20in\x20getHookRunEventData:\x20','testCaseFinished','FAILED','exception','hooks','astNodeIds','DdaMq','../../helpers/test-observability/sessionHandler','getScenarioExamples','UnhandledError','unknown','includes','toISOString','getHookRunEventData','Ghnkd','getHooksListForTest','browserstack-node-agent/src/bin/cucumber-js/test.setup.js','XkAlo','aywGj','pickleStepId','Lwtmj','root','BEFORE_EACH','niSpX','backtrace','kNsVs','result','value','hook','IRsRJ','PaWQG','YXGsS','gdlcl','passed','getHookResult','format','feature','330278hrbJGh','forEach','split','qhFqR','failureType','push','getCucumberHookType','712790hKEiDl','appendTesthubParams','hook_run','toLowerCase','20eIMjPD','TestRunFinished','bWJwu','TCmEW','javascript','../../helpers/logger','EVxom','XvFKo','RsyxG','uploadEventData','hookId','children','toString','FVFNv','failure_data','event_type','failed','configureGit','test','orJYW','ZNHtX','LKbUP','139104FlahFG','Aofmo','match','YNahm','flatMap','uuid','failure','../../helpers/test-observability/error-handler','lGyOF'];a8_0x2431=function(){return _0x3e76a3;};return a8_0x2431();}module[a8_0x7d32ab(0x95)]=o11yClassErrorHandler(TestObservabilityReporter,[a8_0x7d32ab(0x7f),a8_0x7d32ab(0xd5),a8_0x7d32ab(0xf8),a8_0x7d32ab(0xef),a8_0x7d32ab(0xc6),a8_0x7d32ab(0xda),a8_0x7d32ab(0xb9)]);
1
+ const a8_0x41594c=a8_0x1294;function a8_0x1294(_0x1ff5ec,_0x503f43){const _0x100056=a8_0x1000();return a8_0x1294=function(_0x129402,_0x4a20ac){_0x129402=_0x129402-0x132;let _0xc5d10f=_0x100056[_0x129402];return _0xc5d10f;},a8_0x1294(_0x1ff5ec,_0x503f43);}(function(_0x3e80c3,_0x433a59){const _0x1fcbb8=a8_0x1294,_0x49324d=_0x3e80c3();while(!![]){try{const _0x2e0c0a=parseInt(_0x1fcbb8(0x170))/0x1*(parseInt(_0x1fcbb8(0x14b))/0x2)+parseInt(_0x1fcbb8(0x17d))/0x3+-parseInt(_0x1fcbb8(0x160))/0x4+-parseInt(_0x1fcbb8(0x1cb))/0x5*(parseInt(_0x1fcbb8(0x1ce))/0x6)+-parseInt(_0x1fcbb8(0x194))/0x7*(parseInt(_0x1fcbb8(0x171))/0x8)+-parseInt(_0x1fcbb8(0x16c))/0x9+-parseInt(_0x1fcbb8(0x169))/0xa*(-parseInt(_0x1fcbb8(0x13a))/0xb);if(_0x2e0c0a===_0x433a59)break;else _0x49324d['push'](_0x49324d['shift']());}catch(_0x32c754){_0x49324d['push'](_0x49324d['shift']());}}}(a8_0x1000,0x29153));const path=require(a8_0x41594c(0x152)),util=require(a8_0x41594c(0x173)),hooksMap={},SessionHandler=require(a8_0x41594c(0x1a2)),testhubUtils=require(a8_0x41594c(0x1a1)),{getGitMetaData,isUndefined,nestedKeyValue}=require(a8_0x41594c(0x18c)),logger=require(a8_0x41594c(0x196))[a8_0x41594c(0x19c)],{o11yClassErrorHandler}=require(a8_0x41594c(0x191)),{FRAMEWORKS}=require(a8_0x41594c(0x14f)),TestDetails=require(a8_0x41594c(0x14a));this[a8_0x41594c(0x1ab)]=![],this[a8_0x41594c(0x1b5)]=null;class TestObservabilityReporter{async['sendTestRunEventForCucumber'](_0x107043,_0x2a3783,_0x5303fb,_0xe9c468,_0x2cea5a){const _0x331bb5=a8_0x41594c,_0x3f3544={'zYZJn':function(_0x300417,_0x283242){return _0x300417===_0x283242;},'ZyHXw':_0x331bb5(0x18d),'jZaNL':_0x331bb5(0x18f),'uQrBd':_0x331bb5(0x135),'vPVgy':_0x331bb5(0x16d),'iUpSY':function(_0x280ac0,_0x1c5d58){return _0x280ac0||_0x1c5d58;},'qayAg':function(_0x3ce85b,_0xeb65d3){return _0x3ce85b+_0xeb65d3;},'rVAsf':function(_0x593cdb,_0x116141){return _0x593cdb+_0x116141;},'QyGju':_0x331bb5(0x1ba),'xoVKO':_0x331bb5(0x16e),'yQDYs':_0x331bb5(0x136),'mLwvK':_0x331bb5(0x1c4),'MDXdO':_0x331bb5(0x1bd),'eOdvD':function(_0x35ba30,_0x163919){return _0x35ba30!==_0x163919;},'CZQPV':function(_0x2d4d6e,_0x52abdf){return _0x2d4d6e/_0x52abdf;},'OjJQK':function(_0x4b1f65,_0x12e14b){return _0x4b1f65===_0x12e14b;},'CSkiy':_0x331bb5(0x148),'PeYLm':function(_0x808bc9,_0x5f1d2b){return _0x808bc9(_0x5f1d2b);},'AWhIj':'unknown','saEaL':_0x331bb5(0x1cf),'sDaCE':_0x331bb5(0x164),'MSbqL':_0x331bb5(0x165),'NHWsG':function(_0xadae3a,_0x18d05c){return _0xadae3a>_0x18d05c;}},{feature:_0x5b35c4,scenario:_0x398d76,steps:_0x2bf511,uuid:_0x1dbdc0,startedAt:_0x363d05,finishedAt:_0x2fb1d3}=_0x3f3544[_0x331bb5(0x156)](_0x2cea5a,{}),_0x232244=this[_0x331bb5(0x15e)](_0x2a3783,_0x5303fb);await this[_0x331bb5(0x1b6)]();const _0x29b6f7=_0x232244?_0x3f3544[_0x331bb5(0x138)](_0x3f3544['qayAg'](_0x3f3544[_0x331bb5(0x183)](_0x5303fb[_0x331bb5(0x13d)],'\x20('),_0x232244[_0x331bb5(0x19f)](',\x20')),')'):_0x5303fb[_0x331bb5(0x13d)],_0x345ef0={'uuid':_0x1dbdc0,'started_at':_0x363d05,'finished_at':_0x2fb1d3,'type':_0x3f3544[_0x331bb5(0x1c1)],'body':{'lang':_0x3f3544['xoVKO'],'code':null},'name':_0x29b6f7,'scopes':[_0x5b35c4&&_0x5b35c4['name']?_0x5b35c4[_0x331bb5(0x13d)]:''],'tags':_0x5303fb[_0x331bb5(0x176)]?_0x5303fb['tags'][_0x331bb5(0x175)](({name:_0x560a32})=>_0x560a32):[],'file_name':_0x5303fb[_0x331bb5(0x159)],'location':_0x5303fb[_0x331bb5(0x159)],'vc_filepath':this[_0x331bb5(0x1b5)]&&_0x5303fb[_0x331bb5(0x159)]?path['relative'](this['_gitConfigPath'],_0x5303fb[_0x331bb5(0x159)]):null,'framework':_0x3f3544['yQDYs'],'result':_0x3f3544['mLwvK'],'meta':{'feature':_0x5b35c4,'scenario':_0x398d76,'steps':_0x2bf511,'examples':_0x232244},'customRerunParam':{'rerun_name':_0x29b6f7}};if(_0x107043[_0x331bb5(0x1b3)]&&_0x2bf511){const _0x689199=_0x107043[_0x331bb5(0x1b3)];let _0x27e6c1=_0x3f3544[_0x331bb5(0x16f)];_0x2bf511[_0x331bb5(0x161)](_0x76bf9=>{const _0x2b8350=_0x331bb5;if(_0x3f3544[_0x2b8350(0x139)](_0x76bf9[_0x2b8350(0x1a3)],_0x3f3544['ZyHXw']))return _0x27e6c1=_0x3f3544[_0x2b8350(0x15f)],_0x689199[_0x2b8350(0x15d)]=_0x76bf9['failure'],_0x689199[_0x2b8350(0x15b)]=_0x76bf9[_0x2b8350(0x15b)],![];else{if(_0x3f3544[_0x2b8350(0x139)](_0x76bf9[_0x2b8350(0x1a3)],_0x3f3544[_0x2b8350(0x1ac)]))return _0x27e6c1=_0x3f3544[_0x2b8350(0x1c3)],![];}return!![];}),_0x345ef0[_0x331bb5(0x1c7)]=new Date()[_0x331bb5(0x19d)](),_0x345ef0[_0x331bb5(0x1a3)]=_0x27e6c1;_0x689199['timestamp']&&_0x3f3544[_0x331bb5(0x155)](_0x689199[_0x331bb5(0x1c5)][_0x331bb5(0x186)],undefined)?_0x345ef0['duration_in_ms']=_0x3f3544[_0x331bb5(0x198)](_0x689199[_0x331bb5(0x1c5)][_0x331bb5(0x186)],0xf4240):_0x345ef0[_0x331bb5(0x1c9)]=undefined;if(_0x3f3544[_0x331bb5(0x13e)](_0x27e6c1,_0x3f3544[_0x331bb5(0x15f)])){const {default:_0x271499}=await import(_0x3f3544[_0x331bb5(0x193)]);_0x345ef0[_0x331bb5(0x15d)]=[{'backtrace':[_0x689199[_0x331bb5(0x15d)]?_0x3f3544[_0x331bb5(0x1b4)](_0x271499,_0x689199['failure']):_0x3f3544[_0x331bb5(0x1a8)]]}],_0x345ef0['failure_reason']=_0x689199[_0x331bb5(0x15d)]?_0x3f3544['PeYLm'](_0x271499,_0x689199[_0x331bb5(0x15d)]):_0x689199['message'],_0x689199[_0x331bb5(0x15b)]&&(_0x345ef0[_0x331bb5(0x1bf)]=_0x689199[_0x331bb5(0x15b)][_0x331bb5(0x1ca)](/AssertError/)?_0x3f3544['saEaL']:_0x3f3544[_0x331bb5(0x145)]);}}if(_0x3f3544[_0x331bb5(0x139)](_0xe9c468,_0x3f3544[_0x331bb5(0x1c8)])){const _0x1590e4=this['getHooksListForTest'](_0x107043[_0x331bb5(0x1b3)][_0x331bb5(0x16a)]);_0x1590e4&&_0x3f3544[_0x331bb5(0x197)](_0x1590e4[_0x331bb5(0x19a)],0x0)&&(_0x345ef0[_0x331bb5(0x187)]=_0x1590e4,this['updateTestStatus'](_0x107043[_0x331bb5(0x1b3)][_0x331bb5(0x16a)],_0x345ef0));}testhubUtils[_0x331bb5(0x134)](_0x345ef0,_0xe9c468,'',FRAMEWORKS[_0x331bb5(0x199)]);const _0x3bf9c0={};_0x3bf9c0[_0x331bb5(0x132)]=_0xe9c468,_0x3bf9c0['test_run']=_0x345ef0;const _0x194acd=_0x3bf9c0;await SessionHandler[_0x331bb5(0x14c)](_0x194acd);}[a8_0x41594c(0x17c)](_0x2598da,_0x16dc0c){const _0x125e9c=a8_0x41594c,_0x23e9b2={};_0x23e9b2['IZVmP']=function(_0x149b3c,_0x2f1376){return _0x149b3c instanceof _0x2f1376;},_0x23e9b2['oyNzc']=function(_0x271b0a,_0x5397de){return _0x271b0a===_0x5397de;},_0x23e9b2[_0x125e9c(0x178)]=_0x125e9c(0x18f),_0x23e9b2[_0x125e9c(0x1b8)]=_0x125e9c(0x13b),_0x23e9b2['JQNrm']=function(_0x35bf45,_0x450db9){return _0x35bf45 instanceof _0x450db9;};const _0x5838d9=_0x23e9b2,_0x506882=hooksMap[_0x2598da];if(_0x5838d9[_0x125e9c(0x143)](_0x506882,Array))for(const _0x10bea7 of _0x506882){if(_0x5838d9[_0x125e9c(0x14e)](_0x10bea7[_0x125e9c(0x1a3)],_0x5838d9[_0x125e9c(0x178)])){const _0x90e31d=_0x5838d9['WbRzR'][_0x125e9c(0x184)]('|');let _0x1a8ab4=0x0;while(!![]){switch(_0x90e31d[_0x1a8ab4++]){case'0':return _0x16dc0c;case'1':_0x16dc0c['failure']=_0x10bea7[_0x125e9c(0x1b1)];continue;case'2':_0x16dc0c[_0x125e9c(0x1a3)]=_0x10bea7[_0x125e9c(0x1a3)];continue;case'3':_0x16dc0c[_0x125e9c(0x1bf)]=_0x10bea7[_0x125e9c(0x1bf)];continue;case'4':_0x16dc0c[_0x125e9c(0x153)]=_0x5838d9[_0x125e9c(0x13c)](_0x10bea7['failure_data'],Array)?_0x10bea7['failure_data'][0x0][_0x125e9c(0x1b9)]['join']('\x0a'):'';continue;}break;}}};}['getHooksListForTest'](_0xed6e70){const _0x1c90a5=a8_0x41594c;if(hooksMap[_0xed6e70])return hooksMap[_0xed6e70][_0x1c90a5(0x175)](_0x3aada5=>_0x3aada5[_0x1c90a5(0x1a5)]);return[];}['getHookRunEventData'](_0x56a0a6,_0x24a86c,_0x3acb4a,_0x59f813,_0x301e1b,_0x2a13ac){const _0xea2df2=a8_0x41594c,_0xbdb3a2={'NDQDy':function(_0x207fea,_0x499bed){return _0x207fea===_0x499bed;},'GesSN':_0xea2df2(0x1a6),'bjRri':function(_0x1268fe,_0x519310,_0x59266f){return _0x1268fe(_0x519310,_0x59266f);},'Fetnd':_0xea2df2(0x140),'tMFfx':'uri','BmHBQ':_0xea2df2(0x1c4),'dQgTL':_0xea2df2(0x1a4),'SbdQv':_0xea2df2(0x16e),'XWAzk':_0xea2df2(0x195),'zmfij':_0xea2df2(0x13d),'zpmdn':function(_0x320ad0,_0x40e8a6,_0x44dbac){return _0x320ad0(_0x40e8a6,_0x44dbac);},'owjhI':'cucumber'};try{if(_0xbdb3a2['NDQDy'](_0x3acb4a,_0xbdb3a2['GesSN'])){const _0x391dd5=new Date()[_0xea2df2(0x19d)](),_0x2e97c4=hooksMap[_0x24a86c];if(!_0x2e97c4)return;const _0x5b810c=_0x2e97c4['find'](_0x3b77a9=>_0x3b77a9[_0xea2df2(0x1a5)]===_0x59f813['id']);if(!_0x5b810c)return;const _0x412753=this['getHookResult'](_0x56a0a6,_0x24a86c);_0x5b810c[_0xea2df2(0x1a3)]=_0x412753[_0xea2df2(0x18e)],_0x5b810c[_0xea2df2(0x1c7)]=_0x391dd5,_0x5b810c['failure_type']=_0x412753[_0xea2df2(0x15b)];const _0x422f96={};return _0x422f96[_0xea2df2(0x1b9)]=_0x412753[_0xea2df2(0x190)],_0x5b810c['failure_data']=[_0x422f96],_0x5b810c;}const _0x27662c=TestDetails[_0xea2df2(0x16b)](_0x24a86c),_0x44488b=_0x56a0a6[_0xea2df2(0x187)][_0xea2df2(0x182)](_0x308c6c=>_0x308c6c['id']===_0x59f813['hookId']),_0x52c45e=_0xbdb3a2[_0xea2df2(0x1ad)](nestedKeyValue,_0x44488b,[_0xbdb3a2[_0xea2df2(0x144)],_0xbdb3a2['tMFfx']]),_0x2835f4=new Date()['toISOString'](),_0x3b3ebb=_0xbdb3a2[_0xea2df2(0x1b2)],_0x7829b8=_0x44488b['tagExpression']?_0x44488b['tagExpression'][_0xea2df2(0x184)]('\x20')[_0xea2df2(0x188)](_0x3641e7=>_0x3641e7[_0xea2df2(0x15c)]('@')):[],_0x45f7cc={'uuid':_0x59f813['id'],'type':_0xbdb3a2[_0xea2df2(0x147)],'hook_type':_0x2a13ac,'name':_0x44488b[_0xea2df2(0x13d)],'body':{'lang':_0xbdb3a2[_0xea2df2(0x174)],'code':null},'tags':_0x7829b8,'test_run_id':_0x27662c,'scope':_0xbdb3a2[_0xea2df2(0x1ad)](nestedKeyValue,_0x301e1b,[_0xbdb3a2[_0xea2df2(0x17f)],_0xbdb3a2['zmfij']]),'scopes':[_0xbdb3a2[_0xea2df2(0x1be)](nestedKeyValue,_0x301e1b,[_0xbdb3a2['XWAzk'],_0xbdb3a2[_0xea2df2(0x141)]])||''],'file_name':_0x52c45e,'location':_0x52c45e,'vc_filepath':this[_0xea2df2(0x1b5)]?path[_0xea2df2(0x13f)](this['_gitConfigPath'],_0x52c45e):null,'result':_0x3b3ebb,'started_at':_0x2835f4,'framework':_0xbdb3a2[_0xea2df2(0x185)]};return _0x45f7cc;}catch(_0x2728da){logger[_0xea2df2(0x172)](_0xea2df2(0x1a9)+util[_0xea2df2(0x150)](_0x2728da)+'\x20');}}async[a8_0x41594c(0x151)](_0x487ca1,_0xbd358c,_0x2bb056,_0x329001,_0x450ed7,_0x1a8f2a){const _0x5e8d80=a8_0x41594c,_0xe4d4e={'JzFUJ':function(_0x30cfab,_0xe31c0c){return _0x30cfab===_0xe31c0c;},'eWtZp':'HookRunStarted','HzYWk':function(_0x576a28,_0x43e19f,_0x3fe9e8){return _0x576a28(_0x43e19f,_0x3fe9e8);},'hFZYP':_0x5e8d80(0x140),'TNWwT':_0x5e8d80(0x159),'JDMLg':_0x5e8d80(0x157)};try{const _0x41a6a1=_0x329001[_0x5e8d80(0x182)](_0x32d7c9=>_0x32d7c9['id']===_0x450ed7);if(!_0x41a6a1[_0x5e8d80(0x1bb)])return;const _0x3d6665=this['getCucumberHookType'](_0x329001,_0x41a6a1),_0x459782=this[_0x5e8d80(0x133)](_0x487ca1,_0xbd358c,_0x2bb056,_0x41a6a1,_0x1a8f2a,_0x3d6665);if(!_0x459782)return;_0xe4d4e['JzFUJ'](_0x2bb056,_0xe4d4e[_0x5e8d80(0x149)])&&(hooksMap[_0xbd358c]?hooksMap[_0xbd358c][_0x5e8d80(0x1c2)](_0x459782):hooksMap[_0xbd358c]=[_0x459782]);const _0x2387e4=_0x487ca1[_0x5e8d80(0x187)][_0x5e8d80(0x182)](_0x38f233=>_0x38f233['id']===_0x41a6a1[_0x5e8d80(0x1bb)]),_0x4f4144=_0xe4d4e[_0x5e8d80(0x1b7)](nestedKeyValue,_0x2387e4,[_0xe4d4e[_0x5e8d80(0x17b)],_0xe4d4e[_0x5e8d80(0x1c6)]]);if(!_0x4f4144)return;else{if(_0x4f4144[_0x5e8d80(0x15c)](_0xe4d4e[_0x5e8d80(0x1ae)]))return;}const _0x565148={};_0x565148[_0x5e8d80(0x132)]=_0x2bb056,_0x565148['hook_run']=_0x459782;const _0x3ead89=_0x565148;await SessionHandler['uploadEventData'](_0x3ead89);}catch(_0xe6728e){logger[_0x5e8d80(0x172)]('Exception\x20in\x20sendHook:\x20'+util[_0x5e8d80(0x150)](_0xe6728e)+'\x20');}}['getHookResult'](_0x57c64b,_0x8b3c36){const _0x43f4fc=a8_0x41594c,_0x4c85c7={};_0x4c85c7[_0x43f4fc(0x189)]=function(_0x257283,_0x553554){return _0x257283===_0x553554;},_0x4c85c7['whXse']=_0x43f4fc(0x18f),_0x4c85c7[_0x43f4fc(0x15a)]=function(_0x36e528,_0x24b7fe){return _0x36e528===_0x24b7fe;},_0x4c85c7[_0x43f4fc(0x162)]='UnhandledError',_0x4c85c7[_0x43f4fc(0x18a)]='AssertionError',_0x4c85c7[_0x43f4fc(0x1aa)]=function(_0x413e18,_0x339c53){return _0x413e18||_0x339c53;};const _0x327015=_0x4c85c7,_0x3f7f12=_0x57c64b[_0x43f4fc(0x1a7)][_0x8b3c36][_0x43f4fc(0x158)];let _0x36e282,_0x2eb321;return _0x3f7f12&&_0x327015[_0x43f4fc(0x189)](_0x3f7f12[_0x43f4fc(0x18e)][_0x43f4fc(0x19b)]()[_0x43f4fc(0x180)](),_0x327015[_0x43f4fc(0x1c0)])&&(_0x36e282=_0x327015['ScxzP'](_0x3f7f12[_0x43f4fc(0x163)],undefined)?_0x3f7f12['message']:_0x3f7f12[_0x43f4fc(0x163)][_0x43f4fc(0x137)],_0x2eb321=_0x327015[_0x43f4fc(0x15a)](_0x3f7f12['exception'],undefined)?_0x327015[_0x43f4fc(0x162)]:_0x3f7f12['message'][_0x43f4fc(0x1ca)](/Assert/)?_0x327015[_0x43f4fc(0x18a)]:_0x327015[_0x43f4fc(0x162)]),{'status':_0x3f7f12[_0x43f4fc(0x18e)][_0x43f4fc(0x180)](),'failureType':_0x327015[_0x43f4fc(0x1aa)](_0x2eb321,null),'failureData':!_0x36e282?null:[_0x36e282]};}[a8_0x41594c(0x1a0)](_0x4de4fa,_0x3d43d9){const _0x1971e0=a8_0x41594c,_0x5bfd35={};_0x5bfd35[_0x1971e0(0x1af)]=function(_0x18e7c6,_0x54eb7d){return _0x18e7c6===_0x54eb7d;},_0x5bfd35[_0x1971e0(0x179)]=_0x1971e0(0x142),_0x5bfd35[_0x1971e0(0x14d)]='BEFORE_EACH';const _0x326ae5=_0x5bfd35;let _0x39908c=![];for(const _0xba29a7 of _0x4de4fa){_0xba29a7['pickleStepId']&&(_0x39908c=!![]);if(_0x326ae5[_0x1971e0(0x1af)](_0x3d43d9['id'],_0xba29a7['id']))return _0x39908c?_0x326ae5['SLizg']:_0x326ae5[_0x1971e0(0x14d)];}}[a8_0x41594c(0x15e)]=(_0x3aaac4,_0x3ddd0)=>{const _0x171527=a8_0x41594c,_0x4c395a={};_0x4c395a[_0x171527(0x1bc)]=function(_0x2b256b,_0x1b9a20){return _0x2b256b===_0x1b9a20;},_0x4c395a[_0x171527(0x17e)]=function(_0x309d99,_0x41cdb6){return _0x309d99===_0x41cdb6;},_0x4c395a[_0x171527(0x167)]=function(_0x5bad5c,_0x3a81c9){return _0x5bad5c>_0x3a81c9;};const _0x2145f1=_0x4c395a;if(!(_0x3ddd0[_0x171527(0x18b)]&&_0x2145f1['qwhRf'](_0x3ddd0[_0x171527(0x18b)]['length'],0x1)))return;const _0x1b1788=_0x3ddd0[_0x171527(0x18b)][0x0],_0x38b438=_0x3ddd0[_0x171527(0x18b)][0x1],_0x72c355=_0x3aaac4[_0x171527(0x195)]&&_0x3aaac4[_0x171527(0x195)][_0x171527(0x192)]?_0x3aaac4['feature']['children']:undefined;let _0x35f6de=[];_0x72c355&&_0x72c355[_0x171527(0x17a)](_0x3a66a9=>{const _0x25514f=_0x171527;if(_0x3a66a9[_0x25514f(0x1cd)])_0x3a66a9[_0x25514f(0x1cd)][_0x25514f(0x192)][_0x25514f(0x17a)](_0x4d4486=>{const _0x224683=_0x25514f;if(_0x4d4486[_0x224683(0x168)]&&_0x2145f1[_0x224683(0x1bc)](_0x4d4486[_0x224683(0x168)]['id'],_0x1b1788)&&_0x4d4486[_0x224683(0x168)]['examples']){const _0x18374f=_0x4d4486[_0x224683(0x168)][_0x224683(0x19e)][_0x224683(0x146)](_0x3035f3=>_0x3035f3[_0x224683(0x1b0)])['find'](_0x5a58bc=>_0x5a58bc['id']===_0x38b438);let _0x3601aa;_0x18374f&&_0x18374f[_0x224683(0x154)]?_0x3601aa=_0x18374f[_0x224683(0x154)][_0x224683(0x175)](_0x38e497=>_0x38e497['value']):_0x3601aa=[],_0x3601aa&&(_0x35f6de=_0x3601aa);}});else{if(_0x3a66a9[_0x25514f(0x168)]&&_0x2145f1['QbgBc'](_0x3a66a9[_0x25514f(0x168)]['id'],_0x1b1788)&&_0x3a66a9[_0x25514f(0x168)][_0x25514f(0x19e)]){const _0x3b9886=_0x3a66a9[_0x25514f(0x168)]['examples'][_0x25514f(0x146)](_0x39cdf2=>_0x39cdf2[_0x25514f(0x1b0)])['find'](_0x13d39a=>_0x13d39a['id']===_0x38b438);let _0x22cce9;_0x3b9886&&_0x3b9886[_0x25514f(0x154)]?_0x22cce9=_0x3b9886[_0x25514f(0x154)]['map'](_0x455c44=>_0x455c44[_0x25514f(0x1cc)]):_0x22cce9=[],_0x22cce9&&(_0x35f6de=_0x22cce9);}}});if(_0x35f6de[_0x171527(0x19a)])return _0x35f6de;return;};async[a8_0x41594c(0x1b6)](){const _0x2c1864=a8_0x41594c,_0x5536aa={'vcfcz':function(_0x41ece3){return _0x41ece3();}};if(this['_gitConfigured'])return this[_0x2c1864(0x1b5)];const _0x10ea7e=await _0x5536aa[_0x2c1864(0x181)](getGitMetaData);_0x10ea7e&&(this[_0x2c1864(0x1b5)]=_0x10ea7e['root']),this[_0x2c1864(0x1ab)]=!![];}}function a8_0x1000(){const _0x12b10e=['failure_data','BmHBQ','testCaseFinished','PeYLm','_gitConfigPath','configureGit','HzYWk','WbRzR','backtrace','test','hookId','hUUCk','passed','zpmdn','failure_type','whXse','QyGju','push','vPVgy','pending','timestamp','TNWwT','finished_at','MSbqL','duration_in_ms','match','12805baAGHm','value','rule','294ubecYc','AssertionError','event_type','getHookRunEventData','appendTesthubParams','SKIPPED','cucumber','message','qayAg','zYZJn','6265721DLYRBT','2|1|4|3|0','JQNrm','name','OjJQK','relative','sourceReference','zmfij','AFTER_EACH','IZVmP','Fetnd','sDaCE','flatMap','dQgTL','strip-ansi','eWtZp','../playwright/reporter/test-details','73816SKhGLc','uploadEventData','fuiAT','oyNzc','../../helpers/test-observability/constants.js','format','sendHook','path','failure_reason','cells','eOdvD','iUpSY','browserstack-node-agent/src/bin/cucumber-js/test.setup.js','testStepResult','uri','jtIhO','failureType','includes','failure','getScenarioExamples','jZaNL','615468CPaKVM','every','CdWNh','exception','UnhandledError','TestRunFinished','exports','qwhRf','scenario','10mkWYjo','testCaseStartedId','getTestUUID','1366209Dhjuxy','skipped','javascript','MDXdO','4ogbaLd','62536iWWckG','debug','util','SbdQv','map','tags','getHookResult','ldKIQ','SLizg','forEach','hFZYP','updateTestStatus','45234mHmFlR','QbgBc','XWAzk','toLowerCase','vcfcz','find','rVAsf','split','owjhI','nanos','hooks','filter','ScxzP','FrqTb','astNodeIds','../../helpers/helper','FAILED','status','failed','failureData','../../helpers/test-observability/error-handler','children','CSkiy','119WKuUcp','feature','../../helpers/logger','NHWsG','CZQPV','CUCUMBER','length','toString','winstonLogger','toISOString','examples','join','getCucumberHookType','../../helpers/testhub/utils','../../helpers/test-observability/sessionHandler','result','hook','uuid','HookRunFinished','testStepFinished','AWhIj','Exception\x20in\x20getHookRunEventData:\x20','QrNfr','_gitConfigured','uQrBd','bjRri','JDMLg','FffTP','tableBody'];a8_0x1000=function(){return _0x12b10e;};return a8_0x1000();}module[a8_0x41594c(0x166)]=o11yClassErrorHandler(TestObservabilityReporter,[a8_0x41594c(0x1b6),'getScenarioExamples',a8_0x41594c(0x1a0),a8_0x41594c(0x177),a8_0x41594c(0x151),a8_0x41594c(0x133),'sendTestRunEventForCucumber']);
@@ -1 +1 @@
1
- const a9_0x5c4f32=a9_0x547e;(function(_0x565d09,_0x31c1e6){const _0xa5d54d=a9_0x547e,_0x171188=_0x565d09();while(!![]){try{const _0x32b308=parseInt(_0xa5d54d(0xf4))/0x1+-parseInt(_0xa5d54d(0xd6))/0x2*(-parseInt(_0xa5d54d(0xa4))/0x3)+-parseInt(_0xa5d54d(0x10c))/0x4+-parseInt(_0xa5d54d(0x118))/0x5+parseInt(_0xa5d54d(0xab))/0x6*(-parseInt(_0xa5d54d(0x14c))/0x7)+-parseInt(_0xa5d54d(0x102))/0x8+-parseInt(_0xa5d54d(0xd5))/0x9*(-parseInt(_0xa5d54d(0xe2))/0xa);if(_0x32b308===_0x31c1e6)break;else _0x171188['push'](_0x171188['shift']());}catch(_0x5c31ab){_0x171188['push'](_0x171188['shift']());}}}(a9_0x4e4f,0x280e9));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require(a9_0x5c4f32(0xa5)),setKeepAlive=require('../../helpers/setKeepAlive'),util=require('util'),PerformanceTester=require('../../helpers/performance/performance-tester'),{commandRepository}=require(a9_0x5c4f32(0xa0)),cucumberModule=requireModule('@cucumber/cucumber/lib/index.js',a9_0x5c4f32(0xb8)),logger=require(a9_0x5c4f32(0xbf))[a9_0x5c4f32(0x114)],{shouldProcessEventForTesthub}=require('../../helpers/testhub/utils'),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require(a9_0x5c4f32(0x121)),TestDetails=require(a9_0x5c4f32(0xd2)),RequestQueueHandler=require(a9_0x5c4f32(0xda)),{o11yErrorHandler}=require(a9_0x5c4f32(0x104)),MyReporter=require(a9_0x5c4f32(0xcd)),SessionHandler=require(a9_0x5c4f32(0xcf)),scripts=require(a9_0x5c4f32(0xc0)),globals=require(a9_0x5c4f32(0xf1)),testHubConstants=require(a9_0x5c4f32(0x11b)),{shouldScanTestForAccessibility}=require(a9_0x5c4f32(0xd1)),{isUndefined}=require(a9_0x5c4f32(0xa2)),a9_0x441e57={};a9_0x441e57[a9_0x5c4f32(0x9a)]=undefined,a9_0x441e57[a9_0x5c4f32(0xf3)]={},a9_0x441e57[a9_0x5c4f32(0x12f)]=![],a9_0x441e57[a9_0x5c4f32(0xf3)]['id']=undefined,a9_0x441e57[a9_0x5c4f32(0xf3)][a9_0x5c4f32(0x126)]=undefined;const workerDetails=a9_0x441e57;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x1e88d3){const _0x53f6c7=a9_0x5c4f32,_0x915ab2=workerDetails[_0x53f6c7(0xf3)][_0x53f6c7(0x126)];if(!_0x915ab2)return;await MyReporter[_0x53f6c7(0x9d)](_0x915ab2,_0x1e88d3);}),registerListeners=()=>{const _0x5e1d0f=a9_0x5c4f32,_0x1ed994={};_0x1ed994['zYdLh']=_0x5e1d0f(0x139);const _0x3c7b42=_0x1ed994;logger[_0x5e1d0f(0x109)](_0x3c7b42[_0x5e1d0f(0x11d)]),process[_0x5e1d0f(0x100)](_0x5e1d0f(0xa3)+process[_0x5e1d0f(0xdc)]),process['on'](_0x5e1d0f(0xa3)+process['pid'],sendTestLog),PerformanceTester['startMonitoring']();};modifyCommand(),setKeepAlive();const Before=cucumberModule[a9_0x5c4f32(0xc5)],After=cucumberModule['After'],AfterAll=cucumberModule['AfterAll'],BeforeAll=cucumberModule[a9_0x5c4f32(0x140)],AfterStep=cucumberModule[a9_0x5c4f32(0xe8)],configuration=process[a9_0x5c4f32(0xa7)][a9_0x5c4f32(0xb5)],bstackConfig=process[a9_0x5c4f32(0xa7)]['BSTACK_CONFIG'];if(configuration!==undefined){const config=JSON[a9_0x5c4f32(0xf9)](configuration);isBrowserstackInfra()?(global['__skipSessionName']=isTrue(config[a9_0x5c4f32(0x117)]),global[a9_0x5c4f32(0x9b)]=isTrue(config[a9_0x5c4f32(0x116)])):(global[a9_0x5c4f32(0xbe)]=!![],global[a9_0x5c4f32(0x9b)]=!![]),shouldProcessEventForTesthub()?require(a9_0x5c4f32(0x10f))[a9_0x5c4f32(0xca)](config,null,!![]):require('../../index')[a9_0x5c4f32(0xca)](config),global[a9_0x5c4f32(0xfc)]=config[a9_0x5c4f32(0xcc)]||{};}if(bstackConfig!==undefined){const browserStackConfig=JSON[a9_0x5c4f32(0xf9)](bstackConfig);browserStackConfig&&(commandRepository[a9_0x5c4f32(0xf6)](browserStackConfig),commandRepository[a9_0x5c4f32(0xf0)]('cucumber-js'));}global['__timeout']=0x0;const __setDefaultTimeout=cucumberModule['setDefaultTimeout'];cucumberModule[a9_0x5c4f32(0x135)]=_0x56bd31=>{const _0x2f6c52=a9_0x5c4f32,_0x577343={'OKmuf':function(_0x5f1b43,_0x58e151){return _0x5f1b43(_0x58e151);}};global[_0x2f6c52(0xdd)]=_0x56bd31,_0x577343[_0x2f6c52(0xbb)](__setDefaultTimeout,_0x56bd31);};const a9_0x4b4949={};a9_0x4b4949[a9_0x5c4f32(0xb0)]=a9_0x5c4f32(0xbd),BeforeAll(a9_0x4b4949,function(){const _0x4c5631=a9_0x5c4f32,_0x3017a6={'WMbZe':function(_0x651933,_0x312bec,_0x129f3d,_0x1bcc83){return _0x651933(_0x312bec,_0x129f3d,_0x1bcc83);},'UXLAX':_0x4c5631(0xeb),'xLnkr':_0x4c5631(0xdb),'MJsBQ':function(_0x58803a,_0x1d43aa,_0x482990){return _0x58803a(_0x1d43aa,_0x482990);},'aiIpJ':_0x4c5631(0xb2),'NIXGB':'Inside\x20browserstack\x20BeforeAll','IOcIc':function(_0x5b52c9){return _0x5b52c9();},'zKfER':function(_0x3a28f2,_0xf58c7a){return _0x3a28f2(_0xf58c7a);}};PerformanceTester[_0x4c5631(0x132)](),logger[_0x4c5631(0x109)](_0x3017a6[_0x4c5631(0x10d)]),global['__error_messages__']=[],global[_0x4c5631(0x13f)]=![],_0x3017a6['IOcIc'](shouldProcessEventForTesthub)&&(_0x3017a6[_0x4c5631(0xd0)](registerListeners),_0x3017a6[_0x4c5631(0xd8)](addRequestSpy,![])),global[_0x4c5631(0x127)]=async()=>{const _0x587620=_0x4c5631;let _0x599089=![];try{await global['__drivers'][0x0]['session_'],_0x599089=!![],global[_0x587620(0x13f)]?await _0x3017a6[_0x587620(0xf5)](markSessionStatus,global[_0x587620(0x142)][0x0],_0x3017a6[_0x587620(0x11a)],global['__error_messages__']['join'](_0x3017a6['xLnkr'])):await _0x3017a6[_0x587620(0x103)](markSessionStatus,global[_0x587620(0x142)][0x0],_0x3017a6[_0x587620(0x123)]);}catch(_0x3dabc2){logger[_0x587620(0x109)](_0x587620(0xfe)+_0x3dabc2);}global['__error_messages__']=[],global[_0x587620(0x13f)]=![];if(_0x599089)try{await global[_0x587620(0x142)][0x0]['initQuit'](),global[_0x587620(0x142)][0x0][_0x587620(0xce)][_0x587620(0xed)](_0x47cffb=>{const _0x31f995=_0x587620;logger[_0x31f995(0x109)](_0x31f995(0x13a)+_0x47cffb['getId']());})[_0x587620(0x130)](_0x2cfc1b=>{});}catch(_0x337c2e){logger['debug'](_0x587620(0xf7)+_0x337c2e);}};});const a9_0x1f6297={};a9_0x1f6297[a9_0x5c4f32(0xb0)]=a9_0x5c4f32(0xbd),a9_0x1f6297[a9_0x5c4f32(0x120)]=0x2710,Before(a9_0x1f6297,function(_0x8bd5d7,_0x557798){const _0x252493=a9_0x5c4f32,_0xc4db45={'cufmO':function(_0x215918,_0x2cb69f){return _0x215918>_0x2cb69f;},'FRgzo':function(_0xc46c2,_0x38e894){return _0xc46c2(_0x38e894);},'RwcmI':function(_0x46267f,_0x3c0d9b,_0x24dd8b,_0x1e4690){return _0x46267f(_0x3c0d9b,_0x24dd8b,_0x1e4690);},'HlspK':_0x252493(0x12a),'OHiiI':function(_0x5f48c3){return _0x5f48c3();},'HxnJY':_0x252493(0xc7)};commandRepository[_0x252493(0xa9)](_0x8bd5d7['pickle'][_0x252493(0xb0)]),logger[_0x252493(0x109)](_0xc4db45[_0x252493(0xe7)]),new Promise(async _0x48a729=>{const _0xe51834=_0x252493;try{_0xc4db45[_0xe51834(0x9e)](global[_0xe51834(0x142)]['length'],0x1)&&(await global[_0xe51834(0x127)](),global[_0xe51834(0x142)][_0xe51834(0xe9)]()),global['__drivers'][0x0][_0xe51834(0x106)]&&_0xc4db45[_0xe51834(0x9e)](global['__drivers'][0x0][_0xe51834(0x106)],0x0)&&await global[_0xe51834(0x127)]();}catch(_0x66b246){logger[_0xe51834(0x109)](_0xe51834(0x136)+_0x66b246);}workerDetails['currentTest']['testInfo']=_0x8bd5d7[_0xe51834(0x110)];try{if(!_0xc4db45['FRgzo'](isUndefined,_0x8bd5d7['pickle'][_0xe51834(0x9f)])){const _0x37acd8=_0xc4db45[_0xe51834(0xb7)](shouldScanTestForAccessibility,null,![],_0x8bd5d7[_0xe51834(0x119)][_0xe51834(0x9f)][_0xe51834(0xe5)](({name:_0x47108b})=>_0x47108b));globals[_0xe51834(0x146)](_0xc4db45[_0xe51834(0x122)],_0x37acd8);}}catch(_0x3601ef){logger['debug'](_0xe51834(0x10b)+util[_0xe51834(0xe6)](_0x3601ef));}_0xc4db45['OHiiI'](_0x48a729);})['finally'](_0x557798);});const a9_0x5ae4b9={};a9_0x5ae4b9[a9_0x5c4f32(0xb0)]=a9_0x5c4f32(0xbd),a9_0x5ae4b9['timeout']=0x2710,After(a9_0x5ae4b9,function(_0x34809d,_0x23875d){const _0x2e6894=a9_0x5c4f32,_0x3aa9d9={'sfzgt':'1|4|3|2|0','sCvJX':function(_0x3153ba,_0x3286d0){return _0x3153ba===_0x3286d0;},'zRhBe':'failed','VHWKU':function(_0x52b2fc,_0x5fcba2){return _0x52b2fc===_0x5fcba2;},'HuSOz':function(_0x17fc28,_0xb9e63f,_0x548529,_0x5637e9){return _0x17fc28(_0xb9e63f,_0x548529,_0x5637e9);},'BKUPr':'\x20|\x20','QXUfk':function(_0x2ff231,_0x2488d2,_0x495a17){return _0x2ff231(_0x2488d2,_0x495a17);},'USATB':_0x2e6894(0xb2),'nrvYW':function(_0x35feae,_0x126108){return _0x35feae>_0x126108;},'pdsWU':function(_0xc99cb9){return _0xc99cb9();},'vEiWU':function(_0x9c6cca,_0x2afbb5,_0x3b0821,_0x66f708){return _0x9c6cca(_0x2afbb5,_0x3b0821,_0x66f708);},'qDvfM':_0x2e6894(0xf8),'TziDI':'isAccessibilityPlatform','jOIPE':_0x2e6894(0x12a),'QmXWO':_0x2e6894(0x131),'UvIYm':_0x2e6894(0xe1),'PvdAN':_0x2e6894(0xb4),'rYHhA':function(_0x37d2ee,_0x5f0e59){return _0x37d2ee>_0x5f0e59;},'VZFxt':_0x2e6894(0xf2)};logger[_0x2e6894(0x109)](_0x3aa9d9[_0x2e6894(0x13d)]),workerDetails[_0x2e6894(0xf3)][_0x2e6894(0x126)]=_0x34809d[_0x2e6894(0x110)],new Promise(async _0x5d91c0=>{const _0x3f87ee=_0x2e6894;let _0x54748e=![];try{const _0x4a9aaf=_0x3aa9d9['sfzgt'][_0x3f87ee(0xe4)]('|');let _0x49d4b4=0x0;while(!![]){switch(_0x4a9aaf[_0x49d4b4++]){case'0':if(_0x3aa9d9[_0x3f87ee(0xc2)](_0x34809d[_0x3f87ee(0x14a)][_0x3f87ee(0xa6)]['toString']()['toLowerCase'](),_0x3aa9d9[_0x3f87ee(0x124)])||_0x3aa9d9[_0x3f87ee(0x128)](_0x34809d[_0x3f87ee(0x14a)]['status'][_0x3f87ee(0x147)]()[_0x3f87ee(0xae)](),'6')){try{global['__error_messages__'][_0x3f87ee(0x12b)](_0x34809d[_0x3f87ee(0x14a)][_0x3f87ee(0x13c)]);}catch(_0x4b469c){logger['debug']('Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20'+_0x4b469c);}await _0x3aa9d9[_0x3f87ee(0x129)](markSessionStatus,global['__drivers'][0x0],_0x3aa9d9[_0x3f87ee(0x124)],global[_0x3f87ee(0xfb)][_0x3f87ee(0x107)](_0x3aa9d9[_0x3f87ee(0xff)]));}else await _0x3aa9d9[_0x3f87ee(0xc6)](markSessionStatus,global[_0x3f87ee(0x142)][0x0],_0x3aa9d9[_0x3f87ee(0xba)]);continue;case'1':_0x3aa9d9[_0x3f87ee(0x11f)](global[_0x3f87ee(0x142)][_0x3f87ee(0x137)],0x1)&&(await global[_0x3f87ee(0x127)](),global[_0x3f87ee(0x142)][_0x3f87ee(0xe9)](),global[_0x3f87ee(0xfb)]=[],global[_0x3f87ee(0x13f)]=![]);continue;case'2':!global['__skipSessionName']&&await global[_0x3f87ee(0x142)][0x0][_0x3f87ee(0xaf)](_0x3f87ee(0xd3)+_0x34809d[_0x3f87ee(0x119)]['name']+_0x3f87ee(0xd7));continue;case'3':_0x54748e=!![];continue;case'4':await global[_0x3f87ee(0x142)][0x0][_0x3f87ee(0xce)];continue;}break;}}catch(_0x24c834){logger[_0x3f87ee(0x109)](_0x3f87ee(0xb1)+util['format'](_0x24c834));}try{if(_0x3aa9d9[_0x3f87ee(0xc8)](shouldProcessEventForTesthub)){const _0x1781bb=TestDetails[_0x3f87ee(0xe3)](_0x34809d[_0x3f87ee(0x110)]),_0x1964b7=await _0x3aa9d9['vEiWU'](sendPlatformDetails,global[_0x3f87ee(0x142)][0x0],_0x1781bb,!![]),_0x566645={};_0x566645[_0x3f87ee(0x138)]=_0x1781bb,_0x566645[_0x3f87ee(0xac)]=_0x1964b7;const _0x47e465=_0x566645,_0x32227f={};_0x32227f[_0x3f87ee(0xef)]=_0x3aa9d9[_0x3f87ee(0x14e)],_0x32227f[_0x3f87ee(0xea)]=_0x47e465,await SessionHandler[_0x3f87ee(0x10a)](_0x32227f);}}catch(_0x13352e){logger['debug'](_0x3f87ee(0x108)+util[_0x3f87ee(0xe6)](_0x13352e));}try{if(globals[_0x3f87ee(0x13e)](_0x3aa9d9[_0x3f87ee(0x14b)])&&globals[_0x3f87ee(0x13e)](_0x3aa9d9[_0x3f87ee(0xc3)])){logger['info'](_0x3aa9d9[_0x3f87ee(0x113)]);const _0x592dbe=TestDetails[_0x3f87ee(0xe3)](_0x34809d[_0x3f87ee(0x110)]),_0x296884={};_0x296884[_0x3f87ee(0xe0)]=_0x592dbe,_0x296884[_0x3f87ee(0x141)]=process[_0x3f87ee(0xa7)][testHubConstants[_0x3f87ee(0xad)]['BROWSERSTACK_TESTHUB_UUID']],_0x296884[_0x3f87ee(0xd4)]=process[_0x3f87ee(0xa7)][testHubConstants['ENV_VAR']['BROWSERSTACK_TESTHUB_JWT']];const _0x3d0f57=_0x296884;logger['debug'](_0x3f87ee(0x9c)+JSON[_0x3f87ee(0x143)](_0x3d0f57)),logger[_0x3f87ee(0x109)](_0x3aa9d9[_0x3f87ee(0x145)]),logger['debug'](util['format'](await global[_0x3f87ee(0x142)][0x0]['executeAsyncScript'](scripts[_0x3f87ee(0x13b)],{'method':global['browserstackSessionName']}))),await global['__drivers'][0x0][_0x3f87ee(0xc9)](scripts['saveTestResults'],_0x3d0f57),logger[_0x3f87ee(0x14d)](_0x3aa9d9[_0x3f87ee(0x144)]);}}catch(_0x379126){logger[_0x3f87ee(0x11c)](_0x3f87ee(0x134)+util[_0x3f87ee(0xe6)]);}if(_0x54748e)try{global[_0x3f87ee(0x142)][0x0]&&_0x3aa9d9[_0x3f87ee(0x12d)](global['__drivers'][0x0][_0x3f87ee(0x106)],0x0)&&await global[_0x3f87ee(0x142)][0x0][_0x3f87ee(0xec)]();}catch(_0xbe352d){logger['debug']('Error:\x20quiting\x20driver\x20at\x20After:\x20'+_0xbe352d);}_0x3aa9d9[_0x3f87ee(0xc8)](_0x5d91c0);})[_0x2e6894(0xb3)](()=>_0x23875d());});const a9_0x10e783={};a9_0x10e783[a9_0x5c4f32(0xb0)]=a9_0x5c4f32(0xbd),a9_0x10e783[a9_0x5c4f32(0x120)]=0x2710,AfterStep(a9_0x10e783,function(_0x4f385a,_0x288b92){const _0x24d491=a9_0x5c4f32,_0x595d3e={'KuCsp':function(_0x2b031d,_0x24514f){return _0x2b031d===_0x24514f;},'rzjQA':_0x24d491(0xeb),'huEDT':function(_0x43172d,_0x394352){return _0x43172d!==_0x394352;},'RrEgI':function(_0xe43909,_0x599206,_0x1bcb92){return _0xe43909(_0x599206,_0x1bcb92);},'kxlzV':function(_0xc6ec07,_0x4fbaac){return _0xc6ec07+_0x4fbaac;},'zQVQq':function(_0xdcf6a3,_0x18973c){return _0xdcf6a3+_0x18973c;},'lpZOK':_0x24d491(0xaa),'BKWUQ':'\x0aError:\x20','rfits':'error','OEYLb':function(_0x5ce8af,_0x98b7bb,_0x328c3f){return _0x5ce8af(_0x98b7bb,_0x328c3f);},'dEzuF':function(_0x3b4b3a,_0x375f43){return _0x3b4b3a+_0x375f43;},'FFFOH':function(_0x2ae73f,_0x2ac500,_0x4b36b1){return _0x2ae73f(_0x2ac500,_0x4b36b1);},'CzHLy':function(_0x7b19dd,_0x1ff948){return _0x7b19dd+_0x1ff948;},'JCQPY':_0x24d491(0xa1),'WuGYT':'info','dnArK':_0x24d491(0x125),'weypO':function(_0x11c857){return _0x11c857();},'mgwAB':_0x24d491(0x12e)};logger[_0x24d491(0x109)](_0x595d3e[_0x24d491(0x111)]);const _0x4bea5a=async(_0x4dae97,_0x2ca3c3)=>{const _0x550a36=_0x24d491;await global[_0x550a36(0x142)][0x0][_0x550a36(0xaf)](_0x550a36(0x149)+_0x4dae97+_0x550a36(0xfd)+_0x2ca3c3+_0x550a36(0xd7));};new Promise(async _0x5193ad=>{const _0x2fd69b=_0x24d491;try{_0x595d3e[_0x2fd69b(0x14f)](_0x4f385a[_0x2fd69b(0x14a)]['status'][_0x2fd69b(0x147)]()['toLowerCase'](),_0x595d3e[_0x2fd69b(0x105)])||_0x595d3e[_0x2fd69b(0x14f)](_0x4f385a[_0x2fd69b(0x14a)]['status'][_0x2fd69b(0x147)]()[_0x2fd69b(0xae)](),'6')?(global[_0x2fd69b(0x13f)]=!![],global['__error_messages__'][_0x2fd69b(0x12b)](_0x4f385a[_0x2fd69b(0x14a)]['message']),_0x595d3e[_0x2fd69b(0xb9)](_0x4f385a['pickleStep'],undefined)?await _0x595d3e[_0x2fd69b(0xee)](_0x4bea5a,JSON['stringify'](_0x595d3e[_0x2fd69b(0xbc)](_0x595d3e[_0x2fd69b(0xbc)](_0x595d3e[_0x2fd69b(0xfa)](_0x595d3e[_0x2fd69b(0xdf)],'\x22'+_0x4f385a[_0x2fd69b(0xa8)]['text']+'\x22\x20'),_0x595d3e[_0x2fd69b(0x99)]),_0x4f385a['result'][_0x2fd69b(0x13c)])),_0x595d3e[_0x2fd69b(0xd9)]):await _0x595d3e[_0x2fd69b(0x148)](_0x4bea5a,JSON[_0x2fd69b(0x143)](_0x595d3e[_0x2fd69b(0x11e)](_0x595d3e['lpZOK'],_0x4f385a['result'][_0x2fd69b(0x13c)])),_0x595d3e[_0x2fd69b(0xd9)])):_0x595d3e['huEDT'](_0x4f385a[_0x2fd69b(0xa8)],undefined)?await _0x595d3e[_0x2fd69b(0xc4)](_0x4bea5a,JSON[_0x2fd69b(0x143)](_0x595d3e[_0x2fd69b(0xc1)](_0x595d3e[_0x2fd69b(0x115)],'\x22'+_0x4f385a[_0x2fd69b(0xa8)][_0x2fd69b(0xb6)]+'\x22')),_0x595d3e[_0x2fd69b(0xde)]):await _0x595d3e[_0x2fd69b(0xc4)](_0x4bea5a,JSON[_0x2fd69b(0x143)](_0x595d3e[_0x2fd69b(0x101)]),_0x595d3e[_0x2fd69b(0xde)]),global[_0x2fd69b(0x142)][0x0][_0x2fd69b(0xce)][_0x2fd69b(0xed)](_0x2756b0=>{logger['debug']('Error:\x20in\x20After\x20Step\x20for\x20driver\x20'+_0x2756b0['getId']());})[_0x2fd69b(0x130)](_0x1bb8dc=>{});}catch(_0x10cfac){logger[_0x2fd69b(0x109)]('Error:\x20at\x20After\x20Step:\x20'+_0x10cfac);}_0x595d3e[_0x2fd69b(0x112)](_0x5193ad);})[_0x24d491(0xb3)](()=>_0x288b92());});function a9_0x547e(_0x3dce5a,_0xf58c67){const _0x4e4fe6=a9_0x4e4f();return a9_0x547e=function(_0x547e62,_0x45aba6){_0x547e62=_0x547e62-0x99;let _0x2314ff=_0x4e4fe6[_0x547e62];return _0x2314ff;},a9_0x547e(_0x3dce5a,_0xf58c67);}const a9_0x19cdca={};function a9_0x4e4f(){const _0x171edb=['failed','initQuit','then','RrEgI','event_type','setFramework','../../helpers/globals','Inside\x20browserstack\x20After','currentTest','125698spGfnz','WMbZe','setConfig','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','CBTSessionCreated','parse','zQVQq','__error_messages__','__platformCaps',',\x22level\x22:\x20\x22','Error:\x20cleaning\x20up\x20driver:\x20','BKUPr','removeAllListeners','dnArK','2123880lvBLxG','MJsBQ','../../helpers/test-observability/error-handler','rzjQA','quitCount_','join','Error:\x20sendPlatformDetails\x20at\x20After:\x20','debug','uploadEventData','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20','290764hLnkwM','NIXGB','shutdown','../../index','testCaseStartedId','mgwAB','weypO','QmXWO','winstonLogger','JCQPY','skipSessionStatus','skipSessionName','1409545QzwqBD','pickle','UXLAX','../../helpers/testhub/constants.js','error','zYdLh','dEzuF','nrvYW','timeout','../../helpers/test-observability/utils','HlspK','aiIpJ','zRhBe','Passed','testInfo','driverCleanup','VHWKU','HuSOz','bstackA11yShouldScan','push','stopMonitoring','rYHhA','Inside\x20browserstack\x20AfterStep','o11ySyncDone','catch','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','startMonitoring','MKmyj','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20','setDefaultTimeout','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','length','uuid','Inside\x20browserstack\x20registerListeners','Error:\x20in\x20quitting\x20driver\x20','performScan','message','VZFxt','getGlobal','__sessionFailed','BeforeAll','thBuildUuid','__drivers','stringify','PvdAN','UvIYm','setGlobal','toString','OEYLb','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','result','TziDI','45283fYVHRJ','info','qDvfM','KuCsp','BKWUQ','workerInfo','__skipSessionStatus','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','addTestUIDAndReportLog','cufmO','tags','../../helpers/ai-sdk/autoHealHelper','Passed:\x20','lodash','bs:addLog:','122712suCcWZ','../../helpers/helper','status','env','pickleStep','setTestNameForHealingContext','Failed:\x20','150qeiYdP','integrations','ENV_VAR','toLowerCase','executeScript','name','Error:\x20at\x20After:\x20','passed','finally','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','CONFIG','text','RwcmI','@cucumber/cucumber','huEDT','USATB','OKmuf','kxlzV','bstack','__skipSessionName','../../helpers/logger','../../helpers/accessibility-automation/scripts','CzHLy','sCvJX','jOIPE','FFFOH','Before','QXUfk','Inside\x20browserstack\x20Before','pdsWU','executeAsyncScript','browserstackAgentV2','IKOMe','platformCaps','../playwright/reporter/reporter.js','session_','../../helpers/test-observability/sessionHandler','IOcIc','../../helpers/accessibility-automation/helper','../playwright/reporter/test-details.js','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','thJwtToken','2097zKwmMD','4RQZTVx','\x22}}','zKfER','rfits','../../helpers/test-observability/requestQueueHandler','\x20|\x20','pid','__timeout','WuGYT','lpZOK','thTestRunUuid','Performing\x20scan\x20before\x20saving\x20results','31690ffWEXf','getTestUUID','split','map','format','HxnJY','AfterStep','shift','test_run'];a9_0x4e4f=function(){return _0x171edb;};return a9_0x4e4f();}a9_0x19cdca[a9_0x5c4f32(0xb0)]='bstack',a9_0x19cdca['timeout']=0x7530,AfterAll(a9_0x19cdca,async function(_0x5f84d4,_0xe04a14){const _0x6c866=a9_0x5c4f32,_0x234c4e={'MKmyj':function(_0x5c2b0d){return _0x5c2b0d();},'IKOMe':'Inside\x20browserstack\x20AfterAll'};logger[_0x6c866(0x109)](_0x234c4e[_0x6c866(0xcb)]),await new Promise(async _0x32fa13=>{const _0x591791=_0x6c866;await RequestQueueHandler['getInstance']()[_0x591791(0x10e)](),PerformanceTester[_0x591791(0x12c)](),await global[_0x591791(0x127)](),_0x234c4e[_0x591791(0x133)](_0x32fa13);});});
1
+ const a9_0x150c4c=a9_0x5113;(function(_0x12e17c,_0xcfdfcd){const _0x5d50c6=a9_0x5113,_0x2d35f4=_0x12e17c();while(!![]){try{const _0x26914b=parseInt(_0x5d50c6(0x11b))/0x1*(-parseInt(_0x5d50c6(0xee))/0x2)+-parseInt(_0x5d50c6(0x124))/0x3*(-parseInt(_0x5d50c6(0x132))/0x4)+parseInt(_0x5d50c6(0x103))/0x5*(-parseInt(_0x5d50c6(0xd0))/0x6)+parseInt(_0x5d50c6(0xbb))/0x7+parseInt(_0x5d50c6(0xeb))/0x8*(parseInt(_0x5d50c6(0xb4))/0x9)+-parseInt(_0x5d50c6(0xb5))/0xa+-parseInt(_0x5d50c6(0x122))/0xb*(parseInt(_0x5d50c6(0x10b))/0xc);if(_0x26914b===_0xcfdfcd)break;else _0x2d35f4['push'](_0x2d35f4['shift']());}catch(_0x1a237b){_0x2d35f4['push'](_0x2d35f4['shift']());}}}(a9_0x5ea6,0x91214));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require(a9_0x150c4c(0xc9)),setKeepAlive=require('../../helpers/setKeepAlive'),util=require(a9_0x150c4c(0x114)),PerformanceTester=require(a9_0x150c4c(0xae)),{commandRepository}=require('../../helpers/ai-sdk/autoHealHelper'),cucumberModule=requireModule(a9_0x150c4c(0xcf),'@cucumber/cucumber'),logger=require(a9_0x150c4c(0x127))['winstonLogger'],{shouldProcessEventForTesthub}=require(a9_0x150c4c(0x159)),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require(a9_0x150c4c(0x107)),TestDetails=require(a9_0x150c4c(0xc2)),RequestQueueHandler=require(a9_0x150c4c(0x146)),{o11yErrorHandler}=require(a9_0x150c4c(0xf4)),MyReporter=require(a9_0x150c4c(0x148)),SessionHandler=require(a9_0x150c4c(0xd9)),scripts=require('../../helpers/accessibility-automation/scripts'),globals=require(a9_0x150c4c(0x14b)),testHubConstants=require(a9_0x150c4c(0x117)),{shouldScanTestForAccessibility}=require(a9_0x150c4c(0xef)),{isUndefined}=require(a9_0x150c4c(0x111)),a9_0x2ae16b={};a9_0x2ae16b['workerInfo']=undefined,a9_0x2ae16b[a9_0x150c4c(0xd6)]={},a9_0x2ae16b[a9_0x150c4c(0xaf)]=![],a9_0x2ae16b[a9_0x150c4c(0xd6)]['id']=undefined,a9_0x2ae16b[a9_0x150c4c(0xd6)][a9_0x150c4c(0xe3)]=undefined;const workerDetails=a9_0x2ae16b;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x3eb86d){const _0x1eb1c8=a9_0x150c4c,_0x5e9d61=workerDetails[_0x1eb1c8(0xd6)]['testInfo'];if(!_0x5e9d61)return;await MyReporter[_0x1eb1c8(0xc4)](_0x5e9d61,_0x3eb86d);}),registerListeners=()=>{const _0x1c9b17=a9_0x150c4c,_0x525b5f={};_0x525b5f[_0x1c9b17(0xd5)]='Inside\x20browserstack\x20registerListeners';const _0x5c0cc9=_0x525b5f;logger[_0x1c9b17(0xbf)](_0x5c0cc9[_0x1c9b17(0xd5)]),process[_0x1c9b17(0xbd)]('bs:addLog:'+process[_0x1c9b17(0x144)]),process['on'](_0x1c9b17(0x153)+process[_0x1c9b17(0x144)],sendTestLog),PerformanceTester['startMonitoring']();};modifyCommand(),setKeepAlive();function a9_0x5113(_0x5a2ef4,_0x3d6798){const _0x5ea646=a9_0x5ea6();return a9_0x5113=function(_0x51135b,_0x12cc66){_0x51135b=_0x51135b-0xac;let _0x5f5592=_0x5ea646[_0x51135b];return _0x5f5592;},a9_0x5113(_0x5a2ef4,_0x3d6798);}const Before=cucumberModule[a9_0x150c4c(0xd2)],After=cucumberModule[a9_0x150c4c(0x14f)],AfterAll=cucumberModule[a9_0x150c4c(0xe8)],BeforeAll=cucumberModule[a9_0x150c4c(0x105)],AfterStep=cucumberModule[a9_0x150c4c(0x131)],configuration=process[a9_0x150c4c(0xdd)][a9_0x150c4c(0xfd)],bstackConfig=process['env'][a9_0x150c4c(0x13c)];if(configuration!==undefined){const config=JSON[a9_0x150c4c(0x11c)](configuration);isBrowserstackInfra()?(global[a9_0x150c4c(0xc0)]=isTrue(config[a9_0x150c4c(0xf5)]),global[a9_0x150c4c(0xf2)]=isTrue(config[a9_0x150c4c(0xe1)])):(global['__skipSessionName']=!![],global[a9_0x150c4c(0xf2)]=!![]),shouldProcessEventForTesthub()?require(a9_0x150c4c(0x130))[a9_0x150c4c(0xd4)](config,null,!![]):require('../../index')['browserstackAgentV2'](config),global[a9_0x150c4c(0xb3)]=config[a9_0x150c4c(0x118)]||{};}if(bstackConfig!==undefined){const browserStackConfig=JSON[a9_0x150c4c(0x11c)](bstackConfig);browserStackConfig&&(commandRepository[a9_0x150c4c(0x136)](browserStackConfig),commandRepository['setFramework'](a9_0x150c4c(0x147)));}global[a9_0x150c4c(0xf3)]=0x0;const __setDefaultTimeout=cucumberModule['setDefaultTimeout'];cucumberModule['setDefaultTimeout']=_0x59aa2a=>{const _0x1f0691=a9_0x150c4c,_0x4d3f77={'peAsz':function(_0x7232f9,_0x4b90b2){return _0x7232f9(_0x4b90b2);}};global[_0x1f0691(0xf3)]=_0x59aa2a,_0x4d3f77[_0x1f0691(0x115)](__setDefaultTimeout,_0x59aa2a);};const a9_0x4f2c21={};function a9_0x5ea6(){const _0x343cf4=['info','QepLo','initQuit','getId','../../index','AfterStep','1120hXEuoB','\x20|\x20','Error:\x20sendPlatformDetails\x20at\x20After:\x20','tags','setConfig','XJtYq','Inside\x20browserstack\x20AfterStep','yHpzd','push','pickle','BSTACK_CONFIG','ENV_VAR','PSugt','aRCbc','ZXvrv','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','ywASk','YtRTP','pid','mSmDW','../../helpers/test-observability/requestQueueHandler','cucumber-js','../playwright/reporter/reporter.js','getGlobal','toLowerCase','../../helpers/globals','split','uuid','shutdown','After','Failed:\x20','Udmyg','timeout','bs:addLog:','driverCleanup','xgRhk','stringify','esXNx','failed','../../helpers/testhub/utils','\x0aError:\x20','Passed','saveTestResults','isAccessibilityPlatform','thTestRunUuid','jdXjJ','uploadEventData','getInstance','../../helpers/performance/performance-tester','o11ySyncDone','shift','CEvSb','passed','__platformCaps','18XYHmmB','8149690TYqicB','BFmSl','qQmxI','GNgOp','nwWWC','PYkbJ','2588544rwQCCC','dccsd','removeAllListeners','getTestUUID','debug','__skipSessionName','Passed:\x20','../playwright/reporter/test-details.js','name','addTestUIDAndReportLog','sxcGB','message','finally','Inside\x20browserstack\x20BeforeAll','../../helpers/helper','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','then','SnmyT','dYCuv','toString','@cucumber/cucumber/lib/index.js','2202wZlqEm','LBAgT','Before','\x22}}','browserstackAgentV2','lQRVD','currentTest','session_','map','../../helpers/test-observability/sessionHandler','__sessionFailed','error','Error:\x20in\x20quitting\x20driver\x20','env',',\x22level\x22:\x20\x22','HRBJN','rASET','skipSessionStatus','executeScript','testInfo','jGXez','join','Error:\x20at\x20After:\x20','bstack','AfterAll','qHiwd','executeAsyncScript','4312376iMjBkS','integrations','startMonitoring','2stwmOG','../../helpers/accessibility-automation/helper','Inside\x20browserstack\x20Before','format','__skipSessionStatus','__timeout','../../helpers/test-observability/error-handler','skipSessionName','CBTSessionCreated','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','status','browserstackSessionName','Inside\x20browserstack\x20AfterAll','testCaseStartedId','Inside\x20browserstack\x20After','CONFIG','setGlobal','quitCount_','mnJld','Error:\x20at\x20After\x20Step:\x20','text','1325efKnvR','setTestNameForHealingContext','BeforeAll','mlMIE','../../helpers/test-observability/utils','vygLo','catch','test_run','5924604OZgGPx','__error_messages__','yIPoK','Error:\x20in\x20After\x20Step\x20for\x20driver\x20','zXThP','__drivers','lodash','BxFzf','bstackA11yShouldScan','util','peAsz','EihbD','../../helpers/testhub/constants.js','platformCaps','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','74413hjdCjy','parse','performScan','rLUUa','jcZgF','fDTzD','hPPjx','11dbXUcV','inTOB','6717hRaMMP','BROWSERSTACK_TESTHUB_JWT','LtxcR','../../helpers/logger','length','pickleStep','stopMonitoring','result'];a9_0x5ea6=function(){return _0x343cf4;};return a9_0x5ea6();}a9_0x4f2c21[a9_0x150c4c(0xc3)]=a9_0x150c4c(0xe7),BeforeAll(a9_0x4f2c21,function(){const _0x12fc59=a9_0x150c4c,_0x3c52eb={'QepLo':function(_0xa91710,_0x413529,_0x53b139,_0x37ad9f){return _0xa91710(_0x413529,_0x53b139,_0x37ad9f);},'CEvSb':'failed','yIPoK':_0x12fc59(0x133),'BxFzf':function(_0x1908e5,_0x4ef097,_0x5a122b){return _0x1908e5(_0x4ef097,_0x5a122b);},'ZXvrv':_0x12fc59(0xb2),'sxcGB':_0x12fc59(0xc8),'XJtYq':function(_0x26cec3){return _0x26cec3();},'hPPjx':function(_0x7d13ee){return _0x7d13ee();},'rASET':function(_0x2fdb39,_0x360cd2){return _0x2fdb39(_0x360cd2);}};PerformanceTester[_0x12fc59(0xed)](),logger[_0x12fc59(0xbf)](_0x3c52eb[_0x12fc59(0xc5)]),global[_0x12fc59(0x10c)]=[],global['__sessionFailed']=![],_0x3c52eb[_0x12fc59(0x137)](shouldProcessEventForTesthub)&&(_0x3c52eb[_0x12fc59(0x121)](registerListeners),_0x3c52eb[_0x12fc59(0xe0)](addRequestSpy,![])),global[_0x12fc59(0x154)]=async()=>{const _0x1b88de=_0x12fc59;let _0x3fe8f6=![];try{await global[_0x1b88de(0x110)][0x0][_0x1b88de(0xd7)],_0x3fe8f6=!![],global['__sessionFailed']?await _0x3c52eb[_0x1b88de(0x12d)](markSessionStatus,global[_0x1b88de(0x110)][0x0],_0x3c52eb[_0x1b88de(0xb1)],global[_0x1b88de(0x10c)][_0x1b88de(0xe5)](_0x3c52eb[_0x1b88de(0x10d)])):await _0x3c52eb[_0x1b88de(0x112)](markSessionStatus,global[_0x1b88de(0x110)][0x0],_0x3c52eb[_0x1b88de(0x140)]);}catch(_0x37b74b){logger[_0x1b88de(0xbf)]('Error:\x20cleaning\x20up\x20driver:\x20'+_0x37b74b);}global[_0x1b88de(0x10c)]=[],global[_0x1b88de(0xda)]=![];if(_0x3fe8f6)try{await global[_0x1b88de(0x110)][0x0]['initQuit'](),global[_0x1b88de(0x110)][0x0][_0x1b88de(0xd7)]['then'](_0xa3f3d0=>{const _0x22b158=_0x1b88de;logger[_0x22b158(0xbf)](_0x22b158(0xdc)+_0xa3f3d0[_0x22b158(0x12f)]());})[_0x1b88de(0x109)](_0xd0eefc=>{});}catch(_0x214a62){logger[_0x1b88de(0xbf)](_0x1b88de(0xf7)+_0x214a62);}};});const a9_0x49cd94={};a9_0x49cd94[a9_0x150c4c(0xc3)]=a9_0x150c4c(0xe7),a9_0x49cd94[a9_0x150c4c(0x152)]=0x2710,Before(a9_0x49cd94,function(_0x512dca,_0x591e20){const _0x9a472e=a9_0x150c4c,_0x4439bc={'qHiwd':function(_0x307124,_0x34ed26){return _0x307124>_0x34ed26;},'ClWnf':function(_0x29c3dc,_0x40e0c5){return _0x29c3dc(_0x40e0c5);},'PYkbJ':function(_0x231984,_0x5c69b7,_0x51dcc9,_0x25c1b0){return _0x231984(_0x5c69b7,_0x51dcc9,_0x25c1b0);},'rySiE':_0x9a472e(0x113),'qQmxI':function(_0x1bd171){return _0x1bd171();},'EihbD':_0x9a472e(0xf0)};commandRepository[_0x9a472e(0x104)](_0x512dca[_0x9a472e(0x13b)][_0x9a472e(0xc3)]),logger[_0x9a472e(0xbf)](_0x4439bc[_0x9a472e(0x116)]),new Promise(async _0x4c747e=>{const _0x430bf6=_0x9a472e;try{_0x4439bc['qHiwd'](global[_0x430bf6(0x110)][_0x430bf6(0x128)],0x1)&&(await global[_0x430bf6(0x154)](),global[_0x430bf6(0x110)]['shift']()),global['__drivers'][0x0][_0x430bf6(0xff)]&&_0x4439bc[_0x430bf6(0xe9)](global[_0x430bf6(0x110)][0x0][_0x430bf6(0xff)],0x0)&&await global[_0x430bf6(0x154)]();}catch(_0x3a12c3){logger[_0x430bf6(0xbf)](_0x430bf6(0xca)+_0x3a12c3);}workerDetails[_0x430bf6(0xd6)][_0x430bf6(0xe3)]=_0x512dca['testCaseStartedId'];try{if(!_0x4439bc['ClWnf'](isUndefined,_0x512dca['pickle'][_0x430bf6(0x135)])){const _0xde29be=_0x4439bc[_0x430bf6(0xba)](shouldScanTestForAccessibility,null,![],_0x512dca['pickle'][_0x430bf6(0x135)][_0x430bf6(0xd8)](({name:_0x1dacb3})=>_0x1dacb3));globals[_0x430bf6(0xfe)](_0x4439bc['rySiE'],_0xde29be);}}catch(_0x75abe9){logger[_0x430bf6(0xbf)]('Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20'+util[_0x430bf6(0xf1)](_0x75abe9));}_0x4439bc[_0x430bf6(0xb7)](_0x4c747e);})['finally'](_0x591e20);});const a9_0x27221b={};a9_0x27221b['name']=a9_0x150c4c(0xe7),a9_0x27221b['timeout']=0x2710,After(a9_0x27221b,function(_0x56a401,_0x1f3083){const _0x1a13c1=a9_0x150c4c,_0x4d823d={'DAEFY':'0|2|1|4|3','rLUUa':function(_0x398b15,_0x298b5c){return _0x398b15>_0x298b5c;},'LBAgT':function(_0x220197,_0x205910){return _0x220197===_0x205910;},'PSugt':_0x1a13c1(0x158),'yHpzd':function(_0x39e9c2,_0x480d08,_0x56e50d,_0x42f7e8){return _0x39e9c2(_0x480d08,_0x56e50d,_0x42f7e8);},'mnJld':_0x1a13c1(0x133),'esXNx':function(_0x2e93fa,_0x4e6d3a,_0x4142f5){return _0x2e93fa(_0x4e6d3a,_0x4142f5);},'Udmyg':_0x1a13c1(0xb2),'dYCuv':function(_0x238c00){return _0x238c00();},'MlIjq':function(_0xb1791,_0x5cb64c,_0x33e08e,_0x3b8d66){return _0xb1791(_0x5cb64c,_0x33e08e,_0x3b8d66);},'ivupw':_0x1a13c1(0xf6),'BFmSl':_0x1a13c1(0x15d),'nwWWC':_0x1a13c1(0x113),'ywASk':_0x1a13c1(0x119),'jGXez':'Performing\x20scan\x20before\x20saving\x20results','zXThP':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','jdXjJ':_0x1a13c1(0xfc)};logger['debug'](_0x4d823d[_0x1a13c1(0x15f)]),workerDetails['currentTest'][_0x1a13c1(0xe3)]=_0x56a401[_0x1a13c1(0xfb)],new Promise(async _0x2e8769=>{const _0x5908cf=_0x1a13c1;let _0x32c01e=![];try{const _0x408893=_0x4d823d['DAEFY'][_0x5908cf(0x14c)]('|');let _0x4aa716=0x0;while(!![]){switch(_0x408893[_0x4aa716++]){case'0':_0x4d823d[_0x5908cf(0x11e)](global[_0x5908cf(0x110)]['length'],0x1)&&(await global[_0x5908cf(0x154)](),global['__drivers'][_0x5908cf(0xb0)](),global['__error_messages__']=[],global[_0x5908cf(0xda)]=![]);continue;case'1':_0x32c01e=!![];continue;case'2':await global[_0x5908cf(0x110)][0x0][_0x5908cf(0xd7)];continue;case'3':if(_0x4d823d[_0x5908cf(0xd1)](_0x56a401[_0x5908cf(0x12b)][_0x5908cf(0xf8)][_0x5908cf(0xce)]()[_0x5908cf(0x14a)](),_0x4d823d[_0x5908cf(0x13e)])||_0x4d823d[_0x5908cf(0xd1)](_0x56a401['result']['status'][_0x5908cf(0xce)]()['toLowerCase'](),'6')){try{global[_0x5908cf(0x10c)][_0x5908cf(0x13a)](_0x56a401[_0x5908cf(0x12b)][_0x5908cf(0xc6)]);}catch(_0x5a66b2){logger['debug'](_0x5908cf(0x11a)+_0x5a66b2);}await _0x4d823d[_0x5908cf(0x139)](markSessionStatus,global[_0x5908cf(0x110)][0x0],_0x4d823d['PSugt'],global[_0x5908cf(0x10c)][_0x5908cf(0xe5)](_0x4d823d[_0x5908cf(0x100)]));}else await _0x4d823d[_0x5908cf(0x157)](markSessionStatus,global[_0x5908cf(0x110)][0x0],_0x4d823d[_0x5908cf(0x151)]);continue;case'4':!global[_0x5908cf(0xc0)]&&await global[_0x5908cf(0x110)][0x0][_0x5908cf(0xe2)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x56a401[_0x5908cf(0x13b)][_0x5908cf(0xc3)]+_0x5908cf(0xd3));continue;}break;}}catch(_0x2d2954){logger[_0x5908cf(0xbf)](_0x5908cf(0xe6)+util['format'](_0x2d2954));}try{if(_0x4d823d[_0x5908cf(0xcd)](shouldProcessEventForTesthub)){const _0x32a816=TestDetails[_0x5908cf(0xbe)](_0x56a401['testCaseStartedId']),_0x507ff6=await _0x4d823d['MlIjq'](sendPlatformDetails,global[_0x5908cf(0x110)][0x0],_0x32a816,!![]),_0x2b4134={};_0x2b4134[_0x5908cf(0x14d)]=_0x32a816,_0x2b4134[_0x5908cf(0xec)]=_0x507ff6;const _0x485ccc=_0x2b4134,_0xafb1a5={};_0xafb1a5['event_type']=_0x4d823d['ivupw'],_0xafb1a5[_0x5908cf(0x10a)]=_0x485ccc,await SessionHandler[_0x5908cf(0xac)](_0xafb1a5);}}catch(_0x12b982){logger[_0x5908cf(0xbf)](_0x5908cf(0x134)+util[_0x5908cf(0xf1)](_0x12b982));}try{if(globals[_0x5908cf(0x149)](_0x4d823d[_0x5908cf(0xb6)])&&globals[_0x5908cf(0x149)](_0x4d823d[_0x5908cf(0xb9)])){logger[_0x5908cf(0x12c)](_0x4d823d[_0x5908cf(0x142)]);const _0x22f124=TestDetails[_0x5908cf(0xbe)](_0x56a401[_0x5908cf(0xfb)]),_0x5e80ae={};_0x5e80ae[_0x5908cf(0x15e)]=_0x22f124,_0x5e80ae['thBuildUuid']=process['env'][testHubConstants[_0x5908cf(0x13d)]['BROWSERSTACK_TESTHUB_UUID']],_0x5e80ae['thJwtToken']=process['env'][testHubConstants[_0x5908cf(0x13d)][_0x5908cf(0x125)]];const _0x513946=_0x5e80ae;logger[_0x5908cf(0xbf)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON[_0x5908cf(0x156)](_0x513946)),logger[_0x5908cf(0xbf)](_0x4d823d[_0x5908cf(0xe4)]),logger[_0x5908cf(0xbf)](util[_0x5908cf(0xf1)](await global[_0x5908cf(0x110)][0x0][_0x5908cf(0xea)](scripts[_0x5908cf(0x11d)],{'method':global[_0x5908cf(0xf9)]}))),await global[_0x5908cf(0x110)][0x0][_0x5908cf(0xea)](scripts[_0x5908cf(0x15c)],_0x513946),logger[_0x5908cf(0x12c)](_0x4d823d[_0x5908cf(0x10f)]);}}catch(_0x3078f5){logger[_0x5908cf(0xdb)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20'+util[_0x5908cf(0xf1)]);}if(_0x32c01e)try{global[_0x5908cf(0x110)][0x0]&&_0x4d823d[_0x5908cf(0x11e)](global[_0x5908cf(0x110)][0x0][_0x5908cf(0xff)],0x0)&&await global['__drivers'][0x0][_0x5908cf(0x12e)]();}catch(_0x568d6c){logger[_0x5908cf(0xbf)]('Error:\x20quiting\x20driver\x20at\x20After:\x20'+_0x568d6c);}_0x4d823d[_0x5908cf(0xcd)](_0x2e8769);})['finally'](()=>_0x1f3083());});const a9_0x524dc9={};a9_0x524dc9[a9_0x150c4c(0xc3)]=a9_0x150c4c(0xe7),a9_0x524dc9[a9_0x150c4c(0x152)]=0x2710,AfterStep(a9_0x524dc9,function(_0x2f30f6,_0x2d61c9){const _0x54b6be=a9_0x150c4c,_0x28ef94={'mSmDW':function(_0x34b07a,_0x18091d){return _0x34b07a===_0x18091d;},'gAQXN':_0x54b6be(0x158),'YtRTP':function(_0x2d6991,_0x5e854e){return _0x2d6991!==_0x5e854e;},'dccsd':function(_0x2fc0b5,_0x3323e8,_0x35cf91){return _0x2fc0b5(_0x3323e8,_0x35cf91);},'jcZgF':function(_0x500ed8,_0x25ac62){return _0x500ed8+_0x25ac62;},'aRCbc':function(_0x57613c,_0x1dbdf9){return _0x57613c+_0x1dbdf9;},'GNgOp':_0x54b6be(0x150),'EQSOT':_0x54b6be(0x15a),'mlMIE':_0x54b6be(0xdb),'vygLo':function(_0x5e5d82,_0x1b0122,_0x2b7bee){return _0x5e5d82(_0x1b0122,_0x2b7bee);},'inTOB':function(_0x461dac,_0x4a995a){return _0x461dac+_0x4a995a;},'HRBJN':function(_0x1a8533,_0x1db0b8,_0x1c9a72){return _0x1a8533(_0x1db0b8,_0x1c9a72);},'XJFtL':_0x54b6be(0xc1),'xgRhk':_0x54b6be(0x12c),'SnmyT':_0x54b6be(0x15b),'YZmNf':function(_0x26a916){return _0x26a916();},'LtxcR':_0x54b6be(0x138)};logger['debug'](_0x28ef94[_0x54b6be(0x126)]);const _0x4b1499=async(_0x40d883,_0xd86edc)=>{const _0x200645=_0x54b6be;await global['__drivers'][0x0][_0x200645(0xe2)](_0x200645(0x141)+_0x40d883+_0x200645(0xde)+_0xd86edc+_0x200645(0xd3));};new Promise(async _0x29ff2b=>{const _0x2d26c0=_0x54b6be;try{_0x28ef94[_0x2d26c0(0x145)](_0x2f30f6[_0x2d26c0(0x12b)][_0x2d26c0(0xf8)][_0x2d26c0(0xce)]()['toLowerCase'](),_0x28ef94['gAQXN'])||_0x28ef94[_0x2d26c0(0x145)](_0x2f30f6[_0x2d26c0(0x12b)][_0x2d26c0(0xf8)]['toString']()[_0x2d26c0(0x14a)](),'6')?(global[_0x2d26c0(0xda)]=!![],global['__error_messages__'][_0x2d26c0(0x13a)](_0x2f30f6['result'][_0x2d26c0(0xc6)]),_0x28ef94[_0x2d26c0(0x143)](_0x2f30f6[_0x2d26c0(0x129)],undefined)?await _0x28ef94[_0x2d26c0(0xbc)](_0x4b1499,JSON['stringify'](_0x28ef94[_0x2d26c0(0x11f)](_0x28ef94['jcZgF'](_0x28ef94[_0x2d26c0(0x13f)](_0x28ef94[_0x2d26c0(0xb8)],'\x22'+_0x2f30f6['pickleStep'][_0x2d26c0(0x102)]+'\x22\x20'),_0x28ef94['EQSOT']),_0x2f30f6['result'][_0x2d26c0(0xc6)])),_0x28ef94[_0x2d26c0(0x106)]):await _0x28ef94[_0x2d26c0(0x108)](_0x4b1499,JSON[_0x2d26c0(0x156)](_0x28ef94[_0x2d26c0(0x123)](_0x28ef94['GNgOp'],_0x2f30f6[_0x2d26c0(0x12b)][_0x2d26c0(0xc6)])),_0x28ef94['mlMIE'])):_0x28ef94[_0x2d26c0(0x143)](_0x2f30f6[_0x2d26c0(0x129)],undefined)?await _0x28ef94[_0x2d26c0(0xdf)](_0x4b1499,JSON['stringify'](_0x28ef94[_0x2d26c0(0x13f)](_0x28ef94['XJFtL'],'\x22'+_0x2f30f6[_0x2d26c0(0x129)][_0x2d26c0(0x102)]+'\x22')),_0x28ef94['xgRhk']):await _0x28ef94[_0x2d26c0(0xbc)](_0x4b1499,JSON[_0x2d26c0(0x156)](_0x28ef94[_0x2d26c0(0xcc)]),_0x28ef94[_0x2d26c0(0x155)]),global[_0x2d26c0(0x110)][0x0][_0x2d26c0(0xd7)][_0x2d26c0(0xcb)](_0x41c9f0=>{})[_0x2d26c0(0x109)](_0x448a31=>{const _0x13a079=_0x2d26c0;logger[_0x13a079(0xbf)](_0x13a079(0x10e)+util[_0x13a079(0xf1)](_0x448a31));});}catch(_0x131b65){logger[_0x2d26c0(0xbf)](_0x2d26c0(0x101)+_0x131b65);}_0x28ef94['YZmNf'](_0x29ff2b);})[_0x54b6be(0xc7)](()=>_0x2d61c9());});const a9_0x38f1d9={};a9_0x38f1d9['name']='bstack',a9_0x38f1d9['timeout']=0x7530,AfterAll(a9_0x38f1d9,async function(_0x10371b,_0x3a0b7e){const _0x43113e=a9_0x150c4c,_0x53d518={'fDTzD':function(_0x5fe6d4){return _0x5fe6d4();},'LxUCy':_0x43113e(0xfa)};logger[_0x43113e(0xbf)](_0x53d518['LxUCy']),await new Promise(async _0x3d0714=>{const _0x167a50=_0x43113e;await RequestQueueHandler[_0x167a50(0xad)]()[_0x167a50(0x14e)](),PerformanceTester[_0x167a50(0x12a)](),await global['driverCleanup'](),_0x53d518[_0x167a50(0x120)](_0x3d0714);});});
@@ -1 +1 @@
1
- const a10_0x5a007d=a10_0x5b52;(function(_0x401063,_0x5c6700){const _0xebe4ec=a10_0x5b52,_0x59e605=_0x401063();while(!![]){try{const _0x3d8056=parseInt(_0xebe4ec(0x1c5))/0x1+-parseInt(_0xebe4ec(0x1c2))/0x2+-parseInt(_0xebe4ec(0x19e))/0x3*(parseInt(_0xebe4ec(0x1a7))/0x4)+parseInt(_0xebe4ec(0x1c0))/0x5+-parseInt(_0xebe4ec(0x1c8))/0x6*(parseInt(_0xebe4ec(0x1c7))/0x7)+-parseInt(_0xebe4ec(0x1ab))/0x8*(-parseInt(_0xebe4ec(0x19d))/0x9)+parseInt(_0xebe4ec(0x1bb))/0xa;if(_0x3d8056===_0x5c6700)break;else _0x59e605['push'](_0x59e605['shift']());}catch(_0x52d0fe){_0x59e605['push'](_0x59e605['shift']());}}}(a10_0xa873,0x26e3a));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x5a007d(0x1a0)),setKeepAlive=require(a10_0x5a007d(0x1b3)),cucumberModule=requireModule(a10_0x5a007d(0x1c1),a10_0x5a007d(0x1ce)),logger=require('../../helpers/logger')[a10_0x5a007d(0x1b1)];modifyCommand(),setKeepAlive();function a10_0x5b52(_0x2c8684,_0x4a8152){const _0xa873e2=a10_0xa873();return a10_0x5b52=function(_0x5b5265,_0x36b8fe){_0x5b5265=_0x5b5265-0x19d;let _0x45cd80=_0xa873e2[_0x5b5265];return _0x45cd80;},a10_0x5b52(_0x2c8684,_0x4a8152);}const Before=cucumberModule['Before'],After=cucumberModule[a10_0x5a007d(0x1b0)],configuration=process[a10_0x5a007d(0x1ba)]['CONFIG'];if(configuration!==undefined){const config=JSON[a10_0x5a007d(0x1ac)](configuration);isTrue(config[a10_0x5a007d(0x1be)])&&(global[a10_0x5a007d(0x1af)]=!![]),global[a10_0x5a007d(0x1b9)]=isTrue(config[a10_0x5a007d(0x1a3)]),require(a10_0x5a007d(0x1aa))[a10_0x5a007d(0x1a1)](config),global[a10_0x5a007d(0x1a5)]=config['platformCaps']||{};}global[a10_0x5a007d(0x1ad)]=0x0;const __setDefaultTimeout=cucumberModule['setDefaultTimeout'];cucumberModule['setDefaultTimeout']=_0x2dbadc=>{const _0xb2df16={'hkiaM':function(_0x4d14db,_0xe4f62d){return _0x4d14db(_0xe4f62d);}};global['__timeout']=_0x2dbadc,_0xb2df16['hkiaM'](__setDefaultTimeout,_0x2dbadc);};function a10_0xa873(){const _0x2321fb=['532712bGSceb','name','bstack','177866dSVnVR','Inside\x20browserstack\x20Before','386743fiRuLW','6DSTTUI','elokd','jQXnC','initQuit','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','Inside\x20browserstack\x20After','cucumber','207sbttRr','104961KGiIWv','zroLc','../../helpers/helper','browserstackAgentV2','__error_messages__','skipSessionStatus','\x20|\x20','__platformCaps','toLowerCase','16IRMrgC','VGPYW','Error:\x20quiting\x20at\x20After:\x20','../../index','27128jgVmaL','parse','__timeout','SwbHP','__skipSessionName','After','winstonLogger','__driver','../../helpers/setKeepAlive','QFzCC','then','passed','pickle','debug','__skipSessionStatus','env','1106440YZPKqg','vOXGY','kraCb','skipSessionName','ihKGI','1271700aCFLEm','cucumber/lib/index.js'];a10_0xa873=function(){return _0x2321fb;};return a10_0xa873();}const a10_0x1bdff5={};a10_0x1bdff5[a10_0x5a007d(0x1c3)]='bstack',Before(a10_0x1bdff5,function(){const _0x223a3f=a10_0x5a007d,_0x51979d={};_0x51979d[_0x223a3f(0x1ae)]=_0x223a3f(0x1c6);const _0x272419=_0x51979d;logger[_0x223a3f(0x1b8)](_0x272419[_0x223a3f(0x1ae)]),global[_0x223a3f(0x1a2)]=[];});const a10_0x218533={};a10_0x218533['name']=a10_0x5a007d(0x1c4),a10_0x218533['timeout']=0x2710,After(a10_0x218533,function(_0x79d135,_0x1f1f2a){const _0x59464a=a10_0x5a007d,_0x1724e2={'jQXnC':function(_0xe51ec,_0x204135){return _0xe51ec===_0x204135;},'QFzCC':'failed','JuBGQ':function(_0x1a15d6,_0x403405,_0x282f2f,_0x367105){return _0x1a15d6(_0x403405,_0x282f2f,_0x367105);},'zroLc':_0x59464a(0x1a4),'elokd':function(_0x2729b0,_0x387324,_0x49863d){return _0x2729b0(_0x387324,_0x49863d);},'kraCb':_0x59464a(0x1b6),'vOXGY':function(_0x4e90c7){return _0x4e90c7();},'VGPYW':function(_0x26abfc,_0x56cb64){return _0x26abfc(_0x56cb64);},'ihKGI':_0x59464a(0x1cd)};logger[_0x59464a(0x1b8)](_0x1724e2[_0x59464a(0x1bf)]),new Promise(async(_0x34a239,_0x5de550)=>{const _0x5f3b4e=_0x59464a;let _0x1a9b9b=![];try{await global[_0x5f3b4e(0x1b2)]['session_'],_0x1a9b9b=!![],!global['__skipSessionName']&&await global[_0x5f3b4e(0x1b2)]['executeScript'](_0x5f3b4e(0x1cc)+_0x79d135[_0x5f3b4e(0x1b7)][_0x5f3b4e(0x1c3)]+'\x22}}'),_0x1724e2[_0x5f3b4e(0x1ca)](_0x79d135['result']['status'][_0x5f3b4e(0x1a6)](),_0x1724e2[_0x5f3b4e(0x1b4)])?await _0x1724e2['JuBGQ'](markSessionStatus,global[_0x5f3b4e(0x1b2)],_0x1724e2['QFzCC'],global['__error_messages__']['join'](_0x1724e2[_0x5f3b4e(0x19f)])):await _0x1724e2[_0x5f3b4e(0x1c9)](markSessionStatus,global[_0x5f3b4e(0x1b2)],_0x1724e2[_0x5f3b4e(0x1bd)]);}catch(_0x59b12e){logger[_0x5f3b4e(0x1b8)]('Error:\x20setting\x20status\x20at\x20After:\x20'+_0x59b12e);}if(_0x1a9b9b)try{await global[_0x5f3b4e(0x1b2)][_0x5f3b4e(0x1cb)](),_0x1724e2['vOXGY'](_0x34a239);}catch(_0x432711){logger[_0x5f3b4e(0x1b8)](_0x5f3b4e(0x1a9)+_0x432711),_0x1724e2[_0x5f3b4e(0x1a8)](_0x5de550,_0x432711);}else _0x1724e2[_0x5f3b4e(0x1bc)](_0x5de550);})[_0x59464a(0x1b5)](()=>_0x1f1f2a());});
1
+ const a10_0x388b83=a10_0x28da;(function(_0x1d0ce0,_0x25e017){const _0x2e952e=a10_0x28da,_0x3e45dd=_0x1d0ce0();while(!![]){try{const _0x4b340a=parseInt(_0x2e952e(0x159))/0x1+parseInt(_0x2e952e(0x14a))/0x2+-parseInt(_0x2e952e(0x13b))/0x3+-parseInt(_0x2e952e(0x138))/0x4+parseInt(_0x2e952e(0x132))/0x5*(parseInt(_0x2e952e(0x130))/0x6)+parseInt(_0x2e952e(0x141))/0x7*(parseInt(_0x2e952e(0x15e))/0x8)+-parseInt(_0x2e952e(0x143))/0x9*(parseInt(_0x2e952e(0x13a))/0xa);if(_0x4b340a===_0x25e017)break;else _0x3e45dd['push'](_0x3e45dd['shift']());}catch(_0x540130){_0x3e45dd['push'](_0x3e45dd['shift']());}}}(a10_0x1251,0x31bfa));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x388b83(0x147)),setKeepAlive=require('../../helpers/setKeepAlive'),cucumberModule=requireModule('cucumber/lib/index.js',a10_0x388b83(0x151)),logger=require('../../helpers/logger')[a10_0x388b83(0x139)];modifyCommand(),setKeepAlive();const Before=cucumberModule[a10_0x388b83(0x160)],After=cucumberModule['After'],configuration=process[a10_0x388b83(0x15d)][a10_0x388b83(0x14d)];if(configuration!==undefined){const config=JSON[a10_0x388b83(0x15a)](configuration);isTrue(config['skipSessionName'])&&(global['__skipSessionName']=!![]),global['__skipSessionStatus']=isTrue(config[a10_0x388b83(0x137)]),require(a10_0x388b83(0x157))['browserstackAgentV2'](config),global[a10_0x388b83(0x150)]=config['platformCaps']||{};}global['__timeout']=0x0;const __setDefaultTimeout=cucumberModule['setDefaultTimeout'];function a10_0x1251(){const _0xd43290=['20pNzYHl','510780EMSyfc','result','failed','rsWnG','tlFuA','session_','1057700YURdGM','mjucL','920097UgqHCN','Error:\x20quiting\x20at\x20After:\x20','__driver','VWqtZ','../../helpers/helper','IfIbY','\x20|\x20','170498JMRHTa','timeout','then','CONFIG','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','bstack','__platformCaps','cucumber','executeScript','pickle','passed','xkTPZ','fSJDx','../../index','setDefaultTimeout','193559lsHNGf','parse','debug','initQuit','env','16YJnnkh','__skipSessionName','Before','UCrul','PFcHZ','150eINBxk','mXbMv','12665XMggFw','\x22}}','name','status','Error:\x20setting\x20status\x20at\x20After:\x20','skipSessionStatus','263348ykTcwW','winstonLogger'];a10_0x1251=function(){return _0xd43290;};return a10_0x1251();}cucumberModule[a10_0x388b83(0x158)]=_0x4691eb=>{const _0x266fef=a10_0x388b83,_0x46bc9e={'IfIbY':function(_0xeda0b4,_0x14a319){return _0xeda0b4(_0x14a319);}};global['__timeout']=_0x4691eb,_0x46bc9e[_0x266fef(0x148)](__setDefaultTimeout,_0x4691eb);};function a10_0x28da(_0x36ce29,_0x1d509a){const _0x1251d4=a10_0x1251();return a10_0x28da=function(_0x28daf7,_0x9bdaed){_0x28daf7=_0x28daf7-0x12f;let _0x268dcb=_0x1251d4[_0x28daf7];return _0x268dcb;},a10_0x28da(_0x36ce29,_0x1d509a);}const a10_0x42b3b1={};a10_0x42b3b1[a10_0x388b83(0x134)]=a10_0x388b83(0x14f),Before(a10_0x42b3b1,function(){const _0x2597ba=a10_0x388b83,_0x440d3a={};_0x440d3a[_0x2597ba(0x142)]='Inside\x20browserstack\x20Before';const _0x384a43=_0x440d3a;logger['debug'](_0x384a43[_0x2597ba(0x142)]),global['__error_messages__']=[];});const a10_0x3bd62c={};a10_0x3bd62c[a10_0x388b83(0x134)]=a10_0x388b83(0x14f),a10_0x3bd62c[a10_0x388b83(0x14b)]=0x2710,After(a10_0x3bd62c,function(_0xff0d7c,_0xbd7de0){const _0x561f5d=a10_0x388b83,_0x968000={'rsWnG':function(_0x3f9d24,_0x58a024){return _0x3f9d24===_0x58a024;},'UCrul':_0x561f5d(0x13d),'fSJDx':function(_0x1f77db,_0x38a2fa,_0x38ab20,_0x4fca5f){return _0x1f77db(_0x38a2fa,_0x38ab20,_0x4fca5f);},'mXbMv':_0x561f5d(0x149),'tlFuA':function(_0x2e7cad,_0x559421,_0x38db09){return _0x2e7cad(_0x559421,_0x38db09);},'PFcHZ':_0x561f5d(0x154),'xkTPZ':function(_0x222df2){return _0x222df2();},'vVxIs':function(_0x85de8,_0x3dcc68){return _0x85de8(_0x3dcc68);},'ywikj':function(_0x1b4744){return _0x1b4744();},'VWqtZ':'Inside\x20browserstack\x20After'};logger[_0x561f5d(0x15b)](_0x968000[_0x561f5d(0x146)]),new Promise(async(_0x5950ed,_0x53bc40)=>{const _0x9ae5f1=_0x561f5d;let _0x2ccf27=![];try{await global['__driver'][_0x9ae5f1(0x140)],_0x2ccf27=!![],!global[_0x9ae5f1(0x15f)]&&await global['__driver'][_0x9ae5f1(0x152)](_0x9ae5f1(0x14e)+_0xff0d7c[_0x9ae5f1(0x153)]['name']+_0x9ae5f1(0x133)),_0x968000[_0x9ae5f1(0x13e)](_0xff0d7c[_0x9ae5f1(0x13c)][_0x9ae5f1(0x135)]['toLowerCase'](),_0x968000['UCrul'])?await _0x968000[_0x9ae5f1(0x156)](markSessionStatus,global[_0x9ae5f1(0x145)],_0x968000[_0x9ae5f1(0x161)],global['__error_messages__']['join'](_0x968000[_0x9ae5f1(0x131)])):await _0x968000[_0x9ae5f1(0x13f)](markSessionStatus,global['__driver'],_0x968000[_0x9ae5f1(0x12f)]);}catch(_0x1953de){logger[_0x9ae5f1(0x15b)](_0x9ae5f1(0x136)+_0x1953de);}if(_0x2ccf27)try{await global[_0x9ae5f1(0x145)][_0x9ae5f1(0x15c)](),_0x968000[_0x9ae5f1(0x155)](_0x5950ed);}catch(_0x39fdbe){logger['debug'](_0x9ae5f1(0x144)+_0x39fdbe),_0x968000['vVxIs'](_0x53bc40,_0x39fdbe);}else _0x968000['ywikj'](_0x53bc40);})[_0x561f5d(0x14c)](()=>_0xbd7de0());});
@@ -1 +1 @@
1
- const a11_0x101728=a11_0x38f4;(function(_0x48c6ac,_0x91905d){const _0x512a65=a11_0x38f4,_0x59b382=_0x48c6ac();while(!![]){try{const _0x592c04=-parseInt(_0x512a65(0xd0))/0x1+parseInt(_0x512a65(0xd8))/0x2+parseInt(_0x512a65(0xcf))/0x3*(parseInt(_0x512a65(0xd7))/0x4)+parseInt(_0x512a65(0xd6))/0x5*(parseInt(_0x512a65(0xd1))/0x6)+parseInt(_0x512a65(0xda))/0x7*(parseInt(_0x512a65(0xe0))/0x8)+parseInt(_0x512a65(0xdc))/0x9+-parseInt(_0x512a65(0xdd))/0xa*(parseInt(_0x512a65(0xd4))/0xb);if(_0x592c04===_0x91905d)break;else _0x59b382['push'](_0x59b382['shift']());}catch(_0x274b36){_0x59b382['push'](_0x59b382['shift']());}}}(a11_0xda45,0x613cb));const {requireModule}=require('../../helpers/helper'),constants=require(a11_0x101728(0xe1));function a11_0x38f4(_0x14010e,_0xa2e8ca){const _0xda45f6=a11_0xda45();return a11_0x38f4=function(_0x38f414,_0x4856e8){_0x38f414=_0x38f414-0xcf;let _0x118f90=_0xda45f6[_0x38f414];return _0x118f90;},a11_0x38f4(_0x14010e,_0xa2e8ca);};function a11_0xda45(){const _0x2c26d5=['BSTACK_DELTA','26250jmCPEe','817964tykoNq','1490626xhXtQY','@cucumber/cucumber','6335XBgcoO','__timeout','5622291fCmKiV','260dtFTgT','setDefaultTimeout','cucumber','1928heDzZO','../utils/constants','6yyVdZc','277424TkESAx','138KHWvTF','cucumber/lib/index.js','@cucumber/cucumber/lib/index.js','610137sajYhb'];a11_0xda45=function(){return _0x2c26d5;};return a11_0xda45();}let cucumberModule=null;try{cucumberModule=requireModule(a11_0x101728(0xd3),a11_0x101728(0xd9));}catch(a11_0x22b224){cucumberModule=requireModule(a11_0x101728(0xd2),a11_0x101728(0xdf));}cucumberModule[a11_0x101728(0xde)](constants[a11_0x101728(0xd5)]+global[a11_0x101728(0xdb)]*0x1);
1
+ const a11_0x27b3cf=a11_0xe4e3;(function(_0x549159,_0x1c006d){const _0x3dd6a8=a11_0xe4e3,_0x3fb0ce=_0x549159();while(!![]){try{const _0x5dd5de=parseInt(_0x3dd6a8(0x13b))/0x1*(parseInt(_0x3dd6a8(0x146))/0x2)+parseInt(_0x3dd6a8(0x13d))/0x3+-parseInt(_0x3dd6a8(0x137))/0x4*(-parseInt(_0x3dd6a8(0x136))/0x5)+parseInt(_0x3dd6a8(0x13f))/0x6*(parseInt(_0x3dd6a8(0x142))/0x7)+-parseInt(_0x3dd6a8(0x147))/0x8+-parseInt(_0x3dd6a8(0x140))/0x9+parseInt(_0x3dd6a8(0x145))/0xa*(parseInt(_0x3dd6a8(0x13c))/0xb);if(_0x5dd5de===_0x1c006d)break;else _0x3fb0ce['push'](_0x3fb0ce['shift']());}catch(_0x1c06cf){_0x3fb0ce['push'](_0x3fb0ce['shift']());}}}(a11_0x40e9,0x35d18));const {requireModule}=require(a11_0x27b3cf(0x13e)),constants=require('../utils/constants');function a11_0xe4e3(_0x30b4f1,_0x1712bf){const _0x40e9db=a11_0x40e9();return a11_0xe4e3=function(_0xe4e30,_0x18a293){_0xe4e30=_0xe4e30-0x136;let _0x4f5e62=_0x40e9db[_0xe4e30];return _0x4f5e62;},a11_0xe4e3(_0x30b4f1,_0x1712bf);};let cucumberModule=null;try{cucumberModule=requireModule(a11_0x27b3cf(0x138),a11_0x27b3cf(0x144));}catch(a11_0x538e54){cucumberModule=requireModule(a11_0x27b3cf(0x13a),a11_0x27b3cf(0x143));}cucumberModule[a11_0x27b3cf(0x141)](constants['BSTACK_DELTA']+global[a11_0x27b3cf(0x139)]*0x1);function a11_0x40e9(){const _0x570e52=['2635272qvAfBd','3645NGKntF','1268FThCLo','@cucumber/cucumber/lib/index.js','__timeout','cucumber/lib/index.js','1NOoWgd','179861UZBRTk','110001BnGuXY','../../helpers/helper','36282ciBxOD','3259818mxzqEz','setDefaultTimeout','504duQtIP','cucumber','@cucumber/cucumber','40qSEPst','287006bXTuMj'];a11_0x40e9=function(){return _0x570e52;};return a11_0x40e9();}
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a12_0x5e7223=a12_0x3405;function a12_0x3405(_0x3c476e,_0x3e79bc){const _0x2f8493=a12_0x2f84();return a12_0x3405=function(_0x34058c,_0x182bb1){_0x34058c=_0x34058c-0x1b2;let _0x12b82a=_0x2f8493[_0x34058c];return _0x12b82a;},a12_0x3405(_0x3c476e,_0x3e79bc);}(function(_0x224a02,_0x62fc98){const _0x27d1ac=a12_0x3405,_0x71a2c8=_0x224a02();while(!![]){try{const _0x7b73e9=-parseInt(_0x27d1ac(0x1d0))/0x1*(-parseInt(_0x27d1ac(0x1b5))/0x2)+-parseInt(_0x27d1ac(0x1e0))/0x3+-parseInt(_0x27d1ac(0x1b4))/0x4+-parseInt(_0x27d1ac(0x1df))/0x5*(parseInt(_0x27d1ac(0x1e2))/0x6)+parseInt(_0x27d1ac(0x1c0))/0x7+parseInt(_0x27d1ac(0x1d9))/0x8+parseInt(_0x27d1ac(0x1ed))/0x9*(parseInt(_0x27d1ac(0x1db))/0xa);if(_0x7b73e9===_0x62fc98)break;else _0x71a2c8['push'](_0x71a2c8['shift']());}catch(_0x5d7065){_0x71a2c8['push'](_0x71a2c8['shift']());}}}(a12_0x2f84,0xf3851));const {default:BrowserStackSetup}=require(a12_0x5e7223(0x1cd)),logger=require('../../helpers/logger')[a12_0x5e7223(0x1d3)],{URL}=require(a12_0x5e7223(0x1bd)),helper=require('../../helpers/helper'),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x5e7223(0x1c2)),validHosts=function(_0x3c3edd){const _0x30c48c=a12_0x5e7223;return _0x3c3edd[_0x30c48c(0x1e5)](',')[_0x30c48c(0x1b8)](_0x3c56bf=>{const _0x48c486=_0x30c48c;try{new URL(_0x3c56bf[_0x48c486(0x1ec)]());}catch(_0x5c6ddc){return![];}return!![];});},parseOnPremHosts=function(_0x561147){const _0x5189d9=a12_0x5e7223,_0xecc2fe={};_0xecc2fe[_0x5189d9(0x1ce)]=function(_0x4919d4,_0x1fae31){return _0x4919d4===_0x1fae31;},_0xecc2fe[_0x5189d9(0x1e4)]=_0x5189d9(0x1c4),_0xecc2fe['jKelO']=_0x5189d9(0x1b3),_0xecc2fe[_0x5189d9(0x1cf)]=function(_0x2f4d12,_0x456970){return _0x2f4d12===_0x456970;},_0xecc2fe['GFPsJ']=_0x5189d9(0x1bb);const _0x1e2c83=_0xecc2fe;return _0x561147[_0x5189d9(0x1e5)](',')[_0x5189d9(0x1b6)](_0x34a376=>{const _0x3fbb91=_0x5189d9,_0x22806b=new URL(_0x34a376[_0x3fbb91(0x1ec)]()),_0x4ca207=_0x22806b[_0x3fbb91(0x1e8)],_0x449dc8=_0x22806b['port']||(_0x1e2c83[_0x3fbb91(0x1ce)](_0x22806b[_0x3fbb91(0x1d2)],_0x1e2c83['fexVq'])?_0x1e2c83[_0x3fbb91(0x1e9)]:'80'),_0x340e8e=_0x22806b['protocol']['replace'](':',''),_0x5dab9d=_0x1e2c83[_0x3fbb91(0x1cf)](_0x340e8e,_0x1e2c83[_0x3fbb91(0x1e7)])?0x1:0x0;return _0x4ca207+','+_0x449dc8+','+_0x5dab9d;});},connectCommandBuilder=function(_0x81d68){const _0x1404ff=a12_0x5e7223,_0x5e13f2={};_0x5e13f2['qWeXM']='string';const _0x181a06=_0x5e13f2,_0x10a9b9={};_0x10a9b9[_0x1404ff(0x1f7)]=HELP_MESSAGES[_0x1404ff(0x1be)]['bstackAccessKey'],_0x10a9b9[_0x1404ff(0x1b9)]=_0x181a06[_0x1404ff(0x1f5)];const _0x14867a={};_0x14867a[_0x1404ff(0x1f7)]=HELP_MESSAGES['options']['hosts'],_0x14867a['type']=_0x181a06[_0x1404ff(0x1f5)],_0x14867a[_0x1404ff(0x1da)]=!![];const _0x44bf93={};return _0x44bf93[_0x1404ff(0x1d6)]=_0x10a9b9,_0x44bf93[_0x1404ff(0x1e6)]=_0x14867a,_0x81d68[_0x1404ff(0x1be)](_0x44bf93);},connectCommandHandler=async function(_0x2eac65){const _0x430102=a12_0x5e7223,_0x10481f={'NNsuH':'integrations','PfKJn':function(_0x5d8e3d,_0x484723){return _0x5d8e3d===_0x484723;},'rSxyp':_0x430102(0x1ee),'wSklu':'BrowserStack\x20access\x20key\x20missing.','EEaql':function(_0x3b3c0b,_0x320363){return _0x3b3c0b===_0x320363;},'KliCb':_0x430102(0x1e3),'vtKsi':function(_0x1f6b09,_0x5c77e6){return _0x1f6b09(_0x5c77e6);},'kJfaE':_0x430102(0x1f6),'AqOjy':'integrations-repeater','efGCt':'Connection\x20established\x20successfully.','RiPcJ':_0x430102(0x1c5)};try{const _0x5b2b95=new BrowserStackSetup(_0x2eac65,_0x10481f[_0x430102(0x1d1)]);_0x2eac65[_0x430102(0x1dd)]&&(_0x5b2b95['config']['accessKey']=_0x2eac65['bstackAccesskey']);if(_0x10481f[_0x430102(0x1f2)](typeof _0x5b2b95[_0x430102(0x1e1)][_0x430102(0x1f0)],_0x10481f['rSxyp'])){logger[_0x430102(0x1c3)](_0x10481f[_0x430102(0x1f1)]);throw new Error(ERROR_MESSAGES[_0x430102(0x1dc)][_0x430102(0x1c7)]);}const _0x30263b=_0x2eac65[_0x430102(0x1e6)];if(_0x10481f[_0x430102(0x1d7)](typeof _0x30263b,_0x10481f['rSxyp'])){logger[_0x430102(0x1c3)](_0x10481f[_0x430102(0x1d5)]);throw new Error(ERROR_MESSAGES['hosts'][_0x430102(0x1c7)]);}if(!_0x10481f[_0x430102(0x1f4)](validHosts,_0x30263b)){logger[_0x430102(0x1c3)](_0x10481f[_0x430102(0x1ca)]);throw new Error(ERROR_MESSAGES['hosts'][_0x430102(0x1c1)]);}const _0x10e558=_0x10481f['vtKsi'](parseOnPremHosts,_0x30263b);_0x5b2b95[_0x430102(0x1e1)]['browserstackLocal']=!![],_0x5b2b95['config']['browserStackLocalOptions'][_0x430102(0x1de)]=_0x10481f[_0x430102(0x1d4)],_0x5b2b95[_0x430102(0x1e1)]['browserStackLocalOptions'][_0x430102(0x1eb)]=_0x10e558['join'](','),helper[_0x430102(0x1ba)](_0x5b2b95[_0x430102(0x1e1)]),await _0x5b2b95['setupBrowserstackLocal'](),logger[_0x430102(0x1b2)](_0x10481f[_0x430102(0x1b7)]);}catch(_0xc5538d){logger[_0x430102(0x1c3)](_0x10481f[_0x430102(0x1bc)]);throw new Error(_0xc5538d[_0x430102(0x1ef)]());}};function a12_0x2f84(){const _0x55c16f=['command','only','trim','5787108PSnTWi','undefined','toString','accessKey','wSklu','PfKJn','cmNro','vtKsi','qWeXM','Hosts\x20not\x20valid','describe','info','443','1509512QnQoZr','1808922uYorpg','map','efGCt','every','type','setProxySettings','https','RiPcJ','url','options','usage','11708466kzmitF','invalid','./constants','error','https:','Failed\x20to\x20establish\x20connection.','root','missing','footer','connect','kJfaE','help','epilogue','../../helpers/BrowserStackSetup','GyRsC','VMOdW','1DHrLuj','NNsuH','protocol','winstonLogger','AqOjy','KliCb','bstack-accesskey','EEaql','WSFBq','3405128czgyHe','demandOption','10oZlqCl','bstackAccessKey','bstackAccesskey','localIdentifier','25KnIbUW','1397931VbMxDj','config','2165928jJETHG','Integration\x20hosts\x20missing.','fexVq','split','hosts','GFPsJ','hostname','jKelO'];a12_0x2f84=function(){return _0x55c16f;};return a12_0x2f84();}function run(_0x207fbf){const _0x1fe9e0=a12_0x5e7223,_0x2d92fd={};_0x2d92fd[_0x1fe9e0(0x1f3)]=_0x1fe9e0(0x1c9),_0x2d92fd['WSFBq']=_0x1fe9e0(0x1cb);const _0x48ef7b=_0x2d92fd;_0x207fbf[_0x1fe9e0(0x1bf)](HELP_MESSAGES[_0x1fe9e0(0x1ea)][_0x1fe9e0(0x1c6)])[_0x1fe9e0(0x1ea)](_0x48ef7b[_0x1fe9e0(0x1f3)],HELP_MESSAGES[_0x1fe9e0(0x1ea)]['connect'],connectCommandBuilder,connectCommandHandler)['demandCommand']()[_0x1fe9e0(0x1cb)](_0x48ef7b[_0x1fe9e0(0x1d8)])[_0x1fe9e0(0x1cc)](HELP_MESSAGES['command'][_0x1fe9e0(0x1c8)]);}module['exports']=run;
2
+ 'use strict';const a12_0x9687bb=a12_0x8390;(function(_0x3ef146,_0x26c671){const _0x3e84bd=a12_0x8390,_0x1e038e=_0x3ef146();while(!![]){try{const _0x76acd4=parseInt(_0x3e84bd(0xb0))/0x1*(-parseInt(_0x3e84bd(0x98))/0x2)+-parseInt(_0x3e84bd(0xb7))/0x3+-parseInt(_0x3e84bd(0xa4))/0x4*(-parseInt(_0x3e84bd(0xcc))/0x5)+-parseInt(_0x3e84bd(0x94))/0x6+-parseInt(_0x3e84bd(0x90))/0x7*(-parseInt(_0x3e84bd(0xa5))/0x8)+parseInt(_0x3e84bd(0x9c))/0x9*(-parseInt(_0x3e84bd(0xa6))/0xa)+-parseInt(_0x3e84bd(0xbc))/0xb*(-parseInt(_0x3e84bd(0xb3))/0xc);if(_0x76acd4===_0x26c671)break;else _0x1e038e['push'](_0x1e038e['shift']());}catch(_0x5bbe3a){_0x1e038e['push'](_0x1e038e['shift']());}}}(a12_0x499a,0x836c5));const {default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),logger=require(a12_0x9687bb(0xb2))[a12_0x9687bb(0x9a)],{URL}=require(a12_0x9687bb(0x99)),helper=require(a12_0x9687bb(0xb9)),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x9687bb(0x8b)),validHosts=function(_0x5b3ba7){const _0x27692f=a12_0x9687bb;return _0x5b3ba7[_0x27692f(0x92)](',')[_0x27692f(0xba)](_0x2a39f6=>{const _0x2ea0af=_0x27692f;try{new URL(_0x2a39f6[_0x2ea0af(0x8a)]());}catch(_0x139043){return![];}return!![];});},parseOnPremHosts=function(_0x35e058){const _0x28601c=a12_0x9687bb,_0x33ad05={};_0x33ad05['lTCIp']=function(_0x42a094,_0x18d356){return _0x42a094===_0x18d356;},_0x33ad05[_0x28601c(0x8e)]=_0x28601c(0xa3),_0x33ad05['EVdyO']=_0x28601c(0xbe),_0x33ad05[_0x28601c(0xa7)]='https';const _0x291fe9=_0x33ad05;return _0x35e058[_0x28601c(0x92)](',')['map'](_0x63562a=>{const _0x33e59a=_0x28601c,_0x301119=new URL(_0x63562a['trim']()),_0xec0bd3=_0x301119[_0x33e59a(0x97)],_0x2f7bb8=_0x301119[_0x33e59a(0x91)]||(_0x291fe9['lTCIp'](_0x301119[_0x33e59a(0xaa)],_0x291fe9['SvLwE'])?_0x291fe9[_0x33e59a(0xaf)]:'80'),_0x20fbc2=_0x301119[_0x33e59a(0xaa)][_0x33e59a(0x9d)](':',''),_0x52b872=_0x291fe9[_0x33e59a(0x93)](_0x20fbc2,_0x291fe9[_0x33e59a(0xa7)])?0x1:0x0;return _0xec0bd3+','+_0x2f7bb8+','+_0x52b872;});},connectCommandBuilder=function(_0x1e114e){const _0x31aacb=a12_0x9687bb,_0x53062b={};_0x53062b[_0x31aacb(0x9b)]=_0x31aacb(0x88);const _0x5c8907=_0x53062b,_0x3b1c2c={};_0x3b1c2c['describe']=HELP_MESSAGES['options'][_0x31aacb(0xc2)],_0x3b1c2c['type']=_0x5c8907[_0x31aacb(0x9b)];const _0x113137={};_0x113137[_0x31aacb(0xd1)]=HELP_MESSAGES[_0x31aacb(0xb4)][_0x31aacb(0xd2)],_0x113137[_0x31aacb(0x9e)]=_0x5c8907['Ldcwg'],_0x113137[_0x31aacb(0xc5)]=!![];const _0x2d62e5={};return _0x2d62e5[_0x31aacb(0x85)]=_0x3b1c2c,_0x2d62e5[_0x31aacb(0xd2)]=_0x113137,_0x1e114e[_0x31aacb(0xb4)](_0x2d62e5);},connectCommandHandler=async function(_0x4766fe){const _0x26def0=a12_0x9687bb,_0x255ba4={'YyDqk':_0x26def0(0xc0),'uZvRe':function(_0x28798d,_0x5598bf){return _0x28798d===_0x5598bf;},'TEiQt':_0x26def0(0xc3),'jmLCU':_0x26def0(0xc1),'vonmy':function(_0x596e4d,_0x2bc56d){return _0x596e4d===_0x2bc56d;},'NDetA':'Integration\x20hosts\x20missing.','TMMjU':function(_0x26368a,_0x247e2b){return _0x26368a(_0x247e2b);},'XBvBJ':_0x26def0(0xc7),'iQqHe':function(_0x244174,_0x38450d){return _0x244174(_0x38450d);},'fodPh':_0x26def0(0xbd),'QNTAv':_0x26def0(0xac),'iovtD':'Failed\x20to\x20establish\x20connection.'};try{const _0x4ed1eb=new BrowserStackSetup(_0x4766fe,_0x255ba4[_0x26def0(0xcb)]);_0x4766fe[_0x26def0(0xa1)]&&(_0x4ed1eb['config'][_0x26def0(0xbf)]=_0x4766fe[_0x26def0(0xa1)]);if(_0x255ba4['uZvRe'](typeof _0x4ed1eb[_0x26def0(0x8d)][_0x26def0(0xbf)],_0x255ba4[_0x26def0(0x96)])){logger[_0x26def0(0xc9)](_0x255ba4[_0x26def0(0xd0)]);throw new Error(ERROR_MESSAGES[_0x26def0(0xc2)][_0x26def0(0xc8)]);}const _0x457a0c=_0x4766fe[_0x26def0(0xd2)];if(_0x255ba4[_0x26def0(0x8f)](typeof _0x457a0c,_0x255ba4['TEiQt'])){logger[_0x26def0(0xc9)](_0x255ba4[_0x26def0(0xca)]);throw new Error(ERROR_MESSAGES[_0x26def0(0xd2)][_0x26def0(0xc8)]);}if(!_0x255ba4[_0x26def0(0xbb)](validHosts,_0x457a0c)){logger[_0x26def0(0xc9)](_0x255ba4[_0x26def0(0xad)]);throw new Error(ERROR_MESSAGES[_0x26def0(0xd2)][_0x26def0(0xb1)]);}const _0x12940c=_0x255ba4['iQqHe'](parseOnPremHosts,_0x457a0c);_0x4ed1eb['config'][_0x26def0(0xb5)]=!![],_0x4ed1eb[_0x26def0(0x8d)][_0x26def0(0xb8)][_0x26def0(0xab)]=_0x255ba4[_0x26def0(0xa8)],_0x4ed1eb[_0x26def0(0x8d)][_0x26def0(0xb8)][_0x26def0(0x89)]=_0x12940c[_0x26def0(0xa0)](','),helper[_0x26def0(0xc4)](_0x4ed1eb[_0x26def0(0x8d)]),await _0x4ed1eb[_0x26def0(0x8c)](),logger[_0x26def0(0x87)](_0x255ba4['QNTAv']);}catch(_0xa9539b){logger[_0x26def0(0xc9)](_0x255ba4[_0x26def0(0x86)]);throw new Error(_0xa9539b[_0x26def0(0xce)]());}};function run(_0x464699){const _0x18b0ce=a12_0x9687bb,_0x3331f1={};_0x3331f1[_0x18b0ce(0xa9)]=_0x18b0ce(0xae),_0x3331f1['fLQAL']='help';const _0x530857=_0x3331f1;_0x464699[_0x18b0ce(0xb6)](HELP_MESSAGES['command'][_0x18b0ce(0xa2)])[_0x18b0ce(0xc6)](_0x530857[_0x18b0ce(0xa9)],HELP_MESSAGES[_0x18b0ce(0xc6)][_0x18b0ce(0xae)],connectCommandBuilder,connectCommandHandler)[_0x18b0ce(0xcf)]()[_0x18b0ce(0xcd)](_0x530857[_0x18b0ce(0x9f)])['epilogue'](HELP_MESSAGES[_0x18b0ce(0xc6)]['footer']);}function a12_0x499a(){const _0x1135ab=['fodPh','IftRN','protocol','localIdentifier','Connection\x20established\x20successfully.','XBvBJ','connect','EVdyO','1068195QwZBFw','invalid','../../helpers/logger','1063620TQechr','options','browserstackLocal','usage','2064651yIWLum','browserStackLocalOptions','../../helpers/helper','every','TMMjU','198loypUi','integrations-repeater','443','accessKey','integrations','BrowserStack\x20access\x20key\x20missing.','bstackAccessKey','undefined','setProxySettings','demandOption','command','Hosts\x20not\x20valid','missing','error','NDetA','YyDqk','3613985EkLMtS','help','toString','demandCommand','jmLCU','describe','hosts','bstack-accesskey','iovtD','info','string','only','trim','./constants','setupBrowserstackLocal','config','SvLwE','vonmy','1873907epoRUg','port','split','lTCIp','1201146EPVMQq','exports','TEiQt','hostname','2IqNUDH','url','winstonLogger','Ldcwg','279VObeYa','replace','type','fLQAL','join','bstackAccesskey','root','https:','4elXmlP','8fjWZWK','29360HhmCdc','bRNwU'];a12_0x499a=function(){return _0x1135ab;};return a12_0x499a();}function a12_0x8390(_0x234c74,_0x362d81){const _0x499a34=a12_0x499a();return a12_0x8390=function(_0x839097,_0x41903){_0x839097=_0x839097-0x85;let _0x57a99d=_0x499a34[_0x839097];return _0x57a99d;},a12_0x8390(_0x234c74,_0x362d81);}module[a12_0x9687bb(0x95)]=run;
@@ -1 +1 @@
1
- var a13_0x32a03a=a13_0x27a2;(function(_0xe9d806,_0x281da8){var _0x2a64af=a13_0x27a2,_0x52be6c=_0xe9d806();while(!![]){try{var _0x3481bd=-parseInt(_0x2a64af(0x139))/0x1*(-parseInt(_0x2a64af(0x14b))/0x2)+-parseInt(_0x2a64af(0x148))/0x3*(-parseInt(_0x2a64af(0x135))/0x4)+-parseInt(_0x2a64af(0x14d))/0x5*(parseInt(_0x2a64af(0x134))/0x6)+parseInt(_0x2a64af(0x136))/0x7*(parseInt(_0x2a64af(0x145))/0x8)+-parseInt(_0x2a64af(0x141))/0x9*(-parseInt(_0x2a64af(0x144))/0xa)+parseInt(_0x2a64af(0x14c))/0xb+parseInt(_0x2a64af(0x14a))/0xc*(-parseInt(_0x2a64af(0x137))/0xd);if(_0x3481bd===_0x281da8)break;else _0x52be6c['push'](_0x52be6c['shift']());}catch(_0x15c9ad){_0x52be6c['push'](_0x52be6c['shift']());}}}(a13_0x3db3,0x5b465));var a13_0x21c49c={};a13_0x21c49c['bstackAccessKey']='Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.',a13_0x21c49c['hosts']=a13_0x32a03a(0x140);var a13_0x2793ec={};function a13_0x3db3(){var _0xc8ade9=['388FrfNBV','4571049RQiowZ','280280froUfd','hosts','1SMCQBM','Integration\x20hosts\x20are\x20not\x20in\x20the\x20right\x20format.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','command','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','missing','options','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','This\x20option\x20allows\x20you\x20to\x20provide\x20additional\x20configuration\x20specific\x20to\x20your\x20environment.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','2123550OVkKaV','bstackAccessKey','HELP_MESSAGES','20IwYliF','8TgctBs','ERROR_MESSAGES','root','4509XlBOgt','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','528nBeOKg','116244kVZVdH','4942696QmNNtv','5iYqIJW','connect','2733930nisbsn'];a13_0x3db3=function(){return _0xc8ade9;};return a13_0x3db3();}function a13_0x27a2(_0x13f333,_0x49836c){var _0x3db3e8=a13_0x3db3();return a13_0x27a2=function(_0x27a285,_0x1505ab){_0x27a285=_0x27a285-0x134;var _0x1d2d33=_0x3db3e8[_0x27a285];return _0x1d2d33;},a13_0x27a2(_0x13f333,_0x49836c);}a13_0x2793ec[a13_0x32a03a(0x147)]=a13_0x32a03a(0x13c),a13_0x2793ec[a13_0x32a03a(0x14e)]=a13_0x32a03a(0x13f),a13_0x2793ec['footer']=a13_0x32a03a(0x149);var a13_0x1a29b6={};a13_0x1a29b6[a13_0x32a03a(0x13e)]=a13_0x21c49c,a13_0x1a29b6[a13_0x32a03a(0x13b)]=a13_0x2793ec,exports[a13_0x32a03a(0x143)]=a13_0x1a29b6;var a13_0x104927={};a13_0x104927[a13_0x32a03a(0x13d)]='BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.';var a13_0x7a6276={};a13_0x7a6276[a13_0x32a03a(0x13d)]='Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.',a13_0x7a6276['invalid']=a13_0x32a03a(0x13a);var a13_0x40289f={};a13_0x40289f[a13_0x32a03a(0x142)]=a13_0x104927,a13_0x40289f[a13_0x32a03a(0x138)]=a13_0x7a6276,exports[a13_0x32a03a(0x146)]=a13_0x40289f;
1
+ var a13_0x58069b=a13_0x2779;(function(_0xb29470,_0x188d16){var _0x42d958=a13_0x2779,_0x4f584e=_0xb29470();while(!![]){try{var _0x48161d=-parseInt(_0x42d958(0x1d3))/0x1*(-parseInt(_0x42d958(0x1cc))/0x2)+-parseInt(_0x42d958(0x1bc))/0x3+-parseInt(_0x42d958(0x1c2))/0x4+parseInt(_0x42d958(0x1bb))/0x5*(-parseInt(_0x42d958(0x1c7))/0x6)+parseInt(_0x42d958(0x1be))/0x7+parseInt(_0x42d958(0x1ba))/0x8+parseInt(_0x42d958(0x1c5))/0x9*(parseInt(_0x42d958(0x1bf))/0xa);if(_0x48161d===_0x188d16)break;else _0x4f584e['push'](_0x4f584e['shift']());}catch(_0x312f15){_0x4f584e['push'](_0x4f584e['shift']());}}}(a13_0x1aa2,0x26bcf));var a13_0x195326={};a13_0x195326['bstackAccessKey']=a13_0x58069b(0x1d0),a13_0x195326['hosts']=a13_0x58069b(0x1cd);var a13_0x5714f4={};a13_0x5714f4[a13_0x58069b(0x1c1)]=a13_0x58069b(0x1c6),a13_0x5714f4[a13_0x58069b(0x1c4)]=a13_0x58069b(0x1c9),a13_0x5714f4[a13_0x58069b(0x1c0)]=a13_0x58069b(0x1ca);var a13_0x463cb0={};function a13_0x2779(_0xc62b1f,_0x2fd8f1){var _0x1aa2c2=a13_0x1aa2();return a13_0x2779=function(_0x277923,_0x2ef7af){_0x277923=_0x277923-0x1b9;var _0x8a214e=_0x1aa2c2[_0x277923];return _0x8a214e;},a13_0x2779(_0xc62b1f,_0x2fd8f1);}a13_0x463cb0[a13_0x58069b(0x1c8)]=a13_0x195326,a13_0x463cb0[a13_0x58069b(0x1ce)]=a13_0x5714f4,exports[a13_0x58069b(0x1cb)]=a13_0x463cb0;var a13_0x1f6128={};a13_0x1f6128[a13_0x58069b(0x1d1)]=a13_0x58069b(0x1d2);var a13_0x183286={};a13_0x183286[a13_0x58069b(0x1d1)]='Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.',a13_0x183286[a13_0x58069b(0x1c3)]=a13_0x58069b(0x1cf);function a13_0x1aa2(){var _0x5aad73=['BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','169dKQLxx','bstackAccessKey','ERROR_MESSAGES','1388624JWzhcn','111365LMPhIS','664722UPRqDU','hosts','608013KFTCyt','1536410mdwrir','footer','root','588416VZJVOZ','invalid','connect','9mfydRi','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','36stkmAs','options','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','HELP_MESSAGES','2922sBiJto','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.','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.','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','missing'];a13_0x1aa2=function(){return _0x5aad73;};return a13_0x1aa2();}var a13_0x29844f={};a13_0x29844f[a13_0x58069b(0x1d4)]=a13_0x1f6128,a13_0x29844f[a13_0x58069b(0x1bd)]=a13_0x183286,exports[a13_0x58069b(0x1b9)]=a13_0x29844f;