browserstack-node-sdk 1.34.48 → 1.34.50

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 (140) 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/metadata.js +1 -0
  114. package/src/helpers/patchHelper.js +1 -1
  115. package/src/helpers/patchHelpers.js +1 -1
  116. package/src/helpers/percy/Percy.js +1 -1
  117. package/src/helpers/percy/PercyBinary.js +1 -1
  118. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  119. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  120. package/src/helpers/percy/PercySDK.js +1 -1
  121. package/src/helpers/percy/index.js +1 -1
  122. package/src/helpers/percy/utils.js +1 -1
  123. package/src/helpers/performance/constants.js +1 -1
  124. package/src/helpers/performance/performance-tester.js +1 -1
  125. package/src/helpers/processHelper.js +1 -1
  126. package/src/helpers/request-spy.js +1 -1
  127. package/src/helpers/setKeepAlive.js +1 -1
  128. package/src/helpers/test-observability/constants.js +1 -1
  129. package/src/helpers/test-observability/error-handler.js +1 -1
  130. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  131. package/src/helpers/test-observability/sessionHandler.js +1 -1
  132. package/src/helpers/test-observability/utils.js +1 -1
  133. package/src/helpers/testhub/constants.js +1 -1
  134. package/src/helpers/testhub/testhubHandler.js +1 -1
  135. package/src/helpers/testhub/utils.js +1 -1
  136. package/src/helpers/timeoutPromise.js +1 -1
  137. package/src/helpers/utilities.js +1 -1
  138. package/src/helpers/w3cMapping.js +1 -1
  139. package/src/hubAllocationMethods.js +1 -1
  140. 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
+ function a6_0x4c1b(_0x48175e,_0x1554ce){const _0x216682=a6_0x2166();return a6_0x4c1b=function(_0x4c1b46,_0x24c6ba){_0x4c1b46=_0x4c1b46-0xdd;let _0x180e6c=_0x216682[_0x4c1b46];return _0x180e6c;},a6_0x4c1b(_0x48175e,_0x1554ce);}const a6_0x1d4552=a6_0x4c1b;(function(_0x14f704,_0x56e254){const _0xe7f0aa=a6_0x4c1b,_0x5d1dad=_0x14f704();while(!![]){try{const _0x3fd8b3=-parseInt(_0xe7f0aa(0x159))/0x1+-parseInt(_0xe7f0aa(0x112))/0x2+parseInt(_0xe7f0aa(0x158))/0x3+parseInt(_0xe7f0aa(0x16b))/0x4+parseInt(_0xe7f0aa(0x184))/0x5*(parseInt(_0xe7f0aa(0x149))/0x6)+parseInt(_0xe7f0aa(0x11f))/0x7*(parseInt(_0xe7f0aa(0xfa))/0x8)+parseInt(_0xe7f0aa(0x155))/0x9*(-parseInt(_0xe7f0aa(0x122))/0xa);if(_0x3fd8b3===_0x56e254)break;else _0x5d1dad['push'](_0x5d1dad['shift']());}catch(_0x522d6e){_0x5d1dad['push'](_0x5d1dad['shift']());}}}(a6_0x2166,0x473cb));const {requireModule,getPlatformName,nestedKeyValue,isUndefined}=require(a6_0x1d4552(0x15b)),util=require(a6_0x1d4552(0x10d)),{Formatter,formatterHelpers,Status}=requireModule('@cucumber/cucumber'),TestDetails=require(a6_0x1d4552(0x120)),TestObservabilityReporter=require(a6_0x1d4552(0xff)),{o11yClassErrorHandler}=require(a6_0x1d4552(0x174)),{shouldProcessEventForTesthub}=require(a6_0x1d4552(0xf3)),testObservabilityReporter=new TestObservabilityReporter(),logger=require(a6_0x1d4552(0xdd))['winstonLogger'],_tests={},_testCasesData={};class BrowserstackFormatter extends Formatter{constructor(_0x491963){const _0x4b229b=a6_0x1d4552,_0x485bd4={};_0x485bd4[_0x4b229b(0x179)]=_0x4b229b(0x12e);const _0x4ff1cb=_0x485bd4;super(_0x491963),this[_0x4b229b(0xef)]={},_0x491963[_0x4b229b(0xf0)]['on'](_0x4ff1cb[_0x4b229b(0x179)],async _0xf5e1ad=>{const _0x36ed33=_0x4b229b;switch(!![]){case!!_0xf5e1ad['testRunStarted']:this[_0x36ed33(0x16e)](_0xf5e1ad[_0x36ed33(0x144)]);break;case!!_0xf5e1ad[_0x36ed33(0x126)]:this[_0x36ed33(0x164)](_0xf5e1ad['testRunFinished']);break;case!!_0xf5e1ad['testCaseStarted']:this[_0x36ed33(0x172)](_0xf5e1ad['testCaseStarted'],_0x491963,_0xf5e1ad);break;case!!_0xf5e1ad[_0x36ed33(0xf7)]:this[_0x36ed33(0xf8)](_0xf5e1ad[_0x36ed33(0xf7)],_0x491963,_0xf5e1ad);break;case!!_0xf5e1ad[_0x36ed33(0x17c)]:this[_0x36ed33(0xed)](_0xf5e1ad[_0x36ed33(0x17c)],_0x491963);break;case!!_0xf5e1ad[_0x36ed33(0xeb)]:this[_0x36ed33(0x108)](_0xf5e1ad[_0x36ed33(0xeb)],_0x491963);break;case!!_0xf5e1ad[_0x36ed33(0x177)]:this[_0x36ed33(0x111)](_0xf5e1ad[_0x36ed33(0x177)]);break;case!!_0xf5e1ad[_0x36ed33(0x160)]:this[_0x36ed33(0x156)](_0xf5e1ad[_0x36ed33(0x160)]);break;case!!_0xf5e1ad[_0x36ed33(0xfd)]:this[_0x36ed33(0x12c)](_0xf5e1ad['pickle']);break;case!!_0xf5e1ad['gherkinDocument']:this[_0x36ed33(0xe1)](_0xf5e1ad['gherkinDocument']);break;}});}[a6_0x1d4552(0x111)](_0x1c27d8){const _0x36bcab=a6_0x1d4552;this[_0x36bcab(0xef)][_0x36bcab(0x10c)]=Object[_0x36bcab(0x13f)]([],this[_0x36bcab(0xef)][_0x36bcab(0x10c)]||[]),this[_0x36bcab(0xef)][_0x36bcab(0x10c)][_0x36bcab(0x102)](_0x1c27d8);}[a6_0x1d4552(0x12c)](_0x150cb3){const _0xa139df=a6_0x1d4552;this[_0xa139df(0xef)][_0xa139df(0xfd)]=Object[_0xa139df(0x13f)]([],this[_0xa139df(0xef)]['pickle']||[],[_0x150cb3]),this[_0xa139df(0xef)]['pickle'][_0xa139df(0x102)](_0x150cb3);}[a6_0x1d4552(0xe1)](_0x577ffa){const _0x55e805=a6_0x1d4552;this[_0x55e805(0xef)][_0x55e805(0x16f)]=Object[_0x55e805(0x13f)]([],this[_0x55e805(0xef)][_0x55e805(0x16f)]||[],[_0x577ffa]),this[_0x55e805(0xef)][_0x55e805(0x16f)][_0x55e805(0x102)](_0x577ffa);}[a6_0x1d4552(0x118)](_0x421d21){const _0x556012=a6_0x1d4552;this['report'][_0x556012(0x189)]=_0x421d21;}['onStepDefinition'](_0x52e06f){const _0x233545=a6_0x1d4552;this['report'][_0x233545(0x139)]=Object[_0x233545(0x13f)]([],this['report'][_0x233545(0x139)]||[],[_0x52e06f]),this['report'][_0x233545(0x139)][_0x233545(0x102)](_0x52e06f);}[a6_0x1d4552(0x156)](_0x114149){const _0x2b22a0=a6_0x1d4552;this[_0x2b22a0(0xef)][_0x2b22a0(0x127)]=Object[_0x2b22a0(0x13f)]([],this[_0x2b22a0(0xef)]['testCases']||[],[_0x114149]),this[_0x2b22a0(0xef)][_0x2b22a0(0x127)][_0x2b22a0(0x102)](_0x114149);}[a6_0x1d4552(0x113)](_0x368c4b){const _0x49e202=a6_0x1d4552,_0x386cff={'GzIpV':function(_0x12c3b4,_0x999856){return _0x12c3b4!==_0x999856;},'ZGpwK':_0x49e202(0x15a),'yyhGh':function(_0x576824,_0x32598d){return _0x576824+_0x32598d;},'FnlwF':function(_0x4257cc,_0x341002){return _0x4257cc+_0x341002;},'lvoEJ':function(_0x5552ba,_0x1e3d36){return _0x5552ba+_0x1e3d36;},'LrRDa':function(_0x24ebbf,_0x2d459a){return _0x24ebbf+_0x2d459a;},'xdNlb':_0x49e202(0x15f),'vGiLf':_0x49e202(0x132),'agwBT':function(_0x52f5dd,_0x1963df){return _0x52f5dd===_0x1963df;},'htRuB':'FAILED','CsMPL':function(_0x2fbaaf,_0x5767f4,_0x20e7c0){return _0x2fbaaf(_0x5767f4,_0x20e7c0);},'jOwWG':'result','uOVbD':_0x49e202(0x166),'ROwpY':function(_0x2860fc,_0x332ecb){return _0x2860fc+_0x332ecb;},'fBkoL':function(_0x26cdf3,_0x1767da){return _0x26cdf3+_0x1767da;},'bgHeK':function(_0x993b16,_0x1143a9){return _0x993b16!==_0x1143a9;},'xgQfr':function(_0xf8e387,_0xd13250){return _0xf8e387+_0xd13250;}};_0x386cff[_0x49e202(0x14b)](global[_0x49e202(0x181)],undefined)&&this[_0x49e202(0x123)](_0x386cff[_0x49e202(0x15d)](_0x386cff['FnlwF']('\x0a',global['__platform']),'\x0a'));const _0x3aa1c3=this[_0x49e202(0x143)][_0x49e202(0x157)](_0x368c4b[_0x49e202(0xf9)]);this['log'](_0x386cff[_0x49e202(0x11d)](_0x386cff[_0x49e202(0x128)](_0x386cff[_0x49e202(0x117)](_0x386cff['xgQfr']('\x20\x20',_0x3aa1c3[_0x49e202(0x16f)][_0x49e202(0x104)][_0x49e202(0x14f)]),_0x386cff[_0x49e202(0x148)]),_0x3aa1c3[_0x49e202(0xfd)][_0x49e202(0x14f)]),'\x0a'));const _0x4339ed={};_0x4339ed['cwd']=this[_0x49e202(0xe5)],_0x4339ed[_0x49e202(0x187)]=this['snippetBuilder'],_0x4339ed[_0x49e202(0x185)]=this[_0x49e202(0x185)],_0x4339ed[_0x49e202(0x14a)]=_0x3aa1c3;const _0x3bfc2d=formatterHelpers['parseTestCaseAttempt'](_0x4339ed);let _0x61a0b9=![];_0x3bfc2d[_0x49e202(0x17b)][_0x49e202(0x162)](_0x25c91f=>{const _0x6ab462=_0x49e202;if(_0x386cff[_0x6ab462(0x119)](_0x25c91f['name'],_0x386cff[_0x6ab462(0x13d)])&&!this[_0x6ab462(0x169)](_0x25c91f)){totalTests+=0x1,this[_0x6ab462(0x123)](_0x386cff['yyhGh'](_0x386cff['yyhGh'](_0x386cff[_0x6ab462(0x176)](_0x386cff[_0x6ab462(0x117)](_0x386cff[_0x6ab462(0x15d)](_0x386cff[_0x6ab462(0x151)],_0x25c91f[_0x6ab462(0x11b)]),_0x25c91f[_0x6ab462(0x150)]||''),_0x386cff[_0x6ab462(0x148)]),Status[_0x25c91f[_0x6ab462(0xea)][_0x6ab462(0xe2)]]),'\x0a')),this[_0x6ab462(0x154)](Status[_0x25c91f[_0x6ab462(0xea)][_0x6ab462(0xe2)]]);if(_0x386cff[_0x6ab462(0x105)](Status[_0x25c91f[_0x6ab462(0xea)][_0x6ab462(0xe2)]],_0x386cff['htRuB'])){_0x61a0b9=!![];const _0x5440a5=_0x386cff[_0x6ab462(0xfb)](nestedKeyValue,_0x25c91f,[_0x386cff[_0x6ab462(0x170)],_0x386cff[_0x6ab462(0x134)]]);_0x5440a5&&(testsErrorMessage[_0x386cff[_0x6ab462(0x16c)](_0x386cff[_0x6ab462(0x15d)](_0x3aa1c3['gherkinDocument'][_0x6ab462(0x104)][_0x6ab462(0x14f)],_0x386cff[_0x6ab462(0x148)]),_0x3aa1c3[_0x6ab462(0xfd)][_0x6ab462(0x14f)])]=_0x5440a5,this['log'](_0x386cff[_0x6ab462(0x128)](_0x5440a5,'\x0a')));}}}),_0x61a0b9&&(testSuitesFailed+=0x1),this[_0x49e202(0x123)]('\x0a');}[a6_0x1d4552(0x11a)](_0x515d87){}[a6_0x1d4552(0x169)](_0x1b44a3){const _0x5f1c60=a6_0x1d4552,_0x338607={};_0x338607[_0x5f1c60(0x10f)]=function(_0x428f8e,_0x327154){return _0x428f8e!==_0x327154;},_0x338607[_0x5f1c60(0xf1)]=_0x5f1c60(0x153);const _0x42b406=_0x338607;if(_0x42b406['KkuNr'](_0x1b44a3[_0x5f1c60(0xec)],undefined))return![];if(_0x1b44a3[_0x5f1c60(0x136)]&&_0x1b44a3['actionLocation'][_0x5f1c60(0xf5)][_0x5f1c60(0x173)](_0x42b406[_0x5f1c60(0xf1)]))return!![];return![];}['incrementCounter'](_0x54375a){const _0x12c437=a6_0x1d4552,_0x5ae084={};_0x5ae084['XTHEM']=_0x12c437(0x109),_0x5ae084[_0x12c437(0x115)]='PASSED',_0x5ae084[_0x12c437(0x13b)]=_0x12c437(0x16a),_0x5ae084['dKuQl']=_0x12c437(0x17a),_0x5ae084[_0x12c437(0x107)]=_0x12c437(0xe6),_0x5ae084[_0x12c437(0xe7)]=_0x12c437(0x188),_0x5ae084[_0x12c437(0x125)]='AMBIGUOUS';const _0x2c2d87=_0x5ae084;switch(_0x54375a){case _0x2c2d87[_0x12c437(0x146)]:testsFailed+=0x1;break;case _0x2c2d87['zDAtZ']:testsPassed+=0x1;break;case _0x2c2d87[_0x12c437(0x13b)]:testsSkipped+=0x1;break;case _0x2c2d87[_0x12c437(0x138)]:testsPending+=0x1;break;case _0x2c2d87['WKQti']:testsUndefined+=0x1;break;case _0x2c2d87[_0x12c437(0xe7)]:testsUnknown+=0x1;break;case _0x2c2d87[_0x12c437(0x125)]:testsAmbiguous+=0x1;break;default:break;}}[a6_0x1d4552(0x16e)](_0x3c1759){const _0x39b281=a6_0x1d4552,_0x1a08ca={'fKESk':function(_0x42049d,_0x2e31df){return _0x42049d!==_0x2e31df;},'zDqpl':function(_0x5d39e9,_0x391de1){return _0x5d39e9(_0x391de1);},'FEpeB':function(_0x597bc1,_0x4a5f7c){return _0x597bc1+_0x4a5f7c;},'kiBav':function(_0x1f1dc2){return _0x1f1dc2();}};let _0x2211a5;if(_0x1a08ca[_0x39b281(0x10e)](process['env'][_0x39b281(0xf6)],undefined)){const _0x468624=JSON[_0x39b281(0x100)](process['env'][_0x39b281(0xf6)]);_0x2211a5=_0x468624[_0x39b281(0x13a)];}_0x1a08ca[_0x39b281(0x10e)](_0x2211a5,undefined)&&(global[_0x39b281(0x181)]=_0x1a08ca['zDqpl'](getPlatformName,_0x2211a5),this[_0x39b281(0x123)](_0x1a08ca[_0x39b281(0xfe)]('Executing\x20tests\x20for\x20'+global[_0x39b281(0x181)],'\x0a'))),_0x1a08ca['kiBav'](shouldProcessEventForTesthub)&&(TestDetails[_0x39b281(0x165)](),this[_0x39b281(0xef)][_0x39b281(0x144)]=_0x3c1759);}[a6_0x1d4552(0x164)](_0x53c55a){const _0x503b95=a6_0x1d4552;this['report'][_0x503b95(0x126)]=_0x53c55a,this[_0x503b95(0x11a)](_0x53c55a);}async[a6_0x1d4552(0x172)](_0x3c0309,_0x5d15ac,_0x44f12e){const _0x50e96d=a6_0x1d4552,_0x102890={'nZgeX':function(_0x14ef5b,_0x5177f7){return _0x14ef5b(_0x5177f7);},'ZqJHa':_0x50e96d(0xee),'eIfet':function(_0x178c52,_0x8a0b14){return _0x178c52&&_0x8a0b14;}};testSuites+=0x1;if(_0x102890['nZgeX'](shouldProcessEventForTesthub,_0x102890[_0x50e96d(0xe3)]))try{this[_0x50e96d(0xef)][_0x50e96d(0x15e)]=this[_0x50e96d(0xef)]['testCaseStarted']||{},this['report'][_0x50e96d(0x15e)][_0x3c0309['id']]=_0x3c0309;const _0x43bc18=TestDetails[_0x50e96d(0x145)](_0x3c0309['id']);_testCasesData[_0x3c0309['id']]=Object[_0x50e96d(0x13f)]({},_0x44f12e);const _0x3c41f5=this[_0x50e96d(0xef)],_0x38f8dc=_0x3c0309['testCaseId'],_0xb4a1a9=_0x3c41f5['testCases'][_0x50e96d(0x135)](_0x284e45=>_0x284e45['id']===_0x38f8dc)[_0x50e96d(0x10a)],_0x3616dc=_0x3c41f5[_0x50e96d(0xfd)][_0x50e96d(0x135)](_0x81c0e8=>_0x81c0e8['id']===_0xb4a1a9),_0x4fe6f8=_0x3c41f5['gherkinDocument']['find'](_0x4258f5=>_0x4258f5[_0x50e96d(0xf5)]===_0x3616dc[_0x50e96d(0xf5)]),_0x3053c2=_0x4fe6f8[_0x50e96d(0x104)],_0x591d96={'uuid':_0x43bc18,'startedAt':new Date()['toISOString']()};if(_0x3616dc){const _0x2817e9={};_0x2817e9[_0x50e96d(0x14f)]=_0x3616dc[_0x50e96d(0x14f)],_0x591d96['scenario']=_0x2817e9;}if(_0x102890['eIfet'](_0x4fe6f8,_0x3053c2)){const _0x26d429={};_0x26d429[_0x50e96d(0xdf)]=_0x4fe6f8[_0x50e96d(0xf5)],_0x26d429[_0x50e96d(0x14f)]=_0x3053c2[_0x50e96d(0x14f)],_0x26d429[_0x50e96d(0x147)]=_0x3053c2[_0x50e96d(0x147)],_0x591d96[_0x50e96d(0x104)]=_0x26d429;}_tests[_0x38f8dc]=_0x591d96,await testObservabilityReporter[_0x50e96d(0x186)](_0x44f12e,_0x4fe6f8,_0x3616dc,_0x102890[_0x50e96d(0xe3)],_0x591d96);}catch(_0x15726b){logger[_0x50e96d(0xe9)](_0x50e96d(0xfc)+util[_0x50e96d(0x183)](_0x15726b)+'\x20');}}async[a6_0x1d4552(0xf8)](_0x1c7196,_0x5bf670,_0x26952b){const _0x218bc4=a6_0x1d4552,_0x4ba7b9={'zCIwV':function(_0x1f822b,_0x22a03f){return _0x1f822b(_0x22a03f);},'VLtAn':_0x218bc4(0x124)};this[_0x218bc4(0x113)](_0x1c7196);if(_0x4ba7b9[_0x218bc4(0x114)](shouldProcessEventForTesthub,_0x4ba7b9[_0x218bc4(0x168)]))try{this[_0x218bc4(0xef)][_0x218bc4(0xf7)]=this['report'][_0x218bc4(0xf7)]||{},this['report']['testCaseFinished'][_0x1c7196[_0x218bc4(0xf9)]]=_0x1c7196,_testCasesData[_0x26952b['id']]=Object[_0x218bc4(0x13f)]({},_0x26952b);const _0x8dcf6a=_0x1c7196[_0x218bc4(0xf9)],_0x4026d7=_0x5bf670[_0x218bc4(0x143)][_0x218bc4(0x129)][_0x8dcf6a][_0x218bc4(0x16d)],_0x54c213=_0x5bf670[_0x218bc4(0x143)][_0x218bc4(0x110)][_0x4026d7],_0x54fe90=_0x54c213['pickleId'],_0x2b8c38=_0x5bf670[_0x218bc4(0x143)]['pickleMap'][_0x54fe90],_0x21e78e=this['getGherkinDocument'](_0x5bf670,_0x2b8c38),_0x3fea1b=_tests[_0x4026d7];_0x3fea1b&&(delete _tests[_0x4026d7],_0x3fea1b[_0x218bc4(0x131)]=new Date()[_0x218bc4(0x161)]()),await testObservabilityReporter['sendTestRunEventForCucumber'](_0x26952b,_0x21e78e,_0x2b8c38,_0x4ba7b9['VLtAn'],_0x3fea1b);}catch(_0x4ebc62){logger[_0x218bc4(0xe9)](_0x218bc4(0x103)+util['format'](_0x4ebc62));}}async[a6_0x1d4552(0xed)](_0x4c8e3f,_0x1fe555){const _0x3c934e=a6_0x1d4552,_0x23eac7={'qKecW':function(_0x590416,_0x346cad){return _0x590416(_0x346cad);},'zBxYG':'HookRunStarted','mxIQS':function(_0x1c088f,_0x1d987f){return _0x1c088f!==_0x1d987f;},'YIepR':_0x3c934e(0x10b)};if(_0x23eac7['qKecW'](shouldProcessEventForTesthub,_0x23eac7[_0x3c934e(0x13e)]))try{this['report'][_0x3c934e(0x17c)]=this['report']['testStepStarted']||{},this['report']['testStepStarted'][_0x4c8e3f[_0x3c934e(0xf9)]]=_0x4c8e3f;const _0x1de08d=_0x4c8e3f[_0x3c934e(0xf9)],_0x1a8b1e=_0x1fe555['eventDataCollector'][_0x3c934e(0x129)][_0x1de08d][_0x3c934e(0x16d)],_0x5605e7=this[_0x3c934e(0xef)][_0x3c934e(0x127)][_0x3c934e(0x135)](_0x50cb99=>_0x50cb99['id']===_0x1a8b1e)[_0x3c934e(0x10a)],_0x52e958=this[_0x3c934e(0xef)][_0x3c934e(0xfd)][_0x3c934e(0x135)](_0x1df4fc=>_0x1df4fc['id']===_0x5605e7),_0x383742=this[_0x3c934e(0xef)][_0x3c934e(0x127)][_0x3c934e(0x135)](_0x4c57de=>_0x4c57de['id']===_0x1a8b1e)[_0x3c934e(0x17b)],_0x1ff7aa=this[_0x3c934e(0xef)][_0x3c934e(0x17c)][_0x1de08d][_0x3c934e(0x10b)],_0x296b9c=_0x383742['find'](_0x42da0a=>_0x42da0a['id']===_0x1ff7aa)[_0x3c934e(0x17f)],_0x35b928=_0x52e958['steps'][_0x3c934e(0x135)](_0x4a4016=>_0x4a4016['id']===_0x296b9c);if(_0x296b9c&&_tests[_0x1a8b1e]&&_0x23eac7[_0x3c934e(0x178)](_tests[_0x1a8b1e][_0x23eac7[_0x3c934e(0x12b)]],_0x1ff7aa)){_tests[_0x1a8b1e][_0x23eac7[_0x3c934e(0x12b)]]=_0x1ff7aa;const _0xce6e77={};_0xce6e77[_0x3c934e(0xe8)]=[];const _0x175e54=_tests[_0x1a8b1e]||_0xce6e77;_0x175e54&&!_0x175e54[_0x3c934e(0xe8)]&&(_0x175e54[_0x3c934e(0xe8)]=[]),_0x175e54[_0x3c934e(0xe8)]['push']({'id':_0x35b928['id'],'text':_0x35b928[_0x3c934e(0x150)],'started_at':new Date()[_0x3c934e(0x161)]()}),_tests[_0x1a8b1e]=_0x175e54;}await testObservabilityReporter[_0x3c934e(0x130)](this[_0x3c934e(0xef)],_0x1de08d,_0x23eac7[_0x3c934e(0x13e)],_0x383742,_0x1ff7aa,_tests[_0x1a8b1e]);}catch(_0x39c861){logger[_0x3c934e(0xe9)](_0x3c934e(0x14c)+util[_0x3c934e(0x183)](_0x39c861));}}async[a6_0x1d4552(0x108)](_0x8480b3,_0x32c58b){const _0x5241cf=a6_0x1d4552,_0x340f6c={'JSKUX':function(_0x1f913f,_0x3cac8e){return _0x1f913f===_0x3cac8e;},'YSuCB':_0x5241cf(0x11c),'atprA':function(_0x3d7c98,_0x53e623){return _0x3d7c98(_0x53e623);},'GTLPX':'HookRunFinished','NNXYY':_0x5241cf(0x14d),'CRDji':function(_0x5c5e30,_0x8cc156){return _0x5c5e30===_0x8cc156;},'eLybI':'UnhandledError','CgdnK':_0x5241cf(0x10b)};this[_0x5241cf(0xef)][_0x5241cf(0xeb)]=this[_0x5241cf(0xef)][_0x5241cf(0xeb)]||{},this[_0x5241cf(0xef)][_0x5241cf(0xeb)][_0x8480b3['testCaseStartedId']]=_0x8480b3;if(_0x340f6c[_0x5241cf(0x140)](shouldProcessEventForTesthub,_0x340f6c[_0x5241cf(0x15c)]))try{const _0x44c551=_0x8480b3[_0x5241cf(0xf9)],_0x13ab50=_0x32c58b['eventDataCollector'][_0x5241cf(0x129)][_0x44c551][_0x5241cf(0x16d)],_0x1a0b6d=_0x32c58b[_0x5241cf(0x143)]['testCaseMap'][_0x13ab50],_0x51bd74=_0x1a0b6d[_0x5241cf(0x10a)],_0x460bca=_0x32c58b[_0x5241cf(0x143)][_0x5241cf(0x11e)][_0x51bd74],_0x17047f=_0x8480b3['testStepId'],_0x59fbd9=_0x1a0b6d['testSteps'],_0x4a8e2d=this['eventDataCollector'][_0x5241cf(0x157)](_0x44c551),_0x2d80f2=_0x59fbd9[_0x5241cf(0x135)](_0x2f873c=>_0x2f873c['id']===_0x17047f)[_0x5241cf(0x17f)];let _0x501ed6,_0x475e1b;_0x8480b3[_0x5241cf(0xe0)]&&_0x340f6c[_0x5241cf(0x17d)](_0x8480b3[_0x5241cf(0xe0)][_0x5241cf(0xe2)][_0x5241cf(0x133)]()[_0x5241cf(0x106)](),_0x340f6c[_0x5241cf(0x14e)])&&(_0x501ed6=_0x340f6c[_0x5241cf(0x17d)](_0x8480b3[_0x5241cf(0xe0)]['exception'],undefined)?_0x8480b3[_0x5241cf(0xe0)]['message']:_0x8480b3[_0x5241cf(0xe0)][_0x5241cf(0x141)][_0x5241cf(0x166)],_0x475e1b=_0x340f6c[_0x5241cf(0x12d)](_0x8480b3[_0x5241cf(0xe0)][_0x5241cf(0x141)],undefined)?_0x340f6c[_0x5241cf(0x13c)]:_0x8480b3[_0x5241cf(0xe0)][_0x5241cf(0x166)]);await testObservabilityReporter['sendHook'](this[_0x5241cf(0xef)],_0x44c551,_0x340f6c['GTLPX'],_0x59fbd9,_0x17047f,_tests[_0x13ab50]);if(_0x2d80f2&&_tests[_0x13ab50][_0x340f6c[_0x5241cf(0x101)]]){const _0x5d98db=_0x460bca['steps'][_0x5241cf(0x135)](_0x2e86a6=>_0x2e86a6['id']===_0x2d80f2),_0x570c12={};_0x570c12[_0x5241cf(0xe8)]=[];const _0x5c8f98=_tests[_0x13ab50]||_0x570c12;!_0x5c8f98['steps']?_0x5c8f98['steps']=[{'id':_0x5d98db['id'],'text':_0x5d98db['text'],'finished_at':new Date()['toISOString'](),'result':_0x8480b3[_0x5241cf(0xe0)]['status'],'duration':_0x8480b3[_0x5241cf(0xe0)][_0x5241cf(0x180)][_0x5241cf(0xde)],'failure':_0x501ed6,'failureType':_0x475e1b}]:_0x5c8f98[_0x5241cf(0xe8)][_0x5241cf(0x162)](_0x4a6f01=>{const _0x461644=_0x5241cf;if(_0x340f6c[_0x461644(0x17d)](_0x4a6f01['id'],_0x5d98db['id'])){const _0x5a04a9=_0x340f6c[_0x461644(0xf2)][_0x461644(0x152)]('|');let _0x5e7d02=0x0;while(!![]){switch(_0x5a04a9[_0x5e7d02++]){case'0':_0x4a6f01['failure']=_0x501ed6;continue;case'1':_0x4a6f01[_0x461644(0x167)]=_0x475e1b;continue;case'2':_0x4a6f01['duration']=_0x8480b3['testStepResult'][_0x461644(0x180)]['seconds'];continue;case'3':_0x4a6f01[_0x461644(0xea)]=_0x8480b3[_0x461644(0xe0)][_0x461644(0xe2)];continue;case'4':_0x4a6f01['finished_at']=new Date()[_0x461644(0x161)]();continue;}break;}}}),_tests[_0x13ab50]=_0x5c8f98,delete _tests[_0x13ab50][_0x340f6c[_0x5241cf(0x101)]];}}catch(_0x14ccb7){logger['debug'](_0x5241cf(0xf4)+util[_0x5241cf(0x183)](_0x14ccb7));}}['getGherkinStepMap'](_0x1ba119){const _0xa5795d=a6_0x1d4552,_0x5c00cf={};return _0x1ba119[_0xa5795d(0x104)]['children'][_0xa5795d(0x121)](this['extractStepContainers'])[_0xa5795d(0x171)]()['forEach'](_0x4d1f2a=>_0x4d1f2a[_0xa5795d(0xe8)][_0xa5795d(0x162)](_0x1c1ccf=>_0x5c00cf[_0x1c1ccf['id']]=_0x1c1ccf)),_0x5c00cf;}[a6_0x1d4552(0x182)](_0x5b08d4){const _0x3a3c37=a6_0x1d4552,_0x44094d={'ztHTs':function(_0x370fa8,_0x1bbeff){return _0x370fa8(_0x1bbeff);}};if(!_0x44094d['ztHTs'](isUndefined,_0x5b08d4[_0x3a3c37(0x12f)]))return[_0x5b08d4[_0x3a3c37(0x12f)]];else{if(!_0x44094d['ztHTs'](isUndefined,_0x5b08d4[_0x3a3c37(0x116)]))return _0x5b08d4[_0x3a3c37(0x116)][_0x3a3c37(0x137)]['map'](_0x2f43e1=>!isUndefined(_0x2f43e1[_0x3a3c37(0x12f)])?_0x2f43e1[_0x3a3c37(0x12f)]:_0x2f43e1[_0x3a3c37(0x12a)]);};return[_0x5b08d4[_0x3a3c37(0x12a)]];}[a6_0x1d4552(0x17e)](_0x134d07,_0x2aaf6e){const _0x38567a=a6_0x1d4552;return Object[_0x38567a(0x175)](_0x134d07[_0x38567a(0x143)][_0x38567a(0x163)])[_0x38567a(0x135)](_0x27c100=>_0x27c100['uri']===_0x2aaf6e['uri']);}}module[a6_0x1d4552(0x142)]=o11yClassErrorHandler(BrowserstackFormatter,[a6_0x1d4552(0x172),a6_0x1d4552(0xf8),a6_0x1d4552(0xed),a6_0x1d4552(0x108),'onTestRunStarted',a6_0x1d4552(0x164),a6_0x1d4552(0x182),a6_0x1d4552(0x17e),a6_0x1d4552(0xe4)]);function a6_0x2166(){const _0x4c7f61=['result','testStepFinished','sourceLocation','onTestStepStarted','TestRunStarted','report','eventBroadcaster','bFTMt','YSuCB','../../../helpers/testhub/utils.js','Exception\x20in\x20onTestStepFinished\x20event:\x20','uri','CONFIG','testCaseFinished','onTestCaseFinished','testCaseStartedId','8rlbkph','CsMPL','Exception\x20in\x20sending\x20onTestCaseStarted:\x20','pickle','FEpeB','../test-observability.js','parse','CgdnK','push','Exception\x20in\x20sending\x20onTestCaseFinished\x20event:\x20\x20','feature','agwBT','toLowerCase','WKQti','onTestStepFinished','FAILED','pickleId','testStepId','hooks','util','fKESk','KkuNr','testCaseMap','onHook','558048csLTaW','logTestCaseFinished','zCIwV','zDAtZ','rule','lvoEJ','onSource','GzIpV','logTestRunFinished','keyword','4|3|2|0|1','xgQfr','pickleMap','2141083LKXEhc','../../playwright/reporter/test-details.js','map','10kayWnF','log','TestRunFinished','oTplM','testRunFinished','testCases','fBkoL','testCaseAttemptDataMap','scenario','YIepR','onPickle','CRDji','envelope','background','sendHook','finishedAt','\x20-\x20','toString','uOVbD','find','actionLocation','children','dKuQl','stepDefinition','capability','OgPSj','eLybI','ZGpwK','zBxYG','assign','atprA','exception','exports','eventDataCollector','testRunStarted','getTestUUID','XTHEM','description','vGiLf','12ZqBZRE','testCaseAttempt','bgHeK','Exception\x20in\x20onTestStepStarted\x20event:\x20','failed','NNXYY','name','text','xdNlb','split','cucumber-js/test.setup.js','incrementCounter','2027871EsgVkZ','onTestCase','getTestCaseAttempt','424182EWSufH','567366QusfBc','bstack','../../../helpers/helper','GTLPX','LrRDa','testCaseStarted','\x20\x20\x20\x20','testCase','toISOString','forEach','gherkinDocumentMap','onTestRunFinished','setup','message','failureType','VLtAn','isBstackHook','SKIPPED','2074652hGwUaN','ROwpY','testCaseId','onTestRunStarted','gherkinDocument','jOwWG','flat','onTestCaseStarted','includes','../../../helpers/test-observability/error-handler','values','FnlwF','hook','mxIQS','EALBf','PENDING','testSteps','testStepStarted','JSKUX','getGherkinDocument','pickleStepId','duration','__platform','extractStepContainers','format','993925GDzWYB','supportCodeLibrary','sendTestRunEventForCucumber','snippetBuilder','UNKNOWN','source','../../../helpers/logger','seconds','path','testStepResult','onGherkinDocument','status','ZqJHa','getGherkinStepMap','cwd','UNDEFINED','fqXHe','steps','debug'];a6_0x2166=function(){return _0x4c7f61;};return a6_0x2166();}
@@ -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_0x531b3a=a7_0x1961;function a7_0x1961(_0x1f9853,_0x19a802){const _0x501cc8=a7_0x501c();return a7_0x1961=function(_0x196158,_0x2b1885){_0x196158=_0x196158-0xe1;let _0x227348=_0x501cc8[_0x196158];return _0x227348;},a7_0x1961(_0x1f9853,_0x19a802);}function a7_0x501c(){const _0x1867f3=['test-run-started','FAILED','1793952QXmyeG','jyWyG','wWjuj','FQqxK','UNDEFINED','pfXpx','log','env','ijrug','undefined','actionLocation','getStepLineToPickledStepMap','includes','hCkql','KOFTf','2212236rWSxcS','FJeGP','yYnbQ','\x20\x20\x20\x20','OJFth','../../../helpers/helper','33DYrvwR','uri','eventBroadcaster','JEDTj','664dClEHB','pickle','gFsHW','test-case-started','212552rCugnL','stack','lMUxX','hKGAU','eventDataCollector','WUdsY','test-run-finished','toUpperCase','GbVqL','Xprgp','HlvQZ','XnfMC','line','rZPTn','__platform','logTestCaseFinished','uwmGO','result','Ilzls','Tegcq','kvxno','2618365OUCEac','cucumber','sourceLocation','exports','SxQhq','SKIPPED','5145056HENtdu','kDdCz','4uAgMWM','cucumber/lib/formatter/helpers/pickle_parser.js','exception','DmAvM','nTQyQ','text','PASSED','ugxKt','steps','UNKNOWN','aryOF','SkeqO','78732gkefjH','testCase','2nLTrgj','feature','yFlgS','\x20-\x20','yOzIH','getTestCaseAttempt','aJuZQ','name','Executing\x20tests\x20for\x20','status','\x20\x20\x20\x20BEFORE\x20-\x20','793090oilUpz','getTestCaseData','eeZwP','gherkinDocument'];a7_0x501c=function(){return _0x1867f3;};return a7_0x501c();}(function(_0x570b5b,_0x4d5039){const _0x3ac499=a7_0x1961,_0x1d1695=_0x570b5b();while(!![]){try{const _0x5629f5=-parseInt(_0x3ac499(0x130))/0x1*(parseInt(_0x3ac499(0x102))/0x2)+parseInt(_0x3ac499(0x122))/0x3+-parseInt(_0x3ac499(0xf4))/0x4*(-parseInt(_0x3ac499(0xec))/0x5)+-parseInt(_0x3ac499(0x113))/0x6+-parseInt(_0x3ac499(0xf2))/0x7+-parseInt(_0x3ac499(0x12c))/0x8*(-parseInt(_0x3ac499(0x100))/0x9)+-parseInt(_0x3ac499(0x10d))/0xa*(parseInt(_0x3ac499(0x128))/0xb);if(_0x5629f5===_0x4d5039)break;else _0x1d1695['push'](_0x1d1695['shift']());}catch(_0x13562a){_0x1d1695['push'](_0x1d1695['shift']());}}}(a7_0x501c,0x7aba2));const {requireModule,getPlatformName,nestedKeyValue}=require(a7_0x531b3a(0x127)),{Formatter}=requireModule(a7_0x531b3a(0xed)),pickleParser=requireModule(a7_0x531b3a(0xf5),a7_0x531b3a(0xed));class BrowserstackFormatter extends Formatter{constructor(_0x5e2bce){const _0x907dfc=a7_0x531b3a,_0x301256={'FQqxK':function(_0x3e0028,_0x15932f){return _0x3e0028!==_0x15932f;},'yFlgS':function(_0x5798ce,_0x20788c){return _0x5798ce!==_0x20788c;},'WUdsY':function(_0x4cbb76,_0x133f16){return _0x4cbb76(_0x133f16);},'hCkql':_0x907dfc(0x111),'OJFth':_0x907dfc(0x12f),'lMUxX':'test-case-finished','cKLtD':_0x907dfc(0x136),'Xprgp':'test-step-started'};super(_0x5e2bce),_0x5e2bce[_0x907dfc(0x12a)]['on'](_0x301256[_0x907dfc(0x120)],()=>{const _0x2ba49d=_0x907dfc;let _0x3c84c3;if(_0x301256[_0x2ba49d(0x116)](process['env']['CONFIG'],undefined)){const _0x4337a3=JSON['parse'](process[_0x2ba49d(0x11a)]['CONFIG']);_0x3c84c3=_0x4337a3['capability'];}_0x301256[_0x2ba49d(0x104)](_0x3c84c3,undefined)&&(global[_0x2ba49d(0xe5)]=_0x301256[_0x2ba49d(0x135)](getPlatformName,_0x3c84c3),console[_0x2ba49d(0x119)](_0x2ba49d(0x10a)+global[_0x2ba49d(0xe5)]));}),_0x5e2bce['eventBroadcaster']['on'](_0x301256[_0x907dfc(0x126)],()=>{testSuites+=0x1;}),_0x5e2bce['eventBroadcaster']['on'](_0x301256[_0x907dfc(0x132)],_0x5dd75a=>{const _0x1a62f9=_0x907dfc;this[_0x1a62f9(0xe6)](_0x5dd75a);}),_0x5e2bce['eventBroadcaster']['on'](_0x301256['cKLtD'],()=>{totalTests-=0x2;}),_0x5e2bce['eventBroadcaster']['on'](_0x301256[_0x907dfc(0x139)],()=>{totalTests+=0x1;});}[a7_0x531b3a(0xe6)](_0x137418){const _0x1ee359=a7_0x531b3a,_0x2f9544={'HlvQZ':_0x1ee359(0x112),'EbPff':_0x1ee359(0xfa),'VBrRs':_0x1ee359(0xf1),'nTQyQ':'PENDING','Tegcq':_0x1ee359(0x117),'DmAvM':_0x1ee359(0xfd),'wWjuj':'AMBIGUOUS','Ilzls':function(_0x5dbd02,_0x2f5887){return _0x5dbd02+_0x2f5887;},'kvxno':_0x1ee359(0x125),'SkeqO':_0x1ee359(0x105),'FJeGP':function(_0x3338d1,_0x1cf5bf){return _0x3338d1(_0x1cf5bf);},'JEDTj':'cucumber-js/test_old.setup.js','hShiP':'\x20\x20\x20\x20AFTER\x20-\x20','pfXpx':_0x1ee359(0x10c),'uwmGO':function(_0x5c4463,_0x357929){return _0x5c4463===_0x357929;},'GbVqL':function(_0x4023ac,_0x3fd0e5,_0x3051a6){return _0x4023ac(_0x3fd0e5,_0x3051a6);},'kDdCz':_0x1ee359(0xe8),'eeZwP':_0x1ee359(0xf6),'gFsHW':_0x1ee359(0x131),'jyWyG':function(_0x4c0976,_0x33432b){return _0x4c0976!==_0x33432b;},'aJuZQ':function(_0x303dcc,_0x142a07){return _0x303dcc+_0x142a07;},'KOFTf':function(_0x26eb77,_0x47b736){return _0x26eb77!==_0x47b736;},'rZPTn':_0x1ee359(0x11c),'SxQhq':function(_0x4af7c4,_0x315069){return _0x4af7c4+_0x315069;},'yYnbQ':function(_0x4773bd,_0x2054ee){return _0x4773bd+_0x2054ee;},'yOzIH':function(_0x1f5c70,_0x16d582){return _0x1f5c70+_0x16d582;},'aryOF':function(_0x4f2954,_0x4eacc4){return _0x4f2954+_0x4eacc4;},'kDHbv':function(_0x1d5e22,_0x2c973e){return _0x1d5e22<_0x2c973e;},'pcaEu':function(_0x5ef0eb,_0x4bd0bd){return _0x5ef0eb+_0x4bd0bd;},'jABMw':function(_0x436d33,_0x34f5c4){return _0x436d33+_0x34f5c4;},'ugxKt':function(_0x31735f,_0x19861a){return _0x31735f(_0x19861a);},'hKGAU':function(_0x5eabdf,_0x585702){return _0x5eabdf(_0x585702);},'ijrug':function(_0x19e246,_0x1a6634){return _0x19e246+_0x1a6634;},'XnfMC':function(_0x1baecd,_0x5deb75){return _0x1baecd+_0x5deb75;}};let _0x5e070a=![];function _0x329871(_0x4c063e){const _0x352e58=_0x1ee359;switch(_0x4c063e){case _0x2f9544[_0x352e58(0xe1)]:testsFailed+=0x1;break;case _0x2f9544['EbPff']:testsPassed+=0x1;break;case _0x2f9544['VBrRs']:testsSkipped+=0x1;break;case _0x2f9544[_0x352e58(0xf8)]:testsPending+=0x1;break;case _0x2f9544[_0x352e58(0xea)]:testsUndefined+=0x1;break;case _0x2f9544[_0x352e58(0xf7)]:testsUnknown+=0x1;break;case _0x2f9544[_0x352e58(0x115)]:testsAmbiguous+=0x1;break;default:break;}}_0x2f9544[_0x1ee359(0x114)](global['__platform'],undefined)&&console[_0x1ee359(0x119)](_0x2f9544[_0x1ee359(0xe9)](_0x2f9544[_0x1ee359(0x108)]('\x0a',global[_0x1ee359(0xe5)]),'\x0a'));let _0x4b7d84=![];if(_0x2f9544[_0x1ee359(0x121)](typeof this['eventDataCollector'][_0x1ee359(0x10e)],_0x2f9544[_0x1ee359(0xe4)])){var _0x7f7236=this['eventDataCollector'][_0x1ee359(0x10e)](_0x137418['sourceLocation']),_0x3d56a9=_0x7f7236['pickle'],_0x2aeabf=_0x7f7236[_0x1ee359(0x101)];console['log'](_0x2f9544[_0x1ee359(0xf0)]('\x20\x20',_0x3d56a9[_0x1ee359(0x109)]));var _0x5d0fe1=(0x0,pickleParser[_0x1ee359(0x11e)])(_0x3d56a9);_0x2aeabf['steps']['forEach'](function(_0x4a2927){const _0x3bed2e=_0x1ee359;if(_0x4a2927[_0x3bed2e(0x11d)]&&_0x4a2927[_0x3bed2e(0xee)])_0x5e070a=!![],console[_0x3bed2e(0x119)](_0x2f9544[_0x3bed2e(0xe9)](_0x2f9544[_0x3bed2e(0xe9)](_0x2f9544[_0x3bed2e(0xe9)](_0x2f9544['kvxno'],_0x5d0fe1[_0x4a2927[_0x3bed2e(0xee)]['line']][_0x3bed2e(0xf9)]),_0x2f9544[_0x3bed2e(0xff)]),_0x4a2927[_0x3bed2e(0xe8)][_0x3bed2e(0x10b)]['toUpperCase']())),_0x2f9544[_0x3bed2e(0x123)](_0x329871,_0x4a2927[_0x3bed2e(0xe8)]['status'][_0x3bed2e(0x137)]());else _0x4a2927[_0x3bed2e(0x11d)]&&(!_0x4a2927[_0x3bed2e(0x11d)][_0x3bed2e(0x129)]['includes'](_0x2f9544['JEDTj'])&&(_0x2f9544[_0x3bed2e(0x123)](_0x329871,_0x4a2927['result'][_0x3bed2e(0x10b)]['toUpperCase']()),_0x5e070a?console[_0x3bed2e(0x119)](_0x2f9544['Ilzls'](_0x2f9544['hShiP'],_0x4a2927[_0x3bed2e(0xe8)][_0x3bed2e(0x10b)][_0x3bed2e(0x137)]())):console[_0x3bed2e(0x119)](_0x2f9544[_0x3bed2e(0xe9)](_0x2f9544[_0x3bed2e(0x118)],_0x4a2927['result'][_0x3bed2e(0x10b)][_0x3bed2e(0x137)]()))));if(_0x2f9544[_0x3bed2e(0xe7)](_0x4a2927[_0x3bed2e(0xe8)]['status'][_0x3bed2e(0x137)](),_0x2f9544[_0x3bed2e(0xe1)])){const _0xb788b0=_0x2f9544[_0x3bed2e(0x138)](nestedKeyValue,_0x4a2927,[_0x2f9544[_0x3bed2e(0xf3)],_0x2f9544[_0x3bed2e(0x10f)],_0x2f9544[_0x3bed2e(0x12e)]]);_0xb788b0&&(testsErrorMessage[_0x3d56a9['name']]=_0xb788b0,console[_0x3bed2e(0x119)](_0x2f9544[_0x3bed2e(0xe9)](_0xb788b0,'\x0a'))),_0x4b7d84=!![];}});}else{const _0x350102=this[_0x1ee359(0x134)][_0x1ee359(0x107)](_0x137418);console[_0x1ee359(0x119)](_0x2f9544['yYnbQ'](_0x2f9544[_0x1ee359(0x106)](_0x2f9544[_0x1ee359(0xfe)]('\x20\x20',_0x350102['gherkinDocument'][_0x1ee359(0x103)][_0x1ee359(0x109)]),_0x2f9544['SkeqO']),_0x350102[_0x1ee359(0x12d)][_0x1ee359(0x109)]));const _0x5c642a=(0x0,pickleParser[_0x1ee359(0x11e)])(_0x350102[_0x1ee359(0x12d)]),_0x1e9c42=_0x350102['testCase'][_0x1ee359(0xfc)],_0x483b12=_0x350102['stepResults'],_0xe36bf5=_0x1e9c42['length'];for(let _0x295095=0x0;_0x2f9544['kDHbv'](_0x295095,_0xe36bf5);_0x295095++){const _0x191061=_0x1e9c42[_0x295095];if(_0x191061[_0x1ee359(0x11d)]&&_0x191061[_0x1ee359(0xee)])_0x5e070a=!![],console['log'](_0x2f9544[_0x1ee359(0x124)](_0x2f9544['pcaEu'](_0x2f9544['jABMw'](_0x2f9544[_0x1ee359(0xeb)],_0x5c642a[_0x191061[_0x1ee359(0xee)][_0x1ee359(0xe3)]][_0x1ee359(0xf9)]),_0x2f9544['SkeqO']),_0x483b12[_0x295095]['status']['toUpperCase']())),_0x2f9544[_0x1ee359(0xfb)](_0x329871,_0x483b12[_0x295095][_0x1ee359(0x10b)][_0x1ee359(0x137)]());else _0x191061[_0x1ee359(0x11d)]&&(!_0x191061['actionLocation'][_0x1ee359(0x129)][_0x1ee359(0x11f)](_0x2f9544[_0x1ee359(0x12b)])&&(_0x2f9544[_0x1ee359(0x133)](_0x329871,_0x483b12[_0x295095][_0x1ee359(0x10b)][_0x1ee359(0x137)]()),_0x5e070a?console[_0x1ee359(0x119)](_0x2f9544[_0x1ee359(0x108)](_0x2f9544['hShiP'],_0x483b12[_0x295095][_0x1ee359(0x10b)][_0x1ee359(0x137)]())):console['log'](_0x2f9544[_0x1ee359(0x11b)](_0x2f9544[_0x1ee359(0x118)],_0x483b12[_0x295095][_0x1ee359(0x10b)][_0x1ee359(0x137)]()))));if(_0x2f9544[_0x1ee359(0xe7)](_0x483b12[_0x295095]['status'][_0x1ee359(0x137)](),_0x2f9544['HlvQZ'])){_0x4b7d84=!![];const _0x21406d=_0x2f9544[_0x1ee359(0x138)](nestedKeyValue,_0x483b12[_0x295095],[_0x2f9544['eeZwP'],_0x2f9544[_0x1ee359(0x12e)]]);_0x21406d&&(testsErrorMessage[_0x2f9544[_0x1ee359(0xfe)](_0x2f9544[_0x1ee359(0x108)](_0x350102[_0x1ee359(0x110)][_0x1ee359(0x103)][_0x1ee359(0x109)],_0x2f9544[_0x1ee359(0xff)]),_0x350102['pickle'][_0x1ee359(0x109)])]=_0x21406d,console[_0x1ee359(0x119)](_0x2f9544[_0x1ee359(0xe2)](_0x21406d,'\x0a')));}}}_0x4b7d84&&(testSuitesFailed+=0x1),console[_0x1ee359(0x119)]('\x0a');}}module[a7_0x531b3a(0xef)]=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_0x40a7(){const _0x5233ce=['FAILED','CGZjn','70RgbJUO','getHookResult','find','wLqbE','match','MhMIm','passed','Exception\x20in\x20sendHook:\x20','AJJDx','failure','iQvNs','name','pending','VuDUv','OSbbr','failure_type','HookRunFinished','failure_data','value','javascript','toString','nanos','SydJr','dNrFk','cucumber','relative','sendTestRunEventForCucumber','HookRunStarted','exception','failure_reason','2192972EpKNCO','AssertionError','dlviN','kQwFp','feature','NGLvI','toLowerCase','1|0|2|3|4','apTsD','../../helpers/logger','DBKUD','4346170BxvJLy','sourceReference','PmtWP','tagExpression','GjBBd','jESAB','UnhandledError','hooks','flatMap','hook_run','cells','EHFHN','result','path','split','test_run','children','testCaseStartedId','2643075ootZZE','DFKfX','UrtqL','tBQpB','failureType','Zzwas','EuxIs','astNodeIds','hoLeo','getHooksListForTest','skipped','uEVkQ','WkiaC','hookId','finished_at','../../helpers/test-observability/sessionHandler','configureGit','duration_in_ms','tOytN','message','rule','getHookRunEventData','util','sendHook','3824MFVwek','SjZpR','50538Vqbyjo','DwogF','filter','763mNnSuF','format','push','sPvxf','getCucumberHookType','1856tNLkfA','test','TlwcV','updateTestStatus','testStepFinished','tableBody','rXILM','backtrace','testCaseFinished','event_type','_gitConfigured','SKIPPED','tags','failed','MPLqp','7417450dmJUVd','bzRnO','AFTER_EACH','forEach','hook','winstonLogger','WxePa','BEFORE_EACH','timestamp','toISOString','includes','sQhlO','vvkwr','scenario','woUnC','browserstack-node-agent/src/bin/cucumber-js/test.setup.js','CUCUMBER','TestRunFinished','root','debug','uploadEventData','Exception\x20in\x20getHookRunEventData:\x20','exports','_gitConfigPath','getScenarioExamples','2961SGuUJn','VOcbf','map','uri','uuid','examples','../../helpers/helper','length','wXUdj'];a8_0x40a7=function(){return _0x5233ce;};return a8_0x40a7();}const a8_0x13e977=a8_0x1a92;(function(_0x48e8d4,_0x2ee5cf){const _0x245d5d=a8_0x1a92,_0x17dbf5=_0x48e8d4();while(!![]){try{const _0x4d1a12=-parseInt(_0x245d5d(0x125))/0x1*(parseInt(_0x245d5d(0xf2))/0x2)+parseInt(_0x245d5d(0xd0))/0x3+parseInt(_0x245d5d(0xb3))/0x4+-parseInt(_0x245d5d(0xbe))/0x5+-parseInt(_0x245d5d(0xea))/0x6*(parseInt(_0x245d5d(0xed))/0x7)+parseInt(_0x245d5d(0xe8))/0x8*(parseInt(_0x245d5d(0x11a))/0x9)+parseInt(_0x245d5d(0x101))/0xa;if(_0x4d1a12===_0x2ee5cf)break;else _0x17dbf5['push'](_0x17dbf5['shift']());}catch(_0x15a51b){_0x17dbf5['push'](_0x17dbf5['shift']());}}}(a8_0x40a7,0x74346));const path=require(a8_0x13e977(0xcb)),util=require(a8_0x13e977(0xe6)),hooksMap={},SessionHandler=require(a8_0x13e977(0xdf)),testhubUtils=require('../../helpers/testhub/utils'),{getGitMetaData,isUndefined,nestedKeyValue}=require(a8_0x13e977(0x120)),logger=require(a8_0x13e977(0xbc))[a8_0x13e977(0x106)],{o11yClassErrorHandler}=require('../../helpers/test-observability/error-handler'),{FRAMEWORKS}=require('../../helpers/test-observability/constants.js'),TestDetails=require('../playwright/reporter/test-details');this[a8_0x13e977(0xfc)]=![],this[a8_0x13e977(0x118)]=null;function a8_0x1a92(_0x2393b2,_0x4d1630){const _0x40a7fb=a8_0x40a7();return a8_0x1a92=function(_0x1a9258,_0x10ee20){_0x1a9258=_0x1a9258-0xaf;let _0x348f9d=_0x40a7fb[_0x1a9258];return _0x348f9d;},a8_0x1a92(_0x2393b2,_0x4d1630);}class TestObservabilityReporter{async[a8_0x13e977(0xaf)](_0x20a630,_0x49c310,_0x2b9fb7,_0x41cc8a,_0x5aed9c){const _0x149301=a8_0x13e977,_0x2f02e7={'DBKUD':function(_0xdb410d,_0x33b62e){return _0xdb410d===_0x33b62e;},'woUnC':_0x149301(0x123),'DwogF':_0x149301(0xff),'EBWWM':_0x149301(0xfd),'TlwcV':_0x149301(0xda),'MPLqp':function(_0x15b6ea,_0x1fd070){return _0x15b6ea||_0x1fd070;},'hoLeo':function(_0x4d9f83,_0x5b4c97){return _0x4d9f83+_0x5b4c97;},'SjZpR':_0x149301(0xf3),'dlviN':'javascript','AJJDx':_0x149301(0x13d),'vtqfn':'pending','WkiaC':_0x149301(0x12b),'Jimbg':function(_0x15dd22,_0x3290e3){return _0x15dd22!==_0x3290e3;},'aHXhR':function(_0x28cd6a,_0x5324ff){return _0x28cd6a/_0x5324ff;},'jESAB':function(_0x58a871,_0xd0491e){return _0x58a871===_0xd0491e;},'VqXjp':'strip-ansi','VOcbf':function(_0x5e92ed,_0xd09810){return _0x5e92ed(_0xd09810);},'rXILM':'unknown','UgPqZ':_0x149301(0xb4),'Zzwas':_0x149301(0xc4),'CGZjn':_0x149301(0x112),'HAntL':function(_0x29a7a6,_0x59100d){return _0x29a7a6>_0x59100d;}},{feature:_0x3e83a7,scenario:_0xda6c69,steps:_0xf32624,uuid:_0x1cfc7e,startedAt:_0x54fba4,finishedAt:_0x55c001}=_0x2f02e7[_0x149301(0x100)](_0x5aed9c,{}),_0x2a496b=this['getScenarioExamples'](_0x49c310,_0x2b9fb7);await this[_0x149301(0xe0)]();const _0x1048e8=_0x2a496b?_0x2f02e7[_0x149301(0xd8)](_0x2f02e7[_0x149301(0xd8)](_0x2f02e7['hoLeo'](_0x2b9fb7[_0x149301(0x130)],'\x20('),_0x2a496b['join'](',\x20')),')'):_0x2b9fb7[_0x149301(0x130)],_0x417e25={'uuid':_0x1cfc7e,'started_at':_0x54fba4,'finished_at':_0x55c001,'type':_0x2f02e7[_0x149301(0xe9)],'body':{'lang':_0x2f02e7[_0x149301(0xb5)],'code':null},'name':_0x1048e8,'scopes':[_0x3e83a7&&_0x3e83a7['name']?_0x3e83a7['name']:''],'tags':_0x2b9fb7[_0x149301(0xfe)]?_0x2b9fb7[_0x149301(0xfe)]['map'](({name:_0x1104b5})=>_0x1104b5):[],'file_name':_0x2b9fb7[_0x149301(0x11d)],'location':_0x2b9fb7[_0x149301(0x11d)],'vc_filepath':this[_0x149301(0x118)]&&_0x2b9fb7[_0x149301(0x11d)]?path[_0x149301(0x13e)](this['_gitConfigPath'],_0x2b9fb7['uri']):null,'framework':_0x2f02e7[_0x149301(0x12d)],'result':_0x2f02e7['vtqfn'],'meta':{'feature':_0x3e83a7,'scenario':_0xda6c69,'steps':_0xf32624,'examples':_0x2a496b},'customRerunParam':{'rerun_name':_0x1048e8}};if(_0x20a630[_0x149301(0xfa)]&&_0xf32624){const _0x36ffb8=_0x20a630[_0x149301(0xfa)];let _0x2dd18b=_0x2f02e7[_0x149301(0xdc)];_0xf32624['every'](_0x5dc3dc=>{const _0x101836=_0x149301;if(_0x2f02e7['DBKUD'](_0x5dc3dc[_0x101836(0xca)],_0x2f02e7[_0x101836(0x10f)]))return _0x2dd18b=_0x2f02e7[_0x101836(0xeb)],_0x36ffb8['failure']=_0x5dc3dc[_0x101836(0x12e)],_0x36ffb8[_0x101836(0xd4)]=_0x5dc3dc[_0x101836(0xd4)],![];else{if(_0x2f02e7[_0x101836(0xbd)](_0x5dc3dc[_0x101836(0xca)],_0x2f02e7['EBWWM']))return _0x2dd18b=_0x2f02e7[_0x101836(0xf4)],![];}return!![];}),_0x417e25[_0x149301(0xde)]=new Date()[_0x149301(0x10a)](),_0x417e25[_0x149301(0xca)]=_0x2dd18b;_0x36ffb8['timestamp']&&_0x2f02e7['Jimbg'](_0x36ffb8[_0x149301(0x109)][_0x149301(0x13a)],undefined)?_0x417e25['duration_in_ms']=_0x2f02e7['aHXhR'](_0x36ffb8[_0x149301(0x109)][_0x149301(0x13a)],0xf4240):_0x417e25[_0x149301(0xe1)]=undefined;if(_0x2f02e7[_0x149301(0xc3)](_0x2dd18b,_0x2f02e7[_0x149301(0xeb)])){const {default:_0x1ec5c7}=await import(_0x2f02e7['VqXjp']);_0x417e25['failure']=[{'backtrace':[_0x36ffb8[_0x149301(0x12e)]?_0x2f02e7['VOcbf'](_0x1ec5c7,_0x36ffb8['failure']):_0x2f02e7[_0x149301(0xf8)]]}],_0x417e25[_0x149301(0xb2)]=_0x36ffb8[_0x149301(0x12e)]?_0x2f02e7[_0x149301(0x11b)](_0x1ec5c7,_0x36ffb8[_0x149301(0x12e)]):_0x36ffb8[_0x149301(0xe3)],_0x36ffb8[_0x149301(0xd4)]&&(_0x417e25[_0x149301(0x134)]=_0x36ffb8[_0x149301(0xd4)]['match'](/AssertError/)?_0x2f02e7['UgPqZ']:_0x2f02e7[_0x149301(0xd5)]);}}if(_0x2f02e7[_0x149301(0xbd)](_0x41cc8a,_0x2f02e7[_0x149301(0x124)])){const _0x53e898=this[_0x149301(0xd9)](_0x20a630[_0x149301(0xfa)][_0x149301(0xcf)]);_0x53e898&&_0x2f02e7['HAntL'](_0x53e898['length'],0x0)&&(_0x417e25[_0x149301(0xc5)]=_0x53e898,this[_0x149301(0xf5)](_0x20a630[_0x149301(0xfa)]['testCaseStartedId'],_0x417e25));}testhubUtils['appendTesthubParams'](_0x417e25,_0x41cc8a,'',FRAMEWORKS[_0x149301(0x111)]);const _0x4432a8={};_0x4432a8[_0x149301(0xfb)]=_0x41cc8a,_0x4432a8[_0x149301(0xcd)]=_0x417e25;const _0x2530da=_0x4432a8;await SessionHandler[_0x149301(0x115)](_0x2530da);}['updateTestStatus'](_0x97a50a,_0x1cab03){const _0x2873ff=a8_0x13e977,_0x179795={};_0x179795[_0x2873ff(0xd1)]=function(_0x517676,_0x1c6e15){return _0x517676 instanceof _0x1c6e15;},_0x179795['EHFHN']=function(_0x812588,_0x67385e){return _0x812588===_0x67385e;},_0x179795[_0x2873ff(0x102)]=_0x2873ff(0xff),_0x179795['kQwFp']=_0x2873ff(0xba);const _0x1c94f7=_0x179795,_0x5bbde7=hooksMap[_0x97a50a];if(_0x1c94f7['DFKfX'](_0x5bbde7,Array))for(const _0x2f8d7d of _0x5bbde7){if(_0x1c94f7[_0x2873ff(0xc9)](_0x2f8d7d[_0x2873ff(0xca)],_0x1c94f7[_0x2873ff(0x102)])){const _0x5938f1=_0x1c94f7[_0x2873ff(0xb6)]['split']('|');let _0x4e8227=0x0;while(!![]){switch(_0x5938f1[_0x4e8227++]){case'0':_0x1cab03[_0x2873ff(0x12e)]=_0x2f8d7d[_0x2873ff(0x136)];continue;case'1':_0x1cab03[_0x2873ff(0xca)]=_0x2f8d7d[_0x2873ff(0xca)];continue;case'2':_0x1cab03['failure_reason']=_0x1c94f7[_0x2873ff(0xd1)](_0x2f8d7d[_0x2873ff(0x136)],Array)?_0x2f8d7d[_0x2873ff(0x136)][0x0][_0x2873ff(0xf9)]['join']('\x0a'):'';continue;case'3':_0x1cab03['failure_type']=_0x2f8d7d[_0x2873ff(0x134)];continue;case'4':return _0x1cab03;}break;}}};}[a8_0x13e977(0xd9)](_0x269766){const _0x52d093=a8_0x13e977;if(hooksMap[_0x269766])return hooksMap[_0x269766][_0x52d093(0x11c)](_0xbee6c1=>_0xbee6c1['uuid']);return[];}[a8_0x13e977(0xe5)](_0x513f9b,_0xb8ea12,_0xe6d49,_0x1ba949,_0x5639f2,_0x320e44){const _0x50f379=a8_0x13e977,_0x32a661={'fDFVU':function(_0x14e438,_0x24b3a6){return _0x14e438===_0x24b3a6;},'iaJmu':_0x50f379(0x135),'OSbbr':function(_0x3aea20,_0x3828b2,_0xe1303b){return _0x3aea20(_0x3828b2,_0xe1303b);},'PmtWP':'sourceReference','sQhlO':_0x50f379(0x11d),'InuhC':_0x50f379(0x131),'iQvNs':_0x50f379(0x105),'uEVkQ':_0x50f379(0x138),'oNHLr':function(_0x199d10,_0x411ec1,_0x4127c0){return _0x199d10(_0x411ec1,_0x4127c0);},'UrtqL':_0x50f379(0xb7),'tOytN':_0x50f379(0x130),'MhMIm':'cucumber'};try{if(_0x32a661['fDFVU'](_0xe6d49,_0x32a661['iaJmu'])){const _0x22b943=new Date()[_0x50f379(0x10a)](),_0xcae0e3=hooksMap[_0xb8ea12];if(!_0xcae0e3)return;const _0x1d08d5=_0xcae0e3[_0x50f379(0x127)](_0x468369=>_0x468369[_0x50f379(0x11e)]===_0x1ba949['id']);if(!_0x1d08d5)return;const _0x529e66=this[_0x50f379(0x126)](_0x513f9b,_0xb8ea12);_0x1d08d5['result']=_0x529e66['status'],_0x1d08d5['finished_at']=_0x22b943,_0x1d08d5[_0x50f379(0x134)]=_0x529e66['failureType'];const _0x4c482e={};return _0x4c482e[_0x50f379(0xf9)]=_0x529e66['failureData'],_0x1d08d5[_0x50f379(0x136)]=[_0x4c482e],_0x1d08d5;}const _0x395e22=TestDetails['getTestUUID'](_0xb8ea12),_0x1f16a9=_0x513f9b[_0x50f379(0xc5)]['find'](_0x327e93=>_0x327e93['id']===_0x1ba949[_0x50f379(0xdd)]),_0x56fbfb=_0x32a661[_0x50f379(0x133)](nestedKeyValue,_0x1f16a9,[_0x32a661[_0x50f379(0xc0)],_0x32a661[_0x50f379(0x10c)]]),_0x11b448=new Date()[_0x50f379(0x10a)](),_0x1a0c76=_0x32a661['InuhC'],_0x440071=_0x1f16a9['tagExpression']?_0x1f16a9[_0x50f379(0xc1)][_0x50f379(0xcc)]('\x20')[_0x50f379(0xec)](_0x4b871b=>_0x4b871b['includes']('@')):[],_0x11bc6c={'uuid':_0x1ba949['id'],'type':_0x32a661[_0x50f379(0x12f)],'hook_type':_0x320e44,'name':_0x1f16a9[_0x50f379(0x130)],'body':{'lang':_0x32a661[_0x50f379(0xdb)],'code':null},'tags':_0x440071,'test_run_id':_0x395e22,'scope':_0x32a661['oNHLr'](nestedKeyValue,_0x5639f2,[_0x32a661[_0x50f379(0xd2)],_0x32a661[_0x50f379(0xe2)]]),'scopes':[_0x32a661['OSbbr'](nestedKeyValue,_0x5639f2,[_0x32a661[_0x50f379(0xd2)],_0x32a661[_0x50f379(0xe2)]])||''],'file_name':_0x56fbfb,'location':_0x56fbfb,'vc_filepath':this['_gitConfigPath']?path['relative'](this[_0x50f379(0x118)],_0x56fbfb):null,'result':_0x1a0c76,'started_at':_0x11b448,'framework':_0x32a661[_0x50f379(0x12a)]};return _0x11bc6c;}catch(_0x1efdbb){logger['debug'](_0x50f379(0x116)+util[_0x50f379(0xee)](_0x1efdbb)+'\x20');}}async[a8_0x13e977(0xe7)](_0x437303,_0x36861c,_0x1c0b07,_0x51363e,_0x2a1f9c,_0x466ff7){const _0x5b3ef2=a8_0x13e977,_0x441385={'apTsD':function(_0x3faa08,_0x4730f2){return _0x3faa08===_0x4730f2;},'jlHJv':_0x5b3ef2(0xb0),'EuxIs':function(_0x34fc88,_0x294ecf,_0x3e34dc){return _0x34fc88(_0x294ecf,_0x3e34dc);},'KBDNI':_0x5b3ef2(0xbf),'CRBPY':'uri','wXUdj':_0x5b3ef2(0x110)};try{const _0xbb35da=_0x51363e[_0x5b3ef2(0x127)](_0xa0d816=>_0xa0d816['id']===_0x2a1f9c);if(!_0xbb35da['hookId'])return;const _0xc9355d=this[_0x5b3ef2(0xf1)](_0x51363e,_0xbb35da),_0x4b5e0f=this['getHookRunEventData'](_0x437303,_0x36861c,_0x1c0b07,_0xbb35da,_0x466ff7,_0xc9355d);if(!_0x4b5e0f)return;_0x441385[_0x5b3ef2(0xbb)](_0x1c0b07,_0x441385['jlHJv'])&&(hooksMap[_0x36861c]?hooksMap[_0x36861c][_0x5b3ef2(0xef)](_0x4b5e0f):hooksMap[_0x36861c]=[_0x4b5e0f]);const _0x5288d6=_0x437303[_0x5b3ef2(0xc5)][_0x5b3ef2(0x127)](_0x1a565f=>_0x1a565f['id']===_0xbb35da[_0x5b3ef2(0xdd)]),_0x123d50=_0x441385[_0x5b3ef2(0xd6)](nestedKeyValue,_0x5288d6,[_0x441385['KBDNI'],_0x441385['CRBPY']]);if(!_0x123d50)return;else{if(_0x123d50[_0x5b3ef2(0x10b)](_0x441385[_0x5b3ef2(0x122)]))return;}const _0x271c31={};_0x271c31['event_type']=_0x1c0b07,_0x271c31[_0x5b3ef2(0xc7)]=_0x4b5e0f;const _0x2f2fe7=_0x271c31;await SessionHandler['uploadEventData'](_0x2f2fe7);}catch(_0x1c2dd2){logger[_0x5b3ef2(0x114)](_0x5b3ef2(0x12c)+util[_0x5b3ef2(0xee)](_0x1c2dd2)+'\x20');}}[a8_0x13e977(0x126)](_0x503230,_0x618430){const _0x251570=a8_0x13e977,_0x579b20={};_0x579b20[_0x251570(0xd3)]=function(_0x5a3929,_0x9f3a62){return _0x5a3929===_0x9f3a62;},_0x579b20[_0x251570(0x10d)]=_0x251570(0xff),_0x579b20[_0x251570(0x107)]=_0x251570(0xc4),_0x579b20['CcoxT']=_0x251570(0xb4),_0x579b20['GjBBd']=function(_0x399653,_0x591ee0){return _0x399653||_0x591ee0;};const _0x1fa280=_0x579b20,_0x457404=_0x503230[_0x251570(0xf6)][_0x618430]['testStepResult'];let _0x2e6fb0,_0x1ade6c;return _0x457404&&_0x1fa280[_0x251570(0xd3)](_0x457404['status'][_0x251570(0x139)]()[_0x251570(0xb9)](),_0x1fa280[_0x251570(0x10d)])&&(_0x2e6fb0=_0x1fa280['tBQpB'](_0x457404[_0x251570(0xb1)],undefined)?_0x457404['message']:_0x457404['exception'][_0x251570(0xe3)],_0x1ade6c=_0x1fa280['tBQpB'](_0x457404[_0x251570(0xb1)],undefined)?_0x1fa280['WxePa']:_0x457404[_0x251570(0xe3)][_0x251570(0x129)](/Assert/)?_0x1fa280['CcoxT']:_0x1fa280[_0x251570(0x107)]),{'status':_0x457404['status'][_0x251570(0xb9)](),'failureType':_0x1fa280[_0x251570(0xc2)](_0x1ade6c,null),'failureData':!_0x2e6fb0?null:[_0x2e6fb0]};}[a8_0x13e977(0xf1)](_0x2f74e4,_0x23e4f5){const _0x24ee74=a8_0x13e977,_0x32dfc8={};_0x32dfc8[_0x24ee74(0xb8)]=function(_0x494120,_0x40c989){return _0x494120===_0x40c989;},_0x32dfc8[_0x24ee74(0xf0)]=_0x24ee74(0x103),_0x32dfc8[_0x24ee74(0x13c)]=_0x24ee74(0x108);const _0x4c88ec=_0x32dfc8;let _0x3b8beb=![];for(const _0x151f68 of _0x2f74e4){_0x151f68['pickleStepId']&&(_0x3b8beb=!![]);if(_0x4c88ec[_0x24ee74(0xb8)](_0x23e4f5['id'],_0x151f68['id']))return _0x3b8beb?_0x4c88ec[_0x24ee74(0xf0)]:_0x4c88ec['dNrFk'];}}[a8_0x13e977(0x119)]=(_0x277f65,_0x59347d)=>{const _0x577112=a8_0x13e977,_0x2246cd={};_0x2246cd[_0x577112(0x128)]=function(_0xea8bad,_0x574d94){return _0xea8bad===_0x574d94;},_0x2246cd[_0x577112(0x132)]=function(_0x4fc2a4,_0x1522d9){return _0x4fc2a4>_0x1522d9;};const _0x8cbebc=_0x2246cd;if(!(_0x59347d[_0x577112(0xd7)]&&_0x8cbebc[_0x577112(0x132)](_0x59347d[_0x577112(0xd7)][_0x577112(0x121)],0x1)))return;const _0xd72a9f=_0x59347d['astNodeIds'][0x0],_0x471afb=_0x59347d[_0x577112(0xd7)][0x1],_0xeb6c97=_0x277f65[_0x577112(0xb7)]&&_0x277f65[_0x577112(0xb7)][_0x577112(0xce)]?_0x277f65[_0x577112(0xb7)][_0x577112(0xce)]:undefined;let _0x23deb1=[];_0xeb6c97&&_0xeb6c97[_0x577112(0x104)](_0x362698=>{const _0x20a47f=_0x577112,_0x1de7b4={'SydJr':function(_0x28e5c1,_0x20155f){return _0x8cbebc['wLqbE'](_0x28e5c1,_0x20155f);}};if(_0x362698[_0x20a47f(0xe4)])_0x362698['rule']['children'][_0x20a47f(0x104)](_0x5707e2=>{const _0x1ba846=_0x20a47f;if(_0x5707e2['scenario']&&_0x1de7b4[_0x1ba846(0x13b)](_0x5707e2[_0x1ba846(0x10e)]['id'],_0xd72a9f)&&_0x5707e2[_0x1ba846(0x10e)][_0x1ba846(0x11f)]){const _0x1e667f=_0x5707e2[_0x1ba846(0x10e)][_0x1ba846(0x11f)]['flatMap'](_0x79bbc0=>_0x79bbc0[_0x1ba846(0xf7)])[_0x1ba846(0x127)](_0x14257c=>_0x14257c['id']===_0x471afb);let _0x331370;_0x1e667f&&_0x1e667f[_0x1ba846(0xc8)]?_0x331370=_0x1e667f[_0x1ba846(0xc8)][_0x1ba846(0x11c)](_0x1fa980=>_0x1fa980[_0x1ba846(0x137)]):_0x331370=[],_0x331370&&(_0x23deb1=_0x331370);}});else{if(_0x362698[_0x20a47f(0x10e)]&&_0x8cbebc[_0x20a47f(0x128)](_0x362698[_0x20a47f(0x10e)]['id'],_0xd72a9f)&&_0x362698[_0x20a47f(0x10e)]['examples']){const _0x8d5d53=_0x362698[_0x20a47f(0x10e)]['examples'][_0x20a47f(0xc6)](_0xcff205=>_0xcff205[_0x20a47f(0xf7)])[_0x20a47f(0x127)](_0x33fa95=>_0x33fa95['id']===_0x471afb);let _0x144896;_0x8d5d53&&_0x8d5d53[_0x20a47f(0xc8)]?_0x144896=_0x8d5d53[_0x20a47f(0xc8)][_0x20a47f(0x11c)](_0x59b52d=>_0x59b52d['value']):_0x144896=[],_0x144896&&(_0x23deb1=_0x144896);}}});if(_0x23deb1[_0x577112(0x121)])return _0x23deb1;return;};async[a8_0x13e977(0xe0)](){const _0x1d1a1e=a8_0x13e977,_0x5af9c7={'XUAaY':function(_0x18fb4f){return _0x18fb4f();}};if(this[_0x1d1a1e(0xfc)])return this[_0x1d1a1e(0x118)];const _0x22e1d7=await _0x5af9c7['XUAaY'](getGitMetaData);_0x22e1d7&&(this[_0x1d1a1e(0x118)]=_0x22e1d7[_0x1d1a1e(0x113)]),this[_0x1d1a1e(0xfc)]=!![];}}module[a8_0x13e977(0x117)]=o11yClassErrorHandler(TestObservabilityReporter,[a8_0x13e977(0xe0),a8_0x13e977(0x119),a8_0x13e977(0xf1),a8_0x13e977(0x126),a8_0x13e977(0xe7),a8_0x13e977(0xe5),a8_0x13e977(0xaf)]);
@@ -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_0x17502c=a9_0x18aa;(function(_0x261944,_0x4391e5){const _0x11fbb1=a9_0x18aa,_0x263830=_0x261944();while(!![]){try{const _0x1d1e24=-parseInt(_0x11fbb1(0x234))/0x1*(parseInt(_0x11fbb1(0x1eb))/0x2)+parseInt(_0x11fbb1(0x207))/0x3*(-parseInt(_0x11fbb1(0x202))/0x4)+-parseInt(_0x11fbb1(0x1d9))/0x5+parseInt(_0x11fbb1(0x22c))/0x6*(-parseInt(_0x11fbb1(0x221))/0x7)+-parseInt(_0x11fbb1(0x206))/0x8*(parseInt(_0x11fbb1(0x203))/0x9)+parseInt(_0x11fbb1(0x223))/0xa+-parseInt(_0x11fbb1(0x1e0))/0xb*(-parseInt(_0x11fbb1(0x25c))/0xc);if(_0x1d1e24===_0x4391e5)break;else _0x263830['push'](_0x263830['shift']());}catch(_0x4633d6){_0x263830['push'](_0x263830['shift']());}}}(a9_0x28d3,0xa6b4e));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require(a9_0x17502c(0x255)),setKeepAlive=require(a9_0x17502c(0x20d)),util=require(a9_0x17502c(0x24a)),PerformanceTester=require(a9_0x17502c(0x1e7)),{commandRepository}=require(a9_0x17502c(0x222)),cucumberModule=requireModule(a9_0x17502c(0x209),'@cucumber/cucumber'),logger=require(a9_0x17502c(0x1ef))[a9_0x17502c(0x25d)],{shouldProcessEventForTesthub}=require(a9_0x17502c(0x22f)),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require(a9_0x17502c(0x1ce)),TestDetails=require('../playwright/reporter/test-details.js'),RequestQueueHandler=require(a9_0x17502c(0x20c)),{o11yErrorHandler}=require(a9_0x17502c(0x201)),MyReporter=require('../playwright/reporter/reporter.js'),SessionHandler=require(a9_0x17502c(0x1f7)),scripts=require(a9_0x17502c(0x250)),globals=require(a9_0x17502c(0x1de)),testHubConstants=require(a9_0x17502c(0x25b)),{shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),{isUndefined}=require('lodash'),a9_0x3a1aa9={};a9_0x3a1aa9[a9_0x17502c(0x1ea)]=undefined,a9_0x3a1aa9[a9_0x17502c(0x275)]={},a9_0x3a1aa9['o11ySyncDone']=![],a9_0x3a1aa9[a9_0x17502c(0x275)]['id']=undefined,a9_0x3a1aa9[a9_0x17502c(0x275)]['testInfo']=undefined;const workerDetails=a9_0x3a1aa9;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x1d60a3){const _0x44330c=a9_0x17502c,_0x2d7ee4=workerDetails[_0x44330c(0x275)]['testInfo'];if(!_0x2d7ee4)return;await MyReporter[_0x44330c(0x220)](_0x2d7ee4,_0x1d60a3);}),registerListeners=()=>{const _0x20fe8c=a9_0x17502c,_0x27568d={};_0x27568d[_0x20fe8c(0x264)]=_0x20fe8c(0x253);const _0x51270d=_0x27568d;logger[_0x20fe8c(0x1f1)](_0x51270d['fvWnC']),process[_0x20fe8c(0x257)](_0x20fe8c(0x247)+process[_0x20fe8c(0x205)]),process['on'](_0x20fe8c(0x247)+process[_0x20fe8c(0x205)],sendTestLog),PerformanceTester[_0x20fe8c(0x1f6)]();};modifyCommand(),setKeepAlive();const Before=cucumberModule[a9_0x17502c(0x22b)],After=cucumberModule[a9_0x17502c(0x21e)],AfterAll=cucumberModule[a9_0x17502c(0x204)],BeforeAll=cucumberModule[a9_0x17502c(0x24f)],AfterStep=cucumberModule['AfterStep'],configuration=process[a9_0x17502c(0x24d)][a9_0x17502c(0x259)],bstackConfig=process[a9_0x17502c(0x24d)]['BSTACK_CONFIG'];if(configuration!==undefined){const config=JSON[a9_0x17502c(0x258)](configuration);isBrowserstackInfra()?(global[a9_0x17502c(0x25e)]=isTrue(config['skipSessionName']),global[a9_0x17502c(0x23a)]=isTrue(config[a9_0x17502c(0x23d)])):(global[a9_0x17502c(0x25e)]=!![],global[a9_0x17502c(0x23a)]=!![]),shouldProcessEventForTesthub()?require(a9_0x17502c(0x215))['browserstackAgentV2'](config,null,!![]):require(a9_0x17502c(0x215))[a9_0x17502c(0x1f2)](config),global[a9_0x17502c(0x26e)]=config[a9_0x17502c(0x1f8)]||{};}function a9_0x18aa(_0x279851,_0x1e83bc){const _0x28d3a3=a9_0x28d3();return a9_0x18aa=function(_0x18aadc,_0x518b4b){_0x18aadc=_0x18aadc-0x1ca;let _0x470b2a=_0x28d3a3[_0x18aadc];return _0x470b2a;},a9_0x18aa(_0x279851,_0x1e83bc);}if(bstackConfig!==undefined){const browserStackConfig=JSON['parse'](bstackConfig);browserStackConfig&&(commandRepository['setConfig'](browserStackConfig),commandRepository[a9_0x17502c(0x22a)](a9_0x17502c(0x24b)));}function a9_0x28d3(){const _0x3655dc=['SxKip','Inside\x20browserstack\x20After','testCaseStartedId','__skipSessionStatus','stopMonitoring','wFNrl','skipSessionStatus','BROWSERSTACK_TESTHUB_JWT','pLuBp','name','cNyQe','shutdown','getTestUUID','tAzwl','toLowerCase',',\x22level\x22:\x20\x22','bs:addLog:','AcLRk','\x20|\x20','util','cucumber-js','toString','env','Passed','BeforeAll','../../helpers/accessibility-automation/scripts','getInstance','isAccessibilityPlatform','Inside\x20browserstack\x20registerListeners','eAyhm','../../helpers/helper','CBTSessionCreated','removeAllListeners','parse','CONFIG','join','../../helpers/testhub/constants.js','12tgiLWj','winstonLogger','__skipSessionName','uploadEventData','pickleStep','setGlobal','tags','message','fvWnC','text','getId','__drivers','Serhq','Error:\x20in\x20After\x20Step\x20for\x20driver\x20','uuid','jBKkb','format','XJLPS','__platformCaps','GOtHl','finally','saveTestResults','sZtOf','nCwCK','shift','currentTest','getGlobal','Inside\x20browserstack\x20AfterStep','thTestRunUuid','pickle','EOUte','../../helpers/test-observability/utils','result','thBuildUuid','push','\x22}}','failed','UpZSa','map','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','__timeout','Error:\x20in\x20quitting\x20driver\x20','5752875toetKd','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20','Xqhqd','event_type','session_','../../helpers/globals','quitCount_','21884214NXvgPJ','length','KgGzd','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','then','executeAsyncScript','../../helpers/performance/performance-tester','error','bstackA11yShouldScan','workerInfo','386jrUvII','Error:\x20at\x20After:\x20','thJwtToken','status','../../helpers/logger','__error_messages__','debug','browserstackAgentV2','setTestNameForHealingContext','integrations','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','startMonitoring','../../helpers/test-observability/sessionHandler','platformCaps','IoUhb','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','ENV_VAR','Performing\x20scan\x20before\x20saving\x20results','Wwddi','JXYLt','xnVpI','pxbKw','../../helpers/test-observability/error-handler','4VUBtud','29331canqgE','AfterAll','pid','616qkDMQj','486339rzuccM','oyQOv','@cucumber/cucumber/lib/index.js','VvHZC','info','../../helpers/test-observability/requestQueueHandler','../../helpers/setKeepAlive','timeout','xILUb','bjody','jVCZF','aydhy','\x0aError:\x20','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','../../index','Failed:\x20','setDefaultTimeout','urMlb','Error:\x20cleaning\x20up\x20driver:\x20','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','Error:\x20sendPlatformDetails\x20at\x20After:\x20','wGcNj','AboIG','After','passed','addTestUIDAndReportLog','21yLSKaL','../../helpers/ai-sdk/autoHealHelper','13596570iyKiys','0|1|2|4|3','executeScript','Inside\x20browserstack\x20AfterAll','Inside\x20browserstack\x20BeforeAll','__sessionFailed','RTVfi','setFramework','Before','1770318ELyilr','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20','stringify','../../helpers/testhub/utils','kLhgx','testInfo','bstack','initQuit','1127pFwbJX','driverCleanup','RBuzR'];a9_0x28d3=function(){return _0x3655dc;};return a9_0x28d3();}global[a9_0x17502c(0x1d7)]=0x0;const __setDefaultTimeout=cucumberModule[a9_0x17502c(0x217)];cucumberModule[a9_0x17502c(0x217)]=_0x19c74f=>{const _0x14ed71={'mIiZe':function(_0x53e95c,_0x114db0){return _0x53e95c(_0x114db0);}};global['__timeout']=_0x19c74f,_0x14ed71['mIiZe'](__setDefaultTimeout,_0x19c74f);};const a9_0x54982a={};a9_0x54982a[a9_0x17502c(0x240)]=a9_0x17502c(0x232),BeforeAll(a9_0x54982a,function(){const _0x3ecd79=a9_0x17502c,_0xb94a3d={'AcLRk':function(_0x400691,_0xd9f1f0,_0x3550e2,_0x233f1e){return _0x400691(_0xd9f1f0,_0x3550e2,_0x233f1e);},'wGcNj':'failed','FbpPF':_0x3ecd79(0x249),'niuUx':function(_0x427f87,_0x4b9943,_0x500ad2){return _0x427f87(_0x4b9943,_0x500ad2);},'GOtHl':'passed','SxKip':_0x3ecd79(0x227),'kLhgx':function(_0x5385d7){return _0x5385d7();},'VvHZC':function(_0x5d4f9e,_0x20d91c){return _0x5d4f9e(_0x20d91c);}};PerformanceTester['startMonitoring'](),logger['debug'](_0xb94a3d[_0x3ecd79(0x237)]),global[_0x3ecd79(0x1f0)]=[],global[_0x3ecd79(0x228)]=![],_0xb94a3d[_0x3ecd79(0x230)](shouldProcessEventForTesthub)&&(_0xb94a3d['kLhgx'](registerListeners),_0xb94a3d[_0x3ecd79(0x20a)](addRequestSpy,![])),global['driverCleanup']=async()=>{const _0x2b9de4=_0x3ecd79;let _0x532955=![];try{await global[_0x2b9de4(0x267)][0x0][_0x2b9de4(0x1dd)],_0x532955=!![],global['__sessionFailed']?await _0xb94a3d[_0x2b9de4(0x248)](markSessionStatus,global['__drivers'][0x0],_0xb94a3d[_0x2b9de4(0x21c)],global[_0x2b9de4(0x1f0)][_0x2b9de4(0x25a)](_0xb94a3d['FbpPF'])):await _0xb94a3d['niuUx'](markSessionStatus,global[_0x2b9de4(0x267)][0x0],_0xb94a3d[_0x2b9de4(0x26f)]);}catch(_0x43a622){logger[_0x2b9de4(0x1f1)](_0x2b9de4(0x219)+_0x43a622);}global[_0x2b9de4(0x1f0)]=[],global[_0x2b9de4(0x228)]=![];if(_0x532955)try{await global['__drivers'][0x0]['initQuit'](),global[_0x2b9de4(0x267)][0x0][_0x2b9de4(0x1dd)][_0x2b9de4(0x1e5)](_0x27b24c=>{const _0x5d1ac4=_0x2b9de4;logger[_0x5d1ac4(0x1f1)](_0x5d1ac4(0x1d8)+_0x27b24c[_0x5d1ac4(0x266)]());});}catch(_0x3ce51b){logger[_0x2b9de4(0x1f1)](_0x2b9de4(0x1e3)+_0x3ce51b);}};});const a9_0x583e10={};a9_0x583e10[a9_0x17502c(0x240)]=a9_0x17502c(0x232),a9_0x583e10[a9_0x17502c(0x20e)]=0x2710,Before(a9_0x583e10,function(_0x2dcce4,_0x24fbb5){const _0x451eb7=a9_0x17502c,_0x2f5580={'GYICB':function(_0xd4c459,_0x1c8340){return _0xd4c459>_0x1c8340;},'UpZSa':function(_0x44a77c,_0x2b671c){return _0x44a77c>_0x2b671c;},'yTvMV':function(_0x46779b,_0x339dfb){return _0x46779b(_0x339dfb);},'RBuzR':function(_0x5b9861,_0x3b3fc3,_0x317534,_0x26b8c1){return _0x5b9861(_0x3b3fc3,_0x317534,_0x26b8c1);},'eLgvD':'bstackA11yShouldScan','Serhq':function(_0x2ef777){return _0x2ef777();},'bjody':'Inside\x20browserstack\x20Before'};commandRepository[_0x451eb7(0x1f3)](_0x2dcce4[_0x451eb7(0x1cc)][_0x451eb7(0x240)]),logger['debug'](_0x2f5580[_0x451eb7(0x210)]),new Promise(async _0x30b0df=>{const _0x55cef4=_0x451eb7;try{_0x2f5580['GYICB'](global['__drivers'][_0x55cef4(0x1e1)],0x1)&&(await global['driverCleanup'](),global['__drivers'][_0x55cef4(0x274)]()),global[_0x55cef4(0x267)][0x0]['quitCount_']&&_0x2f5580[_0x55cef4(0x1d4)](global[_0x55cef4(0x267)][0x0][_0x55cef4(0x1df)],0x0)&&await global[_0x55cef4(0x235)]();}catch(_0x2db85f){logger[_0x55cef4(0x1f1)](_0x55cef4(0x21a)+_0x2db85f);}workerDetails[_0x55cef4(0x275)][_0x55cef4(0x231)]=_0x2dcce4[_0x55cef4(0x239)];try{if(!_0x2f5580['yTvMV'](isUndefined,_0x2dcce4[_0x55cef4(0x1cc)][_0x55cef4(0x262)])){const _0x1f50c7=_0x2f5580[_0x55cef4(0x236)](shouldScanTestForAccessibility,null,![],_0x2dcce4[_0x55cef4(0x1cc)][_0x55cef4(0x262)][_0x55cef4(0x1d5)](({name:_0x35abd0})=>_0x35abd0));globals[_0x55cef4(0x261)](_0x2f5580['eLgvD'],_0x1f50c7);}}catch(_0x1b4b86){logger[_0x55cef4(0x1f1)](_0x55cef4(0x22d)+util[_0x55cef4(0x26c)](_0x1b4b86));}_0x2f5580[_0x55cef4(0x268)](_0x30b0df);})[_0x451eb7(0x270)](_0x24fbb5);});const a9_0x10857e={};a9_0x10857e[a9_0x17502c(0x240)]=a9_0x17502c(0x232),a9_0x10857e[a9_0x17502c(0x20e)]=0x2710,After(a9_0x10857e,function(_0x441838,_0x1996a5){const _0x385191=a9_0x17502c,_0x4a3585={'Xqhqd':_0x385191(0x224),'JXYLt':function(_0x4d57bc,_0xbfebb4){return _0x4d57bc>_0xbfebb4;},'jgYVp':function(_0x48776d,_0x4c0168){return _0x48776d===_0x4c0168;},'oyQOv':_0x385191(0x1d3),'aFOmP':function(_0x3bdb61,_0x375692){return _0x3bdb61===_0x375692;},'jBKkb':function(_0x16b43e,_0x442c9d,_0x3d573a,_0x2dface){return _0x16b43e(_0x442c9d,_0x3d573a,_0x2dface);},'RTVfi':_0x385191(0x249),'pLuBp':function(_0x4e4ebd,_0xdd08ed,_0x32fc9d){return _0x4e4ebd(_0xdd08ed,_0x32fc9d);},'NYhls':_0x385191(0x21f),'IoUhb':function(_0x11242c){return _0x11242c();},'CXTFw':_0x385191(0x256),'LLGYk':_0x385191(0x252),'vkrDG':_0x385191(0x1e9),'urMlb':_0x385191(0x1f5),'XJLPS':_0x385191(0x1fc),'KveMB':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','aEkJZ':function(_0x3abd0c){return _0x3abd0c();},'ajXkQ':_0x385191(0x238)};logger[_0x385191(0x1f1)](_0x4a3585['ajXkQ']),workerDetails[_0x385191(0x275)][_0x385191(0x231)]=_0x441838[_0x385191(0x239)],new Promise(async _0x3f14d0=>{const _0x422527=_0x385191;let _0x48a48e=![];try{const _0x59ce14=_0x4a3585[_0x422527(0x1db)]['split']('|');let _0x7c3247=0x0;while(!![]){switch(_0x59ce14[_0x7c3247++]){case'0':_0x4a3585[_0x422527(0x1fe)](global[_0x422527(0x267)][_0x422527(0x1e1)],0x1)&&(await global[_0x422527(0x235)](),global[_0x422527(0x267)][_0x422527(0x274)](),global[_0x422527(0x1f0)]=[],global[_0x422527(0x228)]=![]);continue;case'1':await global[_0x422527(0x267)][0x0]['session_'];continue;case'2':_0x48a48e=!![];continue;case'3':if(_0x4a3585['jgYVp'](_0x441838['result'][_0x422527(0x1ee)][_0x422527(0x24c)]()[_0x422527(0x245)](),_0x4a3585[_0x422527(0x208)])||_0x4a3585['aFOmP'](_0x441838[_0x422527(0x1cf)][_0x422527(0x1ee)][_0x422527(0x24c)]()[_0x422527(0x245)](),'6')){try{global['__error_messages__'][_0x422527(0x1d1)](_0x441838[_0x422527(0x1cf)][_0x422527(0x263)]);}catch(_0x182452){logger[_0x422527(0x1f1)](_0x422527(0x1e4)+_0x182452);}await _0x4a3585[_0x422527(0x26b)](markSessionStatus,global[_0x422527(0x267)][0x0],_0x4a3585[_0x422527(0x208)],global[_0x422527(0x1f0)][_0x422527(0x25a)](_0x4a3585[_0x422527(0x229)]));}else await _0x4a3585[_0x422527(0x23f)](markSessionStatus,global['__drivers'][0x0],_0x4a3585['NYhls']);continue;case'4':!global[_0x422527(0x25e)]&&await global[_0x422527(0x267)][0x0][_0x422527(0x225)](_0x422527(0x1d6)+_0x441838[_0x422527(0x1cc)][_0x422527(0x240)]+_0x422527(0x1d2));continue;}break;}}catch(_0xfbda9f){logger['debug'](_0x422527(0x1ec)+util['format'](_0xfbda9f));}try{if(_0x4a3585[_0x422527(0x1f9)](shouldProcessEventForTesthub)){const _0x5337fa=TestDetails[_0x422527(0x243)](_0x441838[_0x422527(0x239)]),_0x1f361c=await _0x4a3585['jBKkb'](sendPlatformDetails,global['__drivers'][0x0],_0x5337fa,!![]),_0x2f707c={};_0x2f707c[_0x422527(0x26a)]=_0x5337fa,_0x2f707c[_0x422527(0x1f4)]=_0x1f361c;const _0x149350=_0x2f707c,_0x25dbb6={};_0x25dbb6[_0x422527(0x1dc)]=_0x4a3585['CXTFw'],_0x25dbb6['test_run']=_0x149350,await SessionHandler[_0x422527(0x25f)](_0x25dbb6);}}catch(_0x3e0779){logger['debug'](_0x422527(0x21b)+util['format'](_0x3e0779));}try{if(globals[_0x422527(0x276)](_0x4a3585['LLGYk'])&&globals[_0x422527(0x276)](_0x4a3585['vkrDG'])){logger[_0x422527(0x20b)](_0x4a3585[_0x422527(0x218)]);const _0x31fb1a=TestDetails[_0x422527(0x243)](_0x441838[_0x422527(0x239)]),_0x56e257={};_0x56e257[_0x422527(0x1cb)]=_0x31fb1a,_0x56e257[_0x422527(0x1d0)]=process[_0x422527(0x24d)][testHubConstants[_0x422527(0x1fb)]['BROWSERSTACK_TESTHUB_UUID']],_0x56e257[_0x422527(0x1ed)]=process[_0x422527(0x24d)][testHubConstants[_0x422527(0x1fb)][_0x422527(0x23e)]];const _0x54ba36=_0x56e257;logger[_0x422527(0x1f1)](_0x422527(0x214)+JSON[_0x422527(0x22e)](_0x54ba36)),logger[_0x422527(0x1f1)](_0x4a3585[_0x422527(0x26d)]),logger['debug'](util['format'](await global[_0x422527(0x267)][0x0][_0x422527(0x1e6)](scripts['performScan'],{'method':global['browserstackSessionName']}))),await global['__drivers'][0x0][_0x422527(0x1e6)](scripts[_0x422527(0x271)],_0x54ba36),logger[_0x422527(0x20b)](_0x4a3585['KveMB']);}}catch(_0x20ca67){logger[_0x422527(0x1e8)](_0x422527(0x1da)+util[_0x422527(0x26c)]);}if(_0x48a48e)try{global[_0x422527(0x267)][0x0]&&_0x4a3585[_0x422527(0x1fe)](global[_0x422527(0x267)][0x0][_0x422527(0x1df)],0x0)&&await global['__drivers'][0x0][_0x422527(0x233)]();}catch(_0x5be4bb){logger['debug']('Error:\x20quiting\x20driver\x20at\x20After:\x20'+_0x5be4bb);}_0x4a3585['aEkJZ'](_0x3f14d0);})['finally'](()=>_0x1996a5());});const a9_0x13722b={};a9_0x13722b[a9_0x17502c(0x240)]='bstack',a9_0x13722b[a9_0x17502c(0x20e)]=0x2710,AfterStep(a9_0x13722b,function(_0x5941b7,_0x1da3fb){const _0x3fe9b7=a9_0x17502c,_0x2ab336={'xNKNw':function(_0x23b754,_0x29f9b2){return _0x23b754===_0x29f9b2;},'aydhy':_0x3fe9b7(0x1d3),'bCREH':function(_0x248205,_0xb5dbe8){return _0x248205===_0xb5dbe8;},'pxbKw':function(_0x4cfe0a,_0x53a3eb){return _0x4cfe0a!==_0x53a3eb;},'tAzwl':function(_0x30c18f,_0x282de0,_0x4948af){return _0x30c18f(_0x282de0,_0x4948af);},'eAyhm':function(_0xbcb10c,_0x4b9b39){return _0xbcb10c+_0x4b9b39;},'FdUKM':function(_0x4010e8,_0x451b6d){return _0x4010e8+_0x451b6d;},'EOUte':_0x3fe9b7(0x216),'cNyQe':_0x3fe9b7(0x213),'xILUb':'error','xnVpI':function(_0x5730b8,_0x47d78a,_0x30194d){return _0x5730b8(_0x47d78a,_0x30194d);},'Wwddi':function(_0x4beb3f,_0x3c34db){return _0x4beb3f+_0x3c34db;},'AboIG':'Passed:\x20','nCwCK':'info','wFNrl':function(_0x402dae,_0x1b2904,_0x570dce){return _0x402dae(_0x1b2904,_0x570dce);},'sZtOf':_0x3fe9b7(0x24e),'ZFHQB':function(_0x4d1a26){return _0x4d1a26();},'jVCZF':_0x3fe9b7(0x1ca)};logger['debug'](_0x2ab336[_0x3fe9b7(0x211)]);const _0x23355f=async(_0x3b954f,_0x4f286a)=>{const _0x5a4bca=_0x3fe9b7;await global['__drivers'][0x0]['executeScript'](_0x5a4bca(0x1fa)+_0x3b954f+_0x5a4bca(0x246)+_0x4f286a+_0x5a4bca(0x1d2));};new Promise(async _0x4596e9=>{const _0x116da3=_0x3fe9b7;try{_0x2ab336['xNKNw'](_0x5941b7[_0x116da3(0x1cf)]['status'][_0x116da3(0x24c)]()[_0x116da3(0x245)](),_0x2ab336[_0x116da3(0x212)])||_0x2ab336['bCREH'](_0x5941b7[_0x116da3(0x1cf)]['status']['toString']()[_0x116da3(0x245)](),'6')?(global[_0x116da3(0x228)]=!![],global['__error_messages__'][_0x116da3(0x1d1)](_0x5941b7[_0x116da3(0x1cf)][_0x116da3(0x263)]),_0x2ab336[_0x116da3(0x200)](_0x5941b7[_0x116da3(0x260)],undefined)?await _0x2ab336[_0x116da3(0x244)](_0x23355f,JSON[_0x116da3(0x22e)](_0x2ab336[_0x116da3(0x254)](_0x2ab336['eAyhm'](_0x2ab336['FdUKM'](_0x2ab336[_0x116da3(0x1cd)],'\x22'+_0x5941b7[_0x116da3(0x260)]['text']+'\x22\x20'),_0x2ab336[_0x116da3(0x241)]),_0x5941b7[_0x116da3(0x1cf)]['message'])),_0x2ab336[_0x116da3(0x20f)]):await _0x2ab336['tAzwl'](_0x23355f,JSON['stringify'](_0x2ab336[_0x116da3(0x254)](_0x2ab336[_0x116da3(0x1cd)],_0x5941b7[_0x116da3(0x1cf)][_0x116da3(0x263)])),_0x2ab336[_0x116da3(0x20f)])):_0x2ab336['pxbKw'](_0x5941b7['pickleStep'],undefined)?await _0x2ab336[_0x116da3(0x1ff)](_0x23355f,JSON[_0x116da3(0x22e)](_0x2ab336[_0x116da3(0x1fd)](_0x2ab336[_0x116da3(0x21d)],'\x22'+_0x5941b7[_0x116da3(0x260)][_0x116da3(0x265)]+'\x22')),_0x2ab336['nCwCK']):await _0x2ab336[_0x116da3(0x23c)](_0x23355f,JSON[_0x116da3(0x22e)](_0x2ab336[_0x116da3(0x272)]),_0x2ab336[_0x116da3(0x273)]),global[_0x116da3(0x267)][0x0][_0x116da3(0x1dd)]['then'](_0x4ff7ce=>{const _0x164b3e=_0x116da3;logger[_0x164b3e(0x1f1)](_0x164b3e(0x269)+_0x4ff7ce[_0x164b3e(0x266)]());});}catch(_0x49e549){logger['debug']('Error:\x20at\x20After\x20Step:\x20'+_0x49e549);}_0x2ab336['ZFHQB'](_0x4596e9);})[_0x3fe9b7(0x270)](()=>_0x1da3fb());});const a9_0x534b1d={};a9_0x534b1d[a9_0x17502c(0x240)]=a9_0x17502c(0x232),a9_0x534b1d['timeout']=0x7530,AfterAll(a9_0x534b1d,async function(_0x275bf2,_0x43189d){const _0x5c6218=a9_0x17502c,_0x2950fd={'YFZQa':function(_0x2e8839){return _0x2e8839();},'KgGzd':_0x5c6218(0x226)};logger[_0x5c6218(0x1f1)](_0x2950fd[_0x5c6218(0x1e2)]),await new Promise(async _0x109e49=>{const _0x265486=_0x5c6218;await RequestQueueHandler[_0x265486(0x251)]()[_0x265486(0x242)](),PerformanceTester[_0x265486(0x23b)](),await global['driverCleanup'](),_0x2950fd['YFZQa'](_0x109e49);});});
@@ -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_0x26f7be=a10_0x12ed;(function(_0x62cabd,_0x12b828){const _0x56eb7f=a10_0x12ed,_0xbf05d0=_0x62cabd();while(!![]){try{const _0x2b19c7=-parseInt(_0x56eb7f(0x18b))/0x1*(-parseInt(_0x56eb7f(0x1aa))/0x2)+parseInt(_0x56eb7f(0x187))/0x3*(parseInt(_0x56eb7f(0x18f))/0x4)+parseInt(_0x56eb7f(0x191))/0x5*(-parseInt(_0x56eb7f(0x1b3))/0x6)+parseInt(_0x56eb7f(0x192))/0x7+parseInt(_0x56eb7f(0x1ad))/0x8+parseInt(_0x56eb7f(0x19e))/0x9+-parseInt(_0x56eb7f(0x1a2))/0xa;if(_0x2b19c7===_0x12b828)break;else _0xbf05d0['push'](_0xbf05d0['shift']());}catch(_0x30f4d0){_0xbf05d0['push'](_0xbf05d0['shift']());}}}(a10_0x2efd,0xca5c5));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require('../../helpers/helper'),setKeepAlive=require('../../helpers/setKeepAlive'),cucumberModule=requireModule(a10_0x26f7be(0x17f),a10_0x26f7be(0x18e)),logger=require(a10_0x26f7be(0x1a8))[a10_0x26f7be(0x19c)];modifyCommand(),setKeepAlive();const Before=cucumberModule[a10_0x26f7be(0x1b0)],After=cucumberModule[a10_0x26f7be(0x1a0)],configuration=process[a10_0x26f7be(0x1a4)]['CONFIG'];if(configuration!==undefined){const config=JSON[a10_0x26f7be(0x1a9)](configuration);isTrue(config[a10_0x26f7be(0x193)])&&(global['__skipSessionName']=!![]),global['__skipSessionStatus']=isTrue(config[a10_0x26f7be(0x198)]),require(a10_0x26f7be(0x197))[a10_0x26f7be(0x19d)](config),global[a10_0x26f7be(0x19b)]=config[a10_0x26f7be(0x199)]||{};}global[a10_0x26f7be(0x18a)]=0x0;function a10_0x2efd(){const _0x1c6c07=['../../index','skipSessionStatus','platformCaps','toLowerCase','__platformCaps','winstonLogger','browserstackAgentV2','10415439OLIYpv','Error:\x20setting\x20status\x20at\x20After:\x20','After','pickle','27933650shnvUJ','timeout','env','session_','uvnKh','then','../../helpers/logger','parse','2680RczFkr','__error_messages__','__driver','2307136OMhsTe','debug','Ifsef','Before','executeScript','Error:\x20quiting\x20at\x20After:\x20','38436vrVSYT','Inside\x20browserstack\x20After','setDefaultTimeout','failed','cucumber/lib/index.js','join','nGNGF','name','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','bstack','yaqQc','\x22}}','2809062oKkBtw','qAthi','QEiDz','__timeout','1093DsuIPL','status','khqic','cucumber','4eMhYRv','result','830JdxXMi','5872951EBHjcw','skipSessionName','jCnEl','fnkzJ','Inside\x20browserstack\x20Before'];a10_0x2efd=function(){return _0x1c6c07;};return a10_0x2efd();}const __setDefaultTimeout=cucumberModule[a10_0x26f7be(0x17d)];cucumberModule['setDefaultTimeout']=_0x22dd6e=>{const _0x1df2c0=a10_0x26f7be,_0x48a218={'uvnKh':function(_0x21d77a,_0x283be8){return _0x21d77a(_0x283be8);}};global['__timeout']=_0x22dd6e,_0x48a218[_0x1df2c0(0x1a6)](__setDefaultTimeout,_0x22dd6e);};const a10_0x46a0b2={};a10_0x46a0b2[a10_0x26f7be(0x182)]=a10_0x26f7be(0x184),Before(a10_0x46a0b2,function(){const _0x2f3efb=a10_0x26f7be,_0x2fe375={};_0x2fe375['yaqQc']=_0x2f3efb(0x196);const _0x114c52=_0x2fe375;logger['debug'](_0x114c52[_0x2f3efb(0x185)]),global[_0x2f3efb(0x1ab)]=[];});function a10_0x12ed(_0x4ed83e,_0xef06cf){const _0x2efd99=a10_0x2efd();return a10_0x12ed=function(_0x12ede3,_0x49f087){_0x12ede3=_0x12ede3-0x17d;let _0xe30799=_0x2efd99[_0x12ede3];return _0xe30799;},a10_0x12ed(_0x4ed83e,_0xef06cf);}const a10_0x408494={};a10_0x408494['name']='bstack',a10_0x408494[a10_0x26f7be(0x1a3)]=0x2710,After(a10_0x408494,function(_0x2e45ca,_0x326cbb){const _0x5c8d87=a10_0x26f7be,_0x5a3348={'nGNGF':function(_0x2a73e0,_0x42f72a){return _0x2a73e0===_0x42f72a;},'fnkzJ':_0x5c8d87(0x17e),'Ifsef':function(_0x37837e,_0xdcc26a,_0x46824f,_0xef19a6){return _0x37837e(_0xdcc26a,_0x46824f,_0xef19a6);},'QEiDz':'\x20|\x20','ZLuIr':function(_0x42eb9e,_0x5e6878,_0x3cc902){return _0x42eb9e(_0x5e6878,_0x3cc902);},'jCnEl':'passed','qAthi':function(_0x1fa30a){return _0x1fa30a();},'dcybp':function(_0x38032f,_0x4891b9){return _0x38032f(_0x4891b9);},'khqic':_0x5c8d87(0x1b4)};logger[_0x5c8d87(0x1ae)](_0x5a3348[_0x5c8d87(0x18d)]),new Promise(async(_0x4414d8,_0x23a3ec)=>{const _0x4f28f6=_0x5c8d87;let _0x5e9928=![];try{await global[_0x4f28f6(0x1ac)][_0x4f28f6(0x1a5)],_0x5e9928=!![],!global['__skipSessionName']&&await global['__driver'][_0x4f28f6(0x1b1)](_0x4f28f6(0x183)+_0x2e45ca[_0x4f28f6(0x1a1)][_0x4f28f6(0x182)]+_0x4f28f6(0x186)),_0x5a3348[_0x4f28f6(0x181)](_0x2e45ca[_0x4f28f6(0x190)][_0x4f28f6(0x18c)][_0x4f28f6(0x19a)](),_0x5a3348[_0x4f28f6(0x195)])?await _0x5a3348[_0x4f28f6(0x1af)](markSessionStatus,global[_0x4f28f6(0x1ac)],_0x5a3348[_0x4f28f6(0x195)],global[_0x4f28f6(0x1ab)][_0x4f28f6(0x180)](_0x5a3348[_0x4f28f6(0x189)])):await _0x5a3348['ZLuIr'](markSessionStatus,global[_0x4f28f6(0x1ac)],_0x5a3348[_0x4f28f6(0x194)]);}catch(_0x1e2c5b){logger[_0x4f28f6(0x1ae)](_0x4f28f6(0x19f)+_0x1e2c5b);}if(_0x5e9928)try{await global[_0x4f28f6(0x1ac)]['initQuit'](),_0x5a3348[_0x4f28f6(0x188)](_0x4414d8);}catch(_0x1e438f){logger['debug'](_0x4f28f6(0x1b2)+_0x1e438f),_0x5a3348['dcybp'](_0x23a3ec,_0x1e438f);}else _0x5a3348[_0x4f28f6(0x188)](_0x23a3ec);})[_0x5c8d87(0x1a7)](()=>_0x326cbb());});
@@ -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_0x48b2(_0x89651,_0x2eb101){const _0x45b460=a11_0x45b4();return a11_0x48b2=function(_0x48b289,_0x36f0ad){_0x48b289=_0x48b289-0x158;let _0x1c7045=_0x45b460[_0x48b289];return _0x1c7045;},a11_0x48b2(_0x89651,_0x2eb101);}function a11_0x45b4(){const _0x1249af=['cucumber','627235amCSma','462510lYArgn','2152bDpHWm','953739ddVVCK','526962XvOYJi','3605EfUUAv','../../helpers/helper','../utils/constants','BSTACK_DELTA','__timeout','1476630dMTVwG','setDefaultTimeout','1sSfLHz','@cucumber/cucumber/lib/index.js','1408516rDwLEW','20RFAFuN'];a11_0x45b4=function(){return _0x1249af;};return a11_0x45b4();}const a11_0x456024=a11_0x48b2;(function(_0x5e00c3,_0x45d59b){const _0x764801=a11_0x48b2,_0xcf49f4=_0x5e00c3();while(!![]){try{const _0x1c3e5e=-parseInt(_0x764801(0x15f))/0x1*(parseInt(_0x764801(0x168))/0x2)+-parseInt(_0x764801(0x167))/0x3+parseInt(_0x764801(0x161))/0x4+parseInt(_0x764801(0x164))/0x5+parseInt(_0x764801(0x15d))/0x6+-parseInt(_0x764801(0x158))/0x7*(-parseInt(_0x764801(0x166))/0x8)+-parseInt(_0x764801(0x165))/0x9*(parseInt(_0x764801(0x162))/0xa);if(_0x1c3e5e===_0x45d59b)break;else _0xcf49f4['push'](_0xcf49f4['shift']());}catch(_0x5f7f9d){_0xcf49f4['push'](_0xcf49f4['shift']());}}}(a11_0x45b4,0x2b77a));const {requireModule}=require(a11_0x456024(0x159)),constants=require(a11_0x456024(0x15a));;let cucumberModule=null;try{cucumberModule=requireModule(a11_0x456024(0x160),'@cucumber/cucumber');}catch(a11_0x3f8171){cucumberModule=requireModule('cucumber/lib/index.js',a11_0x456024(0x163));}cucumberModule[a11_0x456024(0x15e)](constants[a11_0x456024(0x15b)]+global[a11_0x456024(0x15c)]*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_0x403d32=a12_0x496a;function a12_0x496a(_0x53f0ba,_0x2dbe0a){const _0x479034=a12_0x4790();return a12_0x496a=function(_0x496a01,_0x52b111){_0x496a01=_0x496a01-0x1d3;let _0x44fb32=_0x479034[_0x496a01];return _0x44fb32;},a12_0x496a(_0x53f0ba,_0x2dbe0a);}(function(_0x115c8c,_0x18a191){const _0x66b016=a12_0x496a,_0x369ebd=_0x115c8c();while(!![]){try{const _0x10bdbc=parseInt(_0x66b016(0x1e1))/0x1+parseInt(_0x66b016(0x1fd))/0x2*(-parseInt(_0x66b016(0x202))/0x3)+-parseInt(_0x66b016(0x1d8))/0x4+-parseInt(_0x66b016(0x215))/0x5+-parseInt(_0x66b016(0x1de))/0x6*(parseInt(_0x66b016(0x1e2))/0x7)+parseInt(_0x66b016(0x210))/0x8+-parseInt(_0x66b016(0x208))/0x9*(-parseInt(_0x66b016(0x1f0))/0xa);if(_0x10bdbc===_0x18a191)break;else _0x369ebd['push'](_0x369ebd['shift']());}catch(_0x1f7c5d){_0x369ebd['push'](_0x369ebd['shift']());}}}(a12_0x4790,0x69a61));function a12_0x4790(){const _0x31ccfc=['describe','integrations','type','replace','../../helpers/BrowserStackSetup','invalid','Hosts\x20not\x20valid','winstonLogger','help','error','4NcCHgD','mSYMk','only','accessKey','../../helpers/logger','914829klyicf','NVphq','vxmHD','eqkqE','localIdentifier','protocol','189PDthNK','integrations-repeater','../../helpers/helper','demandCommand','hosts','root','undefined','aRYss','5236080DzDHUx','yyjvW','browserStackLocalOptions','browserstackLocal','WufVZ','2774625sDewhj','cotgQ','missing','Integration\x20hosts\x20missing.','toString','./constants','bstack-accesskey','config','LtcmK','JzbFi','BrowserStack\x20access\x20key\x20missing.','trim','3336904RulKyi','xEIcz','command','bstackAccessKey','Cvaml','setProxySettings','42hOzXyJ','bstackAccesskey','oduyo','14202jkTlAm','298718kQrKyi','options','map','split','usage','connect','exports','demandOption','WlotV','url','YAQPK','setupBrowserstackLocal','https:','every','981800FDiQif','port','443'];a12_0x4790=function(){return _0x31ccfc;};return a12_0x4790();}const {default:BrowserStackSetup}=require(a12_0x403d32(0x1f7)),logger=require(a12_0x403d32(0x201))[a12_0x403d32(0x1fa)],{URL}=require(a12_0x403d32(0x1eb)),helper=require(a12_0x403d32(0x20a)),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x403d32(0x21a)),validHosts=function(_0x5e5780){const _0x4d47b6=a12_0x403d32;return _0x5e5780[_0x4d47b6(0x1e5)](',')[_0x4d47b6(0x1ef)](_0x5dbd3b=>{const _0x963159=_0x4d47b6;try{new URL(_0x5dbd3b[_0x963159(0x1d7)]());}catch(_0x466317){return![];}return!![];});},parseOnPremHosts=function(_0x1a4edb){const _0x4b1f72=a12_0x403d32,_0x4f5cca={};_0x4f5cca[_0x4b1f72(0x205)]=function(_0x5437f1,_0x408337){return _0x5437f1===_0x408337;},_0x4f5cca[_0x4b1f72(0x216)]=_0x4b1f72(0x1ee),_0x4f5cca[_0x4b1f72(0x1e0)]=_0x4b1f72(0x1f2),_0x4f5cca[_0x4b1f72(0x1d5)]=function(_0x40d824,_0x1caa5){return _0x40d824===_0x1caa5;},_0x4f5cca[_0x4b1f72(0x214)]='https';const _0x1f6c91=_0x4f5cca;return _0x1a4edb[_0x4b1f72(0x1e5)](',')[_0x4b1f72(0x1e4)](_0x2516e2=>{const _0x25c56a=_0x4b1f72,_0x5da357=new URL(_0x2516e2['trim']()),_0x38c13e=_0x5da357['hostname'],_0x472d48=_0x5da357[_0x25c56a(0x1f1)]||(_0x1f6c91[_0x25c56a(0x205)](_0x5da357[_0x25c56a(0x207)],_0x1f6c91[_0x25c56a(0x216)])?_0x1f6c91['oduyo']:'80'),_0x88858b=_0x5da357[_0x25c56a(0x207)][_0x25c56a(0x1f6)](':',''),_0x5932ac=_0x1f6c91['JzbFi'](_0x88858b,_0x1f6c91[_0x25c56a(0x214)])?0x1:0x0;return _0x38c13e+','+_0x472d48+','+_0x5932ac;});},connectCommandBuilder=function(_0x74ce29){const _0x156ac3=a12_0x403d32,_0x57847e={};_0x57847e[_0x156ac3(0x1d4)]='string';const _0x2fefc4=_0x57847e,_0x2b74c8={};_0x2b74c8[_0x156ac3(0x1f3)]=HELP_MESSAGES[_0x156ac3(0x1e3)][_0x156ac3(0x1db)],_0x2b74c8[_0x156ac3(0x1f5)]=_0x2fefc4[_0x156ac3(0x1d4)];const _0x4c722a={};_0x4c722a['describe']=HELP_MESSAGES[_0x156ac3(0x1e3)][_0x156ac3(0x20c)],_0x4c722a['type']=_0x2fefc4[_0x156ac3(0x1d4)],_0x4c722a[_0x156ac3(0x1e9)]=!![];const _0x3958b9={};return _0x3958b9[_0x156ac3(0x21b)]=_0x2b74c8,_0x3958b9[_0x156ac3(0x20c)]=_0x4c722a,_0x74ce29['options'](_0x3958b9);},connectCommandHandler=async function(_0x5ec399){const _0x1245e7=a12_0x403d32,_0x2e9ee8={'JSYte':_0x1245e7(0x1f4),'yyjvW':function(_0x22bacb,_0x38ff3a){return _0x22bacb===_0x38ff3a;},'xEIcz':_0x1245e7(0x20e),'RdBgL':_0x1245e7(0x1d6),'YAQPK':function(_0xf32b62,_0x4d1ede){return _0xf32b62===_0x4d1ede;},'NVphq':_0x1245e7(0x218),'mSYMk':function(_0x14a21f,_0x88197a){return _0x14a21f(_0x88197a);},'Cvaml':_0x1245e7(0x1f9),'WlotV':_0x1245e7(0x209),'TRAAv':'Connection\x20established\x20successfully.','tPmHZ':'Failed\x20to\x20establish\x20connection.'};try{const _0x258b13=new BrowserStackSetup(_0x5ec399,_0x2e9ee8['JSYte']);_0x5ec399['bstackAccesskey']&&(_0x258b13[_0x1245e7(0x1d3)][_0x1245e7(0x200)]=_0x5ec399[_0x1245e7(0x1df)]);if(_0x2e9ee8[_0x1245e7(0x211)](typeof _0x258b13['config']['accessKey'],_0x2e9ee8[_0x1245e7(0x1d9)])){logger[_0x1245e7(0x1fc)](_0x2e9ee8['RdBgL']);throw new Error(ERROR_MESSAGES[_0x1245e7(0x1db)][_0x1245e7(0x217)]);}const _0x4c1ce4=_0x5ec399[_0x1245e7(0x20c)];if(_0x2e9ee8[_0x1245e7(0x1ec)](typeof _0x4c1ce4,_0x2e9ee8['xEIcz'])){logger[_0x1245e7(0x1fc)](_0x2e9ee8[_0x1245e7(0x203)]);throw new Error(ERROR_MESSAGES[_0x1245e7(0x20c)][_0x1245e7(0x217)]);}if(!_0x2e9ee8[_0x1245e7(0x1fe)](validHosts,_0x4c1ce4)){logger['error'](_0x2e9ee8[_0x1245e7(0x1dc)]);throw new Error(ERROR_MESSAGES[_0x1245e7(0x20c)][_0x1245e7(0x1f8)]);}const _0x4b57e5=_0x2e9ee8[_0x1245e7(0x1fe)](parseOnPremHosts,_0x4c1ce4);_0x258b13[_0x1245e7(0x1d3)][_0x1245e7(0x213)]=!![],_0x258b13[_0x1245e7(0x1d3)][_0x1245e7(0x212)][_0x1245e7(0x206)]=_0x2e9ee8[_0x1245e7(0x1ea)],_0x258b13[_0x1245e7(0x1d3)][_0x1245e7(0x212)][_0x1245e7(0x1ff)]=_0x4b57e5['join'](','),helper[_0x1245e7(0x1dd)](_0x258b13[_0x1245e7(0x1d3)]),await _0x258b13[_0x1245e7(0x1ed)](),logger['info'](_0x2e9ee8['TRAAv']);}catch(_0x1f5360){logger[_0x1245e7(0x1fc)](_0x2e9ee8['tPmHZ']);throw new Error(_0x1f5360[_0x1245e7(0x219)]());}};function run(_0x74faff){const _0x562d3c=a12_0x403d32,_0x58255d={};_0x58255d[_0x562d3c(0x204)]=_0x562d3c(0x1e7),_0x58255d[_0x562d3c(0x20f)]=_0x562d3c(0x1fb);const _0x1e6f7f=_0x58255d;_0x74faff[_0x562d3c(0x1e6)](HELP_MESSAGES[_0x562d3c(0x1da)][_0x562d3c(0x20d)])['command'](_0x1e6f7f['vxmHD'],HELP_MESSAGES[_0x562d3c(0x1da)][_0x562d3c(0x1e7)],connectCommandBuilder,connectCommandHandler)[_0x562d3c(0x20b)]()['help'](_0x1e6f7f['aRYss'])['epilogue'](HELP_MESSAGES['command']['footer']);}module[a12_0x403d32(0x1e8)]=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_0x1d386c=a13_0x21ea;(function(_0x1460cb,_0x5ca79e){var _0x216bcb=a13_0x21ea,_0x1dd83f=_0x1460cb();while(!![]){try{var _0x167945=parseInt(_0x216bcb(0xe2))/0x1*(-parseInt(_0x216bcb(0xdb))/0x2)+parseInt(_0x216bcb(0xd6))/0x3*(parseInt(_0x216bcb(0xdf))/0x4)+parseInt(_0x216bcb(0xe7))/0x5*(parseInt(_0x216bcb(0xe3))/0x6)+parseInt(_0x216bcb(0xd3))/0x7+-parseInt(_0x216bcb(0xd5))/0x8*(-parseInt(_0x216bcb(0xe6))/0x9)+parseInt(_0x216bcb(0xe8))/0xa+-parseInt(_0x216bcb(0xda))/0xb;if(_0x167945===_0x5ca79e)break;else _0x1dd83f['push'](_0x1dd83f['shift']());}catch(_0x21f299){_0x1dd83f['push'](_0x1dd83f['shift']());}}}(a13_0xe77b,0xa7efb));var a13_0x4f8304={};function a13_0xe77b(){var _0x508341=['11427889FKjYkg','220nfVfRm','connect','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','footer','76EkSQpr','root','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.','6856GTvjav','6hEFSJG','HELP_MESSAGES','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','153iLbkCa','209605yNbkiz','8581180JuinxV','invalid','bstackAccessKey','command','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','2946748rMkKhH','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','434296EbncMD','37428fBGhkx','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','hosts','missing'];a13_0xe77b=function(){return _0x508341;};return a13_0xe77b();}a13_0x4f8304[a13_0x1d386c(0xea)]=a13_0x1d386c(0xe5),a13_0x4f8304[a13_0x1d386c(0xd8)]='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_0x5689e1={};a13_0x5689e1[a13_0x1d386c(0xe0)]=a13_0x1d386c(0xd4),a13_0x5689e1[a13_0x1d386c(0xdc)]=a13_0x1d386c(0xdd),a13_0x5689e1[a13_0x1d386c(0xde)]='Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.';var a13_0x24d062={};a13_0x24d062['options']=a13_0x4f8304,a13_0x24d062[a13_0x1d386c(0xeb)]=a13_0x5689e1,exports[a13_0x1d386c(0xe4)]=a13_0x24d062;function a13_0x21ea(_0x339365,_0x536d56){var _0xe77b85=a13_0xe77b();return a13_0x21ea=function(_0x21ea5c,_0x4e4792){_0x21ea5c=_0x21ea5c-0xd3;var _0x2a316e=_0xe77b85[_0x21ea5c];return _0x2a316e;},a13_0x21ea(_0x339365,_0x536d56);}var a13_0x308588={};a13_0x308588[a13_0x1d386c(0xd9)]=a13_0x1d386c(0xd7);var a13_0x1f7457={};a13_0x1f7457[a13_0x1d386c(0xd9)]=a13_0x1d386c(0xec),a13_0x1f7457[a13_0x1d386c(0xe9)]=a13_0x1d386c(0xe1);var a13_0x57cf4a={};a13_0x57cf4a[a13_0x1d386c(0xea)]=a13_0x308588,a13_0x57cf4a[a13_0x1d386c(0xd8)]=a13_0x1f7457,exports['ERROR_MESSAGES']=a13_0x57cf4a;