browserstack-node-sdk 1.34.19 → 1.34.21

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 (127) 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/patchHelper.js +1 -1
  104. package/src/helpers/patchHelpers.js +1 -1
  105. package/src/helpers/percy/Percy.js +1 -1
  106. package/src/helpers/percy/PercyBinary.js +1 -1
  107. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  108. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  109. package/src/helpers/percy/PercySDK.js +1 -1
  110. package/src/helpers/percy/index.js +1 -1
  111. package/src/helpers/percy/utils.js +1 -1
  112. package/src/helpers/performance-tester.js +1 -1
  113. package/src/helpers/request-spy.js +1 -1
  114. package/src/helpers/setKeepAlive.js +1 -1
  115. package/src/helpers/test-observability/constants.js +1 -1
  116. package/src/helpers/test-observability/error-handler.js +1 -1
  117. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  118. package/src/helpers/test-observability/sessionHandler.js +1 -1
  119. package/src/helpers/test-observability/utils.js +1 -1
  120. package/src/helpers/testhub/constants.js +1 -1
  121. package/src/helpers/testhub/testhubHandler.js +1 -1
  122. package/src/helpers/testhub/utils.js +1 -1
  123. package/src/helpers/timeoutPromise.js +1 -1
  124. package/src/helpers/utilities.js +1 -1
  125. package/src/helpers/w3cMapping.js +1 -1
  126. package/src/hubAllocationMethods.js +1 -1
  127. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a6_0x22e325=a6_0x39b1;function a6_0x39b1(_0x29fde9,_0x166be1){const _0x942991=a6_0x9429();return a6_0x39b1=function(_0x39b1cf,_0x2b4ef6){_0x39b1cf=_0x39b1cf-0x135;let _0x504049=_0x942991[_0x39b1cf];return _0x504049;},a6_0x39b1(_0x29fde9,_0x166be1);}(function(_0x39afc9,_0x336e71){const _0x57ad77=a6_0x39b1,_0x4b7c15=_0x39afc9();while(!![]){try{const _0x2e162d=-parseInt(_0x57ad77(0x1ce))/0x1+parseInt(_0x57ad77(0x152))/0x2*(parseInt(_0x57ad77(0x1a8))/0x3)+parseInt(_0x57ad77(0x192))/0x4+parseInt(_0x57ad77(0x1d0))/0x5+-parseInt(_0x57ad77(0x1a0))/0x6*(-parseInt(_0x57ad77(0x1e1))/0x7)+parseInt(_0x57ad77(0x1a3))/0x8*(parseInt(_0x57ad77(0x1b9))/0x9)+parseInt(_0x57ad77(0x150))/0xa*(-parseInt(_0x57ad77(0x16e))/0xb);if(_0x2e162d===_0x336e71)break;else _0x4b7c15['push'](_0x4b7c15['shift']());}catch(_0x21625e){_0x4b7c15['push'](_0x4b7c15['shift']());}}}(a6_0x9429,0x731e6));function a6_0x9429(){const _0x20fd3c=['supportCodeLibrary','testRunStarted','testStepId','xGuSk','pickle','onTestRunStarted','finishedAt','forEach','../../../helpers/testhub/utils.js','CONFIG','onTestStepFinished','onTestStepStarted','onTestCaseStarted','FVJcd','pickleId','failed','UNDEFINED','log','onHook','Exception\x20in\x20sending\x20onTestCaseFinished\x20event:\x20\x20','name','UZBVh','CKWxI','esNcl','testCaseStartedId','30240BjcnkP','WDSnv','2oHKtGv','finished_at','path','pickleMap','enThJ','actionLocation','WkpFT','message','@cucumber/cucumber','fMagT','oVZns','failure','testCaseFinished','testStepResult','map','testCaseId','sourceLocation','pickleStepId','values','envelope','cwd','aHAnG','__platform','assign','eLXCF','Exception\x20in\x20sending\x20onTestCaseStarted:\x20','steps','push','6534IMtnUr','testCaseStarted','onStepDefinition','sendTestRunEventForCucumber','testCases','duration','GeGfz','eventDataCollector','background','extractStepContainers','Executing\x20tests\x20for\x20','toISOString','winstonLogger','mHOES','yToTj','testCaseAttempt','FAILED','keyword','HhRIK','testStepStarted','Exception\x20in\x20onTestStepFinished\x20event:\x20','getGherkinDocument','exports','CShTF','exception','YWTQE','eventBroadcaster','Exception\x20in\x20onTestStepStarted\x20event:\x20','hook','snippetBuilder','jAAFL','SMnvu','PENDING','failureType','onTestCase','toLowerCase','1940636mzBPum','rule','bstack','jRGtd','qwtfU','getGherkinStepMap','../test-observability.js','hkJsU','../../../helpers/test-observability/error-handler','JMQfC','HookRunStarted','uri','../../playwright/reporter/test-details.js','GTKPI','6svWenD','debug','feature','655336NMjSlD','logTestRunFinished','cucumber-js/test.setup.js','stepDefinition','0|3|1|4|2','113583JAiTDq','getTestCaseAttempt','meSXr','BCJpb','isBstackHook','MRIaZ','util','testRunFinished','testCaseMap','RScUr','gherkinDocument','TestRunFinished','split','sendHook','testSteps','setup','ZwUBh','27xvQXcZ','oeIyz','logTestCaseFinished','parse','onPickle','status','text','HookRunFinished','EZGdQ','onGherkinDocument','report','description','format','onSource','children','dfnvh','env','HhqfX','pQbqS','testCaseAttemptDataMap','onTestRunFinished','116166cphivl','capability','4604215ixWoid','onTestCaseFinished','hooks','zYUfz','\x20\x20\x20\x20','pyclq','UnhandledError','testStepFinished','SKIPPED','testCase','APezE','find','incrementCounter','parseTestCaseAttempt','UNKNOWN','seconds','ytZNM','4860338BXDACB','result','TestRunStarted'];a6_0x9429=function(){return _0x20fd3c;};return a6_0x9429();}const {requireModule,getPlatformName,nestedKeyValue,isUndefined}=require('../../../helpers/helper'),util=require(a6_0x22e325(0x1ae)),{Formatter,formatterHelpers,Status}=requireModule(a6_0x22e325(0x15a)),TestDetails=require(a6_0x22e325(0x19e)),TestObservabilityReporter=require(a6_0x22e325(0x198)),{o11yClassErrorHandler}=require(a6_0x22e325(0x19a)),{shouldProcessEventForTesthub}=require(a6_0x22e325(0x13f)),testObservabilityReporter=new TestObservabilityReporter(),logger=require('../../../helpers/logger')[a6_0x22e325(0x17a)],_tests={},_testCasesData={};class BrowserstackFormatter extends Formatter{constructor(_0x567f96){const _0xe742e4=a6_0x22e325,_0x365bcd={};_0x365bcd['mHOES']=_0xe742e4(0x165);const _0xa9886f=_0x365bcd;super(_0x567f96),this[_0xe742e4(0x1c3)]={},_0x567f96[_0xe742e4(0x188)]['on'](_0xa9886f[_0xe742e4(0x17b)],async _0x476db7=>{const _0x51422e=_0xe742e4;switch(!![]){case!!_0x476db7[_0x51422e(0x138)]:this[_0x51422e(0x13c)](_0x476db7[_0x51422e(0x138)]);break;case!!_0x476db7[_0x51422e(0x1af)]:this[_0x51422e(0x1cd)](_0x476db7['testRunFinished']);break;case!!_0x476db7[_0x51422e(0x16f)]:this[_0x51422e(0x143)](_0x476db7[_0x51422e(0x16f)],_0x567f96,_0x476db7);break;case!!_0x476db7['testCaseFinished']:this[_0x51422e(0x1d1)](_0x476db7[_0x51422e(0x15e)],_0x567f96,_0x476db7);break;case!!_0x476db7['testStepStarted']:this['onTestStepStarted'](_0x476db7[_0x51422e(0x181)],_0x567f96);break;case!!_0x476db7['testStepFinished']:this[_0x51422e(0x141)](_0x476db7[_0x51422e(0x1d7)],_0x567f96);break;case!!_0x476db7['hook']:this[_0x51422e(0x149)](_0x476db7[_0x51422e(0x18a)]);break;case!!_0x476db7[_0x51422e(0x1d9)]:this[_0x51422e(0x190)](_0x476db7[_0x51422e(0x1d9)]);break;case!!_0x476db7[_0x51422e(0x13b)]:this[_0x51422e(0x1bd)](_0x476db7[_0x51422e(0x13b)]);break;case!!_0x476db7[_0x51422e(0x1b2)]:this[_0x51422e(0x1c2)](_0x476db7[_0x51422e(0x1b2)]);break;}});}[a6_0x22e325(0x149)](_0x70c3de){const _0x8f7a03=a6_0x22e325;this['report'][_0x8f7a03(0x1d2)]=Object['assign']([],this[_0x8f7a03(0x1c3)][_0x8f7a03(0x1d2)]||[]),this[_0x8f7a03(0x1c3)][_0x8f7a03(0x1d2)]['push'](_0x70c3de);}['onPickle'](_0x2e4f62){const _0x21fa11=a6_0x22e325;this[_0x21fa11(0x1c3)][_0x21fa11(0x13b)]=Object[_0x21fa11(0x169)]([],this[_0x21fa11(0x1c3)][_0x21fa11(0x13b)]||[],[_0x2e4f62]),this[_0x21fa11(0x1c3)][_0x21fa11(0x13b)]['push'](_0x2e4f62);}[a6_0x22e325(0x1c2)](_0x35b1ce){const _0x56dbd8=a6_0x22e325;this[_0x56dbd8(0x1c3)][_0x56dbd8(0x1b2)]=Object[_0x56dbd8(0x169)]([],this['report'][_0x56dbd8(0x1b2)]||[],[_0x35b1ce]),this[_0x56dbd8(0x1c3)][_0x56dbd8(0x1b2)][_0x56dbd8(0x16d)](_0x35b1ce);}[a6_0x22e325(0x1c6)](_0x36ab6a){const _0x27d6f5=a6_0x22e325;this[_0x27d6f5(0x1c3)]['source']=_0x36ab6a;}[a6_0x22e325(0x170)](_0x7dfb7f){const _0x1c2ab8=a6_0x22e325;this[_0x1c2ab8(0x1c3)][_0x1c2ab8(0x1a6)]=Object[_0x1c2ab8(0x169)]([],this['report']['stepDefinition']||[],[_0x7dfb7f]),this['report'][_0x1c2ab8(0x1a6)][_0x1c2ab8(0x16d)](_0x7dfb7f);}['onTestCase'](_0x330bd9){const _0x449fd2=a6_0x22e325;this[_0x449fd2(0x1c3)]['testCases']=Object['assign']([],this[_0x449fd2(0x1c3)][_0x449fd2(0x172)]||[],[_0x330bd9]),this[_0x449fd2(0x1c3)][_0x449fd2(0x172)][_0x449fd2(0x16d)](_0x330bd9);}[a6_0x22e325(0x1bb)](_0xa4c9e2){const _0x3902c6=a6_0x22e325,_0x551c88={'eLXCF':function(_0xec39b1,_0x4d916f){return _0xec39b1!==_0x4d916f;},'PLlDX':_0x3902c6(0x194),'enThJ':function(_0x536331,_0x46db4a){return _0x536331+_0x46db4a;},'pyclq':function(_0x12ff68,_0x3e77e6){return _0x12ff68+_0x3e77e6;},'GeGfz':function(_0x50e7a8,_0x1d9ffa){return _0x50e7a8+_0x1d9ffa;},'ytZNM':_0x3902c6(0x1d4),'hkJsU':'\x20-\x20','PFglK':function(_0x3f0a7f,_0x44eabb){return _0x3f0a7f===_0x44eabb;},'YWTQE':'FAILED','fMagT':function(_0x3e69e0,_0x52e934,_0x300954){return _0x3e69e0(_0x52e934,_0x300954);},'tSHqj':_0x3902c6(0x135),'WDSnv':'message','ZwUBh':function(_0x4d9768,_0x30aff0){return _0x4d9768+_0x30aff0;},'FVJcd':function(_0x11d843,_0x1bfee5){return _0x11d843+_0x1bfee5;},'jAAFL':function(_0x208e22,_0x28d89e){return _0x208e22+_0x28d89e;},'zYUfz':function(_0x1e3ebb,_0x477de5){return _0x1e3ebb+_0x477de5;}};_0x551c88[_0x3902c6(0x16a)](global['__platform'],undefined)&&this[_0x3902c6(0x148)](_0x551c88[_0x3902c6(0x144)](_0x551c88[_0x3902c6(0x174)]('\x0a',global[_0x3902c6(0x168)]),'\x0a'));const _0x36826a=this[_0x3902c6(0x175)][_0x3902c6(0x1a9)](_0xa4c9e2[_0x3902c6(0x14f)]);this[_0x3902c6(0x148)](_0x551c88[_0x3902c6(0x18c)](_0x551c88[_0x3902c6(0x174)](_0x551c88[_0x3902c6(0x1d3)](_0x551c88[_0x3902c6(0x144)]('\x20\x20',_0x36826a[_0x3902c6(0x1b2)]['feature'][_0x3902c6(0x14b)]),_0x551c88['hkJsU']),_0x36826a[_0x3902c6(0x13b)][_0x3902c6(0x14b)]),'\x0a'));const _0x23755b={};_0x23755b['cwd']=this[_0x3902c6(0x166)],_0x23755b[_0x3902c6(0x18b)]=this[_0x3902c6(0x18b)],_0x23755b[_0x3902c6(0x137)]=this[_0x3902c6(0x137)],_0x23755b[_0x3902c6(0x17d)]=_0x36826a;const _0x5eb11e=formatterHelpers[_0x3902c6(0x1dd)](_0x23755b);let _0x3101f3=![];_0x5eb11e[_0x3902c6(0x1b6)][_0x3902c6(0x13e)](_0xc289b0=>{const _0x4e4fc9=_0x3902c6;if(_0x551c88[_0x4e4fc9(0x16a)](_0xc289b0['name'],_0x551c88['PLlDX'])&&!this[_0x4e4fc9(0x1ac)](_0xc289b0)){totalTests+=0x1,this[_0x4e4fc9(0x148)](_0x551c88[_0x4e4fc9(0x156)](_0x551c88[_0x4e4fc9(0x1d5)](_0x551c88[_0x4e4fc9(0x156)](_0x551c88[_0x4e4fc9(0x156)](_0x551c88[_0x4e4fc9(0x174)](_0x551c88[_0x4e4fc9(0x1e0)],_0xc289b0[_0x4e4fc9(0x17f)]),_0xc289b0[_0x4e4fc9(0x1bf)]||''),_0x551c88[_0x4e4fc9(0x199)]),Status[_0xc289b0[_0x4e4fc9(0x135)]['status']]),'\x0a')),this[_0x4e4fc9(0x1dc)](Status[_0xc289b0[_0x4e4fc9(0x135)][_0x4e4fc9(0x1be)]]);if(_0x551c88['PFglK'](Status[_0xc289b0[_0x4e4fc9(0x135)]['status']],_0x551c88[_0x4e4fc9(0x187)])){_0x3101f3=!![];const _0x24576a=_0x551c88[_0x4e4fc9(0x15b)](nestedKeyValue,_0xc289b0,[_0x551c88['tSHqj'],_0x551c88[_0x4e4fc9(0x151)]]);_0x24576a&&(testsErrorMessage[_0x551c88[_0x4e4fc9(0x1d5)](_0x551c88[_0x4e4fc9(0x1b8)](_0x36826a[_0x4e4fc9(0x1b2)][_0x4e4fc9(0x1a2)][_0x4e4fc9(0x14b)],_0x551c88[_0x4e4fc9(0x199)]),_0x36826a[_0x4e4fc9(0x13b)][_0x4e4fc9(0x14b)])]=_0x24576a,this[_0x4e4fc9(0x148)](_0x551c88[_0x4e4fc9(0x1b8)](_0x24576a,'\x0a')));}}}),_0x3101f3&&(testSuitesFailed+=0x1),this['log']('\x0a');}[a6_0x22e325(0x1a4)](_0x5b41){}[a6_0x22e325(0x1ac)](_0x1a414f){const _0x3ca445=a6_0x22e325,_0xe562de={};_0xe562de['dfnvh']=function(_0x304b12,_0xb036e1){return _0x304b12!==_0xb036e1;},_0xe562de[_0x3ca445(0x196)]=_0x3ca445(0x1a5);const _0x59e218=_0xe562de;if(_0x59e218[_0x3ca445(0x1c8)](_0x1a414f[_0x3ca445(0x162)],undefined))return![];if(_0x1a414f[_0x3ca445(0x157)]&&_0x1a414f[_0x3ca445(0x157)][_0x3ca445(0x19d)]['includes'](_0x59e218[_0x3ca445(0x196)]))return!![];return![];}['incrementCounter'](_0x388124){const _0x5a226d=a6_0x22e325,_0x3fa593={};_0x3fa593[_0x5a226d(0x185)]=_0x5a226d(0x17e),_0x3fa593[_0x5a226d(0x19f)]='PASSED',_0x3fa593['yToTj']=_0x5a226d(0x1d8),_0x3fa593[_0x5a226d(0x1aa)]=_0x5a226d(0x18e),_0x3fa593[_0x5a226d(0x18d)]=_0x5a226d(0x147),_0x3fa593['TsMTc']=_0x5a226d(0x1de),_0x3fa593[_0x5a226d(0x19b)]='AMBIGUOUS';const _0x19ea3d=_0x3fa593;switch(_0x388124){case _0x19ea3d['CShTF']:testsFailed+=0x1;break;case _0x19ea3d[_0x5a226d(0x19f)]:testsPassed+=0x1;break;case _0x19ea3d[_0x5a226d(0x17c)]:testsSkipped+=0x1;break;case _0x19ea3d[_0x5a226d(0x1aa)]:testsPending+=0x1;break;case _0x19ea3d['SMnvu']:testsUndefined+=0x1;break;case _0x19ea3d['TsMTc']:testsUnknown+=0x1;break;case _0x19ea3d[_0x5a226d(0x19b)]:testsAmbiguous+=0x1;break;default:break;}}[a6_0x22e325(0x13c)](_0x27eb5e){const _0x34e0e2=a6_0x22e325,_0x4659f8={'LVSBp':function(_0x499bfc,_0x32eca0){return _0x499bfc!==_0x32eca0;},'biNbs':function(_0xee2b78,_0x129465){return _0xee2b78(_0x129465);},'UtFXL':function(_0x4b55ea,_0xc5c1bd){return _0x4b55ea+_0xc5c1bd;},'Jbrif':function(_0x445f82){return _0x445f82();}};let _0x12de23;if(_0x4659f8['LVSBp'](process[_0x34e0e2(0x1c9)][_0x34e0e2(0x140)],undefined)){const _0x3ebc74=JSON[_0x34e0e2(0x1bc)](process[_0x34e0e2(0x1c9)][_0x34e0e2(0x140)]);_0x12de23=_0x3ebc74[_0x34e0e2(0x1cf)];}_0x4659f8['LVSBp'](_0x12de23,undefined)&&(global['__platform']=_0x4659f8['biNbs'](getPlatformName,_0x12de23),this[_0x34e0e2(0x148)](_0x4659f8['UtFXL'](_0x34e0e2(0x178)+global[_0x34e0e2(0x168)],'\x0a'))),_0x4659f8['Jbrif'](shouldProcessEventForTesthub)&&(TestDetails[_0x34e0e2(0x1b7)](),this['report'][_0x34e0e2(0x138)]=_0x27eb5e);}[a6_0x22e325(0x1cd)](_0x55013d){const _0x411d7f=a6_0x22e325;this[_0x411d7f(0x1c3)][_0x411d7f(0x1af)]=_0x55013d,this[_0x411d7f(0x1a4)](_0x55013d);}async[a6_0x22e325(0x143)](_0x4bbc73,_0x4191b9,_0x48107b){const _0x155596=a6_0x22e325,_0x57d35f={'aHAnG':function(_0x12763e,_0x54c711){return _0x12763e(_0x54c711);},'esNcl':_0x155596(0x136),'WkpFT':function(_0x37e6ec,_0x1844aa){return _0x37e6ec&&_0x1844aa;}};testSuites+=0x1;if(_0x57d35f[_0x155596(0x167)](shouldProcessEventForTesthub,_0x57d35f[_0x155596(0x14e)]))try{this['report'][_0x155596(0x16f)]=this[_0x155596(0x1c3)][_0x155596(0x16f)]||{},this[_0x155596(0x1c3)]['testCaseStarted'][_0x4bbc73['id']]=_0x4bbc73;const _0x593eaf=TestDetails['getTestUUID'](_0x4bbc73['id']);_testCasesData[_0x4bbc73['id']]=Object[_0x155596(0x169)]({},_0x48107b);const _0x3caa96=this[_0x155596(0x1c3)],_0xb8127d=_0x4bbc73[_0x155596(0x161)],_0x3e8dda=_0x3caa96[_0x155596(0x172)][_0x155596(0x1db)](_0x5270bb=>_0x5270bb['id']===_0xb8127d)[_0x155596(0x145)],_0x45324d=_0x3caa96[_0x155596(0x13b)]['find'](_0x270cce=>_0x270cce['id']===_0x3e8dda),_0x3c5ce5=_0x3caa96['gherkinDocument'][_0x155596(0x1db)](_0x4d8a01=>_0x4d8a01[_0x155596(0x19d)]===_0x45324d[_0x155596(0x19d)]),_0x28e977=_0x3c5ce5['feature'],_0x1f9323={'uuid':_0x593eaf,'startedAt':new Date()[_0x155596(0x179)]()};if(_0x45324d){const _0x29e765={};_0x29e765[_0x155596(0x14b)]=_0x45324d['name'],_0x1f9323['scenario']=_0x29e765;}if(_0x57d35f[_0x155596(0x158)](_0x3c5ce5,_0x28e977)){const _0x2d7614={};_0x2d7614[_0x155596(0x154)]=_0x3c5ce5[_0x155596(0x19d)],_0x2d7614[_0x155596(0x14b)]=_0x28e977[_0x155596(0x14b)],_0x2d7614[_0x155596(0x1c4)]=_0x28e977[_0x155596(0x1c4)],_0x1f9323[_0x155596(0x1a2)]=_0x2d7614;}_tests[_0xb8127d]=_0x1f9323,await testObservabilityReporter[_0x155596(0x171)](_0x48107b,_0x3c5ce5,_0x45324d,_0x57d35f[_0x155596(0x14e)],_0x1f9323);}catch(_0x17e554){logger['debug'](_0x155596(0x16b)+util[_0x155596(0x1c5)](_0x17e554)+'\x20');}}async[a6_0x22e325(0x1d1)](_0x5498e7,_0x37f51a,_0x2f688a){const _0x2c34e7=a6_0x22e325,_0x2136fe={'kETdS':function(_0x1eaaff,_0x4730db){return _0x1eaaff(_0x4730db);},'UZBVh':_0x2c34e7(0x1b3)};this[_0x2c34e7(0x1bb)](_0x5498e7);if(_0x2136fe['kETdS'](shouldProcessEventForTesthub,_0x2136fe[_0x2c34e7(0x14c)]))try{this[_0x2c34e7(0x1c3)][_0x2c34e7(0x15e)]=this[_0x2c34e7(0x1c3)][_0x2c34e7(0x15e)]||{},this[_0x2c34e7(0x1c3)][_0x2c34e7(0x15e)][_0x5498e7['testCaseStartedId']]=_0x5498e7,_testCasesData[_0x2f688a['id']]=Object['assign']({},_0x2f688a);const _0x3c20a8=_0x5498e7['testCaseStartedId'],_0xb83f51=_0x37f51a[_0x2c34e7(0x175)]['testCaseAttemptDataMap'][_0x3c20a8][_0x2c34e7(0x161)],_0x3d8dca=_0x37f51a[_0x2c34e7(0x175)][_0x2c34e7(0x1b0)][_0xb83f51],_0x54c514=_0x3d8dca['pickleId'],_0x260f2b=_0x37f51a[_0x2c34e7(0x175)][_0x2c34e7(0x155)][_0x54c514],_0x210640=this[_0x2c34e7(0x183)](_0x37f51a,_0x260f2b),_0x46ea89=_tests[_0xb83f51];_0x46ea89&&(delete _tests[_0xb83f51],_0x46ea89[_0x2c34e7(0x13d)]=new Date()['toISOString']()),await testObservabilityReporter[_0x2c34e7(0x171)](_0x2f688a,_0x210640,_0x260f2b,_0x2136fe[_0x2c34e7(0x14c)],_0x46ea89);}catch(_0x40a5df){logger[_0x2c34e7(0x1a1)](_0x2c34e7(0x14a)+util['format'](_0x40a5df));}}async['onTestStepStarted'](_0x138dab,_0x397dfd){const _0x59dbf3=a6_0x22e325,_0x3c505c={'BCJpb':function(_0x134465,_0x8509aa){return _0x134465(_0x8509aa);},'oVZns':_0x59dbf3(0x19c),'HhqfX':function(_0x2c77f4,_0x16a20f){return _0x2c77f4!==_0x16a20f;},'xGuSk':_0x59dbf3(0x139)};if(_0x3c505c[_0x59dbf3(0x1ab)](shouldProcessEventForTesthub,_0x3c505c['oVZns']))try{this[_0x59dbf3(0x1c3)][_0x59dbf3(0x181)]=this['report'][_0x59dbf3(0x181)]||{},this[_0x59dbf3(0x1c3)][_0x59dbf3(0x181)][_0x138dab[_0x59dbf3(0x14f)]]=_0x138dab;const _0x2b9733=_0x138dab[_0x59dbf3(0x14f)],_0x115106=_0x397dfd[_0x59dbf3(0x175)][_0x59dbf3(0x1cc)][_0x2b9733][_0x59dbf3(0x161)],_0x2a8175=this[_0x59dbf3(0x1c3)][_0x59dbf3(0x172)][_0x59dbf3(0x1db)](_0x1743f5=>_0x1743f5['id']===_0x115106)[_0x59dbf3(0x145)],_0x86d751=this[_0x59dbf3(0x1c3)][_0x59dbf3(0x13b)][_0x59dbf3(0x1db)](_0x241309=>_0x241309['id']===_0x2a8175),_0x9afb8=this[_0x59dbf3(0x1c3)][_0x59dbf3(0x172)][_0x59dbf3(0x1db)](_0x58e43e=>_0x58e43e['id']===_0x115106)[_0x59dbf3(0x1b6)],_0x420caf=this['report'][_0x59dbf3(0x181)][_0x2b9733][_0x59dbf3(0x139)],_0x25fa40=_0x9afb8[_0x59dbf3(0x1db)](_0x1e63af=>_0x1e63af['id']===_0x420caf)['pickleStepId'],_0x509e51=_0x86d751[_0x59dbf3(0x16c)]['find'](_0x2a18b1=>_0x2a18b1['id']===_0x25fa40);if(_0x25fa40&&_tests[_0x115106]&&_0x3c505c[_0x59dbf3(0x1ca)](_tests[_0x115106][_0x3c505c[_0x59dbf3(0x13a)]],_0x420caf)){_tests[_0x115106][_0x3c505c[_0x59dbf3(0x13a)]]=_0x420caf;const _0x6f5e71={};_0x6f5e71[_0x59dbf3(0x16c)]=[];const _0x389db8=_tests[_0x115106]||_0x6f5e71;_0x389db8&&!_0x389db8['steps']&&(_0x389db8[_0x59dbf3(0x16c)]=[]),_0x389db8[_0x59dbf3(0x16c)]['push']({'id':_0x509e51['id'],'text':_0x509e51[_0x59dbf3(0x1bf)],'started_at':new Date()[_0x59dbf3(0x179)]()}),_tests[_0x115106]=_0x389db8;}await testObservabilityReporter[_0x59dbf3(0x1b5)](this['report'],_0x2b9733,_0x3c505c[_0x59dbf3(0x15c)],_0x9afb8,_0x420caf,_tests[_0x115106]);}catch(_0x30457a){logger[_0x59dbf3(0x1a1)](_0x59dbf3(0x189)+util[_0x59dbf3(0x1c5)](_0x30457a));}}async[a6_0x22e325(0x141)](_0x42c202,_0x479770){const _0x437916=a6_0x22e325,_0xe2efda={'oeIyz':function(_0x448a91,_0x57dbdf){return _0x448a91===_0x57dbdf;},'CKWxI':_0x437916(0x1a7),'MRIaZ':function(_0x56802e,_0x350b75){return _0x56802e(_0x350b75);},'pQbqS':_0x437916(0x1c0),'EZGdQ':function(_0xbac92b,_0x9091f4){return _0xbac92b===_0x9091f4;},'RScUr':_0x437916(0x146),'APezE':function(_0x196251,_0x2a6081){return _0x196251===_0x2a6081;},'jRGtd':_0x437916(0x1d6),'HhRIK':_0x437916(0x139)};this['report'][_0x437916(0x1d7)]=this[_0x437916(0x1c3)][_0x437916(0x1d7)]||{},this[_0x437916(0x1c3)][_0x437916(0x1d7)][_0x42c202['testCaseStartedId']]=_0x42c202;if(_0xe2efda[_0x437916(0x1ad)](shouldProcessEventForTesthub,_0xe2efda[_0x437916(0x1cb)]))try{const _0x4b5f3c=_0x42c202['testCaseStartedId'],_0x2b44c4=_0x479770[_0x437916(0x175)][_0x437916(0x1cc)][_0x4b5f3c][_0x437916(0x161)],_0x1416a6=_0x479770[_0x437916(0x175)][_0x437916(0x1b0)][_0x2b44c4],_0x5b1bac=_0x1416a6['pickleId'],_0x135888=_0x479770['eventDataCollector'][_0x437916(0x155)][_0x5b1bac],_0x234701=_0x42c202[_0x437916(0x139)],_0x13e498=_0x1416a6[_0x437916(0x1b6)],_0x5da84b=this[_0x437916(0x175)][_0x437916(0x1a9)](_0x4b5f3c),_0x8aab43=_0x13e498[_0x437916(0x1db)](_0x47ba67=>_0x47ba67['id']===_0x234701)[_0x437916(0x163)];let _0x292060,_0x56a649;_0x42c202[_0x437916(0x15f)]&&_0xe2efda[_0x437916(0x1c1)](_0x42c202[_0x437916(0x15f)][_0x437916(0x1be)]['toString']()[_0x437916(0x191)](),_0xe2efda[_0x437916(0x1b1)])&&(_0x292060=_0xe2efda[_0x437916(0x1da)](_0x42c202[_0x437916(0x15f)]['exception'],undefined)?_0x42c202[_0x437916(0x15f)][_0x437916(0x159)]:_0x42c202[_0x437916(0x15f)]['exception']['message'],_0x56a649=_0xe2efda[_0x437916(0x1ba)](_0x42c202[_0x437916(0x15f)][_0x437916(0x186)],undefined)?_0xe2efda[_0x437916(0x195)]:_0x42c202[_0x437916(0x15f)][_0x437916(0x159)]);await testObservabilityReporter[_0x437916(0x1b5)](this[_0x437916(0x1c3)],_0x4b5f3c,_0xe2efda['pQbqS'],_0x13e498,_0x234701,_tests[_0x2b44c4]);if(_0x8aab43&&_tests[_0x2b44c4][_0xe2efda[_0x437916(0x180)]]){const _0x406d0d=_0x135888[_0x437916(0x16c)][_0x437916(0x1db)](_0x464016=>_0x464016['id']===_0x8aab43),_0x106d98={};_0x106d98[_0x437916(0x16c)]=[];const _0x8c5c83=_tests[_0x2b44c4]||_0x106d98;!_0x8c5c83[_0x437916(0x16c)]?_0x8c5c83['steps']=[{'id':_0x406d0d['id'],'text':_0x406d0d[_0x437916(0x1bf)],'finished_at':new Date()[_0x437916(0x179)](),'result':_0x42c202[_0x437916(0x15f)][_0x437916(0x1be)],'duration':_0x42c202['testStepResult'][_0x437916(0x173)][_0x437916(0x1df)],'failure':_0x292060,'failureType':_0x56a649}]:_0x8c5c83[_0x437916(0x16c)][_0x437916(0x13e)](_0x134fe1=>{const _0x299048=_0x437916;if(_0xe2efda['oeIyz'](_0x134fe1['id'],_0x406d0d['id'])){const _0x2cf343=_0xe2efda[_0x299048(0x14d)][_0x299048(0x1b4)]('|');let _0x465e03=0x0;while(!![]){switch(_0x2cf343[_0x465e03++]){case'0':_0x134fe1[_0x299048(0x153)]=new Date()[_0x299048(0x179)]();continue;case'1':_0x134fe1[_0x299048(0x173)]=_0x42c202['testStepResult'][_0x299048(0x173)][_0x299048(0x1df)];continue;case'2':_0x134fe1[_0x299048(0x18f)]=_0x56a649;continue;case'3':_0x134fe1['result']=_0x42c202[_0x299048(0x15f)][_0x299048(0x1be)];continue;case'4':_0x134fe1[_0x299048(0x15d)]=_0x292060;continue;}break;}}}),_tests[_0x2b44c4]=_0x8c5c83,delete _tests[_0x2b44c4][_0xe2efda['HhRIK']];}}catch(_0xac14e2){logger[_0x437916(0x1a1)](_0x437916(0x182)+util[_0x437916(0x1c5)](_0xac14e2));}}[a6_0x22e325(0x197)](_0x39d9e3){const _0x53e10f=a6_0x22e325,_0x351936={};return _0x39d9e3[_0x53e10f(0x1a2)]['children'][_0x53e10f(0x160)](this[_0x53e10f(0x177)])['flat']()[_0x53e10f(0x13e)](_0x26fe43=>_0x26fe43['steps'][_0x53e10f(0x13e)](_0x4a3668=>_0x351936[_0x4a3668['id']]=_0x4a3668)),_0x351936;}[a6_0x22e325(0x177)](_0x2b0813){const _0x3c0ebb=a6_0x22e325,_0x18f6fc={'KkcEy':function(_0x583a8d,_0x52936f){return _0x583a8d(_0x52936f);},'DQhXa':function(_0x2210a9,_0x4cec51){return _0x2210a9(_0x4cec51);}};if(!_0x18f6fc['KkcEy'](isUndefined,_0x2b0813[_0x3c0ebb(0x176)]))return[_0x2b0813[_0x3c0ebb(0x176)]];else{if(!_0x18f6fc['DQhXa'](isUndefined,_0x2b0813[_0x3c0ebb(0x193)]))return _0x2b0813['rule'][_0x3c0ebb(0x1c7)][_0x3c0ebb(0x160)](_0x530872=>!isUndefined(_0x530872[_0x3c0ebb(0x176)])?_0x530872['background']:_0x530872['scenario']);};return[_0x2b0813['scenario']];}[a6_0x22e325(0x183)](_0x5db182,_0x1f8356){const _0x298cc3=a6_0x22e325;return Object[_0x298cc3(0x164)](_0x5db182['eventDataCollector']['gherkinDocumentMap'])['find'](_0x48f996=>_0x48f996[_0x298cc3(0x19d)]===_0x1f8356[_0x298cc3(0x19d)]);}}module[a6_0x22e325(0x184)]=o11yClassErrorHandler(BrowserstackFormatter,[a6_0x22e325(0x143),'onTestCaseFinished',a6_0x22e325(0x142),a6_0x22e325(0x141),a6_0x22e325(0x13c),'onTestRunFinished',a6_0x22e325(0x177),a6_0x22e325(0x183),a6_0x22e325(0x197)]);
1
+ const a6_0x14bac=a6_0x1df3;(function(_0x3edd08,_0x24ff33){const _0x458127=a6_0x1df3,_0x1ba60b=_0x3edd08();while(!![]){try{const _0x40d61d=-parseInt(_0x458127(0x21f))/0x1+-parseInt(_0x458127(0x233))/0x2+-parseInt(_0x458127(0x1f9))/0x3+-parseInt(_0x458127(0x27b))/0x4+parseInt(_0x458127(0x1f4))/0x5*(-parseInt(_0x458127(0x228))/0x6)+-parseInt(_0x458127(0x268))/0x7*(-parseInt(_0x458127(0x261))/0x8)+parseInt(_0x458127(0x258))/0x9;if(_0x40d61d===_0x24ff33)break;else _0x1ba60b['push'](_0x1ba60b['shift']());}catch(_0x1c02bb){_0x1ba60b['push'](_0x1ba60b['shift']());}}}(a6_0x3bbc,0x76ec0));const {requireModule,getPlatformName,nestedKeyValue,isUndefined}=require(a6_0x14bac(0x1f7)),util=require(a6_0x14bac(0x205)),{Formatter,formatterHelpers,Status}=requireModule(a6_0x14bac(0x264)),TestDetails=require(a6_0x14bac(0x201)),TestObservabilityReporter=require(a6_0x14bac(0x243)),{o11yClassErrorHandler}=require(a6_0x14bac(0x21c)),{shouldProcessEventForTesthub}=require('../../../helpers/testhub/utils.js'),testObservabilityReporter=new TestObservabilityReporter(),logger=require(a6_0x14bac(0x240))[a6_0x14bac(0x208)],_tests={},_testCasesData={};function a6_0x1df3(_0x4126e3,_0x1872d0){const _0x3bbc61=a6_0x3bbc();return a6_0x1df3=function(_0x1df366,_0x59f71f){_0x1df366=_0x1df366-0x1e3;let _0x4a7fc2=_0x3bbc61[_0x1df366];return _0x4a7fc2;},a6_0x1df3(_0x4126e3,_0x1872d0);}function a6_0x3bbc(){const _0x47fa41=['supportCodeLibrary','exception','LPvlI','toString','sIIpa','uLzuO','split','vwMrf','seconds','find','status','JefUK','snippetBuilder','stepDefinition','../../../helpers/test-observability/error-handler','dtPhU','cwd','772936VuGueG','JsxGu','PENDING','Exception\x20in\x20sending\x20onTestCaseFinished\x20event:\x20\x20','finished_at','TestRunStarted','Exception\x20in\x20onTestStepFinished\x20event:\x20','failure','background','4230738YzXPBh','RxAmh','mqsiO','env','sendHook','onTestRunStarted','testSteps','eventDataCollector','TestRunFinished','testRunStarted','tSsdf','1512056Wdaosd','wxfFP','zKVTg','cpNXC','CONFIG','logTestRunFinished','failed','JGlPJ','onTestStepStarted','onHook','onTestCaseStarted','pickleId','testStepId','../../../helpers/logger','testStepFinished','testCases','../test-observability.js','keyword','result','Executing\x20tests\x20for\x20','mSoKF','testStepStarted','onPickle','getGherkinDocument','RRyKW','KoiNH','onTestCaseFinished','sendTestRunEventForCucumber','testCaseStartedId','pickleStepId','format','log','SKIPPED','KGMeN','map','hooks','envelope','29291607RlJZQe','RQkkz','UNDEFINED','\x20\x20\x20\x20','testCaseFinished','flat','uri','testCaseStarted','rVMRz','2472BqEAFn','UNKNOWN','testCaseId','@cucumber/cucumber','extractStepContainers','assign','getTestUUID','7091hnEYGW','gherkinDocument','steps','GXeyJ','reNKl','Exception\x20in\x20onTestStepStarted\x20event:\x20','finishedAt','actionLocation','drEDU','parse','debug','onGherkinDocument','setup','tuXxz','name','JPqQY','description','LzYmg','eaPGe','2356308PZqwOL','OWLnx','wkzPO','onTestCase','hook','onTestRunFinished','testCaseMap','incrementCounter','includes','kIdal','lhADP','MZrJW','pickleMap','cucumber-js/test.setup.js','testRunFinished','push','__platform','KuCYs','USxMw','children','failureType','2|4|1|0|3','onTestStepFinished','HIJFL','scenario','AMBIGUOUS','testStepResult','SRgWy','testCaseAttemptDataMap','message','isBstackHook','bstack','feature','toISOString','text','5lhTHnL','values','rule','../../../helpers/helper','report','772116GjmUey','getGherkinStepMap','testCase','eventBroadcaster','pickle','FAILED','forEach','sourceLocation','../../playwright/reporter/test-details.js','duration','QGNhC','onStepDefinition','util','HimkG','parseTestCaseAttempt','winstonLogger','HookRunStarted','path','onSource','getTestCaseAttempt','exports'];a6_0x3bbc=function(){return _0x47fa41;};return a6_0x3bbc();}class BrowserstackFormatter extends Formatter{constructor(_0x3662ee){const _0x2ee831=a6_0x14bac,_0x1deeb5={};_0x1deeb5['Hlixo']=_0x2ee831(0x257);const _0x107c20=_0x1deeb5;super(_0x3662ee),this[_0x2ee831(0x1f8)]={},_0x3662ee[_0x2ee831(0x1fc)]['on'](_0x107c20['Hlixo'],async _0x20b081=>{const _0x5f53fc=_0x2ee831;switch(!![]){case!!_0x20b081[_0x5f53fc(0x231)]:this[_0x5f53fc(0x22d)](_0x20b081[_0x5f53fc(0x231)]);break;case!!_0x20b081['testRunFinished']:this[_0x5f53fc(0x280)](_0x20b081[_0x5f53fc(0x289)]);break;case!!_0x20b081[_0x5f53fc(0x25f)]:this[_0x5f53fc(0x23d)](_0x20b081['testCaseStarted'],_0x3662ee,_0x20b081);break;case!!_0x20b081[_0x5f53fc(0x25c)]:this[_0x5f53fc(0x24d)](_0x20b081[_0x5f53fc(0x25c)],_0x3662ee,_0x20b081);break;case!!_0x20b081[_0x5f53fc(0x248)]:this[_0x5f53fc(0x23b)](_0x20b081[_0x5f53fc(0x248)],_0x3662ee);break;case!!_0x20b081[_0x5f53fc(0x241)]:this['onTestStepFinished'](_0x20b081[_0x5f53fc(0x241)],_0x3662ee);break;case!!_0x20b081[_0x5f53fc(0x27f)]:this[_0x5f53fc(0x23c)](_0x20b081[_0x5f53fc(0x27f)]);break;case!!_0x20b081[_0x5f53fc(0x1fb)]:this[_0x5f53fc(0x27e)](_0x20b081[_0x5f53fc(0x1fb)]);break;case!!_0x20b081[_0x5f53fc(0x1fd)]:this[_0x5f53fc(0x249)](_0x20b081[_0x5f53fc(0x1fd)]);break;case!!_0x20b081[_0x5f53fc(0x269)]:this[_0x5f53fc(0x273)](_0x20b081[_0x5f53fc(0x269)]);break;}});}[a6_0x14bac(0x23c)](_0x2d9379){const _0x16f90a=a6_0x14bac;this[_0x16f90a(0x1f8)]['hooks']=Object['assign']([],this['report'][_0x16f90a(0x256)]||[]),this['report'][_0x16f90a(0x256)][_0x16f90a(0x28a)](_0x2d9379);}[a6_0x14bac(0x249)](_0x3411c0){const _0x9520a0=a6_0x14bac;this[_0x9520a0(0x1f8)][_0x9520a0(0x1fd)]=Object[_0x9520a0(0x266)]([],this[_0x9520a0(0x1f8)]['pickle']||[],[_0x3411c0]),this[_0x9520a0(0x1f8)][_0x9520a0(0x1fd)][_0x9520a0(0x28a)](_0x3411c0);}[a6_0x14bac(0x273)](_0x2cbcfe){const _0x759c4f=a6_0x14bac;this[_0x759c4f(0x1f8)][_0x759c4f(0x269)]=Object[_0x759c4f(0x266)]([],this[_0x759c4f(0x1f8)][_0x759c4f(0x269)]||[],[_0x2cbcfe]),this[_0x759c4f(0x1f8)][_0x759c4f(0x269)][_0x759c4f(0x28a)](_0x2cbcfe);}[a6_0x14bac(0x20b)](_0x9dfbb4){const _0x24477d=a6_0x14bac;this[_0x24477d(0x1f8)]['source']=_0x9dfbb4;}[a6_0x14bac(0x204)](_0x37281c){const _0x5ae3df=a6_0x14bac;this[_0x5ae3df(0x1f8)][_0x5ae3df(0x21b)]=Object[_0x5ae3df(0x266)]([],this['report'][_0x5ae3df(0x21b)]||[],[_0x37281c]),this[_0x5ae3df(0x1f8)][_0x5ae3df(0x21b)][_0x5ae3df(0x28a)](_0x37281c);}[a6_0x14bac(0x27e)](_0x2f9ecb){const _0x512164=a6_0x14bac;this[_0x512164(0x1f8)][_0x512164(0x242)]=Object[_0x512164(0x266)]([],this[_0x512164(0x1f8)][_0x512164(0x242)]||[],[_0x2f9ecb]),this[_0x512164(0x1f8)][_0x512164(0x242)]['push'](_0x2f9ecb);}['logTestCaseFinished'](_0x57af0c){const _0x5a8b80=a6_0x14bac,_0x23094c={'uLzuO':function(_0x494c3a,_0x52a4ee){return _0x494c3a!==_0x52a4ee;},'rGkDc':_0x5a8b80(0x1f0),'JGlPJ':function(_0x10fa60,_0x4b93e3){return _0x10fa60+_0x4b93e3;},'RRyKW':function(_0x5e8134,_0x1faa62){return _0x5e8134+_0x1faa62;},'mqsiO':function(_0x461198,_0x4d830b){return _0x461198+_0x4d830b;},'zKVTg':_0x5a8b80(0x25b),'KoiNH':'\x20-\x20','LzYmg':function(_0x34fa11,_0x21750b){return _0x34fa11===_0x21750b;},'RQkkz':'FAILED','SRgWy':function(_0x4c065c,_0x1077ab,_0x563a7c){return _0x4c065c(_0x1077ab,_0x563a7c);},'OWLnx':'result','GKBNy':_0x5a8b80(0x1ee),'gBnxy':function(_0x1e7528,_0x25bd31){return _0x1e7528+_0x25bd31;},'tuXxz':function(_0x5bf12e,_0x2d6a5d){return _0x5bf12e+_0x2d6a5d;},'USxMw':function(_0x2d43ab,_0x1a632b){return _0x2d43ab+_0x1a632b;},'JPqQY':function(_0x109d4e,_0x4f999b){return _0x109d4e+_0x4f999b;}};_0x23094c[_0x5a8b80(0x213)](global[_0x5a8b80(0x28b)],undefined)&&this[_0x5a8b80(0x252)](_0x23094c[_0x5a8b80(0x275)](_0x23094c[_0x5a8b80(0x275)]('\x0a',global[_0x5a8b80(0x28b)]),'\x0a'));const _0x1f4092=this[_0x5a8b80(0x22f)][_0x5a8b80(0x20c)](_0x57af0c[_0x5a8b80(0x24f)]);this[_0x5a8b80(0x252)](_0x23094c[_0x5a8b80(0x275)](_0x23094c[_0x5a8b80(0x23a)](_0x23094c[_0x5a8b80(0x1e3)](_0x23094c[_0x5a8b80(0x277)]('\x20\x20',_0x1f4092[_0x5a8b80(0x269)][_0x5a8b80(0x1f1)]['name']),_0x23094c[_0x5a8b80(0x24c)]),_0x1f4092['pickle'][_0x5a8b80(0x276)]),'\x0a'));const _0x593d11={};_0x593d11[_0x5a8b80(0x21e)]=this[_0x5a8b80(0x21e)],_0x593d11[_0x5a8b80(0x21a)]=this[_0x5a8b80(0x21a)],_0x593d11[_0x5a8b80(0x20e)]=this['supportCodeLibrary'],_0x593d11['testCaseAttempt']=_0x1f4092;const _0x50ba95=formatterHelpers[_0x5a8b80(0x207)](_0x593d11);let _0x434aff=![];_0x50ba95[_0x5a8b80(0x22e)][_0x5a8b80(0x1ff)](_0x5036b8=>{const _0x507615=_0x5a8b80;if(_0x23094c['uLzuO'](_0x5036b8[_0x507615(0x276)],_0x23094c['rGkDc'])&&!this[_0x507615(0x1ef)](_0x5036b8)){totalTests+=0x1,this[_0x507615(0x252)](_0x23094c['JGlPJ'](_0x23094c[_0x507615(0x24b)](_0x23094c[_0x507615(0x24b)](_0x23094c[_0x507615(0x22a)](_0x23094c['RRyKW'](_0x23094c[_0x507615(0x235)],_0x5036b8[_0x507615(0x244)]),_0x5036b8[_0x507615(0x1f3)]||''),_0x23094c[_0x507615(0x24c)]),Status[_0x5036b8['result'][_0x507615(0x218)]]),'\x0a')),this[_0x507615(0x282)](Status[_0x5036b8[_0x507615(0x245)][_0x507615(0x218)]]);if(_0x23094c[_0x507615(0x279)](Status[_0x5036b8[_0x507615(0x245)][_0x507615(0x218)]],_0x23094c[_0x507615(0x259)])){_0x434aff=!![];const _0x1ad28a=_0x23094c[_0x507615(0x1ec)](nestedKeyValue,_0x5036b8,[_0x23094c[_0x507615(0x27c)],_0x23094c['GKBNy']]);_0x1ad28a&&(testsErrorMessage[_0x23094c[_0x507615(0x24b)](_0x23094c['gBnxy'](_0x1f4092[_0x507615(0x269)][_0x507615(0x1f1)][_0x507615(0x276)],_0x23094c[_0x507615(0x24c)]),_0x1f4092['pickle'][_0x507615(0x276)])]=_0x1ad28a,this[_0x507615(0x252)](_0x23094c['RRyKW'](_0x1ad28a,'\x0a')));}}}),_0x434aff&&(testSuitesFailed+=0x1),this[_0x5a8b80(0x252)]('\x0a');}[a6_0x14bac(0x238)](_0x3f7f63){}[a6_0x14bac(0x1ef)](_0x562aea){const _0x5c2a77=a6_0x14bac,_0x3a63e6={};_0x3a63e6[_0x5c2a77(0x254)]=function(_0x5e7d9e,_0x216323){return _0x5e7d9e!==_0x216323;},_0x3a63e6[_0x5c2a77(0x220)]=_0x5c2a77(0x288);const _0xa6b626=_0x3a63e6;if(_0xa6b626[_0x5c2a77(0x254)](_0x562aea[_0x5c2a77(0x200)],undefined))return![];if(_0x562aea[_0x5c2a77(0x26f)]&&_0x562aea[_0x5c2a77(0x26f)]['uri'][_0x5c2a77(0x283)](_0xa6b626[_0x5c2a77(0x220)]))return!![];return![];}[a6_0x14bac(0x282)](_0x5abccd){const _0x2ffcb5=a6_0x14bac,_0x4228cf={};_0x4228cf[_0x2ffcb5(0x234)]=_0x2ffcb5(0x1fe),_0x4228cf[_0x2ffcb5(0x26c)]='PASSED',_0x4228cf[_0x2ffcb5(0x26b)]=_0x2ffcb5(0x253),_0x4228cf['KyqJS']=_0x2ffcb5(0x221),_0x4228cf['HimkG']=_0x2ffcb5(0x25a),_0x4228cf[_0x2ffcb5(0x212)]=_0x2ffcb5(0x262),_0x4228cf['wkzPO']=_0x2ffcb5(0x1ea);const _0xf7f684=_0x4228cf;switch(_0x5abccd){case _0xf7f684['wxfFP']:testsFailed+=0x1;break;case _0xf7f684['reNKl']:testsPassed+=0x1;break;case _0xf7f684[_0x2ffcb5(0x26b)]:testsSkipped+=0x1;break;case _0xf7f684['KyqJS']:testsPending+=0x1;break;case _0xf7f684[_0x2ffcb5(0x206)]:testsUndefined+=0x1;break;case _0xf7f684['sIIpa']:testsUnknown+=0x1;break;case _0xf7f684[_0x2ffcb5(0x27d)]:testsAmbiguous+=0x1;break;default:break;}}[a6_0x14bac(0x22d)](_0x40c1df){const _0xd7f104=a6_0x14bac,_0x3371b2={'LPvlI':function(_0x52d063,_0x345707){return _0x52d063!==_0x345707;},'saLiX':function(_0x14f447,_0x58bb8d){return _0x14f447!==_0x58bb8d;},'YPDOb':function(_0x148a3a,_0x29fb91){return _0x148a3a(_0x29fb91);},'NYLaA':function(_0x4a54a6,_0x54db20){return _0x4a54a6+_0x54db20;},'IzlYY':function(_0x5611e1){return _0x5611e1();}};let _0x535516;if(_0x3371b2[_0xd7f104(0x210)](process[_0xd7f104(0x22b)]['CONFIG'],undefined)){const _0x6e0e27=JSON[_0xd7f104(0x271)](process[_0xd7f104(0x22b)][_0xd7f104(0x237)]);_0x535516=_0x6e0e27['capability'];}_0x3371b2['saLiX'](_0x535516,undefined)&&(global['__platform']=_0x3371b2['YPDOb'](getPlatformName,_0x535516),this[_0xd7f104(0x252)](_0x3371b2['NYLaA'](_0xd7f104(0x246)+global['__platform'],'\x0a'))),_0x3371b2['IzlYY'](shouldProcessEventForTesthub)&&(TestDetails[_0xd7f104(0x274)](),this[_0xd7f104(0x1f8)][_0xd7f104(0x231)]=_0x40c1df);}['onTestRunFinished'](_0x4fd40d){const _0x6025c8=a6_0x14bac;this['report'][_0x6025c8(0x289)]=_0x4fd40d,this[_0x6025c8(0x238)](_0x4fd40d);}async[a6_0x14bac(0x23d)](_0x3a0c96,_0x47c85d,_0x92aca){const _0x427e37=a6_0x14bac,_0x4b12de={'kIdal':function(_0x3caaba,_0x45263e){return _0x3caaba(_0x45263e);},'eaPGe':_0x427e37(0x224),'mSoKF':function(_0xdb0936,_0x1e7ead){return _0xdb0936&&_0x1e7ead;}};testSuites+=0x1;if(_0x4b12de[_0x427e37(0x284)](shouldProcessEventForTesthub,_0x4b12de[_0x427e37(0x27a)]))try{this[_0x427e37(0x1f8)][_0x427e37(0x25f)]=this['report'][_0x427e37(0x25f)]||{},this[_0x427e37(0x1f8)][_0x427e37(0x25f)][_0x3a0c96['id']]=_0x3a0c96;const _0x1132c1=TestDetails[_0x427e37(0x267)](_0x3a0c96['id']);_testCasesData[_0x3a0c96['id']]=Object[_0x427e37(0x266)]({},_0x92aca);const _0xadaba9=this[_0x427e37(0x1f8)],_0x4f5bfd=_0x3a0c96['testCaseId'],_0x13ea5a=_0xadaba9[_0x427e37(0x242)]['find'](_0x3669c2=>_0x3669c2['id']===_0x4f5bfd)['pickleId'],_0x1dc72d=_0xadaba9[_0x427e37(0x1fd)]['find'](_0x3153e6=>_0x3153e6['id']===_0x13ea5a),_0x16a96e=_0xadaba9[_0x427e37(0x269)][_0x427e37(0x217)](_0x350d50=>_0x350d50['uri']===_0x1dc72d[_0x427e37(0x25e)]),_0x56be9d=_0x16a96e[_0x427e37(0x1f1)],_0x21f078={'uuid':_0x1132c1,'startedAt':new Date()['toISOString']()};if(_0x1dc72d){const _0x5b60e4={};_0x5b60e4['name']=_0x1dc72d[_0x427e37(0x276)],_0x21f078[_0x427e37(0x1e9)]=_0x5b60e4;}if(_0x4b12de[_0x427e37(0x247)](_0x16a96e,_0x56be9d)){const _0x553ba5={};_0x553ba5[_0x427e37(0x20a)]=_0x16a96e[_0x427e37(0x25e)],_0x553ba5[_0x427e37(0x276)]=_0x56be9d[_0x427e37(0x276)],_0x553ba5[_0x427e37(0x278)]=_0x56be9d[_0x427e37(0x278)],_0x21f078['feature']=_0x553ba5;}_tests[_0x4f5bfd]=_0x21f078,await testObservabilityReporter[_0x427e37(0x24e)](_0x92aca,_0x16a96e,_0x1dc72d,_0x4b12de[_0x427e37(0x27a)],_0x21f078);}catch(_0x41f97){logger[_0x427e37(0x272)]('Exception\x20in\x20sending\x20onTestCaseStarted:\x20'+util[_0x427e37(0x251)](_0x41f97)+'\x20');}}async[a6_0x14bac(0x24d)](_0x25b072,_0x534935,_0x15f49){const _0xd27ef3=a6_0x14bac,_0x4b9caf={'vwMrf':function(_0x3bfb3a,_0x4cbaf1){return _0x3bfb3a(_0x4cbaf1);},'JefUK':_0xd27ef3(0x230)};this['logTestCaseFinished'](_0x25b072);if(_0x4b9caf[_0xd27ef3(0x215)](shouldProcessEventForTesthub,_0x4b9caf[_0xd27ef3(0x219)]))try{this['report']['testCaseFinished']=this[_0xd27ef3(0x1f8)][_0xd27ef3(0x25c)]||{},this[_0xd27ef3(0x1f8)]['testCaseFinished'][_0x25b072[_0xd27ef3(0x24f)]]=_0x25b072,_testCasesData[_0x15f49['id']]=Object[_0xd27ef3(0x266)]({},_0x15f49);const _0x4ce79f=_0x25b072[_0xd27ef3(0x24f)],_0x5e4e16=_0x534935[_0xd27ef3(0x22f)][_0xd27ef3(0x1ed)][_0x4ce79f][_0xd27ef3(0x263)],_0x1c567a=_0x534935[_0xd27ef3(0x22f)][_0xd27ef3(0x281)][_0x5e4e16],_0x2d3843=_0x1c567a[_0xd27ef3(0x23e)],_0x2f7011=_0x534935[_0xd27ef3(0x22f)][_0xd27ef3(0x287)][_0x2d3843],_0x5e3d88=this[_0xd27ef3(0x24a)](_0x534935,_0x2f7011),_0xb430e7=_tests[_0x5e4e16];_0xb430e7&&(delete _tests[_0x5e4e16],_0xb430e7[_0xd27ef3(0x26e)]=new Date()[_0xd27ef3(0x1f2)]()),await testObservabilityReporter['sendTestRunEventForCucumber'](_0x15f49,_0x5e3d88,_0x2f7011,_0x4b9caf[_0xd27ef3(0x219)],_0xb430e7);}catch(_0xdf8e9){logger[_0xd27ef3(0x272)](_0xd27ef3(0x222)+util[_0xd27ef3(0x251)](_0xdf8e9));}}async['onTestStepStarted'](_0x57a1a3,_0x269af6){const _0x3ded67=a6_0x14bac,_0x5647c6={'TCKCv':function(_0x48742c,_0x23b5c5){return _0x48742c(_0x23b5c5);},'QGNhC':_0x3ded67(0x209),'lhADP':function(_0x246eac,_0x41fab7){return _0x246eac!==_0x41fab7;},'dtPhU':_0x3ded67(0x23f)};if(_0x5647c6['TCKCv'](shouldProcessEventForTesthub,_0x5647c6['QGNhC']))try{this[_0x3ded67(0x1f8)][_0x3ded67(0x248)]=this[_0x3ded67(0x1f8)]['testStepStarted']||{},this[_0x3ded67(0x1f8)][_0x3ded67(0x248)][_0x57a1a3[_0x3ded67(0x24f)]]=_0x57a1a3;const _0x3b9b51=_0x57a1a3[_0x3ded67(0x24f)],_0x50ca88=_0x269af6['eventDataCollector']['testCaseAttemptDataMap'][_0x3b9b51]['testCaseId'],_0xff7a25=this[_0x3ded67(0x1f8)][_0x3ded67(0x242)]['find'](_0x468d8e=>_0x468d8e['id']===_0x50ca88)[_0x3ded67(0x23e)],_0x29c726=this[_0x3ded67(0x1f8)][_0x3ded67(0x1fd)][_0x3ded67(0x217)](_0xc4e0fd=>_0xc4e0fd['id']===_0xff7a25),_0x4cd160=this[_0x3ded67(0x1f8)]['testCases'][_0x3ded67(0x217)](_0x1ff7c2=>_0x1ff7c2['id']===_0x50ca88)[_0x3ded67(0x22e)],_0x45d10a=this[_0x3ded67(0x1f8)][_0x3ded67(0x248)][_0x3b9b51]['testStepId'],_0x3a6de0=_0x4cd160[_0x3ded67(0x217)](_0x47d379=>_0x47d379['id']===_0x45d10a)['pickleStepId'],_0x2456b1=_0x29c726[_0x3ded67(0x26a)][_0x3ded67(0x217)](_0x33ed73=>_0x33ed73['id']===_0x3a6de0);if(_0x3a6de0&&_tests[_0x50ca88]&&_0x5647c6[_0x3ded67(0x285)](_tests[_0x50ca88][_0x5647c6[_0x3ded67(0x21d)]],_0x45d10a)){_tests[_0x50ca88][_0x5647c6[_0x3ded67(0x21d)]]=_0x45d10a;const _0x412e27={};_0x412e27[_0x3ded67(0x26a)]=[];const _0x4e4616=_tests[_0x50ca88]||_0x412e27;_0x4e4616&&!_0x4e4616[_0x3ded67(0x26a)]&&(_0x4e4616[_0x3ded67(0x26a)]=[]),_0x4e4616['steps'][_0x3ded67(0x28a)]({'id':_0x2456b1['id'],'text':_0x2456b1[_0x3ded67(0x1f3)],'started_at':new Date()[_0x3ded67(0x1f2)]()}),_tests[_0x50ca88]=_0x4e4616;}await testObservabilityReporter[_0x3ded67(0x22c)](this['report'],_0x3b9b51,_0x5647c6[_0x3ded67(0x203)],_0x4cd160,_0x45d10a,_tests[_0x50ca88]);}catch(_0x514637){logger[_0x3ded67(0x272)](_0x3ded67(0x26d)+util[_0x3ded67(0x251)](_0x514637));}}async[a6_0x14bac(0x1e7)](_0x5eb436,_0x57e13c){const _0x30e543=a6_0x14bac,_0x18c6aa={'rVMRz':function(_0x3b2f56,_0x5e111f){return _0x3b2f56===_0x5e111f;},'KuCYs':_0x30e543(0x1e6),'MZrJW':function(_0x2f6216,_0x4e66f2){return _0x2f6216(_0x4e66f2);},'HIJFL':'HookRunFinished','krLkx':_0x30e543(0x239),'drEDU':function(_0x3e4c6a,_0x72be57){return _0x3e4c6a===_0x72be57;},'tSsdf':'UnhandledError','cpNXC':_0x30e543(0x23f)};this['report'][_0x30e543(0x241)]=this[_0x30e543(0x1f8)][_0x30e543(0x241)]||{},this[_0x30e543(0x1f8)][_0x30e543(0x241)][_0x5eb436[_0x30e543(0x24f)]]=_0x5eb436;if(_0x18c6aa[_0x30e543(0x286)](shouldProcessEventForTesthub,_0x18c6aa[_0x30e543(0x1e8)]))try{const _0x505ba4=_0x5eb436[_0x30e543(0x24f)],_0x115122=_0x57e13c['eventDataCollector'][_0x30e543(0x1ed)][_0x505ba4][_0x30e543(0x263)],_0x405fae=_0x57e13c[_0x30e543(0x22f)][_0x30e543(0x281)][_0x115122],_0x2215c8=_0x405fae[_0x30e543(0x23e)],_0x17fbd5=_0x57e13c[_0x30e543(0x22f)]['pickleMap'][_0x2215c8],_0x26f474=_0x5eb436[_0x30e543(0x23f)],_0x187a8c=_0x405fae[_0x30e543(0x22e)],_0xa89004=this[_0x30e543(0x22f)][_0x30e543(0x20c)](_0x505ba4),_0x267093=_0x187a8c['find'](_0x3e0d40=>_0x3e0d40['id']===_0x26f474)[_0x30e543(0x250)];let _0x545192,_0x4beda6;_0x5eb436[_0x30e543(0x1eb)]&&_0x18c6aa[_0x30e543(0x260)](_0x5eb436[_0x30e543(0x1eb)]['status'][_0x30e543(0x211)]()['toLowerCase'](),_0x18c6aa['krLkx'])&&(_0x545192=_0x18c6aa[_0x30e543(0x270)](_0x5eb436[_0x30e543(0x1eb)]['exception'],undefined)?_0x5eb436[_0x30e543(0x1eb)][_0x30e543(0x1ee)]:_0x5eb436[_0x30e543(0x1eb)][_0x30e543(0x20f)][_0x30e543(0x1ee)],_0x4beda6=_0x18c6aa[_0x30e543(0x260)](_0x5eb436[_0x30e543(0x1eb)][_0x30e543(0x20f)],undefined)?_0x18c6aa[_0x30e543(0x232)]:_0x5eb436[_0x30e543(0x1eb)][_0x30e543(0x1ee)]);await testObservabilityReporter['sendHook'](this[_0x30e543(0x1f8)],_0x505ba4,_0x18c6aa['HIJFL'],_0x187a8c,_0x26f474,_tests[_0x115122]);if(_0x267093&&_tests[_0x115122][_0x18c6aa[_0x30e543(0x236)]]){const _0x59fe93=_0x17fbd5['steps'][_0x30e543(0x217)](_0x19fa50=>_0x19fa50['id']===_0x267093),_0x113e37={};_0x113e37[_0x30e543(0x26a)]=[];const _0x333d1d=_tests[_0x115122]||_0x113e37;!_0x333d1d['steps']?_0x333d1d[_0x30e543(0x26a)]=[{'id':_0x59fe93['id'],'text':_0x59fe93[_0x30e543(0x1f3)],'finished_at':new Date()[_0x30e543(0x1f2)](),'result':_0x5eb436[_0x30e543(0x1eb)][_0x30e543(0x218)],'duration':_0x5eb436['testStepResult'][_0x30e543(0x202)][_0x30e543(0x216)],'failure':_0x545192,'failureType':_0x4beda6}]:_0x333d1d[_0x30e543(0x26a)]['forEach'](_0x225524=>{const _0x25db2f=_0x30e543;if(_0x18c6aa[_0x25db2f(0x260)](_0x225524['id'],_0x59fe93['id'])){const _0x16c813=_0x18c6aa[_0x25db2f(0x28c)][_0x25db2f(0x214)]('|');let _0x43c29f=0x0;while(!![]){switch(_0x16c813[_0x43c29f++]){case'0':_0x225524[_0x25db2f(0x226)]=_0x545192;continue;case'1':_0x225524[_0x25db2f(0x202)]=_0x5eb436['testStepResult'][_0x25db2f(0x202)][_0x25db2f(0x216)];continue;case'2':_0x225524[_0x25db2f(0x223)]=new Date()[_0x25db2f(0x1f2)]();continue;case'3':_0x225524[_0x25db2f(0x1e5)]=_0x4beda6;continue;case'4':_0x225524[_0x25db2f(0x245)]=_0x5eb436['testStepResult'][_0x25db2f(0x218)];continue;}break;}}}),_tests[_0x115122]=_0x333d1d,delete _tests[_0x115122][_0x18c6aa[_0x30e543(0x236)]];}}catch(_0x4a6595){logger['debug'](_0x30e543(0x225)+util[_0x30e543(0x251)](_0x4a6595));}}[a6_0x14bac(0x1fa)](_0xebe04f){const _0x10919f=a6_0x14bac,_0x4ea205={};return _0xebe04f[_0x10919f(0x1f1)][_0x10919f(0x1e4)][_0x10919f(0x255)](this['extractStepContainers'])[_0x10919f(0x25d)]()[_0x10919f(0x1ff)](_0x4552ae=>_0x4552ae['steps'][_0x10919f(0x1ff)](_0x38cc20=>_0x4ea205[_0x38cc20['id']]=_0x38cc20)),_0x4ea205;}['extractStepContainers'](_0x54e011){const _0x5aca11=a6_0x14bac,_0x1cb52c={'RxAmh':function(_0x49b00a,_0x2ea172){return _0x49b00a(_0x2ea172);}};if(!_0x1cb52c[_0x5aca11(0x229)](isUndefined,_0x54e011[_0x5aca11(0x227)]))return[_0x54e011[_0x5aca11(0x227)]];else{if(!_0x1cb52c[_0x5aca11(0x229)](isUndefined,_0x54e011[_0x5aca11(0x1f6)]))return _0x54e011[_0x5aca11(0x1f6)][_0x5aca11(0x1e4)]['map'](_0x1557be=>!isUndefined(_0x1557be[_0x5aca11(0x227)])?_0x1557be[_0x5aca11(0x227)]:_0x1557be['scenario']);};return[_0x54e011[_0x5aca11(0x1e9)]];}[a6_0x14bac(0x24a)](_0x462081,_0x1227a3){const _0x8fb55a=a6_0x14bac;return Object[_0x8fb55a(0x1f5)](_0x462081[_0x8fb55a(0x22f)]['gherkinDocumentMap'])[_0x8fb55a(0x217)](_0x403b1e=>_0x403b1e['uri']===_0x1227a3[_0x8fb55a(0x25e)]);}}module[a6_0x14bac(0x20d)]=o11yClassErrorHandler(BrowserstackFormatter,['onTestCaseStarted',a6_0x14bac(0x24d),'onTestStepStarted','onTestStepFinished',a6_0x14bac(0x22d),a6_0x14bac(0x280),a6_0x14bac(0x265),'getGherkinDocument',a6_0x14bac(0x1fa)]);
@@ -1 +1 @@
1
- function a7_0x51f0(_0x383f25,_0x4631a8){const _0x401558=a7_0x4015();return a7_0x51f0=function(_0x51f03c,_0x2af00d){_0x51f03c=_0x51f03c-0x7e;let _0x4851d9=_0x401558[_0x51f03c];return _0x4851d9;},a7_0x51f0(_0x383f25,_0x4631a8);}function a7_0x4015(){const _0x44e48d=['includes','35CnYFFy','599112cRycwH','parse','AFdiI','XcMFX','KzkJy','oMNNt','logTestCaseFinished','toUpperCase','sourceLocation','__platform','cucumber','247215XwWAFt','PDmPd','GWSfA','uExuQ','AbjOf','VVTIY','sRZqb','status','eventBroadcaster','eventDataCollector','test-case-finished','\x20\x20\x20\x20AFTER\x20-\x20','JmQCr','uri','pmHSz','getTestCaseAttempt','PASSED','../../../helpers/helper','Executing\x20tests\x20for\x20','11734EIkgRi','uHOuO','name','feature','QJkBe','getTestCaseData','steps','3506475akwrkX','RWNVG','test-case-started','EBUsg','CONFIG','TrAMN','FURjq','ohKTZ','ZUvQw','line','actionLocation','2417260ILVnrd','gherkinDocument','nhbFy','undefined','\x20-\x20','getStepLineToPickledStepMap','rDRwG','UNKNOWN','1313469rFWfWb','env','303SjFXmD','QwwVU','NKgyj','SKIPPED','test-run-finished','thFyV','aEiFP','UNDEFINED','testCase','pickle','\x20\x20\x20\x20','rZkuQ','HiEiL','AMBIGUOUS','RSrzn','length','gXaxJ','cucumber-js/test_old.setup.js','text','qvVXo','5921336intiVw','log','YBmAY','oCJet','result','cuSEL','FBqqB','cucumber/lib/formatter/helpers/pickle_parser.js','exception','eFEVn','zHMrJ'];a7_0x4015=function(){return _0x44e48d;};return a7_0x4015();}const a7_0x32f4ad=a7_0x51f0;(function(_0x58dd39,_0x581cec){const _0xc8e9b4=a7_0x51f0,_0x140e5a=_0x58dd39();while(!![]){try{const _0xfd4f14=-parseInt(_0xc8e9b4(0xc8))/0x1+parseInt(_0xc8e9b4(0x80))/0x2*(-parseInt(_0xc8e9b4(0x9c))/0x3)+parseInt(_0xc8e9b4(0x92))/0x4+-parseInt(_0xc8e9b4(0x87))/0x5+-parseInt(_0xc8e9b4(0xbd))/0x6*(-parseInt(_0xc8e9b4(0xbc))/0x7)+parseInt(_0xc8e9b4(0xb0))/0x8+parseInt(_0xc8e9b4(0x9a))/0x9;if(_0xfd4f14===_0x581cec)break;else _0x140e5a['push'](_0x140e5a['shift']());}catch(_0x47f639){_0x140e5a['push'](_0x140e5a['shift']());}}}(a7_0x4015,0x6d85e));const {requireModule,getPlatformName,nestedKeyValue}=require(a7_0x32f4ad(0x7e)),{Formatter}=requireModule(a7_0x32f4ad(0xc7)),pickleParser=requireModule(a7_0x32f4ad(0xb7));class BrowserstackFormatter extends Formatter{constructor(_0x122d4a){const _0x264662=a7_0x32f4ad,_0x4b830d={'ohKTZ':function(_0x34ff98,_0x31b281){return _0x34ff98!==_0x31b281;},'eFEVn':function(_0x4ba393,_0x337969){return _0x4ba393(_0x337969);},'zHMrJ':'test-run-started','ZUvQw':_0x264662(0x89),'pcCvP':_0x264662(0xd2),'JmQCr':_0x264662(0xa0),'rZkuQ':'test-step-started'};super(_0x122d4a),_0x122d4a[_0x264662(0xd0)]['on'](_0x4b830d[_0x264662(0xba)],()=>{const _0x48e66c=_0x264662;let _0x1130ac;if(_0x4b830d[_0x48e66c(0x8e)](process[_0x48e66c(0x9b)][_0x48e66c(0x8b)],undefined)){const _0x318a7a=JSON[_0x48e66c(0xbe)](process[_0x48e66c(0x9b)][_0x48e66c(0x8b)]);_0x1130ac=_0x318a7a['capability'];}_0x4b830d[_0x48e66c(0x8e)](_0x1130ac,undefined)&&(global[_0x48e66c(0xc6)]=_0x4b830d[_0x48e66c(0xb9)](getPlatformName,_0x1130ac),console[_0x48e66c(0xb1)](_0x48e66c(0x7f)+global[_0x48e66c(0xc6)]));}),_0x122d4a[_0x264662(0xd0)]['on'](_0x4b830d[_0x264662(0x8f)],()=>{testSuites+=0x1;}),_0x122d4a[_0x264662(0xd0)]['on'](_0x4b830d['pcCvP'],_0x2aa307=>{const _0x4fb14e=_0x264662;this[_0x4fb14e(0xc3)](_0x2aa307);}),_0x122d4a[_0x264662(0xd0)]['on'](_0x4b830d[_0x264662(0xd4)],()=>{totalTests-=0x2;}),_0x122d4a[_0x264662(0xd0)]['on'](_0x4b830d[_0x264662(0xa7)],()=>{totalTests+=0x1;});}['logTestCaseFinished'](_0x54aad2){const _0x446a77=a7_0x32f4ad,_0x38a182={'PDmPd':'FAILED','RWNVG':_0x446a77(0xd8),'IOfen':_0x446a77(0x9f),'thFyV':'PENDING','kxhgD':_0x446a77(0xa3),'QwwVU':_0x446a77(0x99),'qvVXo':_0x446a77(0xa9),'EBUsg':function(_0xf96486,_0x5267e7){return _0xf96486+_0x5267e7;},'AFdiI':function(_0x3c02b1,_0x24bd93){return _0x3c02b1+_0x24bd93;},'AbjOf':_0x446a77(0xa6),'pmHSz':_0x446a77(0x96),'VVTIY':function(_0x432ef4,_0x1632b7){return _0x432ef4(_0x1632b7);},'XcMFX':_0x446a77(0xad),'nhbFy':function(_0xdc6242,_0x2505aa){return _0xdc6242(_0x2505aa);},'cuSEL':_0x446a77(0xd3),'wcdYT':function(_0x37e3d2,_0x3759db){return _0x37e3d2+_0x3759db;},'KzkJy':'\x20\x20\x20\x20BEFORE\x20-\x20','FBqqB':function(_0x38f71a,_0xaa1d6d){return _0x38f71a===_0xaa1d6d;},'aEiFP':function(_0x248986,_0x31c77a,_0x41628d){return _0x248986(_0x31c77a,_0x41628d);},'QJkBe':_0x446a77(0xb4),'oCJet':_0x446a77(0xb8),'FURjq':'stack','gXaxJ':function(_0x1f2e4f,_0x278e10){return _0x1f2e4f+_0x278e10;},'HiEiL':function(_0x33aac2,_0x3e4692){return _0x33aac2!==_0x3e4692;},'sRZqb':function(_0x2b0e4e,_0x2b8b13){return _0x2b0e4e!==_0x2b8b13;},'NKgyj':_0x446a77(0x95),'TrAMN':function(_0x371448,_0x5dea23){return _0x371448+_0x5dea23;},'uxHqi':function(_0x1039fa,_0x32d03c){return _0x1039fa+_0x32d03c;},'RSrzn':function(_0x14a451,_0x516f5f){return _0x14a451+_0x516f5f;},'LpmLb':function(_0x27a62f,_0x3db63e){return _0x27a62f<_0x3db63e;},'GWSfA':function(_0xc2c5c7,_0x51cb73){return _0xc2c5c7+_0x51cb73;},'uExuQ':function(_0x563064,_0x47c599){return _0x563064(_0x47c599);},'YBmAY':function(_0x24ff52,_0x2fd5bc){return _0x24ff52(_0x2fd5bc);},'rDRwG':function(_0x11b81c,_0x4e6591,_0x44c932){return _0x11b81c(_0x4e6591,_0x44c932);},'oMNNt':function(_0x97afe9,_0x5f1f37){return _0x97afe9+_0x5f1f37;},'uHOuO':function(_0x1b8920,_0x1c34a0){return _0x1b8920+_0x1c34a0;}};let _0xc69f2b=![];function _0x5ad5e6(_0x269959){const _0x390b4d=_0x446a77;switch(_0x269959){case _0x38a182[_0x390b4d(0xc9)]:testsFailed+=0x1;break;case _0x38a182[_0x390b4d(0x88)]:testsPassed+=0x1;break;case _0x38a182['IOfen']:testsSkipped+=0x1;break;case _0x38a182[_0x390b4d(0xa1)]:testsPending+=0x1;break;case _0x38a182['kxhgD']:testsUndefined+=0x1;break;case _0x38a182[_0x390b4d(0x9d)]:testsUnknown+=0x1;break;case _0x38a182[_0x390b4d(0xaf)]:testsAmbiguous+=0x1;break;default:break;}}_0x38a182[_0x446a77(0xa8)](global[_0x446a77(0xc6)],undefined)&&console[_0x446a77(0xb1)](_0x38a182[_0x446a77(0x8a)](_0x38a182['EBUsg']('\x0a',global[_0x446a77(0xc6)]),'\x0a'));let _0x57a04e=![];if(_0x38a182[_0x446a77(0xce)](typeof this['eventDataCollector'][_0x446a77(0x85)],_0x38a182[_0x446a77(0x9e)])){var _0x287c05=this[_0x446a77(0xd1)][_0x446a77(0x85)](_0x54aad2['sourceLocation']),_0x103307=_0x287c05[_0x446a77(0xa5)],_0x37602c=_0x287c05[_0x446a77(0xa4)];console[_0x446a77(0xb1)](_0x38a182[_0x446a77(0x8c)]('\x20\x20',_0x103307[_0x446a77(0x82)]));var _0x5e6b1e=(0x0,pickleParser[_0x446a77(0x97)])(_0x103307);_0x37602c['steps']['forEach'](function(_0x524f97){const _0x324de4=_0x446a77;if(_0x524f97[_0x324de4(0x91)]&&_0x524f97[_0x324de4(0xc5)])_0xc69f2b=!![],console[_0x324de4(0xb1)](_0x38a182['EBUsg'](_0x38a182[_0x324de4(0x8a)](_0x38a182[_0x324de4(0xbf)](_0x38a182[_0x324de4(0xcc)],_0x5e6b1e[_0x524f97[_0x324de4(0xc5)][_0x324de4(0x90)]][_0x324de4(0xae)]),_0x38a182['pmHSz']),_0x524f97[_0x324de4(0xb4)][_0x324de4(0xcf)][_0x324de4(0xc4)]())),_0x38a182[_0x324de4(0xcd)](_0x5ad5e6,_0x524f97[_0x324de4(0xb4)]['status'][_0x324de4(0xc4)]());else _0x524f97['actionLocation']&&(!_0x524f97[_0x324de4(0x91)][_0x324de4(0xd5)][_0x324de4(0xbb)](_0x38a182[_0x324de4(0xc0)])&&(_0x38a182[_0x324de4(0x94)](_0x5ad5e6,_0x524f97[_0x324de4(0xb4)]['status'][_0x324de4(0xc4)]()),_0xc69f2b?console['log'](_0x38a182[_0x324de4(0x8a)](_0x38a182[_0x324de4(0xb5)],_0x524f97[_0x324de4(0xb4)][_0x324de4(0xcf)]['toUpperCase']())):console[_0x324de4(0xb1)](_0x38a182['wcdYT'](_0x38a182[_0x324de4(0xc1)],_0x524f97['result'][_0x324de4(0xcf)][_0x324de4(0xc4)]()))));if(_0x38a182[_0x324de4(0xb6)](_0x524f97[_0x324de4(0xb4)]['status']['toUpperCase'](),_0x38a182[_0x324de4(0xc9)])){const _0x5c8ba3=_0x38a182[_0x324de4(0xa2)](nestedKeyValue,_0x524f97,[_0x38a182[_0x324de4(0x84)],_0x38a182[_0x324de4(0xb3)],_0x38a182[_0x324de4(0x8d)]]);_0x5c8ba3&&(testsErrorMessage[_0x103307[_0x324de4(0x82)]]=_0x5c8ba3,console[_0x324de4(0xb1)](_0x38a182[_0x324de4(0xac)](_0x5c8ba3,'\x0a'))),_0x57a04e=!![];}});}else{const _0x5d29ac=this[_0x446a77(0xd1)][_0x446a77(0xd7)](_0x54aad2);console[_0x446a77(0xb1)](_0x38a182['uxHqi'](_0x38a182['gXaxJ'](_0x38a182[_0x446a77(0xaa)]('\x20\x20',_0x5d29ac[_0x446a77(0x93)][_0x446a77(0x83)][_0x446a77(0x82)]),_0x38a182[_0x446a77(0xd6)]),_0x5d29ac['pickle'][_0x446a77(0x82)]));const _0x19b033=(0x0,pickleParser[_0x446a77(0x97)])(_0x5d29ac[_0x446a77(0xa5)]),_0x13c7a3=_0x5d29ac[_0x446a77(0xa4)][_0x446a77(0x86)],_0x693fa0=_0x5d29ac['stepResults'],_0x250738=_0x13c7a3[_0x446a77(0xab)];for(let _0x4c084a=0x0;_0x38a182['LpmLb'](_0x4c084a,_0x250738);_0x4c084a++){const _0x2b1ef5=_0x13c7a3[_0x4c084a];if(_0x2b1ef5[_0x446a77(0x91)]&&_0x2b1ef5[_0x446a77(0xc5)])_0xc69f2b=!![],console[_0x446a77(0xb1)](_0x38a182[_0x446a77(0x8a)](_0x38a182[_0x446a77(0xaa)](_0x38a182[_0x446a77(0xca)](_0x38a182[_0x446a77(0xcc)],_0x19b033[_0x2b1ef5[_0x446a77(0xc5)]['line']][_0x446a77(0xae)]),_0x38a182['pmHSz']),_0x693fa0[_0x4c084a]['status'][_0x446a77(0xc4)]())),_0x38a182[_0x446a77(0xcb)](_0x5ad5e6,_0x693fa0[_0x4c084a][_0x446a77(0xcf)][_0x446a77(0xc4)]());else _0x2b1ef5[_0x446a77(0x91)]&&(!_0x2b1ef5[_0x446a77(0x91)][_0x446a77(0xd5)][_0x446a77(0xbb)](_0x38a182[_0x446a77(0xc0)])&&(_0x38a182[_0x446a77(0xb2)](_0x5ad5e6,_0x693fa0[_0x4c084a][_0x446a77(0xcf)][_0x446a77(0xc4)]()),_0xc69f2b?console[_0x446a77(0xb1)](_0x38a182[_0x446a77(0xaa)](_0x38a182['cuSEL'],_0x693fa0[_0x4c084a][_0x446a77(0xcf)]['toUpperCase']())):console[_0x446a77(0xb1)](_0x38a182[_0x446a77(0x8a)](_0x38a182['KzkJy'],_0x693fa0[_0x4c084a][_0x446a77(0xcf)][_0x446a77(0xc4)]()))));if(_0x38a182['FBqqB'](_0x693fa0[_0x4c084a][_0x446a77(0xcf)][_0x446a77(0xc4)](),_0x38a182[_0x446a77(0xc9)])){_0x57a04e=!![];const _0x2d446d=_0x38a182[_0x446a77(0x98)](nestedKeyValue,_0x693fa0[_0x4c084a],[_0x38a182[_0x446a77(0xb3)],_0x38a182['FURjq']]);_0x2d446d&&(testsErrorMessage[_0x38a182[_0x446a77(0xc2)](_0x38a182[_0x446a77(0xac)](_0x5d29ac[_0x446a77(0x93)][_0x446a77(0x83)]['name'],_0x38a182[_0x446a77(0xd6)]),_0x5d29ac[_0x446a77(0xa5)]['name'])]=_0x2d446d,console['log'](_0x38a182[_0x446a77(0x81)](_0x2d446d,'\x0a')));}}}_0x57a04e&&(testSuitesFailed+=0x1),console[_0x446a77(0xb1)]('\x0a');}}module['exports']=BrowserstackFormatter;
1
+ function a7_0x5129(_0x3ca622,_0x22ce22){const _0x2b205e=a7_0x2b20();return a7_0x5129=function(_0x5129f8,_0x5ad9fb){_0x5129f8=_0x5129f8-0xe9;let _0x9ff0cc=_0x2b205e[_0x5129f8];return _0x9ff0cc;},a7_0x5129(_0x3ca622,_0x22ce22);}function a7_0x2b20(){const _0x3c99f8=['actionLocation','nUVlj','test-case-finished','yYfxr','2038806DWIPDo','xjjeD','logTestCaseFinished','cPbFW','3117CPwmJs','capability','test-step-started','sourceLocation','\x20\x20\x20\x20','env','vYCUt','name','text','NqCCD','35892qRLaAJ','eventBroadcaster','sNivm','9030qLvywz','stepResults','1059HEHEED','AMBIGUOUS','test-run-started','\x20\x20\x20\x20BEFORE\x20-\x20','785620sBJMzS','fYxrc','194760EEHJxB','GgVoH','gherkinDocument','test-case-started','testCase','1023XzsEXb','toUpperCase','bSQtU','cucumber/lib/formatter/helpers/pickle_parser.js','PKlPP','RGpqG','AlBVU','__platform','DUtuk','includes','CONFIG','lCZca','10LZTYgM','steps','log','DZLTd','514KYkEFV','result','getStepLineToPickledStepMap','cKzKV','PENDING','DbOGf','status','pickle','cucumber-js/test_old.setup.js','mVzbO','KxCLm','getTestCaseData','jwJsH','dSiDz','parse','JdgnJ','eventDataCollector','ghYsK','test-run-finished','385CqiSht','feature','czNra','1060aXMqld','Executing\x20tests\x20for\x20','ywHLE','uri','oHfOQ','UNDEFINED','YzIen','FAILED','\x20-\x20','vaPpu','jHRti'];a7_0x2b20=function(){return _0x3c99f8;};return a7_0x2b20();}const a7_0x96650e=a7_0x5129;(function(_0x3536f5,_0x3c2709){const _0x25df82=a7_0x5129,_0x4cad6e=_0x3536f5();while(!![]){try{const _0x384fb0=parseInt(_0x25df82(0x110))/0x1*(parseInt(_0x25df82(0x12b))/0x2)+-parseInt(_0x25df82(0x101))/0x3*(parseInt(_0x25df82(0xee))/0x4)+parseInt(_0x25df82(0x114))/0x5+-parseInt(_0x25df82(0x10e))/0x6*(-parseInt(_0x25df82(0xeb))/0x7)+parseInt(_0x25df82(0x116))/0x8+-parseInt(_0x25df82(0xfd))/0x9*(-parseInt(_0x25df82(0x127))/0xa)+parseInt(_0x25df82(0x11b))/0xb*(-parseInt(_0x25df82(0x10b))/0xc);if(_0x384fb0===_0x3c2709)break;else _0x4cad6e['push'](_0x4cad6e['shift']());}catch(_0x384ddd){_0x4cad6e['push'](_0x4cad6e['shift']());}}}(a7_0x2b20,0x33223));const {requireModule,getPlatformName,nestedKeyValue}=require('../../../helpers/helper'),{Formatter}=requireModule('cucumber'),pickleParser=requireModule(a7_0x96650e(0x11e));class BrowserstackFormatter extends Formatter{constructor(_0x77440f){const _0x47962a=a7_0x96650e,_0x34125a={'DbOGf':function(_0x2d6b26,_0x327ae2){return _0x2d6b26!==_0x327ae2;},'Zjibv':function(_0x15f663,_0x57bc83){return _0x15f663!==_0x57bc83;},'czNra':function(_0x3abcf8,_0xcc1ce6){return _0x3abcf8(_0xcc1ce6);},'vMfgf':_0x47962a(0x112),'ghYsK':_0x47962a(0x119),'ipkBf':_0x47962a(0xfb),'KxCLm':_0x47962a(0xea),'ywHLE':_0x47962a(0x103)};super(_0x77440f),_0x77440f['eventBroadcaster']['on'](_0x34125a['vMfgf'],()=>{const _0x6bfe12=_0x47962a;let _0x17cfa6;if(_0x34125a[_0x6bfe12(0x130)](process[_0x6bfe12(0x106)][_0x6bfe12(0x125)],undefined)){const _0x5a5c2c=JSON[_0x6bfe12(0x139)](process[_0x6bfe12(0x106)][_0x6bfe12(0x125)]);_0x17cfa6=_0x5a5c2c[_0x6bfe12(0x102)];}_0x34125a['Zjibv'](_0x17cfa6,undefined)&&(global[_0x6bfe12(0x122)]=_0x34125a[_0x6bfe12(0xed)](getPlatformName,_0x17cfa6),console['log'](_0x6bfe12(0xef)+global[_0x6bfe12(0x122)]));}),_0x77440f[_0x47962a(0x10c)]['on'](_0x34125a[_0x47962a(0xe9)],()=>{testSuites+=0x1;}),_0x77440f[_0x47962a(0x10c)]['on'](_0x34125a['ipkBf'],_0x264d78=>{const _0x448db7=_0x47962a;this[_0x448db7(0xff)](_0x264d78);}),_0x77440f[_0x47962a(0x10c)]['on'](_0x34125a[_0x47962a(0x135)],()=>{totalTests-=0x2;}),_0x77440f['eventBroadcaster']['on'](_0x34125a[_0x47962a(0xf0)],()=>{totalTests+=0x1;});}['logTestCaseFinished'](_0x552606){const _0x54a8f9=a7_0x96650e,_0xe072b4={'fYxrc':_0x54a8f9(0xf5),'yGnIQ':'PASSED','RGpqG':'SKIPPED','DZLTd':_0x54a8f9(0x12f),'bSQtU':_0x54a8f9(0xf3),'sNivm':'UNKNOWN','eeOXI':_0x54a8f9(0x111),'nUVlj':function(_0x511293,_0x42f8cf){return _0x511293+_0x42f8cf;},'DUtuk':function(_0x2cdbc5,_0x682823){return _0x2cdbc5+_0x682823;},'oHfOQ':function(_0x2c3b02,_0x5474fa){return _0x2c3b02+_0x5474fa;},'OnvwL':_0x54a8f9(0x105),'AlBVU':_0x54a8f9(0xf6),'VDoyz':function(_0x1bddaf,_0x40fb2e){return _0x1bddaf(_0x40fb2e);},'lCZca':_0x54a8f9(0x133),'cKzKV':function(_0x290cc,_0x4257e7){return _0x290cc(_0x4257e7);},'NqCCD':function(_0x28b49f,_0x436bf8){return _0x28b49f+_0x436bf8;},'Wiccx':'\x20\x20\x20\x20AFTER\x20-\x20','YzIen':function(_0x5e3f0d,_0xac4b47){return _0x5e3f0d+_0xac4b47;},'jHRti':_0x54a8f9(0x113),'jXlWW':function(_0x35876b,_0x30d496){return _0x35876b===_0x30d496;},'dSiDz':function(_0x492de4,_0x19ebe5,_0xe924eb){return _0x492de4(_0x19ebe5,_0xe924eb);},'xjjeD':_0x54a8f9(0x12c),'jwJsH':'exception','cPbFW':'stack','PKlPP':function(_0x23e2f5,_0x2aed83){return _0x23e2f5!==_0x2aed83;},'yYfxr':function(_0x324cc4,_0x22541f){return _0x324cc4+_0x22541f;},'tmZsa':function(_0x454307,_0x3d91bd){return _0x454307!==_0x3d91bd;},'vaPpu':'undefined','uBfeo':function(_0x576f95,_0x132788){return _0x576f95+_0x132788;},'kZkEU':function(_0xf5cb8f,_0x470141){return _0xf5cb8f<_0x470141;},'vYCUt':function(_0x454676,_0x1a0e38){return _0x454676(_0x1a0e38);},'bjVBU':function(_0x5a28e3,_0x4d7727){return _0x5a28e3+_0x4d7727;},'mVzbO':function(_0x7b5bf3,_0x1be8a6){return _0x7b5bf3===_0x1be8a6;},'GgVoH':function(_0x24f57f,_0x5f2baf,_0x19dfe2){return _0x24f57f(_0x5f2baf,_0x19dfe2);},'TUivt':function(_0x56fde0,_0x537f35){return _0x56fde0+_0x537f35;},'JdgnJ':function(_0x2a86f0,_0x5622c6){return _0x2a86f0+_0x5622c6;}};let _0x22a8e7=![];function _0x3dbb3c(_0x116046){const _0x1f845d=_0x54a8f9;switch(_0x116046){case _0xe072b4[_0x1f845d(0x115)]:testsFailed+=0x1;break;case _0xe072b4['yGnIQ']:testsPassed+=0x1;break;case _0xe072b4[_0x1f845d(0x120)]:testsSkipped+=0x1;break;case _0xe072b4[_0x1f845d(0x12a)]:testsPending+=0x1;break;case _0xe072b4[_0x1f845d(0x11d)]:testsUndefined+=0x1;break;case _0xe072b4[_0x1f845d(0x10d)]:testsUnknown+=0x1;break;case _0xe072b4['eeOXI']:testsAmbiguous+=0x1;break;default:break;}}_0xe072b4[_0x54a8f9(0x11f)](global[_0x54a8f9(0x122)],undefined)&&console[_0x54a8f9(0x129)](_0xe072b4[_0x54a8f9(0xfc)](_0xe072b4[_0x54a8f9(0x123)]('\x0a',global['__platform']),'\x0a'));let _0xb75501=![];if(_0xe072b4['tmZsa'](typeof this['eventDataCollector'][_0x54a8f9(0x136)],_0xe072b4[_0x54a8f9(0xf7)])){var _0x5c3cf4=this[_0x54a8f9(0x13b)]['getTestCaseData'](_0x552606[_0x54a8f9(0x104)]),_0x5c4c16=_0x5c3cf4[_0x54a8f9(0x132)],_0x4ecc9b=_0x5c3cf4[_0x54a8f9(0x11a)];console[_0x54a8f9(0x129)](_0xe072b4[_0x54a8f9(0xfc)]('\x20\x20',_0x5c4c16['name']));var _0x2a74dc=(0x0,pickleParser[_0x54a8f9(0x12d)])(_0x5c4c16);_0x4ecc9b[_0x54a8f9(0x128)]['forEach'](function(_0x329e4c){const _0x2bf8ce=_0x54a8f9;if(_0x329e4c[_0x2bf8ce(0xf9)]&&_0x329e4c['sourceLocation'])_0x22a8e7=!![],console['log'](_0xe072b4[_0x2bf8ce(0xfa)](_0xe072b4[_0x2bf8ce(0x123)](_0xe072b4[_0x2bf8ce(0xf2)](_0xe072b4['OnvwL'],_0x2a74dc[_0x329e4c[_0x2bf8ce(0x104)]['line']][_0x2bf8ce(0x109)]),_0xe072b4[_0x2bf8ce(0x121)]),_0x329e4c[_0x2bf8ce(0x12c)]['status'][_0x2bf8ce(0x11c)]())),_0xe072b4['VDoyz'](_0x3dbb3c,_0x329e4c[_0x2bf8ce(0x12c)][_0x2bf8ce(0x131)][_0x2bf8ce(0x11c)]());else _0x329e4c[_0x2bf8ce(0xf9)]&&(!_0x329e4c[_0x2bf8ce(0xf9)][_0x2bf8ce(0xf1)][_0x2bf8ce(0x124)](_0xe072b4[_0x2bf8ce(0x126)])&&(_0xe072b4[_0x2bf8ce(0x12e)](_0x3dbb3c,_0x329e4c['result'][_0x2bf8ce(0x131)][_0x2bf8ce(0x11c)]()),_0x22a8e7?console[_0x2bf8ce(0x129)](_0xe072b4[_0x2bf8ce(0x10a)](_0xe072b4['Wiccx'],_0x329e4c[_0x2bf8ce(0x12c)][_0x2bf8ce(0x131)]['toUpperCase']())):console['log'](_0xe072b4[_0x2bf8ce(0xf4)](_0xe072b4[_0x2bf8ce(0xf8)],_0x329e4c[_0x2bf8ce(0x12c)]['status'][_0x2bf8ce(0x11c)]()))));if(_0xe072b4['jXlWW'](_0x329e4c[_0x2bf8ce(0x12c)][_0x2bf8ce(0x131)][_0x2bf8ce(0x11c)](),_0xe072b4[_0x2bf8ce(0x115)])){const _0x4c2d44=_0xe072b4[_0x2bf8ce(0x138)](nestedKeyValue,_0x329e4c,[_0xe072b4[_0x2bf8ce(0xfe)],_0xe072b4['jwJsH'],_0xe072b4[_0x2bf8ce(0x100)]]);_0x4c2d44&&(testsErrorMessage[_0x5c4c16[_0x2bf8ce(0x108)]]=_0x4c2d44,console[_0x2bf8ce(0x129)](_0xe072b4[_0x2bf8ce(0x123)](_0x4c2d44,'\x0a'))),_0xb75501=!![];}});}else{const _0x17121d=this[_0x54a8f9(0x13b)]['getTestCaseAttempt'](_0x552606);console['log'](_0xe072b4[_0x54a8f9(0xf2)](_0xe072b4[_0x54a8f9(0x10a)](_0xe072b4['uBfeo']('\x20\x20',_0x17121d[_0x54a8f9(0x118)][_0x54a8f9(0xec)][_0x54a8f9(0x108)]),_0xe072b4[_0x54a8f9(0x121)]),_0x17121d[_0x54a8f9(0x132)][_0x54a8f9(0x108)]));const _0x26d938=(0x0,pickleParser[_0x54a8f9(0x12d)])(_0x17121d['pickle']),_0x3784a1=_0x17121d['testCase'][_0x54a8f9(0x128)],_0x12912f=_0x17121d[_0x54a8f9(0x10f)],_0x422664=_0x3784a1['length'];for(let _0x3ff965=0x0;_0xe072b4['kZkEU'](_0x3ff965,_0x422664);_0x3ff965++){const _0x4f0c63=_0x3784a1[_0x3ff965];if(_0x4f0c63[_0x54a8f9(0xf9)]&&_0x4f0c63[_0x54a8f9(0x104)])_0x22a8e7=!![],console[_0x54a8f9(0x129)](_0xe072b4['uBfeo'](_0xe072b4['nUVlj'](_0xe072b4['yYfxr'](_0xe072b4['OnvwL'],_0x26d938[_0x4f0c63[_0x54a8f9(0x104)]['line']][_0x54a8f9(0x109)]),_0xe072b4['AlBVU']),_0x12912f[_0x3ff965][_0x54a8f9(0x131)][_0x54a8f9(0x11c)]())),_0xe072b4[_0x54a8f9(0x107)](_0x3dbb3c,_0x12912f[_0x3ff965][_0x54a8f9(0x131)][_0x54a8f9(0x11c)]());else _0x4f0c63[_0x54a8f9(0xf9)]&&(!_0x4f0c63[_0x54a8f9(0xf9)][_0x54a8f9(0xf1)][_0x54a8f9(0x124)](_0xe072b4[_0x54a8f9(0x126)])&&(_0xe072b4['vYCUt'](_0x3dbb3c,_0x12912f[_0x3ff965][_0x54a8f9(0x131)][_0x54a8f9(0x11c)]()),_0x22a8e7?console[_0x54a8f9(0x129)](_0xe072b4[_0x54a8f9(0x123)](_0xe072b4['Wiccx'],_0x12912f[_0x3ff965][_0x54a8f9(0x131)][_0x54a8f9(0x11c)]())):console[_0x54a8f9(0x129)](_0xe072b4['bjVBU'](_0xe072b4[_0x54a8f9(0xf8)],_0x12912f[_0x3ff965][_0x54a8f9(0x131)]['toUpperCase']()))));if(_0xe072b4[_0x54a8f9(0x134)](_0x12912f[_0x3ff965][_0x54a8f9(0x131)][_0x54a8f9(0x11c)](),_0xe072b4['fYxrc'])){_0xb75501=!![];const _0x12136b=_0xe072b4[_0x54a8f9(0x117)](nestedKeyValue,_0x12912f[_0x3ff965],[_0xe072b4[_0x54a8f9(0x137)],_0xe072b4[_0x54a8f9(0x100)]]);_0x12136b&&(testsErrorMessage[_0xe072b4[_0x54a8f9(0xf4)](_0xe072b4['TUivt'](_0x17121d[_0x54a8f9(0x118)][_0x54a8f9(0xec)]['name'],_0xe072b4[_0x54a8f9(0x121)]),_0x17121d[_0x54a8f9(0x132)]['name'])]=_0x12136b,console[_0x54a8f9(0x129)](_0xe072b4[_0x54a8f9(0x13a)](_0x12136b,'\x0a')));}}}_0xb75501&&(testSuitesFailed+=0x1),console[_0x54a8f9(0x129)]('\x0a');}}module['exports']=BrowserstackFormatter;
@@ -1 +1 @@
1
- const a8_0xf8bd69=a8_0x1dde;(function(_0x305222,_0xa8ce0d){const _0x105b03=a8_0x1dde,_0x515521=_0x305222();while(!![]){try{const _0xdd200e=-parseInt(_0x105b03(0x166))/0x1*(-parseInt(_0x105b03(0x183))/0x2)+parseInt(_0x105b03(0x1cf))/0x3*(parseInt(_0x105b03(0x1cc))/0x4)+-parseInt(_0x105b03(0x182))/0x5+parseInt(_0x105b03(0x1b6))/0x6+parseInt(_0x105b03(0x149))/0x7+parseInt(_0x105b03(0x13f))/0x8+parseInt(_0x105b03(0x142))/0x9*(-parseInt(_0x105b03(0x15a))/0xa);if(_0xdd200e===_0xa8ce0d)break;else _0x515521['push'](_0x515521['shift']());}catch(_0x4d96aa){_0x515521['push'](_0x515521['shift']());}}}(a8_0x1b11,0xd3ce5));const path=require(a8_0xf8bd69(0x154)),stripAnsi=require(a8_0xf8bd69(0x17c)),util=require('util'),hooksMap={},SessionHandler=require(a8_0xf8bd69(0x1c2)),testhubUtils=require(a8_0xf8bd69(0x151)),{getGitMetaData,isUndefined,nestedKeyValue}=require(a8_0xf8bd69(0x144)),logger=require('../../helpers/logger')[a8_0xf8bd69(0x16d)],{o11yClassErrorHandler}=require(a8_0xf8bd69(0x1a3)),{FRAMEWORKS}=require('../../helpers/test-observability/constants.js'),TestDetails=require(a8_0xf8bd69(0x177));this['_gitConfigured']=![],this[a8_0xf8bd69(0x1b2)]=null;class TestObservabilityReporter{async[a8_0xf8bd69(0x170)](_0x15b693,_0x237ae5,_0x36824f,_0x28004f,_0x4249cd){const _0xef12f=a8_0xf8bd69,_0x3eb7a6={'CHZUk':function(_0x1958a5,_0x33aada){return _0x1958a5===_0x33aada;},'aGQOW':_0xef12f(0x1ad),'HSkRS':_0xef12f(0x19e),'mSHJV':_0xef12f(0x18d),'ApLkO':_0xef12f(0x188),'neNRU':function(_0x26caf2,_0xab6da6){return _0x26caf2||_0xab6da6;},'aluRv':function(_0x5d9c6b,_0x40e4f9){return _0x5d9c6b+_0x40e4f9;},'xfPPx':function(_0x573572,_0x346ec3){return _0x573572+_0x346ec3;},'vvyrP':_0xef12f(0x16c),'CQLTE':_0xef12f(0x19f),'ROMFl':'cucumber','KoQly':_0xef12f(0x17f),'QzLuc':_0xef12f(0x141),'IlQTP':function(_0x39839b,_0x1756f9){return _0x39839b!==_0x1756f9;},'OPlKk':function(_0xec0ad9,_0x3c130e){return _0xec0ad9/_0x3c130e;},'aUdbO':function(_0x1bb514,_0x53c1c7){return _0x1bb514(_0x53c1c7);},'imgTl':_0xef12f(0x1c6),'zmiav':function(_0x57aeb2,_0x29e0aa){return _0x57aeb2(_0x29e0aa);},'RMIvo':_0xef12f(0x1d4),'WPIAy':_0xef12f(0x18a),'vtXgM':function(_0x34ec0a,_0x231c7e){return _0x34ec0a===_0x231c7e;},'KUBNN':'TestRunFinished','YLtGq':function(_0x3c2ad9,_0x53298e){return _0x3c2ad9>_0x53298e;}},{feature:_0x7e257a,scenario:_0x39d609,steps:_0xc12a26,uuid:_0x524147,startedAt:_0x336618,finishedAt:_0x2ba0c9}=_0x3eb7a6[_0xef12f(0x1bb)](_0x4249cd,{}),_0x50eea8=this['getScenarioExamples'](_0x237ae5,_0x36824f);await this[_0xef12f(0x1aa)]();const _0x16ebb1=_0x50eea8?_0x3eb7a6[_0xef12f(0x17b)](_0x3eb7a6[_0xef12f(0x180)](_0x3eb7a6['aluRv'](_0x36824f[_0xef12f(0x19a)],'\x20('),_0x50eea8[_0xef12f(0x1da)](',\x20')),')'):_0x36824f['name'],_0x3411fa={'uuid':_0x524147,'started_at':_0x336618,'finished_at':_0x2ba0c9,'type':_0x3eb7a6[_0xef12f(0x196)],'body':{'lang':_0x3eb7a6[_0xef12f(0x162)],'code':null},'name':_0x16ebb1,'scopes':[_0x7e257a&&_0x7e257a[_0xef12f(0x19a)]?_0x7e257a[_0xef12f(0x19a)]:''],'tags':_0x36824f[_0xef12f(0x172)]?_0x36824f[_0xef12f(0x172)][_0xef12f(0x15f)](({name:_0xb5314c})=>_0xb5314c):[],'file_name':_0x36824f[_0xef12f(0x1a7)],'location':_0x36824f[_0xef12f(0x1a7)],'vc_filepath':this[_0xef12f(0x1b2)]&&_0x36824f[_0xef12f(0x1a7)]?path[_0xef12f(0x1d5)](this[_0xef12f(0x1b2)],_0x36824f[_0xef12f(0x1a7)]):null,'framework':_0x3eb7a6[_0xef12f(0x194)],'result':_0x3eb7a6['KoQly'],'meta':{'feature':_0x7e257a,'scenario':_0x39d609,'steps':_0xc12a26,'examples':_0x50eea8},'customRerunParam':{'rerun_name':_0x16ebb1}};if(_0x15b693[_0xef12f(0x175)]&&_0xc12a26){const _0x4755ee=_0x15b693[_0xef12f(0x175)];let _0x519b78=_0x3eb7a6['QzLuc'];_0xc12a26[_0xef12f(0x1cd)](_0x3fef47=>{const _0x48df9d=_0xef12f;if(_0x3eb7a6[_0x48df9d(0x1b7)](_0x3fef47['result'],_0x3eb7a6[_0x48df9d(0x187)]))return _0x519b78=_0x3eb7a6[_0x48df9d(0x199)],_0x4755ee[_0x48df9d(0x1c8)]=_0x3fef47[_0x48df9d(0x1c8)],_0x4755ee[_0x48df9d(0x176)]=_0x3fef47[_0x48df9d(0x176)],![];else{if(_0x3eb7a6[_0x48df9d(0x1b7)](_0x3fef47['result'],_0x3eb7a6['mSHJV']))return _0x519b78=_0x3eb7a6[_0x48df9d(0x1c9)],![];}return!![];}),_0x3411fa[_0xef12f(0x1d7)]=new Date()[_0xef12f(0x193)](),_0x3411fa[_0xef12f(0x190)]=_0x519b78,_0x4755ee[_0xef12f(0x178)]&&_0x3eb7a6[_0xef12f(0x1d9)](_0x4755ee['timestamp'][_0xef12f(0x16e)],undefined)?_0x3411fa[_0xef12f(0x19b)]=_0x3eb7a6[_0xef12f(0x156)](_0x4755ee[_0xef12f(0x178)][_0xef12f(0x16e)],0xf4240):_0x3411fa[_0xef12f(0x19b)]=undefined,_0x3eb7a6[_0xef12f(0x1b7)](_0x519b78,_0x3eb7a6[_0xef12f(0x199)])&&(_0x3411fa[_0xef12f(0x1c8)]=[{'backtrace':[_0x4755ee[_0xef12f(0x1c8)]?_0x3eb7a6[_0xef12f(0x158)](stripAnsi,_0x4755ee[_0xef12f(0x1c8)]):_0x3eb7a6[_0xef12f(0x1cb)]]}],_0x3411fa['failure_reason']=_0x4755ee[_0xef12f(0x1c8)]?_0x3eb7a6[_0xef12f(0x16a)](stripAnsi,_0x4755ee[_0xef12f(0x1c8)]):_0x4755ee['message'],_0x4755ee[_0xef12f(0x176)]&&(_0x3411fa['failure_type']=_0x4755ee['failureType'][_0xef12f(0x1a6)](/AssertError/)?_0x3eb7a6[_0xef12f(0x1b1)]:_0x3eb7a6[_0xef12f(0x174)]));}if(_0x3eb7a6['vtXgM'](_0x28004f,_0x3eb7a6[_0xef12f(0x147)])){const _0x3e6cff=this[_0xef12f(0x168)](_0x15b693[_0xef12f(0x175)][_0xef12f(0x155)]);_0x3e6cff&&_0x3eb7a6['YLtGq'](_0x3e6cff[_0xef12f(0x198)],0x0)&&(_0x3411fa[_0xef12f(0x1d8)]=_0x3e6cff,this[_0xef12f(0x173)](_0x15b693['testCaseFinished'][_0xef12f(0x155)],_0x3411fa));}testhubUtils[_0xef12f(0x1af)](_0x3411fa,_0x28004f,'',FRAMEWORKS[_0xef12f(0x16f)]);const _0x113b72={};_0x113b72[_0xef12f(0x1b4)]=_0x28004f,_0x113b72[_0xef12f(0x19c)]=_0x3411fa;const _0x43e1a6=_0x113b72;await SessionHandler['uploadEventData'](_0x43e1a6);}[a8_0xf8bd69(0x173)](_0x437b86,_0x963843){const _0x23815d=a8_0xf8bd69,_0x1d9c37={};_0x1d9c37['nEBkw']=function(_0xd8a19f,_0x1bffcb){return _0xd8a19f instanceof _0x1bffcb;},_0x1d9c37[_0x23815d(0x167)]=function(_0x19c26f,_0x410d84){return _0x19c26f===_0x410d84;},_0x1d9c37[_0x23815d(0x1d2)]=_0x23815d(0x19e),_0x1d9c37[_0x23815d(0x1a4)]=_0x23815d(0x143),_0x1d9c37[_0x23815d(0x1ba)]=function(_0x34fa70,_0x540e76){return _0x34fa70 instanceof _0x540e76;};const _0x38d923=_0x1d9c37,_0x16c2a2=hooksMap[_0x437b86];if(_0x38d923[_0x23815d(0x1b5)](_0x16c2a2,Array))for(const _0x45c74f of _0x16c2a2){if(_0x38d923[_0x23815d(0x167)](_0x45c74f['result'],_0x38d923[_0x23815d(0x1d2)])){const _0x18205e=_0x38d923['qVTLE'][_0x23815d(0x1b0)]('|');let _0x4f1d67=0x0;while(!![]){switch(_0x18205e[_0x4f1d67++]){case'0':_0x963843[_0x23815d(0x1c5)]=_0x45c74f[_0x23815d(0x1c5)];continue;case'1':_0x963843[_0x23815d(0x1c8)]=_0x45c74f[_0x23815d(0x1c4)];continue;case'2':_0x963843[_0x23815d(0x190)]=_0x45c74f[_0x23815d(0x190)];continue;case'3':_0x963843[_0x23815d(0x17e)]=_0x38d923[_0x23815d(0x1ba)](_0x45c74f[_0x23815d(0x1c4)],Array)?_0x45c74f[_0x23815d(0x1c4)][0x0][_0x23815d(0x1a0)][_0x23815d(0x1da)]('\x0a'):'';continue;case'4':return _0x963843;}break;}}};}[a8_0xf8bd69(0x168)](_0x29dd53){if(hooksMap[_0x29dd53])return hooksMap[_0x29dd53]['map'](_0x5f30ae=>_0x5f30ae['uuid']);return[];}[a8_0xf8bd69(0x18e)](_0x36f2c2,_0x190604,_0x1861ae,_0xf40408,_0x5240c1,_0x1fbacd){const _0x1a9a10=a8_0xf8bd69,_0x414ac9={'Frssq':function(_0x1d4e95,_0x2805d9){return _0x1d4e95===_0x2805d9;},'PpxRg':_0x1a9a10(0x14b),'mEwJr':function(_0x50d2ae,_0x4e216e,_0x3beeb4){return _0x50d2ae(_0x4e216e,_0x3beeb4);},'impXW':_0x1a9a10(0x148),'CxFWo':_0x1a9a10(0x1a7),'iauGv':_0x1a9a10(0x17f),'rpDiF':_0x1a9a10(0x189),'lgYdq':'javascript','wTBLO':function(_0x1e32bc,_0x2137ce,_0x84438b){return _0x1e32bc(_0x2137ce,_0x84438b);},'AmkiK':_0x1a9a10(0x150),'taMDC':_0x1a9a10(0x19a),'ZRtKd':_0x1a9a10(0x1d6)};try{if(_0x414ac9['Frssq'](_0x1861ae,_0x414ac9[_0x1a9a10(0x161)])){const _0x351ae0=new Date()[_0x1a9a10(0x193)](),_0x184319=hooksMap[_0x190604];if(!_0x184319)return;const _0x477019=_0x184319[_0x1a9a10(0x17d)](_0x20987b=>_0x20987b[_0x1a9a10(0x169)]===_0xf40408['id']);if(!_0x477019)return;const _0x11d86f=this['getHookResult'](_0x36f2c2,_0x190604);_0x477019[_0x1a9a10(0x190)]=_0x11d86f[_0x1a9a10(0x159)],_0x477019['finished_at']=_0x351ae0,_0x477019[_0x1a9a10(0x1c5)]=_0x11d86f[_0x1a9a10(0x176)];const _0x39a508={};return _0x39a508[_0x1a9a10(0x1a0)]=_0x11d86f[_0x1a9a10(0x14f)],_0x477019[_0x1a9a10(0x1c4)]=[_0x39a508],_0x477019;}const _0x1ebfe1=TestDetails[_0x1a9a10(0x140)](_0x190604),_0x3b64a5=_0x36f2c2[_0x1a9a10(0x1d8)][_0x1a9a10(0x17d)](_0x4dcacb=>_0x4dcacb['id']===_0xf40408['hookId']),_0x3da07d=_0x414ac9['mEwJr'](nestedKeyValue,_0x3b64a5,[_0x414ac9[_0x1a9a10(0x145)],_0x414ac9[_0x1a9a10(0x171)]]),_0x57e0cb=new Date()[_0x1a9a10(0x193)](),_0xa5a863=_0x414ac9['iauGv'],_0x4030a5=_0x3b64a5[_0x1a9a10(0x1b9)]?_0x3b64a5[_0x1a9a10(0x1b9)][_0x1a9a10(0x1b0)]('\x20')[_0x1a9a10(0x165)](_0x2a7422=>_0x2a7422[_0x1a9a10(0x1c1)]('@')):[],_0xa10b8={'uuid':_0xf40408['id'],'type':_0x414ac9[_0x1a9a10(0x181)],'hook_type':_0x1fbacd,'name':_0x3b64a5[_0x1a9a10(0x19a)],'body':{'lang':_0x414ac9[_0x1a9a10(0x1a8)],'code':null},'tags':_0x4030a5,'test_run_id':_0x1ebfe1,'scope':_0x414ac9[_0x1a9a10(0x1c0)](nestedKeyValue,_0x5240c1,[_0x414ac9[_0x1a9a10(0x13e)],_0x414ac9[_0x1a9a10(0x14a)]]),'scopes':[_0x414ac9['wTBLO'](nestedKeyValue,_0x5240c1,[_0x414ac9[_0x1a9a10(0x13e)],_0x414ac9['taMDC']])||''],'file_name':_0x3da07d,'location':_0x3da07d,'vc_filepath':this['_gitConfigPath']?path[_0x1a9a10(0x1d5)](this[_0x1a9a10(0x1b2)],_0x3da07d):null,'result':_0xa5a863,'started_at':_0x57e0cb,'framework':_0x414ac9[_0x1a9a10(0x1c7)]};return _0xa10b8;}catch(_0x1ff658){logger[_0x1a9a10(0x153)]('Exception\x20in\x20getHookRunEventData:\x20'+util[_0x1a9a10(0x18b)](_0x1ff658)+'\x20');}}async[a8_0xf8bd69(0x1ca)](_0x71bb33,_0x121f94,_0x538016,_0x22c2dc,_0xc91c48,_0x368be5){const _0x380a63=a8_0xf8bd69,_0xacce85={'bypFI':function(_0x11de6a,_0x27f450){return _0x11de6a===_0x27f450;},'VNsWj':_0x380a63(0x13c),'TBRvZ':function(_0x54eed6,_0x106673,_0x2c1ac6){return _0x54eed6(_0x106673,_0x2c1ac6);},'edZiP':'sourceReference','gQCAN':_0x380a63(0x1a7),'CGgZO':_0x380a63(0x1ac)};try{const _0x49e89d=_0x22c2dc[_0x380a63(0x17d)](_0x3e4afb=>_0x3e4afb['id']===_0xc91c48);if(!_0x49e89d[_0x380a63(0x15d)])return;const _0xa1ddba=this[_0x380a63(0x15c)](_0x22c2dc,_0x49e89d),_0x24b04a=this['getHookRunEventData'](_0x71bb33,_0x121f94,_0x538016,_0x49e89d,_0x368be5,_0xa1ddba);if(!_0x24b04a)return;_0xacce85[_0x380a63(0x18f)](_0x538016,_0xacce85[_0x380a63(0x164)])&&(hooksMap[_0x121f94]?hooksMap[_0x121f94]['push'](_0x24b04a):hooksMap[_0x121f94]=[_0x24b04a]);const _0x6d13c9=_0x71bb33[_0x380a63(0x1d8)][_0x380a63(0x17d)](_0x2db4a3=>_0x2db4a3['id']===_0x49e89d[_0x380a63(0x15d)]),_0x35f5ae=_0xacce85[_0x380a63(0x1a1)](nestedKeyValue,_0x6d13c9,[_0xacce85[_0x380a63(0x186)],_0xacce85[_0x380a63(0x1b3)]]);if(!_0x35f5ae)return;else{if(_0x35f5ae[_0x380a63(0x1c1)](_0xacce85['CGgZO']))return;}const _0x24a59d={};_0x24a59d[_0x380a63(0x1b4)]=_0x538016,_0x24a59d['hook_run']=_0x24b04a;const _0xd64326=_0x24a59d;await SessionHandler[_0x380a63(0x192)](_0xd64326);}catch(_0x48f1ea){logger[_0x380a63(0x153)](_0x380a63(0x1a2)+util[_0x380a63(0x18b)](_0x48f1ea)+'\x20');}}[a8_0xf8bd69(0x19d)](_0x371072,_0x196954){const _0x1713e4=a8_0xf8bd69,_0x480999={};_0x480999['bYfrQ']=function(_0x249138,_0x20c1e6){return _0x249138===_0x20c1e6;},_0x480999[_0x1713e4(0x163)]=_0x1713e4(0x19e),_0x480999[_0x1713e4(0x1a9)]=function(_0x497f79,_0x4427dc){return _0x497f79===_0x4427dc;},_0x480999[_0x1713e4(0x14e)]='UnhandledError',_0x480999[_0x1713e4(0x157)]='AssertionError',_0x480999[_0x1713e4(0x191)]=function(_0x5a0eea,_0x4fd12b){return _0x5a0eea||_0x4fd12b;};const _0xc5356b=_0x480999,_0x13825c=_0x371072[_0x1713e4(0x1bc)][_0x196954][_0x1713e4(0x146)];let _0x3e87a5,_0x597fe6;return _0x13825c&&_0xc5356b[_0x1713e4(0x1ae)](_0x13825c[_0x1713e4(0x159)][_0x1713e4(0x1b8)]()['toLowerCase'](),_0xc5356b[_0x1713e4(0x163)])&&(_0x3e87a5=_0xc5356b[_0x1713e4(0x1ae)](_0x13825c[_0x1713e4(0x1ce)],undefined)?_0x13825c[_0x1713e4(0x14c)]:_0x13825c['exception'][_0x1713e4(0x14c)],_0x597fe6=_0xc5356b[_0x1713e4(0x1a9)](_0x13825c[_0x1713e4(0x1ce)],undefined)?_0xc5356b[_0x1713e4(0x14e)]:_0x13825c['message'][_0x1713e4(0x1a6)](/Assert/)?_0xc5356b[_0x1713e4(0x157)]:_0xc5356b['bDdwI']),{'status':_0x13825c[_0x1713e4(0x159)]['toLowerCase'](),'failureType':_0xc5356b[_0x1713e4(0x191)](_0x597fe6,null),'failureData':!_0x3e87a5?null:[_0x3e87a5]};}['getCucumberHookType'](_0x276111,_0x4de002){const _0x1643c0=a8_0xf8bd69,_0x19106e={};_0x19106e[_0x1643c0(0x1d3)]=function(_0x1c6ab5,_0x1fcf91){return _0x1c6ab5===_0x1fcf91;},_0x19106e[_0x1643c0(0x1d1)]='AFTER_EACH',_0x19106e[_0x1643c0(0x1ab)]=_0x1643c0(0x15e);const _0x3d8655=_0x19106e;let _0x4c61cb=![];for(const _0x4b99fb of _0x276111){_0x4b99fb['pickleStepId']&&(_0x4c61cb=!![]);if(_0x3d8655[_0x1643c0(0x1d3)](_0x4de002['id'],_0x4b99fb['id']))return _0x4c61cb?_0x3d8655['cKJEL']:_0x3d8655[_0x1643c0(0x1ab)];}}[a8_0xf8bd69(0x195)]=(_0x5aa320,_0x227d94)=>{const _0x55575b=a8_0xf8bd69,_0x63ea7d={};_0x63ea7d[_0x55575b(0x16b)]=function(_0x3a03d1,_0x1070a7){return _0x3a03d1===_0x1070a7;},_0x63ea7d[_0x55575b(0x185)]=function(_0x505dfb,_0x53a0f3){return _0x505dfb===_0x53a0f3;},_0x63ea7d['eZZeJ']=function(_0x15dc87,_0x13033f){return _0x15dc87>_0x13033f;};const _0xe432aa=_0x63ea7d;if(!(_0x227d94[_0x55575b(0x197)]&&_0xe432aa[_0x55575b(0x152)](_0x227d94[_0x55575b(0x197)][_0x55575b(0x198)],0x1)))return;const _0xc76c40=_0x227d94[_0x55575b(0x197)][0x0],_0x453a7e=_0x227d94['astNodeIds'][0x1],_0x2dcd49=_0x5aa320[_0x55575b(0x150)]&&_0x5aa320[_0x55575b(0x150)][_0x55575b(0x184)]?_0x5aa320['feature'][_0x55575b(0x184)]:undefined;let _0x4cb7c6=[];_0x2dcd49&&_0x2dcd49[_0x55575b(0x17a)](_0x1cc86f=>{const _0x388fe0=_0x55575b,_0x2f96a={'fKJWC':function(_0x121afb,_0x3159d7){const _0x1183e4=a8_0x1dde;return _0xe432aa[_0x1183e4(0x16b)](_0x121afb,_0x3159d7);}};if(_0x1cc86f[_0x388fe0(0x1bd)])_0x1cc86f[_0x388fe0(0x1bd)]['children']['forEach'](_0x413971=>{const _0x8f9f1e=_0x388fe0;if(_0x413971[_0x8f9f1e(0x13d)]&&_0x2f96a[_0x8f9f1e(0x1a5)](_0x413971[_0x8f9f1e(0x13d)]['id'],_0xc76c40)&&_0x413971[_0x8f9f1e(0x13d)]['examples']){const _0x2be1f2=_0x413971[_0x8f9f1e(0x13d)]['examples'][_0x8f9f1e(0x160)](_0x46005c=>_0x46005c[_0x8f9f1e(0x15b)])['find'](_0x525b91=>_0x525b91['id']===_0x453a7e);let _0x23202c;_0x2be1f2&&_0x2be1f2[_0x8f9f1e(0x1c3)]?_0x23202c=_0x2be1f2[_0x8f9f1e(0x1c3)]['map'](_0x47654e=>_0x47654e['value']):_0x23202c=[],_0x23202c&&(_0x4cb7c6=_0x23202c);}});else{if(_0x1cc86f[_0x388fe0(0x13d)]&&_0xe432aa['KjgWO'](_0x1cc86f[_0x388fe0(0x13d)]['id'],_0xc76c40)&&_0x1cc86f[_0x388fe0(0x13d)][_0x388fe0(0x1be)]){const _0x4e39f7=_0x1cc86f[_0x388fe0(0x13d)][_0x388fe0(0x1be)][_0x388fe0(0x160)](_0x4cec11=>_0x4cec11['tableBody'])['find'](_0x3cbd0e=>_0x3cbd0e['id']===_0x453a7e);let _0x504ce1;_0x4e39f7&&_0x4e39f7[_0x388fe0(0x1c3)]?_0x504ce1=_0x4e39f7[_0x388fe0(0x1c3)]['map'](_0x239aec=>_0x239aec[_0x388fe0(0x18c)]):_0x504ce1=[],_0x504ce1&&(_0x4cb7c6=_0x504ce1);}}});if(_0x4cb7c6[_0x55575b(0x198)])return _0x4cb7c6;return;};async[a8_0xf8bd69(0x1aa)](){const _0x3e7087=a8_0xf8bd69,_0x2e3fa0={'jcGwF':function(_0x439204){return _0x439204();}};if(this[_0x3e7087(0x1d0)])return this['_gitConfigPath'];const _0x3f7b05=await _0x2e3fa0[_0x3e7087(0x14d)](getGitMetaData);_0x3f7b05&&(this[_0x3e7087(0x1b2)]=_0x3f7b05[_0x3e7087(0x179)]),this[_0x3e7087(0x1d0)]=!![];}}function a8_0x1b11(){const _0x4f9c5f=['impXW','testStepResult','KUBNN','sourceReference','3344803fKZObI','taMDC','HookRunFinished','message','jcGwF','bDdwI','failureData','feature','../../helpers/testhub/utils','eZZeJ','debug','path','testCaseStartedId','OPlKk','GAErC','aUdbO','status','18606680QrhlVP','tableBody','getCucumberHookType','hookId','BEFORE_EACH','map','flatMap','PpxRg','CQLTE','qlYlv','VNsWj','filter','24501iVWDkp','WfKOX','getHooksListForTest','uuid','zmiav','qwGdu','test','winstonLogger','nanos','CUCUMBER','sendTestRunEventForCucumber','CxFWo','tags','updateTestStatus','WPIAy','testCaseFinished','failureType','../playwright/reporter/test-details','timestamp','root','forEach','aluRv','strip-ansi','find','failure_reason','pending','xfPPx','rpDiF','5873050LbNVjz','54SYrDBJ','children','KjgWO','edZiP','aGQOW','skipped','hook','UnhandledError','format','value','SKIPPED','getHookRunEventData','bypFI','result','ygykJ','uploadEventData','toISOString','ROMFl','getScenarioExamples','vvyrP','astNodeIds','length','HSkRS','name','duration_in_ms','test_run','getHookResult','failed','javascript','backtrace','TBRvZ','Exception\x20in\x20sendHook:\x20','../../helpers/test-observability/error-handler','qVTLE','fKJWC','match','uri','lgYdq','PEEgR','configureGit','IwnmZ','browserstack-node-agent/src/bin/cucumber-js/test.setup.js','FAILED','bYfrQ','appendTesthubParams','split','RMIvo','_gitConfigPath','gQCAN','event_type','nEBkw','7025076cPCIYE','CHZUk','toString','tagExpression','svsoA','neNRU','testStepFinished','rule','examples','exports','wTBLO','includes','../../helpers/test-observability/sessionHandler','cells','failure_data','failure_type','unknown','ZRtKd','failure','ApLkO','sendHook','imgTl','12iTPkWn','every','exception','924666vQDpwf','_gitConfigured','cKJEL','dGuIs','OFFlQ','AssertionError','relative','cucumber','finished_at','hooks','IlQTP','join','HookRunStarted','scenario','AmkiK','5343736QbvcLh','getTestUUID','passed','9SvCayL','2|1|3|0|4','../../helpers/helper'];a8_0x1b11=function(){return _0x4f9c5f;};return a8_0x1b11();}function a8_0x1dde(_0x547b85,_0x360d18){const _0x1b115d=a8_0x1b11();return a8_0x1dde=function(_0x1dded2,_0x38a6ba){_0x1dded2=_0x1dded2-0x13c;let _0x29ecce=_0x1b115d[_0x1dded2];return _0x29ecce;},a8_0x1dde(_0x547b85,_0x360d18);}module[a8_0xf8bd69(0x1bf)]=o11yClassErrorHandler(TestObservabilityReporter,[a8_0xf8bd69(0x1aa),'getScenarioExamples',a8_0xf8bd69(0x15c),a8_0xf8bd69(0x19d),a8_0xf8bd69(0x1ca),'getHookRunEventData',a8_0xf8bd69(0x170)]);
1
+ const a8_0x40ba1a=a8_0x5b05;(function(_0x2c94bc,_0x3f2290){const _0x36348f=a8_0x5b05,_0x8a5b17=_0x2c94bc();while(!![]){try{const _0x4c76b1=-parseInt(_0x36348f(0xc7))/0x1*(parseInt(_0x36348f(0xd3))/0x2)+parseInt(_0x36348f(0xf5))/0x3*(parseInt(_0x36348f(0x144))/0x4)+-parseInt(_0x36348f(0x14a))/0x5*(parseInt(_0x36348f(0xcc))/0x6)+parseInt(_0x36348f(0xd0))/0x7+parseInt(_0x36348f(0xd9))/0x8*(parseInt(_0x36348f(0x14f))/0x9)+parseInt(_0x36348f(0x151))/0xa*(-parseInt(_0x36348f(0xbc))/0xb)+parseInt(_0x36348f(0xe7))/0xc;if(_0x4c76b1===_0x3f2290)break;else _0x8a5b17['push'](_0x8a5b17['shift']());}catch(_0xf7c06c){_0x8a5b17['push'](_0x8a5b17['shift']());}}}(a8_0x2272,0x75997));function a8_0x2272(){const _0x320f35=['QsLHI','UnhandledError','8472ApJHjZ','join','javascript','WuSmG','hook','failureData','wtITy','QVpVb','getHookResult','NckPl','fDldu','CUCUMBER','getHooksListForTest','tableBody','HookRunStarted','uuid','uploadEventData','toISOString','failure','length','failure_type','Exception\x20in\x20getHookRunEventData:\x20','format','passed','sendHook','pickleStepId','MPHmO','examples','getCucumberHookType','path','AssertionError','appendTesthubParams','TRvrt','VBOJF','getHookRunEventData','vhsaL','finished_at','hook_run','map','HookRunFinished','IVQOs','updateTestStatus','flatMap','qxjuu','getScenarioExamples','wmQgT','forEach','NkZMV','sendTestRunEventForCucumber','../../helpers/test-observability/sessionHandler','feature','4|0|1|3|2','nSgwG','split','relative','OdlhH','PSwGC','result','nanos','failed','astNodeIds','test','CwLEh','toString','tagExpression','skipped','scenario','backtrace','kzNnK','onqQO','MZmWz','../../helpers/test-observability/constants.js','yVKan','debug','../../helpers/helper','testStepFinished','evbDc','yNOpo','filter','676rGOXAP','RXiug','DYnmD','status','HsJpb','../../helpers/logger','345uPNMuX','testCaseFinished','exports','sEnPD','BVXfn','387WaRxKl','zeWFT','1030230pMZSZT','failureType','geTxu','../../helpers/test-observability/error-handler','iLjCL','rule','kKOzL','qvpIr','cucumber','find','88HxojGw','fcwkb','ucBuJ','util','exception','hookId','../../helpers/testhub/utils','cells','lCFcK','eDqOy','configureGit','5ioUMnG','strip-ansi','uri','MuppJ','eUNko','32316IXcgjU','xTpKx','_gitConfigured','event_type','128450qJsjiZ','timestamp','kOkIZ','207798kWpAQE','includes','kxBXY','pending','TestRunFinished','every','89752DRAdRp','failure_data','hRIIR','failure_reason','toLowerCase','IqSqp','mBKle','getTestUUID','wELuq','testStepResult','zEPbx','duration_in_ms','children','SKIPPED','14627724dLwnlI','hooks','browserstack-node-agent/src/bin/cucumber-js/test.setup.js','value','FlsQu','_gitConfigPath','ftldb','tags','message','ptfDX','LkJJB','name'];a8_0x2272=function(){return _0x320f35;};return a8_0x2272();}const path=require(a8_0x40ba1a(0x112)),stripAnsi=require(a8_0x40ba1a(0xc8)),util=require(a8_0x40ba1a(0xbf)),hooksMap={},SessionHandler=require(a8_0x40ba1a(0x126)),testhubUtils=require(a8_0x40ba1a(0xc2)),{getGitMetaData,isUndefined,nestedKeyValue}=require(a8_0x40ba1a(0x13f)),logger=require(a8_0x40ba1a(0x149))['winstonLogger'],{o11yClassErrorHandler}=require(a8_0x40ba1a(0x154)),{FRAMEWORKS}=require(a8_0x40ba1a(0x13c)),TestDetails=require('../playwright/reporter/test-details');this[a8_0x40ba1a(0xce)]=![],this['_gitConfigPath']=null;class TestObservabilityReporter{async['sendTestRunEventForCucumber'](_0x5df30e,_0x475104,_0x104104,_0x10bc97,_0x1a40c1){const _0xb36cbf=a8_0x40ba1a,_0x498e7e={'mBKle':function(_0x160392,_0x333cbb){return _0x160392===_0x333cbb;},'FlsQu':'FAILED','zeWFT':_0xb36cbf(0x130),'fcwkb':function(_0x523ab0,_0x413530){return _0x523ab0===_0x413530;},'kOkIZ':_0xb36cbf(0xe6),'NRpdH':_0xb36cbf(0x136),'wELuq':function(_0x21d5e9,_0xfe7a00){return _0x21d5e9||_0xfe7a00;},'VBOJF':function(_0x9861c5,_0x4326b9){return _0x9861c5+_0x4326b9;},'ftldb':function(_0x5d646a,_0x566043){return _0x5d646a+_0x566043;},'kxBXY':function(_0x4ecd4a,_0x3f350a){return _0x4ecd4a+_0x3f350a;},'IVQOs':_0xb36cbf(0x132),'RXiug':_0xb36cbf(0xf7),'qvpIr':_0xb36cbf(0xba),'MtGCm':_0xb36cbf(0xd6),'xTpKx':_0xb36cbf(0x10c),'wtITy':function(_0x12744b,_0x1c7b08){return _0x12744b!==_0x1c7b08;},'yVKan':function(_0x4d9dfa,_0x3754f5){return _0x4d9dfa/_0x3754f5;},'evbDc':function(_0x1115d0,_0x729141){return _0x1115d0(_0x729141);},'NkZMV':'unknown','iqdWy':_0xb36cbf(0x113),'MuppJ':_0xb36cbf(0xf4),'kKOzL':function(_0x3bef2c,_0x3d2986){return _0x3bef2c===_0x3d2986;},'geTxu':_0xb36cbf(0xd7),'MPHmO':function(_0x5682f,_0x478d3f){return _0x5682f>_0x478d3f;}},{feature:_0x24bc3a,scenario:_0x39c18d,steps:_0x12ef08,uuid:_0x1bc4b4,startedAt:_0x46eed8,finishedAt:_0x3677c7}=_0x498e7e[_0xb36cbf(0xe1)](_0x1a40c1,{}),_0x2985de=this[_0xb36cbf(0x121)](_0x475104,_0x104104);await this['configureGit']();const _0x2e24ea=_0x2985de?_0x498e7e[_0xb36cbf(0x116)](_0x498e7e[_0xb36cbf(0xed)](_0x498e7e[_0xb36cbf(0xd5)](_0x104104[_0xb36cbf(0xf2)],'\x20('),_0x2985de[_0xb36cbf(0xf6)](',\x20')),')'):_0x104104[_0xb36cbf(0xf2)],_0x2e8262={'uuid':_0x1bc4b4,'started_at':_0x46eed8,'finished_at':_0x3677c7,'type':_0x498e7e[_0xb36cbf(0x11d)],'body':{'lang':_0x498e7e[_0xb36cbf(0x145)],'code':null},'name':_0x2e24ea,'scopes':[_0x24bc3a&&_0x24bc3a[_0xb36cbf(0xf2)]?_0x24bc3a['name']:''],'tags':_0x104104[_0xb36cbf(0xee)]?_0x104104[_0xb36cbf(0xee)][_0xb36cbf(0x11b)](({name:_0x5d887f})=>_0x5d887f):[],'file_name':_0x104104['uri'],'location':_0x104104['uri'],'vc_filepath':this[_0xb36cbf(0xec)]&&_0x104104[_0xb36cbf(0xc9)]?path[_0xb36cbf(0x12b)](this['_gitConfigPath'],_0x104104[_0xb36cbf(0xc9)]):null,'framework':_0x498e7e[_0xb36cbf(0x158)],'result':_0x498e7e['MtGCm'],'meta':{'feature':_0x24bc3a,'scenario':_0x39c18d,'steps':_0x12ef08,'examples':_0x2985de},'customRerunParam':{'rerun_name':_0x2e24ea}};if(_0x5df30e[_0xb36cbf(0x14b)]&&_0x12ef08){const _0x3bb9a0=_0x5df30e[_0xb36cbf(0x14b)];let _0x4217f0=_0x498e7e[_0xb36cbf(0xcd)];_0x12ef08[_0xb36cbf(0xd8)](_0x4d38f0=>{const _0x1ca748=_0xb36cbf;if(_0x498e7e[_0x1ca748(0xdf)](_0x4d38f0['result'],_0x498e7e[_0x1ca748(0xeb)]))return _0x4217f0=_0x498e7e[_0x1ca748(0x150)],_0x3bb9a0[_0x1ca748(0x107)]=_0x4d38f0[_0x1ca748(0x107)],_0x3bb9a0[_0x1ca748(0x152)]=_0x4d38f0[_0x1ca748(0x152)],![];else{if(_0x498e7e[_0x1ca748(0xbd)](_0x4d38f0[_0x1ca748(0x12e)],_0x498e7e[_0x1ca748(0xd2)]))return _0x4217f0=_0x498e7e['NRpdH'],![];}return!![];}),_0x2e8262[_0xb36cbf(0x119)]=new Date()['toISOString'](),_0x2e8262[_0xb36cbf(0x12e)]=_0x4217f0,_0x3bb9a0[_0xb36cbf(0xd1)]&&_0x498e7e[_0xb36cbf(0xfb)](_0x3bb9a0[_0xb36cbf(0xd1)][_0xb36cbf(0x12f)],undefined)?_0x2e8262[_0xb36cbf(0xe4)]=_0x498e7e[_0xb36cbf(0x13d)](_0x3bb9a0[_0xb36cbf(0xd1)][_0xb36cbf(0x12f)],0xf4240):_0x2e8262[_0xb36cbf(0xe4)]=undefined,_0x498e7e['mBKle'](_0x4217f0,_0x498e7e[_0xb36cbf(0x150)])&&(_0x2e8262['failure']=[{'backtrace':[_0x3bb9a0['failure']?_0x498e7e[_0xb36cbf(0x141)](stripAnsi,_0x3bb9a0[_0xb36cbf(0x107)]):_0x498e7e[_0xb36cbf(0x124)]]}],_0x2e8262[_0xb36cbf(0xdc)]=_0x3bb9a0['failure']?_0x498e7e[_0xb36cbf(0x141)](stripAnsi,_0x3bb9a0[_0xb36cbf(0x107)]):_0x3bb9a0[_0xb36cbf(0xef)],_0x3bb9a0[_0xb36cbf(0x152)]&&(_0x2e8262[_0xb36cbf(0x109)]=_0x3bb9a0['failureType']['match'](/AssertError/)?_0x498e7e['iqdWy']:_0x498e7e[_0xb36cbf(0xca)]));}if(_0x498e7e[_0xb36cbf(0x157)](_0x10bc97,_0x498e7e[_0xb36cbf(0x153)])){const _0x222aae=this[_0xb36cbf(0x101)](_0x5df30e[_0xb36cbf(0x14b)]['testCaseStartedId']);_0x222aae&&_0x498e7e[_0xb36cbf(0x10f)](_0x222aae['length'],0x0)&&(_0x2e8262[_0xb36cbf(0xe8)]=_0x222aae,this[_0xb36cbf(0x11e)](_0x5df30e[_0xb36cbf(0x14b)]['testCaseStartedId'],_0x2e8262));}testhubUtils[_0xb36cbf(0x114)](_0x2e8262,_0x10bc97,'',FRAMEWORKS[_0xb36cbf(0x100)]);const _0xe73bf={};_0xe73bf[_0xb36cbf(0xcf)]=_0x10bc97,_0xe73bf['test_run']=_0x2e8262;const _0x3ebdd9=_0xe73bf;await SessionHandler[_0xb36cbf(0x105)](_0x3ebdd9);}[a8_0x40ba1a(0x11e)](_0x57fdf2,_0x232381){const _0x28b83f=a8_0x40ba1a,_0x431138={};_0x431138[_0x28b83f(0xcb)]=function(_0x4755ab,_0xac276b){return _0x4755ab instanceof _0xac276b;},_0x431138[_0x28b83f(0x139)]=function(_0x3f2b06,_0x35c2f6){return _0x3f2b06===_0x35c2f6;},_0x431138[_0x28b83f(0x118)]='failed',_0x431138['OdlhH']=_0x28b83f(0x128),_0x431138[_0x28b83f(0x146)]=function(_0x2f72e7,_0x5aa82b){return _0x2f72e7 instanceof _0x5aa82b;};const _0x1f67c6=_0x431138,_0x8f211b=hooksMap[_0x57fdf2];if(_0x1f67c6[_0x28b83f(0xcb)](_0x8f211b,Array))for(const _0x424259 of _0x8f211b){if(_0x1f67c6[_0x28b83f(0x139)](_0x424259['result'],_0x1f67c6[_0x28b83f(0x118)])){const _0x43cac5=_0x1f67c6[_0x28b83f(0x12c)]['split']('|');let _0x431a9b=0x0;while(!![]){switch(_0x43cac5[_0x431a9b++]){case'0':_0x232381[_0x28b83f(0x107)]=_0x424259[_0x28b83f(0xda)];continue;case'1':_0x232381[_0x28b83f(0xdc)]=_0x1f67c6[_0x28b83f(0x146)](_0x424259[_0x28b83f(0xda)],Array)?_0x424259['failure_data'][0x0]['backtrace']['join']('\x0a'):'';continue;case'2':return _0x232381;case'3':_0x232381[_0x28b83f(0x109)]=_0x424259[_0x28b83f(0x109)];continue;case'4':_0x232381[_0x28b83f(0x12e)]=_0x424259[_0x28b83f(0x12e)];continue;}break;}}};}['getHooksListForTest'](_0x15933f){const _0x4cc024=a8_0x40ba1a;if(hooksMap[_0x15933f])return hooksMap[_0x15933f][_0x4cc024(0x11b)](_0x5ca690=>_0x5ca690[_0x4cc024(0x104)]);return[];}[a8_0x40ba1a(0x117)](_0xdb49f5,_0x440f07,_0x16b3ee,_0x2dc550,_0x1531ec,_0x430537){const _0x1dca59=a8_0x40ba1a,_0x6a0a84={'yguHr':function(_0xe993e5,_0x5cfd66){return _0xe993e5===_0x5cfd66;},'PSwGC':_0x1dca59(0x11c),'QVpVb':function(_0x7cdc69,_0x521075,_0x22a117){return _0x7cdc69(_0x521075,_0x22a117);},'LkJJB':'sourceReference','nSgwG':'uri','ZgEzT':'pending','sEnPD':_0x1dca59(0xf9),'WoWhq':_0x1dca59(0xf7),'onqQO':_0x1dca59(0x127),'qxjuu':_0x1dca59(0xf2),'rIeKB':function(_0x38187c,_0x1689a9,_0x537fed){return _0x38187c(_0x1689a9,_0x537fed);},'QsLHI':_0x1dca59(0xba)};try{if(_0x6a0a84['yguHr'](_0x16b3ee,_0x6a0a84[_0x1dca59(0x12d)])){const _0x5707e0=new Date()[_0x1dca59(0x106)](),_0x4bfac1=hooksMap[_0x440f07];if(!_0x4bfac1)return;const _0x1827b5=_0x4bfac1[_0x1dca59(0xbb)](_0x2c6ac2=>_0x2c6ac2[_0x1dca59(0x104)]===_0x2dc550['id']);if(!_0x1827b5)return;const _0x75ec49=this[_0x1dca59(0xfd)](_0xdb49f5,_0x440f07);_0x1827b5[_0x1dca59(0x12e)]=_0x75ec49[_0x1dca59(0x147)],_0x1827b5[_0x1dca59(0x119)]=_0x5707e0,_0x1827b5[_0x1dca59(0x109)]=_0x75ec49[_0x1dca59(0x152)];const _0x52142c={};return _0x52142c[_0x1dca59(0x138)]=_0x75ec49[_0x1dca59(0xfa)],_0x1827b5[_0x1dca59(0xda)]=[_0x52142c],_0x1827b5;}const _0x524f20=TestDetails[_0x1dca59(0xe0)](_0x440f07),_0x4737dc=_0xdb49f5[_0x1dca59(0xe8)][_0x1dca59(0xbb)](_0x348778=>_0x348778['id']===_0x2dc550[_0x1dca59(0xc1)]),_0x5886fb=_0x6a0a84['QVpVb'](nestedKeyValue,_0x4737dc,[_0x6a0a84[_0x1dca59(0xf1)],_0x6a0a84[_0x1dca59(0x129)]]),_0x1efc12=new Date()[_0x1dca59(0x106)](),_0x199e88=_0x6a0a84['ZgEzT'],_0x43b316=_0x4737dc[_0x1dca59(0x135)]?_0x4737dc[_0x1dca59(0x135)][_0x1dca59(0x12a)]('\x20')[_0x1dca59(0x143)](_0x131c4c=>_0x131c4c[_0x1dca59(0xd4)]('@')):[],_0x73b53={'uuid':_0x2dc550['id'],'type':_0x6a0a84[_0x1dca59(0x14d)],'hook_type':_0x430537,'name':_0x4737dc['name'],'body':{'lang':_0x6a0a84['WoWhq'],'code':null},'tags':_0x43b316,'test_run_id':_0x524f20,'scope':_0x6a0a84[_0x1dca59(0xfc)](nestedKeyValue,_0x1531ec,[_0x6a0a84[_0x1dca59(0x13a)],_0x6a0a84[_0x1dca59(0x120)]]),'scopes':[_0x6a0a84['rIeKB'](nestedKeyValue,_0x1531ec,[_0x6a0a84[_0x1dca59(0x13a)],_0x6a0a84['qxjuu']])||''],'file_name':_0x5886fb,'location':_0x5886fb,'vc_filepath':this[_0x1dca59(0xec)]?path[_0x1dca59(0x12b)](this['_gitConfigPath'],_0x5886fb):null,'result':_0x199e88,'started_at':_0x1efc12,'framework':_0x6a0a84[_0x1dca59(0xf3)]};return _0x73b53;}catch(_0x59c7fe){logger[_0x1dca59(0x13e)](_0x1dca59(0x10a)+util[_0x1dca59(0x10b)](_0x59c7fe)+'\x20');}}async[a8_0x40ba1a(0x10d)](_0x21eff9,_0x1d9002,_0x4c4558,_0x26e3db,_0x44f0fe,_0x39e14e){const _0x38d0c8=a8_0x40ba1a,_0x14679d={'oROro':function(_0x3b2e95,_0x1ef9b4){return _0x3b2e95===_0x1ef9b4;},'fDldu':_0x38d0c8(0x103),'yNOpo':function(_0x46d1a2,_0x4d542c,_0x3d65f7){return _0x46d1a2(_0x4d542c,_0x3d65f7);},'wmQgT':'sourceReference','ucBuJ':'uri','IqSqp':_0x38d0c8(0xe9)};try{const _0x404d1d=_0x26e3db['find'](_0x6cf648=>_0x6cf648['id']===_0x44f0fe);if(!_0x404d1d[_0x38d0c8(0xc1)])return;const _0xd09e14=this[_0x38d0c8(0x111)](_0x26e3db,_0x404d1d),_0x523de6=this[_0x38d0c8(0x117)](_0x21eff9,_0x1d9002,_0x4c4558,_0x404d1d,_0x39e14e,_0xd09e14);if(!_0x523de6)return;_0x14679d['oROro'](_0x4c4558,_0x14679d[_0x38d0c8(0xff)])&&(hooksMap[_0x1d9002]?hooksMap[_0x1d9002]['push'](_0x523de6):hooksMap[_0x1d9002]=[_0x523de6]);const _0x118b57=_0x21eff9['hooks']['find'](_0x5689e=>_0x5689e['id']===_0x404d1d['hookId']),_0x3bf5db=_0x14679d[_0x38d0c8(0x142)](nestedKeyValue,_0x118b57,[_0x14679d[_0x38d0c8(0x122)],_0x14679d[_0x38d0c8(0xbe)]]);if(!_0x3bf5db)return;else{if(_0x3bf5db[_0x38d0c8(0xd4)](_0x14679d[_0x38d0c8(0xde)]))return;}const _0x3eee58={};_0x3eee58[_0x38d0c8(0xcf)]=_0x4c4558,_0x3eee58[_0x38d0c8(0x11a)]=_0x523de6;const _0x210c7c=_0x3eee58;await SessionHandler['uploadEventData'](_0x210c7c);}catch(_0x2b902f){logger[_0x38d0c8(0x13e)]('Exception\x20in\x20sendHook:\x20'+util[_0x38d0c8(0x10b)](_0x2b902f)+'\x20');}}[a8_0x40ba1a(0xfd)](_0x1039a8,_0x46e0d7){const _0x216fc3=a8_0x40ba1a,_0x2275e7={};_0x2275e7['eDqOy']=function(_0x38a96c,_0x538589){return _0x38a96c===_0x538589;},_0x2275e7[_0x216fc3(0xf8)]=_0x216fc3(0x130),_0x2275e7[_0x216fc3(0x115)]=function(_0x247764,_0x511edb){return _0x247764===_0x511edb;},_0x2275e7[_0x216fc3(0x13b)]=function(_0x44a5e3,_0x15970e){return _0x44a5e3===_0x15970e;},_0x2275e7[_0x216fc3(0x133)]=_0x216fc3(0xf4),_0x2275e7[_0x216fc3(0xdb)]=_0x216fc3(0x113),_0x2275e7[_0x216fc3(0x14e)]=function(_0x32a19a,_0x24762b){return _0x32a19a||_0x24762b;};const _0x1ee4ca=_0x2275e7,_0x22bda3=_0x1039a8[_0x216fc3(0x140)][_0x46e0d7][_0x216fc3(0xe2)];let _0x3455e6,_0x3ae43c;return _0x22bda3&&_0x1ee4ca[_0x216fc3(0xc5)](_0x22bda3[_0x216fc3(0x147)][_0x216fc3(0x134)]()[_0x216fc3(0xdd)](),_0x1ee4ca[_0x216fc3(0xf8)])&&(_0x3455e6=_0x1ee4ca['TRvrt'](_0x22bda3[_0x216fc3(0xc0)],undefined)?_0x22bda3[_0x216fc3(0xef)]:_0x22bda3[_0x216fc3(0xc0)]['message'],_0x3ae43c=_0x1ee4ca[_0x216fc3(0x13b)](_0x22bda3[_0x216fc3(0xc0)],undefined)?_0x1ee4ca[_0x216fc3(0x133)]:_0x22bda3[_0x216fc3(0xef)]['match'](/Assert/)?_0x1ee4ca[_0x216fc3(0xdb)]:_0x1ee4ca[_0x216fc3(0x133)]),{'status':_0x22bda3[_0x216fc3(0x147)][_0x216fc3(0xdd)](),'failureType':_0x1ee4ca[_0x216fc3(0x14e)](_0x3ae43c,null),'failureData':!_0x3455e6?null:[_0x3455e6]};}[a8_0x40ba1a(0x111)](_0x12d8d5,_0x1abf76){const _0x8793c=a8_0x40ba1a,_0x1efef9={};_0x1efef9['ptfDX']=function(_0x548393,_0x591051){return _0x548393===_0x591051;},_0x1efef9[_0x8793c(0xfe)]='AFTER_EACH',_0x1efef9[_0x8793c(0xc4)]='BEFORE_EACH';const _0x386618=_0x1efef9;let _0x5e6cbe=![];for(const _0x573d24 of _0x12d8d5){_0x573d24[_0x8793c(0x10e)]&&(_0x5e6cbe=!![]);if(_0x386618[_0x8793c(0xf0)](_0x1abf76['id'],_0x573d24['id']))return _0x5e6cbe?_0x386618[_0x8793c(0xfe)]:_0x386618[_0x8793c(0xc4)];}}['getScenarioExamples']=(_0x361d4d,_0x126bc3)=>{const _0x4f4206=a8_0x40ba1a,_0x4db5b8={};_0x4db5b8[_0x4f4206(0x148)]=function(_0x8aeaed,_0x212d38){return _0x8aeaed===_0x212d38;},_0x4db5b8[_0x4f4206(0xe3)]=function(_0x4acde0,_0x5aa40f){return _0x4acde0>_0x5aa40f;};const _0x3123b9=_0x4db5b8;if(!(_0x126bc3['astNodeIds']&&_0x3123b9[_0x4f4206(0xe3)](_0x126bc3[_0x4f4206(0x131)][_0x4f4206(0x108)],0x1)))return;const _0x3178a1=_0x126bc3[_0x4f4206(0x131)][0x0],_0x277c7e=_0x126bc3[_0x4f4206(0x131)][0x1],_0x282bf8=_0x361d4d[_0x4f4206(0x127)]&&_0x361d4d[_0x4f4206(0x127)]['children']?_0x361d4d[_0x4f4206(0x127)]['children']:undefined;let _0x429318=[];_0x282bf8&&_0x282bf8[_0x4f4206(0x123)](_0x3fb1ff=>{const _0x5c0211=_0x4f4206;if(_0x3fb1ff[_0x5c0211(0x156)])_0x3fb1ff[_0x5c0211(0x156)][_0x5c0211(0xe5)]['forEach'](_0x1c9c8a=>{const _0x5bba4c=_0x5c0211;if(_0x1c9c8a['scenario']&&_0x3123b9['HsJpb'](_0x1c9c8a[_0x5bba4c(0x137)]['id'],_0x3178a1)&&_0x1c9c8a[_0x5bba4c(0x137)]['examples']){const _0xb955ca=_0x1c9c8a[_0x5bba4c(0x137)]['examples'][_0x5bba4c(0x11f)](_0x4ca843=>_0x4ca843[_0x5bba4c(0x102)])[_0x5bba4c(0xbb)](_0x57dca9=>_0x57dca9['id']===_0x277c7e);let _0x5d7972;_0xb955ca&&_0xb955ca[_0x5bba4c(0xc3)]?_0x5d7972=_0xb955ca[_0x5bba4c(0xc3)][_0x5bba4c(0x11b)](_0x1ce9bf=>_0x1ce9bf['value']):_0x5d7972=[],_0x5d7972&&(_0x429318=_0x5d7972);}});else{if(_0x3fb1ff[_0x5c0211(0x137)]&&_0x3123b9[_0x5c0211(0x148)](_0x3fb1ff[_0x5c0211(0x137)]['id'],_0x3178a1)&&_0x3fb1ff[_0x5c0211(0x137)][_0x5c0211(0x110)]){const _0x4f996b=_0x3fb1ff[_0x5c0211(0x137)][_0x5c0211(0x110)][_0x5c0211(0x11f)](_0x144dd3=>_0x144dd3[_0x5c0211(0x102)])[_0x5c0211(0xbb)](_0x3f7794=>_0x3f7794['id']===_0x277c7e);let _0x593d98;_0x4f996b&&_0x4f996b[_0x5c0211(0xc3)]?_0x593d98=_0x4f996b['cells'][_0x5c0211(0x11b)](_0x4444da=>_0x4444da[_0x5c0211(0xea)]):_0x593d98=[],_0x593d98&&(_0x429318=_0x593d98);}}});if(_0x429318['length'])return _0x429318;return;};async[a8_0x40ba1a(0xc6)](){const _0x10d729=a8_0x40ba1a,_0x4f1b73={'iLjCL':function(_0x4269c3){return _0x4269c3();}};if(this[_0x10d729(0xce)])return this[_0x10d729(0xec)];const _0x1eda4b=await _0x4f1b73[_0x10d729(0x155)](getGitMetaData);_0x1eda4b&&(this[_0x10d729(0xec)]=_0x1eda4b['root']),this[_0x10d729(0xce)]=!![];}}function a8_0x5b05(_0x35a3a3,_0x51e82c){const _0x2272ce=a8_0x2272();return a8_0x5b05=function(_0x5b05c5,_0x2886c8){_0x5b05c5=_0x5b05c5-0xba;let _0x452b29=_0x2272ce[_0x5b05c5];return _0x452b29;},a8_0x5b05(_0x35a3a3,_0x51e82c);}module[a8_0x40ba1a(0x14c)]=o11yClassErrorHandler(TestObservabilityReporter,[a8_0x40ba1a(0xc6),'getScenarioExamples','getCucumberHookType',a8_0x40ba1a(0xfd),'sendHook',a8_0x40ba1a(0x117),a8_0x40ba1a(0x125)]);
@@ -1 +1 @@
1
- const a9_0x304946=a9_0x319a;(function(_0x33c3fc,_0x46f592){const _0x54fcfd=a9_0x319a,_0x84f146=_0x33c3fc();while(!![]){try{const _0x107b80=parseInt(_0x54fcfd(0x1db))/0x1+-parseInt(_0x54fcfd(0x1e7))/0x2*(parseInt(_0x54fcfd(0x1c8))/0x3)+parseInt(_0x54fcfd(0x14b))/0x4*(parseInt(_0x54fcfd(0x1aa))/0x5)+parseInt(_0x54fcfd(0x1a7))/0x6*(-parseInt(_0x54fcfd(0x142))/0x7)+-parseInt(_0x54fcfd(0x148))/0x8+-parseInt(_0x54fcfd(0x159))/0x9*(-parseInt(_0x54fcfd(0x160))/0xa)+-parseInt(_0x54fcfd(0x15b))/0xb*(parseInt(_0x54fcfd(0x1b2))/0xc);if(_0x107b80===_0x46f592)break;else _0x84f146['push'](_0x84f146['shift']());}catch(_0xc7eefe){_0x84f146['push'](_0x84f146['shift']());}}}(a9_0x48c6,0x3c473));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require(a9_0x304946(0x166)),setKeepAlive=require(a9_0x304946(0x174)),util=require(a9_0x304946(0x1d4)),PerformanceTester=require(a9_0x304946(0x182)),{commandRepository}=require(a9_0x304946(0x1ea)),cucumberModule=requireModule(a9_0x304946(0x168)),logger=require(a9_0x304946(0x151))[a9_0x304946(0x164)],{shouldProcessEventForTesthub}=require(a9_0x304946(0x16c)),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require(a9_0x304946(0x1cd)),TestDetails=require(a9_0x304946(0x1e5)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),{o11yErrorHandler}=require('../../helpers/test-observability/error-handler'),MyReporter=require(a9_0x304946(0x14e)),SessionHandler=require('../../helpers/test-observability/sessionHandler'),scripts=require(a9_0x304946(0x15f)),globals=require(a9_0x304946(0x1da)),testHubConstants=require(a9_0x304946(0x1cb)),{shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),{isUndefined}=require(a9_0x304946(0x14f)),a9_0x1d331c={};a9_0x1d331c['workerInfo']=undefined,a9_0x1d331c[a9_0x304946(0x1af)]={},a9_0x1d331c[a9_0x304946(0x1e6)]=![],a9_0x1d331c[a9_0x304946(0x1af)]['id']=undefined,a9_0x1d331c[a9_0x304946(0x1af)]['testInfo']=undefined;const workerDetails=a9_0x1d331c;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x5eca1f){const _0x4b4f3a=a9_0x304946,_0x7667f5=workerDetails[_0x4b4f3a(0x1af)][_0x4b4f3a(0x1bd)];if(!_0x7667f5)return;await MyReporter['addTestUIDAndReportLog'](_0x7667f5,_0x5eca1f);}),registerListeners=()=>{const _0x60c1f1=a9_0x304946,_0x3f9713={};_0x3f9713['gYiww']=_0x60c1f1(0x153);const _0x3d1242=_0x3f9713;logger[_0x60c1f1(0x1e0)](_0x3d1242[_0x60c1f1(0x18c)]),process[_0x60c1f1(0x1ba)]('bs:addLog:'+process[_0x60c1f1(0x1c5)]),process['on']('bs:addLog:'+process[_0x60c1f1(0x1c5)],sendTestLog),PerformanceTester[_0x60c1f1(0x197)]();};modifyCommand(),setKeepAlive();const Before=cucumberModule[a9_0x304946(0x178)],After=cucumberModule['After'],AfterAll=cucumberModule['AfterAll'],BeforeAll=cucumberModule[a9_0x304946(0x1b0)],AfterStep=cucumberModule[a9_0x304946(0x17b)],configuration=process[a9_0x304946(0x18a)][a9_0x304946(0x198)],bstackConfig=process[a9_0x304946(0x18a)][a9_0x304946(0x192)];if(configuration!==undefined){const config=JSON[a9_0x304946(0x172)](configuration);isBrowserstackInfra()?(global['__skipSessionName']=isTrue(config[a9_0x304946(0x1e4)]),global[a9_0x304946(0x167)]=isTrue(config[a9_0x304946(0x1b9)])):(global['__skipSessionName']=!![],global[a9_0x304946(0x167)]=!![]),shouldProcessEventForTesthub()?require(a9_0x304946(0x191))[a9_0x304946(0x175)](config,null,!![]):require(a9_0x304946(0x191))[a9_0x304946(0x175)](config),global[a9_0x304946(0x15c)]=config['platformCaps']||{};}if(bstackConfig!==undefined){const browserStackConfig=JSON['parse'](bstackConfig);browserStackConfig&&(commandRepository[a9_0x304946(0x1dd)](browserStackConfig),commandRepository['setFramework'](a9_0x304946(0x18b)));}global[a9_0x304946(0x1ec)]=0x0;const __setDefaultTimeout=cucumberModule[a9_0x304946(0x1e1)];cucumberModule[a9_0x304946(0x1e1)]=_0x4c99c9=>{const _0x32200b=a9_0x304946,_0x5407e9={'JlTHj':function(_0x3e3f31,_0x41067b){return _0x3e3f31(_0x41067b);}};global[_0x32200b(0x1ec)]=_0x4c99c9,_0x5407e9[_0x32200b(0x19e)](__setDefaultTimeout,_0x4c99c9);};const a9_0x50dd79={};a9_0x50dd79[a9_0x304946(0x144)]=a9_0x304946(0x15d),BeforeAll(a9_0x50dd79,function(){const _0x1f2e0a=a9_0x304946,_0x59b0d5={'sUPHo':function(_0x3fa03b,_0x1b5a74,_0x282c35,_0x26da6d){return _0x3fa03b(_0x1b5a74,_0x282c35,_0x26da6d);},'dOWhT':_0x1f2e0a(0x18d),'yFgLl':'\x20|\x20','hxsxx':function(_0x12b768,_0x4fb230,_0x183847){return _0x12b768(_0x4fb230,_0x183847);},'vsEFQ':'passed','JRPFC':_0x1f2e0a(0x1dc),'crmhg':function(_0x2ab4bd){return _0x2ab4bd();},'iNbfS':function(_0x18e1a6){return _0x18e1a6();},'khCdT':function(_0xfbd357,_0x29728d){return _0xfbd357(_0x29728d);}};PerformanceTester[_0x1f2e0a(0x197)](),logger[_0x1f2e0a(0x1e0)](_0x59b0d5['JRPFC']),global['__error_messages__']=[],global['__sessionFailed']=![],_0x59b0d5[_0x1f2e0a(0x1d6)](shouldProcessEventForTesthub)&&(_0x59b0d5[_0x1f2e0a(0x17a)](registerListeners),_0x59b0d5[_0x1f2e0a(0x183)](addRequestSpy,![])),global[_0x1f2e0a(0x185)]=async()=>{const _0x3151dc=_0x1f2e0a;let _0x3cd793=![];try{await global['__drivers'][0x0][_0x3151dc(0x1d8)],_0x3cd793=!![],global[_0x3151dc(0x195)]?await _0x59b0d5[_0x3151dc(0x1ce)](markSessionStatus,global[_0x3151dc(0x1b3)][0x0],_0x59b0d5[_0x3151dc(0x1c2)],global[_0x3151dc(0x1a5)][_0x3151dc(0x1b4)](_0x59b0d5[_0x3151dc(0x1d0)])):await _0x59b0d5[_0x3151dc(0x1ed)](markSessionStatus,global[_0x3151dc(0x1b3)][0x0],_0x59b0d5[_0x3151dc(0x19b)]);}catch(_0x47ec48){logger[_0x3151dc(0x1e0)](_0x3151dc(0x1d7)+_0x47ec48);}global[_0x3151dc(0x1a5)]=[],global[_0x3151dc(0x195)]=![];if(_0x3cd793)try{await global[_0x3151dc(0x1b3)][0x0][_0x3151dc(0x173)]();}catch(_0x547853){logger[_0x3151dc(0x1e0)]('Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20'+_0x547853);}};});const a9_0x2f44af={};a9_0x2f44af['name']=a9_0x304946(0x15d),a9_0x2f44af[a9_0x304946(0x196)]=0x2710,Before(a9_0x2f44af,function(_0x5cc14f,_0xde1eaf){const _0x4d06c9=a9_0x304946,_0x573256={'rMbjm':function(_0x2dbd88,_0x4e2a2d){return _0x2dbd88>_0x4e2a2d;},'iHRBj':function(_0x41c35b,_0x30e95b){return _0x41c35b>_0x30e95b;},'HOHdn':function(_0x25cd5c,_0x2f1bcd){return _0x25cd5c(_0x2f1bcd);},'whYCs':function(_0x28de2d,_0x16ba8f,_0x48677b,_0x3ca524){return _0x28de2d(_0x16ba8f,_0x48677b,_0x3ca524);},'Zjync':'bstackA11yShouldScan','NLVzo':function(_0x505990){return _0x505990();},'QVNwT':_0x4d06c9(0x1bf)};commandRepository['setTestNameForHealingContext'](_0x5cc14f[_0x4d06c9(0x176)][_0x4d06c9(0x144)]),logger[_0x4d06c9(0x1e0)](_0x573256[_0x4d06c9(0x180)]),new Promise(async _0x1f920b=>{const _0x4a2e08=_0x4d06c9;try{_0x573256[_0x4a2e08(0x1e2)](global[_0x4a2e08(0x1b3)][_0x4a2e08(0x161)],0x1)&&(await global[_0x4a2e08(0x185)](),global[_0x4a2e08(0x1b3)][_0x4a2e08(0x1c7)]()),global[_0x4a2e08(0x1b3)][0x0][_0x4a2e08(0x1be)]&&_0x573256[_0x4a2e08(0x181)](global['__drivers'][0x0]['quitCount_'],0x0)&&await global[_0x4a2e08(0x185)]();}catch(_0x23c7a7){}workerDetails['currentTest']['testInfo']=_0x5cc14f['testCaseStartedId'];try{if(!_0x573256[_0x4a2e08(0x154)](isUndefined,_0x5cc14f[_0x4a2e08(0x176)]['tags'])){const _0x22dc54=_0x573256[_0x4a2e08(0x169)](shouldScanTestForAccessibility,null,![],_0x5cc14f[_0x4a2e08(0x176)][_0x4a2e08(0x190)][_0x4a2e08(0x1a1)](({name:_0x45cd22})=>_0x45cd22));globals[_0x4a2e08(0x186)](_0x573256[_0x4a2e08(0x187)],_0x22dc54);}}catch(_0xceb182){logger['debug'](_0x4a2e08(0x1a0)+util[_0x4a2e08(0x165)](_0xceb182));}_0x573256[_0x4a2e08(0x146)](_0x1f920b);})[_0x4d06c9(0x149)](_0xde1eaf);});const a9_0xf01b6={};a9_0xf01b6[a9_0x304946(0x144)]='bstack',a9_0xf01b6[a9_0x304946(0x196)]=0x2710,After(a9_0xf01b6,function(_0x4dade2,_0x3b956f){const _0x5241aa=a9_0x304946,_0x4d6c32={'YsLlk':_0x5241aa(0x17c),'ElvlM':function(_0x332cac,_0x1a9b59){return _0x332cac>_0x1a9b59;},'SobcE':function(_0x4d5bc5,_0x1ebdf1){return _0x4d5bc5===_0x1ebdf1;},'IdCKY':_0x5241aa(0x18d),'ydZLS':function(_0x2ae60e,_0x540686,_0x1ff8ef,_0x2e6537){return _0x2ae60e(_0x540686,_0x1ff8ef,_0x2e6537);},'sxvAf':_0x5241aa(0x184),'pOxvm':function(_0x1d1652,_0x26f33b,_0x56f92f){return _0x1d1652(_0x26f33b,_0x56f92f);},'OAMLt':_0x5241aa(0x1eb),'NNkOv':function(_0x1236ee){return _0x1236ee();},'YCgKG':_0x5241aa(0x1cc),'eXmzU':_0x5241aa(0x1e8),'ZTLAC':'bstackA11yShouldScan','iQZxw':_0x5241aa(0x1e3),'KaXun':'Performing\x20scan\x20before\x20saving\x20results','MxbJC':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','hNWQH':_0x5241aa(0x1d9)};logger[_0x5241aa(0x1e0)](_0x4d6c32[_0x5241aa(0x162)]),workerDetails[_0x5241aa(0x1af)][_0x5241aa(0x1bd)]=_0x4dade2[_0x5241aa(0x1b7)],new Promise(async _0x12abc2=>{const _0x18e132=_0x5241aa;let _0x6be357=![];try{const _0x10087f=_0x4d6c32['YsLlk'][_0x18e132(0x19f)]('|');let _0x1928e1=0x0;while(!![]){switch(_0x10087f[_0x1928e1++]){case'0':_0x4d6c32[_0x18e132(0x1e9)](global[_0x18e132(0x1b3)]['length'],0x1)&&(await global[_0x18e132(0x185)](),global['__drivers'][_0x18e132(0x1c7)](),global[_0x18e132(0x1a5)]=[],global['__sessionFailed']=![]);continue;case'1':_0x6be357=!![];continue;case'2':await global[_0x18e132(0x1b3)][0x0][_0x18e132(0x1d8)];continue;case'3':if(_0x4d6c32[_0x18e132(0x1bc)](_0x4dade2[_0x18e132(0x150)]['status'][_0x18e132(0x17f)]()['toLowerCase'](),_0x4d6c32[_0x18e132(0x1de)])||_0x4d6c32[_0x18e132(0x1bc)](_0x4dade2['result']['status']['toString']()[_0x18e132(0x157)](),'6')){try{global[_0x18e132(0x1a5)][_0x18e132(0x156)](_0x4dade2['result'][_0x18e132(0x1b8)]);}catch(_0x7fad72){logger['debug'](_0x18e132(0x155)+_0x7fad72);}await _0x4d6c32['ydZLS'](markSessionStatus,global[_0x18e132(0x1b3)][0x0],_0x4d6c32[_0x18e132(0x1de)],global['__error_messages__'][_0x18e132(0x1b4)](_0x4d6c32[_0x18e132(0x1ae)]));}else await _0x4d6c32['pOxvm'](markSessionStatus,global[_0x18e132(0x1b3)][0x0],_0x4d6c32[_0x18e132(0x17d)]);continue;case'4':!global[_0x18e132(0x1c1)]&&await global[_0x18e132(0x1b3)][0x0]['executeScript']('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x4dade2[_0x18e132(0x176)][_0x18e132(0x144)]+'\x22}}');continue;}break;}}catch(_0x17cf38){logger[_0x18e132(0x1e0)]('Error:\x20at\x20After:\x20'+util[_0x18e132(0x165)](_0x17cf38));}try{if(_0x4d6c32[_0x18e132(0x1a2)](shouldProcessEventForTesthub)){const _0xdb2162=TestDetails[_0x18e132(0x1c0)](_0x4dade2['testCaseStartedId']),_0x45a064=await _0x4d6c32[_0x18e132(0x16e)](sendPlatformDetails,global[_0x18e132(0x1b3)][0x0],_0xdb2162,!![]),_0x8d6400={};_0x8d6400[_0x18e132(0x1bb)]=_0xdb2162,_0x8d6400[_0x18e132(0x1d1)]=_0x45a064;const _0x4e9637=_0x8d6400,_0x20ceff={};_0x20ceff[_0x18e132(0x163)]=_0x4d6c32[_0x18e132(0x177)],_0x20ceff['test_run']=_0x4e9637,await SessionHandler[_0x18e132(0x1a8)](_0x20ceff);}}catch(_0x7c23f){logger[_0x18e132(0x1e0)](_0x18e132(0x19a)+util[_0x18e132(0x165)](_0x7c23f));}try{if(globals['getGlobal'](_0x4d6c32[_0x18e132(0x170)])&&globals[_0x18e132(0x1d2)](_0x4d6c32[_0x18e132(0x1a6)])){logger[_0x18e132(0x179)](_0x4d6c32['iQZxw']);const _0x6b3a4=TestDetails[_0x18e132(0x1c0)](_0x4dade2[_0x18e132(0x1b7)]),_0x3865df={};_0x3865df[_0x18e132(0x1ac)]=_0x6b3a4,_0x3865df['thBuildUuid']=process[_0x18e132(0x18a)][testHubConstants[_0x18e132(0x1cf)][_0x18e132(0x1df)]],_0x3865df[_0x18e132(0x16d)]=process['env'][testHubConstants['ENV_VAR'][_0x18e132(0x145)]];const _0x50e1b9=_0x3865df;logger[_0x18e132(0x1e0)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON[_0x18e132(0x1b5)](_0x50e1b9)),logger[_0x18e132(0x1e0)](_0x4d6c32['KaXun']),logger['debug'](util[_0x18e132(0x165)](await global[_0x18e132(0x1b3)][0x0][_0x18e132(0x18e)](scripts[_0x18e132(0x158)],{'method':global['browserstackSessionName']}))),await global['__drivers'][0x0][_0x18e132(0x18e)](scripts[_0x18e132(0x19c)],_0x50e1b9),logger['info'](_0x4d6c32['MxbJC']);}}catch(_0x5aefdd){logger[_0x18e132(0x1c4)](_0x18e132(0x152)+util['format']);}if(_0x6be357)try{global[_0x18e132(0x1b3)][0x0]&&_0x4d6c32[_0x18e132(0x1e9)](global['__drivers'][0x0][_0x18e132(0x1be)],0x0)&&await global[_0x18e132(0x1b3)][0x0][_0x18e132(0x173)]();}catch(_0x3a6105){logger['debug'](_0x18e132(0x1a4)+_0x3a6105);}_0x4d6c32[_0x18e132(0x1a2)](_0x12abc2);})[_0x5241aa(0x149)](()=>_0x3b956f());});const a9_0x212b0d={};function a9_0x48c6(){const _0x3abab9=['join','stringify','hFePZ','testCaseStartedId','message','skipSessionStatus','removeAllListeners','uuid','SobcE','testInfo','quitCount_','Inside\x20browserstack\x20Before','getTestUUID','__skipSessionName','dOWhT','JyChh','error','pid','pickleStep','shift','117048ButBnl','Passed:\x20','abupD','../../helpers/testhub/constants.js','CBTSessionCreated','../../helpers/test-observability/utils','sUPHo','ENV_VAR','yFgLl','integrations','getGlobal','JJMJn','util','jrJpd','crmhg','Error:\x20cleaning\x20up\x20driver:\x20','session_','Inside\x20browserstack\x20After','../../helpers/globals','187026XRYxeF','Inside\x20browserstack\x20BeforeAll','setConfig','IdCKY','BROWSERSTACK_TESTHUB_UUID','debug','setDefaultTimeout','rMbjm','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','skipSessionName','../playwright/reporter/test-details.js','o11ySyncDone','8RUHoVw','isAccessibilityPlatform','ElvlM','../../helpers/ai-sdk/autoHealHelper','passed','__timeout','hxsxx','98NEqwDA','tQPPU','name','BROWSERSTACK_TESTHUB_JWT','NLVzo','Inside\x20browserstack\x20AfterAll','611552bvZKFo','finally','AQFTC','490220IUQzcf','fVWNq','lRSAU','../playwright/reporter/reporter.js','lodash','result','../../helpers/logger','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20','Inside\x20browserstack\x20registerListeners','HOHdn','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','push','toLowerCase','performScan','658584eavaMx','aYLNM','582835NwaxHK','__platformCaps','bstack','IiUUx','../../helpers/accessibility-automation/scripts','10cbYEIr','length','hNWQH','event_type','winstonLogger','format','../../helpers/helper','__skipSessionStatus','@cucumber/cucumber/lib/index.js','whYCs','status','shutdown','../../helpers/testhub/utils','thJwtToken','ydZLS','Inside\x20browserstack\x20AfterStep','eXmzU','Passed','parse','initQuit','../../helpers/setKeepAlive','browserstackAgentV2','pickle','YCgKG','Before','info','iNbfS','AfterStep','0|2|1|4|3','OAMLt','\x0aError:\x20','toString','QVNwT','iHRBj','../../helpers/performance-tester','khCdT','\x20|\x20','driverCleanup','setGlobal','Zjync',',\x22level\x22:\x20\x22','PxiEn','env','cucumber-js','gYiww','failed','executeAsyncScript','ygTJF','tags','../../index','BSTACK_CONFIG','vTIeN','text','__sessionFailed','timeout','startMonitoring','CONFIG','executeScript','Error:\x20sendPlatformDetails\x20at\x20After:\x20','vsEFQ','saveTestResults','Failed:\x20','JlTHj','split','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20','map','NNkOv','zLnze','Error:\x20quiting\x20driver\x20at\x20After:\x20','__error_messages__','ZTLAC','2610gSxFJS','uploadEventData','wvIUo','20XVGRSa','\x22}}','thTestRunUuid','AtgHx','sxvAf','currentTest','BeforeAll','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','60imAPat','__drivers'];a9_0x48c6=function(){return _0x3abab9;};return a9_0x48c6();}function a9_0x319a(_0x430af4,_0x6bf82e){const _0x48c64b=a9_0x48c6();return a9_0x319a=function(_0x319a9f,_0x5b81b8){_0x319a9f=_0x319a9f-0x142;let _0x345147=_0x48c64b[_0x319a9f];return _0x345147;},a9_0x319a(_0x430af4,_0x6bf82e);}a9_0x212b0d['name']=a9_0x304946(0x15d),a9_0x212b0d[a9_0x304946(0x196)]=0x2710,AfterStep(a9_0x212b0d,function(_0x15fe74,_0x5a8092){const _0x210a26=a9_0x304946,_0x2408e9={'jrJpd':function(_0x4dae93,_0x347009){return _0x4dae93===_0x347009;},'JyChh':_0x210a26(0x18d),'QVJBM':function(_0x40cfd0,_0x46cca9){return _0x40cfd0===_0x46cca9;},'ygTJF':function(_0x3a3428,_0x220f6b){return _0x3a3428!==_0x220f6b;},'aYLNM':function(_0x3a0382,_0x1e3825,_0x5bd4f2){return _0x3a0382(_0x1e3825,_0x5bd4f2);},'fSpaL':function(_0x55ead5,_0x4562da){return _0x55ead5+_0x4562da;},'fVWNq':function(_0x1ffd5,_0x4af774){return _0x1ffd5+_0x4af774;},'AQFTC':function(_0x1a0603,_0x10dab7){return _0x1a0603+_0x10dab7;},'IiUUx':_0x210a26(0x19d),'JJMJn':_0x210a26(0x17e),'AtgHx':_0x210a26(0x1c4),'PxiEn':function(_0x14538b,_0x1d8a99){return _0x14538b+_0x1d8a99;},'lRSAU':_0x210a26(0x1c9),'hFePZ':'info','zLnze':function(_0x471c18,_0x5113af,_0x1b1b71){return _0x471c18(_0x5113af,_0x1b1b71);},'kAYXh':_0x210a26(0x171),'tQPPU':function(_0x30827c){return _0x30827c();},'wvIUo':_0x210a26(0x16f)};logger[_0x210a26(0x1e0)](_0x2408e9[_0x210a26(0x1a9)]);const _0x790d10=async(_0x470dac,_0x4a01ba)=>{const _0x227a3c=_0x210a26;await global[_0x227a3c(0x1b3)][0x0][_0x227a3c(0x199)](_0x227a3c(0x1b1)+_0x470dac+_0x227a3c(0x188)+_0x4a01ba+_0x227a3c(0x1ab));};new Promise(async _0xcba11d=>{const _0x364ff6=_0x210a26;try{_0x2408e9[_0x364ff6(0x1d5)](_0x15fe74[_0x364ff6(0x150)][_0x364ff6(0x16a)][_0x364ff6(0x17f)]()[_0x364ff6(0x157)](),_0x2408e9[_0x364ff6(0x1c3)])||_0x2408e9['QVJBM'](_0x15fe74['result'][_0x364ff6(0x16a)][_0x364ff6(0x17f)]()['toLowerCase'](),'6')?(global[_0x364ff6(0x195)]=!![],global[_0x364ff6(0x1a5)]['push'](_0x15fe74[_0x364ff6(0x150)][_0x364ff6(0x1b8)]),_0x2408e9[_0x364ff6(0x18f)](_0x15fe74[_0x364ff6(0x1c6)],undefined)?await _0x2408e9[_0x364ff6(0x15a)](_0x790d10,JSON['stringify'](_0x2408e9['fSpaL'](_0x2408e9[_0x364ff6(0x14c)](_0x2408e9[_0x364ff6(0x14a)](_0x2408e9[_0x364ff6(0x15e)],'\x22'+_0x15fe74[_0x364ff6(0x1c6)][_0x364ff6(0x194)]+'\x22\x20'),_0x2408e9[_0x364ff6(0x1d3)]),_0x15fe74[_0x364ff6(0x150)][_0x364ff6(0x1b8)])),_0x2408e9['AtgHx']):await _0x2408e9[_0x364ff6(0x15a)](_0x790d10,JSON['stringify'](_0x2408e9[_0x364ff6(0x189)](_0x2408e9[_0x364ff6(0x15e)],_0x15fe74[_0x364ff6(0x150)]['message'])),_0x2408e9[_0x364ff6(0x1ad)])):_0x2408e9[_0x364ff6(0x18f)](_0x15fe74['pickleStep'],undefined)?await _0x2408e9[_0x364ff6(0x15a)](_0x790d10,JSON['stringify'](_0x2408e9[_0x364ff6(0x14c)](_0x2408e9[_0x364ff6(0x14d)],'\x22'+_0x15fe74[_0x364ff6(0x1c6)][_0x364ff6(0x194)]+'\x22')),_0x2408e9[_0x364ff6(0x1b6)]):await _0x2408e9[_0x364ff6(0x1a3)](_0x790d10,JSON[_0x364ff6(0x1b5)](_0x2408e9['kAYXh']),_0x2408e9['hFePZ']);}catch(_0x393a13){logger['debug']('Error:\x20at\x20After\x20Step:\x20'+_0x393a13);}_0x2408e9[_0x364ff6(0x143)](_0xcba11d);})[_0x210a26(0x149)](()=>_0x5a8092());});const a9_0x5a4f45={};a9_0x5a4f45[a9_0x304946(0x144)]=a9_0x304946(0x15d),a9_0x5a4f45[a9_0x304946(0x196)]=0x7530,AfterAll(a9_0x5a4f45,async function(_0xffa1c8,_0x805064){const _0x103d31=a9_0x304946,_0x8c56d0={'vTIeN':function(_0x4a6adc){return _0x4a6adc();},'abupD':_0x103d31(0x147)};logger[_0x103d31(0x1e0)](_0x8c56d0[_0x103d31(0x1ca)]),await new Promise(async _0x306898=>{const _0x2fa2ff=_0x103d31;await RequestQueueHandler['getInstance']()[_0x2fa2ff(0x16b)](),PerformanceTester['stopMonitoring'](),await global[_0x2fa2ff(0x185)](),_0x8c56d0[_0x2fa2ff(0x193)](_0x306898);});});
1
+ function a9_0x1900(){const _0x3c4b64=['Error:\x20at\x20After:\x20','30JANFOT','AfterStep','ZbLaU','setFramework','../../helpers/setKeepAlive','text','cBUEp','skipSessionName','failed','lRAkO','1923960vAmSqL','Inside\x20browserstack\x20registerListeners','performScan','bstackA11yShouldScan','WLrWc','initQuit','__timeout','status','XrbKZ','setTestNameForHealingContext','addTestUIDAndReportLog','o11ySyncDone','KwPPO','nLDGP','jPtRB','gnXqD','ENV_VAR','getGlobal','startMonitoring','QjEMc','Error:\x20quiting\x20driver\x20at\x20After:\x20','length','split','vqUZS','1291026LBPwfy','ePIYo','7133bjtcrZ','__error_messages__','../../helpers/test-observability/requestQueueHandler','toLowerCase','testInfo','Error:\x20sendPlatformDetails\x20at\x20After:\x20','7120vQuwLP','HzBSb','After','nTlDg','test_run','toString','../../index','bs:addLog:','TRerW','1|3|2|4|0','BSTACK_CONFIG','../playwright/reporter/test-details.js','getInstance','executeScript','OgQFp','lodash','WWOKP','LReRJ','pickleStep','gmWgd','759774HKmaHl','mRrJm','error',',\x22level\x22:\x20\x22','PCWPH','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','qagIA','../../helpers/helper','Before','workerInfo','Inside\x20browserstack\x20BeforeAll','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20','../../helpers/performance-tester','../../helpers/test-observability/utils','shift','stringify','VCFJd','\x22}}','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','\x0aError:\x20','uploadEventData','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','driverCleanup','setConfig','../../helpers/test-observability/sessionHandler','__skipSessionName','timeout','session_','11159736iXjTpP','5NBAwhr','pid','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','pickle','Passed','DKInJ','parse','getTestUUID','name','3620308WWpFem','thJwtToken','map','env','CBTSessionCreated','BROWSERSTACK_TESTHUB_UUID','bstack','6892GmXxMo','BeforeAll','saveTestResults','testCaseStartedId','KkEPW','../../helpers/testhub/constants.js','YwTaY','result','executeAsyncScript','NHhzy','11rEoRJO','quitCount_','ioatD','Passed:\x20','__platformCaps','kixpD','__drivers','MXXFq','stopMonitoring','info','integrations','setDefaultTimeout','\x20|\x20','ASMjR','../../helpers/globals','BROWSERSTACK_TESTHUB_JWT','finally','cucumber-js','eMlua','thTestRunUuid','join','browserstackAgentV2','vIDeG','../../helpers/accessibility-automation/scripts','__skipSessionStatus','push','qyuEj','mxqgf','format','isAccessibilityPlatform','bDYtT','Inside\x20browserstack\x20Before','Eqbzo','JgvJP','@cucumber/cucumber/lib/index.js','36RgWiTi','STQHa','GXkgE','currentTest','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','Error:\x20cleaning\x20up\x20driver:\x20','__sessionFailed','passed','dfwLl','Performing\x20scan\x20before\x20saving\x20results','setGlobal','../../helpers/ai-sdk/autoHealHelper','Inside\x20browserstack\x20AfterAll','message','util','CNZIT','oZZOA','../playwright/reporter/reporter.js','removeAllListeners','debug','FhVbk','thBuildUuid','Failed:\x20'];a9_0x1900=function(){return _0x3c4b64;};return a9_0x1900();}function a9_0x3dff(_0x5cb6b5,_0x2b0836){const _0x1900f2=a9_0x1900();return a9_0x3dff=function(_0x3dff27,_0x33fd41){_0x3dff27=_0x3dff27-0x12d;let _0x416838=_0x1900f2[_0x3dff27];return _0x416838;},a9_0x3dff(_0x5cb6b5,_0x2b0836);}const a9_0x3b6c2a=a9_0x3dff;(function(_0x254b41,_0x362115){const _0x2a194b=a9_0x3dff,_0x35bf06=_0x254b41();while(!![]){try{const _0x2a153e=-parseInt(_0x2a194b(0x1a1))/0x1*(-parseInt(_0x2a194b(0x136))/0x2)+parseInt(_0x2a194b(0x158))/0x3+parseInt(_0x2a194b(0x19a))/0x4*(parseInt(_0x2a194b(0x191))/0x5)+parseInt(_0x2a194b(0x174))/0x6+parseInt(_0x2a194b(0x15a))/0x7*(parseInt(_0x2a194b(0x160))/0x8)+-parseInt(_0x2a194b(0x1ce))/0x9*(parseInt(_0x2a194b(0x140))/0xa)+parseInt(_0x2a194b(0x1ab))/0xb*(-parseInt(_0x2a194b(0x190))/0xc);if(_0x2a153e===_0x362115)break;else _0x35bf06['push'](_0x35bf06['shift']());}catch(_0x46fcdf){_0x35bf06['push'](_0x35bf06['shift']());}}}(a9_0x1900,0xbcaa8));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require(a9_0x3b6c2a(0x17b)),setKeepAlive=require(a9_0x3b6c2a(0x13a)),util=require(a9_0x3b6c2a(0x1dc)),PerformanceTester=require(a9_0x3b6c2a(0x180)),{commandRepository}=require(a9_0x3b6c2a(0x1d9)),cucumberModule=requireModule(a9_0x3b6c2a(0x1cd)),logger=require('../../helpers/logger')['winstonLogger'],{shouldProcessEventForTesthub}=require('../../helpers/testhub/utils'),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require(a9_0x3b6c2a(0x181)),TestDetails=require(a9_0x3b6c2a(0x16b)),RequestQueueHandler=require(a9_0x3b6c2a(0x15c)),{o11yErrorHandler}=require('../../helpers/test-observability/error-handler'),MyReporter=require(a9_0x3b6c2a(0x12f)),SessionHandler=require(a9_0x3b6c2a(0x18c)),scripts=require(a9_0x3b6c2a(0x1c2)),globals=require(a9_0x3b6c2a(0x1b9)),testHubConstants=require(a9_0x3b6c2a(0x1a6)),{shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),{isUndefined}=require(a9_0x3b6c2a(0x16f)),a9_0x56e7af={};a9_0x56e7af[a9_0x3b6c2a(0x17d)]=undefined,a9_0x56e7af[a9_0x3b6c2a(0x1d1)]={},a9_0x56e7af[a9_0x3b6c2a(0x14b)]=![],a9_0x56e7af[a9_0x3b6c2a(0x1d1)]['id']=undefined,a9_0x56e7af[a9_0x3b6c2a(0x1d1)][a9_0x3b6c2a(0x15e)]=undefined;const workerDetails=a9_0x56e7af;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x25cf05){const _0x349800=a9_0x3b6c2a,_0x2ef821=workerDetails[_0x349800(0x1d1)][_0x349800(0x15e)];if(!_0x2ef821)return;await MyReporter[_0x349800(0x14a)](_0x2ef821,_0x25cf05);}),registerListeners=()=>{const _0x3987a5=a9_0x3b6c2a,_0x346f12={};_0x346f12[_0x3987a5(0x148)]=_0x3987a5(0x141);const _0x20da57=_0x346f12;logger['debug'](_0x20da57[_0x3987a5(0x148)]),process[_0x3987a5(0x130)]('bs:addLog:'+process[_0x3987a5(0x192)]),process['on'](_0x3987a5(0x167)+process['pid'],sendTestLog),PerformanceTester['startMonitoring']();};modifyCommand(),setKeepAlive();const Before=cucumberModule[a9_0x3b6c2a(0x17c)],After=cucumberModule[a9_0x3b6c2a(0x162)],AfterAll=cucumberModule['AfterAll'],BeforeAll=cucumberModule[a9_0x3b6c2a(0x1a2)],AfterStep=cucumberModule[a9_0x3b6c2a(0x137)],configuration=process[a9_0x3b6c2a(0x19d)]['CONFIG'],bstackConfig=process['env'][a9_0x3b6c2a(0x16a)];if(configuration!==undefined){const config=JSON[a9_0x3b6c2a(0x197)](configuration);isBrowserstackInfra()?(global['__skipSessionName']=isTrue(config[a9_0x3b6c2a(0x13d)]),global[a9_0x3b6c2a(0x1c3)]=isTrue(config['skipSessionStatus'])):(global[a9_0x3b6c2a(0x18d)]=!![],global['__skipSessionStatus']=!![]),shouldProcessEventForTesthub()?require(a9_0x3b6c2a(0x166))[a9_0x3b6c2a(0x1c0)](config,null,!![]):require(a9_0x3b6c2a(0x166))[a9_0x3b6c2a(0x1c0)](config),global[a9_0x3b6c2a(0x1af)]=config['platformCaps']||{};}if(bstackConfig!==undefined){const browserStackConfig=JSON['parse'](bstackConfig);browserStackConfig&&(commandRepository[a9_0x3b6c2a(0x18b)](browserStackConfig),commandRepository[a9_0x3b6c2a(0x139)](a9_0x3b6c2a(0x1bc)));}global[a9_0x3b6c2a(0x146)]=0x0;const __setDefaultTimeout=cucumberModule[a9_0x3b6c2a(0x1b6)];cucumberModule[a9_0x3b6c2a(0x1b6)]=_0x54fd34=>{const _0x5c3210=a9_0x3b6c2a,_0x31b2a3={'FhVbk':function(_0x2d5acc,_0x18e0b7){return _0x2d5acc(_0x18e0b7);}};global['__timeout']=_0x54fd34,_0x31b2a3[_0x5c3210(0x132)](__setDefaultTimeout,_0x54fd34);};const a9_0x374d92={};a9_0x374d92['name']=a9_0x3b6c2a(0x1a0),BeforeAll(a9_0x374d92,function(){const _0x539eb8=a9_0x3b6c2a,_0x21b1c2={'jPtRB':function(_0xeaa3ce,_0x120ffc,_0x118834,_0x3621ff){return _0xeaa3ce(_0x120ffc,_0x118834,_0x3621ff);},'bDYtT':_0x539eb8(0x13e),'ASMjR':_0x539eb8(0x1b7),'gnXqD':function(_0x5e79d5,_0x390058,_0x2ca246){return _0x5e79d5(_0x390058,_0x2ca246);},'eMlua':_0x539eb8(0x1d5),'XMwDv':_0x539eb8(0x17e),'izzlI':function(_0x1ec4ee){return _0x1ec4ee();},'TRerW':function(_0x121934,_0x4cbf50){return _0x121934(_0x4cbf50);}};PerformanceTester[_0x539eb8(0x152)](),logger[_0x539eb8(0x131)](_0x21b1c2['XMwDv']),global[_0x539eb8(0x15b)]=[],global[_0x539eb8(0x1d4)]=![],_0x21b1c2['izzlI'](shouldProcessEventForTesthub)&&(_0x21b1c2['izzlI'](registerListeners),_0x21b1c2[_0x539eb8(0x168)](addRequestSpy,![])),global[_0x539eb8(0x18a)]=async()=>{const _0x3ebe93=_0x539eb8;let _0x79fb03=![];try{await global[_0x3ebe93(0x1b1)][0x0]['session_'],_0x79fb03=!![],global[_0x3ebe93(0x1d4)]?await _0x21b1c2[_0x3ebe93(0x14e)](markSessionStatus,global[_0x3ebe93(0x1b1)][0x0],_0x21b1c2[_0x3ebe93(0x1c9)],global[_0x3ebe93(0x15b)][_0x3ebe93(0x1bf)](_0x21b1c2[_0x3ebe93(0x1b8)])):await _0x21b1c2[_0x3ebe93(0x14f)](markSessionStatus,global['__drivers'][0x0],_0x21b1c2[_0x3ebe93(0x1bd)]);}catch(_0x503a0f){logger[_0x3ebe93(0x131)](_0x3ebe93(0x1d3)+_0x503a0f);}global['__error_messages__']=[],global[_0x3ebe93(0x1d4)]=![];if(_0x79fb03)try{await global['__drivers'][0x0][_0x3ebe93(0x145)]();}catch(_0x2183eb){logger[_0x3ebe93(0x131)](_0x3ebe93(0x193)+_0x2183eb);}};});const a9_0x4ca0d3={};a9_0x4ca0d3[a9_0x3b6c2a(0x199)]=a9_0x3b6c2a(0x1a0),a9_0x4ca0d3[a9_0x3b6c2a(0x18e)]=0x2710,Before(a9_0x4ca0d3,function(_0x1f548a,_0x466149){const _0x4664c4=a9_0x3b6c2a,_0x249495={'WWOKP':function(_0x285c7b,_0x1370fd){return _0x285c7b>_0x1370fd;},'QjEMc':function(_0x15f58c,_0x56e341){return _0x15f58c>_0x56e341;},'KwPPO':function(_0x4c1479,_0x19ed7d){return _0x4c1479(_0x19ed7d);},'nTlDg':function(_0x447a41,_0x39e58e,_0x2d36c2,_0x3d8001){return _0x447a41(_0x39e58e,_0x2d36c2,_0x3d8001);},'DJwhc':_0x4664c4(0x143),'cEctE':function(_0x3790c9){return _0x3790c9();},'ElyiU':_0x4664c4(0x1ca)};commandRepository[_0x4664c4(0x149)](_0x1f548a['pickle']['name']),logger[_0x4664c4(0x131)](_0x249495['ElyiU']),new Promise(async _0x132b17=>{const _0x5b369f=_0x4664c4;try{_0x249495[_0x5b369f(0x170)](global[_0x5b369f(0x1b1)]['length'],0x1)&&(await global[_0x5b369f(0x18a)](),global[_0x5b369f(0x1b1)]['shift']()),global[_0x5b369f(0x1b1)][0x0]['quitCount_']&&_0x249495[_0x5b369f(0x153)](global[_0x5b369f(0x1b1)][0x0][_0x5b369f(0x1ac)],0x0)&&await global[_0x5b369f(0x18a)]();}catch(_0x4e2529){}workerDetails[_0x5b369f(0x1d1)][_0x5b369f(0x15e)]=_0x1f548a[_0x5b369f(0x1a4)];try{if(!_0x249495[_0x5b369f(0x14c)](isUndefined,_0x1f548a[_0x5b369f(0x194)]['tags'])){const _0x47b93a=_0x249495[_0x5b369f(0x163)](shouldScanTestForAccessibility,null,![],_0x1f548a[_0x5b369f(0x194)]['tags'][_0x5b369f(0x19c)](({name:_0x1480ce})=>_0x1480ce));globals[_0x5b369f(0x1d8)](_0x249495['DJwhc'],_0x47b93a);}}catch(_0x180d8a){logger['debug'](_0x5b369f(0x17f)+util[_0x5b369f(0x1c7)](_0x180d8a));}_0x249495['cEctE'](_0x132b17);})[_0x4664c4(0x1bb)](_0x466149);});const a9_0x45fa61={};a9_0x45fa61[a9_0x3b6c2a(0x199)]=a9_0x3b6c2a(0x1a0),a9_0x45fa61['timeout']=0x2710,After(a9_0x45fa61,function(_0x2dc30e,_0x3bfdc9){const _0x57411e=a9_0x3b6c2a,_0x1306e0={'ByWJN':_0x57411e(0x169),'HzBSb':function(_0x58d9d5,_0x59346e){return _0x58d9d5===_0x59346e;},'KkEPW':_0x57411e(0x13e),'cBUEp':function(_0x7b8c8,_0x330778,_0x222537,_0x1ce3b6){return _0x7b8c8(_0x330778,_0x222537,_0x1ce3b6);},'MXXFq':_0x57411e(0x1b7),'DKInJ':function(_0x37edb4,_0x394d3c,_0x3bb750){return _0x37edb4(_0x394d3c,_0x3bb750);},'gmWgd':'passed','qagIA':function(_0x5eb4d0,_0x1e9284){return _0x5eb4d0>_0x1e9284;},'STQHa':function(_0x2700d7){return _0x2700d7();},'FZbtO':function(_0x2aae3e,_0x54e4cf,_0x19a4e7,_0x713c26){return _0x2aae3e(_0x54e4cf,_0x19a4e7,_0x713c26);},'PCWPH':_0x57411e(0x19e),'YwTaY':_0x57411e(0x1c8),'nLDGP':_0x57411e(0x143),'NHhzy':_0x57411e(0x189),'LReRJ':_0x57411e(0x1d7),'VCFJd':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','WLrWc':'Inside\x20browserstack\x20After'};logger[_0x57411e(0x131)](_0x1306e0[_0x57411e(0x144)]),workerDetails['currentTest'][_0x57411e(0x15e)]=_0x2dc30e[_0x57411e(0x1a4)],new Promise(async _0x36b922=>{const _0x29113d=_0x57411e;let _0x32d645=![];try{const _0x255039=_0x1306e0['ByWJN'][_0x29113d(0x156)]('|');let _0x60eeee=0x0;while(!![]){switch(_0x255039[_0x60eeee++]){case'0':if(_0x1306e0[_0x29113d(0x161)](_0x2dc30e[_0x29113d(0x1a8)][_0x29113d(0x147)]['toString']()[_0x29113d(0x15d)](),_0x1306e0[_0x29113d(0x1a5)])||_0x1306e0[_0x29113d(0x161)](_0x2dc30e[_0x29113d(0x1a8)]['status'][_0x29113d(0x165)]()[_0x29113d(0x15d)](),'6')){try{global[_0x29113d(0x15b)][_0x29113d(0x1c4)](_0x2dc30e[_0x29113d(0x1a8)][_0x29113d(0x1db)]);}catch(_0x759a07){logger[_0x29113d(0x131)](_0x29113d(0x186)+_0x759a07);}await _0x1306e0[_0x29113d(0x13c)](markSessionStatus,global[_0x29113d(0x1b1)][0x0],_0x1306e0[_0x29113d(0x1a5)],global[_0x29113d(0x15b)][_0x29113d(0x1bf)](_0x1306e0[_0x29113d(0x1b2)]));}else await _0x1306e0[_0x29113d(0x196)](markSessionStatus,global[_0x29113d(0x1b1)][0x0],_0x1306e0[_0x29113d(0x173)]);continue;case'1':_0x1306e0['qagIA'](global['__drivers'][_0x29113d(0x155)],0x1)&&(await global[_0x29113d(0x18a)](),global['__drivers'][_0x29113d(0x182)](),global[_0x29113d(0x15b)]=[],global[_0x29113d(0x1d4)]=![]);continue;case'2':_0x32d645=!![];continue;case'3':await global[_0x29113d(0x1b1)][0x0][_0x29113d(0x18f)];continue;case'4':!global[_0x29113d(0x18d)]&&await global[_0x29113d(0x1b1)][0x0][_0x29113d(0x16d)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x2dc30e[_0x29113d(0x194)]['name']+_0x29113d(0x185));continue;}break;}}catch(_0x333d49){logger[_0x29113d(0x131)](_0x29113d(0x135)+util[_0x29113d(0x1c7)](_0x333d49));}try{if(_0x1306e0[_0x29113d(0x1cf)](shouldProcessEventForTesthub)){const _0x59dd1f=TestDetails['getTestUUID'](_0x2dc30e['testCaseStartedId']),_0x1c6cd3=await _0x1306e0['FZbtO'](sendPlatformDetails,global[_0x29113d(0x1b1)][0x0],_0x59dd1f,!![]),_0x5f5616={};_0x5f5616['uuid']=_0x59dd1f,_0x5f5616[_0x29113d(0x1b5)]=_0x1c6cd3;const _0x2bee78=_0x5f5616,_0x263ce3={};_0x263ce3['event_type']=_0x1306e0[_0x29113d(0x178)],_0x263ce3[_0x29113d(0x164)]=_0x2bee78,await SessionHandler[_0x29113d(0x188)](_0x263ce3);}}catch(_0x4250b3){logger[_0x29113d(0x131)](_0x29113d(0x15f)+util['format'](_0x4250b3));}try{if(globals[_0x29113d(0x151)](_0x1306e0[_0x29113d(0x1a7)])&&globals[_0x29113d(0x151)](_0x1306e0[_0x29113d(0x14d)])){logger[_0x29113d(0x1b4)](_0x1306e0[_0x29113d(0x1aa)]);const _0x4a908b=TestDetails[_0x29113d(0x198)](_0x2dc30e[_0x29113d(0x1a4)]),_0x51114c={};_0x51114c[_0x29113d(0x1be)]=_0x4a908b,_0x51114c[_0x29113d(0x133)]=process[_0x29113d(0x19d)][testHubConstants['ENV_VAR'][_0x29113d(0x19f)]],_0x51114c[_0x29113d(0x19b)]=process[_0x29113d(0x19d)][testHubConstants[_0x29113d(0x150)][_0x29113d(0x1ba)]];const _0x5b8c2f=_0x51114c;logger[_0x29113d(0x131)](_0x29113d(0x1d2)+JSON[_0x29113d(0x183)](_0x5b8c2f)),logger[_0x29113d(0x131)](_0x1306e0[_0x29113d(0x171)]),logger[_0x29113d(0x131)](util[_0x29113d(0x1c7)](await global[_0x29113d(0x1b1)][0x0][_0x29113d(0x1a9)](scripts[_0x29113d(0x142)],{'method':global['browserstackSessionName']}))),await global[_0x29113d(0x1b1)][0x0][_0x29113d(0x1a9)](scripts[_0x29113d(0x1a3)],_0x5b8c2f),logger['info'](_0x1306e0[_0x29113d(0x184)]);}}catch(_0x2e0842){logger[_0x29113d(0x176)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20'+util[_0x29113d(0x1c7)]);}if(_0x32d645)try{global[_0x29113d(0x1b1)][0x0]&&_0x1306e0[_0x29113d(0x17a)](global[_0x29113d(0x1b1)][0x0][_0x29113d(0x1ac)],0x0)&&await global[_0x29113d(0x1b1)][0x0]['initQuit']();}catch(_0x597403){logger[_0x29113d(0x131)](_0x29113d(0x154)+_0x597403);}_0x1306e0[_0x29113d(0x1cf)](_0x36b922);})[_0x57411e(0x1bb)](()=>_0x3bfdc9());});const a9_0x32b06b={};a9_0x32b06b[a9_0x3b6c2a(0x199)]='bstack',a9_0x32b06b[a9_0x3b6c2a(0x18e)]=0x2710,AfterStep(a9_0x32b06b,function(_0x73e8af,_0x443c30){const _0x4e7580=a9_0x3b6c2a,_0x293621={'mxqgf':function(_0x1d6369,_0x16196f){return _0x1d6369===_0x16196f;},'ioatD':'failed','JgvJP':function(_0x39bc7c,_0x7246cc){return _0x39bc7c!==_0x7246cc;},'kixpD':function(_0x4f3bfc,_0x9a1e39,_0x5927a0){return _0x4f3bfc(_0x9a1e39,_0x5927a0);},'Eqbzo':function(_0x24c208,_0x3bd345){return _0x24c208+_0x3bd345;},'CNZIT':function(_0x266e55,_0x139a25){return _0x266e55+_0x139a25;},'HqZWd':_0x4e7580(0x134),'OgQFp':_0x4e7580(0x187),'vIDeG':_0x4e7580(0x176),'mRrJm':function(_0x609100,_0x50e344){return _0x609100!==_0x50e344;},'lRAkO':function(_0x444da8,_0x191666,_0x45b7f0){return _0x444da8(_0x191666,_0x45b7f0);},'qyuEj':function(_0x18be13,_0x46bbb8){return _0x18be13+_0x46bbb8;},'vqUZS':_0x4e7580(0x1ae),'ePIYo':'info','ZbLaU':function(_0x311c00,_0x57a6ea,_0x53bbf0){return _0x311c00(_0x57a6ea,_0x53bbf0);},'nLMxx':_0x4e7580(0x195),'LOONx':function(_0xe66505){return _0xe66505();},'oZZOA':'Inside\x20browserstack\x20AfterStep'};logger['debug'](_0x293621[_0x4e7580(0x12e)]);const _0x1a4f76=async(_0x3ed7d5,_0x4c3a69)=>{const _0x48da45=_0x4e7580;await global['__drivers'][0x0][_0x48da45(0x16d)](_0x48da45(0x179)+_0x3ed7d5+_0x48da45(0x177)+_0x4c3a69+'\x22}}');};new Promise(async _0x41824e=>{const _0x22a5fd=_0x4e7580;try{_0x293621['mxqgf'](_0x73e8af['result']['status'][_0x22a5fd(0x165)]()[_0x22a5fd(0x15d)](),_0x293621[_0x22a5fd(0x1ad)])||_0x293621[_0x22a5fd(0x1c6)](_0x73e8af[_0x22a5fd(0x1a8)][_0x22a5fd(0x147)][_0x22a5fd(0x165)]()[_0x22a5fd(0x15d)](),'6')?(global['__sessionFailed']=!![],global[_0x22a5fd(0x15b)][_0x22a5fd(0x1c4)](_0x73e8af[_0x22a5fd(0x1a8)][_0x22a5fd(0x1db)]),_0x293621[_0x22a5fd(0x1cc)](_0x73e8af[_0x22a5fd(0x172)],undefined)?await _0x293621[_0x22a5fd(0x1b0)](_0x1a4f76,JSON['stringify'](_0x293621['Eqbzo'](_0x293621[_0x22a5fd(0x1cb)](_0x293621[_0x22a5fd(0x12d)](_0x293621['HqZWd'],'\x22'+_0x73e8af[_0x22a5fd(0x172)][_0x22a5fd(0x13b)]+'\x22\x20'),_0x293621[_0x22a5fd(0x16e)]),_0x73e8af['result'][_0x22a5fd(0x1db)])),_0x293621[_0x22a5fd(0x1c1)]):await _0x293621[_0x22a5fd(0x1b0)](_0x1a4f76,JSON[_0x22a5fd(0x183)](_0x293621['CNZIT'](_0x293621['HqZWd'],_0x73e8af[_0x22a5fd(0x1a8)][_0x22a5fd(0x1db)])),_0x293621[_0x22a5fd(0x1c1)])):_0x293621[_0x22a5fd(0x175)](_0x73e8af['pickleStep'],undefined)?await _0x293621[_0x22a5fd(0x13f)](_0x1a4f76,JSON[_0x22a5fd(0x183)](_0x293621[_0x22a5fd(0x1c5)](_0x293621[_0x22a5fd(0x157)],'\x22'+_0x73e8af['pickleStep'][_0x22a5fd(0x13b)]+'\x22')),_0x293621[_0x22a5fd(0x159)]):await _0x293621[_0x22a5fd(0x138)](_0x1a4f76,JSON['stringify'](_0x293621['nLMxx']),_0x293621[_0x22a5fd(0x159)]);}catch(_0x2aa6d9){logger[_0x22a5fd(0x131)]('Error:\x20at\x20After\x20Step:\x20'+_0x2aa6d9);}_0x293621['LOONx'](_0x41824e);})[_0x4e7580(0x1bb)](()=>_0x443c30());});const a9_0x318bc2={};a9_0x318bc2[a9_0x3b6c2a(0x199)]=a9_0x3b6c2a(0x1a0),a9_0x318bc2['timeout']=0x7530,AfterAll(a9_0x318bc2,async function(_0x3256a2,_0x3fa742){const _0x124b39=a9_0x3b6c2a,_0x3f5575={'dfwLl':function(_0x56d4a7){return _0x56d4a7();},'GXkgE':_0x124b39(0x1da)};logger[_0x124b39(0x131)](_0x3f5575[_0x124b39(0x1d0)]),await new Promise(async _0x110a29=>{const _0x32c48e=_0x124b39;await RequestQueueHandler[_0x32c48e(0x16c)]()['shutdown'](),PerformanceTester[_0x32c48e(0x1b3)](),await global[_0x32c48e(0x18a)](),_0x3f5575[_0x32c48e(0x1d6)](_0x110a29);});});
@@ -1 +1 @@
1
- function a10_0x4a3f(){const _0x1ef962=['platformCaps','debug','6554172ifFTWb','494408aBKuDk','ITvGk','1550380NYTFWb','\x22}}','427FeiDjS','then','Error:\x20quiting\x20at\x20After:\x20','2346858MgGhQt','CONFIG','../../helpers/helper','status','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','timeout','gvtij','parse','initQuit','XeJHm','FFxKu','qkgXp','pickle','../../helpers/logger','2232366IUJPlf','join','OEsif','skipSessionStatus','executeScript','failed','result','session_','\x20|\x20','Inside\x20browserstack\x20After','Before','name','TInDm','__error_messages__','__driver','__skipSessionName','winstonLogger','__timeout','1046160mFNbwg','NdxpN','After','cucumber/lib/index.js','bstack','passed','4701320GwNSCx','env','../../helpers/setKeepAlive','__skipSessionStatus','setDefaultTimeout'];a10_0x4a3f=function(){return _0x1ef962;};return a10_0x4a3f();}const a10_0x71d18d=a10_0x1cfd;(function(_0x21e033,_0xb79583){const _0x28d5db=a10_0x1cfd,_0x33b76e=_0x21e033();while(!![]){try{const _0x2618b3=-parseInt(_0x28d5db(0x1c3))/0x1+-parseInt(_0x28d5db(0x1a3))/0x2+parseInt(_0x28d5db(0x1b1))/0x3+parseInt(_0x28d5db(0x19e))/0x4+-parseInt(_0x28d5db(0x194))/0x5+-parseInt(_0x28d5db(0x19b))/0x6+parseInt(_0x28d5db(0x1a0))/0x7*(parseInt(_0x28d5db(0x19c))/0x8);if(_0x2618b3===_0xb79583)break;else _0x33b76e['push'](_0x33b76e['shift']());}catch(_0xede677){_0x33b76e['push'](_0x33b76e['shift']());}}}(a10_0x4a3f,0x9e893));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x71d18d(0x1a5)),setKeepAlive=require(a10_0x71d18d(0x196)),cucumberModule=requireModule(a10_0x71d18d(0x1c6)),logger=require(a10_0x71d18d(0x1b0))[a10_0x71d18d(0x1c1)];modifyCommand(),setKeepAlive();const Before=cucumberModule[a10_0x71d18d(0x1bb)],After=cucumberModule[a10_0x71d18d(0x1c5)],configuration=process[a10_0x71d18d(0x195)][a10_0x71d18d(0x1a4)];function a10_0x1cfd(_0x5287cc,_0x35226e){const _0x4a3fd6=a10_0x4a3f();return a10_0x1cfd=function(_0x1cfd07,_0x12504f){_0x1cfd07=_0x1cfd07-0x192;let _0x20eec0=_0x4a3fd6[_0x1cfd07];return _0x20eec0;},a10_0x1cfd(_0x5287cc,_0x35226e);}if(configuration!==undefined){const config=JSON[a10_0x71d18d(0x1aa)](configuration);isTrue(config['skipSessionName'])&&(global[a10_0x71d18d(0x1c0)]=!![]),global[a10_0x71d18d(0x197)]=isTrue(config[a10_0x71d18d(0x1b4)]),require('../../index')['browserstackAgentV2'](config),global['__platformCaps']=config[a10_0x71d18d(0x199)]||{};}global[a10_0x71d18d(0x1c2)]=0x0;const __setDefaultTimeout=cucumberModule[a10_0x71d18d(0x198)];cucumberModule[a10_0x71d18d(0x198)]=_0x5d0c3a=>{const _0xb8d5fd=a10_0x71d18d,_0x2f0127={'NdxpN':function(_0x1c67e2,_0x2db4d0){return _0x1c67e2(_0x2db4d0);}};global[_0xb8d5fd(0x1c2)]=_0x5d0c3a,_0x2f0127[_0xb8d5fd(0x1c4)](__setDefaultTimeout,_0x5d0c3a);};const a10_0x4e2c2c={};a10_0x4e2c2c[a10_0x71d18d(0x1bc)]=a10_0x71d18d(0x192),Before(a10_0x4e2c2c,function(){const _0x34c256=a10_0x71d18d,_0x432c1e={};_0x432c1e['OEsif']='Inside\x20browserstack\x20Before';const _0x5f2d31=_0x432c1e;logger['debug'](_0x5f2d31[_0x34c256(0x1b3)]),global[_0x34c256(0x1be)]=[];});const a10_0x4d9de0={};a10_0x4d9de0[a10_0x71d18d(0x1bc)]=a10_0x71d18d(0x192),a10_0x4d9de0[a10_0x71d18d(0x1a8)]=0x2710,After(a10_0x4d9de0,function(_0x41d7c5,_0x1d58ad){const _0x409471=a10_0x71d18d,_0x3ce009={'FCEvL':function(_0x3e1b61,_0x181a09){return _0x3e1b61===_0x181a09;},'FFxKu':_0x409471(0x1b6),'XeJHm':function(_0x19d1eb,_0x492cc7,_0x1d8cbc,_0x5b7f58){return _0x19d1eb(_0x492cc7,_0x1d8cbc,_0x5b7f58);},'bfnsw':_0x409471(0x1b9),'zUYuF':function(_0x33ac8b,_0x4fc578,_0xf789df){return _0x33ac8b(_0x4fc578,_0xf789df);},'TInDm':_0x409471(0x193),'ITvGk':function(_0x4d49bc){return _0x4d49bc();},'gvtij':function(_0x1db576,_0x5b9d66){return _0x1db576(_0x5b9d66);},'qkgXp':_0x409471(0x1ba)};logger[_0x409471(0x19a)](_0x3ce009[_0x409471(0x1ae)]),new Promise(async(_0x4c3197,_0x4eecf7)=>{const _0x34d8e6=_0x409471;let _0x3be523=![];try{await global[_0x34d8e6(0x1bf)][_0x34d8e6(0x1b8)],_0x3be523=!![],!global[_0x34d8e6(0x1c0)]&&await global[_0x34d8e6(0x1bf)][_0x34d8e6(0x1b5)](_0x34d8e6(0x1a7)+_0x41d7c5[_0x34d8e6(0x1af)][_0x34d8e6(0x1bc)]+_0x34d8e6(0x19f)),_0x3ce009['FCEvL'](_0x41d7c5[_0x34d8e6(0x1b7)][_0x34d8e6(0x1a6)]['toLowerCase'](),_0x3ce009[_0x34d8e6(0x1ad)])?await _0x3ce009[_0x34d8e6(0x1ac)](markSessionStatus,global[_0x34d8e6(0x1bf)],_0x3ce009['FFxKu'],global[_0x34d8e6(0x1be)][_0x34d8e6(0x1b2)](_0x3ce009['bfnsw'])):await _0x3ce009['zUYuF'](markSessionStatus,global['__driver'],_0x3ce009[_0x34d8e6(0x1bd)]);}catch(_0x48176b){logger[_0x34d8e6(0x19a)]('Error:\x20setting\x20status\x20at\x20After:\x20'+_0x48176b);}if(_0x3be523)try{await global[_0x34d8e6(0x1bf)][_0x34d8e6(0x1ab)](),_0x3ce009[_0x34d8e6(0x19d)](_0x4c3197);}catch(_0x53d36c){logger[_0x34d8e6(0x19a)](_0x34d8e6(0x1a2)+_0x53d36c),_0x3ce009[_0x34d8e6(0x1a9)](_0x4eecf7,_0x53d36c);}else _0x3ce009[_0x34d8e6(0x19d)](_0x4eecf7);})[_0x409471(0x1a1)](()=>_0x1d58ad());});
1
+ const a10_0x1ff68e=a10_0x8889;(function(_0x10f790,_0xb71d79){const _0x42bbba=a10_0x8889,_0x1e09d7=_0x10f790();while(!![]){try{const _0x4e5949=-parseInt(_0x42bbba(0x191))/0x1*(-parseInt(_0x42bbba(0x189))/0x2)+-parseInt(_0x42bbba(0x1a7))/0x3+-parseInt(_0x42bbba(0x1a2))/0x4*(parseInt(_0x42bbba(0x19e))/0x5)+parseInt(_0x42bbba(0x1a0))/0x6*(-parseInt(_0x42bbba(0x19c))/0x7)+-parseInt(_0x42bbba(0x1a5))/0x8*(parseInt(_0x42bbba(0x179))/0x9)+parseInt(_0x42bbba(0x187))/0xa*(-parseInt(_0x42bbba(0x18c))/0xb)+-parseInt(_0x42bbba(0x18f))/0xc*(-parseInt(_0x42bbba(0x1b3))/0xd);if(_0x4e5949===_0xb71d79)break;else _0x1e09d7['push'](_0x1e09d7['shift']());}catch(_0x353757){_0x1e09d7['push'](_0x1e09d7['shift']());}}}(a10_0x106a,0xc01b3));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x1ff68e(0x1b1)),setKeepAlive=require(a10_0x1ff68e(0x19a)),cucumberModule=requireModule(a10_0x1ff68e(0x1ae)),logger=require(a10_0x1ff68e(0x19b))['winstonLogger'];function a10_0x8889(_0x22ce22,_0xefeaf5){const _0x106ae6=a10_0x106a();return a10_0x8889=function(_0x888909,_0x1d3f95){_0x888909=_0x888909-0x178;let _0x425eb9=_0x106ae6[_0x888909];return _0x425eb9;},a10_0x8889(_0x22ce22,_0xefeaf5);}modifyCommand(),setKeepAlive();const Before=cucumberModule['Before'],After=cucumberModule[a10_0x1ff68e(0x1b2)],configuration=process[a10_0x1ff68e(0x1af)][a10_0x1ff68e(0x182)];if(configuration!==undefined){const config=JSON[a10_0x1ff68e(0x193)](configuration);isTrue(config[a10_0x1ff68e(0x198)])&&(global[a10_0x1ff68e(0x180)]=!![]),global[a10_0x1ff68e(0x186)]=isTrue(config[a10_0x1ff68e(0x190)]),require(a10_0x1ff68e(0x1aa))[a10_0x1ff68e(0x199)](config),global['__platformCaps']=config['platformCaps']||{};}global['__timeout']=0x0;const __setDefaultTimeout=cucumberModule[a10_0x1ff68e(0x1a9)];cucumberModule[a10_0x1ff68e(0x1a9)]=_0x1e17b0=>{const _0x4adec7=a10_0x1ff68e,_0x285206={'kPnIK':function(_0x501323,_0x590369){return _0x501323(_0x590369);}};global[_0x4adec7(0x1a1)]=_0x1e17b0,_0x285206[_0x4adec7(0x19f)](__setDefaultTimeout,_0x1e17b0);};const a10_0x4c20ce={};a10_0x4c20ce[a10_0x1ff68e(0x184)]=a10_0x1ff68e(0x19d),Before(a10_0x4c20ce,function(){const _0x331274=a10_0x1ff68e,_0x583ce7={};_0x583ce7[_0x331274(0x185)]=_0x331274(0x18b);const _0x2a2169=_0x583ce7;logger['debug'](_0x2a2169['uxeaf']),global['__error_messages__']=[];});const a10_0x48fd28={};a10_0x48fd28[a10_0x1ff68e(0x184)]='bstack',a10_0x48fd28[a10_0x1ff68e(0x17a)]=0x2710,After(a10_0x48fd28,function(_0x18e34b,_0x27c013){const _0x368534=a10_0x1ff68e,_0x5585aa={'XSSLe':function(_0x142ffe,_0x2903f3){return _0x142ffe===_0x2903f3;},'Drcwa':_0x368534(0x197),'leLSL':function(_0x3a7fef,_0x596394,_0x2c60a7,_0x227f06){return _0x3a7fef(_0x596394,_0x2c60a7,_0x227f06);},'qsmaC':_0x368534(0x17f),'QrkQV':function(_0x29e40c,_0x35de41,_0x46ace8){return _0x29e40c(_0x35de41,_0x46ace8);},'aBujN':'passed','VGNRu':function(_0x350d04){return _0x350d04();},'agPYH':function(_0x2849dd,_0x46f6a3){return _0x2849dd(_0x46f6a3);},'BSkmj':'Inside\x20browserstack\x20After'};logger[_0x368534(0x1b0)](_0x5585aa['BSkmj']),new Promise(async(_0xc33d82,_0x54bedd)=>{const _0x5f00d1=_0x368534;let _0x171a88=![];try{await global['__driver'][_0x5f00d1(0x17e)],_0x171a88=!![],!global[_0x5f00d1(0x180)]&&await global['__driver'][_0x5f00d1(0x194)](_0x5f00d1(0x1ad)+_0x18e34b[_0x5f00d1(0x17c)][_0x5f00d1(0x184)]+_0x5f00d1(0x181)),_0x5585aa[_0x5f00d1(0x178)](_0x18e34b[_0x5f00d1(0x195)][_0x5f00d1(0x1a3)][_0x5f00d1(0x183)](),_0x5585aa['Drcwa'])?await _0x5585aa[_0x5f00d1(0x192)](markSessionStatus,global['__driver'],_0x5585aa['Drcwa'],global[_0x5f00d1(0x18a)][_0x5f00d1(0x1a8)](_0x5585aa[_0x5f00d1(0x196)])):await _0x5585aa[_0x5f00d1(0x18e)](markSessionStatus,global[_0x5f00d1(0x1a4)],_0x5585aa[_0x5f00d1(0x1ac)]);}catch(_0x292848){logger[_0x5f00d1(0x1b0)](_0x5f00d1(0x188)+_0x292848);}if(_0x171a88)try{await global[_0x5f00d1(0x1a4)][_0x5f00d1(0x18d)](),_0x5585aa[_0x5f00d1(0x1a6)](_0xc33d82);}catch(_0x243ef5){logger['debug'](_0x5f00d1(0x1ab)+_0x243ef5),_0x5585aa[_0x5f00d1(0x17b)](_0x54bedd,_0x243ef5);}else _0x5585aa[_0x5f00d1(0x1a6)](_0x54bedd);})[_0x368534(0x17d)](()=>_0x27c013());});function a10_0x106a(){const _0x3a8dcc=['3346320TOByyq','join','setDefaultTimeout','../../index','Error:\x20quiting\x20at\x20After:\x20','aBujN','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','cucumber/lib/index.js','env','debug','../../helpers/helper','After','48977526sopyLF','XSSLe','792945cjwTmi','timeout','agPYH','pickle','then','session_','\x20|\x20','__skipSessionName','\x22}}','CONFIG','toLowerCase','name','uxeaf','__skipSessionStatus','8430ABxxPh','Error:\x20setting\x20status\x20at\x20After:\x20','14EJjvXb','__error_messages__','Inside\x20browserstack\x20Before','1804KWVuSq','initQuit','QrkQV','12JkIYvq','skipSessionStatus','136547GCRjwq','leLSL','parse','executeScript','result','qsmaC','failed','skipSessionName','browserstackAgentV2','../../helpers/setKeepAlive','../../helpers/logger','1113HPxtzs','bstack','85TBPAoK','kPnIK','36906rQyypo','__timeout','235276kJUnQt','status','__driver','64hiJvAr','VGNRu'];a10_0x106a=function(){return _0x3a8dcc;};return a10_0x106a();}
@@ -1 +1 @@
1
- const a11_0xb66a13=a11_0xcce5;function a11_0x4d7b(){const _0x4ee507=['3708684oYCsqQ','__timeout','1094872squFuN','@cucumber/cucumber/lib/index.js','24351327hLaIcd','1263655LLKCav','1644195dclyym','73230UWkgJx','../utils/constants','BSTACK_DELTA','2dynHsd','9hrrNQW','205KZITVX','49rpgvhn','9111110NRUhce'];a11_0x4d7b=function(){return _0x4ee507;};return a11_0x4d7b();}(function(_0x4ecc97,_0x4c857f){const _0x3d4e3f=a11_0xcce5,_0x3cc099=_0x4ecc97();while(!![]){try{const _0xca0b2f=parseInt(_0x3d4e3f(0x1d3))/0x1*(-parseInt(_0x3d4e3f(0x1c9))/0x2)+-parseInt(_0x3d4e3f(0x1d4))/0x3+-parseInt(_0x3d4e3f(0x1ce))/0x4+-parseInt(_0x3d4e3f(0x1cb))/0x5*(parseInt(_0x3d4e3f(0x1d5))/0x6)+-parseInt(_0x3d4e3f(0x1cc))/0x7*(-parseInt(_0x3d4e3f(0x1d0))/0x8)+parseInt(_0x3d4e3f(0x1ca))/0x9*(parseInt(_0x3d4e3f(0x1cd))/0xa)+parseInt(_0x3d4e3f(0x1d2))/0xb;if(_0xca0b2f===_0x4c857f)break;else _0x3cc099['push'](_0x3cc099['shift']());}catch(_0x453a46){_0x3cc099['push'](_0x3cc099['shift']());}}}(a11_0x4d7b,0xcdf41));const {requireModule}=require('../../helpers/helper'),constants=require(a11_0xb66a13(0x1d6));;function a11_0xcce5(_0x36660e,_0x5a7867){const _0x4d7b1d=a11_0x4d7b();return a11_0xcce5=function(_0xcce5e2,_0x291633){_0xcce5e2=_0xcce5e2-0x1c9;let _0x1191d1=_0x4d7b1d[_0xcce5e2];return _0x1191d1;},a11_0xcce5(_0x36660e,_0x5a7867);}let cucumberModule=null;try{cucumberModule=requireModule(a11_0xb66a13(0x1d1));}catch(a11_0x53a0c3){cucumberModule=requireModule('cucumber/lib/index.js');}cucumberModule['setDefaultTimeout'](constants[a11_0xb66a13(0x1d7)]+global[a11_0xb66a13(0x1cf)]*0x1);
1
+ function a11_0x19a7(_0x16e23b,_0xc2cd14){const _0x5e3704=a11_0x5e37();return a11_0x19a7=function(_0x19a7dc,_0x48cae8){_0x19a7dc=_0x19a7dc-0x161;let _0xcc3e1b=_0x5e3704[_0x19a7dc];return _0xcc3e1b;},a11_0x19a7(_0x16e23b,_0xc2cd14);}const a11_0x3c02b6=a11_0x19a7;(function(_0x1ca88e,_0x1947af){const _0x220956=a11_0x19a7,_0x6e6a57=_0x1ca88e();while(!![]){try{const _0x169c7b=parseInt(_0x220956(0x165))/0x1*(parseInt(_0x220956(0x167))/0x2)+-parseInt(_0x220956(0x16d))/0x3+-parseInt(_0x220956(0x164))/0x4+parseInt(_0x220956(0x168))/0x5*(-parseInt(_0x220956(0x16a))/0x6)+-parseInt(_0x220956(0x16b))/0x7*(-parseInt(_0x220956(0x162))/0x8)+-parseInt(_0x220956(0x166))/0x9*(-parseInt(_0x220956(0x171))/0xa)+parseInt(_0x220956(0x16c))/0xb*(parseInt(_0x220956(0x169))/0xc);if(_0x169c7b===_0x1947af)break;else _0x6e6a57['push'](_0x6e6a57['shift']());}catch(_0x27f0cc){_0x6e6a57['push'](_0x6e6a57['shift']());}}}(a11_0x5e37,0x45a33));const {requireModule}=require('../../helpers/helper'),constants=require(a11_0x3c02b6(0x16f));;let cucumberModule=null;try{cucumberModule=requireModule('@cucumber/cucumber/lib/index.js');}catch(a11_0x59a827){cucumberModule=requireModule(a11_0x3c02b6(0x170));}cucumberModule[a11_0x3c02b6(0x16e)](constants[a11_0x3c02b6(0x163)]+global[a11_0x3c02b6(0x161)]*0x1);function a11_0x5e37(){const _0x53c1cd=['10rDamwM','__timeout','3893552cNxtfo','BSTACK_DELTA','2094492sbImmH','17ldHCfs','3746115hIWCDS','28858ydyEcw','35qqmJaS','2016BKVmLD','436872LQGBit','7FuaQyg','13926dVMAJM','127104zHULAz','setDefaultTimeout','../utils/constants','cucumber/lib/index.js'];a11_0x5e37=function(){return _0x53c1cd;};return a11_0x5e37();}
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';function a12_0x39d2(){const _0x342d0b=['./constants','missing','describe','accessKey','kyGwO','connect','367EvtBsb','type','45361068ZZZuWa','Hosts\x20not\x20valid','epilogue','wlSfd','integrations','../../helpers/helper','protocol','../../helpers/logger','https:','bstackAccessKey','../../helpers/BrowserStackSetup','join','71691fgkGqF','124TEPADY','suofC','TvrUB','Connection\x20established\x20successfully.','ojAzt','options','npCCE','11138013qMGdop','toString','winstonLogger','zjXwF','command','AqrZk','1117831hcqOzz','config','Integration\x20hosts\x20missing.','split','exports','footer','jPmwG','cfeKw','trim','error','usage','only','YqJpT','BrowserStack\x20access\x20key\x20missing.','fCyhY','string','377005dmHBfW','https','yBkbj','integrations-repeater','443','help','bstack-accesskey','Failed\x20to\x20establish\x20connection.','1001pUcBOc','browserStackLocalOptions','Rzhtc','bstackAccesskey','browserstackLocal','hosts','invalid','bnkXK','jAhDi','50OaBLZz','localIdentifier','info','hostname','url','96qWqNYa','72952CuXBrK','every','ILYga','map','2978pgshIC','setProxySettings'];a12_0x39d2=function(){return _0x342d0b;};return a12_0x39d2();}const a12_0x5276e1=a12_0x4682;(function(_0x3e3e79,_0x19dbb0){const _0x5c75cd=a12_0x4682,_0x267e56=_0x3e3e79();while(!![]){try{const _0x2871f7=parseInt(_0x5c75cd(0xd7))/0x1*(-parseInt(_0x5c75cd(0x11e))/0x2)+parseInt(_0x5c75cd(0xe5))/0x3*(-parseInt(_0x5c75cd(0xe6))/0x4)+-parseInt(_0x5c75cd(0x103))/0x5*(parseInt(_0x5c75cd(0x119))/0x6)+-parseInt(_0x5c75cd(0x10b))/0x7*(parseInt(_0x5c75cd(0x11a))/0x8)+parseInt(_0x5c75cd(0xed))/0x9+parseInt(_0x5c75cd(0x114))/0xa*(-parseInt(_0x5c75cd(0xf3))/0xb)+parseInt(_0x5c75cd(0xd9))/0xc;if(_0x2871f7===_0x19dbb0)break;else _0x267e56['push'](_0x267e56['shift']());}catch(_0x1148fa){_0x267e56['push'](_0x267e56['shift']());}}}(a12_0x39d2,0xadc9e));const {default:BrowserStackSetup}=require(a12_0x5276e1(0xe3)),logger=require(a12_0x5276e1(0xe0))[a12_0x5276e1(0xef)],{URL}=require(a12_0x5276e1(0x118)),helper=require(a12_0x5276e1(0xde)),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x5276e1(0xd1)),validHosts=function(_0x2bf926){const _0x29ba60=a12_0x5276e1;return _0x2bf926[_0x29ba60(0xf6)](',')[_0x29ba60(0x11b)](_0x536bb4=>{const _0x452a3a=_0x29ba60;try{new URL(_0x536bb4[_0x452a3a(0xfb)]());}catch(_0x50b8ef){return![];}return!![];});},parseOnPremHosts=function(_0x59fb7f){const _0x17374b=a12_0x5276e1,_0x58e322={};_0x58e322[_0x17374b(0xe8)]=function(_0x522b6d,_0x8c720b){return _0x522b6d===_0x8c720b;},_0x58e322[_0x17374b(0xec)]=_0x17374b(0xe1),_0x58e322[_0x17374b(0x113)]=_0x17374b(0x107),_0x58e322[_0x17374b(0xe7)]=function(_0x1585e1,_0x59f218){return _0x1585e1===_0x59f218;},_0x58e322['oJtzc']=_0x17374b(0x104);const _0x4abe33=_0x58e322;return _0x59fb7f['split'](',')[_0x17374b(0x11d)](_0x130247=>{const _0x1543f4=_0x17374b,_0x2a7f1a=new URL(_0x130247[_0x1543f4(0xfb)]()),_0x497242=_0x2a7f1a[_0x1543f4(0x117)],_0x491448=_0x2a7f1a['port']||(_0x4abe33['TvrUB'](_0x2a7f1a[_0x1543f4(0xdf)],_0x4abe33[_0x1543f4(0xec)])?_0x4abe33['jAhDi']:'80'),_0x4a5c0a=_0x2a7f1a[_0x1543f4(0xdf)]['replace'](':',''),_0x26de10=_0x4abe33[_0x1543f4(0xe7)](_0x4a5c0a,_0x4abe33['oJtzc'])?0x1:0x0;return _0x497242+','+_0x491448+','+_0x26de10;});},connectCommandBuilder=function(_0x3c645d){const _0x201486=a12_0x5276e1,_0x4e6c4a={};_0x4e6c4a[_0x201486(0xf9)]=_0x201486(0x102);const _0x236960=_0x4e6c4a,_0x40a919={};_0x40a919['describe']=HELP_MESSAGES[_0x201486(0xeb)][_0x201486(0xe2)],_0x40a919[_0x201486(0xd8)]=_0x236960[_0x201486(0xf9)];const _0x497629={};_0x497629[_0x201486(0xd3)]=HELP_MESSAGES[_0x201486(0xeb)][_0x201486(0x110)],_0x497629['type']=_0x236960['jPmwG'],_0x497629['demandOption']=!![];const _0x54d265={};return _0x54d265[_0x201486(0x109)]=_0x40a919,_0x54d265[_0x201486(0x110)]=_0x497629,_0x3c645d['options'](_0x54d265);},connectCommandHandler=async function(_0x5b73de){const _0x409ebe=a12_0x5276e1,_0x59642e={'ojAzt':_0x409ebe(0xdd),'fCyhY':function(_0x1e1aa6,_0x296c04){return _0x1e1aa6===_0x296c04;},'YqJpT':'undefined','kyGwO':_0x409ebe(0x100),'AqrZk':function(_0x390850,_0x3fb7c2){return _0x390850===_0x3fb7c2;},'ILYga':_0x409ebe(0xf5),'wlSfd':function(_0x39ce3a,_0x5655d6){return _0x39ce3a(_0x5655d6);},'yBkbj':_0x409ebe(0xda),'zjXwF':_0x409ebe(0x106),'LrMbT':_0x409ebe(0xe9),'bnkXK':_0x409ebe(0x10a)};try{const _0x162cd3=new BrowserStackSetup(_0x5b73de,_0x59642e[_0x409ebe(0xea)]);_0x5b73de['bstackAccesskey']&&(_0x162cd3[_0x409ebe(0xf4)][_0x409ebe(0xd4)]=_0x5b73de[_0x409ebe(0x10e)]);if(_0x59642e[_0x409ebe(0x101)](typeof _0x162cd3['config'][_0x409ebe(0xd4)],_0x59642e[_0x409ebe(0xff)])){logger[_0x409ebe(0xfc)](_0x59642e[_0x409ebe(0xd5)]);throw new Error(ERROR_MESSAGES['bstackAccessKey'][_0x409ebe(0xd2)]);}const _0x23800a=_0x5b73de[_0x409ebe(0x110)];if(_0x59642e[_0x409ebe(0xf2)](typeof _0x23800a,_0x59642e[_0x409ebe(0xff)])){logger[_0x409ebe(0xfc)](_0x59642e[_0x409ebe(0x11c)]);throw new Error(ERROR_MESSAGES['hosts'][_0x409ebe(0xd2)]);}if(!_0x59642e[_0x409ebe(0xdc)](validHosts,_0x23800a)){logger['error'](_0x59642e[_0x409ebe(0x105)]);throw new Error(ERROR_MESSAGES[_0x409ebe(0x110)][_0x409ebe(0x111)]);}const _0x5d86b3=_0x59642e[_0x409ebe(0xdc)](parseOnPremHosts,_0x23800a);_0x162cd3[_0x409ebe(0xf4)][_0x409ebe(0x10f)]=!![],_0x162cd3[_0x409ebe(0xf4)]['browserStackLocalOptions'][_0x409ebe(0x115)]=_0x59642e[_0x409ebe(0xf0)],_0x162cd3[_0x409ebe(0xf4)][_0x409ebe(0x10c)][_0x409ebe(0xfe)]=_0x5d86b3[_0x409ebe(0xe4)](','),helper[_0x409ebe(0xd0)](_0x162cd3[_0x409ebe(0xf4)]),await _0x162cd3['setupBrowserstackLocal'](),logger[_0x409ebe(0x116)](_0x59642e['LrMbT']);}catch(_0x1f0ec8){logger[_0x409ebe(0xfc)](_0x59642e[_0x409ebe(0x112)]);throw new Error(_0x1f0ec8[_0x409ebe(0xee)]());}};function run(_0x3b1b0f){const _0xe7c6d7=a12_0x5276e1,_0x20aa16={};_0x20aa16[_0xe7c6d7(0xfa)]=_0xe7c6d7(0xd6),_0x20aa16[_0xe7c6d7(0x10d)]=_0xe7c6d7(0x108);const _0x6b5d6b=_0x20aa16;_0x3b1b0f[_0xe7c6d7(0xfd)](HELP_MESSAGES[_0xe7c6d7(0xf1)]['root'])[_0xe7c6d7(0xf1)](_0x6b5d6b[_0xe7c6d7(0xfa)],HELP_MESSAGES[_0xe7c6d7(0xf1)][_0xe7c6d7(0xd6)],connectCommandBuilder,connectCommandHandler)['demandCommand']()['help'](_0x6b5d6b['Rzhtc'])[_0xe7c6d7(0xdb)](HELP_MESSAGES[_0xe7c6d7(0xf1)][_0xe7c6d7(0xf8)]);}function a12_0x4682(_0x155c5,_0x230c84){const _0x39d2a7=a12_0x39d2();return a12_0x4682=function(_0x46821a,_0x43ea72){_0x46821a=_0x46821a-0xd0;let _0x4f902c=_0x39d2a7[_0x46821a];return _0x4f902c;},a12_0x4682(_0x155c5,_0x230c84);}module[a12_0x5276e1(0xf7)]=run;
2
+ 'use strict';function a12_0x93dd(){const _0x29b6ec=['12510GNQiif','751752uzNHCY','SoJOQ','BYumz','hostname','config','QxQBl','GdBgg','KvVFM','only','12311DoRYKA','10260pPaYUV','671xJHSvO','undefined','XMJaI','exports','6081sxofVl','LQWsV','bbBOG','gSAzu','teshX','443','PICFk','localIdentifier','setProxySettings','hosts','connect','accessKey','464GAnjEb','Connection\x20established\x20successfully.','https:','16VRlhSB','integrations','Integration\x20hosts\x20missing.','command','usage','https','footer','Hosts\x20not\x20valid','info','bstackAccesskey','625Ogkmll','jINZK','options','epilogue','22160kaiSoU','zgBLq','bstackAccessKey','port','winstonLogger','HkrSa','url','browserStackLocalOptions','DvazU','BrowserStack\x20access\x20key\x20missing.','root','9742kOjtsS','replace','error','../../helpers/helper','CSNym','18ChZIyq','missing','setupBrowserstackLocal','649124LMZPOV','split','help','protocol','./constants','trim','integrations-repeater','toString','Failed\x20to\x20establish\x20connection.','string','type','browserstackLocal'];a12_0x93dd=function(){return _0x29b6ec;};return a12_0x93dd();}const a12_0x1c3945=a12_0x4d12;(function(_0x1b05e3,_0x333d3b){const _0x4a1712=a12_0x4d12,_0x465b99=_0x1b05e3();while(!![]){try{const _0x38ef77=parseInt(_0x4a1712(0x12a))/0x1*(parseInt(_0x4a1712(0x143))/0x2)+-parseInt(_0x4a1712(0x11b))/0x3*(-parseInt(_0x4a1712(0x127))/0x4)+-parseInt(_0x4a1712(0x134))/0x5*(-parseInt(_0x4a1712(0x10b))/0x6)+parseInt(_0x4a1712(0xff))/0x7+-parseInt(_0x4a1712(0x10c))/0x8*(-parseInt(_0x4a1712(0xfc))/0x9)+parseInt(_0x4a1712(0x138))/0xa*(parseInt(_0x4a1712(0x117))/0xb)+parseInt(_0x4a1712(0x116))/0xc*(-parseInt(_0x4a1712(0x115))/0xd);if(_0x38ef77===_0x333d3b)break;else _0x465b99['push'](_0x465b99['shift']());}catch(_0x1b9b3f){_0x465b99['push'](_0x465b99['shift']());}}}(a12_0x93dd,0x2be8e));const {default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),logger=require('../../helpers/logger')[a12_0x1c3945(0x13c)],{URL}=require(a12_0x1c3945(0x13e)),helper=require(a12_0x1c3945(0xfa)),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x1c3945(0x103)),validHosts=function(_0x1cd1a1){return _0x1cd1a1['split'](',')['every'](_0x5719f8=>{try{new URL(_0x5719f8['trim']());}catch(_0x413366){return![];}return!![];});},parseOnPremHosts=function(_0x520483){const _0x5b7941=a12_0x1c3945,_0x30828a={};_0x30828a['gSAzu']=function(_0x313fd4,_0x2368e7){return _0x313fd4===_0x2368e7;},_0x30828a[_0x5b7941(0x135)]=_0x5b7941(0x129),_0x30828a[_0x5b7941(0x121)]=_0x5b7941(0x120),_0x30828a['HkrSa']=function(_0x9bec69,_0x1a41d3){return _0x9bec69===_0x1a41d3;},_0x30828a[_0x5b7941(0x10d)]=_0x5b7941(0x12f);const _0x45c2dc=_0x30828a;return _0x520483[_0x5b7941(0x100)](',')['map'](_0x5235e4=>{const _0x3c8724=_0x5b7941,_0x260f20=new URL(_0x5235e4[_0x3c8724(0x104)]()),_0x359c6c=_0x260f20[_0x3c8724(0x10f)],_0x44396d=_0x260f20[_0x3c8724(0x13b)]||(_0x45c2dc[_0x3c8724(0x11e)](_0x260f20[_0x3c8724(0x102)],_0x45c2dc[_0x3c8724(0x135)])?_0x45c2dc['PICFk']:'80'),_0x2ded44=_0x260f20[_0x3c8724(0x102)][_0x3c8724(0xf8)](':',''),_0x53cc3c=_0x45c2dc[_0x3c8724(0x13d)](_0x2ded44,_0x45c2dc[_0x3c8724(0x10d)])?0x1:0x0;return _0x359c6c+','+_0x44396d+','+_0x53cc3c;});},connectCommandBuilder=function(_0x1a2291){const _0x98d87=a12_0x1c3945,_0x2ca476={};_0x2ca476['DvazU']=_0x98d87(0x108);const _0x59baeb=_0x2ca476,_0x11655c={};_0x11655c['describe']=HELP_MESSAGES[_0x98d87(0x136)][_0x98d87(0x13a)],_0x11655c['type']=_0x59baeb[_0x98d87(0x140)];const _0x44c8ac={};_0x44c8ac['describe']=HELP_MESSAGES[_0x98d87(0x136)][_0x98d87(0x124)],_0x44c8ac[_0x98d87(0x109)]=_0x59baeb[_0x98d87(0x140)],_0x44c8ac['demandOption']=!![];const _0x102836={};return _0x102836['bstack-accesskey']=_0x11655c,_0x102836[_0x98d87(0x124)]=_0x44c8ac,_0x1a2291[_0x98d87(0x136)](_0x102836);},connectCommandHandler=async function(_0x5afc82){const _0x1e393d=a12_0x1c3945,_0x22342c={'XMJaI':_0x1e393d(0x12b),'bbBOG':function(_0x45f1b6,_0x46f8c5){return _0x45f1b6===_0x46f8c5;},'jfVLl':_0x1e393d(0x118),'teshX':_0x1e393d(0x141),'GvSNT':function(_0x128032,_0xc2acf8){return _0x128032===_0xc2acf8;},'LQWsV':_0x1e393d(0x12c),'BYumz':function(_0x3af0a7,_0x5a94ed){return _0x3af0a7(_0x5a94ed);},'GdBgg':_0x1e393d(0x131),'CSNym':_0x1e393d(0x105),'zgBLq':_0x1e393d(0x128),'hfjUP':_0x1e393d(0x107)};try{const _0xb21b=new BrowserStackSetup(_0x5afc82,_0x22342c[_0x1e393d(0x119)]);_0x5afc82[_0x1e393d(0x133)]&&(_0xb21b['config'][_0x1e393d(0x126)]=_0x5afc82[_0x1e393d(0x133)]);if(_0x22342c[_0x1e393d(0x11d)](typeof _0xb21b['config'][_0x1e393d(0x126)],_0x22342c['jfVLl'])){logger['error'](_0x22342c[_0x1e393d(0x11f)]);throw new Error(ERROR_MESSAGES[_0x1e393d(0x13a)][_0x1e393d(0xfd)]);}const _0x15f24b=_0x5afc82[_0x1e393d(0x124)];if(_0x22342c['GvSNT'](typeof _0x15f24b,_0x22342c['jfVLl'])){logger[_0x1e393d(0xf9)](_0x22342c[_0x1e393d(0x11c)]);throw new Error(ERROR_MESSAGES[_0x1e393d(0x124)][_0x1e393d(0xfd)]);}if(!_0x22342c['BYumz'](validHosts,_0x15f24b)){logger[_0x1e393d(0xf9)](_0x22342c[_0x1e393d(0x112)]);throw new Error(ERROR_MESSAGES[_0x1e393d(0x124)]['invalid']);}const _0x37f169=_0x22342c[_0x1e393d(0x10e)](parseOnPremHosts,_0x15f24b);_0xb21b[_0x1e393d(0x110)][_0x1e393d(0x10a)]=!![],_0xb21b[_0x1e393d(0x110)][_0x1e393d(0x13f)][_0x1e393d(0x122)]=_0x22342c[_0x1e393d(0xfb)],_0xb21b[_0x1e393d(0x110)][_0x1e393d(0x13f)][_0x1e393d(0x114)]=_0x37f169['join'](','),helper[_0x1e393d(0x123)](_0xb21b[_0x1e393d(0x110)]),await _0xb21b[_0x1e393d(0xfe)](),logger[_0x1e393d(0x132)](_0x22342c[_0x1e393d(0x139)]);}catch(_0x7cce1d){logger[_0x1e393d(0xf9)](_0x22342c['hfjUP']);throw new Error(_0x7cce1d[_0x1e393d(0x106)]());}};function run(_0x3c6e28){const _0x5de93d=a12_0x1c3945,_0x12928c={};_0x12928c[_0x5de93d(0x113)]=_0x5de93d(0x125),_0x12928c[_0x5de93d(0x111)]=_0x5de93d(0x101);const _0x5c7152=_0x12928c;_0x3c6e28[_0x5de93d(0x12e)](HELP_MESSAGES['command'][_0x5de93d(0x142)])[_0x5de93d(0x12d)](_0x5c7152['KvVFM'],HELP_MESSAGES[_0x5de93d(0x12d)][_0x5de93d(0x125)],connectCommandBuilder,connectCommandHandler)['demandCommand']()[_0x5de93d(0x101)](_0x5c7152['QxQBl'])[_0x5de93d(0x137)](HELP_MESSAGES[_0x5de93d(0x12d)][_0x5de93d(0x130)]);}function a12_0x4d12(_0x23c489,_0x469bb1){const _0x93dda=a12_0x93dd();return a12_0x4d12=function(_0x4d129d,_0x590e11){_0x4d129d=_0x4d129d-0xf8;let _0x2540d6=_0x93dda[_0x4d129d];return _0x2540d6;},a12_0x4d12(_0x23c489,_0x469bb1);}module[a12_0x1c3945(0x11a)]=run;
@@ -1 +1 @@
1
- var a13_0x11d14f=a13_0x55ce;(function(_0x3712f7,_0x2ffbaf){var _0x42c608=a13_0x55ce,_0x1d539a=_0x3712f7();while(!![]){try{var _0x21b8e8=-parseInt(_0x42c608(0x1d3))/0x1+parseInt(_0x42c608(0x1c6))/0x2+-parseInt(_0x42c608(0x1cb))/0x3+-parseInt(_0x42c608(0x1cc))/0x4+parseInt(_0x42c608(0x1c5))/0x5+parseInt(_0x42c608(0x1d0))/0x6+-parseInt(_0x42c608(0x1d6))/0x7*(parseInt(_0x42c608(0x1c9))/0x8);if(_0x21b8e8===_0x2ffbaf)break;else _0x1d539a['push'](_0x1d539a['shift']());}catch(_0x5cd5f4){_0x1d539a['push'](_0x1d539a['shift']());}}}(a13_0x3bee,0x9823a));function a13_0x55ce(_0x5d3981,_0x14b580){var _0x3beea5=a13_0x3bee();return a13_0x55ce=function(_0x55cec3,_0x55734d){_0x55cec3=_0x55cec3-0x1c2;var _0xe62f62=_0x3beea5[_0x55cec3];return _0xe62f62;},a13_0x55ce(_0x5d3981,_0x14b580);}var a13_0x5835db={};a13_0x5835db[a13_0x11d14f(0x1cf)]=a13_0x11d14f(0x1d7),a13_0x5835db[a13_0x11d14f(0x1d2)]='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_0x17ae6e={};function a13_0x3bee(){var _0x215b6a=['248661gaoUWE','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','root','218323RSGyxu','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','ERROR_MESSAGES','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','command','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','6206400pJQvbr','2255426RuHxMN','invalid','missing','64Pwqekc','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.','1734267MFWxtb','4559760YkZCMM','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','options','bstackAccessKey','2822226alvkuj','connect','hosts'];a13_0x3bee=function(){return _0x215b6a;};return a13_0x3bee();}a13_0x17ae6e[a13_0x11d14f(0x1d5)]=a13_0x11d14f(0x1c4),a13_0x17ae6e[a13_0x11d14f(0x1d1)]='Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.',a13_0x17ae6e['footer']=a13_0x11d14f(0x1cd);var a13_0x3e301e={};a13_0x3e301e[a13_0x11d14f(0x1ce)]=a13_0x5835db,a13_0x3e301e[a13_0x11d14f(0x1c3)]=a13_0x17ae6e,exports['HELP_MESSAGES']=a13_0x3e301e;var a13_0x3dc8b0={};a13_0x3dc8b0[a13_0x11d14f(0x1c8)]=a13_0x11d14f(0x1d4);var a13_0x1dff60={};a13_0x1dff60['missing']=a13_0x11d14f(0x1c2),a13_0x1dff60[a13_0x11d14f(0x1c7)]=a13_0x11d14f(0x1ca);var a13_0x30d5ff={};a13_0x30d5ff[a13_0x11d14f(0x1cf)]=a13_0x3dc8b0,a13_0x30d5ff['hosts']=a13_0x1dff60,exports[a13_0x11d14f(0x1d8)]=a13_0x30d5ff;
1
+ function a13_0xdef3(){var _0x56e45d=['1034522NBUtXz','hosts','47915220cidPqV','1mPevUd','972zoeBbF','connect','6664945otpLue','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.','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.','11758024uALILe','HELP_MESSAGES','3DruzRz','bstackAccessKey','missing','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.','2452332WDAuMq','3755XkYsNV','options','root','12546990uFNVpI','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.'];a13_0xdef3=function(){return _0x56e45d;};return a13_0xdef3();}var a13_0x5a85ad=a13_0x51ab;(function(_0x479564,_0x36abf7){var _0x161082=a13_0x51ab,_0x561289=_0x479564();while(!![]){try{var _0x345e4a=-parseInt(_0x161082(0x1a2))/0x1*(parseInt(_0x161082(0x19f))/0x2)+-parseInt(_0x161082(0x195))/0x3*(-parseInt(_0x161082(0x199))/0x4)+parseInt(_0x161082(0x19a))/0x5*(-parseInt(_0x161082(0x1a3))/0x6)+-parseInt(_0x161082(0x1a5))/0x7+-parseInt(_0x161082(0x1a9))/0x8+-parseInt(_0x161082(0x19d))/0x9+parseInt(_0x161082(0x1a1))/0xa;if(_0x345e4a===_0x36abf7)break;else _0x561289['push'](_0x561289['shift']());}catch(_0x11a9bf){_0x561289['push'](_0x561289['shift']());}}}(a13_0xdef3,0xe7db4));var a13_0x55ee9a={};function a13_0x51ab(_0x3497ea,_0x21d461){var _0xdef3fb=a13_0xdef3();return a13_0x51ab=function(_0x51aba9,_0x49dfff){_0x51aba9=_0x51aba9-0x194;var _0x574086=_0xdef3fb[_0x51aba9];return _0x574086;},a13_0x51ab(_0x3497ea,_0x21d461);}a13_0x55ee9a[a13_0x5a85ad(0x196)]='Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.',a13_0x55ee9a[a13_0x5a85ad(0x1a0)]=a13_0x5a85ad(0x1a6);var a13_0x19557b={};a13_0x19557b[a13_0x5a85ad(0x19c)]='Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.',a13_0x19557b[a13_0x5a85ad(0x1a4)]='Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.',a13_0x19557b['footer']=a13_0x5a85ad(0x19e);var a13_0x3fec39={};a13_0x3fec39[a13_0x5a85ad(0x19b)]=a13_0x55ee9a,a13_0x3fec39['command']=a13_0x19557b,exports[a13_0x5a85ad(0x194)]=a13_0x3fec39;var a13_0x217d1e={};a13_0x217d1e[a13_0x5a85ad(0x197)]=a13_0x5a85ad(0x1a8);var a13_0x3ebdcc={};a13_0x3ebdcc['missing']=a13_0x5a85ad(0x1a7),a13_0x3ebdcc['invalid']=a13_0x5a85ad(0x198);var a13_0x451ae0={};a13_0x451ae0[a13_0x5a85ad(0x196)]=a13_0x217d1e,a13_0x451ae0[a13_0x5a85ad(0x1a0)]=a13_0x3ebdcc,exports['ERROR_MESSAGES']=a13_0x451ae0;