browserstack-node-sdk 1.70.0 → 1.70.1

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 (223) 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 +1 -1
  41. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  42. package/src/bin/codeceptjs/command.js +1 -1
  43. package/src/bin/codeceptjs/helper.js +1 -1
  44. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  45. package/src/bin/cucumber-js/command.js +1 -1
  46. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  48. package/src/bin/cucumber-js/test-observability.js +1 -1
  49. package/src/bin/cucumber-js/test.setup.js +1 -1
  50. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  51. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  52. package/src/bin/detox/a11ySetup.js +1 -1
  53. package/src/bin/detox/command.js +1 -1
  54. package/src/bin/detox/modifyDetoxConf.js +1 -1
  55. package/src/bin/detox/traEmitter.js +1 -1
  56. package/src/bin/integrations/command.js +1 -1
  57. package/src/bin/integrations/constants.js +1 -1
  58. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  59. package/src/bin/jasmine/command.js +1 -1
  60. package/src/bin/jasmine/test.setup.js +1 -1
  61. package/src/bin/jasmine/testRunMap.js +1 -1
  62. package/src/bin/jest/command.js +1 -1
  63. package/src/bin/jest/customImplements/customCircus.js +1 -1
  64. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  65. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  66. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  67. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  68. package/src/bin/jest/jest.setup.js +1 -1
  69. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  70. package/src/bin/jest/test-observability/helper.js +1 -1
  71. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  72. package/src/bin/jest/test-observability/test-details.js +1 -1
  73. package/src/bin/jest/test.setup.js +1 -1
  74. package/src/bin/jest/test_before.setup.js +1 -1
  75. package/src/bin/launcher/launcher.js +1 -1
  76. package/src/bin/load/index.js +1 -1
  77. package/src/bin/load/loadErrors.js +1 -1
  78. package/src/bin/load/loadUtils.js +1 -1
  79. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  80. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  81. package/src/bin/mocha/command.js +1 -1
  82. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  83. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  84. package/src/bin/mocha/test.setup.js +1 -1
  85. package/src/bin/newman/command.js +1 -1
  86. package/src/bin/newman/helper.js +1 -1
  87. package/src/bin/newman/reporter/index.js +1 -1
  88. package/src/bin/newman/scriptRunner.js +1 -1
  89. package/src/bin/nightwatch/command.js +1 -1
  90. package/src/bin/node-generic/client.js +1 -1
  91. package/src/bin/playwright/accessibility-helper.js +1 -1
  92. package/src/bin/playwright/command.js +1 -1
  93. package/src/bin/playwright/globalSetup.js +1 -1
  94. package/src/bin/playwright/mock-process.js +1 -1
  95. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  96. package/src/bin/playwright/patches.js +1 -1
  97. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  98. package/src/bin/playwright/reporter/reporter.js +1 -1
  99. package/src/bin/playwright/reporter/test-details.js +1 -1
  100. package/src/bin/playwright/reporterArgs.js +1 -1
  101. package/src/bin/playwright/sessionDetails.js +1 -1
  102. package/src/bin/puppeteer/patches.js +1 -1
  103. package/src/bin/puppeteer/sessionDetails.js +1 -1
  104. package/src/bin/puppeteer/test.setup.js +1 -1
  105. package/src/bin/runner.js +1 -1
  106. package/src/bin/setup.js +1 -1
  107. package/src/bin/test-runner/index.js +1 -1
  108. package/src/bin/test-runner/runTest.js +1 -1
  109. package/src/bin/test-runner/testWorker.js +1 -1
  110. package/src/bin/testcafe/a11y-runner.js +1 -1
  111. package/src/bin/testcafe/command.js +1 -1
  112. package/src/bin/testcafe/reporter/index.js +1 -1
  113. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  114. package/src/bin/testcafe/session-registry.js +1 -1
  115. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  116. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  117. package/src/bin/testcafe/w3c-driver.js +1 -1
  118. package/src/bin/utils/apiUtilityMethods.js +1 -1
  119. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  120. package/src/bin/utils/constants.js +1 -1
  121. package/src/bin/utils/log4jsAppender.js +1 -1
  122. package/src/bin/utils/logPatcher.js +1 -1
  123. package/src/bin/utils/logReportingAPI.js +1 -1
  124. package/src/bin/utils/playwright-patcher.js +1 -1
  125. package/src/bin/utils/puppeteer-patcher.js +1 -1
  126. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  127. package/src/bin/utils/sharedUtils.js +1 -1
  128. package/src/bin/v2/TestInfo.js +1 -1
  129. package/src/bin/v2/browserstackCLI.js +1 -1
  130. package/src/bin/v2/cliUtils.js +1 -1
  131. package/src/bin/v2/customTagManager.js +1 -1
  132. package/src/bin/v2/eventDispatcher.js +1 -1
  133. package/src/bin/v2/framework/automationFramework.js +1 -1
  134. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  135. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  136. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  137. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  138. package/src/bin/v2/framework/mochaTestFramework.js +1 -1
  139. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  140. package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
  141. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  142. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  143. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  144. package/src/bin/v2/framework/seleniumAutomationFramework.js +1 -1
  145. package/src/bin/v2/framework/testFramework.js +1 -1
  146. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  147. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  148. package/src/bin/v2/grpcClient.js +1 -1
  149. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  150. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  151. package/src/bin/v2/instances/trackedContext.js +1 -1
  152. package/src/bin/v2/instances/trackedInstance.js +1 -1
  153. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  154. package/src/bin/v2/modules/baseModule.js +1 -1
  155. package/src/bin/v2/modules/loadTestModule.js +1 -1
  156. package/src/bin/v2/modules/observabilityModule.js +1 -1
  157. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  158. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  159. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  160. package/src/bin/v2/modules/testhubModule.js +1 -1
  161. package/src/bin/v2/runStateStore.js +1 -1
  162. package/src/bin/v2/sdkErrorHandler.js +1 -1
  163. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  164. package/src/bin/v2/state/hookState.js +1 -1
  165. package/src/bin/v2/state/testFrameworkState.js +1 -1
  166. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  167. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  168. package/src/bin/v2/utils/jest-utils.js +1 -1
  169. package/src/bin/vanilla-js/command.js +1 -1
  170. package/src/browserStackSdk.js +1 -1
  171. package/src/helpers/BrowserStackSetup.js +1 -1
  172. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  173. package/src/helpers/accessibility-automation/constants.js +1 -1
  174. package/src/helpers/accessibility-automation/helper.js +1 -1
  175. package/src/helpers/accessibility-automation/scripts.js +1 -1
  176. package/src/helpers/ats/constants.js +1 -1
  177. package/src/helpers/ats/helper.js +1 -1
  178. package/src/helpers/caCertHelper.js +1 -1
  179. package/src/helpers/capsMapping.js +1 -1
  180. package/src/helpers/central-scanner/constants.js +1 -1
  181. package/src/helpers/central-scanner/helpers.js +1 -1
  182. package/src/helpers/classLogger.js +1 -1
  183. package/src/helpers/driverInitErrorReporter.js +1 -1
  184. package/src/helpers/globals.js +1 -1
  185. package/src/helpers/helper.js +1 -1
  186. package/src/helpers/logger.js +1 -1
  187. package/src/helpers/metadata.js +1 -1
  188. package/src/helpers/patchHelper.js +1 -1
  189. package/src/helpers/patchHelpers.js +1 -1
  190. package/src/helpers/percy/Percy.js +1 -1
  191. package/src/helpers/percy/PercyBinary.js +1 -1
  192. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  193. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  194. package/src/helpers/percy/PercySDK.js +1 -1
  195. package/src/helpers/percy/index.js +1 -1
  196. package/src/helpers/percy/utils.js +1 -1
  197. package/src/helpers/performance/constants.js +1 -1
  198. package/src/helpers/performance/performance-tester.js +1 -1
  199. package/src/helpers/playwright-helper.js +1 -1
  200. package/src/helpers/processHelper.js +1 -1
  201. package/src/helpers/puppeteer-helper.js +1 -1
  202. package/src/helpers/request-spy.js +1 -1
  203. package/src/helpers/setKeepAlive.js +1 -1
  204. package/src/helpers/stackFrameUtils.js +1 -1
  205. package/src/helpers/test-observability/constants.js +1 -1
  206. package/src/helpers/test-observability/error-handler.js +1 -1
  207. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  208. package/src/helpers/test-observability/sessionHandler.js +1 -1
  209. package/src/helpers/test-observability/utils.js +1 -1
  210. package/src/helpers/test-orchestration/constants.js +1 -1
  211. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  212. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  213. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  214. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  215. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  216. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  217. package/src/helpers/testhub/constants.js +1 -1
  218. package/src/helpers/testhub/testhubHandler.js +1 -1
  219. package/src/helpers/testhub/utils.js +1 -1
  220. package/src/helpers/utilities.js +1 -1
  221. package/src/helpers/w3cMapping.js +1 -1
  222. package/src/hubAllocationMethods.js +1 -1
  223. package/src/index.js +1 -1
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';function a1_0x3878(){const _0xfc13df=['playwright-webkit','validPlatformsPresent','../../helpers/utilities','/wd/hub','userName','browserName','kNZto','launchBuild','true','failed','../../helpers/logger','SDK_SETUP','addConfig','env','BROWSERSTACK_TEST_ACCESSIBILITY_YML','before','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','event','2078418UvALYI','BROWSERSTACK_TEST_OBSERVABILITY_YML','passed','461348NPgojy','FyNxm','181265OyWOnD','stringify','../../bin/playwright/accessibility-helper','info','_ensureInitialized','root','lmTom','BROWSERSTACK_RERUN_TESTS','chrome','platforms','load','Unable\x20to\x20resolve\x20codeceptjs\x20version:\x20','getInstance','GKnMD','1ubnzoV','codecept.conf.js','BROWSERSTACK_FRAMEWORK','run','isEmpty','isUndefined','KxDYe','SKSNF','zhwGI','accessibilityOptions','testContextOptions','Playwright','require','now','helpers','../../helpers/testhub/testhubHandler','LTpIN','config','split','testConfig','errorMessage','winstonLogger','jXmcJ','\x22:\x20it\x20resolves\x20outside\x20the\x20project\x20directory.','ZCLhD','function','DHpMc','existsSync','mergeDeep','plugins','assign','push','browserWSEndpoint','setAdditionalCapabilities','version','hubUrl','Workers','printResults','prepareCapabilities','bootstrapAll','util','84apikNW','../../helpers/BrowserStackSetup','getPlatformName','3280920uAMIqk','MuHDE','aCnOP','log','chdir','isTestObservabilitySession','teardownAll','MhSBp','forEach','Ignoring\x20--config\x20path\x20\x22','length','gRYcz','path','replace','format','ZKMzS','printBuildLink','chromium','title','spawn','cwd','ZgXpp','EiFem','host','JdtXO','9588978DRkBtx','codecept.json','findIndex','TUYAg','testObservability','Started\x20:\x20','BROWSERSTACK_RERUN','\x20detected\x20but\x20Workers._ensureInitialized\x20is\x20missing;\x20worker\x20suite\x20grouping\x20may\x20come\x20up\x20empty\x20(\x22No\x20tests\x20found\x20after\x20filtering\x22).\x20The\x20installed\x20codeceptjs\x20build\x20may\x20not\x20match\x20the\x20SDK\x27s\x204.x\x20ESM\x20interop.','../../helpers/performance/performance-tester','MOTGf','codeceptjs/lib/index.js','CODECEPT_CUCUMBER','playwright-firefox','CACCb','validateRerunTestList','FRAMEWORKS','gCxwk','process','NbBAz','Ncscz','map','warn','parallelsPerPlatform','Ignoring\x20-c\x20config\x20path\x20\x22','codeceptjs/package.json','trim','createGroupsOfSuites','CODECEPT','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','--config','setupBrowserstackLocal','Passed\x20:\x20','enabled','firefox','WihMe','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','kDJGq','all','hFttB','hWXqD','profile','isTrue','Tpvbb','../../helpers/test-observability/constants','3RdvGja','zmPzr','BrowserStackPlugin','toLowerCase','LrpSY','desiredCapabilities','splice','../../helpers/performance/constants','../v2/browserstackCLI','debug','CodeceptJS\x20','../../helpers/helper','getUserWorkerCount','gherkin','test','stop','6228964naEZom','browser','dirname','err','addTests','skipSessionName','end','QtGIG','start','join','key','skipSessionStatus','hDlPC','user','WXCSR','accessibility','codeceptjs','../../helpers/test-observability/utils','cDlLo','2794040XKczIz','../utils/clientTroubleshootingService','EVENTS','WebDriver','BHNEC'];a1_0x3878=function(){return _0xfc13df;};return a1_0x3878();}const a1_0x58141b=a1_0x23f2;(function(_0x121f63,_0x2beb0c){const _0x23438d=a1_0x23f2,_0x2e7e6c=_0x121f63();while(!![]){try{const _0x2b4d78=-parseInt(_0x23438d(0xfe))/0x1*(parseInt(_0x23438d(0xeb))/0x2)+parseInt(_0x23438d(0x16f))/0x3*(parseInt(_0x23438d(0xee))/0x4)+-parseInt(_0x23438d(0xf0))/0x5*(parseInt(_0x23438d(0x127))/0x6)+parseInt(_0x23438d(0x17f))/0x7+parseInt(_0x23438d(0x192))/0x8+parseInt(_0x23438d(0x143))/0x9+-parseInt(_0x23438d(0x12a))/0xa;if(_0x2b4d78===_0x2beb0c)break;else _0x2e7e6c['push'](_0x2e7e6c['shift']());}catch(_0xa1a8c7){_0x2e7e6c['push'](_0x2e7e6c['shift']());}}}(a1_0x3878,0x85113));const fs=require('fs'),path=require(a1_0x58141b(0x136)),util=require(a1_0x58141b(0x126)),process=require(a1_0x58141b(0x154)),logger=require(a1_0x58141b(0xe3))[a1_0x58141b(0x113)],{default:BrowserStackSetup}=require(a1_0x58141b(0x128)),helper=require(a1_0x58141b(0x17a)),utilities=require(a1_0x58141b(0x199)),{checkAccessibilityPlatformConfig}=require('../../helpers/accessibility-automation/helper'),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a1_0x58141b(0xf2)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a1_0x58141b(0x17a)),CodeceptJS=requireModule(a1_0x58141b(0x14d),a1_0x58141b(0x18f)),testOpsHelper=require(a1_0x58141b(0x190)),TestHubHandler=require(a1_0x58141b(0x10d)),BrowserstackCLI=require(a1_0x58141b(0x177)),constants=require('../utils/constants'),PerformanceTester=require(a1_0x58141b(0x14b)),{FRAMEWORKS}=require(a1_0x58141b(0x16e)),PerformanceEvents=require(a1_0x58141b(0x176))[a1_0x58141b(0x194)],ClientTroubleShootingService=require(a1_0x58141b(0x193)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x4f41f5,_0x4563dc)=>{const _0x45a4ca=a1_0x58141b,_0x3c9fc4={};_0x3c9fc4[_0x45a4ca(0x173)]=function(_0x3a75c3,_0x1e0e88){return _0x3a75c3===_0x1e0e88;},_0x3c9fc4[_0x45a4ca(0x104)]=_0x45a4ca(0xff),_0x3c9fc4['kDJGq']=_0x45a4ca(0x144);const _0x201bcf=_0x3c9fc4;let _0x5ad553=null;const _0x3f657f={};let _0x26bec2=_0x4563dc[_0x45a4ca(0x145)](_0x333053=>_0x333053===_0x45a4ca(0x160));_0x201bcf[_0x45a4ca(0x173)](_0x26bec2,-0x1)&&(_0x26bec2=_0x4563dc[_0x45a4ca(0x145)](_0x396e41=>_0x396e41==='-c'));const _0x5affff=!helper[_0x45a4ca(0x103)](_0x4f41f5[_0x45a4ca(0x10f)])?helper['resolveWithinCwd'](_0x4f41f5[_0x45a4ca(0x10f)]):null,_0x5dcda9=!helper['isUndefined'](_0x4f41f5['c'])?helper['resolveWithinCwd'](_0x4f41f5['c']):null;if(!helper['isUndefined'](_0x4f41f5['config'])&&!_0x5affff)logger[_0x45a4ca(0x158)](_0x45a4ca(0x133)+_0x4f41f5[_0x45a4ca(0x10f)]+_0x45a4ca(0x115));else!helper[_0x45a4ca(0x103)](_0x4f41f5['c'])&&!_0x5dcda9&&logger[_0x45a4ca(0x158)](_0x45a4ca(0x15a)+_0x4f41f5['c']+'\x22:\x20it\x20resolves\x20outside\x20the\x20project\x20directory.');if(_0x5affff&&fs[_0x45a4ca(0x119)](_0x5affff))_0x5ad553=_0x5affff,_0x4563dc[_0x45a4ca(0x175)](_0x26bec2,0x2);else{if(_0x5dcda9&&fs[_0x45a4ca(0x119)](_0x5dcda9))_0x5ad553=_0x5dcda9,_0x4563dc[_0x45a4ca(0x175)](_0x26bec2,0x2);else{if(fs[_0x45a4ca(0x119)](path[_0x45a4ca(0x188)](process[_0x45a4ca(0x13e)](),_0x201bcf[_0x45a4ca(0x104)])))_0x5ad553=path['join'](process[_0x45a4ca(0x13e)](),_0x201bcf[_0x45a4ca(0x104)]);else fs[_0x45a4ca(0x119)](path[_0x45a4ca(0x188)](process[_0x45a4ca(0x13e)](),_0x201bcf['kDJGq']))&&(_0x5ad553=path[_0x45a4ca(0x188)](process[_0x45a4ca(0x13e)](),_0x201bcf[_0x45a4ca(0x167)]));}}return process[_0x45a4ca(0xe6)]['USER_CONFIG_DETAILS_PATH']=_0x5ad553,_0x5ad553;},getO11yRerunPattern=()=>{const _0x536f46=a1_0x58141b,_0x185553=helper[_0x536f46(0x16c)](process[_0x536f46(0xe6)][_0x536f46(0x149)]);if(_0x185553){const _0x471209=process[_0x536f46(0xe6)][_0x536f46(0xf7)],_0x395d28=[];if(helper[_0x536f46(0x151)](_0x471209)&&!helper[_0x536f46(0x103)](_0x471209)){_0x471209[_0x536f46(0x110)](',')[_0x536f46(0x157)](_0x3f9d04=>{const _0x5a8e4e=_0x536f46;_0x395d28[_0x5a8e4e(0x11d)]('('+_0x3f9d04[_0x5a8e4e(0x15c)]()+')');});const _0x36206d='^'+_0x395d28[_0x536f46(0x188)]('|')+'$';return _0x36206d;}}return null;},a1_0x1c390d={};a1_0x1c390d[a1_0x58141b(0xf8)]=a1_0x58141b(0x13b),a1_0x1c390d['playwright-chromium']=a1_0x58141b(0x13b),a1_0x1c390d[a1_0x58141b(0x14f)]=a1_0x58141b(0x164),a1_0x1c390d[a1_0x58141b(0x197)]='webkit';function a1_0x23f2(_0x2f4a00,_0x174929){const _0x3878b3=a1_0x3878();return a1_0x23f2=function(_0x23f2d4,_0x116822){_0x23f2d4=_0x23f2d4-0xe0;let _0x112750=_0x3878b3[_0x23f2d4];return _0x112750;},a1_0x23f2(_0x2f4a00,_0x174929);}const pwToCodeceptBrowser=a1_0x1c390d;async function run(_0x4e6634,_0x221727,_0x4e16c7){const _0x5d1297=a1_0x58141b,_0xbd300d={'BHNEC':function(_0x1b0255,_0x24e96b,_0x343839,_0x2bfe85){return _0x1b0255(_0x24e96b,_0x343839,_0x2bfe85);},'aCnOP':function(_0x14e2d5,_0x1497d8){return _0x14e2d5+_0x1497d8;},'gJWiO':function(_0x49f4c1,_0x49fa32){return _0x49f4c1(_0x49fa32);},'MOTGf':function(_0x38cdd6,_0x4efab7,_0x4e347f){return _0x38cdd6(_0x4efab7,_0x4e347f);},'FyNxm':_0x5d1297(0x10c),'QtGIG':function(_0x46749b){return _0x46749b();},'WXCSR':_0x5d1297(0x19a),'cDlLo':function(_0x56eee5){return _0x56eee5();},'NbBAz':'Failed\x20:\x20','WihMe':_0x5d1297(0x162),'zmPzr':_0x5d1297(0x148),'EiFem':'4|1|3|0|2','MuHDE':function(_0x421a91,_0x2733f5,_0x2262d2){return _0x421a91(_0x2733f5,_0x2262d2);},'GKnMD':_0x5d1297(0x166),'hDlPC':_0x5d1297(0x109),'wykLB':_0x5d1297(0x195),'ZKMzS':function(_0xda6c76,_0xbfa6c){return _0xda6c76(_0xbfa6c);},'rIbnD':function(_0x2ce88a,_0x577922){return _0x2ce88a!=_0x577922;},'gRYcz':_0x5d1297(0xe1),'Ncscz':_0x5d1297(0x17c),'jXmcJ':function(_0xd33439,_0x6f7e3c){return _0xd33439*_0x6f7e3c;},'TUYAg':_0x5d1297(0x180),'ZgXpp':function(_0x26fb51,_0x4d1fe6,_0x5c34f4){return _0x26fb51(_0x4d1fe6,_0x5c34f4);},'lmTom':function(_0x30f6a7,_0x147f3f,_0x4ae559){return _0x30f6a7(_0x147f3f,_0x4ae559);},'hFttB':_0x5d1297(0x174),'JdtXO':_0x5d1297(0xf5),'MhSBp':'BrowserStackPlugin.js','JSJuq':'browserStackCwd','kNZto':_0x5d1297(0x18f),'ZCLhD':function(_0x541e9a,_0x3afafa){return _0x541e9a===_0x3afafa;},'CACCb':_0x5d1297(0x117),'SKSNF':function(_0x4f3cc1,_0x2c5800,_0x52766e){return _0x4f3cc1(_0x2c5800,_0x52766e);},'WnlMC':_0x5d1297(0x15b),'zhwGI':function(_0x340dfc,_0x284475){return _0x340dfc>=_0x284475;},'Tpvbb':function(_0x39c30d,_0x1e760f,_0x10efc9){return _0x39c30d(_0x1e760f,_0x10efc9);},'DHpMc':function(_0x3930f8){return _0x3930f8();}};await _0x4e16c7['initialize'](_0x4e6634);!BrowserstackCLI[_0x5d1297(0xfc)]()['isRunning']()&&await _0x4e16c7[_0x5d1297(0x161)]();await helper['handleApp'](_0x4e16c7[_0x5d1297(0x10f)]);if(!_0x4e16c7[_0x5d1297(0x10f)])return;process[_0x5d1297(0x16b)]=_0x4e6634['profile'];_0x4e6634[_0x5d1297(0x16b)]&&(process[_0x5d1297(0xe6)][_0x5d1297(0x16b)]=_0x4e6634[_0x5d1297(0x16b)]);const _0x2fb8ea=_0xbd300d[_0x5d1297(0x12b)](getUserCodeceptJSConfigs,_0x4e6634,_0x221727);let _0xe3a34b={};_0x2fb8ea?(logger[_0x5d1297(0xf3)](_0x5d1297(0xe9)+_0x2fb8ea),_0xe3a34b=CodeceptJS[_0x5d1297(0x10f)][_0x5d1297(0xfa)](_0x2fb8ea)):logger[_0x5d1297(0xf3)](_0xbd300d[_0x5d1297(0xfd)]);let _0xd425e4=![];_0xbd300d[_0x5d1297(0x12b)](nestedKeyValue,_0xe3a34b,[_0xbd300d[_0x5d1297(0xef)],_0xbd300d[_0x5d1297(0x18b)]])&&(_0xd425e4=!![]);const _0xd24131=_0xd425e4?_0xbd300d[_0x5d1297(0x18b)]:_0xbd300d['wykLB'];let _0x213892=!_0xd425e4?helper['useW3C'](_0x4e16c7[_0x5d1297(0x10f)]):![];!helper[_0x5d1297(0x103)](_0x4e16c7[_0x5d1297(0x10f)][_0x5d1297(0x107)])&&(process[_0x5d1297(0xe6)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x5d1297(0xf1)](_0x4e16c7[_0x5d1297(0x10f)][_0x5d1297(0x107)]));let _0x198e97=_0x4e16c7[_0x5d1297(0x10f)][_0x5d1297(0x18e)];_0x198e97=_0x198e97||_0xbd300d[_0x5d1297(0x139)](checkAccessibilityPlatformConfig,_0x4e16c7['config']),process[_0x5d1297(0xe6)][_0x5d1297(0xe7)]=_0x198e97;_0x198e97&&(_0x213892=!_0x198e97);_0xbd300d['rIbnD'](_0x4e16c7[_0x5d1297(0x10f)][_0x5d1297(0x147)],null)?process[_0x5d1297(0xe6)][_0x5d1297(0xec)]=_0x4e16c7[_0x5d1297(0x10f)][_0x5d1297(0x147)]:process[_0x5d1297(0xe6)][_0x5d1297(0xec)]=_0xbd300d[_0x5d1297(0x135)];const _0x371826=_0xbd300d[_0x5d1297(0x12b)](nestedKeyValue,_0xe3a34b,[_0xbd300d[_0x5d1297(0x156)]]),_0x4611fc=_0x371826&&!helper[_0x5d1297(0x102)](_0x371826)?FRAMEWORKS[_0x5d1297(0x14e)]:FRAMEWORKS[_0x5d1297(0x15e)],_0x4fddc9=await TestHubHandler[_0x5d1297(0xe0)](_0x4611fc,_0x4e16c7);await testOpsHelper[_0x5d1297(0x13a)]();_0x198e97&&_0xbd300d[_0x5d1297(0x139)](setAccessibilityCapabilities,_0x4e16c7[_0x5d1297(0x10f)]);const _0x374521={},_0x1fe0a5=[],_0x180e54=_0x4e16c7[_0x5d1297(0x10f)][_0x5d1297(0x159)]||helper[_0x5d1297(0x17b)](_0x4e6634,_0x221727,_0x4e16c7[_0x5d1297(0x10f)],constants[_0x5d1297(0x152)][_0x5d1297(0x15e)])||0x1;let _0x53d3d1=0x1;if(_0xbd300d[_0x5d1297(0x186)](isBrowserstackInfra)){const _0x39f1c6=helper[_0x5d1297(0x124)](_0x4e16c7['config'],_0x213892,constants[_0x5d1297(0x152)][_0x5d1297(0x15e)]);_0x39f1c6[_0x5d1297(0x132)](_0x16cd09=>{const _0x29fedb=_0x5d1297;helper[_0x29fedb(0x11f)](_0x16cd09);}),helper[_0x5d1297(0x198)](_0x4e16c7[_0x5d1297(0x10f)])?_0x53d3d1=_0xbd300d[_0x5d1297(0x114)](_0x180e54,_0x4e16c7[_0x5d1297(0x10f)][_0x5d1297(0xf9)][_0x5d1297(0x134)]):_0x53d3d1=_0x180e54,_0x39f1c6[_0x5d1297(0x132)](_0x4d34fd=>{const _0x2fef2b=_0x5d1297,_0x17610c={'hWXqD':function(_0x43c1f4,_0x35b875,_0x3a73c3,_0x4279ec){const _0x458194=a1_0x23f2;return _0xbd300d[_0x458194(0x196)](_0x43c1f4,_0x35b875,_0x3a73c3,_0x4279ec);},'gCxwk':function(_0x4b295e,_0x1509e0){const _0x260f6b=a1_0x23f2;return _0xbd300d[_0x260f6b(0x12c)](_0x4b295e,_0x1509e0);},'LTpIN':function(_0x396861,_0x5c2c9f){return _0xbd300d['gJWiO'](_0x396861,_0x5c2c9f);}},_0x4fd382=_0xbd300d[_0x2fef2b(0x12c)](helper[_0x2fef2b(0x129)](_0x4d34fd,'_'),'_'+Date[_0x2fef2b(0x10b)]()),_0x346800=((()=>{const _0x4cdc4c=_0x2fef2b;if(_0xd425e4){const _0x2f4b0d=pwToCodeceptBrowser[_0x4d34fd[_0x4cdc4c(0x19c)]]||_0x4d34fd['browserName'],_0x279b7c=helper['getPlaywrightUrl'](_0x4e16c7[_0x4cdc4c(0x10f)]),_0x42951f=Object[_0x4cdc4c(0x11c)]({},_0x4d34fd);return _0x17610c[_0x4cdc4c(0x16a)](processAccessibilityCaps,_0x42951f,_0x279b7c,null),{'browser':_0x2f4b0d,[_0x2f4b0d]:{'browserWSEndpoint':_0x17610c[_0x4cdc4c(0x153)](_0x279b7c,_0x17610c[_0x4cdc4c(0x10e)](encodeURIComponent,JSON['stringify'](_0x42951f)))}};}const _0x447ff5={};return _0x447ff5[_0x4cdc4c(0x174)]=_0x4d34fd,_0x447ff5[_0x4cdc4c(0x18c)]=_0x4e16c7[_0x4cdc4c(0x10f)][_0x4cdc4c(0x19b)],_0x447ff5[_0x4cdc4c(0x189)]=_0x4e16c7[_0x4cdc4c(0x10f)]['accessKey'],_0x447ff5;})()),_0x526e32=_0xbd300d[_0x2fef2b(0x14c)](nestedKeyValue,_0xe3a34b,[_0xbd300d['FyNxm'],_0xd24131]);_0x374521[_0x4fd382]=_0x526e32?helper[_0x2fef2b(0x11a)](_0x346800,_0x526e32):_0x346800;if(_0xd425e4)_0x374521[_0x4fd382][_0x2fef2b(0x180)]=pwToCodeceptBrowser[_0x4d34fd[_0x2fef2b(0x19c)]]||_0x4d34fd['browserName'];else{_0x374521[_0x4fd382][_0x2fef2b(0x180)]=_0x4d34fd[_0x2fef2b(0x19c)]||_0x346800[_0x2fef2b(0x180)];if(_0xbd300d[_0x2fef2b(0x186)](isBrowserstackInfra)){_0x374521[_0x4fd382][_0x2fef2b(0x141)]=constants[_0x2fef2b(0x121)][_0x2fef2b(0x137)](_0xbd300d[_0x2fef2b(0x18d)],'')['replace'](/https?:\/\//,'');;_0x374521[_0x4fd382]['path']=_0xbd300d[_0x2fef2b(0x18d)];}}_0x1fe0a5[_0x2fef2b(0x11d)](_0x4fd382);});}else{_0x53d3d1=0x1;if(_0xd425e4){const _0x8af677=_0xbd300d['MuHDE'](nestedKeyValue,_0xe3a34b,[_0xbd300d[_0x5d1297(0xef)],_0xd24131,_0xbd300d[_0x5d1297(0x146)]]),_0x28b54f=_0xbd300d[_0x5d1297(0x13f)](nestedKeyValue,_0xe3a34b,[_0xbd300d[_0x5d1297(0xef)],_0xd24131,_0x8af677]);if(_0x28b54f&&_0x28b54f[_0x5d1297(0x11e)]){const _0x1b32ac={};_0x1b32ac['platforms']=[],_0x28b54f[_0x5d1297(0x11e)]=helper[_0x5d1297(0x124)](Object[_0x5d1297(0x11c)]({},_0x4e16c7[_0x5d1297(0x10f)],_0x1b32ac),null,_0x4611fc[_0x5d1297(0x172)](),null,null,_0x28b54f[_0x5d1297(0x11e)]);}}else{if(_0xbd300d[_0x5d1297(0xf6)](nestedKeyValue,_0xe3a34b,[_0xbd300d[_0x5d1297(0xef)],_0xd24131])){const _0x2fee30={};_0x2fee30['platforms']=[],_0xe3a34b[_0xbd300d[_0x5d1297(0xef)]][_0xd24131][_0xbd300d[_0x5d1297(0x169)]]=helper[_0x5d1297(0x124)](Object[_0x5d1297(0x11c)]({},_0x4e16c7[_0x5d1297(0x10f)],_0x2fee30),null,_0x4611fc[_0x5d1297(0x172)](),_0xbd300d[_0x5d1297(0x12b)](nestedKeyValue,_0xe3a34b,[_0xbd300d[_0x5d1297(0xef)],_0xd24131,_0xbd300d[_0x5d1297(0x169)]])||{},null,null);}}_0x374521[_0xbd300d['JdtXO']]=_0xe3a34b,_0x1fe0a5[_0x5d1297(0x11d)](_0xbd300d[_0x5d1297(0x142)]);}const _0x556c72={};_0x556c72[_0x5d1297(0x111)]=_0x2fb8ea;const _0x286628=_0x556c72,_0x1e291a=path['join'](__dirname,_0xbd300d[_0x5d1297(0x131)]),_0x5470e8=process[_0x5d1297(0x13e)]();process[_0x5d1297(0xe6)][_0xbd300d['JSJuq']]=_0x5470e8;_0x2fb8ea&&process['chdir'](path[_0x5d1297(0x181)](_0x2fb8ea));process[_0x5d1297(0xe6)][_0x5d1297(0x100)]=process['env'][_0x5d1297(0x100)]||_0xbd300d[_0x5d1297(0x19d)];const _0x18841e=new CodeceptJS[(_0x5d1297(0x122))](null,_0x286628);if(_0xbd300d[_0x5d1297(0x116)](typeof _0x18841e[_0x5d1297(0xf4)],_0xbd300d[_0x5d1297(0x150)]))await _0x18841e[_0x5d1297(0xf4)]();else{let _0x4970ef;try{_0x4970ef=_0xbd300d[_0x5d1297(0x105)](requireModule,_0xbd300d['WnlMC'],_0xbd300d['kNZto'])[_0x5d1297(0x120)];}catch(_0x544651){logger[_0x5d1297(0x178)](_0x5d1297(0xfb)+util[_0x5d1297(0x138)](_0x544651));}_0x4970ef&&_0xbd300d[_0x5d1297(0x106)](_0xbd300d[_0x5d1297(0x16d)](parseInt,_0x4970ef[_0x5d1297(0x110)]('.')[0x0],0xa),0x4)&&logger[_0x5d1297(0x158)](_0x5d1297(0x179)+_0x4970ef+_0x5d1297(0x14a));}const _0x187253=await _0x18841e[_0x5d1297(0x15d)](_0x180e54),_0x500393=testOpsHelper[_0x5d1297(0x12f)](),_0x182d33=_0x1fe0a5['map'](_0x2069eb=>{const _0x2b0e0f=_0x5d1297,_0x4c188b={};_0x4c188b[_0x2b0e0f(0x109)]=_0x374521[_0x2069eb];const _0xb3cf08={};_0xb3cf08[_0x2b0e0f(0x195)]=_0x374521[_0x2069eb];const _0x58a62d=_0xd425e4?_0x4c188b:_0xb3cf08,_0xa41536=_0xbd300d['QtGIG'](getO11yRerunPattern),_0x1db3de={};_0x1db3de['helpers']=_0x58a62d;const _0x490cc3={};_0x490cc3[_0x2b0e0f(0x10a)]=_0x1e291a,_0x490cc3[_0x2b0e0f(0x163)]=!![],_0x490cc3['skipSessionName']=_0x4e16c7[_0x2b0e0f(0x10f)][_0x2b0e0f(0x108)][_0x2b0e0f(0x184)],_0x490cc3[_0x2b0e0f(0x18a)]=_0x4e16c7[_0x2b0e0f(0x10f)][_0x2b0e0f(0x108)][_0x2b0e0f(0x18a)],_0x490cc3[_0x2b0e0f(0x147)]=_0x500393,_0x490cc3['frameworkName']=_0x4611fc;const _0x360e0b={};_0x360e0b[_0x2b0e0f(0x171)]=_0x490cc3;const _0x1fa0da={};return _0x1fa0da[_0x2b0e0f(0x11b)]=_0x360e0b,helper[_0x2b0e0f(0x11a)]({},_0xe3a34b,_0xbd300d[_0x2b0e0f(0x191)](isBrowserstackInfra)?_0x1db3de:{},_0xa41536?{'grep':_0xa41536}:{},_0x1fa0da);});for(const _0x27debd of _0x182d33){for(const _0x55a7e1 of _0x187253){const _0xe2c84c=_0x18841e[_0x5d1297(0x13d)]();_0xe2c84c[_0x5d1297(0x183)](_0x55a7e1),_0xe2c84c[_0x5d1297(0xe5)](_0x27debd);const _0x495d5a={};_0x495d5a[_0x5d1297(0x10f)]=_0x2fb8ea,_0xe2c84c['addOptions'](Object[_0x5d1297(0x11c)](_0x495d5a,_0x4e6634));}}_0x18841e['on'](CodeceptJS['event'][_0x5d1297(0x17d)][_0x5d1297(0xe2)],(_0x2ce18d,_0x514e6d)=>{const _0x274ddc=_0x5d1297;console[_0x274ddc(0x12d)](_0xbd300d[_0x274ddc(0x155)],_0x2ce18d[_0x274ddc(0x13c)]);const _0x112f2c={[_0x2ce18d[_0x274ddc(0x13c)]]:_0x2ce18d[_0x274ddc(0x182)]['stack']};_testErrorData['push'](_0x112f2c);}),_0x18841e['on'](CodeceptJS[_0x5d1297(0xea)][_0x5d1297(0x17d)][_0x5d1297(0xed)],async _0x27d7e3=>{const _0x3dc4e0=_0x5d1297;console[_0x3dc4e0(0x12d)](_0xbd300d[_0x3dc4e0(0x165)],_0x27d7e3[_0x3dc4e0(0x13c)]);}),_0x18841e['on'](CodeceptJS[_0x5d1297(0xea)][_0x5d1297(0x17d)][_0x5d1297(0xe8)],async _0x3c734c=>{const _0x400190=_0x5d1297;console[_0x400190(0x12d)](_0xbd300d[_0x400190(0x170)],_0x3c734c[_0x400190(0x13c)]);}),_0x18841e['on'](CodeceptJS['event'][_0x5d1297(0x168)]['result'],async()=>{const _0xc128d5=_0x5d1297,_0x198b37=_0xbd300d[_0xc128d5(0x140)]['split']('|');let _0x1b7ba1=0x0;while(!![]){switch(_0x198b37[_0x1b7ba1++]){case'0':try{await TestHubHandler[_0xc128d5(0x17e)]();}catch(_0x3c1298){logger[_0xc128d5(0x178)](_0xc128d5(0x15f)+util[_0xc128d5(0x138)](_0x3c1298));}continue;case'1':_0x4e16c7[_0xc128d5(0x112)]=_testErrorData;continue;case'2':_0x18841e[_0xc128d5(0x123)]();continue;case'3':utilities['finalExecution'](_0x4e16c7);continue;case'4':PerformanceTester[_0xc128d5(0x187)](PerformanceEvents['SDK_CLEANUP']);continue;}break;}});async function _0x2cfc57(){const _0x5373d1=_0x5d1297;try{await _0x18841e[_0x5373d1(0x125)](),await _0x18841e[_0x5373d1(0x101)]();}finally{process[_0x5373d1(0x12e)](_0x5470e8),await _0x18841e[_0x5373d1(0x130)]();}}PerformanceTester[_0x5d1297(0x185)](PerformanceEvents[_0x5d1297(0xe4)]),await _0xbd300d[_0x5d1297(0x118)](_0x2cfc57);}module['exports']=run;
2
+ 'use strict';const a1_0x595110=a1_0x37ff;function a1_0x1f43(){const _0x366c8d=['../../helpers/accessibility-automation/helper','isEmpty','length','require','cwd','plugins','chromium','setAdditionalCapabilities','playwright-firefox','2499516ImOyhY','mergeDeep','toLowerCase','env','teardownAll','push','existsSync','getInstance','../../helpers/helper','4997755LWfqpo','WebDriver','userName','forEach','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','BROWSERSTACK_TEST_OBSERVABILITY_YML','title','rJMrB','join','2|3|0|1|4','helpers','launchBuild','user','accessKey','8005360iypFQl','version','../v2/browserstackCLI','browser','nCkWH','test','findIndex','zBCvU','yNNQz','passed','755654RUEDkX','spawn','EVENTS','3fQHrRs','debug','../utils/clientTroubleshootingService','../../helpers/test-observability/utils','_ensureInitialized','testConfig','profile','finalExecution','stack','testObservability','qSyLk','exports','enabled','codeceptjs','\x22:\x20it\x20resolves\x20outside\x20the\x20project\x20directory.','Passed\x20:\x20','map','utPOw','isUndefined','warn','codeceptjs/lib/index.js','4789326OLTsxY','Funzd','codecept.json','../../helpers/performance/constants','USER_CONFIG_DETAILS_PATH','stringify','codecept.conf.js','function','ysYww','\x20detected\x20but\x20Workers._ensureInitialized\x20is\x20missing;\x20worker\x20suite\x20grouping\x20may\x20come\x20up\x20empty\x20(\x22No\x20tests\x20found\x20after\x20filtering\x22).\x20The\x20installed\x20codeceptjs\x20build\x20may\x20not\x20match\x20the\x20SDK\x27s\x204.x\x20ESM\x20interop.','XvDjg','testContextOptions','initialize','Kulrj','pPKrk','addConfig','dKJUi','Started\x20:\x20','djVRA','BROWSERSTACK_RERUN_TESTS','YoGEG','../../bin/playwright/accessibility-helper','HrYBc','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','replace','end','../../helpers/performance/performance-tester','hubUrl','err','firefox','FRAMEWORKS','NWrmy','trim','pvpJb','Unable\x20to\x20resolve\x20codeceptjs\x20version:\x20','wkjes','Playwright','browserName','kghmS','splice','--config','parallelsPerPlatform','config','../../helpers/testhub/testhubHandler','frameworkName','log','prepareCapabilities','FuheH','BrowserStackPlugin','sAXUN','printResults','iAJFy','process','Workers','YLCqW','handleApp','assign','browserWSEndpoint','/wd/hub','viIEW','HPDlQ','resolveWithinCwd','event','../../helpers/logger','chrome','desiredCapabilities','BROWSERSTACK_FRAMEWORK','browserStackCwd','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','split','WwsDK','OJHUz','util','format','Failed\x20:\x20','path','failed','load','FGWnk','xBnnh','CODECEPT','FBjHX','1254096viQUkn','skipSessionName','all','platforms','start','POVAi','accessibilityOptions','run','skipSessionStatus','addOptions','BROWSERSTACK_RERUN','info','getUserWorkerCount','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','GdsGF','../../helpers/test-observability/constants','true','isRunning','printBuildLink','gherkin','key','wsxxH','codeceptjs/package.json','LMext','host','kWLgJ','jfUEO','Ignoring\x20-c\x20config\x20path\x20\x22','2417324tPCDZO','ottZw','VcDzM'];a1_0x1f43=function(){return _0x366c8d;};return a1_0x1f43();}(function(_0x1b796d,_0x1fdacd){const _0x139e92=a1_0x37ff,_0x2baed4=_0x1b796d();while(!![]){try{const _0x3f46b4=-parseInt(_0x139e92(0x230))/0x1+parseInt(_0x139e92(0x20f))/0x2*(parseInt(_0x139e92(0x233))/0x3)+-parseInt(_0x139e92(0x1e7))/0x4+-parseInt(_0x139e92(0x218))/0x5+parseInt(_0x139e92(0x248))/0x6+-parseInt(_0x139e92(0x203))/0x7+parseInt(_0x139e92(0x226))/0x8;if(_0x3f46b4===_0x1fdacd)break;else _0x2baed4['push'](_0x2baed4['shift']());}catch(_0x3a3247){_0x2baed4['push'](_0x2baed4['shift']());}}}(a1_0x1f43,0x9aedc));function a1_0x37ff(_0x30c5be,_0xafbd4b){const _0x1f43f6=a1_0x1f43();return a1_0x37ff=function(_0x37ff84,_0x3ed887){_0x37ff84=_0x37ff84-0x1d8;let _0x527c29=_0x1f43f6[_0x37ff84];return _0x527c29;},a1_0x37ff(_0x30c5be,_0xafbd4b);}const fs=require('fs'),path=require(a1_0x595110(0x1e0)),util=require(a1_0x595110(0x1dd)),process=require(a1_0x595110(0x27c)),logger=require(a1_0x595110(0x287))['winstonLogger'],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a1_0x595110(0x217)),utilities=require('../../helpers/utilities'),{checkAccessibilityPlatformConfig}=require(a1_0x595110(0x206)),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a1_0x595110(0x25d)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a1_0x595110(0x217)),CodeceptJS=requireModule(a1_0x595110(0x247),a1_0x595110(0x240)),testOpsHelper=require(a1_0x595110(0x236)),TestHubHandler=require(a1_0x595110(0x273)),BrowserstackCLI=require(a1_0x595110(0x228)),constants=require('../utils/constants'),PerformanceTester=require(a1_0x595110(0x262)),{FRAMEWORKS}=require(a1_0x595110(0x1f6)),PerformanceEvents=require(a1_0x595110(0x24b))[a1_0x595110(0x232)],ClientTroubleShootingService=require(a1_0x595110(0x235)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x5291a1,_0x47f717)=>{const _0x119664=a1_0x595110,_0x5a8303={};_0x5a8303[_0x119664(0x258)]=function(_0x43557b,_0x16dd4f){return _0x43557b===_0x16dd4f;},_0x5a8303[_0x119664(0x1e4)]=_0x119664(0x24e),_0x5a8303[_0x119664(0x1dc)]=_0x119664(0x24a);const _0x504286=_0x5a8303;let _0x30c75d=null;const _0x31cb0d={};let _0x5e2185=_0x47f717[_0x119664(0x22c)](_0x3b0200=>_0x3b0200===_0x119664(0x270));_0x504286[_0x119664(0x258)](_0x5e2185,-0x1)&&(_0x5e2185=_0x47f717[_0x119664(0x22c)](_0x41f185=>_0x41f185==='-c'));const _0x1a5d52=!helper[_0x119664(0x245)](_0x5291a1[_0x119664(0x272)])?helper[_0x119664(0x285)](_0x5291a1['config']):null,_0x567b00=!helper[_0x119664(0x245)](_0x5291a1['c'])?helper[_0x119664(0x285)](_0x5291a1['c']):null;if(!helper[_0x119664(0x245)](_0x5291a1[_0x119664(0x272)])&&!_0x1a5d52)logger[_0x119664(0x246)]('Ignoring\x20--config\x20path\x20\x22'+_0x5291a1[_0x119664(0x272)]+_0x119664(0x241));else!helper[_0x119664(0x245)](_0x5291a1['c'])&&!_0x567b00&&logger[_0x119664(0x246)](_0x119664(0x202)+_0x5291a1['c']+_0x119664(0x241));if(_0x1a5d52&&fs[_0x119664(0x215)](_0x1a5d52))_0x30c75d=_0x1a5d52,_0x47f717[_0x119664(0x26f)](_0x5e2185,0x2);else{if(_0x567b00&&fs[_0x119664(0x215)](_0x567b00))_0x30c75d=_0x567b00,_0x47f717[_0x119664(0x26f)](_0x5e2185,0x2);else{if(fs[_0x119664(0x215)](path[_0x119664(0x220)](process['cwd'](),_0x504286[_0x119664(0x1e4)])))_0x30c75d=path['join'](process[_0x119664(0x20a)](),_0x504286[_0x119664(0x1e4)]);else fs['existsSync'](path[_0x119664(0x220)](process[_0x119664(0x20a)](),_0x504286[_0x119664(0x1dc)]))&&(_0x30c75d=path[_0x119664(0x220)](process[_0x119664(0x20a)](),_0x504286[_0x119664(0x1dc)]));}}return process[_0x119664(0x212)][_0x119664(0x24c)]=_0x30c75d,_0x30c75d;},getO11yRerunPattern=()=>{const _0x3c9862=a1_0x595110,_0x2430bd=helper['isTrue'](process[_0x3c9862(0x212)][_0x3c9862(0x1f1)]);if(_0x2430bd){const _0x9cef9e=process[_0x3c9862(0x212)][_0x3c9862(0x25b)],_0x28f627=[];if(helper['validateRerunTestList'](_0x9cef9e)&&!helper[_0x3c9862(0x245)](_0x9cef9e)){_0x9cef9e['split'](',')[_0x3c9862(0x243)](_0x1a010f=>{const _0x384aec=_0x3c9862;_0x28f627['push']('('+_0x1a010f[_0x384aec(0x268)]()+')');});const _0x354192='^'+_0x28f627[_0x3c9862(0x220)]('|')+'$';return _0x354192;}}return null;},a1_0x200b14={};a1_0x200b14[a1_0x595110(0x288)]=a1_0x595110(0x20c),a1_0x200b14['playwright-chromium']=a1_0x595110(0x20c),a1_0x200b14[a1_0x595110(0x20e)]=a1_0x595110(0x265),a1_0x200b14['playwright-webkit']='webkit';const pwToCodeceptBrowser=a1_0x200b14;async function run(_0x7db3a,_0x13ce1b,_0x243d2d){const _0x55ac16=a1_0x595110,_0xaa8fa0={'iAJFy':function(_0x425786,_0x4a03f6,_0x4584a1,_0x2d3a91){return _0x425786(_0x4a03f6,_0x4584a1,_0x2d3a91);},'sAXUN':function(_0x2b5a04,_0x547a56){return _0x2b5a04+_0x547a56;},'QRiOf':function(_0x243145,_0x57c598){return _0x243145(_0x57c598);},'GdsGF':function(_0xfd1768,_0x302212){return _0xfd1768+_0x302212;},'jfUEO':function(_0x4c9844,_0x4b318d,_0x87334b){return _0x4c9844(_0x4b318d,_0x87334b);},'HPDlQ':_0x55ac16(0x222),'POVAi':function(_0x377c0f){return _0x377c0f();},'ysYww':_0x55ac16(0x282),'FuheH':function(_0x174096){return _0x174096();},'WwsDK':_0x55ac16(0x1df),'nCkWH':_0x55ac16(0x242),'rJMrB':_0x55ac16(0x259),'FBjHX':_0x55ac16(0x221),'NeiUf':_0x55ac16(0x1f4),'ottZw':function(_0x108630,_0x56518c,_0x51abc6){return _0x108630(_0x56518c,_0x51abc6);},'YLCqW':_0x55ac16(0x26c),'viIEW':_0x55ac16(0x219),'djVRA':function(_0x5771be,_0x2f3f98){return _0x5771be(_0x2f3f98);},'XvDjg':function(_0x14cefa,_0x4cc757){return _0x14cefa!=_0x4cc757;},'ZYXwR':_0x55ac16(0x1f7),'yNNQz':function(_0x1514d2,_0x3c8e1f,_0x2f8976){return _0x1514d2(_0x3c8e1f,_0x2f8976);},'pPKrk':_0x55ac16(0x1fa),'zBCvU':function(_0x35af1c,_0x149099){return _0x35af1c(_0x149099);},'FGWnk':function(_0x4ef340,_0x441602){return _0x4ef340*_0x441602;},'fOHuf':_0x55ac16(0x229),'HrYBc':function(_0x1d45df,_0x4102cc,_0x1a0a23){return _0x1d45df(_0x4102cc,_0x1a0a23);},'YoGEG':_0x55ac16(0x289),'zthzL':function(_0xfe0a2f,_0x5dbb60,_0x17d907){return _0xfe0a2f(_0x5dbb60,_0x17d907);},'VcDzM':'root','NSeZK':'BrowserStackPlugin.js','wkjes':_0x55ac16(0x1d8),'Funzd':_0x55ac16(0x240),'utPOw':function(_0x2934c1,_0x294641){return _0x2934c1===_0x294641;},'LMext':_0x55ac16(0x24f),'qSyLk':_0x55ac16(0x1fd),'kWLgJ':function(_0x4069d5,_0x5d34e3){return _0x4069d5>=_0x5d34e3;},'pvpJb':function(_0x5cb2f5,_0x45382c,_0x11452f){return _0x5cb2f5(_0x45382c,_0x11452f);},'wsxxH':function(_0x9609a2){return _0x9609a2();}};await _0x243d2d[_0x55ac16(0x254)](_0x7db3a);!BrowserstackCLI[_0x55ac16(0x216)]()[_0x55ac16(0x1f8)]()&&await _0x243d2d['setupBrowserstackLocal']();await helper[_0x55ac16(0x27f)](_0x243d2d[_0x55ac16(0x272)]);if(!_0x243d2d[_0x55ac16(0x272)])return;process[_0x55ac16(0x239)]=_0x7db3a[_0x55ac16(0x239)];_0x7db3a['profile']&&(process[_0x55ac16(0x212)][_0x55ac16(0x239)]=_0x7db3a[_0x55ac16(0x239)]);const _0x46418b=_0xaa8fa0[_0x55ac16(0x201)](getUserCodeceptJSConfigs,_0x7db3a,_0x13ce1b);let _0x5adfa4={};_0x46418b?(logger[_0x55ac16(0x1f2)](_0x55ac16(0x1d9)+_0x46418b),_0x5adfa4=CodeceptJS[_0x55ac16(0x272)][_0x55ac16(0x1e2)](_0x46418b)):logger['info'](_0xaa8fa0['NeiUf']);let _0xcaeb47=![];_0xaa8fa0[_0x55ac16(0x204)](nestedKeyValue,_0x5adfa4,[_0xaa8fa0[_0x55ac16(0x284)],_0xaa8fa0[_0x55ac16(0x27e)]])&&(_0xcaeb47=!![]);const _0x30c7c8=_0xcaeb47?_0xaa8fa0[_0x55ac16(0x27e)]:_0xaa8fa0[_0x55ac16(0x283)];let _0x421525=!_0xcaeb47?helper['useW3C'](_0x243d2d[_0x55ac16(0x272)]):![];!helper[_0x55ac16(0x245)](_0x243d2d[_0x55ac16(0x272)][_0x55ac16(0x1ed)])&&(process[_0x55ac16(0x212)][_0x55ac16(0x25f)]=JSON[_0x55ac16(0x24d)](_0x243d2d[_0x55ac16(0x272)][_0x55ac16(0x1ed)]));let _0x56581a=_0x243d2d[_0x55ac16(0x272)]['accessibility'];_0x56581a=_0x56581a||_0xaa8fa0[_0x55ac16(0x25a)](checkAccessibilityPlatformConfig,_0x243d2d[_0x55ac16(0x272)]),process[_0x55ac16(0x212)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x56581a;_0x56581a&&(_0x421525=!_0x56581a);_0xaa8fa0[_0x55ac16(0x252)](_0x243d2d['config'][_0x55ac16(0x23c)],null)?process[_0x55ac16(0x212)][_0x55ac16(0x21d)]=_0x243d2d['config'][_0x55ac16(0x23c)]:process[_0x55ac16(0x212)][_0x55ac16(0x21d)]=_0xaa8fa0['ZYXwR'];const _0x4318cc=_0xaa8fa0[_0x55ac16(0x22e)](nestedKeyValue,_0x5adfa4,[_0xaa8fa0[_0x55ac16(0x256)]]),_0x437144=_0x4318cc&&!helper[_0x55ac16(0x207)](_0x4318cc)?FRAMEWORKS['CODECEPT_CUCUMBER']:FRAMEWORKS['CODECEPT'],_0x132121=await TestHubHandler[_0x55ac16(0x223)](_0x437144,_0x243d2d);await testOpsHelper[_0x55ac16(0x1f9)]();_0x56581a&&_0xaa8fa0[_0x55ac16(0x22d)](setAccessibilityCapabilities,_0x243d2d[_0x55ac16(0x272)]);const _0x24cb41={},_0x2e11b3=[],_0x10b07e=_0x243d2d[_0x55ac16(0x272)][_0x55ac16(0x271)]||helper[_0x55ac16(0x1f3)](_0x7db3a,_0x13ce1b,_0x243d2d[_0x55ac16(0x272)],constants[_0x55ac16(0x266)][_0x55ac16(0x1e5)])||0x1;let _0xb42107=0x1;if(_0xaa8fa0[_0x55ac16(0x277)](isBrowserstackInfra)){const _0x3d1df0=helper[_0x55ac16(0x276)](_0x243d2d['config'],_0x421525,constants['FRAMEWORKS'][_0x55ac16(0x1e5)]);_0x3d1df0[_0x55ac16(0x21b)](_0xf40f9f=>{const _0x100683=_0x55ac16;helper[_0x100683(0x20d)](_0xf40f9f);}),helper['validPlatformsPresent'](_0x243d2d['config'])?_0xb42107=_0xaa8fa0[_0x55ac16(0x1e3)](_0x10b07e,_0x243d2d[_0x55ac16(0x272)][_0x55ac16(0x1ea)][_0x55ac16(0x208)]):_0xb42107=_0x10b07e,_0x3d1df0[_0x55ac16(0x21b)](_0x2ee409=>{const _0xd8a979=_0x55ac16,_0x3c59a5={'kghmS':function(_0x59648e,_0x3fb0dd,_0x13e6d2,_0x1b461b){const _0x52c1fc=a1_0x37ff;return _0xaa8fa0[_0x52c1fc(0x27b)](_0x59648e,_0x3fb0dd,_0x13e6d2,_0x1b461b);},'NWrmy':function(_0xf3e00e,_0x4696ea){const _0x19ad6d=a1_0x37ff;return _0xaa8fa0[_0x19ad6d(0x279)](_0xf3e00e,_0x4696ea);},'Kulrj':function(_0x2b0b15,_0x4319ea){return _0xaa8fa0['QRiOf'](_0x2b0b15,_0x4319ea);}},_0x3a734f=_0xaa8fa0[_0xd8a979(0x1f5)](helper['getPlatformName'](_0x2ee409,'_'),'_'+Date['now']()),_0x256596=((()=>{const _0xaac73f=_0xd8a979;if(_0xcaeb47){const _0x435914=pwToCodeceptBrowser[_0x2ee409['browserName']]||_0x2ee409[_0xaac73f(0x26d)],_0x202042=helper['getPlaywrightUrl'](_0x243d2d['config']),_0xa319a3=Object[_0xaac73f(0x280)]({},_0x2ee409);return _0x3c59a5[_0xaac73f(0x26e)](processAccessibilityCaps,_0xa319a3,_0x202042,null),{'browser':_0x435914,[_0x435914]:{'browserWSEndpoint':_0x3c59a5[_0xaac73f(0x267)](_0x202042,_0x3c59a5[_0xaac73f(0x255)](encodeURIComponent,JSON[_0xaac73f(0x24d)](_0xa319a3)))}};}const _0x163d3b={};return _0x163d3b[_0xaac73f(0x289)]=_0x2ee409,_0x163d3b[_0xaac73f(0x224)]=_0x243d2d['config'][_0xaac73f(0x21a)],_0x163d3b[_0xaac73f(0x1fb)]=_0x243d2d[_0xaac73f(0x272)][_0xaac73f(0x225)],_0x163d3b;})()),_0xa24031=_0xaa8fa0[_0xd8a979(0x201)](nestedKeyValue,_0x5adfa4,[_0xaa8fa0['HPDlQ'],_0x30c7c8]);_0x24cb41[_0x3a734f]=_0xa24031?helper['mergeDeep'](_0x256596,_0xa24031):_0x256596;if(_0xcaeb47)_0x24cb41[_0x3a734f][_0xd8a979(0x229)]=pwToCodeceptBrowser[_0x2ee409[_0xd8a979(0x26d)]]||_0x2ee409[_0xd8a979(0x26d)];else{_0x24cb41[_0x3a734f][_0xd8a979(0x229)]=_0x2ee409['browserName']||_0x256596[_0xd8a979(0x229)];if(_0xaa8fa0[_0xd8a979(0x1ec)](isBrowserstackInfra)){_0x24cb41[_0x3a734f][_0xd8a979(0x1ff)]=constants[_0xd8a979(0x263)][_0xd8a979(0x260)](_0xaa8fa0[_0xd8a979(0x250)],'')[_0xd8a979(0x260)](/https?:\/\//,'');;_0x24cb41[_0x3a734f][_0xd8a979(0x1e0)]=_0xaa8fa0[_0xd8a979(0x250)];}}_0x2e11b3[_0xd8a979(0x214)](_0x3a734f);});}else{_0xb42107=0x1;if(_0xcaeb47){const _0x4d8ad2=_0xaa8fa0[_0x55ac16(0x201)](nestedKeyValue,_0x5adfa4,[_0xaa8fa0[_0x55ac16(0x284)],_0x30c7c8,_0xaa8fa0['fOHuf']]),_0x5b6fe5=_0xaa8fa0[_0x55ac16(0x25e)](nestedKeyValue,_0x5adfa4,[_0xaa8fa0['HPDlQ'],_0x30c7c8,_0x4d8ad2]);if(_0x5b6fe5&&_0x5b6fe5[_0x55ac16(0x281)]){const _0x460ba1={};_0x460ba1[_0x55ac16(0x1ea)]=[],_0x5b6fe5[_0x55ac16(0x281)]=helper[_0x55ac16(0x276)](Object[_0x55ac16(0x280)]({},_0x243d2d[_0x55ac16(0x272)],_0x460ba1),null,_0x437144[_0x55ac16(0x211)](),null,null,_0x5b6fe5[_0x55ac16(0x281)]);}}else{if(_0xaa8fa0[_0x55ac16(0x201)](nestedKeyValue,_0x5adfa4,[_0xaa8fa0[_0x55ac16(0x284)],_0x30c7c8])){const _0x4408ed={};_0x4408ed[_0x55ac16(0x1ea)]=[],_0x5adfa4[_0xaa8fa0['HPDlQ']][_0x30c7c8][_0xaa8fa0[_0x55ac16(0x25c)]]=helper['prepareCapabilities'](Object[_0x55ac16(0x280)]({},_0x243d2d['config'],_0x4408ed),null,_0x437144[_0x55ac16(0x211)](),_0xaa8fa0['zthzL'](nestedKeyValue,_0x5adfa4,[_0xaa8fa0['HPDlQ'],_0x30c7c8,_0xaa8fa0[_0x55ac16(0x25c)]])||{},null,null);}}_0x24cb41[_0xaa8fa0['VcDzM']]=_0x5adfa4,_0x2e11b3[_0x55ac16(0x214)](_0xaa8fa0[_0x55ac16(0x205)]);}const _0x36ddcf={};_0x36ddcf[_0x55ac16(0x238)]=_0x46418b;const _0x5caf1a=_0x36ddcf,_0x1fb5cb=path[_0x55ac16(0x220)](__dirname,_0xaa8fa0['NSeZK']),_0x5a7ae9=process[_0x55ac16(0x20a)]();process[_0x55ac16(0x212)][_0xaa8fa0[_0x55ac16(0x26b)]]=_0x5a7ae9;_0x46418b&&process['chdir'](path['dirname'](_0x46418b));process[_0x55ac16(0x212)]['BROWSERSTACK_FRAMEWORK']=process[_0x55ac16(0x212)][_0x55ac16(0x28a)]||_0xaa8fa0[_0x55ac16(0x249)];const _0x3f4341=new CodeceptJS[(_0x55ac16(0x27d))](null,_0x5caf1a);if(_0xaa8fa0[_0x55ac16(0x244)](typeof _0x3f4341[_0x55ac16(0x237)],_0xaa8fa0[_0x55ac16(0x1fe)]))await _0x3f4341[_0x55ac16(0x237)]();else{let _0x3bba42;try{_0x3bba42=_0xaa8fa0['zthzL'](requireModule,_0xaa8fa0[_0x55ac16(0x23d)],_0xaa8fa0[_0x55ac16(0x249)])[_0x55ac16(0x227)];}catch(_0xc51d1f){logger[_0x55ac16(0x234)](_0x55ac16(0x26a)+util[_0x55ac16(0x1de)](_0xc51d1f));}_0x3bba42&&_0xaa8fa0[_0x55ac16(0x200)](_0xaa8fa0[_0x55ac16(0x269)](parseInt,_0x3bba42[_0x55ac16(0x1da)]('.')[0x0],0xa),0x4)&&logger['warn']('CodeceptJS\x20'+_0x3bba42+_0x55ac16(0x251));}const _0x11f79b=await _0x3f4341['createGroupsOfSuites'](_0x10b07e),_0x2cb952=testOpsHelper['isTestObservabilitySession'](),_0x14fdbe=_0x2e11b3[_0x55ac16(0x243)](_0x57e788=>{const _0x4a463e=_0x55ac16,_0x2a1c65={};_0x2a1c65['Playwright']=_0x24cb41[_0x57e788];const _0x3abb50={};_0x3abb50[_0x4a463e(0x219)]=_0x24cb41[_0x57e788];const _0x245605=_0xcaeb47?_0x2a1c65:_0x3abb50,_0x4fc58b=_0xaa8fa0[_0x4a463e(0x277)](getO11yRerunPattern),_0x380480={};_0x380480[_0x4a463e(0x222)]=_0x245605;const _0x27c050={};_0x27c050[_0x4a463e(0x209)]=_0x1fb5cb,_0x27c050[_0x4a463e(0x23f)]=!![],_0x27c050[_0x4a463e(0x1e8)]=_0x243d2d[_0x4a463e(0x272)][_0x4a463e(0x253)]['skipSessionName'],_0x27c050[_0x4a463e(0x1ef)]=_0x243d2d['config'][_0x4a463e(0x253)][_0x4a463e(0x1ef)],_0x27c050[_0x4a463e(0x23c)]=_0x2cb952,_0x27c050[_0x4a463e(0x274)]=_0x437144;const _0xed5029={};_0xed5029[_0x4a463e(0x278)]=_0x27c050;const _0x332bdf={};return _0x332bdf[_0x4a463e(0x20b)]=_0xed5029,helper[_0x4a463e(0x210)]({},_0x5adfa4,_0xaa8fa0[_0x4a463e(0x277)](isBrowserstackInfra)?_0x380480:{},_0x4fc58b?{'grep':_0x4fc58b}:{},_0x332bdf);});for(const _0x24e855 of _0x14fdbe){for(const _0x346ab8 of _0x11f79b){const _0x1f3b60=_0x3f4341[_0x55ac16(0x231)]();_0x1f3b60['addTests'](_0x346ab8),_0x1f3b60[_0x55ac16(0x257)](_0x24e855);const _0x5ecb1f={};_0x5ecb1f[_0x55ac16(0x272)]=_0x46418b,_0x1f3b60[_0x55ac16(0x1f0)](Object[_0x55ac16(0x280)](_0x5ecb1f,_0x7db3a));}}_0x3f4341['on'](CodeceptJS[_0x55ac16(0x286)][_0x55ac16(0x22b)][_0x55ac16(0x1e1)],(_0x4ccebf,_0x5e321d)=>{const _0x461e6f=_0x55ac16;console[_0x461e6f(0x275)](_0xaa8fa0[_0x461e6f(0x1db)],_0x4ccebf['title']);const _0x2a8d92={[_0x4ccebf[_0x461e6f(0x21e)]]:_0x4ccebf[_0x461e6f(0x264)][_0x461e6f(0x23b)]};_testErrorData[_0x461e6f(0x214)](_0x2a8d92);}),_0x3f4341['on'](CodeceptJS[_0x55ac16(0x286)][_0x55ac16(0x22b)][_0x55ac16(0x22f)],async _0xc9fddb=>{const _0x18fa86=_0x55ac16;console['log'](_0xaa8fa0[_0x18fa86(0x22a)],_0xc9fddb[_0x18fa86(0x21e)]);}),_0x3f4341['on'](CodeceptJS[_0x55ac16(0x286)][_0x55ac16(0x22b)]['before'],async _0x7f973=>{const _0x11bb89=_0x55ac16;console[_0x11bb89(0x275)](_0xaa8fa0[_0x11bb89(0x21f)],_0x7f973[_0x11bb89(0x21e)]);}),_0x3f4341['on'](CodeceptJS['event'][_0x55ac16(0x1e9)]['result'],async()=>{const _0x9b8d00=_0x55ac16,_0xdea9e5=_0xaa8fa0[_0x9b8d00(0x1e6)]['split']('|');let _0x11ffaf=0x0;while(!![]){switch(_0xdea9e5[_0x11ffaf++]){case'0':utilities[_0x9b8d00(0x23a)](_0x243d2d);continue;case'1':try{await TestHubHandler['stop']();}catch(_0x36962d){logger[_0x9b8d00(0x234)](_0x9b8d00(0x21c)+util[_0x9b8d00(0x1de)](_0x36962d));}continue;case'2':PerformanceTester[_0x9b8d00(0x1eb)](PerformanceEvents['SDK_CLEANUP']);continue;case'3':_0x243d2d['errorMessage']=_testErrorData;continue;case'4':_0x3f4341[_0x9b8d00(0x27a)]();continue;}break;}});async function _0x172e04(){const _0x150244=_0x55ac16;try{await _0x3f4341['bootstrapAll'](),await _0x3f4341[_0x150244(0x1ee)]();}finally{process['chdir'](_0x5a7ae9),await _0x3f4341[_0x150244(0x213)]();}}PerformanceTester[_0x55ac16(0x261)](PerformanceEvents['SDK_SETUP']),await _0xaa8fa0[_0x55ac16(0x1fc)](_0x172e04);}module[a1_0x595110(0x23e)]=run;
@@ -1 +1 @@
1
- const a2_0x15c3f4=a2_0x3689;(function(_0x128226,_0x8b9e42){const _0x1772e8=a2_0x3689,_0x302923=_0x128226();while(!![]){try{const _0x1588cf=-parseInt(_0x1772e8(0x181))/0x1+parseInt(_0x1772e8(0x148))/0x2+parseInt(_0x1772e8(0x145))/0x3*(parseInt(_0x1772e8(0x151))/0x4)+parseInt(_0x1772e8(0x156))/0x5*(parseInt(_0x1772e8(0x16d))/0x6)+-parseInt(_0x1772e8(0x131))/0x7*(parseInt(_0x1772e8(0x162))/0x8)+parseInt(_0x1772e8(0x166))/0x9+-parseInt(_0x1772e8(0x149))/0xa*(-parseInt(_0x1772e8(0x152))/0xb);if(_0x1588cf===_0x8b9e42)break;else _0x302923['push'](_0x302923['shift']());}catch(_0x29fb3d){_0x302923['push'](_0x302923['shift']());}}}(a2_0x1f10,0x59997));function a2_0x1f10(){const _0x38b1e9=['accessibilityPlatform','browserstack_executor','constructor','IpHhM','config','IjhQa','bFcKX','\x20or\x20higher\x20','deviceName','zosBe','ueIRU','ENzjm','string','132229rQqjEJ','ALpnf','szHqd','../../helpers/helper','includes','3447507PTwwev','browser_version','gyTrR','capabilities','platform_version','sdCep','jAsFP','msnam','../../helpers/test-observability/utils','name','SWORz','PUosx','browser','isBrowserSupportedForAccessibility','IgMzJ','os_version','setGlobal','KSnqN','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','OiVyr','885PwUHUT','CHljJ','xMmRy','47610mGJjtz','445080mRUSoq','on\x20non-BrowserStack\x20infrastructure\x20','Playwright','sessionId','Zrqzr','ixyhW','osVersion','unknown_grid','292jCKAqc','55fJDDGD','bstack:options','cloudProvider','gCkpB','250885FTeQbT','ZMqUF','browserstack_accessibility_automation_script','browserWSEndpoint','HQTqi','TdAyq','shouldPatchExecuteScript','poATI','latest','EGoib','parse','getDetails','8VveaoI','../../bin/playwright/sessionDetails','jANnS','WebDriver','1547118FOYnav','browserName','../../helpers/accessibility-automation/helper','browserVersion','isVersionSupported','mrvNZ','winstonLogger','66nrtNUT','platform','../../helpers/globals.js','warn','isAccessibilityPlatform','platformVersion','asbUi'];a2_0x1f10=function(){return _0x38b1e9;};return a2_0x1f10();}const {isUndefined,nestedKeyValue}=require(a2_0x15c3f4(0x12f)),logger=require('../../helpers/logger')[a2_0x15c3f4(0x16c)],PlaywrightSessionDetails=require(a2_0x15c3f4(0x163)),{isAccessibilityAutomationSession}=require(a2_0x15c3f4(0x168)),{getObservabilityLinkedProductName}=require(a2_0x15c3f4(0x139)),accessibilityHelper=require(a2_0x15c3f4(0x168)),{isBrowserstackInfra}=require(a2_0x15c3f4(0x12f)),globals=require(a2_0x15c3f4(0x16f)),getOSVersionFromCaps=_0xac1e9e=>{const _0x2ee8e1=a2_0x15c3f4,_0x14f58f={};_0x14f58f[_0x2ee8e1(0x17d)]=_0x2ee8e1(0x153),_0x14f58f[_0x2ee8e1(0x12e)]=_0x2ee8e1(0x172),_0x14f58f[_0x2ee8e1(0x136)]=_0x2ee8e1(0x135),_0x14f58f['ALpnf']=_0x2ee8e1(0x14f),_0x14f58f[_0x2ee8e1(0x17a)]=_0x2ee8e1(0x140);const _0x4f2ebc=_0x14f58f;if(!_0xac1e9e)return null;const _0x5dd2c9=_0xac1e9e[_0x4f2ebc[_0x2ee8e1(0x17d)]],_0xfc4f9=[_0x4f2ebc[_0x2ee8e1(0x12e)],_0x4f2ebc[_0x2ee8e1(0x136)],_0x4f2ebc[_0x2ee8e1(0x182)],_0x4f2ebc[_0x2ee8e1(0x17a)]];for(const _0x38b602 of _0xfc4f9){if(_0x5dd2c9&&_0x5dd2c9[_0x38b602])return _0x5dd2c9[_0x38b602];else{if(_0xac1e9e[_0x38b602])return _0xac1e9e[_0x38b602];}}return null;};exports['fetchPlatformDetails']=_0x28ae3a=>{const _0x341ffc=a2_0x15c3f4,_0x15de9d={'ENzjm':_0x341ffc(0x150),'GocYy':function(_0x458a9a,_0x5ba4){return _0x458a9a===_0x5ba4;},'PUosx':_0x341ffc(0x165),'ZMqUF':function(_0x2a904d,_0x49e3df){return _0x2a904d(_0x49e3df);},'SWORz':function(_0x33156d,_0x5a7fe5,_0x4456a6){return _0x33156d(_0x5a7fe5,_0x4456a6);},'ixyhW':_0x341ffc(0x178),'jANnS':'desiredCapabilities','ueIRU':function(_0x4e3aa2,_0x5580e9){return _0x4e3aa2(_0x5580e9);},'KSnqN':function(_0x507627,_0x514ba0){return _0x507627===_0x514ba0;},'xMmRy':_0x341ffc(0x14b),'gyTrR':_0x341ffc(0x13d),'IpHhM':_0x341ffc(0x159),'EGoib':'caps'};if(!_0x28ae3a)return null;let _0x18226b=global['__cloud_provider___']||_0x15de9d[_0x341ffc(0x17f)];if(_0x15de9d['GocYy'](_0x28ae3a[_0x341ffc(0x176)][_0x341ffc(0x13a)],_0x15de9d[_0x341ffc(0x13c)])){const _0x2b89b2=_0x28ae3a[_0x341ffc(0x13d)];if(!_0x2b89b2)return null;const _0x39804e=_0x2b89b2[_0x341ffc(0x134)],_0x47b766=_0x15de9d['ZMqUF'](getOSVersionFromCaps,_0x15de9d[_0x341ffc(0x13b)](nestedKeyValue,_0x28ae3a,[_0x15de9d['ixyhW'],_0x15de9d[_0x341ffc(0x164)]]));return{[_0x18226b]:{'browser':_0x39804e[_0x341ffc(0x167)],'browser_version':_0x39804e[_0x341ffc(0x169)],'capabilities':_0x39804e,'platform':_0x39804e['platformName'],'platform_version':_0x39804e['platformVersion']||_0x47b766,'product':_0x15de9d[_0x341ffc(0x17e)](getObservabilityLinkedProductName,_0x39804e),'session_id':_0x2b89b2[_0x341ffc(0x14c)]}};}else{if(_0x15de9d[_0x341ffc(0x142)](_0x28ae3a[_0x341ffc(0x176)][_0x341ffc(0x13a)],_0x15de9d[_0x341ffc(0x147)])){const _0x544d1b=PlaywrightSessionDetails[_0x341ffc(0x161)]();_0x18226b=_0x544d1b[_0x341ffc(0x154)]||_0x18226b;const _0x55b6a5=_0x15de9d[_0x341ffc(0x13b)](nestedKeyValue,_0x28ae3a,[_0x15de9d[_0x341ffc(0x14e)],_0x15de9d[_0x341ffc(0x133)],_0x15de9d[_0x341ffc(0x177)]]),_0xb2b9b7=_0x55b6a5?JSON[_0x341ffc(0x160)](new URL(_0x55b6a5)['searchParams']['get'](_0x15de9d[_0x341ffc(0x15f)])):{};return{[_0x18226b]:{'browser':_0x544d1b[_0x341ffc(0x13d)]||_0xb2b9b7[_0x341ffc(0x167)],'browser_version':_0x544d1b['browser_version']||_0xb2b9b7[_0x341ffc(0x132)],'capabilities':_0xb2b9b7,'platform':_0x544d1b[_0x341ffc(0x16e)],'platform_version':_0x544d1b['platform_version'],'product':_0x15de9d[_0x341ffc(0x157)](getObservabilityLinkedProductName,_0xb2b9b7),'session_id':_0x544d1b['bsSessionId']}};}}};function a2_0x3689(_0x358348,_0x5697c8){const _0x1f10d3=a2_0x1f10();return a2_0x3689=function(_0x36893c,_0x875b3e){_0x36893c=_0x36893c-0x12e;let _0xb70898=_0x1f10d3[_0x36893c];return _0xb70898;},a2_0x3689(_0x358348,_0x5697c8);}const setAccessibilityPlatformFlag=_0x3d4ad2=>{const _0x30207f=a2_0x15c3f4,_0x35af50={};_0x35af50[_0x30207f(0x155)]=_0x30207f(0x171);const _0x4ebf7f=_0x35af50;global[_0x30207f(0x174)]=_0x3d4ad2,globals[_0x30207f(0x141)](_0x4ebf7f[_0x30207f(0x155)],_0x3d4ad2);};exports['processWebDriverConfig']=_0x4bb5e0=>{const _0x1f4eca=a2_0x15c3f4,_0x8aaec9={'jAsFP':function(_0x51bf10){return _0x51bf10();},'IgMzJ':function(_0x247005,_0x303a4f){return _0x247005(_0x303a4f);},'ykwun':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','zECpD':function(_0x79275d,_0x47a9b5){return _0x79275d(_0x47a9b5);},'CHljJ':function(_0x5b2265,_0x39f4cb){return _0x5b2265!==_0x39f4cb;},'poATI':_0x1f4eca(0x15e),'mrvNZ':_0x1f4eca(0x14a),'HQTqi':function(_0x3590c2,_0x416a53){return _0x3590c2(_0x416a53);},'GKHDl':function(_0x3a33ea,_0x23aa81){return _0x3a33ea(_0x23aa81);},'TdAyq':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','Zrqzr':function(_0x28e170,_0x2deb3f){return _0x28e170(_0x2deb3f);}};if(_0x8aaec9[_0x1f4eca(0x137)](isAccessibilityAutomationSession)){const _0x9c650=_0x4bb5e0['browser'],_0x35b018=_0x9c650[_0x1f4eca(0x134)];_0x8aaec9[_0x1f4eca(0x13f)](setAccessibilityPlatformFlag,!![]);!accessibilityHelper[_0x1f4eca(0x13e)](_0x35b018['browserName'])&&(logger[_0x1f4eca(0x170)](_0x8aaec9['ykwun']),_0x8aaec9['zECpD'](setAccessibilityPlatformFlag,![]));if(_0x8aaec9[_0x1f4eca(0x146)](_0x35b018['browserVersion'],_0x8aaec9[_0x1f4eca(0x15d)])){const _0x497d39=_0x8aaec9[_0x1f4eca(0x137)](isBrowserstackInfra),_0x38466f=accessibilityHelper['getMinVersionForBrowser'](_0x35b018[_0x1f4eca(0x167)],_0x497d39),_0x247374=accessibilityHelper['getBrowserDisplayName'](_0x35b018[_0x1f4eca(0x167)]);if(!accessibilityHelper[_0x1f4eca(0x16a)](_0x35b018[_0x1f4eca(0x169)],_0x38466f)){const _0x161e48=_0x497d39?'':_0x8aaec9[_0x1f4eca(0x16b)];logger[_0x1f4eca(0x170)](_0x1f4eca(0x143)+_0x247374+'\x20browser\x20version\x20'+_0x38466f+_0x1f4eca(0x17b)+_0x161e48+'.'),_0x8aaec9[_0x1f4eca(0x15a)](setAccessibilityPlatformFlag,![]);}}!_0x8aaec9['GKHDl'](isUndefined,_0x35b018[_0x1f4eca(0x17c)])&&(logger[_0x1f4eca(0x170)](_0x8aaec9[_0x1f4eca(0x15b)]),_0x8aaec9[_0x1f4eca(0x14d)](setAccessibilityPlatformFlag,![]));}},exports[a2_0x15c3f4(0x15c)]=_0x56f30c=>{const _0x4ae6e0=a2_0x15c3f4,_0x1f30a9={};_0x1f30a9[_0x4ae6e0(0x179)]=function(_0x4f763a,_0x8671d3){return _0x4f763a!==_0x8671d3;},_0x1f30a9['OiVyr']=_0x4ae6e0(0x180),_0x1f30a9[_0x4ae6e0(0x138)]=_0x4ae6e0(0x175),_0x1f30a9[_0x4ae6e0(0x173)]=_0x4ae6e0(0x158);const _0x2026af=_0x1f30a9;if(!_0x56f30c)return![];else{if(_0x2026af[_0x4ae6e0(0x179)](typeof _0x56f30c,_0x2026af[_0x4ae6e0(0x144)]))return!![];}return!_0x56f30c[_0x4ae6e0(0x130)](_0x2026af[_0x4ae6e0(0x138)])&&!_0x56f30c[_0x4ae6e0(0x130)](_0x2026af[_0x4ae6e0(0x173)]);};
1
+ const a2_0xf40e38=a2_0x589c;(function(_0x4a77de,_0x3b596d){const _0x2099ce=a2_0x589c,_0x20cf89=_0x4a77de();while(!![]){try{const _0x25dd41=parseInt(_0x2099ce(0x1c4))/0x1*(parseInt(_0x2099ce(0x183))/0x2)+-parseInt(_0x2099ce(0x1c3))/0x3+-parseInt(_0x2099ce(0x1d1))/0x4+parseInt(_0x2099ce(0x191))/0x5+-parseInt(_0x2099ce(0x1d2))/0x6+-parseInt(_0x2099ce(0x19e))/0x7*(parseInt(_0x2099ce(0x19f))/0x8)+parseInt(_0x2099ce(0x1c8))/0x9*(parseInt(_0x2099ce(0x1b4))/0xa);if(_0x25dd41===_0x3b596d)break;else _0x20cf89['push'](_0x20cf89['shift']());}catch(_0x17f4a8){_0x20cf89['push'](_0x20cf89['shift']());}}}(a2_0x45e0,0x90c17));const {isUndefined,nestedKeyValue}=require('../../helpers/helper'),logger=require(a2_0xf40e38(0x1be))['winstonLogger'],PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),{getObservabilityLinkedProductName}=require(a2_0xf40e38(0x18f)),accessibilityHelper=require(a2_0xf40e38(0x1b3)),{isBrowserstackInfra}=require('../../helpers/helper'),globals=require(a2_0xf40e38(0x1cc)),getOSVersionFromCaps=_0x2e4b6a=>{const _0x4d1900=a2_0xf40e38,_0xc57cb0={};_0xc57cb0[_0x4d1900(0x199)]=_0x4d1900(0x188),_0xc57cb0[_0x4d1900(0x1a1)]=_0x4d1900(0x195),_0xc57cb0['ndQHo']=_0x4d1900(0x1ba),_0xc57cb0[_0x4d1900(0x1d0)]=_0x4d1900(0x184),_0xc57cb0['jTmCU']=_0x4d1900(0x1b9);const _0x3aeb8c=_0xc57cb0;if(!_0x2e4b6a)return null;const _0x522b06=_0x2e4b6a[_0x3aeb8c['GlDqt']],_0xa61a90=[_0x3aeb8c[_0x4d1900(0x1a1)],_0x3aeb8c[_0x4d1900(0x19a)],_0x3aeb8c[_0x4d1900(0x1d0)],_0x3aeb8c[_0x4d1900(0x196)]];for(const _0x7ef1d2 of _0xa61a90){if(_0x522b06&&_0x522b06[_0x7ef1d2])return _0x522b06[_0x7ef1d2];else{if(_0x2e4b6a[_0x7ef1d2])return _0x2e4b6a[_0x7ef1d2];}}return null;};function a2_0x589c(_0x13bb55,_0x21feb7){const _0x45e071=a2_0x45e0();return a2_0x589c=function(_0x589ced,_0x4640d9){_0x589ced=_0x589ced-0x182;let _0x4d8033=_0x45e071[_0x589ced];return _0x4d8033;},a2_0x589c(_0x13bb55,_0x21feb7);}exports['fetchPlatformDetails']=_0x240acd=>{const _0x56b384=a2_0xf40e38,_0x213393={'RUPPf':_0x56b384(0x1bf),'JSLIV':function(_0x53ef89,_0x3c5bf4){return _0x53ef89===_0x3c5bf4;},'oitTH':_0x56b384(0x194),'LMJtx':function(_0x3f8a24,_0x58432c){return _0x3f8a24(_0x58432c);},'aTjuV':function(_0x5035e5,_0x5a3a97,_0x11dad1){return _0x5035e5(_0x5a3a97,_0x11dad1);},'gJSQv':_0x56b384(0x187),'sOOoz':_0x56b384(0x1ac),'okFfr':function(_0x1bba32,_0x220e9d){return _0x1bba32(_0x220e9d);},'ImuDs':function(_0x39eaad,_0x4143e8){return _0x39eaad===_0x4143e8;},'Axxca':'Playwright','AfQNL':'browser','cMJbV':_0x56b384(0x19b),'ACvMY':_0x56b384(0x1b2),'OSoFf':function(_0x6808a1,_0x5ade03){return _0x6808a1(_0x5ade03);}};if(!_0x240acd)return null;let _0x308b87=global[_0x56b384(0x1c0)]||_0x213393['RUPPf'];if(_0x213393[_0x56b384(0x1c5)](_0x240acd[_0x56b384(0x1b6)][_0x56b384(0x1a8)],_0x213393['oitTH'])){const _0x4e0535=_0x240acd['browser'];if(!_0x4e0535)return null;const _0x11cc50=_0x4e0535[_0x56b384(0x186)],_0x181f46=_0x213393[_0x56b384(0x1ab)](getOSVersionFromCaps,_0x213393['aTjuV'](nestedKeyValue,_0x240acd,[_0x213393[_0x56b384(0x1d3)],_0x213393[_0x56b384(0x1af)]]));return{[_0x308b87]:{'browser':_0x11cc50[_0x56b384(0x1a6)],'browser_version':_0x11cc50['browserVersion'],'capabilities':_0x11cc50,'platform':_0x11cc50[_0x56b384(0x192)],'platform_version':_0x11cc50[_0x56b384(0x195)]||_0x181f46,'product':_0x213393[_0x56b384(0x18d)](getObservabilityLinkedProductName,_0x11cc50),'session_id':_0x4e0535[_0x56b384(0x1cf)]}};}else{if(_0x213393[_0x56b384(0x1c9)](_0x240acd['constructor']['name'],_0x213393[_0x56b384(0x190)])){const _0x56676f=PlaywrightSessionDetails[_0x56b384(0x185)]();_0x308b87=_0x56676f[_0x56b384(0x1d4)]||_0x308b87;const _0x3808b9=_0x213393[_0x56b384(0x1b0)](nestedKeyValue,_0x240acd,[_0x213393[_0x56b384(0x1d3)],_0x213393[_0x56b384(0x1c6)],_0x213393['cMJbV']]),_0x59d2de=_0x3808b9?JSON['parse'](new URL(_0x3808b9)[_0x56b384(0x1a7)]['get'](_0x213393[_0x56b384(0x1ce)])):{};return{[_0x308b87]:{'browser':_0x56676f[_0x56b384(0x189)]||_0x59d2de[_0x56b384(0x1a6)],'browser_version':_0x56676f['browser_version']||_0x59d2de[_0x56b384(0x19d)],'capabilities':_0x59d2de,'platform':_0x56676f[_0x56b384(0x1a2)],'platform_version':_0x56676f[_0x56b384(0x1ba)],'product':_0x213393['OSoFf'](getObservabilityLinkedProductName,_0x59d2de),'session_id':_0x56676f[_0x56b384(0x197)]}};}}};function a2_0x45e0(){const _0x2598db=['browser_version','1764eOQtkt','21672GptZPw','deviceName','uQmLZ','platform','processWebDriverConfig','includes','byvFU','browserName','searchParams','name','MgcBr','shouldPatchExecuteScript','LMJtx','desiredCapabilities','setGlobal','HKABN','sOOoz','aTjuV','on\x20non-BrowserStack\x20infrastructure\x20','caps','../../helpers/accessibility-automation/helper','2260DHVEXK','BsytR','constructor','warn','browserVersion','os_version','platform_version','latest','isAccessibilityPlatform','jsDNM','../../helpers/logger','unknown_grid','__cloud_provider___','browserstack_accessibility_automation_script','getBrowserDisplayName','1031550vamMqj','2145cjHchj','JSLIV','AfQNL','dzZSE','81117NPrIjH','ImuDs','CQBFC','getMinVersionForBrowser','../../helpers/globals.js','isVersionSupported','ACvMY','sessionId','zTHBM','1333992UtWbcj','5639880vHnkJq','gJSQv','cloudProvider','lOPwM','542nIsyFO','osVersion','getDetails','capabilities','config','bstack:options','browser','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','browserstack_executor','isBrowserSupportedForAccessibility','okFfr','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','../../helpers/test-observability/utils','Axxca','1373410YdERcK','platformName','trlKo','WebDriver','platformVersion','jTmCU','bsSessionId','AhdgU','GlDqt','ndQHo','browserWSEndpoint','ngazV'];a2_0x45e0=function(){return _0x2598db;};return a2_0x45e0();}const setAccessibilityPlatformFlag=_0xf6c492=>{const _0x3f79ae=a2_0xf40e38,_0xcc0995={};_0xcc0995[_0x3f79ae(0x182)]=_0x3f79ae(0x1bc);const _0x38016d=_0xcc0995;global['accessibilityPlatform']=_0xf6c492,globals[_0x3f79ae(0x1ad)](_0x38016d[_0x3f79ae(0x182)],_0xf6c492);};exports[a2_0xf40e38(0x1a3)]=_0x1fe042=>{const _0x2dff61=a2_0xf40e38,_0x572e29={'BsytR':function(_0x67ed7e){return _0x67ed7e();},'dzZSE':function(_0x2a5b41,_0x128c88){return _0x2a5b41(_0x128c88);},'CQBFC':_0x2dff61(0x18a),'ngazV':function(_0x185905,_0x54e573){return _0x185905!==_0x54e573;},'jsDNM':_0x2dff61(0x1bb),'AhdgU':_0x2dff61(0x1b1),'trlKo':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','LnuWE':function(_0x5a001b,_0x308473){return _0x5a001b(_0x308473);}};if(_0x572e29['BsytR'](isAccessibilityAutomationSession)){const _0x474019=_0x1fe042['browser'],_0xe2f66=_0x474019[_0x2dff61(0x186)];_0x572e29['dzZSE'](setAccessibilityPlatformFlag,!![]);!accessibilityHelper[_0x2dff61(0x18c)](_0xe2f66[_0x2dff61(0x1a6)])&&(logger[_0x2dff61(0x1b7)](_0x572e29[_0x2dff61(0x1ca)]),_0x572e29[_0x2dff61(0x1c7)](setAccessibilityPlatformFlag,![]));if(_0x572e29[_0x2dff61(0x19c)](_0xe2f66[_0x2dff61(0x1b8)],_0x572e29[_0x2dff61(0x1bd)])){const _0x270cb0=_0x572e29[_0x2dff61(0x1b5)](isBrowserstackInfra),_0x5edfc6=accessibilityHelper[_0x2dff61(0x1cb)](_0xe2f66['browserName'],_0x270cb0),_0x54e25d=accessibilityHelper[_0x2dff61(0x1c2)](_0xe2f66['browserName']);if(!accessibilityHelper[_0x2dff61(0x1cd)](_0xe2f66['browserVersion'],_0x5edfc6)){const _0x4d64af=_0x270cb0?'':_0x572e29[_0x2dff61(0x198)];logger['warn'](_0x2dff61(0x18e)+_0x54e25d+'\x20browser\x20version\x20'+_0x5edfc6+'\x20or\x20higher\x20'+_0x4d64af+'.'),_0x572e29[_0x2dff61(0x1c7)](setAccessibilityPlatformFlag,![]);}}!_0x572e29[_0x2dff61(0x1c7)](isUndefined,_0xe2f66[_0x2dff61(0x1a0)])&&(logger['warn'](_0x572e29[_0x2dff61(0x193)]),_0x572e29['LnuWE'](setAccessibilityPlatformFlag,![]));}},exports[a2_0xf40e38(0x1aa)]=_0x55ea7b=>{const _0x306b9d=a2_0xf40e38,_0x3d3524={};_0x3d3524['byvFU']=function(_0x55685c,_0x183ec1){return _0x55685c!==_0x183ec1;},_0x3d3524[_0x306b9d(0x1a9)]='string',_0x3d3524[_0x306b9d(0x1ae)]=_0x306b9d(0x18b),_0x3d3524['txoCd']=_0x306b9d(0x1c1);const _0x36dad3=_0x3d3524;if(!_0x55ea7b)return![];else{if(_0x36dad3[_0x306b9d(0x1a5)](typeof _0x55ea7b,_0x36dad3['MgcBr']))return!![];}return!_0x55ea7b[_0x306b9d(0x1a4)](_0x36dad3[_0x306b9d(0x1ae)])&&!_0x55ea7b[_0x306b9d(0x1a4)](_0x36dad3['txoCd']);};
@@ -1 +1 @@
1
- const a3_0xa72014=a3_0x55d9;function a3_0x228b(){const _0x264389=['_paths','hooks','xtLNH','getFailureType','exports','TEST_EVENTS','file_name','qoKep','meta','replace','CeNxs','concat','pcelC','DvLfO','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','suites','testAnalyticsId','getHooksForTest','HOOK_RUN_STARTED','PLAYWRIGHT_HUB_URL','LZDJW','uUleq','hjPHr','failureData','failure_backtrace','yAflP','bufferPendingHookEvent','started','PathHelper','constructor','../../helpers/test-observability/sessionHandler','HCSJk','bddStepStart','failed','uXuEe','failure_reason_expanded','LdZYE','DRTcs','2|0|1|5|4|3','success','toString','test_run','errorsDetailed','BnUEO','SukyE','_afterAll','OUqNF','bddSteps','hook_run','frameworkName','rpKTQ','HookRunFinished','../../helpers/logger','Playwright','name','hasLiveDriverSession','CODECEPT','flushPendingHookEvents','TEST_RUN_STARTED','NBCes','AJafu','LxcBv','pid','BMhfZ','start','itUpi','file','uploadEventData','browserstack','uuid','failed\x20to\x20get\x20root\x20parent\x20file\x20','FqMPi','O11yHelper','stepAnalyticsId','399061nBWWqe','text','cYSoH','stringify','toLowerCase','WdNJG','hook','feature','APQAq','join','length','cwd','../mocha/test-observability/mochaUtils','krdwB','getHookType','../../helpers/test-observability/utils','push','TwRzz','hookAnalyticsId','gVzRh','dirname','driver','type','pending','getCBTInfo','result','NKwKf','./helper.js','title','../playwright/sessionDetails','logs','tDQML','MDOiD','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','toUpperCase','finished_at','hook_run_uuid','\x20with\x20error\x20:\x20','nCXwU','then','currentHook','accessibilityPlatform','MlmFo','event_type','KbdXh','failure','_beforeEach','splice','connect','aUiWJ','string','findGitConfig','defineProperty','__platformCaps','statSync','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','keyword','groups','jieBH','duration','wsEndpoint','getRootParentFile','winstonLogger','55xEvgDE','bddStepFinish','../../helpers/helper','132MCafVn','Not\x20able\x20to\x20import\x20Browser','88dkyvFX','47430wSmooN','../utils/constants','6aSrEcx','uSXuO','OdgzU','__cloud_provider___','418363Hqtgdp','yeOWJ','File\x20path\x20could\x20not\x20be\x20found','aOANX','mapTestHooks','debug','path','startedAt','fireEvent','retryOf','prefixTestPath','sep','location_prefix','yXjyY','TXOSz','50ZZfHuZ','session_id','now','YyCmQ','.git','test_run_uuid','finished','tqELL','TEST_RUN_FINISHED','keys','3QozUYn','Failed\x20to\x20parse\x20wsendpoint\x20','getInstance','BROWSERSTACK','expanded','TEST_RUN_SKIPPED','NKBaS','status','codeceptjs','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','integrations','alcvd','javascript','sWKXJ','85356bcALrp','format','RQrOH','ctx','removeAllListeners','zXkfc','enabled','setupBrowserDetails','331396ZLDcFc','RSGjG','CBTSessionCreated','tidCn','captureEvent','bfPRa','ktvzE','fFmKI','hook_type','bs:addLog:','wKIOv','launch','HookRunStarted','TestRunFinished','relative','_testEnv','fullTitle','pendingHookEvents','1016428tjrvmv','mKGrL','markedStatus','wwxRQ','sendCBTInfo','backtrace','includes','wgTQc','annWg','../../helpers/test-observability/requestQueueHandler','resetSkipTestHooks','test','OgHlh','OLMra','passed','HOOK_RUN_FINISHED','CFaza','parent','uploadData','QuYwz','CBevw','iJsoe','currentTest','IphUg','getHierarchy','cWGdk','jglNB','ZLVEA','find','apply','toISOString','forEach','err','_afterEach','KFBIj','qKMiN','appendTestItemLog','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','34962rGalhM','match','body','skipped','xjuyi'];a3_0x228b=function(){return _0x264389;};return a3_0x228b();}function a3_0x55d9(_0x7f0c7a,_0x69a56f){const _0x228b73=a3_0x228b();return a3_0x55d9=function(_0x55d932,_0x12a62e){_0x55d932=_0x55d932-0x7f;let _0x5260b7=_0x228b73[_0x55d932];return _0x5260b7;},a3_0x55d9(_0x7f0c7a,_0x69a56f);}(function(_0x45fc12,_0x394611){const _0x547ffd=a3_0x55d9,_0x1b876f=_0x45fc12();while(!![]){try{const _0xe35f04=-parseInt(_0x547ffd(0x158))/0x1*(parseInt(_0x547ffd(0xa5))/0x2)+-parseInt(_0x547ffd(0x13b))/0x3*(-parseInt(_0x547ffd(0x16e))/0x4)+parseInt(_0x547ffd(0x133))/0x5*(-parseInt(_0x547ffd(0x139))/0x6)+parseInt(_0x547ffd(0x7f))/0x7+-parseInt(_0x547ffd(0x138))/0x8*(-parseInt(_0x547ffd(0x166))/0x9)+parseInt(_0x547ffd(0x14e))/0xa*(parseInt(_0x547ffd(0x13f))/0xb)+-parseInt(_0x547ffd(0x136))/0xc*(parseInt(_0x547ffd(0xf4))/0xd);if(_0xe35f04===_0x394611)break;else _0x1b876f['push'](_0x1b876f['shift']());}catch(_0x5e1012){_0x1b876f['push'](_0x1b876f['shift']());}}}(a3_0x228b,0x1f546));const path=require(a3_0xa72014(0x145)),util=require('util'),fs=require('fs'),{v4:uuidv4}=require(a3_0xa72014(0xef)),{resolveBrowserTypeClass,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a3_0xa72014(0x135)),testOpsHelper=require(a3_0xa72014(0x103)),{getTestEnv}=require(a3_0xa72014(0x100)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),logger=require(a3_0xa72014(0xde))[a3_0xa72014(0x132)],SessionHandler=require(a3_0xa72014(0xc8)),RequestQueueHandler=require(a3_0xa72014(0x88)),PlaywrightSessionDetails=require(a3_0xa72014(0x111)),debug=testOpsHelper[a3_0xa72014(0x144)],{processAccessibilityCaps}=require('../playwright/accessibility-helper'),Constants=require(a3_0xa72014(0x13a)),{fetchPlatformDetails}=require(a3_0xa72014(0x10f)),{shouldProcessEventForTesthub,appendTesthubParams}=require('../../helpers/testhub/utils.js'),constants=require(a3_0xa72014(0x13a)),STATE_PASSED=a3_0xa72014(0x8d),STATE_FAILED=a3_0xa72014(0xcb),a3_0x524944={};a3_0x524944[a3_0xa72014(0xe4)]='TestRunStarted',a3_0x524944['TEST_RUN_FINISHED']=a3_0xa72014(0x17b),a3_0x524944[a3_0xa72014(0x15d)]='TestRunSkipped',a3_0x524944[a3_0xa72014(0xbc)]=a3_0xa72014(0x17a),a3_0x524944[a3_0xa72014(0x8e)]=a3_0xa72014(0xdd);const TEST_EVENTS=a3_0x524944,parseEvent=_0x3ef193=>{const _0x4de87c=a3_0xa72014,_0x1f83b2={};_0x1f83b2['nWEvy']=function(_0x5a1074,_0xb27b57){return _0x5a1074<_0xb27b57;},_0x1f83b2[_0x4de87c(0x151)]=function(_0x1223a5,_0x5b2217){return _0x1223a5===_0x5b2217;},_0x1f83b2[_0x4de87c(0x93)]=_0x4de87c(0x8a),_0x1f83b2[_0x4de87c(0x98)]=function(_0x287a26,_0xb98ddc){return _0x287a26===_0xb98ddc;},_0x1f83b2['sWKXJ']='hook',_0x1f83b2[_0x4de87c(0x13c)]=_0x4de87c(0xa8),_0x1f83b2[_0x4de87c(0xbf)]=function(_0x513738,_0x259937){return _0x513738===_0x259937;},_0x1f83b2[_0x4de87c(0xdc)]=_0x4de87c(0xc5),_0x1f83b2['ktvzE']=function(_0x1277c0,_0x53a15a){return _0x1277c0===_0x53a15a;},_0x1f83b2[_0x4de87c(0xc9)]=_0x4de87c(0x154);const _0x3ba1be=_0x1f83b2,_0x1b9664=_0x3ef193['match'](/^(.*)Run(.*)$/);if(!_0x1b9664)return null;if(_0x3ba1be['nWEvy'](_0x1b9664[_0x4de87c(0xfe)],0x3))return null;const _0x437938=_0x1b9664[0x1]['toLowerCase'](),_0x56b409=_0x1b9664[0x2][_0x4de87c(0xf8)]();return{'test':_0x3ba1be[_0x4de87c(0x151)](_0x437938,_0x3ba1be[_0x4de87c(0x93)]),'hook':_0x3ba1be[_0x4de87c(0x98)](_0x437938,_0x3ba1be[_0x4de87c(0x165)]),'skipped':_0x3ba1be['YyCmQ'](_0x56b409,_0x3ba1be['uSXuO']),'started':_0x3ba1be[_0x4de87c(0xbf)](_0x56b409,_0x3ba1be[_0x4de87c(0xdc)]),'finished':_0x3ba1be[_0x4de87c(0x174)](_0x56b409,_0x3ba1be[_0x4de87c(0xc9)])};},mockPWBrowserType=_0x1469d3=>{const _0x21a7cd=a3_0xa72014,_0x1e358b={'DRTcs':function(_0x5b0eef,_0x2f70bc){return _0x5b0eef===_0x2f70bc;},'SJLPg':_0x21a7cd(0x126),'iJsoe':function(_0x9d5aeb,_0x45901b,_0x168146){return _0x9d5aeb(_0x45901b,_0x168146);},'rBfNB':_0x21a7cd(0x130),'MDOiD':function(_0x3b9c7a,_0x7c605a){return _0x3b9c7a(_0x7c605a);},'xhFwX':_0x21a7cd(0xee),'CTIeL':function(_0x525462){return _0x525462();},'bfPRa':_0x21a7cd(0x137),'tidCn':_0x21a7cd(0x124),'alcvd':_0x21a7cd(0x179)},_0x462d7f=_0x1e358b['CTIeL'](resolveBrowserTypeClass);if(!_0x462d7f){_0x1e358b['MDOiD'](debug,_0x1e358b[_0x21a7cd(0x173)]);return;}const _0x2fdbde=_0x462d7f['prototype'];if(_0x2fdbde['obsBrowserTypeMockApplied'])return;const _0x31b4b8=_0x2fdbde[_0x21a7cd(0x124)];Object[_0x21a7cd(0x128)](_0x2fdbde,_0x1e358b[_0x21a7cd(0x171)],{'get':function(){const _0x3ede75={'OgHlh':function(_0x33adb7,_0x4c7fab){const _0x4ec0df=a3_0x55d9;return _0x1e358b[_0x4ec0df(0xcf)](_0x33adb7,_0x4c7fab);},'fFmKI':_0x1e358b['SJLPg'],'LdZYE':function(_0xef9c2,_0x49efb3,_0x51b843){const _0x26adbc=a3_0x55d9;return _0x1e358b[_0x26adbc(0x94)](_0xef9c2,_0x49efb3,_0x51b843);},'NHrOS':_0x1e358b['rBfNB'],'jglNB':function(_0x3d1cdc,_0x5da9dd){const _0x44b665=a3_0x55d9;return _0x1e358b[_0x44b665(0x114)](_0x3d1cdc,_0x5da9dd);},'OLMra':_0x1e358b['xhFwX']};return async function _0x36cc84(_0x438f79,_0x4c4b13){const _0x4d0725=a3_0x55d9,_0x1ab69c=_0x3ede75[_0x4d0725(0xce)](nestedKeyValue,_0x438f79,[_0x3ede75['NHrOS']])||_0x438f79;let _0x1259bc=null,_0x30c815=null;try{[_0x30c815,_0x1259bc]=_0x1ab69c?_0x3ede75['jglNB'](parseWSEndpoint,_0x1ab69c):[null,null],global[_0x4d0725(0x129)]=_0x1259bc,logger[_0x4d0725(0x144)](_0x4d0725(0xb8)+_0x30c815),_0x30c815[_0x4d0725(0x85)](Constants[_0x4d0725(0x15b)])&&(global[_0x4d0725(0x13e)]=_0x3ede75[_0x4d0725(0x8c)]);}catch(_0xf36d86){logger['debug'](_0x4d0725(0x159)+_0x1ab69c+'\x20'+_0xf36d86);}_0x3ede75[_0x4d0725(0xce)](processAccessibilityCaps,_0x1259bc,_0x30c815);if(global[_0x4d0725(0x11d)]){const _0x1b15b3=await _0x2fdbde['connectOverCDP']['apply'](this,[''+Constants[_0x4d0725(0xbd)]+_0x3ede75[_0x4d0725(0x99)](encodeURIComponent,JSON[_0x4d0725(0xf7)](_0x1259bc))]);return PlaywrightSessionDetails[_0x4d0725(0x16d)](_0x1b15b3,_0x1469d3,_0x1ab69c),_0x1b15b3;}return _0x31b4b8[_0x4d0725(0x9c)](this,arguments)[_0x4d0725(0x11b)](_0x5333ee=>{const _0x5f4bae=_0x4d0725;let _0x3a2c05=_0x438f79[_0x5f4bae(0x130)];return _0x3ede75[_0x5f4bae(0x8b)](typeof _0x438f79,_0x3ede75[_0x5f4bae(0x175)])&&(_0x3a2c05=_0x438f79),PlaywrightSessionDetails['setupBrowserDetails'](_0x5333ee,_0x1469d3,_0x3a2c05),_0x5333ee;});};}});const _0x2da0cc=_0x2fdbde[_0x21a7cd(0x179)];Object[_0x21a7cd(0x128)](_0x2fdbde,_0x1e358b[_0x21a7cd(0x163)],{'get':function(){return async function _0x50f437(){const _0x326600=a3_0x55d9;return _0x2da0cc[_0x326600(0x9c)](this,arguments)['then'](_0x3b786f=>{const _0x266683=_0x326600;return PlaywrightSessionDetails[_0x266683(0x16d)](_0x3b786f,null),_0x3b786f;});};}});};class O11yHelper{[a3_0xa72014(0x95)]=null;[a3_0xa72014(0x11c)]=null;[a3_0xa72014(0x16c)]=![];[a3_0xa72014(0xdb)]=![];[a3_0xa72014(0x17f)]=[];constructor(_0x25ef42,_0x1adbb4){const _0x14fe6d=a3_0xa72014,_0x93f957={'ZLVEA':_0x14fe6d(0xd0),'KOxQv':function(_0x4a907b){return _0x4a907b();},'aOANX':function(_0x5c65f0,_0x3c1aa6){return _0x5c65f0===_0x3c1aa6;},'TXOSz':_0x14fe6d(0xdf),'MlmFo':function(_0x2b9d4c,_0x808704){return _0x2b9d4c(_0x808704);}},_0x10d3d1=_0x93f957[_0x14fe6d(0x9a)]['split']('|');let _0x34ea6c=0x0;while(!![]){switch(_0x10d3d1[_0x34ea6c++]){case'0':this['frameworkName']=_0x1adbb4[_0x14fe6d(0xdb)];continue;case'1':this[_0x14fe6d(0x109)]=_0x25ef42;continue;case'2':this[_0x14fe6d(0x16c)]=_0x93f957['KOxQv'](shouldProcessEventForTesthub);continue;case'3':this[_0x14fe6d(0x109)]&&_0x93f957[_0x14fe6d(0x142)](this[_0x14fe6d(0x109)][_0x14fe6d(0xc7)][_0x14fe6d(0xe0)],_0x93f957[_0x14fe6d(0x14d)])&&_0x93f957[_0x14fe6d(0x11e)](mockPWBrowserType,null);continue;case'4':this[_0x14fe6d(0xaa)]=new testOpsHelper[(_0x14fe6d(0xc6))]({'cwd':process[_0x14fe6d(0xff)]()},this[_0x14fe6d(0x17d)][_0x14fe6d(0x14b)]);continue;case'5':this[_0x14fe6d(0x17d)]=_0x93f957['KOxQv'](getTestEnv);continue;}break;}}[a3_0xa72014(0xe1)](){const _0x1b821d=a3_0xa72014,_0x94d23={'itUpi':function(_0x228fc8,_0xb68780){return _0x228fc8(_0xb68780);}};if(!this[_0x1b821d(0x109)])return![];try{const _0x4871a8=_0x94d23[_0x1b821d(0xeb)](fetchPlatformDetails,this[_0x1b821d(0x109)]);if(!_0x4871a8)return![];const _0x257c5c=Object[_0x1b821d(0x157)](_0x4871a8)[0x0];return!!(_0x257c5c&&_0x4871a8[_0x257c5c]&&_0x4871a8[_0x257c5c][_0x1b821d(0x14f)]);}catch(_0x598e22){return![];}}[a3_0xa72014(0xc4)](_0x59430f,_0x5867cc){const _0x47f408=a3_0xa72014;if(!_0x5867cc)return;const _0x4dd81a={};_0x4dd81a['eventType']=_0x59430f,_0x4dd81a[_0x47f408(0x91)]=_0x5867cc,this[_0x47f408(0x17f)][_0x47f408(0x104)](_0x4dd81a);}async[a3_0xa72014(0xe3)](){const _0x3d1084=a3_0xa72014,_0x501164={};_0x501164[_0x3d1084(0x14c)]=function(_0x5be946,_0x44d4b6){return _0x5be946&&_0x44d4b6;};const _0x22ca11=_0x501164;if(!this[_0x3d1084(0x17f)][_0x3d1084(0xfe)])return;if(!this[_0x3d1084(0xe1)]())return;const _0x219d90=this['getCBTInfo'](this[_0x3d1084(0x109)]),_0xf985b8=this['pendingHookEvents'][_0x3d1084(0x123)](0x0,this['pendingHookEvents'][_0x3d1084(0xfe)]);for(const {eventType:_0x6f7320,uploadData:_0x56bfac}of _0xf985b8){try{const _0x384449=_0x56bfac[_0x3d1084(0xda)]||_0x56bfac[_0x3d1084(0xd3)];_0x22ca11[_0x3d1084(0x14c)](_0x384449,_0x219d90)&&(_0x384449[_0x3d1084(0x162)]=_0x219d90),await this['fireEvent'](_0x6f7320,_0x56bfac);}catch(_0x2c8e71){logger[_0x3d1084(0x144)]('Failed\x20to\x20flush\x20pending\x20hook\x20event\x20'+_0x6f7320+':\x20'+util[_0x3d1084(0x167)](_0x2c8e71));}}}[a3_0xa72014(0xea)](){const _0x1f80b9=a3_0xa72014;if(!this[_0x1f80b9(0x16c)])return;testOpsHelper['patchConsoleLogger'](),process[_0x1f80b9(0x16a)]('bs:addLog:'+process[_0x1f80b9(0xe8)]),process['on'](_0x1f80b9(0x177)+process[_0x1f80b9(0xe8)],this['appendTestItemLog']['bind'](this));}async['stop'](){const _0x4aeb14=a3_0xa72014;await RequestQueueHandler[_0x4aeb14(0x15a)]()['shutdown']();}async[a3_0xa72014(0xa3)](_0x5b79fb){const _0x14ed7d=a3_0xa72014,_0x1f5737={'KbdXh':'LogCreated','aUiWJ':function(_0x14129c,_0x46694e){return _0x14129c(_0x46694e);}};try{this['currentHook']&&!this[_0x14ed7d(0x11c)]['markedStatus']&&(_0x5b79fb[_0x14ed7d(0x118)]=this[_0x14ed7d(0x11c)][_0x14ed7d(0x106)]);!_0x5b79fb[_0x14ed7d(0x118)]&&this[_0x14ed7d(0x95)]&&!this[_0x14ed7d(0x95)]['markedStatus']&&(_0x5b79fb[_0x14ed7d(0x153)]=this['currentTest'][_0x14ed7d(0xba)]);if(_0x5b79fb[_0x14ed7d(0x118)]||_0x5b79fb[_0x14ed7d(0x153)]){const _0x235d15={};_0x235d15[_0x14ed7d(0x11f)]=_0x1f5737[_0x14ed7d(0x120)],_0x235d15[_0x14ed7d(0x112)]=[_0x5b79fb],await SessionHandler[_0x14ed7d(0xed)](_0x235d15);}}catch(_0x55d8c0){_0x1f5737[_0x14ed7d(0x125)](debug,_0x14ed7d(0x115)+constants['TEST_REPORTING_ANALYTICS']+_0x14ed7d(0x119)+_0x55d8c0);}}async[a3_0xa72014(0x83)](_0x4508bc){const _0x243709=a3_0xa72014,_0x3e8963={'WVJEF':_0x243709(0x170),'mKGrL':function(_0x29c802,_0x3dfcd0){return _0x29c802(_0x3dfcd0);}};if(!this[_0x243709(0x16c)])return;const _0x5d1d75=this[_0x243709(0x10c)](this[_0x243709(0x109)]);try{const _0x4a55a4={};_0x4a55a4[_0x243709(0xef)]=_0x4508bc,_0x4a55a4[_0x243709(0x162)]=_0x5d1d75;const _0x18a54b=_0x4a55a4,_0x4985dc={};_0x4985dc[_0x243709(0x11f)]=_0x3e8963['WVJEF'],_0x4985dc['test_run']=_0x18a54b,await SessionHandler[_0x243709(0xed)](_0x4985dc);}catch(_0x4a7efb){_0x3e8963[_0x243709(0x80)](debug,_0x243709(0xa4)+constants['TEST_REPORTING_ANALYTICS']+_0x243709(0x119)+_0x4a7efb);}}[a3_0xa72014(0x10c)](_0x2382da){const _0x4f0b5b=a3_0xa72014,_0x392aa2={'tDQML':function(_0x159a1f,_0x5c0526){return _0x159a1f(_0x5c0526);}};return _0x392aa2[_0x4f0b5b(0x113)](fetchPlatformDetails,_0x2382da);}[a3_0xa72014(0x89)]=_0x4b7d91=>{const _0x4af8f6=a3_0xa72014,_0xe38db2={};_0xe38db2[_0x4af8f6(0x15e)]=_0x4af8f6(0x122),_0xe38db2['APQAq']=_0x4af8f6(0xa0);const _0x50a4da=_0xe38db2;if(!_0x4b7d91||!_0x4b7d91[_0x4af8f6(0x90)])return;[_0x50a4da['NKBaS'],_0x50a4da[_0x4af8f6(0xfc)]][_0x4af8f6(0x9e)](_0x1f782c=>{const _0x445d7b=_0x4af8f6,_0x3bccf6=_0x4b7d91[_0x445d7b(0x90)][_0x1f782c];_0x3bccf6['forEach'](_0x456b17=>{const _0x2adf18=_0x445d7b;_0x456b17[_0x2adf18(0x106)]&&(_0x456b17[_0x2adf18(0x106)]=null);});});};[a3_0xa72014(0x143)](_0x9de33f){const _0x364ff8=a3_0xa72014,_0x50fbac={'uiyOJ':_0x364ff8(0x160),'qkiJn':function(_0x42c7ba){return _0x42c7ba();},'RSGjG':function(_0x37b65f,_0x18431e){return _0x37b65f===_0x18431e;},'QuYwz':'_afterEach','LZDJW':function(_0x5a8212){return _0x5a8212();},'LxcBv':'_beforeAll','wgTQc':_0x364ff8(0xd7),'NBCes':_0x364ff8(0x122)};if(!_0x9de33f||!_0x9de33f[_0x364ff8(0x90)])return;[_0x50fbac[_0x364ff8(0xe7)],_0x50fbac[_0x364ff8(0x86)],_0x50fbac[_0x364ff8(0xe5)],_0x50fbac[_0x364ff8(0x92)]]['forEach'](_0x32dc12=>{const _0x126a79=_0x364ff8,_0x3367aa={'cYSoH':_0x50fbac['uiyOJ'],'xjuyi':function(_0x3c060b){return _0x50fbac['qkiJn'](_0x3c060b);},'BnUEO':function(_0xbdc868,_0x4d3a8d){const _0x221fcb=a3_0x55d9;return _0x50fbac[_0x221fcb(0x16f)](_0xbdc868,_0x4d3a8d);},'bGXAm':_0x50fbac[_0x126a79(0x92)],'TwRzz':function(_0x5249c5){const _0x143197=_0x126a79;return _0x50fbac[_0x143197(0xbe)](_0x5249c5);}},_0x198f00=_0x9de33f[_0x126a79(0x90)][_0x32dc12]||[];_0x198f00[_0x126a79(0x9e)](_0x5092a7=>{const _0x242308=_0x126a79;if(_0x5092a7['title'][_0x242308(0x85)](_0x3367aa[_0x242308(0xf6)]))return;if(!_0x5092a7[_0x242308(0x106)])_0x5092a7[_0x242308(0x106)]=_0x3367aa[_0x242308(0xa9)](uuidv4);else _0x5092a7[_0x242308(0x81)]&&_0x3367aa[_0x242308(0xd5)](_0x32dc12,_0x3367aa['bGXAm'])&&(_0x5092a7['hookAnalyticsId']=_0x3367aa[_0x242308(0x105)](uuidv4),delete _0x5092a7['markedStatus']);});}),this[_0x364ff8(0x143)](_0x9de33f['parent']);}[a3_0xa72014(0xbb)](_0x58edaa){const _0x2379b5=a3_0xa72014,_0x12dd23={};_0x12dd23[_0x2379b5(0xc3)]='_beforeAll',_0x12dd23[_0x2379b5(0xb4)]=_0x2379b5(0xd7),_0x12dd23['tqELL']=_0x2379b5(0x122),_0x12dd23[_0x2379b5(0xc0)]=_0x2379b5(0xa0);const _0x3e0866=_0x12dd23;if(!_0x58edaa||!_0x58edaa['parent'])return[];const _0x54ed52=[];return[_0x3e0866['yAflP'],_0x3e0866[_0x2379b5(0xb4)],_0x3e0866[_0x2379b5(0x155)],_0x3e0866['hjPHr']][_0x2379b5(0x9e)](_0xeb31a0=>{const _0x99f750=_0x2379b5,_0x2f7a7e=_0x58edaa[_0x99f750(0x90)][_0xeb31a0]||[];_0x2f7a7e[_0x99f750(0x9e)](_0x5cf97e=>{const _0x43cb9c=_0x99f750;_0x5cf97e[_0x43cb9c(0x106)]&&_0x54ed52[_0x43cb9c(0x104)](_0x5cf97e[_0x43cb9c(0x106)]);});}),[][_0x2379b5(0xb5)](_0x54ed52,this[_0x2379b5(0xbb)](_0x58edaa[_0x2379b5(0x90)]));}[a3_0xa72014(0x102)](_0x48ed53){const _0xd5e542=a3_0xa72014,_0x3f1c46=/^"(?<hook>.*)" hook:.*$/,_0x17d62c=_0x48ed53['title'],_0x2565b9=_0x17d62c[_0xd5e542(0xa6)](_0x3f1c46);if(_0x2565b9&&_0x2565b9[_0xd5e542(0x12d)])return _0x2565b9[_0xd5e542(0x12d)][_0xd5e542(0xfa)][_0xd5e542(0x116)]()[_0xd5e542(0xb3)]('\x20','_');return null;}[a3_0xa72014(0x127)](_0x249370){const _0x177f6a=a3_0xa72014,_0x4a5570={};_0x4a5570[_0x177f6a(0x8f)]=function(_0x542143,_0x2c6db3){return _0x542143===_0x2c6db3;},_0x4a5570[_0x177f6a(0x82)]=function(_0x2d0142,_0x48fc26){return _0x2d0142===_0x48fc26;},_0x4a5570[_0x177f6a(0xcc)]=_0x177f6a(0x152);const _0x42ed1e=_0x4a5570,_0x332561=path[_0x177f6a(0x14a)];if(_0x42ed1e[_0x177f6a(0x8f)](_0x249370,null)||_0x42ed1e[_0x177f6a(0x82)](_0x249370,'')||_0x42ed1e['wwxRQ'](_0x249370,_0x332561)||_0x42ed1e[_0x177f6a(0x82)](_0x249370,path['dirname'](_0x249370)))return null;try{return fs[_0x177f6a(0x12a)](path[_0x177f6a(0xfd)](_0x249370,_0x42ed1e['uXuEe'])),_0x249370;}catch(_0x2556d8){const _0x43f597=path[_0x177f6a(0x108)](_0x249370);return this[_0x177f6a(0x127)](_0x43f597);}}[a3_0xa72014(0x131)](_0x5a88a3){const _0x4e58a0=a3_0xa72014,_0x37fd88={};_0x37fd88[_0x4e58a0(0x11a)]=function(_0x492a0f,_0x4eb0bd){return _0x492a0f>_0x4eb0bd;};const _0x132afa=_0x37fd88;if(_0x5a88a3[_0x4e58a0(0xec)])return _0x5a88a3[_0x4e58a0(0xec)];if(_0x5a88a3['ctx']){const _0x1b1bb1=_0x5a88a3[_0x4e58a0(0x169)][_0x4e58a0(0x95)]?this['getRootParentFile'](_0x5a88a3['ctx'][_0x4e58a0(0x95)]):null;if(_0x1b1bb1)return _0x1b1bb1;}if(_0x5a88a3[_0x4e58a0(0x90)]){const _0x12843f=this[_0x4e58a0(0x131)](_0x5a88a3[_0x4e58a0(0x90)])||(_0x5a88a3[_0x4e58a0(0x90)][_0x4e58a0(0x169)]&&_0x5a88a3[_0x4e58a0(0x90)]['ctx'][_0x4e58a0(0x95)]?this[_0x4e58a0(0x131)](_0x5a88a3['parent'][_0x4e58a0(0x169)]['currentTest']):null);if(_0x12843f)return _0x12843f;_0x5a88a3[_0x4e58a0(0x90)]['suites']&&_0x132afa[_0x4e58a0(0x11a)](_0x5a88a3[_0x4e58a0(0x90)][_0x4e58a0(0xb9)][_0x4e58a0(0xfe)],0x0)&&_0x5a88a3[_0x4e58a0(0x90)]['suites'][_0x4e58a0(0x9e)](_0xdd8b43=>{const _0x37e17d=_0x4e58a0,_0x5d027f=_0xdd8b43['ctx']?this['getRootParentFile'](_0xdd8b43[_0x37e17d(0x169)]):null;if(_0x5d027f)return _0x5d027f;});}return null;}[a3_0xa72014(0x97)](_0x29e9d3){const _0x513b75=a3_0xa72014,_0x5d6667={};_0x5d6667[_0x513b75(0x178)]=function(_0x113fac,_0x2d97a7){return _0x113fac!==_0x2d97a7;};const _0x57326a=_0x5d6667,_0x23b080=[];if(_0x29e9d3&&_0x29e9d3[_0x513b75(0x90)]){let _0x589dc9=_0x29e9d3[_0x513b75(0x90)];while(_0x589dc9&&_0x57326a[_0x513b75(0x178)](_0x589dc9['title'],'')){_0x23b080[_0x513b75(0x104)](_0x589dc9[_0x513b75(0x110)]),_0x589dc9=_0x589dc9['parent'];}}return _0x23b080;}[a3_0xa72014(0x172)](_0x1e1ffe,_0x34cdf0,_0x117d40=undefined){const _0x421e64=a3_0xa72014,_0xc44cd1={'FkwfD':function(_0x3220b5,_0x3310fd){return _0x3220b5(_0x3310fd);},'yeOWJ':function(_0x360924){return _0x360924();},'dFWWB':function(_0x584eec){return _0x584eec();},'ZNOzz':function(_0x1a7314){return _0x1a7314();},'KOlvL':function(_0x530c7e){return _0x530c7e();},'IphUg':_0x421e64(0x9f),'NKwKf':function(_0x3449d1,_0x89d517){return _0x3449d1!==_0x89d517;},'DvLfO':function(_0x5da60a,_0x106976){return _0x5da60a!==_0x106976;},'pcelC':_0x421e64(0x141),'OdgzU':_0x421e64(0x10b),'BMhfZ':_0x421e64(0xcb),'KFBIj':_0x421e64(0x8d),'qKMiN':_0x421e64(0xa8),'jieBH':_0x421e64(0x164),'NSCFS':function(_0xf3f5b6,_0x24c0b0){return _0xf3f5b6-_0x24c0b0;},'dPvUh':function(_0x56ae36,_0x3ad3fb,_0x5b3b39,_0x2bc4ce,_0x5d8a30){return _0x56ae36(_0x3ad3fb,_0x5b3b39,_0x2bc4ce,_0x5d8a30);},'SukyE':function(_0x1b0500,_0x5b6baa){return _0x1b0500!==_0x5b6baa;},'annWg':'integrations','xtLNH':_0x421e64(0xb2),'UKcRI':_0x421e64(0x121),'wIOpB':_0x421e64(0xc2),'qoKep':_0x421e64(0x84),'gVzRh':_0x421e64(0xcd),'zXkfc':_0x421e64(0x15c),'tgUeV':function(_0x5d0550,_0x283d2f){return _0x5d0550===_0x283d2f;},'RQrOH':_0x421e64(0xda),'YQjzE':_0x421e64(0xd3)};if(!this[_0x421e64(0x16c)])return;try{if(_0x34cdf0['fn']&&_0x34cdf0['fn'][_0x421e64(0xd2)]()['match'](/browserstack internal helper hook/))return;const _0x28bdcf=_0xc44cd1['FkwfD'](parseEvent,_0x1e1ffe);if(!_0x28bdcf)return;if(_0x28bdcf['test']){this[_0x421e64(0x95)]=_0x34cdf0,this['currentHook']=null;if(_0x28bdcf[_0x421e64(0xc5)]||_0x28bdcf['skipped']){_0x34cdf0[_0x421e64(0x146)]=new Date(),_0x34cdf0[_0x421e64(0x81)]=![];if(!_0x34cdf0[_0x421e64(0xba)])_0x34cdf0[_0x421e64(0xba)]=_0xc44cd1[_0x421e64(0x140)](uuidv4);else _0x34cdf0['markedStatus']&&(!_0x34cdf0['retryOf']&&(_0x34cdf0['retryOf']=_0x34cdf0[_0x421e64(0xba)]),_0x34cdf0[_0x421e64(0xba)]=_0xc44cd1['dFWWB'](uuidv4));}}else{if(_0x28bdcf['hook']){this[_0x421e64(0x11c)]=_0x34cdf0;if(_0x28bdcf[_0x421e64(0xc5)]){_0x34cdf0[_0x421e64(0x146)]=new Date(),_0x34cdf0[_0x421e64(0x81)]=![];if(!_0x34cdf0['hookAnalyticsId'])_0x34cdf0[_0x421e64(0x106)]=_0xc44cd1['ZNOzz'](uuidv4);else _0x34cdf0[_0x421e64(0x106)]&&_0x34cdf0[_0x421e64(0x81)]&&(_0x34cdf0['hookAnalyticsId']=_0xc44cd1['KOlvL'](uuidv4));}}}if(_0x28bdcf['finished']&&_0x34cdf0[_0x421e64(0x81)])return;let _0x46c06d;try{_0x46c06d=this[_0x421e64(0x131)](_0x34cdf0);}catch(_0x20e9ae){logger[_0x421e64(0x144)](_0x421e64(0xf0)+_0x20e9ae),_0x46c06d=null;}let _0x4f0deb=[];_0x117d40&&(_0x4f0deb=[_0x117d40,_0xc44cd1[_0x421e64(0x96)]]);const _0x34ed89=_0xc44cd1[_0x421e64(0x10e)](_0x34cdf0[_0x421e64(0xd4)],undefined)?util['inspect'](_0x34cdf0[_0x421e64(0xd4)][0x0]):_0xc44cd1[_0x421e64(0xb7)](_0x117d40,undefined)?_0x117d40[_0x421e64(0xd2)]():undefined,_0x35a8ad=_0x46c06d?this[_0x421e64(0x127)](_0x46c06d):null,_0x17cf91=_0x46c06d?this[_0x421e64(0xaa)][_0x421e64(0x149)](this[_0x421e64(0x131)](_0x34cdf0)):_0xc44cd1[_0x421e64(0xb6)];let _0x4098a8=_0xc44cd1[_0x421e64(0x13d)];const _0x727442=!_0x28bdcf[_0x421e64(0xc5)]?new Date()[_0x421e64(0x9d)]():null;if(_0x28bdcf['finished'])_0x4098a8=_0x117d40?_0xc44cd1[_0x421e64(0xe9)]:_0xc44cd1[_0x421e64(0xa1)],_0x34cdf0[_0x421e64(0x81)]=!![];else _0x28bdcf['skipped']&&(_0x4098a8=_0xc44cd1[_0x421e64(0xa2)],_0x34cdf0[_0x421e64(0x81)]=!![]);const _0xb38116={'framework':this[_0x421e64(0xdb)],'uuid':_0x34cdf0[_0x421e64(0xba)]||_0x34cdf0['hookAnalyticsId'],'name':_0x34cdf0[_0x421e64(0x110)],'body':{'lang':_0xc44cd1[_0x421e64(0x12e)],'code':_0x34cdf0[_0x421e64(0xa7)][_0x421e64(0xd2)]()},'type':_0x34cdf0[_0x421e64(0x10a)],'scope':_0x34cdf0[_0x421e64(0x17e)](),'scopes':this['getHierarchy'](_0x34cdf0),'file_name':_0x17cf91,'vc_filepath':_0x35a8ad?path[_0x421e64(0x17c)](_0x35a8ad,_0x46c06d):null,'location':_0x17cf91,'result':_0x4098a8,'failure_reason':_0x34ed89,'duration_in_ms':_0x34cdf0[_0x421e64(0x12f)]||(_0x28bdcf['finished']||_0x28bdcf[_0x421e64(0xa8)])?_0xc44cd1['NSCFS'](Date[_0x421e64(0x150)](),new Date(_0x34cdf0['startedAt'])['getTime']()):null,'started_at':new Date(_0x34cdf0['startedAt'])['toISOString'](),'finished_at':_0x727442,'failure':testOpsHelper[_0x421e64(0xc1)][_0x421e64(0x9c)](null,_0x4f0deb),'failure_type':!_0x34ed89?null:testOpsHelper[_0x421e64(0xad)](_0x34ed89),'retry_of':_0x34cdf0[_0x421e64(0x148)]||null,'tags':_0x34cdf0['tags']||[],'customRerunParam':{'rerun_name':_0x34cdf0[_0x421e64(0x17e)]()}};_0xc44cd1['dPvUh'](appendTesthubParams,_0xb38116,_0x1e1ffe,_0x34cdf0,FRAMEWORKS[_0x421e64(0xe2)]);if(_0x28bdcf[_0x421e64(0xfa)])[_0xb38116[_0x421e64(0x176)],_0xb38116['name']]=[this[_0x421e64(0x102)](_0x34cdf0),_0x34cdf0[_0x421e64(0x169)][_0x421e64(0x8a)][_0x421e64(0x110)]],_0x28bdcf[_0x421e64(0x154)]?_0xc44cd1[_0x421e64(0xd6)](_0xb38116['result'],_0xc44cd1[_0x421e64(0xe9)])&&(_0xb38116[_0x421e64(0x10d)]=_0xc44cd1[_0x421e64(0xa1)]):_0xb38116[_0x421e64(0xa7)]={};else _0x28bdcf[_0x421e64(0x8a)]&&(this[_0x421e64(0x143)](_0x34cdf0),_0x28bdcf[_0x421e64(0xa8)]&&this[_0x421e64(0x89)](_0x34cdf0),(_0x28bdcf['finished']||_0x28bdcf['skipped'])&&(_0xb38116[_0x421e64(0xab)]=this[_0x421e64(0xbb)](_0x34cdf0)));this['driver']&&(_0x28bdcf[_0x421e64(0xc5)]||_0x28bdcf[_0x421e64(0xa8)])&&(_0xb38116[_0xc44cd1[_0x421e64(0x87)]]=this[_0x421e64(0x10c)](this[_0x421e64(0x109)]));_0x28bdcf[_0x421e64(0x8a)]&&_0x28bdcf[_0x421e64(0x154)]&&_0x34cdf0[_0x421e64(0xd9)]&&(_0xb38116[_0xc44cd1[_0x421e64(0xac)]]={'feature':{'name':_0x34cdf0[_0x421e64(0x90)][_0x421e64(0xfb)][_0x421e64(0xe0)],'path':_0xb38116[_0x421e64(0xb0)],'description':_0x34cdf0[_0x421e64(0x90)]['comment']},'scenario':{'name':_0x34cdf0[_0x421e64(0x110)]},'steps':_0x34cdf0['bddSteps']});const _0x2655f0=_0xb38116[_0xc44cd1['UKcRI']][0x0];_0x2655f0&&(_0xb38116[_0xc44cd1['wIOpB']]=_0x2655f0[_0xc44cd1['qoKep']],_0xb38116[_0xc44cd1[_0x421e64(0x107)]]=_0x2655f0[_0xc44cd1[_0x421e64(0x16b)]]);if(_0x34cdf0['bddSteps'])for(const _0x2cbed9 of _0x34cdf0[_0x421e64(0xd9)]){!_0x2cbed9[_0x421e64(0x117)]&&(_0x2cbed9[_0x421e64(0x117)]=new Date()[_0x421e64(0x9d)](),_0xc44cd1['tgUeV'](_0x2cbed9[_0x421e64(0x10d)],_0xc44cd1[_0x421e64(0x13d)])&&(_0x2655f0?(_0x2cbed9[_0x421e64(0x10d)]=_0xc44cd1[_0x421e64(0xe9)],_0x2cbed9[_0x421e64(0x121)]=_0x2655f0[_0xc44cd1[_0x421e64(0xb1)]][0x0]):_0x2cbed9[_0x421e64(0x10d)]=_0xc44cd1['KFBIj']));}const _0xb95a85={};_0xb95a85[_0x421e64(0x11f)]=_0x28bdcf['skipped']?TEST_EVENTS[_0x421e64(0x156)]:_0x1e1ffe;const _0x5b4afb=_0xb95a85;return _0x28bdcf[_0x421e64(0xfa)]?_0x5b4afb[_0xc44cd1[_0x421e64(0x168)]]=_0xb38116:_0x5b4afb[_0xc44cd1['YQjzE']]=_0xb38116,_0x5b4afb;}catch(_0x5987dd){logger['debug'](_0x421e64(0x161)+_0x1e1ffe+'\x20with\x20error\x20:\x20'+_0x5987dd);}}async[a3_0xa72014(0x147)](_0x251e9e,_0x4840e5){const _0x2748a5=a3_0xa72014;if(!this['enabled']||!_0x4840e5||!_0x251e9e)return![];try{return await SessionHandler[_0x2748a5(0xed)](_0x4840e5);}catch(_0x58e399){logger[_0x2748a5(0x144)](_0x2748a5(0x12b)+_0x251e9e+_0x2748a5(0x119)+_0x58e399);}}['initializeBddStep'](_0x718c8e){const _0x4a8374=a3_0xa72014,_0xfefe1={};_0xfefe1['kavqa']=_0x4a8374(0x10b);const _0x2809cc=_0xfefe1;return{'id':_0x718c8e['stepAnalyticsId'],'text':_0x718c8e[_0x4a8374(0xf5)],'keyword':_0x718c8e[_0x4a8374(0x12c)],'started_at':_0x718c8e[_0x4a8374(0x146)]['toISOString'](),'result':_0x2809cc['kavqa']};}[a3_0xa72014(0xca)](_0x288ef7){const _0x379a9d=a3_0xa72014,_0x9811b0={'OUqNF':function(_0x212b1e){return _0x212b1e();}};!this['currentTest'][_0x379a9d(0xd9)]&&(this['currentTest'][_0x379a9d(0xd9)]=[]),!_0x288ef7[_0x379a9d(0xf3)]&&(_0x288ef7[_0x379a9d(0xf3)]=_0x9811b0[_0x379a9d(0xd8)](uuidv4),_0x288ef7[_0x379a9d(0x146)]=new Date(),this[_0x379a9d(0x95)][_0x379a9d(0xd9)][_0x379a9d(0x104)](this['initializeBddStep'](_0x288ef7)));}[a3_0xa72014(0x134)](_0x411c76){const _0x40fd5b=a3_0xa72014,_0xe07d90={'krdwB':function(_0x2ac228,_0x35e06e){return _0x2ac228(_0x35e06e);},'AJafu':_0x40fd5b(0xd1),'WdNJG':'pending','FqMPi':'passed','DdXSa':function(_0x5d23ab,_0x5af23c){return _0x5d23ab-_0x5af23c;}};let _0xe74e35=this['currentTest']['bddSteps'][_0x40fd5b(0x9b)](_0x2bfa98=>_0x2bfa98['id']===_0x411c76['stepAnalyticsId']);_0xe07d90[_0x40fd5b(0x101)](isUndefined,_0xe74e35)&&(_0xe74e35=this['initializeBddStep'](_0x411c76)),_0xe74e35[_0x40fd5b(0x10d)]=[_0xe07d90[_0x40fd5b(0xe6)],_0xe07d90[_0x40fd5b(0xf9)]]['includes'](_0x411c76['status'])?_0xe07d90[_0x40fd5b(0xf1)]:_0x411c76[_0x40fd5b(0x15f)],_0xe74e35[_0x40fd5b(0x117)]=new Date()[_0x40fd5b(0x9d)](),_0xe74e35[_0x40fd5b(0x12f)]=_0xe07d90['DdXSa'](Date['now'](),_0x411c76['startedAt']['getTime']()),_0xe74e35['failure']=_0x411c76[_0x40fd5b(0x9f)]?_0x411c76[_0x40fd5b(0x9f)]['message']:null;}}const a3_0x3f2571={};a3_0x3f2571[a3_0xa72014(0xf2)]=O11yHelper,a3_0x3f2571['STATE_PASSED']=STATE_PASSED,a3_0x3f2571['STATE_FAILED']=STATE_FAILED,a3_0x3f2571[a3_0xa72014(0xaf)]=TEST_EVENTS,module[a3_0xa72014(0xae)]=a3_0x3f2571;
1
+ const a3_0x215ea0=a3_0x3ca2;(function(_0x4f859e,_0x18446b){const _0x236b9c=a3_0x3ca2,_0xb66ab=_0x4f859e();while(!![]){try{const _0x4c5577=-parseInt(_0x236b9c(0x157))/0x1*(parseInt(_0x236b9c(0x1e3))/0x2)+parseInt(_0x236b9c(0x1f8))/0x3+parseInt(_0x236b9c(0x156))/0x4*(parseInt(_0x236b9c(0x149))/0x5)+-parseInt(_0x236b9c(0x175))/0x6+-parseInt(_0x236b9c(0x1e4))/0x7*(-parseInt(_0x236b9c(0x22c))/0x8)+-parseInt(_0x236b9c(0x207))/0x9+parseInt(_0x236b9c(0x184))/0xa*(parseInt(_0x236b9c(0x159))/0xb);if(_0x4c5577===_0x18446b)break;else _0xb66ab['push'](_0xb66ab['shift']());}catch(_0x1a6d34){_0xb66ab['push'](_0xb66ab['shift']());}}}(a3_0x52e0,0x78b67));const path=require(a3_0x215ea0(0x1f6)),util=require(a3_0x215ea0(0x179)),fs=require('fs'),{v4:uuidv4}=require(a3_0x215ea0(0x182)),{resolveBrowserTypeClass,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a3_0x215ea0(0x174)),testOpsHelper=require('../../helpers/test-observability/utils'),{getTestEnv}=require(a3_0x215ea0(0x14d)),{FRAMEWORKS}=require(a3_0x215ea0(0x1b4)),logger=require(a3_0x215ea0(0x14f))[a3_0x215ea0(0x21d)],SessionHandler=require(a3_0x215ea0(0x1d5)),RequestQueueHandler=require(a3_0x215ea0(0x18a)),PlaywrightSessionDetails=require(a3_0x215ea0(0x1d7)),debug=testOpsHelper[a3_0x215ea0(0x1e0)],{processAccessibilityCaps}=require(a3_0x215ea0(0x1a9)),Constants=require(a3_0x215ea0(0x210)),{fetchPlatformDetails}=require(a3_0x215ea0(0x178)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a3_0x215ea0(0x19a)),constants=require(a3_0x215ea0(0x210)),STATE_PASSED=a3_0x215ea0(0x16a),STATE_FAILED='failed',a3_0xd53cb1={};function a3_0x3ca2(_0x485496,_0x19eaf8){const _0x52e032=a3_0x52e0();return a3_0x3ca2=function(_0x3ca259,_0xf3603e){_0x3ca259=_0x3ca259-0x143;let _0x273640=_0x52e032[_0x3ca259];return _0x273640;},a3_0x3ca2(_0x485496,_0x19eaf8);}a3_0xd53cb1[a3_0x215ea0(0x1fb)]=a3_0x215ea0(0x177),a3_0xd53cb1[a3_0x215ea0(0x143)]='TestRunFinished',a3_0xd53cb1[a3_0x215ea0(0x1f5)]='TestRunSkipped',a3_0xd53cb1[a3_0x215ea0(0x194)]='HookRunStarted',a3_0xd53cb1[a3_0x215ea0(0x22a)]=a3_0x215ea0(0x1cd);const TEST_EVENTS=a3_0xd53cb1,parseEvent=_0xc6929f=>{const _0x287bed=a3_0x215ea0,_0x151002={};_0x151002[_0x287bed(0x152)]=function(_0x110294,_0x27a0d5){return _0x110294<_0x27a0d5;},_0x151002['hhfHk']=function(_0x5733de,_0x30e9e8){return _0x5733de===_0x30e9e8;},_0x151002[_0x287bed(0x232)]='test',_0x151002[_0x287bed(0x1a1)]=_0x287bed(0x1ea),_0x151002[_0x287bed(0x1de)]=_0x287bed(0x1a6),_0x151002[_0x287bed(0x1fc)]=_0x287bed(0x1eb),_0x151002[_0x287bed(0x1aa)]=function(_0x330556,_0x33b7d7){return _0x330556===_0x33b7d7;},_0x151002[_0x287bed(0x1af)]='finished';const _0x4a0511=_0x151002,_0xfa6b17=_0xc6929f[_0x287bed(0x15e)](/^(.*)Run(.*)$/);if(!_0xfa6b17)return null;if(_0x4a0511[_0x287bed(0x152)](_0xfa6b17[_0x287bed(0x183)],0x3))return null;const _0x3ee45b=_0xfa6b17[0x1][_0x287bed(0x1a3)](),_0x18cd3c=_0xfa6b17[0x2][_0x287bed(0x1a3)]();return{'test':_0x4a0511[_0x287bed(0x202)](_0x3ee45b,_0x4a0511[_0x287bed(0x232)]),'hook':_0x4a0511['hhfHk'](_0x3ee45b,_0x4a0511[_0x287bed(0x1a1)]),'skipped':_0x4a0511[_0x287bed(0x202)](_0x18cd3c,_0x4a0511[_0x287bed(0x1de)]),'started':_0x4a0511[_0x287bed(0x202)](_0x18cd3c,_0x4a0511[_0x287bed(0x1fc)]),'finished':_0x4a0511[_0x287bed(0x1aa)](_0x18cd3c,_0x4a0511[_0x287bed(0x1af)])};},mockPWBrowserType=_0x40b7b6=>{const _0x5282c6=a3_0x215ea0,_0x476b44={'CnMqu':function(_0x5559a4,_0x3edd0b){return _0x5559a4===_0x3edd0b;},'LAESX':_0x5282c6(0x18d),'bvpVK':function(_0x468791,_0x21788b,_0x19e1da){return _0x468791(_0x21788b,_0x19e1da);},'BkhOr':_0x5282c6(0x162),'cuMlM':function(_0x4f2a57,_0x3cfde0){return _0x4f2a57(_0x3cfde0);},'gmjed':'browserstack','aiVLT':function(_0x3af82f){return _0x3af82f();},'mDnPS':_0x5282c6(0x161),'tkOYI':'connect','UCXxV':_0x5282c6(0x19f)},_0x3b28e2=_0x476b44['aiVLT'](resolveBrowserTypeClass);if(!_0x3b28e2){_0x476b44[_0x5282c6(0x193)](debug,_0x476b44[_0x5282c6(0x1b6)]);return;}const _0x27bccc=_0x3b28e2['prototype'];if(_0x27bccc[_0x5282c6(0x1fd)])return;const _0x27ab2b=_0x27bccc[_0x5282c6(0x206)];Object[_0x5282c6(0x1ac)](_0x27bccc,_0x476b44['tkOYI'],{'get':function(){return async function _0xe7681a(_0x266bd3,_0x2e8eb5){const _0x5ebed9=a3_0x3ca2,_0x41e808={'qlIcl':function(_0x164673,_0x4f2337){return _0x476b44['CnMqu'](_0x164673,_0x4f2337);},'eCZpw':_0x476b44[_0x5ebed9(0x15d)]},_0x34fad1=_0x476b44[_0x5ebed9(0x220)](nestedKeyValue,_0x266bd3,[_0x476b44[_0x5ebed9(0x19e)]])||_0x266bd3;let _0x2f2379=null,_0x1aa72f=null;try{[_0x1aa72f,_0x2f2379]=_0x34fad1?_0x476b44[_0x5ebed9(0x193)](parseWSEndpoint,_0x34fad1):[null,null],global[_0x5ebed9(0x1dd)]=_0x2f2379,logger[_0x5ebed9(0x1e0)](_0x5ebed9(0x21c)+_0x1aa72f),_0x1aa72f[_0x5ebed9(0x150)](Constants[_0x5ebed9(0x1a8)])&&(global[_0x5ebed9(0x22e)]=_0x476b44['gmjed']);}catch(_0x3f235d){logger['debug'](_0x5ebed9(0x1e2)+_0x34fad1+'\x20'+_0x3f235d);}_0x476b44[_0x5ebed9(0x220)](processAccessibilityCaps,_0x2f2379,_0x1aa72f);if(global[_0x5ebed9(0x20a)]){const _0x534c06=await _0x27bccc['connectOverCDP'][_0x5ebed9(0x15f)](this,[''+Constants['PLAYWRIGHT_HUB_URL']+_0x476b44['cuMlM'](encodeURIComponent,JSON[_0x5ebed9(0x20f)](_0x2f2379))]);return PlaywrightSessionDetails['setupBrowserDetails'](_0x534c06,_0x40b7b6,_0x34fad1),_0x534c06;}return _0x27ab2b[_0x5ebed9(0x15f)](this,arguments)[_0x5ebed9(0x1b5)](_0x262c05=>{const _0x69647c=_0x5ebed9;let _0x345c63=_0x266bd3[_0x69647c(0x162)];return _0x41e808['qlIcl'](typeof _0x266bd3,_0x41e808[_0x69647c(0x201)])&&(_0x345c63=_0x266bd3),PlaywrightSessionDetails[_0x69647c(0x166)](_0x262c05,_0x40b7b6,_0x345c63),_0x262c05;});};}});const _0x35c712=_0x27bccc[_0x5282c6(0x19f)];Object[_0x5282c6(0x1ac)](_0x27bccc,_0x476b44[_0x5282c6(0x189)],{'get':function(){return async function _0x145f49(){const _0x283bb4=a3_0x3ca2;return _0x35c712['apply'](this,arguments)[_0x283bb4(0x1b5)](_0x3a4937=>{const _0x54464d=_0x283bb4;return PlaywrightSessionDetails[_0x54464d(0x166)](_0x3a4937,null),_0x3a4937;});};}});};function a3_0x52e0(){const _0x352bef=['FJeiT','format','LAESX','match','apply','prefixTestPath','Not\x20able\x20to\x20import\x20Browser','wsEndpoint','getHooksForTest','suites','rakxb','setupBrowserDetails','exQrX','QhWYP','markedStatus','passed','Playwright','frameworkName','ctx','replace','finished','ddZLU','keys','O11yHelper','ZpZVD','../../helpers/helper','265200gRnlRe','areBp','TestRunStarted','./helper.js','util','_afterAll','startedAt','toUpperCase','getHookType','retryOf','bdBpa','TAJeQ','JPwjB','uuid','length','1781310YZGbju','MHYrX','hook_run','Mnzhs','LzfpG','UCXxV','../../helpers/test-observability/requestQueueHandler','getTime','wOTxz','string','removeAllListeners','relative','sLqZY','fullTitle','forEach','cuMlM','HOOK_RUN_STARTED','statSync','bkvGI','session_id','YWiQJ','eventType','../../helpers/testhub/utils.js','pendingHookEvents','findGitConfig','result','BkhOr','launch','join','XPqBR','hookAnalyticsId','toLowerCase','currentHook','feature','skipped','XiiqV','BROWSERSTACK','../playwright/accessibility-helper','ASMOf','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','defineProperty','event_type','hYjDN','MAcZN','driver','PathHelper','test','file','../../helpers/test-observability/constants','then','mDnPS','File\x20path\x20could\x20not\x20be\x20found','hSBWc','_afterEach','mapTestHooks','split','pid','name','err','bs:addLog:','bddStepFinish','LogCreated','pending','ymCPU','WxVop','bddStepStart','currentTest','failureData','BScIu','QpQIv','hook_type','keyword','MEmMy','HookRunFinished','eaSFQ','APdpA','uploadEventData','errorsDetailed','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','ygHys','status','../../helpers/test-observability/sessionHandler','test_run_uuid','../playwright/sessionDetails','resetSkipTestHooks','_testEnv','failure_reason_expanded','cUEYI','success','__platformCaps','pprNf','STATE_PASSED','debug','\x20with\x20error\x20:\x20','Failed\x20to\x20parse\x20wsendpoint\x20','62954AdcKHO','11578BogDHJ','cNOZO','UuQJN','now','rhCZM','parent','hook','started','initializeBddStep','_beforeEach','CNVDu','duration','PCGqz','inspect','CODECEPT','type','start','TEST_RUN_SKIPPED','path','qBtcn','1129794aeznOB','splice','concat','TEST_RUN_STARTED','LGfJD','obsBrowserTypeMockApplied','failure','failed\x20to\x20get\x20root\x20parent\x20file\x20','0|4|3|5|2|1','eCZpw','hhfHk','foIMw','stepAnalyticsId','getRootParentFile','connect','7254990LftRSC','test_run','XJTGA','accessibilityPlatform','GFCFR','hasLiveDriverSession','text','mHibV','stringify','../utils/constants','testAnalyticsId','integrations','RWLqM','hooks','XGhZI','hook_run_uuid','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','body','toISOString','groups','TEST_REPORTING_ANALYTICS','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','winstonLogger','AeVZJ','gTZgv','bvpVK','GCoTr','getFailureType','Failed\x20to\x20flush\x20pending\x20hook\x20event\x20','comment','fireEvent','yuOeZ','appendTestItemLog','_paths','title','HOOK_RUN_FINISHED','RxYuE','2368LSSjSZ','dirname','__cloud_provider___','toString','find','getHierarchy','PrGSJ','expanded','TEST_RUN_FINISHED','enabled','bddSteps','iHOPV','uploadData','TEST_EVENTS','5JqXgrG','ADCtp','LbGzZ','Cvgby','../mocha/test-observability/mochaUtils','_beforeAll','../../helpers/logger','includes','flushPendingHookEvents','baUvW','JuQSY','location_prefix','xBOBO','2168948IPzmfK','19vKSMgA','getCBTInfo','33lrhown','captureEvent'];a3_0x52e0=function(){return _0x352bef;};return a3_0x52e0();}class O11yHelper{['currentTest']=null;['currentHook']=null;[a3_0x215ea0(0x144)]=![];[a3_0x215ea0(0x16c)]=![];[a3_0x215ea0(0x19b)]=[];constructor(_0x39e205,_0x38542e){const _0x28dd4f=a3_0x215ea0,_0x388a33={'RWLqM':_0x28dd4f(0x200),'XGhZI':function(_0x4e5abd){return _0x4e5abd();},'Qnlgi':function(_0x3b7e7b,_0x4c88b6){return _0x3b7e7b===_0x4c88b6;},'BScIu':_0x28dd4f(0x16b),'rakxb':function(_0x1fb29d,_0xb4f80a){return _0x1fb29d(_0xb4f80a);},'qBtcn':function(_0x323bdb){return _0x323bdb();}},_0x355cf4=_0x388a33[_0x28dd4f(0x213)][_0x28dd4f(0x1bb)]('|');let _0x3e5066=0x0;while(!![]){switch(_0x355cf4[_0x3e5066++]){case'0':this['enabled']=_0x388a33[_0x28dd4f(0x215)](shouldProcessEventForTesthub);continue;case'1':this['driver']&&_0x388a33['Qnlgi'](this['driver']['constructor'][_0x28dd4f(0x1bd)],_0x388a33[_0x28dd4f(0x1c8)])&&_0x388a33[_0x28dd4f(0x165)](mockPWBrowserType,null);continue;case'2':this['_paths']=new testOpsHelper[(_0x28dd4f(0x1b1))]({'cwd':process['cwd']()},this[_0x28dd4f(0x1d9)][_0x28dd4f(0x154)]);continue;case'3':this[_0x28dd4f(0x1b0)]=_0x39e205;continue;case'4':this[_0x28dd4f(0x16c)]=_0x38542e[_0x28dd4f(0x16c)];continue;case'5':this['_testEnv']=_0x388a33[_0x28dd4f(0x1f7)](getTestEnv);continue;}break;}}[a3_0x215ea0(0x20c)](){const _0x295700=a3_0x215ea0,_0x56e4c2={'azzBD':function(_0xa1e9b0,_0x900b14){return _0xa1e9b0(_0x900b14);}};if(!this[_0x295700(0x1b0)])return![];try{const _0x451a14=_0x56e4c2['azzBD'](fetchPlatformDetails,this[_0x295700(0x1b0)]);if(!_0x451a14)return![];const _0x5028b7=Object[_0x295700(0x171)](_0x451a14)[0x0];return!!(_0x5028b7&&_0x451a14[_0x5028b7]&&_0x451a14[_0x5028b7][_0x295700(0x197)]);}catch(_0x3b88cb){return![];}}['bufferPendingHookEvent'](_0x3c5751,_0x205314){const _0x4da8e8=a3_0x215ea0;if(!_0x205314)return;const _0x5b154b={};_0x5b154b[_0x4da8e8(0x199)]=_0x3c5751,_0x5b154b[_0x4da8e8(0x147)]=_0x205314,this[_0x4da8e8(0x19b)]['push'](_0x5b154b);}async[a3_0x215ea0(0x151)](){const _0x4b8fa8=a3_0x215ea0,_0x1f0d12={};_0x1f0d12[_0x4b8fa8(0x1c3)]=function(_0x193ade,_0x312b70){return _0x193ade&&_0x312b70;};const _0x46511c=_0x1f0d12;if(!this[_0x4b8fa8(0x19b)][_0x4b8fa8(0x183)])return;if(!this[_0x4b8fa8(0x20c)]())return;const _0x759b55=this[_0x4b8fa8(0x158)](this[_0x4b8fa8(0x1b0)]),_0x37a857=this[_0x4b8fa8(0x19b)][_0x4b8fa8(0x1f9)](0x0,this[_0x4b8fa8(0x19b)][_0x4b8fa8(0x183)]);for(const {eventType:_0xa8df66,uploadData:_0x3906c7}of _0x37a857){try{const _0x37fdfa=_0x3906c7[_0x4b8fa8(0x186)]||_0x3906c7[_0x4b8fa8(0x208)];_0x46511c[_0x4b8fa8(0x1c3)](_0x37fdfa,_0x759b55)&&(_0x37fdfa[_0x4b8fa8(0x212)]=_0x759b55),await this['fireEvent'](_0xa8df66,_0x3906c7);}catch(_0x1e6cbf){logger[_0x4b8fa8(0x1e0)](_0x4b8fa8(0x223)+_0xa8df66+':\x20'+util[_0x4b8fa8(0x15c)](_0x1e6cbf));}}}[a3_0x215ea0(0x1f4)](){const _0x36e1ba=a3_0x215ea0;if(!this[_0x36e1ba(0x144)])return;testOpsHelper['patchConsoleLogger'](),process[_0x36e1ba(0x18e)]('bs:addLog:'+process[_0x36e1ba(0x1bc)]),process['on'](_0x36e1ba(0x1bf)+process[_0x36e1ba(0x1bc)],this[_0x36e1ba(0x227)]['bind'](this));}async['stop'](){await RequestQueueHandler['getInstance']()['shutdown']();}async['appendTestItemLog'](_0xc99991){const _0xf60b47=a3_0x215ea0,_0x35bca3={'FJeiT':_0xf60b47(0x1c1),'BiSfM':function(_0x5d62d0,_0x3f1eea){return _0x5d62d0(_0x3f1eea);}};try{this[_0xf60b47(0x1a4)]&&!this[_0xf60b47(0x1a4)][_0xf60b47(0x169)]&&(_0xc99991[_0xf60b47(0x216)]=this['currentHook'][_0xf60b47(0x1a2)]);!_0xc99991[_0xf60b47(0x216)]&&this[_0xf60b47(0x1c6)]&&!this['currentTest']['markedStatus']&&(_0xc99991['test_run_uuid']=this[_0xf60b47(0x1c6)]['testAnalyticsId']);if(_0xc99991['hook_run_uuid']||_0xc99991[_0xf60b47(0x1d6)]){const _0x228d88={};_0x228d88['event_type']=_0x35bca3[_0xf60b47(0x15b)],_0x228d88['logs']=[_0xc99991],await SessionHandler[_0xf60b47(0x1d0)](_0x228d88);}}catch(_0x36555e){_0x35bca3['BiSfM'](debug,_0xf60b47(0x217)+constants[_0xf60b47(0x21b)]+_0xf60b47(0x1e1)+_0x36555e);}}async['sendCBTInfo'](_0x46ba84){const _0x1f5b84=a3_0x215ea0,_0x3ccf52={'ZpZVD':'CBTSessionCreated','foIMw':function(_0x424bc3,_0x4cefc8){return _0x424bc3(_0x4cefc8);}};if(!this['enabled'])return;const _0x3cc466=this[_0x1f5b84(0x158)](this['driver']);try{const _0x205bd1={};_0x205bd1[_0x1f5b84(0x182)]=_0x46ba84,_0x205bd1[_0x1f5b84(0x212)]=_0x3cc466;const _0x21e06a=_0x205bd1,_0x5b4a6d={};_0x5b4a6d[_0x1f5b84(0x1ad)]=_0x3ccf52[_0x1f5b84(0x173)],_0x5b4a6d[_0x1f5b84(0x208)]=_0x21e06a,await SessionHandler['uploadEventData'](_0x5b4a6d);}catch(_0x14e78a){_0x3ccf52[_0x1f5b84(0x203)](debug,_0x1f5b84(0x1d2)+constants[_0x1f5b84(0x21b)]+'\x20with\x20error\x20:\x20'+_0x14e78a);}}[a3_0x215ea0(0x158)](_0x45c1b8){const _0x21b58b=a3_0x215ea0,_0x596104={'mHibV':function(_0x91e7da,_0x229c03){return _0x91e7da(_0x229c03);}};return _0x596104[_0x21b58b(0x20e)](fetchPlatformDetails,_0x45c1b8);}[a3_0x215ea0(0x1d8)]=_0x5b0b3b=>{const _0x45b5bf=a3_0x215ea0,_0x21357a={};_0x21357a[_0x45b5bf(0x168)]='_beforeEach',_0x21357a['CNVDu']=_0x45b5bf(0x1b9);const _0x15fb50=_0x21357a;if(!_0x5b0b3b||!_0x5b0b3b[_0x45b5bf(0x1e9)])return;[_0x15fb50[_0x45b5bf(0x168)],_0x15fb50[_0x45b5bf(0x1ee)]]['forEach'](_0x2fca67=>{const _0x2deeaa=_0x45b5bf,_0x289ab2=_0x5b0b3b[_0x2deeaa(0x1e9)][_0x2fca67];_0x289ab2[_0x2deeaa(0x192)](_0x287a1a=>{const _0x17b8f4=_0x2deeaa;_0x287a1a[_0x17b8f4(0x1a2)]&&(_0x287a1a['hookAnalyticsId']=null);});});};[a3_0x215ea0(0x1ba)](_0x31a3ac){const _0x4fee51=a3_0x215ea0,_0x43b491={'APdpA':'codeceptjs','sLqZY':function(_0x1c9466){return _0x1c9466();},'dewhM':function(_0x3dc4dc,_0xdb64e5){return _0x3dc4dc===_0xdb64e5;},'Mnzhs':'_afterEach','AeVZJ':function(_0x2e52a2){return _0x2e52a2();},'gTZgv':_0x4fee51(0x14e),'rhCZM':_0x4fee51(0x17a),'XPOtW':_0x4fee51(0x1ed)};if(!_0x31a3ac||!_0x31a3ac['parent'])return;[_0x43b491[_0x4fee51(0x21f)],_0x43b491[_0x4fee51(0x1e8)],_0x43b491['XPOtW'],_0x43b491[_0x4fee51(0x187)]][_0x4fee51(0x192)](_0xa1a81f=>{const _0x5cfb9a=_0x4fee51,_0x7ed5b8=_0x31a3ac[_0x5cfb9a(0x1e9)][_0xa1a81f]||[];_0x7ed5b8[_0x5cfb9a(0x192)](_0x2c3431=>{const _0x14d6b8=_0x5cfb9a;if(_0x2c3431[_0x14d6b8(0x229)]['includes'](_0x43b491[_0x14d6b8(0x1cf)]))return;if(!_0x2c3431[_0x14d6b8(0x1a2)])_0x2c3431['hookAnalyticsId']=_0x43b491[_0x14d6b8(0x190)](uuidv4);else _0x2c3431[_0x14d6b8(0x169)]&&_0x43b491['dewhM'](_0xa1a81f,_0x43b491[_0x14d6b8(0x187)])&&(_0x2c3431['hookAnalyticsId']=_0x43b491[_0x14d6b8(0x21e)](uuidv4),delete _0x2c3431[_0x14d6b8(0x169)]);});}),this[_0x4fee51(0x1ba)](_0x31a3ac[_0x4fee51(0x1e9)]);}['getHooksForTest'](_0x1c4201){const _0x57e6a7=a3_0x215ea0,_0x3ac634={};_0x3ac634['bfLVm']=_0x57e6a7(0x14e),_0x3ac634[_0x57e6a7(0x181)]=_0x57e6a7(0x17a),_0x3ac634['GCoTr']=_0x57e6a7(0x1ed),_0x3ac634['YquOQ']='_afterEach';const _0x56be8e=_0x3ac634;if(!_0x1c4201||!_0x1c4201[_0x57e6a7(0x1e9)])return[];const _0x3620c4=[];return[_0x56be8e['bfLVm'],_0x56be8e[_0x57e6a7(0x181)],_0x56be8e[_0x57e6a7(0x221)],_0x56be8e['YquOQ']][_0x57e6a7(0x192)](_0x438211=>{const _0x267f8b=_0x57e6a7,_0x4f2d1a=_0x1c4201[_0x267f8b(0x1e9)][_0x438211]||[];_0x4f2d1a[_0x267f8b(0x192)](_0xd1b1f9=>{const _0x1ad440=_0x267f8b;_0xd1b1f9[_0x1ad440(0x1a2)]&&_0x3620c4['push'](_0xd1b1f9[_0x1ad440(0x1a2)]);});}),[][_0x57e6a7(0x1fa)](_0x3620c4,this[_0x57e6a7(0x163)](_0x1c4201[_0x57e6a7(0x1e9)]));}[a3_0x215ea0(0x17d)](_0x76ffe0){const _0x3ad723=a3_0x215ea0,_0x500908=/^"(?<hook>.*)" hook:.*$/,_0x16a2ad=_0x76ffe0['title'],_0x5d8161=_0x16a2ad[_0x3ad723(0x15e)](_0x500908);if(_0x5d8161&&_0x5d8161['groups'])return _0x5d8161[_0x3ad723(0x21a)][_0x3ad723(0x1ea)][_0x3ad723(0x17c)]()[_0x3ad723(0x16e)]('\x20','_');return null;}[a3_0x215ea0(0x19c)](_0x297554){const _0x5c1a48=a3_0x215ea0,_0x4f936c={};_0x4f936c[_0x5c1a48(0x17f)]=function(_0x1be952,_0x1f33e1){return _0x1be952===_0x1f33e1;},_0x4f936c[_0x5c1a48(0x1cc)]=function(_0x445ac1,_0x183701){return _0x445ac1===_0x183701;},_0x4f936c[_0x5c1a48(0x170)]=function(_0x3b592f,_0x434588){return _0x3b592f===_0x434588;},_0x4f936c['LzfpG']=function(_0x142440,_0x457a6e){return _0x142440===_0x457a6e;},_0x4f936c['Rsyth']='.git';const _0x4e8f54=_0x4f936c,_0x37ce02=path['sep'];if(_0x4e8f54[_0x5c1a48(0x17f)](_0x297554,null)||_0x4e8f54[_0x5c1a48(0x1cc)](_0x297554,'')||_0x4e8f54['ddZLU'](_0x297554,_0x37ce02)||_0x4e8f54[_0x5c1a48(0x188)](_0x297554,path['dirname'](_0x297554)))return null;try{return fs[_0x5c1a48(0x195)](path[_0x5c1a48(0x1a0)](_0x297554,_0x4e8f54['Rsyth'])),_0x297554;}catch(_0x42c7cb){const _0x273d46=path[_0x5c1a48(0x22d)](_0x297554);return this[_0x5c1a48(0x19c)](_0x273d46);}}[a3_0x215ea0(0x205)](_0x30da7b){const _0x18b9eb=a3_0x215ea0,_0x582e8f={};_0x582e8f['GFCFR']=function(_0x59e8cd,_0x448947){return _0x59e8cd>_0x448947;};const _0x17e1ae=_0x582e8f;if(_0x30da7b[_0x18b9eb(0x1b3)])return _0x30da7b['file'];if(_0x30da7b[_0x18b9eb(0x16d)]){const _0x346f46=_0x30da7b[_0x18b9eb(0x16d)][_0x18b9eb(0x1c6)]?this['getRootParentFile'](_0x30da7b['ctx']['currentTest']):null;if(_0x346f46)return _0x346f46;}if(_0x30da7b['parent']){const _0x2dfaed=this[_0x18b9eb(0x205)](_0x30da7b[_0x18b9eb(0x1e9)])||(_0x30da7b[_0x18b9eb(0x1e9)]['ctx']&&_0x30da7b[_0x18b9eb(0x1e9)][_0x18b9eb(0x16d)][_0x18b9eb(0x1c6)]?this[_0x18b9eb(0x205)](_0x30da7b[_0x18b9eb(0x1e9)][_0x18b9eb(0x16d)]['currentTest']):null);if(_0x2dfaed)return _0x2dfaed;_0x30da7b[_0x18b9eb(0x1e9)][_0x18b9eb(0x164)]&&_0x17e1ae[_0x18b9eb(0x20b)](_0x30da7b[_0x18b9eb(0x1e9)][_0x18b9eb(0x164)]['length'],0x0)&&_0x30da7b['parent'][_0x18b9eb(0x164)][_0x18b9eb(0x192)](_0x248052=>{const _0x3bbd07=_0x18b9eb,_0x2cbbe4=_0x248052[_0x3bbd07(0x16d)]?this['getRootParentFile'](_0x248052[_0x3bbd07(0x16d)]):null;if(_0x2cbbe4)return _0x2cbbe4;});}return null;}[a3_0x215ea0(0x231)](_0x12f7c8){const _0xe0f55e=a3_0x215ea0,_0x34f44f={};_0x34f44f[_0xe0f55e(0x14c)]=function(_0x1b2acc,_0x1a1752){return _0x1b2acc!==_0x1a1752;};const _0x4ceb45=_0x34f44f,_0x5658f6=[];if(_0x12f7c8&&_0x12f7c8[_0xe0f55e(0x1e9)]){let _0x49cff3=_0x12f7c8[_0xe0f55e(0x1e9)];while(_0x49cff3&&_0x4ceb45[_0xe0f55e(0x14c)](_0x49cff3[_0xe0f55e(0x229)],'')){_0x5658f6['push'](_0x49cff3[_0xe0f55e(0x229)]),_0x49cff3=_0x49cff3[_0xe0f55e(0x1e9)];}}return _0x5658f6;}[a3_0x215ea0(0x15a)](_0x10815f,_0x278532,_0x215e59=undefined){const _0x378a0a=a3_0x215ea0,_0x47d368={'mMeAK':function(_0xe271e6,_0x268950){return _0xe271e6(_0x268950);},'JuQSY':function(_0x4b86bb){return _0x4b86bb();},'PCGqz':function(_0x4350c2){return _0x4350c2();},'hYjDN':function(_0x2b426c){return _0x2b426c();},'cNOZO':'err','XJTGA':function(_0x538ad7,_0x4806af){return _0x538ad7!==_0x4806af;},'wOTxz':function(_0x249b82,_0x88b8ec){return _0x249b82!==_0x88b8ec;},'hAbsx':_0x378a0a(0x1b7),'RxYuE':_0x378a0a(0x1c2),'XiiqV':'failed','TAJeQ':'passed','ygHys':_0x378a0a(0x1a6),'WxVop':'javascript','cUEYI':function(_0x3ba9d6,_0x5a6a7b){return _0x3ba9d6-_0x5a6a7b;},'aINfB':function(_0x1b2cd7,_0x5cd2d9,_0x2980c5,_0x1835df,_0x27ab51){return _0x1b2cd7(_0x5cd2d9,_0x2980c5,_0x1835df,_0x27ab51);},'eaSFQ':'integrations','QpQIv':'meta','exQrX':_0x378a0a(0x1fe),'ADCtp':'failure_backtrace','bkvGI':'backtrace','hSBWc':_0x378a0a(0x1da),'LbGzZ':_0x378a0a(0x233),'UuQJN':function(_0x48d467,_0x3a8eff){return _0x48d467===_0x3a8eff;},'GneKp':_0x378a0a(0x186),'yuOeZ':'test_run'};if(!this[_0x378a0a(0x144)])return;try{if(_0x278532['fn']&&_0x278532['fn'][_0x378a0a(0x22f)]()['match'](/browserstack internal helper hook/))return;const _0xe6921a=_0x47d368['mMeAK'](parseEvent,_0x10815f);if(!_0xe6921a)return;if(_0xe6921a[_0x378a0a(0x1b2)]){this['currentTest']=_0x278532,this[_0x378a0a(0x1a4)]=null;if(_0xe6921a['started']||_0xe6921a[_0x378a0a(0x1a6)]){_0x278532[_0x378a0a(0x17b)]=new Date(),_0x278532[_0x378a0a(0x169)]=![];if(!_0x278532[_0x378a0a(0x211)])_0x278532[_0x378a0a(0x211)]=_0x47d368[_0x378a0a(0x153)](uuidv4);else _0x278532[_0x378a0a(0x169)]&&(!_0x278532['retryOf']&&(_0x278532[_0x378a0a(0x17e)]=_0x278532[_0x378a0a(0x211)]),_0x278532[_0x378a0a(0x211)]=_0x47d368['PCGqz'](uuidv4));}}else{if(_0xe6921a[_0x378a0a(0x1ea)]){this[_0x378a0a(0x1a4)]=_0x278532;if(_0xe6921a[_0x378a0a(0x1eb)]){_0x278532[_0x378a0a(0x17b)]=new Date(),_0x278532[_0x378a0a(0x169)]=![];if(!_0x278532[_0x378a0a(0x1a2)])_0x278532[_0x378a0a(0x1a2)]=_0x47d368[_0x378a0a(0x1ae)](uuidv4);else _0x278532[_0x378a0a(0x1a2)]&&_0x278532['markedStatus']&&(_0x278532['hookAnalyticsId']=_0x47d368[_0x378a0a(0x1f0)](uuidv4));}}}if(_0xe6921a[_0x378a0a(0x16f)]&&_0x278532[_0x378a0a(0x169)])return;let _0x4f3f1b;try{_0x4f3f1b=this[_0x378a0a(0x205)](_0x278532);}catch(_0x535397){logger['debug'](_0x378a0a(0x1ff)+_0x535397),_0x4f3f1b=null;}let _0x1fddb8=[];_0x215e59&&(_0x1fddb8=[_0x215e59,_0x47d368[_0x378a0a(0x1e5)]]);const _0x3d260b=_0x47d368['XJTGA'](_0x278532[_0x378a0a(0x1d1)],undefined)?util[_0x378a0a(0x1f1)](_0x278532[_0x378a0a(0x1d1)][0x0]):_0x47d368[_0x378a0a(0x18c)](_0x215e59,undefined)?_0x215e59['toString']():undefined,_0x526420=_0x4f3f1b?this[_0x378a0a(0x19c)](_0x4f3f1b):null,_0x2efe60=_0x4f3f1b?this[_0x378a0a(0x228)][_0x378a0a(0x160)](this[_0x378a0a(0x205)](_0x278532)):_0x47d368['hAbsx'];let _0x46e575=_0x47d368['RxYuE'];const _0x26faa8=!_0xe6921a[_0x378a0a(0x1eb)]?new Date()[_0x378a0a(0x219)]():null;if(_0xe6921a['finished'])_0x46e575=_0x215e59?_0x47d368[_0x378a0a(0x1a7)]:_0x47d368[_0x378a0a(0x180)],_0x278532[_0x378a0a(0x169)]=!![];else _0xe6921a['skipped']&&(_0x46e575=_0x47d368[_0x378a0a(0x1d3)],_0x278532[_0x378a0a(0x169)]=!![]);const _0x21aa28={'framework':this[_0x378a0a(0x16c)],'uuid':_0x278532['testAnalyticsId']||_0x278532[_0x378a0a(0x1a2)],'name':_0x278532[_0x378a0a(0x229)],'body':{'lang':_0x47d368[_0x378a0a(0x1c4)],'code':_0x278532[_0x378a0a(0x218)]['toString']()},'type':_0x278532[_0x378a0a(0x1f3)],'scope':_0x278532[_0x378a0a(0x191)](),'scopes':this[_0x378a0a(0x231)](_0x278532),'file_name':_0x2efe60,'vc_filepath':_0x526420?path[_0x378a0a(0x18f)](_0x526420,_0x4f3f1b):null,'location':_0x2efe60,'result':_0x46e575,'failure_reason':_0x3d260b,'duration_in_ms':_0x278532['duration']||(_0xe6921a[_0x378a0a(0x16f)]||_0xe6921a['skipped'])?_0x47d368[_0x378a0a(0x1db)](Date[_0x378a0a(0x1e7)](),new Date(_0x278532[_0x378a0a(0x17b)])[_0x378a0a(0x18b)]()):null,'started_at':new Date(_0x278532[_0x378a0a(0x17b)])['toISOString'](),'finished_at':_0x26faa8,'failure':testOpsHelper[_0x378a0a(0x1c7)][_0x378a0a(0x15f)](null,_0x1fddb8),'failure_type':!_0x3d260b?null:testOpsHelper[_0x378a0a(0x222)](_0x3d260b),'retry_of':_0x278532[_0x378a0a(0x17e)]||null,'tags':_0x278532['tags']||[],'customRerunParam':{'rerun_name':_0x278532[_0x378a0a(0x191)]()}};_0x47d368['aINfB'](appendTesthubParams,_0x21aa28,_0x10815f,_0x278532,FRAMEWORKS[_0x378a0a(0x1f2)]);if(_0xe6921a[_0x378a0a(0x1ea)])[_0x21aa28[_0x378a0a(0x1ca)],_0x21aa28[_0x378a0a(0x1bd)]]=[this[_0x378a0a(0x17d)](_0x278532),_0x278532['ctx'][_0x378a0a(0x1b2)]['title']],_0xe6921a[_0x378a0a(0x16f)]?_0x47d368[_0x378a0a(0x209)](_0x21aa28['result'],_0x47d368['XiiqV'])&&(_0x21aa28[_0x378a0a(0x19d)]=_0x47d368[_0x378a0a(0x180)]):_0x21aa28[_0x378a0a(0x218)]={};else _0xe6921a[_0x378a0a(0x1b2)]&&(this[_0x378a0a(0x1ba)](_0x278532),_0xe6921a[_0x378a0a(0x1a6)]&&this[_0x378a0a(0x1d8)](_0x278532),(_0xe6921a[_0x378a0a(0x16f)]||_0xe6921a[_0x378a0a(0x1a6)])&&(_0x21aa28[_0x378a0a(0x214)]=this[_0x378a0a(0x163)](_0x278532)));this[_0x378a0a(0x1b0)]&&(_0xe6921a[_0x378a0a(0x1eb)]||_0xe6921a[_0x378a0a(0x1a6)])&&(_0x21aa28[_0x47d368[_0x378a0a(0x1ce)]]=this['getCBTInfo'](this[_0x378a0a(0x1b0)]));_0xe6921a[_0x378a0a(0x1b2)]&&_0xe6921a['finished']&&_0x278532['bddSteps']&&(_0x21aa28[_0x47d368[_0x378a0a(0x1c9)]]={'feature':{'name':_0x278532[_0x378a0a(0x1e9)][_0x378a0a(0x1a5)]['name'],'path':_0x21aa28['file_name'],'description':_0x278532[_0x378a0a(0x1e9)][_0x378a0a(0x224)]},'scenario':{'name':_0x278532['title']},'steps':_0x278532[_0x378a0a(0x145)]});const _0x549dc2=_0x21aa28[_0x47d368[_0x378a0a(0x167)]][0x0];_0x549dc2&&(_0x21aa28[_0x47d368[_0x378a0a(0x14a)]]=_0x549dc2[_0x47d368[_0x378a0a(0x196)]],_0x21aa28[_0x47d368[_0x378a0a(0x1b8)]]=_0x549dc2[_0x47d368[_0x378a0a(0x14b)]]);if(_0x278532['bddSteps'])for(const _0x33cf33 of _0x278532[_0x378a0a(0x145)]){!_0x33cf33['finished_at']&&(_0x33cf33['finished_at']=new Date()[_0x378a0a(0x219)](),_0x47d368[_0x378a0a(0x1e6)](_0x33cf33['result'],_0x47d368[_0x378a0a(0x22b)])&&(_0x549dc2?(_0x33cf33['result']=_0x47d368[_0x378a0a(0x1a7)],_0x33cf33[_0x378a0a(0x1fe)]=_0x549dc2[_0x47d368[_0x378a0a(0x196)]][0x0]):_0x33cf33['result']=_0x47d368[_0x378a0a(0x180)]));}const _0x5a53b2={};_0x5a53b2[_0x378a0a(0x1ad)]=_0xe6921a[_0x378a0a(0x1a6)]?TEST_EVENTS[_0x378a0a(0x143)]:_0x10815f;const _0x4017a0=_0x5a53b2;return _0xe6921a['hook']?_0x4017a0[_0x47d368['GneKp']]=_0x21aa28:_0x4017a0[_0x47d368[_0x378a0a(0x226)]]=_0x21aa28,_0x4017a0;}catch(_0x3204e1){logger[_0x378a0a(0x1e0)](_0x378a0a(0x1ab)+_0x10815f+_0x378a0a(0x1e1)+_0x3204e1);}}async[a3_0x215ea0(0x225)](_0xa76f2c,_0x3fd59a){const _0x21fc62=a3_0x215ea0;if(!this['enabled']||!_0x3fd59a||!_0xa76f2c)return![];try{return await SessionHandler[_0x21fc62(0x1d0)](_0x3fd59a);}catch(_0x571ee0){logger[_0x21fc62(0x1e0)]('Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20'+_0xa76f2c+_0x21fc62(0x1e1)+_0x571ee0);}}[a3_0x215ea0(0x1ec)](_0x37f4ac){const _0x13aef7=a3_0x215ea0,_0x7110bd={};_0x7110bd[_0x13aef7(0x155)]='pending';const _0x159cd7=_0x7110bd;return{'id':_0x37f4ac[_0x13aef7(0x204)],'text':_0x37f4ac[_0x13aef7(0x20d)],'keyword':_0x37f4ac[_0x13aef7(0x1cb)],'started_at':_0x37f4ac[_0x13aef7(0x17b)][_0x13aef7(0x219)](),'result':_0x159cd7['xBOBO']};}[a3_0x215ea0(0x1c5)](_0x50f9f9){const _0x39f14b=a3_0x215ea0,_0x1a1343={'wpSIC':function(_0x1d4995){return _0x1d4995();}};!this['currentTest'][_0x39f14b(0x145)]&&(this['currentTest'][_0x39f14b(0x145)]=[]),!_0x50f9f9[_0x39f14b(0x204)]&&(_0x50f9f9['stepAnalyticsId']=_0x1a1343['wpSIC'](uuidv4),_0x50f9f9['startedAt']=new Date(),this[_0x39f14b(0x1c6)][_0x39f14b(0x145)]['push'](this[_0x39f14b(0x1ec)](_0x50f9f9)));}[a3_0x215ea0(0x1c0)](_0x1c3017){const _0x2dd6d6=a3_0x215ea0,_0x21954c={'YWiQJ':function(_0x512d3e,_0x258e3c){return _0x512d3e(_0x258e3c);},'areBp':_0x2dd6d6(0x1dc),'iHOPV':_0x2dd6d6(0x1c2),'LLrQt':_0x2dd6d6(0x16a),'MHYrX':function(_0x45836a,_0x254456){return _0x45836a-_0x254456;}};let _0x5bae89=this['currentTest'][_0x2dd6d6(0x145)][_0x2dd6d6(0x230)](_0x15b904=>_0x15b904['id']===_0x1c3017['stepAnalyticsId']);_0x21954c[_0x2dd6d6(0x198)](isUndefined,_0x5bae89)&&(_0x5bae89=this[_0x2dd6d6(0x1ec)](_0x1c3017)),_0x5bae89[_0x2dd6d6(0x19d)]=[_0x21954c[_0x2dd6d6(0x176)],_0x21954c[_0x2dd6d6(0x146)]][_0x2dd6d6(0x150)](_0x1c3017[_0x2dd6d6(0x1d4)])?_0x21954c['LLrQt']:_0x1c3017['status'],_0x5bae89['finished_at']=new Date()[_0x2dd6d6(0x219)](),_0x5bae89[_0x2dd6d6(0x1ef)]=_0x21954c[_0x2dd6d6(0x185)](Date[_0x2dd6d6(0x1e7)](),_0x1c3017[_0x2dd6d6(0x17b)][_0x2dd6d6(0x18b)]()),_0x5bae89[_0x2dd6d6(0x1fe)]=_0x1c3017[_0x2dd6d6(0x1be)]?_0x1c3017[_0x2dd6d6(0x1be)]['message']:null;}}const a3_0x1c5b1a={};a3_0x1c5b1a[a3_0x215ea0(0x172)]=O11yHelper,a3_0x1c5b1a[a3_0x215ea0(0x1df)]=STATE_PASSED,a3_0x1c5b1a['STATE_FAILED']=STATE_FAILED,a3_0x1c5b1a[a3_0x215ea0(0x148)]=TEST_EVENTS,module['exports']=a3_0x1c5b1a;
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a4_0x13354a=a4_0x3238;function a4_0x4612(){const _0x1a1d0c=['getInstance','SmTzo','forEach','cliConfig','663012gmvCiI','sZneJ','parseFormatters','EVENTS','cyan','Bubgy','isCLIEnabled','Generating\x20consolidated\x20report...','cucumber-js','stepsPending','lvClF','../../helpers/test-observability/utils','rLqZA','stepsSkipped','\x20pending','red','BbWUb','debug','156368hBZppe','length','ndwQI','scenariosFailed','../../helpers/logger','\x20ambiguous','AMZpT','\x20undefined','indexOf','turboScaleUrl','Otbzh','oiUcU','getHubUrl','EeyvS','../utils/constants','jibHN','****\x20RESULTS\x20****','../../helpers/helper','createDir','bold','pcMrD','3341619GhZUhb','stop','BROWSERSTACK_TEST_OBSERVABILITY_YML','gaLzp','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','stringify','isBrowserstackInfra','binSessionId','20XYVxUj','qZmJI','BROWSERSTACK_TEST_ACCESSIBILITY_YML','6dGNQnU','aLFbT','303617NDQRAF','argv','stjKc','config','getErrorMessageFromResults','logLevel','pJSRJ','yellow','format','end','oEmGz','handleApp','useW3C','tmp','green','DxPGL','join','setBrowserstackConfig','mvBSD','cwd','uCGup','../../helpers/testhub/testhubHandler','chalk','browserStackCwd','100LaFvVq','stepsPassed','../../helpers/test-observability/constants','setFrameworkDetail','../../helpers/playwright-helper','proxySettings','\x20skipped','getPlatformName','errorMessage','winstonLogger','IAOwn','setUserConfigPath','bgWhite','njaPR','util','yvQXo','TAlYU','WOSdl','scenarios','264980BKuQgj','getPackageVersion','env','../test-runner','EYuKM','yQszp','push','log','weRay','testContextOptions','KEnzf','assign','../../helpers/utilities','path','Removing\x20tmp\x20directory\x20created\x20for\x20reports','BROWSERSTACK_CLI_BIN_SESSION_ID','BROWSERSTACK_LOG_LEVEL','CUCUMBER','Skipped\x20advanced\x20env\x20handling\x20for\x20cucumber-js\x20due\x20to:\x20','--disable-test-observability','getConfig','\x20failed','cucumber','isUndefined','985118tMvzVq','../../helpers/performance/constants','stepsUndefined','false','3111458dCDNUd','parallelsPerPlatform','SDK_SETUP','testObservability','\x20scenarios','platforms','znCMC','initialize','../v2/cliUtils','\x20passed','wwdkx','framework','fgDSW','splice','../utils/clientTroubleshootingService','exitCode','prepareCapabilities','skipSessionName','FRAMEWORKS','launchBuild','BROWSERSTACK_TEST_OBSERVABILITY','setLogLevel','finally','Skipping\x20accessibility\x20env\x20setup\x20due\x20to:\x20','../../helpers/performance/performance-tester','iLBES','BROWSERSTACK_AUTOMATION','qCpxE','isRunning','lAvTj','BROWSERSTACK_FRAMEWORK','\x20steps','YmSTh','SDK_CLEANUP','tnwdO','isFalse','start','browserstackAutomation'];a4_0x4612=function(){return _0x1a1d0c;};return a4_0x4612();}function a4_0x3238(_0x1ff0dd,_0x53f38f){const _0x46129d=a4_0x4612();return a4_0x3238=function(_0x323833,_0x32cfbd){_0x323833=_0x323833-0x10a;let _0x17426b=_0x46129d[_0x323833];return _0x17426b;},a4_0x3238(_0x1ff0dd,_0x53f38f);}(function(_0x34e9a5,_0x1c766e){const _0x20cbf7=a4_0x3238,_0x12d3b8=_0x34e9a5();while(!![]){try{const _0x270ced=parseInt(_0x20cbf7(0x171))/0x1+parseInt(_0x20cbf7(0x10f))/0x2+parseInt(_0x20cbf7(0x13d))/0x3+-parseInt(_0x20cbf7(0x189))/0x4*(parseInt(_0x20cbf7(0x19c))/0x5)+-parseInt(_0x20cbf7(0x16f))/0x6*(-parseInt(_0x20cbf7(0x113))/0x7)+parseInt(_0x20cbf7(0x14f))/0x8+-parseInt(_0x20cbf7(0x164))/0x9*(-parseInt(_0x20cbf7(0x16c))/0xa);if(_0x270ced===_0x1c766e)break;else _0x12d3b8['push'](_0x12d3b8['shift']());}catch(_0x2d8587){_0x12d3b8['push'](_0x12d3b8['shift']());}}}(a4_0x4612,0xdb756));const path=require(a4_0x13354a(0x1a9)),util=require(a4_0x13354a(0x197)),logger=require(a4_0x13354a(0x153))[a4_0x13354a(0x192)],helper=require(a4_0x13354a(0x160)),utilities=require(a4_0x13354a(0x1a8)),constants=require(a4_0x13354a(0x15d)),{parallelCucumberRun}=require(a4_0x13354a(0x19f)),TestHubHandler=require(a4_0x13354a(0x186)),testOpsHelper=require(a4_0x13354a(0x148)),chalk=require(a4_0x13354a(0x187)),PerformanceTester=require(a4_0x13354a(0x12b)),PerformanceEvents=require(a4_0x13354a(0x110))[a4_0x13354a(0x140)],BrowserstackCLI=require('../v2/browserstackCLI'),CLIUtils=require(a4_0x13354a(0x11b)),{checkPwandBootstrapCli}=require(a4_0x13354a(0x18d)),ClientTroubleShootingService=require(a4_0x13354a(0x121));function printCucumberStats(_0x1090ae){const _0x56b27a=a4_0x13354a,_0x2683cc={};_0x2683cc[_0x56b27a(0x12e)]=function(_0x4df2aa,_0x26d1ec){return _0x4df2aa>_0x26d1ec;},_0x2683cc[_0x56b27a(0x1a0)]=function(_0x41286e,_0x5470dc){return _0x41286e-_0x5470dc;},_0x2683cc['pcMrD']=function(_0x3ca5ed,_0x233d52){return _0x3ca5ed-_0x233d52;},_0x2683cc[_0x56b27a(0x142)]=function(_0x36ebf6,_0x3ee114){return _0x36ebf6>_0x3ee114;},_0x2683cc[_0x56b27a(0x12c)]=function(_0x5d92ce,_0x32f72c){return _0x5d92ce>_0x32f72c;},_0x2683cc[_0x56b27a(0x193)]=function(_0x50bbd9,_0x3d9bab){return _0x50bbd9>_0x3d9bab;},_0x2683cc[_0x56b27a(0x167)]=function(_0xf45fa0,_0x461ef7){return _0xf45fa0>_0x461ef7;},_0x2683cc[_0x56b27a(0x1a4)]=function(_0x1bde89,_0x461f84){return _0x1bde89>_0x461f84;},_0x2683cc[_0x56b27a(0x159)]=function(_0x39f746,_0x5923ac){return _0x39f746+_0x5923ac;},_0x2683cc[_0x56b27a(0x13a)]=function(_0x5d55f6,_0x3d38bc){return _0x5d55f6+_0x3d38bc;},_0x2683cc[_0x56b27a(0x14d)]=function(_0x4921b3,_0x24b847){return _0x4921b3+_0x24b847;},_0x2683cc['oiUcU']=function(_0x63823c,_0x1ec51f){return _0x63823c+_0x1ec51f;},_0x2683cc[_0x56b27a(0x19a)]=function(_0x4746b5,_0x2279de){return _0x4746b5===_0x2279de;},_0x2683cc[_0x56b27a(0x133)]=function(_0x2264a4,_0x33987d){return _0x2264a4===_0x33987d;},_0x2683cc['DxPGL']=_0x56b27a(0x15f);const _0x297a28=_0x2683cc;let _0xb37c24=0x0;if(_0x297a28[_0x56b27a(0x133)](_0x1090ae[_0x56b27a(0x150)],0x0))return _0xb37c24;return console[_0x56b27a(0x1a3)](chalk[_0x56b27a(0x162)][_0x56b27a(0x195)](_0x297a28[_0x56b27a(0x180)])),_0x1090ae[_0x56b27a(0x13b)](_0x8dd767=>{const _0x152f23=_0x56b27a,_0x4785df=_0x8dd767[0x0],_0x2c228a=_0x8dd767[0x1];helper[_0x152f23(0x16a)]()&&console['log']('\x0a'+chalk['bold'][_0x152f23(0x178)](''+helper[_0x152f23(0x190)](_0x4785df)));const _0x511922=_0x2c228a[_0x152f23(0x19b)],_0x42d474=_0x2c228a['steps'],_0x5c405d=_0x2c228a[_0x152f23(0x152)],_0xcc8107=_0x2c228a['stepsFailed'],_0x344a34=_0x2c228a[_0x152f23(0x18a)],_0xc2ebde=_0x2c228a[_0x152f23(0x14a)],_0x2ec214=_0x2c228a[_0x152f23(0x146)],_0x303f1e=_0x2c228a[_0x152f23(0x111)],_0x24becf=_0x2c228a['stepsUnknown'],_0x2cf912=_0x2c228a['stepsAmbiguous'],_0x72250c=_0x2c228a['processSuccess'];let _0x5a91d9=_0x511922+_0x152f23(0x117);const _0x56549d=_0x297a28['qCpxE'](_0x297a28['EYuKM'](_0x511922,_0x5c405d),0x0)?_0x297a28[_0x152f23(0x163)](_0x511922,_0x5c405d):0x0;if(_0x297a28[_0x152f23(0x12e)](_0x5c405d,0x0)&&_0x297a28['qCpxE'](_0x56549d,0x0))_0x5a91d9+='\x20('+chalk[_0x152f23(0x162)][_0x152f23(0x14c)](_0x5c405d+_0x152f23(0x10c))+',\x20'+chalk['bold'][_0x152f23(0x17f)](_0x56549d+_0x152f23(0x11c))+')';else(_0x297a28[_0x152f23(0x142)](_0x5c405d,0x0)||_0x297a28[_0x152f23(0x142)](_0x56549d,0x0))&&(_0x5a91d9+=_0x297a28[_0x152f23(0x12c)](_0x5c405d,0x0)?'\x20('+chalk[_0x152f23(0x162)][_0x152f23(0x14c)](_0x5c405d+_0x152f23(0x10c))+')':'\x20('+chalk['bold']['green'](_0x56549d+_0x152f23(0x11c))+')');const _0x334502=_0x42d474+_0x152f23(0x132),_0x5de181=[];_0x297a28[_0x152f23(0x193)](_0x2cf912,0x0)&&_0x5de181[_0x152f23(0x1a2)](''+chalk[_0x152f23(0x162)][_0x152f23(0x14c)](_0x2cf912+_0x152f23(0x154)));_0x297a28[_0x152f23(0x142)](_0xcc8107,0x0)&&_0x5de181[_0x152f23(0x1a2)](''+chalk[_0x152f23(0x162)]['red'](_0xcc8107+_0x152f23(0x10c)));_0x297a28[_0x152f23(0x142)](_0x344a34,0x0)&&_0x5de181[_0x152f23(0x1a2)](''+chalk['bold']['green'](_0x344a34+_0x152f23(0x11c)));_0x297a28[_0x152f23(0x167)](_0x2ec214,0x0)&&_0x5de181[_0x152f23(0x1a2)](''+chalk[_0x152f23(0x162)]['yellow'](_0x2ec214+_0x152f23(0x14b)));_0x297a28['weRay'](_0xc2ebde,0x0)&&_0x5de181[_0x152f23(0x1a2)](''+chalk[_0x152f23(0x162)][_0x152f23(0x141)](_0xc2ebde+_0x152f23(0x18f)));_0x297a28[_0x152f23(0x193)](_0x303f1e,0x0)&&_0x5de181[_0x152f23(0x1a2)](''+chalk[_0x152f23(0x162)]['yellow'](_0x303f1e+_0x152f23(0x156)));_0x297a28[_0x152f23(0x142)](_0x24becf,0x0)&&_0x5de181[_0x152f23(0x1a2)](''+chalk[_0x152f23(0x162)][_0x152f23(0x178)](_0x24becf+_0x152f23(0x18f)));const _0x10485d=_0x297a28[_0x152f23(0x159)](_0x297a28[_0x152f23(0x159)](_0x297a28['SmTzo'](_0x334502,'('),_0x5de181[_0x152f23(0x181)](',\x20')),')');console['log'](_0x297a28[_0x152f23(0x14d)](_0x297a28['BbWUb'](_0x297a28[_0x152f23(0x15a)](_0x297a28[_0x152f23(0x15a)]('\x0a',_0x5a91d9),'\x0a'),_0x10485d),'\x0a')),_0x297a28[_0x152f23(0x19a)](_0x72250c,![])&&(_0xb37c24=0x1);}),_0xb37c24;}async function run(_0x264717,_0x5c55e6,_0x50854f){const _0x525ef5=a4_0x13354a,_0x2b235d={'rLqZA':function(_0xdcb776,_0x436dc4){return _0xdcb776(_0x436dc4);},'aLFbT':function(_0x4350a7,_0x47ea38){return _0x4350a7>_0x47ea38;},'xfUTj':_0x525ef5(0x144),'stjKc':_0x525ef5(0x1aa),'TAlYU':_0x525ef5(0x10d),'EeyvS':'@playwright/test','lAvTj':_0x525ef5(0x145),'Gzilg':function(_0x26880a,_0x269fed,_0x34fce4,_0x10db4d){return _0x26880a(_0x269fed,_0x34fce4,_0x10db4d);},'RGZJN':_0x525ef5(0x17e),'FivkS':function(_0x2f2f66,_0x45c684){return _0x2f2f66-_0x45c684;},'AMZpT':function(_0x2fc7e5,_0x441c2d){return _0x2fc7e5>=_0x441c2d;},'yvQXo':function(_0x56ac17,_0x10aad8){return _0x56ac17!=_0x10aad8;},'pJSRJ':'true','qZmJI':function(_0xab9153,_0x258be7){return _0xab9153(_0x258be7);},'fgDSW':'../../helpers/accessibility-automation/helper','sZneJ':'../playwright/accessibility-helper','mvBSD':function(_0x5afd5b,_0x1c42e3){return _0x5afd5b(_0x1c42e3);},'jibHN':function(_0x28d9f3,_0x46c80e){return _0x28d9f3(_0x46c80e);},'lvClF':_0x525ef5(0x112),'oEmGz':function(_0x45ebf0,_0x468de9){return _0x45ebf0===_0x468de9;},'ndwQI':'../v2/browserstackCLI','KEnzf':_0x525ef5(0x11b),'yQszp':function(_0x1b9c6d,_0x52dbf0){return _0x1b9c6d(_0x52dbf0);},'uCGup':_0x525ef5(0x18b),'znCMC':function(_0x5650b9,_0x478d74){return _0x5650b9(_0x478d74);},'njaPR':_0x525ef5(0x10a),'tnwdO':_0x525ef5(0x188),'wwdkx':function(_0x22784e,_0x235a49,_0x2344aa,_0x4c138f,_0x131648,_0x4bdd3e){return _0x22784e(_0x235a49,_0x2344aa,_0x4c138f,_0x131648,_0x4bdd3e);}},_0x3162a6=helper[_0x525ef5(0x19d)](_0x2b235d[_0x525ef5(0x15c)]);global['__isPlaywrightInstalled']=!!_0x3162a6,process[_0x525ef5(0x19e)][_0x525ef5(0x131)]=process[_0x525ef5(0x19e)][_0x525ef5(0x131)]||_0x50854f[_0x525ef5(0x11e)]||_0x2b235d[_0x525ef5(0x130)],await _0x50854f[_0x525ef5(0x11a)](_0x264717);if(_0x50854f[_0x525ef5(0x174)]&&!helper['isUndefined'](_0x50854f[_0x525ef5(0x174)][_0x525ef5(0x176)])){process[_0x525ef5(0x19e)][_0x525ef5(0x1ac)]=_0x50854f[_0x525ef5(0x174)][_0x525ef5(0x176)];const _0x802998={};_0x802998[_0x525ef5(0x176)]=_0x50854f[_0x525ef5(0x174)][_0x525ef5(0x176)],helper[_0x525ef5(0x128)](_0x802998,new Map(),new Map());}await _0x2b235d['Gzilg'](checkPwandBootstrapCli,_0x3162a6,constants['FRAMEWORKS'][_0x525ef5(0x1ad)],_0x50854f);BrowserstackCLI[_0x525ef5(0x139)]()['binSessionId']&&(process[_0x525ef5(0x19e)][_0x525ef5(0x1ab)]=BrowserstackCLI['getInstance']()[_0x525ef5(0x16b)]);helper[_0x525ef5(0x194)](_0x50854f['framework'],_0x264717),await helper[_0x525ef5(0x17c)](_0x50854f[_0x525ef5(0x174)]);const _0x273e3d=helper[_0x525ef5(0x17d)](_0x50854f[_0x525ef5(0x174)]);!helper['isUndefined'](_0x50854f[_0x525ef5(0x174)]['accessibilityOptions'])&&(process[_0x525ef5(0x19e)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x525ef5(0x169)](_0x50854f[_0x525ef5(0x174)]['accessibilityOptions']));if(!BrowserstackCLI[_0x525ef5(0x139)]()[_0x525ef5(0x12f)]()){const _0x49f051=await TestHubHandler[_0x525ef5(0x126)](constants['FRAMEWORKS'][_0x525ef5(0x1ad)],_0x50854f);}let _0x3be639=[];if(!helper['isBrowserstackInfra']()){const _0x4e5c9b={};_0x4e5c9b[_0x525ef5(0x118)]=[],_0x3be639=helper[_0x525ef5(0x123)](Object[_0x525ef5(0x1a7)]({},_0x50854f[_0x525ef5(0x174)],_0x4e5c9b),_0x273e3d,constants[_0x525ef5(0x125)][_0x525ef5(0x1ad)]);}else _0x3be639=helper[_0x525ef5(0x123)](_0x50854f['config'],_0x273e3d,constants['FRAMEWORKS']['CUCUMBER']);if(!_0x50854f[_0x525ef5(0x174)])return;const _0x389de1=_0x50854f[_0x525ef5(0x174)][_0x525ef5(0x114)]||helper['getUserWorkerCount'](_0x264717,_0x5c55e6,_0x50854f[_0x525ef5(0x174)],constants[_0x525ef5(0x125)][_0x525ef5(0x1ad)])||0x1,_0x2c7029=Object[_0x525ef5(0x1a7)]({'server':helper[_0x525ef5(0x15b)](_0x50854f[_0x525ef5(0x174)]),'proxySettings':_0x50854f['config'][_0x525ef5(0x18e)],'maxWorkers':_0x389de1,'browserStackLogLevel':_0x50854f['config'][_0x525ef5(0x176)],'skipSessionName':_0x50854f['config'][_0x525ef5(0x1a5)][_0x525ef5(0x124)],'skipSessionStatus':_0x50854f['config'][_0x525ef5(0x1a5)]['skipSessionStatus'],'turboScaleUrl':_0x50854f[_0x525ef5(0x174)][_0x525ef5(0x158)]},helper['getMultiDriverWorkerConfig'](_0x50854f[_0x525ef5(0x174)],_0x273e3d,constants[_0x525ef5(0x125)][_0x525ef5(0x1ad)])),_0x5aa01d=process[_0x525ef5(0x172)],[_0x3ec9eb,_0x3d82f9]=helper[_0x525ef5(0x13f)](_0x5aa01d),_0x2d8142=path['join'](process['cwd'](),_0x2b235d['RGZJN']);if(_0x2b235d[_0x525ef5(0x170)](_0x3d82f9['length'],0x0)){helper[_0x525ef5(0x161)](_0x2d8142);for(let _0x477e52=_0x2b235d['FivkS'](_0x3ec9eb[_0x525ef5(0x150)],0x1);_0x2b235d['AMZpT'](_0x477e52,0x0);_0x477e52--){_0x5aa01d[_0x525ef5(0x120)](_0x3ec9eb[_0x477e52],0x2);}}_0x2b235d[_0x525ef5(0x198)](_0x50854f[_0x525ef5(0x174)][_0x525ef5(0x116)],null)?process[_0x525ef5(0x19e)][_0x525ef5(0x166)]=_0x50854f[_0x525ef5(0x174)][_0x525ef5(0x116)]:process[_0x525ef5(0x19e)][_0x525ef5(0x166)]=_0x2b235d[_0x525ef5(0x177)];if(_0x3162a6)try{const {checkAccessibilityPlatformConfig:_0x23c51c}=_0x2b235d[_0x525ef5(0x16d)](require,_0x2b235d[_0x525ef5(0x11f)]),{setAccessibilityCapabilities:_0x9d817e}=_0x2b235d[_0x525ef5(0x149)](require,_0x2b235d[_0x525ef5(0x13e)]),_0x4a520f=_0x2b235d[_0x525ef5(0x183)](_0x23c51c,_0x50854f[_0x525ef5(0x174)]);if(!helper['isUndefined'](_0x50854f[_0x525ef5(0x174)]['accessibility']))process['env'][_0x525ef5(0x16e)]=_0x2b235d[_0x525ef5(0x15e)](String,!!_0x50854f[_0x525ef5(0x174)]['accessibility']);else helper[_0x525ef5(0x10e)](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])&&(process[_0x525ef5(0x19e)][_0x525ef5(0x16e)]=_0x4a520f?_0x2b235d['pJSRJ']:_0x2b235d[_0x525ef5(0x147)]);process[_0x525ef5(0x19e)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x4a520f?_0x2b235d[_0x525ef5(0x177)]:_0x2b235d[_0x525ef5(0x147)],!BrowserstackCLI['getInstance']()['isRunning']()&&_0x2b235d[_0x525ef5(0x17b)](process[_0x525ef5(0x19e)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'],_0x2b235d[_0x525ef5(0x177)])&&_0x2b235d[_0x525ef5(0x183)](_0x9d817e,_0x50854f['config']);}catch(_0x57fb1e){logger[_0x525ef5(0x14e)](_0x525ef5(0x12a)+util['format'](_0x57fb1e));}try{const _0x36a1d2=_0x2b235d[_0x525ef5(0x183)](require,_0x2b235d[_0x525ef5(0x151)]),_0x20a617=_0x2b235d[_0x525ef5(0x183)](require,_0x2b235d[_0x525ef5(0x1a6)]),{FRAMEWORKS:_0x539bfe}=_0x2b235d[_0x525ef5(0x1a1)](require,_0x2b235d[_0x525ef5(0x185)]),{checkAccessibilityPlatformConfig:_0xea0fba}=_0x2b235d['mvBSD'](require,_0x2b235d[_0x525ef5(0x11f)]),{setAccessibilityCapabilities:_0x26f697}=_0x2b235d[_0x525ef5(0x119)](require,_0x2b235d[_0x525ef5(0x13e)]),_0x5b1e10=helper[_0x525ef5(0x19d)](_0x2b235d[_0x525ef5(0x15c)]);if(_0x5b1e10){_0x20a617[_0x525ef5(0x18c)](constants[_0x525ef5(0x125)][_0x525ef5(0x1ad)],constants['FRAMEWORKS']['PLAYWRIGHT']);const _0x4bea31=_0x36a1d2[_0x525ef5(0x139)]();_0x4bea31[_0x525ef5(0x182)](_0x50854f['config'],_0x50854f['configPath'],_0x50854f[_0x525ef5(0x13c)]);!_0x4bea31['isMainConnected']&&!_0x4bea31['isChildConnected']&&await _0x4bea31['bootstrap']();const _0x5db5c3=_0x36a1d2[_0x525ef5(0x139)]()[_0x525ef5(0x10b)]();!helper[_0x525ef5(0x136)](_0x5db5c3[_0x525ef5(0x138)])&&(process[_0x525ef5(0x19e)][_0x525ef5(0x12d)]=_0x2b235d['pJSRJ']);_0x2b235d[_0x525ef5(0x17b)](_0x5db5c3[_0x525ef5(0x138)],![])&&(process[_0x525ef5(0x19e)][_0x525ef5(0x12d)]=_0x2b235d[_0x525ef5(0x147)]);const _0x4c1fd1=_0x5c55e6[_0x525ef5(0x157)](_0x2b235d[_0x525ef5(0x196)]);(_0x2b235d[_0x525ef5(0x155)](_0x4c1fd1,0x0)||_0x2b235d[_0x525ef5(0x17b)](_0x5db5c3[_0x525ef5(0x116)],![]))&&(process['env'][_0x525ef5(0x127)]=_0x2b235d['lvClF']);if(!_0x36a1d2[_0x525ef5(0x139)]()[_0x525ef5(0x12f)]()){let _0x59738c=_0x2b235d[_0x525ef5(0x17b)](process[_0x525ef5(0x19e)][_0x525ef5(0x16e)],_0x2b235d['pJSRJ']);_0x59738c=_0x59738c||_0x2b235d[_0x525ef5(0x183)](_0xea0fba,_0x50854f[_0x525ef5(0x174)]),process[_0x525ef5(0x19e)][_0x525ef5(0x16e)]=_0x59738c,_0x59738c&&_0x2b235d['rLqZA'](_0x26f697,_0x50854f[_0x525ef5(0x174)]);}}}catch(_0xe04e07){logger[_0x525ef5(0x14e)](_0x525ef5(0x1ae)+util[_0x525ef5(0x179)](_0xe04e07));}!BrowserstackCLI[_0x525ef5(0x139)]()[_0x525ef5(0x12f)]()&&await _0x50854f['setupBrowserstackLocal']();PerformanceTester[_0x525ef5(0x17a)](PerformanceEvents[_0x525ef5(0x115)]),process['env'][_0x2b235d[_0x525ef5(0x135)]]=process[_0x525ef5(0x184)]();let _0x5d83c2;_0x2b235d[_0x525ef5(0x11d)](parallelCucumberRun,_0x3be639,_0x2c7029,_0x50854f['config'],_0x5aa01d,_0x3d82f9)['then'](async _0x3c390d=>{const _0x73c948=_0x525ef5;PerformanceTester[_0x73c948(0x137)](PerformanceEvents[_0x73c948(0x134)]),_0x5d83c2=_0x3c390d;const _0x4059e0=_0x2b235d[_0x73c948(0x149)](printCucumberStats,_0x3c390d);process[_0x73c948(0x122)]=_0x4059e0,_0x2b235d[_0x73c948(0x170)](_0x3d82f9[_0x73c948(0x150)],0x0)&&(logger['debug'](_0x2b235d['xfUTj']),helper['mergeOutputFiles'](_0x2d8142,_0x3d82f9),logger[_0x73c948(0x14e)](_0x2b235d[_0x73c948(0x173)]),helper['removeDir'](_0x2d8142));})[_0x525ef5(0x129)](async()=>{const _0x591c15=_0x525ef5;PerformanceTester[_0x591c15(0x137)](PerformanceEvents[_0x591c15(0x134)]),_0x50854f[_0x591c15(0x191)]=helper[_0x591c15(0x175)](_0x5d83c2,_0x2b235d[_0x591c15(0x199)]),testOpsHelper['printBuildLink']();const _0x15555c=BrowserstackCLI[_0x591c15(0x143)]();try{await TestHubHandler['stop'](),await BrowserstackCLI[_0x591c15(0x139)]()[_0x591c15(0x165)]();}catch(_0x31fb0d){logger[_0x591c15(0x14e)](_0x591c15(0x168)+util[_0x591c15(0x179)](_0x31fb0d));}await utilities['finalExecution'](_0x50854f,_0x15555c);});}module['exports']=run;
2
+ 'use strict';const a4_0x36fc0d=a4_0x34bb;(function(_0x302510,_0x359887){const _0x4e22f0=a4_0x34bb,_0x2dc363=_0x302510();while(!![]){try{const _0x4d63b0=parseInt(_0x4e22f0(0x147))/0x1*(parseInt(_0x4e22f0(0x182))/0x2)+parseInt(_0x4e22f0(0x1c9))/0x3+parseInt(_0x4e22f0(0x17c))/0x4*(-parseInt(_0x4e22f0(0x18f))/0x5)+parseInt(_0x4e22f0(0x1e7))/0x6*(-parseInt(_0x4e22f0(0x1eb))/0x7)+-parseInt(_0x4e22f0(0x19d))/0x8+parseInt(_0x4e22f0(0x1c5))/0x9+-parseInt(_0x4e22f0(0x1ee))/0xa*(parseInt(_0x4e22f0(0x1ed))/0xb);if(_0x4d63b0===_0x359887)break;else _0x2dc363['push'](_0x2dc363['shift']());}catch(_0x424156){_0x2dc363['push'](_0x2dc363['shift']());}}}(a4_0x3766,0xa96c6));function a4_0x34bb(_0x109939,_0x181422){const _0x3766df=a4_0x3766();return a4_0x34bb=function(_0x34bb25,_0xd6f7c4){_0x34bb25=_0x34bb25-0x144;let _0x32e366=_0x3766df[_0x34bb25];return _0x32e366;},a4_0x34bb(_0x109939,_0x181422);}const path=require(a4_0x36fc0d(0x17d)),util=require(a4_0x36fc0d(0x1d8)),logger=require(a4_0x36fc0d(0x1b2))[a4_0x36fc0d(0x199)],helper=require('../../helpers/helper'),utilities=require(a4_0x36fc0d(0x1e6)),constants=require('../utils/constants'),{parallelCucumberRun}=require(a4_0x36fc0d(0x1cf)),TestHubHandler=require('../../helpers/testhub/testhubHandler'),testOpsHelper=require(a4_0x36fc0d(0x178)),chalk=require(a4_0x36fc0d(0x154)),PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require(a4_0x36fc0d(0x187))[a4_0x36fc0d(0x1a8)],BrowserstackCLI=require(a4_0x36fc0d(0x16c)),CLIUtils=require(a4_0x36fc0d(0x198)),{checkPwandBootstrapCli}=require(a4_0x36fc0d(0x1b3)),ClientTroubleShootingService=require(a4_0x36fc0d(0x196));function printCucumberStats(_0x50bae0){const _0x36f7ed=a4_0x36fc0d,_0x528ac7={};_0x528ac7[_0x36f7ed(0x1d9)]=function(_0x4cb7af,_0x1d1e15){return _0x4cb7af>_0x1d1e15;},_0x528ac7[_0x36f7ed(0x16f)]=function(_0x1a8853,_0x572838){return _0x1a8853-_0x572838;},_0x528ac7[_0x36f7ed(0x1b4)]=function(_0x15915a,_0x365c5c){return _0x15915a-_0x365c5c;},_0x528ac7[_0x36f7ed(0x14d)]=function(_0x115250,_0x2a2369){return _0x115250>_0x2a2369;},_0x528ac7[_0x36f7ed(0x1ad)]=function(_0x585218,_0x295743){return _0x585218>_0x295743;},_0x528ac7[_0x36f7ed(0x1cc)]=function(_0x19985f,_0x1c78ca){return _0x19985f+_0x1c78ca;},_0x528ac7[_0x36f7ed(0x162)]=function(_0x2738ab,_0x3218c3){return _0x2738ab+_0x3218c3;},_0x528ac7[_0x36f7ed(0x1c1)]=function(_0x2b2b40,_0x40ead9){return _0x2b2b40+_0x40ead9;},_0x528ac7['mXEuX']=function(_0x5be49a,_0xb4c267){return _0x5be49a+_0xb4c267;},_0x528ac7['uwXwo']=function(_0x2dc0e7,_0x3e509c){return _0x2dc0e7+_0x3e509c;},_0x528ac7['BuqBR']=function(_0x88556a,_0x3e1f1f){return _0x88556a+_0x3e1f1f;},_0x528ac7[_0x36f7ed(0x165)]=function(_0x2bfff4,_0x9c81b5){return _0x2bfff4+_0x9c81b5;},_0x528ac7['ZmOGx']=function(_0x108e88,_0x2562dd){return _0x108e88===_0x2562dd;},_0x528ac7[_0x36f7ed(0x15f)]='****\x20RESULTS\x20****';const _0x4b7978=_0x528ac7;let _0x1a388c=0x0;if(_0x4b7978['ZmOGx'](_0x50bae0[_0x36f7ed(0x166)],0x0))return _0x1a388c;return console[_0x36f7ed(0x1ea)](chalk[_0x36f7ed(0x170)]['bgWhite'](_0x4b7978['MyvXs'])),_0x50bae0[_0x36f7ed(0x191)](_0x12695a=>{const _0x1dc2f9=_0x36f7ed,_0x231e37=_0x12695a[0x0],_0x9780a4=_0x12695a[0x1];helper[_0x1dc2f9(0x19c)]()&&console[_0x1dc2f9(0x1ea)]('\x0a'+chalk[_0x1dc2f9(0x170)][_0x1dc2f9(0x1ce)](''+helper[_0x1dc2f9(0x184)](_0x231e37)));const _0x1a4004=_0x9780a4[_0x1dc2f9(0x15a)],_0x396da4=_0x9780a4[_0x1dc2f9(0x1ca)],_0x5ad600=_0x9780a4[_0x1dc2f9(0x1f5)],_0x1e0f59=_0x9780a4[_0x1dc2f9(0x17b)],_0x3affb3=_0x9780a4[_0x1dc2f9(0x158)],_0x19ec8c=_0x9780a4[_0x1dc2f9(0x185)],_0x2b6e73=_0x9780a4['stepsPending'],_0x9d0f97=_0x9780a4[_0x1dc2f9(0x174)],_0x52138a=_0x9780a4['stepsUnknown'],_0x3cb771=_0x9780a4[_0x1dc2f9(0x1a5)],_0x2ebbfe=_0x9780a4[_0x1dc2f9(0x169)];let _0x5d853c=_0x1a4004+'\x20scenarios';const _0x46eb1c=_0x4b7978[_0x1dc2f9(0x1d9)](_0x4b7978['rglnh'](_0x1a4004,_0x5ad600),0x0)?_0x4b7978[_0x1dc2f9(0x1b4)](_0x1a4004,_0x5ad600):0x0;if(_0x4b7978[_0x1dc2f9(0x1d9)](_0x5ad600,0x0)&&_0x4b7978[_0x1dc2f9(0x1d9)](_0x46eb1c,0x0))_0x5d853c+='\x20('+chalk[_0x1dc2f9(0x170)][_0x1dc2f9(0x1c3)](_0x5ad600+_0x1dc2f9(0x152))+',\x20'+chalk[_0x1dc2f9(0x170)][_0x1dc2f9(0x16b)](_0x46eb1c+_0x1dc2f9(0x1a4))+')';else(_0x4b7978[_0x1dc2f9(0x1d9)](_0x5ad600,0x0)||_0x4b7978['zlIRM'](_0x46eb1c,0x0))&&(_0x5d853c+=_0x4b7978[_0x1dc2f9(0x1d9)](_0x5ad600,0x0)?'\x20('+chalk[_0x1dc2f9(0x170)][_0x1dc2f9(0x1c3)](_0x5ad600+_0x1dc2f9(0x152))+')':'\x20('+chalk[_0x1dc2f9(0x170)][_0x1dc2f9(0x16b)](_0x46eb1c+_0x1dc2f9(0x1a4))+')');const _0x4fcecb=_0x396da4+_0x1dc2f9(0x17e),_0x5e0e92=[];_0x4b7978[_0x1dc2f9(0x14d)](_0x3cb771,0x0)&&_0x5e0e92[_0x1dc2f9(0x1c4)](''+chalk[_0x1dc2f9(0x170)][_0x1dc2f9(0x1c3)](_0x3cb771+'\x20ambiguous'));_0x4b7978[_0x1dc2f9(0x14d)](_0x1e0f59,0x0)&&_0x5e0e92[_0x1dc2f9(0x1c4)](''+chalk['bold']['red'](_0x1e0f59+_0x1dc2f9(0x152)));_0x4b7978[_0x1dc2f9(0x1d9)](_0x3affb3,0x0)&&_0x5e0e92['push'](''+chalk[_0x1dc2f9(0x170)][_0x1dc2f9(0x16b)](_0x3affb3+_0x1dc2f9(0x1a4)));_0x4b7978['cdWmr'](_0x2b6e73,0x0)&&_0x5e0e92[_0x1dc2f9(0x1c4)](''+chalk['bold'][_0x1dc2f9(0x1ce)](_0x2b6e73+_0x1dc2f9(0x163)));_0x4b7978[_0x1dc2f9(0x1ad)](_0x19ec8c,0x0)&&_0x5e0e92[_0x1dc2f9(0x1c4)](''+chalk[_0x1dc2f9(0x170)][_0x1dc2f9(0x1a1)](_0x19ec8c+'\x20skipped'));_0x4b7978[_0x1dc2f9(0x14d)](_0x9d0f97,0x0)&&_0x5e0e92[_0x1dc2f9(0x1c4)](''+chalk[_0x1dc2f9(0x170)]['yellow'](_0x9d0f97+_0x1dc2f9(0x19f)));_0x4b7978['cdWmr'](_0x52138a,0x0)&&_0x5e0e92['push'](''+chalk[_0x1dc2f9(0x170)][_0x1dc2f9(0x1ce)](_0x52138a+_0x1dc2f9(0x1be)));const _0xce2e31=_0x4b7978['Mwmsv'](_0x4b7978['SdhWW'](_0x4b7978[_0x1dc2f9(0x1c1)](_0x4fcecb,'('),_0x5e0e92[_0x1dc2f9(0x1f6)](',\x20')),')');console[_0x1dc2f9(0x1ea)](_0x4b7978[_0x1dc2f9(0x168)](_0x4b7978[_0x1dc2f9(0x1da)](_0x4b7978[_0x1dc2f9(0x1d2)](_0x4b7978['CVpPa']('\x0a',_0x5d853c),'\x0a'),_0xce2e31),'\x0a')),_0x4b7978[_0x1dc2f9(0x1b7)](_0x2ebbfe,![])&&(_0x1a388c=0x1);}),_0x1a388c;}async function run(_0x38c6f4,_0x3d692b,_0x3f8ef2){const _0x2eba59=a4_0x36fc0d,_0x47b8c7={'UIEOo':function(_0x1b12b5,_0x1ac8c9){return _0x1b12b5(_0x1ac8c9);},'mGeBw':function(_0x5bee5a,_0x307eed){return _0x5bee5a>_0x307eed;},'brUaT':_0x2eba59(0x1cb),'Gofhs':_0x2eba59(0x1dc),'slwSs':_0x2eba59(0x1f0),'dxUAO':_0x2eba59(0x179),'UqtJC':_0x2eba59(0x1d6),'aDZQK':function(_0x3210b4,_0x291543,_0x41e3eb,_0x51826d){return _0x3210b4(_0x291543,_0x41e3eb,_0x51826d);},'mhxIJ':_0x2eba59(0x1d7),'ugizb':function(_0x5f3e29,_0x46a11d){return _0x5f3e29>_0x46a11d;},'LamZf':function(_0x58ee5c,_0x1c2fa3){return _0x58ee5c-_0x1c2fa3;},'XtMdJ':function(_0x48a9ee,_0x1b3291){return _0x48a9ee>=_0x1b3291;},'EiZEF':function(_0x1d1d4c,_0x2de5d6){return _0x1d1d4c!=_0x2de5d6;},'MUgRe':_0x2eba59(0x1bc),'cKeeO':'../../helpers/accessibility-automation/helper','rXJMM':_0x2eba59(0x1bd),'yvfMC':function(_0x52118b,_0x4f4c94){return _0x52118b(_0x4f4c94);},'wAXoK':function(_0x23e15b,_0x58e505){return _0x23e15b(_0x58e505);},'IPqkA':_0x2eba59(0x18c),'flAzq':function(_0x2e67aa,_0x25e15a){return _0x2e67aa===_0x25e15a;},'SVTbL':'../v2/browserstackCLI','hFyhI':function(_0x3de19e,_0x30ba89){return _0x3de19e(_0x30ba89);},'SsUpv':_0x2eba59(0x198),'eWFTQ':_0x2eba59(0x1cd),'JJuKM':function(_0x4c78e2,_0xdead90){return _0x4c78e2(_0xdead90);},'QKGoy':function(_0x118522,_0x2666c0){return _0x118522(_0x2666c0);},'xrpYh':function(_0x4f526c,_0x2df745){return _0x4f526c===_0x2df745;},'HPtPJ':_0x2eba59(0x1f1),'VYzqG':function(_0x58f4da,_0x1fdd4f){return _0x58f4da>=_0x1fdd4f;},'jejyt':function(_0x4ffc3a,_0x4f2680){return _0x4ffc3a===_0x4f2680;},'eSrmZ':function(_0x2cf15d,_0x45af39){return _0x2cf15d===_0x45af39;},'MLjXt':function(_0x4993cc,_0x11ef1e){return _0x4993cc(_0x11ef1e);},'VHvLO':_0x2eba59(0x1b1),'memJR':function(_0x479887,_0x14c928,_0x150c2a,_0x3be62a,_0x49d5b6,_0x4ec38a){return _0x479887(_0x14c928,_0x150c2a,_0x3be62a,_0x49d5b6,_0x4ec38a);}},_0x2dbe1b=helper[_0x2eba59(0x15b)](_0x47b8c7[_0x2eba59(0x1dd)]);global['__isPlaywrightInstalled']=!!_0x2dbe1b,process[_0x2eba59(0x1d3)][_0x2eba59(0x153)]=process[_0x2eba59(0x1d3)]['BROWSERSTACK_FRAMEWORK']||_0x3f8ef2['framework']||_0x47b8c7[_0x2eba59(0x1b0)],await _0x3f8ef2[_0x2eba59(0x1ab)](_0x38c6f4);if(_0x3f8ef2[_0x2eba59(0x1a2)]&&!helper[_0x2eba59(0x16e)](_0x3f8ef2['config'][_0x2eba59(0x175)])){process[_0x2eba59(0x1d3)]['BROWSERSTACK_LOG_LEVEL']=_0x3f8ef2[_0x2eba59(0x1a2)]['logLevel'];const _0x1623f1={};_0x1623f1[_0x2eba59(0x175)]=_0x3f8ef2[_0x2eba59(0x1a2)][_0x2eba59(0x175)],helper[_0x2eba59(0x1e1)](_0x1623f1,new Map(),new Map());}await _0x47b8c7[_0x2eba59(0x18d)](checkPwandBootstrapCli,_0x2dbe1b,constants[_0x2eba59(0x1e0)]['CUCUMBER'],_0x3f8ef2);BrowserstackCLI[_0x2eba59(0x177)]()[_0x2eba59(0x1a3)]&&(process[_0x2eba59(0x1d3)][_0x2eba59(0x1a6)]=BrowserstackCLI[_0x2eba59(0x177)]()['binSessionId']);helper[_0x2eba59(0x18e)](_0x3f8ef2[_0x2eba59(0x159)],_0x38c6f4),await helper['handleApp'](_0x3f8ef2[_0x2eba59(0x1a2)]);const _0x13b35c=helper['useW3C'](_0x3f8ef2[_0x2eba59(0x1a2)]);!helper[_0x2eba59(0x16e)](_0x3f8ef2[_0x2eba59(0x1a2)][_0x2eba59(0x14b)])&&(process[_0x2eba59(0x1d3)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x2eba59(0x193)](_0x3f8ef2[_0x2eba59(0x1a2)][_0x2eba59(0x14b)]));if(!BrowserstackCLI[_0x2eba59(0x177)]()[_0x2eba59(0x146)]()){const _0x247855=await TestHubHandler[_0x2eba59(0x17a)](constants['FRAMEWORKS'][_0x2eba59(0x1e2)],_0x3f8ef2);}let _0x1f35f5=[];if(!helper[_0x2eba59(0x19c)]()){const _0x577de0={};_0x577de0[_0x2eba59(0x14e)]=[],_0x1f35f5=helper['prepareCapabilities'](Object[_0x2eba59(0x17f)]({},_0x3f8ef2[_0x2eba59(0x1a2)],_0x577de0),_0x13b35c,constants[_0x2eba59(0x1e0)][_0x2eba59(0x1e2)]);}else _0x1f35f5=helper[_0x2eba59(0x1c7)](_0x3f8ef2['config'],_0x13b35c,constants[_0x2eba59(0x1e0)][_0x2eba59(0x1e2)]);if(!_0x3f8ef2[_0x2eba59(0x1a2)])return;const _0x34ad94=_0x3f8ef2[_0x2eba59(0x1a2)][_0x2eba59(0x148)]||helper[_0x2eba59(0x194)](_0x38c6f4,_0x3d692b,_0x3f8ef2[_0x2eba59(0x1a2)],constants[_0x2eba59(0x1e0)]['CUCUMBER'])||0x1,_0x30628f=Object[_0x2eba59(0x17f)]({'server':helper[_0x2eba59(0x157)](_0x3f8ef2[_0x2eba59(0x1a2)]),'proxySettings':_0x3f8ef2[_0x2eba59(0x1a2)][_0x2eba59(0x1d4)],'maxWorkers':_0x34ad94,'browserStackLogLevel':_0x3f8ef2[_0x2eba59(0x1a2)]['logLevel'],'skipSessionName':_0x3f8ef2[_0x2eba59(0x1a2)]['testContextOptions'][_0x2eba59(0x15d)],'skipSessionStatus':_0x3f8ef2[_0x2eba59(0x1a2)][_0x2eba59(0x160)][_0x2eba59(0x1c2)],'turboScaleUrl':_0x3f8ef2[_0x2eba59(0x1a2)][_0x2eba59(0x150)]},helper[_0x2eba59(0x156)](_0x3f8ef2['config'],_0x13b35c,constants[_0x2eba59(0x1e0)][_0x2eba59(0x1e2)])),_0x3b69ba=process[_0x2eba59(0x1af)],[_0x4bc927,_0x1053e5]=helper[_0x2eba59(0x171)](_0x3b69ba),_0x424ab6=path['join'](process[_0x2eba59(0x189)](),_0x47b8c7[_0x2eba59(0x155)]);if(_0x47b8c7[_0x2eba59(0x18b)](_0x1053e5['length'],0x0)){helper[_0x2eba59(0x1d1)](_0x424ab6);for(let _0x4d75fc=_0x47b8c7[_0x2eba59(0x149)](_0x4bc927[_0x2eba59(0x166)],0x1);_0x47b8c7[_0x2eba59(0x1ba)](_0x4d75fc,0x0);_0x4d75fc--){_0x3b69ba[_0x2eba59(0x15c)](_0x4bc927[_0x4d75fc],0x2);}}_0x47b8c7[_0x2eba59(0x19b)](_0x3f8ef2['config'][_0x2eba59(0x1bf)],null)?process[_0x2eba59(0x1d3)][_0x2eba59(0x1b8)]=_0x3f8ef2[_0x2eba59(0x1a2)]['testObservability']:process[_0x2eba59(0x1d3)][_0x2eba59(0x1b8)]=_0x47b8c7[_0x2eba59(0x181)];if(_0x2dbe1b)try{const {checkAccessibilityPlatformConfig:_0x5aca2f}=_0x47b8c7['UIEOo'](require,_0x47b8c7[_0x2eba59(0x1df)]),{setAccessibilityCapabilities:_0x564a13}=_0x47b8c7['UIEOo'](require,_0x47b8c7[_0x2eba59(0x16a)]),_0xbbe274=_0x47b8c7[_0x2eba59(0x1d5)](_0x5aca2f,_0x3f8ef2['config']);if(!helper[_0x2eba59(0x16e)](_0x3f8ef2[_0x2eba59(0x1a2)]['accessibility']))process[_0x2eba59(0x1d3)][_0x2eba59(0x1a0)]=_0x47b8c7[_0x2eba59(0x1e5)](String,!!_0x3f8ef2[_0x2eba59(0x1a2)][_0x2eba59(0x19a)]);else helper[_0x2eba59(0x16e)](process['env'][_0x2eba59(0x1a0)])&&(process[_0x2eba59(0x1d3)][_0x2eba59(0x1a0)]=_0xbbe274?_0x47b8c7['MUgRe']:_0x47b8c7[_0x2eba59(0x1e9)]);process[_0x2eba59(0x1d3)][_0x2eba59(0x173)]=_0xbbe274?_0x47b8c7[_0x2eba59(0x181)]:_0x47b8c7[_0x2eba59(0x1e9)],!BrowserstackCLI[_0x2eba59(0x177)]()[_0x2eba59(0x146)]()&&_0x47b8c7[_0x2eba59(0x176)](process['env'][_0x2eba59(0x1a0)],_0x47b8c7[_0x2eba59(0x181)])&&_0x47b8c7['yvfMC'](_0x564a13,_0x3f8ef2[_0x2eba59(0x1a2)]);}catch(_0x506c18){logger[_0x2eba59(0x183)](_0x2eba59(0x1ec)+util[_0x2eba59(0x14c)](_0x506c18));}try{const _0x352d13=_0x47b8c7[_0x2eba59(0x18a)](require,_0x47b8c7[_0x2eba59(0x190)]),_0x3e570b=_0x47b8c7[_0x2eba59(0x1c6)](require,_0x47b8c7[_0x2eba59(0x1bb)]),{FRAMEWORKS:_0x2548d4}=_0x47b8c7[_0x2eba59(0x1c6)](require,_0x47b8c7[_0x2eba59(0x161)]),{checkAccessibilityPlatformConfig:_0x3c04f7}=_0x47b8c7[_0x2eba59(0x1c8)](require,_0x47b8c7[_0x2eba59(0x1df)]),{setAccessibilityCapabilities:_0x1cf0de}=_0x47b8c7[_0x2eba59(0x151)](require,_0x47b8c7[_0x2eba59(0x16a)]),_0xbfba9=helper[_0x2eba59(0x15b)](_0x47b8c7[_0x2eba59(0x1dd)]);if(_0xbfba9){_0x3e570b[_0x2eba59(0x197)](constants['FRAMEWORKS'][_0x2eba59(0x1e2)],constants[_0x2eba59(0x1e0)][_0x2eba59(0x1f2)]);const _0x140f2e=_0x352d13[_0x2eba59(0x177)]();_0x140f2e[_0x2eba59(0x14f)](_0x3f8ef2[_0x2eba59(0x1a2)],_0x3f8ef2[_0x2eba59(0x1b5)],_0x3f8ef2[_0x2eba59(0x1b6)]);!_0x140f2e[_0x2eba59(0x1f3)]&&!_0x140f2e['isChildConnected']&&await _0x140f2e[_0x2eba59(0x1ae)]();const _0xb8548f=_0x352d13['getInstance']()[_0x2eba59(0x1db)]();!helper[_0x2eba59(0x16d)](_0xb8548f[_0x2eba59(0x188)])&&(process[_0x2eba59(0x1d3)][_0x2eba59(0x1a9)]=_0x47b8c7[_0x2eba59(0x181)]);_0x47b8c7[_0x2eba59(0x145)](_0xb8548f['browserstackAutomation'],![])&&(process[_0x2eba59(0x1d3)][_0x2eba59(0x1a9)]=_0x47b8c7[_0x2eba59(0x1e9)]);const _0x425741=_0x3d692b[_0x2eba59(0x180)](_0x47b8c7['HPtPJ']);(_0x47b8c7[_0x2eba59(0x1ac)](_0x425741,0x0)||_0x47b8c7[_0x2eba59(0x1f7)](_0xb8548f['testObservability'],![]))&&(process[_0x2eba59(0x1d3)][_0x2eba59(0x1a7)]=_0x47b8c7['IPqkA']);if(!_0x352d13[_0x2eba59(0x177)]()[_0x2eba59(0x146)]()){let _0x4daa85=_0x47b8c7['eSrmZ'](process[_0x2eba59(0x1d3)][_0x2eba59(0x1a0)],_0x47b8c7['MUgRe']);_0x4daa85=_0x4daa85||_0x47b8c7[_0x2eba59(0x18a)](_0x3c04f7,_0x3f8ef2[_0x2eba59(0x1a2)]),process[_0x2eba59(0x1d3)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x4daa85,_0x4daa85&&_0x47b8c7[_0x2eba59(0x1f4)](_0x1cf0de,_0x3f8ef2[_0x2eba59(0x1a2)]);}}}catch(_0x52e31a){logger[_0x2eba59(0x183)](_0x2eba59(0x167)+util[_0x2eba59(0x14c)](_0x52e31a));}!BrowserstackCLI[_0x2eba59(0x177)]()['isRunning']()&&await _0x3f8ef2[_0x2eba59(0x14a)]();PerformanceTester[_0x2eba59(0x186)](PerformanceEvents['SDK_SETUP']),process[_0x2eba59(0x1d3)][_0x47b8c7['VHvLO']]=process[_0x2eba59(0x189)]();let _0x4cb548;_0x47b8c7[_0x2eba59(0x1e8)](parallelCucumberRun,_0x1f35f5,_0x30628f,_0x3f8ef2[_0x2eba59(0x1a2)],_0x3b69ba,_0x1053e5)[_0x2eba59(0x144)](async _0x2c4fc0=>{const _0x8daadd=_0x2eba59;PerformanceTester[_0x8daadd(0x15e)](PerformanceEvents[_0x8daadd(0x19e)]),_0x4cb548=_0x2c4fc0;const _0x3a1e8=_0x47b8c7[_0x8daadd(0x18a)](printCucumberStats,_0x2c4fc0);process[_0x8daadd(0x195)]=_0x3a1e8,_0x47b8c7['mGeBw'](_0x1053e5[_0x8daadd(0x166)],0x0)&&(logger[_0x8daadd(0x183)](_0x47b8c7[_0x8daadd(0x164)]),helper[_0x8daadd(0x1d0)](_0x424ab6,_0x1053e5),logger[_0x8daadd(0x183)](_0x47b8c7['Gofhs']),helper[_0x8daadd(0x1ef)](_0x424ab6));})['finally'](async()=>{const _0x4ab47a=_0x2eba59;PerformanceTester['start'](PerformanceEvents['SDK_CLEANUP']),_0x3f8ef2['errorMessage']=helper[_0x4ab47a(0x1aa)](_0x4cb548,_0x47b8c7[_0x4ab47a(0x1e3)]),testOpsHelper[_0x4ab47a(0x192)]();const _0xc1eac7=BrowserstackCLI[_0x4ab47a(0x172)]();try{await TestHubHandler[_0x4ab47a(0x1de)](),await BrowserstackCLI[_0x4ab47a(0x177)]()[_0x4ab47a(0x1de)]();}catch(_0x256a2f){logger[_0x4ab47a(0x183)](_0x4ab47a(0x1c0)+util[_0x4ab47a(0x14c)](_0x256a2f));}await utilities[_0x4ab47a(0x1e4)](_0x3f8ef2,_0xc1eac7);});}module[a4_0x36fc0d(0x1b9)]=run;function a4_0x3766(){const _0x35f03d=['mergeOutputFiles','createDir','BuqBR','env','proxySettings','yvfMC','cucumber-js','tmp','util','zlIRM','uwXwo','getConfig','Removing\x20tmp\x20directory\x20created\x20for\x20reports','dxUAO','stop','cKeeO','FRAMEWORKS','setLogLevel','CUCUMBER','slwSs','finalExecution','wAXoK','../../helpers/utilities','42zUhiXL','memJR','IPqkA','log','202874kcMLhP','Skipping\x20accessibility\x20env\x20setup\x20due\x20to:\x20','44lxsKyA','1872160aHPuSz','removeDir','cucumber','--disable-test-observability','PLAYWRIGHT','isMainConnected','MLjXt','scenariosFailed','join','jejyt','then','xrpYh','isRunning','447451WPPICF','parallelsPerPlatform','LamZf','setupBrowserstackLocal','accessibilityOptions','format','cdWmr','platforms','setBrowserstackConfig','turboScaleUrl','QKGoy','\x20failed','BROWSERSTACK_FRAMEWORK','chalk','mhxIJ','getMultiDriverWorkerConfig','getHubUrl','stepsPassed','framework','scenarios','getPackageVersion','splice','skipSessionName','start','MyvXs','testContextOptions','eWFTQ','SdhWW','\x20pending','brUaT','CVpPa','length','Skipped\x20advanced\x20env\x20handling\x20for\x20cucumber-js\x20due\x20to:\x20','mXEuX','processSuccess','rXJMM','green','../v2/browserstackCLI','isFalse','isUndefined','rglnh','bold','parseFormatters','isCLIEnabled','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','stepsUndefined','logLevel','flAzq','getInstance','../../helpers/test-observability/utils','@playwright/test','launchBuild','stepsFailed','152BdhPqJ','path','\x20steps','assign','indexOf','MUgRe','4vhyQzl','debug','getPlatformName','stepsSkipped','end','../../helpers/performance/constants','browserstackAutomation','cwd','UIEOo','ugizb','false','aDZQK','setUserConfigPath','97525wALjEH','SVTbL','forEach','printBuildLink','stringify','getUserWorkerCount','exitCode','../utils/clientTroubleshootingService','setFrameworkDetail','../v2/cliUtils','winstonLogger','accessibility','EiZEF','isBrowserstackInfra','7241656mXWBFb','SDK_CLEANUP','\x20undefined','BROWSERSTACK_TEST_ACCESSIBILITY_YML','cyan','config','binSessionId','\x20passed','stepsAmbiguous','BROWSERSTACK_CLI_BIN_SESSION_ID','BROWSERSTACK_TEST_OBSERVABILITY','EVENTS','BROWSERSTACK_AUTOMATION','getErrorMessageFromResults','initialize','VYzqG','QuppE','bootstrap','argv','UqtJC','browserStackCwd','../../helpers/logger','../../helpers/playwright-helper','SRhyg','configPath','cliConfig','ZmOGx','BROWSERSTACK_TEST_OBSERVABILITY_YML','exports','XtMdJ','SsUpv','true','../playwright/accessibility-helper','\x20skipped','testObservability','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','joyOg','skipSessionStatus','red','push','10253259vVhtFA','hFyhI','prepareCapabilities','JJuKM','3773820rnVKVK','steps','Generating\x20consolidated\x20report...','Mwmsv','../../helpers/test-observability/constants','yellow','../test-runner'];a4_0x3766=function(){return _0x35f03d;};return a4_0x3766();}