browserstack-node-sdk 1.34.2 → 1.34.4

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 (126) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/start.js +1 -1
  18. package/ats/src/commands/start_commands/grid.js +1 -1
  19. package/ats/src/commands/stop.js +1 -1
  20. package/ats/src/commands/stop_commands/grid.js +1 -1
  21. package/ats/src/config/constants.js +1 -1
  22. package/ats/src/config/logger.js +1 -1
  23. package/ats/src/index.js +1 -1
  24. package/ats/src/utils/AWSUtils.js +1 -1
  25. package/ats/src/utils/createAutoscalerStack.js +1 -1
  26. package/ats/src/utils/createClusterStack.js +1 -1
  27. package/ats/src/utils/createk8sClient.js +1 -1
  28. package/ats/src/utils/deleteStack.js +1 -1
  29. package/ats/src/utils/gridComponents.js +1 -1
  30. package/ats/src/utils/hstUtils.js +1 -1
  31. package/ats/src/utils/instrumentationUtils.js +1 -1
  32. package/ats/src/utils/userInput.js +1 -1
  33. package/ats/src/utils/utilityMethods.js +1 -1
  34. package/ats/src/utils/webSocketUtils.js +1 -1
  35. package/package.json +1 -1
  36. package/src/ai-sdk-node/bundle.js +1 -1
  37. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  38. package/src/bin/codeceptjs/command.js +1 -1
  39. package/src/bin/codeceptjs/helper.js +1 -1
  40. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  41. package/src/bin/cucumber-js/command.js +1 -1
  42. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  43. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  44. package/src/bin/cucumber-js/test-observability.js +1 -1
  45. package/src/bin/cucumber-js/test.setup.js +1 -1
  46. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  47. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  48. package/src/bin/integrations/command.js +1 -1
  49. package/src/bin/integrations/constants.js +1 -1
  50. package/src/bin/jest/command.js +1 -1
  51. package/src/bin/jest/customImplements/customCircus.js +1 -1
  52. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  53. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  54. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  55. package/src/bin/jest/jest.setup.js +1 -1
  56. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  57. package/src/bin/jest/test-observability/helper.js +1 -1
  58. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  59. package/src/bin/jest/test-observability/test-details.js +1 -1
  60. package/src/bin/jest/test_before.setup.js +1 -1
  61. package/src/bin/launcher/launcher.js +1 -1
  62. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  63. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  64. package/src/bin/mocha/command.js +1 -1
  65. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  66. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  67. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  68. package/src/bin/mocha/test.setup.js +1 -1
  69. package/src/bin/nightwatch/command.js +1 -1
  70. package/src/bin/playwright/accessibility-helper.js +1 -1
  71. package/src/bin/playwright/command.js +1 -1
  72. package/src/bin/playwright/globalSetup.js +1 -1
  73. package/src/bin/playwright/mock-process.js +1 -1
  74. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  75. package/src/bin/playwright/patches.js +1 -1
  76. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  77. package/src/bin/playwright/reporter/reporter.js +1 -1
  78. package/src/bin/playwright/reporter/test-details.js +1 -1
  79. package/src/bin/playwright/sessionDetails.js +1 -1
  80. package/src/bin/runner.js +1 -1
  81. package/src/bin/setup.js +1 -1
  82. package/src/bin/test-runner/index.js +1 -1
  83. package/src/bin/test-runner/runTest.js +1 -1
  84. package/src/bin/test-runner/testWorker.js +1 -1
  85. package/src/bin/utils/constants.js +1 -1
  86. package/src/bin/utils/log4jsAppender.js +1 -1
  87. package/src/bin/utils/logPatcher.js +1 -1
  88. package/src/bin/utils/logReportingAPI.js +1 -1
  89. package/src/bin/vanilla-js/command.js +1 -1
  90. package/src/browserStackSdk.js +1 -1
  91. package/src/helpers/BrowserStackSetup.js +1 -1
  92. package/src/helpers/accessibility-automation/constants.js +1 -1
  93. package/src/helpers/accessibility-automation/helper.js +1 -1
  94. package/src/helpers/accessibility-automation/scripts.js +1 -1
  95. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  96. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  97. package/src/helpers/ats/constants.js +1 -1
  98. package/src/helpers/ats/helper.js +1 -1
  99. package/src/helpers/capsMapping.js +1 -1
  100. package/src/helpers/globals.js +1 -1
  101. package/src/helpers/helper.js +1 -1
  102. package/src/helpers/logger.js +1 -1
  103. package/src/helpers/patchHelpers.js +1 -1
  104. package/src/helpers/percy/Percy.js +1 -1
  105. package/src/helpers/percy/PercyBinary.js +1 -1
  106. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  107. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  108. package/src/helpers/percy/PercySDK.js +1 -1
  109. package/src/helpers/percy/index.js +1 -1
  110. package/src/helpers/percy/utils.js +1 -1
  111. package/src/helpers/performance-tester.js +1 -1
  112. package/src/helpers/request-spy.js +1 -1
  113. package/src/helpers/setKeepAlive.js +1 -1
  114. package/src/helpers/test-observability/constants.js +1 -1
  115. package/src/helpers/test-observability/error-handler.js +1 -1
  116. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  117. package/src/helpers/test-observability/sessionHandler.js +1 -1
  118. package/src/helpers/test-observability/utils.js +1 -1
  119. package/src/helpers/testhub/constants.js +1 -1
  120. package/src/helpers/testhub/testhubHandler.js +1 -1
  121. package/src/helpers/testhub/utils.js +1 -1
  122. package/src/helpers/timeoutPromise.js +1 -1
  123. package/src/helpers/utilities.js +1 -0
  124. package/src/helpers/w3cMapping.js +1 -1
  125. package/src/hubAllocationMethods.js +1 -1
  126. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a6_0x3a41fe=a6_0x4636;(function(_0x47f6a6,_0x24ef8b){const _0x3d9ad1=a6_0x4636,_0x2db284=_0x47f6a6();while(!![]){try{const _0x2e0b76=-parseInt(_0x3d9ad1(0x1d2))/0x1+parseInt(_0x3d9ad1(0x19f))/0x2+parseInt(_0x3d9ad1(0x189))/0x3*(-parseInt(_0x3d9ad1(0x20a))/0x4)+parseInt(_0x3d9ad1(0x21c))/0x5+-parseInt(_0x3d9ad1(0x1c1))/0x6+parseInt(_0x3d9ad1(0x1a2))/0x7*(parseInt(_0x3d9ad1(0x1fb))/0x8)+-parseInt(_0x3d9ad1(0x1ff))/0x9*(-parseInt(_0x3d9ad1(0x18c))/0xa);if(_0x2e0b76===_0x24ef8b)break;else _0x2db284['push'](_0x2db284['shift']());}catch(_0x3b9cfa){_0x2db284['push'](_0x2db284['shift']());}}}(a6_0x2a2a,0xa9902));const {requireModule,getPlatformName,nestedKeyValue,isUndefined}=require(a6_0x3a41fe(0x1d7)),util=require(a6_0x3a41fe(0x1b5)),{Formatter,formatterHelpers,Status}=requireModule(a6_0x3a41fe(0x1fe)),TestDetails=require(a6_0x3a41fe(0x1e8)),TestObservabilityReporter=require(a6_0x3a41fe(0x1ea)),{o11yClassErrorHandler}=require(a6_0x3a41fe(0x226)),{shouldProcessEventForTesthub}=require(a6_0x3a41fe(0x1b7)),testObservabilityReporter=new TestObservabilityReporter(),logger=require(a6_0x3a41fe(0x1b9))[a6_0x3a41fe(0x1ca)],_tests={},_testCasesData={};function a6_0x4636(_0x5b7393,_0x19f9d6){const _0x2a2a2d=a6_0x2a2a();return a6_0x4636=function(_0x4636b1,_0x30d164){_0x4636b1=_0x4636b1-0x181;let _0x584add=_0x2a2a2d[_0x4636b1];return _0x584add;},a6_0x4636(_0x5b7393,_0x19f9d6);}class BrowserstackFormatter extends Formatter{constructor(_0x314cac){const _0x1b23e6=a6_0x3a41fe,_0x5e8ab8={};_0x5e8ab8[_0x1b23e6(0x191)]=_0x1b23e6(0x217);const _0x2034e4=_0x5e8ab8;super(_0x314cac),_0x314cac[_0x1b23e6(0x1b4)]['on'](_0x2034e4[_0x1b23e6(0x191)],async _0x1b80ca=>{const _0x353d78=_0x1b23e6;switch(!![]){case!!_0x1b80ca[_0x353d78(0x1be)]:this[_0x353d78(0x1bb)]();break;case!!_0x1b80ca['testRunFinished']:this[_0x353d78(0x1ab)](_0x1b80ca[_0x353d78(0x1a0)]);break;case!!_0x1b80ca['testCaseStarted']:this[_0x353d78(0x20d)](_0x1b80ca['testCaseStarted'],_0x314cac,_0x1b80ca);break;case!!_0x1b80ca[_0x353d78(0x1ed)]:this[_0x353d78(0x229)](_0x1b80ca[_0x353d78(0x1ed)],_0x314cac,_0x1b80ca);break;case!!_0x1b80ca[_0x353d78(0x214)]:this['onTestStepStarted'](_0x1b80ca[_0x353d78(0x214)],_0x314cac);break;case!!_0x1b80ca[_0x353d78(0x208)]:this['onTestStepFinished'](_0x1b80ca['testStepFinished'],_0x314cac);break;}});}[a6_0x3a41fe(0x216)](_0x445961){const _0x58cdb9=a6_0x3a41fe,_0x31304a={'LeRwH':function(_0x5b9b0f,_0x29bad9){return _0x5b9b0f!==_0x29bad9;},'wBwIv':_0x58cdb9(0x1b0),'WrTRF':function(_0xfd75ef,_0x53b7eb){return _0xfd75ef+_0x53b7eb;},'igJqd':function(_0x183ad5,_0x2b64a0){return _0x183ad5+_0x2b64a0;},'yujAe':_0x58cdb9(0x1c5),'KvEMF':_0x58cdb9(0x184),'dJZTE':function(_0x1b0e1c,_0x21535e){return _0x1b0e1c===_0x21535e;},'SBfgS':_0x58cdb9(0x1ac),'dBAKb':function(_0x5ab966,_0x228d67,_0x392a3e){return _0x5ab966(_0x228d67,_0x392a3e);},'QWzCS':_0x58cdb9(0x207),'uTOaZ':_0x58cdb9(0x201),'hNykZ':function(_0x2c7621,_0x18ca87){return _0x2c7621+_0x18ca87;},'HfYGI':function(_0x4e6468,_0x5239f3){return _0x4e6468!==_0x5239f3;},'wWgHW':function(_0x5e6ca0,_0x53b3b6){return _0x5e6ca0+_0x53b3b6;},'cDdxU':function(_0x1a4c00,_0x1f06f9){return _0x1a4c00+_0x1f06f9;},'ZcKOb':function(_0x7bc822,_0x4dfe93){return _0x7bc822+_0x4dfe93;},'ZkqEE':function(_0x20153f,_0x227f77){return _0x20153f+_0x227f77;}};_0x31304a[_0x58cdb9(0x1fa)](global[_0x58cdb9(0x224)],undefined)&&this[_0x58cdb9(0x1f1)](_0x31304a[_0x58cdb9(0x1a6)](_0x31304a[_0x58cdb9(0x211)]('\x0a',global[_0x58cdb9(0x224)]),'\x0a'));const _0x359ff4=this[_0x58cdb9(0x195)][_0x58cdb9(0x1e5)](_0x445961[_0x58cdb9(0x1c6)]);this[_0x58cdb9(0x1f1)](_0x31304a[_0x58cdb9(0x1de)](_0x31304a[_0x58cdb9(0x1dc)](_0x31304a[_0x58cdb9(0x222)](_0x31304a[_0x58cdb9(0x211)]('\x20\x20',_0x359ff4[_0x58cdb9(0x1b2)]['feature'][_0x58cdb9(0x1aa)]),_0x31304a[_0x58cdb9(0x1e6)]),_0x359ff4[_0x58cdb9(0x1a4)][_0x58cdb9(0x1aa)]),'\x0a'));const _0x4792ad={};_0x4792ad[_0x58cdb9(0x1a8)]=this[_0x58cdb9(0x1a8)],_0x4792ad[_0x58cdb9(0x198)]=this['snippetBuilder'],_0x4792ad[_0x58cdb9(0x228)]=this[_0x58cdb9(0x228)],_0x4792ad[_0x58cdb9(0x200)]=_0x359ff4;const _0xd09573=formatterHelpers['parseTestCaseAttempt'](_0x4792ad);let _0x51e1cc=![];_0xd09573[_0x58cdb9(0x1c2)]['forEach'](_0x1eeab8=>{const _0xfbecea=_0x58cdb9;if(_0x31304a[_0xfbecea(0x20c)](_0x1eeab8[_0xfbecea(0x1aa)],_0x31304a[_0xfbecea(0x1af)])&&!this[_0xfbecea(0x1ec)](_0x1eeab8)){totalTests+=0x1,this[_0xfbecea(0x1f1)](_0x31304a[_0xfbecea(0x1d5)](_0x31304a[_0xfbecea(0x1d5)](_0x31304a[_0xfbecea(0x1d5)](_0x31304a[_0xfbecea(0x1d5)](_0x31304a[_0xfbecea(0x1a6)](_0x31304a[_0xfbecea(0x20f)],_0x1eeab8[_0xfbecea(0x19b)]),_0x1eeab8[_0xfbecea(0x210)]||''),_0x31304a[_0xfbecea(0x1e6)]),Status[_0x1eeab8[_0xfbecea(0x207)][_0xfbecea(0x1ae)]]),'\x0a')),this[_0xfbecea(0x1e2)](Status[_0x1eeab8[_0xfbecea(0x207)]['status']]);if(_0x31304a['dJZTE'](Status[_0x1eeab8['result'][_0xfbecea(0x1ae)]],_0x31304a['SBfgS'])){_0x51e1cc=!![];const _0x4cb90d=_0x31304a[_0xfbecea(0x1df)](nestedKeyValue,_0x1eeab8,[_0x31304a['QWzCS'],_0x31304a[_0xfbecea(0x1d6)]]);_0x4cb90d&&(testsErrorMessage[_0x31304a[_0xfbecea(0x1d5)](_0x31304a['igJqd'](_0x359ff4[_0xfbecea(0x1b2)][_0xfbecea(0x205)]['name'],_0x31304a[_0xfbecea(0x1e6)]),_0x359ff4[_0xfbecea(0x1a4)][_0xfbecea(0x1aa)])]=_0x4cb90d,this[_0xfbecea(0x1f1)](_0x31304a['hNykZ'](_0x4cb90d,'\x0a')));}}}),_0x51e1cc&&(testSuitesFailed+=0x1),this[_0x58cdb9(0x1f1)]('\x0a');}['logTestRunFinished'](_0x206679){}[a6_0x3a41fe(0x1ec)](_0x3be321){const _0x4c62c9=a6_0x3a41fe,_0x20abfb={};_0x20abfb[_0x4c62c9(0x1cc)]=function(_0x27c534,_0x2272ce){return _0x27c534!==_0x2272ce;},_0x20abfb[_0x4c62c9(0x1f0)]=_0x4c62c9(0x1c7);const _0x121440=_0x20abfb;if(_0x121440[_0x4c62c9(0x1cc)](_0x3be321[_0x4c62c9(0x18a)],undefined))return![];if(_0x3be321[_0x4c62c9(0x21d)]&&_0x3be321[_0x4c62c9(0x21d)][_0x4c62c9(0x1dd)]['includes'](_0x121440['xkQEL']))return!![];return![];}[a6_0x3a41fe(0x1e2)](_0x46f376){const _0x41c2c7=a6_0x3a41fe,_0x51a864={};_0x51a864['YbxmM']=_0x41c2c7(0x1ac),_0x51a864[_0x41c2c7(0x18b)]='PASSED',_0x51a864[_0x41c2c7(0x1e3)]='SKIPPED',_0x51a864[_0x41c2c7(0x1bc)]=_0x41c2c7(0x1e0),_0x51a864[_0x41c2c7(0x199)]=_0x41c2c7(0x1fd),_0x51a864[_0x41c2c7(0x1a1)]=_0x41c2c7(0x1e1),_0x51a864['mwWQT']=_0x41c2c7(0x20b);const _0x11ad5e=_0x51a864;switch(_0x46f376){case _0x11ad5e[_0x41c2c7(0x212)]:testsFailed+=0x1;break;case _0x11ad5e[_0x41c2c7(0x18b)]:testsPassed+=0x1;break;case _0x11ad5e[_0x41c2c7(0x1e3)]:testsSkipped+=0x1;break;case _0x11ad5e[_0x41c2c7(0x1bc)]:testsPending+=0x1;break;case _0x11ad5e['SpbKs']:testsUndefined+=0x1;break;case _0x11ad5e[_0x41c2c7(0x1a1)]:testsUnknown+=0x1;break;case _0x11ad5e['mwWQT']:testsAmbiguous+=0x1;break;default:break;}}[a6_0x3a41fe(0x1bb)](){const _0x537d3d=a6_0x3a41fe,_0x52f2b1={'nPEPK':function(_0x1ac1c7,_0x42ef4a){return _0x1ac1c7!==_0x42ef4a;},'XnsuJ':function(_0x2bd834,_0x2f5bd5){return _0x2bd834(_0x2f5bd5);},'VSnAm':function(_0x538a68,_0x4c0e20){return _0x538a68+_0x4c0e20;},'SqrTr':function(_0x396b38){return _0x396b38();}};let _0x5e2d0c;if(_0x52f2b1[_0x537d3d(0x204)](process[_0x537d3d(0x1a5)]['CONFIG'],undefined)){const _0x491a44=JSON[_0x537d3d(0x209)](process[_0x537d3d(0x1a5)]['CONFIG']);_0x5e2d0c=_0x491a44['capability'];}_0x52f2b1['nPEPK'](_0x5e2d0c,undefined)&&(global[_0x537d3d(0x224)]=_0x52f2b1[_0x537d3d(0x19c)](getPlatformName,_0x5e2d0c),this[_0x537d3d(0x1f1)](_0x52f2b1['VSnAm']('Executing\x20tests\x20for\x20'+global[_0x537d3d(0x224)],'\x0a'))),_0x52f2b1[_0x537d3d(0x1bf)](shouldProcessEventForTesthub)&&TestDetails[_0x537d3d(0x21f)]();}[a6_0x3a41fe(0x1ab)](_0x2c2c26){const _0x252ed4=a6_0x3a41fe;this[_0x252ed4(0x1c4)](_0x2c2c26);}async['onTestCaseStarted'](_0x3ede16,_0x558b65,_0x5eaabd){const _0x54c07f=a6_0x3a41fe,_0x18f98c={'NAbhU':function(_0x23842a,_0x301cb4){return _0x23842a(_0x301cb4);},'YhWdC':_0x54c07f(0x21a)};testSuites+=0x1;if(_0x18f98c['NAbhU'](shouldProcessEventForTesthub,_0x18f98c[_0x54c07f(0x1c3)]))try{const _0x9fc209=TestDetails[_0x54c07f(0x227)](_0x3ede16['id']),_0x2e3e33=_0x3ede16[_0x54c07f(0x181)],_0x368a7d=_0x558b65[_0x54c07f(0x195)][_0x54c07f(0x1ee)][_0x2e3e33],_0x1eacde=_0x368a7d[_0x54c07f(0x186)],_0x2011db=_0x558b65[_0x54c07f(0x195)][_0x54c07f(0x21e)][_0x1eacde],_0x42d8ae=this['getGherkinDocument'](_0x558b65,_0x2011db),_0x39864d={'uuid':_0x9fc209,'startedAt':new Date()[_0x54c07f(0x183)]()};if(_0x2011db){const _0x49e808={};_0x49e808[_0x54c07f(0x1aa)]=_0x2011db[_0x54c07f(0x1aa)],_0x39864d[_0x54c07f(0x18e)]=_0x49e808;}_tests[_0x2e3e33]=_0x39864d,await testObservabilityReporter[_0x54c07f(0x1f4)](_0x5eaabd,_0x42d8ae,_0x2011db,_0x18f98c[_0x54c07f(0x1c3)],_0x39864d,_0x5eaabd);}catch(_0x4a5c0d){logger[_0x54c07f(0x1b6)](_0x54c07f(0x1d8)+util[_0x54c07f(0x1f3)](_0x4a5c0d)+'\x20');}}async[a6_0x3a41fe(0x229)](_0x1761a5,_0x5cc850,_0x26eebf){const _0x4b01a7=a6_0x3a41fe,_0x2176ac={'wanwX':function(_0x55f180,_0x194663){return _0x55f180(_0x194663);},'KCvwK':_0x4b01a7(0x20e)};this[_0x4b01a7(0x216)](_0x1761a5);if(_0x2176ac[_0x4b01a7(0x1d4)](shouldProcessEventForTesthub,_0x2176ac[_0x4b01a7(0x1f8)]))try{_testCasesData[_0x26eebf['id']]={..._0x26eebf};const _0x155741=_0x1761a5['testCaseStartedId'],_0x358e8f=_0x5cc850[_0x4b01a7(0x195)]['testCaseAttemptDataMap'][_0x155741][_0x4b01a7(0x181)],_0x371b1a=_0x5cc850['eventDataCollector'][_0x4b01a7(0x1ee)][_0x358e8f],_0x4de00e=_0x371b1a[_0x4b01a7(0x186)],_0x115b54=_0x5cc850['eventDataCollector'][_0x4b01a7(0x21e)][_0x4de00e],_0x1654c0=this['getGherkinDocument'](_0x5cc850,_0x115b54),_0x2fdbf9=_tests[_0x358e8f];_0x2fdbf9&&(delete _tests[_0x358e8f],_0x2fdbf9[_0x4b01a7(0x18f)]=new Date()['toISOString']()),await testObservabilityReporter[_0x4b01a7(0x1f4)](_0x26eebf,_0x1654c0,_0x115b54,_0x2176ac[_0x4b01a7(0x1f8)],_0x2fdbf9,_0x26eebf);}catch(_0x27fd61){logger[_0x4b01a7(0x1b6)]('Exception\x20in\x20sending\x20onTestCaseFinished\x20event:\x20\x20'+util[_0x4b01a7(0x1f3)](_0x27fd61));}}async[a6_0x3a41fe(0x1a3)](_0x158e0e,_0x36d30a){const _0x54d062=a6_0x3a41fe,_0x16fcfa={'vzxyw':function(_0x16aa8a,_0x14092d){return _0x16aa8a(_0x14092d);},'klcMl':_0x54d062(0x213),'eEsYY':function(_0x2c088f,_0x53e4e0){return _0x2c088f!==_0x53e4e0;},'drlDO':_0x54d062(0x1f2)};if(_0x16fcfa['vzxyw'](shouldProcessEventForTesthub,_0x16fcfa['klcMl']))try{const _0x402b16=_0x158e0e[_0x54d062(0x1c6)],_0x1887e7=_0x36d30a[_0x54d062(0x195)][_0x54d062(0x190)][_0x402b16]['testCaseId'],_0x33f865=_0x36d30a[_0x54d062(0x195)]['testCaseMap']?.[_0x1887e7],_0x57b68c=_0x33f865?.[_0x54d062(0x186)],_0x377ed1=_0x36d30a[_0x54d062(0x195)][_0x54d062(0x21e)]?.[_0x57b68c],_0x2352ad=_0x158e0e?.[_0x54d062(0x1f2)],_0x2db4bb=_0x33f865?.[_0x54d062(0x1c2)],_0x52fa82=this[_0x54d062(0x195)][_0x54d062(0x1e5)](_0x402b16),_0x4441b2=_0x2db4bb[_0x54d062(0x225)](_0x10e58c=>_0x10e58c['id']===_0x2352ad)[_0x54d062(0x206)],_0x58d4a9=_0x377ed1['steps']['find'](_0x203798=>_0x203798['id']===_0x4441b2);if(_0x4441b2&&_0x16fcfa[_0x54d062(0x1b3)](_tests[_0x1887e7]?.[_0x16fcfa[_0x54d062(0x1f9)]],_0x2352ad)){_tests[_0x1887e7][_0x16fcfa[_0x54d062(0x1f9)]]=_0x2352ad;const _0x3d4b0d={};_0x3d4b0d[_0x54d062(0x1c0)]=[];const _0xa5345c=_tests[_0x1887e7]||_0x3d4b0d;_0xa5345c&&!_0xa5345c['steps']&&(_0xa5345c['steps']=[]),_0xa5345c[_0x54d062(0x1c0)]?.[_0x54d062(0x1d1)]({'id':_0x58d4a9['id'],'text':_0x58d4a9[_0x54d062(0x210)],'started_at':new Date()[_0x54d062(0x183)]()}),_tests[_0x1887e7]=_0xa5345c;}const _0x2b926a=this[_0x54d062(0x194)](_0x2db4bb['find'](_0x3639aa=>_0x3639aa['id']===_0x2352ad),_0x52fa82['pickle'][_0x54d062(0x1dd)]);!_0x2b926a&&await testObservabilityReporter[_0x54d062(0x1cd)](_0x52fa82,_0x16fcfa[_0x54d062(0x1e7)],_tests[_0x1887e7],_0x158e0e);}catch(_0x2cca67){logger[_0x54d062(0x1b6)](_0x54d062(0x1ba)+util[_0x54d062(0x1f3)](_0x2cca67));}}async['onTestStepFinished'](_0x1f3dc5,_0x83f0af){const _0x2fb98a=a6_0x3a41fe,_0x245a45={'eusWy':function(_0x256942,_0x46826d){return _0x256942===_0x46826d;},'mNiyd':_0x2fb98a(0x21b),'gClrB':function(_0x33722e,_0x385f1f){return _0x33722e(_0x385f1f);},'EXCHo':'HookRunFinished','VwQaN':function(_0x502f5e,_0x2abcce){return _0x502f5e===_0x2abcce;},'YdeHJ':_0x2fb98a(0x1b1),'OTvoL':function(_0x27966a,_0x295020){return _0x27966a===_0x295020;},'VQVjn':function(_0x4430d3,_0x1c88f2){return _0x4430d3===_0x1c88f2;},'QkBwO':_0x2fb98a(0x19a),'mVZIx':_0x2fb98a(0x1f2)};if(_0x245a45[_0x2fb98a(0x182)](shouldProcessEventForTesthub,_0x245a45['EXCHo']))try{const _0xba0cc7=_0x1f3dc5[_0x2fb98a(0x1c6)],_0x2e8d89=_0x83f0af[_0x2fb98a(0x195)][_0x2fb98a(0x190)][_0xba0cc7]['testCaseId'],_0x1ced7b=_0x83f0af['eventDataCollector'][_0x2fb98a(0x1ee)][_0x2e8d89],_0x1f664c=_0x1ced7b['pickleId'],_0xcb9a85=_0x83f0af[_0x2fb98a(0x195)]['pickleMap'][_0x1f664c],_0x6a50a2=_0x1f3dc5[_0x2fb98a(0x1f2)],_0x3350a2=_0x1ced7b[_0x2fb98a(0x1c2)],_0x4f31f3=this[_0x2fb98a(0x195)][_0x2fb98a(0x1e5)](_0xba0cc7),_0x9e816c=_0x3350a2['find'](_0x510d96=>_0x510d96['id']===_0x6a50a2)[_0x2fb98a(0x206)];let _0x16c8df,_0x29a149;_0x245a45[_0x2fb98a(0x1c8)](_0x1f3dc5[_0x2fb98a(0x188)]?.[_0x2fb98a(0x1ae)][_0x2fb98a(0x1ad)]()[_0x2fb98a(0x1db)](),_0x245a45[_0x2fb98a(0x219)])&&(_0x16c8df=_0x245a45[_0x2fb98a(0x1b8)](_0x1f3dc5[_0x2fb98a(0x188)]?.[_0x2fb98a(0x1a7)],undefined)?_0x1f3dc5[_0x2fb98a(0x188)]?.[_0x2fb98a(0x201)]:_0x1f3dc5['testStepResult']?.[_0x2fb98a(0x1a7)]?.[_0x2fb98a(0x201)],_0x29a149=_0x245a45['VQVjn'](_0x1f3dc5[_0x2fb98a(0x188)]?.[_0x2fb98a(0x1a7)],undefined)?_0x245a45[_0x2fb98a(0x1cf)]:_0x1f3dc5[_0x2fb98a(0x188)]?.[_0x2fb98a(0x201)]);const _0x4acc5d=this['checkHookURI'](_0x3350a2[_0x2fb98a(0x225)](_0xdab208=>_0xdab208['id']===_0x6a50a2),_0x4f31f3[_0x2fb98a(0x1a4)][_0x2fb98a(0x1dd)]);!_0x4acc5d&&await testObservabilityReporter[_0x2fb98a(0x1cd)](_0x4f31f3,_0x245a45[_0x2fb98a(0x1d0)],_tests[_0x2e8d89],_0x1f3dc5);if(_0x9e816c&&_tests[_0x2e8d89][_0x245a45[_0x2fb98a(0x223)]]){const _0x241292=_0xcb9a85['steps'][_0x2fb98a(0x225)](_0x544c1a=>_0x544c1a['id']===_0x9e816c),_0x5a5923={};_0x5a5923[_0x2fb98a(0x1c0)]=[];const _0x3e754f=_tests[_0x2e8d89]||_0x5a5923;!_0x3e754f[_0x2fb98a(0x1c0)]?_0x3e754f[_0x2fb98a(0x1c0)]=[{'id':_0x241292['id'],'text':_0x241292[_0x2fb98a(0x210)],'finished_at':new Date()[_0x2fb98a(0x183)](),'result':_0x1f3dc5[_0x2fb98a(0x188)]?.[_0x2fb98a(0x1ae)],'duration':_0x1f3dc5[_0x2fb98a(0x188)]?.[_0x2fb98a(0x185)]?.[_0x2fb98a(0x1f6)],'failure':_0x16c8df,'failureType':_0x29a149}]:_0x3e754f[_0x2fb98a(0x1c0)][_0x2fb98a(0x1ce)](_0x5c3464=>{const _0x136bd1=_0x2fb98a;if(_0x245a45[_0x136bd1(0x1e4)](_0x5c3464['id'],_0x241292['id'])){const _0xc2373c=_0x245a45[_0x136bd1(0x1f5)][_0x136bd1(0x1ef)]('|');let _0x40448b=0x0;while(!![]){switch(_0xc2373c[_0x40448b++]){case'0':_0x5c3464[_0x136bd1(0x1a9)]=_0x16c8df;continue;case'1':_0x5c3464[_0x136bd1(0x207)]=_0x1f3dc5[_0x136bd1(0x188)]?.[_0x136bd1(0x1ae)];continue;case'2':_0x5c3464[_0x136bd1(0x203)]=_0x29a149;continue;case'3':_0x5c3464[_0x136bd1(0x185)]=_0x1f3dc5[_0x136bd1(0x188)]?.[_0x136bd1(0x185)]?.[_0x136bd1(0x1f6)];continue;case'4':_0x5c3464[_0x136bd1(0x192)]=new Date()[_0x136bd1(0x183)]();continue;}break;}}}),_tests[_0x2e8d89]=_0x3e754f,delete _tests[_0x2e8d89][_0x245a45[_0x2fb98a(0x223)]];}}catch(_0x1d0568){logger[_0x2fb98a(0x1b6)](_0x2fb98a(0x215)+util[_0x2fb98a(0x1f3)](_0x1d0568));}}[a6_0x3a41fe(0x187)](_0x856b5b){const _0x2d8eb6=a6_0x3a41fe,_0x317013={};return _0x856b5b[_0x2d8eb6(0x205)][_0x2d8eb6(0x1c9)][_0x2d8eb6(0x1f7)](this[_0x2d8eb6(0x196)])[_0x2d8eb6(0x1d3)]()[_0x2d8eb6(0x1ce)](_0x2c1320=>_0x2c1320['steps'][_0x2d8eb6(0x1ce)](_0x2569b6=>_0x317013[_0x2569b6['id']]=_0x2569b6)),_0x317013;}['checkHookURI'](_0x3fd177,_0x57a003){const _0x388789=a6_0x3a41fe,_0x480e95={'INkBW':function(_0x19db8a,_0x75cdb0){return _0x19db8a(_0x75cdb0);},'lZJcX':function(_0x34d775,_0x3ebf65){return _0x34d775(_0x3ebf65);},'kMqHW':function(_0x59079e,_0xb2dcd4){return _0x59079e(_0xb2dcd4);},'UOjFh':function(_0x52104e,_0x200688){return _0x52104e===_0x200688;},'piVSO':function(_0x41d0b1,_0x252b18){return _0x41d0b1(_0x252b18);},'hWtDW':function(_0x3d8a22,_0x3f0899){return _0x3d8a22!==_0x3f0899;},'gHvkT':_0x388789(0x1c7)};let _0x4113f5=!![];const _0x584ec3={};_0x4113f5=_0x4113f5&&!_0x480e95['INkBW'](isUndefined,_0x3fd177[_0x388789(0x19e)]);if(!_0x480e95['lZJcX'](isUndefined,_0x3fd177[_0x388789(0x19e)])){let _0x26df0c;_0x4113f5?_0x26df0c=this[_0x388789(0x228)][_0x388789(0x19d)][_0x388789(0x225)](_0x36e7cb=>_0x36e7cb['id']===_0x3fd177['hookId']):_0x26df0c=this[_0x388789(0x228)]['afterTestCaseHookDefinitions'][_0x388789(0x225)](_0x2a3f87=>_0x2a3f87['id']===_0x3fd177['hookId']);if(_0x26df0c){const _0x54dadc={};_0x54dadc[_0x388789(0x1dd)]=_0x26df0c[_0x388789(0x1dd)],_0x54dadc[_0x388789(0x197)]=_0x26df0c[_0x388789(0x197)],_0x584ec3[_0x388789(0x21d)]=_0x54dadc,_0x584ec3['name']=_0x26df0c['name'];}}if(!_0x480e95[_0x388789(0x218)](isUndefined,_0x3fd177['stepDefinitionIds'])&&_0x480e95[_0x388789(0x1fc)](_0x3fd177[_0x388789(0x1da)]['length'],0x1)){const _0x5e5a1c=this[_0x388789(0x228)][_0x388789(0x1eb)]['find'](_0x377200=>_0x377200['id']===_0x3fd177[_0x388789(0x1da)][0x0]),_0x163618={};_0x163618[_0x388789(0x1dd)]=_0x5e5a1c['uri'],_0x163618[_0x388789(0x197)]=_0x5e5a1c['line'],_0x584ec3[_0x388789(0x21d)]=_0x163618;}if(!_0x480e95[_0x388789(0x193)](isUndefined,_0x3fd177['pickleStepId'])){const _0x24c13b={};_0x24c13b['uri']=_0x57a003,_0x24c13b[_0x388789(0x197)]='',_0x584ec3['sourceLocation']=_0x24c13b;}if(_0x480e95[_0x388789(0x18d)](_0x584ec3[_0x388789(0x18a)],undefined))return![];if(_0x584ec3[_0x388789(0x21d)]&&_0x584ec3[_0x388789(0x21d)][_0x388789(0x1dd)]['includes'](_0x480e95[_0x388789(0x202)]))return!![];return![];}[a6_0x3a41fe(0x196)](_0x38b51c){const _0x43e763=a6_0x3a41fe,_0x199dc0={'Sywdy':function(_0x2d35dc,_0x1569cc){return _0x2d35dc(_0x1569cc);}};if(!_0x199dc0[_0x43e763(0x220)](isUndefined,_0x38b51c[_0x43e763(0x1d9)]))return[_0x38b51c[_0x43e763(0x1d9)]];else{if(!_0x199dc0['Sywdy'](isUndefined,_0x38b51c['rule']))return _0x38b51c[_0x43e763(0x1bd)][_0x43e763(0x1c9)]['map'](_0x1cefd2=>!isUndefined(_0x1cefd2?.[_0x43e763(0x1d9)])?_0x1cefd2['background']:_0x1cefd2[_0x43e763(0x18e)]);};return[_0x38b51c[_0x43e763(0x18e)]];}['getGherkinDocument'](_0x2296b7,_0x192118){const _0x199a38=a6_0x3a41fe;return Object['values'](_0x2296b7[_0x199a38(0x195)][_0x199a38(0x1e9)])[_0x199a38(0x225)](_0x4c886b=>_0x4c886b[_0x199a38(0x1dd)]===_0x192118[_0x199a38(0x1dd)]);}}function a6_0x2a2a(){const _0x17a6f=['eEsYY','eventBroadcaster','util','debug','../../../helpers/testhub/utils.js','OTvoL','../../../helpers/logger','Exception\x20in\x20onTestStepStarted\x20event:\x20','onTestRunStarted','NvCWs','rule','testRunStarted','SqrTr','steps','2548998RAzzdi','testSteps','YhWdC','logTestRunFinished','\x20\x20\x20\x20','testCaseStartedId','cucumber-js/test.setup.js','VwQaN','children','winstonLogger','exports','RaKNC','sendHook','forEach','QkBwO','EXCHo','push','589797qZoKGI','flat','wanwX','WrTRF','uTOaZ','../../../helpers/helper','Exception\x20in\x20sending\x20onTestCaseStarted:\x20','background','stepDefinitionIds','toLowerCase','ZcKOb','uri','cDdxU','dBAKb','PENDING','UNKNOWN','incrementCounter','ZeZrD','eusWy','getTestCaseAttempt','KvEMF','klcMl','../../playwright/reporter/test-details.js','gherkinDocumentMap','../test-observability.js','stepDefinitions','isBstackHook','testCaseFinished','testCaseMap','split','xkQEL','log','testStepId','format','sendTestRunEventForCucumber','mNiyd','seconds','map','KCvwK','drlDO','HfYGI','8032264XFVilb','UOjFh','UNDEFINED','@cucumber/cucumber','36MmVIll','testCaseAttempt','message','gHvkT','failureType','nPEPK','feature','pickleStepId','result','testStepFinished','parse','31156cCuVAa','AMBIGUOUS','LeRwH','onTestCaseStarted','TestRunFinished','yujAe','text','wWgHW','YbxmM','HookRunStarted','testStepStarted','Exception\x20in\x20onTestStepFinished\x20event:\x20','logTestCaseFinished','envelope','kMqHW','YdeHJ','TestRunStarted','4|1|3|0|2','1923090UIXxZV','actionLocation','pickleMap','setup','Sywdy','getGherkinDocument','ZkqEE','mVZIx','__platform','find','../../../helpers/test-observability/error-handler','getTestUUID','supportCodeLibrary','onTestCaseFinished','testCaseId','gClrB','toISOString','\x20-\x20','duration','pickleId','getGherkinStepMap','testStepResult','135DQAbug','sourceLocation','CGsKZ','1020120nPByeu','hWtDW','scenario','finishedAt','testCaseAttemptDataMap','BphSo','finished_at','piVSO','checkHookURI','eventDataCollector','extractStepContainers','line','snippetBuilder','SpbKs','UnhandledError','keyword','XnsuJ','beforeTestCaseHookDefinitions','hookId','525932cXTXVd','testRunFinished','kEnQg','7jJpfke','onTestStepStarted','pickle','env','igJqd','exception','cwd','failure','name','onTestRunFinished','FAILED','toString','status','wBwIv','bstack','failed','gherkinDocument'];a6_0x2a2a=function(){return _0x17a6f;};return a6_0x2a2a();}module[a6_0x3a41fe(0x1cb)]=o11yClassErrorHandler(BrowserstackFormatter,[a6_0x3a41fe(0x20d),'onTestCaseFinished','onTestStepStarted','onTestStepFinished',a6_0x3a41fe(0x1bb),a6_0x3a41fe(0x1ab),'extractStepContainers',a6_0x3a41fe(0x221),a6_0x3a41fe(0x187),a6_0x3a41fe(0x194)]);
1
+ const a6_0x4aca4f=a6_0x2696;(function(_0x1944f2,_0x2df7ae){const _0x337957=a6_0x2696,_0x5a736c=_0x1944f2();while(!![]){try{const _0x2aa559=-parseInt(_0x337957(0x1d4))/0x1*(-parseInt(_0x337957(0x1f8))/0x2)+-parseInt(_0x337957(0x1c7))/0x3+parseInt(_0x337957(0x1f4))/0x4*(parseInt(_0x337957(0x178))/0x5)+parseInt(_0x337957(0x1ef))/0x6+-parseInt(_0x337957(0x204))/0x7+parseInt(_0x337957(0x196))/0x8+-parseInt(_0x337957(0x1b4))/0x9*(parseInt(_0x337957(0x16f))/0xa);if(_0x2aa559===_0x2df7ae)break;else _0x5a736c['push'](_0x5a736c['shift']());}catch(_0x1b99ec){_0x5a736c['push'](_0x5a736c['shift']());}}}(a6_0x4287,0xd588e));function a6_0x2696(_0x576bad,_0x5d561b){const _0x428710=a6_0x4287();return a6_0x2696=function(_0x269638,_0x57aecf){_0x269638=_0x269638-0x16a;let _0x33062a=_0x428710[_0x269638];return _0x33062a;},a6_0x2696(_0x576bad,_0x5d561b);}const {requireModule,getPlatformName,nestedKeyValue,isUndefined}=require(a6_0x4aca4f(0x189)),util=require(a6_0x4aca4f(0x17a)),{Formatter,formatterHelpers,Status}=requireModule(a6_0x4aca4f(0x1bd)),TestDetails=require(a6_0x4aca4f(0x1dc)),TestObservabilityReporter=require('../test-observability.js'),{o11yClassErrorHandler}=require(a6_0x4aca4f(0x1cf)),{shouldProcessEventForTesthub}=require(a6_0x4aca4f(0x1e4)),testObservabilityReporter=new TestObservabilityReporter(),logger=require(a6_0x4aca4f(0x16d))[a6_0x4aca4f(0x1d0)],_tests={},_testCasesData={};function a6_0x4287(){const _0xd5b015=['capability','SKIPPED','jzJhw','1301118KxhcTe','testCaseStarted','kFpfN','log','QBuJu','BbEfw','tWRiP','exports','hVbpg','bvLWS','DxVLt','pickle','steps','FAILED','bAcPp','onTestRunFinished','testCaseAttemptDataMap','checkHookURI','push','../../../helpers/logger','toISOString','2390LwovKN','sourceLocation','children','onTestCaseStarted','onTestStepStarted','Zqylk','afterTestCaseHookDefinitions','testCaseId','CONFIG','3435GbSpTn','stepDefinitionIds','util','getGherkinStepMap','rjkON','iVtJf','ZdJcv','result','message','OdCYY','testRunStarted','Hidln','onTestCaseFinished','onTestRunStarted','incrementCounter','uri','setup','../../../helpers/helper','parseTestCaseAttempt','\x20-\x20','UDWLx','scenario','JFlxB','includes','HookRunStarted','seconds','envelope','eventBroadcaster','line','status','1597304vehTrO','Exception\x20in\x20onTestStepStarted\x20event:\x20','text','gherkinDocument','parse','logTestRunFinished','testCaseAttempt','flat','ETBpE','forEach','JjukE','testCaseStartedId','KHzPv','PASSED','KVGnY','bstack','hookId','debug','stepDefinitions','testStepResult','__platform','name','jNNvI','feature','background','Executing\x20tests\x20for\x20','format','IfrkK','ZwQWH','MdXfs','56277sHqEoL','pickleMap','getTestCaseAttempt','gherkinDocumentMap','failure','ASzqA','failed','lnHNU','FNvap','@cucumber/cucumber','uSCSS','cucumber-js/test.setup.js','DYeWI','length','wNuOB','Exception\x20in\x20sending\x20onTestCaseFinished\x20event:\x20\x20','sendTestRunEventForCucumber','VsUoM','env','3195219gKbzyw','pickleId','RAjoq','supportCodeLibrary','map','finished_at','fWCtQ','rule','../../../helpers/test-observability/error-handler','winstonLogger','eOLGX','ciQqW','TestRunStarted','1291PRMymc','find','testStepId','sendHook','split','tlQYE','cwd','testCaseFinished','../../playwright/reporter/test-details.js','UNDEFINED','tpAvy','exception','duration','testCaseMap','extractStepContainers','eventDataCollector','../../../helpers/testhub/utils.js','PENDING','testSteps','fupZq','isBstackHook','values','logTestCaseFinished','GPEFZ','failureType','UnhandledError','VdJzY','8380422UFVqnL','pickleStepId','YqkTN','Exception\x20in\x20onTestStepFinished\x20event:\x20','onTestStepFinished','5476uNJTxO','FxrEg','TestRunFinished','GMeRs','1678dXLhfa','getGherkinDocument','giuzn','UNKNOWN','testStepStarted','actionLocation','Exception\x20in\x20sending\x20onTestCaseStarted:\x20','luUQc','snippetBuilder'];a6_0x4287=function(){return _0xd5b015;};return a6_0x4287();}class BrowserstackFormatter extends Formatter{constructor(_0xd65360){const _0x22dfc8=a6_0x4aca4f,_0x369157={};_0x369157[_0x22dfc8(0x1ee)]=_0x22dfc8(0x192);const _0x1e83b5=_0x369157;super(_0xd65360),_0xd65360[_0x22dfc8(0x193)]['on'](_0x1e83b5[_0x22dfc8(0x1ee)],async _0x3e081f=>{const _0xaa737b=_0x22dfc8;switch(!![]){case!!_0x3e081f[_0xaa737b(0x182)]:this[_0xaa737b(0x185)]();break;case!!_0x3e081f['testRunFinished']:this[_0xaa737b(0x213)](_0x3e081f['testRunFinished']);break;case!!_0x3e081f[_0xaa737b(0x205)]:this[_0xaa737b(0x172)](_0x3e081f[_0xaa737b(0x205)],_0xd65360,_0x3e081f);break;case!!_0x3e081f[_0xaa737b(0x1db)]:this['onTestCaseFinished'](_0x3e081f[_0xaa737b(0x1db)],_0xd65360,_0x3e081f);break;case!!_0x3e081f[_0xaa737b(0x1fc)]:this[_0xaa737b(0x173)](_0x3e081f[_0xaa737b(0x1fc)],_0xd65360);break;case!!_0x3e081f['testStepFinished']:this[_0xaa737b(0x1f3)](_0x3e081f['testStepFinished'],_0xd65360);break;}});}[a6_0x4aca4f(0x1ea)](_0x186e5e){const _0x40b9b6=a6_0x4aca4f,_0x58f113={'YqkTN':function(_0x2ee2dd,_0x3e652f){return _0x2ee2dd!==_0x3e652f;},'Tuwoi':_0x40b9b6(0x1a5),'Hidln':function(_0x298996,_0x998465){return _0x298996+_0x998465;},'FNvap':function(_0x2b4356,_0x390128){return _0x2b4356+_0x390128;},'IfrkK':function(_0x31c2f0,_0x2c54b2){return _0x31c2f0+_0x2c54b2;},'ZdJcv':function(_0x47437b,_0x39fba8){return _0x47437b+_0x39fba8;},'Zqylk':'\x20\x20\x20\x20','MdXfs':_0x40b9b6(0x18b),'iVtJf':function(_0x587448,_0xb875a4){return _0x587448===_0xb875a4;},'cTJiS':'FAILED','xTRmX':function(_0x24ad8a,_0x2171fd,_0x48b242){return _0x24ad8a(_0x2171fd,_0x48b242);},'GMeRs':_0x40b9b6(0x17f),'lerKc':_0x40b9b6(0x180),'tWRiP':function(_0x36b727,_0x46e6f6){return _0x36b727+_0x46e6f6;},'GPEFZ':function(_0x28858d,_0x1362f5){return _0x28858d+_0x1362f5;},'VsUoM':function(_0x2a2292,_0x519208){return _0x2a2292+_0x519208;},'hVbpg':function(_0x4fcb69,_0x1ca66f){return _0x4fcb69+_0x1ca66f;},'fupZq':function(_0x2a3770,_0x328591){return _0x2a3770+_0x328591;},'kFpfN':function(_0x552c27,_0x5fff2e){return _0x552c27+_0x5fff2e;},'upOMM':function(_0x13bb68,_0x5e2882){return _0x13bb68+_0x5e2882;},'KLybv':function(_0x5d9be4,_0x26386b){return _0x5d9be4+_0x26386b;}};_0x58f113[_0x40b9b6(0x1f1)](global[_0x40b9b6(0x1aa)],undefined)&&this[_0x40b9b6(0x207)](_0x58f113[_0x40b9b6(0x1c5)](_0x58f113[_0x40b9b6(0x20c)]('\x0a',global['__platform']),'\x0a'));const _0x5c17aa=this['eventDataCollector'][_0x40b9b6(0x1b6)](_0x186e5e[_0x40b9b6(0x1a1)]);this[_0x40b9b6(0x207)](_0x58f113[_0x40b9b6(0x1e7)](_0x58f113[_0x40b9b6(0x206)](_0x58f113['upOMM'](_0x58f113['KLybv']('\x20\x20',_0x5c17aa[_0x40b9b6(0x199)][_0x40b9b6(0x1ad)][_0x40b9b6(0x1ab)]),_0x58f113[_0x40b9b6(0x1b3)]),_0x5c17aa[_0x40b9b6(0x20f)][_0x40b9b6(0x1ab)]),'\x0a'));const _0x166d65={};_0x166d65[_0x40b9b6(0x1da)]=this['cwd'],_0x166d65['snippetBuilder']=this[_0x40b9b6(0x200)],_0x166d65[_0x40b9b6(0x1ca)]=this['supportCodeLibrary'],_0x166d65[_0x40b9b6(0x19c)]=_0x5c17aa;const _0x101212=formatterHelpers[_0x40b9b6(0x18a)](_0x166d65);let _0x292477=![];_0x101212['testSteps'][_0x40b9b6(0x19f)](_0x375e0c=>{const _0x23f611=_0x40b9b6;if(_0x58f113[_0x23f611(0x1f1)](_0x375e0c['name'],_0x58f113['Tuwoi'])&&!this[_0x23f611(0x1e8)](_0x375e0c)){totalTests+=0x1,this[_0x23f611(0x207)](_0x58f113[_0x23f611(0x183)](_0x58f113[_0x23f611(0x1bc)](_0x58f113['FNvap'](_0x58f113[_0x23f611(0x1b1)](_0x58f113[_0x23f611(0x17e)](_0x58f113[_0x23f611(0x174)],_0x375e0c['keyword']),_0x375e0c['text']||''),_0x58f113[_0x23f611(0x1b3)]),Status[_0x375e0c[_0x23f611(0x17f)][_0x23f611(0x195)]]),'\x0a')),this[_0x23f611(0x186)](Status[_0x375e0c[_0x23f611(0x17f)][_0x23f611(0x195)]]);if(_0x58f113[_0x23f611(0x17d)](Status[_0x375e0c['result'][_0x23f611(0x195)]],_0x58f113['cTJiS'])){_0x292477=!![];const _0x1f95c5=_0x58f113['xTRmX'](nestedKeyValue,_0x375e0c,[_0x58f113[_0x23f611(0x1f7)],_0x58f113['lerKc']]);_0x1f95c5&&(testsErrorMessage[_0x58f113[_0x23f611(0x20a)](_0x58f113[_0x23f611(0x1bc)](_0x5c17aa['gherkinDocument'][_0x23f611(0x1ad)][_0x23f611(0x1ab)],_0x58f113[_0x23f611(0x1b3)]),_0x5c17aa[_0x23f611(0x20f)]['name'])]=_0x1f95c5,this['log'](_0x58f113[_0x23f611(0x1eb)](_0x1f95c5,'\x0a')));}}}),_0x292477&&(testSuitesFailed+=0x1),this[_0x40b9b6(0x207)]('\x0a');}[a6_0x4aca4f(0x19b)](_0x4bb6ce){}['isBstackHook'](_0x1ea898){const _0x3396e6=a6_0x4aca4f,_0x277b70={};_0x277b70[_0x3396e6(0x209)]=function(_0x58ea94,_0x1d2abc){return _0x58ea94!==_0x1d2abc;},_0x277b70[_0x3396e6(0x212)]='cucumber-js/test.setup.js';const _0x1b31f1=_0x277b70;if(_0x1b31f1[_0x3396e6(0x209)](_0x1ea898[_0x3396e6(0x170)],undefined))return![];if(_0x1ea898[_0x3396e6(0x1fd)]&&_0x1ea898['actionLocation'][_0x3396e6(0x187)][_0x3396e6(0x18f)](_0x1b31f1['bAcPp']))return!![];return![];}[a6_0x4aca4f(0x186)](_0x1a5dab){const _0xf70cfe=a6_0x4aca4f,_0x3b590c={};_0x3b590c[_0xf70cfe(0x18e)]=_0xf70cfe(0x211),_0x3b590c['XcRSS']=_0xf70cfe(0x1a3),_0x3b590c[_0xf70cfe(0x20d)]=_0xf70cfe(0x202),_0x3b590c['DYeWI']=_0xf70cfe(0x1e5),_0x3b590c[_0xf70cfe(0x1a0)]=_0xf70cfe(0x1dd),_0x3b590c[_0xf70cfe(0x1cd)]=_0xf70cfe(0x1fb),_0x3b590c[_0xf70cfe(0x18c)]='AMBIGUOUS';const _0x448100=_0x3b590c;switch(_0x1a5dab){case _0x448100[_0xf70cfe(0x18e)]:testsFailed+=0x1;break;case _0x448100['XcRSS']:testsPassed+=0x1;break;case _0x448100['bvLWS']:testsSkipped+=0x1;break;case _0x448100[_0xf70cfe(0x1c0)]:testsPending+=0x1;break;case _0x448100[_0xf70cfe(0x1a0)]:testsUndefined+=0x1;break;case _0x448100[_0xf70cfe(0x1cd)]:testsUnknown+=0x1;break;case _0x448100[_0xf70cfe(0x18c)]:testsAmbiguous+=0x1;break;default:break;}}[a6_0x4aca4f(0x185)](){const _0x41434f=a6_0x4aca4f,_0x34644d={'QBuJu':function(_0x5990d9,_0xbf8885){return _0x5990d9!==_0xbf8885;},'KHzPv':function(_0x4d4a9c,_0x308bed){return _0x4d4a9c(_0x308bed);},'giuzn':function(_0x493e38,_0x17fd4c){return _0x493e38+_0x17fd4c;},'OdCYY':function(_0x225014){return _0x225014();}};let _0x235577;if(_0x34644d[_0x41434f(0x208)](process[_0x41434f(0x1c6)][_0x41434f(0x177)],undefined)){const _0x4bdd1a=JSON[_0x41434f(0x19a)](process[_0x41434f(0x1c6)]['CONFIG']);_0x235577=_0x4bdd1a[_0x41434f(0x201)];}_0x34644d['QBuJu'](_0x235577,undefined)&&(global['__platform']=_0x34644d[_0x41434f(0x1a2)](getPlatformName,_0x235577),this[_0x41434f(0x207)](_0x34644d[_0x41434f(0x1fa)](_0x41434f(0x1af)+global[_0x41434f(0x1aa)],'\x0a'))),_0x34644d[_0x41434f(0x181)](shouldProcessEventForTesthub)&&TestDetails[_0x41434f(0x188)]();}[a6_0x4aca4f(0x213)](_0x5e6e83){this['logTestRunFinished'](_0x5e6e83);}async[a6_0x4aca4f(0x172)](_0x768d82,_0x3eafa8,_0x53bdda){const _0xa6e219=a6_0x4aca4f,_0x470557={'jzJhw':function(_0x43a52f,_0x2eeb8e){return _0x43a52f(_0x2eeb8e);},'ASzqA':_0xa6e219(0x1d3)};testSuites+=0x1;if(_0x470557[_0xa6e219(0x203)](shouldProcessEventForTesthub,_0x470557[_0xa6e219(0x1b9)]))try{const _0x38e910=TestDetails['getTestUUID'](_0x768d82['id']),_0x4c199f=_0x768d82[_0xa6e219(0x176)],_0x39ef7c=_0x3eafa8[_0xa6e219(0x1e3)]['testCaseMap'][_0x4c199f],_0x5076f9=_0x39ef7c[_0xa6e219(0x1c8)],_0x41190c=_0x3eafa8['eventDataCollector'][_0xa6e219(0x1b5)][_0x5076f9],_0x84ff43=this[_0xa6e219(0x1f9)](_0x3eafa8,_0x41190c),_0x192867={'uuid':_0x38e910,'startedAt':new Date()[_0xa6e219(0x16e)]()};if(_0x41190c){const _0x2d5e63={};_0x2d5e63[_0xa6e219(0x1ab)]=_0x41190c[_0xa6e219(0x1ab)],_0x192867['scenario']=_0x2d5e63;}_tests[_0x4c199f]=_0x192867,await testObservabilityReporter['sendTestRunEventForCucumber'](_0x53bdda,_0x84ff43,_0x41190c,_0x470557[_0xa6e219(0x1b9)],_0x192867,_0x53bdda);}catch(_0xdd5ef7){logger[_0xa6e219(0x1a7)](_0xa6e219(0x1fe)+util[_0xa6e219(0x1b0)](_0xdd5ef7)+'\x20');}}async[a6_0x4aca4f(0x184)](_0x3e918e,_0x2d8bf1,_0x40b8da){const _0x1f8a7f=a6_0x4aca4f,_0x2475bc={'tpAvy':function(_0x28916c,_0x1be097){return _0x28916c(_0x1be097);},'luUQc':_0x1f8a7f(0x1f6)};this[_0x1f8a7f(0x1ea)](_0x3e918e);if(_0x2475bc[_0x1f8a7f(0x1de)](shouldProcessEventForTesthub,_0x2475bc[_0x1f8a7f(0x1ff)]))try{_testCasesData[_0x40b8da['id']]={..._0x40b8da};const _0x4edd47=_0x3e918e['testCaseStartedId'],_0x5f2515=_0x2d8bf1[_0x1f8a7f(0x1e3)][_0x1f8a7f(0x16a)][_0x4edd47]['testCaseId'],_0x558858=_0x2d8bf1[_0x1f8a7f(0x1e3)][_0x1f8a7f(0x1e1)][_0x5f2515],_0x1f56e6=_0x558858[_0x1f8a7f(0x1c8)],_0x74ceab=_0x2d8bf1[_0x1f8a7f(0x1e3)][_0x1f8a7f(0x1b5)][_0x1f56e6],_0xd7282c=this[_0x1f8a7f(0x1f9)](_0x2d8bf1,_0x74ceab),_0x35f4ca=_tests[_0x5f2515];_0x35f4ca&&(delete _tests[_0x5f2515],_0x35f4ca['finishedAt']=new Date()[_0x1f8a7f(0x16e)]()),await testObservabilityReporter[_0x1f8a7f(0x1c4)](_0x40b8da,_0xd7282c,_0x74ceab,_0x2475bc['luUQc'],_0x35f4ca,_0x40b8da);}catch(_0x1574b6){logger[_0x1f8a7f(0x1a7)](_0x1f8a7f(0x1c3)+util['format'](_0x1574b6));}}async[a6_0x4aca4f(0x173)](_0x4a5ab9,_0x468bc0){const _0x526754=a6_0x4aca4f,_0x1ba839={'TjZay':function(_0xa54160,_0x3fddf2){return _0xa54160(_0x3fddf2);},'RAjoq':_0x526754(0x190),'wNuOB':function(_0xdb0791,_0x22ec17){return _0xdb0791!==_0x22ec17;},'uSCSS':_0x526754(0x1d6)};if(_0x1ba839['TjZay'](shouldProcessEventForTesthub,_0x1ba839['RAjoq']))try{const _0x40e696=_0x4a5ab9[_0x526754(0x1a1)],_0x3df563=_0x468bc0['eventDataCollector'][_0x526754(0x16a)][_0x40e696][_0x526754(0x176)],_0x40b65a=_0x468bc0[_0x526754(0x1e3)][_0x526754(0x1e1)]?.[_0x3df563],_0x149545=_0x40b65a?.[_0x526754(0x1c8)],_0x36367=_0x468bc0[_0x526754(0x1e3)][_0x526754(0x1b5)]?.[_0x149545],_0x1a8eef=_0x4a5ab9?.['testStepId'],_0x58be30=_0x40b65a?.[_0x526754(0x1e6)],_0xb51b18=this[_0x526754(0x1e3)]['getTestCaseAttempt'](_0x40e696),_0x567a2d=_0x58be30[_0x526754(0x1d5)](_0x10e175=>_0x10e175['id']===_0x1a8eef)[_0x526754(0x1f0)],_0x361ea7=_0x36367['steps']['find'](_0x1853e2=>_0x1853e2['id']===_0x567a2d);if(_0x567a2d&&_0x1ba839[_0x526754(0x1c2)](_tests[_0x3df563]?.[_0x1ba839[_0x526754(0x1be)]],_0x1a8eef)){_tests[_0x3df563][_0x1ba839[_0x526754(0x1be)]]=_0x1a8eef;const _0x48fcfe={};_0x48fcfe[_0x526754(0x210)]=[];const _0x888b8c=_tests[_0x3df563]||_0x48fcfe;_0x888b8c&&!_0x888b8c[_0x526754(0x210)]&&(_0x888b8c['steps']=[]),_0x888b8c[_0x526754(0x210)]?.[_0x526754(0x16c)]({'id':_0x361ea7['id'],'text':_0x361ea7[_0x526754(0x198)],'started_at':new Date()[_0x526754(0x16e)]()}),_tests[_0x3df563]=_0x888b8c;}const _0xafeb0b=this['checkHookURI'](_0x58be30[_0x526754(0x1d5)](_0x1eda20=>_0x1eda20['id']===_0x1a8eef),_0xb51b18[_0x526754(0x20f)][_0x526754(0x187)]);!_0xafeb0b&&await testObservabilityReporter['sendHook'](_0xb51b18,_0x1ba839[_0x526754(0x1c9)],_tests[_0x3df563],_0x4a5ab9);}catch(_0x3eab87){logger['debug'](_0x526754(0x197)+util[_0x526754(0x1b0)](_0x3eab87));}}async['onTestStepFinished'](_0x1fad5c,_0x3e6132){const _0x369bef=a6_0x4aca4f,_0x7fead3={'ciQqW':function(_0x28044a,_0x523ead){return _0x28044a===_0x523ead;},'lnHNU':'1|0|3|2|4','uSGyT':function(_0x227e99,_0x122a08){return _0x227e99(_0x122a08);},'ZwQWH':'HookRunFinished','ETBpE':_0x369bef(0x1ba),'DxVLt':function(_0x5eaf6d,_0x821e82){return _0x5eaf6d===_0x821e82;},'DiPbU':_0x369bef(0x1ed),'KVGnY':_0x369bef(0x1d6)};if(_0x7fead3['uSGyT'](shouldProcessEventForTesthub,_0x7fead3['ZwQWH']))try{const _0x4a7d92=_0x1fad5c['testCaseStartedId'],_0x44f924=_0x3e6132[_0x369bef(0x1e3)]['testCaseAttemptDataMap'][_0x4a7d92][_0x369bef(0x176)],_0x1f3d07=_0x3e6132[_0x369bef(0x1e3)]['testCaseMap'][_0x44f924],_0x40ebe8=_0x1f3d07[_0x369bef(0x1c8)],_0x55de02=_0x3e6132[_0x369bef(0x1e3)]['pickleMap'][_0x40ebe8],_0x3a0507=_0x1fad5c['testStepId'],_0x51e079=_0x1f3d07[_0x369bef(0x1e6)],_0x3c7070=this[_0x369bef(0x1e3)][_0x369bef(0x1b6)](_0x4a7d92),_0x4f8586=_0x51e079[_0x369bef(0x1d5)](_0x24d6ea=>_0x24d6ea['id']===_0x3a0507)[_0x369bef(0x1f0)];let _0x84dcd4,_0x2cc451;_0x7fead3[_0x369bef(0x1d2)](_0x1fad5c['testStepResult']?.['status']['toString']()['toLowerCase'](),_0x7fead3[_0x369bef(0x19e)])&&(_0x84dcd4=_0x7fead3[_0x369bef(0x20e)](_0x1fad5c[_0x369bef(0x1a9)]?.['exception'],undefined)?_0x1fad5c[_0x369bef(0x1a9)]?.[_0x369bef(0x180)]:_0x1fad5c[_0x369bef(0x1a9)]?.[_0x369bef(0x1df)]?.['message'],_0x2cc451=_0x7fead3['DxVLt'](_0x1fad5c[_0x369bef(0x1a9)]?.[_0x369bef(0x1df)],undefined)?_0x7fead3['DiPbU']:_0x1fad5c[_0x369bef(0x1a9)]?.[_0x369bef(0x180)]);const _0x4cd17d=this[_0x369bef(0x16b)](_0x51e079[_0x369bef(0x1d5)](_0x5e074a=>_0x5e074a['id']===_0x3a0507),_0x3c7070[_0x369bef(0x20f)][_0x369bef(0x187)]);!_0x4cd17d&&await testObservabilityReporter[_0x369bef(0x1d7)](_0x3c7070,_0x7fead3[_0x369bef(0x1b2)],_tests[_0x44f924],_0x1fad5c);if(_0x4f8586&&_tests[_0x44f924][_0x7fead3[_0x369bef(0x1a4)]]){const _0x5b2d55=_0x55de02[_0x369bef(0x210)][_0x369bef(0x1d5)](_0x5c160c=>_0x5c160c['id']===_0x4f8586),_0x496094={};_0x496094[_0x369bef(0x210)]=[];const _0x3508fb=_tests[_0x44f924]||_0x496094;!_0x3508fb['steps']?_0x3508fb[_0x369bef(0x210)]=[{'id':_0x5b2d55['id'],'text':_0x5b2d55['text'],'finished_at':new Date()[_0x369bef(0x16e)](),'result':_0x1fad5c[_0x369bef(0x1a9)]?.['status'],'duration':_0x1fad5c[_0x369bef(0x1a9)]?.[_0x369bef(0x1e0)]?.['seconds'],'failure':_0x84dcd4,'failureType':_0x2cc451}]:_0x3508fb[_0x369bef(0x210)]['forEach'](_0x574e9c=>{const _0xa6e456=_0x369bef;if(_0x7fead3[_0xa6e456(0x1d2)](_0x574e9c['id'],_0x5b2d55['id'])){const _0x5ddb1b=_0x7fead3[_0xa6e456(0x1bb)][_0xa6e456(0x1d8)]('|');let _0x54d5e9=0x0;while(!![]){switch(_0x5ddb1b[_0x54d5e9++]){case'0':_0x574e9c[_0xa6e456(0x17f)]=_0x1fad5c['testStepResult']?.['status'];continue;case'1':_0x574e9c[_0xa6e456(0x1cc)]=new Date()[_0xa6e456(0x16e)]();continue;case'2':_0x574e9c[_0xa6e456(0x1b8)]=_0x84dcd4;continue;case'3':_0x574e9c['duration']=_0x1fad5c[_0xa6e456(0x1a9)]?.[_0xa6e456(0x1e0)]?.[_0xa6e456(0x191)];continue;case'4':_0x574e9c[_0xa6e456(0x1ec)]=_0x2cc451;continue;}break;}}}),_tests[_0x44f924]=_0x3508fb,delete _tests[_0x44f924][_0x7fead3[_0x369bef(0x1a4)]];}}catch(_0x137147){logger['debug'](_0x369bef(0x1f2)+util[_0x369bef(0x1b0)](_0x137147));}}[a6_0x4aca4f(0x17b)](_0x37dae0){const _0x16a6dc=a6_0x4aca4f,_0x677ced={};return _0x37dae0[_0x16a6dc(0x1ad)][_0x16a6dc(0x171)][_0x16a6dc(0x1cb)](this[_0x16a6dc(0x1e2)])[_0x16a6dc(0x19d)]()['forEach'](_0x2f6550=>_0x2f6550['steps'][_0x16a6dc(0x19f)](_0x1c0be2=>_0x677ced[_0x1c0be2['id']]=_0x1c0be2)),_0x677ced;}[a6_0x4aca4f(0x16b)](_0x342ffc,_0x1861c7){const _0x370b77=a6_0x4aca4f,_0x363af9={'tlQYE':function(_0x1f53c6,_0x242574){return _0x1f53c6(_0x242574);},'jNNvI':function(_0x1658cf,_0x1fecb6){return _0x1658cf(_0x1fecb6);},'eOLGX':function(_0x3fcbb2,_0x97a6a4){return _0x3fcbb2===_0x97a6a4;},'QdgzF':function(_0x299df3,_0x292f30){return _0x299df3!==_0x292f30;},'rjkON':_0x370b77(0x1bf)};let _0x2213e6=!![];const _0x58aed7={};_0x2213e6=_0x2213e6&&!_0x363af9['tlQYE'](isUndefined,_0x342ffc[_0x370b77(0x1a6)]);if(!_0x363af9['jNNvI'](isUndefined,_0x342ffc['hookId'])){let _0x36ccab;_0x2213e6?_0x36ccab=this[_0x370b77(0x1ca)]['beforeTestCaseHookDefinitions'][_0x370b77(0x1d5)](_0xf63de2=>_0xf63de2['id']===_0x342ffc['hookId']):_0x36ccab=this[_0x370b77(0x1ca)][_0x370b77(0x175)]['find'](_0xc2cd9=>_0xc2cd9['id']===_0x342ffc[_0x370b77(0x1a6)]);if(_0x36ccab){const _0x440ec3={};_0x440ec3['uri']=_0x36ccab[_0x370b77(0x187)],_0x440ec3[_0x370b77(0x194)]=_0x36ccab[_0x370b77(0x194)],_0x58aed7['actionLocation']=_0x440ec3,_0x58aed7[_0x370b77(0x1ab)]=_0x36ccab[_0x370b77(0x1ab)];}}if(!_0x363af9[_0x370b77(0x1d9)](isUndefined,_0x342ffc['stepDefinitionIds'])&&_0x363af9[_0x370b77(0x1d1)](_0x342ffc[_0x370b77(0x179)][_0x370b77(0x1c1)],0x1)){const _0x39ddc4=this['supportCodeLibrary'][_0x370b77(0x1a8)]['find'](_0x5f3e4d=>_0x5f3e4d['id']===_0x342ffc[_0x370b77(0x179)][0x0]),_0x213f89={};_0x213f89[_0x370b77(0x187)]=_0x39ddc4['uri'],_0x213f89['line']=_0x39ddc4[_0x370b77(0x194)],_0x58aed7[_0x370b77(0x1fd)]=_0x213f89;}if(!_0x363af9[_0x370b77(0x1ac)](isUndefined,_0x342ffc[_0x370b77(0x1f0)])){const _0x32ebba={};_0x32ebba['uri']=_0x1861c7,_0x32ebba[_0x370b77(0x194)]='',_0x58aed7[_0x370b77(0x170)]=_0x32ebba;}if(_0x363af9['QdgzF'](_0x58aed7[_0x370b77(0x170)],undefined))return![];if(_0x58aed7[_0x370b77(0x1fd)]&&_0x58aed7[_0x370b77(0x1fd)]['uri'][_0x370b77(0x18f)](_0x363af9[_0x370b77(0x17c)]))return!![];return![];}[a6_0x4aca4f(0x1e2)](_0x40758a){const _0xfa2d9b=a6_0x4aca4f,_0x26bb54={'FxrEg':function(_0x2ad938,_0x51ae73){return _0x2ad938(_0x51ae73);}};if(!_0x26bb54[_0xfa2d9b(0x1f5)](isUndefined,_0x40758a[_0xfa2d9b(0x1ae)]))return[_0x40758a[_0xfa2d9b(0x1ae)]];else{if(!_0x26bb54[_0xfa2d9b(0x1f5)](isUndefined,_0x40758a[_0xfa2d9b(0x1ce)]))return _0x40758a[_0xfa2d9b(0x1ce)][_0xfa2d9b(0x171)][_0xfa2d9b(0x1cb)](_0x1d3269=>!isUndefined(_0x1d3269?.[_0xfa2d9b(0x1ae)])?_0x1d3269['background']:_0x1d3269['scenario']);};return[_0x40758a[_0xfa2d9b(0x18d)]];}[a6_0x4aca4f(0x1f9)](_0x3b16b9,_0x1cf713){const _0x5d8cc8=a6_0x4aca4f;return Object[_0x5d8cc8(0x1e9)](_0x3b16b9['eventDataCollector'][_0x5d8cc8(0x1b7)])['find'](_0x412e97=>_0x412e97['uri']===_0x1cf713[_0x5d8cc8(0x187)]);}}module[a6_0x4aca4f(0x20b)]=o11yClassErrorHandler(BrowserstackFormatter,['onTestCaseStarted',a6_0x4aca4f(0x184),a6_0x4aca4f(0x173),a6_0x4aca4f(0x1f3),a6_0x4aca4f(0x185),a6_0x4aca4f(0x213),a6_0x4aca4f(0x1e2),a6_0x4aca4f(0x1f9),a6_0x4aca4f(0x17b),'checkHookURI']);
@@ -1 +1 @@
1
- const a7_0xa08d17=a7_0x1e6a;function a7_0x1e6a(_0x154833,_0x2fb24d){const _0x4bf59a=a7_0x4bf5();return a7_0x1e6a=function(_0x1e6a19,_0x5e2782){_0x1e6a19=_0x1e6a19-0x118;let _0xa863b1=_0x4bf59a[_0x1e6a19];return _0xa863b1;},a7_0x1e6a(_0x154833,_0x2fb24d);}function a7_0x4bf5(){const _0x3c6845=['AMBIGUOUS','vEjKT','gnrTI','UNKNOWN','steps','exNpO','Executing\x20tests\x20for\x20','lAKcX','CMpPg','PENDING','line','getTestCaseAttempt','\x20-\x20','ueqFx','sJJiY','fDPcF','SOaAf','logTestCaseFinished','getTestCaseData','actionLocation','text','RyVVD','toUpperCase','ywywG','253868rLpvNW','NAaGa','testCase','stack','6734343kTAjAL','nrIEu','443624DVnSfz','ydjwE','14BYbLkf','lnQWi','PASSED','test-step-started','98410imOfsY','sSjkK','mmggk','sourceLocation','rknvG','uri','dGzBG','env','QBGrz','log','gherkinDocument','CChUI','status','NCAew','test-run-finished','byUCv','eUgOX','mopVL','includes','name','516678yefmTE','cucumber/lib/formatter/helpers/pickle_parser.js','undefined','test-case-started','exception','3IKnnVt','djUbI','length','eventBroadcaster','stepResults','getStepLineToPickledStepMap','result','QwWUI','36XrEtro','458166wOJzVY','feature','__platform','CONFIG','PudDP','NemEa','FFHTA','cucumber-js/test_old.setup.js','eventDataCollector','pickle','80dwcnVX','../../../helpers/helper','UWOfQ','210339LuuKFV','UNDEFINED','SKIPPED','FxkyJ'];a7_0x4bf5=function(){return _0x3c6845;};return a7_0x4bf5();}(function(_0xb3682,_0x2d3de2){const _0x5f3728=a7_0x1e6a,_0x44128a=_0xb3682();while(!![]){try{const _0x28a17e=parseInt(_0x5f3728(0x16d))/0x1+-parseInt(_0x5f3728(0x136))/0x2*(parseInt(_0x5f3728(0x13b))/0x3)+parseInt(_0x5f3728(0x143))/0x4*(-parseInt(_0x5f3728(0x122))/0x5)+parseInt(_0x5f3728(0x144))/0x6*(-parseInt(_0x5f3728(0x11e))/0x7)+parseInt(_0x5f3728(0x11c))/0x8+parseInt(_0x5f3728(0x151))/0x9*(-parseInt(_0x5f3728(0x14e))/0xa)+parseInt(_0x5f3728(0x11a))/0xb;if(_0x28a17e===_0x2d3de2)break;else _0x44128a['push'](_0x44128a['shift']());}catch(_0x57a972){_0x44128a['push'](_0x44128a['shift']());}}}(a7_0x4bf5,0x23bbf));const {requireModule,getPlatformName,nestedKeyValue}=require(a7_0xa08d17(0x14f)),{Formatter}=requireModule('cucumber'),pickleParser=requireModule(a7_0xa08d17(0x137));class BrowserstackFormatter extends Formatter{constructor(_0x96ed0){const _0x27b092=a7_0xa08d17,_0x40279e={'NemEa':function(_0x18b84c,_0x592cf8){return _0x18b84c!==_0x592cf8;},'PPsGe':function(_0x3cf4fd,_0x3b9f44){return _0x3cf4fd(_0x3b9f44);},'FFHTA':'test-run-started','loVLO':_0x27b092(0x139),'sJJiY':'test-case-finished','QBGrz':_0x27b092(0x130),'doTkM':_0x27b092(0x121)};super(_0x96ed0),_0x96ed0[_0x27b092(0x13e)]['on'](_0x40279e[_0x27b092(0x14a)],()=>{const _0xa6b98e=_0x27b092;let _0x1bdf3a;if(_0x40279e[_0xa6b98e(0x149)](process[_0xa6b98e(0x129)][_0xa6b98e(0x147)],undefined)){const _0x2a6120=JSON['parse'](process['env'][_0xa6b98e(0x147)]);_0x1bdf3a=_0x2a6120['capability'];}_0x40279e['NemEa'](_0x1bdf3a,undefined)&&(global[_0xa6b98e(0x146)]=_0x40279e['PPsGe'](getPlatformName,_0x1bdf3a),console[_0xa6b98e(0x12b)](_0xa6b98e(0x15b)+global[_0xa6b98e(0x146)]));}),_0x96ed0[_0x27b092(0x13e)]['on'](_0x40279e['loVLO'],()=>{testSuites+=0x1;}),_0x96ed0[_0x27b092(0x13e)]['on'](_0x40279e[_0x27b092(0x163)],_0xf0dc2=>{const _0x1b6ed6=_0x27b092;this[_0x1b6ed6(0x166)](_0xf0dc2);}),_0x96ed0['eventBroadcaster']['on'](_0x40279e[_0x27b092(0x12a)],()=>{totalTests-=0x2;}),_0x96ed0['eventBroadcaster']['on'](_0x40279e['doTkM'],()=>{totalTests+=0x1;});}[a7_0xa08d17(0x166)](_0x10177f){const _0x210f5c=a7_0xa08d17,_0x425bcc={'lnQWi':'FAILED','AJAfc':_0x210f5c(0x120),'FxkyJ':_0x210f5c(0x153),'vEjKT':_0x210f5c(0x15e),'exNpO':_0x210f5c(0x152),'rknvG':_0x210f5c(0x158),'NCAew':_0x210f5c(0x155),'CChUI':function(_0x4f8afc,_0x204d42){return _0x4f8afc+_0x204d42;},'eUgOX':function(_0x26abe5,_0x153ed2){return _0x26abe5+_0x153ed2;},'SOaAf':function(_0xb6af77,_0x3d52b3){return _0xb6af77+_0x3d52b3;},'nrIEu':'\x20\x20\x20\x20','lAKcX':_0x210f5c(0x161),'mmggk':function(_0x42a919,_0x1b56d6){return _0x42a919(_0x1b56d6);},'gnrTI':_0x210f5c(0x14b),'CMpPg':'\x20\x20\x20\x20AFTER\x20-\x20','ywywG':'\x20\x20\x20\x20BEFORE\x20-\x20','NAaGa':function(_0x35eafa,_0x5d44a1){return _0x35eafa===_0x5d44a1;},'dGzBG':function(_0xb4a9b6,_0x47cd0b,_0x52481c){return _0xb4a9b6(_0x47cd0b,_0x52481c);},'UWOfQ':_0x210f5c(0x141),'fDPcF':_0x210f5c(0x13a),'ydjwE':_0x210f5c(0x119),'djUbI':function(_0x3dd437,_0x4596ad){return _0x3dd437!==_0x4596ad;},'PudDP':function(_0x34749d,_0x43ea77){return _0x34749d!==_0x43ea77;},'ueqFx':_0x210f5c(0x138),'xmDPB':function(_0x1065b9,_0x29c5fb){return _0x1065b9+_0x29c5fb;},'sSjkK':function(_0x1f66ef,_0x33f89c){return _0x1f66ef+_0x33f89c;},'mopVL':function(_0x57bd29,_0x405674){return _0x57bd29<_0x405674;},'QwWUI':function(_0x543edf,_0x1d707f){return _0x543edf+_0x1d707f;},'byUCv':function(_0x4d2315,_0x3182d0){return _0x4d2315+_0x3182d0;},'KeIBL':function(_0x8aaed8,_0x66e7e0){return _0x8aaed8+_0x66e7e0;},'RyVVD':function(_0x2f3bcb,_0xde7271){return _0x2f3bcb+_0xde7271;}};let _0x4ea2ff=![];function _0x323051(_0x2a3c7f){const _0x386984=_0x210f5c;switch(_0x2a3c7f){case _0x425bcc[_0x386984(0x11f)]:testsFailed+=0x1;break;case _0x425bcc['AJAfc']:testsPassed+=0x1;break;case _0x425bcc[_0x386984(0x154)]:testsSkipped+=0x1;break;case _0x425bcc[_0x386984(0x156)]:testsPending+=0x1;break;case _0x425bcc[_0x386984(0x15a)]:testsUndefined+=0x1;break;case _0x425bcc[_0x386984(0x126)]:testsUnknown+=0x1;break;case _0x425bcc[_0x386984(0x12f)]:testsAmbiguous+=0x1;break;default:break;}}_0x425bcc[_0x210f5c(0x13c)](global['__platform'],undefined)&&console[_0x210f5c(0x12b)](_0x425bcc[_0x210f5c(0x12d)](_0x425bcc['SOaAf']('\x0a',global['__platform']),'\x0a'));let _0x530491=![];if(_0x425bcc[_0x210f5c(0x148)](typeof this[_0x210f5c(0x14c)]['getTestCaseData'],_0x425bcc[_0x210f5c(0x162)])){var _0x2f0de0=this[_0x210f5c(0x14c)][_0x210f5c(0x167)](_0x10177f[_0x210f5c(0x125)]),_0x717ae9=_0x2f0de0['pickle'],_0x3a8d3e=_0x2f0de0[_0x210f5c(0x118)];console['log'](_0x425bcc[_0x210f5c(0x12d)]('\x20\x20',_0x717ae9['name']));var _0x52aff4=(0x0,pickleParser[_0x210f5c(0x140)])(_0x717ae9);_0x3a8d3e['steps']['forEach'](function(_0x4e950a){const _0xe96a2d=_0x210f5c;if(_0x4e950a[_0xe96a2d(0x168)]&&_0x4e950a['sourceLocation'])_0x4ea2ff=!![],console[_0xe96a2d(0x12b)](_0x425bcc['CChUI'](_0x425bcc['eUgOX'](_0x425bcc[_0xe96a2d(0x165)](_0x425bcc[_0xe96a2d(0x11b)],_0x52aff4[_0x4e950a[_0xe96a2d(0x125)][_0xe96a2d(0x15f)]][_0xe96a2d(0x169)]),_0x425bcc['lAKcX']),_0x4e950a[_0xe96a2d(0x141)][_0xe96a2d(0x12e)][_0xe96a2d(0x16b)]())),_0x425bcc[_0xe96a2d(0x124)](_0x323051,_0x4e950a[_0xe96a2d(0x141)][_0xe96a2d(0x12e)][_0xe96a2d(0x16b)]());else _0x4e950a[_0xe96a2d(0x168)]&&(!_0x4e950a[_0xe96a2d(0x168)][_0xe96a2d(0x127)][_0xe96a2d(0x134)](_0x425bcc['gnrTI'])&&(_0x425bcc[_0xe96a2d(0x124)](_0x323051,_0x4e950a['result']['status']['toUpperCase']()),_0x4ea2ff?console['log'](_0x425bcc[_0xe96a2d(0x165)](_0x425bcc['CMpPg'],_0x4e950a[_0xe96a2d(0x141)][_0xe96a2d(0x12e)][_0xe96a2d(0x16b)]())):console[_0xe96a2d(0x12b)](_0x425bcc[_0xe96a2d(0x165)](_0x425bcc[_0xe96a2d(0x16c)],_0x4e950a[_0xe96a2d(0x141)][_0xe96a2d(0x12e)][_0xe96a2d(0x16b)]()))));if(_0x425bcc['NAaGa'](_0x4e950a[_0xe96a2d(0x141)][_0xe96a2d(0x12e)][_0xe96a2d(0x16b)](),_0x425bcc['lnQWi'])){const _0x397b73=_0x425bcc[_0xe96a2d(0x128)](nestedKeyValue,_0x4e950a,[_0x425bcc[_0xe96a2d(0x150)],_0x425bcc[_0xe96a2d(0x164)],_0x425bcc[_0xe96a2d(0x11d)]]);_0x397b73&&(testsErrorMessage[_0x717ae9[_0xe96a2d(0x135)]]=_0x397b73,console[_0xe96a2d(0x12b)](_0x425bcc['CChUI'](_0x397b73,'\x0a'))),_0x530491=!![];}});}else{const _0xa1d10=this['eventDataCollector'][_0x210f5c(0x160)](_0x10177f);console['log'](_0x425bcc['xmDPB'](_0x425bcc['SOaAf'](_0x425bcc[_0x210f5c(0x123)]('\x20\x20',_0xa1d10[_0x210f5c(0x12c)][_0x210f5c(0x145)][_0x210f5c(0x135)]),_0x425bcc[_0x210f5c(0x15c)]),_0xa1d10[_0x210f5c(0x14d)][_0x210f5c(0x135)]));const _0x51b859=(0x0,pickleParser[_0x210f5c(0x140)])(_0xa1d10[_0x210f5c(0x14d)]),_0x2b235e=_0xa1d10['testCase'][_0x210f5c(0x159)],_0x5bcc6b=_0xa1d10[_0x210f5c(0x13f)],_0x136128=_0x2b235e[_0x210f5c(0x13d)];for(let _0x572616=0x0;_0x425bcc[_0x210f5c(0x133)](_0x572616,_0x136128);_0x572616++){const _0x5b0abe=_0x2b235e[_0x572616];if(_0x5b0abe[_0x210f5c(0x168)]&&_0x5b0abe[_0x210f5c(0x125)])_0x4ea2ff=!![],console[_0x210f5c(0x12b)](_0x425bcc[_0x210f5c(0x142)](_0x425bcc[_0x210f5c(0x131)](_0x425bcc['KeIBL'](_0x425bcc['nrIEu'],_0x51b859[_0x5b0abe[_0x210f5c(0x125)][_0x210f5c(0x15f)]]['text']),_0x425bcc['lAKcX']),_0x5bcc6b[_0x572616][_0x210f5c(0x12e)][_0x210f5c(0x16b)]())),_0x425bcc[_0x210f5c(0x124)](_0x323051,_0x5bcc6b[_0x572616]['status'][_0x210f5c(0x16b)]());else _0x5b0abe[_0x210f5c(0x168)]&&(!_0x5b0abe[_0x210f5c(0x168)][_0x210f5c(0x127)][_0x210f5c(0x134)](_0x425bcc[_0x210f5c(0x157)])&&(_0x425bcc[_0x210f5c(0x124)](_0x323051,_0x5bcc6b[_0x572616][_0x210f5c(0x12e)]['toUpperCase']()),_0x4ea2ff?console[_0x210f5c(0x12b)](_0x425bcc[_0x210f5c(0x142)](_0x425bcc[_0x210f5c(0x15d)],_0x5bcc6b[_0x572616][_0x210f5c(0x12e)][_0x210f5c(0x16b)]())):console['log'](_0x425bcc[_0x210f5c(0x123)](_0x425bcc[_0x210f5c(0x16c)],_0x5bcc6b[_0x572616][_0x210f5c(0x12e)][_0x210f5c(0x16b)]()))));if(_0x425bcc[_0x210f5c(0x16e)](_0x5bcc6b[_0x572616][_0x210f5c(0x12e)][_0x210f5c(0x16b)](),_0x425bcc[_0x210f5c(0x11f)])){_0x530491=!![];const _0x3fe9d2=_0x425bcc['dGzBG'](nestedKeyValue,_0x5bcc6b[_0x572616],[_0x425bcc[_0x210f5c(0x164)],_0x425bcc[_0x210f5c(0x11d)]]);_0x3fe9d2&&(testsErrorMessage[_0x425bcc['SOaAf'](_0x425bcc[_0x210f5c(0x132)](_0xa1d10[_0x210f5c(0x12c)][_0x210f5c(0x145)][_0x210f5c(0x135)],_0x425bcc[_0x210f5c(0x15c)]),_0xa1d10[_0x210f5c(0x14d)]['name'])]=_0x3fe9d2,console[_0x210f5c(0x12b)](_0x425bcc[_0x210f5c(0x16a)](_0x3fe9d2,'\x0a')));}}}_0x530491&&(testSuitesFailed+=0x1),console[_0x210f5c(0x12b)]('\x0a');}}module['exports']=BrowserstackFormatter;
1
+ const a7_0x3d7138=a7_0x14b8;function a7_0x5b37(){const _0x495dc7=['\x20\x20\x20\x20','pmYsQ','toUpperCase','test-case-started','MSEzu','pickle','IiXqH','cucumber','dPEMM','undefined','getTestCaseAttempt','iAXIo','SJWzm','line','1685314xMaNZy','uri','bmpAe','UzVER','__platform','rafqQ','670512UuTXHJ','HQArs','includes','testCase','gqNYJ','kdDWJ','result','pMlqR','status','cPpWq','OKyXD','jxVTO','31986BvvPSq','\x20-\x20','OYjXE','qxqJY','zJCaP','env','mzPBT','actionLocation','steps','test-run-finished','9073341VtLQIS','exports','19523770BBlhJL','getTestCaseData','gherkinDocument','name','9415552iXZyxT','CKgIw','1MDzhSl','cucumber/lib/formatter/helpers/pickle_parser.js','beYsi','stepResults','AvwVA','ndOZm','qWvFH','eventDataCollector','exception','log','getStepLineToPickledStepMap','dLyDi','oSuQR','CawvB','xeXRW','Executing\x20tests\x20for\x20','CONFIG','532540Mmgllr','sourceLocation','FrCPB','OunOx','forEach','CkONr','UtdVU','length','KKxgN','text','logTestCaseFinished','test-step-started','SXAYd','FAILED','335zoRzcB','test-case-finished','PASSED','7YSgOyv','UNDEFINED','eventBroadcaster'];a7_0x5b37=function(){return _0x495dc7;};return a7_0x5b37();}function a7_0x14b8(_0x11a1d1,_0x3c9fae){const _0x5b3709=a7_0x5b37();return a7_0x14b8=function(_0x14b81e,_0x46dba8){_0x14b81e=_0x14b81e-0x7d;let _0x13976c=_0x5b3709[_0x14b81e];return _0x13976c;},a7_0x14b8(_0x11a1d1,_0x3c9fae);}(function(_0x35b885,_0x3e3aee){const _0x4119c7=a7_0x14b8,_0x227588=_0x35b885();while(!![]){try{const _0x4f50c4=-parseInt(_0x4119c7(0xa2))/0x1*(parseInt(_0x4119c7(0x7e))/0x2)+parseInt(_0x4119c7(0x84))/0x3+parseInt(_0x4119c7(0xb3))/0x4+-parseInt(_0x4119c7(0xc1))/0x5*(parseInt(_0x4119c7(0x90))/0x6)+parseInt(_0x4119c7(0xc4))/0x7*(-parseInt(_0x4119c7(0xa0))/0x8)+parseInt(_0x4119c7(0x9a))/0x9+parseInt(_0x4119c7(0x9c))/0xa;if(_0x4f50c4===_0x3e3aee)break;else _0x227588['push'](_0x227588['shift']());}catch(_0x1cb6c3){_0x227588['push'](_0x227588['shift']());}}}(a7_0x5b37,0xe5963));const {requireModule,getPlatformName,nestedKeyValue}=require('../../../helpers/helper'),{Formatter}=requireModule(a7_0x3d7138(0xce)),pickleParser=requireModule(a7_0x3d7138(0xa3));class BrowserstackFormatter extends Formatter{constructor(_0x17105c){const _0x4d44e6=a7_0x3d7138,_0x50a911={'OYjXE':function(_0x3c7cf5,_0x141d86){return _0x3c7cf5!==_0x141d86;},'UtdVU':function(_0xdf20cd,_0x16da96){return _0xdf20cd!==_0x16da96;},'KKxgN':function(_0x487d70,_0x16e593){return _0x487d70(_0x16e593);},'kdDWJ':'test-run-started','aFHye':_0x4d44e6(0xca),'CkONr':_0x4d44e6(0xc2),'iAXIo':_0x4d44e6(0x99),'ndOZm':_0x4d44e6(0xbe)};super(_0x17105c),_0x17105c[_0x4d44e6(0xc6)]['on'](_0x50a911[_0x4d44e6(0x89)],()=>{const _0x2e0357=_0x4d44e6;let _0x59dde2;if(_0x50a911[_0x2e0357(0x92)](process['env']['CONFIG'],undefined)){const _0x3c18fd=JSON['parse'](process[_0x2e0357(0x95)][_0x2e0357(0xb2)]);_0x59dde2=_0x3c18fd['capability'];}_0x50a911[_0x2e0357(0xb9)](_0x59dde2,undefined)&&(global[_0x2e0357(0x82)]=_0x50a911[_0x2e0357(0xbb)](getPlatformName,_0x59dde2),console[_0x2e0357(0xab)](_0x2e0357(0xb1)+global[_0x2e0357(0x82)]));}),_0x17105c[_0x4d44e6(0xc6)]['on'](_0x50a911['aFHye'],()=>{testSuites+=0x1;}),_0x17105c[_0x4d44e6(0xc6)]['on'](_0x50a911[_0x4d44e6(0xb8)],_0x233f15=>{const _0x2a5d39=_0x4d44e6;this[_0x2a5d39(0xbd)](_0x233f15);}),_0x17105c[_0x4d44e6(0xc6)]['on'](_0x50a911[_0x4d44e6(0xd2)],()=>{totalTests-=0x2;}),_0x17105c['eventBroadcaster']['on'](_0x50a911[_0x4d44e6(0xa7)],()=>{totalTests+=0x1;});}[a7_0x3d7138(0xbd)](_0x190241){const _0x973b06=a7_0x3d7138,_0x4f4cdc={'OKyXD':_0x973b06(0xc0),'beYsi':_0x973b06(0xc3),'yjBYz':'SKIPPED','qxqJY':'PENDING','SXAYd':_0x973b06(0xc5),'dLyDi':'UNKNOWN','EnVYW':'AMBIGUOUS','xeXRW':function(_0x24e159,_0x431a74){return _0x24e159+_0x431a74;},'CawvB':_0x973b06(0xc7),'bmpAe':_0x973b06(0x91),'AvwVA':function(_0x1688a8,_0x5e8ab8){return _0x1688a8(_0x5e8ab8);},'HQArs':'cucumber-js/test_old.setup.js','IiXqH':function(_0x16e459,_0x51774f){return _0x16e459+_0x51774f;},'qWvFH':'\x20\x20\x20\x20AFTER\x20-\x20','cPpWq':'\x20\x20\x20\x20BEFORE\x20-\x20','zJCaP':function(_0x3a61a0,_0xe46048){return _0x3a61a0===_0xe46048;},'dPEMM':function(_0x573a02,_0x38b1a4,_0x3be512){return _0x573a02(_0x38b1a4,_0x3be512);},'gqNYJ':_0x973b06(0x8a),'CKgIw':_0x973b06(0xaa),'pMlqR':'stack','pmYsQ':function(_0x5489f9,_0x213da3){return _0x5489f9+_0x213da3;},'MSEzu':function(_0x3fb763,_0x185263){return _0x3fb763!==_0x185263;},'VTqdb':function(_0x498daa,_0x561d82){return _0x498daa+_0x561d82;},'BKPgk':function(_0x319c5a,_0x39f65f){return _0x319c5a!==_0x39f65f;},'mzPBT':_0x973b06(0xd0),'OunOx':function(_0x14f159,_0x3edeb8){return _0x14f159+_0x3edeb8;},'PRxgx':function(_0x4b6db8,_0x44ceef){return _0x4b6db8+_0x44ceef;},'kCMtO':function(_0x1061cb,_0x1b70e1){return _0x1061cb<_0x1b70e1;},'UzVER':function(_0x4ee4ea,_0x590746){return _0x4ee4ea+_0x590746;},'oSuQR':function(_0x459969,_0x2edf48){return _0x459969+_0x2edf48;},'jxVTO':function(_0x88ed21,_0x15f58f){return _0x88ed21(_0x15f58f);},'rafqQ':function(_0x105b74,_0x32f701){return _0x105b74+_0x32f701;},'FrCPB':function(_0x1ec5cb,_0x239bfa){return _0x1ec5cb===_0x239bfa;},'DNmPE':function(_0x333905,_0x43fbff){return _0x333905+_0x43fbff;},'jLuLU':function(_0x4d49fc,_0x298440){return _0x4d49fc+_0x298440;},'SJWzm':function(_0x36f216,_0xe8e2e4){return _0x36f216+_0xe8e2e4;}};let _0xbf25a1=![];function _0x2f5bfe(_0x5890e7){const _0x11fd59=_0x973b06;switch(_0x5890e7){case _0x4f4cdc[_0x11fd59(0x8e)]:testsFailed+=0x1;break;case _0x4f4cdc[_0x11fd59(0xa4)]:testsPassed+=0x1;break;case _0x4f4cdc['yjBYz']:testsSkipped+=0x1;break;case _0x4f4cdc[_0x11fd59(0x93)]:testsPending+=0x1;break;case _0x4f4cdc[_0x11fd59(0xbf)]:testsUndefined+=0x1;break;case _0x4f4cdc[_0x11fd59(0xad)]:testsUnknown+=0x1;break;case _0x4f4cdc['EnVYW']:testsAmbiguous+=0x1;break;default:break;}}_0x4f4cdc[_0x973b06(0xcb)](global[_0x973b06(0x82)],undefined)&&console[_0x973b06(0xab)](_0x4f4cdc['VTqdb'](_0x4f4cdc[_0x973b06(0xb0)]('\x0a',global[_0x973b06(0x82)]),'\x0a'));let _0x5af404=![];if(_0x4f4cdc['BKPgk'](typeof this[_0x973b06(0xa9)][_0x973b06(0x9d)],_0x4f4cdc[_0x973b06(0x96)])){var _0x1bd181=this[_0x973b06(0xa9)][_0x973b06(0x9d)](_0x190241[_0x973b06(0xb4)]),_0x2ad41e=_0x1bd181[_0x973b06(0xcc)],_0x513212=_0x1bd181[_0x973b06(0x87)];console[_0x973b06(0xab)](_0x4f4cdc[_0x973b06(0xb0)]('\x20\x20',_0x2ad41e[_0x973b06(0x9f)]));var _0x3de0c6=(0x0,pickleParser[_0x973b06(0xac)])(_0x2ad41e);_0x513212[_0x973b06(0x98)][_0x973b06(0xb7)](function(_0x99cc2f){const _0x12967a=_0x973b06;if(_0x99cc2f['actionLocation']&&_0x99cc2f[_0x12967a(0xb4)])_0xbf25a1=!![],console['log'](_0x4f4cdc[_0x12967a(0xb0)](_0x4f4cdc[_0x12967a(0xb0)](_0x4f4cdc['xeXRW'](_0x4f4cdc[_0x12967a(0xaf)],_0x3de0c6[_0x99cc2f['sourceLocation'][_0x12967a(0x7d)]][_0x12967a(0xbc)]),_0x4f4cdc[_0x12967a(0x80)]),_0x99cc2f['result'][_0x12967a(0x8c)][_0x12967a(0xc9)]())),_0x4f4cdc[_0x12967a(0xa6)](_0x2f5bfe,_0x99cc2f[_0x12967a(0x8a)][_0x12967a(0x8c)][_0x12967a(0xc9)]());else _0x99cc2f[_0x12967a(0x97)]&&(!_0x99cc2f['actionLocation'][_0x12967a(0x7f)][_0x12967a(0x86)](_0x4f4cdc['HQArs'])&&(_0x4f4cdc[_0x12967a(0xa6)](_0x2f5bfe,_0x99cc2f['result'][_0x12967a(0x8c)][_0x12967a(0xc9)]()),_0xbf25a1?console[_0x12967a(0xab)](_0x4f4cdc[_0x12967a(0xcd)](_0x4f4cdc[_0x12967a(0xa8)],_0x99cc2f[_0x12967a(0x8a)][_0x12967a(0x8c)]['toUpperCase']())):console[_0x12967a(0xab)](_0x4f4cdc[_0x12967a(0xcd)](_0x4f4cdc[_0x12967a(0x8d)],_0x99cc2f['result'][_0x12967a(0x8c)][_0x12967a(0xc9)]()))));if(_0x4f4cdc[_0x12967a(0x94)](_0x99cc2f[_0x12967a(0x8a)][_0x12967a(0x8c)]['toUpperCase'](),_0x4f4cdc[_0x12967a(0x8e)])){const _0x365690=_0x4f4cdc[_0x12967a(0xcf)](nestedKeyValue,_0x99cc2f,[_0x4f4cdc[_0x12967a(0x88)],_0x4f4cdc[_0x12967a(0xa1)],_0x4f4cdc[_0x12967a(0x8b)]]);_0x365690&&(testsErrorMessage[_0x2ad41e[_0x12967a(0x9f)]]=_0x365690,console[_0x12967a(0xab)](_0x4f4cdc[_0x12967a(0xc8)](_0x365690,'\x0a'))),_0x5af404=!![];}});}else{const _0x45f9db=this['eventDataCollector'][_0x973b06(0xd1)](_0x190241);console[_0x973b06(0xab)](_0x4f4cdc[_0x973b06(0xb6)](_0x4f4cdc['OunOx'](_0x4f4cdc['PRxgx']('\x20\x20',_0x45f9db[_0x973b06(0x9e)]['feature'][_0x973b06(0x9f)]),_0x4f4cdc['bmpAe']),_0x45f9db[_0x973b06(0xcc)][_0x973b06(0x9f)]));const _0x2c95cd=(0x0,pickleParser['getStepLineToPickledStepMap'])(_0x45f9db[_0x973b06(0xcc)]),_0x531738=_0x45f9db[_0x973b06(0x87)][_0x973b06(0x98)],_0x23918d=_0x45f9db[_0x973b06(0xa5)],_0x26425d=_0x531738[_0x973b06(0xba)];for(let _0x346129=0x0;_0x4f4cdc['kCMtO'](_0x346129,_0x26425d);_0x346129++){const _0x27ae01=_0x531738[_0x346129];if(_0x27ae01[_0x973b06(0x97)]&&_0x27ae01[_0x973b06(0xb4)])_0xbf25a1=!![],console['log'](_0x4f4cdc[_0x973b06(0x81)](_0x4f4cdc[_0x973b06(0xae)](_0x4f4cdc[_0x973b06(0xcd)](_0x4f4cdc['CawvB'],_0x2c95cd[_0x27ae01['sourceLocation'][_0x973b06(0x7d)]][_0x973b06(0xbc)]),_0x4f4cdc[_0x973b06(0x80)]),_0x23918d[_0x346129][_0x973b06(0x8c)][_0x973b06(0xc9)]())),_0x4f4cdc[_0x973b06(0xa6)](_0x2f5bfe,_0x23918d[_0x346129][_0x973b06(0x8c)][_0x973b06(0xc9)]());else _0x27ae01['actionLocation']&&(!_0x27ae01[_0x973b06(0x97)][_0x973b06(0x7f)]['includes'](_0x4f4cdc[_0x973b06(0x85)])&&(_0x4f4cdc[_0x973b06(0x8f)](_0x2f5bfe,_0x23918d[_0x346129]['status']['toUpperCase']()),_0xbf25a1?console['log'](_0x4f4cdc[_0x973b06(0x83)](_0x4f4cdc['qWvFH'],_0x23918d[_0x346129][_0x973b06(0x8c)][_0x973b06(0xc9)]())):console['log'](_0x4f4cdc['rafqQ'](_0x4f4cdc['cPpWq'],_0x23918d[_0x346129][_0x973b06(0x8c)][_0x973b06(0xc9)]()))));if(_0x4f4cdc[_0x973b06(0xb5)](_0x23918d[_0x346129][_0x973b06(0x8c)][_0x973b06(0xc9)](),_0x4f4cdc[_0x973b06(0x8e)])){_0x5af404=!![];const _0x4a10d0=_0x4f4cdc[_0x973b06(0xcf)](nestedKeyValue,_0x23918d[_0x346129],[_0x4f4cdc['CKgIw'],_0x4f4cdc[_0x973b06(0x8b)]]);_0x4a10d0&&(testsErrorMessage[_0x4f4cdc['DNmPE'](_0x4f4cdc['jLuLU'](_0x45f9db[_0x973b06(0x9e)]['feature']['name'],_0x4f4cdc[_0x973b06(0x80)]),_0x45f9db[_0x973b06(0xcc)]['name'])]=_0x4a10d0,console[_0x973b06(0xab)](_0x4f4cdc[_0x973b06(0xd3)](_0x4a10d0,'\x0a')));}}}_0x5af404&&(testSuitesFailed+=0x1),console[_0x973b06(0xab)]('\x0a');}}module[a7_0x3d7138(0x9b)]=BrowserstackFormatter;
@@ -1 +1 @@
1
- const a8_0x345f80=a8_0x5029;(function(_0x46380c,_0x300805){const _0x275193=a8_0x5029,_0x6878=_0x46380c();while(!![]){try{const _0x3a1867=parseInt(_0x275193(0xe3))/0x1+parseInt(_0x275193(0x117))/0x2*(-parseInt(_0x275193(0x126))/0x3)+parseInt(_0x275193(0x113))/0x4*(-parseInt(_0x275193(0x133))/0x5)+-parseInt(_0x275193(0xfb))/0x6+-parseInt(_0x275193(0x112))/0x7*(parseInt(_0x275193(0xc4))/0x8)+-parseInt(_0x275193(0x13e))/0x9*(parseInt(_0x275193(0xfd))/0xa)+parseInt(_0x275193(0xc2))/0xb;if(_0x3a1867===_0x300805)break;else _0x6878['push'](_0x6878['shift']());}catch(_0x1089ae){_0x6878['push'](_0x6878['shift']());}}}(a8_0x22d0,0x80f59));const os=require('os'),path=require('path'),fs=require('fs'),stripAnsi=require(a8_0x345f80(0xdf)),{v4:uuidv4}=require(a8_0x345f80(0x13d)),util=require(a8_0x345f80(0x114)),hooksMap={},SessionHandler=require(a8_0x345f80(0xbc)),testhubUtils=require(a8_0x345f80(0xee)),{getGitMetaData,isUndefined,nestedKeyValue}=require('../../helpers/helper'),logger=require(a8_0x345f80(0xfc))['winstonLogger'],{o11yClassErrorHandler}=require('../../helpers/test-observability/error-handler'),{FRAMEWORKS}=require(a8_0x345f80(0xc7)),TestDetails=require(a8_0x345f80(0x123));this[a8_0x345f80(0x134)]=![],this[a8_0x345f80(0x107)]=null;function a8_0x5029(_0x1070e5,_0x33690c){const _0x22d078=a8_0x22d0();return a8_0x5029=function(_0x5029fd,_0x3054bf){_0x5029fd=_0x5029fd-0xbc;let _0x1ef5d0=_0x22d078[_0x5029fd];return _0x1ef5d0;},a8_0x5029(_0x1070e5,_0x33690c);}function a8_0x22d0(){const _0x43ff8a=['_gitConfigured','event_type','testCase','duration_in_ms','eVRqF','backtrace','AssertionError','tagExpression','getHookResult','uuid','18Yjxulw','uploadEventData','failureType','../../helpers/test-observability/sessionHandler','IEHJH','root','fAwYq','_gitMetadata','hxlDT','23040380JJYwIf','failure_type','232RfDsFl','testSteps','message','../../helpers/test-observability/constants.js','RuZrr','hook','TZCIU','astNodeIds','push','nanos','debug','test','sendTestRunEventForCucumber','zPPTq','qAnqy','toLowerCase','JzQDB','rule','getCucumberHookType','uri','exports','hook_run','passed','pickleStepId','result','match','getHookRunEventData','strip-ansi','iIVCF','length','ZkiBE','48613wAQWhO','failure_reason','name','sendHook','BEFORE_EACH','UnhandledError','CysSr','appendTesthubParams','getTestUUID','Exception\x20in\x20sending\x20hook\x20events:\x20','failed','../../helpers/testhub/utils','scenario','FIXfU','flatMap','jDkEB','HookRunFinished','filter','rySTu','FAILED','FszrI','test_run','exception','ZNOkv','970410jcOmrk','../../helpers/logger','672160aFcTYC','tQQFV','getScenarioExamples','PzQHl','stepResults','lmTUy','toISOString','relative','configureGit','children','_gitConfigPath','status','OPbDK','haLxT','BIOBg','hookId','testCaseStartedId','javascript','map','find','cucumber','46522YEXowz','2012vhvMDj','util','forEach','tableBody','1277336tPQVvZ','fOejG','wrPEZ','iRHrd','OsDkR','HookRunStarted','kYXPD','value','pending','cells','toString','hDmji','../playwright/reporter/test-details','xKTPR','testCaseFinished','3YbHlex','every','Glwkh','failure_data','tags','format','split','examples','failure','kDETa','zGTNL','unknown','testStepId','4845zMwpKI'];a8_0x22d0=function(){return _0x43ff8a;};return a8_0x22d0();}class TestObservabilityReporter{async[a8_0x345f80(0xd0)](_0x1ee4ef,_0x34cab6,_0x5c4d2d,_0x323442,_0x10e5ff,_0x45fc29={}){const _0x1d0f9c=a8_0x345f80,_0x458fd1={'iRHrd':function(_0x2e71f2,_0x3dfd85){return _0x2e71f2===_0x3dfd85;},'Glwkh':_0x1d0f9c(0xf6),'ojoEr':_0x1d0f9c(0xed),'jDkEB':'SKIPPED','MBODO':'skipped','fAwYq':function(_0x451ea3,_0x395a1f){return _0x451ea3||_0x395a1f;},'zGTNL':function(_0x427dba,_0x3def3d){return _0x427dba+_0x3def3d;},'RjHeg':_0x1d0f9c(0xcf),'qAnqy':_0x1d0f9c(0x10e),'iIVCF':_0x1d0f9c(0x111),'OsDkR':'pending','tQQFV':_0x1d0f9c(0xda),'eVRqF':function(_0x2b6f11,_0x17b865){return _0x2b6f11/_0x17b865;},'fOejG':function(_0xdfecde,_0x1c5e1e){return _0xdfecde(_0x1c5e1e);},'BIOBg':_0x1d0f9c(0x131),'LcEKr':function(_0x1e2348,_0x281df0){return _0x1e2348(_0x281df0);},'kYXPD':'AssertionError','lmTUy':_0x1d0f9c(0xe8)},{feature:_0x340319,scenario:_0x27216f,steps:_0x45ab04,uuid:_0x4d922f,startedAt:_0x261b59,finishedAt:_0x4f3a9e}=_0x458fd1[_0x1d0f9c(0xbf)](_0x10e5ff,{}),_0x51ec10=this['getScenarioExamples'](_0x34cab6,_0x5c4d2d);await this[_0x1d0f9c(0x105)]();const _0x172e09=_0x51ec10?_0x458fd1[_0x1d0f9c(0x130)](_0x458fd1[_0x1d0f9c(0x130)](_0x458fd1['zGTNL'](_0x5c4d2d[_0x1d0f9c(0xe5)],'\x20('),_0x51ec10['join'](',\x20')),')'):_0x5c4d2d['name'],_0x3fee2a={'uuid':_0x4d922f,'started_at':_0x261b59,'finished_at':_0x4f3a9e,'type':_0x458fd1['RjHeg'],'body':{'lang':_0x458fd1[_0x1d0f9c(0xd2)],'code':null},'name':_0x172e09,'scopes':[_0x340319?.[_0x1d0f9c(0xe5)]||''],'tags':_0x5c4d2d[_0x1d0f9c(0x12a)]?.[_0x1d0f9c(0x10f)](({name:_0x1e9523})=>_0x1e9523),'file_name':_0x5c4d2d[_0x1d0f9c(0xd7)],'location':_0x5c4d2d['uri'],'vc_filepath':this[_0x1d0f9c(0x107)]&&_0x5c4d2d[_0x1d0f9c(0xd7)]?path[_0x1d0f9c(0x104)](this[_0x1d0f9c(0x107)],_0x5c4d2d[_0x1d0f9c(0xd7)]):null,'framework':_0x458fd1[_0x1d0f9c(0xe0)],'result':_0x458fd1[_0x1d0f9c(0x11b)],'meta':{'feature':_0x340319,'scenario':_0x27216f,'steps':_0x45ab04,'examples':_0x51ec10},'customRerunParam':{'rerun_name':_0x172e09}};if(_0x1ee4ef[_0x1d0f9c(0x125)]&&_0x45ab04){const _0x4ec25c=_0x1ee4ef['testCaseFinished'];let _0x18fe4d=_0x458fd1[_0x1d0f9c(0xfe)];_0x45ab04[_0x1d0f9c(0x127)](_0x21e1b9=>{const _0xeabeba=_0x1d0f9c;if(_0x458fd1['iRHrd'](_0x21e1b9[_0xeabeba(0xdc)],_0x458fd1[_0xeabeba(0x128)]))return _0x18fe4d=_0x458fd1['ojoEr'],_0x4ec25c[_0xeabeba(0x12e)]=_0x21e1b9[_0xeabeba(0x12e)],_0x4ec25c[_0xeabeba(0x140)]=_0x21e1b9['failureType'],![];else{if(_0x458fd1[_0xeabeba(0x11a)](_0x21e1b9[_0xeabeba(0xdc)],_0x458fd1[_0xeabeba(0xf2)]))return _0x18fe4d=_0x458fd1['MBODO'],![];}return!![];}),_0x3fee2a['finished_at']=new Date()[_0x1d0f9c(0x103)](),_0x3fee2a[_0x1d0f9c(0xdc)]=_0x18fe4d,_0x3fee2a[_0x1d0f9c(0x137)]=_0x458fd1[_0x1d0f9c(0x138)](_0x4ec25c['timestamp']?.[_0x1d0f9c(0xcd)],0xf4240),_0x458fd1['iRHrd'](_0x18fe4d,_0x458fd1['ojoEr'])&&(_0x3fee2a[_0x1d0f9c(0x12e)]=[{'backtrace':[_0x4ec25c?.[_0x1d0f9c(0x12e)]?_0x458fd1[_0x1d0f9c(0x118)](stripAnsi,_0x4ec25c?.[_0x1d0f9c(0x12e)]):_0x458fd1[_0x1d0f9c(0x10b)]]}],_0x3fee2a[_0x1d0f9c(0xe4)]=_0x4ec25c?.[_0x1d0f9c(0x12e)]?_0x458fd1['LcEKr'](stripAnsi,_0x4ec25c?.['failure']):_0x4ec25c[_0x1d0f9c(0xc6)],_0x4ec25c?.[_0x1d0f9c(0x140)]&&(_0x3fee2a[_0x1d0f9c(0xc3)]=_0x4ec25c[_0x1d0f9c(0x140)][_0x1d0f9c(0xdd)](/AssertError/)?_0x458fd1[_0x1d0f9c(0x11d)]:_0x458fd1[_0x1d0f9c(0x102)]));}testhubUtils[_0x1d0f9c(0xea)](_0x3fee2a,_0x323442,'',FRAMEWORKS['CUCUMBER']);const _0x19a751={};_0x19a751[_0x1d0f9c(0x135)]=_0x323442,_0x19a751[_0x1d0f9c(0xf8)]=_0x3fee2a;const _0x18e2c0=_0x19a751;await SessionHandler['uploadEventData'](_0x18e2c0);}[a8_0x345f80(0xde)](_0x2c1554,_0x363232,_0x4ad886,_0x3d2af8,_0x904517,_0x222ea9){const _0x588f53=a8_0x345f80,_0x4ced62={};_0x4ced62[_0x588f53(0x10a)]=function(_0x277634,_0x5d5e38){return _0x277634===_0x5d5e38;},_0x4ced62['hDmji']=_0x588f53(0xf3),_0x4ced62['PzQHl']=_0x588f53(0x11f),_0x4ced62[_0x588f53(0xe2)]=_0x588f53(0xc9),_0x4ced62[_0x588f53(0xbd)]=_0x588f53(0x10e),_0x4ced62[_0x588f53(0x124)]=_0x588f53(0x111);const _0x2e6f16=_0x4ced62;if(_0x2e6f16['haLxT'](_0x363232,_0x2e6f16[_0x588f53(0x122)])){const _0x4d69ab=new Date()[_0x588f53(0x103)](),_0x311554=_0x222ea9[_0x588f53(0x10d)],_0x291a79=hooksMap[_0x311554];if(!_0x291a79)return;const _0x2125ee=_0x291a79[_0x588f53(0x110)](_0x12cc41=>_0x12cc41[_0x588f53(0x13d)]===_0x4ad886['id']);if(!_0x2125ee)return;const _0x3c2a1f=this[_0x588f53(0x13c)](_0x2c1554,_0x222ea9);_0x2125ee[_0x588f53(0xdc)]=_0x3c2a1f[_0x588f53(0x108)],_0x2125ee['finished_at']=_0x4d69ab,_0x2125ee[_0x588f53(0xc3)]=_0x3c2a1f[_0x588f53(0x140)];const _0x19cddd={};return _0x19cddd[_0x588f53(0x139)]=_0x3c2a1f['failureData'],_0x2125ee[_0x588f53(0x129)]=[_0x19cddd],_0x2125ee;}const _0x52310f=TestDetails[_0x588f53(0xeb)](_0x222ea9[_0x588f53(0x10d)]),_0x1d7ed1=new Date()[_0x588f53(0x103)](),_0x48dad4=_0x2e6f16[_0x588f53(0x100)],_0x1ac340=_0x4ad886[_0x588f53(0x13b)]?_0x4ad886[_0x588f53(0x13b)][_0x588f53(0x12c)]('\x20')[_0x588f53(0xf4)](_0x2d20c5=>_0x2d20c5['includes']('@')):null,_0x397dc6=_0x2c1554['pickle'][_0x588f53(0xd7)],_0x57024e={'uuid':_0x4ad886['id'],'type':_0x2e6f16['ZkiBE'],'hook_type':_0x904517,'name':_0x4ad886?.['name']||'','body':{'lang':_0x2e6f16[_0x588f53(0xbd)],'code':null},'tags':_0x1ac340,'test_run_id':_0x52310f,'scopes':[_0x3d2af8?.['feature']?.['name']||''],'file_name':_0x397dc6,'location':_0x397dc6,'vc_filepath':this['_gitMetadata']&&this[_0x588f53(0xc0)]['root']?path['relative'](this[_0x588f53(0xc0)]['root'],_0x2c1554):null,'result':_0x48dad4[_0x588f53(0x108)],'started_at':_0x1d7ed1,'framework':_0x2e6f16['xKTPR']};return _0x57024e;}async[a8_0x345f80(0xe6)](_0x40cbe2,_0x31e31c,_0x22c467,_0x2c3f71){const _0x5801bc=a8_0x345f80,_0x3195a4={};_0x3195a4[_0x5801bc(0xd4)]=function(_0x1019cd,_0x14ad78){return _0x1019cd===_0x14ad78;},_0x3195a4[_0x5801bc(0xca)]=_0x5801bc(0x11c);const _0x1316d4=_0x3195a4;try{const _0x4a3e44=_0x40cbe2[_0x5801bc(0x136)][_0x5801bc(0xc5)],_0x2831ec=_0x4a3e44[_0x5801bc(0x110)](_0x4a9da5=>_0x4a9da5['id']===_0x2c3f71[_0x5801bc(0x132)]);if(!_0x2831ec[_0x5801bc(0x10c)])return;const _0x5e69d2=_0x2c3f71['testCaseStartedId'],_0x342eff=this[_0x5801bc(0xd6)](_0x4a3e44,_0x2831ec),_0x15eda4=this['getHookRunEventData'](_0x40cbe2,_0x31e31c,_0x2831ec,_0x22c467,_0x342eff,_0x2c3f71);if(!_0x15eda4)return;_0x1316d4[_0x5801bc(0xd4)](_0x31e31c,_0x1316d4[_0x5801bc(0xca)])&&(hooksMap[_0x5e69d2]?hooksMap[_0x5e69d2][_0x5801bc(0xcc)](_0x15eda4):hooksMap[_0x5e69d2]=[_0x15eda4]);const _0x52d0df={};_0x52d0df[_0x5801bc(0x135)]=_0x31e31c,_0x52d0df[_0x5801bc(0xd9)]=_0x15eda4;const _0x5255d3=_0x52d0df;await SessionHandler[_0x5801bc(0x13f)](_0x5255d3);}catch(_0x327c10){logger[_0x5801bc(0xce)](_0x5801bc(0xec)+util[_0x5801bc(0x12b)](_0x327c10));}}[a8_0x345f80(0x13c)](_0x196bee,_0x190b05){const _0xe729b7=a8_0x345f80,_0xddd7b5={};_0xddd7b5['hxlDT']=function(_0x5e8024,_0x3d9335){return _0x5e8024===_0x3d9335;},_0xddd7b5[_0xe729b7(0xe9)]=_0xe729b7(0xed),_0xddd7b5[_0xe729b7(0x119)]=function(_0x709687,_0x4bf9c9){return _0x709687===_0x4bf9c9;},_0xddd7b5[_0xe729b7(0xfa)]='UnhandledError',_0xddd7b5[_0xe729b7(0xf5)]=_0xe729b7(0x13a),_0xddd7b5[_0xe729b7(0xd1)]=function(_0x5f4f52,_0x82cebf){return _0x5f4f52||_0x82cebf;};const _0x596356=_0xddd7b5,_0xcdc537=_0x196bee[_0xe729b7(0x101)][_0x190b05['testStepId']];let _0x43c864,_0x699f8f;return _0x596356[_0xe729b7(0xc1)](_0xcdc537?.['status'][_0xe729b7(0x121)]()[_0xe729b7(0xd3)](),_0x596356[_0xe729b7(0xe9)])&&(_0x43c864=_0x596356[_0xe729b7(0xc1)](_0xcdc537?.[_0xe729b7(0xf9)],undefined)?_0xcdc537?.[_0xe729b7(0xc6)]:_0xcdc537?.[_0xe729b7(0xf9)]?.[_0xe729b7(0xc6)],_0x699f8f=_0x596356[_0xe729b7(0x119)](_0xcdc537?.['exception'],undefined)?_0x596356[_0xe729b7(0xfa)]:_0xcdc537?.['message'][_0xe729b7(0xdd)](/Assert/)?_0x596356[_0xe729b7(0xf5)]:_0x596356[_0xe729b7(0xfa)]),{'status':_0xcdc537[_0xe729b7(0x108)][_0xe729b7(0xd3)](),'failureType':_0x596356[_0xe729b7(0xd1)](_0x699f8f,null),'failureData':!_0x43c864?null:[_0x43c864]};}[a8_0x345f80(0xd6)](_0x45de9e,_0x1642dc){const _0x128696=a8_0x345f80,_0x4c6d53={};_0x4c6d53[_0x128696(0xc8)]=function(_0x4a6d2b,_0x1ccf97){return _0x4a6d2b===_0x1ccf97;},_0x4c6d53[_0x128696(0x12f)]='AFTER_EACH',_0x4c6d53[_0x128696(0x109)]=_0x128696(0xe7);const _0x1e4f95=_0x4c6d53;let _0x395c0d=![];for(const _0xe8b524 of _0x45de9e){_0xe8b524[_0x128696(0xdb)]&&(_0x395c0d=!![]);if(_0x1e4f95[_0x128696(0xc8)](_0x1642dc['id'],_0xe8b524['id']))return _0x395c0d?_0x1e4f95['kDETa']:_0x1e4f95[_0x128696(0x109)];}}[a8_0x345f80(0xff)]=(_0x19331b,_0xf6d9cb)=>{const _0x330aaf=a8_0x345f80,_0x1612b7={};_0x1612b7[_0x330aaf(0xf0)]=function(_0x5650ff,_0x29c68b){return _0x5650ff===_0x29c68b;},_0x1612b7['FszrI']=function(_0x24f7da,_0x46cf01){return _0x24f7da>_0x46cf01;};const _0xbdf3df=_0x1612b7;if(!_0xbdf3df[_0x330aaf(0xf7)](_0xf6d9cb[_0x330aaf(0xcb)]?.[_0x330aaf(0xe1)],0x1))return;const _0x4a8ff3=_0xf6d9cb[_0x330aaf(0xcb)][0x0],_0x2531b0=_0xf6d9cb[_0x330aaf(0xcb)][0x1],_0x44423c=_0x19331b['feature']?.[_0x330aaf(0x106)];let _0x5dea9a=[];_0x44423c?.[_0x330aaf(0x115)](_0x157d82=>{const _0x32f597=_0x330aaf;if(_0x157d82[_0x32f597(0xd5)])_0x157d82[_0x32f597(0xd5)][_0x32f597(0x106)][_0x32f597(0x115)](_0x26637d=>{const _0x454dd0=_0x32f597;if(_0x26637d[_0x454dd0(0xef)]&&_0xbdf3df[_0x454dd0(0xf0)](_0x26637d[_0x454dd0(0xef)]['id'],_0x4a8ff3)&&_0x26637d[_0x454dd0(0xef)][_0x454dd0(0x12d)]){const _0x370940=_0x26637d[_0x454dd0(0xef)]['examples'][_0x454dd0(0xf1)](_0x53ef7b=>_0x53ef7b[_0x454dd0(0x116)])[_0x454dd0(0x110)](_0x1300a8=>_0x1300a8['id']===_0x2531b0)?.[_0x454dd0(0x120)][_0x454dd0(0x10f)](_0x197c86=>_0x197c86[_0x454dd0(0x11e)]);_0x370940&&(_0x5dea9a=_0x370940);}});else{if(_0x157d82['scenario']&&_0xbdf3df[_0x32f597(0xf0)](_0x157d82[_0x32f597(0xef)]['id'],_0x4a8ff3)&&_0x157d82[_0x32f597(0xef)][_0x32f597(0x12d)]){const _0xd7c3b3=_0x157d82[_0x32f597(0xef)][_0x32f597(0x12d)][_0x32f597(0xf1)](_0x220184=>_0x220184['tableBody'])[_0x32f597(0x110)](_0x9a9c68=>_0x9a9c68['id']===_0x2531b0)?.[_0x32f597(0x120)][_0x32f597(0x10f)](_0x3d2cbe=>_0x3d2cbe[_0x32f597(0x11e)]);_0xd7c3b3&&(_0x5dea9a=_0xd7c3b3);}}});if(_0x5dea9a[_0x330aaf(0xe1)])return _0x5dea9a;return;};async[a8_0x345f80(0x105)](){const _0xaff952=a8_0x345f80,_0x1ad69f={'HPzZN':function(_0x38f269){return _0x38f269();}};if(this['_gitConfigured'])return this[_0xaff952(0x107)];const _0xa9adc7=await _0x1ad69f['HPzZN'](getGitMetaData);_0xa9adc7&&(this['_gitConfigPath']=_0xa9adc7[_0xaff952(0xbe)]),this[_0xaff952(0x134)]=!![];}}module[a8_0x345f80(0xd8)]=o11yClassErrorHandler(TestObservabilityReporter,[a8_0x345f80(0x105),a8_0x345f80(0xff),a8_0x345f80(0xd6),a8_0x345f80(0x13c),a8_0x345f80(0xe6),a8_0x345f80(0xde),'sendTestRunEventForCucumber']);
1
+ const a8_0x39a2c7=a8_0x21d2;function a8_0x21d2(_0x575288,_0x17fd33){const _0x4e8dcc=a8_0x4e8d();return a8_0x21d2=function(_0x21d2ef,_0x4e6119){_0x21d2ef=_0x21d2ef-0x9b;let _0x5ebb30=_0x4e8dcc[_0x21d2ef];return _0x5ebb30;},a8_0x21d2(_0x575288,_0x17fd33);}(function(_0x5f0f92,_0x5b34a6){const _0x3b1a41=a8_0x21d2,_0x1d9b71=_0x5f0f92();while(!![]){try{const _0x4566d0=-parseInt(_0x3b1a41(0xb8))/0x1+parseInt(_0x3b1a41(0xdc))/0x2*(-parseInt(_0x3b1a41(0xe4))/0x3)+-parseInt(_0x3b1a41(0xe0))/0x4*(-parseInt(_0x3b1a41(0x105))/0x5)+-parseInt(_0x3b1a41(0xe9))/0x6*(-parseInt(_0x3b1a41(0xea))/0x7)+parseInt(_0x3b1a41(0xae))/0x8*(parseInt(_0x3b1a41(0xe3))/0x9)+parseInt(_0x3b1a41(0xb2))/0xa*(-parseInt(_0x3b1a41(0x119))/0xb)+parseInt(_0x3b1a41(0xe2))/0xc;if(_0x4566d0===_0x5b34a6)break;else _0x1d9b71['push'](_0x1d9b71['shift']());}catch(_0x547159){_0x1d9b71['push'](_0x1d9b71['shift']());}}}(a8_0x4e8d,0x763b0));const os=require('os'),path=require(a8_0x39a2c7(0x11a)),fs=require('fs'),stripAnsi=require('strip-ansi'),{v4:uuidv4}=require('uuid'),util=require(a8_0x39a2c7(0xfd)),hooksMap={},SessionHandler=require(a8_0x39a2c7(0xf5)),testhubUtils=require(a8_0x39a2c7(0x11b)),{getGitMetaData,isUndefined,nestedKeyValue}=require(a8_0x39a2c7(0xbe)),logger=require('../../helpers/logger')['winstonLogger'],{o11yClassErrorHandler}=require(a8_0x39a2c7(0xff)),{FRAMEWORKS}=require(a8_0x39a2c7(0xc8)),TestDetails=require(a8_0x39a2c7(0xe5));function a8_0x4e8d(){const _0x4591dc=['cMPwu','hauky','uri','CUCUMBER','find','../../helpers/helper','examples','wNrnn','sendTestRunEventForCucumber','testCase','NhgKX','BaRYs','failureData','getTestUUID','Exception\x20in\x20sending\x20hook\x20events:\x20','../../helpers/test-observability/constants.js','result','hookId','children','failed','astNodeIds','lRBxD','join','uploadEventData','_gitConfigured','vlAYF','Lxlvh','AssertionError','testStepId','status','flatMap','length','scenario','test_run','name','396696QJxltv','getHookRunEventData','TQtza','VzwTb','2386952Xregcw','failure_type','993312jTMtIK','189FFwpLQ','3EhPChk','../playwright/reporter/test-details','pMnPM','_gitConfigPath','failure','6vasExR','4586701pbfvdo','configureGit','Momkc','szfhr','tableBody','getScenarioExamples','testCaseStartedId','DMzWM','uJilm','testCaseFinished','finished_at','../../helpers/test-observability/sessionHandler','rZHIe','value','ejPIb','EvQMT','getCucumberHookType','forEach','pickle','util','UnhandledError','../../helpers/test-observability/error-handler','includes','cells','aTgWR','lmLbM','hook_run','5vVkgDS','pending','format','debug','gIHho','toISOString','gttFm','HvkvV','rule','hook','testSteps','nanos','unknown','Xknis','push','root','skipped','tagExpression','_gitMetadata','HookRunStarted','6413MwsgSE','path','../../helpers/testhub/utils','anIwy','hQILn','appendTesthubParams','backtrace','failure_reason','BEFORE_EACH','toString','EcvSF','failureType','jqVPT','toLowerCase','map','every','iwJAO','exception','lHHdk','event_type','message','uuid','ltVZc','HookRunFinished','feature','passed','match','sendHook','99432wWPxso','relative','cucumber','javascript','13300aGeKEL','duration_in_ms','vxEbd','ZHhkp','getHookResult','jAxAW','137756kefGhJ'];a8_0x4e8d=function(){return _0x4591dc;};return a8_0x4e8d();}this['_gitConfigured']=![],this[a8_0x39a2c7(0xe7)]=null;class TestObservabilityReporter{async[a8_0x39a2c7(0xc1)](_0x2a52aa,_0x3adc27,_0x56d1ea,_0x13fc80,_0x521c8c,_0x2b8af8={}){const _0x5138cd=a8_0x39a2c7,_0x4c46c0={'BaRYs':function(_0x13e37d,_0x5c4d6d){return _0x13e37d===_0x5c4d6d;},'uJilm':'FAILED','ltVZc':_0x5138cd(0xcc),'EcvSF':function(_0x3e1e78,_0x460a8d){return _0x3e1e78===_0x460a8d;},'cpKLX':'SKIPPED','nOEbT':_0x5138cd(0x115),'gttFm':function(_0x3f581b,_0x4ff931){return _0x3f581b||_0x4ff931;},'GoEeM':function(_0x281b6e,_0x18f189){return _0x281b6e+_0x18f189;},'HvkvV':function(_0x353455,_0xcad78c){return _0x353455+_0xcad78c;},'pHKMJ':'test','iwJAO':_0x5138cd(0xb1),'rhaXP':'cucumber','cMPwu':_0x5138cd(0x106),'ZHhkp':_0x5138cd(0xab),'lHHdk':function(_0x59293c,_0x2a9335){return _0x59293c/_0x2a9335;},'jAxAW':function(_0x238fac,_0x47fe19){return _0x238fac===_0x47fe19;},'pRtby':function(_0x5f7e33,_0x3e87cd){return _0x5f7e33(_0x3e87cd);},'pMnPM':_0x5138cd(0x111),'aTgWR':'AssertionError','szfhr':_0x5138cd(0xfe)},{feature:_0x3d732f,scenario:_0x2395d5,steps:_0x204326,uuid:_0x581c9f,startedAt:_0x3882cd,finishedAt:_0x3d3dfd}=_0x4c46c0[_0x5138cd(0x10b)](_0x521c8c,{}),_0x3ad575=this[_0x5138cd(0xef)](_0x3adc27,_0x56d1ea);await this[_0x5138cd(0xeb)]();const _0x44958e=_0x3ad575?_0x4c46c0['GoEeM'](_0x4c46c0[_0x5138cd(0x10c)](_0x4c46c0[_0x5138cd(0x10c)](_0x56d1ea[_0x5138cd(0xdb)],'\x20('),_0x3ad575[_0x5138cd(0xcf)](',\x20')),')'):_0x56d1ea['name'],_0x2bba01={'uuid':_0x581c9f,'started_at':_0x3882cd,'finished_at':_0x3d3dfd,'type':_0x4c46c0['pHKMJ'],'body':{'lang':_0x4c46c0[_0x5138cd(0xa2)],'code':null},'name':_0x44958e,'scopes':[_0x3d732f?.['name']||''],'tags':_0x56d1ea['tags']?.[_0x5138cd(0xa0)](({name:_0x1df09a})=>_0x1df09a),'file_name':_0x56d1ea[_0x5138cd(0xbb)],'location':_0x56d1ea[_0x5138cd(0xbb)],'vc_filepath':this[_0x5138cd(0xe7)]&&_0x56d1ea[_0x5138cd(0xbb)]?path['relative'](this[_0x5138cd(0xe7)],_0x56d1ea['uri']):null,'framework':_0x4c46c0['rhaXP'],'result':_0x4c46c0[_0x5138cd(0xb9)],'meta':{'feature':_0x3d732f,'scenario':_0x2395d5,'steps':_0x204326,'examples':_0x3ad575},'customRerunParam':{'rerun_name':_0x44958e}};if(_0x2a52aa[_0x5138cd(0xf3)]&&_0x204326){const _0x37cd82=_0x2a52aa['testCaseFinished'];let _0x46f2ee=_0x4c46c0[_0x5138cd(0xb5)];_0x204326[_0x5138cd(0xa1)](_0x49525b=>{const _0x231bed=_0x5138cd;if(_0x4c46c0[_0x231bed(0xc4)](_0x49525b[_0x231bed(0xc9)],_0x4c46c0[_0x231bed(0xf2)]))return _0x46f2ee=_0x4c46c0[_0x231bed(0xa8)],_0x37cd82[_0x231bed(0xe8)]=_0x49525b['failure'],_0x37cd82[_0x231bed(0x9d)]=_0x49525b[_0x231bed(0x9d)],![];else{if(_0x4c46c0[_0x231bed(0x9c)](_0x49525b[_0x231bed(0xc9)],_0x4c46c0['cpKLX']))return _0x46f2ee=_0x4c46c0['nOEbT'],![];}return!![];}),_0x2bba01[_0x5138cd(0xf4)]=new Date()['toISOString'](),_0x2bba01[_0x5138cd(0xc9)]=_0x46f2ee,_0x2bba01[_0x5138cd(0xb3)]=_0x4c46c0[_0x5138cd(0xa4)](_0x37cd82['timestamp']?.[_0x5138cd(0x110)],0xf4240),_0x4c46c0[_0x5138cd(0xb7)](_0x46f2ee,_0x4c46c0[_0x5138cd(0xa8)])&&(_0x2bba01['failure']=[{'backtrace':[_0x37cd82?.[_0x5138cd(0xe8)]?_0x4c46c0['pRtby'](stripAnsi,_0x37cd82?.[_0x5138cd(0xe8)]):_0x4c46c0[_0x5138cd(0xe6)]]}],_0x2bba01[_0x5138cd(0x120)]=_0x37cd82?.[_0x5138cd(0xe8)]?_0x4c46c0['pRtby'](stripAnsi,_0x37cd82?.[_0x5138cd(0xe8)]):_0x37cd82['message'],_0x37cd82?.[_0x5138cd(0x9d)]&&(_0x2bba01[_0x5138cd(0xe1)]=_0x37cd82[_0x5138cd(0x9d)][_0x5138cd(0xac)](/AssertError/)?_0x4c46c0[_0x5138cd(0x102)]:_0x4c46c0[_0x5138cd(0xed)]));}testhubUtils[_0x5138cd(0x11e)](_0x2bba01,_0x13fc80,'',FRAMEWORKS[_0x5138cd(0xbc)]);const _0x474114={};_0x474114[_0x5138cd(0xa5)]=_0x13fc80,_0x474114[_0x5138cd(0xda)]=_0x2bba01;const _0x51577f=_0x474114;await SessionHandler['uploadEventData'](_0x51577f);}['getHookRunEventData'](_0x1611ee,_0x4ac0ff,_0x5cc9b5,_0x77dd21,_0x134725,_0x62e0ac){const _0x528edf=a8_0x39a2c7,_0x119c6d={};_0x119c6d[_0x528edf(0xf9)]=function(_0x38ed51,_0x655dea){return _0x38ed51===_0x655dea;},_0x119c6d[_0x528edf(0x109)]=_0x528edf(0xa9),_0x119c6d[_0x528edf(0xec)]=_0x528edf(0x106),_0x119c6d['hQILn']=_0x528edf(0x10e),_0x119c6d[_0x528edf(0x112)]=_0x528edf(0xb1),_0x119c6d['ieEcI']=_0x528edf(0xb0);const _0x20748d=_0x119c6d;if(_0x20748d[_0x528edf(0xf9)](_0x4ac0ff,_0x20748d[_0x528edf(0x109)])){const _0x4aac56=new Date()[_0x528edf(0x10a)](),_0x55e485=_0x62e0ac['testCaseStartedId'],_0x5cd6f7=hooksMap[_0x55e485];if(!_0x5cd6f7)return;const _0x55a808=_0x5cd6f7[_0x528edf(0xbd)](_0x1a13c5=>_0x1a13c5[_0x528edf(0xa7)]===_0x5cc9b5['id']);if(!_0x55a808)return;const _0x4427cc=this['getHookResult'](_0x1611ee,_0x62e0ac);_0x55a808[_0x528edf(0xc9)]=_0x4427cc[_0x528edf(0xd6)],_0x55a808[_0x528edf(0xf4)]=_0x4aac56,_0x55a808['failure_type']=_0x4427cc[_0x528edf(0x9d)];const _0x78008a={};return _0x78008a[_0x528edf(0x11f)]=_0x4427cc[_0x528edf(0xc5)],_0x55a808['failure_data']=[_0x78008a],_0x55a808;}const _0x3a2699=TestDetails[_0x528edf(0xc6)](_0x62e0ac[_0x528edf(0xf0)]),_0x547a08=new Date()[_0x528edf(0x10a)](),_0x38c1c4=_0x20748d[_0x528edf(0xec)],_0x1287b0=_0x5cc9b5['tagExpression']?_0x5cc9b5[_0x528edf(0x116)]['split']('\x20')['filter'](_0x52f9e2=>_0x52f9e2[_0x528edf(0x100)]('@')):null,_0x2e6b98=_0x1611ee[_0x528edf(0xfc)][_0x528edf(0xbb)],_0x548732={'uuid':_0x5cc9b5['id'],'type':_0x20748d[_0x528edf(0x11d)],'hook_type':_0x134725,'name':_0x5cc9b5?.[_0x528edf(0xdb)]||'','body':{'lang':_0x20748d['Xknis'],'code':null},'tags':_0x1287b0,'test_run_id':_0x3a2699,'scopes':[_0x77dd21?.[_0x528edf(0xaa)]?.['name']||''],'file_name':_0x2e6b98,'location':_0x2e6b98,'vc_filepath':this[_0x528edf(0x117)]&&this[_0x528edf(0x117)][_0x528edf(0x114)]?path[_0x528edf(0xaf)](this['_gitMetadata'][_0x528edf(0x114)],_0x1611ee):null,'result':_0x38c1c4[_0x528edf(0xd6)],'started_at':_0x547a08,'framework':_0x20748d['ieEcI']};return _0x548732;}async['sendHook'](_0x28c5c4,_0x37e03d,_0x5c0771,_0x3f6d63){const _0x597e00=a8_0x39a2c7,_0x2150da={};_0x2150da['vlAYF']=function(_0x56f964,_0x555efc){return _0x56f964===_0x555efc;},_0x2150da[_0x597e00(0xf8)]=_0x597e00(0x118);const _0x15f2a5=_0x2150da;try{const _0x308906=_0x28c5c4[_0x597e00(0xc2)][_0x597e00(0x10f)],_0x1b3926=_0x308906[_0x597e00(0xbd)](_0x25397a=>_0x25397a['id']===_0x3f6d63[_0x597e00(0xd5)]);if(!_0x1b3926[_0x597e00(0xca)])return;const _0x4bbb55=_0x3f6d63[_0x597e00(0xf0)],_0x4dc2e7=this[_0x597e00(0xfa)](_0x308906,_0x1b3926),_0x2e5b59=this[_0x597e00(0xdd)](_0x28c5c4,_0x37e03d,_0x1b3926,_0x5c0771,_0x4dc2e7,_0x3f6d63);if(!_0x2e5b59)return;_0x15f2a5[_0x597e00(0xd2)](_0x37e03d,_0x15f2a5[_0x597e00(0xf8)])&&(hooksMap[_0x4bbb55]?hooksMap[_0x4bbb55][_0x597e00(0x113)](_0x2e5b59):hooksMap[_0x4bbb55]=[_0x2e5b59]);const _0x26374e={};_0x26374e[_0x597e00(0xa5)]=_0x37e03d,_0x26374e[_0x597e00(0x104)]=_0x2e5b59;const _0xffc8bc=_0x26374e;await SessionHandler[_0x597e00(0xd0)](_0xffc8bc);}catch(_0x36ace9){logger[_0x597e00(0x108)](_0x597e00(0xc7)+util[_0x597e00(0x107)](_0x36ace9));}}['getHookResult'](_0x234975,_0x1f6b8b){const _0x1befa0=a8_0x39a2c7,_0x39b7f8={};_0x39b7f8['rZHIe']=function(_0x5768bf,_0x520539){return _0x5768bf===_0x520539;},_0x39b7f8[_0x1befa0(0xce)]=_0x1befa0(0xcc),_0x39b7f8[_0x1befa0(0xde)]=function(_0x5b02ce,_0xa4e3f7){return _0x5b02ce===_0xa4e3f7;},_0x39b7f8['VzwTb']=function(_0x98de85,_0x2dcdac){return _0x98de85===_0x2dcdac;},_0x39b7f8['hauky']=_0x1befa0(0xfe),_0x39b7f8[_0x1befa0(0xc0)]=_0x1befa0(0xd4),_0x39b7f8[_0x1befa0(0xc3)]=function(_0xce48b8,_0x356703){return _0xce48b8||_0x356703;};const _0x3d37ea=_0x39b7f8,_0x554191=_0x234975['stepResults'][_0x1f6b8b[_0x1befa0(0xd5)]];let _0x5deb99,_0x4485ef;return _0x3d37ea[_0x1befa0(0xf6)](_0x554191?.[_0x1befa0(0xd6)][_0x1befa0(0x9b)]()[_0x1befa0(0x9f)](),_0x3d37ea['lRBxD'])&&(_0x5deb99=_0x3d37ea[_0x1befa0(0xde)](_0x554191?.['exception'],undefined)?_0x554191?.[_0x1befa0(0xa6)]:_0x554191?.[_0x1befa0(0xa3)]?.[_0x1befa0(0xa6)],_0x4485ef=_0x3d37ea[_0x1befa0(0xdf)](_0x554191?.[_0x1befa0(0xa3)],undefined)?_0x3d37ea['hauky']:_0x554191?.['message'][_0x1befa0(0xac)](/Assert/)?_0x3d37ea[_0x1befa0(0xc0)]:_0x3d37ea[_0x1befa0(0xba)]),{'status':_0x554191[_0x1befa0(0xd6)][_0x1befa0(0x9f)](),'failureType':_0x3d37ea[_0x1befa0(0xc3)](_0x4485ef,null),'failureData':!_0x5deb99?null:[_0x5deb99]};}[a8_0x39a2c7(0xfa)](_0x2e1725,_0x532c4d){const _0x41d6a7=a8_0x39a2c7,_0x3cdd32={};_0x3cdd32[_0x41d6a7(0xf1)]=function(_0x4f32fb,_0x55ba90){return _0x4f32fb===_0x55ba90;},_0x3cdd32['lmLbM']='AFTER_EACH',_0x3cdd32['ygspT']=_0x41d6a7(0x121);const _0x3c68c3=_0x3cdd32;let _0x54e0fd=![];for(const _0x405381 of _0x2e1725){_0x405381['pickleStepId']&&(_0x54e0fd=!![]);if(_0x3c68c3[_0x41d6a7(0xf1)](_0x532c4d['id'],_0x405381['id']))return _0x54e0fd?_0x3c68c3[_0x41d6a7(0x103)]:_0x3c68c3['ygspT'];}}[a8_0x39a2c7(0xef)]=(_0x4fbdd8,_0x442147)=>{const _0x29cd84=a8_0x39a2c7,_0x123ecf={};_0x123ecf[_0x29cd84(0x11c)]=function(_0x4e8470,_0x140595){return _0x4e8470===_0x140595;},_0x123ecf[_0x29cd84(0xb4)]=function(_0x194166,_0x164f60){return _0x194166>_0x164f60;};const _0x5c1e2c=_0x123ecf;if(!_0x5c1e2c['vxEbd'](_0x442147[_0x29cd84(0xcd)]?.[_0x29cd84(0xd8)],0x1))return;const _0x3b75f0=_0x442147['astNodeIds'][0x0],_0x220500=_0x442147['astNodeIds'][0x1],_0x2d3b76=_0x4fbdd8['feature']?.['children'];let _0x58ee3f=[];_0x2d3b76?.['forEach'](_0x303a3e=>{const _0x49363f=_0x29cd84,_0x9c164b={'Lxlvh':function(_0x5f57b4,_0x1d7fb9){const _0x17274b=a8_0x21d2;return _0x5c1e2c[_0x17274b(0x11c)](_0x5f57b4,_0x1d7fb9);}};if(_0x303a3e['rule'])_0x303a3e[_0x49363f(0x10d)][_0x49363f(0xcb)][_0x49363f(0xfb)](_0x5d197f=>{const _0x461f6d=_0x49363f;if(_0x5d197f[_0x461f6d(0xd9)]&&_0x9c164b[_0x461f6d(0xd3)](_0x5d197f[_0x461f6d(0xd9)]['id'],_0x3b75f0)&&_0x5d197f[_0x461f6d(0xd9)][_0x461f6d(0xbf)]){const _0x3b5583=_0x5d197f[_0x461f6d(0xd9)][_0x461f6d(0xbf)][_0x461f6d(0xd7)](_0x249354=>_0x249354[_0x461f6d(0xee)])[_0x461f6d(0xbd)](_0x4868ea=>_0x4868ea['id']===_0x220500)?.[_0x461f6d(0x101)]['map'](_0x23375c=>_0x23375c['value']);_0x3b5583&&(_0x58ee3f=_0x3b5583);}});else{if(_0x303a3e[_0x49363f(0xd9)]&&_0x5c1e2c[_0x49363f(0x11c)](_0x303a3e[_0x49363f(0xd9)]['id'],_0x3b75f0)&&_0x303a3e[_0x49363f(0xd9)][_0x49363f(0xbf)]){const _0x1ab03b=_0x303a3e['scenario'][_0x49363f(0xbf)][_0x49363f(0xd7)](_0xc60821=>_0xc60821[_0x49363f(0xee)])['find'](_0x1c4860=>_0x1c4860['id']===_0x220500)?.[_0x49363f(0x101)][_0x49363f(0xa0)](_0x128e2f=>_0x128e2f[_0x49363f(0xf7)]);_0x1ab03b&&(_0x58ee3f=_0x1ab03b);}}});if(_0x58ee3f[_0x29cd84(0xd8)])return _0x58ee3f;return;};async[a8_0x39a2c7(0xeb)](){const _0xebf43a=a8_0x39a2c7,_0x2d0651={'jqVPT':function(_0x3ddf90){return _0x3ddf90();}};if(this['_gitConfigured'])return this[_0xebf43a(0xe7)];const _0xaa1858=await _0x2d0651[_0xebf43a(0x9e)](getGitMetaData);_0xaa1858&&(this[_0xebf43a(0xe7)]=_0xaa1858['root']),this[_0xebf43a(0xd1)]=!![];}}module['exports']=o11yClassErrorHandler(TestObservabilityReporter,['configureGit',a8_0x39a2c7(0xef),a8_0x39a2c7(0xfa),a8_0x39a2c7(0xb6),a8_0x39a2c7(0xad),a8_0x39a2c7(0xdd),a8_0x39a2c7(0xc1)]);
@@ -1 +1 @@
1
- const a9_0x500d99=a9_0x30e6;(function(_0x3d33c6,_0x241042){const _0x3d7dda=a9_0x30e6,_0x155a50=_0x3d33c6();while(!![]){try{const _0x5a5864=parseInt(_0x3d7dda(0x245))/0x1+-parseInt(_0x3d7dda(0x1f0))/0x2*(-parseInt(_0x3d7dda(0x22d))/0x3)+parseInt(_0x3d7dda(0x257))/0x4+-parseInt(_0x3d7dda(0x202))/0x5*(-parseInt(_0x3d7dda(0x1e8))/0x6)+-parseInt(_0x3d7dda(0x241))/0x7+parseInt(_0x3d7dda(0x21e))/0x8*(parseInt(_0x3d7dda(0x1fb))/0x9)+-parseInt(_0x3d7dda(0x20c))/0xa*(parseInt(_0x3d7dda(0x27b))/0xb);if(_0x5a5864===_0x241042)break;else _0x155a50['push'](_0x155a50['shift']());}catch(_0x5a1cb4){_0x155a50['push'](_0x155a50['shift']());}}}(a9_0x54a3,0xe8dec));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require(a9_0x500d99(0x200)),setKeepAlive=require(a9_0x500d99(0x225)),util=require(a9_0x500d99(0x221)),PerformanceTester=require(a9_0x500d99(0x26a)),{commandRepository}=require(a9_0x500d99(0x22c)),cucumberModule=requireModule(a9_0x500d99(0x1f5)),logger=require(a9_0x500d99(0x1e2))['winstonLogger'],{shouldProcessEventForTesthub}=require(a9_0x500d99(0x229)),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require(a9_0x500d99(0x25f)),TestDetails=require(a9_0x500d99(0x251)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),{o11yErrorHandler}=require(a9_0x500d99(0x25b)),MyReporter=require(a9_0x500d99(0x209)),SessionHandler=require(a9_0x500d99(0x20b)),scripts=require('../../helpers/accessibility-automation/scripts'),globals=require(a9_0x500d99(0x1dc)),testHubConstants=require(a9_0x500d99(0x275)),{shouldScanTestForAccessibility}=require(a9_0x500d99(0x1ed)),{isUndefined}=require(a9_0x500d99(0x1ec)),a9_0xa8f9af={};a9_0xa8f9af[a9_0x500d99(0x210)]=undefined,a9_0xa8f9af[a9_0x500d99(0x1da)]={},a9_0xa8f9af[a9_0x500d99(0x234)]=![],a9_0xa8f9af[a9_0x500d99(0x1da)]['id']=undefined,a9_0xa8f9af[a9_0x500d99(0x1da)][a9_0x500d99(0x23b)]=undefined;const workerDetails=a9_0xa8f9af;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x37e668){const _0x1939fe=a9_0x500d99,_0x1f0722=workerDetails[_0x1939fe(0x1da)][_0x1939fe(0x23b)];if(!_0x1f0722)return;await MyReporter['addTestUIDAndReportLog'](_0x1f0722,_0x37e668);}),registerListeners=()=>{const _0x823297=a9_0x500d99,_0x24099e={};_0x24099e[_0x823297(0x1d0)]=_0x823297(0x1e5);const _0x232bde=_0x24099e;logger[_0x823297(0x1e6)](_0x232bde[_0x823297(0x1d0)]),process[_0x823297(0x21c)](_0x823297(0x27c)+process[_0x823297(0x25e)]),process['on'](_0x823297(0x27c)+process[_0x823297(0x25e)],sendTestLog),PerformanceTester['startMonitoring']();};modifyCommand(),setKeepAlive();const Before=cucumberModule['Before'],After=cucumberModule[a9_0x500d99(0x240)],AfterAll=cucumberModule[a9_0x500d99(0x1ea)],BeforeAll=cucumberModule['BeforeAll'],AfterStep=cucumberModule[a9_0x500d99(0x263)],configuration=process[a9_0x500d99(0x23e)]['CONFIG'],bstackConfig=process['env'][a9_0x500d99(0x1f7)];if(configuration!==undefined){const config=JSON[a9_0x500d99(0x1e7)](configuration);isBrowserstackInfra()?(global['__skipSessionName']=isTrue(config[a9_0x500d99(0x246)]),global[a9_0x500d99(0x1e0)]=isTrue(config[a9_0x500d99(0x224)])):(global[a9_0x500d99(0x220)]=!![],global[a9_0x500d99(0x1e0)]=!![]),shouldProcessEventForTesthub()?require('../../index')['browserstackAgentV2'](config,null,!![]):require(a9_0x500d99(0x24d))[a9_0x500d99(0x24c)](config),global['__platformCaps']=config['platformCaps']||{};}if(bstackConfig!==undefined){const browserStackConfig=JSON['parse'](bstackConfig);browserStackConfig&&(commandRepository[a9_0x500d99(0x233)](browserStackConfig),commandRepository['setFramework']('cucumber-js'));}global[a9_0x500d99(0x268)]=0x0;function a9_0x54a3(){const _0x40a436=['info','removeAllListeners','ppnnN','5336iDAdBE','hDErG','__skipSessionName','util','tGZye','\x0aError:\x20','skipSessionStatus','../../helpers/setKeepAlive','CmTDY','Error:\x20cleaning\x20up\x20driver:\x20','finally','../../helpers/testhub/utils','setDefaultTimeout','error','../../helpers/ai-sdk/autoHealHelper','591RYkfdM','uploadEventData','Error:\x20quiting\x20driver\x20at\x20After:\x20','result','toLowerCase','sjAwh','setConfig','o11ySyncDone','driverCleanup','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','ZfGGF','BROWSERSTACK_TESTHUB_JWT','pPjMT','RdpZe','testInfo','text','xqbSC','env','ZvpAP','After','2466485duSAGm','Error:\x20at\x20After\x20Step:\x20','name','2|4|1|3|0','1237342LsVDZD','skipSessionName','timeout','join','pickleStep','map','getGlobal','browserstackAgentV2','../../index','split','biwjm','DuAbr','../playwright/reporter/test-details.js','nsijN','isAccessibilityPlatform','HYyqD','executeAsyncScript','QLBsI','2777396tKILKU','bpBqh','uuid','nmTyi','../../helpers/test-observability/error-handler','shift','quitCount_','pid','../../helpers/test-observability/utils','qNbiC','__drivers','session_','AfterStep','Inside\x20browserstack\x20AfterAll','stringify','tags','__sessionFailed','__timeout','lxszw','../../helpers/performance-tester','test_run','PMmFM','event_type','stopMonitoring','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','drXQT','KXWeo','browserstackSessionName','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','failed','../../helpers/testhub/constants.js','lFYfO','passed','testCaseStartedId','DkjvL','toString','64757fGAmwL','bs:addLog:','thTestRunUuid','WhwWa','\x22}}','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','setGlobal','bstack','UVikL','Passed','GxHdy','ENV_VAR','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','currentTest','nUSVF','../../helpers/globals','format','HtCDI','length','__skipSessionStatus','vkPWa','../../helpers/logger','sCdbg','Inside\x20browserstack\x20BeforeAll','Inside\x20browserstack\x20registerListeners','debug','parse','4902EolcWw','status','AfterAll','performScan','lodash','../../helpers/accessibility-automation/helper','executeScript','BROWSERSTACK_TESTHUB_UUID','13586akuhsd','message','VJZAd','HgUie','pickle','@cucumber/cucumber/lib/index.js','thBuildUuid','BSTACK_CONFIG','GOJgK','GdWea','qsrtu','19233SPPFWv','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','WIoTF','VveAl','Inside\x20browserstack\x20After','../../helpers/helper','bstackA11yShouldScan','10135sKqRub','VYdoB','Failed:\x20','__error_messages__','getTestUUID','JbWEK','mWupE','../playwright/reporter/reporter.js','setTestNameForHealingContext','../../helpers/test-observability/sessionHandler','8570SquhyB','IExVr','push','\x20|\x20','workerInfo','KabCJ','CBTSessionCreated','YZbUQ','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20','getInstance','haRLc','iStjJ','Error:\x20sendPlatformDetails\x20at\x20After:\x20','Error:\x20at\x20After:\x20','thJwtToken'];a9_0x54a3=function(){return _0x40a436;};return a9_0x54a3();}const __setDefaultTimeout=cucumberModule[a9_0x500d99(0x22a)];cucumberModule['setDefaultTimeout']=_0x2b1b43=>{const _0x144884=a9_0x500d99,_0x11749b={'KXWeo':function(_0x1e2bc9,_0x50a24a){return _0x1e2bc9(_0x50a24a);}};global[_0x144884(0x268)]=_0x2b1b43,_0x11749b[_0x144884(0x271)](__setDefaultTimeout,_0x2b1b43);};const a9_0x5b91e8={};a9_0x5b91e8[a9_0x500d99(0x243)]=a9_0x500d99(0x1d4),BeforeAll(a9_0x5b91e8,function(){const _0x4cfe6a=a9_0x500d99,_0x3968d0={'hDErG':function(_0x65df2a,_0x5c0043,_0x4f73e5,_0x492a3c){return _0x65df2a(_0x5c0043,_0x4f73e5,_0x492a3c);},'GOJgK':_0x4cfe6a(0x274),'RdpZe':_0x4cfe6a(0x20f),'sjAwh':function(_0x4a0c6a,_0x43f108,_0x4f0d7e){return _0x4a0c6a(_0x43f108,_0x4f0d7e);},'nmTyi':_0x4cfe6a(0x277),'GxHdy':_0x4cfe6a(0x1e4),'drXQT':function(_0x452ec9){return _0x452ec9();},'mWupE':function(_0x4de140){return _0x4de140();},'nUSVF':function(_0x3efd2f,_0x397422){return _0x3efd2f(_0x397422);}};PerformanceTester['startMonitoring'](),logger[_0x4cfe6a(0x1e6)](_0x3968d0[_0x4cfe6a(0x1d7)]),global['__error_messages__']=[],global[_0x4cfe6a(0x267)]=![],_0x3968d0[_0x4cfe6a(0x270)](shouldProcessEventForTesthub)&&(_0x3968d0[_0x4cfe6a(0x208)](registerListeners),_0x3968d0[_0x4cfe6a(0x1db)](addRequestSpy,![])),global['driverCleanup']=async()=>{const _0x38173f=_0x4cfe6a;let _0x3a5563=![];try{await global['__drivers'][0x0]['session_'],_0x3a5563=!![],global[_0x38173f(0x267)]?await _0x3968d0[_0x38173f(0x21f)](markSessionStatus,global[_0x38173f(0x261)][0x0],_0x3968d0[_0x38173f(0x1f8)],global[_0x38173f(0x205)][_0x38173f(0x248)](_0x3968d0[_0x38173f(0x23a)])):await _0x3968d0[_0x38173f(0x232)](markSessionStatus,global['__drivers'][0x0],_0x3968d0[_0x38173f(0x25a)]);}catch(_0x3bef42){logger['debug'](_0x38173f(0x227)+_0x3bef42);}global[_0x38173f(0x205)]=[],global['__sessionFailed']=![];if(_0x3a5563)try{await global[_0x38173f(0x261)][0x0]['initQuit']();}catch(_0x1d7a2f){logger[_0x38173f(0x1e6)](_0x38173f(0x26f)+_0x1d7a2f);}};});const a9_0x458983={};function a9_0x30e6(_0x359166,_0x1b441b){const _0x54a3e1=a9_0x54a3();return a9_0x30e6=function(_0x30e6ae,_0x1e7e8a){_0x30e6ae=_0x30e6ae-0x1d0;let _0x264eeb=_0x54a3e1[_0x30e6ae];return _0x264eeb;},a9_0x30e6(_0x359166,_0x1b441b);}a9_0x458983[a9_0x500d99(0x243)]=a9_0x500d99(0x1d4),a9_0x458983[a9_0x500d99(0x247)]=0x2710,Before(a9_0x458983,function(_0x4cbed8,_0x472f38){const _0x390de7=a9_0x500d99,_0x5899b5={'ppnnN':function(_0x3298be,_0x4bc8d6){return _0x3298be>_0x4bc8d6;},'UVikL':function(_0x390e0c,_0x294820){return _0x390e0c(_0x294820);},'pPjMT':function(_0x1dad80,_0x57e31b,_0x4b6475,_0x2c6c08){return _0x1dad80(_0x57e31b,_0x4b6475,_0x2c6c08);},'RmaKQ':_0x390de7(0x201),'nsijN':function(_0x484e60){return _0x484e60();},'xqbSC':'Inside\x20browserstack\x20Before'};commandRepository[_0x390de7(0x20a)](_0x4cbed8[_0x390de7(0x1f4)]['name']),logger['debug'](_0x5899b5[_0x390de7(0x23d)]),new Promise(async _0x167058=>{const _0xf39a6b=_0x390de7;try{_0x5899b5[_0xf39a6b(0x21d)](global['__drivers'][_0xf39a6b(0x1df)],0x1)&&(await global[_0xf39a6b(0x235)](),global[_0xf39a6b(0x261)][_0xf39a6b(0x25c)]()),global['__drivers'][0x0][_0xf39a6b(0x25d)]&&_0x5899b5[_0xf39a6b(0x21d)](global['__drivers'][0x0][_0xf39a6b(0x25d)],0x0)&&await global[_0xf39a6b(0x235)]();}catch(_0x2a348f){}workerDetails[_0xf39a6b(0x1da)][_0xf39a6b(0x23b)]=_0x4cbed8[_0xf39a6b(0x278)];try{if(!_0x5899b5[_0xf39a6b(0x1d5)](isUndefined,_0x4cbed8[_0xf39a6b(0x1f4)][_0xf39a6b(0x266)])){const _0x134c4a=_0x5899b5[_0xf39a6b(0x239)](shouldScanTestForAccessibility,null,![],_0x4cbed8[_0xf39a6b(0x1f4)][_0xf39a6b(0x266)][_0xf39a6b(0x24a)](({name:_0x4505e1})=>_0x4505e1));globals[_0xf39a6b(0x1d3)](_0x5899b5['RmaKQ'],_0x134c4a);}}catch(_0x4d1997){logger['debug'](_0xf39a6b(0x214)+util[_0xf39a6b(0x1dd)](_0x4d1997));}_0x5899b5[_0xf39a6b(0x252)](_0x167058);})[_0x390de7(0x228)](_0x472f38);});const a9_0x2b9ca1={};a9_0x2b9ca1['name']='bstack',a9_0x2b9ca1[a9_0x500d99(0x247)]=0x2710,After(a9_0x2b9ca1,function(_0x22afa5,_0x20f5dd){const _0x4db582=a9_0x500d99,_0x2d44b2={'bpBqh':_0x4db582(0x244),'HZGgT':function(_0x2afaeb,_0x567cd4){return _0x2afaeb===_0x567cd4;},'sCdbg':_0x4db582(0x274),'haRLc':function(_0x4f3016,_0x50b4c2){return _0x4f3016===_0x50b4c2;},'qsrtu':function(_0x548134,_0x527303,_0x540fdc,_0x1f124e){return _0x548134(_0x527303,_0x540fdc,_0x1f124e);},'CmTDY':'\x20|\x20','KabCJ':function(_0x41a917,_0x488c5a,_0x1ebdd9){return _0x41a917(_0x488c5a,_0x1ebdd9);},'GdWea':_0x4db582(0x277),'biwjm':function(_0x2ef283,_0x35261d){return _0x2ef283>_0x35261d;},'VYdoB':function(_0x508c36){return _0x508c36();},'WIoTF':_0x4db582(0x212),'DkjvL':_0x4db582(0x253),'nZlKK':_0x4db582(0x201),'ZfGGF':_0x4db582(0x1d2),'YZbUQ':'Performing\x20scan\x20before\x20saving\x20results','IExVr':_0x4db582(0x1fc),'lxszw':_0x4db582(0x1ff)};logger['debug'](_0x2d44b2[_0x4db582(0x269)]),workerDetails['currentTest'][_0x4db582(0x23b)]=_0x22afa5[_0x4db582(0x278)],new Promise(async _0x2562ad=>{const _0x5b8b25=_0x4db582;let _0x10c797=![];try{const _0x16a84f=_0x2d44b2[_0x5b8b25(0x258)][_0x5b8b25(0x24e)]('|');let _0x199286=0x0;while(!![]){switch(_0x16a84f[_0x199286++]){case'0':if(_0x2d44b2['HZGgT'](_0x22afa5[_0x5b8b25(0x230)][_0x5b8b25(0x1e9)]['toString']()['toLowerCase'](),_0x2d44b2[_0x5b8b25(0x1e3)])||_0x2d44b2[_0x5b8b25(0x216)](_0x22afa5[_0x5b8b25(0x230)][_0x5b8b25(0x1e9)]['toString']()['toLowerCase'](),'6')){try{global[_0x5b8b25(0x205)][_0x5b8b25(0x20e)](_0x22afa5[_0x5b8b25(0x230)][_0x5b8b25(0x1f1)]);}catch(_0x2db881){logger[_0x5b8b25(0x1e6)](_0x5b8b25(0x1d9)+_0x2db881);}await _0x2d44b2[_0x5b8b25(0x1fa)](markSessionStatus,global[_0x5b8b25(0x261)][0x0],_0x2d44b2[_0x5b8b25(0x1e3)],global['__error_messages__'][_0x5b8b25(0x248)](_0x2d44b2[_0x5b8b25(0x226)]));}else await _0x2d44b2[_0x5b8b25(0x211)](markSessionStatus,global['__drivers'][0x0],_0x2d44b2[_0x5b8b25(0x1f9)]);continue;case'1':_0x10c797=!![];continue;case'2':_0x2d44b2['biwjm'](global['__drivers'][_0x5b8b25(0x1df)],0x1)&&(await global[_0x5b8b25(0x235)](),global[_0x5b8b25(0x261)][_0x5b8b25(0x25c)](),global[_0x5b8b25(0x205)]=[],global[_0x5b8b25(0x267)]=![]);continue;case'3':!global[_0x5b8b25(0x220)]&&await global[_0x5b8b25(0x261)][0x0][_0x5b8b25(0x1ee)](_0x5b8b25(0x273)+_0x22afa5[_0x5b8b25(0x1f4)][_0x5b8b25(0x243)]+_0x5b8b25(0x1d1));continue;case'4':await global[_0x5b8b25(0x261)][0x0][_0x5b8b25(0x262)];continue;}break;}}catch(_0x4042ef){logger[_0x5b8b25(0x1e6)](_0x5b8b25(0x219)+util[_0x5b8b25(0x1dd)](_0x4042ef));}try{if(_0x2d44b2[_0x5b8b25(0x203)](shouldProcessEventForTesthub)){const _0x31e8e0=TestDetails[_0x5b8b25(0x206)](_0x22afa5['testCaseStartedId']),_0x25fd0b=await _0x2d44b2['qsrtu'](sendPlatformDetails,global[_0x5b8b25(0x261)][0x0],_0x31e8e0,!![]),_0x4eaa4a={};_0x4eaa4a[_0x5b8b25(0x259)]=_0x31e8e0,_0x4eaa4a['integrations']=_0x25fd0b;const _0x3f88be=_0x4eaa4a,_0x1713c5={};_0x1713c5[_0x5b8b25(0x26d)]=_0x2d44b2[_0x5b8b25(0x1fd)],_0x1713c5[_0x5b8b25(0x26b)]=_0x3f88be,await SessionHandler[_0x5b8b25(0x22e)](_0x1713c5);}}catch(_0x3c49c2){logger['debug'](_0x5b8b25(0x218)+util[_0x5b8b25(0x1dd)](_0x3c49c2));}try{if(globals[_0x5b8b25(0x24b)](_0x2d44b2[_0x5b8b25(0x279)])&&globals[_0x5b8b25(0x24b)](_0x2d44b2['nZlKK'])){logger[_0x5b8b25(0x21b)](_0x2d44b2[_0x5b8b25(0x237)]);const _0x2898d5=TestDetails[_0x5b8b25(0x206)](_0x22afa5[_0x5b8b25(0x278)]),_0x12b8e5={};_0x12b8e5[_0x5b8b25(0x27d)]=_0x2898d5,_0x12b8e5[_0x5b8b25(0x1f6)]=process['env'][testHubConstants[_0x5b8b25(0x1d8)][_0x5b8b25(0x1ef)]],_0x12b8e5[_0x5b8b25(0x21a)]=process[_0x5b8b25(0x23e)][testHubConstants['ENV_VAR'][_0x5b8b25(0x238)]];const _0x4a2dd0=_0x12b8e5;logger['debug']('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON['stringify'](_0x4a2dd0)),logger[_0x5b8b25(0x1e6)](_0x2d44b2[_0x5b8b25(0x213)]),logger[_0x5b8b25(0x1e6)](util[_0x5b8b25(0x1dd)](await global[_0x5b8b25(0x261)][0x0][_0x5b8b25(0x255)](scripts[_0x5b8b25(0x1eb)],{'method':global[_0x5b8b25(0x272)]}))),await global[_0x5b8b25(0x261)][0x0][_0x5b8b25(0x255)](scripts['saveTestResults'],_0x4a2dd0),logger[_0x5b8b25(0x21b)](_0x2d44b2[_0x5b8b25(0x20d)]);}}catch(_0x3b3f1c){logger[_0x5b8b25(0x22b)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20'+util[_0x5b8b25(0x1dd)]);}if(_0x10c797)try{global[_0x5b8b25(0x261)][0x0]&&_0x2d44b2[_0x5b8b25(0x24f)](global[_0x5b8b25(0x261)][0x0]['quitCount_'],0x0)&&await global['__drivers'][0x0]['initQuit']();}catch(_0x3309d9){logger[_0x5b8b25(0x1e6)](_0x5b8b25(0x22f)+_0x3309d9);}_0x2d44b2[_0x5b8b25(0x203)](_0x2562ad);})[_0x4db582(0x228)](()=>_0x20f5dd());});const a9_0x3e72bb={};a9_0x3e72bb[a9_0x500d99(0x243)]=a9_0x500d99(0x1d4),a9_0x3e72bb[a9_0x500d99(0x247)]=0x2710,AfterStep(a9_0x3e72bb,function(_0x29902d,_0x2b2747){const _0x38856f=a9_0x500d99,_0x485c90={'PMmFM':function(_0x125e02,_0x3a50c6){return _0x125e02===_0x3a50c6;},'DuAbr':_0x38856f(0x274),'VveAl':function(_0x37bf12,_0x43c4e8){return _0x37bf12!==_0x43c4e8;},'JbWEK':function(_0x52fb78,_0x2dc2bb,_0x4d92f3){return _0x52fb78(_0x2dc2bb,_0x4d92f3);},'vkPWa':function(_0x1a4b26,_0xc8c71f){return _0x1a4b26+_0xc8c71f;},'lFYfO':_0x38856f(0x204),'HYyqD':_0x38856f(0x223),'QLBsI':'error','tGZye':function(_0x2c633e,_0x55e1a7,_0x2a60d9){return _0x2c633e(_0x55e1a7,_0x2a60d9);},'VJZAd':function(_0x5866c9,_0x4a715f){return _0x5866c9+_0x4a715f;},'LldrZ':function(_0x1a0e31,_0x1e4f40,_0x26928b){return _0x1a0e31(_0x1e4f40,_0x26928b);},'qNbiC':'Passed:\x20','HgUie':_0x38856f(0x21b),'RwYtb':function(_0x47ef80,_0x35ebed,_0x4ab5d5){return _0x47ef80(_0x35ebed,_0x4ab5d5);},'ZvpAP':_0x38856f(0x1d6),'iStjJ':function(_0x2f65b5){return _0x2f65b5();},'oVxEB':'Inside\x20browserstack\x20AfterStep'};logger[_0x38856f(0x1e6)](_0x485c90['oVxEB']);const _0x4aede1=async(_0x2babe4,_0x54b8db)=>{const _0xa76f2a=_0x38856f;await global[_0xa76f2a(0x261)][0x0][_0xa76f2a(0x1ee)](_0xa76f2a(0x236)+_0x2babe4+',\x22level\x22:\x20\x22'+_0x54b8db+_0xa76f2a(0x1d1));};new Promise(async _0x9d17c1=>{const _0xa0501=_0x38856f;try{_0x485c90[_0xa0501(0x26c)](_0x29902d[_0xa0501(0x230)][_0xa0501(0x1e9)]['toString']()[_0xa0501(0x231)](),_0x485c90[_0xa0501(0x250)])||_0x485c90['PMmFM'](_0x29902d[_0xa0501(0x230)][_0xa0501(0x1e9)][_0xa0501(0x27a)]()[_0xa0501(0x231)](),'6')?(global[_0xa0501(0x267)]=!![],global[_0xa0501(0x205)][_0xa0501(0x20e)](_0x29902d[_0xa0501(0x230)]['message']),_0x485c90[_0xa0501(0x1fe)](_0x29902d[_0xa0501(0x249)],undefined)?await _0x485c90[_0xa0501(0x207)](_0x4aede1,JSON[_0xa0501(0x265)](_0x485c90[_0xa0501(0x1e1)](_0x485c90[_0xa0501(0x1e1)](_0x485c90[_0xa0501(0x1e1)](_0x485c90[_0xa0501(0x276)],'\x22'+_0x29902d[_0xa0501(0x249)][_0xa0501(0x23c)]+'\x22\x20'),_0x485c90[_0xa0501(0x254)]),_0x29902d[_0xa0501(0x230)]['message'])),_0x485c90[_0xa0501(0x256)]):await _0x485c90[_0xa0501(0x222)](_0x4aede1,JSON[_0xa0501(0x265)](_0x485c90[_0xa0501(0x1f2)](_0x485c90['lFYfO'],_0x29902d['result'][_0xa0501(0x1f1)])),_0x485c90[_0xa0501(0x256)])):_0x485c90['VveAl'](_0x29902d[_0xa0501(0x249)],undefined)?await _0x485c90['LldrZ'](_0x4aede1,JSON[_0xa0501(0x265)](_0x485c90[_0xa0501(0x1f2)](_0x485c90[_0xa0501(0x260)],'\x22'+_0x29902d['pickleStep']['text']+'\x22')),_0x485c90[_0xa0501(0x1f3)]):await _0x485c90['RwYtb'](_0x4aede1,JSON['stringify'](_0x485c90[_0xa0501(0x23f)]),_0x485c90[_0xa0501(0x1f3)]);}catch(_0x5ca67f){logger['debug'](_0xa0501(0x242)+_0x5ca67f);}_0x485c90[_0xa0501(0x217)](_0x9d17c1);})[_0x38856f(0x228)](()=>_0x2b2747());});const a9_0x42504d={};a9_0x42504d['name']='bstack',a9_0x42504d['timeout']=0x7530,AfterAll(a9_0x42504d,async function(_0x4e9cf4,_0x21f291){const _0x6bd3b4=a9_0x500d99,_0x35def2={'zQxqq':function(_0x3af8f9){return _0x3af8f9();},'HtCDI':_0x6bd3b4(0x264)};logger[_0x6bd3b4(0x1e6)](_0x35def2[_0x6bd3b4(0x1de)]),await new Promise(async _0x4a759b=>{const _0x42935e=_0x6bd3b4;await RequestQueueHandler[_0x42935e(0x215)]()['shutdown'](),PerformanceTester[_0x42935e(0x26e)](),await global[_0x42935e(0x235)](),_0x35def2['zQxqq'](_0x4a759b);});});
1
+ const a9_0x45aa57=a9_0x58d7;(function(_0x57bb2c,_0x5a261b){const _0x38d4cb=a9_0x58d7,_0x1ae6c1=_0x57bb2c();while(!![]){try{const _0x41bfad=-parseInt(_0x38d4cb(0x27c))/0x1+parseInt(_0x38d4cb(0x231))/0x2+-parseInt(_0x38d4cb(0x24b))/0x3+parseInt(_0x38d4cb(0x226))/0x4*(-parseInt(_0x38d4cb(0x218))/0x5)+parseInt(_0x38d4cb(0x1f1))/0x6+-parseInt(_0x38d4cb(0x28d))/0x7+parseInt(_0x38d4cb(0x233))/0x8*(parseInt(_0x38d4cb(0x206))/0x9);if(_0x41bfad===_0x5a261b)break;else _0x1ae6c1['push'](_0x1ae6c1['shift']());}catch(_0x47afc2){_0x1ae6c1['push'](_0x1ae6c1['shift']());}}}(a9_0x18ec,0xb8796));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require(a9_0x45aa57(0x295)),setKeepAlive=require(a9_0x45aa57(0x202)),util=require(a9_0x45aa57(0x25b)),PerformanceTester=require(a9_0x45aa57(0x20b)),{commandRepository}=require(a9_0x45aa57(0x24f)),cucumberModule=requireModule(a9_0x45aa57(0x256)),logger=require(a9_0x45aa57(0x274))[a9_0x45aa57(0x25f)],{shouldProcessEventForTesthub}=require(a9_0x45aa57(0x20e)),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require(a9_0x45aa57(0x211)),TestDetails=require(a9_0x45aa57(0x238)),RequestQueueHandler=require(a9_0x45aa57(0x236)),{o11yErrorHandler}=require('../../helpers/test-observability/error-handler'),MyReporter=require(a9_0x45aa57(0x25d)),SessionHandler=require(a9_0x45aa57(0x27b)),scripts=require('../../helpers/accessibility-automation/scripts'),globals=require(a9_0x45aa57(0x281)),testHubConstants=require(a9_0x45aa57(0x252)),{shouldScanTestForAccessibility}=require(a9_0x45aa57(0x286)),{isUndefined}=require('lodash'),a9_0x4376d8={};a9_0x4376d8[a9_0x45aa57(0x222)]=undefined,a9_0x4376d8[a9_0x45aa57(0x1f0)]={},a9_0x4376d8[a9_0x45aa57(0x1f8)]=![],a9_0x4376d8[a9_0x45aa57(0x1f0)]['id']=undefined,a9_0x4376d8[a9_0x45aa57(0x1f0)][a9_0x45aa57(0x239)]=undefined;const workerDetails=a9_0x4376d8;function a9_0x58d7(_0x429a70,_0x27cfe2){const _0x18ec47=a9_0x18ec();return a9_0x58d7=function(_0x58d73a,_0x4ec0ef){_0x58d73a=_0x58d73a-0x1e2;let _0x58b285=_0x18ec47[_0x58d73a];return _0x58b285;},a9_0x58d7(_0x429a70,_0x27cfe2);}function a9_0x18ec(){const _0x266dc7=['Pndks','1909674RNklpP','rSYJO','8NtJqZq','removeAllListeners','__timeout','../../helpers/test-observability/requestQueueHandler','XVrUk','../playwright/reporter/test-details.js','testInfo','join','kVkri','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20','setDefaultTimeout','whklC','AAlMF','AfterStep','__platformCaps','QOEHc','push','shift','timeout','BROWSERSTACK_TESTHUB_UUID','pickle','setGlobal','platformCaps','driverCleanup','1859601OtEpoo','stringify','CPPcx','toLowerCase','../../helpers/ai-sdk/autoHealHelper','bMuCw','addTestUIDAndReportLog','../../helpers/testhub/constants.js','AdcvT','pickleStep','performScan','@cucumber/cucumber/lib/index.js','jLApi','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','test_run','getGlobal','util','parse','../playwright/reporter/reporter.js','txzCm','winstonLogger','CONFIG','status','ApTSE','Inside\x20browserstack\x20AfterAll','message','quitCount_','setConfig','__error_messages__','ENV_VAR','gwaTT','toString','AfterAll','session_','failed','pid','Inside\x20browserstack\x20AfterStep','Error:\x20quiting\x20driver\x20at\x20After:\x20','format','integrations','startMonitoring','../../helpers/logger','Inside\x20browserstack\x20registerListeners','skipSessionStatus','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','event_type','KzBqd','TcyqZ','../../helpers/test-observability/sessionHandler','482356UbGHKK','tags','browserstackAgentV2','GHbjd','WeIlD','../../helpers/globals','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20','qwRjT','__drivers','NBHpX','../../helpers/accessibility-automation/helper','vHlvg','wYtNg','QDsXV','result','UdhdD','map','7818699eHTbdr','zytPI','WFIcl','saveTestResults',',\x22level\x22:\x20\x22','\x0aError:\x20','sOzpE','usTnk','../../helpers/helper','env','gCXjI','uhjRX','pIgbG','bstackA11yShouldScan','setFramework','info','BeforeAll','split','dFHvu','bstack','Inside\x20browserstack\x20After','\x20|\x20','debug','LeeLl','Error:\x20at\x20After\x20Step:\x20','currentTest','2182350XimlDw','qowXx','GhBGq','Performing\x20scan\x20before\x20saving\x20results','executeScript','__sessionFailed','Failed:\x20','o11ySyncDone','XKtTZ','getInstance','Error:\x20sendPlatformDetails\x20at\x20After:\x20','length','HJyBX','Error:\x20cleaning\x20up\x20driver:\x20','getTestUUID','Error:\x20at\x20After:\x20','Passed:\x20','../../helpers/setKeepAlive','initQuit','__skipSessionName','zFhnR','21859830BvdCbc','testCaseStartedId','uploadEventData','uuid','FzTLy','../../helpers/performance-tester','thJwtToken','\x22}}','../../helpers/testhub/utils','__skipSessionStatus','Pgjui','../../helpers/test-observability/utils','../../index','IDCyS','1|0|3|2|4','ZmcIY','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','DFDFQ','8015rCazbU','skipSessionName','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','browserstackSessionName','Inside\x20browserstack\x20BeforeAll','isAccessibilityPlatform','name','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','thTestRunUuid','workerInfo','error','text','executeAsyncScript','1928LDMiPE','finally','BSTACK_CONFIG','passed','thBuildUuid','hNnXJ','rTnNQ','shutdown','bs:addLog:','stopMonitoring'];a9_0x18ec=function(){return _0x266dc7;};return a9_0x18ec();}shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x509018){const _0x1017d8=a9_0x45aa57,_0x2a1166=workerDetails['currentTest'][_0x1017d8(0x239)];if(!_0x2a1166)return;await MyReporter[_0x1017d8(0x251)](_0x2a1166,_0x509018);}),registerListeners=()=>{const _0x551005=a9_0x45aa57,_0x341216={};_0x341216[_0x551005(0x283)]=_0x551005(0x275);const _0x9cb11=_0x341216;logger[_0x551005(0x1ed)](_0x9cb11[_0x551005(0x283)]),process[_0x551005(0x234)](_0x551005(0x22e)+process[_0x551005(0x26e)]),process['on'](_0x551005(0x22e)+process[_0x551005(0x26e)],sendTestLog),PerformanceTester[_0x551005(0x273)]();};modifyCommand(),setKeepAlive();const Before=cucumberModule['Before'],After=cucumberModule['After'],AfterAll=cucumberModule[a9_0x45aa57(0x26b)],BeforeAll=cucumberModule[a9_0x45aa57(0x1e7)],AfterStep=cucumberModule[a9_0x45aa57(0x240)],configuration=process[a9_0x45aa57(0x296)][a9_0x45aa57(0x260)],bstackConfig=process[a9_0x45aa57(0x296)][a9_0x45aa57(0x228)];if(configuration!==undefined){const config=JSON[a9_0x45aa57(0x25c)](configuration);isBrowserstackInfra()?(global[a9_0x45aa57(0x204)]=isTrue(config[a9_0x45aa57(0x219)]),global[a9_0x45aa57(0x20f)]=isTrue(config[a9_0x45aa57(0x276)])):(global[a9_0x45aa57(0x204)]=!![],global[a9_0x45aa57(0x20f)]=!![]),shouldProcessEventForTesthub()?require(a9_0x45aa57(0x212))[a9_0x45aa57(0x27e)](config,null,!![]):require(a9_0x45aa57(0x212))['browserstackAgentV2'](config),global[a9_0x45aa57(0x241)]=config[a9_0x45aa57(0x249)]||{};}if(bstackConfig!==undefined){const browserStackConfig=JSON['parse'](bstackConfig);browserStackConfig&&(commandRepository[a9_0x45aa57(0x266)](browserStackConfig),commandRepository[a9_0x45aa57(0x1e5)]('cucumber-js'));}global[a9_0x45aa57(0x235)]=0x0;const __setDefaultTimeout=cucumberModule[a9_0x45aa57(0x23d)];cucumberModule[a9_0x45aa57(0x23d)]=_0x579864=>{const _0x36f94c=a9_0x45aa57,_0x20f324={'IDNRT':function(_0x4471c8,_0x15ad61){return _0x4471c8(_0x15ad61);}};global[_0x36f94c(0x235)]=_0x579864,_0x20f324['IDNRT'](__setDefaultTimeout,_0x579864);};const a9_0x577ae4={};a9_0x577ae4[a9_0x45aa57(0x21f)]=a9_0x45aa57(0x1ea),BeforeAll(a9_0x577ae4,function(){const _0x45fb6d=a9_0x45aa57,_0x5e253a={'WeIlD':function(_0xd91ff3,_0xad62e9,_0x52ee96,_0x16e7bb){return _0xd91ff3(_0xad62e9,_0x52ee96,_0x16e7bb);},'YyCwD':_0x45fb6d(0x26d),'QOEHc':_0x45fb6d(0x1ec),'ApTSE':function(_0x19d00d,_0x227fd1,_0x496278){return _0x19d00d(_0x227fd1,_0x496278);},'WFIcl':_0x45fb6d(0x229),'kVkri':_0x45fb6d(0x21d),'qowXx':function(_0x2784da){return _0x2784da();},'AAlMF':function(_0xc9a0b1){return _0xc9a0b1();},'UdhdD':function(_0x3f276d,_0x47cbae){return _0x3f276d(_0x47cbae);}};PerformanceTester[_0x45fb6d(0x273)](),logger[_0x45fb6d(0x1ed)](_0x5e253a[_0x45fb6d(0x23b)]),global['__error_messages__']=[],global[_0x45fb6d(0x1f6)]=![],_0x5e253a[_0x45fb6d(0x1f2)](shouldProcessEventForTesthub)&&(_0x5e253a[_0x45fb6d(0x23f)](registerListeners),_0x5e253a[_0x45fb6d(0x28b)](addRequestSpy,![])),global[_0x45fb6d(0x24a)]=async()=>{const _0x1951aa=_0x45fb6d;let _0x5c6658=![];try{await global[_0x1951aa(0x284)][0x0][_0x1951aa(0x26c)],_0x5c6658=!![],global[_0x1951aa(0x1f6)]?await _0x5e253a[_0x1951aa(0x280)](markSessionStatus,global[_0x1951aa(0x284)][0x0],_0x5e253a['YyCwD'],global[_0x1951aa(0x267)][_0x1951aa(0x23a)](_0x5e253a[_0x1951aa(0x242)])):await _0x5e253a[_0x1951aa(0x262)](markSessionStatus,global['__drivers'][0x0],_0x5e253a[_0x1951aa(0x28f)]);}catch(_0xbdc585){logger[_0x1951aa(0x1ed)](_0x1951aa(0x1fe)+_0xbdc585);}global[_0x1951aa(0x267)]=[],global[_0x1951aa(0x1f6)]=![];if(_0x5c6658)try{await global[_0x1951aa(0x284)][0x0][_0x1951aa(0x203)]();}catch(_0xe9e63f){logger['debug'](_0x1951aa(0x277)+_0xe9e63f);}};});const a9_0x2a06d5={};a9_0x2a06d5[a9_0x45aa57(0x21f)]='bstack',a9_0x2a06d5[a9_0x45aa57(0x245)]=0x2710,Before(a9_0x2a06d5,function(_0x1cdb6a,_0x302d29){const _0x273ee7=a9_0x45aa57,_0x58178f={'IDCyS':function(_0x370057,_0x15a4a8){return _0x370057>_0x15a4a8;},'LeeLl':function(_0x32d9f9,_0x222d08){return _0x32d9f9>_0x222d08;},'WCMrK':function(_0x3627c3,_0x8d8eba){return _0x3627c3(_0x8d8eba);},'Pndks':function(_0x3ad69e,_0xb1772,_0x4b04f8,_0x5a0bee){return _0x3ad69e(_0xb1772,_0x4b04f8,_0x5a0bee);},'DFDFQ':_0x273ee7(0x1e4),'FzTLy':function(_0x5b6e4f){return _0x5b6e4f();},'usTnk':'Inside\x20browserstack\x20Before'};commandRepository['setTestNameForHealingContext'](_0x1cdb6a['pickle']['name']),logger[_0x273ee7(0x1ed)](_0x58178f[_0x273ee7(0x294)]),new Promise(async _0x4c198e=>{const _0x5bfb2c=_0x273ee7;try{_0x58178f[_0x5bfb2c(0x213)](global[_0x5bfb2c(0x284)][_0x5bfb2c(0x1fc)],0x1)&&(await global[_0x5bfb2c(0x24a)](),global[_0x5bfb2c(0x284)][_0x5bfb2c(0x244)]()),global[_0x5bfb2c(0x284)][0x0][_0x5bfb2c(0x265)]&&_0x58178f[_0x5bfb2c(0x1ee)](global[_0x5bfb2c(0x284)][0x0][_0x5bfb2c(0x265)],0x0)&&await global['driverCleanup']();}catch(_0x39b769){}workerDetails['currentTest'][_0x5bfb2c(0x239)]=_0x1cdb6a[_0x5bfb2c(0x207)];try{if(!_0x58178f['WCMrK'](isUndefined,_0x1cdb6a[_0x5bfb2c(0x247)]['tags'])){const _0x526847=_0x58178f[_0x5bfb2c(0x230)](shouldScanTestForAccessibility,null,![],_0x1cdb6a['pickle'][_0x5bfb2c(0x27d)][_0x5bfb2c(0x28c)](({name:_0x4fa6ed})=>_0x4fa6ed));globals[_0x5bfb2c(0x248)](_0x58178f[_0x5bfb2c(0x217)],_0x526847);}}catch(_0x3a53db){logger[_0x5bfb2c(0x1ed)](_0x5bfb2c(0x23c)+util[_0x5bfb2c(0x271)](_0x3a53db));}_0x58178f[_0x5bfb2c(0x20a)](_0x4c198e);})[_0x273ee7(0x227)](_0x302d29);});const a9_0x4aec7c={};a9_0x4aec7c[a9_0x45aa57(0x21f)]=a9_0x45aa57(0x1ea),a9_0x4aec7c[a9_0x45aa57(0x245)]=0x2710,After(a9_0x4aec7c,function(_0x27c3c0,_0xcee693){const _0x39bbd1=a9_0x45aa57,_0x1ee895={'sOzpE':_0x39bbd1(0x214),'HJyBX':function(_0x1c2435,_0x565543){return _0x1c2435>_0x565543;},'NBHpX':function(_0x152ae6,_0x59d34a){return _0x152ae6===_0x59d34a;},'dFHvu':'failed','rSYJO':function(_0x6edb4e,_0x3a5b7a,_0x379b50,_0x5be0a3){return _0x6edb4e(_0x3a5b7a,_0x379b50,_0x5be0a3);},'jyfyE':'\x20|\x20','CPPcx':function(_0xf3403c,_0x36ae31,_0x54b24e){return _0xf3403c(_0x36ae31,_0x54b24e);},'uhjRX':_0x39bbd1(0x229),'QDsXV':function(_0x214dc8){return _0x214dc8();},'zFhnR':'CBTSessionCreated','whklC':_0x39bbd1(0x21e),'vUqCR':'bstackA11yShouldScan','HhvOv':_0x39bbd1(0x21b),'OwuCr':_0x39bbd1(0x1f4),'BMuFG':_0x39bbd1(0x21a),'txzCm':function(_0x1e5a81,_0x268438){return _0x1e5a81>_0x268438;},'XVrUk':_0x39bbd1(0x1eb)};logger['debug'](_0x1ee895[_0x39bbd1(0x237)]),workerDetails[_0x39bbd1(0x1f0)][_0x39bbd1(0x239)]=_0x27c3c0[_0x39bbd1(0x207)],new Promise(async _0x1d75ba=>{const _0x28e8ab=_0x39bbd1;let _0x105959=![];try{const _0x9110ae=_0x1ee895[_0x28e8ab(0x293)][_0x28e8ab(0x1e8)]('|');let _0xefd489=0x0;while(!![]){switch(_0x9110ae[_0xefd489++]){case'0':await global[_0x28e8ab(0x284)][0x0][_0x28e8ab(0x26c)];continue;case'1':_0x1ee895[_0x28e8ab(0x1fd)](global[_0x28e8ab(0x284)][_0x28e8ab(0x1fc)],0x1)&&(await global[_0x28e8ab(0x24a)](),global[_0x28e8ab(0x284)][_0x28e8ab(0x244)](),global[_0x28e8ab(0x267)]=[],global[_0x28e8ab(0x1f6)]=![]);continue;case'2':!global['__skipSessionName']&&await global[_0x28e8ab(0x284)][0x0][_0x28e8ab(0x1f5)](_0x28e8ab(0x258)+_0x27c3c0[_0x28e8ab(0x247)]['name']+_0x28e8ab(0x20d));continue;case'3':_0x105959=!![];continue;case'4':if(_0x1ee895[_0x28e8ab(0x285)](_0x27c3c0[_0x28e8ab(0x28a)]['status'][_0x28e8ab(0x26a)]()[_0x28e8ab(0x24e)](),_0x1ee895[_0x28e8ab(0x1e9)])||_0x1ee895[_0x28e8ab(0x285)](_0x27c3c0['result'][_0x28e8ab(0x261)][_0x28e8ab(0x26a)]()[_0x28e8ab(0x24e)](),'6')){try{global['__error_messages__'][_0x28e8ab(0x243)](_0x27c3c0[_0x28e8ab(0x28a)][_0x28e8ab(0x264)]);}catch(_0x423dcd){logger['debug'](_0x28e8ab(0x216)+_0x423dcd);}await _0x1ee895[_0x28e8ab(0x232)](markSessionStatus,global[_0x28e8ab(0x284)][0x0],_0x1ee895[_0x28e8ab(0x1e9)],global['__error_messages__'][_0x28e8ab(0x23a)](_0x1ee895['jyfyE']));}else await _0x1ee895[_0x28e8ab(0x24d)](markSessionStatus,global[_0x28e8ab(0x284)][0x0],_0x1ee895[_0x28e8ab(0x1e2)]);continue;}break;}}catch(_0x1d64e0){logger[_0x28e8ab(0x1ed)](_0x28e8ab(0x200)+util['format'](_0x1d64e0));}try{if(_0x1ee895['QDsXV'](shouldProcessEventForTesthub)){const _0x4362d1=TestDetails[_0x28e8ab(0x1ff)](_0x27c3c0['testCaseStartedId']),_0x1fbdf1=await _0x1ee895['rSYJO'](sendPlatformDetails,global[_0x28e8ab(0x284)][0x0],_0x4362d1,!![]),_0x506d5d={};_0x506d5d[_0x28e8ab(0x209)]=_0x4362d1,_0x506d5d[_0x28e8ab(0x272)]=_0x1fbdf1;const _0x2744ae=_0x506d5d,_0x1f93bf={};_0x1f93bf[_0x28e8ab(0x278)]=_0x1ee895[_0x28e8ab(0x205)],_0x1f93bf[_0x28e8ab(0x259)]=_0x2744ae,await SessionHandler[_0x28e8ab(0x208)](_0x1f93bf);}}catch(_0x3cb464){logger[_0x28e8ab(0x1ed)](_0x28e8ab(0x1fb)+util[_0x28e8ab(0x271)](_0x3cb464));}try{if(globals[_0x28e8ab(0x25a)](_0x1ee895[_0x28e8ab(0x23e)])&&globals['getGlobal'](_0x1ee895['vUqCR'])){logger[_0x28e8ab(0x1e6)](_0x1ee895['HhvOv']);const _0x5c9866=TestDetails[_0x28e8ab(0x1ff)](_0x27c3c0[_0x28e8ab(0x207)]),_0x2d1406={};_0x2d1406[_0x28e8ab(0x221)]=_0x5c9866,_0x2d1406[_0x28e8ab(0x22a)]=process[_0x28e8ab(0x296)][testHubConstants['ENV_VAR'][_0x28e8ab(0x246)]],_0x2d1406[_0x28e8ab(0x20c)]=process['env'][testHubConstants[_0x28e8ab(0x268)]['BROWSERSTACK_TESTHUB_JWT']];const _0x1b2dee=_0x2d1406;logger[_0x28e8ab(0x1ed)](_0x28e8ab(0x220)+JSON[_0x28e8ab(0x24c)](_0x1b2dee)),logger[_0x28e8ab(0x1ed)](_0x1ee895['OwuCr']),logger['debug'](util[_0x28e8ab(0x271)](await global['__drivers'][0x0][_0x28e8ab(0x225)](scripts[_0x28e8ab(0x255)],{'method':global[_0x28e8ab(0x21c)]}))),await global[_0x28e8ab(0x284)][0x0][_0x28e8ab(0x225)](scripts[_0x28e8ab(0x290)],_0x1b2dee),logger[_0x28e8ab(0x1e6)](_0x1ee895['BMuFG']);}}catch(_0x70dc10){logger[_0x28e8ab(0x223)](_0x28e8ab(0x282)+util[_0x28e8ab(0x271)]);}if(_0x105959)try{global[_0x28e8ab(0x284)][0x0]&&_0x1ee895[_0x28e8ab(0x25e)](global[_0x28e8ab(0x284)][0x0]['quitCount_'],0x0)&&await global[_0x28e8ab(0x284)][0x0][_0x28e8ab(0x203)]();}catch(_0x320e22){logger[_0x28e8ab(0x1ed)](_0x28e8ab(0x270)+_0x320e22);}_0x1ee895[_0x28e8ab(0x289)](_0x1d75ba);})[_0x39bbd1(0x227)](()=>_0xcee693());});const a9_0x3ed050={};a9_0x3ed050[a9_0x45aa57(0x21f)]=a9_0x45aa57(0x1ea),a9_0x3ed050[a9_0x45aa57(0x245)]=0x2710,AfterStep(a9_0x3ed050,function(_0x4efe84,_0x52db65){const _0x2cabcf=a9_0x45aa57,_0x2f38ca={'GhBGq':function(_0x27c39c,_0x16a3b1){return _0x27c39c===_0x16a3b1;},'jLApi':_0x2cabcf(0x26d),'KzBqd':function(_0x3da7b0,_0x4f653a){return _0x3da7b0!==_0x4f653a;},'pIgbG':function(_0x34d853,_0x229446,_0x2ecad8){return _0x34d853(_0x229446,_0x2ecad8);},'XKtTZ':function(_0x29328a,_0x30dd40){return _0x29328a+_0x30dd40;},'wYtNg':function(_0x375de1,_0x3c2a90){return _0x375de1+_0x3c2a90;},'vHlvg':_0x2cabcf(0x1f7),'AdcvT':_0x2cabcf(0x292),'gCXjI':'error','hNnXJ':function(_0x3a4e0f,_0x357eed,_0x455c51){return _0x3a4e0f(_0x357eed,_0x455c51);},'GHbjd':function(_0x5c7539,_0x54425c){return _0x5c7539+_0x54425c;},'WqAJD':function(_0x3be4a3,_0x1f10f4){return _0x3be4a3!==_0x1f10f4;},'ZmcIY':function(_0x51242a,_0x5217cc,_0x2cdb53){return _0x51242a(_0x5217cc,_0x2cdb53);},'zytPI':_0x2cabcf(0x201),'TcyqZ':'info','Pgjui':function(_0x441645,_0x2ef8b6,_0x3fd7f6){return _0x441645(_0x2ef8b6,_0x3fd7f6);},'XMyVb':'Passed','bMuCw':function(_0x31223e){return _0x31223e();},'gwaTT':_0x2cabcf(0x26f)};logger[_0x2cabcf(0x1ed)](_0x2f38ca[_0x2cabcf(0x269)]);const _0x1d85df=async(_0x5793b0,_0x37efb9)=>{const _0x43f9cf=_0x2cabcf;await global[_0x43f9cf(0x284)][0x0][_0x43f9cf(0x1f5)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+_0x5793b0+_0x43f9cf(0x291)+_0x37efb9+'\x22}}');};new Promise(async _0x51391b=>{const _0x2fd121=_0x2cabcf;try{_0x2f38ca[_0x2fd121(0x1f3)](_0x4efe84[_0x2fd121(0x28a)]['status']['toString']()[_0x2fd121(0x24e)](),_0x2f38ca[_0x2fd121(0x257)])||_0x2f38ca[_0x2fd121(0x1f3)](_0x4efe84[_0x2fd121(0x28a)][_0x2fd121(0x261)]['toString']()[_0x2fd121(0x24e)](),'6')?(global['__sessionFailed']=!![],global[_0x2fd121(0x267)][_0x2fd121(0x243)](_0x4efe84['result'][_0x2fd121(0x264)]),_0x2f38ca[_0x2fd121(0x279)](_0x4efe84[_0x2fd121(0x254)],undefined)?await _0x2f38ca[_0x2fd121(0x1e3)](_0x1d85df,JSON[_0x2fd121(0x24c)](_0x2f38ca[_0x2fd121(0x1f9)](_0x2f38ca['XKtTZ'](_0x2f38ca[_0x2fd121(0x288)](_0x2f38ca[_0x2fd121(0x287)],'\x22'+_0x4efe84['pickleStep'][_0x2fd121(0x224)]+'\x22\x20'),_0x2f38ca[_0x2fd121(0x253)]),_0x4efe84[_0x2fd121(0x28a)][_0x2fd121(0x264)])),_0x2f38ca[_0x2fd121(0x297)]):await _0x2f38ca[_0x2fd121(0x22b)](_0x1d85df,JSON[_0x2fd121(0x24c)](_0x2f38ca[_0x2fd121(0x27f)](_0x2f38ca['vHlvg'],_0x4efe84[_0x2fd121(0x28a)][_0x2fd121(0x264)])),_0x2f38ca['gCXjI'])):_0x2f38ca['WqAJD'](_0x4efe84['pickleStep'],undefined)?await _0x2f38ca[_0x2fd121(0x215)](_0x1d85df,JSON[_0x2fd121(0x24c)](_0x2f38ca[_0x2fd121(0x288)](_0x2f38ca[_0x2fd121(0x28e)],'\x22'+_0x4efe84['pickleStep']['text']+'\x22')),_0x2f38ca['TcyqZ']):await _0x2f38ca[_0x2fd121(0x210)](_0x1d85df,JSON[_0x2fd121(0x24c)](_0x2f38ca['XMyVb']),_0x2f38ca[_0x2fd121(0x27a)]);}catch(_0x4c75bd){logger[_0x2fd121(0x1ed)](_0x2fd121(0x1ef)+_0x4c75bd);}_0x2f38ca[_0x2fd121(0x250)](_0x51391b);})[_0x2cabcf(0x227)](()=>_0x52db65());});const a9_0x58b82a={};a9_0x58b82a['name']=a9_0x45aa57(0x1ea),a9_0x58b82a[a9_0x45aa57(0x245)]=0x7530,AfterAll(a9_0x58b82a,async function(_0x2c075d,_0x51bd70){const _0x29c394=a9_0x45aa57,_0x2636fb={'DyfxO':function(_0x243acb){return _0x243acb();},'rTnNQ':_0x29c394(0x263)};logger[_0x29c394(0x1ed)](_0x2636fb[_0x29c394(0x22c)]),await new Promise(async _0x5e6e1d=>{const _0x53ef23=_0x29c394;await RequestQueueHandler[_0x53ef23(0x1fa)]()[_0x53ef23(0x22d)](),PerformanceTester[_0x53ef23(0x22f)](),await global[_0x53ef23(0x24a)](),_0x2636fb['DyfxO'](_0x5e6e1d);});});
@@ -1 +1 @@
1
- const a10_0x93b47e=a10_0x1e84;(function(_0x372907,_0xd3b481){const _0x44ab7e=a10_0x1e84,_0x24b0d2=_0x372907();while(!![]){try{const _0x282799=parseInt(_0x44ab7e(0xba))/0x1+parseInt(_0x44ab7e(0xa8))/0x2+-parseInt(_0x44ab7e(0xa1))/0x3+-parseInt(_0x44ab7e(0xbe))/0x4*(parseInt(_0x44ab7e(0xb9))/0x5)+-parseInt(_0x44ab7e(0xce))/0x6*(parseInt(_0x44ab7e(0xca))/0x7)+parseInt(_0x44ab7e(0xc9))/0x8*(-parseInt(_0x44ab7e(0xc2))/0x9)+parseInt(_0x44ab7e(0xb5))/0xa;if(_0x282799===_0xd3b481)break;else _0x24b0d2['push'](_0x24b0d2['shift']());}catch(_0x2a9b1f){_0x24b0d2['push'](_0x24b0d2['shift']());}}}(a10_0x20c8,0xd12eb));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x93b47e(0xb6)),setKeepAlive=require(a10_0x93b47e(0xb7)),cucumberModule=requireModule('cucumber/lib/index.js'),logger=require('../../helpers/logger')[a10_0x93b47e(0xbb)];modifyCommand(),setKeepAlive();const Before=cucumberModule[a10_0x93b47e(0xc0)],After=cucumberModule[a10_0x93b47e(0xb0)],configuration=process['env'][a10_0x93b47e(0xb3)];if(configuration!==undefined){const config=JSON[a10_0x93b47e(0xad)](configuration);isTrue(config[a10_0x93b47e(0xcb)])&&(global['__skipSessionName']=!![]),global[a10_0x93b47e(0xc1)]=isTrue(config[a10_0x93b47e(0xa5)]),require(a10_0x93b47e(0xbc))[a10_0x93b47e(0xc6)](config),global['__platformCaps']=config[a10_0x93b47e(0x9f)]||{};}global[a10_0x93b47e(0xaf)]=0x0;const __setDefaultTimeout=cucumberModule[a10_0x93b47e(0xa7)];function a10_0x20c8(){const _0x115de6=['Error:\x20setting\x20status\x20at\x20After:\x20','bstack','NHYae','session_','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','timeout','Error:\x20quiting\x20at\x20After:\x20','Inside\x20browserstack\x20Before','RVkuU','__driver','platformCaps','__skipSessionName','2370918NVbCFE','nymrV','executeScript','rPKFw','skipSessionStatus','MSnNa','setDefaultTimeout','2743230uFfWKA','name','failed','qIaZx','__error_messages__','parse','debug','__timeout','After','initQuit','pickle','CONFIG','\x22}}','19739850HfxzIF','../../helpers/helper','../../helpers/setKeepAlive','TmMVx','9795dhfiza','728740YAHqSo','winstonLogger','../../index','ockty','2004bnASPD','bagmN','Before','__skipSessionStatus','117gqqJMF','status','then','passed','browserstackAgentV2','toLowerCase','Niwbs','615848AkoVxw','3115077miAVGh','skipSessionName','NjVpp','\x20|\x20','6CHpKDN','result'];a10_0x20c8=function(){return _0x115de6;};return a10_0x20c8();}cucumberModule[a10_0x93b47e(0xa7)]=_0x1db8ca=>{const _0x5a5686=a10_0x93b47e,_0x282fa0={'NjVpp':function(_0x5d8d43,_0x18cb71){return _0x5d8d43(_0x18cb71);}};global[_0x5a5686(0xaf)]=_0x1db8ca,_0x282fa0[_0x5a5686(0xcc)](__setDefaultTimeout,_0x1db8ca);};const a10_0x1f1efb={};function a10_0x1e84(_0x47471b,_0x34c922){const _0x20c8dd=a10_0x20c8();return a10_0x1e84=function(_0x1e84f3,_0x31affd){_0x1e84f3=_0x1e84f3-0x9a;let _0x10d4c4=_0x20c8dd[_0x1e84f3];return _0x10d4c4;},a10_0x1e84(_0x47471b,_0x34c922);}a10_0x1f1efb[a10_0x93b47e(0xa9)]='bstack',Before(a10_0x1f1efb,function(){const _0x1fec3a=a10_0x93b47e,_0x15e328={};_0x15e328['Niwbs']=_0x1fec3a(0x9c);const _0x2545b1=_0x15e328;logger[_0x1fec3a(0xae)](_0x2545b1[_0x1fec3a(0xc8)]),global[_0x1fec3a(0xac)]=[];});const a10_0x4dee0d={};a10_0x4dee0d['name']=a10_0x93b47e(0xd1),a10_0x4dee0d[a10_0x93b47e(0x9a)]=0x2710,After(a10_0x4dee0d,function(_0x490c92,_0x4f9cad){const _0x38f11d=a10_0x93b47e,_0x3bd4b4={'RVkuU':function(_0x3dbc53,_0x8a1def){return _0x3dbc53===_0x8a1def;},'TmMVx':_0x38f11d(0xaa),'NHYae':function(_0x517a7a,_0x285532,_0x2290ea,_0x50a4fb){return _0x517a7a(_0x285532,_0x2290ea,_0x50a4fb);},'ockty':_0x38f11d(0xcd),'rPKFw':function(_0x543f81,_0x5c39a0,_0x15ed1e){return _0x543f81(_0x5c39a0,_0x15ed1e);},'bagmN':_0x38f11d(0xc5),'rTsnE':function(_0x3cfdca){return _0x3cfdca();},'MSnNa':function(_0x47eb79,_0x290a12){return _0x47eb79(_0x290a12);},'qIaZx':function(_0x2b7a28){return _0x2b7a28();},'nymrV':'Inside\x20browserstack\x20After'};logger[_0x38f11d(0xae)](_0x3bd4b4[_0x38f11d(0xa2)]),new Promise(async(_0x487a7d,_0x138518)=>{const _0x522186=_0x38f11d;let _0x2373cd=![];try{await global[_0x522186(0x9e)][_0x522186(0xd3)],_0x2373cd=!![],!global[_0x522186(0xa0)]&&await global['__driver'][_0x522186(0xa3)](_0x522186(0xd4)+_0x490c92[_0x522186(0xb2)][_0x522186(0xa9)]+_0x522186(0xb4)),_0x3bd4b4[_0x522186(0x9d)](_0x490c92[_0x522186(0xcf)][_0x522186(0xc3)][_0x522186(0xc7)](),_0x3bd4b4[_0x522186(0xb8)])?await _0x3bd4b4[_0x522186(0xd2)](markSessionStatus,global[_0x522186(0x9e)],_0x3bd4b4[_0x522186(0xb8)],global['__error_messages__']['join'](_0x3bd4b4[_0x522186(0xbd)])):await _0x3bd4b4[_0x522186(0xa4)](markSessionStatus,global[_0x522186(0x9e)],_0x3bd4b4[_0x522186(0xbf)]);}catch(_0x543e1b){logger[_0x522186(0xae)](_0x522186(0xd0)+_0x543e1b);}if(_0x2373cd)try{await global[_0x522186(0x9e)][_0x522186(0xb1)](),_0x3bd4b4['rTsnE'](_0x487a7d);}catch(_0x55858f){logger['debug'](_0x522186(0x9b)+_0x55858f),_0x3bd4b4[_0x522186(0xa6)](_0x138518,_0x55858f);}else _0x3bd4b4[_0x522186(0xab)](_0x138518);})[_0x38f11d(0xc4)](()=>_0x4f9cad());});
1
+ const a10_0xc392=a10_0x290b;(function(_0x1aa0a5,_0x12fc7b){const _0x2b91e1=a10_0x290b,_0x489697=_0x1aa0a5();while(!![]){try{const _0x3c4ff2=-parseInt(_0x2b91e1(0x1ce))/0x1+parseInt(_0x2b91e1(0x1e7))/0x2+parseInt(_0x2b91e1(0x1e0))/0x3+-parseInt(_0x2b91e1(0x1db))/0x4*(parseInt(_0x2b91e1(0x1c7))/0x5)+parseInt(_0x2b91e1(0x1d4))/0x6*(-parseInt(_0x2b91e1(0x1e4))/0x7)+-parseInt(_0x2b91e1(0x1e5))/0x8*(parseInt(_0x2b91e1(0x1cc))/0x9)+-parseInt(_0x2b91e1(0x1d8))/0xa*(-parseInt(_0x2b91e1(0x1e1))/0xb);if(_0x3c4ff2===_0x12fc7b)break;else _0x489697['push'](_0x489697['shift']());}catch(_0x2b33a2){_0x489697['push'](_0x489697['shift']());}}}(a10_0x50ad,0xcf245));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0xc392(0x1cb)),setKeepAlive=require(a10_0xc392(0x1f0)),cucumberModule=requireModule(a10_0xc392(0x1ec)),logger=require(a10_0xc392(0x1d2))[a10_0xc392(0x1be)];modifyCommand(),setKeepAlive();function a10_0x50ad(){const _0x49afa3=['416FVWfUV','CBxPa','1874030EhuEPT','passed','UAhCz','CONFIG','toLowerCase','cucumber/lib/index.js','Fgqer','__error_messages__','Inside\x20browserstack\x20After','../../helpers/setKeepAlive','env','HsLOG','join','winstonLogger','debug','bstack','parse','initQuit','__skipSessionStatus','name','jZAYv','then','1503415BRpNKh','oKDyY','CiKlR','failed','../../helpers/helper','120339DEEHOn','status','947197nCbKEK','yVCBi','Error:\x20setting\x20status\x20at\x20After:\x20','session_','../../helpers/logger','xBGCY','9078IOoJiC','setDefaultTimeout','skipSessionName','browserstackAgentV2','120NpVzhS','__driver','Error:\x20quiting\x20at\x20After:\x20','16hUfTBZ','\x20|\x20','__skipSessionName','Before','platformCaps','3103695ISskqb','1747790NslHMq','__timeout','\x22}}','854drbUFr'];a10_0x50ad=function(){return _0x49afa3;};return a10_0x50ad();}function a10_0x290b(_0x3cdf8b,_0x5be787){const _0x50adcf=a10_0x50ad();return a10_0x290b=function(_0x290be9,_0x566844){_0x290be9=_0x290be9-0x1bb;let _0x42d2f6=_0x50adcf[_0x290be9];return _0x42d2f6;},a10_0x290b(_0x3cdf8b,_0x5be787);}const Before=cucumberModule[a10_0xc392(0x1de)],After=cucumberModule['After'],configuration=process[a10_0xc392(0x1bb)][a10_0xc392(0x1ea)];if(configuration!==undefined){const config=JSON[a10_0xc392(0x1c1)](configuration);isTrue(config[a10_0xc392(0x1d6)])&&(global[a10_0xc392(0x1dd)]=!![]),global[a10_0xc392(0x1c3)]=isTrue(config['skipSessionStatus']),require('../../index')[a10_0xc392(0x1d7)](config),global['__platformCaps']=config[a10_0xc392(0x1df)]||{};}global['__timeout']=0x0;const __setDefaultTimeout=cucumberModule[a10_0xc392(0x1d5)];cucumberModule[a10_0xc392(0x1d5)]=_0x496b98=>{const _0x2564e7=a10_0xc392,_0x504078={'RXous':function(_0x513ea2,_0x23956b){return _0x513ea2(_0x23956b);}};global[_0x2564e7(0x1e2)]=_0x496b98,_0x504078['RXous'](__setDefaultTimeout,_0x496b98);};const a10_0xa68f={};a10_0xa68f[a10_0xc392(0x1c4)]='bstack',Before(a10_0xa68f,function(){const _0x49789c=a10_0xc392,_0x1591f4={};_0x1591f4[_0x49789c(0x1bc)]='Inside\x20browserstack\x20Before';const _0x101036=_0x1591f4;logger[_0x49789c(0x1bf)](_0x101036[_0x49789c(0x1bc)]),global[_0x49789c(0x1ee)]=[];});const a10_0x5ba1e5={};a10_0x5ba1e5['name']=a10_0xc392(0x1c0),a10_0x5ba1e5['timeout']=0x2710,After(a10_0x5ba1e5,function(_0x54edaa,_0x391ae0){const _0x36da65=a10_0xc392,_0x447a6e={'yVCBi':function(_0x5f1000,_0x5c4b91){return _0x5f1000===_0x5c4b91;},'CBxPa':_0x36da65(0x1ca),'jZAYv':function(_0x436f46,_0x58c64f,_0x115634,_0x475a61){return _0x436f46(_0x58c64f,_0x115634,_0x475a61);},'xBGCY':_0x36da65(0x1dc),'oKDyY':function(_0x5361f5,_0x49a33e,_0x41d804){return _0x5361f5(_0x49a33e,_0x41d804);},'UAhCz':_0x36da65(0x1e8),'CiKlR':function(_0x51d028){return _0x51d028();},'Fgqer':function(_0x581634,_0x3c89f2){return _0x581634(_0x3c89f2);},'ERtJL':function(_0x50332e){return _0x50332e();},'bSwQm':_0x36da65(0x1ef)};logger[_0x36da65(0x1bf)](_0x447a6e['bSwQm']),new Promise(async(_0x1b31ef,_0x3876b3)=>{const _0x4bc147=_0x36da65;let _0x1af908=![];try{await global[_0x4bc147(0x1d9)][_0x4bc147(0x1d1)],_0x1af908=!![],!global['__skipSessionName']&&await global[_0x4bc147(0x1d9)]['executeScript']('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x54edaa['pickle'][_0x4bc147(0x1c4)]+_0x4bc147(0x1e3)),_0x447a6e[_0x4bc147(0x1cf)](_0x54edaa['result'][_0x4bc147(0x1cd)][_0x4bc147(0x1eb)](),_0x447a6e['CBxPa'])?await _0x447a6e[_0x4bc147(0x1c5)](markSessionStatus,global['__driver'],_0x447a6e[_0x4bc147(0x1e6)],global['__error_messages__'][_0x4bc147(0x1bd)](_0x447a6e[_0x4bc147(0x1d3)])):await _0x447a6e[_0x4bc147(0x1c8)](markSessionStatus,global[_0x4bc147(0x1d9)],_0x447a6e[_0x4bc147(0x1e9)]);}catch(_0x56e4aa){logger[_0x4bc147(0x1bf)](_0x4bc147(0x1d0)+_0x56e4aa);}if(_0x1af908)try{await global[_0x4bc147(0x1d9)][_0x4bc147(0x1c2)](),_0x447a6e[_0x4bc147(0x1c9)](_0x1b31ef);}catch(_0x430758){logger[_0x4bc147(0x1bf)](_0x4bc147(0x1da)+_0x430758),_0x447a6e[_0x4bc147(0x1ed)](_0x3876b3,_0x430758);}else _0x447a6e['ERtJL'](_0x3876b3);})[_0x36da65(0x1c6)](()=>_0x391ae0());});
@@ -1 +1 @@
1
- function a11_0x2c6f(_0x21c2d1,_0x1f5e55){const _0x353ece=a11_0x353e();return a11_0x2c6f=function(_0x2c6faf,_0x44246){_0x2c6faf=_0x2c6faf-0x64;let _0x190180=_0x353ece[_0x2c6faf];return _0x190180;},a11_0x2c6f(_0x21c2d1,_0x1f5e55);}const a11_0x2d1c06=a11_0x2c6f;(function(_0x86e0a8,_0x2f4b86){const _0x4b3b5a=a11_0x2c6f,_0x64a2c7=_0x86e0a8();while(!![]){try{const _0x40b6dd=parseInt(_0x4b3b5a(0x6d))/0x1+-parseInt(_0x4b3b5a(0x6c))/0x2+-parseInt(_0x4b3b5a(0x70))/0x3*(-parseInt(_0x4b3b5a(0x6b))/0x4)+parseInt(_0x4b3b5a(0x6f))/0x5+parseInt(_0x4b3b5a(0x64))/0x6+parseInt(_0x4b3b5a(0x69))/0x7+-parseInt(_0x4b3b5a(0x68))/0x8*(parseInt(_0x4b3b5a(0x6a))/0x9);if(_0x40b6dd===_0x2f4b86)break;else _0x64a2c7['push'](_0x64a2c7['shift']());}catch(_0x79ba6f){_0x64a2c7['push'](_0x64a2c7['shift']());}}}(a11_0x353e,0xc102e));function a11_0x353e(){const _0xb6c637=['1225126HNVUZw','../../helpers/helper','4061085XpckvS','3lvNidJ','__timeout','8058132pkBwqz','setDefaultTimeout','BSTACK_DELTA','@cucumber/cucumber/lib/index.js','3208OEJQWd','2425696zLoTVu','61857IsEmjj','3261044ssHtOM','1991014lvVwwe'];a11_0x353e=function(){return _0xb6c637;};return a11_0x353e();}const {requireModule}=require(a11_0x2d1c06(0x6e)),constants=require('../utils/constants');;let cucumberModule=null;try{cucumberModule=requireModule(a11_0x2d1c06(0x67));}catch(a11_0x2c570f){cucumberModule=requireModule('cucumber/lib/index.js');}cucumberModule[a11_0x2d1c06(0x65)](constants[a11_0x2d1c06(0x66)]+global[a11_0x2d1c06(0x71)]*0x1);
1
+ const a11_0xfcdc1e=a11_0x1c5e;(function(_0x3f1a1a,_0x1fd0c8){const _0x22e8db=a11_0x1c5e,_0x4475c6=_0x3f1a1a();while(!![]){try{const _0x5e53fd=-parseInt(_0x22e8db(0x91))/0x1*(-parseInt(_0x22e8db(0x83))/0x2)+parseInt(_0x22e8db(0x88))/0x3*(parseInt(_0x22e8db(0x86))/0x4)+-parseInt(_0x22e8db(0x8e))/0x5*(parseInt(_0x22e8db(0x87))/0x6)+parseInt(_0x22e8db(0x89))/0x7+parseInt(_0x22e8db(0x8b))/0x8*(parseInt(_0x22e8db(0x8a))/0x9)+parseInt(_0x22e8db(0x85))/0xa+-parseInt(_0x22e8db(0x90))/0xb*(parseInt(_0x22e8db(0x8f))/0xc);if(_0x5e53fd===_0x1fd0c8)break;else _0x4475c6['push'](_0x4475c6['shift']());}catch(_0x13dcbb){_0x4475c6['push'](_0x4475c6['shift']());}}}(a11_0x2549,0xcd168));const {requireModule}=require(a11_0xfcdc1e(0x92)),constants=require(a11_0xfcdc1e(0x8d));;function a11_0x2549(){const _0x49c444=['188yrZNbO','cucumber/lib/index.js','5399040rsPTdc','9580qIbeSn','12LMQRkK','6LYqTIF','9114000SvKNDf','6441543oqLAXo','16iXNdbH','__timeout','../utils/constants','3124155sIMAsV','548784dvCLuW','561VslRMG','12169wcLVvU','../../helpers/helper'];a11_0x2549=function(){return _0x49c444;};return a11_0x2549();}let cucumberModule=null;try{cucumberModule=requireModule('@cucumber/cucumber/lib/index.js');}catch(a11_0x3b3517){cucumberModule=requireModule(a11_0xfcdc1e(0x84));}function a11_0x1c5e(_0x448c35,_0x374cad){const _0x25493b=a11_0x2549();return a11_0x1c5e=function(_0x1c5e67,_0x2e2b45){_0x1c5e67=_0x1c5e67-0x83;let _0x2c5b60=_0x25493b[_0x1c5e67];return _0x2c5b60;},a11_0x1c5e(_0x448c35,_0x374cad);}cucumberModule['setDefaultTimeout'](constants['BSTACK_DELTA']+global[a11_0xfcdc1e(0x8c)]*0x1);
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';function a12_0x394e(_0xb89dd2,_0x43a750){const _0x277e2b=a12_0x277e();return a12_0x394e=function(_0x394e31,_0x5d4515){_0x394e31=_0x394e31-0x137;let _0x2cb21f=_0x277e2b[_0x394e31];return _0x2cb21f;},a12_0x394e(_0xb89dd2,_0x43a750);}const a12_0xdac49=a12_0x394e;(function(_0x1f6966,_0x757a8a){const _0xee44be=a12_0x394e,_0x208391=_0x1f6966();while(!![]){try{const _0x321b03=-parseInt(_0xee44be(0x14a))/0x1*(parseInt(_0xee44be(0x144))/0x2)+-parseInt(_0xee44be(0x16f))/0x3*(parseInt(_0xee44be(0x177))/0x4)+-parseInt(_0xee44be(0x14b))/0x5*(parseInt(_0xee44be(0x143))/0x6)+-parseInt(_0xee44be(0x150))/0x7+parseInt(_0xee44be(0x171))/0x8+parseInt(_0xee44be(0x15f))/0x9*(parseInt(_0xee44be(0x17a))/0xa)+-parseInt(_0xee44be(0x15d))/0xb*(-parseInt(_0xee44be(0x161))/0xc);if(_0x321b03===_0x757a8a)break;else _0x208391['push'](_0x208391['shift']());}catch(_0x462648){_0x208391['push'](_0x208391['shift']());}}}(a12_0x277e,0x27a83));const {default:BrowserStackSetup}=require(a12_0xdac49(0x140)),logger=require(a12_0xdac49(0x149))[a12_0xdac49(0x13e)],{URL}=require('url'),helper=require('../../helpers/helper'),{HELP_MESSAGES,ERROR_MESSAGES}=require('./constants'),validHosts=function(_0x167dd8){const _0x3c15f4=a12_0xdac49;return _0x167dd8['split'](',')[_0x3c15f4(0x155)](_0x594e39=>{const _0x2cf72c=_0x3c15f4;try{new URL(_0x594e39[_0x2cf72c(0x15a)]());}catch(_0x534e6a){return![];}return!![];});},parseOnPremHosts=function(_0x1c8533){const _0x1f1138=a12_0xdac49,_0x1f6832={};_0x1f6832[_0x1f1138(0x173)]=function(_0x458ccf,_0x3f7538){return _0x458ccf===_0x3f7538;},_0x1f6832[_0x1f1138(0x164)]=_0x1f1138(0x15c),_0x1f6832['LFOtX']=_0x1f1138(0x16e),_0x1f6832[_0x1f1138(0x13f)]=function(_0xcf1f6a,_0x2fbc67){return _0xcf1f6a===_0x2fbc67;},_0x1f6832[_0x1f1138(0x179)]=_0x1f1138(0x142);const _0x17e525=_0x1f6832;return _0x1c8533['split'](',')[_0x1f1138(0x13c)](_0xd3a3cc=>{const _0x43a257=_0x1f1138,_0xf08709=new URL(_0xd3a3cc[_0x43a257(0x15a)]()),_0x17e873=_0xf08709['hostname'],_0x592939=_0xf08709[_0x43a257(0x174)]||(_0x17e525['czdwe'](_0xf08709['protocol'],_0x17e525[_0x43a257(0x164)])?_0x17e525[_0x43a257(0x175)]:'80'),_0x1e168f=_0xf08709[_0x43a257(0x138)]['replace'](':',''),_0x40ac97=_0x17e525[_0x43a257(0x13f)](_0x1e168f,_0x17e525[_0x43a257(0x179)])?0x1:0x0;return _0x17e873+','+_0x592939+','+_0x40ac97;});},connectCommandBuilder=function(_0x5641d7){const _0x291fa3=a12_0xdac49,_0x5ded87={};_0x5ded87[_0x291fa3(0x146)]=_0x291fa3(0x163);const _0x4757ae=_0x5ded87,_0x58ab5d={};_0x58ab5d['describe']=HELP_MESSAGES[_0x291fa3(0x152)][_0x291fa3(0x14d)],_0x58ab5d[_0x291fa3(0x172)]=_0x4757ae['hCgsj'];const _0x78fe4d={};_0x78fe4d[_0x291fa3(0x15e)]=HELP_MESSAGES[_0x291fa3(0x152)][_0x291fa3(0x141)],_0x78fe4d[_0x291fa3(0x172)]=_0x4757ae[_0x291fa3(0x146)],_0x78fe4d[_0x291fa3(0x170)]=!![];const _0xadba1f={};return _0xadba1f['bstack-accesskey']=_0x58ab5d,_0xadba1f[_0x291fa3(0x141)]=_0x78fe4d,_0x5641d7[_0x291fa3(0x152)](_0xadba1f);},connectCommandHandler=async function(_0x4679b9){const _0x39b768=a12_0xdac49,_0x1dfb6b={'YPtrf':_0x39b768(0x167),'ieKmp':function(_0x4f7237,_0x49161f){return _0x4f7237===_0x49161f;},'rYmtZ':_0x39b768(0x159),'cvzVT':_0x39b768(0x151),'kdTyE':function(_0x6dac1b,_0x46955d){return _0x6dac1b===_0x46955d;},'sJzmz':'Integration\x20hosts\x20missing.','XItos':function(_0x2b50eb,_0x37ad54){return _0x2b50eb(_0x37ad54);},'SlkrD':'Hosts\x20not\x20valid','awfOl':function(_0x1fb7da,_0x2744d0){return _0x1fb7da(_0x2744d0);},'WrwaD':'integrations-repeater','TYdUF':_0x39b768(0x178),'kAXVn':'Failed\x20to\x20establish\x20connection.'};try{const _0x30567d=new BrowserStackSetup(_0x4679b9,_0x1dfb6b[_0x39b768(0x148)]);_0x4679b9[_0x39b768(0x16d)]&&(_0x30567d['config'][_0x39b768(0x14e)]=_0x4679b9[_0x39b768(0x16d)]);if(_0x1dfb6b['ieKmp'](typeof _0x30567d[_0x39b768(0x166)]['accessKey'],_0x1dfb6b[_0x39b768(0x162)])){logger[_0x39b768(0x13d)](_0x1dfb6b[_0x39b768(0x169)]);throw new Error(ERROR_MESSAGES[_0x39b768(0x14d)][_0x39b768(0x168)]);}const _0x569c55=_0x4679b9[_0x39b768(0x141)];if(_0x1dfb6b[_0x39b768(0x16a)](typeof _0x569c55,_0x1dfb6b[_0x39b768(0x162)])){logger[_0x39b768(0x13d)](_0x1dfb6b[_0x39b768(0x147)]);throw new Error(ERROR_MESSAGES[_0x39b768(0x141)]['missing']);}if(!_0x1dfb6b[_0x39b768(0x16c)](validHosts,_0x569c55)){logger[_0x39b768(0x13d)](_0x1dfb6b['SlkrD']);throw new Error(ERROR_MESSAGES[_0x39b768(0x141)][_0x39b768(0x139)]);}const _0x64aaf1=_0x1dfb6b['awfOl'](parseOnPremHosts,_0x569c55);_0x30567d[_0x39b768(0x166)]['browserstackLocal']=!![],_0x30567d[_0x39b768(0x166)][_0x39b768(0x153)]['localIdentifier']=_0x1dfb6b[_0x39b768(0x157)],_0x30567d['config'][_0x39b768(0x153)]['only']=_0x64aaf1[_0x39b768(0x176)](','),helper['setProxySettings'](_0x30567d['config']),await _0x30567d['setupBrowserstackLocal'](),logger[_0x39b768(0x165)](_0x1dfb6b['TYdUF']);}catch(_0x1dd1f0){logger[_0x39b768(0x13d)](_0x1dfb6b[_0x39b768(0x15b)]);throw new Error(_0x1dd1f0[_0x39b768(0x160)]());}};function a12_0x277e(){const _0x4c949c=['integrations','missing','cvzVT','kdTyE','exports','XItos','bstackAccesskey','443','239631weoqrk','demandOption','2111784lGgswV','type','czdwe','port','LFOtX','join','8jykNZi','Connection\x20established\x20successfully.','FJlan','70tFctyr','usage','protocol','invalid','command','fyiDa','map','error','winstonLogger','zEosp','../../helpers/BrowserStackSetup','hosts','https','30qJRIkw','514TtPLMG','help','hCgsj','sJzmz','YPtrf','../../helpers/logger','736LcFaQR','10165NPTZVA','connect','bstackAccessKey','accessKey','epilogue','1030911oswZeH','BrowserStack\x20access\x20key\x20missing.','options','browserStackLocalOptions','root','every','eHias','WrwaD','footer','undefined','trim','kAXVn','https:','11iytzvV','describe','343647obOXtW','toString','1650300QwHTxx','rYmtZ','string','XIsTU','info','config'];a12_0x277e=function(){return _0x4c949c;};return a12_0x277e();}function run(_0x387d76){const _0x355e2d=a12_0xdac49,_0x4e67c8={};_0x4e67c8[_0x355e2d(0x156)]=_0x355e2d(0x14c),_0x4e67c8[_0x355e2d(0x13b)]=_0x355e2d(0x145);const _0x1dbc99=_0x4e67c8;_0x387d76[_0x355e2d(0x137)](HELP_MESSAGES[_0x355e2d(0x13a)][_0x355e2d(0x154)])[_0x355e2d(0x13a)](_0x1dbc99[_0x355e2d(0x156)],HELP_MESSAGES[_0x355e2d(0x13a)]['connect'],connectCommandBuilder,connectCommandHandler)['demandCommand']()[_0x355e2d(0x145)](_0x1dbc99[_0x355e2d(0x13b)])[_0x355e2d(0x14f)](HELP_MESSAGES[_0x355e2d(0x13a)][_0x355e2d(0x158)]);}module[a12_0xdac49(0x16b)]=run;
2
+ 'use strict';const a12_0x471888=a12_0x2e35;(function(_0x4e087a,_0x5d206d){const _0xa94d28=a12_0x2e35,_0x43b545=_0x4e087a();while(!![]){try{const _0x50c9d8=parseInt(_0xa94d28(0xe8))/0x1+-parseInt(_0xa94d28(0xdc))/0x2*(parseInt(_0xa94d28(0xd3))/0x3)+parseInt(_0xa94d28(0xaf))/0x4+parseInt(_0xa94d28(0xca))/0x5*(-parseInt(_0xa94d28(0xbb))/0x6)+-parseInt(_0xa94d28(0xd1))/0x7*(-parseInt(_0xa94d28(0xc0))/0x8)+-parseInt(_0xa94d28(0xa4))/0x9*(parseInt(_0xa94d28(0xcc))/0xa)+parseInt(_0xa94d28(0xd0))/0xb;if(_0x50c9d8===_0x5d206d)break;else _0x43b545['push'](_0x43b545['shift']());}catch(_0x5940b1){_0x43b545['push'](_0x43b545['shift']());}}}(a12_0x1f9e,0x5f3c2));function a12_0x2e35(_0x5c8272,_0x21bfeb){const _0x1f9ecd=a12_0x1f9e();return a12_0x2e35=function(_0x2e35c5,_0x103ad3){_0x2e35c5=_0x2e35c5-0xa1;let _0x44f1a8=_0x1f9ecd[_0x2e35c5];return _0x44f1a8;},a12_0x2e35(_0x5c8272,_0x21bfeb);}const {default:BrowserStackSetup}=require(a12_0x471888(0xd2)),logger=require(a12_0x471888(0xd4))[a12_0x471888(0xa6)],{URL}=require(a12_0x471888(0xc1)),helper=require(a12_0x471888(0xa7)),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x471888(0xbc)),validHosts=function(_0x10c7db){const _0x56a5c1=a12_0x471888;return _0x10c7db[_0x56a5c1(0xa2)](',')[_0x56a5c1(0xb9)](_0x4b3b04=>{try{new URL(_0x4b3b04['trim']());}catch(_0x185a61){return![];}return!![];});},parseOnPremHosts=function(_0x2c74e9){const _0x592dea=a12_0x471888,_0x595332={};_0x595332[_0x592dea(0xa5)]=function(_0x217d8e,_0x2edef7){return _0x217d8e===_0x2edef7;},_0x595332[_0x592dea(0xc7)]=_0x592dea(0xe2),_0x595332[_0x592dea(0xd5)]='443',_0x595332[_0x592dea(0xad)]=function(_0x2ab952,_0x1da5cf){return _0x2ab952===_0x1da5cf;},_0x595332[_0x592dea(0xa8)]=_0x592dea(0xc6);const _0x10d908=_0x595332;return _0x2c74e9['split'](',')[_0x592dea(0xc5)](_0x2afc97=>{const _0x235269=_0x592dea,_0x4b850e=new URL(_0x2afc97['trim']()),_0x137f11=_0x4b850e[_0x235269(0xde)],_0x3d7a1e=_0x4b850e[_0x235269(0xa9)]||(_0x10d908['FNucR'](_0x4b850e[_0x235269(0xb0)],_0x10d908[_0x235269(0xc7)])?_0x10d908[_0x235269(0xd5)]:'80'),_0x51b9d9=_0x4b850e[_0x235269(0xb0)][_0x235269(0xc2)](':',''),_0x1f5c34=_0x10d908[_0x235269(0xad)](_0x51b9d9,_0x10d908[_0x235269(0xa8)])?0x1:0x0;return _0x137f11+','+_0x3d7a1e+','+_0x1f5c34;});},connectCommandBuilder=function(_0x393bf7){const _0x4081f8=a12_0x471888,_0x1910b0={};_0x1910b0[_0x4081f8(0xb5)]='string';const _0x10cf53=_0x1910b0,_0x5ade44={};_0x5ade44[_0x4081f8(0xb3)]=HELP_MESSAGES[_0x4081f8(0xdb)]['bstackAccessKey'],_0x5ade44[_0x4081f8(0xd8)]=_0x10cf53[_0x4081f8(0xb5)];const _0x129bd2={};_0x129bd2[_0x4081f8(0xb3)]=HELP_MESSAGES[_0x4081f8(0xdb)][_0x4081f8(0xac)],_0x129bd2[_0x4081f8(0xd8)]=_0x10cf53['pCnRj'],_0x129bd2['demandOption']=!![];const _0x5a7337={};return _0x5a7337[_0x4081f8(0xd9)]=_0x5ade44,_0x5a7337[_0x4081f8(0xac)]=_0x129bd2,_0x393bf7[_0x4081f8(0xdb)](_0x5a7337);},connectCommandHandler=async function(_0x412a25){const _0x1fc678=a12_0x471888,_0x37dc77={'Eypfj':_0x1fc678(0xbe),'FUtFX':function(_0x1f66b5,_0x4d6c8e){return _0x1f66b5===_0x4d6c8e;},'lGUJu':_0x1fc678(0xa1),'CqrLQ':_0x1fc678(0xe5),'JNveq':function(_0x1968d2,_0xce7538){return _0x1968d2===_0xce7538;},'UUBRE':_0x1fc678(0xba),'PsFkp':function(_0x267e34,_0x7b4872){return _0x267e34(_0x7b4872);},'fOPvg':_0x1fc678(0xd6),'xvmQv':_0x1fc678(0xb1),'NmmRb':'Connection\x20established\x20successfully.','DhtNZ':_0x1fc678(0xe6)};try{const _0x18c993=new BrowserStackSetup(_0x412a25,_0x37dc77[_0x1fc678(0xdf)]);_0x412a25['bstackAccesskey']&&(_0x18c993[_0x1fc678(0xbd)][_0x1fc678(0xb4)]=_0x412a25['bstackAccesskey']);if(_0x37dc77[_0x1fc678(0xbf)](typeof _0x18c993[_0x1fc678(0xbd)][_0x1fc678(0xb4)],_0x37dc77[_0x1fc678(0xcb)])){logger['error'](_0x37dc77['CqrLQ']);throw new Error(ERROR_MESSAGES['bstackAccessKey'][_0x1fc678(0xc4)]);}const _0x2666cd=_0x412a25[_0x1fc678(0xac)];if(_0x37dc77['JNveq'](typeof _0x2666cd,_0x37dc77[_0x1fc678(0xcb)])){logger[_0x1fc678(0xab)](_0x37dc77[_0x1fc678(0xcf)]);throw new Error(ERROR_MESSAGES[_0x1fc678(0xac)]['missing']);}if(!_0x37dc77[_0x1fc678(0xc8)](validHosts,_0x2666cd)){logger[_0x1fc678(0xab)](_0x37dc77[_0x1fc678(0xaa)]);throw new Error(ERROR_MESSAGES['hosts'][_0x1fc678(0xce)]);}const _0x4382b9=_0x37dc77['PsFkp'](parseOnPremHosts,_0x2666cd);_0x18c993[_0x1fc678(0xbd)]['browserstackLocal']=!![],_0x18c993[_0x1fc678(0xbd)]['browserStackLocalOptions'][_0x1fc678(0xe4)]=_0x37dc77['xvmQv'],_0x18c993['config']['browserStackLocalOptions'][_0x1fc678(0xc3)]=_0x4382b9[_0x1fc678(0xe0)](','),helper[_0x1fc678(0xda)](_0x18c993[_0x1fc678(0xbd)]),await _0x18c993['setupBrowserstackLocal'](),logger[_0x1fc678(0xe3)](_0x37dc77['NmmRb']);}catch(_0x4dc4bd){logger[_0x1fc678(0xab)](_0x37dc77[_0x1fc678(0xdd)]);throw new Error(_0x4dc4bd[_0x1fc678(0xa3)]());}};function run(_0x3af16f){const _0x883662=a12_0x471888,_0x12b49e={};_0x12b49e['zkgnI']='connect',_0x12b49e[_0x883662(0xb8)]='help';const _0x257123=_0x12b49e;_0x3af16f[_0x883662(0xe7)](HELP_MESSAGES[_0x883662(0xb2)][_0x883662(0xae)])[_0x883662(0xb2)](_0x257123[_0x883662(0xb6)],HELP_MESSAGES[_0x883662(0xb2)][_0x883662(0xd7)],connectCommandBuilder,connectCommandHandler)[_0x883662(0xcd)]()[_0x883662(0xe1)](_0x257123['kQPzW'])[_0x883662(0xb7)](HELP_MESSAGES[_0x883662(0xb2)][_0x883662(0xc9)]);}module['exports']=run;function a12_0x1f9e(){const _0x2eae62=['258Mpefjx','./constants','config','integrations','FUtFX','28976ScPAHk','url','replace','only','missing','map','https','RaydS','PsFkp','footer','44045povZKN','lGUJu','30vrayLK','demandCommand','invalid','UUBRE','11172007LvsPXC','266UHweYI','../../helpers/BrowserStackSetup','1255503ucofiL','../../helpers/logger','hIEEO','Hosts\x20not\x20valid','connect','type','bstack-accesskey','setProxySettings','options','2LgcVSR','DhtNZ','hostname','Eypfj','join','help','https:','info','localIdentifier','BrowserStack\x20access\x20key\x20missing.','Failed\x20to\x20establish\x20connection.','usage','177755qvoHWP','undefined','split','toString','1819647bItcnI','FNucR','winstonLogger','../../helpers/helper','vsyin','port','fOPvg','error','hosts','dqhIc','root','1851564ZvCfxJ','protocol','integrations-repeater','command','describe','accessKey','pCnRj','zkgnI','epilogue','kQPzW','every','Integration\x20hosts\x20missing.'];a12_0x1f9e=function(){return _0x2eae62;};return a12_0x1f9e();}
@@ -1 +1 @@
1
- var a13_0x357575=a13_0xe150;(function(_0x2a4223,_0x3e58ec){var _0x5ee088=a13_0xe150,_0x32a3ef=_0x2a4223();while(!![]){try{var _0xb11238=parseInt(_0x5ee088(0xe3))/0x1*(parseInt(_0x5ee088(0xe6))/0x2)+-parseInt(_0x5ee088(0xe1))/0x3*(-parseInt(_0x5ee088(0xf1))/0x4)+parseInt(_0x5ee088(0xe8))/0x5*(-parseInt(_0x5ee088(0xe7))/0x6)+parseInt(_0x5ee088(0xeb))/0x7+-parseInt(_0x5ee088(0xf5))/0x8+-parseInt(_0x5ee088(0xe0))/0x9+parseInt(_0x5ee088(0xee))/0xa;if(_0xb11238===_0x3e58ec)break;else _0x32a3ef['push'](_0x32a3ef['shift']());}catch(_0x5e9929){_0x32a3ef['push'](_0x32a3ef['shift']());}}}(a13_0x4af6,0xf1408));var a13_0x492967={};a13_0x492967[a13_0x357575(0xf6)]=a13_0x357575(0xea),a13_0x492967[a13_0x357575(0xe4)]=a13_0x357575(0xf2);var a13_0x506aee={};a13_0x506aee[a13_0x357575(0xf8)]=a13_0x357575(0xde),a13_0x506aee['connect']=a13_0x357575(0xf4),a13_0x506aee[a13_0x357575(0xdf)]=a13_0x357575(0xef);var a13_0x1e5412={};a13_0x1e5412[a13_0x357575(0xe2)]=a13_0x492967,a13_0x1e5412[a13_0x357575(0xf7)]=a13_0x506aee,exports[a13_0x357575(0xe5)]=a13_0x1e5412;function a13_0xe150(_0x1b6c42,_0x57b9dc){var _0x4af6e8=a13_0x4af6();return a13_0xe150=function(_0xe150b,_0x46b1dc){_0xe150b=_0xe150b-0xde;var _0x1a0517=_0x4af6e8[_0xe150b];return _0x1a0517;},a13_0xe150(_0x1b6c42,_0x57b9dc);}var a13_0x432b61={};a13_0x432b61[a13_0x357575(0xf3)]=a13_0x357575(0xf9);var a13_0x4e6489={};a13_0x4e6489[a13_0x357575(0xf3)]=a13_0x357575(0xe9),a13_0x4e6489[a13_0x357575(0xec)]=a13_0x357575(0xf0);var a13_0x53b9af={};a13_0x53b9af[a13_0x357575(0xf6)]=a13_0x432b61,a13_0x53b9af[a13_0x357575(0xe4)]=a13_0x4e6489,exports[a13_0x357575(0xed)]=a13_0x53b9af;function a13_0x4af6(){var _0xd8a021=['Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','5146407QzhELg','invalid','ERROR_MESSAGES','25978230KpmkMc','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','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.','4CAoEki','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.','missing','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','13264096mClhDn','bstackAccessKey','command','root','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','footer','9235350rcivBq','832350WRJKaA','options','2aSjXjI','hosts','HELP_MESSAGES','646746TMAbNg','12QBSKQN','1462225oZlqko'];a13_0x4af6=function(){return _0xd8a021;};return a13_0x4af6();}
1
+ var a13_0x3b4749=a13_0x4736;(function(_0x814629,_0x3622aa){var _0x2c2171=a13_0x4736,_0x41ed74=_0x814629();while(!![]){try{var _0x3fd6a9=-parseInt(_0x2c2171(0x13f))/0x1+parseInt(_0x2c2171(0x12b))/0x2+-parseInt(_0x2c2171(0x139))/0x3*(-parseInt(_0x2c2171(0x13e))/0x4)+-parseInt(_0x2c2171(0x142))/0x5*(parseInt(_0x2c2171(0x12c))/0x6)+parseInt(_0x2c2171(0x13b))/0x7+-parseInt(_0x2c2171(0x13d))/0x8+-parseInt(_0x2c2171(0x12d))/0x9;if(_0x3fd6a9===_0x3622aa)break;else _0x41ed74['push'](_0x41ed74['shift']());}catch(_0xcc49eb){_0x41ed74['push'](_0x41ed74['shift']());}}}(a13_0x1b1c,0xb1d8c));function a13_0x4736(_0x2ae40a,_0x452948){var _0x1b1cf0=a13_0x1b1c();return a13_0x4736=function(_0x473626,_0x429e44){_0x473626=_0x473626-0x12b;var _0x17b784=_0x1b1cf0[_0x473626];return _0x17b784;},a13_0x4736(_0x2ae40a,_0x452948);}function a13_0x1b1c(){var _0x3432cb=['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.','options','3LKtpQA','missing','9296035CVPTqJ','bstackAccessKey','43520ZbbECR','4966612XWkNCR','122050wiPZPX','hosts','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','5qrrXME','ERROR_MESSAGES','1983338CAeVer','4647612iFJmgg','17376975updgkz','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','connect','invalid','command','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','root','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','footer'];a13_0x1b1c=function(){return _0x3432cb;};return a13_0x1b1c();}var a13_0x21aa82={};a13_0x21aa82['bstackAccessKey']=a13_0x3b4749(0x12e),a13_0x21aa82[a13_0x3b4749(0x140)]='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_0x43435d={};a13_0x43435d[a13_0x3b4749(0x133)]=a13_0x3b4749(0x137),a13_0x43435d[a13_0x3b4749(0x12f)]=a13_0x3b4749(0x134),a13_0x43435d[a13_0x3b4749(0x135)]=a13_0x3b4749(0x132);var a13_0x55798c={};a13_0x55798c[a13_0x3b4749(0x138)]=a13_0x21aa82,a13_0x55798c[a13_0x3b4749(0x131)]=a13_0x43435d,exports['HELP_MESSAGES']=a13_0x55798c;var a13_0x38b1d8={};a13_0x38b1d8[a13_0x3b4749(0x13a)]='BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.';var a13_0x591d3d={};a13_0x591d3d[a13_0x3b4749(0x13a)]=a13_0x3b4749(0x141),a13_0x591d3d[a13_0x3b4749(0x130)]=a13_0x3b4749(0x136);var a13_0x486bee={};a13_0x486bee[a13_0x3b4749(0x13c)]=a13_0x38b1d8,a13_0x486bee[a13_0x3b4749(0x140)]=a13_0x591d3d,exports[a13_0x3b4749(0x143)]=a13_0x486bee;