browserstack-node-sdk 1.34.48 → 1.34.49

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 (139) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/permissions/AWS.json +85 -0
  27. package/ats/src/permissions/AZURE.json +33 -0
  28. package/ats/src/permissions/GCP.json +19 -0
  29. package/ats/src/utils/AWSUtils.js +1 -1
  30. package/ats/src/utils/createAutoscalerStack.js +1 -1
  31. package/ats/src/utils/createClusterStack.js +1 -1
  32. package/ats/src/utils/createHubHaStack.js +1 -1
  33. package/ats/src/utils/createk8sClient.js +1 -1
  34. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  35. package/ats/src/utils/deleteStack.js +1 -1
  36. package/ats/src/utils/describeStack.js +1 -1
  37. package/ats/src/utils/gridComponents.js +1 -1
  38. package/ats/src/utils/hstUtils.js +1 -1
  39. package/ats/src/utils/instrumentationUtils.js +1 -1
  40. package/ats/src/utils/userInput.js +1 -1
  41. package/ats/src/utils/utilityMethods.js +1 -1
  42. package/ats/src/utils/webSocketUtils.js +1 -1
  43. package/package.json +1 -1
  44. package/src/ai-sdk-node/bundle.js +1 -1
  45. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  46. package/src/bin/codeceptjs/command.js +1 -1
  47. package/src/bin/codeceptjs/helper.js +1 -1
  48. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  49. package/src/bin/cucumber-js/command.js +1 -1
  50. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  51. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  52. package/src/bin/cucumber-js/test-observability.js +1 -1
  53. package/src/bin/cucumber-js/test.setup.js +1 -1
  54. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  55. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  56. package/src/bin/integrations/command.js +1 -1
  57. package/src/bin/integrations/constants.js +1 -1
  58. package/src/bin/jest/command.js +1 -1
  59. package/src/bin/jest/customImplements/customCircus.js +1 -1
  60. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  61. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  62. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  63. package/src/bin/jest/jest.setup.js +1 -1
  64. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  65. package/src/bin/jest/test-observability/helper.js +1 -1
  66. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  67. package/src/bin/jest/test-observability/test-details.js +1 -1
  68. package/src/bin/jest/test_before.setup.js +1 -1
  69. package/src/bin/launcher/launcher.js +1 -1
  70. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  71. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  72. package/src/bin/mocha/command.js +1 -1
  73. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  74. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  75. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  76. package/src/bin/mocha/test.setup.js +1 -1
  77. package/src/bin/nightwatch/command.js +1 -1
  78. package/src/bin/playwright/accessibility-helper.js +1 -1
  79. package/src/bin/playwright/command.js +1 -1
  80. package/src/bin/playwright/globalSetup.js +1 -1
  81. package/src/bin/playwright/mock-process.js +1 -1
  82. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  83. package/src/bin/playwright/patches.js +1 -1
  84. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  85. package/src/bin/playwright/reporter/reporter.js +1 -1
  86. package/src/bin/playwright/reporter/test-details.js +1 -1
  87. package/src/bin/playwright/sessionDetails.js +1 -1
  88. package/src/bin/runner.js +1 -1
  89. package/src/bin/setup.js +1 -1
  90. package/src/bin/test-runner/index.js +1 -1
  91. package/src/bin/test-runner/runTest.js +1 -1
  92. package/src/bin/test-runner/testWorker.js +1 -1
  93. package/src/bin/utils/constants.js +1 -1
  94. package/src/bin/utils/log4jsAppender.js +1 -1
  95. package/src/bin/utils/logPatcher.js +1 -1
  96. package/src/bin/utils/logReportingAPI.js +1 -1
  97. package/src/bin/vanilla-js/command.js +1 -1
  98. package/src/browserStackSdk.js +1 -1
  99. package/src/helpers/BrowserStackSetup.js +1 -1
  100. package/src/helpers/accessibility-automation/constants.js +1 -1
  101. package/src/helpers/accessibility-automation/helper.js +1 -1
  102. package/src/helpers/accessibility-automation/scripts.js +1 -1
  103. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  104. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  105. package/src/helpers/ats/constants.js +1 -1
  106. package/src/helpers/ats/helper.js +1 -1
  107. package/src/helpers/capsMapping.js +1 -1
  108. package/src/helpers/central-scanner/constants.js +1 -1
  109. package/src/helpers/central-scanner/helpers.js +1 -1
  110. package/src/helpers/globals.js +1 -1
  111. package/src/helpers/helper.js +1 -1
  112. package/src/helpers/logger.js +1 -1
  113. package/src/helpers/patchHelper.js +1 -1
  114. package/src/helpers/patchHelpers.js +1 -1
  115. package/src/helpers/percy/Percy.js +1 -1
  116. package/src/helpers/percy/PercyBinary.js +1 -1
  117. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  118. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  119. package/src/helpers/percy/PercySDK.js +1 -1
  120. package/src/helpers/percy/index.js +1 -1
  121. package/src/helpers/percy/utils.js +1 -1
  122. package/src/helpers/performance/constants.js +1 -1
  123. package/src/helpers/performance/performance-tester.js +1 -1
  124. package/src/helpers/processHelper.js +1 -1
  125. package/src/helpers/request-spy.js +1 -1
  126. package/src/helpers/setKeepAlive.js +1 -1
  127. package/src/helpers/test-observability/constants.js +1 -1
  128. package/src/helpers/test-observability/error-handler.js +1 -1
  129. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  130. package/src/helpers/test-observability/sessionHandler.js +1 -1
  131. package/src/helpers/test-observability/utils.js +1 -1
  132. package/src/helpers/testhub/constants.js +1 -1
  133. package/src/helpers/testhub/testhubHandler.js +1 -1
  134. package/src/helpers/testhub/utils.js +1 -1
  135. package/src/helpers/timeoutPromise.js +1 -1
  136. package/src/helpers/utilities.js +1 -1
  137. package/src/helpers/w3cMapping.js +1 -1
  138. package/src/hubAllocationMethods.js +1 -1
  139. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a6_0x1e99d9=a6_0x3418;(function(_0x1a0dbf,_0x3fec6f){const _0x35c200=a6_0x3418,_0x5a93dd=_0x1a0dbf();while(!![]){try{const _0xe62ec4=-parseInt(_0x35c200(0x25b))/0x1*(parseInt(_0x35c200(0x1cd))/0x2)+-parseInt(_0x35c200(0x1eb))/0x3+parseInt(_0x35c200(0x1e8))/0x4+-parseInt(_0x35c200(0x24e))/0x5*(-parseInt(_0x35c200(0x20e))/0x6)+-parseInt(_0x35c200(0x1f6))/0x7+-parseInt(_0x35c200(0x241))/0x8*(parseInt(_0x35c200(0x224))/0x9)+-parseInt(_0x35c200(0x1e7))/0xa*(-parseInt(_0x35c200(0x1cc))/0xb);if(_0xe62ec4===_0x3fec6f)break;else _0x5a93dd['push'](_0x5a93dd['shift']());}catch(_0x7e9e57){_0x5a93dd['push'](_0x5a93dd['shift']());}}}(a6_0x222c,0xd5532));const {requireModule,getPlatformName,nestedKeyValue,isUndefined}=require(a6_0x1e99d9(0x22b)),util=require(a6_0x1e99d9(0x226)),{Formatter,formatterHelpers,Status}=requireModule(a6_0x1e99d9(0x1f8)),TestDetails=require('../../playwright/reporter/test-details.js'),TestObservabilityReporter=require(a6_0x1e99d9(0x23e)),{o11yClassErrorHandler}=require(a6_0x1e99d9(0x245)),{shouldProcessEventForTesthub}=require(a6_0x1e99d9(0x1d9)),testObservabilityReporter=new TestObservabilityReporter(),logger=require('../../../helpers/logger')[a6_0x1e99d9(0x1c6)],_tests={},_testCasesData={};class BrowserstackFormatter extends Formatter{constructor(_0x77ea10){const _0x5c2bbc=a6_0x1e99d9,_0xba5e3b={};_0xba5e3b[_0x5c2bbc(0x1fc)]=_0x5c2bbc(0x1de);const _0x4f03e9=_0xba5e3b;super(_0x77ea10),this[_0x5c2bbc(0x223)]={},_0x77ea10[_0x5c2bbc(0x22d)]['on'](_0x4f03e9[_0x5c2bbc(0x1fc)],async _0x12c5e5=>{const _0x4981e2=_0x5c2bbc;switch(!![]){case!!_0x12c5e5[_0x4981e2(0x1e1)]:this[_0x4981e2(0x246)](_0x12c5e5[_0x4981e2(0x1e1)]);break;case!!_0x12c5e5['testRunFinished']:this[_0x4981e2(0x204)](_0x12c5e5[_0x4981e2(0x1e6)]);break;case!!_0x12c5e5[_0x4981e2(0x22f)]:this[_0x4981e2(0x1c8)](_0x12c5e5[_0x4981e2(0x22f)],_0x77ea10,_0x12c5e5);break;case!!_0x12c5e5['testCaseFinished']:this[_0x4981e2(0x1fa)](_0x12c5e5[_0x4981e2(0x1e2)],_0x77ea10,_0x12c5e5);break;case!!_0x12c5e5['testStepStarted']:this[_0x4981e2(0x209)](_0x12c5e5[_0x4981e2(0x203)],_0x77ea10);break;case!!_0x12c5e5['testStepFinished']:this[_0x4981e2(0x1dd)](_0x12c5e5[_0x4981e2(0x1b2)],_0x77ea10);break;case!!_0x12c5e5['hook']:this[_0x4981e2(0x1f7)](_0x12c5e5[_0x4981e2(0x21d)]);break;case!!_0x12c5e5[_0x4981e2(0x1d5)]:this[_0x4981e2(0x1ff)](_0x12c5e5['testCase']);break;case!!_0x12c5e5[_0x4981e2(0x234)]:this[_0x4981e2(0x1f9)](_0x12c5e5[_0x4981e2(0x234)]);break;case!!_0x12c5e5[_0x4981e2(0x24c)]:this[_0x4981e2(0x240)](_0x12c5e5[_0x4981e2(0x24c)]);break;}});}[a6_0x1e99d9(0x1f7)](_0x3175ed){const _0x55d41e=a6_0x1e99d9;this[_0x55d41e(0x223)]['hooks']=Object['assign']([],this['report'][_0x55d41e(0x20a)]||[]),this[_0x55d41e(0x223)][_0x55d41e(0x20a)]['push'](_0x3175ed);}[a6_0x1e99d9(0x1f9)](_0x2d1827){const _0x2bdb14=a6_0x1e99d9;this[_0x2bdb14(0x223)]['pickle']=Object[_0x2bdb14(0x1ef)]([],this[_0x2bdb14(0x223)][_0x2bdb14(0x234)]||[],[_0x2d1827]),this[_0x2bdb14(0x223)][_0x2bdb14(0x234)][_0x2bdb14(0x1cf)](_0x2d1827);}[a6_0x1e99d9(0x240)](_0x50ddc0){const _0x5d675c=a6_0x1e99d9;this[_0x5d675c(0x223)][_0x5d675c(0x24c)]=Object['assign']([],this['report']['gherkinDocument']||[],[_0x50ddc0]),this[_0x5d675c(0x223)]['gherkinDocument']['push'](_0x50ddc0);}['onSource'](_0x5c90a2){const _0x46cf2f=a6_0x1e99d9;this[_0x46cf2f(0x223)][_0x46cf2f(0x1c4)]=_0x5c90a2;}['onStepDefinition'](_0x5ee298){const _0x2f039b=a6_0x1e99d9;this[_0x2f039b(0x223)][_0x2f039b(0x1fb)]=Object[_0x2f039b(0x1ef)]([],this[_0x2f039b(0x223)][_0x2f039b(0x1fb)]||[],[_0x5ee298]),this[_0x2f039b(0x223)][_0x2f039b(0x1fb)][_0x2f039b(0x1cf)](_0x5ee298);}['onTestCase'](_0x529d7e){const _0xc3a5ef=a6_0x1e99d9;this['report'][_0xc3a5ef(0x1c7)]=Object['assign']([],this[_0xc3a5ef(0x223)][_0xc3a5ef(0x1c7)]||[],[_0x529d7e]),this[_0xc3a5ef(0x223)][_0xc3a5ef(0x1c7)]['push'](_0x529d7e);}['logTestCaseFinished'](_0x3c006e){const _0x17372c=a6_0x1e99d9,_0x565049={'SXAaW':function(_0x44fcdd,_0x163701){return _0x44fcdd!==_0x163701;},'zpEZH':_0x17372c(0x1d0),'mBpdE':function(_0x5c463d,_0x30e2a6){return _0x5c463d+_0x30e2a6;},'UCsdv':function(_0x242cdd,_0x75636c){return _0x242cdd+_0x75636c;},'kUoFp':'\x20\x20\x20\x20','QTidX':_0x17372c(0x1d6),'ffrvA':function(_0x5d26a3,_0x3c5273){return _0x5d26a3===_0x3c5273;},'iRjsg':_0x17372c(0x1f4),'OGajV':function(_0xd36a31,_0x302221,_0x1cbaac){return _0xd36a31(_0x302221,_0x1cbaac);},'cXiVP':_0x17372c(0x23c),'viqtn':'message','CPlHS':function(_0x480483,_0x20f51a){return _0x480483+_0x20f51a;},'wFmVB':function(_0x107c78,_0x5ee8f5){return _0x107c78+_0x5ee8f5;},'xSwLl':function(_0x56ffc0,_0x1c7a7e){return _0x56ffc0+_0x1c7a7e;},'jwnbJ':function(_0x285405,_0x28884a){return _0x285405+_0x28884a;},'FRgpb':function(_0x3d8201,_0x2bdc0c){return _0x3d8201+_0x2bdc0c;},'eEXkW':function(_0x50d072,_0xd431d1){return _0x50d072+_0xd431d1;},'japhN':function(_0x81f1b7,_0x230400){return _0x81f1b7+_0x230400;}};_0x565049[_0x17372c(0x257)](global[_0x17372c(0x227)],undefined)&&this[_0x17372c(0x1d4)](_0x565049['xSwLl'](_0x565049[_0x17372c(0x201)]('\x0a',global[_0x17372c(0x227)]),'\x0a'));const _0x3c823e=this[_0x17372c(0x236)][_0x17372c(0x25f)](_0x3c006e['testCaseStartedId']);this[_0x17372c(0x1d4)](_0x565049[_0x17372c(0x1bf)](_0x565049[_0x17372c(0x229)](_0x565049[_0x17372c(0x1f3)](_0x565049[_0x17372c(0x200)]('\x20\x20',_0x3c823e[_0x17372c(0x24c)][_0x17372c(0x208)][_0x17372c(0x24a)]),_0x565049[_0x17372c(0x213)]),_0x3c823e[_0x17372c(0x234)][_0x17372c(0x24a)]),'\x0a'));const _0x3543b5={};_0x3543b5[_0x17372c(0x233)]=this[_0x17372c(0x233)],_0x3543b5[_0x17372c(0x24d)]=this[_0x17372c(0x24d)],_0x3543b5[_0x17372c(0x1bb)]=this[_0x17372c(0x1bb)],_0x3543b5['testCaseAttempt']=_0x3c823e;const _0x1170a9=formatterHelpers[_0x17372c(0x206)](_0x3543b5);let _0x45ae80=![];_0x1170a9[_0x17372c(0x1df)][_0x17372c(0x259)](_0x52982e=>{const _0x8fe067=_0x17372c;if(_0x565049[_0x8fe067(0x257)](_0x52982e[_0x8fe067(0x24a)],_0x565049[_0x8fe067(0x1ba)])&&!this[_0x8fe067(0x242)](_0x52982e)){totalTests+=0x1,this[_0x8fe067(0x1d4)](_0x565049['mBpdE'](_0x565049[_0x8fe067(0x1d8)](_0x565049[_0x8fe067(0x1d8)](_0x565049[_0x8fe067(0x25e)](_0x565049[_0x8fe067(0x1d8)](_0x565049[_0x8fe067(0x216)],_0x52982e[_0x8fe067(0x1c5)]),_0x52982e[_0x8fe067(0x1f1)]||''),_0x565049['QTidX']),Status[_0x52982e[_0x8fe067(0x23c)][_0x8fe067(0x221)]]),'\x0a')),this[_0x8fe067(0x205)](Status[_0x52982e['result']['status']]);if(_0x565049[_0x8fe067(0x1fe)](Status[_0x52982e[_0x8fe067(0x23c)][_0x8fe067(0x221)]],_0x565049['iRjsg'])){_0x45ae80=!![];const _0xc17af8=_0x565049[_0x8fe067(0x21c)](nestedKeyValue,_0x52982e,[_0x565049[_0x8fe067(0x207)],_0x565049[_0x8fe067(0x21e)]]);_0xc17af8&&(testsErrorMessage[_0x565049['mBpdE'](_0x565049[_0x8fe067(0x1f3)](_0x3c823e[_0x8fe067(0x24c)][_0x8fe067(0x208)]['name'],_0x565049[_0x8fe067(0x213)]),_0x3c823e[_0x8fe067(0x234)][_0x8fe067(0x24a)])]=_0xc17af8,this['log'](_0x565049[_0x8fe067(0x1d3)](_0xc17af8,'\x0a')));}}}),_0x45ae80&&(testSuitesFailed+=0x1),this[_0x17372c(0x1d4)]('\x0a');}['logTestRunFinished'](_0x216efe){}[a6_0x1e99d9(0x242)](_0x3765de){const _0x3ca0f4=a6_0x1e99d9,_0x37ed1a={};_0x37ed1a[_0x3ca0f4(0x21f)]=function(_0x42cf87,_0x2e43e1){return _0x42cf87!==_0x2e43e1;},_0x37ed1a['INOfZ']=_0x3ca0f4(0x25d);const _0x38e46d=_0x37ed1a;if(_0x38e46d[_0x3ca0f4(0x21f)](_0x3765de[_0x3ca0f4(0x1d2)],undefined))return![];if(_0x3765de[_0x3ca0f4(0x238)]&&_0x3765de[_0x3ca0f4(0x238)]['uri'][_0x3ca0f4(0x1c9)](_0x38e46d['INOfZ']))return!![];return![];}[a6_0x1e99d9(0x205)](_0x25b268){const _0x5110b2=a6_0x1e99d9,_0x6e13d7={};_0x6e13d7[_0x5110b2(0x20b)]=_0x5110b2(0x1f4),_0x6e13d7[_0x5110b2(0x22e)]=_0x5110b2(0x1e9),_0x6e13d7[_0x5110b2(0x1db)]=_0x5110b2(0x1b3),_0x6e13d7[_0x5110b2(0x247)]=_0x5110b2(0x254),_0x6e13d7[_0x5110b2(0x235)]=_0x5110b2(0x20d),_0x6e13d7[_0x5110b2(0x24b)]=_0x5110b2(0x23b),_0x6e13d7[_0x5110b2(0x251)]=_0x5110b2(0x1b1);const _0x3976fa=_0x6e13d7;switch(_0x25b268){case _0x3976fa[_0x5110b2(0x20b)]:testsFailed+=0x1;break;case _0x3976fa[_0x5110b2(0x22e)]:testsPassed+=0x1;break;case _0x3976fa['cNrSi']:testsSkipped+=0x1;break;case _0x3976fa[_0x5110b2(0x247)]:testsPending+=0x1;break;case _0x3976fa[_0x5110b2(0x235)]:testsUndefined+=0x1;break;case _0x3976fa[_0x5110b2(0x24b)]:testsUnknown+=0x1;break;case _0x3976fa[_0x5110b2(0x251)]:testsAmbiguous+=0x1;break;default:break;}}[a6_0x1e99d9(0x246)](_0x2b1ff5){const _0xa7d8f6=a6_0x1e99d9,_0x370612={'viJBO':function(_0x1fe4f0,_0x58fbad){return _0x1fe4f0!==_0x58fbad;},'SWEoQ':function(_0x3f8b8f,_0x422968){return _0x3f8b8f!==_0x422968;},'GLEmq':function(_0x94ce70,_0x1a1631){return _0x94ce70(_0x1a1631);},'UjRBC':function(_0x16cec7,_0x29baa2){return _0x16cec7+_0x29baa2;},'GIQjz':function(_0x2dd0c8){return _0x2dd0c8();}};let _0xff7309;if(_0x370612['viJBO'](process['env'][_0xa7d8f6(0x253)],undefined)){const _0x3b1494=JSON['parse'](process[_0xa7d8f6(0x1ea)][_0xa7d8f6(0x253)]);_0xff7309=_0x3b1494[_0xa7d8f6(0x1ec)];}_0x370612['SWEoQ'](_0xff7309,undefined)&&(global[_0xa7d8f6(0x227)]=_0x370612[_0xa7d8f6(0x243)](getPlatformName,_0xff7309),this[_0xa7d8f6(0x1d4)](_0x370612[_0xa7d8f6(0x217)](_0xa7d8f6(0x1bd)+global[_0xa7d8f6(0x227)],'\x0a'))),_0x370612[_0xa7d8f6(0x25c)](shouldProcessEventForTesthub)&&(TestDetails[_0xa7d8f6(0x255)](),this['report'][_0xa7d8f6(0x1e1)]=_0x2b1ff5);}[a6_0x1e99d9(0x204)](_0x50bbc2){const _0x159727=a6_0x1e99d9;this[_0x159727(0x223)][_0x159727(0x1e6)]=_0x50bbc2,this[_0x159727(0x1da)](_0x50bbc2);}async[a6_0x1e99d9(0x1c8)](_0x209df4,_0x267ccc,_0x2b41ac){const _0x2c1593=a6_0x1e99d9,_0x353388={'SpzCx':function(_0x24cd1b,_0x1dbed7){return _0x24cd1b(_0x1dbed7);},'WiVOl':_0x2c1593(0x212),'drWwk':function(_0x1baf2d,_0xe133e1){return _0x1baf2d&&_0xe133e1;}};testSuites+=0x1;if(_0x353388[_0x2c1593(0x24f)](shouldProcessEventForTesthub,_0x353388[_0x2c1593(0x23f)]))try{this[_0x2c1593(0x223)][_0x2c1593(0x22f)]=this[_0x2c1593(0x223)][_0x2c1593(0x22f)]||{},this[_0x2c1593(0x223)][_0x2c1593(0x22f)][_0x209df4['id']]=_0x209df4;const _0x1bda28=TestDetails[_0x2c1593(0x1e5)](_0x209df4['id']);_testCasesData[_0x209df4['id']]=Object[_0x2c1593(0x1ef)]({},_0x2b41ac);const _0xf4bc95=this[_0x2c1593(0x223)],_0x4a449f=_0x209df4['testCaseId'],_0xee57b6=_0xf4bc95['testCases']['find'](_0x40df33=>_0x40df33['id']===_0x4a449f)[_0x2c1593(0x1b8)],_0x21c9c4=_0xf4bc95[_0x2c1593(0x234)]['find'](_0x586a67=>_0x586a67['id']===_0xee57b6),_0x329b4c=_0xf4bc95[_0x2c1593(0x24c)][_0x2c1593(0x248)](_0x2d3a86=>_0x2d3a86[_0x2c1593(0x1f2)]===_0x21c9c4[_0x2c1593(0x1f2)]),_0x551ea4=_0x329b4c[_0x2c1593(0x208)],_0x16ab2e={'uuid':_0x1bda28,'startedAt':new Date()[_0x2c1593(0x1bc)]()};if(_0x21c9c4){const _0x3d4dd2={};_0x3d4dd2[_0x2c1593(0x24a)]=_0x21c9c4[_0x2c1593(0x24a)],_0x16ab2e[_0x2c1593(0x225)]=_0x3d4dd2;}if(_0x353388['drWwk'](_0x329b4c,_0x551ea4)){const _0x2d6aaf={};_0x2d6aaf['path']=_0x329b4c['uri'],_0x2d6aaf['name']=_0x551ea4[_0x2c1593(0x24a)],_0x2d6aaf[_0x2c1593(0x1be)]=_0x551ea4[_0x2c1593(0x1be)],_0x16ab2e[_0x2c1593(0x208)]=_0x2d6aaf;}_tests[_0x4a449f]=_0x16ab2e,await testObservabilityReporter[_0x2c1593(0x219)](_0x2b41ac,_0x329b4c,_0x21c9c4,_0x353388[_0x2c1593(0x23f)],_0x16ab2e);}catch(_0x137638){logger[_0x2c1593(0x22c)]('Exception\x20in\x20sending\x20onTestCaseStarted:\x20'+util[_0x2c1593(0x1f5)](_0x137638)+'\x20');}}async['onTestCaseFinished'](_0x357cec,_0x56fd24,_0xc05927){const _0x21bb8b=a6_0x1e99d9,_0x4201ce={'hmzJv':function(_0x41949a,_0x49fdf3){return _0x41949a(_0x49fdf3);},'bbOjg':_0x21bb8b(0x1c2)};this['logTestCaseFinished'](_0x357cec);if(_0x4201ce[_0x21bb8b(0x1d1)](shouldProcessEventForTesthub,_0x4201ce['bbOjg']))try{this[_0x21bb8b(0x223)]['testCaseFinished']=this[_0x21bb8b(0x223)]['testCaseFinished']||{},this[_0x21bb8b(0x223)]['testCaseFinished'][_0x357cec[_0x21bb8b(0x22a)]]=_0x357cec,_testCasesData[_0xc05927['id']]=Object[_0x21bb8b(0x1ef)]({},_0xc05927);const _0x308ffd=_0x357cec[_0x21bb8b(0x22a)],_0x5dbff6=_0x56fd24[_0x21bb8b(0x236)][_0x21bb8b(0x20c)][_0x308ffd][_0x21bb8b(0x232)],_0xae6bc0=_0x56fd24[_0x21bb8b(0x236)][_0x21bb8b(0x23a)][_0x5dbff6],_0x130d41=_0xae6bc0[_0x21bb8b(0x1b8)],_0x5c4e6b=_0x56fd24[_0x21bb8b(0x236)][_0x21bb8b(0x215)][_0x130d41],_0x50183c=this[_0x21bb8b(0x211)](_0x56fd24,_0x5c4e6b),_0x1c822e=_tests[_0x5dbff6];_0x1c822e&&(delete _tests[_0x5dbff6],_0x1c822e['finishedAt']=new Date()['toISOString']()),await testObservabilityReporter['sendTestRunEventForCucumber'](_0xc05927,_0x50183c,_0x5c4e6b,_0x4201ce[_0x21bb8b(0x1dc)],_0x1c822e);}catch(_0x2ef08b){logger[_0x21bb8b(0x22c)](_0x21bb8b(0x20f)+util[_0x21bb8b(0x1f5)](_0x2ef08b));}}async[a6_0x1e99d9(0x209)](_0x2dc039,_0x49598c){const _0x278452=a6_0x1e99d9,_0x448c39={'BtkXI':function(_0xe561e,_0x599fa9){return _0xe561e(_0x599fa9);},'zDMll':_0x278452(0x1ca),'lbjKD':function(_0xdcb1bc,_0x166241){return _0xdcb1bc!==_0x166241;},'tfhys':_0x278452(0x237)};if(_0x448c39[_0x278452(0x1ee)](shouldProcessEventForTesthub,_0x448c39[_0x278452(0x210)]))try{this[_0x278452(0x223)][_0x278452(0x203)]=this[_0x278452(0x223)]['testStepStarted']||{},this[_0x278452(0x223)][_0x278452(0x203)][_0x2dc039[_0x278452(0x22a)]]=_0x2dc039;const _0x1c1675=_0x2dc039[_0x278452(0x22a)],_0x2720db=_0x49598c[_0x278452(0x236)]['testCaseAttemptDataMap'][_0x1c1675][_0x278452(0x232)],_0x3cbfb1=this[_0x278452(0x223)]['testCases']['find'](_0x1e8b56=>_0x1e8b56['id']===_0x2720db)[_0x278452(0x1b8)],_0x2e6cc4=this[_0x278452(0x223)][_0x278452(0x234)]['find'](_0x55388c=>_0x55388c['id']===_0x3cbfb1),_0x1fe9c4=this[_0x278452(0x223)]['testCases'][_0x278452(0x248)](_0x333778=>_0x333778['id']===_0x2720db)[_0x278452(0x1df)],_0x29d318=this['report'][_0x278452(0x203)][_0x1c1675]['testStepId'],_0x12f37d=_0x1fe9c4['find'](_0x468691=>_0x468691['id']===_0x29d318)['pickleStepId'],_0x46eae1=_0x2e6cc4['steps'][_0x278452(0x248)](_0x3a6399=>_0x3a6399['id']===_0x12f37d);if(_0x12f37d&&_tests[_0x2720db]&&_0x448c39[_0x278452(0x1c0)](_tests[_0x2720db][_0x448c39['tfhys']],_0x29d318)){_tests[_0x2720db][_0x448c39[_0x278452(0x1b7)]]=_0x29d318;const _0x5cc2c3={};_0x5cc2c3['steps']=[];const _0x5377ac=_tests[_0x2720db]||_0x5cc2c3;_0x5377ac&&!_0x5377ac[_0x278452(0x258)]&&(_0x5377ac[_0x278452(0x258)]=[]),_0x5377ac[_0x278452(0x258)][_0x278452(0x1cf)]({'id':_0x46eae1['id'],'text':_0x46eae1['text'],'started_at':new Date()['toISOString']()}),_tests[_0x2720db]=_0x5377ac;}await testObservabilityReporter[_0x278452(0x1b9)](this[_0x278452(0x223)],_0x1c1675,_0x448c39[_0x278452(0x210)],_0x1fe9c4,_0x29d318,_tests[_0x2720db]);}catch(_0x2349b0){logger[_0x278452(0x22c)](_0x278452(0x1e0)+util['format'](_0x2349b0));}}async[a6_0x1e99d9(0x1dd)](_0x444a5d,_0x4f9f70){const _0x2ab9e4=a6_0x1e99d9,_0x16ce72={'DlHqE':function(_0x149ff9,_0x484cdb){return _0x149ff9===_0x484cdb;},'RqrqG':_0x2ab9e4(0x23d),'HFYIO':function(_0x39e472,_0xdf3ff3){return _0x39e472(_0xdf3ff3);},'IfzdN':_0x2ab9e4(0x25a),'ZTwnm':function(_0x2dc0c8,_0x5db975){return _0x2dc0c8===_0x5db975;},'MtywT':_0x2ab9e4(0x1ed),'oDakl':function(_0x1a6137,_0x557fa6){return _0x1a6137===_0x557fa6;},'DvtsD':'UnhandledError','NpbEA':_0x2ab9e4(0x237)};this[_0x2ab9e4(0x223)][_0x2ab9e4(0x1b2)]=this[_0x2ab9e4(0x223)]['testStepFinished']||{},this[_0x2ab9e4(0x223)]['testStepFinished'][_0x444a5d['testCaseStartedId']]=_0x444a5d;if(_0x16ce72[_0x2ab9e4(0x222)](shouldProcessEventForTesthub,_0x16ce72[_0x2ab9e4(0x1b0)]))try{const _0x516767=_0x444a5d[_0x2ab9e4(0x22a)],_0x2a2994=_0x4f9f70[_0x2ab9e4(0x236)]['testCaseAttemptDataMap'][_0x516767][_0x2ab9e4(0x232)],_0x19f0a5=_0x4f9f70['eventDataCollector'][_0x2ab9e4(0x23a)][_0x2a2994],_0x1a6d6e=_0x19f0a5['pickleId'],_0x48a65a=_0x4f9f70[_0x2ab9e4(0x236)]['pickleMap'][_0x1a6d6e],_0x4e8fb6=_0x444a5d['testStepId'],_0x344f1c=_0x19f0a5['testSteps'],_0x57670f=this[_0x2ab9e4(0x236)]['getTestCaseAttempt'](_0x516767),_0x3749ed=_0x344f1c['find'](_0x370ec2=>_0x370ec2['id']===_0x4e8fb6)[_0x2ab9e4(0x21a)];let _0x489b5d,_0x463ca;_0x444a5d[_0x2ab9e4(0x1e3)]&&_0x16ce72[_0x2ab9e4(0x1c3)](_0x444a5d[_0x2ab9e4(0x1e3)][_0x2ab9e4(0x221)][_0x2ab9e4(0x1f0)]()[_0x2ab9e4(0x214)](),_0x16ce72[_0x2ab9e4(0x202)])&&(_0x489b5d=_0x16ce72[_0x2ab9e4(0x1b6)](_0x444a5d[_0x2ab9e4(0x1e3)][_0x2ab9e4(0x1b4)],undefined)?_0x444a5d['testStepResult'][_0x2ab9e4(0x249)]:_0x444a5d['testStepResult']['exception']['message'],_0x463ca=_0x16ce72[_0x2ab9e4(0x244)](_0x444a5d[_0x2ab9e4(0x1e3)]['exception'],undefined)?_0x16ce72['DvtsD']:_0x444a5d[_0x2ab9e4(0x1e3)][_0x2ab9e4(0x249)]);await testObservabilityReporter['sendHook'](this[_0x2ab9e4(0x223)],_0x516767,_0x16ce72[_0x2ab9e4(0x1b0)],_0x344f1c,_0x4e8fb6,_tests[_0x2a2994]);if(_0x3749ed&&_tests[_0x2a2994][_0x16ce72['NpbEA']]){const _0x5081e0=_0x48a65a[_0x2ab9e4(0x258)][_0x2ab9e4(0x248)](_0x340c65=>_0x340c65['id']===_0x3749ed),_0x56e32d={};_0x56e32d[_0x2ab9e4(0x258)]=[];const _0x185d69=_tests[_0x2a2994]||_0x56e32d;!_0x185d69[_0x2ab9e4(0x258)]?_0x185d69['steps']=[{'id':_0x5081e0['id'],'text':_0x5081e0[_0x2ab9e4(0x1f1)],'finished_at':new Date()[_0x2ab9e4(0x1bc)](),'result':_0x444a5d[_0x2ab9e4(0x1e3)][_0x2ab9e4(0x221)],'duration':_0x444a5d[_0x2ab9e4(0x1e3)][_0x2ab9e4(0x1d7)][_0x2ab9e4(0x256)],'failure':_0x489b5d,'failureType':_0x463ca}]:_0x185d69[_0x2ab9e4(0x258)][_0x2ab9e4(0x259)](_0x45309c=>{const _0x9ff71f=_0x2ab9e4;if(_0x16ce72[_0x9ff71f(0x244)](_0x45309c['id'],_0x5081e0['id'])){const _0x1fa1b0=_0x16ce72[_0x9ff71f(0x21b)][_0x9ff71f(0x1ce)]('|');let _0x55f6f4=0x0;while(!![]){switch(_0x1fa1b0[_0x55f6f4++]){case'0':_0x45309c[_0x9ff71f(0x220)]=_0x489b5d;continue;case'1':_0x45309c[_0x9ff71f(0x23c)]=_0x444a5d[_0x9ff71f(0x1e3)][_0x9ff71f(0x221)];continue;case'2':_0x45309c[_0x9ff71f(0x239)]=new Date()['toISOString']();continue;case'3':_0x45309c[_0x9ff71f(0x1fd)]=_0x463ca;continue;case'4':_0x45309c[_0x9ff71f(0x1d7)]=_0x444a5d['testStepResult'][_0x9ff71f(0x1d7)][_0x9ff71f(0x256)];continue;}break;}}}),_tests[_0x2a2994]=_0x185d69,delete _tests[_0x2a2994][_0x16ce72['NpbEA']];}}catch(_0x3dacb4){logger[_0x2ab9e4(0x22c)](_0x2ab9e4(0x1e4)+util[_0x2ab9e4(0x1f5)](_0x3dacb4));}}[a6_0x1e99d9(0x250)](_0x527da6){const _0x2ad28b=a6_0x1e99d9,_0x401080={};return _0x527da6['feature'][_0x2ad28b(0x1cb)][_0x2ad28b(0x260)](this['extractStepContainers'])[_0x2ad28b(0x1b5)]()[_0x2ad28b(0x259)](_0x3fc956=>_0x3fc956[_0x2ad28b(0x258)][_0x2ad28b(0x259)](_0x1a6305=>_0x401080[_0x1a6305['id']]=_0x1a6305)),_0x401080;}[a6_0x1e99d9(0x1c1)](_0x304993){const _0x192205=a6_0x1e99d9,_0x4b582d={'jOcJr':function(_0x47bb1e,_0x69977c){return _0x47bb1e(_0x69977c);}};if(!_0x4b582d[_0x192205(0x231)](isUndefined,_0x304993[_0x192205(0x218)]))return[_0x304993[_0x192205(0x218)]];else{if(!_0x4b582d[_0x192205(0x231)](isUndefined,_0x304993[_0x192205(0x252)]))return _0x304993[_0x192205(0x252)][_0x192205(0x1cb)][_0x192205(0x260)](_0x1b378e=>!isUndefined(_0x1b378e[_0x192205(0x218)])?_0x1b378e[_0x192205(0x218)]:_0x1b378e['scenario']);};return[_0x304993[_0x192205(0x225)]];}[a6_0x1e99d9(0x211)](_0x3f7a85,_0x2ea952){const _0x7238af=a6_0x1e99d9;return Object[_0x7238af(0x230)](_0x3f7a85[_0x7238af(0x236)]['gherkinDocumentMap'])['find'](_0x2aeaeb=>_0x2aeaeb[_0x7238af(0x1f2)]===_0x2ea952[_0x7238af(0x1f2)]);}}function a6_0x3418(_0x4d4905,_0x200231){const _0x222c67=a6_0x222c();return a6_0x3418=function(_0x3418cf,_0x3d2620){_0x3418cf=_0x3418cf-0x1b0;let _0x21ec99=_0x222c67[_0x3418cf];return _0x21ec99;},a6_0x3418(_0x4d4905,_0x200231);}function a6_0x222c(){const _0x5347f2=['BtkXI','assign','toString','text','uri','CPlHS','FAILED','format','6570536LHcQZw','onHook','@cucumber/cucumber','onPickle','onTestCaseFinished','stepDefinition','TZSxT','failureType','ffrvA','onTestCase','japhN','jwnbJ','MtywT','testStepStarted','onTestRunFinished','incrementCounter','parseTestCaseAttempt','cXiVP','feature','onTestStepStarted','hooks','qQFvN','testCaseAttemptDataMap','UNDEFINED','6YZGgBD','Exception\x20in\x20sending\x20onTestCaseFinished\x20event:\x20\x20','zDMll','getGherkinDocument','TestRunStarted','QTidX','toLowerCase','pickleMap','kUoFp','UjRBC','background','sendTestRunEventForCucumber','pickleStepId','RqrqG','OGajV','hook','viqtn','rNPnL','failure','status','HFYIO','report','792JDQjeJ','scenario','util','__platform','exports','eEXkW','testCaseStartedId','../../../helpers/helper','debug','eventBroadcaster','dHjET','testCaseStarted','values','jOcJr','testCaseId','cwd','pickle','RPUUY','eventDataCollector','testStepId','actionLocation','finished_at','testCaseMap','UNKNOWN','result','2|1|4|0|3','../test-observability.js','WiVOl','onGherkinDocument','75344LHvSwW','isBstackHook','GLEmq','DlHqE','../../../helpers/test-observability/error-handler','onTestRunStarted','IPMlZ','find','message','name','xfJWn','gherkinDocument','snippetBuilder','2550045WErSVt','SpzCx','getGherkinStepMap','OkQOI','rule','CONFIG','PENDING','setup','seconds','SXAaW','steps','forEach','HookRunFinished','981769BPrEKL','GIQjz','cucumber-js/test.setup.js','UCsdv','getTestCaseAttempt','map','IfzdN','AMBIGUOUS','testStepFinished','SKIPPED','exception','flat','oDakl','tfhys','pickleId','sendHook','zpEZH','supportCodeLibrary','toISOString','Executing\x20tests\x20for\x20','description','FRgpb','lbjKD','extractStepContainers','TestRunFinished','ZTwnm','source','keyword','winstonLogger','testCases','onTestCaseStarted','includes','HookRunStarted','children','649wmntxd','2Yehssy','split','push','bstack','hmzJv','sourceLocation','wFmVB','log','testCase','\x20-\x20','duration','mBpdE','../../../helpers/testhub/utils.js','logTestRunFinished','cNrSi','bbOjg','onTestStepFinished','envelope','testSteps','Exception\x20in\x20onTestStepStarted\x20event:\x20','testRunStarted','testCaseFinished','testStepResult','Exception\x20in\x20onTestStepFinished\x20event:\x20','getTestUUID','testRunFinished','494720gOROGk','6944948jrTHzv','PASSED','env','4626345gCehhz','capability','failed'];a6_0x222c=function(){return _0x5347f2;};return a6_0x222c();}module[a6_0x1e99d9(0x228)]=o11yClassErrorHandler(BrowserstackFormatter,['onTestCaseStarted',a6_0x1e99d9(0x1fa),a6_0x1e99d9(0x209),a6_0x1e99d9(0x1dd),a6_0x1e99d9(0x246),a6_0x1e99d9(0x204),a6_0x1e99d9(0x1c1),a6_0x1e99d9(0x211),a6_0x1e99d9(0x250)]);
1
+ const a6_0x280072=a6_0x59d2;function a6_0x59d2(_0x17f874,_0xdea0c){const _0x1bbc6f=a6_0x1bbc();return a6_0x59d2=function(_0x59d2fd,_0x5aaa56){_0x59d2fd=_0x59d2fd-0xb2;let _0x4c1e2f=_0x1bbc6f[_0x59d2fd];return _0x4c1e2f;},a6_0x59d2(_0x17f874,_0xdea0c);}(function(_0x1b7464,_0x19faef){const _0x4ec1f0=a6_0x59d2,_0x5ae249=_0x1b7464();while(!![]){try{const _0x345b66=parseInt(_0x4ec1f0(0xdc))/0x1*(parseInt(_0x4ec1f0(0xf8))/0x2)+parseInt(_0x4ec1f0(0xbd))/0x3*(-parseInt(_0x4ec1f0(0x103))/0x4)+-parseInt(_0x4ec1f0(0xfb))/0x5*(parseInt(_0x4ec1f0(0x108))/0x6)+parseInt(_0x4ec1f0(0xbf))/0x7+parseInt(_0x4ec1f0(0x126))/0x8+parseInt(_0x4ec1f0(0x14a))/0x9*(-parseInt(_0x4ec1f0(0xcf))/0xa)+parseInt(_0x4ec1f0(0x130))/0xb;if(_0x345b66===_0x19faef)break;else _0x5ae249['push'](_0x5ae249['shift']());}catch(_0x28cd4a){_0x5ae249['push'](_0x5ae249['shift']());}}}(a6_0x1bbc,0x7c46a));function a6_0x1bbc(){const _0x2faabc=['../../../helpers/testhub/utils.js','onTestStepStarted','3jkSrAp','map','forEach','bstack','hook','HookRunFinished','keyword','parse','winstonLogger','GJNpe','cgAVT','setup','testCaseStartedId','stepDefinition','finishedAt','__platform','toString','CONFIG','testCaseAttemptDataMap','../../../helpers/helper','reqlv','getTestCaseAttempt','steps','format','Ckgrq','YMARp','GAFvs','nNXDz','478382KPvcEv','cPewc','lRHpU','4704840QmUqmz','NqpFs','onTestCaseStarted','GZTUm','FAILED','status','EJclf','PLYCx','3921956SqHJMR','onTestRunFinished','testCases','exports','feature','6MXFQbA','util','logTestRunFinished','SKIPPED','pickle','NJunm','PENDING','text','extractStepContainers','Exception\x20in\x20onTestStepStarted\x20event:\x20','scenario','testSteps','LBifB','supportCodeLibrary','assign','WNiEA','Cqgxa','eventBroadcaster','ftFId','onTestCaseFinished','onTestCase','isBstackHook','capability','Executing\x20tests\x20for\x20','incrementCounter','XkBYx','testCaseStarted','uri','GNQOh','exception','2124272HNsBdn','testRunFinished','rule','QEwFm','../../../helpers/logger','onHook','../../playwright/reporter/test-details.js','getTestUUID','split','message','15886299RrZAWn','onPickle','HookRunStarted','LHcaN','testCaseId','LFwJm','SRAAr','actionLocation','hooks','Exception\x20in\x20sending\x20onTestCaseStarted:\x20','Exception\x20in\x20sending\x20onTestCaseFinished\x20event:\x20\x20','../test-observability.js','log','getGherkinDocument','source','toISOString','testStepId','AsMhk','flat','includes','parseTestCaseAttempt','eventDataCollector','aiNCD','sendTestRunEventForCucumber','gherkinDocument','onSource','31059bqmsIT','gherkinDocumentMap','name','adCdz','failed','finished_at','heWmr','qeJlg','\x20\x20\x20\x20','background','ZxOSr','TestRunStarted','onTestRunStarted','result','getGherkinStepMap','EiYlw','JalAH','fFZgo','push','pickleMap','DGjAI','testStepFinished','testStepStarted','FQqfh','testRunStarted','env','children','3shJbVN','envelope','3959816HRUPdd','AMBIGUOUS','pickleId','onGherkinDocument','gNTsu','OZoDd','Vupex','debug','pickleStepId','testCaseFinished','snippetBuilder','UNKNOWN','DKIHO','MelQM','seconds','onTestStepFinished','1630gklspp','testCaseMap','UNDEFINED','Ediad','logTestCaseFinished','testStepResult','description','duration','report','find','testCaseAttempt'];a6_0x1bbc=function(){return _0x2faabc;};return a6_0x1bbc();}const {requireModule,getPlatformName,nestedKeyValue,isUndefined}=require(a6_0x280072(0xef)),util=require(a6_0x280072(0x109)),{Formatter,formatterHelpers,Status}=requireModule('@cucumber/cucumber'),TestDetails=require(a6_0x280072(0x12c)),TestObservabilityReporter=require(a6_0x280072(0x13b)),{o11yClassErrorHandler}=require('../../../helpers/test-observability/error-handler'),{shouldProcessEventForTesthub}=require(a6_0x280072(0xda)),testObservabilityReporter=new TestObservabilityReporter(),logger=require(a6_0x280072(0x12a))[a6_0x280072(0xe4)],_tests={},_testCasesData={};class BrowserstackFormatter extends Formatter{constructor(_0x5909c1){const _0x9cebfd=a6_0x280072,_0x25451f={};_0x25451f[_0x9cebfd(0x114)]=_0x9cebfd(0xbe);const _0x28454c=_0x25451f;super(_0x5909c1),this[_0x9cebfd(0xd7)]={},_0x5909c1[_0x9cebfd(0x119)]['on'](_0x28454c[_0x9cebfd(0x114)],async _0x2e4a8e=>{const _0x6d0593=_0x9cebfd;switch(!![]){case!!_0x2e4a8e[_0x6d0593(0xba)]:this[_0x6d0593(0x156)](_0x2e4a8e['testRunStarted']);break;case!!_0x2e4a8e['testRunFinished']:this[_0x6d0593(0x104)](_0x2e4a8e['testRunFinished']);break;case!!_0x2e4a8e[_0x6d0593(0x122)]:this['onTestCaseStarted'](_0x2e4a8e['testCaseStarted'],_0x5909c1,_0x2e4a8e);break;case!!_0x2e4a8e[_0x6d0593(0xc8)]:this[_0x6d0593(0x11b)](_0x2e4a8e[_0x6d0593(0xc8)],_0x5909c1,_0x2e4a8e);break;case!!_0x2e4a8e[_0x6d0593(0xb8)]:this['onTestStepStarted'](_0x2e4a8e['testStepStarted'],_0x5909c1);break;case!!_0x2e4a8e[_0x6d0593(0xb7)]:this[_0x6d0593(0xce)](_0x2e4a8e['testStepFinished'],_0x5909c1);break;case!!_0x2e4a8e[_0x6d0593(0xe0)]:this[_0x6d0593(0x12b)](_0x2e4a8e[_0x6d0593(0xe0)]);break;case!!_0x2e4a8e['testCase']:this[_0x6d0593(0x11c)](_0x2e4a8e['testCase']);break;case!!_0x2e4a8e[_0x6d0593(0x10c)]:this[_0x6d0593(0x131)](_0x2e4a8e[_0x6d0593(0x10c)]);break;case!!_0x2e4a8e['gherkinDocument']:this[_0x6d0593(0xc2)](_0x2e4a8e[_0x6d0593(0x148)]);break;}});}[a6_0x280072(0x12b)](_0x147308){const _0x5a105b=a6_0x280072;this[_0x5a105b(0xd7)][_0x5a105b(0x138)]=Object['assign']([],this[_0x5a105b(0xd7)]['hooks']||[]),this[_0x5a105b(0xd7)][_0x5a105b(0x138)]['push'](_0x147308);}[a6_0x280072(0x131)](_0x229752){const _0x5e2988=a6_0x280072;this[_0x5e2988(0xd7)][_0x5e2988(0x10c)]=Object[_0x5e2988(0x116)]([],this[_0x5e2988(0xd7)][_0x5e2988(0x10c)]||[],[_0x229752]),this['report']['pickle'][_0x5e2988(0xb4)](_0x229752);}['onGherkinDocument'](_0x15f2ba){const _0x338094=a6_0x280072;this['report']['gherkinDocument']=Object[_0x338094(0x116)]([],this[_0x338094(0xd7)][_0x338094(0x148)]||[],[_0x15f2ba]),this[_0x338094(0xd7)][_0x338094(0x148)]['push'](_0x15f2ba);}[a6_0x280072(0x149)](_0x5add0f){const _0x3a87f3=a6_0x280072;this[_0x3a87f3(0xd7)][_0x3a87f3(0x13e)]=_0x5add0f;}['onStepDefinition'](_0x1198fd){const _0x4a9ace=a6_0x280072;this[_0x4a9ace(0xd7)][_0x4a9ace(0xe9)]=Object[_0x4a9ace(0x116)]([],this[_0x4a9ace(0xd7)]['stepDefinition']||[],[_0x1198fd]),this[_0x4a9ace(0xd7)]['stepDefinition'][_0x4a9ace(0xb4)](_0x1198fd);}[a6_0x280072(0x11c)](_0xbe7eba){const _0x1343ae=a6_0x280072;this[_0x1343ae(0xd7)][_0x1343ae(0x105)]=Object[_0x1343ae(0x116)]([],this['report']['testCases']||[],[_0xbe7eba]),this[_0x1343ae(0xd7)][_0x1343ae(0x105)][_0x1343ae(0xb4)](_0xbe7eba);}[a6_0x280072(0xd3)](_0x508f2c){const _0x18941d=a6_0x280072,_0x44575e={'adCdz':function(_0x358eb0,_0x49bcc2){return _0x358eb0!==_0x49bcc2;},'MelQM':_0x18941d(0xdf),'gNTsu':function(_0x1c5e6e,_0x56408b){return _0x1c5e6e+_0x56408b;},'LFwJm':function(_0x9604e7,_0x25d27f){return _0x9604e7+_0x25d27f;},'Ediad':function(_0x5da098,_0x3b8b2e){return _0x5da098+_0x3b8b2e;},'qeJlg':_0x18941d(0x152),'XkBYx':'\x20-\x20','SiYby':function(_0x16fdb6,_0x20632b){return _0x16fdb6===_0x20632b;},'ftFId':_0x18941d(0xff),'OZoDd':function(_0x15c1b8,_0x61327b,_0x3da5b5){return _0x15c1b8(_0x61327b,_0x3da5b5);},'znCSs':_0x18941d(0x157),'reqlv':_0x18941d(0x12f),'GZTUm':function(_0x4641f4,_0x15e69c){return _0x4641f4+_0x15e69c;},'aiNCD':function(_0x3e8711,_0x1843c2){return _0x3e8711!==_0x1843c2;},'AsMhk':function(_0x120b0d,_0x322a6e){return _0x120b0d+_0x322a6e;},'YMARp':function(_0x50c94b,_0x41aa03){return _0x50c94b+_0x41aa03;},'GAFvs':function(_0x315d21,_0x46074e){return _0x315d21+_0x46074e;},'oQaSL':function(_0x351c5c,_0x533eb4){return _0x351c5c+_0x533eb4;}};_0x44575e[_0x18941d(0x146)](global['__platform'],undefined)&&this[_0x18941d(0x13c)](_0x44575e[_0x18941d(0x141)](_0x44575e[_0x18941d(0xf5)]('\x0a',global[_0x18941d(0xeb)]),'\x0a'));const _0x34be75=this[_0x18941d(0x145)][_0x18941d(0xf1)](_0x508f2c['testCaseStartedId']);this[_0x18941d(0x13c)](_0x44575e[_0x18941d(0xfe)](_0x44575e[_0x18941d(0xf6)](_0x44575e[_0x18941d(0xd2)](_0x44575e['oQaSL']('\x20\x20',_0x34be75['gherkinDocument']['feature'][_0x18941d(0x14c)]),_0x44575e['XkBYx']),_0x34be75[_0x18941d(0x10c)][_0x18941d(0x14c)]),'\x0a'));const _0x32ec6b={};_0x32ec6b['cwd']=this['cwd'],_0x32ec6b['snippetBuilder']=this[_0x18941d(0xc9)],_0x32ec6b[_0x18941d(0x115)]=this[_0x18941d(0x115)],_0x32ec6b[_0x18941d(0xd9)]=_0x34be75;const _0x38a511=formatterHelpers[_0x18941d(0x144)](_0x32ec6b);let _0x2c06ea=![];_0x38a511[_0x18941d(0x113)][_0x18941d(0xde)](_0x309d65=>{const _0x19fb09=_0x18941d;if(_0x44575e[_0x19fb09(0x14d)](_0x309d65[_0x19fb09(0x14c)],_0x44575e[_0x19fb09(0xcc)])&&!this[_0x19fb09(0x11d)](_0x309d65)){totalTests+=0x1,this[_0x19fb09(0x13c)](_0x44575e[_0x19fb09(0xc3)](_0x44575e[_0x19fb09(0xc3)](_0x44575e['LFwJm'](_0x44575e[_0x19fb09(0x135)](_0x44575e[_0x19fb09(0xd2)](_0x44575e[_0x19fb09(0x151)],_0x309d65[_0x19fb09(0xe2)]),_0x309d65[_0x19fb09(0x10f)]||''),_0x44575e[_0x19fb09(0x121)]),Status[_0x309d65[_0x19fb09(0x157)][_0x19fb09(0x100)]]),'\x0a')),this[_0x19fb09(0x120)](Status[_0x309d65[_0x19fb09(0x157)][_0x19fb09(0x100)]]);if(_0x44575e['SiYby'](Status[_0x309d65[_0x19fb09(0x157)][_0x19fb09(0x100)]],_0x44575e[_0x19fb09(0x11a)])){_0x2c06ea=!![];const _0x9452a2=_0x44575e[_0x19fb09(0xc4)](nestedKeyValue,_0x309d65,[_0x44575e['znCSs'],_0x44575e[_0x19fb09(0xf0)]]);_0x9452a2&&(testsErrorMessage[_0x44575e[_0x19fb09(0xfe)](_0x44575e[_0x19fb09(0xc3)](_0x34be75[_0x19fb09(0x148)][_0x19fb09(0x107)][_0x19fb09(0x14c)],_0x44575e[_0x19fb09(0x121)]),_0x34be75[_0x19fb09(0x10c)][_0x19fb09(0x14c)])]=_0x9452a2,this[_0x19fb09(0x13c)](_0x44575e[_0x19fb09(0xd2)](_0x9452a2,'\x0a')));}}}),_0x2c06ea&&(testSuitesFailed+=0x1),this[_0x18941d(0x13c)]('\x0a');}[a6_0x280072(0x10a)](_0x2c868e){}[a6_0x280072(0x11d)](_0x127a8e){const _0x2dfe44=a6_0x280072,_0x1d4148={};_0x1d4148[_0x2dfe44(0x129)]=function(_0x5338fd,_0xac3ad2){return _0x5338fd!==_0xac3ad2;},_0x1d4148['jIyLs']='cucumber-js/test.setup.js';const _0x1b237e=_0x1d4148;if(_0x1b237e['QEwFm'](_0x127a8e['sourceLocation'],undefined))return![];if(_0x127a8e[_0x2dfe44(0x137)]&&_0x127a8e['actionLocation'][_0x2dfe44(0x123)][_0x2dfe44(0x143)](_0x1b237e['jIyLs']))return!![];return![];}[a6_0x280072(0x120)](_0x56e3ed){const _0x2c0977=a6_0x280072,_0x2a528d={};_0x2a528d[_0x2c0977(0x150)]=_0x2c0977(0xff),_0x2a528d['fFZgo']='PASSED',_0x2a528d[_0x2c0977(0x118)]=_0x2c0977(0x10b),_0x2a528d[_0x2c0977(0x133)]=_0x2c0977(0x10e),_0x2a528d[_0x2c0977(0xfa)]=_0x2c0977(0xd1),_0x2a528d['EJclf']=_0x2c0977(0xca),_0x2a528d[_0x2c0977(0x102)]=_0x2c0977(0xc0);const _0x718007=_0x2a528d;switch(_0x56e3ed){case _0x718007[_0x2c0977(0x150)]:testsFailed+=0x1;break;case _0x718007[_0x2c0977(0xb3)]:testsPassed+=0x1;break;case _0x718007[_0x2c0977(0x118)]:testsSkipped+=0x1;break;case _0x718007[_0x2c0977(0x133)]:testsPending+=0x1;break;case _0x718007[_0x2c0977(0xfa)]:testsUndefined+=0x1;break;case _0x718007[_0x2c0977(0x101)]:testsUnknown+=0x1;break;case _0x718007[_0x2c0977(0x102)]:testsAmbiguous+=0x1;break;default:break;}}[a6_0x280072(0x156)](_0x594245){const _0x437e84=a6_0x280072,_0x4369d1={'EiYlw':function(_0x5cd6a0,_0x458806){return _0x5cd6a0!==_0x458806;},'DKIHO':function(_0x515f8f,_0x57cd38){return _0x515f8f(_0x57cd38);},'miQlc':function(_0x5b5f97,_0x2cc297){return _0x5b5f97+_0x2cc297;},'ZPuHj':function(_0x53519e){return _0x53519e();}};let _0x3b6603;if(_0x4369d1[_0x437e84(0x159)](process['env'][_0x437e84(0xed)],undefined)){const _0x17fd62=JSON[_0x437e84(0xe3)](process[_0x437e84(0xbb)][_0x437e84(0xed)]);_0x3b6603=_0x17fd62[_0x437e84(0x11e)];}_0x4369d1[_0x437e84(0x159)](_0x3b6603,undefined)&&(global[_0x437e84(0xeb)]=_0x4369d1[_0x437e84(0xcb)](getPlatformName,_0x3b6603),this['log'](_0x4369d1['miQlc'](_0x437e84(0x11f)+global[_0x437e84(0xeb)],'\x0a'))),_0x4369d1['ZPuHj'](shouldProcessEventForTesthub)&&(TestDetails[_0x437e84(0xe7)](),this[_0x437e84(0xd7)][_0x437e84(0xba)]=_0x594245);}[a6_0x280072(0x104)](_0x28b7d6){const _0x48c9d4=a6_0x280072;this[_0x48c9d4(0xd7)][_0x48c9d4(0x127)]=_0x28b7d6,this[_0x48c9d4(0x10a)](_0x28b7d6);}async['onTestCaseStarted'](_0x26f25d,_0x85c9b6,_0x274d97){const _0x35af4e=a6_0x280072,_0xc48ce8={'cgAVT':function(_0x299825,_0x352651){return _0x299825(_0x352651);},'GNQOh':_0x35af4e(0x155),'SRAAr':function(_0x556895,_0x92266a){return _0x556895&&_0x92266a;}};testSuites+=0x1;if(_0xc48ce8[_0x35af4e(0xe6)](shouldProcessEventForTesthub,_0xc48ce8['GNQOh']))try{this[_0x35af4e(0xd7)][_0x35af4e(0x122)]=this[_0x35af4e(0xd7)]['testCaseStarted']||{},this[_0x35af4e(0xd7)][_0x35af4e(0x122)][_0x26f25d['id']]=_0x26f25d;const _0x594fc1=TestDetails[_0x35af4e(0x12d)](_0x26f25d['id']);_testCasesData[_0x26f25d['id']]=Object['assign']({},_0x274d97);const _0x5dbeaa=this[_0x35af4e(0xd7)],_0x561a72=_0x26f25d[_0x35af4e(0x134)],_0x2771d7=_0x5dbeaa['testCases'][_0x35af4e(0xd8)](_0x2ec614=>_0x2ec614['id']===_0x561a72)[_0x35af4e(0xc1)],_0x15df08=_0x5dbeaa['pickle'][_0x35af4e(0xd8)](_0x36b0f6=>_0x36b0f6['id']===_0x2771d7),_0x44ab26=_0x5dbeaa[_0x35af4e(0x148)][_0x35af4e(0xd8)](_0x48dea7=>_0x48dea7[_0x35af4e(0x123)]===_0x15df08[_0x35af4e(0x123)]),_0x425125=_0x44ab26[_0x35af4e(0x107)],_0x3daa69={'uuid':_0x594fc1,'startedAt':new Date()[_0x35af4e(0x13f)]()};if(_0x15df08){const _0x7ec435={};_0x7ec435[_0x35af4e(0x14c)]=_0x15df08['name'],_0x3daa69[_0x35af4e(0x112)]=_0x7ec435;}if(_0xc48ce8[_0x35af4e(0x136)](_0x44ab26,_0x425125)){const _0x23fe92={};_0x23fe92['path']=_0x44ab26['uri'],_0x23fe92[_0x35af4e(0x14c)]=_0x425125[_0x35af4e(0x14c)],_0x23fe92['description']=_0x425125[_0x35af4e(0xd5)],_0x3daa69['feature']=_0x23fe92;}_tests[_0x561a72]=_0x3daa69,await testObservabilityReporter[_0x35af4e(0x147)](_0x274d97,_0x44ab26,_0x15df08,_0xc48ce8[_0x35af4e(0x124)],_0x3daa69);}catch(_0x2f081a){logger[_0x35af4e(0xc6)](_0x35af4e(0x139)+util[_0x35af4e(0xf3)](_0x2f081a)+'\x20');}}async[a6_0x280072(0x11b)](_0x14f64d,_0x138457,_0x12a84d){const _0x577645=a6_0x280072,_0x437079={'FQqfh':function(_0x35c83c,_0x4ccb9c){return _0x35c83c(_0x4ccb9c);},'GJNpe':'TestRunFinished'};this[_0x577645(0xd3)](_0x14f64d);if(_0x437079[_0x577645(0xb9)](shouldProcessEventForTesthub,_0x437079[_0x577645(0xe5)]))try{this[_0x577645(0xd7)][_0x577645(0xc8)]=this[_0x577645(0xd7)][_0x577645(0xc8)]||{},this['report'][_0x577645(0xc8)][_0x14f64d[_0x577645(0xe8)]]=_0x14f64d,_testCasesData[_0x12a84d['id']]=Object[_0x577645(0x116)]({},_0x12a84d);const _0x3d5225=_0x14f64d[_0x577645(0xe8)],_0x475e5b=_0x138457[_0x577645(0x145)]['testCaseAttemptDataMap'][_0x3d5225][_0x577645(0x134)],_0x3edcc5=_0x138457['eventDataCollector']['testCaseMap'][_0x475e5b],_0x36eb2c=_0x3edcc5[_0x577645(0xc1)],_0x3a1d31=_0x138457[_0x577645(0x145)]['pickleMap'][_0x36eb2c],_0x4d6480=this['getGherkinDocument'](_0x138457,_0x3a1d31),_0x288e31=_tests[_0x475e5b];_0x288e31&&(delete _tests[_0x475e5b],_0x288e31[_0x577645(0xea)]=new Date()['toISOString']()),await testObservabilityReporter['sendTestRunEventForCucumber'](_0x12a84d,_0x4d6480,_0x3a1d31,_0x437079[_0x577645(0xe5)],_0x288e31);}catch(_0x4e3fa9){logger[_0x577645(0xc6)](_0x577645(0x13a)+util['format'](_0x4e3fa9));}}async[a6_0x280072(0xdb)](_0x46e72d,_0x4c2189){const _0x188841=a6_0x280072,_0x2674ac={'nNXDz':function(_0x50ce35,_0x285b3e){return _0x50ce35(_0x285b3e);},'Vupex':_0x188841(0x132),'DoMzp':function(_0x25e663,_0x3d500f){return _0x25e663!==_0x3d500f;},'JalAH':_0x188841(0x140)};if(_0x2674ac[_0x188841(0xf7)](shouldProcessEventForTesthub,_0x2674ac[_0x188841(0xc5)]))try{this[_0x188841(0xd7)][_0x188841(0xb8)]=this[_0x188841(0xd7)][_0x188841(0xb8)]||{},this['report'][_0x188841(0xb8)][_0x46e72d[_0x188841(0xe8)]]=_0x46e72d;const _0x1c392c=_0x46e72d[_0x188841(0xe8)],_0x5765dc=_0x4c2189['eventDataCollector']['testCaseAttemptDataMap'][_0x1c392c][_0x188841(0x134)],_0x14f7df=this['report'][_0x188841(0x105)][_0x188841(0xd8)](_0x5d5808=>_0x5d5808['id']===_0x5765dc)[_0x188841(0xc1)],_0x38c072=this[_0x188841(0xd7)][_0x188841(0x10c)][_0x188841(0xd8)](_0x57c967=>_0x57c967['id']===_0x14f7df),_0x106389=this[_0x188841(0xd7)][_0x188841(0x105)][_0x188841(0xd8)](_0x15d6c5=>_0x15d6c5['id']===_0x5765dc)[_0x188841(0x113)],_0x290fb6=this[_0x188841(0xd7)][_0x188841(0xb8)][_0x1c392c][_0x188841(0x140)],_0x7c8ad8=_0x106389[_0x188841(0xd8)](_0x4bb143=>_0x4bb143['id']===_0x290fb6)[_0x188841(0xc7)],_0x2b59ec=_0x38c072[_0x188841(0xf2)][_0x188841(0xd8)](_0x47ae0c=>_0x47ae0c['id']===_0x7c8ad8);if(_0x7c8ad8&&_tests[_0x5765dc]&&_0x2674ac['DoMzp'](_tests[_0x5765dc][_0x2674ac[_0x188841(0xb2)]],_0x290fb6)){_tests[_0x5765dc][_0x2674ac[_0x188841(0xb2)]]=_0x290fb6;const _0x91b73d={};_0x91b73d[_0x188841(0xf2)]=[];const _0x425cc5=_tests[_0x5765dc]||_0x91b73d;_0x425cc5&&!_0x425cc5[_0x188841(0xf2)]&&(_0x425cc5[_0x188841(0xf2)]=[]),_0x425cc5[_0x188841(0xf2)][_0x188841(0xb4)]({'id':_0x2b59ec['id'],'text':_0x2b59ec[_0x188841(0x10f)],'started_at':new Date()[_0x188841(0x13f)]()}),_tests[_0x5765dc]=_0x425cc5;}await testObservabilityReporter['sendHook'](this[_0x188841(0xd7)],_0x1c392c,_0x2674ac['Vupex'],_0x106389,_0x290fb6,_tests[_0x5765dc]);}catch(_0x3e6b03){logger[_0x188841(0xc6)](_0x188841(0x111)+util[_0x188841(0xf3)](_0x3e6b03));}}async[a6_0x280072(0xce)](_0x2b27f8,_0x457eb0){const _0x20830f=a6_0x280072,_0x577ad3={'DGjAI':function(_0x8b1e2d,_0x3d65c6){return _0x8b1e2d===_0x3d65c6;},'NqpFs':'4|2|0|1|3','XgaDM':function(_0x2a9958,_0x3b398a){return _0x2a9958(_0x3b398a);},'Ckgrq':_0x20830f(0xe1),'ZxOSr':_0x20830f(0x14e),'WNiEA':'UnhandledError','cPewc':_0x20830f(0x140)};this[_0x20830f(0xd7)]['testStepFinished']=this['report'][_0x20830f(0xb7)]||{},this[_0x20830f(0xd7)][_0x20830f(0xb7)][_0x2b27f8[_0x20830f(0xe8)]]=_0x2b27f8;if(_0x577ad3['XgaDM'](shouldProcessEventForTesthub,_0x577ad3[_0x20830f(0xf4)]))try{const _0x34599a=_0x2b27f8['testCaseStartedId'],_0x473381=_0x457eb0[_0x20830f(0x145)][_0x20830f(0xee)][_0x34599a][_0x20830f(0x134)],_0x2d97ca=_0x457eb0[_0x20830f(0x145)][_0x20830f(0xd0)][_0x473381],_0x13e4c9=_0x2d97ca[_0x20830f(0xc1)],_0x14b40d=_0x457eb0[_0x20830f(0x145)][_0x20830f(0xb5)][_0x13e4c9],_0x3d8d7b=_0x2b27f8[_0x20830f(0x140)],_0x4e403d=_0x2d97ca[_0x20830f(0x113)],_0xd4e669=this['eventDataCollector']['getTestCaseAttempt'](_0x34599a),_0x254782=_0x4e403d['find'](_0x3b9225=>_0x3b9225['id']===_0x3d8d7b)[_0x20830f(0xc7)];let _0x18d864,_0x56f194;_0x2b27f8[_0x20830f(0xd4)]&&_0x577ad3[_0x20830f(0xb6)](_0x2b27f8[_0x20830f(0xd4)][_0x20830f(0x100)][_0x20830f(0xec)]()['toLowerCase'](),_0x577ad3[_0x20830f(0x154)])&&(_0x18d864=_0x577ad3[_0x20830f(0xb6)](_0x2b27f8[_0x20830f(0xd4)][_0x20830f(0x125)],undefined)?_0x2b27f8['testStepResult'][_0x20830f(0x12f)]:_0x2b27f8[_0x20830f(0xd4)]['exception'][_0x20830f(0x12f)],_0x56f194=_0x577ad3[_0x20830f(0xb6)](_0x2b27f8['testStepResult'][_0x20830f(0x125)],undefined)?_0x577ad3[_0x20830f(0x117)]:_0x2b27f8[_0x20830f(0xd4)][_0x20830f(0x12f)]);await testObservabilityReporter['sendHook'](this[_0x20830f(0xd7)],_0x34599a,_0x577ad3['Ckgrq'],_0x4e403d,_0x3d8d7b,_tests[_0x473381]);if(_0x254782&&_tests[_0x473381][_0x577ad3[_0x20830f(0xf9)]]){const _0x1ca817=_0x14b40d[_0x20830f(0xf2)][_0x20830f(0xd8)](_0x194884=>_0x194884['id']===_0x254782),_0x2488b4={};_0x2488b4[_0x20830f(0xf2)]=[];const _0x1ccc35=_tests[_0x473381]||_0x2488b4;!_0x1ccc35[_0x20830f(0xf2)]?_0x1ccc35[_0x20830f(0xf2)]=[{'id':_0x1ca817['id'],'text':_0x1ca817['text'],'finished_at':new Date()[_0x20830f(0x13f)](),'result':_0x2b27f8[_0x20830f(0xd4)][_0x20830f(0x100)],'duration':_0x2b27f8[_0x20830f(0xd4)]['duration'][_0x20830f(0xcd)],'failure':_0x18d864,'failureType':_0x56f194}]:_0x1ccc35['steps']['forEach'](_0x57de80=>{const _0x52c2f2=_0x20830f;if(_0x577ad3['DGjAI'](_0x57de80['id'],_0x1ca817['id'])){const _0x1cb1b2=_0x577ad3[_0x52c2f2(0xfc)][_0x52c2f2(0x12e)]('|');let _0x562d3b=0x0;while(!![]){switch(_0x1cb1b2[_0x562d3b++]){case'0':_0x57de80[_0x52c2f2(0xd6)]=_0x2b27f8['testStepResult'][_0x52c2f2(0xd6)][_0x52c2f2(0xcd)];continue;case'1':_0x57de80['failure']=_0x18d864;continue;case'2':_0x57de80[_0x52c2f2(0x157)]=_0x2b27f8[_0x52c2f2(0xd4)][_0x52c2f2(0x100)];continue;case'3':_0x57de80['failureType']=_0x56f194;continue;case'4':_0x57de80[_0x52c2f2(0x14f)]=new Date()['toISOString']();continue;}break;}}}),_tests[_0x473381]=_0x1ccc35,delete _tests[_0x473381][_0x577ad3[_0x20830f(0xf9)]];}}catch(_0x5bf1c2){logger[_0x20830f(0xc6)]('Exception\x20in\x20onTestStepFinished\x20event:\x20'+util[_0x20830f(0xf3)](_0x5bf1c2));}}['getGherkinStepMap'](_0x349a2b){const _0x4124f6=a6_0x280072,_0x1a4688={};return _0x349a2b[_0x4124f6(0x107)][_0x4124f6(0xbc)][_0x4124f6(0xdd)](this[_0x4124f6(0x110)])[_0x4124f6(0x142)]()[_0x4124f6(0xde)](_0x471a9b=>_0x471a9b[_0x4124f6(0xf2)][_0x4124f6(0xde)](_0x38b608=>_0x1a4688[_0x38b608['id']]=_0x38b608)),_0x1a4688;}[a6_0x280072(0x110)](_0x41af21){const _0x19d81c=a6_0x280072,_0x3b40e9={'YLzJQ':function(_0x5c4eaf,_0x1e2aac){return _0x5c4eaf(_0x1e2aac);},'NJunm':function(_0x501f6d,_0x2ee2ee){return _0x501f6d(_0x2ee2ee);}};if(!_0x3b40e9['YLzJQ'](isUndefined,_0x41af21[_0x19d81c(0x153)]))return[_0x41af21['background']];else{if(!_0x3b40e9[_0x19d81c(0x10d)](isUndefined,_0x41af21[_0x19d81c(0x128)]))return _0x41af21[_0x19d81c(0x128)][_0x19d81c(0xbc)][_0x19d81c(0xdd)](_0x673606=>!isUndefined(_0x673606[_0x19d81c(0x153)])?_0x673606[_0x19d81c(0x153)]:_0x673606[_0x19d81c(0x112)]);};return[_0x41af21[_0x19d81c(0x112)]];}[a6_0x280072(0x13d)](_0x38f0f1,_0x142fa9){const _0x184891=a6_0x280072;return Object['values'](_0x38f0f1[_0x184891(0x145)][_0x184891(0x14b)])['find'](_0x56a425=>_0x56a425[_0x184891(0x123)]===_0x142fa9[_0x184891(0x123)]);}}module[a6_0x280072(0x106)]=o11yClassErrorHandler(BrowserstackFormatter,[a6_0x280072(0xfd),a6_0x280072(0x11b),a6_0x280072(0xdb),a6_0x280072(0xce),'onTestRunStarted',a6_0x280072(0x104),a6_0x280072(0x110),a6_0x280072(0x13d),a6_0x280072(0x158)]);
@@ -1 +1 @@
1
- function a7_0x266f(){const _0x1b24c2=['test-step-started','BGacd','result','eventBroadcaster','test-run-finished','oqZQw','qjpdo','\x20\x20\x20\x20AFTER\x20-\x20','ZXCJh','exports','testCase','test-run-started','getStepLineToPickledStepMap','__platform','includes','cdNvR','oXybn','parse','WcEMy','1061129YuRXAF','dPqXQ','20124960xWdLAL','WyzQa','toUpperCase','uri','AHySm','logTestCaseFinished','5eIbgyx','test-case-started','actionLocation','feature','JQjtY','../../../helpers/helper','kHZKE','rvJKH','CONFIG','\x20\x20\x20\x20BEFORE\x20-\x20','line','Executing\x20tests\x20for\x20','EhQGM','1647582pZFggv','2907806CZvWfL','length','jzjuj','AMBIGUOUS','stepResults','TnYWZ','UNDEFINED','PENDING','status','eventDataCollector','name','brGyf','NMqbt','abrhF','FoQIv','gherkinDocument','exception','PASSED','SKIPPED','EzShA','753712wXLDmy','mygrI','ZihVp','lxsad','aqSCX','1780758oUlqCd','text','env','getTestCaseData','TYKjI','EnhqP','BCaNu','cucumber','UNKNOWN','getTestCaseAttempt','steps','forEach','FjXoY','gdjbg','pickle','sourceLocation','log','cucumber-js/test_old.setup.js','pjTgP','\x20\x20\x20\x20','887215ytNLiu','ahFSi','yKrxj','xIMnz','XfSZe'];a7_0x266f=function(){return _0x1b24c2;};return a7_0x266f();}const a7_0x55d15f=a7_0x35c3;(function(_0x49722a,_0x529e06){const _0x167643=a7_0x35c3,_0xf5074c=_0x49722a();while(!![]){try{const _0x26cf27=-parseInt(_0x167643(0x1bb))/0x1+-parseInt(_0x167643(0x1d1))/0x2+parseInt(_0x167643(0x1d0))/0x3+-parseInt(_0x167643(0x1e5))/0x4+-parseInt(_0x167643(0x1c3))/0x5*(-parseInt(_0x167643(0x1ea))/0x6)+parseInt(_0x167643(0x1fe))/0x7+parseInt(_0x167643(0x1bd))/0x8;if(_0x26cf27===_0x529e06)break;else _0xf5074c['push'](_0xf5074c['shift']());}catch(_0x3d5020){_0xf5074c['push'](_0xf5074c['shift']());}}}(a7_0x266f,0xbf9fc));const {requireModule,getPlatformName,nestedKeyValue}=require(a7_0x55d15f(0x1c8)),{Formatter}=requireModule('cucumber'),pickleParser=requireModule('cucumber/lib/formatter/helpers/pickle_parser.js',a7_0x55d15f(0x1f1));function a7_0x35c3(_0x1080ae,_0x53144d){const _0x266f54=a7_0x266f();return a7_0x35c3=function(_0x35c33c,_0x1178fd){_0x35c33c=_0x35c33c-0x1a7;let _0x327943=_0x266f54[_0x35c33c];return _0x327943;},a7_0x35c3(_0x1080ae,_0x53144d);}class BrowserstackFormatter extends Formatter{constructor(_0x30bd88){const _0x2e0d1f=a7_0x55d15f,_0x377341={'xIMnz':function(_0x4a9405,_0x3ba71d){return _0x4a9405!==_0x3ba71d;},'WyzQa':function(_0x3ca5e2,_0x3073ae){return _0x3ca5e2(_0x3073ae);},'ahFSi':_0x2e0d1f(0x1b3),'GTwiD':_0x2e0d1f(0x1c4),'FjXoY':'test-case-finished','EhQGM':_0x2e0d1f(0x1ac),'TYKjI':_0x2e0d1f(0x1a8)};super(_0x30bd88),_0x30bd88[_0x2e0d1f(0x1ab)]['on'](_0x377341[_0x2e0d1f(0x1ff)],()=>{const _0x369eab=_0x2e0d1f;let _0xe4da2e;if(_0x377341[_0x369eab(0x201)](process[_0x369eab(0x1ec)][_0x369eab(0x1cb)],undefined)){const _0x475d6f=JSON[_0x369eab(0x1b9)](process[_0x369eab(0x1ec)][_0x369eab(0x1cb)]);_0xe4da2e=_0x475d6f['capability'];}_0x377341[_0x369eab(0x201)](_0xe4da2e,undefined)&&(global[_0x369eab(0x1b5)]=_0x377341[_0x369eab(0x1be)](getPlatformName,_0xe4da2e),console[_0x369eab(0x1fa)](_0x369eab(0x1ce)+global[_0x369eab(0x1b5)]));}),_0x30bd88['eventBroadcaster']['on'](_0x377341['GTwiD'],()=>{testSuites+=0x1;}),_0x30bd88[_0x2e0d1f(0x1ab)]['on'](_0x377341[_0x2e0d1f(0x1f6)],_0x3c0598=>{const _0x2f2ab9=_0x2e0d1f;this[_0x2f2ab9(0x1c2)](_0x3c0598);}),_0x30bd88['eventBroadcaster']['on'](_0x377341[_0x2e0d1f(0x1cf)],()=>{totalTests-=0x2;}),_0x30bd88[_0x2e0d1f(0x1ab)]['on'](_0x377341[_0x2e0d1f(0x1ee)],()=>{totalTests+=0x1;});}['logTestCaseFinished'](_0x3bbf2f){const _0x156833=a7_0x55d15f,_0x467da1={'AHySm':'FAILED','ZdjNI':_0x156833(0x1e2),'kHZKE':_0x156833(0x1e3),'BCaNu':_0x156833(0x1d8),'cMiBT':_0x156833(0x1d7),'oqZQw':_0x156833(0x1f2),'EzShA':_0x156833(0x1d4),'pjTgP':function(_0x8079b5,_0x57026d){return _0x8079b5+_0x57026d;},'NMqbt':function(_0x1ca339,_0x4bf0eb){return _0x1ca339+_0x4bf0eb;},'gdjbg':function(_0x220984,_0xa657ac){return _0x220984+_0xa657ac;},'cdNvR':_0x156833(0x1fd),'yKrxj':'\x20-\x20','brGyf':function(_0x3eb790,_0x5db553){return _0x3eb790(_0x5db553);},'EnhqP':_0x156833(0x1fb),'qjpdo':function(_0x524bb7,_0x50d18c){return _0x524bb7(_0x50d18c);},'lxsad':_0x156833(0x1af),'ZihVp':_0x156833(0x1cc),'abrhF':function(_0x1c218b,_0x86745d){return _0x1c218b===_0x86745d;},'rvJKH':function(_0x281bc0,_0x116d54,_0x39621d){return _0x281bc0(_0x116d54,_0x39621d);},'ZXCJh':_0x156833(0x1aa),'WcEMy':_0x156833(0x1e1),'dPqXQ':'stack','FoQIv':function(_0x44ced2,_0x5b14ea){return _0x44ced2+_0x5b14ea;},'XfSZe':function(_0x4fa30f,_0x3a6756){return _0x4fa30f!==_0x3a6756;},'TnYWZ':function(_0x162db3,_0x488483){return _0x162db3!==_0x488483;},'aqSCX':'undefined','oXybn':function(_0x1c061b,_0x148d34){return _0x1c061b<_0x148d34;},'JQjtY':function(_0x1c79ee,_0x131b16){return _0x1c79ee+_0x131b16;},'BGacd':function(_0x5e2293,_0xe32da){return _0x5e2293+_0xe32da;},'PkVla':function(_0x34d6b2,_0x128aa9){return _0x34d6b2(_0x128aa9);},'jzjuj':function(_0x20e2d5,_0x2423e7){return _0x20e2d5(_0x2423e7);},'mygrI':function(_0xf23a4e,_0x17edc5){return _0xf23a4e+_0x17edc5;},'ISqRg':function(_0x178cc1,_0x2db980){return _0x178cc1+_0x2db980;}};let _0x2111aa=![];function _0x213d49(_0x18c617){const _0xeb658b=_0x156833;switch(_0x18c617){case _0x467da1[_0xeb658b(0x1c1)]:testsFailed+=0x1;break;case _0x467da1['ZdjNI']:testsPassed+=0x1;break;case _0x467da1[_0xeb658b(0x1c9)]:testsSkipped+=0x1;break;case _0x467da1[_0xeb658b(0x1f0)]:testsPending+=0x1;break;case _0x467da1['cMiBT']:testsUndefined+=0x1;break;case _0x467da1[_0xeb658b(0x1ad)]:testsUnknown+=0x1;break;case _0x467da1[_0xeb658b(0x1e4)]:testsAmbiguous+=0x1;break;default:break;}}_0x467da1[_0x156833(0x1a7)](global[_0x156833(0x1b5)],undefined)&&console['log'](_0x467da1[_0x156833(0x1f7)](_0x467da1['NMqbt']('\x0a',global[_0x156833(0x1b5)]),'\x0a'));let _0x27dd37=![];if(_0x467da1[_0x156833(0x1d6)](typeof this[_0x156833(0x1da)]['getTestCaseData'],_0x467da1[_0x156833(0x1e9)])){var _0x209b25=this[_0x156833(0x1da)][_0x156833(0x1ed)](_0x3bbf2f[_0x156833(0x1f9)]),_0x485e52=_0x209b25[_0x156833(0x1f8)],_0x3c4c40=_0x209b25[_0x156833(0x1b2)];console[_0x156833(0x1fa)](_0x467da1[_0x156833(0x1f7)]('\x20\x20',_0x485e52[_0x156833(0x1db)]));var _0x4f9834=(0x0,pickleParser[_0x156833(0x1b4)])(_0x485e52);_0x3c4c40[_0x156833(0x1f4)][_0x156833(0x1f5)](function(_0x34925d){const _0x252fbc=_0x156833;if(_0x34925d[_0x252fbc(0x1c5)]&&_0x34925d['sourceLocation'])_0x2111aa=!![],console[_0x252fbc(0x1fa)](_0x467da1[_0x252fbc(0x1fc)](_0x467da1['NMqbt'](_0x467da1[_0x252fbc(0x1f7)](_0x467da1[_0x252fbc(0x1b7)],_0x4f9834[_0x34925d[_0x252fbc(0x1f9)]['line']]['text']),_0x467da1[_0x252fbc(0x200)]),_0x34925d[_0x252fbc(0x1aa)][_0x252fbc(0x1d9)]['toUpperCase']())),_0x467da1[_0x252fbc(0x1dc)](_0x213d49,_0x34925d[_0x252fbc(0x1aa)][_0x252fbc(0x1d9)][_0x252fbc(0x1bf)]());else _0x34925d[_0x252fbc(0x1c5)]&&(!_0x34925d[_0x252fbc(0x1c5)][_0x252fbc(0x1c0)][_0x252fbc(0x1b6)](_0x467da1[_0x252fbc(0x1ef)])&&(_0x467da1[_0x252fbc(0x1ae)](_0x213d49,_0x34925d[_0x252fbc(0x1aa)][_0x252fbc(0x1d9)][_0x252fbc(0x1bf)]()),_0x2111aa?console[_0x252fbc(0x1fa)](_0x467da1[_0x252fbc(0x1f7)](_0x467da1[_0x252fbc(0x1e8)],_0x34925d['result'][_0x252fbc(0x1d9)][_0x252fbc(0x1bf)]())):console[_0x252fbc(0x1fa)](_0x467da1[_0x252fbc(0x1fc)](_0x467da1[_0x252fbc(0x1e7)],_0x34925d[_0x252fbc(0x1aa)][_0x252fbc(0x1d9)][_0x252fbc(0x1bf)]()))));if(_0x467da1['abrhF'](_0x34925d[_0x252fbc(0x1aa)]['status'][_0x252fbc(0x1bf)](),_0x467da1[_0x252fbc(0x1c1)])){const _0x2dffb2=_0x467da1[_0x252fbc(0x1ca)](nestedKeyValue,_0x34925d,[_0x467da1[_0x252fbc(0x1b0)],_0x467da1[_0x252fbc(0x1ba)],_0x467da1[_0x252fbc(0x1bc)]]);_0x2dffb2&&(testsErrorMessage[_0x485e52['name']]=_0x2dffb2,console['log'](_0x467da1[_0x252fbc(0x1df)](_0x2dffb2,'\x0a'))),_0x27dd37=!![];}});}else{const _0x57a937=this[_0x156833(0x1da)][_0x156833(0x1f3)](_0x3bbf2f);console[_0x156833(0x1fa)](_0x467da1[_0x156833(0x1dd)](_0x467da1[_0x156833(0x1dd)](_0x467da1[_0x156833(0x1f7)]('\x20\x20',_0x57a937['gherkinDocument']['feature']['name']),_0x467da1[_0x156833(0x200)]),_0x57a937[_0x156833(0x1f8)][_0x156833(0x1db)]));const _0x55e705=(0x0,pickleParser['getStepLineToPickledStepMap'])(_0x57a937[_0x156833(0x1f8)]),_0x493c03=_0x57a937[_0x156833(0x1b2)]['steps'],_0x22f6ee=_0x57a937[_0x156833(0x1d5)],_0x21f233=_0x493c03[_0x156833(0x1d2)];for(let _0x18e74b=0x0;_0x467da1[_0x156833(0x1b8)](_0x18e74b,_0x21f233);_0x18e74b++){const _0x4baed1=_0x493c03[_0x18e74b];if(_0x4baed1[_0x156833(0x1c5)]&&_0x4baed1['sourceLocation'])_0x2111aa=!![],console[_0x156833(0x1fa)](_0x467da1[_0x156833(0x1fc)](_0x467da1[_0x156833(0x1c7)](_0x467da1[_0x156833(0x1a9)](_0x467da1['cdNvR'],_0x55e705[_0x4baed1[_0x156833(0x1f9)][_0x156833(0x1cd)]][_0x156833(0x1eb)]),_0x467da1[_0x156833(0x200)]),_0x22f6ee[_0x18e74b][_0x156833(0x1d9)][_0x156833(0x1bf)]())),_0x467da1['PkVla'](_0x213d49,_0x22f6ee[_0x18e74b][_0x156833(0x1d9)][_0x156833(0x1bf)]());else _0x4baed1[_0x156833(0x1c5)]&&(!_0x4baed1[_0x156833(0x1c5)][_0x156833(0x1c0)][_0x156833(0x1b6)](_0x467da1[_0x156833(0x1ef)])&&(_0x467da1[_0x156833(0x1d3)](_0x213d49,_0x22f6ee[_0x18e74b][_0x156833(0x1d9)]['toUpperCase']()),_0x2111aa?console['log'](_0x467da1['FoQIv'](_0x467da1[_0x156833(0x1e8)],_0x22f6ee[_0x18e74b][_0x156833(0x1d9)][_0x156833(0x1bf)]())):console[_0x156833(0x1fa)](_0x467da1[_0x156833(0x1e6)](_0x467da1[_0x156833(0x1e7)],_0x22f6ee[_0x18e74b]['status']['toUpperCase']()))));if(_0x467da1[_0x156833(0x1de)](_0x22f6ee[_0x18e74b][_0x156833(0x1d9)][_0x156833(0x1bf)](),_0x467da1[_0x156833(0x1c1)])){_0x27dd37=!![];const _0xb1360f=_0x467da1['rvJKH'](nestedKeyValue,_0x22f6ee[_0x18e74b],[_0x467da1[_0x156833(0x1ba)],_0x467da1[_0x156833(0x1bc)]]);_0xb1360f&&(testsErrorMessage[_0x467da1['ISqRg'](_0x467da1[_0x156833(0x1a9)](_0x57a937[_0x156833(0x1e0)][_0x156833(0x1c6)][_0x156833(0x1db)],_0x467da1[_0x156833(0x200)]),_0x57a937[_0x156833(0x1f8)][_0x156833(0x1db)])]=_0xb1360f,console[_0x156833(0x1fa)](_0x467da1[_0x156833(0x1c7)](_0xb1360f,'\x0a')));}}}_0x27dd37&&(testSuitesFailed+=0x1),console[_0x156833(0x1fa)]('\x0a');}}module[a7_0x55d15f(0x1b1)]=BrowserstackFormatter;
1
+ const a7_0x8366a=a7_0x5a76;(function(_0x4984ea,_0x2e5d91){const _0x48d84c=a7_0x5a76,_0x2c5d62=_0x4984ea();while(!![]){try{const _0x47b383=parseInt(_0x48d84c(0xeb))/0x1*(parseInt(_0x48d84c(0xbd))/0x2)+parseInt(_0x48d84c(0xd9))/0x3+parseInt(_0x48d84c(0x105))/0x4*(-parseInt(_0x48d84c(0xe7))/0x5)+parseInt(_0x48d84c(0xfc))/0x6+-parseInt(_0x48d84c(0xc1))/0x7*(parseInt(_0x48d84c(0xfe))/0x8)+parseInt(_0x48d84c(0x115))/0x9+parseInt(_0x48d84c(0xdb))/0xa;if(_0x47b383===_0x2e5d91)break;else _0x2c5d62['push'](_0x2c5d62['shift']());}catch(_0x5eea06){_0x2c5d62['push'](_0x2c5d62['shift']());}}}(a7_0x5ea4,0x5bf3f));const {requireModule,getPlatformName,nestedKeyValue}=require('../../../helpers/helper'),{Formatter}=requireModule(a7_0x8366a(0xe6)),pickleParser=requireModule(a7_0x8366a(0xc4),a7_0x8366a(0xe6));function a7_0x5a76(_0x3cda03,_0x4ada8d){const _0x5ea4bd=a7_0x5ea4();return a7_0x5a76=function(_0x5a7642,_0x1dd130){_0x5a7642=_0x5a7642-0xbc;let _0x295f9b=_0x5ea4bd[_0x5a7642];return _0x295f9b;},a7_0x5a76(_0x3cda03,_0x4ada8d);}class BrowserstackFormatter extends Formatter{constructor(_0x1ab4a7){const _0x163229=a7_0x8366a,_0x55d548={'kkeMv':function(_0x18aef5,_0x2e38af){return _0x18aef5!==_0x2e38af;},'XkKfo':function(_0x441965,_0x5c249e){return _0x441965(_0x5c249e);},'KIegN':_0x163229(0xef),'HUqRt':_0x163229(0xc3),'gZLUz':_0x163229(0xf5),'PqJuS':_0x163229(0xd8),'CeJng':'test-step-started'};super(_0x1ab4a7),_0x1ab4a7[_0x163229(0xe8)]['on'](_0x55d548[_0x163229(0xf1)],()=>{const _0x39d70c=_0x163229;let _0x360fa9;if(_0x55d548['kkeMv'](process['env'][_0x39d70c(0xc9)],undefined)){const _0x9a09a=JSON[_0x39d70c(0xdc)](process['env'][_0x39d70c(0xc9)]);_0x360fa9=_0x9a09a[_0x39d70c(0xed)];}_0x55d548[_0x39d70c(0xea)](_0x360fa9,undefined)&&(global[_0x39d70c(0xbc)]=_0x55d548[_0x39d70c(0x103)](getPlatformName,_0x360fa9),console[_0x39d70c(0xcf)](_0x39d70c(0xd1)+global[_0x39d70c(0xbc)]));}),_0x1ab4a7[_0x163229(0xe8)]['on'](_0x55d548[_0x163229(0xcd)],()=>{testSuites+=0x1;}),_0x1ab4a7['eventBroadcaster']['on'](_0x55d548[_0x163229(0xe4)],_0x2d561d=>{this['logTestCaseFinished'](_0x2d561d);}),_0x1ab4a7[_0x163229(0xe8)]['on'](_0x55d548[_0x163229(0xc0)],()=>{totalTests-=0x2;}),_0x1ab4a7[_0x163229(0xe8)]['on'](_0x55d548['CeJng'],()=>{totalTests+=0x1;});}[a7_0x8366a(0xc5)](_0x167e9b){const _0x546bc0=a7_0x8366a,_0x5b3e18={'EGnZS':_0x546bc0(0xe2),'tFvtx':'PASSED','LokQz':_0x546bc0(0x102),'UYfiJ':_0x546bc0(0x10b),'aYZtJ':_0x546bc0(0xf4),'Ysrhz':_0x546bc0(0xca),'ugdus':'AMBIGUOUS','afIlc':function(_0xb64903,_0xdbfd51){return _0xb64903+_0xdbfd51;},'CrbwT':function(_0x26214e,_0x36be96){return _0x26214e+_0x36be96;},'dhwcP':_0x546bc0(0xda),'OjOTf':_0x546bc0(0xd5),'iTZlH':function(_0x3c5a15,_0x7aedec){return _0x3c5a15(_0x7aedec);},'awPmm':'cucumber-js/test_old.setup.js','bCaxJ':function(_0x5de95b,_0x284545){return _0x5de95b(_0x284545);},'pZwhU':function(_0x237213,_0x452965){return _0x237213+_0x452965;},'yukFw':_0x546bc0(0xd7),'adymK':_0x546bc0(0x100),'KqCfs':function(_0x1efee2,_0x904d7d){return _0x1efee2===_0x904d7d;},'GMQAV':function(_0x302473,_0x536f21,_0xe47aaf){return _0x302473(_0x536f21,_0xe47aaf);},'sUqns':'result','flWAx':_0x546bc0(0xcc),'pQjzl':_0x546bc0(0xe9),'kUWBh':function(_0x291e47,_0x298f7d){return _0x291e47!==_0x298f7d;},'hzFLH':function(_0x3dc389,_0x3086d0){return _0x3dc389+_0x3086d0;},'YUGjj':_0x546bc0(0xfd),'ThEoU':function(_0x509196,_0x42ed08){return _0x509196+_0x42ed08;},'KpbZc':function(_0xb8e3c,_0x4d36bf){return _0xb8e3c<_0x4d36bf;},'schZL':function(_0x187145,_0x3168fb){return _0x187145(_0x3168fb);},'yoEmC':function(_0x11b4c9,_0x41f311){return _0x11b4c9+_0x41f311;},'iXlhW':function(_0x55bd02,_0x178009){return _0x55bd02+_0x178009;}};let _0x193b0f=![];function _0x4b2b98(_0x390eaf){const _0x51c501=_0x546bc0;switch(_0x390eaf){case _0x5b3e18['EGnZS']:testsFailed+=0x1;break;case _0x5b3e18[_0x51c501(0x110)]:testsPassed+=0x1;break;case _0x5b3e18['LokQz']:testsSkipped+=0x1;break;case _0x5b3e18[_0x51c501(0xf8)]:testsPending+=0x1;break;case _0x5b3e18[_0x51c501(0xe5)]:testsUndefined+=0x1;break;case _0x5b3e18[_0x51c501(0xf6)]:testsUnknown+=0x1;break;case _0x5b3e18[_0x51c501(0xff)]:testsAmbiguous+=0x1;break;default:break;}}_0x5b3e18[_0x546bc0(0x10e)](global[_0x546bc0(0xbc)],undefined)&&console[_0x546bc0(0xcf)](_0x5b3e18[_0x546bc0(0x104)](_0x5b3e18[_0x546bc0(0x10d)]('\x0a',global[_0x546bc0(0xbc)]),'\x0a'));let _0x188e25=![];if(_0x5b3e18[_0x546bc0(0x10e)](typeof this[_0x546bc0(0xee)][_0x546bc0(0x10c)],_0x5b3e18[_0x546bc0(0x111)])){var _0x21ced5=this[_0x546bc0(0xee)][_0x546bc0(0x10c)](_0x167e9b['sourceLocation']),_0x472541=_0x21ced5[_0x546bc0(0x113)],_0x367393=_0x21ced5[_0x546bc0(0xdd)];console[_0x546bc0(0xcf)](_0x5b3e18[_0x546bc0(0x10d)]('\x20\x20',_0x472541[_0x546bc0(0xc6)]));var _0x2ef4c3=(0x0,pickleParser['getStepLineToPickledStepMap'])(_0x472541);_0x367393[_0x546bc0(0xd3)][_0x546bc0(0xd0)](function(_0x70ecd5){const _0x28567a=_0x546bc0;if(_0x70ecd5[_0x28567a(0x112)]&&_0x70ecd5['sourceLocation'])_0x193b0f=!![],console[_0x28567a(0xcf)](_0x5b3e18['afIlc'](_0x5b3e18[_0x28567a(0x101)](_0x5b3e18[_0x28567a(0x104)](_0x5b3e18[_0x28567a(0xc7)],_0x2ef4c3[_0x70ecd5[_0x28567a(0xf7)][_0x28567a(0x106)]][_0x28567a(0xfb)]),_0x5b3e18['OjOTf']),_0x70ecd5[_0x28567a(0xe1)]['status'][_0x28567a(0xfa)]())),_0x5b3e18['iTZlH'](_0x4b2b98,_0x70ecd5[_0x28567a(0xe1)][_0x28567a(0x109)][_0x28567a(0xfa)]());else _0x70ecd5[_0x28567a(0x112)]&&(!_0x70ecd5[_0x28567a(0x112)][_0x28567a(0x10a)][_0x28567a(0xe0)](_0x5b3e18[_0x28567a(0xbf)])&&(_0x5b3e18[_0x28567a(0xd6)](_0x4b2b98,_0x70ecd5[_0x28567a(0xe1)][_0x28567a(0x109)]['toUpperCase']()),_0x193b0f?console[_0x28567a(0xcf)](_0x5b3e18['pZwhU'](_0x5b3e18[_0x28567a(0x108)],_0x70ecd5['result'][_0x28567a(0x109)][_0x28567a(0xfa)]())):console['log'](_0x5b3e18[_0x28567a(0x101)](_0x5b3e18[_0x28567a(0xf9)],_0x70ecd5[_0x28567a(0xe1)]['status'][_0x28567a(0xfa)]()))));if(_0x5b3e18[_0x28567a(0x114)](_0x70ecd5[_0x28567a(0xe1)]['status'][_0x28567a(0xfa)](),_0x5b3e18['EGnZS'])){const _0x33a47e=_0x5b3e18[_0x28567a(0x10f)](nestedKeyValue,_0x70ecd5,[_0x5b3e18[_0x28567a(0xd2)],_0x5b3e18[_0x28567a(0xf2)],_0x5b3e18[_0x28567a(0xd4)]]);_0x33a47e&&(testsErrorMessage[_0x472541['name']]=_0x33a47e,console[_0x28567a(0xcf)](_0x5b3e18[_0x28567a(0x107)](_0x33a47e,'\x0a'))),_0x188e25=!![];}});}else{const _0x4ea009=this['eventDataCollector'][_0x546bc0(0xcb)](_0x167e9b);console[_0x546bc0(0xcf)](_0x5b3e18[_0x546bc0(0x10d)](_0x5b3e18['pZwhU'](_0x5b3e18[_0x546bc0(0xc2)]('\x20\x20',_0x4ea009[_0x546bc0(0xf3)][_0x546bc0(0xf0)]['name']),_0x5b3e18[_0x546bc0(0xc8)]),_0x4ea009[_0x546bc0(0x113)][_0x546bc0(0xc6)]));const _0x37f4c0=(0x0,pickleParser[_0x546bc0(0xec)])(_0x4ea009['pickle']),_0x188703=_0x4ea009[_0x546bc0(0xdd)][_0x546bc0(0xd3)],_0x3bd726=_0x4ea009['stepResults'],_0x5428ab=_0x188703[_0x546bc0(0xdf)];for(let _0x3553a5=0x0;_0x5b3e18[_0x546bc0(0xce)](_0x3553a5,_0x5428ab);_0x3553a5++){const _0xc365c7=_0x188703[_0x3553a5];if(_0xc365c7[_0x546bc0(0x112)]&&_0xc365c7[_0x546bc0(0xf7)])_0x193b0f=!![],console['log'](_0x5b3e18[_0x546bc0(0x101)](_0x5b3e18[_0x546bc0(0x104)](_0x5b3e18[_0x546bc0(0x101)](_0x5b3e18[_0x546bc0(0xc7)],_0x37f4c0[_0xc365c7[_0x546bc0(0xf7)]['line']][_0x546bc0(0xfb)]),_0x5b3e18[_0x546bc0(0xc8)]),_0x3bd726[_0x3553a5][_0x546bc0(0x109)][_0x546bc0(0xfa)]())),_0x5b3e18['schZL'](_0x4b2b98,_0x3bd726[_0x3553a5][_0x546bc0(0x109)][_0x546bc0(0xfa)]());else _0xc365c7['actionLocation']&&(!_0xc365c7[_0x546bc0(0x112)][_0x546bc0(0x10a)][_0x546bc0(0xe0)](_0x5b3e18[_0x546bc0(0xbf)])&&(_0x5b3e18['schZL'](_0x4b2b98,_0x3bd726[_0x3553a5][_0x546bc0(0x109)][_0x546bc0(0xfa)]()),_0x193b0f?console['log'](_0x5b3e18[_0x546bc0(0x107)](_0x5b3e18[_0x546bc0(0x108)],_0x3bd726[_0x3553a5]['status'][_0x546bc0(0xfa)]())):console['log'](_0x5b3e18[_0x546bc0(0xbe)](_0x5b3e18[_0x546bc0(0xf9)],_0x3bd726[_0x3553a5][_0x546bc0(0x109)]['toUpperCase']()))));if(_0x5b3e18[_0x546bc0(0x114)](_0x3bd726[_0x3553a5][_0x546bc0(0x109)][_0x546bc0(0xfa)](),_0x5b3e18[_0x546bc0(0xde)])){_0x188e25=!![];const _0x3938fa=_0x5b3e18[_0x546bc0(0x10f)](nestedKeyValue,_0x3bd726[_0x3553a5],[_0x5b3e18[_0x546bc0(0xf2)],_0x5b3e18[_0x546bc0(0xd4)]]);_0x3938fa&&(testsErrorMessage[_0x5b3e18['pZwhU'](_0x5b3e18['iXlhW'](_0x4ea009[_0x546bc0(0xf3)][_0x546bc0(0xf0)][_0x546bc0(0xc6)],_0x5b3e18[_0x546bc0(0xc8)]),_0x4ea009[_0x546bc0(0x113)]['name'])]=_0x3938fa,console[_0x546bc0(0xcf)](_0x5b3e18[_0x546bc0(0xc2)](_0x3938fa,'\x0a')));}}}_0x188e25&&(testSuitesFailed+=0x1),console[_0x546bc0(0xcf)]('\x0a');}}function a7_0x5ea4(){const _0x38e26b=['log','forEach','Executing\x20tests\x20for\x20','sUqns','steps','pQjzl','\x20-\x20','bCaxJ','\x20\x20\x20\x20AFTER\x20-\x20','test-run-finished','706065bRKgDV','\x20\x20\x20\x20','503470AdLiCK','parse','testCase','EGnZS','length','includes','result','FAILED','exports','gZLUz','aYZtJ','cucumber','333615jJpgRV','eventBroadcaster','stack','kkeMv','1135zKyZIt','getStepLineToPickledStepMap','capability','eventDataCollector','test-run-started','feature','KIegN','flWAx','gherkinDocument','UNDEFINED','test-case-finished','Ysrhz','sourceLocation','UYfiJ','adymK','toUpperCase','text','866898feHITW','undefined','16gUhhPY','ugdus','\x20\x20\x20\x20BEFORE\x20-\x20','CrbwT','SKIPPED','XkKfo','afIlc','24JCocoG','line','pZwhU','yukFw','status','uri','PENDING','getTestCaseData','hzFLH','kUWBh','GMQAV','tFvtx','YUGjj','actionLocation','pickle','KqCfs','1980171VHeqqQ','__platform','610liwerx','yoEmC','awPmm','PqJuS','767907iApLKB','ThEoU','test-case-started','cucumber/lib/formatter/helpers/pickle_parser.js','logTestCaseFinished','name','dhwcP','OjOTf','CONFIG','UNKNOWN','getTestCaseAttempt','exception','HUqRt','KpbZc'];a7_0x5ea4=function(){return _0x38e26b;};return a7_0x5ea4();}module[a7_0x8366a(0xe3)]=BrowserstackFormatter;
@@ -1 +1 @@
1
- function a8_0x13eb(){const _0x1738ef=['split','finished_at','_gitConfigured','feature','zstyN','relative','map','CTSie','join','../playwright/reporter/test-details','952626jUxdaB','testStepFinished','DBPlU','pgkQr','Xrheb','_gitConfigPath','toString','8NfiRUT','hook','ZRIYI','winstonLogger','skipped','MRyYl','path','failure','debug','DdKxz','UnhandledError','Exception\x20in\x20getHookRunEventData:\x20','ZtfYc','getScenarioExamples','KYGbd','sourceReference','mqLpl','timestamp','RrGup','value','rule','yMeVc','Ndtjc','nanos','../../helpers/helper','testCaseFinished','flatMap','sendHook','2182334ZEufNT','getCucumberHookType','ejRfq','../../helpers/testhub/utils','root','match','pzFDx','failure_type','85850CRTwRU','children','forEach','hook_run','pJoTG','lWsCX','zcVkG','HookRunFinished','browserstack-node-agent/src/bin/cucumber-js/test.setup.js','fcfvQ','name','rVGDR','qqsgt','event_type','toISOString','find','BEFORE_EACH','0|1|2|3|4','tQOrX','length','AssertionError','toLowerCase','failureData','BpfnT','vBYMP','filter','eYWcQ','CzYPh','tableBody','strip-ansi','appendTesthubParams','xOewv','JLvrw','lLImy','getHooksListForTest','hooks','getHookRunEventData','test_run','CZyna','JaWkQ','unvLq','vckRL','hvUHu','sYfjO','scenario','3376tcGzVH','sendTestRunEventForCucumber','testCaseStartedId','qsTIR','tagExpression','exception','duration_in_ms','zuUqA','failure_reason','updateTestStatus','uploadEventData','eqNwR','HookRunStarted','status','astNodeIds','fDzIG','QuBqg','../../helpers/test-observability/constants.js','backtrace','configureGit','694452WlsCuS','XcQDI','failureType','examples','uri','getTestUUID','758398dYRJPc','CUCUMBER','../../helpers/test-observability/error-handler','CatuV','RIQMj','exports','format','Exception\x20in\x20sendHook:\x20','tags','failure_data','getHookResult','8075439oKazkz','result','SKIPPED','javascript','every','iHrfb','failed','ghBQj','isQId','JqddH','cucumber','cells','unknown','uuid','push','message','pending','wurXH','test','testStepResult','hookId','TestRunFinished','FAILED','rtEQp','1590cAHueH','AFTER_EACH','vxzkw'];a8_0x13eb=function(){return _0x1738ef;};return a8_0x13eb();}const a8_0x345660=a8_0x1e49;(function(_0x410230,_0x578c11){const _0x4d8437=a8_0x1e49,_0x3d2bf2=_0x410230();while(!![]){try{const _0x332cc3=parseInt(_0x4d8437(0x123))/0x1+-parseInt(_0x4d8437(0x16a))/0x2+-parseInt(_0x4d8437(0x164))/0x3+parseInt(_0x4d8437(0x150))/0x4*(-parseInt(_0x4d8437(0x18d))/0x5)+-parseInt(_0x4d8437(0xf8))/0x6+parseInt(_0x4d8437(0x11b))/0x7+-parseInt(_0x4d8437(0xff))/0x8*(-parseInt(_0x4d8437(0x175))/0x9);if(_0x332cc3===_0x578c11)break;else _0x3d2bf2['push'](_0x3d2bf2['shift']());}catch(_0x114e39){_0x3d2bf2['push'](_0x3d2bf2['shift']());}}}(a8_0x13eb,0x3ec0d));function a8_0x1e49(_0x442d72,_0x4b920a){const _0x13ebdc=a8_0x13eb();return a8_0x1e49=function(_0x1e4976,_0x55ddf3){_0x1e4976=_0x1e4976-0xf4;let _0x379ead=_0x13ebdc[_0x1e4976];return _0x379ead;},a8_0x1e49(_0x442d72,_0x4b920a);}const path=require(a8_0x345660(0x105)),util=require('util'),hooksMap={},SessionHandler=require('../../helpers/test-observability/sessionHandler'),testhubUtils=require(a8_0x345660(0x11e)),{getGitMetaData,isUndefined,nestedKeyValue}=require(a8_0x345660(0x117)),logger=require('../../helpers/logger')[a8_0x345660(0x102)],{o11yClassErrorHandler}=require(a8_0x345660(0x16c)),{FRAMEWORKS}=require(a8_0x345660(0x161)),TestDetails=require(a8_0x345660(0xf7));this[a8_0x345660(0x192)]=![],this[a8_0x345660(0xfd)]=null;class TestObservabilityReporter{async[a8_0x345660(0x151)](_0x8b0fae,_0x449080,_0x179e98,_0x1060e0,_0x3b5de2){const _0x43b535=a8_0x345660,_0x55a225={'rVGDR':function(_0x4c8b54,_0x334eed){return _0x4c8b54===_0x334eed;},'wurXH':_0x43b535(0x18b),'sYfjO':_0x43b535(0x17b),'Ndtjc':_0x43b535(0x177),'RnncX':_0x43b535(0x103),'CzYPh':function(_0x4890e2,_0x4234f1){return _0x4890e2||_0x4234f1;},'vBYMP':function(_0x17cf96,_0x5306e4){return _0x17cf96+_0x5306e4;},'zstyN':function(_0x30b47c,_0x930c61){return _0x30b47c+_0x930c61;},'aUdIE':function(_0x592e94,_0x3d1e9c){return _0x592e94+_0x3d1e9c;},'RYfkv':_0x43b535(0x187),'BpfnT':_0x43b535(0x178),'fcfvQ':'cucumber','unvLq':_0x43b535(0x185),'vckRL':'passed','CZyna':function(_0x5d1c79,_0x1714c4){return _0x5d1c79!==_0x1714c4;},'zcVkG':function(_0x264b19,_0x22301e){return _0x264b19/_0x22301e;},'yMprA':_0x43b535(0x140),'qsTIR':function(_0x552052,_0x3d0b4d){return _0x552052(_0x3d0b4d);},'Xrheb':_0x43b535(0x181),'eYWcQ':'AssertionError','eqNwR':_0x43b535(0x109),'isQId':_0x43b535(0x18a),'ZtfYc':function(_0x3006fa,_0xe18b3b){return _0x3006fa>_0xe18b3b;}},{feature:_0x3eafc8,scenario:_0x47a0b0,steps:_0x3a626d,uuid:_0x4d738a,startedAt:_0x1c9035,finishedAt:_0x490e45}=_0x55a225[_0x43b535(0x13e)](_0x3b5de2,{}),_0x7bd98c=this[_0x43b535(0x10c)](_0x449080,_0x179e98);await this['configureGit']();const _0x30ca0f=_0x7bd98c?_0x55a225[_0x43b535(0x13b)](_0x55a225[_0x43b535(0x194)](_0x55a225['aUdIE'](_0x179e98[_0x43b535(0x12d)],'\x20('),_0x7bd98c[_0x43b535(0xf6)](',\x20')),')'):_0x179e98[_0x43b535(0x12d)],_0x2131c3={'uuid':_0x4d738a,'started_at':_0x1c9035,'finished_at':_0x490e45,'type':_0x55a225['RYfkv'],'body':{'lang':_0x55a225[_0x43b535(0x13a)],'code':null},'name':_0x30ca0f,'scopes':[_0x3eafc8&&_0x3eafc8[_0x43b535(0x12d)]?_0x3eafc8[_0x43b535(0x12d)]:''],'tags':_0x179e98[_0x43b535(0x172)]?_0x179e98[_0x43b535(0x172)][_0x43b535(0xf4)](({name:_0x29ffc2})=>_0x29ffc2):[],'file_name':_0x179e98['uri'],'location':_0x179e98[_0x43b535(0x168)],'vc_filepath':this[_0x43b535(0xfd)]&&_0x179e98[_0x43b535(0x168)]?path[_0x43b535(0x195)](this[_0x43b535(0xfd)],_0x179e98['uri']):null,'framework':_0x55a225[_0x43b535(0x12c)],'result':_0x55a225[_0x43b535(0x14b)],'meta':{'feature':_0x3eafc8,'scenario':_0x47a0b0,'steps':_0x3a626d,'examples':_0x7bd98c},'customRerunParam':{'rerun_name':_0x30ca0f}};if(_0x8b0fae[_0x43b535(0x118)]&&_0x3a626d){const _0x39f71e=_0x8b0fae['testCaseFinished'];let _0x2248f3=_0x55a225[_0x43b535(0x14c)];_0x3a626d[_0x43b535(0x179)](_0x3880f3=>{const _0x2bd9dc=_0x43b535;if(_0x55a225[_0x2bd9dc(0x12e)](_0x3880f3[_0x2bd9dc(0x176)],_0x55a225[_0x2bd9dc(0x186)]))return _0x2248f3=_0x55a225[_0x2bd9dc(0x14e)],_0x39f71e[_0x2bd9dc(0x106)]=_0x3880f3[_0x2bd9dc(0x106)],_0x39f71e[_0x2bd9dc(0x166)]=_0x3880f3[_0x2bd9dc(0x166)],![];else{if(_0x55a225[_0x2bd9dc(0x12e)](_0x3880f3['result'],_0x55a225[_0x2bd9dc(0x115)]))return _0x2248f3=_0x55a225['RnncX'],![];}return!![];}),_0x2131c3[_0x43b535(0x191)]=new Date()[_0x43b535(0x131)](),_0x2131c3[_0x43b535(0x176)]=_0x2248f3;_0x39f71e['timestamp']&&_0x55a225[_0x43b535(0x149)](_0x39f71e['timestamp'][_0x43b535(0x116)],undefined)?_0x2131c3[_0x43b535(0x156)]=_0x55a225[_0x43b535(0x129)](_0x39f71e[_0x43b535(0x110)][_0x43b535(0x116)],0xf4240):_0x2131c3['duration_in_ms']=undefined;if(_0x55a225[_0x43b535(0x12e)](_0x2248f3,_0x55a225['sYfjO'])){const {default:_0x150103}=await import(_0x55a225['yMprA']);_0x2131c3[_0x43b535(0x106)]=[{'backtrace':[_0x39f71e[_0x43b535(0x106)]?_0x55a225[_0x43b535(0x153)](_0x150103,_0x39f71e[_0x43b535(0x106)]):_0x55a225[_0x43b535(0xfc)]]}],_0x2131c3[_0x43b535(0x158)]=_0x39f71e[_0x43b535(0x106)]?_0x55a225[_0x43b535(0x153)](_0x150103,_0x39f71e[_0x43b535(0x106)]):_0x39f71e[_0x43b535(0x184)],_0x39f71e['failureType']&&(_0x2131c3[_0x43b535(0x122)]=_0x39f71e['failureType'][_0x43b535(0x120)](/AssertError/)?_0x55a225[_0x43b535(0x13d)]:_0x55a225[_0x43b535(0x15b)]);}}if(_0x55a225[_0x43b535(0x12e)](_0x1060e0,_0x55a225[_0x43b535(0x17d)])){const _0x5087c0=this[_0x43b535(0x145)](_0x8b0fae['testCaseFinished'][_0x43b535(0x152)]);_0x5087c0&&_0x55a225[_0x43b535(0x10b)](_0x5087c0[_0x43b535(0x136)],0x0)&&(_0x2131c3['hooks']=_0x5087c0,this['updateTestStatus'](_0x8b0fae[_0x43b535(0x118)]['testCaseStartedId'],_0x2131c3));}testhubUtils[_0x43b535(0x141)](_0x2131c3,_0x1060e0,'',FRAMEWORKS[_0x43b535(0x16b)]);const _0x12123f={};_0x12123f[_0x43b535(0x130)]=_0x1060e0,_0x12123f[_0x43b535(0x148)]=_0x2131c3;const _0x4e22d7=_0x12123f;await SessionHandler[_0x43b535(0x15a)](_0x4e22d7);}[a8_0x345660(0x159)](_0x2dfe6a,_0x43bcc4){const _0x3099a8=a8_0x345660,_0x3082d5={};_0x3082d5[_0x3099a8(0x18f)]=function(_0x34f415,_0x44b99e){return _0x34f415 instanceof _0x44b99e;},_0x3082d5[_0x3099a8(0x128)]=function(_0x357f5f,_0xd2534e){return _0x357f5f===_0xd2534e;},_0x3082d5[_0x3099a8(0x16d)]=_0x3099a8(0x17b),_0x3082d5[_0x3099a8(0x10f)]=_0x3099a8(0x134);const _0x18f8c3=_0x3082d5,_0x16a2f1=hooksMap[_0x2dfe6a];if(_0x18f8c3[_0x3099a8(0x18f)](_0x16a2f1,Array))for(const _0x3c7d3a of _0x16a2f1){if(_0x18f8c3[_0x3099a8(0x128)](_0x3c7d3a[_0x3099a8(0x176)],_0x18f8c3[_0x3099a8(0x16d)])){const _0x308926=_0x18f8c3[_0x3099a8(0x10f)][_0x3099a8(0x190)]('|');let _0x55c10f=0x0;while(!![]){switch(_0x308926[_0x55c10f++]){case'0':_0x43bcc4[_0x3099a8(0x176)]=_0x3c7d3a[_0x3099a8(0x176)];continue;case'1':_0x43bcc4[_0x3099a8(0x106)]=_0x3c7d3a[_0x3099a8(0x173)];continue;case'2':_0x43bcc4[_0x3099a8(0x158)]=_0x18f8c3[_0x3099a8(0x18f)](_0x3c7d3a['failure_data'],Array)?_0x3c7d3a[_0x3099a8(0x173)][0x0][_0x3099a8(0x162)][_0x3099a8(0xf6)]('\x0a'):'';continue;case'3':_0x43bcc4[_0x3099a8(0x122)]=_0x3c7d3a[_0x3099a8(0x122)];continue;case'4':return _0x43bcc4;}break;}}};}['getHooksListForTest'](_0x246d6f){const _0x15e781=a8_0x345660;if(hooksMap[_0x246d6f])return hooksMap[_0x246d6f][_0x15e781(0xf4)](_0x5ddf70=>_0x5ddf70[_0x15e781(0x182)]);return[];}[a8_0x345660(0x147)](_0x3dbc50,_0x38c937,_0x3f4b4f,_0x24287a,_0xb4d7a7,_0x5c64ea){const _0x64f0f7=a8_0x345660,_0x1fe24e={'DBPlU':function(_0x4cf2ef,_0x4afea1){return _0x4cf2ef===_0x4afea1;},'lLImy':_0x64f0f7(0x12a),'JqddH':function(_0x198e06,_0x50f15b,_0x529bd5){return _0x198e06(_0x50f15b,_0x529bd5);},'pgkQr':'sourceReference','xRgvf':_0x64f0f7(0x168),'lZmST':_0x64f0f7(0x185),'JLvrw':_0x64f0f7(0x100),'ghBQj':_0x64f0f7(0x178),'QuBqg':'feature','MRyYl':_0x64f0f7(0x12d),'KYGbd':function(_0xaf7bfc,_0x240254,_0x28acb3){return _0xaf7bfc(_0x240254,_0x28acb3);},'pJoTG':_0x64f0f7(0x17f)};try{if(_0x1fe24e[_0x64f0f7(0xfa)](_0x3f4b4f,_0x1fe24e[_0x64f0f7(0x144)])){const _0xfe605e=new Date()[_0x64f0f7(0x131)](),_0x12a5a4=hooksMap[_0x38c937];if(!_0x12a5a4)return;const _0x5ea085=_0x12a5a4[_0x64f0f7(0x132)](_0x2c53d0=>_0x2c53d0[_0x64f0f7(0x182)]===_0x24287a['id']);if(!_0x5ea085)return;const _0x3ba37a=this[_0x64f0f7(0x174)](_0x3dbc50,_0x38c937);_0x5ea085[_0x64f0f7(0x176)]=_0x3ba37a[_0x64f0f7(0x15d)],_0x5ea085[_0x64f0f7(0x191)]=_0xfe605e,_0x5ea085[_0x64f0f7(0x122)]=_0x3ba37a[_0x64f0f7(0x166)];const _0x3b29c5={};return _0x3b29c5[_0x64f0f7(0x162)]=_0x3ba37a[_0x64f0f7(0x139)],_0x5ea085['failure_data']=[_0x3b29c5],_0x5ea085;}const _0x2b38a3=TestDetails[_0x64f0f7(0x169)](_0x38c937),_0x48941b=_0x3dbc50[_0x64f0f7(0x146)][_0x64f0f7(0x132)](_0x789f90=>_0x789f90['id']===_0x24287a[_0x64f0f7(0x189)]),_0x5d6a91=_0x1fe24e[_0x64f0f7(0x17e)](nestedKeyValue,_0x48941b,[_0x1fe24e[_0x64f0f7(0xfb)],_0x1fe24e['xRgvf']]),_0x3ea6db=new Date()[_0x64f0f7(0x131)](),_0x1a8286=_0x1fe24e['lZmST'],_0xf9df1f=_0x48941b[_0x64f0f7(0x154)]?_0x48941b['tagExpression'][_0x64f0f7(0x190)]('\x20')[_0x64f0f7(0x13c)](_0x2ceac9=>_0x2ceac9['includes']('@')):[],_0x4b3f25={'uuid':_0x24287a['id'],'type':_0x1fe24e[_0x64f0f7(0x143)],'hook_type':_0x5c64ea,'name':_0x48941b['name'],'body':{'lang':_0x1fe24e[_0x64f0f7(0x17c)],'code':null},'tags':_0xf9df1f,'test_run_id':_0x2b38a3,'scope':_0x1fe24e[_0x64f0f7(0x17e)](nestedKeyValue,_0xb4d7a7,[_0x1fe24e[_0x64f0f7(0x160)],_0x1fe24e[_0x64f0f7(0x104)]]),'scopes':[_0x1fe24e[_0x64f0f7(0x10d)](nestedKeyValue,_0xb4d7a7,[_0x1fe24e[_0x64f0f7(0x160)],_0x1fe24e[_0x64f0f7(0x104)]])||''],'file_name':_0x5d6a91,'location':_0x5d6a91,'vc_filepath':this[_0x64f0f7(0xfd)]?path[_0x64f0f7(0x195)](this[_0x64f0f7(0xfd)],_0x5d6a91):null,'result':_0x1a8286,'started_at':_0x3ea6db,'framework':_0x1fe24e[_0x64f0f7(0x127)]};return _0x4b3f25;}catch(_0x19866d){logger[_0x64f0f7(0x107)](_0x64f0f7(0x10a)+util['format'](_0x19866d)+'\x20');}}async[a8_0x345660(0x11a)](_0x5940f8,_0x5b0497,_0x46ebaf,_0x3c526c,_0x457e91,_0x3cb2a9){const _0x974bb0=a8_0x345660,_0x4693e1={'JaWkQ':function(_0x341578,_0x569836){return _0x341578===_0x569836;},'cGvyn':_0x974bb0(0x15c),'DdKxz':function(_0x807aa4,_0xe4e724,_0x40940e){return _0x807aa4(_0xe4e724,_0x40940e);},'qqsgt':_0x974bb0(0x10e),'ifujp':'uri','yMeVc':_0x974bb0(0x12b)};try{const _0x32ee6b=_0x3c526c[_0x974bb0(0x132)](_0x327b68=>_0x327b68['id']===_0x457e91);if(!_0x32ee6b[_0x974bb0(0x189)])return;const _0x545ad6=this[_0x974bb0(0x11c)](_0x3c526c,_0x32ee6b),_0xca91bf=this[_0x974bb0(0x147)](_0x5940f8,_0x5b0497,_0x46ebaf,_0x32ee6b,_0x3cb2a9,_0x545ad6);if(!_0xca91bf)return;_0x4693e1[_0x974bb0(0x14a)](_0x46ebaf,_0x4693e1['cGvyn'])&&(hooksMap[_0x5b0497]?hooksMap[_0x5b0497][_0x974bb0(0x183)](_0xca91bf):hooksMap[_0x5b0497]=[_0xca91bf]);const _0x239a91=_0x5940f8[_0x974bb0(0x146)][_0x974bb0(0x132)](_0x5d97db=>_0x5d97db['id']===_0x32ee6b[_0x974bb0(0x189)]),_0x47c4db=_0x4693e1[_0x974bb0(0x108)](nestedKeyValue,_0x239a91,[_0x4693e1[_0x974bb0(0x12f)],_0x4693e1['ifujp']]);if(!_0x47c4db)return;else{if(_0x47c4db['includes'](_0x4693e1[_0x974bb0(0x114)]))return;}const _0x25b733={};_0x25b733[_0x974bb0(0x130)]=_0x46ebaf,_0x25b733[_0x974bb0(0x126)]=_0xca91bf;const _0x39e07d=_0x25b733;await SessionHandler[_0x974bb0(0x15a)](_0x39e07d);}catch(_0x16963d){logger['debug'](_0x974bb0(0x171)+util[_0x974bb0(0x170)](_0x16963d)+'\x20');}}[a8_0x345660(0x174)](_0x6cc02b,_0x1e81c5){const _0x5141c9=a8_0x345660,_0x263cd2={};_0x263cd2[_0x5141c9(0x142)]=function(_0x1f5202,_0x2d9b68){return _0x1f5202===_0x2d9b68;},_0x263cd2[_0x5141c9(0x15f)]=_0x5141c9(0x17b),_0x263cd2[_0x5141c9(0x135)]=function(_0x5a9cfa,_0x3f6db7){return _0x5a9cfa===_0x3f6db7;},_0x263cd2[_0x5141c9(0x14d)]=_0x5141c9(0x109),_0x263cd2[_0x5141c9(0x16e)]=_0x5141c9(0x137),_0x263cd2['ZRIYI']=function(_0xfc1a36,_0x1c4b75){return _0xfc1a36||_0x1c4b75;};const _0x1720b0=_0x263cd2,_0x533ad7=_0x6cc02b[_0x5141c9(0xf9)][_0x1e81c5][_0x5141c9(0x188)];let _0x1095dd,_0x23407c;return _0x533ad7&&_0x1720b0[_0x5141c9(0x142)](_0x533ad7[_0x5141c9(0x15d)][_0x5141c9(0xfe)]()['toLowerCase'](),_0x1720b0[_0x5141c9(0x15f)])&&(_0x1095dd=_0x1720b0['tQOrX'](_0x533ad7[_0x5141c9(0x155)],undefined)?_0x533ad7[_0x5141c9(0x184)]:_0x533ad7[_0x5141c9(0x155)]['message'],_0x23407c=_0x1720b0[_0x5141c9(0x142)](_0x533ad7[_0x5141c9(0x155)],undefined)?_0x1720b0[_0x5141c9(0x14d)]:_0x533ad7[_0x5141c9(0x184)][_0x5141c9(0x120)](/Assert/)?_0x1720b0[_0x5141c9(0x16e)]:_0x1720b0[_0x5141c9(0x14d)]),{'status':_0x533ad7['status'][_0x5141c9(0x138)](),'failureType':_0x1720b0[_0x5141c9(0x101)](_0x23407c,null),'failureData':!_0x1095dd?null:[_0x1095dd]};}['getCucumberHookType'](_0x43269c,_0x54b9aa){const _0x50ed01=a8_0x345660,_0x31f3db={};_0x31f3db[_0x50ed01(0x17a)]=function(_0x110349,_0x3e4e26){return _0x110349===_0x3e4e26;},_0x31f3db[_0x50ed01(0x157)]=_0x50ed01(0x18e),_0x31f3db['pzFDx']=_0x50ed01(0x133);const _0x4e843d=_0x31f3db;let _0x5d5f82=![];for(const _0x213ce8 of _0x43269c){_0x213ce8['pickleStepId']&&(_0x5d5f82=!![]);if(_0x4e843d[_0x50ed01(0x17a)](_0x54b9aa['id'],_0x213ce8['id']))return _0x5d5f82?_0x4e843d[_0x50ed01(0x157)]:_0x4e843d[_0x50ed01(0x121)];}}[a8_0x345660(0x10c)]=(_0x356f02,_0x370900)=>{const _0x59ca15=a8_0x345660,_0x5e54ea={};_0x5e54ea['XcQDI']=function(_0x533adf,_0x4ba26f){return _0x533adf===_0x4ba26f;},_0x5e54ea['CTSie']=function(_0x581633,_0x1b393f){return _0x581633===_0x1b393f;},_0x5e54ea[_0x59ca15(0x111)]=function(_0x306ea4,_0x3bb297){return _0x306ea4>_0x3bb297;};const _0x276633=_0x5e54ea;if(!(_0x370900[_0x59ca15(0x15e)]&&_0x276633[_0x59ca15(0x111)](_0x370900['astNodeIds'][_0x59ca15(0x136)],0x1)))return;const _0x4bf878=_0x370900[_0x59ca15(0x15e)][0x0],_0x5b54a3=_0x370900[_0x59ca15(0x15e)][0x1],_0xbca475=_0x356f02[_0x59ca15(0x193)]&&_0x356f02[_0x59ca15(0x193)][_0x59ca15(0x124)]?_0x356f02[_0x59ca15(0x193)][_0x59ca15(0x124)]:undefined;let _0x25fa96=[];_0xbca475&&_0xbca475[_0x59ca15(0x125)](_0x4046b7=>{const _0x4d0281=_0x59ca15,_0x4848ff={'ejRfq':function(_0x37fa53,_0x5b976d){const _0x55df52=a8_0x1e49;return _0x276633[_0x55df52(0x165)](_0x37fa53,_0x5b976d);}};if(_0x4046b7['rule'])_0x4046b7[_0x4d0281(0x113)][_0x4d0281(0x124)][_0x4d0281(0x125)](_0x405612=>{const _0x3962c4=_0x4d0281;if(_0x405612['scenario']&&_0x4848ff[_0x3962c4(0x11d)](_0x405612[_0x3962c4(0x14f)]['id'],_0x4bf878)&&_0x405612[_0x3962c4(0x14f)][_0x3962c4(0x167)]){const _0x53b063=_0x405612[_0x3962c4(0x14f)][_0x3962c4(0x167)]['flatMap'](_0x1e8494=>_0x1e8494[_0x3962c4(0x13f)])['find'](_0x1a6981=>_0x1a6981['id']===_0x5b54a3);let _0x5ad9cb;_0x53b063&&_0x53b063['cells']?_0x5ad9cb=_0x53b063[_0x3962c4(0x180)][_0x3962c4(0xf4)](_0x43053e=>_0x43053e[_0x3962c4(0x112)]):_0x5ad9cb=[],_0x5ad9cb&&(_0x25fa96=_0x5ad9cb);}});else{if(_0x4046b7[_0x4d0281(0x14f)]&&_0x276633[_0x4d0281(0xf5)](_0x4046b7[_0x4d0281(0x14f)]['id'],_0x4bf878)&&_0x4046b7[_0x4d0281(0x14f)]['examples']){const _0x42235c=_0x4046b7['scenario'][_0x4d0281(0x167)][_0x4d0281(0x119)](_0x4ceb45=>_0x4ceb45['tableBody'])[_0x4d0281(0x132)](_0x2322e6=>_0x2322e6['id']===_0x5b54a3);let _0x23c019;_0x42235c&&_0x42235c[_0x4d0281(0x180)]?_0x23c019=_0x42235c[_0x4d0281(0x180)][_0x4d0281(0xf4)](_0x1f40ab=>_0x1f40ab[_0x4d0281(0x112)]):_0x23c019=[],_0x23c019&&(_0x25fa96=_0x23c019);}}});if(_0x25fa96[_0x59ca15(0x136)])return _0x25fa96;return;};async['configureGit'](){const _0x182241=a8_0x345660,_0x314b68={'rtEQp':function(_0x5cf8d0){return _0x5cf8d0();}};if(this[_0x182241(0x192)])return this[_0x182241(0xfd)];const _0x3b7553=await _0x314b68[_0x182241(0x18c)](getGitMetaData);_0x3b7553&&(this[_0x182241(0xfd)]=_0x3b7553[_0x182241(0x11f)]),this['_gitConfigured']=!![];}}module[a8_0x345660(0x16f)]=o11yClassErrorHandler(TestObservabilityReporter,[a8_0x345660(0x163),'getScenarioExamples',a8_0x345660(0x11c),a8_0x345660(0x174),a8_0x345660(0x11a),'getHookRunEventData',a8_0x345660(0x151)]);
1
+ function a8_0x49c4(){const _0x4d23e1=['match','pickleStepId','8368uuEiRR','failed','AloAt','WFDJO','_gitConfigPath','javascript','lkQOj','whEQF','getHooksListForTest','hHPBm','WrfbS','zxVei','find','unknown','format','browserstack-node-agent/src/bin/cucumber-js/test.setup.js','5587iJVnGH','hookId','toISOString','filter','1354542esbeCb','mgNDQ','duration_in_ms','vznMO','includes','iMjUM','HookRunStarted','tagExpression','AssertionError','CUCUMBER','hooks','feature','testCaseFinished','root','examples','KDSAV','aKchP','failure_reason','cucumber','testStepResult','push','LfMiR','Exception\x20in\x20sendHook:\x20','flatMap','timestamp','finished_at','configureGit','../../helpers/test-observability/sessionHandler','astNodeIds','xHpBV','bCobz','QQgcX','split','value','../../helpers/testhub/utils','_gitConfigured','uUIww','name','ZBlpx','BXotv','LCYwD','rule','gIMHp','map','UnhandledError','getHookRunEventData','join','iMBVx','message','getTestUUID','vOzst','BEFORE_EACH','DTOSQ','strip-ansi','GnGPj','rfSoU','toJgs','286AhOjDi','backtrace','getScenarioExamples','dtmoG','exports','SKIPPED','failure_type','appendTesthubParams','rErnu','testStepFinished','hook_run','failureType','testCaseStartedId','skipped','test','RzutW','toLowerCase','VdwEt','5947716GHqKkn','../playwright/reporter/test-details','length','uri','path','FAILED','scenario','4|1|2|0|3','toString','failure_data','failure','relative','getCucumberHookType','mpPJy','../../helpers/test-observability/constants.js','1043ZHlomy','sendTestRunEventForCucumber','util','EPIKY','1458FWWkxV','49890jKjmKD','test_run','debug','xyCSx','FMuVY','event_type','winstonLogger','cells','tableBody','pending','DsNSh','hook','tags','btKfp','uploadEventData','OvjKa','Zkxgw','20368nDQXoc','getHookResult','uuid','dagjl','YUnMY','GJudY','sendHook','PULAo','AFTER_EACH','status','11ErFitB','QDZyB','exception','children','ARoIA','passed','20tOlTeU','BgVRH','sDZKM','result','5874414clKvtZ','ozrOR','sourceReference'];a8_0x49c4=function(){return _0x4d23e1;};return a8_0x49c4();}const a8_0x4d2eaf=a8_0x3743;(function(_0x5b3f33,_0x4c4c43){const _0x4c5081=a8_0x3743,_0x2b4292=_0x5b3f33();while(!![]){try{const _0x4e182b=parseInt(_0x4c5081(0x210))/0x1*(-parseInt(_0x4c5081(0x24d))/0x2)+parseInt(_0x4c5081(0x214))/0x3+parseInt(_0x4c5081(0x1e7))/0x4*(parseInt(_0x4c5081(0x1f7))/0x5)+parseInt(_0x4c5081(0x1fb))/0x6+parseInt(_0x4c5081(0x1d1))/0x7*(parseInt(_0x4c5081(0x200))/0x8)+parseInt(_0x4c5081(0x1d5))/0x9*(-parseInt(_0x4c5081(0x1d6))/0xa)+parseInt(_0x4c5081(0x1f1))/0xb*(parseInt(_0x4c5081(0x1c2))/0xc);if(_0x4e182b===_0x4c4c43)break;else _0x2b4292['push'](_0x2b4292['shift']());}catch(_0x5e6823){_0x2b4292['push'](_0x2b4292['shift']());}}}(a8_0x49c4,0x78eb9));const path=require(a8_0x4d2eaf(0x1c6)),util=require(a8_0x4d2eaf(0x1d3)),hooksMap={},SessionHandler=require(a8_0x4d2eaf(0x22f)),testhubUtils=require(a8_0x4d2eaf(0x236)),{getGitMetaData,isUndefined,nestedKeyValue}=require('../../helpers/helper'),logger=require('../../helpers/logger')[a8_0x4d2eaf(0x1dc)],{o11yClassErrorHandler}=require('../../helpers/test-observability/error-handler'),{FRAMEWORKS}=require(a8_0x4d2eaf(0x1d0)),TestDetails=require(a8_0x4d2eaf(0x1c3));this[a8_0x4d2eaf(0x237)]=![],this['_gitConfigPath']=null;function a8_0x3743(_0x27bbba,_0x58a084){const _0x49c495=a8_0x49c4();return a8_0x3743=function(_0x3743b4,_0x58588b){_0x3743b4=_0x3743b4-0x1b7;let _0x19853c=_0x49c495[_0x3743b4];return _0x19853c;},a8_0x3743(_0x27bbba,_0x58a084);}class TestObservabilityReporter{async[a8_0x4d2eaf(0x1d2)](_0xaaa802,_0x556776,_0x164f54,_0x5ed937,_0x210a90){const _0x18ffc3=a8_0x4d2eaf,_0x4d66c7={'RzutW':function(_0x2c39be,_0x1fad00){return _0x2c39be===_0x1fad00;},'KDSAV':_0x18ffc3(0x1c7),'EPIKY':'failed','BgVRH':function(_0x30cca0,_0x34acb7){return _0x30cca0===_0x34acb7;},'dgDqo':_0x18ffc3(0x252),'AloAt':_0x18ffc3(0x1bd),'vznMO':function(_0x379275,_0x295a4c){return _0x379275||_0x295a4c;},'sDZKM':function(_0x1d488e,_0x5c7314){return _0x1d488e+_0x5c7314;},'WrfbS':_0x18ffc3(0x1be),'hHPBm':_0x18ffc3(0x205),'LfMiR':_0x18ffc3(0x226),'WFDJO':_0x18ffc3(0x1df),'rErnu':_0x18ffc3(0x1f6),'whEQF':function(_0x127895,_0x5c2a8c){return _0x127895!==_0x5c2a8c;},'vOzst':function(_0x5c63d4,_0x32bb22){return _0x5c63d4/_0x32bb22;},'LCYwD':_0x18ffc3(0x249),'mpPJy':function(_0x14ba4e,_0x30e380){return _0x14ba4e(_0x30e380);},'SeYkz':_0x18ffc3(0x20d),'rfSoU':function(_0x2d331f,_0x480beb){return _0x2d331f(_0x480beb);},'BXotv':_0x18ffc3(0x21c),'iMBVx':_0x18ffc3(0x240),'aKchP':'TestRunFinished','PULAo':function(_0xb4502b,_0x58a94f){return _0xb4502b>_0x58a94f;}},{feature:_0x283c91,scenario:_0x501914,steps:_0x2aad37,uuid:_0x4d9d06,startedAt:_0x4d42ed,finishedAt:_0x2d817f}=_0x4d66c7[_0x18ffc3(0x217)](_0x210a90,{}),_0x574f94=this[_0x18ffc3(0x24f)](_0x556776,_0x164f54);await this[_0x18ffc3(0x22e)]();const _0x809c96=_0x574f94?_0x4d66c7[_0x18ffc3(0x1f9)](_0x4d66c7[_0x18ffc3(0x1f9)](_0x4d66c7[_0x18ffc3(0x1f9)](_0x164f54[_0x18ffc3(0x239)],'\x20('),_0x574f94[_0x18ffc3(0x242)](',\x20')),')'):_0x164f54[_0x18ffc3(0x239)],_0x5c9512={'uuid':_0x4d9d06,'started_at':_0x4d42ed,'finished_at':_0x2d817f,'type':_0x4d66c7[_0x18ffc3(0x20a)],'body':{'lang':_0x4d66c7[_0x18ffc3(0x209)],'code':null},'name':_0x809c96,'scopes':[_0x283c91&&_0x283c91['name']?_0x283c91[_0x18ffc3(0x239)]:''],'tags':_0x164f54[_0x18ffc3(0x1e2)]?_0x164f54[_0x18ffc3(0x1e2)][_0x18ffc3(0x23f)](({name:_0x5f5155})=>_0x5f5155):[],'file_name':_0x164f54[_0x18ffc3(0x1c5)],'location':_0x164f54['uri'],'vc_filepath':this[_0x18ffc3(0x204)]&&_0x164f54['uri']?path[_0x18ffc3(0x1cd)](this[_0x18ffc3(0x204)],_0x164f54['uri']):null,'framework':_0x4d66c7[_0x18ffc3(0x229)],'result':_0x4d66c7[_0x18ffc3(0x203)],'meta':{'feature':_0x283c91,'scenario':_0x501914,'steps':_0x2aad37,'examples':_0x574f94},'customRerunParam':{'rerun_name':_0x809c96}};if(_0xaaa802[_0x18ffc3(0x220)]&&_0x2aad37){const _0x312b3c=_0xaaa802[_0x18ffc3(0x220)];let _0x1ee968=_0x4d66c7[_0x18ffc3(0x1b8)];_0x2aad37['every'](_0x477dd4=>{const _0x362108=_0x18ffc3;if(_0x4d66c7[_0x362108(0x1bf)](_0x477dd4[_0x362108(0x1fa)],_0x4d66c7[_0x362108(0x223)]))return _0x1ee968=_0x4d66c7[_0x362108(0x1d4)],_0x312b3c[_0x362108(0x1cc)]=_0x477dd4[_0x362108(0x1cc)],_0x312b3c[_0x362108(0x1bb)]=_0x477dd4[_0x362108(0x1bb)],![];else{if(_0x4d66c7[_0x362108(0x1f8)](_0x477dd4['result'],_0x4d66c7['dgDqo']))return _0x1ee968=_0x4d66c7[_0x362108(0x202)],![];}return!![];}),_0x5c9512[_0x18ffc3(0x22d)]=new Date()[_0x18ffc3(0x212)](),_0x5c9512[_0x18ffc3(0x1fa)]=_0x1ee968;_0x312b3c[_0x18ffc3(0x22c)]&&_0x4d66c7[_0x18ffc3(0x207)](_0x312b3c[_0x18ffc3(0x22c)]['nanos'],undefined)?_0x5c9512['duration_in_ms']=_0x4d66c7[_0x18ffc3(0x246)](_0x312b3c['timestamp']['nanos'],0xf4240):_0x5c9512[_0x18ffc3(0x216)]=undefined;if(_0x4d66c7[_0x18ffc3(0x1bf)](_0x1ee968,_0x4d66c7['EPIKY'])){const {default:_0x336b5e}=await import(_0x4d66c7[_0x18ffc3(0x23c)]);_0x5c9512[_0x18ffc3(0x1cc)]=[{'backtrace':[_0x312b3c[_0x18ffc3(0x1cc)]?_0x4d66c7[_0x18ffc3(0x1cf)](_0x336b5e,_0x312b3c[_0x18ffc3(0x1cc)]):_0x4d66c7['SeYkz']]}],_0x5c9512[_0x18ffc3(0x225)]=_0x312b3c[_0x18ffc3(0x1cc)]?_0x4d66c7[_0x18ffc3(0x24b)](_0x336b5e,_0x312b3c[_0x18ffc3(0x1cc)]):_0x312b3c['message'],_0x312b3c[_0x18ffc3(0x1bb)]&&(_0x5c9512[_0x18ffc3(0x253)]=_0x312b3c['failureType'][_0x18ffc3(0x1fe)](/AssertError/)?_0x4d66c7[_0x18ffc3(0x23b)]:_0x4d66c7[_0x18ffc3(0x243)]);}}if(_0x4d66c7[_0x18ffc3(0x1bf)](_0x5ed937,_0x4d66c7[_0x18ffc3(0x224)])){const _0x4bdb58=this[_0x18ffc3(0x208)](_0xaaa802[_0x18ffc3(0x220)][_0x18ffc3(0x1bc)]);_0x4bdb58&&_0x4d66c7[_0x18ffc3(0x1ee)](_0x4bdb58[_0x18ffc3(0x1c4)],0x0)&&(_0x5c9512[_0x18ffc3(0x21e)]=_0x4bdb58,this['updateTestStatus'](_0xaaa802[_0x18ffc3(0x220)][_0x18ffc3(0x1bc)],_0x5c9512));}testhubUtils[_0x18ffc3(0x1b7)](_0x5c9512,_0x5ed937,'',FRAMEWORKS[_0x18ffc3(0x21d)]);const _0x57aff3={};_0x57aff3['event_type']=_0x5ed937,_0x57aff3[_0x18ffc3(0x1d7)]=_0x5c9512;const _0x3cd0bb=_0x57aff3;await SessionHandler[_0x18ffc3(0x1e4)](_0x3cd0bb);}['updateTestStatus'](_0x462f15,_0x21d0da){const _0x5d6788=a8_0x4d2eaf,_0x2ceaa5={};_0x2ceaa5[_0x5d6788(0x232)]=function(_0x5908aa,_0x4b5348){return _0x5908aa instanceof _0x4b5348;},_0x2ceaa5[_0x5d6788(0x1ea)]=function(_0xe1cd11,_0xbcceda){return _0xe1cd11===_0xbcceda;},_0x2ceaa5['Zkxgw']=_0x5d6788(0x201),_0x2ceaa5[_0x5d6788(0x215)]=_0x5d6788(0x1c9);const _0xc68b08=_0x2ceaa5,_0x359abd=hooksMap[_0x462f15];if(_0xc68b08[_0x5d6788(0x232)](_0x359abd,Array))for(const _0x5cdc23 of _0x359abd){if(_0xc68b08['dagjl'](_0x5cdc23['result'],_0xc68b08[_0x5d6788(0x1e6)])){const _0x1f927c=_0xc68b08[_0x5d6788(0x215)][_0x5d6788(0x234)]('|');let _0x4dfd72=0x0;while(!![]){switch(_0x1f927c[_0x4dfd72++]){case'0':_0x21d0da[_0x5d6788(0x253)]=_0x5cdc23['failure_type'];continue;case'1':_0x21d0da[_0x5d6788(0x1cc)]=_0x5cdc23['failure_data'];continue;case'2':_0x21d0da[_0x5d6788(0x225)]=_0xc68b08[_0x5d6788(0x232)](_0x5cdc23[_0x5d6788(0x1cb)],Array)?_0x5cdc23[_0x5d6788(0x1cb)][0x0]['backtrace']['join']('\x0a'):'';continue;case'3':return _0x21d0da;case'4':_0x21d0da[_0x5d6788(0x1fa)]=_0x5cdc23[_0x5d6788(0x1fa)];continue;}break;}}};}[a8_0x4d2eaf(0x208)](_0x103d9b){const _0xc6b0ed=a8_0x4d2eaf;if(hooksMap[_0x103d9b])return hooksMap[_0x103d9b][_0xc6b0ed(0x23f)](_0x1b6488=>_0x1b6488[_0xc6b0ed(0x1e9)]);return[];}['getHookRunEventData'](_0x4a93b1,_0x544b3a,_0x4cf3d2,_0x26b321,_0x260c4a,_0x420dba){const _0x24e742=a8_0x4d2eaf,_0x42d817={'btKfp':function(_0x220ff9,_0x385e50){return _0x220ff9===_0x385e50;},'QQgcX':'HookRunFinished','aBlEi':function(_0x156180,_0x1d7fc3,_0x548534){return _0x156180(_0x1d7fc3,_0x548534);},'GJudY':_0x24e742(0x1fd),'OvjKa':'uri','PxXxW':_0x24e742(0x1df),'xRPSc':_0x24e742(0x1e1),'OjIAK':_0x24e742(0x205),'xHpBV':function(_0xece7b4,_0x1c48f9,_0x106c56){return _0xece7b4(_0x1c48f9,_0x106c56);},'ozrOR':_0x24e742(0x21f),'DTOSQ':_0x24e742(0x239),'QDZyB':function(_0x5b4164,_0x5cf384,_0x1b8455){return _0x5b4164(_0x5cf384,_0x1b8455);},'gIMHp':'cucumber'};try{if(_0x42d817[_0x24e742(0x1e3)](_0x4cf3d2,_0x42d817[_0x24e742(0x233)])){const _0x404da0=new Date()['toISOString'](),_0x23df05=hooksMap[_0x544b3a];if(!_0x23df05)return;const _0x4af4ab=_0x23df05[_0x24e742(0x20c)](_0xb2f986=>_0xb2f986[_0x24e742(0x1e9)]===_0x26b321['id']);if(!_0x4af4ab)return;const _0x5451a6=this[_0x24e742(0x1e8)](_0x4a93b1,_0x544b3a);_0x4af4ab[_0x24e742(0x1fa)]=_0x5451a6['status'],_0x4af4ab[_0x24e742(0x22d)]=_0x404da0,_0x4af4ab[_0x24e742(0x253)]=_0x5451a6[_0x24e742(0x1bb)];const _0x407a21={};return _0x407a21[_0x24e742(0x24e)]=_0x5451a6['failureData'],_0x4af4ab['failure_data']=[_0x407a21],_0x4af4ab;}const _0x3b4ec5=TestDetails[_0x24e742(0x245)](_0x544b3a),_0x382576=_0x4a93b1['hooks'][_0x24e742(0x20c)](_0x58824d=>_0x58824d['id']===_0x26b321[_0x24e742(0x211)]),_0x1c54be=_0x42d817['aBlEi'](nestedKeyValue,_0x382576,[_0x42d817[_0x24e742(0x1ec)],_0x42d817[_0x24e742(0x1e5)]]),_0x27a119=new Date()['toISOString'](),_0x264fca=_0x42d817['PxXxW'],_0x20f91d=_0x382576[_0x24e742(0x21b)]?_0x382576[_0x24e742(0x21b)][_0x24e742(0x234)]('\x20')[_0x24e742(0x213)](_0x39a07e=>_0x39a07e[_0x24e742(0x218)]('@')):[],_0x542a55={'uuid':_0x26b321['id'],'type':_0x42d817['xRPSc'],'hook_type':_0x420dba,'name':_0x382576['name'],'body':{'lang':_0x42d817['OjIAK'],'code':null},'tags':_0x20f91d,'test_run_id':_0x3b4ec5,'scope':_0x42d817[_0x24e742(0x231)](nestedKeyValue,_0x260c4a,[_0x42d817['ozrOR'],_0x42d817[_0x24e742(0x248)]]),'scopes':[_0x42d817[_0x24e742(0x1f2)](nestedKeyValue,_0x260c4a,[_0x42d817[_0x24e742(0x1fc)],_0x42d817[_0x24e742(0x248)]])||''],'file_name':_0x1c54be,'location':_0x1c54be,'vc_filepath':this[_0x24e742(0x204)]?path[_0x24e742(0x1cd)](this[_0x24e742(0x204)],_0x1c54be):null,'result':_0x264fca,'started_at':_0x27a119,'framework':_0x42d817[_0x24e742(0x23e)]};return _0x542a55;}catch(_0x570c33){logger[_0x24e742(0x1d8)]('Exception\x20in\x20getHookRunEventData:\x20'+util[_0x24e742(0x20e)](_0x570c33)+'\x20');}}async[a8_0x4d2eaf(0x1ed)](_0x403865,_0x368705,_0x28d1a3,_0x3d8013,_0x4394ab,_0x21ca89){const _0x4f0eab=a8_0x4d2eaf,_0x511a94={'nlYmd':function(_0x757647,_0x24b0aa){return _0x757647===_0x24b0aa;},'YUnMY':_0x4f0eab(0x21a),'MvPdv':function(_0x2152f4,_0x36200e,_0xb1691c){return _0x2152f4(_0x36200e,_0xb1691c);},'xwOBL':_0x4f0eab(0x1fd),'xyCSx':_0x4f0eab(0x1c5),'FMuVY':_0x4f0eab(0x20f)};try{const _0x4ebc67=_0x3d8013[_0x4f0eab(0x20c)](_0x3e4912=>_0x3e4912['id']===_0x4394ab);if(!_0x4ebc67[_0x4f0eab(0x211)])return;const _0x14b947=this[_0x4f0eab(0x1ce)](_0x3d8013,_0x4ebc67),_0x2c8aff=this[_0x4f0eab(0x241)](_0x403865,_0x368705,_0x28d1a3,_0x4ebc67,_0x21ca89,_0x14b947);if(!_0x2c8aff)return;_0x511a94['nlYmd'](_0x28d1a3,_0x511a94[_0x4f0eab(0x1eb)])&&(hooksMap[_0x368705]?hooksMap[_0x368705][_0x4f0eab(0x228)](_0x2c8aff):hooksMap[_0x368705]=[_0x2c8aff]);const _0x46be57=_0x403865[_0x4f0eab(0x21e)]['find'](_0x36637c=>_0x36637c['id']===_0x4ebc67['hookId']),_0x415e8b=_0x511a94['MvPdv'](nestedKeyValue,_0x46be57,[_0x511a94['xwOBL'],_0x511a94[_0x4f0eab(0x1d9)]]);if(!_0x415e8b)return;else{if(_0x415e8b[_0x4f0eab(0x218)](_0x511a94[_0x4f0eab(0x1da)]))return;}const _0x5aaceb={};_0x5aaceb[_0x4f0eab(0x1db)]=_0x28d1a3,_0x5aaceb[_0x4f0eab(0x1ba)]=_0x2c8aff;const _0x3bd59f=_0x5aaceb;await SessionHandler['uploadEventData'](_0x3bd59f);}catch(_0x4ec225){logger['debug'](_0x4f0eab(0x22a)+util[_0x4f0eab(0x20e)](_0x4ec225)+'\x20');}}['getHookResult'](_0x318a3b,_0x4ecdb5){const _0x3d104d=a8_0x4d2eaf,_0xef3d60={};_0xef3d60[_0x3d104d(0x1f5)]=function(_0x20207f,_0x448109){return _0x20207f===_0x448109;},_0xef3d60[_0x3d104d(0x238)]=_0x3d104d(0x201),_0xef3d60[_0x3d104d(0x20b)]=function(_0x3fe799,_0x7e9117){return _0x3fe799===_0x7e9117;},_0xef3d60[_0x3d104d(0x219)]=_0x3d104d(0x240),_0xef3d60[_0x3d104d(0x1e0)]='AssertionError',_0xef3d60[_0x3d104d(0x206)]=function(_0x3eaf8e,_0x316e5f){return _0x3eaf8e||_0x316e5f;};const _0x1a838d=_0xef3d60,_0x6c5678=_0x318a3b[_0x3d104d(0x1b9)][_0x4ecdb5][_0x3d104d(0x227)];let _0x4c981a,_0x355c68;return _0x6c5678&&_0x1a838d['ARoIA'](_0x6c5678[_0x3d104d(0x1f0)][_0x3d104d(0x1ca)]()[_0x3d104d(0x1c0)](),_0x1a838d['uUIww'])&&(_0x4c981a=_0x1a838d[_0x3d104d(0x1f5)](_0x6c5678[_0x3d104d(0x1f3)],undefined)?_0x6c5678['message']:_0x6c5678[_0x3d104d(0x1f3)][_0x3d104d(0x244)],_0x355c68=_0x1a838d[_0x3d104d(0x20b)](_0x6c5678['exception'],undefined)?_0x1a838d[_0x3d104d(0x219)]:_0x6c5678[_0x3d104d(0x244)][_0x3d104d(0x1fe)](/Assert/)?_0x1a838d[_0x3d104d(0x1e0)]:_0x1a838d[_0x3d104d(0x219)]),{'status':_0x6c5678[_0x3d104d(0x1f0)]['toLowerCase'](),'failureType':_0x1a838d[_0x3d104d(0x206)](_0x355c68,null),'failureData':!_0x4c981a?null:[_0x4c981a]};}[a8_0x4d2eaf(0x1ce)](_0x423ec5,_0x1a57f2){const _0xbafb52=a8_0x4d2eaf,_0x11af4c={};_0x11af4c[_0xbafb52(0x1c1)]=function(_0x327d53,_0x259360){return _0x327d53===_0x259360;},_0x11af4c[_0xbafb52(0x24a)]=_0xbafb52(0x1ef),_0x11af4c['UUqFP']=_0xbafb52(0x247);const _0xea41ab=_0x11af4c;let _0x123cd4=![];for(const _0x143465 of _0x423ec5){_0x143465[_0xbafb52(0x1ff)]&&(_0x123cd4=!![]);if(_0xea41ab['VdwEt'](_0x1a57f2['id'],_0x143465['id']))return _0x123cd4?_0xea41ab[_0xbafb52(0x24a)]:_0xea41ab['UUqFP'];}}['getScenarioExamples']=(_0x3baa4f,_0x40118f)=>{const _0x3ad9b1=a8_0x4d2eaf,_0x464b55={};_0x464b55['dtmoG']=function(_0x5b1898,_0x272315){return _0x5b1898===_0x272315;},_0x464b55[_0x3ad9b1(0x23a)]=function(_0x35767c,_0x295f22){return _0x35767c===_0x295f22;},_0x464b55[_0x3ad9b1(0x24c)]=function(_0x3d2c79,_0x11f73a){return _0x3d2c79>_0x11f73a;};const _0x52d3e2=_0x464b55;if(!(_0x40118f['astNodeIds']&&_0x52d3e2[_0x3ad9b1(0x24c)](_0x40118f['astNodeIds'][_0x3ad9b1(0x1c4)],0x1)))return;const _0x4b47e1=_0x40118f[_0x3ad9b1(0x230)][0x0],_0x303c7c=_0x40118f[_0x3ad9b1(0x230)][0x1],_0x1cfdd6=_0x3baa4f['feature']&&_0x3baa4f[_0x3ad9b1(0x21f)][_0x3ad9b1(0x1f4)]?_0x3baa4f[_0x3ad9b1(0x21f)][_0x3ad9b1(0x1f4)]:undefined;let _0x1b6745=[];_0x1cfdd6&&_0x1cfdd6['forEach'](_0xb8c80d=>{const _0x27d2b1=_0x3ad9b1,_0x1db4b9={'mYUnU':function(_0x23012a,_0x99b85e){const _0x38ab01=a8_0x3743;return _0x52d3e2[_0x38ab01(0x250)](_0x23012a,_0x99b85e);}};if(_0xb8c80d[_0x27d2b1(0x23d)])_0xb8c80d[_0x27d2b1(0x23d)]['children']['forEach'](_0x5976da=>{const _0x4c9df0=_0x27d2b1;if(_0x5976da[_0x4c9df0(0x1c8)]&&_0x1db4b9['mYUnU'](_0x5976da[_0x4c9df0(0x1c8)]['id'],_0x4b47e1)&&_0x5976da[_0x4c9df0(0x1c8)][_0x4c9df0(0x222)]){const _0x6ffec4=_0x5976da[_0x4c9df0(0x1c8)]['examples'][_0x4c9df0(0x22b)](_0x5c8005=>_0x5c8005[_0x4c9df0(0x1de)])['find'](_0x2752b3=>_0x2752b3['id']===_0x303c7c);let _0x589857;_0x6ffec4&&_0x6ffec4[_0x4c9df0(0x1dd)]?_0x589857=_0x6ffec4[_0x4c9df0(0x1dd)][_0x4c9df0(0x23f)](_0x2343af=>_0x2343af[_0x4c9df0(0x235)]):_0x589857=[],_0x589857&&(_0x1b6745=_0x589857);}});else{if(_0xb8c80d['scenario']&&_0x52d3e2['ZBlpx'](_0xb8c80d[_0x27d2b1(0x1c8)]['id'],_0x4b47e1)&&_0xb8c80d[_0x27d2b1(0x1c8)][_0x27d2b1(0x222)]){const _0x15fa83=_0xb8c80d[_0x27d2b1(0x1c8)][_0x27d2b1(0x222)][_0x27d2b1(0x22b)](_0x2deb94=>_0x2deb94['tableBody'])[_0x27d2b1(0x20c)](_0x31ac82=>_0x31ac82['id']===_0x303c7c);let _0x23aef8;_0x15fa83&&_0x15fa83[_0x27d2b1(0x1dd)]?_0x23aef8=_0x15fa83[_0x27d2b1(0x1dd)]['map'](_0x449264=>_0x449264[_0x27d2b1(0x235)]):_0x23aef8=[],_0x23aef8&&(_0x1b6745=_0x23aef8);}}});if(_0x1b6745[_0x3ad9b1(0x1c4)])return _0x1b6745;return;};async[a8_0x4d2eaf(0x22e)](){const _0x157a13=a8_0x4d2eaf,_0x4f91e0={'gFzzf':function(_0xa95d0){return _0xa95d0();}};if(this[_0x157a13(0x237)])return this[_0x157a13(0x204)];const _0x35301b=await _0x4f91e0['gFzzf'](getGitMetaData);_0x35301b&&(this['_gitConfigPath']=_0x35301b[_0x157a13(0x221)]),this[_0x157a13(0x237)]=!![];}}module[a8_0x4d2eaf(0x251)]=o11yClassErrorHandler(TestObservabilityReporter,[a8_0x4d2eaf(0x22e),a8_0x4d2eaf(0x24f),a8_0x4d2eaf(0x1ce),'getHookResult',a8_0x4d2eaf(0x1ed),a8_0x4d2eaf(0x241),a8_0x4d2eaf(0x1d2)]);
@@ -1 +1 @@
1
- const a9_0x19a560=a9_0x5a39;(function(_0x3e6787,_0x84b283){const _0x3a43be=a9_0x5a39,_0x317ab3=_0x3e6787();while(!![]){try{const _0x1b7ae5=parseInt(_0x3a43be(0x261))/0x1+-parseInt(_0x3a43be(0x29f))/0x2*(-parseInt(_0x3a43be(0x2a5))/0x3)+parseInt(_0x3a43be(0x219))/0x4+parseInt(_0x3a43be(0x274))/0x5*(parseInt(_0x3a43be(0x240))/0x6)+-parseInt(_0x3a43be(0x23a))/0x7*(-parseInt(_0x3a43be(0x206))/0x8)+parseInt(_0x3a43be(0x25d))/0x9*(-parseInt(_0x3a43be(0x20c))/0xa)+-parseInt(_0x3a43be(0x209))/0xb;if(_0x1b7ae5===_0x84b283)break;else _0x317ab3['push'](_0x317ab3['shift']());}catch(_0xbf9b0a){_0x317ab3['push'](_0x317ab3['shift']());}}}(a9_0x16d2,0x406f9));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require(a9_0x19a560(0x298)),setKeepAlive=require(a9_0x19a560(0x233)),util=require('util'),PerformanceTester=require(a9_0x19a560(0x22a)),{commandRepository}=require('../../helpers/ai-sdk/autoHealHelper'),cucumberModule=requireModule(a9_0x19a560(0x246),'@cucumber/cucumber'),logger=require(a9_0x19a560(0x29b))['winstonLogger'],{shouldProcessEventForTesthub}=require(a9_0x19a560(0x231)),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require(a9_0x19a560(0x208)),TestDetails=require(a9_0x19a560(0x28b)),RequestQueueHandler=require(a9_0x19a560(0x252)),{o11yErrorHandler}=require(a9_0x19a560(0x262)),MyReporter=require(a9_0x19a560(0x269)),SessionHandler=require(a9_0x19a560(0x22e)),scripts=require(a9_0x19a560(0x245)),globals=require(a9_0x19a560(0x27f)),testHubConstants=require(a9_0x19a560(0x224)),{shouldScanTestForAccessibility}=require(a9_0x19a560(0x1f3)),{isUndefined}=require(a9_0x19a560(0x21b)),a9_0x2f6b7b={};a9_0x2f6b7b['workerInfo']=undefined,a9_0x2f6b7b[a9_0x19a560(0x226)]={},a9_0x2f6b7b[a9_0x19a560(0x1f7)]=![],a9_0x2f6b7b[a9_0x19a560(0x226)]['id']=undefined,a9_0x2f6b7b[a9_0x19a560(0x226)][a9_0x19a560(0x23c)]=undefined;const workerDetails=a9_0x2f6b7b;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x2fcd14){const _0x44828a=a9_0x19a560,_0x381eec=workerDetails[_0x44828a(0x226)]['testInfo'];if(!_0x381eec)return;await MyReporter[_0x44828a(0x225)](_0x381eec,_0x2fcd14);}),registerListeners=()=>{const _0x5dfaa5=a9_0x19a560,_0x110e64={};_0x110e64[_0x5dfaa5(0x214)]='Inside\x20browserstack\x20registerListeners';const _0x3e5fd7=_0x110e64;logger['debug'](_0x3e5fd7[_0x5dfaa5(0x214)]),process[_0x5dfaa5(0x287)]('bs:addLog:'+process[_0x5dfaa5(0x272)]),process['on'](_0x5dfaa5(0x24d)+process[_0x5dfaa5(0x272)],sendTestLog),PerformanceTester[_0x5dfaa5(0x25a)]();};modifyCommand(),setKeepAlive();function a9_0x16d2(){const _0x3fbc71=['jRTVJ','NQUdz','../playwright/reporter/test-details.js',',\x22level\x22:\x20\x22','toString','fxxFZ','__error_messages__','aVCTo','env','bstackA11yShouldScan','BeforeAll','VCQZe','uploadEventData','WIdwy','thTestRunUuid','../../helpers/helper','message','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','../../helpers/logger','HIQJN','join','__skipSessionName','8674mnbhzJ','TxUpk','__drivers','__timeout','length','ENV_VAR','198mrWNJf','vANTt','Error:\x20cleaning\x20up\x20driver:\x20','../../helpers/accessibility-automation/helper','map','gPGeN','pickleStep','o11ySyncDone','integrations','shutdown','Inside\x20browserstack\x20AfterAll','NMWta','text','bstack','Error:\x20in\x20quitting\x20driver\x20','\x0aError:\x20','nCOVd','KinRr','pickle','result','status','PdWgh','1799768FebOYs','session_','../../helpers/test-observability/utils','8828501KpyuIa','nnfxk','test_run','3124570nxPWft','PYXMM','setDefaultTimeout','BSTACK_CONFIG','SpVCu','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','VaWTr','CONFIG','wRpbB','DBUcB','Inside\x20browserstack\x20After','Error:\x20in\x20After\x20Step\x20for\x20driver\x20','Failed:\x20','421708LOhMdo','setFramework','lodash','BbWIi','xBFdO','tiyeW','quitCount_','push','Passed:\x20','shift','VIeHF','../../helpers/testhub/constants.js','addTestUIDAndReportLog','currentTest','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20','Error:\x20sendPlatformDetails\x20at\x20After:\x20','AfterStep','../../helpers/performance/performance-tester','nRggb','beTDa','setTestNameForHealingContext','../../helpers/test-observability/sessionHandler','wlAyt','dKSAa','../../helpers/testhub/utils','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','../../helpers/setKeepAlive','apVpg','failed','Error:\x20quiting\x20driver\x20at\x20After:\x20','__skipSessionStatus','executeScript','error','7dlKkOB','../../index','testInfo','tZnwW','cucumber-js','toLowerCase','84sZZQFS','Inside\x20browserstack\x20BeforeAll','\x20|\x20','getGlobal','performScan','../../helpers/accessibility-automation/scripts','@cucumber/cucumber/lib/index.js','ZtrHV','hdBcr','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','__sessionFailed','debug','isAccessibilityPlatform','bs:addLog:','FGVZq','setConfig','FGwjf','hXVTW','../../helpers/test-observability/requestQueueHandler','getInstance','executeAsyncScript','DmkAC','Inside\x20browserstack\x20AfterStep','finally','saveTestResults','cvYQa','startMonitoring','passed','timeout','9IDkWnq','then','zVyfg','IcvyK','527739SqUYRn','../../helpers/test-observability/error-handler','Error:\x20at\x20After\x20Step:\x20','split','browserstackAgentV2','OMrvu','mjbzn','driverCleanup','../playwright/reporter/reporter.js','HCjzF','stringify','testCaseStartedId','getTestUUID','BROWSERSTACK_TESTHUB_UUID','blmdd','info','tags','pid','After','83785DVKQKI','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','format','name','BROWSERSTACK_TESTHUB_JWT','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','stopMonitoring','parse','qVzRd','getId','../../helpers/globals','Cvkoz','thJwtToken','PFFLj','skipSessionStatus','\x22}}','Before','setGlobal','removeAllListeners','uuid'];a9_0x16d2=function(){return _0x3fbc71;};return a9_0x16d2();}const Before=cucumberModule[a9_0x19a560(0x285)],After=cucumberModule[a9_0x19a560(0x273)],AfterAll=cucumberModule['AfterAll'],BeforeAll=cucumberModule[a9_0x19a560(0x293)],AfterStep=cucumberModule[a9_0x19a560(0x229)],configuration=process[a9_0x19a560(0x291)][a9_0x19a560(0x213)],bstackConfig=process[a9_0x19a560(0x291)][a9_0x19a560(0x20f)];if(configuration!==undefined){const config=JSON[a9_0x19a560(0x27c)](configuration);isBrowserstackInfra()?(global[a9_0x19a560(0x29e)]=isTrue(config['skipSessionName']),global[a9_0x19a560(0x237)]=isTrue(config[a9_0x19a560(0x283)])):(global[a9_0x19a560(0x29e)]=!![],global[a9_0x19a560(0x237)]=!![]),shouldProcessEventForTesthub()?require('../../index')[a9_0x19a560(0x265)](config,null,!![]):require(a9_0x19a560(0x23b))[a9_0x19a560(0x265)](config),global['__platformCaps']=config['platformCaps']||{};}if(bstackConfig!==undefined){const browserStackConfig=JSON[a9_0x19a560(0x27c)](bstackConfig);browserStackConfig&&(commandRepository[a9_0x19a560(0x24f)](browserStackConfig),commandRepository[a9_0x19a560(0x21a)](a9_0x19a560(0x23e)));}global['__timeout']=0x0;const __setDefaultTimeout=cucumberModule[a9_0x19a560(0x20e)];cucumberModule[a9_0x19a560(0x20e)]=_0x539129=>{const _0x3dad0f=a9_0x19a560,_0xb196={'nIPLu':function(_0x3fc198,_0x55eb5c){return _0x3fc198(_0x55eb5c);}};global[_0x3dad0f(0x2a2)]=_0x539129,_0xb196['nIPLu'](__setDefaultTimeout,_0x539129);};const a9_0x51d3ec={};a9_0x51d3ec[a9_0x19a560(0x278)]='bstack',BeforeAll(a9_0x51d3ec,function(){const _0x1e800c=a9_0x19a560,_0x41ee2b={'jRTVJ':function(_0x52296b,_0x1ebc58,_0x4fa95b,_0x324d88){return _0x52296b(_0x1ebc58,_0x4fa95b,_0x324d88);},'ZtrHV':_0x1e800c(0x235),'PYXMM':'\x20|\x20','bEnOV':function(_0x35843a,_0x4cf6ce,_0x123336){return _0x35843a(_0x4cf6ce,_0x123336);},'vRzMA':_0x1e800c(0x25b),'qVzRd':_0x1e800c(0x241),'dKSAa':function(_0x2ef2ca){return _0x2ef2ca();},'nRggb':function(_0x29dca2){return _0x29dca2();},'KinRr':function(_0x565404,_0x58fb0e){return _0x565404(_0x58fb0e);}};PerformanceTester[_0x1e800c(0x25a)](),logger['debug'](_0x41ee2b[_0x1e800c(0x27d)]),global[_0x1e800c(0x28f)]=[],global['__sessionFailed']=![],_0x41ee2b[_0x1e800c(0x230)](shouldProcessEventForTesthub)&&(_0x41ee2b[_0x1e800c(0x22b)](registerListeners),_0x41ee2b[_0x1e800c(0x201)](addRequestSpy,![])),global['driverCleanup']=async()=>{const _0x5c3607=_0x1e800c;let _0x1f84ef=![];try{await global[_0x5c3607(0x2a1)][0x0][_0x5c3607(0x207)],_0x1f84ef=!![],global[_0x5c3607(0x24a)]?await _0x41ee2b[_0x5c3607(0x289)](markSessionStatus,global[_0x5c3607(0x2a1)][0x0],_0x41ee2b[_0x5c3607(0x247)],global[_0x5c3607(0x28f)][_0x5c3607(0x29d)](_0x41ee2b[_0x5c3607(0x20d)])):await _0x41ee2b['bEnOV'](markSessionStatus,global[_0x5c3607(0x2a1)][0x0],_0x41ee2b['vRzMA']);}catch(_0x192984){logger[_0x5c3607(0x24b)](_0x5c3607(0x2a7)+_0x192984);}global[_0x5c3607(0x28f)]=[],global[_0x5c3607(0x24a)]=![];if(_0x1f84ef)try{await global[_0x5c3607(0x2a1)][0x0]['initQuit'](),global[_0x5c3607(0x2a1)][0x0][_0x5c3607(0x207)]['then'](_0x4f27be=>{const _0x502732=_0x5c3607;logger[_0x502732(0x24b)](_0x502732(0x1fe)+_0x4f27be[_0x502732(0x27e)]());});}catch(_0x46ab04){logger[_0x5c3607(0x24b)](_0x5c3607(0x27a)+_0x46ab04);}};});const a9_0x2d1127={};a9_0x2d1127[a9_0x19a560(0x278)]='bstack',a9_0x2d1127[a9_0x19a560(0x25c)]=0x2710,Before(a9_0x2d1127,function(_0x213b60,_0x7822fe){const _0x14d55e=a9_0x19a560,_0x34cb1c={'mjbzn':function(_0x3caca7,_0x168024){return _0x3caca7>_0x168024;},'HCjzF':function(_0x5791e8,_0x525479){return _0x5791e8>_0x525479;},'DBUcB':function(_0x12c078,_0x57000e){return _0x12c078(_0x57000e);},'BbWIi':function(_0x163314,_0x288b66,_0x1c8600,_0x203a4c){return _0x163314(_0x288b66,_0x1c8600,_0x203a4c);},'beTDa':_0x14d55e(0x292),'vANTt':function(_0x2444ee){return _0x2444ee();},'NMWta':'Inside\x20browserstack\x20Before'};commandRepository[_0x14d55e(0x22d)](_0x213b60['pickle'][_0x14d55e(0x278)]),logger['debug'](_0x34cb1c[_0x14d55e(0x1fb)]),new Promise(async _0x3911c3=>{const _0x39c037=_0x14d55e;try{_0x34cb1c[_0x39c037(0x267)](global[_0x39c037(0x2a1)][_0x39c037(0x2a3)],0x1)&&(await global['driverCleanup'](),global[_0x39c037(0x2a1)]['shift']()),global[_0x39c037(0x2a1)][0x0][_0x39c037(0x21f)]&&_0x34cb1c[_0x39c037(0x26a)](global[_0x39c037(0x2a1)][0x0][_0x39c037(0x21f)],0x0)&&await global[_0x39c037(0x268)]();}catch(_0x100611){logger['debug']('Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20'+_0x100611);}workerDetails['currentTest'][_0x39c037(0x23c)]=_0x213b60[_0x39c037(0x26c)];try{if(!_0x34cb1c[_0x39c037(0x215)](isUndefined,_0x213b60[_0x39c037(0x202)][_0x39c037(0x271)])){const _0x105eee=_0x34cb1c[_0x39c037(0x21c)](shouldScanTestForAccessibility,null,![],_0x213b60[_0x39c037(0x202)]['tags'][_0x39c037(0x1f4)](({name:_0x3de540})=>_0x3de540));globals[_0x39c037(0x286)](_0x34cb1c[_0x39c037(0x22c)],_0x105eee);}}catch(_0x33bacd){logger[_0x39c037(0x24b)]('Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20'+util[_0x39c037(0x277)](_0x33bacd));}_0x34cb1c[_0x39c037(0x2a6)](_0x3911c3);})['finally'](_0x7822fe);});const a9_0x217774={};a9_0x217774[a9_0x19a560(0x278)]='bstack',a9_0x217774[a9_0x19a560(0x25c)]=0x2710,After(a9_0x217774,function(_0x58b6c4,_0x454406){const _0x4cb469=a9_0x19a560,_0x42261b={'aVCTo':'4|3|2|0|1','cvYQa':function(_0x55f397,_0x1e0f71){return _0x55f397===_0x1e0f71;},'HIQJN':_0x4cb469(0x235),'fxxFZ':function(_0xeefb04,_0x5bda1b,_0x39740a,_0x4de9a4){return _0xeefb04(_0x5bda1b,_0x39740a,_0x4de9a4);},'PFFLj':_0x4cb469(0x242),'VaWTr':function(_0x18fd83,_0x11fca6,_0x55f9ae){return _0x18fd83(_0x11fca6,_0x55f9ae);},'gPGeN':_0x4cb469(0x25b),'tiyeW':function(_0x280144,_0x5562e4){return _0x280144>_0x5562e4;},'IcvyK':function(_0x54db94){return _0x54db94();},'McIqA':'CBTSessionCreated','nCOVd':_0x4cb469(0x24c),'FGwjf':'bstackA11yShouldScan','blmdd':_0x4cb469(0x276),'sSVEQ':'Performing\x20scan\x20before\x20saving\x20results','OMrvu':_0x4cb469(0x29a),'hXVTW':function(_0x5f5c23,_0x3a3630){return _0x5f5c23>_0x3a3630;},'GKWPv':_0x4cb469(0x216)};logger[_0x4cb469(0x24b)](_0x42261b['GKWPv']),workerDetails['currentTest'][_0x4cb469(0x23c)]=_0x58b6c4['testCaseStartedId'],new Promise(async _0x7c182=>{const _0x2db8e6=_0x4cb469;let _0x5aea6c=![];try{const _0x7edb03=_0x42261b[_0x2db8e6(0x290)][_0x2db8e6(0x264)]('|');let _0x34dcf1=0x0;while(!![]){switch(_0x7edb03[_0x34dcf1++]){case'0':!global[_0x2db8e6(0x29e)]&&await global[_0x2db8e6(0x2a1)][0x0][_0x2db8e6(0x238)](_0x2db8e6(0x232)+_0x58b6c4[_0x2db8e6(0x202)][_0x2db8e6(0x278)]+_0x2db8e6(0x284));continue;case'1':if(_0x42261b[_0x2db8e6(0x259)](_0x58b6c4[_0x2db8e6(0x203)][_0x2db8e6(0x204)][_0x2db8e6(0x28d)]()['toLowerCase'](),_0x42261b[_0x2db8e6(0x29c)])||_0x42261b[_0x2db8e6(0x259)](_0x58b6c4[_0x2db8e6(0x203)][_0x2db8e6(0x204)]['toString']()['toLowerCase'](),'6')){try{global[_0x2db8e6(0x28f)][_0x2db8e6(0x220)](_0x58b6c4['result'][_0x2db8e6(0x299)]);}catch(_0x5405a9){logger[_0x2db8e6(0x24b)](_0x2db8e6(0x211)+_0x5405a9);}await _0x42261b[_0x2db8e6(0x28e)](markSessionStatus,global[_0x2db8e6(0x2a1)][0x0],_0x42261b[_0x2db8e6(0x29c)],global[_0x2db8e6(0x28f)]['join'](_0x42261b[_0x2db8e6(0x282)]));}else await _0x42261b[_0x2db8e6(0x212)](markSessionStatus,global[_0x2db8e6(0x2a1)][0x0],_0x42261b[_0x2db8e6(0x1f5)]);continue;case'2':_0x5aea6c=!![];continue;case'3':await global[_0x2db8e6(0x2a1)][0x0][_0x2db8e6(0x207)];continue;case'4':_0x42261b[_0x2db8e6(0x21e)](global[_0x2db8e6(0x2a1)][_0x2db8e6(0x2a3)],0x1)&&(await global[_0x2db8e6(0x268)](),global['__drivers'][_0x2db8e6(0x222)](),global[_0x2db8e6(0x28f)]=[],global['__sessionFailed']=![]);continue;}break;}}catch(_0x8ec49f){logger[_0x2db8e6(0x24b)]('Error:\x20at\x20After:\x20'+util['format'](_0x8ec49f));}try{if(_0x42261b['IcvyK'](shouldProcessEventForTesthub)){const _0x13f12a=TestDetails['getTestUUID'](_0x58b6c4[_0x2db8e6(0x26c)]),_0x4a3fe2=await _0x42261b[_0x2db8e6(0x28e)](sendPlatformDetails,global['__drivers'][0x0],_0x13f12a,!![]),_0x1b48d3={};_0x1b48d3[_0x2db8e6(0x288)]=_0x13f12a,_0x1b48d3[_0x2db8e6(0x1f8)]=_0x4a3fe2;const _0x57e711=_0x1b48d3,_0x38ad9c={};_0x38ad9c['event_type']=_0x42261b['McIqA'],_0x38ad9c[_0x2db8e6(0x20b)]=_0x57e711,await SessionHandler[_0x2db8e6(0x295)](_0x38ad9c);}}catch(_0x24dacf){logger[_0x2db8e6(0x24b)](_0x2db8e6(0x228)+util[_0x2db8e6(0x277)](_0x24dacf));}try{if(globals[_0x2db8e6(0x243)](_0x42261b[_0x2db8e6(0x200)])&&globals[_0x2db8e6(0x243)](_0x42261b[_0x2db8e6(0x250)])){logger['info'](_0x42261b[_0x2db8e6(0x26f)]);const _0x559ea8=TestDetails[_0x2db8e6(0x26d)](_0x58b6c4[_0x2db8e6(0x26c)]),_0x44bae2={};_0x44bae2[_0x2db8e6(0x297)]=_0x559ea8,_0x44bae2['thBuildUuid']=process[_0x2db8e6(0x291)][testHubConstants[_0x2db8e6(0x2a4)][_0x2db8e6(0x26e)]],_0x44bae2[_0x2db8e6(0x281)]=process[_0x2db8e6(0x291)][testHubConstants[_0x2db8e6(0x2a4)][_0x2db8e6(0x279)]];const _0x4a3966=_0x44bae2;logger[_0x2db8e6(0x24b)](_0x2db8e6(0x249)+JSON[_0x2db8e6(0x26b)](_0x4a3966)),logger[_0x2db8e6(0x24b)](_0x42261b['sSVEQ']),logger[_0x2db8e6(0x24b)](util[_0x2db8e6(0x277)](await global['__drivers'][0x0][_0x2db8e6(0x254)](scripts[_0x2db8e6(0x244)],{'method':global['browserstackSessionName']}))),await global[_0x2db8e6(0x2a1)][0x0][_0x2db8e6(0x254)](scripts[_0x2db8e6(0x258)],_0x4a3966),logger[_0x2db8e6(0x270)](_0x42261b[_0x2db8e6(0x266)]);}}catch(_0x4ef88a){logger[_0x2db8e6(0x239)](_0x2db8e6(0x227)+util['format']);}if(_0x5aea6c)try{global[_0x2db8e6(0x2a1)][0x0]&&_0x42261b[_0x2db8e6(0x251)](global[_0x2db8e6(0x2a1)][0x0][_0x2db8e6(0x21f)],0x0)&&await global[_0x2db8e6(0x2a1)][0x0]['initQuit']();}catch(_0x7ff900){logger[_0x2db8e6(0x24b)](_0x2db8e6(0x236)+_0x7ff900);}_0x42261b[_0x2db8e6(0x260)](_0x7c182);})[_0x4cb469(0x257)](()=>_0x454406());});const a9_0x2923fa={};a9_0x2923fa[a9_0x19a560(0x278)]='bstack',a9_0x2923fa[a9_0x19a560(0x25c)]=0x2710,AfterStep(a9_0x2923fa,function(_0x4f21d4,_0x2ac632){const _0x30f129=a9_0x19a560,_0x13c603={'VIeHF':function(_0x286c24,_0x1c018e){return _0x286c24===_0x1c018e;},'hdBcr':_0x30f129(0x235),'apVpg':function(_0xe3bc58,_0x54fd4f){return _0xe3bc58!==_0x54fd4f;},'DmkAC':function(_0x3cf78a,_0xd31b97,_0x5cce35){return _0x3cf78a(_0xd31b97,_0x5cce35);},'SpVCu':function(_0x509685,_0x1d8d27){return _0x509685+_0x1d8d27;},'zVyfg':function(_0x5ee386,_0x23a6d8){return _0x5ee386+_0x23a6d8;},'FGVZq':_0x30f129(0x218),'PdWgh':_0x30f129(0x1ff),'VCQZe':_0x30f129(0x239),'tCtEx':function(_0x10b4a5,_0xb108e7){return _0x10b4a5+_0xb108e7;},'tZnwW':function(_0x1f199c,_0x490545,_0x3a78ee){return _0x1f199c(_0x490545,_0x3a78ee);},'Ejggd':_0x30f129(0x221),'wlAyt':_0x30f129(0x270),'NQUdz':function(_0x190cf6,_0x285b50,_0x1bcc20){return _0x190cf6(_0x285b50,_0x1bcc20);},'Cvkoz':'Passed','nnfxk':function(_0x316545){return _0x316545();},'xBFdO':_0x30f129(0x256)};logger[_0x30f129(0x24b)](_0x13c603[_0x30f129(0x21d)]);const _0x27565b=async(_0x358a43,_0x9cb49b)=>{const _0x1c27a3=_0x30f129;await global['__drivers'][0x0]['executeScript'](_0x1c27a3(0x275)+_0x358a43+_0x1c27a3(0x28c)+_0x9cb49b+_0x1c27a3(0x284));};new Promise(async _0x3c83d8=>{const _0x4bf90d=_0x30f129;try{_0x13c603[_0x4bf90d(0x223)](_0x4f21d4[_0x4bf90d(0x203)][_0x4bf90d(0x204)]['toString']()[_0x4bf90d(0x23f)](),_0x13c603[_0x4bf90d(0x248)])||_0x13c603[_0x4bf90d(0x223)](_0x4f21d4[_0x4bf90d(0x203)][_0x4bf90d(0x204)][_0x4bf90d(0x28d)]()[_0x4bf90d(0x23f)](),'6')?(global[_0x4bf90d(0x24a)]=!![],global[_0x4bf90d(0x28f)][_0x4bf90d(0x220)](_0x4f21d4[_0x4bf90d(0x203)][_0x4bf90d(0x299)]),_0x13c603['apVpg'](_0x4f21d4[_0x4bf90d(0x1f6)],undefined)?await _0x13c603[_0x4bf90d(0x255)](_0x27565b,JSON['stringify'](_0x13c603[_0x4bf90d(0x210)](_0x13c603[_0x4bf90d(0x210)](_0x13c603['zVyfg'](_0x13c603['FGVZq'],'\x22'+_0x4f21d4[_0x4bf90d(0x1f6)]['text']+'\x22\x20'),_0x13c603[_0x4bf90d(0x205)]),_0x4f21d4[_0x4bf90d(0x203)]['message'])),_0x13c603['VCQZe']):await _0x13c603[_0x4bf90d(0x255)](_0x27565b,JSON[_0x4bf90d(0x26b)](_0x13c603['tCtEx'](_0x13c603[_0x4bf90d(0x24e)],_0x4f21d4['result']['message'])),_0x13c603[_0x4bf90d(0x294)])):_0x13c603[_0x4bf90d(0x234)](_0x4f21d4['pickleStep'],undefined)?await _0x13c603[_0x4bf90d(0x23d)](_0x27565b,JSON[_0x4bf90d(0x26b)](_0x13c603[_0x4bf90d(0x25f)](_0x13c603['Ejggd'],'\x22'+_0x4f21d4[_0x4bf90d(0x1f6)][_0x4bf90d(0x1fc)]+'\x22')),_0x13c603[_0x4bf90d(0x22f)]):await _0x13c603[_0x4bf90d(0x28a)](_0x27565b,JSON[_0x4bf90d(0x26b)](_0x13c603[_0x4bf90d(0x280)]),_0x13c603[_0x4bf90d(0x22f)]),global[_0x4bf90d(0x2a1)][0x0]['session_'][_0x4bf90d(0x25e)](_0x53847d=>{const _0x4d4f86=_0x4bf90d;logger[_0x4d4f86(0x24b)](_0x4d4f86(0x217)+_0x53847d['getId']());});}catch(_0x1e0b56){logger['debug'](_0x4bf90d(0x263)+_0x1e0b56);}_0x13c603[_0x4bf90d(0x20a)](_0x3c83d8);})[_0x30f129(0x257)](()=>_0x2ac632());});function a9_0x5a39(_0x27cb85,_0x5486ff){const _0x16d28a=a9_0x16d2();return a9_0x5a39=function(_0x5a3936,_0x18be87){_0x5a3936=_0x5a3936-0x1f3;let _0x3ade85=_0x16d28a[_0x5a3936];return _0x3ade85;},a9_0x5a39(_0x27cb85,_0x5486ff);}const a9_0x3a81c1={};a9_0x3a81c1['name']=a9_0x19a560(0x1fd),a9_0x3a81c1['timeout']=0x7530,AfterAll(a9_0x3a81c1,async function(_0xc07404,_0x3ca691){const _0x54d4d4=a9_0x19a560,_0x10bc90={'TxUpk':function(_0x18f14e){return _0x18f14e();},'WIdwy':_0x54d4d4(0x1fa)};logger[_0x54d4d4(0x24b)](_0x10bc90[_0x54d4d4(0x296)]),await new Promise(async _0x2e08a4=>{const _0x5bd958=_0x54d4d4;await RequestQueueHandler[_0x5bd958(0x253)]()[_0x5bd958(0x1f9)](),PerformanceTester[_0x5bd958(0x27b)](),await global['driverCleanup'](),_0x10bc90[_0x5bd958(0x2a0)](_0x2e08a4);});});
1
+ const a9_0x451aeb=a9_0xb20f;function a9_0xb20f(_0x30203d,_0x55554e){const _0x3f5c49=a9_0x3f5c();return a9_0xb20f=function(_0xb20f4f,_0x18b121){_0xb20f4f=_0xb20f4f-0x1f1;let _0x416762=_0x3f5c49[_0xb20f4f];return _0x416762;},a9_0xb20f(_0x30203d,_0x55554e);}(function(_0x2f1e74,_0x19520c){const _0x49cfbc=a9_0xb20f,_0x5a265b=_0x2f1e74();while(!![]){try{const _0x4beea4=parseInt(_0x49cfbc(0x27c))/0x1*(-parseInt(_0x49cfbc(0x1fd))/0x2)+-parseInt(_0x49cfbc(0x233))/0x3+-parseInt(_0x49cfbc(0x217))/0x4*(-parseInt(_0x49cfbc(0x24f))/0x5)+parseInt(_0x49cfbc(0x20e))/0x6+parseInt(_0x49cfbc(0x1f3))/0x7+parseInt(_0x49cfbc(0x229))/0x8+-parseInt(_0x49cfbc(0x261))/0x9;if(_0x4beea4===_0x19520c)break;else _0x5a265b['push'](_0x5a265b['shift']());}catch(_0x507c6c){_0x5a265b['push'](_0x5a265b['shift']());}}}(a9_0x3f5c,0x6b2a6));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require(a9_0x451aeb(0x259)),setKeepAlive=require(a9_0x451aeb(0x251)),util=require(a9_0x451aeb(0x271)),PerformanceTester=require(a9_0x451aeb(0x286)),{commandRepository}=require('../../helpers/ai-sdk/autoHealHelper'),cucumberModule=requireModule(a9_0x451aeb(0x24c),'@cucumber/cucumber'),logger=require('../../helpers/logger')['winstonLogger'],{shouldProcessEventForTesthub}=require(a9_0x451aeb(0x24a)),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require(a9_0x451aeb(0x204)),TestDetails=require(a9_0x451aeb(0x21c)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),{o11yErrorHandler}=require(a9_0x451aeb(0x23c)),MyReporter=require(a9_0x451aeb(0x227)),SessionHandler=require(a9_0x451aeb(0x28e)),scripts=require(a9_0x451aeb(0x29a)),globals=require('../../helpers/globals'),testHubConstants=require(a9_0x451aeb(0x206)),{shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),{isUndefined}=require(a9_0x451aeb(0x295)),a9_0x507a24={};a9_0x507a24['workerInfo']=undefined,a9_0x507a24[a9_0x451aeb(0x208)]={},a9_0x507a24[a9_0x451aeb(0x1f5)]=![],a9_0x507a24[a9_0x451aeb(0x208)]['id']=undefined,a9_0x507a24[a9_0x451aeb(0x208)][a9_0x451aeb(0x24d)]=undefined;const workerDetails=a9_0x507a24;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x5d6336){const _0x5d7e10=a9_0x451aeb,_0x18317f=workerDetails['currentTest'][_0x5d7e10(0x24d)];if(!_0x18317f)return;await MyReporter[_0x5d7e10(0x274)](_0x18317f,_0x5d6336);}),registerListeners=()=>{const _0x1a108c=a9_0x451aeb,_0x4673f9={};_0x4673f9[_0x1a108c(0x200)]=_0x1a108c(0x27a);const _0xe14838=_0x4673f9;logger['debug'](_0xe14838[_0x1a108c(0x200)]),process[_0x1a108c(0x284)](_0x1a108c(0x275)+process[_0x1a108c(0x26a)]),process['on'](_0x1a108c(0x275)+process['pid'],sendTestLog),PerformanceTester['startMonitoring']();};modifyCommand(),setKeepAlive();const Before=cucumberModule['Before'],After=cucumberModule['After'],AfterAll=cucumberModule[a9_0x451aeb(0x23d)],BeforeAll=cucumberModule[a9_0x451aeb(0x244)],AfterStep=cucumberModule[a9_0x451aeb(0x209)],configuration=process[a9_0x451aeb(0x220)]['CONFIG'],bstackConfig=process[a9_0x451aeb(0x220)][a9_0x451aeb(0x270)];if(configuration!==undefined){const config=JSON[a9_0x451aeb(0x205)](configuration);isBrowserstackInfra()?(global[a9_0x451aeb(0x277)]=isTrue(config[a9_0x451aeb(0x29c)]),global['__skipSessionStatus']=isTrue(config[a9_0x451aeb(0x1f7)])):(global[a9_0x451aeb(0x277)]=!![],global[a9_0x451aeb(0x201)]=!![]),shouldProcessEventForTesthub()?require(a9_0x451aeb(0x27d))[a9_0x451aeb(0x228)](config,null,!![]):require(a9_0x451aeb(0x27d))[a9_0x451aeb(0x228)](config),global[a9_0x451aeb(0x234)]=config[a9_0x451aeb(0x279)]||{};}if(bstackConfig!==undefined){const browserStackConfig=JSON[a9_0x451aeb(0x205)](bstackConfig);browserStackConfig&&(commandRepository[a9_0x451aeb(0x1fa)](browserStackConfig),commandRepository['setFramework'](a9_0x451aeb(0x289)));}global[a9_0x451aeb(0x215)]=0x0;const __setDefaultTimeout=cucumberModule[a9_0x451aeb(0x24e)];cucumberModule[a9_0x451aeb(0x24e)]=_0x6be853=>{const _0x3d03c4=a9_0x451aeb,_0x477a3f={'JAzOQ':function(_0x22108c,_0x2d9d8f){return _0x22108c(_0x2d9d8f);}};global[_0x3d03c4(0x215)]=_0x6be853,_0x477a3f['JAzOQ'](__setDefaultTimeout,_0x6be853);};const a9_0xfb9d92={};a9_0xfb9d92['name']=a9_0x451aeb(0x29d),BeforeAll(a9_0xfb9d92,function(){const _0x4e282f=a9_0x451aeb,_0x4875d4={'zUFXY':function(_0x1d0df9,_0x2c74c0,_0x270375,_0x299ba0){return _0x1d0df9(_0x2c74c0,_0x270375,_0x299ba0);},'UsXHJ':_0x4e282f(0x22d),'gxMTd':_0x4e282f(0x25f),'oQnuQ':function(_0x23a4ec,_0x5127d8,_0x1435ef){return _0x23a4ec(_0x5127d8,_0x1435ef);},'zMoHs':'passed','NAFqG':_0x4e282f(0x276),'LUEOR':function(_0x31c9f4){return _0x31c9f4();},'ABExi':function(_0x128ece){return _0x128ece();},'MgFvD':function(_0x32a43a,_0xfd30ca){return _0x32a43a(_0xfd30ca);}};PerformanceTester[_0x4e282f(0x22b)](),logger[_0x4e282f(0x248)](_0x4875d4[_0x4e282f(0x1fe)]),global[_0x4e282f(0x269)]=[],global[_0x4e282f(0x25a)]=![],_0x4875d4[_0x4e282f(0x25b)](shouldProcessEventForTesthub)&&(_0x4875d4[_0x4e282f(0x223)](registerListeners),_0x4875d4[_0x4e282f(0x27b)](addRequestSpy,![])),global[_0x4e282f(0x25d)]=async()=>{const _0x1d5fc0=_0x4e282f;let _0x5be97f=![];try{await global['__drivers'][0x0]['session_'],_0x5be97f=!![],global['__sessionFailed']?await _0x4875d4[_0x1d5fc0(0x26b)](markSessionStatus,global['__drivers'][0x0],_0x4875d4[_0x1d5fc0(0x23f)],global[_0x1d5fc0(0x269)]['join'](_0x4875d4[_0x1d5fc0(0x255)])):await _0x4875d4[_0x1d5fc0(0x212)](markSessionStatus,global['__drivers'][0x0],_0x4875d4[_0x1d5fc0(0x210)]);}catch(_0x2b36f6){logger[_0x1d5fc0(0x248)](_0x1d5fc0(0x20f)+_0x2b36f6);}global['__error_messages__']=[],global[_0x1d5fc0(0x25a)]=![];if(_0x5be97f)try{await global[_0x1d5fc0(0x290)][0x0][_0x1d5fc0(0x294)](),global['__drivers'][0x0][_0x1d5fc0(0x257)][_0x1d5fc0(0x280)](_0x45cef0=>{const _0x216137=_0x1d5fc0;logger[_0x216137(0x248)](_0x216137(0x287)+_0x45cef0[_0x216137(0x22c)]());});}catch(_0x46a582){logger[_0x1d5fc0(0x248)]('Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20'+_0x46a582);}};});const a9_0x1c3fe9={};a9_0x1c3fe9[a9_0x451aeb(0x27f)]=a9_0x451aeb(0x29d),a9_0x1c3fe9[a9_0x451aeb(0x224)]=0x2710,Before(a9_0x1c3fe9,function(_0x4ee616,_0x30f78c){const _0x49f8cd=a9_0x451aeb,_0x125ee3={'TuGKw':function(_0xd3592b,_0x462102){return _0xd3592b>_0x462102;},'yrCId':function(_0x3434fa,_0x456e17){return _0x3434fa(_0x456e17);},'YODfc':function(_0x54e613,_0x48047b,_0x513933,_0x17beb3){return _0x54e613(_0x48047b,_0x513933,_0x17beb3);},'WMZcx':_0x49f8cd(0x216),'KDufv':function(_0x35a02b){return _0x35a02b();},'SCWHO':_0x49f8cd(0x231)};commandRepository[_0x49f8cd(0x225)](_0x4ee616[_0x49f8cd(0x26f)][_0x49f8cd(0x27f)]),logger[_0x49f8cd(0x248)](_0x125ee3[_0x49f8cd(0x26d)]),new Promise(async _0x42ab20=>{const _0x2df369=_0x49f8cd;try{_0x125ee3[_0x2df369(0x297)](global[_0x2df369(0x290)][_0x2df369(0x213)],0x1)&&(await global['driverCleanup'](),global[_0x2df369(0x290)][_0x2df369(0x211)]()),global[_0x2df369(0x290)][0x0][_0x2df369(0x20c)]&&_0x125ee3[_0x2df369(0x297)](global['__drivers'][0x0][_0x2df369(0x20c)],0x0)&&await global[_0x2df369(0x25d)]();}catch(_0x199f5b){logger[_0x2df369(0x248)](_0x2df369(0x1f2)+_0x199f5b);}workerDetails[_0x2df369(0x208)][_0x2df369(0x24d)]=_0x4ee616[_0x2df369(0x21d)];try{if(!_0x125ee3[_0x2df369(0x27e)](isUndefined,_0x4ee616[_0x2df369(0x26f)][_0x2df369(0x21b)])){const _0x18d002=_0x125ee3[_0x2df369(0x232)](shouldScanTestForAccessibility,null,![],_0x4ee616['pickle'][_0x2df369(0x21b)]['map'](({name:_0x3f988a})=>_0x3f988a));globals[_0x2df369(0x262)](_0x125ee3[_0x2df369(0x265)],_0x18d002);}}catch(_0x1dfdd7){logger[_0x2df369(0x248)]('Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20'+util['format'](_0x1dfdd7));}_0x125ee3['KDufv'](_0x42ab20);})['finally'](_0x30f78c);});const a9_0x54c67e={};a9_0x54c67e[a9_0x451aeb(0x27f)]=a9_0x451aeb(0x29d),a9_0x54c67e['timeout']=0x2710,After(a9_0x54c67e,function(_0x2bceef,_0xb7e247){const _0x3c5537=a9_0x451aeb,_0x416c40={'Nrnsz':_0x3c5537(0x1f4),'HdYVP':function(_0x7cf25e,_0x541e01){return _0x7cf25e===_0x541e01;},'KIIcX':_0x3c5537(0x22d),'OTHQI':function(_0x55df51,_0x2dc467){return _0x55df51===_0x2dc467;},'GsLGJ':function(_0x537f46,_0x52927f,_0x111ac5,_0x3b9462){return _0x537f46(_0x52927f,_0x111ac5,_0x3b9462);},'Kcyug':'\x20|\x20','ylVIU':function(_0x3ea5f6,_0x2ec54a,_0x108b3c){return _0x3ea5f6(_0x2ec54a,_0x108b3c);},'zlnGf':_0x3c5537(0x202),'hXdNZ':function(_0x35d6fd,_0x57f0e5){return _0x35d6fd>_0x57f0e5;},'naOMP':function(_0x5a6558){return _0x5a6558();},'IKzxw':_0x3c5537(0x22e),'tISgd':_0x3c5537(0x285),'FuXMO':'bstackA11yShouldScan','rNaCh':'Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','OfDzj':_0x3c5537(0x253),'EAdEI':_0x3c5537(0x299),'CfptC':function(_0x5c4925,_0x17c7f7){return _0x5c4925>_0x17c7f7;},'XboHf':_0x3c5537(0x256)};logger[_0x3c5537(0x248)](_0x416c40[_0x3c5537(0x236)]),workerDetails[_0x3c5537(0x208)][_0x3c5537(0x24d)]=_0x2bceef[_0x3c5537(0x21d)],new Promise(async _0x451be3=>{const _0x34d787=_0x3c5537;let _0x332754=![];try{const _0x150ef8=_0x416c40[_0x34d787(0x25c)]['split']('|');let _0x4ce56c=0x0;while(!![]){switch(_0x150ef8[_0x4ce56c++]){case'0':_0x332754=!![];continue;case'1':!global[_0x34d787(0x277)]&&await global['__drivers'][0x0][_0x34d787(0x24b)](_0x34d787(0x241)+_0x2bceef[_0x34d787(0x26f)]['name']+'\x22}}');continue;case'2':await global[_0x34d787(0x290)][0x0]['session_'];continue;case'3':if(_0x416c40[_0x34d787(0x296)](_0x2bceef['result'][_0x34d787(0x266)]['toString']()[_0x34d787(0x1f1)](),_0x416c40[_0x34d787(0x28b)])||_0x416c40['OTHQI'](_0x2bceef[_0x34d787(0x221)]['status'][_0x34d787(0x28c)]()[_0x34d787(0x1f1)](),'6')){try{global[_0x34d787(0x269)][_0x34d787(0x291)](_0x2bceef[_0x34d787(0x221)]['message']);}catch(_0x4451eb){logger['debug']('Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20'+_0x4451eb);}await _0x416c40[_0x34d787(0x247)](markSessionStatus,global[_0x34d787(0x290)][0x0],_0x416c40[_0x34d787(0x28b)],global[_0x34d787(0x269)]['join'](_0x416c40['Kcyug']));}else await _0x416c40[_0x34d787(0x242)](markSessionStatus,global[_0x34d787(0x290)][0x0],_0x416c40[_0x34d787(0x293)]);continue;case'4':_0x416c40[_0x34d787(0x1f6)](global[_0x34d787(0x290)]['length'],0x1)&&(await global[_0x34d787(0x25d)](),global[_0x34d787(0x290)]['shift'](),global[_0x34d787(0x269)]=[],global[_0x34d787(0x25a)]=![]);continue;}break;}}catch(_0x56183e){logger['debug']('Error:\x20at\x20After:\x20'+util[_0x34d787(0x25e)](_0x56183e));}try{if(_0x416c40[_0x34d787(0x260)](shouldProcessEventForTesthub)){const _0x4f1c99=TestDetails[_0x34d787(0x282)](_0x2bceef['testCaseStartedId']),_0x4a2a00=await _0x416c40[_0x34d787(0x247)](sendPlatformDetails,global['__drivers'][0x0],_0x4f1c99,!![]),_0x553fd2={};_0x553fd2[_0x34d787(0x222)]=_0x4f1c99,_0x553fd2['integrations']=_0x4a2a00;const _0x3108cb=_0x553fd2,_0x33abe={};_0x33abe[_0x34d787(0x281)]=_0x416c40[_0x34d787(0x1ff)],_0x33abe['test_run']=_0x3108cb,await SessionHandler[_0x34d787(0x23e)](_0x33abe);}}catch(_0x3653cf){logger[_0x34d787(0x248)]('Error:\x20sendPlatformDetails\x20at\x20After:\x20'+util[_0x34d787(0x25e)](_0x3653cf));}try{if(globals[_0x34d787(0x1f8)](_0x416c40[_0x34d787(0x268)])&&globals[_0x34d787(0x1f8)](_0x416c40[_0x34d787(0x263)])){logger['info'](_0x416c40[_0x34d787(0x26c)]);const _0x50e6e6=TestDetails[_0x34d787(0x282)](_0x2bceef[_0x34d787(0x21d)]),_0x788180={};_0x788180[_0x34d787(0x283)]=_0x50e6e6,_0x788180[_0x34d787(0x20b)]=process[_0x34d787(0x220)][testHubConstants[_0x34d787(0x258)][_0x34d787(0x28a)]],_0x788180[_0x34d787(0x21a)]=process['env'][testHubConstants['ENV_VAR'][_0x34d787(0x264)]];const _0x185075=_0x788180;logger[_0x34d787(0x248)](_0x34d787(0x243)+JSON[_0x34d787(0x1f9)](_0x185075)),logger[_0x34d787(0x248)](_0x416c40[_0x34d787(0x214)]),logger['debug'](util[_0x34d787(0x25e)](await global[_0x34d787(0x290)][0x0][_0x34d787(0x238)](scripts[_0x34d787(0x21f)],{'method':global['browserstackSessionName']}))),await global[_0x34d787(0x290)][0x0][_0x34d787(0x238)](scripts[_0x34d787(0x240)],_0x185075),logger[_0x34d787(0x20d)](_0x416c40[_0x34d787(0x23b)]);}}catch(_0x4d7bb8){logger[_0x34d787(0x245)](_0x34d787(0x254)+util[_0x34d787(0x25e)]);}if(_0x332754)try{global['__drivers'][0x0]&&_0x416c40[_0x34d787(0x237)](global['__drivers'][0x0][_0x34d787(0x20c)],0x0)&&await global[_0x34d787(0x290)][0x0]['initQuit']();}catch(_0x237f18){logger[_0x34d787(0x248)](_0x34d787(0x288)+_0x237f18);}_0x416c40[_0x34d787(0x260)](_0x451be3);})['finally'](()=>_0xb7e247());});const a9_0x3f97f1={};a9_0x3f97f1[a9_0x451aeb(0x27f)]=a9_0x451aeb(0x29d),a9_0x3f97f1['timeout']=0x2710,AfterStep(a9_0x3f97f1,function(_0x1f7467,_0x382c1d){const _0x42f765=a9_0x451aeb,_0x47b100={'dLAjl':function(_0x3c20c3,_0x5364b3){return _0x3c20c3===_0x5364b3;},'rjqJj':'failed','EwkrN':function(_0x309869,_0x5b508c){return _0x309869!==_0x5b508c;},'mEndc':function(_0xebcfe9,_0x2c5898,_0x23a9e9){return _0xebcfe9(_0x2c5898,_0x23a9e9);},'ENTgh':function(_0x58c669,_0x2c408){return _0x58c669+_0x2c408;},'TJpya':function(_0x431ee4,_0x2884b4){return _0x431ee4+_0x2884b4;},'TBCpV':'Failed:\x20','gaZbf':_0x42f765(0x21e),'irNxc':_0x42f765(0x245),'xllCX':function(_0x3f7800,_0x3754e2){return _0x3f7800+_0x3754e2;},'gYfxX':function(_0x9bc941,_0x17b084){return _0x9bc941!==_0x17b084;},'wiwHW':function(_0x1e0917,_0x54f2b3){return _0x1e0917+_0x54f2b3;},'JNOsa':_0x42f765(0x298),'fCHts':'info','ejlaB':function(_0x3a5487,_0x27d53f,_0x4f98be){return _0x3a5487(_0x27d53f,_0x4f98be);},'gGcpX':_0x42f765(0x218),'AioKa':function(_0x5ac0d7){return _0x5ac0d7();},'LekTR':_0x42f765(0x203)};logger['debug'](_0x47b100[_0x42f765(0x249)]);const _0x3c662f=async(_0x10bd84,_0x16696b)=>{const _0x22efb1=_0x42f765;await global[_0x22efb1(0x290)][0x0]['executeScript'](_0x22efb1(0x1fb)+_0x10bd84+_0x22efb1(0x207)+_0x16696b+'\x22}}');};new Promise(async _0x3bd978=>{const _0x580ca1=_0x42f765;try{_0x47b100[_0x580ca1(0x273)](_0x1f7467[_0x580ca1(0x221)][_0x580ca1(0x266)][_0x580ca1(0x28c)]()[_0x580ca1(0x1f1)](),_0x47b100[_0x580ca1(0x230)])||_0x47b100['dLAjl'](_0x1f7467[_0x580ca1(0x221)]['status'][_0x580ca1(0x28c)]()[_0x580ca1(0x1f1)](),'6')?(global[_0x580ca1(0x25a)]=!![],global[_0x580ca1(0x269)][_0x580ca1(0x291)](_0x1f7467['result']['message']),_0x47b100[_0x580ca1(0x20a)](_0x1f7467[_0x580ca1(0x26e)],undefined)?await _0x47b100[_0x580ca1(0x22f)](_0x3c662f,JSON[_0x580ca1(0x1f9)](_0x47b100['ENTgh'](_0x47b100[_0x580ca1(0x28f)](_0x47b100['TJpya'](_0x47b100[_0x580ca1(0x267)],'\x22'+_0x1f7467[_0x580ca1(0x26e)][_0x580ca1(0x219)]+'\x22\x20'),_0x47b100[_0x580ca1(0x22a)]),_0x1f7467['result'][_0x580ca1(0x29b)])),_0x47b100[_0x580ca1(0x235)]):await _0x47b100[_0x580ca1(0x22f)](_0x3c662f,JSON[_0x580ca1(0x1f9)](_0x47b100[_0x580ca1(0x246)](_0x47b100[_0x580ca1(0x267)],_0x1f7467['result'][_0x580ca1(0x29b)])),_0x47b100['irNxc'])):_0x47b100[_0x580ca1(0x23a)](_0x1f7467[_0x580ca1(0x26e)],undefined)?await _0x47b100[_0x580ca1(0x22f)](_0x3c662f,JSON[_0x580ca1(0x1f9)](_0x47b100[_0x580ca1(0x250)](_0x47b100[_0x580ca1(0x239)],'\x22'+_0x1f7467[_0x580ca1(0x26e)]['text']+'\x22')),_0x47b100[_0x580ca1(0x226)]):await _0x47b100['ejlaB'](_0x3c662f,JSON[_0x580ca1(0x1f9)](_0x47b100[_0x580ca1(0x28d)]),_0x47b100[_0x580ca1(0x226)]),global[_0x580ca1(0x290)][0x0][_0x580ca1(0x257)][_0x580ca1(0x280)](_0x3b844c=>{const _0x10a52b=_0x580ca1;logger[_0x10a52b(0x248)](_0x10a52b(0x1fc)+_0x3b844c[_0x10a52b(0x22c)]());});}catch(_0x10aadf){logger[_0x580ca1(0x248)](_0x580ca1(0x272)+_0x10aadf);}_0x47b100[_0x580ca1(0x252)](_0x3bd978);})[_0x42f765(0x278)](()=>_0x382c1d());});const a9_0x340542={};a9_0x340542[a9_0x451aeb(0x27f)]=a9_0x451aeb(0x29d),a9_0x340542[a9_0x451aeb(0x224)]=0x7530,AfterAll(a9_0x340542,async function(_0x5bf9d3,_0x4f6ea0){const _0x2ea849=a9_0x451aeb,_0x1c52e9={'rRZcn':function(_0x15aaaa){return _0x15aaaa();},'ugYhS':'Inside\x20browserstack\x20AfterAll'};logger['debug'](_0x1c52e9[_0x2ea849(0x292)]),await new Promise(async _0x226ec8=>{await RequestQueueHandler['getInstance']()['shutdown'](),PerformanceTester['stopMonitoring'](),await global['driverCleanup'](),_0x1c52e9['rRZcn'](_0x226ec8);});});function a9_0x3f5c(){const _0x5c6ec7=['BSTACK_CONFIG','util','Error:\x20at\x20After\x20Step:\x20','dLAjl','addTestUIDAndReportLog','bs:addLog:','Inside\x20browserstack\x20BeforeAll','__skipSessionName','finally','platformCaps','Inside\x20browserstack\x20registerListeners','MgFvD','3YAZokv','../../index','yrCId','name','then','event_type','getTestUUID','thTestRunUuid','removeAllListeners','isAccessibilityPlatform','../../helpers/performance/performance-tester','Error:\x20in\x20quitting\x20driver\x20','Error:\x20quiting\x20driver\x20at\x20After:\x20','cucumber-js','BROWSERSTACK_TESTHUB_UUID','KIIcX','toString','gGcpX','../../helpers/test-observability/sessionHandler','TJpya','__drivers','push','ugYhS','zlnGf','initQuit','lodash','HdYVP','TuGKw','Passed:\x20','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','../../helpers/accessibility-automation/scripts','message','skipSessionName','bstack','toLowerCase','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','5522678TOliEz','4|2|0|1|3','o11ySyncDone','hXdNZ','skipSessionStatus','getGlobal','stringify','setConfig','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','Error:\x20in\x20After\x20Step\x20for\x20driver\x20','36570POQunk','NAFqG','IKzxw','EpRBd','__skipSessionStatus','passed','Inside\x20browserstack\x20AfterStep','../../helpers/test-observability/utils','parse','../../helpers/testhub/constants.js',',\x22level\x22:\x20\x22','currentTest','AfterStep','EwkrN','thBuildUuid','quitCount_','info','446460GRJvuc','Error:\x20cleaning\x20up\x20driver:\x20','zMoHs','shift','oQnuQ','length','OfDzj','__timeout','bstackA11yShouldScan','12368usTVJa','Passed','text','thJwtToken','tags','../playwright/reporter/test-details.js','testCaseStartedId','\x0aError:\x20','performScan','env','result','uuid','ABExi','timeout','setTestNameForHealingContext','fCHts','../playwright/reporter/reporter.js','browserstackAgentV2','6547936YHIUFS','gaZbf','startMonitoring','getId','failed','CBTSessionCreated','mEndc','rjqJj','Inside\x20browserstack\x20Before','YODfc','2505870KKVoCY','__platformCaps','irNxc','XboHf','CfptC','executeAsyncScript','JNOsa','gYfxX','EAdEI','../../helpers/test-observability/error-handler','AfterAll','uploadEventData','UsXHJ','saveTestResults','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','ylVIU','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','BeforeAll','error','xllCX','GsLGJ','debug','LekTR','../../helpers/testhub/utils','executeScript','@cucumber/cucumber/lib/index.js','testInfo','setDefaultTimeout','1190TmKoWj','wiwHW','../../helpers/setKeepAlive','AioKa','Performing\x20scan\x20before\x20saving\x20results','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20','gxMTd','Inside\x20browserstack\x20After','session_','ENV_VAR','../../helpers/helper','__sessionFailed','LUEOR','Nrnsz','driverCleanup','format','\x20|\x20','naOMP','9797913xDaepa','setGlobal','FuXMO','BROWSERSTACK_TESTHUB_JWT','WMZcx','status','TBCpV','tISgd','__error_messages__','pid','zUFXY','rNaCh','SCWHO','pickleStep','pickle'];a9_0x3f5c=function(){return _0x5c6ec7;};return a9_0x3f5c();}
@@ -1 +1 @@
1
- const a10_0x41501a=a10_0x2b23;(function(_0x29647b,_0x503889){const _0x269ffe=a10_0x2b23,_0x55e686=_0x29647b();while(!![]){try{const _0x38e3b5=-parseInt(_0x269ffe(0x126))/0x1+-parseInt(_0x269ffe(0x11b))/0x2*(parseInt(_0x269ffe(0xf8))/0x3)+parseInt(_0x269ffe(0x10a))/0x4*(parseInt(_0x269ffe(0x108))/0x5)+-parseInt(_0x269ffe(0xf1))/0x6*(parseInt(_0x269ffe(0x107))/0x7)+-parseInt(_0x269ffe(0xfc))/0x8*(parseInt(_0x269ffe(0xf5))/0x9)+-parseInt(_0x269ffe(0xf4))/0xa*(-parseInt(_0x269ffe(0xf7))/0xb)+parseInt(_0x269ffe(0x119))/0xc;if(_0x38e3b5===_0x503889)break;else _0x55e686['push'](_0x55e686['shift']());}catch(_0x113f1b){_0x55e686['push'](_0x55e686['shift']());}}}(a10_0x138c,0x75b92));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x41501a(0x101)),setKeepAlive=require(a10_0x41501a(0xfe)),cucumberModule=requireModule(a10_0x41501a(0xfb),a10_0x41501a(0x121)),logger=require(a10_0x41501a(0x112))['winstonLogger'];modifyCommand(),setKeepAlive();const Before=cucumberModule[a10_0x41501a(0xfa)],After=cucumberModule['After'],configuration=process[a10_0x41501a(0x106)][a10_0x41501a(0x105)];function a10_0x2b23(_0x30499f,_0x58ea3d){const _0x138cb8=a10_0x138c();return a10_0x2b23=function(_0x2b2353,_0x2e82da){_0x2b2353=_0x2b2353-0xef;let _0x501c51=_0x138cb8[_0x2b2353];return _0x501c51;},a10_0x2b23(_0x30499f,_0x58ea3d);}if(configuration!==undefined){const config=JSON[a10_0x41501a(0x10e)](configuration);isTrue(config[a10_0x41501a(0x123)])&&(global[a10_0x41501a(0x117)]=!![]),global['__skipSessionStatus']=isTrue(config[a10_0x41501a(0x11c)]),require(a10_0x41501a(0xf3))[a10_0x41501a(0x127)](config),global[a10_0x41501a(0x102)]=config[a10_0x41501a(0xef)]||{};}global[a10_0x41501a(0x10b)]=0x0;const __setDefaultTimeout=cucumberModule['setDefaultTimeout'];cucumberModule[a10_0x41501a(0x11d)]=_0x307401=>{const _0x1dfda3=a10_0x41501a,_0xb0c790={'dWYIQ':function(_0x19ad3e,_0x122b2a){return _0x19ad3e(_0x122b2a);}};global[_0x1dfda3(0x10b)]=_0x307401,_0xb0c790[_0x1dfda3(0xf6)](__setDefaultTimeout,_0x307401);};const a10_0x1fd8e4={};a10_0x1fd8e4[a10_0x41501a(0x11e)]='bstack',Before(a10_0x1fd8e4,function(){const _0x360184=a10_0x41501a,_0x446225={};_0x446225[_0x360184(0x100)]=_0x360184(0xff);const _0x442697=_0x446225;logger[_0x360184(0x114)](_0x442697[_0x360184(0x100)]),global['__error_messages__']=[];});const a10_0x43b24a={};function a10_0x138c(){const _0xaa5d8d=['failed','passed','cucumber','__error_messages__','skipSessionName','cZsKj','status','647116QHqztT','browserstackAgentV2','nlmuw','toLowerCase','Error:\x20quiting\x20at\x20After:\x20','platformCaps','\x20|\x20','18CGEHuH','timeout','../../index','90tSqYJq','87012opVlIi','dWYIQ','1174954ztLdXk','831609XRauGk','fPoGm','Before','cucumber/lib/index.js','320xnzuaq','then','../../helpers/setKeepAlive','Inside\x20browserstack\x20Before','mydGE','../../helpers/helper','__platformCaps','mnQOm','BJqZh','CONFIG','env','140791NMeRaq','287645dZcozA','Error:\x20setting\x20status\x20at\x20After:\x20','4rgxAGL','__timeout','MSGnX','executeScript','parse','TKtpK','kcjoR','session_','../../helpers/logger','\x22}}','debug','bstack','__driver','__skipSessionName','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','16669476ehqKPE','initQuit','6MpBSSD','skipSessionStatus','setDefaultTimeout','name'];a10_0x138c=function(){return _0xaa5d8d;};return a10_0x138c();}a10_0x43b24a[a10_0x41501a(0x11e)]=a10_0x41501a(0x115),a10_0x43b24a[a10_0x41501a(0xf2)]=0x2710,After(a10_0x43b24a,function(_0x4c5ba6,_0x200ec4){const _0x3a4a33=a10_0x41501a,_0x5e7578={'TKtpK':function(_0x241047,_0x40aca5){return _0x241047===_0x40aca5;},'cZsKj':_0x3a4a33(0x11f),'kcjoR':function(_0x5eefaa,_0x2d27b3,_0x1d5089,_0x4b0c1c){return _0x5eefaa(_0x2d27b3,_0x1d5089,_0x4b0c1c);},'fPoGm':_0x3a4a33(0xf0),'mnQOm':function(_0x52f873,_0x56549b,_0x32bd31){return _0x52f873(_0x56549b,_0x32bd31);},'nlmuw':_0x3a4a33(0x120),'BJqZh':function(_0x458854){return _0x458854();},'MSGnX':function(_0x5c83a0,_0x5b5e6c){return _0x5c83a0(_0x5b5e6c);},'rhqGI':'Inside\x20browserstack\x20After'};logger[_0x3a4a33(0x114)](_0x5e7578['rhqGI']),new Promise(async(_0x4db409,_0x288953)=>{const _0x41fa5f=_0x3a4a33;let _0x4f93c6=![];try{await global['__driver'][_0x41fa5f(0x111)],_0x4f93c6=!![],!global[_0x41fa5f(0x117)]&&await global[_0x41fa5f(0x116)][_0x41fa5f(0x10d)](_0x41fa5f(0x118)+_0x4c5ba6['pickle'][_0x41fa5f(0x11e)]+_0x41fa5f(0x113)),_0x5e7578[_0x41fa5f(0x10f)](_0x4c5ba6['result'][_0x41fa5f(0x125)][_0x41fa5f(0x129)](),_0x5e7578[_0x41fa5f(0x124)])?await _0x5e7578[_0x41fa5f(0x110)](markSessionStatus,global[_0x41fa5f(0x116)],_0x5e7578[_0x41fa5f(0x124)],global[_0x41fa5f(0x122)]['join'](_0x5e7578[_0x41fa5f(0xf9)])):await _0x5e7578[_0x41fa5f(0x103)](markSessionStatus,global[_0x41fa5f(0x116)],_0x5e7578[_0x41fa5f(0x128)]);}catch(_0x5c82ea){logger[_0x41fa5f(0x114)](_0x41fa5f(0x109)+_0x5c82ea);}if(_0x4f93c6)try{await global[_0x41fa5f(0x116)][_0x41fa5f(0x11a)](),_0x5e7578[_0x41fa5f(0x104)](_0x4db409);}catch(_0x1dd932){logger[_0x41fa5f(0x114)](_0x41fa5f(0x12a)+_0x1dd932),_0x5e7578[_0x41fa5f(0x10c)](_0x288953,_0x1dd932);}else _0x5e7578[_0x41fa5f(0x104)](_0x288953);})[_0x3a4a33(0xfd)](()=>_0x200ec4());});
1
+ const a10_0x5b9d03=a10_0x6f84;(function(_0x1c9f1c,_0x4e8b1c){const _0xab7189=a10_0x6f84,_0x2ed148=_0x1c9f1c();while(!![]){try{const _0x12eef0=parseInt(_0xab7189(0xdb))/0x1*(parseInt(_0xab7189(0xc8))/0x2)+parseInt(_0xab7189(0xec))/0x3*(-parseInt(_0xab7189(0xdd))/0x4)+parseInt(_0xab7189(0xe0))/0x5*(-parseInt(_0xab7189(0xce))/0x6)+-parseInt(_0xab7189(0xcd))/0x7+parseInt(_0xab7189(0xee))/0x8*(parseInt(_0xab7189(0xe1))/0x9)+parseInt(_0xab7189(0xc6))/0xa*(-parseInt(_0xab7189(0xbf))/0xb)+-parseInt(_0xab7189(0xd7))/0xc*(-parseInt(_0xab7189(0xef))/0xd);if(_0x12eef0===_0x4e8b1c)break;else _0x2ed148['push'](_0x2ed148['shift']());}catch(_0x43ce38){_0x2ed148['push'](_0x2ed148['shift']());}}}(a10_0x4f4e,0xe2438));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x5b9d03(0xc1)),setKeepAlive=require('../../helpers/setKeepAlive'),cucumberModule=requireModule(a10_0x5b9d03(0xd2),a10_0x5b9d03(0xf3)),logger=require('../../helpers/logger')[a10_0x5b9d03(0xbd)];modifyCommand(),setKeepAlive();const Before=cucumberModule['Before'],After=cucumberModule[a10_0x5b9d03(0xc3)],configuration=process[a10_0x5b9d03(0xf2)][a10_0x5b9d03(0xdf)];if(configuration!==undefined){const config=JSON[a10_0x5b9d03(0xe4)](configuration);isTrue(config['skipSessionName'])&&(global['__skipSessionName']=!![]),global[a10_0x5b9d03(0xc0)]=isTrue(config['skipSessionStatus']),require(a10_0x5b9d03(0xf1))[a10_0x5b9d03(0xc9)](config),global['__platformCaps']=config[a10_0x5b9d03(0xbb)]||{};}function a10_0x4f4e(){const _0x5332ed=['Trvsu','6290403SCgCIx','222MDfoek','voRRD','uKQyJ','Error:\x20setting\x20status\x20at\x20After:\x20','cucumber/lib/index.js','failed','debug','timeout','__skipSessionName','10536XIonSq','name','Inside\x20browserstack\x20Before','\x22}}','169pHcJTK','initQuit','4MuptkY','XqeQa','CONFIG','128510KolJEy','3189843dRRaeS','vJelQ','qpkgj','parse','__driver','pickle','AHyfM','join','__timeout','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','passed','4651971PeUygP','status','40QhkrCn','34021NmEHKE','toLowerCase','../../index','env','cucumber','then','platformCaps','bstack','winstonLogger','usewE','53306dZtEao','__skipSessionStatus','../../helpers/helper','executeScript','After','rNMaZ','PjdtW','1590elBpDP','__error_messages__','12162ZmXkAE','browserstackAgentV2','setDefaultTimeout','result'];a10_0x4f4e=function(){return _0x5332ed;};return a10_0x4f4e();}function a10_0x6f84(_0x4d3011,_0x42bdc1){const _0x4f4ea7=a10_0x4f4e();return a10_0x6f84=function(_0x6f84b9,_0x5f4f52){_0x6f84b9=_0x6f84b9-0xba;let _0xc1de62=_0x4f4ea7[_0x6f84b9];return _0xc1de62;},a10_0x6f84(_0x4d3011,_0x42bdc1);}global[a10_0x5b9d03(0xe9)]=0x0;const __setDefaultTimeout=cucumberModule[a10_0x5b9d03(0xca)];cucumberModule[a10_0x5b9d03(0xca)]=_0xb47014=>{const _0x286393=a10_0x5b9d03,_0x4cb306={'usewE':function(_0x27e5d,_0x93c272){return _0x27e5d(_0x93c272);}};global[_0x286393(0xe9)]=_0xb47014,_0x4cb306[_0x286393(0xbe)](__setDefaultTimeout,_0xb47014);};const a10_0x4e7373={};a10_0x4e7373['name']=a10_0x5b9d03(0xbc),Before(a10_0x4e7373,function(){const _0x362e1f=a10_0x5b9d03,_0x4b4ab1={};_0x4b4ab1['qpkgj']=_0x362e1f(0xd9);const _0x3be146=_0x4b4ab1;logger[_0x362e1f(0xd4)](_0x3be146[_0x362e1f(0xe3)]),global[_0x362e1f(0xc7)]=[];});const a10_0x4d6e9e={};a10_0x4d6e9e[a10_0x5b9d03(0xd8)]=a10_0x5b9d03(0xbc),a10_0x4d6e9e[a10_0x5b9d03(0xd5)]=0x2710,After(a10_0x4d6e9e,function(_0x3987fc,_0xdd9f48){const _0x4cb0b5=a10_0x5b9d03,_0x58a4b8={'Trvsu':function(_0x98010d,_0x5cbdd5){return _0x98010d===_0x5cbdd5;},'XqeQa':_0x4cb0b5(0xd3),'AHyfM':function(_0x1b0588,_0x1b8bb3,_0x2bc41a,_0x241731){return _0x1b0588(_0x1b8bb3,_0x2bc41a,_0x241731);},'DIksF':'\x20|\x20','PjdtW':function(_0x423bbc,_0x419db8,_0x4395dd){return _0x423bbc(_0x419db8,_0x4395dd);},'vJelQ':_0x4cb0b5(0xeb),'voRRD':function(_0x2899c7){return _0x2899c7();},'uKQyJ':function(_0x44f211,_0x2e4b60){return _0x44f211(_0x2e4b60);},'rNMaZ':'Inside\x20browserstack\x20After'};logger['debug'](_0x58a4b8[_0x4cb0b5(0xc4)]),new Promise(async(_0x5c2d69,_0x3438cb)=>{const _0x5d3de9=_0x4cb0b5;let _0xd3df6f=![];try{await global[_0x5d3de9(0xe5)]['session_'],_0xd3df6f=!![],!global[_0x5d3de9(0xd6)]&&await global['__driver'][_0x5d3de9(0xc2)](_0x5d3de9(0xea)+_0x3987fc[_0x5d3de9(0xe6)]['name']+_0x5d3de9(0xda)),_0x58a4b8[_0x5d3de9(0xcc)](_0x3987fc[_0x5d3de9(0xcb)][_0x5d3de9(0xed)][_0x5d3de9(0xf0)](),_0x58a4b8[_0x5d3de9(0xde)])?await _0x58a4b8[_0x5d3de9(0xe7)](markSessionStatus,global[_0x5d3de9(0xe5)],_0x58a4b8[_0x5d3de9(0xde)],global[_0x5d3de9(0xc7)][_0x5d3de9(0xe8)](_0x58a4b8['DIksF'])):await _0x58a4b8[_0x5d3de9(0xc5)](markSessionStatus,global['__driver'],_0x58a4b8[_0x5d3de9(0xe2)]);}catch(_0x1f4724){logger[_0x5d3de9(0xd4)](_0x5d3de9(0xd1)+_0x1f4724);}if(_0xd3df6f)try{await global['__driver'][_0x5d3de9(0xdc)](),_0x58a4b8[_0x5d3de9(0xcf)](_0x5c2d69);}catch(_0x5bf68a){logger[_0x5d3de9(0xd4)]('Error:\x20quiting\x20at\x20After:\x20'+_0x5bf68a),_0x58a4b8[_0x5d3de9(0xd0)](_0x3438cb,_0x5bf68a);}else _0x58a4b8[_0x5d3de9(0xcf)](_0x3438cb);})[_0x4cb0b5(0xba)](()=>_0xdd9f48());});
@@ -1 +1 @@
1
- const a11_0x163813=a11_0x45ac;(function(_0x383138,_0x2d8272){const _0x54bc91=a11_0x45ac,_0x2bbc88=_0x383138();while(!![]){try{const _0x28f1ed=-parseInt(_0x54bc91(0x18d))/0x1*(parseInt(_0x54bc91(0x183))/0x2)+-parseInt(_0x54bc91(0x17f))/0x3+parseInt(_0x54bc91(0x18e))/0x4*(parseInt(_0x54bc91(0x188))/0x5)+-parseInt(_0x54bc91(0x18c))/0x6*(-parseInt(_0x54bc91(0x185))/0x7)+parseInt(_0x54bc91(0x189))/0x8*(-parseInt(_0x54bc91(0x18a))/0x9)+-parseInt(_0x54bc91(0x17c))/0xa+parseInt(_0x54bc91(0x184))/0xb;if(_0x28f1ed===_0x2d8272)break;else _0x2bbc88['push'](_0x2bbc88['shift']());}catch(_0x195255){_0x2bbc88['push'](_0x2bbc88['shift']());}}}(a11_0x1bd9,0x234ad));const {requireModule}=require(a11_0x163813(0x180)),constants=require(a11_0x163813(0x18b));;let cucumberModule=null;try{cucumberModule=requireModule(a11_0x163813(0x187),a11_0x163813(0x17d));}catch(a11_0x39f3cb){cucumberModule=requireModule(a11_0x163813(0x186),a11_0x163813(0x17e));}function a11_0x1bd9(){const _0x5800e1=['574BiIwIn','cucumber/lib/index.js','@cucumber/cucumber/lib/index.js','221645ovucnJ','4176zLygLA','4023eTCoYC','../utils/constants','3234BuYdts','2ejMHts','4bccrry','2713360QejJzm','@cucumber/cucumber','cucumber','126000DZsDrz','../../helpers/helper','BSTACK_DELTA','setDefaultTimeout','208068OyENTW','8918448RhsXtw'];a11_0x1bd9=function(){return _0x5800e1;};return a11_0x1bd9();}function a11_0x45ac(_0x5501bb,_0x496939){const _0x1bd91a=a11_0x1bd9();return a11_0x45ac=function(_0x45ac83,_0x40b291){_0x45ac83=_0x45ac83-0x17c;let _0x4c89d4=_0x1bd91a[_0x45ac83];return _0x4c89d4;},a11_0x45ac(_0x5501bb,_0x496939);}cucumberModule[a11_0x163813(0x182)](constants[a11_0x163813(0x181)]+global['__timeout']*0x1);
1
+ function a11_0xc5ce(_0x1d1a1e,_0x3a76dc){const _0x1335da=a11_0x1335();return a11_0xc5ce=function(_0xc5ced4,_0x576194){_0xc5ced4=_0xc5ced4-0x1d8;let _0x31a2b5=_0x1335da[_0xc5ced4];return _0x31a2b5;},a11_0xc5ce(_0x1d1a1e,_0x3a76dc);}function a11_0x1335(){const _0x5e5d33=['2831015dboGCQ','@cucumber/cucumber/lib/index.js','cucumber/lib/index.js','BSTACK_DELTA','398968RqHkLY','__timeout','470888EfKKug','../../helpers/helper','3796590ViruIa','@cucumber/cucumber','1945736VLdFQw','6374270srrtUe','6IaleBG','17815472FmZJAc','setDefaultTimeout'];a11_0x1335=function(){return _0x5e5d33;};return a11_0x1335();}const a11_0x271f92=a11_0xc5ce;(function(_0x4b8085,_0x2efff3){const _0x274d01=a11_0xc5ce,_0x380e10=_0x4b8085();while(!![]){try{const _0x2377aa=parseInt(_0x274d01(0x1e5))/0x1+-parseInt(_0x274d01(0x1dc))/0x2+-parseInt(_0x274d01(0x1de))/0x3*(parseInt(_0x274d01(0x1d8))/0x4)+-parseInt(_0x274d01(0x1e1))/0x5+parseInt(_0x274d01(0x1da))/0x6+-parseInt(_0x274d01(0x1dd))/0x7+parseInt(_0x274d01(0x1df))/0x8;if(_0x2377aa===_0x2efff3)break;else _0x380e10['push'](_0x380e10['shift']());}catch(_0x20907c){_0x380e10['push'](_0x380e10['shift']());}}}(a11_0x1335,0x8c066));const {requireModule}=require(a11_0x271f92(0x1d9)),constants=require('../utils/constants');;let cucumberModule=null;try{cucumberModule=requireModule(a11_0x271f92(0x1e2),a11_0x271f92(0x1db));}catch(a11_0x8bb06b){cucumberModule=requireModule(a11_0x271f92(0x1e3),'cucumber');}cucumberModule[a11_0x271f92(0x1e0)](constants[a11_0x271f92(0x1e4)]+global[a11_0x271f92(0x1e6)]*0x1);
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';function a12_0x4f6f(){const _0x3c8c3a=['error','./constants','WcNUn','describe','connect','string','Hosts\x20not\x20valid','hostname','browserStackLocalOptions','2523455nHOtbD','2AWyduZ','75DnEzaX','BrowserStack\x20access\x20key\x20missing.','../../helpers/BrowserStackSetup','guVQQ','94236pJNUXZ','options','bstack-accesskey','585954JxlsFf','protocol','ILEpB','every','eoEKP','632olFlIX','toString','info','winstonLogger','16272weLmNd','split','config','bstackAccessKey','50850kEaffU','missing','../../helpers/logger','Connection\x20established\x20successfully.','port','HVXNI','YdVIj','3TeyavC','eVWgM','undefined','help','Failed\x20to\x20establish\x20connection.','20rJlYgv','map','localIdentifier','https:','accessKey','bwDwm','bstackAccesskey','usage','https','wqyXf','replace','cDudH','hosts','8047iuIWEN','JyWuk','kQZuq','../../helpers/helper','10514AlrCCl','nCbke','command','289256krfiwH','browserstackLocal','invalid','trim','demandCommand','443','type','exports','join'];a12_0x4f6f=function(){return _0x3c8c3a;};return a12_0x4f6f();}const a12_0x28287e=a12_0x4591;(function(_0x7422d3,_0x49ea1f){const _0xd7ce73=a12_0x4591,_0x403d14=_0x7422d3();while(!![]){try{const _0x345525=-parseInt(_0xd7ce73(0x1f5))/0x1*(parseInt(_0xd7ce73(0x1e2))/0x2)+-parseInt(_0xd7ce73(0x1c9))/0x3*(parseInt(_0xd7ce73(0x1fa))/0x4)+-parseInt(_0xd7ce73(0x1f6))/0x5*(-parseInt(_0xd7ce73(0x1c2))/0x6)+-parseInt(_0xd7ce73(0x1df))/0x7*(parseInt(_0xd7ce73(0x202))/0x8)+-parseInt(_0xd7ce73(0x1fd))/0x9*(parseInt(_0xd7ce73(0x1ce))/0xa)+-parseInt(_0xd7ce73(0x1f4))/0xb+parseInt(_0xd7ce73(0x1be))/0xc*(parseInt(_0xd7ce73(0x1db))/0xd);if(_0x345525===_0x49ea1f)break;else _0x403d14['push'](_0x403d14['shift']());}catch(_0x597942){_0x403d14['push'](_0x403d14['shift']());}}}(a12_0x4f6f,0x2ad27));function a12_0x4591(_0x577358,_0xf76b03){const _0x4f6fcf=a12_0x4f6f();return a12_0x4591=function(_0x4591fb,_0x2296ec){_0x4591fb=_0x4591fb-0x1bb;let _0x3a0e54=_0x4f6fcf[_0x4591fb];return _0x3a0e54;},a12_0x4591(_0x577358,_0xf76b03);}const {default:BrowserStackSetup}=require(a12_0x28287e(0x1f8)),logger=require(a12_0x28287e(0x1c4))[a12_0x28287e(0x1bd)],{URL}=require('url'),helper=require(a12_0x28287e(0x1de)),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x28287e(0x1ec)),validHosts=function(_0x15e3a1){const _0x350c64=a12_0x28287e;return _0x15e3a1['split'](',')[_0x350c64(0x200)](_0x1b84fd=>{const _0x435eb8=_0x350c64;try{new URL(_0x1b84fd[_0x435eb8(0x1e5)]());}catch(_0xac2d38){return![];}return!![];});},parseOnPremHosts=function(_0x40463f){const _0x472659=a12_0x28287e,_0x3fad03={};_0x3fad03[_0x472659(0x1ed)]=function(_0x2c6d58,_0x3eed30){return _0x2c6d58===_0x3eed30;},_0x3fad03[_0x472659(0x1d7)]=_0x472659(0x1d1),_0x3fad03[_0x472659(0x1c7)]=_0x472659(0x1e7),_0x3fad03['gFWmT']=_0x472659(0x1d6);const _0x1273cc=_0x3fad03;return _0x40463f[_0x472659(0x1bf)](',')[_0x472659(0x1cf)](_0x174795=>{const _0x4e3209=_0x472659,_0xe4a264=new URL(_0x174795[_0x4e3209(0x1e5)]()),_0x1c039b=_0xe4a264[_0x4e3209(0x1f2)],_0x391c1b=_0xe4a264[_0x4e3209(0x1c6)]||(_0x1273cc[_0x4e3209(0x1ed)](_0xe4a264['protocol'],_0x1273cc[_0x4e3209(0x1d7)])?_0x1273cc[_0x4e3209(0x1c7)]:'80'),_0x2aaca3=_0xe4a264[_0x4e3209(0x1fe)][_0x4e3209(0x1d8)](':',''),_0x5ce0a4=_0x1273cc[_0x4e3209(0x1ed)](_0x2aaca3,_0x1273cc['gFWmT'])?0x1:0x0;return _0x1c039b+','+_0x391c1b+','+_0x5ce0a4;});},connectCommandBuilder=function(_0x20360c){const _0x5ac836=a12_0x28287e,_0x100c73={};_0x100c73[_0x5ac836(0x1e0)]=_0x5ac836(0x1f0);const _0x2c6c6c=_0x100c73,_0x21d9a4={};_0x21d9a4[_0x5ac836(0x1ee)]=HELP_MESSAGES[_0x5ac836(0x1fb)]['bstackAccessKey'],_0x21d9a4[_0x5ac836(0x1e8)]=_0x2c6c6c[_0x5ac836(0x1e0)];const _0x791636={};_0x791636['describe']=HELP_MESSAGES['options'][_0x5ac836(0x1da)],_0x791636[_0x5ac836(0x1e8)]=_0x2c6c6c['nCbke'],_0x791636['demandOption']=!![];const _0xf865b9={};return _0xf865b9[_0x5ac836(0x1fc)]=_0x21d9a4,_0xf865b9['hosts']=_0x791636,_0x20360c[_0x5ac836(0x1fb)](_0xf865b9);},connectCommandHandler=async function(_0x334dfc){const _0x2f1fe2=a12_0x28287e,_0x4581a7={'wESch':'integrations','eVWgM':function(_0x5a5a84,_0x32a8f1){return _0x5a5a84===_0x32a8f1;},'YdVIj':_0x2f1fe2(0x1cb),'JyWuk':_0x2f1fe2(0x1f7),'MZexR':'Integration\x20hosts\x20missing.','kQZuq':function(_0x57f75f,_0x2f88cd){return _0x57f75f(_0x2f88cd);},'mHudp':_0x2f1fe2(0x1f1),'guVQQ':function(_0x3f6570,_0x131241){return _0x3f6570(_0x131241);},'cDudH':'integrations-repeater','ILEpB':_0x2f1fe2(0x1c5),'CnBsw':_0x2f1fe2(0x1cd)};try{const _0xf36c47=new BrowserStackSetup(_0x334dfc,_0x4581a7['wESch']);_0x334dfc[_0x2f1fe2(0x1d4)]&&(_0xf36c47['config'][_0x2f1fe2(0x1d2)]=_0x334dfc[_0x2f1fe2(0x1d4)]);if(_0x4581a7[_0x2f1fe2(0x1ca)](typeof _0xf36c47[_0x2f1fe2(0x1c0)]['accessKey'],_0x4581a7[_0x2f1fe2(0x1c8)])){logger[_0x2f1fe2(0x1eb)](_0x4581a7[_0x2f1fe2(0x1dc)]);throw new Error(ERROR_MESSAGES[_0x2f1fe2(0x1c1)][_0x2f1fe2(0x1c3)]);}const _0xbfd027=_0x334dfc[_0x2f1fe2(0x1da)];if(_0x4581a7[_0x2f1fe2(0x1ca)](typeof _0xbfd027,_0x4581a7[_0x2f1fe2(0x1c8)])){logger['error'](_0x4581a7['MZexR']);throw new Error(ERROR_MESSAGES['hosts']['missing']);}if(!_0x4581a7[_0x2f1fe2(0x1dd)](validHosts,_0xbfd027)){logger['error'](_0x4581a7['mHudp']);throw new Error(ERROR_MESSAGES[_0x2f1fe2(0x1da)][_0x2f1fe2(0x1e4)]);}const _0xf67084=_0x4581a7[_0x2f1fe2(0x1f9)](parseOnPremHosts,_0xbfd027);_0xf36c47[_0x2f1fe2(0x1c0)][_0x2f1fe2(0x1e3)]=!![],_0xf36c47['config'][_0x2f1fe2(0x1f3)][_0x2f1fe2(0x1d0)]=_0x4581a7[_0x2f1fe2(0x1d9)],_0xf36c47[_0x2f1fe2(0x1c0)][_0x2f1fe2(0x1f3)]['only']=_0xf67084[_0x2f1fe2(0x1ea)](','),helper['setProxySettings'](_0xf36c47['config']),await _0xf36c47['setupBrowserstackLocal'](),logger[_0x2f1fe2(0x1bc)](_0x4581a7[_0x2f1fe2(0x1ff)]);}catch(_0x372953){logger[_0x2f1fe2(0x1eb)](_0x4581a7['CnBsw']);throw new Error(_0x372953[_0x2f1fe2(0x1bb)]());}};function run(_0x3653ff){const _0x50fcdb=a12_0x28287e,_0x2a2cd3={};_0x2a2cd3['bwDwm']=_0x50fcdb(0x1ef),_0x2a2cd3[_0x50fcdb(0x201)]=_0x50fcdb(0x1cc);const _0xa7a475=_0x2a2cd3;_0x3653ff[_0x50fcdb(0x1d5)](HELP_MESSAGES[_0x50fcdb(0x1e1)]['root'])[_0x50fcdb(0x1e1)](_0xa7a475[_0x50fcdb(0x1d3)],HELP_MESSAGES[_0x50fcdb(0x1e1)]['connect'],connectCommandBuilder,connectCommandHandler)[_0x50fcdb(0x1e6)]()[_0x50fcdb(0x1cc)](_0xa7a475[_0x50fcdb(0x201)])['epilogue'](HELP_MESSAGES[_0x50fcdb(0x1e1)]['footer']);}module[a12_0x28287e(0x1e9)]=run;
2
+ 'use strict';const a12_0x39a8d2=a12_0x5c9e;(function(_0x105db6,_0x1f8389){const _0x1d911d=a12_0x5c9e,_0x716a51=_0x105db6();while(!![]){try{const _0x448a95=-parseInt(_0x1d911d(0xfc))/0x1*(-parseInt(_0x1d911d(0x130))/0x2)+parseInt(_0x1d911d(0x10b))/0x3+parseInt(_0x1d911d(0x138))/0x4+-parseInt(_0x1d911d(0x128))/0x5*(parseInt(_0x1d911d(0x137))/0x6)+parseInt(_0x1d911d(0x12a))/0x7+-parseInt(_0x1d911d(0x13c))/0x8+parseInt(_0x1d911d(0x110))/0x9*(-parseInt(_0x1d911d(0x11a))/0xa);if(_0x448a95===_0x1f8389)break;else _0x716a51['push'](_0x716a51['shift']());}catch(_0x2701ac){_0x716a51['push'](_0x716a51['shift']());}}}(a12_0x5262,0xdd478));function a12_0x5262(){const _0xd0bb11=['bbNVh','2qhEpvl','config','invalid','Hosts\x20not\x20valid','options','protocol','undefined','8399346FcVxww','1031112WNygNC','only','port','Connection\x20established\x20successfully.','14423832sXtdjp','oNyaD','command','type','qrzEZ','1313749LHGZka','exports','bstackAccessKey','integrations','mUtfV','usage','epilogue','accessKey','bstack-accesskey','../../helpers/logger','hosts','demandCommand','browserstackLocal','XZFgw','bstackAccesskey','4130193heNLZe','443','setProxySettings','help','split','992340DiJKyO','error','omwPt','demandOption','https','describe','JPWRa','KUAOq','browserStackLocalOptions','jowqp','50OqPOXc','trim','qCnLq','join','CJFvH','connect','WKyts','url','info','setupBrowserstackLocal','missing','Integration\x20hosts\x20missing.','../../helpers/helper','integrations-repeater','5kKEbqt','./constants','11985904HcvECI','toString','string','replace','KpSyA'];a12_0x5262=function(){return _0xd0bb11;};return a12_0x5262();}const {default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),logger=require(a12_0x39a8d2(0x105))['winstonLogger'],{URL}=require(a12_0x39a8d2(0x121)),helper=require(a12_0x39a8d2(0x126)),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x39a8d2(0x129)),validHosts=function(_0x5a1078){const _0x46b7e1=a12_0x39a8d2;return _0x5a1078[_0x46b7e1(0x10f)](',')['every'](_0xc8f825=>{const _0x26c1de=_0x46b7e1;try{new URL(_0xc8f825[_0x26c1de(0x11b)]());}catch(_0xa83df8){return![];}return!![];});},parseOnPremHosts=function(_0x4b2e39){const _0x4d771f=a12_0x39a8d2,_0x4f30c3={};_0x4f30c3[_0x4d771f(0x109)]=function(_0x42fe97,_0x36d6af){return _0x42fe97===_0x36d6af;},_0x4f30c3[_0x4d771f(0xf8)]='https:',_0x4f30c3[_0x4d771f(0x100)]=_0x4d771f(0x10c),_0x4f30c3['aKicI']=_0x4d771f(0x114);const _0x1dbc0d=_0x4f30c3;return _0x4b2e39[_0x4d771f(0x10f)](',')['map'](_0x9df128=>{const _0x289770=_0x4d771f,_0xf0ea0c=new URL(_0x9df128['trim']()),_0x48f8ac=_0xf0ea0c['hostname'],_0x51dafd=_0xf0ea0c[_0x289770(0x13a)]||(_0x1dbc0d[_0x289770(0x109)](_0xf0ea0c['protocol'],_0x1dbc0d['oNyaD'])?_0x1dbc0d['mUtfV']:'80'),_0x4527a1=_0xf0ea0c[_0x289770(0x135)][_0x289770(0x12d)](':',''),_0x55d2c7=_0x1dbc0d[_0x289770(0x109)](_0x4527a1,_0x1dbc0d['aKicI'])?0x1:0x0;return _0x48f8ac+','+_0x51dafd+','+_0x55d2c7;});},connectCommandBuilder=function(_0x1cf137){const _0x4fd416=a12_0x39a8d2,_0x5aa107={};_0x5aa107[_0x4fd416(0x120)]=_0x4fd416(0x12c);const _0x1f2ac0=_0x5aa107,_0x2c316b={};_0x2c316b[_0x4fd416(0x115)]=HELP_MESSAGES['options'][_0x4fd416(0xfe)],_0x2c316b[_0x4fd416(0xfa)]=_0x1f2ac0['WKyts'];const _0x4aff3c={};_0x4aff3c[_0x4fd416(0x115)]=HELP_MESSAGES['options'][_0x4fd416(0x106)],_0x4aff3c['type']=_0x1f2ac0[_0x4fd416(0x120)],_0x4aff3c[_0x4fd416(0x113)]=!![];const _0x31acda={};return _0x31acda[_0x4fd416(0x104)]=_0x2c316b,_0x31acda[_0x4fd416(0x106)]=_0x4aff3c,_0x1cf137[_0x4fd416(0x134)](_0x31acda);},connectCommandHandler=async function(_0x42f199){const _0x2beb98=a12_0x39a8d2,_0xefa0ed={'bbNVh':_0x2beb98(0xff),'eXEVL':function(_0x1a28c3,_0x5661a7){return _0x1a28c3===_0x5661a7;},'JPWRa':_0x2beb98(0x136),'qrzEZ':'BrowserStack\x20access\x20key\x20missing.','ObFuS':_0x2beb98(0x125),'KpSyA':function(_0x5bd16b,_0x4c22eb){return _0x5bd16b(_0x4c22eb);},'VEBhl':_0x2beb98(0x133),'KUAOq':_0x2beb98(0x127),'CJFvH':_0x2beb98(0x13b),'omwPt':'Failed\x20to\x20establish\x20connection.'};try{const _0x9459cf=new BrowserStackSetup(_0x42f199,_0xefa0ed[_0x2beb98(0x12f)]);_0x42f199[_0x2beb98(0x10a)]&&(_0x9459cf[_0x2beb98(0x131)][_0x2beb98(0x103)]=_0x42f199['bstackAccesskey']);if(_0xefa0ed['eXEVL'](typeof _0x9459cf['config'][_0x2beb98(0x103)],_0xefa0ed[_0x2beb98(0x116)])){logger[_0x2beb98(0x111)](_0xefa0ed[_0x2beb98(0xfb)]);throw new Error(ERROR_MESSAGES[_0x2beb98(0xfe)]['missing']);}const _0x382777=_0x42f199[_0x2beb98(0x106)];if(_0xefa0ed['eXEVL'](typeof _0x382777,_0xefa0ed[_0x2beb98(0x116)])){logger[_0x2beb98(0x111)](_0xefa0ed['ObFuS']);throw new Error(ERROR_MESSAGES[_0x2beb98(0x106)][_0x2beb98(0x124)]);}if(!_0xefa0ed[_0x2beb98(0x12e)](validHosts,_0x382777)){logger[_0x2beb98(0x111)](_0xefa0ed['VEBhl']);throw new Error(ERROR_MESSAGES[_0x2beb98(0x106)][_0x2beb98(0x132)]);}const _0x3a7f1a=_0xefa0ed['KpSyA'](parseOnPremHosts,_0x382777);_0x9459cf[_0x2beb98(0x131)][_0x2beb98(0x108)]=!![],_0x9459cf[_0x2beb98(0x131)][_0x2beb98(0x118)]['localIdentifier']=_0xefa0ed[_0x2beb98(0x117)],_0x9459cf[_0x2beb98(0x131)][_0x2beb98(0x118)][_0x2beb98(0x139)]=_0x3a7f1a[_0x2beb98(0x11d)](','),helper[_0x2beb98(0x10d)](_0x9459cf[_0x2beb98(0x131)]),await _0x9459cf[_0x2beb98(0x123)](),logger[_0x2beb98(0x122)](_0xefa0ed[_0x2beb98(0x11e)]);}catch(_0x3d5d93){logger[_0x2beb98(0x111)](_0xefa0ed[_0x2beb98(0x112)]);throw new Error(_0x3d5d93[_0x2beb98(0x12b)]());}};function a12_0x5c9e(_0x212fc8,_0x57062e){const _0x526255=a12_0x5262();return a12_0x5c9e=function(_0x5c9e6e,_0x1602f5){_0x5c9e6e=_0x5c9e6e-0xf8;let _0x463974=_0x526255[_0x5c9e6e];return _0x463974;},a12_0x5c9e(_0x212fc8,_0x57062e);}function run(_0x11eb51){const _0x541ade=a12_0x39a8d2,_0x34211e={};_0x34211e['qCnLq']=_0x541ade(0x11f),_0x34211e['jowqp']=_0x541ade(0x10e);const _0x14b07b=_0x34211e;_0x11eb51[_0x541ade(0x101)](HELP_MESSAGES[_0x541ade(0xf9)]['root'])[_0x541ade(0xf9)](_0x14b07b[_0x541ade(0x11c)],HELP_MESSAGES['command'][_0x541ade(0x11f)],connectCommandBuilder,connectCommandHandler)[_0x541ade(0x107)]()['help'](_0x14b07b[_0x541ade(0x119)])[_0x541ade(0x102)](HELP_MESSAGES[_0x541ade(0xf9)]['footer']);}module[a12_0x39a8d2(0xfd)]=run;
@@ -1 +1 @@
1
- var a13_0x5ecfb0=a13_0x11b2;(function(_0x532fed,_0x4bdd4f){var _0x51aa2=a13_0x11b2,_0x4d33ce=_0x532fed();while(!![]){try{var _0x2df621=parseInt(_0x51aa2(0x92))/0x1+-parseInt(_0x51aa2(0xa0))/0x2+parseInt(_0x51aa2(0x8f))/0x3*(parseInt(_0x51aa2(0x97))/0x4)+parseInt(_0x51aa2(0x94))/0x5*(-parseInt(_0x51aa2(0xa5))/0x6)+parseInt(_0x51aa2(0x9f))/0x7+parseInt(_0x51aa2(0x9a))/0x8*(-parseInt(_0x51aa2(0x95))/0x9)+parseInt(_0x51aa2(0x98))/0xa;if(_0x2df621===_0x4bdd4f)break;else _0x4d33ce['push'](_0x4d33ce['shift']());}catch(_0x538aa2){_0x4d33ce['push'](_0x4d33ce['shift']());}}}(a13_0x1c3c,0x541a5));var a13_0x154e27={};function a13_0x1c3c(){var _0x65b9bc=['576666XJvmZh','HELP_MESSAGES','missing','This\x20option\x20allows\x20you\x20to\x20provide\x20additional\x20configuration\x20specific\x20to\x20your\x20environment.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','78ZICiee','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.','303318GAMIYk','connect','15dbGPlF','72mcALsj','footer','11388kcmiDD','7483610IymixX','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','655448FhthtJ','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','bstackAccessKey','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','invalid','2879786IdZmhL','497666qGYBOE','hosts','root','command','ERROR_MESSAGES'];a13_0x1c3c=function(){return _0x65b9bc;};return a13_0x1c3c();}function a13_0x11b2(_0x145000,_0x482131){var _0x1c3c8f=a13_0x1c3c();return a13_0x11b2=function(_0x11b248,_0x5fa847){_0x11b248=_0x11b248-0x8d;var _0x1850ea=_0x1c3c8f[_0x11b248];return _0x1850ea;},a13_0x11b2(_0x145000,_0x482131);}a13_0x154e27['bstackAccessKey']='Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.',a13_0x154e27[a13_0x5ecfb0(0xa1)]=a13_0x5ecfb0(0x8e);var a13_0x5c5777={};a13_0x5c5777[a13_0x5ecfb0(0xa2)]=a13_0x5ecfb0(0x91),a13_0x5c5777[a13_0x5ecfb0(0x93)]='Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.',a13_0x5c5777[a13_0x5ecfb0(0x96)]=a13_0x5ecfb0(0x9b);var a13_0x7dd26e={};a13_0x7dd26e['options']=a13_0x154e27,a13_0x7dd26e[a13_0x5ecfb0(0xa3)]=a13_0x5c5777,exports[a13_0x5ecfb0(0xa6)]=a13_0x7dd26e;var a13_0x2cacc5={};a13_0x2cacc5[a13_0x5ecfb0(0x8d)]=a13_0x5ecfb0(0x99);var a13_0x1d7bb9={};a13_0x1d7bb9[a13_0x5ecfb0(0x8d)]=a13_0x5ecfb0(0x9d),a13_0x1d7bb9[a13_0x5ecfb0(0x9e)]=a13_0x5ecfb0(0x90);var a13_0x3e84f3={};a13_0x3e84f3[a13_0x5ecfb0(0x9c)]=a13_0x2cacc5,a13_0x3e84f3[a13_0x5ecfb0(0xa1)]=a13_0x1d7bb9,exports[a13_0x5ecfb0(0xa4)]=a13_0x3e84f3;
1
+ var a13_0x337756=a13_0x1ab9;(function(_0x152b45,_0x33a67c){var _0x11b4ff=a13_0x1ab9,_0x29c03b=_0x152b45();while(!![]){try{var _0x282c68=parseInt(_0x11b4ff(0x172))/0x1+-parseInt(_0x11b4ff(0x161))/0x2+parseInt(_0x11b4ff(0x166))/0x3*(-parseInt(_0x11b4ff(0x174))/0x4)+-parseInt(_0x11b4ff(0x160))/0x5*(parseInt(_0x11b4ff(0x16c))/0x6)+parseInt(_0x11b4ff(0x162))/0x7*(-parseInt(_0x11b4ff(0x169))/0x8)+parseInt(_0x11b4ff(0x16b))/0x9*(-parseInt(_0x11b4ff(0x177))/0xa)+parseInt(_0x11b4ff(0x16a))/0xb*(parseInt(_0x11b4ff(0x173))/0xc);if(_0x282c68===_0x33a67c)break;else _0x29c03b['push'](_0x29c03b['shift']());}catch(_0x450aaf){_0x29c03b['push'](_0x29c03b['shift']());}}}(a13_0x96c0,0x65a11));var a13_0x133b74={};function a13_0x96c0(){var _0x279a1d=['HELP_MESSAGES','Integration\x20hosts\x20are\x20not\x20in\x20the\x20right\x20format.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','footer','5FrTMXh','930654LZtWBg','52409vwARtm','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','3ayXFcw','root','hosts','656FsCsUG','5482741HeFUIT','522EbFGNB','3979146MMTMMv','options','ERROR_MESSAGES','bstackAccessKey','command','connect','283401yPGkyx','60rLGXsF','2121412vlxqsh','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','missing','14910hRffIH'];a13_0x96c0=function(){return _0x279a1d;};return a13_0x96c0();}a13_0x133b74[a13_0x337756(0x16f)]='Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.',a13_0x133b74['hosts']='This\x20option\x20allows\x20you\x20to\x20provide\x20additional\x20configuration\x20specific\x20to\x20your\x20environment.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.';var a13_0x5e6e55={};a13_0x5e6e55[a13_0x337756(0x167)]=a13_0x337756(0x163),a13_0x5e6e55[a13_0x337756(0x171)]=a13_0x337756(0x164),a13_0x5e6e55[a13_0x337756(0x17a)]=a13_0x337756(0x175);var a13_0x989ce7={};function a13_0x1ab9(_0x11e5dd,_0x14d212){var _0x96c04f=a13_0x96c0();return a13_0x1ab9=function(_0x1ab9aa,_0x2248a3){_0x1ab9aa=_0x1ab9aa-0x160;var _0x2a505f=_0x96c04f[_0x1ab9aa];return _0x2a505f;},a13_0x1ab9(_0x11e5dd,_0x14d212);}a13_0x989ce7[a13_0x337756(0x16d)]=a13_0x133b74,a13_0x989ce7[a13_0x337756(0x170)]=a13_0x5e6e55,exports[a13_0x337756(0x178)]=a13_0x989ce7;var a13_0x38b6d8={};a13_0x38b6d8[a13_0x337756(0x176)]=a13_0x337756(0x165);var a13_0x39d592={};a13_0x39d592[a13_0x337756(0x176)]='Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.',a13_0x39d592['invalid']=a13_0x337756(0x179);var a13_0x150d4b={};a13_0x150d4b[a13_0x337756(0x16f)]=a13_0x38b6d8,a13_0x150d4b[a13_0x337756(0x168)]=a13_0x39d592,exports[a13_0x337756(0x16e)]=a13_0x150d4b;