browserstack-node-sdk 1.70.1 → 1.70.2

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';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;
2
+ 'use strict';const a1_0x41a918=a1_0x47ce;(function(_0x240325,_0x6783e7){const _0x40ae37=a1_0x47ce,_0x2c8929=_0x240325();while(!![]){try{const _0x2313ce=-parseInt(_0x40ae37(0x11c))/0x1*(parseInt(_0x40ae37(0x1bd))/0x2)+parseInt(_0x40ae37(0x177))/0x3*(parseInt(_0x40ae37(0x1a0))/0x4)+-parseInt(_0x40ae37(0x1a5))/0x5+-parseInt(_0x40ae37(0x129))/0x6+-parseInt(_0x40ae37(0x10b))/0x7*(-parseInt(_0x40ae37(0x1b8))/0x8)+parseInt(_0x40ae37(0x165))/0x9*(-parseInt(_0x40ae37(0x1ae))/0xa)+parseInt(_0x40ae37(0x1ad))/0xb*(parseInt(_0x40ae37(0x108))/0xc);if(_0x2313ce===_0x6783e7)break;else _0x2c8929['push'](_0x2c8929['shift']());}catch(_0x4b26b1){_0x2c8929['push'](_0x2c8929['shift']());}}}(a1_0x5c2e,0xcfb01));function a1_0x47ce(_0x518b68,_0x1a1a73){const _0x5c2e6f=a1_0x5c2e();return a1_0x47ce=function(_0x47ce70,_0x225d88){_0x47ce70=_0x47ce70-0x108;let _0x422e1d=_0x5c2e6f[_0x47ce70];return _0x422e1d;},a1_0x47ce(_0x518b68,_0x1a1a73);}const fs=require('fs'),path=require('path'),util=require('util'),process=require(a1_0x41a918(0x174)),logger=require(a1_0x41a918(0x123))[a1_0x41a918(0x144)],{default:BrowserStackSetup}=require(a1_0x41a918(0x16e)),helper=require(a1_0x41a918(0x125)),utilities=require('../../helpers/utilities'),{checkAccessibilityPlatformConfig}=require(a1_0x41a918(0x18f)),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a1_0x41a918(0x150)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a1_0x41a918(0x125)),CodeceptJS=requireModule(a1_0x41a918(0x10a),a1_0x41a918(0x14b)),testOpsHelper=require(a1_0x41a918(0x152)),TestHubHandler=require('../../helpers/testhub/testhubHandler'),BrowserstackCLI=require(a1_0x41a918(0x149)),constants=require(a1_0x41a918(0x145)),PerformanceTester=require(a1_0x41a918(0x10d)),{FRAMEWORKS}=require(a1_0x41a918(0x12b)),PerformanceEvents=require(a1_0x41a918(0x1b4))['EVENTS'],ClientTroubleShootingService=require(a1_0x41a918(0x12f)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x131bb9,_0x26d405)=>{const _0x38d020=a1_0x41a918,_0x28d979={};_0x28d979[_0x38d020(0x1be)]=function(_0x2c93b7,_0x43e23b){return _0x2c93b7===_0x43e23b;},_0x28d979['kewmN']=_0x38d020(0x14e),_0x28d979[_0x38d020(0x17d)]=_0x38d020(0x138);const _0x1874d5=_0x28d979;let _0x1d015f=null;const _0x3a176a={};let _0x37118e=_0x26d405[_0x38d020(0x16c)](_0x579522=>_0x579522===_0x38d020(0x193));_0x1874d5[_0x38d020(0x1be)](_0x37118e,-0x1)&&(_0x37118e=_0x26d405[_0x38d020(0x16c)](_0x41df9b=>_0x41df9b==='-c'));const _0x433e9d=!helper[_0x38d020(0x184)](_0x131bb9['config'])?helper[_0x38d020(0x18a)](_0x131bb9[_0x38d020(0x194)]):null,_0x58a737=!helper[_0x38d020(0x184)](_0x131bb9['c'])?helper[_0x38d020(0x18a)](_0x131bb9['c']):null;if(!helper['isUndefined'](_0x131bb9[_0x38d020(0x194)])&&!_0x433e9d)logger[_0x38d020(0x142)]('Ignoring\x20--config\x20path\x20\x22'+_0x131bb9[_0x38d020(0x194)]+_0x38d020(0x1b1));else!helper['isUndefined'](_0x131bb9['c'])&&!_0x58a737&&logger[_0x38d020(0x142)](_0x38d020(0x181)+_0x131bb9['c']+_0x38d020(0x1b1));if(_0x433e9d&&fs['existsSync'](_0x433e9d))_0x1d015f=_0x433e9d,_0x26d405['splice'](_0x37118e,0x2);else{if(_0x58a737&&fs[_0x38d020(0x139)](_0x58a737))_0x1d015f=_0x58a737,_0x26d405['splice'](_0x37118e,0x2);else{if(fs[_0x38d020(0x139)](path[_0x38d020(0x12a)](process[_0x38d020(0x12d)](),_0x1874d5[_0x38d020(0x13b)])))_0x1d015f=path[_0x38d020(0x12a)](process[_0x38d020(0x12d)](),_0x1874d5[_0x38d020(0x13b)]);else fs[_0x38d020(0x139)](path['join'](process[_0x38d020(0x12d)](),_0x1874d5[_0x38d020(0x17d)]))&&(_0x1d015f=path[_0x38d020(0x12a)](process[_0x38d020(0x12d)](),_0x1874d5[_0x38d020(0x17d)]));}}return process[_0x38d020(0x157)][_0x38d020(0x1a2)]=_0x1d015f,_0x1d015f;},getO11yRerunPattern=()=>{const _0x5dd5e7=a1_0x41a918,_0x3ef93f=helper[_0x5dd5e7(0x17c)](process['env'][_0x5dd5e7(0x1b2)]);if(_0x3ef93f){const _0x46cc15=process[_0x5dd5e7(0x157)][_0x5dd5e7(0x10e)],_0x51e379=[];if(helper[_0x5dd5e7(0x10c)](_0x46cc15)&&!helper[_0x5dd5e7(0x184)](_0x46cc15)){_0x46cc15[_0x5dd5e7(0x17b)](',')[_0x5dd5e7(0x1bb)](_0x4569db=>{const _0x35d8b1=_0x5dd5e7;_0x51e379[_0x35d8b1(0x168)]('('+_0x4569db[_0x35d8b1(0x185)]()+')');});const _0x4cf2f3='^'+_0x51e379['join']('|')+'$';return _0x4cf2f3;}}return null;},a1_0x2fde08={};function a1_0x5c2e(){const _0x321403=['bZfTZ','CpwhS','log','path','2480584soQEum','BROWSERSTACK_TEST_OBSERVABILITY_YML','USER_CONFIG_DETAILS_PATH','MsCXG','KBkxY','1817400ziLqIU','enabled','VbEif','testObservability','FRAMEWORKS','accessibility','browserWSEndpoint','tqRIv','11EAfboL','145590bBVkEC','info','addConfig','\x22:\x20it\x20resolves\x20outside\x20the\x20project\x20directory.','BROWSERSTACK_RERUN','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','../../helpers/performance/constants','cNyRk','CODECEPT','getPlaywrightUrl','96776bDYFCd','pLbvv','replace','map','CODECEPT_CUCUMBER','14BIWElh','FFcLM','BROWSERSTACK_TEST_ACCESSIBILITY_YML','32012652cfXyOT','tdKvc','codeceptjs/lib/index.js','371cfAhZO','validateRerunTestList','../../helpers/performance/performance-tester','BROWSERSTACK_RERUN_TESTS','chromium','CQZNQ','function','hubUrl','BnSXG','SoMDz','ZVsxn','version','frameworkName','all','setupBrowserstackLocal','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','test','165833ooJNEO','assign','ETnsK','toLowerCase','qEqWB','plugins','result','../../helpers/logger','validPlatformsPresent','../../helpers/helper','setAdditionalCapabilities','platforms','profile','3785400QBXUze','join','../../helpers/test-observability/constants','parallelsPerPlatform','cwd','RGCrR','../utils/clientTroubleshootingService','run','chrome','SrFSC','playwright-chromium','gherkin','stack','eLvdO','Jlznf','codecept.json','existsSync','isTestObservabilitySession','kewmN','desiredCapabilities','\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.','Failed\x20:\x20','accessibilityOptions','start','gSLZh','warn','nRKwL','winstonLogger','../utils/constants','/wd/hub','stringify','helpers','../v2/browserstackCLI','bootstrapAll','codeceptjs','errorMessage','getInstance','codecept.conf.js','3|2|4|0|1','../../bin/playwright/accessibility-helper','testConfig','../../helpers/test-observability/utils','user','forEach','finalExecution','browser','env','BrowserStackPlugin','debug','printBuildLink','BrowserStackPlugin.js','prepareCapabilities','WdoVQ','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','Started\x20:\x20','launchBuild','LmUEx','Playwright','VKFbZ','event','954QgKWWX','useW3C','isRunning','push','length','handleApp','Passed\x20:\x20','findIndex','load','../../helpers/BrowserStackSetup','require','printResults','userName','isEmpty','true','process','end','hCBed','6jCSpIF','webkit','oRrRb','getPlatformName','split','isTrue','vPrYY','teardownAll','addTests','stop','Ignoring\x20-c\x20config\x20path\x20\x22','BROWSERSTACK_FRAMEWORK','AdiZm','isUndefined','trim','dirname','Unable\x20to\x20resolve\x20codeceptjs\x20version:\x20','OtlZY','skipSessionStatus','resolveWithinCwd','SDK_CLEANUP','testContextOptions','RMAvl','QlDlE','../../helpers/accessibility-automation/helper','title','host','_ensureInitialized','--config','config','mergeDeep','ygXBi','codeceptjs/package.json','addOptions','browserName','UoIyb','chdir'];a1_0x5c2e=function(){return _0x321403;};return a1_0x5c2e();}a1_0x2fde08[a1_0x41a918(0x131)]=a1_0x41a918(0x10f),a1_0x2fde08[a1_0x41a918(0x133)]='chromium',a1_0x2fde08['playwright-firefox']='firefox',a1_0x2fde08['playwright-webkit']=a1_0x41a918(0x178);const pwToCodeceptBrowser=a1_0x2fde08;async function run(_0x51c101,_0x4afc54,_0x1d4948){const _0x1b2e28=a1_0x41a918,_0x3a1513={'WKgnf':function(_0x2a3c1d,_0x24f87e,_0x30fb5d,_0x30d204){return _0x2a3c1d(_0x24f87e,_0x30fb5d,_0x30d204);},'pLbvv':function(_0x27d761,_0x519588){return _0x27d761+_0x519588;},'SoMDz':function(_0x13d431,_0x228830){return _0x13d431(_0x228830);},'KBkxY':function(_0x3d1ae7,_0x592039,_0x527452){return _0x3d1ae7(_0x592039,_0x527452);},'ZVsxn':_0x1b2e28(0x148),'RGCrR':function(_0x27138c){return _0x27138c();},'CpwhS':_0x1b2e28(0x146),'hOhpn':function(_0x56c4b3){return _0x56c4b3();},'ygXBi':_0x1b2e28(0x13e),'gSLZh':_0x1b2e28(0x16b),'WdoVQ':_0x1b2e28(0x15f),'SMbzL':_0x1b2e28(0x14f),'RMAvl':function(_0xc4fef,_0x129435,_0x59c31e){return _0xc4fef(_0x129435,_0x59c31e);},'nRKwL':_0x1b2e28(0x1b3),'VbEif':_0x1b2e28(0x162),'qlQFI':'WebDriver','gzFUC':function(_0xbd63bd,_0x414e7b){return _0xbd63bd!=_0x414e7b;},'tqRIv':_0x1b2e28(0x173),'LmUEx':function(_0x286bc9,_0x2c00d9,_0x165c3b){return _0x286bc9(_0x2c00d9,_0x165c3b);},'cNyRk':_0x1b2e28(0x134),'VKFbZ':function(_0x2685bc){return _0x2685bc();},'bZfTZ':function(_0x2e1677,_0x59de6d){return _0x2e1677*_0x59de6d;},'BnSXG':function(_0x297690,_0x2c0505,_0x1a06a2){return _0x297690(_0x2c0505,_0x1a06a2);},'ETnsK':'browser','Jlznf':function(_0x50c835,_0x1130e9,_0x684f13){return _0x50c835(_0x1130e9,_0x684f13);},'QlDlE':'desiredCapabilities','yzkhr':function(_0x57e24f,_0x1a3982,_0x1ffa9c){return _0x57e24f(_0x1a3982,_0x1ffa9c);},'AdiZm':'root','hCBed':_0x1b2e28(0x15b),'QqzfQ':'browserStackCwd','MsCXG':_0x1b2e28(0x14b),'SrFSC':function(_0x1a787e,_0x1c031e){return _0x1a787e===_0x1c031e;},'tdKvc':_0x1b2e28(0x111),'oRrRb':_0x1b2e28(0x197),'OtlZY':function(_0x438285,_0x2392fb){return _0x438285>=_0x2392fb;},'CQZNQ':function(_0x5c36c2){return _0x5c36c2();}};await _0x1d4948['initialize'](_0x51c101);!BrowserstackCLI[_0x1b2e28(0x14d)]()[_0x1b2e28(0x167)]()&&await _0x1d4948[_0x1b2e28(0x119)]();await helper[_0x1b2e28(0x16a)](_0x1d4948[_0x1b2e28(0x194)]);if(!_0x1d4948[_0x1b2e28(0x194)])return;process['profile']=_0x51c101[_0x1b2e28(0x128)];_0x51c101[_0x1b2e28(0x128)]&&(process['env'][_0x1b2e28(0x128)]=_0x51c101['profile']);const _0xa6e665=_0x3a1513[_0x1b2e28(0x18d)](getUserCodeceptJSConfigs,_0x51c101,_0x4afc54);let _0x1ee154={};_0xa6e665?(logger[_0x1b2e28(0x1af)](_0x1b2e28(0x11a)+_0xa6e665),_0x1ee154=await CodeceptJS[_0x1b2e28(0x194)][_0x1b2e28(0x16d)](_0xa6e665)):logger[_0x1b2e28(0x1af)](_0x3a1513[_0x1b2e28(0x143)]);let _0x59b2=![];_0x3a1513[_0x1b2e28(0x1a4)](nestedKeyValue,_0x1ee154,[_0x3a1513[_0x1b2e28(0x115)],_0x3a1513[_0x1b2e28(0x1a7)]])&&(_0x59b2=!![]);const _0x3c6944=_0x59b2?_0x3a1513[_0x1b2e28(0x1a7)]:_0x3a1513['qlQFI'];let _0x5e67ca=!_0x59b2?helper[_0x1b2e28(0x166)](_0x1d4948[_0x1b2e28(0x194)]):![];!helper[_0x1b2e28(0x184)](_0x1d4948[_0x1b2e28(0x194)][_0x1b2e28(0x13f)])&&(process[_0x1b2e28(0x157)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x1b2e28(0x147)](_0x1d4948['config'][_0x1b2e28(0x13f)]));let _0x1d4920=_0x1d4948['config'][_0x1b2e28(0x1aa)];_0x1d4920=_0x1d4920||_0x3a1513[_0x1b2e28(0x114)](checkAccessibilityPlatformConfig,_0x1d4948['config']),process['env'][_0x1b2e28(0x1bf)]=_0x1d4920;_0x1d4920&&(_0x5e67ca=!_0x1d4920);_0x3a1513['gzFUC'](_0x1d4948[_0x1b2e28(0x194)][_0x1b2e28(0x1a8)],null)?process[_0x1b2e28(0x157)][_0x1b2e28(0x1a1)]=_0x1d4948[_0x1b2e28(0x194)][_0x1b2e28(0x1a8)]:process[_0x1b2e28(0x157)][_0x1b2e28(0x1a1)]=_0x3a1513[_0x1b2e28(0x1ac)];const _0x7653cd=_0x3a1513[_0x1b2e28(0x161)](nestedKeyValue,_0x1ee154,[_0x3a1513[_0x1b2e28(0x1b5)]]),_0x5183f3=_0x7653cd&&!helper[_0x1b2e28(0x172)](_0x7653cd)?FRAMEWORKS[_0x1b2e28(0x1bc)]:FRAMEWORKS['CODECEPT'],_0x569e69=await TestHubHandler[_0x1b2e28(0x160)](_0x5183f3,_0x1d4948);await testOpsHelper[_0x1b2e28(0x15a)]();_0x1d4920&&_0x3a1513[_0x1b2e28(0x114)](setAccessibilityCapabilities,_0x1d4948['config']);const _0xc7e686={},_0x1383bc=[],_0x43a0c2=_0x1d4948[_0x1b2e28(0x194)][_0x1b2e28(0x12c)]||helper['getUserWorkerCount'](_0x51c101,_0x4afc54,_0x1d4948['config'],constants[_0x1b2e28(0x1a9)]['CODECEPT'])||0x1;let _0x51d4e4=0x1;if(_0x3a1513[_0x1b2e28(0x163)](isBrowserstackInfra)){const _0x529f60=helper[_0x1b2e28(0x15c)](_0x1d4948[_0x1b2e28(0x194)],_0x5e67ca,constants[_0x1b2e28(0x1a9)][_0x1b2e28(0x1b6)]);_0x529f60['forEach'](_0x3eb4c7=>{const _0x136e49=_0x1b2e28;helper[_0x136e49(0x126)](_0x3eb4c7);}),helper[_0x1b2e28(0x124)](_0x1d4948['config'])?_0x51d4e4=_0x3a1513[_0x1b2e28(0x19c)](_0x43a0c2,_0x1d4948['config'][_0x1b2e28(0x127)][_0x1b2e28(0x169)]):_0x51d4e4=_0x43a0c2,_0x529f60[_0x1b2e28(0x154)](_0x50f27e=>{const _0x3d5998=_0x1b2e28,_0x230f8e={'qEqWB':function(_0x481f3c,_0x50b9ee,_0x53004e,_0x43bad7){return _0x3a1513['WKgnf'](_0x481f3c,_0x50b9ee,_0x53004e,_0x43bad7);},'UoIyb':function(_0x242b2b,_0x1b49be){const _0x50b2d9=a1_0x47ce;return _0x3a1513[_0x50b2d9(0x1b9)](_0x242b2b,_0x1b49be);},'eLvdO':function(_0x2f558c,_0x3bc534){const _0x2b27f8=a1_0x47ce;return _0x3a1513[_0x2b27f8(0x114)](_0x2f558c,_0x3bc534);}},_0x725b2d=_0x3a1513[_0x3d5998(0x1b9)](helper[_0x3d5998(0x17a)](_0x50f27e,'_'),'_'+Date['now']()),_0x206c72=((()=>{const _0x204d79=_0x3d5998;if(_0x59b2){const _0x32f653=pwToCodeceptBrowser[_0x50f27e[_0x204d79(0x199)]]||_0x50f27e[_0x204d79(0x199)],_0x3e1837=helper[_0x204d79(0x1b7)](_0x1d4948[_0x204d79(0x194)]),_0xc2da7e=Object[_0x204d79(0x11d)]({},_0x50f27e);return _0x230f8e[_0x204d79(0x120)](processAccessibilityCaps,_0xc2da7e,_0x3e1837,null),{'browser':_0x32f653,[_0x32f653]:{'browserWSEndpoint':_0x230f8e[_0x204d79(0x19a)](_0x3e1837,_0x230f8e[_0x204d79(0x136)](encodeURIComponent,JSON[_0x204d79(0x147)](_0xc2da7e)))}};}const _0x4d2ff1={};return _0x4d2ff1[_0x204d79(0x13c)]=_0x50f27e,_0x4d2ff1[_0x204d79(0x153)]=_0x1d4948[_0x204d79(0x194)][_0x204d79(0x171)],_0x4d2ff1['key']=_0x1d4948['config']['accessKey'],_0x4d2ff1;})()),_0x426829=_0x3a1513['KBkxY'](nestedKeyValue,_0x1ee154,[_0x3a1513[_0x3d5998(0x115)],_0x3c6944]);_0xc7e686[_0x725b2d]=_0x426829?helper['mergeDeep'](_0x206c72,_0x426829):_0x206c72;if(_0x59b2)_0xc7e686[_0x725b2d]['browser']=pwToCodeceptBrowser[_0x50f27e[_0x3d5998(0x199)]]||_0x50f27e[_0x3d5998(0x199)];else{_0xc7e686[_0x725b2d][_0x3d5998(0x156)]=_0x50f27e[_0x3d5998(0x199)]||_0x206c72[_0x3d5998(0x156)];if(_0x3a1513[_0x3d5998(0x12e)](isBrowserstackInfra)){_0xc7e686[_0x725b2d][_0x3d5998(0x191)]=constants[_0x3d5998(0x112)][_0x3d5998(0x1ba)](_0x3a1513['CpwhS'],'')[_0x3d5998(0x1ba)](/https?:\/\//,'');;_0xc7e686[_0x725b2d][_0x3d5998(0x19f)]=_0x3a1513[_0x3d5998(0x19d)];}}_0x1383bc[_0x3d5998(0x168)](_0x725b2d);});}else{_0x51d4e4=0x1;if(_0x59b2){const _0x15f0fa=_0x3a1513[_0x1b2e28(0x113)](nestedKeyValue,_0x1ee154,[_0x3a1513[_0x1b2e28(0x115)],_0x3c6944,_0x3a1513[_0x1b2e28(0x11e)]]),_0x20a251=_0x3a1513[_0x1b2e28(0x18d)](nestedKeyValue,_0x1ee154,[_0x3a1513[_0x1b2e28(0x115)],_0x3c6944,_0x15f0fa]);if(_0x20a251&&_0x20a251[_0x1b2e28(0x1ab)]){const _0x19d563={};_0x19d563[_0x1b2e28(0x127)]=[],_0x20a251[_0x1b2e28(0x1ab)]=helper[_0x1b2e28(0x15c)](Object[_0x1b2e28(0x11d)]({},_0x1d4948[_0x1b2e28(0x194)],_0x19d563),null,_0x5183f3[_0x1b2e28(0x11f)](),null,null,_0x20a251[_0x1b2e28(0x1ab)]);}}else{if(_0x3a1513[_0x1b2e28(0x137)](nestedKeyValue,_0x1ee154,[_0x3a1513[_0x1b2e28(0x115)],_0x3c6944])){const _0x3bdf4a={};_0x3bdf4a[_0x1b2e28(0x127)]=[],_0x1ee154[_0x3a1513[_0x1b2e28(0x115)]][_0x3c6944][_0x3a1513[_0x1b2e28(0x18e)]]=helper['prepareCapabilities'](Object['assign']({},_0x1d4948[_0x1b2e28(0x194)],_0x3bdf4a),null,_0x5183f3['toLowerCase'](),_0x3a1513['yzkhr'](nestedKeyValue,_0x1ee154,[_0x3a1513[_0x1b2e28(0x115)],_0x3c6944,_0x3a1513[_0x1b2e28(0x18e)]])||{},null,null);}}_0xc7e686[_0x3a1513[_0x1b2e28(0x183)]]=_0x1ee154,_0x1383bc['push'](_0x3a1513[_0x1b2e28(0x183)]);}const _0x8551fe={};_0x8551fe[_0x1b2e28(0x151)]=_0xa6e665;const _0x40119a=_0x8551fe,_0x54adb5=path[_0x1b2e28(0x12a)](__dirname,_0x3a1513[_0x1b2e28(0x176)]),_0x40f254=process['cwd']();process[_0x1b2e28(0x157)][_0x3a1513['QqzfQ']]=_0x40f254;_0xa6e665&&process[_0x1b2e28(0x19b)](path[_0x1b2e28(0x186)](_0xa6e665));process[_0x1b2e28(0x157)][_0x1b2e28(0x182)]=process[_0x1b2e28(0x157)][_0x1b2e28(0x182)]||_0x3a1513['MsCXG'];const _0x4e47d3=new CodeceptJS['Workers'](null,_0x40119a);if(_0x3a1513[_0x1b2e28(0x132)](typeof _0x4e47d3[_0x1b2e28(0x192)],_0x3a1513[_0x1b2e28(0x109)]))await _0x4e47d3[_0x1b2e28(0x192)]();else{let _0x10e821;try{_0x10e821=_0x3a1513['KBkxY'](requireModule,_0x3a1513[_0x1b2e28(0x179)],_0x3a1513[_0x1b2e28(0x1a3)])[_0x1b2e28(0x116)];}catch(_0x26e4a8){logger[_0x1b2e28(0x159)](_0x1b2e28(0x187)+util['format'](_0x26e4a8));}_0x10e821&&_0x3a1513[_0x1b2e28(0x188)](_0x3a1513[_0x1b2e28(0x137)](parseInt,_0x10e821[_0x1b2e28(0x17b)]('.')[0x0],0xa),0x4)&&logger['warn']('CodeceptJS\x20'+_0x10e821+_0x1b2e28(0x13d));}const _0x26ea2=await _0x4e47d3['createGroupsOfSuites'](_0x43a0c2),_0x3aebba=testOpsHelper[_0x1b2e28(0x13a)](),_0x37300a=_0x1383bc[_0x1b2e28(0x1bb)](_0x507e8a=>{const _0x237e25=_0x1b2e28,_0x1ab60a={};_0x1ab60a[_0x237e25(0x162)]=_0xc7e686[_0x507e8a];const _0x4ac126={};_0x4ac126['WebDriver']=_0xc7e686[_0x507e8a];const _0x1d1389=_0x59b2?_0x1ab60a:_0x4ac126,_0x1f316f=_0x3a1513[_0x237e25(0x12e)](getO11yRerunPattern),_0x2835e9={};_0x2835e9[_0x237e25(0x148)]=_0x1d1389;const _0x146568={};_0x146568[_0x237e25(0x16f)]=_0x54adb5,_0x146568[_0x237e25(0x1a6)]=!![],_0x146568['skipSessionName']=_0x1d4948[_0x237e25(0x194)]['testContextOptions']['skipSessionName'],_0x146568[_0x237e25(0x189)]=_0x1d4948[_0x237e25(0x194)][_0x237e25(0x18c)][_0x237e25(0x189)],_0x146568[_0x237e25(0x1a8)]=_0x3aebba,_0x146568[_0x237e25(0x117)]=_0x5183f3;const _0x3bb576={};_0x3bb576[_0x237e25(0x158)]=_0x146568;const _0x1644cd={};return _0x1644cd[_0x237e25(0x121)]=_0x3bb576,helper[_0x237e25(0x195)]({},_0x1ee154,_0x3a1513['hOhpn'](isBrowserstackInfra)?_0x2835e9:{},_0x1f316f?{'grep':_0x1f316f}:{},_0x1644cd);});for(const _0x2ec808 of _0x37300a){for(const _0x404d31 of _0x26ea2){const _0x1a11d9=_0x4e47d3['spawn']();_0x1a11d9[_0x1b2e28(0x17f)](_0x404d31),_0x1a11d9[_0x1b2e28(0x1b0)](_0x2ec808);const _0x35b676={};_0x35b676[_0x1b2e28(0x194)]=_0xa6e665,_0x1a11d9[_0x1b2e28(0x198)](Object[_0x1b2e28(0x11d)](_0x35b676,_0x51c101));}}_0x4e47d3['on'](CodeceptJS[_0x1b2e28(0x164)]['test']['failed'],(_0x2f3a43,_0x10c049)=>{const _0x2b3b05=_0x1b2e28;console[_0x2b3b05(0x19e)](_0x3a1513[_0x2b3b05(0x196)],_0x2f3a43['title']);const _0x2402b3={[_0x2f3a43[_0x2b3b05(0x190)]]:_0x2f3a43['err'][_0x2b3b05(0x135)]};_testErrorData['push'](_0x2402b3);}),_0x4e47d3['on'](CodeceptJS[_0x1b2e28(0x164)][_0x1b2e28(0x11b)]['passed'],async _0x5cfd88=>{const _0x4a50a1=_0x1b2e28;console[_0x4a50a1(0x19e)](_0x3a1513[_0x4a50a1(0x141)],_0x5cfd88['title']);}),_0x4e47d3['on'](CodeceptJS[_0x1b2e28(0x164)]['test']['before'],async _0x294ccf=>{const _0x5224f6=_0x1b2e28;console['log'](_0x3a1513[_0x5224f6(0x15d)],_0x294ccf[_0x5224f6(0x190)]);}),_0x4e47d3['on'](CodeceptJS['event'][_0x1b2e28(0x118)][_0x1b2e28(0x122)],async()=>{const _0x3bd151=_0x1b2e28,_0xbfc4be=_0x3a1513['SMbzL'][_0x3bd151(0x17b)]('|');let _0x34ce8a=0x0;while(!![]){switch(_0xbfc4be[_0x34ce8a++]){case'0':try{await TestHubHandler[_0x3bd151(0x180)]();}catch(_0x475f25){logger['debug'](_0x3bd151(0x15e)+util['format'](_0x475f25));}continue;case'1':_0x4e47d3[_0x3bd151(0x170)]();continue;case'2':_0x1d4948[_0x3bd151(0x14c)]=_testErrorData;continue;case'3':PerformanceTester[_0x3bd151(0x140)](PerformanceEvents[_0x3bd151(0x18b)]);continue;case'4':utilities[_0x3bd151(0x155)](_0x1d4948);continue;}break;}});async function _0x346fcb(){const _0x37618b=_0x1b2e28;try{await _0x4e47d3[_0x37618b(0x14a)](),await _0x4e47d3[_0x37618b(0x130)]();}finally{process['chdir'](_0x40f254),await _0x4e47d3[_0x37618b(0x17e)]();}}PerformanceTester[_0x1b2e28(0x175)](PerformanceEvents['SDK_SETUP']),await _0x3a1513[_0x1b2e28(0x110)](_0x346fcb);}module['exports']=run;
@@ -1 +1 @@
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
+ const a2_0x4a867a=a2_0x1f46;function a2_0x1f46(_0x5b9cf5,_0x364ab6){const _0x2bf7fd=a2_0x2bf7();return a2_0x1f46=function(_0x1f46a0,_0x37dae0){_0x1f46a0=_0x1f46a0-0x1be;let _0x5bc2be=_0x2bf7fd[_0x1f46a0];return _0x5bc2be;},a2_0x1f46(_0x5b9cf5,_0x364ab6);}(function(_0x3407e1,_0xbbcb67){const _0x5afe2d=a2_0x1f46,_0xa503c2=_0x3407e1();while(!![]){try{const _0x5f2b58=parseInt(_0x5afe2d(0x200))/0x1*(-parseInt(_0x5afe2d(0x20d))/0x2)+parseInt(_0x5afe2d(0x1fa))/0x3*(parseInt(_0x5afe2d(0x1f6))/0x4)+parseInt(_0x5afe2d(0x1d5))/0x5*(-parseInt(_0x5afe2d(0x1e7))/0x6)+parseInt(_0x5afe2d(0x1ee))/0x7+parseInt(_0x5afe2d(0x1f2))/0x8+-parseInt(_0x5afe2d(0x1dc))/0x9+parseInt(_0x5afe2d(0x1c8))/0xa;if(_0x5f2b58===_0xbbcb67)break;else _0xa503c2['push'](_0xa503c2['shift']());}catch(_0x4fa86d){_0xa503c2['push'](_0xa503c2['shift']());}}}(a2_0x2bf7,0x1ffa5));const {isUndefined,nestedKeyValue}=require('../../helpers/helper'),logger=require(a2_0x4a867a(0x1c9))[a2_0x4a867a(0x1d8)],PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{isAccessibilityAutomationSession}=require(a2_0x4a867a(0x1da)),{getObservabilityLinkedProductName}=require(a2_0x4a867a(0x1c0)),accessibilityHelper=require(a2_0x4a867a(0x1da)),{isBrowserstackInfra}=require(a2_0x4a867a(0x1d4)),globals=require(a2_0x4a867a(0x1e9)),getOSVersionFromCaps=_0x132f0c=>{const _0x48a3c5=a2_0x4a867a,_0xe694ae={};_0xe694ae[_0x48a3c5(0x1fc)]=_0x48a3c5(0x1db),_0xe694ae[_0x48a3c5(0x1c3)]=_0x48a3c5(0x1ef),_0xe694ae[_0x48a3c5(0x1dd)]=_0x48a3c5(0x1ea),_0xe694ae[_0x48a3c5(0x1d1)]=_0x48a3c5(0x203),_0xe694ae['dhGNB']='os_version';const _0x887b30=_0xe694ae;if(!_0x132f0c)return null;const _0x239ad6=_0x132f0c[_0x887b30[_0x48a3c5(0x1fc)]],_0x561614=[_0x887b30[_0x48a3c5(0x1c3)],_0x887b30['lSupA'],_0x887b30[_0x48a3c5(0x1d1)],_0x887b30[_0x48a3c5(0x1e8)]];for(const _0x5d2c4a of _0x561614){if(_0x239ad6&&_0x239ad6[_0x5d2c4a])return _0x239ad6[_0x5d2c4a];else{if(_0x132f0c[_0x5d2c4a])return _0x132f0c[_0x5d2c4a];}}return null;};function a2_0x2bf7(){const _0x548ffe=['includes','2513UWBuKz','parse','unknown_grid','osVersion','Vdiax','name','Ejdlh','LYngE','NCgJl','WebDriver','HbJVr','zBMyC','AMqML','22hQRRgJ','getBrowserDisplayName','string','sessionId','platform','browser_version','DcMVt','../../helpers/test-observability/utils','ECehe','\x20browser\x20version\x20','gEoeZ','oAsRh','BUROH','vrQUs','\x20or\x20higher\x20','380960aLkIoo','../../helpers/logger','gusZH','get','dUOgi','KeWCi','platformName','browserVersion','browserName','wmQDl','SzoQi','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','../../helpers/helper','6275LmgXWI','AmjGd','caps','winstonLogger','processWebDriverConfig','../../helpers/accessibility-automation/helper','bstack:options','1948770MbSKVR','lSupA','desiredCapabilities','sbdYz','isAccessibilityPlatform','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','NlOZA','woSDs','capabilities','cloudProvider','csReM','288lOuMZT','dhGNB','../../helpers/globals.js','platform_version','IUBMb','warn','getMinVersionForBrowser','178605tkisel','platformVersion','HWMjc','constructor','1364800YHYOOn','config','shouldPatchExecuteScript','browser','4DTlMHK','mwPZd','latest','browserWSEndpoint','603549OSKyHd','deviceName','HTGbg','bsSessionId','CTMIw'];a2_0x2bf7=function(){return _0x548ffe;};return a2_0x2bf7();}exports['fetchPlatformDetails']=_0x4f9015=>{const _0x3e2657=a2_0x4a867a,_0x2a8d24={'IUBMb':_0x3e2657(0x202),'csReM':function(_0x1481dd,_0x8cd4b3){return _0x1481dd===_0x8cd4b3;},'AmjGd':_0x3e2657(0x209),'DcMVt':function(_0x570d5d,_0x1c0422){return _0x570d5d(_0x1c0422);},'qgKYG':function(_0x11fb1b,_0x36d0db,_0x33aca3){return _0x11fb1b(_0x36d0db,_0x33aca3);},'BUROH':_0x3e2657(0x1f3),'AMqML':_0x3e2657(0x1de),'Vdiax':function(_0x41260e,_0x1f5360){return _0x41260e(_0x1f5360);},'WNBzh':'Playwright','mwPZd':function(_0x332776,_0x4106b5,_0x455913){return _0x332776(_0x4106b5,_0x455913);},'CTMIw':'browser','woSDs':_0x3e2657(0x1f9),'NlOZA':_0x3e2657(0x1d7),'SzoQi':function(_0x47683e,_0x2ec66a){return _0x47683e(_0x2ec66a);}};if(!_0x4f9015)return null;let _0x4feabb=global['__cloud_provider___']||_0x2a8d24[_0x3e2657(0x1eb)];if(_0x2a8d24[_0x3e2657(0x1e6)](_0x4f9015[_0x3e2657(0x1f1)][_0x3e2657(0x205)],_0x2a8d24[_0x3e2657(0x1d6)])){const _0x2afe82=_0x4f9015[_0x3e2657(0x1f5)];if(!_0x2afe82)return null;const _0xadfdab=_0x2afe82[_0x3e2657(0x1e4)],_0x45c8e8=_0x2a8d24[_0x3e2657(0x1bf)](getOSVersionFromCaps,_0x2a8d24['qgKYG'](nestedKeyValue,_0x4f9015,[_0x2a8d24[_0x3e2657(0x1c5)],_0x2a8d24[_0x3e2657(0x20c)]]));return{[_0x4feabb]:{'browser':_0xadfdab[_0x3e2657(0x1d0)],'browser_version':_0xadfdab['browserVersion'],'capabilities':_0xadfdab,'platform':_0xadfdab[_0x3e2657(0x1ce)],'platform_version':_0xadfdab[_0x3e2657(0x1ef)]||_0x45c8e8,'product':_0x2a8d24[_0x3e2657(0x204)](getObservabilityLinkedProductName,_0xadfdab),'session_id':_0x2afe82[_0x3e2657(0x210)]}};}else{if(_0x2a8d24[_0x3e2657(0x1e6)](_0x4f9015['constructor'][_0x3e2657(0x205)],_0x2a8d24['WNBzh'])){const _0x585219=PlaywrightSessionDetails['getDetails']();_0x4feabb=_0x585219[_0x3e2657(0x1e5)]||_0x4feabb;const _0x45e7e5=_0x2a8d24[_0x3e2657(0x1f7)](nestedKeyValue,_0x4f9015,[_0x2a8d24['BUROH'],_0x2a8d24[_0x3e2657(0x1fe)],_0x2a8d24[_0x3e2657(0x1e3)]]),_0x3a4271=_0x45e7e5?JSON[_0x3e2657(0x201)](new URL(_0x45e7e5)['searchParams'][_0x3e2657(0x1cb)](_0x2a8d24[_0x3e2657(0x1e2)])):{};return{[_0x4feabb]:{'browser':_0x585219[_0x3e2657(0x1f5)]||_0x3a4271['browserName'],'browser_version':_0x585219['browser_version']||_0x3a4271[_0x3e2657(0x1be)],'capabilities':_0x3a4271,'platform':_0x585219[_0x3e2657(0x211)],'platform_version':_0x585219[_0x3e2657(0x1ea)],'product':_0x2a8d24[_0x3e2657(0x1d2)](getObservabilityLinkedProductName,_0x3a4271),'session_id':_0x585219[_0x3e2657(0x1fd)]}};}}};const setAccessibilityPlatformFlag=_0x23b61a=>{const _0x13c5ec=a2_0x4a867a,_0x36d844={};_0x36d844[_0x13c5ec(0x1df)]=_0x13c5ec(0x1e0);const _0x1b101a=_0x36d844;global['accessibilityPlatform']=_0x23b61a,globals['setGlobal'](_0x1b101a[_0x13c5ec(0x1df)],_0x23b61a);};exports[a2_0x4a867a(0x1d9)]=_0x344cd2=>{const _0x1df9ba=a2_0x4a867a,_0x5f0a14={'oAsRh':function(_0x1c49bb){return _0x1c49bb();},'NCgJl':function(_0x362dfc,_0x7b5e48){return _0x362dfc(_0x7b5e48);},'ECehe':_0x1df9ba(0x1d3),'Ejdlh':function(_0x168d01,_0x18f266){return _0x168d01(_0x18f266);},'KeWCi':function(_0x174470,_0x285f54){return _0x174470!==_0x285f54;},'LYngE':_0x1df9ba(0x1f8),'vrQUs':'on\x20non-BrowserStack\x20infrastructure\x20','zBMyC':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.'};if(_0x5f0a14[_0x1df9ba(0x1c4)](isAccessibilityAutomationSession)){const _0x23b484=_0x344cd2[_0x1df9ba(0x1f5)],_0x106ac9=_0x23b484[_0x1df9ba(0x1e4)];_0x5f0a14['NCgJl'](setAccessibilityPlatformFlag,!![]);!accessibilityHelper['isBrowserSupportedForAccessibility'](_0x106ac9[_0x1df9ba(0x1d0)])&&(logger['warn'](_0x5f0a14[_0x1df9ba(0x1c1)]),_0x5f0a14['Ejdlh'](setAccessibilityPlatformFlag,![]));if(_0x5f0a14[_0x1df9ba(0x1cd)](_0x106ac9[_0x1df9ba(0x1cf)],_0x5f0a14[_0x1df9ba(0x207)])){const _0x500ac6=_0x5f0a14[_0x1df9ba(0x1c4)](isBrowserstackInfra),_0x34869c=accessibilityHelper[_0x1df9ba(0x1ed)](_0x106ac9[_0x1df9ba(0x1d0)],_0x500ac6),_0x2074c1=accessibilityHelper[_0x1df9ba(0x20e)](_0x106ac9[_0x1df9ba(0x1d0)]);if(!accessibilityHelper['isVersionSupported'](_0x106ac9[_0x1df9ba(0x1cf)],_0x34869c)){const _0x1ab498=_0x500ac6?'':_0x5f0a14[_0x1df9ba(0x1c6)];logger[_0x1df9ba(0x1ec)](_0x1df9ba(0x1e1)+_0x2074c1+_0x1df9ba(0x1c2)+_0x34869c+_0x1df9ba(0x1c7)+_0x1ab498+'.'),_0x5f0a14[_0x1df9ba(0x206)](setAccessibilityPlatformFlag,![]);}}!_0x5f0a14['NCgJl'](isUndefined,_0x106ac9[_0x1df9ba(0x1fb)])&&(logger[_0x1df9ba(0x1ec)](_0x5f0a14[_0x1df9ba(0x20b)]),_0x5f0a14[_0x1df9ba(0x208)](setAccessibilityPlatformFlag,![]));}},exports[a2_0x4a867a(0x1f4)]=_0x1157a0=>{const _0x54c4af=a2_0x4a867a,_0x43c69d={};_0x43c69d[_0x54c4af(0x1cc)]=function(_0x30c4e2,_0x5127da){return _0x30c4e2!==_0x5127da;},_0x43c69d[_0x54c4af(0x1f0)]=_0x54c4af(0x20f),_0x43c69d[_0x54c4af(0x20a)]='browserstack_executor',_0x43c69d['gusZH']='browserstack_accessibility_automation_script';const _0x5ce4a9=_0x43c69d;if(!_0x1157a0)return![];else{if(_0x5ce4a9[_0x54c4af(0x1cc)](typeof _0x1157a0,_0x5ce4a9[_0x54c4af(0x1f0)]))return!![];}return!_0x1157a0[_0x54c4af(0x1ff)](_0x5ce4a9[_0x54c4af(0x20a)])&&!_0x1157a0['includes'](_0x5ce4a9[_0x54c4af(0x1ca)]);};
@@ -1 +1 @@
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
+ const a3_0x32bc1b=a3_0x3ad6;function a3_0x1d46(){const _0x9d03af=['find','failed\x20to\x20get\x20root\x20parent\x20file\x20','CODECEPT','BROWSERSTACK','VoaWc','rUeAI','testAnalyticsId','string','kVjFK','../utils/constants','findGitConfig','YBzZN','XxIRM','retryOf','6374963LGbauD','PGbep','_afterAll','hook_run','debug','5|1|0|3|2|4','tags','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','concat','xXptj','hXusy','startedAt','__platformCaps','TIVXh','integrations','eklOL','enabled','stop','backtrace','frameworkName','toISOString','meta','_afterEach','TagxN','6EetGgn','Mrmeq','uuid','OLpBC','captureEvent','prototype','_testEnv','replace','wrluD','PLAYWRIGHT_HUB_URL','74585SfiwKI','currentHook','path','failed','toLowerCase','XulzW','initializeBddStep','hwIrO','ZJeJn','JbjUg','Ssokv','fullTitle','join','HookRunFinished','2993078QQCDGP','\x20with\x20error\x20:\x20','STATE_PASSED','GOzYW','includes','bs:addLog:','48qGOKck','push','Ncfkf','wqTlD','__cloud_provider___','wsEndpoint','KYObX','getHooksForTest','HookRunStarted','event_type','.git','drDof','88FRIxIG','STATE_FAILED','passed','accessibilityPlatform','hooks','uploadEventData','iobKh','errorsDetailed','getTime','oNlmQ','Bafzg','fireEvent','zaKPM','length','cAwIc','TestRunFinished','oTDds','./helper.js','TvBmr','pendingHookEvents','then','launch','TestRunSkipped','status','skipped','format','failure_reason_expanded','sep','name','currentTest','BtfLQ','PathHelper','constructor','Not\x20able\x20to\x20import\x20Browser','relative','_paths','TffKy','Xsumk','XdyoD','type','TEST_REPORTING_ANALYTICS','sWGRq','TEST_EVENTS','finished_at','split','FbbTF','EGORP','MYYum','connectOverCDP','DDOgs','bddStepStart','mrwyX','vxOlo','markedStatus','TEST_RUN_STARTED','util','defineProperty','finished','KuVQV','../../helpers/test-observability/requestQueueHandler','tKpNJ','match','started','text','eventType','groups','JLEGV','hook','hook_type','shutdown','test_run','../../helpers/helper','setupBrowserDetails','duration','../../helpers/test-observability/constants','body','229340TmJfjp','yoKUi','IIaFh','obsBrowserTypeMockApplied','Playwright','ZDJul','1908820wnwoks','getRootParentFile','cwd','_beforeEach','xchie','getCBTInfo','file','ctx','pending','bufferPendingHookEvent','bddSteps','svCfs','parent','KZkcs','bddStepFinish','test_run_uuid','getHookType','test','O11yHelper','Oluiy','dazSS','../mocha/test-observability/mochaUtils','hookAnalyticsId','dDjIH','toString','12542FPfFMX','../playwright/accessibility-helper','Hmofk','resetSkipTestHooks','bind','LuLDM','stringify','LogCreated','failure','apply','session_id','Failed\x20to\x20parse\x20wsendpoint\x20','853776haWfFl','YcjQi','feature','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','File\x20path\x20could\x20not\x20be\x20found','stepAnalyticsId','toUpperCase','prefixTestPath','patchConsoleLogger','failure_backtrace','suites','qrvXf','QvZcu','WxYww','now','javascript','hook_run_uuid','result','Failed\x20to\x20flush\x20pending\x20hook\x20event\x20','iFfBe','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','WDsRD','mapTestHooks','browserstack','../../helpers/testhub/utils.js','tzHme','96KUytSV','uploadData','pkSsL','ydapf','success','getHierarchy','ZacQw','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','TEST_RUN_FINISHED','sendCBTInfo','keyword','laeXs','PMNcW','failureData','psLCF','_beforeAll','mHCQf','yLnzL','forEach','driver','CBTSessionCreated','title','KklxN'];a3_0x1d46=function(){return _0x9d03af;};return a3_0x1d46();}(function(_0x2da4bd,_0x564f94){const _0x13b985=a3_0x3ad6,_0x1ca40f=_0x2da4bd();while(!![]){try{const _0x3376a0=-parseInt(_0x13b985(0x101))/0x1*(-parseInt(_0x13b985(0x182))/0x2)+parseInt(_0x13b985(0x164))/0x3*(parseInt(_0x13b985(0x1da))/0x4)+parseInt(_0x13b985(0x16e))/0x5*(parseInt(_0x13b985(0x127))/0x6)+-parseInt(_0x13b985(0x14c))/0x7+-parseInt(_0x13b985(0x18e))/0x8*(-parseInt(_0x13b985(0x10d))/0x9)+parseInt(_0x13b985(0x1e0))/0xa+-parseInt(_0x13b985(0x17c))/0xb;if(_0x3376a0===_0x564f94)break;else _0x1ca40f['push'](_0x1ca40f['shift']());}catch(_0x33934c){_0x1ca40f['push'](_0x1ca40f['shift']());}}}(a3_0x1d46,0xac589));const path=require(a3_0x32bc1b(0x170)),util=require(a3_0x32bc1b(0x1c5)),fs=require('fs'),{v4:uuidv4}=require(a3_0x32bc1b(0x166)),{resolveBrowserTypeClass,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a3_0x32bc1b(0x1d5)),testOpsHelper=require('../../helpers/test-observability/utils'),{getTestEnv}=require(a3_0x32bc1b(0xfd)),{FRAMEWORKS}=require(a3_0x32bc1b(0x1d8)),logger=require('../../helpers/logger')['winstonLogger'],SessionHandler=require('../../helpers/test-observability/sessionHandler'),RequestQueueHandler=require(a3_0x32bc1b(0x1c9)),PlaywrightSessionDetails=require('../playwright/sessionDetails'),debug=testOpsHelper[a3_0x32bc1b(0x150)],{processAccessibilityCaps}=require(a3_0x32bc1b(0x102)),Constants=require(a3_0x32bc1b(0x147)),{fetchPlatformDetails}=require(a3_0x32bc1b(0x19f)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a3_0x32bc1b(0x125)),constants=require(a3_0x32bc1b(0x147)),STATE_PASSED=a3_0x32bc1b(0x190),STATE_FAILED=a3_0x32bc1b(0x171),a3_0xeaf0f1={};a3_0xeaf0f1[a3_0x32bc1b(0x1c4)]='TestRunStarted',a3_0xeaf0f1[a3_0x32bc1b(0x12f)]=a3_0x32bc1b(0x19d),a3_0xeaf0f1['TEST_RUN_SKIPPED']=a3_0x32bc1b(0x1a4),a3_0xeaf0f1['HOOK_RUN_STARTED']=a3_0x32bc1b(0x18a),a3_0xeaf0f1['HOOK_RUN_FINISHED']=a3_0x32bc1b(0x17b);const TEST_EVENTS=a3_0xeaf0f1,parseEvent=_0x2e419e=>{const _0x10756c=a3_0x32bc1b,_0x5051b6={};_0x5051b6[_0x10756c(0x1bc)]=function(_0x54883b,_0x19f30b){return _0x54883b<_0x19f30b;},_0x5051b6['KklxN']=function(_0x50bed0,_0x1b60a4){return _0x50bed0===_0x1b60a4;},_0x5051b6[_0x10756c(0x135)]=_0x10756c(0x1f1),_0x5051b6[_0x10756c(0x1bd)]=_0x10756c(0x1d1),_0x5051b6[_0x10756c(0x197)]=_0x10756c(0x1a6),_0x5051b6[_0x10756c(0x167)]=_0x10756c(0x1cc),_0x5051b6['KuVQV']=function(_0x5b7c6b,_0xba348b){return _0x5b7c6b===_0xba348b;},_0x5051b6[_0x10756c(0x119)]='finished';const _0x5715df=_0x5051b6,_0x462179=_0x2e419e[_0x10756c(0x1cb)](/^(.*)Run(.*)$/);if(!_0x462179)return null;if(_0x5715df[_0x10756c(0x1bc)](_0x462179[_0x10756c(0x19b)],0x3))return null;const _0x1235d2=_0x462179[0x1][_0x10756c(0x172)](),_0x3533c8=_0x462179[0x2]['toLowerCase']();return{'test':_0x5715df[_0x10756c(0x13d)](_0x1235d2,_0x5715df[_0x10756c(0x135)]),'hook':_0x5715df[_0x10756c(0x13d)](_0x1235d2,_0x5715df[_0x10756c(0x1bd)]),'skipped':_0x5715df[_0x10756c(0x13d)](_0x3533c8,_0x5715df[_0x10756c(0x197)]),'started':_0x5715df['KklxN'](_0x3533c8,_0x5715df[_0x10756c(0x167)]),'finished':_0x5715df[_0x10756c(0x1c8)](_0x3533c8,_0x5715df[_0x10756c(0x119)])};},mockPWBrowserType=_0x94f064=>{const _0x50f9d5=a3_0x32bc1b,_0xfe873={'Mrmeq':function(_0x20bb9d,_0x19d8f4){return _0x20bb9d===_0x19d8f4;},'pkSsL':_0x50f9d5(0x145),'TIVXh':function(_0x546d84,_0x4c549e,_0xb38e3b){return _0x546d84(_0x4c549e,_0xb38e3b);},'wqTlD':_0x50f9d5(0x187),'eklOL':function(_0x2396a4,_0x2743c9){return _0x2396a4(_0x2743c9);},'Hmofk':_0x50f9d5(0x124),'dazSS':function(_0x1f1936,_0x22d808,_0x179098){return _0x1f1936(_0x22d808,_0x179098);},'mrwyX':function(_0x5eb4b5){return _0x5eb4b5();},'WDsRD':_0x50f9d5(0x1af),'xXptj':'connect','kVjFK':_0x50f9d5(0x1a3)},_0x35c82b=_0xfe873[_0x50f9d5(0x1c1)](resolveBrowserTypeClass);if(!_0x35c82b){_0xfe873[_0x50f9d5(0x15b)](debug,_0xfe873[_0x50f9d5(0x122)]);return;}const _0x3dfce1=_0x35c82b[_0x50f9d5(0x169)];if(_0x3dfce1[_0x50f9d5(0x1dd)])return;const _0x13d08b=_0x3dfce1['connect'];Object[_0x50f9d5(0x1c6)](_0x3dfce1,_0xfe873[_0x50f9d5(0x155)],{'get':function(){return async function _0x1cb9b0(_0x54f8a0,_0x5d587f){const _0x421547=a3_0x3ad6,_0x4b2c6d={'GOzYW':function(_0x17dc56,_0x381d6d){const _0x1dee9f=a3_0x3ad6;return _0xfe873[_0x1dee9f(0x165)](_0x17dc56,_0x381d6d);},'dDjIH':_0xfe873[_0x421547(0x129)]},_0x3598bc=_0xfe873[_0x421547(0x159)](nestedKeyValue,_0x54f8a0,[_0xfe873[_0x421547(0x185)]])||_0x54f8a0;let _0xb3e492=null,_0x4ac0f1=null;try{[_0x4ac0f1,_0xb3e492]=_0x3598bc?_0xfe873[_0x421547(0x15b)](parseWSEndpoint,_0x3598bc):[null,null],global[_0x421547(0x158)]=_0xb3e492,logger[_0x421547(0x150)](_0x421547(0x121)+_0x4ac0f1),_0x4ac0f1['includes'](Constants[_0x421547(0x141)])&&(global[_0x421547(0x186)]=_0xfe873[_0x421547(0x103)]);}catch(_0x46f7eb){logger[_0x421547(0x150)](_0x421547(0x10c)+_0x3598bc+'\x20'+_0x46f7eb);}_0xfe873[_0x421547(0xfc)](processAccessibilityCaps,_0xb3e492,_0x4ac0f1);if(global[_0x421547(0x191)]){const _0x1bf700=await _0x3dfce1[_0x421547(0x1be)]['apply'](this,[''+Constants[_0x421547(0x16d)]+_0xfe873[_0x421547(0x15b)](encodeURIComponent,JSON[_0x421547(0x107)](_0xb3e492))]);return PlaywrightSessionDetails[_0x421547(0x1d6)](_0x1bf700,_0x94f064,_0x3598bc),_0x1bf700;}return _0x13d08b[_0x421547(0x10a)](this,arguments)[_0x421547(0x1a2)](_0x5c2472=>{const _0x420d13=_0x421547;let _0x2c3253=_0x54f8a0[_0x420d13(0x187)];return _0x4b2c6d[_0x420d13(0x17f)](typeof _0x54f8a0,_0x4b2c6d[_0x420d13(0xff)])&&(_0x2c3253=_0x54f8a0),PlaywrightSessionDetails[_0x420d13(0x1d6)](_0x5c2472,_0x94f064,_0x2c3253),_0x5c2472;});};}});const _0x55a60e=_0x3dfce1[_0x50f9d5(0x1a3)];Object[_0x50f9d5(0x1c6)](_0x3dfce1,_0xfe873[_0x50f9d5(0x146)],{'get':function(){return async function _0x54cda0(){const _0x14c33d=a3_0x3ad6;return _0x55a60e[_0x14c33d(0x10a)](this,arguments)[_0x14c33d(0x1a2)](_0x34a8b8=>{return PlaywrightSessionDetails['setupBrowserDetails'](_0x34a8b8,null),_0x34a8b8;});};}});};function a3_0x3ad6(_0x30714a,_0x3dfddc){const _0x1d4657=a3_0x1d46();return a3_0x3ad6=function(_0x3ad661,_0x559621){_0x3ad661=_0x3ad661-0xfc;let _0x45e5b0=_0x1d4657[_0x3ad661];return _0x45e5b0;},a3_0x3ad6(_0x30714a,_0x3dfddc);}class O11yHelper{['currentTest']=null;['currentHook']=null;[a3_0x32bc1b(0x15c)]=![];[a3_0x32bc1b(0x15f)]=![];['pendingHookEvents']=[];constructor(_0x4d5ad9,_0x312dae){const _0x5b5ba6=a3_0x32bc1b,_0x6039b4={'vxOlo':_0x5b5ba6(0x151),'TvBmr':function(_0x4d7684){return _0x4d7684();},'TffKy':function(_0x5446a8,_0x40e1e4){return _0x5446a8===_0x40e1e4;},'VnJrv':_0x5b5ba6(0x1de),'WxYww':function(_0x2890f3,_0x5c4ed9){return _0x2890f3(_0x5c4ed9);},'CcpWF':function(_0x4030fa){return _0x4030fa();}},_0x55a9f9=_0x6039b4[_0x5b5ba6(0x1c2)][_0x5b5ba6(0x1ba)]('|');let _0x4fb627=0x0;while(!![]){switch(_0x55a9f9[_0x4fb627++]){case'0':this[_0x5b5ba6(0x13a)]=_0x4d5ad9;continue;case'1':this['frameworkName']=_0x312dae[_0x5b5ba6(0x15f)];continue;case'2':this[_0x5b5ba6(0x1b1)]=new testOpsHelper[(_0x5b5ba6(0x1ad))]({'cwd':process[_0x5b5ba6(0x1e2)]()},this[_0x5b5ba6(0x16a)]['location_prefix']);continue;case'3':this[_0x5b5ba6(0x16a)]=_0x6039b4[_0x5b5ba6(0x1a0)](getTestEnv);continue;case'4':this[_0x5b5ba6(0x13a)]&&_0x6039b4[_0x5b5ba6(0x1b2)](this[_0x5b5ba6(0x13a)][_0x5b5ba6(0x1ae)][_0x5b5ba6(0x1aa)],_0x6039b4['VnJrv'])&&_0x6039b4[_0x5b5ba6(0x11a)](mockPWBrowserType,null);continue;case'5':this[_0x5b5ba6(0x15c)]=_0x6039b4['CcpWF'](shouldProcessEventForTesthub);continue;}break;}}['hasLiveDriverSession'](){const _0x20ef41=a3_0x32bc1b,_0x361167={'oTDds':function(_0xb9737a,_0x1f6a8c){return _0xb9737a(_0x1f6a8c);}};if(!this[_0x20ef41(0x13a)])return![];try{const _0x39f284=_0x361167[_0x20ef41(0x19e)](fetchPlatformDetails,this[_0x20ef41(0x13a)]);if(!_0x39f284)return![];const _0x316644=Object['keys'](_0x39f284)[0x0];return!!(_0x316644&&_0x39f284[_0x316644]&&_0x39f284[_0x316644][_0x20ef41(0x10b)]);}catch(_0x3239b1){return![];}}[a3_0x32bc1b(0x1e9)](_0x51eda2,_0x1f5618){const _0x1ef538=a3_0x32bc1b;if(!_0x1f5618)return;const _0x3166ce={};_0x3166ce[_0x1ef538(0x1ce)]=_0x51eda2,_0x3166ce[_0x1ef538(0x128)]=_0x1f5618,this[_0x1ef538(0x1a1)]['push'](_0x3166ce);}async['flushPendingHookEvents'](){const _0x3d41ff=a3_0x32bc1b,_0x276bf7={};_0x276bf7[_0x3d41ff(0x1bb)]=function(_0x17c63f,_0x387db1){return _0x17c63f&&_0x387db1;};const _0x125d23=_0x276bf7;if(!this['pendingHookEvents'][_0x3d41ff(0x19b)])return;if(!this['hasLiveDriverSession']())return;const _0x47bc7d=this[_0x3d41ff(0x1e5)](this['driver']),_0x145141=this['pendingHookEvents']['splice'](0x0,this[_0x3d41ff(0x1a1)][_0x3d41ff(0x19b)]);for(const {eventType:_0x2a76c2,uploadData:_0x379d5f}of _0x145141){try{const _0x3ead83=_0x379d5f[_0x3d41ff(0x14f)]||_0x379d5f[_0x3d41ff(0x1d4)];_0x125d23['FbbTF'](_0x3ead83,_0x47bc7d)&&(_0x3ead83[_0x3d41ff(0x15a)]=_0x47bc7d),await this[_0x3d41ff(0x199)](_0x2a76c2,_0x379d5f);}catch(_0x5a43aa){logger['debug'](_0x3d41ff(0x11f)+_0x2a76c2+':\x20'+util[_0x3d41ff(0x1a7)](_0x5a43aa));}}}['start'](){const _0x38ad3f=a3_0x32bc1b;if(!this[_0x38ad3f(0x15c)])return;testOpsHelper[_0x38ad3f(0x115)](),process['removeAllListeners'](_0x38ad3f(0x181)+process['pid']),process['on'](_0x38ad3f(0x181)+process['pid'],this['appendTestItemLog'][_0x38ad3f(0x105)](this));}async[a3_0x32bc1b(0x15d)](){const _0x14101c=a3_0x32bc1b;await RequestQueueHandler['getInstance']()[_0x14101c(0x1d3)]();}async['appendTestItemLog'](_0x1047fd){const _0x159541=a3_0x32bc1b,_0x24385d={'ZacQw':_0x159541(0x108),'JbjUg':function(_0x37207c,_0x3652e5){return _0x37207c(_0x3652e5);}};try{this[_0x159541(0x16f)]&&!this['currentHook'][_0x159541(0x1c3)]&&(_0x1047fd[_0x159541(0x11d)]=this[_0x159541(0x16f)][_0x159541(0xfe)]);!_0x1047fd[_0x159541(0x11d)]&&this['currentTest']&&!this[_0x159541(0x1ab)][_0x159541(0x1c3)]&&(_0x1047fd['test_run_uuid']=this[_0x159541(0x1ab)][_0x159541(0x144)]);if(_0x1047fd[_0x159541(0x11d)]||_0x1047fd[_0x159541(0x1ef)]){const _0x5a1691={};_0x5a1691[_0x159541(0x18b)]=_0x24385d[_0x159541(0x12d)],_0x5a1691['logs']=[_0x1047fd],await SessionHandler[_0x159541(0x193)](_0x5a1691);}}catch(_0x1db88f){_0x24385d[_0x159541(0x177)](debug,_0x159541(0x110)+constants[_0x159541(0x1b6)]+_0x159541(0x17d)+_0x1db88f);}}async[a3_0x32bc1b(0x130)](_0x3b6c38){const _0x2f0c84=a3_0x32bc1b,_0x17226c={'ZJeJn':_0x2f0c84(0x13b),'iobKh':function(_0x4299c6,_0x1ab9dc){return _0x4299c6(_0x1ab9dc);}};if(!this[_0x2f0c84(0x15c)])return;const _0x284e16=this['getCBTInfo'](this[_0x2f0c84(0x13a)]);try{const _0x3eda92={};_0x3eda92[_0x2f0c84(0x166)]=_0x3b6c38,_0x3eda92[_0x2f0c84(0x15a)]=_0x284e16;const _0x21f76d=_0x3eda92,_0x5b9add={};_0x5b9add[_0x2f0c84(0x18b)]=_0x17226c[_0x2f0c84(0x176)],_0x5b9add[_0x2f0c84(0x1d4)]=_0x21f76d,await SessionHandler[_0x2f0c84(0x193)](_0x5b9add);}catch(_0x174804){_0x17226c[_0x2f0c84(0x194)](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20'+constants[_0x2f0c84(0x1b6)]+_0x2f0c84(0x17d)+_0x174804);}}[a3_0x32bc1b(0x1e5)](_0x464f13){const _0x2e7f1c={'TvSzk':function(_0x490688,_0x4cc0dd){return _0x490688(_0x4cc0dd);}};return _0x2e7f1c['TvSzk'](fetchPlatformDetails,_0x464f13);}[a3_0x32bc1b(0x104)]=_0x2fb968=>{const _0x5c6390=a3_0x32bc1b,_0x73b75={};_0x73b75[_0x5c6390(0x1ca)]=_0x5c6390(0x1e3),_0x73b75[_0x5c6390(0x1e4)]=_0x5c6390(0x162);const _0x3ac25c=_0x73b75;if(!_0x2fb968||!_0x2fb968[_0x5c6390(0x1ec)])return;[_0x3ac25c[_0x5c6390(0x1ca)],_0x3ac25c[_0x5c6390(0x1e4)]]['forEach'](_0x14b4b0=>{const _0x1a9a2a=_0x5c6390,_0x5aeb9b=_0x2fb968[_0x1a9a2a(0x1ec)][_0x14b4b0];_0x5aeb9b[_0x1a9a2a(0x139)](_0x199731=>{_0x199731['hookAnalyticsId']&&(_0x199731['hookAnalyticsId']=null);});});};[a3_0x32bc1b(0x123)](_0x34ff70){const _0xcd12cc=a3_0x32bc1b,_0x50daa6={'JLEGV':'codeceptjs','svCfs':function(_0x14fd48){return _0x14fd48();},'wrluD':function(_0x457200,_0x356622){return _0x457200===_0x356622;},'ydapf':_0xcd12cc(0x162),'DDOgs':_0xcd12cc(0x136),'YcjQi':_0xcd12cc(0x14e),'NHbtr':_0xcd12cc(0x1e3)};if(!_0x34ff70||!_0x34ff70['parent'])return;[_0x50daa6[_0xcd12cc(0x1bf)],_0x50daa6[_0xcd12cc(0x10e)],_0x50daa6['NHbtr'],_0x50daa6[_0xcd12cc(0x12a)]]['forEach'](_0x33826a=>{const _0x34b21b=_0xcd12cc,_0x11b167=_0x34ff70[_0x34b21b(0x1ec)][_0x33826a]||[];_0x11b167[_0x34b21b(0x139)](_0x4d4da8=>{const _0x141287=_0x34b21b;if(_0x4d4da8['title']['includes'](_0x50daa6[_0x141287(0x1d0)]))return;if(!_0x4d4da8[_0x141287(0xfe)])_0x4d4da8[_0x141287(0xfe)]=_0x50daa6['svCfs'](uuidv4);else _0x4d4da8['markedStatus']&&_0x50daa6[_0x141287(0x16c)](_0x33826a,_0x50daa6['ydapf'])&&(_0x4d4da8['hookAnalyticsId']=_0x50daa6[_0x141287(0x1eb)](uuidv4),delete _0x4d4da8[_0x141287(0x1c3)]);});}),this[_0xcd12cc(0x123)](_0x34ff70[_0xcd12cc(0x1ec)]);}[a3_0x32bc1b(0x189)](_0x768650){const _0x297fd5=a3_0x32bc1b,_0x318217={};_0x318217[_0x297fd5(0x143)]='_beforeAll',_0x318217[_0x297fd5(0x14d)]=_0x297fd5(0x14e),_0x318217[_0x297fd5(0x1ac)]=_0x297fd5(0x1e3),_0x318217[_0x297fd5(0x118)]='_afterEach';const _0x784d9d=_0x318217;if(!_0x768650||!_0x768650[_0x297fd5(0x1ec)])return[];const _0x210553=[];return[_0x784d9d['rUeAI'],_0x784d9d[_0x297fd5(0x14d)],_0x784d9d[_0x297fd5(0x1ac)],_0x784d9d[_0x297fd5(0x118)]][_0x297fd5(0x139)](_0x5b5d05=>{const _0x5e8649=_0x297fd5,_0x1e688a=_0x768650['parent'][_0x5b5d05]||[];_0x1e688a[_0x5e8649(0x139)](_0x5d2120=>{const _0x19a6c8=_0x5e8649;_0x5d2120[_0x19a6c8(0xfe)]&&_0x210553['push'](_0x5d2120[_0x19a6c8(0xfe)]);});}),[][_0x297fd5(0x154)](_0x210553,this[_0x297fd5(0x189)](_0x768650[_0x297fd5(0x1ec)]));}[a3_0x32bc1b(0x1f0)](_0x5b94c3){const _0x292619=a3_0x32bc1b,_0x10423e=/^"(?<hook>.*)" hook:.*$/,_0x1acd17=_0x5b94c3[_0x292619(0x13c)],_0x6f748b=_0x1acd17[_0x292619(0x1cb)](_0x10423e);if(_0x6f748b&&_0x6f748b[_0x292619(0x1cf)])return _0x6f748b[_0x292619(0x1cf)][_0x292619(0x1d1)][_0x292619(0x113)]()[_0x292619(0x16b)]('\x20','_');return null;}[a3_0x32bc1b(0x148)](_0x44f14c){const _0xb48609=a3_0x32bc1b,_0xc33982={};_0xc33982['LuLDM']=function(_0x44942e,_0x1dffe5){return _0x44942e===_0x1dffe5;},_0xc33982[_0xb48609(0x1b4)]=function(_0x1af477,_0x479999){return _0x1af477===_0x479999;},_0xc33982[_0xb48609(0x1b3)]=_0xb48609(0x18c);const _0x1c33cb=_0xc33982,_0x588532=path[_0xb48609(0x1a9)];if(_0x1c33cb[_0xb48609(0x106)](_0x44f14c,null)||_0x1c33cb[_0xb48609(0x106)](_0x44f14c,'')||_0x1c33cb[_0xb48609(0x106)](_0x44f14c,_0x588532)||_0x1c33cb[_0xb48609(0x1b4)](_0x44f14c,path['dirname'](_0x44f14c)))return null;try{return fs['statSync'](path[_0xb48609(0x17a)](_0x44f14c,_0x1c33cb['Xsumk'])),_0x44f14c;}catch(_0x3ed0d4){const _0x62d15=path['dirname'](_0x44f14c);return this[_0xb48609(0x148)](_0x62d15);}}[a3_0x32bc1b(0x1e1)](_0x2f33f8){const _0x295a7c=a3_0x32bc1b,_0x2d5f48={};_0x2d5f48[_0x295a7c(0x173)]=function(_0x1fda78,_0x7dc6a3){return _0x1fda78>_0x7dc6a3;};const _0x5a1091=_0x2d5f48;if(_0x2f33f8['file'])return _0x2f33f8[_0x295a7c(0x1e6)];if(_0x2f33f8['ctx']){const _0x10a86b=_0x2f33f8['ctx'][_0x295a7c(0x1ab)]?this['getRootParentFile'](_0x2f33f8[_0x295a7c(0x1e7)]['currentTest']):null;if(_0x10a86b)return _0x10a86b;}if(_0x2f33f8['parent']){const _0x1325ae=this[_0x295a7c(0x1e1)](_0x2f33f8[_0x295a7c(0x1ec)])||(_0x2f33f8['parent'][_0x295a7c(0x1e7)]&&_0x2f33f8[_0x295a7c(0x1ec)][_0x295a7c(0x1e7)][_0x295a7c(0x1ab)]?this[_0x295a7c(0x1e1)](_0x2f33f8['parent'][_0x295a7c(0x1e7)][_0x295a7c(0x1ab)]):null);if(_0x1325ae)return _0x1325ae;_0x2f33f8[_0x295a7c(0x1ec)][_0x295a7c(0x117)]&&_0x5a1091[_0x295a7c(0x173)](_0x2f33f8['parent'][_0x295a7c(0x117)][_0x295a7c(0x19b)],0x0)&&_0x2f33f8[_0x295a7c(0x1ec)]['suites']['forEach'](_0x52cbb8=>{const _0x17cc32=_0x295a7c,_0x4f5294=_0x52cbb8[_0x17cc32(0x1e7)]?this[_0x17cc32(0x1e1)](_0x52cbb8[_0x17cc32(0x1e7)]):null;if(_0x4f5294)return _0x4f5294;});}return null;}[a3_0x32bc1b(0x12c)](_0x5a5dee){const _0xaadbae=a3_0x32bc1b,_0x194c78={};_0x194c78[_0xaadbae(0x149)]=function(_0x34f0d0,_0x4d9832){return _0x34f0d0!==_0x4d9832;};const _0x212dc6=_0x194c78,_0x4f519c=[];if(_0x5a5dee&&_0x5a5dee[_0xaadbae(0x1ec)]){let _0x24ff91=_0x5a5dee[_0xaadbae(0x1ec)];while(_0x24ff91&&_0x212dc6['YBzZN'](_0x24ff91[_0xaadbae(0x13c)],'')){_0x4f519c[_0xaadbae(0x183)](_0x24ff91[_0xaadbae(0x13c)]),_0x24ff91=_0x24ff91[_0xaadbae(0x1ec)];}}return _0x4f519c;}[a3_0x32bc1b(0x168)](_0x2f05b8,_0x2580fd,_0x43e0eb=undefined){const _0x554f37=a3_0x32bc1b,_0x3206dd={'Oluiy':function(_0x5b586f,_0x64d3ac){return _0x5b586f(_0x64d3ac);},'hwIrO':function(_0x21043b){return _0x21043b();},'XxIRM':function(_0x3d50a5){return _0x3d50a5();},'tzHme':function(_0x31a21f){return _0x31a21f();},'VoaWc':'err','Bafzg':function(_0x131c3a,_0x200776){return _0x131c3a!==_0x200776;},'Poyel':function(_0x19cf71,_0x455a2e){return _0x19cf71!==_0x455a2e;},'PAecQ':_0x554f37(0x111),'yLnzL':_0x554f37(0x1e8),'KZkcs':_0x554f37(0x171),'PMNcW':_0x554f37(0x190),'IIaFh':_0x554f37(0x1a6),'VyMjo':_0x554f37(0x11c),'hXusy':function(_0x30fff6,_0x48fb46){return _0x30fff6-_0x48fb46;},'jWdqX':function(_0x2fe6df,_0x23bc49,_0x30de7f,_0x3ba360,_0x1dd785){return _0x2fe6df(_0x23bc49,_0x30de7f,_0x3ba360,_0x1dd785);},'TagxN':function(_0x585354,_0x4f6693){return _0x585354!==_0x4f6693;},'Ncfkf':_0x554f37(0x15a),'laeXs':_0x554f37(0x161),'mHCQf':_0x554f37(0x109),'Ssokv':_0x554f37(0x116),'sWGRq':_0x554f37(0x15e),'Djvvc':_0x554f37(0x1a8),'yoKUi':'expanded','drDof':function(_0x5d683b,_0x2a70c6){return _0x5d683b===_0x2a70c6;},'cAwIc':_0x554f37(0x14f),'FFllZ':_0x554f37(0x1d4)};if(!this[_0x554f37(0x15c)])return;try{if(_0x2580fd['fn']&&_0x2580fd['fn']['toString']()[_0x554f37(0x1cb)](/browserstack internal helper hook/))return;const _0x2c134e=_0x3206dd[_0x554f37(0x1f3)](parseEvent,_0x2f05b8);if(!_0x2c134e)return;if(_0x2c134e[_0x554f37(0x1f1)]){this[_0x554f37(0x1ab)]=_0x2580fd,this[_0x554f37(0x16f)]=null;if(_0x2c134e['started']||_0x2c134e[_0x554f37(0x1a6)]){_0x2580fd[_0x554f37(0x157)]=new Date(),_0x2580fd[_0x554f37(0x1c3)]=![];if(!_0x2580fd[_0x554f37(0x144)])_0x2580fd['testAnalyticsId']=_0x3206dd[_0x554f37(0x175)](uuidv4);else _0x2580fd[_0x554f37(0x1c3)]&&(!_0x2580fd[_0x554f37(0x14b)]&&(_0x2580fd[_0x554f37(0x14b)]=_0x2580fd[_0x554f37(0x144)]),_0x2580fd[_0x554f37(0x144)]=_0x3206dd[_0x554f37(0x14a)](uuidv4));}}else{if(_0x2c134e['hook']){this[_0x554f37(0x16f)]=_0x2580fd;if(_0x2c134e[_0x554f37(0x1cc)]){_0x2580fd['startedAt']=new Date(),_0x2580fd[_0x554f37(0x1c3)]=![];if(!_0x2580fd[_0x554f37(0xfe)])_0x2580fd[_0x554f37(0xfe)]=_0x3206dd[_0x554f37(0x126)](uuidv4);else _0x2580fd[_0x554f37(0xfe)]&&_0x2580fd[_0x554f37(0x1c3)]&&(_0x2580fd[_0x554f37(0xfe)]=_0x3206dd[_0x554f37(0x175)](uuidv4));}}}if(_0x2c134e[_0x554f37(0x1c7)]&&_0x2580fd[_0x554f37(0x1c3)])return;let _0x425d89;try{_0x425d89=this['getRootParentFile'](_0x2580fd);}catch(_0xcef755){logger[_0x554f37(0x150)](_0x554f37(0x13f)+_0xcef755),_0x425d89=null;}let _0x27d103=[];_0x43e0eb&&(_0x27d103=[_0x43e0eb,_0x3206dd[_0x554f37(0x142)]]);const _0x359bff=_0x3206dd[_0x554f37(0x198)](_0x2580fd[_0x554f37(0x195)],undefined)?util['inspect'](_0x2580fd[_0x554f37(0x195)][0x0]):_0x3206dd['Poyel'](_0x43e0eb,undefined)?_0x43e0eb[_0x554f37(0x100)]():undefined,_0x1f2388=_0x425d89?this[_0x554f37(0x148)](_0x425d89):null,_0x4f600e=_0x425d89?this[_0x554f37(0x1b1)][_0x554f37(0x114)](this[_0x554f37(0x1e1)](_0x2580fd)):_0x3206dd['PAecQ'];let _0x1727a9=_0x3206dd[_0x554f37(0x138)];const _0x557e1d=!_0x2c134e['started']?new Date()[_0x554f37(0x160)]():null;if(_0x2c134e['finished'])_0x1727a9=_0x43e0eb?_0x3206dd[_0x554f37(0x1ed)]:_0x3206dd[_0x554f37(0x133)],_0x2580fd['markedStatus']=!![];else _0x2c134e[_0x554f37(0x1a6)]&&(_0x1727a9=_0x3206dd[_0x554f37(0x1dc)],_0x2580fd[_0x554f37(0x1c3)]=!![]);const _0x16e203={'framework':this[_0x554f37(0x15f)],'uuid':_0x2580fd[_0x554f37(0x144)]||_0x2580fd[_0x554f37(0xfe)],'name':_0x2580fd['title'],'body':{'lang':_0x3206dd['VyMjo'],'code':_0x2580fd[_0x554f37(0x1d9)][_0x554f37(0x100)]()},'type':_0x2580fd[_0x554f37(0x1b5)],'scope':_0x2580fd[_0x554f37(0x179)](),'scopes':this[_0x554f37(0x12c)](_0x2580fd),'file_name':_0x4f600e,'vc_filepath':_0x1f2388?path[_0x554f37(0x1b0)](_0x1f2388,_0x425d89):null,'location':_0x4f600e,'result':_0x1727a9,'failure_reason':_0x359bff,'duration_in_ms':_0x2580fd[_0x554f37(0x1d7)]||(_0x2c134e[_0x554f37(0x1c7)]||_0x2c134e[_0x554f37(0x1a6)])?_0x3206dd[_0x554f37(0x156)](Date[_0x554f37(0x11b)](),new Date(_0x2580fd['startedAt'])[_0x554f37(0x196)]()):null,'started_at':new Date(_0x2580fd[_0x554f37(0x157)])[_0x554f37(0x160)](),'finished_at':_0x557e1d,'failure':testOpsHelper[_0x554f37(0x134)][_0x554f37(0x10a)](null,_0x27d103),'failure_type':!_0x359bff?null:testOpsHelper['getFailureType'](_0x359bff),'retry_of':_0x2580fd[_0x554f37(0x14b)]||null,'tags':_0x2580fd[_0x554f37(0x152)]||[],'customRerunParam':{'rerun_name':_0x2580fd[_0x554f37(0x179)]()}};_0x3206dd['jWdqX'](appendTesthubParams,_0x16e203,_0x2f05b8,_0x2580fd,FRAMEWORKS[_0x554f37(0x140)]);if(_0x2c134e[_0x554f37(0x1d1)])[_0x16e203[_0x554f37(0x1d2)],_0x16e203[_0x554f37(0x1aa)]]=[this[_0x554f37(0x1f0)](_0x2580fd),_0x2580fd['ctx'][_0x554f37(0x1f1)]['title']],_0x2c134e['finished']?_0x3206dd[_0x554f37(0x163)](_0x16e203[_0x554f37(0x11e)],_0x3206dd[_0x554f37(0x1ed)])&&(_0x16e203['result']=_0x3206dd[_0x554f37(0x133)]):_0x16e203[_0x554f37(0x1d9)]={};else _0x2c134e[_0x554f37(0x1f1)]&&(this[_0x554f37(0x123)](_0x2580fd),_0x2c134e[_0x554f37(0x1a6)]&&this['resetSkipTestHooks'](_0x2580fd),(_0x2c134e[_0x554f37(0x1c7)]||_0x2c134e[_0x554f37(0x1a6)])&&(_0x16e203[_0x554f37(0x192)]=this[_0x554f37(0x189)](_0x2580fd)));this[_0x554f37(0x13a)]&&(_0x2c134e['started']||_0x2c134e['skipped'])&&(_0x16e203[_0x3206dd[_0x554f37(0x184)]]=this[_0x554f37(0x1e5)](this['driver']));_0x2c134e[_0x554f37(0x1f1)]&&_0x2c134e['finished']&&_0x2580fd[_0x554f37(0x1ea)]&&(_0x16e203[_0x3206dd[_0x554f37(0x132)]]={'feature':{'name':_0x2580fd[_0x554f37(0x1ec)][_0x554f37(0x10f)][_0x554f37(0x1aa)],'path':_0x16e203['file_name'],'description':_0x2580fd[_0x554f37(0x1ec)]['comment']},'scenario':{'name':_0x2580fd['title']},'steps':_0x2580fd[_0x554f37(0x1ea)]});const _0x488e42=_0x16e203[_0x3206dd[_0x554f37(0x137)]][0x0];_0x488e42&&(_0x16e203[_0x3206dd[_0x554f37(0x178)]]=_0x488e42[_0x3206dd[_0x554f37(0x1b7)]],_0x16e203[_0x3206dd['Djvvc']]=_0x488e42[_0x3206dd[_0x554f37(0x1db)]]);if(_0x2580fd[_0x554f37(0x1ea)])for(const _0x4dbf7e of _0x2580fd[_0x554f37(0x1ea)]){!_0x4dbf7e[_0x554f37(0x1b9)]&&(_0x4dbf7e[_0x554f37(0x1b9)]=new Date()[_0x554f37(0x160)](),_0x3206dd[_0x554f37(0x18d)](_0x4dbf7e[_0x554f37(0x11e)],_0x3206dd[_0x554f37(0x138)])&&(_0x488e42?(_0x4dbf7e[_0x554f37(0x11e)]=_0x3206dd[_0x554f37(0x1ed)],_0x4dbf7e[_0x554f37(0x109)]=_0x488e42[_0x3206dd['sWGRq']][0x0]):_0x4dbf7e[_0x554f37(0x11e)]=_0x3206dd['PMNcW']));}const _0x47ff20={};_0x47ff20[_0x554f37(0x18b)]=_0x2c134e[_0x554f37(0x1a6)]?TEST_EVENTS[_0x554f37(0x12f)]:_0x2f05b8;const _0x94332c=_0x47ff20;return _0x2c134e[_0x554f37(0x1d1)]?_0x94332c[_0x3206dd[_0x554f37(0x19c)]]=_0x16e203:_0x94332c[_0x3206dd['FFllZ']]=_0x16e203,_0x94332c;}catch(_0x2be065){logger[_0x554f37(0x150)](_0x554f37(0x153)+_0x2f05b8+_0x554f37(0x17d)+_0x2be065);}}async[a3_0x32bc1b(0x199)](_0x3eb68b,_0x512edc){const _0xa98e53=a3_0x32bc1b;if(!this[_0xa98e53(0x15c)]||!_0x512edc||!_0x3eb68b)return![];try{return await SessionHandler[_0xa98e53(0x193)](_0x512edc);}catch(_0x1fb37a){logger[_0xa98e53(0x150)](_0xa98e53(0x12e)+_0x3eb68b+_0xa98e53(0x17d)+_0x1fb37a);}}[a3_0x32bc1b(0x174)](_0x663002){const _0xf72a7d=a3_0x32bc1b,_0x1291b8={};_0x1291b8['ZDJul']=_0xf72a7d(0x1e8);const _0x110b07=_0x1291b8;return{'id':_0x663002[_0xf72a7d(0x112)],'text':_0x663002[_0xf72a7d(0x1cd)],'keyword':_0x663002[_0xf72a7d(0x131)],'started_at':_0x663002[_0xf72a7d(0x157)][_0xf72a7d(0x160)](),'result':_0x110b07[_0xf72a7d(0x1df)]};}[a3_0x32bc1b(0x1c0)](_0x5c3942){const _0x32090b=a3_0x32bc1b,_0x258c6a={'zaKPM':function(_0x35ccaa){return _0x35ccaa();}};!this[_0x32090b(0x1ab)][_0x32090b(0x1ea)]&&(this[_0x32090b(0x1ab)][_0x32090b(0x1ea)]=[]),!_0x5c3942['stepAnalyticsId']&&(_0x5c3942['stepAnalyticsId']=_0x258c6a[_0x32090b(0x19a)](uuidv4),_0x5c3942[_0x32090b(0x157)]=new Date(),this[_0x32090b(0x1ab)][_0x32090b(0x1ea)][_0x32090b(0x183)](this[_0x32090b(0x174)](_0x5c3942)));}[a3_0x32bc1b(0x1ee)](_0xde5cb6){const _0x6d0287=a3_0x32bc1b,_0x3201c2={'CzSVQ':function(_0x342aed,_0x28f0ba){return _0x342aed(_0x28f0ba);},'hVYBE':_0x6d0287(0x12b),'iFfBe':'pending','KYObX':_0x6d0287(0x190),'eJSZb':function(_0x4c851f,_0x166504){return _0x4c851f-_0x166504;}};let _0x89242f=this[_0x6d0287(0x1ab)][_0x6d0287(0x1ea)][_0x6d0287(0x13e)](_0x188cb6=>_0x188cb6['id']===_0xde5cb6['stepAnalyticsId']);_0x3201c2['CzSVQ'](isUndefined,_0x89242f)&&(_0x89242f=this[_0x6d0287(0x174)](_0xde5cb6)),_0x89242f[_0x6d0287(0x11e)]=[_0x3201c2['hVYBE'],_0x3201c2[_0x6d0287(0x120)]][_0x6d0287(0x180)](_0xde5cb6[_0x6d0287(0x1a5)])?_0x3201c2[_0x6d0287(0x188)]:_0xde5cb6[_0x6d0287(0x1a5)],_0x89242f['finished_at']=new Date()[_0x6d0287(0x160)](),_0x89242f[_0x6d0287(0x1d7)]=_0x3201c2['eJSZb'](Date['now'](),_0xde5cb6[_0x6d0287(0x157)][_0x6d0287(0x196)]()),_0x89242f['failure']=_0xde5cb6['err']?_0xde5cb6['err']['message']:null;}}const a3_0x2ef0c6={};a3_0x2ef0c6[a3_0x32bc1b(0x1f2)]=O11yHelper,a3_0x2ef0c6[a3_0x32bc1b(0x17e)]=STATE_PASSED,a3_0x2ef0c6[a3_0x32bc1b(0x18f)]=STATE_FAILED,a3_0x2ef0c6[a3_0x32bc1b(0x1b8)]=TEST_EVENTS,module['exports']=a3_0x2ef0c6;
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
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();}
2
+ 'use strict';const a4_0xa78423=a4_0x3e74;function a4_0x41ff(){const _0x2cb947=['getErrorMessageFromResults','JPZOD','jmCTv','launchBuild','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','2890855gdFNJy','Pltkx','mILEl','MiPPE','1379937dhWKsd','SqAMi','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','SDK_SETUP','hTfxN','green','exitCode','VtLsv','false','RDdzn','../v2/cliUtils','accessibility','bgWhite','getPackageVersion','printBuildLink','stepsSkipped','2419767KpiXrV','../utils/clientTroubleshootingService','461448VNDnmk','DRtLB','xxrFW','finally','initialize','stepsAmbiguous','log','binSessionId','PgAoq','scenariosFailed','PLAYWRIGHT','prepareCapabilities','JTUbF','testContextOptions','bold','setFrameworkDetail','BROWSERSTACK_TEST_OBSERVABILITY_YML','../../helpers/helper','2662412SsZaUf','BROWSERSTACK_FRAMEWORK','QswMv','errorMessage','isChildConnected','../v2/browserstackCLI','push','end','yellow','UVJwj','isFalse','exports','assign','--disable-test-observability','aahQY','../playwright/accessibility-helper','isRunning','898149axKexE','kvZQa','proxySettings','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','processSuccess','EVENTS','Generating\x20consolidated\x20report...','\x20passed','BROWSERSTACK_AUTOMATION','HGSWM','@playwright/test','HngeB','5425572kxtYMl','forEach','browserStackCwd','setUserConfigPath','XsMCs','cwd','framework','JVEDm','bootstrap','indexOf','testObservability','browserstackAutomation','****\x20RESULTS\x20****','WmJMg','stepsUndefined','BROWSERSTACK_CLI_BIN_SESSION_ID','config','isUndefined','true','length','\x20failed','stop','SDK_CLEANUP','nEWAz','FRAMEWORKS','OesfV','qokdv','wTAxB','\x20pending','env','\x20undefined','getInstance','setBrowserstackConfig','KaXcE','aoKvF','winstonLogger','BROWSERSTACK_TEST_ACCESSIBILITY_YML','getHubUrl','4FrrdZv','stepsUnknown','CUCUMBER','cucumber','TQMWP','platforms','../../helpers/test-observability/utils','cyan','Removing\x20tmp\x20directory\x20created\x20for\x20reports','debug','scenarios','turboScaleUrl','skipSessionName','setLogLevel','steps','red','parseFormatters','AaABD','../../helpers/test-observability/constants','parallelsPerPlatform','Wgqal','join','../../helpers/performance/constants','\x20scenarios','isMainConnected','start','path','util','BROWSERSTACK_TEST_OBSERVABILITY','setupBrowserstackLocal','VPxnU','isBrowserstackInfra','getMultiDriverWorkerConfig','UkNzF','accessibilityOptions','VNmgi','getPlatformName','rjDja','DsIUi','format','\x20steps','atLpt','zgJWU','Skipped\x20advanced\x20env\x20handling\x20for\x20cucumber-js\x20due\x20to:\x20','iNeNp','getUserWorkerCount','cliConfig','\x20skipped','logLevel'];a4_0x41ff=function(){return _0x2cb947;};return a4_0x41ff();}function a4_0x3e74(_0x4f4a29,_0x3dcb60){const _0x41ff72=a4_0x41ff();return a4_0x3e74=function(_0x3e74db,_0x21d7cb){_0x3e74db=_0x3e74db-0x1a4;let _0xd34d1a=_0x41ff72[_0x3e74db];return _0xd34d1a;},a4_0x3e74(_0x4f4a29,_0x3dcb60);}(function(_0x5b251a,_0x11dfc9){const _0x99c048=a4_0x3e74,_0x3d9126=_0x5b251a();while(!![]){try{const _0x426514=parseInt(_0x99c048(0x1dd))/0x1+-parseInt(_0x99c048(0x20f))/0x2*(-parseInt(_0x99c048(0x1a8))/0x3)+parseInt(_0x99c048(0x1cc))/0x4+-parseInt(_0x99c048(0x1a4))/0x5+-parseInt(_0x99c048(0x1e9))/0x6+-parseInt(_0x99c048(0x1b8))/0x7+-parseInt(_0x99c048(0x1ba))/0x8;if(_0x426514===_0x11dfc9)break;else _0x3d9126['push'](_0x3d9126['shift']());}catch(_0x33b39c){_0x3d9126['push'](_0x3d9126['shift']());}}}(a4_0x41ff,0x91f9b));const path=require(a4_0xa78423(0x229)),util=require(a4_0xa78423(0x22a)),logger=require('../../helpers/logger')[a4_0xa78423(0x20c)],helper=require(a4_0xa78423(0x1cb)),utilities=require('../../helpers/utilities'),constants=require('../utils/constants'),{parallelCucumberRun}=require('../test-runner'),TestHubHandler=require('../../helpers/testhub/testhubHandler'),testOpsHelper=require(a4_0xa78423(0x215)),chalk=require('chalk'),PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require(a4_0xa78423(0x225))[a4_0xa78423(0x1e2)],BrowserstackCLI=require(a4_0xa78423(0x1d1)),CLIUtils=require(a4_0xa78423(0x1b2)),{checkPwandBootstrapCli}=require('../../helpers/playwright-helper'),ClientTroubleShootingService=require(a4_0xa78423(0x1b9));function printCucumberStats(_0x28e894){const _0x5eab64=a4_0xa78423,_0x158a14={};_0x158a14[_0x5eab64(0x1af)]=function(_0x3fafb3,_0x324378){return _0x3fafb3>_0x324378;},_0x158a14['jmCTv']=function(_0x328171,_0x50bbc4){return _0x328171-_0x50bbc4;},_0x158a14[_0x5eab64(0x230)]=function(_0x142914,_0x19a809){return _0x142914>_0x19a809;},_0x158a14[_0x5eab64(0x22d)]=function(_0x487012,_0x51dd0b){return _0x487012>_0x51dd0b;},_0x158a14[_0x5eab64(0x213)]=function(_0x2c4529,_0x1a527d){return _0x2c4529>_0x1a527d;},_0x158a14[_0x5eab64(0x1ce)]=function(_0x54e413,_0x1a72bc){return _0x54e413>_0x1a72bc;},_0x158a14[_0x5eab64(0x232)]=function(_0x23501a,_0x47c37f){return _0x23501a>_0x47c37f;},_0x158a14['wTAxB']=function(_0x3ac714,_0x51c5bc){return _0x3ac714>_0x51c5bc;},_0x158a14['WmJMg']=function(_0x48f770,_0x5accbe){return _0x48f770>_0x5accbe;},_0x158a14[_0x5eab64(0x200)]=function(_0xa6ac00,_0xcdfa36){return _0xa6ac00>_0xcdfa36;},_0x158a14[_0x5eab64(0x1c6)]=function(_0x2064b9,_0x19fcf8){return _0x2064b9+_0x19fcf8;},_0x158a14['WsQSn']=function(_0x5126ac,_0x103157){return _0x5126ac+_0x103157;},_0x158a14[_0x5eab64(0x223)]=function(_0x4c8846,_0x3d40f9){return _0x4c8846+_0x3d40f9;},_0x158a14['KaXcE']=function(_0x5a122b,_0x2fcd03){return _0x5a122b===_0x2fcd03;},_0x158a14[_0x5eab64(0x1da)]=_0x5eab64(0x1f5);const _0x16d1fb=_0x158a14;let _0x5762f6=0x0;if(_0x16d1fb[_0x5eab64(0x20a)](_0x28e894['length'],0x0))return _0x5762f6;return console['log'](chalk[_0x5eab64(0x1c8)][_0x5eab64(0x1b4)](_0x16d1fb['aahQY'])),_0x28e894[_0x5eab64(0x1ea)](_0x27ef19=>{const _0x3e4b5b=_0x5eab64,_0x2a46f6=_0x27ef19[0x0],_0x2ec12b=_0x27ef19[0x1];helper[_0x3e4b5b(0x22e)]()&&console['log']('\x0a'+chalk[_0x3e4b5b(0x1c8)][_0x3e4b5b(0x1d4)](''+helper[_0x3e4b5b(0x233)](_0x2a46f6)));const _0x18467c=_0x2ec12b[_0x3e4b5b(0x219)],_0x17dc2a=_0x2ec12b[_0x3e4b5b(0x21d)],_0x2a45dd=_0x2ec12b[_0x3e4b5b(0x1c3)],_0x33edba=_0x2ec12b['stepsFailed'],_0x41d8fe=_0x2ec12b['stepsPassed'],_0x3e0312=_0x2ec12b[_0x3e4b5b(0x1b7)],_0x3a8441=_0x2ec12b['stepsPending'],_0x19996f=_0x2ec12b[_0x3e4b5b(0x1f7)],_0x39c24f=_0x2ec12b[_0x3e4b5b(0x210)],_0x2968cf=_0x2ec12b[_0x3e4b5b(0x1bf)],_0x52b952=_0x2ec12b[_0x3e4b5b(0x1e1)];let _0x4df71f=_0x18467c+_0x3e4b5b(0x226);const _0x2d2cd9=_0x16d1fb[_0x3e4b5b(0x1af)](_0x16d1fb['jmCTv'](_0x18467c,_0x2a45dd),0x0)?_0x16d1fb[_0x3e4b5b(0x242)](_0x18467c,_0x2a45dd):0x0;if(_0x16d1fb[_0x3e4b5b(0x230)](_0x2a45dd,0x0)&&_0x16d1fb[_0x3e4b5b(0x22d)](_0x2d2cd9,0x0))_0x4df71f+='\x20('+chalk[_0x3e4b5b(0x1c8)][_0x3e4b5b(0x21e)](_0x2a45dd+_0x3e4b5b(0x1fd))+',\x20'+chalk[_0x3e4b5b(0x1c8)][_0x3e4b5b(0x1ad)](_0x2d2cd9+_0x3e4b5b(0x1e4))+')';else(_0x16d1fb[_0x3e4b5b(0x230)](_0x2a45dd,0x0)||_0x16d1fb[_0x3e4b5b(0x213)](_0x2d2cd9,0x0))&&(_0x4df71f+=_0x16d1fb[_0x3e4b5b(0x213)](_0x2a45dd,0x0)?'\x20('+chalk['bold']['red'](_0x2a45dd+_0x3e4b5b(0x1fd))+')':'\x20('+chalk['bold'][_0x3e4b5b(0x1ad)](_0x2d2cd9+_0x3e4b5b(0x1e4))+')');const _0x13fdb4=_0x17dc2a+_0x3e4b5b(0x237),_0x3256ae=[];_0x16d1fb[_0x3e4b5b(0x1ce)](_0x2968cf,0x0)&&_0x3256ae[_0x3e4b5b(0x1d2)](''+chalk[_0x3e4b5b(0x1c8)][_0x3e4b5b(0x21e)](_0x2968cf+'\x20ambiguous'));_0x16d1fb[_0x3e4b5b(0x232)](_0x33edba,0x0)&&_0x3256ae[_0x3e4b5b(0x1d2)](''+chalk[_0x3e4b5b(0x1c8)][_0x3e4b5b(0x21e)](_0x33edba+_0x3e4b5b(0x1fd)));_0x16d1fb[_0x3e4b5b(0x204)](_0x41d8fe,0x0)&&_0x3256ae[_0x3e4b5b(0x1d2)](''+chalk[_0x3e4b5b(0x1c8)][_0x3e4b5b(0x1ad)](_0x41d8fe+_0x3e4b5b(0x1e4)));_0x16d1fb['TQMWP'](_0x3a8441,0x0)&&_0x3256ae[_0x3e4b5b(0x1d2)](''+chalk[_0x3e4b5b(0x1c8)][_0x3e4b5b(0x1d4)](_0x3a8441+_0x3e4b5b(0x205)));_0x16d1fb[_0x3e4b5b(0x232)](_0x3e0312,0x0)&&_0x3256ae[_0x3e4b5b(0x1d2)](''+chalk['bold'][_0x3e4b5b(0x216)](_0x3e0312+_0x3e4b5b(0x23e)));_0x16d1fb[_0x3e4b5b(0x1f6)](_0x19996f,0x0)&&_0x3256ae['push'](''+chalk[_0x3e4b5b(0x1c8)]['yellow'](_0x19996f+_0x3e4b5b(0x207)));_0x16d1fb[_0x3e4b5b(0x200)](_0x39c24f,0x0)&&_0x3256ae[_0x3e4b5b(0x1d2)](''+chalk[_0x3e4b5b(0x1c8)][_0x3e4b5b(0x1d4)](_0x39c24f+_0x3e4b5b(0x23e)));const _0x320a51=_0x16d1fb['JTUbF'](_0x16d1fb[_0x3e4b5b(0x1c6)](_0x16d1fb[_0x3e4b5b(0x1c6)](_0x13fdb4,'('),_0x3256ae[_0x3e4b5b(0x224)](',\x20')),')');console[_0x3e4b5b(0x1c0)](_0x16d1fb[_0x3e4b5b(0x1c6)](_0x16d1fb[_0x3e4b5b(0x1c6)](_0x16d1fb['WsQSn'](_0x16d1fb['Wgqal']('\x0a',_0x4df71f),'\x0a'),_0x320a51),'\x0a')),_0x16d1fb['KaXcE'](_0x52b952,![])&&(_0x5762f6=0x1);}),_0x5762f6;}async function run(_0x36cfbe,_0x4ed448,_0x46248e){const _0x3d7fb9=a4_0xa78423,_0xd9f528={'HGSWM':function(_0x283dbd,_0x246901){return _0x283dbd(_0x246901);},'SqAMi':function(_0x312a39,_0x46e9e1){return _0x312a39>_0x46e9e1;},'EVkmR':_0x3d7fb9(0x1e3),'UVJwj':_0x3d7fb9(0x217),'Pltkx':_0x3d7fb9(0x212),'qokdv':_0x3d7fb9(0x1e7),'tNFcP':'cucumber-js','Xighc':function(_0x419ea9,_0x438002,_0x472f36,_0x15d75b){return _0x419ea9(_0x438002,_0x472f36,_0x15d75b);},'AaABD':'tmp','pjwgW':function(_0x3cb869,_0x3caf72){return _0x3cb869>_0x3caf72;},'nTMvv':function(_0x4dc32a,_0x383ad2){return _0x4dc32a-_0x383ad2;},'LvOfN':function(_0x4d3276,_0xd49182){return _0x4d3276>=_0xd49182;},'xxrFW':function(_0x4cf40b,_0x4030d8){return _0x4cf40b!=_0x4030d8;},'XsMCs':_0x3d7fb9(0x1fb),'MiPPE':function(_0x385070,_0x565153){return _0x385070(_0x565153);},'rjDja':'../../helpers/accessibility-automation/helper','atLpt':function(_0x314523,_0x3b8b98){return _0x314523(_0x3b8b98);},'dKrfi':_0x3d7fb9(0x1db),'JPZOD':function(_0x4d5cb6,_0x32a24d){return _0x4d5cb6(_0x32a24d);},'HngeB':_0x3d7fb9(0x1b0),'PgAoq':function(_0x440b8f,_0xfc88ce){return _0x440b8f===_0xfc88ce;},'hTfxN':function(_0x4bbef3,_0x251d38){return _0x4bbef3(_0x251d38);},'iNeNp':_0x3d7fb9(0x1d1),'Snojm':_0x3d7fb9(0x1b2),'RDdzn':_0x3d7fb9(0x221),'JVEDm':function(_0x4a22ec,_0x212f4d){return _0x4a22ec(_0x212f4d);},'OSGoq':function(_0x2de2a6,_0x589645){return _0x2de2a6(_0x589645);},'aoKvF':_0x3d7fb9(0x1d9),'DRtLB':function(_0xd89058,_0x16e56d){return _0xd89058>=_0x16e56d;},'OesfV':function(_0x4cf0ca,_0x25bd5d){return _0x4cf0ca===_0x25bd5d;},'kvZQa':function(_0xe51164,_0x4d1252){return _0xe51164===_0x4d1252;},'zgJWU':function(_0x3ae150,_0x27e302){return _0x3ae150(_0x27e302);},'DsIUi':_0x3d7fb9(0x1eb),'mILEl':function(_0x467c86,_0x16dc21,_0x13af60,_0x2cd172,_0x3ab52e,_0x44716c){return _0x467c86(_0x16dc21,_0x13af60,_0x2cd172,_0x3ab52e,_0x44716c);}},_0x842306=helper[_0x3d7fb9(0x1b5)](_0xd9f528['qokdv']);global['__isPlaywrightInstalled']=!!_0x842306,process[_0x3d7fb9(0x206)][_0x3d7fb9(0x1cd)]=process[_0x3d7fb9(0x206)][_0x3d7fb9(0x1cd)]||_0x46248e[_0x3d7fb9(0x1ef)]||_0xd9f528['tNFcP'],await _0x46248e[_0x3d7fb9(0x1be)](_0x36cfbe);if(_0x46248e['config']&&!helper['isUndefined'](_0x46248e[_0x3d7fb9(0x1f9)][_0x3d7fb9(0x23f)])){process['env']['BROWSERSTACK_LOG_LEVEL']=_0x46248e[_0x3d7fb9(0x1f9)][_0x3d7fb9(0x23f)];const _0x2f97c1={};_0x2f97c1[_0x3d7fb9(0x23f)]=_0x46248e[_0x3d7fb9(0x1f9)][_0x3d7fb9(0x23f)],helper[_0x3d7fb9(0x21c)](_0x2f97c1,new Map(),new Map());}await _0xd9f528['Xighc'](checkPwandBootstrapCli,_0x842306,constants[_0x3d7fb9(0x201)][_0x3d7fb9(0x211)],_0x46248e);BrowserstackCLI[_0x3d7fb9(0x208)]()[_0x3d7fb9(0x1c1)]&&(process['env'][_0x3d7fb9(0x1f8)]=BrowserstackCLI[_0x3d7fb9(0x208)]()[_0x3d7fb9(0x1c1)]);helper[_0x3d7fb9(0x1ec)](_0x46248e['framework'],_0x36cfbe),await helper['handleApp'](_0x46248e['config']);const _0x3cf629=helper['useW3C'](_0x46248e['config']);!helper['isUndefined'](_0x46248e['config'][_0x3d7fb9(0x231)])&&(process['env'][_0x3d7fb9(0x1e0)]=JSON['stringify'](_0x46248e[_0x3d7fb9(0x1f9)][_0x3d7fb9(0x231)]));if(!BrowserstackCLI['getInstance']()['isRunning']()){const _0x1104b9=await TestHubHandler[_0x3d7fb9(0x243)](constants[_0x3d7fb9(0x201)][_0x3d7fb9(0x211)],_0x46248e);}let _0x28ae9c=[];if(!helper[_0x3d7fb9(0x22e)]()){const _0x5cf61b={};_0x5cf61b[_0x3d7fb9(0x214)]=[],_0x28ae9c=helper[_0x3d7fb9(0x1c5)](Object[_0x3d7fb9(0x1d8)]({},_0x46248e['config'],_0x5cf61b),_0x3cf629,constants[_0x3d7fb9(0x201)][_0x3d7fb9(0x211)]);}else _0x28ae9c=helper[_0x3d7fb9(0x1c5)](_0x46248e[_0x3d7fb9(0x1f9)],_0x3cf629,constants[_0x3d7fb9(0x201)]['CUCUMBER']);if(!_0x46248e[_0x3d7fb9(0x1f9)])return;const _0x4106d8=_0x46248e['config'][_0x3d7fb9(0x222)]||helper[_0x3d7fb9(0x23c)](_0x36cfbe,_0x4ed448,_0x46248e['config'],constants['FRAMEWORKS'][_0x3d7fb9(0x211)])||0x1,_0x715d1c=Object[_0x3d7fb9(0x1d8)]({'server':helper[_0x3d7fb9(0x20e)](_0x46248e[_0x3d7fb9(0x1f9)]),'proxySettings':_0x46248e[_0x3d7fb9(0x1f9)][_0x3d7fb9(0x1df)],'maxWorkers':_0x4106d8,'browserStackLogLevel':_0x46248e[_0x3d7fb9(0x1f9)][_0x3d7fb9(0x23f)],'skipSessionName':_0x46248e[_0x3d7fb9(0x1f9)][_0x3d7fb9(0x1c7)][_0x3d7fb9(0x21b)],'skipSessionStatus':_0x46248e[_0x3d7fb9(0x1f9)]['testContextOptions']['skipSessionStatus'],'turboScaleUrl':_0x46248e[_0x3d7fb9(0x1f9)][_0x3d7fb9(0x21a)]},helper[_0x3d7fb9(0x22f)](_0x46248e['config'],_0x3cf629,constants[_0x3d7fb9(0x201)]['CUCUMBER'])),_0x800b25=process['argv'],[_0x5191c6,_0xa09386]=helper[_0x3d7fb9(0x21f)](_0x800b25),_0x51e52e=path['join'](process[_0x3d7fb9(0x1ee)](),_0xd9f528[_0x3d7fb9(0x220)]);if(_0xd9f528['pjwgW'](_0xa09386[_0x3d7fb9(0x1fc)],0x0)){helper['createDir'](_0x51e52e);for(let _0x4dde42=_0xd9f528['nTMvv'](_0x5191c6[_0x3d7fb9(0x1fc)],0x1);_0xd9f528['LvOfN'](_0x4dde42,0x0);_0x4dde42--){_0x800b25['splice'](_0x5191c6[_0x4dde42],0x2);}}_0xd9f528[_0x3d7fb9(0x1bc)](_0x46248e[_0x3d7fb9(0x1f9)][_0x3d7fb9(0x1f3)],null)?process[_0x3d7fb9(0x206)][_0x3d7fb9(0x1ca)]=_0x46248e[_0x3d7fb9(0x1f9)]['testObservability']:process[_0x3d7fb9(0x206)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0xd9f528[_0x3d7fb9(0x1ed)];if(_0x842306)try{const {checkAccessibilityPlatformConfig:_0x1554b1}=_0xd9f528[_0x3d7fb9(0x1a7)](require,_0xd9f528[_0x3d7fb9(0x234)]),{setAccessibilityCapabilities:_0x2322ba}=_0xd9f528[_0x3d7fb9(0x238)](require,_0xd9f528['dKrfi']),_0x1ad613=_0xd9f528['HGSWM'](_0x1554b1,_0x46248e[_0x3d7fb9(0x1f9)]);if(!helper[_0x3d7fb9(0x1fa)](_0x46248e[_0x3d7fb9(0x1f9)][_0x3d7fb9(0x1b3)]))process[_0x3d7fb9(0x206)][_0x3d7fb9(0x20d)]=_0xd9f528[_0x3d7fb9(0x241)](String,!!_0x46248e[_0x3d7fb9(0x1f9)]['accessibility']);else helper[_0x3d7fb9(0x1fa)](process[_0x3d7fb9(0x206)][_0x3d7fb9(0x20d)])&&(process[_0x3d7fb9(0x206)][_0x3d7fb9(0x20d)]=_0x1ad613?_0xd9f528[_0x3d7fb9(0x1ed)]:_0xd9f528[_0x3d7fb9(0x1e8)]);process[_0x3d7fb9(0x206)][_0x3d7fb9(0x1aa)]=_0x1ad613?_0xd9f528['XsMCs']:_0xd9f528[_0x3d7fb9(0x1e8)],!BrowserstackCLI[_0x3d7fb9(0x208)]()[_0x3d7fb9(0x1dc)]()&&_0xd9f528[_0x3d7fb9(0x1c2)](process['env'][_0x3d7fb9(0x20d)],_0xd9f528[_0x3d7fb9(0x1ed)])&&_0xd9f528[_0x3d7fb9(0x1ac)](_0x2322ba,_0x46248e[_0x3d7fb9(0x1f9)]);}catch(_0x2e00ee){logger[_0x3d7fb9(0x218)]('Skipping\x20accessibility\x20env\x20setup\x20due\x20to:\x20'+util[_0x3d7fb9(0x236)](_0x2e00ee));}try{const _0x5624d8=_0xd9f528[_0x3d7fb9(0x241)](require,_0xd9f528[_0x3d7fb9(0x23b)]),_0x33ba6e=_0xd9f528[_0x3d7fb9(0x1a7)](require,_0xd9f528['Snojm']),{FRAMEWORKS:_0x5712dd}=_0xd9f528['HGSWM'](require,_0xd9f528[_0x3d7fb9(0x1b1)]),{checkAccessibilityPlatformConfig:_0x4469e0}=_0xd9f528[_0x3d7fb9(0x1f0)](require,_0xd9f528[_0x3d7fb9(0x234)]),{setAccessibilityCapabilities:_0x1e1662}=_0xd9f528['OSGoq'](require,_0xd9f528['dKrfi']),_0x471855=helper[_0x3d7fb9(0x1b5)](_0xd9f528[_0x3d7fb9(0x203)]);if(_0x471855){_0x33ba6e[_0x3d7fb9(0x1c9)](constants[_0x3d7fb9(0x201)]['CUCUMBER'],constants['FRAMEWORKS'][_0x3d7fb9(0x1c4)]);const _0x259656=_0x5624d8[_0x3d7fb9(0x208)]();_0x259656[_0x3d7fb9(0x209)](_0x46248e['config'],_0x46248e['configPath'],_0x46248e[_0x3d7fb9(0x23d)]);!_0x259656[_0x3d7fb9(0x227)]&&!_0x259656[_0x3d7fb9(0x1d0)]&&await _0x259656[_0x3d7fb9(0x1f1)]();const _0x5e0dce=_0x5624d8[_0x3d7fb9(0x208)]()['getConfig']();!helper[_0x3d7fb9(0x1d6)](_0x5e0dce[_0x3d7fb9(0x1f4)])&&(process[_0x3d7fb9(0x206)][_0x3d7fb9(0x1e5)]=_0xd9f528[_0x3d7fb9(0x1ed)]);_0xd9f528[_0x3d7fb9(0x1c2)](_0x5e0dce[_0x3d7fb9(0x1f4)],![])&&(process['env'][_0x3d7fb9(0x1e5)]=_0xd9f528[_0x3d7fb9(0x1e8)]);const _0xddcbdc=_0x4ed448[_0x3d7fb9(0x1f2)](_0xd9f528[_0x3d7fb9(0x20b)]);(_0xd9f528[_0x3d7fb9(0x1bb)](_0xddcbdc,0x0)||_0xd9f528[_0x3d7fb9(0x202)](_0x5e0dce[_0x3d7fb9(0x1f3)],![]))&&(process[_0x3d7fb9(0x206)][_0x3d7fb9(0x22b)]=_0xd9f528[_0x3d7fb9(0x1e8)]);if(!_0x5624d8['getInstance']()[_0x3d7fb9(0x1dc)]()){let _0x299b8f=_0xd9f528[_0x3d7fb9(0x1de)](process[_0x3d7fb9(0x206)][_0x3d7fb9(0x20d)],_0xd9f528['XsMCs']);_0x299b8f=_0x299b8f||_0xd9f528[_0x3d7fb9(0x239)](_0x4469e0,_0x46248e[_0x3d7fb9(0x1f9)]),process[_0x3d7fb9(0x206)][_0x3d7fb9(0x20d)]=_0x299b8f,_0x299b8f&&_0xd9f528[_0x3d7fb9(0x238)](_0x1e1662,_0x46248e[_0x3d7fb9(0x1f9)]);}}}catch(_0x96e1a9){logger['debug'](_0x3d7fb9(0x23a)+util[_0x3d7fb9(0x236)](_0x96e1a9));}!BrowserstackCLI[_0x3d7fb9(0x208)]()['isRunning']()&&await _0x46248e[_0x3d7fb9(0x22c)]();PerformanceTester[_0x3d7fb9(0x1d3)](PerformanceEvents[_0x3d7fb9(0x1ab)]),process[_0x3d7fb9(0x206)][_0xd9f528[_0x3d7fb9(0x235)]]=process[_0x3d7fb9(0x1ee)]();let _0x32e25b;_0xd9f528[_0x3d7fb9(0x1a6)](parallelCucumberRun,_0x28ae9c,_0x715d1c,_0x46248e[_0x3d7fb9(0x1f9)],_0x800b25,_0xa09386)['then'](async _0x2aa3fe=>{const _0x39b807=_0x3d7fb9;PerformanceTester[_0x39b807(0x228)](PerformanceEvents[_0x39b807(0x1ff)]),_0x32e25b=_0x2aa3fe;const _0x253fc7=_0xd9f528[_0x39b807(0x1e6)](printCucumberStats,_0x2aa3fe);process[_0x39b807(0x1ae)]=_0x253fc7,_0xd9f528[_0x39b807(0x1a9)](_0xa09386[_0x39b807(0x1fc)],0x0)&&(logger[_0x39b807(0x218)](_0xd9f528['EVkmR']),helper['mergeOutputFiles'](_0x51e52e,_0xa09386),logger[_0x39b807(0x218)](_0xd9f528[_0x39b807(0x1d5)]),helper['removeDir'](_0x51e52e));})[_0x3d7fb9(0x1bd)](async()=>{const _0x3156d9=_0x3d7fb9;PerformanceTester['start'](PerformanceEvents[_0x3156d9(0x1ff)]),_0x46248e[_0x3156d9(0x1cf)]=helper[_0x3156d9(0x240)](_0x32e25b,_0xd9f528[_0x3156d9(0x1a5)]),testOpsHelper[_0x3156d9(0x1b6)]();const _0x1f146d=BrowserstackCLI['isCLIEnabled']();try{await TestHubHandler['stop'](),await BrowserstackCLI[_0x3156d9(0x208)]()[_0x3156d9(0x1fe)]();}catch(_0x143d8f){logger[_0x3156d9(0x218)](_0x3156d9(0x244)+util[_0x3156d9(0x236)](_0x143d8f));}await utilities['finalExecution'](_0x46248e,_0x1f146d);});}module[a4_0xa78423(0x1d7)]=run;