browserstack-node-sdk 1.34.3 → 1.34.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (126) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/start.js +1 -1
  18. package/ats/src/commands/start_commands/grid.js +1 -1
  19. package/ats/src/commands/stop.js +1 -1
  20. package/ats/src/commands/stop_commands/grid.js +1 -1
  21. package/ats/src/config/constants.js +1 -1
  22. package/ats/src/config/logger.js +1 -1
  23. package/ats/src/index.js +1 -1
  24. package/ats/src/utils/AWSUtils.js +1 -1
  25. package/ats/src/utils/createAutoscalerStack.js +1 -1
  26. package/ats/src/utils/createClusterStack.js +1 -1
  27. package/ats/src/utils/createk8sClient.js +1 -1
  28. package/ats/src/utils/deleteStack.js +1 -1
  29. package/ats/src/utils/gridComponents.js +1 -1
  30. package/ats/src/utils/hstUtils.js +1 -1
  31. package/ats/src/utils/instrumentationUtils.js +1 -1
  32. package/ats/src/utils/userInput.js +1 -1
  33. package/ats/src/utils/utilityMethods.js +1 -1
  34. package/ats/src/utils/webSocketUtils.js +1 -1
  35. package/package.json +1 -1
  36. package/src/ai-sdk-node/bundle.js +1 -1
  37. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  38. package/src/bin/codeceptjs/command.js +1 -1
  39. package/src/bin/codeceptjs/helper.js +1 -1
  40. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  41. package/src/bin/cucumber-js/command.js +1 -1
  42. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  43. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  44. package/src/bin/cucumber-js/test-observability.js +1 -1
  45. package/src/bin/cucumber-js/test.setup.js +1 -1
  46. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  47. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  48. package/src/bin/integrations/command.js +1 -1
  49. package/src/bin/integrations/constants.js +1 -1
  50. package/src/bin/jest/command.js +1 -1
  51. package/src/bin/jest/customImplements/customCircus.js +1 -1
  52. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  53. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  54. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  55. package/src/bin/jest/jest.setup.js +1 -1
  56. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  57. package/src/bin/jest/test-observability/helper.js +1 -1
  58. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  59. package/src/bin/jest/test-observability/test-details.js +1 -1
  60. package/src/bin/jest/test_before.setup.js +1 -1
  61. package/src/bin/launcher/launcher.js +1 -1
  62. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  63. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  64. package/src/bin/mocha/command.js +1 -1
  65. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  66. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  67. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  68. package/src/bin/mocha/test.setup.js +1 -1
  69. package/src/bin/nightwatch/command.js +1 -1
  70. package/src/bin/playwright/accessibility-helper.js +1 -1
  71. package/src/bin/playwright/command.js +1 -1
  72. package/src/bin/playwright/globalSetup.js +1 -1
  73. package/src/bin/playwright/mock-process.js +1 -1
  74. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  75. package/src/bin/playwright/patches.js +1 -1
  76. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  77. package/src/bin/playwright/reporter/reporter.js +1 -1
  78. package/src/bin/playwright/reporter/test-details.js +1 -1
  79. package/src/bin/playwright/sessionDetails.js +1 -1
  80. package/src/bin/runner.js +1 -1
  81. package/src/bin/setup.js +1 -1
  82. package/src/bin/test-runner/index.js +1 -1
  83. package/src/bin/test-runner/runTest.js +1 -1
  84. package/src/bin/test-runner/testWorker.js +1 -1
  85. package/src/bin/utils/constants.js +1 -1
  86. package/src/bin/utils/log4jsAppender.js +1 -1
  87. package/src/bin/utils/logPatcher.js +1 -1
  88. package/src/bin/utils/logReportingAPI.js +1 -1
  89. package/src/bin/vanilla-js/command.js +1 -1
  90. package/src/browserStackSdk.js +1 -1
  91. package/src/helpers/BrowserStackSetup.js +1 -1
  92. package/src/helpers/accessibility-automation/constants.js +1 -1
  93. package/src/helpers/accessibility-automation/helper.js +1 -1
  94. package/src/helpers/accessibility-automation/scripts.js +1 -1
  95. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  96. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  97. package/src/helpers/ats/constants.js +1 -1
  98. package/src/helpers/ats/helper.js +1 -1
  99. package/src/helpers/capsMapping.js +1 -1
  100. package/src/helpers/globals.js +1 -1
  101. package/src/helpers/helper.js +1 -1
  102. package/src/helpers/logger.js +1 -1
  103. package/src/helpers/patchHelpers.js +1 -1
  104. package/src/helpers/percy/Percy.js +1 -1
  105. package/src/helpers/percy/PercyBinary.js +1 -1
  106. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  107. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  108. package/src/helpers/percy/PercySDK.js +1 -1
  109. package/src/helpers/percy/index.js +1 -1
  110. package/src/helpers/percy/utils.js +1 -1
  111. package/src/helpers/performance-tester.js +1 -1
  112. package/src/helpers/request-spy.js +1 -1
  113. package/src/helpers/setKeepAlive.js +1 -1
  114. package/src/helpers/test-observability/constants.js +1 -1
  115. package/src/helpers/test-observability/error-handler.js +1 -1
  116. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  117. package/src/helpers/test-observability/sessionHandler.js +1 -1
  118. package/src/helpers/test-observability/utils.js +1 -1
  119. package/src/helpers/testhub/constants.js +1 -1
  120. package/src/helpers/testhub/testhubHandler.js +1 -1
  121. package/src/helpers/testhub/utils.js +1 -1
  122. package/src/helpers/timeoutPromise.js +1 -1
  123. package/src/helpers/utilities.js +1 -0
  124. package/src/helpers/w3cMapping.js +1 -1
  125. package/src/hubAllocationMethods.js +1 -1
  126. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a6_0xda1615=a6_0xc7fb;function a6_0x5ecb(){const _0x4d2ecc=['background','onTestCaseStarted','\x20\x20\x20\x20','map','42xEnlsw','rule','VrYUU','../../../helpers/testhub/utils.js','Exception\x20in\x20onTestStepStarted\x20event:\x20','pyKBD','finishedAt','oBZEF','split','onTestStepFinished','name','CONFIG','__platform','28880489zaDJLL','../test-observability.js','eventBroadcaster','gherkinDocument','testCaseStarted','nRpDP','find','onTestCaseFinished','../../playwright/reporter/test-details.js','testRunStarted','HookRunStarted','LTNhS','EIBVx','12AdkhVV','jERIl','Uurzi','1qVzgzB','pickleMap','getTestCaseAttempt','YGcju','env','bstack','100xSfSnc','winstonLogger','FAILED','UNDEFINED','testCaseStartedId','result','wArvz','scenario','line','TSwhR','pickleStepId','../../../helpers/helper','getGherkinStepMap','RYmvv','@cucumber/cucumber','forEach','aVlaL','Glukf','finished_at','sendHook','debug','logTestRunFinished','\x20-\x20','FqdvE','failed','onTestRunFinished','extractStepContainers','testSteps','toISOString','duration','719768egHDbv','kwhXq','afterTestCaseHookDefinitions','envelope','682443kCshkH','failure','children','pickle','cwd','AMBIGUOUS','KPwmg','PASSED','toString','3768117mQjWee','flat','sourceLocation','KvNAu','keyword','263444iyjlVJ','bDUCZ','steps','PhoIW','mYFOL','testCaseAttemptDataMap','UnhandledError','logTestCaseFinished','sendTestRunEventForCucumber','incrementCounter','testCaseMap','testStepFinished','UwXNl','exports','cucumber-js/test.setup.js','isBstackHook','checkHookURI','TestRunFinished','push','ikbBz','fcVIm','pickleId','setup','abXQy','stepDefinitionIds','snippetBuilder','onTestStepStarted','2711426sRHisV','getTestUUID','testStepResult','wZFtN','testCaseId','Exception\x20in\x20onTestStepFinished\x20event:\x20','values','zvHDg','vpleP','mRGcb','OCVcy','format','muzvd','uri','863346CMXemT','testCaseAttempt','testStepStarted','message','testCaseFinished','actionLocation','zbABr','HiacU','getGherkinDocument','vheiH','eventDataCollector','OStSE','testRunFinished','log','85DmVedD','2|3|4|0|1','VjqXz','seconds','HzaTw','KYTWj','exception','lQYOK','xYbSE','parseTestCaseAttempt','supportCodeLibrary','gherkinDocumentMap','yppRb','sCFpZ','FhBEY','includes','XHjSU','length','testStepId','../../../helpers/test-observability/error-handler','toLowerCase','oTHQF','Exception\x20in\x20sending\x20onTestCaseFinished\x20event:\x20\x20','GzmKZ','onTestRunStarted','HMuSC','feature','text','capability','EWwNx','status','hookId','WgvuX'];a6_0x5ecb=function(){return _0x4d2ecc;};return a6_0x5ecb();}(function(_0x224daa,_0x1389db){const _0x100363=a6_0xc7fb,_0x489198=_0x224daa();while(!![]){try{const _0xa745ab=parseInt(_0x100363(0x17f))/0x1*(parseInt(_0x100363(0x1d0))/0x2)+parseInt(_0x100363(0x1b0))/0x3+-parseInt(_0x100363(0x1b5))/0x4*(-parseInt(_0x100363(0x1ec))/0x5)+-parseInt(_0x100363(0x1de))/0x6+-parseInt(_0x100363(0x162))/0x7*(-parseInt(_0x100363(0x1a3))/0x8)+-parseInt(_0x100363(0x1a7))/0x9*(parseInt(_0x100363(0x185))/0xa)+-parseInt(_0x100363(0x16f))/0xb*(parseInt(_0x100363(0x17c))/0xc);if(_0xa745ab===_0x1389db)break;else _0x489198['push'](_0x489198['shift']());}catch(_0x29b425){_0x489198['push'](_0x489198['shift']());}}}(a6_0x5ecb,0xb5883));const {requireModule,getPlatformName,nestedKeyValue,isUndefined}=require(a6_0xda1615(0x190)),util=require('util'),{Formatter,formatterHelpers,Status}=requireModule(a6_0xda1615(0x193)),TestDetails=require(a6_0xda1615(0x177)),TestObservabilityReporter=require(a6_0xda1615(0x170)),{o11yClassErrorHandler}=require(a6_0xda1615(0x150)),{shouldProcessEventForTesthub}=require(a6_0xda1615(0x165)),testObservabilityReporter=new TestObservabilityReporter(),logger=require('../../../helpers/logger')[a6_0xda1615(0x186)],_tests={},_testCasesData={};class BrowserstackFormatter extends Formatter{constructor(_0x54b07a){const _0x31cd3d=a6_0xda1615,_0x5b58f0={};_0x5b58f0[_0x31cd3d(0x1b3)]=_0x31cd3d(0x1a6);const _0x3d10a5=_0x5b58f0;super(_0x54b07a),_0x54b07a[_0x31cd3d(0x171)]['on'](_0x3d10a5[_0x31cd3d(0x1b3)],async _0xdea297=>{const _0x4957d5=_0x31cd3d;switch(!![]){case!!_0xdea297[_0x4957d5(0x178)]:this[_0x4957d5(0x155)]();break;case!!_0xdea297[_0x4957d5(0x1ea)]:this[_0x4957d5(0x19e)](_0xdea297['testRunFinished']);break;case!!_0xdea297[_0x4957d5(0x173)]:this[_0x4957d5(0x15f)](_0xdea297[_0x4957d5(0x173)],_0x54b07a,_0xdea297);break;case!!_0xdea297[_0x4957d5(0x1e2)]:this[_0x4957d5(0x176)](_0xdea297[_0x4957d5(0x1e2)],_0x54b07a,_0xdea297);break;case!!_0xdea297[_0x4957d5(0x1e0)]:this[_0x4957d5(0x1cf)](_0xdea297['testStepStarted'],_0x54b07a);break;case!!_0xdea297[_0x4957d5(0x1c0)]:this[_0x4957d5(0x16b)](_0xdea297[_0x4957d5(0x1c0)],_0x54b07a);break;}});}[a6_0xda1615(0x1bc)](_0x496248){const _0x40065c=a6_0xda1615,_0x532488={'wIjOJ':function(_0x5e883b,_0x1a7dfc){return _0x5e883b!==_0x1a7dfc;},'LTNhS':_0x40065c(0x184),'HMuSC':function(_0x2c10ae,_0x4deefa){return _0x2c10ae+_0x4deefa;},'Uurzi':function(_0x102f92,_0x17a5c2){return _0x102f92+_0x17a5c2;},'wZFtN':function(_0x884ef3,_0x28ae6c){return _0x884ef3+_0x28ae6c;},'KPwmg':function(_0xdcb64f,_0x5e6521){return _0xdcb64f+_0x5e6521;},'aVlaL':_0x40065c(0x160),'lQYOK':_0x40065c(0x19b),'LTUFM':function(_0x8ba7d7,_0x1a2c49){return _0x8ba7d7===_0x1a2c49;},'Uczso':'FAILED','abXQy':function(_0x178d61,_0x4b9c68,_0xf6940a){return _0x178d61(_0x4b9c68,_0xf6940a);},'KYTWj':_0x40065c(0x18a),'ptVvZ':_0x40065c(0x1e1),'YGcju':function(_0x4723e6,_0x8fd8a9){return _0x4723e6+_0x8fd8a9;},'Khxhb':function(_0x101444,_0x19ae6c){return _0x101444+_0x19ae6c;},'VrYUU':function(_0xd755a2,_0x342773){return _0xd755a2!==_0x342773;},'sCFpZ':function(_0x215455,_0x5d30f3){return _0x215455+_0x5d30f3;}};_0x532488[_0x40065c(0x164)](global[_0x40065c(0x16e)],undefined)&&this[_0x40065c(0x1eb)](_0x532488['KPwmg'](_0x532488[_0x40065c(0x1d3)]('\x0a',global[_0x40065c(0x16e)]),'\x0a'));const _0x272c7c=this[_0x40065c(0x1e8)][_0x40065c(0x181)](_0x496248[_0x40065c(0x189)]);this['log'](_0x532488[_0x40065c(0x1d3)](_0x532488['KPwmg'](_0x532488[_0x40065c(0x14a)](_0x532488[_0x40065c(0x1ad)]('\x20\x20',_0x272c7c[_0x40065c(0x172)][_0x40065c(0x157)]['name']),_0x532488[_0x40065c(0x144)]),_0x272c7c['pickle'][_0x40065c(0x16c)]),'\x0a'));const _0x20752b={};_0x20752b[_0x40065c(0x1ab)]=this[_0x40065c(0x1ab)],_0x20752b[_0x40065c(0x1ce)]=this['snippetBuilder'],_0x20752b[_0x40065c(0x147)]=this['supportCodeLibrary'],_0x20752b[_0x40065c(0x1df)]=_0x272c7c;const _0x1b0957=formatterHelpers[_0x40065c(0x146)](_0x20752b);let _0x32a281=![];_0x1b0957[_0x40065c(0x1a0)]['forEach'](_0x51ff48=>{const _0x1e4c56=_0x40065c;if(_0x532488['wIjOJ'](_0x51ff48[_0x1e4c56(0x16c)],_0x532488[_0x1e4c56(0x17a)])&&!this['isBstackHook'](_0x51ff48)){totalTests+=0x1,this[_0x1e4c56(0x1eb)](_0x532488[_0x1e4c56(0x156)](_0x532488[_0x1e4c56(0x17e)](_0x532488[_0x1e4c56(0x156)](_0x532488[_0x1e4c56(0x1d3)](_0x532488[_0x1e4c56(0x1ad)](_0x532488[_0x1e4c56(0x195)],_0x51ff48[_0x1e4c56(0x1b4)]),_0x51ff48[_0x1e4c56(0x158)]||''),_0x532488[_0x1e4c56(0x144)]),Status[_0x51ff48['result']['status']]),'\x0a')),this[_0x1e4c56(0x1be)](Status[_0x51ff48[_0x1e4c56(0x18a)][_0x1e4c56(0x15b)]]);if(_0x532488['LTUFM'](Status[_0x51ff48['result'][_0x1e4c56(0x15b)]],_0x532488['Uczso'])){_0x32a281=!![];const _0x263d97=_0x532488[_0x1e4c56(0x1cc)](nestedKeyValue,_0x51ff48,[_0x532488[_0x1e4c56(0x142)],_0x532488['ptVvZ']]);_0x263d97&&(testsErrorMessage[_0x532488[_0x1e4c56(0x182)](_0x532488[_0x1e4c56(0x156)](_0x272c7c['gherkinDocument'][_0x1e4c56(0x157)]['name'],_0x532488[_0x1e4c56(0x144)]),_0x272c7c['pickle'][_0x1e4c56(0x16c)])]=_0x263d97,this[_0x1e4c56(0x1eb)](_0x532488['Khxhb'](_0x263d97,'\x0a')));}}}),_0x32a281&&(testSuitesFailed+=0x1),this['log']('\x0a');}[a6_0xda1615(0x19a)](_0x5ba3c7){}[a6_0xda1615(0x1c4)](_0x1e3007){const _0x5a8b08=a6_0xda1615,_0x107bdf={};_0x107bdf[_0x5a8b08(0x1b6)]=function(_0x48b777,_0x161d83){return _0x48b777!==_0x161d83;},_0x107bdf[_0x5a8b08(0x14b)]='cucumber-js/test.setup.js';const _0x429d0a=_0x107bdf;if(_0x429d0a[_0x5a8b08(0x1b6)](_0x1e3007[_0x5a8b08(0x1b2)],undefined))return![];if(_0x1e3007['actionLocation']&&_0x1e3007['actionLocation'][_0x5a8b08(0x1dd)][_0x5a8b08(0x14c)](_0x429d0a['FhBEY']))return!![];return![];}['incrementCounter'](_0x2ecb2f){const _0x328295=a6_0xda1615,_0x3fbc5d={};_0x3fbc5d[_0x328295(0x169)]=_0x328295(0x187),_0x3fbc5d['OCVcy']=_0x328295(0x1ae),_0x3fbc5d[_0x328295(0x167)]='SKIPPED',_0x3fbc5d[_0x328295(0x1b9)]='PENDING',_0x3fbc5d[_0x328295(0x1d8)]=_0x328295(0x188),_0x3fbc5d['TSwhR']='UNKNOWN',_0x3fbc5d[_0x328295(0x19c)]=_0x328295(0x1ac);const _0x21e446=_0x3fbc5d;switch(_0x2ecb2f){case _0x21e446[_0x328295(0x169)]:testsFailed+=0x1;break;case _0x21e446[_0x328295(0x1da)]:testsPassed+=0x1;break;case _0x21e446['pyKBD']:testsSkipped+=0x1;break;case _0x21e446[_0x328295(0x1b9)]:testsPending+=0x1;break;case _0x21e446[_0x328295(0x1d8)]:testsUndefined+=0x1;break;case _0x21e446[_0x328295(0x18e)]:testsUnknown+=0x1;break;case _0x21e446[_0x328295(0x19c)]:testsAmbiguous+=0x1;break;default:break;}}[a6_0xda1615(0x155)](){const _0xad8a83=a6_0xda1615,_0x17d875={'HzaTw':function(_0x24f469,_0x2045dd){return _0x24f469!==_0x2045dd;},'EWwNx':function(_0x1406a2,_0x47beca){return _0x1406a2!==_0x47beca;},'fFwKW':function(_0x27f1d7,_0xc25355){return _0x27f1d7(_0xc25355);},'nRpDP':function(_0x3782e1,_0x1c05b5){return _0x3782e1+_0x1c05b5;},'Wtjcr':function(_0x2bb5d9){return _0x2bb5d9();}};let _0x34d8fc;if(_0x17d875[_0xad8a83(0x141)](process[_0xad8a83(0x183)][_0xad8a83(0x16d)],undefined)){const _0x69b601=JSON['parse'](process['env'][_0xad8a83(0x16d)]);_0x34d8fc=_0x69b601[_0xad8a83(0x159)];}_0x17d875[_0xad8a83(0x15a)](_0x34d8fc,undefined)&&(global[_0xad8a83(0x16e)]=_0x17d875['fFwKW'](getPlatformName,_0x34d8fc),this['log'](_0x17d875[_0xad8a83(0x174)]('Executing\x20tests\x20for\x20'+global['__platform'],'\x0a'))),_0x17d875['Wtjcr'](shouldProcessEventForTesthub)&&TestDetails[_0xad8a83(0x1cb)]();}['onTestRunFinished'](_0xec902){this['logTestRunFinished'](_0xec902);}async[a6_0xda1615(0x15f)](_0x42c79f,_0xfb7729,_0x3d6db9){const _0x587465=a6_0xda1615,_0x33029d={'EIBVx':function(_0x519b98,_0x69ffa2){return _0x519b98(_0x69ffa2);},'xYbSE':'TestRunStarted'};testSuites+=0x1;if(_0x33029d[_0x587465(0x17b)](shouldProcessEventForTesthub,_0x33029d[_0x587465(0x145)]))try{const _0x3128f1=TestDetails[_0x587465(0x1d1)](_0x42c79f['id']),_0x154ea2=_0x42c79f[_0x587465(0x1d4)],_0x3c344a=_0xfb7729[_0x587465(0x1e8)][_0x587465(0x1bf)][_0x154ea2],_0x1b6915=_0x3c344a['pickleId'],_0x125755=_0xfb7729[_0x587465(0x1e8)]['pickleMap'][_0x1b6915],_0x2700dc=this[_0x587465(0x1e6)](_0xfb7729,_0x125755),_0x2ff49e={'uuid':_0x3128f1,'startedAt':new Date()[_0x587465(0x1a1)]()};if(_0x125755){const _0x44e49c={};_0x44e49c[_0x587465(0x16c)]=_0x125755[_0x587465(0x16c)],_0x2ff49e[_0x587465(0x18c)]=_0x44e49c;}_tests[_0x154ea2]=_0x2ff49e,await testObservabilityReporter[_0x587465(0x1bd)](_0x3d6db9,_0x2700dc,_0x125755,_0x33029d[_0x587465(0x145)],_0x2ff49e,_0x3d6db9);}catch(_0x28a840){logger[_0x587465(0x199)]('Exception\x20in\x20sending\x20onTestCaseStarted:\x20'+util[_0x587465(0x1db)](_0x28a840)+'\x20');}}async[a6_0xda1615(0x176)](_0x5609e1,_0x2e4c85,_0x39e465){const _0x363279=a6_0xda1615,_0x40f2f0={'ZJUdT':function(_0x5b16ec,_0x1f47cb){return _0x5b16ec(_0x1f47cb);},'Glukf':_0x363279(0x1c6)};this[_0x363279(0x1bc)](_0x5609e1);if(_0x40f2f0['ZJUdT'](shouldProcessEventForTesthub,_0x40f2f0[_0x363279(0x196)]))try{_testCasesData[_0x39e465['id']]={..._0x39e465};const _0x5a66d1=_0x5609e1[_0x363279(0x189)],_0x504c44=_0x2e4c85[_0x363279(0x1e8)][_0x363279(0x1ba)][_0x5a66d1][_0x363279(0x1d4)],_0x46f4e7=_0x2e4c85['eventDataCollector']['testCaseMap'][_0x504c44],_0x48b23f=_0x46f4e7[_0x363279(0x1ca)],_0x14b470=_0x2e4c85[_0x363279(0x1e8)]['pickleMap'][_0x48b23f],_0x3d20b2=this[_0x363279(0x1e6)](_0x2e4c85,_0x14b470),_0xd7fab1=_tests[_0x504c44];_0xd7fab1&&(delete _tests[_0x504c44],_0xd7fab1[_0x363279(0x168)]=new Date()[_0x363279(0x1a1)]()),await testObservabilityReporter['sendTestRunEventForCucumber'](_0x39e465,_0x3d20b2,_0x14b470,_0x40f2f0[_0x363279(0x196)],_0xd7fab1,_0x39e465);}catch(_0x2aa381){logger[_0x363279(0x199)](_0x363279(0x153)+util[_0x363279(0x1db)](_0x2aa381));}}async['onTestStepStarted'](_0x3be6b3,_0x34f530){const _0x5a72fa=a6_0xda1615,_0x53551d={'UwXNl':function(_0x586e8d,_0x55ad18){return _0x586e8d(_0x55ad18);},'VjqXz':_0x5a72fa(0x179),'fcVIm':function(_0x2ac470,_0xb69e63){return _0x2ac470!==_0xb69e63;},'kwhXq':_0x5a72fa(0x14f)};if(_0x53551d[_0x5a72fa(0x1c1)](shouldProcessEventForTesthub,_0x53551d[_0x5a72fa(0x13f)]))try{const _0x12fb45=_0x3be6b3[_0x5a72fa(0x189)],_0x4d3b16=_0x34f530[_0x5a72fa(0x1e8)][_0x5a72fa(0x1ba)][_0x12fb45][_0x5a72fa(0x1d4)],_0xa249c4=_0x34f530[_0x5a72fa(0x1e8)][_0x5a72fa(0x1bf)]?.[_0x4d3b16],_0x290420=_0xa249c4?.['pickleId'],_0x333a5d=_0x34f530['eventDataCollector'][_0x5a72fa(0x180)]?.[_0x290420],_0x5be6f0=_0x3be6b3?.[_0x5a72fa(0x14f)],_0x9fc3d9=_0xa249c4?.['testSteps'],_0x21a136=this[_0x5a72fa(0x1e8)][_0x5a72fa(0x181)](_0x12fb45),_0xf036be=_0x9fc3d9[_0x5a72fa(0x175)](_0x2bc2fa=>_0x2bc2fa['id']===_0x5be6f0)[_0x5a72fa(0x18f)],_0x4116d4=_0x333a5d[_0x5a72fa(0x1b7)][_0x5a72fa(0x175)](_0x3c6dc4=>_0x3c6dc4['id']===_0xf036be);if(_0xf036be&&_0x53551d[_0x5a72fa(0x1c9)](_tests[_0x4d3b16]?.[_0x53551d[_0x5a72fa(0x1a4)]],_0x5be6f0)){_tests[_0x4d3b16][_0x53551d['kwhXq']]=_0x5be6f0;const _0x1b29d9={};_0x1b29d9[_0x5a72fa(0x1b7)]=[];const _0x55c598=_tests[_0x4d3b16]||_0x1b29d9;_0x55c598&&!_0x55c598['steps']&&(_0x55c598[_0x5a72fa(0x1b7)]=[]),_0x55c598['steps']?.[_0x5a72fa(0x1c7)]({'id':_0x4116d4['id'],'text':_0x4116d4[_0x5a72fa(0x158)],'started_at':new Date()[_0x5a72fa(0x1a1)]()}),_tests[_0x4d3b16]=_0x55c598;}const _0x510841=this[_0x5a72fa(0x1c5)](_0x9fc3d9[_0x5a72fa(0x175)](_0x519aec=>_0x519aec['id']===_0x5be6f0),_0x21a136[_0x5a72fa(0x1aa)][_0x5a72fa(0x1dd)]);!_0x510841&&await testObservabilityReporter[_0x5a72fa(0x198)](_0x21a136,_0x53551d[_0x5a72fa(0x13f)],_tests[_0x4d3b16],_0x3be6b3);}catch(_0x1c2145){logger[_0x5a72fa(0x199)](_0x5a72fa(0x166)+util[_0x5a72fa(0x1db)](_0x1c2145));}}async['onTestStepFinished'](_0x41170e,_0x4cc27e){const _0x317293=a6_0xda1615,_0x126705={'OStSE':function(_0x4bd97f,_0x369596){return _0x4bd97f===_0x369596;},'zvHDg':_0x317293(0x13e),'wArvz':function(_0x4e9f7e,_0x5cb013){return _0x4e9f7e(_0x5cb013);},'muzvd':'HookRunFinished','RYmvv':function(_0x1f4866,_0x55376f){return _0x1f4866===_0x55376f;},'vheiH':_0x317293(0x19d),'HiacU':function(_0x30a313,_0x2f80ae){return _0x30a313===_0x2f80ae;},'WgvuX':function(_0x5ddeed,_0x102723){return _0x5ddeed===_0x102723;},'mRGcb':_0x317293(0x1bb),'PhoIW':_0x317293(0x14f)};if(_0x126705[_0x317293(0x18b)](shouldProcessEventForTesthub,_0x126705[_0x317293(0x1dc)]))try{const _0x5db175=_0x41170e[_0x317293(0x189)],_0x76aa79=_0x4cc27e[_0x317293(0x1e8)][_0x317293(0x1ba)][_0x5db175][_0x317293(0x1d4)],_0x48e209=_0x4cc27e['eventDataCollector']['testCaseMap'][_0x76aa79],_0x35cea9=_0x48e209[_0x317293(0x1ca)],_0x2b3b02=_0x4cc27e[_0x317293(0x1e8)][_0x317293(0x180)][_0x35cea9],_0x53860f=_0x41170e[_0x317293(0x14f)],_0x395c0a=_0x48e209[_0x317293(0x1a0)],_0x402a87=this[_0x317293(0x1e8)][_0x317293(0x181)](_0x5db175),_0x40d0c5=_0x395c0a[_0x317293(0x175)](_0x18f221=>_0x18f221['id']===_0x53860f)['pickleStepId'];let _0x27ac4f,_0x5ce2e0;_0x126705[_0x317293(0x192)](_0x41170e['testStepResult']?.[_0x317293(0x15b)][_0x317293(0x1af)]()[_0x317293(0x151)](),_0x126705[_0x317293(0x1e7)])&&(_0x27ac4f=_0x126705[_0x317293(0x1e5)](_0x41170e[_0x317293(0x1d2)]?.[_0x317293(0x143)],undefined)?_0x41170e[_0x317293(0x1d2)]?.[_0x317293(0x1e1)]:_0x41170e['testStepResult']?.['exception']?.[_0x317293(0x1e1)],_0x5ce2e0=_0x126705[_0x317293(0x15d)](_0x41170e[_0x317293(0x1d2)]?.[_0x317293(0x143)],undefined)?_0x126705[_0x317293(0x1d9)]:_0x41170e[_0x317293(0x1d2)]?.[_0x317293(0x1e1)]);const _0xa05f9b=this[_0x317293(0x1c5)](_0x395c0a[_0x317293(0x175)](_0x26f196=>_0x26f196['id']===_0x53860f),_0x402a87[_0x317293(0x1aa)]['uri']);!_0xa05f9b&&await testObservabilityReporter[_0x317293(0x198)](_0x402a87,_0x126705[_0x317293(0x1dc)],_tests[_0x76aa79],_0x41170e);if(_0x40d0c5&&_tests[_0x76aa79][_0x126705[_0x317293(0x1b8)]]){const _0x341861=_0x2b3b02[_0x317293(0x1b7)]['find'](_0x54c630=>_0x54c630['id']===_0x40d0c5),_0x2981cd={};_0x2981cd[_0x317293(0x1b7)]=[];const _0x1ab55d=_tests[_0x76aa79]||_0x2981cd;!_0x1ab55d[_0x317293(0x1b7)]?_0x1ab55d['steps']=[{'id':_0x341861['id'],'text':_0x341861[_0x317293(0x158)],'finished_at':new Date()[_0x317293(0x1a1)](),'result':_0x41170e['testStepResult']?.[_0x317293(0x15b)],'duration':_0x41170e[_0x317293(0x1d2)]?.[_0x317293(0x1a2)]?.[_0x317293(0x140)],'failure':_0x27ac4f,'failureType':_0x5ce2e0}]:_0x1ab55d[_0x317293(0x1b7)][_0x317293(0x194)](_0x22dbd3=>{const _0x5cdd0f=_0x317293;if(_0x126705[_0x5cdd0f(0x1e9)](_0x22dbd3['id'],_0x341861['id'])){const _0x59d0be=_0x126705[_0x5cdd0f(0x1d7)][_0x5cdd0f(0x16a)]('|');let _0x2ad3f4=0x0;while(!![]){switch(_0x59d0be[_0x2ad3f4++]){case'0':_0x22dbd3[_0x5cdd0f(0x1a8)]=_0x27ac4f;continue;case'1':_0x22dbd3['failureType']=_0x5ce2e0;continue;case'2':_0x22dbd3[_0x5cdd0f(0x197)]=new Date()[_0x5cdd0f(0x1a1)]();continue;case'3':_0x22dbd3[_0x5cdd0f(0x18a)]=_0x41170e[_0x5cdd0f(0x1d2)]?.['status'];continue;case'4':_0x22dbd3[_0x5cdd0f(0x1a2)]=_0x41170e[_0x5cdd0f(0x1d2)]?.['duration']?.[_0x5cdd0f(0x140)];continue;}break;}}}),_tests[_0x76aa79]=_0x1ab55d,delete _tests[_0x76aa79][_0x126705[_0x317293(0x1b8)]];}}catch(_0x5c4f7b){logger['debug'](_0x317293(0x1d5)+util[_0x317293(0x1db)](_0x5c4f7b));}}[a6_0xda1615(0x191)](_0x1e5180){const _0x2eee07=a6_0xda1615,_0xd0f1bb={};return _0x1e5180['feature'][_0x2eee07(0x1a9)][_0x2eee07(0x161)](this[_0x2eee07(0x19f)])[_0x2eee07(0x1b1)]()[_0x2eee07(0x194)](_0x112d1e=>_0x112d1e['steps'][_0x2eee07(0x194)](_0x246c4b=>_0xd0f1bb[_0x246c4b['id']]=_0x246c4b)),_0xd0f1bb;}[a6_0xda1615(0x1c5)](_0x3352bd,_0x84fe70){const _0x4555e2=a6_0xda1615,_0x46e5e8={'oTHQF':function(_0x51a348,_0x5638a5){return _0x51a348(_0x5638a5);},'zbABr':function(_0x262621,_0x5afc36){return _0x262621(_0x5afc36);},'XHjSU':function(_0x30561f,_0x503731){return _0x30561f===_0x503731;},'ikbBz':function(_0x25985e,_0x321446){return _0x25985e(_0x321446);},'TESWf':function(_0x3ef3a6,_0x59f5c7){return _0x3ef3a6!==_0x59f5c7;},'jERIl':_0x4555e2(0x1c3)};let _0xef8a0e=!![];const _0xef219c={};_0xef8a0e=_0xef8a0e&&!_0x46e5e8['oTHQF'](isUndefined,_0x3352bd[_0x4555e2(0x15c)]);if(!_0x46e5e8[_0x4555e2(0x1e4)](isUndefined,_0x3352bd[_0x4555e2(0x15c)])){let _0x396edf;_0xef8a0e?_0x396edf=this['supportCodeLibrary']['beforeTestCaseHookDefinitions']['find'](_0x4de61e=>_0x4de61e['id']===_0x3352bd[_0x4555e2(0x15c)]):_0x396edf=this[_0x4555e2(0x147)][_0x4555e2(0x1a5)]['find'](_0x5ea634=>_0x5ea634['id']===_0x3352bd[_0x4555e2(0x15c)]);if(_0x396edf){const _0x6f4e90={};_0x6f4e90['uri']=_0x396edf[_0x4555e2(0x1dd)],_0x6f4e90['line']=_0x396edf['line'],_0xef219c[_0x4555e2(0x1e3)]=_0x6f4e90,_0xef219c[_0x4555e2(0x16c)]=_0x396edf['name'];}}if(!_0x46e5e8[_0x4555e2(0x152)](isUndefined,_0x3352bd[_0x4555e2(0x1cd)])&&_0x46e5e8[_0x4555e2(0x14d)](_0x3352bd[_0x4555e2(0x1cd)][_0x4555e2(0x14e)],0x1)){const _0x459ca0=this[_0x4555e2(0x147)]['stepDefinitions'][_0x4555e2(0x175)](_0x8f4c59=>_0x8f4c59['id']===_0x3352bd[_0x4555e2(0x1cd)][0x0]),_0x322118={};_0x322118[_0x4555e2(0x1dd)]=_0x459ca0[_0x4555e2(0x1dd)],_0x322118['line']=_0x459ca0[_0x4555e2(0x18d)],_0xef219c[_0x4555e2(0x1e3)]=_0x322118;}if(!_0x46e5e8[_0x4555e2(0x1c8)](isUndefined,_0x3352bd[_0x4555e2(0x18f)])){const _0x2f0813={};_0x2f0813[_0x4555e2(0x1dd)]=_0x84fe70,_0x2f0813['line']='',_0xef219c[_0x4555e2(0x1b2)]=_0x2f0813;}if(_0x46e5e8['TESWf'](_0xef219c[_0x4555e2(0x1b2)],undefined))return![];if(_0xef219c[_0x4555e2(0x1e3)]&&_0xef219c['actionLocation'][_0x4555e2(0x1dd)]['includes'](_0x46e5e8[_0x4555e2(0x17d)]))return!![];return![];}[a6_0xda1615(0x19f)](_0x516c1e){const _0x5d8ef9=a6_0xda1615,_0x3f2d12={'GzmKZ':function(_0x4c374c,_0x15c5dd){return _0x4c374c(_0x15c5dd);},'yppRb':function(_0x3bbfd4,_0x20a287){return _0x3bbfd4(_0x20a287);}};if(!_0x3f2d12[_0x5d8ef9(0x154)](isUndefined,_0x516c1e[_0x5d8ef9(0x15e)]))return[_0x516c1e[_0x5d8ef9(0x15e)]];else{if(!_0x3f2d12[_0x5d8ef9(0x149)](isUndefined,_0x516c1e[_0x5d8ef9(0x163)]))return _0x516c1e['rule'][_0x5d8ef9(0x1a9)]['map'](_0x1c958f=>!isUndefined(_0x1c958f?.[_0x5d8ef9(0x15e)])?_0x1c958f[_0x5d8ef9(0x15e)]:_0x1c958f[_0x5d8ef9(0x18c)]);};return[_0x516c1e[_0x5d8ef9(0x18c)]];}['getGherkinDocument'](_0x3bc45d,_0x4cf735){const _0x5d6b96=a6_0xda1615;return Object[_0x5d6b96(0x1d6)](_0x3bc45d[_0x5d6b96(0x1e8)][_0x5d6b96(0x148)])[_0x5d6b96(0x175)](_0x4b244b=>_0x4b244b[_0x5d6b96(0x1dd)]===_0x4cf735[_0x5d6b96(0x1dd)]);}}function a6_0xc7fb(_0xb08063,_0x5ab61d){const _0x5ecbdf=a6_0x5ecb();return a6_0xc7fb=function(_0xc7fb6f,_0x24782a){_0xc7fb6f=_0xc7fb6f-0x13e;let _0x24ec19=_0x5ecbdf[_0xc7fb6f];return _0x24ec19;},a6_0xc7fb(_0xb08063,_0x5ab61d);}module[a6_0xda1615(0x1c2)]=o11yClassErrorHandler(BrowserstackFormatter,[a6_0xda1615(0x15f),a6_0xda1615(0x176),a6_0xda1615(0x1cf),a6_0xda1615(0x16b),a6_0xda1615(0x155),a6_0xda1615(0x19e),a6_0xda1615(0x19f),'getGherkinDocument',a6_0xda1615(0x191),'checkHookURI']);
1
+ function a6_0x258c(_0x1936f1,_0xd31218){const _0x4b94c2=a6_0x4b94();return a6_0x258c=function(_0x258cce,_0x4033e4){_0x258cce=_0x258cce-0xc0;let _0x14782d=_0x4b94c2[_0x258cce];return _0x14782d;},a6_0x258c(_0x1936f1,_0xd31218);}const a6_0x26e6ce=a6_0x258c;(function(_0x4ba3f8,_0x1781bf){const _0x89afb0=a6_0x258c,_0x2d157c=_0x4ba3f8();while(!![]){try{const _0x2b866f=-parseInt(_0x89afb0(0xd7))/0x1+-parseInt(_0x89afb0(0xed))/0x2+-parseInt(_0x89afb0(0xf8))/0x3*(-parseInt(_0x89afb0(0xec))/0x4)+parseInt(_0x89afb0(0x12c))/0x5*(-parseInt(_0x89afb0(0x150))/0x6)+parseInt(_0x89afb0(0x148))/0x7*(-parseInt(_0x89afb0(0x164))/0x8)+-parseInt(_0x89afb0(0xea))/0x9*(parseInt(_0x89afb0(0x143))/0xa)+parseInt(_0x89afb0(0x139))/0xb*(parseInt(_0x89afb0(0x12a))/0xc);if(_0x2b866f===_0x1781bf)break;else _0x2d157c['push'](_0x2d157c['shift']());}catch(_0x39e7da){_0x2d157c['push'](_0x2d157c['shift']());}}}(a6_0x4b94,0xa4749));const {requireModule,getPlatformName,nestedKeyValue,isUndefined}=require(a6_0x26e6ce(0x113)),util=require('util'),{Formatter,formatterHelpers,Status}=requireModule('@cucumber/cucumber'),TestDetails=require('../../playwright/reporter/test-details.js'),TestObservabilityReporter=require(a6_0x26e6ce(0x11d)),{o11yClassErrorHandler}=require(a6_0x26e6ce(0x13b)),{shouldProcessEventForTesthub}=require('../../../helpers/testhub/utils.js'),testObservabilityReporter=new TestObservabilityReporter(),logger=require('../../../helpers/logger')[a6_0x26e6ce(0x126)],_tests={},_testCasesData={};function a6_0x4b94(){const _0x522a9c=['onTestStepStarted','tPlnE','14318381PAZraX','testCaseAttempt','../../../helpers/test-observability/error-handler','testStepId','rxnMv','cwd','testCaseStartedId','cTuDh','snippetBuilder','background','22190uxKyom','qIaqt','toString','testCaseId','incrementCounter','61187GOZLaf','pWUZn','log','gherkinDocument','UNKNOWN','SUQOQ','map','sourceLocation','5340UsdYPe','checkHookURI','children','gYStd','onTestStepFinished','TestRunStarted','Exception\x20in\x20onTestStepStarted\x20event:\x20','stepDefinitionIds','TXebF','QVoVM','actionLocation','onTestCaseStarted','seconds','text','parse','testStepFinished','onTestRunStarted','testSteps','Exception\x20in\x20sending\x20onTestCaseFinished\x20event:\x20\x20','envmJ','104wYyJGl','Exception\x20in\x20onTestStepFinished\x20event:\x20','DnNXg','AEheJ','cwyAw','pickleStepId','xfeFt','testCaseStarted','Executing\x20tests\x20for\x20','getGherkinDocument','steps','pickle','includes','UOSKy','gherkinDocumentMap','pickleMap','uZdtd','cucumber-js/test.setup.js','WJQQx','testCaseMap','__platform','FAILED','message','sendTestRunEventForCucumber','tpcnA','553921mCoQxx','debug','jgfOh','SMXGz','pickleId','cUNZo','exception','rule','wZJYe','testCaseFinished','UNDEFINED','BxEXh','lEgcU','getTestCaseAttempt','extractStepContainers','toLowerCase','\x20\x20\x20\x20','envelope','values','1476CBCszl','SKIPPED','40uNdErj','649184EKPjPx','GmSZc','finishedAt','THNsx','BLRjn','FtLNj','HookRunStarted','GZkgR','KOqpn','failed','toISOString','224274cuhaNg','split','isBstackHook','stepDefinitions','line','INRis','name','status','flat','kWTij','duration','\x20-\x20','tfNpo','supportCodeLibrary','UnhandledError','setup','4|1|0|2|3','TestRunFinished','sendHook','logTestRunFinished','feature','push','forEach','bstack','vmmQX','testStepStarted','uri','../../../helpers/helper','onTestRunFinished','Koaew','Tspbf','syvcw','testStepResult','testCaseAttemptDataMap','getGherkinStepMap','find','testRunFinished','../test-observability.js','uIwNN','finished_at','AMBIGUOUS','eventDataCollector','Ekwdc','keyword','logTestCaseFinished','xdmfg','winstonLogger','onTestCaseFinished','Exception\x20in\x20sending\x20onTestCaseStarted:\x20','hookId','12PDkPKY','format','110LXoHkL','scenario','result','failureType','afterTestCaseHookDefinitions','SIWHo','rmLdd','CONFIG','env','TZTwv','CeeUi'];a6_0x4b94=function(){return _0x522a9c;};return a6_0x4b94();}class BrowserstackFormatter extends Formatter{constructor(_0x32c880){const _0x3a3051=a6_0x26e6ce,_0x512eb9={};_0x512eb9['oAjdZ']=_0x3a3051(0xe8);const _0x5434bf=_0x512eb9;super(_0x32c880),_0x32c880['eventBroadcaster']['on'](_0x5434bf['oAjdZ'],async _0x427783=>{const _0x11a91a=_0x3a3051;switch(!![]){case!!_0x427783['testRunStarted']:this['onTestRunStarted']();break;case!!_0x427783[_0x11a91a(0x11c)]:this[_0x11a91a(0x114)](_0x427783[_0x11a91a(0x11c)]);break;case!!_0x427783[_0x11a91a(0xc5)]:this[_0x11a91a(0x15b)](_0x427783['testCaseStarted'],_0x32c880,_0x427783);break;case!!_0x427783[_0x11a91a(0xe0)]:this[_0x11a91a(0x127)](_0x427783['testCaseFinished'],_0x32c880,_0x427783);break;case!!_0x427783[_0x11a91a(0x111)]:this['onTestStepStarted'](_0x427783[_0x11a91a(0x111)],_0x32c880);break;case!!_0x427783[_0x11a91a(0x15f)]:this[_0x11a91a(0x154)](_0x427783[_0x11a91a(0x15f)],_0x32c880);break;}});}[a6_0x26e6ce(0x124)](_0xb72409){const _0x3d1b23=a6_0x26e6ce,_0x158737={'WJQQx':function(_0x55fd39,_0xb9ca86){return _0x55fd39!==_0xb9ca86;},'SIWHo':_0x3d1b23(0x10f),'tPlnE':function(_0x256da5,_0x2e55bf){return _0x256da5+_0x2e55bf;},'envmJ':function(_0xbdfbdb,_0x5f3ec6){return _0xbdfbdb+_0x5f3ec6;},'Tspbf':_0x3d1b23(0xe7),'CeeUi':_0x3d1b23(0x103),'pWUZn':function(_0x486632,_0xaaf8cd){return _0x486632===_0xaaf8cd;},'cUNZo':_0x3d1b23(0xd3),'THNsx':function(_0x4a247b,_0x5df927,_0x393f22){return _0x4a247b(_0x5df927,_0x393f22);},'SMXGz':_0x3d1b23(0x12e),'SUQOQ':_0x3d1b23(0xd4),'xfeFt':function(_0x6bf32d,_0x5b08aa){return _0x6bf32d+_0x5b08aa;},'pyfgL':function(_0x22653b,_0x1d598b){return _0x22653b+_0x1d598b;},'BLRjn':function(_0x238458,_0x1089b7){return _0x238458+_0x1089b7;},'lyATN':function(_0x2cf978,_0x560ab9){return _0x2cf978+_0x560ab9;},'gYStd':function(_0x2fabbb,_0xac7769){return _0x2fabbb+_0xac7769;},'TXebF':function(_0x45a52d,_0x7721be){return _0x45a52d+_0x7721be;}};_0x158737['WJQQx'](global[_0x3d1b23(0xd2)],undefined)&&this['log'](_0x158737[_0x3d1b23(0xf1)](_0x158737['BLRjn']('\x0a',global['__platform']),'\x0a'));const _0x37cb4d=this[_0x3d1b23(0x121)][_0x3d1b23(0xe4)](_0xb72409[_0x3d1b23(0x13f)]);this['log'](_0x158737['tPlnE'](_0x158737['lyATN'](_0x158737[_0x3d1b23(0x153)](_0x158737[_0x3d1b23(0x158)]('\x20\x20',_0x37cb4d[_0x3d1b23(0x14b)]['feature']['name']),_0x158737[_0x3d1b23(0x136)]),_0x37cb4d[_0x3d1b23(0xc9)][_0x3d1b23(0xfe)]),'\x0a'));const _0x1a159c={};_0x1a159c[_0x3d1b23(0x13e)]=this[_0x3d1b23(0x13e)],_0x1a159c[_0x3d1b23(0x141)]=this['snippetBuilder'],_0x1a159c[_0x3d1b23(0x105)]=this[_0x3d1b23(0x105)],_0x1a159c[_0x3d1b23(0x13a)]=_0x37cb4d;const _0x15010d=formatterHelpers['parseTestCaseAttempt'](_0x1a159c);let _0x31017c=![];_0x15010d[_0x3d1b23(0x161)][_0x3d1b23(0x10e)](_0x307ab3=>{const _0x3df12c=_0x3d1b23;if(_0x158737[_0x3df12c(0xd0)](_0x307ab3[_0x3df12c(0xfe)],_0x158737[_0x3df12c(0x131)])&&!this[_0x3df12c(0xfa)](_0x307ab3)){totalTests+=0x1,this['log'](_0x158737['tPlnE'](_0x158737[_0x3df12c(0x138)](_0x158737[_0x3df12c(0x138)](_0x158737[_0x3df12c(0x163)](_0x158737[_0x3df12c(0x138)](_0x158737[_0x3df12c(0x116)],_0x307ab3[_0x3df12c(0x123)]),_0x307ab3['text']||''),_0x158737[_0x3df12c(0x136)]),Status[_0x307ab3[_0x3df12c(0x12e)]['status']]),'\x0a')),this[_0x3df12c(0x147)](Status[_0x307ab3[_0x3df12c(0x12e)][_0x3df12c(0xff)]]);if(_0x158737[_0x3df12c(0x149)](Status[_0x307ab3[_0x3df12c(0x12e)][_0x3df12c(0xff)]],_0x158737[_0x3df12c(0xdc)])){_0x31017c=!![];const _0x5624a0=_0x158737[_0x3df12c(0xf0)](nestedKeyValue,_0x307ab3,[_0x158737[_0x3df12c(0xda)],_0x158737[_0x3df12c(0x14d)]]);_0x5624a0&&(testsErrorMessage[_0x158737[_0x3df12c(0x163)](_0x158737[_0x3df12c(0xc4)](_0x37cb4d['gherkinDocument'][_0x3df12c(0x10c)]['name'],_0x158737[_0x3df12c(0x136)]),_0x37cb4d[_0x3df12c(0xc9)][_0x3df12c(0xfe)])]=_0x5624a0,this[_0x3df12c(0x14a)](_0x158737['pyfgL'](_0x5624a0,'\x0a')));}}}),_0x31017c&&(testSuitesFailed+=0x1),this[_0x3d1b23(0x14a)]('\x0a');}[a6_0x26e6ce(0x10b)](_0x2d9c0d){}[a6_0x26e6ce(0xfa)](_0x49f66a){const _0x391947=a6_0x26e6ce,_0x18e3df={};_0x18e3df[_0x391947(0xcb)]=function(_0x4c9675,_0x203599){return _0x4c9675!==_0x203599;},_0x18e3df[_0x391947(0x13d)]=_0x391947(0xcf);const _0x7d243c=_0x18e3df;if(_0x7d243c['UOSKy'](_0x49f66a[_0x391947(0x14f)],undefined))return![];if(_0x49f66a[_0x391947(0x15a)]&&_0x49f66a['actionLocation']['uri']['includes'](_0x7d243c[_0x391947(0x13d)]))return!![];return![];}['incrementCounter'](_0x4a5d12){const _0x4a0fd7=a6_0x26e6ce,_0x5f9810={};_0x5f9810[_0x4a0fd7(0x132)]=_0x4a0fd7(0xd3),_0x5f9810['kBvNZ']='PASSED',_0x5f9810[_0x4a0fd7(0xd6)]=_0x4a0fd7(0xeb),_0x5f9810[_0x4a0fd7(0x11e)]='PENDING',_0x5f9810['syvcw']=_0x4a0fd7(0xe1),_0x5f9810[_0x4a0fd7(0xe3)]=_0x4a0fd7(0x14c),_0x5f9810['NLETn']=_0x4a0fd7(0x120);const _0x3def8d=_0x5f9810;switch(_0x4a5d12){case _0x3def8d[_0x4a0fd7(0x132)]:testsFailed+=0x1;break;case _0x3def8d['kBvNZ']:testsPassed+=0x1;break;case _0x3def8d[_0x4a0fd7(0xd6)]:testsSkipped+=0x1;break;case _0x3def8d[_0x4a0fd7(0x11e)]:testsPending+=0x1;break;case _0x3def8d[_0x4a0fd7(0x117)]:testsUndefined+=0x1;break;case _0x3def8d[_0x4a0fd7(0xe3)]:testsUnknown+=0x1;break;case _0x3def8d['NLETn']:testsAmbiguous+=0x1;break;default:break;}}['onTestRunStarted'](){const _0x1b3052=a6_0x26e6ce,_0xe38322={'KkMEH':function(_0x583112,_0x5ac9ec){return _0x583112!==_0x5ac9ec;},'Koaew':function(_0x2d2549,_0x1f3bca){return _0x2d2549!==_0x1f3bca;},'DnNXg':function(_0x1c5656,_0xb53802){return _0x1c5656(_0xb53802);},'zABzN':function(_0x3df0c7,_0xb8d94b){return _0x3df0c7+_0xb8d94b;},'GZkgR':function(_0x55991a){return _0x55991a();}};let _0x5742ef;if(_0xe38322['KkMEH'](process['env'][_0x1b3052(0x133)],undefined)){const _0x3127aa=JSON[_0x1b3052(0x15e)](process[_0x1b3052(0x134)][_0x1b3052(0x133)]);_0x5742ef=_0x3127aa['capability'];}_0xe38322[_0x1b3052(0x115)](_0x5742ef,undefined)&&(global[_0x1b3052(0xd2)]=_0xe38322[_0x1b3052(0xc0)](getPlatformName,_0x5742ef),this[_0x1b3052(0x14a)](_0xe38322['zABzN'](_0x1b3052(0xc6)+global[_0x1b3052(0xd2)],'\x0a'))),_0xe38322[_0x1b3052(0xf4)](shouldProcessEventForTesthub)&&TestDetails[_0x1b3052(0x107)]();}['onTestRunFinished'](_0x4d48e5){const _0x2e4f7e=a6_0x26e6ce;this[_0x2e4f7e(0x10b)](_0x4d48e5);}async['onTestCaseStarted'](_0x1efefb,_0x3caea7,_0x1582d2){const _0x2025bf=a6_0x26e6ce,_0x593071={'AAWRj':function(_0x2dd80b,_0x687eb9){return _0x2dd80b(_0x687eb9);},'eCBhe':_0x2025bf(0x155)};testSuites+=0x1;if(_0x593071['AAWRj'](shouldProcessEventForTesthub,_0x593071['eCBhe']))try{const _0xbd56b0=TestDetails['getTestUUID'](_0x1efefb['id']),_0x3cd602=_0x1efefb['testCaseId'],_0xdcc9ed=_0x3caea7[_0x2025bf(0x121)][_0x2025bf(0xd1)][_0x3cd602],_0xc23703=_0xdcc9ed[_0x2025bf(0xdb)],_0x6157ba=_0x3caea7[_0x2025bf(0x121)][_0x2025bf(0xcd)][_0xc23703],_0x4ec19d=this[_0x2025bf(0xc7)](_0x3caea7,_0x6157ba),_0x45bb97={'uuid':_0xbd56b0,'startedAt':new Date()[_0x2025bf(0xf7)]()};if(_0x6157ba){const _0x1074cd={};_0x1074cd[_0x2025bf(0xfe)]=_0x6157ba[_0x2025bf(0xfe)],_0x45bb97['scenario']=_0x1074cd;}_tests[_0x3cd602]=_0x45bb97,await testObservabilityReporter[_0x2025bf(0xd5)](_0x1582d2,_0x4ec19d,_0x6157ba,_0x593071['eCBhe'],_0x45bb97,_0x1582d2);}catch(_0x1549f5){logger['debug'](_0x2025bf(0x128)+util[_0x2025bf(0x12b)](_0x1549f5)+'\x20');}}async[a6_0x26e6ce(0x127)](_0x49298d,_0x431b5a,_0x5681b3){const _0x6af071=a6_0x26e6ce,_0x210583={'Ekwdc':function(_0x4ca055,_0x4538e5){return _0x4ca055(_0x4538e5);},'xdmfg':_0x6af071(0x109)};this['logTestCaseFinished'](_0x49298d);if(_0x210583[_0x6af071(0x122)](shouldProcessEventForTesthub,_0x210583[_0x6af071(0x125)]))try{_testCasesData[_0x5681b3['id']]={..._0x5681b3};const _0x526249=_0x49298d['testCaseStartedId'],_0x36e233=_0x431b5a['eventDataCollector'][_0x6af071(0x119)][_0x526249][_0x6af071(0x146)],_0x19f701=_0x431b5a[_0x6af071(0x121)][_0x6af071(0xd1)][_0x36e233],_0x157fc8=_0x19f701[_0x6af071(0xdb)],_0xb6efab=_0x431b5a['eventDataCollector'][_0x6af071(0xcd)][_0x157fc8],_0x22d24f=this[_0x6af071(0xc7)](_0x431b5a,_0xb6efab),_0x5e4f95=_tests[_0x36e233];_0x5e4f95&&(delete _tests[_0x36e233],_0x5e4f95[_0x6af071(0xef)]=new Date()[_0x6af071(0xf7)]()),await testObservabilityReporter['sendTestRunEventForCucumber'](_0x5681b3,_0x22d24f,_0xb6efab,_0x210583[_0x6af071(0x125)],_0x5e4f95,_0x5681b3);}catch(_0x50cf1f){logger[_0x6af071(0xd8)](_0x6af071(0x162)+util[_0x6af071(0x12b)](_0x50cf1f));}}async[a6_0x26e6ce(0x137)](_0x3e3930,_0x34f209){const _0x1fd20f=a6_0x26e6ce,_0x131f06={'jgfOh':function(_0x143368,_0x4d86ab){return _0x143368(_0x4d86ab);},'cwyAw':_0x1fd20f(0xf3),'QVoVM':function(_0x296119,_0x1f9e2c){return _0x296119!==_0x1f9e2c;},'wZJYe':_0x1fd20f(0x13c)};if(_0x131f06[_0x1fd20f(0xd9)](shouldProcessEventForTesthub,_0x131f06[_0x1fd20f(0xc2)]))try{const _0x17ced0=_0x3e3930[_0x1fd20f(0x13f)],_0x578767=_0x34f209[_0x1fd20f(0x121)][_0x1fd20f(0x119)][_0x17ced0][_0x1fd20f(0x146)],_0x44fc41=_0x34f209[_0x1fd20f(0x121)][_0x1fd20f(0xd1)]?.[_0x578767],_0x464372=_0x44fc41?.['pickleId'],_0x17885b=_0x34f209[_0x1fd20f(0x121)][_0x1fd20f(0xcd)]?.[_0x464372],_0xe667c4=_0x3e3930?.[_0x1fd20f(0x13c)],_0x16f1d3=_0x44fc41?.[_0x1fd20f(0x161)],_0x55804a=this['eventDataCollector'][_0x1fd20f(0xe4)](_0x17ced0),_0x5ed545=_0x16f1d3[_0x1fd20f(0x11b)](_0xdf2fb5=>_0xdf2fb5['id']===_0xe667c4)[_0x1fd20f(0xc3)],_0x272bfc=_0x17885b[_0x1fd20f(0xc8)]['find'](_0x503076=>_0x503076['id']===_0x5ed545);if(_0x5ed545&&_0x131f06[_0x1fd20f(0x159)](_tests[_0x578767]?.[_0x131f06[_0x1fd20f(0xdf)]],_0xe667c4)){_tests[_0x578767][_0x131f06[_0x1fd20f(0xdf)]]=_0xe667c4;const _0x324255={};_0x324255[_0x1fd20f(0xc8)]=[];const _0x35b2ad=_tests[_0x578767]||_0x324255;_0x35b2ad&&!_0x35b2ad[_0x1fd20f(0xc8)]&&(_0x35b2ad[_0x1fd20f(0xc8)]=[]),_0x35b2ad[_0x1fd20f(0xc8)]?.[_0x1fd20f(0x10d)]({'id':_0x272bfc['id'],'text':_0x272bfc[_0x1fd20f(0x15d)],'started_at':new Date()[_0x1fd20f(0xf7)]()}),_tests[_0x578767]=_0x35b2ad;}const _0x2a7e71=this[_0x1fd20f(0x151)](_0x16f1d3[_0x1fd20f(0x11b)](_0x10410e=>_0x10410e['id']===_0xe667c4),_0x55804a[_0x1fd20f(0xc9)][_0x1fd20f(0x112)]);!_0x2a7e71&&await testObservabilityReporter[_0x1fd20f(0x10a)](_0x55804a,_0x131f06['cwyAw'],_tests[_0x578767],_0x3e3930);}catch(_0x3e2048){logger['debug'](_0x1fd20f(0x156)+util['format'](_0x3e2048));}}async['onTestStepFinished'](_0x366e71,_0x3799da){const _0x4feff0=a6_0x26e6ce,_0x2ea9b8={'TZTwv':function(_0x2ce0c8,_0x2894bc){return _0x2ce0c8===_0x2894bc;},'KOqpn':_0x4feff0(0x108),'FtLNj':function(_0x4e5338,_0x4b0f26){return _0x4e5338(_0x4b0f26);},'AEheJ':'HookRunFinished','uZdtd':function(_0x35d6cd,_0x21fa4b){return _0x35d6cd===_0x21fa4b;},'kWTij':_0x4feff0(0xf6),'tfNpo':_0x4feff0(0x106),'qIaqt':_0x4feff0(0x13c)};if(_0x2ea9b8[_0x4feff0(0xf2)](shouldProcessEventForTesthub,_0x2ea9b8[_0x4feff0(0xc1)]))try{const _0x2e5fd8=_0x366e71[_0x4feff0(0x13f)],_0x5eeeef=_0x3799da[_0x4feff0(0x121)][_0x4feff0(0x119)][_0x2e5fd8][_0x4feff0(0x146)],_0x2e8ea3=_0x3799da[_0x4feff0(0x121)][_0x4feff0(0xd1)][_0x5eeeef],_0x34c684=_0x2e8ea3[_0x4feff0(0xdb)],_0x44c2d2=_0x3799da[_0x4feff0(0x121)]['pickleMap'][_0x34c684],_0x422d0e=_0x366e71['testStepId'],_0x464682=_0x2e8ea3[_0x4feff0(0x161)],_0x23fbb4=this[_0x4feff0(0x121)][_0x4feff0(0xe4)](_0x2e5fd8),_0x569d59=_0x464682[_0x4feff0(0x11b)](_0x3c4076=>_0x3c4076['id']===_0x422d0e)[_0x4feff0(0xc3)];let _0x2a7e96,_0x27a01a;_0x2ea9b8[_0x4feff0(0xce)](_0x366e71[_0x4feff0(0x118)]?.[_0x4feff0(0xff)][_0x4feff0(0x145)]()[_0x4feff0(0xe6)](),_0x2ea9b8[_0x4feff0(0x101)])&&(_0x2a7e96=_0x2ea9b8['uZdtd'](_0x366e71[_0x4feff0(0x118)]?.[_0x4feff0(0xdd)],undefined)?_0x366e71[_0x4feff0(0x118)]?.['message']:_0x366e71[_0x4feff0(0x118)]?.[_0x4feff0(0xdd)]?.[_0x4feff0(0xd4)],_0x27a01a=_0x2ea9b8['TZTwv'](_0x366e71[_0x4feff0(0x118)]?.['exception'],undefined)?_0x2ea9b8[_0x4feff0(0x104)]:_0x366e71['testStepResult']?.[_0x4feff0(0xd4)]);const _0x2a2edb=this[_0x4feff0(0x151)](_0x464682[_0x4feff0(0x11b)](_0x23bc52=>_0x23bc52['id']===_0x422d0e),_0x23fbb4[_0x4feff0(0xc9)][_0x4feff0(0x112)]);!_0x2a2edb&&await testObservabilityReporter[_0x4feff0(0x10a)](_0x23fbb4,_0x2ea9b8['AEheJ'],_tests[_0x5eeeef],_0x366e71);if(_0x569d59&&_tests[_0x5eeeef][_0x2ea9b8[_0x4feff0(0x144)]]){const _0x1d96ee=_0x44c2d2[_0x4feff0(0xc8)][_0x4feff0(0x11b)](_0xf57772=>_0xf57772['id']===_0x569d59),_0x531f4c={};_0x531f4c[_0x4feff0(0xc8)]=[];const _0x2ab0df=_tests[_0x5eeeef]||_0x531f4c;!_0x2ab0df[_0x4feff0(0xc8)]?_0x2ab0df['steps']=[{'id':_0x1d96ee['id'],'text':_0x1d96ee['text'],'finished_at':new Date()[_0x4feff0(0xf7)](),'result':_0x366e71[_0x4feff0(0x118)]?.['status'],'duration':_0x366e71[_0x4feff0(0x118)]?.[_0x4feff0(0x102)]?.[_0x4feff0(0x15c)],'failure':_0x2a7e96,'failureType':_0x27a01a}]:_0x2ab0df['steps']['forEach'](_0xbec855=>{const _0x3f05f3=_0x4feff0;if(_0x2ea9b8[_0x3f05f3(0x135)](_0xbec855['id'],_0x1d96ee['id'])){const _0x134c8d=_0x2ea9b8[_0x3f05f3(0xf5)][_0x3f05f3(0xf9)]('|');let _0x22214c=0x0;while(!![]){switch(_0x134c8d[_0x22214c++]){case'0':_0xbec855['duration']=_0x366e71[_0x3f05f3(0x118)]?.['duration']?.[_0x3f05f3(0x15c)];continue;case'1':_0xbec855[_0x3f05f3(0x12e)]=_0x366e71['testStepResult']?.[_0x3f05f3(0xff)];continue;case'2':_0xbec855['failure']=_0x2a7e96;continue;case'3':_0xbec855[_0x3f05f3(0x12f)]=_0x27a01a;continue;case'4':_0xbec855[_0x3f05f3(0x11f)]=new Date()[_0x3f05f3(0xf7)]();continue;}break;}}}),_tests[_0x5eeeef]=_0x2ab0df,delete _tests[_0x5eeeef][_0x2ea9b8['qIaqt']];}}catch(_0x29a915){logger[_0x4feff0(0xd8)](_0x4feff0(0x165)+util[_0x4feff0(0x12b)](_0x29a915));}}[a6_0x26e6ce(0x11a)](_0x5e5e89){const _0x545aa4=a6_0x26e6ce,_0x375d27={};return _0x5e5e89[_0x545aa4(0x10c)][_0x545aa4(0x152)]['map'](this[_0x545aa4(0xe5)])[_0x545aa4(0x100)]()[_0x545aa4(0x10e)](_0x1bd038=>_0x1bd038[_0x545aa4(0xc8)][_0x545aa4(0x10e)](_0x46f80d=>_0x375d27[_0x46f80d['id']]=_0x46f80d)),_0x375d27;}[a6_0x26e6ce(0x151)](_0x3d3bda,_0x373668){const _0x5aed21=a6_0x26e6ce,_0x1f6c91={'GmSZc':function(_0x420342,_0x51c98e){return _0x420342(_0x51c98e);},'cTuDh':function(_0x2bfff9,_0xd902f3){return _0x2bfff9(_0xd902f3);},'cQxGB':function(_0x5dfb7a,_0x208c39){return _0x5dfb7a(_0x208c39);},'QMWPh':function(_0x33b57e,_0x160243){return _0x33b57e===_0x160243;},'INRis':function(_0xa7ebdc,_0x377691){return _0xa7ebdc(_0x377691);},'BxEXh':function(_0x3d6673,_0x247462){return _0x3d6673!==_0x247462;},'dZutd':_0x5aed21(0xcf)};let _0xa1c050=!![];const _0x5014cf={};_0xa1c050=_0xa1c050&&!_0x1f6c91[_0x5aed21(0xee)](isUndefined,_0x3d3bda[_0x5aed21(0x129)]);if(!_0x1f6c91[_0x5aed21(0x140)](isUndefined,_0x3d3bda[_0x5aed21(0x129)])){let _0x364afa;_0xa1c050?_0x364afa=this[_0x5aed21(0x105)]['beforeTestCaseHookDefinitions'][_0x5aed21(0x11b)](_0xecbc24=>_0xecbc24['id']===_0x3d3bda[_0x5aed21(0x129)]):_0x364afa=this[_0x5aed21(0x105)][_0x5aed21(0x130)][_0x5aed21(0x11b)](_0xd65953=>_0xd65953['id']===_0x3d3bda[_0x5aed21(0x129)]);if(_0x364afa){const _0x4cb50f={};_0x4cb50f[_0x5aed21(0x112)]=_0x364afa[_0x5aed21(0x112)],_0x4cb50f[_0x5aed21(0xfc)]=_0x364afa['line'],_0x5014cf[_0x5aed21(0x15a)]=_0x4cb50f,_0x5014cf['name']=_0x364afa['name'];}}if(!_0x1f6c91['cQxGB'](isUndefined,_0x3d3bda[_0x5aed21(0x157)])&&_0x1f6c91['QMWPh'](_0x3d3bda['stepDefinitionIds']['length'],0x1)){const _0xa3a43c=this['supportCodeLibrary'][_0x5aed21(0xfb)]['find'](_0x37d985=>_0x37d985['id']===_0x3d3bda[_0x5aed21(0x157)][0x0]),_0x37d1ac={};_0x37d1ac['uri']=_0xa3a43c['uri'],_0x37d1ac['line']=_0xa3a43c['line'],_0x5014cf[_0x5aed21(0x15a)]=_0x37d1ac;}if(!_0x1f6c91[_0x5aed21(0xfd)](isUndefined,_0x3d3bda[_0x5aed21(0xc3)])){const _0x2ac223={};_0x2ac223['uri']=_0x373668,_0x2ac223[_0x5aed21(0xfc)]='',_0x5014cf[_0x5aed21(0x14f)]=_0x2ac223;}if(_0x1f6c91[_0x5aed21(0xe2)](_0x5014cf[_0x5aed21(0x14f)],undefined))return![];if(_0x5014cf[_0x5aed21(0x15a)]&&_0x5014cf[_0x5aed21(0x15a)][_0x5aed21(0x112)][_0x5aed21(0xca)](_0x1f6c91['dZutd']))return!![];return![];}[a6_0x26e6ce(0xe5)](_0x1eaa16){const _0x2acefc=a6_0x26e6ce,_0x3efbc2={'vmmQX':function(_0x3fdc86,_0x636b62){return _0x3fdc86(_0x636b62);}};if(!_0x3efbc2[_0x2acefc(0x110)](isUndefined,_0x1eaa16[_0x2acefc(0x142)]))return[_0x1eaa16[_0x2acefc(0x142)]];else{if(!_0x3efbc2[_0x2acefc(0x110)](isUndefined,_0x1eaa16['rule']))return _0x1eaa16[_0x2acefc(0xde)][_0x2acefc(0x152)][_0x2acefc(0x14e)](_0x4b5410=>!isUndefined(_0x4b5410?.[_0x2acefc(0x142)])?_0x4b5410[_0x2acefc(0x142)]:_0x4b5410[_0x2acefc(0x12d)]);};return[_0x1eaa16['scenario']];}['getGherkinDocument'](_0x622e5b,_0x2bd6b0){const _0x339758=a6_0x26e6ce;return Object[_0x339758(0xe9)](_0x622e5b[_0x339758(0x121)][_0x339758(0xcc)])[_0x339758(0x11b)](_0x54142b=>_0x54142b['uri']===_0x2bd6b0[_0x339758(0x112)]);}}module['exports']=o11yClassErrorHandler(BrowserstackFormatter,[a6_0x26e6ce(0x15b),'onTestCaseFinished',a6_0x26e6ce(0x137),a6_0x26e6ce(0x154),a6_0x26e6ce(0x160),a6_0x26e6ce(0x114),a6_0x26e6ce(0xe5),'getGherkinDocument','getGherkinStepMap',a6_0x26e6ce(0x151)]);
@@ -1 +1 @@
1
- const a7_0x9b642=a7_0x4a5d;(function(_0x45b47c,_0x52b704){const _0x1b9c48=a7_0x4a5d,_0x2651d7=_0x45b47c();while(!![]){try{const _0xf97167=parseInt(_0x1b9c48(0x119))/0x1+parseInt(_0x1b9c48(0x141))/0x2+-parseInt(_0x1b9c48(0x126))/0x3*(parseInt(_0x1b9c48(0x11c))/0x4)+-parseInt(_0x1b9c48(0xf6))/0x5+-parseInt(_0x1b9c48(0x122))/0x6+-parseInt(_0x1b9c48(0x102))/0x7*(-parseInt(_0x1b9c48(0x10f))/0x8)+parseInt(_0x1b9c48(0x149))/0x9;if(_0xf97167===_0x52b704)break;else _0x2651d7['push'](_0x2651d7['shift']());}catch(_0x39c3d1){_0x2651d7['push'](_0x2651d7['shift']());}}}(a7_0x1e1c,0x2d0d7));const {requireModule,getPlatformName,nestedKeyValue}=require(a7_0x9b642(0x13c)),{Formatter}=requireModule(a7_0x9b642(0x145)),pickleParser=requireModule('cucumber/lib/formatter/helpers/pickle_parser.js');function a7_0x1e1c(){const _0x57917d=['test-case-finished','PENDING','__platform','YKkKO','\x20\x20\x20\x20','getStepLineToPickledStepMap','LQnsn','undefined','PGxTK','gherkinDocument','177114tRtAIf','kNVOr','RmjOl','log','GUGdj','OjRLh','GuhOO','SLxUj','lDzhP','sTnAT','bZlJR','test-case-started','FdJHK','112VAGqHq','sourceLocation','env','exception','caEQP','XinLa','PCrLs','Dvbst','CEmOy','AVOmo','345685RwBPmo','toUpperCase','uri','136JvTojS','capability','OtfZb','test-run-started','\x20\x20\x20\x20BEFORE\x20-\x20','UNKNOWN','2194110UIDOqV','yXdgC','\x20\x20\x20\x20AFTER\x20-\x20','CEZtZ','30819MQieQF','ExPdX','line','FrgJt','eventDataCollector','pickle','LYHmH','forEach','exports','cucumber-js/test_old.setup.js','tqhkg','testCase','FtWUq','Cegvu','includes','feature','\x20-\x20','RobuC','steps','MzcMH','qoDjR','getTestCaseData','../../../helpers/helper','length','result','NmseH','actionLocation','510282DNifkm','text','logTestCaseFinished','mMsri','cucumber','test-run-finished','jwNvy','akZMi','2267496zlprsS','CONFIG','test-step-started','mvcqO','Executing\x20tests\x20for\x20','McNmq','status','UNDEFINED','PASSED','JvXZA','zTneO','name','eventBroadcaster','1537480ZqzjQY','ZIENC'];a7_0x1e1c=function(){return _0x57917d;};return a7_0x1e1c();}function a7_0x4a5d(_0x4ea6b8,_0x1f8a4e){const _0x1e1c5a=a7_0x1e1c();return a7_0x4a5d=function(_0x4a5d3f,_0x250d86){_0x4a5d3f=_0x4a5d3f-0xee;let _0x2b82bb=_0x1e1c5a[_0x4a5d3f];return _0x2b82bb;},a7_0x4a5d(_0x4ea6b8,_0x1f8a4e);}class BrowserstackFormatter extends Formatter{constructor(_0x5f35c1){const _0x5005a7=a7_0x9b642,_0xa1c7a3={'caEQP':function(_0x2ed87c,_0x27a41d){return _0x2ed87c!==_0x27a41d;},'RmjOl':function(_0x3981e4,_0x533ea6){return _0x3981e4!==_0x533ea6;},'OtfZb':function(_0x31a928,_0x2968f4){return _0x31a928(_0x2968f4);},'akZMi':_0x5005a7(0x11f),'PGxTK':_0x5005a7(0x10d),'FrgJt':_0x5005a7(0xf8),'MzcMH':_0x5005a7(0x146),'LQnsn':_0x5005a7(0x14b)};super(_0x5f35c1),_0x5f35c1['eventBroadcaster']['on'](_0xa1c7a3[_0x5005a7(0x148)],()=>{const _0x144542=_0x5005a7;let _0x6a2075;if(_0xa1c7a3[_0x144542(0x113)](process['env'][_0x144542(0x14a)],undefined)){const _0x1f229e=JSON['parse'](process[_0x144542(0x111)][_0x144542(0x14a)]);_0x6a2075=_0x1f229e[_0x144542(0x11d)];}_0xa1c7a3[_0x144542(0x104)](_0x6a2075,undefined)&&(global[_0x144542(0xfa)]=_0xa1c7a3[_0x144542(0x11e)](getPlatformName,_0x6a2075),console['log'](_0x144542(0x14d)+global[_0x144542(0xfa)]));}),_0x5f35c1[_0x5005a7(0xf5)]['on'](_0xa1c7a3[_0x5005a7(0x100)],()=>{testSuites+=0x1;}),_0x5f35c1[_0x5005a7(0xf5)]['on'](_0xa1c7a3[_0x5005a7(0x129)],_0x5ff45f=>{const _0x55c4d2=_0x5005a7;this[_0x55c4d2(0x143)](_0x5ff45f);}),_0x5f35c1[_0x5005a7(0xf5)]['on'](_0xa1c7a3[_0x5005a7(0x139)],()=>{totalTests-=0x2;}),_0x5f35c1[_0x5005a7(0xf5)]['on'](_0xa1c7a3[_0x5005a7(0xfe)],()=>{totalTests+=0x1;});}[a7_0x9b642(0x143)](_0x3bf03d){const _0xecb872=a7_0x9b642,_0x4dc0dd={'FtWUq':'FAILED','Cegvu':_0xecb872(0xf1),'AVOmo':'SKIPPED','ExPdX':_0xecb872(0xf9),'Dvbst':_0xecb872(0xf0),'LYHmH':_0xecb872(0x121),'XinLa':'AMBIGUOUS','JvXZA':function(_0x21ad62,_0xed7576){return _0x21ad62+_0xed7576;},'bZlJR':_0xecb872(0xfc),'CEZtZ':_0xecb872(0x136),'SLxUj':function(_0x31d3ff,_0x4eb63b){return _0x31d3ff(_0x4eb63b);},'GuhOO':_0xecb872(0x12f),'qoDjR':function(_0x5d0bc5,_0x429dee){return _0x5d0bc5+_0x429dee;},'mMsri':_0xecb872(0x124),'yXdgC':function(_0x35583f,_0x3f6aa0){return _0x35583f+_0x3f6aa0;},'NmseH':_0xecb872(0x120),'ZIENC':function(_0xbcff3b,_0x47eeef){return _0xbcff3b===_0x47eeef;},'lDzhP':function(_0x4a214a,_0x2b6509,_0x29eaf4){return _0x4a214a(_0x2b6509,_0x29eaf4);},'mvcqO':_0xecb872(0x13e),'CEmOy':_0xecb872(0x112),'McNmq':'stack','GUGdj':function(_0x4c2a12,_0x400714){return _0x4c2a12+_0x400714;},'zTneO':function(_0x48c485,_0x2d48af){return _0x48c485!==_0x2d48af;},'RobuC':function(_0x338784,_0x4d354e){return _0x338784+_0x4d354e;},'jwNvy':function(_0x5136a1,_0x25e6be){return _0x5136a1+_0x25e6be;},'FdJHK':function(_0x14fd45,_0x2df1c9){return _0x14fd45!==_0x2df1c9;},'PCrLs':_0xecb872(0xff),'kNVOr':function(_0x3141eb,_0x379b2a){return _0x3141eb+_0x379b2a;},'OjRLh':function(_0x4b8391,_0x54f49d){return _0x4b8391+_0x54f49d;},'sTnAT':function(_0x3f1396,_0xbbc43e){return _0x3f1396+_0xbbc43e;},'YKkKO':function(_0x3d5556,_0x184a72){return _0x3d5556<_0x184a72;},'tqhkg':function(_0x250bd6,_0x177c84){return _0x250bd6(_0x177c84);},'BDkoU':function(_0x5d448e,_0x4bf051,_0x5702a2){return _0x5d448e(_0x4bf051,_0x5702a2);}};let _0xe20211=![];function _0x3a2fd9(_0x4f6493){const _0x3a65bc=_0xecb872;switch(_0x4f6493){case _0x4dc0dd[_0x3a65bc(0x132)]:testsFailed+=0x1;break;case _0x4dc0dd[_0x3a65bc(0x133)]:testsPassed+=0x1;break;case _0x4dc0dd[_0x3a65bc(0x118)]:testsSkipped+=0x1;break;case _0x4dc0dd[_0x3a65bc(0x127)]:testsPending+=0x1;break;case _0x4dc0dd[_0x3a65bc(0x116)]:testsUndefined+=0x1;break;case _0x4dc0dd[_0x3a65bc(0x12c)]:testsUnknown+=0x1;break;case _0x4dc0dd[_0x3a65bc(0x114)]:testsAmbiguous+=0x1;break;default:break;}}_0x4dc0dd[_0xecb872(0xf3)](global[_0xecb872(0xfa)],undefined)&&console[_0xecb872(0x105)](_0x4dc0dd[_0xecb872(0x137)](_0x4dc0dd['jwNvy']('\x0a',global[_0xecb872(0xfa)]),'\x0a'));let _0x40946e=![];if(_0x4dc0dd[_0xecb872(0x10e)](typeof this[_0xecb872(0x12a)][_0xecb872(0x13b)],_0x4dc0dd[_0xecb872(0x115)])){var _0x9cca94=this[_0xecb872(0x12a)][_0xecb872(0x13b)](_0x3bf03d[_0xecb872(0x110)]),_0x3f4c2e=_0x9cca94[_0xecb872(0x12b)],_0x42cf21=_0x9cca94[_0xecb872(0x131)];console[_0xecb872(0x105)](_0x4dc0dd[_0xecb872(0x103)]('\x20\x20',_0x3f4c2e['name']));var _0x5a2c3e=(0x0,pickleParser['getStepLineToPickledStepMap'])(_0x3f4c2e);_0x42cf21[_0xecb872(0x138)][_0xecb872(0x12d)](function(_0x15f76a){const _0x4dd621=_0xecb872;if(_0x15f76a['actionLocation']&&_0x15f76a[_0x4dd621(0x110)])_0xe20211=!![],console['log'](_0x4dc0dd['JvXZA'](_0x4dc0dd[_0x4dd621(0xf2)](_0x4dc0dd['JvXZA'](_0x4dc0dd[_0x4dd621(0x10c)],_0x5a2c3e[_0x15f76a['sourceLocation']['line']][_0x4dd621(0x142)]),_0x4dc0dd[_0x4dd621(0x125)]),_0x15f76a[_0x4dd621(0x13e)][_0x4dd621(0xef)][_0x4dd621(0x11a)]())),_0x4dc0dd[_0x4dd621(0x109)](_0x3a2fd9,_0x15f76a[_0x4dd621(0x13e)][_0x4dd621(0xef)][_0x4dd621(0x11a)]());else _0x15f76a['actionLocation']&&(!_0x15f76a[_0x4dd621(0x140)][_0x4dd621(0x11b)]['includes'](_0x4dc0dd[_0x4dd621(0x108)])&&(_0x4dc0dd[_0x4dd621(0x109)](_0x3a2fd9,_0x15f76a[_0x4dd621(0x13e)][_0x4dd621(0xef)]['toUpperCase']()),_0xe20211?console['log'](_0x4dc0dd[_0x4dd621(0x13a)](_0x4dc0dd[_0x4dd621(0x144)],_0x15f76a[_0x4dd621(0x13e)][_0x4dd621(0xef)][_0x4dd621(0x11a)]())):console[_0x4dd621(0x105)](_0x4dc0dd[_0x4dd621(0x123)](_0x4dc0dd[_0x4dd621(0x13f)],_0x15f76a[_0x4dd621(0x13e)][_0x4dd621(0xef)]['toUpperCase']()))));if(_0x4dc0dd[_0x4dd621(0xf7)](_0x15f76a['result']['status'][_0x4dd621(0x11a)](),_0x4dc0dd[_0x4dd621(0x132)])){const _0xae40a6=_0x4dc0dd[_0x4dd621(0x10a)](nestedKeyValue,_0x15f76a,[_0x4dc0dd[_0x4dd621(0x14c)],_0x4dc0dd['CEmOy'],_0x4dc0dd[_0x4dd621(0xee)]]);_0xae40a6&&(testsErrorMessage[_0x3f4c2e[_0x4dd621(0xf4)]]=_0xae40a6,console[_0x4dd621(0x105)](_0x4dc0dd[_0x4dd621(0x106)](_0xae40a6,'\x0a'))),_0x40946e=!![];}});}else{const _0x54507b=this[_0xecb872(0x12a)]['getTestCaseAttempt'](_0x3bf03d);console[_0xecb872(0x105)](_0x4dc0dd[_0xecb872(0x147)](_0x4dc0dd[_0xecb872(0x107)](_0x4dc0dd[_0xecb872(0x10b)]('\x20\x20',_0x54507b['gherkinDocument'][_0xecb872(0x135)]['name']),_0x4dc0dd['CEZtZ']),_0x54507b[_0xecb872(0x12b)][_0xecb872(0xf4)]));const _0x37678c=(0x0,pickleParser[_0xecb872(0xfd)])(_0x54507b[_0xecb872(0x12b)]),_0x35e4b4=_0x54507b[_0xecb872(0x131)][_0xecb872(0x138)],_0x405b8e=_0x54507b['stepResults'],_0x1c2535=_0x35e4b4[_0xecb872(0x13d)];for(let _0x1edc68=0x0;_0x4dc0dd[_0xecb872(0xfb)](_0x1edc68,_0x1c2535);_0x1edc68++){const _0x420ac0=_0x35e4b4[_0x1edc68];if(_0x420ac0[_0xecb872(0x140)]&&_0x420ac0['sourceLocation'])_0xe20211=!![],console[_0xecb872(0x105)](_0x4dc0dd[_0xecb872(0x137)](_0x4dc0dd[_0xecb872(0x147)](_0x4dc0dd['OjRLh'](_0x4dc0dd[_0xecb872(0x10c)],_0x37678c[_0x420ac0['sourceLocation'][_0xecb872(0x128)]][_0xecb872(0x142)]),_0x4dc0dd[_0xecb872(0x125)]),_0x405b8e[_0x1edc68][_0xecb872(0xef)][_0xecb872(0x11a)]())),_0x4dc0dd[_0xecb872(0x109)](_0x3a2fd9,_0x405b8e[_0x1edc68][_0xecb872(0xef)][_0xecb872(0x11a)]());else _0x420ac0[_0xecb872(0x140)]&&(!_0x420ac0[_0xecb872(0x140)][_0xecb872(0x11b)][_0xecb872(0x134)](_0x4dc0dd[_0xecb872(0x108)])&&(_0x4dc0dd[_0xecb872(0x130)](_0x3a2fd9,_0x405b8e[_0x1edc68][_0xecb872(0xef)][_0xecb872(0x11a)]()),_0xe20211?console[_0xecb872(0x105)](_0x4dc0dd[_0xecb872(0x123)](_0x4dc0dd[_0xecb872(0x144)],_0x405b8e[_0x1edc68]['status'][_0xecb872(0x11a)]())):console[_0xecb872(0x105)](_0x4dc0dd[_0xecb872(0xf2)](_0x4dc0dd[_0xecb872(0x13f)],_0x405b8e[_0x1edc68][_0xecb872(0xef)]['toUpperCase']()))));if(_0x4dc0dd[_0xecb872(0xf7)](_0x405b8e[_0x1edc68][_0xecb872(0xef)][_0xecb872(0x11a)](),_0x4dc0dd[_0xecb872(0x132)])){_0x40946e=!![];const _0xe80d61=_0x4dc0dd['BDkoU'](nestedKeyValue,_0x405b8e[_0x1edc68],[_0x4dc0dd[_0xecb872(0x117)],_0x4dc0dd[_0xecb872(0xee)]]);_0xe80d61&&(testsErrorMessage[_0x4dc0dd['JvXZA'](_0x4dc0dd[_0xecb872(0x137)](_0x54507b[_0xecb872(0x101)]['feature'][_0xecb872(0xf4)],_0x4dc0dd[_0xecb872(0x125)]),_0x54507b[_0xecb872(0x12b)][_0xecb872(0xf4)])]=_0xe80d61,console[_0xecb872(0x105)](_0x4dc0dd[_0xecb872(0x107)](_0xe80d61,'\x0a')));}}}_0x40946e&&(testSuitesFailed+=0x1),console[_0xecb872(0x105)]('\x0a');}}module[a7_0x9b642(0x12e)]=BrowserstackFormatter;
1
+ function a7_0x4d1c(_0x481542,_0x1c960a){const _0x3e73d6=a7_0x3e73();return a7_0x4d1c=function(_0x4d1c8b,_0x4ce029){_0x4d1c8b=_0x4d1c8b-0x73;let _0x2c98d5=_0x3e73d6[_0x4d1c8b];return _0x2c98d5;},a7_0x4d1c(_0x481542,_0x1c960a);}const a7_0xb0f2d=a7_0x4d1c;(function(_0x4b35a3,_0x295e39){const _0x5a4d99=a7_0x4d1c,_0x58d948=_0x4b35a3();while(!![]){try{const _0x5578da=-parseInt(_0x5a4d99(0xb6))/0x1+parseInt(_0x5a4d99(0x79))/0x2*(parseInt(_0x5a4d99(0x8f))/0x3)+-parseInt(_0x5a4d99(0xac))/0x4+-parseInt(_0x5a4d99(0xb9))/0x5*(parseInt(_0x5a4d99(0x98))/0x6)+parseInt(_0x5a4d99(0xaa))/0x7+-parseInt(_0x5a4d99(0xb3))/0x8+parseInt(_0x5a4d99(0x96))/0x9*(parseInt(_0x5a4d99(0x81))/0xa);if(_0x5578da===_0x295e39)break;else _0x58d948['push'](_0x58d948['shift']());}catch(_0x1453ac){_0x58d948['push'](_0x58d948['shift']());}}}(a7_0x3e73,0x9cee1));function a7_0x3e73(){const _0x13d8a0=['63171YPwBUa','log','zOSgy','cucumber','SKIPPED','UNDEFINED','../../../helpers/helper','355833SRdrfz','test-run-started','552912HemhOe','pickle','LqAtS','ECqST','cucumber-js/test_old.setup.js','feature','PIBBP','NensP','text','bBcPA','\x20-\x20','XjMVe','testCase','\x20\x20\x20\x20','eLSVX','KYamz','stack','OoMCU','7954674YHOfvp','getStepLineToPickledStepMap','4627276pvgVNs','bZnLr','LsbSf','getTestCaseAttempt','status','undefined','parse','7899072MhaXJN','yquxa','TMUpU','161233MsGHip','actionLocation','SGogQ','10TlBuwK','KHhaK','KSlgG','VJGDZ','stepResults','eventDataCollector','TwUnv','\x20\x20\x20\x20AFTER\x20-\x20','toUpperCase','xsjuW','Executing\x20tests\x20for\x20','test-run-finished','NLZew','wfEIM','HugEH','eventBroadcaster','test-step-started','__platform','bbCMv','test-case-started','rLnVM','jCQAq','cucumber/lib/formatter/helpers/pickle_parser.js','capability','QTaRZ','NhlvB','uOPFD','122leiaSq','PENDING','akjmV','uri','wDype','test-case-finished','length','name','180JUSnLp','FAILED','PASSED','line','sourceLocation','env','ixyXv','result','includes','aVpiZ','bGPyd','getTestCaseData','CONFIG','gherkinDocument'];a7_0x3e73=function(){return _0x13d8a0;};return a7_0x3e73();}const {requireModule,getPlatformName,nestedKeyValue}=require(a7_0xb0f2d(0x95)),{Formatter}=requireModule(a7_0xb0f2d(0x92)),pickleParser=requireModule(a7_0xb0f2d(0x74));class BrowserstackFormatter extends Formatter{constructor(_0xfe7f3c){const _0x3c889b=a7_0xb0f2d,_0x59f926={'yquxa':function(_0x344def,_0x2dfef4){return _0x344def!==_0x2dfef4;},'LqAtS':function(_0x28435e,_0x24fcf4){return _0x28435e(_0x24fcf4);},'NLZew':_0x3c889b(0x97),'qyhrI':_0x3c889b(0xcc),'jCQAq':_0x3c889b(0x7e),'EdeMF':_0x3c889b(0xc4),'wfEIM':_0x3c889b(0xc9)};super(_0xfe7f3c),_0xfe7f3c[_0x3c889b(0xc8)]['on'](_0x59f926[_0x3c889b(0xc5)],()=>{const _0x1efb6b=_0x3c889b;let _0x33ed2d;if(_0x59f926[_0x1efb6b(0xb4)](process['env'][_0x1efb6b(0x8d)],undefined)){const _0x5eab05=JSON[_0x1efb6b(0xb2)](process[_0x1efb6b(0x86)][_0x1efb6b(0x8d)]);_0x33ed2d=_0x5eab05[_0x1efb6b(0x75)];}_0x59f926[_0x1efb6b(0xb4)](_0x33ed2d,undefined)&&(global['__platform']=_0x59f926[_0x1efb6b(0x9a)](getPlatformName,_0x33ed2d),console[_0x1efb6b(0x90)](_0x1efb6b(0xc3)+global[_0x1efb6b(0xca)]));}),_0xfe7f3c[_0x3c889b(0xc8)]['on'](_0x59f926['qyhrI'],()=>{testSuites+=0x1;}),_0xfe7f3c[_0x3c889b(0xc8)]['on'](_0x59f926[_0x3c889b(0x73)],_0xce0e44=>{this['logTestCaseFinished'](_0xce0e44);}),_0xfe7f3c[_0x3c889b(0xc8)]['on'](_0x59f926['EdeMF'],()=>{totalTests-=0x2;}),_0xfe7f3c[_0x3c889b(0xc8)]['on'](_0x59f926[_0x3c889b(0xc6)],()=>{totalTests+=0x1;});}['logTestCaseFinished'](_0x20a813){const _0x205db7=a7_0xb0f2d,_0x2f83a8={'eLSVX':_0x205db7(0x82),'BfsmM':_0x205db7(0x83),'uOPFD':_0x205db7(0x93),'DCDUn':_0x205db7(0x7a),'KSlgG':_0x205db7(0x94),'NensP':'UNKNOWN','VveuJ':'AMBIGUOUS','ECqST':function(_0x8d2fd0,_0x5cb865){return _0x8d2fd0+_0x5cb865;},'bGPyd':function(_0x4ee878,_0x30f49e){return _0x4ee878+_0x30f49e;},'TwUnv':_0x205db7(0xa5),'TMUpU':_0x205db7(0xa2),'NhlvB':function(_0x15a6c4,_0x4ad5e6){return _0x15a6c4(_0x4ad5e6);},'KYamz':_0x205db7(0x9c),'SGogQ':function(_0x113470,_0x132158){return _0x113470+_0x132158;},'qArpM':_0x205db7(0xc0),'wDype':function(_0x38c9cf,_0x12594c){return _0x38c9cf+_0x12594c;},'ixyXv':'\x20\x20\x20\x20BEFORE\x20-\x20','KHhaK':function(_0x131bef,_0x2d0f53){return _0x131bef===_0x2d0f53;},'bBcPA':function(_0x25000b,_0x5b1c6b,_0x4b8613){return _0x25000b(_0x5b1c6b,_0x4b8613);},'OoMCU':_0x205db7(0x88),'DToBp':'exception','zOSgy':_0x205db7(0xa8),'XjMVe':function(_0x30ee77,_0x25a200){return _0x30ee77!==_0x25a200;},'hUESW':function(_0x302035,_0x4a5f6d){return _0x302035+_0x4a5f6d;},'QTaRZ':function(_0x2426a6,_0x4211a8){return _0x2426a6+_0x4211a8;},'vhfKb':function(_0x17badb,_0x2da4ca){return _0x17badb!==_0x2da4ca;},'xsjuW':_0x205db7(0xb1),'aVpiZ':function(_0x5a9a61,_0x2d2ae5){return _0x5a9a61+_0x2d2ae5;},'HugEH':function(_0x4e50c3,_0x334c39){return _0x4e50c3+_0x334c39;},'PIBBP':function(_0xe1bff0,_0x110641){return _0xe1bff0<_0x110641;},'LsbSf':function(_0x44fde5,_0x13b85d){return _0x44fde5+_0x13b85d;},'bZnLr':function(_0x5494aa,_0x1dbc99){return _0x5494aa+_0x1dbc99;},'VJGDZ':function(_0x5d0c5e,_0x3f7ef3){return _0x5d0c5e+_0x3f7ef3;},'OjgWc':function(_0x22607,_0x4ea395){return _0x22607(_0x4ea395);},'akjmV':function(_0x2c9e4d,_0x36c056){return _0x2c9e4d+_0x36c056;},'bbCMv':function(_0x546503,_0x62e9e7,_0x471134){return _0x546503(_0x62e9e7,_0x471134);},'rLnVM':function(_0x4fbbd6,_0x3782d1){return _0x4fbbd6+_0x3782d1;}};let _0x38f682=![];function _0x399199(_0x1bde84){const _0xd3a242=_0x205db7;switch(_0x1bde84){case _0x2f83a8[_0xd3a242(0xa6)]:testsFailed+=0x1;break;case _0x2f83a8['BfsmM']:testsPassed+=0x1;break;case _0x2f83a8[_0xd3a242(0x78)]:testsSkipped+=0x1;break;case _0x2f83a8['DCDUn']:testsPending+=0x1;break;case _0x2f83a8[_0xd3a242(0xbb)]:testsUndefined+=0x1;break;case _0x2f83a8[_0xd3a242(0x9f)]:testsUnknown+=0x1;break;case _0x2f83a8['VveuJ']:testsAmbiguous+=0x1;break;default:break;}}_0x2f83a8[_0x205db7(0xa3)](global[_0x205db7(0xca)],undefined)&&console['log'](_0x2f83a8['hUESW'](_0x2f83a8[_0x205db7(0x76)]('\x0a',global[_0x205db7(0xca)]),'\x0a'));let _0xb304ba=![];if(_0x2f83a8['vhfKb'](typeof this[_0x205db7(0xbe)]['getTestCaseData'],_0x2f83a8[_0x205db7(0xc2)])){var _0x3e4f16=this[_0x205db7(0xbe)][_0x205db7(0x8c)](_0x20a813[_0x205db7(0x85)]),_0x5b28ba=_0x3e4f16[_0x205db7(0x99)],_0x580dd3=_0x3e4f16[_0x205db7(0xa4)];console[_0x205db7(0x90)](_0x2f83a8['QTaRZ']('\x20\x20',_0x5b28ba[_0x205db7(0x80)]));var _0x1688ac=(0x0,pickleParser[_0x205db7(0xab)])(_0x5b28ba);_0x580dd3['steps']['forEach'](function(_0x86b138){const _0x327b91=_0x205db7;if(_0x86b138[_0x327b91(0xb7)]&&_0x86b138[_0x327b91(0x85)])_0x38f682=!![],console[_0x327b91(0x90)](_0x2f83a8[_0x327b91(0x9b)](_0x2f83a8[_0x327b91(0x9b)](_0x2f83a8[_0x327b91(0x8b)](_0x2f83a8[_0x327b91(0xbf)],_0x1688ac[_0x86b138[_0x327b91(0x85)]['line']]['text']),_0x2f83a8[_0x327b91(0xb5)]),_0x86b138[_0x327b91(0x88)][_0x327b91(0xb0)]['toUpperCase']())),_0x2f83a8[_0x327b91(0x77)](_0x399199,_0x86b138[_0x327b91(0x88)][_0x327b91(0xb0)]['toUpperCase']());else _0x86b138[_0x327b91(0xb7)]&&(!_0x86b138[_0x327b91(0xb7)][_0x327b91(0x7c)]['includes'](_0x2f83a8[_0x327b91(0xa7)])&&(_0x2f83a8[_0x327b91(0x77)](_0x399199,_0x86b138[_0x327b91(0x88)][_0x327b91(0xb0)][_0x327b91(0xc1)]()),_0x38f682?console['log'](_0x2f83a8[_0x327b91(0xb8)](_0x2f83a8['qArpM'],_0x86b138[_0x327b91(0x88)]['status'][_0x327b91(0xc1)]())):console['log'](_0x2f83a8[_0x327b91(0x7d)](_0x2f83a8[_0x327b91(0x87)],_0x86b138[_0x327b91(0x88)][_0x327b91(0xb0)][_0x327b91(0xc1)]()))));if(_0x2f83a8[_0x327b91(0xba)](_0x86b138['result'][_0x327b91(0xb0)][_0x327b91(0xc1)](),_0x2f83a8[_0x327b91(0xa6)])){const _0x23560f=_0x2f83a8[_0x327b91(0xa1)](nestedKeyValue,_0x86b138,[_0x2f83a8[_0x327b91(0xa9)],_0x2f83a8['DToBp'],_0x2f83a8['zOSgy']]);_0x23560f&&(testsErrorMessage[_0x5b28ba[_0x327b91(0x80)]]=_0x23560f,console[_0x327b91(0x90)](_0x2f83a8[_0x327b91(0x8b)](_0x23560f,'\x0a'))),_0xb304ba=!![];}});}else{const _0x15a5ff=this[_0x205db7(0xbe)][_0x205db7(0xaf)](_0x20a813);console[_0x205db7(0x90)](_0x2f83a8['ECqST'](_0x2f83a8['aVpiZ'](_0x2f83a8[_0x205db7(0xc7)]('\x20\x20',_0x15a5ff[_0x205db7(0x8e)][_0x205db7(0x9d)][_0x205db7(0x80)]),_0x2f83a8[_0x205db7(0xb5)]),_0x15a5ff['pickle'][_0x205db7(0x80)]));const _0x5b8b61=(0x0,pickleParser['getStepLineToPickledStepMap'])(_0x15a5ff[_0x205db7(0x99)]),_0x202c93=_0x15a5ff[_0x205db7(0xa4)]['steps'],_0x50f831=_0x15a5ff[_0x205db7(0xbd)],_0x166862=_0x202c93[_0x205db7(0x7f)];for(let _0x2fcb54=0x0;_0x2f83a8[_0x205db7(0x9e)](_0x2fcb54,_0x166862);_0x2fcb54++){const _0x3c06a9=_0x202c93[_0x2fcb54];if(_0x3c06a9[_0x205db7(0xb7)]&&_0x3c06a9[_0x205db7(0x85)])_0x38f682=!![],console['log'](_0x2f83a8[_0x205db7(0xae)](_0x2f83a8[_0x205db7(0xad)](_0x2f83a8[_0x205db7(0xbc)](_0x2f83a8['TwUnv'],_0x5b8b61[_0x3c06a9['sourceLocation'][_0x205db7(0x84)]][_0x205db7(0xa0)]),_0x2f83a8['TMUpU']),_0x50f831[_0x2fcb54][_0x205db7(0xb0)][_0x205db7(0xc1)]())),_0x2f83a8[_0x205db7(0x77)](_0x399199,_0x50f831[_0x2fcb54][_0x205db7(0xb0)][_0x205db7(0xc1)]());else _0x3c06a9[_0x205db7(0xb7)]&&(!_0x3c06a9[_0x205db7(0xb7)][_0x205db7(0x7c)][_0x205db7(0x89)](_0x2f83a8['KYamz'])&&(_0x2f83a8['OjgWc'](_0x399199,_0x50f831[_0x2fcb54]['status'][_0x205db7(0xc1)]()),_0x38f682?console['log'](_0x2f83a8['ECqST'](_0x2f83a8['qArpM'],_0x50f831[_0x2fcb54][_0x205db7(0xb0)][_0x205db7(0xc1)]())):console[_0x205db7(0x90)](_0x2f83a8[_0x205db7(0x7b)](_0x2f83a8[_0x205db7(0x87)],_0x50f831[_0x2fcb54][_0x205db7(0xb0)][_0x205db7(0xc1)]()))));if(_0x2f83a8[_0x205db7(0xba)](_0x50f831[_0x2fcb54][_0x205db7(0xb0)][_0x205db7(0xc1)](),_0x2f83a8['eLSVX'])){_0xb304ba=!![];const _0x9c00ff=_0x2f83a8[_0x205db7(0xcb)](nestedKeyValue,_0x50f831[_0x2fcb54],[_0x2f83a8['DToBp'],_0x2f83a8[_0x205db7(0x91)]]);_0x9c00ff&&(testsErrorMessage[_0x2f83a8[_0x205db7(0xcd)](_0x2f83a8['rLnVM'](_0x15a5ff['gherkinDocument'][_0x205db7(0x9d)]['name'],_0x2f83a8['TMUpU']),_0x15a5ff[_0x205db7(0x99)][_0x205db7(0x80)])]=_0x9c00ff,console['log'](_0x2f83a8[_0x205db7(0x8a)](_0x9c00ff,'\x0a')));}}}_0xb304ba&&(testSuitesFailed+=0x1),console[_0x205db7(0x90)]('\x0a');}}module['exports']=BrowserstackFormatter;
@@ -1 +1 @@
1
- const a8_0x323122=a8_0x28e2;(function(_0x5ca2f2,_0x2eb6d3){const _0x8da5ce=a8_0x28e2,_0x52f99d=_0x5ca2f2();while(!![]){try{const _0x41033a=parseInt(_0x8da5ce(0x10a))/0x1+-parseInt(_0x8da5ce(0xdb))/0x2*(parseInt(_0x8da5ce(0xe7))/0x3)+-parseInt(_0x8da5ce(0xf7))/0x4*(-parseInt(_0x8da5ce(0xc1))/0x5)+parseInt(_0x8da5ce(0xe9))/0x6*(parseInt(_0x8da5ce(0x12c))/0x7)+parseInt(_0x8da5ce(0xd3))/0x8*(parseInt(_0x8da5ce(0xa8))/0x9)+-parseInt(_0x8da5ce(0xc8))/0xa*(parseInt(_0x8da5ce(0x12d))/0xb)+-parseInt(_0x8da5ce(0x117))/0xc;if(_0x41033a===_0x2eb6d3)break;else _0x52f99d['push'](_0x52f99d['shift']());}catch(_0x342c41){_0x52f99d['push'](_0x52f99d['shift']());}}}(a8_0xf7f2,0x6bf43));const os=require('os'),path=require(a8_0x323122(0x108)),fs=require('fs'),stripAnsi=require(a8_0x323122(0xc5)),{v4:uuidv4}=require('uuid'),util=require(a8_0x323122(0xca)),hooksMap={},SessionHandler=require('../../helpers/test-observability/sessionHandler'),testhubUtils=require(a8_0x323122(0x115)),{getGitMetaData,isUndefined,nestedKeyValue}=require(a8_0x323122(0xf5)),logger=require(a8_0x323122(0x11c))['winstonLogger'],{o11yClassErrorHandler}=require(a8_0x323122(0xe1)),{FRAMEWORKS}=require('../../helpers/test-observability/constants.js'),TestDetails=require(a8_0x323122(0xb9));this[a8_0x323122(0xb7)]=![],this[a8_0x323122(0x129)]=null;class TestObservabilityReporter{async['sendTestRunEventForCucumber'](_0x2da27d,_0x1f60bd,_0x532211,_0x4f4b23,_0x45304a,_0x315519={}){const _0x58760a=a8_0x323122,_0x1677d3={'kYNyi':function(_0x335eb7,_0x459750){return _0x335eb7===_0x459750;},'rWrVE':'FAILED','GmfZp':_0x58760a(0xb8),'OuoEM':function(_0x3bb162,_0x25e9ae){return _0x3bb162===_0x25e9ae;},'fKSXC':_0x58760a(0xd1),'SNTjT':_0x58760a(0xde),'AUrxu':function(_0xf2708a,_0x13660e){return _0xf2708a||_0x13660e;},'AAPKI':function(_0x29a231,_0x5621c7){return _0x29a231+_0x5621c7;},'ZqCwe':function(_0x149642,_0x760447){return _0x149642+_0x760447;},'blgLJ':_0x58760a(0xe3),'JwwwZ':_0x58760a(0xf4),'hhhPq':_0x58760a(0x103),'wDDMV':_0x58760a(0x109),'ouwrA':_0x58760a(0xd9),'cMRDU':function(_0x509d45,_0x1e48c6){return _0x509d45/_0x1e48c6;},'FqRXU':function(_0x4e821a,_0x50d3dd){return _0x4e821a(_0x50d3dd);},'lfmKx':_0x58760a(0xbc),'zQZJA':_0x58760a(0xdf),'zRAED':'UnhandledError'},{feature:_0x37c326,scenario:_0x53ad82,steps:_0x5e65a6,uuid:_0x57e868,startedAt:_0x5ac5f7,finishedAt:_0x29daab}=_0x1677d3['AUrxu'](_0x45304a,{}),_0x18cf33=this[_0x58760a(0xf8)](_0x1f60bd,_0x532211);await this[_0x58760a(0xce)]();const _0x505479=_0x18cf33?_0x1677d3[_0x58760a(0xfd)](_0x1677d3[_0x58760a(0xfd)](_0x1677d3[_0x58760a(0x10b)](_0x532211[_0x58760a(0xda)],'\x20('),_0x18cf33[_0x58760a(0x10d)](',\x20')),')'):_0x532211[_0x58760a(0xda)],_0xe6ca75={'uuid':_0x57e868,'started_at':_0x5ac5f7,'finished_at':_0x29daab,'type':_0x1677d3[_0x58760a(0x125)],'body':{'lang':_0x1677d3[_0x58760a(0x121)],'code':null},'name':_0x505479,'scopes':[_0x37c326?.[_0x58760a(0xda)]||''],'tags':_0x532211['tags']?.[_0x58760a(0x10c)](({name:_0x48a131})=>_0x48a131),'file_name':_0x532211[_0x58760a(0xe8)],'location':_0x532211['uri'],'vc_filepath':this['_gitConfigPath']&&_0x532211[_0x58760a(0xe8)]?path[_0x58760a(0xfa)](this['_gitConfigPath'],_0x532211[_0x58760a(0xe8)]):null,'framework':_0x1677d3[_0x58760a(0xcd)],'result':_0x1677d3[_0x58760a(0xec)],'meta':{'feature':_0x37c326,'scenario':_0x53ad82,'steps':_0x5e65a6,'examples':_0x18cf33},'customRerunParam':{'rerun_name':_0x505479}};if(_0x2da27d[_0x58760a(0xbe)]&&_0x5e65a6){const _0x301327=_0x2da27d[_0x58760a(0xbe)];let _0x1576d0=_0x1677d3[_0x58760a(0xea)];_0x5e65a6['every'](_0x1ddbf8=>{const _0x2b4c95=_0x58760a;if(_0x1677d3[_0x2b4c95(0xdd)](_0x1ddbf8[_0x2b4c95(0xf3)],_0x1677d3[_0x2b4c95(0xcb)]))return _0x1576d0=_0x1677d3[_0x2b4c95(0xaf)],_0x301327[_0x2b4c95(0xdc)]=_0x1ddbf8['failure'],_0x301327[_0x2b4c95(0x118)]=_0x1ddbf8[_0x2b4c95(0x118)],![];else{if(_0x1677d3['OuoEM'](_0x1ddbf8[_0x2b4c95(0xf3)],_0x1677d3[_0x2b4c95(0x119)]))return _0x1576d0=_0x1677d3['SNTjT'],![];}return!![];}),_0xe6ca75[_0x58760a(0xc4)]=new Date()[_0x58760a(0xc9)](),_0xe6ca75[_0x58760a(0xf3)]=_0x1576d0,_0xe6ca75[_0x58760a(0xb4)]=_0x1677d3[_0x58760a(0xff)](_0x301327[_0x58760a(0xd8)]?.[_0x58760a(0xf1)],0xf4240),_0x1677d3[_0x58760a(0xf0)](_0x1576d0,_0x1677d3[_0x58760a(0xaf)])&&(_0xe6ca75['failure']=[{'backtrace':[_0x301327?.[_0x58760a(0xdc)]?_0x1677d3[_0x58760a(0x116)](stripAnsi,_0x301327?.[_0x58760a(0xdc)]):_0x1677d3['lfmKx']]}],_0xe6ca75[_0x58760a(0x11a)]=_0x301327?.[_0x58760a(0xdc)]?_0x1677d3['FqRXU'](stripAnsi,_0x301327?.['failure']):_0x301327[_0x58760a(0x104)],_0x301327?.[_0x58760a(0x118)]&&(_0xe6ca75[_0x58760a(0x130)]=_0x301327[_0x58760a(0x118)][_0x58760a(0xf6)](/AssertError/)?_0x1677d3['zQZJA']:_0x1677d3['zRAED']));}testhubUtils[_0x58760a(0xd2)](_0xe6ca75,_0x4f4b23,'',FRAMEWORKS[_0x58760a(0xeb)]);const _0x3c41fd={};_0x3c41fd[_0x58760a(0x101)]=_0x4f4b23,_0x3c41fd[_0x58760a(0xb2)]=_0xe6ca75;const _0x47f272=_0x3c41fd;await SessionHandler[_0x58760a(0xd6)](_0x47f272);}[a8_0x323122(0xaa)](_0x232427,_0x38984b,_0x43c3a7,_0xcd1eec,_0x3bc970,_0x594310){const _0x2206c5=a8_0x323122,_0x290f70={};_0x290f70['goKTp']=function(_0x4b33d9,_0x455843){return _0x4b33d9===_0x455843;},_0x290f70['FZgzA']=_0x2206c5(0x100),_0x290f70[_0x2206c5(0xe0)]=_0x2206c5(0x109),_0x290f70['GLzzp']=_0x2206c5(0x12e),_0x290f70[_0x2206c5(0xd5)]=_0x2206c5(0xf4),_0x290f70[_0x2206c5(0x11b)]=_0x2206c5(0x103);const _0x1c8dec=_0x290f70;if(_0x1c8dec[_0x2206c5(0x110)](_0x38984b,_0x1c8dec['FZgzA'])){const _0x5bfea6=new Date()[_0x2206c5(0xc9)](),_0x461e42=_0x594310[_0x2206c5(0x112)],_0x32671d=hooksMap[_0x461e42];if(!_0x32671d)return;const _0x40f8e8=_0x32671d[_0x2206c5(0x123)](_0x373b7e=>_0x373b7e[_0x2206c5(0x12b)]===_0x43c3a7['id']);if(!_0x40f8e8)return;const _0x2ac0a2=this[_0x2206c5(0xb6)](_0x232427,_0x594310);_0x40f8e8['result']=_0x2ac0a2[_0x2206c5(0xfb)],_0x40f8e8[_0x2206c5(0xc4)]=_0x5bfea6,_0x40f8e8[_0x2206c5(0x130)]=_0x2ac0a2[_0x2206c5(0x118)];const _0x4a7009={};return _0x4a7009['backtrace']=_0x2ac0a2[_0x2206c5(0x126)],_0x40f8e8['failure_data']=[_0x4a7009],_0x40f8e8;}const _0x50b33a=TestDetails[_0x2206c5(0x122)](_0x594310[_0x2206c5(0x112)]),_0xddea2e=new Date()[_0x2206c5(0xc9)](),_0x42ead7=_0x1c8dec[_0x2206c5(0xe0)],_0x59addc=_0x43c3a7[_0x2206c5(0xc6)]?_0x43c3a7[_0x2206c5(0xc6)]['split']('\x20')[_0x2206c5(0x107)](_0x47d821=>_0x47d821[_0x2206c5(0x111)]('@')):null,_0x42c4d7=_0x232427[_0x2206c5(0xab)][_0x2206c5(0xe8)],_0x3b86a2={'uuid':_0x43c3a7['id'],'type':_0x1c8dec[_0x2206c5(0xe6)],'hook_type':_0x3bc970,'name':_0x43c3a7?.[_0x2206c5(0xda)]||'','body':{'lang':_0x1c8dec['ktMQt'],'code':null},'tags':_0x59addc,'test_run_id':_0x50b33a,'scopes':[_0xcd1eec?.[_0x2206c5(0x128)]?.[_0x2206c5(0xda)]||''],'file_name':_0x42c4d7,'location':_0x42c4d7,'vc_filepath':this[_0x2206c5(0xed)]&&this[_0x2206c5(0xed)][_0x2206c5(0xe4)]?path[_0x2206c5(0xfa)](this['_gitMetadata'][_0x2206c5(0xe4)],_0x232427):null,'result':_0x42ead7[_0x2206c5(0xfb)],'started_at':_0xddea2e,'framework':_0x1c8dec[_0x2206c5(0x11b)]};return _0x3b86a2;}async[a8_0x323122(0x113)](_0x20e1eb,_0x467a5a,_0x28b340,_0x4df9af){const _0xd12414=a8_0x323122,_0x51fc9a={};_0x51fc9a[_0xd12414(0xae)]=function(_0x34c89f,_0x37f997){return _0x34c89f===_0x37f997;},_0x51fc9a[_0xd12414(0xa7)]=_0xd12414(0xf2);const _0x23235f=_0x51fc9a;try{const _0x5a2e21=_0x20e1eb[_0xd12414(0xbd)][_0xd12414(0x124)],_0x2422db=_0x5a2e21[_0xd12414(0x123)](_0xc22da5=>_0xc22da5['id']===_0x4df9af['testStepId']);if(!_0x2422db[_0xd12414(0x106)])return;const _0x5a1d22=_0x4df9af[_0xd12414(0x112)],_0x2ffa40=this['getCucumberHookType'](_0x5a2e21,_0x2422db),_0x27787c=this['getHookRunEventData'](_0x20e1eb,_0x467a5a,_0x2422db,_0x28b340,_0x2ffa40,_0x4df9af);if(!_0x27787c)return;_0x23235f['kTCGb'](_0x467a5a,_0x23235f[_0xd12414(0xa7)])&&(hooksMap[_0x5a1d22]?hooksMap[_0x5a1d22][_0xd12414(0xef)](_0x27787c):hooksMap[_0x5a1d22]=[_0x27787c]);const _0xb76800={};_0xb76800['event_type']=_0x467a5a,_0xb76800[_0xd12414(0x11f)]=_0x27787c;const _0x1df966=_0xb76800;await SessionHandler[_0xd12414(0xd6)](_0x1df966);}catch(_0x3b183c){logger['debug'](_0xd12414(0x11d)+util[_0xd12414(0x105)](_0x3b183c));}}[a8_0x323122(0xb6)](_0x30a844,_0x4c8430){const _0x50ee4f=a8_0x323122,_0x3499bd={};_0x3499bd[_0x50ee4f(0xfe)]=function(_0x4ac5eb,_0x47a204){return _0x4ac5eb===_0x47a204;},_0x3499bd[_0x50ee4f(0x127)]=_0x50ee4f(0xb8),_0x3499bd[_0x50ee4f(0xa9)]=function(_0x5225e2,_0x568d76){return _0x5225e2===_0x568d76;},_0x3499bd[_0x50ee4f(0xd0)]=function(_0x18ff0b,_0x46c2c2){return _0x18ff0b===_0x46c2c2;},_0x3499bd[_0x50ee4f(0xcc)]=_0x50ee4f(0xc3),_0x3499bd['ejwlN']=_0x50ee4f(0xdf),_0x3499bd[_0x50ee4f(0x10e)]=function(_0x468b9b,_0x36ed83){return _0x468b9b||_0x36ed83;};const _0x4a7fa9=_0x3499bd,_0x24905b=_0x30a844[_0x50ee4f(0xbb)][_0x4c8430[_0x50ee4f(0xf9)]];let _0x560fc8,_0x5042d6;return _0x4a7fa9[_0x50ee4f(0xfe)](_0x24905b?.[_0x50ee4f(0xfb)]['toString']()[_0x50ee4f(0x10f)](),_0x4a7fa9['VQDjT'])&&(_0x560fc8=_0x4a7fa9[_0x50ee4f(0xa9)](_0x24905b?.[_0x50ee4f(0xba)],undefined)?_0x24905b?.['message']:_0x24905b?.[_0x50ee4f(0xba)]?.['message'],_0x5042d6=_0x4a7fa9[_0x50ee4f(0xd0)](_0x24905b?.[_0x50ee4f(0xba)],undefined)?_0x4a7fa9[_0x50ee4f(0xcc)]:_0x24905b?.[_0x50ee4f(0x104)]['match'](/Assert/)?_0x4a7fa9['ejwlN']:_0x4a7fa9['nqJMI']),{'status':_0x24905b[_0x50ee4f(0xfb)][_0x50ee4f(0x10f)](),'failureType':_0x4a7fa9[_0x50ee4f(0x10e)](_0x5042d6,null),'failureData':!_0x560fc8?null:[_0x560fc8]};}[a8_0x323122(0xad)](_0x2294fc,_0x3f2da2){const _0x51a7ae=a8_0x323122,_0x4290d4={};_0x4290d4[_0x51a7ae(0x12a)]=function(_0x3951ab,_0x2dc030){return _0x3951ab===_0x2dc030;},_0x4290d4['EEqes']=_0x51a7ae(0x11e),_0x4290d4[_0x51a7ae(0xe5)]=_0x51a7ae(0x114);const _0x4ede4c=_0x4290d4;let _0x1f41ed=![];for(const _0x117259 of _0x2294fc){_0x117259[_0x51a7ae(0xc2)]&&(_0x1f41ed=!![]);if(_0x4ede4c[_0x51a7ae(0x12a)](_0x3f2da2['id'],_0x117259['id']))return _0x1f41ed?_0x4ede4c['EEqes']:_0x4ede4c[_0x51a7ae(0xe5)];}}[a8_0x323122(0xf8)]=(_0xb4df5c,_0x14de23)=>{const _0x3b074b=a8_0x323122,_0x16c807={};_0x16c807[_0x3b074b(0xd4)]=function(_0x3fb0c2,_0x18ac1c){return _0x3fb0c2===_0x18ac1c;},_0x16c807[_0x3b074b(0xcf)]=function(_0x4314c7,_0x5cf615){return _0x4314c7===_0x5cf615;},_0x16c807[_0x3b074b(0xc0)]=function(_0x21151f,_0x8fdc13){return _0x21151f>_0x8fdc13;};const _0x16845c=_0x16c807;if(!_0x16845c['czZPm'](_0x14de23[_0x3b074b(0xc7)]?.[_0x3b074b(0x12f)],0x1))return;const _0x237e0a=_0x14de23['astNodeIds'][0x0],_0x563844=_0x14de23['astNodeIds'][0x1],_0x1f2cfe=_0xb4df5c[_0x3b074b(0x128)]?.[_0x3b074b(0xb0)];let _0x2844c7=[];_0x1f2cfe?.[_0x3b074b(0xd7)](_0x73f4b2=>{const _0x58a879=_0x3b074b,_0x18d16d={'oOGpY':function(_0x57718f,_0x1e9108){return _0x16845c['HbUYA'](_0x57718f,_0x1e9108);}};if(_0x73f4b2['rule'])_0x73f4b2[_0x58a879(0xb3)][_0x58a879(0xb0)]['forEach'](_0x5bbc89=>{const _0x440a0c=_0x58a879;if(_0x5bbc89[_0x440a0c(0x120)]&&_0x18d16d[_0x440a0c(0xac)](_0x5bbc89[_0x440a0c(0x120)]['id'],_0x237e0a)&&_0x5bbc89['scenario'][_0x440a0c(0xbf)]){const _0x54ebac=_0x5bbc89[_0x440a0c(0x120)]['examples'][_0x440a0c(0xb5)](_0x398a67=>_0x398a67[_0x440a0c(0xb1)])['find'](_0x329933=>_0x329933['id']===_0x563844)?.[_0x440a0c(0xfc)][_0x440a0c(0x10c)](_0x3944e5=>_0x3944e5[_0x440a0c(0xee)]);_0x54ebac&&(_0x2844c7=_0x54ebac);}});else{if(_0x73f4b2['scenario']&&_0x16845c[_0x58a879(0xcf)](_0x73f4b2[_0x58a879(0x120)]['id'],_0x237e0a)&&_0x73f4b2[_0x58a879(0x120)][_0x58a879(0xbf)]){const _0x4d7061=_0x73f4b2[_0x58a879(0x120)][_0x58a879(0xbf)][_0x58a879(0xb5)](_0x46541d=>_0x46541d[_0x58a879(0xb1)])[_0x58a879(0x123)](_0x29045e=>_0x29045e['id']===_0x563844)?.['cells']['map'](_0x264a43=>_0x264a43[_0x58a879(0xee)]);_0x4d7061&&(_0x2844c7=_0x4d7061);}}});if(_0x2844c7[_0x3b074b(0x12f)])return _0x2844c7;return;};async['configureGit'](){const _0x48970b=a8_0x323122,_0xf2e681={'sfLwh':function(_0x3b7198){return _0x3b7198();}};if(this[_0x48970b(0xb7)])return this[_0x48970b(0x129)];const _0x1a0f62=await _0xf2e681[_0x48970b(0x102)](getGitMetaData);_0x1a0f62&&(this['_gitConfigPath']=_0x1a0f62[_0x48970b(0xe4)]),this[_0x48970b(0xb7)]=!![];}}function a8_0x28e2(_0x2c5a10,_0x22068e){const _0xf7f2e=a8_0xf7f2();return a8_0x28e2=function(_0x28e29d,_0x3f0206){_0x28e29d=_0x28e29d-0xa7;let _0x34dfb3=_0xf7f2e[_0x28e29d];return _0x34dfb3;},a8_0x28e2(_0x2c5a10,_0x22068e);}module[a8_0x323122(0xe2)]=o11yClassErrorHandler(TestObservabilityReporter,['configureGit','getScenarioExamples',a8_0x323122(0xad),a8_0x323122(0xb6),a8_0x323122(0x113),a8_0x323122(0xaa),'sendTestRunEventForCucumber']);function a8_0xf7f2(){const _0x1a3d38=['SKIPPED','appendTesthubParams','136OvyfGq','HbUYA','ktMQt','uploadEventData','forEach','timestamp','passed','name','398yzIVGx','failure','kYNyi','skipped','AssertionError','ogFAT','../../helpers/test-observability/error-handler','exports','test','root','Wphtt','GLzzp','1689LBsIXU','uri','571278ViLuhy','ouwrA','CUCUMBER','wDDMV','_gitMetadata','value','push','OuoEM','nanos','HookRunStarted','result','javascript','../../helpers/helper','match','143572whuQeL','getScenarioExamples','testStepId','relative','status','cells','AAPKI','fVvKw','cMRDU','HookRunFinished','event_type','sfLwh','cucumber','message','format','hookId','filter','path','pending','815270CWxklt','ZqCwe','map','join','EiQpR','toLowerCase','goKTp','includes','testCaseStartedId','sendHook','BEFORE_EACH','../../helpers/testhub/utils','FqRXU','8841228NgvJOn','failureType','fKSXC','failure_reason','Zrvhq','../../helpers/logger','Exception\x20in\x20sending\x20hook\x20events:\x20','AFTER_EACH','hook_run','scenario','JwwwZ','getTestUUID','find','testSteps','blgLJ','failureData','VQDjT','feature','_gitConfigPath','Nvgij','uuid','7XkPrOj','486739XCSGKx','hook','length','failure_type','GwOTf','205866bNVjpv','fILeX','getHookRunEventData','pickle','oOGpY','getCucumberHookType','kTCGb','GmfZp','children','tableBody','test_run','rule','duration_in_ms','flatMap','getHookResult','_gitConfigured','failed','../playwright/reporter/test-details','exception','stepResults','unknown','testCase','testCaseFinished','examples','czZPm','5yckpsU','pickleStepId','UnhandledError','finished_at','strip-ansi','tagExpression','astNodeIds','10ezByZV','toISOString','util','rWrVE','nqJMI','hhhPq','configureGit','XYLia','iBeTe'];a8_0xf7f2=function(){return _0x1a3d38;};return a8_0xf7f2();}
1
+ const a8_0x46f47c=a8_0x2a85;function a8_0x2a85(_0x4debf2,_0x730dae){const _0x91da14=a8_0x91da();return a8_0x2a85=function(_0x2a85c6,_0x2df91b){_0x2a85c6=_0x2a85c6-0x141;let _0x1d9a52=_0x91da14[_0x2a85c6];return _0x1d9a52;},a8_0x2a85(_0x4debf2,_0x730dae);}(function(_0x1af712,_0x559d40){const _0x246e5f=a8_0x2a85,_0x1777ec=_0x1af712();while(!![]){try{const _0x299cf2=parseInt(_0x246e5f(0x1ba))/0x1+parseInt(_0x246e5f(0x14d))/0x2+parseInt(_0x246e5f(0x156))/0x3*(-parseInt(_0x246e5f(0x160))/0x4)+parseInt(_0x246e5f(0x1c4))/0x5*(parseInt(_0x246e5f(0x1b3))/0x6)+-parseInt(_0x246e5f(0x17e))/0x7*(-parseInt(_0x246e5f(0x15f))/0x8)+-parseInt(_0x246e5f(0x15e))/0x9+-parseInt(_0x246e5f(0x18c))/0xa;if(_0x299cf2===_0x559d40)break;else _0x1777ec['push'](_0x1777ec['shift']());}catch(_0x184b4d){_0x1777ec['push'](_0x1777ec['shift']());}}}(a8_0x91da,0xd170c));const os=require('os'),path=require(a8_0x46f47c(0x15c)),fs=require('fs'),stripAnsi=require(a8_0x46f47c(0x1b8)),{v4:uuidv4}=require('uuid'),util=require('util'),hooksMap={},SessionHandler=require('../../helpers/test-observability/sessionHandler'),testhubUtils=require(a8_0x46f47c(0x1c2)),{getGitMetaData,isUndefined,nestedKeyValue}=require(a8_0x46f47c(0x1a0)),logger=require(a8_0x46f47c(0x185))['winstonLogger'],{o11yClassErrorHandler}=require(a8_0x46f47c(0x19b)),{FRAMEWORKS}=require('../../helpers/test-observability/constants.js'),TestDetails=require('../playwright/reporter/test-details');this[a8_0x46f47c(0x194)]=![],this['_gitConfigPath']=null;function a8_0x91da(){const _0x589d4e=['map','CNghr','failed','hookId','ekOFa','GtqUW','OzNAy','sendHook','IWooz','774228WvvHyC','exports','pqkso','pending','hook_run','testSteps','UnhandledError','../../helpers/logger','gWDrJ','fQKze','test','SKIPPED','stepResults','flatMap','5439450juROUG','scenario','name','failure_type','testCase','join','apsLS','rule','_gitConfigured','length','appendTesthubParams','tagExpression','_gitConfigPath','HXQCP','debug','../../helpers/test-observability/error-handler','toString','cBaOx','status','testCaseFinished','../../helpers/helper','cells','children','QLOtu','aswwh','getHookResult','forEach','hoShj','lhzwz','Kqmqq','failure_reason','wykrH','mjTvP','Exception\x20in\x20sending\x20hook\x20events:\x20','testStepId','root','relative','toISOString','WmeDb','4463580VCVsSD','match','CUCUMBER','BaaxI','uuid','strip-ansi','uri','808158ghQDiv','failure_data','MTCPr','nanos','AloTi','pickleStepId','event_type','message','../../helpers/testhub/utils','every','10DBMFNZ','astNodeIds','getHookRunEventData','sendTestRunEventForCucumber','_gitMetadata','failureType','qalNf','cucumber','testCaseStartedId','pickle','ucJqp','HookRunStarted','result','435938NtsqOe','format','EGULU','getTestUUID','exception','includes','JKmsY','failure','failureData','3NpLUsY','timestamp','iaTYv','tableBody','configureGit','value','path','OqbQn','9497763SyccPI','64gUOVNx','3766796YNExZL','zhbLj','RGvjx','iLXQU','rIoMZ','test_run','passed','getCucumberHookType','javascript','fCCnd','duration_in_ms','filter','examples','split','getScenarioExamples','finished_at','AssertionError','backtrace','find','toLowerCase','LThEA'];a8_0x91da=function(){return _0x589d4e;};return a8_0x91da();}class TestObservabilityReporter{async[a8_0x46f47c(0x143)](_0x15d1fb,_0xdf570b,_0x5d94f6,_0x5c4f76,_0x45619b,_0x53aa03={}){const _0x43d682=a8_0x46f47c,_0x368426={'lhzwz':function(_0x14658d,_0x1fd95b){return _0x14658d===_0x1fd95b;},'wykrH':'FAILED','tDdAX':_0x43d682(0x177),'AloTi':_0x43d682(0x189),'zhbLj':'skipped','nvjvM':function(_0xaa450f,_0xd2da8b){return _0xaa450f||_0xd2da8b;},'QLOtu':function(_0x665a00,_0x3f926e){return _0x665a00+_0x3f926e;},'apsLS':function(_0x44ccb9,_0xb8b902){return _0x44ccb9+_0xb8b902;},'SbqMX':function(_0x74cbb8,_0x34445a){return _0x74cbb8+_0x34445a;},'WOaOk':_0x43d682(0x188),'fCCnd':_0x43d682(0x168),'BaaxI':'cucumber','TLpnH':_0x43d682(0x181),'fQKze':_0x43d682(0x166),'gWDrJ':function(_0x5ca10a,_0x2e123b){return _0x5ca10a/_0x2e123b;},'iLXQU':function(_0x1561e7,_0x4cc57a){return _0x1561e7===_0x4cc57a;},'qalNf':function(_0x17a19d,_0x15d9a0){return _0x17a19d(_0x15d9a0);},'IWooz':'unknown','MTCPr':function(_0x14ddf8,_0x38fe72){return _0x14ddf8(_0x38fe72);},'OqbQn':_0x43d682(0x170),'WozpO':_0x43d682(0x184)},{feature:_0x5e5867,scenario:_0x73b409,steps:_0x30aa0e,uuid:_0x242007,startedAt:_0x26db7,finishedAt:_0x32e248}=_0x368426['nvjvM'](_0x45619b,{}),_0x2f294d=this[_0x43d682(0x16e)](_0xdf570b,_0x5d94f6);await this['configureGit']();const _0x34ca82=_0x2f294d?_0x368426[_0x43d682(0x1a3)](_0x368426[_0x43d682(0x192)](_0x368426['SbqMX'](_0x5d94f6[_0x43d682(0x18e)],'\x20('),_0x2f294d[_0x43d682(0x191)](',\x20')),')'):_0x5d94f6[_0x43d682(0x18e)],_0x298306={'uuid':_0x242007,'started_at':_0x26db7,'finished_at':_0x32e248,'type':_0x368426['WOaOk'],'body':{'lang':_0x368426[_0x43d682(0x169)],'code':null},'name':_0x34ca82,'scopes':[_0x5e5867?.[_0x43d682(0x18e)]||''],'tags':_0x5d94f6['tags']?.[_0x43d682(0x175)](({name:_0x34b014})=>_0x34b014),'file_name':_0x5d94f6[_0x43d682(0x1b9)],'location':_0x5d94f6[_0x43d682(0x1b9)],'vc_filepath':this[_0x43d682(0x198)]&&_0x5d94f6[_0x43d682(0x1b9)]?path[_0x43d682(0x1b0)](this[_0x43d682(0x198)],_0x5d94f6['uri']):null,'framework':_0x368426[_0x43d682(0x1b6)],'result':_0x368426['TLpnH'],'meta':{'feature':_0x5e5867,'scenario':_0x73b409,'steps':_0x30aa0e,'examples':_0x2f294d},'customRerunParam':{'rerun_name':_0x34ca82}};if(_0x15d1fb[_0x43d682(0x19f)]&&_0x30aa0e){const _0x42d81f=_0x15d1fb[_0x43d682(0x19f)];let _0x3c8173=_0x368426[_0x43d682(0x187)];_0x30aa0e[_0x43d682(0x1c3)](_0xa46046=>{const _0x56e960=_0x43d682;if(_0x368426['lhzwz'](_0xa46046[_0x56e960(0x14c)],_0x368426[_0x56e960(0x1ab)]))return _0x3c8173=_0x368426['tDdAX'],_0x42d81f[_0x56e960(0x154)]=_0xa46046[_0x56e960(0x154)],_0x42d81f[_0x56e960(0x145)]=_0xa46046[_0x56e960(0x145)],![];else{if(_0x368426[_0x56e960(0x1a8)](_0xa46046[_0x56e960(0x14c)],_0x368426[_0x56e960(0x1be)]))return _0x3c8173=_0x368426[_0x56e960(0x161)],![];}return!![];}),_0x298306[_0x43d682(0x16f)]=new Date()[_0x43d682(0x1b1)](),_0x298306[_0x43d682(0x14c)]=_0x3c8173,_0x298306[_0x43d682(0x16a)]=_0x368426[_0x43d682(0x186)](_0x42d81f[_0x43d682(0x157)]?.[_0x43d682(0x1bd)],0xf4240),_0x368426[_0x43d682(0x163)](_0x3c8173,_0x368426['tDdAX'])&&(_0x298306[_0x43d682(0x154)]=[{'backtrace':[_0x42d81f?.[_0x43d682(0x154)]?_0x368426[_0x43d682(0x146)](stripAnsi,_0x42d81f?.[_0x43d682(0x154)]):_0x368426[_0x43d682(0x17d)]]}],_0x298306[_0x43d682(0x1aa)]=_0x42d81f?.[_0x43d682(0x154)]?_0x368426[_0x43d682(0x1bc)](stripAnsi,_0x42d81f?.[_0x43d682(0x154)]):_0x42d81f[_0x43d682(0x1c1)],_0x42d81f?.['failureType']&&(_0x298306[_0x43d682(0x18f)]=_0x42d81f['failureType'][_0x43d682(0x1b4)](/AssertError/)?_0x368426[_0x43d682(0x15d)]:_0x368426['WozpO']));}testhubUtils[_0x43d682(0x196)](_0x298306,_0x5c4f76,'',FRAMEWORKS[_0x43d682(0x1b5)]);const _0x3573c0={};_0x3573c0[_0x43d682(0x1c0)]=_0x5c4f76,_0x3573c0[_0x43d682(0x165)]=_0x298306;const _0x1e51ba=_0x3573c0;await SessionHandler['uploadEventData'](_0x1e51ba);}[a8_0x46f47c(0x142)](_0x2b7462,_0x5955ee,_0x8cfe76,_0x2aea31,_0x211c3b,_0x31726e){const _0x246fcc=a8_0x46f47c,_0x14ba7d={};_0x14ba7d[_0x246fcc(0x174)]=function(_0x5cfe1c,_0x3812b8){return _0x5cfe1c===_0x3812b8;},_0x14ba7d[_0x246fcc(0x162)]='HookRunFinished',_0x14ba7d['NnShL']=_0x246fcc(0x181),_0x14ba7d[_0x246fcc(0x164)]='hook',_0x14ba7d['OzNAy']=_0x246fcc(0x168),_0x14ba7d[_0x246fcc(0x14f)]=_0x246fcc(0x147);const _0x4ba610=_0x14ba7d;if(_0x4ba610[_0x246fcc(0x174)](_0x5955ee,_0x4ba610[_0x246fcc(0x162)])){const _0x43ca20=new Date()[_0x246fcc(0x1b1)](),_0x459e0f=_0x31726e[_0x246fcc(0x148)],_0x104abc=hooksMap[_0x459e0f];if(!_0x104abc)return;const _0x329513=_0x104abc['find'](_0x39c765=>_0x39c765[_0x246fcc(0x1b7)]===_0x8cfe76['id']);if(!_0x329513)return;const _0x33e32c=this['getHookResult'](_0x2b7462,_0x31726e);_0x329513[_0x246fcc(0x14c)]=_0x33e32c[_0x246fcc(0x19e)],_0x329513[_0x246fcc(0x16f)]=_0x43ca20,_0x329513[_0x246fcc(0x18f)]=_0x33e32c['failureType'];const _0x2bea78={};return _0x2bea78[_0x246fcc(0x171)]=_0x33e32c[_0x246fcc(0x155)],_0x329513[_0x246fcc(0x1bb)]=[_0x2bea78],_0x329513;}const _0x41ef91=TestDetails[_0x246fcc(0x150)](_0x31726e[_0x246fcc(0x148)]),_0x3e36d7=new Date()[_0x246fcc(0x1b1)](),_0x2c63a1=_0x4ba610['NnShL'],_0x5ef375=_0x8cfe76[_0x246fcc(0x197)]?_0x8cfe76['tagExpression'][_0x246fcc(0x16d)]('\x20')[_0x246fcc(0x16b)](_0x8972fb=>_0x8972fb[_0x246fcc(0x152)]('@')):null,_0x5540dc=_0x2b7462[_0x246fcc(0x149)][_0x246fcc(0x1b9)],_0x7857d={'uuid':_0x8cfe76['id'],'type':_0x4ba610[_0x246fcc(0x164)],'hook_type':_0x211c3b,'name':_0x8cfe76?.[_0x246fcc(0x18e)]||'','body':{'lang':_0x4ba610[_0x246fcc(0x17b)],'code':null},'tags':_0x5ef375,'test_run_id':_0x41ef91,'scopes':[_0x2aea31?.['feature']?.[_0x246fcc(0x18e)]||''],'file_name':_0x5540dc,'location':_0x5540dc,'vc_filepath':this[_0x246fcc(0x144)]&&this[_0x246fcc(0x144)][_0x246fcc(0x1af)]?path[_0x246fcc(0x1b0)](this['_gitMetadata'][_0x246fcc(0x1af)],_0x2b7462):null,'result':_0x2c63a1[_0x246fcc(0x19e)],'started_at':_0x3e36d7,'framework':_0x4ba610[_0x246fcc(0x14f)]};return _0x7857d;}async['sendHook'](_0x2cbc34,_0x55ed5d,_0x18b85d,_0x6a171){const _0x37a962=a8_0x46f47c,_0x2ad18c={};_0x2ad18c['ucJqp']=function(_0x21d893,_0x5c552f){return _0x21d893===_0x5c552f;},_0x2ad18c[_0x37a962(0x1ac)]=_0x37a962(0x14b);const _0xc5f7c4=_0x2ad18c;try{const _0x5263d0=_0x2cbc34[_0x37a962(0x190)][_0x37a962(0x183)],_0x343c44=_0x5263d0['find'](_0x4b526d=>_0x4b526d['id']===_0x6a171['testStepId']);if(!_0x343c44[_0x37a962(0x178)])return;const _0x3fad0d=_0x6a171[_0x37a962(0x148)],_0x1d85dd=this['getCucumberHookType'](_0x5263d0,_0x343c44),_0x4e5e1c=this['getHookRunEventData'](_0x2cbc34,_0x55ed5d,_0x343c44,_0x18b85d,_0x1d85dd,_0x6a171);if(!_0x4e5e1c)return;_0xc5f7c4[_0x37a962(0x14a)](_0x55ed5d,_0xc5f7c4[_0x37a962(0x1ac)])&&(hooksMap[_0x3fad0d]?hooksMap[_0x3fad0d]['push'](_0x4e5e1c):hooksMap[_0x3fad0d]=[_0x4e5e1c]);const _0x2ac07f={};_0x2ac07f[_0x37a962(0x1c0)]=_0x55ed5d,_0x2ac07f[_0x37a962(0x182)]=_0x4e5e1c;const _0x14f4d4=_0x2ac07f;await SessionHandler['uploadEventData'](_0x14f4d4);}catch(_0x86da8b){logger[_0x37a962(0x19a)](_0x37a962(0x1ad)+util[_0x37a962(0x14e)](_0x86da8b));}}[a8_0x46f47c(0x1a5)](_0x24afae,_0x1d725d){const _0x3ef765=a8_0x46f47c,_0xded17={};_0xded17[_0x3ef765(0x179)]=function(_0x46cb35,_0x310790){return _0x46cb35===_0x310790;},_0xded17[_0x3ef765(0x1a4)]=_0x3ef765(0x177),_0xded17[_0x3ef765(0x199)]=function(_0x9e8aa5,_0x5723e4){return _0x9e8aa5===_0x5723e4;},_0xded17[_0x3ef765(0x17a)]=function(_0x51c3b9,_0x3baaf9){return _0x51c3b9===_0x3baaf9;},_0xded17[_0x3ef765(0x176)]=_0x3ef765(0x184),_0xded17['OGlok']=_0x3ef765(0x170),_0xded17[_0x3ef765(0x1a9)]=function(_0x5d305e,_0x4642ec){return _0x5d305e||_0x4642ec;};const _0xfd511c=_0xded17,_0x1cc163=_0x24afae[_0x3ef765(0x18a)][_0x1d725d[_0x3ef765(0x1ae)]];let _0x2449cc,_0x1a69ef;return _0xfd511c[_0x3ef765(0x179)](_0x1cc163?.[_0x3ef765(0x19e)][_0x3ef765(0x19c)]()['toLowerCase'](),_0xfd511c[_0x3ef765(0x1a4)])&&(_0x2449cc=_0xfd511c[_0x3ef765(0x199)](_0x1cc163?.[_0x3ef765(0x151)],undefined)?_0x1cc163?.[_0x3ef765(0x1c1)]:_0x1cc163?.[_0x3ef765(0x151)]?.[_0x3ef765(0x1c1)],_0x1a69ef=_0xfd511c[_0x3ef765(0x17a)](_0x1cc163?.[_0x3ef765(0x151)],undefined)?_0xfd511c[_0x3ef765(0x176)]:_0x1cc163?.['message'][_0x3ef765(0x1b4)](/Assert/)?_0xfd511c['OGlok']:_0xfd511c[_0x3ef765(0x176)]),{'status':_0x1cc163[_0x3ef765(0x19e)][_0x3ef765(0x173)](),'failureType':_0xfd511c['Kqmqq'](_0x1a69ef,null),'failureData':!_0x2449cc?null:[_0x2449cc]};}[a8_0x46f47c(0x167)](_0x3ef8af,_0x4c735e){const _0x2712bc=a8_0x46f47c,_0xf6a784={};_0xf6a784[_0x2712bc(0x158)]=function(_0x37c424,_0x1c8219){return _0x37c424===_0x1c8219;},_0xf6a784[_0x2712bc(0x19d)]='AFTER_EACH',_0xf6a784[_0x2712bc(0x180)]='BEFORE_EACH';const _0x4b363f=_0xf6a784;let _0x2cb1a7=![];for(const _0x6885cb of _0x3ef8af){_0x6885cb[_0x2712bc(0x1bf)]&&(_0x2cb1a7=!![]);if(_0x4b363f[_0x2712bc(0x158)](_0x4c735e['id'],_0x6885cb['id']))return _0x2cb1a7?_0x4b363f[_0x2712bc(0x19d)]:_0x4b363f[_0x2712bc(0x180)];}}[a8_0x46f47c(0x16e)]=(_0x2c013b,_0x2fb5c3)=>{const _0x32dd6b=a8_0x46f47c,_0x7a0a7d={};_0x7a0a7d[_0x32dd6b(0x1a7)]=function(_0x105750,_0x21ba60){return _0x105750===_0x21ba60;},_0x7a0a7d[_0x32dd6b(0x153)]=function(_0x19c3e4,_0x331a72){return _0x19c3e4>_0x331a72;};const _0x30aa3d=_0x7a0a7d;if(!_0x30aa3d['JKmsY'](_0x2fb5c3[_0x32dd6b(0x141)]?.[_0x32dd6b(0x195)],0x1))return;const _0x29d62f=_0x2fb5c3[_0x32dd6b(0x141)][0x0],_0x502194=_0x2fb5c3[_0x32dd6b(0x141)][0x1],_0x4aa37e=_0x2c013b['feature']?.[_0x32dd6b(0x1a2)];let _0x1a2785=[];_0x4aa37e?.['forEach'](_0x4a525c=>{const _0x5e3c8d=_0x32dd6b;if(_0x4a525c[_0x5e3c8d(0x193)])_0x4a525c[_0x5e3c8d(0x193)][_0x5e3c8d(0x1a2)][_0x5e3c8d(0x1a6)](_0xdbca1e=>{const _0x3f90c8=_0x5e3c8d;if(_0xdbca1e[_0x3f90c8(0x18d)]&&_0x30aa3d[_0x3f90c8(0x1a7)](_0xdbca1e['scenario']['id'],_0x29d62f)&&_0xdbca1e[_0x3f90c8(0x18d)][_0x3f90c8(0x16c)]){const _0x5dc1b2=_0xdbca1e[_0x3f90c8(0x18d)][_0x3f90c8(0x16c)][_0x3f90c8(0x18b)](_0x51509e=>_0x51509e[_0x3f90c8(0x159)])['find'](_0x1270a2=>_0x1270a2['id']===_0x502194)?.[_0x3f90c8(0x1a1)][_0x3f90c8(0x175)](_0x24bef1=>_0x24bef1[_0x3f90c8(0x15b)]);_0x5dc1b2&&(_0x1a2785=_0x5dc1b2);}});else{if(_0x4a525c[_0x5e3c8d(0x18d)]&&_0x30aa3d[_0x5e3c8d(0x1a7)](_0x4a525c[_0x5e3c8d(0x18d)]['id'],_0x29d62f)&&_0x4a525c['scenario'][_0x5e3c8d(0x16c)]){const _0x329301=_0x4a525c[_0x5e3c8d(0x18d)][_0x5e3c8d(0x16c)][_0x5e3c8d(0x18b)](_0x269217=>_0x269217[_0x5e3c8d(0x159)])[_0x5e3c8d(0x172)](_0x2874f9=>_0x2874f9['id']===_0x502194)?.[_0x5e3c8d(0x1a1)]['map'](_0xc87c10=>_0xc87c10[_0x5e3c8d(0x15b)]);_0x329301&&(_0x1a2785=_0x329301);}}});if(_0x1a2785[_0x32dd6b(0x195)])return _0x1a2785;return;};async[a8_0x46f47c(0x15a)](){const _0x3a2cab=a8_0x46f47c,_0x3d515a={'WmeDb':function(_0x2c6cbf){return _0x2c6cbf();}};if(this[_0x3a2cab(0x194)])return this[_0x3a2cab(0x198)];const _0x9dca58=await _0x3d515a[_0x3a2cab(0x1b2)](getGitMetaData);_0x9dca58&&(this[_0x3a2cab(0x198)]=_0x9dca58['root']),this[_0x3a2cab(0x194)]=!![];}}module[a8_0x46f47c(0x17f)]=o11yClassErrorHandler(TestObservabilityReporter,[a8_0x46f47c(0x15a),a8_0x46f47c(0x16e),'getCucumberHookType',a8_0x46f47c(0x1a5),a8_0x46f47c(0x17c),a8_0x46f47c(0x142),'sendTestRunEventForCucumber']);
@@ -1 +1 @@
1
- const a9_0x16b9d5=a9_0x3e16;(function(_0x4748bb,_0x20857c){const _0x555e57=a9_0x3e16,_0x4b297a=_0x4748bb();while(!![]){try{const _0x38757d=-parseInt(_0x555e57(0x1a4))/0x1+-parseInt(_0x555e57(0x1df))/0x2+parseInt(_0x555e57(0x1ab))/0x3+-parseInt(_0x555e57(0x16f))/0x4+parseInt(_0x555e57(0x1ad))/0x5+-parseInt(_0x555e57(0x1a0))/0x6+parseInt(_0x555e57(0x1bd))/0x7;if(_0x38757d===_0x20857c)break;else _0x4b297a['push'](_0x4b297a['shift']());}catch(_0x23e5e1){_0x4b297a['push'](_0x4b297a['shift']());}}}(a9_0x22ea,0xa9944));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require('../../helpers/helper'),setKeepAlive=require(a9_0x16b9d5(0x1d6)),util=require('util'),PerformanceTester=require('../../helpers/performance-tester'),{commandRepository}=require(a9_0x16b9d5(0x1ed)),cucumberModule=requireModule('@cucumber/cucumber/lib/index.js'),logger=require(a9_0x16b9d5(0x1f9))['winstonLogger'],{shouldProcessEventForTesthub}=require(a9_0x16b9d5(0x1e8)),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require(a9_0x16b9d5(0x1a6)),TestDetails=require('../playwright/reporter/test-details.js'),RequestQueueHandler=require(a9_0x16b9d5(0x1b8)),{o11yErrorHandler}=require('../../helpers/test-observability/error-handler'),MyReporter=require(a9_0x16b9d5(0x1e1)),SessionHandler=require(a9_0x16b9d5(0x1ba)),scripts=require(a9_0x16b9d5(0x1fc)),globals=require(a9_0x16b9d5(0x1d7)),testHubConstants=require('../../helpers/testhub/constants.js'),{shouldScanTestForAccessibility}=require(a9_0x16b9d5(0x191)),{isUndefined}=require(a9_0x16b9d5(0x187)),a9_0x106d9d={};a9_0x106d9d[a9_0x16b9d5(0x186)]=undefined,a9_0x106d9d[a9_0x16b9d5(0x201)]={},a9_0x106d9d[a9_0x16b9d5(0x1d5)]=![],a9_0x106d9d[a9_0x16b9d5(0x201)]['id']=undefined,a9_0x106d9d[a9_0x16b9d5(0x201)]['testInfo']=undefined;const workerDetails=a9_0x106d9d;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x514b25){const _0x255c1e=a9_0x16b9d5,_0x5bd974=workerDetails[_0x255c1e(0x201)][_0x255c1e(0x18c)];if(!_0x5bd974)return;await MyReporter[_0x255c1e(0x1ae)](_0x5bd974,_0x514b25);}),registerListeners=()=>{const _0x3e3f2a=a9_0x16b9d5,_0x8a9fd4={};_0x8a9fd4[_0x3e3f2a(0x171)]='Inside\x20browserstack\x20registerListeners';const _0x5e7ee6=_0x8a9fd4;logger[_0x3e3f2a(0x16e)](_0x5e7ee6[_0x3e3f2a(0x171)]),process[_0x3e3f2a(0x196)](_0x3e3f2a(0x1ff)+process[_0x3e3f2a(0x188)]),process['on'](_0x3e3f2a(0x1ff)+process['pid'],sendTestLog),PerformanceTester[_0x3e3f2a(0x17a)]();};function a9_0x3e16(_0x40f7ea,_0x47626f){const _0x22ea81=a9_0x22ea();return a9_0x3e16=function(_0x3e1634,_0x2511a0){_0x3e1634=_0x3e1634-0x16c;let _0x27af9c=_0x22ea81[_0x3e1634];return _0x27af9c;},a9_0x3e16(_0x40f7ea,_0x47626f);}modifyCommand(),setKeepAlive();const Before=cucumberModule[a9_0x16b9d5(0x17f)],After=cucumberModule['After'],AfterAll=cucumberModule[a9_0x16b9d5(0x1c2)],BeforeAll=cucumberModule['BeforeAll'],AfterStep=cucumberModule[a9_0x16b9d5(0x174)],configuration=process[a9_0x16b9d5(0x17b)][a9_0x16b9d5(0x1c6)],bstackConfig=process[a9_0x16b9d5(0x17b)]['BSTACK_CONFIG'];if(configuration!==undefined){const config=JSON[a9_0x16b9d5(0x19e)](configuration);isBrowserstackInfra()?(global[a9_0x16b9d5(0x18e)]=isTrue(config[a9_0x16b9d5(0x19b)]),global[a9_0x16b9d5(0x17c)]=isTrue(config[a9_0x16b9d5(0x1f4)])):(global[a9_0x16b9d5(0x18e)]=!![],global[a9_0x16b9d5(0x17c)]=!![]),shouldProcessEventForTesthub()?require(a9_0x16b9d5(0x1cc))[a9_0x16b9d5(0x19d)](config,null,!![]):require(a9_0x16b9d5(0x1cc))[a9_0x16b9d5(0x19d)](config),global[a9_0x16b9d5(0x179)]=config[a9_0x16b9d5(0x1f1)]||{};}if(bstackConfig!==undefined){const browserStackConfig=JSON[a9_0x16b9d5(0x19e)](bstackConfig);browserStackConfig&&(commandRepository[a9_0x16b9d5(0x1bb)](browserStackConfig),commandRepository['setFramework']('cucumber-js'));}function a9_0x22ea(){const _0x10d960=['sXbLp','FMafU','Inside\x20browserstack\x20AfterAll','jHgpO','__drivers','RiPJr','o11ySyncDone','../../helpers/setKeepAlive','../../helpers/globals','driverCleanup','KOzpG','setTestNameForHealingContext','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20','integrations','Error:\x20at\x20After:\x20','EFkOQ','2100650BJsEvN','tyJpv','../playwright/reporter/reporter.js','bstackA11yShouldScan','name',',\x22level\x22:\x20\x22','timeout','uploadEventData','executeScript','../../helpers/testhub/utils','Error:\x20cleaning\x20up\x20driver:\x20','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','tags','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20','../../helpers/ai-sdk/autoHealHelper','MilCB','Inside\x20browserstack\x20BeforeAll','Failed:\x20','platformCaps','passed','performScan','skipSessionStatus','GZgzA','favfe','kDkGe','qobzk','../../helpers/logger','jraAl','uuid','../../helpers/accessibility-automation/scripts','bVBYc','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','bs:addLog:','finally','currentTest','BuzdV','aXVzo','getTestUUID','__error_messages__','BPpMj','debug','3057716hoXxId','RgcsE','dUOAM','stringify','__sessionFailed','AfterStep','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','thBuildUuid','quitCount_','initQuit','__platformCaps','startMonitoring','env','__skipSessionStatus','jQGBx','isAccessibilityPlatform','Before','fTMwk','test_run','__timeout','2|1|4|3|0','KxDII','status','workerInfo','lodash','pid','xtEMF','RFGwF','event_type','testInfo','testCaseStartedId','__skipSessionName','XbeQb','wgbGM','../../helpers/accessibility-automation/helper','ENV_VAR','saveTestResults','bstack','failed','removeAllListeners','gSTec','join','ePJvT','error','skipSessionName','shift','browserstackAgentV2','parse','getGlobal','4903614zhcvaK','format','\x20|\x20','PEwic','59169urAOLf','Error:\x20sendPlatformDetails\x20at\x20After:\x20','../../helpers/test-observability/utils','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','hEqeX','setDefaultTimeout','browserstackSessionName','1877583SzedUy','Passed','2453675vaHpYl','addTestUIDAndReportLog','Inside\x20browserstack\x20Before','push','yQjTJ','toString','executeAsyncScript','FJkWP','map','info','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','../../helpers/test-observability/requestQueueHandler','Dfedb','../../helpers/test-observability/sessionHandler','setConfig','toLowerCase','15884344tOjKRa','Error:\x20quiting\x20driver\x20at\x20After:\x20','pickleStep','text','Error:\x20at\x20After\x20Step:\x20','AfterAll','dKhHJ','message','stopMonitoring','CONFIG','yZfSb','KrOHQ','CXztg','pickle','zwATL','../../index','length','result'];a9_0x22ea=function(){return _0x10d960;};return a9_0x22ea();}global[a9_0x16b9d5(0x182)]=0x0;const __setDefaultTimeout=cucumberModule[a9_0x16b9d5(0x1a9)];cucumberModule[a9_0x16b9d5(0x1a9)]=_0x31c011=>{const _0x53cf7b=a9_0x16b9d5,_0x539b69={'RFGwF':function(_0x50a377,_0x2c0d7e){return _0x50a377(_0x2c0d7e);}};global[_0x53cf7b(0x182)]=_0x31c011,_0x539b69[_0x53cf7b(0x18a)](__setDefaultTimeout,_0x31c011);};const a9_0x4d47cf={};a9_0x4d47cf['name']=a9_0x16b9d5(0x194),BeforeAll(a9_0x4d47cf,function(){const _0x25835e=a9_0x16b9d5,_0x52db3f={'RgcsE':function(_0x4b7e11,_0xcbd4c3,_0x29bc59,_0x9a0f11){return _0x4b7e11(_0xcbd4c3,_0x29bc59,_0x9a0f11);},'oTFEH':_0x25835e(0x195),'KrOHQ':'\x20|\x20','QSXGU':function(_0xbe5a46,_0x1c660c,_0x5d298d){return _0xbe5a46(_0x1c660c,_0x5d298d);},'rpziJ':_0x25835e(0x1f2),'xtEMF':_0x25835e(0x1ef),'UiYWf':function(_0x31aabf){return _0x31aabf();},'RiPJr':function(_0x651f8b){return _0x651f8b();},'jHgpO':function(_0x1df1b9,_0x33cb4b){return _0x1df1b9(_0x33cb4b);}};PerformanceTester[_0x25835e(0x17a)](),logger[_0x25835e(0x16e)](_0x52db3f[_0x25835e(0x189)]),global[_0x25835e(0x16c)]=[],global[_0x25835e(0x173)]=![],_0x52db3f['UiYWf'](shouldProcessEventForTesthub)&&(_0x52db3f[_0x25835e(0x1d4)](registerListeners),_0x52db3f[_0x25835e(0x1d2)](addRequestSpy,![])),global['driverCleanup']=async()=>{const _0x325a36=_0x25835e;let _0x58de2b=![];try{await global[_0x325a36(0x1d3)][0x0]['session_'],_0x58de2b=!![],global[_0x325a36(0x173)]?await _0x52db3f[_0x325a36(0x170)](markSessionStatus,global[_0x325a36(0x1d3)][0x0],_0x52db3f['oTFEH'],global[_0x325a36(0x16c)][_0x325a36(0x198)](_0x52db3f[_0x325a36(0x1c8)])):await _0x52db3f['QSXGU'](markSessionStatus,global[_0x325a36(0x1d3)][0x0],_0x52db3f['rpziJ']);}catch(_0x57f8bb){logger['debug'](_0x325a36(0x1e9)+_0x57f8bb);}global['__error_messages__']=[],global[_0x325a36(0x173)]=![];if(_0x58de2b)try{await global[_0x325a36(0x1d3)][0x0]['initQuit']();}catch(_0x54a4ea){logger[_0x325a36(0x16e)]('Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20'+_0x54a4ea);}};});const a9_0x241cc3={};a9_0x241cc3[a9_0x16b9d5(0x1e3)]=a9_0x16b9d5(0x194),a9_0x241cc3[a9_0x16b9d5(0x1e5)]=0x2710,Before(a9_0x241cc3,function(_0xf6ad90,_0x1b37f5){const _0xf66998=a9_0x16b9d5,_0x1f79ed={'KxDII':function(_0x435f37,_0x324f32){return _0x435f37>_0x324f32;},'plyil':function(_0x3c4b64,_0x1ee342){return _0x3c4b64(_0x1ee342);},'DtbZW':function(_0x592b86,_0x5b24e5,_0x20e131,_0x4e40bf){return _0x592b86(_0x5b24e5,_0x20e131,_0x4e40bf);},'ePJvT':_0xf66998(0x1e2),'hEqeX':function(_0x4a7fd7){return _0x4a7fd7();},'EFkOQ':_0xf66998(0x1af)};commandRepository[_0xf66998(0x1da)](_0xf6ad90[_0xf66998(0x1ca)][_0xf66998(0x1e3)]),logger[_0xf66998(0x16e)](_0x1f79ed[_0xf66998(0x1de)]),new Promise(async _0x17da21=>{const _0x331b9f=_0xf66998;try{_0x1f79ed['KxDII'](global[_0x331b9f(0x1d3)][_0x331b9f(0x1cd)],0x1)&&(await global[_0x331b9f(0x1d8)](),global[_0x331b9f(0x1d3)][_0x331b9f(0x19c)]()),global[_0x331b9f(0x1d3)][0x0][_0x331b9f(0x177)]&&_0x1f79ed[_0x331b9f(0x184)](global['__drivers'][0x0][_0x331b9f(0x177)],0x0)&&await global[_0x331b9f(0x1d8)]();}catch(_0x1fee1f){}workerDetails[_0x331b9f(0x201)][_0x331b9f(0x18c)]=_0xf6ad90[_0x331b9f(0x18d)];try{if(!_0x1f79ed['plyil'](isUndefined,_0xf6ad90[_0x331b9f(0x1ca)]['tags'])){const _0x4af99e=_0x1f79ed['DtbZW'](shouldScanTestForAccessibility,null,![],_0xf6ad90[_0x331b9f(0x1ca)][_0x331b9f(0x1eb)][_0x331b9f(0x1b5)](({name:_0x4c7fbd})=>_0x4c7fbd));globals['setGlobal'](_0x1f79ed[_0x331b9f(0x199)],_0x4af99e);}}catch(_0x3a0409){logger[_0x331b9f(0x16e)](_0x331b9f(0x1db)+util[_0x331b9f(0x1a1)](_0x3a0409));}_0x1f79ed[_0x331b9f(0x1a8)](_0x17da21);})[_0xf66998(0x200)](_0x1b37f5);});const a9_0x34ad48={};a9_0x34ad48[a9_0x16b9d5(0x1e3)]=a9_0x16b9d5(0x194),a9_0x34ad48[a9_0x16b9d5(0x1e5)]=0x2710,After(a9_0x34ad48,function(_0x11b16c,_0x4717ed){const _0x3c240b=a9_0x16b9d5,_0x3b3c2d={'CsRXJ':_0x3c240b(0x183),'sXbLp':function(_0x31eb3d,_0x3b44a9){return _0x31eb3d===_0x3b44a9;},'fTMwk':_0x3c240b(0x195),'bVBYc':function(_0x14063b,_0x39643f,_0x387f89,_0x5d3fd7){return _0x14063b(_0x39643f,_0x387f89,_0x5d3fd7);},'PEwic':_0x3c240b(0x1a2),'qobzk':function(_0x4155af,_0x5f50b3,_0xfd60f8){return _0x4155af(_0x5f50b3,_0xfd60f8);},'dKhHJ':_0x3c240b(0x1f2),'tyJpv':function(_0x140d95,_0x5d21e4){return _0x140d95>_0x5d21e4;},'FYnlY':function(_0x4347eb){return _0x4347eb();},'jQGBx':'CBTSessionCreated','BGxZt':_0x3c240b(0x17e),'YJALh':'bstackA11yShouldScan','FJkWP':'Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','aXVzo':'Performing\x20scan\x20before\x20saving\x20results','MilCB':_0x3c240b(0x1b7),'GZgzA':function(_0x39224b,_0x509966){return _0x39224b>_0x509966;},'KOzpG':function(_0x47ee9a){return _0x47ee9a();},'mZIRg':'Inside\x20browserstack\x20After'};logger[_0x3c240b(0x16e)](_0x3b3c2d['mZIRg']),workerDetails['currentTest'][_0x3c240b(0x18c)]=_0x11b16c[_0x3c240b(0x18d)],new Promise(async _0x441a96=>{const _0x421a06=_0x3c240b;let _0xec60ad=![];try{const _0x69853f=_0x3b3c2d['CsRXJ']['split']('|');let _0x599ea5=0x0;while(!![]){switch(_0x69853f[_0x599ea5++]){case'0':if(_0x3b3c2d[_0x421a06(0x1cf)](_0x11b16c['result'][_0x421a06(0x185)]['toString']()[_0x421a06(0x1bc)](),_0x3b3c2d[_0x421a06(0x180)])||_0x3b3c2d[_0x421a06(0x1cf)](_0x11b16c[_0x421a06(0x1ce)][_0x421a06(0x185)]['toString']()[_0x421a06(0x1bc)](),'6')){try{global[_0x421a06(0x16c)][_0x421a06(0x1b0)](_0x11b16c[_0x421a06(0x1ce)][_0x421a06(0x1c4)]);}catch(_0x526857){logger[_0x421a06(0x16e)](_0x421a06(0x1ea)+_0x526857);}await _0x3b3c2d[_0x421a06(0x1fd)](markSessionStatus,global[_0x421a06(0x1d3)][0x0],_0x3b3c2d['fTMwk'],global[_0x421a06(0x16c)]['join'](_0x3b3c2d[_0x421a06(0x1a3)]));}else await _0x3b3c2d[_0x421a06(0x1f8)](markSessionStatus,global[_0x421a06(0x1d3)][0x0],_0x3b3c2d[_0x421a06(0x1c3)]);continue;case'1':await global[_0x421a06(0x1d3)][0x0]['session_'];continue;case'2':_0x3b3c2d[_0x421a06(0x1e0)](global[_0x421a06(0x1d3)]['length'],0x1)&&(await global[_0x421a06(0x1d8)](),global['__drivers'][_0x421a06(0x19c)](),global['__error_messages__']=[],global[_0x421a06(0x173)]=![]);continue;case'3':!global[_0x421a06(0x18e)]&&await global[_0x421a06(0x1d3)][0x0]['executeScript'](_0x421a06(0x175)+_0x11b16c[_0x421a06(0x1ca)]['name']+'\x22}}');continue;case'4':_0xec60ad=!![];continue;}break;}}catch(_0x2280a1){logger[_0x421a06(0x16e)](_0x421a06(0x1dd)+util[_0x421a06(0x1a1)](_0x2280a1));}try{if(_0x3b3c2d['FYnlY'](shouldProcessEventForTesthub)){const _0x534609=TestDetails[_0x421a06(0x204)](_0x11b16c[_0x421a06(0x18d)]),_0x56bd5a=await _0x3b3c2d[_0x421a06(0x1fd)](sendPlatformDetails,global[_0x421a06(0x1d3)][0x0],_0x534609,!![]),_0x12eae9={};_0x12eae9[_0x421a06(0x1fb)]=_0x534609,_0x12eae9[_0x421a06(0x1dc)]=_0x56bd5a;const _0x2661ca=_0x12eae9,_0x1d3c64={};_0x1d3c64[_0x421a06(0x18b)]=_0x3b3c2d[_0x421a06(0x17d)],_0x1d3c64[_0x421a06(0x181)]=_0x2661ca,await SessionHandler[_0x421a06(0x1e6)](_0x1d3c64);}}catch(_0x260db5){logger[_0x421a06(0x16e)](_0x421a06(0x1a5)+util[_0x421a06(0x1a1)](_0x260db5));}try{if(globals[_0x421a06(0x19f)](_0x3b3c2d['BGxZt'])&&globals[_0x421a06(0x19f)](_0x3b3c2d['YJALh'])){logger[_0x421a06(0x1b6)](_0x3b3c2d[_0x421a06(0x1b4)]);const _0xcb087d=TestDetails[_0x421a06(0x204)](_0x11b16c[_0x421a06(0x18d)]),_0x107543={};_0x107543['thTestRunUuid']=_0xcb087d,_0x107543[_0x421a06(0x176)]=process[_0x421a06(0x17b)][testHubConstants[_0x421a06(0x192)]['BROWSERSTACK_TESTHUB_UUID']],_0x107543['thJwtToken']=process['env'][testHubConstants[_0x421a06(0x192)]['BROWSERSTACK_TESTHUB_JWT']];const _0x52eeff=_0x107543;logger[_0x421a06(0x16e)](_0x421a06(0x1fe)+JSON[_0x421a06(0x172)](_0x52eeff)),logger[_0x421a06(0x16e)](_0x3b3c2d[_0x421a06(0x203)]),logger[_0x421a06(0x16e)](util['format'](await global[_0x421a06(0x1d3)][0x0][_0x421a06(0x1b3)](scripts[_0x421a06(0x1f3)],{'method':global[_0x421a06(0x1aa)]}))),await global['__drivers'][0x0][_0x421a06(0x1b3)](scripts[_0x421a06(0x193)],_0x52eeff),logger[_0x421a06(0x1b6)](_0x3b3c2d[_0x421a06(0x1ee)]);}}catch(_0x3e29ff){logger[_0x421a06(0x19a)](_0x421a06(0x1ec)+util['format']);}if(_0xec60ad)try{global['__drivers'][0x0]&&_0x3b3c2d[_0x421a06(0x1f5)](global[_0x421a06(0x1d3)][0x0]['quitCount_'],0x0)&&await global['__drivers'][0x0][_0x421a06(0x178)]();}catch(_0x24df3f){logger['debug'](_0x421a06(0x1be)+_0x24df3f);}_0x3b3c2d[_0x421a06(0x1d9)](_0x441a96);})[_0x3c240b(0x200)](()=>_0x4717ed());});const a9_0x1dcdb3={};a9_0x1dcdb3['name']=a9_0x16b9d5(0x194),a9_0x1dcdb3[a9_0x16b9d5(0x1e5)]=0x2710,AfterStep(a9_0x1dcdb3,function(_0x43666c,_0x54ded0){const _0x57f382=a9_0x16b9d5,_0x3a3dd8={'FMafU':function(_0x40d893,_0x51063c){return _0x40d893===_0x51063c;},'jraAl':_0x57f382(0x195),'BPpMj':function(_0x1dd96f,_0x5289b9){return _0x1dd96f!==_0x5289b9;},'Dfedb':function(_0x447541,_0x5ef75a,_0x3ecbce){return _0x447541(_0x5ef75a,_0x3ecbce);},'zwATL':function(_0x41b536,_0xf02151){return _0x41b536+_0xf02151;},'EOgGY':function(_0x307fc8,_0x687234){return _0x307fc8+_0x687234;},'kDkGe':function(_0x4625bf,_0x18e01f){return _0x4625bf+_0x18e01f;},'BuzdV':_0x57f382(0x1f0),'peEDA':'\x0aError:\x20','favfe':_0x57f382(0x19a),'XbeQb':function(_0x5733e1,_0x4ae4de,_0x4ec2f9){return _0x5733e1(_0x4ae4de,_0x4ec2f9);},'pxKqq':function(_0x1b5753,_0x51cba1){return _0x1b5753!==_0x51cba1;},'TgfdV':function(_0x2e5cb1,_0x433ebc,_0x156c6a){return _0x2e5cb1(_0x433ebc,_0x156c6a);},'yQjTJ':function(_0x21849d,_0x37095c){return _0x21849d+_0x37095c;},'wgbGM':'Passed:\x20','yZfSb':_0x57f382(0x1b6),'rwJSZ':_0x57f382(0x1ac),'AZEem':function(_0x1d9fd6){return _0x1d9fd6();},'CXztg':'Inside\x20browserstack\x20AfterStep'};logger[_0x57f382(0x16e)](_0x3a3dd8[_0x57f382(0x1c9)]);const _0x54b440=async(_0x278ea8,_0x589fcd)=>{const _0x148e64=_0x57f382;await global['__drivers'][0x0][_0x148e64(0x1e7)](_0x148e64(0x1a7)+_0x278ea8+_0x148e64(0x1e4)+_0x589fcd+'\x22}}');};new Promise(async _0x3c39c0=>{const _0x221d48=_0x57f382;try{_0x3a3dd8['FMafU'](_0x43666c[_0x221d48(0x1ce)][_0x221d48(0x185)][_0x221d48(0x1b2)]()['toLowerCase'](),_0x3a3dd8[_0x221d48(0x1fa)])||_0x3a3dd8[_0x221d48(0x1d0)](_0x43666c[_0x221d48(0x1ce)][_0x221d48(0x185)]['toString']()[_0x221d48(0x1bc)](),'6')?(global['__sessionFailed']=!![],global['__error_messages__'][_0x221d48(0x1b0)](_0x43666c['result']['message']),_0x3a3dd8[_0x221d48(0x16d)](_0x43666c['pickleStep'],undefined)?await _0x3a3dd8[_0x221d48(0x1b9)](_0x54b440,JSON[_0x221d48(0x172)](_0x3a3dd8[_0x221d48(0x1cb)](_0x3a3dd8['EOgGY'](_0x3a3dd8[_0x221d48(0x1f7)](_0x3a3dd8[_0x221d48(0x202)],'\x22'+_0x43666c[_0x221d48(0x1bf)][_0x221d48(0x1c0)]+'\x22\x20'),_0x3a3dd8['peEDA']),_0x43666c['result']['message'])),_0x3a3dd8[_0x221d48(0x1f6)]):await _0x3a3dd8[_0x221d48(0x18f)](_0x54b440,JSON[_0x221d48(0x172)](_0x3a3dd8[_0x221d48(0x1f7)](_0x3a3dd8[_0x221d48(0x202)],_0x43666c['result'][_0x221d48(0x1c4)])),_0x3a3dd8['favfe'])):_0x3a3dd8['pxKqq'](_0x43666c['pickleStep'],undefined)?await _0x3a3dd8['TgfdV'](_0x54b440,JSON[_0x221d48(0x172)](_0x3a3dd8[_0x221d48(0x1b1)](_0x3a3dd8[_0x221d48(0x190)],'\x22'+_0x43666c[_0x221d48(0x1bf)][_0x221d48(0x1c0)]+'\x22')),_0x3a3dd8[_0x221d48(0x1c7)]):await _0x3a3dd8[_0x221d48(0x18f)](_0x54b440,JSON[_0x221d48(0x172)](_0x3a3dd8['rwJSZ']),_0x3a3dd8[_0x221d48(0x1c7)]);}catch(_0x3464bf){logger['debug'](_0x221d48(0x1c1)+_0x3464bf);}_0x3a3dd8['AZEem'](_0x3c39c0);})[_0x57f382(0x200)](()=>_0x54ded0());});const a9_0x4c8725={};a9_0x4c8725[a9_0x16b9d5(0x1e3)]=a9_0x16b9d5(0x194),a9_0x4c8725[a9_0x16b9d5(0x1e5)]=0x7530,AfterAll(a9_0x4c8725,async function(_0x4b39d9,_0x569bd6){const _0xd025ae=a9_0x16b9d5,_0x223e2e={'gSTec':function(_0x2cf2a2){return _0x2cf2a2();},'amWcZ':_0xd025ae(0x1d1)};logger[_0xd025ae(0x16e)](_0x223e2e['amWcZ']),await new Promise(async _0x55072d=>{const _0x338366=_0xd025ae;await RequestQueueHandler['getInstance']()['shutdown'](),PerformanceTester[_0x338366(0x1c5)](),await global[_0x338366(0x1d8)](),_0x223e2e[_0x338366(0x197)](_0x55072d);});});
1
+ const a9_0x3abeb1=a9_0x1736;(function(_0x7d8eba,_0x4f22f3){const _0x2af0ca=a9_0x1736,_0x2aca66=_0x7d8eba();while(!![]){try{const _0x71ca3a=-parseInt(_0x2af0ca(0xc8))/0x1*(parseInt(_0x2af0ca(0x100))/0x2)+-parseInt(_0x2af0ca(0x73))/0x3+-parseInt(_0x2af0ca(0x108))/0x4*(-parseInt(_0x2af0ca(0xd2))/0x5)+-parseInt(_0x2af0ca(0x90))/0x6+parseInt(_0x2af0ca(0xe7))/0x7+-parseInt(_0x2af0ca(0xce))/0x8+-parseInt(_0x2af0ca(0xa3))/0x9*(-parseInt(_0x2af0ca(0x114))/0xa);if(_0x71ca3a===_0x4f22f3)break;else _0x2aca66['push'](_0x2aca66['shift']());}catch(_0x5737a5){_0x2aca66['push'](_0x2aca66['shift']());}}}(a9_0x3a72,0xd6d01));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require('../../helpers/helper'),setKeepAlive=require(a9_0x3abeb1(0xdd)),util=require(a9_0x3abeb1(0xef)),PerformanceTester=require(a9_0x3abeb1(0xfa)),{commandRepository}=require(a9_0x3abeb1(0xaf)),cucumberModule=requireModule(a9_0x3abeb1(0x101)),logger=require(a9_0x3abeb1(0x6f))[a9_0x3abeb1(0x10e)],{shouldProcessEventForTesthub}=require(a9_0x3abeb1(0x86)),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require(a9_0x3abeb1(0x10a)),TestDetails=require(a9_0x3abeb1(0x7a)),RequestQueueHandler=require(a9_0x3abeb1(0x107)),{o11yErrorHandler}=require('../../helpers/test-observability/error-handler'),MyReporter=require('../playwright/reporter/reporter.js'),SessionHandler=require(a9_0x3abeb1(0xf2)),scripts=require(a9_0x3abeb1(0x109)),globals=require(a9_0x3abeb1(0xf4)),testHubConstants=require('../../helpers/testhub/constants.js'),{shouldScanTestForAccessibility}=require(a9_0x3abeb1(0xc9)),{isUndefined}=require(a9_0x3abeb1(0xba)),a9_0x17659f={};a9_0x17659f['workerInfo']=undefined,a9_0x17659f[a9_0x3abeb1(0xa9)]={},a9_0x17659f[a9_0x3abeb1(0xd0)]=![],a9_0x17659f[a9_0x3abeb1(0xa9)]['id']=undefined,a9_0x17659f[a9_0x3abeb1(0xa9)][a9_0x3abeb1(0xfd)]=undefined;const workerDetails=a9_0x17659f;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x1f76a6){const _0x51bd5c=a9_0x3abeb1,_0x47e9bb=workerDetails['currentTest'][_0x51bd5c(0xfd)];if(!_0x47e9bb)return;await MyReporter[_0x51bd5c(0xe6)](_0x47e9bb,_0x1f76a6);}),registerListeners=()=>{const _0x5cfaeb=a9_0x3abeb1,_0x3a6fa2={};_0x3a6fa2[_0x5cfaeb(0xe2)]='Inside\x20browserstack\x20registerListeners';const _0x2f214e=_0x3a6fa2;logger[_0x5cfaeb(0xa2)](_0x2f214e[_0x5cfaeb(0xe2)]),process[_0x5cfaeb(0xa5)]('bs:addLog:'+process['pid']),process['on'](_0x5cfaeb(0x8b)+process['pid'],sendTestLog),PerformanceTester[_0x5cfaeb(0xc2)]();};modifyCommand(),setKeepAlive();const Before=cucumberModule[a9_0x3abeb1(0xb8)],After=cucumberModule['After'],AfterAll=cucumberModule[a9_0x3abeb1(0xd5)],BeforeAll=cucumberModule[a9_0x3abeb1(0x9e)],AfterStep=cucumberModule[a9_0x3abeb1(0x96)],configuration=process['env'][a9_0x3abeb1(0xfc)],bstackConfig=process[a9_0x3abeb1(0xe3)]['BSTACK_CONFIG'];function a9_0x1736(_0xfba35e,_0x314ca7){const _0x3a72c1=a9_0x3a72();return a9_0x1736=function(_0x17364e,_0x278489){_0x17364e=_0x17364e-0x69;let _0x11ab7d=_0x3a72c1[_0x17364e];return _0x11ab7d;},a9_0x1736(_0xfba35e,_0x314ca7);}if(configuration!==undefined){const config=JSON[a9_0x3abeb1(0xde)](configuration);isBrowserstackInfra()?(global['__skipSessionName']=isTrue(config[a9_0x3abeb1(0x74)]),global[a9_0x3abeb1(0xb2)]=isTrue(config[a9_0x3abeb1(0xc7)])):(global[a9_0x3abeb1(0x9b)]=!![],global[a9_0x3abeb1(0xb2)]=!![]),shouldProcessEventForTesthub()?require(a9_0x3abeb1(0x110))['browserstackAgentV2'](config,null,!![]):require('../../index')[a9_0x3abeb1(0xb1)](config),global['__platformCaps']=config[a9_0x3abeb1(0x76)]||{};}if(bstackConfig!==undefined){const browserStackConfig=JSON['parse'](bstackConfig);browserStackConfig&&(commandRepository['setConfig'](browserStackConfig),commandRepository[a9_0x3abeb1(0xa0)]('cucumber-js'));}global['__timeout']=0x0;const __setDefaultTimeout=cucumberModule[a9_0x3abeb1(0x95)];cucumberModule['setDefaultTimeout']=_0x162437=>{const _0x19a148=a9_0x3abeb1,_0x369e9b={'gToNe':function(_0x56183c,_0x3e6b98){return _0x56183c(_0x3e6b98);}};global[_0x19a148(0xc4)]=_0x162437,_0x369e9b[_0x19a148(0xa7)](__setDefaultTimeout,_0x162437);};const a9_0xa35746={};a9_0xa35746[a9_0x3abeb1(0x70)]=a9_0x3abeb1(0x112),BeforeAll(a9_0xa35746,function(){const _0x54448e=a9_0x3abeb1,_0x960c94={'FGmsh':function(_0x330576,_0x27b974,_0x243f28,_0x7e7e4a){return _0x330576(_0x27b974,_0x243f28,_0x7e7e4a);},'tmZMn':'failed','BhQAf':_0x54448e(0xcf),'jwnXs':function(_0x4bb311,_0x6e11c9,_0xe66374){return _0x4bb311(_0x6e11c9,_0xe66374);},'viyul':_0x54448e(0xa6),'iUihv':_0x54448e(0xd4),'yAEQP':function(_0x368f4c){return _0x368f4c();},'HUyrT':function(_0x71fa07){return _0x71fa07();},'csCyE':function(_0x433475,_0x4944d5){return _0x433475(_0x4944d5);}};PerformanceTester[_0x54448e(0xc2)](),logger[_0x54448e(0xa2)](_0x960c94[_0x54448e(0x6a)]),global[_0x54448e(0x9f)]=[],global[_0x54448e(0x8a)]=![],_0x960c94[_0x54448e(0xfe)](shouldProcessEventForTesthub)&&(_0x960c94[_0x54448e(0xf8)](registerListeners),_0x960c94['csCyE'](addRequestSpy,![])),global['driverCleanup']=async()=>{const _0x29bb7b=_0x54448e;let _0x4e0bdf=![];try{await global[_0x29bb7b(0xb9)][0x0]['session_'],_0x4e0bdf=!![],global[_0x29bb7b(0x8a)]?await _0x960c94['FGmsh'](markSessionStatus,global[_0x29bb7b(0xb9)][0x0],_0x960c94[_0x29bb7b(0xb4)],global[_0x29bb7b(0x9f)][_0x29bb7b(0xd9)](_0x960c94[_0x29bb7b(0x99)])):await _0x960c94[_0x29bb7b(0x113)](markSessionStatus,global[_0x29bb7b(0xb9)][0x0],_0x960c94[_0x29bb7b(0xf6)]);}catch(_0x546ca0){logger[_0x29bb7b(0xa2)]('Error:\x20cleaning\x20up\x20driver:\x20'+_0x546ca0);}global[_0x29bb7b(0x9f)]=[],global['__sessionFailed']=![];if(_0x4e0bdf)try{await global[_0x29bb7b(0xb9)][0x0]['initQuit']();}catch(_0x5be1dc){logger[_0x29bb7b(0xa2)](_0x29bb7b(0xc0)+_0x5be1dc);}};});const a9_0x2714b2={};a9_0x2714b2[a9_0x3abeb1(0x70)]='bstack',a9_0x2714b2[a9_0x3abeb1(0xd6)]=0x2710,Before(a9_0x2714b2,function(_0x9ba78d,_0x53e737){const _0x17872d=a9_0x3abeb1,_0x197741={'OMBbg':function(_0x49dd2b,_0x149f71){return _0x49dd2b>_0x149f71;},'SbCIy':function(_0xa1d3de,_0x23ea56){return _0xa1d3de>_0x23ea56;},'STwVj':function(_0xfe9878,_0x1c5ef8){return _0xfe9878(_0x1c5ef8);},'quowE':function(_0x1bc564,_0xf1b868,_0x5806ce,_0x4b6c21){return _0x1bc564(_0xf1b868,_0x5806ce,_0x4b6c21);},'Nkkow':_0x17872d(0x98),'MnBci':function(_0x2bb177){return _0x2bb177();},'CpJaT':_0x17872d(0xec)};commandRepository['setTestNameForHealingContext'](_0x9ba78d[_0x17872d(0xae)]['name']),logger[_0x17872d(0xa2)](_0x197741['CpJaT']),new Promise(async _0x3333c1=>{const _0x41fc6c=_0x17872d;try{_0x197741['OMBbg'](global[_0x41fc6c(0xb9)][_0x41fc6c(0x92)],0x1)&&(await global[_0x41fc6c(0x93)](),global[_0x41fc6c(0xb9)][_0x41fc6c(0x6b)]()),global['__drivers'][0x0][_0x41fc6c(0x104)]&&_0x197741[_0x41fc6c(0xb0)](global[_0x41fc6c(0xb9)][0x0][_0x41fc6c(0x104)],0x0)&&await global[_0x41fc6c(0x93)]();}catch(_0x333d7c){}workerDetails['currentTest'][_0x41fc6c(0xfd)]=_0x9ba78d[_0x41fc6c(0xd1)];try{if(!_0x197741[_0x41fc6c(0xc6)](isUndefined,_0x9ba78d[_0x41fc6c(0xae)][_0x41fc6c(0x9c)])){const _0x37065b=_0x197741[_0x41fc6c(0x111)](shouldScanTestForAccessibility,null,![],_0x9ba78d[_0x41fc6c(0xae)][_0x41fc6c(0x9c)][_0x41fc6c(0x6c)](({name:_0x4cce05})=>_0x4cce05));globals[_0x41fc6c(0xea)](_0x197741['Nkkow'],_0x37065b);}}catch(_0x4ef756){logger['debug'](_0x41fc6c(0x9a)+util[_0x41fc6c(0x10d)](_0x4ef756));}_0x197741[_0x41fc6c(0x9d)](_0x3333c1);})['finally'](_0x53e737);});const a9_0x2e80c2={};a9_0x2e80c2[a9_0x3abeb1(0x70)]=a9_0x3abeb1(0x112),a9_0x2e80c2['timeout']=0x2710,After(a9_0x2e80c2,function(_0x7c0b90,_0x14dd8f){const _0x415969=a9_0x3abeb1,_0x14da37={'lBFTD':'1|0|2|4|3','wjXMx':function(_0x4df865,_0x23f513){return _0x4df865>_0x23f513;},'qhVCY':function(_0x39bcf5,_0x57276e){return _0x39bcf5===_0x57276e;},'nbqDi':_0x415969(0x83),'ekSiT':function(_0x25f301,_0x305b20){return _0x25f301===_0x305b20;},'cIPVq':function(_0x14a3bf,_0x1db1b5,_0x41868e,_0x30ddc9){return _0x14a3bf(_0x1db1b5,_0x41868e,_0x30ddc9);},'HTsqI':_0x415969(0xcf),'XfZMd':function(_0x5160e1,_0x380b7e,_0x4fd4b6){return _0x5160e1(_0x380b7e,_0x4fd4b6);},'fYWcQ':_0x415969(0xa6),'cOPqN':function(_0x520a55){return _0x520a55();},'aMJGy':function(_0x187da8,_0x4c2fe6,_0x4c74e8,_0x150eba){return _0x187da8(_0x4c2fe6,_0x4c74e8,_0x150eba);},'Kuprd':_0x415969(0xb6),'UXdqF':_0x415969(0xbf),'VQLfC':_0x415969(0x98),'kcwEa':'Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','RjSpq':_0x415969(0xf1),'aHRft':_0x415969(0x71),'UjfWL':function(_0x460098){return _0x460098();},'CDdZz':_0x415969(0xf9)};logger[_0x415969(0xa2)](_0x14da37[_0x415969(0xda)]),workerDetails[_0x415969(0xa9)]['testInfo']=_0x7c0b90[_0x415969(0xd1)],new Promise(async _0x374674=>{const _0x173c13=_0x415969;let _0x1033d5=![];try{const _0x3b8e52=_0x14da37['lBFTD'][_0x173c13(0xe8)]('|');let _0x48c8d6=0x0;while(!![]){switch(_0x3b8e52[_0x48c8d6++]){case'0':await global[_0x173c13(0xb9)][0x0][_0x173c13(0x106)];continue;case'1':_0x14da37['wjXMx'](global[_0x173c13(0xb9)][_0x173c13(0x92)],0x1)&&(await global['driverCleanup'](),global[_0x173c13(0xb9)][_0x173c13(0x6b)](),global[_0x173c13(0x9f)]=[],global[_0x173c13(0x8a)]=![]);continue;case'2':_0x1033d5=!![];continue;case'3':if(_0x14da37[_0x173c13(0xd8)](_0x7c0b90[_0x173c13(0xb7)][_0x173c13(0x81)][_0x173c13(0xdb)]()[_0x173c13(0xad)](),_0x14da37[_0x173c13(0x8e)])||_0x14da37[_0x173c13(0x88)](_0x7c0b90[_0x173c13(0xb7)][_0x173c13(0x81)][_0x173c13(0xdb)]()[_0x173c13(0xad)](),'6')){try{global['__error_messages__'][_0x173c13(0xcc)](_0x7c0b90[_0x173c13(0xb7)][_0x173c13(0x7b)]);}catch(_0x22d693){logger[_0x173c13(0xa2)](_0x173c13(0xee)+_0x22d693);}await _0x14da37['cIPVq'](markSessionStatus,global[_0x173c13(0xb9)][0x0],_0x14da37[_0x173c13(0x8e)],global[_0x173c13(0x9f)]['join'](_0x14da37[_0x173c13(0xe9)]));}else await _0x14da37[_0x173c13(0x87)](markSessionStatus,global[_0x173c13(0xb9)][0x0],_0x14da37[_0x173c13(0xdc)]);continue;case'4':!global['__skipSessionName']&&await global[_0x173c13(0xb9)][0x0][_0x173c13(0xdf)](_0x173c13(0xb3)+_0x7c0b90[_0x173c13(0xae)][_0x173c13(0x70)]+'\x22}}');continue;}break;}}catch(_0x3d0e3a){logger['debug']('Error:\x20at\x20After:\x20'+util[_0x173c13(0x10d)](_0x3d0e3a));}try{if(_0x14da37[_0x173c13(0x77)](shouldProcessEventForTesthub)){const _0x15543e=TestDetails[_0x173c13(0x84)](_0x7c0b90[_0x173c13(0xd1)]),_0x24c1f8=await _0x14da37[_0x173c13(0xa4)](sendPlatformDetails,global[_0x173c13(0xb9)][0x0],_0x15543e,!![]),_0x1cc7aa={};_0x1cc7aa[_0x173c13(0xfb)]=_0x15543e,_0x1cc7aa[_0x173c13(0xc3)]=_0x24c1f8;const _0x3a16af=_0x1cc7aa,_0x1ca0f8={};_0x1ca0f8['event_type']=_0x14da37[_0x173c13(0xca)],_0x1ca0f8['test_run']=_0x3a16af,await SessionHandler['uploadEventData'](_0x1ca0f8);}}catch(_0xd1e039){logger[_0x173c13(0xa2)](_0x173c13(0xa8)+util[_0x173c13(0x10d)](_0xd1e039));}try{if(globals['getGlobal'](_0x14da37[_0x173c13(0x115)])&&globals[_0x173c13(0xab)](_0x14da37[_0x173c13(0x10c)])){logger[_0x173c13(0x7e)](_0x14da37[_0x173c13(0x80)]);const _0x13001f=TestDetails[_0x173c13(0x84)](_0x7c0b90['testCaseStartedId']),_0x28411c={};_0x28411c[_0x173c13(0x89)]=_0x13001f,_0x28411c[_0x173c13(0xd3)]=process[_0x173c13(0xe3)][testHubConstants['ENV_VAR'][_0x173c13(0x8d)]],_0x28411c[_0x173c13(0x7c)]=process[_0x173c13(0xe3)][testHubConstants['ENV_VAR'][_0x173c13(0x103)]];const _0x4b3fc7=_0x28411c;logger['debug'](_0x173c13(0x105)+JSON[_0x173c13(0xcb)](_0x4b3fc7)),logger['debug'](_0x14da37[_0x173c13(0x10f)]),logger[_0x173c13(0xa2)](util[_0x173c13(0x10d)](await global[_0x173c13(0xb9)][0x0][_0x173c13(0x10b)](scripts[_0x173c13(0xd7)],{'method':global[_0x173c13(0x102)]}))),await global[_0x173c13(0xb9)][0x0][_0x173c13(0x10b)](scripts[_0x173c13(0xf3)],_0x4b3fc7),logger['info'](_0x14da37[_0x173c13(0xf5)]);}}catch(_0x58a983){logger[_0x173c13(0x72)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20'+util[_0x173c13(0x10d)]);}if(_0x1033d5)try{global[_0x173c13(0xb9)][0x0]&&_0x14da37[_0x173c13(0xbc)](global[_0x173c13(0xb9)][0x0]['quitCount_'],0x0)&&await global[_0x173c13(0xb9)][0x0]['initQuit']();}catch(_0x15d523){logger[_0x173c13(0xa2)](_0x173c13(0xe4)+_0x15d523);}_0x14da37[_0x173c13(0x78)](_0x374674);})[_0x415969(0x94)](()=>_0x14dd8f());});function a9_0x3a72(){const _0x489be7=['170GclNOh','UXdqF',',\x22level\x22:\x20\x22','iUihv','shift','map','aeUHx','pRBJo','../../helpers/logger','name','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','error','2450877pttbqo','skipSessionName','vlUso','platformCaps','cOPqN','UjfWL','shutdown','../playwright/reporter/test-details.js','message','thJwtToken','wPgTD','info','Error:\x20at\x20After\x20Step:\x20','kcwEa','status','\x0aError:\x20','failed','getTestUUID','xoTgM','../../helpers/testhub/utils','XfZMd','ekSiT','thTestRunUuid','__sessionFailed','bs:addLog:','mgZXI','BROWSERSTACK_TESTHUB_UUID','nbqDi','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','6648948qrLIdB','uPGQy','length','driverCleanup','finally','setDefaultTimeout','AfterStep','qthsV','bstackA11yShouldScan','BhQAf','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20','__skipSessionName','tags','MnBci','BeforeAll','__error_messages__','setFramework','XQSyS','debug','476559GBpyUg','aMJGy','removeAllListeners','passed','gToNe','Error:\x20sendPlatformDetails\x20at\x20After:\x20','currentTest','hCoGv','getGlobal','text','toLowerCase','pickle','../../helpers/ai-sdk/autoHealHelper','SbCIy','browserstackAgentV2','__skipSessionStatus','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','tmZMn','\x22}}','CBTSessionCreated','result','Before','__drivers','lodash','ayUuZ','wjXMx','pickleStep','Bikla','isAccessibilityPlatform','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','stopMonitoring','startMonitoring','integrations','__timeout','Passed','STwVj','skipSessionStatus','13377GNVVSJ','../../helpers/accessibility-automation/helper','Kuprd','stringify','push','Failed:\x20','1091064xOCkQM','\x20|\x20','o11ySyncDone','testCaseStartedId','5uLqTof','thBuildUuid','Inside\x20browserstack\x20BeforeAll','AfterAll','timeout','performScan','qhVCY','join','CDdZz','toString','fYWcQ','../../helpers/setKeepAlive','parse','executeScript','lvpxe','HwJQU','yOlBJ','env','Error:\x20quiting\x20driver\x20at\x20After:\x20','Passed:\x20','addTestUIDAndReportLog','9613247JwzhXr','split','HTsqI','setGlobal','getInstance','Inside\x20browserstack\x20Before','ntmQy','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','util','yWgYD','Performing\x20scan\x20before\x20saving\x20results','../../helpers/test-observability/sessionHandler','saveTestResults','../../helpers/globals','aHRft','viyul','zfDIp','HUyrT','Inside\x20browserstack\x20After','../../helpers/performance-tester','uuid','CONFIG','testInfo','yAEQP','UaWQn','104cgXmIS','@cucumber/cucumber/lib/index.js','browserstackSessionName','BROWSERSTACK_TESTHUB_JWT','quitCount_','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','session_','../../helpers/test-observability/requestQueueHandler','5453956BwlLtG','../../helpers/accessibility-automation/scripts','../../helpers/test-observability/utils','executeAsyncScript','VQLfC','format','winstonLogger','RjSpq','../../index','quowE','bstack','jwnXs'];a9_0x3a72=function(){return _0x489be7;};return a9_0x3a72();}const a9_0x2e7932={};a9_0x2e7932[a9_0x3abeb1(0x70)]='bstack',a9_0x2e7932[a9_0x3abeb1(0xd6)]=0x2710,AfterStep(a9_0x2e7932,function(_0x168726,_0x4fd3d7){const _0x1c2366=a9_0x3abeb1,_0x4ed514={'hCoGv':function(_0xba42e,_0x399571){return _0xba42e===_0x399571;},'lvpxe':'failed','ayUuZ':function(_0x283011,_0x19144f){return _0x283011===_0x19144f;},'qcRdG':function(_0x4e4f2a,_0x25ec39){return _0x4e4f2a!==_0x25ec39;},'aeUHx':function(_0x5128dd,_0x2e09ee,_0x555d9a){return _0x5128dd(_0x2e09ee,_0x555d9a);},'xoTgM':function(_0x296f4c,_0x282521){return _0x296f4c+_0x282521;},'vlUso':function(_0x16d47b,_0x547580){return _0x16d47b+_0x547580;},'qthsV':_0x1c2366(0xcd),'mgZXI':_0x1c2366(0x82),'UaWQn':_0x1c2366(0x72),'uPGQy':function(_0x37c2f6,_0x6bd0b9){return _0x37c2f6+_0x6bd0b9;},'yWgYD':function(_0x30aeb9,_0x4e4fa3){return _0x30aeb9!==_0x4e4fa3;},'ntmQy':_0x1c2366(0xe5),'XQSyS':_0x1c2366(0x7e),'Bikla':_0x1c2366(0xc5),'pRBJo':function(_0x3a2d85){return _0x3a2d85();},'wPgTD':'Inside\x20browserstack\x20AfterStep'};logger[_0x1c2366(0xa2)](_0x4ed514[_0x1c2366(0x7d)]);const _0x30df08=async(_0x53050f,_0x433602)=>{const _0x5c45af=_0x1c2366;await global[_0x5c45af(0xb9)][0x0][_0x5c45af(0xdf)](_0x5c45af(0x8f)+_0x53050f+_0x5c45af(0x69)+_0x433602+_0x5c45af(0xb5));};new Promise(async _0x458ad0=>{const _0x277027=_0x1c2366;try{_0x4ed514[_0x277027(0xaa)](_0x168726[_0x277027(0xb7)][_0x277027(0x81)][_0x277027(0xdb)]()[_0x277027(0xad)](),_0x4ed514[_0x277027(0xe0)])||_0x4ed514[_0x277027(0xbb)](_0x168726[_0x277027(0xb7)][_0x277027(0x81)][_0x277027(0xdb)]()[_0x277027(0xad)](),'6')?(global[_0x277027(0x8a)]=!![],global[_0x277027(0x9f)][_0x277027(0xcc)](_0x168726[_0x277027(0xb7)][_0x277027(0x7b)]),_0x4ed514['qcRdG'](_0x168726[_0x277027(0xbd)],undefined)?await _0x4ed514[_0x277027(0x6d)](_0x30df08,JSON[_0x277027(0xcb)](_0x4ed514[_0x277027(0x85)](_0x4ed514[_0x277027(0x75)](_0x4ed514[_0x277027(0x85)](_0x4ed514[_0x277027(0x97)],'\x22'+_0x168726[_0x277027(0xbd)][_0x277027(0xac)]+'\x22\x20'),_0x4ed514[_0x277027(0x8c)]),_0x168726[_0x277027(0xb7)][_0x277027(0x7b)])),_0x4ed514[_0x277027(0xff)]):await _0x4ed514[_0x277027(0x6d)](_0x30df08,JSON['stringify'](_0x4ed514[_0x277027(0x91)](_0x4ed514['qthsV'],_0x168726[_0x277027(0xb7)][_0x277027(0x7b)])),_0x4ed514['UaWQn'])):_0x4ed514[_0x277027(0xf0)](_0x168726[_0x277027(0xbd)],undefined)?await _0x4ed514[_0x277027(0x6d)](_0x30df08,JSON['stringify'](_0x4ed514['xoTgM'](_0x4ed514[_0x277027(0xed)],'\x22'+_0x168726[_0x277027(0xbd)]['text']+'\x22')),_0x4ed514[_0x277027(0xa1)]):await _0x4ed514['aeUHx'](_0x30df08,JSON[_0x277027(0xcb)](_0x4ed514[_0x277027(0xbe)]),_0x4ed514[_0x277027(0xa1)]);}catch(_0x5de54c){logger[_0x277027(0xa2)](_0x277027(0x7f)+_0x5de54c);}_0x4ed514[_0x277027(0x6e)](_0x458ad0);})[_0x1c2366(0x94)](()=>_0x4fd3d7());});const a9_0x186b72={};a9_0x186b72['name']=a9_0x3abeb1(0x112),a9_0x186b72[a9_0x3abeb1(0xd6)]=0x7530,AfterAll(a9_0x186b72,async function(_0x1ba02f,_0x3aa243){const _0xf7ede2=a9_0x3abeb1,_0x50115d={'zfDIp':function(_0x4d3207){return _0x4d3207();},'HwJQU':'Inside\x20browserstack\x20AfterAll'};logger[_0xf7ede2(0xa2)](_0x50115d[_0xf7ede2(0xe1)]),await new Promise(async _0x1cee3b=>{const _0x213856=_0xf7ede2;await RequestQueueHandler[_0x213856(0xeb)]()[_0x213856(0x79)](),PerformanceTester[_0x213856(0xc1)](),await global[_0x213856(0x93)](),_0x50115d[_0x213856(0xf7)](_0x1cee3b);});});
@@ -1 +1 @@
1
- const a10_0x309122=a10_0x540c;(function(_0x1b9566,_0x42a4df){const _0x37a923=a10_0x540c,_0x168ea2=_0x1b9566();while(!![]){try{const _0x1ef94d=-parseInt(_0x37a923(0x92))/0x1+-parseInt(_0x37a923(0x8b))/0x2*(parseInt(_0x37a923(0x89))/0x3)+-parseInt(_0x37a923(0x6d))/0x4+-parseInt(_0x37a923(0x8c))/0x5*(parseInt(_0x37a923(0x9b))/0x6)+-parseInt(_0x37a923(0x7c))/0x7+-parseInt(_0x37a923(0x73))/0x8*(-parseInt(_0x37a923(0x97))/0x9)+-parseInt(_0x37a923(0x77))/0xa*(-parseInt(_0x37a923(0x9c))/0xb);if(_0x1ef94d===_0x42a4df)break;else _0x168ea2['push'](_0x168ea2['shift']());}catch(_0x2f5636){_0x168ea2['push'](_0x168ea2['shift']());}}}(a10_0x4cdb,0x65ecb));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x309122(0x79)),setKeepAlive=require('../../helpers/setKeepAlive'),cucumberModule=requireModule(a10_0x309122(0x75)),logger=require(a10_0x309122(0x6c))['winstonLogger'];modifyCommand(),setKeepAlive();function a10_0x540c(_0x4f5982,_0x2e378d){const _0x4cdb1b=a10_0x4cdb();return a10_0x540c=function(_0x540c04,_0x302c28){_0x540c04=_0x540c04-0x6a;let _0x399127=_0x4cdb1b[_0x540c04];return _0x399127;},a10_0x540c(_0x4f5982,_0x2e378d);}const Before=cucumberModule[a10_0x309122(0x8f)],After=cucumberModule[a10_0x309122(0x8d)],configuration=process['env'][a10_0x309122(0x95)];if(configuration!==undefined){const config=JSON['parse'](configuration);isTrue(config[a10_0x309122(0x81)])&&(global[a10_0x309122(0x6a)]=!![]),global[a10_0x309122(0x90)]=isTrue(config['skipSessionStatus']),require(a10_0x309122(0x91))[a10_0x309122(0x8e)](config),global['__platformCaps']=config['platformCaps']||{};}global[a10_0x309122(0x84)]=0x0;const __setDefaultTimeout=cucumberModule[a10_0x309122(0x96)];cucumberModule[a10_0x309122(0x96)]=_0x2727a1=>{const _0x1b490a=a10_0x309122,_0x32f356={'MdrDC':function(_0x7842c5,_0x4554a4){return _0x7842c5(_0x4554a4);}};global[_0x1b490a(0x84)]=_0x2727a1,_0x32f356[_0x1b490a(0x88)](__setDefaultTimeout,_0x2727a1);};const a10_0x465e81={};a10_0x465e81['name']=a10_0x309122(0x7d),Before(a10_0x465e81,function(){const _0x1556b9=a10_0x309122,_0x3fa9cb={};_0x3fa9cb[_0x1556b9(0x74)]=_0x1556b9(0x70);const _0x393be8=_0x3fa9cb;logger['debug'](_0x393be8[_0x1556b9(0x74)]),global[_0x1556b9(0x6f)]=[];});function a10_0x4cdb(){const _0x185199=['__skipSessionName','__driver','../../helpers/logger','1820944EWzMld','NhWQV','__error_messages__','Inside\x20browserstack\x20Before','assNa','Error:\x20quiting\x20at\x20After:\x20','2491320TAFoVp','tvrkg','cucumber/lib/index.js','debug','1630XVHPYs','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','../../helpers/helper','Error:\x20setting\x20status\x20at\x20After:\x20','\x22}}','1607704uDGDcw','bstack','CQSVA','\x20|\x20','rSyoo','skipSessionName','Inside\x20browserstack\x20After','timeout','__timeout','passed','result','jPtBL','MdrDC','246AyyUtf','initQuit','18134VtTXqZ','145iWPRKL','After','browserstackAgentV2','Before','__skipSessionStatus','../../index','46524jMWViw','UwcWv','tyWYX','CONFIG','setDefaultTimeout','9IbVAWf','pickle','then','qCPBQ','61872lBWzIk','126874tQCaxi','name','status','session_','join'];a10_0x4cdb=function(){return _0x185199;};return a10_0x4cdb();}const a10_0x34ebe4={};a10_0x34ebe4['name']=a10_0x309122(0x7d),a10_0x34ebe4[a10_0x309122(0x83)]=0x2710,After(a10_0x34ebe4,function(_0x51d434,_0x48f29d){const _0xb69983=a10_0x309122,_0x5ec518={'qCPBQ':function(_0x2469eb,_0x5f2347){return _0x2469eb===_0x5f2347;},'jPtBL':'failed','tyWYX':function(_0xfd63ce,_0x59e810,_0x2699f8,_0x557d83){return _0xfd63ce(_0x59e810,_0x2699f8,_0x557d83);},'NhWQV':_0xb69983(0x7f),'uuEnb':function(_0x3d9e3f,_0x145d97,_0x2763d4){return _0x3d9e3f(_0x145d97,_0x2763d4);},'CQSVA':_0xb69983(0x85),'UwcWv':function(_0x1dd9e1){return _0x1dd9e1();},'rSyoo':function(_0x1a4316,_0x447eb9){return _0x1a4316(_0x447eb9);},'assNa':_0xb69983(0x82)};logger[_0xb69983(0x76)](_0x5ec518[_0xb69983(0x71)]),new Promise(async(_0x1c32fc,_0x5a2bb6)=>{const _0x4f009f=_0xb69983;let _0x589504=![];try{await global['__driver'][_0x4f009f(0x9f)],_0x589504=!![],!global[_0x4f009f(0x6a)]&&await global['__driver']['executeScript'](_0x4f009f(0x78)+_0x51d434[_0x4f009f(0x98)][_0x4f009f(0x9d)]+_0x4f009f(0x7b)),_0x5ec518[_0x4f009f(0x9a)](_0x51d434[_0x4f009f(0x86)][_0x4f009f(0x9e)]['toLowerCase'](),_0x5ec518[_0x4f009f(0x87)])?await _0x5ec518[_0x4f009f(0x94)](markSessionStatus,global[_0x4f009f(0x6b)],_0x5ec518[_0x4f009f(0x87)],global[_0x4f009f(0x6f)][_0x4f009f(0xa0)](_0x5ec518[_0x4f009f(0x6e)])):await _0x5ec518['uuEnb'](markSessionStatus,global['__driver'],_0x5ec518[_0x4f009f(0x7e)]);}catch(_0x5d613f){logger['debug'](_0x4f009f(0x7a)+_0x5d613f);}if(_0x589504)try{await global['__driver'][_0x4f009f(0x8a)](),_0x5ec518['UwcWv'](_0x1c32fc);}catch(_0x4e1559){logger['debug'](_0x4f009f(0x72)+_0x4e1559),_0x5ec518[_0x4f009f(0x80)](_0x5a2bb6,_0x4e1559);}else _0x5ec518[_0x4f009f(0x93)](_0x5a2bb6);})[_0xb69983(0x99)](()=>_0x48f29d());});
1
+ const a10_0x50b813=a10_0x55c4;(function(_0x48bf39,_0xc30a68){const _0x28cc5f=a10_0x55c4,_0x16022f=_0x48bf39();while(!![]){try{const _0x1f2633=parseInt(_0x28cc5f(0x8c))/0x1*(parseInt(_0x28cc5f(0xb1))/0x2)+parseInt(_0x28cc5f(0x91))/0x3*(parseInt(_0x28cc5f(0x8e))/0x4)+-parseInt(_0x28cc5f(0x90))/0x5+-parseInt(_0x28cc5f(0x82))/0x6+parseInt(_0x28cc5f(0x8a))/0x7+parseInt(_0x28cc5f(0x88))/0x8+-parseInt(_0x28cc5f(0xa6))/0x9*(parseInt(_0x28cc5f(0xaf))/0xa);if(_0x1f2633===_0xc30a68)break;else _0x16022f['push'](_0x16022f['shift']());}catch(_0x4ffe0b){_0x16022f['push'](_0x16022f['shift']());}}}(a10_0x3468,0x3a708));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x50b813(0x8d)),setKeepAlive=require(a10_0x50b813(0xae)),cucumberModule=requireModule(a10_0x50b813(0x86)),logger=require(a10_0x50b813(0x85))['winstonLogger'];modifyCommand(),setKeepAlive();const Before=cucumberModule['Before'],After=cucumberModule[a10_0x50b813(0x98)],configuration=process[a10_0x50b813(0x96)][a10_0x50b813(0x81)];if(configuration!==undefined){const config=JSON[a10_0x50b813(0x9e)](configuration);isTrue(config[a10_0x50b813(0x7f)])&&(global[a10_0x50b813(0xa7)]=!![]),global[a10_0x50b813(0x89)]=isTrue(config['skipSessionStatus']),require('../../index')[a10_0x50b813(0x8b)](config),global[a10_0x50b813(0xa8)]=config['platformCaps']||{};}global['__timeout']=0x0;const __setDefaultTimeout=cucumberModule[a10_0x50b813(0x97)];cucumberModule[a10_0x50b813(0x97)]=_0xf47fee=>{const _0x5f44b3=a10_0x50b813,_0x58bcbf={'cdaFm':function(_0x3d7051,_0x16f274){return _0x3d7051(_0x16f274);}};global['__timeout']=_0xf47fee,_0x58bcbf[_0x5f44b3(0x9a)](__setDefaultTimeout,_0xf47fee);};const a10_0x233e93={};function a10_0x55c4(_0x1995dd,_0x473114){const _0x3468da=a10_0x3468();return a10_0x55c4=function(_0x55c4fc,_0x109c06){_0x55c4fc=_0x55c4fc-0x7c;let _0x4feb08=_0x3468da[_0x55c4fc];return _0x4feb08;},a10_0x55c4(_0x1995dd,_0x473114);}a10_0x233e93['name']=a10_0x50b813(0x94),Before(a10_0x233e93,function(){const _0x352053=a10_0x50b813,_0x5d053a={};_0x5d053a[_0x352053(0x99)]=_0x352053(0xab);const _0x3f5881=_0x5d053a;logger[_0x352053(0x9f)](_0x3f5881[_0x352053(0x99)]),global[_0x352053(0xad)]=[];});const a10_0x2dec58={};function a10_0x3468(){const _0x5904c7=['cdaFm','failed','executeScript','session_','parse','debug','RnWaJ','oqjfU','Inside\x20browserstack\x20After','__driver','result','\x20|\x20','9PVpXRH','__skipSessionName','__platformCaps','Error:\x20setting\x20status\x20at\x20After:\x20','passed','Inside\x20browserstack\x20Before','ioRDa','__error_messages__','../../helpers/setKeepAlive','3252980llJgkN','\x22}}','10bwbzoC','cMvpi','status','LUHzT','join','skipSessionName','lpUlW','CONFIG','143430zEYdyi','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','initQuit','../../helpers/logger','cucumber/lib/index.js','toLowerCase','519112HhtEIX','__skipSessionStatus','952371obXPki','browserstackAgentV2','42026cGkNdy','../../helpers/helper','964siVtys','VSRlh','806735zuIDls','4218MlPznx','timeout','then','bstack','name','env','setDefaultTimeout','After','unUjw'];a10_0x3468=function(){return _0x5904c7;};return a10_0x3468();}a10_0x2dec58[a10_0x50b813(0x95)]=a10_0x50b813(0x94),a10_0x2dec58[a10_0x50b813(0x92)]=0x2710,After(a10_0x2dec58,function(_0x2cd332,_0x3bd4b1){const _0xa9c65c=a10_0x50b813,_0x4163d0={'NNtui':function(_0x5e994b,_0x26b692){return _0x5e994b===_0x26b692;},'oqjfU':_0xa9c65c(0x9b),'lpUlW':function(_0x33c4fa,_0x7357fa,_0x22e1ce,_0x681858){return _0x33c4fa(_0x7357fa,_0x22e1ce,_0x681858);},'RnWaJ':_0xa9c65c(0xa5),'LUHzT':function(_0x55beb9,_0x2da694,_0x26954d){return _0x55beb9(_0x2da694,_0x26954d);},'WEPoz':_0xa9c65c(0xaa),'ioRDa':function(_0x52f915){return _0x52f915();},'hMiqb':function(_0x265e5e,_0xaac675){return _0x265e5e(_0xaac675);},'cMvpi':function(_0x1752d2){return _0x1752d2();},'VSRlh':_0xa9c65c(0xa2)};logger[_0xa9c65c(0x9f)](_0x4163d0[_0xa9c65c(0x8f)]),new Promise(async(_0x3995da,_0xec4f4a)=>{const _0x30ac7b=_0xa9c65c;let _0x5ca95e=![];try{await global[_0x30ac7b(0xa3)][_0x30ac7b(0x9d)],_0x5ca95e=!![],!global[_0x30ac7b(0xa7)]&&await global['__driver'][_0x30ac7b(0x9c)](_0x30ac7b(0x83)+_0x2cd332['pickle'][_0x30ac7b(0x95)]+_0x30ac7b(0xb0)),_0x4163d0['NNtui'](_0x2cd332[_0x30ac7b(0xa4)][_0x30ac7b(0x7c)][_0x30ac7b(0x87)](),_0x4163d0['oqjfU'])?await _0x4163d0[_0x30ac7b(0x80)](markSessionStatus,global[_0x30ac7b(0xa3)],_0x4163d0[_0x30ac7b(0xa1)],global['__error_messages__'][_0x30ac7b(0x7e)](_0x4163d0[_0x30ac7b(0xa0)])):await _0x4163d0[_0x30ac7b(0x7d)](markSessionStatus,global[_0x30ac7b(0xa3)],_0x4163d0['WEPoz']);}catch(_0xfcb057){logger['debug'](_0x30ac7b(0xa9)+_0xfcb057);}if(_0x5ca95e)try{await global[_0x30ac7b(0xa3)][_0x30ac7b(0x84)](),_0x4163d0[_0x30ac7b(0xac)](_0x3995da);}catch(_0x5b27f8){logger['debug']('Error:\x20quiting\x20at\x20After:\x20'+_0x5b27f8),_0x4163d0['hMiqb'](_0xec4f4a,_0x5b27f8);}else _0x4163d0[_0x30ac7b(0xb2)](_0xec4f4a);})[_0xa9c65c(0x93)](()=>_0x3bd4b1());});
@@ -1 +1 @@
1
- const a11_0xa78f60=a11_0x45ec;(function(_0x40c3ed,_0x4e4c28){const _0x49135e=a11_0x45ec,_0x3b089b=_0x40c3ed();while(!![]){try{const _0x3f4c2b=parseInt(_0x49135e(0x112))/0x1*(-parseInt(_0x49135e(0x110))/0x2)+-parseInt(_0x49135e(0x10b))/0x3+-parseInt(_0x49135e(0x10c))/0x4+-parseInt(_0x49135e(0x10e))/0x5+-parseInt(_0x49135e(0x108))/0x6*(-parseInt(_0x49135e(0x117))/0x7)+parseInt(_0x49135e(0x114))/0x8*(parseInt(_0x49135e(0x113))/0x9)+-parseInt(_0x49135e(0x10f))/0xa*(-parseInt(_0x49135e(0x115))/0xb);if(_0x3f4c2b===_0x4e4c28)break;else _0x3b089b['push'](_0x3b089b['shift']());}catch(_0x121646){_0x3b089b['push'](_0x3b089b['shift']());}}}(a11_0x326b,0x8e930));const {requireModule}=require(a11_0xa78f60(0x111)),constants=require(a11_0xa78f60(0x10a));;function a11_0x326b(){const _0x4f1638=['cucumber/lib/index.js','../utils/constants','251985WCuDnU','1950764gwoNKR','@cucumber/cucumber/lib/index.js','4762155NwqmbY','989810DJYADP','166TSuXUo','../../helpers/helper','9092ZHmauv','2254086jkrFUW','32fmVvdb','198VIKEIU','__timeout','554841mWYBJV','6ZSnznc'];a11_0x326b=function(){return _0x4f1638;};return a11_0x326b();}function a11_0x45ec(_0x2dec57,_0x259850){const _0x326bae=a11_0x326b();return a11_0x45ec=function(_0x45ec41,_0x2e8f1b){_0x45ec41=_0x45ec41-0x108;let _0x140fe5=_0x326bae[_0x45ec41];return _0x140fe5;},a11_0x45ec(_0x2dec57,_0x259850);}let cucumberModule=null;try{cucumberModule=requireModule(a11_0xa78f60(0x10d));}catch(a11_0x3c00a3){cucumberModule=requireModule(a11_0xa78f60(0x109));}cucumberModule['setDefaultTimeout'](constants['BSTACK_DELTA']+global[a11_0xa78f60(0x116)]*0x1);
1
+ function a11_0x5cbb(_0x198f95,_0x21126e){const _0x3848be=a11_0x3848();return a11_0x5cbb=function(_0x5cbbbf,_0x4085b9){_0x5cbbbf=_0x5cbbbf-0x18a;let _0x5a14bc=_0x3848be[_0x5cbbbf];return _0x5a14bc;},a11_0x5cbb(_0x198f95,_0x21126e);}const a11_0x1fc057=a11_0x5cbb;(function(_0x331ba5,_0x49966e){const _0x5a1c46=a11_0x5cbb,_0x15911f=_0x331ba5();while(!![]){try{const _0x1887c8=parseInt(_0x5a1c46(0x197))/0x1+parseInt(_0x5a1c46(0x18e))/0x2*(parseInt(_0x5a1c46(0x18b))/0x3)+parseInt(_0x5a1c46(0x18a))/0x4+parseInt(_0x5a1c46(0x18d))/0x5+parseInt(_0x5a1c46(0x198))/0x6*(-parseInt(_0x5a1c46(0x191))/0x7)+parseInt(_0x5a1c46(0x18c))/0x8*(-parseInt(_0x5a1c46(0x18f))/0x9)+-parseInt(_0x5a1c46(0x195))/0xa*(parseInt(_0x5a1c46(0x196))/0xb);if(_0x1887c8===_0x49966e)break;else _0x15911f['push'](_0x15911f['shift']());}catch(_0x1baf11){_0x15911f['push'](_0x15911f['shift']());}}}(a11_0x3848,0x46fce));const {requireModule}=require(a11_0x1fc057(0x193)),constants=require('../utils/constants');;function a11_0x3848(){const _0x3d82c8=['2784175BZfChg','1724meClDl','1807614CZcveO','cucumber/lib/index.js','7oURYWM','__timeout','../../helpers/helper','setDefaultTimeout','50720IszwZL','2167idjQBD','304553zNEiWt','876120ujcUqB','@cucumber/cucumber/lib/index.js','2325912bNbkuJ','1374dzOuED','16zHvIAr'];a11_0x3848=function(){return _0x3d82c8;};return a11_0x3848();}let cucumberModule=null;try{cucumberModule=requireModule(a11_0x1fc057(0x199));}catch(a11_0x5b109c){cucumberModule=requireModule(a11_0x1fc057(0x190));}cucumberModule[a11_0x1fc057(0x194)](constants['BSTACK_DELTA']+global[a11_0x1fc057(0x192)]*0x1);
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a12_0x2900b6=a12_0x2a86;function a12_0x4d79(){const _0x3b9fae=['https','Failed\x20to\x20establish\x20connection.','https:','describe','696687KqmEnD','2WiYmtG','hosts','bstack-accesskey','options','invalid','../../helpers/helper','config','NbShm','map','integrations-repeater','hhnCP','Hosts\x20not\x20valid','url','missing','./constants','252232VHnPRe','demandOption','BrowserStack\x20access\x20key\x20missing.','187nfqXLT','TfHfn','18160HwUtTL','command','KHETP','setupBrowserstackLocal','../../helpers/logger','10IGtOUl','type','string','winstonLogger','348lqQIIY','bstackAccessKey','help','24LnXuTT','pDcza','340104eIOIRB','integrations','info','Uyuga','Integration\x20hosts\x20missing.','browserStackLocalOptions','JYpKZ','error','port','hostname','140035CqIuxU','uVINn','usage','ocYMZ','fPtpP','bstackAccesskey','connect','accessKey','rkkeE','4075FFWKbB','setProxySettings','root','split','trim','DeCzX','XhYPC','every','join','yOQFp','1703529WIxYAq','MVFpB','toString','SwYEp','DdzAj','browserstackLocal'];a12_0x4d79=function(){return _0x3b9fae;};return a12_0x4d79();}(function(_0x1c0d57,_0x31612c){const _0x3d1fdd=a12_0x2a86,_0xb066c5=_0x1c0d57();while(!![]){try{const _0x397d6c=-parseInt(_0x3d1fdd(0x15f))/0x1*(-parseInt(_0x3d1fdd(0x174))/0x2)+-parseInt(_0x3d1fdd(0x173))/0x3+-parseInt(_0x3d1fdd(0x183))/0x4+-parseInt(_0x3d1fdd(0x188))/0x5*(-parseInt(_0x3d1fdd(0x191))/0x6)+parseInt(_0x3d1fdd(0x1a0))/0x7*(-parseInt(_0x3d1fdd(0x194))/0x8)+parseInt(_0x3d1fdd(0x169))/0x9*(-parseInt(_0x3d1fdd(0x18d))/0xa)+parseInt(_0x3d1fdd(0x186))/0xb*(parseInt(_0x3d1fdd(0x196))/0xc);if(_0x397d6c===_0x31612c)break;else _0xb066c5['push'](_0xb066c5['shift']());}catch(_0x53e8f3){_0xb066c5['push'](_0xb066c5['shift']());}}}(a12_0x4d79,0x2519a));const {default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),logger=require(a12_0x2900b6(0x18c))[a12_0x2900b6(0x190)],{URL}=require(a12_0x2900b6(0x180)),helper=require(a12_0x2900b6(0x179)),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x2900b6(0x182)),validHosts=function(_0x415831){const _0xa84953=a12_0x2900b6;return _0x415831[_0xa84953(0x162)](',')[_0xa84953(0x166)](_0x15c385=>{const _0x2f65bd=_0xa84953;try{new URL(_0x15c385[_0x2f65bd(0x163)]());}catch(_0x245b4f){return![];}return!![];});},parseOnPremHosts=function(_0x49b9ca){const _0x22b140=a12_0x2900b6,_0x2139eb={};_0x2139eb[_0x22b140(0x16d)]=function(_0x239688,_0x572c99){return _0x239688===_0x572c99;},_0x2139eb[_0x22b140(0x15e)]=_0x22b140(0x171),_0x2139eb['kXTUa']='443',_0x2139eb[_0x22b140(0x18a)]=function(_0x5dcc66,_0x4ec69b){return _0x5dcc66===_0x4ec69b;},_0x2139eb[_0x22b140(0x187)]=_0x22b140(0x16f);const _0xe2d020=_0x2139eb;return _0x49b9ca[_0x22b140(0x162)](',')[_0x22b140(0x17c)](_0x992bc2=>{const _0x231fa6=_0x22b140,_0x3a284a=new URL(_0x992bc2[_0x231fa6(0x163)]()),_0x13f38e=_0x3a284a[_0x231fa6(0x19f)],_0x2a1e2c=_0x3a284a[_0x231fa6(0x19e)]||(_0xe2d020[_0x231fa6(0x16d)](_0x3a284a['protocol'],_0xe2d020[_0x231fa6(0x15e)])?_0xe2d020['kXTUa']:'80'),_0x264c78=_0x3a284a['protocol']['replace'](':',''),_0x29ce45=_0xe2d020['KHETP'](_0x264c78,_0xe2d020[_0x231fa6(0x187)])?0x1:0x0;return _0x13f38e+','+_0x2a1e2c+','+_0x29ce45;});},connectCommandBuilder=function(_0x181ac3){const _0x3a2e84=a12_0x2900b6,_0x92d62b={};_0x92d62b[_0x3a2e84(0x1a3)]=_0x3a2e84(0x18f);const _0x3faf1b=_0x92d62b,_0x16564b={};_0x16564b[_0x3a2e84(0x172)]=HELP_MESSAGES[_0x3a2e84(0x177)][_0x3a2e84(0x192)],_0x16564b[_0x3a2e84(0x18e)]=_0x3faf1b[_0x3a2e84(0x1a3)];const _0x115150={};_0x115150[_0x3a2e84(0x172)]=HELP_MESSAGES['options'][_0x3a2e84(0x175)],_0x115150[_0x3a2e84(0x18e)]=_0x3faf1b[_0x3a2e84(0x1a3)],_0x115150[_0x3a2e84(0x184)]=!![];const _0x28ff70={};return _0x28ff70[_0x3a2e84(0x176)]=_0x16564b,_0x28ff70[_0x3a2e84(0x175)]=_0x115150,_0x181ac3['options'](_0x28ff70);},connectCommandHandler=async function(_0x13e88a){const _0x572737=a12_0x2900b6,_0xe0eeeb={'Uyuga':_0x572737(0x197),'uVINn':function(_0x2af074,_0x498d9e){return _0x2af074===_0x498d9e;},'NbShm':'undefined','yOQFp':_0x572737(0x185),'MVFpB':function(_0x5e97d2,_0x4f593b){return _0x5e97d2===_0x4f593b;},'pDcza':_0x572737(0x19a),'DeCzX':function(_0x9eced6,_0x37c898){return _0x9eced6(_0x37c898);},'yxzAT':_0x572737(0x17f),'hhnCP':_0x572737(0x17d),'SwYEp':'Connection\x20established\x20successfully.','fPtpP':_0x572737(0x170)};try{const _0x40eb8b=new BrowserStackSetup(_0x13e88a,_0xe0eeeb[_0x572737(0x199)]);_0x13e88a['bstackAccesskey']&&(_0x40eb8b['config'][_0x572737(0x15d)]=_0x13e88a[_0x572737(0x15b)]);if(_0xe0eeeb[_0x572737(0x1a1)](typeof _0x40eb8b[_0x572737(0x17a)][_0x572737(0x15d)],_0xe0eeeb[_0x572737(0x17b)])){logger[_0x572737(0x19d)](_0xe0eeeb[_0x572737(0x168)]);throw new Error(ERROR_MESSAGES[_0x572737(0x192)]['missing']);}const _0x2fa15f=_0x13e88a[_0x572737(0x175)];if(_0xe0eeeb[_0x572737(0x16a)](typeof _0x2fa15f,_0xe0eeeb[_0x572737(0x17b)])){logger['error'](_0xe0eeeb[_0x572737(0x195)]);throw new Error(ERROR_MESSAGES[_0x572737(0x175)][_0x572737(0x181)]);}if(!_0xe0eeeb[_0x572737(0x164)](validHosts,_0x2fa15f)){logger['error'](_0xe0eeeb['yxzAT']);throw new Error(ERROR_MESSAGES[_0x572737(0x175)][_0x572737(0x178)]);}const _0x30ea91=_0xe0eeeb['DeCzX'](parseOnPremHosts,_0x2fa15f);_0x40eb8b[_0x572737(0x17a)][_0x572737(0x16e)]=!![],_0x40eb8b[_0x572737(0x17a)][_0x572737(0x19b)]['localIdentifier']=_0xe0eeeb[_0x572737(0x17e)],_0x40eb8b[_0x572737(0x17a)][_0x572737(0x19b)]['only']=_0x30ea91[_0x572737(0x167)](','),helper[_0x572737(0x160)](_0x40eb8b[_0x572737(0x17a)]),await _0x40eb8b[_0x572737(0x18b)](),logger[_0x572737(0x198)](_0xe0eeeb[_0x572737(0x16c)]);}catch(_0x959910){logger[_0x572737(0x19d)](_0xe0eeeb[_0x572737(0x15a)]);throw new Error(_0x959910[_0x572737(0x16b)]());}};function run(_0xdc6b93){const _0x1acc49=a12_0x2900b6,_0xe445db={};_0xe445db[_0x1acc49(0x19c)]=_0x1acc49(0x15c),_0xe445db[_0x1acc49(0x165)]=_0x1acc49(0x193);const _0x30eb7e=_0xe445db;_0xdc6b93[_0x1acc49(0x1a2)](HELP_MESSAGES['command'][_0x1acc49(0x161)])[_0x1acc49(0x189)](_0x30eb7e[_0x1acc49(0x19c)],HELP_MESSAGES[_0x1acc49(0x189)]['connect'],connectCommandBuilder,connectCommandHandler)['demandCommand']()[_0x1acc49(0x193)](_0x30eb7e[_0x1acc49(0x165)])['epilogue'](HELP_MESSAGES[_0x1acc49(0x189)]['footer']);}function a12_0x2a86(_0x1ff12f,_0x537898){const _0x4d793c=a12_0x4d79();return a12_0x2a86=function(_0x2a860f,_0x221103){_0x2a860f=_0x2a860f-0x15a;let _0x82b0ae=_0x4d793c[_0x2a860f];return _0x82b0ae;},a12_0x2a86(_0x1ff12f,_0x537898);}module['exports']=run;
2
+ 'use strict';const a12_0x34bbd0=a12_0x222c;function a12_0x222c(_0x3031c8,_0x1e494b){const _0x405b3f=a12_0x405b();return a12_0x222c=function(_0x222c85,_0xa29d51){_0x222c85=_0x222c85-0x66;let _0x4c0c4e=_0x405b3f[_0x222c85];return _0x4c0c4e;},a12_0x222c(_0x3031c8,_0x1e494b);}(function(_0x43cdd7,_0x52725d){const _0x3ceddf=a12_0x222c,_0x1850cd=_0x43cdd7();while(!![]){try{const _0x490bbd=-parseInt(_0x3ceddf(0x74))/0x1*(parseInt(_0x3ceddf(0x9f))/0x2)+-parseInt(_0x3ceddf(0xa1))/0x3*(-parseInt(_0x3ceddf(0x6b))/0x4)+-parseInt(_0x3ceddf(0x66))/0x5+-parseInt(_0x3ceddf(0x7f))/0x6+parseInt(_0x3ceddf(0x7d))/0x7+-parseInt(_0x3ceddf(0x9d))/0x8+parseInt(_0x3ceddf(0x9c))/0x9*(parseInt(_0x3ceddf(0x75))/0xa);if(_0x490bbd===_0x52725d)break;else _0x1850cd['push'](_0x1850cd['shift']());}catch(_0x2a65a1){_0x1850cd['push'](_0x1850cd['shift']());}}}(a12_0x405b,0xdaefe));const {default:BrowserStackSetup}=require(a12_0x34bbd0(0x9a)),logger=require(a12_0x34bbd0(0xa6))[a12_0x34bbd0(0x6a)],{URL}=require(a12_0x34bbd0(0x6d)),helper=require(a12_0x34bbd0(0x81)),{HELP_MESSAGES,ERROR_MESSAGES}=require('./constants'),validHosts=function(_0x54a4a5){return _0x54a4a5['split'](',')['every'](_0x46a696=>{const _0x326f65=a12_0x222c;try{new URL(_0x46a696[_0x326f65(0xab)]());}catch(_0x25fca7){return![];}return!![];});},parseOnPremHosts=function(_0x4c2808){const _0x4c3657=a12_0x34bbd0,_0x1ca83f={};_0x1ca83f[_0x4c3657(0x8b)]=function(_0x5c587c,_0x2c52f0){return _0x5c587c===_0x2c52f0;},_0x1ca83f[_0x4c3657(0x80)]='https:',_0x1ca83f['KBmpc']=_0x4c3657(0x7c),_0x1ca83f[_0x4c3657(0x99)]=_0x4c3657(0xa4);const _0xbaabaa=_0x1ca83f;return _0x4c2808[_0x4c3657(0x73)](',')['map'](_0x42084e=>{const _0x133e10=_0x4c3657,_0x36c4aa=new URL(_0x42084e[_0x133e10(0xab)]()),_0x2e87ca=_0x36c4aa[_0x133e10(0x86)],_0x3ae9b7=_0x36c4aa[_0x133e10(0x69)]||(_0xbaabaa[_0x133e10(0x8b)](_0x36c4aa[_0x133e10(0x76)],_0xbaabaa['Zwkyv'])?_0xbaabaa[_0x133e10(0x6c)]:'80'),_0x397322=_0x36c4aa[_0x133e10(0x76)]['replace'](':',''),_0x355c74=_0xbaabaa[_0x133e10(0x8b)](_0x397322,_0xbaabaa[_0x133e10(0x99)])?0x1:0x0;return _0x2e87ca+','+_0x3ae9b7+','+_0x355c74;});},connectCommandBuilder=function(_0x67aa3a){const _0x594e0c=a12_0x34bbd0,_0x396a73={};_0x396a73[_0x594e0c(0x94)]=_0x594e0c(0x8a);const _0x26104c=_0x396a73,_0x5c6607={};_0x5c6607['describe']=HELP_MESSAGES[_0x594e0c(0xae)][_0x594e0c(0x96)],_0x5c6607[_0x594e0c(0x7e)]=_0x26104c[_0x594e0c(0x94)];const _0x261b08={};_0x261b08[_0x594e0c(0x8c)]=HELP_MESSAGES[_0x594e0c(0xae)]['hosts'],_0x261b08[_0x594e0c(0x7e)]=_0x26104c['gTMZi'],_0x261b08[_0x594e0c(0x98)]=!![];const _0x38cfc9={};return _0x38cfc9[_0x594e0c(0x90)]=_0x5c6607,_0x38cfc9['hosts']=_0x261b08,_0x67aa3a[_0x594e0c(0xae)](_0x38cfc9);},connectCommandHandler=async function(_0x3aa8af){const _0x262f58=a12_0x34bbd0,_0x4eb42a={'hLXFP':_0x262f58(0x95),'MsxUo':function(_0x1e97fc,_0x14d9c5){return _0x1e97fc===_0x14d9c5;},'rEMzw':_0x262f58(0x91),'wGlQZ':_0x262f58(0x85),'AtduV':function(_0x46f97f,_0x814450){return _0x46f97f===_0x814450;},'VESNj':_0x262f58(0x83),'YjWeD':function(_0x387714,_0x359528){return _0x387714(_0x359528);},'TpeRM':_0x262f58(0xb0),'FbRhQ':function(_0x4e1dbc,_0x5185b2){return _0x4e1dbc(_0x5185b2);},'UDbse':_0x262f58(0xaa),'NrkxS':_0x262f58(0x70),'zbXrn':_0x262f58(0x71)};try{const _0x17473e=new BrowserStackSetup(_0x3aa8af,_0x4eb42a[_0x262f58(0x77)]);_0x3aa8af[_0x262f58(0x8e)]&&(_0x17473e[_0x262f58(0x67)][_0x262f58(0x79)]=_0x3aa8af['bstackAccesskey']);if(_0x4eb42a['MsxUo'](typeof _0x17473e[_0x262f58(0x67)][_0x262f58(0x79)],_0x4eb42a[_0x262f58(0x9e)])){logger['error'](_0x4eb42a[_0x262f58(0x8f)]);throw new Error(ERROR_MESSAGES[_0x262f58(0x96)][_0x262f58(0x97)]);}const _0x3c765a=_0x3aa8af[_0x262f58(0x88)];if(_0x4eb42a[_0x262f58(0x7a)](typeof _0x3c765a,_0x4eb42a['rEMzw'])){logger[_0x262f58(0x93)](_0x4eb42a[_0x262f58(0x84)]);throw new Error(ERROR_MESSAGES[_0x262f58(0x88)][_0x262f58(0x97)]);}if(!_0x4eb42a[_0x262f58(0x9b)](validHosts,_0x3c765a)){logger[_0x262f58(0x93)](_0x4eb42a[_0x262f58(0x72)]);throw new Error(ERROR_MESSAGES['hosts']['invalid']);}const _0xe607b2=_0x4eb42a[_0x262f58(0xa2)](parseOnPremHosts,_0x3c765a);_0x17473e[_0x262f58(0x67)]['browserstackLocal']=!![],_0x17473e[_0x262f58(0x67)][_0x262f58(0xad)][_0x262f58(0x89)]=_0x4eb42a[_0x262f58(0x78)],_0x17473e[_0x262f58(0x67)][_0x262f58(0xad)]['only']=_0xe607b2['join'](','),helper[_0x262f58(0x7b)](_0x17473e['config']),await _0x17473e[_0x262f58(0xa9)](),logger[_0x262f58(0x92)](_0x4eb42a[_0x262f58(0xac)]);}catch(_0x2829c5){logger[_0x262f58(0x93)](_0x4eb42a[_0x262f58(0xaf)]);throw new Error(_0x2829c5[_0x262f58(0xa0)]());}};function run(_0x44fb7e){const _0x454060=a12_0x34bbd0,_0x1f045c={};_0x1f045c[_0x454060(0x6e)]=_0x454060(0x82),_0x1f045c[_0x454060(0x68)]=_0x454060(0x6f);const _0x293c14=_0x1f045c;_0x44fb7e['usage'](HELP_MESSAGES[_0x454060(0x8d)][_0x454060(0xa8)])['command'](_0x293c14[_0x454060(0x6e)],HELP_MESSAGES[_0x454060(0x8d)][_0x454060(0x82)],connectCommandBuilder,connectCommandHandler)[_0x454060(0xa3)]()[_0x454060(0x6f)](_0x293c14[_0x454060(0x68)])[_0x454060(0x87)](HELP_MESSAGES[_0x454060(0x8d)][_0x454060(0xa5)]);}module[a12_0x34bbd0(0xa7)]=run;function a12_0x405b(){const _0x515ab9=['Hosts\x20not\x20valid','8286370AMMNFb','config','pmGbu','port','winstonLogger','20AiZgTl','KBmpc','url','LRIHQ','help','Connection\x20established\x20successfully.','Failed\x20to\x20establish\x20connection.','TpeRM','split','179wkipVb','6997690iyimXz','protocol','hLXFP','UDbse','accessKey','AtduV','setProxySettings','443','7533470LVRXdp','type','5756184oJEoTt','Zwkyv','../../helpers/helper','connect','Integration\x20hosts\x20missing.','VESNj','BrowserStack\x20access\x20key\x20missing.','hostname','epilogue','hosts','localIdentifier','string','aODSQ','describe','command','bstackAccesskey','wGlQZ','bstack-accesskey','undefined','info','error','gTMZi','integrations','bstackAccessKey','missing','demandOption','EQifh','../../helpers/BrowserStackSetup','YjWeD','36aMdVol','9946408ZdqVFr','rEMzw','178JEWvHs','toString','538410eItSYR','FbRhQ','demandCommand','https','footer','../../helpers/logger','exports','root','setupBrowserstackLocal','integrations-repeater','trim','NrkxS','browserStackLocalOptions','options','zbXrn'];a12_0x405b=function(){return _0x515ab9;};return a12_0x405b();}
@@ -1 +1 @@
1
- var a13_0x4af9a4=a13_0x3cf2;(function(_0x300122,_0x3ceca8){var _0x2723e1=a13_0x3cf2,_0x3da2bd=_0x300122();while(!![]){try{var _0x523f87=parseInt(_0x2723e1(0x1f5))/0x1*(-parseInt(_0x2723e1(0x1eb))/0x2)+parseInt(_0x2723e1(0x1f1))/0x3*(parseInt(_0x2723e1(0x202))/0x4)+parseInt(_0x2723e1(0x1f4))/0x5*(-parseInt(_0x2723e1(0x1fe))/0x6)+-parseInt(_0x2723e1(0x207))/0x7*(parseInt(_0x2723e1(0x1f7))/0x8)+parseInt(_0x2723e1(0x1f6))/0x9+-parseInt(_0x2723e1(0x1f2))/0xa*(-parseInt(_0x2723e1(0x1ed))/0xb)+-parseInt(_0x2723e1(0x203))/0xc*(-parseInt(_0x2723e1(0x201))/0xd);if(_0x523f87===_0x3ceca8)break;else _0x3da2bd['push'](_0x3da2bd['shift']());}catch(_0x5a1c5b){_0x3da2bd['push'](_0x3da2bd['shift']());}}}(a13_0x3631,0xe5d18));function a13_0x3cf2(_0x247008,_0x27b771){var _0x36314f=a13_0x3631();return a13_0x3cf2=function(_0x3cf2ee,_0x5d4a59){_0x3cf2ee=_0x3cf2ee-0x1e9;var _0x3f00bb=_0x36314f[_0x3cf2ee];return _0x3f00bb;},a13_0x3cf2(_0x247008,_0x27b771);}var a13_0x499f6f={};a13_0x499f6f['bstackAccessKey']=a13_0x4af9a4(0x1fa),a13_0x499f6f[a13_0x4af9a4(0x1ff)]=a13_0x4af9a4(0x206);var a13_0x2f23da={};a13_0x2f23da[a13_0x4af9a4(0x1fd)]=a13_0x4af9a4(0x1ef),a13_0x2f23da[a13_0x4af9a4(0x1e9)]=a13_0x4af9a4(0x1ea),a13_0x2f23da[a13_0x4af9a4(0x1ee)]=a13_0x4af9a4(0x1fb);var a13_0x527bb3={};a13_0x527bb3[a13_0x4af9a4(0x1f0)]=a13_0x499f6f,a13_0x527bb3[a13_0x4af9a4(0x1f3)]=a13_0x2f23da,exports[a13_0x4af9a4(0x204)]=a13_0x527bb3;var a13_0x340824={};a13_0x340824[a13_0x4af9a4(0x205)]=a13_0x4af9a4(0x1f9);var a13_0x40b745={};a13_0x40b745[a13_0x4af9a4(0x205)]=a13_0x4af9a4(0x1f8),a13_0x40b745[a13_0x4af9a4(0x1ec)]='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.';var a13_0xbdc87c={};a13_0xbdc87c[a13_0x4af9a4(0x200)]=a13_0x340824,a13_0xbdc87c[a13_0x4af9a4(0x1ff)]=a13_0x40b745,exports[a13_0x4af9a4(0x1fc)]=a13_0xbdc87c;function a13_0x3631(){var _0x59c48f=['root','47244qtHMuJ','hosts','bstackAccessKey','663IJiuYu','4eYsXeT','406512fxVQFn','HELP_MESSAGES','missing','This\x20option\x20allows\x20you\x20to\x20provide\x20additional\x20configuration\x20specific\x20to\x20your\x20environment.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','371CFRNCM','connect','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','6WxsmzF','invalid','15884517pqzgDY','footer','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','options','66159vKYCHt','10caBWOT','command','1185qYiyqw','463673kokhaC','15740487oglbGe','112336MUpCoY','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','ERROR_MESSAGES'];a13_0x3631=function(){return _0x59c48f;};return a13_0x3631();}
1
+ var a13_0x35cb46=a13_0x196b;(function(_0x4d42fc,_0x24cbe9){var _0xb9e03d=a13_0x196b,_0x695e61=_0x4d42fc();while(!![]){try{var _0x4d7cee=parseInt(_0xb9e03d(0x193))/0x1+-parseInt(_0xb9e03d(0x1a3))/0x2+parseInt(_0xb9e03d(0x1a6))/0x3+parseInt(_0xb9e03d(0x1a4))/0x4+parseInt(_0xb9e03d(0x19d))/0x5*(parseInt(_0xb9e03d(0x18f))/0x6)+parseInt(_0xb9e03d(0x197))/0x7+parseInt(_0xb9e03d(0x19c))/0x8*(-parseInt(_0xb9e03d(0x196))/0x9);if(_0x4d7cee===_0x24cbe9)break;else _0x695e61['push'](_0x695e61['shift']());}catch(_0x31e8d1){_0x695e61['push'](_0x695e61['shift']());}}}(a13_0x5951,0x77464));var a13_0x52c517={};a13_0x52c517[a13_0x35cb46(0x191)]=a13_0x35cb46(0x1a5),a13_0x52c517[a13_0x35cb46(0x19b)]='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_0x521ca2={};a13_0x521ca2[a13_0x35cb46(0x19f)]=a13_0x35cb46(0x1a2),a13_0x521ca2[a13_0x35cb46(0x195)]=a13_0x35cb46(0x1a1),a13_0x521ca2[a13_0x35cb46(0x18e)]='Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.';var a13_0x56bcd7={};a13_0x56bcd7[a13_0x35cb46(0x1a0)]=a13_0x52c517,a13_0x56bcd7[a13_0x35cb46(0x192)]=a13_0x521ca2,exports[a13_0x35cb46(0x190)]=a13_0x56bcd7;function a13_0x196b(_0x295f41,_0x2071ce){var _0x5951c8=a13_0x5951();return a13_0x196b=function(_0x196b84,_0x324af0){_0x196b84=_0x196b84-0x18e;var _0x551ca1=_0x5951c8[_0x196b84];return _0x551ca1;},a13_0x196b(_0x295f41,_0x2071ce);}var a13_0x3556ff={};a13_0x3556ff[a13_0x35cb46(0x19e)]=a13_0x35cb46(0x198);function a13_0x5951(){var _0x524278=['12455304pNGdFF','30DjjYhw','missing','root','options','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','1224762imTcOs','1674256EadsdQ','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','1659777pQMJYG','footer','506922YgJJiL','HELP_MESSAGES','bstackAccessKey','command','608480fggrWj','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','connect','9yBCEyN','3994319gUXydd','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','ERROR_MESSAGES','Integration\x20hosts\x20are\x20not\x20in\x20the\x20right\x20format.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','hosts'];a13_0x5951=function(){return _0x524278;};return a13_0x5951();}var a13_0x565c10={};a13_0x565c10[a13_0x35cb46(0x19e)]=a13_0x35cb46(0x194),a13_0x565c10['invalid']=a13_0x35cb46(0x19a);var a13_0x5acf63={};a13_0x5acf63[a13_0x35cb46(0x191)]=a13_0x3556ff,a13_0x5acf63[a13_0x35cb46(0x19b)]=a13_0x565c10,exports[a13_0x35cb46(0x199)]=a13_0x5acf63;