browserstack-node-sdk 1.37.0 → 1.38.0

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 (171) 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/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +66 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test_before.setup.js +1 -1
  67. package/src/bin/launcher/launcher.js +1 -1
  68. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  69. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  70. package/src/bin/mocha/command.js +1 -1
  71. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  72. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  73. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  74. package/src/bin/mocha/test.setup.js +1 -1
  75. package/src/bin/nightwatch/command.js +1 -1
  76. package/src/bin/playwright/accessibility-helper.js +1 -1
  77. package/src/bin/playwright/command.js +1 -1
  78. package/src/bin/playwright/globalSetup.js +1 -1
  79. package/src/bin/playwright/mock-process.js +1 -1
  80. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  81. package/src/bin/playwright/patches.js +1 -1
  82. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  83. package/src/bin/playwright/reporter/reporter.js +1 -1
  84. package/src/bin/playwright/reporter/test-details.js +1 -1
  85. package/src/bin/playwright/sessionDetails.js +1 -1
  86. package/src/bin/runner.js +1 -1
  87. package/src/bin/setup.js +1 -1
  88. package/src/bin/test-runner/index.js +1 -1
  89. package/src/bin/test-runner/runTest.js +1 -1
  90. package/src/bin/test-runner/testWorker.js +1 -1
  91. package/src/bin/utils/constants.js +1 -1
  92. package/src/bin/utils/log4jsAppender.js +1 -1
  93. package/src/bin/utils/logPatcher.js +1 -1
  94. package/src/bin/utils/logReportingAPI.js +1 -1
  95. package/src/bin/v2/TestInfo.js +1 -1
  96. package/src/bin/v2/browserstackCLI.js +1 -1
  97. package/src/bin/v2/cliUtils.js +1 -1
  98. package/src/bin/v2/customTagManager.js +1 -1
  99. package/src/bin/v2/eventDispatcher.js +1 -1
  100. package/src/bin/v2/framework/automationFramework.js +1 -1
  101. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  102. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  103. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  104. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  105. package/src/bin/v2/framework/testFramework.js +1 -1
  106. package/src/bin/v2/grpcClient.js +1 -1
  107. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  108. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  109. package/src/bin/v2/instances/trackedContext.js +1 -1
  110. package/src/bin/v2/instances/trackedInstance.js +1 -1
  111. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  112. package/src/bin/v2/modules/baseModule.js +1 -1
  113. package/src/bin/v2/modules/observabilityModule.js +1 -1
  114. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  115. package/src/bin/v2/modules/testhubModule.js +1 -1
  116. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  117. package/src/bin/v2/state/hookState.js +1 -1
  118. package/src/bin/v2/state/testFrameworkState.js +1 -1
  119. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  120. package/src/bin/vanilla-js/command.js +1 -1
  121. package/src/browserStackSdk.js +1 -1
  122. package/src/helpers/BrowserStackSetup.js +1 -1
  123. package/src/helpers/accessibility-automation/constants.js +1 -1
  124. package/src/helpers/accessibility-automation/helper.js +1 -1
  125. package/src/helpers/accessibility-automation/scripts.js +1 -1
  126. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  127. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  128. package/src/helpers/ats/constants.js +1 -1
  129. package/src/helpers/ats/helper.js +1 -1
  130. package/src/helpers/capsMapping.js +1 -1
  131. package/src/helpers/central-scanner/constants.js +1 -1
  132. package/src/helpers/central-scanner/helpers.js +1 -1
  133. package/src/helpers/classLogger.js +1 -1
  134. package/src/helpers/globals.js +1 -1
  135. package/src/helpers/helper.js +1 -1
  136. package/src/helpers/logger.js +1 -1
  137. package/src/helpers/metadata.js +1 -1
  138. package/src/helpers/patchHelper.js +1 -1
  139. package/src/helpers/patchHelpers.js +1 -1
  140. package/src/helpers/percy/Percy.js +1 -1
  141. package/src/helpers/percy/PercyBinary.js +1 -1
  142. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  143. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  144. package/src/helpers/percy/PercySDK.js +1 -1
  145. package/src/helpers/percy/index.js +1 -1
  146. package/src/helpers/percy/utils.js +1 -1
  147. package/src/helpers/performance/constants.js +1 -1
  148. package/src/helpers/performance/performance-tester.js +1 -1
  149. package/src/helpers/processHelper.js +1 -1
  150. package/src/helpers/request-spy.js +1 -1
  151. package/src/helpers/setKeepAlive.js +1 -1
  152. package/src/helpers/test-observability/constants.js +1 -1
  153. package/src/helpers/test-observability/error-handler.js +1 -1
  154. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  155. package/src/helpers/test-observability/sessionHandler.js +1 -1
  156. package/src/helpers/test-observability/utils.js +1 -1
  157. package/src/helpers/test-orchestration/constants.js +1 -1
  158. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  159. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  160. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  161. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  162. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  163. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  164. package/src/helpers/testhub/constants.js +1 -1
  165. package/src/helpers/testhub/testhubHandler.js +1 -1
  166. package/src/helpers/testhub/utils.js +1 -1
  167. package/src/helpers/timeoutPromise.js +1 -1
  168. package/src/helpers/utilities.js +1 -1
  169. package/src/helpers/w3cMapping.js +1 -1
  170. package/src/hubAllocationMethods.js +1 -1
  171. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a6_0x13fd(){const _0x4bc53c=['TJLtN','FQWSj','ZVZAe','parseTestCaseAttempt','testCaseAttemptDataMap','getGherkinStepMap','hooks','finished_at','Executing\x20tests\x20for\x20','setup','wIZTM','VXpbw','lApoG','EQAhe','3662gOLsvr','nFyPY','testStepStarted','xCXHp','steps','cucumber-js/test.setup.js','__platform','pickleStepId','split','push','dXFVP','CONFIG','OwSUt','bstack','PENDING','gherkinDocumentMap','forEach','SqVdv','onGherkinDocument','env','onTestCase','xZHhF','scenario','testStepFinished','isBstackHook','children','cwd','sendHook','FAILED','rcvUM','UNDEFINED','testCaseAttempt','testRunStarted','toISOString','feature','bkSdy','8aDYDwq','onPickle','FcVne','uReZx','toLowerCase','UnhandledError','incrementCounter','\x20-\x20','SKIPPED','sEkhD','EBflO','name','BtBGc','debug','114LUnXRN','onStepDefinition','575982MitBxj','onTestStepStarted','gherkinDocument','failure','stepDefinition','2187648SensUS','testSteps','nSyGv','testStepResult','704307mIyEiD','onTestRunStarted','path','OSmNu','getTestCaseAttempt','report','Xvkqt','pickle','capability','seconds','hook','logTestCaseFinished','testCaseStartedId','find','kRPLr','parse','duration','FZDDE','finishedAt','keyword','Exception\x20in\x20onTestStepFinished\x20event:\x20','testCaseStarted','uri','19086rFLEKY','HookRunStarted','result','toString','testCaseMap','175nDbgit','log','map','pickleId','testCase','testStepId','background','820064cPpfYP','onTestRunFinished','\x20\x20\x20\x20','sourceLocation','extractStepContainers','testRunFinished','Exception\x20in\x20onTestStepStarted\x20event:\x20','YdruX','message','12sSgzBe','6741943hHSrrl','AMBIGUOUS','pickleMap','onSource','logTestRunFinished','failureType','IUnFE','oBsJw','Exception\x20in\x20sending\x20onTestCaseStarted:\x20','text','iVonG','getTestUUID','onTestCaseFinished','eventBroadcaster','envelope','ZwukB','format','../../playwright/reporter/test-details.js','testCaseId','flat','TUMNr','status','TestRunFinished','onTestCaseStarted','../../../helpers/testhub/utils.js','actionLocation','goHTd','getGherkinDocument','yinyD','40RyAYDT','supportCodeLibrary','HookRunFinished','util','../../../helpers/test-observability/error-handler','onTestStepFinished','testCases','snippetBuilder','exception','rule','ZeUOb','JwGPw','FLQBY','2|4|0|3|1','assign','exports','description','sendTestRunEventForCucumber','../../../helpers/logger','testCaseFinished','eventDataCollector','qoIfZ','4KXkkuo','nNsJM'];a6_0x13fd=function(){return _0x4bc53c;};return a6_0x13fd();}function a6_0xb948(_0x2cc5e3,_0x2e79e5){const _0x13fd6f=a6_0x13fd();return a6_0xb948=function(_0xb948f2,_0x382ec9){_0xb948f2=_0xb948f2-0x6e;let _0x1d7dde=_0x13fd6f[_0xb948f2];return _0x1d7dde;},a6_0xb948(_0x2cc5e3,_0x2e79e5);}const a6_0x267a31=a6_0xb948;(function(_0x59c699,_0x14e03e){const _0x6a37a0=a6_0xb948,_0x34b1c9=_0x59c699();while(!![]){try{const _0x4bee53=parseInt(_0x6a37a0(0x9f))/0x1*(parseInt(_0x6a37a0(0xd1))/0x2)+-parseInt(_0x6a37a0(0xdc))/0x3*(-parseInt(_0x6a37a0(0x8f))/0x4)+parseInt(_0x6a37a0(0xf8))/0x5*(parseInt(_0x6a37a0(0xf3))/0x6)+parseInt(_0x6a37a0(0xff))/0x7+parseInt(_0x6a37a0(0xc3))/0x8*(parseInt(_0x6a37a0(0xd8))/0x9)+parseInt(_0x6a37a0(0x79))/0xa*(-parseInt(_0x6a37a0(0xd3))/0xb)+-parseInt(_0x6a37a0(0x108))/0xc*(parseInt(_0x6a37a0(0x109))/0xd);if(_0x4bee53===_0x14e03e)break;else _0x34b1c9['push'](_0x34b1c9['shift']());}catch(_0x5352e5){_0x34b1c9['push'](_0x34b1c9['shift']());}}}(a6_0x13fd,0x2da7b));const {requireModule,getPlatformName,nestedKeyValue,isUndefined}=require('../../../helpers/helper'),util=require(a6_0x267a31(0x7c)),{Formatter,formatterHelpers,Status}=requireModule('@cucumber/cucumber'),TestDetails=require(a6_0x267a31(0x11a)),TestObservabilityReporter=require('../test-observability.js'),{o11yClassErrorHandler}=require(a6_0x267a31(0x7d)),{shouldProcessEventForTesthub}=require(a6_0x267a31(0x74)),testObservabilityReporter=new TestObservabilityReporter(),logger=require(a6_0x267a31(0x8b))['winstonLogger'],_tests={},_testCasesData={};class BrowserstackFormatter extends Formatter{constructor(_0x36a82b){const _0x4590b0=a6_0x267a31,_0x2629f6={};_0x2629f6[_0x4590b0(0xda)]=_0x4590b0(0x117);const _0x20fb03=_0x2629f6;super(_0x36a82b),this[_0x4590b0(0xe1)]={},_0x36a82b[_0x4590b0(0x116)]['on'](_0x20fb03[_0x4590b0(0xda)],async _0xc1f4b8=>{const _0x525759=_0x4590b0;switch(!![]){case!!_0xc1f4b8[_0x525759(0xbf)]:this[_0x525759(0xdd)](_0xc1f4b8[_0x525759(0xbf)]);break;case!!_0xc1f4b8[_0x525759(0x104)]:this[_0x525759(0x100)](_0xc1f4b8[_0x525759(0x104)]);break;case!!_0xc1f4b8[_0x525759(0xf1)]:this[_0x525759(0x73)](_0xc1f4b8['testCaseStarted'],_0x36a82b,_0xc1f4b8);break;case!!_0xc1f4b8[_0x525759(0x8c)]:this[_0x525759(0x115)](_0xc1f4b8['testCaseFinished'],_0x36a82b,_0xc1f4b8);break;case!!_0xc1f4b8['testStepStarted']:this[_0x525759(0xd4)](_0xc1f4b8[_0x525759(0xa1)],_0x36a82b);break;case!!_0xc1f4b8[_0x525759(0xb6)]:this[_0x525759(0x7e)](_0xc1f4b8['testStepFinished'],_0x36a82b);break;case!!_0xc1f4b8[_0x525759(0xe6)]:this['onHook'](_0xc1f4b8[_0x525759(0xe6)]);break;case!!_0xc1f4b8[_0x525759(0xfc)]:this[_0x525759(0xb3)](_0xc1f4b8[_0x525759(0xfc)]);break;case!!_0xc1f4b8[_0x525759(0xe3)]:this[_0x525759(0xc4)](_0xc1f4b8['pickle']);break;case!!_0xc1f4b8[_0x525759(0xd5)]:this[_0x525759(0xb1)](_0xc1f4b8['gherkinDocument']);break;}});}['onHook'](_0x115f66){const _0x7c5536=a6_0x267a31;this[_0x7c5536(0xe1)][_0x7c5536(0x97)]=Object['assign']([],this['report'][_0x7c5536(0x97)]||[]),this[_0x7c5536(0xe1)]['hooks'][_0x7c5536(0xa8)](_0x115f66);}[a6_0x267a31(0xc4)](_0x3ccba7){const _0x1fd341=a6_0x267a31;this[_0x1fd341(0xe1)][_0x1fd341(0xe3)]=Object[_0x1fd341(0x87)]([],this['report']['pickle']||[],[_0x3ccba7]),this['report'][_0x1fd341(0xe3)][_0x1fd341(0xa8)](_0x3ccba7);}[a6_0x267a31(0xb1)](_0x5df6a3){const _0x5cc405=a6_0x267a31;this[_0x5cc405(0xe1)]['gherkinDocument']=Object[_0x5cc405(0x87)]([],this['report'][_0x5cc405(0xd5)]||[],[_0x5df6a3]),this[_0x5cc405(0xe1)]['gherkinDocument'][_0x5cc405(0xa8)](_0x5df6a3);}[a6_0x267a31(0x10c)](_0xa25a15){const _0x39efda=a6_0x267a31;this[_0x39efda(0xe1)]['source']=_0xa25a15;}[a6_0x267a31(0xd2)](_0x3d4764){const _0x406454=a6_0x267a31;this[_0x406454(0xe1)][_0x406454(0xd7)]=Object['assign']([],this[_0x406454(0xe1)][_0x406454(0xd7)]||[],[_0x3d4764]),this[_0x406454(0xe1)][_0x406454(0xd7)][_0x406454(0xa8)](_0x3d4764);}[a6_0x267a31(0xb3)](_0x4d1052){const _0x255ad7=a6_0x267a31;this[_0x255ad7(0xe1)][_0x255ad7(0x7f)]=Object[_0x255ad7(0x87)]([],this[_0x255ad7(0xe1)]['testCases']||[],[_0x4d1052]),this['report'][_0x255ad7(0x7f)][_0x255ad7(0xa8)](_0x4d1052);}[a6_0x267a31(0xe7)](_0x5a4a78){const _0x5cdd76=a6_0x267a31,_0x5bb4e2={'iVonG':function(_0x38bd93,_0x1db4be){return _0x38bd93!==_0x1db4be;},'sEkhD':_0x5cdd76(0xac),'QdHdz':function(_0x52cdd0,_0x4c2208){return _0x52cdd0+_0x4c2208;},'oBsJw':function(_0x332f98,_0x426118){return _0x332f98+_0x426118;},'OwSUt':function(_0x20df0f,_0x49b6a3){return _0x20df0f+_0x49b6a3;},'ujsac':function(_0x88f37f,_0xb251be){return _0x88f37f+_0xb251be;},'mwaXz':_0x5cdd76(0x101),'EQAhe':_0x5cdd76(0xca),'xZHhF':function(_0x112d9c,_0xff3bb5){return _0x112d9c===_0xff3bb5;},'lApoG':_0x5cdd76(0xbb),'FcVne':function(_0x12f8c1,_0x34e673,_0x2982e9){return _0x12f8c1(_0x34e673,_0x2982e9);},'nNsJM':'result','OjmUc':_0x5cdd76(0x107),'JwGPw':function(_0x485045,_0x1d67cb){return _0x485045+_0x1d67cb;},'goHTd':function(_0x38fe54,_0x5e0794){return _0x38fe54+_0x5e0794;},'OSmNu':function(_0x3f8138,_0x3b5789){return _0x3f8138+_0x3b5789;},'ZwukB':function(_0x3ed398,_0x2aaa8f){return _0x3ed398+_0x2aaa8f;},'qJlSO':function(_0x4ce775,_0x5be93a){return _0x4ce775+_0x5be93a;}};_0x5bb4e2[_0x5cdd76(0x113)](global['__platform'],undefined)&&this[_0x5cdd76(0xf9)](_0x5bb4e2[_0x5cdd76(0xab)](_0x5bb4e2[_0x5cdd76(0xdf)]('\x0a',global['__platform']),'\x0a'));const _0xcaeb76=this[_0x5cdd76(0x8d)][_0x5cdd76(0xe0)](_0x5a4a78[_0x5cdd76(0xe8)]);this['log'](_0x5bb4e2['ZwukB'](_0x5bb4e2[_0x5cdd76(0x76)](_0x5bb4e2[_0x5cdd76(0x118)](_0x5bb4e2['qJlSO']('\x20\x20',_0xcaeb76[_0x5cdd76(0xd5)][_0x5cdd76(0xc1)][_0x5cdd76(0xce)]),_0x5bb4e2[_0x5cdd76(0x9e)]),_0xcaeb76[_0x5cdd76(0xe3)][_0x5cdd76(0xce)]),'\x0a'));const _0xe9a7f0={};_0xe9a7f0['cwd']=this[_0x5cdd76(0xb9)],_0xe9a7f0[_0x5cdd76(0x80)]=this[_0x5cdd76(0x80)],_0xe9a7f0['supportCodeLibrary']=this[_0x5cdd76(0x7a)],_0xe9a7f0[_0x5cdd76(0xbe)]=_0xcaeb76;const _0x2819ac=formatterHelpers[_0x5cdd76(0x94)](_0xe9a7f0);let _0x3025d6=![];_0x2819ac[_0x5cdd76(0xd9)][_0x5cdd76(0xaf)](_0x52bc94=>{const _0x32a8b7=_0x5cdd76;if(_0x5bb4e2[_0x32a8b7(0x113)](_0x52bc94[_0x32a8b7(0xce)],_0x5bb4e2[_0x32a8b7(0xcc)])&&!this[_0x32a8b7(0xb7)](_0x52bc94)){totalTests+=0x1,this['log'](_0x5bb4e2['QdHdz'](_0x5bb4e2['oBsJw'](_0x5bb4e2['OwSUt'](_0x5bb4e2[_0x32a8b7(0x110)](_0x5bb4e2['ujsac'](_0x5bb4e2['mwaXz'],_0x52bc94[_0x32a8b7(0xef)]),_0x52bc94[_0x32a8b7(0x112)]||''),_0x5bb4e2['EQAhe']),Status[_0x52bc94[_0x32a8b7(0xf5)][_0x32a8b7(0x71)]]),'\x0a')),this[_0x32a8b7(0xc9)](Status[_0x52bc94[_0x32a8b7(0xf5)][_0x32a8b7(0x71)]]);if(_0x5bb4e2[_0x32a8b7(0xb4)](Status[_0x52bc94[_0x32a8b7(0xf5)][_0x32a8b7(0x71)]],_0x5bb4e2[_0x32a8b7(0x9d)])){_0x3025d6=!![];const _0x1f8f53=_0x5bb4e2[_0x32a8b7(0xc5)](nestedKeyValue,_0x52bc94,[_0x5bb4e2[_0x32a8b7(0x90)],_0x5bb4e2['OjmUc']]);_0x1f8f53&&(testsErrorMessage[_0x5bb4e2[_0x32a8b7(0x84)](_0x5bb4e2['QdHdz'](_0xcaeb76[_0x32a8b7(0xd5)][_0x32a8b7(0xc1)]['name'],_0x5bb4e2[_0x32a8b7(0x9e)]),_0xcaeb76[_0x32a8b7(0xe3)][_0x32a8b7(0xce)])]=_0x1f8f53,this[_0x32a8b7(0xf9)](_0x5bb4e2[_0x32a8b7(0x76)](_0x1f8f53,'\x0a')));}}}),_0x3025d6&&(testSuitesFailed+=0x1),this[_0x5cdd76(0xf9)]('\x0a');}[a6_0x267a31(0x10d)](_0x3dee9d){}[a6_0x267a31(0xb7)](_0x451731){const _0x29e40f=a6_0x267a31,_0x350de4={};_0x350de4[_0x29e40f(0xe2)]=function(_0x31b895,_0x200ab1){return _0x31b895!==_0x200ab1;},_0x350de4[_0x29e40f(0xbc)]=_0x29e40f(0xa4);const _0x4ff335=_0x350de4;if(_0x4ff335[_0x29e40f(0xe2)](_0x451731[_0x29e40f(0x102)],undefined))return![];if(_0x451731[_0x29e40f(0x75)]&&_0x451731[_0x29e40f(0x75)]['uri']['includes'](_0x4ff335[_0x29e40f(0xbc)]))return!![];return![];}[a6_0x267a31(0xc9)](_0x380776){const _0x204e43=a6_0x267a31,_0x2415e1={};_0x2415e1[_0x204e43(0x70)]=_0x204e43(0xbb),_0x2415e1[_0x204e43(0x9c)]='PASSED',_0x2415e1[_0x204e43(0x106)]=_0x204e43(0xcb),_0x2415e1[_0x204e43(0x9b)]=_0x204e43(0xad),_0x2415e1[_0x204e43(0xcf)]=_0x204e43(0xbd),_0x2415e1[_0x204e43(0x92)]='UNKNOWN',_0x2415e1[_0x204e43(0xa2)]=_0x204e43(0x10a);const _0x277e9c=_0x2415e1;switch(_0x380776){case _0x277e9c[_0x204e43(0x70)]:testsFailed+=0x1;break;case _0x277e9c[_0x204e43(0x9c)]:testsPassed+=0x1;break;case _0x277e9c[_0x204e43(0x106)]:testsSkipped+=0x1;break;case _0x277e9c[_0x204e43(0x9b)]:testsPending+=0x1;break;case _0x277e9c['BtBGc']:testsUndefined+=0x1;break;case _0x277e9c[_0x204e43(0x92)]:testsUnknown+=0x1;break;case _0x277e9c[_0x204e43(0xa2)]:testsAmbiguous+=0x1;break;default:break;}}[a6_0x267a31(0xdd)](_0x592b48){const _0x206e11=a6_0x267a31,_0x209f8d={'dXFVP':function(_0x2ebd89,_0x14ae88){return _0x2ebd89!==_0x14ae88;},'xoxDz':function(_0x5cf8ce,_0x55fb74){return _0x5cf8ce!==_0x55fb74;},'iggNC':function(_0x4d5168,_0x2a02fc){return _0x4d5168(_0x2a02fc);},'TJLtN':function(_0x55d523,_0x165c98){return _0x55d523+_0x165c98;},'Jzvst':function(_0x14d37c){return _0x14d37c();}};let _0xb082b5;if(_0x209f8d[_0x206e11(0xa9)](process['env'][_0x206e11(0xaa)],undefined)){const _0x30dc43=JSON[_0x206e11(0xeb)](process[_0x206e11(0xb2)][_0x206e11(0xaa)]);_0xb082b5=_0x30dc43[_0x206e11(0xe4)];}_0x209f8d['xoxDz'](_0xb082b5,undefined)&&(global[_0x206e11(0xa5)]=_0x209f8d['iggNC'](getPlatformName,_0xb082b5),this['log'](_0x209f8d[_0x206e11(0x91)](_0x206e11(0x99)+global[_0x206e11(0xa5)],'\x0a'))),_0x209f8d['Jzvst'](shouldProcessEventForTesthub)&&(TestDetails[_0x206e11(0x9a)](),this['report'][_0x206e11(0xbf)]=_0x592b48);}[a6_0x267a31(0x100)](_0x1994eb){const _0x2bfc34=a6_0x267a31;this[_0x2bfc34(0xe1)]['testRunFinished']=_0x1994eb,this[_0x2bfc34(0x10d)](_0x1994eb);}async[a6_0x267a31(0x73)](_0xad4b50,_0x37c28a,_0x476b45){const _0x136f70=a6_0x267a31,_0x477324={'ZeUOb':function(_0x55684a,_0x4c84d4){return _0x55684a(_0x4c84d4);},'SqVdv':'TestRunStarted','ZVZAe':function(_0x46b086,_0x45f1c9){return _0x46b086&&_0x45f1c9;}};testSuites+=0x1;if(_0x477324[_0x136f70(0x83)](shouldProcessEventForTesthub,_0x477324[_0x136f70(0xb0)]))try{this['report'][_0x136f70(0xf1)]=this[_0x136f70(0xe1)][_0x136f70(0xf1)]||{},this[_0x136f70(0xe1)][_0x136f70(0xf1)][_0xad4b50['id']]=_0xad4b50;const _0xb3e45=TestDetails[_0x136f70(0x114)](_0xad4b50['id']);_testCasesData[_0xad4b50['id']]=Object[_0x136f70(0x87)]({},_0x476b45);const _0x1a874b=this[_0x136f70(0xe1)],_0x36398d=_0xad4b50[_0x136f70(0x6e)],_0x59eb3c=_0x1a874b[_0x136f70(0x7f)][_0x136f70(0xe9)](_0x259105=>_0x259105['id']===_0x36398d)['pickleId'],_0x34516d=_0x1a874b[_0x136f70(0xe3)][_0x136f70(0xe9)](_0x3bcd55=>_0x3bcd55['id']===_0x59eb3c),_0x181875=_0x1a874b[_0x136f70(0xd5)][_0x136f70(0xe9)](_0x3df33a=>_0x3df33a['uri']===_0x34516d[_0x136f70(0xf2)]),_0x5a765f=_0x181875[_0x136f70(0xc1)],_0x3acb36={'uuid':_0xb3e45,'startedAt':new Date()[_0x136f70(0xc0)]()};if(_0x34516d){const _0x5b1627={};_0x5b1627['name']=_0x34516d[_0x136f70(0xce)],_0x3acb36['scenario']=_0x5b1627;}if(_0x477324[_0x136f70(0x93)](_0x181875,_0x5a765f)){const _0xbc539c={};_0xbc539c[_0x136f70(0xde)]=_0x181875[_0x136f70(0xf2)],_0xbc539c[_0x136f70(0xce)]=_0x5a765f[_0x136f70(0xce)],_0xbc539c['description']=_0x5a765f[_0x136f70(0x89)],_0x3acb36[_0x136f70(0xc1)]=_0xbc539c;}_tests[_0x36398d]=_0x3acb36,await testObservabilityReporter[_0x136f70(0x8a)](_0x476b45,_0x181875,_0x34516d,_0x477324['SqVdv'],_0x3acb36);}catch(_0x3ab728){logger[_0x136f70(0xd0)](_0x136f70(0x111)+util[_0x136f70(0x119)](_0x3ab728)+'\x20');}}async['onTestCaseFinished'](_0x5a540f,_0x102a2a,_0xc05063){const _0x1777cd=a6_0x267a31,_0x102109={'bkSdy':function(_0x4c8402,_0x76ad34){return _0x4c8402(_0x76ad34);},'yinyD':_0x1777cd(0x72)};this[_0x1777cd(0xe7)](_0x5a540f);if(_0x102109[_0x1777cd(0xc2)](shouldProcessEventForTesthub,_0x102109[_0x1777cd(0x78)]))try{this[_0x1777cd(0xe1)]['testCaseFinished']=this[_0x1777cd(0xe1)]['testCaseFinished']||{},this['report'][_0x1777cd(0x8c)][_0x5a540f['testCaseStartedId']]=_0x5a540f,_testCasesData[_0xc05063['id']]=Object[_0x1777cd(0x87)]({},_0xc05063);const _0x4d98e0=_0x5a540f[_0x1777cd(0xe8)],_0x1fdf17=_0x102a2a[_0x1777cd(0x8d)][_0x1777cd(0x95)][_0x4d98e0][_0x1777cd(0x6e)],_0x28c7c8=_0x102a2a[_0x1777cd(0x8d)][_0x1777cd(0xf7)][_0x1fdf17],_0xd359e6=_0x28c7c8['pickleId'],_0x1eb0d1=_0x102a2a[_0x1777cd(0x8d)][_0x1777cd(0x10b)][_0xd359e6],_0x54ec05=this[_0x1777cd(0x77)](_0x102a2a,_0x1eb0d1),_0x461894=_tests[_0x1fdf17];_0x461894&&(delete _tests[_0x1fdf17],_0x461894[_0x1777cd(0xee)]=new Date()[_0x1777cd(0xc0)]()),await testObservabilityReporter['sendTestRunEventForCucumber'](_0xc05063,_0x54ec05,_0x1eb0d1,_0x102109[_0x1777cd(0x78)],_0x461894);}catch(_0x4bf32e){logger[_0x1777cd(0xd0)]('Exception\x20in\x20sending\x20onTestCaseFinished\x20event:\x20\x20'+util['format'](_0x4bf32e));}}async[a6_0x267a31(0xd4)](_0x40e60b,_0x5a984b){const _0x39c22f=a6_0x267a31,_0x52b981={'EBflO':function(_0x171b2c,_0xed8a57){return _0x171b2c(_0xed8a57);},'nFyPY':_0x39c22f(0xf4),'iuuxS':function(_0x2f7a0e,_0x5a8f72){return _0x2f7a0e!==_0x5a8f72;},'uReZx':'testStepId'};if(_0x52b981[_0x39c22f(0xcd)](shouldProcessEventForTesthub,_0x52b981['nFyPY']))try{this[_0x39c22f(0xe1)][_0x39c22f(0xa1)]=this[_0x39c22f(0xe1)][_0x39c22f(0xa1)]||{},this[_0x39c22f(0xe1)][_0x39c22f(0xa1)][_0x40e60b[_0x39c22f(0xe8)]]=_0x40e60b;const _0x4f1d47=_0x40e60b[_0x39c22f(0xe8)],_0x34899f=_0x5a984b[_0x39c22f(0x8d)]['testCaseAttemptDataMap'][_0x4f1d47][_0x39c22f(0x6e)],_0x4c64cd=this['report'][_0x39c22f(0x7f)][_0x39c22f(0xe9)](_0xb5d669=>_0xb5d669['id']===_0x34899f)['pickleId'],_0x5b2473=this[_0x39c22f(0xe1)][_0x39c22f(0xe3)]['find'](_0x4add3a=>_0x4add3a['id']===_0x4c64cd),_0x3c0c5a=this[_0x39c22f(0xe1)]['testCases'][_0x39c22f(0xe9)](_0x6487c2=>_0x6487c2['id']===_0x34899f)[_0x39c22f(0xd9)],_0x4b1594=this[_0x39c22f(0xe1)][_0x39c22f(0xa1)][_0x4f1d47]['testStepId'],_0x4e8783=_0x3c0c5a['find'](_0x5a27cc=>_0x5a27cc['id']===_0x4b1594)[_0x39c22f(0xa6)],_0x10c135=_0x5b2473['steps'][_0x39c22f(0xe9)](_0x3f217f=>_0x3f217f['id']===_0x4e8783);if(_0x4e8783&&_tests[_0x34899f]&&_0x52b981['iuuxS'](_tests[_0x34899f][_0x52b981[_0x39c22f(0xc6)]],_0x4b1594)){_tests[_0x34899f][_0x52b981['uReZx']]=_0x4b1594;const _0x580a84={};_0x580a84[_0x39c22f(0xa3)]=[];const _0x205981=_tests[_0x34899f]||_0x580a84;_0x205981&&!_0x205981['steps']&&(_0x205981[_0x39c22f(0xa3)]=[]),_0x205981[_0x39c22f(0xa3)][_0x39c22f(0xa8)]({'id':_0x10c135['id'],'text':_0x10c135[_0x39c22f(0x112)],'started_at':new Date()[_0x39c22f(0xc0)]()}),_tests[_0x34899f]=_0x205981;}await testObservabilityReporter[_0x39c22f(0xba)](this['report'],_0x4f1d47,_0x52b981[_0x39c22f(0xa0)],_0x3c0c5a,_0x4b1594,_tests[_0x34899f]);}catch(_0x51eb97){logger[_0x39c22f(0xd0)](_0x39c22f(0x105)+util[_0x39c22f(0x119)](_0x51eb97));}}async[a6_0x267a31(0x7e)](_0x24db6c,_0x3ac1fc){const _0x168a57=a6_0x267a31,_0x4fc4fb={'FLQBY':function(_0x17bd52,_0x40addc){return _0x17bd52===_0x40addc;},'FZDDE':_0x168a57(0x86),'VMBfZ':function(_0x2e9140,_0x1c9ac0){return _0x2e9140(_0x1c9ac0);},'qoIfZ':_0x168a57(0x7b),'ytmxH':function(_0x20a2d0,_0x5d81d3){return _0x20a2d0===_0x5d81d3;},'iSvfy':'failed','XCDfw':function(_0x1cbb4e,_0x38034f){return _0x1cbb4e===_0x38034f;},'ykRIj':_0x168a57(0xc8),'kRPLr':_0x168a57(0xfd)};this[_0x168a57(0xe1)][_0x168a57(0xb6)]=this[_0x168a57(0xe1)][_0x168a57(0xb6)]||{},this[_0x168a57(0xe1)][_0x168a57(0xb6)][_0x24db6c[_0x168a57(0xe8)]]=_0x24db6c;if(_0x4fc4fb['VMBfZ'](shouldProcessEventForTesthub,_0x4fc4fb[_0x168a57(0x8e)]))try{const _0x157fe5=_0x24db6c[_0x168a57(0xe8)],_0x4c123c=_0x3ac1fc[_0x168a57(0x8d)]['testCaseAttemptDataMap'][_0x157fe5][_0x168a57(0x6e)],_0x29f62a=_0x3ac1fc[_0x168a57(0x8d)][_0x168a57(0xf7)][_0x4c123c],_0x574fa2=_0x29f62a[_0x168a57(0xfb)],_0x7a7241=_0x3ac1fc[_0x168a57(0x8d)][_0x168a57(0x10b)][_0x574fa2],_0x1c2cd8=_0x24db6c['testStepId'],_0x147d89=_0x29f62a[_0x168a57(0xd9)],_0x503852=this[_0x168a57(0x8d)]['getTestCaseAttempt'](_0x157fe5),_0x591eec=_0x147d89['find'](_0x19eb4a=>_0x19eb4a['id']===_0x1c2cd8)[_0x168a57(0xa6)];let _0x207e8a,_0x2dcd49;_0x24db6c[_0x168a57(0xdb)]&&_0x4fc4fb['ytmxH'](_0x24db6c[_0x168a57(0xdb)][_0x168a57(0x71)][_0x168a57(0xf6)]()[_0x168a57(0xc7)](),_0x4fc4fb['iSvfy'])&&(_0x207e8a=_0x4fc4fb['XCDfw'](_0x24db6c[_0x168a57(0xdb)][_0x168a57(0x81)],undefined)?_0x24db6c['testStepResult'][_0x168a57(0x107)]:_0x24db6c[_0x168a57(0xdb)][_0x168a57(0x81)][_0x168a57(0x107)],_0x2dcd49=_0x4fc4fb['FLQBY'](_0x24db6c['testStepResult'][_0x168a57(0x81)],undefined)?_0x4fc4fb['ykRIj']:_0x24db6c[_0x168a57(0xdb)]['message']);await testObservabilityReporter[_0x168a57(0xba)](this['report'],_0x157fe5,_0x4fc4fb['qoIfZ'],_0x147d89,_0x1c2cd8,_tests[_0x4c123c]);if(_0x591eec&&_tests[_0x4c123c][_0x4fc4fb[_0x168a57(0xea)]]){const _0x331796=_0x7a7241[_0x168a57(0xa3)][_0x168a57(0xe9)](_0x130363=>_0x130363['id']===_0x591eec),_0x4d301e={};_0x4d301e[_0x168a57(0xa3)]=[];const _0x5b44a2=_tests[_0x4c123c]||_0x4d301e;!_0x5b44a2[_0x168a57(0xa3)]?_0x5b44a2['steps']=[{'id':_0x331796['id'],'text':_0x331796[_0x168a57(0x112)],'finished_at':new Date()[_0x168a57(0xc0)](),'result':_0x24db6c[_0x168a57(0xdb)]['status'],'duration':_0x24db6c[_0x168a57(0xdb)][_0x168a57(0xec)][_0x168a57(0xe5)],'failure':_0x207e8a,'failureType':_0x2dcd49}]:_0x5b44a2[_0x168a57(0xa3)][_0x168a57(0xaf)](_0x37aab7=>{const _0x179032=_0x168a57;if(_0x4fc4fb[_0x179032(0x85)](_0x37aab7['id'],_0x331796['id'])){const _0x402d24=_0x4fc4fb[_0x179032(0xed)][_0x179032(0xa7)]('|');let _0x101758=0x0;while(!![]){switch(_0x402d24[_0x101758++]){case'0':_0x37aab7[_0x179032(0xec)]=_0x24db6c[_0x179032(0xdb)][_0x179032(0xec)]['seconds'];continue;case'1':_0x37aab7[_0x179032(0x10e)]=_0x2dcd49;continue;case'2':_0x37aab7[_0x179032(0x98)]=new Date()[_0x179032(0xc0)]();continue;case'3':_0x37aab7[_0x179032(0xd6)]=_0x207e8a;continue;case'4':_0x37aab7[_0x179032(0xf5)]=_0x24db6c[_0x179032(0xdb)][_0x179032(0x71)];continue;}break;}}}),_tests[_0x4c123c]=_0x5b44a2,delete _tests[_0x4c123c][_0x4fc4fb['kRPLr']];}}catch(_0x276cc4){logger[_0x168a57(0xd0)](_0x168a57(0xf0)+util[_0x168a57(0x119)](_0x276cc4));}}[a6_0x267a31(0x96)](_0x3ee0f3){const _0x4e7e28=a6_0x267a31,_0x5ae34b={};return _0x3ee0f3[_0x4e7e28(0xc1)][_0x4e7e28(0xb8)][_0x4e7e28(0xfa)](this[_0x4e7e28(0x103)])[_0x4e7e28(0x6f)]()[_0x4e7e28(0xaf)](_0x43aaf2=>_0x43aaf2[_0x4e7e28(0xa3)]['forEach'](_0x15883c=>_0x5ae34b[_0x15883c['id']]=_0x15883c)),_0x5ae34b;}[a6_0x267a31(0x103)](_0x40f69d){const _0x69a52=a6_0x267a31,_0x180504={'IUnFE':function(_0x37184d,_0x1d97c5){return _0x37184d(_0x1d97c5);}};if(!_0x180504[_0x69a52(0x10f)](isUndefined,_0x40f69d[_0x69a52(0xfe)]))return[_0x40f69d[_0x69a52(0xfe)]];else{if(!_0x180504[_0x69a52(0x10f)](isUndefined,_0x40f69d['rule']))return _0x40f69d[_0x69a52(0x82)]['children']['map'](_0x113687=>!isUndefined(_0x113687[_0x69a52(0xfe)])?_0x113687[_0x69a52(0xfe)]:_0x113687[_0x69a52(0xb5)]);};return[_0x40f69d[_0x69a52(0xb5)]];}[a6_0x267a31(0x77)](_0x23f025,_0x38036f){const _0x356c33=a6_0x267a31;return Object['values'](_0x23f025['eventDataCollector'][_0x356c33(0xae)])['find'](_0x57d510=>_0x57d510[_0x356c33(0xf2)]===_0x38036f[_0x356c33(0xf2)]);}}module[a6_0x267a31(0x88)]=o11yClassErrorHandler(BrowserstackFormatter,[a6_0x267a31(0x73),a6_0x267a31(0x115),'onTestStepStarted','onTestStepFinished',a6_0x267a31(0xdd),a6_0x267a31(0x100),a6_0x267a31(0x103),a6_0x267a31(0x77),a6_0x267a31(0x96)]);
1
+ const a6_0x1bcfdf=a6_0x29e9;(function(_0x4d35bb,_0x170217){const _0x5457dd=a6_0x29e9,_0x36a8a3=_0x4d35bb();while(!![]){try{const _0x41b70e=parseInt(_0x5457dd(0x1b4))/0x1*(parseInt(_0x5457dd(0x212))/0x2)+parseInt(_0x5457dd(0x20c))/0x3+-parseInt(_0x5457dd(0x208))/0x4*(parseInt(_0x5457dd(0x23f))/0x5)+parseInt(_0x5457dd(0x1b5))/0x6*(-parseInt(_0x5457dd(0x238))/0x7)+parseInt(_0x5457dd(0x209))/0x8+-parseInt(_0x5457dd(0x1d2))/0x9+parseInt(_0x5457dd(0x235))/0xa;if(_0x41b70e===_0x170217)break;else _0x36a8a3['push'](_0x36a8a3['shift']());}catch(_0x25b730){_0x36a8a3['push'](_0x36a8a3['shift']());}}}(a6_0xb9a6,0xa2f59));const {requireModule,getPlatformName,nestedKeyValue,isUndefined,isBrowserstackInfra}=require('../../../helpers/helper'),util=require('util'),{Formatter,formatterHelpers,Status}=requireModule('@cucumber/cucumber'),TestDetails=require('../../playwright/reporter/test-details.js'),TestObservabilityReporter=require('../test-observability.js'),{o11yClassErrorHandler}=require(a6_0x1bcfdf(0x1f4)),{shouldProcessEventForTesthub}=require(a6_0x1bcfdf(0x1ff)),testObservabilityReporter=new TestObservabilityReporter(),logger=require('../../../helpers/logger')[a6_0x1bcfdf(0x1c4)],_tests={},_testCasesData={};function a6_0x29e9(_0x4c6027,_0xcee20b){const _0xb9a67b=a6_0xb9a6();return a6_0x29e9=function(_0x29e9e7,_0x3a1d0f){_0x29e9e7=_0x29e9e7-0x1b1;let _0x158211=_0xb9a67b[_0x29e9e7];return _0x158211;},a6_0x29e9(_0x4c6027,_0xcee20b);}class BrowserstackFormatter extends Formatter{constructor(_0x349e16){const _0x48a5b2=a6_0x1bcfdf,_0x194bd8={};_0x194bd8['CeRIE']=_0x48a5b2(0x1d5);const _0x12e550=_0x194bd8;super(_0x349e16),this[_0x48a5b2(0x1ed)]={},_0x349e16[_0x48a5b2(0x229)]['on'](_0x12e550['CeRIE'],async _0x2b9075=>{const _0x3b8454=_0x48a5b2;switch(!![]){case!!_0x2b9075[_0x3b8454(0x232)]:this[_0x3b8454(0x1e7)](_0x2b9075['testRunStarted']);break;case!!_0x2b9075[_0x3b8454(0x1d9)]:this[_0x3b8454(0x1b8)](_0x2b9075['testRunFinished']);break;case!!_0x2b9075['testCaseStarted']:this['onTestCaseStarted'](_0x2b9075[_0x3b8454(0x203)],_0x349e16,_0x2b9075);break;case!!_0x2b9075['testCaseFinished']:this[_0x3b8454(0x1ee)](_0x2b9075[_0x3b8454(0x218)],_0x349e16,_0x2b9075);break;case!!_0x2b9075[_0x3b8454(0x240)]:this[_0x3b8454(0x1f8)](_0x2b9075[_0x3b8454(0x240)],_0x349e16);break;case!!_0x2b9075['testStepFinished']:this[_0x3b8454(0x22d)](_0x2b9075['testStepFinished'],_0x349e16);break;case!!_0x2b9075['hook']:this[_0x3b8454(0x1db)](_0x2b9075[_0x3b8454(0x231)]);break;case!!_0x2b9075[_0x3b8454(0x21b)]:this[_0x3b8454(0x1dc)](_0x2b9075['testCase']);break;case!!_0x2b9075[_0x3b8454(0x1c6)]:this[_0x3b8454(0x1da)](_0x2b9075[_0x3b8454(0x1c6)]);break;case!!_0x2b9075[_0x3b8454(0x215)]:this[_0x3b8454(0x211)](_0x2b9075['gherkinDocument']);break;}});}['onHook'](_0x22f3ee){const _0x459b76=a6_0x1bcfdf;this[_0x459b76(0x1ed)][_0x459b76(0x1be)]=Object[_0x459b76(0x1d1)]([],this[_0x459b76(0x1ed)]['hooks']||[]),this[_0x459b76(0x1ed)][_0x459b76(0x1be)][_0x459b76(0x1de)](_0x22f3ee);}[a6_0x1bcfdf(0x1da)](_0x276fc6){const _0x1acc7a=a6_0x1bcfdf;this[_0x1acc7a(0x1ed)][_0x1acc7a(0x1c6)]=Object['assign']([],this[_0x1acc7a(0x1ed)][_0x1acc7a(0x1c6)]||[],[_0x276fc6]),this[_0x1acc7a(0x1ed)][_0x1acc7a(0x1c6)][_0x1acc7a(0x1de)](_0x276fc6);}[a6_0x1bcfdf(0x211)](_0x5660c5){const _0x18d1ac=a6_0x1bcfdf;this['report'][_0x18d1ac(0x215)]=Object['assign']([],this['report'][_0x18d1ac(0x215)]||[],[_0x5660c5]),this[_0x18d1ac(0x1ed)][_0x18d1ac(0x215)][_0x18d1ac(0x1de)](_0x5660c5);}[a6_0x1bcfdf(0x202)](_0x5e2460){const _0x4e794f=a6_0x1bcfdf;this[_0x4e794f(0x1ed)]['source']=_0x5e2460;}[a6_0x1bcfdf(0x1d6)](_0x30d035){const _0x1f6c45=a6_0x1bcfdf;this[_0x1f6c45(0x1ed)][_0x1f6c45(0x24d)]=Object[_0x1f6c45(0x1d1)]([],this[_0x1f6c45(0x1ed)][_0x1f6c45(0x24d)]||[],[_0x30d035]),this[_0x1f6c45(0x1ed)][_0x1f6c45(0x24d)][_0x1f6c45(0x1de)](_0x30d035);}[a6_0x1bcfdf(0x1dc)](_0x50c30b){const _0x5b1e88=a6_0x1bcfdf;this[_0x5b1e88(0x1ed)][_0x5b1e88(0x1e9)]=Object['assign']([],this[_0x5b1e88(0x1ed)][_0x5b1e88(0x1e9)]||[],[_0x50c30b]),this[_0x5b1e88(0x1ed)]['testCases'][_0x5b1e88(0x1de)](_0x50c30b);}[a6_0x1bcfdf(0x251)](_0x501793){const _0x1708d8=a6_0x1bcfdf,_0x3261eb={'vZeRM':function(_0x309606,_0x33a354){return _0x309606!==_0x33a354;},'Igjoz':_0x1708d8(0x237),'BHLiM':function(_0x33990c,_0x2732d4){return _0x33990c+_0x2732d4;},'mOCoa':function(_0x1de3e2,_0x1ecb1c){return _0x1de3e2+_0x1ecb1c;},'QdoVo':function(_0x29ff1a,_0x277d13){return _0x29ff1a+_0x277d13;},'GXThg':function(_0x564845,_0x1bc6f9){return _0x564845+_0x1bc6f9;},'jbsTS':_0x1708d8(0x1d3),'ugcLY':_0x1708d8(0x22b),'BfldC':function(_0x58b32e,_0x5d97bb){return _0x58b32e===_0x5d97bb;},'CQuVC':_0x1708d8(0x24a),'vNckA':function(_0x13c002,_0xce70b5,_0x1a53c7){return _0x13c002(_0xce70b5,_0x1a53c7);},'lcRzg':_0x1708d8(0x234),'zccLe':_0x1708d8(0x1d7),'iDRux':function(_0x4a5ac0,_0x23e263){return _0x4a5ac0+_0x23e263;},'lomQL':function(_0x586c9d,_0x37887a){return _0x586c9d+_0x37887a;},'vjhYb':function(_0x159d31,_0x57413e){return _0x159d31+_0x57413e;},'DOxdQ':function(_0x125616,_0x250b16){return _0x125616+_0x250b16;}};_0x3261eb[_0x1708d8(0x1c0)](global[_0x1708d8(0x1b2)],undefined)&&this[_0x1708d8(0x227)](_0x3261eb[_0x1708d8(0x1bc)](_0x3261eb[_0x1708d8(0x1f1)]('\x0a',global[_0x1708d8(0x1b2)]),'\x0a'));const _0x5e85cf=this[_0x1708d8(0x226)]['getTestCaseAttempt'](_0x501793['testCaseStartedId']);this['log'](_0x3261eb['vjhYb'](_0x3261eb[_0x1708d8(0x1f1)](_0x3261eb['DOxdQ'](_0x3261eb[_0x1708d8(0x1ef)]('\x20\x20',_0x5e85cf['gherkinDocument']['feature'][_0x1708d8(0x241)]),_0x3261eb[_0x1708d8(0x21f)]),_0x5e85cf[_0x1708d8(0x1c6)][_0x1708d8(0x241)]),'\x0a'));const _0x282ddb={};_0x282ddb['cwd']=this[_0x1708d8(0x244)],_0x282ddb[_0x1708d8(0x1ba)]=this[_0x1708d8(0x1ba)],_0x282ddb[_0x1708d8(0x245)]=this[_0x1708d8(0x245)],_0x282ddb['testCaseAttempt']=_0x5e85cf;const _0x5aae23=formatterHelpers[_0x1708d8(0x220)](_0x282ddb);let _0x570d15=![];_0x5aae23[_0x1708d8(0x20f)][_0x1708d8(0x1ca)](_0x43a6a1=>{const _0x45b12c=_0x1708d8;if(_0x3261eb[_0x45b12c(0x1c0)](_0x43a6a1[_0x45b12c(0x241)],_0x3261eb['Igjoz'])&&!this[_0x45b12c(0x1eb)](_0x43a6a1)){totalTests+=0x1,this['log'](_0x3261eb[_0x45b12c(0x1f1)](_0x3261eb[_0x45b12c(0x206)](_0x3261eb[_0x45b12c(0x1ef)](_0x3261eb['GXThg'](_0x3261eb[_0x45b12c(0x1ef)](_0x3261eb[_0x45b12c(0x247)],_0x43a6a1[_0x45b12c(0x20d)]),_0x43a6a1[_0x45b12c(0x1e5)]||''),_0x3261eb[_0x45b12c(0x21f)]),Status[_0x43a6a1['result']['status']]),'\x0a')),this[_0x45b12c(0x1ce)](Status[_0x43a6a1['result'][_0x45b12c(0x1cf)]]);if(_0x3261eb[_0x45b12c(0x222)](Status[_0x43a6a1[_0x45b12c(0x234)][_0x45b12c(0x1cf)]],_0x3261eb[_0x45b12c(0x224)])){_0x570d15=!![];const _0x292fdc=_0x3261eb[_0x45b12c(0x201)](nestedKeyValue,_0x43a6a1,[_0x3261eb[_0x45b12c(0x23c)],_0x3261eb['zccLe']]);_0x292fdc&&(testsErrorMessage[_0x3261eb[_0x45b12c(0x1e2)](_0x3261eb['mOCoa'](_0x5e85cf[_0x45b12c(0x215)][_0x45b12c(0x1e0)]['name'],_0x3261eb['ugcLY']),_0x5e85cf[_0x45b12c(0x1c6)][_0x45b12c(0x241)])]=_0x292fdc,this['log'](_0x3261eb[_0x45b12c(0x204)](_0x292fdc,'\x0a')));}}}),_0x570d15&&(testSuitesFailed+=0x1),this[_0x1708d8(0x227)]('\x0a');}['logTestRunFinished'](_0x21bc68){}[a6_0x1bcfdf(0x1eb)](_0x2a933c){const _0x26ff03=a6_0x1bcfdf,_0x5e5213={};_0x5e5213[_0x26ff03(0x21c)]=function(_0x3acceb,_0x3e2833){return _0x3acceb!==_0x3e2833;},_0x5e5213['XboXq']=_0x26ff03(0x243);const _0x2f3d83=_0x5e5213;if(_0x2f3d83['ZMcaT'](_0x2a933c['sourceLocation'],undefined))return![];if(_0x2a933c[_0x26ff03(0x1b6)]&&_0x2a933c['actionLocation'][_0x26ff03(0x24c)]['includes'](_0x2f3d83[_0x26ff03(0x1bf)]))return!![];return![];}['incrementCounter'](_0x2c90e5){const _0x157324=a6_0x1bcfdf,_0x37f441={};_0x37f441['mRGwS']=_0x157324(0x24a),_0x37f441['sTHiu']=_0x157324(0x1e3),_0x37f441['bLzCR']=_0x157324(0x24f),_0x37f441[_0x157324(0x1fe)]=_0x157324(0x1fd),_0x37f441[_0x157324(0x214)]=_0x157324(0x21e),_0x37f441[_0x157324(0x23d)]=_0x157324(0x228),_0x37f441[_0x157324(0x1f2)]=_0x157324(0x233);const _0x5e3129=_0x37f441;switch(_0x2c90e5){case _0x5e3129[_0x157324(0x24e)]:testsFailed+=0x1;break;case _0x5e3129[_0x157324(0x23e)]:testsPassed+=0x1;break;case _0x5e3129[_0x157324(0x250)]:testsSkipped+=0x1;break;case _0x5e3129['HasmO']:testsPending+=0x1;break;case _0x5e3129[_0x157324(0x214)]:testsUndefined+=0x1;break;case _0x5e3129[_0x157324(0x23d)]:testsUnknown+=0x1;break;case _0x5e3129[_0x157324(0x1f2)]:testsAmbiguous+=0x1;break;default:break;}}[a6_0x1bcfdf(0x1e7)](_0x40971a){const _0x530e34=a6_0x1bcfdf,_0x28748c={'prQXu':function(_0x4743a4,_0x4be89a){return _0x4743a4!==_0x4be89a;},'nfUre':function(_0x5a7175,_0x503906){return _0x5a7175!==_0x503906;},'pMrly':function(_0x5337f2){return _0x5337f2();},'lOKsB':function(_0x4e9fca,_0x2146c8){return _0x4e9fca(_0x2146c8);},'bswkK':function(_0xef09f9,_0x166002){return _0xef09f9+_0x166002;}};let _0x2995ab;if(_0x28748c['prQXu'](process['env'][_0x530e34(0x1b9)],undefined)){const _0x24ad13=JSON[_0x530e34(0x252)](process[_0x530e34(0x1ea)]['CONFIG']);_0x2995ab=_0x24ad13[_0x530e34(0x1f7)];}_0x28748c['nfUre'](_0x2995ab,undefined)&&_0x28748c[_0x530e34(0x1dd)](isBrowserstackInfra)&&(global[_0x530e34(0x1b2)]=_0x28748c['lOKsB'](getPlatformName,_0x2995ab),this[_0x530e34(0x227)](_0x28748c[_0x530e34(0x20e)](_0x530e34(0x1c8)+global[_0x530e34(0x1b2)],'\x0a'))),_0x28748c[_0x530e34(0x1dd)](shouldProcessEventForTesthub)&&(TestDetails[_0x530e34(0x225)](),this[_0x530e34(0x1ed)][_0x530e34(0x232)]=_0x40971a);}[a6_0x1bcfdf(0x1b8)](_0x504ba7){const _0x36139e=a6_0x1bcfdf;this['report'][_0x36139e(0x1d9)]=_0x504ba7,this[_0x36139e(0x210)](_0x504ba7);}async[a6_0x1bcfdf(0x216)](_0x334978,_0x1b115e,_0x56ae76){const _0x34f7f1=a6_0x1bcfdf,_0x56c0f0={'WnUWb':function(_0xe6e2ac,_0x2797ed){return _0xe6e2ac(_0x2797ed);},'AASeZ':_0x34f7f1(0x207),'rqkdF':function(_0x411aa4,_0x250f4a){return _0x411aa4&&_0x250f4a;}};testSuites+=0x1;if(_0x56c0f0['WnUWb'](shouldProcessEventForTesthub,_0x56c0f0[_0x34f7f1(0x22a)]))try{this['report'][_0x34f7f1(0x203)]=this[_0x34f7f1(0x1ed)][_0x34f7f1(0x203)]||{},this[_0x34f7f1(0x1ed)][_0x34f7f1(0x203)][_0x334978['id']]=_0x334978;const _0x34f0f9=TestDetails[_0x34f7f1(0x23a)](_0x334978['id']);_testCasesData[_0x334978['id']]=Object[_0x34f7f1(0x1d1)]({},_0x56ae76);const _0x58f780=this[_0x34f7f1(0x1ed)],_0x1425d4=_0x334978['testCaseId'],_0x34444b=_0x58f780[_0x34f7f1(0x1e9)][_0x34f7f1(0x1fa)](_0x83572a=>_0x83572a['id']===_0x1425d4)[_0x34f7f1(0x1bb)],_0x5bf90a=_0x58f780[_0x34f7f1(0x1c6)][_0x34f7f1(0x1fa)](_0x24394a=>_0x24394a['id']===_0x34444b),_0x5b6704=_0x58f780[_0x34f7f1(0x215)]['find'](_0x5a3895=>_0x5a3895['uri']===_0x5bf90a['uri']),_0x44c561=_0x5b6704[_0x34f7f1(0x1e0)],_0x36b853={'uuid':_0x34f0f9,'startedAt':new Date()['toISOString']()};if(_0x5bf90a){const _0xf36048={};_0xf36048['name']=_0x5bf90a[_0x34f7f1(0x241)],_0x36b853[_0x34f7f1(0x21d)]=_0xf36048;}if(_0x56c0f0['rqkdF'](_0x5b6704,_0x44c561)){const _0x1fac3a={};_0x1fac3a[_0x34f7f1(0x1f6)]=_0x5b6704[_0x34f7f1(0x24c)],_0x1fac3a[_0x34f7f1(0x241)]=_0x44c561[_0x34f7f1(0x241)],_0x1fac3a[_0x34f7f1(0x246)]=_0x44c561[_0x34f7f1(0x246)],_0x36b853[_0x34f7f1(0x1e0)]=_0x1fac3a;}_tests[_0x1425d4]=_0x36b853,await testObservabilityReporter[_0x34f7f1(0x205)](_0x56ae76,_0x5b6704,_0x5bf90a,_0x56c0f0[_0x34f7f1(0x22a)],_0x36b853);}catch(_0x5ccceb){logger['debug'](_0x34f7f1(0x239)+util[_0x34f7f1(0x1c5)](_0x5ccceb)+'\x20');}}async[a6_0x1bcfdf(0x1ee)](_0x2da282,_0x300837,_0x3a6239){const _0x52f673=a6_0x1bcfdf,_0x5b144e={'pLfWz':function(_0x1379c6,_0x1a85dd){return _0x1379c6(_0x1a85dd);},'keeda':_0x52f673(0x1b1)};this[_0x52f673(0x251)](_0x2da282);if(_0x5b144e['pLfWz'](shouldProcessEventForTesthub,_0x5b144e['keeda']))try{this[_0x52f673(0x1ed)][_0x52f673(0x218)]=this[_0x52f673(0x1ed)]['testCaseFinished']||{},this[_0x52f673(0x1ed)][_0x52f673(0x218)][_0x2da282[_0x52f673(0x242)]]=_0x2da282,_testCasesData[_0x3a6239['id']]=Object['assign']({},_0x3a6239);const _0x21b6a0=_0x2da282['testCaseStartedId'],_0x4b9388=_0x300837[_0x52f673(0x226)]['testCaseAttemptDataMap'][_0x21b6a0][_0x52f673(0x1b7)],_0x2cc1c1=_0x300837['eventDataCollector']['testCaseMap'][_0x4b9388],_0x308800=_0x2cc1c1[_0x52f673(0x1bb)],_0x95b950=_0x300837[_0x52f673(0x226)]['pickleMap'][_0x308800],_0x416e69=this[_0x52f673(0x20a)](_0x300837,_0x95b950),_0x19ca76=_tests[_0x4b9388];_0x19ca76&&(delete _tests[_0x4b9388],_0x19ca76[_0x52f673(0x1f3)]=new Date()[_0x52f673(0x1bd)]()),await testObservabilityReporter['sendTestRunEventForCucumber'](_0x3a6239,_0x416e69,_0x95b950,_0x5b144e[_0x52f673(0x1d4)],_0x19ca76);}catch(_0x31cfaa){logger[_0x52f673(0x1ec)](_0x52f673(0x1d8)+util[_0x52f673(0x1c5)](_0x31cfaa));}}async[a6_0x1bcfdf(0x1f8)](_0x2de549,_0x2a0a07){const _0x55921d=a6_0x1bcfdf,_0x247535={'MmWvZ':function(_0x31d9f6,_0x22cee7){return _0x31d9f6(_0x22cee7);},'orvHo':_0x55921d(0x22c),'YHakj':function(_0x810a2f,_0x5a1457){return _0x810a2f!==_0x5a1457;},'trixU':_0x55921d(0x248)};if(_0x247535[_0x55921d(0x1f0)](shouldProcessEventForTesthub,_0x247535[_0x55921d(0x1e4)]))try{this[_0x55921d(0x1ed)][_0x55921d(0x240)]=this[_0x55921d(0x1ed)][_0x55921d(0x240)]||{},this[_0x55921d(0x1ed)][_0x55921d(0x240)][_0x2de549[_0x55921d(0x242)]]=_0x2de549;const _0x22d804=_0x2de549[_0x55921d(0x242)],_0x41abd6=_0x2a0a07['eventDataCollector'][_0x55921d(0x213)][_0x22d804][_0x55921d(0x1b7)],_0x272d58=this[_0x55921d(0x1ed)][_0x55921d(0x1e9)]['find'](_0x4ad19a=>_0x4ad19a['id']===_0x41abd6)[_0x55921d(0x1bb)],_0x36f8b9=this[_0x55921d(0x1ed)]['pickle'][_0x55921d(0x1fa)](_0x4d91dd=>_0x4d91dd['id']===_0x272d58),_0x1a1e97=this[_0x55921d(0x1ed)][_0x55921d(0x1e9)]['find'](_0x10f19e=>_0x10f19e['id']===_0x41abd6)[_0x55921d(0x20f)],_0x32121e=this[_0x55921d(0x1ed)][_0x55921d(0x240)][_0x22d804][_0x55921d(0x248)],_0xdd6866=_0x1a1e97['find'](_0x1483ce=>_0x1483ce['id']===_0x32121e)['pickleStepId'],_0xc226fd=_0x36f8b9[_0x55921d(0x221)][_0x55921d(0x1fa)](_0x43eb31=>_0x43eb31['id']===_0xdd6866);if(_0xdd6866&&_tests[_0x41abd6]&&_0x247535['YHakj'](_tests[_0x41abd6][_0x247535[_0x55921d(0x236)]],_0x32121e)){_tests[_0x41abd6][_0x247535['trixU']]=_0x32121e;const _0x16f1a9={};_0x16f1a9[_0x55921d(0x221)]=[];const _0x542476=_tests[_0x41abd6]||_0x16f1a9;_0x542476&&!_0x542476[_0x55921d(0x221)]&&(_0x542476[_0x55921d(0x221)]=[]),_0x542476['steps']['push']({'id':_0xc226fd['id'],'text':_0xc226fd['text'],'started_at':new Date()[_0x55921d(0x1bd)]()}),_tests[_0x41abd6]=_0x542476;}await testObservabilityReporter[_0x55921d(0x1c1)](this[_0x55921d(0x1ed)],_0x22d804,_0x247535[_0x55921d(0x1e4)],_0x1a1e97,_0x32121e,_tests[_0x41abd6]);}catch(_0x215bd4){logger[_0x55921d(0x1ec)]('Exception\x20in\x20onTestStepStarted\x20event:\x20'+util[_0x55921d(0x1c5)](_0x215bd4));}}async['onTestStepFinished'](_0x41a52f,_0x4ecaa8){const _0x240e6d=a6_0x1bcfdf,_0x4906b5={'LTZxr':function(_0x13e659,_0x5428f3){return _0x13e659===_0x5428f3;},'gStNd':_0x240e6d(0x1d0),'fHhNl':function(_0x48efc8,_0xa1f049){return _0x48efc8(_0xa1f049);},'oEXps':_0x240e6d(0x1e8),'WTgFd':function(_0x36def2,_0x3c2d13){return _0x36def2===_0x3c2d13;},'Vadgs':_0x240e6d(0x23b),'BzXrR':function(_0x3f33bc,_0x44f0cb){return _0x3f33bc===_0x44f0cb;},'RJmUW':'UnhandledError','WQALv':_0x240e6d(0x248)};this[_0x240e6d(0x1ed)][_0x240e6d(0x20b)]=this[_0x240e6d(0x1ed)][_0x240e6d(0x20b)]||{},this[_0x240e6d(0x1ed)][_0x240e6d(0x20b)][_0x41a52f[_0x240e6d(0x242)]]=_0x41a52f;if(_0x4906b5[_0x240e6d(0x24b)](shouldProcessEventForTesthub,_0x4906b5[_0x240e6d(0x22e)]))try{const _0x272be8=_0x41a52f[_0x240e6d(0x242)],_0x48cce3=_0x4ecaa8[_0x240e6d(0x226)][_0x240e6d(0x213)][_0x272be8]['testCaseId'],_0x503993=_0x4ecaa8[_0x240e6d(0x226)]['testCaseMap'][_0x48cce3],_0x51a27e=_0x503993[_0x240e6d(0x1bb)],_0x445d3f=_0x4ecaa8[_0x240e6d(0x226)][_0x240e6d(0x1c9)][_0x51a27e],_0x1379d5=_0x41a52f[_0x240e6d(0x248)],_0x84d23b=_0x503993[_0x240e6d(0x20f)],_0x304ddb=this[_0x240e6d(0x226)]['getTestCaseAttempt'](_0x272be8),_0x307fce=_0x84d23b[_0x240e6d(0x1fa)](_0x4b0750=>_0x4b0750['id']===_0x1379d5)[_0x240e6d(0x200)];let _0x2ee480,_0x4fd11e;_0x41a52f[_0x240e6d(0x1b3)]&&_0x4906b5[_0x240e6d(0x1e6)](_0x41a52f['testStepResult'][_0x240e6d(0x1cf)][_0x240e6d(0x1f5)]()['toLowerCase'](),_0x4906b5['Vadgs'])&&(_0x2ee480=_0x4906b5['BzXrR'](_0x41a52f['testStepResult'][_0x240e6d(0x21a)],undefined)?_0x41a52f['testStepResult']['message']:_0x41a52f[_0x240e6d(0x1b3)][_0x240e6d(0x21a)][_0x240e6d(0x1d7)],_0x4fd11e=_0x4906b5[_0x240e6d(0x1e6)](_0x41a52f[_0x240e6d(0x1b3)][_0x240e6d(0x21a)],undefined)?_0x4906b5[_0x240e6d(0x1df)]:_0x41a52f[_0x240e6d(0x1b3)][_0x240e6d(0x1d7)]);await testObservabilityReporter[_0x240e6d(0x1c1)](this[_0x240e6d(0x1ed)],_0x272be8,_0x4906b5['oEXps'],_0x84d23b,_0x1379d5,_tests[_0x48cce3]);if(_0x307fce&&_tests[_0x48cce3][_0x4906b5['WQALv']]){const _0x47ff0e=_0x445d3f[_0x240e6d(0x221)]['find'](_0x593c28=>_0x593c28['id']===_0x307fce),_0x8ed72f={};_0x8ed72f[_0x240e6d(0x221)]=[];const _0x1e5259=_tests[_0x48cce3]||_0x8ed72f;!_0x1e5259[_0x240e6d(0x221)]?_0x1e5259[_0x240e6d(0x221)]=[{'id':_0x47ff0e['id'],'text':_0x47ff0e[_0x240e6d(0x1e5)],'finished_at':new Date()[_0x240e6d(0x1bd)](),'result':_0x41a52f[_0x240e6d(0x1b3)][_0x240e6d(0x1cf)],'duration':_0x41a52f[_0x240e6d(0x1b3)][_0x240e6d(0x249)][_0x240e6d(0x253)],'failure':_0x2ee480,'failureType':_0x4fd11e}]:_0x1e5259[_0x240e6d(0x221)][_0x240e6d(0x1ca)](_0x1107b9=>{const _0x3cad0=_0x240e6d;if(_0x4906b5[_0x3cad0(0x1fb)](_0x1107b9['id'],_0x47ff0e['id'])){const _0x43221c=_0x4906b5['gStNd'][_0x3cad0(0x223)]('|');let _0x119f8c=0x0;while(!![]){switch(_0x43221c[_0x119f8c++]){case'0':_0x1107b9['result']=_0x41a52f[_0x3cad0(0x1b3)]['status'];continue;case'1':_0x1107b9['failure']=_0x2ee480;continue;case'2':_0x1107b9[_0x3cad0(0x249)]=_0x41a52f['testStepResult'][_0x3cad0(0x249)][_0x3cad0(0x253)];continue;case'3':_0x1107b9[_0x3cad0(0x1cd)]=_0x4fd11e;continue;case'4':_0x1107b9[_0x3cad0(0x217)]=new Date()[_0x3cad0(0x1bd)]();continue;}break;}}}),_tests[_0x48cce3]=_0x1e5259,delete _tests[_0x48cce3][_0x4906b5['WQALv']];}}catch(_0x39d02a){logger[_0x240e6d(0x1ec)]('Exception\x20in\x20onTestStepFinished\x20event:\x20'+util[_0x240e6d(0x1c5)](_0x39d02a));}}[a6_0x1bcfdf(0x230)](_0x17c64e){const _0x5db648=a6_0x1bcfdf,_0x4369c9={};return _0x17c64e['feature'][_0x5db648(0x1fc)][_0x5db648(0x1e1)](this[_0x5db648(0x1c2)])[_0x5db648(0x1cc)]()['forEach'](_0x1292a9=>_0x1292a9[_0x5db648(0x221)]['forEach'](_0x3835e6=>_0x4369c9[_0x3835e6['id']]=_0x3835e6)),_0x4369c9;}[a6_0x1bcfdf(0x1c2)](_0x56f5fb){const _0x233aec=a6_0x1bcfdf,_0x9feb6e={'hadib':function(_0x29b048,_0x6e66fa){return _0x29b048(_0x6e66fa);}};if(!_0x9feb6e[_0x233aec(0x1f9)](isUndefined,_0x56f5fb[_0x233aec(0x1cb)]))return[_0x56f5fb['background']];else{if(!_0x9feb6e[_0x233aec(0x1f9)](isUndefined,_0x56f5fb[_0x233aec(0x1c7)]))return _0x56f5fb[_0x233aec(0x1c7)][_0x233aec(0x1fc)][_0x233aec(0x1e1)](_0x564413=>!isUndefined(_0x564413['background'])?_0x564413[_0x233aec(0x1cb)]:_0x564413['scenario']);};return[_0x56f5fb[_0x233aec(0x21d)]];}['getGherkinDocument'](_0x180710,_0x1b0149){const _0x29d457=a6_0x1bcfdf;return Object[_0x29d457(0x219)](_0x180710[_0x29d457(0x226)][_0x29d457(0x22f)])[_0x29d457(0x1fa)](_0x56bcfe=>_0x56bcfe['uri']===_0x1b0149['uri']);}}module[a6_0x1bcfdf(0x1c3)]=o11yClassErrorHandler(BrowserstackFormatter,[a6_0x1bcfdf(0x216),a6_0x1bcfdf(0x1ee),a6_0x1bcfdf(0x1f8),'onTestStepFinished',a6_0x1bcfdf(0x1e7),a6_0x1bcfdf(0x1b8),'extractStepContainers',a6_0x1bcfdf(0x20a),a6_0x1bcfdf(0x230)]);function a6_0xb9a6(){const _0x1a2365=['values','exception','testCase','ZMcaT','scenario','UNDEFINED','ugcLY','parseTestCaseAttempt','steps','BfldC','split','CQuVC','setup','eventDataCollector','log','UNKNOWN','eventBroadcaster','AASeZ','\x20-\x20','HookRunStarted','onTestStepFinished','oEXps','gherkinDocumentMap','getGherkinStepMap','hook','testRunStarted','AMBIGUOUS','result','2304150RvpkMe','trixU','bstack','3581830rBUMmu','Exception\x20in\x20sending\x20onTestCaseStarted:\x20','getTestUUID','failed','lcRzg','FLzAL','sTHiu','996690rpfBzy','testStepStarted','name','testCaseStartedId','cucumber-js/test.setup.js','cwd','supportCodeLibrary','description','jbsTS','testStepId','duration','FAILED','fHhNl','uri','stepDefinition','mRGwS','SKIPPED','bLzCR','logTestCaseFinished','parse','seconds','TestRunFinished','__platform','testStepResult','1CDEaiU','12DQkNgK','actionLocation','testCaseId','onTestRunFinished','CONFIG','snippetBuilder','pickleId','lomQL','toISOString','hooks','XboXq','vZeRM','sendHook','extractStepContainers','exports','winstonLogger','format','pickle','rule','Executing\x20tests\x20for\x20','pickleMap','forEach','background','flat','failureType','incrementCounter','status','4|0|2|1|3','assign','3317256cpFYnw','\x20\x20\x20\x20','keeda','envelope','onStepDefinition','message','Exception\x20in\x20sending\x20onTestCaseFinished\x20event:\x20\x20','testRunFinished','onPickle','onHook','onTestCase','pMrly','push','RJmUW','feature','map','GXThg','PASSED','orvHo','text','WTgFd','onTestRunStarted','HookRunFinished','testCases','env','isBstackHook','debug','report','onTestCaseFinished','QdoVo','MmWvZ','BHLiM','kNBKZ','finishedAt','../../../helpers/test-observability/error-handler','toString','path','capability','onTestStepStarted','hadib','find','LTZxr','children','PENDING','HasmO','../../../helpers/testhub/utils.js','pickleStepId','vNckA','onSource','testCaseStarted','iDRux','sendTestRunEventForCucumber','mOCoa','TestRunStarted','8GlYoVv','7560208REXkpP','getGherkinDocument','testStepFinished','3720786zyZmYh','keyword','bswkK','testSteps','logTestRunFinished','onGherkinDocument','84836uGokbd','testCaseAttemptDataMap','VhbIY','gherkinDocument','onTestCaseStarted','finished_at','testCaseFinished'];a6_0xb9a6=function(){return _0x1a2365;};return a6_0xb9a6();}
@@ -1 +1 @@
1
- const a7_0x811464=a7_0x2196;function a7_0x3d42(){const _0x5a8215=['VqEuj','RxtAs','includes','eventBroadcaster','test-step-started','uri','cucumber/lib/formatter/helpers/pickle_parser.js','iDKBP','stepResults','fgCoc','IzvEs','6390486zcVRxT','gherkinDocument','bujOl','CcuMz','qITxB','tsAeS','HisgM','forEach','testCase','whOeP','UNDEFINED','fWfCX','rUhxe','RNWmC','UNKNOWN','test-case-finished','sourceLocation','exports','ppdfR','Executing\x20tests\x20for\x20','YHwPb','\x20\x20\x20\x20AFTER\x20-\x20','jiYUN','\x20\x20\x20\x20','3mddAih','result','FAILED','line','\x20\x20\x20\x20BEFORE\x20-\x20','PENDING','DpAhj','name','cucumber-js/test_old.setup.js','\x20-\x20','1332611rJsYzu','steps','sQVnn','../../../helpers/helper','exception','11017510AplyKA','length','weldX','aAttj','eventDataCollector','SKIPPED','aIaYT','test-run-started','IXizy','KTiIz','pickle','text','RFDvI','env','cucumber','RBdbz','__platform','11837760jxTxbB','6455420JEPDzI','xdrog','vsoHw','test-run-finished','ftCLF','fiubv','stack','status','actionLocation','162PItofM','capability','HjUYI','getStepLineToPickledStepMap','toUpperCase','logTestCaseFinished','5651ZhBkGU','log','feature','conwb','36sdJHOL','1451290gZXFga','bzmCP'];a7_0x3d42=function(){return _0x5a8215;};return a7_0x3d42();}(function(_0x541b41,_0x5dffdb){const _0x5f086c=a7_0x2196,_0x5291f5=_0x541b41();while(!![]){try{const _0x5ea2d0=parseInt(_0x5f086c(0x180))/0x1*(-parseInt(_0x5f086c(0x17a))/0x2)+parseInt(_0x5f086c(0x150))/0x3*(parseInt(_0x5f086c(0x171))/0x4)+-parseInt(_0x5f086c(0x185))/0x5+-parseInt(_0x5f086c(0x184))/0x6*(-parseInt(_0x5f086c(0x15a))/0x7)+-parseInt(_0x5f086c(0x170))/0x8+-parseInt(_0x5f086c(0x192))/0x9+parseInt(_0x5f086c(0x15f))/0xa;if(_0x5ea2d0===_0x5dffdb)break;else _0x5291f5['push'](_0x5291f5['shift']());}catch(_0x42e72e){_0x5291f5['push'](_0x5291f5['shift']());}}}(a7_0x3d42,0xe0a11));const {requireModule,getPlatformName,nestedKeyValue}=require(a7_0x811464(0x15d)),{Formatter}=requireModule(a7_0x811464(0x16d)),pickleParser=requireModule(a7_0x811464(0x18d),'cucumber');class BrowserstackFormatter extends Formatter{constructor(_0xa149ff){const _0x2cbee6=a7_0x811464,_0x2d917c={'YHwPb':function(_0xd35da1,_0xb4d14d){return _0xd35da1!==_0xb4d14d;},'vsoHw':function(_0x310866,_0x3e485b){return _0x310866(_0x3e485b);},'fgCoc':_0x2cbee6(0x166),'hPfiA':'test-case-started','IXizy':_0x2cbee6(0x147),'iDKBP':_0x2cbee6(0x174),'ftCLF':_0x2cbee6(0x18b)};super(_0xa149ff),_0xa149ff['eventBroadcaster']['on'](_0x2d917c[_0x2cbee6(0x190)],()=>{const _0x55ace1=_0x2cbee6;let _0x5e42da;if(_0x2d917c[_0x55ace1(0x14c)](process[_0x55ace1(0x16c)]['CONFIG'],undefined)){const _0x3f6788=JSON['parse'](process[_0x55ace1(0x16c)]['CONFIG']);_0x5e42da=_0x3f6788[_0x55ace1(0x17b)];}_0x2d917c[_0x55ace1(0x14c)](_0x5e42da,undefined)&&(global[_0x55ace1(0x16f)]=_0x2d917c[_0x55ace1(0x173)](getPlatformName,_0x5e42da),console[_0x55ace1(0x181)](_0x55ace1(0x14b)+global[_0x55ace1(0x16f)]));}),_0xa149ff['eventBroadcaster']['on'](_0x2d917c['hPfiA'],()=>{testSuites+=0x1;}),_0xa149ff[_0x2cbee6(0x18a)]['on'](_0x2d917c[_0x2cbee6(0x167)],_0x494a11=>{this['logTestCaseFinished'](_0x494a11);}),_0xa149ff[_0x2cbee6(0x18a)]['on'](_0x2d917c[_0x2cbee6(0x18e)],()=>{totalTests-=0x2;}),_0xa149ff[_0x2cbee6(0x18a)]['on'](_0x2d917c[_0x2cbee6(0x175)],()=>{totalTests+=0x1;});}[a7_0x811464(0x17f)](_0x4b42d5){const _0x10977e=a7_0x811464,_0xc8db0f={'nKUZP':_0x10977e(0x152),'CcuMz':'PASSED','jiYUN':_0x10977e(0x164),'LoAml':_0x10977e(0x155),'VqEuj':_0x10977e(0x142),'ppdfR':_0x10977e(0x146),'whOeP':'AMBIGUOUS','ENkQg':function(_0x3a3965,_0x307b19){return _0x3a3965+_0x307b19;},'sQVnn':function(_0x249e62,_0x4f1803){return _0x249e62+_0x4f1803;},'DpAhj':function(_0x34f3de,_0x37fdfb){return _0x34f3de+_0x37fdfb;},'tsAeS':_0x10977e(0x14f),'qITxB':_0x10977e(0x159),'RFDvI':function(_0x2fb8c8,_0x40dc28){return _0x2fb8c8(_0x40dc28);},'aIaYT':_0x10977e(0x158),'rUhxe':function(_0x28b576,_0x1d2bd6){return _0x28b576(_0x1d2bd6);},'aAttj':function(_0x553422,_0x30ec63){return _0x553422+_0x30ec63;},'ngVFF':_0x10977e(0x14d),'HisgM':_0x10977e(0x154),'RBdbz':function(_0x19de0a,_0x2659f8){return _0x19de0a===_0x2659f8;},'fiubv':function(_0x1ed3d9,_0x3f25c9,_0x3f8a3c){return _0x1ed3d9(_0x3f25c9,_0x3f8a3c);},'HjUYI':_0x10977e(0x151),'RxtAs':_0x10977e(0x15e),'KTiIz':_0x10977e(0x177),'eNULu':function(_0xdc554a,_0x191bba){return _0xdc554a!==_0x191bba;},'bzmCP':'undefined','fWfCX':function(_0x3fb08e,_0x1f2f1d){return _0x3fb08e+_0x1f2f1d;},'IzvEs':function(_0x6b54cf,_0x112723){return _0x6b54cf+_0x112723;},'jWkuC':function(_0x344acb,_0x5078d9){return _0x344acb+_0x5078d9;},'RNWmC':function(_0x9da11d,_0x47d063){return _0x9da11d<_0x47d063;},'weldX':function(_0x2eea25,_0x2bad19){return _0x2eea25+_0x2bad19;},'SlVUw':function(_0x554d7d,_0x9d0bb4){return _0x554d7d+_0x9d0bb4;},'conwb':function(_0x2c4a4c,_0x3ba5e4){return _0x2c4a4c+_0x3ba5e4;},'xdrog':function(_0xd14e8d,_0x20e3ff){return _0xd14e8d+_0x20e3ff;},'RdEnz':function(_0x5d3090,_0x42db69){return _0x5d3090+_0x42db69;},'bujOl':function(_0x421917,_0x27e335){return _0x421917+_0x27e335;}};let _0x3bfb2a=![];function _0x475e38(_0x3012d8){const _0x186c9d=_0x10977e;switch(_0x3012d8){case _0xc8db0f['nKUZP']:testsFailed+=0x1;break;case _0xc8db0f[_0x186c9d(0x195)]:testsPassed+=0x1;break;case _0xc8db0f[_0x186c9d(0x14e)]:testsSkipped+=0x1;break;case _0xc8db0f['LoAml']:testsPending+=0x1;break;case _0xc8db0f[_0x186c9d(0x187)]:testsUndefined+=0x1;break;case _0xc8db0f[_0x186c9d(0x14a)]:testsUnknown+=0x1;break;case _0xc8db0f[_0x186c9d(0x141)]:testsAmbiguous+=0x1;break;default:break;}}_0xc8db0f['eNULu'](global['__platform'],undefined)&&console[_0x10977e(0x181)](_0xc8db0f[_0x10977e(0x15c)](_0xc8db0f[_0x10977e(0x156)]('\x0a',global[_0x10977e(0x16f)]),'\x0a'));let _0x4a24b0=![];if(_0xc8db0f['eNULu'](typeof this[_0x10977e(0x163)]['getTestCaseData'],_0xc8db0f[_0x10977e(0x186)])){var _0x8c34c2=this[_0x10977e(0x163)]['getTestCaseData'](_0x4b42d5[_0x10977e(0x148)]),_0x2294c8=_0x8c34c2[_0x10977e(0x169)],_0x398ece=_0x8c34c2[_0x10977e(0x140)];console[_0x10977e(0x181)](_0xc8db0f[_0x10977e(0x143)]('\x20\x20',_0x2294c8[_0x10977e(0x157)]));var _0x57364e=(0x0,pickleParser[_0x10977e(0x17d)])(_0x2294c8);_0x398ece[_0x10977e(0x15b)][_0x10977e(0x13f)](function(_0x1070d3){const _0x365ce5=_0x10977e;if(_0x1070d3[_0x365ce5(0x179)]&&_0x1070d3[_0x365ce5(0x148)])_0x3bfb2a=!![],console[_0x365ce5(0x181)](_0xc8db0f['ENkQg'](_0xc8db0f[_0x365ce5(0x15c)](_0xc8db0f[_0x365ce5(0x156)](_0xc8db0f[_0x365ce5(0x13d)],_0x57364e[_0x1070d3['sourceLocation']['line']][_0x365ce5(0x16a)]),_0xc8db0f[_0x365ce5(0x196)]),_0x1070d3[_0x365ce5(0x151)][_0x365ce5(0x178)][_0x365ce5(0x17e)]())),_0xc8db0f[_0x365ce5(0x16b)](_0x475e38,_0x1070d3[_0x365ce5(0x151)][_0x365ce5(0x178)][_0x365ce5(0x17e)]());else _0x1070d3['actionLocation']&&(!_0x1070d3[_0x365ce5(0x179)][_0x365ce5(0x18c)][_0x365ce5(0x189)](_0xc8db0f[_0x365ce5(0x165)])&&(_0xc8db0f[_0x365ce5(0x144)](_0x475e38,_0x1070d3[_0x365ce5(0x151)][_0x365ce5(0x178)][_0x365ce5(0x17e)]()),_0x3bfb2a?console[_0x365ce5(0x181)](_0xc8db0f['aAttj'](_0xc8db0f['ngVFF'],_0x1070d3[_0x365ce5(0x151)]['status'][_0x365ce5(0x17e)]())):console[_0x365ce5(0x181)](_0xc8db0f[_0x365ce5(0x15c)](_0xc8db0f[_0x365ce5(0x13e)],_0x1070d3[_0x365ce5(0x151)][_0x365ce5(0x178)][_0x365ce5(0x17e)]()))));if(_0xc8db0f[_0x365ce5(0x16e)](_0x1070d3['result'][_0x365ce5(0x178)][_0x365ce5(0x17e)](),_0xc8db0f['nKUZP'])){const _0x395d33=_0xc8db0f[_0x365ce5(0x176)](nestedKeyValue,_0x1070d3,[_0xc8db0f[_0x365ce5(0x17c)],_0xc8db0f[_0x365ce5(0x188)],_0xc8db0f[_0x365ce5(0x168)]]);_0x395d33&&(testsErrorMessage[_0x2294c8['name']]=_0x395d33,console[_0x365ce5(0x181)](_0xc8db0f[_0x365ce5(0x162)](_0x395d33,'\x0a'))),_0x4a24b0=!![];}});}else{const _0x59cdfd=this[_0x10977e(0x163)]['getTestCaseAttempt'](_0x4b42d5);console[_0x10977e(0x181)](_0xc8db0f[_0x10977e(0x191)](_0xc8db0f[_0x10977e(0x162)](_0xc8db0f['jWkuC']('\x20\x20',_0x59cdfd[_0x10977e(0x193)]['feature'][_0x10977e(0x157)]),_0xc8db0f[_0x10977e(0x196)]),_0x59cdfd[_0x10977e(0x169)][_0x10977e(0x157)]));const _0x4b750a=(0x0,pickleParser[_0x10977e(0x17d)])(_0x59cdfd['pickle']),_0xc5aa7a=_0x59cdfd[_0x10977e(0x140)][_0x10977e(0x15b)],_0x2637df=_0x59cdfd[_0x10977e(0x18f)],_0x1da6af=_0xc5aa7a[_0x10977e(0x160)];for(let _0x18c821=0x0;_0xc8db0f[_0x10977e(0x145)](_0x18c821,_0x1da6af);_0x18c821++){const _0x88199b=_0xc5aa7a[_0x18c821];if(_0x88199b[_0x10977e(0x179)]&&_0x88199b[_0x10977e(0x148)])_0x3bfb2a=!![],console[_0x10977e(0x181)](_0xc8db0f[_0x10977e(0x161)](_0xc8db0f['SlVUw'](_0xc8db0f[_0x10977e(0x183)](_0xc8db0f[_0x10977e(0x13d)],_0x4b750a[_0x88199b[_0x10977e(0x148)][_0x10977e(0x153)]][_0x10977e(0x16a)]),_0xc8db0f[_0x10977e(0x196)]),_0x2637df[_0x18c821][_0x10977e(0x178)]['toUpperCase']())),_0xc8db0f['rUhxe'](_0x475e38,_0x2637df[_0x18c821][_0x10977e(0x178)][_0x10977e(0x17e)]());else _0x88199b['actionLocation']&&(!_0x88199b['actionLocation'][_0x10977e(0x18c)][_0x10977e(0x189)](_0xc8db0f[_0x10977e(0x165)])&&(_0xc8db0f[_0x10977e(0x16b)](_0x475e38,_0x2637df[_0x18c821][_0x10977e(0x178)]['toUpperCase']()),_0x3bfb2a?console[_0x10977e(0x181)](_0xc8db0f[_0x10977e(0x172)](_0xc8db0f['ngVFF'],_0x2637df[_0x18c821][_0x10977e(0x178)][_0x10977e(0x17e)]())):console[_0x10977e(0x181)](_0xc8db0f[_0x10977e(0x162)](_0xc8db0f[_0x10977e(0x13e)],_0x2637df[_0x18c821][_0x10977e(0x178)][_0x10977e(0x17e)]()))));if(_0xc8db0f[_0x10977e(0x16e)](_0x2637df[_0x18c821][_0x10977e(0x178)][_0x10977e(0x17e)](),_0xc8db0f['nKUZP'])){_0x4a24b0=!![];const _0x5bd5f7=_0xc8db0f[_0x10977e(0x176)](nestedKeyValue,_0x2637df[_0x18c821],[_0xc8db0f[_0x10977e(0x188)],_0xc8db0f[_0x10977e(0x168)]]);_0x5bd5f7&&(testsErrorMessage[_0xc8db0f['RdEnz'](_0xc8db0f[_0x10977e(0x183)](_0x59cdfd['gherkinDocument'][_0x10977e(0x182)][_0x10977e(0x157)],_0xc8db0f[_0x10977e(0x196)]),_0x59cdfd['pickle'][_0x10977e(0x157)])]=_0x5bd5f7,console[_0x10977e(0x181)](_0xc8db0f[_0x10977e(0x194)](_0x5bd5f7,'\x0a')));}}}_0x4a24b0&&(testSuitesFailed+=0x1),console[_0x10977e(0x181)]('\x0a');}}function a7_0x2196(_0x533882,_0x3644fc){const _0x3d422a=a7_0x3d42();return a7_0x2196=function(_0x2196ce,_0xee4a78){_0x2196ce=_0x2196ce-0x13d;let _0x40e7a3=_0x3d422a[_0x2196ce];return _0x40e7a3;},a7_0x2196(_0x533882,_0x3644fc);}module[a7_0x811464(0x149)]=BrowserstackFormatter;
1
+ const a7_0x774856=a7_0x1cd8;(function(_0x3d9fd2,_0x27ebc9){const _0x5caf6d=a7_0x1cd8,_0x3fc5ac=_0x3d9fd2();while(!![]){try{const _0x368bf0=-parseInt(_0x5caf6d(0x1f9))/0x1+parseInt(_0x5caf6d(0x1dc))/0x2+-parseInt(_0x5caf6d(0x21c))/0x3*(-parseInt(_0x5caf6d(0x206))/0x4)+-parseInt(_0x5caf6d(0x1de))/0x5+-parseInt(_0x5caf6d(0x212))/0x6+parseInt(_0x5caf6d(0x208))/0x7*(parseInt(_0x5caf6d(0x1e8))/0x8)+parseInt(_0x5caf6d(0x214))/0x9;if(_0x368bf0===_0x27ebc9)break;else _0x3fc5ac['push'](_0x3fc5ac['shift']());}catch(_0x168ecd){_0x3fc5ac['push'](_0x3fc5ac['shift']());}}}(a7_0x1716,0x38766));function a7_0x1716(){const _0x16f619=['aeIvN','UNKNOWN','zfMko','text','PVSvo','ZOKnb','15924aURSAN','\x20\x20\x20\x20AFTER\x20-\x20','tYEWf','fbQAY','YpUXi','exception','UumcF','SYmRl','\x20\x20\x20\x20BEFORE\x20-\x20','eventBroadcaster','test-case-finished','test-case-started','AFNRa','AMBIGUOUS','stack','Bzxun','parse','log','ffJoM','SALQY','neOnj','BABtF','705488LnPYPO','toUpperCase','1090735UcQUNn','TVXlc','xjrdu','hefPA','eventDataCollector','uri','cucumber/lib/formatter/helpers/pickle_parser.js','yRylI','VQSHn','HOLtB','8duUnuD','\x20\x20\x20\x20','MYLXX','steps','SKIPPED','test-run-started','sourceLocation','cucumber-js/test_old.setup.js','undefined','UhzCD','env','getTestCaseAttempt','actionLocation','getTestCaseData','status','PASSED','test-run-finished','166375BihMyv','feature','xrRNh','name','cucumber','includes','Lnvci','__platform','ecEEB','CONFIG','result','test-step-started','PENDING','68YjPAhu','testCase','1544249xHCdbJ','zXxjO','FKfFw','pickle','gherkinDocument','Executing\x20tests\x20for\x20','getStepLineToPickledStepMap','ryxug','BgGYf','forEach','1895148PeblDM','GUODn','2412567jIqfXZ','LFaPE'];a7_0x1716=function(){return _0x16f619;};return a7_0x1716();}const {requireModule,getPlatformName,nestedKeyValue}=require('../../../helpers/helper'),{Formatter}=requireModule('cucumber'),pickleParser=requireModule(a7_0x774856(0x1e4),a7_0x774856(0x1fd));function a7_0x1cd8(_0x5847a0,_0x264d6c){const _0x1716b4=a7_0x1716();return a7_0x1cd8=function(_0x1cd82b,_0x18d5c1){_0x1cd82b=_0x1cd82b-0x1cf;let _0x4d21c1=_0x1716b4[_0x1cd82b];return _0x4d21c1;},a7_0x1cd8(_0x5847a0,_0x264d6c);}class BrowserstackFormatter extends Formatter{constructor(_0x8ca161){const _0x32cd16=a7_0x774856,_0x366e9d={'ecEEB':function(_0x3314a1,_0x4f8c17){return _0x3314a1!==_0x4f8c17;},'ffJoM':function(_0x3b690c,_0x247360){return _0x3b690c!==_0x247360;},'ttglc':function(_0x17b9fb,_0x4c32c7){return _0x17b9fb(_0x4c32c7);},'cMHtn':_0x32cd16(0x1ed),'FKfFw':_0x32cd16(0x1d1),'SALQY':_0x32cd16(0x1d0),'Uktct':_0x32cd16(0x1f8),'LFaPE':_0x32cd16(0x204)};super(_0x8ca161),_0x8ca161[_0x32cd16(0x1cf)]['on'](_0x366e9d['cMHtn'],()=>{const _0x16ed67=_0x32cd16;let _0x247dbb;if(_0x366e9d[_0x16ed67(0x201)](process['env'][_0x16ed67(0x202)],undefined)){const _0x4f25eb=JSON[_0x16ed67(0x1d6)](process[_0x16ed67(0x1f2)]['CONFIG']);_0x247dbb=_0x4f25eb['capability'];}_0x366e9d[_0x16ed67(0x1d8)](_0x247dbb,undefined)&&(global[_0x16ed67(0x200)]=_0x366e9d['ttglc'](getPlatformName,_0x247dbb),console[_0x16ed67(0x1d7)](_0x16ed67(0x20d)+global[_0x16ed67(0x200)]));}),_0x8ca161[_0x32cd16(0x1cf)]['on'](_0x366e9d[_0x32cd16(0x20a)],()=>{testSuites+=0x1;}),_0x8ca161[_0x32cd16(0x1cf)]['on'](_0x366e9d[_0x32cd16(0x1d9)],_0x13a0a5=>{this['logTestCaseFinished'](_0x13a0a5);}),_0x8ca161['eventBroadcaster']['on'](_0x366e9d['Uktct'],()=>{totalTests-=0x2;}),_0x8ca161[_0x32cd16(0x1cf)]['on'](_0x366e9d[_0x32cd16(0x215)],()=>{totalTests+=0x1;});}['logTestCaseFinished'](_0x43506f){const _0x49d86b=a7_0x774856,_0x35c257={'Lnvci':'FAILED','VQSHn':_0x49d86b(0x1f7),'neOnj':_0x49d86b(0x1ec),'xrRNh':_0x49d86b(0x205),'hefPA':'UNDEFINED','JzBxd':_0x49d86b(0x217),'TVXlc':_0x49d86b(0x1d3),'HOLtB':function(_0x3dee3c,_0xe858c2){return _0x3dee3c+_0xe858c2;},'MYLXX':function(_0x43971d,_0xe9d427){return _0x43971d+_0xe9d427;},'UhzCD':_0x49d86b(0x1e9),'BABtF':'\x20-\x20','TLqXg':function(_0x2fb49b,_0x20dfd5){return _0x2fb49b(_0x20dfd5);},'GUODn':_0x49d86b(0x1ef),'AFNRa':function(_0x53b70c,_0x306fed){return _0x53b70c+_0x306fed;},'SYmRl':_0x49d86b(0x21d),'zXxjO':_0x49d86b(0x224),'Buzpx':function(_0x559878,_0x3f086c){return _0x559878===_0x3f086c;},'yRylI':function(_0x233ec7,_0x1571aa,_0xc6310e){return _0x233ec7(_0x1571aa,_0xc6310e);},'uPWgD':'result','joBqK':_0x49d86b(0x221),'PVSvo':_0x49d86b(0x1d4),'tYEWf':function(_0x2fa040,_0x4221e5){return _0x2fa040!==_0x4221e5;},'ZOKnb':function(_0x47a0b7,_0x36b1b5){return _0x47a0b7+_0x36b1b5;},'ZfCnM':_0x49d86b(0x1f0),'Bzxun':function(_0x356db4,_0x2026e2){return _0x356db4+_0x2026e2;},'AvoNM':function(_0x2c6ad4,_0x53b881){return _0x2c6ad4+_0x53b881;},'iLNxU':function(_0x18ec6c,_0x50af73){return _0x18ec6c<_0x50af73;},'ryxug':function(_0x385ef3,_0x339457){return _0x385ef3+_0x339457;},'BgGYf':function(_0x43b8f3,_0x35e276){return _0x43b8f3+_0x35e276;},'UumcF':function(_0x2dd458,_0x1bf27a){return _0x2dd458+_0x1bf27a;},'YpUXi':function(_0x4a5e5b,_0x595f29){return _0x4a5e5b(_0x595f29);},'aeIvN':function(_0x1e7d71,_0xb7b4e3){return _0x1e7d71+_0xb7b4e3;},'zfMko':function(_0x5824c9,_0x54ef46){return _0x5824c9===_0x54ef46;},'xjrdu':function(_0x3ad279,_0x5b8f8c,_0x575b53){return _0x3ad279(_0x5b8f8c,_0x575b53);},'JFnjU':function(_0x11f401,_0x44c421){return _0x11f401+_0x44c421;},'fbQAY':function(_0x4f5a6d,_0x37995c){return _0x4f5a6d+_0x37995c;}};let _0x738cdb=![];function _0x4b334a(_0x38b232){const _0x31eb0b=_0x49d86b;switch(_0x38b232){case _0x35c257[_0x31eb0b(0x1ff)]:testsFailed+=0x1;break;case _0x35c257[_0x31eb0b(0x1e6)]:testsPassed+=0x1;break;case _0x35c257[_0x31eb0b(0x1da)]:testsSkipped+=0x1;break;case _0x35c257[_0x31eb0b(0x1fb)]:testsPending+=0x1;break;case _0x35c257[_0x31eb0b(0x1e1)]:testsUndefined+=0x1;break;case _0x35c257['JzBxd']:testsUnknown+=0x1;break;case _0x35c257[_0x31eb0b(0x1df)]:testsAmbiguous+=0x1;break;default:break;}}_0x35c257['tYEWf'](global[_0x49d86b(0x200)],undefined)&&console[_0x49d86b(0x1d7)](_0x35c257[_0x49d86b(0x21b)](_0x35c257[_0x49d86b(0x1e7)]('\x0a',global[_0x49d86b(0x200)]),'\x0a'));let _0x4dcc0b=![];if(_0x35c257[_0x49d86b(0x21e)](typeof this[_0x49d86b(0x1e2)][_0x49d86b(0x1f5)],_0x35c257['ZfCnM'])){var _0x5cd9e9=this[_0x49d86b(0x1e2)][_0x49d86b(0x1f5)](_0x43506f[_0x49d86b(0x1ee)]),_0x24722f=_0x5cd9e9[_0x49d86b(0x20b)],_0x4598e0=_0x5cd9e9[_0x49d86b(0x207)];console['log'](_0x35c257[_0x49d86b(0x1d5)]('\x20\x20',_0x24722f['name']));var _0x23a1c5=(0x0,pickleParser[_0x49d86b(0x20e)])(_0x24722f);_0x4598e0[_0x49d86b(0x1eb)][_0x49d86b(0x211)](function(_0x3ab5c7){const _0x440684=_0x49d86b;if(_0x3ab5c7['actionLocation']&&_0x3ab5c7['sourceLocation'])_0x738cdb=!![],console['log'](_0x35c257[_0x440684(0x1e7)](_0x35c257[_0x440684(0x1ea)](_0x35c257[_0x440684(0x1e7)](_0x35c257[_0x440684(0x1f1)],_0x23a1c5[_0x3ab5c7[_0x440684(0x1ee)]['line']][_0x440684(0x219)]),_0x35c257[_0x440684(0x1db)]),_0x3ab5c7[_0x440684(0x203)][_0x440684(0x1f6)][_0x440684(0x1dd)]())),_0x35c257['TLqXg'](_0x4b334a,_0x3ab5c7[_0x440684(0x203)][_0x440684(0x1f6)][_0x440684(0x1dd)]());else _0x3ab5c7[_0x440684(0x1f4)]&&(!_0x3ab5c7[_0x440684(0x1f4)][_0x440684(0x1e3)][_0x440684(0x1fe)](_0x35c257['GUODn'])&&(_0x35c257['TLqXg'](_0x4b334a,_0x3ab5c7[_0x440684(0x203)]['status'][_0x440684(0x1dd)]()),_0x738cdb?console['log'](_0x35c257[_0x440684(0x1d2)](_0x35c257['SYmRl'],_0x3ab5c7[_0x440684(0x203)]['status'][_0x440684(0x1dd)]())):console[_0x440684(0x1d7)](_0x35c257['AFNRa'](_0x35c257[_0x440684(0x209)],_0x3ab5c7[_0x440684(0x203)][_0x440684(0x1f6)][_0x440684(0x1dd)]()))));if(_0x35c257['Buzpx'](_0x3ab5c7[_0x440684(0x203)][_0x440684(0x1f6)][_0x440684(0x1dd)](),_0x35c257['Lnvci'])){const _0x2d635c=_0x35c257[_0x440684(0x1e5)](nestedKeyValue,_0x3ab5c7,[_0x35c257['uPWgD'],_0x35c257['joBqK'],_0x35c257[_0x440684(0x21a)]]);_0x2d635c&&(testsErrorMessage[_0x24722f['name']]=_0x2d635c,console[_0x440684(0x1d7)](_0x35c257[_0x440684(0x1d2)](_0x2d635c,'\x0a'))),_0x4dcc0b=!![];}});}else{const _0x5b4efe=this[_0x49d86b(0x1e2)][_0x49d86b(0x1f3)](_0x43506f);console['log'](_0x35c257[_0x49d86b(0x1d2)](_0x35c257['AvoNM'](_0x35c257[_0x49d86b(0x1d5)]('\x20\x20',_0x5b4efe[_0x49d86b(0x20c)]['feature'][_0x49d86b(0x1fc)]),_0x35c257['BABtF']),_0x5b4efe['pickle']['name']));const _0x6b7cf6=(0x0,pickleParser[_0x49d86b(0x20e)])(_0x5b4efe[_0x49d86b(0x20b)]),_0xde0fcf=_0x5b4efe[_0x49d86b(0x207)][_0x49d86b(0x1eb)],_0x427ead=_0x5b4efe['stepResults'],_0x1a24e1=_0xde0fcf['length'];for(let _0x2d513b=0x0;_0x35c257['iLNxU'](_0x2d513b,_0x1a24e1);_0x2d513b++){const _0x2a5273=_0xde0fcf[_0x2d513b];if(_0x2a5273[_0x49d86b(0x1f4)]&&_0x2a5273[_0x49d86b(0x1ee)])_0x738cdb=!![],console[_0x49d86b(0x1d7)](_0x35c257[_0x49d86b(0x20f)](_0x35c257[_0x49d86b(0x210)](_0x35c257[_0x49d86b(0x222)](_0x35c257[_0x49d86b(0x1f1)],_0x6b7cf6[_0x2a5273[_0x49d86b(0x1ee)]['line']]['text']),_0x35c257[_0x49d86b(0x1db)]),_0x427ead[_0x2d513b][_0x49d86b(0x1f6)][_0x49d86b(0x1dd)]())),_0x35c257['TLqXg'](_0x4b334a,_0x427ead[_0x2d513b][_0x49d86b(0x1f6)][_0x49d86b(0x1dd)]());else _0x2a5273[_0x49d86b(0x1f4)]&&(!_0x2a5273[_0x49d86b(0x1f4)][_0x49d86b(0x1e3)]['includes'](_0x35c257[_0x49d86b(0x213)])&&(_0x35c257[_0x49d86b(0x220)](_0x4b334a,_0x427ead[_0x2d513b]['status']['toUpperCase']()),_0x738cdb?console[_0x49d86b(0x1d7)](_0x35c257[_0x49d86b(0x1ea)](_0x35c257[_0x49d86b(0x223)],_0x427ead[_0x2d513b]['status'][_0x49d86b(0x1dd)]())):console['log'](_0x35c257[_0x49d86b(0x216)](_0x35c257[_0x49d86b(0x209)],_0x427ead[_0x2d513b][_0x49d86b(0x1f6)][_0x49d86b(0x1dd)]()))));if(_0x35c257[_0x49d86b(0x218)](_0x427ead[_0x2d513b][_0x49d86b(0x1f6)][_0x49d86b(0x1dd)](),_0x35c257[_0x49d86b(0x1ff)])){_0x4dcc0b=!![];const _0x1ba676=_0x35c257[_0x49d86b(0x1e0)](nestedKeyValue,_0x427ead[_0x2d513b],[_0x35c257['joBqK'],_0x35c257[_0x49d86b(0x21a)]]);_0x1ba676&&(testsErrorMessage[_0x35c257[_0x49d86b(0x1d2)](_0x35c257['JFnjU'](_0x5b4efe[_0x49d86b(0x20c)][_0x49d86b(0x1fa)][_0x49d86b(0x1fc)],_0x35c257[_0x49d86b(0x1db)]),_0x5b4efe[_0x49d86b(0x20b)][_0x49d86b(0x1fc)])]=_0x1ba676,console[_0x49d86b(0x1d7)](_0x35c257[_0x49d86b(0x21f)](_0x1ba676,'\x0a')));}}}_0x4dcc0b&&(testSuitesFailed+=0x1),console[_0x49d86b(0x1d7)]('\x0a');}}module['exports']=BrowserstackFormatter;
@@ -1 +1 @@
1
- const a8_0x5d450c=a8_0x6d0a;function a8_0x6d0a(_0x31584d,_0x308ce6){const _0x55cea0=a8_0x55ce();return a8_0x6d0a=function(_0x6d0aa7,_0x33d0fe){_0x6d0aa7=_0x6d0aa7-0xee;let _0x393019=_0x55cea0[_0x6d0aa7];return _0x393019;},a8_0x6d0a(_0x31584d,_0x308ce6);}(function(_0x48d579,_0x1ac6e3){const _0x47c0ae=a8_0x6d0a,_0x473381=_0x48d579();while(!![]){try{const _0x36c47f=-parseInt(_0x47c0ae(0x12d))/0x1*(parseInt(_0x47c0ae(0x158))/0x2)+parseInt(_0x47c0ae(0x181))/0x3*(-parseInt(_0x47c0ae(0x17c))/0x4)+-parseInt(_0x47c0ae(0x134))/0x5*(parseInt(_0x47c0ae(0x163))/0x6)+-parseInt(_0x47c0ae(0x10f))/0x7*(parseInt(_0x47c0ae(0xfc))/0x8)+-parseInt(_0x47c0ae(0x14a))/0x9*(parseInt(_0x47c0ae(0x172))/0xa)+parseInt(_0x47c0ae(0x16c))/0xb+parseInt(_0x47c0ae(0x184))/0xc;if(_0x36c47f===_0x1ac6e3)break;else _0x473381['push'](_0x473381['shift']());}catch(_0x3b235c){_0x473381['push'](_0x473381['shift']());}}}(a8_0x55ce,0x8ef83));const path=require(a8_0x5d450c(0xf6)),util=require(a8_0x5d450c(0xfd)),hooksMap={},SessionHandler=require(a8_0x5d450c(0x17b)),testhubUtils=require(a8_0x5d450c(0x177)),{getGitMetaData,isUndefined,nestedKeyValue}=require(a8_0x5d450c(0x137)),logger=require(a8_0x5d450c(0x155))[a8_0x5d450c(0x125)],{o11yClassErrorHandler}=require(a8_0x5d450c(0x11e)),{FRAMEWORKS}=require(a8_0x5d450c(0x13f)),TestDetails=require(a8_0x5d450c(0x160));this['_gitConfigured']=![],this[a8_0x5d450c(0x10b)]=null;class TestObservabilityReporter{async['sendTestRunEventForCucumber'](_0x3824e0,_0x2da083,_0x509eb3,_0x3928a7,_0x1d1597){const _0x103ff6=a8_0x5d450c,_0x52481b={'JEpDZ':function(_0x2a3739,_0x1e0907){return _0x2a3739===_0x1e0907;},'HulCU':_0x103ff6(0xfa),'IGREW':_0x103ff6(0xff),'ioEyD':'SKIPPED','lFzGC':_0x103ff6(0x11c),'Gjavh':function(_0x5a4d7d,_0x4451eb){return _0x5a4d7d||_0x4451eb;},'OHSxE':function(_0x278a38,_0x1f77da){return _0x278a38+_0x1f77da;},'mUjFz':function(_0x46f76b,_0x1faee4){return _0x46f76b+_0x1faee4;},'lDtdT':function(_0x3c59ed,_0x243c86){return _0x3c59ed+_0x243c86;},'NezdY':'test','MQzxZ':_0x103ff6(0x16f),'ozfUf':_0x103ff6(0x147),'rbycI':_0x103ff6(0x143),'ACmQX':'passed','eLjrW':function(_0x2b4f0b,_0x4906ca){return _0x2b4f0b!==_0x4906ca;},'DiPit':function(_0x4822ba,_0x336435){return _0x4822ba/_0x336435;},'EIziV':function(_0x20dfcb,_0x444744){return _0x20dfcb===_0x444744;},'NsZlb':_0x103ff6(0x110),'YYMLu':function(_0x34528e,_0x536beb){return _0x34528e(_0x536beb);},'AVFEK':_0x103ff6(0x116),'gahEu':function(_0x440785,_0x31b5cd){return _0x440785(_0x31b5cd);},'pWogF':_0x103ff6(0x107),'diXZV':_0x103ff6(0x169),'KdZOh':_0x103ff6(0xf3),'qWYfe':function(_0x12d348,_0xf99400){return _0x12d348>_0xf99400;}},{feature:_0x3d7086,scenario:_0x2f7a62,steps:_0x98a7a5,uuid:_0x3f9712,startedAt:_0x12a773,finishedAt:_0x24b8e3}=_0x52481b[_0x103ff6(0x149)](_0x1d1597,{}),_0x435ce3=this[_0x103ff6(0x10e)](_0x2da083,_0x509eb3);await this[_0x103ff6(0x154)]();const _0x6e1a71=_0x435ce3?_0x52481b[_0x103ff6(0x164)](_0x52481b[_0x103ff6(0x17e)](_0x52481b[_0x103ff6(0xf4)](_0x509eb3[_0x103ff6(0x12c)],'\x20('),_0x435ce3[_0x103ff6(0x104)](',\x20')),')'):_0x509eb3[_0x103ff6(0x12c)],_0x1c2eb8={'uuid':_0x3f9712,'started_at':_0x12a773,'finished_at':_0x24b8e3,'type':_0x52481b[_0x103ff6(0x10d)],'body':{'lang':_0x52481b[_0x103ff6(0x15a)],'code':null},'name':_0x6e1a71,'scopes':[_0x3d7086&&_0x3d7086[_0x103ff6(0x12c)]?_0x3d7086['name']:''],'tags':_0x509eb3[_0x103ff6(0x140)]?_0x509eb3[_0x103ff6(0x140)][_0x103ff6(0x171)](({name:_0x10f085})=>_0x10f085):[],'file_name':_0x509eb3['uri'],'location':_0x509eb3[_0x103ff6(0xf9)],'vc_filepath':this[_0x103ff6(0x10b)]&&_0x509eb3[_0x103ff6(0xf9)]?path[_0x103ff6(0x117)](this[_0x103ff6(0x10b)],_0x509eb3[_0x103ff6(0xf9)]):null,'framework':_0x52481b[_0x103ff6(0x14c)],'result':_0x52481b[_0x103ff6(0x14b)],'meta':{'feature':_0x3d7086,'scenario':_0x2f7a62,'steps':_0x98a7a5,'examples':_0x435ce3},'customRerunParam':{'rerun_name':_0x6e1a71}};if(_0x3824e0[_0x103ff6(0x14d)]&&_0x98a7a5){const _0x3df0e9=_0x3824e0['testCaseFinished'];let _0x4c3177=_0x52481b['ACmQX'];_0x98a7a5[_0x103ff6(0x112)](_0x36b586=>{const _0x2d153e=_0x103ff6;if(_0x52481b[_0x2d153e(0x129)](_0x36b586[_0x2d153e(0x11f)],_0x52481b[_0x2d153e(0x10a)]))return _0x4c3177=_0x52481b[_0x2d153e(0xf2)],_0x3df0e9['failure']=_0x36b586[_0x2d153e(0x11a)],_0x3df0e9[_0x2d153e(0x11d)]=_0x36b586[_0x2d153e(0x11d)],![];else{if(_0x52481b['JEpDZ'](_0x36b586[_0x2d153e(0x11f)],_0x52481b[_0x2d153e(0x102)]))return _0x4c3177=_0x52481b[_0x2d153e(0xfb)],![];}return!![];}),_0x1c2eb8[_0x103ff6(0x119)]=new Date()[_0x103ff6(0x108)](),_0x1c2eb8[_0x103ff6(0x11f)]=_0x4c3177;_0x3df0e9['timestamp']&&_0x52481b[_0x103ff6(0x132)](_0x3df0e9[_0x103ff6(0x124)]['nanos'],undefined)?_0x1c2eb8[_0x103ff6(0x100)]=_0x52481b['DiPit'](_0x3df0e9[_0x103ff6(0x124)]['nanos'],0xf4240):_0x1c2eb8[_0x103ff6(0x100)]=undefined;if(_0x52481b['EIziV'](_0x4c3177,_0x52481b[_0x103ff6(0xf2)])){const {default:_0x2f6459}=await import(_0x52481b['NsZlb']);_0x1c2eb8[_0x103ff6(0x11a)]=[{'backtrace':[_0x3df0e9[_0x103ff6(0x11a)]?_0x52481b[_0x103ff6(0x15f)](_0x2f6459,_0x3df0e9['failure']):_0x52481b[_0x103ff6(0x13c)]]}],_0x1c2eb8[_0x103ff6(0x114)]=_0x3df0e9[_0x103ff6(0x11a)]?_0x52481b[_0x103ff6(0x12b)](_0x2f6459,_0x3df0e9[_0x103ff6(0x11a)]):_0x3df0e9['message'],_0x3df0e9[_0x103ff6(0x11d)]&&(_0x1c2eb8[_0x103ff6(0x101)]=_0x3df0e9[_0x103ff6(0x11d)]['match'](/AssertError/)?_0x52481b[_0x103ff6(0x151)]:_0x52481b[_0x103ff6(0x139)]);}}if(_0x52481b[_0x103ff6(0x111)](_0x3928a7,_0x52481b[_0x103ff6(0xf1)])){const _0x53cca4=this[_0x103ff6(0x128)](_0x3824e0[_0x103ff6(0x14d)][_0x103ff6(0xf8)]);_0x53cca4&&_0x52481b[_0x103ff6(0x15c)](_0x53cca4['length'],0x0)&&(_0x1c2eb8[_0x103ff6(0x12e)]=_0x53cca4,this[_0x103ff6(0x113)](_0x3824e0[_0x103ff6(0x14d)]['testCaseStartedId'],_0x1c2eb8));}testhubUtils[_0x103ff6(0x17a)](_0x1c2eb8,_0x3928a7,'',FRAMEWORKS['CUCUMBER']);const _0x136605={};_0x136605[_0x103ff6(0x18d)]=_0x3928a7,_0x136605[_0x103ff6(0x17f)]=_0x1c2eb8;const _0x3da71d=_0x136605;await SessionHandler['uploadEventData'](_0x3da71d);}[a8_0x5d450c(0x113)](_0xa552ef,_0x5b8ad6){const _0x39a4bf=a8_0x5d450c,_0x5ecc93={};_0x5ecc93[_0x39a4bf(0x136)]=function(_0x4120b1,_0x2dce57){return _0x4120b1 instanceof _0x2dce57;},_0x5ecc93[_0x39a4bf(0x162)]=function(_0x1046d4,_0x2c8975){return _0x1046d4===_0x2c8975;},_0x5ecc93[_0x39a4bf(0x178)]=_0x39a4bf(0xff),_0x5ecc93[_0x39a4bf(0x170)]=_0x39a4bf(0x174);const _0x1b1af1=_0x5ecc93,_0x4d5a02=hooksMap[_0xa552ef];if(_0x1b1af1[_0x39a4bf(0x136)](_0x4d5a02,Array))for(const _0x21246a of _0x4d5a02){if(_0x1b1af1['DRrvL'](_0x21246a[_0x39a4bf(0x11f)],_0x1b1af1[_0x39a4bf(0x178)])){const _0x49af71=_0x1b1af1[_0x39a4bf(0x170)]['split']('|');let _0xe58c07=0x0;while(!![]){switch(_0x49af71[_0xe58c07++]){case'0':_0x5b8ad6[_0x39a4bf(0x101)]=_0x21246a[_0x39a4bf(0x101)];continue;case'1':_0x5b8ad6['failure_reason']=_0x1b1af1['CAhmp'](_0x21246a['failure_data'],Array)?_0x21246a[_0x39a4bf(0x18b)][0x0][_0x39a4bf(0x13b)][_0x39a4bf(0x104)]('\x0a'):'';continue;case'2':_0x5b8ad6['failure']=_0x21246a[_0x39a4bf(0x18b)];continue;case'3':_0x5b8ad6[_0x39a4bf(0x11f)]=_0x21246a[_0x39a4bf(0x11f)];continue;case'4':return _0x5b8ad6;}break;}}};}[a8_0x5d450c(0x128)](_0x5e34a9){const _0xad3076=a8_0x5d450c;if(hooksMap[_0x5e34a9])return hooksMap[_0x5e34a9][_0xad3076(0x171)](_0x51bbba=>_0x51bbba['uuid']);return[];}[a8_0x5d450c(0x150)](_0x5450ff,_0x14c3fa,_0x507979,_0x53990d,_0x3b7f4e,_0x346cb3){const _0x1c4469=a8_0x5d450c,_0x5bec98={'hlPBP':function(_0x51ed11,_0xb3e3b0){return _0x51ed11===_0xb3e3b0;},'TiOXJ':_0x1c4469(0x135),'WHOuR':function(_0x25ce7b,_0x232012,_0x584a01){return _0x25ce7b(_0x232012,_0x584a01);},'wNyeE':_0x1c4469(0x16a),'IlepR':_0x1c4469(0xf9),'cxvqZ':_0x1c4469(0x143),'PUqJx':_0x1c4469(0x18e),'wAlJm':_0x1c4469(0x16f),'jMxHA':function(_0x5b9af1,_0x39750f,_0x36f737){return _0x5b9af1(_0x39750f,_0x36f737);},'vQfmm':_0x1c4469(0x166),'KTimO':'name','xTPOs':_0x1c4469(0x147)};try{if(_0x5bec98[_0x1c4469(0x16d)](_0x507979,_0x5bec98[_0x1c4469(0xf7)])){const _0x4c73f6=new Date()[_0x1c4469(0x108)](),_0x474666=hooksMap[_0x14c3fa];if(!_0x474666)return;const _0x1156ea=_0x474666[_0x1c4469(0x188)](_0x7097c=>_0x7097c[_0x1c4469(0x115)]===_0x53990d['id']);if(!_0x1156ea)return;const _0x40281a=this[_0x1c4469(0x182)](_0x5450ff,_0x14c3fa);_0x1156ea[_0x1c4469(0x11f)]=_0x40281a[_0x1c4469(0x103)],_0x1156ea[_0x1c4469(0x119)]=_0x4c73f6,_0x1156ea[_0x1c4469(0x101)]=_0x40281a['failureType'];const _0x147f86={};return _0x147f86['backtrace']=_0x40281a[_0x1c4469(0x11b)],_0x1156ea[_0x1c4469(0x18b)]=[_0x147f86],_0x1156ea;}const _0x38c142=TestDetails[_0x1c4469(0x15d)](_0x14c3fa),_0x56a613=_0x5450ff[_0x1c4469(0x12e)][_0x1c4469(0x188)](_0x5cbae9=>_0x5cbae9['id']===_0x53990d[_0x1c4469(0x186)]),_0x1e539d=_0x5bec98['WHOuR'](nestedKeyValue,_0x56a613,[_0x5bec98['wNyeE'],_0x5bec98[_0x1c4469(0x173)]]),_0x1cfaed=new Date()[_0x1c4469(0x108)](),_0x5803d7=_0x5bec98['cxvqZ'],_0x290def=_0x56a613[_0x1c4469(0x159)]?_0x56a613[_0x1c4469(0x159)][_0x1c4469(0x10c)]('\x20')[_0x1c4469(0x105)](_0xafaa31=>_0xafaa31[_0x1c4469(0x146)]('@')):[],_0x3ba6a5={'uuid':_0x53990d['id'],'type':_0x5bec98['PUqJx'],'hook_type':_0x346cb3,'name':_0x56a613[_0x1c4469(0x12c)],'body':{'lang':_0x5bec98[_0x1c4469(0x123)],'code':null},'tags':_0x290def,'test_run_id':_0x38c142,'scope':_0x5bec98[_0x1c4469(0x121)](nestedKeyValue,_0x3b7f4e,[_0x5bec98[_0x1c4469(0x12a)],_0x5bec98['KTimO']]),'scopes':[_0x5bec98['jMxHA'](nestedKeyValue,_0x3b7f4e,[_0x5bec98[_0x1c4469(0x12a)],_0x5bec98[_0x1c4469(0x16b)]])||''],'file_name':_0x1e539d,'location':_0x1e539d,'vc_filepath':this['_gitConfigPath']?path['relative'](this[_0x1c4469(0x10b)],_0x1e539d):null,'result':_0x5803d7,'started_at':_0x1cfaed,'framework':_0x5bec98[_0x1c4469(0x161)]};return _0x3ba6a5;}catch(_0x1ec4a7){logger['debug'](_0x1c4469(0x106)+util[_0x1c4469(0x15b)](_0x1ec4a7)+'\x20');}}async[a8_0x5d450c(0x18a)](_0x329663,_0x1ac1d1,_0x3c93c8,_0x5277e5,_0x3f21af,_0x4df48b){const _0x1235c7=a8_0x5d450c,_0x3dbe86={'uzGgq':function(_0x3566f0,_0x1f29e7){return _0x3566f0===_0x1f29e7;},'hnQIE':_0x1235c7(0x13a),'hPHto':function(_0x1c5ea3,_0x2ec78e,_0x2ddc74){return _0x1c5ea3(_0x2ec78e,_0x2ddc74);},'AvZfi':_0x1235c7(0x16a),'hOXgK':'uri','odlXg':'browserstack-node-agent/src/bin/cucumber-js/test.setup.js'};try{const _0x391a8f=_0x5277e5[_0x1235c7(0x188)](_0x324b85=>_0x324b85['id']===_0x3f21af);if(!_0x391a8f['hookId'])return;const _0x53726c=this[_0x1235c7(0x17d)](_0x5277e5,_0x391a8f),_0x26251e=this['getHookRunEventData'](_0x329663,_0x1ac1d1,_0x3c93c8,_0x391a8f,_0x4df48b,_0x53726c);if(!_0x26251e)return;_0x3dbe86[_0x1235c7(0x16e)](_0x3c93c8,_0x3dbe86[_0x1235c7(0x130)])&&(hooksMap[_0x1ac1d1]?hooksMap[_0x1ac1d1]['push'](_0x26251e):hooksMap[_0x1ac1d1]=[_0x26251e]);const _0x4fa388=_0x329663[_0x1235c7(0x12e)][_0x1235c7(0x188)](_0x2bfb55=>_0x2bfb55['id']===_0x391a8f[_0x1235c7(0x186)]),_0x29ef07=_0x3dbe86[_0x1235c7(0x14f)](nestedKeyValue,_0x4fa388,[_0x3dbe86[_0x1235c7(0x18c)],_0x3dbe86['hOXgK']]);if(!_0x29ef07)return;else{if(_0x29ef07[_0x1235c7(0x146)](_0x3dbe86[_0x1235c7(0x168)]))return;}const _0x3f2299={};_0x3f2299['event_type']=_0x3c93c8,_0x3f2299[_0x1235c7(0xfe)]=_0x26251e;const _0x2ccc05=_0x3f2299;await SessionHandler[_0x1235c7(0x118)](_0x2ccc05);}catch(_0x58c5be){logger[_0x1235c7(0x176)](_0x1235c7(0x157)+util[_0x1235c7(0x15b)](_0x58c5be)+'\x20');}}['getHookResult'](_0x3f09fc,_0x3cde5c){const _0x2eefc8=a8_0x5d450c,_0xad238d={};_0xad238d[_0x2eefc8(0x156)]=function(_0x3de7e1,_0x1f97af){return _0x3de7e1===_0x1f97af;},_0xad238d[_0x2eefc8(0x127)]=_0x2eefc8(0xff),_0xad238d['CbrCk']='UnhandledError',_0xad238d[_0x2eefc8(0x12f)]='AssertionError',_0xad238d[_0x2eefc8(0x133)]=function(_0x336702,_0x3e74c2){return _0x336702||_0x3e74c2;};const _0x24a608=_0xad238d,_0x549cf4=_0x3f09fc[_0x2eefc8(0x145)][_0x3cde5c][_0x2eefc8(0x167)];let _0x122169,_0x1bb590;return _0x549cf4&&_0x24a608[_0x2eefc8(0x156)](_0x549cf4[_0x2eefc8(0x103)][_0x2eefc8(0x141)]()[_0x2eefc8(0x183)](),_0x24a608[_0x2eefc8(0x127)])&&(_0x122169=_0x24a608[_0x2eefc8(0x156)](_0x549cf4['exception'],undefined)?_0x549cf4[_0x2eefc8(0x122)]:_0x549cf4[_0x2eefc8(0x120)][_0x2eefc8(0x122)],_0x1bb590=_0x24a608['DSZWJ'](_0x549cf4[_0x2eefc8(0x120)],undefined)?_0x24a608[_0x2eefc8(0x138)]:_0x549cf4[_0x2eefc8(0x122)][_0x2eefc8(0x152)](/Assert/)?_0x24a608[_0x2eefc8(0x12f)]:_0x24a608[_0x2eefc8(0x138)]),{'status':_0x549cf4['status']['toLowerCase'](),'failureType':_0x24a608[_0x2eefc8(0x133)](_0x1bb590,null),'failureData':!_0x122169?null:[_0x122169]};}[a8_0x5d450c(0x17d)](_0x27eb7a,_0x321316){const _0x146ef8=a8_0x5d450c,_0x55a115={};_0x55a115[_0x146ef8(0x153)]=function(_0x607f9f,_0x3ba044){return _0x607f9f===_0x3ba044;},_0x55a115[_0x146ef8(0x189)]=_0x146ef8(0xf5),_0x55a115[_0x146ef8(0xf0)]=_0x146ef8(0xee);const _0x5939ed=_0x55a115;let _0x17ab48=![];for(const _0x3a12bc of _0x27eb7a){_0x3a12bc[_0x146ef8(0x109)]&&(_0x17ab48=!![]);if(_0x5939ed['jKWma'](_0x321316['id'],_0x3a12bc['id']))return _0x17ab48?_0x5939ed[_0x146ef8(0x189)]:_0x5939ed[_0x146ef8(0xf0)];}}[a8_0x5d450c(0x10e)]=(_0x29cf66,_0x3e100d)=>{const _0x5daa5e=a8_0x5d450c,_0x2bb39e={};_0x2bb39e[_0x5daa5e(0x126)]=function(_0x3f4f4f,_0x1495e1){return _0x3f4f4f===_0x1495e1;},_0x2bb39e[_0x5daa5e(0x175)]=function(_0x3eab4a,_0x2cdb65){return _0x3eab4a===_0x2cdb65;},_0x2bb39e[_0x5daa5e(0x15e)]=function(_0x1ecac8,_0x3c8173){return _0x1ecac8>_0x3c8173;};const _0x1603eb=_0x2bb39e;if(!(_0x3e100d[_0x5daa5e(0x131)]&&_0x1603eb[_0x5daa5e(0x15e)](_0x3e100d[_0x5daa5e(0x131)]['length'],0x1)))return;const _0x2f019a=_0x3e100d['astNodeIds'][0x0],_0x4afb06=_0x3e100d[_0x5daa5e(0x131)][0x1],_0x563f75=_0x29cf66[_0x5daa5e(0x166)]&&_0x29cf66[_0x5daa5e(0x166)]['children']?_0x29cf66[_0x5daa5e(0x166)][_0x5daa5e(0x13d)]:undefined;let _0xbb85ed=[];_0x563f75&&_0x563f75[_0x5daa5e(0x142)](_0x112b50=>{const _0x42d274=_0x5daa5e;if(_0x112b50['rule'])_0x112b50[_0x42d274(0x148)]['children'][_0x42d274(0x142)](_0x15b969=>{const _0x2df8bc=_0x42d274;if(_0x15b969[_0x2df8bc(0x185)]&&_0x1603eb[_0x2df8bc(0x126)](_0x15b969[_0x2df8bc(0x185)]['id'],_0x2f019a)&&_0x15b969[_0x2df8bc(0x185)][_0x2df8bc(0xef)]){const _0xadf2e1=_0x15b969['scenario'][_0x2df8bc(0xef)][_0x2df8bc(0x165)](_0x10132a=>_0x10132a[_0x2df8bc(0x14e)])[_0x2df8bc(0x188)](_0x22bb47=>_0x22bb47['id']===_0x4afb06);let _0x41b09d;_0xadf2e1&&_0xadf2e1[_0x2df8bc(0x187)]?_0x41b09d=_0xadf2e1['cells'][_0x2df8bc(0x171)](_0x463d55=>_0x463d55['value']):_0x41b09d=[],_0x41b09d&&(_0xbb85ed=_0x41b09d);}});else{if(_0x112b50[_0x42d274(0x185)]&&_0x1603eb['vpBpM'](_0x112b50[_0x42d274(0x185)]['id'],_0x2f019a)&&_0x112b50[_0x42d274(0x185)][_0x42d274(0xef)]){const _0x2bd4b8=_0x112b50[_0x42d274(0x185)]['examples']['flatMap'](_0x28fd96=>_0x28fd96['tableBody'])['find'](_0x151699=>_0x151699['id']===_0x4afb06);let _0x3cc607;_0x2bd4b8&&_0x2bd4b8[_0x42d274(0x187)]?_0x3cc607=_0x2bd4b8[_0x42d274(0x187)][_0x42d274(0x171)](_0x51575f=>_0x51575f[_0x42d274(0x13e)]):_0x3cc607=[],_0x3cc607&&(_0xbb85ed=_0x3cc607);}}});if(_0xbb85ed[_0x5daa5e(0x179)])return _0xbb85ed;return;};async[a8_0x5d450c(0x154)](){const _0xd664dc=a8_0x5d450c,_0x5939c7={'LiNVS':function(_0x2eab09){return _0x2eab09();}};if(this[_0xd664dc(0x180)])return this[_0xd664dc(0x10b)];const _0x3f6b7f=await _0x5939c7['LiNVS'](getGitMetaData);_0x3f6b7f&&(this[_0xd664dc(0x10b)]=_0x3f6b7f[_0xd664dc(0x144)]),this[_0xd664dc(0x180)]=!![];}}module['exports']=o11yClassErrorHandler(TestObservabilityReporter,[a8_0x5d450c(0x154),'getScenarioExamples',a8_0x5d450c(0x17d),a8_0x5d450c(0x182),'sendHook',a8_0x5d450c(0x150),'sendTestRunEventForCucumber']);function a8_0x55ce(){const _0x2cbee1=['failure_reason','uuid','unknown','relative','uploadEventData','finished_at','failure','failureData','skipped','failureType','../../helpers/test-observability/error-handler','result','exception','jMxHA','message','wAlJm','timestamp','winstonLogger','IxmrL','KxVTC','getHooksListForTest','JEpDZ','vQfmm','gahEu','name','581242aUcBUC','hooks','gEEmT','hnQIE','astNodeIds','eLjrW','tdNNf','300vusbvu','HookRunFinished','CAhmp','../../helpers/helper','CbrCk','diXZV','HookRunStarted','backtrace','AVFEK','children','value','../../helpers/test-observability/constants.js','tags','toString','forEach','pending','root','testStepFinished','includes','cucumber','rule','Gjavh','18WibmjG','rbycI','ozfUf','testCaseFinished','tableBody','hPHto','getHookRunEventData','pWogF','match','jKWma','configureGit','../../helpers/logger','DSZWJ','Exception\x20in\x20sendHook:\x20','2VnMczv','tagExpression','MQzxZ','format','qWYfe','getTestUUID','cDQMd','YYMLu','../playwright/reporter/test-details','xTPOs','DRrvL','70842KAKgnE','OHSxE','flatMap','feature','testStepResult','odlXg','UnhandledError','sourceReference','KTimO','1492942BNfPfl','hlPBP','uzGgq','javascript','ORUXX','map','440120DjOEhm','IlepR','3|2|1|0|4','vpBpM','debug','../../helpers/testhub/utils','ZQpVy','length','appendTesthubParams','../../helpers/test-observability/sessionHandler','3964CVuXgE','getCucumberHookType','mUjFz','test_run','_gitConfigured','1329aRQhgW','getHookResult','toLowerCase','33809508rsuyrT','scenario','hookId','cells','find','desUH','sendHook','failure_data','AvZfi','event_type','hook','BEFORE_EACH','examples','NrJML','KdZOh','IGREW','TestRunFinished','lDtdT','AFTER_EACH','path','TiOXJ','testCaseStartedId','uri','FAILED','lFzGC','4407032fOINXO','util','hook_run','failed','duration_in_ms','failure_type','ioEyD','status','join','filter','Exception\x20in\x20getHookRunEventData:\x20','AssertionError','toISOString','pickleStepId','HulCU','_gitConfigPath','split','NezdY','getScenarioExamples','7xhNZUL','strip-ansi','EIziV','every','updateTestStatus'];a8_0x55ce=function(){return _0x2cbee1;};return a8_0x55ce();}
1
+ const a8_0x1f92c6=a8_0xd7cb;function a8_0x32de(){const _0x7f0f26=['SKIPPED','failure','877048EmDaQJ','FlTFQ','8786350ZwhWxp','GzFiC','YXqak','zIoKU','scenario','ucXup','1NqbnkY','updateTestStatus','examples','BZsVS','BEFORE_EACH','Acmlr','sendHook','HyQxu','failure_data','../../helpers/logger','skipped','pmbrS','value','forEach','vWdGx','_gitConfigPath','find','event_type','TestRunFinished','testCaseFinished','getHookRunEventData','finished_at','VKRwF','cells','Zelsp','result','jBHGA','HookRunStarted','MWBER','AssertionError','../../helpers/helper','feature','nYrUz','UnhandledError','toISOString','acuPo','FAILED','lrMaF','fVgJS','winstonLogger','PKMxy','astNodeIds','status','format','uCSWX','testStepFinished','ZCeve','uvPnk','hookId','uuid','../../helpers/testhub/utils','length','OwdJS','1351AStuPS','toLowerCase','3048bSsHLq','683326XweTzo','failureData','util','split','../../helpers/test-observability/sessionHandler','MTrTu','jYtEN','nanos','DTNMV','failureType','sourceReference','WjOCE','../playwright/reporter/test-details','nJacf','SUIzR','timestamp','uploadEventData','HookRunFinished','uHUAz','testCaseStartedId','exception','pending','Exception\x20in\x20sendHook:\x20','map','VvFOs','getCucumberHookType','appendTesthubParams','failure_reason','children','duration_in_ms','getTestUUID','exports','match','IckCL','getScenarioExamples','CUCUMBER','NlNCc','xmjQs','632046IiSSgc','lhMpK','UGqHL','includes','Xwkol','neltC','Exception\x20in\x20getHookRunEventData:\x20','test','getHookResult','OaXjY','lgpyX','XVooJ','1242276OCrRBB','failure_type','FXNhy','hook','tagExpression','flatMap','9MNrNzf','passed','toString','uri','_gitConfigured','sendTestRunEventForCucumber','failed','debug','sgYhM','tGtrq','relative','filter','hooks','tags','name','javascript','pickleStepId','kKqXG','backtrace','configureGit','926320jDQJSM','push','hook_run','message','grUjb','tableBody','HHfwZ','YAygR'];a8_0x32de=function(){return _0x7f0f26;};return a8_0x32de();}function a8_0xd7cb(_0x473cc3,_0x1cdd87){const _0x32de2b=a8_0x32de();return a8_0xd7cb=function(_0xd7cb4d,_0xe5d93e){_0xd7cb4d=_0xd7cb4d-0x1ee;let _0x11ead1=_0x32de2b[_0xd7cb4d];return _0x11ead1;},a8_0xd7cb(_0x473cc3,_0x1cdd87);}(function(_0x44d3c6,_0x36575f){const _0x5c15b5=a8_0xd7cb,_0x4843ba=_0x44d3c6();while(!![]){try{const _0x33df40=parseInt(_0x5c15b5(0x203))/0x1*(-parseInt(_0x5c15b5(0x23b))/0x2)+-parseInt(_0x5c15b5(0x261))/0x3+parseInt(_0x5c15b5(0x26d))/0x4+-parseInt(_0x5c15b5(0x1f1))/0x5+parseInt(_0x5c15b5(0x23a))/0x6*(-parseInt(_0x5c15b5(0x238))/0x7)+-parseInt(_0x5c15b5(0x1fb))/0x8+-parseInt(_0x5c15b5(0x273))/0x9*(-parseInt(_0x5c15b5(0x1fd))/0xa);if(_0x33df40===_0x36575f)break;else _0x4843ba['push'](_0x4843ba['shift']());}catch(_0x9d1222){_0x4843ba['push'](_0x4843ba['shift']());}}}(a8_0x32de,0x3b8d0));const path=require('path'),util=require(a8_0x1f92c6(0x23d)),hooksMap={},SessionHandler=require(a8_0x1f92c6(0x23f)),testhubUtils=require(a8_0x1f92c6(0x235)),{getGitMetaData,isUndefined,nestedKeyValue}=require(a8_0x1f92c6(0x221)),logger=require(a8_0x1f92c6(0x20c))[a8_0x1f92c6(0x22a)],{o11yClassErrorHandler}=require('../../helpers/test-observability/error-handler'),{FRAMEWORKS}=require('../../helpers/test-observability/constants.js'),TestDetails=require(a8_0x1f92c6(0x247));this[a8_0x1f92c6(0x277)]=![],this['_gitConfigPath']=null;class TestObservabilityReporter{async[a8_0x1f92c6(0x278)](_0x29d608,_0x422ce1,_0x761408,_0x48c1c9,_0x4c6c7d){const _0x248bcf=a8_0x1f92c6,_0x4597cb={'MWBER':function(_0x431343,_0x505669){return _0x431343===_0x505669;},'lgpyX':_0x248bcf(0x227),'BZsVS':_0x248bcf(0x279),'DUKjz':_0x248bcf(0x1f9),'MTrTu':_0x248bcf(0x20d),'fVgJS':function(_0x4a6920,_0x1f55c1){return _0x4a6920||_0x1f55c1;},'GaERx':function(_0x14fa09,_0x5be3ae){return _0x14fa09+_0x5be3ae;},'acuPo':function(_0x1bb2b3,_0x488741){return _0x1bb2b3+_0x488741;},'DTNMV':_0x248bcf(0x268),'repEt':_0x248bcf(0x282),'zIoKU':'cucumber','ZCeve':_0x248bcf(0x250),'eMZrC':_0x248bcf(0x274),'VKRwF':function(_0x363270,_0x1cfe29){return _0x363270!==_0x1cfe29;},'nYrUz':function(_0x38f048,_0x34a1e3){return _0x38f048/_0x34a1e3;},'neltC':function(_0x1f84fe,_0x5bec62){return _0x1f84fe===_0x5bec62;},'ucXup':'strip-ansi','jBHGA':function(_0x5699cb,_0xc417b4){return _0x5699cb(_0xc417b4);},'lrMaF':'unknown','zekxT':function(_0x2d2b5a,_0x554b63){return _0x2d2b5a(_0x554b63);},'boyYc':_0x248bcf(0x220),'IckCL':'UnhandledError','HyQxu':_0x248bcf(0x215),'FlTFQ':function(_0x1c705d,_0x51e49c){return _0x1c705d>_0x51e49c;}},{feature:_0x1afa60,scenario:_0x8ad473,steps:_0x32d0b5,uuid:_0x1ed8be,startedAt:_0x25816e,finishedAt:_0x14b775}=_0x4597cb[_0x248bcf(0x229)](_0x4c6c7d,{}),_0x163abb=this[_0x248bcf(0x25d)](_0x422ce1,_0x761408);await this[_0x248bcf(0x1f0)]();const _0x5b1068=_0x163abb?_0x4597cb['GaERx'](_0x4597cb['GaERx'](_0x4597cb[_0x248bcf(0x226)](_0x761408['name'],'\x20('),_0x163abb['join'](',\x20')),')'):_0x761408[_0x248bcf(0x281)],_0x547cd8={'uuid':_0x1ed8be,'started_at':_0x25816e,'finished_at':_0x14b775,'type':_0x4597cb[_0x248bcf(0x243)],'body':{'lang':_0x4597cb['repEt'],'code':null},'name':_0x5b1068,'scopes':[_0x1afa60&&_0x1afa60[_0x248bcf(0x281)]?_0x1afa60[_0x248bcf(0x281)]:''],'tags':_0x761408[_0x248bcf(0x280)]?_0x761408[_0x248bcf(0x280)]['map'](({name:_0x4d2cc3})=>_0x4d2cc3):[],'file_name':_0x761408['uri'],'location':_0x761408[_0x248bcf(0x276)],'vc_filepath':this[_0x248bcf(0x212)]&&_0x761408[_0x248bcf(0x276)]?path[_0x248bcf(0x27d)](this[_0x248bcf(0x212)],_0x761408[_0x248bcf(0x276)]):null,'framework':_0x4597cb[_0x248bcf(0x200)],'result':_0x4597cb[_0x248bcf(0x231)],'meta':{'feature':_0x1afa60,'scenario':_0x8ad473,'steps':_0x32d0b5,'examples':_0x163abb},'customRerunParam':{'rerun_name':_0x5b1068}};if(_0x29d608['testCaseFinished']&&_0x32d0b5){const _0x561647=_0x29d608[_0x248bcf(0x216)];let _0x9d3095=_0x4597cb['eMZrC'];_0x32d0b5['every'](_0x4b85c6=>{const _0x1da177=_0x248bcf;if(_0x4597cb[_0x1da177(0x21f)](_0x4b85c6[_0x1da177(0x21c)],_0x4597cb[_0x1da177(0x26b)]))return _0x9d3095=_0x4597cb[_0x1da177(0x206)],_0x561647[_0x1da177(0x1fa)]=_0x4b85c6[_0x1da177(0x1fa)],_0x561647[_0x1da177(0x244)]=_0x4b85c6['failureType'],![];else{if(_0x4597cb[_0x1da177(0x21f)](_0x4b85c6[_0x1da177(0x21c)],_0x4597cb['DUKjz']))return _0x9d3095=_0x4597cb[_0x1da177(0x240)],![];}return!![];}),_0x547cd8['finished_at']=new Date()[_0x248bcf(0x225)](),_0x547cd8[_0x248bcf(0x21c)]=_0x9d3095;_0x561647[_0x248bcf(0x24a)]&&_0x4597cb[_0x248bcf(0x219)](_0x561647[_0x248bcf(0x24a)]['nanos'],undefined)?_0x547cd8[_0x248bcf(0x258)]=_0x4597cb[_0x248bcf(0x223)](_0x561647['timestamp'][_0x248bcf(0x242)],0xf4240):_0x547cd8['duration_in_ms']=undefined;if(_0x4597cb[_0x248bcf(0x266)](_0x9d3095,_0x4597cb[_0x248bcf(0x206)])){const {default:_0x2af9f5}=await import(_0x4597cb[_0x248bcf(0x202)]);_0x547cd8[_0x248bcf(0x1fa)]=[{'backtrace':[_0x561647['failure']?_0x4597cb[_0x248bcf(0x21d)](_0x2af9f5,_0x561647[_0x248bcf(0x1fa)]):_0x4597cb[_0x248bcf(0x228)]]}],_0x547cd8[_0x248bcf(0x256)]=_0x561647[_0x248bcf(0x1fa)]?_0x4597cb['zekxT'](_0x2af9f5,_0x561647['failure']):_0x561647[_0x248bcf(0x1f4)],_0x561647['failureType']&&(_0x547cd8['failure_type']=_0x561647['failureType'][_0x248bcf(0x25b)](/AssertError/)?_0x4597cb['boyYc']:_0x4597cb[_0x248bcf(0x25c)]);}}if(_0x4597cb[_0x248bcf(0x21f)](_0x48c1c9,_0x4597cb[_0x248bcf(0x20a)])){const _0x1e0bec=this['getHooksListForTest'](_0x29d608['testCaseFinished'][_0x248bcf(0x24e)]);_0x1e0bec&&_0x4597cb[_0x248bcf(0x1fc)](_0x1e0bec[_0x248bcf(0x236)],0x0)&&(_0x547cd8['hooks']=_0x1e0bec,this[_0x248bcf(0x204)](_0x29d608[_0x248bcf(0x216)][_0x248bcf(0x24e)],_0x547cd8));}testhubUtils[_0x248bcf(0x255)](_0x547cd8,_0x48c1c9,'',FRAMEWORKS[_0x248bcf(0x25e)]);const _0x5aa555={};_0x5aa555[_0x248bcf(0x214)]=_0x48c1c9,_0x5aa555['test_run']=_0x547cd8;const _0x112a20=_0x5aa555;await SessionHandler[_0x248bcf(0x24b)](_0x112a20);}['updateTestStatus'](_0xc71738,_0x30150c){const _0x36dc71=a8_0x1f92c6,_0x33b23f={};_0x33b23f['nJacf']=function(_0x522544,_0x184c27){return _0x522544 instanceof _0x184c27;},_0x33b23f[_0x36dc71(0x211)]=function(_0x15b377,_0x1d0e56){return _0x15b377===_0x1d0e56;},_0x33b23f[_0x36dc71(0x21b)]=_0x36dc71(0x279),_0x33b23f[_0x36dc71(0x263)]='4|3|1|0|2';const _0x2252f9=_0x33b23f,_0x12c5df=hooksMap[_0xc71738];if(_0x2252f9[_0x36dc71(0x248)](_0x12c5df,Array))for(const _0x456542 of _0x12c5df){if(_0x2252f9[_0x36dc71(0x211)](_0x456542[_0x36dc71(0x21c)],_0x2252f9['Zelsp'])){const _0x1d7dbd=_0x2252f9['UGqHL'][_0x36dc71(0x23e)]('|');let _0xf4eed8=0x0;while(!![]){switch(_0x1d7dbd[_0xf4eed8++]){case'0':_0x30150c[_0x36dc71(0x26e)]=_0x456542[_0x36dc71(0x26e)];continue;case'1':_0x30150c['failure_reason']=_0x2252f9['nJacf'](_0x456542[_0x36dc71(0x20b)],Array)?_0x456542[_0x36dc71(0x20b)][0x0][_0x36dc71(0x1ef)]['join']('\x0a'):'';continue;case'2':return _0x30150c;case'3':_0x30150c['failure']=_0x456542['failure_data'];continue;case'4':_0x30150c[_0x36dc71(0x21c)]=_0x456542[_0x36dc71(0x21c)];continue;}break;}}};}['getHooksListForTest'](_0x11d2b2){const _0xf91be3=a8_0x1f92c6;if(hooksMap[_0x11d2b2])return hooksMap[_0x11d2b2][_0xf91be3(0x252)](_0x5b4f56=>_0x5b4f56[_0xf91be3(0x234)]);return[];}[a8_0x1f92c6(0x217)](_0x42b940,_0x50d8c0,_0x2a286f,_0x4ae327,_0x1c529f,_0x677ade){const _0x3af14b=a8_0x1f92c6,_0x5e1a3f={'uHUAz':function(_0xbe5e83,_0x1dca2a){return _0xbe5e83===_0x1dca2a;},'HHfwZ':_0x3af14b(0x24c),'GKavE':function(_0x132c54,_0x35fa6e,_0x416c19){return _0x132c54(_0x35fa6e,_0x416c19);},'dFIMx':'sourceReference','lhMpK':_0x3af14b(0x276),'xmjQs':_0x3af14b(0x250),'uCSWX':_0x3af14b(0x270),'uvPnk':_0x3af14b(0x282),'gnJMN':function(_0x3d9534,_0x5bb649,_0x455ba1){return _0x3d9534(_0x5bb649,_0x455ba1);},'Xwkol':_0x3af14b(0x222),'XVooJ':_0x3af14b(0x281),'tGtrq':function(_0x55499f,_0x105e3c,_0x54db14){return _0x55499f(_0x105e3c,_0x54db14);},'PKMxy':'cucumber'};try{if(_0x5e1a3f[_0x3af14b(0x24d)](_0x2a286f,_0x5e1a3f[_0x3af14b(0x1f7)])){const _0x5654cd=new Date()[_0x3af14b(0x225)](),_0x34339a=hooksMap[_0x50d8c0];if(!_0x34339a)return;const _0x2b38fe=_0x34339a[_0x3af14b(0x213)](_0x2a7055=>_0x2a7055[_0x3af14b(0x234)]===_0x4ae327['id']);if(!_0x2b38fe)return;const _0x1fe1ba=this[_0x3af14b(0x269)](_0x42b940,_0x50d8c0);_0x2b38fe[_0x3af14b(0x21c)]=_0x1fe1ba[_0x3af14b(0x22d)],_0x2b38fe[_0x3af14b(0x218)]=_0x5654cd,_0x2b38fe[_0x3af14b(0x26e)]=_0x1fe1ba[_0x3af14b(0x244)];const _0x372497={};return _0x372497[_0x3af14b(0x1ef)]=_0x1fe1ba[_0x3af14b(0x23c)],_0x2b38fe[_0x3af14b(0x20b)]=[_0x372497],_0x2b38fe;}const _0x1b75c3=TestDetails[_0x3af14b(0x259)](_0x50d8c0),_0x5d1fd2=_0x42b940[_0x3af14b(0x27f)][_0x3af14b(0x213)](_0x35fa93=>_0x35fa93['id']===_0x4ae327[_0x3af14b(0x233)]),_0x4b18c5=_0x5e1a3f['GKavE'](nestedKeyValue,_0x5d1fd2,[_0x5e1a3f['dFIMx'],_0x5e1a3f[_0x3af14b(0x262)]]),_0xed4bd9=new Date()[_0x3af14b(0x225)](),_0x3b6184=_0x5e1a3f[_0x3af14b(0x260)],_0x4a263d=_0x5d1fd2[_0x3af14b(0x271)]?_0x5d1fd2[_0x3af14b(0x271)][_0x3af14b(0x23e)]('\x20')[_0x3af14b(0x27e)](_0x502ce5=>_0x502ce5[_0x3af14b(0x264)]('@')):[],_0x2e0503={'uuid':_0x4ae327['id'],'type':_0x5e1a3f[_0x3af14b(0x22f)],'hook_type':_0x677ade,'name':_0x5d1fd2[_0x3af14b(0x281)],'body':{'lang':_0x5e1a3f[_0x3af14b(0x232)],'code':null},'tags':_0x4a263d,'test_run_id':_0x1b75c3,'scope':_0x5e1a3f['gnJMN'](nestedKeyValue,_0x1c529f,[_0x5e1a3f[_0x3af14b(0x265)],_0x5e1a3f['XVooJ']]),'scopes':[_0x5e1a3f[_0x3af14b(0x27c)](nestedKeyValue,_0x1c529f,[_0x5e1a3f[_0x3af14b(0x265)],_0x5e1a3f[_0x3af14b(0x26c)]])||''],'file_name':_0x4b18c5,'location':_0x4b18c5,'vc_filepath':this[_0x3af14b(0x212)]?path[_0x3af14b(0x27d)](this[_0x3af14b(0x212)],_0x4b18c5):null,'result':_0x3b6184,'started_at':_0xed4bd9,'framework':_0x5e1a3f[_0x3af14b(0x22b)]};return _0x2e0503;}catch(_0x54a933){logger[_0x3af14b(0x27a)](_0x3af14b(0x267)+util[_0x3af14b(0x22e)](_0x54a933)+'\x20');}}async[a8_0x1f92c6(0x209)](_0x122637,_0x4a7252,_0x30b337,_0x4cf572,_0x245707,_0x1bdfd0){const _0x1e49d6=a8_0x1f92c6,_0x46c0e1={'pnldR':function(_0x153059,_0x2fcc33){return _0x153059===_0x2fcc33;},'Oagwb':_0x1e49d6(0x21e),'WjOCE':function(_0x5f0147,_0x48f0ff,_0x47115e){return _0x5f0147(_0x48f0ff,_0x47115e);},'NWMei':_0x1e49d6(0x245),'pmbrS':_0x1e49d6(0x276),'SUIzR':'browserstack-node-agent/src/bin/cucumber-js/test.setup.js'};try{const _0x1a9497=_0x4cf572[_0x1e49d6(0x213)](_0x147282=>_0x147282['id']===_0x245707);if(!_0x1a9497[_0x1e49d6(0x233)])return;const _0x4b94af=this[_0x1e49d6(0x254)](_0x4cf572,_0x1a9497),_0x50f3d8=this[_0x1e49d6(0x217)](_0x122637,_0x4a7252,_0x30b337,_0x1a9497,_0x1bdfd0,_0x4b94af);if(!_0x50f3d8)return;_0x46c0e1['pnldR'](_0x30b337,_0x46c0e1['Oagwb'])&&(hooksMap[_0x4a7252]?hooksMap[_0x4a7252][_0x1e49d6(0x1f2)](_0x50f3d8):hooksMap[_0x4a7252]=[_0x50f3d8]);const _0x3bb101=_0x122637['hooks'][_0x1e49d6(0x213)](_0x411473=>_0x411473['id']===_0x1a9497[_0x1e49d6(0x233)]),_0x43c942=_0x46c0e1[_0x1e49d6(0x246)](nestedKeyValue,_0x3bb101,[_0x46c0e1['NWMei'],_0x46c0e1[_0x1e49d6(0x20e)]]);if(!_0x43c942)return;else{if(_0x43c942[_0x1e49d6(0x264)](_0x46c0e1[_0x1e49d6(0x249)]))return;}const _0x5850fe={};_0x5850fe[_0x1e49d6(0x214)]=_0x30b337,_0x5850fe[_0x1e49d6(0x1f3)]=_0x50f3d8;const _0x4361e3=_0x5850fe;await SessionHandler[_0x1e49d6(0x24b)](_0x4361e3);}catch(_0x5277f6){logger[_0x1e49d6(0x27a)](_0x1e49d6(0x251)+util[_0x1e49d6(0x22e)](_0x5277f6)+'\x20');}}[a8_0x1f92c6(0x269)](_0x31f90d,_0x3defc9){const _0x3e9029=a8_0x1f92c6,_0x9639c6={};_0x9639c6['YXqak']=function(_0x4cfdbf,_0x56e862){return _0x4cfdbf===_0x56e862;},_0x9639c6[_0x3e9029(0x253)]='failed',_0x9639c6['YAygR']=function(_0xc409c0,_0x243e56){return _0xc409c0===_0x243e56;},_0x9639c6['grUjb']=_0x3e9029(0x224),_0x9639c6[_0x3e9029(0x26f)]=_0x3e9029(0x220),_0x9639c6[_0x3e9029(0x26a)]=function(_0xb3dc73,_0x9200fa){return _0xb3dc73||_0x9200fa;};const _0x95954f=_0x9639c6,_0x47fee5=_0x31f90d[_0x3e9029(0x230)][_0x3defc9]['testStepResult'];let _0xc9a9d,_0x14a1d9;return _0x47fee5&&_0x95954f[_0x3e9029(0x1ff)](_0x47fee5[_0x3e9029(0x22d)][_0x3e9029(0x275)]()[_0x3e9029(0x239)](),_0x95954f['VvFOs'])&&(_0xc9a9d=_0x95954f['YAygR'](_0x47fee5['exception'],undefined)?_0x47fee5['message']:_0x47fee5[_0x3e9029(0x24f)][_0x3e9029(0x1f4)],_0x14a1d9=_0x95954f[_0x3e9029(0x1f8)](_0x47fee5['exception'],undefined)?_0x95954f[_0x3e9029(0x1f5)]:_0x47fee5['message'][_0x3e9029(0x25b)](/Assert/)?_0x95954f[_0x3e9029(0x26f)]:_0x95954f[_0x3e9029(0x1f5)]),{'status':_0x47fee5[_0x3e9029(0x22d)][_0x3e9029(0x239)](),'failureType':_0x95954f[_0x3e9029(0x26a)](_0x14a1d9,null),'failureData':!_0xc9a9d?null:[_0xc9a9d]};}['getCucumberHookType'](_0x1d824a,_0xd621b){const _0x186240=a8_0x1f92c6,_0x44782c={};_0x44782c[_0x186240(0x241)]=function(_0x4bcf96,_0x21aa83){return _0x4bcf96===_0x21aa83;},_0x44782c[_0x186240(0x25f)]='AFTER_EACH',_0x44782c[_0x186240(0x1ee)]=_0x186240(0x207);const _0x10e0ea=_0x44782c;let _0x560920=![];for(const _0x443409 of _0x1d824a){_0x443409[_0x186240(0x283)]&&(_0x560920=!![]);if(_0x10e0ea[_0x186240(0x241)](_0xd621b['id'],_0x443409['id']))return _0x560920?_0x10e0ea[_0x186240(0x25f)]:_0x10e0ea['kKqXG'];}}[a8_0x1f92c6(0x25d)]=(_0x2a8190,_0x1c3d60)=>{const _0x76b765=a8_0x1f92c6,_0x4e5291={};_0x4e5291[_0x76b765(0x237)]=function(_0xaa89c4,_0x3a374a){return _0xaa89c4===_0x3a374a;},_0x4e5291[_0x76b765(0x1fe)]=function(_0x205b94,_0x54d015){return _0x205b94>_0x54d015;};const _0x5d903b=_0x4e5291;if(!(_0x1c3d60['astNodeIds']&&_0x5d903b[_0x76b765(0x1fe)](_0x1c3d60[_0x76b765(0x22c)][_0x76b765(0x236)],0x1)))return;const _0x3c945b=_0x1c3d60[_0x76b765(0x22c)][0x0],_0x537a1f=_0x1c3d60[_0x76b765(0x22c)][0x1],_0x5d8977=_0x2a8190[_0x76b765(0x222)]&&_0x2a8190['feature'][_0x76b765(0x257)]?_0x2a8190[_0x76b765(0x222)]['children']:undefined;let _0x1729e0=[];_0x5d8977&&_0x5d8977[_0x76b765(0x210)](_0x44f1cd=>{const _0x1e5bc7=_0x76b765,_0x38b350={'Acmlr':function(_0x27eb27,_0x170b06){return _0x5d903b['OwdJS'](_0x27eb27,_0x170b06);}};if(_0x44f1cd['rule'])_0x44f1cd['rule'][_0x1e5bc7(0x257)]['forEach'](_0x27ad64=>{const _0x1b5c05=_0x1e5bc7;if(_0x27ad64[_0x1b5c05(0x201)]&&_0x38b350[_0x1b5c05(0x208)](_0x27ad64[_0x1b5c05(0x201)]['id'],_0x3c945b)&&_0x27ad64[_0x1b5c05(0x201)][_0x1b5c05(0x205)]){const _0xd5637a=_0x27ad64[_0x1b5c05(0x201)]['examples'][_0x1b5c05(0x272)](_0x24f779=>_0x24f779[_0x1b5c05(0x1f6)])[_0x1b5c05(0x213)](_0x247263=>_0x247263['id']===_0x537a1f);let _0x47085b;_0xd5637a&&_0xd5637a[_0x1b5c05(0x21a)]?_0x47085b=_0xd5637a['cells'][_0x1b5c05(0x252)](_0x1a4c5a=>_0x1a4c5a[_0x1b5c05(0x20f)]):_0x47085b=[],_0x47085b&&(_0x1729e0=_0x47085b);}});else{if(_0x44f1cd[_0x1e5bc7(0x201)]&&_0x5d903b[_0x1e5bc7(0x237)](_0x44f1cd['scenario']['id'],_0x3c945b)&&_0x44f1cd[_0x1e5bc7(0x201)][_0x1e5bc7(0x205)]){const _0x2c7f7f=_0x44f1cd[_0x1e5bc7(0x201)][_0x1e5bc7(0x205)][_0x1e5bc7(0x272)](_0x5309c0=>_0x5309c0[_0x1e5bc7(0x1f6)])[_0x1e5bc7(0x213)](_0x5a5d35=>_0x5a5d35['id']===_0x537a1f);let _0x57ed4c;_0x2c7f7f&&_0x2c7f7f[_0x1e5bc7(0x21a)]?_0x57ed4c=_0x2c7f7f[_0x1e5bc7(0x21a)][_0x1e5bc7(0x252)](_0x1ff5a4=>_0x1ff5a4[_0x1e5bc7(0x20f)]):_0x57ed4c=[],_0x57ed4c&&(_0x1729e0=_0x57ed4c);}}});if(_0x1729e0[_0x76b765(0x236)])return _0x1729e0;return;};async[a8_0x1f92c6(0x1f0)](){const _0xe62bcd=a8_0x1f92c6,_0x170fe2={'sgYhM':function(_0x5c7681){return _0x5c7681();}};if(this['_gitConfigured'])return this['_gitConfigPath'];const _0x1b8ec1=await _0x170fe2[_0xe62bcd(0x27b)](getGitMetaData);_0x1b8ec1&&(this[_0xe62bcd(0x212)]=_0x1b8ec1['root']),this['_gitConfigured']=!![];}}module[a8_0x1f92c6(0x25a)]=o11yClassErrorHandler(TestObservabilityReporter,[a8_0x1f92c6(0x1f0),a8_0x1f92c6(0x25d),a8_0x1f92c6(0x254),a8_0x1f92c6(0x269),a8_0x1f92c6(0x209),'getHookRunEventData',a8_0x1f92c6(0x278)]);
@@ -1 +1 @@
1
- const a9_0x2fa4ab=a9_0x52fb;(function(_0x1b6469,_0x31688a){const _0x5cb3e1=a9_0x52fb,_0x3b9b6b=_0x1b6469();while(!![]){try{const _0x3c5c66=-parseInt(_0x5cb3e1(0x17b))/0x1*(-parseInt(_0x5cb3e1(0xff))/0x2)+parseInt(_0x5cb3e1(0x183))/0x3*(parseInt(_0x5cb3e1(0x126))/0x4)+parseInt(_0x5cb3e1(0xf0))/0x5+parseInt(_0x5cb3e1(0x161))/0x6*(parseInt(_0x5cb3e1(0x100))/0x7)+-parseInt(_0x5cb3e1(0x135))/0x8*(-parseInt(_0x5cb3e1(0x12c))/0x9)+parseInt(_0x5cb3e1(0x115))/0xa+-parseInt(_0x5cb3e1(0x186))/0xb*(parseInt(_0x5cb3e1(0x159))/0xc);if(_0x3c5c66===_0x31688a)break;else _0x3b9b6b['push'](_0x3b9b6b['shift']());}catch(_0x3a1677){_0x3b9b6b['push'](_0x3b9b6b['shift']());}}}(a9_0xa73a,0x49447));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require(a9_0x2fa4ab(0x156)),setKeepAlive=require(a9_0x2fa4ab(0x15a)),util=require(a9_0x2fa4ab(0x17e)),PerformanceTester=require(a9_0x2fa4ab(0x178)),{commandRepository}=require(a9_0x2fa4ab(0x116)),cucumberModule=requireModule(a9_0x2fa4ab(0x170),'@cucumber/cucumber'),logger=require(a9_0x2fa4ab(0x148))[a9_0x2fa4ab(0x105)],{shouldProcessEventForTesthub}=require(a9_0x2fa4ab(0x17f)),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require(a9_0x2fa4ab(0x108)),TestDetails=require(a9_0x2fa4ab(0x138)),RequestQueueHandler=require(a9_0x2fa4ab(0x153)),{o11yErrorHandler}=require(a9_0x2fa4ab(0x10a)),MyReporter=require(a9_0x2fa4ab(0x103)),SessionHandler=require('../../helpers/test-observability/sessionHandler'),scripts=require(a9_0x2fa4ab(0xf7)),globals=require('../../helpers/globals'),testHubConstants=require('../../helpers/testhub/constants.js'),{shouldScanTestForAccessibility}=require(a9_0x2fa4ab(0x124)),{isUndefined}=require(a9_0x2fa4ab(0xfc)),a9_0x8781cc={};a9_0x8781cc[a9_0x2fa4ab(0x136)]=undefined,a9_0x8781cc[a9_0x2fa4ab(0x101)]={},a9_0x8781cc[a9_0x2fa4ab(0x14d)]=![],a9_0x8781cc[a9_0x2fa4ab(0x101)]['id']=undefined,a9_0x8781cc[a9_0x2fa4ab(0x101)][a9_0x2fa4ab(0x165)]=undefined;const workerDetails=a9_0x8781cc;shouldProcessEventForTesthub()&&patchConsoleLogger();function a9_0xa73a(){const _0xe43f89=['stringify','HKgHO','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','getId','session_','../../helpers/logger','length','saveTestResults','executeScript','browserstackAgentV2','o11ySyncDone','Error:\x20at\x20After\x20Step:\x20','\x0aError:\x20','driverCleanup','QiQrO','map','../../helpers/test-observability/requestQueueHandler','YADaB','timeout','../../helpers/helper','NSvTk','JPELg','7407312ANtUtq','../../helpers/setKeepAlive','then','\x22}}','__drivers','finally','error','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','112974iASukG','event_type','shift','testCaseStartedId','testInfo','parse','join','weISE','../../index','skipSessionName','lfuhP','setTestNameForHealingContext','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20','quitCount_','HmZNC','@cucumber/cucumber/lib/index.js','0|2|3|4|1','BROWSERSTACK_TESTHUB_UUID','failed','RSpzG','HNBHz','\x20|\x20','CONFIG','../../helpers/performance/performance-tester','Lwkce','Ipwgr','1FJsHxu','setDefaultTimeout','nZrfn','util','../../helpers/testhub/utils','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','status','shutdown','147oDwcEm','bs:addLog:','Failed:\x20','33vnLoEc','CBTSessionCreated','Dvsqn','rTfHf','Error:\x20quiting\x20driver\x20at\x20After:\x20','Performing\x20scan\x20before\x20saving\x20results','LMbBl','catch','skipSessionStatus','message','__error_messages__','Inside\x20browserstack\x20Before','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','pickle','__sessionFailed','Inside\x20browserstack\x20registerListeners','wclBY','removeAllListeners','mYtla','stopMonitoring','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20','text','executeAsyncScript','pickleStep','cZIGZ','info','BSTACK_CONFIG','2828955oDUHNo','KwfPZ','toString','EVtzO','tSoVU','iQTDB','push','../../helpers/accessibility-automation/scripts','integrations','Passed:\x20','browserstackSessionName','Passed','lodash','env','name','524936TtVMof','147UGGTSE','currentTest','kSTXs','../playwright/reporter/reporter.js','bppGh','winstonLogger','uuid','addTestUIDAndReportLog','../../helpers/test-observability/utils','NcbAf','../../helpers/test-observability/error-handler','__skipSessionStatus','Error:\x20sendPlatformDetails\x20at\x20After:\x20','toLowerCase','xmAsz','passed','getInstance','setConfig','performScan','Error:\x20cleaning\x20up\x20driver:\x20','JiJFV','3711510enJYdR','../../helpers/ai-sdk/autoHealHelper','cucumber-js','mSOtl','Error:\x20in\x20After\x20Step\x20for\x20driver\x20','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','initQuit','tags','qceuy','BeforeAll','result','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','Before','ODdNM','platformCaps','../../helpers/accessibility-automation/helper','RDTzt','41444lmUSjs','isAccessibilityPlatform','vlbFU','rKvdM','format','__skipSessionName','40437uTvnhQ','getTestUUID','startMonitoring','bstackA11yShouldScan','sHDWl','getGlobal','Error:\x20at\x20After:\x20','pid','BROWSERSTACK_TESTHUB_JWT','88OkTiTV','workerInfo','lZHlK','../playwright/reporter/test-details.js','thTestRunUuid','thBuildUuid','AfterAll','oLbDD','After','ENV_VAR','uploadEventData','setGlobal','bstack','debug'];a9_0xa73a=function(){return _0xe43f89;};return a9_0xa73a();}const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x4a98f1){const _0x2fbb37=a9_0x2fa4ab,_0x7845d8=workerDetails[_0x2fbb37(0x101)][_0x2fbb37(0x165)];if(!_0x7845d8)return;await MyReporter[_0x2fbb37(0x107)](_0x7845d8,_0x4a98f1);}),registerListeners=()=>{const _0x425a57=a9_0x2fa4ab,_0x4a3ad2={};_0x4a3ad2[_0x425a57(0x154)]=_0x425a57(0x195);const _0x375fd8=_0x4a3ad2;logger[_0x425a57(0x142)](_0x375fd8['YADaB']),process[_0x425a57(0x197)](_0x425a57(0x184)+process[_0x425a57(0x133)]),process['on'](_0x425a57(0x184)+process[_0x425a57(0x133)],sendTestLog),PerformanceTester[_0x425a57(0x12e)]();};modifyCommand(),setKeepAlive();const Before=cucumberModule[a9_0x2fa4ab(0x121)],After=cucumberModule[a9_0x2fa4ab(0x13d)],AfterAll=cucumberModule[a9_0x2fa4ab(0x13b)],BeforeAll=cucumberModule[a9_0x2fa4ab(0x11e)],AfterStep=cucumberModule['AfterStep'],configuration=process[a9_0x2fa4ab(0xfd)][a9_0x2fa4ab(0x177)],bstackConfig=process[a9_0x2fa4ab(0xfd)][a9_0x2fa4ab(0xef)];if(configuration!==undefined){const config=JSON[a9_0x2fa4ab(0x166)](configuration);isBrowserstackInfra()?(global['__skipSessionName']=isTrue(config[a9_0x2fa4ab(0x16a)]),global[a9_0x2fa4ab(0x10b)]=isTrue(config[a9_0x2fa4ab(0x18e)])):(global['__skipSessionName']=!![],global[a9_0x2fa4ab(0x10b)]=!![]),shouldProcessEventForTesthub()?require('../../index')[a9_0x2fa4ab(0x14c)](config,null,!![]):require(a9_0x2fa4ab(0x169))[a9_0x2fa4ab(0x14c)](config),global['__platformCaps']=config[a9_0x2fa4ab(0x123)]||{};}if(bstackConfig!==undefined){const browserStackConfig=JSON['parse'](bstackConfig);browserStackConfig&&(commandRepository[a9_0x2fa4ab(0x111)](browserStackConfig),commandRepository['setFramework'](a9_0x2fa4ab(0x117)));}global['__timeout']=0x0;const __setDefaultTimeout=cucumberModule[a9_0x2fa4ab(0x17c)];cucumberModule[a9_0x2fa4ab(0x17c)]=_0x3e9dae=>{const _0xf6ce80=a9_0x2fa4ab,_0x35b00a={'QiQrO':function(_0x483546,_0x3b3dcf){return _0x483546(_0x3b3dcf);}};global['__timeout']=_0x3e9dae,_0x35b00a[_0xf6ce80(0x151)](__setDefaultTimeout,_0x3e9dae);};const a9_0x453a87={};a9_0x453a87[a9_0x2fa4ab(0xfe)]='bstack',BeforeAll(a9_0x453a87,function(){const _0x4dd1b0=a9_0x2fa4ab,_0x21621d={'JPELg':function(_0x36a718,_0x4d9108,_0xe4f97c,_0x44484c){return _0x36a718(_0x4d9108,_0xe4f97c,_0x44484c);},'vBXQB':'failed','GVOhT':_0x4dd1b0(0x176),'EVtzO':function(_0xcea1c2,_0x14f5b7,_0x3c69cc){return _0xcea1c2(_0x14f5b7,_0x3c69cc);},'XFbhW':_0x4dd1b0(0x10f),'iQTDB':'Inside\x20browserstack\x20BeforeAll','Dvsqn':function(_0x2e0739){return _0x2e0739();},'KwfPZ':function(_0x1b6ac9,_0x2616ed){return _0x1b6ac9(_0x2616ed);}};PerformanceTester[_0x4dd1b0(0x12e)](),logger[_0x4dd1b0(0x142)](_0x21621d[_0x4dd1b0(0xf5)]),global[_0x4dd1b0(0x190)]=[],global[_0x4dd1b0(0x194)]=![],_0x21621d[_0x4dd1b0(0x188)](shouldProcessEventForTesthub)&&(_0x21621d[_0x4dd1b0(0x188)](registerListeners),_0x21621d[_0x4dd1b0(0xf1)](addRequestSpy,![])),global[_0x4dd1b0(0x150)]=async()=>{const _0x46bd8f=_0x4dd1b0;let _0x57912e=![];try{await global[_0x46bd8f(0x15d)][0x0][_0x46bd8f(0x147)],_0x57912e=!![],global[_0x46bd8f(0x194)]?await _0x21621d[_0x46bd8f(0x158)](markSessionStatus,global[_0x46bd8f(0x15d)][0x0],_0x21621d['vBXQB'],global[_0x46bd8f(0x190)][_0x46bd8f(0x167)](_0x21621d['GVOhT'])):await _0x21621d[_0x46bd8f(0xf3)](markSessionStatus,global[_0x46bd8f(0x15d)][0x0],_0x21621d['XFbhW']);}catch(_0x4d016c){logger[_0x46bd8f(0x142)](_0x46bd8f(0x113)+_0x4d016c);}global['__error_messages__']=[],global['__sessionFailed']=![];if(_0x57912e)try{await global[_0x46bd8f(0x15d)][0x0][_0x46bd8f(0x11b)](),global[_0x46bd8f(0x15d)][0x0]['session_'][_0x46bd8f(0x15b)](_0x2605c6=>{const _0x46c5fa=_0x46bd8f;logger[_0x46c5fa(0x142)]('Error:\x20in\x20quitting\x20driver\x20'+_0x2605c6[_0x46c5fa(0x146)]());})[_0x46bd8f(0x18d)](_0x3ea391=>{});}catch(_0xc1d258){logger[_0x46bd8f(0x142)](_0x46bd8f(0x120)+_0xc1d258);}};});const a9_0xf11d4f={};a9_0xf11d4f[a9_0x2fa4ab(0xfe)]=a9_0x2fa4ab(0x141),a9_0xf11d4f[a9_0x2fa4ab(0x155)]=0x2710,Before(a9_0xf11d4f,function(_0x55a65b,_0x185fb5){const _0x205726=a9_0x2fa4ab,_0x904935={'wclBY':function(_0x5d99ed,_0x2c8911){return _0x5d99ed>_0x2c8911;},'MYeXv':function(_0x4af43d,_0x1ef390){return _0x4af43d(_0x1ef390);},'sHDWl':function(_0x2510f2,_0x322b76,_0xca1e70,_0x4c3445){return _0x2510f2(_0x322b76,_0xca1e70,_0x4c3445);},'vxwPJ':_0x205726(0x12f),'HKgHO':function(_0x250cc7){return _0x250cc7();},'hQhnr':_0x205726(0x191)};commandRepository[_0x205726(0x16c)](_0x55a65b[_0x205726(0x193)]['name']),logger[_0x205726(0x142)](_0x904935['hQhnr']),new Promise(async _0x4e8e99=>{const _0xe5f4ad=_0x205726;try{_0x904935['wclBY'](global[_0xe5f4ad(0x15d)][_0xe5f4ad(0x149)],0x1)&&(await global[_0xe5f4ad(0x150)](),global[_0xe5f4ad(0x15d)]['shift']()),global[_0xe5f4ad(0x15d)][0x0]['quitCount_']&&_0x904935[_0xe5f4ad(0x196)](global[_0xe5f4ad(0x15d)][0x0][_0xe5f4ad(0x16e)],0x0)&&await global[_0xe5f4ad(0x150)]();}catch(_0x556189){logger['debug']('Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20'+_0x556189);}workerDetails[_0xe5f4ad(0x101)][_0xe5f4ad(0x165)]=_0x55a65b[_0xe5f4ad(0x164)];try{if(!_0x904935['MYeXv'](isUndefined,_0x55a65b['pickle'][_0xe5f4ad(0x11c)])){const _0x43b00f=_0x904935[_0xe5f4ad(0x130)](shouldScanTestForAccessibility,null,![],_0x55a65b[_0xe5f4ad(0x193)]['tags'][_0xe5f4ad(0x152)](({name:_0x2bcf3f})=>_0x2bcf3f));globals[_0xe5f4ad(0x140)](_0x904935['vxwPJ'],_0x43b00f);}}catch(_0x563506){logger['debug'](_0xe5f4ad(0x19a)+util[_0xe5f4ad(0x12a)](_0x563506));}_0x904935[_0xe5f4ad(0x144)](_0x4e8e99);})[_0x205726(0x15e)](_0x185fb5);});const a9_0xdf88e7={};a9_0xdf88e7[a9_0x2fa4ab(0xfe)]=a9_0x2fa4ab(0x141),a9_0xdf88e7[a9_0x2fa4ab(0x155)]=0x2710,After(a9_0xdf88e7,function(_0x3fcbec,_0x47fdc1){const _0xbfa1d0=a9_0x2fa4ab,_0xeed78f={'kSTXs':_0xbfa1d0(0x171),'qceuy':function(_0xa18550,_0xf7e336){return _0xa18550>_0xf7e336;},'ODdNM':function(_0x5b8ec1,_0x10ef8a){return _0x5b8ec1===_0x10ef8a;},'xmAsz':_0xbfa1d0(0x173),'rKvdM':function(_0x30267a,_0x4a5540){return _0x30267a===_0x4a5540;},'HmZNC':function(_0x5d4384,_0x199d19,_0x53c0fd,_0x1521fa){return _0x5d4384(_0x199d19,_0x53c0fd,_0x1521fa);},'HNBHz':_0xbfa1d0(0x176),'uUrYe':function(_0x370ea0,_0x1590ce,_0x4942db){return _0x370ea0(_0x1590ce,_0x4942db);},'FiOGy':_0xbfa1d0(0x10f),'RZUXq':function(_0x6ee150){return _0x6ee150();},'vlbFU':_0xbfa1d0(0x187),'NSvTk':_0xbfa1d0(0x127),'lZHlK':'bstackA11yShouldScan','fzIvT':_0xbfa1d0(0x145),'JiJFV':_0xbfa1d0(0x18b),'Ipwgr':_0xbfa1d0(0x160),'NcbAf':'Inside\x20browserstack\x20After'};logger['debug'](_0xeed78f[_0xbfa1d0(0x109)]),workerDetails['currentTest'][_0xbfa1d0(0x165)]=_0x3fcbec[_0xbfa1d0(0x164)],new Promise(async _0x322817=>{const _0x18c023=_0xbfa1d0;let _0x54f3c5=![];try{const _0x3dc48e=_0xeed78f[_0x18c023(0x102)]['split']('|');let _0x42b21f=0x0;while(!![]){switch(_0x3dc48e[_0x42b21f++]){case'0':_0xeed78f[_0x18c023(0x11d)](global[_0x18c023(0x15d)]['length'],0x1)&&(await global[_0x18c023(0x150)](),global[_0x18c023(0x15d)][_0x18c023(0x163)](),global[_0x18c023(0x190)]=[],global['__sessionFailed']=![]);continue;case'1':if(_0xeed78f[_0x18c023(0x122)](_0x3fcbec[_0x18c023(0x11f)][_0x18c023(0x181)]['toString']()[_0x18c023(0x10d)](),_0xeed78f['xmAsz'])||_0xeed78f[_0x18c023(0x129)](_0x3fcbec[_0x18c023(0x11f)][_0x18c023(0x181)][_0x18c023(0xf2)]()[_0x18c023(0x10d)](),'6')){try{global[_0x18c023(0x190)][_0x18c023(0xf6)](_0x3fcbec[_0x18c023(0x11f)][_0x18c023(0x18f)]);}catch(_0x59b7fd){logger['debug'](_0x18c023(0x180)+_0x59b7fd);}await _0xeed78f['HmZNC'](markSessionStatus,global[_0x18c023(0x15d)][0x0],_0xeed78f[_0x18c023(0x10e)],global[_0x18c023(0x190)][_0x18c023(0x167)](_0xeed78f[_0x18c023(0x175)]));}else await _0xeed78f['uUrYe'](markSessionStatus,global[_0x18c023(0x15d)][0x0],_0xeed78f['FiOGy']);continue;case'2':await global[_0x18c023(0x15d)][0x0]['session_'];continue;case'3':_0x54f3c5=!![];continue;case'4':!global[_0x18c023(0x12b)]&&await global[_0x18c023(0x15d)][0x0][_0x18c023(0x14b)](_0x18c023(0x11a)+_0x3fcbec[_0x18c023(0x193)][_0x18c023(0xfe)]+_0x18c023(0x15c));continue;}break;}}catch(_0xd68cf4){logger[_0x18c023(0x142)](_0x18c023(0x132)+util[_0x18c023(0x12a)](_0xd68cf4));}try{if(_0xeed78f['RZUXq'](shouldProcessEventForTesthub)){const _0x2a1261=TestDetails[_0x18c023(0x12d)](_0x3fcbec[_0x18c023(0x164)]),_0x4a7424=await _0xeed78f[_0x18c023(0x16f)](sendPlatformDetails,global['__drivers'][0x0],_0x2a1261,!![]),_0x52429a={};_0x52429a[_0x18c023(0x106)]=_0x2a1261,_0x52429a[_0x18c023(0xf8)]=_0x4a7424;const _0x43e374=_0x52429a,_0x110fae={};_0x110fae[_0x18c023(0x162)]=_0xeed78f[_0x18c023(0x128)],_0x110fae['test_run']=_0x43e374,await SessionHandler[_0x18c023(0x13f)](_0x110fae);}}catch(_0x52328c){logger['debug'](_0x18c023(0x10c)+util[_0x18c023(0x12a)](_0x52328c));}try{if(globals[_0x18c023(0x131)](_0xeed78f[_0x18c023(0x157)])&&globals[_0x18c023(0x131)](_0xeed78f[_0x18c023(0x137)])){logger[_0x18c023(0xee)](_0xeed78f['fzIvT']);const _0x28f6c3=TestDetails[_0x18c023(0x12d)](_0x3fcbec[_0x18c023(0x164)]),_0x5daa8b={};_0x5daa8b[_0x18c023(0x139)]=_0x28f6c3,_0x5daa8b[_0x18c023(0x13a)]=process[_0x18c023(0xfd)][testHubConstants[_0x18c023(0x13e)][_0x18c023(0x172)]],_0x5daa8b['thJwtToken']=process[_0x18c023(0xfd)][testHubConstants[_0x18c023(0x13e)][_0x18c023(0x134)]];const _0x1a9b3f=_0x5daa8b;logger[_0x18c023(0x142)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON[_0x18c023(0x143)](_0x1a9b3f)),logger['debug'](_0xeed78f[_0x18c023(0x114)]),logger[_0x18c023(0x142)](util[_0x18c023(0x12a)](await global[_0x18c023(0x15d)][0x0][_0x18c023(0x19c)](scripts[_0x18c023(0x112)],{'method':global[_0x18c023(0xfa)]}))),await global['__drivers'][0x0]['executeAsyncScript'](scripts[_0x18c023(0x14a)],_0x1a9b3f),logger[_0x18c023(0xee)](_0xeed78f[_0x18c023(0x17a)]);}}catch(_0x4d5c86){logger[_0x18c023(0x15f)](_0x18c023(0x16d)+util['format']);}if(_0x54f3c5)try{global[_0x18c023(0x15d)][0x0]&&_0xeed78f[_0x18c023(0x11d)](global[_0x18c023(0x15d)][0x0]['quitCount_'],0x0)&&await global[_0x18c023(0x15d)][0x0][_0x18c023(0x11b)]();}catch(_0x9473d3){logger['debug'](_0x18c023(0x18a)+_0x9473d3);}_0xeed78f['RZUXq'](_0x322817);})[_0xbfa1d0(0x15e)](()=>_0x47fdc1());});function a9_0x52fb(_0x31776a,_0x24acda){const _0xa73aee=a9_0xa73a();return a9_0x52fb=function(_0x52fbb8,_0x30b2db){_0x52fbb8=_0x52fbb8-0xee;let _0x482f51=_0xa73aee[_0x52fbb8];return _0x482f51;},a9_0x52fb(_0x31776a,_0x24acda);}const a9_0x5281e1={};a9_0x5281e1[a9_0x2fa4ab(0xfe)]=a9_0x2fa4ab(0x141),a9_0x5281e1[a9_0x2fa4ab(0x155)]=0x2710,AfterStep(a9_0x5281e1,function(_0x281e0f,_0x13cf96){const _0x20bf8c=a9_0x2fa4ab,_0x54682a={'weISE':function(_0x405772,_0x1f3113){return _0x405772===_0x1f3113;},'AhVEh':_0x20bf8c(0x173),'rTfHf':function(_0x29d3f7,_0x4fd4c1){return _0x29d3f7===_0x4fd4c1;},'Lwkce':function(_0x36f2f9,_0x458642){return _0x36f2f9!==_0x458642;},'RSpzG':function(_0x524500,_0x3c9452,_0x179ba5){return _0x524500(_0x3c9452,_0x179ba5);},'mUzke':function(_0x2e0e53,_0x1ef00d){return _0x2e0e53+_0x1ef00d;},'tSoVU':function(_0x3617a1,_0x8158a8){return _0x3617a1+_0x8158a8;},'bppGh':_0x20bf8c(0x185),'XsDvF':_0x20bf8c(0x14f),'nZrfn':_0x20bf8c(0x15f),'cZIGZ':function(_0x210e7f,_0x54517a){return _0x210e7f+_0x54517a;},'RDTzt':function(_0xf9e41b,_0x58be88,_0x101a7a){return _0xf9e41b(_0x58be88,_0x101a7a);},'DneGg':_0x20bf8c(0xf9),'mYtla':_0x20bf8c(0xee),'LMbBl':_0x20bf8c(0xfb),'lfuhP':function(_0x1373d0){return _0x1373d0();},'nkotD':'Inside\x20browserstack\x20AfterStep'};logger[_0x20bf8c(0x142)](_0x54682a['nkotD']);const _0x58f071=async(_0x4779e0,_0x5ca9ae)=>{const _0x48a4d1=_0x20bf8c;await global[_0x48a4d1(0x15d)][0x0]['executeScript'](_0x48a4d1(0x192)+_0x4779e0+',\x22level\x22:\x20\x22'+_0x5ca9ae+_0x48a4d1(0x15c));};new Promise(async _0x2f20c1=>{const _0x2330b6=_0x20bf8c;try{_0x54682a[_0x2330b6(0x168)](_0x281e0f[_0x2330b6(0x11f)]['status'][_0x2330b6(0xf2)]()[_0x2330b6(0x10d)](),_0x54682a['AhVEh'])||_0x54682a[_0x2330b6(0x189)](_0x281e0f[_0x2330b6(0x11f)]['status']['toString']()[_0x2330b6(0x10d)](),'6')?(global['__sessionFailed']=!![],global[_0x2330b6(0x190)][_0x2330b6(0xf6)](_0x281e0f[_0x2330b6(0x11f)]['message']),_0x54682a[_0x2330b6(0x179)](_0x281e0f[_0x2330b6(0x19d)],undefined)?await _0x54682a[_0x2330b6(0x174)](_0x58f071,JSON[_0x2330b6(0x143)](_0x54682a['mUzke'](_0x54682a[_0x2330b6(0xf4)](_0x54682a[_0x2330b6(0xf4)](_0x54682a[_0x2330b6(0x104)],'\x22'+_0x281e0f[_0x2330b6(0x19d)][_0x2330b6(0x19b)]+'\x22\x20'),_0x54682a['XsDvF']),_0x281e0f[_0x2330b6(0x11f)][_0x2330b6(0x18f)])),_0x54682a[_0x2330b6(0x17d)]):await _0x54682a[_0x2330b6(0x174)](_0x58f071,JSON[_0x2330b6(0x143)](_0x54682a[_0x2330b6(0x19e)](_0x54682a[_0x2330b6(0x104)],_0x281e0f[_0x2330b6(0x11f)]['message'])),_0x54682a[_0x2330b6(0x17d)])):_0x54682a['Lwkce'](_0x281e0f['pickleStep'],undefined)?await _0x54682a[_0x2330b6(0x125)](_0x58f071,JSON[_0x2330b6(0x143)](_0x54682a[_0x2330b6(0xf4)](_0x54682a['DneGg'],'\x22'+_0x281e0f[_0x2330b6(0x19d)][_0x2330b6(0x19b)]+'\x22')),_0x54682a[_0x2330b6(0x198)]):await _0x54682a[_0x2330b6(0x125)](_0x58f071,JSON['stringify'](_0x54682a[_0x2330b6(0x18c)]),_0x54682a['mYtla']),global[_0x2330b6(0x15d)][0x0][_0x2330b6(0x147)][_0x2330b6(0x15b)](_0x482019=>{})[_0x2330b6(0x18d)](_0xf6fb2c=>{const _0x122ca9=_0x2330b6;logger[_0x122ca9(0x142)](_0x122ca9(0x119)+util[_0x122ca9(0x12a)](_0xf6fb2c));});}catch(_0xfd75e2){logger['debug'](_0x2330b6(0x14e)+_0xfd75e2);}_0x54682a[_0x2330b6(0x16b)](_0x2f20c1);})[_0x20bf8c(0x15e)](()=>_0x13cf96());});const a9_0x432270={};a9_0x432270[a9_0x2fa4ab(0xfe)]=a9_0x2fa4ab(0x141),a9_0x432270[a9_0x2fa4ab(0x155)]=0x7530,AfterAll(a9_0x432270,async function(_0x1456dd,_0x582c25){const _0x3f0a3b=a9_0x2fa4ab,_0x40a44d={'mSOtl':function(_0x55980d){return _0x55980d();},'oLbDD':'Inside\x20browserstack\x20AfterAll'};logger['debug'](_0x40a44d[_0x3f0a3b(0x13c)]),await new Promise(async _0x3cf8e2=>{const _0x414ee1=_0x3f0a3b;await RequestQueueHandler[_0x414ee1(0x110)]()[_0x414ee1(0x182)](),PerformanceTester[_0x414ee1(0x199)](),await global['driverCleanup'](),_0x40a44d[_0x414ee1(0x118)](_0x3cf8e2);});});
1
+ function a9_0xc773(_0x29ff1e,_0x5ee34d){const _0x4b1009=a9_0x4b10();return a9_0xc773=function(_0xc7733f,_0x363437){_0xc7733f=_0xc7733f-0x1a4;let _0x299a88=_0x4b1009[_0xc7733f];return _0x299a88;},a9_0xc773(_0x29ff1e,_0x5ee34d);}const a9_0x290fa3=a9_0xc773;(function(_0x1421e4,_0x2f8feb){const _0x3df2fe=a9_0xc773,_0x28ead0=_0x1421e4();while(!![]){try{const _0x3204f1=-parseInt(_0x3df2fe(0x239))/0x1*(parseInt(_0x3df2fe(0x1d8))/0x2)+-parseInt(_0x3df2fe(0x1a7))/0x3+-parseInt(_0x3df2fe(0x222))/0x4+-parseInt(_0x3df2fe(0x21c))/0x5+-parseInt(_0x3df2fe(0x216))/0x6*(-parseInt(_0x3df2fe(0x231))/0x7)+-parseInt(_0x3df2fe(0x238))/0x8+parseInt(_0x3df2fe(0x1df))/0x9*(parseInt(_0x3df2fe(0x1d4))/0xa);if(_0x3204f1===_0x2f8feb)break;else _0x28ead0['push'](_0x28ead0['shift']());}catch(_0x5a2622){_0x28ead0['push'](_0x28ead0['shift']());}}}(a9_0x4b10,0x9d704));function a9_0x4b10(){const _0x151ff5=['aThaD','../playwright/reporter/test-details.js','setTestNameForHealingContext','__platformCaps','toString','__sessionFailed','performScan','setGlobal','FSCJj','pickle','CBTSessionCreated','nocDG','Inside\x20browserstack\x20BeforeAll','Passed:\x20','XbjjQ','Error:\x20quiting\x20driver\x20at\x20After:\x20','env','uploadEventData','addTestUIDAndReportLog','browserstackAgentV2','bstack','IEzAD','o11ySyncDone','finally','MaycZ','Inside\x20browserstack\x20After','split','Wmmgs','Passed','EHonW','__timeout','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','rqdge','getTestUUID','Inside\x20browserstack\x20AfterAll','stringify','../../helpers/testhub/utils','BtAwe','testInfo','map','startMonitoring','getId','name','failed','BeforeAll','catch','../../index','\x22}}','executeAsyncScript','../playwright/reporter/reporter.js','bMkFb','ENV_VAR','618lNNYUm','ENCJT','Neezd','xvxsw','testCaseStartedId','shutdown','4380985sgJIrN','util','toLowerCase','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','setDefaultTimeout','DgWea','4307844kwggHR','DtnRO','pid','GqkIE','../../helpers/test-observability/error-handler','GwoWs','../../helpers/logger','RBbkS','RvFde','text','pyJqT','../../helpers/accessibility-automation/helper','cucumber-js','CONFIG','AfterAll','42231oIyZTM','xWlHG','wAmNp','length','AuYwY','DEsZT','Error:\x20in\x20quitting\x20driver\x20','9897400yisDoJ','2YPhseY','bstackA11yShouldScan','MVtNg','Inside\x20browserstack\x20registerListeners','timeout','mvvGi','Inside\x20browserstack\x20Before','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','Inside\x20browserstack\x20AfterStep','session_','BRSzh','Before','gJVQz','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20','join','vqCbi','__skipSessionStatus','Error:\x20cleaning\x20up\x20driver:\x20','debug','executeScript','oNHgp','lodash','status','../../helpers/test-observability/sessionHandler','format','quitCount_','QTeTU','tags','__drivers','377883YHCtji','__error_messages__','message','stopMonitoring','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','event_type','result','uuid','QlJKb','platformCaps','zlrbY','passed','initQuit','mTYzD','Slfyn','thBuildUuid','CQiTO','Error:\x20in\x20After\x20Step\x20for\x20driver\x20','driverCleanup','Performing\x20scan\x20before\x20saving\x20results','then','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20','removeAllListeners','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','currentTest','winstonLogger','getGlobal','After','setFramework','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','BSTACK_CONFIG','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','error','__skipSessionName','gFlSZ','Error:\x20at\x20After:\x20','rsqXw','mNpwY','xJDGr','../../helpers/ai-sdk/autoHealHelper','pickleStep','push','setConfig','test_run','info','870HMjUKs','Error:\x20at\x20After\x20Step:\x20','xVSDE','../../helpers/testhub/constants.js','655364UHVnVI','pDzxP','ZHoVg','Error:\x20sendPlatformDetails\x20at\x20After:\x20','skipSessionName','parse','ddmEL','413289dCnjFi','../../helpers/test-observability/requestQueueHandler','\x20|\x20'];a9_0x4b10=function(){return _0x151ff5;};return a9_0x4b10();}const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require('../../helpers/helper'),setKeepAlive=require('../../helpers/setKeepAlive'),util=require(a9_0x290fa3(0x21d)),PerformanceTester=require('../../helpers/performance/performance-tester'),{commandRepository}=require(a9_0x290fa3(0x1ce)),cucumberModule=requireModule('@cucumber/cucumber/lib/index.js','@cucumber/cucumber'),logger=require(a9_0x290fa3(0x228))[a9_0x290fa3(0x1c0)],{shouldProcessEventForTesthub}=require(a9_0x290fa3(0x206)),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require('../../helpers/test-observability/utils'),TestDetails=require(a9_0x290fa3(0x1e3)),RequestQueueHandler=require(a9_0x290fa3(0x1e0)),{o11yErrorHandler}=require(a9_0x290fa3(0x226)),MyReporter=require(a9_0x290fa3(0x213)),SessionHandler=require(a9_0x290fa3(0x250)),scripts=require('../../helpers/accessibility-automation/scripts'),globals=require('../../helpers/globals'),testHubConstants=require(a9_0x290fa3(0x1d7)),{shouldScanTestForAccessibility}=require(a9_0x290fa3(0x22d)),{isUndefined}=require(a9_0x290fa3(0x24e)),a9_0x728e51={};a9_0x728e51['workerInfo']=undefined,a9_0x728e51[a9_0x290fa3(0x1bf)]={},a9_0x728e51[a9_0x290fa3(0x1f8)]=![],a9_0x728e51[a9_0x290fa3(0x1bf)]['id']=undefined,a9_0x728e51[a9_0x290fa3(0x1bf)][a9_0x290fa3(0x208)]=undefined;const workerDetails=a9_0x728e51;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x5336c9){const _0x32b083=a9_0x290fa3,_0x144a16=workerDetails[_0x32b083(0x1bf)][_0x32b083(0x208)];if(!_0x144a16)return;await MyReporter[_0x32b083(0x1f4)](_0x144a16,_0x5336c9);}),registerListeners=()=>{const _0x598d6f=a9_0x290fa3,_0x235902={};_0x235902[_0x598d6f(0x1cb)]=_0x598d6f(0x23c);const _0x4febb1=_0x235902;logger[_0x598d6f(0x24b)](_0x4febb1[_0x598d6f(0x1cb)]),process[_0x598d6f(0x1bd)]('bs:addLog:'+process[_0x598d6f(0x224)]),process['on']('bs:addLog:'+process[_0x598d6f(0x224)],sendTestLog),PerformanceTester[_0x598d6f(0x20a)]();};modifyCommand(),setKeepAlive();const Before=cucumberModule[a9_0x290fa3(0x244)],After=cucumberModule[a9_0x290fa3(0x1c2)],AfterAll=cucumberModule[a9_0x290fa3(0x230)],BeforeAll=cucumberModule[a9_0x290fa3(0x20e)],AfterStep=cucumberModule['AfterStep'],configuration=process[a9_0x290fa3(0x1f2)][a9_0x290fa3(0x22f)],bstackConfig=process['env'][a9_0x290fa3(0x1c5)];if(configuration!==undefined){const config=JSON[a9_0x290fa3(0x1dd)](configuration);isBrowserstackInfra()?(global['__skipSessionName']=isTrue(config[a9_0x290fa3(0x1dc)]),global[a9_0x290fa3(0x249)]=isTrue(config['skipSessionStatus'])):(global[a9_0x290fa3(0x1c8)]=!![],global[a9_0x290fa3(0x249)]=!![]),shouldProcessEventForTesthub()?require('../../index')[a9_0x290fa3(0x1f5)](config,null,!![]):require(a9_0x290fa3(0x210))['browserstackAgentV2'](config),global[a9_0x290fa3(0x1e5)]=config[a9_0x290fa3(0x1b0)]||{};}if(bstackConfig!==undefined){const browserStackConfig=JSON[a9_0x290fa3(0x1dd)](bstackConfig);browserStackConfig&&(commandRepository[a9_0x290fa3(0x1d1)](browserStackConfig),commandRepository[a9_0x290fa3(0x1c3)](a9_0x290fa3(0x22e)));}global['__timeout']=0x0;const __setDefaultTimeout=cucumberModule['setDefaultTimeout'];cucumberModule[a9_0x290fa3(0x220)]=_0x2f7f25=>{const _0x9254d8=a9_0x290fa3,_0x83aca8={'pyJqT':function(_0x2a8660,_0xfcf401){return _0x2a8660(_0xfcf401);}};global[_0x9254d8(0x200)]=_0x2f7f25,_0x83aca8[_0x9254d8(0x22c)](__setDefaultTimeout,_0x2f7f25);};const a9_0x178dd0={};a9_0x178dd0[a9_0x290fa3(0x20c)]='bstack',BeforeAll(a9_0x178dd0,function(){const _0x4c45f5=a9_0x290fa3,_0x22beb6={'veXkP':function(_0x328a75,_0x1d6c7e,_0x1db224,_0x268092){return _0x328a75(_0x1d6c7e,_0x1db224,_0x268092);},'GqkIE':_0x4c45f5(0x20d),'AuYwY':_0x4c45f5(0x1e1),'IOtiE':function(_0x23d6fe,_0x139cf1,_0x4f5abb){return _0x23d6fe(_0x139cf1,_0x4f5abb);},'BRSzh':'passed','VWZur':_0x4c45f5(0x1ee),'QlJKb':function(_0x3f38c2){return _0x3f38c2();},'LsaKt':function(_0x4e8c5b,_0x1466d9){return _0x4e8c5b(_0x1466d9);}};PerformanceTester[_0x4c45f5(0x20a)](),logger[_0x4c45f5(0x24b)](_0x22beb6['VWZur']),global[_0x4c45f5(0x1a8)]=[],global[_0x4c45f5(0x1e7)]=![],_0x22beb6['QlJKb'](shouldProcessEventForTesthub)&&(_0x22beb6[_0x4c45f5(0x1af)](registerListeners),_0x22beb6['LsaKt'](addRequestSpy,![])),global['driverCleanup']=async()=>{const _0x135861=_0x4c45f5;let _0x5eb095=![];try{await global[_0x135861(0x1a6)][0x0][_0x135861(0x242)],_0x5eb095=!![],global[_0x135861(0x1e7)]?await _0x22beb6['veXkP'](markSessionStatus,global['__drivers'][0x0],_0x22beb6[_0x135861(0x225)],global[_0x135861(0x1a8)][_0x135861(0x247)](_0x22beb6[_0x135861(0x235)])):await _0x22beb6['IOtiE'](markSessionStatus,global['__drivers'][0x0],_0x22beb6[_0x135861(0x243)]);}catch(_0x5832b0){logger[_0x135861(0x24b)](_0x135861(0x24a)+_0x5832b0);}global['__error_messages__']=[],global[_0x135861(0x1e7)]=![];if(_0x5eb095)try{await global[_0x135861(0x1a6)][0x0][_0x135861(0x1b3)](),global['__drivers'][0x0][_0x135861(0x242)][_0x135861(0x1bb)](_0x43f209=>{const _0x53b590=_0x135861;logger[_0x53b590(0x24b)](_0x53b590(0x237)+_0x43f209[_0x53b590(0x20b)]());})[_0x135861(0x20f)](_0x5ab82f=>{});}catch(_0x14292a){logger[_0x135861(0x24b)](_0x135861(0x201)+_0x14292a);}};});const a9_0xae013={};a9_0xae013[a9_0x290fa3(0x20c)]=a9_0x290fa3(0x1f6),a9_0xae013[a9_0x290fa3(0x23d)]=0x2710,Before(a9_0xae013,function(_0x3278c6,_0x38f6c2){const _0x1accd1=a9_0x290fa3,_0x619e71={'Wmmgs':function(_0x4d7d1d,_0x4fc865){return _0x4d7d1d>_0x4fc865;},'ddmEL':function(_0xdb7bbc,_0xc35673){return _0xdb7bbc>_0xc35673;},'wAmNp':function(_0x307838,_0x100121){return _0x307838(_0x100121);},'DEsZT':function(_0x5d9da5,_0x52ba92,_0x5bb48b,_0x38d7fe){return _0x5d9da5(_0x52ba92,_0x5bb48b,_0x38d7fe);},'ykVyE':_0x1accd1(0x23a),'vqCbi':function(_0x260b48){return _0x260b48();},'DgWea':_0x1accd1(0x23f)};commandRepository[_0x1accd1(0x1e4)](_0x3278c6['pickle'][_0x1accd1(0x20c)]),logger['debug'](_0x619e71[_0x1accd1(0x221)]),new Promise(async _0x486560=>{const _0x2bfe88=_0x1accd1;try{_0x619e71[_0x2bfe88(0x1fd)](global[_0x2bfe88(0x1a6)]['length'],0x1)&&(await global['driverCleanup'](),global[_0x2bfe88(0x1a6)]['shift']()),global[_0x2bfe88(0x1a6)][0x0][_0x2bfe88(0x252)]&&_0x619e71[_0x2bfe88(0x1de)](global[_0x2bfe88(0x1a6)][0x0][_0x2bfe88(0x252)],0x0)&&await global[_0x2bfe88(0x1b9)]();}catch(_0x3af7c5){logger['debug'](_0x2bfe88(0x1be)+_0x3af7c5);}workerDetails[_0x2bfe88(0x1bf)][_0x2bfe88(0x208)]=_0x3278c6[_0x2bfe88(0x21a)];try{if(!_0x619e71[_0x2bfe88(0x233)](isUndefined,_0x3278c6[_0x2bfe88(0x1eb)][_0x2bfe88(0x1a5)])){const _0x52f0a6=_0x619e71[_0x2bfe88(0x236)](shouldScanTestForAccessibility,null,![],_0x3278c6[_0x2bfe88(0x1eb)][_0x2bfe88(0x1a5)][_0x2bfe88(0x209)](({name:_0x556f82})=>_0x556f82));globals[_0x2bfe88(0x1e9)](_0x619e71['ykVyE'],_0x52f0a6);}}catch(_0x2043ad){logger[_0x2bfe88(0x24b)](_0x2bfe88(0x1bc)+util[_0x2bfe88(0x251)](_0x2043ad));}_0x619e71[_0x2bfe88(0x248)](_0x486560);})[_0x1accd1(0x1f9)](_0x38f6c2);});const a9_0x3a3657={};a9_0x3a3657['name']=a9_0x290fa3(0x1f6),a9_0x3a3657[a9_0x290fa3(0x23d)]=0x2710,After(a9_0x3a3657,function(_0x3fc3b9,_0x354a10){const _0x200d1e=a9_0x290fa3,_0x47ec0f={'zlrbY':'2|4|3|1|0','nocDG':function(_0x1dfd89,_0x1b7a48){return _0x1dfd89===_0x1b7a48;},'mNpwY':_0x200d1e(0x20d),'bMkFb':function(_0x10dc16,_0x52d3d0,_0x158421,_0x2df32f){return _0x10dc16(_0x52d3d0,_0x158421,_0x2df32f);},'mvvGi':_0x200d1e(0x1e1),'SefkW':function(_0xb19c32,_0x2242fb,_0xcce5cd){return _0xb19c32(_0x2242fb,_0xcce5cd);},'gFlSZ':_0x200d1e(0x1b2),'xvxsw':function(_0x2d3c25,_0x26d2c3){return _0x2d3c25>_0x26d2c3;},'IEzAD':function(_0x53deb2){return _0x53deb2();},'pDzxP':function(_0x5bbc87,_0x50e2dc,_0x4335bc,_0x1f42ba){return _0x5bbc87(_0x50e2dc,_0x4335bc,_0x1f42ba);},'FSCJj':_0x200d1e(0x1ec),'RBbkS':'isAccessibilityPlatform','Slfyn':_0x200d1e(0x23a),'xJDGr':_0x200d1e(0x240),'oghjq':_0x200d1e(0x1ba),'EHonW':_0x200d1e(0x1c4),'ZHoVg':function(_0x2ad58c,_0xa763a){return _0x2ad58c>_0xa763a;},'GwoWs':_0x200d1e(0x1fb)};logger[_0x200d1e(0x24b)](_0x47ec0f[_0x200d1e(0x227)]),workerDetails[_0x200d1e(0x1bf)][_0x200d1e(0x208)]=_0x3fc3b9[_0x200d1e(0x21a)],new Promise(async _0x11343f=>{const _0x42de27=_0x200d1e;let _0x5a8929=![];try{const _0x436ac4=_0x47ec0f[_0x42de27(0x1b1)][_0x42de27(0x1fc)]('|');let _0x59ad2a=0x0;while(!![]){switch(_0x436ac4[_0x59ad2a++]){case'0':if(_0x47ec0f[_0x42de27(0x1ed)](_0x3fc3b9[_0x42de27(0x1ad)][_0x42de27(0x24f)][_0x42de27(0x1e6)]()[_0x42de27(0x21e)](),_0x47ec0f[_0x42de27(0x1cc)])||_0x47ec0f['nocDG'](_0x3fc3b9[_0x42de27(0x1ad)][_0x42de27(0x24f)]['toString']()[_0x42de27(0x21e)](),'6')){try{global[_0x42de27(0x1a8)][_0x42de27(0x1d0)](_0x3fc3b9['result']['message']);}catch(_0x1299a4){logger[_0x42de27(0x24b)](_0x42de27(0x1ab)+_0x1299a4);}await _0x47ec0f[_0x42de27(0x214)](markSessionStatus,global[_0x42de27(0x1a6)][0x0],_0x47ec0f[_0x42de27(0x1cc)],global[_0x42de27(0x1a8)][_0x42de27(0x247)](_0x47ec0f[_0x42de27(0x23e)]));}else await _0x47ec0f['SefkW'](markSessionStatus,global[_0x42de27(0x1a6)][0x0],_0x47ec0f[_0x42de27(0x1c9)]);continue;case'1':!global[_0x42de27(0x1c8)]&&await global['__drivers'][0x0][_0x42de27(0x24c)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x3fc3b9[_0x42de27(0x1eb)][_0x42de27(0x20c)]+_0x42de27(0x211));continue;case'2':_0x47ec0f[_0x42de27(0x219)](global[_0x42de27(0x1a6)][_0x42de27(0x234)],0x1)&&(await global[_0x42de27(0x1b9)](),global['__drivers']['shift'](),global[_0x42de27(0x1a8)]=[],global[_0x42de27(0x1e7)]=![]);continue;case'3':_0x5a8929=!![];continue;case'4':await global['__drivers'][0x0]['session_'];continue;}break;}}catch(_0xdca4da){logger['debug'](_0x42de27(0x1ca)+util[_0x42de27(0x251)](_0xdca4da));}try{if(_0x47ec0f[_0x42de27(0x1f7)](shouldProcessEventForTesthub)){const _0x4f0bbd=TestDetails[_0x42de27(0x203)](_0x3fc3b9['testCaseStartedId']),_0x1945cc=await _0x47ec0f[_0x42de27(0x1d9)](sendPlatformDetails,global['__drivers'][0x0],_0x4f0bbd,!![]),_0x5158f5={};_0x5158f5[_0x42de27(0x1ae)]=_0x4f0bbd,_0x5158f5['integrations']=_0x1945cc;const _0x376fe2=_0x5158f5,_0x2c8fb8={};_0x2c8fb8[_0x42de27(0x1ac)]=_0x47ec0f[_0x42de27(0x1ea)],_0x2c8fb8[_0x42de27(0x1d2)]=_0x376fe2,await SessionHandler[_0x42de27(0x1f3)](_0x2c8fb8);}}catch(_0x1f72df){logger[_0x42de27(0x24b)](_0x42de27(0x1db)+util[_0x42de27(0x251)](_0x1f72df));}try{if(globals['getGlobal'](_0x47ec0f[_0x42de27(0x229)])&&globals[_0x42de27(0x1c1)](_0x47ec0f[_0x42de27(0x1b5)])){logger[_0x42de27(0x1d3)](_0x47ec0f[_0x42de27(0x1cd)]);const _0x5e6a08=TestDetails[_0x42de27(0x203)](_0x3fc3b9[_0x42de27(0x21a)]),_0x5421b0={};_0x5421b0['thTestRunUuid']=_0x5e6a08,_0x5421b0[_0x42de27(0x1b6)]=process[_0x42de27(0x1f2)][testHubConstants['ENV_VAR']['BROWSERSTACK_TESTHUB_UUID']],_0x5421b0['thJwtToken']=process[_0x42de27(0x1f2)][testHubConstants[_0x42de27(0x215)]['BROWSERSTACK_TESTHUB_JWT']];const _0x43d655=_0x5421b0;logger[_0x42de27(0x24b)](_0x42de27(0x21f)+JSON[_0x42de27(0x205)](_0x43d655)),logger[_0x42de27(0x24b)](_0x47ec0f['oghjq']),logger[_0x42de27(0x24b)](util[_0x42de27(0x251)](await global[_0x42de27(0x1a6)][0x0]['executeAsyncScript'](scripts[_0x42de27(0x1e8)],{'method':global['browserstackSessionName']}))),await global[_0x42de27(0x1a6)][0x0][_0x42de27(0x212)](scripts['saveTestResults'],_0x43d655),logger[_0x42de27(0x1d3)](_0x47ec0f[_0x42de27(0x1ff)]);}}catch(_0x308054){logger['error'](_0x42de27(0x246)+util[_0x42de27(0x251)]);}if(_0x5a8929)try{global[_0x42de27(0x1a6)][0x0]&&_0x47ec0f[_0x42de27(0x1da)](global['__drivers'][0x0]['quitCount_'],0x0)&&await global['__drivers'][0x0][_0x42de27(0x1b3)]();}catch(_0x3b920e){logger[_0x42de27(0x24b)](_0x42de27(0x1f1)+_0x3b920e);}_0x47ec0f[_0x42de27(0x1f7)](_0x11343f);})[_0x200d1e(0x1f9)](()=>_0x354a10());});const a9_0x499a02={};a9_0x499a02[a9_0x290fa3(0x20c)]=a9_0x290fa3(0x1f6),a9_0x499a02[a9_0x290fa3(0x23d)]=0x2710,AfterStep(a9_0x499a02,function(_0x2dda1d,_0x321d01){const _0x40acb2=a9_0x290fa3,_0x1e344c={'XbjjQ':function(_0x324183,_0x3e323e){return _0x324183===_0x3e323e;},'tVFyD':_0x40acb2(0x20d),'QTeTU':function(_0x4bc1f9,_0x2f7ef0){return _0x4bc1f9!==_0x2f7ef0;},'MVtNg':function(_0x1e8b09,_0x1061d4,_0x147099){return _0x1e8b09(_0x1061d4,_0x147099);},'ENCJT':function(_0x25d784,_0x52bdb7){return _0x25d784+_0x52bdb7;},'DtnRO':function(_0x21b2c0,_0x12b40d){return _0x21b2c0+_0x12b40d;},'aThaD':'Failed:\x20','CQiTO':'\x0aError:\x20','oNHgp':_0x40acb2(0x1c7),'MaycZ':function(_0x4a75e3,_0x5de49e){return _0x4a75e3+_0x5de49e;},'xVSDE':function(_0x233e6f,_0x5097c2,_0x4a8c89){return _0x233e6f(_0x5097c2,_0x4a8c89);},'mTYzD':function(_0x4c56e3,_0x2aece6){return _0x4c56e3+_0x2aece6;},'Neezd':_0x40acb2(0x1ef),'xWlHG':'info','gJVQz':_0x40acb2(0x1fe),'rqdge':function(_0x149a33){return _0x149a33();},'BtAwe':_0x40acb2(0x241)};logger['debug'](_0x1e344c[_0x40acb2(0x207)]);const _0x22f6e6=async(_0x31b6a7,_0x1719f1)=>{const _0x524602=_0x40acb2;await global[_0x524602(0x1a6)][0x0][_0x524602(0x24c)](_0x524602(0x1c6)+_0x31b6a7+',\x22level\x22:\x20\x22'+_0x1719f1+_0x524602(0x211));};new Promise(async _0x3eb98d=>{const _0xd11457=_0x40acb2;try{_0x1e344c[_0xd11457(0x1f0)](_0x2dda1d['result'][_0xd11457(0x24f)][_0xd11457(0x1e6)]()[_0xd11457(0x21e)](),_0x1e344c['tVFyD'])||_0x1e344c[_0xd11457(0x1f0)](_0x2dda1d[_0xd11457(0x1ad)][_0xd11457(0x24f)]['toString']()['toLowerCase'](),'6')?(global['__sessionFailed']=!![],global[_0xd11457(0x1a8)][_0xd11457(0x1d0)](_0x2dda1d[_0xd11457(0x1ad)][_0xd11457(0x1a9)]),_0x1e344c[_0xd11457(0x1a4)](_0x2dda1d[_0xd11457(0x1cf)],undefined)?await _0x1e344c['MVtNg'](_0x22f6e6,JSON[_0xd11457(0x205)](_0x1e344c[_0xd11457(0x217)](_0x1e344c[_0xd11457(0x223)](_0x1e344c[_0xd11457(0x223)](_0x1e344c[_0xd11457(0x1e2)],'\x22'+_0x2dda1d[_0xd11457(0x1cf)][_0xd11457(0x22b)]+'\x22\x20'),_0x1e344c[_0xd11457(0x1b7)]),_0x2dda1d[_0xd11457(0x1ad)]['message'])),_0x1e344c[_0xd11457(0x24d)]):await _0x1e344c[_0xd11457(0x23b)](_0x22f6e6,JSON['stringify'](_0x1e344c[_0xd11457(0x1fa)](_0x1e344c[_0xd11457(0x1e2)],_0x2dda1d[_0xd11457(0x1ad)][_0xd11457(0x1a9)])),_0x1e344c[_0xd11457(0x24d)])):_0x1e344c[_0xd11457(0x1a4)](_0x2dda1d['pickleStep'],undefined)?await _0x1e344c[_0xd11457(0x1d6)](_0x22f6e6,JSON['stringify'](_0x1e344c[_0xd11457(0x1b4)](_0x1e344c[_0xd11457(0x218)],'\x22'+_0x2dda1d['pickleStep'][_0xd11457(0x22b)]+'\x22')),_0x1e344c[_0xd11457(0x232)]):await _0x1e344c[_0xd11457(0x23b)](_0x22f6e6,JSON[_0xd11457(0x205)](_0x1e344c[_0xd11457(0x245)]),_0x1e344c[_0xd11457(0x232)]),global['__drivers'][0x0]['session_'][_0xd11457(0x1bb)](_0x1782da=>{})[_0xd11457(0x20f)](_0x185abe=>{const _0x4d5479=_0xd11457;logger['debug'](_0x4d5479(0x1b8)+util[_0x4d5479(0x251)](_0x185abe));});}catch(_0x5e1a75){logger['debug'](_0xd11457(0x1d5)+_0x5e1a75);}_0x1e344c[_0xd11457(0x202)](_0x3eb98d);})[_0x40acb2(0x1f9)](()=>_0x321d01());});const a9_0x1bfafc={};a9_0x1bfafc[a9_0x290fa3(0x20c)]=a9_0x290fa3(0x1f6),a9_0x1bfafc[a9_0x290fa3(0x23d)]=0x7530,AfterAll(a9_0x1bfafc,async function(_0x359a96,_0x5c0b81){const _0x1049c6=a9_0x290fa3,_0x5b3728={'CSvKv':function(_0x228832){return _0x228832();},'RvFde':_0x1049c6(0x204)};logger[_0x1049c6(0x24b)](_0x5b3728[_0x1049c6(0x22a)]),await new Promise(async _0x54806f=>{const _0x289bb8=_0x1049c6;await RequestQueueHandler['getInstance']()[_0x289bb8(0x21b)](),PerformanceTester[_0x289bb8(0x1aa)](),await global[_0x289bb8(0x1b9)](),_0x5b3728['CSvKv'](_0x54806f);});});
@@ -1 +1 @@
1
- const a10_0x2a8ae1=a10_0x3f76;(function(_0x5a0ac8,_0xf60efc){const _0x4bce9f=a10_0x3f76,_0x36afa5=_0x5a0ac8();while(!![]){try{const _0x1fd6c9=-parseInt(_0x4bce9f(0x1a3))/0x1+-parseInt(_0x4bce9f(0x19a))/0x2*(-parseInt(_0x4bce9f(0x18d))/0x3)+parseInt(_0x4bce9f(0x178))/0x4+parseInt(_0x4bce9f(0x1a2))/0x5+-parseInt(_0x4bce9f(0x17c))/0x6*(-parseInt(_0x4bce9f(0x179))/0x7)+parseInt(_0x4bce9f(0x17a))/0x8+-parseInt(_0x4bce9f(0x172))/0x9*(parseInt(_0x4bce9f(0x19c))/0xa);if(_0x1fd6c9===_0xf60efc)break;else _0x36afa5['push'](_0x36afa5['shift']());}catch(_0xaa5601){_0x36afa5['push'](_0x36afa5['shift']());}}}(a10_0x2664,0xd809a));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x2a8ae1(0x1a6)),setKeepAlive=require(a10_0x2a8ae1(0x193)),cucumberModule=requireModule(a10_0x2a8ae1(0x19d),'cucumber'),logger=require(a10_0x2a8ae1(0x197))[a10_0x2a8ae1(0x194)];modifyCommand(),setKeepAlive();const Before=cucumberModule[a10_0x2a8ae1(0x180)],After=cucumberModule[a10_0x2a8ae1(0x190)],configuration=process[a10_0x2a8ae1(0x18c)][a10_0x2a8ae1(0x192)];if(configuration!==undefined){const config=JSON[a10_0x2a8ae1(0x1a1)](configuration);isTrue(config[a10_0x2a8ae1(0x187)])&&(global[a10_0x2a8ae1(0x17b)]=!![]),global[a10_0x2a8ae1(0x173)]=isTrue(config[a10_0x2a8ae1(0x171)]),require(a10_0x2a8ae1(0x198))[a10_0x2a8ae1(0x16f)](config),global[a10_0x2a8ae1(0x170)]=config[a10_0x2a8ae1(0x189)]||{};}global[a10_0x2a8ae1(0x1a0)]=0x0;const __setDefaultTimeout=cucumberModule[a10_0x2a8ae1(0x18a)];function a10_0x3f76(_0x1d67fc,_0x459f6a){const _0x2664d4=a10_0x2664();return a10_0x3f76=function(_0x3f763f,_0x27d0d8){_0x3f763f=_0x3f763f-0x16f;let _0x5f38a9=_0x2664d4[_0x3f763f];return _0x5f38a9;},a10_0x3f76(_0x1d67fc,_0x459f6a);}cucumberModule[a10_0x2a8ae1(0x18a)]=_0x303a41=>{const _0x57072e=a10_0x2a8ae1,_0x4cc5f9={'PvRZD':function(_0x1e57a4,_0x4c32d9){return _0x1e57a4(_0x4c32d9);}};global['__timeout']=_0x303a41,_0x4cc5f9[_0x57072e(0x17e)](__setDefaultTimeout,_0x303a41);};const a10_0x271cca={};a10_0x271cca[a10_0x2a8ae1(0x19f)]='bstack',Before(a10_0x271cca,function(){const _0x47f2e8=a10_0x2a8ae1,_0x2ecd7b={};_0x2ecd7b[_0x47f2e8(0x182)]=_0x47f2e8(0x199);const _0x48379e=_0x2ecd7b;logger[_0x47f2e8(0x184)](_0x48379e[_0x47f2e8(0x182)]),global[_0x47f2e8(0x177)]=[];});const a10_0x476a61={};function a10_0x2664(){const _0xbf87d8=['__driver','../../helpers/helper','uHGMl','result','browserstackAgentV2','__platformCaps','skipSessionStatus','28827mJLRxL','__skipSessionStatus','MSqPn','Error:\x20quiting\x20at\x20After:\x20','then','__error_messages__','1643772RQSIGF','70KRZliD','6572872bLbdSQ','__skipSessionName','55518hpTzuV','session_','PvRZD','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','Before','failed','dKxNN','soubG','debug','Error:\x20setting\x20status\x20at\x20After:\x20','status','skipSessionName','bstack','platformCaps','setDefaultTimeout','Inside\x20browserstack\x20After','env','7731KuJSDy','nPEnb','ZqVoH','After','initQuit','CONFIG','../../helpers/setKeepAlive','winstonLogger','executeScript','\x22}}','../../helpers/logger','../../index','Inside\x20browserstack\x20Before','1294vxwOzg','join','7610vEhrgR','cucumber/lib/index.js','timeout','name','__timeout','parse','6853660AxQCty','1040760FrUOqf','rGKlv'];a10_0x2664=function(){return _0xbf87d8;};return a10_0x2664();}a10_0x476a61[a10_0x2a8ae1(0x19f)]=a10_0x2a8ae1(0x188),a10_0x476a61[a10_0x2a8ae1(0x19e)]=0x2710,After(a10_0x476a61,function(_0x2c5fbd,_0x445ad6){const _0x271bf3=a10_0x2a8ae1,_0x5c18a1={'MSqPn':function(_0x1549a7,_0x5b0c03){return _0x1549a7===_0x5b0c03;},'ZqVoH':_0x271bf3(0x181),'IRmKe':function(_0x220cd0,_0x3aa89b,_0x5b4ab5,_0x210f1e){return _0x220cd0(_0x3aa89b,_0x5b4ab5,_0x210f1e);},'dUluI':'\x20|\x20','rGKlv':function(_0x39cb19,_0x362af7,_0x4b4ad6){return _0x39cb19(_0x362af7,_0x4b4ad6);},'UJVvF':'passed','uHGMl':function(_0x2f3d6b){return _0x2f3d6b();},'soubG':function(_0x19a3b8,_0x18fc87){return _0x19a3b8(_0x18fc87);},'QbPcr':function(_0x2ace2d){return _0x2ace2d();},'nPEnb':_0x271bf3(0x18b)};logger['debug'](_0x5c18a1[_0x271bf3(0x18e)]),new Promise(async(_0x474078,_0x4f9699)=>{const _0xa2ced4=_0x271bf3;let _0x3622c4=![];try{await global[_0xa2ced4(0x1a5)][_0xa2ced4(0x17d)],_0x3622c4=!![],!global[_0xa2ced4(0x17b)]&&await global[_0xa2ced4(0x1a5)][_0xa2ced4(0x195)](_0xa2ced4(0x17f)+_0x2c5fbd['pickle']['name']+_0xa2ced4(0x196)),_0x5c18a1[_0xa2ced4(0x174)](_0x2c5fbd[_0xa2ced4(0x1a8)][_0xa2ced4(0x186)]['toLowerCase'](),_0x5c18a1[_0xa2ced4(0x18f)])?await _0x5c18a1['IRmKe'](markSessionStatus,global[_0xa2ced4(0x1a5)],_0x5c18a1['ZqVoH'],global[_0xa2ced4(0x177)][_0xa2ced4(0x19b)](_0x5c18a1['dUluI'])):await _0x5c18a1[_0xa2ced4(0x1a4)](markSessionStatus,global[_0xa2ced4(0x1a5)],_0x5c18a1['UJVvF']);}catch(_0x2a86f7){logger['debug'](_0xa2ced4(0x185)+_0x2a86f7);}if(_0x3622c4)try{await global[_0xa2ced4(0x1a5)][_0xa2ced4(0x191)](),_0x5c18a1[_0xa2ced4(0x1a7)](_0x474078);}catch(_0x3615e0){logger[_0xa2ced4(0x184)](_0xa2ced4(0x175)+_0x3615e0),_0x5c18a1[_0xa2ced4(0x183)](_0x4f9699,_0x3615e0);}else _0x5c18a1['QbPcr'](_0x4f9699);})[_0x271bf3(0x176)](()=>_0x445ad6());});
1
+ const a10_0x5c7f82=a10_0x4075;(function(_0x201589,_0x2a76cb){const _0x5b074a=a10_0x4075,_0x3a6f1b=_0x201589();while(!![]){try{const _0x629b59=-parseInt(_0x5b074a(0x197))/0x1*(parseInt(_0x5b074a(0x193))/0x2)+-parseInt(_0x5b074a(0x186))/0x3+parseInt(_0x5b074a(0x191))/0x4*(-parseInt(_0x5b074a(0x1a5))/0x5)+-parseInt(_0x5b074a(0x19b))/0x6*(-parseInt(_0x5b074a(0x185))/0x7)+parseInt(_0x5b074a(0x182))/0x8*(-parseInt(_0x5b074a(0x190))/0x9)+parseInt(_0x5b074a(0x18d))/0xa*(parseInt(_0x5b074a(0x18c))/0xb)+parseInt(_0x5b074a(0x184))/0xc;if(_0x629b59===_0x2a76cb)break;else _0x3a6f1b['push'](_0x3a6f1b['shift']());}catch(_0x29e1ce){_0x3a6f1b['push'](_0x3a6f1b['shift']());}}}(a10_0x4692,0xf0f1e));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x5c7f82(0x19e)),setKeepAlive=require(a10_0x5c7f82(0x1b4)),cucumberModule=requireModule(a10_0x5c7f82(0x1a3),a10_0x5c7f82(0x1aa)),logger=require(a10_0x5c7f82(0x1a1))[a10_0x5c7f82(0x1ae)];function a10_0x4075(_0x188ca2,_0x34c349){const _0x46925d=a10_0x4692();return a10_0x4075=function(_0x407574,_0x262509){_0x407574=_0x407574-0x182;let _0x317ef7=_0x46925d[_0x407574];return _0x317ef7;},a10_0x4075(_0x188ca2,_0x34c349);}modifyCommand(),setKeepAlive();const Before=cucumberModule[a10_0x5c7f82(0x1a6)],After=cucumberModule[a10_0x5c7f82(0x18e)],configuration=process[a10_0x5c7f82(0x1b7)]['CONFIG'];if(configuration!==undefined){const config=JSON['parse'](configuration);isTrue(config['skipSessionName'])&&(global[a10_0x5c7f82(0x189)]=!![]),global[a10_0x5c7f82(0x199)]=isTrue(config[a10_0x5c7f82(0x198)]),require('../../index')[a10_0x5c7f82(0x194)](config),global[a10_0x5c7f82(0x1b5)]=config['platformCaps']||{};}global[a10_0x5c7f82(0x1a8)]=0x0;function a10_0x4692(){const _0x507b6e=['name','5PXcGah','Before','PAGEi','__timeout','Error:\x20quiting\x20at\x20After:\x20','cucumber','WewNb','\x22}}','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','winstonLogger','LvRvY','status','setDefaultTimeout','initQuit','pickle','../../helpers/setKeepAlive','__platformCaps','timeout','env','8TPyUto','__driver','54721152aNTKxu','91UPFmEY','2521902GaZakt','Inside\x20browserstack\x20Before','OxcVi','__skipSessionName','dojPb','toLowerCase','7568XAxrLz','2810WkDeOC','After','bstack','12455019PwVXhf','5066960vrYxBK','executeScript','562874hjpSZm','browserstackAgentV2','debug','eZFWW','1yQopuK','skipSessionStatus','__skipSessionStatus','join','2856eAWiIk','\x20|\x20','passed','../../helpers/helper','Inside\x20browserstack\x20After','MqWPx','../../helpers/logger','session_','cucumber/lib/index.js'];a10_0x4692=function(){return _0x507b6e;};return a10_0x4692();}const __setDefaultTimeout=cucumberModule['setDefaultTimeout'];cucumberModule[a10_0x5c7f82(0x1b1)]=_0xac4450=>{const _0xd0c75e=a10_0x5c7f82,_0x45e389={'CEpxF':function(_0x142faa,_0x511cc1){return _0x142faa(_0x511cc1);}};global[_0xd0c75e(0x1a8)]=_0xac4450,_0x45e389['CEpxF'](__setDefaultTimeout,_0xac4450);};const a10_0x3da589={};a10_0x3da589['name']='bstack',Before(a10_0x3da589,function(){const _0x482783=a10_0x5c7f82,_0x29c959={};_0x29c959[_0x482783(0x196)]=_0x482783(0x187);const _0x4e15cf=_0x29c959;logger['debug'](_0x4e15cf[_0x482783(0x196)]),global['__error_messages__']=[];});const a10_0xd1d491={};a10_0xd1d491[a10_0x5c7f82(0x1a4)]=a10_0x5c7f82(0x18f),a10_0xd1d491[a10_0x5c7f82(0x1b6)]=0x2710,After(a10_0xd1d491,function(_0x224f72,_0x2a557f){const _0xc00949=a10_0x5c7f82,_0x718835={'dojPb':function(_0x3af8dc,_0x42a40f){return _0x3af8dc===_0x42a40f;},'WewNb':'failed','LvRvY':function(_0x32aaaa,_0x3c3617,_0x4b8dfb,_0x2a2a18){return _0x32aaaa(_0x3c3617,_0x4b8dfb,_0x2a2a18);},'OxcVi':_0xc00949(0x19c),'jtlIA':function(_0x393905,_0x15316c,_0x5d04c9){return _0x393905(_0x15316c,_0x5d04c9);},'NwGgB':_0xc00949(0x19d),'MqWPx':function(_0x51f776){return _0x51f776();},'PAGEi':function(_0x3e5743,_0x18c588){return _0x3e5743(_0x18c588);},'vsrOL':_0xc00949(0x19f)};logger[_0xc00949(0x195)](_0x718835['vsrOL']),new Promise(async(_0x17440a,_0x45ea68)=>{const _0x346463=_0xc00949;let _0xdae157=![];try{await global[_0x346463(0x183)][_0x346463(0x1a2)],_0xdae157=!![],!global[_0x346463(0x189)]&&await global[_0x346463(0x183)][_0x346463(0x192)](_0x346463(0x1ad)+_0x224f72[_0x346463(0x1b3)][_0x346463(0x1a4)]+_0x346463(0x1ac)),_0x718835[_0x346463(0x18a)](_0x224f72['result'][_0x346463(0x1b0)][_0x346463(0x18b)](),_0x718835[_0x346463(0x1ab)])?await _0x718835[_0x346463(0x1af)](markSessionStatus,global[_0x346463(0x183)],_0x718835['WewNb'],global['__error_messages__'][_0x346463(0x19a)](_0x718835[_0x346463(0x188)])):await _0x718835['jtlIA'](markSessionStatus,global['__driver'],_0x718835['NwGgB']);}catch(_0x3e3d3e){logger['debug']('Error:\x20setting\x20status\x20at\x20After:\x20'+_0x3e3d3e);}if(_0xdae157)try{await global[_0x346463(0x183)][_0x346463(0x1b2)](),_0x718835['MqWPx'](_0x17440a);}catch(_0x2a6969){logger['debug'](_0x346463(0x1a9)+_0x2a6969),_0x718835[_0x346463(0x1a7)](_0x45ea68,_0x2a6969);}else _0x718835[_0x346463(0x1a0)](_0x45ea68);})['then'](()=>_0x2a557f());});
@@ -1 +1 @@
1
- const a11_0x18dc87=a11_0x30bc;(function(_0x2d2935,_0x383b06){const _0x3a1585=a11_0x30bc,_0x287fe4=_0x2d2935();while(!![]){try{const _0x2bbbc3=-parseInt(_0x3a1585(0x199))/0x1+-parseInt(_0x3a1585(0x196))/0x2*(-parseInt(_0x3a1585(0x19a))/0x3)+parseInt(_0x3a1585(0x191))/0x4*(-parseInt(_0x3a1585(0x1a0))/0x5)+-parseInt(_0x3a1585(0x19f))/0x6+-parseInt(_0x3a1585(0x19e))/0x7*(-parseInt(_0x3a1585(0x197))/0x8)+-parseInt(_0x3a1585(0x190))/0x9+-parseInt(_0x3a1585(0x19d))/0xa*(-parseInt(_0x3a1585(0x193))/0xb);if(_0x2bbbc3===_0x383b06)break;else _0x287fe4['push'](_0x287fe4['shift']());}catch(_0xe1ac51){_0x287fe4['push'](_0x287fe4['shift']());}}}(a11_0x14c0,0x72b98));const {requireModule}=require(a11_0x18dc87(0x1a1)),constants=require(a11_0x18dc87(0x19c));;function a11_0x14c0(){const _0x48db9f=['cucumber/lib/index.js','setDefaultTimeout','309634IcOygZ','104208quIsws','__timeout','796200JsVwCq','3MjMhTd','@cucumber/cucumber','../utils/constants','537780wAYrSi','483VQEiNo','2704656AjatNO','1387635wzrNyL','../../helpers/helper','244800dTPppB','4KbrKYl','cucumber','198XUsEcQ'];a11_0x14c0=function(){return _0x48db9f;};return a11_0x14c0();}let cucumberModule=null;try{cucumberModule=requireModule('@cucumber/cucumber/lib/index.js',a11_0x18dc87(0x19b));}catch(a11_0x576578){cucumberModule=requireModule(a11_0x18dc87(0x194),a11_0x18dc87(0x192));}function a11_0x30bc(_0x367bae,_0xd235dc){const _0x14c06d=a11_0x14c0();return a11_0x30bc=function(_0x30bc3e,_0x6609f6){_0x30bc3e=_0x30bc3e-0x190;let _0x18015a=_0x14c06d[_0x30bc3e];return _0x18015a;},a11_0x30bc(_0x367bae,_0xd235dc);}cucumberModule[a11_0x18dc87(0x195)](constants['BSTACK_DELTA']+global[a11_0x18dc87(0x198)]*0x1);
1
+ const a11_0x317cf3=a11_0x4d2b;(function(_0x53be7a,_0x5787e8){const _0xeb0628=a11_0x4d2b,_0x598adb=_0x53be7a();while(!![]){try{const _0x1ab8d7=parseInt(_0xeb0628(0x1c3))/0x1*(-parseInt(_0xeb0628(0x1c6))/0x2)+parseInt(_0xeb0628(0x1c2))/0x3+parseInt(_0xeb0628(0x1c5))/0x4*(-parseInt(_0xeb0628(0x1c8))/0x5)+parseInt(_0xeb0628(0x1c1))/0x6+parseInt(_0xeb0628(0x1c9))/0x7+-parseInt(_0xeb0628(0x1ca))/0x8+parseInt(_0xeb0628(0x1cb))/0x9*(parseInt(_0xeb0628(0x1c4))/0xa);if(_0x1ab8d7===_0x5787e8)break;else _0x598adb['push'](_0x598adb['shift']());}catch(_0x2a5a87){_0x598adb['push'](_0x598adb['shift']());}}}(a11_0x378d,0x922ac));const {requireModule}=require(a11_0x317cf3(0x1ce)),constants=require(a11_0x317cf3(0x1c7));;let cucumberModule=null;try{cucumberModule=requireModule('@cucumber/cucumber/lib/index.js','@cucumber/cucumber');}catch(a11_0x1aa1ad){cucumberModule=requireModule(a11_0x317cf3(0x1cc),a11_0x317cf3(0x1cd));}function a11_0x378d(){const _0x11eb02=['../../helpers/helper','BSTACK_DELTA','__timeout','4324608bPfHms','1418766oFXoKH','31AucMTx','1159450PCswIO','52oCZeFy','2596EDskcw','../utils/constants','128335cKgSWG','462343dtybIe','3224600xpnpfv','9sHUwHO','cucumber/lib/index.js','cucumber'];a11_0x378d=function(){return _0x11eb02;};return a11_0x378d();}function a11_0x4d2b(_0x595191,_0x30dd58){const _0x378d07=a11_0x378d();return a11_0x4d2b=function(_0x4d2b16,_0x37a25f){_0x4d2b16=_0x4d2b16-0x1c1;let _0x38e5f5=_0x378d07[_0x4d2b16];return _0x38e5f5;},a11_0x4d2b(_0x595191,_0x30dd58);}cucumberModule['setDefaultTimeout'](constants[a11_0x317cf3(0x1cf)]+global[a11_0x317cf3(0x1d0)]*0x1);
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a12_0x11d808=a12_0x192f;(function(_0x35136b,_0x1780f6){const _0x397b4a=a12_0x192f,_0x1f344d=_0x35136b();while(!![]){try{const _0x388690=parseInt(_0x397b4a(0x1f7))/0x1*(-parseInt(_0x397b4a(0x20a))/0x2)+-parseInt(_0x397b4a(0x22c))/0x3+-parseInt(_0x397b4a(0x211))/0x4*(parseInt(_0x397b4a(0x1f5))/0x5)+parseInt(_0x397b4a(0x1fe))/0x6*(parseInt(_0x397b4a(0x223))/0x7)+parseInt(_0x397b4a(0x1fd))/0x8+parseInt(_0x397b4a(0x229))/0x9+parseInt(_0x397b4a(0x210))/0xa*(-parseInt(_0x397b4a(0x1f3))/0xb);if(_0x388690===_0x1780f6)break;else _0x1f344d['push'](_0x1f344d['shift']());}catch(_0x57cfeb){_0x1f344d['push'](_0x1f344d['shift']());}}}(a12_0x3fd6,0x81034));function a12_0x192f(_0x27b615,_0xe83311){const _0x3fd64d=a12_0x3fd6();return a12_0x192f=function(_0x192f1a,_0x1cd46e){_0x192f1a=_0x192f1a-0x1f1;let _0x172e59=_0x3fd64d[_0x192f1a];return _0x172e59;},a12_0x192f(_0x27b615,_0xe83311);}const {default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),logger=require('../../helpers/logger')[a12_0x11d808(0x22e)],{URL}=require('url'),helper=require('../../helpers/helper'),{HELP_MESSAGES,ERROR_MESSAGES}=require('./constants'),validHosts=function(_0x28da4d){const _0x4e666d=a12_0x11d808;return _0x28da4d[_0x4e666d(0x222)](',')[_0x4e666d(0x215)](_0x2ab22a=>{const _0x1ffb8e=_0x4e666d;try{new URL(_0x2ab22a[_0x1ffb8e(0x234)]());}catch(_0x1acdd1){return![];}return!![];});},parseOnPremHosts=function(_0x560464){const _0x33ffb9=a12_0x11d808,_0xd9792c={};_0xd9792c[_0x33ffb9(0x204)]=function(_0xf601be,_0x3a4b6e){return _0xf601be===_0x3a4b6e;},_0xd9792c[_0x33ffb9(0x21f)]='https:',_0xd9792c[_0x33ffb9(0x228)]=_0x33ffb9(0x233),_0xd9792c[_0x33ffb9(0x1ff)]=function(_0x181ce6,_0x59c976){return _0x181ce6===_0x59c976;},_0xd9792c[_0x33ffb9(0x22d)]=_0x33ffb9(0x219);const _0x1a73b0=_0xd9792c;return _0x560464['split'](',')[_0x33ffb9(0x218)](_0x441396=>{const _0x519b4b=_0x33ffb9,_0x1c1b2f=new URL(_0x441396[_0x519b4b(0x234)]()),_0x2b14be=_0x1c1b2f['hostname'],_0x518f9e=_0x1c1b2f[_0x519b4b(0x20d)]||(_0x1a73b0[_0x519b4b(0x204)](_0x1c1b2f[_0x519b4b(0x207)],_0x1a73b0[_0x519b4b(0x21f)])?_0x1a73b0['gLEmh']:'80'),_0x11d6fb=_0x1c1b2f[_0x519b4b(0x207)][_0x519b4b(0x217)](':',''),_0x23367f=_0x1a73b0['vVMlp'](_0x11d6fb,_0x1a73b0[_0x519b4b(0x22d)])?0x1:0x0;return _0x2b14be+','+_0x518f9e+','+_0x23367f;});},connectCommandBuilder=function(_0x1b2137){const _0xd24e70=a12_0x11d808,_0x1766d5={};_0x1766d5[_0xd24e70(0x206)]='string';const _0x1ca737=_0x1766d5,_0x501b5a={};_0x501b5a[_0xd24e70(0x216)]=HELP_MESSAGES[_0xd24e70(0x230)][_0xd24e70(0x221)],_0x501b5a['type']=_0x1ca737[_0xd24e70(0x206)];const _0xcc911f={};_0xcc911f[_0xd24e70(0x216)]=HELP_MESSAGES[_0xd24e70(0x230)][_0xd24e70(0x224)],_0xcc911f[_0xd24e70(0x20e)]=_0x1ca737[_0xd24e70(0x206)],_0xcc911f[_0xd24e70(0x213)]=!![];const _0x3ac895={};return _0x3ac895[_0xd24e70(0x1fc)]=_0x501b5a,_0x3ac895[_0xd24e70(0x224)]=_0xcc911f,_0x1b2137[_0xd24e70(0x230)](_0x3ac895);},connectCommandHandler=async function(_0x5712b0){const _0x29b175=a12_0x11d808,_0x55620={'TJcLf':'integrations','dpNHT':function(_0xe9ecd7,_0x240062){return _0xe9ecd7===_0x240062;},'eThBj':'undefined','FWCWr':_0x29b175(0x21a),'wBPQM':function(_0x25f650,_0x4be323){return _0x25f650===_0x4be323;},'ffgsM':_0x29b175(0x21b),'ppKJy':function(_0x56e895,_0x22f720){return _0x56e895(_0x22f720);},'foGRj':'Hosts\x20not\x20valid','ahgjX':function(_0x233abc,_0x46c221){return _0x233abc(_0x46c221);},'CXAPM':_0x29b175(0x225),'xkRGt':'Connection\x20established\x20successfully.','pLMAJ':_0x29b175(0x1f8)};try{const _0x366b03=new BrowserStackSetup(_0x5712b0,_0x55620[_0x29b175(0x21c)]);_0x5712b0[_0x29b175(0x1fa)]&&(_0x366b03[_0x29b175(0x1f1)][_0x29b175(0x208)]=_0x5712b0['bstackAccesskey']);if(_0x55620['dpNHT'](typeof _0x366b03[_0x29b175(0x1f1)]['accessKey'],_0x55620[_0x29b175(0x226)])){logger[_0x29b175(0x21e)](_0x55620[_0x29b175(0x214)]);throw new Error(ERROR_MESSAGES[_0x29b175(0x221)][_0x29b175(0x212)]);}const _0x42bf6d=_0x5712b0[_0x29b175(0x224)];if(_0x55620[_0x29b175(0x201)](typeof _0x42bf6d,_0x55620[_0x29b175(0x226)])){logger[_0x29b175(0x21e)](_0x55620[_0x29b175(0x235)]);throw new Error(ERROR_MESSAGES[_0x29b175(0x224)]['missing']);}if(!_0x55620['ppKJy'](validHosts,_0x42bf6d)){logger[_0x29b175(0x21e)](_0x55620[_0x29b175(0x203)]);throw new Error(ERROR_MESSAGES[_0x29b175(0x224)][_0x29b175(0x20f)]);}const _0x445fd9=_0x55620[_0x29b175(0x21d)](parseOnPremHosts,_0x42bf6d);_0x366b03[_0x29b175(0x1f1)][_0x29b175(0x1fb)]=!![],_0x366b03[_0x29b175(0x1f1)]['browserStackLocalOptions']['localIdentifier']=_0x55620[_0x29b175(0x1f2)],_0x366b03['config'][_0x29b175(0x220)][_0x29b175(0x22f)]=_0x445fd9[_0x29b175(0x209)](','),helper[_0x29b175(0x200)](_0x366b03[_0x29b175(0x1f1)]),await _0x366b03['setupBrowserstackLocal'](),logger[_0x29b175(0x232)](_0x55620['xkRGt']);}catch(_0x51b7e3){logger[_0x29b175(0x21e)](_0x55620[_0x29b175(0x227)]);throw new Error(_0x51b7e3[_0x29b175(0x20c)]());}};function a12_0x3fd6(){const _0x3b408a=['pLMAJ','gLEmh','3584448dRsFoR','root','footer','95109RfyMus','JqdLA','winstonLogger','only','options','help','info','443','trim','ffgsM','config','CXAPM','968FZRczU','hrVUT','10HoncAj','yMIEt','141JVCmDN','Failed\x20to\x20establish\x20connection.','epilogue','bstackAccesskey','browserstackLocal','bstack-accesskey','5907224fBmEvV','149064fcSMeu','vVMlp','setProxySettings','wBPQM','command','foGRj','rLiBB','connect','cQgSi','protocol','accessKey','join','9824IGdrhf','exports','toString','port','type','invalid','23710ydzpOa','443728MPUOcd','missing','demandOption','FWCWr','every','describe','replace','map','https','BrowserStack\x20access\x20key\x20missing.','Integration\x20hosts\x20missing.','TJcLf','ahgjX','error','jYoZZ','browserStackLocalOptions','bstackAccessKey','split','154zjMkzK','hosts','integrations-repeater','eThBj'];a12_0x3fd6=function(){return _0x3b408a;};return a12_0x3fd6();}function run(_0x1f92de){const _0x407a18=a12_0x11d808,_0x6bf47f={};_0x6bf47f[_0x407a18(0x1f4)]=_0x407a18(0x205),_0x6bf47f['yMIEt']='help';const _0x1a7cdb=_0x6bf47f;_0x1f92de['usage'](HELP_MESSAGES[_0x407a18(0x202)][_0x407a18(0x22a)])['command'](_0x1a7cdb[_0x407a18(0x1f4)],HELP_MESSAGES[_0x407a18(0x202)][_0x407a18(0x205)],connectCommandBuilder,connectCommandHandler)['demandCommand']()[_0x407a18(0x231)](_0x1a7cdb[_0x407a18(0x1f6)])[_0x407a18(0x1f9)](HELP_MESSAGES[_0x407a18(0x202)][_0x407a18(0x22b)]);}module[a12_0x11d808(0x20b)]=run;
2
+ 'use strict';const a12_0x3b3d61=a12_0x28b5;(function(_0x42805d,_0x55b18c){const _0x17ecd7=a12_0x28b5,_0x35e836=_0x42805d();while(!![]){try{const _0x25a6a7=parseInt(_0x17ecd7(0x197))/0x1+-parseInt(_0x17ecd7(0x1c3))/0x2*(parseInt(_0x17ecd7(0x193))/0x3)+-parseInt(_0x17ecd7(0x1ab))/0x4+parseInt(_0x17ecd7(0x1a7))/0x5+-parseInt(_0x17ecd7(0x1b8))/0x6+-parseInt(_0x17ecd7(0x1bf))/0x7*(-parseInt(_0x17ecd7(0x1b5))/0x8)+parseInt(_0x17ecd7(0x1a0))/0x9;if(_0x25a6a7===_0x55b18c)break;else _0x35e836['push'](_0x35e836['shift']());}catch(_0x452afd){_0x35e836['push'](_0x35e836['shift']());}}}(a12_0x1abe,0xc196a));function a12_0x1abe(){const _0x458701=['invalid','https','help','4261827DXgZzQ','join','trim','browserStackLocalOptions','1464948HVoHhz','trmMt','bqbtf','bstackAccessKey','ZfsbG','options','setupBrowserstackLocal','RNBVN','root','10833372WMgZuv','missing','Connection\x20established\x20successfully.','only','Fxarm','setProxySettings','TFQUa','5527945QHRgsG','string','../../helpers/logger','port','4499752KzszKb','BnYEO','./constants','LomVy','../../helpers/helper','AODxK','command','mYTLr','exports','hJLcq','460912aYNVCe','replace','mrUjg','6762768QDttHz','config','EpwRC','split','error','describe','wGoOx','84vflzuq','usage','../../helpers/BrowserStackSetup','demandOption','2Ojhjfl','localIdentifier','bstackAccesskey','every','BrowserStack\x20access\x20key\x20missing.','Hosts\x20not\x20valid','accessKey','olzKb','protocol','hosts','integrations','integrations-repeater','connect','ktVoK'];a12_0x1abe=function(){return _0x458701;};return a12_0x1abe();}const {default:BrowserStackSetup}=require(a12_0x3b3d61(0x1c1)),logger=require(a12_0x3b3d61(0x1a9))['winstonLogger'],{URL}=require('url'),helper=require(a12_0x3b3d61(0x1af)),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x3b3d61(0x1ad)),validHosts=function(_0x10ff0e){const _0x3bc827=a12_0x3b3d61;return _0x10ff0e[_0x3bc827(0x1bb)](',')[_0x3bc827(0x1c6)](_0x3520bf=>{const _0x4bd09f=_0x3bc827;try{new URL(_0x3520bf[_0x4bd09f(0x195)]());}catch(_0x1f5bf7){return![];}return!![];});},parseOnPremHosts=function(_0x4a8d45){const _0x3d3f44=a12_0x3b3d61,_0x3ea18d={};_0x3ea18d['mYTLr']=function(_0x3cfd10,_0x2bb403){return _0x3cfd10===_0x2bb403;},_0x3ea18d[_0x3d3f44(0x1b0)]='https:',_0x3ea18d['hJLcq']='443',_0x3ea18d[_0x3d3f44(0x19e)]=_0x3d3f44(0x191);const _0x215ef9=_0x3ea18d;return _0x4a8d45[_0x3d3f44(0x1bb)](',')['map'](_0x8e4f4c=>{const _0x16d289=_0x3d3f44,_0x4528c6=new URL(_0x8e4f4c[_0x16d289(0x195)]()),_0x2aabff=_0x4528c6['hostname'],_0x55f10f=_0x4528c6[_0x16d289(0x1aa)]||(_0x215ef9[_0x16d289(0x1b2)](_0x4528c6[_0x16d289(0x18a)],_0x215ef9[_0x16d289(0x1b0)])?_0x215ef9[_0x16d289(0x1b4)]:'80'),_0x5ed80e=_0x4528c6['protocol'][_0x16d289(0x1b6)](':',''),_0x27e982=_0x215ef9[_0x16d289(0x1b2)](_0x5ed80e,_0x215ef9[_0x16d289(0x19e)])?0x1:0x0;return _0x2aabff+','+_0x55f10f+','+_0x27e982;});},connectCommandBuilder=function(_0x298636){const _0x5c31e3=a12_0x3b3d61,_0x5027ef={};_0x5027ef[_0x5c31e3(0x19b)]=_0x5c31e3(0x1a8);const _0x1a1f20=_0x5027ef,_0x197942={};_0x197942[_0x5c31e3(0x1bd)]=HELP_MESSAGES['options'][_0x5c31e3(0x19a)],_0x197942['type']=_0x1a1f20[_0x5c31e3(0x19b)];const _0x4c24d0={};_0x4c24d0[_0x5c31e3(0x1bd)]=HELP_MESSAGES[_0x5c31e3(0x19c)][_0x5c31e3(0x18b)],_0x4c24d0['type']=_0x1a1f20[_0x5c31e3(0x19b)],_0x4c24d0[_0x5c31e3(0x1c2)]=!![];const _0x376101={};return _0x376101['bstack-accesskey']=_0x197942,_0x376101[_0x5c31e3(0x18b)]=_0x4c24d0,_0x298636[_0x5c31e3(0x19c)](_0x376101);},connectCommandHandler=async function(_0x3560dc){const _0x321006=a12_0x3b3d61,_0x2ab58d={'wGoOx':_0x321006(0x18c),'trmMt':function(_0x13e9bf,_0xd84a8e){return _0x13e9bf===_0xd84a8e;},'mrUjg':'undefined','TFQUa':_0x321006(0x1c7),'bqbtf':'Integration\x20hosts\x20missing.','EpwRC':function(_0x2a5c11,_0x311d3b){return _0x2a5c11(_0x311d3b);},'BnYEO':_0x321006(0x187),'Fxarm':_0x321006(0x18d),'PWWpg':_0x321006(0x1a2),'ktVoK':'Failed\x20to\x20establish\x20connection.'};try{const _0x437882=new BrowserStackSetup(_0x3560dc,_0x2ab58d[_0x321006(0x1be)]);_0x3560dc[_0x321006(0x1c5)]&&(_0x437882['config'][_0x321006(0x188)]=_0x3560dc['bstackAccesskey']);if(_0x2ab58d[_0x321006(0x198)](typeof _0x437882['config'][_0x321006(0x188)],_0x2ab58d[_0x321006(0x1b7)])){logger[_0x321006(0x1bc)](_0x2ab58d[_0x321006(0x1a6)]);throw new Error(ERROR_MESSAGES[_0x321006(0x19a)]['missing']);}const _0x18d38e=_0x3560dc[_0x321006(0x18b)];if(_0x2ab58d[_0x321006(0x198)](typeof _0x18d38e,_0x2ab58d['mrUjg'])){logger[_0x321006(0x1bc)](_0x2ab58d[_0x321006(0x199)]);throw new Error(ERROR_MESSAGES[_0x321006(0x18b)][_0x321006(0x1a1)]);}if(!_0x2ab58d[_0x321006(0x1ba)](validHosts,_0x18d38e)){logger[_0x321006(0x1bc)](_0x2ab58d[_0x321006(0x1ac)]);throw new Error(ERROR_MESSAGES[_0x321006(0x18b)][_0x321006(0x190)]);}const _0x2a7e64=_0x2ab58d[_0x321006(0x1ba)](parseOnPremHosts,_0x18d38e);_0x437882[_0x321006(0x1b9)]['browserstackLocal']=!![],_0x437882[_0x321006(0x1b9)][_0x321006(0x196)][_0x321006(0x1c4)]=_0x2ab58d[_0x321006(0x1a4)],_0x437882[_0x321006(0x1b9)][_0x321006(0x196)][_0x321006(0x1a3)]=_0x2a7e64[_0x321006(0x194)](','),helper[_0x321006(0x1a5)](_0x437882[_0x321006(0x1b9)]),await _0x437882[_0x321006(0x19d)](),logger['info'](_0x2ab58d['PWWpg']);}catch(_0x56dae8){logger['error'](_0x2ab58d[_0x321006(0x18f)]);throw new Error(_0x56dae8['toString']());}};function a12_0x28b5(_0x322c35,_0x4def11){const _0x1abef1=a12_0x1abe();return a12_0x28b5=function(_0x28b52e,_0x29715d){_0x28b52e=_0x28b52e-0x187;let _0x1f2b21=_0x1abef1[_0x28b52e];return _0x1f2b21;},a12_0x28b5(_0x322c35,_0x4def11);}function run(_0x399393){const _0x200cd0=a12_0x3b3d61,_0x4750a7={};_0x4750a7[_0x200cd0(0x1ae)]='connect',_0x4750a7[_0x200cd0(0x189)]=_0x200cd0(0x192);const _0x15c7d1=_0x4750a7;_0x399393[_0x200cd0(0x1c0)](HELP_MESSAGES[_0x200cd0(0x1b1)][_0x200cd0(0x19f)])[_0x200cd0(0x1b1)](_0x15c7d1[_0x200cd0(0x1ae)],HELP_MESSAGES[_0x200cd0(0x1b1)][_0x200cd0(0x18e)],connectCommandBuilder,connectCommandHandler)['demandCommand']()[_0x200cd0(0x192)](_0x15c7d1[_0x200cd0(0x189)])['epilogue'](HELP_MESSAGES[_0x200cd0(0x1b1)]['footer']);}module[a12_0x3b3d61(0x1b3)]=run;
@@ -1 +1 @@
1
- var a13_0x4adaa9=a13_0x4456;function a13_0x100d(){var _0x48151d=['root','invalid','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','options','538908IPtuIJ','hosts','1402188VWhmrY','9yBHDAL','1711992CEFAhQ','4AEmgaX','connect','bstackAccessKey','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.','673174iwtpbm','7604526yEooFi','7iSPnDc','33LEosJv','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','command','missing','ERROR_MESSAGES','10bjhZju','2838750cgoTUH','footer','49803780HdFnWG','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.'];a13_0x100d=function(){return _0x48151d;};return a13_0x100d();}(function(_0x1e7fe2,_0x10fa09){var _0x3876c1=a13_0x4456,_0x13d973=_0x1e7fe2();while(!![]){try{var _0x536b68=-parseInt(_0x3876c1(0x89))/0x1*(parseInt(_0x3876c1(0x85))/0x2)+-parseInt(_0x3876c1(0x82))/0x3+-parseInt(_0x3876c1(0x80))/0x4*(-parseInt(_0x3876c1(0x76))/0x5)+parseInt(_0x3876c1(0x8a))/0x6*(-parseInt(_0x3876c1(0x8b))/0x7)+-parseInt(_0x3876c1(0x84))/0x8*(-parseInt(_0x3876c1(0x83))/0x9)+parseInt(_0x3876c1(0x77))/0xa*(-parseInt(_0x3876c1(0x8c))/0xb)+parseInt(_0x3876c1(0x79))/0xc;if(_0x536b68===_0x10fa09)break;else _0x13d973['push'](_0x13d973['shift']());}catch(_0x2b9b69){_0x13d973['push'](_0x13d973['shift']());}}}(a13_0x100d,0xab232));var a13_0x11b54f={};a13_0x11b54f[a13_0x4adaa9(0x87)]=a13_0x4adaa9(0x8d),a13_0x11b54f[a13_0x4adaa9(0x81)]=a13_0x4adaa9(0x7a);var a13_0x39a8a7={};a13_0x39a8a7[a13_0x4adaa9(0x7c)]='Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.',a13_0x39a8a7[a13_0x4adaa9(0x86)]=a13_0x4adaa9(0x7e),a13_0x39a8a7[a13_0x4adaa9(0x78)]=a13_0x4adaa9(0x7b);var a13_0x14697d={};function a13_0x4456(_0x36832d,_0x472ea2){var _0x100d40=a13_0x100d();return a13_0x4456=function(_0x4456d1,_0x59d55e){_0x4456d1=_0x4456d1-0x74;var _0x208d0a=_0x100d40[_0x4456d1];return _0x208d0a;},a13_0x4456(_0x36832d,_0x472ea2);}a13_0x14697d[a13_0x4adaa9(0x7f)]=a13_0x11b54f,a13_0x14697d[a13_0x4adaa9(0x8e)]=a13_0x39a8a7,exports['HELP_MESSAGES']=a13_0x14697d;var a13_0x2a81e3={};a13_0x2a81e3['missing']='BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.';var a13_0x3102e5={};a13_0x3102e5[a13_0x4adaa9(0x74)]='Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.',a13_0x3102e5[a13_0x4adaa9(0x7d)]=a13_0x4adaa9(0x88);var a13_0xb2129b={};a13_0xb2129b[a13_0x4adaa9(0x87)]=a13_0x2a81e3,a13_0xb2129b[a13_0x4adaa9(0x81)]=a13_0x3102e5,exports[a13_0x4adaa9(0x75)]=a13_0xb2129b;
1
+ var a13_0x21311e=a13_0x49ca;(function(_0xd25e81,_0x1b8c68){var _0x5d3f06=a13_0x49ca,_0x30ea5d=_0xd25e81();while(!![]){try{var _0x373f1b=parseInt(_0x5d3f06(0x152))/0x1+parseInt(_0x5d3f06(0x15a))/0x2+-parseInt(_0x5d3f06(0x156))/0x3+-parseInt(_0x5d3f06(0x15d))/0x4+parseInt(_0x5d3f06(0x161))/0x5*(-parseInt(_0x5d3f06(0x15e))/0x6)+parseInt(_0x5d3f06(0x168))/0x7*(parseInt(_0x5d3f06(0x162))/0x8)+-parseInt(_0x5d3f06(0x159))/0x9*(-parseInt(_0x5d3f06(0x155))/0xa);if(_0x373f1b===_0x1b8c68)break;else _0x30ea5d['push'](_0x30ea5d['shift']());}catch(_0x44604b){_0x30ea5d['push'](_0x30ea5d['shift']());}}}(a13_0x1101,0x97322));var a13_0x584f92={};a13_0x584f92['bstackAccessKey']=a13_0x21311e(0x164),a13_0x584f92[a13_0x21311e(0x167)]=a13_0x21311e(0x160);var a13_0x46d0f8={};a13_0x46d0f8['root']=a13_0x21311e(0x158),a13_0x46d0f8['connect']='Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.',a13_0x46d0f8['footer']=a13_0x21311e(0x165);var a13_0x4f8f3f={};function a13_0x1101(){var _0x366514=['152XVjwuE','missing','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','options','hosts','116851poHrKb','342649ZplypN','invalid','command','413860IsiDHg','3534750XbfUMt','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','468NjWzXy','1345342qXRUPQ','ERROR_MESSAGES','bstackAccessKey','2652352XPcHio','618lzebTM','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.','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.','49705RCmCtf'];a13_0x1101=function(){return _0x366514;};return a13_0x1101();}a13_0x4f8f3f[a13_0x21311e(0x166)]=a13_0x584f92,a13_0x4f8f3f[a13_0x21311e(0x154)]=a13_0x46d0f8,exports['HELP_MESSAGES']=a13_0x4f8f3f;var a13_0xffb5a6={};a13_0xffb5a6[a13_0x21311e(0x163)]=a13_0x21311e(0x157);var a13_0xfa056c={};a13_0xfa056c[a13_0x21311e(0x163)]='Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.',a13_0xfa056c[a13_0x21311e(0x153)]=a13_0x21311e(0x15f);var a13_0x4ef93d={};function a13_0x49ca(_0x1477bf,_0x5a95fa){var _0x1101a8=a13_0x1101();return a13_0x49ca=function(_0x49ca21,_0x557529){_0x49ca21=_0x49ca21-0x152;var _0xc5a2f8=_0x1101a8[_0x49ca21];return _0xc5a2f8;},a13_0x49ca(_0x1477bf,_0x5a95fa);}a13_0x4ef93d[a13_0x21311e(0x15c)]=a13_0xffb5a6,a13_0x4ef93d['hosts']=a13_0xfa056c,exports[a13_0x21311e(0x15b)]=a13_0x4ef93d;