browserstack-node-sdk 1.34.34 → 1.34.36

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_0x2347(_0x1bffb7,_0x599348){const _0x3899f9=a6_0x3899();return a6_0x2347=function(_0x23474d,_0x22a625){_0x23474d=_0x23474d-0xa0;let _0x29c018=_0x3899f9[_0x23474d];return _0x29c018;},a6_0x2347(_0x1bffb7,_0x599348);}const a6_0x3d7c8d=a6_0x2347;function a6_0x3899(){const _0x236d44=['OwtDz','debug','sRbzO','testCaseAttempt','log','NeRvy','EJWaa','report','UNKNOWN','assign','eventBroadcaster','testCaseStartedId','testCaseId','rosnE','rule','JUVNA','onStepDefinition','forEach','aWnff','uri','SKIPPED','sendHook','actionLocation','hqZOx','doslr','555383hykZft','feature','Exception\x20in\x20onTestStepStarted\x20event:\x20','yWUzI','PsqCo','testCaseFinished','toString','source','485619lXfBhc','FAILED','path','keyword','steps','bstack','winstonLogger','getGherkinStepMap','CkKrU','parse','failure','status','finishedAt','rXgyw','testCaseStarted','bQhpb','onTestStepFinished','yTlCW','cucumber-js/test.setup.js','text','logTestCaseFinished','CvaaJ','CONFIG','find','name','AgYKa','pickle','failed','exception','OUHVH','onPickle','UnhandledError','../../playwright/reporter/test-details.js','Exception\x20in\x20sending\x20onTestCaseFinished\x20event:\x20\x20','isBstackHook','../../../helpers/helper','testRunFinished','util','result','values','flat','yvFNY','4516315xyxEMz','testStepResult','testCase','rmtms','getGherkinDocument','testStepId','message','sFKhO','cnDEB','sSzIk','testSteps','cwd','testCaseMap','map','hDDns','push','PASSED','sourceLocation','UivkI','onTestRunFinished','tgUSG','getTestCaseAttempt','background','hook','sxiDX','testCaseAttemptDataMap','TestRunFinished','gherkinDocument','Exception\x20in\x20sending\x20onTestCaseStarted:\x20','testRunStarted','onSource','7uTHMAS','@cucumber/cucumber','eventDataCollector','stepDefinition','finished_at','PRdBj','toISOString','format','testCases','failureType','onTestCaseStarted','Mlqkg','Exception\x20in\x20onTestStepFinished\x20event:\x20','setup','snippetBuilder','sendTestRunEventForCucumber','TestRunStarted','4845434aMdRgT','cooyO','gGkDv','SuTtD','scenario','description','__platform','onGherkinDocument','QlyVh','fPxcR','757496VJwizI','seconds','WEcJf','1|2|0|3|4','DUajH','6jnJewl','onTestCaseFinished','eoyfG','hooks','ewJqc','incrementCounter','QWekz','extractStepContainers','../../../helpers/test-observability/error-handler','qaWqy','parseTestCaseAttempt','logTestRunFinished','exports','fbRSa','children','pickleMap','onHook','onTestStepStarted','testStepStarted','vROGz','HookRunFinished','130evEwCq','onTestCase','4249992pmLyPI','pickleStepId','pthfa','PECNr','testStepFinished','2qrrhRK','PENDING','239733jMtFIe','duration','pickleId'];a6_0x3899=function(){return _0x236d44;};return a6_0x3899();}(function(_0x31214f,_0x5c3081){const _0x47b07c=a6_0x2347,_0x41e72e=_0x31214f();while(!![]){try{const _0x23909b=parseInt(_0x47b07c(0x149))/0x1*(parseInt(_0x47b07c(0x12b))/0x2)+-parseInt(_0x47b07c(0xa6))/0x3+parseInt(_0x47b07c(0x126))/0x4+parseInt(_0x47b07c(0xd0))/0x5*(-parseInt(_0x47b07c(0x10f))/0x6)+parseInt(_0x47b07c(0xef))/0x7*(-parseInt(_0x47b07c(0x10a))/0x8)+parseInt(_0x47b07c(0x12d))/0x9*(-parseInt(_0x47b07c(0x124))/0xa)+parseInt(_0x47b07c(0x100))/0xb;if(_0x23909b===_0x5c3081)break;else _0x41e72e['push'](_0x41e72e['shift']());}catch(_0x555e71){_0x41e72e['push'](_0x41e72e['shift']());}}}(a6_0x3899,0x86d4f));const {requireModule,getPlatformName,nestedKeyValue,isUndefined}=require(a6_0x3d7c8d(0xc9)),util=require(a6_0x3d7c8d(0xcb)),{Formatter,formatterHelpers,Status}=requireModule(a6_0x3d7c8d(0xf0)),TestDetails=require(a6_0x3d7c8d(0xc6)),TestObservabilityReporter=require('../test-observability.js'),{o11yClassErrorHandler}=require(a6_0x3d7c8d(0x117)),{shouldProcessEventForTesthub}=require('../../../helpers/testhub/utils.js'),testObservabilityReporter=new TestObservabilityReporter(),logger=require('../../../helpers/logger')[a6_0x3d7c8d(0xac)],_tests={},_testCasesData={};class BrowserstackFormatter extends Formatter{constructor(_0x353d3d){const _0x221932=a6_0x3d7c8d,_0x1b7c58={};_0x1b7c58[_0x221932(0x13d)]='envelope';const _0x38b0bc=_0x1b7c58;super(_0x353d3d),this[_0x221932(0x137)]={},_0x353d3d[_0x221932(0x13a)]['on'](_0x38b0bc['rosnE'],async _0x252383=>{const _0x441ac7=_0x221932;switch(!![]){case!!_0x252383[_0x441ac7(0xed)]:this['onTestRunStarted'](_0x252383[_0x441ac7(0xed)]);break;case!!_0x252383[_0x441ac7(0xca)]:this['onTestRunFinished'](_0x252383[_0x441ac7(0xca)]);break;case!!_0x252383['testCaseStarted']:this['onTestCaseStarted'](_0x252383[_0x441ac7(0xb4)],_0x353d3d,_0x252383);break;case!!_0x252383['testCaseFinished']:this[_0x441ac7(0x110)](_0x252383[_0x441ac7(0xa3)],_0x353d3d,_0x252383);break;case!!_0x252383['testStepStarted']:this[_0x441ac7(0x120)](_0x252383['testStepStarted'],_0x353d3d);break;case!!_0x252383['testStepFinished']:this[_0x441ac7(0xb6)](_0x252383['testStepFinished'],_0x353d3d);break;case!!_0x252383[_0x441ac7(0xe7)]:this[_0x441ac7(0x11f)](_0x252383[_0x441ac7(0xe7)]);break;case!!_0x252383[_0x441ac7(0xd2)]:this[_0x441ac7(0x125)](_0x252383[_0x441ac7(0xd2)]);break;case!!_0x252383[_0x441ac7(0xc0)]:this['onPickle'](_0x252383['pickle']);break;case!!_0x252383[_0x441ac7(0xeb)]:this['onGherkinDocument'](_0x252383[_0x441ac7(0xeb)]);break;}});}[a6_0x3d7c8d(0x11f)](_0xfe098c){const _0x36a6a4=a6_0x3d7c8d;this[_0x36a6a4(0x137)][_0x36a6a4(0x112)]=Object[_0x36a6a4(0x139)]([],this[_0x36a6a4(0x137)]['hooks']||[]),this[_0x36a6a4(0x137)]['hooks'][_0x36a6a4(0xdf)](_0xfe098c);}[a6_0x3d7c8d(0xc4)](_0x567688){const _0x7a33a9=a6_0x3d7c8d;this['report'][_0x7a33a9(0xc0)]=Object[_0x7a33a9(0x139)]([],this[_0x7a33a9(0x137)][_0x7a33a9(0xc0)]||[],[_0x567688]),this['report'][_0x7a33a9(0xc0)][_0x7a33a9(0xdf)](_0x567688);}[a6_0x3d7c8d(0x107)](_0x307c39){const _0x3a094b=a6_0x3d7c8d;this[_0x3a094b(0x137)][_0x3a094b(0xeb)]=Object['assign']([],this[_0x3a094b(0x137)][_0x3a094b(0xeb)]||[],[_0x307c39]),this[_0x3a094b(0x137)][_0x3a094b(0xeb)][_0x3a094b(0xdf)](_0x307c39);}[a6_0x3d7c8d(0xee)](_0x4f4db4){const _0x16236=a6_0x3d7c8d;this['report'][_0x16236(0xa5)]=_0x4f4db4;}[a6_0x3d7c8d(0x140)](_0x473e11){const _0x186306=a6_0x3d7c8d;this[_0x186306(0x137)][_0x186306(0xf2)]=Object['assign']([],this[_0x186306(0x137)][_0x186306(0xf2)]||[],[_0x473e11]),this[_0x186306(0x137)][_0x186306(0xf2)][_0x186306(0xdf)](_0x473e11);}['onTestCase'](_0x5a214a){const _0x527e4a=a6_0x3d7c8d;this[_0x527e4a(0x137)]['testCases']=Object[_0x527e4a(0x139)]([],this[_0x527e4a(0x137)]['testCases']||[],[_0x5a214a]),this[_0x527e4a(0x137)][_0x527e4a(0xf7)]['push'](_0x5a214a);}[a6_0x3d7c8d(0xba)](_0x25f048){const _0x50ea48=a6_0x3d7c8d,_0x2fe973={'sRbzO':function(_0x558726,_0x44c14e){return _0x558726!==_0x44c14e;},'QlyVh':_0x50ea48(0xab),'Mlqkg':function(_0x8b7ba7,_0x2e6dfe){return _0x8b7ba7+_0x2e6dfe;},'SuTtD':function(_0x1216f7,_0x1a8730){return _0x1216f7+_0x1a8730;},'ewJqc':function(_0xd12122,_0x232f7b){return _0xd12122+_0x232f7b;},'qaWqy':function(_0x4735ae,_0x7fa5ce){return _0x4735ae+_0x7fa5ce;},'HfchN':'\x20\x20\x20\x20','sFKhO':'\x20-\x20','gGkDv':function(_0x28c629,_0x2d9951){return _0x28c629===_0x2d9951;},'sSzIk':_0x50ea48(0xa7),'xqzel':function(_0x1c58ea,_0x562a9a,_0x433320){return _0x1c58ea(_0x562a9a,_0x433320);},'rmtms':_0x50ea48(0xcc),'cENJd':'message','PsqCo':function(_0x566f32,_0x1a7d8a){return _0x566f32+_0x1a7d8a;},'tgUSG':function(_0x4cc8fc,_0x4a891a){return _0x4cc8fc+_0x4a891a;},'StjPJ':function(_0x1d92ed,_0x227e7c){return _0x1d92ed+_0x227e7c;},'EJWaa':function(_0x289881,_0xa138e5){return _0x289881+_0xa138e5;},'sxiDX':function(_0x331b91,_0x254204){return _0x331b91+_0x254204;}};_0x2fe973[_0x50ea48(0x132)](global[_0x50ea48(0x106)],undefined)&&this['log'](_0x2fe973['StjPJ'](_0x2fe973[_0x50ea48(0x136)]('\x0a',global['__platform']),'\x0a'));const _0x5ba415=this[_0x50ea48(0xf1)][_0x50ea48(0xe5)](_0x25f048[_0x50ea48(0x13b)]);this[_0x50ea48(0x134)](_0x2fe973[_0x50ea48(0xe4)](_0x2fe973[_0x50ea48(0xe8)](_0x2fe973['EJWaa'](_0x2fe973[_0x50ea48(0x136)]('\x20\x20',_0x5ba415['gherkinDocument'][_0x50ea48(0x14a)][_0x50ea48(0xbe)]),_0x2fe973[_0x50ea48(0xd7)]),_0x5ba415[_0x50ea48(0xc0)][_0x50ea48(0xbe)]),'\x0a'));const _0x417488={};_0x417488[_0x50ea48(0xdb)]=this['cwd'],_0x417488[_0x50ea48(0xfd)]=this[_0x50ea48(0xfd)],_0x417488['supportCodeLibrary']=this['supportCodeLibrary'],_0x417488[_0x50ea48(0x133)]=_0x5ba415;const _0x1f61bc=formatterHelpers[_0x50ea48(0x119)](_0x417488);let _0xbfb400=![];_0x1f61bc[_0x50ea48(0xda)]['forEach'](_0x46aaf5=>{const _0x2fec2b=_0x50ea48;if(_0x2fe973[_0x2fec2b(0x132)](_0x46aaf5[_0x2fec2b(0xbe)],_0x2fe973[_0x2fec2b(0x108)])&&!this[_0x2fec2b(0xc8)](_0x46aaf5)){totalTests+=0x1,this[_0x2fec2b(0x134)](_0x2fe973[_0x2fec2b(0xfa)](_0x2fe973['Mlqkg'](_0x2fe973[_0x2fec2b(0x103)](_0x2fe973[_0x2fec2b(0x113)](_0x2fe973[_0x2fec2b(0x118)](_0x2fe973['HfchN'],_0x46aaf5[_0x2fec2b(0xa9)]),_0x46aaf5[_0x2fec2b(0xb9)]||''),_0x2fe973[_0x2fec2b(0xd7)]),Status[_0x46aaf5[_0x2fec2b(0xcc)][_0x2fec2b(0xb1)]]),'\x0a')),this['incrementCounter'](Status[_0x46aaf5[_0x2fec2b(0xcc)][_0x2fec2b(0xb1)]]);if(_0x2fe973[_0x2fec2b(0x102)](Status[_0x46aaf5[_0x2fec2b(0xcc)][_0x2fec2b(0xb1)]],_0x2fe973[_0x2fec2b(0xd9)])){_0xbfb400=!![];const _0x3185e1=_0x2fe973['xqzel'](nestedKeyValue,_0x46aaf5,[_0x2fe973[_0x2fec2b(0xd3)],_0x2fe973['cENJd']]);_0x3185e1&&(testsErrorMessage[_0x2fe973[_0x2fec2b(0x103)](_0x2fe973[_0x2fec2b(0xa2)](_0x5ba415[_0x2fec2b(0xeb)][_0x2fec2b(0x14a)][_0x2fec2b(0xbe)],_0x2fe973[_0x2fec2b(0xd7)]),_0x5ba415[_0x2fec2b(0xc0)][_0x2fec2b(0xbe)])]=_0x3185e1,this[_0x2fec2b(0x134)](_0x2fe973[_0x2fec2b(0xe4)](_0x3185e1,'\x0a')));}}}),_0xbfb400&&(testSuitesFailed+=0x1),this[_0x50ea48(0x134)]('\x0a');}['logTestRunFinished'](_0x59f34a){}[a6_0x3d7c8d(0xc8)](_0x34d338){const _0x2079af=a6_0x3d7c8d,_0xfdbeb2={};_0xfdbeb2[_0x2079af(0xc3)]=function(_0x4d7966,_0x4e7465){return _0x4d7966!==_0x4e7465;},_0xfdbeb2[_0x2079af(0x128)]=_0x2079af(0xb8);const _0x46cf29=_0xfdbeb2;if(_0x46cf29[_0x2079af(0xc3)](_0x34d338[_0x2079af(0xe1)],undefined))return![];if(_0x34d338[_0x2079af(0x146)]&&_0x34d338[_0x2079af(0x146)]['uri']['includes'](_0x46cf29[_0x2079af(0x128)]))return!![];return![];}[a6_0x3d7c8d(0x114)](_0x9c7feb){const _0x2ca1ff=a6_0x3d7c8d,_0x528253={};_0x528253[_0x2ca1ff(0xa1)]=_0x2ca1ff(0xa7),_0x528253[_0x2ca1ff(0xde)]=_0x2ca1ff(0xe0),_0x528253[_0x2ca1ff(0xf4)]=_0x2ca1ff(0x144),_0x528253[_0x2ca1ff(0xbf)]=_0x2ca1ff(0x12c),_0x528253[_0x2ca1ff(0x111)]='UNDEFINED',_0x528253[_0x2ca1ff(0xcf)]=_0x2ca1ff(0x138),_0x528253[_0x2ca1ff(0x115)]='AMBIGUOUS';const _0x1da94d=_0x528253;switch(_0x9c7feb){case _0x1da94d['yWUzI']:testsFailed+=0x1;break;case _0x1da94d[_0x2ca1ff(0xde)]:testsPassed+=0x1;break;case _0x1da94d[_0x2ca1ff(0xf4)]:testsSkipped+=0x1;break;case _0x1da94d['AgYKa']:testsPending+=0x1;break;case _0x1da94d[_0x2ca1ff(0x111)]:testsUndefined+=0x1;break;case _0x1da94d[_0x2ca1ff(0xcf)]:testsUnknown+=0x1;break;case _0x1da94d['QWekz']:testsAmbiguous+=0x1;break;default:break;}}['onTestRunStarted'](_0xb91bcb){const _0x45e815=a6_0x3d7c8d,_0x5f3621={'rXgyw':function(_0x44498f,_0x3da7aa){return _0x44498f!==_0x3da7aa;},'ydKRj':function(_0x1d428a,_0x30feaa){return _0x1d428a!==_0x30feaa;},'hqZOx':function(_0x4fca86,_0x32d7b6){return _0x4fca86(_0x32d7b6);},'WEcJf':function(_0x13ee15,_0x2e46fa){return _0x13ee15+_0x2e46fa;},'Ncmju':function(_0xe312dd){return _0xe312dd();}};let _0x32adfb;if(_0x5f3621[_0x45e815(0xb3)](process['env'][_0x45e815(0xbc)],undefined)){const _0x5c7b03=JSON[_0x45e815(0xaf)](process['env'][_0x45e815(0xbc)]);_0x32adfb=_0x5c7b03['capability'];}_0x5f3621['ydKRj'](_0x32adfb,undefined)&&(global[_0x45e815(0x106)]=_0x5f3621[_0x45e815(0x147)](getPlatformName,_0x32adfb),this[_0x45e815(0x134)](_0x5f3621[_0x45e815(0x10c)]('Executing\x20tests\x20for\x20'+global[_0x45e815(0x106)],'\x0a'))),_0x5f3621['Ncmju'](shouldProcessEventForTesthub)&&(TestDetails[_0x45e815(0xfc)](),this[_0x45e815(0x137)][_0x45e815(0xed)]=_0xb91bcb);}[a6_0x3d7c8d(0xe3)](_0x4da654){const _0xb035e3=a6_0x3d7c8d;this['report'][_0xb035e3(0xca)]=_0x4da654,this[_0xb035e3(0x11a)](_0x4da654);}async[a6_0x3d7c8d(0xf9)](_0x398a70,_0x54a015,_0x154b44){const _0x869bdb=a6_0x3d7c8d,_0x43642a={'fPxcR':function(_0x5e267f,_0x41d6e5){return _0x5e267f(_0x41d6e5);},'CvaaJ':_0x869bdb(0xff),'fbRSa':function(_0x54840f,_0x6d9911){return _0x54840f&&_0x6d9911;}};testSuites+=0x1;if(_0x43642a[_0x869bdb(0x109)](shouldProcessEventForTesthub,_0x43642a[_0x869bdb(0xbb)]))try{this[_0x869bdb(0x137)][_0x869bdb(0xb4)]=this[_0x869bdb(0x137)][_0x869bdb(0xb4)]||{},this[_0x869bdb(0x137)][_0x869bdb(0xb4)][_0x398a70['id']]=_0x398a70;const _0x13dcc9=TestDetails['getTestUUID'](_0x398a70['id']);_testCasesData[_0x398a70['id']]=Object['assign']({},_0x154b44);const _0x24d8a=this[_0x869bdb(0x137)],_0x7a49f7=_0x398a70[_0x869bdb(0x13c)],_0x497e40=_0x24d8a['testCases'][_0x869bdb(0xbd)](_0xb36798=>_0xb36798['id']===_0x7a49f7)['pickleId'],_0x309b34=_0x24d8a[_0x869bdb(0xc0)][_0x869bdb(0xbd)](_0x1455dd=>_0x1455dd['id']===_0x497e40),_0x401605=_0x24d8a['gherkinDocument'][_0x869bdb(0xbd)](_0x31bd5b=>_0x31bd5b[_0x869bdb(0x143)]===_0x309b34[_0x869bdb(0x143)]),_0x5b4d14=_0x401605[_0x869bdb(0x14a)],_0x5cbc8a={'uuid':_0x13dcc9,'startedAt':new Date()['toISOString']()};if(_0x309b34){const _0x586209={};_0x586209[_0x869bdb(0xbe)]=_0x309b34[_0x869bdb(0xbe)],_0x5cbc8a[_0x869bdb(0x104)]=_0x586209;}if(_0x43642a[_0x869bdb(0x11c)](_0x401605,_0x5b4d14)){const _0x24802f={};_0x24802f[_0x869bdb(0xa8)]=_0x401605[_0x869bdb(0x143)],_0x24802f[_0x869bdb(0xbe)]=_0x5b4d14[_0x869bdb(0xbe)],_0x24802f[_0x869bdb(0x105)]=_0x5b4d14[_0x869bdb(0x105)],_0x5cbc8a[_0x869bdb(0x14a)]=_0x24802f;}_tests[_0x7a49f7]=_0x5cbc8a,await testObservabilityReporter[_0x869bdb(0xfe)](_0x154b44,_0x401605,_0x309b34,_0x43642a[_0x869bdb(0xbb)],_0x5cbc8a);}catch(_0x1bda93){logger[_0x869bdb(0x131)](_0x869bdb(0xec)+util[_0x869bdb(0xf6)](_0x1bda93)+'\x20');}}async[a6_0x3d7c8d(0x110)](_0x218727,_0x498c44,_0x39b77c){const _0x47a914=a6_0x3d7c8d,_0x9dbd4={'bQhpb':function(_0x39c74b,_0x6390c0){return _0x39c74b(_0x6390c0);},'yTlCW':_0x47a914(0xea)};this[_0x47a914(0xba)](_0x218727);if(_0x9dbd4[_0x47a914(0xb5)](shouldProcessEventForTesthub,_0x9dbd4['yTlCW']))try{this['report'][_0x47a914(0xa3)]=this['report'][_0x47a914(0xa3)]||{},this['report'][_0x47a914(0xa3)][_0x218727['testCaseStartedId']]=_0x218727,_testCasesData[_0x39b77c['id']]=Object['assign']({},_0x39b77c);const _0x355af3=_0x218727[_0x47a914(0x13b)],_0x5c9a12=_0x498c44['eventDataCollector'][_0x47a914(0xe9)][_0x355af3][_0x47a914(0x13c)],_0x26eea1=_0x498c44[_0x47a914(0xf1)][_0x47a914(0xdc)][_0x5c9a12],_0x33c04a=_0x26eea1['pickleId'],_0x36836c=_0x498c44[_0x47a914(0xf1)][_0x47a914(0x11e)][_0x33c04a],_0x4d0a46=this[_0x47a914(0xd4)](_0x498c44,_0x36836c),_0x271e40=_tests[_0x5c9a12];_0x271e40&&(delete _tests[_0x5c9a12],_0x271e40[_0x47a914(0xb2)]=new Date()[_0x47a914(0xf5)]()),await testObservabilityReporter[_0x47a914(0xfe)](_0x39b77c,_0x4d0a46,_0x36836c,_0x9dbd4[_0x47a914(0xb7)],_0x271e40);}catch(_0x492f92){logger['debug'](_0x47a914(0xc7)+util[_0x47a914(0xf6)](_0x492f92));}}async['onTestStepStarted'](_0x3c1dd7,_0x219599){const _0x25ea09=a6_0x3d7c8d,_0x36425f={'OwtDz':function(_0xa09e41,_0x3fc449){return _0xa09e41(_0x3fc449);},'CkKrU':'HookRunStarted','vROGz':function(_0x2ad51f,_0x6be067){return _0x2ad51f!==_0x6be067;},'cnDEB':_0x25ea09(0xd5)};if(_0x36425f[_0x25ea09(0x130)](shouldProcessEventForTesthub,_0x36425f[_0x25ea09(0xae)]))try{this[_0x25ea09(0x137)]['testStepStarted']=this[_0x25ea09(0x137)][_0x25ea09(0x121)]||{},this[_0x25ea09(0x137)][_0x25ea09(0x121)][_0x3c1dd7[_0x25ea09(0x13b)]]=_0x3c1dd7;const _0x12cf99=_0x3c1dd7[_0x25ea09(0x13b)],_0x309790=_0x219599[_0x25ea09(0xf1)]['testCaseAttemptDataMap'][_0x12cf99][_0x25ea09(0x13c)],_0xa88b7e=this[_0x25ea09(0x137)][_0x25ea09(0xf7)][_0x25ea09(0xbd)](_0x408403=>_0x408403['id']===_0x309790)[_0x25ea09(0x12f)],_0xdc055a=this[_0x25ea09(0x137)][_0x25ea09(0xc0)][_0x25ea09(0xbd)](_0x36e8a6=>_0x36e8a6['id']===_0xa88b7e),_0x37d356=this['report'][_0x25ea09(0xf7)][_0x25ea09(0xbd)](_0x12743b=>_0x12743b['id']===_0x309790)[_0x25ea09(0xda)],_0x40acca=this['report'][_0x25ea09(0x121)][_0x12cf99]['testStepId'],_0x283126=_0x37d356[_0x25ea09(0xbd)](_0x5257f8=>_0x5257f8['id']===_0x40acca)[_0x25ea09(0x127)],_0x1471a9=_0xdc055a['steps']['find'](_0x164891=>_0x164891['id']===_0x283126);if(_0x283126&&_tests[_0x309790]&&_0x36425f[_0x25ea09(0x122)](_tests[_0x309790][_0x36425f[_0x25ea09(0xd8)]],_0x40acca)){_tests[_0x309790][_0x36425f['cnDEB']]=_0x40acca;const _0xc93868={};_0xc93868[_0x25ea09(0xaa)]=[];const _0x2066b2=_tests[_0x309790]||_0xc93868;_0x2066b2&&!_0x2066b2[_0x25ea09(0xaa)]&&(_0x2066b2['steps']=[]),_0x2066b2[_0x25ea09(0xaa)]['push']({'id':_0x1471a9['id'],'text':_0x1471a9['text'],'started_at':new Date()[_0x25ea09(0xf5)]()}),_tests[_0x309790]=_0x2066b2;}await testObservabilityReporter[_0x25ea09(0x145)](this[_0x25ea09(0x137)],_0x12cf99,_0x36425f[_0x25ea09(0xae)],_0x37d356,_0x40acca,_tests[_0x309790]);}catch(_0x89c18){logger[_0x25ea09(0x131)](_0x25ea09(0xa0)+util[_0x25ea09(0xf6)](_0x89c18));}}async['onTestStepFinished'](_0x54a81f,_0x337c5b){const _0xfc141=a6_0x3d7c8d,_0x435202={'VaULj':function(_0x23e740,_0x10edd6){return _0x23e740===_0x10edd6;},'aWnff':_0xfc141(0x10d),'PECNr':function(_0x10df90,_0x1ef105){return _0x10df90(_0x1ef105);},'doslr':_0xfc141(0x123),'JUVNA':function(_0x82b8,_0x587bb7){return _0x82b8===_0x587bb7;},'bJsWe':_0xfc141(0xc1),'DUajH':function(_0xc83302,_0x3c58e6){return _0xc83302===_0x3c58e6;},'NeRvy':_0xfc141(0xc5),'cooyO':_0xfc141(0xd5)};this[_0xfc141(0x137)]['testStepFinished']=this['report'][_0xfc141(0x12a)]||{},this['report'][_0xfc141(0x12a)][_0x54a81f[_0xfc141(0x13b)]]=_0x54a81f;if(_0x435202[_0xfc141(0x129)](shouldProcessEventForTesthub,_0x435202[_0xfc141(0x148)]))try{const _0x5f23f2=_0x54a81f['testCaseStartedId'],_0x53ab25=_0x337c5b[_0xfc141(0xf1)][_0xfc141(0xe9)][_0x5f23f2][_0xfc141(0x13c)],_0x17ac37=_0x337c5b['eventDataCollector'][_0xfc141(0xdc)][_0x53ab25],_0x44686f=_0x17ac37[_0xfc141(0x12f)],_0xd027ff=_0x337c5b[_0xfc141(0xf1)]['pickleMap'][_0x44686f],_0x453e69=_0x54a81f['testStepId'],_0x2090cf=_0x17ac37[_0xfc141(0xda)],_0x52f29c=this[_0xfc141(0xf1)]['getTestCaseAttempt'](_0x5f23f2),_0x89976f=_0x2090cf[_0xfc141(0xbd)](_0x2dfc94=>_0x2dfc94['id']===_0x453e69)[_0xfc141(0x127)];let _0x55a149,_0x50a942;_0x54a81f['testStepResult']&&_0x435202[_0xfc141(0x13f)](_0x54a81f['testStepResult'][_0xfc141(0xb1)][_0xfc141(0xa4)]()['toLowerCase'](),_0x435202['bJsWe'])&&(_0x55a149=_0x435202[_0xfc141(0x13f)](_0x54a81f[_0xfc141(0xd1)]['exception'],undefined)?_0x54a81f[_0xfc141(0xd1)][_0xfc141(0xd6)]:_0x54a81f[_0xfc141(0xd1)][_0xfc141(0xc2)]['message'],_0x50a942=_0x435202[_0xfc141(0x10e)](_0x54a81f[_0xfc141(0xd1)][_0xfc141(0xc2)],undefined)?_0x435202[_0xfc141(0x135)]:_0x54a81f[_0xfc141(0xd1)]['message']);await testObservabilityReporter[_0xfc141(0x145)](this[_0xfc141(0x137)],_0x5f23f2,_0x435202[_0xfc141(0x148)],_0x2090cf,_0x453e69,_tests[_0x53ab25]);if(_0x89976f&&_tests[_0x53ab25][_0x435202['cooyO']]){const _0x4a7120=_0xd027ff['steps']['find'](_0x125479=>_0x125479['id']===_0x89976f),_0x1347ea={};_0x1347ea[_0xfc141(0xaa)]=[];const _0x1c5d77=_tests[_0x53ab25]||_0x1347ea;!_0x1c5d77['steps']?_0x1c5d77[_0xfc141(0xaa)]=[{'id':_0x4a7120['id'],'text':_0x4a7120[_0xfc141(0xb9)],'finished_at':new Date()[_0xfc141(0xf5)](),'result':_0x54a81f[_0xfc141(0xd1)][_0xfc141(0xb1)],'duration':_0x54a81f['testStepResult'][_0xfc141(0x12e)][_0xfc141(0x10b)],'failure':_0x55a149,'failureType':_0x50a942}]:_0x1c5d77[_0xfc141(0xaa)][_0xfc141(0x141)](_0x1490a4=>{const _0x46ed3b=_0xfc141;if(_0x435202['VaULj'](_0x1490a4['id'],_0x4a7120['id'])){const _0xdab1ba=_0x435202[_0x46ed3b(0x142)]['split']('|');let _0x340c52=0x0;while(!![]){switch(_0xdab1ba[_0x340c52++]){case'0':_0x1490a4[_0x46ed3b(0x12e)]=_0x54a81f[_0x46ed3b(0xd1)]['duration'][_0x46ed3b(0x10b)];continue;case'1':_0x1490a4[_0x46ed3b(0xf3)]=new Date()[_0x46ed3b(0xf5)]();continue;case'2':_0x1490a4[_0x46ed3b(0xcc)]=_0x54a81f[_0x46ed3b(0xd1)][_0x46ed3b(0xb1)];continue;case'3':_0x1490a4[_0x46ed3b(0xb0)]=_0x55a149;continue;case'4':_0x1490a4[_0x46ed3b(0xf8)]=_0x50a942;continue;}break;}}}),_tests[_0x53ab25]=_0x1c5d77,delete _tests[_0x53ab25][_0x435202[_0xfc141(0x101)]];}}catch(_0x3620e8){logger['debug'](_0xfc141(0xfb)+util[_0xfc141(0xf6)](_0x3620e8));}}[a6_0x3d7c8d(0xad)](_0x18203c){const _0x10b248=a6_0x3d7c8d,_0x5983fa={};return _0x18203c[_0x10b248(0x14a)][_0x10b248(0x11d)][_0x10b248(0xdd)](this[_0x10b248(0x116)])[_0x10b248(0xce)]()[_0x10b248(0x141)](_0x44e6b2=>_0x44e6b2[_0x10b248(0xaa)][_0x10b248(0x141)](_0x922562=>_0x5983fa[_0x922562['id']]=_0x922562)),_0x5983fa;}[a6_0x3d7c8d(0x116)](_0x3bfd3c){const _0x27b031=a6_0x3d7c8d,_0x2b29c2={'UivkI':function(_0x570cf1,_0x5d4c7d){return _0x570cf1(_0x5d4c7d);}};if(!_0x2b29c2[_0x27b031(0xe2)](isUndefined,_0x3bfd3c[_0x27b031(0xe6)]))return[_0x3bfd3c['background']];else{if(!_0x2b29c2[_0x27b031(0xe2)](isUndefined,_0x3bfd3c[_0x27b031(0x13e)]))return _0x3bfd3c['rule']['children'][_0x27b031(0xdd)](_0x108cd6=>!isUndefined(_0x108cd6[_0x27b031(0xe6)])?_0x108cd6[_0x27b031(0xe6)]:_0x108cd6[_0x27b031(0x104)]);};return[_0x3bfd3c[_0x27b031(0x104)]];}['getGherkinDocument'](_0x5d18fe,_0x3fb872){const _0x1d75e8=a6_0x3d7c8d;return Object[_0x1d75e8(0xcd)](_0x5d18fe[_0x1d75e8(0xf1)]['gherkinDocumentMap'])['find'](_0x51d022=>_0x51d022[_0x1d75e8(0x143)]===_0x3fb872['uri']);}}module[a6_0x3d7c8d(0x11b)]=o11yClassErrorHandler(BrowserstackFormatter,['onTestCaseStarted','onTestCaseFinished',a6_0x3d7c8d(0x120),'onTestStepFinished','onTestRunStarted',a6_0x3d7c8d(0xe3),a6_0x3d7c8d(0x116),'getGherkinDocument','getGherkinStepMap']);
@@ -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_0x2b6edd=a7_0x3817;function a7_0x3272(){const _0x4efd27=['CXTSg','getTestCaseData','SKIPPED','fLCwj','test-step-started','euhSs','22405220DewSqS','eZqTm','name','line','dwIjR','test-run-started','yQQoa','fPLVl','FiGkU','getTestCaseAttempt','rVQnD','log','length','result','vxLRP','test-case-finished','steps','\x20-\x20','eventBroadcaster','eventDataCollector','oIhuQ','115iYgnUc','cucumber-js/test_old.setup.js','zkibl','46888zehoRj','CONFIG','MYKkQ','GpDvn','256118NkgTbC','6245814eZgLOW','\x20\x20\x20\x20','QOsIV','blVDK','AXcRI','getStepLineToPickledStepMap','includes','pickle','__platform','feature','FAILED','../../../helpers/helper','zbcRe','hYKGa','gherkinDocument','DbGvO','441dCEGMI','6308wTbBre','toUpperCase','text','XUZES','uPpvu','PUpnj','XhFax','OfvOf','178852VraNAD','sourceLocation','hUNzg','TjDWq','AMBIGUOUS','PENDING','cucumber','uri','test-case-started','logTestCaseFinished','exports','status','env','forEach','HMORw','undefined','813UMaqEO','capability','testCase','Executing\x20tests\x20for\x20','iDDVw','eCCGJ','ErXEy','exception','tuMAn','cucumber/lib/formatter/helpers/pickle_parser.js','5333307OukNln','test-run-finished','actionLocation','stepResults'];a7_0x3272=function(){return _0x4efd27;};return a7_0x3272();}(function(_0x4192bc,_0x433a0a){const _0x52c1de=a7_0x3817,_0xc01497=_0x4192bc();while(!![]){try{const _0x335a72=parseInt(_0x52c1de(0x21c))/0x1+-parseInt(_0x52c1de(0x1d4))/0x2*(parseInt(_0x52c1de(0x1ec))/0x3)+parseInt(_0x52c1de(0x1dc))/0x4*(parseInt(_0x52c1de(0x215))/0x5)+-parseInt(_0x52c1de(0x21d))/0x6+-parseInt(_0x52c1de(0x1f6))/0x7+-parseInt(_0x52c1de(0x218))/0x8*(parseInt(_0x52c1de(0x1d3))/0x9)+parseInt(_0x52c1de(0x200))/0xa;if(_0x335a72===_0x433a0a)break;else _0xc01497['push'](_0xc01497['shift']());}catch(_0x1382df){_0xc01497['push'](_0xc01497['shift']());}}}(a7_0x3272,0x8da96));const {requireModule,getPlatformName,nestedKeyValue}=require(a7_0x2b6edd(0x228)),{Formatter}=requireModule(a7_0x2b6edd(0x1e2)),pickleParser=requireModule(a7_0x2b6edd(0x1f5),a7_0x2b6edd(0x1e2));function a7_0x3817(_0xb998cf,_0x5c471a){const _0x3272bf=a7_0x3272();return a7_0x3817=function(_0x38179a,_0x5984a6){_0x38179a=_0x38179a-0x1d1;let _0x44c48a=_0x3272bf[_0x38179a];return _0x44c48a;},a7_0x3817(_0xb998cf,_0x5c471a);}class BrowserstackFormatter extends Formatter{constructor(_0xe712f0){const _0x527bd8=a7_0x2b6edd,_0x1ccf21={'eCCGJ':function(_0x2e8c8c,_0x8a3709){return _0x2e8c8c!==_0x8a3709;},'iDDVw':function(_0x551b9b,_0x3f1918){return _0x551b9b(_0x3f1918);},'oIhuQ':_0x527bd8(0x205),'yovCX':_0x527bd8(0x1e4),'yQQoa':_0x527bd8(0x20f),'FiGkU':_0x527bd8(0x1f7),'DqWKs':_0x527bd8(0x1fe)};super(_0xe712f0),_0xe712f0[_0x527bd8(0x212)]['on'](_0x1ccf21[_0x527bd8(0x214)],()=>{const _0x553405=_0x527bd8;let _0xe3a6a3;if(_0x1ccf21[_0x553405(0x1f1)](process[_0x553405(0x1e8)][_0x553405(0x219)],undefined)){const _0x5b2584=JSON['parse'](process[_0x553405(0x1e8)]['CONFIG']);_0xe3a6a3=_0x5b2584[_0x553405(0x1ed)];}_0x1ccf21[_0x553405(0x1f1)](_0xe3a6a3,undefined)&&(global['__platform']=_0x1ccf21[_0x553405(0x1f0)](getPlatformName,_0xe3a6a3),console[_0x553405(0x20b)](_0x553405(0x1ef)+global[_0x553405(0x225)]));}),_0xe712f0['eventBroadcaster']['on'](_0x1ccf21['yovCX'],()=>{testSuites+=0x1;}),_0xe712f0[_0x527bd8(0x212)]['on'](_0x1ccf21[_0x527bd8(0x206)],_0x1c9116=>{const _0x4356b5=_0x527bd8;this[_0x4356b5(0x1e5)](_0x1c9116);}),_0xe712f0[_0x527bd8(0x212)]['on'](_0x1ccf21[_0x527bd8(0x208)],()=>{totalTests-=0x2;}),_0xe712f0[_0x527bd8(0x212)]['on'](_0x1ccf21['DqWKs'],()=>{totalTests+=0x1;});}['logTestCaseFinished'](_0x57ed31){const _0x1b6491=a7_0x2b6edd,_0xd0445a={'HMORw':_0x1b6491(0x227),'hYKGa':'PASSED','qqEyX':_0x1b6491(0x1fc),'hdSoe':_0x1b6491(0x1e1),'yygdH':'UNDEFINED','DiaZz':'UNKNOWN','DbGvO':_0x1b6491(0x1e0),'hUNzg':function(_0x1e0581,_0x532309){return _0x1e0581+_0x532309;},'eZqTm':_0x1b6491(0x21e),'CXTSg':_0x1b6491(0x211),'uPpvu':function(_0x2fe34b,_0x3470b2){return _0x2fe34b(_0x3470b2);},'euhSs':_0x1b6491(0x216),'XhFax':'\x20\x20\x20\x20AFTER\x20-\x20','MYKkQ':'\x20\x20\x20\x20BEFORE\x20-\x20','dwIjR':function(_0x24b910,_0x529097){return _0x24b910===_0x529097;},'vxLRP':function(_0x2540fc,_0x3548eb,_0xbd7aa2){return _0x2540fc(_0x3548eb,_0xbd7aa2);},'OfvOf':_0x1b6491(0x20d),'TjDWq':_0x1b6491(0x1f3),'zkibl':'stack','tuMAn':function(_0xc34098,_0x552665){return _0xc34098+_0x552665;},'QOsIV':function(_0x10ab1a,_0x463f3c){return _0x10ab1a!==_0x463f3c;},'fLCwj':function(_0x31d7bb,_0x3671e1){return _0x31d7bb+_0x3671e1;},'XUZES':_0x1b6491(0x1eb),'ErXEy':function(_0x5e7765,_0x27f28d){return _0x5e7765+_0x27f28d;},'GpDvn':function(_0x22c2ac,_0x1d480c){return _0x22c2ac+_0x1d480c;},'RpRzT':function(_0x1a2231,_0x479958){return _0x1a2231<_0x479958;},'fPLVl':function(_0x1facf5,_0x4c46b0){return _0x1facf5+_0x4c46b0;},'blVDK':function(_0x18eb32,_0x531f24){return _0x18eb32(_0x531f24);},'AXcRI':function(_0x2142a9,_0x58c446){return _0x2142a9+_0x58c446;},'WJSLe':function(_0x42e9cd,_0x1d447f){return _0x42e9cd===_0x1d447f;},'zbcRe':function(_0x31f094,_0x1b82c3,_0x451cf5){return _0x31f094(_0x1b82c3,_0x451cf5);},'rVQnD':function(_0x178bb5,_0x7f3c90){return _0x178bb5+_0x7f3c90;},'PUpnj':function(_0x1911c1,_0x51649f){return _0x1911c1+_0x51649f;},'WvENd':function(_0x1b8b8e,_0x231517){return _0x1b8b8e+_0x231517;}};let _0x2e04cf=![];function _0x3a5945(_0x533e3f){const _0x1e44ef=_0x1b6491;switch(_0x533e3f){case _0xd0445a[_0x1e44ef(0x1ea)]:testsFailed+=0x1;break;case _0xd0445a[_0x1e44ef(0x22a)]:testsPassed+=0x1;break;case _0xd0445a['qqEyX']:testsSkipped+=0x1;break;case _0xd0445a['hdSoe']:testsPending+=0x1;break;case _0xd0445a['yygdH']:testsUndefined+=0x1;break;case _0xd0445a['DiaZz']:testsUnknown+=0x1;break;case _0xd0445a[_0x1e44ef(0x1d2)]:testsAmbiguous+=0x1;break;default:break;}}_0xd0445a[_0x1b6491(0x21f)](global[_0x1b6491(0x225)],undefined)&&console[_0x1b6491(0x20b)](_0xd0445a[_0x1b6491(0x1de)](_0xd0445a[_0x1b6491(0x1fd)]('\x0a',global[_0x1b6491(0x225)]),'\x0a'));let _0x35a1aa=![];if(_0xd0445a['QOsIV'](typeof this[_0x1b6491(0x213)][_0x1b6491(0x1fb)],_0xd0445a[_0x1b6491(0x1d7)])){var _0x2e6c19=this[_0x1b6491(0x213)]['getTestCaseData'](_0x57ed31['sourceLocation']),_0x164356=_0x2e6c19['pickle'],_0xd3a7d1=_0x2e6c19[_0x1b6491(0x1ee)];console[_0x1b6491(0x20b)](_0xd0445a[_0x1b6491(0x1f2)]('\x20\x20',_0x164356[_0x1b6491(0x202)]));var _0x3f8ae5=(0x0,pickleParser[_0x1b6491(0x222)])(_0x164356);_0xd3a7d1[_0x1b6491(0x210)][_0x1b6491(0x1e9)](function(_0x10036a){const _0xc150e=_0x1b6491;if(_0x10036a[_0xc150e(0x1f8)]&&_0x10036a[_0xc150e(0x1dd)])_0x2e04cf=!![],console[_0xc150e(0x20b)](_0xd0445a[_0xc150e(0x1de)](_0xd0445a[_0xc150e(0x1de)](_0xd0445a['hUNzg'](_0xd0445a[_0xc150e(0x201)],_0x3f8ae5[_0x10036a[_0xc150e(0x1dd)]['line']][_0xc150e(0x1d6)]),_0xd0445a['CXTSg']),_0x10036a['result'][_0xc150e(0x1e7)][_0xc150e(0x1d5)]())),_0xd0445a[_0xc150e(0x1d8)](_0x3a5945,_0x10036a[_0xc150e(0x20d)][_0xc150e(0x1e7)][_0xc150e(0x1d5)]());else _0x10036a[_0xc150e(0x1f8)]&&(!_0x10036a[_0xc150e(0x1f8)]['uri'][_0xc150e(0x223)](_0xd0445a[_0xc150e(0x1ff)])&&(_0xd0445a[_0xc150e(0x1d8)](_0x3a5945,_0x10036a[_0xc150e(0x20d)][_0xc150e(0x1e7)]['toUpperCase']()),_0x2e04cf?console[_0xc150e(0x20b)](_0xd0445a[_0xc150e(0x1de)](_0xd0445a[_0xc150e(0x1da)],_0x10036a[_0xc150e(0x20d)]['status'][_0xc150e(0x1d5)]())):console[_0xc150e(0x20b)](_0xd0445a['hUNzg'](_0xd0445a[_0xc150e(0x21a)],_0x10036a[_0xc150e(0x20d)]['status'][_0xc150e(0x1d5)]()))));if(_0xd0445a[_0xc150e(0x204)](_0x10036a[_0xc150e(0x20d)][_0xc150e(0x1e7)][_0xc150e(0x1d5)](),_0xd0445a[_0xc150e(0x1ea)])){const _0x49a9ba=_0xd0445a[_0xc150e(0x20e)](nestedKeyValue,_0x10036a,[_0xd0445a[_0xc150e(0x1db)],_0xd0445a[_0xc150e(0x1df)],_0xd0445a[_0xc150e(0x217)]]);_0x49a9ba&&(testsErrorMessage[_0x164356['name']]=_0x49a9ba,console[_0xc150e(0x20b)](_0xd0445a[_0xc150e(0x1f4)](_0x49a9ba,'\x0a'))),_0x35a1aa=!![];}});}else{const _0xaaf353=this[_0x1b6491(0x213)][_0x1b6491(0x209)](_0x57ed31);console[_0x1b6491(0x20b)](_0xd0445a[_0x1b6491(0x1fd)](_0xd0445a['ErXEy'](_0xd0445a[_0x1b6491(0x21b)]('\x20\x20',_0xaaf353[_0x1b6491(0x1d1)][_0x1b6491(0x226)]['name']),_0xd0445a[_0x1b6491(0x1fa)]),_0xaaf353[_0x1b6491(0x224)][_0x1b6491(0x202)]));const _0xaca926=(0x0,pickleParser['getStepLineToPickledStepMap'])(_0xaaf353[_0x1b6491(0x224)]),_0xb64125=_0xaaf353[_0x1b6491(0x1ee)][_0x1b6491(0x210)],_0x2d4b1b=_0xaaf353[_0x1b6491(0x1f9)],_0x49a5d5=_0xb64125[_0x1b6491(0x20c)];for(let _0x208eae=0x0;_0xd0445a['RpRzT'](_0x208eae,_0x49a5d5);_0x208eae++){const _0x1c84d2=_0xb64125[_0x208eae];if(_0x1c84d2['actionLocation']&&_0x1c84d2[_0x1b6491(0x1dd)])_0x2e04cf=!![],console[_0x1b6491(0x20b)](_0xd0445a['fPLVl'](_0xd0445a[_0x1b6491(0x207)](_0xd0445a[_0x1b6491(0x1f4)](_0xd0445a[_0x1b6491(0x201)],_0xaca926[_0x1c84d2['sourceLocation'][_0x1b6491(0x203)]][_0x1b6491(0x1d6)]),_0xd0445a[_0x1b6491(0x1fa)]),_0x2d4b1b[_0x208eae]['status'][_0x1b6491(0x1d5)]())),_0xd0445a[_0x1b6491(0x1d8)](_0x3a5945,_0x2d4b1b[_0x208eae][_0x1b6491(0x1e7)]['toUpperCase']());else _0x1c84d2[_0x1b6491(0x1f8)]&&(!_0x1c84d2['actionLocation'][_0x1b6491(0x1e3)][_0x1b6491(0x223)](_0xd0445a[_0x1b6491(0x1ff)])&&(_0xd0445a[_0x1b6491(0x220)](_0x3a5945,_0x2d4b1b[_0x208eae][_0x1b6491(0x1e7)][_0x1b6491(0x1d5)]()),_0x2e04cf?console[_0x1b6491(0x20b)](_0xd0445a[_0x1b6491(0x1fd)](_0xd0445a['XhFax'],_0x2d4b1b[_0x208eae][_0x1b6491(0x1e7)][_0x1b6491(0x1d5)]())):console[_0x1b6491(0x20b)](_0xd0445a[_0x1b6491(0x221)](_0xd0445a[_0x1b6491(0x21a)],_0x2d4b1b[_0x208eae]['status'][_0x1b6491(0x1d5)]()))));if(_0xd0445a['WJSLe'](_0x2d4b1b[_0x208eae]['status']['toUpperCase'](),_0xd0445a[_0x1b6491(0x1ea)])){_0x35a1aa=!![];const _0x25eeb1=_0xd0445a[_0x1b6491(0x229)](nestedKeyValue,_0x2d4b1b[_0x208eae],[_0xd0445a[_0x1b6491(0x1df)],_0xd0445a[_0x1b6491(0x217)]]);_0x25eeb1&&(testsErrorMessage[_0xd0445a[_0x1b6491(0x20a)](_0xd0445a[_0x1b6491(0x1d9)](_0xaaf353[_0x1b6491(0x1d1)][_0x1b6491(0x226)]['name'],_0xd0445a[_0x1b6491(0x1fa)]),_0xaaf353[_0x1b6491(0x224)]['name'])]=_0x25eeb1,console[_0x1b6491(0x20b)](_0xd0445a['WvENd'](_0x25eeb1,'\x0a')));}}}_0x35a1aa&&(testSuitesFailed+=0x1),console['log']('\x0a');}}module[a7_0x2b6edd(0x1e6)]=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
+ const a8_0x58e18d=a8_0x1fde;function a8_0x1fde(_0x38d650,_0x393f37){const _0x3dde1f=a8_0x3dde();return a8_0x1fde=function(_0x1fdece,_0x721b08){_0x1fdece=_0x1fdece-0x71;let _0x219e0a=_0x3dde1f[_0x1fdece];return _0x219e0a;},a8_0x1fde(_0x38d650,_0x393f37);}(function(_0xcbd3f2,_0x5b0902){const _0x2f40a7=a8_0x1fde,_0x46dacb=_0xcbd3f2();while(!![]){try{const _0xdc7043=parseInt(_0x2f40a7(0xab))/0x1*(parseInt(_0x2f40a7(0x72))/0x2)+parseInt(_0x2f40a7(0xbe))/0x3*(-parseInt(_0x2f40a7(0xae))/0x4)+parseInt(_0x2f40a7(0x106))/0x5+parseInt(_0x2f40a7(0x81))/0x6+-parseInt(_0x2f40a7(0xb7))/0x7*(-parseInt(_0x2f40a7(0x107))/0x8)+-parseInt(_0x2f40a7(0x100))/0x9+-parseInt(_0x2f40a7(0xc4))/0xa;if(_0xdc7043===_0x5b0902)break;else _0x46dacb['push'](_0x46dacb['shift']());}catch(_0x16e194){_0x46dacb['push'](_0x46dacb['shift']());}}}(a8_0x3dde,0x4cb59));const path=require(a8_0x58e18d(0xc9)),stripAnsi=require('strip-ansi'),util=require(a8_0x58e18d(0xb8)),hooksMap={},SessionHandler=require('../../helpers/test-observability/sessionHandler'),testhubUtils=require(a8_0x58e18d(0xe8)),{getGitMetaData,isUndefined,nestedKeyValue}=require(a8_0x58e18d(0x7e)),logger=require(a8_0x58e18d(0x93))[a8_0x58e18d(0x8e)],{o11yClassErrorHandler}=require(a8_0x58e18d(0x91)),{FRAMEWORKS}=require(a8_0x58e18d(0xc2)),TestDetails=require(a8_0x58e18d(0xc7));function a8_0x3dde(){const _0x414cd7=['3|0|4|1|2','format','every','BhSnO','806661OXljIM','BWCCX','LeMLG','testCaseFinished','AEBxA','pickleStepId','544060SQDSYE','8UzLDgQ','gRJmx','1210XLbUKq','match','RbRVc','finished_at','hhufE','AssertionError','TCiuR','uploadEventData','AtnIs','TestRunFinished','hooks','AFTER_EACH','../../helpers/helper','failureType','scenario','699846MPtXFv','CUCUMBER','FAILED','KPPwP','exception','nLFGk','name','failure_reason','BKEkL','Pvdyb','lWIPm','GbvWQ','cEvcg','winstonLogger','OAmUK','UnhandledError','../../helpers/test-observability/error-handler','debug','../../helpers/logger','tags','updateTestStatus','relative','azvMp','Tleil','wSXAd','bEHRo','AFOYV','exports','gaBej','_gitConfigured','laxdC','hook','testStepFinished','Exception\x20in\x20sendHook:\x20','configureGit','QRytS','zowkb','sourceReference','sendTestRunEventForCucumber','duration_in_ms','javascript','NfZOX','457MHnXpY','event_type','flatMap','84yzfLSz','higpe','UvUKn','examples','Xxnzf','uri','cells','appendTesthubParams','toISOString','3920511qIjwtE','util','join','getTestUUID','tJJff','YYDMM','children','66822qKrtxU','mrlvm','hookId','tagExpression','../../helpers/test-observability/constants.js','getCucumberHookType','1904270RFGhhM','failure_data','split','../playwright/reporter/test-details','wcGVt','path','getHookRunEventData','BbhBl','OvFAp','map','failure_type','failure','CSdKS','unknown','forEach','RWjDM','tApbE','oKUCV','uuid','Exception\x20in\x20getHookRunEventData:\x20','FxAqw','filter','message','result','HookRunFinished','length','getScenarioExamples','getHooksListForTest','value','HhTbz','failureData','timestamp','gOMPU','rule','getHookResult','xKTEV','../../helpers/testhub/utils','gQNuL','find','toString','YzYJw','_gitConfigPath','sendHook','BEFORE_EACH','toLowerCase','backtrace','astNodeIds','failed','passed','WtOiJ','KDEIa','feature','sImIe','skipped','includes','cucumber'];a8_0x3dde=function(){return _0x414cd7;};return a8_0x3dde();}this[a8_0x58e18d(0x9e)]=![],this[a8_0x58e18d(0xed)]=null;class TestObservabilityReporter{async['sendTestRunEventForCucumber'](_0x2003e5,_0x6345c5,_0x51eaf0,_0x29447d,_0x52d333){const _0x36378f=a8_0x58e18d,_0xc8e61c={'lWIPm':function(_0x219544,_0x55d38d){return _0x219544===_0x55d38d;},'gaBej':_0x36378f(0x83),'higpe':_0x36378f(0xf3),'nLFGk':function(_0x35f9e8,_0x1cb502){return _0x35f9e8===_0x1cb502;},'xKTEV':'SKIPPED','IbHWR':_0x36378f(0xf9),'fWjPx':function(_0x3879a0,_0x3e96ca){return _0x3879a0||_0x3e96ca;},'NCSRY':function(_0x2037e9,_0x179333){return _0x2037e9+_0x179333;},'TCiuR':function(_0x664135,_0x351def){return _0x664135+_0x351def;},'VpuDN':'test','mrlvm':'javascript','ZCFES':_0x36378f(0xfb),'OAmUK':'pending','AtnIs':_0x36378f(0xf4),'gRJmx':function(_0x36c220,_0x372dba){return _0x36c220!==_0x372dba;},'tApbE':function(_0x25b7af,_0x1cc055){return _0x25b7af/_0x1cc055;},'UvUKn':function(_0x2458e5,_0xa690f3){return _0x2458e5(_0xa690f3);},'KDEIa':_0x36378f(0xd1),'gOMPU':_0x36378f(0x77),'NfZOX':_0x36378f(0x90),'Xxnzf':function(_0x5f040f,_0x30a90e){return _0x5f040f===_0x30a90e;},'hhufE':_0x36378f(0x7b),'BhSnO':function(_0x3e2435,_0x37cab3){return _0x3e2435>_0x37cab3;}},{feature:_0x12895e,scenario:_0x4a39ed,steps:_0x2f990f,uuid:_0x48cfec,startedAt:_0x593096,finishedAt:_0x58b3d6}=_0xc8e61c['fWjPx'](_0x52d333,{}),_0x571af8=this[_0x36378f(0xde)](_0x6345c5,_0x51eaf0);await this[_0x36378f(0xa3)]();const _0x486450=_0x571af8?_0xc8e61c['NCSRY'](_0xc8e61c[_0x36378f(0x78)](_0xc8e61c[_0x36378f(0x78)](_0x51eaf0[_0x36378f(0x87)],'\x20('),_0x571af8[_0x36378f(0xb9)](',\x20')),')'):_0x51eaf0[_0x36378f(0x87)],_0x262dc6={'uuid':_0x48cfec,'started_at':_0x593096,'finished_at':_0x58b3d6,'type':_0xc8e61c['VpuDN'],'body':{'lang':_0xc8e61c[_0x36378f(0xbf)],'code':null},'name':_0x486450,'scopes':[_0x12895e&&_0x12895e[_0x36378f(0x87)]?_0x12895e['name']:''],'tags':_0x51eaf0[_0x36378f(0x94)]?_0x51eaf0['tags'][_0x36378f(0xcd)](({name:_0xdfe5b9})=>_0xdfe5b9):[],'file_name':_0x51eaf0[_0x36378f(0xb3)],'location':_0x51eaf0[_0x36378f(0xb3)],'vc_filepath':this[_0x36378f(0xed)]&&_0x51eaf0['uri']?path[_0x36378f(0x96)](this[_0x36378f(0xed)],_0x51eaf0['uri']):null,'framework':_0xc8e61c['ZCFES'],'result':_0xc8e61c[_0x36378f(0x8f)],'meta':{'feature':_0x12895e,'scenario':_0x4a39ed,'steps':_0x2f990f,'examples':_0x571af8},'customRerunParam':{'rerun_name':_0x486450}};if(_0x2003e5[_0x36378f(0x103)]&&_0x2f990f){const _0x2ab246=_0x2003e5[_0x36378f(0x103)];let _0x31d3c6=_0xc8e61c[_0x36378f(0x7a)];_0x2f990f[_0x36378f(0xfe)](_0x27c68e=>{const _0x566a28=_0x36378f;if(_0xc8e61c[_0x566a28(0x8b)](_0x27c68e['result'],_0xc8e61c[_0x566a28(0x9d)]))return _0x31d3c6=_0xc8e61c[_0x566a28(0xaf)],_0x2ab246[_0x566a28(0xcf)]=_0x27c68e['failure'],_0x2ab246['failureType']=_0x27c68e['failureType'],![];else{if(_0xc8e61c['nLFGk'](_0x27c68e[_0x566a28(0xdb)],_0xc8e61c[_0x566a28(0xe7)]))return _0x31d3c6=_0xc8e61c['IbHWR'],![];}return!![];}),_0x262dc6[_0x36378f(0x75)]=new Date()['toISOString'](),_0x262dc6['result']=_0x31d3c6,_0x2ab246[_0x36378f(0xe3)]&&_0xc8e61c[_0x36378f(0x71)](_0x2ab246['timestamp']['nanos'],undefined)?_0x262dc6[_0x36378f(0xa8)]=_0xc8e61c[_0x36378f(0xd4)](_0x2ab246[_0x36378f(0xe3)]['nanos'],0xf4240):_0x262dc6['duration_in_ms']=undefined,_0xc8e61c[_0x36378f(0x86)](_0x31d3c6,_0xc8e61c[_0x36378f(0xaf)])&&(_0x262dc6[_0x36378f(0xcf)]=[{'backtrace':[_0x2ab246[_0x36378f(0xcf)]?_0xc8e61c[_0x36378f(0xb0)](stripAnsi,_0x2ab246['failure']):_0xc8e61c[_0x36378f(0xf6)]]}],_0x262dc6['failure_reason']=_0x2ab246[_0x36378f(0xcf)]?_0xc8e61c[_0x36378f(0xb0)](stripAnsi,_0x2ab246[_0x36378f(0xcf)]):_0x2ab246[_0x36378f(0xda)],_0x2ab246[_0x36378f(0x7f)]&&(_0x262dc6[_0x36378f(0xce)]=_0x2ab246[_0x36378f(0x7f)]['match'](/AssertError/)?_0xc8e61c[_0x36378f(0xe4)]:_0xc8e61c[_0x36378f(0xaa)]));}if(_0xc8e61c[_0x36378f(0xb2)](_0x29447d,_0xc8e61c[_0x36378f(0x76)])){const _0x5a605b=this['getHooksListForTest'](_0x2003e5[_0x36378f(0x103)]['testCaseStartedId']);_0x5a605b&&_0xc8e61c[_0x36378f(0xff)](_0x5a605b[_0x36378f(0xdd)],0x0)&&(_0x262dc6[_0x36378f(0x7c)]=_0x5a605b,this[_0x36378f(0x95)](_0x2003e5[_0x36378f(0x103)]['testCaseStartedId'],_0x262dc6));}testhubUtils[_0x36378f(0xb5)](_0x262dc6,_0x29447d,'',FRAMEWORKS[_0x36378f(0x82)]);const _0x5d88b7={};_0x5d88b7[_0x36378f(0xac)]=_0x29447d,_0x5d88b7['test_run']=_0x262dc6;const _0x5384ae=_0x5d88b7;await SessionHandler['uploadEventData'](_0x5384ae);}['updateTestStatus'](_0x8999f7,_0x115cde){const _0x262937=a8_0x58e18d,_0x201b15={};_0x201b15[_0x262937(0x101)]=function(_0x569d61,_0x3d0c2a){return _0x569d61 instanceof _0x3d0c2a;},_0x201b15[_0x262937(0xe1)]=function(_0x3add40,_0x59286a){return _0x3add40===_0x59286a;},_0x201b15[_0x262937(0x8c)]=_0x262937(0xf3),_0x201b15[_0x262937(0xf5)]=_0x262937(0xfc);const _0x4bc927=_0x201b15,_0x2ed176=hooksMap[_0x8999f7];if(_0x4bc927[_0x262937(0x101)](_0x2ed176,Array))for(const _0x26a248 of _0x2ed176){if(_0x4bc927[_0x262937(0xe1)](_0x26a248[_0x262937(0xdb)],_0x4bc927[_0x262937(0x8c)])){const _0x19aae0=_0x4bc927[_0x262937(0xf5)][_0x262937(0xc6)]('|');let _0x5b4f28=0x0;while(!![]){switch(_0x19aae0[_0x5b4f28++]){case'0':_0x115cde['failure']=_0x26a248['failure_data'];continue;case'1':_0x115cde[_0x262937(0xce)]=_0x26a248['failure_type'];continue;case'2':return _0x115cde;case'3':_0x115cde[_0x262937(0xdb)]=_0x26a248[_0x262937(0xdb)];continue;case'4':_0x115cde[_0x262937(0x88)]=_0x4bc927['BWCCX'](_0x26a248[_0x262937(0xc5)],Array)?_0x26a248['failure_data'][0x0][_0x262937(0xf1)][_0x262937(0xb9)]('\x0a'):'';continue;}break;}}};}[a8_0x58e18d(0xdf)](_0x3b3b1e){const _0x4d9f11=a8_0x58e18d;if(hooksMap[_0x3b3b1e])return hooksMap[_0x3b3b1e][_0x4d9f11(0xcd)](_0x3f6dbf=>_0x3f6dbf[_0x4d9f11(0xd6)]);return[];}[a8_0x58e18d(0xca)](_0x3fa887,_0x531418,_0x548bea,_0x5177c4,_0x514263,_0x39b6ed){const _0x5beccb=a8_0x58e18d,_0x124e9d={'oKUCV':function(_0x2ac81f,_0x8cd31f){return _0x2ac81f===_0x8cd31f;},'azvMp':_0x5beccb(0xdc),'Pvdyb':function(_0x51305d,_0x42edaf,_0x341672){return _0x51305d(_0x42edaf,_0x341672);},'CSdKS':_0x5beccb(0xa6),'FxAqw':_0x5beccb(0xb3),'tJJff':'pending','caMzl':_0x5beccb(0xa0),'AFOYV':_0x5beccb(0xa9),'RWjDM':_0x5beccb(0xf7),'cEvcg':_0x5beccb(0x87),'laxdC':function(_0x26b54f,_0x433e39,_0x28ae88){return _0x26b54f(_0x433e39,_0x28ae88);},'sImIe':_0x5beccb(0xfb)};try{if(_0x124e9d[_0x5beccb(0xd5)](_0x548bea,_0x124e9d[_0x5beccb(0x97)])){const _0x4e65f4=new Date()[_0x5beccb(0xb6)](),_0x3aa6a3=hooksMap[_0x531418];if(!_0x3aa6a3)return;const _0x40a304=_0x3aa6a3[_0x5beccb(0xea)](_0xd4ce38=>_0xd4ce38[_0x5beccb(0xd6)]===_0x5177c4['id']);if(!_0x40a304)return;const _0x37dac2=this[_0x5beccb(0xe6)](_0x3fa887,_0x531418);_0x40a304['result']=_0x37dac2['status'],_0x40a304[_0x5beccb(0x75)]=_0x4e65f4,_0x40a304[_0x5beccb(0xce)]=_0x37dac2[_0x5beccb(0x7f)];const _0x4c97e1={};return _0x4c97e1[_0x5beccb(0xf1)]=_0x37dac2[_0x5beccb(0xe2)],_0x40a304[_0x5beccb(0xc5)]=[_0x4c97e1],_0x40a304;}const _0x31d1a6=TestDetails[_0x5beccb(0xba)](_0x531418),_0x5a2441=_0x3fa887[_0x5beccb(0x7c)][_0x5beccb(0xea)](_0x334a2a=>_0x334a2a['id']===_0x5177c4['hookId']),_0x3a52e4=_0x124e9d[_0x5beccb(0x8a)](nestedKeyValue,_0x5a2441,[_0x124e9d[_0x5beccb(0xd0)],_0x124e9d[_0x5beccb(0xd8)]]),_0x5d1ca3=new Date()[_0x5beccb(0xb6)](),_0xbe02f3=_0x124e9d[_0x5beccb(0xbb)],_0x43a3e0=_0x5a2441[_0x5beccb(0xc1)]?_0x5a2441[_0x5beccb(0xc1)][_0x5beccb(0xc6)]('\x20')[_0x5beccb(0xd9)](_0x6bb148=>_0x6bb148[_0x5beccb(0xfa)]('@')):[],_0x50a822={'uuid':_0x5177c4['id'],'type':_0x124e9d['caMzl'],'hook_type':_0x39b6ed,'name':_0x5a2441[_0x5beccb(0x87)],'body':{'lang':_0x124e9d[_0x5beccb(0x9b)],'code':null},'tags':_0x43a3e0,'test_run_id':_0x31d1a6,'scope':_0x124e9d['Pvdyb'](nestedKeyValue,_0x514263,[_0x124e9d[_0x5beccb(0xd3)],_0x124e9d[_0x5beccb(0x8d)]]),'scopes':[_0x124e9d[_0x5beccb(0x9f)](nestedKeyValue,_0x514263,[_0x124e9d[_0x5beccb(0xd3)],_0x124e9d[_0x5beccb(0x8d)]])||''],'file_name':_0x3a52e4,'location':_0x3a52e4,'vc_filepath':this['_gitConfigPath']?path[_0x5beccb(0x96)](this[_0x5beccb(0xed)],_0x3a52e4):null,'result':_0xbe02f3,'started_at':_0x5d1ca3,'framework':_0x124e9d[_0x5beccb(0xf8)]};return _0x50a822;}catch(_0x9945a0){logger[_0x5beccb(0x92)](_0x5beccb(0xd7)+util['format'](_0x9945a0)+'\x20');}}async[a8_0x58e18d(0xee)](_0x175dc0,_0x5c61e8,_0x4d06d4,_0x1f786f,_0x2333ee,_0x15fd2b){const _0x2be952=a8_0x58e18d,_0x3c0a98={'BKEkL':function(_0x3d551e,_0xc8632a){return _0x3d551e===_0xc8632a;},'zowkb':'HookRunStarted','yziQo':function(_0x25ab7f,_0x200dbd,_0x1c7044){return _0x25ab7f(_0x200dbd,_0x1c7044);},'YzYJw':'sourceReference','XjkAI':_0x2be952(0xb3),'LeMLG':'browserstack-node-agent/src/bin/cucumber-js/test.setup.js'};try{const _0x4a5fb6=_0x1f786f[_0x2be952(0xea)](_0x45902c=>_0x45902c['id']===_0x2333ee);if(!_0x4a5fb6[_0x2be952(0xc0)])return;const _0x2f78d4=this[_0x2be952(0xc3)](_0x1f786f,_0x4a5fb6),_0x5667e0=this['getHookRunEventData'](_0x175dc0,_0x5c61e8,_0x4d06d4,_0x4a5fb6,_0x15fd2b,_0x2f78d4);if(!_0x5667e0)return;_0x3c0a98[_0x2be952(0x89)](_0x4d06d4,_0x3c0a98[_0x2be952(0xa5)])&&(hooksMap[_0x5c61e8]?hooksMap[_0x5c61e8]['push'](_0x5667e0):hooksMap[_0x5c61e8]=[_0x5667e0]);const _0x5ce90c=_0x175dc0[_0x2be952(0x7c)][_0x2be952(0xea)](_0x556346=>_0x556346['id']===_0x4a5fb6[_0x2be952(0xc0)]),_0x903f2a=_0x3c0a98['yziQo'](nestedKeyValue,_0x5ce90c,[_0x3c0a98[_0x2be952(0xec)],_0x3c0a98['XjkAI']]);if(!_0x903f2a)return;else{if(_0x903f2a[_0x2be952(0xfa)](_0x3c0a98[_0x2be952(0x102)]))return;}const _0x4298cd={};_0x4298cd[_0x2be952(0xac)]=_0x4d06d4,_0x4298cd['hook_run']=_0x5667e0;const _0x34b367=_0x4298cd;await SessionHandler[_0x2be952(0x79)](_0x34b367);}catch(_0xaaf6de){logger[_0x2be952(0x92)](_0x2be952(0xa2)+util[_0x2be952(0xfd)](_0xaaf6de)+'\x20');}}[a8_0x58e18d(0xe6)](_0x5f01e4,_0x45775f){const _0x1f7d00=a8_0x58e18d,_0x46b689={};_0x46b689['AEBxA']=function(_0x45de97,_0x22d8fc){return _0x45de97===_0x22d8fc;},_0x46b689[_0x1f7d00(0xc8)]=_0x1f7d00(0xf3),_0x46b689[_0x1f7d00(0xa4)]=_0x1f7d00(0x90),_0x46b689[_0x1f7d00(0xcb)]=_0x1f7d00(0x77),_0x46b689[_0x1f7d00(0x98)]=function(_0x505bb2,_0x462dca){return _0x505bb2||_0x462dca;};const _0x390f59=_0x46b689,_0x20573e=_0x5f01e4[_0x1f7d00(0xa1)][_0x45775f]['testStepResult'];let _0x2a9d36,_0x21009e;return _0x20573e&&_0x390f59[_0x1f7d00(0x104)](_0x20573e['status'][_0x1f7d00(0xeb)]()[_0x1f7d00(0xf0)](),_0x390f59[_0x1f7d00(0xc8)])&&(_0x2a9d36=_0x390f59[_0x1f7d00(0x104)](_0x20573e['exception'],undefined)?_0x20573e[_0x1f7d00(0xda)]:_0x20573e[_0x1f7d00(0x85)][_0x1f7d00(0xda)],_0x21009e=_0x390f59[_0x1f7d00(0x104)](_0x20573e[_0x1f7d00(0x85)],undefined)?_0x390f59[_0x1f7d00(0xa4)]:_0x20573e['message'][_0x1f7d00(0x73)](/Assert/)?_0x390f59[_0x1f7d00(0xcb)]:_0x390f59[_0x1f7d00(0xa4)]),{'status':_0x20573e['status']['toLowerCase'](),'failureType':_0x390f59['Tleil'](_0x21009e,null),'failureData':!_0x2a9d36?null:[_0x2a9d36]};}['getCucumberHookType'](_0x55638f,_0x3b837f){const _0x3b3e08=a8_0x58e18d,_0x173ba4={};_0x173ba4['OvFAp']=function(_0x318440,_0x18643b){return _0x318440===_0x18643b;},_0x173ba4[_0x3b3e08(0xe9)]=_0x3b3e08(0x7d),_0x173ba4[_0x3b3e08(0xbc)]=_0x3b3e08(0xef);const _0xb252d0=_0x173ba4;let _0x1c6ece=![];for(const _0x1f7ed6 of _0x55638f){_0x1f7ed6[_0x3b3e08(0x105)]&&(_0x1c6ece=!![]);if(_0xb252d0[_0x3b3e08(0xcc)](_0x3b837f['id'],_0x1f7ed6['id']))return _0x1c6ece?_0xb252d0[_0x3b3e08(0xe9)]:_0xb252d0[_0x3b3e08(0xbc)];}}['getScenarioExamples']=(_0x24bd3d,_0x5bdd26)=>{const _0x531431=a8_0x58e18d,_0x52f4f6={};_0x52f4f6['KPPwP']=function(_0x2fa81c,_0x3a9174){return _0x2fa81c===_0x3a9174;},_0x52f4f6[_0x531431(0x9a)]=function(_0x4f2b4a,_0x55430b){return _0x4f2b4a>_0x55430b;};const _0x1f0243=_0x52f4f6;if(!(_0x5bdd26['astNodeIds']&&_0x1f0243[_0x531431(0x9a)](_0x5bdd26[_0x531431(0xf2)]['length'],0x1)))return;const _0x46a368=_0x5bdd26['astNodeIds'][0x0],_0x35e77f=_0x5bdd26[_0x531431(0xf2)][0x1],_0x43d765=_0x24bd3d[_0x531431(0xf7)]&&_0x24bd3d[_0x531431(0xf7)][_0x531431(0xbd)]?_0x24bd3d['feature']['children']:undefined;let _0x1bbbd3=[];_0x43d765&&_0x43d765[_0x531431(0xd2)](_0x3fed5e=>{const _0x14a1cf=_0x531431,_0x1275f8={'wSXAd':function(_0x296fc2,_0x34c65d){return _0x1f0243['KPPwP'](_0x296fc2,_0x34c65d);}};if(_0x3fed5e['rule'])_0x3fed5e[_0x14a1cf(0xe5)][_0x14a1cf(0xbd)][_0x14a1cf(0xd2)](_0xf4c741=>{const _0x1b0a7b=_0x14a1cf;if(_0xf4c741[_0x1b0a7b(0x80)]&&_0x1275f8[_0x1b0a7b(0x99)](_0xf4c741['scenario']['id'],_0x46a368)&&_0xf4c741['scenario']['examples']){const _0x25a8fa=_0xf4c741[_0x1b0a7b(0x80)][_0x1b0a7b(0xb1)][_0x1b0a7b(0xad)](_0xe5104b=>_0xe5104b['tableBody'])[_0x1b0a7b(0xea)](_0x3498b8=>_0x3498b8['id']===_0x35e77f);let _0x58e01b;_0x25a8fa&&_0x25a8fa['cells']?_0x58e01b=_0x25a8fa['cells']['map'](_0x4da9e1=>_0x4da9e1[_0x1b0a7b(0xe0)]):_0x58e01b=[],_0x58e01b&&(_0x1bbbd3=_0x58e01b);}});else{if(_0x3fed5e[_0x14a1cf(0x80)]&&_0x1f0243[_0x14a1cf(0x84)](_0x3fed5e[_0x14a1cf(0x80)]['id'],_0x46a368)&&_0x3fed5e[_0x14a1cf(0x80)][_0x14a1cf(0xb1)]){const _0x231b23=_0x3fed5e[_0x14a1cf(0x80)][_0x14a1cf(0xb1)][_0x14a1cf(0xad)](_0x13efb=>_0x13efb['tableBody'])[_0x14a1cf(0xea)](_0x35000f=>_0x35000f['id']===_0x35e77f);let _0x4419a8;_0x231b23&&_0x231b23['cells']?_0x4419a8=_0x231b23[_0x14a1cf(0xb4)][_0x14a1cf(0xcd)](_0x1989d6=>_0x1989d6['value']):_0x4419a8=[],_0x4419a8&&(_0x1bbbd3=_0x4419a8);}}});if(_0x1bbbd3[_0x531431(0xdd)])return _0x1bbbd3;return;};async[a8_0x58e18d(0xa3)](){const _0x39c1e0=a8_0x58e18d,_0x2a8a97={'RbRVc':function(_0x24e1a4){return _0x24e1a4();}};if(this[_0x39c1e0(0x9e)])return this[_0x39c1e0(0xed)];const _0x9c804f=await _0x2a8a97[_0x39c1e0(0x74)](getGitMetaData);_0x9c804f&&(this['_gitConfigPath']=_0x9c804f['root']),this['_gitConfigured']=!![];}}module[a8_0x58e18d(0x9c)]=o11yClassErrorHandler(TestObservabilityReporter,['configureGit',a8_0x58e18d(0xde),'getCucumberHookType','getHookResult',a8_0x58e18d(0xee),a8_0x58e18d(0xca),a8_0x58e18d(0xa7)]);
@@ -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_0x34e271=a9_0x422e;(function(_0x24d688,_0x374106){const _0x45f3de=a9_0x422e,_0x37ba64=_0x24d688();while(!![]){try{const _0x939b66=parseInt(_0x45f3de(0x166))/0x1*(parseInt(_0x45f3de(0x13a))/0x2)+parseInt(_0x45f3de(0x1a5))/0x3*(-parseInt(_0x45f3de(0x193))/0x4)+parseInt(_0x45f3de(0x142))/0x5*(parseInt(_0x45f3de(0x14c))/0x6)+-parseInt(_0x45f3de(0x19b))/0x7+-parseInt(_0x45f3de(0x11e))/0x8+-parseInt(_0x45f3de(0x121))/0x9*(-parseInt(_0x45f3de(0x1a3))/0xa)+parseInt(_0x45f3de(0x181))/0xb;if(_0x939b66===_0x374106)break;else _0x37ba64['push'](_0x37ba64['shift']());}catch(_0x2722df){_0x37ba64['push'](_0x37ba64['shift']());}}}(a9_0x428d,0x847ee));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require(a9_0x34e271(0x10f)),setKeepAlive=require('../../helpers/setKeepAlive'),util=require(a9_0x34e271(0x164)),PerformanceTester=require(a9_0x34e271(0x152)),{commandRepository}=require('../../helpers/ai-sdk/autoHealHelper'),cucumberModule=requireModule(a9_0x34e271(0x18e),a9_0x34e271(0x148)),logger=require(a9_0x34e271(0x13e))['winstonLogger'],{shouldProcessEventForTesthub}=require(a9_0x34e271(0x103)),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require(a9_0x34e271(0x146)),TestDetails=require(a9_0x34e271(0x175)),RequestQueueHandler=require(a9_0x34e271(0x160)),{o11yErrorHandler}=require(a9_0x34e271(0x18a)),MyReporter=require('../playwright/reporter/reporter.js'),SessionHandler=require(a9_0x34e271(0x17c)),scripts=require(a9_0x34e271(0x150)),globals=require('../../helpers/globals'),testHubConstants=require(a9_0x34e271(0x199)),{shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),{isUndefined}=require('lodash'),a9_0x1515dd={};a9_0x1515dd[a9_0x34e271(0x15b)]=undefined,a9_0x1515dd[a9_0x34e271(0x122)]={},a9_0x1515dd[a9_0x34e271(0x15e)]=![],a9_0x1515dd[a9_0x34e271(0x122)]['id']=undefined,a9_0x1515dd[a9_0x34e271(0x122)][a9_0x34e271(0x143)]=undefined;const workerDetails=a9_0x1515dd;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x27700f){const _0x52d8e4=a9_0x34e271,_0x3e219d=workerDetails['currentTest'][_0x52d8e4(0x143)];if(!_0x3e219d)return;await MyReporter[_0x52d8e4(0x12a)](_0x3e219d,_0x27700f);}),registerListeners=()=>{const _0x420ec3=a9_0x34e271,_0x48e02f={};_0x48e02f[_0x420ec3(0x17f)]=_0x420ec3(0x190);const _0xc600f=_0x48e02f;logger['debug'](_0xc600f['aCwgo']),process['removeAllListeners'](_0x420ec3(0x120)+process[_0x420ec3(0x134)]),process['on'](_0x420ec3(0x120)+process[_0x420ec3(0x134)],sendTestLog),PerformanceTester[_0x420ec3(0x184)]();};modifyCommand(),setKeepAlive();const Before=cucumberModule[a9_0x34e271(0x12d)],After=cucumberModule[a9_0x34e271(0x145)],AfterAll=cucumberModule[a9_0x34e271(0x179)],BeforeAll=cucumberModule['BeforeAll'],AfterStep=cucumberModule[a9_0x34e271(0x17d)],configuration=process[a9_0x34e271(0x131)][a9_0x34e271(0x19f)],bstackConfig=process['env']['BSTACK_CONFIG'];if(configuration!==undefined){const config=JSON[a9_0x34e271(0x153)](configuration);isBrowserstackInfra()?(global['__skipSessionName']=isTrue(config[a9_0x34e271(0x126)]),global[a9_0x34e271(0x11d)]=isTrue(config[a9_0x34e271(0x117)])):(global[a9_0x34e271(0x125)]=!![],global[a9_0x34e271(0x11d)]=!![]),shouldProcessEventForTesthub()?require(a9_0x34e271(0x10d))[a9_0x34e271(0x1a4)](config,null,!![]):require(a9_0x34e271(0x10d))[a9_0x34e271(0x1a4)](config),global[a9_0x34e271(0x16d)]=config['platformCaps']||{};}if(bstackConfig!==undefined){const browserStackConfig=JSON[a9_0x34e271(0x153)](bstackConfig);browserStackConfig&&(commandRepository[a9_0x34e271(0x197)](browserStackConfig),commandRepository[a9_0x34e271(0x13f)](a9_0x34e271(0x15d)));}function a9_0x428d(){const _0x5cf175=['58NiKXKM','__error_messages__','pickleStep','name','../../helpers/logger','setFramework','uuid','hdiYl','10xjXeCU','testInfo','fBSsq','After','../../helpers/test-observability/utils','MZkzY','@cucumber/cucumber','tags','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20','fjsFn','1025016iDjQSE','session_','info','message','../../helpers/accessibility-automation/scripts','xEPqv','../../helpers/performance/performance-tester','parse','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','PwjkZ','browserstackSessionName','getGlobal','push','getInstance','workerInfo','RQwgg','cucumber-js','o11ySyncDone','XpqUX','../../helpers/test-observability/requestQueueHandler','REJuO','setDefaultTimeout','thBuildUuid','util','YTSfk','11551awNphI','shutdown','aoFTv','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','Error:\x20sendPlatformDetails\x20at\x20After:\x20','gtHRW','error','__platformCaps','passed','toString','__drivers','__sessionFailed','toLowerCase','Inside\x20browserstack\x20Before','Error:\x20cleaning\x20up\x20driver:\x20','../playwright/reporter/test-details.js','quitCount_','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20','join','AfterAll','BROWSERSTACK_TESTHUB_JWT','QMCWY','../../helpers/test-observability/sessionHandler','AfterStep','Inside\x20browserstack\x20AfterStep','aCwgo','text','28025932tnPwCV','bqZZJ','event_type','startMonitoring','izlpi','setGlobal','iuAfJ','ENV_VAR','length','../../helpers/test-observability/error-handler','DLHyo','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','FUHyY','@cucumber/cucumber/lib/index.js','Error:\x20quiting\x20driver\x20at\x20After:\x20','Inside\x20browserstack\x20registerListeners','AafjE','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','8rcFiMG','failed','IfygH','Inside\x20browserstack\x20After','setConfig','dkhnK','../../helpers/testhub/constants.js','Inside\x20browserstack\x20BeforeAll','6133127YcDTdO','zaaUz','DjlfA','UeCzD','CONFIG','JpgUu','format','result','259430VwALvj','browserstackAgentV2','1496919kluLwG','QWJHl','vZTbd','mUWIn','integrations','GZZJk','piAKK','stringify','driverCleanup','Inside\x20browserstack\x20AfterAll','executeScript','../../helpers/testhub/utils','bstackA11yShouldScan','Performing\x20scan\x20before\x20saving\x20results','BROWSERSTACK_TESTHUB_UUID','executeAsyncScript','initQuit','YnBdJ','VIhgp','pickle','\x22}}','../../index','stopMonitoring','../../helpers/helper','UdZxi','\x20|\x20','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','timeout','UTxNu','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','pOBMF','skipSessionStatus','shift','XAzUY','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','isAccessibilityPlatform','__timeout','__skipSessionStatus','7083864QSKswG','fEkVv','bs:addLog:','27STxySJ','currentTest','uploadEventData','thTestRunUuid','__skipSessionName','skipSessionName','tcjcE','Passed:\x20','bstack','addTestUIDAndReportLog','split','debug','Before','\x0aError:\x20','status','SmOrh','env','finally','performScan','pid','LuwAj','testCaseStartedId',',\x22level\x22:\x20\x22','map','Failed:\x20'];a9_0x428d=function(){return _0x5cf175;};return a9_0x428d();}global[a9_0x34e271(0x11c)]=0x0;const __setDefaultTimeout=cucumberModule['setDefaultTimeout'];cucumberModule[a9_0x34e271(0x162)]=_0x3f2afc=>{const _0x3283a1=a9_0x34e271,_0x4bba88={'XAzUY':function(_0x4df0aa,_0x3eddf4){return _0x4df0aa(_0x3eddf4);}};global[_0x3283a1(0x11c)]=_0x3f2afc,_0x4bba88[_0x3283a1(0x119)](__setDefaultTimeout,_0x3f2afc);};const a9_0x5f38f7={};a9_0x5f38f7[a9_0x34e271(0x13d)]=a9_0x34e271(0x129),BeforeAll(a9_0x5f38f7,function(){const _0x1f8741=a9_0x34e271,_0x402db0={'ekOZQ':function(_0x21c38f,_0x2a09d7,_0x17e1e7,_0x524842){return _0x21c38f(_0x2a09d7,_0x17e1e7,_0x524842);},'RhFUu':_0x1f8741(0x194),'YTSfk':'\x20|\x20','RQwgg':function(_0xb2a516,_0x1db93e,_0x2620c2){return _0xb2a516(_0x1db93e,_0x2620c2);},'SmOrh':_0x1f8741(0x16e),'VIhgp':_0x1f8741(0x19a),'PwjkZ':function(_0x5133f2){return _0x5133f2();},'EBIId':function(_0x5a6563,_0x58be2e){return _0x5a6563(_0x58be2e);}};PerformanceTester[_0x1f8741(0x184)](),logger[_0x1f8741(0x12c)](_0x402db0[_0x1f8741(0x10a)]),global[_0x1f8741(0x13b)]=[],global[_0x1f8741(0x171)]=![],_0x402db0[_0x1f8741(0x156)](shouldProcessEventForTesthub)&&(_0x402db0[_0x1f8741(0x156)](registerListeners),_0x402db0['EBIId'](addRequestSpy,![])),global[_0x1f8741(0x1ad)]=async()=>{const _0x439ad5=_0x1f8741;let _0x37995c=![];try{await global[_0x439ad5(0x170)][0x0][_0x439ad5(0x14d)],_0x37995c=!![],global[_0x439ad5(0x171)]?await _0x402db0['ekOZQ'](markSessionStatus,global['__drivers'][0x0],_0x402db0['RhFUu'],global['__error_messages__'][_0x439ad5(0x178)](_0x402db0[_0x439ad5(0x165)])):await _0x402db0[_0x439ad5(0x15c)](markSessionStatus,global[_0x439ad5(0x170)][0x0],_0x402db0[_0x439ad5(0x130)]);}catch(_0x40260a){logger[_0x439ad5(0x12c)](_0x439ad5(0x174)+_0x40260a);}global[_0x439ad5(0x13b)]=[],global[_0x439ad5(0x171)]=![];if(_0x37995c)try{await global[_0x439ad5(0x170)][0x0][_0x439ad5(0x108)]();}catch(_0x584245){logger['debug'](_0x439ad5(0x155)+_0x584245);}};});const a9_0x3a878d={};a9_0x3a878d['name']=a9_0x34e271(0x129),a9_0x3a878d[a9_0x34e271(0x113)]=0x2710,Before(a9_0x3a878d,function(_0x3e3ad5,_0x5216fe){const _0x464955=a9_0x34e271,_0x2b2393={'JpgUu':function(_0x3ccb7d,_0x5d80d){return _0x3ccb7d>_0x5d80d;},'KreWR':function(_0x4f056e,_0x42c836){return _0x4f056e(_0x42c836);},'fBSsq':function(_0xca0dcc,_0x9f8a49,_0x153946,_0x592194){return _0xca0dcc(_0x9f8a49,_0x153946,_0x592194);},'DjlfA':_0x464955(0x104),'IpQqx':function(_0x13a43a){return _0x13a43a();},'UdZxi':_0x464955(0x173)};commandRepository['setTestNameForHealingContext'](_0x3e3ad5[_0x464955(0x10b)]['name']),logger[_0x464955(0x12c)](_0x2b2393[_0x464955(0x110)]),new Promise(async _0xe8701c=>{const _0xa21119=_0x464955;try{_0x2b2393[_0xa21119(0x1a0)](global[_0xa21119(0x170)][_0xa21119(0x189)],0x1)&&(await global[_0xa21119(0x1ad)](),global[_0xa21119(0x170)]['shift']()),global[_0xa21119(0x170)][0x0][_0xa21119(0x176)]&&_0x2b2393[_0xa21119(0x1a0)](global[_0xa21119(0x170)][0x0][_0xa21119(0x176)],0x0)&&await global['driverCleanup']();}catch(_0x2ad6ed){logger[_0xa21119(0x12c)](_0xa21119(0x169)+_0x2ad6ed);}workerDetails[_0xa21119(0x122)]['testInfo']=_0x3e3ad5[_0xa21119(0x136)];try{if(!_0x2b2393['KreWR'](isUndefined,_0x3e3ad5[_0xa21119(0x10b)][_0xa21119(0x149)])){const _0x2c0c2b=_0x2b2393[_0xa21119(0x144)](shouldScanTestForAccessibility,null,![],_0x3e3ad5[_0xa21119(0x10b)][_0xa21119(0x149)][_0xa21119(0x138)](({name:_0x194204})=>_0x194204));globals[_0xa21119(0x186)](_0x2b2393[_0xa21119(0x19d)],_0x2c0c2b);}}catch(_0x41f5a6){logger[_0xa21119(0x12c)](_0xa21119(0x14a)+util[_0xa21119(0x1a1)](_0x41f5a6));}_0x2b2393['IpQqx'](_0xe8701c);})[_0x464955(0x132)](_0x5216fe);});const a9_0x12e24c={};a9_0x12e24c[a9_0x34e271(0x13d)]='bstack',a9_0x12e24c[a9_0x34e271(0x113)]=0x2710,After(a9_0x12e24c,function(_0x23a831,_0x22576b){const _0x9cc9c4=a9_0x34e271,_0x323b91={'hrpSn':'4|3|2|1|0','MZkzY':function(_0x2f0c68,_0xde6d0d){return _0x2f0c68===_0xde6d0d;},'fEkVv':_0x9cc9c4(0x194),'hdiYl':function(_0x2a5f37,_0x4bf3d4){return _0x2a5f37===_0x4bf3d4;},'LuwAj':function(_0x3a01f9,_0x17b2bd,_0x22156f,_0x578684){return _0x3a01f9(_0x17b2bd,_0x22156f,_0x578684);},'gtHRW':_0x9cc9c4(0x111),'izlpi':function(_0x23bbd7,_0x433a3b,_0x265e8f){return _0x23bbd7(_0x433a3b,_0x265e8f);},'naXHf':_0x9cc9c4(0x16e),'dkhnK':function(_0x5d930f,_0xc5aa02){return _0x5d930f>_0xc5aa02;},'XCxij':function(_0x473824){return _0x473824();},'LwMBb':function(_0x47de35,_0x2e2001,_0x5b7feb,_0x3ae79e){return _0x47de35(_0x2e2001,_0x5b7feb,_0x3ae79e);},'vZTbd':'CBTSessionCreated','mUWIn':_0x9cc9c4(0x11b),'tcjcE':'bstackA11yShouldScan','QMCWY':_0x9cc9c4(0x192),'xEPqv':_0x9cc9c4(0x105),'fjsFn':_0x9cc9c4(0x154),'bqZZJ':function(_0x2124ea){return _0x2124ea();},'KJBOs':_0x9cc9c4(0x196)};logger['debug'](_0x323b91['KJBOs']),workerDetails[_0x9cc9c4(0x122)][_0x9cc9c4(0x143)]=_0x23a831[_0x9cc9c4(0x136)],new Promise(async _0x1c5ec4=>{const _0x1d9b3e=_0x9cc9c4;let _0xe735a5=![];try{const _0x3cf24f=_0x323b91['hrpSn'][_0x1d9b3e(0x12b)]('|');let _0x2b6e40=0x0;while(!![]){switch(_0x3cf24f[_0x2b6e40++]){case'0':if(_0x323b91[_0x1d9b3e(0x147)](_0x23a831['result'][_0x1d9b3e(0x12f)]['toString']()['toLowerCase'](),_0x323b91[_0x1d9b3e(0x11f)])||_0x323b91[_0x1d9b3e(0x141)](_0x23a831[_0x1d9b3e(0x1a2)][_0x1d9b3e(0x12f)]['toString']()['toLowerCase'](),'6')){try{global[_0x1d9b3e(0x13b)]['push'](_0x23a831[_0x1d9b3e(0x1a2)][_0x1d9b3e(0x14f)]);}catch(_0x326b4b){logger[_0x1d9b3e(0x12c)](_0x1d9b3e(0x112)+_0x326b4b);}await _0x323b91[_0x1d9b3e(0x135)](markSessionStatus,global['__drivers'][0x0],_0x323b91[_0x1d9b3e(0x11f)],global[_0x1d9b3e(0x13b)][_0x1d9b3e(0x178)](_0x323b91[_0x1d9b3e(0x16b)]));}else await _0x323b91[_0x1d9b3e(0x185)](markSessionStatus,global[_0x1d9b3e(0x170)][0x0],_0x323b91['naXHf']);continue;case'1':!global[_0x1d9b3e(0x125)]&&await global['__drivers'][0x0][_0x1d9b3e(0x102)](_0x1d9b3e(0x115)+_0x23a831['pickle']['name']+_0x1d9b3e(0x10c));continue;case'2':_0xe735a5=!![];continue;case'3':await global[_0x1d9b3e(0x170)][0x0][_0x1d9b3e(0x14d)];continue;case'4':_0x323b91['dkhnK'](global['__drivers'][_0x1d9b3e(0x189)],0x1)&&(await global[_0x1d9b3e(0x1ad)](),global[_0x1d9b3e(0x170)][_0x1d9b3e(0x118)](),global['__error_messages__']=[],global[_0x1d9b3e(0x171)]=![]);continue;}break;}}catch(_0x36fa93){logger[_0x1d9b3e(0x12c)]('Error:\x20at\x20After:\x20'+util['format'](_0x36fa93));}try{if(_0x323b91['XCxij'](shouldProcessEventForTesthub)){const _0x47b725=TestDetails['getTestUUID'](_0x23a831[_0x1d9b3e(0x136)]),_0x1d8088=await _0x323b91['LwMBb'](sendPlatformDetails,global['__drivers'][0x0],_0x47b725,!![]),_0x13524b={};_0x13524b[_0x1d9b3e(0x140)]=_0x47b725,_0x13524b[_0x1d9b3e(0x1a9)]=_0x1d8088;const _0x211ee4=_0x13524b,_0x3cf475={};_0x3cf475[_0x1d9b3e(0x183)]=_0x323b91[_0x1d9b3e(0x1a7)],_0x3cf475['test_run']=_0x211ee4,await SessionHandler[_0x1d9b3e(0x123)](_0x3cf475);}}catch(_0x2a3675){logger[_0x1d9b3e(0x12c)](_0x1d9b3e(0x16a)+util[_0x1d9b3e(0x1a1)](_0x2a3675));}try{if(globals[_0x1d9b3e(0x158)](_0x323b91[_0x1d9b3e(0x1a8)])&&globals[_0x1d9b3e(0x158)](_0x323b91[_0x1d9b3e(0x127)])){logger[_0x1d9b3e(0x14e)](_0x323b91[_0x1d9b3e(0x17b)]);const _0x488ff2=TestDetails['getTestUUID'](_0x23a831['testCaseStartedId']),_0x4f8a44={};_0x4f8a44[_0x1d9b3e(0x124)]=_0x488ff2,_0x4f8a44[_0x1d9b3e(0x163)]=process[_0x1d9b3e(0x131)][testHubConstants[_0x1d9b3e(0x188)][_0x1d9b3e(0x106)]],_0x4f8a44['thJwtToken']=process[_0x1d9b3e(0x131)][testHubConstants[_0x1d9b3e(0x188)][_0x1d9b3e(0x17a)]];const _0xe98a00=_0x4f8a44;logger[_0x1d9b3e(0x12c)](_0x1d9b3e(0x18c)+JSON[_0x1d9b3e(0x1ac)](_0xe98a00)),logger[_0x1d9b3e(0x12c)](_0x323b91[_0x1d9b3e(0x151)]),logger[_0x1d9b3e(0x12c)](util[_0x1d9b3e(0x1a1)](await global['__drivers'][0x0][_0x1d9b3e(0x107)](scripts[_0x1d9b3e(0x133)],{'method':global[_0x1d9b3e(0x157)]}))),await global['__drivers'][0x0][_0x1d9b3e(0x107)](scripts['saveTestResults'],_0xe98a00),logger[_0x1d9b3e(0x14e)](_0x323b91[_0x1d9b3e(0x14b)]);}}catch(_0x3becc3){logger[_0x1d9b3e(0x16c)](_0x1d9b3e(0x177)+util[_0x1d9b3e(0x1a1)]);}if(_0xe735a5)try{global[_0x1d9b3e(0x170)][0x0]&&_0x323b91[_0x1d9b3e(0x198)](global[_0x1d9b3e(0x170)][0x0][_0x1d9b3e(0x176)],0x0)&&await global[_0x1d9b3e(0x170)][0x0][_0x1d9b3e(0x108)]();}catch(_0xdb7f51){logger['debug'](_0x1d9b3e(0x18f)+_0xdb7f51);}_0x323b91[_0x1d9b3e(0x182)](_0x1c5ec4);})[_0x9cc9c4(0x132)](()=>_0x22576b());});const a9_0x4c8e7b={};a9_0x4c8e7b[a9_0x34e271(0x13d)]='bstack',a9_0x4c8e7b[a9_0x34e271(0x113)]=0x2710,AfterStep(a9_0x4c8e7b,function(_0x39b9ec,_0x42f240){const _0x5ef4a2=a9_0x34e271,_0x3a1ffa={'iuAfJ':function(_0x2fc61d,_0x13ffdd){return _0x2fc61d===_0x13ffdd;},'zaaUz':'failed','UTxNu':function(_0x14cf96,_0x1006af){return _0x14cf96!==_0x1006af;},'piAKK':function(_0x142f8b,_0x104ada,_0xd7cbfd){return _0x142f8b(_0x104ada,_0xd7cbfd);},'XpqUX':function(_0x210779,_0x557a3f){return _0x210779+_0x557a3f;},'rixrG':function(_0x3adfd4,_0x2973a8){return _0x3adfd4+_0x2973a8;},'pOBMF':_0x5ef4a2(0x139),'UeCzD':_0x5ef4a2(0x12e),'AafjE':_0x5ef4a2(0x16c),'DLHyo':function(_0x26a9b5,_0x2639ff){return _0x26a9b5+_0x2639ff;},'Sguwe':_0x5ef4a2(0x128),'IfygH':_0x5ef4a2(0x14e),'FUHyY':function(_0x1eaed3,_0x93d702,_0x40ae3b){return _0x1eaed3(_0x93d702,_0x40ae3b);},'aoFTv':'Passed','QWJHl':function(_0x2e1104){return _0x2e1104();},'YnBdJ':_0x5ef4a2(0x17e)};logger['debug'](_0x3a1ffa[_0x5ef4a2(0x109)]);const _0x2e0b07=async(_0x1d02b8,_0x17f36d)=>{const _0x689ebe=_0x5ef4a2;await global[_0x689ebe(0x170)][0x0][_0x689ebe(0x102)](_0x689ebe(0x11a)+_0x1d02b8+_0x689ebe(0x137)+_0x17f36d+_0x689ebe(0x10c));};new Promise(async _0x4fc40a=>{const _0x407f47=_0x5ef4a2;try{_0x3a1ffa[_0x407f47(0x187)](_0x39b9ec[_0x407f47(0x1a2)]['status'][_0x407f47(0x16f)]()['toLowerCase'](),_0x3a1ffa[_0x407f47(0x19c)])||_0x3a1ffa['iuAfJ'](_0x39b9ec['result'][_0x407f47(0x12f)]['toString']()[_0x407f47(0x172)](),'6')?(global[_0x407f47(0x171)]=!![],global[_0x407f47(0x13b)][_0x407f47(0x159)](_0x39b9ec[_0x407f47(0x1a2)][_0x407f47(0x14f)]),_0x3a1ffa[_0x407f47(0x114)](_0x39b9ec[_0x407f47(0x13c)],undefined)?await _0x3a1ffa[_0x407f47(0x1ab)](_0x2e0b07,JSON[_0x407f47(0x1ac)](_0x3a1ffa[_0x407f47(0x15f)](_0x3a1ffa[_0x407f47(0x15f)](_0x3a1ffa['rixrG'](_0x3a1ffa[_0x407f47(0x116)],'\x22'+_0x39b9ec[_0x407f47(0x13c)]['text']+'\x22\x20'),_0x3a1ffa[_0x407f47(0x19e)]),_0x39b9ec['result'][_0x407f47(0x14f)])),_0x3a1ffa[_0x407f47(0x191)]):await _0x3a1ffa[_0x407f47(0x1ab)](_0x2e0b07,JSON['stringify'](_0x3a1ffa[_0x407f47(0x18b)](_0x3a1ffa[_0x407f47(0x116)],_0x39b9ec[_0x407f47(0x1a2)][_0x407f47(0x14f)])),_0x3a1ffa['AafjE'])):_0x3a1ffa[_0x407f47(0x114)](_0x39b9ec[_0x407f47(0x13c)],undefined)?await _0x3a1ffa[_0x407f47(0x1ab)](_0x2e0b07,JSON[_0x407f47(0x1ac)](_0x3a1ffa['rixrG'](_0x3a1ffa['Sguwe'],'\x22'+_0x39b9ec[_0x407f47(0x13c)][_0x407f47(0x180)]+'\x22')),_0x3a1ffa[_0x407f47(0x195)]):await _0x3a1ffa[_0x407f47(0x18d)](_0x2e0b07,JSON[_0x407f47(0x1ac)](_0x3a1ffa[_0x407f47(0x168)]),_0x3a1ffa[_0x407f47(0x195)]);}catch(_0x39b250){logger[_0x407f47(0x12c)]('Error:\x20at\x20After\x20Step:\x20'+_0x39b250);}_0x3a1ffa[_0x407f47(0x1a6)](_0x4fc40a);})[_0x5ef4a2(0x132)](()=>_0x42f240());});function a9_0x422e(_0x76c03f,_0x187e34){const _0x428d26=a9_0x428d();return a9_0x422e=function(_0x422e3b,_0x32bb6b){_0x422e3b=_0x422e3b-0x101;let _0x25d173=_0x428d26[_0x422e3b];return _0x25d173;},a9_0x422e(_0x76c03f,_0x187e34);}const a9_0x5b3c6f={};a9_0x5b3c6f['name']=a9_0x34e271(0x129),a9_0x5b3c6f['timeout']=0x7530,AfterAll(a9_0x5b3c6f,async function(_0x43ab20,_0x47fde8){const _0x43662f=a9_0x34e271,_0x4788a3={'REJuO':function(_0xf79b7b){return _0xf79b7b();},'GZZJk':_0x43662f(0x101)};logger[_0x43662f(0x12c)](_0x4788a3[_0x43662f(0x1aa)]),await new Promise(async _0x39375=>{const _0x5a9682=_0x43662f;await RequestQueueHandler[_0x5a9682(0x15a)]()[_0x5a9682(0x167)](),PerformanceTester[_0x5a9682(0x10e)](),await global[_0x5a9682(0x1ad)](),_0x4788a3[_0x5a9682(0x161)](_0x39375);});});
@@ -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
+ function a10_0x3611(_0x208fb1,_0x367056){const _0x51b1ed=a10_0x51b1();return a10_0x3611=function(_0x3611d2,_0xf83ca8){_0x3611d2=_0x3611d2-0x177;let _0x225c10=_0x51b1ed[_0x3611d2];return _0x225c10;},a10_0x3611(_0x208fb1,_0x367056);}const a10_0x41b0d8=a10_0x3611;(function(_0xdec2b3,_0x4678e7){const _0x4e7840=a10_0x3611,_0x1e3ac2=_0xdec2b3();while(!![]){try{const _0x50fafa=-parseInt(_0x4e7840(0x181))/0x1+parseInt(_0x4e7840(0x17b))/0x2*(-parseInt(_0x4e7840(0x190))/0x3)+-parseInt(_0x4e7840(0x194))/0x4+parseInt(_0x4e7840(0x19f))/0x5*(parseInt(_0x4e7840(0x197))/0x6)+-parseInt(_0x4e7840(0x178))/0x7+-parseInt(_0x4e7840(0x1ae))/0x8+-parseInt(_0x4e7840(0x1b0))/0x9*(-parseInt(_0x4e7840(0x1a7))/0xa);if(_0x50fafa===_0x4678e7)break;else _0x1e3ac2['push'](_0x1e3ac2['shift']());}catch(_0x560819){_0x1e3ac2['push'](_0x1e3ac2['shift']());}}}(a10_0x51b1,0x4d87a));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require('../../helpers/helper'),setKeepAlive=require(a10_0x41b0d8(0x1a6)),cucumberModule=requireModule(a10_0x41b0d8(0x186),a10_0x41b0d8(0x19e)),logger=require(a10_0x41b0d8(0x179))[a10_0x41b0d8(0x18d)];modifyCommand(),setKeepAlive();const Before=cucumberModule[a10_0x41b0d8(0x17e)],After=cucumberModule['After'],configuration=process[a10_0x41b0d8(0x196)][a10_0x41b0d8(0x182)];if(configuration!==undefined){const config=JSON[a10_0x41b0d8(0x189)](configuration);isTrue(config[a10_0x41b0d8(0x18e)])&&(global[a10_0x41b0d8(0x1aa)]=!![]),global[a10_0x41b0d8(0x18f)]=isTrue(config[a10_0x41b0d8(0x184)]),require('../../index')[a10_0x41b0d8(0x193)](config),global['__platformCaps']=config[a10_0x41b0d8(0x183)]||{};}global[a10_0x41b0d8(0x1a9)]=0x0;const __setDefaultTimeout=cucumberModule[a10_0x41b0d8(0x192)];cucumberModule['setDefaultTimeout']=_0x94cf12=>{const _0x12d892=a10_0x41b0d8,_0x47a28e={'jxmdB':function(_0x3e9df9,_0x42e9bd){return _0x3e9df9(_0x42e9bd);}};global[_0x12d892(0x1a9)]=_0x94cf12,_0x47a28e[_0x12d892(0x199)](__setDefaultTimeout,_0x94cf12);};const a10_0x28a5ab={};a10_0x28a5ab[a10_0x41b0d8(0x195)]=a10_0x41b0d8(0x19c),Before(a10_0x28a5ab,function(){const _0x23f99d=a10_0x41b0d8,_0xd42d0f={};_0xd42d0f['vXrEU']=_0x23f99d(0x1a3);const _0x39e29a=_0xd42d0f;logger[_0x23f99d(0x1ad)](_0x39e29a['vXrEU']),global[_0x23f99d(0x17c)]=[];});const a10_0x540894={};function a10_0x51b1(){const _0x3972d4=['bstack','rjVHj','cucumber','5NzPfhS','Error:\x20quiting\x20at\x20After:\x20','timeout','then','Inside\x20browserstack\x20Before','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','failed','../../helpers/setKeepAlive','2570mJjRJE','result','__timeout','__skipSessionName','\x22}}','dRsWv','debug','1708456DsMlpn','Error:\x20setting\x20status\x20at\x20After:\x20','29169XNCadj','pickle','initQuit','1172619eSZpKn','../../helpers/logger','FtFTS','45086RQijNK','__error_messages__','__driver','Before','Inside\x20browserstack\x20After','eUWJY','184862LVlVns','CONFIG','platformCaps','skipSessionStatus','KmmWc','cucumber/lib/index.js','Bhbgc','join','parse','\x20|\x20','MNnTB','executeScript','winstonLogger','skipSessionName','__skipSessionStatus','21pVWvgc','mfkCs','setDefaultTimeout','browserstackAgentV2','19296nChkcc','name','env','1279116fStKBr','passed','jxmdB','toLowerCase','session_'];a10_0x51b1=function(){return _0x3972d4;};return a10_0x51b1();}a10_0x540894[a10_0x41b0d8(0x195)]='bstack',a10_0x540894[a10_0x41b0d8(0x1a1)]=0x2710,After(a10_0x540894,function(_0x135fa3,_0x265f3e){const _0x1aad8c=a10_0x41b0d8,_0x5609fe={'KmmWc':function(_0x2974c8,_0x20e6d8){return _0x2974c8===_0x20e6d8;},'mfkCs':_0x1aad8c(0x1a5),'Bhbgc':function(_0x3913fb,_0x4af91,_0xcdf645,_0x178fe2){return _0x3913fb(_0x4af91,_0xcdf645,_0x178fe2);},'FtFTS':_0x1aad8c(0x18a),'eUWJY':function(_0x1bd8c3,_0x38ef87,_0x25767d){return _0x1bd8c3(_0x38ef87,_0x25767d);},'MNnTB':_0x1aad8c(0x198),'dRsWv':function(_0x11d53c){return _0x11d53c();},'rjVHj':function(_0x3c5e81,_0x3f2528){return _0x3c5e81(_0x3f2528);},'KKGtM':function(_0x337455){return _0x337455();},'ONPwO':_0x1aad8c(0x17f)};logger[_0x1aad8c(0x1ad)](_0x5609fe['ONPwO']),new Promise(async(_0x2fe28f,_0x23a984)=>{const _0xd85cdd=_0x1aad8c;let _0xfa6382=![];try{await global[_0xd85cdd(0x17d)][_0xd85cdd(0x19b)],_0xfa6382=!![],!global[_0xd85cdd(0x1aa)]&&await global[_0xd85cdd(0x17d)][_0xd85cdd(0x18c)](_0xd85cdd(0x1a4)+_0x135fa3[_0xd85cdd(0x1b1)][_0xd85cdd(0x195)]+_0xd85cdd(0x1ab)),_0x5609fe[_0xd85cdd(0x185)](_0x135fa3[_0xd85cdd(0x1a8)]['status'][_0xd85cdd(0x19a)](),_0x5609fe[_0xd85cdd(0x191)])?await _0x5609fe[_0xd85cdd(0x187)](markSessionStatus,global[_0xd85cdd(0x17d)],_0x5609fe[_0xd85cdd(0x191)],global['__error_messages__'][_0xd85cdd(0x188)](_0x5609fe[_0xd85cdd(0x17a)])):await _0x5609fe[_0xd85cdd(0x180)](markSessionStatus,global[_0xd85cdd(0x17d)],_0x5609fe[_0xd85cdd(0x18b)]);}catch(_0x2d62ff){logger['debug'](_0xd85cdd(0x1af)+_0x2d62ff);}if(_0xfa6382)try{await global[_0xd85cdd(0x17d)][_0xd85cdd(0x177)](),_0x5609fe[_0xd85cdd(0x1ac)](_0x2fe28f);}catch(_0x490607){logger['debug'](_0xd85cdd(0x1a0)+_0x490607),_0x5609fe[_0xd85cdd(0x19d)](_0x23a984,_0x490607);}else _0x5609fe['KKGtM'](_0x23a984);})[_0x1aad8c(0x1a2)](()=>_0x265f3e());});
@@ -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
+ const a11_0x4ddf57=a11_0x485f;function a11_0x485f(_0xce75a3,_0x39258f){const _0x558093=a11_0x5580();return a11_0x485f=function(_0x485f6d,_0xc1fd07){_0x485f6d=_0x485f6d-0x141;let _0x1d5f2c=_0x558093[_0x485f6d];return _0x1d5f2c;},a11_0x485f(_0xce75a3,_0x39258f);}(function(_0x2fc4ff,_0xf3a0b3){const _0x51bbdd=a11_0x485f,_0x436226=_0x2fc4ff();while(!![]){try{const _0x408359=parseInt(_0x51bbdd(0x142))/0x1+parseInt(_0x51bbdd(0x148))/0x2+parseInt(_0x51bbdd(0x14c))/0x3+-parseInt(_0x51bbdd(0x14b))/0x4*(parseInt(_0x51bbdd(0x144))/0x5)+-parseInt(_0x51bbdd(0x150))/0x6+parseInt(_0x51bbdd(0x141))/0x7*(parseInt(_0x51bbdd(0x146))/0x8)+-parseInt(_0x51bbdd(0x149))/0x9;if(_0x408359===_0xf3a0b3)break;else _0x436226['push'](_0x436226['shift']());}catch(_0x3d532d){_0x436226['push'](_0x436226['shift']());}}}(a11_0x5580,0x2c93e));function a11_0x5580(){const _0x357651=['cucumber','../utils/constants','cucumber/lib/index.js','457458AZVhvD','7iEYzdn','196483RyHgED','BSTACK_DELTA','105335XrpKoH','__timeout','2611832XoHSxB','setDefaultTimeout','401968QzqVQI','2517048rBTUMp','../../helpers/helper','36ygnDWf','12486uORwzy'];a11_0x5580=function(){return _0x357651;};return a11_0x5580();}const {requireModule}=require(a11_0x4ddf57(0x14a)),constants=require(a11_0x4ddf57(0x14e));;let cucumberModule=null;try{cucumberModule=requireModule('@cucumber/cucumber/lib/index.js','@cucumber/cucumber');}catch(a11_0x53115b){cucumberModule=requireModule(a11_0x4ddf57(0x14f),a11_0x4ddf57(0x14d));}cucumberModule[a11_0x4ddf57(0x147)](constants[a11_0x4ddf57(0x143)]+global[a11_0x4ddf57(0x145)]*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_0x4e1848=a12_0xbad9;(function(_0xb44072,_0xe1a8d2){const _0x50b4c7=a12_0xbad9,_0x49d9cb=_0xb44072();while(!![]){try{const _0x2f9273=-parseInt(_0x50b4c7(0x1c6))/0x1+-parseInt(_0x50b4c7(0x1e1))/0x2*(-parseInt(_0x50b4c7(0x1c1))/0x3)+parseInt(_0x50b4c7(0x1e9))/0x4+-parseInt(_0x50b4c7(0x1ec))/0x5*(parseInt(_0x50b4c7(0x1d7))/0x6)+parseInt(_0x50b4c7(0x1da))/0x7*(parseInt(_0x50b4c7(0x1a5))/0x8)+parseInt(_0x50b4c7(0x1b1))/0x9+-parseInt(_0x50b4c7(0x1ce))/0xa;if(_0x2f9273===_0xe1a8d2)break;else _0x49d9cb['push'](_0x49d9cb['shift']());}catch(_0x1b6551){_0x49d9cb['push'](_0x49d9cb['shift']());}}}(a12_0x21ae,0x6b0f5));function a12_0x21ae(){const _0x556127=['epilogue','connect','1318154XmqdmP','url','demandCommand','localIdentifier','winstonLogger','command','protocol','DXYme','1483392xKtdZL','info','bstack-accesskey','5WIyGsh','shwsh','setupBrowserstackLocal','../../helpers/BrowserStackSetup','replace','2600LVkAwX','help','type','./constants','BrowserStack\x20access\x20key\x20missing.','https','../../helpers/logger','bstackAccesskey','undefined','ketac','exports','jvWUy','1765746VWwJKr','options','map','missing','zYOvd','QsLKY','Hosts\x20not\x20valid','split','error','only','hosts','browserStackLocalOptions','join','every','footer','config','3VGKPID','setProxySettings','Failed\x20to\x20establish\x20connection.','describe','hostname','72236mYhfGU','trim','toString','Connection\x20established\x20successfully.','AqQOc','string','XrzuC','nEDFE','7352200hIhkcf','accessKey','RFwqY','root','VZvbH','443','omfhY','uQstI','bstackAccessKey','3396726vnOUQw','browserstackLocal','tREMQ','12621DNsPgd','eQOHG','Integration\x20hosts\x20missing.','Auixm','integrations'];a12_0x21ae=function(){return _0x556127;};return a12_0x21ae();}const {default:BrowserStackSetup}=require(a12_0x4e1848(0x1a3)),logger=require(a12_0x4e1848(0x1ab))[a12_0x4e1848(0x1e5)],{URL}=require(a12_0x4e1848(0x1e2)),helper=require('../../helpers/helper'),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x4e1848(0x1a8)),validHosts=function(_0x27f46c){const _0x426928=a12_0x4e1848;return _0x27f46c[_0x426928(0x1b8)](',')[_0x426928(0x1be)](_0x1077b0=>{const _0x5de7c7=_0x426928;try{new URL(_0x1077b0[_0x5de7c7(0x1c7)]());}catch(_0x43dea9){return![];}return!![];});},parseOnPremHosts=function(_0x425ce7){const _0x1352dc=a12_0x4e1848,_0x195c95={};_0x195c95['QsLKY']=function(_0x5a0fbb,_0x219292){return _0x5a0fbb===_0x219292;},_0x195c95[_0x1352dc(0x1e8)]='https:',_0x195c95[_0x1352dc(0x1ed)]=_0x1352dc(0x1d3),_0x195c95[_0x1352dc(0x1b5)]=_0x1352dc(0x1aa);const _0x1d08d3=_0x195c95;return _0x425ce7[_0x1352dc(0x1b8)](',')[_0x1352dc(0x1b3)](_0xd2d876=>{const _0x2f111f=_0x1352dc,_0xa4520=new URL(_0xd2d876['trim']()),_0xfe6d13=_0xa4520[_0x2f111f(0x1c5)],_0x5582c2=_0xa4520['port']||(_0x1d08d3[_0x2f111f(0x1b6)](_0xa4520[_0x2f111f(0x1e7)],_0x1d08d3[_0x2f111f(0x1e8)])?_0x1d08d3[_0x2f111f(0x1ed)]:'80'),_0xa23afb=_0xa4520[_0x2f111f(0x1e7)][_0x2f111f(0x1a4)](':',''),_0x2565ed=_0x1d08d3[_0x2f111f(0x1b6)](_0xa23afb,_0x1d08d3[_0x2f111f(0x1b5)])?0x1:0x0;return _0xfe6d13+','+_0x5582c2+','+_0x2565ed;});},connectCommandBuilder=function(_0x3843d0){const _0x1805a1=a12_0x4e1848,_0x219dc3={};_0x219dc3['VZvbH']=_0x1805a1(0x1cb);const _0x30343f=_0x219dc3,_0x331d97={};_0x331d97[_0x1805a1(0x1c4)]=HELP_MESSAGES[_0x1805a1(0x1b2)][_0x1805a1(0x1d6)],_0x331d97[_0x1805a1(0x1a7)]=_0x30343f[_0x1805a1(0x1d2)];const _0x2681e9={};_0x2681e9[_0x1805a1(0x1c4)]=HELP_MESSAGES[_0x1805a1(0x1b2)]['hosts'],_0x2681e9[_0x1805a1(0x1a7)]=_0x30343f['VZvbH'],_0x2681e9['demandOption']=!![];const _0x3d52c8={};return _0x3d52c8[_0x1805a1(0x1eb)]=_0x331d97,_0x3d52c8[_0x1805a1(0x1bb)]=_0x2681e9,_0x3843d0[_0x1805a1(0x1b2)](_0x3d52c8);},connectCommandHandler=async function(_0x10b479){const _0x1f3c83=a12_0x4e1848,_0xe76b37={'WPprX':_0x1f3c83(0x1de),'tREMQ':function(_0x226b7d,_0x183064){return _0x226b7d===_0x183064;},'omfhY':_0x1f3c83(0x1ad),'nEDFE':_0x1f3c83(0x1a9),'XrzuC':_0x1f3c83(0x1dc),'RFwqY':function(_0x1e213a,_0x1cda58){return _0x1e213a(_0x1cda58);},'uQstI':_0x1f3c83(0x1b7),'lEtKT':function(_0xed13df,_0x2e7813){return _0xed13df(_0x2e7813);},'ketac':'integrations-repeater','Auixm':_0x1f3c83(0x1c9),'jvWUy':_0x1f3c83(0x1c3)};try{const _0x16f436=new BrowserStackSetup(_0x10b479,_0xe76b37['WPprX']);_0x10b479[_0x1f3c83(0x1ac)]&&(_0x16f436[_0x1f3c83(0x1c0)][_0x1f3c83(0x1cf)]=_0x10b479[_0x1f3c83(0x1ac)]);if(_0xe76b37[_0x1f3c83(0x1d9)](typeof _0x16f436[_0x1f3c83(0x1c0)][_0x1f3c83(0x1cf)],_0xe76b37[_0x1f3c83(0x1d4)])){logger[_0x1f3c83(0x1b9)](_0xe76b37[_0x1f3c83(0x1cd)]);throw new Error(ERROR_MESSAGES[_0x1f3c83(0x1d6)][_0x1f3c83(0x1b4)]);}const _0xab4416=_0x10b479[_0x1f3c83(0x1bb)];if(_0xe76b37[_0x1f3c83(0x1d9)](typeof _0xab4416,_0xe76b37[_0x1f3c83(0x1d4)])){logger[_0x1f3c83(0x1b9)](_0xe76b37[_0x1f3c83(0x1cc)]);throw new Error(ERROR_MESSAGES[_0x1f3c83(0x1bb)][_0x1f3c83(0x1b4)]);}if(!_0xe76b37[_0x1f3c83(0x1d0)](validHosts,_0xab4416)){logger[_0x1f3c83(0x1b9)](_0xe76b37[_0x1f3c83(0x1d5)]);throw new Error(ERROR_MESSAGES[_0x1f3c83(0x1bb)]['invalid']);}const _0x49dac5=_0xe76b37['lEtKT'](parseOnPremHosts,_0xab4416);_0x16f436[_0x1f3c83(0x1c0)][_0x1f3c83(0x1d8)]=!![],_0x16f436[_0x1f3c83(0x1c0)][_0x1f3c83(0x1bc)][_0x1f3c83(0x1e4)]=_0xe76b37[_0x1f3c83(0x1ae)],_0x16f436[_0x1f3c83(0x1c0)][_0x1f3c83(0x1bc)][_0x1f3c83(0x1ba)]=_0x49dac5[_0x1f3c83(0x1bd)](','),helper[_0x1f3c83(0x1c2)](_0x16f436[_0x1f3c83(0x1c0)]),await _0x16f436[_0x1f3c83(0x1ee)](),logger[_0x1f3c83(0x1ea)](_0xe76b37[_0x1f3c83(0x1dd)]);}catch(_0x14a06c){logger['error'](_0xe76b37[_0x1f3c83(0x1b0)]);throw new Error(_0x14a06c[_0x1f3c83(0x1c8)]());}};function run(_0x375823){const _0x24ebfa=a12_0x4e1848,_0x3ca244={};_0x3ca244[_0x24ebfa(0x1ca)]=_0x24ebfa(0x1e0),_0x3ca244['eQOHG']=_0x24ebfa(0x1a6);const _0x51308b=_0x3ca244;_0x375823['usage'](HELP_MESSAGES['command'][_0x24ebfa(0x1d1)])['command'](_0x51308b[_0x24ebfa(0x1ca)],HELP_MESSAGES[_0x24ebfa(0x1e6)]['connect'],connectCommandBuilder,connectCommandHandler)[_0x24ebfa(0x1e3)]()[_0x24ebfa(0x1a6)](_0x51308b[_0x24ebfa(0x1db)])[_0x24ebfa(0x1df)](HELP_MESSAGES[_0x24ebfa(0x1e6)][_0x24ebfa(0x1bf)]);}function a12_0xbad9(_0x1ea4b5,_0x45dcc0){const _0x21ae48=a12_0x21ae();return a12_0xbad9=function(_0xbad98f,_0x4170bd){_0xbad98f=_0xbad98f-0x1a3;let _0x1ecfc0=_0x21ae48[_0xbad98f];return _0x1ecfc0;},a12_0xbad9(_0x1ea4b5,_0x45dcc0);}module[a12_0x4e1848(0x1af)]=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_0x44d183=a13_0x82da;(function(_0xeb6eea,_0x341638){var _0x28d8fb=a13_0x82da,_0x2c5ceb=_0xeb6eea();while(!![]){try{var _0x2c1b56=parseInt(_0x28d8fb(0x73))/0x1*(parseInt(_0x28d8fb(0x66))/0x2)+-parseInt(_0x28d8fb(0x68))/0x3*(parseInt(_0x28d8fb(0x70))/0x4)+parseInt(_0x28d8fb(0x6b))/0x5*(-parseInt(_0x28d8fb(0x78))/0x6)+parseInt(_0x28d8fb(0x77))/0x7*(parseInt(_0x28d8fb(0x81))/0x8)+parseInt(_0x28d8fb(0x6d))/0x9*(parseInt(_0x28d8fb(0x6a))/0xa)+-parseInt(_0x28d8fb(0x69))/0xb*(-parseInt(_0x28d8fb(0x7e))/0xc)+-parseInt(_0x28d8fb(0x79))/0xd*(parseInt(_0x28d8fb(0x7c))/0xe);if(_0x2c1b56===_0x341638)break;else _0x2c5ceb['push'](_0x2c5ceb['shift']());}catch(_0x72ad75){_0x2c5ceb['push'](_0x2c5ceb['shift']());}}}(a13_0x34a4,0xc7bfc));function a13_0x82da(_0x50caea,_0x55e3a7){var _0x34a477=a13_0x34a4();return a13_0x82da=function(_0x82da69,_0x21b1b4){_0x82da69=_0x82da69-0x66;var _0x477472=_0x34a477[_0x82da69];return _0x477472;},a13_0x82da(_0x50caea,_0x55e3a7);}var a13_0x30239d={};a13_0x30239d[a13_0x44d183(0x6c)]=a13_0x44d183(0x74),a13_0x30239d[a13_0x44d183(0x7a)]=a13_0x44d183(0x7b);var a13_0x41306f={};a13_0x41306f[a13_0x44d183(0x71)]=a13_0x44d183(0x75),a13_0x41306f[a13_0x44d183(0x72)]='Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.',a13_0x41306f[a13_0x44d183(0x67)]=a13_0x44d183(0x7f);var a13_0x1955f3={};a13_0x1955f3[a13_0x44d183(0x6e)]=a13_0x30239d,a13_0x1955f3['command']=a13_0x41306f,exports[a13_0x44d183(0x80)]=a13_0x1955f3;var a13_0x2e1bc2={};a13_0x2e1bc2[a13_0x44d183(0x7d)]='BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.';var a13_0x6a11c5={};a13_0x6a11c5[a13_0x44d183(0x7d)]=a13_0x44d183(0x6f),a13_0x6a11c5['invalid']=a13_0x44d183(0x76);var a13_0x5199b8={};a13_0x5199b8[a13_0x44d183(0x6c)]=a13_0x2e1bc2,a13_0x5199b8[a13_0x44d183(0x7a)]=a13_0x6a11c5,exports['ERROR_MESSAGES']=a13_0x5199b8;function a13_0x34a4(){var _0x52af55=['options','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','417684wYAmkf','root','connect','2nNwNDs','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','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.','7GoIlDb','849672mapSXb','65LkDvVO','hosts','This\x20option\x20allows\x20you\x20to\x20provide\x20additional\x20configuration\x20specific\x20to\x20your\x20environment.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','3924466weEjBU','missing','6512916sZwYSC','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','HELP_MESSAGES','7239832ewqaIN','951298sidzNL','footer','3eQvURp','11TJsOyi','10SFNocD','25RNMaag','bstackAccessKey','5699052IOWVQD'];a13_0x34a4=function(){return _0x52af55;};return a13_0x34a4();}