browserstack-node-sdk 1.70.1 → 1.70.3

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_0x1ee31f=a1_0x3cbf;(function(_0x5554a1,_0x4bc8dd){const _0x50f7bd=a1_0x3cbf,_0x44a9b5=_0x5554a1();while(!![]){try{const _0x166ce6=-parseInt(_0x50f7bd(0xfd))/0x1*(parseInt(_0x50f7bd(0x171))/0x2)+parseInt(_0x50f7bd(0x177))/0x3+parseInt(_0x50f7bd(0x183))/0x4*(parseInt(_0x50f7bd(0x161))/0x5)+parseInt(_0x50f7bd(0xfa))/0x6+-parseInt(_0x50f7bd(0x180))/0x7*(-parseInt(_0x50f7bd(0x104))/0x8)+-parseInt(_0x50f7bd(0x136))/0x9*(parseInt(_0x50f7bd(0xee))/0xa)+-parseInt(_0x50f7bd(0x152))/0xb;if(_0x166ce6===_0x4bc8dd)break;else _0x44a9b5['push'](_0x44a9b5['shift']());}catch(_0x2764cc){_0x44a9b5['push'](_0x44a9b5['shift']());}}}(a1_0x1e81,0x60627));function a1_0x3cbf(_0x5bda04,_0x268cc0){const _0x1e8145=a1_0x1e81();return a1_0x3cbf=function(_0x3cbf67,_0xbe19c4){_0x3cbf67=_0x3cbf67-0xdc;let _0xb1074e=_0x1e8145[_0x3cbf67];return _0xb1074e;},a1_0x3cbf(_0x5bda04,_0x268cc0);}const fs=require('fs'),path=require(a1_0x1ee31f(0x111)),util=require(a1_0x1ee31f(0x17c)),process=require('process'),logger=require(a1_0x1ee31f(0x18b))['winstonLogger'],{default:BrowserStackSetup}=require(a1_0x1ee31f(0x150)),helper=require('../../helpers/helper'),utilities=require(a1_0x1ee31f(0x14a)),{checkAccessibilityPlatformConfig}=require('../../helpers/accessibility-automation/helper'),{setAccessibilityCapabilities,processAccessibilityCaps}=require('../../bin/playwright/accessibility-helper'),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a1_0x1ee31f(0x134)),CodeceptJS=requireModule(a1_0x1ee31f(0x149),a1_0x1ee31f(0x14d)),testOpsHelper=require('../../helpers/test-observability/utils'),TestHubHandler=require(a1_0x1ee31f(0x12b)),BrowserstackCLI=require(a1_0x1ee31f(0x154)),constants=require(a1_0x1ee31f(0xe0)),PerformanceTester=require('../../helpers/performance/performance-tester'),{FRAMEWORKS}=require(a1_0x1ee31f(0xf6)),PerformanceEvents=require(a1_0x1ee31f(0x159))['EVENTS'],ClientTroubleShootingService=require(a1_0x1ee31f(0x166)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x5bf31d,_0x49d460)=>{const _0x5a43e4=a1_0x1ee31f,_0x2b876e={};_0x2b876e[_0x5a43e4(0x11c)]=function(_0x160913,_0x323b20){return _0x160913===_0x323b20;},_0x2b876e['KtwPa']=_0x5a43e4(0x11e),_0x2b876e[_0x5a43e4(0x13c)]=_0x5a43e4(0x13b);const _0x55c5c3=_0x2b876e;let _0x10c0d8=null;const _0x3c005c={};let _0x55ed02=_0x49d460[_0x5a43e4(0x16b)](_0x21c550=>_0x21c550==='--config');_0x55c5c3['hWtLC'](_0x55ed02,-0x1)&&(_0x55ed02=_0x49d460[_0x5a43e4(0x16b)](_0x3f516b=>_0x3f516b==='-c'));const _0x2c6d33=!helper[_0x5a43e4(0xeb)](_0x5bf31d[_0x5a43e4(0x14b)])?helper[_0x5a43e4(0x16a)](_0x5bf31d[_0x5a43e4(0x14b)]):null,_0x2fad3c=!helper['isUndefined'](_0x5bf31d['c'])?helper[_0x5a43e4(0x16a)](_0x5bf31d['c']):null;if(!helper[_0x5a43e4(0xeb)](_0x5bf31d[_0x5a43e4(0x14b)])&&!_0x2c6d33)logger['warn'](_0x5a43e4(0x15d)+_0x5bf31d[_0x5a43e4(0x14b)]+_0x5a43e4(0xf2));else!helper[_0x5a43e4(0xeb)](_0x5bf31d['c'])&&!_0x2fad3c&&logger[_0x5a43e4(0xe1)](_0x5a43e4(0x106)+_0x5bf31d['c']+_0x5a43e4(0xf2));if(_0x2c6d33&&fs['existsSync'](_0x2c6d33))_0x10c0d8=_0x2c6d33,_0x49d460['splice'](_0x55ed02,0x2);else{if(_0x2fad3c&&fs[_0x5a43e4(0x158)](_0x2fad3c))_0x10c0d8=_0x2fad3c,_0x49d460[_0x5a43e4(0x164)](_0x55ed02,0x2);else{if(fs['existsSync'](path['join'](process[_0x5a43e4(0x184)](),_0x55c5c3[_0x5a43e4(0xe9)])))_0x10c0d8=path[_0x5a43e4(0x115)](process[_0x5a43e4(0x184)](),_0x55c5c3[_0x5a43e4(0xe9)]);else fs['existsSync'](path[_0x5a43e4(0x115)](process['cwd'](),_0x55c5c3[_0x5a43e4(0x13c)]))&&(_0x10c0d8=path[_0x5a43e4(0x115)](process[_0x5a43e4(0x184)](),_0x55c5c3[_0x5a43e4(0x13c)]));}}return process[_0x5a43e4(0x144)][_0x5a43e4(0x103)]=_0x10c0d8,_0x10c0d8;},getO11yRerunPattern=()=>{const _0x5b173c=a1_0x1ee31f,_0x23f492=helper['isTrue'](process['env'][_0x5b173c(0x145)]);if(_0x23f492){const _0x2d7335=process[_0x5b173c(0x144)][_0x5b173c(0x13e)],_0x1629b7=[];if(helper[_0x5b173c(0x17b)](_0x2d7335)&&!helper[_0x5b173c(0xeb)](_0x2d7335)){_0x2d7335[_0x5b173c(0x155)](',')['map'](_0x257378=>{const _0x3f61cf=_0x5b173c;_0x1629b7['push']('('+_0x257378[_0x3f61cf(0x157)]()+')');});const _0x13c05a='^'+_0x1629b7[_0x5b173c(0x115)]('|')+'$';return _0x13c05a;}}return null;},a1_0x1a178b={};a1_0x1a178b[a1_0x1ee31f(0xe4)]='chromium',a1_0x1a178b[a1_0x1ee31f(0x126)]=a1_0x1ee31f(0x148),a1_0x1a178b[a1_0x1ee31f(0x142)]=a1_0x1ee31f(0x179),a1_0x1a178b[a1_0x1ee31f(0x143)]=a1_0x1ee31f(0x17e);const pwToCodeceptBrowser=a1_0x1a178b;function a1_0x1e81(){const _0x5aeca6=['AChvF','zpYcu','enabled','nnpIQ','2|0|3|1|4','kkjbf','UvgiF','playwright-chromium','browser','before','errorMessage','helpers','../../helpers/testhub/testhubHandler','skipSessionStatus','browserStackCwd','NiIpr','version','isRunning','stringify','map','Failed\x20:\x20','../../helpers/helper','printResults','2964699fNZjVE','failed','prepareCapabilities','skipSessionName','title','codecept.json','cBrBx','xuiuO','BROWSERSTACK_RERUN_TESTS','dirname','parallelsPerPlatform','forEach','playwright-firefox','playwright-webkit','env','BROWSERSTACK_RERUN','\x20detected\x20but\x20Workers._ensureInitialized\x20is\x20missing;\x20worker\x20suite\x20grouping\x20may\x20come\x20up\x20empty\x20(\x22No\x20tests\x20found\x20after\x20filtering\x22).\x20The\x20installed\x20codeceptjs\x20build\x20may\x20not\x20match\x20the\x20SDK\x27s\x204.x\x20ESM\x20interop.','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','chromium','codeceptjs/lib/index.js','../../helpers/utilities','config','rgnlS','codeceptjs','CODECEPT','platforms','../../helpers/BrowserStackSetup','SDK_CLEANUP','8816313ChksSP','YuVDW','../v2/browserstackCLI','split','exports','trim','existsSync','../../helpers/performance/constants','start','tmutP','event','Ignoring\x20--config\x20path\x20\x22','accessibility','bootstrapAll','toLowerCase','1552820kJqZmZ','debug','info','splice','replace','../utils/clientTroubleshootingService','user','getPlaywrightUrl','yjvLf','resolveWithinCwd','findIndex','initialize','handleApp','root','OLpWe','finalExecution','4xFwpfX','OEDGR','push','getUserWorkerCount','hubUrl','true','1759479akPcrs','YVlXZ','firefox','createGroupsOfSuites','validateRerunTestList','util','isEmpty','webkit','browserName','7FaJRou','vreJm','addConfig','4fUodFg','cwd','LNmTz','sOHbS','launchBuild','addOptions','Playwright','addTests','../../helpers/logger','testContextOptions','codeceptjs/package.json','LurlG','RLeBF','testObservability','accessibilityOptions','Zntkw','assign','printBuildLink','spawn','profile','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','../utils/constants','warn','BrowserStackPlugin','browserWSEndpoint','chrome','teardownAll','passed','CODECEPT_CUCUMBER','stack','KtwPa','desiredCapabilities','isUndefined','FRAMEWORKS','JFbKU','10yDbzyi','test','WebDriver','log','\x22:\x20it\x20resolves\x20outside\x20the\x20project\x20directory.','YJJxa','_ensureInitialized','ktfEe','../../helpers/test-observability/constants','BROWSERSTACK_FRAMEWORK','puMFK','format','577818DpXNZO','function','host','77953ibMzDT','XGHAp','getInstance','mergeDeep','wtyBr','Unable\x20to\x20resolve\x20codeceptjs\x20version:\x20','USER_CONFIG_DETAILS_PATH','5505848WZCUjh','bHYZz','Ignoring\x20-c\x20config\x20path\x20\x22','end','frameworkName','Passed\x20:\x20','chdir','hnvOQ','SDK_SETUP','qYPiq','oOWfk','isTestObservabilitySession','load','path','getPlatformName','ngqLk','qMHXs','join','userName','stop','require','now','setupBrowserstackLocal','BrowserStackPlugin.js','hWtLC','Yzlzu','codecept.conf.js'];a1_0x1e81=function(){return _0x5aeca6;};return a1_0x1e81();}async function run(_0x354d97,_0x1cac0c,_0x565132){const _0x24f569=a1_0x1ee31f,_0x3b34d4={'HeRiK':function(_0x5495fb,_0x407738,_0x26b99a,_0x1376b8){return _0x5495fb(_0x407738,_0x26b99a,_0x1376b8);},'YJJxa':function(_0x14d93a,_0x319c1c){return _0x14d93a+_0x319c1c;},'EUIcD':function(_0x2645df,_0x5bb0e0){return _0x2645df(_0x5bb0e0);},'YuVDW':function(_0x1b9ec3,_0x27bcba){return _0x1b9ec3+_0x27bcba;},'nnpIQ':function(_0x697190,_0x3a78fe,_0x2e178a){return _0x697190(_0x3a78fe,_0x2e178a);},'kkjbf':_0x24f569(0x12a),'ktfEe':function(_0x3f0cb2){return _0x3f0cb2();},'sOHbS':'/wd/hub','zpYcu':function(_0x1c673f){return _0x1c673f();},'NiIpr':_0x24f569(0x133),'AChvF':_0x24f569(0x109),'LNmTz':'Started\x20:\x20','bHYZz':_0x24f569(0x123),'Yzlzu':_0x24f569(0x147),'XBVnz':function(_0xf39b05,_0x41a774,_0xef8196){return _0xf39b05(_0x41a774,_0xef8196);},'wtyBr':_0x24f569(0x189),'OLpWe':_0x24f569(0xf0),'oOWfk':function(_0x38d477,_0x13bf6c){return _0x38d477(_0x13bf6c);},'tdPIZ':function(_0x29d9b2,_0x1681e6){return _0x29d9b2!=_0x1681e6;},'yjvLf':_0x24f569(0x176),'Zntkw':function(_0x5f1775,_0x2dcabe,_0x11c8a5){return _0x5f1775(_0x2dcabe,_0x11c8a5);},'OEDGR':'gherkin','RLeBF':function(_0x71b60d,_0x1d9ddd){return _0x71b60d(_0x1d9ddd);},'GDEaK':function(_0x210e77){return _0x210e77();},'qYPiq':function(_0x5bc64d,_0x4711b3){return _0x5bc64d*_0x4711b3;},'hnvOQ':function(_0x42772e,_0x3e976b,_0x1e9ef3){return _0x42772e(_0x3e976b,_0x1e9ef3);},'UvgiF':_0x24f569(0x127),'xuiuO':_0x24f569(0xea),'qMHXs':_0x24f569(0x16e),'AceNZ':_0x24f569(0x11b),'tmutP':_0x24f569(0x12d),'rgnlS':_0x24f569(0x14d),'XGHAp':function(_0x36c48e,_0x5bda02){return _0x36c48e===_0x5bda02;},'JFbKU':_0x24f569(0xfb),'TAoOn':function(_0x10d13f,_0x5a3b5d,_0x27d5a1){return _0x10d13f(_0x5a3b5d,_0x27d5a1);},'ngqLk':_0x24f569(0x18d),'puMFK':function(_0x9e4a4c,_0x17b4aa){return _0x9e4a4c>=_0x17b4aa;}};await _0x565132[_0x24f569(0x16c)](_0x354d97);!BrowserstackCLI[_0x24f569(0xff)]()[_0x24f569(0x130)]()&&await _0x565132[_0x24f569(0x11a)]();await helper[_0x24f569(0x16d)](_0x565132[_0x24f569(0x14b)]);if(!_0x565132[_0x24f569(0x14b)])return;process[_0x24f569(0xde)]=_0x354d97[_0x24f569(0xde)];_0x354d97['profile']&&(process[_0x24f569(0x144)][_0x24f569(0xde)]=_0x354d97[_0x24f569(0xde)]);const _0x3835f2=_0x3b34d4[_0x24f569(0x122)](getUserCodeceptJSConfigs,_0x354d97,_0x1cac0c);let _0x11aa71={};_0x3835f2?(logger[_0x24f569(0x163)]('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0x3835f2),_0x11aa71=await CodeceptJS[_0x24f569(0x14b)][_0x24f569(0x110)](_0x3835f2)):logger[_0x24f569(0x163)](_0x3b34d4[_0x24f569(0x11d)]);let _0x1cc588=![];_0x3b34d4['XBVnz'](nestedKeyValue,_0x11aa71,[_0x3b34d4[_0x24f569(0x124)],_0x3b34d4[_0x24f569(0x101)]])&&(_0x1cc588=!![]);const _0x4db3f1=_0x1cc588?_0x3b34d4[_0x24f569(0x101)]:_0x3b34d4[_0x24f569(0x16f)];let _0x31840d=!_0x1cc588?helper['useW3C'](_0x565132[_0x24f569(0x14b)]):![];!helper[_0x24f569(0xeb)](_0x565132[_0x24f569(0x14b)][_0x24f569(0x191)])&&(process[_0x24f569(0x144)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON['stringify'](_0x565132['config'][_0x24f569(0x191)]));let _0x415029=_0x565132[_0x24f569(0x14b)][_0x24f569(0x15e)];_0x415029=_0x415029||_0x3b34d4[_0x24f569(0x10e)](checkAccessibilityPlatformConfig,_0x565132['config']),process[_0x24f569(0x144)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x415029;_0x415029&&(_0x31840d=!_0x415029);_0x3b34d4['tdPIZ'](_0x565132['config']['testObservability'],null)?process[_0x24f569(0x144)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x565132['config'][_0x24f569(0x190)]:process[_0x24f569(0x144)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x3b34d4[_0x24f569(0x169)];const _0xdd4c3e=_0x3b34d4[_0x24f569(0x192)](nestedKeyValue,_0x11aa71,[_0x3b34d4[_0x24f569(0x172)]]),_0x1b56bb=_0xdd4c3e&&!helper[_0x24f569(0x17d)](_0xdd4c3e)?FRAMEWORKS[_0x24f569(0xe7)]:FRAMEWORKS[_0x24f569(0x14e)],_0x523a2f=await TestHubHandler[_0x24f569(0x187)](_0x1b56bb,_0x565132);await testOpsHelper[_0x24f569(0xdc)]();_0x415029&&_0x3b34d4[_0x24f569(0x18f)](setAccessibilityCapabilities,_0x565132[_0x24f569(0x14b)]);const _0x3a3a87={},_0x4f22a2=[],_0x35a338=_0x565132[_0x24f569(0x14b)][_0x24f569(0x140)]||helper[_0x24f569(0x174)](_0x354d97,_0x1cac0c,_0x565132[_0x24f569(0x14b)],constants[_0x24f569(0xec)][_0x24f569(0x14e)])||0x1;let _0x2a574b=0x1;if(_0x3b34d4['GDEaK'](isBrowserstackInfra)){const _0x122840=helper[_0x24f569(0x138)](_0x565132[_0x24f569(0x14b)],_0x31840d,constants[_0x24f569(0xec)][_0x24f569(0x14e)]);_0x122840['forEach'](_0x6fbbca=>{helper['setAdditionalCapabilities'](_0x6fbbca);}),helper['validPlatformsPresent'](_0x565132[_0x24f569(0x14b)])?_0x2a574b=_0x3b34d4[_0x24f569(0x10d)](_0x35a338,_0x565132[_0x24f569(0x14b)][_0x24f569(0x14f)]['length']):_0x2a574b=_0x35a338,_0x122840[_0x24f569(0x141)](_0x1e0ca8=>{const _0x2fcdc2=_0x24f569,_0xc1f0a={'YVlXZ':function(_0x1fb348,_0x4ff6e9,_0x533f3d,_0x23823c){return _0x3b34d4['HeRiK'](_0x1fb348,_0x4ff6e9,_0x533f3d,_0x23823c);},'vreJm':function(_0x100b63,_0x15ca0a){const _0x3b5ba2=a1_0x3cbf;return _0x3b34d4[_0x3b5ba2(0xf3)](_0x100b63,_0x15ca0a);},'LurlG':function(_0x3b0f28,_0x5e5593){return _0x3b34d4['EUIcD'](_0x3b0f28,_0x5e5593);}},_0x30b4a3=_0x3b34d4[_0x2fcdc2(0x153)](helper[_0x2fcdc2(0x112)](_0x1e0ca8,'_'),'_'+Date[_0x2fcdc2(0x119)]()),_0x47144c=((()=>{const _0x11dd3b=_0x2fcdc2;if(_0x1cc588){const _0x13e34a=pwToCodeceptBrowser[_0x1e0ca8[_0x11dd3b(0x17f)]]||_0x1e0ca8[_0x11dd3b(0x17f)],_0x1fc4bf=helper[_0x11dd3b(0x168)](_0x565132[_0x11dd3b(0x14b)]),_0x53830b=Object['assign']({},_0x1e0ca8);return _0xc1f0a[_0x11dd3b(0x178)](processAccessibilityCaps,_0x53830b,_0x1fc4bf,null),{'browser':_0x13e34a,[_0x13e34a]:{'browserWSEndpoint':_0xc1f0a[_0x11dd3b(0x181)](_0x1fc4bf,_0xc1f0a[_0x11dd3b(0x18e)](encodeURIComponent,JSON[_0x11dd3b(0x131)](_0x53830b)))}};}const _0x3204bc={};return _0x3204bc[_0x11dd3b(0xea)]=_0x1e0ca8,_0x3204bc[_0x11dd3b(0x167)]=_0x565132[_0x11dd3b(0x14b)][_0x11dd3b(0x116)],_0x3204bc['key']=_0x565132[_0x11dd3b(0x14b)]['accessKey'],_0x3204bc;})()),_0x560aea=_0x3b34d4[_0x2fcdc2(0x122)](nestedKeyValue,_0x11aa71,[_0x3b34d4[_0x2fcdc2(0x124)],_0x4db3f1]);_0x3a3a87[_0x30b4a3]=_0x560aea?helper[_0x2fcdc2(0x100)](_0x47144c,_0x560aea):_0x47144c;if(_0x1cc588)_0x3a3a87[_0x30b4a3][_0x2fcdc2(0x127)]=pwToCodeceptBrowser[_0x1e0ca8[_0x2fcdc2(0x17f)]]||_0x1e0ca8[_0x2fcdc2(0x17f)];else{_0x3a3a87[_0x30b4a3][_0x2fcdc2(0x127)]=_0x1e0ca8['browserName']||_0x47144c[_0x2fcdc2(0x127)];if(_0x3b34d4[_0x2fcdc2(0xf5)](isBrowserstackInfra)){_0x3a3a87[_0x30b4a3][_0x2fcdc2(0xfc)]=constants[_0x2fcdc2(0x175)][_0x2fcdc2(0x165)](_0x3b34d4[_0x2fcdc2(0x186)],'')[_0x2fcdc2(0x165)](/https?:\/\//,'');;_0x3a3a87[_0x30b4a3][_0x2fcdc2(0x111)]=_0x3b34d4['sOHbS'];}}_0x4f22a2[_0x2fcdc2(0x173)](_0x30b4a3);});}else{_0x2a574b=0x1;if(_0x1cc588){const _0x2cbfba=_0x3b34d4['hnvOQ'](nestedKeyValue,_0x11aa71,[_0x3b34d4[_0x24f569(0x124)],_0x4db3f1,_0x3b34d4[_0x24f569(0x125)]]),_0x2fcd7a=_0x3b34d4[_0x24f569(0x122)](nestedKeyValue,_0x11aa71,[_0x3b34d4[_0x24f569(0x124)],_0x4db3f1,_0x2cbfba]);if(_0x2fcd7a&&_0x2fcd7a[_0x24f569(0xe3)]){const _0x581b1b={};_0x581b1b[_0x24f569(0x14f)]=[],_0x2fcd7a[_0x24f569(0xe3)]=helper[_0x24f569(0x138)](Object[_0x24f569(0x193)]({},_0x565132[_0x24f569(0x14b)],_0x581b1b),null,_0x1b56bb[_0x24f569(0x160)](),null,null,_0x2fcd7a[_0x24f569(0xe3)]);}}else{if(_0x3b34d4[_0x24f569(0x122)](nestedKeyValue,_0x11aa71,[_0x3b34d4[_0x24f569(0x124)],_0x4db3f1])){const _0x4d9ea5={};_0x4d9ea5['platforms']=[],_0x11aa71[_0x3b34d4[_0x24f569(0x124)]][_0x4db3f1][_0x3b34d4['xuiuO']]=helper[_0x24f569(0x138)](Object[_0x24f569(0x193)]({},_0x565132[_0x24f569(0x14b)],_0x4d9ea5),null,_0x1b56bb[_0x24f569(0x160)](),_0x3b34d4['Zntkw'](nestedKeyValue,_0x11aa71,[_0x3b34d4['kkjbf'],_0x4db3f1,_0x3b34d4[_0x24f569(0x13d)]])||{},null,null);}}_0x3a3a87[_0x3b34d4['qMHXs']]=_0x11aa71,_0x4f22a2[_0x24f569(0x173)](_0x3b34d4[_0x24f569(0x114)]);}const _0x59daa1={};_0x59daa1['testConfig']=_0x3835f2;const _0x335094=_0x59daa1,_0x8091b2=path[_0x24f569(0x115)](__dirname,_0x3b34d4['AceNZ']),_0x1a1aad=process[_0x24f569(0x184)]();process[_0x24f569(0x144)][_0x3b34d4[_0x24f569(0x15b)]]=_0x1a1aad;_0x3835f2&&process[_0x24f569(0x10a)](path[_0x24f569(0x13f)](_0x3835f2));process[_0x24f569(0x144)][_0x24f569(0xf7)]=process[_0x24f569(0x144)][_0x24f569(0xf7)]||_0x3b34d4['rgnlS'];const _0x3ed280=new CodeceptJS['Workers'](null,_0x335094);if(_0x3b34d4[_0x24f569(0xfe)](typeof _0x3ed280['_ensureInitialized'],_0x3b34d4[_0x24f569(0xed)]))await _0x3ed280[_0x24f569(0xf4)]();else{let _0xd8126d;try{_0xd8126d=_0x3b34d4['TAoOn'](requireModule,_0x3b34d4[_0x24f569(0x113)],_0x3b34d4[_0x24f569(0x14c)])[_0x24f569(0x12f)];}catch(_0x16257d){logger[_0x24f569(0x162)](_0x24f569(0x102)+util['format'](_0x16257d));}_0xd8126d&&_0x3b34d4[_0x24f569(0xf8)](_0x3b34d4[_0x24f569(0x10b)](parseInt,_0xd8126d['split']('.')[0x0],0xa),0x4)&&logger[_0x24f569(0xe1)]('CodeceptJS\x20'+_0xd8126d+_0x24f569(0x146));}const _0x2a30ca=await _0x3ed280[_0x24f569(0x17a)](_0x35a338),_0x9394b=testOpsHelper[_0x24f569(0x10f)](),_0x423d58=_0x4f22a2[_0x24f569(0x132)](_0x363a66=>{const _0x343ca7=_0x24f569,_0x434852={};_0x434852[_0x343ca7(0x189)]=_0x3a3a87[_0x363a66];const _0x350677={};_0x350677[_0x343ca7(0xf0)]=_0x3a3a87[_0x363a66];const _0x5c2887=_0x1cc588?_0x434852:_0x350677,_0x3c0cd4=_0x3b34d4['ktfEe'](getO11yRerunPattern),_0x460aeb={};_0x460aeb[_0x343ca7(0x12a)]=_0x5c2887;const _0x405ea8={};_0x405ea8[_0x343ca7(0x118)]=_0x8091b2,_0x405ea8[_0x343ca7(0x121)]=!![],_0x405ea8[_0x343ca7(0x139)]=_0x565132[_0x343ca7(0x14b)][_0x343ca7(0x18c)][_0x343ca7(0x139)],_0x405ea8['skipSessionStatus']=_0x565132[_0x343ca7(0x14b)][_0x343ca7(0x18c)][_0x343ca7(0x12c)],_0x405ea8['testObservability']=_0x9394b,_0x405ea8[_0x343ca7(0x108)]=_0x1b56bb;const _0x3f4d51={};_0x3f4d51[_0x343ca7(0xe2)]=_0x405ea8;const _0xb5d3d5={};return _0xb5d3d5['plugins']=_0x3f4d51,helper[_0x343ca7(0x100)]({},_0x11aa71,_0x3b34d4[_0x343ca7(0x120)](isBrowserstackInfra)?_0x460aeb:{},_0x3c0cd4?{'grep':_0x3c0cd4}:{},_0xb5d3d5);});for(const _0x4517fc of _0x423d58){for(const _0x5bd61b of _0x2a30ca){const _0x166e37=_0x3ed280[_0x24f569(0xdd)]();_0x166e37[_0x24f569(0x18a)](_0x5bd61b),_0x166e37[_0x24f569(0x182)](_0x4517fc);const _0x4db4ea={};_0x4db4ea[_0x24f569(0x14b)]=_0x3835f2,_0x166e37[_0x24f569(0x188)](Object[_0x24f569(0x193)](_0x4db4ea,_0x354d97));}}_0x3ed280['on'](CodeceptJS[_0x24f569(0x15c)][_0x24f569(0xef)][_0x24f569(0x137)],(_0x19ccde,_0x35b09f)=>{const _0x111b4a=_0x24f569;console['log'](_0x3b34d4[_0x111b4a(0x12e)],_0x19ccde['title']);const _0x1ba0b1={[_0x19ccde[_0x111b4a(0x13a)]]:_0x19ccde['err'][_0x111b4a(0xe8)]};_testErrorData[_0x111b4a(0x173)](_0x1ba0b1);}),_0x3ed280['on'](CodeceptJS['event'][_0x24f569(0xef)][_0x24f569(0xe6)],async _0x2d6fd9=>{const _0x11a8f6=_0x24f569;console[_0x11a8f6(0xf1)](_0x3b34d4[_0x11a8f6(0x11f)],_0x2d6fd9[_0x11a8f6(0x13a)]);}),_0x3ed280['on'](CodeceptJS[_0x24f569(0x15c)][_0x24f569(0xef)][_0x24f569(0x128)],async _0x147a8f=>{const _0x515326=_0x24f569;console[_0x515326(0xf1)](_0x3b34d4[_0x515326(0x185)],_0x147a8f[_0x515326(0x13a)]);}),_0x3ed280['on'](CodeceptJS['event']['all']['result'],async()=>{const _0x3213ca=_0x24f569,_0x399ac2=_0x3b34d4[_0x3213ca(0x105)]['split']('|');let _0x521dec=0x0;while(!![]){switch(_0x399ac2[_0x521dec++]){case'0':_0x565132[_0x3213ca(0x129)]=_testErrorData;continue;case'1':try{await TestHubHandler[_0x3213ca(0x117)]();}catch(_0x3d9fa0){logger[_0x3213ca(0x162)](_0x3213ca(0xdf)+util[_0x3213ca(0xf9)](_0x3d9fa0));}continue;case'2':PerformanceTester[_0x3213ca(0x15a)](PerformanceEvents[_0x3213ca(0x151)]);continue;case'3':utilities[_0x3213ca(0x170)](_0x565132);continue;case'4':_0x3ed280[_0x3213ca(0x135)]();continue;}break;}});async function _0x1f48ec(){const _0x478c84=_0x24f569;try{await _0x3ed280[_0x478c84(0x15f)](),await _0x3ed280['run']();}finally{process[_0x478c84(0x10a)](_0x1a1aad),await _0x3ed280[_0x478c84(0xe5)]();}}PerformanceTester[_0x24f569(0x107)](PerformanceEvents[_0x24f569(0x10c)]),await _0x3b34d4['zpYcu'](_0x1f48ec);}module[a1_0x1ee31f(0x156)]=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_0x181503=a2_0x35f5;(function(_0x3db23c,_0x3b4aba){const _0x11493f=a2_0x35f5,_0x1d8236=_0x3db23c();while(!![]){try{const _0x2396b1=parseInt(_0x11493f(0x1a7))/0x1+parseInt(_0x11493f(0x1d5))/0x2*(-parseInt(_0x11493f(0x1b3))/0x3)+parseInt(_0x11493f(0x1d6))/0x4*(-parseInt(_0x11493f(0x1ba))/0x5)+parseInt(_0x11493f(0x1c9))/0x6*(-parseInt(_0x11493f(0x1e3))/0x7)+-parseInt(_0x11493f(0x1be))/0x8*(-parseInt(_0x11493f(0x1d4))/0x9)+-parseInt(_0x11493f(0x1af))/0xa+parseInt(_0x11493f(0x1e9))/0xb;if(_0x2396b1===_0x3b4aba)break;else _0x1d8236['push'](_0x1d8236['shift']());}catch(_0x4f8e90){_0x1d8236['push'](_0x1d8236['shift']());}}}(a2_0x3f5d,0x60a0e));const {isUndefined,nestedKeyValue}=require(a2_0x181503(0x1c8)),logger=require(a2_0x181503(0x1bd))[a2_0x181503(0x1b7)],PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{isAccessibilityAutomationSession}=require(a2_0x181503(0x1b9)),{getObservabilityLinkedProductName}=require('../../helpers/test-observability/utils'),accessibilityHelper=require(a2_0x181503(0x1b9)),{isBrowserstackInfra}=require(a2_0x181503(0x1c8)),globals=require(a2_0x181503(0x1bf)),getOSVersionFromCaps=_0x465bf3=>{const _0x41f753=a2_0x181503,_0x5eed63={};_0x5eed63['MkEML']=_0x41f753(0x1b2),_0x5eed63[_0x41f753(0x1ab)]=_0x41f753(0x1b1),_0x5eed63[_0x41f753(0x1c4)]='platform_version',_0x5eed63[_0x41f753(0x1c5)]='osVersion',_0x5eed63[_0x41f753(0x1b5)]=_0x41f753(0x1d1);const _0x6e01ce=_0x5eed63;if(!_0x465bf3)return null;const _0x4e16fd=_0x465bf3[_0x6e01ce[_0x41f753(0x1b0)]],_0x4c8d4e=[_0x6e01ce[_0x41f753(0x1ab)],_0x6e01ce['ZqFct'],_0x6e01ce[_0x41f753(0x1c5)],_0x6e01ce['rifJK']];for(const _0x44cbd5 of _0x4c8d4e){if(_0x4e16fd&&_0x4e16fd[_0x44cbd5])return _0x4e16fd[_0x44cbd5];else{if(_0x465bf3[_0x44cbd5])return _0x465bf3[_0x44cbd5];}}return null;};exports[a2_0x181503(0x1a5)]=_0x1f589f=>{const _0x3ae83b=a2_0x181503,_0x5f0af9={'sPVCZ':_0x3ae83b(0x1aa),'vveZo':function(_0x42b504,_0x6fac8b){return _0x42b504===_0x6fac8b;},'mcFsv':_0x3ae83b(0x1d3),'hMYba':function(_0x5e9154,_0x47da88){return _0x5e9154(_0x47da88);},'ZhorG':function(_0x1da842,_0x4c1046,_0x322cc1){return _0x1da842(_0x4c1046,_0x322cc1);},'pecZy':'config','OJEwn':_0x3ae83b(0x1dd),'ZtQZW':function(_0x495bec,_0x48879f){return _0x495bec(_0x48879f);},'JBGTD':'Playwright','slFWU':function(_0x21a40c,_0x1b4c1d,_0x3237f1){return _0x21a40c(_0x1b4c1d,_0x3237f1);},'nWTkC':_0x3ae83b(0x1c7),'bqzLZ':'browserWSEndpoint','ZkLfd':'caps'};if(!_0x1f589f)return null;let _0x1cee3d=global[_0x3ae83b(0x1e6)]||_0x5f0af9[_0x3ae83b(0x1d0)];if(_0x5f0af9['vveZo'](_0x1f589f[_0x3ae83b(0x1dc)][_0x3ae83b(0x1b6)],_0x5f0af9[_0x3ae83b(0x19e)])){const _0x91d237=_0x1f589f[_0x3ae83b(0x1c7)];if(!_0x91d237)return null;const _0x174d5f=_0x91d237[_0x3ae83b(0x1bb)],_0x4f6c01=_0x5f0af9[_0x3ae83b(0x1de)](getOSVersionFromCaps,_0x5f0af9[_0x3ae83b(0x1cc)](nestedKeyValue,_0x1f589f,[_0x5f0af9[_0x3ae83b(0x1b4)],_0x5f0af9[_0x3ae83b(0x1e0)]]));return{[_0x1cee3d]:{'browser':_0x174d5f[_0x3ae83b(0x1eb)],'browser_version':_0x174d5f[_0x3ae83b(0x1e7)],'capabilities':_0x174d5f,'platform':_0x174d5f[_0x3ae83b(0x1e5)],'platform_version':_0x174d5f[_0x3ae83b(0x1b1)]||_0x4f6c01,'product':_0x5f0af9['ZtQZW'](getObservabilityLinkedProductName,_0x174d5f),'session_id':_0x91d237[_0x3ae83b(0x1a9)]}};}else{if(_0x5f0af9[_0x3ae83b(0x1ce)](_0x1f589f[_0x3ae83b(0x1dc)]['name'],_0x5f0af9[_0x3ae83b(0x1db)])){const _0x490321=PlaywrightSessionDetails['getDetails']();_0x1cee3d=_0x490321[_0x3ae83b(0x19f)]||_0x1cee3d;const _0x21b310=_0x5f0af9['slFWU'](nestedKeyValue,_0x1f589f,[_0x5f0af9[_0x3ae83b(0x1b4)],_0x5f0af9[_0x3ae83b(0x1e1)],_0x5f0af9['bqzLZ']]),_0x5d95dd=_0x21b310?JSON[_0x3ae83b(0x1da)](new URL(_0x21b310)['searchParams'][_0x3ae83b(0x1a1)](_0x5f0af9['ZkLfd'])):{};return{[_0x1cee3d]:{'browser':_0x490321[_0x3ae83b(0x1c7)]||_0x5d95dd[_0x3ae83b(0x1eb)],'browser_version':_0x490321[_0x3ae83b(0x1e2)]||_0x5d95dd[_0x3ae83b(0x1e2)],'capabilities':_0x5d95dd,'platform':_0x490321[_0x3ae83b(0x1c2)],'platform_version':_0x490321['platform_version'],'product':_0x5f0af9['ZtQZW'](getObservabilityLinkedProductName,_0x5d95dd),'session_id':_0x490321[_0x3ae83b(0x1ad)]}};}}};function a2_0x35f5(_0x4a5e1f,_0x5ae04f){const _0x3f5db2=a2_0x3f5d();return a2_0x35f5=function(_0x35f5b9,_0x23fb15){_0x35f5b9=_0x35f5b9-0x19e;let _0x568a86=_0x3f5db2[_0x35f5b9];return _0x568a86;},a2_0x35f5(_0x4a5e1f,_0x5ae04f);}function a2_0x3f5d(){const _0x30deea=['browser','../../helpers/helper','48RynPFp','getMinVersionForBrowser','warn','ZhorG','includes','vveZo','IyuFW','sPVCZ','os_version','isAccessibilityPlatform','WebDriver','45gzXcca','134vivLfa','1826448wareZQ','tvrdV','CAXiM','isBrowserSupportedForAccessibility','parse','JBGTD','constructor','desiredCapabilities','hMYba','wcGGC','OJEwn','nWTkC','browser_version','141946jrllnf','\x20or\x20higher\x20','platformName','__cloud_provider___','browserVersion','Cfrek','13038190VasWra','ptcBz','browserName','mcFsv','cloudProvider','CQoNC','get','OfDGt','MMRIO','getBrowserDisplayName','fetchPlatformDetails','AtrZT','43337YruTvt','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','sessionId','unknown_grid','GsNfp','imNcs','bsSessionId','GqCOM','3447690dVTfJP','MkEML','platformVersion','bstack:options','8913BzxrOf','pecZy','rifJK','name','winstonLogger','string','../../helpers/accessibility-automation/helper','5FAaPKd','capabilities','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','../../helpers/logger','527720OBArOz','../../helpers/globals.js','shouldPatchExecuteScript','accessibilityPlatform','platform','browserstack_accessibility_automation_script','ZqFct','hdWhp','qWpTx'];a2_0x3f5d=function(){return _0x30deea;};return a2_0x3f5d();}const setAccessibilityPlatformFlag=_0x3561e6=>{const _0x5de377=a2_0x181503,_0x5d3f3d={};_0x5d3f3d[_0x5de377(0x1a3)]=_0x5de377(0x1d2);const _0x19c8a2=_0x5d3f3d;global[_0x5de377(0x1c1)]=_0x3561e6,globals['setGlobal'](_0x19c8a2[_0x5de377(0x1a3)],_0x3561e6);};exports['processWebDriverConfig']=_0x2309d7=>{const _0x4ed1a6=a2_0x181503,_0x4549bc={'Cfrek':function(_0x2d719d){return _0x2d719d();},'imNcs':function(_0x45f86e,_0x1a9e2d){return _0x45f86e(_0x1a9e2d);},'OfDGt':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','GqCOM':function(_0x314fee,_0x250629){return _0x314fee!==_0x250629;},'qWpTx':'latest','CQoNC':function(_0x37f6fb){return _0x37f6fb();},'IyuFW':'on\x20non-BrowserStack\x20infrastructure\x20','ptcBz':function(_0x51a1e2,_0x42d38e){return _0x51a1e2(_0x42d38e);},'MwNeJ':_0x4ed1a6(0x1a8)};if(_0x4549bc[_0x4ed1a6(0x1e8)](isAccessibilityAutomationSession)){const _0x3249b6=_0x2309d7[_0x4ed1a6(0x1c7)],_0xb4aac1=_0x3249b6[_0x4ed1a6(0x1bb)];_0x4549bc['imNcs'](setAccessibilityPlatformFlag,!![]);!accessibilityHelper[_0x4ed1a6(0x1d9)](_0xb4aac1[_0x4ed1a6(0x1eb)])&&(logger[_0x4ed1a6(0x1cb)](_0x4549bc[_0x4ed1a6(0x1a2)]),_0x4549bc[_0x4ed1a6(0x1ac)](setAccessibilityPlatformFlag,![]));if(_0x4549bc[_0x4ed1a6(0x1ae)](_0xb4aac1['browserVersion'],_0x4549bc[_0x4ed1a6(0x1c6)])){const _0x1f615e=_0x4549bc[_0x4ed1a6(0x1a0)](isBrowserstackInfra),_0x4949a5=accessibilityHelper[_0x4ed1a6(0x1ca)](_0xb4aac1['browserName'],_0x1f615e),_0x3fe82b=accessibilityHelper[_0x4ed1a6(0x1a4)](_0xb4aac1['browserName']);if(!accessibilityHelper['isVersionSupported'](_0xb4aac1[_0x4ed1a6(0x1e7)],_0x4949a5)){const _0x36d990=_0x1f615e?'':_0x4549bc[_0x4ed1a6(0x1cf)];logger[_0x4ed1a6(0x1cb)](_0x4ed1a6(0x1bc)+_0x3fe82b+'\x20browser\x20version\x20'+_0x4949a5+_0x4ed1a6(0x1e4)+_0x36d990+'.'),_0x4549bc[_0x4ed1a6(0x1ea)](setAccessibilityPlatformFlag,![]);}}!_0x4549bc[_0x4ed1a6(0x1ac)](isUndefined,_0xb4aac1['deviceName'])&&(logger[_0x4ed1a6(0x1cb)](_0x4549bc['MwNeJ']),_0x4549bc[_0x4ed1a6(0x1ea)](setAccessibilityPlatformFlag,![]));}},exports[a2_0x181503(0x1c0)]=_0xf2430f=>{const _0x5dc5ca=a2_0x181503,_0x117506={};_0x117506['wcGGC']=function(_0x2f5344,_0x5c6e39){return _0x2f5344!==_0x5c6e39;},_0x117506[_0x5dc5ca(0x1d8)]=_0x5dc5ca(0x1b8),_0x117506[_0x5dc5ca(0x1a6)]='browserstack_executor',_0x117506['tvrdV']=_0x5dc5ca(0x1c3);const _0x580cd6=_0x117506;if(!_0xf2430f)return![];else{if(_0x580cd6[_0x5dc5ca(0x1df)](typeof _0xf2430f,_0x580cd6[_0x5dc5ca(0x1d8)]))return!![];}return!_0xf2430f['includes'](_0x580cd6[_0x5dc5ca(0x1a6)])&&!_0xf2430f[_0x5dc5ca(0x1cd)](_0x580cd6[_0x5dc5ca(0x1d7)]);};
@@ -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_0x44c282=a3_0x3cb9;function a3_0x3cb9(_0x590b5c,_0x361845){const _0x311b76=a3_0x311b();return a3_0x3cb9=function(_0x3cb9bf,_0x4e293d){_0x3cb9bf=_0x3cb9bf-0x114;let _0x3a967f=_0x311b76[_0x3cb9bf];return _0x3a967f;},a3_0x3cb9(_0x590b5c,_0x361845);}(function(_0x40a67f,_0x46398e){const _0x357e21=a3_0x3cb9,_0x5c8f64=_0x40a67f();while(!![]){try{const _0xe5de3a=-parseInt(_0x357e21(0x134))/0x1*(-parseInt(_0x357e21(0x167))/0x2)+-parseInt(_0x357e21(0x197))/0x3+parseInt(_0x357e21(0x1c6))/0x4+-parseInt(_0x357e21(0x174))/0x5*(parseInt(_0x357e21(0x1c4))/0x6)+-parseInt(_0x357e21(0x14e))/0x7+-parseInt(_0x357e21(0x145))/0x8*(parseInt(_0x357e21(0x12b))/0x9)+parseInt(_0x357e21(0x1da))/0xa;if(_0xe5de3a===_0x46398e)break;else _0x5c8f64['push'](_0x5c8f64['shift']());}catch(_0x46e47){_0x5c8f64['push'](_0x5c8f64['shift']());}}}(a3_0x311b,0xa8a2e));const path=require('path'),util=require(a3_0x44c282(0x118)),fs=require('fs'),{v4:uuidv4}=require(a3_0x44c282(0x146)),{resolveBrowserTypeClass,nestedKeyValue,parseWSEndpoint,isUndefined}=require('../../helpers/helper'),testOpsHelper=require(a3_0x44c282(0x1e1)),{getTestEnv}=require(a3_0x44c282(0x1df)),{FRAMEWORKS}=require(a3_0x44c282(0x16e)),logger=require(a3_0x44c282(0x170))['winstonLogger'],SessionHandler=require(a3_0x44c282(0x168)),RequestQueueHandler=require(a3_0x44c282(0x1b8)),PlaywrightSessionDetails=require(a3_0x44c282(0x120)),debug=testOpsHelper[a3_0x44c282(0x139)],{processAccessibilityCaps}=require(a3_0x44c282(0x14d)),Constants=require('../utils/constants'),{fetchPlatformDetails}=require('./helper.js'),{shouldProcessEventForTesthub,appendTesthubParams}=require('../../helpers/testhub/utils.js'),constants=require(a3_0x44c282(0x1c2)),STATE_PASSED=a3_0x44c282(0x1f0),STATE_FAILED=a3_0x44c282(0x188),a3_0x156846={};a3_0x156846[a3_0x44c282(0x121)]=a3_0x44c282(0x140),a3_0x156846['TEST_RUN_FINISHED']=a3_0x44c282(0x175),a3_0x156846[a3_0x44c282(0x1d6)]='TestRunSkipped',a3_0x156846[a3_0x44c282(0x1af)]=a3_0x44c282(0x186),a3_0x156846[a3_0x44c282(0x130)]=a3_0x44c282(0x196);function a3_0x311b(){const _0xc76226=['4106487cyBNyB','toLowerCase','xiVwi','STATE_FAILED','dxzhO','integrations','PCQKu','codeceptjs','_beforeAll','wZqyN','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','title','string','prefixTestPath','_afterEach','initializeBddStep','started','bddStepStart','errorsDetailed','_beforeEach','MWFYB','includes','dbTTt','EBEIC','HOOK_RUN_STARTED','0|5|4|1|2|3','getInstance','toString','enabled','PRVcH','ieokB','jCOnY','failed\x20to\x20get\x20root\x20parent\x20file\x20','../../helpers/test-observability/requestQueueHandler','hook_type','groups','VxgRF','nPjIj','oHjyy','jglxu','push','testAnalyticsId','stepAnalyticsId','../utils/constants','gDefE','1758eNPKrf','getTime','4762608GlpbMR','prototype','length','finished_at','retryOf','uXuUT','_afterAll','yIlYj','browserstack','pendingHookEvents','onCSb','keys','twnvM','\x20with\x20error\x20:\x20','bddStepFinish','text','TEST_RUN_SKIPPED','ixHqe','findGitConfig','NvDld','16401920IueDWo','eAvLu','location_prefix','CBGjB','replace','../mocha/test-observability/mochaUtils','test','../../helpers/test-observability/utils','join','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','find','getHookType','getHierarchy','.git','skipped','obsBrowserTypeMockApplied','javascript','_testEnv','PDIqU','hfLVb','PEJCs','accessibilityPlatform','passed','zneFe','hook_run','HLdzR','wEVBY','Mwlua','concat','meta','TNalg','MHIhu','hookAnalyticsId','hook_run_uuid','name','toISOString','sep','wsEndpoint','finished','hook','LGYVs','suites','forEach','VkKWy','failure_reason_expanded','FbnSh','split','getRootParentFile','yvqzJ','apply','util','flushPendingHookEvents','parent','duration','bind','splice','BROWSERSTACK','LGClM','../playwright/sessionDetails','TEST_RUN_STARTED','pid','NkwRa','Not\x20able\x20to\x20import\x20Browser','__platformCaps','stringify','startedAt','bs:addLog:','then','inspect','19791mjQzor','failure','status','event_type','expanded','HOOK_RUN_FINISHED','keyword','cwd','exports','1053642nxpJvP','test_run','PXzMY','result','relative','debug','backtrace','type','launch','qYvyg','kEVfG','dirname','TestRunStarted','JnKAM','session_id','test_run_uuid','vBqGV','4432PVBCpr','uuid','uploadEventData','TEST_RUN_FINISHED','setupBrowserDetails','stop','STATE_PASSED','err','../playwright/accessibility-helper','146790apEgWv','currentTest','jjhbh','sendCBTInfo','connect','failureData','file_name','bddSteps','AhurE','LogCreated','match','currentHook','fLbqP','zpWzM','KrnTg','HJLhw','YqSao','hHrfX','markedStatus','AJWAf','frameworkName','Playwright','pending','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','SMQYf','2HJZXIE','../../helpers/test-observability/sessionHandler','constructor','uVqcF','zmLju','cZPkm','nTFYi','../../helpers/test-observability/constants','fqVnu','../../helpers/logger','fullTitle','HwrWn','TFuEp','9995QwXKDp','TestRunFinished','eFTcy','MGypJ','message','resetSkipTestHooks','_paths','xIEyl','ctx','start','getCBTInfo','SggRN','hpcvy','defineProperty','file','__cloud_provider___','vHpxz','getHooksForTest','HookRunStarted','Failed\x20to\x20flush\x20pending\x20hook\x20event\x20','failed','hooks','Failed\x20to\x20parse\x20wsendpoint\x20','aSBoN','TEST_REPORTING_ANALYTICS','fireEvent','now','logs','mapTestHooks','driver','PLAYWRIGHT_HUB_URL','captureEvent','appendTestItemLog','MlnSh','HookRunFinished'];a3_0x311b=function(){return _0xc76226;};return a3_0x311b();}const TEST_EVENTS=a3_0x156846,parseEvent=_0x47227e=>{const _0x526913=a3_0x44c282,_0x51bcaa={};_0x51bcaa['CBGjB']=function(_0x23bacc,_0x3db756){return _0x23bacc<_0x3db756;},_0x51bcaa[_0x526913(0x11f)]=function(_0x1c14ea,_0x13d437){return _0x1c14ea===_0x13d437;},_0x51bcaa[_0x526913(0x15c)]=_0x526913(0x1e0),_0x51bcaa['onCSb']=function(_0xbfedcd,_0x35e28b){return _0xbfedcd===_0x35e28b;},_0x51bcaa[_0x526913(0x1b4)]='hook',_0x51bcaa[_0x526913(0x161)]=function(_0x92feb3,_0x223a63){return _0x92feb3===_0x223a63;},_0x51bcaa['FbnSh']=_0x526913(0x1e8),_0x51bcaa[_0x526913(0x172)]=function(_0x271616,_0x3d0cda){return _0x271616===_0x3d0cda;},_0x51bcaa[_0x526913(0x1be)]=_0x526913(0x1a7),_0x51bcaa[_0x526913(0x16a)]=function(_0x4877ba,_0x12aec0){return _0x4877ba===_0x12aec0;},_0x51bcaa[_0x526913(0x1c3)]=_0x526913(0x200);const _0x4fd62f=_0x51bcaa,_0x16ac0a=_0x47227e[_0x526913(0x158)](/^(.*)Run(.*)$/);if(!_0x16ac0a)return null;if(_0x4fd62f[_0x526913(0x1dd)](_0x16ac0a['length'],0x3))return null;const _0x5ddd17=_0x16ac0a[0x1][_0x526913(0x198)](),_0x588b30=_0x16ac0a[0x2][_0x526913(0x198)]();return{'test':_0x4fd62f[_0x526913(0x11f)](_0x5ddd17,_0x4fd62f[_0x526913(0x15c)]),'hook':_0x4fd62f[_0x526913(0x1d0)](_0x5ddd17,_0x4fd62f['PRVcH']),'skipped':_0x4fd62f[_0x526913(0x161)](_0x588b30,_0x4fd62f[_0x526913(0x207)]),'started':_0x4fd62f[_0x526913(0x172)](_0x588b30,_0x4fd62f[_0x526913(0x1be)]),'finished':_0x4fd62f[_0x526913(0x16a)](_0x588b30,_0x4fd62f[_0x526913(0x1c3)])};},mockPWBrowserType=_0x2301a5=>{const _0x4a13eb=a3_0x44c282,_0x33d4bd={'mxRHB':function(_0x2dac14,_0x2eafee){return _0x2dac14===_0x2eafee;},'MWFYB':_0x4a13eb(0x1a3),'NyWOa':function(_0x594af6,_0x217c99,_0x2deb3d){return _0x594af6(_0x217c99,_0x2deb3d);},'wHltY':_0x4a13eb(0x1ff),'PEJCs':function(_0x369a68,_0x1130c4){return _0x369a68(_0x1130c4);},'SggRN':_0x4a13eb(0x1ce),'VkKWy':function(_0x26a38f){return _0x26a38f();},'vBqGV':_0x4a13eb(0x124),'AhurE':'connect','VuNbL':'launch'},_0x5d70ca=_0x33d4bd[_0x4a13eb(0x205)](resolveBrowserTypeClass);if(!_0x5d70ca){_0x33d4bd[_0x4a13eb(0x1ee)](debug,_0x33d4bd[_0x4a13eb(0x144)]);return;}const _0x98f5c6=_0x5d70ca[_0x4a13eb(0x1c7)];if(_0x98f5c6[_0x4a13eb(0x1e9)])return;const _0x4be0a8=_0x98f5c6[_0x4a13eb(0x152)];Object['defineProperty'](_0x98f5c6,_0x33d4bd[_0x4a13eb(0x156)],{'get':function(){const _0x13d8e6=_0x4a13eb,_0x5f1d15={'YqSao':function(_0x59ee78,_0x536a08){return _0x33d4bd['mxRHB'](_0x59ee78,_0x536a08);},'MGypJ':_0x33d4bd[_0x13d8e6(0x1ab)],'TNalg':function(_0x7b2d60,_0x4def14,_0x15bb52){return _0x33d4bd['NyWOa'](_0x7b2d60,_0x4def14,_0x15bb52);},'jjhbh':_0x33d4bd['wHltY'],'aJHJV':function(_0x5ae186,_0x1b7940){const _0x44afcf=_0x13d8e6;return _0x33d4bd[_0x44afcf(0x1ee)](_0x5ae186,_0x1b7940);},'twnvM':_0x33d4bd[_0x13d8e6(0x17f)],'xIEyl':function(_0xb5aac6,_0x559362){const _0x44327f=_0x13d8e6;return _0x33d4bd[_0x44327f(0x1ee)](_0xb5aac6,_0x559362);}};return async function _0x1196fe(_0x78e38e,_0xf6bc72){const _0x3df969=_0x13d8e6,_0x57d5bb={'eFTcy':function(_0x57fc67,_0x2a121f){const _0x17a2ba=a3_0x3cb9;return _0x5f1d15[_0x17a2ba(0x15e)](_0x57fc67,_0x2a121f);},'NvDld':_0x5f1d15[_0x3df969(0x177)]},_0x4f6634=_0x5f1d15[_0x3df969(0x1f8)](nestedKeyValue,_0x78e38e,[_0x5f1d15[_0x3df969(0x150)]])||_0x78e38e;let _0x489c3e=null,_0x221b3e=null;try{[_0x221b3e,_0x489c3e]=_0x4f6634?_0x5f1d15['aJHJV'](parseWSEndpoint,_0x4f6634):[null,null],global[_0x3df969(0x125)]=_0x489c3e,logger['debug']('Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20'+_0x221b3e),_0x221b3e[_0x3df969(0x1ac)](Constants[_0x3df969(0x11e)])&&(global[_0x3df969(0x183)]=_0x5f1d15[_0x3df969(0x1d2)]);}catch(_0x1d9534){logger[_0x3df969(0x139)](_0x3df969(0x18a)+_0x4f6634+'\x20'+_0x1d9534);}_0x5f1d15[_0x3df969(0x1f8)](processAccessibilityCaps,_0x489c3e,_0x221b3e);if(global[_0x3df969(0x1ef)]){const _0x5add99=await _0x98f5c6['connectOverCDP']['apply'](this,[''+Constants[_0x3df969(0x192)]+_0x5f1d15[_0x3df969(0x17b)](encodeURIComponent,JSON[_0x3df969(0x126)](_0x489c3e))]);return PlaywrightSessionDetails[_0x3df969(0x149)](_0x5add99,_0x2301a5,_0x4f6634),_0x5add99;}return _0x4be0a8[_0x3df969(0x117)](this,arguments)['then'](_0x363659=>{const _0x30b43f=_0x3df969;let _0x363891=_0x78e38e[_0x30b43f(0x1ff)];return _0x57d5bb[_0x30b43f(0x176)](typeof _0x78e38e,_0x57d5bb[_0x30b43f(0x1d9)])&&(_0x363891=_0x78e38e),PlaywrightSessionDetails['setupBrowserDetails'](_0x363659,_0x2301a5,_0x363891),_0x363659;});};}});const _0x54fc72=_0x98f5c6[_0x4a13eb(0x13c)];Object[_0x4a13eb(0x181)](_0x98f5c6,_0x33d4bd['VuNbL'],{'get':function(){return async function _0x151cb4(){const _0x5c57d7=a3_0x3cb9;return _0x54fc72[_0x5c57d7(0x117)](this,arguments)[_0x5c57d7(0x129)](_0x24ed7d=>{const _0x16fda4=_0x5c57d7;return PlaywrightSessionDetails[_0x16fda4(0x149)](_0x24ed7d,null),_0x24ed7d;});};}});};class O11yHelper{[a3_0x44c282(0x14f)]=null;['currentHook']=null;['enabled']=![];[a3_0x44c282(0x162)]=![];[a3_0x44c282(0x1cf)]=[];constructor(_0x4fb306,_0x53240d){const _0x4000ed=a3_0x44c282,_0x567bb7={'tuiVD':_0x4000ed(0x1b0),'oHjyy':function(_0x502c22){return _0x502c22();},'pNngx':function(_0x358946){return _0x358946();},'dpaTE':function(_0x1a7c19,_0x4680ae){return _0x1a7c19===_0x4680ae;},'yvqzJ':_0x4000ed(0x163),'JnKAM':function(_0x108742,_0x471d2d){return _0x108742(_0x471d2d);}},_0x35a8cf=_0x567bb7['tuiVD'][_0x4000ed(0x114)]('|');let _0x313694=0x0;while(!![]){switch(_0x35a8cf[_0x313694++]){case'0':this[_0x4000ed(0x1b3)]=_0x567bb7[_0x4000ed(0x1bd)](shouldProcessEventForTesthub);continue;case'1':this[_0x4000ed(0x1eb)]=_0x567bb7['pNngx'](getTestEnv);continue;case'2':this[_0x4000ed(0x17a)]=new testOpsHelper['PathHelper']({'cwd':process[_0x4000ed(0x132)]()},this[_0x4000ed(0x1eb)][_0x4000ed(0x1dc)]);continue;case'3':this['driver']&&_0x567bb7['dpaTE'](this[_0x4000ed(0x191)][_0x4000ed(0x169)][_0x4000ed(0x1fc)],_0x567bb7[_0x4000ed(0x116)])&&_0x567bb7[_0x4000ed(0x141)](mockPWBrowserType,null);continue;case'4':this[_0x4000ed(0x191)]=_0x4fb306;continue;case'5':this[_0x4000ed(0x162)]=_0x53240d['frameworkName'];continue;}break;}}['hasLiveDriverSession'](){const _0x255dc9=a3_0x44c282,_0x1e6fe4={'kEVfG':function(_0x5c06c5,_0x191aa5){return _0x5c06c5(_0x191aa5);}};if(!this[_0x255dc9(0x191)])return![];try{const _0x502d9e=_0x1e6fe4[_0x255dc9(0x13e)](fetchPlatformDetails,this[_0x255dc9(0x191)]);if(!_0x502d9e)return![];const _0x2bf463=Object[_0x255dc9(0x1d1)](_0x502d9e)[0x0];return!!(_0x2bf463&&_0x502d9e[_0x2bf463]&&_0x502d9e[_0x2bf463][_0x255dc9(0x142)]);}catch(_0xe275e0){return![];}}['bufferPendingHookEvent'](_0x4d0ee9,_0x4b2964){const _0x252ba7=a3_0x44c282;if(!_0x4b2964)return;const _0x5f4739={};_0x5f4739['eventType']=_0x4d0ee9,_0x5f4739['uploadData']=_0x4b2964,this[_0x252ba7(0x1cf)][_0x252ba7(0x1bf)](_0x5f4739);}async[a3_0x44c282(0x119)](){const _0x1f5515=a3_0x44c282,_0x856ebc={};_0x856ebc[_0x1f5515(0x16f)]=function(_0x182c65,_0x31a868){return _0x182c65&&_0x31a868;};const _0x19f27b=_0x856ebc;if(!this[_0x1f5515(0x1cf)]['length'])return;if(!this['hasLiveDriverSession']())return;const _0x5a7da8=this['getCBTInfo'](this['driver']),_0x23ba46=this[_0x1f5515(0x1cf)][_0x1f5515(0x11d)](0x0,this[_0x1f5515(0x1cf)][_0x1f5515(0x1c8)]);for(const {eventType:_0x1cea59,uploadData:_0x2f53a4}of _0x23ba46){try{const _0x129984=_0x2f53a4[_0x1f5515(0x1f2)]||_0x2f53a4[_0x1f5515(0x135)];_0x19f27b[_0x1f5515(0x16f)](_0x129984,_0x5a7da8)&&(_0x129984[_0x1f5515(0x19c)]=_0x5a7da8),await this['fireEvent'](_0x1cea59,_0x2f53a4);}catch(_0x30f556){logger['debug'](_0x1f5515(0x187)+_0x1cea59+':\x20'+util['format'](_0x30f556));}}}[a3_0x44c282(0x17d)](){const _0x50a444=a3_0x44c282;if(!this['enabled'])return;testOpsHelper['patchConsoleLogger'](),process['removeAllListeners'](_0x50a444(0x128)+process[_0x50a444(0x122)]),process['on'](_0x50a444(0x128)+process[_0x50a444(0x122)],this['appendTestItemLog'][_0x50a444(0x11c)](this));}async[a3_0x44c282(0x14a)](){const _0x56acd1=a3_0x44c282;await RequestQueueHandler[_0x56acd1(0x1b1)]()['shutdown']();}async[a3_0x44c282(0x194)](_0x10561c){const _0x147752=a3_0x44c282,_0x5de544={'vnxYX':_0x147752(0x157),'ieokB':function(_0x583dc5,_0x28deed){return _0x583dc5(_0x28deed);}};try{this[_0x147752(0x159)]&&!this[_0x147752(0x159)][_0x147752(0x160)]&&(_0x10561c[_0x147752(0x1fb)]=this[_0x147752(0x159)][_0x147752(0x1fa)]);!_0x10561c[_0x147752(0x1fb)]&&this['currentTest']&&!this[_0x147752(0x14f)][_0x147752(0x160)]&&(_0x10561c[_0x147752(0x143)]=this[_0x147752(0x14f)][_0x147752(0x1c0)]);if(_0x10561c[_0x147752(0x1fb)]||_0x10561c['test_run_uuid']){const _0x3a901c={};_0x3a901c[_0x147752(0x12e)]=_0x5de544['vnxYX'],_0x3a901c[_0x147752(0x18f)]=[_0x10561c],await SessionHandler[_0x147752(0x147)](_0x3a901c);}}catch(_0x866bd1){_0x5de544[_0x147752(0x1b5)](debug,_0x147752(0x1a1)+constants[_0x147752(0x18c)]+'\x20with\x20error\x20:\x20'+_0x866bd1);}}async[a3_0x44c282(0x151)](_0x202060){const _0x3707d2=a3_0x44c282,_0x577ad6={'zJQOs':'CBTSessionCreated','qbtIm':function(_0x42d76f,_0x1dd02e){return _0x42d76f(_0x1dd02e);}};if(!this['enabled'])return;const _0x41826d=this[_0x3707d2(0x17e)](this[_0x3707d2(0x191)]);try{const _0x206966={};_0x206966['uuid']=_0x202060,_0x206966[_0x3707d2(0x19c)]=_0x41826d;const _0x127a67=_0x206966,_0x2c8d7b={};_0x2c8d7b[_0x3707d2(0x12e)]=_0x577ad6['zJQOs'],_0x2c8d7b[_0x3707d2(0x135)]=_0x127a67,await SessionHandler[_0x3707d2(0x147)](_0x2c8d7b);}catch(_0xd83c1){_0x577ad6['qbtIm'](debug,_0x3707d2(0x1e3)+constants[_0x3707d2(0x18c)]+_0x3707d2(0x1d3)+_0xd83c1);}}[a3_0x44c282(0x17e)](_0xcdced8){const _0x3ba5de=a3_0x44c282,_0x339588={'cZPkm':function(_0x4bb6bb,_0x3c103a){return _0x4bb6bb(_0x3c103a);}};return _0x339588[_0x3ba5de(0x16c)](fetchPlatformDetails,_0xcdced8);}[a3_0x44c282(0x179)]=_0x8d747=>{const _0xe47e3=a3_0x44c282,_0x1ac4c4={};_0x1ac4c4[_0xe47e3(0x184)]='_beforeEach',_0x1ac4c4['wZqyN']=_0xe47e3(0x1a5);const _0x3996f4=_0x1ac4c4;if(!_0x8d747||!_0x8d747[_0xe47e3(0x11a)])return;[_0x3996f4['vHpxz'],_0x3996f4[_0xe47e3(0x1a0)]]['forEach'](_0x51993f=>{const _0x2e83bf=_0xe47e3,_0x2b2998=_0x8d747['parent'][_0x51993f];_0x2b2998[_0x2e83bf(0x204)](_0x198808=>{const _0x4a0d32=_0x2e83bf;_0x198808[_0x4a0d32(0x1fa)]&&(_0x198808[_0x4a0d32(0x1fa)]=null);});});};['mapTestHooks'](_0x4623fb){const _0x384c65=a3_0x44c282,_0x2f683d={'qYvyg':_0x384c65(0x19e),'Mwlua':function(_0x187ce0){return _0x187ce0();},'wEVBY':function(_0x460e1f,_0x3d5fc3){return _0x460e1f===_0x3d5fc3;},'hHrfX':_0x384c65(0x1a5),'zneFe':'_beforeAll','eAvLu':'_afterAll','HLdzR':_0x384c65(0x1aa)};if(!_0x4623fb||!_0x4623fb[_0x384c65(0x11a)])return;[_0x2f683d[_0x384c65(0x1f1)],_0x2f683d[_0x384c65(0x1db)],_0x2f683d[_0x384c65(0x1f3)],_0x2f683d[_0x384c65(0x15f)]]['forEach'](_0x306ea5=>{const _0x1ef5a3=_0x384c65,_0x5465f3=_0x4623fb[_0x1ef5a3(0x11a)][_0x306ea5]||[];_0x5465f3[_0x1ef5a3(0x204)](_0x3861ad=>{const _0x529127=_0x1ef5a3;if(_0x3861ad['title'][_0x529127(0x1ac)](_0x2f683d[_0x529127(0x13d)]))return;if(!_0x3861ad[_0x529127(0x1fa)])_0x3861ad['hookAnalyticsId']=_0x2f683d[_0x529127(0x1f5)](uuidv4);else _0x3861ad[_0x529127(0x160)]&&_0x2f683d[_0x529127(0x1f4)](_0x306ea5,_0x2f683d[_0x529127(0x15f)])&&(_0x3861ad[_0x529127(0x1fa)]=_0x2f683d[_0x529127(0x1f5)](uuidv4),delete _0x3861ad['markedStatus']);});}),this[_0x384c65(0x190)](_0x4623fb[_0x384c65(0x11a)]);}['getHooksForTest'](_0x4d41b0){const _0x2f446f=a3_0x44c282,_0x5af9f8={};_0x5af9f8['eVuTk']=_0x2f446f(0x19f),_0x5af9f8[_0x2f446f(0x18b)]=_0x2f446f(0x1cc),_0x5af9f8['tsVOW']='_beforeEach',_0x5af9f8[_0x2f446f(0x1ae)]=_0x2f446f(0x1a5);const _0x2d6225=_0x5af9f8;if(!_0x4d41b0||!_0x4d41b0[_0x2f446f(0x11a)])return[];const _0x44636a=[];return[_0x2d6225['eVuTk'],_0x2d6225[_0x2f446f(0x18b)],_0x2d6225['tsVOW'],_0x2d6225[_0x2f446f(0x1ae)]]['forEach'](_0x26d493=>{const _0x1347fd=_0x2f446f,_0x3deb21=_0x4d41b0[_0x1347fd(0x11a)][_0x26d493]||[];_0x3deb21['forEach'](_0x5d4d5b=>{const _0x3aac73=_0x1347fd;_0x5d4d5b[_0x3aac73(0x1fa)]&&_0x44636a['push'](_0x5d4d5b['hookAnalyticsId']);});}),[][_0x2f446f(0x1f6)](_0x44636a,this[_0x2f446f(0x185)](_0x4d41b0[_0x2f446f(0x11a)]));}[a3_0x44c282(0x1e5)](_0xb8963f){const _0x4e18c8=a3_0x44c282,_0x4f4a42=/^"(?<hook>.*)" hook:.*$/,_0x45914e=_0xb8963f['title'],_0x502232=_0x45914e['match'](_0x4f4a42);if(_0x502232&&_0x502232[_0x4e18c8(0x1ba)])return _0x502232[_0x4e18c8(0x1ba)][_0x4e18c8(0x201)]['toUpperCase']()[_0x4e18c8(0x1de)]('\x20','_');return null;}[a3_0x44c282(0x1d8)](_0x371eca){const _0x22735a=a3_0x44c282,_0x58859a={};_0x58859a['dxzhO']=function(_0x231116,_0x1cac9f){return _0x231116===_0x1cac9f;},_0x58859a['nOcXR']=_0x22735a(0x1e7);const _0x1e62b6=_0x58859a,_0x2655c2=path[_0x22735a(0x1fe)];if(_0x1e62b6[_0x22735a(0x19b)](_0x371eca,null)||_0x1e62b6[_0x22735a(0x19b)](_0x371eca,'')||_0x1e62b6['dxzhO'](_0x371eca,_0x2655c2)||_0x1e62b6[_0x22735a(0x19b)](_0x371eca,path[_0x22735a(0x13f)](_0x371eca)))return null;try{return fs['statSync'](path[_0x22735a(0x1e2)](_0x371eca,_0x1e62b6['nOcXR'])),_0x371eca;}catch(_0x5c67c6){const _0x336bc9=path[_0x22735a(0x13f)](_0x371eca);return this[_0x22735a(0x1d8)](_0x336bc9);}}[a3_0x44c282(0x115)](_0x34d94f){const _0xf08ad3=a3_0x44c282,_0x4f4d83={};_0x4f4d83['ixHqe']=function(_0x2f3436,_0x3a8989){return _0x2f3436>_0x3a8989;};const _0x95202f=_0x4f4d83;if(_0x34d94f['file'])return _0x34d94f[_0xf08ad3(0x182)];if(_0x34d94f[_0xf08ad3(0x17c)]){const _0x4bee0b=_0x34d94f[_0xf08ad3(0x17c)][_0xf08ad3(0x14f)]?this[_0xf08ad3(0x115)](_0x34d94f[_0xf08ad3(0x17c)][_0xf08ad3(0x14f)]):null;if(_0x4bee0b)return _0x4bee0b;}if(_0x34d94f['parent']){const _0x2ae5da=this['getRootParentFile'](_0x34d94f[_0xf08ad3(0x11a)])||(_0x34d94f[_0xf08ad3(0x11a)][_0xf08ad3(0x17c)]&&_0x34d94f['parent'][_0xf08ad3(0x17c)][_0xf08ad3(0x14f)]?this[_0xf08ad3(0x115)](_0x34d94f[_0xf08ad3(0x11a)][_0xf08ad3(0x17c)][_0xf08ad3(0x14f)]):null);if(_0x2ae5da)return _0x2ae5da;_0x34d94f[_0xf08ad3(0x11a)][_0xf08ad3(0x203)]&&_0x95202f[_0xf08ad3(0x1d7)](_0x34d94f['parent'][_0xf08ad3(0x203)][_0xf08ad3(0x1c8)],0x0)&&_0x34d94f[_0xf08ad3(0x11a)][_0xf08ad3(0x203)][_0xf08ad3(0x204)](_0x509b35=>{const _0x246bb8=_0xf08ad3,_0x3e9933=_0x509b35[_0x246bb8(0x17c)]?this[_0x246bb8(0x115)](_0x509b35[_0x246bb8(0x17c)]):null;if(_0x3e9933)return _0x3e9933;});}return null;}['getHierarchy'](_0x36ceaf){const _0x59d3d8=a3_0x44c282,_0x508d3d={};_0x508d3d[_0x59d3d8(0x1ad)]=function(_0xaeaeac,_0x3da464){return _0xaeaeac!==_0x3da464;};const _0x53d1e3=_0x508d3d,_0x526690=[];if(_0x36ceaf&&_0x36ceaf[_0x59d3d8(0x11a)]){let _0x43a3ca=_0x36ceaf[_0x59d3d8(0x11a)];while(_0x43a3ca&&_0x53d1e3[_0x59d3d8(0x1ad)](_0x43a3ca[_0x59d3d8(0x1a2)],'')){_0x526690[_0x59d3d8(0x1bf)](_0x43a3ca[_0x59d3d8(0x1a2)]),_0x43a3ca=_0x43a3ca[_0x59d3d8(0x11a)];}}return _0x526690;}[a3_0x44c282(0x193)](_0x28e508,_0x35dbf2,_0x26b5a3=undefined){const _0x2d6d5c=a3_0x44c282,_0x555058={'zpWzM':function(_0xa0f3f,_0xae34){return _0xa0f3f(_0xae34);},'HJLhw':function(_0x542333){return _0x542333();},'PDIqU':function(_0x5d6fe2){return _0x5d6fe2();},'fLbqP':_0x2d6d5c(0x14c),'PCQKu':function(_0x2c3946,_0x2b1ed8){return _0x2c3946!==_0x2b1ed8;},'MHIhu':function(_0x4f72b5,_0x543e8d){return _0x4f72b5!==_0x543e8d;},'SMQYf':'File\x20path\x20could\x20not\x20be\x20found','TFuEp':_0x2d6d5c(0x164),'MlnSh':_0x2d6d5c(0x188),'VxgRF':_0x2d6d5c(0x1f0),'hfLVb':_0x2d6d5c(0x1e8),'NkwRa':_0x2d6d5c(0x1ea),'jCOnY':function(_0x5ba3c6,_0x1716e3){return _0x5ba3c6-_0x1716e3;},'sPzzI':function(_0x413259,_0x1a5b61,_0x140163,_0x32c01a,_0x13a886){return _0x413259(_0x1a5b61,_0x140163,_0x32c01a,_0x13a886);},'GPXHX':function(_0x30ba07,_0x2e4a62){return _0x30ba07!==_0x2e4a62;},'uXuUT':'integrations','EbXXw':_0x2d6d5c(0x1f7),'NReBD':_0x2d6d5c(0x12c),'nTFYi':'failure_backtrace','xiVwi':_0x2d6d5c(0x13a),'nPjIj':_0x2d6d5c(0x206),'WZofC':_0x2d6d5c(0x12f),'LGYVs':function(_0x309ce6,_0x2fa880){return _0x309ce6===_0x2fa880;},'FrmOF':_0x2d6d5c(0x1f2),'xtPkn':_0x2d6d5c(0x135)};if(!this['enabled'])return;try{if(_0x35dbf2['fn']&&_0x35dbf2['fn'][_0x2d6d5c(0x1b2)]()[_0x2d6d5c(0x158)](/browserstack internal helper hook/))return;const _0x24d5b0=_0x555058[_0x2d6d5c(0x15b)](parseEvent,_0x28e508);if(!_0x24d5b0)return;if(_0x24d5b0[_0x2d6d5c(0x1e0)]){this[_0x2d6d5c(0x14f)]=_0x35dbf2,this[_0x2d6d5c(0x159)]=null;if(_0x24d5b0['started']||_0x24d5b0[_0x2d6d5c(0x1e8)]){_0x35dbf2[_0x2d6d5c(0x127)]=new Date(),_0x35dbf2[_0x2d6d5c(0x160)]=![];if(!_0x35dbf2[_0x2d6d5c(0x1c0)])_0x35dbf2[_0x2d6d5c(0x1c0)]=_0x555058[_0x2d6d5c(0x15d)](uuidv4);else _0x35dbf2['markedStatus']&&(!_0x35dbf2[_0x2d6d5c(0x1ca)]&&(_0x35dbf2['retryOf']=_0x35dbf2[_0x2d6d5c(0x1c0)]),_0x35dbf2['testAnalyticsId']=_0x555058['HJLhw'](uuidv4));}}else{if(_0x24d5b0[_0x2d6d5c(0x201)]){this[_0x2d6d5c(0x159)]=_0x35dbf2;if(_0x24d5b0['started']){_0x35dbf2['startedAt']=new Date(),_0x35dbf2[_0x2d6d5c(0x160)]=![];if(!_0x35dbf2[_0x2d6d5c(0x1fa)])_0x35dbf2[_0x2d6d5c(0x1fa)]=_0x555058[_0x2d6d5c(0x15d)](uuidv4);else _0x35dbf2[_0x2d6d5c(0x1fa)]&&_0x35dbf2[_0x2d6d5c(0x160)]&&(_0x35dbf2['hookAnalyticsId']=_0x555058[_0x2d6d5c(0x1ec)](uuidv4));}}}if(_0x24d5b0[_0x2d6d5c(0x200)]&&_0x35dbf2[_0x2d6d5c(0x160)])return;let _0x3909ff;try{_0x3909ff=this[_0x2d6d5c(0x115)](_0x35dbf2);}catch(_0x19abcb){logger[_0x2d6d5c(0x139)](_0x2d6d5c(0x1b7)+_0x19abcb),_0x3909ff=null;}let _0x121e22=[];_0x26b5a3&&(_0x121e22=[_0x26b5a3,_0x555058[_0x2d6d5c(0x15a)]]);const _0x16b437=_0x555058[_0x2d6d5c(0x19d)](_0x35dbf2[_0x2d6d5c(0x1a9)],undefined)?util[_0x2d6d5c(0x12a)](_0x35dbf2['errorsDetailed'][0x0]):_0x555058[_0x2d6d5c(0x1f9)](_0x26b5a3,undefined)?_0x26b5a3[_0x2d6d5c(0x1b2)]():undefined,_0xb6b3db=_0x3909ff?this['findGitConfig'](_0x3909ff):null,_0x4d5211=_0x3909ff?this[_0x2d6d5c(0x17a)][_0x2d6d5c(0x1a4)](this[_0x2d6d5c(0x115)](_0x35dbf2)):_0x555058[_0x2d6d5c(0x166)];let _0x40e2e8=_0x555058[_0x2d6d5c(0x173)];const _0x136d69=!_0x24d5b0[_0x2d6d5c(0x1a7)]?new Date()[_0x2d6d5c(0x1fd)]():null;if(_0x24d5b0[_0x2d6d5c(0x200)])_0x40e2e8=_0x26b5a3?_0x555058[_0x2d6d5c(0x195)]:_0x555058[_0x2d6d5c(0x1bb)],_0x35dbf2['markedStatus']=!![];else _0x24d5b0[_0x2d6d5c(0x1e8)]&&(_0x40e2e8=_0x555058[_0x2d6d5c(0x1ed)],_0x35dbf2['markedStatus']=!![]);const _0x25baaf={'framework':this['frameworkName'],'uuid':_0x35dbf2[_0x2d6d5c(0x1c0)]||_0x35dbf2[_0x2d6d5c(0x1fa)],'name':_0x35dbf2[_0x2d6d5c(0x1a2)],'body':{'lang':_0x555058[_0x2d6d5c(0x123)],'code':_0x35dbf2['body'][_0x2d6d5c(0x1b2)]()},'type':_0x35dbf2[_0x2d6d5c(0x13b)],'scope':_0x35dbf2[_0x2d6d5c(0x171)](),'scopes':this[_0x2d6d5c(0x1e6)](_0x35dbf2),'file_name':_0x4d5211,'vc_filepath':_0xb6b3db?path[_0x2d6d5c(0x138)](_0xb6b3db,_0x3909ff):null,'location':_0x4d5211,'result':_0x40e2e8,'failure_reason':_0x16b437,'duration_in_ms':_0x35dbf2['duration']||(_0x24d5b0[_0x2d6d5c(0x200)]||_0x24d5b0[_0x2d6d5c(0x1e8)])?_0x555058[_0x2d6d5c(0x1b6)](Date['now'](),new Date(_0x35dbf2[_0x2d6d5c(0x127)])[_0x2d6d5c(0x1c5)]()):null,'started_at':new Date(_0x35dbf2[_0x2d6d5c(0x127)])[_0x2d6d5c(0x1fd)](),'finished_at':_0x136d69,'failure':testOpsHelper[_0x2d6d5c(0x153)]['apply'](null,_0x121e22),'failure_type':!_0x16b437?null:testOpsHelper['getFailureType'](_0x16b437),'retry_of':_0x35dbf2[_0x2d6d5c(0x1ca)]||null,'tags':_0x35dbf2['tags']||[],'customRerunParam':{'rerun_name':_0x35dbf2[_0x2d6d5c(0x171)]()}};_0x555058['sPzzI'](appendTesthubParams,_0x25baaf,_0x28e508,_0x35dbf2,FRAMEWORKS['CODECEPT']);if(_0x24d5b0['hook'])[_0x25baaf[_0x2d6d5c(0x1b9)],_0x25baaf['name']]=[this[_0x2d6d5c(0x1e5)](_0x35dbf2),_0x35dbf2[_0x2d6d5c(0x17c)]['test'][_0x2d6d5c(0x1a2)]],_0x24d5b0[_0x2d6d5c(0x200)]?_0x555058['GPXHX'](_0x25baaf[_0x2d6d5c(0x137)],_0x555058[_0x2d6d5c(0x195)])&&(_0x25baaf[_0x2d6d5c(0x137)]=_0x555058['VxgRF']):_0x25baaf['body']={};else _0x24d5b0['test']&&(this['mapTestHooks'](_0x35dbf2),_0x24d5b0['skipped']&&this['resetSkipTestHooks'](_0x35dbf2),(_0x24d5b0[_0x2d6d5c(0x200)]||_0x24d5b0[_0x2d6d5c(0x1e8)])&&(_0x25baaf[_0x2d6d5c(0x189)]=this[_0x2d6d5c(0x185)](_0x35dbf2)));this[_0x2d6d5c(0x191)]&&(_0x24d5b0[_0x2d6d5c(0x1a7)]||_0x24d5b0[_0x2d6d5c(0x1e8)])&&(_0x25baaf[_0x555058[_0x2d6d5c(0x1cb)]]=this[_0x2d6d5c(0x17e)](this[_0x2d6d5c(0x191)]));_0x24d5b0[_0x2d6d5c(0x1e0)]&&_0x24d5b0[_0x2d6d5c(0x200)]&&_0x35dbf2[_0x2d6d5c(0x155)]&&(_0x25baaf[_0x555058['EbXXw']]={'feature':{'name':_0x35dbf2[_0x2d6d5c(0x11a)]['feature'][_0x2d6d5c(0x1fc)],'path':_0x25baaf[_0x2d6d5c(0x154)],'description':_0x35dbf2[_0x2d6d5c(0x11a)]['comment']},'scenario':{'name':_0x35dbf2['title']},'steps':_0x35dbf2['bddSteps']});const _0x5b8a04=_0x25baaf[_0x555058['NReBD']][0x0];_0x5b8a04&&(_0x25baaf[_0x555058[_0x2d6d5c(0x16d)]]=_0x5b8a04[_0x555058[_0x2d6d5c(0x199)]],_0x25baaf[_0x555058[_0x2d6d5c(0x1bc)]]=_0x5b8a04[_0x555058['WZofC']]);if(_0x35dbf2[_0x2d6d5c(0x155)])for(const _0x109fd4 of _0x35dbf2[_0x2d6d5c(0x155)]){!_0x109fd4[_0x2d6d5c(0x1c9)]&&(_0x109fd4[_0x2d6d5c(0x1c9)]=new Date()[_0x2d6d5c(0x1fd)](),_0x555058[_0x2d6d5c(0x202)](_0x109fd4['result'],_0x555058[_0x2d6d5c(0x173)])&&(_0x5b8a04?(_0x109fd4[_0x2d6d5c(0x137)]=_0x555058[_0x2d6d5c(0x195)],_0x109fd4[_0x2d6d5c(0x12c)]=_0x5b8a04[_0x555058[_0x2d6d5c(0x199)]][0x0]):_0x109fd4[_0x2d6d5c(0x137)]=_0x555058[_0x2d6d5c(0x1bb)]));}const _0x3b275c={};_0x3b275c[_0x2d6d5c(0x12e)]=_0x24d5b0[_0x2d6d5c(0x1e8)]?TEST_EVENTS[_0x2d6d5c(0x148)]:_0x28e508;const _0x5c04f8=_0x3b275c;return _0x24d5b0[_0x2d6d5c(0x201)]?_0x5c04f8[_0x555058['FrmOF']]=_0x25baaf:_0x5c04f8[_0x555058['xtPkn']]=_0x25baaf,_0x5c04f8;}catch(_0x3eb258){logger['debug']('Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0x28e508+'\x20with\x20error\x20:\x20'+_0x3eb258);}}async[a3_0x44c282(0x18d)](_0x31d669,_0x1d2150){const _0x286db6=a3_0x44c282;if(!this[_0x286db6(0x1b3)]||!_0x1d2150||!_0x31d669)return![];try{return await SessionHandler[_0x286db6(0x147)](_0x1d2150);}catch(_0x3ce900){logger['debug'](_0x286db6(0x165)+_0x31d669+_0x286db6(0x1d3)+_0x3ce900);}}[a3_0x44c282(0x1a6)](_0x57fad5){const _0x2b572c=a3_0x44c282,_0x568238={};_0x568238[_0x2b572c(0x180)]=_0x2b572c(0x164);const _0x33967d=_0x568238;return{'id':_0x57fad5[_0x2b572c(0x1c1)],'text':_0x57fad5[_0x2b572c(0x1d5)],'keyword':_0x57fad5[_0x2b572c(0x131)],'started_at':_0x57fad5[_0x2b572c(0x127)][_0x2b572c(0x1fd)](),'result':_0x33967d[_0x2b572c(0x180)]};}[a3_0x44c282(0x1a8)](_0x7c6d3){const _0x5126a9=a3_0x44c282,_0x428170={'yIlYj':function(_0xe5d007){return _0xe5d007();}};!this[_0x5126a9(0x14f)][_0x5126a9(0x155)]&&(this['currentTest']['bddSteps']=[]),!_0x7c6d3[_0x5126a9(0x1c1)]&&(_0x7c6d3[_0x5126a9(0x1c1)]=_0x428170[_0x5126a9(0x1cd)](uuidv4),_0x7c6d3['startedAt']=new Date(),this['currentTest'][_0x5126a9(0x155)][_0x5126a9(0x1bf)](this[_0x5126a9(0x1a6)](_0x7c6d3)));}[a3_0x44c282(0x1d4)](_0x5b893c){const _0x54c72b=a3_0x44c282,_0x4983ff={'mBmGI':function(_0x5e8c4b,_0x90eeca){return _0x5e8c4b(_0x90eeca);},'zmLju':'success','OKwnG':'pending','PXzMY':_0x54c72b(0x1f0),'zmCJe':function(_0x64d01a,_0x34a368){return _0x64d01a-_0x34a368;}};let _0x4ace15=this[_0x54c72b(0x14f)]['bddSteps'][_0x54c72b(0x1e4)](_0x31299a=>_0x31299a['id']===_0x5b893c[_0x54c72b(0x1c1)]);_0x4983ff['mBmGI'](isUndefined,_0x4ace15)&&(_0x4ace15=this['initializeBddStep'](_0x5b893c)),_0x4ace15['result']=[_0x4983ff[_0x54c72b(0x16b)],_0x4983ff['OKwnG']][_0x54c72b(0x1ac)](_0x5b893c[_0x54c72b(0x12d)])?_0x4983ff[_0x54c72b(0x136)]:_0x5b893c[_0x54c72b(0x12d)],_0x4ace15['finished_at']=new Date()[_0x54c72b(0x1fd)](),_0x4ace15[_0x54c72b(0x11b)]=_0x4983ff['zmCJe'](Date[_0x54c72b(0x18e)](),_0x5b893c[_0x54c72b(0x127)][_0x54c72b(0x1c5)]()),_0x4ace15[_0x54c72b(0x12c)]=_0x5b893c[_0x54c72b(0x14c)]?_0x5b893c['err'][_0x54c72b(0x178)]:null;}}const a3_0xfb2e5={};a3_0xfb2e5['O11yHelper']=O11yHelper,a3_0xfb2e5[a3_0x44c282(0x14b)]=STATE_PASSED,a3_0xfb2e5[a3_0x44c282(0x19a)]=STATE_FAILED,a3_0xfb2e5['TEST_EVENTS']=TEST_EVENTS,module[a3_0x44c282(0x133)]=a3_0xfb2e5;
@@ -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_0x2073f7=a4_0x31fd;(function(_0xe210d8,_0x82c9d4){const _0x247bd6=a4_0x31fd,_0x1e8417=_0xe210d8();while(!![]){try{const _0x2c158e=-parseInt(_0x247bd6(0xfb))/0x1*(-parseInt(_0x247bd6(0xaa))/0x2)+parseInt(_0x247bd6(0xeb))/0x3+-parseInt(_0x247bd6(0x131))/0x4*(parseInt(_0x247bd6(0x113))/0x5)+parseInt(_0x247bd6(0x107))/0x6+parseInt(_0x247bd6(0xbc))/0x7*(-parseInt(_0x247bd6(0x120))/0x8)+-parseInt(_0x247bd6(0xe0))/0x9*(-parseInt(_0x247bd6(0xf0))/0xa)+-parseInt(_0x247bd6(0xdd))/0xb;if(_0x2c158e===_0x82c9d4)break;else _0x1e8417['push'](_0x1e8417['shift']());}catch(_0x559d6a){_0x1e8417['push'](_0x1e8417['shift']());}}}(a4_0x3210,0x5015f));function a4_0x3210(){const _0x2585f4=['BROWSERSTACK_LOG_LEVEL','217AgQNjM','../../helpers/testhub/testhubHandler','setFrameworkDetail','../test-runner','push','aYjOf','scenarios','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','VlIAl','BROWSERSTACK_TEST_ACCESSIBILITY_YML','iKngA','prepareCapabilities','testObservability','handleApp','join','BROWSERSTACK_TEST_OBSERVABILITY','platforms','green','\x20ambiguous','\x20skipped','../v2/browserstackCLI','stepsFailed','WqWcf','../utils/constants','../../helpers/performance/constants','bootstrap','LEUhO','assign','HLwym','Skipped\x20advanced\x20env\x20handling\x20for\x20cucumber-js\x20due\x20to:\x20','MdLDP','getInstance','Generating\x20consolidated\x20report...','7187433HaVPoP','format','errorMessage','9zyWghu','stepsSkipped','indexOf','binSessionId','getHubUrl','config','exports','getMultiDriverWorkerConfig','then','\x20failed','cyan','722259ksRQUb','isCLIEnabled','fRDJW','isUndefined','accessibilityOptions','5622910dETHVk','bold','util','accessibility','getPackageVersion','sKigF','ueljh','keIKO','../../helpers/playwright-helper','RtRob','printBuildLink','1rBeyNh','OatKo','@playwright/test','../../helpers/performance/performance-tester','RILvU','chalk','Removing\x20tmp\x20directory\x20created\x20for\x20reports','\x20passed','stringify','logLevel','initialize','EcdVT','690012WWFBNa','processSuccess','configPath','tmp','ofxZK','****\x20RESULTS\x20****','cliConfig','setBrowserstackConfig','../utils/clientTroubleshootingService','grXCY','\x20steps','red','236815hCqNvC','env','isBrowserstackInfra','SDK_CLEANUP','stepsPending','jiwPL','BROWSERSTACK_CLI_BIN_SESSION_ID','EyPsJ','CUCUMBER','testContextOptions','mIAGa','woxUZ','framework','114416jAeEgZ','isRunning','__isPlaywrightInstalled','turboScaleUrl','../v2/cliUtils','BCWUP','argv','moPVX','isMainConnected','log','finalExecution','isChildConnected','start','nZAdV','setupBrowserstackLocal','length','path','12TVeEvs','FRAMEWORKS','useW3C','stepsUnknown','parseFormatters','browserstackAutomation','setUserConfigPath','mergeOutputFiles','PLAYWRIGHT','GpQzM','XNZrg','BROWSERSTACK_AUTOMATION','VoSKt','winstonLogger','ESiJg','debug','getPlatformName','stop','qkDBj','finally','bgWhite','skipSessionStatus','1297678NFZqNZ','cucumber-js','dImCV','removeDir','IuXui','stepsAmbiguous','--disable-test-observability','createDir','BROWSERSTACK_FRAMEWORK','cwd','true','bCPdp','yellow','BROWSERSTACK_TEST_OBSERVABILITY_YML','ZLqPs','Xtmmp','Skipping\x20accessibility\x20env\x20setup\x20due\x20to:\x20'];a4_0x3210=function(){return _0x2585f4;};return a4_0x3210();}function a4_0x31fd(_0x1a052b,_0x1d9537){const _0x32100f=a4_0x3210();return a4_0x31fd=function(_0x31fd46,_0x13abb2){_0x31fd46=_0x31fd46-0xa1;let _0x149039=_0x32100f[_0x31fd46];return _0x149039;},a4_0x31fd(_0x1a052b,_0x1d9537);}const path=require(a4_0x2073f7(0x130)),util=require(a4_0x2073f7(0xf2)),logger=require('../../helpers/logger')[a4_0x2073f7(0xa1)],helper=require('../../helpers/helper'),utilities=require('../../helpers/utilities'),constants=require(a4_0x2073f7(0xd3)),{parallelCucumberRun}=require(a4_0x2073f7(0xbf)),TestHubHandler=require(a4_0x2073f7(0xbd)),testOpsHelper=require('../../helpers/test-observability/utils'),chalk=require(a4_0x2073f7(0x100)),PerformanceTester=require(a4_0x2073f7(0xfe)),PerformanceEvents=require(a4_0x2073f7(0xd4))['EVENTS'],BrowserstackCLI=require(a4_0x2073f7(0xd0)),CLIUtils=require(a4_0x2073f7(0x124)),{checkPwandBootstrapCli}=require(a4_0x2073f7(0xf8)),ClientTroubleShootingService=require(a4_0x2073f7(0x10f));function printCucumberStats(_0x307b88){const _0x5cb8b6=a4_0x2073f7,_0x27f8e6={};_0x27f8e6[_0x5cb8b6(0xff)]=function(_0x3cd22d,_0x5094a4){return _0x3cd22d>_0x5094a4;},_0x27f8e6[_0x5cb8b6(0x125)]=function(_0x128d6b,_0xe37b5f){return _0x128d6b-_0xe37b5f;},_0x27f8e6['EcdVT']=function(_0x290752,_0x980513){return _0x290752>_0x980513;},_0x27f8e6['ESiJg']=function(_0x48a4bb,_0x4af761){return _0x48a4bb>_0x4af761;},_0x27f8e6[_0x5cb8b6(0xd2)]=function(_0x2ffdf6,_0x269a63){return _0x2ffdf6>_0x269a63;},_0x27f8e6[_0x5cb8b6(0xb5)]=function(_0x3e577a,_0x2403a6){return _0x3e577a+_0x2403a6;},_0x27f8e6[_0x5cb8b6(0x12d)]=function(_0x1bf99c,_0x13c144){return _0x1bf99c+_0x13c144;},_0x27f8e6[_0x5cb8b6(0xac)]=function(_0xa29a5c,_0x34bd17){return _0xa29a5c+_0x34bd17;},_0x27f8e6['grXCY']=function(_0x4c8020,_0x9bdf37){return _0x4c8020+_0x9bdf37;},_0x27f8e6[_0x5cb8b6(0xc6)]=function(_0x151760,_0x1d54b8){return _0x151760+_0x1d54b8;},_0x27f8e6['HLwym']=function(_0x4db38a,_0x5a7ee4){return _0x4db38a===_0x5a7ee4;},_0x27f8e6[_0x5cb8b6(0xfc)]=_0x5cb8b6(0x10c);const _0x15fea8=_0x27f8e6;let _0x4ec1a5=0x0;if(_0x15fea8[_0x5cb8b6(0xd8)](_0x307b88['length'],0x0))return _0x4ec1a5;return console[_0x5cb8b6(0x129)](chalk[_0x5cb8b6(0xf1)][_0x5cb8b6(0xa8)](_0x15fea8[_0x5cb8b6(0xfc)])),_0x307b88['forEach'](_0x5bc263=>{const _0x4170fe=_0x5cb8b6,_0x5269f2=_0x5bc263[0x0],_0xbcee5a=_0x5bc263[0x1];helper['isBrowserstackInfra']()&&console[_0x4170fe(0x129)]('\x0a'+chalk[_0x4170fe(0xf1)][_0x4170fe(0xb6)](''+helper[_0x4170fe(0xa4)](_0x5269f2)));const _0x535b9d=_0xbcee5a[_0x4170fe(0xc2)],_0x3e51c3=_0xbcee5a['steps'],_0x1f71e=_0xbcee5a['scenariosFailed'],_0x882ca3=_0xbcee5a[_0x4170fe(0xd1)],_0x13352e=_0xbcee5a['stepsPassed'],_0x139cda=_0xbcee5a[_0x4170fe(0xe1)],_0x1fea44=_0xbcee5a[_0x4170fe(0x117)],_0xabf073=_0xbcee5a['stepsUndefined'],_0x22bac9=_0xbcee5a[_0x4170fe(0x134)],_0x456be9=_0xbcee5a[_0x4170fe(0xaf)],_0x245877=_0xbcee5a[_0x4170fe(0x108)];let _0x428c68=_0x535b9d+'\x20scenarios';const _0x512aee=_0x15fea8[_0x4170fe(0xff)](_0x15fea8[_0x4170fe(0x125)](_0x535b9d,_0x1f71e),0x0)?_0x15fea8[_0x4170fe(0x125)](_0x535b9d,_0x1f71e):0x0;if(_0x15fea8[_0x4170fe(0x106)](_0x1f71e,0x0)&&_0x15fea8[_0x4170fe(0xa2)](_0x512aee,0x0))_0x428c68+='\x20('+chalk[_0x4170fe(0xf1)]['red'](_0x1f71e+'\x20failed')+',\x20'+chalk[_0x4170fe(0xf1)][_0x4170fe(0xcd)](_0x512aee+_0x4170fe(0x102))+')';else(_0x15fea8[_0x4170fe(0x106)](_0x1f71e,0x0)||_0x15fea8[_0x4170fe(0xa2)](_0x512aee,0x0))&&(_0x428c68+=_0x15fea8[_0x4170fe(0xff)](_0x1f71e,0x0)?'\x20('+chalk['bold'][_0x4170fe(0x112)](_0x1f71e+_0x4170fe(0xe9))+')':'\x20('+chalk[_0x4170fe(0xf1)][_0x4170fe(0xcd)](_0x512aee+'\x20passed')+')');const _0x48f45e=_0x3e51c3+_0x4170fe(0x111),_0x247df4=[];_0x15fea8[_0x4170fe(0xa2)](_0x456be9,0x0)&&_0x247df4[_0x4170fe(0xc0)](''+chalk[_0x4170fe(0xf1)][_0x4170fe(0x112)](_0x456be9+_0x4170fe(0xce)));_0x15fea8[_0x4170fe(0xff)](_0x882ca3,0x0)&&_0x247df4[_0x4170fe(0xc0)](''+chalk[_0x4170fe(0xf1)][_0x4170fe(0x112)](_0x882ca3+_0x4170fe(0xe9)));_0x15fea8[_0x4170fe(0xa2)](_0x13352e,0x0)&&_0x247df4[_0x4170fe(0xc0)](''+chalk[_0x4170fe(0xf1)][_0x4170fe(0xcd)](_0x13352e+_0x4170fe(0x102)));_0x15fea8[_0x4170fe(0x106)](_0x1fea44,0x0)&&_0x247df4[_0x4170fe(0xc0)](''+chalk[_0x4170fe(0xf1)][_0x4170fe(0xb6)](_0x1fea44+'\x20pending'));_0x15fea8[_0x4170fe(0xa2)](_0x139cda,0x0)&&_0x247df4[_0x4170fe(0xc0)](''+chalk[_0x4170fe(0xf1)][_0x4170fe(0xea)](_0x139cda+_0x4170fe(0xcf)));_0x15fea8['EcdVT'](_0xabf073,0x0)&&_0x247df4['push'](''+chalk[_0x4170fe(0xf1)][_0x4170fe(0xb6)](_0xabf073+'\x20undefined'));_0x15fea8[_0x4170fe(0xd2)](_0x22bac9,0x0)&&_0x247df4['push'](''+chalk[_0x4170fe(0xf1)][_0x4170fe(0xb6)](_0x22bac9+'\x20skipped'));const _0x5475d2=_0x15fea8[_0x4170fe(0xb5)](_0x15fea8[_0x4170fe(0x12d)](_0x15fea8[_0x4170fe(0xac)](_0x48f45e,'('),_0x247df4[_0x4170fe(0xca)](',\x20')),')');console[_0x4170fe(0x129)](_0x15fea8[_0x4170fe(0x110)](_0x15fea8[_0x4170fe(0xac)](_0x15fea8['iKngA'](_0x15fea8[_0x4170fe(0xc6)]('\x0a',_0x428c68),'\x0a'),_0x5475d2),'\x0a')),_0x15fea8[_0x4170fe(0xd8)](_0x245877,![])&&(_0x4ec1a5=0x1);}),_0x4ec1a5;}async function run(_0x1ed896,_0x2ba393,_0x29d0cf){const _0x43e905=a4_0x2073f7,_0x4a3629={'IuXui':function(_0x7f406d,_0x3e1e64){return _0x7f406d(_0x3e1e64);},'GpQzM':function(_0xdeed9,_0x5e387b){return _0xdeed9>_0x5e387b;},'RtRob':_0x43e905(0xdc),'EyPsJ':_0x43e905(0x101),'sKigF':'cucumber','VlIAl':_0x43e905(0xfd),'XNZrg':_0x43e905(0xab),'mIAGa':function(_0x3db213,_0x55a2c4,_0x54de67,_0x49559b){return _0x3db213(_0x55a2c4,_0x54de67,_0x49559b);},'Mpsbz':_0x43e905(0x10a),'Zibow':function(_0x3ae1de,_0x4a1088){return _0x3ae1de-_0x4a1088;},'qkDBj':function(_0x451dfd,_0x49f7e3){return _0x451dfd>=_0x49f7e3;},'woxUZ':function(_0x2daf34,_0x23c978){return _0x2daf34!=_0x23c978;},'MdLDP':_0x43e905(0xb4),'fRDJW':'../../helpers/accessibility-automation/helper','ofxZK':'../playwright/accessibility-helper','keIKO':function(_0x258fb2,_0x52afe4){return _0x258fb2(_0x52afe4);},'ueljh':'false','vXsHR':function(_0x3ecaf1,_0x4360ed){return _0x3ecaf1===_0x4360ed;},'LEUhO':function(_0x265cbb,_0x2579a0){return _0x265cbb(_0x2579a0);},'Xtmmp':_0x43e905(0xd0),'ZLqPs':function(_0x3aaf97,_0x62a0a9){return _0x3aaf97(_0x62a0a9);},'aYjOf':'../v2/cliUtils','yWRQi':'../../helpers/test-observability/constants','euqLe':function(_0x3ad871,_0x3efc00){return _0x3ad871(_0x3efc00);},'eBZWU':function(_0x1b8df0,_0x137ffd){return _0x1b8df0===_0x137ffd;},'jiwPL':_0x43e905(0xb0),'moPVX':function(_0x393b32,_0x23ef9d){return _0x393b32===_0x23ef9d;},'MfZCf':'browserStackCwd','VoSKt':function(_0x2cdaba,_0x5ebd8c,_0x35766e,_0x23d2a2,_0x41f4a7,_0x13bc02){return _0x2cdaba(_0x5ebd8c,_0x35766e,_0x23d2a2,_0x41f4a7,_0x13bc02);}},_0x55eecb=helper[_0x43e905(0xf4)](_0x4a3629[_0x43e905(0xc4)]);global[_0x43e905(0x122)]=!!_0x55eecb,process[_0x43e905(0x114)][_0x43e905(0xb2)]=process['env'][_0x43e905(0xb2)]||_0x29d0cf['framework']||_0x4a3629[_0x43e905(0x13b)],await _0x29d0cf[_0x43e905(0x105)](_0x1ed896);if(_0x29d0cf[_0x43e905(0xe5)]&&!helper[_0x43e905(0xee)](_0x29d0cf['config'][_0x43e905(0x104)])){process[_0x43e905(0x114)][_0x43e905(0xbb)]=_0x29d0cf['config'][_0x43e905(0x104)];const _0x6080cf={};_0x6080cf[_0x43e905(0x104)]=_0x29d0cf[_0x43e905(0xe5)][_0x43e905(0x104)],helper['setLogLevel'](_0x6080cf,new Map(),new Map());}await _0x4a3629[_0x43e905(0x11d)](checkPwandBootstrapCli,_0x55eecb,constants['FRAMEWORKS'][_0x43e905(0x11b)],_0x29d0cf);BrowserstackCLI['getInstance']()[_0x43e905(0xe3)]&&(process['env'][_0x43e905(0x119)]=BrowserstackCLI[_0x43e905(0xdb)]()[_0x43e905(0xe3)]);helper[_0x43e905(0x137)](_0x29d0cf[_0x43e905(0x11f)],_0x1ed896),await helper[_0x43e905(0xc9)](_0x29d0cf['config']);const _0x3af156=helper[_0x43e905(0x133)](_0x29d0cf[_0x43e905(0xe5)]);!helper['isUndefined'](_0x29d0cf[_0x43e905(0xe5)][_0x43e905(0xef)])&&(process[_0x43e905(0x114)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x43e905(0x103)](_0x29d0cf['config']['accessibilityOptions']));if(!BrowserstackCLI['getInstance']()[_0x43e905(0x121)]()){const _0x1c2e63=await TestHubHandler['launchBuild'](constants[_0x43e905(0x132)][_0x43e905(0x11b)],_0x29d0cf);}let _0x3bbc98=[];if(!helper[_0x43e905(0x115)]()){const _0x5e892f={};_0x5e892f[_0x43e905(0xcc)]=[],_0x3bbc98=helper[_0x43e905(0xc7)](Object[_0x43e905(0xd7)]({},_0x29d0cf[_0x43e905(0xe5)],_0x5e892f),_0x3af156,constants[_0x43e905(0x132)]['CUCUMBER']);}else _0x3bbc98=helper[_0x43e905(0xc7)](_0x29d0cf[_0x43e905(0xe5)],_0x3af156,constants[_0x43e905(0x132)][_0x43e905(0x11b)]);if(!_0x29d0cf[_0x43e905(0xe5)])return;const _0x4e2c2d=_0x29d0cf[_0x43e905(0xe5)]['parallelsPerPlatform']||helper['getUserWorkerCount'](_0x1ed896,_0x2ba393,_0x29d0cf[_0x43e905(0xe5)],constants[_0x43e905(0x132)][_0x43e905(0x11b)])||0x1,_0x59af20=Object[_0x43e905(0xd7)]({'server':helper[_0x43e905(0xe4)](_0x29d0cf[_0x43e905(0xe5)]),'proxySettings':_0x29d0cf['config']['proxySettings'],'maxWorkers':_0x4e2c2d,'browserStackLogLevel':_0x29d0cf[_0x43e905(0xe5)][_0x43e905(0x104)],'skipSessionName':_0x29d0cf[_0x43e905(0xe5)][_0x43e905(0x11c)]['skipSessionName'],'skipSessionStatus':_0x29d0cf[_0x43e905(0xe5)][_0x43e905(0x11c)][_0x43e905(0xa9)],'turboScaleUrl':_0x29d0cf[_0x43e905(0xe5)][_0x43e905(0x123)]},helper[_0x43e905(0xe7)](_0x29d0cf[_0x43e905(0xe5)],_0x3af156,constants[_0x43e905(0x132)]['CUCUMBER'])),_0x35f465=process[_0x43e905(0x126)],[_0x4383b6,_0x2d16c0]=helper[_0x43e905(0x135)](_0x35f465),_0x3ffc49=path[_0x43e905(0xca)](process[_0x43e905(0xb3)](),_0x4a3629['Mpsbz']);if(_0x4a3629['GpQzM'](_0x2d16c0['length'],0x0)){helper[_0x43e905(0xb1)](_0x3ffc49);for(let _0x924411=_0x4a3629['Zibow'](_0x4383b6[_0x43e905(0x12f)],0x1);_0x4a3629[_0x43e905(0xa6)](_0x924411,0x0);_0x924411--){_0x35f465['splice'](_0x4383b6[_0x924411],0x2);}}_0x4a3629[_0x43e905(0x11e)](_0x29d0cf['config'][_0x43e905(0xc8)],null)?process['env'][_0x43e905(0xb7)]=_0x29d0cf[_0x43e905(0xe5)][_0x43e905(0xc8)]:process[_0x43e905(0x114)][_0x43e905(0xb7)]=_0x4a3629['MdLDP'];if(_0x55eecb)try{const {checkAccessibilityPlatformConfig:_0x3b5266}=_0x4a3629[_0x43e905(0xae)](require,_0x4a3629[_0x43e905(0xed)]),{setAccessibilityCapabilities:_0x24a759}=_0x4a3629[_0x43e905(0xae)](require,_0x4a3629[_0x43e905(0x10b)]),_0x1447da=_0x4a3629[_0x43e905(0xae)](_0x3b5266,_0x29d0cf[_0x43e905(0xe5)]);if(!helper[_0x43e905(0xee)](_0x29d0cf[_0x43e905(0xe5)][_0x43e905(0xf3)]))process[_0x43e905(0x114)][_0x43e905(0xc5)]=_0x4a3629[_0x43e905(0xf7)](String,!!_0x29d0cf[_0x43e905(0xe5)]['accessibility']);else helper[_0x43e905(0xee)](process[_0x43e905(0x114)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])&&(process['env'][_0x43e905(0xc5)]=_0x1447da?_0x4a3629[_0x43e905(0xda)]:_0x4a3629['ueljh']);process[_0x43e905(0x114)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x1447da?_0x4a3629['MdLDP']:_0x4a3629[_0x43e905(0xf6)],!BrowserstackCLI['getInstance']()[_0x43e905(0x121)]()&&_0x4a3629['vXsHR'](process[_0x43e905(0x114)][_0x43e905(0xc5)],_0x4a3629['MdLDP'])&&_0x4a3629['keIKO'](_0x24a759,_0x29d0cf[_0x43e905(0xe5)]);}catch(_0x38a069){logger[_0x43e905(0xa3)](_0x43e905(0xba)+util[_0x43e905(0xde)](_0x38a069));}try{const _0x22ad27=_0x4a3629[_0x43e905(0xd6)](require,_0x4a3629[_0x43e905(0xb9)]),_0x455b89=_0x4a3629['ZLqPs'](require,_0x4a3629[_0x43e905(0xc1)]),{FRAMEWORKS:_0x304c29}=_0x4a3629[_0x43e905(0xae)](require,_0x4a3629['yWRQi']),{checkAccessibilityPlatformConfig:_0x1faf94}=_0x4a3629['euqLe'](require,_0x4a3629['fRDJW']),{setAccessibilityCapabilities:_0x50aa6e}=_0x4a3629[_0x43e905(0xb8)](require,_0x4a3629[_0x43e905(0x10b)]),_0x5b4a73=helper[_0x43e905(0xf4)](_0x4a3629[_0x43e905(0xc4)]);if(_0x5b4a73){_0x455b89[_0x43e905(0xbe)](constants['FRAMEWORKS'][_0x43e905(0x11b)],constants[_0x43e905(0x132)][_0x43e905(0x139)]);const _0x2496b7=_0x22ad27['getInstance']();_0x2496b7[_0x43e905(0x10e)](_0x29d0cf[_0x43e905(0xe5)],_0x29d0cf[_0x43e905(0x109)],_0x29d0cf[_0x43e905(0x10d)]);!_0x2496b7[_0x43e905(0x128)]&&!_0x2496b7[_0x43e905(0x12b)]&&await _0x2496b7[_0x43e905(0xd5)]();const _0x177cb4=_0x22ad27[_0x43e905(0xdb)]()['getConfig']();!helper['isFalse'](_0x177cb4['browserstackAutomation'])&&(process[_0x43e905(0x114)][_0x43e905(0x13c)]=_0x4a3629['MdLDP']);_0x4a3629['eBZWU'](_0x177cb4[_0x43e905(0x136)],![])&&(process['env']['BROWSERSTACK_AUTOMATION']=_0x4a3629[_0x43e905(0xf6)]);const _0x23d43b=_0x2ba393[_0x43e905(0xe2)](_0x4a3629[_0x43e905(0x118)]);(_0x4a3629[_0x43e905(0xa6)](_0x23d43b,0x0)||_0x4a3629[_0x43e905(0x127)](_0x177cb4[_0x43e905(0xc8)],![]))&&(process['env'][_0x43e905(0xcb)]=_0x4a3629['ueljh']);if(!_0x22ad27[_0x43e905(0xdb)]()['isRunning']()){let _0x5611cc=_0x4a3629[_0x43e905(0x127)](process[_0x43e905(0x114)][_0x43e905(0xc5)],_0x4a3629[_0x43e905(0xda)]);_0x5611cc=_0x5611cc||_0x4a3629[_0x43e905(0xf7)](_0x1faf94,_0x29d0cf[_0x43e905(0xe5)]),process[_0x43e905(0x114)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x5611cc,_0x5611cc&&_0x4a3629[_0x43e905(0xf7)](_0x50aa6e,_0x29d0cf[_0x43e905(0xe5)]);}}}catch(_0x8b54ff){logger[_0x43e905(0xa3)](_0x43e905(0xd9)+util[_0x43e905(0xde)](_0x8b54ff));}!BrowserstackCLI[_0x43e905(0xdb)]()['isRunning']()&&await _0x29d0cf[_0x43e905(0x12e)]();PerformanceTester['end'](PerformanceEvents['SDK_SETUP']),process['env'][_0x4a3629['MfZCf']]=process['cwd']();let _0x291335;_0x4a3629[_0x43e905(0x13d)](parallelCucumberRun,_0x3bbc98,_0x59af20,_0x29d0cf[_0x43e905(0xe5)],_0x35f465,_0x2d16c0)[_0x43e905(0xe8)](async _0x17a447=>{const _0x4c81cf=_0x43e905;PerformanceTester[_0x4c81cf(0x12c)](PerformanceEvents[_0x4c81cf(0x116)]),_0x291335=_0x17a447;const _0x3c8385=_0x4a3629[_0x4c81cf(0xae)](printCucumberStats,_0x17a447);process['exitCode']=_0x3c8385,_0x4a3629[_0x4c81cf(0x13a)](_0x2d16c0[_0x4c81cf(0x12f)],0x0)&&(logger[_0x4c81cf(0xa3)](_0x4a3629[_0x4c81cf(0xf9)]),helper[_0x4c81cf(0x138)](_0x3ffc49,_0x2d16c0),logger[_0x4c81cf(0xa3)](_0x4a3629[_0x4c81cf(0x11a)]),helper[_0x4c81cf(0xad)](_0x3ffc49));})[_0x43e905(0xa7)](async()=>{const _0x2b41f7=_0x43e905;PerformanceTester['start'](PerformanceEvents[_0x2b41f7(0x116)]),_0x29d0cf[_0x2b41f7(0xdf)]=helper['getErrorMessageFromResults'](_0x291335,_0x4a3629[_0x2b41f7(0xf5)]),testOpsHelper[_0x2b41f7(0xfa)]();const _0x51eec5=BrowserstackCLI[_0x2b41f7(0xec)]();try{await TestHubHandler['stop'](),await BrowserstackCLI['getInstance']()[_0x2b41f7(0xa5)]();}catch(_0x346560){logger['debug'](_0x2b41f7(0xc3)+util[_0x2b41f7(0xde)](_0x346560));}await utilities[_0x2b41f7(0x12a)](_0x29d0cf,_0x51eec5);});}module[a4_0x2073f7(0xe6)]=run;