browserstack-node-sdk 1.34.20 → 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
- function a6_0x300f(_0x91d146,_0xb7af70){const _0x3b162d=a6_0x3b16();return a6_0x300f=function(_0x300f64,_0x2dbe1c){_0x300f64=_0x300f64-0x154;let _0x75cef4=_0x3b162d[_0x300f64];return _0x75cef4;},a6_0x300f(_0x91d146,_0xb7af70);}const a6_0x44307c=a6_0x300f;(function(_0x2e93cc,_0x5ca429){const _0x3a332a=a6_0x300f,_0x22febc=_0x2e93cc();while(!![]){try{const _0x2da859=parseInt(_0x3a332a(0x1b2))/0x1*(-parseInt(_0x3a332a(0x1c7))/0x2)+-parseInt(_0x3a332a(0x1ac))/0x3*(parseInt(_0x3a332a(0x1d9))/0x4)+-parseInt(_0x3a332a(0x17e))/0x5*(-parseInt(_0x3a332a(0x194))/0x6)+-parseInt(_0x3a332a(0x1a8))/0x7*(-parseInt(_0x3a332a(0x1c5))/0x8)+parseInt(_0x3a332a(0x185))/0x9+-parseInt(_0x3a332a(0x165))/0xa*(-parseInt(_0x3a332a(0x1f8))/0xb)+-parseInt(_0x3a332a(0x179))/0xc;if(_0x2da859===_0x5ca429)break;else _0x22febc['push'](_0x22febc['shift']());}catch(_0x56d7d2){_0x22febc['push'](_0x22febc['shift']());}}}(a6_0x3b16,0xf21ad));const {requireModule,getPlatformName,nestedKeyValue,isUndefined}=require(a6_0x44307c(0x1db)),util=require(a6_0x44307c(0x195)),{Formatter,formatterHelpers,Status}=requireModule('@cucumber/cucumber'),TestDetails=require(a6_0x44307c(0x1dd)),TestObservabilityReporter=require(a6_0x44307c(0x1d2)),{o11yClassErrorHandler}=require(a6_0x44307c(0x1b1)),{shouldProcessEventForTesthub}=require(a6_0x44307c(0x1ba)),testObservabilityReporter=new TestObservabilityReporter(),logger=require('../../../helpers/logger')[a6_0x44307c(0x1ca)],_tests={},_testCasesData={};class BrowserstackFormatter extends Formatter{constructor(_0x334f02){const _0x406a5e=a6_0x44307c,_0x1a3982={};_0x1a3982[_0x406a5e(0x159)]=_0x406a5e(0x15e);const _0x3c1304=_0x1a3982;super(_0x334f02),this[_0x406a5e(0x187)]={},_0x334f02[_0x406a5e(0x192)]['on'](_0x3c1304[_0x406a5e(0x159)],async _0x17dd1a=>{const _0x39782f=_0x406a5e;switch(!![]){case!!_0x17dd1a[_0x39782f(0x1cc)]:this['onTestRunStarted'](_0x17dd1a[_0x39782f(0x1cc)]);break;case!!_0x17dd1a[_0x39782f(0x1f3)]:this[_0x39782f(0x1d1)](_0x17dd1a[_0x39782f(0x1f3)]);break;case!!_0x17dd1a[_0x39782f(0x1b6)]:this[_0x39782f(0x177)](_0x17dd1a[_0x39782f(0x1b6)],_0x334f02,_0x17dd1a);break;case!!_0x17dd1a['testCaseFinished']:this[_0x39782f(0x155)](_0x17dd1a['testCaseFinished'],_0x334f02,_0x17dd1a);break;case!!_0x17dd1a[_0x39782f(0x1da)]:this[_0x39782f(0x16f)](_0x17dd1a[_0x39782f(0x1da)],_0x334f02);break;case!!_0x17dd1a['testStepFinished']:this[_0x39782f(0x178)](_0x17dd1a[_0x39782f(0x196)],_0x334f02);break;case!!_0x17dd1a[_0x39782f(0x1f0)]:this[_0x39782f(0x1b3)](_0x17dd1a['hook']);break;case!!_0x17dd1a[_0x39782f(0x171)]:this[_0x39782f(0x1d8)](_0x17dd1a['testCase']);break;case!!_0x17dd1a[_0x39782f(0x16a)]:this[_0x39782f(0x16c)](_0x17dd1a[_0x39782f(0x16a)]);break;case!!_0x17dd1a[_0x39782f(0x1d6)]:this[_0x39782f(0x1ce)](_0x17dd1a['gherkinDocument']);break;}});}[a6_0x44307c(0x1b3)](_0xae59e9){const _0x14acde=a6_0x44307c;this[_0x14acde(0x187)][_0x14acde(0x188)]=Object[_0x14acde(0x160)]([],this[_0x14acde(0x187)][_0x14acde(0x188)]||[]),this[_0x14acde(0x187)][_0x14acde(0x188)]['push'](_0xae59e9);}[a6_0x44307c(0x16c)](_0x287e4c){const _0x2dbbc5=a6_0x44307c;this[_0x2dbbc5(0x187)][_0x2dbbc5(0x16a)]=Object['assign']([],this[_0x2dbbc5(0x187)][_0x2dbbc5(0x16a)]||[],[_0x287e4c]),this[_0x2dbbc5(0x187)][_0x2dbbc5(0x16a)][_0x2dbbc5(0x1bd)](_0x287e4c);}[a6_0x44307c(0x1ce)](_0x1cf37e){const _0x46900b=a6_0x44307c;this[_0x46900b(0x187)][_0x46900b(0x1d6)]=Object[_0x46900b(0x160)]([],this[_0x46900b(0x187)][_0x46900b(0x1d6)]||[],[_0x1cf37e]),this[_0x46900b(0x187)][_0x46900b(0x1d6)][_0x46900b(0x1bd)](_0x1cf37e);}[a6_0x44307c(0x19f)](_0x417eb3){const _0x16da41=a6_0x44307c;this[_0x16da41(0x187)][_0x16da41(0x1a7)]=_0x417eb3;}[a6_0x44307c(0x176)](_0x27c074){const _0x4dc1de=a6_0x44307c;this[_0x4dc1de(0x187)]['stepDefinition']=Object[_0x4dc1de(0x160)]([],this['report'][_0x4dc1de(0x169)]||[],[_0x27c074]),this[_0x4dc1de(0x187)][_0x4dc1de(0x169)][_0x4dc1de(0x1bd)](_0x27c074);}[a6_0x44307c(0x1d8)](_0x461419){const _0x36d4b3=a6_0x44307c;this['report']['testCases']=Object[_0x36d4b3(0x160)]([],this[_0x36d4b3(0x187)]['testCases']||[],[_0x461419]),this['report']['testCases']['push'](_0x461419);}[a6_0x44307c(0x17f)](_0x4c8b5e){const _0x306430=a6_0x44307c,_0x5abf55={'GMpwb':function(_0x492419,_0x1ee74b){return _0x492419!==_0x1ee74b;},'MINYB':_0x306430(0x180),'lnLtR':function(_0x378493,_0x4019a0){return _0x378493+_0x4019a0;},'xZFYt':function(_0x1cd0a8,_0x50fe46){return _0x1cd0a8+_0x50fe46;},'tdseA':function(_0x5aacc6,_0x48e99c){return _0x5aacc6+_0x48e99c;},'sgGtF':'\x20\x20\x20\x20','lTLQL':'\x20-\x20','GWCza':function(_0x3f9af1,_0x5de10e){return _0x3f9af1===_0x5de10e;},'JGUUF':_0x306430(0x172),'rTdqo':function(_0x38dade,_0x467690,_0x1dcc43){return _0x38dade(_0x467690,_0x1dcc43);},'JKxRS':'result','BJNUU':'message','WceUR':function(_0xecfca6,_0x86f170){return _0xecfca6+_0x86f170;},'IPKsP':function(_0x1a7223,_0x6c9ad2){return _0x1a7223+_0x6c9ad2;},'tjBVk':function(_0x4912ae,_0x3d9df2){return _0x4912ae!==_0x3d9df2;},'ftcHF':function(_0x559c8d,_0x4afb7e){return _0x559c8d+_0x4afb7e;},'ahWPL':function(_0x40a5a3,_0x28c21a){return _0x40a5a3+_0x28c21a;},'UtBeS':function(_0x54a37b,_0x48063c){return _0x54a37b+_0x48063c;}};_0x5abf55[_0x306430(0x19c)](global['__platform'],undefined)&&this[_0x306430(0x161)](_0x5abf55[_0x306430(0x1e2)](_0x5abf55['ftcHF']('\x0a',global[_0x306430(0x190)]),'\x0a'));const _0x4e75ec=this[_0x306430(0x1d5)][_0x306430(0x154)](_0x4c8b5e['testCaseStartedId']);this[_0x306430(0x161)](_0x5abf55[_0x306430(0x19d)](_0x5abf55[_0x306430(0x1bb)](_0x5abf55[_0x306430(0x1f5)](_0x5abf55[_0x306430(0x1f5)]('\x20\x20',_0x4e75ec['gherkinDocument'][_0x306430(0x1ec)][_0x306430(0x199)]),_0x5abf55[_0x306430(0x1fa)]),_0x4e75ec[_0x306430(0x16a)][_0x306430(0x199)]),'\x0a'));const _0x509ba7={};_0x509ba7[_0x306430(0x1e5)]=this['cwd'],_0x509ba7[_0x306430(0x1af)]=this[_0x306430(0x1af)],_0x509ba7[_0x306430(0x197)]=this[_0x306430(0x197)],_0x509ba7[_0x306430(0x19a)]=_0x4e75ec;const _0x125b8c=formatterHelpers[_0x306430(0x1a3)](_0x509ba7);let _0x236a4a=![];_0x125b8c[_0x306430(0x18e)][_0x306430(0x1e4)](_0x5825e1=>{const _0x590624=_0x306430;if(_0x5abf55[_0x590624(0x189)](_0x5825e1['name'],_0x5abf55[_0x590624(0x1b4)])&&!this[_0x590624(0x15b)](_0x5825e1)){totalTests+=0x1,this[_0x590624(0x161)](_0x5abf55[_0x590624(0x1eb)](_0x5abf55[_0x590624(0x1eb)](_0x5abf55[_0x590624(0x1b7)](_0x5abf55[_0x590624(0x1eb)](_0x5abf55['tdseA'](_0x5abf55[_0x590624(0x1d7)],_0x5825e1[_0x590624(0x162)]),_0x5825e1[_0x590624(0x1a6)]||''),_0x5abf55[_0x590624(0x1fa)]),Status[_0x5825e1[_0x590624(0x1e7)][_0x590624(0x1bf)]]),'\x0a')),this[_0x590624(0x175)](Status[_0x5825e1[_0x590624(0x1e7)]['status']]);if(_0x5abf55[_0x590624(0x1b0)](Status[_0x5825e1[_0x590624(0x1e7)][_0x590624(0x1bf)]],_0x5abf55['JGUUF'])){_0x236a4a=!![];const _0xa12218=_0x5abf55['rTdqo'](nestedKeyValue,_0x5825e1,[_0x5abf55['JKxRS'],_0x5abf55['BJNUU']]);_0xa12218&&(testsErrorMessage[_0x5abf55[_0x590624(0x1e1)](_0x5abf55[_0x590624(0x1bb)](_0x4e75ec[_0x590624(0x1d6)][_0x590624(0x1ec)][_0x590624(0x199)],_0x5abf55[_0x590624(0x1fa)]),_0x4e75ec[_0x590624(0x16a)][_0x590624(0x199)])]=_0xa12218,this[_0x590624(0x161)](_0x5abf55[_0x590624(0x1eb)](_0xa12218,'\x0a')));}}}),_0x236a4a&&(testSuitesFailed+=0x1),this[_0x306430(0x161)]('\x0a');}[a6_0x44307c(0x15a)](_0x3aaac2){}[a6_0x44307c(0x15b)](_0x2f742f){const _0x9d5e64=a6_0x44307c,_0x265c3b={};_0x265c3b[_0x9d5e64(0x182)]=function(_0x505838,_0x29e5a7){return _0x505838!==_0x29e5a7;},_0x265c3b[_0x9d5e64(0x1d0)]=_0x9d5e64(0x1e3);const _0x189e4c=_0x265c3b;if(_0x189e4c[_0x9d5e64(0x182)](_0x2f742f[_0x9d5e64(0x1c8)],undefined))return![];if(_0x2f742f['actionLocation']&&_0x2f742f['actionLocation'][_0x9d5e64(0x174)][_0x9d5e64(0x1e8)](_0x189e4c[_0x9d5e64(0x1d0)]))return!![];return![];}[a6_0x44307c(0x175)](_0x186dce){const _0x3faf60=a6_0x44307c,_0x6772cd={};_0x6772cd[_0x3faf60(0x1ef)]=_0x3faf60(0x172),_0x6772cd['mNzAC']='PASSED',_0x6772cd[_0x3faf60(0x156)]=_0x3faf60(0x18f),_0x6772cd[_0x3faf60(0x1f2)]=_0x3faf60(0x173),_0x6772cd[_0x3faf60(0x164)]=_0x3faf60(0x15f),_0x6772cd[_0x3faf60(0x166)]=_0x3faf60(0x1c3),_0x6772cd[_0x3faf60(0x19e)]=_0x3faf60(0x1dc);const _0x336bda=_0x6772cd;switch(_0x186dce){case _0x336bda['lYXCP']:testsFailed+=0x1;break;case _0x336bda[_0x3faf60(0x1ae)]:testsPassed+=0x1;break;case _0x336bda[_0x3faf60(0x156)]:testsSkipped+=0x1;break;case _0x336bda[_0x3faf60(0x1f2)]:testsPending+=0x1;break;case _0x336bda['iRpEG']:testsUndefined+=0x1;break;case _0x336bda[_0x3faf60(0x166)]:testsUnknown+=0x1;break;case _0x336bda[_0x3faf60(0x19e)]:testsAmbiguous+=0x1;break;default:break;}}['onTestRunStarted'](_0x27a650){const _0x54b2fe=a6_0x44307c,_0x4c90cf={'JviCK':function(_0x38723f,_0x1a13b7){return _0x38723f!==_0x1a13b7;},'qrRYO':function(_0x2a240c,_0x1e9919){return _0x2a240c(_0x1e9919);},'TsnXh':function(_0x5c7db2,_0x4b7e69){return _0x5c7db2+_0x4b7e69;},'tVzbP':function(_0xa18532){return _0xa18532();}};let _0x1f586b;if(_0x4c90cf[_0x54b2fe(0x18b)](process[_0x54b2fe(0x17c)][_0x54b2fe(0x1fd)],undefined)){const _0xdd6f3e=JSON[_0x54b2fe(0x1d3)](process[_0x54b2fe(0x17c)]['CONFIG']);_0x1f586b=_0xdd6f3e[_0x54b2fe(0x1ee)];}_0x4c90cf[_0x54b2fe(0x18b)](_0x1f586b,undefined)&&(global['__platform']=_0x4c90cf[_0x54b2fe(0x16e)](getPlatformName,_0x1f586b),this[_0x54b2fe(0x161)](_0x4c90cf['TsnXh'](_0x54b2fe(0x167)+global[_0x54b2fe(0x190)],'\x0a'))),_0x4c90cf['tVzbP'](shouldProcessEventForTesthub)&&(TestDetails[_0x54b2fe(0x18d)](),this[_0x54b2fe(0x187)]['testRunStarted']=_0x27a650);}[a6_0x44307c(0x1d1)](_0x649b80){const _0x283cb1=a6_0x44307c;this[_0x283cb1(0x187)][_0x283cb1(0x1f3)]=_0x649b80,this['logTestRunFinished'](_0x649b80);}async[a6_0x44307c(0x177)](_0x2cc419,_0xcea7a,_0x3d2e80){const _0x3fb0c6=a6_0x44307c,_0x56fcfc={'oixnL':function(_0x2afddc,_0x284b14){return _0x2afddc(_0x284b14);},'yzvmx':_0x3fb0c6(0x170),'vCnMI':function(_0x50e49f,_0x4697de){return _0x50e49f&&_0x4697de;}};testSuites+=0x1;if(_0x56fcfc[_0x3fb0c6(0x1e9)](shouldProcessEventForTesthub,_0x56fcfc[_0x3fb0c6(0x1f1)]))try{this[_0x3fb0c6(0x187)]['testCaseStarted']=this[_0x3fb0c6(0x187)][_0x3fb0c6(0x1b6)]||{},this[_0x3fb0c6(0x187)][_0x3fb0c6(0x1b6)][_0x2cc419['id']]=_0x2cc419;const _0x24652f=TestDetails[_0x3fb0c6(0x184)](_0x2cc419['id']);_testCasesData[_0x2cc419['id']]=Object['assign']({},_0x3d2e80);const _0x532bfc=this[_0x3fb0c6(0x187)],_0x3544e1=_0x2cc419[_0x3fb0c6(0x1e0)],_0x117700=_0x532bfc[_0x3fb0c6(0x1fc)]['find'](_0x69b791=>_0x69b791['id']===_0x3544e1)[_0x3fb0c6(0x17d)],_0x500a89=_0x532bfc[_0x3fb0c6(0x16a)]['find'](_0x1fbfd4=>_0x1fbfd4['id']===_0x117700),_0xf5d65f=_0x532bfc[_0x3fb0c6(0x1d6)][_0x3fb0c6(0x1a9)](_0x43f82b=>_0x43f82b[_0x3fb0c6(0x174)]===_0x500a89['uri']),_0x3f95c4=_0xf5d65f[_0x3fb0c6(0x1ec)],_0x39c6a0={'uuid':_0x24652f,'startedAt':new Date()[_0x3fb0c6(0x1be)]()};if(_0x500a89){const _0x2b5251={};_0x2b5251[_0x3fb0c6(0x199)]=_0x500a89[_0x3fb0c6(0x199)],_0x39c6a0[_0x3fb0c6(0x1c1)]=_0x2b5251;}if(_0x56fcfc[_0x3fb0c6(0x1df)](_0xf5d65f,_0x3f95c4)){const _0x3a67c4={};_0x3a67c4['path']=_0xf5d65f['uri'],_0x3a67c4['name']=_0x3f95c4[_0x3fb0c6(0x199)],_0x3a67c4[_0x3fb0c6(0x18c)]=_0x3f95c4['description'],_0x39c6a0['feature']=_0x3a67c4;}_tests[_0x3544e1]=_0x39c6a0,await testObservabilityReporter[_0x3fb0c6(0x1cd)](_0x3d2e80,_0xf5d65f,_0x500a89,_0x56fcfc[_0x3fb0c6(0x1f1)],_0x39c6a0);}catch(_0x5bb5cc){logger['debug'](_0x3fb0c6(0x1ab)+util['format'](_0x5bb5cc)+'\x20');}}async[a6_0x44307c(0x155)](_0x5f1ab8,_0x530a53,_0x56361a){const _0x242241=a6_0x44307c,_0x2ef705={'qATYT':function(_0x506bed,_0x2f2ed4){return _0x506bed(_0x2f2ed4);},'Gxhhg':_0x242241(0x168)};this[_0x242241(0x17f)](_0x5f1ab8);if(_0x2ef705['qATYT'](shouldProcessEventForTesthub,_0x2ef705[_0x242241(0x1cb)]))try{this[_0x242241(0x187)][_0x242241(0x15d)]=this['report'][_0x242241(0x15d)]||{},this[_0x242241(0x187)][_0x242241(0x15d)][_0x5f1ab8[_0x242241(0x198)]]=_0x5f1ab8,_testCasesData[_0x56361a['id']]=Object[_0x242241(0x160)]({},_0x56361a);const _0x53e0c8=_0x5f1ab8[_0x242241(0x198)],_0x591adc=_0x530a53[_0x242241(0x1d5)][_0x242241(0x1c6)][_0x53e0c8][_0x242241(0x1e0)],_0x1d591d=_0x530a53[_0x242241(0x1d5)]['testCaseMap'][_0x591adc],_0xb0d8ce=_0x1d591d['pickleId'],_0x45856=_0x530a53['eventDataCollector'][_0x242241(0x1b5)][_0xb0d8ce],_0xa01457=this['getGherkinDocument'](_0x530a53,_0x45856),_0x4c6c1c=_tests[_0x591adc];_0x4c6c1c&&(delete _tests[_0x591adc],_0x4c6c1c['finishedAt']=new Date()[_0x242241(0x1be)]()),await testObservabilityReporter[_0x242241(0x1cd)](_0x56361a,_0xa01457,_0x45856,_0x2ef705[_0x242241(0x1cb)],_0x4c6c1c);}catch(_0x2367c6){logger[_0x242241(0x19b)](_0x242241(0x191)+util[_0x242241(0x1cf)](_0x2367c6));}}async['onTestStepStarted'](_0x2825b6,_0x6fed33){const _0xec10c6=a6_0x44307c,_0x27dd7d={'prDeY':function(_0x2d9345,_0x58d59c){return _0x2d9345(_0x58d59c);},'QDuDe':_0xec10c6(0x1bc),'nlbpe':function(_0x434baf,_0x444c7f){return _0x434baf!==_0x444c7f;},'rjDxj':_0xec10c6(0x1ea)};if(_0x27dd7d[_0xec10c6(0x1c4)](shouldProcessEventForTesthub,_0x27dd7d[_0xec10c6(0x1a2)]))try{this['report'][_0xec10c6(0x1da)]=this[_0xec10c6(0x187)][_0xec10c6(0x1da)]||{},this[_0xec10c6(0x187)][_0xec10c6(0x1da)][_0x2825b6[_0xec10c6(0x198)]]=_0x2825b6;const _0x55d42f=_0x2825b6[_0xec10c6(0x198)],_0x37226c=_0x6fed33[_0xec10c6(0x1d5)][_0xec10c6(0x1c6)][_0x55d42f][_0xec10c6(0x1e0)],_0x43b3b0=this['report'][_0xec10c6(0x1fc)][_0xec10c6(0x1a9)](_0x101354=>_0x101354['id']===_0x37226c)[_0xec10c6(0x17d)],_0x3fe9fb=this['report'][_0xec10c6(0x16a)][_0xec10c6(0x1a9)](_0x563836=>_0x563836['id']===_0x43b3b0),_0x237b01=this[_0xec10c6(0x187)][_0xec10c6(0x1fc)]['find'](_0x10458a=>_0x10458a['id']===_0x37226c)[_0xec10c6(0x18e)],_0x1e919f=this[_0xec10c6(0x187)][_0xec10c6(0x1da)][_0x55d42f][_0xec10c6(0x1ea)],_0x71463a=_0x237b01[_0xec10c6(0x1a9)](_0x2c7e4d=>_0x2c7e4d['id']===_0x1e919f)['pickleStepId'],_0x36ae41=_0x3fe9fb['steps'][_0xec10c6(0x1a9)](_0x33c67a=>_0x33c67a['id']===_0x71463a);if(_0x71463a&&_tests[_0x37226c]&&_0x27dd7d['nlbpe'](_tests[_0x37226c][_0x27dd7d[_0xec10c6(0x193)]],_0x1e919f)){_tests[_0x37226c][_0x27dd7d[_0xec10c6(0x193)]]=_0x1e919f;const _0x394eb9={};_0x394eb9['steps']=[];const _0x478ef1=_tests[_0x37226c]||_0x394eb9;_0x478ef1&&!_0x478ef1['steps']&&(_0x478ef1[_0xec10c6(0x17b)]=[]),_0x478ef1[_0xec10c6(0x17b)]['push']({'id':_0x36ae41['id'],'text':_0x36ae41['text'],'started_at':new Date()[_0xec10c6(0x1be)]()}),_tests[_0x37226c]=_0x478ef1;}await testObservabilityReporter[_0xec10c6(0x1b8)](this[_0xec10c6(0x187)],_0x55d42f,_0x27dd7d[_0xec10c6(0x1a2)],_0x237b01,_0x1e919f,_tests[_0x37226c]);}catch(_0x529f72){logger[_0xec10c6(0x19b)](_0xec10c6(0x16d)+util['format'](_0x529f72));}}async['onTestStepFinished'](_0x5a61bb,_0x389f3a){const _0x18ed69=a6_0x44307c,_0x340cfc={'OypKw':function(_0x15a8f7,_0x24c98a){return _0x15a8f7===_0x24c98a;},'inhIS':_0x18ed69(0x18a),'wWdwt':function(_0x574b8c,_0x42ed4c){return _0x574b8c(_0x42ed4c);},'owytj':'HookRunFinished','snMPi':function(_0x5d2b4e,_0x58ff54){return _0x5d2b4e===_0x58ff54;},'gMKgl':_0x18ed69(0x1f7),'OaoOE':function(_0x227cbc,_0x5cab11){return _0x227cbc===_0x5cab11;},'viEed':'UnhandledError','mmqpc':_0x18ed69(0x1ea)};this['report'][_0x18ed69(0x196)]=this[_0x18ed69(0x187)][_0x18ed69(0x196)]||{},this[_0x18ed69(0x187)][_0x18ed69(0x196)][_0x5a61bb['testCaseStartedId']]=_0x5a61bb;if(_0x340cfc['wWdwt'](shouldProcessEventForTesthub,_0x340cfc[_0x18ed69(0x1c9)]))try{const _0xf9626a=_0x5a61bb['testCaseStartedId'],_0x4ecc1b=_0x389f3a[_0x18ed69(0x1d5)][_0x18ed69(0x1c6)][_0xf9626a]['testCaseId'],_0x4d13b9=_0x389f3a[_0x18ed69(0x1d5)]['testCaseMap'][_0x4ecc1b],_0x5b4fbd=_0x4d13b9[_0x18ed69(0x17d)],_0x1df9a4=_0x389f3a[_0x18ed69(0x1d5)][_0x18ed69(0x1b5)][_0x5b4fbd],_0x345970=_0x5a61bb[_0x18ed69(0x1ea)],_0x30df9c=_0x4d13b9[_0x18ed69(0x18e)],_0xdf245e=this[_0x18ed69(0x1d5)]['getTestCaseAttempt'](_0xf9626a),_0x4f8e73=_0x30df9c[_0x18ed69(0x1a9)](_0x16f86e=>_0x16f86e['id']===_0x345970)[_0x18ed69(0x17a)];let _0x2b7eae,_0x4e0e60;_0x5a61bb[_0x18ed69(0x1a1)]&&_0x340cfc['snMPi'](_0x5a61bb[_0x18ed69(0x1a1)][_0x18ed69(0x1bf)][_0x18ed69(0x1f4)]()[_0x18ed69(0x181)](),_0x340cfc['gMKgl'])&&(_0x2b7eae=_0x340cfc[_0x18ed69(0x1f9)](_0x5a61bb[_0x18ed69(0x1a1)][_0x18ed69(0x1de)],undefined)?_0x5a61bb[_0x18ed69(0x1a1)][_0x18ed69(0x158)]:_0x5a61bb[_0x18ed69(0x1a1)][_0x18ed69(0x1de)][_0x18ed69(0x158)],_0x4e0e60=_0x340cfc[_0x18ed69(0x16b)](_0x5a61bb[_0x18ed69(0x1a1)]['exception'],undefined)?_0x340cfc[_0x18ed69(0x1f6)]:_0x5a61bb['testStepResult']['message']);await testObservabilityReporter[_0x18ed69(0x1b8)](this['report'],_0xf9626a,_0x340cfc['owytj'],_0x30df9c,_0x345970,_tests[_0x4ecc1b]);if(_0x4f8e73&&_tests[_0x4ecc1b][_0x340cfc[_0x18ed69(0x1ad)]]){const _0x4f3b19=_0x1df9a4['steps']['find'](_0x5d6f0a=>_0x5d6f0a['id']===_0x4f8e73),_0x387bcb={};_0x387bcb['steps']=[];const _0x226fd7=_tests[_0x4ecc1b]||_0x387bcb;!_0x226fd7[_0x18ed69(0x17b)]?_0x226fd7[_0x18ed69(0x17b)]=[{'id':_0x4f3b19['id'],'text':_0x4f3b19['text'],'finished_at':new Date()[_0x18ed69(0x1be)](),'result':_0x5a61bb['testStepResult'][_0x18ed69(0x1bf)],'duration':_0x5a61bb['testStepResult'][_0x18ed69(0x157)]['seconds'],'failure':_0x2b7eae,'failureType':_0x4e0e60}]:_0x226fd7['steps'][_0x18ed69(0x1e4)](_0x285728=>{const _0x18a25d=_0x18ed69;if(_0x340cfc[_0x18a25d(0x1f9)](_0x285728['id'],_0x4f3b19['id'])){const _0x2c5731=_0x340cfc[_0x18a25d(0x1ed)][_0x18a25d(0x1fb)]('|');let _0x7bad63=0x0;while(!![]){switch(_0x2c5731[_0x7bad63++]){case'0':_0x285728['failureType']=_0x4e0e60;continue;case'1':_0x285728[_0x18a25d(0x1e7)]=_0x5a61bb[_0x18a25d(0x1a1)][_0x18a25d(0x1bf)];continue;case'2':_0x285728['finished_at']=new Date()['toISOString']();continue;case'3':_0x285728['failure']=_0x2b7eae;continue;case'4':_0x285728['duration']=_0x5a61bb[_0x18a25d(0x1a1)][_0x18a25d(0x157)]['seconds'];continue;}break;}}}),_tests[_0x4ecc1b]=_0x226fd7,delete _tests[_0x4ecc1b][_0x340cfc[_0x18ed69(0x1ad)]];}}catch(_0x40bff7){logger[_0x18ed69(0x19b)](_0x18ed69(0x1e6)+util['format'](_0x40bff7));}}[a6_0x44307c(0x186)](_0x532abd){const _0x42c798=a6_0x44307c,_0x1638a5={};return _0x532abd['feature'][_0x42c798(0x15c)][_0x42c798(0x1b9)](this[_0x42c798(0x183)])[_0x42c798(0x163)]()[_0x42c798(0x1e4)](_0x5c2293=>_0x5c2293[_0x42c798(0x17b)]['forEach'](_0x17635e=>_0x1638a5[_0x17635e['id']]=_0x17635e)),_0x1638a5;}[a6_0x44307c(0x183)](_0x4bf895){const _0xc22b4e=a6_0x44307c,_0x5ad818={'fXUTu':function(_0x4112fd,_0x44118d){return _0x4112fd(_0x44118d);}};if(!_0x5ad818[_0xc22b4e(0x1a5)](isUndefined,_0x4bf895[_0xc22b4e(0x1a4)]))return[_0x4bf895[_0xc22b4e(0x1a4)]];else{if(!_0x5ad818['fXUTu'](isUndefined,_0x4bf895[_0xc22b4e(0x1a0)]))return _0x4bf895['rule'][_0xc22b4e(0x15c)][_0xc22b4e(0x1b9)](_0x587e15=>!isUndefined(_0x587e15['background'])?_0x587e15['background']:_0x587e15[_0xc22b4e(0x1c1)]);};return[_0x4bf895[_0xc22b4e(0x1c1)]];}[a6_0x44307c(0x1c2)](_0x42b050,_0x128215){const _0x4198a7=a6_0x44307c;return Object[_0x4198a7(0x1c0)](_0x42b050[_0x4198a7(0x1d5)][_0x4198a7(0x1d4)])[_0x4198a7(0x1a9)](_0xc5448e=>_0xc5448e[_0x4198a7(0x174)]===_0x128215[_0x4198a7(0x174)]);}}function a6_0x3b16(){const _0x5da732=['xZFYt','sendHook','map','../../../helpers/testhub/utils.js','IPKsP','HookRunStarted','push','toISOString','status','values','scenario','getGherkinDocument','UNKNOWN','prDeY','792tsEqTF','testCaseAttemptDataMap','4IxoGqG','sourceLocation','owytj','winstonLogger','Gxhhg','testRunStarted','sendTestRunEventForCucumber','onGherkinDocument','format','huEef','onTestRunFinished','../test-observability.js','parse','gherkinDocumentMap','eventDataCollector','gherkinDocument','sgGtF','onTestCase','15256sVqXhb','testStepStarted','../../../helpers/helper','AMBIGUOUS','../../playwright/reporter/test-details.js','exception','vCnMI','testCaseId','WceUR','ftcHF','cucumber-js/test.setup.js','forEach','cwd','Exception\x20in\x20onTestStepFinished\x20event:\x20','result','includes','oixnL','testStepId','lnLtR','feature','inhIS','capability','lYXCP','hook','yzvmx','hMlwt','testRunFinished','toString','UtBeS','viEed','failed','2805YinYaQ','OypKw','lTLQL','split','testCases','CONFIG','getTestCaseAttempt','onTestCaseFinished','BdPIk','duration','message','FFJpU','logTestRunFinished','isBstackHook','children','testCaseFinished','envelope','UNDEFINED','assign','log','keyword','flat','iRpEG','4160LerAsK','EUxrM','Executing\x20tests\x20for\x20','TestRunFinished','stepDefinition','pickle','OaoOE','onPickle','Exception\x20in\x20onTestStepStarted\x20event:\x20','qrRYO','onTestStepStarted','TestRunStarted','testCase','FAILED','PENDING','uri','incrementCounter','onStepDefinition','onTestCaseStarted','onTestStepFinished','18134784xKWpnS','pickleStepId','steps','env','pickleId','16310knmTqj','logTestCaseFinished','bstack','toLowerCase','eWlSf','extractStepContainers','getTestUUID','7917192atQCMg','getGherkinStepMap','report','hooks','GMpwb','2|1|4|3|0','JviCK','description','setup','testSteps','SKIPPED','__platform','Exception\x20in\x20sending\x20onTestCaseFinished\x20event:\x20\x20','eventBroadcaster','rjDxj','1758DofuOV','util','testStepFinished','supportCodeLibrary','testCaseStartedId','name','testCaseAttempt','debug','tjBVk','ahWPL','XIVwn','onSource','rule','testStepResult','QDuDe','parseTestCaseAttempt','background','fXUTu','text','source','104041vbIAiH','find','onTestRunStarted','Exception\x20in\x20sending\x20onTestCaseStarted:\x20','324WpUlQO','mmqpc','mNzAC','snippetBuilder','GWCza','../../../helpers/test-observability/error-handler','249083OkHere','onHook','MINYB','pickleMap','testCaseStarted'];a6_0x3b16=function(){return _0x5da732;};return a6_0x3b16();}module['exports']=o11yClassErrorHandler(BrowserstackFormatter,[a6_0x44307c(0x177),a6_0x44307c(0x155),'onTestStepStarted',a6_0x44307c(0x178),a6_0x44307c(0x1aa),'onTestRunFinished',a6_0x44307c(0x183),a6_0x44307c(0x1c2),a6_0x44307c(0x186)]);
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_0x39fc(_0xe3acc1,_0x15a47e){const _0x434f38=a7_0x434f();return a7_0x39fc=function(_0x39fc20,_0x1e0cc0){_0x39fc20=_0x39fc20-0xf0;let _0x5c4fd7=_0x434f38[_0x39fc20];return _0x5c4fd7;},a7_0x39fc(_0xe3acc1,_0x15a47e);}const a7_0x115109=a7_0x39fc;(function(_0x253556,_0x6e84e2){const _0x4d15d1=a7_0x39fc,_0x475c47=_0x253556();while(!![]){try{const _0x13e4e5=parseInt(_0x4d15d1(0xfb))/0x1*(-parseInt(_0x4d15d1(0x135))/0x2)+parseInt(_0x4d15d1(0x112))/0x3*(parseInt(_0x4d15d1(0x12b))/0x4)+-parseInt(_0x4d15d1(0x132))/0x5*(-parseInt(_0x4d15d1(0x101))/0x6)+-parseInt(_0x4d15d1(0x12c))/0x7+-parseInt(_0x4d15d1(0x10b))/0x8*(-parseInt(_0x4d15d1(0x11e))/0x9)+parseInt(_0x4d15d1(0xfe))/0xa*(parseInt(_0x4d15d1(0x134))/0xb)+-parseInt(_0x4d15d1(0x116))/0xc*(parseInt(_0x4d15d1(0x110))/0xd);if(_0x13e4e5===_0x6e84e2)break;else _0x475c47['push'](_0x475c47['shift']());}catch(_0x54a8d3){_0x475c47['push'](_0x475c47['shift']());}}}(a7_0x434f,0x7cad4));const {requireModule,getPlatformName,nestedKeyValue}=require(a7_0x115109(0x13c)),{Formatter}=requireModule(a7_0x115109(0x12e)),pickleParser=requireModule(a7_0x115109(0xfc));function a7_0x434f(){const _0x36eebd=['pwqal','gherkinDocument','TuPUK','Executing\x20tests\x20for\x20','\x20\x20\x20\x20BEFORE\x20-\x20','uCItT','FAILED','93321yWKQsM','feature','UNDEFINED','env','TzZhA','test-case-finished','log','UNKNOWN','njOHU','OghnN','atITt','nkoOb','forEach','4cIjfnw','6392281KTjcPV','uri','cucumber','eventDataCollector','SrqLI','LKGkR','663885aoMLaT','getStepLineToPickledStepMap','11fEQpYl','2TmqXqn','jEQNj','parse','steps','JWCAo','__platform','pickle','../../../helpers/helper','test-step-started','hYLmZ','testCase','test-run-finished','eventBroadcaster','oLoSP','\x20\x20\x20\x20AFTER\x20-\x20','LUTCx','sPUie','sourceLocation','status','exports','stack','actionLocation','toUpperCase','iyeZw','RzQbh','FhmsF','name','PASSED','result','KGdYG','text','PENDING','undefined','QMFVB','GxJEx','158367vQcKWn','cucumber/lib/formatter/helpers/pickle_parser.js','MkPxs','7606920ZwLPDf','EsMOA','getTestCaseAttempt','30rTiuub','IGThd','\x20\x20\x20\x20','zwYsS','stepResults','\x20-\x20','test-case-started','hxYwh','yqDCA','WhYbq','712xHRqSH','bmYoF','mQrDy','length','ZnGsy','13ppSUXQ','CONFIG','1501779QZZwtv','Nwohu','kqIsQ','line','15189420NGDeTa'];a7_0x434f=function(){return _0x36eebd;};return a7_0x434f();}class BrowserstackFormatter extends Formatter{constructor(_0x5bd3e7){const _0xc5be4a=a7_0x115109,_0x269f15={'Ytqdn':function(_0x918990,_0x460945){return _0x918990!==_0x460945;},'FhmsF':function(_0x456e1d,_0x444ca8){return _0x456e1d!==_0x444ca8;},'OghnN':function(_0x3b0019,_0x19c293){return _0x3b0019(_0x19c293);},'KGdYG':'test-run-started','IrWmV':_0xc5be4a(0x107),'hYLmZ':_0xc5be4a(0x123),'QMFVB':_0xc5be4a(0x140),'LUTCx':_0xc5be4a(0x13d)};super(_0x5bd3e7),_0x5bd3e7['eventBroadcaster']['on'](_0x269f15[_0xc5be4a(0xf5)],()=>{const _0x2d5ab8=_0xc5be4a;let _0x437ab9;if(_0x269f15['Ytqdn'](process['env'][_0x2d5ab8(0x111)],undefined)){const _0x1da28a=JSON[_0x2d5ab8(0x137)](process[_0x2d5ab8(0x121)]['CONFIG']);_0x437ab9=_0x1da28a['capability'];}_0x269f15[_0x2d5ab8(0xf1)](_0x437ab9,undefined)&&(global[_0x2d5ab8(0x13a)]=_0x269f15[_0x2d5ab8(0x127)](getPlatformName,_0x437ab9),console[_0x2d5ab8(0x124)](_0x2d5ab8(0x11a)+global[_0x2d5ab8(0x13a)]));}),_0x5bd3e7[_0xc5be4a(0x141)]['on'](_0x269f15['IrWmV'],()=>{testSuites+=0x1;}),_0x5bd3e7[_0xc5be4a(0x141)]['on'](_0x269f15[_0xc5be4a(0x13e)],_0x45f9a9=>{this['logTestCaseFinished'](_0x45f9a9);}),_0x5bd3e7[_0xc5be4a(0x141)]['on'](_0x269f15[_0xc5be4a(0xf9)],()=>{totalTests-=0x2;}),_0x5bd3e7[_0xc5be4a(0x141)]['on'](_0x269f15[_0xc5be4a(0x144)],()=>{totalTests+=0x1;});}['logTestCaseFinished'](_0x3652a7){const _0x101c8e=a7_0x115109,_0x287dc9={'nkoOb':_0x101c8e(0x11d),'IGThd':_0x101c8e(0xf3),'hxYwh':'SKIPPED','DwwVL':_0x101c8e(0xf7),'ZnGsy':_0x101c8e(0x120),'yqDCA':_0x101c8e(0x125),'xwXpO':'AMBIGUOUS','jEQNj':function(_0x4eaa33,_0xc6e5d1){return _0x4eaa33+_0xc6e5d1;},'kqIsQ':_0x101c8e(0x103),'MkPxs':_0x101c8e(0x106),'fMbqx':function(_0x47d5ae,_0x300f27){return _0x47d5ae(_0x300f27);},'JWCAo':'cucumber-js/test_old.setup.js','atITt':_0x101c8e(0x143),'voakF':function(_0x5861f1,_0x10e124){return _0x5861f1+_0x10e124;},'pwqal':_0x101c8e(0x11b),'sPUie':function(_0x4bee79,_0x400f63){return _0x4bee79===_0x400f63;},'SrqLI':function(_0xa99051,_0x2db16d,_0x10f136){return _0xa99051(_0x2db16d,_0x10f136);},'oLoSP':_0x101c8e(0xf4),'TuPUK':'exception','LKGkR':_0x101c8e(0x149),'RzQbh':function(_0xc4235e,_0x139901){return _0xc4235e+_0x139901;},'uyuxa':function(_0x42b95c,_0x46d21b){return _0x42b95c!==_0x46d21b;},'Nwohu':function(_0x1c9b52,_0x2606e3){return _0x1c9b52+_0x2606e3;},'zwYsS':function(_0x180e48,_0x5f214c){return _0x180e48+_0x5f214c;},'WhYbq':_0x101c8e(0xf8),'TzZhA':function(_0x421a2a,_0x241240){return _0x421a2a+_0x241240;},'uCItT':function(_0x1d0bdd,_0x4ae60a){return _0x1d0bdd+_0x4ae60a;},'GxJEx':function(_0x1953d8,_0x1a33e3){return _0x1953d8<_0x1a33e3;},'mQrDy':function(_0x15a5ee,_0x5c5cca){return _0x15a5ee+_0x5c5cca;},'iyeZw':function(_0x10286d,_0x1fcf61){return _0x10286d(_0x1fcf61);},'njOHU':function(_0x4c7948,_0x51295a){return _0x4c7948(_0x51295a);},'bmYoF':function(_0xc4579c,_0x142c21){return _0xc4579c+_0x142c21;},'EsMOA':function(_0x5aa549,_0xa26a89){return _0x5aa549+_0xa26a89;}};let _0x338396=![];function _0x4ba8b9(_0x1a2f9a){const _0x5bda85=_0x101c8e;switch(_0x1a2f9a){case _0x287dc9[_0x5bda85(0x129)]:testsFailed+=0x1;break;case _0x287dc9[_0x5bda85(0x102)]:testsPassed+=0x1;break;case _0x287dc9[_0x5bda85(0x108)]:testsSkipped+=0x1;break;case _0x287dc9['DwwVL']:testsPending+=0x1;break;case _0x287dc9[_0x5bda85(0x10f)]:testsUndefined+=0x1;break;case _0x287dc9[_0x5bda85(0x109)]:testsUnknown+=0x1;break;case _0x287dc9['xwXpO']:testsAmbiguous+=0x1;break;default:break;}}_0x287dc9['uyuxa'](global[_0x101c8e(0x13a)],undefined)&&console[_0x101c8e(0x124)](_0x287dc9[_0x101c8e(0x113)](_0x287dc9[_0x101c8e(0x104)]('\x0a',global[_0x101c8e(0x13a)]),'\x0a'));let _0x4697cd=![];if(_0x287dc9['uyuxa'](typeof this[_0x101c8e(0x12f)]['getTestCaseData'],_0x287dc9[_0x101c8e(0x10a)])){var _0x2fbcd7=this[_0x101c8e(0x12f)]['getTestCaseData'](_0x3652a7[_0x101c8e(0x146)]),_0x3f03c0=_0x2fbcd7['pickle'],_0x2079eb=_0x2fbcd7[_0x101c8e(0x13f)];console['log'](_0x287dc9[_0x101c8e(0xf0)]('\x20\x20',_0x3f03c0['name']));var _0x1cae00=(0x0,pickleParser['getStepLineToPickledStepMap'])(_0x3f03c0);_0x2079eb['steps'][_0x101c8e(0x12a)](function(_0x5d009f){const _0x2d35eb=_0x101c8e;if(_0x5d009f[_0x2d35eb(0x14a)]&&_0x5d009f[_0x2d35eb(0x146)])_0x338396=!![],console[_0x2d35eb(0x124)](_0x287dc9[_0x2d35eb(0x136)](_0x287dc9[_0x2d35eb(0x136)](_0x287dc9[_0x2d35eb(0x136)](_0x287dc9[_0x2d35eb(0x114)],_0x1cae00[_0x5d009f[_0x2d35eb(0x146)][_0x2d35eb(0x115)]]['text']),_0x287dc9[_0x2d35eb(0xfd)]),_0x5d009f['result'][_0x2d35eb(0x147)][_0x2d35eb(0x14b)]())),_0x287dc9['fMbqx'](_0x4ba8b9,_0x5d009f['result'][_0x2d35eb(0x147)][_0x2d35eb(0x14b)]());else _0x5d009f[_0x2d35eb(0x14a)]&&(!_0x5d009f[_0x2d35eb(0x14a)][_0x2d35eb(0x12d)]['includes'](_0x287dc9['JWCAo'])&&(_0x287dc9['fMbqx'](_0x4ba8b9,_0x5d009f[_0x2d35eb(0xf4)][_0x2d35eb(0x147)][_0x2d35eb(0x14b)]()),_0x338396?console[_0x2d35eb(0x124)](_0x287dc9[_0x2d35eb(0x136)](_0x287dc9[_0x2d35eb(0x128)],_0x5d009f[_0x2d35eb(0xf4)]['status'][_0x2d35eb(0x14b)]())):console[_0x2d35eb(0x124)](_0x287dc9['voakF'](_0x287dc9[_0x2d35eb(0x117)],_0x5d009f[_0x2d35eb(0xf4)][_0x2d35eb(0x147)][_0x2d35eb(0x14b)]()))));if(_0x287dc9[_0x2d35eb(0x145)](_0x5d009f[_0x2d35eb(0xf4)]['status'][_0x2d35eb(0x14b)](),_0x287dc9[_0x2d35eb(0x129)])){const _0x5db0ac=_0x287dc9[_0x2d35eb(0x130)](nestedKeyValue,_0x5d009f,[_0x287dc9[_0x2d35eb(0x142)],_0x287dc9[_0x2d35eb(0x119)],_0x287dc9['LKGkR']]);_0x5db0ac&&(testsErrorMessage[_0x3f03c0[_0x2d35eb(0xf2)]]=_0x5db0ac,console[_0x2d35eb(0x124)](_0x287dc9[_0x2d35eb(0xf0)](_0x5db0ac,'\x0a'))),_0x4697cd=!![];}});}else{const _0x157348=this['eventDataCollector'][_0x101c8e(0x100)](_0x3652a7);console[_0x101c8e(0x124)](_0x287dc9[_0x101c8e(0x122)](_0x287dc9[_0x101c8e(0x104)](_0x287dc9[_0x101c8e(0x11c)]('\x20\x20',_0x157348[_0x101c8e(0x118)][_0x101c8e(0x11f)]['name']),_0x287dc9['MkPxs']),_0x157348[_0x101c8e(0x13b)][_0x101c8e(0xf2)]));const _0x578b99=(0x0,pickleParser[_0x101c8e(0x133)])(_0x157348['pickle']),_0x59e9a5=_0x157348[_0x101c8e(0x13f)][_0x101c8e(0x138)],_0x31e459=_0x157348[_0x101c8e(0x105)],_0x31b32d=_0x59e9a5[_0x101c8e(0x10e)];for(let _0x52fdc1=0x0;_0x287dc9[_0x101c8e(0xfa)](_0x52fdc1,_0x31b32d);_0x52fdc1++){const _0x220683=_0x59e9a5[_0x52fdc1];if(_0x220683[_0x101c8e(0x14a)]&&_0x220683[_0x101c8e(0x146)])_0x338396=!![],console[_0x101c8e(0x124)](_0x287dc9['zwYsS'](_0x287dc9[_0x101c8e(0x10d)](_0x287dc9[_0x101c8e(0x10d)](_0x287dc9['kqIsQ'],_0x578b99[_0x220683[_0x101c8e(0x146)]['line']][_0x101c8e(0xf6)]),_0x287dc9['MkPxs']),_0x31e459[_0x52fdc1][_0x101c8e(0x147)]['toUpperCase']())),_0x287dc9[_0x101c8e(0x14c)](_0x4ba8b9,_0x31e459[_0x52fdc1][_0x101c8e(0x147)][_0x101c8e(0x14b)]());else _0x220683[_0x101c8e(0x14a)]&&(!_0x220683[_0x101c8e(0x14a)][_0x101c8e(0x12d)]['includes'](_0x287dc9[_0x101c8e(0x139)])&&(_0x287dc9[_0x101c8e(0x126)](_0x4ba8b9,_0x31e459[_0x52fdc1][_0x101c8e(0x147)][_0x101c8e(0x14b)]()),_0x338396?console['log'](_0x287dc9[_0x101c8e(0x10c)](_0x287dc9['atITt'],_0x31e459[_0x52fdc1][_0x101c8e(0x147)][_0x101c8e(0x14b)]())):console[_0x101c8e(0x124)](_0x287dc9[_0x101c8e(0xff)](_0x287dc9['pwqal'],_0x31e459[_0x52fdc1]['status'][_0x101c8e(0x14b)]()))));if(_0x287dc9[_0x101c8e(0x145)](_0x31e459[_0x52fdc1][_0x101c8e(0x147)][_0x101c8e(0x14b)](),_0x287dc9[_0x101c8e(0x129)])){_0x4697cd=!![];const _0x5883ea=_0x287dc9[_0x101c8e(0x130)](nestedKeyValue,_0x31e459[_0x52fdc1],[_0x287dc9[_0x101c8e(0x119)],_0x287dc9[_0x101c8e(0x131)]]);_0x5883ea&&(testsErrorMessage[_0x287dc9[_0x101c8e(0x11c)](_0x287dc9['mQrDy'](_0x157348[_0x101c8e(0x118)]['feature'][_0x101c8e(0xf2)],_0x287dc9[_0x101c8e(0xfd)]),_0x157348[_0x101c8e(0x13b)][_0x101c8e(0xf2)])]=_0x5883ea,console['log'](_0x287dc9[_0x101c8e(0x10c)](_0x5883ea,'\x0a')));}}}_0x4697cd&&(testSuitesFailed+=0x1),console[_0x101c8e(0x124)]('\x0a');}}module[a7_0x115109(0x148)]=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_0x142257=a8_0x4893;(function(_0x1f97fa,_0x9e5798){const _0x3b2c1f=a8_0x4893,_0x2519d6=_0x1f97fa();while(!![]){try{const _0x2ab4eb=parseInt(_0x3b2c1f(0x227))/0x1+parseInt(_0x3b2c1f(0x231))/0x2*(parseInt(_0x3b2c1f(0x206))/0x3)+parseInt(_0x3b2c1f(0x1df))/0x4+-parseInt(_0x3b2c1f(0x21e))/0x5*(parseInt(_0x3b2c1f(0x25d))/0x6)+-parseInt(_0x3b2c1f(0x1e9))/0x7+-parseInt(_0x3b2c1f(0x1f6))/0x8+-parseInt(_0x3b2c1f(0x1e0))/0x9*(-parseInt(_0x3b2c1f(0x24f))/0xa);if(_0x2ab4eb===_0x9e5798)break;else _0x2519d6['push'](_0x2519d6['shift']());}catch(_0x3dc6fb){_0x2519d6['push'](_0x2519d6['shift']());}}}(a8_0x5259,0xc8203));function a8_0x4893(_0x592a3d,_0x8e3b6f){const _0x52598a=a8_0x5259();return a8_0x4893=function(_0x489392,_0x1736f0){_0x489392=_0x489392-0x1db;let _0x1b9168=_0x52598a[_0x489392];return _0x1b9168;},a8_0x4893(_0x592a3d,_0x8e3b6f);}function a8_0x5259(){const _0x285738=['tableBody','examples','phMNM','status','MjCkE','event_type','updateTestStatus','failure','606TZeoVJ','unknown','_gitConfigured','inqhP','yZTHl','TestRunFinished','_gitConfigPath','zoDsQ','timestamp','TTrDZ','HxyQR','UnhandledError','qhvJZ','uJkWz','SAagG','bSHqQ','HookRunFinished','map','BEFORE_EACH','jwRaN','YbXIh','fUAcv','testCaseStartedId','OfIKJ','1408315ZvlzPp','test','Exception\x20in\x20sendHook:\x20','getScenarioExamples','filter','tagExpression','cmbuA','exception','sendTestRunEventForCucumber','992204dOXOMN','browserstack-node-agent/src/bin/cucumber-js/test.setup.js','sendHook','fkTFu','wWXde','path','failure_type','qZicJ','tags','1|2|3|4|0','8338cyUBWk','JWgkr','testStepFinished','FsrFZ','includes','uri','relative','HookRunStarted','match','toISOString','nLIFy','sourceReference','XopwB','NrpQr','failureType','toLowerCase','GJIDi','length','Oqpgv','xJWcE','getHooksListForTest','fOuOL','yyAWP','Nmmfo','hook_run','getHookResult','getTestUUID','bzdbD','vxnOe','getCucumberHookType','990TzrLYA','../../helpers/test-observability/sessionHandler','getHookRunEventData','wYfAD','nanos','tTFam','../../helpers/logger','scenario','nikco','bIAOp','testCaseFinished','message','pending','cvBNK','30wtqXvN','format','gCBxF','result','uploadEventData','clOJF','finished_at','feature','skipped','cucumber','appendTesthubParams','xEeQJ','../../helpers/helper','value','../../helpers/test-observability/error-handler','failureData','HTmtU','test_run','../../helpers/test-observability/constants.js','children','rule','CUCUMBER','fgXut','DreHq','../../helpers/testhub/utils','forEach','aZMLZ','AssertionError','backtrace','split','find','nviqv','uLozo','javascript','join','2093184gXjZmT','262971DjbbAK','cells','AFTER_EACH','hUfRP','astNodeIds','util','name','testStepResult','push','10522302rulCAg','Qlbnu','pickleStepId','jgfzX','zVWaj','ixHmG','EqqYS','failure_data','uuid','hookId','hooks','configureGit','failed','12152824hqabGc','failure_reason','duration_in_ms','dBjyl','TGAgv','flatMap','exports','JHOGk'];a8_0x5259=function(){return _0x285738;};return a8_0x5259();}const path=require(a8_0x142257(0x22c)),stripAnsi=require('strip-ansi'),util=require(a8_0x142257(0x1e5)),hooksMap={},SessionHandler=require(a8_0x142257(0x250)),testhubUtils=require(a8_0x142257(0x275)),{getGitMetaData,isUndefined,nestedKeyValue}=require(a8_0x142257(0x269)),logger=require(a8_0x142257(0x255))['winstonLogger'],{o11yClassErrorHandler}=require(a8_0x142257(0x26b)),{FRAMEWORKS}=require(a8_0x142257(0x26f)),TestDetails=require('../playwright/reporter/test-details');this[a8_0x142257(0x208)]=![],this[a8_0x142257(0x20c)]=null;class TestObservabilityReporter{async['sendTestRunEventForCucumber'](_0x2d6fd4,_0x27017a,_0x4dae87,_0x2dfc0c,_0x200704){const _0x588958=a8_0x142257,_0x485349={'SOQuR':function(_0x6bdee8,_0x1df6cf){return _0x6bdee8===_0x1df6cf;},'phMNM':'FAILED','Qlbnu':_0x588958(0x1f5),'hUfRP':'SKIPPED','TGAgv':_0x588958(0x265),'AGNqD':function(_0x482e33,_0x271f34){return _0x482e33||_0x271f34;},'xEeQJ':function(_0x200925,_0x30d27e){return _0x200925+_0x30d27e;},'jAEeV':function(_0x555aed,_0x464c48){return _0x555aed+_0x464c48;},'qhvJZ':function(_0x1d189d,_0x5491f6){return _0x1d189d+_0x5491f6;},'HxyQR':_0x588958(0x21f),'EwbTN':_0x588958(0x1dd),'bzdbD':_0x588958(0x266),'fgXut':_0x588958(0x25b),'uJkWz':'passed','cmbuA':function(_0x2708de,_0xc903d){return _0x2708de!==_0xc903d;},'XopwB':function(_0x12d0b9,_0x1a2521){return _0x12d0b9/_0x1a2521;},'MjCkE':function(_0x2fc8db,_0x21ca05){return _0x2fc8db===_0x21ca05;},'clOJF':function(_0x2e5de0,_0x5e764d){return _0x2e5de0(_0x5e764d);},'ixHmG':_0x588958(0x207),'yZTHl':_0x588958(0x278),'zoDsQ':'UnhandledError','Oqpgv':function(_0x1fe5ff,_0x3204eb){return _0x1fe5ff===_0x3204eb;},'JHOGk':_0x588958(0x20b),'SigZj':function(_0x512bce,_0x47d831){return _0x512bce>_0x47d831;}},{feature:_0x40a78d,scenario:_0x3d6f96,steps:_0x458e20,uuid:_0x2dda0f,startedAt:_0x40b822,finishedAt:_0x4b45af}=_0x485349['AGNqD'](_0x200704,{}),_0x5d35b1=this[_0x588958(0x221)](_0x27017a,_0x4dae87);await this[_0x588958(0x1f4)]();const _0x3c4934=_0x5d35b1?_0x485349[_0x588958(0x268)](_0x485349['jAEeV'](_0x485349[_0x588958(0x212)](_0x4dae87[_0x588958(0x1e6)],'\x20('),_0x5d35b1[_0x588958(0x1de)](',\x20')),')'):_0x4dae87['name'],_0x593291={'uuid':_0x2dda0f,'started_at':_0x40b822,'finished_at':_0x4b45af,'type':_0x485349[_0x588958(0x210)],'body':{'lang':_0x485349['EwbTN'],'code':null},'name':_0x3c4934,'scopes':[_0x40a78d&&_0x40a78d[_0x588958(0x1e6)]?_0x40a78d[_0x588958(0x1e6)]:''],'tags':_0x4dae87[_0x588958(0x22f)]?_0x4dae87[_0x588958(0x22f)][_0x588958(0x217)](({name:_0x36957e})=>_0x36957e):[],'file_name':_0x4dae87[_0x588958(0x236)],'location':_0x4dae87[_0x588958(0x236)],'vc_filepath':this[_0x588958(0x20c)]&&_0x4dae87[_0x588958(0x236)]?path[_0x588958(0x237)](this[_0x588958(0x20c)],_0x4dae87[_0x588958(0x236)]):null,'framework':_0x485349[_0x588958(0x24c)],'result':_0x485349[_0x588958(0x273)],'meta':{'feature':_0x40a78d,'scenario':_0x3d6f96,'steps':_0x458e20,'examples':_0x5d35b1},'customRerunParam':{'rerun_name':_0x3c4934}};if(_0x2d6fd4['testCaseFinished']&&_0x458e20){const _0x1b3fa5=_0x2d6fd4[_0x588958(0x259)];let _0x39441c=_0x485349[_0x588958(0x213)];_0x458e20['every'](_0x4849fc=>{const _0x196aa4=_0x588958;if(_0x485349['SOQuR'](_0x4849fc['result'],_0x485349[_0x196aa4(0x200)]))return _0x39441c=_0x485349[_0x196aa4(0x1ea)],_0x1b3fa5[_0x196aa4(0x205)]=_0x4849fc[_0x196aa4(0x205)],_0x1b3fa5['failureType']=_0x4849fc[_0x196aa4(0x23f)],![];else{if(_0x485349['SOQuR'](_0x4849fc[_0x196aa4(0x260)],_0x485349[_0x196aa4(0x1e3)]))return _0x39441c=_0x485349[_0x196aa4(0x1fa)],![];}return!![];}),_0x593291[_0x588958(0x263)]=new Date()[_0x588958(0x23a)](),_0x593291[_0x588958(0x260)]=_0x39441c,_0x1b3fa5['timestamp']&&_0x485349[_0x588958(0x224)](_0x1b3fa5[_0x588958(0x20e)][_0x588958(0x253)],undefined)?_0x593291[_0x588958(0x1f8)]=_0x485349[_0x588958(0x23d)](_0x1b3fa5[_0x588958(0x20e)]['nanos'],0xf4240):_0x593291[_0x588958(0x1f8)]=undefined,_0x485349[_0x588958(0x202)](_0x39441c,_0x485349[_0x588958(0x1ea)])&&(_0x593291['failure']=[{'backtrace':[_0x1b3fa5[_0x588958(0x205)]?_0x485349[_0x588958(0x262)](stripAnsi,_0x1b3fa5[_0x588958(0x205)]):_0x485349[_0x588958(0x1ee)]]}],_0x593291[_0x588958(0x1f7)]=_0x1b3fa5[_0x588958(0x205)]?_0x485349[_0x588958(0x262)](stripAnsi,_0x1b3fa5[_0x588958(0x205)]):_0x1b3fa5[_0x588958(0x25a)],_0x1b3fa5['failureType']&&(_0x593291[_0x588958(0x22d)]=_0x1b3fa5[_0x588958(0x23f)][_0x588958(0x239)](/AssertError/)?_0x485349[_0x588958(0x20a)]:_0x485349[_0x588958(0x20d)]));}if(_0x485349[_0x588958(0x243)](_0x2dfc0c,_0x485349[_0x588958(0x1fd)])){const _0x4fdc21=this['getHooksListForTest'](_0x2d6fd4[_0x588958(0x259)][_0x588958(0x21c)]);_0x4fdc21&&_0x485349['SigZj'](_0x4fdc21[_0x588958(0x242)],0x0)&&(_0x593291[_0x588958(0x1f3)]=_0x4fdc21,this['updateTestStatus'](_0x2d6fd4[_0x588958(0x259)][_0x588958(0x21c)],_0x593291));}testhubUtils[_0x588958(0x267)](_0x593291,_0x2dfc0c,'',FRAMEWORKS[_0x588958(0x272)]);const _0x53244a={};_0x53244a[_0x588958(0x203)]=_0x2dfc0c,_0x53244a[_0x588958(0x26e)]=_0x593291;const _0x2c8747=_0x53244a;await SessionHandler[_0x588958(0x261)](_0x2c8747);}[a8_0x142257(0x204)](_0x5d488e,_0x3775c8){const _0xdbf99b=a8_0x142257,_0x574c3d={};_0x574c3d[_0xdbf99b(0x232)]=function(_0x4deb33,_0x8ed94c){return _0x4deb33 instanceof _0x8ed94c;},_0x574c3d[_0xdbf99b(0x254)]=function(_0x1293e0,_0x35bd92){return _0x1293e0===_0x35bd92;},_0x574c3d[_0xdbf99b(0x246)]=_0xdbf99b(0x1f5),_0x574c3d[_0xdbf99b(0x23e)]=_0xdbf99b(0x230),_0x574c3d[_0xdbf99b(0x219)]=function(_0xd54257,_0x4b293a){return _0xd54257 instanceof _0x4b293a;};const _0x30118c=_0x574c3d,_0x5ae853=hooksMap[_0x5d488e];if(_0x30118c['JWgkr'](_0x5ae853,Array))for(const _0x18eee7 of _0x5ae853){if(_0x30118c['tTFam'](_0x18eee7[_0xdbf99b(0x260)],_0x30118c[_0xdbf99b(0x246)])){const _0x260f09=_0x30118c[_0xdbf99b(0x23e)][_0xdbf99b(0x27a)]('|');let _0x696002=0x0;while(!![]){switch(_0x260f09[_0x696002++]){case'0':return _0x3775c8;case'1':_0x3775c8[_0xdbf99b(0x260)]=_0x18eee7[_0xdbf99b(0x260)];continue;case'2':_0x3775c8[_0xdbf99b(0x205)]=_0x18eee7[_0xdbf99b(0x1f0)];continue;case'3':_0x3775c8[_0xdbf99b(0x1f7)]=_0x30118c[_0xdbf99b(0x219)](_0x18eee7[_0xdbf99b(0x1f0)],Array)?_0x18eee7[_0xdbf99b(0x1f0)][0x0][_0xdbf99b(0x279)][_0xdbf99b(0x1de)]('\x0a'):'';continue;case'4':_0x3775c8[_0xdbf99b(0x22d)]=_0x18eee7['failure_type'];continue;}break;}}};}[a8_0x142257(0x245)](_0xfb4e60){const _0x4f6269=a8_0x142257;if(hooksMap[_0xfb4e60])return hooksMap[_0xfb4e60][_0x4f6269(0x217)](_0x528a4e=>_0x528a4e[_0x4f6269(0x1f1)]);return[];}[a8_0x142257(0x251)](_0x2d8bb0,_0x487067,_0x52cc88,_0x692861,_0x344be6,_0x295b5a){const _0x4d7392=a8_0x142257,_0x5a9670={'DreHq':function(_0x53d661,_0x362767){return _0x53d661===_0x362767;},'YbXIh':_0x4d7392(0x216),'ADyDP':function(_0x49ce55,_0x57effc,_0x117e50){return _0x49ce55(_0x57effc,_0x117e50);},'inqhP':_0x4d7392(0x23c),'Nmmfo':_0x4d7392(0x236),'vxnOe':_0x4d7392(0x25b),'bIAOp':'hook','cvBNK':'javascript','SAagG':function(_0x46e29a,_0x134414,_0x492969){return _0x46e29a(_0x134414,_0x492969);},'fUAcv':_0x4d7392(0x264),'wYfAD':_0x4d7392(0x1e6),'FsrFZ':function(_0x591500,_0x172b0a,_0x3396d1){return _0x591500(_0x172b0a,_0x3396d1);},'nviqv':_0x4d7392(0x266)};try{if(_0x5a9670[_0x4d7392(0x274)](_0x52cc88,_0x5a9670[_0x4d7392(0x21a)])){const _0x3945b6=new Date()['toISOString'](),_0x55eb90=hooksMap[_0x487067];if(!_0x55eb90)return;const _0x56176d=_0x55eb90[_0x4d7392(0x27b)](_0x1ea214=>_0x1ea214['uuid']===_0x692861['id']);if(!_0x56176d)return;const _0x3333c4=this[_0x4d7392(0x24a)](_0x2d8bb0,_0x487067);_0x56176d['result']=_0x3333c4[_0x4d7392(0x201)],_0x56176d[_0x4d7392(0x263)]=_0x3945b6,_0x56176d['failure_type']=_0x3333c4[_0x4d7392(0x23f)];const _0x59dc9f={};return _0x59dc9f['backtrace']=_0x3333c4[_0x4d7392(0x26c)],_0x56176d['failure_data']=[_0x59dc9f],_0x56176d;}const _0x553000=TestDetails[_0x4d7392(0x24b)](_0x487067),_0x181980=_0x2d8bb0[_0x4d7392(0x1f3)][_0x4d7392(0x27b)](_0x2b51ec=>_0x2b51ec['id']===_0x692861[_0x4d7392(0x1f2)]),_0x4cc3a5=_0x5a9670['ADyDP'](nestedKeyValue,_0x181980,[_0x5a9670[_0x4d7392(0x209)],_0x5a9670[_0x4d7392(0x248)]]),_0x2cb23c=new Date()[_0x4d7392(0x23a)](),_0x356977=_0x5a9670[_0x4d7392(0x24d)],_0x576ecb=_0x181980[_0x4d7392(0x223)]?_0x181980[_0x4d7392(0x223)][_0x4d7392(0x27a)]('\x20')[_0x4d7392(0x222)](_0x4f7787=>_0x4f7787[_0x4d7392(0x235)]('@')):[],_0x486a48={'uuid':_0x692861['id'],'type':_0x5a9670[_0x4d7392(0x258)],'hook_type':_0x295b5a,'name':_0x181980['name'],'body':{'lang':_0x5a9670[_0x4d7392(0x25c)],'code':null},'tags':_0x576ecb,'test_run_id':_0x553000,'scope':_0x5a9670[_0x4d7392(0x214)](nestedKeyValue,_0x344be6,[_0x5a9670[_0x4d7392(0x21b)],_0x5a9670['wYfAD']]),'scopes':[_0x5a9670[_0x4d7392(0x234)](nestedKeyValue,_0x344be6,[_0x5a9670[_0x4d7392(0x21b)],_0x5a9670[_0x4d7392(0x252)]])||''],'file_name':_0x4cc3a5,'location':_0x4cc3a5,'vc_filepath':this[_0x4d7392(0x20c)]?path['relative'](this['_gitConfigPath'],_0x4cc3a5):null,'result':_0x356977,'started_at':_0x2cb23c,'framework':_0x5a9670[_0x4d7392(0x1db)]};return _0x486a48;}catch(_0x3db887){logger['debug']('Exception\x20in\x20getHookRunEventData:\x20'+util[_0x4d7392(0x25e)](_0x3db887)+'\x20');}}async[a8_0x142257(0x229)](_0x239740,_0x1e0db5,_0xe920bd,_0x35a952,_0x4cd2c2,_0x49090f){const _0x5d4c43=a8_0x142257,_0xa439c5={'fkTFu':function(_0x2d4421,_0x1b1e1d){return _0x2d4421===_0x1b1e1d;},'aZMLZ':_0x5d4c43(0x238),'dBjyl':function(_0x943428,_0x13efbb,_0xb8bcd4){return _0x943428(_0x13efbb,_0xb8bcd4);},'TTrDZ':_0x5d4c43(0x23c),'xJWcE':'uri','nLIFy':_0x5d4c43(0x228)};try{const _0x363794=_0x35a952[_0x5d4c43(0x27b)](_0x59fc58=>_0x59fc58['id']===_0x4cd2c2);if(!_0x363794[_0x5d4c43(0x1f2)])return;const _0x4839f7=this[_0x5d4c43(0x24e)](_0x35a952,_0x363794),_0x42f4b0=this[_0x5d4c43(0x251)](_0x239740,_0x1e0db5,_0xe920bd,_0x363794,_0x49090f,_0x4839f7);if(!_0x42f4b0)return;_0xa439c5[_0x5d4c43(0x22a)](_0xe920bd,_0xa439c5[_0x5d4c43(0x277)])&&(hooksMap[_0x1e0db5]?hooksMap[_0x1e0db5][_0x5d4c43(0x1e8)](_0x42f4b0):hooksMap[_0x1e0db5]=[_0x42f4b0]);const _0x59e7d4=_0x239740['hooks'][_0x5d4c43(0x27b)](_0xbe831=>_0xbe831['id']===_0x363794[_0x5d4c43(0x1f2)]),_0x3078cd=_0xa439c5[_0x5d4c43(0x1f9)](nestedKeyValue,_0x59e7d4,[_0xa439c5[_0x5d4c43(0x20f)],_0xa439c5[_0x5d4c43(0x244)]]);if(!_0x3078cd)return;else{if(_0x3078cd[_0x5d4c43(0x235)](_0xa439c5[_0x5d4c43(0x23b)]))return;}const _0x4ddd10={};_0x4ddd10[_0x5d4c43(0x203)]=_0xe920bd,_0x4ddd10[_0x5d4c43(0x249)]=_0x42f4b0;const _0x2c4ee0=_0x4ddd10;await SessionHandler[_0x5d4c43(0x261)](_0x2c4ee0);}catch(_0x157be8){logger['debug'](_0x5d4c43(0x220)+util['format'](_0x157be8)+'\x20');}}[a8_0x142257(0x24a)](_0x4dbb28,_0x240700){const _0x29e117=a8_0x142257,_0x23808f={};_0x23808f[_0x29e117(0x257)]=function(_0x18278d,_0x553a3a){return _0x18278d===_0x553a3a;},_0x23808f[_0x29e117(0x215)]=_0x29e117(0x1f5),_0x23808f[_0x29e117(0x1ed)]=function(_0x440aab,_0x453bf6){return _0x440aab===_0x453bf6;},_0x23808f[_0x29e117(0x26d)]=_0x29e117(0x211),_0x23808f[_0x29e117(0x1dc)]=_0x29e117(0x278),_0x23808f[_0x29e117(0x241)]=function(_0x4ec9e5,_0x47d252){return _0x4ec9e5||_0x47d252;};const _0x2e9d78=_0x23808f,_0x5cfd4f=_0x4dbb28[_0x29e117(0x233)][_0x240700][_0x29e117(0x1e7)];let _0x51a681,_0xa8fb16;return _0x5cfd4f&&_0x2e9d78[_0x29e117(0x257)](_0x5cfd4f[_0x29e117(0x201)]['toString']()[_0x29e117(0x240)](),_0x2e9d78[_0x29e117(0x215)])&&(_0x51a681=_0x2e9d78[_0x29e117(0x257)](_0x5cfd4f[_0x29e117(0x225)],undefined)?_0x5cfd4f[_0x29e117(0x25a)]:_0x5cfd4f[_0x29e117(0x225)][_0x29e117(0x25a)],_0xa8fb16=_0x2e9d78[_0x29e117(0x1ed)](_0x5cfd4f['exception'],undefined)?_0x2e9d78[_0x29e117(0x26d)]:_0x5cfd4f['message'][_0x29e117(0x239)](/Assert/)?_0x2e9d78[_0x29e117(0x1dc)]:_0x2e9d78[_0x29e117(0x26d)]),{'status':_0x5cfd4f[_0x29e117(0x201)][_0x29e117(0x240)](),'failureType':_0x2e9d78[_0x29e117(0x241)](_0xa8fb16,null),'failureData':!_0x51a681?null:[_0x51a681]};}[a8_0x142257(0x24e)](_0x139ea5,_0x244028){const _0x3344ff=a8_0x142257,_0x178178={};_0x178178[_0x3344ff(0x1ec)]=function(_0x1ce406,_0x113799){return _0x1ce406===_0x113799;},_0x178178['wWXde']=_0x3344ff(0x1e2),_0x178178[_0x3344ff(0x21d)]=_0x3344ff(0x218);const _0x6a3e78=_0x178178;let _0x401fe3=![];for(const _0x54e4a2 of _0x139ea5){_0x54e4a2[_0x3344ff(0x1eb)]&&(_0x401fe3=!![]);if(_0x6a3e78[_0x3344ff(0x1ec)](_0x244028['id'],_0x54e4a2['id']))return _0x401fe3?_0x6a3e78[_0x3344ff(0x22b)]:_0x6a3e78['OfIKJ'];}}['getScenarioExamples']=(_0x306fc7,_0x17f5c8)=>{const _0x4e17c8=a8_0x142257,_0x5da446={};_0x5da446[_0x4e17c8(0x22e)]=function(_0x482fac,_0x336cf3){return _0x482fac===_0x336cf3;},_0x5da446[_0x4e17c8(0x247)]=function(_0x5804f5,_0x1981a8){return _0x5804f5===_0x1981a8;},_0x5da446[_0x4e17c8(0x25f)]=function(_0x4909df,_0x54a138){return _0x4909df>_0x54a138;};const _0x341cc8=_0x5da446;if(!(_0x17f5c8['astNodeIds']&&_0x341cc8['gCBxF'](_0x17f5c8[_0x4e17c8(0x1e4)]['length'],0x1)))return;const _0x3f69b6=_0x17f5c8[_0x4e17c8(0x1e4)][0x0],_0x57256b=_0x17f5c8['astNodeIds'][0x1],_0xec71ca=_0x306fc7[_0x4e17c8(0x264)]&&_0x306fc7['feature']['children']?_0x306fc7[_0x4e17c8(0x264)][_0x4e17c8(0x270)]:undefined;let _0x16cc67=[];_0xec71ca&&_0xec71ca[_0x4e17c8(0x276)](_0x43d221=>{const _0x3a3a42=_0x4e17c8;if(_0x43d221[_0x3a3a42(0x271)])_0x43d221['rule'][_0x3a3a42(0x270)][_0x3a3a42(0x276)](_0x100759=>{const _0x5e2b13=_0x3a3a42;if(_0x100759[_0x5e2b13(0x256)]&&_0x341cc8['qZicJ'](_0x100759['scenario']['id'],_0x3f69b6)&&_0x100759[_0x5e2b13(0x256)]['examples']){const _0x2020e8=_0x100759[_0x5e2b13(0x256)]['examples'][_0x5e2b13(0x1fb)](_0x4937c4=>_0x4937c4[_0x5e2b13(0x1fe)])[_0x5e2b13(0x27b)](_0xdb3a27=>_0xdb3a27['id']===_0x57256b);let _0x598efd;_0x2020e8&&_0x2020e8[_0x5e2b13(0x1e1)]?_0x598efd=_0x2020e8[_0x5e2b13(0x1e1)][_0x5e2b13(0x217)](_0x36dd58=>_0x36dd58[_0x5e2b13(0x26a)]):_0x598efd=[],_0x598efd&&(_0x16cc67=_0x598efd);}});else{if(_0x43d221[_0x3a3a42(0x256)]&&_0x341cc8['yyAWP'](_0x43d221[_0x3a3a42(0x256)]['id'],_0x3f69b6)&&_0x43d221[_0x3a3a42(0x256)]['examples']){const _0x503ca3=_0x43d221[_0x3a3a42(0x256)][_0x3a3a42(0x1ff)][_0x3a3a42(0x1fb)](_0x169dc2=>_0x169dc2[_0x3a3a42(0x1fe)])[_0x3a3a42(0x27b)](_0x5941da=>_0x5941da['id']===_0x57256b);let _0x3e4953;_0x503ca3&&_0x503ca3[_0x3a3a42(0x1e1)]?_0x3e4953=_0x503ca3[_0x3a3a42(0x1e1)][_0x3a3a42(0x217)](_0xdd435c=>_0xdd435c[_0x3a3a42(0x26a)]):_0x3e4953=[],_0x3e4953&&(_0x16cc67=_0x3e4953);}}});if(_0x16cc67[_0x4e17c8(0x242)])return _0x16cc67;return;};async[a8_0x142257(0x1f4)](){const _0x68a255=a8_0x142257,_0xcdc64f={'EqqYS':function(_0x334d6f){return _0x334d6f();}};if(this[_0x68a255(0x208)])return this[_0x68a255(0x20c)];const _0x160b2e=await _0xcdc64f[_0x68a255(0x1ef)](getGitMetaData);_0x160b2e&&(this['_gitConfigPath']=_0x160b2e['root']),this[_0x68a255(0x208)]=!![];}}module[a8_0x142257(0x1fc)]=o11yClassErrorHandler(TestObservabilityReporter,[a8_0x142257(0x1f4),'getScenarioExamples',a8_0x142257(0x24e),a8_0x142257(0x24a),a8_0x142257(0x229),a8_0x142257(0x251),a8_0x142257(0x226)]);
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_0x13c760=a9_0x25b3;(function(_0x2aeead,_0x1aba0e){const _0xc5fb4a=a9_0x25b3,_0x20ca31=_0x2aeead();while(!![]){try{const _0x329491=-parseInt(_0xc5fb4a(0x1d6))/0x1*(parseInt(_0xc5fb4a(0x207))/0x2)+-parseInt(_0xc5fb4a(0x1a7))/0x3*(parseInt(_0xc5fb4a(0x20b))/0x4)+parseInt(_0xc5fb4a(0x1d8))/0x5+-parseInt(_0xc5fb4a(0x181))/0x6+-parseInt(_0xc5fb4a(0x1de))/0x7+parseInt(_0xc5fb4a(0x197))/0x8*(-parseInt(_0xc5fb4a(0x1a0))/0x9)+parseInt(_0xc5fb4a(0x1c4))/0xa;if(_0x329491===_0x1aba0e)break;else _0x20ca31['push'](_0x20ca31['shift']());}catch(_0x3588fe){_0x20ca31['push'](_0x20ca31['shift']());}}}(a9_0x1a37,0x586eb));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require('../../helpers/helper'),setKeepAlive=require(a9_0x13c760(0x193)),util=require('util'),PerformanceTester=require(a9_0x13c760(0x1d9)),{commandRepository}=require(a9_0x13c760(0x19b)),cucumberModule=requireModule('@cucumber/cucumber/lib/index.js'),logger=require(a9_0x13c760(0x17e))['winstonLogger'],{shouldProcessEventForTesthub}=require(a9_0x13c760(0x1fa)),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require(a9_0x13c760(0x1fe)),TestDetails=require(a9_0x13c760(0x1ec)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),{o11yErrorHandler}=require(a9_0x13c760(0x208)),MyReporter=require(a9_0x13c760(0x172)),SessionHandler=require(a9_0x13c760(0x1d4)),scripts=require(a9_0x13c760(0x177)),globals=require(a9_0x13c760(0x1ab)),testHubConstants=require('../../helpers/testhub/constants.js'),{shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),{isUndefined}=require(a9_0x13c760(0x1e0)),a9_0x4c7588={};a9_0x4c7588[a9_0x13c760(0x1af)]=undefined,a9_0x4c7588[a9_0x13c760(0x1c3)]={},a9_0x4c7588[a9_0x13c760(0x1a8)]=![],a9_0x4c7588[a9_0x13c760(0x1c3)]['id']=undefined,a9_0x4c7588[a9_0x13c760(0x1c3)][a9_0x13c760(0x1aa)]=undefined;const workerDetails=a9_0x4c7588;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x78af6c){const _0x2b69a2=a9_0x13c760,_0x260e6e=workerDetails['currentTest'][_0x2b69a2(0x1aa)];if(!_0x260e6e)return;await MyReporter['addTestUIDAndReportLog'](_0x260e6e,_0x78af6c);}),registerListeners=()=>{const _0x47aa4f=a9_0x13c760,_0x24eeff={};_0x24eeff[_0x47aa4f(0x189)]=_0x47aa4f(0x18f);const _0xc300b8=_0x24eeff;logger['debug'](_0xc300b8[_0x47aa4f(0x189)]),process[_0x47aa4f(0x182)]('bs:addLog:'+process[_0x47aa4f(0x200)]),process['on'](_0x47aa4f(0x1e2)+process['pid'],sendTestLog),PerformanceTester[_0x47aa4f(0x216)]();};modifyCommand(),setKeepAlive();const Before=cucumberModule[a9_0x13c760(0x1b5)],After=cucumberModule[a9_0x13c760(0x1dd)],AfterAll=cucumberModule[a9_0x13c760(0x1ee)],BeforeAll=cucumberModule[a9_0x13c760(0x1ce)],AfterStep=cucumberModule[a9_0x13c760(0x1c8)],configuration=process[a9_0x13c760(0x1d7)][a9_0x13c760(0x184)],bstackConfig=process[a9_0x13c760(0x1d7)]['BSTACK_CONFIG'];if(configuration!==undefined){const config=JSON[a9_0x13c760(0x19c)](configuration);isBrowserstackInfra()?(global[a9_0x13c760(0x188)]=isTrue(config[a9_0x13c760(0x191)]),global[a9_0x13c760(0x20c)]=isTrue(config['skipSessionStatus'])):(global[a9_0x13c760(0x188)]=!![],global[a9_0x13c760(0x20c)]=!![]),shouldProcessEventForTesthub()?require(a9_0x13c760(0x1c0))[a9_0x13c760(0x1b3)](config,null,!![]):require(a9_0x13c760(0x1c0))[a9_0x13c760(0x1b3)](config),global['__platformCaps']=config[a9_0x13c760(0x1a1)]||{};}if(bstackConfig!==undefined){const browserStackConfig=JSON[a9_0x13c760(0x19c)](bstackConfig);browserStackConfig&&(commandRepository[a9_0x13c760(0x185)](browserStackConfig),commandRepository['setFramework'](a9_0x13c760(0x1f1)));}global[a9_0x13c760(0x1f7)]=0x0;const __setDefaultTimeout=cucumberModule[a9_0x13c760(0x1ae)];cucumberModule['setDefaultTimeout']=_0x5727bb=>{const _0x2017a6={'DqNBg':function(_0x5a6202,_0x32371b){return _0x5a6202(_0x32371b);}};global['__timeout']=_0x5727bb,_0x2017a6['DqNBg'](__setDefaultTimeout,_0x5727bb);};const a9_0xc674ab={};a9_0xc674ab['name']=a9_0x13c760(0x18a),BeforeAll(a9_0xc674ab,function(){const _0x302e88=a9_0x13c760,_0x3699b7={'JZYZi':function(_0x12801c,_0x38bec8,_0xce1484,_0x28f371){return _0x12801c(_0x38bec8,_0xce1484,_0x28f371);},'aGcKV':_0x302e88(0x187),'pehmo':_0x302e88(0x1a2),'HqDhe':function(_0x4831de,_0x3066cb,_0x5ccca7){return _0x4831de(_0x3066cb,_0x5ccca7);},'lqLDB':_0x302e88(0x1f0),'HUWjc':_0x302e88(0x1cf),'SFyjw':function(_0xa6cf09){return _0xa6cf09();},'jnfqV':function(_0x10d12f){return _0x10d12f();},'AVsqF':function(_0x4a81d1,_0x399bd4){return _0x4a81d1(_0x399bd4);}};PerformanceTester[_0x302e88(0x216)](),logger[_0x302e88(0x1a9)](_0x3699b7['HUWjc']),global[_0x302e88(0x19a)]=[],global[_0x302e88(0x1f4)]=![],_0x3699b7[_0x302e88(0x1cb)](shouldProcessEventForTesthub)&&(_0x3699b7['jnfqV'](registerListeners),_0x3699b7[_0x302e88(0x1e9)](addRequestSpy,![])),global[_0x302e88(0x215)]=async()=>{const _0x52be75=_0x302e88;let _0x1aed20=![];try{await global['__drivers'][0x0]['session_'],_0x1aed20=!![],global[_0x52be75(0x1f4)]?await _0x3699b7['JZYZi'](markSessionStatus,global[_0x52be75(0x212)][0x0],_0x3699b7[_0x52be75(0x179)],global[_0x52be75(0x19a)][_0x52be75(0x1dc)](_0x3699b7[_0x52be75(0x173)])):await _0x3699b7['HqDhe'](markSessionStatus,global['__drivers'][0x0],_0x3699b7[_0x52be75(0x1c9)]);}catch(_0x5ce8f9){logger[_0x52be75(0x1a9)](_0x52be75(0x1e1)+_0x5ce8f9);}global[_0x52be75(0x19a)]=[],global[_0x52be75(0x1f4)]=![];if(_0x1aed20)try{await global[_0x52be75(0x212)][0x0][_0x52be75(0x1ad)]();}catch(_0x4d1617){logger['debug']('Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20'+_0x4d1617);}};});const a9_0x4a440c={};function a9_0x25b3(_0x2296d9,_0x1d3c80){const _0x1a37b4=a9_0x1a37();return a9_0x25b3=function(_0x25b3a4,_0x493aea){_0x25b3a4=_0x25b3a4-0x172;let _0x1616da=_0x1a37b4[_0x25b3a4];return _0x1616da;},a9_0x25b3(_0x2296d9,_0x1d3c80);}a9_0x4a440c[a9_0x13c760(0x1fd)]='bstack',a9_0x4a440c['timeout']=0x2710,Before(a9_0x4a440c,function(_0x11993a,_0x31ce01){const _0x2515f1=a9_0x13c760,_0x12f98f={'bteRr':function(_0x578ba7,_0x34b0b3){return _0x578ba7>_0x34b0b3;},'xEfWP':function(_0x57f515,_0x1a202c){return _0x57f515(_0x1a202c);},'Wknkb':function(_0x3039c2,_0x190634,_0x790d48,_0x4a190a){return _0x3039c2(_0x190634,_0x790d48,_0x4a190a);},'yJVGD':'bstackA11yShouldScan','NzntF':function(_0x510e6c){return _0x510e6c();},'pAVvt':_0x2515f1(0x18d)};commandRepository['setTestNameForHealingContext'](_0x11993a['pickle'][_0x2515f1(0x1fd)]),logger[_0x2515f1(0x1a9)](_0x12f98f[_0x2515f1(0x1be)]),new Promise(async _0x4465f1=>{const _0x321ece=_0x2515f1;try{_0x12f98f[_0x321ece(0x1d2)](global[_0x321ece(0x212)][_0x321ece(0x194)],0x1)&&(await global[_0x321ece(0x215)](),global[_0x321ece(0x212)]['shift']()),global[_0x321ece(0x212)][0x0][_0x321ece(0x176)]&&_0x12f98f[_0x321ece(0x1d2)](global['__drivers'][0x0][_0x321ece(0x176)],0x0)&&await global['driverCleanup']();}catch(_0x1185e2){}workerDetails[_0x321ece(0x1c3)]['testInfo']=_0x11993a[_0x321ece(0x1f2)];try{if(!_0x12f98f[_0x321ece(0x1a5)](isUndefined,_0x11993a[_0x321ece(0x19f)]['tags'])){const _0x315979=_0x12f98f[_0x321ece(0x1e8)](shouldScanTestForAccessibility,null,![],_0x11993a[_0x321ece(0x19f)][_0x321ece(0x1f5)][_0x321ece(0x18e)](({name:_0x31136b})=>_0x31136b));globals[_0x321ece(0x18c)](_0x12f98f['yJVGD'],_0x315979);}}catch(_0x4f11a2){logger[_0x321ece(0x1a9)](_0x321ece(0x213)+util[_0x321ece(0x186)](_0x4f11a2));}_0x12f98f[_0x321ece(0x1df)](_0x4465f1);})[_0x2515f1(0x1bf)](_0x31ce01);});function a9_0x1a37(){const _0x4f51d3=['isAccessibilityPlatform','Inside\x20browserstack\x20AfterAll','../../helpers/logger','pickleStep','MBPwp','1965798IvWOlL','removeAllListeners','2|4|3|0|1','CONFIG','setConfig','format','failed','__skipSessionName','EDxHz','bstack','toString','setGlobal','Inside\x20browserstack\x20Before','map','Inside\x20browserstack\x20registerListeners','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','skipSessionName','iZxyH','../../helpers/setKeepAlive','length','stringify','saveTestResults','1184BewSpg','rcmda','dfEDe','__error_messages__','../../helpers/ai-sdk/autoHealHelper','parse','CyxVl','bVbSH','pickle','11889gvXzDv','platformCaps','\x20|\x20','message','Error:\x20at\x20After:\x20','xEfWP','thTestRunUuid','102mamlNl','o11ySyncDone','debug','testInfo','../../helpers/globals','DJSPZ','initQuit','setDefaultTimeout','workerInfo','timeout','OHJjk','browserstackSessionName','browserstackAgentV2','DVSuD','Before','IWzcA','TVavM','Inside\x20browserstack\x20After','CBTSessionCreated','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','integrations','getInstance','pGpRZ','pAVvt','finally','../../index','executeScript','AcBjn','currentTest','17034850MClTXN','error','cggpG','uuid','AfterStep','lqLDB','ENV_VAR','SFyjw','Vvese','qlofS','BeforeAll','Inside\x20browserstack\x20BeforeAll','kcUhF','shift','bteRr','uploadEventData','../../helpers/test-observability/sessionHandler','info','2eSshDs','env','863755KBqQjD','../../helpers/performance-tester','Error:\x20sendPlatformDetails\x20at\x20After:\x20','SCCfg','join','After','2794974GlbJnV','NzntF','lodash','Error:\x20cleaning\x20up\x20driver:\x20','bs:addLog:',',\x22level\x22:\x20\x22','test_run','Performing\x20scan\x20before\x20saving\x20results','getTestUUID','CGPWo','Wknkb','AVsqF','KVUSk','executeAsyncScript','../playwright/reporter/test-details.js','bstackA11yShouldScan','AfterAll','GTAaC','passed','cucumber-js','testCaseStartedId','stopMonitoring','__sessionFailed','tags','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','__timeout','status','BROWSERSTACK_TESTHUB_JWT','../../helpers/testhub/utils','\x22}}','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','name','../../helpers/test-observability/utils','geGKS','pid','HnDrL','ILmud','thJwtToken','toLowerCase','FyeYB','tKLKv','352472DznxoA','../../helpers/test-observability/error-handler','KJUEs','IHlOP','28132IVXwbE','__skipSessionStatus','getGlobal','text','push','cVmaU','sbtze','__drivers','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20','qHlzc','driverCleanup','startMonitoring','../playwright/reporter/reporter.js','pehmo','result','shutdown','quitCount_','../../helpers/accessibility-automation/scripts','\x0aError:\x20','aGcKV','Passed','rBDkU'];a9_0x1a37=function(){return _0x4f51d3;};return a9_0x1a37();}const a9_0x522968={};a9_0x522968[a9_0x13c760(0x1fd)]=a9_0x13c760(0x18a),a9_0x522968[a9_0x13c760(0x1b0)]=0x2710,After(a9_0x522968,function(_0x352933,_0x49c957){const _0x2160d9=a9_0x13c760,_0x487b98={'CyxVl':_0x2160d9(0x183),'geGKS':function(_0x28528f,_0x1bda72){return _0x28528f===_0x1bda72;},'KVUSk':_0x2160d9(0x187),'bVbSH':function(_0x236d52,_0x301f94){return _0x236d52===_0x301f94;},'TVavM':function(_0x117d84,_0x558c56,_0x4b7854,_0x680369){return _0x117d84(_0x558c56,_0x4b7854,_0x680369);},'KJUEs':_0x2160d9(0x1a2),'sbtze':function(_0x1aea5c,_0x287dc4,_0x10ecd1){return _0x1aea5c(_0x287dc4,_0x10ecd1);},'ILmud':_0x2160d9(0x1f0),'tKLKv':function(_0x166ecb,_0x1c418e){return _0x166ecb>_0x1c418e;},'cVmaU':function(_0x422259){return _0x422259();},'rcmda':_0x2160d9(0x1b9),'dfEDe':_0x2160d9(0x17c),'pGpRZ':_0x2160d9(0x1ed),'yNonZ':_0x2160d9(0x190),'iZxyH':_0x2160d9(0x1e5),'BfIjD':_0x2160d9(0x1f6),'OHJjk':function(_0x34a176){return _0x34a176();},'HnDrL':_0x2160d9(0x1b8)};logger[_0x2160d9(0x1a9)](_0x487b98[_0x2160d9(0x201)]),workerDetails[_0x2160d9(0x1c3)][_0x2160d9(0x1aa)]=_0x352933['testCaseStartedId'],new Promise(async _0x56ecbe=>{const _0x286482=_0x2160d9;let _0x5a13d0=![];try{const _0x49b3c6=_0x487b98[_0x286482(0x19d)]['split']('|');let _0x833ae4=0x0;while(!![]){switch(_0x49b3c6[_0x833ae4++]){case'0':!global[_0x286482(0x188)]&&await global[_0x286482(0x212)][0x0][_0x286482(0x1c1)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x352933[_0x286482(0x19f)][_0x286482(0x1fd)]+_0x286482(0x1fb));continue;case'1':if(_0x487b98[_0x286482(0x1ff)](_0x352933['result'][_0x286482(0x1f8)][_0x286482(0x18b)]()[_0x286482(0x204)](),_0x487b98[_0x286482(0x1ea)])||_0x487b98[_0x286482(0x19e)](_0x352933[_0x286482(0x174)][_0x286482(0x1f8)][_0x286482(0x18b)]()[_0x286482(0x204)](),'6')){try{global['__error_messages__'][_0x286482(0x20f)](_0x352933['result'][_0x286482(0x1a3)]);}catch(_0x1ce5ae){logger[_0x286482(0x1a9)](_0x286482(0x1ba)+_0x1ce5ae);}await _0x487b98['TVavM'](markSessionStatus,global[_0x286482(0x212)][0x0],_0x487b98['KVUSk'],global[_0x286482(0x19a)]['join'](_0x487b98[_0x286482(0x209)]));}else await _0x487b98[_0x286482(0x211)](markSessionStatus,global[_0x286482(0x212)][0x0],_0x487b98[_0x286482(0x202)]);continue;case'2':_0x487b98[_0x286482(0x206)](global[_0x286482(0x212)][_0x286482(0x194)],0x1)&&(await global[_0x286482(0x215)](),global[_0x286482(0x212)][_0x286482(0x1d1)](),global[_0x286482(0x19a)]=[],global['__sessionFailed']=![]);continue;case'3':_0x5a13d0=!![];continue;case'4':await global[_0x286482(0x212)][0x0]['session_'];continue;}break;}}catch(_0x1a5ccb){logger[_0x286482(0x1a9)](_0x286482(0x1a4)+util[_0x286482(0x186)](_0x1a5ccb));}try{if(_0x487b98[_0x286482(0x210)](shouldProcessEventForTesthub)){const _0x43d95d=TestDetails[_0x286482(0x1e6)](_0x352933[_0x286482(0x1f2)]),_0x293075=await _0x487b98[_0x286482(0x1b7)](sendPlatformDetails,global[_0x286482(0x212)][0x0],_0x43d95d,!![]),_0x110452={};_0x110452[_0x286482(0x1c7)]=_0x43d95d,_0x110452[_0x286482(0x1bb)]=_0x293075;const _0x1c7231=_0x110452,_0x282e76={};_0x282e76['event_type']=_0x487b98[_0x286482(0x198)],_0x282e76[_0x286482(0x1e4)]=_0x1c7231,await SessionHandler[_0x286482(0x1d3)](_0x282e76);}}catch(_0x43f780){logger[_0x286482(0x1a9)](_0x286482(0x1da)+util[_0x286482(0x186)](_0x43f780));}try{if(globals[_0x286482(0x20d)](_0x487b98[_0x286482(0x199)])&&globals[_0x286482(0x20d)](_0x487b98[_0x286482(0x1bd)])){logger['info'](_0x487b98['yNonZ']);const _0x1e9fe7=TestDetails[_0x286482(0x1e6)](_0x352933[_0x286482(0x1f2)]),_0xdb1e27={};_0xdb1e27[_0x286482(0x1a6)]=_0x1e9fe7,_0xdb1e27['thBuildUuid']=process[_0x286482(0x1d7)][testHubConstants['ENV_VAR']['BROWSERSTACK_TESTHUB_UUID']],_0xdb1e27[_0x286482(0x203)]=process['env'][testHubConstants[_0x286482(0x1ca)][_0x286482(0x1f9)]];const _0x2834ac=_0xdb1e27;logger[_0x286482(0x1a9)](_0x286482(0x1fc)+JSON['stringify'](_0x2834ac)),logger['debug'](_0x487b98[_0x286482(0x192)]),logger[_0x286482(0x1a9)](util[_0x286482(0x186)](await global[_0x286482(0x212)][0x0][_0x286482(0x1eb)](scripts['performScan'],{'method':global[_0x286482(0x1b2)]}))),await global[_0x286482(0x212)][0x0][_0x286482(0x1eb)](scripts[_0x286482(0x196)],_0x2834ac),logger[_0x286482(0x1d5)](_0x487b98['BfIjD']);}}catch(_0x3d699e){logger[_0x286482(0x1c5)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20'+util[_0x286482(0x186)]);}if(_0x5a13d0)try{global['__drivers'][0x0]&&_0x487b98[_0x286482(0x206)](global[_0x286482(0x212)][0x0]['quitCount_'],0x0)&&await global['__drivers'][0x0]['initQuit']();}catch(_0x3165e7){logger['debug']('Error:\x20quiting\x20driver\x20at\x20After:\x20'+_0x3165e7);}_0x487b98[_0x286482(0x1b1)](_0x56ecbe);})['finally'](()=>_0x49c957());});const a9_0x1e59c9={};a9_0x1e59c9[a9_0x13c760(0x1fd)]=a9_0x13c760(0x18a),a9_0x1e59c9['timeout']=0x2710,AfterStep(a9_0x1e59c9,function(_0x52a101,_0x3be03e){const _0xc245b4=a9_0x13c760,_0x294970={'kcUhF':function(_0x44c551,_0x6d90fe){return _0x44c551===_0x6d90fe;},'GTAaC':_0xc245b4(0x187),'DVSuD':function(_0x4aa483,_0xccb950){return _0x4aa483!==_0xccb950;},'SCCfg':function(_0x5adb83,_0x25ed4a,_0x2fe27b){return _0x5adb83(_0x25ed4a,_0x2fe27b);},'qlofS':function(_0x43bece,_0x25a5a7){return _0x43bece+_0x25a5a7;},'cggpG':function(_0x1b05cd,_0x4d3d9c){return _0x1b05cd+_0x4d3d9c;},'AcBjn':function(_0x2f7349,_0x461922){return _0x2f7349+_0x461922;},'DJSPZ':'Failed:\x20','Iajks':_0xc245b4(0x178),'CGPWo':'error','XfPns':function(_0x333f34,_0x5a0ef6){return _0x333f34+_0x5a0ef6;},'IWzcA':'Passed:\x20','MBPwp':'info','Vvese':_0xc245b4(0x17a),'FyeYB':function(_0x2918b5){return _0x2918b5();},'rBDkU':'Inside\x20browserstack\x20AfterStep'};logger['debug'](_0x294970[_0xc245b4(0x17b)]);const _0x524260=async(_0x2f2191,_0xd7085)=>{const _0x381317=_0xc245b4;await global[_0x381317(0x212)][0x0][_0x381317(0x1c1)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+_0x2f2191+_0x381317(0x1e3)+_0xd7085+_0x381317(0x1fb));};new Promise(async _0x46929c=>{const _0x32c17c=_0xc245b4;try{_0x294970['kcUhF'](_0x52a101[_0x32c17c(0x174)][_0x32c17c(0x1f8)]['toString']()[_0x32c17c(0x204)](),_0x294970[_0x32c17c(0x1ef)])||_0x294970[_0x32c17c(0x1d0)](_0x52a101[_0x32c17c(0x174)][_0x32c17c(0x1f8)][_0x32c17c(0x18b)]()[_0x32c17c(0x204)](),'6')?(global[_0x32c17c(0x1f4)]=!![],global[_0x32c17c(0x19a)]['push'](_0x52a101[_0x32c17c(0x174)]['message']),_0x294970[_0x32c17c(0x1b4)](_0x52a101[_0x32c17c(0x17f)],undefined)?await _0x294970[_0x32c17c(0x1db)](_0x524260,JSON[_0x32c17c(0x195)](_0x294970['qlofS'](_0x294970[_0x32c17c(0x1c6)](_0x294970[_0x32c17c(0x1c2)](_0x294970[_0x32c17c(0x1ac)],'\x22'+_0x52a101['pickleStep'][_0x32c17c(0x20e)]+'\x22\x20'),_0x294970['Iajks']),_0x52a101[_0x32c17c(0x174)][_0x32c17c(0x1a3)])),_0x294970[_0x32c17c(0x1e7)]):await _0x294970['SCCfg'](_0x524260,JSON[_0x32c17c(0x195)](_0x294970['XfPns'](_0x294970['DJSPZ'],_0x52a101['result'][_0x32c17c(0x1a3)])),_0x294970['CGPWo'])):_0x294970[_0x32c17c(0x1b4)](_0x52a101[_0x32c17c(0x17f)],undefined)?await _0x294970[_0x32c17c(0x1db)](_0x524260,JSON[_0x32c17c(0x195)](_0x294970[_0x32c17c(0x1cd)](_0x294970[_0x32c17c(0x1b6)],'\x22'+_0x52a101[_0x32c17c(0x17f)][_0x32c17c(0x20e)]+'\x22')),_0x294970[_0x32c17c(0x180)]):await _0x294970['SCCfg'](_0x524260,JSON[_0x32c17c(0x195)](_0x294970[_0x32c17c(0x1cc)]),_0x294970[_0x32c17c(0x180)]);}catch(_0x479dbb){logger[_0x32c17c(0x1a9)]('Error:\x20at\x20After\x20Step:\x20'+_0x479dbb);}_0x294970[_0x32c17c(0x205)](_0x46929c);})[_0xc245b4(0x1bf)](()=>_0x3be03e());});const a9_0x5965c7={};a9_0x5965c7[a9_0x13c760(0x1fd)]=a9_0x13c760(0x18a),a9_0x5965c7[a9_0x13c760(0x1b0)]=0x7530,AfterAll(a9_0x5965c7,async function(_0x4821a3,_0x488a1e){const _0x3bf4e0=a9_0x13c760,_0x5952f3={'qHlzc':function(_0x2ee418){return _0x2ee418();},'IHlOP':_0x3bf4e0(0x17d)};logger['debug'](_0x5952f3[_0x3bf4e0(0x20a)]),await new Promise(async _0x150de6=>{const _0x428dce=_0x3bf4e0;await RequestQueueHandler[_0x428dce(0x1bc)]()[_0x428dce(0x175)](),PerformanceTester[_0x428dce(0x1f3)](),await global[_0x428dce(0x215)](),_0x5952f3[_0x428dce(0x214)](_0x150de6);});});
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_0x6cc5(_0x3f58b4,_0x20b15b){const _0x34b601=a10_0x34b6();return a10_0x6cc5=function(_0x6cc574,_0x54fdb6){_0x6cc574=_0x6cc574-0x6b;let _0x21b909=_0x34b601[_0x6cc574];return _0x21b909;},a10_0x6cc5(_0x3f58b4,_0x20b15b);}const a10_0x102acd=a10_0x6cc5;(function(_0x5b87c2,_0x590eb9){const _0x22d5d7=a10_0x6cc5,_0x18fe00=_0x5b87c2();while(!![]){try{const _0x4ea657=-parseInt(_0x22d5d7(0x91))/0x1*(parseInt(_0x22d5d7(0x74))/0x2)+parseInt(_0x22d5d7(0x70))/0x3*(parseInt(_0x22d5d7(0x72))/0x4)+parseInt(_0x22d5d7(0x7d))/0x5+-parseInt(_0x22d5d7(0x99))/0x6+-parseInt(_0x22d5d7(0x89))/0x7*(-parseInt(_0x22d5d7(0x79))/0x8)+parseInt(_0x22d5d7(0x7f))/0x9*(parseInt(_0x22d5d7(0x93))/0xa)+-parseInt(_0x22d5d7(0x80))/0xb;if(_0x4ea657===_0x590eb9)break;else _0x18fe00['push'](_0x18fe00['shift']());}catch(_0x2554c6){_0x18fe00['push'](_0x18fe00['shift']());}}}(a10_0x34b6,0x6bcb1));function a10_0x34b6(){const _0x56d641=['../../helpers/logger','setDefaultTimeout','CONFIG','8WECzon','passed','After','__skipSessionName','313420HSwkjx','bstack','1187460Mechfa','2776631wiaqon','skipSessionStatus','ikUsj','initQuit','executeScript','pickle','failed','result','skipSessionName','3146857bzMljt','bUaBW','Inside\x20browserstack\x20After','Inside\x20browserstack\x20Before','BLzmO','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','gjkLs','session_','1VctnMi','env','40hHgglh','winstonLogger','WvVIJ','join','../../index','name','4366680SbTtBK','toLowerCase','IXsqK','cucumber/lib/index.js','QQdnn','platformCaps','then','browserstackAgentV2','Error:\x20quiting\x20at\x20After:\x20','gDNqW','../../helpers/helper','__timeout','__error_messages__','VsXcg','18xbmUUW','debug','550340HhcBqx','__driver','887566VCJIxW','__skipSessionStatus'];a10_0x34b6=function(){return _0x56d641;};return a10_0x34b6();}const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x102acd(0x6c)),setKeepAlive=require('../../helpers/setKeepAlive'),cucumberModule=requireModule(a10_0x102acd(0x9c)),logger=require(a10_0x102acd(0x76))[a10_0x102acd(0x94)];modifyCommand(),setKeepAlive();const Before=cucumberModule['Before'],After=cucumberModule[a10_0x102acd(0x7b)],configuration=process[a10_0x102acd(0x92)][a10_0x102acd(0x78)];if(configuration!==undefined){const config=JSON['parse'](configuration);isTrue(config[a10_0x102acd(0x88)])&&(global[a10_0x102acd(0x7c)]=!![]),global[a10_0x102acd(0x75)]=isTrue(config[a10_0x102acd(0x81)]),require(a10_0x102acd(0x97))[a10_0x102acd(0xa0)](config),global['__platformCaps']=config[a10_0x102acd(0x9e)]||{};}global[a10_0x102acd(0x6d)]=0x0;const __setDefaultTimeout=cucumberModule[a10_0x102acd(0x77)];cucumberModule[a10_0x102acd(0x77)]=_0x1d4373=>{const _0x260842=a10_0x102acd,_0x258b36={'VsXcg':function(_0x4d08c4,_0xee063f){return _0x4d08c4(_0xee063f);}};global[_0x260842(0x6d)]=_0x1d4373,_0x258b36[_0x260842(0x6f)](__setDefaultTimeout,_0x1d4373);};const a10_0x3bfcf9={};a10_0x3bfcf9[a10_0x102acd(0x98)]=a10_0x102acd(0x7e),Before(a10_0x3bfcf9,function(){const _0x324712=a10_0x102acd,_0x7a48be={};_0x7a48be['gjkLs']=_0x324712(0x8c);const _0xc95767=_0x7a48be;logger[_0x324712(0x71)](_0xc95767[_0x324712(0x8f)]),global[_0x324712(0x6e)]=[];});const a10_0x3e268b={};a10_0x3e268b[a10_0x102acd(0x98)]=a10_0x102acd(0x7e),a10_0x3e268b['timeout']=0x2710,After(a10_0x3e268b,function(_0x416941,_0x358162){const _0x1c53bf=a10_0x102acd,_0x1fe1dd={'quVqz':function(_0x48db91,_0x51e8fd){return _0x48db91===_0x51e8fd;},'BLzmO':_0x1c53bf(0x86),'WvVIJ':function(_0x375f76,_0x15cb18,_0xb8bb9c,_0x1cb776){return _0x375f76(_0x15cb18,_0xb8bb9c,_0x1cb776);},'IXsqK':'\x20|\x20','ikUsj':function(_0x4b5d6a,_0x300aec,_0x42fb5f){return _0x4b5d6a(_0x300aec,_0x42fb5f);},'bUaBW':_0x1c53bf(0x7a),'zzTMB':function(_0x2fc7f3){return _0x2fc7f3();},'gDNqW':function(_0x20e951,_0x4e2b2e){return _0x20e951(_0x4e2b2e);},'RrJgB':function(_0x4a78d7){return _0x4a78d7();},'QQdnn':_0x1c53bf(0x8b)};logger[_0x1c53bf(0x71)](_0x1fe1dd[_0x1c53bf(0x9d)]),new Promise(async(_0x6f209c,_0x4356b1)=>{const _0x1b95f6=_0x1c53bf;let _0x2b8db0=![];try{await global[_0x1b95f6(0x73)][_0x1b95f6(0x90)],_0x2b8db0=!![],!global[_0x1b95f6(0x7c)]&&await global['__driver'][_0x1b95f6(0x84)](_0x1b95f6(0x8e)+_0x416941[_0x1b95f6(0x85)][_0x1b95f6(0x98)]+'\x22}}'),_0x1fe1dd['quVqz'](_0x416941[_0x1b95f6(0x87)]['status'][_0x1b95f6(0x9a)](),_0x1fe1dd['BLzmO'])?await _0x1fe1dd[_0x1b95f6(0x95)](markSessionStatus,global['__driver'],_0x1fe1dd[_0x1b95f6(0x8d)],global['__error_messages__'][_0x1b95f6(0x96)](_0x1fe1dd[_0x1b95f6(0x9b)])):await _0x1fe1dd[_0x1b95f6(0x82)](markSessionStatus,global[_0x1b95f6(0x73)],_0x1fe1dd[_0x1b95f6(0x8a)]);}catch(_0x19e802){logger[_0x1b95f6(0x71)]('Error:\x20setting\x20status\x20at\x20After:\x20'+_0x19e802);}if(_0x2b8db0)try{await global[_0x1b95f6(0x73)][_0x1b95f6(0x83)](),_0x1fe1dd['zzTMB'](_0x6f209c);}catch(_0x5fd05f){logger[_0x1b95f6(0x71)](_0x1b95f6(0xa1)+_0x5fd05f),_0x1fe1dd[_0x1b95f6(0x6b)](_0x4356b1,_0x5fd05f);}else _0x1fe1dd['RrJgB'](_0x4356b1);})[_0x1c53bf(0x9f)](()=>_0x358162());});
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
- function a11_0x3b5f(){const _0x597ce8=['setDefaultTimeout','2216griaaI','../utils/constants','1450410dUrRmv','631467PFJwwl','205073PdnuHd','100ahbIFN','204HPMXGm','../../helpers/helper','20CVwTeW','16JJnaGv','2838311UGaara','1095RgMmrg','@cucumber/cucumber/lib/index.js','199354PiQusT','10WQfOyx','1249690LrmuJH'];a11_0x3b5f=function(){return _0x597ce8;};return a11_0x3b5f();}const a11_0x524a50=a11_0x152d;function a11_0x152d(_0x18495d,_0x266d3d){const _0x3b5f51=a11_0x3b5f();return a11_0x152d=function(_0x152d6d,_0x533eb0){_0x152d6d=_0x152d6d-0x168;let _0x192455=_0x3b5f51[_0x152d6d];return _0x192455;},a11_0x152d(_0x18495d,_0x266d3d);}(function(_0x1e95e9,_0x14ea9f){const _0x2481ca=a11_0x152d,_0x2df4=_0x1e95e9();while(!![]){try{const _0x378f43=-parseInt(_0x2481ca(0x176))/0x1*(parseInt(_0x2481ca(0x175))/0x2)+-parseInt(_0x2481ca(0x173))/0x3*(-parseInt(_0x2481ca(0x168))/0x4)+parseInt(_0x2481ca(0x170))/0x5*(-parseInt(_0x2481ca(0x16a))/0x6)+parseInt(_0x2481ca(0x172))/0x7*(parseInt(_0x2481ca(0x171))/0x8)+-parseInt(_0x2481ca(0x16b))/0x9+parseInt(_0x2481ca(0x16d))/0xa*(parseInt(_0x2481ca(0x16c))/0xb)+-parseInt(_0x2481ca(0x16e))/0xc*(-parseInt(_0x2481ca(0x177))/0xd);if(_0x378f43===_0x14ea9f)break;else _0x2df4['push'](_0x2df4['shift']());}catch(_0x395884){_0x2df4['push'](_0x2df4['shift']());}}}(a11_0x3b5f,0xc34b3));const {requireModule}=require(a11_0x524a50(0x16f)),constants=require(a11_0x524a50(0x169));;let cucumberModule=null;try{cucumberModule=requireModule(a11_0x524a50(0x174));}catch(a11_0x5bb1f4){cucumberModule=requireModule('cucumber/lib/index.js');}cucumberModule[a11_0x524a50(0x178)](constants['BSTACK_DELTA']+global['__timeout']*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_0xe480(_0x2978d9,_0x2b34a5){const _0x42a3bd=a12_0x42a3();return a12_0xe480=function(_0xe48078,_0x3a2494){_0xe48078=_0xe48078-0x70;let _0x82994b=_0x42a3bd[_0xe48078];return _0x82994b;},a12_0xe480(_0x2978d9,_0x2b34a5);}const a12_0x3f8874=a12_0xe480;(function(_0x2bcab1,_0x25af28){const _0x222fa0=a12_0xe480,_0xba1bdc=_0x2bcab1();while(!![]){try{const _0x2766f5=parseInt(_0x222fa0(0x8c))/0x1+-parseInt(_0x222fa0(0xbb))/0x2*(-parseInt(_0x222fa0(0x83))/0x3)+-parseInt(_0x222fa0(0x7b))/0x4+-parseInt(_0x222fa0(0x82))/0x5*(parseInt(_0x222fa0(0x7d))/0x6)+-parseInt(_0x222fa0(0x9a))/0x7*(parseInt(_0x222fa0(0x75))/0x8)+-parseInt(_0x222fa0(0x76))/0x9*(-parseInt(_0x222fa0(0x84))/0xa)+parseInt(_0x222fa0(0xb0))/0xb;if(_0x2766f5===_0x25af28)break;else _0xba1bdc['push'](_0xba1bdc['shift']());}catch(_0x577ede){_0xba1bdc['push'](_0xba1bdc['shift']());}}}(a12_0x42a3,0x80b4e));const {default:BrowserStackSetup}=require(a12_0x3f8874(0x98)),logger=require(a12_0x3f8874(0xa7))[a12_0x3f8874(0x8d)],{URL}=require(a12_0x3f8874(0x97)),helper=require(a12_0x3f8874(0xa5)),{HELP_MESSAGES,ERROR_MESSAGES}=require('./constants'),validHosts=function(_0x2fa682){const _0x2e7597=a12_0x3f8874;return _0x2fa682[_0x2e7597(0x8f)](',')[_0x2e7597(0x9e)](_0x2c620a=>{const _0x193d73=_0x2e7597;try{new URL(_0x2c620a[_0x193d73(0x91)]());}catch(_0x99b73c){return![];}return!![];});},parseOnPremHosts=function(_0x5d8448){const _0x2284b9=a12_0x3f8874,_0x257826={};_0x257826['bfEDc']=function(_0x237bd3,_0x1d83b8){return _0x237bd3===_0x1d83b8;},_0x257826['gyazM']=_0x2284b9(0x72),_0x257826[_0x2284b9(0x87)]='443',_0x257826['mnZnn']=function(_0xc9cca5,_0x15e56c){return _0xc9cca5===_0x15e56c;},_0x257826['dlsOg']=_0x2284b9(0xa2);const _0x5a1cb3=_0x257826;return _0x5d8448[_0x2284b9(0x8f)](',')[_0x2284b9(0x78)](_0x5f2b8c=>{const _0x86bb12=_0x2284b9,_0x2a9a10=new URL(_0x5f2b8c[_0x86bb12(0x91)]()),_0x501fad=_0x2a9a10[_0x86bb12(0x93)],_0x1200c0=_0x2a9a10[_0x86bb12(0x7f)]||(_0x5a1cb3[_0x86bb12(0xab)](_0x2a9a10['protocol'],_0x5a1cb3[_0x86bb12(0x9b)])?_0x5a1cb3[_0x86bb12(0x87)]:'80'),_0x4c14e3=_0x2a9a10[_0x86bb12(0xa0)][_0x86bb12(0xac)](':',''),_0x360507=_0x5a1cb3[_0x86bb12(0xa4)](_0x4c14e3,_0x5a1cb3[_0x86bb12(0xb2)])?0x1:0x0;return _0x501fad+','+_0x1200c0+','+_0x360507;});},connectCommandBuilder=function(_0x4e22c7){const _0x4e530f=a12_0x3f8874,_0x4df50e={};_0x4df50e[_0x4e530f(0x81)]=_0x4e530f(0x94);const _0x3b42af=_0x4df50e,_0x4714b1={};_0x4714b1[_0x4e530f(0x73)]=HELP_MESSAGES[_0x4e530f(0x9f)][_0x4e530f(0x80)],_0x4714b1[_0x4e530f(0xae)]=_0x3b42af['bGpyh'];const _0x56a87f={};_0x56a87f[_0x4e530f(0x73)]=HELP_MESSAGES['options'][_0x4e530f(0xb3)],_0x56a87f['type']=_0x3b42af['bGpyh'],_0x56a87f[_0x4e530f(0x90)]=!![];const _0x3765b1={};return _0x3765b1['bstack-accesskey']=_0x4714b1,_0x3765b1[_0x4e530f(0xb3)]=_0x56a87f,_0x4e22c7[_0x4e530f(0x9f)](_0x3765b1);},connectCommandHandler=async function(_0x2efa17){const _0x5e53ea=a12_0x3f8874,_0x4798fc={'xuHzq':_0x5e53ea(0xb4),'RMpJY':function(_0x596e39,_0x35aa24){return _0x596e39===_0x35aa24;},'HtsqD':_0x5e53ea(0xaf),'jxjeL':_0x5e53ea(0xb8),'RgcBr':function(_0x5afe4a,_0x1f1fe3){return _0x5afe4a===_0x1f1fe3;},'ACVYZ':'Integration\x20hosts\x20missing.','OPJSr':function(_0x47c785,_0x425fb2){return _0x47c785(_0x425fb2);},'hYGSN':_0x5e53ea(0x85),'JKnXh':function(_0x1390a8,_0x147368){return _0x1390a8(_0x147368);},'mSxGY':_0x5e53ea(0xb6),'gjqaf':_0x5e53ea(0x74),'VXMby':_0x5e53ea(0x96)};try{const _0x48a01d=new BrowserStackSetup(_0x2efa17,_0x4798fc[_0x5e53ea(0x7e)]);_0x2efa17[_0x5e53ea(0xad)]&&(_0x48a01d['config'][_0x5e53ea(0x77)]=_0x2efa17['bstackAccesskey']);if(_0x4798fc['RMpJY'](typeof _0x48a01d[_0x5e53ea(0xb9)][_0x5e53ea(0x77)],_0x4798fc['HtsqD'])){logger[_0x5e53ea(0x71)](_0x4798fc[_0x5e53ea(0xba)]);throw new Error(ERROR_MESSAGES[_0x5e53ea(0x80)][_0x5e53ea(0xaa)]);}const _0x355409=_0x2efa17[_0x5e53ea(0xb3)];if(_0x4798fc[_0x5e53ea(0xb7)](typeof _0x355409,_0x4798fc[_0x5e53ea(0x89)])){logger[_0x5e53ea(0x71)](_0x4798fc[_0x5e53ea(0x92)]);throw new Error(ERROR_MESSAGES[_0x5e53ea(0xb3)]['missing']);}if(!_0x4798fc['OPJSr'](validHosts,_0x355409)){logger[_0x5e53ea(0x71)](_0x4798fc['hYGSN']);throw new Error(ERROR_MESSAGES[_0x5e53ea(0xb3)]['invalid']);}const _0x1aaf12=_0x4798fc[_0x5e53ea(0x8e)](parseOnPremHosts,_0x355409);_0x48a01d[_0x5e53ea(0xb9)][_0x5e53ea(0xa3)]=!![],_0x48a01d[_0x5e53ea(0xb9)][_0x5e53ea(0xbd)][_0x5e53ea(0x9d)]=_0x4798fc[_0x5e53ea(0x88)],_0x48a01d[_0x5e53ea(0xb9)]['browserStackLocalOptions'][_0x5e53ea(0xa8)]=_0x1aaf12[_0x5e53ea(0xb5)](','),helper[_0x5e53ea(0xa9)](_0x48a01d[_0x5e53ea(0xb9)]),await _0x48a01d['setupBrowserstackLocal'](),logger[_0x5e53ea(0x9c)](_0x4798fc[_0x5e53ea(0x7a)]);}catch(_0x4088dc){logger[_0x5e53ea(0x71)](_0x4798fc[_0x5e53ea(0x7c)]);throw new Error(_0x4088dc[_0x5e53ea(0x8a)]());}};function run(_0x4b6e60){const _0x1ce857=a12_0x3f8874,_0x5f180d={};_0x5f180d['MMJhd']='connect',_0x5f180d['ngTcR']='help';const _0x2596c7=_0x5f180d;_0x4b6e60[_0x1ce857(0x79)](HELP_MESSAGES[_0x1ce857(0x95)][_0x1ce857(0x99)])[_0x1ce857(0x95)](_0x2596c7['MMJhd'],HELP_MESSAGES[_0x1ce857(0x95)][_0x1ce857(0x8b)],connectCommandBuilder,connectCommandHandler)[_0x1ce857(0x70)]()[_0x1ce857(0xa1)](_0x2596c7[_0x1ce857(0x86)])[_0x1ce857(0xbc)](HELP_MESSAGES[_0x1ce857(0x95)][_0x1ce857(0xb1)]);}module[a12_0x3f8874(0xa6)]=run;function a12_0x42a3(){const _0x342b29=['type','undefined','13196997yMujHQ','footer','dlsOg','hosts','integrations','join','integrations-repeater','RgcBr','BrowserStack\x20access\x20key\x20missing.','config','jxjeL','2aGQgAo','epilogue','browserStackLocalOptions','demandCommand','error','https:','describe','Connection\x20established\x20successfully.','1765928dkzXWl','5153949LhyYwQ','accessKey','map','usage','gjqaf','3641052RXLijo','VXMby','449298aDdYKT','xuHzq','port','bstackAccessKey','bGpyh','20UqsgLT','81369cOdYqn','10hcaMQQ','Hosts\x20not\x20valid','ngTcR','LcBvg','mSxGY','HtsqD','toString','connect','158207EgwwVb','winstonLogger','JKnXh','split','demandOption','trim','ACVYZ','hostname','string','command','Failed\x20to\x20establish\x20connection.','url','../../helpers/BrowserStackSetup','root','7LLPHTV','gyazM','info','localIdentifier','every','options','protocol','help','https','browserstackLocal','mnZnn','../../helpers/helper','exports','../../helpers/logger','only','setProxySettings','missing','bfEDc','replace','bstackAccesskey'];a12_0x42a3=function(){return _0x342b29;};return a12_0x42a3();}
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_0x369b50=a13_0x3754;(function(_0x4315a2,_0x3591e3){var _0xe1b404=a13_0x3754,_0x5cfadc=_0x4315a2();while(!![]){try{var _0x2aee0e=-parseInt(_0xe1b404(0x138))/0x1*(-parseInt(_0xe1b404(0x135))/0x2)+parseInt(_0xe1b404(0x127))/0x3+parseInt(_0xe1b404(0x13c))/0x4+parseInt(_0xe1b404(0x12a))/0x5*(parseInt(_0xe1b404(0x134))/0x6)+parseInt(_0xe1b404(0x12e))/0x7+-parseInt(_0xe1b404(0x13d))/0x8*(-parseInt(_0xe1b404(0x12d))/0x9)+parseInt(_0xe1b404(0x133))/0xa*(-parseInt(_0xe1b404(0x136))/0xb);if(_0x2aee0e===_0x3591e3)break;else _0x5cfadc['push'](_0x5cfadc['shift']());}catch(_0x27ac7d){_0x5cfadc['push'](_0x5cfadc['shift']());}}}(a13_0x3f9c,0xb0122));function a13_0x3f9c(){var _0x52a0cb=['5686340kjAXPM','208cOhMSx','options','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','HELP_MESSAGES','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','bstackAccessKey','missing','2955324nTeyZI','ERROR_MESSAGES','invalid','77615RVFagX','command','connect','179019otcuwN','3046708uuNzvi','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','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.','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','Integration\x20hosts\x20are\x20not\x20in\x20the\x20right\x20format.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','616510TydpBQ','258fpSPlN','1700wvezjd','616vPyBHl','hosts','173kVhqLa','root','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.'];a13_0x3f9c=function(){return _0x52a0cb;};return a13_0x3f9c();}var a13_0x2b77e8={};a13_0x2b77e8['bstackAccessKey']=a13_0x369b50(0x13b),a13_0x2b77e8[a13_0x369b50(0x137)]=a13_0x369b50(0x130);var a13_0x570c97={};a13_0x570c97[a13_0x369b50(0x139)]=a13_0x369b50(0x13a),a13_0x570c97[a13_0x369b50(0x12c)]=a13_0x369b50(0x141),a13_0x570c97['footer']=a13_0x369b50(0x131);var a13_0x431566={};a13_0x431566[a13_0x369b50(0x13e)]=a13_0x2b77e8,a13_0x431566[a13_0x369b50(0x12b)]=a13_0x570c97,exports[a13_0x369b50(0x140)]=a13_0x431566;var a13_0x90e791={};a13_0x90e791['missing']=a13_0x369b50(0x13f);function a13_0x3754(_0x204654,_0x243c60){var _0x3f9c50=a13_0x3f9c();return a13_0x3754=function(_0x3754a7,_0x37de33){_0x3754a7=_0x3754a7-0x126;var _0x56b93a=_0x3f9c50[_0x3754a7];return _0x56b93a;},a13_0x3754(_0x204654,_0x243c60);}var a13_0x9fc3fc={};a13_0x9fc3fc[a13_0x369b50(0x126)]=a13_0x369b50(0x12f),a13_0x9fc3fc[a13_0x369b50(0x129)]=a13_0x369b50(0x132);var a13_0x2fd4e3={};a13_0x2fd4e3[a13_0x369b50(0x142)]=a13_0x90e791,a13_0x2fd4e3[a13_0x369b50(0x137)]=a13_0x9fc3fc,exports[a13_0x369b50(0x128)]=a13_0x2fd4e3;
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;