browserstack-node-sdk 1.34.37 → 1.34.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (134) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/start.js +1 -1
  18. package/ats/src/commands/start_commands/grid.js +1 -1
  19. package/ats/src/commands/stop.js +1 -1
  20. package/ats/src/commands/stop_commands/grid.js +1 -1
  21. package/ats/src/config/constants.js +1 -1
  22. package/ats/src/config/logger.js +1 -1
  23. package/ats/src/index.js +1 -1
  24. package/ats/src/utils/AWSUtils.js +1 -1
  25. package/ats/src/utils/createAutoscalerStack.js +1 -1
  26. package/ats/src/utils/createClusterStack.js +1 -1
  27. package/ats/src/utils/createHubHaStack.js +1 -1
  28. package/ats/src/utils/createk8sClient.js +1 -1
  29. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  30. package/ats/src/utils/deleteStack.js +1 -1
  31. package/ats/src/utils/describeStack.js +1 -1
  32. package/ats/src/utils/gridComponents.js +1 -1
  33. package/ats/src/utils/hstUtils.js +1 -1
  34. package/ats/src/utils/instrumentationUtils.js +1 -1
  35. package/ats/src/utils/userInput.js +1 -1
  36. package/ats/src/utils/utilityMethods.js +1 -1
  37. package/ats/src/utils/webSocketUtils.js +1 -1
  38. package/package.json +1 -1
  39. package/src/ai-sdk-node/bundle.js +1 -1
  40. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  41. package/src/bin/codeceptjs/command.js +1 -1
  42. package/src/bin/codeceptjs/helper.js +1 -1
  43. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  44. package/src/bin/cucumber-js/command.js +1 -1
  45. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  46. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  47. package/src/bin/cucumber-js/test-observability.js +1 -1
  48. package/src/bin/cucumber-js/test.setup.js +1 -1
  49. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  50. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  51. package/src/bin/integrations/command.js +1 -1
  52. package/src/bin/integrations/constants.js +1 -1
  53. package/src/bin/jest/command.js +1 -1
  54. package/src/bin/jest/customImplements/customCircus.js +1 -1
  55. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  56. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  57. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  58. package/src/bin/jest/jest.setup.js +1 -1
  59. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  60. package/src/bin/jest/test-observability/helper.js +1 -1
  61. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  62. package/src/bin/jest/test-observability/test-details.js +1 -1
  63. package/src/bin/jest/test_before.setup.js +1 -1
  64. package/src/bin/launcher/launcher.js +1 -1
  65. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  66. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  67. package/src/bin/mocha/command.js +1 -1
  68. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  69. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  70. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  71. package/src/bin/mocha/test.setup.js +1 -1
  72. package/src/bin/nightwatch/command.js +1 -1
  73. package/src/bin/playwright/accessibility-helper.js +1 -1
  74. package/src/bin/playwright/command.js +1 -1
  75. package/src/bin/playwright/globalSetup.js +1 -1
  76. package/src/bin/playwright/mock-process.js +1 -1
  77. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  78. package/src/bin/playwright/patches.js +1 -1
  79. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  80. package/src/bin/playwright/reporter/reporter.js +1 -1
  81. package/src/bin/playwright/reporter/test-details.js +1 -1
  82. package/src/bin/playwright/sessionDetails.js +1 -1
  83. package/src/bin/runner.js +1 -1
  84. package/src/bin/setup.js +1 -1
  85. package/src/bin/test-runner/index.js +1 -1
  86. package/src/bin/test-runner/runTest.js +1 -1
  87. package/src/bin/test-runner/testWorker.js +1 -1
  88. package/src/bin/utils/constants.js +1 -1
  89. package/src/bin/utils/log4jsAppender.js +1 -1
  90. package/src/bin/utils/logPatcher.js +1 -1
  91. package/src/bin/utils/logReportingAPI.js +1 -1
  92. package/src/bin/vanilla-js/command.js +1 -1
  93. package/src/browserStackSdk.js +1 -1
  94. package/src/helpers/BrowserStackSetup.js +1 -1
  95. package/src/helpers/accessibility-automation/constants.js +1 -1
  96. package/src/helpers/accessibility-automation/helper.js +1 -1
  97. package/src/helpers/accessibility-automation/scripts.js +1 -1
  98. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  99. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  100. package/src/helpers/ats/constants.js +1 -1
  101. package/src/helpers/ats/helper.js +1 -1
  102. package/src/helpers/capsMapping.js +1 -1
  103. package/src/helpers/central-scanner/constants.js +1 -1
  104. package/src/helpers/central-scanner/helpers.js +1 -1
  105. package/src/helpers/globals.js +1 -1
  106. package/src/helpers/helper.js +1 -1
  107. package/src/helpers/logger.js +1 -1
  108. package/src/helpers/patchHelper.js +1 -1
  109. package/src/helpers/patchHelpers.js +1 -1
  110. package/src/helpers/percy/Percy.js +1 -1
  111. package/src/helpers/percy/PercyBinary.js +1 -1
  112. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  113. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  114. package/src/helpers/percy/PercySDK.js +1 -1
  115. package/src/helpers/percy/index.js +1 -1
  116. package/src/helpers/percy/utils.js +1 -1
  117. package/src/helpers/performance/constants.js +1 -1
  118. package/src/helpers/performance/performance-tester.js +1 -1
  119. package/src/helpers/processHelper.js +1 -1
  120. package/src/helpers/request-spy.js +1 -1
  121. package/src/helpers/setKeepAlive.js +1 -1
  122. package/src/helpers/test-observability/constants.js +1 -1
  123. package/src/helpers/test-observability/error-handler.js +1 -1
  124. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  125. package/src/helpers/test-observability/sessionHandler.js +1 -1
  126. package/src/helpers/test-observability/utils.js +1 -1
  127. package/src/helpers/testhub/constants.js +1 -1
  128. package/src/helpers/testhub/testhubHandler.js +1 -1
  129. package/src/helpers/testhub/utils.js +1 -1
  130. package/src/helpers/timeoutPromise.js +1 -1
  131. package/src/helpers/utilities.js +1 -1
  132. package/src/helpers/w3cMapping.js +1 -1
  133. package/src/hubAllocationMethods.js +1 -1
  134. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a6_0x270aab=a6_0x4ae7;(function(_0x1214cf,_0xc42f77){const _0x2cc2c9=a6_0x4ae7,_0x1997f0=_0x1214cf();while(!![]){try{const _0x160a46=parseInt(_0x2cc2c9(0xd5))/0x1*(-parseInt(_0x2cc2c9(0xee))/0x2)+-parseInt(_0x2cc2c9(0x8c))/0x3+-parseInt(_0x2cc2c9(0xba))/0x4+-parseInt(_0x2cc2c9(0x106))/0x5*(-parseInt(_0x2cc2c9(0xa2))/0x6)+-parseInt(_0x2cc2c9(0x89))/0x7*(parseInt(_0x2cc2c9(0x9c))/0x8)+parseInt(_0x2cc2c9(0xd2))/0x9*(-parseInt(_0x2cc2c9(0x8d))/0xa)+parseInt(_0x2cc2c9(0x122))/0xb;if(_0x160a46===_0xc42f77)break;else _0x1997f0['push'](_0x1997f0['shift']());}catch(_0x2f2268){_0x1997f0['push'](_0x1997f0['shift']());}}}(a6_0x4892,0x507cf));function a6_0x4ae7(_0x4427db,_0x53d7ef){const _0x489208=a6_0x4892();return a6_0x4ae7=function(_0x4ae76e,_0x1f7145){_0x4ae76e=_0x4ae76e-0x74;let _0x2507a4=_0x489208[_0x4ae76e];return _0x2507a4;},a6_0x4ae7(_0x4427db,_0x53d7ef);}const {requireModule,getPlatformName,nestedKeyValue,isUndefined}=require(a6_0x270aab(0xd7)),util=require('util'),{Formatter,formatterHelpers,Status}=requireModule('@cucumber/cucumber'),TestDetails=require(a6_0x270aab(0xf4)),TestObservabilityReporter=require('../test-observability.js'),{o11yClassErrorHandler}=require(a6_0x270aab(0xaa)),{shouldProcessEventForTesthub}=require(a6_0x270aab(0xe6)),testObservabilityReporter=new TestObservabilityReporter(),logger=require(a6_0x270aab(0xf7))[a6_0x270aab(0x110)],_tests={},_testCasesData={};function a6_0x4892(){const _0x4574e9=['CONFIG','29188qNIUJS','dXMeD','AIrVE','Executing\x20tests\x20for\x20','getTestUUID','nElDK','onSource','actionLocation','bdamS','\x20-\x20','testCaseStartedId','testStepStarted','testCaseAttemptDataMap','split','Exception\x20in\x20onTestStepStarted\x20event:\x20','UNKNOWN','YDoUu','exception','onTestRunStarted','yqnah','vYryf','pickleId','name','FAILED','81akCpyM','rule','feature','99IjUMLS','Kujmj','../../../helpers/helper','testStepFinished','finishedAt','testCases','\x20\x20\x20\x20','text','AMBIGUOUS','toISOString','testRunStarted','parse','HookRunFinished','sendHook','Exception\x20in\x20sending\x20onTestCaseFinished\x20event:\x20\x20','sendTestRunEventForCucumber','TestRunStarted','../../../helpers/testhub/utils.js','stepDefinition','UNDEFINED','PASSED','__platform','hook','logTestRunFinished','cHGTA','3732eUwtdu','result','fLHVi','Exception\x20in\x20onTestStepFinished\x20event:\x20','values','env','../../playwright/reporter/test-details.js','assign','testCaseFinished','../../../helpers/logger','gherkinDocumentMap','testStepResult','yUDEs','getGherkinDocument','sSewp','log','extractStepContainers','logTestCaseFinished','HookRunStarted','gherkinDocument','aevXb','steps','format','onTestStepStarted','330cpTQur','ybbct','failureType','OTBfO','finished_at','background','testRunFinished','WSeIJ','pickleStepId','eventBroadcaster','winstonLogger','forEach','AwryU','sourceLocation','snippetBuilder','cucumber-js/test.setup.js','onStepDefinition','SOzUD','TestRunFinished','YSalV','fETmA','TBmfw','testStepId','qRyQq','supportCodeLibrary','SKIPPED','seconds','LMfas','12375902BkYUkN','ylPPS','onTestCaseStarted','keyword','IAvtu','report','HKJjZ','OXBcC','message','setup','testCaseStarted','bstack','lLkUu','pickle','path','description','hooks','eventDataCollector','debug','testCaseMap','toString','cwd','testSteps','1466794JvmUgc','GqTAq','pickleMap','712965nDVSQu','81430rvKTge','onTestStepFinished','find','envelope','VKMtp','includes','ZETOD','sbvtX','xvKEM','SpwEj','Pbmog','4|3|0|2|1','hsgBb','onPickle','onHook','16tJytWT','onTestRunFinished','kwMAh','failed','TTZVr','uri','11514zzInqC','WuJoc','testCaseId','PENDING','status','getTestCaseAttempt','onTestCase','duration','../../../helpers/test-observability/error-handler','push','alMoQ','getGherkinStepMap','pxhiR','isBstackHook','onGherkinDocument','dgWKH','exports','children','scenario','testCaseAttempt','testCase','geIxP','map'];a6_0x4892=function(){return _0x4574e9;};return a6_0x4892();}class BrowserstackFormatter extends Formatter{constructor(_0xf5e18){const _0x3e085f=a6_0x270aab,_0xd82181={};_0xd82181[_0x3e085f(0x102)]=_0x3e085f(0x90);const _0x47bc57=_0xd82181;super(_0xf5e18),this[_0x3e085f(0x77)]={},_0xf5e18[_0x3e085f(0x10f)]['on'](_0x47bc57[_0x3e085f(0x102)],async _0x483df4=>{const _0x85381b=_0x3e085f;switch(!![]){case!!_0x483df4[_0x85381b(0xdf)]:this[_0x85381b(0xcc)](_0x483df4[_0x85381b(0xdf)]);break;case!!_0x483df4[_0x85381b(0x10c)]:this[_0x85381b(0x9d)](_0x483df4['testRunFinished']);break;case!!_0x483df4[_0x85381b(0x7c)]:this['onTestCaseStarted'](_0x483df4[_0x85381b(0x7c)],_0xf5e18,_0x483df4);break;case!!_0x483df4['testCaseFinished']:this['onTestCaseFinished'](_0x483df4[_0x85381b(0xf6)],_0xf5e18,_0x483df4);break;case!!_0x483df4[_0x85381b(0xc5)]:this[_0x85381b(0x105)](_0x483df4[_0x85381b(0xc5)],_0xf5e18);break;case!!_0x483df4[_0x85381b(0xd8)]:this[_0x85381b(0x8e)](_0x483df4['testStepFinished'],_0xf5e18);break;case!!_0x483df4['hook']:this[_0x85381b(0x9b)](_0x483df4[_0x85381b(0xeb)]);break;case!!_0x483df4[_0x85381b(0xb6)]:this[_0x85381b(0xa8)](_0x483df4[_0x85381b(0xb6)]);break;case!!_0x483df4[_0x85381b(0x7f)]:this[_0x85381b(0x9a)](_0x483df4['pickle']);break;case!!_0x483df4[_0x85381b(0x101)]:this[_0x85381b(0xb0)](_0x483df4[_0x85381b(0x101)]);break;}});}[a6_0x270aab(0x9b)](_0x35644b){const _0x5e4a97=a6_0x270aab;this[_0x5e4a97(0x77)][_0x5e4a97(0x82)]=Object[_0x5e4a97(0xf5)]([],this[_0x5e4a97(0x77)][_0x5e4a97(0x82)]||[]),this[_0x5e4a97(0x77)]['hooks'][_0x5e4a97(0xab)](_0x35644b);}[a6_0x270aab(0x9a)](_0x32931e){const _0x24794b=a6_0x270aab;this[_0x24794b(0x77)][_0x24794b(0x7f)]=Object['assign']([],this[_0x24794b(0x77)][_0x24794b(0x7f)]||[],[_0x32931e]),this['report'][_0x24794b(0x7f)][_0x24794b(0xab)](_0x32931e);}[a6_0x270aab(0xb0)](_0x395f57){const _0x49dbc6=a6_0x270aab;this[_0x49dbc6(0x77)][_0x49dbc6(0x101)]=Object[_0x49dbc6(0xf5)]([],this[_0x49dbc6(0x77)][_0x49dbc6(0x101)]||[],[_0x395f57]),this[_0x49dbc6(0x77)][_0x49dbc6(0x101)][_0x49dbc6(0xab)](_0x395f57);}[a6_0x270aab(0xc0)](_0x4b65b0){this['report']['source']=_0x4b65b0;}[a6_0x270aab(0x116)](_0x4c4209){const _0x466dc1=a6_0x270aab;this[_0x466dc1(0x77)]['stepDefinition']=Object[_0x466dc1(0xf5)]([],this[_0x466dc1(0x77)][_0x466dc1(0xe7)]||[],[_0x4c4209]),this[_0x466dc1(0x77)][_0x466dc1(0xe7)][_0x466dc1(0xab)](_0x4c4209);}[a6_0x270aab(0xa8)](_0x41bd83){const _0x4c2b67=a6_0x270aab;this[_0x4c2b67(0x77)][_0x4c2b67(0xda)]=Object[_0x4c2b67(0xf5)]([],this[_0x4c2b67(0x77)][_0x4c2b67(0xda)]||[],[_0x41bd83]),this['report'][_0x4c2b67(0xda)][_0x4c2b67(0xab)](_0x41bd83);}[a6_0x270aab(0xff)](_0x20b414){const _0x1b5c1e=a6_0x270aab,_0x235374={'ClHDK':function(_0x2465b5,_0x325586){return _0x2465b5!==_0x325586;},'kwMAh':_0x1b5c1e(0x7d),'alMoQ':function(_0x319b9e,_0x5de38e){return _0x319b9e+_0x5de38e;},'SOzUD':function(_0xdb1169,_0x30b9ce){return _0xdb1169+_0x30b9ce;},'yUDEs':function(_0x1e1e13,_0xbc0f10){return _0x1e1e13+_0xbc0f10;},'OXBcC':_0x1b5c1e(0xdb),'lLkUu':_0x1b5c1e(0xc3),'YSalV':function(_0x5c943e,_0x3d61ff){return _0x5c943e===_0x3d61ff;},'fETmA':_0x1b5c1e(0xd1),'IAvtu':function(_0x3c83b9,_0x4a269c,_0x4a3a37){return _0x3c83b9(_0x4a269c,_0x4a3a37);},'WuJoc':_0x1b5c1e(0xef),'Pbmog':_0x1b5c1e(0x7a),'zJaBB':function(_0xb0b3e3,_0x801a2a){return _0xb0b3e3+_0x801a2a;},'sSewp':function(_0x32ed21,_0x4f4894){return _0x32ed21!==_0x4f4894;},'xvKEM':function(_0x1916f3,_0x1b93e3){return _0x1916f3+_0x1b93e3;},'vYryf':function(_0x5b7d35,_0x29d0b9){return _0x5b7d35+_0x29d0b9;},'fcMUX':function(_0x2e4968,_0x5c21d7){return _0x2e4968+_0x5c21d7;},'rwXnG':function(_0x144d02,_0x4cf03e){return _0x144d02+_0x4cf03e;}};_0x235374[_0x1b5c1e(0xfc)](global['__platform'],undefined)&&this[_0x1b5c1e(0xfd)](_0x235374[_0x1b5c1e(0x95)](_0x235374[_0x1b5c1e(0xce)]('\x0a',global[_0x1b5c1e(0xea)]),'\x0a'));const _0x2f39af=this[_0x1b5c1e(0x83)][_0x1b5c1e(0xa7)](_0x20b414['testCaseStartedId']);this[_0x1b5c1e(0xfd)](_0x235374[_0x1b5c1e(0xac)](_0x235374['fcMUX'](_0x235374[_0x1b5c1e(0x95)](_0x235374['rwXnG']('\x20\x20',_0x2f39af[_0x1b5c1e(0x101)][_0x1b5c1e(0xd4)][_0x1b5c1e(0xd0)]),_0x235374['lLkUu']),_0x2f39af[_0x1b5c1e(0x7f)][_0x1b5c1e(0xd0)]),'\x0a'));const _0x30004d={};_0x30004d['cwd']=this[_0x1b5c1e(0x87)],_0x30004d[_0x1b5c1e(0x114)]=this[_0x1b5c1e(0x114)],_0x30004d['supportCodeLibrary']=this[_0x1b5c1e(0x11e)],_0x30004d[_0x1b5c1e(0xb5)]=_0x2f39af;const _0x2c5e3a=formatterHelpers['parseTestCaseAttempt'](_0x30004d);let _0xc750c4=![];_0x2c5e3a[_0x1b5c1e(0x88)][_0x1b5c1e(0x111)](_0x30eede=>{const _0x228ac1=_0x1b5c1e;if(_0x235374['ClHDK'](_0x30eede[_0x228ac1(0xd0)],_0x235374[_0x228ac1(0x9e)])&&!this[_0x228ac1(0xaf)](_0x30eede)){totalTests+=0x1,this[_0x228ac1(0xfd)](_0x235374[_0x228ac1(0xac)](_0x235374[_0x228ac1(0xac)](_0x235374[_0x228ac1(0xac)](_0x235374['SOzUD'](_0x235374[_0x228ac1(0xfa)](_0x235374[_0x228ac1(0x79)],_0x30eede[_0x228ac1(0x75)]),_0x30eede[_0x228ac1(0xdc)]||''),_0x235374[_0x228ac1(0x7e)]),Status[_0x30eede[_0x228ac1(0xef)][_0x228ac1(0xa6)]]),'\x0a')),this['incrementCounter'](Status[_0x30eede[_0x228ac1(0xef)][_0x228ac1(0xa6)]]);if(_0x235374[_0x228ac1(0x119)](Status[_0x30eede[_0x228ac1(0xef)][_0x228ac1(0xa6)]],_0x235374[_0x228ac1(0x11a)])){_0xc750c4=!![];const _0x3ea1e9=_0x235374[_0x228ac1(0x76)](nestedKeyValue,_0x30eede,[_0x235374[_0x228ac1(0xa3)],_0x235374[_0x228ac1(0x97)]]);_0x3ea1e9&&(testsErrorMessage[_0x235374[_0x228ac1(0x117)](_0x235374[_0x228ac1(0x117)](_0x2f39af[_0x228ac1(0x101)][_0x228ac1(0xd4)][_0x228ac1(0xd0)],_0x235374[_0x228ac1(0x7e)]),_0x2f39af[_0x228ac1(0x7f)]['name'])]=_0x3ea1e9,this[_0x228ac1(0xfd)](_0x235374['zJaBB'](_0x3ea1e9,'\x0a')));}}}),_0xc750c4&&(testSuitesFailed+=0x1),this[_0x1b5c1e(0xfd)]('\x0a');}[a6_0x270aab(0xec)](_0x50b372){}[a6_0x270aab(0xaf)](_0xd03ef2){const _0x29e552=a6_0x270aab,_0xcc4e32={};_0xcc4e32[_0x29e552(0xd6)]=function(_0x2fedd9,_0x5c60a5){return _0x2fedd9!==_0x5c60a5;},_0xcc4e32[_0x29e552(0xca)]=_0x29e552(0x115);const _0x229706=_0xcc4e32;if(_0x229706[_0x29e552(0xd6)](_0xd03ef2[_0x29e552(0x113)],undefined))return![];if(_0xd03ef2[_0x29e552(0xc1)]&&_0xd03ef2[_0x29e552(0xc1)][_0x29e552(0xa1)][_0x29e552(0x92)](_0x229706['YDoUu']))return!![];return![];}['incrementCounter'](_0x8e9fa0){const _0x212af3=a6_0x270aab,_0x18b033={};_0x18b033[_0x212af3(0x109)]='FAILED',_0x18b033[_0x212af3(0xcd)]=_0x212af3(0xe9),_0x18b033[_0x212af3(0xae)]=_0x212af3(0x11f),_0x18b033['nElDK']=_0x212af3(0xa5),_0x18b033[_0x212af3(0xbb)]=_0x212af3(0xe8),_0x18b033[_0x212af3(0xbc)]=_0x212af3(0xc9),_0x18b033[_0x212af3(0x91)]=_0x212af3(0xdd);const _0x616173=_0x18b033;switch(_0x8e9fa0){case _0x616173[_0x212af3(0x109)]:testsFailed+=0x1;break;case _0x616173[_0x212af3(0xcd)]:testsPassed+=0x1;break;case _0x616173[_0x212af3(0xae)]:testsSkipped+=0x1;break;case _0x616173[_0x212af3(0xbf)]:testsPending+=0x1;break;case _0x616173[_0x212af3(0xbb)]:testsUndefined+=0x1;break;case _0x616173[_0x212af3(0xbc)]:testsUnknown+=0x1;break;case _0x616173[_0x212af3(0x91)]:testsAmbiguous+=0x1;break;default:break;}}[a6_0x270aab(0xcc)](_0x450e03){const _0x179e6b=a6_0x270aab,_0x2e80c0={'QKOSI':function(_0x4d9d38,_0x2df83b){return _0x4d9d38!==_0x2df83b;},'ybbct':function(_0x15a4b9,_0x312289){return _0x15a4b9!==_0x312289;},'AwryU':function(_0x55385d,_0x175490){return _0x55385d(_0x175490);},'sbvtX':function(_0x214e72,_0x2d92df){return _0x214e72+_0x2d92df;},'LMfas':function(_0x9133ea){return _0x9133ea();}};let _0x5193e1;if(_0x2e80c0['QKOSI'](process['env'][_0x179e6b(0xb9)],undefined)){const _0x4746da=JSON[_0x179e6b(0xe0)](process[_0x179e6b(0xf3)][_0x179e6b(0xb9)]);_0x5193e1=_0x4746da['capability'];}_0x2e80c0[_0x179e6b(0x107)](_0x5193e1,undefined)&&(global['__platform']=_0x2e80c0[_0x179e6b(0x112)](getPlatformName,_0x5193e1),this[_0x179e6b(0xfd)](_0x2e80c0[_0x179e6b(0x94)](_0x179e6b(0xbd)+global['__platform'],'\x0a'))),_0x2e80c0[_0x179e6b(0x121)](shouldProcessEventForTesthub)&&(TestDetails[_0x179e6b(0x7b)](),this[_0x179e6b(0x77)]['testRunStarted']=_0x450e03);}[a6_0x270aab(0x9d)](_0x463dbb){const _0x50e921=a6_0x270aab;this[_0x50e921(0x77)][_0x50e921(0x10c)]=_0x463dbb,this['logTestRunFinished'](_0x463dbb);}async['onTestCaseStarted'](_0x47cce1,_0x3d5381,_0x2965a5){const _0x506ddd=a6_0x270aab,_0x59d4dc={'Gphyt':function(_0x55bccd,_0x1ae531){return _0x55bccd(_0x1ae531);},'TBmfw':_0x506ddd(0xe5),'SpwEj':function(_0x25df4a,_0x7e1fc6){return _0x25df4a&&_0x7e1fc6;}};testSuites+=0x1;if(_0x59d4dc['Gphyt'](shouldProcessEventForTesthub,_0x59d4dc[_0x506ddd(0x11b)]))try{this[_0x506ddd(0x77)][_0x506ddd(0x7c)]=this[_0x506ddd(0x77)][_0x506ddd(0x7c)]||{},this[_0x506ddd(0x77)][_0x506ddd(0x7c)][_0x47cce1['id']]=_0x47cce1;const _0x45bffe=TestDetails[_0x506ddd(0xbe)](_0x47cce1['id']);_testCasesData[_0x47cce1['id']]=Object[_0x506ddd(0xf5)]({},_0x2965a5);const _0x40917c=this[_0x506ddd(0x77)],_0x1ba1a0=_0x47cce1[_0x506ddd(0xa4)],_0x3b8257=_0x40917c[_0x506ddd(0xda)][_0x506ddd(0x8f)](_0x4e8930=>_0x4e8930['id']===_0x1ba1a0)[_0x506ddd(0xcf)],_0x2a873e=_0x40917c[_0x506ddd(0x7f)][_0x506ddd(0x8f)](_0x3f3d6f=>_0x3f3d6f['id']===_0x3b8257),_0x5a1036=_0x40917c[_0x506ddd(0x101)][_0x506ddd(0x8f)](_0x57f4de=>_0x57f4de[_0x506ddd(0xa1)]===_0x2a873e['uri']),_0x2d534d=_0x5a1036['feature'],_0x56dbe0={'uuid':_0x45bffe,'startedAt':new Date()[_0x506ddd(0xde)]()};if(_0x2a873e){const _0x156127={};_0x156127[_0x506ddd(0xd0)]=_0x2a873e[_0x506ddd(0xd0)],_0x56dbe0['scenario']=_0x156127;}if(_0x59d4dc[_0x506ddd(0x96)](_0x5a1036,_0x2d534d)){const _0x7971ae={};_0x7971ae[_0x506ddd(0x80)]=_0x5a1036[_0x506ddd(0xa1)],_0x7971ae[_0x506ddd(0xd0)]=_0x2d534d[_0x506ddd(0xd0)],_0x7971ae[_0x506ddd(0x81)]=_0x2d534d[_0x506ddd(0x81)],_0x56dbe0[_0x506ddd(0xd4)]=_0x7971ae;}_tests[_0x1ba1a0]=_0x56dbe0,await testObservabilityReporter[_0x506ddd(0xe4)](_0x2965a5,_0x5a1036,_0x2a873e,_0x59d4dc[_0x506ddd(0x11b)],_0x56dbe0);}catch(_0x83b2b4){logger[_0x506ddd(0x84)]('Exception\x20in\x20sending\x20onTestCaseStarted:\x20'+util[_0x506ddd(0x104)](_0x83b2b4)+'\x20');}}async['onTestCaseFinished'](_0x2fc9d9,_0x392418,_0x293fa7){const _0x5180fd=a6_0x270aab,_0x2284dc={'geIxP':function(_0x3a6365,_0x20d024){return _0x3a6365(_0x20d024);},'WSeIJ':_0x5180fd(0x118)};this[_0x5180fd(0xff)](_0x2fc9d9);if(_0x2284dc[_0x5180fd(0xb7)](shouldProcessEventForTesthub,_0x2284dc['WSeIJ']))try{this[_0x5180fd(0x77)][_0x5180fd(0xf6)]=this[_0x5180fd(0x77)]['testCaseFinished']||{},this[_0x5180fd(0x77)][_0x5180fd(0xf6)][_0x2fc9d9[_0x5180fd(0xc4)]]=_0x2fc9d9,_testCasesData[_0x293fa7['id']]=Object[_0x5180fd(0xf5)]({},_0x293fa7);const _0x16b8f0=_0x2fc9d9[_0x5180fd(0xc4)],_0xcc3d62=_0x392418[_0x5180fd(0x83)]['testCaseAttemptDataMap'][_0x16b8f0][_0x5180fd(0xa4)],_0x476bbe=_0x392418[_0x5180fd(0x83)][_0x5180fd(0x85)][_0xcc3d62],_0x5e2b36=_0x476bbe['pickleId'],_0x510c36=_0x392418['eventDataCollector'][_0x5180fd(0x8b)][_0x5e2b36],_0x3d114a=this[_0x5180fd(0xfb)](_0x392418,_0x510c36),_0x1d43c5=_tests[_0xcc3d62];_0x1d43c5&&(delete _tests[_0xcc3d62],_0x1d43c5[_0x5180fd(0xd9)]=new Date()[_0x5180fd(0xde)]()),await testObservabilityReporter['sendTestRunEventForCucumber'](_0x293fa7,_0x3d114a,_0x510c36,_0x2284dc[_0x5180fd(0x10d)],_0x1d43c5);}catch(_0x44b349){logger[_0x5180fd(0x84)](_0x5180fd(0xe3)+util[_0x5180fd(0x104)](_0x44b349));}}async[a6_0x270aab(0x105)](_0x12606a,_0x3eaa00){const _0x3261ce=a6_0x270aab,_0x4ba3ec={'dgWKH':function(_0x5f2e69,_0x5c8c2b){return _0x5f2e69(_0x5c8c2b);},'qRyQq':_0x3261ce(0x100),'CuomM':function(_0x4c05a7,_0x326e05){return _0x4c05a7!==_0x326e05;},'GqTAq':'testStepId'};if(_0x4ba3ec[_0x3261ce(0xb1)](shouldProcessEventForTesthub,_0x4ba3ec[_0x3261ce(0x11d)]))try{this[_0x3261ce(0x77)][_0x3261ce(0xc5)]=this['report'][_0x3261ce(0xc5)]||{},this['report'][_0x3261ce(0xc5)][_0x12606a[_0x3261ce(0xc4)]]=_0x12606a;const _0x120db3=_0x12606a[_0x3261ce(0xc4)],_0x3584db=_0x3eaa00[_0x3261ce(0x83)][_0x3261ce(0xc6)][_0x120db3][_0x3261ce(0xa4)],_0x4d3a51=this[_0x3261ce(0x77)][_0x3261ce(0xda)][_0x3261ce(0x8f)](_0x4197d2=>_0x4197d2['id']===_0x3584db)['pickleId'],_0x420732=this[_0x3261ce(0x77)][_0x3261ce(0x7f)][_0x3261ce(0x8f)](_0xd0b944=>_0xd0b944['id']===_0x4d3a51),_0x41a472=this[_0x3261ce(0x77)][_0x3261ce(0xda)][_0x3261ce(0x8f)](_0x26798a=>_0x26798a['id']===_0x3584db)[_0x3261ce(0x88)],_0x39561f=this[_0x3261ce(0x77)][_0x3261ce(0xc5)][_0x120db3][_0x3261ce(0x11c)],_0x50efb6=_0x41a472['find'](_0x19851b=>_0x19851b['id']===_0x39561f)[_0x3261ce(0x10e)],_0x4729ea=_0x420732[_0x3261ce(0x103)]['find'](_0x30bcbc=>_0x30bcbc['id']===_0x50efb6);if(_0x50efb6&&_tests[_0x3584db]&&_0x4ba3ec['CuomM'](_tests[_0x3584db][_0x4ba3ec['GqTAq']],_0x39561f)){_tests[_0x3584db][_0x4ba3ec[_0x3261ce(0x8a)]]=_0x39561f;const _0x178de3={};_0x178de3[_0x3261ce(0x103)]=[];const _0x2489dc=_tests[_0x3584db]||_0x178de3;_0x2489dc&&!_0x2489dc[_0x3261ce(0x103)]&&(_0x2489dc[_0x3261ce(0x103)]=[]),_0x2489dc['steps'][_0x3261ce(0xab)]({'id':_0x4729ea['id'],'text':_0x4729ea[_0x3261ce(0xdc)],'started_at':new Date()[_0x3261ce(0xde)]()}),_tests[_0x3584db]=_0x2489dc;}await testObservabilityReporter[_0x3261ce(0xe2)](this[_0x3261ce(0x77)],_0x120db3,_0x4ba3ec['qRyQq'],_0x41a472,_0x39561f,_tests[_0x3584db]);}catch(_0x591b9d){logger[_0x3261ce(0x84)](_0x3261ce(0xc8)+util[_0x3261ce(0x104)](_0x591b9d));}}async['onTestStepFinished'](_0x53fc68,_0x3583cf){const _0x55cd6b=a6_0x270aab,_0x591a67={'uSFna':function(_0x9ddfe3,_0x3fc8c7){return _0x9ddfe3===_0x3fc8c7;},'EWYef':_0x55cd6b(0x98),'hsgBb':function(_0x52f6eb,_0xfb1bf4){return _0x52f6eb(_0xfb1bf4);},'ylPPS':_0x55cd6b(0xe1),'bdamS':function(_0x23eed8,_0x29638c){return _0x23eed8===_0x29638c;},'HKJjZ':_0x55cd6b(0x9f),'fLHVi':function(_0x1b947e,_0x5213d3){return _0x1b947e===_0x5213d3;},'ZETOD':'UnhandledError','TTZVr':_0x55cd6b(0x11c)};this[_0x55cd6b(0x77)][_0x55cd6b(0xd8)]=this[_0x55cd6b(0x77)][_0x55cd6b(0xd8)]||{},this['report'][_0x55cd6b(0xd8)][_0x53fc68['testCaseStartedId']]=_0x53fc68;if(_0x591a67[_0x55cd6b(0x99)](shouldProcessEventForTesthub,_0x591a67[_0x55cd6b(0x123)]))try{const _0x1fc898=_0x53fc68[_0x55cd6b(0xc4)],_0x4dc8fa=_0x3583cf[_0x55cd6b(0x83)]['testCaseAttemptDataMap'][_0x1fc898][_0x55cd6b(0xa4)],_0x10eea9=_0x3583cf[_0x55cd6b(0x83)][_0x55cd6b(0x85)][_0x4dc8fa],_0x4f8085=_0x10eea9[_0x55cd6b(0xcf)],_0x4126ad=_0x3583cf[_0x55cd6b(0x83)]['pickleMap'][_0x4f8085],_0x363ad3=_0x53fc68[_0x55cd6b(0x11c)],_0x332c4f=_0x10eea9[_0x55cd6b(0x88)],_0x344e19=this[_0x55cd6b(0x83)][_0x55cd6b(0xa7)](_0x1fc898),_0x49ec3b=_0x332c4f[_0x55cd6b(0x8f)](_0xa607fe=>_0xa607fe['id']===_0x363ad3)['pickleStepId'];let _0x275192,_0x52d8b9;_0x53fc68['testStepResult']&&_0x591a67['bdamS'](_0x53fc68['testStepResult'][_0x55cd6b(0xa6)][_0x55cd6b(0x86)]()['toLowerCase'](),_0x591a67[_0x55cd6b(0x78)])&&(_0x275192=_0x591a67[_0x55cd6b(0xc2)](_0x53fc68[_0x55cd6b(0xf9)][_0x55cd6b(0xcb)],undefined)?_0x53fc68[_0x55cd6b(0xf9)][_0x55cd6b(0x7a)]:_0x53fc68[_0x55cd6b(0xf9)]['exception'][_0x55cd6b(0x7a)],_0x52d8b9=_0x591a67[_0x55cd6b(0xf0)](_0x53fc68[_0x55cd6b(0xf9)][_0x55cd6b(0xcb)],undefined)?_0x591a67[_0x55cd6b(0x93)]:_0x53fc68['testStepResult'][_0x55cd6b(0x7a)]);await testObservabilityReporter['sendHook'](this[_0x55cd6b(0x77)],_0x1fc898,_0x591a67['ylPPS'],_0x332c4f,_0x363ad3,_tests[_0x4dc8fa]);if(_0x49ec3b&&_tests[_0x4dc8fa][_0x591a67[_0x55cd6b(0xa0)]]){const _0x3a1344=_0x4126ad[_0x55cd6b(0x103)]['find'](_0x4d0a54=>_0x4d0a54['id']===_0x49ec3b),_0x4b3f46={};_0x4b3f46[_0x55cd6b(0x103)]=[];const _0x3e121f=_tests[_0x4dc8fa]||_0x4b3f46;!_0x3e121f[_0x55cd6b(0x103)]?_0x3e121f[_0x55cd6b(0x103)]=[{'id':_0x3a1344['id'],'text':_0x3a1344['text'],'finished_at':new Date()['toISOString'](),'result':_0x53fc68[_0x55cd6b(0xf9)]['status'],'duration':_0x53fc68[_0x55cd6b(0xf9)][_0x55cd6b(0xa9)][_0x55cd6b(0x120)],'failure':_0x275192,'failureType':_0x52d8b9}]:_0x3e121f[_0x55cd6b(0x103)][_0x55cd6b(0x111)](_0x397a7a=>{const _0x2a488b=_0x55cd6b;if(_0x591a67['uSFna'](_0x397a7a['id'],_0x3a1344['id'])){const _0xaf1ea0=_0x591a67['EWYef'][_0x2a488b(0xc7)]('|');let _0x526240=0x0;while(!![]){switch(_0xaf1ea0[_0x526240++]){case'0':_0x397a7a[_0x2a488b(0xa9)]=_0x53fc68['testStepResult']['duration'][_0x2a488b(0x120)];continue;case'1':_0x397a7a[_0x2a488b(0x108)]=_0x52d8b9;continue;case'2':_0x397a7a['failure']=_0x275192;continue;case'3':_0x397a7a[_0x2a488b(0xef)]=_0x53fc68['testStepResult']['status'];continue;case'4':_0x397a7a[_0x2a488b(0x10a)]=new Date()[_0x2a488b(0xde)]();continue;}break;}}}),_tests[_0x4dc8fa]=_0x3e121f,delete _tests[_0x4dc8fa][_0x591a67[_0x55cd6b(0xa0)]];}}catch(_0x1b9a18){logger[_0x55cd6b(0x84)](_0x55cd6b(0xf1)+util['format'](_0x1b9a18));}}[a6_0x270aab(0xad)](_0x16bfb0){const _0x35578b=a6_0x270aab,_0x1b6663={};return _0x16bfb0[_0x35578b(0xd4)][_0x35578b(0xb3)]['map'](this['extractStepContainers'])['flat']()[_0x35578b(0x111)](_0x1ff24a=>_0x1ff24a[_0x35578b(0x103)]['forEach'](_0x3431c2=>_0x1b6663[_0x3431c2['id']]=_0x3431c2)),_0x1b6663;}[a6_0x270aab(0xfe)](_0x16fbfe){const _0x493a31=a6_0x270aab,_0x27d74c={'cHGTA':function(_0xd3f52,_0x2151c0){return _0xd3f52(_0x2151c0);}};if(!_0x27d74c[_0x493a31(0xed)](isUndefined,_0x16fbfe[_0x493a31(0x10b)]))return[_0x16fbfe[_0x493a31(0x10b)]];else{if(!_0x27d74c[_0x493a31(0xed)](isUndefined,_0x16fbfe['rule']))return _0x16fbfe[_0x493a31(0xd3)][_0x493a31(0xb3)][_0x493a31(0xb8)](_0x21e03d=>!isUndefined(_0x21e03d[_0x493a31(0x10b)])?_0x21e03d[_0x493a31(0x10b)]:_0x21e03d[_0x493a31(0xb4)]);};return[_0x16fbfe[_0x493a31(0xb4)]];}[a6_0x270aab(0xfb)](_0x2767e2,_0x596e0b){const _0x4acf32=a6_0x270aab;return Object[_0x4acf32(0xf2)](_0x2767e2[_0x4acf32(0x83)][_0x4acf32(0xf8)])[_0x4acf32(0x8f)](_0x3a2571=>_0x3a2571[_0x4acf32(0xa1)]===_0x596e0b['uri']);}}module[a6_0x270aab(0xb2)]=o11yClassErrorHandler(BrowserstackFormatter,[a6_0x270aab(0x74),'onTestCaseFinished',a6_0x270aab(0x105),a6_0x270aab(0x8e),'onTestRunStarted',a6_0x270aab(0x9d),a6_0x270aab(0xfe),'getGherkinDocument','getGherkinStepMap']);
1
+ function a6_0x2023(_0x2b5e30,_0x318f29){const _0x25e5bb=a6_0x25e5();return a6_0x2023=function(_0x202323,_0x38cb0e){_0x202323=_0x202323-0x12f;let _0x3b9912=_0x25e5bb[_0x202323];return _0x3b9912;},a6_0x2023(_0x2b5e30,_0x318f29);}const a6_0x361a4a=a6_0x2023;(function(_0x53b27d,_0x1248c7){const _0x1cc363=a6_0x2023,_0x5d9f4d=_0x53b27d();while(!![]){try{const _0x279a58=parseInt(_0x1cc363(0x175))/0x1*(parseInt(_0x1cc363(0x16e))/0x2)+parseInt(_0x1cc363(0x1c8))/0x3*(-parseInt(_0x1cc363(0x156))/0x4)+-parseInt(_0x1cc363(0x18f))/0x5*(-parseInt(_0x1cc363(0x183))/0x6)+-parseInt(_0x1cc363(0x147))/0x7+parseInt(_0x1cc363(0x14e))/0x8+-parseInt(_0x1cc363(0x19b))/0x9+parseInt(_0x1cc363(0x1c4))/0xa;if(_0x279a58===_0x1248c7)break;else _0x5d9f4d['push'](_0x5d9f4d['shift']());}catch(_0x4d5fee){_0x5d9f4d['push'](_0x5d9f4d['shift']());}}}(a6_0x25e5,0x9823a));const {requireModule,getPlatformName,nestedKeyValue,isUndefined}=require('../../../helpers/helper'),util=require(a6_0x361a4a(0x14b)),{Formatter,formatterHelpers,Status}=requireModule(a6_0x361a4a(0x1d9)),TestDetails=require(a6_0x361a4a(0x17d)),TestObservabilityReporter=require(a6_0x361a4a(0x145)),{o11yClassErrorHandler}=require(a6_0x361a4a(0x13c)),{shouldProcessEventForTesthub}=require(a6_0x361a4a(0x1cf)),testObservabilityReporter=new TestObservabilityReporter(),logger=require(a6_0x361a4a(0x16b))[a6_0x361a4a(0x136)],_tests={},_testCasesData={};class BrowserstackFormatter extends Formatter{constructor(_0x248bbd){const _0x412575=a6_0x361a4a,_0x587814={};_0x587814[_0x412575(0x1b5)]=_0x412575(0x1c5);const _0x30bb01=_0x587814;super(_0x248bbd),this[_0x412575(0x187)]={},_0x248bbd[_0x412575(0x179)]['on'](_0x30bb01[_0x412575(0x1b5)],async _0x48c246=>{const _0xbfdc62=_0x412575;switch(!![]){case!!_0x48c246[_0xbfdc62(0x142)]:this[_0xbfdc62(0x153)](_0x48c246[_0xbfdc62(0x142)]);break;case!!_0x48c246['testRunFinished']:this['onTestRunFinished'](_0x48c246['testRunFinished']);break;case!!_0x48c246[_0xbfdc62(0x1c7)]:this[_0xbfdc62(0x13a)](_0x48c246[_0xbfdc62(0x1c7)],_0x248bbd,_0x48c246);break;case!!_0x48c246['testCaseFinished']:this[_0xbfdc62(0x137)](_0x48c246['testCaseFinished'],_0x248bbd,_0x48c246);break;case!!_0x48c246[_0xbfdc62(0x1b7)]:this[_0xbfdc62(0x1a2)](_0x48c246[_0xbfdc62(0x1b7)],_0x248bbd);break;case!!_0x48c246[_0xbfdc62(0x169)]:this[_0xbfdc62(0x19c)](_0x48c246[_0xbfdc62(0x169)],_0x248bbd);break;case!!_0x48c246[_0xbfdc62(0x1cb)]:this[_0xbfdc62(0x1b0)](_0x48c246[_0xbfdc62(0x1cb)]);break;case!!_0x48c246[_0xbfdc62(0x189)]:this[_0xbfdc62(0x17e)](_0x48c246['testCase']);break;case!!_0x48c246[_0xbfdc62(0x14c)]:this['onPickle'](_0x48c246[_0xbfdc62(0x14c)]);break;case!!_0x48c246[_0xbfdc62(0x1c2)]:this['onGherkinDocument'](_0x48c246[_0xbfdc62(0x1c2)]);break;}});}[a6_0x361a4a(0x1b0)](_0x454071){const _0x537739=a6_0x361a4a;this[_0x537739(0x187)][_0x537739(0x1d7)]=Object[_0x537739(0x198)]([],this[_0x537739(0x187)][_0x537739(0x1d7)]||[]),this[_0x537739(0x187)][_0x537739(0x1d7)][_0x537739(0x15c)](_0x454071);}[a6_0x361a4a(0x199)](_0xd7245){const _0x222a0a=a6_0x361a4a;this[_0x222a0a(0x187)]['pickle']=Object[_0x222a0a(0x198)]([],this[_0x222a0a(0x187)]['pickle']||[],[_0xd7245]),this['report'][_0x222a0a(0x14c)][_0x222a0a(0x15c)](_0xd7245);}[a6_0x361a4a(0x16d)](_0x4ada29){const _0x1990af=a6_0x361a4a;this[_0x1990af(0x187)][_0x1990af(0x1c2)]=Object['assign']([],this[_0x1990af(0x187)][_0x1990af(0x1c2)]||[],[_0x4ada29]),this[_0x1990af(0x187)]['gherkinDocument'][_0x1990af(0x15c)](_0x4ada29);}[a6_0x361a4a(0x135)](_0x40d0a8){this['report']['source']=_0x40d0a8;}[a6_0x361a4a(0x157)](_0x5d73ba){const _0x14e6f1=a6_0x361a4a;this[_0x14e6f1(0x187)]['stepDefinition']=Object['assign']([],this[_0x14e6f1(0x187)][_0x14e6f1(0x15f)]||[],[_0x5d73ba]),this[_0x14e6f1(0x187)][_0x14e6f1(0x15f)][_0x14e6f1(0x15c)](_0x5d73ba);}[a6_0x361a4a(0x17e)](_0x471ad7){const _0x2aaebc=a6_0x361a4a;this[_0x2aaebc(0x187)][_0x2aaebc(0x16a)]=Object['assign']([],this['report']['testCases']||[],[_0x471ad7]),this[_0x2aaebc(0x187)][_0x2aaebc(0x16a)][_0x2aaebc(0x15c)](_0x471ad7);}[a6_0x361a4a(0x1cc)](_0x53dcf3){const _0xd54945=a6_0x361a4a,_0x53aa70={'Ruwkr':function(_0x405f53,_0x4e214e){return _0x405f53!==_0x4e214e;},'lMOGa':_0xd54945(0x17a),'zLenf':function(_0x2be5bd,_0x1000de){return _0x2be5bd+_0x1000de;},'FDDGi':function(_0x523dbf,_0x529427){return _0x523dbf+_0x529427;},'GIzGi':function(_0x29f7a6,_0x31002e){return _0x29f7a6+_0x31002e;},'VtFtS':function(_0x404a45,_0x5e3807){return _0x404a45+_0x5e3807;},'WAYEO':_0xd54945(0x140),'SNtTH':'\x20-\x20','jNlMZ':function(_0x57e0c9,_0x48f458){return _0x57e0c9===_0x48f458;},'wsMpa':_0xd54945(0x178),'FobxE':function(_0x1b9fde,_0x170f51,_0x317e57){return _0x1b9fde(_0x170f51,_0x317e57);},'sSQlj':'result','dFpjP':_0xd54945(0x1d5),'NUqjl':function(_0x4e0ade,_0x111f0a){return _0x4e0ade+_0x111f0a;},'OvijK':function(_0x2beb79,_0x19d7c3){return _0x2beb79+_0x19d7c3;},'gHSZA':function(_0x1527bc,_0x2ad998){return _0x1527bc+_0x2ad998;},'pVota':function(_0x66b5aa,_0x259c36){return _0x66b5aa+_0x259c36;},'Qvyqg':function(_0x219eea,_0x3e94db){return _0x219eea+_0x3e94db;}};_0x53aa70[_0xd54945(0x141)](global['__platform'],undefined)&&this[_0xd54945(0x160)](_0x53aa70['gHSZA'](_0x53aa70[_0xd54945(0x13b)]('\x0a',global[_0xd54945(0x148)]),'\x0a'));const _0x2a22ca=this[_0xd54945(0x13f)]['getTestCaseAttempt'](_0x53dcf3[_0xd54945(0x1d4)]);this[_0xd54945(0x160)](_0x53aa70['OvijK'](_0x53aa70[_0xd54945(0x1dc)](_0x53aa70[_0xd54945(0x1da)](_0x53aa70[_0xd54945(0x1d2)]('\x20\x20',_0x2a22ca[_0xd54945(0x1c2)][_0xd54945(0x1be)]['name']),_0x53aa70['SNtTH']),_0x2a22ca['pickle'][_0xd54945(0x15b)]),'\x0a'));const _0x10dd40={};_0x10dd40[_0xd54945(0x1bf)]=this[_0xd54945(0x1bf)],_0x10dd40[_0xd54945(0x158)]=this['snippetBuilder'],_0x10dd40[_0xd54945(0x182)]=this[_0xd54945(0x182)],_0x10dd40[_0xd54945(0x1c1)]=_0x2a22ca;const _0x27ffba=formatterHelpers['parseTestCaseAttempt'](_0x10dd40);let _0x1db211=![];_0x27ffba['testSteps'][_0xd54945(0x15d)](_0x590a68=>{const _0x37311c=_0xd54945;if(_0x53aa70[_0x37311c(0x141)](_0x590a68['name'],_0x53aa70[_0x37311c(0x17b)])&&!this['isBstackHook'](_0x590a68)){totalTests+=0x1,this[_0x37311c(0x160)](_0x53aa70[_0x37311c(0x159)](_0x53aa70[_0x37311c(0x1bb)](_0x53aa70[_0x37311c(0x13b)](_0x53aa70[_0x37311c(0x138)](_0x53aa70[_0x37311c(0x1bb)](_0x53aa70[_0x37311c(0x17c)],_0x590a68['keyword']),_0x590a68['text']||''),_0x53aa70[_0x37311c(0x134)]),Status[_0x590a68[_0x37311c(0x1ae)][_0x37311c(0x174)]]),'\x0a')),this[_0x37311c(0x18c)](Status[_0x590a68[_0x37311c(0x1ae)]['status']]);if(_0x53aa70[_0x37311c(0x1d1)](Status[_0x590a68[_0x37311c(0x1ae)]['status']],_0x53aa70['wsMpa'])){_0x1db211=!![];const _0x374722=_0x53aa70[_0x37311c(0x170)](nestedKeyValue,_0x590a68,[_0x53aa70['sSQlj'],_0x53aa70['dFpjP']]);_0x374722&&(testsErrorMessage[_0x53aa70['NUqjl'](_0x53aa70[_0x37311c(0x138)](_0x2a22ca[_0x37311c(0x1c2)][_0x37311c(0x1be)][_0x37311c(0x15b)],_0x53aa70['SNtTH']),_0x2a22ca[_0x37311c(0x14c)][_0x37311c(0x15b)])]=_0x374722,this[_0x37311c(0x160)](_0x53aa70[_0x37311c(0x1b6)](_0x374722,'\x0a')));}}}),_0x1db211&&(testSuitesFailed+=0x1),this[_0xd54945(0x160)]('\x0a');}['logTestRunFinished'](_0xb44ede){}[a6_0x361a4a(0x152)](_0x570f7b){const _0xd544e3=a6_0x361a4a,_0x4c3d74={};_0x4c3d74[_0xd544e3(0x144)]=function(_0x4a2be7,_0x3fa734){return _0x4a2be7!==_0x3fa734;},_0x4c3d74[_0xd544e3(0x18b)]=_0xd544e3(0x1b2);const _0x4f7033=_0x4c3d74;if(_0x4f7033[_0xd544e3(0x144)](_0x570f7b['sourceLocation'],undefined))return![];if(_0x570f7b[_0xd544e3(0x16f)]&&_0x570f7b[_0xd544e3(0x16f)]['uri'][_0xd544e3(0x1ac)](_0x4f7033[_0xd544e3(0x18b)]))return!![];return![];}['incrementCounter'](_0xc10465){const _0x1960d1=a6_0x361a4a,_0x49bcd3={};_0x49bcd3[_0x1960d1(0x1a9)]=_0x1960d1(0x178),_0x49bcd3[_0x1960d1(0x19e)]=_0x1960d1(0x143),_0x49bcd3[_0x1960d1(0x176)]=_0x1960d1(0x163),_0x49bcd3[_0x1960d1(0x1b3)]=_0x1960d1(0x151),_0x49bcd3[_0x1960d1(0x1db)]=_0x1960d1(0x1ba),_0x49bcd3[_0x1960d1(0x1a8)]=_0x1960d1(0x197),_0x49bcd3['EacgF']='AMBIGUOUS';const _0x4eae7c=_0x49bcd3;switch(_0xc10465){case _0x4eae7c[_0x1960d1(0x1a9)]:testsFailed+=0x1;break;case _0x4eae7c['wbNoi']:testsPassed+=0x1;break;case _0x4eae7c[_0x1960d1(0x176)]:testsSkipped+=0x1;break;case _0x4eae7c['HkIAy']:testsPending+=0x1;break;case _0x4eae7c[_0x1960d1(0x1db)]:testsUndefined+=0x1;break;case _0x4eae7c['aBvbr']:testsUnknown+=0x1;break;case _0x4eae7c[_0x1960d1(0x181)]:testsAmbiguous+=0x1;break;default:break;}}['onTestRunStarted'](_0x1aa175){const _0x31c047=a6_0x361a4a,_0x5e7059={'hiLEg':function(_0x51c205,_0x3ac1f3){return _0x51c205!==_0x3ac1f3;},'nGLpu':function(_0x58cd35,_0x598f01){return _0x58cd35!==_0x598f01;},'HXved':function(_0x4ada53,_0x3bfad1){return _0x4ada53(_0x3bfad1);},'snntr':function(_0xc84947,_0x308706){return _0xc84947+_0x308706;},'dUQji':function(_0x7c0557){return _0x7c0557();}};let _0x341359;if(_0x5e7059[_0x31c047(0x130)](process['env'][_0x31c047(0x166)],undefined)){const _0x6d1d8a=JSON['parse'](process[_0x31c047(0x1de)][_0x31c047(0x166)]);_0x341359=_0x6d1d8a['capability'];}_0x5e7059['nGLpu'](_0x341359,undefined)&&(global['__platform']=_0x5e7059[_0x31c047(0x1c9)](getPlatformName,_0x341359),this['log'](_0x5e7059[_0x31c047(0x164)](_0x31c047(0x1a7)+global[_0x31c047(0x148)],'\x0a'))),_0x5e7059[_0x31c047(0x154)](shouldProcessEventForTesthub)&&(TestDetails[_0x31c047(0x18d)](),this['report']['testRunStarted']=_0x1aa175);}['onTestRunFinished'](_0x61afd5){const _0x3a19cb=a6_0x361a4a;this['report'][_0x3a19cb(0x1ad)]=_0x61afd5,this['logTestRunFinished'](_0x61afd5);}async['onTestCaseStarted'](_0x24860a,_0x2f66e3,_0x1bb094){const _0x2b3d26=a6_0x361a4a,_0x3ee485={'QChSG':function(_0x70953e,_0x1a45d1){return _0x70953e(_0x1a45d1);},'CEtUH':'TestRunStarted','ZpqOq':function(_0x5e7154,_0x224c4b){return _0x5e7154&&_0x224c4b;}};testSuites+=0x1;if(_0x3ee485[_0x2b3d26(0x193)](shouldProcessEventForTesthub,_0x3ee485['CEtUH']))try{this[_0x2b3d26(0x187)][_0x2b3d26(0x1c7)]=this[_0x2b3d26(0x187)]['testCaseStarted']||{},this[_0x2b3d26(0x187)][_0x2b3d26(0x1c7)][_0x24860a['id']]=_0x24860a;const _0x1639bf=TestDetails[_0x2b3d26(0x1a0)](_0x24860a['id']);_testCasesData[_0x24860a['id']]=Object[_0x2b3d26(0x198)]({},_0x1bb094);const _0xbbbc28=this[_0x2b3d26(0x187)],_0x5f4ef6=_0x24860a[_0x2b3d26(0x1dd)],_0x282b97=_0xbbbc28['testCases'][_0x2b3d26(0x1ab)](_0x379ddb=>_0x379ddb['id']===_0x5f4ef6)[_0x2b3d26(0x1a4)],_0x354687=_0xbbbc28[_0x2b3d26(0x14c)][_0x2b3d26(0x1ab)](_0x5aec72=>_0x5aec72['id']===_0x282b97),_0x12344a=_0xbbbc28[_0x2b3d26(0x1c2)][_0x2b3d26(0x1ab)](_0x3a60b5=>_0x3a60b5['uri']===_0x354687['uri']),_0x418ac5=_0x12344a[_0x2b3d26(0x1be)],_0x79416e={'uuid':_0x1639bf,'startedAt':new Date()[_0x2b3d26(0x133)]()};if(_0x354687){const _0x4782ff={};_0x4782ff[_0x2b3d26(0x15b)]=_0x354687[_0x2b3d26(0x15b)],_0x79416e[_0x2b3d26(0x1d3)]=_0x4782ff;}if(_0x3ee485[_0x2b3d26(0x146)](_0x12344a,_0x418ac5)){const _0x3a3051={};_0x3a3051[_0x2b3d26(0x1a5)]=_0x12344a[_0x2b3d26(0x1a3)],_0x3a3051['name']=_0x418ac5[_0x2b3d26(0x15b)],_0x3a3051[_0x2b3d26(0x188)]=_0x418ac5[_0x2b3d26(0x188)],_0x79416e[_0x2b3d26(0x1be)]=_0x3a3051;}_tests[_0x5f4ef6]=_0x79416e,await testObservabilityReporter['sendTestRunEventForCucumber'](_0x1bb094,_0x12344a,_0x354687,_0x3ee485[_0x2b3d26(0x14f)],_0x79416e);}catch(_0xa5a0f2){logger[_0x2b3d26(0x1b9)]('Exception\x20in\x20sending\x20onTestCaseStarted:\x20'+util[_0x2b3d26(0x16c)](_0xa5a0f2)+'\x20');}}async['onTestCaseFinished'](_0x498dd4,_0x384f45,_0x2aab55){const _0x2f0fa3=a6_0x361a4a,_0x230360={'TPAfR':function(_0x15a5f6,_0x70e80b){return _0x15a5f6(_0x70e80b);},'ZUWII':_0x2f0fa3(0x19d)};this[_0x2f0fa3(0x1cc)](_0x498dd4);if(_0x230360[_0x2f0fa3(0x196)](shouldProcessEventForTesthub,_0x230360[_0x2f0fa3(0x13d)]))try{this[_0x2f0fa3(0x187)]['testCaseFinished']=this[_0x2f0fa3(0x187)][_0x2f0fa3(0x13e)]||{},this['report']['testCaseFinished'][_0x498dd4[_0x2f0fa3(0x1d4)]]=_0x498dd4,_testCasesData[_0x2aab55['id']]=Object[_0x2f0fa3(0x198)]({},_0x2aab55);const _0x41e29e=_0x498dd4[_0x2f0fa3(0x1d4)],_0x4dcb6a=_0x384f45[_0x2f0fa3(0x13f)][_0x2f0fa3(0x1a1)][_0x41e29e][_0x2f0fa3(0x1dd)],_0x33e47e=_0x384f45[_0x2f0fa3(0x13f)]['testCaseMap'][_0x4dcb6a],_0x3dc30b=_0x33e47e['pickleId'],_0x39f0ac=_0x384f45[_0x2f0fa3(0x13f)][_0x2f0fa3(0x155)][_0x3dc30b],_0xffb142=this[_0x2f0fa3(0x1cd)](_0x384f45,_0x39f0ac),_0x407c40=_tests[_0x4dcb6a];_0x407c40&&(delete _tests[_0x4dcb6a],_0x407c40[_0x2f0fa3(0x191)]=new Date()[_0x2f0fa3(0x133)]()),await testObservabilityReporter[_0x2f0fa3(0x18a)](_0x2aab55,_0xffb142,_0x39f0ac,_0x230360[_0x2f0fa3(0x13d)],_0x407c40);}catch(_0x59e43f){logger['debug'](_0x2f0fa3(0x14a)+util['format'](_0x59e43f));}}async['onTestStepStarted'](_0x1f77ae,_0x1e0267){const _0x1825b4=a6_0x361a4a,_0x46661d={'QurLa':function(_0x527bbe,_0x3bb9d6){return _0x527bbe(_0x3bb9d6);},'efsxQ':_0x1825b4(0x177),'InSLf':function(_0x326684,_0x404787){return _0x326684!==_0x404787;},'bhLyk':_0x1825b4(0x180)};if(_0x46661d[_0x1825b4(0x1c6)](shouldProcessEventForTesthub,_0x46661d['efsxQ']))try{this[_0x1825b4(0x187)]['testStepStarted']=this[_0x1825b4(0x187)][_0x1825b4(0x1b7)]||{},this['report'][_0x1825b4(0x1b7)][_0x1f77ae[_0x1825b4(0x1d4)]]=_0x1f77ae;const _0x112645=_0x1f77ae[_0x1825b4(0x1d4)],_0x3b767f=_0x1e0267[_0x1825b4(0x13f)][_0x1825b4(0x1a1)][_0x112645]['testCaseId'],_0x20dade=this[_0x1825b4(0x187)][_0x1825b4(0x16a)]['find'](_0x8a6d5a=>_0x8a6d5a['id']===_0x3b767f)[_0x1825b4(0x1a4)],_0x1eb686=this[_0x1825b4(0x187)][_0x1825b4(0x14c)][_0x1825b4(0x1ab)](_0x347b54=>_0x347b54['id']===_0x20dade),_0x2d85f1=this[_0x1825b4(0x187)][_0x1825b4(0x16a)][_0x1825b4(0x1ab)](_0x2c51aa=>_0x2c51aa['id']===_0x3b767f)[_0x1825b4(0x173)],_0x335088=this[_0x1825b4(0x187)][_0x1825b4(0x1b7)][_0x112645][_0x1825b4(0x180)],_0x18df37=_0x2d85f1[_0x1825b4(0x1ab)](_0x270dc5=>_0x270dc5['id']===_0x335088)[_0x1825b4(0x1af)],_0x3d5a94=_0x1eb686[_0x1825b4(0x19a)][_0x1825b4(0x1ab)](_0x4a12eb=>_0x4a12eb['id']===_0x18df37);if(_0x18df37&&_tests[_0x3b767f]&&_0x46661d[_0x1825b4(0x150)](_tests[_0x3b767f][_0x46661d[_0x1825b4(0x172)]],_0x335088)){_tests[_0x3b767f][_0x46661d[_0x1825b4(0x172)]]=_0x335088;const _0x3b869b={};_0x3b869b[_0x1825b4(0x19a)]=[];const _0x2ca7f4=_tests[_0x3b767f]||_0x3b869b;_0x2ca7f4&&!_0x2ca7f4[_0x1825b4(0x19a)]&&(_0x2ca7f4[_0x1825b4(0x19a)]=[]),_0x2ca7f4[_0x1825b4(0x19a)][_0x1825b4(0x15c)]({'id':_0x3d5a94['id'],'text':_0x3d5a94['text'],'started_at':new Date()[_0x1825b4(0x133)]()}),_tests[_0x3b767f]=_0x2ca7f4;}await testObservabilityReporter[_0x1825b4(0x162)](this['report'],_0x112645,_0x46661d['efsxQ'],_0x2d85f1,_0x335088,_tests[_0x3b767f]);}catch(_0x20577c){logger[_0x1825b4(0x1b9)](_0x1825b4(0x149)+util[_0x1825b4(0x16c)](_0x20577c));}}async['onTestStepFinished'](_0x319bca,_0x55d896){const _0x3f90fa=a6_0x361a4a,_0x4d751a={'VaDWV':function(_0x26ee40,_0x461fc7){return _0x26ee40===_0x461fc7;},'aFfHs':_0x3f90fa(0x1bd),'dJkqn':function(_0x487984,_0x2d87d4){return _0x487984(_0x2d87d4);},'EwblG':_0x3f90fa(0x18e),'TpQNW':function(_0x312be5,_0x272c4b){return _0x312be5===_0x272c4b;},'jHXDw':_0x3f90fa(0x139),'vVQtx':function(_0x100aa3,_0x4400dc){return _0x100aa3===_0x4400dc;},'fTtro':_0x3f90fa(0x190),'QqvPR':'testStepId'};this[_0x3f90fa(0x187)]['testStepFinished']=this[_0x3f90fa(0x187)]['testStepFinished']||{},this[_0x3f90fa(0x187)]['testStepFinished'][_0x319bca[_0x3f90fa(0x1d4)]]=_0x319bca;if(_0x4d751a[_0x3f90fa(0x195)](shouldProcessEventForTesthub,_0x4d751a[_0x3f90fa(0x192)]))try{const _0x261543=_0x319bca[_0x3f90fa(0x1d4)],_0x5c638d=_0x55d896[_0x3f90fa(0x13f)][_0x3f90fa(0x1a1)][_0x261543]['testCaseId'],_0x3640f1=_0x55d896['eventDataCollector'][_0x3f90fa(0x1bc)][_0x5c638d],_0x4933ba=_0x3640f1['pickleId'],_0x2c2998=_0x55d896[_0x3f90fa(0x13f)][_0x3f90fa(0x155)][_0x4933ba],_0x6ac88c=_0x319bca[_0x3f90fa(0x180)],_0x130fd7=_0x3640f1['testSteps'],_0x63039c=this[_0x3f90fa(0x13f)][_0x3f90fa(0x168)](_0x261543),_0x1d8170=_0x130fd7[_0x3f90fa(0x1ab)](_0x4f72b2=>_0x4f72b2['id']===_0x6ac88c)['pickleStepId'];let _0x4bce40,_0x16acda;_0x319bca[_0x3f90fa(0x19f)]&&_0x4d751a[_0x3f90fa(0x12f)](_0x319bca[_0x3f90fa(0x19f)]['status'][_0x3f90fa(0x1ca)]()[_0x3f90fa(0x161)](),_0x4d751a[_0x3f90fa(0x1b8)])&&(_0x4bce40=_0x4d751a[_0x3f90fa(0x1c0)](_0x319bca[_0x3f90fa(0x19f)]['exception'],undefined)?_0x319bca[_0x3f90fa(0x19f)][_0x3f90fa(0x1d5)]:_0x319bca[_0x3f90fa(0x19f)]['exception']['message'],_0x16acda=_0x4d751a[_0x3f90fa(0x17f)](_0x319bca[_0x3f90fa(0x19f)][_0x3f90fa(0x1a6)],undefined)?_0x4d751a[_0x3f90fa(0x131)]:_0x319bca[_0x3f90fa(0x19f)][_0x3f90fa(0x1d5)]);await testObservabilityReporter[_0x3f90fa(0x162)](this['report'],_0x261543,_0x4d751a['EwblG'],_0x130fd7,_0x6ac88c,_tests[_0x5c638d]);if(_0x1d8170&&_tests[_0x5c638d][_0x4d751a['QqvPR']]){const _0x2b73ee=_0x2c2998[_0x3f90fa(0x19a)][_0x3f90fa(0x1ab)](_0x29ce74=>_0x29ce74['id']===_0x1d8170),_0x533766={};_0x533766['steps']=[];const _0x1b035d=_tests[_0x5c638d]||_0x533766;!_0x1b035d[_0x3f90fa(0x19a)]?_0x1b035d[_0x3f90fa(0x19a)]=[{'id':_0x2b73ee['id'],'text':_0x2b73ee[_0x3f90fa(0x1d0)],'finished_at':new Date()[_0x3f90fa(0x133)](),'result':_0x319bca[_0x3f90fa(0x19f)][_0x3f90fa(0x174)],'duration':_0x319bca[_0x3f90fa(0x19f)]['duration'][_0x3f90fa(0x132)],'failure':_0x4bce40,'failureType':_0x16acda}]:_0x1b035d[_0x3f90fa(0x19a)][_0x3f90fa(0x15d)](_0x1d7b2f=>{const _0x21e084=_0x3f90fa;if(_0x4d751a[_0x21e084(0x17f)](_0x1d7b2f['id'],_0x2b73ee['id'])){const _0x1a097d=_0x4d751a['aFfHs'][_0x21e084(0x14d)]('|');let _0x524ab5=0x0;while(!![]){switch(_0x1a097d[_0x524ab5++]){case'0':_0x1d7b2f[_0x21e084(0x1d8)]=new Date()[_0x21e084(0x133)]();continue;case'1':_0x1d7b2f[_0x21e084(0x165)]=_0x319bca[_0x21e084(0x19f)][_0x21e084(0x165)][_0x21e084(0x132)];continue;case'2':_0x1d7b2f[_0x21e084(0x1d6)]=_0x4bce40;continue;case'3':_0x1d7b2f[_0x21e084(0x1c3)]=_0x16acda;continue;case'4':_0x1d7b2f['result']=_0x319bca[_0x21e084(0x19f)][_0x21e084(0x174)];continue;}break;}}}),_tests[_0x5c638d]=_0x1b035d,delete _tests[_0x5c638d][_0x4d751a[_0x3f90fa(0x1b1)]];}}catch(_0x23db55){logger[_0x3f90fa(0x1b9)](_0x3f90fa(0x1b4)+util['format'](_0x23db55));}}[a6_0x361a4a(0x1ce)](_0x318fde){const _0xf55234=a6_0x361a4a,_0x55a8ae={};return _0x318fde['feature'][_0xf55234(0x194)][_0xf55234(0x15e)](this['extractStepContainers'])[_0xf55234(0x1aa)]()[_0xf55234(0x15d)](_0x2f907d=>_0x2f907d[_0xf55234(0x19a)][_0xf55234(0x15d)](_0x5df161=>_0x55a8ae[_0x5df161['id']]=_0x5df161)),_0x55a8ae;}['extractStepContainers'](_0x59907c){const _0x2dbfb4=a6_0x361a4a,_0x9a766c={'oBPrJ':function(_0x247136,_0x261596){return _0x247136(_0x261596);}};if(!_0x9a766c[_0x2dbfb4(0x185)](isUndefined,_0x59907c[_0x2dbfb4(0x184)]))return[_0x59907c['background']];else{if(!_0x9a766c[_0x2dbfb4(0x185)](isUndefined,_0x59907c[_0x2dbfb4(0x167)]))return _0x59907c[_0x2dbfb4(0x167)][_0x2dbfb4(0x194)]['map'](_0x37d71b=>!isUndefined(_0x37d71b[_0x2dbfb4(0x184)])?_0x37d71b[_0x2dbfb4(0x184)]:_0x37d71b[_0x2dbfb4(0x1d3)]);};return[_0x59907c[_0x2dbfb4(0x1d3)]];}['getGherkinDocument'](_0x7cf380,_0x4ef6ca){const _0x25d7e5=a6_0x361a4a;return Object['values'](_0x7cf380[_0x25d7e5(0x13f)][_0x25d7e5(0x186)])[_0x25d7e5(0x1ab)](_0x39e694=>_0x39e694[_0x25d7e5(0x1a3)]===_0x4ef6ca[_0x25d7e5(0x1a3)]);}}module[a6_0x361a4a(0x15a)]=o11yClassErrorHandler(BrowserstackFormatter,[a6_0x361a4a(0x13a),a6_0x361a4a(0x137),a6_0x361a4a(0x1a2),'onTestStepFinished',a6_0x361a4a(0x153),a6_0x361a4a(0x171),'extractStepContainers',a6_0x361a4a(0x1cd),'getGherkinStepMap']);function a6_0x25e5(){const _0x543942=['testStepFinished','testCases','../../../helpers/logger','format','onGherkinDocument','147438NYtbjn','actionLocation','FobxE','onTestRunFinished','bhLyk','testSteps','status','3QyiYtX','msdOB','HookRunStarted','FAILED','eventBroadcaster','bstack','lMOGa','WAYEO','../../playwright/reporter/test-details.js','onTestCase','VaDWV','testStepId','EacgF','supportCodeLibrary','11454HHgcaw','background','oBPrJ','gherkinDocumentMap','report','description','testCase','sendTestRunEventForCucumber','KhAzx','incrementCounter','setup','HookRunFinished','2250jviooL','UnhandledError','finishedAt','EwblG','QChSG','children','dJkqn','TPAfR','UNKNOWN','assign','onPickle','steps','7818291sBkWIW','onTestStepFinished','TestRunFinished','wbNoi','testStepResult','getTestUUID','testCaseAttemptDataMap','onTestStepStarted','uri','pickleId','path','exception','Executing\x20tests\x20for\x20','aBvbr','mFioO','flat','find','includes','testRunFinished','result','pickleStepId','onHook','QqvPR','cucumber-js/test.setup.js','HkIAy','Exception\x20in\x20onTestStepFinished\x20event:\x20','FwFtR','OvijK','testStepStarted','jHXDw','debug','UNDEFINED','FDDGi','testCaseMap','0|4|1|2|3','feature','cwd','vVQtx','testCaseAttempt','gherkinDocument','failureType','13455130GZCYFw','envelope','QurLa','testCaseStarted','33dpMCNg','HXved','toString','hook','logTestCaseFinished','getGherkinDocument','getGherkinStepMap','../../../helpers/testhub/utils.js','text','jNlMZ','Qvyqg','scenario','testCaseStartedId','message','failure','hooks','finished_at','@cucumber/cucumber','pVota','CRDKZ','NUqjl','testCaseId','env','TpQNW','hiLEg','fTtro','seconds','toISOString','SNtTH','onSource','winstonLogger','onTestCaseFinished','VtFtS','failed','onTestCaseStarted','GIzGi','../../../helpers/test-observability/error-handler','ZUWII','testCaseFinished','eventDataCollector','\x20\x20\x20\x20','Ruwkr','testRunStarted','PASSED','sYoAO','../test-observability.js','ZpqOq','4392164hpUCTN','__platform','Exception\x20in\x20onTestStepStarted\x20event:\x20','Exception\x20in\x20sending\x20onTestCaseFinished\x20event:\x20\x20','util','pickle','split','5364816GVXjza','CEtUH','InSLf','PENDING','isBstackHook','onTestRunStarted','dUQji','pickleMap','355276EthSmI','onStepDefinition','snippetBuilder','zLenf','exports','name','push','forEach','map','stepDefinition','log','toLowerCase','sendHook','SKIPPED','snntr','duration','CONFIG','rule','getTestCaseAttempt'];a6_0x25e5=function(){return _0x543942;};return a6_0x25e5();}
@@ -1 +1 @@
1
- const a7_0x2f6bb6=a7_0x1d4e;(function(_0x357127,_0x729c71){const _0x43e694=a7_0x1d4e,_0x368010=_0x357127();while(!![]){try{const _0x502c98=-parseInt(_0x43e694(0xdc))/0x1*(-parseInt(_0x43e694(0xcf))/0x2)+parseInt(_0x43e694(0xbf))/0x3*(parseInt(_0x43e694(0xff))/0x4)+parseInt(_0x43e694(0xf7))/0x5+-parseInt(_0x43e694(0xf8))/0x6*(parseInt(_0x43e694(0xfa))/0x7)+-parseInt(_0x43e694(0x106))/0x8+-parseInt(_0x43e694(0xdb))/0x9+parseInt(_0x43e694(0xc9))/0xa*(-parseInt(_0x43e694(0xc2))/0xb);if(_0x502c98===_0x729c71)break;else _0x368010['push'](_0x368010['shift']());}catch(_0xa83067){_0x368010['push'](_0x368010['shift']());}}}(a7_0x1020,0x36662));function a7_0x1d4e(_0x3e6891,_0x35eda5){const _0x10209b=a7_0x1020();return a7_0x1d4e=function(_0x1d4e5f,_0x19b1fc){_0x1d4e5f=_0x1d4e5f-0xb6;let _0x141ee1=_0x10209b[_0x1d4e5f];return _0x141ee1;},a7_0x1d4e(_0x3e6891,_0x35eda5);}function a7_0x1020(){const _0xa5fcd=['cucumber-js/test_old.setup.js','HVAzP','WgIJy','pickle','IxIsV','UNKNOWN','uri','\x20\x20\x20\x20','GgsfZ','test-step-started','BTUvA','Cykbw','log','Bifvx','CONFIG','fdcje','xThld','YBibf','__platform','VnIkD','396855TQpKNE','216sOeCDI','PASSED','9569wheEBf','Executing\x20tests\x20for\x20','UMvvJ','toUpperCase','env','4sCMwCX','line','test-case-started','SKIPPED','HEgIh','steps','eventDataCollector','218160ifLCTw','exports','anAzm','qnDfL','supuE','feature','exception','tkiBV','ESvJM','sRZEB','eventBroadcaster','svRfJ','rMjFw','test-case-finished','pPnyW','lvvhg','1086963jcXpRQ','cucumber/lib/formatter/helpers/pickle_parser.js','aZapT','1712117nSzKaJ','stepResults','actionLocation','oXgVE','includes','test-run-started','\x20-\x20','10nsGtyt','jvbwL','xnuhg','testCase','SoLiu','text','6wHeWRY','../../../helpers/helper','JGiBe','\x20\x20\x20\x20AFTER\x20-\x20','sourceLocation','parse','UNDEFINED','result','status','forEach','logTestCaseFinished','cucumber','1349586jpvohw','54403hwaMLK','getTestCaseData','zycUc','name','ZIBNT','getStepLineToPickledStepMap','SznpI'];a7_0x1020=function(){return _0xa5fcd;};return a7_0x1020();}const {requireModule,getPlatformName,nestedKeyValue}=require(a7_0x2f6bb6(0xd0)),{Formatter}=requireModule(a7_0x2f6bb6(0xda)),pickleParser=requireModule(a7_0x2f6bb6(0xc0),a7_0x2f6bb6(0xda));class BrowserstackFormatter extends Formatter{constructor(_0x520752){const _0x405fe5=a7_0x2f6bb6,_0x41cb80={'HEgIh':function(_0x387cf2,_0x1ca435){return _0x387cf2!==_0x1ca435;},'lvvhg':function(_0xb2c259,_0x1991d3){return _0xb2c259(_0x1991d3);},'aZapT':_0x405fe5(0xc7),'BEByF':_0x405fe5(0x101),'xlYlS':_0x405fe5(0xbc),'ShXWb':'test-run-finished','HVAzP':_0x405fe5(0xec)};super(_0x520752),_0x520752['eventBroadcaster']['on'](_0x41cb80[_0x405fe5(0xc1)],()=>{const _0x19815c=_0x405fe5;let _0x11f0b0;if(_0x41cb80[_0x19815c(0x103)](process[_0x19815c(0xfe)][_0x19815c(0xf1)],undefined)){const _0x52d892=JSON[_0x19815c(0xd4)](process[_0x19815c(0xfe)][_0x19815c(0xf1)]);_0x11f0b0=_0x52d892['capability'];}_0x41cb80[_0x19815c(0x103)](_0x11f0b0,undefined)&&(global['__platform']=_0x41cb80[_0x19815c(0xbe)](getPlatformName,_0x11f0b0),console['log'](_0x19815c(0xfb)+global['__platform']));}),_0x520752[_0x405fe5(0xb9)]['on'](_0x41cb80['BEByF'],()=>{testSuites+=0x1;}),_0x520752[_0x405fe5(0xb9)]['on'](_0x41cb80['xlYlS'],_0x3a88d2=>{const _0xc0cdb4=_0x405fe5;this[_0xc0cdb4(0xd9)](_0x3a88d2);}),_0x520752[_0x405fe5(0xb9)]['on'](_0x41cb80['ShXWb'],()=>{totalTests-=0x2;}),_0x520752['eventBroadcaster']['on'](_0x41cb80[_0x405fe5(0xe4)],()=>{totalTests+=0x1;});}[a7_0x2f6bb6(0xd9)](_0xb612e6){const _0x12dbb5=a7_0x2f6bb6,_0x4e0efc={'JGiBe':'FAILED','svRfJ':_0x12dbb5(0xf9),'pPnyW':_0x12dbb5(0x102),'VnIkD':'PENDING','zycUc':_0x12dbb5(0xd5),'dnQzp':_0x12dbb5(0xe8),'eBSpr':'AMBIGUOUS','YBibf':function(_0xc26ba5,_0x1aff3f){return _0xc26ba5+_0x1aff3f;},'jvbwL':_0x12dbb5(0xea),'anAzm':_0x12dbb5(0xc8),'Bifvx':function(_0x4561b9,_0x556d2d){return _0x4561b9(_0x556d2d);},'supuE':_0x12dbb5(0xe3),'PInZZ':function(_0x1a88c7,_0xfe4a72){return _0x1a88c7(_0xfe4a72);},'GgsfZ':_0x12dbb5(0xd2),'UMvvJ':'\x20\x20\x20\x20BEFORE\x20-\x20','sRZEB':function(_0x415c7e,_0xddcbcb){return _0x415c7e===_0xddcbcb;},'SznpI':function(_0x41cf7b,_0x2a1399,_0x2a6a29){return _0x41cf7b(_0x2a1399,_0x2a6a29);},'ESvJM':'result','Cykbw':_0x12dbb5(0x10c),'ZIBNT':'stack','qnDfL':function(_0x4c39c5,_0x135a17){return _0x4c39c5+_0x135a17;},'WgIJy':function(_0x1f6bcc,_0x1fd34d){return _0x1f6bcc!==_0x1fd34d;},'xnuhg':'undefined','BTUvA':function(_0x37514f,_0x19b7d3){return _0x37514f+_0x19b7d3;},'IxIsV':function(_0x3bc9d4,_0x269884){return _0x3bc9d4+_0x269884;},'xThld':function(_0x38309b,_0x2a03ec){return _0x38309b+_0x2a03ec;},'mXgSU':function(_0x1b7e22,_0x1a69e9){return _0x1b7e22+_0x1a69e9;},'FZCXI':function(_0x547104,_0x370e69){return _0x547104<_0x370e69;},'SoLiu':function(_0x27a18c,_0x4272b0){return _0x27a18c+_0x4272b0;},'acNMS':function(_0x345081,_0x74e432){return _0x345081(_0x74e432);},'rMjFw':function(_0x5a88cd,_0x142808){return _0x5a88cd(_0x142808);},'oXgVE':function(_0x3e9298,_0x34102d){return _0x3e9298===_0x34102d;},'fdcje':function(_0x3f13a1,_0x192325){return _0x3f13a1+_0x192325;},'tkiBV':function(_0xbe8daf,_0x2be19e){return _0xbe8daf+_0x2be19e;}};let _0x10c84e=![];function _0x23f2c8(_0x2b0562){const _0x2cac49=_0x12dbb5;switch(_0x2b0562){case _0x4e0efc[_0x2cac49(0xd1)]:testsFailed+=0x1;break;case _0x4e0efc[_0x2cac49(0xba)]:testsPassed+=0x1;break;case _0x4e0efc[_0x2cac49(0xbd)]:testsSkipped+=0x1;break;case _0x4e0efc[_0x2cac49(0xf6)]:testsPending+=0x1;break;case _0x4e0efc[_0x2cac49(0xde)]:testsUndefined+=0x1;break;case _0x4e0efc['dnQzp']:testsUnknown+=0x1;break;case _0x4e0efc['eBSpr']:testsAmbiguous+=0x1;break;default:break;}}_0x4e0efc[_0x12dbb5(0xe5)](global['__platform'],undefined)&&console[_0x12dbb5(0xef)](_0x4e0efc[_0x12dbb5(0x109)](_0x4e0efc['qnDfL']('\x0a',global[_0x12dbb5(0xf5)]),'\x0a'));let _0x4e3316=![];if(_0x4e0efc[_0x12dbb5(0xe5)](typeof this[_0x12dbb5(0x105)][_0x12dbb5(0xdd)],_0x4e0efc[_0x12dbb5(0xcb)])){var _0x47dce3=this[_0x12dbb5(0x105)]['getTestCaseData'](_0xb612e6[_0x12dbb5(0xd3)]),_0x43aa7a=_0x47dce3['pickle'],_0x4c47b9=_0x47dce3[_0x12dbb5(0xcc)];console[_0x12dbb5(0xef)](_0x4e0efc[_0x12dbb5(0xed)]('\x20\x20',_0x43aa7a[_0x12dbb5(0xdf)]));var _0x5b0b9b=(0x0,pickleParser[_0x12dbb5(0xe1)])(_0x43aa7a);_0x4c47b9[_0x12dbb5(0x104)][_0x12dbb5(0xd8)](function(_0x2b9104){const _0x532039=_0x12dbb5;if(_0x2b9104[_0x532039(0xc4)]&&_0x2b9104[_0x532039(0xd3)])_0x10c84e=!![],console[_0x532039(0xef)](_0x4e0efc['YBibf'](_0x4e0efc[_0x532039(0xf4)](_0x4e0efc['YBibf'](_0x4e0efc[_0x532039(0xca)],_0x5b0b9b[_0x2b9104['sourceLocation'][_0x532039(0x100)]][_0x532039(0xce)]),_0x4e0efc[_0x532039(0x108)]),_0x2b9104[_0x532039(0xd6)][_0x532039(0xd7)]['toUpperCase']())),_0x4e0efc[_0x532039(0xf0)](_0x23f2c8,_0x2b9104['result'][_0x532039(0xd7)][_0x532039(0xfd)]());else _0x2b9104[_0x532039(0xc4)]&&(!_0x2b9104[_0x532039(0xc4)][_0x532039(0xe9)][_0x532039(0xc6)](_0x4e0efc[_0x532039(0x10a)])&&(_0x4e0efc['PInZZ'](_0x23f2c8,_0x2b9104[_0x532039(0xd6)][_0x532039(0xd7)][_0x532039(0xfd)]()),_0x10c84e?console['log'](_0x4e0efc[_0x532039(0xf4)](_0x4e0efc['GgsfZ'],_0x2b9104[_0x532039(0xd6)][_0x532039(0xd7)]['toUpperCase']())):console[_0x532039(0xef)](_0x4e0efc['YBibf'](_0x4e0efc[_0x532039(0xfc)],_0x2b9104[_0x532039(0xd6)][_0x532039(0xd7)][_0x532039(0xfd)]()))));if(_0x4e0efc[_0x532039(0xb8)](_0x2b9104[_0x532039(0xd6)]['status'][_0x532039(0xfd)](),_0x4e0efc[_0x532039(0xd1)])){const _0x33faed=_0x4e0efc[_0x532039(0xe2)](nestedKeyValue,_0x2b9104,[_0x4e0efc[_0x532039(0xb7)],_0x4e0efc['Cykbw'],_0x4e0efc[_0x532039(0xe0)]]);_0x33faed&&(testsErrorMessage[_0x43aa7a[_0x532039(0xdf)]]=_0x33faed,console['log'](_0x4e0efc[_0x532039(0x109)](_0x33faed,'\x0a'))),_0x4e3316=!![];}});}else{const _0x4d73fb=this[_0x12dbb5(0x105)]['getTestCaseAttempt'](_0xb612e6);console[_0x12dbb5(0xef)](_0x4e0efc[_0x12dbb5(0xe7)](_0x4e0efc[_0x12dbb5(0xf3)](_0x4e0efc['mXgSU']('\x20\x20',_0x4d73fb['gherkinDocument']['feature'][_0x12dbb5(0xdf)]),_0x4e0efc[_0x12dbb5(0x108)]),_0x4d73fb[_0x12dbb5(0xe6)][_0x12dbb5(0xdf)]));const _0x28a522=(0x0,pickleParser[_0x12dbb5(0xe1)])(_0x4d73fb[_0x12dbb5(0xe6)]),_0x381b68=_0x4d73fb['testCase'][_0x12dbb5(0x104)],_0x51e194=_0x4d73fb[_0x12dbb5(0xc3)],_0x296d5c=_0x381b68['length'];for(let _0x5dbac0=0x0;_0x4e0efc['FZCXI'](_0x5dbac0,_0x296d5c);_0x5dbac0++){const _0x100ec3=_0x381b68[_0x5dbac0];if(_0x100ec3[_0x12dbb5(0xc4)]&&_0x100ec3['sourceLocation'])_0x10c84e=!![],console[_0x12dbb5(0xef)](_0x4e0efc[_0x12dbb5(0xf3)](_0x4e0efc[_0x12dbb5(0xcd)](_0x4e0efc['IxIsV'](_0x4e0efc[_0x12dbb5(0xca)],_0x28a522[_0x100ec3['sourceLocation'][_0x12dbb5(0x100)]][_0x12dbb5(0xce)]),_0x4e0efc[_0x12dbb5(0x108)]),_0x51e194[_0x5dbac0][_0x12dbb5(0xd7)][_0x12dbb5(0xfd)]())),_0x4e0efc['acNMS'](_0x23f2c8,_0x51e194[_0x5dbac0][_0x12dbb5(0xd7)][_0x12dbb5(0xfd)]());else _0x100ec3[_0x12dbb5(0xc4)]&&(!_0x100ec3[_0x12dbb5(0xc4)]['uri'][_0x12dbb5(0xc6)](_0x4e0efc[_0x12dbb5(0x10a)])&&(_0x4e0efc[_0x12dbb5(0xbb)](_0x23f2c8,_0x51e194[_0x5dbac0][_0x12dbb5(0xd7)]['toUpperCase']()),_0x10c84e?console[_0x12dbb5(0xef)](_0x4e0efc[_0x12dbb5(0x109)](_0x4e0efc[_0x12dbb5(0xeb)],_0x51e194[_0x5dbac0][_0x12dbb5(0xd7)][_0x12dbb5(0xfd)]())):console['log'](_0x4e0efc[_0x12dbb5(0x109)](_0x4e0efc[_0x12dbb5(0xfc)],_0x51e194[_0x5dbac0][_0x12dbb5(0xd7)]['toUpperCase']()))));if(_0x4e0efc[_0x12dbb5(0xc5)](_0x51e194[_0x5dbac0]['status'][_0x12dbb5(0xfd)](),_0x4e0efc[_0x12dbb5(0xd1)])){_0x4e3316=!![];const _0x4b047d=_0x4e0efc[_0x12dbb5(0xe2)](nestedKeyValue,_0x51e194[_0x5dbac0],[_0x4e0efc[_0x12dbb5(0xee)],_0x4e0efc[_0x12dbb5(0xe0)]]);_0x4b047d&&(testsErrorMessage[_0x4e0efc[_0x12dbb5(0xf2)](_0x4e0efc[_0x12dbb5(0xb6)](_0x4d73fb['gherkinDocument'][_0x12dbb5(0x10b)][_0x12dbb5(0xdf)],_0x4e0efc[_0x12dbb5(0x108)]),_0x4d73fb[_0x12dbb5(0xe6)][_0x12dbb5(0xdf)])]=_0x4b047d,console[_0x12dbb5(0xef)](_0x4e0efc[_0x12dbb5(0xf4)](_0x4b047d,'\x0a')));}}}_0x4e3316&&(testSuitesFailed+=0x1),console[_0x12dbb5(0xef)]('\x0a');}}module[a7_0x2f6bb6(0x107)]=BrowserstackFormatter;
1
+ function a7_0x56b1(_0x18dff1,_0x4dcca6){const _0x4ce7a2=a7_0x4ce7();return a7_0x56b1=function(_0x56b16b,_0x2ba17c){_0x56b16b=_0x56b16b-0x1c6;let _0x195ee4=_0x4ce7a2[_0x56b16b];return _0x195ee4;},a7_0x56b1(_0x18dff1,_0x4dcca6);}const a7_0x2c8839=a7_0x56b1;(function(_0x126c4b,_0x2fe0a2){const _0x57450b=a7_0x56b1,_0x2b4a45=_0x126c4b();while(!![]){try{const _0x4a4fd2=-parseInt(_0x57450b(0x1cb))/0x1+-parseInt(_0x57450b(0x1c8))/0x2*(-parseInt(_0x57450b(0x1d4))/0x3)+parseInt(_0x57450b(0x20e))/0x4+parseInt(_0x57450b(0x201))/0x5+-parseInt(_0x57450b(0x1d1))/0x6+-parseInt(_0x57450b(0x1e0))/0x7+-parseInt(_0x57450b(0x21d))/0x8*(parseInt(_0x57450b(0x211))/0x9);if(_0x4a4fd2===_0x2fe0a2)break;else _0x2b4a45['push'](_0x2b4a45['shift']());}catch(_0xd6718d){_0x2b4a45['push'](_0x2b4a45['shift']());}}}(a7_0x4ce7,0x5f184));const {requireModule,getPlatformName,nestedKeyValue}=require('../../../helpers/helper'),{Formatter}=requireModule(a7_0x2c8839(0x20b)),pickleParser=requireModule(a7_0x2c8839(0x1cf),a7_0x2c8839(0x20b));function a7_0x4ce7(){const _0x537925=['BShrU','steps','test-case-finished','name','udKlh','cucumber','FEZyk','env','1543656HjySwJ','includes','ZxtDJ','18YxfPMq','BVGnP','text','eventDataCollector','zvZZh','AMBIGUOUS','status','LkLvT','bZaru','dvAhY','capability','Executing\x20tests\x20for\x20','627320IyIUgN','PENDING','FNKzw','331358TqFZLU','log','Rlroh','374927fmUaqZ','eventBroadcaster','getTestCaseAttempt','gherkinDocument','cucumber/lib/formatter/helpers/pickle_parser.js','\x20\x20\x20\x20','345390VswSqL','NNegG','testCase','6GXIbmQ','length','forEach','SEklN','\x20-\x20','test-run-started','FZGuZ','sourceLocation','uri','feature','exception','AvmzY','3600947dZeQSx','test-step-started','\x20\x20\x20\x20AFTER\x20-\x20','result','QiRQX','undefined','kwznW','parse','toUpperCase','iMyBA','iXzSd','\x20\x20\x20\x20BEFORE\x20-\x20','UNDEFINED','test-run-finished','BDRlC','actionLocation','WUYbk','JAKPf','lrurG','VJCZA','__platform','UCHrQ','ZqrmE','AzWzU','zGSDM','vSevc','pickle','zEfMj','getTestCaseData','line','CONFIG','TmjEA','ZQiSK','3879895MPiSDl','getStepLineToPickledStepMap','FOSQx','PygSB','PASSED'];a7_0x4ce7=function(){return _0x537925;};return a7_0x4ce7();}class BrowserstackFormatter extends Formatter{constructor(_0x84cfef){const _0x19a02d=a7_0x2c8839,_0x15a67a={'WUYbk':function(_0x3a834f,_0x17535b){return _0x3a834f!==_0x17535b;},'Rlroh':function(_0x26ae01,_0x513a5a){return _0x26ae01!==_0x513a5a;},'ZgTkH':function(_0x116f1d,_0xe1a018){return _0x116f1d(_0xe1a018);},'SEklN':_0x19a02d(0x1d9),'FZGuZ':'test-case-started','BDRlC':_0x19a02d(0x208),'KgPOo':_0x19a02d(0x1ed),'ZxtDJ':_0x19a02d(0x1e1)};super(_0x84cfef),_0x84cfef[_0x19a02d(0x1cc)]['on'](_0x15a67a[_0x19a02d(0x1d7)],()=>{const _0x8c6ac9=_0x19a02d;let _0x17aea4;if(_0x15a67a[_0x8c6ac9(0x1f0)](process[_0x8c6ac9(0x20d)][_0x8c6ac9(0x1fe)],undefined)){const _0x2ef900=JSON[_0x8c6ac9(0x1e7)](process[_0x8c6ac9(0x20d)][_0x8c6ac9(0x1fe)]);_0x17aea4=_0x2ef900[_0x8c6ac9(0x21b)];}_0x15a67a[_0x8c6ac9(0x1ca)](_0x17aea4,undefined)&&(global[_0x8c6ac9(0x1f4)]=_0x15a67a['ZgTkH'](getPlatformName,_0x17aea4),console['log'](_0x8c6ac9(0x21c)+global[_0x8c6ac9(0x1f4)]));}),_0x84cfef[_0x19a02d(0x1cc)]['on'](_0x15a67a[_0x19a02d(0x1da)],()=>{testSuites+=0x1;}),_0x84cfef[_0x19a02d(0x1cc)]['on'](_0x15a67a[_0x19a02d(0x1ee)],_0x489eff=>{this['logTestCaseFinished'](_0x489eff);}),_0x84cfef[_0x19a02d(0x1cc)]['on'](_0x15a67a['KgPOo'],()=>{totalTests-=0x2;}),_0x84cfef['eventBroadcaster']['on'](_0x15a67a[_0x19a02d(0x210)],()=>{totalTests+=0x1;});}['logTestCaseFinished'](_0x416cd0){const _0xd83a97=a7_0x2c8839,_0x1652d3={'drmgM':'FAILED','dvAhY':_0xd83a97(0x205),'XVGhp':'SKIPPED','PygSB':_0xd83a97(0x1c6),'JAKPf':_0xd83a97(0x1ec),'QiRQX':'UNKNOWN','FEZyk':_0xd83a97(0x216),'FOSQx':function(_0x4de5db,_0x11693d){return _0x4de5db+_0x11693d;},'UUTUp':function(_0x19ea4d,_0xab45f8){return _0x19ea4d+_0xab45f8;},'AvmzY':function(_0x59b6e8,_0x56acd4){return _0x59b6e8+_0x56acd4;},'lrurG':_0xd83a97(0x1d0),'bZaru':_0xd83a97(0x1d8),'iXzSd':function(_0x507f5a,_0x19db54){return _0x507f5a(_0x19db54);},'zEfMj':'cucumber-js/test_old.setup.js','ZQiSK':_0xd83a97(0x1e2),'ZqrmE':_0xd83a97(0x1eb),'NNegG':function(_0x2fd90c,_0x17e94b){return _0x2fd90c===_0x17e94b;},'kwznW':function(_0xff8d39,_0x2c7e71,_0x288398){return _0xff8d39(_0x2c7e71,_0x288398);},'zvZZh':'result','UCHrQ':_0xd83a97(0x1de),'vSevc':'stack','VJCZA':function(_0x3a4c10,_0x39a560){return _0x3a4c10+_0x39a560;},'udKlh':function(_0x590650,_0x1bb952){return _0x590650!==_0x1bb952;},'DiRZl':_0xd83a97(0x1e5),'vJqqB':function(_0x4afd25,_0x2c17b5){return _0x4afd25+_0x2c17b5;},'FNKzw':function(_0x14f201,_0x2a7e2f){return _0x14f201+_0x2a7e2f;},'BShrU':function(_0x50e9cb,_0x1bf3ea){return _0x50e9cb+_0x1bf3ea;},'TmjEA':function(_0x56f932,_0x237e0c){return _0x56f932<_0x237e0c;},'AzWzU':function(_0x5bd863,_0x282b55){return _0x5bd863+_0x282b55;},'zGSDM':function(_0x446559,_0x4a7aea){return _0x446559+_0x4a7aea;},'mbQXP':function(_0x3be3c8,_0x53b293){return _0x3be3c8+_0x53b293;},'iMyBA':function(_0x189de0,_0x59975a){return _0x189de0(_0x59975a);},'BTKCH':function(_0x217848,_0x3760ee){return _0x217848+_0x3760ee;},'BVGnP':function(_0x1977ba,_0x30519d){return _0x1977ba+_0x30519d;},'LkLvT':function(_0x213186,_0x1419e9){return _0x213186+_0x1419e9;}};let _0x5d677a=![];function _0xe37f92(_0x38ec96){const _0x30e5a6=_0xd83a97;switch(_0x38ec96){case _0x1652d3['drmgM']:testsFailed+=0x1;break;case _0x1652d3[_0x30e5a6(0x21a)]:testsPassed+=0x1;break;case _0x1652d3['XVGhp']:testsSkipped+=0x1;break;case _0x1652d3[_0x30e5a6(0x204)]:testsPending+=0x1;break;case _0x1652d3[_0x30e5a6(0x1f1)]:testsUndefined+=0x1;break;case _0x1652d3[_0x30e5a6(0x1e4)]:testsUnknown+=0x1;break;case _0x1652d3[_0x30e5a6(0x20c)]:testsAmbiguous+=0x1;break;default:break;}}_0x1652d3[_0xd83a97(0x20a)](global[_0xd83a97(0x1f4)],undefined)&&console[_0xd83a97(0x1c9)](_0x1652d3[_0xd83a97(0x203)](_0x1652d3[_0xd83a97(0x1df)]('\x0a',global[_0xd83a97(0x1f4)]),'\x0a'));let _0xb49540=![];if(_0x1652d3[_0xd83a97(0x20a)](typeof this[_0xd83a97(0x214)][_0xd83a97(0x1fc)],_0x1652d3['DiRZl'])){var _0x375e5c=this[_0xd83a97(0x214)][_0xd83a97(0x1fc)](_0x416cd0[_0xd83a97(0x1db)]),_0x56071d=_0x375e5c['pickle'],_0x124c4d=_0x375e5c[_0xd83a97(0x1d3)];console[_0xd83a97(0x1c9)](_0x1652d3['vJqqB']('\x20\x20',_0x56071d['name']));var _0x188e7d=(0x0,pickleParser['getStepLineToPickledStepMap'])(_0x56071d);_0x124c4d['steps'][_0xd83a97(0x1d6)](function(_0x3e6214){const _0x3bd8a1=_0xd83a97;if(_0x3e6214[_0x3bd8a1(0x1ef)]&&_0x3e6214[_0x3bd8a1(0x1db)])_0x5d677a=!![],console[_0x3bd8a1(0x1c9)](_0x1652d3[_0x3bd8a1(0x203)](_0x1652d3['UUTUp'](_0x1652d3[_0x3bd8a1(0x1df)](_0x1652d3[_0x3bd8a1(0x1f2)],_0x188e7d[_0x3e6214[_0x3bd8a1(0x1db)][_0x3bd8a1(0x1fd)]]['text']),_0x1652d3['bZaru']),_0x3e6214[_0x3bd8a1(0x1e3)]['status'][_0x3bd8a1(0x1e8)]())),_0x1652d3[_0x3bd8a1(0x1ea)](_0xe37f92,_0x3e6214[_0x3bd8a1(0x1e3)][_0x3bd8a1(0x217)][_0x3bd8a1(0x1e8)]());else _0x3e6214[_0x3bd8a1(0x1ef)]&&(!_0x3e6214['actionLocation'][_0x3bd8a1(0x1dc)][_0x3bd8a1(0x20f)](_0x1652d3[_0x3bd8a1(0x1fb)])&&(_0x1652d3[_0x3bd8a1(0x1ea)](_0xe37f92,_0x3e6214[_0x3bd8a1(0x1e3)][_0x3bd8a1(0x217)][_0x3bd8a1(0x1e8)]()),_0x5d677a?console[_0x3bd8a1(0x1c9)](_0x1652d3['UUTUp'](_0x1652d3[_0x3bd8a1(0x200)],_0x3e6214[_0x3bd8a1(0x1e3)][_0x3bd8a1(0x217)][_0x3bd8a1(0x1e8)]())):console[_0x3bd8a1(0x1c9)](_0x1652d3['UUTUp'](_0x1652d3[_0x3bd8a1(0x1f6)],_0x3e6214['result'][_0x3bd8a1(0x217)][_0x3bd8a1(0x1e8)]()))));if(_0x1652d3[_0x3bd8a1(0x1d2)](_0x3e6214['result']['status'][_0x3bd8a1(0x1e8)](),_0x1652d3['drmgM'])){const _0x96e746=_0x1652d3[_0x3bd8a1(0x1e6)](nestedKeyValue,_0x3e6214,[_0x1652d3[_0x3bd8a1(0x215)],_0x1652d3['UCHrQ'],_0x1652d3[_0x3bd8a1(0x1f9)]]);_0x96e746&&(testsErrorMessage[_0x56071d[_0x3bd8a1(0x209)]]=_0x96e746,console[_0x3bd8a1(0x1c9)](_0x1652d3[_0x3bd8a1(0x1f3)](_0x96e746,'\x0a'))),_0xb49540=!![];}});}else{const _0x2f81ee=this['eventDataCollector'][_0xd83a97(0x1cd)](_0x416cd0);console[_0xd83a97(0x1c9)](_0x1652d3['VJCZA'](_0x1652d3[_0xd83a97(0x1c7)](_0x1652d3[_0xd83a97(0x206)]('\x20\x20',_0x2f81ee[_0xd83a97(0x1ce)][_0xd83a97(0x1dd)]['name']),_0x1652d3[_0xd83a97(0x219)]),_0x2f81ee[_0xd83a97(0x1fa)][_0xd83a97(0x209)]));const _0x346191=(0x0,pickleParser[_0xd83a97(0x202)])(_0x2f81ee['pickle']),_0x4b9cef=_0x2f81ee[_0xd83a97(0x1d3)][_0xd83a97(0x207)],_0x321be2=_0x2f81ee['stepResults'],_0x13e77e=_0x4b9cef[_0xd83a97(0x1d5)];for(let _0xca89e9=0x0;_0x1652d3[_0xd83a97(0x1ff)](_0xca89e9,_0x13e77e);_0xca89e9++){const _0x483b77=_0x4b9cef[_0xca89e9];if(_0x483b77['actionLocation']&&_0x483b77[_0xd83a97(0x1db)])_0x5d677a=!![],console['log'](_0x1652d3[_0xd83a97(0x1f7)](_0x1652d3[_0xd83a97(0x1f8)](_0x1652d3['mbQXP'](_0x1652d3[_0xd83a97(0x1f2)],_0x346191[_0x483b77[_0xd83a97(0x1db)][_0xd83a97(0x1fd)]][_0xd83a97(0x213)]),_0x1652d3['bZaru']),_0x321be2[_0xca89e9][_0xd83a97(0x217)][_0xd83a97(0x1e8)]())),_0x1652d3[_0xd83a97(0x1ea)](_0xe37f92,_0x321be2[_0xca89e9]['status'][_0xd83a97(0x1e8)]());else _0x483b77[_0xd83a97(0x1ef)]&&(!_0x483b77[_0xd83a97(0x1ef)][_0xd83a97(0x1dc)][_0xd83a97(0x20f)](_0x1652d3['zEfMj'])&&(_0x1652d3[_0xd83a97(0x1e9)](_0xe37f92,_0x321be2[_0xca89e9][_0xd83a97(0x217)][_0xd83a97(0x1e8)]()),_0x5d677a?console[_0xd83a97(0x1c9)](_0x1652d3['BTKCH'](_0x1652d3[_0xd83a97(0x200)],_0x321be2[_0xca89e9][_0xd83a97(0x217)][_0xd83a97(0x1e8)]())):console['log'](_0x1652d3[_0xd83a97(0x212)](_0x1652d3[_0xd83a97(0x1f6)],_0x321be2[_0xca89e9][_0xd83a97(0x217)][_0xd83a97(0x1e8)]()))));if(_0x1652d3[_0xd83a97(0x1d2)](_0x321be2[_0xca89e9][_0xd83a97(0x217)][_0xd83a97(0x1e8)](),_0x1652d3['drmgM'])){_0xb49540=!![];const _0xcd0610=_0x1652d3[_0xd83a97(0x1e6)](nestedKeyValue,_0x321be2[_0xca89e9],[_0x1652d3[_0xd83a97(0x1f5)],_0x1652d3[_0xd83a97(0x1f9)]]);_0xcd0610&&(testsErrorMessage[_0x1652d3['BTKCH'](_0x1652d3['BShrU'](_0x2f81ee[_0xd83a97(0x1ce)][_0xd83a97(0x1dd)][_0xd83a97(0x209)],_0x1652d3[_0xd83a97(0x219)]),_0x2f81ee[_0xd83a97(0x1fa)]['name'])]=_0xcd0610,console['log'](_0x1652d3[_0xd83a97(0x218)](_0xcd0610,'\x0a')));}}}_0xb49540&&(testSuitesFailed+=0x1),console[_0xd83a97(0x1c9)]('\x0a');}}module['exports']=BrowserstackFormatter;
@@ -1 +1 @@
1
- const a8_0x3bc22b=a8_0x10c2;function a8_0x102c(){const _0xd27979=['name','GuZIN','hookId','RviDw','Ahupp','wgunr','3194888evPUCX','getHookRunEventData','JvWxV','failure_type','../../helpers/test-observability/constants.js','zjHgD','nUrIk','nanos','includes','testStepResult','exception','pending','BEFORE_EACH','backtrace','getCucumberHookType','configureGit','toLowerCase','FAILED','bmTWb','xTOYR','tagExpression','cucumber','604008kkmlCP','sendTestRunEventForCucumber','gQxKx','afDxO','hook','OVyBN','getScenarioExamples','getTestUUID','DMzJZ','lqNUn','util','hxiIH','root','failureData','forEach','TestRunFinished','join','nErGY','Pofsy','split','scenario','Exception\x20in\x20sendHook:\x20','AFTER_EACH','map','failed','javascript','xsPvd','rvzek','relative','nJiup','astNodeIds','zeHzv','rSGxm','format','_gitConfigured','strip-ansi','tableBody','gtHHm','336120RMEDXZ','passed','GHPFm','../../helpers/helper','event_type','uploadEventData','SKIPPED','ENXRp','getHookResult','updateTestStatus','length','find','timestamp','Exception\x20in\x20getHookRunEventData:\x20','failure_data','eqtHA','AssertionError','20XbXLHZ','sourceReference','../../helpers/logger','testCaseFinished','feature','finished_at','test','zxGpn','AsGNQ','cUAFC','flatMap','HECpP','0|3|2|4|1','match','1176705VfJYlo','UnhandledError','../playwright/reporter/test-details','pickleStepId','../../helpers/test-observability/sessionHandler','filter','debug','../../helpers/test-observability/error-handler','8457316tQoeaX','aURyj','_gitConfigPath','test_run','failureType','cells','UqSip','message','5080590SmfPuW','mLKIR','hooks','BzDwW','vizDb','toISOString','qFGwu','DGBHo','EUUEo','skipped','status','12xlQzil','duration_in_ms','result','SlUNn','Pzlhe','sfchI','hQnfa','failure','exports','sendHook','118586QyNDPF','CsMLO','gdlpD','testCaseStartedId','getHooksListForTest','HookRunFinished','browserstack-node-agent/src/bin/cucumber-js/test.setup.js','YJhsZ','examples','uri','RezzU','aekDD','ORIdS','tags','failure_reason','children','appendTesthubParams','nANPY','rule','value','lPxFk','cyvEf'];a8_0x102c=function(){return _0xd27979;};return a8_0x102c();}(function(_0x24bdd5,_0xecc329){const _0x18c498=a8_0x10c2,_0x31c1fb=_0x24bdd5();while(!![]){try{const _0x7c18a0=-parseInt(_0x18c498(0xbc))/0x1+parseInt(_0x18c498(0x100))/0x2*(-parseInt(_0x18c498(0xf6))/0x3)+parseInt(_0x18c498(0x96))/0x4*(-parseInt(_0x18c498(0xcd))/0x5)+parseInt(_0x18c498(0xeb))/0x6+parseInt(_0x18c498(0xe3))/0x7+-parseInt(_0x18c498(0x80))/0x8+parseInt(_0x18c498(0xdb))/0x9;if(_0x7c18a0===_0xecc329)break;else _0x31c1fb['push'](_0x31c1fb['shift']());}catch(_0x2e3fca){_0x31c1fb['push'](_0x31c1fb['shift']());}}}(a8_0x102c,0x94b0d));function a8_0x10c2(_0x256bca,_0x445bbc){const _0x102c06=a8_0x102c();return a8_0x10c2=function(_0x10c225,_0x222c42){_0x10c225=_0x10c225-0x79;let _0xa22e65=_0x102c06[_0x10c225];return _0xa22e65;},a8_0x10c2(_0x256bca,_0x445bbc);}const path=require('path'),stripAnsi=require(a8_0x3bc22b(0xb9)),util=require(a8_0x3bc22b(0xa0)),hooksMap={},SessionHandler=require(a8_0x3bc22b(0xdf)),testhubUtils=require('../../helpers/testhub/utils'),{getGitMetaData,isUndefined,nestedKeyValue}=require(a8_0x3bc22b(0xbf)),logger=require(a8_0x3bc22b(0xcf))['winstonLogger'],{o11yClassErrorHandler}=require(a8_0x3bc22b(0xe2)),{FRAMEWORKS}=require(a8_0x3bc22b(0x84)),TestDetails=require(a8_0x3bc22b(0xdd));this[a8_0x3bc22b(0xb8)]=![],this[a8_0x3bc22b(0xe5)]=null;class TestObservabilityReporter{async[a8_0x3bc22b(0x97)](_0x5dd5c9,_0x15d2ec,_0x5ec0db,_0x449e97,_0x5aefef){const _0x181587=a8_0x3bc22b,_0x1863e4={'ENXRp':function(_0x153509,_0x19ddfe){return _0x153509===_0x19ddfe;},'nErGY':_0x181587(0x91),'wgunr':_0x181587(0xae),'xsPvd':function(_0x26b4e0,_0x15f3fd){return _0x26b4e0===_0x15f3fd;},'OVyBN':_0x181587(0xc2),'kDCRV':_0x181587(0xf4),'CsMLO':function(_0x13f1e6,_0x1375c2){return _0x13f1e6||_0x1375c2;},'ORIdS':function(_0x5b9c92,_0x1305cd){return _0x5b9c92+_0x1305cd;},'vizDb':function(_0x86d3a1,_0x361e43){return _0x86d3a1+_0x361e43;},'Pofsy':_0x181587(0xd3),'kwMWC':_0x181587(0xaf),'afDxO':_0x181587(0x95),'AsGNQ':_0x181587(0x8b),'RezzU':_0x181587(0xbd),'lqNUn':function(_0x37b59,_0xabffe7){return _0x37b59!==_0xabffe7;},'nWWWw':function(_0x224f54,_0x54be2a){return _0x224f54/_0x54be2a;},'DGBHo':function(_0x36ea42,_0x16b45c){return _0x36ea42===_0x16b45c;},'RviDw':function(_0x317785,_0xf0d39){return _0x317785(_0xf0d39);},'qFGwu':'unknown','JvWxV':function(_0x96c26e,_0x1e4b39){return _0x96c26e(_0x1e4b39);},'QawTm':_0x181587(0xcc),'hQnfa':_0x181587(0xdc),'nUrIk':function(_0x482d55,_0x269cbe){return _0x482d55===_0x269cbe;},'aekDD':_0x181587(0xa5),'nrPdU':function(_0x480d9d,_0x48f595){return _0x480d9d>_0x48f595;}},{feature:_0x189110,scenario:_0x5d6d8c,steps:_0xda6bd5,uuid:_0xfee0ea,startedAt:_0x7d6ba6,finishedAt:_0x2e7173}=_0x1863e4[_0x181587(0x101)](_0x5aefef,{}),_0x256956=this[_0x181587(0x9c)](_0x15d2ec,_0x5ec0db);await this[_0x181587(0x8f)]();const _0x109923=_0x256956?_0x1863e4[_0x181587(0x10c)](_0x1863e4[_0x181587(0x10c)](_0x1863e4[_0x181587(0xef)](_0x5ec0db['name'],'\x20('),_0x256956[_0x181587(0xa6)](',\x20')),')'):_0x5ec0db[_0x181587(0x7a)],_0x22b970={'uuid':_0xfee0ea,'started_at':_0x7d6ba6,'finished_at':_0x2e7173,'type':_0x1863e4[_0x181587(0xa8)],'body':{'lang':_0x1863e4['kwMWC'],'code':null},'name':_0x109923,'scopes':[_0x189110&&_0x189110['name']?_0x189110[_0x181587(0x7a)]:''],'tags':_0x5ec0db[_0x181587(0x10d)]?_0x5ec0db[_0x181587(0x10d)]['map'](({name:_0x38c494})=>_0x38c494):[],'file_name':_0x5ec0db[_0x181587(0x109)],'location':_0x5ec0db[_0x181587(0x109)],'vc_filepath':this[_0x181587(0xe5)]&&_0x5ec0db['uri']?path[_0x181587(0xb2)](this[_0x181587(0xe5)],_0x5ec0db[_0x181587(0x109)]):null,'framework':_0x1863e4[_0x181587(0x99)],'result':_0x1863e4[_0x181587(0xd5)],'meta':{'feature':_0x189110,'scenario':_0x5d6d8c,'steps':_0xda6bd5,'examples':_0x256956},'customRerunParam':{'rerun_name':_0x109923}};if(_0x5dd5c9['testCaseFinished']&&_0xda6bd5){const _0x10ba31=_0x5dd5c9[_0x181587(0xd0)];let _0x41c2ab=_0x1863e4[_0x181587(0x10a)];_0xda6bd5['every'](_0x4089cb=>{const _0x19038e=_0x181587;if(_0x1863e4[_0x19038e(0xc3)](_0x4089cb[_0x19038e(0xf8)],_0x1863e4[_0x19038e(0xa7)]))return _0x41c2ab=_0x1863e4[_0x19038e(0x7f)],_0x10ba31[_0x19038e(0xfd)]=_0x4089cb[_0x19038e(0xfd)],_0x10ba31[_0x19038e(0xe7)]=_0x4089cb[_0x19038e(0xe7)],![];else{if(_0x1863e4[_0x19038e(0xb0)](_0x4089cb['result'],_0x1863e4[_0x19038e(0x9b)]))return _0x41c2ab=_0x1863e4['kDCRV'],![];}return!![];}),_0x22b970[_0x181587(0xd2)]=new Date()[_0x181587(0xf0)](),_0x22b970[_0x181587(0xf8)]=_0x41c2ab,_0x10ba31[_0x181587(0xc8)]&&_0x1863e4[_0x181587(0x9f)](_0x10ba31['timestamp'][_0x181587(0x87)],undefined)?_0x22b970['duration_in_ms']=_0x1863e4['nWWWw'](_0x10ba31[_0x181587(0xc8)]['nanos'],0xf4240):_0x22b970[_0x181587(0xf7)]=undefined,_0x1863e4[_0x181587(0xf2)](_0x41c2ab,_0x1863e4[_0x181587(0x7f)])&&(_0x22b970[_0x181587(0xfd)]=[{'backtrace':[_0x10ba31[_0x181587(0xfd)]?_0x1863e4[_0x181587(0x7d)](stripAnsi,_0x10ba31[_0x181587(0xfd)]):_0x1863e4[_0x181587(0xf1)]]}],_0x22b970[_0x181587(0x10e)]=_0x10ba31['failure']?_0x1863e4[_0x181587(0x82)](stripAnsi,_0x10ba31[_0x181587(0xfd)]):_0x10ba31[_0x181587(0xea)],_0x10ba31[_0x181587(0xe7)]&&(_0x22b970['failure_type']=_0x10ba31[_0x181587(0xe7)][_0x181587(0xda)](/AssertError/)?_0x1863e4['QawTm']:_0x1863e4[_0x181587(0xfc)]));}if(_0x1863e4[_0x181587(0x86)](_0x449e97,_0x1863e4[_0x181587(0x10b)])){const _0x2040f3=this[_0x181587(0x104)](_0x5dd5c9['testCaseFinished'][_0x181587(0x103)]);_0x2040f3&&_0x1863e4['nrPdU'](_0x2040f3[_0x181587(0xc6)],0x0)&&(_0x22b970[_0x181587(0xed)]=_0x2040f3,this['updateTestStatus'](_0x5dd5c9['testCaseFinished']['testCaseStartedId'],_0x22b970));}testhubUtils[_0x181587(0x110)](_0x22b970,_0x449e97,'',FRAMEWORKS['CUCUMBER']);const _0x5200d2={};_0x5200d2[_0x181587(0xc0)]=_0x449e97,_0x5200d2[_0x181587(0xe6)]=_0x22b970;const _0x340831=_0x5200d2;await SessionHandler[_0x181587(0xc1)](_0x340831);}[a8_0x3bc22b(0xc5)](_0x949a2f,_0x5657be){const _0x35e175=a8_0x3bc22b,_0x1e8c21={};_0x1e8c21[_0x35e175(0x85)]=function(_0x1ce132,_0x3d4962){return _0x1ce132 instanceof _0x3d4962;},_0x1e8c21['cyvEf']=function(_0x100b7a,_0x54c51d){return _0x100b7a===_0x54c51d;},_0x1e8c21['nANPY']='failed',_0x1e8c21[_0x35e175(0xfb)]=_0x35e175(0xd9);const _0x4d2bdb=_0x1e8c21,_0x41a598=hooksMap[_0x949a2f];if(_0x4d2bdb['zjHgD'](_0x41a598,Array))for(const _0x4381ad of _0x41a598){if(_0x4d2bdb[_0x35e175(0x79)](_0x4381ad['result'],_0x4d2bdb[_0x35e175(0x111)])){const _0x41e554=_0x4d2bdb['sfchI'][_0x35e175(0xa9)]('|');let _0x7b9ec5=0x0;while(!![]){switch(_0x41e554[_0x7b9ec5++]){case'0':_0x5657be[_0x35e175(0xf8)]=_0x4381ad[_0x35e175(0xf8)];continue;case'1':return _0x5657be;case'2':_0x5657be[_0x35e175(0x10e)]=_0x4d2bdb[_0x35e175(0x85)](_0x4381ad[_0x35e175(0xca)],Array)?_0x4381ad[_0x35e175(0xca)][0x0][_0x35e175(0x8d)][_0x35e175(0xa6)]('\x0a'):'';continue;case'3':_0x5657be['failure']=_0x4381ad['failure_data'];continue;case'4':_0x5657be[_0x35e175(0x83)]=_0x4381ad[_0x35e175(0x83)];continue;}break;}}};}['getHooksListForTest'](_0x431c21){const _0x438de5=a8_0x3bc22b;if(hooksMap[_0x431c21])return hooksMap[_0x431c21][_0x438de5(0xad)](_0x1b1fdc=>_0x1b1fdc['uuid']);return[];}[a8_0x3bc22b(0x81)](_0x357f10,_0x3d4f80,_0x52a0e9,_0x1cbe7a,_0x5051e8,_0x189321){const _0x2c2fcf=a8_0x3bc22b,_0x4e1355={'DMzJZ':function(_0x5ab356,_0x39bb69){return _0x5ab356===_0x39bb69;},'nJiup':_0x2c2fcf(0x105),'eqtHA':function(_0x17219a,_0x27e358,_0x3d97e5){return _0x17219a(_0x27e358,_0x3d97e5);},'UqSip':_0x2c2fcf(0xce),'gQxKx':_0x2c2fcf(0x109),'Ahupp':_0x2c2fcf(0x8b),'EUUEo':_0x2c2fcf(0x9a),'rSGxm':_0x2c2fcf(0xaf),'zeHzv':'feature','HECpP':'name','pdXuj':_0x2c2fcf(0x95)};try{if(_0x4e1355[_0x2c2fcf(0x9e)](_0x52a0e9,_0x4e1355[_0x2c2fcf(0xb3)])){const _0xa0a4d0=new Date()[_0x2c2fcf(0xf0)](),_0x13f9ea=hooksMap[_0x3d4f80];if(!_0x13f9ea)return;const _0x363ead=_0x13f9ea[_0x2c2fcf(0xc7)](_0x140194=>_0x140194['uuid']===_0x1cbe7a['id']);if(!_0x363ead)return;const _0x16d420=this[_0x2c2fcf(0xc4)](_0x357f10,_0x3d4f80);_0x363ead[_0x2c2fcf(0xf8)]=_0x16d420['status'],_0x363ead[_0x2c2fcf(0xd2)]=_0xa0a4d0,_0x363ead[_0x2c2fcf(0x83)]=_0x16d420[_0x2c2fcf(0xe7)];const _0xf2ff8={};return _0xf2ff8['backtrace']=_0x16d420[_0x2c2fcf(0xa3)],_0x363ead[_0x2c2fcf(0xca)]=[_0xf2ff8],_0x363ead;}const _0x4252b1=TestDetails[_0x2c2fcf(0x9d)](_0x3d4f80),_0x3f1514=_0x357f10[_0x2c2fcf(0xed)]['find'](_0x397d17=>_0x397d17['id']===_0x1cbe7a[_0x2c2fcf(0x7c)]),_0x211ee9=_0x4e1355['eqtHA'](nestedKeyValue,_0x3f1514,[_0x4e1355[_0x2c2fcf(0xe9)],_0x4e1355[_0x2c2fcf(0x98)]]),_0x116ea6=new Date()['toISOString'](),_0x2a2283=_0x4e1355[_0x2c2fcf(0x7e)],_0x493a32=_0x3f1514[_0x2c2fcf(0x94)]?_0x3f1514[_0x2c2fcf(0x94)]['split']('\x20')[_0x2c2fcf(0xe0)](_0x26003a=>_0x26003a[_0x2c2fcf(0x88)]('@')):[],_0x2a8ad8={'uuid':_0x1cbe7a['id'],'type':_0x4e1355[_0x2c2fcf(0xf3)],'hook_type':_0x189321,'name':_0x3f1514['name'],'body':{'lang':_0x4e1355[_0x2c2fcf(0xb6)],'code':null},'tags':_0x493a32,'test_run_id':_0x4252b1,'scope':_0x4e1355['eqtHA'](nestedKeyValue,_0x5051e8,[_0x4e1355[_0x2c2fcf(0xb5)],_0x4e1355[_0x2c2fcf(0xd8)]]),'scopes':[_0x4e1355[_0x2c2fcf(0xcb)](nestedKeyValue,_0x5051e8,[_0x4e1355['zeHzv'],_0x4e1355[_0x2c2fcf(0xd8)]])||''],'file_name':_0x211ee9,'location':_0x211ee9,'vc_filepath':this[_0x2c2fcf(0xe5)]?path[_0x2c2fcf(0xb2)](this['_gitConfigPath'],_0x211ee9):null,'result':_0x2a2283,'started_at':_0x116ea6,'framework':_0x4e1355['pdXuj']};return _0x2a8ad8;}catch(_0x5977e8){logger[_0x2c2fcf(0xe1)](_0x2c2fcf(0xc9)+util[_0x2c2fcf(0xb7)](_0x5977e8)+'\x20');}}async['sendHook'](_0x38d0a0,_0x391995,_0x2f3334,_0x529fb0,_0x29f97b,_0x4ca3fa){const _0x32cd50=a8_0x3bc22b,_0x1d98d4={'YJhsZ':function(_0x5a810f,_0x4c2c6e){return _0x5a810f===_0x4c2c6e;},'hxiIH':'HookRunStarted','SlUNn':function(_0x36d066,_0x22aad7,_0xe95b4a){return _0x36d066(_0x22aad7,_0xe95b4a);},'BzDwW':'sourceReference','lPxFk':'uri','mLKIR':_0x32cd50(0x106)};try{const _0x39797b=_0x529fb0[_0x32cd50(0xc7)](_0x32bdbd=>_0x32bdbd['id']===_0x29f97b);if(!_0x39797b[_0x32cd50(0x7c)])return;const _0x48d025=this['getCucumberHookType'](_0x529fb0,_0x39797b),_0x3c2e1c=this[_0x32cd50(0x81)](_0x38d0a0,_0x391995,_0x2f3334,_0x39797b,_0x4ca3fa,_0x48d025);if(!_0x3c2e1c)return;_0x1d98d4[_0x32cd50(0x107)](_0x2f3334,_0x1d98d4[_0x32cd50(0xa1)])&&(hooksMap[_0x391995]?hooksMap[_0x391995]['push'](_0x3c2e1c):hooksMap[_0x391995]=[_0x3c2e1c]);const _0x58afdd=_0x38d0a0[_0x32cd50(0xed)][_0x32cd50(0xc7)](_0x8cde7=>_0x8cde7['id']===_0x39797b[_0x32cd50(0x7c)]),_0x23354a=_0x1d98d4[_0x32cd50(0xf9)](nestedKeyValue,_0x58afdd,[_0x1d98d4[_0x32cd50(0xee)],_0x1d98d4[_0x32cd50(0x114)]]);if(!_0x23354a)return;else{if(_0x23354a['includes'](_0x1d98d4[_0x32cd50(0xec)]))return;}const _0x54c7dc={};_0x54c7dc['event_type']=_0x2f3334,_0x54c7dc['hook_run']=_0x3c2e1c;const _0x1e921b=_0x54c7dc;await SessionHandler[_0x32cd50(0xc1)](_0x1e921b);}catch(_0x1d3dd5){logger['debug'](_0x32cd50(0xab)+util[_0x32cd50(0xb7)](_0x1d3dd5)+'\x20');}}[a8_0x3bc22b(0xc4)](_0x2a5a12,_0x48dbcd){const _0x1fecd7=a8_0x3bc22b,_0x5ed75f={};_0x5ed75f['ZdMuB']=function(_0x3913a4,_0x46367e){return _0x3913a4===_0x46367e;},_0x5ed75f[_0x1fecd7(0xbb)]=_0x1fecd7(0xae),_0x5ed75f[_0x1fecd7(0xe4)]=function(_0x410a0a,_0x32161a){return _0x410a0a===_0x32161a;},_0x5ed75f['LcynK']=function(_0x163d2f,_0x37942b){return _0x163d2f===_0x37942b;},_0x5ed75f['GuZIN']=_0x1fecd7(0xdc),_0x5ed75f[_0x1fecd7(0xb1)]=_0x1fecd7(0xcc),_0x5ed75f[_0x1fecd7(0x92)]=function(_0x156987,_0x534189){return _0x156987||_0x534189;};const _0x5c3f40=_0x5ed75f,_0x11d07a=_0x2a5a12['testStepFinished'][_0x48dbcd][_0x1fecd7(0x89)];let _0x2dc4e6,_0x4469a6;return _0x11d07a&&_0x5c3f40['ZdMuB'](_0x11d07a[_0x1fecd7(0xf5)]['toString']()[_0x1fecd7(0x90)](),_0x5c3f40[_0x1fecd7(0xbb)])&&(_0x2dc4e6=_0x5c3f40[_0x1fecd7(0xe4)](_0x11d07a['exception'],undefined)?_0x11d07a[_0x1fecd7(0xea)]:_0x11d07a[_0x1fecd7(0x8a)][_0x1fecd7(0xea)],_0x4469a6=_0x5c3f40['LcynK'](_0x11d07a[_0x1fecd7(0x8a)],undefined)?_0x5c3f40['GuZIN']:_0x11d07a[_0x1fecd7(0xea)][_0x1fecd7(0xda)](/Assert/)?_0x5c3f40[_0x1fecd7(0xb1)]:_0x5c3f40[_0x1fecd7(0x7b)]),{'status':_0x11d07a[_0x1fecd7(0xf5)][_0x1fecd7(0x90)](),'failureType':_0x5c3f40['bmTWb'](_0x4469a6,null),'failureData':!_0x2dc4e6?null:[_0x2dc4e6]};}[a8_0x3bc22b(0x8e)](_0x387f58,_0x3c02af){const _0x1fce85=a8_0x3bc22b,_0x2db68e={};_0x2db68e['zxGpn']=function(_0x25553f,_0x534a63){return _0x25553f===_0x534a63;},_0x2db68e['Pzlhe']=_0x1fce85(0xac),_0x2db68e['xTOYR']=_0x1fce85(0x8c);const _0x2469bc=_0x2db68e;let _0x5152fa=![];for(const _0x21f98e of _0x387f58){_0x21f98e[_0x1fce85(0xde)]&&(_0x5152fa=!![]);if(_0x2469bc[_0x1fce85(0xd4)](_0x3c02af['id'],_0x21f98e['id']))return _0x5152fa?_0x2469bc[_0x1fce85(0xfa)]:_0x2469bc[_0x1fce85(0x93)];}}[a8_0x3bc22b(0x9c)]=(_0x2dbbf2,_0x39f9f8)=>{const _0x372682=a8_0x3bc22b,_0x1cf4bb={};_0x1cf4bb['pBsaK']=function(_0x5cc450,_0x6e83eb){return _0x5cc450===_0x6e83eb;},_0x1cf4bb['nRRaF']=function(_0xc80953,_0x14346b){return _0xc80953===_0x14346b;},_0x1cf4bb['GHPFm']=function(_0x542000,_0x595a28){return _0x542000>_0x595a28;};const _0x469a05=_0x1cf4bb;if(!(_0x39f9f8[_0x372682(0xb4)]&&_0x469a05[_0x372682(0xbe)](_0x39f9f8[_0x372682(0xb4)][_0x372682(0xc6)],0x1)))return;const _0x2e9b89=_0x39f9f8[_0x372682(0xb4)][0x0],_0x4c6409=_0x39f9f8[_0x372682(0xb4)][0x1],_0x4d57b0=_0x2dbbf2[_0x372682(0xd1)]&&_0x2dbbf2[_0x372682(0xd1)][_0x372682(0x10f)]?_0x2dbbf2['feature']['children']:undefined;let _0x4f2301=[];_0x4d57b0&&_0x4d57b0['forEach'](_0x399c1a=>{const _0x4e737d=_0x372682,_0x33cf59={'cUAFC':function(_0x432b03,_0x2b51f0){return _0x469a05['pBsaK'](_0x432b03,_0x2b51f0);}};if(_0x399c1a[_0x4e737d(0x112)])_0x399c1a[_0x4e737d(0x112)][_0x4e737d(0x10f)][_0x4e737d(0xa4)](_0x1035c5=>{const _0x221058=_0x4e737d;if(_0x1035c5[_0x221058(0xaa)]&&_0x33cf59[_0x221058(0xd6)](_0x1035c5[_0x221058(0xaa)]['id'],_0x2e9b89)&&_0x1035c5[_0x221058(0xaa)][_0x221058(0x108)]){const _0x28f644=_0x1035c5[_0x221058(0xaa)][_0x221058(0x108)][_0x221058(0xd7)](_0x40fa9e=>_0x40fa9e[_0x221058(0xba)])[_0x221058(0xc7)](_0x1ac894=>_0x1ac894['id']===_0x4c6409);let _0x1a7ea3;_0x28f644&&_0x28f644[_0x221058(0xe8)]?_0x1a7ea3=_0x28f644['cells'][_0x221058(0xad)](_0x101d14=>_0x101d14[_0x221058(0x113)]):_0x1a7ea3=[],_0x1a7ea3&&(_0x4f2301=_0x1a7ea3);}});else{if(_0x399c1a[_0x4e737d(0xaa)]&&_0x469a05['nRRaF'](_0x399c1a[_0x4e737d(0xaa)]['id'],_0x2e9b89)&&_0x399c1a[_0x4e737d(0xaa)][_0x4e737d(0x108)]){const _0x5e4e65=_0x399c1a[_0x4e737d(0xaa)][_0x4e737d(0x108)][_0x4e737d(0xd7)](_0x114a67=>_0x114a67[_0x4e737d(0xba)])[_0x4e737d(0xc7)](_0x404f88=>_0x404f88['id']===_0x4c6409);let _0x3d9923;_0x5e4e65&&_0x5e4e65[_0x4e737d(0xe8)]?_0x3d9923=_0x5e4e65[_0x4e737d(0xe8)][_0x4e737d(0xad)](_0x33278b=>_0x33278b[_0x4e737d(0x113)]):_0x3d9923=[],_0x3d9923&&(_0x4f2301=_0x3d9923);}}});if(_0x4f2301[_0x372682(0xc6)])return _0x4f2301;return;};async['configureGit'](){const _0x29edd4=a8_0x3bc22b,_0x47b36c={'gdlpD':function(_0x2c25e8){return _0x2c25e8();}};if(this[_0x29edd4(0xb8)])return this[_0x29edd4(0xe5)];const _0x236492=await _0x47b36c[_0x29edd4(0x102)](getGitMetaData);_0x236492&&(this[_0x29edd4(0xe5)]=_0x236492[_0x29edd4(0xa2)]),this['_gitConfigured']=!![];}}module[a8_0x3bc22b(0xfe)]=o11yClassErrorHandler(TestObservabilityReporter,[a8_0x3bc22b(0x8f),a8_0x3bc22b(0x9c),'getCucumberHookType',a8_0x3bc22b(0xc4),a8_0x3bc22b(0xff),a8_0x3bc22b(0x81),a8_0x3bc22b(0x97)]);
1
+ const a8_0x5f1172=a8_0x1a1b;function a8_0x1a1b(_0x28b450,_0x3bd328){const _0x2ed855=a8_0x2ed8();return a8_0x1a1b=function(_0x1a1b7b,_0x41f84c){_0x1a1b7b=_0x1a1b7b-0x110;let _0x4feb28=_0x2ed855[_0x1a1b7b];return _0x4feb28;},a8_0x1a1b(_0x28b450,_0x3bd328);}(function(_0xd58616,_0x3a9706){const _0x523106=a8_0x1a1b,_0x3b619e=_0xd58616();while(!![]){try{const _0x54f6d9=-parseInt(_0x523106(0x131))/0x1*(-parseInt(_0x523106(0x140))/0x2)+-parseInt(_0x523106(0x119))/0x3*(-parseInt(_0x523106(0x118))/0x4)+parseInt(_0x523106(0x17c))/0x5+-parseInt(_0x523106(0x188))/0x6*(parseInt(_0x523106(0x11a))/0x7)+-parseInt(_0x523106(0x19e))/0x8*(-parseInt(_0x523106(0x11c))/0x9)+parseInt(_0x523106(0x198))/0xa+-parseInt(_0x523106(0x152))/0xb;if(_0x54f6d9===_0x3a9706)break;else _0x3b619e['push'](_0x3b619e['shift']());}catch(_0x36ee12){_0x3b619e['push'](_0x3b619e['shift']());}}}(a8_0x2ed8,0x4b737));const path=require(a8_0x5f1172(0x134)),stripAnsi=require(a8_0x5f1172(0x167)),util=require(a8_0x5f1172(0x125)),hooksMap={},SessionHandler=require(a8_0x5f1172(0x139)),testhubUtils=require('../../helpers/testhub/utils'),{getGitMetaData,isUndefined,nestedKeyValue}=require('../../helpers/helper'),logger=require(a8_0x5f1172(0x160))['winstonLogger'],{o11yClassErrorHandler}=require(a8_0x5f1172(0x17d)),{FRAMEWORKS}=require(a8_0x5f1172(0x183)),TestDetails=require(a8_0x5f1172(0x17b));function a8_0x2ed8(){const _0x18dbd9=['pickleStepId','relative','AWlIQ','SKIPPED','event_type','failure_type','jyoel','name','MLXwn','wwoxb','failed','includes','status','scenario','flatMap','13206710PzKEXu','filter','kElEN','ovYwM','javascript','testStepResult','VkdJL','split','QFVqW','tagExpression','getHookResult','_gitConfigPath','browserstack-node-agent/src/bin/cucumber-js/test.setup.js','rMLgr','../../helpers/logger','HookRunFinished','yVKio','PpZew','bwJgO','getHookRunEventData','find','strip-ansi','FAILED','CYaKN','BZdil','failure_data','hooks','exports','AssertionError','forEach','llhin','getScenarioExamples','BEFORE_EACH','tableBody','zAGGG','pending','sendTestRunEventForCucumber','timestamp','zuAJk','hookId','uqbfO','../playwright/reporter/test-details','983580TiHUoz','../../helpers/test-observability/error-handler','BZZED','getHooksListForTest','RaFaB','failure_reason','cells','../../helpers/test-observability/constants.js','Exception\x20in\x20sendHook:\x20','UnhandledError','result','sendHook','21180zMZYwD','join','WrQRB','length','uuid','iafZn','toISOString','finished_at','_gitConfigured','getCucumberHookType','GnRpM','NgZfv','astNodeIds','duration_in_ms','yvFNN','examples','5902090XZHPLF','nanos','vCJDn','tags','message','failure','8zQREHU','backtrace','oPJXM','LQzYg','toString','BwNsY','toLowerCase','uri','AFTER_EACH','PmXBm','match','YedcG','testCaseStartedId','hook_run','tPZob','2435288BcfGyK','3LRzdkC','952igBXCT','rVaXy','4907583vyraQm','CUCUMBER','TestRunFinished','exception','testStepFinished','qjauJ','hook','debug','map','util','ncyPG','gKTCs','kQNBn','test','rule','MNWlk','testCaseFinished','cucumber','sourceReference','failureType','push','48703EzjZlA','JCjGQ','itDCz','path','XKtjM','bQzHM','uploadEventData','TSuwy','../../helpers/test-observability/sessionHandler','configureGit','updateTestStatus','XQFQd','children','VaWUN','vwZXh','2Aodxiy','value','feature'];a8_0x2ed8=function(){return _0x18dbd9;};return a8_0x2ed8();}this[a8_0x5f1172(0x190)]=![],this[a8_0x5f1172(0x15d)]=null;class TestObservabilityReporter{async[a8_0x5f1172(0x176)](_0x31e1c3,_0x3e0342,_0x52d20a,_0x2f424b,_0x1485cc){const _0x32b94b=a8_0x5f1172,_0x434a8e={'kQNBn':function(_0x39b108,_0x5a7b52){return _0x39b108===_0x5a7b52;},'zAGGG':_0x32b94b(0x168),'bwJgO':'failed','Ivipt':function(_0x53b54d,_0xd38fa2){return _0x53b54d===_0xd38fa2;},'VaWUN':_0x32b94b(0x146),'YbHmL':'skipped','wwoxb':function(_0x3ce20e,_0x5d7a66){return _0x3ce20e||_0x5d7a66;},'PmXBm':function(_0x5696e9,_0x31e1b6){return _0x5696e9+_0x31e1b6;},'oErMV':function(_0xb6317f,_0x486227){return _0xb6317f+_0x486227;},'awzuy':function(_0x36ea71,_0x1b93e2){return _0x36ea71+_0x1b93e2;},'AWlIQ':_0x32b94b(0x129),'eoRzP':_0x32b94b(0x156),'MNWlk':_0x32b94b(0x12d),'CYaKN':_0x32b94b(0x175),'JCjGQ':'passed','gbBlX':function(_0x5a0cb8,_0x30ea50){return _0x5a0cb8!==_0x30ea50;},'aOfhT':function(_0x1f8216,_0x29a9a8){return _0x1f8216/_0x29a9a8;},'lUvNh':function(_0x5677a1,_0xe628a8){return _0x5677a1===_0xe628a8;},'ZALGE':function(_0x525493,_0x2a585c){return _0x525493(_0x2a585c);},'ncyPG':'unknown','llhin':function(_0x2a7b2d,_0x455d84){return _0x2a7b2d(_0x455d84);},'bQzHM':_0x32b94b(0x16e),'XQFQd':_0x32b94b(0x185),'LQzYg':function(_0x2c993c,_0x3efd54){return _0x2c993c===_0x3efd54;},'ovYwM':_0x32b94b(0x11e),'oWkMR':function(_0x2e8e4,_0x39ae93){return _0x2e8e4>_0x39ae93;}},{feature:_0x1b0b10,scenario:_0xca4bbd,steps:_0x41db46,uuid:_0x1b1347,startedAt:_0xf27727,finishedAt:_0x135e55}=_0x434a8e[_0x32b94b(0x14c)](_0x1485cc,{}),_0x4f3e12=this[_0x32b94b(0x171)](_0x3e0342,_0x52d20a);await this['configureGit']();const _0x21d27c=_0x4f3e12?_0x434a8e[_0x32b94b(0x112)](_0x434a8e['oErMV'](_0x434a8e['awzuy'](_0x52d20a[_0x32b94b(0x14a)],'\x20('),_0x4f3e12[_0x32b94b(0x189)](',\x20')),')'):_0x52d20a[_0x32b94b(0x14a)],_0x48af81={'uuid':_0x1b1347,'started_at':_0xf27727,'finished_at':_0x135e55,'type':_0x434a8e[_0x32b94b(0x145)],'body':{'lang':_0x434a8e['eoRzP'],'code':null},'name':_0x21d27c,'scopes':[_0x1b0b10&&_0x1b0b10['name']?_0x1b0b10[_0x32b94b(0x14a)]:''],'tags':_0x52d20a[_0x32b94b(0x19b)]?_0x52d20a[_0x32b94b(0x19b)][_0x32b94b(0x124)](({name:_0x3ec88e})=>_0x3ec88e):[],'file_name':_0x52d20a['uri'],'location':_0x52d20a[_0x32b94b(0x110)],'vc_filepath':this[_0x32b94b(0x15d)]&&_0x52d20a[_0x32b94b(0x110)]?path[_0x32b94b(0x144)](this[_0x32b94b(0x15d)],_0x52d20a[_0x32b94b(0x110)]):null,'framework':_0x434a8e[_0x32b94b(0x12b)],'result':_0x434a8e[_0x32b94b(0x169)],'meta':{'feature':_0x1b0b10,'scenario':_0xca4bbd,'steps':_0x41db46,'examples':_0x4f3e12},'customRerunParam':{'rerun_name':_0x21d27c}};if(_0x31e1c3[_0x32b94b(0x12c)]&&_0x41db46){const _0x4b362f=_0x31e1c3[_0x32b94b(0x12c)];let _0x4c0544=_0x434a8e[_0x32b94b(0x132)];_0x41db46['every'](_0x3a532a=>{const _0x47f77a=_0x32b94b;if(_0x434a8e[_0x47f77a(0x128)](_0x3a532a[_0x47f77a(0x186)],_0x434a8e[_0x47f77a(0x174)]))return _0x4c0544=_0x434a8e[_0x47f77a(0x164)],_0x4b362f[_0x47f77a(0x19d)]=_0x3a532a[_0x47f77a(0x19d)],_0x4b362f['failureType']=_0x3a532a[_0x47f77a(0x12f)],![];else{if(_0x434a8e['Ivipt'](_0x3a532a[_0x47f77a(0x186)],_0x434a8e[_0x47f77a(0x13e)]))return _0x4c0544=_0x434a8e['YbHmL'],![];}return!![];}),_0x48af81[_0x32b94b(0x18f)]=new Date()['toISOString'](),_0x48af81['result']=_0x4c0544,_0x4b362f[_0x32b94b(0x177)]&&_0x434a8e['gbBlX'](_0x4b362f[_0x32b94b(0x177)][_0x32b94b(0x199)],undefined)?_0x48af81[_0x32b94b(0x195)]=_0x434a8e['aOfhT'](_0x4b362f['timestamp']['nanos'],0xf4240):_0x48af81[_0x32b94b(0x195)]=undefined,_0x434a8e['lUvNh'](_0x4c0544,_0x434a8e['bwJgO'])&&(_0x48af81[_0x32b94b(0x19d)]=[{'backtrace':[_0x4b362f[_0x32b94b(0x19d)]?_0x434a8e['ZALGE'](stripAnsi,_0x4b362f['failure']):_0x434a8e[_0x32b94b(0x126)]]}],_0x48af81[_0x32b94b(0x181)]=_0x4b362f[_0x32b94b(0x19d)]?_0x434a8e[_0x32b94b(0x170)](stripAnsi,_0x4b362f[_0x32b94b(0x19d)]):_0x4b362f[_0x32b94b(0x19c)],_0x4b362f['failureType']&&(_0x48af81[_0x32b94b(0x148)]=_0x4b362f[_0x32b94b(0x12f)]['match'](/AssertError/)?_0x434a8e[_0x32b94b(0x136)]:_0x434a8e[_0x32b94b(0x13c)]));}if(_0x434a8e[_0x32b94b(0x1a1)](_0x2f424b,_0x434a8e[_0x32b94b(0x155)])){const _0x5efed9=this[_0x32b94b(0x17f)](_0x31e1c3[_0x32b94b(0x12c)]['testCaseStartedId']);_0x5efed9&&_0x434a8e['oWkMR'](_0x5efed9[_0x32b94b(0x18b)],0x0)&&(_0x48af81[_0x32b94b(0x16c)]=_0x5efed9,this[_0x32b94b(0x13b)](_0x31e1c3[_0x32b94b(0x12c)][_0x32b94b(0x115)],_0x48af81));}testhubUtils['appendTesthubParams'](_0x48af81,_0x2f424b,'',FRAMEWORKS[_0x32b94b(0x11d)]);const _0x5bf166={};_0x5bf166[_0x32b94b(0x147)]=_0x2f424b,_0x5bf166['test_run']=_0x48af81;const _0x3e4c91=_0x5bf166;await SessionHandler[_0x32b94b(0x137)](_0x3e4c91);}[a8_0x5f1172(0x13b)](_0x4b82f9,_0x4871a1){const _0x1b3a5a=a8_0x5f1172,_0x16ac33={};_0x16ac33[_0x1b3a5a(0x18d)]=function(_0x4e4614,_0x15f94e){return _0x4e4614 instanceof _0x15f94e;},_0x16ac33[_0x1b3a5a(0x149)]=function(_0x55d72b,_0x458b43){return _0x55d72b===_0x458b43;},_0x16ac33[_0x1b3a5a(0x19a)]=_0x1b3a5a(0x14d),_0x16ac33[_0x1b3a5a(0x193)]='1|4|0|2|3',_0x16ac33['BMYyn']=function(_0x4bf63f,_0x358ef5){return _0x4bf63f instanceof _0x358ef5;};const _0x1669f0=_0x16ac33,_0x394a63=hooksMap[_0x4b82f9];if(_0x1669f0['iafZn'](_0x394a63,Array))for(const _0x2faa28 of _0x394a63){if(_0x1669f0['jyoel'](_0x2faa28[_0x1b3a5a(0x186)],_0x1669f0['vCJDn'])){const _0x552dba=_0x1669f0['NgZfv']['split']('|');let _0x494f53=0x0;while(!![]){switch(_0x552dba[_0x494f53++]){case'0':_0x4871a1[_0x1b3a5a(0x181)]=_0x1669f0['BMYyn'](_0x2faa28[_0x1b3a5a(0x16b)],Array)?_0x2faa28[_0x1b3a5a(0x16b)][0x0]['backtrace'][_0x1b3a5a(0x189)]('\x0a'):'';continue;case'1':_0x4871a1['result']=_0x2faa28['result'];continue;case'2':_0x4871a1['failure_type']=_0x2faa28[_0x1b3a5a(0x148)];continue;case'3':return _0x4871a1;case'4':_0x4871a1[_0x1b3a5a(0x19d)]=_0x2faa28[_0x1b3a5a(0x16b)];continue;}break;}}};}[a8_0x5f1172(0x17f)](_0x5ebf28){const _0x3b3479=a8_0x5f1172;if(hooksMap[_0x5ebf28])return hooksMap[_0x5ebf28][_0x3b3479(0x124)](_0x499b5b=>_0x499b5b[_0x3b3479(0x18c)]);return[];}['getHookRunEventData'](_0x3832c2,_0x1719f2,_0x558ec9,_0x3ee7a2,_0x9b4538,_0x586849){const _0x3e5d0e=a8_0x5f1172,_0x12b060={'rVaXy':function(_0xb6851c,_0x4182b3){return _0xb6851c===_0x4182b3;},'uqbfO':_0x3e5d0e(0x161),'VkdJL':function(_0x35a4f9,_0x3663d8,_0x389285){return _0x35a4f9(_0x3663d8,_0x389285);},'XNpQU':'sourceReference','YedcG':_0x3e5d0e(0x110),'ZESjt':_0x3e5d0e(0x175),'BZZED':_0x3e5d0e(0x122),'HeTLP':_0x3e5d0e(0x156),'qjauJ':'feature','PpZew':'name','vwZXh':'cucumber'};try{if(_0x12b060[_0x3e5d0e(0x11b)](_0x558ec9,_0x12b060[_0x3e5d0e(0x17a)])){const _0x233efe=new Date()[_0x3e5d0e(0x18e)](),_0x459425=hooksMap[_0x1719f2];if(!_0x459425)return;const _0xc3620a=_0x459425[_0x3e5d0e(0x166)](_0x51b2b6=>_0x51b2b6[_0x3e5d0e(0x18c)]===_0x3ee7a2['id']);if(!_0xc3620a)return;const _0x1b46ac=this[_0x3e5d0e(0x15c)](_0x3832c2,_0x1719f2);_0xc3620a[_0x3e5d0e(0x186)]=_0x1b46ac[_0x3e5d0e(0x14f)],_0xc3620a[_0x3e5d0e(0x18f)]=_0x233efe,_0xc3620a[_0x3e5d0e(0x148)]=_0x1b46ac['failureType'];const _0x15242c={};return _0x15242c[_0x3e5d0e(0x19f)]=_0x1b46ac['failureData'],_0xc3620a['failure_data']=[_0x15242c],_0xc3620a;}const _0x7354ad=TestDetails['getTestUUID'](_0x1719f2),_0x3ae55e=_0x3832c2['hooks'][_0x3e5d0e(0x166)](_0x583e1d=>_0x583e1d['id']===_0x3ee7a2[_0x3e5d0e(0x179)]),_0x5369f6=_0x12b060[_0x3e5d0e(0x158)](nestedKeyValue,_0x3ae55e,[_0x12b060['XNpQU'],_0x12b060[_0x3e5d0e(0x114)]]),_0x1ca83f=new Date()[_0x3e5d0e(0x18e)](),_0x5ae1a1=_0x12b060['ZESjt'],_0x189372=_0x3ae55e['tagExpression']?_0x3ae55e[_0x3e5d0e(0x15b)][_0x3e5d0e(0x159)]('\x20')[_0x3e5d0e(0x153)](_0x62b502=>_0x62b502[_0x3e5d0e(0x14e)]('@')):[],_0x4d063f={'uuid':_0x3ee7a2['id'],'type':_0x12b060[_0x3e5d0e(0x17e)],'hook_type':_0x586849,'name':_0x3ae55e[_0x3e5d0e(0x14a)],'body':{'lang':_0x12b060['HeTLP'],'code':null},'tags':_0x189372,'test_run_id':_0x7354ad,'scope':_0x12b060['VkdJL'](nestedKeyValue,_0x9b4538,[_0x12b060[_0x3e5d0e(0x121)],_0x12b060[_0x3e5d0e(0x163)]]),'scopes':[_0x12b060[_0x3e5d0e(0x158)](nestedKeyValue,_0x9b4538,[_0x12b060[_0x3e5d0e(0x121)],_0x12b060[_0x3e5d0e(0x163)]])||''],'file_name':_0x5369f6,'location':_0x5369f6,'vc_filepath':this[_0x3e5d0e(0x15d)]?path[_0x3e5d0e(0x144)](this[_0x3e5d0e(0x15d)],_0x5369f6):null,'result':_0x5ae1a1,'started_at':_0x1ca83f,'framework':_0x12b060[_0x3e5d0e(0x13f)]};return _0x4d063f;}catch(_0xdb6c68){logger[_0x3e5d0e(0x123)]('Exception\x20in\x20getHookRunEventData:\x20'+util['format'](_0xdb6c68)+'\x20');}}async[a8_0x5f1172(0x187)](_0x52baf4,_0x54e45d,_0x4da56d,_0x2d1919,_0x5da183,_0x30a22b){const _0x3538e5=a8_0x5f1172,_0x43e743={'yvFNN':function(_0x3dc454,_0x175994){return _0x3dc454===_0x175994;},'WrQRB':'HookRunStarted','itDCz':function(_0x282585,_0xc800d0,_0x26bbda){return _0x282585(_0xc800d0,_0x26bbda);},'XKtjM':_0x3538e5(0x12e),'rMLgr':_0x3538e5(0x110),'oPJXM':_0x3538e5(0x15e)};try{const _0xc69660=_0x2d1919[_0x3538e5(0x166)](_0x5a5959=>_0x5a5959['id']===_0x5da183);if(!_0xc69660[_0x3538e5(0x179)])return;const _0x52ef1f=this[_0x3538e5(0x191)](_0x2d1919,_0xc69660),_0x55ac9b=this['getHookRunEventData'](_0x52baf4,_0x54e45d,_0x4da56d,_0xc69660,_0x30a22b,_0x52ef1f);if(!_0x55ac9b)return;_0x43e743[_0x3538e5(0x196)](_0x4da56d,_0x43e743[_0x3538e5(0x18a)])&&(hooksMap[_0x54e45d]?hooksMap[_0x54e45d][_0x3538e5(0x130)](_0x55ac9b):hooksMap[_0x54e45d]=[_0x55ac9b]);const _0x3389a9=_0x52baf4[_0x3538e5(0x16c)][_0x3538e5(0x166)](_0x178db4=>_0x178db4['id']===_0xc69660[_0x3538e5(0x179)]),_0x2d25eb=_0x43e743[_0x3538e5(0x133)](nestedKeyValue,_0x3389a9,[_0x43e743[_0x3538e5(0x135)],_0x43e743[_0x3538e5(0x15f)]]);if(!_0x2d25eb)return;else{if(_0x2d25eb[_0x3538e5(0x14e)](_0x43e743[_0x3538e5(0x1a0)]))return;}const _0x88b15b={};_0x88b15b[_0x3538e5(0x147)]=_0x4da56d,_0x88b15b[_0x3538e5(0x116)]=_0x55ac9b;const _0x319410=_0x88b15b;await SessionHandler[_0x3538e5(0x137)](_0x319410);}catch(_0x5150e5){logger[_0x3538e5(0x123)](_0x3538e5(0x184)+util['format'](_0x5150e5)+'\x20');}}['getHookResult'](_0xdb9134,_0x1d8411){const _0x3bca37=a8_0x5f1172,_0x5de7e0={};_0x5de7e0[_0x3bca37(0x138)]=function(_0x542833,_0x4a31dd){return _0x542833===_0x4a31dd;},_0x5de7e0[_0x3bca37(0x162)]=_0x3bca37(0x14d),_0x5de7e0[_0x3bca37(0x15a)]=function(_0x299343,_0x378b32){return _0x299343===_0x378b32;},_0x5de7e0['BZdil']=_0x3bca37(0x185),_0x5de7e0[_0x3bca37(0x117)]=_0x3bca37(0x16e),_0x5de7e0['gKTCs']=function(_0x15ca19,_0x34ff8f){return _0x15ca19||_0x34ff8f;};const _0x633385=_0x5de7e0,_0x2e87dd=_0xdb9134[_0x3bca37(0x120)][_0x1d8411][_0x3bca37(0x157)];let _0x757522,_0xbb30c;return _0x2e87dd&&_0x633385[_0x3bca37(0x138)](_0x2e87dd[_0x3bca37(0x14f)][_0x3bca37(0x1a2)]()['toLowerCase'](),_0x633385[_0x3bca37(0x162)])&&(_0x757522=_0x633385['QFVqW'](_0x2e87dd['exception'],undefined)?_0x2e87dd[_0x3bca37(0x19c)]:_0x2e87dd[_0x3bca37(0x11f)][_0x3bca37(0x19c)],_0xbb30c=_0x633385[_0x3bca37(0x15a)](_0x2e87dd[_0x3bca37(0x11f)],undefined)?_0x633385['BZdil']:_0x2e87dd['message'][_0x3bca37(0x113)](/Assert/)?_0x633385[_0x3bca37(0x117)]:_0x633385[_0x3bca37(0x16a)]),{'status':_0x2e87dd[_0x3bca37(0x14f)][_0x3bca37(0x1a4)](),'failureType':_0x633385[_0x3bca37(0x127)](_0xbb30c,null),'failureData':!_0x757522?null:[_0x757522]};}[a8_0x5f1172(0x191)](_0x349f02,_0x5412b9){const _0x287db2=a8_0x5f1172,_0x24b4c4={};_0x24b4c4[_0x287db2(0x1a3)]=function(_0x334843,_0x22e88b){return _0x334843===_0x22e88b;},_0x24b4c4['Zecop']=_0x287db2(0x111),_0x24b4c4[_0x287db2(0x178)]=_0x287db2(0x172);const _0x419f44=_0x24b4c4;let _0x27e160=![];for(const _0x1d142d of _0x349f02){_0x1d142d[_0x287db2(0x143)]&&(_0x27e160=!![]);if(_0x419f44[_0x287db2(0x1a3)](_0x5412b9['id'],_0x1d142d['id']))return _0x27e160?_0x419f44['Zecop']:_0x419f44['zuAJk'];}}[a8_0x5f1172(0x171)]=(_0x1e7e43,_0x312611)=>{const _0x3e2efb=a8_0x5f1172,_0x5d7e6d={};_0x5d7e6d[_0x3e2efb(0x154)]=function(_0x68632,_0x228da2){return _0x68632===_0x228da2;},_0x5d7e6d[_0x3e2efb(0x180)]=function(_0x31d0e4,_0x2767ab){return _0x31d0e4===_0x2767ab;},_0x5d7e6d[_0x3e2efb(0x14b)]=function(_0x5a7d50,_0x138006){return _0x5a7d50>_0x138006;};const _0xeb3150=_0x5d7e6d;if(!(_0x312611[_0x3e2efb(0x194)]&&_0xeb3150[_0x3e2efb(0x14b)](_0x312611['astNodeIds']['length'],0x1)))return;const _0x3d59c7=_0x312611[_0x3e2efb(0x194)][0x0],_0x37992d=_0x312611['astNodeIds'][0x1],_0x3b0f15=_0x1e7e43['feature']&&_0x1e7e43[_0x3e2efb(0x142)][_0x3e2efb(0x13d)]?_0x1e7e43[_0x3e2efb(0x142)][_0x3e2efb(0x13d)]:undefined;let _0xb63cad=[];_0x3b0f15&&_0x3b0f15[_0x3e2efb(0x16f)](_0x5a6034=>{const _0x2435a7=_0x3e2efb;if(_0x5a6034['rule'])_0x5a6034[_0x2435a7(0x12a)]['children'][_0x2435a7(0x16f)](_0x5532c5=>{const _0x530d91=_0x2435a7;if(_0x5532c5[_0x530d91(0x150)]&&_0xeb3150[_0x530d91(0x154)](_0x5532c5[_0x530d91(0x150)]['id'],_0x3d59c7)&&_0x5532c5['scenario'][_0x530d91(0x197)]){const _0x3a6545=_0x5532c5[_0x530d91(0x150)][_0x530d91(0x197)][_0x530d91(0x151)](_0x476ea5=>_0x476ea5[_0x530d91(0x173)])[_0x530d91(0x166)](_0x81a159=>_0x81a159['id']===_0x37992d);let _0x221c0d;_0x3a6545&&_0x3a6545['cells']?_0x221c0d=_0x3a6545[_0x530d91(0x182)]['map'](_0x34b472=>_0x34b472[_0x530d91(0x141)]):_0x221c0d=[],_0x221c0d&&(_0xb63cad=_0x221c0d);}});else{if(_0x5a6034[_0x2435a7(0x150)]&&_0xeb3150[_0x2435a7(0x180)](_0x5a6034[_0x2435a7(0x150)]['id'],_0x3d59c7)&&_0x5a6034[_0x2435a7(0x150)]['examples']){const _0x2b1456=_0x5a6034[_0x2435a7(0x150)]['examples']['flatMap'](_0x25b6a8=>_0x25b6a8[_0x2435a7(0x173)])[_0x2435a7(0x166)](_0x57f5c4=>_0x57f5c4['id']===_0x37992d);let _0x40c0a0;_0x2b1456&&_0x2b1456[_0x2435a7(0x182)]?_0x40c0a0=_0x2b1456['cells'][_0x2435a7(0x124)](_0x2a9166=>_0x2a9166[_0x2435a7(0x141)]):_0x40c0a0=[],_0x40c0a0&&(_0xb63cad=_0x40c0a0);}}});if(_0xb63cad[_0x3e2efb(0x18b)])return _0xb63cad;return;};async['configureGit'](){const _0x2603ac=a8_0x5f1172,_0x150f91={'GnRpM':function(_0x22e8c2){return _0x22e8c2();}};if(this[_0x2603ac(0x190)])return this['_gitConfigPath'];const _0x12fe3b=await _0x150f91[_0x2603ac(0x192)](getGitMetaData);_0x12fe3b&&(this[_0x2603ac(0x15d)]=_0x12fe3b['root']),this[_0x2603ac(0x190)]=!![];}}module[a8_0x5f1172(0x16d)]=o11yClassErrorHandler(TestObservabilityReporter,[a8_0x5f1172(0x13a),a8_0x5f1172(0x171),'getCucumberHookType','getHookResult','sendHook',a8_0x5f1172(0x165),a8_0x5f1172(0x176)]);
@@ -1 +1 @@
1
- const a9_0x5854b8=a9_0x3ea3;(function(_0x26d5b8,_0x292a6c){const _0x4651e3=a9_0x3ea3,_0x3e9069=_0x26d5b8();while(!![]){try{const _0x19a0cf=parseInt(_0x4651e3(0xc9))/0x1+-parseInt(_0x4651e3(0x107))/0x2+-parseInt(_0x4651e3(0xe3))/0x3+parseInt(_0x4651e3(0x80))/0x4*(-parseInt(_0x4651e3(0xd6))/0x5)+-parseInt(_0x4651e3(0xfa))/0x6*(parseInt(_0x4651e3(0x90))/0x7)+-parseInt(_0x4651e3(0x112))/0x8+parseInt(_0x4651e3(0x7a))/0x9;if(_0x19a0cf===_0x292a6c)break;else _0x3e9069['push'](_0x3e9069['shift']());}catch(_0x4613b5){_0x3e9069['push'](_0x3e9069['shift']());}}}(a9_0x59de,0x44ba2));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require('../../helpers/helper'),setKeepAlive=require('../../helpers/setKeepAlive'),util=require('util'),PerformanceTester=require(a9_0x5854b8(0xa7)),{commandRepository}=require(a9_0x5854b8(0xb0)),cucumberModule=requireModule(a9_0x5854b8(0x108),a9_0x5854b8(0x119)),logger=require(a9_0x5854b8(0x120))[a9_0x5854b8(0xa5)],{shouldProcessEventForTesthub}=require(a9_0x5854b8(0xea)),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require('../../helpers/test-observability/utils'),TestDetails=require(a9_0x5854b8(0xca)),RequestQueueHandler=require(a9_0x5854b8(0xec)),{o11yErrorHandler}=require(a9_0x5854b8(0x7c)),MyReporter=require(a9_0x5854b8(0xba)),SessionHandler=require(a9_0x5854b8(0x116)),scripts=require(a9_0x5854b8(0x89)),globals=require(a9_0x5854b8(0xb3)),testHubConstants=require(a9_0x5854b8(0xb6)),{shouldScanTestForAccessibility}=require(a9_0x5854b8(0xe0)),{isUndefined}=require(a9_0x5854b8(0x8c)),a9_0x239d74={};a9_0x239d74['workerInfo']=undefined,a9_0x239d74[a9_0x5854b8(0xc4)]={},a9_0x239d74[a9_0x5854b8(0xac)]=![],a9_0x239d74[a9_0x5854b8(0xc4)]['id']=undefined,a9_0x239d74[a9_0x5854b8(0xc4)][a9_0x5854b8(0xb7)]=undefined;const workerDetails=a9_0x239d74;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x25887b){const _0xe2b8e1=a9_0x5854b8,_0x19df36=workerDetails[_0xe2b8e1(0xc4)][_0xe2b8e1(0xb7)];if(!_0x19df36)return;await MyReporter['addTestUIDAndReportLog'](_0x19df36,_0x25887b);}),registerListeners=()=>{const _0x13bf02=a9_0x5854b8,_0x2a850c={};_0x2a850c[_0x13bf02(0x101)]=_0x13bf02(0x10f);const _0x5b5369=_0x2a850c;logger[_0x13bf02(0xf7)](_0x5b5369[_0x13bf02(0x101)]),process[_0x13bf02(0xc0)](_0x13bf02(0xf2)+process[_0x13bf02(0xa1)]),process['on'](_0x13bf02(0xf2)+process[_0x13bf02(0xa1)],sendTestLog),PerformanceTester['startMonitoring']();};modifyCommand(),setKeepAlive();const Before=cucumberModule[a9_0x5854b8(0xcc)],After=cucumberModule[a9_0x5854b8(0x113)],AfterAll=cucumberModule[a9_0x5854b8(0x103)],BeforeAll=cucumberModule['BeforeAll'],AfterStep=cucumberModule[a9_0x5854b8(0xe7)],configuration=process[a9_0x5854b8(0xa6)][a9_0x5854b8(0x97)],bstackConfig=process['env']['BSTACK_CONFIG'];if(configuration!==undefined){const config=JSON[a9_0x5854b8(0xd3)](configuration);isBrowserstackInfra()?(global[a9_0x5854b8(0xe2)]=isTrue(config['skipSessionName']),global['__skipSessionStatus']=isTrue(config[a9_0x5854b8(0x8e)])):(global[a9_0x5854b8(0xe2)]=!![],global[a9_0x5854b8(0xfd)]=!![]),shouldProcessEventForTesthub()?require(a9_0x5854b8(0x91))[a9_0x5854b8(0xf5)](config,null,!![]):require(a9_0x5854b8(0x91))[a9_0x5854b8(0xf5)](config),global[a9_0x5854b8(0x9e)]=config['platformCaps']||{};}if(bstackConfig!==undefined){const browserStackConfig=JSON[a9_0x5854b8(0xd3)](bstackConfig);browserStackConfig&&(commandRepository['setConfig'](browserStackConfig),commandRepository[a9_0x5854b8(0xff)](a9_0x5854b8(0xe1)));}global[a9_0x5854b8(0x117)]=0x0;const __setDefaultTimeout=cucumberModule[a9_0x5854b8(0xbc)];cucumberModule['setDefaultTimeout']=_0x18a40e=>{const _0x4ccf38=a9_0x5854b8,_0x1e005d={'JqJIZ':function(_0x4fdd19,_0x56720e){return _0x4fdd19(_0x56720e);}};global[_0x4ccf38(0x117)]=_0x18a40e,_0x1e005d[_0x4ccf38(0xc1)](__setDefaultTimeout,_0x18a40e);};const a9_0x3a5616={};a9_0x3a5616[a9_0x5854b8(0xf4)]='bstack',BeforeAll(a9_0x3a5616,function(){const _0x1354ce=a9_0x5854b8,_0x536a64={'JNNTp':function(_0x232b33,_0x17443e,_0x5763fe,_0x4dbeef){return _0x232b33(_0x17443e,_0x5763fe,_0x4dbeef);},'vnsLY':'failed','LuBCy':'\x20|\x20','JRNxf':function(_0x5b6f26,_0x162349,_0x2e7b4f){return _0x5b6f26(_0x162349,_0x2e7b4f);},'PQHsC':'passed','lqgMP':_0x1354ce(0x8b),'qsHCk':function(_0x297e6a){return _0x297e6a();},'SSxCC':function(_0x28909b){return _0x28909b();},'IuInL':function(_0x5e3e52,_0x52e9a4){return _0x5e3e52(_0x52e9a4);}};PerformanceTester['startMonitoring'](),logger[_0x1354ce(0xf7)](_0x536a64[_0x1354ce(0xa4)]),global[_0x1354ce(0x99)]=[],global[_0x1354ce(0xef)]=![],_0x536a64[_0x1354ce(0x9a)](shouldProcessEventForTesthub)&&(_0x536a64[_0x1354ce(0xd1)](registerListeners),_0x536a64[_0x1354ce(0x9d)](addRequestSpy,![])),global[_0x1354ce(0x121)]=async()=>{const _0x1cf13f=_0x1354ce;let _0x485022=![];try{await global[_0x1cf13f(0xaa)][0x0][_0x1cf13f(0xd2)],_0x485022=!![],global[_0x1cf13f(0xef)]?await _0x536a64['JNNTp'](markSessionStatus,global['__drivers'][0x0],_0x536a64[_0x1cf13f(0xa8)],global[_0x1cf13f(0x99)][_0x1cf13f(0x114)](_0x536a64['LuBCy'])):await _0x536a64[_0x1cf13f(0xf1)](markSessionStatus,global['__drivers'][0x0],_0x536a64[_0x1cf13f(0xbb)]);}catch(_0x1c3482){logger['debug'](_0x1cf13f(0xce)+_0x1c3482);}global[_0x1cf13f(0x99)]=[],global[_0x1cf13f(0xef)]=![];if(_0x485022)try{await global[_0x1cf13f(0xaa)][0x0][_0x1cf13f(0xd9)]();}catch(_0x38b2d2){logger[_0x1cf13f(0xf7)](_0x1cf13f(0xb4)+_0x38b2d2);}};});const a9_0x1300fd={};function a9_0x3ea3(_0x3e147c,_0x13c1bf){const _0x59de09=a9_0x59de();return a9_0x3ea3=function(_0x3ea38f,_0x4147f2){_0x3ea38f=_0x3ea38f-0x7a;let _0x599d71=_0x59de09[_0x3ea38f];return _0x599d71;},a9_0x3ea3(_0x3e147c,_0x13c1bf);}a9_0x1300fd[a9_0x5854b8(0xf4)]=a9_0x5854b8(0xb8),a9_0x1300fd[a9_0x5854b8(0x11a)]=0x2710,Before(a9_0x1300fd,function(_0x3386a9,_0x191da1){const _0x4c3797=a9_0x5854b8,_0x27f26e={'xrUtV':function(_0x5d38a6,_0x36acc5){return _0x5d38a6>_0x36acc5;},'zRJep':function(_0x4835a6,_0x38d6fe){return _0x4835a6>_0x38d6fe;},'ISiam':function(_0x47f202,_0x55422a){return _0x47f202(_0x55422a);},'hxpvi':function(_0x187c6b,_0x4d1f0c,_0x4dee37,_0x142f19){return _0x187c6b(_0x4d1f0c,_0x4dee37,_0x142f19);},'bPhSk':_0x4c3797(0xdb),'ZIcFF':function(_0x387b74){return _0x387b74();},'VfXaG':_0x4c3797(0x9c)};commandRepository[_0x4c3797(0x7b)](_0x3386a9[_0x4c3797(0x7e)][_0x4c3797(0xf4)]),logger[_0x4c3797(0xf7)](_0x27f26e[_0x4c3797(0xae)]),new Promise(async _0x15fcce=>{const _0x56c9fc=_0x4c3797;try{_0x27f26e['xrUtV'](global['__drivers'][_0x56c9fc(0xf8)],0x1)&&(await global['driverCleanup'](),global[_0x56c9fc(0xaa)][_0x56c9fc(0xab)]()),global[_0x56c9fc(0xaa)][0x0][_0x56c9fc(0xd8)]&&_0x27f26e[_0x56c9fc(0x7d)](global['__drivers'][0x0]['quitCount_'],0x0)&&await global[_0x56c9fc(0x121)]();}catch(_0x140a9c){logger[_0x56c9fc(0xf7)]('Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20'+_0x140a9c);}workerDetails[_0x56c9fc(0xc4)][_0x56c9fc(0xb7)]=_0x3386a9[_0x56c9fc(0x118)];try{if(!_0x27f26e[_0x56c9fc(0xc8)](isUndefined,_0x3386a9['pickle'][_0x56c9fc(0xdf)])){const _0x244d51=_0x27f26e[_0x56c9fc(0xf9)](shouldScanTestForAccessibility,null,![],_0x3386a9[_0x56c9fc(0x7e)][_0x56c9fc(0xdf)][_0x56c9fc(0xbf)](({name:_0xb287c2})=>_0xb287c2));globals['setGlobal'](_0x27f26e[_0x56c9fc(0x8f)],_0x244d51);}}catch(_0x1f3b97){logger['debug'](_0x56c9fc(0x106)+util[_0x56c9fc(0xb1)](_0x1f3b97));}_0x27f26e[_0x56c9fc(0x123)](_0x15fcce);})['finally'](_0x191da1);});function a9_0x59de(){const _0x4d5cf0=['HdcVf','pABuD','AfterAll','executeAsyncScript','push','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20','832468lVRsEt','@cucumber/cucumber/lib/index.js','uuid','status','error','JTlxp','saveTestResults','result','Inside\x20browserstack\x20registerListeners','AAMkw','pickleStep','3327160KgMVFB','After','join','toString','../../helpers/test-observability/sessionHandler','__timeout','testCaseStartedId','@cucumber/cucumber','timeout','Passed','thTestRunUuid','Inside\x20browserstack\x20AfterStep','Failed:\x20','Error:\x20at\x20After\x20Step:\x20','../../helpers/logger','driverCleanup','\x22}}','ZIcFF','15445314AbabPl','setTestNameForHealingContext','../../helpers/test-observability/error-handler','zRJep','pickle','getGlobal','1380ZEpNrr','thJwtToken','gnHSx','qqaTA','Performing\x20scan\x20before\x20saving\x20results','rXYtX','text','Inside\x20browserstack\x20After','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','../../helpers/accessibility-automation/scripts','shutdown','Inside\x20browserstack\x20BeforeAll','lodash','rCXzA','skipSessionStatus','bPhSk','805ZPrufl','../../index','UgjqZ','NBdgx','stringify','toLowerCase','failed','CONFIG','JnbVi','__error_messages__','qsHCk','YztUG','Inside\x20browserstack\x20Before','IuInL','__platformCaps','thBuildUuid','ecFJG','pid','split','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','lqgMP','winstonLogger','env','../../helpers/performance/performance-tester','vnsLY','Qkrvz','__drivers','shift','o11ySyncDone','SSxXR','VfXaG','info','../../helpers/ai-sdk/autoHealHelper','format','\x0aError:\x20','../../helpers/globals','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','JEbgB','../../helpers/testhub/constants.js','testInfo','bstack','browserstackSessionName','../playwright/reporter/reporter.js','PQHsC','setDefaultTimeout','XovaX','executeScript','map','removeAllListeners','JqJIZ','dqTPX','\x20|\x20','currentTest','DzPDW','test_run','UxbyP','ISiam','524276baGWTY','../playwright/reporter/test-details.js','PMBOG','Before','ENV_VAR','Error:\x20cleaning\x20up\x20driver:\x20','getTestUUID','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','SSxCC','session_','parse','integrations','gxmYK','4135LTNXyZ','uploadEventData','quitCount_','initQuit','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','bstackA11yShouldScan','IVaQj','Inside\x20browserstack\x20AfterAll','RBAlR','tags','../../helpers/accessibility-automation/helper','cucumber-js','__skipSessionName','1182711MbPZiq','Error:\x20sendPlatformDetails\x20at\x20After:\x20','message','cOWjP','AfterStep',',\x22level\x22:\x20\x22','Passed:\x20','../../helpers/testhub/utils','finally','../../helpers/test-observability/requestQueueHandler','Error:\x20at\x20After:\x20','ypjNu','__sessionFailed','performScan','JRNxf','bs:addLog:','cEUaz','name','browserstackAgentV2','getInstance','debug','length','hxpvi','23334hnNqFt','HCLyz','WhKXo','__skipSessionStatus','passed','setFramework','KHpZk'];a9_0x59de=function(){return _0x4d5cf0;};return a9_0x59de();}const a9_0x395366={};a9_0x395366[a9_0x5854b8(0xf4)]=a9_0x5854b8(0xb8),a9_0x395366[a9_0x5854b8(0x11a)]=0x2710,After(a9_0x395366,function(_0x3c74cf,_0x247885){const _0x5a1738=a9_0x5854b8,_0x308b2f={'rXYtX':'3|1|0|2|4','RZhMp':function(_0x4b0cdb,_0x21aacb){return _0x4b0cdb>_0x21aacb;},'LREHj':function(_0x3c5c18,_0x2a448a){return _0x3c5c18===_0x2a448a;},'RBAlR':_0x5a1738(0x96),'XgrIf':function(_0x1bcf64,_0x175e2d){return _0x1bcf64===_0x175e2d;},'fjnoT':function(_0xb632e1,_0x4c5251,_0x3d6f67,_0x166bab){return _0xb632e1(_0x4c5251,_0x3d6f67,_0x166bab);},'PMBOG':_0x5a1738(0xc3),'YztUG':function(_0x5ea956,_0x54f935,_0x4994a){return _0x5ea956(_0x54f935,_0x4994a);},'ahkuy':_0x5a1738(0xfe),'rCXzA':function(_0x2ce165){return _0x2ce165();},'DzPDW':function(_0x267765,_0x290268,_0x545398,_0x227160){return _0x267765(_0x290268,_0x545398,_0x227160);},'wWUpX':'CBTSessionCreated','nyMyV':'isAccessibilityPlatform','WhKXo':_0x5a1738(0xdb),'JEbgB':'Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','ecFJG':_0x5a1738(0x84),'Qkrvz':_0x5a1738(0xd0),'JTlxp':function(_0x4520af,_0x18c5e8){return _0x4520af>_0x18c5e8;},'XDxDu':function(_0x35786e){return _0x35786e();},'xsnZw':_0x5a1738(0x87)};logger[_0x5a1738(0xf7)](_0x308b2f['xsnZw']),workerDetails[_0x5a1738(0xc4)][_0x5a1738(0xb7)]=_0x3c74cf[_0x5a1738(0x118)],new Promise(async _0x3fb483=>{const _0x55e95d=_0x5a1738;let _0x15c0e8=![];try{const _0x433f41=_0x308b2f[_0x55e95d(0x85)][_0x55e95d(0xa2)]('|');let _0x5504ab=0x0;while(!![]){switch(_0x433f41[_0x5504ab++]){case'0':_0x15c0e8=!![];continue;case'1':await global[_0x55e95d(0xaa)][0x0][_0x55e95d(0xd2)];continue;case'2':!global['__skipSessionName']&&await global[_0x55e95d(0xaa)][0x0][_0x55e95d(0xbe)](_0x55e95d(0xda)+_0x3c74cf[_0x55e95d(0x7e)][_0x55e95d(0xf4)]+_0x55e95d(0x122));continue;case'3':_0x308b2f['RZhMp'](global['__drivers'][_0x55e95d(0xf8)],0x1)&&(await global[_0x55e95d(0x121)](),global[_0x55e95d(0xaa)]['shift'](),global['__error_messages__']=[],global['__sessionFailed']=![]);continue;case'4':if(_0x308b2f['LREHj'](_0x3c74cf[_0x55e95d(0x10e)][_0x55e95d(0x10a)][_0x55e95d(0x115)]()['toLowerCase'](),_0x308b2f[_0x55e95d(0xde)])||_0x308b2f['XgrIf'](_0x3c74cf['result']['status']['toString']()[_0x55e95d(0x95)](),'6')){try{global[_0x55e95d(0x99)][_0x55e95d(0x105)](_0x3c74cf[_0x55e95d(0x10e)]['message']);}catch(_0x12eb50){logger[_0x55e95d(0xf7)]('Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20'+_0x12eb50);}await _0x308b2f['fjnoT'](markSessionStatus,global[_0x55e95d(0xaa)][0x0],_0x308b2f[_0x55e95d(0xde)],global[_0x55e95d(0x99)][_0x55e95d(0x114)](_0x308b2f[_0x55e95d(0xcb)]));}else await _0x308b2f[_0x55e95d(0x9b)](markSessionStatus,global['__drivers'][0x0],_0x308b2f['ahkuy']);continue;}break;}}catch(_0x31f04d){logger[_0x55e95d(0xf7)](_0x55e95d(0xed)+util['format'](_0x31f04d));}try{if(_0x308b2f[_0x55e95d(0x8d)](shouldProcessEventForTesthub)){const _0x3b38b2=TestDetails[_0x55e95d(0xcf)](_0x3c74cf[_0x55e95d(0x118)]),_0x36538c=await _0x308b2f[_0x55e95d(0xc5)](sendPlatformDetails,global['__drivers'][0x0],_0x3b38b2,!![]),_0x4a2731={};_0x4a2731[_0x55e95d(0x109)]=_0x3b38b2,_0x4a2731[_0x55e95d(0xd4)]=_0x36538c;const _0x65dafb=_0x4a2731,_0x2b5cdb={};_0x2b5cdb['event_type']=_0x308b2f['wWUpX'],_0x2b5cdb[_0x55e95d(0xc6)]=_0x65dafb,await SessionHandler[_0x55e95d(0xd7)](_0x2b5cdb);}}catch(_0x46e764){logger[_0x55e95d(0xf7)](_0x55e95d(0xe4)+util[_0x55e95d(0xb1)](_0x46e764));}try{if(globals['getGlobal'](_0x308b2f['nyMyV'])&&globals[_0x55e95d(0x7f)](_0x308b2f[_0x55e95d(0xfc)])){logger[_0x55e95d(0xaf)](_0x308b2f[_0x55e95d(0xb5)]);const _0x3bb5dd=TestDetails[_0x55e95d(0xcf)](_0x3c74cf[_0x55e95d(0x118)]),_0x19d3b9={};_0x19d3b9[_0x55e95d(0x11c)]=_0x3bb5dd,_0x19d3b9[_0x55e95d(0x9f)]=process[_0x55e95d(0xa6)][testHubConstants['ENV_VAR']['BROWSERSTACK_TESTHUB_UUID']],_0x19d3b9[_0x55e95d(0x81)]=process['env'][testHubConstants[_0x55e95d(0xcd)]['BROWSERSTACK_TESTHUB_JWT']];const _0x50d830=_0x19d3b9;logger[_0x55e95d(0xf7)](_0x55e95d(0xa3)+JSON[_0x55e95d(0x94)](_0x50d830)),logger[_0x55e95d(0xf7)](_0x308b2f[_0x55e95d(0xa0)]),logger['debug'](util['format'](await global['__drivers'][0x0][_0x55e95d(0x104)](scripts[_0x55e95d(0xf0)],{'method':global[_0x55e95d(0xb9)]}))),await global[_0x55e95d(0xaa)][0x0]['executeAsyncScript'](scripts[_0x55e95d(0x10d)],_0x50d830),logger[_0x55e95d(0xaf)](_0x308b2f[_0x55e95d(0xa9)]);}}catch(_0x800a0){logger[_0x55e95d(0x10b)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20'+util[_0x55e95d(0xb1)]);}if(_0x15c0e8)try{global['__drivers'][0x0]&&_0x308b2f[_0x55e95d(0x10c)](global[_0x55e95d(0xaa)][0x0]['quitCount_'],0x0)&&await global[_0x55e95d(0xaa)][0x0]['initQuit']();}catch(_0x25a7b2){logger[_0x55e95d(0xf7)]('Error:\x20quiting\x20driver\x20at\x20After:\x20'+_0x25a7b2);}_0x308b2f['XDxDu'](_0x3fb483);})[_0x5a1738(0xeb)](()=>_0x247885());});const a9_0x2ad790={};a9_0x2ad790['name']=a9_0x5854b8(0xb8),a9_0x2ad790[a9_0x5854b8(0x11a)]=0x2710,AfterStep(a9_0x2ad790,function(_0x329128,_0x4e3079){const _0xa38462=a9_0x5854b8,_0x2e04f3={'gnHSx':function(_0x42e955,_0x29eb1c){return _0x42e955===_0x29eb1c;},'HCLyz':_0xa38462(0x96),'NiyRX':function(_0x54676f,_0x3268ae){return _0x54676f===_0x3268ae;},'SSxXR':function(_0x44dcef,_0x1fca6b){return _0x44dcef!==_0x1fca6b;},'AAMkw':function(_0x257a8f,_0x46dc9d,_0x811c70){return _0x257a8f(_0x46dc9d,_0x811c70);},'qqaTA':function(_0x2a3617,_0x158c54){return _0x2a3617+_0x158c54;},'cOWjP':function(_0x13caf3,_0x28fb91){return _0x13caf3+_0x28fb91;},'ypjNu':function(_0x4f973c,_0x909aed){return _0x4f973c+_0x909aed;},'JnbVi':_0xa38462(0x11e),'UxbyP':_0xa38462(0xb2),'cEUaz':_0xa38462(0x10b),'pABuD':function(_0x89f2c0,_0x1671db,_0x5e6c81){return _0x89f2c0(_0x1671db,_0x5e6c81);},'IVaQj':function(_0x24a27b,_0x519e52,_0x5d34c0){return _0x24a27b(_0x519e52,_0x5d34c0);},'eyVhJ':_0xa38462(0xe9),'dqTPX':_0xa38462(0xaf),'UgjqZ':_0xa38462(0x11b),'gxmYK':function(_0x251ee2){return _0x251ee2();},'NBdgx':_0xa38462(0x11d)};logger[_0xa38462(0xf7)](_0x2e04f3[_0xa38462(0x93)]);const _0x5a953f=async(_0x422822,_0x8abab1)=>{const _0x89751a=_0xa38462;await global[_0x89751a(0xaa)][0x0][_0x89751a(0xbe)](_0x89751a(0x88)+_0x422822+_0x89751a(0xe8)+_0x8abab1+_0x89751a(0x122));};new Promise(async _0x49f432=>{const _0x1debd9=_0xa38462;try{_0x2e04f3[_0x1debd9(0x82)](_0x329128[_0x1debd9(0x10e)][_0x1debd9(0x10a)][_0x1debd9(0x115)]()[_0x1debd9(0x95)](),_0x2e04f3[_0x1debd9(0xfb)])||_0x2e04f3['NiyRX'](_0x329128[_0x1debd9(0x10e)]['status'][_0x1debd9(0x115)]()[_0x1debd9(0x95)](),'6')?(global[_0x1debd9(0xef)]=!![],global[_0x1debd9(0x99)][_0x1debd9(0x105)](_0x329128[_0x1debd9(0x10e)][_0x1debd9(0xe5)]),_0x2e04f3['SSxXR'](_0x329128[_0x1debd9(0x111)],undefined)?await _0x2e04f3[_0x1debd9(0x110)](_0x5a953f,JSON[_0x1debd9(0x94)](_0x2e04f3[_0x1debd9(0x83)](_0x2e04f3[_0x1debd9(0xe6)](_0x2e04f3[_0x1debd9(0xee)](_0x2e04f3['JnbVi'],'\x22'+_0x329128[_0x1debd9(0x111)][_0x1debd9(0x86)]+'\x22\x20'),_0x2e04f3[_0x1debd9(0xc7)]),_0x329128['result'][_0x1debd9(0xe5)])),_0x2e04f3[_0x1debd9(0xf3)]):await _0x2e04f3[_0x1debd9(0x102)](_0x5a953f,JSON[_0x1debd9(0x94)](_0x2e04f3['ypjNu'](_0x2e04f3[_0x1debd9(0x98)],_0x329128[_0x1debd9(0x10e)]['message'])),_0x2e04f3[_0x1debd9(0xf3)])):_0x2e04f3[_0x1debd9(0xad)](_0x329128[_0x1debd9(0x111)],undefined)?await _0x2e04f3[_0x1debd9(0xdc)](_0x5a953f,JSON[_0x1debd9(0x94)](_0x2e04f3['qqaTA'](_0x2e04f3['eyVhJ'],'\x22'+_0x329128['pickleStep'][_0x1debd9(0x86)]+'\x22')),_0x2e04f3[_0x1debd9(0xc2)]):await _0x2e04f3[_0x1debd9(0xdc)](_0x5a953f,JSON['stringify'](_0x2e04f3[_0x1debd9(0x92)]),_0x2e04f3[_0x1debd9(0xc2)]);}catch(_0x1da47){logger[_0x1debd9(0xf7)](_0x1debd9(0x11f)+_0x1da47);}_0x2e04f3[_0x1debd9(0xd5)](_0x49f432);})['finally'](()=>_0x4e3079());});const a9_0x32ec17={};a9_0x32ec17[a9_0x5854b8(0xf4)]=a9_0x5854b8(0xb8),a9_0x32ec17[a9_0x5854b8(0x11a)]=0x7530,AfterAll(a9_0x32ec17,async function(_0x1df73b,_0x153d28){const _0x5e3d46=a9_0x5854b8,_0x2268c6={'KHpZk':function(_0x4ebce3){return _0x4ebce3();},'XovaX':_0x5e3d46(0xdd)};logger[_0x5e3d46(0xf7)](_0x2268c6[_0x5e3d46(0xbd)]),await new Promise(async _0x2058ae=>{const _0x319769=_0x5e3d46;await RequestQueueHandler[_0x319769(0xf6)]()[_0x319769(0x8a)](),PerformanceTester['stopMonitoring'](),await global[_0x319769(0x121)](),_0x2268c6[_0x319769(0x100)](_0x2058ae);});});
1
+ const a9_0x4685c8=a9_0x34e4;(function(_0x5effc9,_0x2dfe32){const _0x4e7780=a9_0x34e4,_0x476910=_0x5effc9();while(!![]){try{const _0x49732d=-parseInt(_0x4e7780(0x26e))/0x1*(parseInt(_0x4e7780(0x27c))/0x2)+parseInt(_0x4e7780(0x23c))/0x3*(-parseInt(_0x4e7780(0x228))/0x4)+-parseInt(_0x4e7780(0x28c))/0x5*(parseInt(_0x4e7780(0x27f))/0x6)+-parseInt(_0x4e7780(0x254))/0x7*(parseInt(_0x4e7780(0x22d))/0x8)+-parseInt(_0x4e7780(0x27b))/0x9*(-parseInt(_0x4e7780(0x217))/0xa)+-parseInt(_0x4e7780(0x227))/0xb+parseInt(_0x4e7780(0x24a))/0xc;if(_0x49732d===_0x2dfe32)break;else _0x476910['push'](_0x476910['shift']());}catch(_0x5a3da7){_0x476910['push'](_0x476910['shift']());}}}(a9_0x413a,0xb55c6));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require(a9_0x4685c8(0x25b)),setKeepAlive=require(a9_0x4685c8(0x1f8)),util=require(a9_0x4685c8(0x22c)),PerformanceTester=require(a9_0x4685c8(0x243)),{commandRepository}=require(a9_0x4685c8(0x283)),cucumberModule=requireModule('@cucumber/cucumber/lib/index.js',a9_0x4685c8(0x25d)),logger=require(a9_0x4685c8(0x23a))[a9_0x4685c8(0x207)],{shouldProcessEventForTesthub}=require(a9_0x4685c8(0x239)),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require(a9_0x4685c8(0x24d)),TestDetails=require(a9_0x4685c8(0x1f5)),RequestQueueHandler=require(a9_0x4685c8(0x262)),{o11yErrorHandler}=require(a9_0x4685c8(0x209)),MyReporter=require('../playwright/reporter/reporter.js'),SessionHandler=require('../../helpers/test-observability/sessionHandler'),scripts=require('../../helpers/accessibility-automation/scripts'),globals=require(a9_0x4685c8(0x246)),testHubConstants=require(a9_0x4685c8(0x201)),{shouldScanTestForAccessibility}=require(a9_0x4685c8(0x27d)),{isUndefined}=require(a9_0x4685c8(0x20c)),a9_0x207d04={};a9_0x207d04['workerInfo']=undefined,a9_0x207d04[a9_0x4685c8(0x269)]={},a9_0x207d04[a9_0x4685c8(0x22a)]=![],a9_0x207d04[a9_0x4685c8(0x269)]['id']=undefined,a9_0x207d04[a9_0x4685c8(0x269)][a9_0x4685c8(0x284)]=undefined;const workerDetails=a9_0x207d04;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x36adf2){const _0x2c7cc4=a9_0x4685c8,_0x326eae=workerDetails[_0x2c7cc4(0x269)]['testInfo'];if(!_0x326eae)return;await MyReporter[_0x2c7cc4(0x1ed)](_0x326eae,_0x36adf2);}),registerListeners=()=>{const _0x572192=a9_0x4685c8,_0xd18df2={};_0xd18df2[_0x572192(0x25c)]=_0x572192(0x21a);const _0x498998=_0xd18df2;logger[_0x572192(0x260)](_0x498998[_0x572192(0x25c)]),process[_0x572192(0x24f)](_0x572192(0x208)+process[_0x572192(0x214)]),process['on']('bs:addLog:'+process[_0x572192(0x214)],sendTestLog),PerformanceTester[_0x572192(0x223)]();};modifyCommand(),setKeepAlive();function a9_0x34e4(_0x3c7a8a,_0x42a0d5){const _0x413a92=a9_0x413a();return a9_0x34e4=function(_0x34e478,_0x332cbc){_0x34e478=_0x34e478-0x1e5;let _0x754733=_0x413a92[_0x34e478];return _0x754733;},a9_0x34e4(_0x3c7a8a,_0x42a0d5);}const Before=cucumberModule['Before'],After=cucumberModule[a9_0x4685c8(0x276)],AfterAll=cucumberModule[a9_0x4685c8(0x277)],BeforeAll=cucumberModule['BeforeAll'],AfterStep=cucumberModule['AfterStep'],configuration=process[a9_0x4685c8(0x1f1)][a9_0x4685c8(0x25e)],bstackConfig=process[a9_0x4685c8(0x1f1)][a9_0x4685c8(0x1ef)];if(configuration!==undefined){const config=JSON[a9_0x4685c8(0x1e7)](configuration);isBrowserstackInfra()?(global['__skipSessionName']=isTrue(config[a9_0x4685c8(0x205)]),global[a9_0x4685c8(0x21d)]=isTrue(config[a9_0x4685c8(0x23f)])):(global[a9_0x4685c8(0x1fc)]=!![],global[a9_0x4685c8(0x21d)]=!![]),shouldProcessEventForTesthub()?require(a9_0x4685c8(0x1fe))['browserstackAgentV2'](config,null,!![]):require(a9_0x4685c8(0x1fe))[a9_0x4685c8(0x285)](config),global[a9_0x4685c8(0x274)]=config['platformCaps']||{};}if(bstackConfig!==undefined){const browserStackConfig=JSON[a9_0x4685c8(0x1e7)](bstackConfig);browserStackConfig&&(commandRepository[a9_0x4685c8(0x219)](browserStackConfig),commandRepository['setFramework'](a9_0x4685c8(0x218)));}global[a9_0x4685c8(0x256)]=0x0;const __setDefaultTimeout=cucumberModule['setDefaultTimeout'];cucumberModule[a9_0x4685c8(0x224)]=_0x3d3ab6=>{const _0x421b57=a9_0x4685c8,_0x41bfdd={'zyDtN':function(_0x2dc373,_0x2c0723){return _0x2dc373(_0x2c0723);}};global[_0x421b57(0x256)]=_0x3d3ab6,_0x41bfdd[_0x421b57(0x200)](__setDefaultTimeout,_0x3d3ab6);};function a9_0x413a(){const _0xf95d70=['setDefaultTimeout','uJhuB','xRMma','2885102XFxVKm','16YfxqqY','Inside\x20browserstack\x20AfterStep','o11ySyncDone','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','util','8tobHmG','iykmR','finally','DXJHh','Performing\x20scan\x20before\x20saving\x20results','CcuYY','quitCount_','Error:\x20at\x20After\x20Step:\x20','0|2|1|4|3','test_run','nuPhH','join','../../helpers/testhub/utils','../../helpers/logger','VeBwO','823038efGUMr','Passed','message','skipSessionStatus','saveTestResults','map','ozllw','../../helpers/performance/performance-tester','length','getGlobal','../../helpers/globals','pickle','RizjJ','CBTSessionCreated','50152248EAaDZA','failed','BROWSERSTACK_TESTHUB_UUID','../../helpers/test-observability/utils','\x20|\x20','removeAllListeners','Error:\x20at\x20After:\x20','fDhof','giKLB','__error_messages__','4962307rGJQJa','integrations','__timeout','__drivers','Passed:\x20','CCYeZ','toLowerCase','../../helpers/helper','zFXya','@cucumber/cucumber','CONFIG','wVifx','debug','timeout','../../helpers/test-observability/requestQueueHandler','status','YJbBJ','toString','xkNpd','bstack','rkOyR','currentTest','setGlobal','format','\x22}}','initQuit','11JNGNQe','ZPiTr','Inside\x20browserstack\x20Before','ENV_VAR','push','nkoqZ','__platformCaps','SJbtK','After','AfterAll','Error:\x20sendPlatformDetails\x20at\x20After:\x20','error','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','643446lzmmVp','74450xPEXMm','../../helpers/accessibility-automation/helper','name','6608676lSgjQP','driverCleanup','DMDrV','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','../../helpers/ai-sdk/autoHealHelper','testInfo','browserstackAgentV2','uploadEventData','executeAsyncScript','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','qHeHL','WQZlr','text','5QgdffE','wNurB','lqbrt','parse','stringify',',\x22level\x22:\x20\x22','pickleStep','vigEU','shift','addTestUIDAndReportLog','qWngA','BSTACK_CONFIG','isAccessibilityPlatform','env','fKtyr','info','eHWST','../playwright/reporter/test-details.js','tags','performScan','../../helpers/setKeepAlive','lnMcD','setTestNameForHealingContext','Failed:\x20','__skipSessionName','IZeRN','../../index','fntUX','zyDtN','../../helpers/testhub/constants.js','executeScript','uuid','GhbNz','skipSessionName','split','winstonLogger','bs:addLog:','../../helpers/test-observability/error-handler','NCRYz','getTestUUID','lodash','khXQD','testCaseStartedId','aKpNY','yscvs','grtGh','HfTaV','qfOEb','pid','Inside\x20browserstack\x20After','LjtCn','20oRyEcm','cucumber-js','setConfig','Inside\x20browserstack\x20registerListeners','passed','result','__skipSessionStatus','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20','wGLGs','__sessionFailed','bstackA11yShouldScan','Error:\x20cleaning\x20up\x20driver:\x20','startMonitoring'];a9_0x413a=function(){return _0xf95d70;};return a9_0x413a();}const a9_0x13fec3={};a9_0x13fec3[a9_0x4685c8(0x27e)]='bstack',BeforeAll(a9_0x13fec3,function(){const _0x1c7f17=a9_0x4685c8,_0xcf7709={'LjtCn':function(_0x383ef8,_0x363032,_0x2e6033,_0x17875d){return _0x383ef8(_0x363032,_0x2e6033,_0x17875d);},'GhbNz':_0x1c7f17(0x24b),'YJbBJ':'\x20|\x20','goJXg':function(_0x1b80ba,_0x4e4255,_0xd71232){return _0x1b80ba(_0x4e4255,_0xd71232);},'avqfQ':_0x1c7f17(0x21b),'oNArQ':'Inside\x20browserstack\x20BeforeAll','xkNpd':function(_0x188332){return _0x188332();},'eHWST':function(_0x1025d8,_0x591d49){return _0x1025d8(_0x591d49);}};PerformanceTester[_0x1c7f17(0x223)](),logger[_0x1c7f17(0x260)](_0xcf7709['oNArQ']),global[_0x1c7f17(0x253)]=[],global[_0x1c7f17(0x220)]=![],_0xcf7709[_0x1c7f17(0x266)](shouldProcessEventForTesthub)&&(_0xcf7709[_0x1c7f17(0x266)](registerListeners),_0xcf7709[_0x1c7f17(0x1f4)](addRequestSpy,![])),global['driverCleanup']=async()=>{const _0x47b194=_0x1c7f17;let _0x418882=![];try{await global[_0x47b194(0x257)][0x0]['session_'],_0x418882=!![],global[_0x47b194(0x220)]?await _0xcf7709[_0x47b194(0x216)](markSessionStatus,global['__drivers'][0x0],_0xcf7709[_0x47b194(0x204)],global[_0x47b194(0x253)][_0x47b194(0x238)](_0xcf7709[_0x47b194(0x264)])):await _0xcf7709['goJXg'](markSessionStatus,global[_0x47b194(0x257)][0x0],_0xcf7709['avqfQ']);}catch(_0x4a3f0e){logger['debug'](_0x47b194(0x222)+_0x4a3f0e);}global['__error_messages__']=[],global[_0x47b194(0x220)]=![];if(_0x418882)try{await global[_0x47b194(0x257)][0x0][_0x47b194(0x26d)]();}catch(_0x232052){logger['debug']('Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20'+_0x232052);}};});const a9_0x5a0594={};a9_0x5a0594[a9_0x4685c8(0x27e)]=a9_0x4685c8(0x267),a9_0x5a0594[a9_0x4685c8(0x261)]=0x2710,Before(a9_0x5a0594,function(_0x50771b,_0x19f5ec){const _0x2cb516=a9_0x4685c8,_0x490077={'wVifx':function(_0x131d04,_0x494565){return _0x131d04>_0x494565;},'IZeRN':function(_0x277a09,_0x284bce){return _0x277a09>_0x284bce;},'BSQxI':function(_0x3260d7,_0x1f8ab0){return _0x3260d7(_0x1f8ab0);},'vigEU':function(_0x2a16db,_0x2ba5f3,_0x449538,_0x15ea32){return _0x2a16db(_0x2ba5f3,_0x449538,_0x15ea32);},'DXJHh':_0x2cb516(0x221),'qHeHL':function(_0x1de357){return _0x1de357();},'DWpUE':_0x2cb516(0x270)};commandRepository[_0x2cb516(0x1fa)](_0x50771b[_0x2cb516(0x247)]['name']),logger['debug'](_0x490077['DWpUE']),new Promise(async _0x2b0fb2=>{const _0x20474f=_0x2cb516;try{_0x490077[_0x20474f(0x25f)](global[_0x20474f(0x257)][_0x20474f(0x244)],0x1)&&(await global[_0x20474f(0x280)](),global[_0x20474f(0x257)][_0x20474f(0x1ec)]()),global[_0x20474f(0x257)][0x0][_0x20474f(0x233)]&&_0x490077[_0x20474f(0x1fd)](global[_0x20474f(0x257)][0x0][_0x20474f(0x233)],0x0)&&await global[_0x20474f(0x280)]();}catch(_0x57915f){logger['debug']('Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20'+_0x57915f);}workerDetails['currentTest'][_0x20474f(0x284)]=_0x50771b[_0x20474f(0x20e)];try{if(!_0x490077['BSQxI'](isUndefined,_0x50771b[_0x20474f(0x247)][_0x20474f(0x1f6)])){const _0x58fc14=_0x490077[_0x20474f(0x1eb)](shouldScanTestForAccessibility,null,![],_0x50771b[_0x20474f(0x247)]['tags'][_0x20474f(0x241)](({name:_0x3c1fb9})=>_0x3c1fb9));globals[_0x20474f(0x26a)](_0x490077[_0x20474f(0x230)],_0x58fc14);}}catch(_0x285c75){logger[_0x20474f(0x260)](_0x20474f(0x21e)+util[_0x20474f(0x26b)](_0x285c75));}_0x490077[_0x20474f(0x289)](_0x2b0fb2);})[_0x2cb516(0x22f)](_0x19f5ec);});const a9_0x207701={};a9_0x207701[a9_0x4685c8(0x27e)]='bstack',a9_0x207701['timeout']=0x2710,After(a9_0x207701,function(_0x567190,_0x1bb536){const _0x3961e5=a9_0x4685c8,_0x23c6a7={'DMDrV':_0x3961e5(0x235),'yscvs':function(_0x515907,_0x2b6469){return _0x515907>_0x2b6469;},'nwtOW':function(_0x1a802d,_0x1ba28e){return _0x1a802d===_0x1ba28e;},'grtGh':_0x3961e5(0x24b),'CcuYY':function(_0x2dc2e5,_0x567b24){return _0x2dc2e5===_0x567b24;},'wGLGs':function(_0x48f690,_0x59aa55,_0x2ee3bc,_0x404d71){return _0x48f690(_0x59aa55,_0x2ee3bc,_0x404d71);},'fntUX':_0x3961e5(0x24e),'LbeQB':function(_0x18d806,_0x5b447d,_0x4532e8){return _0x18d806(_0x5b447d,_0x4532e8);},'UjpPH':_0x3961e5(0x21b),'nkoqZ':function(_0x16b38b){return _0x16b38b();},'RizjJ':function(_0x49fb98,_0x4155cb,_0x564db3,_0x206b33){return _0x49fb98(_0x4155cb,_0x564db3,_0x206b33);},'uJhuB':_0x3961e5(0x249),'NCRYz':_0x3961e5(0x1f0),'xRMma':_0x3961e5(0x221),'nuPhH':_0x3961e5(0x288),'qfOEb':_0x3961e5(0x231),'rkOyR':_0x3961e5(0x22b),'qWngA':function(_0x4901bc,_0x2c43f3){return _0x4901bc>_0x2c43f3;},'SJbtK':function(_0x20c344){return _0x20c344();},'iykmR':_0x3961e5(0x215)};logger[_0x3961e5(0x260)](_0x23c6a7[_0x3961e5(0x22e)]),workerDetails[_0x3961e5(0x269)][_0x3961e5(0x284)]=_0x567190[_0x3961e5(0x20e)],new Promise(async _0x357302=>{const _0x2ebc37=_0x3961e5;let _0x2c34bd=![];try{const _0x32734c=_0x23c6a7[_0x2ebc37(0x281)][_0x2ebc37(0x206)]('|');let _0x3939a9=0x0;while(!![]){switch(_0x32734c[_0x3939a9++]){case'0':_0x23c6a7[_0x2ebc37(0x210)](global[_0x2ebc37(0x257)][_0x2ebc37(0x244)],0x1)&&(await global[_0x2ebc37(0x280)](),global[_0x2ebc37(0x257)][_0x2ebc37(0x1ec)](),global[_0x2ebc37(0x253)]=[],global[_0x2ebc37(0x220)]=![]);continue;case'1':_0x2c34bd=!![];continue;case'2':await global['__drivers'][0x0]['session_'];continue;case'3':if(_0x23c6a7['nwtOW'](_0x567190[_0x2ebc37(0x21c)][_0x2ebc37(0x263)]['toString']()[_0x2ebc37(0x25a)](),_0x23c6a7['grtGh'])||_0x23c6a7[_0x2ebc37(0x232)](_0x567190[_0x2ebc37(0x21c)]['status']['toString']()[_0x2ebc37(0x25a)](),'6')){try{global[_0x2ebc37(0x253)][_0x2ebc37(0x272)](_0x567190['result'][_0x2ebc37(0x23e)]);}catch(_0x247f56){logger[_0x2ebc37(0x260)]('Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20'+_0x247f56);}await _0x23c6a7[_0x2ebc37(0x21f)](markSessionStatus,global[_0x2ebc37(0x257)][0x0],_0x23c6a7[_0x2ebc37(0x211)],global['__error_messages__'][_0x2ebc37(0x238)](_0x23c6a7[_0x2ebc37(0x1ff)]));}else await _0x23c6a7['LbeQB'](markSessionStatus,global[_0x2ebc37(0x257)][0x0],_0x23c6a7['UjpPH']);continue;case'4':!global['__skipSessionName']&&await global['__drivers'][0x0][_0x2ebc37(0x202)](_0x2ebc37(0x27a)+_0x567190[_0x2ebc37(0x247)][_0x2ebc37(0x27e)]+_0x2ebc37(0x26c));continue;}break;}}catch(_0x43fd27){logger[_0x2ebc37(0x260)](_0x2ebc37(0x250)+util[_0x2ebc37(0x26b)](_0x43fd27));}try{if(_0x23c6a7[_0x2ebc37(0x273)](shouldProcessEventForTesthub)){const _0x10ac62=TestDetails[_0x2ebc37(0x20b)](_0x567190[_0x2ebc37(0x20e)]),_0x1778b6=await _0x23c6a7[_0x2ebc37(0x248)](sendPlatformDetails,global[_0x2ebc37(0x257)][0x0],_0x10ac62,!![]),_0x1f4f0c={};_0x1f4f0c[_0x2ebc37(0x203)]=_0x10ac62,_0x1f4f0c[_0x2ebc37(0x255)]=_0x1778b6;const _0x552ca3=_0x1f4f0c,_0x2094eb={};_0x2094eb['event_type']=_0x23c6a7[_0x2ebc37(0x225)],_0x2094eb[_0x2ebc37(0x236)]=_0x552ca3,await SessionHandler[_0x2ebc37(0x286)](_0x2094eb);}}catch(_0x389617){logger[_0x2ebc37(0x260)](_0x2ebc37(0x278)+util[_0x2ebc37(0x26b)](_0x389617));}try{if(globals['getGlobal'](_0x23c6a7[_0x2ebc37(0x20a)])&&globals[_0x2ebc37(0x245)](_0x23c6a7[_0x2ebc37(0x226)])){logger[_0x2ebc37(0x1f3)](_0x23c6a7[_0x2ebc37(0x237)]);const _0x3bbc94=TestDetails[_0x2ebc37(0x20b)](_0x567190['testCaseStartedId']),_0x8fd3d2={};_0x8fd3d2['thTestRunUuid']=_0x3bbc94,_0x8fd3d2['thBuildUuid']=process[_0x2ebc37(0x1f1)][testHubConstants[_0x2ebc37(0x271)][_0x2ebc37(0x24c)]],_0x8fd3d2['thJwtToken']=process['env'][testHubConstants['ENV_VAR']['BROWSERSTACK_TESTHUB_JWT']];const _0x432c2e=_0x8fd3d2;logger[_0x2ebc37(0x260)](_0x2ebc37(0x282)+JSON['stringify'](_0x432c2e)),logger[_0x2ebc37(0x260)](_0x23c6a7[_0x2ebc37(0x213)]),logger[_0x2ebc37(0x260)](util['format'](await global[_0x2ebc37(0x257)][0x0][_0x2ebc37(0x287)](scripts[_0x2ebc37(0x1f7)],{'method':global['browserstackSessionName']}))),await global[_0x2ebc37(0x257)][0x0][_0x2ebc37(0x287)](scripts[_0x2ebc37(0x240)],_0x432c2e),logger[_0x2ebc37(0x1f3)](_0x23c6a7[_0x2ebc37(0x268)]);}}catch(_0x36b7c2){logger['error']('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20'+util[_0x2ebc37(0x26b)]);}if(_0x2c34bd)try{global[_0x2ebc37(0x257)][0x0]&&_0x23c6a7[_0x2ebc37(0x1ee)](global['__drivers'][0x0][_0x2ebc37(0x233)],0x0)&&await global['__drivers'][0x0][_0x2ebc37(0x26d)]();}catch(_0x58ff70){logger[_0x2ebc37(0x260)]('Error:\x20quiting\x20driver\x20at\x20After:\x20'+_0x58ff70);}_0x23c6a7[_0x2ebc37(0x275)](_0x357302);})['finally'](()=>_0x1bb536());});const a9_0x20e5eb={};a9_0x20e5eb[a9_0x4685c8(0x27e)]=a9_0x4685c8(0x267),a9_0x20e5eb[a9_0x4685c8(0x261)]=0x2710,AfterStep(a9_0x20e5eb,function(_0x5a9847,_0x128702){const _0x2f032e=a9_0x4685c8,_0xc890a4={'vMRMt':function(_0x4bf083,_0x383429){return _0x4bf083===_0x383429;},'aKpNY':'failed','fKtyr':function(_0x578a4e,_0x4b9359){return _0x578a4e===_0x4b9359;},'lqbrt':function(_0x20673e,_0xcebf18){return _0x20673e!==_0xcebf18;},'lnMcD':function(_0x588e8a,_0x8fb15d,_0x575347){return _0x588e8a(_0x8fb15d,_0x575347);},'fDhof':function(_0x17314b,_0x665698){return _0x17314b+_0x665698;},'khXQD':_0x2f032e(0x1fb),'CCYeZ':'\x0aError:\x20','wNurB':_0x2f032e(0x279),'WQZlr':function(_0x349ebd,_0x268e86){return _0x349ebd+_0x268e86;},'xAcMf':function(_0x50071b,_0x6fc5f,_0x378dc2){return _0x50071b(_0x6fc5f,_0x378dc2);},'ZPiTr':function(_0x2ea5ed,_0x24c042){return _0x2ea5ed+_0x24c042;},'raXRm':_0x2f032e(0x258),'giKLB':'info','ozllw':_0x2f032e(0x23d),'VeBwO':function(_0x520a8a){return _0x520a8a();},'HfTaV':_0x2f032e(0x229)};logger['debug'](_0xc890a4[_0x2f032e(0x212)]);const _0x51c658=async(_0x167055,_0x357e5d)=>{const _0x281348=_0x2f032e;await global[_0x281348(0x257)][0x0]['executeScript']('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+_0x167055+_0x281348(0x1e9)+_0x357e5d+_0x281348(0x26c));};new Promise(async _0x37320a=>{const _0x5e868c=_0x2f032e;try{_0xc890a4['vMRMt'](_0x5a9847[_0x5e868c(0x21c)]['status'][_0x5e868c(0x265)]()[_0x5e868c(0x25a)](),_0xc890a4[_0x5e868c(0x20f)])||_0xc890a4[_0x5e868c(0x1f2)](_0x5a9847[_0x5e868c(0x21c)][_0x5e868c(0x263)]['toString']()[_0x5e868c(0x25a)](),'6')?(global[_0x5e868c(0x220)]=!![],global[_0x5e868c(0x253)][_0x5e868c(0x272)](_0x5a9847[_0x5e868c(0x21c)]['message']),_0xc890a4[_0x5e868c(0x1e6)](_0x5a9847[_0x5e868c(0x1ea)],undefined)?await _0xc890a4['lnMcD'](_0x51c658,JSON['stringify'](_0xc890a4[_0x5e868c(0x251)](_0xc890a4[_0x5e868c(0x251)](_0xc890a4[_0x5e868c(0x251)](_0xc890a4['khXQD'],'\x22'+_0x5a9847[_0x5e868c(0x1ea)]['text']+'\x22\x20'),_0xc890a4[_0x5e868c(0x259)]),_0x5a9847[_0x5e868c(0x21c)]['message'])),_0xc890a4[_0x5e868c(0x1e5)]):await _0xc890a4[_0x5e868c(0x1f9)](_0x51c658,JSON[_0x5e868c(0x1e8)](_0xc890a4[_0x5e868c(0x28a)](_0xc890a4[_0x5e868c(0x20d)],_0x5a9847['result'][_0x5e868c(0x23e)])),_0xc890a4[_0x5e868c(0x1e5)])):_0xc890a4[_0x5e868c(0x1e6)](_0x5a9847[_0x5e868c(0x1ea)],undefined)?await _0xc890a4['xAcMf'](_0x51c658,JSON[_0x5e868c(0x1e8)](_0xc890a4[_0x5e868c(0x26f)](_0xc890a4['raXRm'],'\x22'+_0x5a9847[_0x5e868c(0x1ea)][_0x5e868c(0x28b)]+'\x22')),_0xc890a4[_0x5e868c(0x252)]):await _0xc890a4[_0x5e868c(0x1f9)](_0x51c658,JSON[_0x5e868c(0x1e8)](_0xc890a4[_0x5e868c(0x242)]),_0xc890a4['giKLB']);}catch(_0x16f60f){logger[_0x5e868c(0x260)](_0x5e868c(0x234)+_0x16f60f);}_0xc890a4[_0x5e868c(0x23b)](_0x37320a);})['finally'](()=>_0x128702());});const a9_0x3923aa={};a9_0x3923aa[a9_0x4685c8(0x27e)]='bstack',a9_0x3923aa[a9_0x4685c8(0x261)]=0x7530,AfterAll(a9_0x3923aa,async function(_0x5bf139,_0x4e1131){const _0x30f421=a9_0x4685c8,_0xee5b07={'WGMcF':function(_0x1a03a0){return _0x1a03a0();},'jjspv':'Inside\x20browserstack\x20AfterAll'};logger[_0x30f421(0x260)](_0xee5b07['jjspv']),await new Promise(async _0x1ac608=>{await RequestQueueHandler['getInstance']()['shutdown'](),PerformanceTester['stopMonitoring'](),await global['driverCleanup'](),_0xee5b07['WGMcF'](_0x1ac608);});});
@@ -1 +1 @@
1
- const a10_0x56edcd=a10_0x3044;(function(_0x588af6,_0x23264a){const _0x7e09dc=a10_0x3044,_0x376411=_0x588af6();while(!![]){try{const _0x2c3786=-parseInt(_0x7e09dc(0x1f7))/0x1*(-parseInt(_0x7e09dc(0x1ee))/0x2)+parseInt(_0x7e09dc(0x1f9))/0x3+parseInt(_0x7e09dc(0x1e4))/0x4*(parseInt(_0x7e09dc(0x1fb))/0x5)+-parseInt(_0x7e09dc(0x1d0))/0x6*(parseInt(_0x7e09dc(0x1fe))/0x7)+-parseInt(_0x7e09dc(0x1df))/0x8+-parseInt(_0x7e09dc(0x1dc))/0x9+parseInt(_0x7e09dc(0x1ea))/0xa;if(_0x2c3786===_0x23264a)break;else _0x376411['push'](_0x376411['shift']());}catch(_0x27e737){_0x376411['push'](_0x376411['shift']());}}}(a10_0x4d25,0x81103));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require('../../helpers/helper'),setKeepAlive=require(a10_0x56edcd(0x1d7)),cucumberModule=requireModule(a10_0x56edcd(0x1d8),a10_0x56edcd(0x200)),logger=require(a10_0x56edcd(0x1f0))['winstonLogger'];modifyCommand(),setKeepAlive();const Before=cucumberModule[a10_0x56edcd(0x1ef)],After=cucumberModule[a10_0x56edcd(0x1f1)],configuration=process[a10_0x56edcd(0x1cf)]['CONFIG'];function a10_0x3044(_0x2c6573,_0x622730){const _0x4d2599=a10_0x4d25();return a10_0x3044=function(_0x3044fe,_0x38cef4){_0x3044fe=_0x3044fe-0x1cc;let _0x330f95=_0x4d2599[_0x3044fe];return _0x330f95;},a10_0x3044(_0x2c6573,_0x622730);}if(configuration!==undefined){const config=JSON[a10_0x56edcd(0x1db)](configuration);isTrue(config['skipSessionName'])&&(global[a10_0x56edcd(0x1f6)]=!![]),global[a10_0x56edcd(0x1f8)]=isTrue(config[a10_0x56edcd(0x1e6)]),require(a10_0x56edcd(0x1e9))[a10_0x56edcd(0x1d1)](config),global[a10_0x56edcd(0x1fd)]=config[a10_0x56edcd(0x1da)]||{};}global[a10_0x56edcd(0x1d2)]=0x0;const __setDefaultTimeout=cucumberModule[a10_0x56edcd(0x1ec)];cucumberModule[a10_0x56edcd(0x1ec)]=_0x50b11d=>{const _0x436a4b=a10_0x56edcd,_0x50e978={'tKsHW':function(_0x1d039e,_0x2789c5){return _0x1d039e(_0x2789c5);}};global[_0x436a4b(0x1d2)]=_0x50b11d,_0x50e978[_0x436a4b(0x1f2)](__setDefaultTimeout,_0x50b11d);};const a10_0x47bb18={};function a10_0x4d25(){const _0x53569c=['CsboA','skipSessionStatus','Inside\x20browserstack\x20After','bLzzf','../../index','13653070SYcTqC','EfPsF','setDefaultTimeout','result','181920vZCnqL','Before','../../helpers/logger','After','tKsHW','bstack','then','toLowerCase','__skipSessionName','1UoIjXa','__skipSessionStatus','425235jpHMiY','Inside\x20browserstack\x20Before','1226115WIxcdS','timeout','__platformCaps','819ygIgOj','UWbDM','cucumber','Error:\x20quiting\x20at\x20After:\x20','executeScript','debug','env','16914wmTbhS','browserstackAgentV2','__timeout','initQuit','join','__error_messages__','__driver','../../helpers/setKeepAlive','cucumber/lib/index.js','\x22}}','platformCaps','parse','956979HvgnpI','JaGfE','session_','7027504GaCLYP','VgHQA','Error:\x20setting\x20status\x20at\x20After:\x20','name','RlGGM','4rBnbGY'];a10_0x4d25=function(){return _0x53569c;};return a10_0x4d25();}a10_0x47bb18['name']=a10_0x56edcd(0x1f3),Before(a10_0x47bb18,function(){const _0x2ceeb6=a10_0x56edcd,_0x309011={};_0x309011[_0x2ceeb6(0x1e8)]=_0x2ceeb6(0x1fa);const _0xef6370=_0x309011;logger[_0x2ceeb6(0x1ce)](_0xef6370['bLzzf']),global[_0x2ceeb6(0x1d5)]=[];});const a10_0x381c03={};a10_0x381c03[a10_0x56edcd(0x1e2)]='bstack',a10_0x381c03[a10_0x56edcd(0x1fc)]=0x2710,After(a10_0x381c03,function(_0x27b234,_0x4a007d){const _0x3be4a6=a10_0x56edcd,_0x111f02={'QOMFA':function(_0x3f9368,_0x5ba2b1){return _0x3f9368===_0x5ba2b1;},'RlGGM':'failed','JaGfE':function(_0x3d19f5,_0x500f9e,_0x5b64a3,_0x361cd4){return _0x3d19f5(_0x500f9e,_0x5b64a3,_0x361cd4);},'skWTY':'\x20|\x20','pMauf':function(_0xde8a,_0x597d85,_0x4367ac){return _0xde8a(_0x597d85,_0x4367ac);},'EfPsF':'passed','VgHQA':function(_0x3fdef9){return _0x3fdef9();},'CsboA':function(_0x296bd9,_0xe1c809){return _0x296bd9(_0xe1c809);},'UWbDM':function(_0x2df904){return _0x2df904();},'kCiwx':_0x3be4a6(0x1e7)};logger[_0x3be4a6(0x1ce)](_0x111f02['kCiwx']),new Promise(async(_0x47ac61,_0x3572af)=>{const _0x685fcf=_0x3be4a6;let _0x20a226=![];try{await global[_0x685fcf(0x1d6)][_0x685fcf(0x1de)],_0x20a226=!![],!global[_0x685fcf(0x1f6)]&&await global[_0x685fcf(0x1d6)][_0x685fcf(0x1cd)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x27b234['pickle'][_0x685fcf(0x1e2)]+_0x685fcf(0x1d9)),_0x111f02['QOMFA'](_0x27b234[_0x685fcf(0x1ed)]['status'][_0x685fcf(0x1f5)](),_0x111f02['RlGGM'])?await _0x111f02[_0x685fcf(0x1dd)](markSessionStatus,global[_0x685fcf(0x1d6)],_0x111f02[_0x685fcf(0x1e3)],global[_0x685fcf(0x1d5)][_0x685fcf(0x1d4)](_0x111f02['skWTY'])):await _0x111f02['pMauf'](markSessionStatus,global[_0x685fcf(0x1d6)],_0x111f02[_0x685fcf(0x1eb)]);}catch(_0x1f176c){logger[_0x685fcf(0x1ce)](_0x685fcf(0x1e1)+_0x1f176c);}if(_0x20a226)try{await global[_0x685fcf(0x1d6)][_0x685fcf(0x1d3)](),_0x111f02[_0x685fcf(0x1e0)](_0x47ac61);}catch(_0x1cf0a6){logger[_0x685fcf(0x1ce)](_0x685fcf(0x1cc)+_0x1cf0a6),_0x111f02[_0x685fcf(0x1e5)](_0x3572af,_0x1cf0a6);}else _0x111f02[_0x685fcf(0x1ff)](_0x3572af);})[_0x3be4a6(0x1f4)](()=>_0x4a007d());});
1
+ const a10_0x5ccb5a=a10_0xe74f;(function(_0x5e6132,_0x51456f){const _0x512d60=a10_0xe74f,_0x16a867=_0x5e6132();while(!![]){try{const _0x28ee8a=parseInt(_0x512d60(0x146))/0x1*(parseInt(_0x512d60(0x13a))/0x2)+-parseInt(_0x512d60(0x12c))/0x3*(parseInt(_0x512d60(0x141))/0x4)+-parseInt(_0x512d60(0x10d))/0x5+parseInt(_0x512d60(0x11a))/0x6*(-parseInt(_0x512d60(0x11d))/0x7)+-parseInt(_0x512d60(0x12a))/0x8+parseInt(_0x512d60(0x144))/0x9*(parseInt(_0x512d60(0x121))/0xa)+parseInt(_0x512d60(0x112))/0xb;if(_0x28ee8a===_0x51456f)break;else _0x16a867['push'](_0x16a867['shift']());}catch(_0xd0679b){_0x16a867['push'](_0x16a867['shift']());}}}(a10_0x14f4,0xf2883));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x5ccb5a(0x116)),setKeepAlive=require(a10_0x5ccb5a(0x11b)),cucumberModule=requireModule(a10_0x5ccb5a(0x11c),a10_0x5ccb5a(0x12e)),logger=require(a10_0x5ccb5a(0x11f))[a10_0x5ccb5a(0x138)];modifyCommand(),setKeepAlive();const Before=cucumberModule[a10_0x5ccb5a(0x129)],After=cucumberModule[a10_0x5ccb5a(0x120)],configuration=process['env'][a10_0x5ccb5a(0x13c)];if(configuration!==undefined){const config=JSON[a10_0x5ccb5a(0x136)](configuration);isTrue(config[a10_0x5ccb5a(0x145)])&&(global[a10_0x5ccb5a(0x13d)]=!![]),global[a10_0x5ccb5a(0x135)]=isTrue(config['skipSessionStatus']),require(a10_0x5ccb5a(0x137))[a10_0x5ccb5a(0x12f)](config),global[a10_0x5ccb5a(0x12b)]=config['platformCaps']||{};}global[a10_0x5ccb5a(0x132)]=0x0;const __setDefaultTimeout=cucumberModule[a10_0x5ccb5a(0x123)];cucumberModule[a10_0x5ccb5a(0x123)]=_0x19e0ab=>{const _0x11cfd2=a10_0x5ccb5a,_0x58ea18={'KIjdt':function(_0xb20274,_0x20ccd9){return _0xb20274(_0x20ccd9);}};global[_0x11cfd2(0x132)]=_0x19e0ab,_0x58ea18[_0x11cfd2(0x122)](__setDefaultTimeout,_0x19e0ab);};const a10_0x31dce1={};a10_0x31dce1[a10_0x5ccb5a(0x148)]=a10_0x5ccb5a(0x13b),Before(a10_0x31dce1,function(){const _0x17ca87=a10_0x5ccb5a,_0x65c34={};_0x65c34[_0x17ca87(0x10f)]=_0x17ca87(0x140);const _0x55a166=_0x65c34;logger[_0x17ca87(0x113)](_0x55a166[_0x17ca87(0x10f)]),global[_0x17ca87(0x142)]=[];});const a10_0x48d26c={};function a10_0x14f4(){const _0x299d69=['../../helpers/logger','After','147410pJCTVb','KIjdt','setDefaultTimeout','passed','status','Error:\x20quiting\x20at\x20After:\x20','VhODG','lNEmm','Before','6425032GnimdH','__platformCaps','3519303uKXUMj','wBGNc','cucumber','browserstackAgentV2','toLowerCase','OnZhB','__timeout','__driver','\x20|\x20','__skipSessionStatus','parse','../../index','winstonLogger','njoci','26wkPfzl','bstack','CONFIG','__skipSessionName','\x22}}','session_','Inside\x20browserstack\x20Before','4nrAbEI','__error_messages__','NDnSu','963ELbvEl','skipSessionName','53123jlPpHT','executeScript','name','4278540rWlGjk','oCmPE','OwgLY','pickle','failed','32387817UJTaDR','debug','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','Inside\x20browserstack\x20After','../../helpers/helper','timeout','result','initQuit','12RwPWaJ','../../helpers/setKeepAlive','cucumber/lib/index.js','4854094cbHJeV','then'];a10_0x14f4=function(){return _0x299d69;};return a10_0x14f4();}function a10_0xe74f(_0x4baca0,_0x59b26e){const _0x14f4d8=a10_0x14f4();return a10_0xe74f=function(_0xe74f8b,_0x482038){_0xe74f8b=_0xe74f8b-0x10d;let _0x3065bc=_0x14f4d8[_0xe74f8b];return _0x3065bc;},a10_0xe74f(_0x4baca0,_0x59b26e);}a10_0x48d26c[a10_0x5ccb5a(0x148)]=a10_0x5ccb5a(0x13b),a10_0x48d26c[a10_0x5ccb5a(0x117)]=0x2710,After(a10_0x48d26c,function(_0x3b6816,_0xf5eec7){const _0x1f0793=a10_0x5ccb5a,_0x2b3a71={'VhODG':function(_0x195483,_0x3c88a2){return _0x195483===_0x3c88a2;},'nDAfz':_0x1f0793(0x111),'NDnSu':function(_0x180276,_0x7eae95,_0x3aacb2,_0x2963a9){return _0x180276(_0x7eae95,_0x3aacb2,_0x2963a9);},'dGPcp':_0x1f0793(0x134),'njoci':function(_0x1fa033,_0x179ff4,_0xfe3eb0){return _0x1fa033(_0x179ff4,_0xfe3eb0);},'lNEmm':_0x1f0793(0x124),'OnZhB':function(_0x17810f){return _0x17810f();},'oCmPE':function(_0x46de0e,_0x4e8e4b){return _0x46de0e(_0x4e8e4b);},'wBGNc':_0x1f0793(0x115)};logger[_0x1f0793(0x113)](_0x2b3a71[_0x1f0793(0x12d)]),new Promise(async(_0x4813f2,_0x2e5fcb)=>{const _0x1dc60e=_0x1f0793;let _0x55a0dc=![];try{await global[_0x1dc60e(0x133)][_0x1dc60e(0x13f)],_0x55a0dc=!![],!global[_0x1dc60e(0x13d)]&&await global['__driver'][_0x1dc60e(0x147)](_0x1dc60e(0x114)+_0x3b6816[_0x1dc60e(0x110)][_0x1dc60e(0x148)]+_0x1dc60e(0x13e)),_0x2b3a71[_0x1dc60e(0x127)](_0x3b6816[_0x1dc60e(0x118)][_0x1dc60e(0x125)][_0x1dc60e(0x130)](),_0x2b3a71['nDAfz'])?await _0x2b3a71[_0x1dc60e(0x143)](markSessionStatus,global[_0x1dc60e(0x133)],_0x2b3a71['nDAfz'],global[_0x1dc60e(0x142)]['join'](_0x2b3a71['dGPcp'])):await _0x2b3a71[_0x1dc60e(0x139)](markSessionStatus,global[_0x1dc60e(0x133)],_0x2b3a71[_0x1dc60e(0x128)]);}catch(_0x1ec17b){logger[_0x1dc60e(0x113)]('Error:\x20setting\x20status\x20at\x20After:\x20'+_0x1ec17b);}if(_0x55a0dc)try{await global[_0x1dc60e(0x133)][_0x1dc60e(0x119)](),_0x2b3a71[_0x1dc60e(0x131)](_0x4813f2);}catch(_0x4268df){logger[_0x1dc60e(0x113)](_0x1dc60e(0x126)+_0x4268df),_0x2b3a71[_0x1dc60e(0x10e)](_0x2e5fcb,_0x4268df);}else _0x2b3a71[_0x1dc60e(0x131)](_0x2e5fcb);})[_0x1f0793(0x11e)](()=>_0xf5eec7());});
@@ -1 +1 @@
1
- function a11_0x456f(){const _0xe328e9=['927270iEOAUx','6YDddYT','setDefaultTimeout','158185BfRrzt','__timeout','422996dHnfUc','cucumber/lib/index.js','1707310ssugGb','BSTACK_DELTA','2297896yUAltN','3AGwatr','1005112ZxFzgM','9XCyoek','3PrImwh','../utils/constants','2781772wLPcEH','@cucumber/cucumber/lib/index.js'];a11_0x456f=function(){return _0xe328e9;};return a11_0x456f();}const a11_0x3ea46f=a11_0x1d46;(function(_0xabde5c,_0x82e38f){const _0x41b959=a11_0x1d46,_0x1505d0=_0xabde5c();while(!![]){try{const _0x309c39=parseInt(_0x41b959(0x14a))/0x1*(parseInt(_0x41b959(0x156))/0x2)+-parseInt(_0x41b959(0x14d))/0x3*(parseInt(_0x41b959(0x14b))/0x4)+-parseInt(_0x41b959(0x154))/0x5*(-parseInt(_0x41b959(0x152))/0x6)+-parseInt(_0x41b959(0x14f))/0x7+parseInt(_0x41b959(0x149))/0x8*(parseInt(_0x41b959(0x14c))/0x9)+-parseInt(_0x41b959(0x151))/0xa+parseInt(_0x41b959(0x158))/0xb;if(_0x309c39===_0x82e38f)break;else _0x1505d0['push'](_0x1505d0['shift']());}catch(_0x50753b){_0x1505d0['push'](_0x1505d0['shift']());}}}(a11_0x456f,0x59a49));const {requireModule}=require('../../helpers/helper'),constants=require(a11_0x3ea46f(0x14e));;function a11_0x1d46(_0x466055,_0x1a5a4b){const _0x456f36=a11_0x456f();return a11_0x1d46=function(_0x1d460a,_0x5d43c9){_0x1d460a=_0x1d460a-0x149;let _0x5360e6=_0x456f36[_0x1d460a];return _0x5360e6;},a11_0x1d46(_0x466055,_0x1a5a4b);}let cucumberModule=null;try{cucumberModule=requireModule(a11_0x3ea46f(0x150),'@cucumber/cucumber');}catch(a11_0x50b393){cucumberModule=requireModule(a11_0x3ea46f(0x157),'cucumber');}cucumberModule[a11_0x3ea46f(0x153)](constants[a11_0x3ea46f(0x159)]+global[a11_0x3ea46f(0x155)]*0x1);
1
+ const a11_0x20b794=a11_0x43fc;function a11_0x5b92(){const _0x261657=['7110688WNkHZu','../../helpers/helper','BSTACK_DELTA','cucumber/lib/index.js','6RZvvfY','@cucumber/cucumber','1086108MNYzjb','3727073XeaKYG','cucumber','30231CtMKCJ','1041395CNNkfX','4622YhQhsl','__timeout','@cucumber/cucumber/lib/index.js','726JlSMgP','3510sXgDpe','2476885TiPFRC'];a11_0x5b92=function(){return _0x261657;};return a11_0x5b92();}(function(_0x395cad,_0x3f6757){const _0x292786=a11_0x43fc,_0x37398b=_0x395cad();while(!![]){try{const _0xe39ba=-parseInt(_0x292786(0x172))/0x1+parseInt(_0x292786(0x173))/0x2*(parseInt(_0x292786(0x176))/0x3)+-parseInt(_0x292786(0x16e))/0x4+parseInt(_0x292786(0x178))/0x5+-parseInt(_0x292786(0x16c))/0x6*(-parseInt(_0x292786(0x16f))/0x7)+-parseInt(_0x292786(0x179))/0x8+-parseInt(_0x292786(0x171))/0x9*(-parseInt(_0x292786(0x177))/0xa);if(_0xe39ba===_0x3f6757)break;else _0x37398b['push'](_0x37398b['shift']());}catch(_0x3d7c25){_0x37398b['push'](_0x37398b['shift']());}}}(a11_0x5b92,0x89c69));function a11_0x43fc(_0x314e58,_0xac5d5f){const _0x5b927c=a11_0x5b92();return a11_0x43fc=function(_0x43fcab,_0x407202){_0x43fcab=_0x43fcab-0x169;let _0x36bc56=_0x5b927c[_0x43fcab];return _0x36bc56;},a11_0x43fc(_0x314e58,_0xac5d5f);}const {requireModule}=require(a11_0x20b794(0x169)),constants=require('../utils/constants');;let cucumberModule=null;try{cucumberModule=requireModule(a11_0x20b794(0x175),a11_0x20b794(0x16d));}catch(a11_0x13c6ef){cucumberModule=requireModule(a11_0x20b794(0x16b),a11_0x20b794(0x170));}cucumberModule['setDefaultTimeout'](constants[a11_0x20b794(0x16a)]+global[a11_0x20b794(0x174)]*0x1);
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a12_0x522684=a12_0x5daa;(function(_0x50f510,_0x1e157f){const _0x4efa67=a12_0x5daa,_0x1d2aaf=_0x50f510();while(!![]){try{const _0x751f18=parseInt(_0x4efa67(0xc5))/0x1*(-parseInt(_0x4efa67(0x9c))/0x2)+parseInt(_0x4efa67(0xac))/0x3+-parseInt(_0x4efa67(0x92))/0x4+parseInt(_0x4efa67(0xc3))/0x5*(parseInt(_0x4efa67(0xb1))/0x6)+parseInt(_0x4efa67(0x91))/0x7*(-parseInt(_0x4efa67(0xb4))/0x8)+parseInt(_0x4efa67(0xa2))/0x9*(parseInt(_0x4efa67(0xa1))/0xa)+-parseInt(_0x4efa67(0xa3))/0xb*(-parseInt(_0x4efa67(0xb6))/0xc);if(_0x751f18===_0x1e157f)break;else _0x1d2aaf['push'](_0x1d2aaf['shift']());}catch(_0x1f4960){_0x1d2aaf['push'](_0x1d2aaf['shift']());}}}(a12_0x1403,0x99633));function a12_0x1403(){const _0x5e3264=['browserStackLocalOptions','protocol','hosts','split','iQXMR','help','../../helpers/helper','Kaupq','7yLiKtt','920692uaRjBb','hostname','string','443','qgEDB','CVELQ','map','kLLSY','describe','bstackAccessKey','3562xRanfx','NdeWB','info','accessKey','epilogue','10bIBgPu','2697066Mxdkfa','4441591XQvCuf','usage','https','BrowserStack\x20access\x20key\x20missing.','integrations-repeater','Hosts\x20not\x20valid','Failed\x20to\x20establish\x20connection.','exports','type','3548250VmSvtg','connect','nJTAZ','lFXwg','bstackAccesskey','3615342vcclFU','trim','undefined','3339624buzKZq','BHnbd','12bvPLIA','root','port','../../helpers/logger','error','XGVBD','url','every','config','only','command','setupBrowserstackLocal','setProxySettings','5JTTlfp','Connection\x20established\x20successfully.','681ekKHLc','options','tlCIZ','toString','missing','yunTI','demandCommand','bstack-accesskey'];a12_0x1403=function(){return _0x5e3264;};return a12_0x1403();}function a12_0x5daa(_0xb27f8a,_0x5395c6){const _0x1403ed=a12_0x1403();return a12_0x5daa=function(_0x5daad4,_0x2bd0c4){_0x5daad4=_0x5daad4-0x8a;let _0x14ef0c=_0x1403ed[_0x5daad4];return _0x14ef0c;},a12_0x5daa(_0xb27f8a,_0x5395c6);}const {default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),logger=require(a12_0x522684(0xb9))['winstonLogger'],{URL}=require(a12_0x522684(0xbc)),helper=require(a12_0x522684(0x8f)),{HELP_MESSAGES,ERROR_MESSAGES}=require('./constants'),validHosts=function(_0x8259a4){const _0x2bd2f8=a12_0x522684;return _0x8259a4['split'](',')[_0x2bd2f8(0xbd)](_0x397754=>{const _0x138d96=_0x2bd2f8;try{new URL(_0x397754[_0x138d96(0xb2)]());}catch(_0x5426b3){return![];}return!![];});},parseOnPremHosts=function(_0x1f0f61){const _0x86d170=a12_0x522684,_0x9efbd={};_0x9efbd['jBzeB']=function(_0x45f0e4,_0x92e50d){return _0x45f0e4===_0x92e50d;},_0x9efbd[_0x86d170(0x9d)]='https:',_0x9efbd['tlCIZ']=_0x86d170(0x95),_0x9efbd['nJTAZ']=function(_0x42cb31,_0x2397e2){return _0x42cb31===_0x2397e2;},_0x9efbd['DHeJO']=_0x86d170(0xa5);const _0x12624c=_0x9efbd;return _0x1f0f61[_0x86d170(0x8c)](',')[_0x86d170(0x98)](_0x5f1d4c=>{const _0x5f2bc4=_0x86d170,_0x5c7f7f=new URL(_0x5f1d4c[_0x5f2bc4(0xb2)]()),_0x2d5103=_0x5c7f7f[_0x5f2bc4(0x93)],_0x48d40c=_0x5c7f7f[_0x5f2bc4(0xb8)]||(_0x12624c['jBzeB'](_0x5c7f7f[_0x5f2bc4(0x8a)],_0x12624c[_0x5f2bc4(0x9d)])?_0x12624c[_0x5f2bc4(0xc7)]:'80'),_0x1b1492=_0x5c7f7f[_0x5f2bc4(0x8a)]['replace'](':',''),_0x4b9ea8=_0x12624c[_0x5f2bc4(0xae)](_0x1b1492,_0x12624c['DHeJO'])?0x1:0x0;return _0x2d5103+','+_0x48d40c+','+_0x4b9ea8;});},connectCommandBuilder=function(_0x4dc961){const _0x2ce241=a12_0x522684,_0xe61fad={};_0xe61fad[_0x2ce241(0xaf)]=_0x2ce241(0x94);const _0x2cff11=_0xe61fad,_0x28a949={};_0x28a949['describe']=HELP_MESSAGES['options']['bstackAccessKey'],_0x28a949[_0x2ce241(0xab)]=_0x2cff11[_0x2ce241(0xaf)];const _0x1f9214={};_0x1f9214[_0x2ce241(0x9a)]=HELP_MESSAGES[_0x2ce241(0xc6)][_0x2ce241(0x8b)],_0x1f9214[_0x2ce241(0xab)]=_0x2cff11[_0x2ce241(0xaf)],_0x1f9214['demandOption']=!![];const _0x371d0d={};return _0x371d0d[_0x2ce241(0xcc)]=_0x28a949,_0x371d0d[_0x2ce241(0x8b)]=_0x1f9214,_0x4dc961[_0x2ce241(0xc6)](_0x371d0d);},connectCommandHandler=async function(_0x2d4bb1){const _0xf329f9=a12_0x522684,_0x31ca49={'BHnbd':'integrations','hcquw':function(_0x4d3971,_0x368939){return _0x4d3971===_0x368939;},'kLLSY':_0xf329f9(0xb3),'yunTI':_0xf329f9(0xa6),'qgEDB':function(_0x639872,_0x20753a){return _0x639872===_0x20753a;},'Kaupq':'Integration\x20hosts\x20missing.','CVELQ':function(_0x298521,_0x2cdfa1){return _0x298521(_0x2cdfa1);},'cUUzj':_0xf329f9(0xa8),'XGVBD':_0xf329f9(0xa7),'KcmxS':_0xf329f9(0xc4),'iQXMR':_0xf329f9(0xa9)};try{const _0x4b7ab0=new BrowserStackSetup(_0x2d4bb1,_0x31ca49[_0xf329f9(0xb5)]);_0x2d4bb1[_0xf329f9(0xb0)]&&(_0x4b7ab0[_0xf329f9(0xbe)][_0xf329f9(0x9f)]=_0x2d4bb1[_0xf329f9(0xb0)]);if(_0x31ca49['hcquw'](typeof _0x4b7ab0[_0xf329f9(0xbe)][_0xf329f9(0x9f)],_0x31ca49[_0xf329f9(0x99)])){logger[_0xf329f9(0xba)](_0x31ca49[_0xf329f9(0xca)]);throw new Error(ERROR_MESSAGES[_0xf329f9(0x9b)][_0xf329f9(0xc9)]);}const _0x47001c=_0x2d4bb1['hosts'];if(_0x31ca49[_0xf329f9(0x96)](typeof _0x47001c,_0x31ca49[_0xf329f9(0x99)])){logger[_0xf329f9(0xba)](_0x31ca49[_0xf329f9(0x90)]);throw new Error(ERROR_MESSAGES[_0xf329f9(0x8b)]['missing']);}if(!_0x31ca49[_0xf329f9(0x97)](validHosts,_0x47001c)){logger[_0xf329f9(0xba)](_0x31ca49['cUUzj']);throw new Error(ERROR_MESSAGES[_0xf329f9(0x8b)]['invalid']);}const _0x2bcb2b=_0x31ca49['CVELQ'](parseOnPremHosts,_0x47001c);_0x4b7ab0['config']['browserstackLocal']=!![],_0x4b7ab0[_0xf329f9(0xbe)][_0xf329f9(0xcd)]['localIdentifier']=_0x31ca49[_0xf329f9(0xbb)],_0x4b7ab0['config'][_0xf329f9(0xcd)][_0xf329f9(0xbf)]=_0x2bcb2b['join'](','),helper[_0xf329f9(0xc2)](_0x4b7ab0[_0xf329f9(0xbe)]),await _0x4b7ab0[_0xf329f9(0xc1)](),logger[_0xf329f9(0x9e)](_0x31ca49['KcmxS']);}catch(_0x1411ed){logger[_0xf329f9(0xba)](_0x31ca49[_0xf329f9(0x8d)]);throw new Error(_0x1411ed[_0xf329f9(0xc8)]());}};function run(_0x4c059c){const _0x4be346=a12_0x522684,_0x166b71={};_0x166b71['mYmil']='connect',_0x166b71['iIKCJ']=_0x4be346(0x8e);const _0x1aa483=_0x166b71;_0x4c059c[_0x4be346(0xa4)](HELP_MESSAGES[_0x4be346(0xc0)][_0x4be346(0xb7)])[_0x4be346(0xc0)](_0x1aa483['mYmil'],HELP_MESSAGES[_0x4be346(0xc0)][_0x4be346(0xad)],connectCommandBuilder,connectCommandHandler)[_0x4be346(0xcb)]()[_0x4be346(0x8e)](_0x1aa483['iIKCJ'])[_0x4be346(0xa0)](HELP_MESSAGES[_0x4be346(0xc0)]['footer']);}module[a12_0x522684(0xaa)]=run;
2
+ 'use strict';const a12_0x10ede0=a12_0x45c9;(function(_0xffab82,_0x4f00ce){const _0x2aa29b=a12_0x45c9,_0x37642e=_0xffab82();while(!![]){try{const _0x85c459=parseInt(_0x2aa29b(0x16e))/0x1*(-parseInt(_0x2aa29b(0x172))/0x2)+-parseInt(_0x2aa29b(0x1ac))/0x3*(-parseInt(_0x2aa29b(0x1a5))/0x4)+parseInt(_0x2aa29b(0x1a7))/0x5*(parseInt(_0x2aa29b(0x168))/0x6)+-parseInt(_0x2aa29b(0x160))/0x7+-parseInt(_0x2aa29b(0x1a0))/0x8*(-parseInt(_0x2aa29b(0x189))/0x9)+parseInt(_0x2aa29b(0x1a8))/0xa+parseInt(_0x2aa29b(0x182))/0xb*(-parseInt(_0x2aa29b(0x164))/0xc);if(_0x85c459===_0x4f00ce)break;else _0x37642e['push'](_0x37642e['shift']());}catch(_0x5d212d){_0x37642e['push'](_0x37642e['shift']());}}}(a12_0x13ec,0x9be6a));const {default:BrowserStackSetup}=require(a12_0x10ede0(0x1af)),logger=require(a12_0x10ede0(0x194))[a12_0x10ede0(0x187)],{URL}=require('url'),helper=require(a12_0x10ede0(0x163)),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x10ede0(0x18a)),validHosts=function(_0x43759f){const _0x64b7aa=a12_0x10ede0;return _0x43759f[_0x64b7aa(0x19a)](',')[_0x64b7aa(0x185)](_0x31392b=>{const _0x569068=_0x64b7aa;try{new URL(_0x31392b[_0x569068(0x167)]());}catch(_0x3fe2a4){return![];}return!![];});},parseOnPremHosts=function(_0x2a13ec){const _0xe9f129=a12_0x10ede0,_0x487623={};_0x487623[_0xe9f129(0x170)]=function(_0x13ccb3,_0x274320){return _0x13ccb3===_0x274320;},_0x487623[_0xe9f129(0x1a6)]='https:',_0x487623[_0xe9f129(0x162)]=_0xe9f129(0x19e),_0x487623[_0xe9f129(0x1a1)]=function(_0x35b593,_0x26a235){return _0x35b593===_0x26a235;},_0x487623[_0xe9f129(0x19c)]='https';const _0x3e828a=_0x487623;return _0x2a13ec['split'](',')[_0xe9f129(0x1ad)](_0x4bf606=>{const _0x305e0f=_0xe9f129,_0x5e6bc5=new URL(_0x4bf606[_0x305e0f(0x167)]()),_0x96c499=_0x5e6bc5[_0x305e0f(0x183)],_0x472ad0=_0x5e6bc5[_0x305e0f(0x18f)]||(_0x3e828a[_0x305e0f(0x170)](_0x5e6bc5[_0x305e0f(0x1a3)],_0x3e828a[_0x305e0f(0x1a6)])?_0x3e828a[_0x305e0f(0x162)]:'80'),_0x5c7c7a=_0x5e6bc5[_0x305e0f(0x1a3)][_0x305e0f(0x174)](':',''),_0x40fd7d=_0x3e828a[_0x305e0f(0x1a1)](_0x5c7c7a,_0x3e828a['uADDf'])?0x1:0x0;return _0x96c499+','+_0x472ad0+','+_0x40fd7d;});},connectCommandBuilder=function(_0x4d94f2){const _0x179c95=a12_0x10ede0,_0x1c5394={};_0x1c5394['UVMoy']=_0x179c95(0x17c);const _0x22af6c=_0x1c5394,_0x41db5f={};_0x41db5f['describe']=HELP_MESSAGES['options'][_0x179c95(0x178)],_0x41db5f[_0x179c95(0x19f)]=_0x22af6c['UVMoy'];const _0x2cb7e5={};_0x2cb7e5[_0x179c95(0x169)]=HELP_MESSAGES[_0x179c95(0x175)][_0x179c95(0x18d)],_0x2cb7e5[_0x179c95(0x19f)]=_0x22af6c[_0x179c95(0x179)],_0x2cb7e5[_0x179c95(0x16d)]=!![];const _0x58b243={};return _0x58b243[_0x179c95(0x181)]=_0x41db5f,_0x58b243[_0x179c95(0x18d)]=_0x2cb7e5,_0x4d94f2[_0x179c95(0x175)](_0x58b243);},connectCommandHandler=async function(_0x595bd9){const _0x98de67=a12_0x10ede0,_0x1399b3={'dYDCl':_0x98de67(0x192),'RLZZZ':function(_0x9163b4,_0x5ad17e){return _0x9163b4===_0x5ad17e;},'TiFnh':_0x98de67(0x186),'wanvj':_0x98de67(0x19b),'fzkSS':function(_0x148aa0,_0x395e25){return _0x148aa0===_0x395e25;},'Fwhua':_0x98de67(0x16f),'ZiCzt':function(_0x140071,_0x5bff13){return _0x140071(_0x5bff13);},'TKFuT':_0x98de67(0x188),'RQwqj':function(_0x7a518,_0x25c0f8){return _0x7a518(_0x25c0f8);},'ZBlvi':_0x98de67(0x193),'MoZks':_0x98de67(0x1a4),'YwHOb':_0x98de67(0x16b)};try{const _0x13d871=new BrowserStackSetup(_0x595bd9,_0x1399b3[_0x98de67(0x16a)]);_0x595bd9[_0x98de67(0x1aa)]&&(_0x13d871[_0x98de67(0x17a)][_0x98de67(0x176)]=_0x595bd9[_0x98de67(0x1aa)]);if(_0x1399b3[_0x98de67(0x196)](typeof _0x13d871['config'][_0x98de67(0x176)],_0x1399b3['TiFnh'])){logger[_0x98de67(0x18b)](_0x1399b3['wanvj']);throw new Error(ERROR_MESSAGES[_0x98de67(0x178)][_0x98de67(0x18e)]);}const _0x20a458=_0x595bd9['hosts'];if(_0x1399b3[_0x98de67(0x195)](typeof _0x20a458,_0x1399b3[_0x98de67(0x17f)])){logger['error'](_0x1399b3['Fwhua']);throw new Error(ERROR_MESSAGES['hosts'][_0x98de67(0x18e)]);}if(!_0x1399b3[_0x98de67(0x17d)](validHosts,_0x20a458)){logger[_0x98de67(0x18b)](_0x1399b3['TKFuT']);throw new Error(ERROR_MESSAGES[_0x98de67(0x18d)]['invalid']);}const _0x5a184e=_0x1399b3[_0x98de67(0x17e)](parseOnPremHosts,_0x20a458);_0x13d871[_0x98de67(0x17a)][_0x98de67(0x1b0)]=!![],_0x13d871[_0x98de67(0x17a)]['browserStackLocalOptions'][_0x98de67(0x191)]=_0x1399b3[_0x98de67(0x173)],_0x13d871['config'][_0x98de67(0x180)][_0x98de67(0x198)]=_0x5a184e[_0x98de67(0x199)](','),helper[_0x98de67(0x19d)](_0x13d871['config']),await _0x13d871[_0x98de67(0x17b)](),logger[_0x98de67(0x177)](_0x1399b3['MoZks']);}catch(_0xe018fe){logger['error'](_0x1399b3[_0x98de67(0x161)]);throw new Error(_0xe018fe[_0x98de67(0x1ae)]());}};function a12_0x13ec(){const _0x415fe1=['Hosts\x20not\x20valid','36qrIddb','./constants','error','help','hosts','missing','port','exports','localIdentifier','integrations','integrations-repeater','../../helpers/logger','fzkSS','RLZZZ','command','only','join','split','BrowserStack\x20access\x20key\x20missing.','uADDf','setProxySettings','443','type','2493416AJIxbJ','oipwF','XBJFH','protocol','Connection\x20established\x20successfully.','116srPySN','ZFpYw','1246325JqODQa','161180NdCVbA','usage','bstackAccesskey','connect','108219pRYtLT','map','toString','../../helpers/BrowserStackSetup','browserstackLocal','1976338ZFpbBF','YwHOb','AKXSM','../../helpers/helper','11608656MPAkaE','epilogue','root','trim','6Yvfvjj','describe','dYDCl','Failed\x20to\x20establish\x20connection.','iBaif','demandOption','334958TMqyYD','Integration\x20hosts\x20missing.','WqpnN','demandCommand','4NbkOCj','ZBlvi','replace','options','accessKey','info','bstackAccessKey','UVMoy','config','setupBrowserstackLocal','string','ZiCzt','RQwqj','TiFnh','browserStackLocalOptions','bstack-accesskey','11uhYNSu','hostname','footer','every','undefined','winstonLogger'];a12_0x13ec=function(){return _0x415fe1;};return a12_0x13ec();}function a12_0x45c9(_0x126193,_0x15ebe1){const _0x13ecfd=a12_0x13ec();return a12_0x45c9=function(_0x45c90c,_0x3a3eb8){_0x45c90c=_0x45c90c-0x160;let _0x4bc15a=_0x13ecfd[_0x45c90c];return _0x4bc15a;},a12_0x45c9(_0x126193,_0x15ebe1);}function run(_0x2254a1){const _0x432f25=a12_0x10ede0,_0x3af274={};_0x3af274[_0x432f25(0x16c)]=_0x432f25(0x1ab),_0x3af274[_0x432f25(0x1a2)]=_0x432f25(0x18c);const _0xe9ac6=_0x3af274;_0x2254a1[_0x432f25(0x1a9)](HELP_MESSAGES[_0x432f25(0x197)][_0x432f25(0x166)])[_0x432f25(0x197)](_0xe9ac6[_0x432f25(0x16c)],HELP_MESSAGES[_0x432f25(0x197)][_0x432f25(0x1ab)],connectCommandBuilder,connectCommandHandler)[_0x432f25(0x171)]()[_0x432f25(0x18c)](_0xe9ac6['XBJFH'])[_0x432f25(0x165)](HELP_MESSAGES['command'][_0x432f25(0x184)]);}module[a12_0x10ede0(0x190)]=run;
@@ -1 +1 @@
1
- function a13_0x17fa(){var _0x595d06=['root','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.','449086kRSmRf','5Vubiux','command','invalid','791HHlWeu','3027582WzccNZ','bstackAccessKey','9309798DHSIBY','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','70wGceVG','722772JckFKQ','1387274wdkvzo','footer','missing','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','119408wvirqT','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','1003252orJmzS','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.','hosts','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.'];a13_0x17fa=function(){return _0x595d06;};return a13_0x17fa();}var a13_0x2ba889=a13_0x5742;function a13_0x5742(_0x177d11,_0x5b396e){var _0x17fa4c=a13_0x17fa();return a13_0x5742=function(_0x574237,_0x2b5097){_0x574237=_0x574237-0xd9;var _0x277049=_0x17fa4c[_0x574237];return _0x277049;},a13_0x5742(_0x177d11,_0x5b396e);}(function(_0x574a7b,_0x1cd8bf){var _0x5bd980=a13_0x5742,_0x24d21b=_0x574a7b();while(!![]){try{var _0x186371=parseInt(_0x5bd980(0xea))/0x1+-parseInt(_0x5bd980(0xdd))/0x2+parseInt(_0x5bd980(0xef))/0x3+parseInt(_0x5bd980(0xe4))/0x4*(-parseInt(_0x5bd980(0xeb))/0x5)+parseInt(_0x5bd980(0xd9))/0x6+-parseInt(_0x5bd980(0xee))/0x7*(parseInt(_0x5bd980(0xe1))/0x8)+parseInt(_0x5bd980(0xdc))/0x9*(parseInt(_0x5bd980(0xdb))/0xa);if(_0x186371===_0x1cd8bf)break;else _0x24d21b['push'](_0x24d21b['shift']());}catch(_0x10309e){_0x24d21b['push'](_0x24d21b['shift']());}}}(a13_0x17fa,0xe5bb5));var a13_0x41624b={};a13_0x41624b[a13_0x2ba889(0xf0)]=a13_0x2ba889(0xe3),a13_0x41624b[a13_0x2ba889(0xe6)]=a13_0x2ba889(0xe9);var a13_0x25581c={};a13_0x25581c[a13_0x2ba889(0xe8)]=a13_0x2ba889(0xe0),a13_0x25581c['connect']='Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.',a13_0x25581c[a13_0x2ba889(0xde)]=a13_0x2ba889(0xe7);var a13_0x58f59d={};a13_0x58f59d['options']=a13_0x41624b,a13_0x58f59d[a13_0x2ba889(0xec)]=a13_0x25581c,exports['HELP_MESSAGES']=a13_0x58f59d;var a13_0x4a2394={};a13_0x4a2394[a13_0x2ba889(0xdf)]=a13_0x2ba889(0xe2);var a13_0x24d26d={};a13_0x24d26d[a13_0x2ba889(0xdf)]=a13_0x2ba889(0xda),a13_0x24d26d[a13_0x2ba889(0xed)]=a13_0x2ba889(0xe5);var a13_0x1ceb93={};a13_0x1ceb93['bstackAccessKey']=a13_0x4a2394,a13_0x1ceb93[a13_0x2ba889(0xe6)]=a13_0x24d26d,exports['ERROR_MESSAGES']=a13_0x1ceb93;
1
+ var a13_0x51eb55=a13_0x4ee5;(function(_0x233528,_0x37a910){var _0x3d61aa=a13_0x4ee5,_0x56fd78=_0x233528();while(!![]){try{var _0x35e970=parseInt(_0x3d61aa(0x11d))/0x1+-parseInt(_0x3d61aa(0x116))/0x2+parseInt(_0x3d61aa(0x111))/0x3*(-parseInt(_0x3d61aa(0x125))/0x4)+-parseInt(_0x3d61aa(0x117))/0x5*(parseInt(_0x3d61aa(0x110))/0x6)+-parseInt(_0x3d61aa(0x126))/0x7*(parseInt(_0x3d61aa(0x118))/0x8)+-parseInt(_0x3d61aa(0x127))/0x9*(-parseInt(_0x3d61aa(0x119))/0xa)+-parseInt(_0x3d61aa(0x10f))/0xb*(-parseInt(_0x3d61aa(0x112))/0xc);if(_0x35e970===_0x37a910)break;else _0x56fd78['push'](_0x56fd78['shift']());}catch(_0x51b675){_0x56fd78['push'](_0x56fd78['shift']());}}}(a13_0x4c61,0x32c5e));var a13_0x2dfcb8={};function a13_0x4c61(){var _0x1ae8f1=['1910DpadJy','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','This\x20option\x20allows\x20you\x20to\x20provide\x20additional\x20configuration\x20specific\x20to\x20your\x20environment.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','409662RMgDQv','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','footer','root','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','missing','options','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','17124GtfUno','7nzNuVV','10116yblHso','hosts','132ktFHrB','12930YfaxhT','114SdDfEn','642288BBZCTJ','bstackAccessKey','ERROR_MESSAGES','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.','772244lDZcgS','470EOPuFF','2458384UraxBq'];a13_0x4c61=function(){return _0x1ae8f1;};return a13_0x4c61();}a13_0x2dfcb8[a13_0x51eb55(0x113)]='Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.',a13_0x2dfcb8[a13_0x51eb55(0x128)]=a13_0x51eb55(0x11b);var a13_0x593103={};a13_0x593103[a13_0x51eb55(0x120)]=a13_0x51eb55(0x11c),a13_0x593103['connect']=a13_0x51eb55(0x124),a13_0x593103[a13_0x51eb55(0x11f)]=a13_0x51eb55(0x11a);var a13_0x497678={};a13_0x497678[a13_0x51eb55(0x123)]=a13_0x2dfcb8,a13_0x497678['command']=a13_0x593103,exports['HELP_MESSAGES']=a13_0x497678;function a13_0x4ee5(_0x42906e,_0x5bf0d9){var _0x4c6145=a13_0x4c61();return a13_0x4ee5=function(_0x4ee52f,_0x5d597d){_0x4ee52f=_0x4ee52f-0x10f;var _0x4bfdfa=_0x4c6145[_0x4ee52f];return _0x4bfdfa;},a13_0x4ee5(_0x42906e,_0x5bf0d9);}var a13_0x1edfe1={};a13_0x1edfe1[a13_0x51eb55(0x122)]=a13_0x51eb55(0x121);var a13_0x1e66bd={};a13_0x1e66bd[a13_0x51eb55(0x122)]=a13_0x51eb55(0x11e),a13_0x1e66bd['invalid']=a13_0x51eb55(0x115);var a13_0xe4e992={};a13_0xe4e992['bstackAccessKey']=a13_0x1edfe1,a13_0xe4e992[a13_0x51eb55(0x128)]=a13_0x1e66bd,exports[a13_0x51eb55(0x114)]=a13_0xe4e992;