browserstack-node-sdk 1.34.34 → 1.34.35

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 (131) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/start.js +1 -1
  18. package/ats/src/commands/start_commands/grid.js +1 -1
  19. package/ats/src/commands/stop.js +1 -1
  20. package/ats/src/commands/stop_commands/grid.js +1 -1
  21. package/ats/src/config/constants.js +1 -1
  22. package/ats/src/config/logger.js +1 -1
  23. package/ats/src/index.js +1 -1
  24. package/ats/src/utils/AWSUtils.js +1 -1
  25. package/ats/src/utils/createAutoscalerStack.js +1 -1
  26. package/ats/src/utils/createClusterStack.js +1 -1
  27. package/ats/src/utils/createk8sClient.js +1 -1
  28. package/ats/src/utils/deleteStack.js +1 -1
  29. package/ats/src/utils/gridComponents.js +1 -1
  30. package/ats/src/utils/hstUtils.js +1 -1
  31. package/ats/src/utils/instrumentationUtils.js +1 -1
  32. package/ats/src/utils/userInput.js +1 -1
  33. package/ats/src/utils/utilityMethods.js +1 -1
  34. package/ats/src/utils/webSocketUtils.js +1 -1
  35. package/package.json +1 -1
  36. package/src/ai-sdk-node/bundle.js +1 -1
  37. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  38. package/src/bin/codeceptjs/command.js +1 -1
  39. package/src/bin/codeceptjs/helper.js +1 -1
  40. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  41. package/src/bin/cucumber-js/command.js +1 -1
  42. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  43. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  44. package/src/bin/cucumber-js/test-observability.js +1 -1
  45. package/src/bin/cucumber-js/test.setup.js +1 -1
  46. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  47. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  48. package/src/bin/integrations/command.js +1 -1
  49. package/src/bin/integrations/constants.js +1 -1
  50. package/src/bin/jest/command.js +1 -1
  51. package/src/bin/jest/customImplements/customCircus.js +1 -1
  52. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  53. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  54. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  55. package/src/bin/jest/jest.setup.js +1 -1
  56. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  57. package/src/bin/jest/test-observability/helper.js +1 -1
  58. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  59. package/src/bin/jest/test-observability/test-details.js +1 -1
  60. package/src/bin/jest/test_before.setup.js +1 -1
  61. package/src/bin/launcher/launcher.js +1 -1
  62. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  63. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  64. package/src/bin/mocha/command.js +1 -1
  65. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  66. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  67. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  68. package/src/bin/mocha/test.setup.js +1 -1
  69. package/src/bin/nightwatch/command.js +1 -1
  70. package/src/bin/playwright/accessibility-helper.js +1 -1
  71. package/src/bin/playwright/command.js +1 -1
  72. package/src/bin/playwright/globalSetup.js +1 -1
  73. package/src/bin/playwright/mock-process.js +1 -1
  74. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  75. package/src/bin/playwright/patches.js +1 -1
  76. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  77. package/src/bin/playwright/reporter/reporter.js +1 -1
  78. package/src/bin/playwright/reporter/test-details.js +1 -1
  79. package/src/bin/playwright/sessionDetails.js +1 -1
  80. package/src/bin/runner.js +1 -1
  81. package/src/bin/setup.js +1 -1
  82. package/src/bin/test-runner/index.js +1 -1
  83. package/src/bin/test-runner/runTest.js +1 -1
  84. package/src/bin/test-runner/testWorker.js +1 -1
  85. package/src/bin/utils/constants.js +1 -1
  86. package/src/bin/utils/log4jsAppender.js +1 -1
  87. package/src/bin/utils/logPatcher.js +1 -1
  88. package/src/bin/utils/logReportingAPI.js +1 -1
  89. package/src/bin/vanilla-js/command.js +1 -1
  90. package/src/browserStackSdk.js +1 -1
  91. package/src/helpers/BrowserStackSetup.js +1 -1
  92. package/src/helpers/accessibility-automation/constants.js +1 -1
  93. package/src/helpers/accessibility-automation/helper.js +1 -1
  94. package/src/helpers/accessibility-automation/scripts.js +1 -1
  95. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  96. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  97. package/src/helpers/ats/constants.js +1 -1
  98. package/src/helpers/ats/helper.js +1 -1
  99. package/src/helpers/capsMapping.js +1 -1
  100. package/src/helpers/central-scanner/constants.js +1 -1
  101. package/src/helpers/central-scanner/helpers.js +1 -1
  102. package/src/helpers/globals.js +1 -1
  103. package/src/helpers/helper.js +1 -1
  104. package/src/helpers/logger.js +1 -1
  105. package/src/helpers/patchHelper.js +1 -1
  106. package/src/helpers/patchHelpers.js +1 -1
  107. package/src/helpers/percy/Percy.js +1 -1
  108. package/src/helpers/percy/PercyBinary.js +1 -1
  109. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  110. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  111. package/src/helpers/percy/PercySDK.js +1 -1
  112. package/src/helpers/percy/index.js +1 -1
  113. package/src/helpers/percy/utils.js +1 -1
  114. package/src/helpers/performance/constants.js +1 -1
  115. package/src/helpers/performance/performance-tester.js +1 -1
  116. package/src/helpers/processHelper.js +1 -1
  117. package/src/helpers/request-spy.js +1 -1
  118. package/src/helpers/setKeepAlive.js +1 -1
  119. package/src/helpers/test-observability/constants.js +1 -1
  120. package/src/helpers/test-observability/error-handler.js +1 -1
  121. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  122. package/src/helpers/test-observability/sessionHandler.js +1 -1
  123. package/src/helpers/test-observability/utils.js +1 -1
  124. package/src/helpers/testhub/constants.js +1 -1
  125. package/src/helpers/testhub/testhubHandler.js +1 -1
  126. package/src/helpers/testhub/utils.js +1 -1
  127. package/src/helpers/timeoutPromise.js +1 -1
  128. package/src/helpers/utilities.js +1 -1
  129. package/src/helpers/w3cMapping.js +1 -1
  130. package/src/hubAllocationMethods.js +1 -1
  131. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a6_0x4244f8=a6_0x312c;(function(_0xd44236,_0x3c6ca2){const _0x1f1ada=a6_0x312c,_0x48fc63=_0xd44236();while(!![]){try{const _0x319ef1=-parseInt(_0x1f1ada(0x1aa))/0x1+-parseInt(_0x1f1ada(0x1d2))/0x2+parseInt(_0x1f1ada(0x17d))/0x3*(-parseInt(_0x1f1ada(0x1b1))/0x4)+parseInt(_0x1f1ada(0x1f0))/0x5+-parseInt(_0x1f1ada(0x150))/0x6*(parseInt(_0x1f1ada(0x16f))/0x7)+-parseInt(_0x1f1ada(0x153))/0x8*(-parseInt(_0x1f1ada(0x192))/0x9)+parseInt(_0x1f1ada(0x1b0))/0xa;if(_0x319ef1===_0x3c6ca2)break;else _0x48fc63['push'](_0x48fc63['shift']());}catch(_0x1afd8a){_0x48fc63['push'](_0x48fc63['shift']());}}}(a6_0x3865,0x55dd1));const {requireModule,getPlatformName,nestedKeyValue,isUndefined}=require('../../../helpers/helper'),util=require(a6_0x4244f8(0x19a)),{Formatter,formatterHelpers,Status}=requireModule(a6_0x4244f8(0x1db)),TestDetails=require(a6_0x4244f8(0x1a1)),TestObservabilityReporter=require('../test-observability.js'),{o11yClassErrorHandler}=require(a6_0x4244f8(0x1ba)),{shouldProcessEventForTesthub}=require(a6_0x4244f8(0x1a0)),testObservabilityReporter=new TestObservabilityReporter(),logger=require('../../../helpers/logger')[a6_0x4244f8(0x151)],_tests={},_testCasesData={};function a6_0x312c(_0x1fa0ea,_0x39f52b){const _0x3865ad=a6_0x3865();return a6_0x312c=function(_0x312c45,_0x426988){_0x312c45=_0x312c45-0x14e;let _0x37192a=_0x3865ad[_0x312c45];return _0x37192a;},a6_0x312c(_0x1fa0ea,_0x39f52b);}class BrowserstackFormatter extends Formatter{constructor(_0x104890){const _0x7db89f=a6_0x4244f8,_0x58f29a={};_0x58f29a[_0x7db89f(0x174)]=_0x7db89f(0x17b);const _0x27eb9b=_0x58f29a;super(_0x104890),this[_0x7db89f(0x1e4)]={},_0x104890[_0x7db89f(0x1eb)]['on'](_0x27eb9b[_0x7db89f(0x174)],async _0xc69bf6=>{const _0x33a36b=_0x7db89f;switch(!![]){case!!_0xc69bf6[_0x33a36b(0x1c0)]:this[_0x33a36b(0x190)](_0xc69bf6['testRunStarted']);break;case!!_0xc69bf6[_0x33a36b(0x166)]:this['onTestRunFinished'](_0xc69bf6[_0x33a36b(0x166)]);break;case!!_0xc69bf6[_0x33a36b(0x1cf)]:this[_0x33a36b(0x18f)](_0xc69bf6[_0x33a36b(0x1cf)],_0x104890,_0xc69bf6);break;case!!_0xc69bf6[_0x33a36b(0x14f)]:this[_0x33a36b(0x1c4)](_0xc69bf6[_0x33a36b(0x14f)],_0x104890,_0xc69bf6);break;case!!_0xc69bf6[_0x33a36b(0x18e)]:this[_0x33a36b(0x1e8)](_0xc69bf6[_0x33a36b(0x18e)],_0x104890);break;case!!_0xc69bf6['testStepFinished']:this[_0x33a36b(0x1cd)](_0xc69bf6[_0x33a36b(0x182)],_0x104890);break;case!!_0xc69bf6[_0x33a36b(0x15d)]:this['onHook'](_0xc69bf6[_0x33a36b(0x15d)]);break;case!!_0xc69bf6['testCase']:this['onTestCase'](_0xc69bf6[_0x33a36b(0x1af)]);break;case!!_0xc69bf6[_0x33a36b(0x15a)]:this[_0x33a36b(0x1b5)](_0xc69bf6[_0x33a36b(0x15a)]);break;case!!_0xc69bf6[_0x33a36b(0x1cb)]:this[_0x33a36b(0x195)](_0xc69bf6[_0x33a36b(0x1cb)]);break;}});}['onHook'](_0x187fe3){const _0x42b2b7=a6_0x4244f8;this['report'][_0x42b2b7(0x1e7)]=Object[_0x42b2b7(0x159)]([],this[_0x42b2b7(0x1e4)][_0x42b2b7(0x1e7)]||[]),this[_0x42b2b7(0x1e4)][_0x42b2b7(0x1e7)][_0x42b2b7(0x179)](_0x187fe3);}[a6_0x4244f8(0x1b5)](_0x11f950){const _0x514279=a6_0x4244f8;this[_0x514279(0x1e4)][_0x514279(0x15a)]=Object[_0x514279(0x159)]([],this['report'][_0x514279(0x15a)]||[],[_0x11f950]),this['report']['pickle'][_0x514279(0x179)](_0x11f950);}[a6_0x4244f8(0x195)](_0x93c6c9){const _0x26bb5f=a6_0x4244f8;this[_0x26bb5f(0x1e4)][_0x26bb5f(0x1cb)]=Object[_0x26bb5f(0x159)]([],this['report'][_0x26bb5f(0x1cb)]||[],[_0x93c6c9]),this['report'][_0x26bb5f(0x1cb)][_0x26bb5f(0x179)](_0x93c6c9);}['onSource'](_0x10a3b5){const _0x3a1e6f=a6_0x4244f8;this[_0x3a1e6f(0x1e4)][_0x3a1e6f(0x1e1)]=_0x10a3b5;}[a6_0x4244f8(0x172)](_0x420dc5){const _0x54aedb=a6_0x4244f8;this[_0x54aedb(0x1e4)][_0x54aedb(0x1ca)]=Object['assign']([],this['report'][_0x54aedb(0x1ca)]||[],[_0x420dc5]),this['report']['stepDefinition'][_0x54aedb(0x179)](_0x420dc5);}[a6_0x4244f8(0x1de)](_0x41858a){const _0x1bf409=a6_0x4244f8;this[_0x1bf409(0x1e4)][_0x1bf409(0x163)]=Object[_0x1bf409(0x159)]([],this[_0x1bf409(0x1e4)][_0x1bf409(0x163)]||[],[_0x41858a]),this[_0x1bf409(0x1e4)]['testCases'][_0x1bf409(0x179)](_0x41858a);}['logTestCaseFinished'](_0x3abff7){const _0x4ecb1e=a6_0x4244f8,_0x21918a={'gkWvB':function(_0x213f47,_0x136cad){return _0x213f47!==_0x136cad;},'KktEU':_0x4ecb1e(0x1e0),'FjoKO':function(_0x389100,_0x111991){return _0x389100+_0x111991;},'zenqU':function(_0x1593ad,_0x5236fa){return _0x1593ad+_0x5236fa;},'TjjGX':function(_0x2e262e,_0x58af3a){return _0x2e262e+_0x58af3a;},'ycTXG':'\x20\x20\x20\x20','HAhrm':_0x4ecb1e(0x180),'QacoM':function(_0x17cbc5,_0x3353e8){return _0x17cbc5===_0x3353e8;},'hkZVs':_0x4ecb1e(0x188),'iAXwS':function(_0x3ccabb,_0x30d94e,_0x403f41){return _0x3ccabb(_0x30d94e,_0x403f41);},'WAcUz':'result','HIOYU':_0x4ecb1e(0x198),'gFArx':function(_0x52b582,_0x3f1d73){return _0x52b582+_0x3f1d73;},'djJPc':function(_0x29871b,_0x2d9faf){return _0x29871b!==_0x2d9faf;},'wumsd':function(_0x6754e7,_0xec9ff5){return _0x6754e7+_0xec9ff5;},'fhDlE':function(_0x55f9cf,_0x42e12b){return _0x55f9cf+_0x42e12b;},'oKulZ':function(_0x2fa172,_0x51ff4a){return _0x2fa172+_0x51ff4a;}};_0x21918a['djJPc'](global[_0x4ecb1e(0x157)],undefined)&&this['log'](_0x21918a['gFArx'](_0x21918a[_0x4ecb1e(0x1bb)]('\x0a',global['__platform']),'\x0a'));const _0x9a8d8b=this[_0x4ecb1e(0x16e)][_0x4ecb1e(0x1e6)](_0x3abff7[_0x4ecb1e(0x1df)]);this[_0x4ecb1e(0x177)](_0x21918a[_0x4ecb1e(0x15e)](_0x21918a[_0x4ecb1e(0x1bb)](_0x21918a[_0x4ecb1e(0x16a)](_0x21918a['oKulZ']('\x20\x20',_0x9a8d8b[_0x4ecb1e(0x1cb)][_0x4ecb1e(0x1f3)][_0x4ecb1e(0x1a3)]),_0x21918a[_0x4ecb1e(0x160)]),_0x9a8d8b[_0x4ecb1e(0x15a)]['name']),'\x0a'));const _0x259f09={};_0x259f09[_0x4ecb1e(0x1d3)]=this['cwd'],_0x259f09['snippetBuilder']=this[_0x4ecb1e(0x1c8)],_0x259f09['supportCodeLibrary']=this[_0x4ecb1e(0x186)],_0x259f09[_0x4ecb1e(0x1d0)]=_0x9a8d8b;const _0xb1ede4=formatterHelpers[_0x4ecb1e(0x1c3)](_0x259f09);let _0x3869ab=![];_0xb1ede4[_0x4ecb1e(0x1cc)][_0x4ecb1e(0x1c1)](_0x346249=>{const _0x1ee8f6=_0x4ecb1e;if(_0x21918a[_0x1ee8f6(0x17c)](_0x346249['name'],_0x21918a[_0x1ee8f6(0x199)])&&!this[_0x1ee8f6(0x1d6)](_0x346249)){totalTests+=0x1,this[_0x1ee8f6(0x177)](_0x21918a['FjoKO'](_0x21918a[_0x1ee8f6(0x1d7)](_0x21918a[_0x1ee8f6(0x165)](_0x21918a[_0x1ee8f6(0x165)](_0x21918a[_0x1ee8f6(0x1bb)](_0x21918a[_0x1ee8f6(0x1ab)],_0x346249[_0x1ee8f6(0x1da)]),_0x346249[_0x1ee8f6(0x1e2)]||''),_0x21918a['HAhrm']),Status[_0x346249[_0x1ee8f6(0x152)]['status']]),'\x0a')),this[_0x1ee8f6(0x1ee)](Status[_0x346249['result'][_0x1ee8f6(0x18d)]]);if(_0x21918a['QacoM'](Status[_0x346249['result']['status']],_0x21918a[_0x1ee8f6(0x183)])){_0x3869ab=!![];const _0x27c507=_0x21918a['iAXwS'](nestedKeyValue,_0x346249,[_0x21918a[_0x1ee8f6(0x197)],_0x21918a['HIOYU']]);_0x27c507&&(testsErrorMessage[_0x21918a[_0x1ee8f6(0x1c6)](_0x21918a[_0x1ee8f6(0x1c6)](_0x9a8d8b[_0x1ee8f6(0x1cb)][_0x1ee8f6(0x1f3)][_0x1ee8f6(0x1a3)],_0x21918a[_0x1ee8f6(0x160)]),_0x9a8d8b[_0x1ee8f6(0x15a)][_0x1ee8f6(0x1a3)])]=_0x27c507,this[_0x1ee8f6(0x177)](_0x21918a['zenqU'](_0x27c507,'\x0a')));}}}),_0x3869ab&&(testSuitesFailed+=0x1),this['log']('\x0a');}[a6_0x4244f8(0x1ed)](_0x54d43a){}[a6_0x4244f8(0x1d6)](_0x59bd34){const _0x5e6e73=a6_0x4244f8,_0x429a3b={};_0x429a3b[_0x5e6e73(0x1ec)]=function(_0x5b0d17,_0x1c9b33){return _0x5b0d17!==_0x1c9b33;},_0x429a3b[_0x5e6e73(0x1e3)]=_0x5e6e73(0x1c2);const _0x2753e8=_0x429a3b;if(_0x2753e8[_0x5e6e73(0x1ec)](_0x59bd34[_0x5e6e73(0x1f2)],undefined))return![];if(_0x59bd34[_0x5e6e73(0x1c9)]&&_0x59bd34[_0x5e6e73(0x1c9)][_0x5e6e73(0x1ae)][_0x5e6e73(0x1bc)](_0x2753e8[_0x5e6e73(0x1e3)]))return!![];return![];}[a6_0x4244f8(0x1ee)](_0x2d9876){const _0x5a3744=a6_0x4244f8,_0xa256d7={};_0xa256d7[_0x5a3744(0x1d9)]=_0x5a3744(0x188),_0xa256d7[_0x5a3744(0x171)]=_0x5a3744(0x1be),_0xa256d7[_0x5a3744(0x18a)]='SKIPPED',_0xa256d7[_0x5a3744(0x1b9)]=_0x5a3744(0x18c),_0xa256d7[_0x5a3744(0x158)]=_0x5a3744(0x167),_0xa256d7[_0x5a3744(0x181)]=_0x5a3744(0x19f),_0xa256d7[_0x5a3744(0x1f1)]=_0x5a3744(0x1b4);const _0x22b2b3=_0xa256d7;switch(_0x2d9876){case _0x22b2b3[_0x5a3744(0x1d9)]:testsFailed+=0x1;break;case _0x22b2b3[_0x5a3744(0x171)]:testsPassed+=0x1;break;case _0x22b2b3[_0x5a3744(0x18a)]:testsSkipped+=0x1;break;case _0x22b2b3[_0x5a3744(0x1b9)]:testsPending+=0x1;break;case _0x22b2b3[_0x5a3744(0x158)]:testsUndefined+=0x1;break;case _0x22b2b3[_0x5a3744(0x181)]:testsUnknown+=0x1;break;case _0x22b2b3[_0x5a3744(0x1f1)]:testsAmbiguous+=0x1;break;default:break;}}[a6_0x4244f8(0x190)](_0x29f6ce){const _0x1bba5c=a6_0x4244f8,_0x4a8181={'xyrtF':function(_0x294e36,_0xc3a233){return _0x294e36!==_0xc3a233;},'IhUNd':function(_0x3d8502,_0x8fa79d){return _0x3d8502(_0x8fa79d);},'fYwmj':function(_0x5dfc52,_0x5962fd){return _0x5dfc52+_0x5962fd;},'bzhGA':function(_0x14c66b){return _0x14c66b();}};let _0x2a37d9;if(_0x4a8181[_0x1bba5c(0x178)](process[_0x1bba5c(0x1bd)][_0x1bba5c(0x1e5)],undefined)){const _0x32dd6a=JSON[_0x1bba5c(0x154)](process[_0x1bba5c(0x1bd)][_0x1bba5c(0x1e5)]);_0x2a37d9=_0x32dd6a[_0x1bba5c(0x1a6)];}_0x4a8181[_0x1bba5c(0x178)](_0x2a37d9,undefined)&&(global[_0x1bba5c(0x157)]=_0x4a8181[_0x1bba5c(0x1a2)](getPlatformName,_0x2a37d9),this[_0x1bba5c(0x177)](_0x4a8181['fYwmj']('Executing\x20tests\x20for\x20'+global[_0x1bba5c(0x157)],'\x0a'))),_0x4a8181['bzhGA'](shouldProcessEventForTesthub)&&(TestDetails[_0x1bba5c(0x164)](),this[_0x1bba5c(0x1e4)][_0x1bba5c(0x1c0)]=_0x29f6ce);}[a6_0x4244f8(0x1bf)](_0x52fef3){const _0x331992=a6_0x4244f8;this[_0x331992(0x1e4)][_0x331992(0x166)]=_0x52fef3,this[_0x331992(0x1ed)](_0x52fef3);}async['onTestCaseStarted'](_0x4ddb7a,_0x31204d,_0x33921e){const _0x116b02=a6_0x4244f8,_0xda675c={'tdDwk':function(_0x4428af,_0x2dd6df){return _0x4428af(_0x2dd6df);},'Lpffh':_0x116b02(0x19d),'oVWhH':function(_0x454d9c,_0x4e76ff){return _0x454d9c&&_0x4e76ff;}};testSuites+=0x1;if(_0xda675c[_0x116b02(0x1f4)](shouldProcessEventForTesthub,_0xda675c['Lpffh']))try{this[_0x116b02(0x1e4)]['testCaseStarted']=this[_0x116b02(0x1e4)]['testCaseStarted']||{},this[_0x116b02(0x1e4)][_0x116b02(0x1cf)][_0x4ddb7a['id']]=_0x4ddb7a;const _0x1d8ee6=TestDetails[_0x116b02(0x1a8)](_0x4ddb7a['id']);_testCasesData[_0x4ddb7a['id']]=Object[_0x116b02(0x159)]({},_0x33921e);const _0x5a9632=this[_0x116b02(0x1e4)],_0x1fce51=_0x4ddb7a['testCaseId'],_0x2d41bc=_0x5a9632['testCases'][_0x116b02(0x161)](_0x2d04de=>_0x2d04de['id']===_0x1fce51)[_0x116b02(0x1dc)],_0x4e6187=_0x5a9632[_0x116b02(0x15a)][_0x116b02(0x161)](_0x1a4edf=>_0x1a4edf['id']===_0x2d41bc),_0x211a70=_0x5a9632[_0x116b02(0x1cb)][_0x116b02(0x161)](_0x3c2385=>_0x3c2385[_0x116b02(0x1ae)]===_0x4e6187[_0x116b02(0x1ae)]),_0x560b33=_0x211a70[_0x116b02(0x1f3)],_0x1d8be6={'uuid':_0x1d8ee6,'startedAt':new Date()[_0x116b02(0x176)]()};if(_0x4e6187){const _0x177295={};_0x177295[_0x116b02(0x1a3)]=_0x4e6187[_0x116b02(0x1a3)],_0x1d8be6[_0x116b02(0x1ac)]=_0x177295;}if(_0xda675c['oVWhH'](_0x211a70,_0x560b33)){const _0x23243a={};_0x23243a[_0x116b02(0x169)]=_0x211a70[_0x116b02(0x1ae)],_0x23243a[_0x116b02(0x1a3)]=_0x560b33['name'],_0x23243a['description']=_0x560b33[_0x116b02(0x1d1)],_0x1d8be6['feature']=_0x23243a;}_tests[_0x1fce51]=_0x1d8be6,await testObservabilityReporter['sendTestRunEventForCucumber'](_0x33921e,_0x211a70,_0x4e6187,_0xda675c['Lpffh'],_0x1d8be6);}catch(_0x3e2af3){logger[_0x116b02(0x1c7)]('Exception\x20in\x20sending\x20onTestCaseStarted:\x20'+util['format'](_0x3e2af3)+'\x20');}}async[a6_0x4244f8(0x1c4)](_0x3c0ebd,_0x5213d9,_0x3ad2b2){const _0x548f5d=a6_0x4244f8,_0x24bd6a={'yJKep':function(_0x30a350,_0x3f7491){return _0x30a350(_0x3f7491);},'zrJsa':'TestRunFinished'};this[_0x548f5d(0x1a7)](_0x3c0ebd);if(_0x24bd6a['yJKep'](shouldProcessEventForTesthub,_0x24bd6a[_0x548f5d(0x16b)]))try{this[_0x548f5d(0x1e4)][_0x548f5d(0x14f)]=this['report'][_0x548f5d(0x14f)]||{},this[_0x548f5d(0x1e4)][_0x548f5d(0x14f)][_0x3c0ebd[_0x548f5d(0x1df)]]=_0x3c0ebd,_testCasesData[_0x3ad2b2['id']]=Object['assign']({},_0x3ad2b2);const _0x5a08bd=_0x3c0ebd[_0x548f5d(0x1df)],_0x55eec4=_0x5213d9[_0x548f5d(0x16e)]['testCaseAttemptDataMap'][_0x5a08bd][_0x548f5d(0x1a5)],_0x1539be=_0x5213d9[_0x548f5d(0x16e)][_0x548f5d(0x17a)][_0x55eec4],_0x242871=_0x1539be[_0x548f5d(0x1dc)],_0x1a29a7=_0x5213d9[_0x548f5d(0x16e)]['pickleMap'][_0x242871],_0x324dfb=this[_0x548f5d(0x16c)](_0x5213d9,_0x1a29a7),_0x481066=_tests[_0x55eec4];_0x481066&&(delete _tests[_0x55eec4],_0x481066[_0x548f5d(0x14e)]=new Date()[_0x548f5d(0x176)]()),await testObservabilityReporter[_0x548f5d(0x19c)](_0x3ad2b2,_0x324dfb,_0x1a29a7,_0x24bd6a[_0x548f5d(0x16b)],_0x481066);}catch(_0x38f736){logger['debug'](_0x548f5d(0x1b3)+util[_0x548f5d(0x189)](_0x38f736));}}async['onTestStepStarted'](_0xfd7336,_0x93faf2){const _0x3fa298=a6_0x4244f8,_0x27444f={'XLgPd':function(_0x4bc5a6,_0x1a551f){return _0x4bc5a6(_0x1a551f);},'BaqEw':'HookRunStarted','TVjLs':function(_0x1d54ac,_0x13e904){return _0x1d54ac!==_0x13e904;},'noOaD':_0x3fa298(0x173)};if(_0x27444f[_0x3fa298(0x1d5)](shouldProcessEventForTesthub,_0x27444f['BaqEw']))try{this['report']['testStepStarted']=this[_0x3fa298(0x1e4)][_0x3fa298(0x18e)]||{},this['report'][_0x3fa298(0x18e)][_0xfd7336[_0x3fa298(0x1df)]]=_0xfd7336;const _0x5ae876=_0xfd7336['testCaseStartedId'],_0x3b4f23=_0x93faf2[_0x3fa298(0x16e)][_0x3fa298(0x156)][_0x5ae876][_0x3fa298(0x1a5)],_0x4df2e2=this[_0x3fa298(0x1e4)]['testCases']['find'](_0x50dd5a=>_0x50dd5a['id']===_0x3b4f23)[_0x3fa298(0x1dc)],_0x16997d=this[_0x3fa298(0x1e4)][_0x3fa298(0x15a)][_0x3fa298(0x161)](_0x410b1f=>_0x410b1f['id']===_0x4df2e2),_0x2195cf=this[_0x3fa298(0x1e4)]['testCases'][_0x3fa298(0x161)](_0x23b7d9=>_0x23b7d9['id']===_0x3b4f23)[_0x3fa298(0x1cc)],_0x5df139=this[_0x3fa298(0x1e4)][_0x3fa298(0x18e)][_0x5ae876]['testStepId'],_0xe560cf=_0x2195cf[_0x3fa298(0x161)](_0x48dfbb=>_0x48dfbb['id']===_0x5df139)[_0x3fa298(0x19e)],_0x5e4fba=_0x16997d[_0x3fa298(0x193)]['find'](_0x21d0ff=>_0x21d0ff['id']===_0xe560cf);if(_0xe560cf&&_tests[_0x3b4f23]&&_0x27444f[_0x3fa298(0x194)](_tests[_0x3b4f23][_0x27444f[_0x3fa298(0x19b)]],_0x5df139)){_tests[_0x3b4f23][_0x27444f[_0x3fa298(0x19b)]]=_0x5df139;const _0x26869={};_0x26869['steps']=[];const _0x205cd5=_tests[_0x3b4f23]||_0x26869;_0x205cd5&&!_0x205cd5[_0x3fa298(0x193)]&&(_0x205cd5[_0x3fa298(0x193)]=[]),_0x205cd5[_0x3fa298(0x193)][_0x3fa298(0x179)]({'id':_0x5e4fba['id'],'text':_0x5e4fba[_0x3fa298(0x1e2)],'started_at':new Date()['toISOString']()}),_tests[_0x3b4f23]=_0x205cd5;}await testObservabilityReporter[_0x3fa298(0x1ef)](this['report'],_0x5ae876,_0x27444f[_0x3fa298(0x1b6)],_0x2195cf,_0x5df139,_tests[_0x3b4f23]);}catch(_0x178532){logger[_0x3fa298(0x1c7)](_0x3fa298(0x1dd)+util[_0x3fa298(0x189)](_0x178532));}}async['onTestStepFinished'](_0x28ddee,_0x313cc8){const _0x6a1293=a6_0x4244f8,_0x208987={'pOtnZ':function(_0xa5fc9d,_0x4f71fb){return _0xa5fc9d===_0x4f71fb;},'Xcika':_0x6a1293(0x15b),'cezaj':function(_0x301e27,_0x411dd9){return _0x301e27(_0x411dd9);},'CMrhk':'HookRunFinished','AIHyP':'failed','bsYzK':function(_0x425d08,_0x193d3e){return _0x425d08===_0x193d3e;},'OVhaG':_0x6a1293(0x16d),'GGOtq':_0x6a1293(0x173)};this[_0x6a1293(0x1e4)][_0x6a1293(0x182)]=this[_0x6a1293(0x1e4)]['testStepFinished']||{},this[_0x6a1293(0x1e4)][_0x6a1293(0x182)][_0x28ddee[_0x6a1293(0x1df)]]=_0x28ddee;if(_0x208987['cezaj'](shouldProcessEventForTesthub,_0x208987[_0x6a1293(0x1d8)]))try{const _0x51823e=_0x28ddee['testCaseStartedId'],_0x185062=_0x313cc8['eventDataCollector'][_0x6a1293(0x156)][_0x51823e]['testCaseId'],_0x227d20=_0x313cc8['eventDataCollector'][_0x6a1293(0x17a)][_0x185062],_0x9e613=_0x227d20['pickleId'],_0x30b054=_0x313cc8[_0x6a1293(0x16e)][_0x6a1293(0x1ce)][_0x9e613],_0x3cdc4d=_0x28ddee[_0x6a1293(0x173)],_0x57c0c0=_0x227d20['testSteps'],_0xc71daa=this['eventDataCollector'][_0x6a1293(0x1e6)](_0x51823e),_0x2090cf=_0x57c0c0[_0x6a1293(0x161)](_0x3aa810=>_0x3aa810['id']===_0x3cdc4d)[_0x6a1293(0x19e)];let _0x5e4a2c,_0x4891f3;_0x28ddee[_0x6a1293(0x196)]&&_0x208987['pOtnZ'](_0x28ddee[_0x6a1293(0x196)]['status'][_0x6a1293(0x15f)]()['toLowerCase'](),_0x208987[_0x6a1293(0x18b)])&&(_0x5e4a2c=_0x208987[_0x6a1293(0x162)](_0x28ddee[_0x6a1293(0x196)][_0x6a1293(0x185)],undefined)?_0x28ddee[_0x6a1293(0x196)]['message']:_0x28ddee[_0x6a1293(0x196)]['exception'][_0x6a1293(0x198)],_0x4891f3=_0x208987[_0x6a1293(0x170)](_0x28ddee[_0x6a1293(0x196)][_0x6a1293(0x185)],undefined)?_0x208987['OVhaG']:_0x28ddee['testStepResult'][_0x6a1293(0x198)]);await testObservabilityReporter[_0x6a1293(0x1ef)](this['report'],_0x51823e,_0x208987[_0x6a1293(0x1d8)],_0x57c0c0,_0x3cdc4d,_tests[_0x185062]);if(_0x2090cf&&_tests[_0x185062][_0x208987[_0x6a1293(0x17f)]]){const _0x21760d=_0x30b054[_0x6a1293(0x193)]['find'](_0x1a732e=>_0x1a732e['id']===_0x2090cf),_0x4a3807={};_0x4a3807[_0x6a1293(0x193)]=[];const _0x373188=_tests[_0x185062]||_0x4a3807;!_0x373188[_0x6a1293(0x193)]?_0x373188['steps']=[{'id':_0x21760d['id'],'text':_0x21760d[_0x6a1293(0x1e2)],'finished_at':new Date()[_0x6a1293(0x176)](),'result':_0x28ddee['testStepResult']['status'],'duration':_0x28ddee['testStepResult'][_0x6a1293(0x191)]['seconds'],'failure':_0x5e4a2c,'failureType':_0x4891f3}]:_0x373188[_0x6a1293(0x193)][_0x6a1293(0x1c1)](_0x3b60d7=>{const _0x51bdcd=_0x6a1293;if(_0x208987[_0x51bdcd(0x162)](_0x3b60d7['id'],_0x21760d['id'])){const _0x1397a2=_0x208987[_0x51bdcd(0x1b2)][_0x51bdcd(0x1b7)]('|');let _0x1ee980=0x0;while(!![]){switch(_0x1397a2[_0x1ee980++]){case'0':_0x3b60d7[_0x51bdcd(0x184)]=new Date()['toISOString']();continue;case'1':_0x3b60d7[_0x51bdcd(0x191)]=_0x28ddee['testStepResult'][_0x51bdcd(0x191)][_0x51bdcd(0x1ea)];continue;case'2':_0x3b60d7['failureType']=_0x4891f3;continue;case'3':_0x3b60d7['result']=_0x28ddee[_0x51bdcd(0x196)][_0x51bdcd(0x18d)];continue;case'4':_0x3b60d7[_0x51bdcd(0x15c)]=_0x5e4a2c;continue;}break;}}}),_tests[_0x185062]=_0x373188,delete _tests[_0x185062][_0x208987[_0x6a1293(0x17f)]];}}catch(_0x5d46dd){logger[_0x6a1293(0x1c7)](_0x6a1293(0x1ad)+util[_0x6a1293(0x189)](_0x5d46dd));}}[a6_0x4244f8(0x1c5)](_0x31c29a){const _0x2070a5=a6_0x4244f8,_0x379d35={};return _0x31c29a[_0x2070a5(0x1f3)][_0x2070a5(0x1a9)][_0x2070a5(0x17e)](this['extractStepContainers'])[_0x2070a5(0x1e9)]()[_0x2070a5(0x1c1)](_0x25c627=>_0x25c627['steps'][_0x2070a5(0x1c1)](_0x2ac5ec=>_0x379d35[_0x2ac5ec['id']]=_0x2ac5ec)),_0x379d35;}[a6_0x4244f8(0x187)](_0x575c20){const _0x5c4430=a6_0x4244f8,_0x36019b={'KJRZJ':function(_0x5a82bb,_0x214c45){return _0x5a82bb(_0x214c45);}};if(!_0x36019b[_0x5c4430(0x155)](isUndefined,_0x575c20[_0x5c4430(0x175)]))return[_0x575c20[_0x5c4430(0x175)]];else{if(!_0x36019b['KJRZJ'](isUndefined,_0x575c20['rule']))return _0x575c20[_0x5c4430(0x1a4)][_0x5c4430(0x1a9)][_0x5c4430(0x17e)](_0x1093bd=>!isUndefined(_0x1093bd[_0x5c4430(0x175)])?_0x1093bd['background']:_0x1093bd['scenario']);};return[_0x575c20[_0x5c4430(0x1ac)]];}[a6_0x4244f8(0x16c)](_0x58345d,_0x4bd4fa){const _0x3766f3=a6_0x4244f8;return Object[_0x3766f3(0x168)](_0x58345d[_0x3766f3(0x16e)][_0x3766f3(0x1b8)])[_0x3766f3(0x161)](_0x4bb6da=>_0x4bb6da[_0x3766f3(0x1ae)]===_0x4bd4fa[_0x3766f3(0x1ae)]);}}module[a6_0x4244f8(0x1d4)]=o11yClassErrorHandler(BrowserstackFormatter,[a6_0x4244f8(0x18f),a6_0x4244f8(0x1c4),a6_0x4244f8(0x1e8),a6_0x4244f8(0x1cd),a6_0x4244f8(0x190),a6_0x4244f8(0x1bf),a6_0x4244f8(0x187),'getGherkinDocument',a6_0x4244f8(0x1c5)]);function a6_0x3865(){const _0x98a19f=['fhDlE','zrJsa','getGherkinDocument','UnhandledError','eventDataCollector','7756FsLWTg','bsYzK','FNjgy','onStepDefinition','testStepId','aLGhm','background','toISOString','log','xyrtF','push','testCaseMap','envelope','gkWvB','1442823kwjWhY','map','GGOtq','\x20-\x20','JIWke','testStepFinished','hkZVs','finished_at','exception','supportCodeLibrary','extractStepContainers','FAILED','format','LclXo','AIHyP','PENDING','status','testStepStarted','onTestCaseStarted','onTestRunStarted','duration','616293rfndDI','steps','TVjLs','onGherkinDocument','testStepResult','WAcUz','message','KktEU','util','noOaD','sendTestRunEventForCucumber','TestRunStarted','pickleStepId','UNKNOWN','../../../helpers/testhub/utils.js','../../playwright/reporter/test-details.js','IhUNd','name','rule','testCaseId','capability','logTestCaseFinished','getTestUUID','children','597859EYcFKo','ycTXG','scenario','Exception\x20in\x20onTestStepFinished\x20event:\x20','uri','testCase','16027240PkCjIM','4JnfhPg','Xcika','Exception\x20in\x20sending\x20onTestCaseFinished\x20event:\x20\x20','AMBIGUOUS','onPickle','BaqEw','split','gherkinDocumentMap','ksJwY','../../../helpers/test-observability/error-handler','TjjGX','includes','env','PASSED','onTestRunFinished','testRunStarted','forEach','cucumber-js/test.setup.js','parseTestCaseAttempt','onTestCaseFinished','getGherkinStepMap','gFArx','debug','snippetBuilder','actionLocation','stepDefinition','gherkinDocument','testSteps','onTestStepFinished','pickleMap','testCaseStarted','testCaseAttempt','description','1365926sXBNno','cwd','exports','XLgPd','isBstackHook','FjoKO','CMrhk','cXmOv','keyword','@cucumber/cucumber','pickleId','Exception\x20in\x20onTestStepStarted\x20event:\x20','onTestCase','testCaseStartedId','bstack','source','text','vcpFg','report','CONFIG','getTestCaseAttempt','hooks','onTestStepStarted','flat','seconds','eventBroadcaster','pUuwM','logTestRunFinished','incrementCounter','sendHook','2012885fyJHkl','zafJF','sourceLocation','feature','tdDwk','finishedAt','testCaseFinished','2010HcgdXf','winstonLogger','result','56WmvOfJ','parse','KJRZJ','testCaseAttemptDataMap','__platform','dHKPa','assign','pickle','0|3|1|4|2','failure','hook','wumsd','toString','HAhrm','find','pOtnZ','testCases','setup','zenqU','testRunFinished','UNDEFINED','values','path'];a6_0x3865=function(){return _0x98a19f;};return a6_0x3865();}
1
+ function a6_0x7c5c(){const _0x5880bc=['nOlCn','testStepStarted','onTestCaseFinished','onHook','ESMQd','../../../helpers/test-observability/error-handler','sourceLocation','pickle','TohCH','util','onTestCaseStarted','gherkinDocument','xTjXw','description','3140991ibadrO','toLowerCase','547761SsunfA','FAILED','vzzFJ','values','bstack','HookRunStarted','failed','../../../helpers/logger','KLRdj','source','onPickle','ullGl','message','WFFcp','exception','MPfCF','qxfdI','result','testCaseAttemptDataMap','101ATuYDU','CONFIG','logTestRunFinished','OmBVU','ftxgO','assign','actionLocation','Exception\x20in\x20sending\x20onTestCaseStarted:\x20','TestRunStarted','xAnPp','children','finishedAt','testCaseFinished','ZEOCh','isBstackHook','LwIsx','../test-observability.js','report','exports','steps','RSbgx','YIGxw','toISOString','onTestCase','find','name','onGherkinDocument','MMLNO','JwPOE','150304wHoqts','5898264whKfxa','getTestCaseAttempt','testCases','PASSED','wqLNB','26720clrgnJ','Exception\x20in\x20onTestStepStarted\x20event:\x20','envelope','AMBIGUOUS','testRunStarted','testRunFinished','map','onTestRunStarted','GEzem','onTestStepStarted','nQDYs','parse','rule','XUNIk','testStepId','2498WvrXBF','NpOUK','XRMJA','pickleId','setup','getGherkinDocument','\x20-\x20','vhITo','uri','supportCodeLibrary','background','onTestRunFinished','olZQk','seconds','split','env','HookRunFinished','gherkinDocumentMap','status','testCaseMap','onSource','UZbRd','mFzTP','testCaseStartedId','finished_at','UnhandledError','testCaseId','onStepDefinition','testSteps','testStepFinished','hook','dlfnw','capability','../../../helpers/helper','tldbA','cucumber-js/test.setup.js','debug','hmeOa','JChHb','xUgwq','6973074GznEaZ','VVDHL','@cucumber/cucumber','SKIPPED','testCase','paaHh','UNKNOWN','includes','VTUBx','jEkKJ','TestRunFinished','getGherkinStepMap','toString','Exception\x20in\x20sending\x20onTestCaseFinished\x20event:\x20\x20','failure','feature','CXuqv','format','nweUn','cwd','QInBu','testCaseStarted','log','testCaseAttempt','sendTestRunEventForCucumber','logTestCaseFinished','732MeOyky','push','../../playwright/reporter/test-details.js','eventBroadcaster','__platform','Executing\x20tests\x20for\x20','stepDefinition','keyword','sendHook','UNDEFINED','EypZb','incrementCounter','scenario','path','extractStepContainers','text','\x20\x20\x20\x20','eventDataCollector','testStepResult','Exception\x20in\x20onTestStepFinished\x20event:\x20','forEach','snippetBuilder','wyRBI','duration'];a6_0x7c5c=function(){return _0x5880bc;};return a6_0x7c5c();}const a6_0x1e23a0=a6_0x23ea;function a6_0x23ea(_0x11cabb,_0xbc2f17){const _0x7c5cd4=a6_0x7c5c();return a6_0x23ea=function(_0x23eada,_0x5a59ad){_0x23eada=_0x23eada-0x140;let _0x112fbb=_0x7c5cd4[_0x23eada];return _0x112fbb;},a6_0x23ea(_0x11cabb,_0xbc2f17);}(function(_0x582c91,_0x310285){const _0x264821=a6_0x23ea,_0x3a83c1=_0x582c91();while(!![]){try{const _0x11a8eb=-parseInt(_0x264821(0x19c))/0x1*(-parseInt(_0x264821(0x1ce))/0x2)+-parseInt(_0x264821(0x189))/0x3+parseInt(_0x264821(0x1b9))/0x4+parseInt(_0x264821(0x1bf))/0x5*(-parseInt(_0x264821(0x161))/0x6)+-parseInt(_0x264821(0x187))/0x7+parseInt(_0x264821(0x1ba))/0x8+parseInt(_0x264821(0x147))/0x9;if(_0x11a8eb===_0x310285)break;else _0x3a83c1['push'](_0x3a83c1['shift']());}catch(_0x349c59){_0x3a83c1['push'](_0x3a83c1['shift']());}}}(a6_0x7c5c,0x5fd4e));const {requireModule,getPlatformName,nestedKeyValue,isUndefined}=require(a6_0x1e23a0(0x140)),util=require(a6_0x1e23a0(0x182)),{Formatter,formatterHelpers,Status}=requireModule(a6_0x1e23a0(0x149)),TestDetails=require(a6_0x1e23a0(0x163)),TestObservabilityReporter=require(a6_0x1e23a0(0x1ac)),{o11yClassErrorHandler}=require(a6_0x1e23a0(0x17e)),{shouldProcessEventForTesthub}=require('../../../helpers/testhub/utils.js'),testObservabilityReporter=new TestObservabilityReporter(),logger=require(a6_0x1e23a0(0x190))['winstonLogger'],_tests={},_testCasesData={};class BrowserstackFormatter extends Formatter{constructor(_0x2a450f){const _0x316484=a6_0x1e23a0,_0x22953d={};_0x22953d['KLRdj']=_0x316484(0x1c1);const _0x38056c=_0x22953d;super(_0x2a450f),this[_0x316484(0x1ad)]={},_0x2a450f[_0x316484(0x164)]['on'](_0x38056c[_0x316484(0x191)],async _0x284c9a=>{const _0x4ce270=_0x316484;switch(!![]){case!!_0x284c9a[_0x4ce270(0x1c3)]:this[_0x4ce270(0x1c6)](_0x284c9a['testRunStarted']);break;case!!_0x284c9a[_0x4ce270(0x1c4)]:this[_0x4ce270(0x1d9)](_0x284c9a[_0x4ce270(0x1c4)]);break;case!!_0x284c9a[_0x4ce270(0x15c)]:this[_0x4ce270(0x183)](_0x284c9a[_0x4ce270(0x15c)],_0x2a450f,_0x284c9a);break;case!!_0x284c9a[_0x4ce270(0x1a8)]:this['onTestCaseFinished'](_0x284c9a['testCaseFinished'],_0x2a450f,_0x284c9a);break;case!!_0x284c9a[_0x4ce270(0x17a)]:this[_0x4ce270(0x1c8)](_0x284c9a[_0x4ce270(0x17a)],_0x2a450f);break;case!!_0x284c9a['testStepFinished']:this['onTestStepFinished'](_0x284c9a['testStepFinished'],_0x2a450f);break;case!!_0x284c9a[_0x4ce270(0x1ec)]:this['onHook'](_0x284c9a['hook']);break;case!!_0x284c9a[_0x4ce270(0x14b)]:this[_0x4ce270(0x1b3)](_0x284c9a['testCase']);break;case!!_0x284c9a[_0x4ce270(0x180)]:this[_0x4ce270(0x193)](_0x284c9a['pickle']);break;case!!_0x284c9a[_0x4ce270(0x184)]:this[_0x4ce270(0x1b6)](_0x284c9a[_0x4ce270(0x184)]);break;}});}[a6_0x1e23a0(0x17c)](_0x488da9){const _0x199829=a6_0x1e23a0;this[_0x199829(0x1ad)]['hooks']=Object[_0x199829(0x1a1)]([],this[_0x199829(0x1ad)]['hooks']||[]),this[_0x199829(0x1ad)]['hooks'][_0x199829(0x162)](_0x488da9);}[a6_0x1e23a0(0x193)](_0xd544b){const _0x24f559=a6_0x1e23a0;this[_0x24f559(0x1ad)][_0x24f559(0x180)]=Object['assign']([],this[_0x24f559(0x1ad)][_0x24f559(0x180)]||[],[_0xd544b]),this[_0x24f559(0x1ad)]['pickle'][_0x24f559(0x162)](_0xd544b);}[a6_0x1e23a0(0x1b6)](_0x19d34c){const _0x337e32=a6_0x1e23a0;this[_0x337e32(0x1ad)][_0x337e32(0x184)]=Object[_0x337e32(0x1a1)]([],this[_0x337e32(0x1ad)][_0x337e32(0x184)]||[],[_0x19d34c]),this[_0x337e32(0x1ad)][_0x337e32(0x184)][_0x337e32(0x162)](_0x19d34c);}[a6_0x1e23a0(0x1e2)](_0x5ae66b){const _0x2cc001=a6_0x1e23a0;this['report'][_0x2cc001(0x192)]=_0x5ae66b;}[a6_0x1e23a0(0x1e9)](_0x3469ec){const _0x41accb=a6_0x1e23a0;this['report'][_0x41accb(0x167)]=Object[_0x41accb(0x1a1)]([],this[_0x41accb(0x1ad)][_0x41accb(0x167)]||[],[_0x3469ec]),this[_0x41accb(0x1ad)]['stepDefinition']['push'](_0x3469ec);}['onTestCase'](_0x50c84f){const _0x58085c=a6_0x1e23a0;this[_0x58085c(0x1ad)]['testCases']=Object[_0x58085c(0x1a1)]([],this[_0x58085c(0x1ad)]['testCases']||[],[_0x50c84f]),this[_0x58085c(0x1ad)][_0x58085c(0x1bc)][_0x58085c(0x162)](_0x50c84f);}[a6_0x1e23a0(0x160)](_0x148470){const _0x349c1b=a6_0x1e23a0,_0x337475={'TohCH':function(_0x5eb54d,_0x2088fa){return _0x5eb54d!==_0x2088fa;},'OmBVU':_0x349c1b(0x18d),'UZbRd':function(_0x13fb0b,_0x533d2b){return _0x13fb0b+_0x533d2b;},'tvplR':function(_0xf6fc31,_0x9502a2){return _0xf6fc31+_0x9502a2;},'dlfnw':function(_0x120241,_0x2f2f2d){return _0x120241+_0x2f2f2d;},'norsH':function(_0x4758fc,_0x37d6d4){return _0x4758fc+_0x37d6d4;},'MMLNO':function(_0x225a70,_0x5cf9f1){return _0x225a70+_0x5cf9f1;},'QMebo':_0x349c1b(0x171),'tldbA':_0x349c1b(0x1d4),'CCtBu':function(_0x36b704,_0xaaed70){return _0x36b704===_0xaaed70;},'ESMQd':_0x349c1b(0x18a),'wqLNB':function(_0x2292c0,_0x25d25c,_0x1fe4cf){return _0x2292c0(_0x25d25c,_0x1fe4cf);},'jEkKJ':_0x349c1b(0x19a),'ZEOCh':_0x349c1b(0x195),'mFzTP':function(_0x6d0d1a,_0x36849e){return _0x6d0d1a+_0x36849e;},'Nuvjy':function(_0x3e8d72,_0x334d8b){return _0x3e8d72+_0x334d8b;},'paaHh':function(_0x38e8f5,_0x3f6793){return _0x38e8f5+_0x3f6793;},'mcbhe':function(_0x39a42c,_0x203ed6){return _0x39a42c+_0x203ed6;},'MPfCF':function(_0x336af1,_0x535386){return _0x336af1+_0x535386;},'ftxgO':function(_0x16053d,_0x9aebdd){return _0x16053d+_0x9aebdd;},'NpOUK':function(_0x2585c1,_0x4544d0){return _0x2585c1+_0x4544d0;}};_0x337475[_0x349c1b(0x181)](global[_0x349c1b(0x165)],undefined)&&this[_0x349c1b(0x15d)](_0x337475['mcbhe'](_0x337475['mFzTP']('\x0a',global[_0x349c1b(0x165)]),'\x0a'));const _0x385436=this[_0x349c1b(0x172)][_0x349c1b(0x1bb)](_0x148470[_0x349c1b(0x1e5)]);this[_0x349c1b(0x15d)](_0x337475[_0x349c1b(0x1b7)](_0x337475[_0x349c1b(0x198)](_0x337475[_0x349c1b(0x1a0)](_0x337475[_0x349c1b(0x1cf)]('\x20\x20',_0x385436['gherkinDocument'][_0x349c1b(0x156)][_0x349c1b(0x1b5)]),_0x337475['tldbA']),_0x385436['pickle'][_0x349c1b(0x1b5)]),'\x0a'));const _0x422ae5={};_0x422ae5[_0x349c1b(0x15a)]=this[_0x349c1b(0x15a)],_0x422ae5[_0x349c1b(0x176)]=this['snippetBuilder'],_0x422ae5[_0x349c1b(0x1d7)]=this[_0x349c1b(0x1d7)],_0x422ae5[_0x349c1b(0x15e)]=_0x385436;const _0x49d19f=formatterHelpers['parseTestCaseAttempt'](_0x422ae5);let _0xfda512=![];_0x49d19f[_0x349c1b(0x1ea)][_0x349c1b(0x175)](_0x5cc86c=>{const _0x22d1df=_0x349c1b;if(_0x337475[_0x22d1df(0x181)](_0x5cc86c['name'],_0x337475[_0x22d1df(0x19f)])&&!this['isBstackHook'](_0x5cc86c)){totalTests+=0x1,this[_0x22d1df(0x15d)](_0x337475[_0x22d1df(0x1e3)](_0x337475['tvplR'](_0x337475[_0x22d1df(0x1ed)](_0x337475['norsH'](_0x337475[_0x22d1df(0x1b7)](_0x337475['QMebo'],_0x5cc86c[_0x22d1df(0x168)]),_0x5cc86c[_0x22d1df(0x170)]||''),_0x337475[_0x22d1df(0x141)]),Status[_0x5cc86c[_0x22d1df(0x19a)][_0x22d1df(0x1e0)]]),'\x0a')),this[_0x22d1df(0x16c)](Status[_0x5cc86c[_0x22d1df(0x19a)][_0x22d1df(0x1e0)]]);if(_0x337475['CCtBu'](Status[_0x5cc86c[_0x22d1df(0x19a)][_0x22d1df(0x1e0)]],_0x337475[_0x22d1df(0x17d)])){_0xfda512=!![];const _0x1187e2=_0x337475[_0x22d1df(0x1be)](nestedKeyValue,_0x5cc86c,[_0x337475[_0x22d1df(0x150)],_0x337475[_0x22d1df(0x1a9)]]);_0x1187e2&&(testsErrorMessage[_0x337475[_0x22d1df(0x1e4)](_0x337475['Nuvjy'](_0x385436[_0x22d1df(0x184)][_0x22d1df(0x156)][_0x22d1df(0x1b5)],_0x337475[_0x22d1df(0x141)]),_0x385436[_0x22d1df(0x180)][_0x22d1df(0x1b5)])]=_0x1187e2,this[_0x22d1df(0x15d)](_0x337475[_0x22d1df(0x14c)](_0x1187e2,'\x0a')));}}}),_0xfda512&&(testSuitesFailed+=0x1),this['log']('\x0a');}[a6_0x1e23a0(0x19e)](_0x49f2b3){}[a6_0x1e23a0(0x1aa)](_0x37fedb){const _0x4dba95=a6_0x1e23a0,_0x5b945c={};_0x5b945c[_0x4dba95(0x185)]=function(_0x321a84,_0x16d5ec){return _0x321a84!==_0x16d5ec;},_0x5b945c[_0x4dba95(0x159)]=_0x4dba95(0x142);const _0x41a762=_0x5b945c;if(_0x41a762[_0x4dba95(0x185)](_0x37fedb[_0x4dba95(0x17f)],undefined))return![];if(_0x37fedb[_0x4dba95(0x1a2)]&&_0x37fedb[_0x4dba95(0x1a2)]['uri'][_0x4dba95(0x14e)](_0x41a762[_0x4dba95(0x159)]))return!![];return![];}[a6_0x1e23a0(0x16c)](_0x1e314f){const _0x4cfdab=a6_0x1e23a0,_0x16c655={};_0x16c655[_0x4cfdab(0x1d0)]=_0x4cfdab(0x18a),_0x16c655['LwIsx']=_0x4cfdab(0x1bd),_0x16c655[_0x4cfdab(0x1cc)]=_0x4cfdab(0x14a),_0x16c655[_0x4cfdab(0x1d5)]='PENDING',_0x16c655[_0x4cfdab(0x199)]=_0x4cfdab(0x16a),_0x16c655['wyRBI']=_0x4cfdab(0x14d),_0x16c655[_0x4cfdab(0x15b)]=_0x4cfdab(0x1c2);const _0x5bce1d=_0x16c655;switch(_0x1e314f){case _0x5bce1d['XRMJA']:testsFailed+=0x1;break;case _0x5bce1d[_0x4cfdab(0x1ab)]:testsPassed+=0x1;break;case _0x5bce1d[_0x4cfdab(0x1cc)]:testsSkipped+=0x1;break;case _0x5bce1d[_0x4cfdab(0x1d5)]:testsPending+=0x1;break;case _0x5bce1d[_0x4cfdab(0x199)]:testsUndefined+=0x1;break;case _0x5bce1d[_0x4cfdab(0x177)]:testsUnknown+=0x1;break;case _0x5bce1d[_0x4cfdab(0x15b)]:testsAmbiguous+=0x1;break;default:break;}}[a6_0x1e23a0(0x1c6)](_0x487325){const _0x4095e2=a6_0x1e23a0,_0x13fa7f={'xUgwq':function(_0xe587ed,_0x2df723){return _0xe587ed!==_0x2df723;},'GEzem':function(_0x35ce59,_0x3fe8ec){return _0x35ce59(_0x3fe8ec);},'hmeOa':function(_0x202051,_0x14e243){return _0x202051+_0x14e243;},'RSbgx':function(_0x25cc46){return _0x25cc46();}};let _0x49c889;if(_0x13fa7f[_0x4095e2(0x146)](process[_0x4095e2(0x1dd)][_0x4095e2(0x19d)],undefined)){const _0x1a2a05=JSON[_0x4095e2(0x1ca)](process['env'][_0x4095e2(0x19d)]);_0x49c889=_0x1a2a05[_0x4095e2(0x1ee)];}_0x13fa7f[_0x4095e2(0x146)](_0x49c889,undefined)&&(global[_0x4095e2(0x165)]=_0x13fa7f[_0x4095e2(0x1c7)](getPlatformName,_0x49c889),this['log'](_0x13fa7f[_0x4095e2(0x144)](_0x4095e2(0x166)+global[_0x4095e2(0x165)],'\x0a'))),_0x13fa7f[_0x4095e2(0x1b0)](shouldProcessEventForTesthub)&&(TestDetails[_0x4095e2(0x1d2)](),this[_0x4095e2(0x1ad)][_0x4095e2(0x1c3)]=_0x487325);}[a6_0x1e23a0(0x1d9)](_0x38bb3e){const _0x48b9f8=a6_0x1e23a0;this[_0x48b9f8(0x1ad)][_0x48b9f8(0x1c4)]=_0x38bb3e,this['logTestRunFinished'](_0x38bb3e);}async[a6_0x1e23a0(0x183)](_0x3e7835,_0x3411cf,_0x5d137d){const _0x19e9ce=a6_0x1e23a0,_0x3597e6={'cgCOC':function(_0x438835,_0x143177){return _0x438835(_0x143177);},'EypZb':_0x19e9ce(0x1a4),'CXuqv':function(_0x504cbb,_0x2a73c3){return _0x504cbb&&_0x2a73c3;}};testSuites+=0x1;if(_0x3597e6['cgCOC'](shouldProcessEventForTesthub,_0x3597e6[_0x19e9ce(0x16b)]))try{this[_0x19e9ce(0x1ad)][_0x19e9ce(0x15c)]=this['report'][_0x19e9ce(0x15c)]||{},this['report'][_0x19e9ce(0x15c)][_0x3e7835['id']]=_0x3e7835;const _0x5357fb=TestDetails['getTestUUID'](_0x3e7835['id']);_testCasesData[_0x3e7835['id']]=Object[_0x19e9ce(0x1a1)]({},_0x5d137d);const _0x454fc3=this['report'],_0x571534=_0x3e7835[_0x19e9ce(0x1e8)],_0x1a10cd=_0x454fc3['testCases']['find'](_0x325d23=>_0x325d23['id']===_0x571534)[_0x19e9ce(0x1d1)],_0x50a059=_0x454fc3[_0x19e9ce(0x180)][_0x19e9ce(0x1b4)](_0x25bcea=>_0x25bcea['id']===_0x1a10cd),_0x34257a=_0x454fc3['gherkinDocument'][_0x19e9ce(0x1b4)](_0x57e104=>_0x57e104[_0x19e9ce(0x1d6)]===_0x50a059[_0x19e9ce(0x1d6)]),_0x459933=_0x34257a['feature'],_0x6cde1={'uuid':_0x5357fb,'startedAt':new Date()[_0x19e9ce(0x1b2)]()};if(_0x50a059){const _0x2675d1={};_0x2675d1[_0x19e9ce(0x1b5)]=_0x50a059[_0x19e9ce(0x1b5)],_0x6cde1['scenario']=_0x2675d1;}if(_0x3597e6[_0x19e9ce(0x157)](_0x34257a,_0x459933)){const _0x383ab8={};_0x383ab8[_0x19e9ce(0x16e)]=_0x34257a[_0x19e9ce(0x1d6)],_0x383ab8[_0x19e9ce(0x1b5)]=_0x459933[_0x19e9ce(0x1b5)],_0x383ab8[_0x19e9ce(0x186)]=_0x459933[_0x19e9ce(0x186)],_0x6cde1[_0x19e9ce(0x156)]=_0x383ab8;}_tests[_0x571534]=_0x6cde1,await testObservabilityReporter['sendTestRunEventForCucumber'](_0x5d137d,_0x34257a,_0x50a059,_0x3597e6['EypZb'],_0x6cde1);}catch(_0x3a4f2f){logger[_0x19e9ce(0x143)](_0x19e9ce(0x1a3)+util[_0x19e9ce(0x158)](_0x3a4f2f)+'\x20');}}async['onTestCaseFinished'](_0x55441a,_0x251bde,_0x1a8ec5){const _0x2076fa=a6_0x1e23a0,_0x254ec7={'nOlCn':function(_0x2af464,_0x106a8f){return _0x2af464(_0x106a8f);},'YIGxw':_0x2076fa(0x151)};this[_0x2076fa(0x160)](_0x55441a);if(_0x254ec7[_0x2076fa(0x179)](shouldProcessEventForTesthub,_0x254ec7['YIGxw']))try{this[_0x2076fa(0x1ad)][_0x2076fa(0x1a8)]=this[_0x2076fa(0x1ad)][_0x2076fa(0x1a8)]||{},this['report']['testCaseFinished'][_0x55441a[_0x2076fa(0x1e5)]]=_0x55441a,_testCasesData[_0x1a8ec5['id']]=Object[_0x2076fa(0x1a1)]({},_0x1a8ec5);const _0x3a11bb=_0x55441a[_0x2076fa(0x1e5)],_0x2f83f1=_0x251bde['eventDataCollector'][_0x2076fa(0x19b)][_0x3a11bb]['testCaseId'],_0x4500f8=_0x251bde[_0x2076fa(0x172)][_0x2076fa(0x1e1)][_0x2f83f1],_0x127a7c=_0x4500f8[_0x2076fa(0x1d1)],_0x1d4b15=_0x251bde['eventDataCollector']['pickleMap'][_0x127a7c],_0x4811d2=this[_0x2076fa(0x1d3)](_0x251bde,_0x1d4b15),_0x40145d=_tests[_0x2f83f1];_0x40145d&&(delete _tests[_0x2f83f1],_0x40145d[_0x2076fa(0x1a7)]=new Date()[_0x2076fa(0x1b2)]()),await testObservabilityReporter[_0x2076fa(0x15f)](_0x1a8ec5,_0x4811d2,_0x1d4b15,_0x254ec7[_0x2076fa(0x1b1)],_0x40145d);}catch(_0x4fbfe3){logger['debug'](_0x2076fa(0x154)+util[_0x2076fa(0x158)](_0x4fbfe3));}}async[a6_0x1e23a0(0x1c8)](_0x2557a8,_0x3ddfde){const _0x26355c=a6_0x1e23a0,_0x190a85={'xAnPp':function(_0x29536a,_0x11c942){return _0x29536a(_0x11c942);},'haYCb':_0x26355c(0x18e),'WFFcp':function(_0x1e8670,_0x2441e5){return _0x1e8670!==_0x2441e5;},'JwPOE':_0x26355c(0x1cd)};if(_0x190a85[_0x26355c(0x1a5)](shouldProcessEventForTesthub,_0x190a85['haYCb']))try{this[_0x26355c(0x1ad)][_0x26355c(0x17a)]=this[_0x26355c(0x1ad)][_0x26355c(0x17a)]||{},this[_0x26355c(0x1ad)][_0x26355c(0x17a)][_0x2557a8[_0x26355c(0x1e5)]]=_0x2557a8;const _0x2f2711=_0x2557a8['testCaseStartedId'],_0x42c8b9=_0x3ddfde[_0x26355c(0x172)][_0x26355c(0x19b)][_0x2f2711][_0x26355c(0x1e8)],_0x381f06=this[_0x26355c(0x1ad)][_0x26355c(0x1bc)][_0x26355c(0x1b4)](_0x4a7db7=>_0x4a7db7['id']===_0x42c8b9)['pickleId'],_0x47ddad=this[_0x26355c(0x1ad)]['pickle'][_0x26355c(0x1b4)](_0x5a950d=>_0x5a950d['id']===_0x381f06),_0x14dbd3=this[_0x26355c(0x1ad)][_0x26355c(0x1bc)]['find'](_0x1362a7=>_0x1362a7['id']===_0x42c8b9)[_0x26355c(0x1ea)],_0x285ca8=this[_0x26355c(0x1ad)][_0x26355c(0x17a)][_0x2f2711]['testStepId'],_0x356b17=_0x14dbd3['find'](_0x1e536e=>_0x1e536e['id']===_0x285ca8)['pickleStepId'],_0x2e1962=_0x47ddad[_0x26355c(0x1af)][_0x26355c(0x1b4)](_0x223d04=>_0x223d04['id']===_0x356b17);if(_0x356b17&&_tests[_0x42c8b9]&&_0x190a85[_0x26355c(0x196)](_tests[_0x42c8b9][_0x190a85['JwPOE']],_0x285ca8)){_tests[_0x42c8b9][_0x190a85[_0x26355c(0x1b8)]]=_0x285ca8;const _0x1b505b={};_0x1b505b[_0x26355c(0x1af)]=[];const _0x41c7c6=_tests[_0x42c8b9]||_0x1b505b;_0x41c7c6&&!_0x41c7c6[_0x26355c(0x1af)]&&(_0x41c7c6[_0x26355c(0x1af)]=[]),_0x41c7c6[_0x26355c(0x1af)]['push']({'id':_0x2e1962['id'],'text':_0x2e1962[_0x26355c(0x170)],'started_at':new Date()[_0x26355c(0x1b2)]()}),_tests[_0x42c8b9]=_0x41c7c6;}await testObservabilityReporter[_0x26355c(0x169)](this[_0x26355c(0x1ad)],_0x2f2711,_0x190a85['haYCb'],_0x14dbd3,_0x285ca8,_tests[_0x42c8b9]);}catch(_0x8828fd){logger[_0x26355c(0x143)](_0x26355c(0x1c0)+util[_0x26355c(0x158)](_0x8828fd));}}async['onTestStepFinished'](_0x5f2580,_0xfe07e1){const _0x39f919=a6_0x1e23a0,_0x39b9ab={'JChHb':function(_0x346a89,_0x3b6741){return _0x346a89===_0x3b6741;},'OkqxF':'4|3|1|0|2','ueIuR':function(_0x5cf75b,_0x1babdd){return _0x5cf75b(_0x1babdd);},'VTUBx':_0x39f919(0x1de),'VVDHL':_0x39f919(0x18f),'vzzFJ':function(_0x36efa1,_0x346d3a){return _0x36efa1===_0x346d3a;},'ullGl':_0x39f919(0x1e7),'olZQk':'testStepId'};this['report'][_0x39f919(0x1eb)]=this['report'][_0x39f919(0x1eb)]||{},this['report'][_0x39f919(0x1eb)][_0x5f2580[_0x39f919(0x1e5)]]=_0x5f2580;if(_0x39b9ab['ueIuR'](shouldProcessEventForTesthub,_0x39b9ab[_0x39f919(0x14f)]))try{const _0x2990b9=_0x5f2580[_0x39f919(0x1e5)],_0x461e0f=_0xfe07e1[_0x39f919(0x172)][_0x39f919(0x19b)][_0x2990b9][_0x39f919(0x1e8)],_0x1145e0=_0xfe07e1[_0x39f919(0x172)][_0x39f919(0x1e1)][_0x461e0f],_0x386570=_0x1145e0[_0x39f919(0x1d1)],_0x356248=_0xfe07e1[_0x39f919(0x172)]['pickleMap'][_0x386570],_0x515f75=_0x5f2580['testStepId'],_0x1ce105=_0x1145e0[_0x39f919(0x1ea)],_0x5ec955=this['eventDataCollector']['getTestCaseAttempt'](_0x2990b9),_0x492083=_0x1ce105['find'](_0x260772=>_0x260772['id']===_0x515f75)['pickleStepId'];let _0x389a7b,_0x11f8b3;_0x5f2580[_0x39f919(0x173)]&&_0x39b9ab[_0x39f919(0x145)](_0x5f2580[_0x39f919(0x173)][_0x39f919(0x1e0)][_0x39f919(0x153)]()[_0x39f919(0x188)](),_0x39b9ab[_0x39f919(0x148)])&&(_0x389a7b=_0x39b9ab[_0x39f919(0x145)](_0x5f2580[_0x39f919(0x173)][_0x39f919(0x197)],undefined)?_0x5f2580[_0x39f919(0x173)]['message']:_0x5f2580[_0x39f919(0x173)][_0x39f919(0x197)]['message'],_0x11f8b3=_0x39b9ab[_0x39f919(0x18b)](_0x5f2580[_0x39f919(0x173)][_0x39f919(0x197)],undefined)?_0x39b9ab[_0x39f919(0x194)]:_0x5f2580['testStepResult']['message']);await testObservabilityReporter[_0x39f919(0x169)](this[_0x39f919(0x1ad)],_0x2990b9,_0x39b9ab['VTUBx'],_0x1ce105,_0x515f75,_tests[_0x461e0f]);if(_0x492083&&_tests[_0x461e0f][_0x39b9ab[_0x39f919(0x1da)]]){const _0x450ae9=_0x356248[_0x39f919(0x1af)][_0x39f919(0x1b4)](_0x411786=>_0x411786['id']===_0x492083),_0x3f8304={};_0x3f8304[_0x39f919(0x1af)]=[];const _0x2fb848=_tests[_0x461e0f]||_0x3f8304;!_0x2fb848[_0x39f919(0x1af)]?_0x2fb848[_0x39f919(0x1af)]=[{'id':_0x450ae9['id'],'text':_0x450ae9[_0x39f919(0x170)],'finished_at':new Date()[_0x39f919(0x1b2)](),'result':_0x5f2580[_0x39f919(0x173)][_0x39f919(0x1e0)],'duration':_0x5f2580[_0x39f919(0x173)][_0x39f919(0x178)][_0x39f919(0x1db)],'failure':_0x389a7b,'failureType':_0x11f8b3}]:_0x2fb848['steps'][_0x39f919(0x175)](_0x56d92a=>{const _0x428fa6=_0x39f919;if(_0x39b9ab[_0x428fa6(0x145)](_0x56d92a['id'],_0x450ae9['id'])){const _0x4ec872=_0x39b9ab['OkqxF'][_0x428fa6(0x1dc)]('|');let _0x56f383=0x0;while(!![]){switch(_0x4ec872[_0x56f383++]){case'0':_0x56d92a[_0x428fa6(0x155)]=_0x389a7b;continue;case'1':_0x56d92a[_0x428fa6(0x178)]=_0x5f2580[_0x428fa6(0x173)]['duration']['seconds'];continue;case'2':_0x56d92a['failureType']=_0x11f8b3;continue;case'3':_0x56d92a[_0x428fa6(0x19a)]=_0x5f2580[_0x428fa6(0x173)][_0x428fa6(0x1e0)];continue;case'4':_0x56d92a[_0x428fa6(0x1e6)]=new Date()[_0x428fa6(0x1b2)]();continue;}break;}}}),_tests[_0x461e0f]=_0x2fb848,delete _tests[_0x461e0f][_0x39b9ab[_0x39f919(0x1da)]];}}catch(_0x2d6f77){logger[_0x39f919(0x143)](_0x39f919(0x174)+util['format'](_0x2d6f77));}}[a6_0x1e23a0(0x152)](_0xbd455a){const _0xcfcc7=a6_0x1e23a0,_0x28bb6a={};return _0xbd455a[_0xcfcc7(0x156)]['children']['map'](this[_0xcfcc7(0x16f)])['flat']()[_0xcfcc7(0x175)](_0xa39a54=>_0xa39a54[_0xcfcc7(0x1af)]['forEach'](_0x59b53b=>_0x28bb6a[_0x59b53b['id']]=_0x59b53b)),_0x28bb6a;}[a6_0x1e23a0(0x16f)](_0x29eeb7){const _0x741f37=a6_0x1e23a0,_0x3cb31d={'nQDYs':function(_0x8fc71,_0x50e62c){return _0x8fc71(_0x50e62c);},'kgLlc':function(_0x1ae93d,_0x3af05f){return _0x1ae93d(_0x3af05f);}};if(!_0x3cb31d[_0x741f37(0x1c9)](isUndefined,_0x29eeb7['background']))return[_0x29eeb7[_0x741f37(0x1d8)]];else{if(!_0x3cb31d['kgLlc'](isUndefined,_0x29eeb7['rule']))return _0x29eeb7[_0x741f37(0x1cb)][_0x741f37(0x1a6)][_0x741f37(0x1c5)](_0x46b0c4=>!isUndefined(_0x46b0c4['background'])?_0x46b0c4['background']:_0x46b0c4['scenario']);};return[_0x29eeb7[_0x741f37(0x16d)]];}[a6_0x1e23a0(0x1d3)](_0x1b4b07,_0xf3ee45){const _0xc52c26=a6_0x1e23a0;return Object[_0xc52c26(0x18c)](_0x1b4b07[_0xc52c26(0x172)][_0xc52c26(0x1df)])[_0xc52c26(0x1b4)](_0xe10afa=>_0xe10afa[_0xc52c26(0x1d6)]===_0xf3ee45[_0xc52c26(0x1d6)]);}}module[a6_0x1e23a0(0x1ae)]=o11yClassErrorHandler(BrowserstackFormatter,[a6_0x1e23a0(0x183),a6_0x1e23a0(0x17b),a6_0x1e23a0(0x1c8),'onTestStepFinished',a6_0x1e23a0(0x1c6),'onTestRunFinished',a6_0x1e23a0(0x16f),'getGherkinDocument',a6_0x1e23a0(0x152)]);
@@ -1 +1 @@
1
- function a7_0x4f3b(_0x4dd852,_0x9f8d65){const _0x42f166=a7_0x42f1();return a7_0x4f3b=function(_0x4f3b29,_0x32a840){_0x4f3b29=_0x4f3b29-0xe8;let _0x48c364=_0x42f166[_0x4f3b29];return _0x48c364;},a7_0x4f3b(_0x4dd852,_0x9f8d65);}const a7_0x17f509=a7_0x4f3b;(function(_0x4d51be,_0x3a2afb){const _0x4a572b=a7_0x4f3b,_0x4823a9=_0x4d51be();while(!![]){try{const _0x142394=parseInt(_0x4a572b(0x128))/0x1+parseInt(_0x4a572b(0x10b))/0x2+parseInt(_0x4a572b(0x12c))/0x3*(parseInt(_0x4a572b(0x10e))/0x4)+-parseInt(_0x4a572b(0xea))/0x5+-parseInt(_0x4a572b(0xf4))/0x6+parseInt(_0x4a572b(0xfd))/0x7*(-parseInt(_0x4a572b(0x108))/0x8)+-parseInt(_0x4a572b(0x104))/0x9*(-parseInt(_0x4a572b(0x121))/0xa);if(_0x142394===_0x3a2afb)break;else _0x4823a9['push'](_0x4823a9['shift']());}catch(_0x24256a){_0x4823a9['push'](_0x4823a9['shift']());}}}(a7_0x42f1,0x4c562));const {requireModule,getPlatformName,nestedKeyValue}=require(a7_0x17f509(0x11d)),{Formatter}=requireModule('cucumber'),pickleParser=requireModule(a7_0x17f509(0x13d),a7_0x17f509(0x129));class BrowserstackFormatter extends Formatter{constructor(_0x55458d){const _0x2b4251=a7_0x17f509,_0x45a67e={'aDEov':function(_0x2947cd,_0x1b16c4){return _0x2947cd!==_0x1b16c4;},'mWWWh':function(_0x2f18f5,_0x4fa720){return _0x2f18f5!==_0x4fa720;},'HJSVf':function(_0x343315,_0x975dbb){return _0x343315(_0x975dbb);},'GVTLy':_0x2b4251(0x139),'eXKrW':_0x2b4251(0x12b),'LJqPJ':_0x2b4251(0x140),'QoIFM':'test-run-finished','JPWMg':'test-step-started'};super(_0x55458d),_0x55458d[_0x2b4251(0x113)]['on'](_0x45a67e[_0x2b4251(0x112)],()=>{const _0x1c3184=_0x2b4251;let _0x50c35e;if(_0x45a67e[_0x1c3184(0x11f)](process[_0x1c3184(0x136)][_0x1c3184(0x107)],undefined)){const _0x42bec8=JSON['parse'](process[_0x1c3184(0x136)]['CONFIG']);_0x50c35e=_0x42bec8[_0x1c3184(0xee)];}_0x45a67e[_0x1c3184(0x118)](_0x50c35e,undefined)&&(global[_0x1c3184(0x11b)]=_0x45a67e[_0x1c3184(0x12f)](getPlatformName,_0x50c35e),console['log']('Executing\x20tests\x20for\x20'+global['__platform']));}),_0x55458d['eventBroadcaster']['on'](_0x45a67e['eXKrW'],()=>{testSuites+=0x1;}),_0x55458d[_0x2b4251(0x113)]['on'](_0x45a67e[_0x2b4251(0x11c)],_0x2aa9f1=>{const _0x25c232=_0x2b4251;this[_0x25c232(0x105)](_0x2aa9f1);}),_0x55458d[_0x2b4251(0x113)]['on'](_0x45a67e[_0x2b4251(0x10a)],()=>{totalTests-=0x2;}),_0x55458d[_0x2b4251(0x113)]['on'](_0x45a67e[_0x2b4251(0xe9)],()=>{totalTests+=0x1;});}[a7_0x17f509(0x105)](_0x5226fc){const _0x1a5a77=a7_0x17f509,_0x28d977={'zlvHt':_0x1a5a77(0xf6),'TujKr':_0x1a5a77(0x11e),'iZxfv':'SKIPPED','rpSNN':_0x1a5a77(0x10c),'MRTIx':_0x1a5a77(0xeb),'sPySC':_0x1a5a77(0x131),'iENtK':_0x1a5a77(0xfc),'qMTvA':function(_0x31f479,_0x4d6736){return _0x31f479+_0x4d6736;},'HmlhN':function(_0x182212,_0x46ea77){return _0x182212+_0x46ea77;},'boMRc':'\x20\x20\x20\x20','UdETJ':_0x1a5a77(0xf5),'BtvvV':function(_0x2524d0,_0x40278e){return _0x2524d0(_0x40278e);},'qFbGe':_0x1a5a77(0x13b),'khnnC':_0x1a5a77(0x123),'QNrxY':_0x1a5a77(0x111),'aoSax':function(_0x33dc95,_0x1197d8){return _0x33dc95===_0x1197d8;},'tMmbC':function(_0x13d114,_0x23bf30,_0x1a4154){return _0x13d114(_0x23bf30,_0x1a4154);},'WvAGj':_0x1a5a77(0x10f),'PuPKt':_0x1a5a77(0x12e),'ayVfc':_0x1a5a77(0x115),'vsnUc':function(_0x5c7045,_0x15fb55){return _0x5c7045!==_0x15fb55;},'eduYG':function(_0x2225be,_0x4e67ac){return _0x2225be+_0x4e67ac;},'YdvYr':function(_0x426fa4,_0x3b02c3){return _0x426fa4+_0x3b02c3;},'Qvqhj':_0x1a5a77(0x11a),'ZzbZn':function(_0x26bad4,_0x3937dc){return _0x26bad4<_0x3937dc;},'FnbMh':function(_0x239923,_0x16890f){return _0x239923+_0x16890f;},'sJUKp':function(_0x23584d,_0x2c64bb){return _0x23584d(_0x2c64bb);},'brlHS':function(_0x2ad59d,_0x1bfefd){return _0x2ad59d+_0x1bfefd;},'RpXuZ':function(_0x43c547,_0x4c66c6){return _0x43c547===_0x4c66c6;},'Amxym':function(_0x365dbb,_0x6c99){return _0x365dbb+_0x6c99;}};let _0x1dcb09=![];function _0x526f7b(_0xd43dcf){const _0x5375bd=_0x1a5a77;switch(_0xd43dcf){case _0x28d977['zlvHt']:testsFailed+=0x1;break;case _0x28d977[_0x5375bd(0x130)]:testsPassed+=0x1;break;case _0x28d977[_0x5375bd(0x135)]:testsSkipped+=0x1;break;case _0x28d977[_0x5375bd(0x120)]:testsPending+=0x1;break;case _0x28d977[_0x5375bd(0x126)]:testsUndefined+=0x1;break;case _0x28d977[_0x5375bd(0xff)]:testsUnknown+=0x1;break;case _0x28d977['iENtK']:testsAmbiguous+=0x1;break;default:break;}}_0x28d977[_0x1a5a77(0xf1)](global['__platform'],undefined)&&console[_0x1a5a77(0xf3)](_0x28d977[_0x1a5a77(0x134)](_0x28d977[_0x1a5a77(0x13e)]('\x0a',global[_0x1a5a77(0x11b)]),'\x0a'));let _0x2393d2=![];if(_0x28d977[_0x1a5a77(0xf1)](typeof this['eventDataCollector'][_0x1a5a77(0x119)],_0x28d977[_0x1a5a77(0xf2)])){var _0x4788fa=this[_0x1a5a77(0xef)][_0x1a5a77(0x119)](_0x5226fc[_0x1a5a77(0xe8)]),_0x201db2=_0x4788fa[_0x1a5a77(0x13c)],_0x3ffa2f=_0x4788fa[_0x1a5a77(0x103)];console[_0x1a5a77(0xf3)](_0x28d977[_0x1a5a77(0x13e)]('\x20\x20',_0x201db2[_0x1a5a77(0xf0)]));var _0xf3b77b=(0x0,pickleParser[_0x1a5a77(0x132)])(_0x201db2);_0x3ffa2f[_0x1a5a77(0x12d)][_0x1a5a77(0x124)](function(_0x129212){const _0x5142fb=_0x1a5a77;if(_0x129212['actionLocation']&&_0x129212['sourceLocation'])_0x1dcb09=!![],console[_0x5142fb(0xf3)](_0x28d977[_0x5142fb(0x10d)](_0x28d977[_0x5142fb(0x10d)](_0x28d977[_0x5142fb(0x13a)](_0x28d977[_0x5142fb(0x13f)],_0xf3b77b[_0x129212[_0x5142fb(0xe8)]['line']][_0x5142fb(0xec)]),_0x28d977[_0x5142fb(0x133)]),_0x129212[_0x5142fb(0x10f)][_0x5142fb(0x110)][_0x5142fb(0x117)]())),_0x28d977[_0x5142fb(0xfb)](_0x526f7b,_0x129212[_0x5142fb(0x10f)][_0x5142fb(0x110)][_0x5142fb(0x117)]());else _0x129212['actionLocation']&&(!_0x129212[_0x5142fb(0x101)][_0x5142fb(0x109)]['includes'](_0x28d977['qFbGe'])&&(_0x28d977[_0x5142fb(0xfb)](_0x526f7b,_0x129212['result'][_0x5142fb(0x110)]['toUpperCase']()),_0x1dcb09?console[_0x5142fb(0xf3)](_0x28d977[_0x5142fb(0x13a)](_0x28d977['khnnC'],_0x129212[_0x5142fb(0x10f)][_0x5142fb(0x110)][_0x5142fb(0x117)]())):console[_0x5142fb(0xf3)](_0x28d977['qMTvA'](_0x28d977['QNrxY'],_0x129212[_0x5142fb(0x10f)]['status'][_0x5142fb(0x117)]()))));if(_0x28d977['aoSax'](_0x129212[_0x5142fb(0x10f)][_0x5142fb(0x110)][_0x5142fb(0x117)](),_0x28d977[_0x5142fb(0xed)])){const _0x41f4ee=_0x28d977[_0x5142fb(0x100)](nestedKeyValue,_0x129212,[_0x28d977['WvAGj'],_0x28d977['PuPKt'],_0x28d977['ayVfc']]);_0x41f4ee&&(testsErrorMessage[_0x201db2[_0x5142fb(0xf0)]]=_0x41f4ee,console[_0x5142fb(0xf3)](_0x28d977[_0x5142fb(0x10d)](_0x41f4ee,'\x0a'))),_0x2393d2=!![];}});}else{const _0x4aa6f3=this[_0x1a5a77(0xef)]['getTestCaseAttempt'](_0x5226fc);console[_0x1a5a77(0xf3)](_0x28d977['HmlhN'](_0x28d977['eduYG'](_0x28d977[_0x1a5a77(0x13e)]('\x20\x20',_0x4aa6f3[_0x1a5a77(0xfa)][_0x1a5a77(0xfe)]['name']),_0x28d977[_0x1a5a77(0x133)]),_0x4aa6f3[_0x1a5a77(0x13c)]['name']));const _0x5a8a43=(0x0,pickleParser[_0x1a5a77(0x132)])(_0x4aa6f3['pickle']),_0xfb6749=_0x4aa6f3[_0x1a5a77(0x103)][_0x1a5a77(0x12d)],_0x25d1cb=_0x4aa6f3[_0x1a5a77(0x12a)],_0x1e3184=_0xfb6749[_0x1a5a77(0x116)];for(let _0x45e10a=0x0;_0x28d977[_0x1a5a77(0x138)](_0x45e10a,_0x1e3184);_0x45e10a++){const _0x1fe610=_0xfb6749[_0x45e10a];if(_0x1fe610[_0x1a5a77(0x101)]&&_0x1fe610[_0x1a5a77(0xe8)])_0x1dcb09=!![],console['log'](_0x28d977[_0x1a5a77(0x13e)](_0x28d977[_0x1a5a77(0x10d)](_0x28d977[_0x1a5a77(0x127)](_0x28d977[_0x1a5a77(0x13f)],_0x5a8a43[_0x1fe610['sourceLocation'][_0x1a5a77(0xf8)]][_0x1a5a77(0xec)]),_0x28d977[_0x1a5a77(0x133)]),_0x25d1cb[_0x45e10a]['status'][_0x1a5a77(0x117)]())),_0x28d977[_0x1a5a77(0xfb)](_0x526f7b,_0x25d1cb[_0x45e10a][_0x1a5a77(0x110)]['toUpperCase']());else _0x1fe610['actionLocation']&&(!_0x1fe610[_0x1a5a77(0x101)][_0x1a5a77(0x109)]['includes'](_0x28d977[_0x1a5a77(0xf9)])&&(_0x28d977[_0x1a5a77(0x106)](_0x526f7b,_0x25d1cb[_0x45e10a]['status']['toUpperCase']()),_0x1dcb09?console[_0x1a5a77(0xf3)](_0x28d977[_0x1a5a77(0x13a)](_0x28d977[_0x1a5a77(0x137)],_0x25d1cb[_0x45e10a][_0x1a5a77(0x110)]['toUpperCase']())):console[_0x1a5a77(0xf3)](_0x28d977[_0x1a5a77(0x102)](_0x28d977[_0x1a5a77(0x122)],_0x25d1cb[_0x45e10a][_0x1a5a77(0x110)][_0x1a5a77(0x117)]()))));if(_0x28d977[_0x1a5a77(0xf7)](_0x25d1cb[_0x45e10a][_0x1a5a77(0x110)]['toUpperCase'](),_0x28d977[_0x1a5a77(0xed)])){_0x2393d2=!![];const _0x3978c8=_0x28d977['tMmbC'](nestedKeyValue,_0x25d1cb[_0x45e10a],[_0x28d977[_0x1a5a77(0x114)],_0x28d977['ayVfc']]);_0x3978c8&&(testsErrorMessage[_0x28d977[_0x1a5a77(0x125)](_0x28d977[_0x1a5a77(0x102)](_0x4aa6f3[_0x1a5a77(0xfa)][_0x1a5a77(0xfe)][_0x1a5a77(0xf0)],_0x28d977[_0x1a5a77(0x133)]),_0x4aa6f3[_0x1a5a77(0x13c)]['name'])]=_0x3978c8,console[_0x1a5a77(0xf3)](_0x28d977[_0x1a5a77(0x102)](_0x3978c8,'\x0a')));}}}_0x2393d2&&(testSuitesFailed+=0x1),console[_0x1a5a77(0xf3)]('\x0a');}}function a7_0x42f1(){const _0x5d34e7=['stack','length','toUpperCase','mWWWh','getTestCaseData','undefined','__platform','LJqPJ','../../../helpers/helper','PASSED','aDEov','rpSNN','20hwyooH','QNrxY','\x20\x20\x20\x20AFTER\x20-\x20','forEach','Amxym','MRTIx','FnbMh','49599yWoECM','cucumber','stepResults','test-case-started','68739QvVwij','steps','exception','HJSVf','TujKr','UNKNOWN','getStepLineToPickledStepMap','UdETJ','eduYG','iZxfv','env','khnnC','ZzbZn','test-run-started','HmlhN','cucumber-js/test_old.setup.js','pickle','cucumber/lib/formatter/helpers/pickle_parser.js','YdvYr','boMRc','test-case-finished','sourceLocation','JPWMg','1699385DoIVBj','UNDEFINED','text','zlvHt','capability','eventDataCollector','name','vsnUc','Qvqhj','log','1336866qAlklZ','\x20-\x20','FAILED','RpXuZ','line','qFbGe','gherkinDocument','BtvvV','AMBIGUOUS','3956764wlnMFt','feature','sPySC','tMmbC','actionLocation','brlHS','testCase','2251305vxquTO','logTestCaseFinished','sJUKp','CONFIG','8pdkTNW','uri','QoIFM','1002408UQtkDT','PENDING','qMTvA','68tbATHu','result','status','\x20\x20\x20\x20BEFORE\x20-\x20','GVTLy','eventBroadcaster','PuPKt'];a7_0x42f1=function(){return _0x5d34e7;};return a7_0x42f1();}module['exports']=BrowserstackFormatter;
1
+ const a7_0x1a2cca=a7_0x4424;function a7_0x51b3(){const _0x1cc30d=['yoPhi','exception','uhZhE','\x20-\x20','rdVLD','ATyfs','undefined','rkcOZ','result','VCaKb','xzyUl','test-run-started','CONFIG','\x20\x20\x20\x20AFTER\x20-\x20','3857kPRTJV','FHTym','TTlye','IjyAK','2484040klUutI','testCase','eventBroadcaster','text','UNKNOWN','log','jIuRa','test-step-started','TXiLX','tUknQ','zMAEC','FAILED','jZWnJ','PENDING','cucumber/lib/formatter/helpers/pickle_parser.js','SKIPPED','577780aKoUBb','sourceLocation','cucumber-js/test_old.setup.js','Executing\x20tests\x20for\x20','PEnXu','uJCHv','exports','HUdzQ','pickle','UNDEFINED','oXufW','lanmm','__platform','env','ThYfQ','eRygf','TarzI','HRmgr','parse','feature','PGyna','actionLocation','PXwvd','uri','ewPNY','getStepLineToPickledStepMap','gherkinDocument','IfOJC','KiMmS','steps','toUpperCase','249970gBfrZH','545109DmUkdA','NmdLj','wyOrA','test-case-started','REIbe','getTestCaseData','GVwgl','forEach','stack','XmrQi','getTestCaseAttempt','name','lOkZL','nzoHq','gsbHs','684miBJzq','cucumber','test-case-finished','iwPbO','logTestCaseFinished','../../../helpers/helper','line','YLjga','status','3536190KWarST','stepResults','fIdrQ','2LYkcED','includes','eventDataCollector','59102REpwnA'];a7_0x51b3=function(){return _0x1cc30d;};return a7_0x51b3();}function a7_0x4424(_0x54ba9d,_0x58fbf4){const _0x51b36a=a7_0x51b3();return a7_0x4424=function(_0x4424a2,_0x3d4b44){_0x4424a2=_0x4424a2-0x99;let _0x37c206=_0x51b36a[_0x4424a2];return _0x37c206;},a7_0x4424(_0x54ba9d,_0x58fbf4);}(function(_0xe22130,_0x11af26){const _0x2516e6=a7_0x4424,_0x223124=_0xe22130();while(!![]){try{const _0x42c103=-parseInt(_0x2516e6(0xee))/0x1*(parseInt(_0x2516e6(0xeb))/0x2)+parseInt(_0x2516e6(0xd0))/0x3+parseInt(_0x2516e6(0xb0))/0x4+parseInt(_0x2516e6(0xcf))/0x5+parseInt(_0x2516e6(0xdf))/0x6*(-parseInt(_0x2516e6(0x9c))/0x7)+parseInt(_0x2516e6(0xa0))/0x8+-parseInt(_0x2516e6(0xe8))/0x9;if(_0x42c103===_0x11af26)break;else _0x223124['push'](_0x223124['shift']());}catch(_0x8ff6df){_0x223124['push'](_0x223124['shift']());}}}(a7_0x51b3,0x29f2d));const {requireModule,getPlatformName,nestedKeyValue}=require(a7_0x1a2cca(0xe4)),{Formatter}=requireModule(a7_0x1a2cca(0xe0)),pickleParser=requireModule(a7_0x1a2cca(0xae),'cucumber');class BrowserstackFormatter extends Formatter{constructor(_0x5a6168){const _0x50b802=a7_0x1a2cca,_0xa63120={'eRygf':function(_0x677214,_0x25faf0){return _0x677214!==_0x25faf0;},'uhZhE':function(_0x1ba07c,_0x3d4e04){return _0x1ba07c(_0x3d4e04);},'IjyAK':_0x50b802(0x99),'GMnNN':_0x50b802(0xd3),'gsbHs':_0x50b802(0xe1),'nzoHq':'test-run-finished','xzyUl':_0x50b802(0xa7)};super(_0x5a6168),_0x5a6168[_0x50b802(0xa2)]['on'](_0xa63120[_0x50b802(0x9f)],()=>{const _0x58f9e6=_0x50b802;let _0x363a31;if(_0xa63120['eRygf'](process[_0x58f9e6(0xbd)][_0x58f9e6(0x9a)],undefined)){const _0x6a7ff1=JSON[_0x58f9e6(0xc2)](process[_0x58f9e6(0xbd)][_0x58f9e6(0x9a)]);_0x363a31=_0x6a7ff1['capability'];}_0xa63120[_0x58f9e6(0xbf)](_0x363a31,undefined)&&(global[_0x58f9e6(0xbc)]=_0xa63120[_0x58f9e6(0xf1)](getPlatformName,_0x363a31),console[_0x58f9e6(0xa5)](_0x58f9e6(0xb3)+global[_0x58f9e6(0xbc)]));}),_0x5a6168['eventBroadcaster']['on'](_0xa63120['GMnNN'],()=>{testSuites+=0x1;}),_0x5a6168[_0x50b802(0xa2)]['on'](_0xa63120[_0x50b802(0xde)],_0x512427=>{this['logTestCaseFinished'](_0x512427);}),_0x5a6168['eventBroadcaster']['on'](_0xa63120[_0x50b802(0xdd)],()=>{totalTests-=0x2;}),_0x5a6168[_0x50b802(0xa2)]['on'](_0xa63120[_0x50b802(0xf9)],()=>{totalTests+=0x1;});}[a7_0x1a2cca(0xe3)](_0x1e68de){const _0xa6cd48=a7_0x1a2cca,_0x33997e={'GVwgl':_0xa6cd48(0xab),'TTlye':'PASSED','lanmm':_0xa6cd48(0xaf),'oXufW':_0xa6cd48(0xad),'iwPbO':_0xa6cd48(0xb9),'PGyna':_0xa6cd48(0xa4),'TarzI':'AMBIGUOUS','yoPhi':function(_0x2a3829,_0x113ca3){return _0x2a3829+_0x113ca3;},'YLjga':function(_0x23e91e,_0xca5b4){return _0x23e91e+_0xca5b4;},'fIdrQ':function(_0x186fea,_0x4160b7){return _0x186fea+_0x4160b7;},'zMAEC':'\x20\x20\x20\x20','lOkZL':_0xa6cd48(0xf2),'rdVLD':function(_0x17c0b9,_0xf4db2){return _0x17c0b9(_0xf4db2);},'REIbe':_0xa6cd48(0xb2),'ThYfQ':function(_0x363be9,_0x419dd7){return _0x363be9(_0x419dd7);},'rkcOZ':function(_0x2bdb96,_0x254eef){return _0x2bdb96+_0x254eef;},'HRmgr':_0xa6cd48(0x9b),'wyOrA':'\x20\x20\x20\x20BEFORE\x20-\x20','jZWnJ':function(_0x2bca8d,_0xc665f6){return _0x2bca8d===_0xc665f6;},'XmrQi':function(_0x35d7,_0x115dda,_0x31e7b0){return _0x35d7(_0x115dda,_0x31e7b0);},'ewPNY':_0xa6cd48(0xf7),'IfOJC':_0xa6cd48(0xf0),'tUknQ':_0xa6cd48(0xd8),'VCaKb':function(_0x36448b,_0x41574c){return _0x36448b!==_0x41574c;},'ogHyv':_0xa6cd48(0xf5),'ccumh':function(_0xd18314,_0x11c650){return _0xd18314+_0x11c650;},'uJCHv':function(_0x4e5d1b,_0x4641be){return _0x4e5d1b+_0x4641be;},'FHTym':function(_0x4c974b,_0x15d4b2){return _0x4c974b+_0x15d4b2;},'HUdzQ':function(_0x304d62,_0x1ea169){return _0x304d62+_0x1ea169;},'ATyfs':function(_0x188ba3,_0x41ec1d){return _0x188ba3<_0x41ec1d;},'KiMmS':function(_0x52c97e,_0x15d2f4){return _0x52c97e+_0x15d2f4;},'PEnXu':function(_0x383ea1,_0x4cecd1){return _0x383ea1(_0x4cecd1);},'jIuRa':function(_0x2efe48,_0x2c3e9a){return _0x2efe48===_0x2c3e9a;},'TXiLX':function(_0x59a04b,_0x3c9461,_0x3da9e8){return _0x59a04b(_0x3c9461,_0x3da9e8);},'PXwvd':function(_0x19a602,_0x272ba2){return _0x19a602+_0x272ba2;},'NmdLj':function(_0x26e51a,_0x3aa888){return _0x26e51a+_0x3aa888;}};let _0x5278a3=![];function _0x227675(_0x3f8a65){const _0x28e6e1=_0xa6cd48;switch(_0x3f8a65){case _0x33997e[_0x28e6e1(0xd6)]:testsFailed+=0x1;break;case _0x33997e[_0x28e6e1(0x9e)]:testsPassed+=0x1;break;case _0x33997e[_0x28e6e1(0xbb)]:testsSkipped+=0x1;break;case _0x33997e[_0x28e6e1(0xba)]:testsPending+=0x1;break;case _0x33997e[_0x28e6e1(0xe2)]:testsUndefined+=0x1;break;case _0x33997e[_0x28e6e1(0xc4)]:testsUnknown+=0x1;break;case _0x33997e[_0x28e6e1(0xc0)]:testsAmbiguous+=0x1;break;default:break;}}_0x33997e[_0xa6cd48(0xf8)](global[_0xa6cd48(0xbc)],undefined)&&console[_0xa6cd48(0xa5)](_0x33997e[_0xa6cd48(0xef)](_0x33997e[_0xa6cd48(0xea)]('\x0a',global[_0xa6cd48(0xbc)]),'\x0a'));let _0x447afb=![];if(_0x33997e['VCaKb'](typeof this[_0xa6cd48(0xed)][_0xa6cd48(0xd5)],_0x33997e['ogHyv'])){var _0xdf8ef3=this[_0xa6cd48(0xed)][_0xa6cd48(0xd5)](_0x1e68de[_0xa6cd48(0xb1)]),_0x16935e=_0xdf8ef3['pickle'],_0x2b9fe8=_0xdf8ef3[_0xa6cd48(0xa1)];console[_0xa6cd48(0xa5)](_0x33997e['ccumh']('\x20\x20',_0x16935e['name']));var _0x35bd03=(0x0,pickleParser[_0xa6cd48(0xc9)])(_0x16935e);_0x2b9fe8[_0xa6cd48(0xcd)][_0xa6cd48(0xd7)](function(_0x460613){const _0x191e45=_0xa6cd48;if(_0x460613['actionLocation']&&_0x460613['sourceLocation'])_0x5278a3=!![],console[_0x191e45(0xa5)](_0x33997e[_0x191e45(0xef)](_0x33997e[_0x191e45(0xe6)](_0x33997e[_0x191e45(0xea)](_0x33997e[_0x191e45(0xaa)],_0x35bd03[_0x460613[_0x191e45(0xb1)][_0x191e45(0xe5)]][_0x191e45(0xa3)]),_0x33997e[_0x191e45(0xdc)]),_0x460613[_0x191e45(0xf7)][_0x191e45(0xe7)][_0x191e45(0xce)]())),_0x33997e[_0x191e45(0xf3)](_0x227675,_0x460613[_0x191e45(0xf7)][_0x191e45(0xe7)][_0x191e45(0xce)]());else _0x460613[_0x191e45(0xc5)]&&(!_0x460613['actionLocation'][_0x191e45(0xc7)][_0x191e45(0xec)](_0x33997e[_0x191e45(0xd4)])&&(_0x33997e[_0x191e45(0xbe)](_0x227675,_0x460613[_0x191e45(0xf7)][_0x191e45(0xe7)][_0x191e45(0xce)]()),_0x5278a3?console[_0x191e45(0xa5)](_0x33997e[_0x191e45(0xf6)](_0x33997e['HRmgr'],_0x460613['result'][_0x191e45(0xe7)][_0x191e45(0xce)]())):console['log'](_0x33997e[_0x191e45(0xe6)](_0x33997e[_0x191e45(0xd2)],_0x460613[_0x191e45(0xf7)][_0x191e45(0xe7)][_0x191e45(0xce)]()))));if(_0x33997e[_0x191e45(0xac)](_0x460613[_0x191e45(0xf7)]['status'][_0x191e45(0xce)](),_0x33997e['GVwgl'])){const _0x451962=_0x33997e[_0x191e45(0xd9)](nestedKeyValue,_0x460613,[_0x33997e[_0x191e45(0xc8)],_0x33997e[_0x191e45(0xcb)],_0x33997e[_0x191e45(0xa9)]]);_0x451962&&(testsErrorMessage[_0x16935e[_0x191e45(0xdb)]]=_0x451962,console[_0x191e45(0xa5)](_0x33997e[_0x191e45(0xea)](_0x451962,'\x0a'))),_0x447afb=!![];}});}else{const _0x1ae2c1=this[_0xa6cd48(0xed)][_0xa6cd48(0xda)](_0x1e68de);console[_0xa6cd48(0xa5)](_0x33997e[_0xa6cd48(0xb5)](_0x33997e[_0xa6cd48(0x9d)](_0x33997e['HUdzQ']('\x20\x20',_0x1ae2c1['gherkinDocument'][_0xa6cd48(0xc3)][_0xa6cd48(0xdb)]),_0x33997e['lOkZL']),_0x1ae2c1[_0xa6cd48(0xb8)][_0xa6cd48(0xdb)]));const _0x437576=(0x0,pickleParser[_0xa6cd48(0xc9)])(_0x1ae2c1[_0xa6cd48(0xb8)]),_0x47caa0=_0x1ae2c1[_0xa6cd48(0xa1)][_0xa6cd48(0xcd)],_0x5b2166=_0x1ae2c1[_0xa6cd48(0xe9)],_0x3ed7b9=_0x47caa0['length'];for(let _0x9300e8=0x0;_0x33997e[_0xa6cd48(0xf4)](_0x9300e8,_0x3ed7b9);_0x9300e8++){const _0x50c5ad=_0x47caa0[_0x9300e8];if(_0x50c5ad[_0xa6cd48(0xc5)]&&_0x50c5ad[_0xa6cd48(0xb1)])_0x5278a3=!![],console[_0xa6cd48(0xa5)](_0x33997e['uJCHv'](_0x33997e[_0xa6cd48(0xe6)](_0x33997e[_0xa6cd48(0xcc)](_0x33997e[_0xa6cd48(0xaa)],_0x437576[_0x50c5ad[_0xa6cd48(0xb1)]['line']][_0xa6cd48(0xa3)]),_0x33997e[_0xa6cd48(0xdc)]),_0x5b2166[_0x9300e8][_0xa6cd48(0xe7)][_0xa6cd48(0xce)]())),_0x33997e[_0xa6cd48(0xb4)](_0x227675,_0x5b2166[_0x9300e8][_0xa6cd48(0xe7)][_0xa6cd48(0xce)]());else _0x50c5ad[_0xa6cd48(0xc5)]&&(!_0x50c5ad[_0xa6cd48(0xc5)][_0xa6cd48(0xc7)][_0xa6cd48(0xec)](_0x33997e[_0xa6cd48(0xd4)])&&(_0x33997e['ThYfQ'](_0x227675,_0x5b2166[_0x9300e8][_0xa6cd48(0xe7)][_0xa6cd48(0xce)]()),_0x5278a3?console['log'](_0x33997e[_0xa6cd48(0x9d)](_0x33997e[_0xa6cd48(0xc1)],_0x5b2166[_0x9300e8][_0xa6cd48(0xe7)][_0xa6cd48(0xce)]())):console['log'](_0x33997e['fIdrQ'](_0x33997e[_0xa6cd48(0xd2)],_0x5b2166[_0x9300e8][_0xa6cd48(0xe7)][_0xa6cd48(0xce)]()))));if(_0x33997e[_0xa6cd48(0xa6)](_0x5b2166[_0x9300e8][_0xa6cd48(0xe7)][_0xa6cd48(0xce)](),_0x33997e[_0xa6cd48(0xd6)])){_0x447afb=!![];const _0x36581a=_0x33997e[_0xa6cd48(0xa8)](nestedKeyValue,_0x5b2166[_0x9300e8],[_0x33997e[_0xa6cd48(0xcb)],_0x33997e['tUknQ']]);_0x36581a&&(testsErrorMessage[_0x33997e[_0xa6cd48(0xc6)](_0x33997e[_0xa6cd48(0xb7)](_0x1ae2c1[_0xa6cd48(0xca)]['feature']['name'],_0x33997e[_0xa6cd48(0xdc)]),_0x1ae2c1[_0xa6cd48(0xb8)][_0xa6cd48(0xdb)])]=_0x36581a,console[_0xa6cd48(0xa5)](_0x33997e[_0xa6cd48(0xd1)](_0x36581a,'\x0a')));}}}_0x447afb&&(testSuitesFailed+=0x1),console[_0xa6cd48(0xa5)]('\x0a');}}module[a7_0x1a2cca(0xb6)]=BrowserstackFormatter;
@@ -1 +1 @@
1
- const a8_0x5c51b4=a8_0x1f80;(function(_0x3b9e1a,_0x36edc7){const _0x21fdba=a8_0x1f80,_0x23299e=_0x3b9e1a();while(!![]){try{const _0x2fb3b8=parseInt(_0x21fdba(0x1a1))/0x1+-parseInt(_0x21fdba(0x194))/0x2*(parseInt(_0x21fdba(0x173))/0x3)+parseInt(_0x21fdba(0x15f))/0x4+parseInt(_0x21fdba(0x1ba))/0x5+-parseInt(_0x21fdba(0x19c))/0x6+-parseInt(_0x21fdba(0x17c))/0x7+parseInt(_0x21fdba(0x1a8))/0x8*(parseInt(_0x21fdba(0x1cc))/0x9);if(_0x2fb3b8===_0x36edc7)break;else _0x23299e['push'](_0x23299e['shift']());}catch(_0x324cdb){_0x23299e['push'](_0x23299e['shift']());}}}(a8_0x21d1,0x870b8));const path=require(a8_0x5c51b4(0x18f)),stripAnsi=require(a8_0x5c51b4(0x16f)),util=require(a8_0x5c51b4(0x187)),hooksMap={},SessionHandler=require(a8_0x5c51b4(0x168)),testhubUtils=require('../../helpers/testhub/utils'),{getGitMetaData,isUndefined,nestedKeyValue}=require(a8_0x5c51b4(0x1b7)),logger=require(a8_0x5c51b4(0x1cf))[a8_0x5c51b4(0x176)],{o11yClassErrorHandler}=require(a8_0x5c51b4(0x18a)),{FRAMEWORKS}=require('../../helpers/test-observability/constants.js'),TestDetails=require(a8_0x5c51b4(0x1e3));function a8_0x1f80(_0x473d82,_0x390a6f){const _0x21d15c=a8_0x21d1();return a8_0x1f80=function(_0x1f80b1,_0x37d5d6){_0x1f80b1=_0x1f80b1-0x152;let _0x36c1a7=_0x21d15c[_0x1f80b1];return _0x36c1a7;},a8_0x1f80(_0x473d82,_0x390a6f);}this['_gitConfigured']=![],this[a8_0x5c51b4(0x1b3)]=null;class TestObservabilityReporter{async[a8_0x5c51b4(0x1a9)](_0x18f9f8,_0x2d0f20,_0x324d01,_0x77b1fb,_0x4ea096){const _0x4d824e=a8_0x5c51b4,_0x114789={'VJuzY':function(_0x364b74,_0x29bc08){return _0x364b74===_0x29bc08;},'pjhNN':_0x4d824e(0x1d4),'apwDj':_0x4d824e(0x165),'msoFS':function(_0x271ecc,_0x3fa51a){return _0x271ecc===_0x3fa51a;},'jFAUZ':_0x4d824e(0x183),'Tvtaf':_0x4d824e(0x189),'rlCsC':function(_0x5e98a7,_0x30bcce){return _0x5e98a7||_0x30bcce;},'QtZsT':function(_0x1018c2,_0x56a28e){return _0x1018c2+_0x56a28e;},'ITADY':function(_0x2fb5d7,_0x11a023){return _0x2fb5d7+_0x11a023;},'hOcRF':function(_0x1e2b61,_0x5cf2c4){return _0x1e2b61+_0x5cf2c4;},'yOPUS':_0x4d824e(0x180),'pvedV':_0x4d824e(0x1c8),'xQvJu':_0x4d824e(0x181),'dAETF':_0x4d824e(0x1a7),'WRuUa':_0x4d824e(0x1bd),'RthPs':function(_0x60a62c,_0x1e031c){return _0x60a62c!==_0x1e031c;},'WwLnG':function(_0x42f19a,_0xd73662){return _0x42f19a/_0xd73662;},'pogoK':function(_0x2869ba,_0x279e42){return _0x2869ba(_0x279e42);},'vbzNu':_0x4d824e(0x1b2),'IUNrg':function(_0x47c9cc,_0x33e2fa){return _0x47c9cc(_0x33e2fa);},'EQQxQ':_0x4d824e(0x1ce),'OikzS':'UnhandledError','aXcQn':function(_0x7c6078,_0x2d57aa){return _0x7c6078===_0x2d57aa;},'GBABR':'TestRunFinished','MRelj':function(_0x4051ad,_0x341c3e){return _0x4051ad>_0x341c3e;}},{feature:_0x446789,scenario:_0x3e803f,steps:_0x22bf34,uuid:_0x509b18,startedAt:_0x474d93,finishedAt:_0x43205a}=_0x114789[_0x4d824e(0x1c6)](_0x4ea096,{}),_0x276f02=this['getScenarioExamples'](_0x2d0f20,_0x324d01);await this[_0x4d824e(0x1d7)]();const _0x306b88=_0x276f02?_0x114789[_0x4d824e(0x15d)](_0x114789['ITADY'](_0x114789['hOcRF'](_0x324d01[_0x4d824e(0x195)],'\x20('),_0x276f02[_0x4d824e(0x162)](',\x20')),')'):_0x324d01[_0x4d824e(0x195)],_0x35382f={'uuid':_0x509b18,'started_at':_0x474d93,'finished_at':_0x43205a,'type':_0x114789[_0x4d824e(0x170)],'body':{'lang':_0x114789[_0x4d824e(0x1c1)],'code':null},'name':_0x306b88,'scopes':[_0x446789&&_0x446789['name']?_0x446789['name']:''],'tags':_0x324d01[_0x4d824e(0x167)]?_0x324d01[_0x4d824e(0x167)]['map'](({name:_0x5d4220})=>_0x5d4220):[],'file_name':_0x324d01[_0x4d824e(0x1ad)],'location':_0x324d01[_0x4d824e(0x1ad)],'vc_filepath':this['_gitConfigPath']&&_0x324d01[_0x4d824e(0x1ad)]?path[_0x4d824e(0x1c3)](this[_0x4d824e(0x1b3)],_0x324d01['uri']):null,'framework':_0x114789[_0x4d824e(0x1ac)],'result':_0x114789[_0x4d824e(0x16a)],'meta':{'feature':_0x446789,'scenario':_0x3e803f,'steps':_0x22bf34,'examples':_0x276f02},'customRerunParam':{'rerun_name':_0x306b88}};if(_0x18f9f8['testCaseFinished']&&_0x22bf34){const _0x2cb479=_0x18f9f8[_0x4d824e(0x1d9)];let _0x536c4c=_0x114789[_0x4d824e(0x1b0)];_0x22bf34[_0x4d824e(0x197)](_0xf5fc77=>{const _0x83c38e=_0x4d824e;if(_0x114789[_0x83c38e(0x1be)](_0xf5fc77[_0x83c38e(0x190)],_0x114789['pjhNN']))return _0x536c4c=_0x114789[_0x83c38e(0x1ca)],_0x2cb479[_0x83c38e(0x182)]=_0xf5fc77[_0x83c38e(0x182)],_0x2cb479[_0x83c38e(0x186)]=_0xf5fc77[_0x83c38e(0x186)],![];else{if(_0x114789[_0x83c38e(0x185)](_0xf5fc77['result'],_0x114789[_0x83c38e(0x19d)]))return _0x536c4c=_0x114789[_0x83c38e(0x1d2)],![];}return!![];}),_0x35382f['finished_at']=new Date()['toISOString'](),_0x35382f[_0x4d824e(0x190)]=_0x536c4c,_0x2cb479[_0x4d824e(0x1bc)]&&_0x114789[_0x4d824e(0x1c2)](_0x2cb479['timestamp'][_0x4d824e(0x172)],undefined)?_0x35382f[_0x4d824e(0x178)]=_0x114789[_0x4d824e(0x153)](_0x2cb479[_0x4d824e(0x1bc)][_0x4d824e(0x172)],0xf4240):_0x35382f[_0x4d824e(0x178)]=undefined,_0x114789[_0x4d824e(0x185)](_0x536c4c,_0x114789['apwDj'])&&(_0x35382f[_0x4d824e(0x182)]=[{'backtrace':[_0x2cb479[_0x4d824e(0x182)]?_0x114789[_0x4d824e(0x1e2)](stripAnsi,_0x2cb479['failure']):_0x114789['vbzNu']]}],_0x35382f[_0x4d824e(0x1c4)]=_0x2cb479[_0x4d824e(0x182)]?_0x114789['IUNrg'](stripAnsi,_0x2cb479[_0x4d824e(0x182)]):_0x2cb479[_0x4d824e(0x17e)],_0x2cb479[_0x4d824e(0x186)]&&(_0x35382f[_0x4d824e(0x1dc)]=_0x2cb479['failureType'][_0x4d824e(0x1d6)](/AssertError/)?_0x114789[_0x4d824e(0x174)]:_0x114789[_0x4d824e(0x1aa)]));}if(_0x114789[_0x4d824e(0x1a4)](_0x77b1fb,_0x114789['GBABR'])){const _0x57f4f5=this[_0x4d824e(0x1b5)](_0x18f9f8['testCaseFinished']['testCaseStartedId']);_0x57f4f5&&_0x114789[_0x4d824e(0x1d3)](_0x57f4f5[_0x4d824e(0x154)],0x0)&&(_0x35382f[_0x4d824e(0x1da)]=_0x57f4f5,this['updateTestStatus'](_0x18f9f8[_0x4d824e(0x1d9)][_0x4d824e(0x1c9)],_0x35382f));}testhubUtils['appendTesthubParams'](_0x35382f,_0x77b1fb,'',FRAMEWORKS['CUCUMBER']);const _0x24ee03={};_0x24ee03['event_type']=_0x77b1fb,_0x24ee03['test_run']=_0x35382f;const _0x4b22c6=_0x24ee03;await SessionHandler[_0x4d824e(0x1d1)](_0x4b22c6);}['updateTestStatus'](_0x3f62b4,_0x46f935){const _0x5c9d4a=a8_0x5c51b4,_0x44fef8={};_0x44fef8[_0x5c9d4a(0x15e)]=function(_0x2a3d06,_0x1c7c07){return _0x2a3d06 instanceof _0x1c7c07;},_0x44fef8[_0x5c9d4a(0x193)]=function(_0x332246,_0x1fc19e){return _0x332246===_0x1fc19e;},_0x44fef8[_0x5c9d4a(0x152)]=_0x5c9d4a(0x165),_0x44fef8[_0x5c9d4a(0x18d)]='4|0|3|2|1';const _0x91bb34=_0x44fef8,_0x3ee646=hooksMap[_0x3f62b4];if(_0x91bb34[_0x5c9d4a(0x15e)](_0x3ee646,Array))for(const _0x2e1644 of _0x3ee646){if(_0x91bb34[_0x5c9d4a(0x193)](_0x2e1644[_0x5c9d4a(0x190)],_0x91bb34[_0x5c9d4a(0x152)])){const _0x16db45=_0x91bb34[_0x5c9d4a(0x18d)]['split']('|');let _0x3478cb=0x0;while(!![]){switch(_0x16db45[_0x3478cb++]){case'0':_0x46f935[_0x5c9d4a(0x182)]=_0x2e1644[_0x5c9d4a(0x16c)];continue;case'1':return _0x46f935;case'2':_0x46f935[_0x5c9d4a(0x1dc)]=_0x2e1644[_0x5c9d4a(0x1dc)];continue;case'3':_0x46f935[_0x5c9d4a(0x1c4)]=_0x91bb34[_0x5c9d4a(0x15e)](_0x2e1644['failure_data'],Array)?_0x2e1644[_0x5c9d4a(0x16c)][0x0][_0x5c9d4a(0x191)][_0x5c9d4a(0x162)]('\x0a'):'';continue;case'4':_0x46f935[_0x5c9d4a(0x190)]=_0x2e1644[_0x5c9d4a(0x190)];continue;}break;}}};}[a8_0x5c51b4(0x1b5)](_0x2b06a2){const _0x5aa93f=a8_0x5c51b4;if(hooksMap[_0x2b06a2])return hooksMap[_0x2b06a2]['map'](_0x26b806=>_0x26b806[_0x5aa93f(0x198)]);return[];}[a8_0x5c51b4(0x196)](_0x47b9b3,_0x5b6a45,_0x1e14dd,_0x2ece87,_0x2e2e94,_0x4d240c){const _0x3fde02=a8_0x5c51b4,_0x3787cf={'hYHqF':function(_0xbd0e70,_0x4780d2){return _0xbd0e70===_0x4780d2;},'axXwC':_0x3fde02(0x1ae),'dEbho':function(_0x5cdbf4,_0x3d689d,_0x234b9a){return _0x5cdbf4(_0x3d689d,_0x234b9a);},'OZnDE':'sourceReference','lwwWF':_0x3fde02(0x1ad),'OfIFr':_0x3fde02(0x1a7),'PeHEq':'hook','kpTsA':'javascript','bzNOP':_0x3fde02(0x157),'PwDdk':_0x3fde02(0x195),'pQaRW':_0x3fde02(0x181)};try{if(_0x3787cf[_0x3fde02(0x17b)](_0x1e14dd,_0x3787cf[_0x3fde02(0x17f)])){const _0x483ac7=new Date()[_0x3fde02(0x16b)](),_0x2f9c55=hooksMap[_0x5b6a45];if(!_0x2f9c55)return;const _0x59f3d5=_0x2f9c55['find'](_0xf3027d=>_0xf3027d[_0x3fde02(0x198)]===_0x2ece87['id']);if(!_0x59f3d5)return;const _0x3945f8=this[_0x3fde02(0x1d8)](_0x47b9b3,_0x5b6a45);_0x59f3d5[_0x3fde02(0x190)]=_0x3945f8[_0x3fde02(0x1a5)],_0x59f3d5[_0x3fde02(0x1bb)]=_0x483ac7,_0x59f3d5[_0x3fde02(0x1dc)]=_0x3945f8['failureType'];const _0x31c742={};return _0x31c742[_0x3fde02(0x191)]=_0x3945f8[_0x3fde02(0x1cd)],_0x59f3d5[_0x3fde02(0x16c)]=[_0x31c742],_0x59f3d5;}const _0xd4ee3e=TestDetails[_0x3fde02(0x184)](_0x5b6a45),_0xd89b55=_0x47b9b3[_0x3fde02(0x1da)][_0x3fde02(0x169)](_0x32e0a2=>_0x32e0a2['id']===_0x2ece87[_0x3fde02(0x1c7)]),_0x570875=_0x3787cf['dEbho'](nestedKeyValue,_0xd89b55,[_0x3787cf[_0x3fde02(0x175)],_0x3787cf[_0x3fde02(0x199)]]),_0x1ede84=new Date()['toISOString'](),_0xf25a55=_0x3787cf['OfIFr'],_0xd851ac=_0xd89b55['tagExpression']?_0xd89b55[_0x3fde02(0x192)][_0x3fde02(0x1cb)]('\x20')[_0x3fde02(0x19a)](_0x1f4e79=>_0x1f4e79[_0x3fde02(0x179)]('@')):[],_0x10a0cb={'uuid':_0x2ece87['id'],'type':_0x3787cf[_0x3fde02(0x1c0)],'hook_type':_0x4d240c,'name':_0xd89b55[_0x3fde02(0x195)],'body':{'lang':_0x3787cf[_0x3fde02(0x19b)],'code':null},'tags':_0xd851ac,'test_run_id':_0xd4ee3e,'scope':_0x3787cf[_0x3fde02(0x1a2)](nestedKeyValue,_0x2e2e94,[_0x3787cf[_0x3fde02(0x1b6)],_0x3787cf['PwDdk']]),'scopes':[_0x3787cf[_0x3fde02(0x1a2)](nestedKeyValue,_0x2e2e94,[_0x3787cf[_0x3fde02(0x1b6)],_0x3787cf['PwDdk']])||''],'file_name':_0x570875,'location':_0x570875,'vc_filepath':this[_0x3fde02(0x1b3)]?path[_0x3fde02(0x1c3)](this[_0x3fde02(0x1b3)],_0x570875):null,'result':_0xf25a55,'started_at':_0x1ede84,'framework':_0x3787cf[_0x3fde02(0x1a3)]};return _0x10a0cb;}catch(_0x475aff){logger['debug'](_0x3fde02(0x15a)+util['format'](_0x475aff)+'\x20');}}async[a8_0x5c51b4(0x15b)](_0xd45715,_0x42b54c,_0x6c34be,_0x381f8c,_0x16cd51,_0x1a5ae9){const _0x139774=a8_0x5c51b4,_0x36a722={'hVpWH':function(_0x945cf7,_0x36d72c){return _0x945cf7===_0x36d72c;},'ZvHTC':_0x139774(0x1df),'CMVCa':function(_0x333560,_0x5d2b46,_0x35b8d4){return _0x333560(_0x5d2b46,_0x35b8d4);},'QYYqg':'sourceReference','guAuD':_0x139774(0x1ad),'pwocW':_0x139774(0x158)};try{const _0x812cf1=_0x381f8c[_0x139774(0x169)](_0x28d5c9=>_0x28d5c9['id']===_0x16cd51);if(!_0x812cf1[_0x139774(0x1c7)])return;const _0x26e90c=this[_0x139774(0x1a0)](_0x381f8c,_0x812cf1),_0x1cb922=this[_0x139774(0x196)](_0xd45715,_0x42b54c,_0x6c34be,_0x812cf1,_0x1a5ae9,_0x26e90c);if(!_0x1cb922)return;_0x36a722[_0x139774(0x17a)](_0x6c34be,_0x36a722['ZvHTC'])&&(hooksMap[_0x42b54c]?hooksMap[_0x42b54c][_0x139774(0x159)](_0x1cb922):hooksMap[_0x42b54c]=[_0x1cb922]);const _0x3caf9a=_0xd45715[_0x139774(0x1da)][_0x139774(0x169)](_0x4b0975=>_0x4b0975['id']===_0x812cf1[_0x139774(0x1c7)]),_0xd48d0d=_0x36a722[_0x139774(0x188)](nestedKeyValue,_0x3caf9a,[_0x36a722['QYYqg'],_0x36a722['guAuD']]);if(!_0xd48d0d)return;else{if(_0xd48d0d[_0x139774(0x179)](_0x36a722[_0x139774(0x161)]))return;}const _0x4debc8={};_0x4debc8['event_type']=_0x6c34be,_0x4debc8[_0x139774(0x19f)]=_0x1cb922;const _0x1cf6cd=_0x4debc8;await SessionHandler['uploadEventData'](_0x1cf6cd);}catch(_0xa26fa2){logger['debug']('Exception\x20in\x20sendHook:\x20'+util[_0x139774(0x160)](_0xa26fa2)+'\x20');}}[a8_0x5c51b4(0x1d8)](_0x428177,_0x2832e8){const _0x3df27d=a8_0x5c51b4,_0x100b69={};_0x100b69['uyaVZ']=function(_0x20e0e3,_0x2e6f07){return _0x20e0e3===_0x2e6f07;},_0x100b69[_0x3df27d(0x15c)]='failed',_0x100b69[_0x3df27d(0x1ab)]=function(_0x685ed2,_0x45da37){return _0x685ed2===_0x45da37;},_0x100b69[_0x3df27d(0x1d5)]=_0x3df27d(0x1e1),_0x100b69[_0x3df27d(0x177)]='AssertionError',_0x100b69[_0x3df27d(0x1a6)]=function(_0x3b1ab1,_0x2e4e6e){return _0x3b1ab1||_0x2e4e6e;};const _0x2db70f=_0x100b69,_0x2290d0=_0x428177[_0x3df27d(0x1b8)][_0x2832e8][_0x3df27d(0x163)];let _0x51cd15,_0x5c75f7;return _0x2290d0&&_0x2db70f[_0x3df27d(0x171)](_0x2290d0[_0x3df27d(0x1a5)][_0x3df27d(0x1de)]()[_0x3df27d(0x17d)](),_0x2db70f[_0x3df27d(0x15c)])&&(_0x51cd15=_0x2db70f[_0x3df27d(0x171)](_0x2290d0[_0x3df27d(0x156)],undefined)?_0x2290d0[_0x3df27d(0x17e)]:_0x2290d0['exception'][_0x3df27d(0x17e)],_0x5c75f7=_0x2db70f['IKFax'](_0x2290d0['exception'],undefined)?_0x2db70f[_0x3df27d(0x1d5)]:_0x2290d0['message'][_0x3df27d(0x1d6)](/Assert/)?_0x2db70f['UNhYO']:_0x2db70f[_0x3df27d(0x1d5)]),{'status':_0x2290d0[_0x3df27d(0x1a5)]['toLowerCase'](),'failureType':_0x2db70f[_0x3df27d(0x1a6)](_0x5c75f7,null),'failureData':!_0x51cd15?null:[_0x51cd15]};}[a8_0x5c51b4(0x1a0)](_0x59d9c6,_0x129943){const _0x4a474b=a8_0x5c51b4,_0x395541={};_0x395541[_0x4a474b(0x1d0)]=function(_0x2638af,_0x296a4b){return _0x2638af===_0x296a4b;},_0x395541[_0x4a474b(0x1bf)]=_0x4a474b(0x1af),_0x395541[_0x4a474b(0x18e)]=_0x4a474b(0x1b1);const _0x1814e0=_0x395541;let _0x40ed6f=![];for(const _0x170028 of _0x59d9c6){_0x170028[_0x4a474b(0x16d)]&&(_0x40ed6f=!![]);if(_0x1814e0[_0x4a474b(0x1d0)](_0x129943['id'],_0x170028['id']))return _0x40ed6f?_0x1814e0['ijlFh']:_0x1814e0[_0x4a474b(0x18e)];}}[a8_0x5c51b4(0x16e)]=(_0x396a85,_0x737c6c)=>{const _0x4bf256=a8_0x5c51b4,_0x16193f={};_0x16193f[_0x4bf256(0x19e)]=function(_0x1a55d2,_0x1c86a1){return _0x1a55d2===_0x1c86a1;},_0x16193f[_0x4bf256(0x1db)]=function(_0x51b471,_0x3471aa){return _0x51b471===_0x3471aa;},_0x16193f['OTtGU']=function(_0x4733d0,_0xe4a846){return _0x4733d0>_0xe4a846;};const _0x1580dc=_0x16193f;if(!(_0x737c6c[_0x4bf256(0x1b9)]&&_0x1580dc['OTtGU'](_0x737c6c[_0x4bf256(0x1b9)]['length'],0x1)))return;const _0x558889=_0x737c6c[_0x4bf256(0x1b9)][0x0],_0x5216e0=_0x737c6c[_0x4bf256(0x1b9)][0x1],_0x3b62d5=_0x396a85[_0x4bf256(0x157)]&&_0x396a85[_0x4bf256(0x157)]['children']?_0x396a85[_0x4bf256(0x157)]['children']:undefined;let _0xda3e04=[];_0x3b62d5&&_0x3b62d5[_0x4bf256(0x18c)](_0x2d959c=>{const _0x3d7528=_0x4bf256;if(_0x2d959c['rule'])_0x2d959c['rule']['children'][_0x3d7528(0x18c)](_0x239b9a=>{const _0x217e2a=_0x3d7528;if(_0x239b9a['scenario']&&_0x1580dc[_0x217e2a(0x19e)](_0x239b9a[_0x217e2a(0x155)]['id'],_0x558889)&&_0x239b9a[_0x217e2a(0x155)][_0x217e2a(0x1c5)]){const _0xf8421f=_0x239b9a[_0x217e2a(0x155)][_0x217e2a(0x1c5)][_0x217e2a(0x166)](_0x2e3e67=>_0x2e3e67[_0x217e2a(0x1e0)])[_0x217e2a(0x169)](_0x2f2178=>_0x2f2178['id']===_0x5216e0);let _0x9afecf;_0xf8421f&&_0xf8421f[_0x217e2a(0x1dd)]?_0x9afecf=_0xf8421f[_0x217e2a(0x1dd)]['map'](_0x2ded6d=>_0x2ded6d[_0x217e2a(0x1b4)]):_0x9afecf=[],_0x9afecf&&(_0xda3e04=_0x9afecf);}});else{if(_0x2d959c[_0x3d7528(0x155)]&&_0x1580dc[_0x3d7528(0x1db)](_0x2d959c[_0x3d7528(0x155)]['id'],_0x558889)&&_0x2d959c['scenario'][_0x3d7528(0x1c5)]){const _0x3cbd75=_0x2d959c['scenario'][_0x3d7528(0x1c5)]['flatMap'](_0xf2f18a=>_0xf2f18a[_0x3d7528(0x1e0)])[_0x3d7528(0x169)](_0x16bdff=>_0x16bdff['id']===_0x5216e0);let _0x4bce60;_0x3cbd75&&_0x3cbd75[_0x3d7528(0x1dd)]?_0x4bce60=_0x3cbd75[_0x3d7528(0x1dd)]['map'](_0x3e6462=>_0x3e6462[_0x3d7528(0x1b4)]):_0x4bce60=[],_0x4bce60&&(_0xda3e04=_0x4bce60);}}});if(_0xda3e04[_0x4bf256(0x154)])return _0xda3e04;return;};async[a8_0x5c51b4(0x1d7)](){const _0x16866e=a8_0x5c51b4,_0x2bb508={'qlzhB':function(_0x438e58){return _0x438e58();}};if(this['_gitConfigured'])return this[_0x16866e(0x1b3)];const _0x2533c6=await _0x2bb508[_0x16866e(0x164)](getGitMetaData);_0x2533c6&&(this[_0x16866e(0x1b3)]=_0x2533c6['root']),this['_gitConfigured']=!![];}}function a8_0x21d1(){const _0x802f9=['rlCsC','hookId','javascript','testCaseStartedId','apwDj','split','12274596QoUwwq','failureData','AssertionError','../../helpers/logger','idfMp','uploadEventData','Tvtaf','MRelj','FAILED','SsgJi','match','configureGit','getHookResult','testCaseFinished','hooks','jjBEJ','failure_type','cells','toString','HookRunStarted','tableBody','UnhandledError','pogoK','../playwright/reporter/test-details','QGIvR','WwLnG','length','scenario','exception','feature','browserstack-node-agent/src/bin/cucumber-js/test.setup.js','push','Exception\x20in\x20getHookRunEventData:\x20','sendHook','zXQgT','QtZsT','JYlgY','908084xuDNrL','format','pwocW','join','testStepResult','qlzhB','failed','flatMap','tags','../../helpers/test-observability/sessionHandler','find','dAETF','toISOString','failure_data','pickleStepId','getScenarioExamples','strip-ansi','yOPUS','uyaVZ','nanos','971367IuwVNp','EQQxQ','OZnDE','winstonLogger','UNhYO','duration_in_ms','includes','hVpWH','hYHqF','2387287EtkCfK','toLowerCase','message','axXwC','test','cucumber','failure','SKIPPED','getTestUUID','msoFS','failureType','util','CMVCa','skipped','../../helpers/test-observability/error-handler','exports','forEach','gZuCp','deRWV','path','result','backtrace','tagExpression','nYkzf','4XNVoPz','name','getHookRunEventData','every','uuid','lwwWF','filter','kpTsA','6384288sREdrf','jFAUZ','UUlcO','hook_run','getCucumberHookType','738474DXraYH','dEbho','pQaRW','aXcQn','status','wqwPJ','pending','8cmEjtN','sendTestRunEventForCucumber','OikzS','IKFax','xQvJu','uri','HookRunFinished','AFTER_EACH','WRuUa','BEFORE_EACH','unknown','_gitConfigPath','value','getHooksListForTest','bzNOP','../../helpers/helper','testStepFinished','astNodeIds','1382360HjBrMr','finished_at','timestamp','passed','VJuzY','ijlFh','PeHEq','pvedV','RthPs','relative','failure_reason','examples'];a8_0x21d1=function(){return _0x802f9;};return a8_0x21d1();}module[a8_0x5c51b4(0x18b)]=o11yClassErrorHandler(TestObservabilityReporter,['configureGit',a8_0x5c51b4(0x16e),a8_0x5c51b4(0x1a0),a8_0x5c51b4(0x1d8),a8_0x5c51b4(0x15b),a8_0x5c51b4(0x196),a8_0x5c51b4(0x1a9)]);
1
+ function a8_0x2612(_0x206984,_0x4cf66c){const _0x2ade5e=a8_0x2ade();return a8_0x2612=function(_0x261293,_0x3e03ff){_0x261293=_0x261293-0xb0;let _0x5b3035=_0x2ade5e[_0x261293];return _0x5b3035;},a8_0x2612(_0x206984,_0x4cf66c);}const a8_0x19e552=a8_0x2612;function a8_0x2ade(){const _0x4f380a=['EZsYE','configureGit','feature','iLUga','children','hook_run','uafAz','split','jHBFI','WjYxy','sendHook','65ybXDmB','187fATHxm','map','ARmpJ','Tuqcs','UnhandledError','BiSAM','failed','UDmbe','find','hook','test_run','examples','testStepFinished','UKOht','flatMap','QwTHW','length','../../helpers/logger','gnsHi','EFwhA','LYPSF','finished_at','JYYFR','lCtbz','139340sTGawV','toLowerCase','pickleStepId','nanos','getTestUUID','Exception\x20in\x20getHookRunEventData:\x20','RlcNr','_gitConfigured','gTISm','CUCUMBER','418120uQraoW','fbJRO','path','hCXkO','strip-ansi','178940FURIhH','getHookRunEventData','message','XcABA','toISOString','cucumber','1211454LzWjYz','relative','getCucumberHookType','includes','yEjmY','../../helpers/helper','LlANH','nmASh','../../helpers/testhub/utils','debug','join','hookId','VwFKI','pending','BEFORE_EACH','54vfzslC','format','skipped','TreGY','uploadEventData','IIQmW','failure_reason','getHookResult','3lymaTU','rxOZa','exception','xsesC','pirQg','browserstack-node-agent/src/bin/cucumber-js/test.setup.js','value','vJkjF','rule','failureData','uuid','toString','filter','FLpKl','843206ANyEem','root','AssertionError','name','HookRunStarted','match','CKKlK','FSbgx','GDnkR','HWroZ','failureType','util','forEach','../playwright/reporter/test-details','winstonLogger','OZkEr','GGMec','HookRunFinished','testCaseFinished','duration_in_ms','hooks','fuEyG','vTQao','217868ximsub','astNodeIds','YbYFi','69880vzhPxW','rOrIY','YbaWR','testCaseStartedId','getHooksListForTest','sourceReference','updateTestStatus','AFTER_EACH','status','SKIPPED','VYFCH','event_type','../../helpers/test-observability/error-handler','Exception\x20in\x20sendHook:\x20','tags','bwDxn','NGWGo','hDBJz','getScenarioExamples','sendTestRunEventForCucumber','scenario','timestamp','failure_type','failure_data','bTUIX','cells','uri','tableBody','kRtKR','OtIWK','result','backtrace','failure','javascript','djCWa','sPcvC','appendTesthubParams','_gitConfigPath'];a8_0x2ade=function(){return _0x4f380a;};return a8_0x2ade();}(function(_0x61cb19,_0x10fefd){const _0x2c91d4=a8_0x2612,_0x293287=_0x61cb19();while(!![]){try{const _0x3643dd=parseInt(_0x2c91d4(0xef))/0x1+-parseInt(_0x2c91d4(0x14b))/0x2*(-parseInt(_0x2c91d4(0xca))/0x3)+-parseInt(_0x2c91d4(0x13c))/0x4*(-parseInt(_0x2c91d4(0x123))/0x5)+-parseInt(_0x2c91d4(0xb3))/0x6+-parseInt(_0x2c91d4(0xd8))/0x7+-parseInt(_0x2c91d4(0x146))/0x8*(parseInt(_0x2c91d4(0xc2))/0x9)+-parseInt(_0x2c91d4(0xf2))/0xa*(-parseInt(_0x2c91d4(0x124))/0xb);if(_0x3643dd===_0x10fefd)break;else _0x293287['push'](_0x293287['shift']());}catch(_0x2bf298){_0x293287['push'](_0x293287['shift']());}}}(a8_0x2ade,0x3b558));const path=require(a8_0x19e552(0x148)),stripAnsi=require(a8_0x19e552(0x14a)),util=require(a8_0x19e552(0xe3)),hooksMap={},SessionHandler=require('../../helpers/test-observability/sessionHandler'),testhubUtils=require(a8_0x19e552(0xbb)),{getGitMetaData,isUndefined,nestedKeyValue}=require(a8_0x19e552(0xb8)),logger=require(a8_0x19e552(0x135))[a8_0x19e552(0xe6)],{o11yClassErrorHandler}=require(a8_0x19e552(0xfe)),{FRAMEWORKS}=require('../../helpers/test-observability/constants.js'),TestDetails=require(a8_0x19e552(0xe5));this[a8_0x19e552(0x143)]=![],this['_gitConfigPath']=null;class TestObservabilityReporter{async[a8_0x19e552(0x105)](_0x3f3b77,_0x3bca34,_0x35b426,_0x3d752f,_0x2f396e){const _0x295128=a8_0x19e552,_0x430d8b={'xsesC':function(_0x5cc948,_0x553201){return _0x5cc948===_0x553201;},'UMpqg':'FAILED','EFwhA':_0x295128(0x12a),'pirQg':function(_0x2dc34d,_0x56f61b){return _0x2dc34d===_0x56f61b;},'djCWa':_0x295128(0xfb),'GDnkR':_0x295128(0xc4),'FLpKl':function(_0x9895eb,_0x14ab6f){return _0x9895eb||_0x14ab6f;},'yEjmY':function(_0x42a174,_0xbd19){return _0x42a174+_0xbd19;},'xQpQD':function(_0x306e02,_0x5d06cc){return _0x306e02+_0x5d06cc;},'JYYFR':function(_0x57d9c8,_0x5ae211){return _0x57d9c8+_0x5ae211;},'HWroZ':'test','TreGY':_0x295128(0x113),'udlFu':_0x295128(0xb2),'iLUga':_0x295128(0xc0),'FSbgx':'passed','OtIWK':function(_0x1835dc,_0x234c38){return _0x1835dc!==_0x234c38;},'lbKkS':function(_0x402786,_0x3a516a){return _0x402786/_0x3a516a;},'LYPSF':function(_0x4b8aa4,_0x36ec35){return _0x4b8aa4(_0x36ec35);},'rOrIY':'unknown','bTUIX':function(_0x3c6850,_0x3a9295){return _0x3c6850(_0x3a9295);},'RlcNr':_0x295128(0xda),'uafAz':_0x295128(0x128),'xpmRY':function(_0x3feab1,_0x3e5ffb){return _0x3feab1===_0x3e5ffb;},'jHBFI':'TestRunFinished','XcABA':function(_0x34c324,_0x3d7ef8){return _0x34c324>_0x3d7ef8;}},{feature:_0x3248ea,scenario:_0x549d9c,steps:_0x4adf52,uuid:_0x5cdea2,startedAt:_0x3a515d,finishedAt:_0x44070e}=_0x430d8b[_0x295128(0xd7)](_0x2f396e,{}),_0x3864b8=this[_0x295128(0x104)](_0x3bca34,_0x35b426);await this[_0x295128(0x119)]();const _0x5caf73=_0x3864b8?_0x430d8b[_0x295128(0xb7)](_0x430d8b['xQpQD'](_0x430d8b[_0x295128(0x13a)](_0x35b426['name'],'\x20('),_0x3864b8[_0x295128(0xbd)](',\x20')),')'):_0x35b426[_0x295128(0xdb)],_0x20a7c1={'uuid':_0x5cdea2,'started_at':_0x3a515d,'finished_at':_0x44070e,'type':_0x430d8b[_0x295128(0xe1)],'body':{'lang':_0x430d8b[_0x295128(0xc5)],'code':null},'name':_0x5caf73,'scopes':[_0x3248ea&&_0x3248ea['name']?_0x3248ea[_0x295128(0xdb)]:''],'tags':_0x35b426[_0x295128(0x100)]?_0x35b426[_0x295128(0x100)][_0x295128(0x125)](({name:_0x47b78c})=>_0x47b78c):[],'file_name':_0x35b426[_0x295128(0x10c)],'location':_0x35b426['uri'],'vc_filepath':this['_gitConfigPath']&&_0x35b426[_0x295128(0x10c)]?path[_0x295128(0xb4)](this[_0x295128(0x117)],_0x35b426[_0x295128(0x10c)]):null,'framework':_0x430d8b['udlFu'],'result':_0x430d8b[_0x295128(0x11b)],'meta':{'feature':_0x3248ea,'scenario':_0x549d9c,'steps':_0x4adf52,'examples':_0x3864b8},'customRerunParam':{'rerun_name':_0x5caf73}};if(_0x3f3b77['testCaseFinished']&&_0x4adf52){const _0x95ce0f=_0x3f3b77['testCaseFinished'];let _0xeaaf31=_0x430d8b[_0x295128(0xdf)];_0x4adf52['every'](_0x29ae8b=>{const _0x4034a2=_0x295128;if(_0x430d8b[_0x4034a2(0xcd)](_0x29ae8b[_0x4034a2(0x110)],_0x430d8b['UMpqg']))return _0xeaaf31=_0x430d8b[_0x4034a2(0x137)],_0x95ce0f[_0x4034a2(0x112)]=_0x29ae8b['failure'],_0x95ce0f[_0x4034a2(0xe2)]=_0x29ae8b['failureType'],![];else{if(_0x430d8b[_0x4034a2(0xce)](_0x29ae8b['result'],_0x430d8b[_0x4034a2(0x114)]))return _0xeaaf31=_0x430d8b[_0x4034a2(0xe0)],![];}return!![];}),_0x20a7c1[_0x295128(0x139)]=new Date()[_0x295128(0xb1)](),_0x20a7c1['result']=_0xeaaf31,_0x95ce0f['timestamp']&&_0x430d8b[_0x295128(0x10f)](_0x95ce0f[_0x295128(0x107)][_0x295128(0x13f)],undefined)?_0x20a7c1[_0x295128(0xeb)]=_0x430d8b['lbKkS'](_0x95ce0f[_0x295128(0x107)][_0x295128(0x13f)],0xf4240):_0x20a7c1[_0x295128(0xeb)]=undefined,_0x430d8b['pirQg'](_0xeaaf31,_0x430d8b[_0x295128(0x137)])&&(_0x20a7c1[_0x295128(0x112)]=[{'backtrace':[_0x95ce0f['failure']?_0x430d8b[_0x295128(0x138)](stripAnsi,_0x95ce0f['failure']):_0x430d8b[_0x295128(0xf3)]]}],_0x20a7c1['failure_reason']=_0x95ce0f[_0x295128(0x112)]?_0x430d8b[_0x295128(0x10a)](stripAnsi,_0x95ce0f[_0x295128(0x112)]):_0x95ce0f[_0x295128(0x14d)],_0x95ce0f['failureType']&&(_0x20a7c1['failure_type']=_0x95ce0f[_0x295128(0xe2)][_0x295128(0xdd)](/AssertError/)?_0x430d8b[_0x295128(0x142)]:_0x430d8b[_0x295128(0x11e)]));}if(_0x430d8b['xpmRY'](_0x3d752f,_0x430d8b[_0x295128(0x120)])){const _0x35f32a=this['getHooksListForTest'](_0x3f3b77[_0x295128(0xea)][_0x295128(0xf5)]);_0x35f32a&&_0x430d8b[_0x295128(0xb0)](_0x35f32a[_0x295128(0x134)],0x0)&&(_0x20a7c1[_0x295128(0xec)]=_0x35f32a,this[_0x295128(0xf8)](_0x3f3b77[_0x295128(0xea)][_0x295128(0xf5)],_0x20a7c1));}testhubUtils[_0x295128(0x116)](_0x20a7c1,_0x3d752f,'',FRAMEWORKS[_0x295128(0x145)]);const _0x5ece04={};_0x5ece04['event_type']=_0x3d752f,_0x5ece04[_0x295128(0x12e)]=_0x20a7c1;const _0x428a3f=_0x5ece04;await SessionHandler[_0x295128(0xc6)](_0x428a3f);}['updateTestStatus'](_0x423485,_0x249473){const _0x843f45=a8_0x19e552,_0x47ff94={};_0x47ff94['lCtbz']=function(_0x4d9e6b,_0x100679){return _0x4d9e6b instanceof _0x100679;},_0x47ff94[_0x843f45(0xd1)]=function(_0x56f644,_0x309e57){return _0x56f644===_0x309e57;},_0x47ff94[_0x843f45(0x115)]=_0x843f45(0x12a),_0x47ff94[_0x843f45(0x121)]='2|0|3|1|4';const _0x39047a=_0x47ff94,_0x4c730a=hooksMap[_0x423485];if(_0x39047a[_0x843f45(0x13b)](_0x4c730a,Array))for(const _0x4893ff of _0x4c730a){if(_0x39047a[_0x843f45(0xd1)](_0x4893ff[_0x843f45(0x110)],_0x39047a['sPcvC'])){const _0xb8dda4=_0x39047a[_0x843f45(0x121)][_0x843f45(0x11f)]('|');let _0x4133a1=0x0;while(!![]){switch(_0xb8dda4[_0x4133a1++]){case'0':_0x249473['failure']=_0x4893ff[_0x843f45(0x109)];continue;case'1':_0x249473[_0x843f45(0x108)]=_0x4893ff[_0x843f45(0x108)];continue;case'2':_0x249473[_0x843f45(0x110)]=_0x4893ff[_0x843f45(0x110)];continue;case'3':_0x249473[_0x843f45(0xc8)]=_0x39047a[_0x843f45(0x13b)](_0x4893ff[_0x843f45(0x109)],Array)?_0x4893ff[_0x843f45(0x109)][0x0][_0x843f45(0x111)][_0x843f45(0xbd)]('\x0a'):'';continue;case'4':return _0x249473;}break;}}};}[a8_0x19e552(0xf6)](_0x233df0){const _0x95014=a8_0x19e552;if(hooksMap[_0x233df0])return hooksMap[_0x233df0]['map'](_0xef0aa6=>_0xef0aa6[_0x95014(0xd4)]);return[];}[a8_0x19e552(0x14c)](_0xee66e3,_0x2ad039,_0xcb1798,_0x4479f2,_0x30738b,_0x2374a7){const _0x43c19d=a8_0x19e552,_0x5b665e={'NGWGo':function(_0x6c9487,_0x3f6139){return _0x6c9487===_0x3f6139;},'rxOZa':_0x43c19d(0xe9),'CKKlK':function(_0x24cfa8,_0x22dbed,_0x40cbd7){return _0x24cfa8(_0x22dbed,_0x40cbd7);},'VYFCH':_0x43c19d(0xf7),'kRtKR':'uri','EZsYE':_0x43c19d(0xc0),'YbaWR':_0x43c19d(0x12d),'YbYFi':'javascript','OZkEr':_0x43c19d(0x11a),'BiSAM':_0x43c19d(0xdb),'Tuqcs':function(_0x3d19bf,_0x46b761,_0x55d1b8){return _0x3d19bf(_0x46b761,_0x55d1b8);},'hDBJz':_0x43c19d(0xb2)};try{if(_0x5b665e[_0x43c19d(0x102)](_0xcb1798,_0x5b665e[_0x43c19d(0xcb)])){const _0x299896=new Date()[_0x43c19d(0xb1)](),_0x13feb6=hooksMap[_0x2ad039];if(!_0x13feb6)return;const _0x35b281=_0x13feb6['find'](_0x5c939f=>_0x5c939f[_0x43c19d(0xd4)]===_0x4479f2['id']);if(!_0x35b281)return;const _0x388929=this[_0x43c19d(0xc9)](_0xee66e3,_0x2ad039);_0x35b281[_0x43c19d(0x110)]=_0x388929['status'],_0x35b281['finished_at']=_0x299896,_0x35b281[_0x43c19d(0x108)]=_0x388929['failureType'];const _0x9e4e9c={};return _0x9e4e9c[_0x43c19d(0x111)]=_0x388929[_0x43c19d(0xd3)],_0x35b281[_0x43c19d(0x109)]=[_0x9e4e9c],_0x35b281;}const _0x28618c=TestDetails[_0x43c19d(0x140)](_0x2ad039),_0x535553=_0xee66e3['hooks'][_0x43c19d(0x12c)](_0x5116bc=>_0x5116bc['id']===_0x4479f2['hookId']),_0x2095a0=_0x5b665e[_0x43c19d(0xde)](nestedKeyValue,_0x535553,[_0x5b665e[_0x43c19d(0xfc)],_0x5b665e[_0x43c19d(0x10e)]]),_0x225041=new Date()['toISOString'](),_0x2ebe36=_0x5b665e[_0x43c19d(0x118)],_0x21718e=_0x535553['tagExpression']?_0x535553['tagExpression'][_0x43c19d(0x11f)]('\x20')[_0x43c19d(0xd6)](_0x175225=>_0x175225[_0x43c19d(0xb6)]('@')):[],_0x318c95={'uuid':_0x4479f2['id'],'type':_0x5b665e[_0x43c19d(0xf4)],'hook_type':_0x2374a7,'name':_0x535553[_0x43c19d(0xdb)],'body':{'lang':_0x5b665e[_0x43c19d(0xf1)],'code':null},'tags':_0x21718e,'test_run_id':_0x28618c,'scope':_0x5b665e[_0x43c19d(0xde)](nestedKeyValue,_0x30738b,[_0x5b665e[_0x43c19d(0xe7)],_0x5b665e['BiSAM']]),'scopes':[_0x5b665e[_0x43c19d(0x127)](nestedKeyValue,_0x30738b,[_0x5b665e[_0x43c19d(0xe7)],_0x5b665e[_0x43c19d(0x129)]])||''],'file_name':_0x2095a0,'location':_0x2095a0,'vc_filepath':this[_0x43c19d(0x117)]?path[_0x43c19d(0xb4)](this[_0x43c19d(0x117)],_0x2095a0):null,'result':_0x2ebe36,'started_at':_0x225041,'framework':_0x5b665e[_0x43c19d(0x103)]};return _0x318c95;}catch(_0x19c352){logger['debug'](_0x43c19d(0x141)+util[_0x43c19d(0xc3)](_0x19c352)+'\x20');}}async[a8_0x19e552(0x122)](_0x274b47,_0x5aa291,_0x2b6dd2,_0x29ac36,_0x4cf687,_0x3547ba){const _0x5b4652=a8_0x19e552,_0x9d4390={'IIQmW':function(_0xa89838,_0x26a017){return _0xa89838===_0x26a017;},'nmASh':_0x5b4652(0xdc),'mmkvb':function(_0x2d726e,_0x479a6d,_0x488628){return _0x2d726e(_0x479a6d,_0x488628);},'fuEyG':_0x5b4652(0xf7),'ARmpJ':_0x5b4652(0x10c),'GGMec':_0x5b4652(0xcf)};try{const _0x6c33b6=_0x29ac36['find'](_0x204378=>_0x204378['id']===_0x4cf687);if(!_0x6c33b6[_0x5b4652(0xbe)])return;const _0x3d868f=this['getCucumberHookType'](_0x29ac36,_0x6c33b6),_0x2b3b6c=this[_0x5b4652(0x14c)](_0x274b47,_0x5aa291,_0x2b6dd2,_0x6c33b6,_0x3547ba,_0x3d868f);if(!_0x2b3b6c)return;_0x9d4390[_0x5b4652(0xc7)](_0x2b6dd2,_0x9d4390[_0x5b4652(0xba)])&&(hooksMap[_0x5aa291]?hooksMap[_0x5aa291]['push'](_0x2b3b6c):hooksMap[_0x5aa291]=[_0x2b3b6c]);const _0x48beb5=_0x274b47['hooks'][_0x5b4652(0x12c)](_0xa217ea=>_0xa217ea['id']===_0x6c33b6[_0x5b4652(0xbe)]),_0xc9e301=_0x9d4390['mmkvb'](nestedKeyValue,_0x48beb5,[_0x9d4390[_0x5b4652(0xed)],_0x9d4390[_0x5b4652(0x126)]]);if(!_0xc9e301)return;else{if(_0xc9e301[_0x5b4652(0xb6)](_0x9d4390[_0x5b4652(0xe8)]))return;}const _0x242eb0={};_0x242eb0[_0x5b4652(0xfd)]=_0x2b6dd2,_0x242eb0[_0x5b4652(0x11d)]=_0x2b3b6c;const _0x12f816=_0x242eb0;await SessionHandler[_0x5b4652(0xc6)](_0x12f816);}catch(_0x8e6e6d){logger[_0x5b4652(0xbc)](_0x5b4652(0xff)+util[_0x5b4652(0xc3)](_0x8e6e6d)+'\x20');}}[a8_0x19e552(0xc9)](_0x3eb10f,_0xd64a3e){const _0x263989=a8_0x19e552,_0x242ddf={};_0x242ddf[_0x263989(0xbf)]=function(_0x36d103,_0x1989ef){return _0x36d103===_0x1989ef;},_0x242ddf[_0x263989(0x101)]=_0x263989(0x12a),_0x242ddf[_0x263989(0xee)]=_0x263989(0x128),_0x242ddf[_0x263989(0x149)]='AssertionError',_0x242ddf[_0x263989(0x147)]=function(_0x2a1f78,_0x4aeac0){return _0x2a1f78||_0x4aeac0;};const _0x15fedd=_0x242ddf,_0xbbfb1d=_0x3eb10f[_0x263989(0x130)][_0xd64a3e]['testStepResult'];let _0x502cdc,_0x1458eb;return _0xbbfb1d&&_0x15fedd[_0x263989(0xbf)](_0xbbfb1d[_0x263989(0xfa)][_0x263989(0xd5)]()[_0x263989(0x13d)](),_0x15fedd[_0x263989(0x101)])&&(_0x502cdc=_0x15fedd[_0x263989(0xbf)](_0xbbfb1d[_0x263989(0xcc)],undefined)?_0xbbfb1d[_0x263989(0x14d)]:_0xbbfb1d[_0x263989(0xcc)]['message'],_0x1458eb=_0x15fedd[_0x263989(0xbf)](_0xbbfb1d['exception'],undefined)?_0x15fedd[_0x263989(0xee)]:_0xbbfb1d['message'][_0x263989(0xdd)](/Assert/)?_0x15fedd['hCXkO']:_0x15fedd[_0x263989(0xee)]),{'status':_0xbbfb1d['status'][_0x263989(0x13d)](),'failureType':_0x15fedd[_0x263989(0x147)](_0x1458eb,null),'failureData':!_0x502cdc?null:[_0x502cdc]};}[a8_0x19e552(0xb5)](_0x2e11b8,_0x147870){const _0x25e9f4=a8_0x19e552,_0x15761c={};_0x15761c[_0x25e9f4(0x136)]=function(_0x5ba310,_0x3c8232){return _0x5ba310===_0x3c8232;},_0x15761c['RvwOx']=_0x25e9f4(0xf9),_0x15761c[_0x25e9f4(0x133)]=_0x25e9f4(0xc1);const _0x27f978=_0x15761c;let _0x17cb61=![];for(const _0x50ea34 of _0x2e11b8){_0x50ea34[_0x25e9f4(0x13e)]&&(_0x17cb61=!![]);if(_0x27f978[_0x25e9f4(0x136)](_0x147870['id'],_0x50ea34['id']))return _0x17cb61?_0x27f978['RvwOx']:_0x27f978[_0x25e9f4(0x133)];}}[a8_0x19e552(0x104)]=(_0x316338,_0x44845e)=>{const _0x5c1640=a8_0x19e552,_0x384785={};_0x384785['gTISm']=function(_0x26bccd,_0x4eff0b){return _0x26bccd===_0x4eff0b;},_0x384785[_0x5c1640(0x131)]=function(_0x15b05b,_0x217779){return _0x15b05b>_0x217779;};const _0x5dfa72=_0x384785;if(!(_0x44845e[_0x5c1640(0xf0)]&&_0x5dfa72['UKOht'](_0x44845e[_0x5c1640(0xf0)][_0x5c1640(0x134)],0x1)))return;const _0x1a1ca2=_0x44845e[_0x5c1640(0xf0)][0x0],_0x488422=_0x44845e[_0x5c1640(0xf0)][0x1],_0x5f5957=_0x316338['feature']&&_0x316338[_0x5c1640(0x11a)][_0x5c1640(0x11c)]?_0x316338[_0x5c1640(0x11a)][_0x5c1640(0x11c)]:undefined;let _0x3a2d6f=[];_0x5f5957&&_0x5f5957[_0x5c1640(0xe4)](_0x4ccaba=>{const _0x8142ae=_0x5c1640,_0x3d0543={'LlANH':function(_0x22cc55,_0x6be5ae){const _0x8fbb3a=a8_0x2612;return _0x5dfa72[_0x8fbb3a(0x144)](_0x22cc55,_0x6be5ae);}};if(_0x4ccaba['rule'])_0x4ccaba[_0x8142ae(0xd2)][_0x8142ae(0x11c)][_0x8142ae(0xe4)](_0x37eb02=>{const _0x1d1ba6=_0x8142ae;if(_0x37eb02[_0x1d1ba6(0x106)]&&_0x3d0543[_0x1d1ba6(0xb9)](_0x37eb02[_0x1d1ba6(0x106)]['id'],_0x1a1ca2)&&_0x37eb02['scenario'][_0x1d1ba6(0x12f)]){const _0x1c9809=_0x37eb02[_0x1d1ba6(0x106)][_0x1d1ba6(0x12f)][_0x1d1ba6(0x132)](_0x534620=>_0x534620[_0x1d1ba6(0x10d)])['find'](_0x20498a=>_0x20498a['id']===_0x488422);let _0x1099f5;_0x1c9809&&_0x1c9809[_0x1d1ba6(0x10b)]?_0x1099f5=_0x1c9809[_0x1d1ba6(0x10b)]['map'](_0x397dd6=>_0x397dd6[_0x1d1ba6(0xd0)]):_0x1099f5=[],_0x1099f5&&(_0x3a2d6f=_0x1099f5);}});else{if(_0x4ccaba[_0x8142ae(0x106)]&&_0x5dfa72[_0x8142ae(0x144)](_0x4ccaba['scenario']['id'],_0x1a1ca2)&&_0x4ccaba[_0x8142ae(0x106)][_0x8142ae(0x12f)]){const _0x21a79c=_0x4ccaba['scenario'][_0x8142ae(0x12f)]['flatMap'](_0x4062bf=>_0x4062bf[_0x8142ae(0x10d)])[_0x8142ae(0x12c)](_0x49f8df=>_0x49f8df['id']===_0x488422);let _0x50501d;_0x21a79c&&_0x21a79c[_0x8142ae(0x10b)]?_0x50501d=_0x21a79c['cells'][_0x8142ae(0x125)](_0x3edaaf=>_0x3edaaf[_0x8142ae(0xd0)]):_0x50501d=[],_0x50501d&&(_0x3a2d6f=_0x50501d);}}});if(_0x3a2d6f[_0x5c1640(0x134)])return _0x3a2d6f;return;};async[a8_0x19e552(0x119)](){const _0x2edb22=a8_0x19e552,_0x2e86c4={'UDmbe':function(_0x403f53){return _0x403f53();}};if(this[_0x2edb22(0x143)])return this['_gitConfigPath'];const _0xed5b09=await _0x2e86c4[_0x2edb22(0x12b)](getGitMetaData);_0xed5b09&&(this[_0x2edb22(0x117)]=_0xed5b09[_0x2edb22(0xd9)]),this['_gitConfigured']=!![];}}module['exports']=o11yClassErrorHandler(TestObservabilityReporter,[a8_0x19e552(0x119),'getScenarioExamples',a8_0x19e552(0xb5),a8_0x19e552(0xc9),'sendHook',a8_0x19e552(0x14c),a8_0x19e552(0x105)]);
@@ -1 +1 @@
1
- function a9_0x4998(_0x3870b8,_0x5ccdc4){const _0xcf37c2=a9_0xcf37();return a9_0x4998=function(_0x4998d3,_0x155bdb){_0x4998d3=_0x4998d3-0x160;let _0x4f772a=_0xcf37c2[_0x4998d3];return _0x4f772a;},a9_0x4998(_0x3870b8,_0x5ccdc4);}const a9_0x36b628=a9_0x4998;(function(_0x2a12bc,_0x5e81f5){const _0x221a84=a9_0x4998,_0x1da9d3=_0x2a12bc();while(!![]){try{const _0x2b7e7c=parseInt(_0x221a84(0x1d9))/0x1+-parseInt(_0x221a84(0x1de))/0x2*(parseInt(_0x221a84(0x1b0))/0x3)+parseInt(_0x221a84(0x1db))/0x4*(-parseInt(_0x221a84(0x16d))/0x5)+parseInt(_0x221a84(0x1fe))/0x6+parseInt(_0x221a84(0x19a))/0x7+parseInt(_0x221a84(0x180))/0x8*(parseInt(_0x221a84(0x20a))/0x9)+parseInt(_0x221a84(0x193))/0xa*(parseInt(_0x221a84(0x162))/0xb);if(_0x2b7e7c===_0x5e81f5)break;else _0x1da9d3['push'](_0x1da9d3['shift']());}catch(_0x334e91){_0x1da9d3['push'](_0x1da9d3['shift']());}}}(a9_0xcf37,0xcfc44));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require(a9_0x36b628(0x1bd)),setKeepAlive=require(a9_0x36b628(0x16c)),util=require('util'),PerformanceTester=require(a9_0x36b628(0x184)),{commandRepository}=require('../../helpers/ai-sdk/autoHealHelper'),cucumberModule=requireModule(a9_0x36b628(0x186),'@cucumber/cucumber'),logger=require(a9_0x36b628(0x1b4))[a9_0x36b628(0x1be)],{shouldProcessEventForTesthub}=require('../../helpers/testhub/utils'),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require(a9_0x36b628(0x1e6)),TestDetails=require('../playwright/reporter/test-details.js'),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),{o11yErrorHandler}=require(a9_0x36b628(0x1df)),MyReporter=require(a9_0x36b628(0x1e8)),SessionHandler=require(a9_0x36b628(0x1af)),scripts=require('../../helpers/accessibility-automation/scripts'),globals=require(a9_0x36b628(0x166)),testHubConstants=require('../../helpers/testhub/constants.js'),{shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),{isUndefined}=require(a9_0x36b628(0x179)),a9_0x36b0f6={};a9_0x36b0f6['workerInfo']=undefined,a9_0x36b0f6[a9_0x36b628(0x1ea)]={},a9_0x36b0f6['o11ySyncDone']=![],a9_0x36b0f6[a9_0x36b628(0x1ea)]['id']=undefined,a9_0x36b0f6[a9_0x36b628(0x1ea)][a9_0x36b628(0x1f3)]=undefined;const workerDetails=a9_0x36b0f6;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0xc44414){const _0x1c4692=a9_0x36b628,_0xbd60ba=workerDetails[_0x1c4692(0x1ea)][_0x1c4692(0x1f3)];if(!_0xbd60ba)return;await MyReporter[_0x1c4692(0x164)](_0xbd60ba,_0xc44414);}),registerListeners=()=>{const _0x503716=a9_0x36b628,_0x259f6e={};_0x259f6e[_0x503716(0x1ef)]=_0x503716(0x1b2);const _0x258b29=_0x259f6e;logger[_0x503716(0x1cf)](_0x258b29[_0x503716(0x1ef)]),process[_0x503716(0x185)](_0x503716(0x1c2)+process[_0x503716(0x161)]),process['on']('bs:addLog:'+process[_0x503716(0x161)],sendTestLog),PerformanceTester['startMonitoring']();};function a9_0xcf37(){const _0x38f23a=['executeAsyncScript','1636039jGDHXI','Passed','12TDujyZ','__platformCaps','ZaNAo','98458bYrQQr','../../helpers/test-observability/error-handler','TpAbj','Performing\x20scan\x20before\x20saving\x20results',',\x22level\x22:\x20\x22','error','skipSessionName','thBuildUuid','../../helpers/test-observability/utils','ZVtew','../playwright/reporter/reporter.js','message','currentTest','BROWSERSTACK_TESTHUB_UUID','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','Inside\x20browserstack\x20After','Inside\x20browserstack\x20AfterStep','XNpdf','DjYJA','__error_messages__','env','testInfo','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','mUAoX','quitCount_','length','elCbb','Error:\x20at\x20After:\x20','__skipSessionStatus','Lyxdu','format','stringify','3637182WSRzxL','__timeout','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20','../../index','performScan','ZIWBV','Error:\x20quiting\x20driver\x20at\x20After:\x20','setGlobal','StBrH','sFDvG','setDefaultTimeout','LreuY','191106PPURKP','kdmxt','pid','286nSIWuI','AHUss','addTestUIDAndReportLog','shutdown','../../helpers/globals','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20','status','setFramework','sdTKJ','saveTestResults','../../helpers/setKeepAlive','1714875UoulxV','failed','DYeeO','text','__sessionFailed','thJwtToken','vXMwG','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','toString','Failed:\x20','TtxAg','tags','lodash','toLowerCase','Inside\x20browserstack\x20Before','parse','passed','integrations','AfterStep','216YJeAve','Saksb','test_run','testCaseStartedId','../../helpers/performance/performance-tester','removeAllListeners','@cucumber/cucumber/lib/index.js','iYjBa','iDzgx','MMAUm','qmaPH','LneNC','CONFIG','\x22}}','BeforeAll','AfterAll','zzHTg','pickle','setConfig','174900kmVWzL','1|2|3|0|4','split','browserstackAgentV2','Zcqpo','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','Error:\x20cleaning\x20up\x20driver:\x20','1984003yosZgV','session_','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','BROWSERSTACK_TESTHUB_JWT','TsCrY','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','KzDwh','info','timeout','Inside\x20browserstack\x20AfterAll','join','isAccessibilityPlatform','Error:\x20sendPlatformDetails\x20at\x20After:\x20','cLBdF','After','pickleStep','startMonitoring','setTestNameForHealingContext','BSTACK_CONFIG','GoHOQ','__drivers','../../helpers/test-observability/sessionHandler','102cBFclV','__skipSessionName','Inside\x20browserstack\x20registerListeners','bstack','../../helpers/logger','getTestUUID','MtmNx','name','GKYgx','NzJdv','bmsmt','result','rnmYN','../../helpers/helper','winstonLogger','VFYPV','EBpap','executeScript','bs:addLog:','driverCleanup','\x20|\x20','Passed:\x20','reLPG','yWKCw','stopMonitoring','kDmUq','browserstackSessionName','finally','\x0aError:\x20','initQuit','jyuUe','debug','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','LNnvQ','KCJCP','getGlobal','bstackA11yShouldScan','shift','map','ENV_VAR'];a9_0xcf37=function(){return _0x38f23a;};return a9_0xcf37();}modifyCommand(),setKeepAlive();const Before=cucumberModule['Before'],After=cucumberModule[a9_0x36b628(0x1a8)],AfterAll=cucumberModule[a9_0x36b628(0x18f)],BeforeAll=cucumberModule[a9_0x36b628(0x18e)],AfterStep=cucumberModule[a9_0x36b628(0x17f)],configuration=process[a9_0x36b628(0x1f2)][a9_0x36b628(0x18c)],bstackConfig=process['env'][a9_0x36b628(0x1ac)];if(configuration!==undefined){const config=JSON[a9_0x36b628(0x17c)](configuration);isBrowserstackInfra()?(global['__skipSessionName']=isTrue(config[a9_0x36b628(0x1e4)]),global['__skipSessionStatus']=isTrue(config['skipSessionStatus'])):(global['__skipSessionName']=!![],global[a9_0x36b628(0x1fa)]=!![]),shouldProcessEventForTesthub()?require(a9_0x36b628(0x201))['browserstackAgentV2'](config,null,!![]):require('../../index')[a9_0x36b628(0x196)](config),global[a9_0x36b628(0x1dc)]=config['platformCaps']||{};}if(bstackConfig!==undefined){const browserStackConfig=JSON['parse'](bstackConfig);browserStackConfig&&(commandRepository[a9_0x36b628(0x192)](browserStackConfig),commandRepository[a9_0x36b628(0x169)]('cucumber-js'));}global[a9_0x36b628(0x1ff)]=0x0;const __setDefaultTimeout=cucumberModule[a9_0x36b628(0x208)];cucumberModule[a9_0x36b628(0x208)]=_0x5e8e56=>{const _0xd17033=a9_0x36b628,_0x2790e7={'cLBdF':function(_0x284e6d,_0x34e515){return _0x284e6d(_0x34e515);}};global[_0xd17033(0x1ff)]=_0x5e8e56,_0x2790e7[_0xd17033(0x1a7)](__setDefaultTimeout,_0x5e8e56);};const a9_0x4ae433={};a9_0x4ae433['name']=a9_0x36b628(0x1b3),BeforeAll(a9_0x4ae433,function(){const _0xfbf293=a9_0x36b628,_0x3a81be={'kdmxt':function(_0x59362f,_0xf4f10d,_0x18eb7b,_0x55006d){return _0x59362f(_0xf4f10d,_0x18eb7b,_0x55006d);},'fZFki':_0xfbf293(0x16e),'ZLaCV':_0xfbf293(0x1c4),'LEZIa':function(_0x11e339,_0xc93809,_0x11a279){return _0x11e339(_0xc93809,_0x11a279);},'NBkWw':'passed','TtxAg':'Inside\x20browserstack\x20BeforeAll','ZaNAo':function(_0x4804e2){return _0x4804e2();},'Iycyw':function(_0x18c1c5,_0x3d381b){return _0x18c1c5(_0x3d381b);}};PerformanceTester[_0xfbf293(0x1aa)](),logger['debug'](_0x3a81be[_0xfbf293(0x177)]),global[_0xfbf293(0x1f1)]=[],global[_0xfbf293(0x171)]=![],_0x3a81be['ZaNAo'](shouldProcessEventForTesthub)&&(_0x3a81be[_0xfbf293(0x1dd)](registerListeners),_0x3a81be['Iycyw'](addRequestSpy,![])),global[_0xfbf293(0x1c3)]=async()=>{const _0x228478=_0xfbf293;let _0x1e86d1=![];try{await global['__drivers'][0x0]['session_'],_0x1e86d1=!![],global['__sessionFailed']?await _0x3a81be[_0x228478(0x160)](markSessionStatus,global['__drivers'][0x0],_0x3a81be['fZFki'],global[_0x228478(0x1f1)][_0x228478(0x1a4)](_0x3a81be['ZLaCV'])):await _0x3a81be['LEZIa'](markSessionStatus,global[_0x228478(0x1ae)][0x0],_0x3a81be['NBkWw']);}catch(_0x14ded5){logger[_0x228478(0x1cf)](_0x228478(0x199)+_0x14ded5);}global[_0x228478(0x1f1)]=[],global[_0x228478(0x171)]=![];if(_0x1e86d1)try{await global[_0x228478(0x1ae)][0x0][_0x228478(0x1cd)]();}catch(_0x1441d9){logger['debug'](_0x228478(0x198)+_0x1441d9);}};});const a9_0x4c2516={};a9_0x4c2516[a9_0x36b628(0x1b7)]=a9_0x36b628(0x1b3),a9_0x4c2516[a9_0x36b628(0x1a2)]=0x2710,Before(a9_0x4c2516,function(_0xe8c28b,_0x31f297){const _0x1b71c5=a9_0x36b628,_0x16127e={'GoHOQ':function(_0x7f1a51,_0x22ad94){return _0x7f1a51>_0x22ad94;},'bmsmt':function(_0x2bdcea,_0x4fa3e5){return _0x2bdcea(_0x4fa3e5);},'LNnvQ':function(_0x27ed9f,_0x1a846f,_0x15b2ef,_0x2adefb){return _0x27ed9f(_0x1a846f,_0x15b2ef,_0x2adefb);},'Sewtt':_0x1b71c5(0x1d4),'iYjBa':function(_0x258333){return _0x258333();},'elCbb':_0x1b71c5(0x17b)};commandRepository[_0x1b71c5(0x1ab)](_0xe8c28b[_0x1b71c5(0x191)][_0x1b71c5(0x1b7)]),logger['debug'](_0x16127e[_0x1b71c5(0x1f8)]),new Promise(async _0x5be420=>{const _0x562a4b=_0x1b71c5;try{_0x16127e[_0x562a4b(0x1ad)](global[_0x562a4b(0x1ae)][_0x562a4b(0x1f7)],0x1)&&(await global['driverCleanup'](),global['__drivers'][_0x562a4b(0x1d5)]()),global[_0x562a4b(0x1ae)][0x0][_0x562a4b(0x1f6)]&&_0x16127e[_0x562a4b(0x1ad)](global[_0x562a4b(0x1ae)][0x0][_0x562a4b(0x1f6)],0x0)&&await global[_0x562a4b(0x1c3)]();}catch(_0x39646a){logger['debug'](_0x562a4b(0x1d0)+_0x39646a);}workerDetails[_0x562a4b(0x1ea)][_0x562a4b(0x1f3)]=_0xe8c28b[_0x562a4b(0x183)];try{if(!_0x16127e[_0x562a4b(0x1ba)](isUndefined,_0xe8c28b['pickle']['tags'])){const _0x2b263c=_0x16127e[_0x562a4b(0x1d1)](shouldScanTestForAccessibility,null,![],_0xe8c28b[_0x562a4b(0x191)][_0x562a4b(0x178)][_0x562a4b(0x1d6)](({name:_0x2d48e1})=>_0x2d48e1));globals[_0x562a4b(0x205)](_0x16127e['Sewtt'],_0x2b263c);}}catch(_0x43672f){logger[_0x562a4b(0x1cf)](_0x562a4b(0x200)+util[_0x562a4b(0x1fc)](_0x43672f));}_0x16127e[_0x562a4b(0x187)](_0x5be420);})[_0x1b71c5(0x1cb)](_0x31f297);});const a9_0x306c3b={};a9_0x306c3b['name']=a9_0x36b628(0x1b3),a9_0x306c3b[a9_0x36b628(0x1a2)]=0x2710,After(a9_0x306c3b,function(_0x34c5bb,_0x35f04c){const _0x2d8950=a9_0x36b628,_0x193e94={'sFDvG':_0x2d8950(0x194),'StBrH':function(_0x306b77,_0x4e6855){return _0x306b77>_0x4e6855;},'EBpap':function(_0x4512d8,_0x1f73e9){return _0x4512d8===_0x1f73e9;},'LneNC':_0x2d8950(0x16e),'KCJCP':function(_0x4ba843,_0x3c2741,_0x5b45d0,_0x566fe7){return _0x4ba843(_0x3c2741,_0x5b45d0,_0x566fe7);},'ZVtew':_0x2d8950(0x1c4),'jyAST':function(_0x165865,_0x31a23d,_0x48c969){return _0x165865(_0x31a23d,_0x48c969);},'jyuUe':_0x2d8950(0x17d),'DYeeO':function(_0x51f620){return _0x51f620();},'qmaPH':'CBTSessionCreated','Saksb':_0x2d8950(0x1a5),'iDzgx':'bstackA11yShouldScan','kDmUq':_0x2d8950(0x19c),'sdTKJ':_0x2d8950(0x1e1),'NzJdv':_0x2d8950(0x174),'VFYPV':function(_0xa1a6b4,_0x390740){return _0xa1a6b4>_0x390740;},'yWKCw':_0x2d8950(0x1ed)};logger[_0x2d8950(0x1cf)](_0x193e94[_0x2d8950(0x1c7)]),workerDetails[_0x2d8950(0x1ea)][_0x2d8950(0x1f3)]=_0x34c5bb[_0x2d8950(0x183)],new Promise(async _0x5bea51=>{const _0x372fc8=_0x2d8950;let _0x1fa8b7=![];try{const _0x5a103c=_0x193e94[_0x372fc8(0x207)][_0x372fc8(0x195)]('|');let _0x9944b3=0x0;while(!![]){switch(_0x5a103c[_0x9944b3++]){case'0':!global[_0x372fc8(0x1b1)]&&await global[_0x372fc8(0x1ae)][0x0]['executeScript']('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x34c5bb[_0x372fc8(0x191)]['name']+_0x372fc8(0x18d));continue;case'1':_0x193e94[_0x372fc8(0x206)](global[_0x372fc8(0x1ae)][_0x372fc8(0x1f7)],0x1)&&(await global[_0x372fc8(0x1c3)](),global[_0x372fc8(0x1ae)][_0x372fc8(0x1d5)](),global[_0x372fc8(0x1f1)]=[],global['__sessionFailed']=![]);continue;case'2':await global[_0x372fc8(0x1ae)][0x0][_0x372fc8(0x19b)];continue;case'3':_0x1fa8b7=!![];continue;case'4':if(_0x193e94[_0x372fc8(0x1c0)](_0x34c5bb[_0x372fc8(0x1bb)][_0x372fc8(0x168)][_0x372fc8(0x175)]()[_0x372fc8(0x17a)](),_0x193e94[_0x372fc8(0x18b)])||_0x193e94[_0x372fc8(0x1c0)](_0x34c5bb[_0x372fc8(0x1bb)][_0x372fc8(0x168)][_0x372fc8(0x175)]()[_0x372fc8(0x17a)](),'6')){try{global[_0x372fc8(0x1f1)]['push'](_0x34c5bb['result'][_0x372fc8(0x1e9)]);}catch(_0x30d64e){logger['debug'](_0x372fc8(0x1ec)+_0x30d64e);}await _0x193e94[_0x372fc8(0x1d2)](markSessionStatus,global[_0x372fc8(0x1ae)][0x0],_0x193e94['LneNC'],global[_0x372fc8(0x1f1)][_0x372fc8(0x1a4)](_0x193e94[_0x372fc8(0x1e7)]));}else await _0x193e94['jyAST'](markSessionStatus,global['__drivers'][0x0],_0x193e94[_0x372fc8(0x1ce)]);continue;}break;}}catch(_0x30f471){logger[_0x372fc8(0x1cf)](_0x372fc8(0x1f9)+util[_0x372fc8(0x1fc)](_0x30f471));}try{if(_0x193e94[_0x372fc8(0x16f)](shouldProcessEventForTesthub)){const _0x246e2a=TestDetails[_0x372fc8(0x1b5)](_0x34c5bb['testCaseStartedId']),_0x2a6c5d=await _0x193e94[_0x372fc8(0x1d2)](sendPlatformDetails,global['__drivers'][0x0],_0x246e2a,!![]),_0xb922e6={};_0xb922e6['uuid']=_0x246e2a,_0xb922e6[_0x372fc8(0x17e)]=_0x2a6c5d;const _0x11096b=_0xb922e6,_0x4e7135={};_0x4e7135['event_type']=_0x193e94[_0x372fc8(0x18a)],_0x4e7135[_0x372fc8(0x182)]=_0x11096b,await SessionHandler['uploadEventData'](_0x4e7135);}}catch(_0x38be67){logger[_0x372fc8(0x1cf)](_0x372fc8(0x1a6)+util[_0x372fc8(0x1fc)](_0x38be67));}try{if(globals[_0x372fc8(0x1d3)](_0x193e94[_0x372fc8(0x181)])&&globals[_0x372fc8(0x1d3)](_0x193e94[_0x372fc8(0x188)])){logger[_0x372fc8(0x1a1)](_0x193e94[_0x372fc8(0x1c9)]);const _0x351908=TestDetails[_0x372fc8(0x1b5)](_0x34c5bb[_0x372fc8(0x183)]),_0x155cb2={};_0x155cb2['thTestRunUuid']=_0x351908,_0x155cb2[_0x372fc8(0x1e5)]=process['env'][testHubConstants[_0x372fc8(0x1d7)][_0x372fc8(0x1eb)]],_0x155cb2[_0x372fc8(0x172)]=process['env'][testHubConstants['ENV_VAR'][_0x372fc8(0x19d)]];const _0x1ececa=_0x155cb2;logger[_0x372fc8(0x1cf)](_0x372fc8(0x1f4)+JSON['stringify'](_0x1ececa)),logger['debug'](_0x193e94[_0x372fc8(0x16a)]),logger['debug'](util[_0x372fc8(0x1fc)](await global[_0x372fc8(0x1ae)][0x0]['executeAsyncScript'](scripts[_0x372fc8(0x202)],{'method':global[_0x372fc8(0x1ca)]}))),await global[_0x372fc8(0x1ae)][0x0][_0x372fc8(0x1d8)](scripts[_0x372fc8(0x16b)],_0x1ececa),logger['info'](_0x193e94[_0x372fc8(0x1b9)]);}}catch(_0x4b0d49){logger[_0x372fc8(0x1e3)](_0x372fc8(0x167)+util['format']);}if(_0x1fa8b7)try{global[_0x372fc8(0x1ae)][0x0]&&_0x193e94[_0x372fc8(0x1bf)](global[_0x372fc8(0x1ae)][0x0][_0x372fc8(0x1f6)],0x0)&&await global['__drivers'][0x0][_0x372fc8(0x1cd)]();}catch(_0xea292){logger[_0x372fc8(0x1cf)](_0x372fc8(0x204)+_0xea292);}_0x193e94['DYeeO'](_0x5bea51);})[_0x2d8950(0x1cb)](()=>_0x35f04c());});const a9_0x375d39={};a9_0x375d39[a9_0x36b628(0x1b7)]=a9_0x36b628(0x1b3),a9_0x375d39[a9_0x36b628(0x1a2)]=0x2710,AfterStep(a9_0x375d39,function(_0x4bd51b,_0x7920c8){const _0x8be3db=a9_0x36b628,_0x54a8e5={'vXMwG':function(_0x569136,_0xb5904e){return _0x569136===_0xb5904e;},'GKYgx':'failed','mUAoX':function(_0x3f92ce,_0x505fec){return _0x3f92ce!==_0x505fec;},'Zcqpo':function(_0x2f89f5,_0x4210a9,_0x3df756){return _0x2f89f5(_0x4210a9,_0x3df756);},'AHUss':function(_0x5b75c0,_0x298396){return _0x5b75c0+_0x298396;},'ZIWBV':function(_0x5cbbc0,_0x1d3e93){return _0x5cbbc0+_0x1d3e93;},'KzDwh':_0x8be3db(0x176),'zzHTg':_0x8be3db(0x1cc),'MtmNx':_0x8be3db(0x1e3),'Lyxdu':function(_0x24b350,_0x11babf,_0x288fe8){return _0x24b350(_0x11babf,_0x288fe8);},'rnmYN':_0x8be3db(0x1c5),'DjYJA':_0x8be3db(0x1a1),'reLPG':function(_0x548874,_0x47353a,_0x7ba2ce){return _0x548874(_0x47353a,_0x7ba2ce);},'TpAbj':_0x8be3db(0x1da),'TsCrY':function(_0x138ccf){return _0x138ccf();},'LreuY':_0x8be3db(0x1ee)};logger['debug'](_0x54a8e5[_0x8be3db(0x209)]);const _0x55f754=async(_0x27ac46,_0x45ecfd)=>{const _0x54fe58=_0x8be3db;await global[_0x54fe58(0x1ae)][0x0][_0x54fe58(0x1c1)](_0x54fe58(0x19f)+_0x27ac46+_0x54fe58(0x1e2)+_0x45ecfd+_0x54fe58(0x18d));};new Promise(async _0x22f8c5=>{const _0x5e3b1b=_0x8be3db;try{_0x54a8e5[_0x5e3b1b(0x173)](_0x4bd51b[_0x5e3b1b(0x1bb)][_0x5e3b1b(0x168)][_0x5e3b1b(0x175)]()[_0x5e3b1b(0x17a)](),_0x54a8e5[_0x5e3b1b(0x1b8)])||_0x54a8e5[_0x5e3b1b(0x173)](_0x4bd51b['result'][_0x5e3b1b(0x168)][_0x5e3b1b(0x175)]()[_0x5e3b1b(0x17a)](),'6')?(global[_0x5e3b1b(0x171)]=!![],global[_0x5e3b1b(0x1f1)]['push'](_0x4bd51b[_0x5e3b1b(0x1bb)]['message']),_0x54a8e5[_0x5e3b1b(0x1f5)](_0x4bd51b['pickleStep'],undefined)?await _0x54a8e5[_0x5e3b1b(0x197)](_0x55f754,JSON['stringify'](_0x54a8e5[_0x5e3b1b(0x163)](_0x54a8e5[_0x5e3b1b(0x203)](_0x54a8e5[_0x5e3b1b(0x163)](_0x54a8e5[_0x5e3b1b(0x1a0)],'\x22'+_0x4bd51b[_0x5e3b1b(0x1a9)][_0x5e3b1b(0x170)]+'\x22\x20'),_0x54a8e5[_0x5e3b1b(0x190)]),_0x4bd51b[_0x5e3b1b(0x1bb)]['message'])),_0x54a8e5['MtmNx']):await _0x54a8e5[_0x5e3b1b(0x1fb)](_0x55f754,JSON[_0x5e3b1b(0x1fd)](_0x54a8e5['AHUss'](_0x54a8e5[_0x5e3b1b(0x1a0)],_0x4bd51b['result'][_0x5e3b1b(0x1e9)])),_0x54a8e5[_0x5e3b1b(0x1b6)])):_0x54a8e5[_0x5e3b1b(0x1f5)](_0x4bd51b['pickleStep'],undefined)?await _0x54a8e5[_0x5e3b1b(0x1fb)](_0x55f754,JSON[_0x5e3b1b(0x1fd)](_0x54a8e5['AHUss'](_0x54a8e5[_0x5e3b1b(0x1bc)],'\x22'+_0x4bd51b[_0x5e3b1b(0x1a9)][_0x5e3b1b(0x170)]+'\x22')),_0x54a8e5[_0x5e3b1b(0x1f0)]):await _0x54a8e5[_0x5e3b1b(0x1c6)](_0x55f754,JSON['stringify'](_0x54a8e5[_0x5e3b1b(0x1e0)]),_0x54a8e5['DjYJA']);}catch(_0x54fe64){logger[_0x5e3b1b(0x1cf)]('Error:\x20at\x20After\x20Step:\x20'+_0x54fe64);}_0x54a8e5[_0x5e3b1b(0x19e)](_0x22f8c5);})[_0x8be3db(0x1cb)](()=>_0x7920c8());});const a9_0xb6af67={};a9_0xb6af67[a9_0x36b628(0x1b7)]=a9_0x36b628(0x1b3),a9_0xb6af67[a9_0x36b628(0x1a2)]=0x7530,AfterAll(a9_0xb6af67,async function(_0x592378,_0x24f4cc){const _0x2c0931=a9_0x36b628,_0x305e9d={'mTcDj':function(_0x23510a){return _0x23510a();},'MMAUm':_0x2c0931(0x1a3)};logger[_0x2c0931(0x1cf)](_0x305e9d[_0x2c0931(0x189)]),await new Promise(async _0x182489=>{const _0x5da9c1=_0x2c0931;await RequestQueueHandler['getInstance']()[_0x5da9c1(0x165)](),PerformanceTester[_0x5da9c1(0x1c8)](),await global['driverCleanup'](),_0x305e9d['mTcDj'](_0x182489);});});
1
+ const a9_0x245273=a9_0x2dbe;(function(_0x668400,_0x30901c){const _0x3fee63=a9_0x2dbe,_0x509141=_0x668400();while(!![]){try{const _0x5ed810=parseInt(_0x3fee63(0xa3))/0x1*(-parseInt(_0x3fee63(0x147))/0x2)+parseInt(_0x3fee63(0xb6))/0x3+-parseInt(_0x3fee63(0x12f))/0x4*(parseInt(_0x3fee63(0xe2))/0x5)+parseInt(_0x3fee63(0xe4))/0x6+-parseInt(_0x3fee63(0xff))/0x7*(parseInt(_0x3fee63(0x130))/0x8)+-parseInt(_0x3fee63(0xb3))/0x9*(parseInt(_0x3fee63(0x9f))/0xa)+parseInt(_0x3fee63(0x126))/0xb;if(_0x5ed810===_0x30901c)break;else _0x509141['push'](_0x509141['shift']());}catch(_0x29476f){_0x509141['push'](_0x509141['shift']());}}}(a9_0x2d11,0xda3b7));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require('../../helpers/helper'),setKeepAlive=require(a9_0x245273(0xbb)),util=require(a9_0x245273(0xd4)),PerformanceTester=require(a9_0x245273(0xee)),{commandRepository}=require(a9_0x245273(0xa9)),cucumberModule=requireModule('@cucumber/cucumber/lib/index.js',a9_0x245273(0x11e)),logger=require('../../helpers/logger')[a9_0x245273(0x127)],{shouldProcessEventForTesthub}=require(a9_0x245273(0x104)),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require(a9_0x245273(0x138)),TestDetails=require(a9_0x245273(0xbe)),RequestQueueHandler=require(a9_0x245273(0xdf)),{o11yErrorHandler}=require(a9_0x245273(0xdb)),MyReporter=require(a9_0x245273(0xec)),SessionHandler=require(a9_0x245273(0x128)),scripts=require(a9_0x245273(0x134)),globals=require(a9_0x245273(0xf7)),testHubConstants=require(a9_0x245273(0xfb)),{shouldScanTestForAccessibility}=require(a9_0x245273(0xa7)),{isUndefined}=require(a9_0x245273(0x11c)),a9_0x1534f4={};a9_0x1534f4['workerInfo']=undefined,a9_0x1534f4[a9_0x245273(0xdc)]={},a9_0x1534f4[a9_0x245273(0xf6)]=![],a9_0x1534f4[a9_0x245273(0xdc)]['id']=undefined,a9_0x1534f4[a9_0x245273(0xdc)][a9_0x245273(0x10d)]=undefined;const workerDetails=a9_0x1534f4;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x2d0554){const _0x5eff9f=a9_0x245273,_0x1d257e=workerDetails[_0x5eff9f(0xdc)][_0x5eff9f(0x10d)];if(!_0x1d257e)return;await MyReporter['addTestUIDAndReportLog'](_0x1d257e,_0x2d0554);}),registerListeners=()=>{const _0x34d5fe=a9_0x245273,_0x49fedf={};_0x49fedf['XSIPT']=_0x34d5fe(0x110);const _0xfdb766=_0x49fedf;logger[_0x34d5fe(0xd1)](_0xfdb766['XSIPT']),process[_0x34d5fe(0xbf)](_0x34d5fe(0xd8)+process[_0x34d5fe(0xd0)]),process['on']('bs:addLog:'+process['pid'],sendTestLog),PerformanceTester[_0x34d5fe(0x137)]();};modifyCommand(),setKeepAlive();const Before=cucumberModule[a9_0x245273(0x11f)],After=cucumberModule[a9_0x245273(0xfd)],AfterAll=cucumberModule[a9_0x245273(0xc2)],BeforeAll=cucumberModule['BeforeAll'],AfterStep=cucumberModule[a9_0x245273(0x133)],configuration=process[a9_0x245273(0xc8)][a9_0x245273(0x113)],bstackConfig=process['env'][a9_0x245273(0x123)];if(configuration!==undefined){const config=JSON[a9_0x245273(0xd9)](configuration);isBrowserstackInfra()?(global[a9_0x245273(0xe3)]=isTrue(config[a9_0x245273(0x103)]),global[a9_0x245273(0xad)]=isTrue(config[a9_0x245273(0x112)])):(global['__skipSessionName']=!![],global[a9_0x245273(0xad)]=!![]),shouldProcessEventForTesthub()?require(a9_0x245273(0xa6))['browserstackAgentV2'](config,null,!![]):require(a9_0x245273(0xa6))[a9_0x245273(0xf0)](config),global[a9_0x245273(0xaa)]=config[a9_0x245273(0x14c)]||{};}if(bstackConfig!==undefined){const browserStackConfig=JSON[a9_0x245273(0xd9)](bstackConfig);browserStackConfig&&(commandRepository[a9_0x245273(0x10e)](browserStackConfig),commandRepository[a9_0x245273(0xa1)]('cucumber-js'));}global['__timeout']=0x0;const __setDefaultTimeout=cucumberModule[a9_0x245273(0xe1)];cucumberModule[a9_0x245273(0xe1)]=_0x685d7d=>{const _0x23f52b={'nmPvr':function(_0x11f408,_0x56ce82){return _0x11f408(_0x56ce82);}};global['__timeout']=_0x685d7d,_0x23f52b['nmPvr'](__setDefaultTimeout,_0x685d7d);};function a9_0x2dbe(_0x44b6c4,_0x66868c){const _0x2d1175=a9_0x2d11();return a9_0x2dbe=function(_0x2dbebd,_0x42c711){_0x2dbebd=_0x2dbebd-0x9c;let _0x3e04b3=_0x2d1175[_0x2dbebd];return _0x3e04b3;},a9_0x2dbe(_0x44b6c4,_0x66868c);}function a9_0x2d11(){const _0x473bec=['name','../../helpers/ai-sdk/autoHealHelper','__platformCaps','split','ccQoz','__skipSessionStatus','Error:\x20at\x20After\x20Step:\x20','status','pickleStep','shutdown','\x22}}','16668GdmghU','finally','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','3264702ODECXt','join','BROWSERSTACK_TESTHUB_UUID','pickle','NpnAY','../../helpers/setKeepAlive','HdXTe','OvJWv','../playwright/reporter/test-details.js','removeAllListeners','Inside\x20browserstack\x20After','jsSYp','AfterAll','Failed:\x20','EbdDN','event_type','saveTestResults','YPymr','env','shift','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','hwcLb','0|4|2|1|3','UlCIz','__error_messages__','pid','debug','Passed:\x20','info','util','cFzMU','pElAs','\x0aError:\x20','bs:addLog:','parse','push','../../helpers/test-observability/error-handler','currentTest','iZqPV','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','../../helpers/test-observability/requestQueueHandler','setTestNameForHealingContext','setDefaultTimeout','3488255vHRABZ','__skipSessionName','10156890UdfEQJ','text','isAccessibilityPlatform','performScan','lFbot','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','Inside\x20browserstack\x20Before','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20','../playwright/reporter/reporter.js','qUZgH','../../helpers/performance/performance-tester','BoXYP','browserstackAgentV2','failed','result','format','Error:\x20sendPlatformDetails\x20at\x20After:\x20','message','o11ySyncDone','../../helpers/globals','length','Error:\x20quiting\x20driver\x20at\x20After:\x20','toLowerCase','../../helpers/testhub/constants.js','DsAZb','After','bcMhw','203IKJJzn','bstackA11yShouldScan','DfUtV','getTestUUID','skipSessionName','../../helpers/testhub/utils','bstack','uuid','ylDiA','initQuit','getGlobal','uploadEventData','RtTnK','ENV_VAR','testInfo','setConfig','stopMonitoring','Inside\x20browserstack\x20registerListeners','GZMjl','skipSessionStatus','CONFIG','fJLkM','toString','Inside\x20browserstack\x20AfterStep','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20','baUII','Inside\x20browserstack\x20BeforeAll','FVVBB','LfXSl','lodash','tags','@cucumber/cucumber','Before','UlIoW','timeout','quitCount_','BSTACK_CONFIG','map','JUAjH','26352656fOUUcT','winstonLogger','../../helpers/test-observability/sessionHandler','__drivers','jPRxG','BROWSERSTACK_TESTHUB_JWT','driverCleanup','cbViZ','__sessionFailed','8DALIir','102064VcxDSl','session_','testCaseStartedId','AfterStep','../../helpers/accessibility-automation/scripts','ilHBY','bWlZZ','startMonitoring','../../helpers/test-observability/utils','zRHgZ',',\x22level\x22:\x20\x22','error','CYgRR','sWhAf','Error:\x20at\x20After:\x20','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','stringify','DtdRZ','setGlobal','browserstackSessionName','vDTnu','executeScript','passed','2lAHwbc','executeAsyncScript','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','Inside\x20browserstack\x20AfterAll','Ofbej','platformCaps','qcMcs','test_run','Passed','thJwtToken','7900fWaFdP','NglsG','setFramework','getInstance','1054502gYDCgO','Error:\x20cleaning\x20up\x20driver:\x20','GzyLC','../../index','../../helpers/accessibility-automation/helper'];a9_0x2d11=function(){return _0x473bec;};return a9_0x2d11();}const a9_0x2da8b4={};a9_0x2da8b4[a9_0x245273(0xa8)]=a9_0x245273(0x105),BeforeAll(a9_0x2da8b4,function(){const _0x4263b8=a9_0x245273,_0x220c2c={'DsAZb':function(_0x17bcbc,_0x21848b,_0x56f94b,_0x3dead8){return _0x17bcbc(_0x21848b,_0x56f94b,_0x3dead8);},'bWlZZ':_0x4263b8(0xf1),'bwdOT':'\x20|\x20','bcMhw':function(_0x522bf8,_0x497343,_0x3c4acc){return _0x522bf8(_0x497343,_0x3c4acc);},'fJLkM':'passed','Rrnwv':_0x4263b8(0x119),'uGyVB':function(_0x1a2759){return _0x1a2759();},'hUHmr':function(_0x3219e2){return _0x3219e2();},'tzSwU':function(_0x58fb11,_0x2f9292){return _0x58fb11(_0x2f9292);}};PerformanceTester[_0x4263b8(0x137)](),logger[_0x4263b8(0xd1)](_0x220c2c['Rrnwv']),global[_0x4263b8(0xcf)]=[],global['__sessionFailed']=![],_0x220c2c['uGyVB'](shouldProcessEventForTesthub)&&(_0x220c2c['hUHmr'](registerListeners),_0x220c2c['tzSwU'](addRequestSpy,![])),global[_0x4263b8(0x12c)]=async()=>{const _0x563a6d=_0x4263b8;let _0x36da52=![];try{await global[_0x563a6d(0x129)][0x0][_0x563a6d(0x131)],_0x36da52=!![],global[_0x563a6d(0x12e)]?await _0x220c2c[_0x563a6d(0xfc)](markSessionStatus,global[_0x563a6d(0x129)][0x0],_0x220c2c[_0x563a6d(0x136)],global[_0x563a6d(0xcf)][_0x563a6d(0xb7)](_0x220c2c['bwdOT'])):await _0x220c2c[_0x563a6d(0xfe)](markSessionStatus,global[_0x563a6d(0x129)][0x0],_0x220c2c[_0x563a6d(0x114)]);}catch(_0x111b21){logger[_0x563a6d(0xd1)](_0x563a6d(0xa4)+_0x111b21);}global[_0x563a6d(0xcf)]=[],global[_0x563a6d(0x12e)]=![];if(_0x36da52)try{await global[_0x563a6d(0x129)][0x0][_0x563a6d(0x108)]();}catch(_0x1b8528){logger['debug'](_0x563a6d(0xde)+_0x1b8528);}};});const a9_0x576435={};a9_0x576435['name']=a9_0x245273(0x105),a9_0x576435[a9_0x245273(0x121)]=0x2710,Before(a9_0x576435,function(_0x15e9e2,_0x12380b){const _0x2892c2=a9_0x245273,_0x3026df={'EbdDN':function(_0x2d7dd6,_0x3b17fc){return _0x2d7dd6>_0x3b17fc;},'OFcDQ':function(_0x3211e5,_0x1be4bb){return _0x3211e5(_0x1be4bb);},'NpnAY':function(_0x9b3c4e,_0x111369,_0x339158,_0x55c01c){return _0x9b3c4e(_0x111369,_0x339158,_0x55c01c);},'baUII':'bstackA11yShouldScan','jsSYp':function(_0x5b2d82){return _0x5b2d82();},'Ofbej':_0x2892c2(0xea)};commandRepository[_0x2892c2(0xe0)](_0x15e9e2[_0x2892c2(0xb9)][_0x2892c2(0xa8)]),logger[_0x2892c2(0xd1)](_0x3026df[_0x2892c2(0x14b)]),new Promise(async _0x53aeac=>{const _0x4d404b=_0x2892c2;try{_0x3026df['EbdDN'](global[_0x4d404b(0x129)][_0x4d404b(0xf8)],0x1)&&(await global[_0x4d404b(0x12c)](),global[_0x4d404b(0x129)][_0x4d404b(0xc9)]()),global[_0x4d404b(0x129)][0x0][_0x4d404b(0x122)]&&_0x3026df[_0x4d404b(0xc4)](global[_0x4d404b(0x129)][0x0]['quitCount_'],0x0)&&await global[_0x4d404b(0x12c)]();}catch(_0x32db92){logger[_0x4d404b(0xd1)](_0x4d404b(0xca)+_0x32db92);}workerDetails[_0x4d404b(0xdc)][_0x4d404b(0x10d)]=_0x15e9e2[_0x4d404b(0x132)];try{if(!_0x3026df['OFcDQ'](isUndefined,_0x15e9e2[_0x4d404b(0xb9)]['tags'])){const _0x6470dc=_0x3026df[_0x4d404b(0xba)](shouldScanTestForAccessibility,null,![],_0x15e9e2[_0x4d404b(0xb9)][_0x4d404b(0x11d)][_0x4d404b(0x124)](({name:_0x2c8180})=>_0x2c8180));globals[_0x4d404b(0x142)](_0x3026df[_0x4d404b(0x118)],_0x6470dc);}}catch(_0x343cea){logger['debug'](_0x4d404b(0xeb)+util['format'](_0x343cea));}_0x3026df[_0x4d404b(0xc1)](_0x53aeac);})['finally'](_0x12380b);});const a9_0x16642c={};a9_0x16642c['name']=a9_0x245273(0x105),a9_0x16642c[a9_0x245273(0x121)]=0x2710,After(a9_0x16642c,function(_0x5e3928,_0x128b8e){const _0x388030=a9_0x245273,_0x107543={'JUAjH':_0x388030(0xcd),'sWhAf':function(_0x31aa02,_0x30e54e){return _0x31aa02>_0x30e54e;},'iZqPV':function(_0x5d3fcf,_0xfa56b1){return _0x5d3fcf===_0xfa56b1;},'cFzMU':_0x388030(0xf1),'qUZgH':function(_0x550388,_0x790eee,_0x386259,_0x421ffa){return _0x550388(_0x790eee,_0x386259,_0x421ffa);},'BoXYP':'\x20|\x20','DfUtV':function(_0x957345,_0x4edc1b,_0x4b0d2b){return _0x957345(_0x4edc1b,_0x4b0d2b);},'qjYrQ':_0x388030(0x146),'ccQoz':function(_0x54f3fb){return _0x54f3fb();},'CYgRR':function(_0x3b179a,_0x21e0d8,_0x220425,_0x54c9f9){return _0x3b179a(_0x21e0d8,_0x220425,_0x54c9f9);},'YPymr':'CBTSessionCreated','GzyLC':_0x388030(0xe6),'vDTnu':_0x388030(0x100),'ZyefR':_0x388030(0xcb),'ISpMI':'Performing\x20scan\x20before\x20saving\x20results','UlIoW':_0x388030(0xb5),'qcMcs':function(_0x3df414,_0x80be0b){return _0x3df414>_0x80be0b;},'MXMth':function(_0x16d3ad){return _0x16d3ad();},'mwhUa':_0x388030(0xc0)};logger['debug'](_0x107543['mwhUa']),workerDetails[_0x388030(0xdc)][_0x388030(0x10d)]=_0x5e3928[_0x388030(0x132)],new Promise(async _0x47b71d=>{const _0x3e0362=_0x388030;let _0x2ff818=![];try{const _0x46c130=_0x107543[_0x3e0362(0x125)][_0x3e0362(0xab)]('|');let _0x4a3299=0x0;while(!![]){switch(_0x46c130[_0x4a3299++]){case'0':_0x107543[_0x3e0362(0x13d)](global[_0x3e0362(0x129)][_0x3e0362(0xf8)],0x1)&&(await global[_0x3e0362(0x12c)](),global[_0x3e0362(0x129)][_0x3e0362(0xc9)](),global[_0x3e0362(0xcf)]=[],global[_0x3e0362(0x12e)]=![]);continue;case'1':!global[_0x3e0362(0xe3)]&&await global[_0x3e0362(0x129)][0x0][_0x3e0362(0x145)](_0x3e0362(0x149)+_0x5e3928['pickle']['name']+_0x3e0362(0xb2));continue;case'2':_0x2ff818=!![];continue;case'3':if(_0x107543[_0x3e0362(0xdd)](_0x5e3928[_0x3e0362(0xf2)][_0x3e0362(0xaf)][_0x3e0362(0x115)]()[_0x3e0362(0xfa)](),_0x107543[_0x3e0362(0xd5)])||_0x107543['iZqPV'](_0x5e3928[_0x3e0362(0xf2)][_0x3e0362(0xaf)][_0x3e0362(0x115)]()[_0x3e0362(0xfa)](),'6')){try{global[_0x3e0362(0xcf)][_0x3e0362(0xda)](_0x5e3928['result'][_0x3e0362(0xf5)]);}catch(_0x5569e3){logger[_0x3e0362(0xd1)](_0x3e0362(0xe9)+_0x5569e3);}await _0x107543[_0x3e0362(0xed)](markSessionStatus,global['__drivers'][0x0],_0x107543[_0x3e0362(0xd5)],global[_0x3e0362(0xcf)][_0x3e0362(0xb7)](_0x107543[_0x3e0362(0xef)]));}else await _0x107543[_0x3e0362(0x101)](markSessionStatus,global[_0x3e0362(0x129)][0x0],_0x107543['qjYrQ']);continue;case'4':await global[_0x3e0362(0x129)][0x0][_0x3e0362(0x131)];continue;}break;}}catch(_0x419bdd){logger['debug'](_0x3e0362(0x13e)+util[_0x3e0362(0xf3)](_0x419bdd));}try{if(_0x107543[_0x3e0362(0xac)](shouldProcessEventForTesthub)){const _0x3dafdf=TestDetails[_0x3e0362(0x102)](_0x5e3928['testCaseStartedId']),_0x47a3e7=await _0x107543[_0x3e0362(0x13c)](sendPlatformDetails,global[_0x3e0362(0x129)][0x0],_0x3dafdf,!![]),_0x19b4ae={};_0x19b4ae[_0x3e0362(0x106)]=_0x3dafdf,_0x19b4ae['integrations']=_0x47a3e7;const _0x7fd876=_0x19b4ae,_0x3a96af={};_0x3a96af[_0x3e0362(0xc5)]=_0x107543[_0x3e0362(0xc7)],_0x3a96af[_0x3e0362(0x9c)]=_0x7fd876,await SessionHandler[_0x3e0362(0x10a)](_0x3a96af);}}catch(_0xde8afd){logger[_0x3e0362(0xd1)](_0x3e0362(0xf4)+util[_0x3e0362(0xf3)](_0xde8afd));}try{if(globals['getGlobal'](_0x107543[_0x3e0362(0xa5)])&&globals[_0x3e0362(0x109)](_0x107543[_0x3e0362(0x144)])){logger[_0x3e0362(0xd3)](_0x107543['ZyefR']);const _0x25fdda=TestDetails[_0x3e0362(0x102)](_0x5e3928[_0x3e0362(0x132)]),_0x5e2ce4={};_0x5e2ce4['thTestRunUuid']=_0x25fdda,_0x5e2ce4['thBuildUuid']=process['env'][testHubConstants[_0x3e0362(0x10c)][_0x3e0362(0xb8)]],_0x5e2ce4[_0x3e0362(0x9e)]=process['env'][testHubConstants[_0x3e0362(0x10c)][_0x3e0362(0x12b)]];const _0x4185b8=_0x5e2ce4;logger['debug'](_0x3e0362(0x13f)+JSON[_0x3e0362(0x140)](_0x4185b8)),logger[_0x3e0362(0xd1)](_0x107543['ISpMI']),logger['debug'](util['format'](await global[_0x3e0362(0x129)][0x0][_0x3e0362(0x148)](scripts[_0x3e0362(0xe7)],{'method':global[_0x3e0362(0x143)]}))),await global['__drivers'][0x0][_0x3e0362(0x148)](scripts[_0x3e0362(0xc6)],_0x4185b8),logger[_0x3e0362(0xd3)](_0x107543[_0x3e0362(0x120)]);}}catch(_0x54b486){logger[_0x3e0362(0x13b)](_0x3e0362(0x117)+util[_0x3e0362(0xf3)]);}if(_0x2ff818)try{global['__drivers'][0x0]&&_0x107543[_0x3e0362(0x14d)](global[_0x3e0362(0x129)][0x0][_0x3e0362(0x122)],0x0)&&await global[_0x3e0362(0x129)][0x0][_0x3e0362(0x108)]();}catch(_0x4c2788){logger[_0x3e0362(0xd1)](_0x3e0362(0xf9)+_0x4c2788);}_0x107543['MXMth'](_0x47b71d);})[_0x388030(0xb4)](()=>_0x128b8e());});const a9_0x5e81ec={};a9_0x5e81ec[a9_0x245273(0xa8)]='bstack',a9_0x5e81ec[a9_0x245273(0x121)]=0x2710,AfterStep(a9_0x5e81ec,function(_0x2c8de9,_0x4bd203){const _0x168950=a9_0x245273,_0x5c2820={'cbViZ':function(_0x513dda,_0x182b0c){return _0x513dda===_0x182b0c;},'jPRxG':_0x168950(0xf1),'DtdRZ':function(_0x420ae9,_0x20064a){return _0x420ae9!==_0x20064a;},'ilHBY':function(_0x3d9cc1,_0x594af4,_0x43ec64){return _0x3d9cc1(_0x594af4,_0x43ec64);},'UlCIz':function(_0x1b100d,_0x19f4f1){return _0x1b100d+_0x19f4f1;},'ylDiA':function(_0x3859f4,_0x355413){return _0x3859f4+_0x355413;},'JMtwm':_0x168950(0xc3),'lFbot':_0x168950(0xd7),'pElAs':_0x168950(0x13b),'JsTNs':function(_0x364fca,_0x2b2d5f,_0x1e82ce){return _0x364fca(_0x2b2d5f,_0x1e82ce);},'OvJWv':function(_0x408f03,_0x973639){return _0x408f03!==_0x973639;},'LfXSl':function(_0x519604,_0x54bb32,_0x89d104){return _0x519604(_0x54bb32,_0x89d104);},'FVVBB':_0x168950(0xd2),'hwcLb':_0x168950(0xd3),'zRHgZ':function(_0x75f1be,_0x19ef35,_0x52f624){return _0x75f1be(_0x19ef35,_0x52f624);},'HdXTe':_0x168950(0x9d),'RtTnK':function(_0x44957c){return _0x44957c();},'GZMjl':_0x168950(0x116)};logger[_0x168950(0xd1)](_0x5c2820[_0x168950(0x111)]);const _0xcd6ebb=async(_0x2db7d3,_0x59a769)=>{const _0x2fe9c1=_0x168950;await global[_0x2fe9c1(0x129)][0x0]['executeScript']('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+_0x2db7d3+_0x2fe9c1(0x13a)+_0x59a769+_0x2fe9c1(0xb2));};new Promise(async _0x238374=>{const _0x4781ad=_0x168950;try{_0x5c2820[_0x4781ad(0x12d)](_0x2c8de9[_0x4781ad(0xf2)]['status']['toString']()['toLowerCase'](),_0x5c2820[_0x4781ad(0x12a)])||_0x5c2820[_0x4781ad(0x12d)](_0x2c8de9[_0x4781ad(0xf2)][_0x4781ad(0xaf)][_0x4781ad(0x115)]()[_0x4781ad(0xfa)](),'6')?(global['__sessionFailed']=!![],global['__error_messages__'][_0x4781ad(0xda)](_0x2c8de9[_0x4781ad(0xf2)][_0x4781ad(0xf5)]),_0x5c2820[_0x4781ad(0x141)](_0x2c8de9[_0x4781ad(0xb0)],undefined)?await _0x5c2820[_0x4781ad(0x135)](_0xcd6ebb,JSON[_0x4781ad(0x140)](_0x5c2820[_0x4781ad(0xce)](_0x5c2820['ylDiA'](_0x5c2820[_0x4781ad(0x107)](_0x5c2820['JMtwm'],'\x22'+_0x2c8de9[_0x4781ad(0xb0)][_0x4781ad(0xe5)]+'\x22\x20'),_0x5c2820[_0x4781ad(0xe8)]),_0x2c8de9['result'][_0x4781ad(0xf5)])),_0x5c2820[_0x4781ad(0xd6)]):await _0x5c2820['JsTNs'](_0xcd6ebb,JSON[_0x4781ad(0x140)](_0x5c2820[_0x4781ad(0x107)](_0x5c2820['JMtwm'],_0x2c8de9[_0x4781ad(0xf2)][_0x4781ad(0xf5)])),_0x5c2820[_0x4781ad(0xd6)])):_0x5c2820[_0x4781ad(0xbd)](_0x2c8de9[_0x4781ad(0xb0)],undefined)?await _0x5c2820[_0x4781ad(0x11b)](_0xcd6ebb,JSON['stringify'](_0x5c2820[_0x4781ad(0xce)](_0x5c2820[_0x4781ad(0x11a)],'\x22'+_0x2c8de9[_0x4781ad(0xb0)][_0x4781ad(0xe5)]+'\x22')),_0x5c2820[_0x4781ad(0xcc)]):await _0x5c2820[_0x4781ad(0x139)](_0xcd6ebb,JSON[_0x4781ad(0x140)](_0x5c2820[_0x4781ad(0xbc)]),_0x5c2820['hwcLb']);}catch(_0x54ef03){logger[_0x4781ad(0xd1)](_0x4781ad(0xae)+_0x54ef03);}_0x5c2820[_0x4781ad(0x10b)](_0x238374);})[_0x168950(0xb4)](()=>_0x4bd203());});const a9_0x430a1e={};a9_0x430a1e['name']='bstack',a9_0x430a1e[a9_0x245273(0x121)]=0x7530,AfterAll(a9_0x430a1e,async function(_0x3f5bac,_0x469df3){const _0x1af5ea=a9_0x245273,_0xc39ab7={'tqxfG':function(_0x521f4a){return _0x521f4a();},'NglsG':_0x1af5ea(0x14a)};logger[_0x1af5ea(0xd1)](_0xc39ab7[_0x1af5ea(0xa0)]),await new Promise(async _0x415841=>{const _0x27bd84=_0x1af5ea;await RequestQueueHandler[_0x27bd84(0xa2)]()[_0x27bd84(0xb1)](),PerformanceTester[_0x27bd84(0x10f)](),await global[_0x27bd84(0x12c)](),_0xc39ab7['tqxfG'](_0x415841);});});
@@ -1 +1 @@
1
- const a10_0x5cf24e=a10_0x9b87;function a10_0x9b87(_0x371b4f,_0xa9c48b){const _0x2dfe6d=a10_0x2dfe();return a10_0x9b87=function(_0x9b8773,_0x5c08af){_0x9b8773=_0x9b8773-0x120;let _0x247413=_0x2dfe6d[_0x9b8773];return _0x247413;},a10_0x9b87(_0x371b4f,_0xa9c48b);}(function(_0xe8aed2,_0x25626f){const _0x2703c0=a10_0x9b87,_0x2ed182=_0xe8aed2();while(!![]){try{const _0x43e136=-parseInt(_0x2703c0(0x135))/0x1+parseInt(_0x2703c0(0x153))/0x2*(parseInt(_0x2703c0(0x124))/0x3)+parseInt(_0x2703c0(0x14a))/0x4+parseInt(_0x2703c0(0x14c))/0x5+parseInt(_0x2703c0(0x132))/0x6*(-parseInt(_0x2703c0(0x148))/0x7)+-parseInt(_0x2703c0(0x149))/0x8+-parseInt(_0x2703c0(0x137))/0x9*(-parseInt(_0x2703c0(0x12a))/0xa);if(_0x43e136===_0x25626f)break;else _0x2ed182['push'](_0x2ed182['shift']());}catch(_0x26e2a9){_0x2ed182['push'](_0x2ed182['shift']());}}}(a10_0x2dfe,0x1d5fd));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x5cf24e(0x120)),setKeepAlive=require('../../helpers/setKeepAlive'),cucumberModule=requireModule(a10_0x5cf24e(0x12e),a10_0x5cf24e(0x138)),logger=require('../../helpers/logger')[a10_0x5cf24e(0x147)];modifyCommand(),setKeepAlive();const Before=cucumberModule[a10_0x5cf24e(0x12f)],After=cucumberModule['After'],configuration=process[a10_0x5cf24e(0x140)][a10_0x5cf24e(0x133)];if(configuration!==undefined){const config=JSON[a10_0x5cf24e(0x127)](configuration);isTrue(config['skipSessionName'])&&(global[a10_0x5cf24e(0x122)]=!![]),global[a10_0x5cf24e(0x13b)]=isTrue(config['skipSessionStatus']),require('../../index')[a10_0x5cf24e(0x150)](config),global[a10_0x5cf24e(0x142)]=config[a10_0x5cf24e(0x12c)]||{};}global[a10_0x5cf24e(0x144)]=0x0;const __setDefaultTimeout=cucumberModule[a10_0x5cf24e(0x14f)];cucumberModule[a10_0x5cf24e(0x14f)]=_0x4b168d=>{const _0x2bd01e=a10_0x5cf24e,_0x11ce39={'LVonJ':function(_0x234438,_0x48ba2b){return _0x234438(_0x48ba2b);}};global[_0x2bd01e(0x144)]=_0x4b168d,_0x11ce39[_0x2bd01e(0x136)](__setDefaultTimeout,_0x4b168d);};const a10_0x2a21b8={};a10_0x2a21b8['name']=a10_0x5cf24e(0x13a),Before(a10_0x2a21b8,function(){const _0x5c2088=a10_0x5cf24e,_0x585b45={};_0x585b45[_0x5c2088(0x146)]=_0x5c2088(0x151);const _0x21581b=_0x585b45;logger['debug'](_0x21581b[_0x5c2088(0x146)]),global[_0x5c2088(0x14e)]=[];});const a10_0x3419ed={};function a10_0x2dfe(){const _0x3bda1c=['hgYPe','__driver','name','env','zYpap','__platformCaps','Inside\x20browserstack\x20After','__timeout','rxnkq','lIOgp','winstonLogger','676543NCxfAn','59944Ngmtvl','278848WdrUYf','pickle','226410ozwXrZ','then','__error_messages__','setDefaultTimeout','browserstackAgentV2','Inside\x20browserstack\x20Before','Error:\x20quiting\x20at\x20After:\x20','238358NJMVlp','SyJaG','../../helpers/helper','\x20|\x20','__skipSessionName','TvxHl','3nHknAH','HPrOg','Error:\x20setting\x20status\x20at\x20After:\x20','parse','executeScript','rkQHd','2225110wNBMgA','debug','platformCaps','McGyb','cucumber/lib/index.js','Before','join','timeout','6RVjHYb','CONFIG','aonoK','232225cbXtep','LVonJ','9queplA','cucumber','result','bstack','__skipSessionStatus','session_'];a10_0x2dfe=function(){return _0x3bda1c;};return a10_0x2dfe();}a10_0x3419ed[a10_0x5cf24e(0x13f)]=a10_0x5cf24e(0x13a),a10_0x3419ed[a10_0x5cf24e(0x131)]=0x2710,After(a10_0x3419ed,function(_0x5708fd,_0xa61aa7){const _0x58aabf=a10_0x5cf24e,_0x9e3802={'aonoK':function(_0x406763,_0x2286e4){return _0x406763===_0x2286e4;},'rxnkq':'failed','zYpap':function(_0x3af202,_0x5e4b09,_0x25e389,_0x390ec6){return _0x3af202(_0x5e4b09,_0x25e389,_0x390ec6);},'rkQHd':_0x58aabf(0x121),'HPrOg':function(_0x1ebb65,_0x29d9d7,_0x56f3bb){return _0x1ebb65(_0x29d9d7,_0x56f3bb);},'hgYPe':'passed','SyJaG':function(_0x178099){return _0x178099();},'McGyb':function(_0x34f481,_0x1f64a7){return _0x34f481(_0x1f64a7);},'TvxHl':_0x58aabf(0x143)};logger['debug'](_0x9e3802[_0x58aabf(0x123)]),new Promise(async(_0x4a6f88,_0x4e5dae)=>{const _0x39caee=_0x58aabf;let _0x54a54b=![];try{await global['__driver'][_0x39caee(0x13c)],_0x54a54b=!![],!global[_0x39caee(0x122)]&&await global[_0x39caee(0x13e)][_0x39caee(0x128)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x5708fd[_0x39caee(0x14b)]['name']+'\x22}}'),_0x9e3802[_0x39caee(0x134)](_0x5708fd[_0x39caee(0x139)]['status']['toLowerCase'](),_0x9e3802['rxnkq'])?await _0x9e3802[_0x39caee(0x141)](markSessionStatus,global[_0x39caee(0x13e)],_0x9e3802[_0x39caee(0x145)],global[_0x39caee(0x14e)][_0x39caee(0x130)](_0x9e3802[_0x39caee(0x129)])):await _0x9e3802[_0x39caee(0x125)](markSessionStatus,global[_0x39caee(0x13e)],_0x9e3802[_0x39caee(0x13d)]);}catch(_0xe3f022){logger[_0x39caee(0x12b)](_0x39caee(0x126)+_0xe3f022);}if(_0x54a54b)try{await global[_0x39caee(0x13e)]['initQuit'](),_0x9e3802[_0x39caee(0x154)](_0x4a6f88);}catch(_0x9872a8){logger['debug'](_0x39caee(0x152)+_0x9872a8),_0x9e3802[_0x39caee(0x12d)](_0x4e5dae,_0x9872a8);}else _0x9e3802['SyJaG'](_0x4e5dae);})[_0x58aabf(0x14d)](()=>_0xa61aa7());});
1
+ const a10_0x4397f0=a10_0x3c4c;(function(_0x423446,_0x4980c3){const _0x13e881=a10_0x3c4c,_0x35ff3c=_0x423446();while(!![]){try{const _0x5ad10d=parseInt(_0x13e881(0x1bf))/0x1*(-parseInt(_0x13e881(0x1a9))/0x2)+parseInt(_0x13e881(0x1aa))/0x3*(-parseInt(_0x13e881(0x1c2))/0x4)+parseInt(_0x13e881(0x1c5))/0x5*(-parseInt(_0x13e881(0x1c4))/0x6)+-parseInt(_0x13e881(0x19b))/0x7+-parseInt(_0x13e881(0x1c6))/0x8*(parseInt(_0x13e881(0x1a6))/0x9)+-parseInt(_0x13e881(0x1a5))/0xa*(-parseInt(_0x13e881(0x1ac))/0xb)+parseInt(_0x13e881(0x196))/0xc;if(_0x5ad10d===_0x4980c3)break;else _0x35ff3c['push'](_0x35ff3c['shift']());}catch(_0x512d52){_0x35ff3c['push'](_0x35ff3c['shift']());}}}(a10_0x3c52,0x761e9));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x4397f0(0x1a4)),setKeepAlive=require(a10_0x4397f0(0x1b1)),cucumberModule=requireModule(a10_0x4397f0(0x19d),a10_0x4397f0(0x1bb)),logger=require('../../helpers/logger')[a10_0x4397f0(0x1af)];modifyCommand(),setKeepAlive();const Before=cucumberModule['Before'],After=cucumberModule[a10_0x4397f0(0x1be)],configuration=process['env'][a10_0x4397f0(0x1b4)];if(configuration!==undefined){const config=JSON[a10_0x4397f0(0x195)](configuration);isTrue(config[a10_0x4397f0(0x1a3)])&&(global[a10_0x4397f0(0x1a1)]=!![]),global['__skipSessionStatus']=isTrue(config[a10_0x4397f0(0x1a8)]),require(a10_0x4397f0(0x19c))['browserstackAgentV2'](config),global[a10_0x4397f0(0x1b9)]=config['platformCaps']||{};}global[a10_0x4397f0(0x194)]=0x0;const __setDefaultTimeout=cucumberModule[a10_0x4397f0(0x1ab)];function a10_0x3c4c(_0x51b27d,_0x10af41){const _0x3c526a=a10_0x3c52();return a10_0x3c4c=function(_0x3c4cd9,_0x3f7b25){_0x3c4cd9=_0x3c4cd9-0x194;let _0x29296f=_0x3c526a[_0x3c4cd9];return _0x29296f;},a10_0x3c4c(_0x51b27d,_0x10af41);}cucumberModule['setDefaultTimeout']=_0x1a8563=>{const _0x59cf23=a10_0x4397f0,_0x51e708={'LxHwT':function(_0x453253,_0x16190f){return _0x453253(_0x16190f);}};global[_0x59cf23(0x194)]=_0x1a8563,_0x51e708['LxHwT'](__setDefaultTimeout,_0x1a8563);};const a10_0x1cf7a1={};function a10_0x3c52(){const _0x169732=['6zdtAlG','1602945KNqKWX','8lbJTiy','timeout','passed','__timeout','parse','16223004scHeQp','pvXrP','Inside\x20browserstack\x20After','__driver','toLowerCase','2262974vySJXY','../../index','cucumber/lib/index.js','OIgvV','QUOiu','Error:\x20quiting\x20at\x20After:\x20','__skipSessionName','__error_messages__','skipSessionName','../../helpers/helper','10XztrNU','672831pgpLau','failed','skipSessionStatus','363016CraoYt','198DTcKQS','setDefaultTimeout','4214738CouFFF','yTCKC','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','winstonLogger','session_','../../helpers/setKeepAlive','mQUML','pickle','CONFIG','\x22}}','name','bstack','qblvO','__platformCaps','debug','cucumber','status','\x20|\x20','After','1FdTuPy','lHUNI','EFJqC','21280ywxVfV','initQuit'];a10_0x3c52=function(){return _0x169732;};return a10_0x3c52();}a10_0x1cf7a1[a10_0x4397f0(0x1b6)]=a10_0x4397f0(0x1b7),Before(a10_0x1cf7a1,function(){const _0x98095d=a10_0x4397f0,_0x2ad8ad={};_0x2ad8ad[_0x98095d(0x1b8)]='Inside\x20browserstack\x20Before';const _0x450568=_0x2ad8ad;logger[_0x98095d(0x1ba)](_0x450568[_0x98095d(0x1b8)]),global['__error_messages__']=[];});const a10_0x516818={};a10_0x516818['name']='bstack',a10_0x516818[a10_0x4397f0(0x1c7)]=0x2710,After(a10_0x516818,function(_0x39b2ff,_0x415b06){const _0x53a306=a10_0x4397f0,_0xeae709={'pvXrP':function(_0x529dda,_0x4ece83){return _0x529dda===_0x4ece83;},'yTCKC':_0x53a306(0x1a7),'lHUNI':function(_0x3b9314,_0x95fa77,_0xa957ef,_0x1b2446){return _0x3b9314(_0x95fa77,_0xa957ef,_0x1b2446);},'EFJqC':_0x53a306(0x1bd),'QUOiu':function(_0xf8e946,_0x4008a0,_0x31b270){return _0xf8e946(_0x4008a0,_0x31b270);},'dkvig':_0x53a306(0x1c8),'OIgvV':function(_0x3ceff5){return _0x3ceff5();},'mQUML':function(_0x4cc94d,_0x31d0df){return _0x4cc94d(_0x31d0df);},'BKTXI':_0x53a306(0x198)};logger['debug'](_0xeae709['BKTXI']),new Promise(async(_0x3f4a21,_0x2c0338)=>{const _0x3b5ab5=_0x53a306;let _0x3c99d6=![];try{await global[_0x3b5ab5(0x199)][_0x3b5ab5(0x1b0)],_0x3c99d6=!![],!global[_0x3b5ab5(0x1a1)]&&await global[_0x3b5ab5(0x199)]['executeScript'](_0x3b5ab5(0x1ae)+_0x39b2ff[_0x3b5ab5(0x1b3)]['name']+_0x3b5ab5(0x1b5)),_0xeae709[_0x3b5ab5(0x197)](_0x39b2ff['result'][_0x3b5ab5(0x1bc)][_0x3b5ab5(0x19a)](),_0xeae709['yTCKC'])?await _0xeae709[_0x3b5ab5(0x1c0)](markSessionStatus,global[_0x3b5ab5(0x199)],_0xeae709[_0x3b5ab5(0x1ad)],global[_0x3b5ab5(0x1a2)]['join'](_0xeae709[_0x3b5ab5(0x1c1)])):await _0xeae709[_0x3b5ab5(0x19f)](markSessionStatus,global[_0x3b5ab5(0x199)],_0xeae709['dkvig']);}catch(_0x574d03){logger['debug']('Error:\x20setting\x20status\x20at\x20After:\x20'+_0x574d03);}if(_0x3c99d6)try{await global[_0x3b5ab5(0x199)][_0x3b5ab5(0x1c3)](),_0xeae709[_0x3b5ab5(0x19e)](_0x3f4a21);}catch(_0x5c18e2){logger[_0x3b5ab5(0x1ba)](_0x3b5ab5(0x1a0)+_0x5c18e2),_0xeae709[_0x3b5ab5(0x1b2)](_0x2c0338,_0x5c18e2);}else _0xeae709[_0x3b5ab5(0x19e)](_0x2c0338);})['then'](()=>_0x415b06());});
@@ -1 +1 @@
1
- const a11_0x2f8a43=a11_0x4477;(function(_0xa4e63c,_0x9a9b16){const _0x2b9635=a11_0x4477,_0x53661f=_0xa4e63c();while(!![]){try{const _0x96a51=parseInt(_0x2b9635(0x1d9))/0x1+parseInt(_0x2b9635(0x1dc))/0x2*(parseInt(_0x2b9635(0x1d5))/0x3)+-parseInt(_0x2b9635(0x1d3))/0x4+parseInt(_0x2b9635(0x1d2))/0x5+-parseInt(_0x2b9635(0x1da))/0x6+-parseInt(_0x2b9635(0x1d8))/0x7*(-parseInt(_0x2b9635(0x1d6))/0x8)+-parseInt(_0x2b9635(0x1d7))/0x9;if(_0x96a51===_0x9a9b16)break;else _0x53661f['push'](_0x53661f['shift']());}catch(_0x423acb){_0x53661f['push'](_0x53661f['shift']());}}}(a11_0x2ea6,0x2c768));const {requireModule}=require(a11_0x2f8a43(0x1d0)),constants=require(a11_0x2f8a43(0x1de));;let cucumberModule=null;try{cucumberModule=requireModule(a11_0x2f8a43(0x1d4),'@cucumber/cucumber');}catch(a11_0x496956){cucumberModule=requireModule(a11_0x2f8a43(0x1d1),a11_0x2f8a43(0x1dd));}function a11_0x4477(_0x54f3e5,_0x14690c){const _0x2ea623=a11_0x2ea6();return a11_0x4477=function(_0x4477ab,_0x512e89){_0x4477ab=_0x4477ab-0x1d0;let _0x3816a7=_0x2ea623[_0x4477ab];return _0x3816a7;},a11_0x4477(_0x54f3e5,_0x14690c);}cucumberModule['setDefaultTimeout'](constants[a11_0x2f8a43(0x1db)]+global['__timeout']*0x1);function a11_0x2ea6(){const _0x3ef22b=['BSTACK_DELTA','2DHPjtK','cucumber','../utils/constants','../../helpers/helper','cucumber/lib/index.js','1186605BdOBTn','86904ziqJfV','@cucumber/cucumber/lib/index.js','597963ZbXGrI','299888ErfsHB','5105655TmTgaT','42nGrsly','293789flVYTx','1105236WxgSyC'];a11_0x2ea6=function(){return _0x3ef22b;};return a11_0x2ea6();}
1
+ function a11_0x3dab(){const _0x4da69f=['1606436HYAQhc','15972024MnLcVK','__timeout','@cucumber/cucumber','BSTACK_DELTA','cucumber/lib/index.js','6921360tVGcfY','1960VyuoQj','1BrukIv','@cucumber/cucumber/lib/index.js','2631321OMjhuj','40152SbssEb','cucumber','1900sWgdPd','../../helpers/helper','44qOLaFj','11zTosqY','../utils/constants','80355losDOD','1341ksCzzN'];a11_0x3dab=function(){return _0x4da69f;};return a11_0x3dab();}const a11_0x3cf258=a11_0x232c;(function(_0x5c0eb5,_0x5f3270){const _0x2e831d=a11_0x232c,_0x18fcd4=_0x5c0eb5();while(!![]){try{const _0x192593=parseInt(_0x2e831d(0xde))/0x1*(parseInt(_0x2e831d(0xea))/0x2)+parseInt(_0x2e831d(0xe0))/0x3+parseInt(_0x2e831d(0xe5))/0x4*(parseInt(_0x2e831d(0xe8))/0x5)+-parseInt(_0x2e831d(0xdc))/0x6+-parseInt(_0x2e831d(0xe1))/0x7*(-parseInt(_0x2e831d(0xdd))/0x8)+-parseInt(_0x2e831d(0xe9))/0x9*(parseInt(_0x2e831d(0xe3))/0xa)+-parseInt(_0x2e831d(0xe6))/0xb*(parseInt(_0x2e831d(0xeb))/0xc);if(_0x192593===_0x5f3270)break;else _0x18fcd4['push'](_0x18fcd4['shift']());}catch(_0x4b37f2){_0x18fcd4['push'](_0x18fcd4['shift']());}}}(a11_0x3dab,0xb6ff2));const {requireModule}=require(a11_0x3cf258(0xe4)),constants=require(a11_0x3cf258(0xe7));;let cucumberModule=null;function a11_0x232c(_0x4ccf44,_0xb9a714){const _0x3dab58=a11_0x3dab();return a11_0x232c=function(_0x232c3e,_0x28cb74){_0x232c3e=_0x232c3e-0xdb;let _0x413678=_0x3dab58[_0x232c3e];return _0x413678;},a11_0x232c(_0x4ccf44,_0xb9a714);}try{cucumberModule=requireModule(a11_0x3cf258(0xdf),a11_0x3cf258(0xed));}catch(a11_0x57d91e){cucumberModule=requireModule(a11_0x3cf258(0xdb),a11_0x3cf258(0xe2));}cucumberModule['setDefaultTimeout'](constants[a11_0x3cf258(0xee)]+global[a11_0x3cf258(0xec)]*0x1);
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a12_0x3d38ae=a12_0x3ebb;function a12_0x3ebb(_0x40e87b,_0x5cd86b){const _0x1e9b5e=a12_0x1e9b();return a12_0x3ebb=function(_0x3ebbd6,_0x2401bc){_0x3ebbd6=_0x3ebbd6-0x152;let _0x47b0a0=_0x1e9b5e[_0x3ebbd6];return _0x47b0a0;},a12_0x3ebb(_0x40e87b,_0x5cd86b);}(function(_0x55af84,_0xd8684d){const _0x39813f=a12_0x3ebb,_0x1cbb61=_0x55af84();while(!![]){try{const _0x3b7adb=-parseInt(_0x39813f(0x197))/0x1*(parseInt(_0x39813f(0x175))/0x2)+parseInt(_0x39813f(0x194))/0x3+parseInt(_0x39813f(0x17e))/0x4*(parseInt(_0x39813f(0x198))/0x5)+parseInt(_0x39813f(0x169))/0x6*(-parseInt(_0x39813f(0x182))/0x7)+parseInt(_0x39813f(0x18a))/0x8+parseInt(_0x39813f(0x15c))/0x9*(-parseInt(_0x39813f(0x157))/0xa)+parseInt(_0x39813f(0x172))/0xb*(-parseInt(_0x39813f(0x16d))/0xc);if(_0x3b7adb===_0xd8684d)break;else _0x1cbb61['push'](_0x1cbb61['shift']());}catch(_0x10c5dc){_0x1cbb61['push'](_0x1cbb61['shift']());}}}(a12_0x1e9b,0x9f28e));const {default:BrowserStackSetup}=require(a12_0x3d38ae(0x16c)),logger=require(a12_0x3d38ae(0x19b))[a12_0x3d38ae(0x16a)],{URL}=require(a12_0x3d38ae(0x156)),helper=require('../../helpers/helper'),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x3d38ae(0x193)),validHosts=function(_0x2abf1c){const _0x550454=a12_0x3d38ae;return _0x2abf1c[_0x550454(0x18d)](',')[_0x550454(0x170)](_0x87f4c4=>{const _0x349814=_0x550454;try{new URL(_0x87f4c4[_0x349814(0x162)]());}catch(_0x28c373){return![];}return!![];});},parseOnPremHosts=function(_0x4300e9){const _0x590ef4=a12_0x3d38ae,_0x1db6e9={};_0x1db6e9[_0x590ef4(0x18c)]=function(_0xb943c5,_0x1f0505){return _0xb943c5===_0x1f0505;},_0x1db6e9[_0x590ef4(0x188)]=_0x590ef4(0x192),_0x1db6e9[_0x590ef4(0x185)]=_0x590ef4(0x15d),_0x1db6e9[_0x590ef4(0x159)]=_0x590ef4(0x166);const _0x2f258e=_0x1db6e9;return _0x4300e9[_0x590ef4(0x18d)](',')[_0x590ef4(0x189)](_0x35be2e=>{const _0x41d237=_0x590ef4,_0x284a50=new URL(_0x35be2e[_0x41d237(0x162)]()),_0x3d91c9=_0x284a50['hostname'],_0x470788=_0x284a50['port']||(_0x2f258e['ERgsQ'](_0x284a50['protocol'],_0x2f258e[_0x41d237(0x188)])?_0x2f258e[_0x41d237(0x185)]:'80'),_0xde0f5f=_0x284a50[_0x41d237(0x16b)][_0x41d237(0x181)](':',''),_0x2ec972=_0x2f258e[_0x41d237(0x18c)](_0xde0f5f,_0x2f258e[_0x41d237(0x159)])?0x1:0x0;return _0x3d91c9+','+_0x470788+','+_0x2ec972;});},connectCommandBuilder=function(_0x1bc6f8){const _0x36c240=a12_0x3d38ae,_0x4bd7a7={};_0x4bd7a7[_0x36c240(0x179)]=_0x36c240(0x191);const _0x13dc65=_0x4bd7a7,_0x3966bc={};_0x3966bc[_0x36c240(0x190)]=HELP_MESSAGES[_0x36c240(0x187)]['bstackAccessKey'],_0x3966bc[_0x36c240(0x174)]=_0x13dc65[_0x36c240(0x179)];const _0x4c84dc={};_0x4c84dc[_0x36c240(0x190)]=HELP_MESSAGES[_0x36c240(0x187)][_0x36c240(0x17c)],_0x4c84dc[_0x36c240(0x174)]=_0x13dc65[_0x36c240(0x179)],_0x4c84dc[_0x36c240(0x19a)]=!![];const _0x2da228={};return _0x2da228['bstack-accesskey']=_0x3966bc,_0x2da228[_0x36c240(0x17c)]=_0x4c84dc,_0x1bc6f8[_0x36c240(0x187)](_0x2da228);},connectCommandHandler=async function(_0x4d96e3){const _0x10f0e6=a12_0x3d38ae,_0x4eb7d7={'ltJoB':_0x10f0e6(0x15f),'LZZPf':function(_0xa0ff5c,_0x1d2f48){return _0xa0ff5c===_0x1d2f48;},'DsNVT':_0x10f0e6(0x15e),'dcHdG':_0x10f0e6(0x17b),'qwcsP':function(_0x533138,_0x3ce2a8){return _0x533138===_0x3ce2a8;},'KiCxK':_0x10f0e6(0x15a),'IteWe':function(_0x1dfbe7,_0x1da420){return _0x1dfbe7(_0x1da420);},'iaScn':_0x10f0e6(0x161),'rQKAJ':function(_0x52a8c3,_0x3c8b00){return _0x52a8c3(_0x3c8b00);},'HASty':_0x10f0e6(0x16f),'iwyoD':_0x10f0e6(0x17d),'EsKDP':_0x10f0e6(0x18b)};try{const _0x3752d6=new BrowserStackSetup(_0x4d96e3,_0x4eb7d7['ltJoB']);_0x4d96e3[_0x10f0e6(0x195)]&&(_0x3752d6[_0x10f0e6(0x160)][_0x10f0e6(0x158)]=_0x4d96e3['bstackAccesskey']);if(_0x4eb7d7[_0x10f0e6(0x19d)](typeof _0x3752d6[_0x10f0e6(0x160)][_0x10f0e6(0x158)],_0x4eb7d7['DsNVT'])){logger[_0x10f0e6(0x171)](_0x4eb7d7[_0x10f0e6(0x152)]);throw new Error(ERROR_MESSAGES[_0x10f0e6(0x15b)][_0x10f0e6(0x180)]);}const _0x10d4c4=_0x4d96e3[_0x10f0e6(0x17c)];if(_0x4eb7d7['qwcsP'](typeof _0x10d4c4,_0x4eb7d7[_0x10f0e6(0x163)])){logger[_0x10f0e6(0x171)](_0x4eb7d7[_0x10f0e6(0x155)]);throw new Error(ERROR_MESSAGES[_0x10f0e6(0x17c)][_0x10f0e6(0x180)]);}if(!_0x4eb7d7['IteWe'](validHosts,_0x10d4c4)){logger[_0x10f0e6(0x171)](_0x4eb7d7[_0x10f0e6(0x186)]);throw new Error(ERROR_MESSAGES[_0x10f0e6(0x17c)]['invalid']);}const _0x140dd5=_0x4eb7d7['rQKAJ'](parseOnPremHosts,_0x10d4c4);_0x3752d6[_0x10f0e6(0x160)][_0x10f0e6(0x183)]=!![],_0x3752d6[_0x10f0e6(0x160)][_0x10f0e6(0x168)]['localIdentifier']=_0x4eb7d7['HASty'],_0x3752d6[_0x10f0e6(0x160)]['browserStackLocalOptions'][_0x10f0e6(0x19c)]=_0x140dd5[_0x10f0e6(0x196)](','),helper[_0x10f0e6(0x165)](_0x3752d6[_0x10f0e6(0x160)]),await _0x3752d6[_0x10f0e6(0x17f)](),logger[_0x10f0e6(0x18f)](_0x4eb7d7[_0x10f0e6(0x153)]);}catch(_0xc29694){logger['error'](_0x4eb7d7[_0x10f0e6(0x164)]);throw new Error(_0xc29694[_0x10f0e6(0x199)]());}};function run(_0x517651){const _0x27ef38=a12_0x3d38ae,_0x39b9f2={};_0x39b9f2[_0x27ef38(0x18e)]=_0x27ef38(0x176),_0x39b9f2[_0x27ef38(0x177)]=_0x27ef38(0x167);const _0x3945f9=_0x39b9f2;_0x517651[_0x27ef38(0x16e)](HELP_MESSAGES['command'][_0x27ef38(0x154)])[_0x27ef38(0x173)](_0x3945f9['aAZAi'],HELP_MESSAGES[_0x27ef38(0x173)]['connect'],connectCommandBuilder,connectCommandHandler)['demandCommand']()[_0x27ef38(0x167)](_0x3945f9[_0x27ef38(0x177)])[_0x27ef38(0x178)](HELP_MESSAGES[_0x27ef38(0x173)][_0x27ef38(0x184)]);}function a12_0x1e9b(){const _0x247b5f=['demandOption','../../helpers/logger','only','LZZPf','dcHdG','iwyoD','root','KiCxK','url','530PNnGKY','accessKey','TzqoN','Integration\x20hosts\x20missing.','bstackAccessKey','183123aMQnyI','443','undefined','integrations','config','Hosts\x20not\x20valid','trim','DsNVT','EsKDP','setProxySettings','https','help','browserStackLocalOptions','220788iHMCtd','winstonLogger','protocol','../../helpers/BrowserStackSetup','12BRzWMJ','usage','integrations-repeater','every','error','7730767ryoQJy','command','type','1190866MujCZU','connect','OFwcb','epilogue','XXHym','exports','BrowserStack\x20access\x20key\x20missing.','hosts','Connection\x20established\x20successfully.','4KbUkCV','setupBrowserstackLocal','missing','replace','14PHJQVm','browserstackLocal','footer','mFGIF','iaScn','options','UQEud','map','9881928CNWVmU','Failed\x20to\x20establish\x20connection.','ERgsQ','split','aAZAi','info','describe','string','https:','./constants','2490441EqWbXA','bstackAccesskey','join','1WGwibr','5183735uVwfBR','toString'];a12_0x1e9b=function(){return _0x247b5f;};return a12_0x1e9b();}module[a12_0x3d38ae(0x17a)]=run;
2
+ 'use strict';const a12_0xe19a5f=a12_0x96f1;function a12_0x96f1(_0x1ecb1d,_0x59a941){const _0x799251=a12_0x7992();return a12_0x96f1=function(_0x96f116,_0x4850e2){_0x96f116=_0x96f116-0xfc;let _0x2892eb=_0x799251[_0x96f116];return _0x2892eb;},a12_0x96f1(_0x1ecb1d,_0x59a941);}(function(_0x22eaa7,_0x3a0016){const _0x4e363a=a12_0x96f1,_0xe97508=_0x22eaa7();while(!![]){try{const _0x3b7a49=-parseInt(_0x4e363a(0x100))/0x1*(-parseInt(_0x4e363a(0x142))/0x2)+parseInt(_0x4e363a(0xfc))/0x3*(-parseInt(_0x4e363a(0x10c))/0x4)+parseInt(_0x4e363a(0x129))/0x5*(-parseInt(_0x4e363a(0x11a))/0x6)+-parseInt(_0x4e363a(0x116))/0x7*(parseInt(_0x4e363a(0x124))/0x8)+-parseInt(_0x4e363a(0x114))/0x9+-parseInt(_0x4e363a(0x117))/0xa+parseInt(_0x4e363a(0x104))/0xb;if(_0x3b7a49===_0x3a0016)break;else _0xe97508['push'](_0xe97508['shift']());}catch(_0x53aefc){_0xe97508['push'](_0xe97508['shift']());}}}(a12_0x7992,0x1bc68));const {default:BrowserStackSetup}=require(a12_0xe19a5f(0x133)),logger=require('../../helpers/logger')[a12_0xe19a5f(0x13f)],{URL}=require('url'),helper=require('../../helpers/helper'),{HELP_MESSAGES,ERROR_MESSAGES}=require('./constants'),validHosts=function(_0x1926c4){const _0x2d9361=a12_0xe19a5f;return _0x1926c4[_0x2d9361(0x123)](',')[_0x2d9361(0x118)](_0xcc066=>{const _0x141af0=_0x2d9361;try{new URL(_0xcc066[_0x141af0(0x10a)]());}catch(_0x42533e){return![];}return!![];});},parseOnPremHosts=function(_0x40f4e8){const _0x5b955c=a12_0xe19a5f,_0x42d480={};_0x42d480[_0x5b955c(0x128)]=function(_0x1b4c40,_0x624e01){return _0x1b4c40===_0x624e01;},_0x42d480[_0x5b955c(0x135)]=_0x5b955c(0x10f),_0x42d480['tFVdc']=_0x5b955c(0x101),_0x42d480[_0x5b955c(0x113)]=_0x5b955c(0x12d);const _0x77f400=_0x42d480;return _0x40f4e8['split'](',')[_0x5b955c(0xfe)](_0x4c29ba=>{const _0x45fc39=_0x5b955c,_0xe7f841=new URL(_0x4c29ba[_0x45fc39(0x10a)]()),_0x5cbe21=_0xe7f841[_0x45fc39(0xff)],_0x3bb671=_0xe7f841[_0x45fc39(0x102)]||(_0x77f400[_0x45fc39(0x128)](_0xe7f841[_0x45fc39(0x11d)],_0x77f400['KbYHr'])?_0x77f400['tFVdc']:'80'),_0x880d02=_0xe7f841['protocol'][_0x45fc39(0x103)](':',''),_0x436a34=_0x77f400[_0x45fc39(0x128)](_0x880d02,_0x77f400[_0x45fc39(0x113)])?0x1:0x0;return _0x5cbe21+','+_0x3bb671+','+_0x436a34;});},connectCommandBuilder=function(_0x33242a){const _0x124ec4=a12_0xe19a5f,_0x5ec5ec={};_0x5ec5ec[_0x124ec4(0x12f)]=_0x124ec4(0x105);const _0x16a69e=_0x5ec5ec,_0x5599c0={};_0x5599c0[_0x124ec4(0x125)]=HELP_MESSAGES['options'][_0x124ec4(0x109)],_0x5599c0[_0x124ec4(0x13b)]=_0x16a69e['jHGuW'];const _0xd09efa={};_0xd09efa[_0x124ec4(0x125)]=HELP_MESSAGES[_0x124ec4(0x130)][_0x124ec4(0x11e)],_0xd09efa[_0x124ec4(0x13b)]=_0x16a69e['jHGuW'],_0xd09efa[_0x124ec4(0x106)]=!![];const _0x33aa41={};return _0x33aa41[_0x124ec4(0x12e)]=_0x5599c0,_0x33aa41['hosts']=_0xd09efa,_0x33242a['options'](_0x33aa41);},connectCommandHandler=async function(_0x21137c){const _0x28abdb=a12_0xe19a5f,_0x166f23={'VCgmo':_0x28abdb(0x11b),'pCPXh':function(_0x5e9d59,_0x4a0afa){return _0x5e9d59===_0x4a0afa;},'BsOKv':_0x28abdb(0x108),'ueUgq':_0x28abdb(0x120),'BAmco':function(_0x1ec1e9,_0xdc8b7b){return _0x1ec1e9===_0xdc8b7b;},'bknHo':_0x28abdb(0x111),'YsuxA':function(_0x5b6a69,_0x39ea1c){return _0x5b6a69(_0x39ea1c);},'Lnxtx':'Hosts\x20not\x20valid','CTURN':function(_0x3d7be9,_0x5be48e){return _0x3d7be9(_0x5be48e);},'WkVAW':_0x28abdb(0x11c),'GUbiU':'Connection\x20established\x20successfully.','bwWTk':'Failed\x20to\x20establish\x20connection.'};try{const _0x56da7f=new BrowserStackSetup(_0x21137c,_0x166f23[_0x28abdb(0x140)]);_0x21137c['bstackAccesskey']&&(_0x56da7f[_0x28abdb(0x131)]['accessKey']=_0x21137c[_0x28abdb(0x12c)]);if(_0x166f23['pCPXh'](typeof _0x56da7f[_0x28abdb(0x131)]['accessKey'],_0x166f23[_0x28abdb(0x141)])){logger[_0x28abdb(0x107)](_0x166f23[_0x28abdb(0x110)]);throw new Error(ERROR_MESSAGES[_0x28abdb(0x109)][_0x28abdb(0x11f)]);}const _0x3c6868=_0x21137c[_0x28abdb(0x11e)];if(_0x166f23[_0x28abdb(0x132)](typeof _0x3c6868,_0x166f23[_0x28abdb(0x141)])){logger[_0x28abdb(0x107)](_0x166f23[_0x28abdb(0x12b)]);throw new Error(ERROR_MESSAGES[_0x28abdb(0x11e)][_0x28abdb(0x11f)]);}if(!_0x166f23[_0x28abdb(0x139)](validHosts,_0x3c6868)){logger[_0x28abdb(0x107)](_0x166f23['Lnxtx']);throw new Error(ERROR_MESSAGES[_0x28abdb(0x11e)]['invalid']);}const _0x210a2d=_0x166f23[_0x28abdb(0x13d)](parseOnPremHosts,_0x3c6868);_0x56da7f[_0x28abdb(0x131)][_0x28abdb(0x126)]=!![],_0x56da7f[_0x28abdb(0x131)][_0x28abdb(0x122)][_0x28abdb(0x13c)]=_0x166f23[_0x28abdb(0x127)],_0x56da7f[_0x28abdb(0x131)][_0x28abdb(0x122)][_0x28abdb(0x10e)]=_0x210a2d[_0x28abdb(0x134)](','),helper[_0x28abdb(0x121)](_0x56da7f[_0x28abdb(0x131)]),await _0x56da7f[_0x28abdb(0x115)](),logger[_0x28abdb(0x10d)](_0x166f23['GUbiU']);}catch(_0x3b5e4f){logger[_0x28abdb(0x107)](_0x166f23['bwWTk']);throw new Error(_0x3b5e4f['toString']());}};function run(_0x47a31f){const _0x38589d=a12_0xe19a5f,_0x1c9781={};_0x1c9781[_0x38589d(0x136)]=_0x38589d(0x138),_0x1c9781[_0x38589d(0x13a)]=_0x38589d(0xfd);const _0x1fb02a=_0x1c9781;_0x47a31f[_0x38589d(0x13e)](HELP_MESSAGES[_0x38589d(0x137)][_0x38589d(0x112)])[_0x38589d(0x137)](_0x1fb02a[_0x38589d(0x136)],HELP_MESSAGES[_0x38589d(0x137)][_0x38589d(0x138)],connectCommandBuilder,connectCommandHandler)[_0x38589d(0x10b)]()[_0x38589d(0xfd)](_0x1fb02a['xfGAk'])[_0x38589d(0x119)](HELP_MESSAGES['command'][_0x38589d(0x12a)]);}function a12_0x7992(){const _0x227315=['8689901YZpWnF','string','demandOption','error','undefined','bstackAccessKey','trim','demandCommand','4eXkcVg','info','only','https:','ueUgq','Integration\x20hosts\x20missing.','root','qPnwi','1609218DPowDw','setupBrowserstackLocal','673967JceVhz','1393620YxqBGv','every','epilogue','6OfgmaT','integrations','integrations-repeater','protocol','hosts','missing','BrowserStack\x20access\x20key\x20missing.','setProxySettings','browserStackLocalOptions','split','16ZMzOBe','describe','browserstackLocal','WkVAW','lnRAl','409085ALEXAk','footer','bknHo','bstackAccesskey','https','bstack-accesskey','jHGuW','options','config','BAmco','../../helpers/BrowserStackSetup','join','KbYHr','ncwGB','command','connect','YsuxA','xfGAk','type','localIdentifier','CTURN','usage','winstonLogger','VCgmo','BsOKv','2lSLzTc','519381RSDaOl','help','map','hostname','89447itfEJw','443','port','replace'];a12_0x7992=function(){return _0x227315;};return a12_0x7992();}module['exports']=run;
@@ -1 +1 @@
1
- var a13_0x2e2193=a13_0x20d2;(function(_0x152a61,_0x373c4a){var _0x465ba7=a13_0x20d2,_0x435e3b=_0x152a61();while(!![]){try{var _0x4fe35e=-parseInt(_0x465ba7(0x164))/0x1+-parseInt(_0x465ba7(0x16b))/0x2+parseInt(_0x465ba7(0x15f))/0x3+parseInt(_0x465ba7(0x16a))/0x4*(-parseInt(_0x465ba7(0x162))/0x5)+-parseInt(_0x465ba7(0x161))/0x6+-parseInt(_0x465ba7(0x155))/0x7+parseInt(_0x465ba7(0x15e))/0x8*(parseInt(_0x465ba7(0x160))/0x9);if(_0x4fe35e===_0x373c4a)break;else _0x435e3b['push'](_0x435e3b['shift']());}catch(_0x1065f8){_0x435e3b['push'](_0x435e3b['shift']());}}}(a13_0x431a,0x60857));var a13_0x3fdf1f={};a13_0x3fdf1f[a13_0x2e2193(0x156)]=a13_0x2e2193(0x157),a13_0x3fdf1f[a13_0x2e2193(0x169)]='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.';function a13_0x431a(){var _0x2b99c9=['BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','missing','footer','connect','hosts','2007020PbWFFd','1133878VhVdEF','2850512Mjxdpe','bstackAccessKey','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','root','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','Integration\x20hosts\x20are\x20not\x20in\x20the\x20right\x20format.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','invalid','12664hfCxpZ','421581dqqtUI','12222QWJPtf','1467852hZkfHF','5rXTEVl','command','174338suNbRP'];a13_0x431a=function(){return _0x2b99c9;};return a13_0x431a();}var a13_0x379ea5={};a13_0x379ea5[a13_0x2e2193(0x158)]=a13_0x2e2193(0x15b),a13_0x379ea5[a13_0x2e2193(0x168)]=a13_0x2e2193(0x159),a13_0x379ea5[a13_0x2e2193(0x167)]='Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.';var a13_0x3c60e0={};a13_0x3c60e0['options']=a13_0x3fdf1f,a13_0x3c60e0[a13_0x2e2193(0x163)]=a13_0x379ea5,exports['HELP_MESSAGES']=a13_0x3c60e0;var a13_0x55983a={};a13_0x55983a[a13_0x2e2193(0x166)]=a13_0x2e2193(0x165);var a13_0x262f19={};a13_0x262f19[a13_0x2e2193(0x166)]=a13_0x2e2193(0x15c),a13_0x262f19[a13_0x2e2193(0x15d)]=a13_0x2e2193(0x15a);var a13_0x431a4a={};function a13_0x20d2(_0x5a70f9,_0x458e97){var _0x431afa=a13_0x431a();return a13_0x20d2=function(_0x20d245,_0x269222){_0x20d245=_0x20d245-0x155;var _0x3cee7a=_0x431afa[_0x20d245];return _0x3cee7a;},a13_0x20d2(_0x5a70f9,_0x458e97);}a13_0x431a4a[a13_0x2e2193(0x156)]=a13_0x55983a,a13_0x431a4a[a13_0x2e2193(0x169)]=a13_0x262f19,exports['ERROR_MESSAGES']=a13_0x431a4a;
1
+ var a13_0x1acf1c=a13_0x9b4c;(function(_0x5e37a4,_0x335782){var _0x18ec64=a13_0x9b4c,_0x14a700=_0x5e37a4();while(!![]){try{var _0x4bd17e=parseInt(_0x18ec64(0x167))/0x1*(-parseInt(_0x18ec64(0x15f))/0x2)+-parseInt(_0x18ec64(0x172))/0x3+-parseInt(_0x18ec64(0x165))/0x4*(parseInt(_0x18ec64(0x161))/0x5)+-parseInt(_0x18ec64(0x169))/0x6*(-parseInt(_0x18ec64(0x163))/0x7)+parseInt(_0x18ec64(0x174))/0x8+-parseInt(_0x18ec64(0x16f))/0x9+parseInt(_0x18ec64(0x16c))/0xa*(parseInt(_0x18ec64(0x16a))/0xb);if(_0x4bd17e===_0x335782)break;else _0x14a700['push'](_0x14a700['shift']());}catch(_0x3d8a57){_0x14a700['push'](_0x14a700['shift']());}}}(a13_0x5938,0xe1287));var a13_0xe835ce={};a13_0xe835ce['bstackAccessKey']=a13_0x1acf1c(0x160),a13_0xe835ce[a13_0x1acf1c(0x164)]=a13_0x1acf1c(0x175);var a13_0x403845={};a13_0x403845[a13_0x1acf1c(0x162)]='Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.',a13_0x403845[a13_0x1acf1c(0x16b)]=a13_0x1acf1c(0x173),a13_0x403845[a13_0x1acf1c(0x168)]=a13_0x1acf1c(0x16e);var a13_0x32ebe5={};a13_0x32ebe5[a13_0x1acf1c(0x15b)]=a13_0xe835ce,a13_0x32ebe5['command']=a13_0x403845,exports[a13_0x1acf1c(0x171)]=a13_0x32ebe5;function a13_0x9b4c(_0x2b9ca5,_0x1093b2){var _0x5938fe=a13_0x5938();return a13_0x9b4c=function(_0x9b4cf7,_0x3cdeb8){_0x9b4cf7=_0x9b4cf7-0x15b;var _0x35cea4=_0x5938fe[_0x9b4cf7];return _0x35cea4;},a13_0x9b4c(_0x2b9ca5,_0x1093b2);}var a13_0x51eeea={};a13_0x51eeea[a13_0x1acf1c(0x170)]='BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.';var a13_0x417ae4={};a13_0x417ae4[a13_0x1acf1c(0x170)]=a13_0x1acf1c(0x15c),a13_0x417ae4[a13_0x1acf1c(0x15e)]=a13_0x1acf1c(0x15d);var a13_0x4874c8={};a13_0x4874c8[a13_0x1acf1c(0x16d)]=a13_0x51eeea,a13_0x4874c8['hosts']=a13_0x417ae4,exports[a13_0x1acf1c(0x166)]=a13_0x4874c8;function a13_0x5938(){var _0x3cccb3=['220iiRJXZ','bstackAccessKey','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','11095542jtcUxd','missing','HELP_MESSAGES','962973pcqXcS','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','10952568luCcul','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.','options','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','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.','invalid','2wUJVba','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','490GNQzzZ','root','1679566xzsrmB','hosts','2528OerKsn','ERROR_MESSAGES','1268621qJmHuR','footer','6KPjixR','1098812aKujUW','connect'];a13_0x5938=function(){return _0x3cccb3;};return a13_0x5938();}