browserstack-node-sdk 1.34.4 → 1.34.6

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 -1
  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_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
+ const a6_0x3725be=a6_0xf7a7;(function(_0x33b3d7,_0x2f4ab8){const _0x569e50=a6_0xf7a7,_0x232b4f=_0x33b3d7();while(!![]){try{const _0x74b920=parseInt(_0x569e50(0x213))/0x1*(parseInt(_0x569e50(0x24a))/0x2)+parseInt(_0x569e50(0x1f7))/0x3*(parseInt(_0x569e50(0x25e))/0x4)+-parseInt(_0x569e50(0x1e9))/0x5*(parseInt(_0x569e50(0x266))/0x6)+-parseInt(_0x569e50(0x1f0))/0x7+-parseInt(_0x569e50(0x240))/0x8+-parseInt(_0x569e50(0x201))/0x9+parseInt(_0x569e50(0x273))/0xa;if(_0x74b920===_0x2f4ab8)break;else _0x232b4f['push'](_0x232b4f['shift']());}catch(_0x440760){_0x232b4f['push'](_0x232b4f['shift']());}}}(a6_0x526e,0xdcc28));function a6_0xf7a7(_0x259530,_0x3d673c){const _0x526eea=a6_0x526e();return a6_0xf7a7=function(_0xf7a7df,_0x3a85ed){_0xf7a7df=_0xf7a7df-0x1e1;let _0x3164c3=_0x526eea[_0xf7a7df];return _0x3164c3;},a6_0xf7a7(_0x259530,_0x3d673c);}const {requireModule,getPlatformName,nestedKeyValue,isUndefined}=require(a6_0x3725be(0x232)),util=require(a6_0x3725be(0x23f)),{Formatter,formatterHelpers,Status}=requireModule(a6_0x3725be(0x245)),TestDetails=require('../../playwright/reporter/test-details.js'),TestObservabilityReporter=require('../test-observability.js'),{o11yClassErrorHandler}=require(a6_0x3725be(0x237)),{shouldProcessEventForTesthub}=require(a6_0x3725be(0x21b)),testObservabilityReporter=new TestObservabilityReporter(),logger=require(a6_0x3725be(0x209))['winstonLogger'],_tests={},_testCasesData={};function a6_0x526e(){const _0x21da54=['gherkinDocument','debug','../../../helpers/testhub/utils.js','includes','background','HookRunStarted','forEach','name','eventDataCollector','cwd','sQFtm','UhYMF','sendHook','failed','onTestRunFinished','wecqy','CFJxD','duration','supportCodeLibrary','map','snJXR','FAILED','__platform','pickleStepId','afterTestCaseHookDefinitions','../../../helpers/helper','line','gherkinDocumentMap','maJnI','nPNKE','../../../helpers/test-observability/error-handler','TestRunFinished','wDCav','testSteps','zMPlz','checkHookURI','getTestUUID','getTestCaseAttempt','util','12716200fSlXGT','result','extractStepContainers','yHlLr','length','@cucumber/cucumber','parseTestCaseAttempt','logTestRunFinished','PENDING','exception','2SZJBvl','scenario','IrpjG','onTestStepFinished','cuGFr','PASSED','oOlCq','testStepStarted','cucumber-js/test.setup.js','UNDEFINED','xsEcr','GMkDv','failureType','onTestCaseStarted','HookRunFinished','qnGBH','rGGtA','stepDefinitionIds','status','children','8SEtHJf','LBszP','actionLocation','sendTestRunEventForCucumber','sourceLocation','kgwHB','toString','keyword','6XFAXNJ','TFpWO','snippetBuilder','testRunStarted','NUEes','envelope','kUdob','pickleId','onTestStepStarted','hMcVX','pickleMap','testCaseFinished','values','53272850TvaXoX','finishedAt','testStepId','BslHg','WtBOK','toISOString','UnhandledError','WrKig','TWlsn','Exception\x20in\x20sending\x20onTestCaseFinished\x20event:\x20\x20','rule','TpiDi','UNKNOWN','toLowerCase','CwIPM','hookId','testRunFinished','push','Exception\x20in\x20onTestStepStarted\x20event:\x20','xmmoh','onTestCaseFinished','testCaseAttempt','xTRso','XMNJM','xxRXU','onTestRunStarted','HvUAr','iJiqT','stepDefinitions','4604995HGETYw','pickle','LxKKW','steps','testCaseStarted','yTTvY','parse','10575166MCBHcs','TestRunStarted','getGherkinStepMap','incrementCounter','testCaseMap','FqETE','yHbUS','668406MqrGsN','Exception\x20in\x20sending\x20onTestCaseStarted:\x20','qVjPK','Exception\x20in\x20onTestStepFinished\x20event:\x20','\x20\x20\x20\x20','testStepResult','testStepFinished','getGherkinDocument','feature','IwWiX','14193477yjfOnF','format','find','text','CONFIG','aUTZa','env','SKIPPED','../../../helpers/logger','testCaseAttemptDataMap','setup','ubtlQ','uri','log','3|4|0|1|2','seconds','XprLU','Kgdtd','729658TOLboB','testCaseId','\x20-\x20','testCaseStartedId','yPvgH','beforeTestCaseHookDefinitions'];a6_0x526e=function(){return _0x21da54;};return a6_0x526e();}class BrowserstackFormatter extends Formatter{constructor(_0x2f0b46){const _0x5030f5=a6_0x3725be,_0xac7222={};_0xac7222[_0x5030f5(0x24e)]=_0x5030f5(0x26b);const _0x454e06=_0xac7222;super(_0x2f0b46),_0x2f0b46['eventBroadcaster']['on'](_0x454e06[_0x5030f5(0x24e)],async _0x54fb6e=>{const _0x200a2d=_0x5030f5;switch(!![]){case!!_0x54fb6e[_0x200a2d(0x269)]:this['onTestRunStarted']();break;case!!_0x54fb6e['testRunFinished']:this[_0x200a2d(0x227)](_0x54fb6e[_0x200a2d(0x283)]);break;case!!_0x54fb6e[_0x200a2d(0x1ed)]:this[_0x200a2d(0x257)](_0x54fb6e['testCaseStarted'],_0x2f0b46,_0x54fb6e);break;case!!_0x54fb6e['testCaseFinished']:this[_0x200a2d(0x287)](_0x54fb6e[_0x200a2d(0x271)],_0x2f0b46,_0x54fb6e);break;case!!_0x54fb6e[_0x200a2d(0x251)]:this[_0x200a2d(0x26e)](_0x54fb6e['testStepStarted'],_0x2f0b46);break;case!!_0x54fb6e[_0x200a2d(0x1fd)]:this['onTestStepFinished'](_0x54fb6e['testStepFinished'],_0x2f0b46);break;}});}['logTestCaseFinished'](_0x1d99ee){const _0x375ff3=a6_0x3725be,_0xc28bb8={'NUEes':function(_0x4af45f,_0x2201b4){return _0x4af45f!==_0x2201b4;},'yPvgH':'bstack','wecqy':function(_0xd4f7f0,_0x2fabf8){return _0xd4f7f0+_0x2fabf8;},'maJnI':function(_0x55417f,_0x5b7ac1){return _0x55417f+_0x5b7ac1;},'CwIPM':function(_0x3261f9,_0x100f1a){return _0x3261f9+_0x100f1a;},'yHlLr':_0x375ff3(0x1fb),'LxKKW':_0x375ff3(0x215),'snJXR':function(_0x327eaf,_0x552399){return _0x327eaf===_0x552399;},'UhYMF':_0x375ff3(0x22e),'FqETE':function(_0x301a52,_0x3b9405,_0x783d80){return _0x301a52(_0x3b9405,_0x783d80);},'ubtlQ':_0x375ff3(0x241),'IwWiX':'message','xTRso':function(_0x57903c,_0x21a8f9){return _0x57903c+_0x21a8f9;},'HvUAr':function(_0x485326,_0x2f66ad){return _0x485326!==_0x2f66ad;},'sQFtm':function(_0x1e17ed,_0x3f9ac3){return _0x1e17ed+_0x3f9ac3;},'zHsPG':function(_0x31eb98,_0x51279c){return _0x31eb98+_0x51279c;},'XprLU':function(_0x370b7e,_0x45f973){return _0x370b7e+_0x45f973;}};_0xc28bb8[_0x375ff3(0x1e6)](global[_0x375ff3(0x22f)],undefined)&&this[_0x375ff3(0x20e)](_0xc28bb8[_0x375ff3(0x223)](_0xc28bb8['zHsPG']('\x0a',global[_0x375ff3(0x22f)]),'\x0a'));const _0x92af8d=this[_0x375ff3(0x221)][_0x375ff3(0x23e)](_0x1d99ee[_0x375ff3(0x216)]);this[_0x375ff3(0x20e)](_0xc28bb8[_0x375ff3(0x211)](_0xc28bb8[_0x375ff3(0x235)](_0xc28bb8[_0x375ff3(0x228)](_0xc28bb8[_0x375ff3(0x281)]('\x20\x20',_0x92af8d[_0x375ff3(0x219)][_0x375ff3(0x1ff)][_0x375ff3(0x220)]),_0xc28bb8[_0x375ff3(0x1eb)]),_0x92af8d[_0x375ff3(0x1ea)]['name']),'\x0a'));const _0x45213b={};_0x45213b[_0x375ff3(0x222)]=this[_0x375ff3(0x222)],_0x45213b[_0x375ff3(0x268)]=this[_0x375ff3(0x268)],_0x45213b[_0x375ff3(0x22b)]=this[_0x375ff3(0x22b)],_0x45213b[_0x375ff3(0x1e1)]=_0x92af8d;const _0x4bc74a=formatterHelpers[_0x375ff3(0x246)](_0x45213b);let _0x59f621=![];_0x4bc74a[_0x375ff3(0x23a)][_0x375ff3(0x21f)](_0x38d8fc=>{const _0x728f6a=_0x375ff3;if(_0xc28bb8[_0x728f6a(0x26a)](_0x38d8fc[_0x728f6a(0x220)],_0xc28bb8[_0x728f6a(0x217)])&&!this['isBstackHook'](_0x38d8fc)){totalTests+=0x1,this[_0x728f6a(0x20e)](_0xc28bb8['wecqy'](_0xc28bb8[_0x728f6a(0x235)](_0xc28bb8[_0x728f6a(0x228)](_0xc28bb8[_0x728f6a(0x281)](_0xc28bb8[_0x728f6a(0x235)](_0xc28bb8[_0x728f6a(0x243)],_0x38d8fc[_0x728f6a(0x265)]),_0x38d8fc[_0x728f6a(0x204)]||''),_0xc28bb8[_0x728f6a(0x1eb)]),Status[_0x38d8fc[_0x728f6a(0x241)][_0x728f6a(0x25c)]]),'\x0a')),this[_0x728f6a(0x1f3)](Status[_0x38d8fc[_0x728f6a(0x241)][_0x728f6a(0x25c)]]);if(_0xc28bb8[_0x728f6a(0x22d)](Status[_0x38d8fc[_0x728f6a(0x241)][_0x728f6a(0x25c)]],_0xc28bb8[_0x728f6a(0x224)])){_0x59f621=!![];const _0x2024ee=_0xc28bb8[_0x728f6a(0x1f5)](nestedKeyValue,_0x38d8fc,[_0xc28bb8[_0x728f6a(0x20c)],_0xc28bb8[_0x728f6a(0x200)]]);_0x2024ee&&(testsErrorMessage[_0xc28bb8[_0x728f6a(0x1e2)](_0xc28bb8['maJnI'](_0x92af8d['gherkinDocument'][_0x728f6a(0x1ff)]['name'],_0xc28bb8['LxKKW']),_0x92af8d[_0x728f6a(0x1ea)][_0x728f6a(0x220)])]=_0x2024ee,this[_0x728f6a(0x20e)](_0xc28bb8[_0x728f6a(0x281)](_0x2024ee,'\x0a')));}}}),_0x59f621&&(testSuitesFailed+=0x1),this[_0x375ff3(0x20e)]('\x0a');}[a6_0x3725be(0x247)](_0x246f77){}['isBstackHook'](_0x1ca6ac){const _0x9c0bfe=a6_0x3725be,_0x4455b9={};_0x4455b9[_0x9c0bfe(0x27a)]=function(_0x1eaee4,_0x449139){return _0x1eaee4!==_0x449139;},_0x4455b9['bSHyK']=_0x9c0bfe(0x252);const _0x2164c8=_0x4455b9;if(_0x2164c8[_0x9c0bfe(0x27a)](_0x1ca6ac[_0x9c0bfe(0x262)],undefined))return![];if(_0x1ca6ac[_0x9c0bfe(0x260)]&&_0x1ca6ac['actionLocation']['uri']['includes'](_0x2164c8['bSHyK']))return!![];return![];}[a6_0x3725be(0x1f3)](_0xfa00c9){const _0x36ab6a=a6_0x3725be,_0x5eafb4={};_0x5eafb4[_0x36ab6a(0x1ee)]=_0x36ab6a(0x22e),_0x5eafb4[_0x36ab6a(0x1f9)]=_0x36ab6a(0x24f),_0x5eafb4[_0x36ab6a(0x27e)]=_0x36ab6a(0x208),_0x5eafb4['GMkDv']=_0x36ab6a(0x248),_0x5eafb4['XqAhm']=_0x36ab6a(0x253),_0x5eafb4[_0x36ab6a(0x27b)]=_0x36ab6a(0x27f),_0x5eafb4['BslHg']='AMBIGUOUS';const _0x1a2e04=_0x5eafb4;switch(_0xfa00c9){case _0x1a2e04[_0x36ab6a(0x1ee)]:testsFailed+=0x1;break;case _0x1a2e04[_0x36ab6a(0x1f9)]:testsPassed+=0x1;break;case _0x1a2e04[_0x36ab6a(0x27e)]:testsSkipped+=0x1;break;case _0x1a2e04[_0x36ab6a(0x255)]:testsPending+=0x1;break;case _0x1a2e04['XqAhm']:testsUndefined+=0x1;break;case _0x1a2e04[_0x36ab6a(0x27b)]:testsUnknown+=0x1;break;case _0x1a2e04[_0x36ab6a(0x276)]:testsAmbiguous+=0x1;break;default:break;}}['onTestRunStarted'](){const _0x53e5e0=a6_0x3725be,_0x1a8525={'nPNKE':function(_0x18ee56,_0x5db24a){return _0x18ee56!==_0x5db24a;},'dZQwT':function(_0x45e079,_0x4ad122){return _0x45e079(_0x4ad122);},'TFpWO':function(_0x209b88,_0x152bc2){return _0x209b88+_0x152bc2;},'qnGBH':function(_0x1fd0d8){return _0x1fd0d8();}};let _0x376499;if(_0x1a8525[_0x53e5e0(0x236)](process[_0x53e5e0(0x207)][_0x53e5e0(0x205)],undefined)){const _0x42b68a=JSON[_0x53e5e0(0x1ef)](process[_0x53e5e0(0x207)][_0x53e5e0(0x205)]);_0x376499=_0x42b68a['capability'];}_0x1a8525[_0x53e5e0(0x236)](_0x376499,undefined)&&(global[_0x53e5e0(0x22f)]=_0x1a8525['dZQwT'](getPlatformName,_0x376499),this[_0x53e5e0(0x20e)](_0x1a8525[_0x53e5e0(0x267)]('Executing\x20tests\x20for\x20'+global[_0x53e5e0(0x22f)],'\x0a'))),_0x1a8525[_0x53e5e0(0x259)](shouldProcessEventForTesthub)&&TestDetails[_0x53e5e0(0x20b)]();}['onTestRunFinished'](_0x1e31b5){this['logTestRunFinished'](_0x1e31b5);}async[a6_0x3725be(0x257)](_0x5ec764,_0x326f17,_0x59fa3c){const _0x907925=a6_0x3725be,_0x206453={'CFJxD':function(_0x577d6d,_0x2f54f2){return _0x577d6d(_0x2f54f2);},'LBszP':_0x907925(0x1f1)};testSuites+=0x1;if(_0x206453[_0x907925(0x229)](shouldProcessEventForTesthub,_0x206453[_0x907925(0x25f)]))try{const _0x573ab8=TestDetails[_0x907925(0x23d)](_0x5ec764['id']),_0x2d381e=_0x5ec764['testCaseId'],_0x30495d=_0x326f17['eventDataCollector']['testCaseMap'][_0x2d381e],_0x25dfe4=_0x30495d[_0x907925(0x26d)],_0x3c556a=_0x326f17[_0x907925(0x221)][_0x907925(0x270)][_0x25dfe4],_0x1fd93c=this[_0x907925(0x1fe)](_0x326f17,_0x3c556a),_0x4ae790={'uuid':_0x573ab8,'startedAt':new Date()[_0x907925(0x278)]()};if(_0x3c556a){const _0x3b1cab={};_0x3b1cab[_0x907925(0x220)]=_0x3c556a['name'],_0x4ae790[_0x907925(0x24b)]=_0x3b1cab;}_tests[_0x2d381e]=_0x4ae790,await testObservabilityReporter['sendTestRunEventForCucumber'](_0x59fa3c,_0x1fd93c,_0x3c556a,_0x206453[_0x907925(0x25f)],_0x4ae790,_0x59fa3c);}catch(_0x80da98){logger[_0x907925(0x21a)](_0x907925(0x1f8)+util[_0x907925(0x202)](_0x80da98)+'\x20');}}async[a6_0x3725be(0x287)](_0x16b638,_0x31fdfd,_0x4185a5){const _0x198571=a6_0x3725be,_0x29ff7e={'xsEcr':function(_0x384fe0,_0x35a3d8){return _0x384fe0(_0x35a3d8);},'iJiqT':_0x198571(0x238)};this['logTestCaseFinished'](_0x16b638);if(_0x29ff7e[_0x198571(0x254)](shouldProcessEventForTesthub,_0x29ff7e[_0x198571(0x1e7)]))try{_testCasesData[_0x4185a5['id']]={..._0x4185a5};const _0x10e3c9=_0x16b638[_0x198571(0x216)],_0x37ac8c=_0x31fdfd[_0x198571(0x221)][_0x198571(0x20a)][_0x10e3c9]['testCaseId'],_0x4528ec=_0x31fdfd['eventDataCollector'][_0x198571(0x1f4)][_0x37ac8c],_0x40343f=_0x4528ec[_0x198571(0x26d)],_0x395c07=_0x31fdfd[_0x198571(0x221)][_0x198571(0x270)][_0x40343f],_0x3c56eb=this[_0x198571(0x1fe)](_0x31fdfd,_0x395c07),_0x36b211=_tests[_0x37ac8c];_0x36b211&&(delete _tests[_0x37ac8c],_0x36b211[_0x198571(0x274)]=new Date()['toISOString']()),await testObservabilityReporter[_0x198571(0x261)](_0x4185a5,_0x3c56eb,_0x395c07,_0x29ff7e[_0x198571(0x1e7)],_0x36b211,_0x4185a5);}catch(_0x554d4f){logger[_0x198571(0x21a)](_0x198571(0x27c)+util[_0x198571(0x202)](_0x554d4f));}}async[a6_0x3725be(0x26e)](_0x18fcf9,_0x3dca3e){const _0x28d216=a6_0x3725be,_0x403170={'HNhXT':function(_0x52e5d3,_0xe96784){return _0x52e5d3(_0xe96784);},'wDCav':_0x28d216(0x21e),'aUTZa':function(_0x5829e3,_0x54e941){return _0x5829e3!==_0x54e941;},'rGGtA':_0x28d216(0x275)};if(_0x403170['HNhXT'](shouldProcessEventForTesthub,_0x403170[_0x28d216(0x239)]))try{const _0x4b4227=_0x18fcf9[_0x28d216(0x216)],_0x5dedec=_0x3dca3e['eventDataCollector'][_0x28d216(0x20a)][_0x4b4227][_0x28d216(0x214)],_0x4a80bd=_0x3dca3e[_0x28d216(0x221)][_0x28d216(0x1f4)]?.[_0x5dedec],_0x1adda8=_0x4a80bd?.[_0x28d216(0x26d)],_0x5b80f9=_0x3dca3e[_0x28d216(0x221)][_0x28d216(0x270)]?.[_0x1adda8],_0x108102=_0x18fcf9?.[_0x28d216(0x275)],_0x468335=_0x4a80bd?.['testSteps'],_0x3d0862=this[_0x28d216(0x221)][_0x28d216(0x23e)](_0x4b4227),_0x425c14=_0x468335[_0x28d216(0x203)](_0x2c0568=>_0x2c0568['id']===_0x108102)[_0x28d216(0x230)],_0x1d155c=_0x5b80f9['steps'][_0x28d216(0x203)](_0x2d1e33=>_0x2d1e33['id']===_0x425c14);if(_0x425c14&&_0x403170[_0x28d216(0x206)](_tests[_0x5dedec]?.[_0x403170['rGGtA']],_0x108102)){_tests[_0x5dedec][_0x403170[_0x28d216(0x25a)]]=_0x108102;const _0x4b9475={};_0x4b9475[_0x28d216(0x1ec)]=[];const _0x285481=_tests[_0x5dedec]||_0x4b9475;_0x285481&&!_0x285481[_0x28d216(0x1ec)]&&(_0x285481['steps']=[]),_0x285481[_0x28d216(0x1ec)]?.[_0x28d216(0x284)]({'id':_0x1d155c['id'],'text':_0x1d155c[_0x28d216(0x204)],'started_at':new Date()[_0x28d216(0x278)]()}),_tests[_0x5dedec]=_0x285481;}const _0x104954=this[_0x28d216(0x23c)](_0x468335[_0x28d216(0x203)](_0x356349=>_0x356349['id']===_0x108102),_0x3d0862[_0x28d216(0x1ea)][_0x28d216(0x20d)]);!_0x104954&&await testObservabilityReporter[_0x28d216(0x225)](_0x3d0862,_0x403170[_0x28d216(0x239)],_tests[_0x5dedec],_0x18fcf9);}catch(_0x16c73c){logger['debug'](_0x28d216(0x285)+util[_0x28d216(0x202)](_0x16c73c));}}async[a6_0x3725be(0x24d)](_0x51105f,_0x534c51){const _0x1648a3=a6_0x3725be,_0x47d1ef={'xmmoh':function(_0x370ecf,_0x11edc9){return _0x370ecf===_0x11edc9;},'kgwHB':_0x1648a3(0x20f),'hMcVX':function(_0xbce34b,_0x24fdcd){return _0xbce34b(_0x24fdcd);},'WtBOK':_0x1648a3(0x258),'Kgdtd':function(_0x4e6ab8,_0x6fd331){return _0x4e6ab8===_0x6fd331;},'xxRXU':_0x1648a3(0x226),'nnSyw':function(_0x1cdd09,_0x441278){return _0x1cdd09===_0x441278;},'FYolX':_0x1648a3(0x279),'kUdob':_0x1648a3(0x275)};if(_0x47d1ef[_0x1648a3(0x26f)](shouldProcessEventForTesthub,_0x47d1ef['WtBOK']))try{const _0x49b70a=_0x51105f[_0x1648a3(0x216)],_0x437120=_0x534c51[_0x1648a3(0x221)]['testCaseAttemptDataMap'][_0x49b70a][_0x1648a3(0x214)],_0x11c3fd=_0x534c51[_0x1648a3(0x221)]['testCaseMap'][_0x437120],_0x37e629=_0x11c3fd[_0x1648a3(0x26d)],_0x414889=_0x534c51[_0x1648a3(0x221)]['pickleMap'][_0x37e629],_0x5880cb=_0x51105f[_0x1648a3(0x275)],_0xdce69a=_0x11c3fd[_0x1648a3(0x23a)],_0x2e9d4a=this[_0x1648a3(0x221)][_0x1648a3(0x23e)](_0x49b70a),_0x1514dd=_0xdce69a[_0x1648a3(0x203)](_0x3f40ff=>_0x3f40ff['id']===_0x5880cb)[_0x1648a3(0x230)];let _0x1b8bb8,_0x4c4bf3;_0x47d1ef[_0x1648a3(0x212)](_0x51105f[_0x1648a3(0x1fc)]?.[_0x1648a3(0x25c)][_0x1648a3(0x264)]()[_0x1648a3(0x280)](),_0x47d1ef[_0x1648a3(0x1e4)])&&(_0x1b8bb8=_0x47d1ef['nnSyw'](_0x51105f[_0x1648a3(0x1fc)]?.[_0x1648a3(0x249)],undefined)?_0x51105f[_0x1648a3(0x1fc)]?.['message']:_0x51105f[_0x1648a3(0x1fc)]?.['exception']?.['message'],_0x4c4bf3=_0x47d1ef[_0x1648a3(0x212)](_0x51105f[_0x1648a3(0x1fc)]?.[_0x1648a3(0x249)],undefined)?_0x47d1ef['FYolX']:_0x51105f[_0x1648a3(0x1fc)]?.['message']);const _0x435f2f=this[_0x1648a3(0x23c)](_0xdce69a[_0x1648a3(0x203)](_0x383850=>_0x383850['id']===_0x5880cb),_0x2e9d4a[_0x1648a3(0x1ea)][_0x1648a3(0x20d)]);!_0x435f2f&&await testObservabilityReporter[_0x1648a3(0x225)](_0x2e9d4a,_0x47d1ef[_0x1648a3(0x277)],_tests[_0x437120],_0x51105f);if(_0x1514dd&&_tests[_0x437120][_0x47d1ef[_0x1648a3(0x26c)]]){const _0x5f3952=_0x414889[_0x1648a3(0x1ec)][_0x1648a3(0x203)](_0x8891cd=>_0x8891cd['id']===_0x1514dd),_0x1389e7={};_0x1389e7[_0x1648a3(0x1ec)]=[];const _0x583681=_tests[_0x437120]||_0x1389e7;!_0x583681[_0x1648a3(0x1ec)]?_0x583681[_0x1648a3(0x1ec)]=[{'id':_0x5f3952['id'],'text':_0x5f3952['text'],'finished_at':new Date()[_0x1648a3(0x278)](),'result':_0x51105f[_0x1648a3(0x1fc)]?.['status'],'duration':_0x51105f[_0x1648a3(0x1fc)]?.[_0x1648a3(0x22a)]?.[_0x1648a3(0x210)],'failure':_0x1b8bb8,'failureType':_0x4c4bf3}]:_0x583681['steps'][_0x1648a3(0x21f)](_0x1f254f=>{const _0x4a09a6=_0x1648a3;if(_0x47d1ef[_0x4a09a6(0x286)](_0x1f254f['id'],_0x5f3952['id'])){const _0x3c27ed=_0x47d1ef[_0x4a09a6(0x263)]['split']('|');let _0x498ece=0x0;while(!![]){switch(_0x3c27ed[_0x498ece++]){case'0':_0x1f254f[_0x4a09a6(0x22a)]=_0x51105f[_0x4a09a6(0x1fc)]?.['duration']?.[_0x4a09a6(0x210)];continue;case'1':_0x1f254f['failure']=_0x1b8bb8;continue;case'2':_0x1f254f[_0x4a09a6(0x256)]=_0x4c4bf3;continue;case'3':_0x1f254f['finished_at']=new Date()['toISOString']();continue;case'4':_0x1f254f[_0x4a09a6(0x241)]=_0x51105f[_0x4a09a6(0x1fc)]?.[_0x4a09a6(0x25c)];continue;}break;}}}),_tests[_0x437120]=_0x583681,delete _tests[_0x437120][_0x47d1ef['kUdob']];}}catch(_0x30b22a){logger[_0x1648a3(0x21a)](_0x1648a3(0x1fa)+util[_0x1648a3(0x202)](_0x30b22a));}}[a6_0x3725be(0x1f2)](_0x4c90e0){const _0x5a2d93=a6_0x3725be,_0x164872={};return _0x4c90e0[_0x5a2d93(0x1ff)][_0x5a2d93(0x25d)][_0x5a2d93(0x22c)](this[_0x5a2d93(0x242)])['flat']()[_0x5a2d93(0x21f)](_0x6068ef=>_0x6068ef[_0x5a2d93(0x1ec)][_0x5a2d93(0x21f)](_0xb1897c=>_0x164872[_0xb1897c['id']]=_0xb1897c)),_0x164872;}['checkHookURI'](_0x77d5ed,_0x537291){const _0x6239f=a6_0x3725be,_0x5118b2={'IrpjG':function(_0x463712,_0x560fda){return _0x463712(_0x560fda);},'zMPlz':function(_0x6603f1,_0x46b4dc){return _0x6603f1(_0x46b4dc);},'AWIfx':function(_0x35851d,_0x53c9e8){return _0x35851d(_0x53c9e8);},'XMNJM':function(_0x23e0f8,_0x2afc54){return _0x23e0f8===_0x2afc54;},'yHbUS':function(_0x1f345b,_0x4a6782){return _0x1f345b!==_0x4a6782;},'JTkZr':'cucumber-js/test.setup.js'};let _0x473248=!![];const _0x5d0f4d={};_0x473248=_0x473248&&!_0x5118b2[_0x6239f(0x24c)](isUndefined,_0x77d5ed[_0x6239f(0x282)]);if(!_0x5118b2[_0x6239f(0x23b)](isUndefined,_0x77d5ed['hookId'])){let _0x74c95;_0x473248?_0x74c95=this[_0x6239f(0x22b)][_0x6239f(0x218)]['find'](_0x5870d5=>_0x5870d5['id']===_0x77d5ed['hookId']):_0x74c95=this[_0x6239f(0x22b)][_0x6239f(0x231)][_0x6239f(0x203)](_0x39a750=>_0x39a750['id']===_0x77d5ed['hookId']);if(_0x74c95){const _0x213146={};_0x213146['uri']=_0x74c95[_0x6239f(0x20d)],_0x213146['line']=_0x74c95['line'],_0x5d0f4d[_0x6239f(0x260)]=_0x213146,_0x5d0f4d[_0x6239f(0x220)]=_0x74c95[_0x6239f(0x220)];}}if(!_0x5118b2['AWIfx'](isUndefined,_0x77d5ed[_0x6239f(0x25b)])&&_0x5118b2[_0x6239f(0x1e3)](_0x77d5ed[_0x6239f(0x25b)][_0x6239f(0x244)],0x1)){const _0x32b4f0=this[_0x6239f(0x22b)][_0x6239f(0x1e8)][_0x6239f(0x203)](_0x5f1413=>_0x5f1413['id']===_0x77d5ed[_0x6239f(0x25b)][0x0]),_0x27fa49={};_0x27fa49[_0x6239f(0x20d)]=_0x32b4f0[_0x6239f(0x20d)],_0x27fa49['line']=_0x32b4f0['line'],_0x5d0f4d[_0x6239f(0x260)]=_0x27fa49;}if(!_0x5118b2[_0x6239f(0x24c)](isUndefined,_0x77d5ed['pickleStepId'])){const _0x36d80f={};_0x36d80f[_0x6239f(0x20d)]=_0x537291,_0x36d80f[_0x6239f(0x233)]='',_0x5d0f4d[_0x6239f(0x262)]=_0x36d80f;}if(_0x5118b2[_0x6239f(0x1f6)](_0x5d0f4d[_0x6239f(0x262)],undefined))return![];if(_0x5d0f4d[_0x6239f(0x260)]&&_0x5d0f4d[_0x6239f(0x260)]['uri'][_0x6239f(0x21c)](_0x5118b2['JTkZr']))return!![];return![];}['extractStepContainers'](_0x416ed5){const _0x28be71=a6_0x3725be,_0x4c936d={'oOlCq':function(_0x409f2f,_0x3b009a){return _0x409f2f(_0x3b009a);}};if(!_0x4c936d[_0x28be71(0x250)](isUndefined,_0x416ed5['background']))return[_0x416ed5[_0x28be71(0x21d)]];else{if(!_0x4c936d[_0x28be71(0x250)](isUndefined,_0x416ed5[_0x28be71(0x27d)]))return _0x416ed5[_0x28be71(0x27d)]['children'][_0x28be71(0x22c)](_0x5f3929=>!isUndefined(_0x5f3929?.[_0x28be71(0x21d)])?_0x5f3929[_0x28be71(0x21d)]:_0x5f3929[_0x28be71(0x24b)]);};return[_0x416ed5[_0x28be71(0x24b)]];}[a6_0x3725be(0x1fe)](_0x201ad2,_0x356dea){const _0x13e376=a6_0x3725be;return Object[_0x13e376(0x272)](_0x201ad2[_0x13e376(0x221)][_0x13e376(0x234)])[_0x13e376(0x203)](_0x113017=>_0x113017[_0x13e376(0x20d)]===_0x356dea[_0x13e376(0x20d)]);}}module['exports']=o11yClassErrorHandler(BrowserstackFormatter,[a6_0x3725be(0x257),a6_0x3725be(0x287),'onTestStepStarted','onTestStepFinished',a6_0x3725be(0x1e5),'onTestRunFinished',a6_0x3725be(0x242),a6_0x3725be(0x1fe),'getGherkinStepMap','checkHookURI']);
@@ -1 +1 @@
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
+ const a7_0x3bde6e=a7_0x3fc7;(function(_0x3dae98,_0x26f6de){const _0x5b40d2=a7_0x3fc7,_0x34cfa8=_0x3dae98();while(!![]){try{const _0x3f25ce=parseInt(_0x5b40d2(0xdc))/0x1+parseInt(_0x5b40d2(0xaf))/0x2+parseInt(_0x5b40d2(0xb9))/0x3+parseInt(_0x5b40d2(0xe5))/0x4+-parseInt(_0x5b40d2(0xe7))/0x5+parseInt(_0x5b40d2(0xae))/0x6*(parseInt(_0x5b40d2(0xb0))/0x7)+-parseInt(_0x5b40d2(0xb4))/0x8*(parseInt(_0x5b40d2(0xe4))/0x9);if(_0x3f25ce===_0x26f6de)break;else _0x34cfa8['push'](_0x34cfa8['shift']());}catch(_0x35c2bc){_0x34cfa8['push'](_0x34cfa8['shift']());}}}(a7_0x1a98,0xd81f5));const {requireModule,getPlatformName,nestedKeyValue}=require(a7_0x3bde6e(0xe3)),{Formatter}=requireModule(a7_0x3bde6e(0xbf)),pickleParser=requireModule(a7_0x3bde6e(0xa6));function a7_0x1a98(){const _0x8b19d2=['undefined','gherkinDocument','xydEf','PASSED','rWSvh','length','line','stepResults','includes','ZsCko','logTestCaseFinished','WTZkY','qMLWa','XSBrg','exports','JgbIl','name','zCxQO','PwUOK','wwnbD','kppXA','eventBroadcaster','247461rVYChq','status','JJPUm','xHXJW','\x20\x20\x20\x20AFTER\x20-\x20','PENDING','gvRRE','../../../helpers/helper','9CASOlm','3232112TJavnV','feature','8810625YJLkem','uri','actionLocation','testCase','capability','sourceLocation','LXyGj','efCjx','wmCqe','ildvA','PJZac','FAILED','exception','dfJxd','BwztK','CONFIG','UNKNOWN','vTMXs','dqeVS','JPEoT','steps','BdIDM','YTWUC','AMBIGUOUS','cucumber/lib/formatter/helpers/pickle_parser.js','toUpperCase','__platform','XJqJU','MUZnB','parse','Zckww','env','41988UQbzcH','1590434KdsXIZ','294KeFUrO','getTestCaseAttempt','pickle','log','8482832YyZQwL','eventDataCollector','getTestCaseData','PYmin','ydRHT','4689282hjUHZo','bYPJS','MgdPz','bSInX','jFNKr','result','cucumber','ZtoEz','forEach','test-step-started','test-run-finished','text','UNDEFINED'];a7_0x1a98=function(){return _0x8b19d2;};return a7_0x1a98();}function a7_0x3fc7(_0x4437c3,_0x44ba1d){const _0x1a982c=a7_0x1a98();return a7_0x3fc7=function(_0x3fc735,_0x5f0d30){_0x3fc735=_0x3fc735-0xa2;let _0xed1531=_0x1a982c[_0x3fc735];return _0xed1531;},a7_0x3fc7(_0x4437c3,_0x44ba1d);}class BrowserstackFormatter extends Formatter{constructor(_0x4da173){const _0xfe57e9=a7_0x3bde6e,_0x514893={'Zckww':function(_0x56cc3b,_0x42f99a){return _0x56cc3b!==_0x42f99a;},'vTMXs':function(_0x4fdaf1,_0x36f50b){return _0x4fdaf1(_0x36f50b);},'rWSvh':'test-run-started','ildvA':'test-case-started','WrlFT':'test-case-finished','rMVbX':_0xfe57e9(0xc3),'bSInX':_0xfe57e9(0xc2)};super(_0x4da173),_0x4da173[_0xfe57e9(0xdb)]['on'](_0x514893[_0xfe57e9(0xca)],()=>{const _0x327259=_0xfe57e9;let _0x2059b1;if(_0x514893[_0x327259(0xac)](process[_0x327259(0xad)][_0x327259(0xf6)],undefined)){const _0x4beb5e=JSON[_0x327259(0xab)](process['env'][_0x327259(0xf6)]);_0x2059b1=_0x4beb5e[_0x327259(0xeb)];}_0x514893[_0x327259(0xac)](_0x2059b1,undefined)&&(global[_0x327259(0xa8)]=_0x514893[_0x327259(0xf8)](getPlatformName,_0x2059b1),console[_0x327259(0xb3)]('Executing\x20tests\x20for\x20'+global['__platform']));}),_0x4da173[_0xfe57e9(0xdb)]['on'](_0x514893[_0xfe57e9(0xf0)],()=>{testSuites+=0x1;}),_0x4da173[_0xfe57e9(0xdb)]['on'](_0x514893['WrlFT'],_0x9db392=>{this['logTestCaseFinished'](_0x9db392);}),_0x4da173[_0xfe57e9(0xdb)]['on'](_0x514893['rMVbX'],()=>{totalTests-=0x2;}),_0x4da173['eventBroadcaster']['on'](_0x514893[_0xfe57e9(0xbc)],()=>{totalTests+=0x1;});}[a7_0x3bde6e(0xd0)](_0x5b317e){const _0xb7b329=a7_0x3bde6e,_0x4b9a92={'zCxQO':_0xb7b329(0xf2),'BdIDM':_0xb7b329(0xc9),'dfJxd':'SKIPPED','cSGHL':_0xb7b329(0xe1),'dKGAX':_0xb7b329(0xc5),'MgdPz':_0xb7b329(0xf7),'xydEf':_0xb7b329(0xa5),'YTWUC':function(_0x3e657a,_0x3f392a){return _0x3e657a+_0x3f392a;},'WTZkY':function(_0x36d88c,_0x141759){return _0x36d88c+_0x141759;},'efCjx':function(_0x18d3bc,_0x203e57){return _0x18d3bc+_0x203e57;},'ydRHT':'\x20\x20\x20\x20','wmCqe':'\x20-\x20','LHapn':function(_0x3e4e8b,_0x326490){return _0x3e4e8b(_0x326490);},'LXyGj':'cucumber-js/test_old.setup.js','xEXnx':function(_0x222624,_0x25b371){return _0x222624(_0x25b371);},'BwztK':function(_0x4b5bef,_0x151d83){return _0x4b5bef+_0x151d83;},'gvRRE':_0xb7b329(0xe0),'XSBrg':'\x20\x20\x20\x20BEFORE\x20-\x20','dGzso':function(_0x13d9f0,_0x66de0e){return _0x13d9f0===_0x66de0e;},'JPEoT':function(_0x2eb4ac,_0x51eb6d,_0x4943c9){return _0x2eb4ac(_0x51eb6d,_0x4943c9);},'bYPJS':'result','MUZnB':_0xb7b329(0xf3),'kppXA':'stack','qMLWa':function(_0x395421,_0x1e8ef1){return _0x395421!==_0x1e8ef1;},'dqeVS':function(_0x3d42b7,_0x4df20d){return _0x3d42b7+_0x4df20d;},'HQEsF':_0xb7b329(0xc6),'ZsCko':function(_0x2a896b,_0x31d343){return _0x2a896b+_0x31d343;},'jFNKr':function(_0x3a9618,_0x5c70e7){return _0x3a9618+_0x5c70e7;},'XJqJU':function(_0x1c9d5e,_0x2bcb47){return _0x1c9d5e+_0x2bcb47;},'JJPUm':function(_0x9f027e,_0x22f009){return _0x9f027e<_0x22f009;},'xHXJW':function(_0x1e6aab,_0x3ac9b2){return _0x1e6aab+_0x3ac9b2;},'wwnbD':function(_0xab3f4f,_0x30f0e3){return _0xab3f4f+_0x30f0e3;},'PwUOK':function(_0x31c172,_0x1873cd){return _0x31c172(_0x1873cd);},'PJZac':function(_0x175775,_0x43e53d){return _0x175775+_0x43e53d;},'JgbIl':function(_0x2908e9,_0x4e79cb){return _0x2908e9===_0x4e79cb;},'PYmin':function(_0x313f89,_0x56f25d){return _0x313f89+_0x56f25d;},'ZtoEz':function(_0x1a9a63,_0x10846e){return _0x1a9a63+_0x10846e;}};let _0x32d989=![];function _0x106f89(_0x3e890b){const _0x34fd8f=_0xb7b329;switch(_0x3e890b){case _0x4b9a92[_0x34fd8f(0xd7)]:testsFailed+=0x1;break;case _0x4b9a92[_0x34fd8f(0xa3)]:testsPassed+=0x1;break;case _0x4b9a92[_0x34fd8f(0xf4)]:testsSkipped+=0x1;break;case _0x4b9a92['cSGHL']:testsPending+=0x1;break;case _0x4b9a92['dKGAX']:testsUndefined+=0x1;break;case _0x4b9a92[_0x34fd8f(0xbb)]:testsUnknown+=0x1;break;case _0x4b9a92[_0x34fd8f(0xc8)]:testsAmbiguous+=0x1;break;default:break;}}_0x4b9a92[_0xb7b329(0xd2)](global[_0xb7b329(0xa8)],undefined)&&console[_0xb7b329(0xb3)](_0x4b9a92[_0xb7b329(0xf9)](_0x4b9a92[_0xb7b329(0xa4)]('\x0a',global[_0xb7b329(0xa8)]),'\x0a'));let _0x142ec8=![];if(_0x4b9a92['qMLWa'](typeof this[_0xb7b329(0xb5)][_0xb7b329(0xb6)],_0x4b9a92['HQEsF'])){var _0x216413=this[_0xb7b329(0xb5)][_0xb7b329(0xb6)](_0x5b317e[_0xb7b329(0xec)]),_0x247102=_0x216413[_0xb7b329(0xb2)],_0x3b0987=_0x216413[_0xb7b329(0xea)];console[_0xb7b329(0xb3)](_0x4b9a92[_0xb7b329(0xcf)]('\x20\x20',_0x247102[_0xb7b329(0xd6)]));var _0x158144=(0x0,pickleParser['getStepLineToPickledStepMap'])(_0x247102);_0x3b0987[_0xb7b329(0xa2)][_0xb7b329(0xc1)](function(_0x22b94d){const _0x3fdbbf=_0xb7b329;if(_0x22b94d[_0x3fdbbf(0xe9)]&&_0x22b94d[_0x3fdbbf(0xec)])_0x32d989=!![],console[_0x3fdbbf(0xb3)](_0x4b9a92['YTWUC'](_0x4b9a92[_0x3fdbbf(0xd1)](_0x4b9a92[_0x3fdbbf(0xee)](_0x4b9a92[_0x3fdbbf(0xb8)],_0x158144[_0x22b94d['sourceLocation'][_0x3fdbbf(0xcc)]][_0x3fdbbf(0xc4)]),_0x4b9a92[_0x3fdbbf(0xef)]),_0x22b94d[_0x3fdbbf(0xbe)][_0x3fdbbf(0xdd)][_0x3fdbbf(0xa7)]())),_0x4b9a92['LHapn'](_0x106f89,_0x22b94d[_0x3fdbbf(0xbe)][_0x3fdbbf(0xdd)][_0x3fdbbf(0xa7)]());else _0x22b94d['actionLocation']&&(!_0x22b94d[_0x3fdbbf(0xe9)][_0x3fdbbf(0xe8)][_0x3fdbbf(0xce)](_0x4b9a92[_0x3fdbbf(0xed)])&&(_0x4b9a92['xEXnx'](_0x106f89,_0x22b94d[_0x3fdbbf(0xbe)][_0x3fdbbf(0xdd)][_0x3fdbbf(0xa7)]()),_0x32d989?console['log'](_0x4b9a92[_0x3fdbbf(0xf5)](_0x4b9a92['gvRRE'],_0x22b94d[_0x3fdbbf(0xbe)][_0x3fdbbf(0xdd)][_0x3fdbbf(0xa7)]())):console['log'](_0x4b9a92['WTZkY'](_0x4b9a92['XSBrg'],_0x22b94d[_0x3fdbbf(0xbe)][_0x3fdbbf(0xdd)]['toUpperCase']()))));if(_0x4b9a92['dGzso'](_0x22b94d[_0x3fdbbf(0xbe)][_0x3fdbbf(0xdd)][_0x3fdbbf(0xa7)](),_0x4b9a92[_0x3fdbbf(0xd7)])){const _0x5ec941=_0x4b9a92[_0x3fdbbf(0xfa)](nestedKeyValue,_0x22b94d,[_0x4b9a92[_0x3fdbbf(0xba)],_0x4b9a92['MUZnB'],_0x4b9a92['kppXA']]);_0x5ec941&&(testsErrorMessage[_0x247102[_0x3fdbbf(0xd6)]]=_0x5ec941,console[_0x3fdbbf(0xb3)](_0x4b9a92['YTWUC'](_0x5ec941,'\x0a'))),_0x142ec8=!![];}});}else{const _0x154db6=this[_0xb7b329(0xb5)][_0xb7b329(0xb1)](_0x5b317e);console[_0xb7b329(0xb3)](_0x4b9a92[_0xb7b329(0xbd)](_0x4b9a92[_0xb7b329(0xa9)](_0x4b9a92[_0xb7b329(0xbd)]('\x20\x20',_0x154db6['gherkinDocument'][_0xb7b329(0xe6)]['name']),_0x4b9a92[_0xb7b329(0xef)]),_0x154db6['pickle'][_0xb7b329(0xd6)]));const _0x2ae5af=(0x0,pickleParser['getStepLineToPickledStepMap'])(_0x154db6[_0xb7b329(0xb2)]),_0x4a0452=_0x154db6[_0xb7b329(0xea)][_0xb7b329(0xa2)],_0x49abd5=_0x154db6[_0xb7b329(0xcd)],_0x1f4e18=_0x4a0452[_0xb7b329(0xcb)];for(let _0x316c70=0x0;_0x4b9a92[_0xb7b329(0xde)](_0x316c70,_0x1f4e18);_0x316c70++){const _0x2feb2f=_0x4a0452[_0x316c70];if(_0x2feb2f[_0xb7b329(0xe9)]&&_0x2feb2f[_0xb7b329(0xec)])_0x32d989=!![],console[_0xb7b329(0xb3)](_0x4b9a92[_0xb7b329(0xdf)](_0x4b9a92['WTZkY'](_0x4b9a92[_0xb7b329(0xd9)](_0x4b9a92['ydRHT'],_0x2ae5af[_0x2feb2f[_0xb7b329(0xec)][_0xb7b329(0xcc)]][_0xb7b329(0xc4)]),_0x4b9a92[_0xb7b329(0xef)]),_0x49abd5[_0x316c70]['status'][_0xb7b329(0xa7)]())),_0x4b9a92[_0xb7b329(0xd8)](_0x106f89,_0x49abd5[_0x316c70][_0xb7b329(0xdd)][_0xb7b329(0xa7)]());else _0x2feb2f[_0xb7b329(0xe9)]&&(!_0x2feb2f[_0xb7b329(0xe9)]['uri'][_0xb7b329(0xce)](_0x4b9a92['LXyGj'])&&(_0x4b9a92[_0xb7b329(0xd8)](_0x106f89,_0x49abd5[_0x316c70][_0xb7b329(0xdd)]['toUpperCase']()),_0x32d989?console[_0xb7b329(0xb3)](_0x4b9a92[_0xb7b329(0xcf)](_0x4b9a92[_0xb7b329(0xe2)],_0x49abd5[_0x316c70]['status']['toUpperCase']())):console[_0xb7b329(0xb3)](_0x4b9a92[_0xb7b329(0xf1)](_0x4b9a92[_0xb7b329(0xd3)],_0x49abd5[_0x316c70][_0xb7b329(0xdd)][_0xb7b329(0xa7)]()))));if(_0x4b9a92[_0xb7b329(0xd5)](_0x49abd5[_0x316c70][_0xb7b329(0xdd)][_0xb7b329(0xa7)](),_0x4b9a92[_0xb7b329(0xd7)])){_0x142ec8=!![];const _0x4e717f=_0x4b9a92[_0xb7b329(0xfa)](nestedKeyValue,_0x49abd5[_0x316c70],[_0x4b9a92[_0xb7b329(0xaa)],_0x4b9a92[_0xb7b329(0xda)]]);_0x4e717f&&(testsErrorMessage[_0x4b9a92['PYmin'](_0x4b9a92[_0xb7b329(0xc0)](_0x154db6[_0xb7b329(0xc7)][_0xb7b329(0xe6)][_0xb7b329(0xd6)],_0x4b9a92[_0xb7b329(0xef)]),_0x154db6[_0xb7b329(0xb2)][_0xb7b329(0xd6)])]=_0x4e717f,console[_0xb7b329(0xb3)](_0x4b9a92[_0xb7b329(0xb7)](_0x4e717f,'\x0a')));}}}_0x142ec8&&(testSuitesFailed+=0x1),console[_0xb7b329(0xb3)]('\x0a');}}module[a7_0x3bde6e(0xd4)]=BrowserstackFormatter;
@@ -1 +1 @@
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
+ const a8_0x214e23=a8_0xf0f8;(function(_0x3c5f0d,_0x20ae6b){const _0x392b7e=a8_0xf0f8,_0xd9c54=_0x3c5f0d();while(!![]){try{const _0x4d82a9=-parseInt(_0x392b7e(0x182))/0x1+-parseInt(_0x392b7e(0x133))/0x2*(-parseInt(_0x392b7e(0x135))/0x3)+-parseInt(_0x392b7e(0x178))/0x4*(parseInt(_0x392b7e(0x174))/0x5)+parseInt(_0x392b7e(0x141))/0x6+parseInt(_0x392b7e(0x15f))/0x7+parseInt(_0x392b7e(0x12c))/0x8*(parseInt(_0x392b7e(0x14d))/0x9)+-parseInt(_0x392b7e(0x187))/0xa;if(_0x4d82a9===_0x20ae6b)break;else _0xd9c54['push'](_0xd9c54['shift']());}catch(_0x233618){_0xd9c54['push'](_0xd9c54['shift']());}}}(a8_0x4630,0xba27f));function a8_0xf0f8(_0x44e7af,_0x55a89f){const _0x4630cc=a8_0x4630();return a8_0xf0f8=function(_0xf0f8fb,_0x3b2724){_0xf0f8fb=_0xf0f8fb-0x127;let _0xe9f917=_0x4630cc[_0xf0f8fb];return _0xe9f917;},a8_0xf0f8(_0x44e7af,_0x55a89f);}const os=require('os'),path=require(a8_0x214e23(0x14e)),fs=require('fs'),stripAnsi=require(a8_0x214e23(0x170)),{v4:uuidv4}=require(a8_0x214e23(0x18d)),util=require(a8_0x214e23(0x140)),hooksMap={},SessionHandler=require('../../helpers/test-observability/sessionHandler'),testhubUtils=require(a8_0x214e23(0x195)),{getGitMetaData,isUndefined,nestedKeyValue}=require(a8_0x214e23(0x13e)),logger=require(a8_0x214e23(0x168))['winstonLogger'],{o11yClassErrorHandler}=require('../../helpers/test-observability/error-handler'),{FRAMEWORKS}=require('../../helpers/test-observability/constants.js'),TestDetails=require(a8_0x214e23(0x18e));this[a8_0x214e23(0x177)]=![],this[a8_0x214e23(0x1a6)]=null;function a8_0x4630(){const _0x19140e=['result','rule','find','uuid','../playwright/reporter/test-details','failure','every','failed','examples','SKIPPED','LBjjv','../../helpers/testhub/utils','getScenarioExamples','debug','pending','testSteps','tableBody','flatMap','failure_type','skipped','getCucumberHookType','HookRunFinished','root','pickle','SOaKj','zvEmy','message','join','_gitConfigPath','event_type','STHFo','value','test_run','vlXiq','XpXqY','sgjaz','tags','toISOString','5944584BsRjGt','Byftg','KJEBD','sendHook','astNodeIds','name','UEilO','274418RmEFAM','exports','21CCbTEJ','format','cells','test','pUBYh','map','length','push','UnhandledError','../../helpers/helper','javascript','util','7833456HvHAQM','zpyVD','BEFORE_EACH','uploadEventData','exception','sendTestRunEventForCucumber','finished_at','failure_reason','knszj','feature','yoNoH','relative','9QopTNq','path','AFTER_EACH','forEach','YgaAn','TFRSN','scenario','failureData','fVMVH','uri','sreEW','testCaseFinished','KQPmP','CAqWy','pickleStepId','myvEH','CUCUMBER','wBSlz','4397862iAsbhQ','unknown','HOMqv','filter','shyQv','stepResults','WwbdW','toLowerCase','_gitMetadata','../../helpers/logger','includes','failureType','getHookResult','DUMil','passed','testStepId','status','strip-ansi','vVbcl','appendTesthubParams','Bhuqa','5ZggNoc','JBYJE','qfpwK','_gitConfigured','5085196NtywLp','testCase','ZOzPd','aTUsH','failure_data','match','JaUCy','smKZI','configureGit','testCaseStartedId','454340nUpkcm','RiktC','ldSud','children','getHookRunEventData','11492440SZBGjm','APfyh','tagExpression'];a8_0x4630=function(){return _0x19140e;};return a8_0x4630();}class TestObservabilityReporter{async[a8_0x214e23(0x146)](_0x1a82cc,_0x4ccca1,_0x5b8f4c,_0x5e6e15,_0x255aca,_0x57145b={}){const _0x207b42=a8_0x214e23,_0x2cbce4={'cDzwu':function(_0x2ef6d2,_0x34f62d){return _0x2ef6d2===_0x34f62d;},'myvEH':'FAILED','APfyh':_0x207b42(0x191),'vlXiq':function(_0x1ce91a,_0x33c9e8){return _0x1ce91a===_0x33c9e8;},'sreEW':_0x207b42(0x193),'JaUCy':_0x207b42(0x19d),'vVbcl':function(_0x4e934c,_0x477905){return _0x4e934c||_0x477905;},'Bhuqa':function(_0x41cbb6,_0x32a855){return _0x41cbb6+_0x32a855;},'HOMqv':_0x207b42(0x138),'SOaKj':_0x207b42(0x13f),'smKZI':'cucumber','RiktC':_0x207b42(0x198),'sgjaz':_0x207b42(0x16d),'zpyVD':function(_0x5a6898,_0x48f302){return _0x5a6898/_0x48f302;},'RPjuV':function(_0x3bd9b1,_0x2f9aa1){return _0x3bd9b1===_0x2f9aa1;},'ldSud':function(_0x348c4a,_0x1390e8){return _0x348c4a(_0x1390e8);},'wBSlz':_0x207b42(0x160),'JBYJE':'AssertionError','WwbdW':'UnhandledError'},{feature:_0x59b456,scenario:_0x18b030,steps:_0xdaa048,uuid:_0x6d980,startedAt:_0x3a4b38,finishedAt:_0x3b12e6}=_0x2cbce4[_0x207b42(0x171)](_0x255aca,{}),_0x3db32b=this[_0x207b42(0x196)](_0x4ccca1,_0x5b8f4c);await this[_0x207b42(0x180)]();const _0x45f78d=_0x3db32b?_0x2cbce4[_0x207b42(0x173)](_0x2cbce4['Bhuqa'](_0x2cbce4['Bhuqa'](_0x5b8f4c[_0x207b42(0x131)],'\x20('),_0x3db32b[_0x207b42(0x1a5)](',\x20')),')'):_0x5b8f4c[_0x207b42(0x131)],_0x586edd={'uuid':_0x6d980,'started_at':_0x3a4b38,'finished_at':_0x3b12e6,'type':_0x2cbce4[_0x207b42(0x161)],'body':{'lang':_0x2cbce4[_0x207b42(0x1a2)],'code':null},'name':_0x45f78d,'scopes':[_0x59b456?.[_0x207b42(0x131)]||''],'tags':_0x5b8f4c[_0x207b42(0x12a)]?.[_0x207b42(0x13a)](({name:_0x3cf17b})=>_0x3cf17b),'file_name':_0x5b8f4c[_0x207b42(0x156)],'location':_0x5b8f4c[_0x207b42(0x156)],'vc_filepath':this[_0x207b42(0x1a6)]&&_0x5b8f4c['uri']?path[_0x207b42(0x14c)](this[_0x207b42(0x1a6)],_0x5b8f4c[_0x207b42(0x156)]):null,'framework':_0x2cbce4[_0x207b42(0x17f)],'result':_0x2cbce4[_0x207b42(0x183)],'meta':{'feature':_0x59b456,'scenario':_0x18b030,'steps':_0xdaa048,'examples':_0x3db32b},'customRerunParam':{'rerun_name':_0x45f78d}};if(_0x1a82cc[_0x207b42(0x158)]&&_0xdaa048){const _0x3eae0a=_0x1a82cc[_0x207b42(0x158)];let _0x3f6029=_0x2cbce4[_0x207b42(0x129)];_0xdaa048[_0x207b42(0x190)](_0x11deda=>{const _0xf99e6=_0x207b42;if(_0x2cbce4['cDzwu'](_0x11deda[_0xf99e6(0x18a)],_0x2cbce4[_0xf99e6(0x15c)]))return _0x3f6029=_0x2cbce4['APfyh'],_0x3eae0a['failure']=_0x11deda['failure'],_0x3eae0a[_0xf99e6(0x16a)]=_0x11deda[_0xf99e6(0x16a)],![];else{if(_0x2cbce4[_0xf99e6(0x127)](_0x11deda[_0xf99e6(0x18a)],_0x2cbce4[_0xf99e6(0x157)]))return _0x3f6029=_0x2cbce4[_0xf99e6(0x17e)],![];}return!![];}),_0x586edd[_0x207b42(0x147)]=new Date()[_0x207b42(0x12b)](),_0x586edd[_0x207b42(0x18a)]=_0x3f6029,_0x586edd['duration_in_ms']=_0x2cbce4[_0x207b42(0x142)](_0x3eae0a['timestamp']?.['nanos'],0xf4240),_0x2cbce4['RPjuV'](_0x3f6029,_0x2cbce4[_0x207b42(0x188)])&&(_0x586edd[_0x207b42(0x18f)]=[{'backtrace':[_0x3eae0a?.[_0x207b42(0x18f)]?_0x2cbce4[_0x207b42(0x184)](stripAnsi,_0x3eae0a?.[_0x207b42(0x18f)]):_0x2cbce4[_0x207b42(0x15e)]]}],_0x586edd[_0x207b42(0x148)]=_0x3eae0a?.[_0x207b42(0x18f)]?_0x2cbce4[_0x207b42(0x184)](stripAnsi,_0x3eae0a?.[_0x207b42(0x18f)]):_0x3eae0a[_0x207b42(0x1a4)],_0x3eae0a?.[_0x207b42(0x16a)]&&(_0x586edd[_0x207b42(0x19c)]=_0x3eae0a[_0x207b42(0x16a)][_0x207b42(0x17d)](/AssertError/)?_0x2cbce4[_0x207b42(0x175)]:_0x2cbce4[_0x207b42(0x165)]));}testhubUtils[_0x207b42(0x172)](_0x586edd,_0x5e6e15,'',FRAMEWORKS[_0x207b42(0x15d)]);const _0x3822f9={};_0x3822f9[_0x207b42(0x1a7)]=_0x5e6e15,_0x3822f9[_0x207b42(0x1aa)]=_0x586edd;const _0x32be65=_0x3822f9;await SessionHandler[_0x207b42(0x144)](_0x32be65);}[a8_0x214e23(0x186)](_0x14b16e,_0x4f572c,_0x4b5825,_0x7b7478,_0x456ae0,_0x35a0f3){const _0x306fc6=a8_0x214e23,_0x3c84d8={};_0x3c84d8[_0x306fc6(0x15a)]=function(_0x4f49ad,_0x1ce206){return _0x4f49ad===_0x1ce206;},_0x3c84d8[_0x306fc6(0x1a8)]=_0x306fc6(0x19f),_0x3c84d8[_0x306fc6(0x194)]=_0x306fc6(0x198),_0x3c84d8[_0x306fc6(0x12e)]='hook',_0x3c84d8[_0x306fc6(0x151)]=_0x306fc6(0x13f),_0x3c84d8[_0x306fc6(0x163)]='cucumber';const _0x4bf522=_0x3c84d8;if(_0x4bf522[_0x306fc6(0x15a)](_0x4f572c,_0x4bf522[_0x306fc6(0x1a8)])){const _0x4febc3=new Date()[_0x306fc6(0x12b)](),_0x2b9a74=_0x35a0f3['testCaseStartedId'],_0x3e3d91=hooksMap[_0x2b9a74];if(!_0x3e3d91)return;const _0x5d9f98=_0x3e3d91['find'](_0x52ed28=>_0x52ed28['uuid']===_0x4b5825['id']);if(!_0x5d9f98)return;const _0x475ee3=this[_0x306fc6(0x16b)](_0x14b16e,_0x35a0f3);_0x5d9f98[_0x306fc6(0x18a)]=_0x475ee3[_0x306fc6(0x16f)],_0x5d9f98[_0x306fc6(0x147)]=_0x4febc3,_0x5d9f98[_0x306fc6(0x19c)]=_0x475ee3['failureType'];const _0x20e070={};return _0x20e070['backtrace']=_0x475ee3[_0x306fc6(0x154)],_0x5d9f98[_0x306fc6(0x17c)]=[_0x20e070],_0x5d9f98;}const _0x3e2eed=TestDetails['getTestUUID'](_0x35a0f3[_0x306fc6(0x181)]),_0x5dd289=new Date()[_0x306fc6(0x12b)](),_0x3df158=_0x4bf522['LBjjv'],_0x298ba6=_0x4b5825[_0x306fc6(0x189)]?_0x4b5825[_0x306fc6(0x189)]['split']('\x20')[_0x306fc6(0x162)](_0x28961d=>_0x28961d[_0x306fc6(0x169)]('@')):null,_0x53d1b8=_0x14b16e[_0x306fc6(0x1a1)][_0x306fc6(0x156)],_0x4f4b22={'uuid':_0x4b5825['id'],'type':_0x4bf522[_0x306fc6(0x12e)],'hook_type':_0x456ae0,'name':_0x4b5825?.[_0x306fc6(0x131)]||'','body':{'lang':_0x4bf522[_0x306fc6(0x151)],'code':null},'tags':_0x298ba6,'test_run_id':_0x3e2eed,'scopes':[_0x7b7478?.[_0x306fc6(0x14a)]?.[_0x306fc6(0x131)]||''],'file_name':_0x53d1b8,'location':_0x53d1b8,'vc_filepath':this[_0x306fc6(0x167)]&&this[_0x306fc6(0x167)]['root']?path['relative'](this[_0x306fc6(0x167)][_0x306fc6(0x1a0)],_0x14b16e):null,'result':_0x3df158[_0x306fc6(0x16f)],'started_at':_0x5dd289,'framework':_0x4bf522[_0x306fc6(0x163)]};return _0x4f4b22;}async[a8_0x214e23(0x12f)](_0x3f958e,_0x2bb6c4,_0x5a0674,_0x3002a1){const _0xc5bb8=a8_0x214e23,_0x1790e1={};_0x1790e1[_0xc5bb8(0x176)]=function(_0x1e59b0,_0x39c0dd){return _0x1e59b0===_0x39c0dd;},_0x1790e1[_0xc5bb8(0x12d)]='HookRunStarted';const _0x3df307=_0x1790e1;try{const _0x48a684=_0x3f958e[_0xc5bb8(0x179)][_0xc5bb8(0x199)],_0x289a86=_0x48a684[_0xc5bb8(0x18c)](_0x5efc0a=>_0x5efc0a['id']===_0x3002a1[_0xc5bb8(0x16e)]);if(!_0x289a86['hookId'])return;const _0x539b90=_0x3002a1[_0xc5bb8(0x181)],_0x3f7797=this[_0xc5bb8(0x19e)](_0x48a684,_0x289a86),_0x3eb8aa=this['getHookRunEventData'](_0x3f958e,_0x2bb6c4,_0x289a86,_0x5a0674,_0x3f7797,_0x3002a1);if(!_0x3eb8aa)return;_0x3df307[_0xc5bb8(0x176)](_0x2bb6c4,_0x3df307[_0xc5bb8(0x12d)])&&(hooksMap[_0x539b90]?hooksMap[_0x539b90][_0xc5bb8(0x13c)](_0x3eb8aa):hooksMap[_0x539b90]=[_0x3eb8aa]);const _0x230215={};_0x230215[_0xc5bb8(0x1a7)]=_0x2bb6c4,_0x230215['hook_run']=_0x3eb8aa;const _0x40e4a1=_0x230215;await SessionHandler[_0xc5bb8(0x144)](_0x40e4a1);}catch(_0x3bb226){logger[_0xc5bb8(0x197)]('Exception\x20in\x20sending\x20hook\x20events:\x20'+util[_0xc5bb8(0x136)](_0x3bb226));}}[a8_0x214e23(0x16b)](_0x16d84d,_0x59fa9c){const _0x489de0=a8_0x214e23,_0x1714b7={};_0x1714b7[_0x489de0(0x16c)]=function(_0x2a1fba,_0x8002f9){return _0x2a1fba===_0x8002f9;},_0x1714b7['UEilO']=_0x489de0(0x191),_0x1714b7[_0x489de0(0x1a3)]=function(_0x38fa86,_0xbd69ff){return _0x38fa86===_0xbd69ff;},_0x1714b7[_0x489de0(0x149)]=_0x489de0(0x13d),_0x1714b7[_0x489de0(0x155)]='AssertionError',_0x1714b7[_0x489de0(0x14b)]=function(_0x47ea5c,_0x5de3f6){return _0x47ea5c||_0x5de3f6;};const _0x13d33c=_0x1714b7,_0x593c0a=_0x16d84d[_0x489de0(0x164)][_0x59fa9c['testStepId']];let _0x1015a7,_0x2f267f;return _0x13d33c[_0x489de0(0x16c)](_0x593c0a?.[_0x489de0(0x16f)]['toString']()[_0x489de0(0x166)](),_0x13d33c[_0x489de0(0x132)])&&(_0x1015a7=_0x13d33c['zvEmy'](_0x593c0a?.['exception'],undefined)?_0x593c0a?.[_0x489de0(0x1a4)]:_0x593c0a?.['exception']?.[_0x489de0(0x1a4)],_0x2f267f=_0x13d33c[_0x489de0(0x16c)](_0x593c0a?.[_0x489de0(0x145)],undefined)?_0x13d33c[_0x489de0(0x149)]:_0x593c0a?.['message']['match'](/Assert/)?_0x13d33c[_0x489de0(0x155)]:_0x13d33c['knszj']),{'status':_0x593c0a['status']['toLowerCase'](),'failureType':_0x13d33c['yoNoH'](_0x2f267f,null),'failureData':!_0x1015a7?null:[_0x1015a7]};}[a8_0x214e23(0x19e)](_0x2c8f7b,_0x37312b){const _0x1e7c7c=a8_0x214e23,_0x120b1c={};_0x120b1c['ZOzPd']=function(_0x29d456,_0x4288b8){return _0x29d456===_0x4288b8;},_0x120b1c['KQPmP']=_0x1e7c7c(0x14f),_0x120b1c[_0x1e7c7c(0x17b)]=_0x1e7c7c(0x143);const _0x132ca5=_0x120b1c;let _0xc13f40=![];for(const _0x5b9178 of _0x2c8f7b){_0x5b9178[_0x1e7c7c(0x15b)]&&(_0xc13f40=!![]);if(_0x132ca5[_0x1e7c7c(0x17a)](_0x37312b['id'],_0x5b9178['id']))return _0xc13f40?_0x132ca5[_0x1e7c7c(0x159)]:_0x132ca5[_0x1e7c7c(0x17b)];}}[a8_0x214e23(0x196)]=(_0x4b714a,_0x47d9eb)=>{const _0x9ed591=a8_0x214e23,_0x5e6fd6={};_0x5e6fd6['XpXqY']=function(_0x32e590,_0x58b7f0){return _0x32e590===_0x58b7f0;},_0x5e6fd6['UArBP']=function(_0x44871c,_0x1fd0d0){return _0x44871c===_0x1fd0d0;},_0x5e6fd6[_0x9ed591(0x152)]=function(_0x296c15,_0x58101e){return _0x296c15>_0x58101e;};const _0x19b76c=_0x5e6fd6;if(!_0x19b76c[_0x9ed591(0x152)](_0x47d9eb['astNodeIds']?.[_0x9ed591(0x13b)],0x1))return;const _0x4d7ee2=_0x47d9eb[_0x9ed591(0x130)][0x0],_0x361e2f=_0x47d9eb[_0x9ed591(0x130)][0x1],_0x7fb9f3=_0x4b714a[_0x9ed591(0x14a)]?.[_0x9ed591(0x185)];let _0x331ce2=[];_0x7fb9f3?.['forEach'](_0x410cc8=>{const _0x2c08f2=_0x9ed591;if(_0x410cc8[_0x2c08f2(0x18b)])_0x410cc8[_0x2c08f2(0x18b)][_0x2c08f2(0x185)][_0x2c08f2(0x150)](_0x246945=>{const _0x4d5cbc=_0x2c08f2;if(_0x246945[_0x4d5cbc(0x153)]&&_0x19b76c[_0x4d5cbc(0x128)](_0x246945[_0x4d5cbc(0x153)]['id'],_0x4d7ee2)&&_0x246945[_0x4d5cbc(0x153)]['examples']){const _0x3b1244=_0x246945[_0x4d5cbc(0x153)][_0x4d5cbc(0x192)][_0x4d5cbc(0x19b)](_0x46227f=>_0x46227f[_0x4d5cbc(0x19a)])[_0x4d5cbc(0x18c)](_0x1de328=>_0x1de328['id']===_0x361e2f)?.['cells'][_0x4d5cbc(0x13a)](_0x3a6c69=>_0x3a6c69['value']);_0x3b1244&&(_0x331ce2=_0x3b1244);}});else{if(_0x410cc8[_0x2c08f2(0x153)]&&_0x19b76c['UArBP'](_0x410cc8[_0x2c08f2(0x153)]['id'],_0x4d7ee2)&&_0x410cc8[_0x2c08f2(0x153)]['examples']){const _0x5e771b=_0x410cc8[_0x2c08f2(0x153)][_0x2c08f2(0x192)][_0x2c08f2(0x19b)](_0x34dd73=>_0x34dd73[_0x2c08f2(0x19a)])[_0x2c08f2(0x18c)](_0x4a378b=>_0x4a378b['id']===_0x361e2f)?.[_0x2c08f2(0x137)][_0x2c08f2(0x13a)](_0x21393e=>_0x21393e[_0x2c08f2(0x1a9)]);_0x5e771b&&(_0x331ce2=_0x5e771b);}}});if(_0x331ce2[_0x9ed591(0x13b)])return _0x331ce2;return;};async['configureGit'](){const _0x4bd171=a8_0x214e23,_0x3eacec={'pUBYh':function(_0x52e697){return _0x52e697();}};if(this[_0x4bd171(0x177)])return this['_gitConfigPath'];const _0xbf2341=await _0x3eacec[_0x4bd171(0x139)](getGitMetaData);_0xbf2341&&(this[_0x4bd171(0x1a6)]=_0xbf2341['root']),this['_gitConfigured']=!![];}}module[a8_0x214e23(0x134)]=o11yClassErrorHandler(TestObservabilityReporter,[a8_0x214e23(0x180),'getScenarioExamples',a8_0x214e23(0x19e),'getHookResult','sendHook',a8_0x214e23(0x186),a8_0x214e23(0x146)]);
@@ -1 +1 @@
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
+ const a9_0x1b097e=a9_0x55ca;(function(_0x192be9,_0x4cbbd3){const _0x2d41b8=a9_0x55ca,_0x1c133c=_0x192be9();while(!![]){try{const _0x3451ea=parseInt(_0x2d41b8(0x11f))/0x1*(parseInt(_0x2d41b8(0x1a6))/0x2)+-parseInt(_0x2d41b8(0x14d))/0x3*(-parseInt(_0x2d41b8(0x1b4))/0x4)+parseInt(_0x2d41b8(0x17b))/0x5*(-parseInt(_0x2d41b8(0x11d))/0x6)+parseInt(_0x2d41b8(0x15a))/0x7+parseInt(_0x2d41b8(0x130))/0x8+parseInt(_0x2d41b8(0x117))/0x9+-parseInt(_0x2d41b8(0x146))/0xa;if(_0x3451ea===_0x4cbbd3)break;else _0x1c133c['push'](_0x1c133c['shift']());}catch(_0x429c4b){_0x1c133c['push'](_0x1c133c['shift']());}}}(a9_0x49e0,0xef277));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require(a9_0x1b097e(0x15b)),setKeepAlive=require(a9_0x1b097e(0x195)),util=require(a9_0x1b097e(0x133)),PerformanceTester=require(a9_0x1b097e(0x136)),{commandRepository}=require(a9_0x1b097e(0x1b5)),cucumberModule=requireModule('@cucumber/cucumber/lib/index.js'),logger=require('../../helpers/logger')[a9_0x1b097e(0x115)],{shouldProcessEventForTesthub}=require(a9_0x1b097e(0x128)),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require('../../helpers/test-observability/utils'),TestDetails=require('../playwright/reporter/test-details.js'),RequestQueueHandler=require(a9_0x1b097e(0x12c)),{o11yErrorHandler}=require(a9_0x1b097e(0x1af)),MyReporter=require(a9_0x1b097e(0x15d)),SessionHandler=require('../../helpers/test-observability/sessionHandler'),scripts=require(a9_0x1b097e(0x19d)),globals=require(a9_0x1b097e(0x188)),testHubConstants=require('../../helpers/testhub/constants.js'),{shouldScanTestForAccessibility}=require(a9_0x1b097e(0x12a)),{isUndefined}=require('lodash'),a9_0x19c9ea={};a9_0x19c9ea[a9_0x1b097e(0x13d)]=undefined,a9_0x19c9ea[a9_0x1b097e(0x118)]={},a9_0x19c9ea[a9_0x1b097e(0x196)]=![],a9_0x19c9ea[a9_0x1b097e(0x118)]['id']=undefined,a9_0x19c9ea[a9_0x1b097e(0x118)][a9_0x1b097e(0x142)]=undefined;const workerDetails=a9_0x19c9ea;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x590431){const _0x3d315d=a9_0x1b097e,_0x2a5e60=workerDetails[_0x3d315d(0x118)]['testInfo'];if(!_0x2a5e60)return;await MyReporter[_0x3d315d(0x177)](_0x2a5e60,_0x590431);}),registerListeners=()=>{const _0x2e3949=a9_0x1b097e,_0x2c05a5={};_0x2c05a5[_0x2e3949(0x1a8)]=_0x2e3949(0x182);const _0x1c892a=_0x2c05a5;logger[_0x2e3949(0x162)](_0x1c892a['wadSs']),process[_0x2e3949(0x17e)](_0x2e3949(0x1bc)+process[_0x2e3949(0x150)]),process['on']('bs:addLog:'+process[_0x2e3949(0x150)],sendTestLog),PerformanceTester[_0x2e3949(0x11b)]();};modifyCommand(),setKeepAlive();const Before=cucumberModule['Before'],After=cucumberModule[a9_0x1b097e(0x15c)],AfterAll=cucumberModule[a9_0x1b097e(0x153)],BeforeAll=cucumberModule[a9_0x1b097e(0x171)],AfterStep=cucumberModule[a9_0x1b097e(0x1a2)],configuration=process['env']['CONFIG'],bstackConfig=process[a9_0x1b097e(0x16c)][a9_0x1b097e(0x13f)];if(configuration!==undefined){const config=JSON[a9_0x1b097e(0x17d)](configuration);isBrowserstackInfra()?(global['__skipSessionName']=isTrue(config[a9_0x1b097e(0x12b)]),global['__skipSessionStatus']=isTrue(config[a9_0x1b097e(0x14a)])):(global['__skipSessionName']=!![],global['__skipSessionStatus']=!![]),shouldProcessEventForTesthub()?require(a9_0x1b097e(0x19b))[a9_0x1b097e(0x1a1)](config,null,!![]):require(a9_0x1b097e(0x19b))['browserstackAgentV2'](config),global[a9_0x1b097e(0x175)]=config['platformCaps']||{};}function a9_0x49e0(){const _0x39d3ea=['driverCleanup','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','AfterAll','error','XRjqh','cZJAo','toString','Dswov','HoNvW','9716014CHQsTj','../../helpers/helper','After','../playwright/reporter/reporter.js','length','YEslv','saveTestResults','kGtzH','debug','EmrOg','format','event_type','CTOod','pickleStep','status','Dqoei','hKfgM','Passed','env','Error:\x20sendPlatformDetails\x20at\x20After:\x20','NfOGp','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','setTestNameForHealingContext','BeforeAll','TICTw','__timeout','AfYnZ','__platformCaps','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','addTestUIDAndReportLog','stopMonitoring','push','ipiOH','175upoPJj','setDefaultTimeout','parse','removeAllListeners','zHdKk','CBTSessionCreated','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','Inside\x20browserstack\x20registerListeners','OtVLe','text','__error_messages__','finally','result','../../helpers/globals','info','shutdown','ENV_VAR','cucumber-js','message','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','bstackA11yShouldScan','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20','thTestRunUuid','__skipSessionName','__drivers','setConfig','../../helpers/setKeepAlive','o11ySyncDone','quitCount_','YmREN','ZPJeY','Error:\x20at\x20After\x20Step:\x20','../../index','Error:\x20at\x20After:\x20','../../helpers/accessibility-automation/scripts','AzEXn','shift','pickle','browserstackAgentV2','AfterStep','failed','uCTux','BROWSERSTACK_TESTHUB_JWT','205898RMnGqm','Inside\x20browserstack\x20AfterAll','wadSs','QdmdD','uploadEventData','Failed:\x20','toLowerCase','rTUJo','stringify','../../helpers/test-observability/error-handler','bwvhW','timeout','qKHFW','Passed:\x20','3495036FGBkGy','../../helpers/ai-sdk/autoHealHelper','testCaseStartedId','BROWSERSTACK_TESTHUB_UUID','FyRwT','Inside\x20browserstack\x20Before','suvlP','2|3|0|1|4','bs:addLog:','\x22}}','QVkfS','winstonLogger','pypoj','11905335eTqISr','currentTest','OMHLI','XlVDt','startMonitoring','setFramework','9096xkUBMx','getInstance','5VAsTUe','ZPNbc','split','performScan','passed','executeAsyncScript','getTestUUID','VbjkA','tags','../../helpers/testhub/utils','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','../../helpers/accessibility-automation/helper','skipSessionName','../../helpers/test-observability/requestQueueHandler','setGlobal','__sessionFailed','WERIi','5197760OEbOOv','Inside\x20browserstack\x20BeforeAll','executeScript','util','RzJQG','initQuit','../../helpers/performance-tester','session_','Error:\x20quiting\x20driver\x20at\x20After:\x20','kYemv','Inside\x20browserstack\x20After','kSnGR','test_run','workerInfo','name','BSTACK_CONFIG','Uzjwr','bxzTf','testInfo','uuid','thJwtToken','yTBcm','37164060lzAmyT','join','\x20|\x20','bstack','skipSessionStatus','LeEVd','KwEjv','3izbfSV','Inside\x20browserstack\x20AfterStep','eTfYO','pid'];a9_0x49e0=function(){return _0x39d3ea;};return a9_0x49e0();}if(bstackConfig!==undefined){const browserStackConfig=JSON['parse'](bstackConfig);browserStackConfig&&(commandRepository[a9_0x1b097e(0x194)](browserStackConfig),commandRepository[a9_0x1b097e(0x11c)](a9_0x1b097e(0x18c)));}global[a9_0x1b097e(0x173)]=0x0;const __setDefaultTimeout=cucumberModule[a9_0x1b097e(0x17c)];cucumberModule[a9_0x1b097e(0x17c)]=_0x3ea081=>{const _0x33aad6=a9_0x1b097e,_0xb7ae7d={'AzEXn':function(_0x57ed79,_0x5ae7e7){return _0x57ed79(_0x5ae7e7);}};global[_0x33aad6(0x173)]=_0x3ea081,_0xb7ae7d[_0x33aad6(0x19e)](__setDefaultTimeout,_0x3ea081);};const a9_0x1bf31d={};a9_0x1bf31d['name']='bstack',BeforeAll(a9_0x1bf31d,function(){const _0x3f4df9=a9_0x1b097e,_0x48cea0={'LZMLS':function(_0x58b830,_0x17ef52,_0x5eb467,_0x183acd){return _0x58b830(_0x17ef52,_0x5eb467,_0x183acd);},'qKHFW':_0x3f4df9(0x1a3),'suvlP':_0x3f4df9(0x148),'NdFnP':function(_0xa89496,_0x27963e,_0x198a3d){return _0xa89496(_0x27963e,_0x198a3d);},'QdmdD':_0x3f4df9(0x123),'CTOod':_0x3f4df9(0x131),'BPzAv':function(_0x3f2621){return _0x3f2621();},'NfOGp':function(_0x3a90ee,_0xf59af1){return _0x3a90ee(_0xf59af1);}};PerformanceTester[_0x3f4df9(0x11b)](),logger[_0x3f4df9(0x162)](_0x48cea0[_0x3f4df9(0x166)]),global['__error_messages__']=[],global[_0x3f4df9(0x12e)]=![],_0x48cea0['BPzAv'](shouldProcessEventForTesthub)&&(_0x48cea0['BPzAv'](registerListeners),_0x48cea0[_0x3f4df9(0x16e)](addRequestSpy,![])),global[_0x3f4df9(0x151)]=async()=>{const _0x399a44=_0x3f4df9;let _0x2e94fa=![];try{await global[_0x399a44(0x193)][0x0][_0x399a44(0x137)],_0x2e94fa=!![],global[_0x399a44(0x12e)]?await _0x48cea0['LZMLS'](markSessionStatus,global[_0x399a44(0x193)][0x0],_0x48cea0[_0x399a44(0x1b2)],global[_0x399a44(0x185)][_0x399a44(0x147)](_0x48cea0[_0x399a44(0x1ba)])):await _0x48cea0['NdFnP'](markSessionStatus,global[_0x399a44(0x193)][0x0],_0x48cea0[_0x399a44(0x1a9)]);}catch(_0x1b76e4){logger['debug']('Error:\x20cleaning\x20up\x20driver:\x20'+_0x1b76e4);}global[_0x399a44(0x185)]=[],global[_0x399a44(0x12e)]=![];if(_0x2e94fa)try{await global[_0x399a44(0x193)][0x0][_0x399a44(0x135)]();}catch(_0x3a32ef){logger['debug'](_0x399a44(0x176)+_0x3a32ef);}};});const a9_0x1f298e={};a9_0x1f298e['name']=a9_0x1b097e(0x149),a9_0x1f298e['timeout']=0x2710,Before(a9_0x1f298e,function(_0x197b45,_0x532bc5){const _0x1d6d84=a9_0x1b097e,_0x417bb8={'pypoj':function(_0x4f05d9,_0x7014c4){return _0x4f05d9>_0x7014c4;},'ipiOH':function(_0x34ad53,_0x5e67fd){return _0x34ad53>_0x5e67fd;},'XlVDt':function(_0x3ad759,_0xf86c35){return _0x3ad759(_0xf86c35);},'RzJQG':function(_0x3fc53c,_0x463580,_0x2fa16e,_0x38e8dd){return _0x3fc53c(_0x463580,_0x2fa16e,_0x38e8dd);},'Dswov':_0x1d6d84(0x18f),'XOSaM':function(_0xbc8f5c){return _0xbc8f5c();},'cmfNy':_0x1d6d84(0x1b9)};commandRepository[_0x1d6d84(0x170)](_0x197b45['pickle'][_0x1d6d84(0x13e)]),logger[_0x1d6d84(0x162)](_0x417bb8['cmfNy']),new Promise(async _0x17a7d7=>{const _0x356d06=_0x1d6d84;try{_0x417bb8[_0x356d06(0x116)](global[_0x356d06(0x193)][_0x356d06(0x15e)],0x1)&&(await global[_0x356d06(0x151)](),global[_0x356d06(0x193)][_0x356d06(0x19f)]()),global[_0x356d06(0x193)][0x0][_0x356d06(0x197)]&&_0x417bb8[_0x356d06(0x17a)](global['__drivers'][0x0][_0x356d06(0x197)],0x0)&&await global['driverCleanup']();}catch(_0x59201d){}workerDetails[_0x356d06(0x118)][_0x356d06(0x142)]=_0x197b45['testCaseStartedId'];try{if(!_0x417bb8[_0x356d06(0x11a)](isUndefined,_0x197b45['pickle'][_0x356d06(0x127)])){const _0x18243b=_0x417bb8[_0x356d06(0x134)](shouldScanTestForAccessibility,null,![],_0x197b45[_0x356d06(0x1a0)]['tags']['map'](({name:_0x459796})=>_0x459796));globals[_0x356d06(0x12d)](_0x417bb8[_0x356d06(0x158)],_0x18243b);}}catch(_0x5b530d){logger[_0x356d06(0x162)](_0x356d06(0x190)+util[_0x356d06(0x164)](_0x5b530d));}_0x417bb8['XOSaM'](_0x17a7d7);})[_0x1d6d84(0x186)](_0x532bc5);});const a9_0xe28b04={};function a9_0x55ca(_0x22eb00,_0x45598d){const _0x49e02b=a9_0x49e0();return a9_0x55ca=function(_0x55ca98,_0x153ca1){_0x55ca98=_0x55ca98-0x113;let _0x52bb88=_0x49e02b[_0x55ca98];return _0x52bb88;},a9_0x55ca(_0x22eb00,_0x45598d);}a9_0xe28b04[a9_0x1b097e(0x13e)]=a9_0x1b097e(0x149),a9_0xe28b04[a9_0x1b097e(0x1b1)]=0x2710,After(a9_0xe28b04,function(_0x85be2f,_0x5ee979){const _0x46754a=a9_0x1b097e,_0x1f0e1b={'Dqoei':_0x46754a(0x1bb),'gBqYy':function(_0x3e3a58,_0x40c104){return _0x3e3a58>_0x40c104;},'FyRwT':function(_0x2ca926,_0x2947bf){return _0x2ca926===_0x2947bf;},'ZPNbc':_0x46754a(0x1a3),'hKfgM':function(_0x365a78,_0x409003,_0x235311,_0x1d22c0){return _0x365a78(_0x409003,_0x235311,_0x1d22c0);},'LeEVd':_0x46754a(0x148),'yTBcm':function(_0x1d692b,_0x183eaf,_0x3525a9){return _0x1d692b(_0x183eaf,_0x3525a9);},'VbjkA':'passed','bxzTf':function(_0x5e3ee0){return _0x5e3ee0();},'zHdKk':function(_0x3bb5f7,_0x245114,_0x5584b9,_0x46d779){return _0x3bb5f7(_0x245114,_0x5584b9,_0x46d779);},'AfYnZ':_0x46754a(0x180),'ZPJeY':'isAccessibilityPlatform','uCTux':'bstackA11yShouldScan','XRjqh':_0x46754a(0x152),'ZEtQY':'Performing\x20scan\x20before\x20saving\x20results','luwsh':_0x46754a(0x181),'qSgGm':function(_0x2396eb,_0x509711){return _0x2396eb>_0x509711;},'YmREN':_0x46754a(0x13a)};logger[_0x46754a(0x162)](_0x1f0e1b[_0x46754a(0x198)]),workerDetails[_0x46754a(0x118)][_0x46754a(0x142)]=_0x85be2f[_0x46754a(0x1b6)],new Promise(async _0x3bf176=>{const _0x574d99=_0x46754a;let _0x580870=![];try{const _0x5795be=_0x1f0e1b[_0x574d99(0x169)][_0x574d99(0x121)]('|');let _0x28d681=0x0;while(!![]){switch(_0x5795be[_0x28d681++]){case'0':_0x580870=!![];continue;case'1':!global[_0x574d99(0x192)]&&await global[_0x574d99(0x193)][0x0][_0x574d99(0x132)](_0x574d99(0x18e)+_0x85be2f[_0x574d99(0x1a0)][_0x574d99(0x13e)]+_0x574d99(0x113));continue;case'2':_0x1f0e1b['gBqYy'](global[_0x574d99(0x193)][_0x574d99(0x15e)],0x1)&&(await global['driverCleanup'](),global[_0x574d99(0x193)][_0x574d99(0x19f)](),global[_0x574d99(0x185)]=[],global[_0x574d99(0x12e)]=![]);continue;case'3':await global[_0x574d99(0x193)][0x0]['session_'];continue;case'4':if(_0x1f0e1b[_0x574d99(0x1b8)](_0x85be2f[_0x574d99(0x187)]['status'][_0x574d99(0x157)]()[_0x574d99(0x1ac)](),_0x1f0e1b[_0x574d99(0x120)])||_0x1f0e1b[_0x574d99(0x1b8)](_0x85be2f[_0x574d99(0x187)]['status'][_0x574d99(0x157)]()['toLowerCase'](),'6')){try{global[_0x574d99(0x185)][_0x574d99(0x179)](_0x85be2f[_0x574d99(0x187)]['message']);}catch(_0x1bfb75){logger[_0x574d99(0x162)](_0x574d99(0x16f)+_0x1bfb75);}await _0x1f0e1b[_0x574d99(0x16a)](markSessionStatus,global[_0x574d99(0x193)][0x0],_0x1f0e1b[_0x574d99(0x120)],global[_0x574d99(0x185)][_0x574d99(0x147)](_0x1f0e1b[_0x574d99(0x14b)]));}else await _0x1f0e1b[_0x574d99(0x145)](markSessionStatus,global[_0x574d99(0x193)][0x0],_0x1f0e1b[_0x574d99(0x126)]);continue;}break;}}catch(_0x582f32){logger['debug'](_0x574d99(0x19c)+util['format'](_0x582f32));}try{if(_0x1f0e1b['bxzTf'](shouldProcessEventForTesthub)){const _0x57046f=TestDetails[_0x574d99(0x125)](_0x85be2f[_0x574d99(0x1b6)]),_0x33daaf=await _0x1f0e1b[_0x574d99(0x17f)](sendPlatformDetails,global[_0x574d99(0x193)][0x0],_0x57046f,!![]),_0x42da4f={};_0x42da4f[_0x574d99(0x143)]=_0x57046f,_0x42da4f['integrations']=_0x33daaf;const _0x554836=_0x42da4f,_0x42f035={};_0x42f035[_0x574d99(0x165)]=_0x1f0e1b[_0x574d99(0x174)],_0x42f035[_0x574d99(0x13c)]=_0x554836,await SessionHandler[_0x574d99(0x1aa)](_0x42f035);}}catch(_0x153c78){logger[_0x574d99(0x162)](_0x574d99(0x16d)+util[_0x574d99(0x164)](_0x153c78));}try{if(globals['getGlobal'](_0x1f0e1b[_0x574d99(0x199)])&&globals['getGlobal'](_0x1f0e1b[_0x574d99(0x1a4)])){logger[_0x574d99(0x189)](_0x1f0e1b[_0x574d99(0x155)]);const _0x46d03c=TestDetails[_0x574d99(0x125)](_0x85be2f[_0x574d99(0x1b6)]),_0x4f79c5={};_0x4f79c5[_0x574d99(0x191)]=_0x46d03c,_0x4f79c5['thBuildUuid']=process[_0x574d99(0x16c)][testHubConstants[_0x574d99(0x18b)][_0x574d99(0x1b7)]],_0x4f79c5[_0x574d99(0x144)]=process[_0x574d99(0x16c)][testHubConstants[_0x574d99(0x18b)][_0x574d99(0x1a5)]];const _0x3ae08c=_0x4f79c5;logger[_0x574d99(0x162)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON[_0x574d99(0x1ae)](_0x3ae08c)),logger['debug'](_0x1f0e1b['ZEtQY']),logger[_0x574d99(0x162)](util[_0x574d99(0x164)](await global[_0x574d99(0x193)][0x0]['executeAsyncScript'](scripts[_0x574d99(0x122)],{'method':global['browserstackSessionName']}))),await global[_0x574d99(0x193)][0x0][_0x574d99(0x124)](scripts[_0x574d99(0x160)],_0x3ae08c),logger[_0x574d99(0x189)](_0x1f0e1b['luwsh']);}}catch(_0x4094cf){logger[_0x574d99(0x154)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20'+util[_0x574d99(0x164)]);}if(_0x580870)try{global['__drivers'][0x0]&&_0x1f0e1b['qSgGm'](global['__drivers'][0x0]['quitCount_'],0x0)&&await global[_0x574d99(0x193)][0x0][_0x574d99(0x135)]();}catch(_0xbf4009){logger['debug'](_0x574d99(0x138)+_0xbf4009);}_0x1f0e1b[_0x574d99(0x141)](_0x3bf176);})['finally'](()=>_0x5ee979());});const a9_0x6f5b56={};a9_0x6f5b56[a9_0x1b097e(0x13e)]=a9_0x1b097e(0x149),a9_0x6f5b56['timeout']=0x2710,AfterStep(a9_0x6f5b56,function(_0x2e4960,_0xa30461){const _0x5ed70d=a9_0x1b097e,_0x25898e={'OMHLI':function(_0x1fd723,_0x1043d5){return _0x1fd723===_0x1043d5;},'bwvhW':_0x5ed70d(0x1a3),'cZJAo':function(_0x403283,_0x515e09){return _0x403283===_0x515e09;},'QVkfS':function(_0x45a99b,_0x1014b4){return _0x45a99b!==_0x1014b4;},'TICTw':function(_0x347b30,_0x36e310,_0x96159f){return _0x347b30(_0x36e310,_0x96159f);},'HoNvW':function(_0x34f7ef,_0x2d15aa){return _0x34f7ef+_0x2d15aa;},'WERIi':function(_0x58030c,_0x2e241c){return _0x58030c+_0x2e241c;},'EmrOg':_0x5ed70d(0x1ab),'kYemv':'\x0aError:\x20','YEslv':_0x5ed70d(0x154),'rTUJo':function(_0x3482d8,_0x34fb25){return _0x3482d8+_0x34fb25;},'QgMOX':function(_0x42d11e,_0x35e9ab){return _0x42d11e+_0x35e9ab;},'kSnGR':_0x5ed70d(0x1b3),'kGtzH':_0x5ed70d(0x189),'KwEjv':_0x5ed70d(0x16b),'eTfYO':function(_0x423bc7){return _0x423bc7();},'Uzjwr':_0x5ed70d(0x14e)};logger[_0x5ed70d(0x162)](_0x25898e[_0x5ed70d(0x140)]);const _0x48e04f=async(_0x36ce7d,_0x16c708)=>{const _0x2c0217=_0x5ed70d;await global['__drivers'][0x0][_0x2c0217(0x132)](_0x2c0217(0x129)+_0x36ce7d+',\x22level\x22:\x20\x22'+_0x16c708+'\x22}}');};new Promise(async _0x318e3c=>{const _0x3b0914=_0x5ed70d;try{_0x25898e[_0x3b0914(0x119)](_0x2e4960['result'][_0x3b0914(0x168)][_0x3b0914(0x157)]()[_0x3b0914(0x1ac)](),_0x25898e[_0x3b0914(0x1b0)])||_0x25898e[_0x3b0914(0x156)](_0x2e4960['result'][_0x3b0914(0x168)][_0x3b0914(0x157)]()[_0x3b0914(0x1ac)](),'6')?(global['__sessionFailed']=!![],global[_0x3b0914(0x185)][_0x3b0914(0x179)](_0x2e4960[_0x3b0914(0x187)][_0x3b0914(0x18d)]),_0x25898e[_0x3b0914(0x114)](_0x2e4960[_0x3b0914(0x167)],undefined)?await _0x25898e[_0x3b0914(0x172)](_0x48e04f,JSON[_0x3b0914(0x1ae)](_0x25898e['HoNvW'](_0x25898e[_0x3b0914(0x159)](_0x25898e[_0x3b0914(0x12f)](_0x25898e[_0x3b0914(0x163)],'\x22'+_0x2e4960['pickleStep'][_0x3b0914(0x184)]+'\x22\x20'),_0x25898e[_0x3b0914(0x139)]),_0x2e4960[_0x3b0914(0x187)][_0x3b0914(0x18d)])),_0x25898e['YEslv']):await _0x25898e[_0x3b0914(0x172)](_0x48e04f,JSON[_0x3b0914(0x1ae)](_0x25898e[_0x3b0914(0x1ad)](_0x25898e['EmrOg'],_0x2e4960['result'][_0x3b0914(0x18d)])),_0x25898e[_0x3b0914(0x15f)])):_0x25898e[_0x3b0914(0x114)](_0x2e4960[_0x3b0914(0x167)],undefined)?await _0x25898e[_0x3b0914(0x172)](_0x48e04f,JSON[_0x3b0914(0x1ae)](_0x25898e['QgMOX'](_0x25898e[_0x3b0914(0x13b)],'\x22'+_0x2e4960[_0x3b0914(0x167)][_0x3b0914(0x184)]+'\x22')),_0x25898e[_0x3b0914(0x161)]):await _0x25898e[_0x3b0914(0x172)](_0x48e04f,JSON[_0x3b0914(0x1ae)](_0x25898e[_0x3b0914(0x14c)]),_0x25898e[_0x3b0914(0x161)]);}catch(_0x257405){logger['debug'](_0x3b0914(0x19a)+_0x257405);}_0x25898e[_0x3b0914(0x14f)](_0x318e3c);})['finally'](()=>_0xa30461());});const a9_0x4c6990={};a9_0x4c6990['name']=a9_0x1b097e(0x149),a9_0x4c6990[a9_0x1b097e(0x1b1)]=0x7530,AfterAll(a9_0x4c6990,async function(_0x61c0eb,_0x54efc6){const _0x328c0e=a9_0x1b097e,_0x4ecfda={'XQYLM':function(_0x411394){return _0x411394();},'OtVLe':_0x328c0e(0x1a7)};logger['debug'](_0x4ecfda[_0x328c0e(0x183)]),await new Promise(async _0x56a7b5=>{const _0x1d3646=_0x328c0e;await RequestQueueHandler[_0x1d3646(0x11e)]()[_0x1d3646(0x18a)](),PerformanceTester[_0x1d3646(0x178)](),await global[_0x1d3646(0x151)](),_0x4ecfda['XQYLM'](_0x56a7b5);});});
@@ -1 +1 @@
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
+ const a10_0x55d416=a10_0x5bd3;(function(_0x1695a5,_0x35d355){const _0x150666=a10_0x5bd3,_0x23bb2e=_0x1695a5();while(!![]){try{const _0x10fb1f=parseInt(_0x150666(0x132))/0x1*(-parseInt(_0x150666(0x14d))/0x2)+-parseInt(_0x150666(0x126))/0x3+-parseInt(_0x150666(0x127))/0x4+parseInt(_0x150666(0x147))/0x5+parseInt(_0x150666(0x131))/0x6*(parseInt(_0x150666(0x149))/0x7)+parseInt(_0x150666(0x12b))/0x8+parseInt(_0x150666(0x124))/0x9;if(_0x10fb1f===_0x35d355)break;else _0x23bb2e['push'](_0x23bb2e['shift']());}catch(_0x1d9c1c){_0x23bb2e['push'](_0x23bb2e['shift']());}}}(a10_0x961d,0x68479));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x55d416(0x14f)),setKeepAlive=require(a10_0x55d416(0x139)),cucumberModule=requireModule(a10_0x55d416(0x13f)),logger=require(a10_0x55d416(0x14b))['winstonLogger'];modifyCommand(),setKeepAlive();const Before=cucumberModule[a10_0x55d416(0x142)],After=cucumberModule[a10_0x55d416(0x12d)],configuration=process[a10_0x55d416(0x153)]['CONFIG'];if(configuration!==undefined){const config=JSON['parse'](configuration);isTrue(config['skipSessionName'])&&(global[a10_0x55d416(0x151)]=!![]),global[a10_0x55d416(0x14a)]=isTrue(config[a10_0x55d416(0x143)]),require(a10_0x55d416(0x13d))[a10_0x55d416(0x134)](config),global['__platformCaps']=config[a10_0x55d416(0x13a)]||{};}global[a10_0x55d416(0x123)]=0x0;const __setDefaultTimeout=cucumberModule[a10_0x55d416(0x154)];cucumberModule[a10_0x55d416(0x154)]=_0x14f37a=>{const _0x4a7edf=a10_0x55d416,_0x26adf5={'hfIZN':function(_0x5ca8b1,_0x1e3e88){return _0x5ca8b1(_0x1e3e88);}};global[_0x4a7edf(0x123)]=_0x14f37a,_0x26adf5['hfIZN'](__setDefaultTimeout,_0x14f37a);};const a10_0x5e0169={};a10_0x5e0169[a10_0x55d416(0x145)]=a10_0x55d416(0x125),Before(a10_0x5e0169,function(){const _0x5f54c1=a10_0x55d416,_0x3f7fc3={};_0x3f7fc3[_0x5f54c1(0x138)]=_0x5f54c1(0x150);const _0x2797e3=_0x3f7fc3;logger[_0x5f54c1(0x122)](_0x2797e3['LJJlV']),global[_0x5f54c1(0x13e)]=[];});function a10_0x5bd3(_0x1d93e0,_0x2a203a){const _0x961dea=a10_0x961d();return a10_0x5bd3=function(_0x5bd3e6,_0x39151c){_0x5bd3e6=_0x5bd3e6-0x121;let _0x349550=_0x961dea[_0x5bd3e6];return _0x349550;},a10_0x5bd3(_0x1d93e0,_0x2a203a);}const a10_0x3789f7={};function a10_0x961d(){const _0x119ade=['Vvsuz','timeout','failed','14286DaMSsX','1WGdqtp','wHTam','browserstackAgentV2','executeScript','then','__driver','LJJlV','../../helpers/setKeepAlive','platformCaps','\x22}}','\x20|\x20','../../index','__error_messages__','cucumber/lib/index.js','pickle','tKSeZ','Before','skipSessionStatus','hzQDj','name','status','180275IrjoNG','VKNua','7UOgQfB','__skipSessionStatus','../../helpers/logger','result','1343954nTawjM','Error:\x20quiting\x20at\x20After:\x20','../../helpers/helper','Inside\x20browserstack\x20Before','__skipSessionName','aRPld','env','setDefaultTimeout','EDlBJ','debug','__timeout','14390235Phzzyb','bstack','2555109suACmT','591880ZjTbzA','toLowerCase','initQuit','PkLso','3691424VuKaoj','Inside\x20browserstack\x20After','After'];a10_0x961d=function(){return _0x119ade;};return a10_0x961d();}a10_0x3789f7[a10_0x55d416(0x145)]=a10_0x55d416(0x125),a10_0x3789f7[a10_0x55d416(0x12f)]=0x2710,After(a10_0x3789f7,function(_0x578e89,_0x5ebd14){const _0x326a31=a10_0x55d416,_0x5ec0d8={'aRPld':function(_0x18fd7b,_0x1a5a43){return _0x18fd7b===_0x1a5a43;},'EDlBJ':_0x326a31(0x130),'wHTam':function(_0x1bbc51,_0x316617,_0x242442,_0x26235e){return _0x1bbc51(_0x316617,_0x242442,_0x26235e);},'GVcqb':_0x326a31(0x13c),'PkLso':function(_0xd8b6fe,_0x39d0c0,_0x4f42ec){return _0xd8b6fe(_0x39d0c0,_0x4f42ec);},'VKNua':'passed','SqKbe':function(_0x1b87e2){return _0x1b87e2();},'tKSeZ':function(_0x506b28,_0xa5c8e8){return _0x506b28(_0xa5c8e8);},'Vvsuz':function(_0x54704b){return _0x54704b();},'hzQDj':_0x326a31(0x12c)};logger[_0x326a31(0x122)](_0x5ec0d8[_0x326a31(0x144)]),new Promise(async(_0x194b99,_0x59564b)=>{const _0x233ad=_0x326a31;let _0x4d2f88=![];try{await global[_0x233ad(0x137)]['session_'],_0x4d2f88=!![],!global['__skipSessionName']&&await global['__driver'][_0x233ad(0x135)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x578e89[_0x233ad(0x140)][_0x233ad(0x145)]+_0x233ad(0x13b)),_0x5ec0d8[_0x233ad(0x152)](_0x578e89[_0x233ad(0x14c)][_0x233ad(0x146)][_0x233ad(0x128)](),_0x5ec0d8[_0x233ad(0x121)])?await _0x5ec0d8[_0x233ad(0x133)](markSessionStatus,global[_0x233ad(0x137)],_0x5ec0d8[_0x233ad(0x121)],global[_0x233ad(0x13e)]['join'](_0x5ec0d8['GVcqb'])):await _0x5ec0d8[_0x233ad(0x12a)](markSessionStatus,global['__driver'],_0x5ec0d8[_0x233ad(0x148)]);}catch(_0x513bfd){logger[_0x233ad(0x122)]('Error:\x20setting\x20status\x20at\x20After:\x20'+_0x513bfd);}if(_0x4d2f88)try{await global[_0x233ad(0x137)][_0x233ad(0x129)](),_0x5ec0d8['SqKbe'](_0x194b99);}catch(_0x36042f){logger[_0x233ad(0x122)](_0x233ad(0x14e)+_0x36042f),_0x5ec0d8[_0x233ad(0x141)](_0x59564b,_0x36042f);}else _0x5ec0d8[_0x233ad(0x12e)](_0x59564b);})[_0x326a31(0x136)](()=>_0x5ebd14());});
@@ -1 +1 @@
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
+ const a11_0x487f3c=a11_0x1647;(function(_0x2189bd,_0x8ff3fc){const _0x1cae22=a11_0x1647,_0x37dbe9=_0x2189bd();while(!![]){try{const _0x5ddf67=-parseInt(_0x1cae22(0x19d))/0x1+parseInt(_0x1cae22(0x19a))/0x2+parseInt(_0x1cae22(0x198))/0x3*(parseInt(_0x1cae22(0x19f))/0x4)+-parseInt(_0x1cae22(0x19b))/0x5+-parseInt(_0x1cae22(0x19e))/0x6+-parseInt(_0x1cae22(0x195))/0x7+parseInt(_0x1cae22(0x1a0))/0x8*(parseInt(_0x1cae22(0x197))/0x9);if(_0x5ddf67===_0x8ff3fc)break;else _0x37dbe9['push'](_0x37dbe9['shift']());}catch(_0x51d28f){_0x37dbe9['push'](_0x37dbe9['shift']());}}}(a11_0x4d3d,0x81ed3));function a11_0x4d3d(){const _0x2dc99b=['BSTACK_DELTA','1101308GOLNlK','3838765zQjamC','__timeout','8945VELdGP','871362RGuYvJ','965388DqLwgE','120HcHlfI','setDefaultTimeout','cucumber/lib/index.js','../utils/constants','4307184Kudlsw','../../helpers/helper','766449aXttNZ','3onlurH'];a11_0x4d3d=function(){return _0x2dc99b;};return a11_0x4d3d();}const {requireModule}=require(a11_0x487f3c(0x196)),constants=require(a11_0x487f3c(0x194));;let cucumberModule=null;function a11_0x1647(_0x59dbad,_0x15f200){const _0x4d3df8=a11_0x4d3d();return a11_0x1647=function(_0x164782,_0x213835){_0x164782=_0x164782-0x194;let _0x59e710=_0x4d3df8[_0x164782];return _0x59e710;},a11_0x1647(_0x59dbad,_0x15f200);}try{cucumberModule=requireModule('@cucumber/cucumber/lib/index.js');}catch(a11_0x78e597){cucumberModule=requireModule(a11_0x487f3c(0x1a2));}cucumberModule[a11_0x487f3c(0x1a1)](constants[a11_0x487f3c(0x199)]+global[a11_0x487f3c(0x19c)]*0x1);
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
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();}
2
+ 'use strict';const a12_0x4b8522=a12_0x5527;(function(_0x583e7e,_0x363d76){const _0x1d3688=a12_0x5527,_0x3471ba=_0x583e7e();while(!![]){try{const _0x10c546=parseInt(_0x1d3688(0x1c5))/0x1*(parseInt(_0x1d3688(0x1c2))/0x2)+parseInt(_0x1d3688(0x1b9))/0x3+parseInt(_0x1d3688(0x1d6))/0x4+-parseInt(_0x1d3688(0x1ba))/0x5*(parseInt(_0x1d3688(0x1ac))/0x6)+parseInt(_0x1d3688(0x1ab))/0x7+parseInt(_0x1d3688(0x1b2))/0x8+-parseInt(_0x1d3688(0x1c0))/0x9;if(_0x10c546===_0x363d76)break;else _0x3471ba['push'](_0x3471ba['shift']());}catch(_0x548821){_0x3471ba['push'](_0x3471ba['shift']());}}}(a12_0x47fe,0xe1ba1));function a12_0x47fe(){const _0x58dff7=['BrowserStack\x20access\x20key\x20missing.','help','missing','FNnIU','root','443','winstonLogger','string','config','../../helpers/logger','undefined','pbavh','886039OgMAay','344958ZxPkIf','map','epilogue','browserstackLocal','jffXs','BDgbw','1341024xECiEI','fUChC','./constants','vgYdp','error','CugoF','connect','1715577DQWZha','35TaLGFD','describe','trim','EKZGP','LSrcS','integrations-repeater','24744933rVuTMu','type','9722gEtiAg','info','replace','311LhtqQv','https:','toString','browserStackLocalOptions','bstack-accesskey','command','every','bstackAccessKey','../../helpers/helper','LMrSF','Integration\x20hosts\x20missing.','bstackAccesskey','Connection\x20established\x20successfully.','invalid','usage','LFFZx','options','6794520sNJNKz','MkHfJ','integrations','split','only','demandOption','join','SuOFm','EXaiY','port','hosts','accessKey','protocol'];a12_0x47fe=function(){return _0x58dff7;};return a12_0x47fe();}function a12_0x5527(_0x7830ed,_0x5030c8){const _0x47fe0a=a12_0x47fe();return a12_0x5527=function(_0x552735,_0x1340ea){_0x552735=_0x552735-0x193;let _0x31b01c=_0x47fe0a[_0x552735];return _0x31b01c;},a12_0x5527(_0x7830ed,_0x5030c8);}const {default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),logger=require(a12_0x4b8522(0x1a8))[a12_0x4b8522(0x1a5)],{URL}=require('url'),helper=require(a12_0x4b8522(0x1cd)),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x4b8522(0x1b4)),validHosts=function(_0x3061de){const _0x2fbd67=a12_0x4b8522;return _0x3061de['split'](',')[_0x2fbd67(0x1cb)](_0x595c77=>{try{new URL(_0x595c77['trim']());}catch(_0x5e0592){return![];}return!![];});},parseOnPremHosts=function(_0x1ea41a){const _0x13708b=a12_0x4b8522,_0x338fc9={};_0x338fc9[_0x13708b(0x1b1)]=function(_0x1fb656,_0x53aa29){return _0x1fb656===_0x53aa29;},_0x338fc9[_0x13708b(0x1b0)]=_0x13708b(0x1c6),_0x338fc9['liHWL']=_0x13708b(0x1a4),_0x338fc9['FNnIU']='https';const _0x44d806=_0x338fc9;return _0x1ea41a[_0x13708b(0x195)](',')[_0x13708b(0x1ad)](_0x12e431=>{const _0x220350=_0x13708b,_0x2c9a38=new URL(_0x12e431[_0x220350(0x1bc)]()),_0x26028b=_0x2c9a38['hostname'],_0x40e077=_0x2c9a38[_0x220350(0x19b)]||(_0x44d806[_0x220350(0x1b1)](_0x2c9a38[_0x220350(0x19e)],_0x44d806[_0x220350(0x1b0)])?_0x44d806['liHWL']:'80'),_0x14ff23=_0x2c9a38[_0x220350(0x19e)][_0x220350(0x1c4)](':',''),_0x188491=_0x44d806[_0x220350(0x1b1)](_0x14ff23,_0x44d806[_0x220350(0x1a2)])?0x1:0x0;return _0x26028b+','+_0x40e077+','+_0x188491;});},connectCommandBuilder=function(_0xeb41){const _0x15d826=a12_0x4b8522,_0x579b46={};_0x579b46[_0x15d826(0x1d4)]=_0x15d826(0x1a6);const _0x41a0ee=_0x579b46,_0x175c2e={};_0x175c2e[_0x15d826(0x1bb)]=HELP_MESSAGES[_0x15d826(0x1d5)]['bstackAccessKey'],_0x175c2e[_0x15d826(0x1c1)]=_0x41a0ee[_0x15d826(0x1d4)];const _0x3921fa={};_0x3921fa[_0x15d826(0x1bb)]=HELP_MESSAGES[_0x15d826(0x1d5)][_0x15d826(0x19c)],_0x3921fa['type']=_0x41a0ee[_0x15d826(0x1d4)],_0x3921fa[_0x15d826(0x197)]=!![];const _0x2ed2d6={};return _0x2ed2d6[_0x15d826(0x1c9)]=_0x175c2e,_0x2ed2d6[_0x15d826(0x19c)]=_0x3921fa,_0xeb41['options'](_0x2ed2d6);},connectCommandHandler=async function(_0x5d3b82){const _0x23bda4=a12_0x4b8522,_0x5f5443={'LSrcS':_0x23bda4(0x194),'ECGAr':function(_0x44ffe4,_0x3f4efa){return _0x44ffe4===_0x3f4efa;},'vgYdp':_0x23bda4(0x1a9),'SuOFm':_0x23bda4(0x19f),'LMrSF':function(_0x2f93df,_0x3d842e){return _0x2f93df===_0x3d842e;},'CugoF':_0x23bda4(0x1cf),'MkHfJ':function(_0x289361,_0x22daa5){return _0x289361(_0x22daa5);},'fUChC':'Hosts\x20not\x20valid','iPKJn':_0x23bda4(0x1bf),'WHegQ':_0x23bda4(0x1d1),'EKZGP':'Failed\x20to\x20establish\x20connection.'};try{const _0x5e4b56=new BrowserStackSetup(_0x5d3b82,_0x5f5443[_0x23bda4(0x1be)]);_0x5d3b82[_0x23bda4(0x1d0)]&&(_0x5e4b56[_0x23bda4(0x1a7)][_0x23bda4(0x19d)]=_0x5d3b82[_0x23bda4(0x1d0)]);if(_0x5f5443['ECGAr'](typeof _0x5e4b56[_0x23bda4(0x1a7)][_0x23bda4(0x19d)],_0x5f5443[_0x23bda4(0x1b5)])){logger[_0x23bda4(0x1b6)](_0x5f5443[_0x23bda4(0x199)]);throw new Error(ERROR_MESSAGES[_0x23bda4(0x1cc)]['missing']);}const _0x2b462f=_0x5d3b82[_0x23bda4(0x19c)];if(_0x5f5443[_0x23bda4(0x1ce)](typeof _0x2b462f,_0x5f5443['vgYdp'])){logger[_0x23bda4(0x1b6)](_0x5f5443[_0x23bda4(0x1b7)]);throw new Error(ERROR_MESSAGES['hosts'][_0x23bda4(0x1a1)]);}if(!_0x5f5443[_0x23bda4(0x193)](validHosts,_0x2b462f)){logger[_0x23bda4(0x1b6)](_0x5f5443[_0x23bda4(0x1b3)]);throw new Error(ERROR_MESSAGES[_0x23bda4(0x19c)][_0x23bda4(0x1d2)]);}const _0x30bb6a=_0x5f5443[_0x23bda4(0x193)](parseOnPremHosts,_0x2b462f);_0x5e4b56[_0x23bda4(0x1a7)][_0x23bda4(0x1af)]=!![],_0x5e4b56['config'][_0x23bda4(0x1c8)]['localIdentifier']=_0x5f5443['iPKJn'],_0x5e4b56[_0x23bda4(0x1a7)]['browserStackLocalOptions'][_0x23bda4(0x196)]=_0x30bb6a[_0x23bda4(0x198)](','),helper['setProxySettings'](_0x5e4b56['config']),await _0x5e4b56['setupBrowserstackLocal'](),logger[_0x23bda4(0x1c3)](_0x5f5443['WHegQ']);}catch(_0x3571a3){logger['error'](_0x5f5443[_0x23bda4(0x1bd)]);throw new Error(_0x3571a3[_0x23bda4(0x1c7)]());}};function run(_0x501824){const _0x38b44f=a12_0x4b8522,_0x401039={};_0x401039['EXaiY']=_0x38b44f(0x1b8),_0x401039['pbavh']='help';const _0x2d7b88=_0x401039;_0x501824[_0x38b44f(0x1d3)](HELP_MESSAGES['command'][_0x38b44f(0x1a3)])[_0x38b44f(0x1ca)](_0x2d7b88[_0x38b44f(0x19a)],HELP_MESSAGES[_0x38b44f(0x1ca)]['connect'],connectCommandBuilder,connectCommandHandler)['demandCommand']()[_0x38b44f(0x1a0)](_0x2d7b88[_0x38b44f(0x1aa)])[_0x38b44f(0x1ae)](HELP_MESSAGES['command']['footer']);}module['exports']=run;
@@ -1 +1 @@
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;
1
+ var a13_0x2197f3=a13_0x4267;(function(_0x1c064b,_0x1a25f){var _0x2d4f4c=a13_0x4267,_0x3fcc56=_0x1c064b();while(!![]){try{var _0x582a26=parseInt(_0x2d4f4c(0x142))/0x1*(parseInt(_0x2d4f4c(0x141))/0x2)+parseInt(_0x2d4f4c(0x146))/0x3+parseInt(_0x2d4f4c(0x139))/0x4+-parseInt(_0x2d4f4c(0x13e))/0x5+-parseInt(_0x2d4f4c(0x13b))/0x6+parseInt(_0x2d4f4c(0x138))/0x7+-parseInt(_0x2d4f4c(0x147))/0x8;if(_0x582a26===_0x1a25f)break;else _0x3fcc56['push'](_0x3fcc56['shift']());}catch(_0x61e924){_0x3fcc56['push'](_0x3fcc56['shift']());}}}(a13_0x5c00,0xbee14));var a13_0x3d338f={};function a13_0x4267(_0x10e229,_0x5ee7d6){var _0x5c0086=a13_0x5c00();return a13_0x4267=function(_0x426778,_0x32dd97){_0x426778=_0x426778-0x138;var _0x2fc80e=_0x5c0086[_0x426778];return _0x2fc80e;},a13_0x4267(_0x10e229,_0x5ee7d6);}a13_0x3d338f[a13_0x2197f3(0x140)]=a13_0x2197f3(0x148),a13_0x3d338f[a13_0x2197f3(0x13a)]=a13_0x2197f3(0x14d);var a13_0x2b7918={};a13_0x2b7918[a13_0x2197f3(0x13d)]=a13_0x2197f3(0x14a),a13_0x2b7918[a13_0x2197f3(0x143)]=a13_0x2197f3(0x14b),a13_0x2b7918[a13_0x2197f3(0x14c)]='Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.';var a13_0x47fc97={};a13_0x47fc97[a13_0x2197f3(0x145)]=a13_0x3d338f,a13_0x47fc97[a13_0x2197f3(0x149)]=a13_0x2b7918,exports[a13_0x2197f3(0x14e)]=a13_0x47fc97;var a13_0x3b8082={};a13_0x3b8082['missing']='BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.';var a13_0x5602b0={};a13_0x5602b0[a13_0x2197f3(0x144)]=a13_0x2197f3(0x13f),a13_0x5602b0['invalid']=a13_0x2197f3(0x13c);var a13_0x2f867b={};function a13_0x5c00(){var _0x3ccc20=['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.','root','1120345zKHmUf','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','bstackAccessKey','64oUUeKT','11120vAecWu','connect','missing','options','1077087WxHmVg','10114896KOkLNV','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','command','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','footer','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.','HELP_MESSAGES','ERROR_MESSAGES','6188035hmSFSR','4719948sDpRkg','hosts','3051516lcnJuY'];a13_0x5c00=function(){return _0x3ccc20;};return a13_0x5c00();}a13_0x2f867b[a13_0x2197f3(0x140)]=a13_0x3b8082,a13_0x2f867b['hosts']=a13_0x5602b0,exports[a13_0x2197f3(0x14f)]=a13_0x2f867b;