browserstack-node-sdk 1.63.5 → 1.63.6

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 (218) 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/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  56. package/src/bin/jasmine/command.js +1 -1
  57. package/src/bin/jasmine/test.setup.js +1 -1
  58. package/src/bin/jasmine/testRunMap.js +1 -1
  59. package/src/bin/jest/command.js +1 -1
  60. package/src/bin/jest/customImplements/customCircus.js +1 -1
  61. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  62. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  63. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  64. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  65. package/src/bin/jest/jest.setup.js +1 -1
  66. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  67. package/src/bin/jest/test-observability/helper.js +1 -1
  68. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  69. package/src/bin/jest/test-observability/test-details.js +1 -1
  70. package/src/bin/jest/test.setup.js +1 -1
  71. package/src/bin/jest/test_before.setup.js +1 -1
  72. package/src/bin/launcher/launcher.js +1 -1
  73. package/src/bin/load/index.js +1 -1
  74. package/src/bin/load/loadErrors.js +1 -1
  75. package/src/bin/load/loadUtils.js +1 -1
  76. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  77. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  78. package/src/bin/mocha/command.js +1 -1
  79. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  80. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  81. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  82. package/src/bin/mocha/test.setup.js +1 -1
  83. package/src/bin/newman/command.js +1 -1
  84. package/src/bin/newman/helper.js +1 -1
  85. package/src/bin/newman/reporter/index.js +1 -1
  86. package/src/bin/newman/scriptRunner.js +1 -1
  87. package/src/bin/nightwatch/command.js +1 -1
  88. package/src/bin/playwright/accessibility-helper.js +1 -1
  89. package/src/bin/playwright/command.js +1 -1
  90. package/src/bin/playwright/globalSetup.js +1 -1
  91. package/src/bin/playwright/mock-process.js +1 -1
  92. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  93. package/src/bin/playwright/patches.js +1 -1
  94. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  95. package/src/bin/playwright/reporter/reporter.js +1 -1
  96. package/src/bin/playwright/reporter/test-details.js +1 -1
  97. package/src/bin/playwright/sessionDetails.js +1 -1
  98. package/src/bin/puppeteer/patches.js +1 -1
  99. package/src/bin/puppeteer/sessionDetails.js +1 -1
  100. package/src/bin/puppeteer/test.setup.js +1 -1
  101. package/src/bin/runner.js +1 -1
  102. package/src/bin/setup.js +1 -1
  103. package/src/bin/test-runner/index.js +1 -1
  104. package/src/bin/test-runner/runTest.js +1 -1
  105. package/src/bin/test-runner/testWorker.js +1 -1
  106. package/src/bin/testcafe/a11y-runner.js +1 -1
  107. package/src/bin/testcafe/command.js +1 -1
  108. package/src/bin/testcafe/reporter/index.js +1 -1
  109. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  110. package/src/bin/testcafe/session-registry.js +1 -1
  111. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  112. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  113. package/src/bin/testcafe/w3c-driver.js +1 -1
  114. package/src/bin/utils/apiUtilityMethods.js +1 -1
  115. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  116. package/src/bin/utils/constants.js +1 -1
  117. package/src/bin/utils/log4jsAppender.js +1 -1
  118. package/src/bin/utils/logPatcher.js +1 -1
  119. package/src/bin/utils/logReportingAPI.js +1 -1
  120. package/src/bin/utils/playwright-patcher.js +1 -1
  121. package/src/bin/utils/puppeteer-patcher.js +1 -1
  122. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  123. package/src/bin/utils/sharedUtils.js +1 -1
  124. package/src/bin/v2/TestInfo.js +1 -1
  125. package/src/bin/v2/browserstackCLI.js +1 -1
  126. package/src/bin/v2/cliUtils.js +1 -1
  127. package/src/bin/v2/customTagManager.js +1 -1
  128. package/src/bin/v2/eventDispatcher.js +1 -1
  129. package/src/bin/v2/framework/automationFramework.js +1 -1
  130. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  131. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  132. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  133. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  134. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  135. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  136. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  137. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  138. package/src/bin/v2/framework/testFramework.js +1 -1
  139. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  140. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  141. package/src/bin/v2/grpcClient.js +1 -1
  142. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  143. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  144. package/src/bin/v2/instances/trackedContext.js +1 -1
  145. package/src/bin/v2/instances/trackedInstance.js +1 -1
  146. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  147. package/src/bin/v2/modules/baseModule.js +1 -1
  148. package/src/bin/v2/modules/loadTestModule.js +1 -1
  149. package/src/bin/v2/modules/observabilityModule.js +1 -1
  150. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  151. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  152. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  153. package/src/bin/v2/modules/testhubModule.js +1 -1
  154. package/src/bin/v2/sdkErrorHandler.js +1 -1
  155. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  156. package/src/bin/v2/state/hookState.js +1 -1
  157. package/src/bin/v2/state/testFrameworkState.js +1 -1
  158. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  159. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  160. package/src/bin/v2/utils/jest-utils.js +1 -1
  161. package/src/bin/vanilla-js/command.js +1 -1
  162. package/src/browserStackSdk.js +1 -1
  163. package/src/helpers/BrowserStackSetup.js +1 -1
  164. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  165. package/src/helpers/accessibility-automation/constants.js +1 -1
  166. package/src/helpers/accessibility-automation/helper.js +1 -1
  167. package/src/helpers/accessibility-automation/scripts.js +1 -1
  168. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  169. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  170. package/src/helpers/ats/constants.js +1 -1
  171. package/src/helpers/ats/helper.js +1 -1
  172. package/src/helpers/caCertHelper.js +1 -1
  173. package/src/helpers/capsMapping.js +1 -1
  174. package/src/helpers/central-scanner/constants.js +1 -1
  175. package/src/helpers/central-scanner/helpers.js +1 -1
  176. package/src/helpers/classLogger.js +1 -1
  177. package/src/helpers/driverInitErrorReporter.js +1 -1
  178. package/src/helpers/globals.js +1 -1
  179. package/src/helpers/helper.js +1 -1
  180. package/src/helpers/logger.js +1 -1
  181. package/src/helpers/metadata.js +1 -1
  182. package/src/helpers/patchHelper.js +1 -1
  183. package/src/helpers/patchHelpers.js +1 -1
  184. package/src/helpers/percy/Percy.js +1 -1
  185. package/src/helpers/percy/PercyBinary.js +1 -1
  186. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  187. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  188. package/src/helpers/percy/PercySDK.js +1 -1
  189. package/src/helpers/percy/index.js +1 -1
  190. package/src/helpers/percy/utils.js +1 -1
  191. package/src/helpers/performance/constants.js +1 -1
  192. package/src/helpers/performance/performance-tester.js +1 -1
  193. package/src/helpers/playwright-helper.js +1 -1
  194. package/src/helpers/processHelper.js +1 -1
  195. package/src/helpers/puppeteer-helper.js +1 -1
  196. package/src/helpers/request-spy.js +1 -1
  197. package/src/helpers/setKeepAlive.js +1 -1
  198. package/src/helpers/stackFrameUtils.js +1 -1
  199. package/src/helpers/test-observability/constants.js +1 -1
  200. package/src/helpers/test-observability/error-handler.js +1 -1
  201. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  202. package/src/helpers/test-observability/sessionHandler.js +1 -1
  203. package/src/helpers/test-observability/utils.js +1 -1
  204. package/src/helpers/test-orchestration/constants.js +1 -1
  205. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  206. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  207. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  208. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  209. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  210. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  211. package/src/helpers/testhub/constants.js +1 -1
  212. package/src/helpers/testhub/testhubHandler.js +1 -1
  213. package/src/helpers/testhub/utils.js +1 -1
  214. package/src/helpers/timeoutPromise.js +1 -1
  215. package/src/helpers/utilities.js +1 -1
  216. package/src/helpers/w3cMapping.js +1 -1
  217. package/src/hubAllocationMethods.js +1 -1
  218. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a1_0x3a61(){const _0x2457ac=['BS_A11Y_JWT','call','PERFORM_SCAN','jPJIu','action','TEST_RUN_STARTED','push','./helper.js','EwrTz','test-failed','cvoYf','AhDGt','SnGYt','pmkdK','PMylG','end','bstackAllyScanning','setSessionName','ZAwls','SESSION_STATUS','__driver','CJREx','bddStep-before','dispatcher','codeceptjs/lib/utils.js','isArray','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','qifTA','screenshotOutputFolder','parse','executeScript','pOqMN','HOOK_RUN_FINISHED','BROWSERSTACK_TESTHUB_UUID','SESSION_NAME','cWDNr','url','rvRDZ','mRrWp','toString','ctx','page','start','5372622hOeoXy','contexts','eJGop','FtoKH','\x0aStack:\x20','YaCvg','all','thTestRunUuid','browserstackTestName','TEST_SCREENSHOT','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','--auto-open-devtools-for-tabs','IfsNX','patch','test','SYNC','../../helpers/testhub/constants.js','6ESKHqI','bind','onjdr','webdriverio','TEST_RUN_SKIPPED','CpjlH','performScan','stringify','config','hJMgg','restore','__skipSessionStatus','from','includes','testFramework','HOOK_RUN_STARTED','yHrJe','skipSessionName','enabled','SDK_PRE_TEST','Performing\x20scan\x20for\x20','hook','flushPendingHookEvents','commandsToWrap','14cVAoZD','zMDJR','version','zbTsS','aanmv','debug','Element','apply','XrSWL','CZgMq','passed','sClRl','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','_setPage','chromium','thBuildUuid','format','../../helpers/accessibility-automation/helper','qKjCY','command','initSaveScreenshot','captureEvent','getAccessibilityResultsSummary','varpy','zUWUO','started','startsWith','Screenshot\x20path\x20not\x20found','7465yjlPeB','browserStackExecuteDriver','bddStepStart','Suite','addRequestSpy','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','class','GKjIH','2470296wMHRyG','oWceU','fireEvent','GItxY','step','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20_before:\x20','thJwtToken','Kugql','HEGfL','INFO','pid','test-before','test-after','../../helpers/performance/performance-tester','JgTgM','Failed\x20to\x20execute\x20_before:\x20','test-passed','SqLjH','stopMonitoring','stop','domForge','hook-failed','test-started','BdyQA','arguments','hook-passed','../../helpers/globals.js','forEach','find','../../helpers/test-observability/utils','VSDJX','WaHOR','message','McBkq','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','name','skipSessionStatus','xJrPJ','getResults','getResultsSummary','codeceptjs/lib/helper/Playwright.js','toISOString','LPXNi','prototype','3627320JhLdAh','../../bin/playwright/sessionDetails','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','performScanWithRetry','994084UFXuST','accessibilityPlatform','ywjWs','hasLiveDriverSession','PlKkT','lFOQm','saveAccessibilityResultsWithRetry','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','titlePath','after','Okhzq','23603530VuYTuM','WYuXQ','bddStep','wPsGD','NHyCo','shouldWrapCommand','../../helpers/logger','browserContext','winstonLogger','getSyncScript','base64','captureError','util','SDK_TEST','ENV_VAR','stack','PkdNq','qhTIM','test-skipped','./o11yHelper','readFileSync','vZCkJ','then','failed','Cmhcp','XvhlC','default','ttVoQ','../../bin/playwright/accessibility-helper','hookType','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20Playwright\x20_before:\x20','browser','a11y_core_config','env','TEST_RUN_FINISHED','WebDriver','pages','setSessionStatus','step-comment','Playwright','emit','args','tnCSk','XXdti','aAVaJ','saveScreenshot','SDK_HOOK','container','../../helpers/accessibility-automation/accessibilityRetryHelper','catch','../../helpers/request-spy','devtools://','ftuUW','FRAMEWORK_DETAILS','106cqEQud','startMonitoring','add','constructor','measureWrapper','string','before','BS_TESTOPS_ALLOW_SCREENSHOTS','_before','mDDhv','../../helpers/driverInitErrorReporter','SDK_POST_INITIALIZE','gcqqz','jcqpn','browserstack_executor:\x20','hyhHB','BkRBp','bddStep-after','exports','3917526eOYyQB','RYOpH','driver-init\x20capture\x20install\x20failed:\x20','../../helpers/accessibility-automation/scripts','hook-started','getAccessibilityResults','bs:addLog:','title','__workerDetails','testAnalyticsId','status','function','../../helpers/helper','setGlobal','tgzBI','DCeMc','KyCMj','WxwEr','SSBnl','codeceptjs/lib/helper/WebDriver.js','helpers','HAbQT','split','event','dNfih','codeceptjs','slice','SDK_POST_TEST','xMaVw','skipped','XuTfi','NBhLW','bstackA11yShouldScan','wXXEd'];a1_0x3a61=function(){return _0x2457ac;};return a1_0x3a61();}const a1_0x194834=a1_0x2abb;(function(_0x4f4244,_0x23a07e){const _0xa0843f=a1_0x2abb,_0x4a5725=_0x4f4244();while(!![]){try{const _0x14044d=-parseInt(_0xa0843f(0x224))/0x1*(parseInt(_0xa0843f(0x29d))/0x2)+parseInt(_0xa0843f(0x2b0))/0x3+parseInt(_0xa0843f(0x25c))/0x4+parseInt(_0xa0843f(0x258))/0x5*(parseInt(_0xa0843f(0x1f0))/0x6)+parseInt(_0xa0843f(0x208))/0x7*(parseInt(_0xa0843f(0x22c))/0x8)+parseInt(_0xa0843f(0x1df))/0x9+-parseInt(_0xa0843f(0x267))/0xa;if(_0x14044d===_0x23a07e)break;else _0x4a5725['push'](_0x4a5725['shift']());}catch(_0x2900de){_0x4a5725['push'](_0x4a5725['shift']());}}}(a1_0x3a61,0xb4439));const fs=require('fs'),util=require(a1_0x194834(0x273)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x194834(0x2bc)),logger=require(a1_0x194834(0x26d))[a1_0x194834(0x26f)],testOpsHelper=require(a1_0x194834(0x249)),requestSpy=require(a1_0x194834(0x299)),PlaywrightSessionDetails=require(a1_0x194834(0x259)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x194834(0x27a)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x194834(0x219)),AccessibilityHelper=require(a1_0x194834(0x283)),accessibilityRetryHelper=require(a1_0x194834(0x297)),scripts=require(a1_0x194834(0x2b3)),PerformanceTester=require(a1_0x194834(0x239)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require('../../helpers/performance/constants'),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x194834(0x2d9)),testHubConstants=require(a1_0x194834(0x1ef)),globals=require(a1_0x194834(0x246)),interopDefault=_0x3405d7=>_0x3405d7&&_0x3405d7[a1_0x194834(0x281)]!==undefined?_0x3405d7[a1_0x194834(0x281)]:_0x3405d7,CodeceptJS=requireModule('codeceptjs/lib/index.js','codeceptjs'),CodeceptUtils=requireModule(a1_0x194834(0x2ea),'codeceptjs'),CodeceptWebDriver=interopDefault(requireModule(a1_0x194834(0x2c3),a1_0x194834(0x2c9))),CodeceptRecorder=interopDefault(requireModule('codeceptjs/lib/recorder.js',a1_0x194834(0x2c9))),CodeceptPlaywright=interopDefault(requireModule(a1_0x194834(0x254),'codeceptjs'));try{require(a1_0x194834(0x2a7))['installAll']('codeceptjs');}catch(a1_0x385f9d){logger[a1_0x194834(0x20d)](a1_0x194834(0x2b2)+(a1_0x385f9d&&a1_0x385f9d[a1_0x194834(0x24c)]));}function a1_0x2abb(_0x152882,_0x51971f){const _0x3a613d=a1_0x3a61();return a1_0x2abb=function(_0x2abb32,_0xa49eea){_0x2abb32=_0x2abb32-0x1cf;let _0x27a825=_0x3a613d[_0x2abb32];return _0x27a825;},a1_0x2abb(_0x152882,_0x51971f);}const playwrightMarkSessionStatus=(_0x30c4e7,_0x30ead7,_0x460723)=>{const _0x76c5c7=a1_0x194834,_0x339f24={'SnGYt':_0x76c5c7(0x28c),'iPhYp':function(_0x2493e6,_0x58209e){return _0x2493e6(_0x58209e);}},_0x3e34ca={};_0x3e34ca[_0x76c5c7(0x2ba)]=_0x30ead7;const _0x1c206d={};_0x1c206d[_0x76c5c7(0x2d6)]=_0x339f24[_0x76c5c7(0x2de)],_0x1c206d[_0x76c5c7(0x244)]=_0x3e34ca;const _0x352fdb=_0x1c206d;return!_0x339f24['iPhYp'](isUndefined,_0x460723)&&(_0x352fdb['arguments']['reason']=JSON[_0x76c5c7(0x1f7)](_0x460723)),_0x30c4e7[_0x76c5c7(0x1d2)](()=>{},_0x76c5c7(0x2ab)+JSON['stringify'](_0x352fdb));},o11ySync=PerformanceTester['measureWrapper'](PerformanceO11yEvents[a1_0x194834(0x1ee)],async _0xc9f13=>{const _0x24c17f=a1_0x194834,_0x200199={};_0x200199['GItxY']=function(_0x4d4162,_0x32855e){return _0x4d4162===_0x32855e;},_0x200199[_0x24c17f(0x233)]='Playwright';const _0x2b8106=_0x200199;_0x2b8106[_0x24c17f(0x22f)](_0xc9f13[_0x24c17f(0x2a0)]['name'],_0x2b8106[_0x24c17f(0x233)])?await _0xc9f13[_0x24c17f(0x1d2)](_0x201481=>{},testOpsHelper[_0x24c17f(0x270)]()):await _0xc9f13[_0x24c17f(0x1d2)](testOpsHelper[_0x24c17f(0x270)]());}),markSessionName=PerformanceTester[a1_0x194834(0x2a1)](PerformanceAutEvents[a1_0x194834(0x1d6)],async(_0x21f2f0,_0xa10be0)=>{const _0x10d7b4=a1_0x194834,_0xde4924={};_0xde4924['yXydA']=_0x10d7b4(0x2e3),_0xde4924[_0x10d7b4(0x1d9)]=function(_0x31dd38,_0x2a0edd){return _0x31dd38===_0x2a0edd;},_0xde4924[_0x10d7b4(0x22d)]=_0x10d7b4(0x28e);const _0xc2864b=_0xde4924,_0x2843f7={};_0x2843f7[_0x10d7b4(0x24f)]=_0xa10be0;const _0x3ff868={};_0x3ff868[_0x10d7b4(0x2d6)]=_0xc2864b['yXydA'],_0x3ff868['arguments']=_0x2843f7;const _0x4b96bb=_0x3ff868;_0xc2864b[_0x10d7b4(0x1d9)](_0x21f2f0[_0x10d7b4(0x2a0)][_0x10d7b4(0x24f)],_0xc2864b[_0x10d7b4(0x22d)])?await _0x21f2f0[_0x10d7b4(0x1d2)](()=>{},_0x10d7b4(0x2ab)+JSON[_0x10d7b4(0x1f7)](_0x4b96bb)):await _0x21f2f0['executeScript'](_0x10d7b4(0x2ab)+JSON[_0x10d7b4(0x1f7)](_0x4b96bb));}),patchSaveScreenshot=_0x48eee4=>{const _0x4fad09=a1_0x194834,_0x5b2054={'cWDNr':_0x4fad09(0x271),'xeJxf':_0x4fad09(0x1e8),'HAbQT':function(_0x3962bb){return _0x3962bb();},'eJGop':function(_0x30bcc2,_0x241111){return _0x30bcc2(_0x241111);},'KyCMj':_0x4fad09(0x223)};_0x5b2054[_0x4fad09(0x1e1)](isTrue,process['env'][_0x4fad09(0x2a4)])&&!_0x48eee4['patchSaveScreenshot']&&(_0x48eee4['patchSaveScreenshot']=!![],_0x48eee4[_0x4fad09(0x21c)]=_0x48eee4[_0x4fad09(0x294)],_0x48eee4[_0x4fad09(0x294)]=(_0x1de491,_0x27642e=![])=>{const _0x392585=_0x4fad09,_0x4808fa={'vZCkJ':_0x5b2054[_0x392585(0x1d7)],'aanmv':_0x5b2054['xeJxf'],'FVTUY':function(_0x29190d){const _0x31831f=_0x392585;return _0x5b2054[_0x31831f(0x2c5)](_0x29190d);},'Cmhcp':function(_0x45dd23,_0x26b120){const _0x1aad0f=_0x392585;return _0x5b2054[_0x1aad0f(0x1e1)](_0x45dd23,_0x26b120);},'URhYi':_0x5b2054[_0x392585(0x2c0)]};return new Promise(function(_0x2680bc,_0x4257e8){const _0x10e52f=_0x392585;_0x48eee4[_0x10e52f(0x21c)](_0x1de491,_0x27642e)[_0x10e52f(0x27d)](()=>{const _0x4c2dac=_0x10e52f,_0x1a244b=CodeceptUtils[_0x4c2dac(0x1d0)](_0x1de491);if(_0x1a244b){const _0xc4badb=fs[_0x4c2dac(0x27b)](_0x1a244b);process[_0x4c2dac(0x28f)]('bs:addLog:'+process['pid'],{'timestamp':new Date()[_0x4c2dac(0x255)](),'message':_0xc4badb[_0x4c2dac(0x1db)](_0x4808fa[_0x4c2dac(0x27c)]),'kind':_0x4808fa[_0x4c2dac(0x20c)]}),_0x4808fa['FVTUY'](_0x2680bc);}_0x4808fa[_0x4c2dac(0x27f)](_0x4257e8,new Error(_0x4808fa['URhYi']));})[_0x10e52f(0x298)](()=>null);});});},patchWebDriverBefore=(_0x3ffbf2,_0x2f0599)=>{const _0x2e23c6=a1_0x194834,_0x2fd68f={'XvhlC':function(_0x487474){return _0x487474();},'pOqMN':function(_0x13bb9f,_0x7421a1){return _0x13bb9f(_0x7421a1);},'FtoKH':function(_0x3fe1e7,_0x2f0af2){return _0x3fe1e7===_0x2f0af2;},'tnCSk':_0x2e23c6(0x1f3),'vgpOh':function(_0x3ebf0e,_0x2e32b7){return _0x3ebf0e===_0x2e32b7;},'YaCvg':_0x2e23c6(0x2a2),'McBkq':_0x2e23c6(0x20e),'PMylG':function(_0x2ecc9e,_0x52df1f){return _0x2ecc9e===_0x52df1f;},'NHyCo':_0x2e23c6(0x2bb)},_0xcfa373=async function(_0x175378,_0x3c2fbe){const _0x1be112=_0x2e23c6;_0x2fd68f[_0x1be112(0x280)](isAccessibilityAutomationSession)&&!global[_0x1be112(0x2e2)]&&global['accessibilityPlatform']&&scripts[_0x1be112(0x26c)](_0x175378[_0x1be112(0x24f)])&&_0x2fd68f[_0x1be112(0x1d3)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x1be112(0x2e2)]=!![],await PerformanceTester[_0x1be112(0x2a1)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x6dbe40=_0x1be112;logger['debug'](_0x6dbe40(0x204)+_0x175378[_0x6dbe40(0x22a)]+'\x20'+_0x175378[_0x6dbe40(0x24f)]),await AccessibilityHelper[_0x6dbe40(0x225)](_0x3ffbf2,scripts[_0x6dbe40(0x1f6)]);},{'command':_0x175378[_0x1be112(0x24f)]})());global[_0x1be112(0x2e2)]=![];const _0x57a7e7=JSON[_0x1be112(0x1d1)](process['env'][_0x1be112(0x29c)]||'{}');if(_0x2fd68f[_0x1be112(0x1e2)](_0x57a7e7?.[_0x1be112(0x1fe)]?.['name'],_0x2fd68f[_0x1be112(0x291)])&&_0x2fd68f['vgpOh'](typeof _0x57a7e7?.[_0x1be112(0x1fe)]?.[_0x1be112(0x20a)],_0x2fd68f[_0x1be112(0x1e4)])&&_0x57a7e7?.[_0x1be112(0x1fe)]?.[_0x1be112(0x20a)][_0x1be112(0x222)]('7'))return _0x3c2fbe[_0x1be112(0x20f)](null,Array[_0x1be112(0x257)]['slice'][_0x1be112(0x2d3)](arguments,0x2));return _0x3c2fbe[_0x1be112(0x20f)](this,Array[_0x1be112(0x257)][_0x1be112(0x2ca)][_0x1be112(0x2d3)](arguments,0x2));},_0x4b248b=CodeceptWebDriver[_0x2e23c6(0x257)][_0x2e23c6(0x2a5)];CodeceptWebDriver[_0x2e23c6(0x257)][_0x2e23c6(0x2a5)]=async function(){const _0x4e11fc=_0x2e23c6,_0x5e5d46={'TSSMJ':function(_0xbe967c,_0xe3df82){return _0x2fd68f['vgpOh'](_0xbe967c,_0xe3df82);},'hJMgg':_0x2fd68f[_0x4e11fc(0x24d)]};try{await _0x4b248b['apply'](this,arguments);}catch(_0x143d8f){logger['debug'](_0x4e11fc(0x23b)+util[_0x4e11fc(0x218)](_0x143d8f));}(scripts[_0x4e11fc(0x207)]||[])['filter'](_0x48abca=>_0x48abca[_0x4e11fc(0x24f)]&&_0x48abca[_0x4e11fc(0x22a)])[_0x4e11fc(0x247)](_0x650e89=>{const _0x2f4449=_0x4e11fc;this[_0x2f4449(0x286)]['overwriteCommand'](_0x650e89[_0x2f4449(0x24f)],_0xcfa373[_0x2f4449(0x1f1)](this,_0x650e89),_0x5e5d46['TSSMJ'](_0x650e89['class'],_0x5e5d46[_0x2f4449(0x1f9)]));}),_0x2fd68f[_0x4e11fc(0x1d3)](processWebDriverConfig,_0x3ffbf2);try{_0x2f0599&&_0x2fd68f[_0x4e11fc(0x2e0)](typeof _0x2f0599[_0x4e11fc(0x206)],_0x2fd68f[_0x4e11fc(0x26b)])&&await _0x2f0599['flushPendingHookEvents']();}catch(_0x5acdb5){logger['debug'](_0x4e11fc(0x231)+util['format'](_0x5acdb5));}};};function parseJwt(_0x48d2d1){const _0x4e0d22=a1_0x194834,_0x109091={};_0x109091[_0x4e0d22(0x25e)]=_0x4e0d22(0x271);const _0x1d3098=_0x109091;if(!_0x48d2d1)return null;return JSON['parse'](Buffer[_0x4e0d22(0x1fc)](_0x48d2d1[_0x4e0d22(0x2c6)]('.')[0x1],_0x1d3098[_0x4e0d22(0x25e)])[_0x4e0d22(0x1db)]());}const patchPlaywrightBefore=_0x299f2a=>{const _0x2aa4f5=a1_0x194834,_0x367968={'WaHOR':function(_0x814ff5){return _0x814ff5();},'mDDhv':_0x2aa4f5(0x29a),'iQzYM':_0x2aa4f5(0x1ea),'Okhzq':function(_0x2268c7,_0x1cbf96){return _0x2268c7(_0x1cbf96);},'VSDJX':function(_0x62a28){return _0x62a28();},'jcqpn':function(_0x1c2311,_0x3ac851){return _0x1c2311+_0x3ac851;},'wXXEd':_0x2aa4f5(0x1e3),'XrSWL':function(_0x39695c){return _0x39695c();},'qKjCY':function(_0x3b0172){return _0x3b0172();},'xMaVw':function(_0x4cf0d2){return _0x4cf0d2();},'dNfih':function(_0x35db5b,_0xfff3a5){return _0x35db5b===_0xfff3a5;},'qhTIM':'function'};PlaywrightSessionDetails[_0x2aa4f5(0x1ec)]();const _0x2e433a=CodeceptPlaywright[_0x2aa4f5(0x257)][_0x2aa4f5(0x2a5)];CodeceptPlaywright[_0x2aa4f5(0x257)]['_before']=async function(){const _0x2ce0d1=_0x2aa4f5,_0x25d07f={'BkRBp':function(_0x483e0a){const _0x534ec9=a1_0x2abb;return _0x367968[_0x534ec9(0x24b)](_0x483e0a);},'zbTsS':_0x367968[_0x2ce0d1(0x2a6)],'XuTfi':_0x367968['iQzYM'],'zMDJR':function(_0x58dd87,_0x32c5e1){const _0x3480f1=_0x2ce0d1;return _0x367968[_0x3480f1(0x266)](_0x58dd87,_0x32c5e1);},'SSBnl':function(_0x3f7dce){const _0x197657=_0x2ce0d1;return _0x367968[_0x197657(0x24a)](_0x3f7dce);},'AGnqL':function(_0x8d81a8,_0x4f9b38){const _0x4fed5e=_0x2ce0d1;return _0x367968[_0x4fed5e(0x2aa)](_0x8d81a8,_0x4f9b38);},'LPXNi':_0x367968[_0x2ce0d1(0x2d1)]};this[_0x2ce0d1(0x26e)]=await this['browser'][_0x2ce0d1(0x1e0)]()[0x0];const _0x5a741a=async()=>{const _0x49b528=_0x2ce0d1,_0x1a2df2=this[_0x49b528(0x1f8)]&&this[_0x49b528(0x1f8)][_0x49b528(0x216)]&&this['config']['chromium']['args']&&Array[_0x49b528(0x2eb)](this[_0x49b528(0x1f8)][_0x49b528(0x216)][_0x49b528(0x290)])&&this['config'][_0x49b528(0x216)][_0x49b528(0x290)][_0x49b528(0x1fd)](_0x25d07f[_0x49b528(0x2ce)]);if(_0x25d07f[_0x49b528(0x2ad)](isAccessibilityAutomationSession)&&!_0x1a2df2)try{const _0xcbb04e=_0x25d07f[_0x49b528(0x209)](parseJwt,process['env'][_0x49b528(0x2d2)]);if(_0xcbb04e&&_0xcbb04e[_0x49b528(0x287)]&&_0xcbb04e[_0x49b528(0x287)][_0x49b528(0x240)]){const _0x2bbe0a=this[_0x49b528(0x26e)][_0x49b528(0x28b)][_0x49b528(0x1f1)](this[_0x49b528(0x26e)]);this[_0x49b528(0x26e)][_0x49b528(0x28b)]=async function(){const _0x1a4ec7=_0x49b528,_0x11cc45=await _0x25d07f['BkRBp'](_0x2bbe0a),_0x2d4b7d=[];for(const _0xfbe087 of _0x11cc45){try{const _0x1b5740=await _0xfbe087[_0x1a4ec7(0x1d8)]();!_0x1b5740['startsWith'](_0x25d07f['zbTsS'])&&_0x2d4b7d[_0x1a4ec7(0x2d8)](_0xfbe087);}catch(_0x13531e){_0x2d4b7d[_0x1a4ec7(0x2d8)](_0xfbe087);}}return _0x2d4b7d;};}if(!_0x25d07f[_0x49b528(0x2c2)](isBrowserstackInfra)){const _0x47287f=await this[_0x49b528(0x1dd)][_0x49b528(0x1d8)]();if(_0x47287f['startsWith'](_0x25d07f[_0x49b528(0x20b)])){const _0x28d08f=await this[_0x49b528(0x26e)][_0x49b528(0x28b)]();this[_0x49b528(0x215)](_0x28d08f[0x0]);}}}catch(_0x55adef){logger[_0x49b528(0x20d)](_0x49b528(0x24e)+_0x55adef[_0x49b528(0x24c)]+(_0x55adef[_0x49b528(0x276)]?_0x25d07f['AGnqL'](_0x25d07f[_0x49b528(0x256)],_0x55adef[_0x49b528(0x276)]):''));}};_0x367968[_0x2ce0d1(0x210)](isBrowserstackInfra)&&await _0x367968[_0x2ce0d1(0x21a)](_0x5a741a);await _0x2e433a[_0x2ce0d1(0x20f)](this,arguments);!_0x367968[_0x2ce0d1(0x24b)](isBrowserstackInfra)&&await _0x367968[_0x2ce0d1(0x2cc)](_0x5a741a);try{_0x299f2a&&_0x367968[_0x2ce0d1(0x2c8)](typeof _0x299f2a['flushPendingHookEvents'],_0x367968[_0x2ce0d1(0x278)])&&await _0x299f2a[_0x2ce0d1(0x206)]();}catch(_0x172f1f){logger[_0x2ce0d1(0x20d)](_0x2ce0d1(0x285)+util['format'](_0x172f1f));}};},getCodeceptDriver=()=>{const _0x506dc1=a1_0x194834,_0x32be40={};_0x32be40[_0x506dc1(0x2b1)]=_0x506dc1(0x28a),_0x32be40[_0x506dc1(0x22b)]=_0x506dc1(0x28e),_0x32be40['NBhLW']='Puppeteer',_0x32be40[_0x506dc1(0x1f2)]='TestCafe';const _0x15f68c=_0x32be40,_0x4246a5=[_0x15f68c[_0x506dc1(0x2b1)],_0x15f68c[_0x506dc1(0x22b)],_0x15f68c[_0x506dc1(0x2cf)],_0x15f68c[_0x506dc1(0x1f2)]],_0x4cb20c=_0x4246a5[_0x506dc1(0x248)](_0x466113=>!!CodeceptJS[_0x506dc1(0x296)][_0x506dc1(0x2c4)](_0x466113));if(!_0x4cb20c)return null;return CodeceptJS[_0x506dc1(0x296)]['helpers'](_0x4cb20c);};module[a1_0x194834(0x2af)]=function(_0x42e596){const _0x3f6f0c=a1_0x194834,_0x136025={'zhjck':function(_0xdf9694,_0x46781c){return _0xdf9694(_0x46781c);},'tgzBI':function(_0x42f7f1,_0x130802,_0x5babaf){return _0x42f7f1(_0x130802,_0x5babaf);},'GwEfD':_0x3f6f0c(0x21e),'pmkdK':_0x3f6f0c(0x263),'XInSg':_0x3f6f0c(0x2b5),'jPJIu':_0x3f6f0c(0x25a),'zUWUO':function(_0x27daac,_0x38b481,_0x50b007){return _0x27daac(_0x38b481,_0x50b007);},'EwrTz':_0x3f6f0c(0x2b4),'hyhHB':_0x3f6f0c(0x245),'cvoYf':function(_0x1b7745,_0x15e909,_0x5536ff){return _0x1b7745(_0x15e909,_0x5536ff);},'PkdNq':_0x3f6f0c(0x241),'BdyQA':_0x3f6f0c(0x1e7),'SqLjH':function(_0x598fe7){return _0x598fe7();},'lFOQm':function(_0x339ea9,_0x21ea1c,_0x4da815){return _0x339ea9(_0x21ea1c,_0x4da815);},'ZAwls':_0x3f6f0c(0x2d0),'qifTA':_0x3f6f0c(0x237),'vynwc':function(_0x39dd03){return _0x39dd03();},'xJrPJ':function(_0x5923b2,_0x408825){return _0x5923b2(_0x408825);},'CZgMq':function(_0x204ad4,_0x143524,_0x219db3){return _0x204ad4(_0x143524,_0x219db3);},'aAVaJ':_0x3f6f0c(0x242),'IfsNX':function(_0x425d37){return _0x425d37();},'WYuXQ':_0x3f6f0c(0x23c),'sClRl':function(_0x238369,_0x3301ce,_0x98874d,_0x1abfdd){return _0x238369(_0x3301ce,_0x98874d,_0x1abfdd);},'XXdti':function(_0x20733f,_0x23bf82){return _0x20733f===_0x23bf82;},'varpy':_0x3f6f0c(0x227),'ttVoQ':_0x3f6f0c(0x2db),'CJREx':_0x3f6f0c(0x279),'ftuUW':_0x3f6f0c(0x2ec),'wPsGD':_0x3f6f0c(0x238),'CpjlH':_0x3f6f0c(0x235),'AhDGt':'TEST_LOG','yHrJe':_0x3f6f0c(0x28d),'mynam':_0x3f6f0c(0x2e8),'JgTgM':_0x3f6f0c(0x2ae),'HEGfL':'Playwright'};_0x42e596[_0x3f6f0c(0x250)]&&(global[_0x3f6f0c(0x1fb)]=_0x42e596[_0x3f6f0c(0x250)]);PerformanceTester[_0x3f6f0c(0x29e)]();const _0xdfc215=_0x136025[_0x3f6f0c(0x23d)](getCodeceptDriver),_0x3f70ed=new O11yHelper(_0xdfc215,_0x42e596),_0x16ae68=!!CodeceptJS[_0x3f6f0c(0x296)][_0x3f6f0c(0x2c4)](_0x136025[_0x3f6f0c(0x234)]);global[_0x3f6f0c(0x2e6)]=_0xdfc215;_0xdfc215&&(PerformanceTester[_0x3f6f0c(0x2a1)](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{_0x16ae68?_0x136025['zhjck'](patchPlaywrightBefore,_0x3f70ed):_0x136025['tgzBI'](patchWebDriverBefore,_0xdfc215,_0x3f70ed);})(),PerformanceTester['measureWrapper'](PerformanceEvents[_0x3f6f0c(0x2a8)],()=>{const _0x165983=_0x3f6f0c,_0x37d115={};_0x37d115[_0x165983(0x260)]=_0x136025['XInSg'],_0x37d115[_0x165983(0x2bf)]=_0x136025[_0x165983(0x2d5)];const _0x30f119=_0x37d115;_0xdfc215[_0x165983(0x21e)]=async()=>{const _0x2b3cf7=_0x165983;if(global[_0x2b3cf7(0x25d)]){const _0xfe60b0={};return _0xfe60b0[_0x2b3cf7(0x21b)]=_0x136025['GwEfD'],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x2b3cf7(0x2d4)],async()=>{const _0xb3255f=_0x2b3cf7;return await AccessibilityHelper['browserStackExecuteDriver'](_0xdfc215,scripts[_0xb3255f(0x1f6)]);},_0xfe60b0)(),await PerformanceTester[_0x2b3cf7(0x2a1)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x4c4a6a=_0x2b3cf7;return await AccessibilityHelper[_0x4c4a6a(0x225)](_0xdfc215,scripts[_0x4c4a6a(0x253)]);})();}return logger['warn'](_0x136025[_0x2b3cf7(0x2df)]),{};},_0xdfc215['getAccessibilityResults']=async()=>{const _0x1eefc0=_0x165983;if(global[_0x1eefc0(0x25d)]){const _0x17f143={};return _0x17f143['command']=_0x30f119[_0x1eefc0(0x260)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x194ede=_0x1eefc0;return await AccessibilityHelper['browserStackExecuteDriver'](_0xdfc215,scripts[_0x194ede(0x1f6)]);},_0x17f143)(),await PerformanceTester[_0x1eefc0(0x2a1)](PerformanceA11yEvents['GET_RESULTS'],async()=>{const _0xd008f9=_0x1eefc0;return await AccessibilityHelper['browserStackExecuteDriver'](_0xdfc215,scripts[_0xd008f9(0x252)]);})();}return logger['warn'](_0x30f119[_0x1eefc0(0x2bf)]),{};},_0x136025['zhjck'](patchSaveScreenshot,_0xdfc215);})());CodeceptJS[_0x3f6f0c(0x2c7)][_0x3f6f0c(0x2e9)]['on'](CodeceptJS[_0x3f6f0c(0x2c7)][_0x3f6f0c(0x1e5)]['before'],()=>{const _0x4eae40=_0x3f6f0c;PerformanceTester[_0x4eae40(0x1de)](PerformanceEvents[_0x4eae40(0x203)]);try{_0x3f70ed[_0x4eae40(0x1de)](),testOpsHelper[_0x4eae40(0x228)](),PerformanceTester[_0x4eae40(0x2e1)](PerformanceEvents[_0x4eae40(0x203)]);}catch(_0x3f177e){PerformanceTester[_0x4eae40(0x272)](_0x3f177e),PerformanceTester[_0x4eae40(0x2e1)](PerformanceEvents[_0x4eae40(0x203)],![],_0x3f177e);}}),CodeceptJS[_0x3f6f0c(0x2c7)][_0x3f6f0c(0x2e9)]['on'](CodeceptJS[_0x3f6f0c(0x2c7)][_0x3f6f0c(0x1e5)][_0x3f6f0c(0x265)],async()=>{const _0x48828f=_0x3f6f0c;PerformanceTester[_0x48828f(0x1de)](PerformanceEvents[_0x48828f(0x2cb)]);try{requestSpy[_0x48828f(0x1fa)](),await _0x3f70ed[_0x48828f(0x23f)](),PerformanceTester[_0x48828f(0x2e1)](PerformanceEvents[_0x48828f(0x2cb)]);}catch(_0x2df7f8){PerformanceTester['captureError'](_0x2df7f8),PerformanceTester[_0x48828f(0x2e1)](PerformanceEvents[_0x48828f(0x2cb)],![],_0x2df7f8);}finally{PerformanceTester[_0x48828f(0x23e)]();}});const _0x5b582c=(_0x5eb1da,_0x4390f3)=>{const _0x5b2457=_0x3f6f0c;if(!_0x3f70ed)return;if(!_0x3f70ed[_0x5b2457(0x25f)]()){_0x3f70ed['bufferPendingHookEvent'](_0x5eb1da,_0x4390f3);return;}CodeceptRecorder[_0x5b2457(0x29f)](()=>_0x3f70ed[_0x5b2457(0x22e)](_0x5eb1da,_0x4390f3));};CodeceptJS['event'][_0x3f6f0c(0x2e9)]['on'](CodeceptJS['event'][_0x3f6f0c(0x205)][_0x3f6f0c(0x221)],_0x5ec979=>{const _0x55ff03=_0x3f6f0c;PerformanceTester[_0x55ff03(0x1de)](PerformanceEvents['SDK_HOOK']);try{const _0x2c7502=_0x5ec979['ctx'][_0x55ff03(0x1ed)],_0x522372=_0x3f70ed[_0x55ff03(0x21d)](TEST_EVENTS[_0x55ff03(0x1ff)],_0x2c7502);_0x136025[_0x55ff03(0x220)](_0x5b582c,TEST_EVENTS['HOOK_RUN_STARTED'],_0x522372);const _0x5c317c={};_0x5c317c[_0x55ff03(0x284)]=_0x136025[_0x55ff03(0x2da)],PerformanceTester[_0x55ff03(0x2e1)](PerformanceEvents[_0x55ff03(0x295)],!![],null,_0x5c317c);}catch(_0x41ed89){const _0x2d481d={};_0x2d481d[_0x55ff03(0x284)]=_0x136025[_0x55ff03(0x2da)],PerformanceTester[_0x55ff03(0x2e1)](PerformanceEvents[_0x55ff03(0x295)],![],_0x41ed89,_0x2d481d),PerformanceTester[_0x55ff03(0x272)](_0x41ed89);}}),CodeceptJS[_0x3f6f0c(0x2c7)][_0x3f6f0c(0x2e9)]['on'](CodeceptJS[_0x3f6f0c(0x2c7)][_0x3f6f0c(0x205)]['passed'],_0x225205=>{const _0x58c62c=_0x3f6f0c,_0x3330b7={};_0x3330b7[_0x58c62c(0x284)]=_0x136025[_0x58c62c(0x2ac)],PerformanceTester[_0x58c62c(0x1de)](PerformanceHookEvents[_0x58c62c(0x295)],!![],null,_0x3330b7);try{const _0x178e59=_0x225205['ctx'][_0x58c62c(0x1ed)],_0x4b6547=_0x3f70ed[_0x58c62c(0x21d)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x178e59);_0x136025[_0x58c62c(0x2be)](_0x5b582c,TEST_EVENTS['HOOK_RUN_FINISHED'],_0x4b6547);const _0x213729={};_0x213729[_0x58c62c(0x284)]=_0x136025['hyhHB'],PerformanceTester[_0x58c62c(0x2e1)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x213729);}catch(_0x210cbe){PerformanceTester[_0x58c62c(0x272)](_0x210cbe);const _0x1c63d4={};_0x1c63d4[_0x58c62c(0x284)]=_0x136025[_0x58c62c(0x2ac)],PerformanceTester[_0x58c62c(0x2e1)](PerformanceHookEvents[_0x58c62c(0x295)],![],_0x210cbe,_0x1c63d4);}}),CodeceptJS[_0x3f6f0c(0x2c7)][_0x3f6f0c(0x2e9)]['on'](CodeceptJS[_0x3f6f0c(0x2c7)][_0x3f6f0c(0x205)][_0x3f6f0c(0x27e)],async(_0x5ed4dc,_0x3ea5cf)=>{const _0xb9eb00=_0x3f6f0c;PerformanceTester[_0xb9eb00(0x1de)](PerformanceHookEvents[_0xb9eb00(0x295)]);try{const _0x34e430=_0x5ed4dc[_0xb9eb00(0x1dc)][_0xb9eb00(0x1ed)],_0x2cb9f4=_0x3f70ed[_0xb9eb00(0x21d)](TEST_EVENTS[_0xb9eb00(0x1d4)],_0x34e430,_0x3ea5cf);_0x136025[_0xb9eb00(0x2dc)](_0x5b582c,TEST_EVENTS[_0xb9eb00(0x1d4)],_0x2cb9f4);const _0x317637={};_0x317637[_0xb9eb00(0x284)]=_0x136025[_0xb9eb00(0x277)],PerformanceTester[_0xb9eb00(0x1de)](PerformanceHookEvents[_0xb9eb00(0x295)],!![],null,_0x317637);}catch(_0x28a909){PerformanceTester[_0xb9eb00(0x272)](_0x28a909);const _0x464c07={};_0x464c07[_0xb9eb00(0x284)]=_0x136025['PkdNq'],PerformanceTester[_0xb9eb00(0x2e1)](PerformanceHookEvents[_0xb9eb00(0x295)],![],_0x28a909,_0x464c07);}const _0x4deb46={};_0x4deb46[_0xb9eb00(0x284)]=_0x136025['PkdNq'],PerformanceTester[_0xb9eb00(0x2e1)](PerformanceHookEvents[_0xb9eb00(0x295)],!![],null,_0x4deb46);}),CodeceptJS['event'][_0x3f6f0c(0x2e9)]['on'](CodeceptJS[_0x3f6f0c(0x2c7)][_0x3f6f0c(0x1ed)][_0x3f6f0c(0x2a3)],_0x367329=>{const _0x59dae4=_0x3f6f0c;PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{globals[_0x59dae4(0x2bd)](_0x136025['BdyQA'],_0x367329[_0x59dae4(0x2b7)]);_0x136025['SqLjH'](isBrowserstackInfra)&&(_0x16ae68&&(global[_0x59dae4(0x2b8)]={'currentTest':{'name':_0x367329[_0x59dae4(0x2b7)],'testInfo':{'titlePath':_0x367329[_0x59dae4(0x264)]()}}}));try{const _0x4d998d=_0x136025[_0x59dae4(0x261)](shouldScanTestForAccessibility,_0x367329['titlePath'](),!![]);globals[_0x59dae4(0x2bd)](_0x136025[_0x59dae4(0x2e4)],_0x4d998d);}catch(_0x53a402){logger[_0x59dae4(0x20d)]('Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20test.before:\x20'+util[_0x59dae4(0x218)](_0x53a402));}const _0x3f9bbc={};_0x3f9bbc[_0x59dae4(0x284)]=_0x136025[_0x59dae4(0x1cf)],PerformanceTester[_0x59dae4(0x2e1)](PerformanceHookEvents[_0x59dae4(0x295)],!![],null,_0x3f9bbc);}catch(_0x5961a8){PerformanceTester['captureError'](_0x5961a8);const _0x2ad02b={};_0x2ad02b[_0x59dae4(0x284)]=_0x136025[_0x59dae4(0x1cf)],PerformanceTester[_0x59dae4(0x2e1)](PerformanceHookEvents[_0x59dae4(0x295)],![],_0x5961a8,_0x2ad02b);}}),CodeceptJS[_0x3f6f0c(0x2c7)][_0x3f6f0c(0x2e9)]['on'](CodeceptJS[_0x3f6f0c(0x2c7)][_0x3f6f0c(0x1ed)][_0x3f6f0c(0x221)],_0x156480=>{const _0x5b8151=_0x3f6f0c;PerformanceTester[_0x5b8151(0x1de)](PerformanceHookEvents[_0x5b8151(0x295)]);try{globals[_0x5b8151(0x2bd)](_0x136025[_0x5b8151(0x243)],_0x156480[_0x5b8151(0x2b7)]);const _0x4be879=_0x3f70ed[_0x5b8151(0x21d)](TEST_EVENTS[_0x5b8151(0x2d7)],_0x156480);CodeceptRecorder['add'](()=>_0x3f70ed[_0x5b8151(0x206)]()),CodeceptRecorder[_0x5b8151(0x29f)](()=>_0x3f70ed[_0x5b8151(0x22e)](TEST_EVENTS[_0x5b8151(0x2d7)],_0x4be879)),CodeceptRecorder['add'](()=>_0x3f70ed['sendCBTInfo'](_0x156480[_0x5b8151(0x2b9)])),CodeceptRecorder['add'](async()=>{const _0x525687=_0x5b8151;_0x136025['vynwc'](isBrowserstackInfra)&&(!_0x136025[_0x525687(0x251)](isTrue,_0x42e596[_0x525687(0x201)])&&await _0x136025[_0x525687(0x211)](markSessionName,_0xdfc215,_0x156480[_0x525687(0x2b7)]),_0x3f70ed[_0x525687(0x202)]&&await _0x136025[_0x525687(0x251)](o11ySync,_0xdfc215));});}catch(_0x2bad22){const _0x503b6b={};_0x503b6b[_0x5b8151(0x284)]=_0x136025[_0x5b8151(0x293)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x2bad22,_0x503b6b),PerformanceTester['captureError'](_0x2bad22);}const _0x4ef255={};_0x4ef255[_0x5b8151(0x284)]=_0x136025['aAVaJ'],PerformanceTester[_0x5b8151(0x2e1)](PerformanceHookEvents[_0x5b8151(0x295)],!![],null,_0x4ef255);}),CodeceptJS[_0x3f6f0c(0x2c7)][_0x3f6f0c(0x2e9)]['on'](CodeceptJS[_0x3f6f0c(0x2c7)]['test'][_0x3f6f0c(0x212)],_0x301bc8=>{const _0x31292d=_0x3f6f0c;PerformanceTester[_0x31292d(0x1de)](PerformanceHookEvents[_0x31292d(0x295)]);try{const _0x45f599=_0x3f70ed[_0x31292d(0x21d)](TEST_EVENTS[_0x31292d(0x289)],_0x301bc8);CodeceptRecorder[_0x31292d(0x29f)](()=>_0x3f70ed[_0x31292d(0x22e)](TEST_EVENTS[_0x31292d(0x289)],_0x45f599)),CodeceptRecorder[_0x31292d(0x29f)](async()=>{const _0x52a59e=_0x31292d,_0x42c9fa={'gcqqz':function(_0x435ffe,_0x3eab08,_0x191e5d){const _0x29a3ef=a1_0x2abb;return _0x136025[_0x29a3ef(0x2be)](_0x435ffe,_0x3eab08,_0x191e5d);}};_0x136025[_0x52a59e(0x1eb)](isBrowserstackInfra)&&await PerformanceTester[_0x52a59e(0x2a1)](PerformanceAutEvents[_0x52a59e(0x2e5)],async()=>{const _0x2827a0=_0x52a59e;_0x16ae68?await _0x42c9fa[_0x2827a0(0x2a9)](playwrightMarkSessionStatus,_0xdfc215,STATE_PASSED):await _0x42c9fa[_0x2827a0(0x2a9)](markSessionStatus,_0xdfc215,STATE_PASSED);})();}),PerformanceTester[_0x31292d(0x2e1)](PerformanceEvents['SDK_TEST']);}catch(_0x2733d5){PerformanceTester['captureError'](_0x2733d5);const _0x523d69={};_0x523d69['hookType']=_0x136025[_0x31292d(0x268)],PerformanceTester[_0x31292d(0x2e1)](PerformanceHookEvents[_0x31292d(0x295)],![],_0x2733d5,_0x523d69),PerformanceTester[_0x31292d(0x2e1)](PerformanceEvents[_0x31292d(0x274)],![],_0x2733d5);}const _0x4b5369={};_0x4b5369[_0x31292d(0x284)]=_0x136025['WYuXQ'],PerformanceTester[_0x31292d(0x2e1)](PerformanceHookEvents[_0x31292d(0x295)],!![],null,_0x4b5369);}),CodeceptJS['event'][_0x3f6f0c(0x2e9)]['on'](CodeceptJS[_0x3f6f0c(0x2c7)]['test'][_0x3f6f0c(0x27e)],(_0xdf5ae,_0x24efcd)=>{const _0x4ac991=_0x3f6f0c,_0x573f1f={'mRrWp':function(_0x51dd6c){const _0x391f18=a1_0x2abb;return _0x136025[_0x391f18(0x1eb)](_0x51dd6c);},'WxwEr':function(_0x43f74a,_0x51f7d5,_0x1bcd41,_0x3e2b57){const _0x3e0ddd=a1_0x2abb;return _0x136025[_0x3e0ddd(0x213)](_0x43f74a,_0x51f7d5,_0x1bcd41,_0x3e2b57);}};PerformanceTester[_0x4ac991(0x1de)](PerformanceHookEvents[_0x4ac991(0x295)]);try{if(_0x136025[_0x4ac991(0x292)](_0xdf5ae[_0x4ac991(0x2a0)][_0x4ac991(0x24f)],_0x136025[_0x4ac991(0x21f)])){const _0x3cea0a=_0x3f70ed[_0x4ac991(0x21d)](TEST_EVENTS[_0x4ac991(0x1f4)],_0xdf5ae['ctx']['currentTest']);CodeceptRecorder[_0x4ac991(0x29f)](()=>_0x3f70ed[_0x4ac991(0x22e)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x3cea0a));}else{const _0x2bc5ad=_0x3f70ed[_0x4ac991(0x21d)](TEST_EVENTS[_0x4ac991(0x289)],_0xdf5ae,_0x24efcd);CodeceptRecorder[_0x4ac991(0x29f)](()=>{const _0x4526f5=_0x4ac991;try{_0x3f70ed[_0x4526f5(0x22e)](TEST_EVENTS[_0x4526f5(0x289)],_0x2bc5ad);}catch(_0x5c0f4b){logger[_0x4526f5(0x20d)](_0x4526f5(0x214)+util[_0x4526f5(0x218)](_0x5c0f4b)),PerformanceTester['end'](PerformanceEvents[_0x4526f5(0x274)],![],_0x5c0f4b);}}),CodeceptRecorder[_0x4ac991(0x29f)](async()=>{const _0x225294=_0x4ac991;try{_0x573f1f[_0x225294(0x1da)](isBrowserstackInfra)&&(_0x16ae68?await _0x573f1f[_0x225294(0x2c1)](playwrightMarkSessionStatus,_0xdfc215,STATE_FAILED,_0x24efcd):await _0x573f1f[_0x225294(0x2c1)](markSessionStatus,_0xdfc215,STATE_FAILED,_0x24efcd));}catch(_0xd6fe6d){logger[_0x225294(0x20d)](_0x225294(0x1e9)+util[_0x225294(0x218)](_0xd6fe6d)),PerformanceTester['end'](PerformanceEvents[_0x225294(0x274)],![],_0xd6fe6d);}});}PerformanceTester[_0x4ac991(0x2e1)](PerformanceEvents['SDK_TEST']);}catch(_0x51579e){PerformanceTester[_0x4ac991(0x272)](_0x51579e);const _0x37cfd0={};_0x37cfd0[_0x4ac991(0x284)]=_0x136025[_0x4ac991(0x282)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x51579e,_0x37cfd0),PerformanceTester[_0x4ac991(0x2e1)](PerformanceEvents[_0x4ac991(0x274)],![],_0x51579e);}const _0x56b5f8={};_0x56b5f8[_0x4ac991(0x284)]=_0x136025['ttVoQ'],PerformanceTester[_0x4ac991(0x2e1)](PerformanceHookEvents[_0x4ac991(0x295)],!![],null,_0x56b5f8);}),CodeceptJS['event'][_0x3f6f0c(0x2e9)]['on'](CodeceptJS[_0x3f6f0c(0x2c7)]['test'][_0x3f6f0c(0x2cd)],_0x46a04a=>{const _0x579a78=_0x3f6f0c;PerformanceTester['start'](PerformanceHookEvents[_0x579a78(0x295)]);try{const _0x5e2029=_0x3f70ed[_0x579a78(0x21d)](TEST_EVENTS[_0x579a78(0x1f4)],_0x46a04a);CodeceptRecorder[_0x579a78(0x29f)](()=>_0x3f70ed[_0x579a78(0x22e)](TEST_EVENTS[_0x579a78(0x1f4)],_0x5e2029)),PerformanceTester[_0x579a78(0x2e1)](PerformanceEvents['SDK_TEST']);}catch(_0xcf7e94){PerformanceTester[_0x579a78(0x272)](_0xcf7e94),PerformanceTester[_0x579a78(0x2e1)](PerformanceEvents[_0x579a78(0x274)],![],_0xcf7e94);const _0x20243c={};_0x20243c[_0x579a78(0x284)]=_0x136025[_0x579a78(0x2e7)],PerformanceTester[_0x579a78(0x2e1)](PerformanceHookEvents[_0x579a78(0x295)],![],_0xcf7e94,_0x20243c);}const _0x26d622={};_0x26d622[_0x579a78(0x284)]=_0x136025[_0x579a78(0x2e7)],PerformanceTester[_0x579a78(0x2e1)](PerformanceHookEvents[_0x579a78(0x295)],!![],null,_0x26d622);}),CodeceptJS[_0x3f6f0c(0x2c7)][_0x3f6f0c(0x2e9)]['on'](CodeceptJS[_0x3f6f0c(0x2c7)][_0x3f6f0c(0x1ed)][_0x3f6f0c(0x265)],async(_0x2f5284,_0x19251c)=>{const _0xb3574c=_0x3f6f0c;try{PerformanceTester['start'](PerformanceHookEvents[_0xb3574c(0x295)]);const _0x331334=_0x136025[_0xb3574c(0x261)](shouldScanTestForAccessibility,_0x2f5284[_0xb3574c(0x264)](),!![]);if(_0x136025[_0xb3574c(0x23d)](isAccessibilityAutomationSession)&&global['accessibilityPlatform']&&_0x331334){const _0x45e4e4={};_0x45e4e4[_0xb3574c(0x1e6)]=_0x2f5284['testAnalyticsId'],_0x45e4e4[_0xb3574c(0x217)]=process['env'][testHubConstants['ENV_VAR'][_0xb3574c(0x1d5)]],_0x45e4e4[_0xb3574c(0x232)]=process[_0xb3574c(0x288)][testHubConstants[_0xb3574c(0x275)]['BROWSERSTACK_TESTHUB_JWT']];const _0xac93d6=_0x45e4e4;logger[_0xb3574c(0x20d)](_0xb3574c(0x229)+JSON['stringify'](_0xac93d6)),CodeceptRecorder['add'](async()=>{const _0x5c39fb=_0xb3574c;await accessibilityRetryHelper[_0x5c39fb(0x25b)](_0xdfc215,_0x2f5284[_0x5c39fb(0x2b7)]),await accessibilityRetryHelper[_0x5c39fb(0x262)](_0xdfc215,_0xac93d6);}),logger['info'](_0x136025[_0xb3574c(0x29b)]);}const _0x4a9b69={};_0x4a9b69[_0xb3574c(0x284)]=_0x136025[_0xb3574c(0x26a)],PerformanceTester[_0xb3574c(0x2e1)](PerformanceHookEvents[_0xb3574c(0x295)],!![],null,_0x4a9b69);}catch(_0x260464){PerformanceTester[_0xb3574c(0x272)](_0x260464);const _0x88aa3c={};_0x88aa3c['hookType']=_0x136025['wPsGD'],PerformanceTester[_0xb3574c(0x2e1)](PerformanceHookEvents['SDK_HOOK'],![],_0x260464,_0x88aa3c);}}),CodeceptJS['event'][_0x3f6f0c(0x2e9)]['on'](CodeceptJS['event'][_0x3f6f0c(0x230)]['comment'],_0x66727d=>{const _0x55a238=_0x3f6f0c;PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{process['emit'](_0x55a238(0x2b6)+process[_0x55a238(0x236)],{'timestamp':new Date()['toISOString'](),'level':_0x136025[_0x55a238(0x1f5)],'message':_0x66727d,'kind':_0x136025[_0x55a238(0x2dd)],'http_response':{}});}catch(_0x386025){PerformanceTester[_0x55a238(0x272)](_0x386025);const _0x23d567={};_0x23d567[_0x55a238(0x284)]=_0x136025[_0x55a238(0x200)],PerformanceTester[_0x55a238(0x2e1)](PerformanceHookEvents['SDK_HOOK'],![],_0x386025,_0x23d567);}const _0x23c055={};_0x23c055[_0x55a238(0x284)]=_0x136025['yHrJe'],PerformanceTester[_0x55a238(0x2e1)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x23c055);}),CodeceptJS['event'][_0x3f6f0c(0x2e9)]['on'](CodeceptJS[_0x3f6f0c(0x2c7)]['bddStep'][_0x3f6f0c(0x2a3)],_0x5bde5e=>{const _0x2dfd9d=_0x3f6f0c,_0x5e38d6={};_0x5e38d6[_0x2dfd9d(0x284)]=_0x136025['mynam'],PerformanceTester[_0x2dfd9d(0x2a1)](PerformanceHookEvents[_0x2dfd9d(0x295)],()=>{const _0x464108=_0x2dfd9d;_0x3f70ed[_0x464108(0x226)](_0x5bde5e);},_0x5e38d6)();}),CodeceptJS[_0x3f6f0c(0x2c7)][_0x3f6f0c(0x2e9)]['on'](CodeceptJS[_0x3f6f0c(0x2c7)][_0x3f6f0c(0x269)]['after'],_0x542fe3=>{const _0x1b169c=_0x3f6f0c,_0x51ace1={};_0x51ace1[_0x1b169c(0x284)]=_0x136025[_0x1b169c(0x23a)],PerformanceTester[_0x1b169c(0x2a1)](PerformanceHookEvents[_0x1b169c(0x295)],()=>{_0x3f70ed['bddStepFinish'](_0x542fe3);},_0x51ace1)();});};
1
+ const a1_0x3fe46e=a1_0x467d;(function(_0x856238,_0x3d2f9d){const _0x231f1b=a1_0x467d,_0x3a03d1=_0x856238();while(!![]){try{const _0x4cc7a1=-parseInt(_0x231f1b(0x18f))/0x1+parseInt(_0x231f1b(0x22e))/0x2*(-parseInt(_0x231f1b(0x22c))/0x3)+parseInt(_0x231f1b(0x280))/0x4+-parseInt(_0x231f1b(0x291))/0x5+-parseInt(_0x231f1b(0x192))/0x6+-parseInt(_0x231f1b(0x20f))/0x7+parseInt(_0x231f1b(0x1ee))/0x8;if(_0x4cc7a1===_0x3d2f9d)break;else _0x3a03d1['push'](_0x3a03d1['shift']());}catch(_0x350ff8){_0x3a03d1['push'](_0x3a03d1['shift']());}}}(a1_0x5619,0x5c953));const fs=require('fs'),util=require(a1_0x3fe46e(0x272)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x3fe46e(0x276)),logger=require(a1_0x3fe46e(0x260))[a1_0x3fe46e(0x191)],testOpsHelper=require(a1_0x3fe46e(0x199)),requestSpy=require(a1_0x3fe46e(0x190)),PlaywrightSessionDetails=require(a1_0x3fe46e(0x1da)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x3fe46e(0x1ed)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x3fe46e(0x1d2)),AccessibilityHelper=require(a1_0x3fe46e(0x233)),accessibilityRetryHelper=require(a1_0x3fe46e(0x1d3)),scripts=require(a1_0x3fe46e(0x1a2)),PerformanceTester=require(a1_0x3fe46e(0x1df)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x3fe46e(0x20d)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x3fe46e(0x25c)),testHubConstants=require(a1_0x3fe46e(0x1ad)),globals=require('../../helpers/globals.js'),interopDefault=_0x3c45f0=>_0x3c45f0&&_0x3c45f0['default']!==undefined?_0x3c45f0[a1_0x3fe46e(0x238)]:_0x3c45f0,CodeceptJS=requireModule(a1_0x3fe46e(0x213),a1_0x3fe46e(0x1c9)),CodeceptUtils=requireModule(a1_0x3fe46e(0x18b),a1_0x3fe46e(0x1c9)),CodeceptWebDriver=interopDefault(requireModule(a1_0x3fe46e(0x18e),a1_0x3fe46e(0x1c9))),CodeceptRecorder=interopDefault(requireModule(a1_0x3fe46e(0x27f),a1_0x3fe46e(0x1c9))),CodeceptPlaywright=interopDefault(requireModule(a1_0x3fe46e(0x241),'codeceptjs'));try{require('../../helpers/driverInitErrorReporter')[a1_0x3fe46e(0x28b)](a1_0x3fe46e(0x1c9));}catch(a1_0x50273d){logger[a1_0x3fe46e(0x246)](a1_0x3fe46e(0x193)+(a1_0x50273d&&a1_0x50273d['message']));}const playwrightMarkSessionStatus=(_0x482841,_0x1ffd4e,_0x4b782d)=>{const _0x5bf681=a1_0x3fe46e,_0x2cb001={'VjxCL':_0x5bf681(0x1b5),'qFPOc':function(_0x51243f,_0x2785d7){return _0x51243f(_0x2785d7);}},_0x550021={};_0x550021[_0x5bf681(0x196)]=_0x1ffd4e;const _0x367872={};_0x367872[_0x5bf681(0x202)]=_0x2cb001['VjxCL'],_0x367872[_0x5bf681(0x1c6)]=_0x550021;const _0x376503=_0x367872;return!_0x2cb001[_0x5bf681(0x1dd)](isUndefined,_0x4b782d)&&(_0x376503[_0x5bf681(0x1c6)]['reason']=JSON[_0x5bf681(0x1b8)](_0x4b782d)),_0x482841[_0x5bf681(0x206)](()=>{},_0x5bf681(0x242)+JSON[_0x5bf681(0x1b8)](_0x376503));},o11ySync=PerformanceTester[a1_0x3fe46e(0x222)](PerformanceO11yEvents[a1_0x3fe46e(0x268)],async _0x4e8d08=>{const _0x163585=a1_0x3fe46e,_0x39a3f3={};_0x39a3f3[_0x163585(0x1f1)]=function(_0x29f3ef,_0x1af5f0){return _0x29f3ef===_0x1af5f0;},_0x39a3f3['eLkRA']=_0x163585(0x1cb);const _0x4fea06=_0x39a3f3;_0x4fea06['QDsfn'](_0x4e8d08[_0x163585(0x20c)]['name'],_0x4fea06[_0x163585(0x21b)])?await _0x4e8d08[_0x163585(0x206)](_0x2f4a60=>{},testOpsHelper[_0x163585(0x1c2)]()):await _0x4e8d08[_0x163585(0x206)](testOpsHelper[_0x163585(0x1c2)]());}),markSessionName=PerformanceTester[a1_0x3fe46e(0x222)](PerformanceAutEvents[a1_0x3fe46e(0x1f7)],async(_0x451654,_0x17fdf8)=>{const _0x32bfca=a1_0x3fe46e,_0x441fbd={};_0x441fbd[_0x32bfca(0x220)]=_0x32bfca(0x1d6),_0x441fbd[_0x32bfca(0x27c)]=function(_0x52fb7a,_0x17fff3){return _0x52fb7a===_0x17fff3;},_0x441fbd[_0x32bfca(0x282)]=_0x32bfca(0x1cb);const _0x51ce3e=_0x441fbd,_0x294650={};_0x294650[_0x32bfca(0x267)]=_0x17fdf8;const _0x30523f={};_0x30523f[_0x32bfca(0x202)]=_0x51ce3e['hAeMD'],_0x30523f[_0x32bfca(0x1c6)]=_0x294650;const _0x3f7db2=_0x30523f;_0x51ce3e['pYbNA'](_0x451654['constructor'][_0x32bfca(0x267)],_0x51ce3e[_0x32bfca(0x282)])?await _0x451654[_0x32bfca(0x206)](()=>{},'browserstack_executor:\x20'+JSON[_0x32bfca(0x1b8)](_0x3f7db2)):await _0x451654[_0x32bfca(0x206)]('browserstack_executor:\x20'+JSON[_0x32bfca(0x1b8)](_0x3f7db2));}),patchSaveScreenshot=_0x391b35=>{const _0x514d9b=a1_0x3fe46e,_0x4ef512={'dJaFy':'base64','AmqfK':'TEST_SCREENSHOT','mRHGv':function(_0x379423){return _0x379423();},'wOdOI':function(_0x2ba8c1,_0x2d0dae){return _0x2ba8c1(_0x2d0dae);},'Gnkjy':_0x514d9b(0x1b0)};_0x4ef512['wOdOI'](isTrue,process[_0x514d9b(0x1f9)][_0x514d9b(0x25e)])&&!_0x391b35['patchSaveScreenshot']&&(_0x391b35[_0x514d9b(0x23f)]=!![],_0x391b35[_0x514d9b(0x1de)]=_0x391b35[_0x514d9b(0x195)],_0x391b35[_0x514d9b(0x195)]=(_0x4e0592,_0x18a9aa=![])=>{const _0x472ad1=_0x514d9b,_0x1c6f06={'zfteN':_0x4ef512[_0x472ad1(0x218)],'NIqWM':_0x4ef512[_0x472ad1(0x27e)],'XIwrw':function(_0x1618e0){const _0x3e4f87=_0x472ad1;return _0x4ef512[_0x3e4f87(0x24c)](_0x1618e0);},'zKmNK':function(_0x2d11f5,_0x14612b){const _0x3215fa=_0x472ad1;return _0x4ef512[_0x3215fa(0x1f8)](_0x2d11f5,_0x14612b);},'qfEkO':_0x4ef512[_0x472ad1(0x1d0)]};return new Promise(function(_0x23089e,_0x24891d){const _0x4ff689=_0x472ad1,_0x483503={'QTQdd':_0x1c6f06[_0x4ff689(0x240)],'iaWMu':_0x1c6f06[_0x4ff689(0x25b)],'XDBhE':function(_0x243ba9){const _0x4c3431=_0x4ff689;return _0x1c6f06[_0x4c3431(0x1be)](_0x243ba9);},'gQgUy':function(_0x284f93,_0x4df4b7){const _0x564ab2=_0x4ff689;return _0x1c6f06[_0x564ab2(0x1db)](_0x284f93,_0x4df4b7);},'rlSvb':_0x1c6f06['qfEkO']};_0x391b35[_0x4ff689(0x1de)](_0x4e0592,_0x18a9aa)[_0x4ff689(0x20e)](()=>{const _0x112e18=_0x4ff689,_0x12dbb5=CodeceptUtils[_0x112e18(0x1e6)](_0x4e0592);if(_0x12dbb5){const _0x265b9f=fs[_0x112e18(0x263)](_0x12dbb5);process[_0x112e18(0x200)](_0x112e18(0x1d8)+process[_0x112e18(0x1c3)],{'timestamp':new Date()[_0x112e18(0x1bf)](),'message':_0x265b9f[_0x112e18(0x231)](_0x483503[_0x112e18(0x1e1)]),'kind':_0x483503[_0x112e18(0x1a7)]}),_0x483503[_0x112e18(0x1b2)](_0x23089e);}_0x483503[_0x112e18(0x28d)](_0x24891d,new Error(_0x483503[_0x112e18(0x22b)]));})[_0x4ff689(0x219)](()=>null);});});},patchWebDriverBefore=(_0x371e33,_0x365d5e)=>{const _0x3ec27b=a1_0x3fe46e,_0x597757={'oKdix':function(_0x173919){return _0x173919();},'jAUhQ':function(_0x4d63a5,_0x562aff){return _0x4d63a5(_0x562aff);},'hqvTh':function(_0x1df76d,_0x98c3f5){return _0x1df76d===_0x98c3f5;},'omRyZ':_0x3ec27b(0x19f),'IGsYt':function(_0xae1d87,_0x38a48f){return _0xae1d87===_0x38a48f;},'KCRUV':_0x3ec27b(0x1d4),'EvKWd':_0x3ec27b(0x243),'hmjJx':function(_0x32c83a,_0xd411a1){return _0x32c83a(_0xd411a1);},'cBzmm':_0x3ec27b(0x23b)},_0x2f74fc=async function(_0x3eb2b7,_0x475a70){const _0x5dafc3=_0x3ec27b;_0x597757[_0x5dafc3(0x1bc)](isAccessibilityAutomationSession)&&!global[_0x5dafc3(0x287)]&&global[_0x5dafc3(0x1ea)]&&scripts[_0x5dafc3(0x266)](_0x3eb2b7[_0x5dafc3(0x267)])&&_0x597757[_0x5dafc3(0x1d5)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x5dafc3(0x287)]=!![],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x5dafc3(0x18c)],async()=>{const _0x9e1394=_0x5dafc3;logger[_0x9e1394(0x246)]('Performing\x20scan\x20for\x20'+_0x3eb2b7['class']+'\x20'+_0x3eb2b7[_0x9e1394(0x267)]),await AccessibilityHelper[_0x9e1394(0x274)](_0x371e33,scripts['performScan']);},{'command':_0x3eb2b7[_0x5dafc3(0x267)]})());global[_0x5dafc3(0x287)]=![];const _0xd2e745=JSON[_0x5dafc3(0x1c8)](process['env'][_0x5dafc3(0x1e3)]||'{}');if(_0x597757['hqvTh'](_0xd2e745?.[_0x5dafc3(0x257)]?.[_0x5dafc3(0x267)],_0x597757[_0x5dafc3(0x1f2)])&&_0x597757[_0x5dafc3(0x1b4)](typeof _0xd2e745?.[_0x5dafc3(0x257)]?.[_0x5dafc3(0x1ec)],_0x597757[_0x5dafc3(0x259)])&&_0xd2e745?.[_0x5dafc3(0x257)]?.['version'][_0x5dafc3(0x250)]('7'))return _0x475a70[_0x5dafc3(0x230)](null,Array[_0x5dafc3(0x245)][_0x5dafc3(0x22a)]['call'](arguments,0x2));return _0x475a70[_0x5dafc3(0x230)](this,Array['prototype'][_0x5dafc3(0x22a)]['call'](arguments,0x2));},_0x5be0ba=CodeceptWebDriver[_0x3ec27b(0x245)][_0x3ec27b(0x285)];CodeceptWebDriver[_0x3ec27b(0x245)][_0x3ec27b(0x285)]=async function(){const _0x13ab76=_0x3ec27b;try{await _0x5be0ba[_0x13ab76(0x230)](this,arguments);}catch(_0x2a0c73){logger['debug']('Failed\x20to\x20execute\x20_before:\x20'+util[_0x13ab76(0x1e9)](_0x2a0c73));}(scripts[_0x13ab76(0x253)]||[])[_0x13ab76(0x207)](_0x2a72c1=>_0x2a72c1[_0x13ab76(0x267)]&&_0x2a72c1[_0x13ab76(0x194)])[_0x13ab76(0x1b3)](_0x34c7e4=>{const _0x2a3e35=_0x13ab76;this[_0x2a3e35(0x198)]['overwriteCommand'](_0x34c7e4[_0x2a3e35(0x267)],_0x2f74fc[_0x2a3e35(0x252)](this,_0x34c7e4),_0x597757[_0x2a3e35(0x1a0)](_0x34c7e4['class'],_0x597757[_0x2a3e35(0x1ae)]));}),_0x597757['hmjJx'](processWebDriverConfig,_0x371e33);try{_0x365d5e&&_0x597757[_0x13ab76(0x1b4)](typeof _0x365d5e[_0x13ab76(0x254)],_0x597757['cBzmm'])&&await _0x365d5e[_0x13ab76(0x254)]();}catch(_0x4939c6){logger[_0x13ab76(0x246)](_0x13ab76(0x265)+util['format'](_0x4939c6));}};};function parseJwt(_0x42037e){const _0x5a22ac=a1_0x3fe46e,_0x463fe6={};_0x463fe6['ttqxM']='base64';const _0x49de30=_0x463fe6;if(!_0x42037e)return null;return JSON['parse'](Buffer[_0x5a22ac(0x1f4)](_0x42037e[_0x5a22ac(0x1e2)]('.')[0x1],_0x49de30[_0x5a22ac(0x247)])[_0x5a22ac(0x231)]());}const patchPlaywrightBefore=_0x2e2420=>{const _0x35656f=a1_0x3fe46e,_0x4b4f1c={'yUcYI':function(_0x5f22af){return _0x5f22af();},'JjGyv':_0x35656f(0x1eb),'pKkfK':'--auto-open-devtools-for-tabs','XeHPr':function(_0x24a4e9,_0x36b72a){return _0x24a4e9(_0x36b72a);},'eUXgJ':function(_0x7e66f4,_0x5286f7){return _0x7e66f4+_0x5286f7;},'UjtsS':'\x0aStack:\x20','xLCmY':function(_0x14a279){return _0x14a279();},'FoRyb':function(_0x57f912,_0x51f3f1){return _0x57f912===_0x51f3f1;},'zQcOH':_0x35656f(0x23b)};PlaywrightSessionDetails[_0x35656f(0x19a)]();const _0x11f3b0=CodeceptPlaywright['prototype']['_before'];CodeceptPlaywright[_0x35656f(0x245)][_0x35656f(0x285)]=async function(){const _0x236128=_0x35656f,_0x3ea832={'AshbS':function(_0x164922){return _0x4b4f1c['yUcYI'](_0x164922);},'ZLint':_0x4b4f1c[_0x236128(0x19d)],'XYfjy':_0x4b4f1c[_0x236128(0x208)],'rvujT':function(_0x2d4c6c,_0x457719){const _0x446122=_0x236128;return _0x4b4f1c[_0x446122(0x1e7)](_0x2d4c6c,_0x457719);},'tgDbN':function(_0x4da68a,_0x3fe7fb){const _0x48ea6a=_0x236128;return _0x4b4f1c[_0x48ea6a(0x20b)](_0x4da68a,_0x3fe7fb);},'pwLxH':_0x4b4f1c[_0x236128(0x24f)]};this[_0x236128(0x235)]=await this[_0x236128(0x198)][_0x236128(0x28a)]()[0x0];const _0x427c0c=async()=>{const _0x4d0cdf=_0x236128,_0x1cc2ba=this['config']&&this[_0x4d0cdf(0x1e4)]['chromium']&&this[_0x4d0cdf(0x1e4)][_0x4d0cdf(0x1d7)][_0x4d0cdf(0x258)]&&Array[_0x4d0cdf(0x24b)](this[_0x4d0cdf(0x1e4)][_0x4d0cdf(0x1d7)][_0x4d0cdf(0x258)])&&this[_0x4d0cdf(0x1e4)][_0x4d0cdf(0x1d7)]['args'][_0x4d0cdf(0x278)](_0x3ea832[_0x4d0cdf(0x286)]);if(_0x3ea832['AshbS'](isAccessibilityAutomationSession)&&!_0x1cc2ba)try{const _0x4dc42e=_0x3ea832[_0x4d0cdf(0x214)](parseJwt,process[_0x4d0cdf(0x1f9)]['BS_A11Y_JWT']);if(_0x4dc42e&&_0x4dc42e[_0x4d0cdf(0x27d)]&&_0x4dc42e[_0x4d0cdf(0x27d)]['domForge']){const _0xb41210=this['browserContext'][_0x4d0cdf(0x1ff)]['bind'](this[_0x4d0cdf(0x235)]);this[_0x4d0cdf(0x235)][_0x4d0cdf(0x1ff)]=async function(){const _0x322ac7=_0x4d0cdf,_0x4a0a74=await _0x3ea832['AshbS'](_0xb41210),_0x10c971=[];for(const _0x11f367 of _0x4a0a74){try{const _0xf95d8=await _0x11f367[_0x322ac7(0x275)]();!_0xf95d8[_0x322ac7(0x250)](_0x3ea832[_0x322ac7(0x1ac)])&&_0x10c971[_0x322ac7(0x23a)](_0x11f367);}catch(_0x34405c){_0x10c971[_0x322ac7(0x23a)](_0x11f367);}}return _0x10c971;};}if(!_0x3ea832[_0x4d0cdf(0x223)](isBrowserstackInfra)){const _0x2a815f=await this['page']['url']();if(_0x2a815f[_0x4d0cdf(0x250)](_0x3ea832['ZLint'])){const _0x463169=await this[_0x4d0cdf(0x235)][_0x4d0cdf(0x1ff)]();this['_setPage'](_0x463169[0x0]);}}}catch(_0x3780f8){logger['debug'](_0x4d0cdf(0x24a)+_0x3780f8['message']+(_0x3780f8[_0x4d0cdf(0x216)]?_0x3ea832[_0x4d0cdf(0x19c)](_0x3ea832[_0x4d0cdf(0x1fc)],_0x3780f8['stack']):''));}};_0x4b4f1c[_0x236128(0x22d)](isBrowserstackInfra)&&await _0x4b4f1c['xLCmY'](_0x427c0c);await _0x11f3b0[_0x236128(0x230)](this,arguments);!_0x4b4f1c[_0x236128(0x224)](isBrowserstackInfra)&&await _0x4b4f1c['xLCmY'](_0x427c0c);try{_0x2e2420&&_0x4b4f1c[_0x236128(0x26e)](typeof _0x2e2420[_0x236128(0x254)],_0x4b4f1c[_0x236128(0x211)])&&await _0x2e2420['flushPendingHookEvents']();}catch(_0x613e9d){logger['debug']('Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20Playwright\x20_before:\x20'+util[_0x236128(0x1e9)](_0x613e9d));}};},getCodeceptDriver=()=>{const _0x22b066=a1_0x3fe46e,_0x5147ab={};_0x5147ab[_0x22b066(0x239)]=_0x22b066(0x21c),_0x5147ab[_0x22b066(0x232)]=_0x22b066(0x1cb),_0x5147ab['QXeEQ']=_0x22b066(0x19e),_0x5147ab[_0x22b066(0x1fe)]='TestCafe';const _0x4ca5ea=_0x5147ab,_0x2971f5=[_0x4ca5ea[_0x22b066(0x239)],_0x4ca5ea[_0x22b066(0x232)],_0x4ca5ea['QXeEQ'],_0x4ca5ea[_0x22b066(0x1fe)]],_0x1dea22=_0x2971f5['find'](_0x291982=>!!CodeceptJS[_0x22b066(0x19b)]['helpers'](_0x291982));if(!_0x1dea22)return null;return CodeceptJS[_0x22b066(0x19b)][_0x22b066(0x1fb)](_0x1dea22);};function a1_0x5619(){const _0x3db4fa=['Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20test.before:\x20','SESSION_STATUS','Suite','kjOse','ZLint','../../helpers/testhub/constants.js','EvKWd','stopMonitoring','Screenshot\x20path\x20not\x20found','ppLue','XDBhE','forEach','IGsYt','setSessionStatus','SDK_POST_TEST','passed','stringify','SDK_PRE_INITIALIZE','all','restore','oKdix','RsykY','XIwrw','toISOString','bstackA11yShouldScan','stop','getSyncScript','pid','TEST_RUN_FINISHED','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','arguments','skipped','parse','codeceptjs','vJDGx','Playwright','NMhYe','ReCke','VsCsq','performScan','Gnkjy','getAccessibilityResultsSummary','../../helpers/accessibility-automation/helper','../../helpers/accessibility-automation/accessibilityRetryHelper','string','jAUhQ','setSessionName','chromium','bs:addLog:','getResults','../../bin/playwright/sessionDetails','zKmNK','SDK_TEST','qFPOc','initSaveScreenshot','../../helpers/performance/performance-tester','kdhEh','QTQdd','split','FRAMEWORK_DETAILS','config','XulUp','screenshotOutputFolder','XeHPr','XrSug','format','accessibilityPlatform','devtools://','version','./o11yHelper','14368080NYmRQa','started','xMqZZ','QDsfn','omRyZ','besFW','from','hookType','QDksd','SESSION_NAME','wOdOI','env','hasLiveDriverSession','helpers','pwLxH','browserstackTestName','wqihh','pages','emit','yeNXp','action','addRequestSpy','tsANb','before','executeScript','filter','pKkfK','testAnalyticsId','hcgoc','eUXgJ','constructor','../../helpers/performance/constants','then','262479gBfQGP','bddStepStart','zQcOH','enabled','codeceptjs/lib/index.js','rvujT','GIIBI','stack','thBuildUuid','dJaFy','catch','test','eLkRA','WebDriver','__workerDetails','tvLBC','event','hAeMD','fireEvent','measureWrapper','AshbS','xLCmY','info','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','TEST_RUN_STARTED','bddStep','bufferPendingHookEvent','slice','rlSvb','2078931IUHTRP','yUcYI','2LNxyjt','setGlobal','apply','toString','CjVdP','../../bin/playwright/accessibility-helper','SDK_PRE_TEST','browserContext','osyIp','kddYn','default','dHdJR','push','function','fLVdg','warn','__skipSessionStatus','patchSaveScreenshot','zfteN','codeceptjs/lib/helper/Playwright.js','browserstack_executor:\x20','Element','ENV_VAR','prototype','debug','ttqxM','titlePath','TEST_RUN_SKIPPED','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','isArray','mRHGv','hook-passed','xNBMP','UjtsS','startsWith','startMonitoring','bind','commandsToWrap','flushPendingHookEvents','uVmZg','IHzNP','testFramework','args','KCRUV','captureEvent','NIqWM','./helper.js','failed','BS_TESTOPS_ALLOW_SCREENSHOTS','end','../../helpers/logger','bddStepFinish','ctx','readFileSync','cDYKk','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20_before:\x20','shouldWrapCommand','name','SYNC','after','hook-failed','test-before','exports','PNoKU','FoRyb','hFuIp','dispatcher','CDabp','util','QJTWI','browserStackExecuteDriver','url','../../helpers/helper','TEST_LOG','includes','captureError','TONPN','step','pYbNA','a11y_core_config','AmqfK','codeceptjs/lib/recorder.js','1402320WkhFMY','add','uvBks','command','getAccessibilityResults','_before','XYfjy','bstackAllyScanning','start','HOOK_RUN_FINISHED','contexts','installAll','VipeK','gQgUy','BROWSERSTACK_TESTHUB_UUID','aVncG','thTestRunUuid','26655wnaeai','PMlWA','SDK_HOOK','xMvDW','skipSessionName','codeceptjs/lib/utils.js','PERFORM_SCAN','title','codeceptjs/lib/helper/WebDriver.js','310346dfDAAC','../../helpers/request-spy','winstonLogger','4327320IdgJMT','driver-init\x20capture\x20install\x20failed:\x20','class','saveScreenshot','status','HOOK_RUN_STARTED','browser','../../helpers/test-observability/utils','patch','container','tgDbN','JjGyv','Puppeteer','webdriverio','hqvTh','skipSessionStatus','../../helpers/accessibility-automation/scripts','INFO','DpFrO','hook','bddStep-after','iaWMu'];a1_0x5619=function(){return _0x3db4fa;};return a1_0x5619();}function a1_0x467d(_0x4b2dac,_0x406900){const _0x56194e=a1_0x5619();return a1_0x467d=function(_0x467d86,_0x2a95db){_0x467d86=_0x467d86-0x188;let _0x41c683=_0x56194e[_0x467d86];return _0x41c683;},a1_0x467d(_0x4b2dac,_0x406900);}module[a1_0x3fe46e(0x26c)]=function(_0x1c53e6){const _0x217777=a1_0x3fe46e,_0x3721c9={'PMlWA':function(_0x339424,_0x20eeb8){return _0x339424(_0x20eeb8);},'ppLue':function(_0x5da9d4,_0x1eff9,_0x4635ef){return _0x5da9d4(_0x1eff9,_0x4635ef);},'sVwkr':_0x217777(0x284),'cDYKk':_0x217777(0x226),'hcgoc':_0x217777(0x1d1),'CDabp':_0x217777(0x1c5),'xMqZZ':function(_0x765169,_0x370fc4){return _0x765169(_0x370fc4);},'kjOse':'hook-started','yeNXp':_0x217777(0x24d),'fLVdg':function(_0x2dec5c,_0x492eaf,_0x5d5352){return _0x2dec5c(_0x492eaf,_0x5d5352);},'xMvDW':_0x217777(0x26a),'vJDGx':_0x217777(0x1fd),'DpFrO':function(_0x2470ce){return _0x2470ce();},'NMhYe':_0x217777(0x1c0),'IHzNP':_0x217777(0x26b),'besFW':function(_0x55112f){return _0x55112f();},'tsANb':'test-started','VsCsq':function(_0x3dd7df,_0x46cfc6,_0x4ceb2f){return _0x3dd7df(_0x46cfc6,_0x4ceb2f);},'RsykY':'test-passed','kdhEh':function(_0xa93c34,_0x389836,_0x1e81f6,_0x1ed9c3){return _0xa93c34(_0x389836,_0x1e81f6,_0x1ed9c3);},'JBJLM':function(_0x260421,_0x24d020){return _0x260421===_0x24d020;},'PNoKU':_0x217777(0x1aa),'QJTWI':'test-failed','GIIBI':'test-skipped','FkxHO':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','QDksd':'test-after','kddYn':_0x217777(0x1a3),'hFuIp':_0x217777(0x277),'XrSug':'step-comment','VipeK':'bddStep-before','PpGms':_0x217777(0x1a6),'XulUp':function(_0x176eea){return _0x176eea();},'uVmZg':_0x217777(0x1cb)};_0x1c53e6[_0x217777(0x1a1)]&&(global[_0x217777(0x23e)]=_0x1c53e6[_0x217777(0x1a1)]);PerformanceTester[_0x217777(0x251)]();const _0x44a286=_0x3721c9[_0x217777(0x1e5)](getCodeceptDriver),_0x18bd05=new O11yHelper(_0x44a286,_0x1c53e6),_0x41355a=!!CodeceptJS[_0x217777(0x19b)][_0x217777(0x1fb)](_0x3721c9[_0x217777(0x255)]);global['__driver']=_0x44a286;_0x44a286&&(PerformanceTester[_0x217777(0x222)](PerformanceEvents[_0x217777(0x1b9)],()=>{const _0x40ee6a=_0x217777;_0x41355a?_0x3721c9[_0x40ee6a(0x292)](patchPlaywrightBefore,_0x18bd05):_0x3721c9[_0x40ee6a(0x1b1)](patchWebDriverBefore,_0x44a286,_0x18bd05);})(),PerformanceTester[_0x217777(0x222)](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0xb18614=_0x217777,_0x476f10={};_0x476f10[_0xb18614(0x27a)]=_0x3721c9[_0xb18614(0x20a)],_0x476f10['sCkTX']=_0x3721c9[_0xb18614(0x271)];const _0x521349=_0x476f10;_0x44a286[_0xb18614(0x1d1)]=async()=>{const _0x58f403=_0xb18614;if(global['accessibilityPlatform']){const _0xc55fd1={};return _0xc55fd1['command']=_0x521349['TONPN'],await PerformanceTester[_0x58f403(0x222)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0xebb68e=_0x58f403;return await AccessibilityHelper[_0xebb68e(0x274)](_0x44a286,scripts[_0xebb68e(0x1cf)]);},_0xc55fd1)(),await PerformanceTester[_0x58f403(0x222)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x59599c=_0x58f403;return await AccessibilityHelper[_0x59599c(0x274)](_0x44a286,scripts['getResultsSummary']);})();}return logger[_0x58f403(0x23d)](_0x521349['sCkTX']),{};},_0x44a286[_0xb18614(0x284)]=async()=>{const _0x3ea9dd=_0xb18614;if(global[_0x3ea9dd(0x1ea)]){const _0x9eea5c={};return _0x9eea5c[_0x3ea9dd(0x283)]=_0x3721c9['sVwkr'],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x3ea9dd(0x18c)],async()=>{const _0x4410e6=_0x3ea9dd;return await AccessibilityHelper['browserStackExecuteDriver'](_0x44a286,scripts[_0x4410e6(0x1cf)]);},_0x9eea5c)(),await PerformanceTester[_0x3ea9dd(0x222)](PerformanceA11yEvents['GET_RESULTS'],async()=>{const _0x18ea56=_0x3ea9dd;return await AccessibilityHelper[_0x18ea56(0x274)](_0x44a286,scripts[_0x18ea56(0x1d9)]);})();}return logger[_0x3ea9dd(0x23d)](_0x3721c9[_0x3ea9dd(0x264)]),{};},_0x3721c9['xMqZZ'](patchSaveScreenshot,_0x44a286);})());CodeceptJS[_0x217777(0x21f)][_0x217777(0x270)]['on'](CodeceptJS[_0x217777(0x21f)][_0x217777(0x1ba)][_0x217777(0x205)],()=>{const _0x1e552b=_0x217777;PerformanceTester[_0x1e552b(0x288)](PerformanceEvents[_0x1e552b(0x234)]);try{_0x18bd05[_0x1e552b(0x288)](),testOpsHelper[_0x1e552b(0x203)](),PerformanceTester[_0x1e552b(0x25f)](PerformanceEvents[_0x1e552b(0x234)]);}catch(_0x25a640){PerformanceTester[_0x1e552b(0x279)](_0x25a640),PerformanceTester[_0x1e552b(0x25f)](PerformanceEvents[_0x1e552b(0x234)],![],_0x25a640);}}),CodeceptJS['event'][_0x217777(0x270)]['on'](CodeceptJS['event'][_0x217777(0x1ba)][_0x217777(0x269)],async()=>{const _0x34988b=_0x217777;PerformanceTester[_0x34988b(0x288)](PerformanceEvents[_0x34988b(0x1b6)]);try{requestSpy[_0x34988b(0x1bb)](),await _0x18bd05[_0x34988b(0x1c1)](),PerformanceTester[_0x34988b(0x25f)](PerformanceEvents[_0x34988b(0x1b6)]);}catch(_0x52c288){PerformanceTester[_0x34988b(0x279)](_0x52c288),PerformanceTester[_0x34988b(0x25f)](PerformanceEvents['SDK_POST_TEST'],![],_0x52c288);}finally{PerformanceTester[_0x34988b(0x1af)]();}});const _0xca5888=(_0x550f8e,_0x175f6a)=>{const _0x307c73=_0x217777;if(!_0x18bd05)return;if(!_0x18bd05[_0x307c73(0x1fa)]()){_0x18bd05[_0x307c73(0x229)](_0x550f8e,_0x175f6a);return;}CodeceptRecorder[_0x307c73(0x281)](()=>_0x18bd05[_0x307c73(0x221)](_0x550f8e,_0x175f6a));};CodeceptJS[_0x217777(0x21f)]['dispatcher']['on'](CodeceptJS[_0x217777(0x21f)][_0x217777(0x1a5)][_0x217777(0x1ef)],_0x467a89=>{const _0x237766=_0x217777;PerformanceTester[_0x237766(0x288)](PerformanceEvents['SDK_HOOK']);try{const _0x2fb18f=_0x467a89[_0x237766(0x262)][_0x237766(0x21a)],_0x2f9028=_0x18bd05[_0x237766(0x25a)](TEST_EVENTS[_0x237766(0x197)],_0x2fb18f);_0x3721c9['ppLue'](_0xca5888,TEST_EVENTS[_0x237766(0x197)],_0x2f9028);const _0x365b15={};_0x365b15[_0x237766(0x1f5)]=_0x3721c9[_0x237766(0x1ab)],PerformanceTester[_0x237766(0x25f)](PerformanceEvents[_0x237766(0x188)],!![],null,_0x365b15);}catch(_0x144075){const _0x335a38={};_0x335a38['hookType']=_0x3721c9[_0x237766(0x1ab)],PerformanceTester[_0x237766(0x25f)](PerformanceEvents[_0x237766(0x188)],![],_0x144075,_0x335a38),PerformanceTester[_0x237766(0x279)](_0x144075);}}),CodeceptJS['event'][_0x217777(0x270)]['on'](CodeceptJS['event'][_0x217777(0x1a5)][_0x217777(0x1b7)],_0x5c714e=>{const _0x1c7013=_0x217777,_0x28ed7c={};_0x28ed7c[_0x1c7013(0x1f5)]=_0x3721c9[_0x1c7013(0x201)],PerformanceTester[_0x1c7013(0x288)](PerformanceHookEvents[_0x1c7013(0x188)],!![],null,_0x28ed7c);try{const _0x181233=_0x5c714e['ctx'][_0x1c7013(0x21a)],_0xd8e377=_0x18bd05[_0x1c7013(0x25a)](TEST_EVENTS[_0x1c7013(0x289)],_0x181233);_0x3721c9[_0x1c7013(0x1b1)](_0xca5888,TEST_EVENTS['HOOK_RUN_FINISHED'],_0xd8e377);const _0x550a7a={};_0x550a7a['hookType']=_0x3721c9[_0x1c7013(0x201)],PerformanceTester[_0x1c7013(0x25f)](PerformanceHookEvents[_0x1c7013(0x188)],!![],null,_0x550a7a);}catch(_0x274387){PerformanceTester[_0x1c7013(0x279)](_0x274387);const _0x4365a6={};_0x4365a6[_0x1c7013(0x1f5)]=_0x3721c9[_0x1c7013(0x201)],PerformanceTester[_0x1c7013(0x25f)](PerformanceHookEvents['SDK_HOOK'],![],_0x274387,_0x4365a6);}}),CodeceptJS['event'][_0x217777(0x270)]['on'](CodeceptJS[_0x217777(0x21f)][_0x217777(0x1a5)][_0x217777(0x25d)],async(_0x4802d8,_0x2a03d3)=>{const _0x13f0be=_0x217777;PerformanceTester[_0x13f0be(0x288)](PerformanceHookEvents['SDK_HOOK']);try{const _0x41e4d8=_0x4802d8[_0x13f0be(0x262)][_0x13f0be(0x21a)],_0x21cee6=_0x18bd05[_0x13f0be(0x25a)](TEST_EVENTS[_0x13f0be(0x289)],_0x41e4d8,_0x2a03d3);_0x3721c9[_0x13f0be(0x23c)](_0xca5888,TEST_EVENTS[_0x13f0be(0x289)],_0x21cee6);const _0xac1cf4={};_0xac1cf4[_0x13f0be(0x1f5)]=_0x3721c9[_0x13f0be(0x189)],PerformanceTester[_0x13f0be(0x288)](PerformanceHookEvents[_0x13f0be(0x188)],!![],null,_0xac1cf4);}catch(_0x88ef0a){PerformanceTester[_0x13f0be(0x279)](_0x88ef0a);const _0x527b3e={};_0x527b3e[_0x13f0be(0x1f5)]=_0x3721c9[_0x13f0be(0x189)],PerformanceTester[_0x13f0be(0x25f)](PerformanceHookEvents[_0x13f0be(0x188)],![],_0x88ef0a,_0x527b3e);}const _0x432607={};_0x432607[_0x13f0be(0x1f5)]=_0x3721c9[_0x13f0be(0x189)],PerformanceTester[_0x13f0be(0x25f)](PerformanceHookEvents[_0x13f0be(0x188)],!![],null,_0x432607);}),CodeceptJS['event'][_0x217777(0x270)]['on'](CodeceptJS[_0x217777(0x21f)][_0x217777(0x21a)][_0x217777(0x205)],_0x4525da=>{const _0x5f0d1e=_0x217777;PerformanceTester['start'](PerformanceHookEvents[_0x5f0d1e(0x188)]);try{globals[_0x5f0d1e(0x22f)](_0x3721c9[_0x5f0d1e(0x1ca)],_0x4525da['title']);_0x3721c9[_0x5f0d1e(0x1a4)](isBrowserstackInfra)&&(_0x41355a&&(global[_0x5f0d1e(0x21d)]={'currentTest':{'name':_0x4525da[_0x5f0d1e(0x18d)],'testInfo':{'titlePath':_0x4525da[_0x5f0d1e(0x248)]()}}}));try{const _0x299731=_0x3721c9['fLVdg'](shouldScanTestForAccessibility,_0x4525da[_0x5f0d1e(0x248)](),!![]);globals[_0x5f0d1e(0x22f)](_0x3721c9[_0x5f0d1e(0x1cc)],_0x299731);}catch(_0x1fabcd){logger[_0x5f0d1e(0x246)](_0x5f0d1e(0x1a8)+util['format'](_0x1fabcd));}const _0x38bf01={};_0x38bf01[_0x5f0d1e(0x1f5)]=_0x3721c9[_0x5f0d1e(0x256)],PerformanceTester[_0x5f0d1e(0x25f)](PerformanceHookEvents[_0x5f0d1e(0x188)],!![],null,_0x38bf01);}catch(_0x5b293c){PerformanceTester['captureError'](_0x5b293c);const _0xa24057={};_0xa24057[_0x5f0d1e(0x1f5)]=_0x3721c9['IHzNP'],PerformanceTester[_0x5f0d1e(0x25f)](PerformanceHookEvents['SDK_HOOK'],![],_0x5b293c,_0xa24057);}}),CodeceptJS[_0x217777(0x21f)]['dispatcher']['on'](CodeceptJS[_0x217777(0x21f)][_0x217777(0x21a)][_0x217777(0x1ef)],_0x246e1a=>{const _0x3ea676=_0x217777,_0x5c4613={'xNBMP':function(_0xe1de5c){const _0x54fa16=a1_0x467d;return _0x3721c9[_0x54fa16(0x1f3)](_0xe1de5c);},'ReCke':function(_0x5e4b16,_0x501628){const _0x3a7e37=a1_0x467d;return _0x3721c9[_0x3a7e37(0x1f0)](_0x5e4b16,_0x501628);},'tvLBC':function(_0x1bb98b,_0x4b400c,_0x1b897a){return _0x3721c9['ppLue'](_0x1bb98b,_0x4b400c,_0x1b897a);}};PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{globals[_0x3ea676(0x22f)](_0x3721c9[_0x3ea676(0x1ca)],_0x246e1a[_0x3ea676(0x18d)]);const _0x521991=_0x18bd05[_0x3ea676(0x25a)](TEST_EVENTS[_0x3ea676(0x227)],_0x246e1a);CodeceptRecorder[_0x3ea676(0x281)](()=>_0x18bd05[_0x3ea676(0x254)]()),CodeceptRecorder[_0x3ea676(0x281)](()=>_0x18bd05[_0x3ea676(0x221)](TEST_EVENTS['TEST_RUN_STARTED'],_0x521991)),CodeceptRecorder[_0x3ea676(0x281)](()=>_0x18bd05['sendCBTInfo'](_0x246e1a['testAnalyticsId'])),CodeceptRecorder[_0x3ea676(0x281)](async()=>{const _0xffb5bb=_0x3ea676;_0x5c4613[_0xffb5bb(0x24e)](isBrowserstackInfra)&&(!_0x5c4613[_0xffb5bb(0x1cd)](isTrue,_0x1c53e6[_0xffb5bb(0x18a)])&&await _0x5c4613[_0xffb5bb(0x21e)](markSessionName,_0x44a286,_0x246e1a[_0xffb5bb(0x18d)]),_0x18bd05[_0xffb5bb(0x212)]&&await _0x5c4613[_0xffb5bb(0x1cd)](o11ySync,_0x44a286));});}catch(_0x3fbe0d){const _0x244b10={};_0x244b10[_0x3ea676(0x1f5)]=_0x3721c9[_0x3ea676(0x204)],PerformanceTester[_0x3ea676(0x25f)](PerformanceHookEvents[_0x3ea676(0x188)],![],_0x3fbe0d,_0x244b10),PerformanceTester[_0x3ea676(0x279)](_0x3fbe0d);}const _0x57b9dc={};_0x57b9dc[_0x3ea676(0x1f5)]=_0x3721c9[_0x3ea676(0x204)],PerformanceTester[_0x3ea676(0x25f)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x57b9dc);}),CodeceptJS['event'][_0x217777(0x270)]['on'](CodeceptJS[_0x217777(0x21f)][_0x217777(0x21a)]['passed'],_0x68f0c9=>{const _0x4044e7=_0x217777;PerformanceTester[_0x4044e7(0x288)](PerformanceHookEvents[_0x4044e7(0x188)]);try{const _0x162aa2=_0x18bd05['captureEvent'](TEST_EVENTS['TEST_RUN_FINISHED'],_0x68f0c9);CodeceptRecorder['add'](()=>_0x18bd05[_0x4044e7(0x221)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x162aa2)),CodeceptRecorder[_0x4044e7(0x281)](async()=>{const _0x48d2a2=_0x4044e7,_0x2aabaa={'aVncG':function(_0x33b7d6,_0x5876f1,_0x186732){const _0x396db8=a1_0x467d;return _0x3721c9[_0x396db8(0x1ce)](_0x33b7d6,_0x5876f1,_0x186732);},'HnHoe':function(_0x45b8d5,_0x53007c,_0x2937e1){const _0x3e51be=a1_0x467d;return _0x3721c9[_0x3e51be(0x23c)](_0x45b8d5,_0x53007c,_0x2937e1);}};_0x3721c9[_0x48d2a2(0x1a4)](isBrowserstackInfra)&&await PerformanceTester[_0x48d2a2(0x222)](PerformanceAutEvents[_0x48d2a2(0x1a9)],async()=>{const _0x4aa783=_0x48d2a2;_0x41355a?await _0x2aabaa[_0x4aa783(0x28f)](playwrightMarkSessionStatus,_0x44a286,STATE_PASSED):await _0x2aabaa['HnHoe'](markSessionStatus,_0x44a286,STATE_PASSED);})();}),PerformanceTester[_0x4044e7(0x25f)](PerformanceEvents[_0x4044e7(0x1dc)]);}catch(_0x29d86c){PerformanceTester['captureError'](_0x29d86c);const _0x29a52e={};_0x29a52e[_0x4044e7(0x1f5)]=_0x3721c9[_0x4044e7(0x1bd)],PerformanceTester['end'](PerformanceHookEvents[_0x4044e7(0x188)],![],_0x29d86c,_0x29a52e),PerformanceTester['end'](PerformanceEvents[_0x4044e7(0x1dc)],![],_0x29d86c);}const _0x1a3819={};_0x1a3819[_0x4044e7(0x1f5)]=_0x3721c9[_0x4044e7(0x1bd)],PerformanceTester[_0x4044e7(0x25f)](PerformanceHookEvents[_0x4044e7(0x188)],!![],null,_0x1a3819);}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x217777(0x21f)][_0x217777(0x21a)][_0x217777(0x25d)],(_0x20367c,_0x2b2ddf)=>{const _0x186b9f=_0x217777,_0x27acce={'rAMlz':function(_0x32c6fc){const _0x210835=a1_0x467d;return _0x3721c9[_0x210835(0x1a4)](_0x32c6fc);},'osyIp':function(_0x190f24,_0x4615f6,_0x32f0b4,_0x542a96){const _0x271e9b=a1_0x467d;return _0x3721c9[_0x271e9b(0x1e0)](_0x190f24,_0x4615f6,_0x32f0b4,_0x542a96);}};PerformanceTester[_0x186b9f(0x288)](PerformanceHookEvents[_0x186b9f(0x188)]);try{if(_0x3721c9['JBJLM'](_0x20367c['constructor'][_0x186b9f(0x267)],_0x3721c9[_0x186b9f(0x26d)])){const _0x295947=_0x18bd05['captureEvent'](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x20367c['ctx']['currentTest']);CodeceptRecorder[_0x186b9f(0x281)](()=>_0x18bd05[_0x186b9f(0x221)](TEST_EVENTS[_0x186b9f(0x249)],_0x295947));}else{const _0x5226a4=_0x18bd05['captureEvent'](TEST_EVENTS[_0x186b9f(0x1c4)],_0x20367c,_0x2b2ddf);CodeceptRecorder['add'](()=>{const _0x3177b0=_0x186b9f;try{_0x18bd05[_0x3177b0(0x221)](TEST_EVENTS[_0x3177b0(0x1c4)],_0x5226a4);}catch(_0x5d201e){logger[_0x3177b0(0x246)]('Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20'+util[_0x3177b0(0x1e9)](_0x5d201e)),PerformanceTester[_0x3177b0(0x25f)](PerformanceEvents[_0x3177b0(0x1dc)],![],_0x5d201e);}}),CodeceptRecorder[_0x186b9f(0x281)](async()=>{const _0x392900=_0x186b9f;try{_0x27acce['rAMlz'](isBrowserstackInfra)&&(_0x41355a?await _0x27acce['osyIp'](playwrightMarkSessionStatus,_0x44a286,STATE_FAILED,_0x2b2ddf):await _0x27acce[_0x392900(0x236)](markSessionStatus,_0x44a286,STATE_FAILED,_0x2b2ddf));}catch(_0x32f2c3){logger[_0x392900(0x246)]('Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20'+util[_0x392900(0x1e9)](_0x32f2c3)),PerformanceTester['end'](PerformanceEvents[_0x392900(0x1dc)],![],_0x32f2c3);}});}PerformanceTester[_0x186b9f(0x25f)](PerformanceEvents[_0x186b9f(0x1dc)]);}catch(_0x11205f){PerformanceTester[_0x186b9f(0x279)](_0x11205f);const _0x707ce3={};_0x707ce3[_0x186b9f(0x1f5)]=_0x3721c9[_0x186b9f(0x273)],PerformanceTester[_0x186b9f(0x25f)](PerformanceHookEvents['SDK_HOOK'],![],_0x11205f,_0x707ce3),PerformanceTester['end'](PerformanceEvents[_0x186b9f(0x1dc)],![],_0x11205f);}const _0x3795fc={};_0x3795fc[_0x186b9f(0x1f5)]=_0x3721c9[_0x186b9f(0x273)],PerformanceTester[_0x186b9f(0x25f)](PerformanceHookEvents[_0x186b9f(0x188)],!![],null,_0x3795fc);}),CodeceptJS[_0x217777(0x21f)][_0x217777(0x270)]['on'](CodeceptJS[_0x217777(0x21f)][_0x217777(0x21a)][_0x217777(0x1c7)],_0x3b7d78=>{const _0x2c8225=_0x217777;PerformanceTester[_0x2c8225(0x288)](PerformanceHookEvents[_0x2c8225(0x188)]);try{const _0x1480c7=_0x18bd05['captureEvent'](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x3b7d78);CodeceptRecorder[_0x2c8225(0x281)](()=>_0x18bd05[_0x2c8225(0x221)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x1480c7)),PerformanceTester[_0x2c8225(0x25f)](PerformanceEvents[_0x2c8225(0x1dc)]);}catch(_0x2fb6ea){PerformanceTester[_0x2c8225(0x279)](_0x2fb6ea),PerformanceTester['end'](PerformanceEvents[_0x2c8225(0x1dc)],![],_0x2fb6ea);const _0x2a4394={};_0x2a4394[_0x2c8225(0x1f5)]=_0x3721c9[_0x2c8225(0x215)],PerformanceTester[_0x2c8225(0x25f)](PerformanceHookEvents['SDK_HOOK'],![],_0x2fb6ea,_0x2a4394);}const _0x428813={};_0x428813[_0x2c8225(0x1f5)]=_0x3721c9[_0x2c8225(0x215)],PerformanceTester[_0x2c8225(0x25f)](PerformanceHookEvents[_0x2c8225(0x188)],!![],null,_0x428813);}),CodeceptJS[_0x217777(0x21f)][_0x217777(0x270)]['on'](CodeceptJS[_0x217777(0x21f)][_0x217777(0x21a)][_0x217777(0x269)],async(_0x57d144,_0x5bcf6b)=>{const _0x7142a3=_0x217777;try{PerformanceTester[_0x7142a3(0x288)](PerformanceHookEvents[_0x7142a3(0x188)]);const _0x3f50d7=_0x3721c9[_0x7142a3(0x1ce)](shouldScanTestForAccessibility,_0x57d144[_0x7142a3(0x248)](),!![]);if(_0x3721c9[_0x7142a3(0x1f3)](isAccessibilityAutomationSession)&&global[_0x7142a3(0x1ea)]&&_0x3f50d7){const _0x679fb5={};_0x679fb5[_0x7142a3(0x290)]=_0x57d144[_0x7142a3(0x209)],_0x679fb5[_0x7142a3(0x217)]=process[_0x7142a3(0x1f9)][testHubConstants[_0x7142a3(0x244)][_0x7142a3(0x28e)]],_0x679fb5['thJwtToken']=process[_0x7142a3(0x1f9)][testHubConstants[_0x7142a3(0x244)]['BROWSERSTACK_TESTHUB_JWT']];const _0x430b75=_0x679fb5;logger['debug']('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON[_0x7142a3(0x1b8)](_0x430b75)),CodeceptRecorder['add'](async()=>{await accessibilityRetryHelper['performScanWithRetry'](_0x44a286,_0x57d144['title']),await accessibilityRetryHelper['saveAccessibilityResultsWithRetry'](_0x44a286,_0x430b75);}),logger[_0x7142a3(0x225)](_0x3721c9['FkxHO']);}const _0x518bc6={};_0x518bc6[_0x7142a3(0x1f5)]=_0x3721c9[_0x7142a3(0x1f6)],PerformanceTester['end'](PerformanceHookEvents[_0x7142a3(0x188)],!![],null,_0x518bc6);}catch(_0x3c2851){PerformanceTester[_0x7142a3(0x279)](_0x3c2851);const _0xe93f2d={};_0xe93f2d[_0x7142a3(0x1f5)]=_0x3721c9[_0x7142a3(0x1f6)],PerformanceTester['end'](PerformanceHookEvents[_0x7142a3(0x188)],![],_0x3c2851,_0xe93f2d);}}),CodeceptJS['event'][_0x217777(0x270)]['on'](CodeceptJS[_0x217777(0x21f)][_0x217777(0x27b)]['comment'],_0x56b5f0=>{const _0x2f7f37=_0x217777;PerformanceTester[_0x2f7f37(0x288)](PerformanceHookEvents[_0x2f7f37(0x188)]);try{process[_0x2f7f37(0x200)](_0x2f7f37(0x1d8)+process['pid'],{'timestamp':new Date()[_0x2f7f37(0x1bf)](),'level':_0x3721c9[_0x2f7f37(0x237)],'message':_0x56b5f0,'kind':_0x3721c9[_0x2f7f37(0x26f)],'http_response':{}});}catch(_0x40489a){PerformanceTester[_0x2f7f37(0x279)](_0x40489a);const _0x462289={};_0x462289['hookType']=_0x3721c9['XrSug'],PerformanceTester[_0x2f7f37(0x25f)](PerformanceHookEvents[_0x2f7f37(0x188)],![],_0x40489a,_0x462289);}const _0x40533b={};_0x40533b[_0x2f7f37(0x1f5)]=_0x3721c9[_0x2f7f37(0x1e8)],PerformanceTester['end'](PerformanceHookEvents[_0x2f7f37(0x188)],!![],null,_0x40533b);}),CodeceptJS[_0x217777(0x21f)]['dispatcher']['on'](CodeceptJS[_0x217777(0x21f)][_0x217777(0x228)][_0x217777(0x205)],_0x6bed38=>{const _0x38ee49=_0x217777,_0x5a586a={};_0x5a586a[_0x38ee49(0x1f5)]=_0x3721c9[_0x38ee49(0x28c)],PerformanceTester[_0x38ee49(0x222)](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x4e0db7=_0x38ee49;_0x18bd05[_0x4e0db7(0x210)](_0x6bed38);},_0x5a586a)();}),CodeceptJS[_0x217777(0x21f)][_0x217777(0x270)]['on'](CodeceptJS['event'][_0x217777(0x228)]['after'],_0x5cf4f6=>{const _0x327f0b=_0x217777,_0x101312={};_0x101312[_0x327f0b(0x1f5)]=_0x3721c9['PpGms'],PerformanceTester[_0x327f0b(0x222)](PerformanceHookEvents[_0x327f0b(0x188)],()=>{const _0x987542=_0x327f0b;_0x18bd05[_0x987542(0x261)](_0x5cf4f6);},_0x101312)();});};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a2_0x1278fb=a2_0xa93b;(function(_0x5e5eeb,_0x326e49){const _0x17b2f6=a2_0xa93b,_0x1338de=_0x5e5eeb();while(!![]){try{const _0x2f9632=parseInt(_0x17b2f6(0x134))/0x1*(-parseInt(_0x17b2f6(0x10c))/0x2)+-parseInt(_0x17b2f6(0x11d))/0x3*(-parseInt(_0x17b2f6(0xd9))/0x4)+-parseInt(_0x17b2f6(0x100))/0x5+parseInt(_0x17b2f6(0xda))/0x6+-parseInt(_0x17b2f6(0xd7))/0x7*(parseInt(_0x17b2f6(0x131))/0x8)+-parseInt(_0x17b2f6(0x153))/0x9+parseInt(_0x17b2f6(0xb6))/0xa*(parseInt(_0x17b2f6(0x15b))/0xb);if(_0x2f9632===_0x326e49)break;else _0x1338de['push'](_0x1338de['shift']());}catch(_0x58320d){_0x1338de['push'](_0x1338de['shift']());}}}(a2_0x2bca,0xa24ef));function a2_0x2bca(){const _0x4686b6=['bootstrapAll','rOYZe','getUserWorkerCount','debug','../../bin/playwright/accessibility-helper','skipSessionStatus','playwright-chromium','prepareCapabilities','EVENTS','result','resolveWithinCwd','validateRerunTestList','4272040WPDGgv','vfMHp','../../helpers/utilities','10WwDcVU','spawn','user','../../helpers/BrowserStackSetup','getPlaywrightUrl','existsSync','skipSessionName','launchBuild','now','dirname','../../helpers/test-observability/constants','assign','pGQgS','_ensureInitialized','RrNsP','BROWSERSTACK_TEST_OBSERVABILITY_YML','mergeDeep','title','trim','codecept.conf.js','BROWSERSTACK_TEST_ACCESSIBILITY_YML','paTVf','validPlatformsPresent','passed','\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.','event','playwright-webkit','XxjJg','codeceptjs/lib/index.js','UniWR','MjQOn','8972118hhAYQT','vheMK','split','root','platforms','../../helpers/logger','testObservability','firefox','55rMTWSw','lhkUC','--config','UAmqI','addOptions','Started\x20:\x20','bibUK','frameworkName','ghWKq','/wd/hub','printBuildLink','start','useW3C','failed','end','CODECEPT_CUCUMBER','Workers','browser','chromium','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','GkuQI','isTrue','CknPw','map','SDK_SETUP','winstonLogger','FRAMEWORKS','WebDriver','4587500elYZbT','../../helpers/test-observability/utils','codecept.json','accessibilityOptions','BrowserStackPlugin.js','RTiBo','Playwright','SzlEj','load','Unable\x20to\x20resolve\x20codeceptjs\x20version:\x20','chrome','2|4|3|0|1','../../helpers/accessibility-automation/helper','wooBT','addTests','cwd','testContextOptions','true','splice','XwjNI','accessKey','toLowerCase','getPlatformName','isUndefined','LEmUb','browserWSEndpoint','err','VLEnz','../../helpers/performance/constants','gherkin','RMEcl','env','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','7YrHtyV','NTcaf','4804zapyBe','6950538aexiWX','all','printResults','util','../../helpers/helper','playwright-firefox','codeceptjs/package.json','PtpMG','sljCA','DnAok','SjROY','codeceptjs','addConfig','finalExecution','Passed\x20:\x20','BROWSERSTACK_RERUN','findIndex','join','process','before','WvYUR','forEach','dCzlB','BROWSERSTACK_FRAMEWORK','profile','chdir','userName','WmYOG','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','setAdditionalCapabilities','\x22:\x20it\x20resolves\x20outside\x20the\x20project\x20directory.','format','../utils/constants','require','asRha','../../helpers/performance/performance-tester','SCrtO','plugins','4636760XyYkWc','errorMessage','hubUrl','desiredCapabilities','testConfig','../../helpers/testhub/testhubHandler','NURie','enabled','browserName','BrowserStackPlugin','PyXrS','../v2/browserstackCLI','260622fsJXza','helpers','CodeceptJS\x20','hvfdS','HMDjl','createGroupsOfSuites','log','erLWn','config','MZciH','replace','version','BROWSERSTACK_RERUN_TESTS','run','push','isTestObservabilitySession','isEmpty','2433fyHHWr','info','CODECEPT','setupBrowserstackLocal','stringify','path','test','accessibility'];a2_0x2bca=function(){return _0x4686b6;};return a2_0x2bca();}const fs=require('fs'),path=require(a2_0x1278fb(0x122)),util=require(a2_0x1278fb(0xdd)),process=require(a2_0x1278fb(0xec)),logger=require(a2_0x1278fb(0x158))[a2_0x1278fb(0xb3)],{default:BrowserStackSetup}=require(a2_0x1278fb(0x137)),helper=require(a2_0x1278fb(0xde)),utilities=require(a2_0x1278fb(0x133)),{checkAccessibilityPlatformConfig}=require(a2_0x1278fb(0xc2)),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a2_0x1278fb(0x129)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x1278fb(0xde)),CodeceptJS=requireModule(a2_0x1278fb(0x150),a2_0x1278fb(0xe5)),testOpsHelper=require(a2_0x1278fb(0xb7)),TestHubHandler=require(a2_0x1278fb(0x105)),BrowserstackCLI=require(a2_0x1278fb(0x10b)),constants=require(a2_0x1278fb(0xfa)),PerformanceTester=require(a2_0x1278fb(0xfd)),{FRAMEWORKS}=require(a2_0x1278fb(0x13e)),PerformanceEvents=require(a2_0x1278fb(0xd2))[a2_0x1278fb(0x12d)],ClientTroubleShootingService=require('../utils/clientTroubleshootingService'),_testErrorData=[],getUserCodeceptJSConfigs=(_0x51a5c5,_0x5c2627)=>{const _0x18ef8f=a2_0x1278fb,_0x50abfc={};_0x50abfc['hvfdS']=function(_0x374289,_0xd24e4f){return _0x374289===_0xd24e4f;},_0x50abfc[_0x18ef8f(0x126)]=_0x18ef8f(0x147),_0x50abfc[_0x18ef8f(0x15e)]=_0x18ef8f(0xb8);const _0x2e5140=_0x50abfc;let _0x3c8765=null;const _0x4a3bf8={};let _0x2f6789=_0x5c2627['findIndex'](_0x53294b=>_0x53294b===_0x18ef8f(0x15d));_0x2e5140[_0x18ef8f(0x10f)](_0x2f6789,-0x1)&&(_0x2f6789=_0x5c2627[_0x18ef8f(0xea)](_0x52d4a0=>_0x52d4a0==='-c'));const _0x1c6805=!helper[_0x18ef8f(0xcd)](_0x51a5c5['config'])?helper['resolveWithinCwd'](_0x51a5c5[_0x18ef8f(0x114)]):null,_0x57f598=!helper[_0x18ef8f(0xcd)](_0x51a5c5['c'])?helper[_0x18ef8f(0x12f)](_0x51a5c5['c']):null;if(!helper[_0x18ef8f(0xcd)](_0x51a5c5['config'])&&!_0x1c6805)logger['warn']('Ignoring\x20--config\x20path\x20\x22'+_0x51a5c5[_0x18ef8f(0x114)]+_0x18ef8f(0xf8));else!helper[_0x18ef8f(0xcd)](_0x51a5c5['c'])&&!_0x57f598&&logger['warn']('Ignoring\x20-c\x20config\x20path\x20\x22'+_0x51a5c5['c']+_0x18ef8f(0xf8));if(_0x1c6805&&fs[_0x18ef8f(0x139)](_0x1c6805))_0x3c8765=_0x1c6805,_0x5c2627[_0x18ef8f(0xc8)](_0x2f6789,0x2);else{if(_0x57f598&&fs[_0x18ef8f(0x139)](_0x57f598))_0x3c8765=_0x57f598,_0x5c2627[_0x18ef8f(0xc8)](_0x2f6789,0x2);else{if(fs[_0x18ef8f(0x139)](path[_0x18ef8f(0xeb)](process[_0x18ef8f(0xc5)](),_0x2e5140[_0x18ef8f(0x126)])))_0x3c8765=path[_0x18ef8f(0xeb)](process[_0x18ef8f(0xc5)](),_0x2e5140[_0x18ef8f(0x126)]);else fs[_0x18ef8f(0x139)](path[_0x18ef8f(0xeb)](process['cwd'](),_0x2e5140[_0x18ef8f(0x15e)]))&&(_0x3c8765=path['join'](process[_0x18ef8f(0xc5)](),_0x2e5140[_0x18ef8f(0x15e)]));}}return process[_0x18ef8f(0xd5)]['USER_CONFIG_DETAILS_PATH']=_0x3c8765,_0x3c8765;},getO11yRerunPattern=()=>{const _0x41a316=a2_0x1278fb,_0x4b9d4f=helper[_0x41a316(0xaf)](process[_0x41a316(0xd5)][_0x41a316(0xe9)]);if(_0x4b9d4f){const _0x438028=process[_0x41a316(0xd5)][_0x41a316(0x118)],_0x46845e=[];if(helper[_0x41a316(0x130)](_0x438028)&&!helper[_0x41a316(0xcd)](_0x438028)){_0x438028[_0x41a316(0x155)](',')[_0x41a316(0xb1)](_0x318670=>{const _0x4d8865=_0x41a316;_0x46845e[_0x4d8865(0x11a)]('('+_0x318670[_0x4d8865(0x146)]()+')');});const _0x3ab0f0='^'+_0x46845e[_0x41a316(0xeb)]('|')+'$';return _0x3ab0f0;}}return null;},a2_0x4c64c3={};function a2_0xa93b(_0x11d247,_0x1d80ed){const _0x2bca16=a2_0x2bca();return a2_0xa93b=function(_0xa93bd6,_0x44f1b7){_0xa93bd6=_0xa93bd6-0xa7;let _0x15a4f2=_0x2bca16[_0xa93bd6];return _0x15a4f2;},a2_0xa93b(_0x11d247,_0x1d80ed);}a2_0x4c64c3[a2_0x1278fb(0xc0)]=a2_0x1278fb(0xac),a2_0x4c64c3[a2_0x1278fb(0x12b)]='chromium',a2_0x4c64c3[a2_0x1278fb(0xdf)]=a2_0x1278fb(0x15a),a2_0x4c64c3[a2_0x1278fb(0x14e)]='webkit';const pwToCodeceptBrowser=a2_0x4c64c3;async function run(_0x71e515,_0x1d8867,_0x322731){const _0x2f463c=a2_0x1278fb,_0x3fae70={'dCzlB':function(_0x25bed1,_0x58caae,_0x13e8ba,_0x385cfb){return _0x25bed1(_0x58caae,_0x13e8ba,_0x385cfb);},'XxjJg':function(_0x4f8c18,_0x2ec507){return _0x4f8c18+_0x2ec507;},'KGVUh':function(_0x3afd77,_0x60a858){return _0x3afd77(_0x60a858);},'RrNsP':function(_0x2974fe,_0x5aa12c){return _0x2974fe+_0x5aa12c;},'PyXrS':function(_0x43f7bf,_0x2b019b,_0x1250b9){return _0x43f7bf(_0x2b019b,_0x1250b9);},'WvYUR':_0x2f463c(0x10d),'pGQgS':function(_0x2db5e1){return _0x2db5e1();},'SjROY':_0x2f463c(0x164),'XwjNI':function(_0x309ea5){return _0x309ea5();},'DpYVH':'Failed\x20:\x20','ghWKq':_0x2f463c(0xe8),'UniWR':_0x2f463c(0x160),'asRha':_0x2f463c(0xc1),'NURie':function(_0x2d7b27,_0x13cdcb,_0x17215b){return _0x2d7b27(_0x13cdcb,_0x17215b);},'FzpAu':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','GrefT':function(_0x316e8d,_0x395024,_0x283227){return _0x316e8d(_0x395024,_0x283227);},'SzlEj':_0x2f463c(0xbc),'erLWn':_0x2f463c(0xb5),'vfMHp':function(_0x5935b6,_0x514bbb){return _0x5935b6(_0x514bbb);},'RTiBo':function(_0x5a7b94,_0x3291fe){return _0x5a7b94!=_0x3291fe;},'PtpMG':_0x2f463c(0xc7),'RMEcl':function(_0x4d2542,_0x2d99ee,_0x56662a){return _0x4d2542(_0x2d99ee,_0x56662a);},'HMDjl':_0x2f463c(0xd3),'JQiyX':function(_0x5ae8bf,_0x205bb4){return _0x5ae8bf(_0x205bb4);},'SoXUV':function(_0x28498c){return _0x28498c();},'Nldsd':function(_0x4b9e39,_0x3bb604){return _0x4b9e39*_0x3bb604;},'vheMK':function(_0x5561e5,_0x29f7e4,_0x3a4055){return _0x5561e5(_0x29f7e4,_0x3a4055);},'MjQOn':_0x2f463c(0xab),'CknPw':function(_0x47a0a9,_0x5af966,_0x58a5fb){return _0x47a0a9(_0x5af966,_0x58a5fb);},'WmYOG':_0x2f463c(0x103),'SCrtO':_0x2f463c(0x156),'lhkUC':_0x2f463c(0xba),'sljCA':'browserStackCwd','HMXfu':_0x2f463c(0xe5),'NTcaf':function(_0x5b71be,_0x287963){return _0x5b71be===_0x287963;},'wooBT':'function','DnAok':function(_0x34f9ce,_0x547ba4,_0x275070){return _0x34f9ce(_0x547ba4,_0x275070);},'GkuQI':_0x2f463c(0xe0),'MZciH':function(_0x3913e0,_0x4e09d8){return _0x3913e0>=_0x4e09d8;},'LEmUb':function(_0x21353b){return _0x21353b();}};await _0x322731['initialize'](_0x71e515);!BrowserstackCLI['getInstance']()['isRunning']()&&await _0x322731[_0x2f463c(0x120)]();await helper['handleApp'](_0x322731['config']);if(!_0x322731['config'])return;process['profile']=_0x71e515[_0x2f463c(0xf2)];_0x71e515[_0x2f463c(0xf2)]&&(process['env']['profile']=_0x71e515[_0x2f463c(0xf2)]);const _0x429129=_0x3fae70[_0x2f463c(0x106)](getUserCodeceptJSConfigs,_0x71e515,_0x1d8867);let _0x1c8149={};_0x429129?(logger[_0x2f463c(0x11e)](_0x2f463c(0xf6)+_0x429129),_0x1c8149=CodeceptJS[_0x2f463c(0x114)][_0x2f463c(0xbe)](_0x429129)):logger[_0x2f463c(0x11e)](_0x3fae70['FzpAu']);let _0x37d827=![];_0x3fae70['GrefT'](nestedKeyValue,_0x1c8149,[_0x3fae70['WvYUR'],_0x3fae70[_0x2f463c(0xbd)]])&&(_0x37d827=!![]);const _0x5e6e52=_0x37d827?_0x3fae70['SzlEj']:_0x3fae70[_0x2f463c(0x113)];let _0x39aed2=!_0x37d827?helper[_0x2f463c(0x167)](_0x322731['config']):![];!helper[_0x2f463c(0xcd)](_0x322731[_0x2f463c(0x114)][_0x2f463c(0xb9)])&&(process['env'][_0x2f463c(0xad)]=JSON[_0x2f463c(0x121)](_0x322731[_0x2f463c(0x114)][_0x2f463c(0xb9)]));let _0x22dc84=_0x322731[_0x2f463c(0x114)][_0x2f463c(0x124)];_0x22dc84=_0x22dc84||_0x3fae70[_0x2f463c(0x132)](checkAccessibilityPlatformConfig,_0x322731[_0x2f463c(0x114)]),process[_0x2f463c(0xd5)][_0x2f463c(0x148)]=_0x22dc84;_0x22dc84&&(_0x39aed2=!_0x22dc84);_0x3fae70[_0x2f463c(0xbb)](_0x322731[_0x2f463c(0x114)][_0x2f463c(0x159)],null)?process[_0x2f463c(0xd5)][_0x2f463c(0x143)]=_0x322731[_0x2f463c(0x114)]['testObservability']:process[_0x2f463c(0xd5)][_0x2f463c(0x143)]=_0x3fae70[_0x2f463c(0xe1)];const _0x32cf0a=_0x3fae70[_0x2f463c(0xd4)](nestedKeyValue,_0x1c8149,[_0x3fae70[_0x2f463c(0x110)]]),_0x2fa243=_0x32cf0a&&!helper[_0x2f463c(0x11c)](_0x32cf0a)?FRAMEWORKS[_0x2f463c(0xa9)]:FRAMEWORKS['CODECEPT'],_0x4ac2f4=await TestHubHandler[_0x2f463c(0x13b)](_0x2fa243,_0x322731);await testOpsHelper[_0x2f463c(0x165)]();_0x22dc84&&_0x3fae70['JQiyX'](setAccessibilityCapabilities,_0x322731[_0x2f463c(0x114)]);const _0x42b164={},_0x80df9f=[],_0xeb634d=_0x322731[_0x2f463c(0x114)]['parallelsPerPlatform']||helper[_0x2f463c(0x127)](_0x71e515,_0x1d8867,_0x322731['config'],constants[_0x2f463c(0xb4)]['CODECEPT'])||0x1;let _0xf3f5ae=0x1;if(_0x3fae70['SoXUV'](isBrowserstackInfra)){const _0x64a38d=helper['prepareCapabilities'](_0x322731[_0x2f463c(0x114)],_0x39aed2,constants['FRAMEWORKS'][_0x2f463c(0x11f)]);_0x64a38d[_0x2f463c(0xef)](_0x4c8907=>{const _0x55ba2d=_0x2f463c;helper[_0x55ba2d(0xf7)](_0x4c8907);}),helper[_0x2f463c(0x14a)](_0x322731[_0x2f463c(0x114)])?_0xf3f5ae=_0x3fae70['Nldsd'](_0xeb634d,_0x322731[_0x2f463c(0x114)][_0x2f463c(0x157)]['length']):_0xf3f5ae=_0xeb634d,_0x64a38d['forEach'](_0x15efe2=>{const _0x179758=_0x2f463c,_0x14ccd3={'bibUK':function(_0x2e0693,_0x3048ac,_0x44afe9,_0x4bc791){const _0x1ed2c1=a2_0xa93b;return _0x3fae70[_0x1ed2c1(0xf0)](_0x2e0693,_0x3048ac,_0x44afe9,_0x4bc791);},'paTVf':function(_0x2e5440,_0x388b30){const _0x51a35c=a2_0xa93b;return _0x3fae70[_0x51a35c(0x14f)](_0x2e5440,_0x388b30);},'VLEnz':function(_0x30cc40,_0x871985){return _0x3fae70['KGVUh'](_0x30cc40,_0x871985);}},_0x2503a0=_0x3fae70[_0x179758(0x142)](helper[_0x179758(0xcc)](_0x15efe2,'_'),'_'+Date[_0x179758(0x13c)]()),_0x3d7b26=((()=>{const _0x181734=_0x179758;if(_0x37d827){const _0x23076c=pwToCodeceptBrowser[_0x15efe2['browserName']]||_0x15efe2[_0x181734(0x108)],_0x4fcfec=helper[_0x181734(0x138)](_0x322731['config']),_0x3dee40=Object[_0x181734(0x13f)]({},_0x15efe2);return _0x14ccd3[_0x181734(0x161)](processAccessibilityCaps,_0x3dee40,_0x4fcfec,null),{'browser':_0x23076c,[_0x23076c]:{'browserWSEndpoint':_0x14ccd3[_0x181734(0x149)](_0x4fcfec,_0x14ccd3[_0x181734(0xd1)](encodeURIComponent,JSON[_0x181734(0x121)](_0x3dee40)))}};}const _0x4ee59c={};return _0x4ee59c[_0x181734(0x103)]=_0x15efe2,_0x4ee59c[_0x181734(0x136)]=_0x322731[_0x181734(0x114)][_0x181734(0xf4)],_0x4ee59c['key']=_0x322731[_0x181734(0x114)][_0x181734(0xca)],_0x4ee59c;})()),_0x5992fc=_0x3fae70[_0x179758(0x10a)](nestedKeyValue,_0x1c8149,[_0x3fae70[_0x179758(0xee)],_0x5e6e52]);_0x42b164[_0x2503a0]=_0x5992fc?helper[_0x179758(0x144)](_0x3d7b26,_0x5992fc):_0x3d7b26;if(_0x37d827)_0x42b164[_0x2503a0][_0x179758(0xab)]=pwToCodeceptBrowser[_0x15efe2[_0x179758(0x108)]]||_0x15efe2[_0x179758(0x108)];else{_0x42b164[_0x2503a0][_0x179758(0xab)]=_0x15efe2['browserName']||_0x3d7b26[_0x179758(0xab)];if(_0x3fae70[_0x179758(0x140)](isBrowserstackInfra)){_0x42b164[_0x2503a0]['host']=constants[_0x179758(0x102)][_0x179758(0x116)](_0x3fae70[_0x179758(0xe4)],'')[_0x179758(0x116)](/https?:\/\//,'');;_0x42b164[_0x2503a0][_0x179758(0x122)]=_0x3fae70[_0x179758(0xe4)];}}_0x80df9f[_0x179758(0x11a)](_0x2503a0);});}else{_0xf3f5ae=0x1;if(_0x37d827){const _0x1159a4=_0x3fae70[_0x2f463c(0x154)](nestedKeyValue,_0x1c8149,[_0x3fae70[_0x2f463c(0xee)],_0x5e6e52,_0x3fae70[_0x2f463c(0x152)]]),_0x1d3c4d=_0x3fae70[_0x2f463c(0xb0)](nestedKeyValue,_0x1c8149,[_0x3fae70[_0x2f463c(0xee)],_0x5e6e52,_0x1159a4]);if(_0x1d3c4d&&_0x1d3c4d[_0x2f463c(0xcf)]){const _0x59106e={};_0x59106e['platforms']=[],_0x1d3c4d[_0x2f463c(0xcf)]=helper['prepareCapabilities'](Object['assign']({},_0x322731[_0x2f463c(0x114)],_0x59106e),null,_0x2fa243[_0x2f463c(0xcb)](),null,null,_0x1d3c4d[_0x2f463c(0xcf)]);}}else{if(_0x3fae70[_0x2f463c(0x106)](nestedKeyValue,_0x1c8149,[_0x3fae70[_0x2f463c(0xee)],_0x5e6e52])){const _0x5f0447={};_0x5f0447['platforms']=[],_0x1c8149[_0x3fae70[_0x2f463c(0xee)]][_0x5e6e52][_0x3fae70[_0x2f463c(0xf5)]]=helper[_0x2f463c(0x12c)](Object[_0x2f463c(0x13f)]({},_0x322731['config'],_0x5f0447),null,_0x2fa243[_0x2f463c(0xcb)](),_0x3fae70[_0x2f463c(0xd4)](nestedKeyValue,_0x1c8149,[_0x3fae70['WvYUR'],_0x5e6e52,_0x3fae70[_0x2f463c(0xf5)]])||{},null,null);}}_0x42b164[_0x3fae70[_0x2f463c(0xfe)]]=_0x1c8149,_0x80df9f[_0x2f463c(0x11a)](_0x3fae70[_0x2f463c(0xfe)]);}const _0xc02ac9={};_0xc02ac9[_0x2f463c(0x104)]=_0x429129;const _0x10813e=_0xc02ac9,_0x122d22=path['join'](__dirname,_0x3fae70[_0x2f463c(0x15c)]),_0x16d226=process['cwd']();process[_0x2f463c(0xd5)][_0x3fae70[_0x2f463c(0xe2)]]=_0x16d226;_0x429129&&process[_0x2f463c(0xf3)](path[_0x2f463c(0x13d)](_0x429129));process[_0x2f463c(0xd5)][_0x2f463c(0xf1)]=process['env'][_0x2f463c(0xf1)]||_0x3fae70['HMXfu'];const _0x208a43=new CodeceptJS[(_0x2f463c(0xaa))](null,_0x10813e);if(_0x3fae70[_0x2f463c(0xd8)](typeof _0x208a43['_ensureInitialized'],_0x3fae70[_0x2f463c(0xc3)]))await _0x208a43[_0x2f463c(0x141)]();else{let _0x5a4b93;try{_0x5a4b93=_0x3fae70[_0x2f463c(0xe3)](requireModule,_0x3fae70[_0x2f463c(0xae)],_0x3fae70['HMXfu'])[_0x2f463c(0x117)];}catch(_0x4498e1){logger[_0x2f463c(0x128)](_0x2f463c(0xbf)+util[_0x2f463c(0xf9)](_0x4498e1));}_0x5a4b93&&_0x3fae70[_0x2f463c(0x115)](_0x3fae70[_0x2f463c(0xd4)](parseInt,_0x5a4b93[_0x2f463c(0x155)]('.')[0x0],0xa),0x4)&&logger['warn'](_0x2f463c(0x10e)+_0x5a4b93+_0x2f463c(0x14c));}const _0x656e97=_0x208a43[_0x2f463c(0x111)](_0xeb634d),_0x27496d=testOpsHelper[_0x2f463c(0x11b)](),_0xbb5ad2=_0x80df9f[_0x2f463c(0xb1)](_0x6e3631=>{const _0x2d7fe1=_0x2f463c,_0x2e2ce9={};_0x2e2ce9['Playwright']=_0x42b164[_0x6e3631];const _0x1ba10c={};_0x1ba10c['WebDriver']=_0x42b164[_0x6e3631];const _0x4b071d=_0x37d827?_0x2e2ce9:_0x1ba10c,_0x33c985=_0x3fae70[_0x2d7fe1(0x140)](getO11yRerunPattern),_0x293453={};_0x293453[_0x2d7fe1(0x10d)]=_0x4b071d;const _0x242116={};_0x242116[_0x2d7fe1(0xfb)]=_0x122d22,_0x242116[_0x2d7fe1(0x107)]=!![],_0x242116[_0x2d7fe1(0x13a)]=_0x322731['config']['testContextOptions']['skipSessionName'],_0x242116[_0x2d7fe1(0x12a)]=_0x322731[_0x2d7fe1(0x114)][_0x2d7fe1(0xc6)]['skipSessionStatus'],_0x242116[_0x2d7fe1(0x159)]=_0x27496d,_0x242116[_0x2d7fe1(0x162)]=_0x2fa243;const _0x234a3e={};_0x234a3e[_0x2d7fe1(0x109)]=_0x242116;const _0x4417f9={};return _0x4417f9[_0x2d7fe1(0xff)]=_0x234a3e,helper['mergeDeep']({},_0x1c8149,_0x3fae70[_0x2d7fe1(0xc9)](isBrowserstackInfra)?_0x293453:{},_0x33c985?{'grep':_0x33c985}:{},_0x4417f9);});for(const _0x5d1e05 of _0xbb5ad2){for(const _0x10615b of _0x656e97){const _0x53c219=_0x208a43[_0x2f463c(0x135)]();_0x53c219[_0x2f463c(0xc4)](_0x10615b),_0x53c219[_0x2f463c(0xe6)](_0x5d1e05);const _0x53df20={};_0x53df20[_0x2f463c(0x114)]=_0x429129,_0x53c219[_0x2f463c(0x15f)](Object[_0x2f463c(0x13f)](_0x53df20,_0x71e515));}}_0x208a43['on'](CodeceptJS[_0x2f463c(0x14d)][_0x2f463c(0x123)][_0x2f463c(0xa7)],(_0x25c8a8,_0x404041)=>{const _0x125628=_0x2f463c;console['log'](_0x3fae70['DpYVH'],_0x25c8a8[_0x125628(0x145)]);const _0x400697={[_0x25c8a8['title']]:_0x25c8a8[_0x125628(0xd0)]['stack']};_testErrorData[_0x125628(0x11a)](_0x400697);}),_0x208a43['on'](CodeceptJS[_0x2f463c(0x14d)][_0x2f463c(0x123)][_0x2f463c(0x14b)],async _0x445d9f=>{const _0x14da33=_0x2f463c;console[_0x14da33(0x112)](_0x3fae70[_0x14da33(0x163)],_0x445d9f[_0x14da33(0x145)]);}),_0x208a43['on'](CodeceptJS['event'][_0x2f463c(0x123)][_0x2f463c(0xed)],async _0x5aa05c=>{const _0x5cfb37=_0x2f463c;console[_0x5cfb37(0x112)](_0x3fae70[_0x5cfb37(0x151)],_0x5aa05c[_0x5cfb37(0x145)]);}),_0x208a43['on'](CodeceptJS[_0x2f463c(0x14d)][_0x2f463c(0xdb)][_0x2f463c(0x12e)],async()=>{const _0x4fecfa=_0x2f463c,_0x4cedb4=_0x3fae70[_0x4fecfa(0xfc)][_0x4fecfa(0x155)]('|');let _0x131ca5=0x0;while(!![]){switch(_0x4cedb4[_0x131ca5++]){case'0':try{await TestHubHandler['stop']();}catch(_0x1d16ee){logger[_0x4fecfa(0x128)](_0x4fecfa(0xd6)+util[_0x4fecfa(0xf9)](_0x1d16ee));}continue;case'1':_0x208a43[_0x4fecfa(0xdc)]();continue;case'2':PerformanceTester[_0x4fecfa(0x166)](PerformanceEvents['SDK_CLEANUP']);continue;case'3':utilities[_0x4fecfa(0xe7)](_0x322731);continue;case'4':_0x322731[_0x4fecfa(0x101)]=_testErrorData;continue;}break;}});async function _0x1689e1(){const _0x20fb77=_0x2f463c;try{await _0x208a43[_0x20fb77(0x125)](),await _0x208a43[_0x20fb77(0x119)]();}finally{process['chdir'](_0x16d226),await _0x208a43['teardownAll']();}}PerformanceTester[_0x2f463c(0xa8)](PerformanceEvents[_0x2f463c(0xb2)]),await _0x3fae70[_0x2f463c(0xce)](_0x1689e1);}module['exports']=run;
2
+ 'use strict';const a2_0x395eab=a2_0x1cd1;(function(_0x542e7f,_0x36a905){const _0x22eae4=a2_0x1cd1,_0x24d691=_0x542e7f();while(!![]){try{const _0x460e10=parseInt(_0x22eae4(0x147))/0x1*(parseInt(_0x22eae4(0x161))/0x2)+parseInt(_0x22eae4(0x160))/0x3+parseInt(_0x22eae4(0x14b))/0x4+parseInt(_0x22eae4(0x141))/0x5+parseInt(_0x22eae4(0x112))/0x6+-parseInt(_0x22eae4(0x136))/0x7+parseInt(_0x22eae4(0x154))/0x8*(-parseInt(_0x22eae4(0x156))/0x9);if(_0x460e10===_0x36a905)break;else _0x24d691['push'](_0x24d691['shift']());}catch(_0x270c83){_0x24d691['push'](_0x24d691['shift']());}}}(a2_0x49c3,0x34056));function a2_0x49c3(){const _0x23110e=['validateRerunTestList','Started\x20:\x20','BrowserStackPlugin','BROWSERSTACK_RERUN_TESTS','accessKey','firefox','bXLLM','splice','FlZvK','fLFEn','MakJp','nUWBm','riTTr','printResults','CODECEPT','playwright-firefox','split','OyLNf','BROWSERSTACK_TEST_OBSERVABILITY_YML','pVptk','info','process','buNZd','teardownAll','root','platforms','resolveWithinCwd','log','MpZQp','BROWSERSTACK_RERUN','result','CODECEPT_CUCUMBER','helpers','function','launchBuild','codeceptjs/lib/index.js','skipSessionName','nIENL','hYLgU','accessibility','339084TquSUr','forEach','pXnki','BROWSERSTACK_FRAMEWORK','version','enabled','chrome','WebDriver','afVoy','finalExecution','before','addConfig','abQff','event','lxDlY','qgzrc','\x22:\x20it\x20resolves\x20outside\x20the\x20project\x20directory.','addOptions','getInstance','browser','bAjEv','format','jfltx','../../helpers/performance/performance-tester','browserStackCwd','printBuildLink','/wd/hub','IiwPJ','../../bin/playwright/accessibility-helper','webkit','\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.','EVENTS','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','push','aluMI','length','1495886UGfSCU','DayxY','chdir','codeceptjs','../../helpers/test-observability/constants','map','config','createGroupsOfSuites','initialize','VWfKe','../../helpers/performance/constants','1902060HUGGBI','../../helpers/logger','0|3|4|2|1','testObservability','gherkin','SDK_CLEANUP','17SHCKaB','join','chromium','YIszh','993172hlQTog','accessibilityOptions','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','SDK_SETUP','playwright-webkit','debug','MqLLP','validPlatformsPresent','addTests','4825760YtozvB','Ignoring\x20-c\x20config\x20path\x20\x22','9iHgekp','host','codecept.conf.js','testConfig','start','BKAIY','handleApp','iMJrr','codeceptjs/package.json','Ignoring\x20--config\x20path\x20\x22','876843LIiTsW','6176CtCxZl','dirname','uyuii','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','Playwright','toLowerCase','GWbSv','browserName','CodeceptJS\x20','../../helpers/helper','getPlaywrightUrl','user','prepareCapabilities','title','replace','codecept.json','path','playwright-chromium','WztrQ','env','stack','../../helpers/utilities','browserWSEndpoint','run','errorMessage','winstonLogger','findIndex','err','FRAMEWORKS','BROWSERSTACK_TEST_ACCESSIBILITY_YML','sXEQM','isTrue','MIkbF','existsSync','warn','spawn','profile','test','EgmjX','cwd','passed','USER_CONFIG_DETAILS_PATH','stringify','getUserWorkerCount','frameworkName','assign','util','desiredCapabilities','isUndefined','exports','bootstrapAll','end','userName','testContextOptions','setAdditionalCapabilities','skipSessionStatus','CVkFp','getPlatformName','mergeDeep','failed','setupBrowserstackLocal','plugins','uIGHh','stop','trim'];a2_0x49c3=function(){return _0x23110e;};return a2_0x49c3();}const fs=require('fs'),path=require('path'),util=require(a2_0x395eab(0x18f)),process=require(a2_0x395eab(0xff)),logger=require(a2_0x395eab(0x142))[a2_0x395eab(0x17a)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a2_0x395eab(0x16a)),utilities=require(a2_0x395eab(0x176)),{checkAccessibilityPlatformConfig}=require('../../helpers/accessibility-automation/helper'),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a2_0x395eab(0x12e)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x395eab(0x16a)),CodeceptJS=requireModule(a2_0x395eab(0x10d),a2_0x395eab(0x139)),testOpsHelper=require('../../helpers/test-observability/utils'),TestHubHandler=require('../../helpers/testhub/testhubHandler'),BrowserstackCLI=require('../v2/browserstackCLI'),constants=require('../utils/constants'),PerformanceTester=require(a2_0x395eab(0x129)),{FRAMEWORKS}=require(a2_0x395eab(0x13a)),PerformanceEvents=require(a2_0x395eab(0x140))[a2_0x395eab(0x131)],ClientTroubleShootingService=require('../utils/clientTroubleshootingService'),_testErrorData=[],getUserCodeceptJSConfigs=(_0x5a3668,_0x12f06b)=>{const _0x3bf8e2=a2_0x395eab,_0x582b1a={};_0x582b1a['IiwPJ']=function(_0x52eb6f,_0x53a54a){return _0x52eb6f===_0x53a54a;},_0x582b1a['GWbSv']=_0x3bf8e2(0x158),_0x582b1a['VKkdU']=_0x3bf8e2(0x170);const _0x3b9e2a=_0x582b1a;let _0x24e378=null;const _0x20e917={};let _0x4a7746=_0x12f06b[_0x3bf8e2(0x17b)](_0x141bff=>_0x141bff==='--config');_0x3b9e2a[_0x3bf8e2(0x12d)](_0x4a7746,-0x1)&&(_0x4a7746=_0x12f06b[_0x3bf8e2(0x17b)](_0x15eb3a=>_0x15eb3a==='-c'));const _0xa2a35c=!helper['isUndefined'](_0x5a3668['config'])?helper[_0x3bf8e2(0x104)](_0x5a3668['config']):null,_0x5c1c4a=!helper[_0x3bf8e2(0x191)](_0x5a3668['c'])?helper['resolveWithinCwd'](_0x5a3668['c']):null;if(!helper['isUndefined'](_0x5a3668['config'])&&!_0xa2a35c)logger[_0x3bf8e2(0x183)](_0x3bf8e2(0x15f)+_0x5a3668[_0x3bf8e2(0x13c)]+'\x22:\x20it\x20resolves\x20outside\x20the\x20project\x20directory.');else!helper[_0x3bf8e2(0x191)](_0x5a3668['c'])&&!_0x5c1c4a&&logger[_0x3bf8e2(0x183)](_0x3bf8e2(0x155)+_0x5a3668['c']+_0x3bf8e2(0x122));if(_0xa2a35c&&fs[_0x3bf8e2(0x182)](_0xa2a35c))_0x24e378=_0xa2a35c,_0x12f06b[_0x3bf8e2(0xf1)](_0x4a7746,0x2);else{if(_0x5c1c4a&&fs[_0x3bf8e2(0x182)](_0x5c1c4a))_0x24e378=_0x5c1c4a,_0x12f06b[_0x3bf8e2(0xf1)](_0x4a7746,0x2);else{if(fs['existsSync'](path[_0x3bf8e2(0x148)](process[_0x3bf8e2(0x188)](),_0x3b9e2a[_0x3bf8e2(0x167)])))_0x24e378=path[_0x3bf8e2(0x148)](process[_0x3bf8e2(0x188)](),_0x3b9e2a[_0x3bf8e2(0x167)]);else fs[_0x3bf8e2(0x182)](path[_0x3bf8e2(0x148)](process['cwd'](),_0x3b9e2a['VKkdU']))&&(_0x24e378=path['join'](process[_0x3bf8e2(0x188)](),_0x3b9e2a['VKkdU']));}}return process[_0x3bf8e2(0x174)][_0x3bf8e2(0x18a)]=_0x24e378,_0x24e378;},getO11yRerunPattern=()=>{const _0x2436f7=a2_0x395eab,_0x2bc893=helper[_0x2436f7(0x180)](process[_0x2436f7(0x174)][_0x2436f7(0x107)]);if(_0x2bc893){const _0x6f52a4=process[_0x2436f7(0x174)][_0x2436f7(0xed)],_0x4df3fc=[];if(helper[_0x2436f7(0xea)](_0x6f52a4)&&!helper['isUndefined'](_0x6f52a4)){_0x6f52a4['split'](',')['map'](_0x629b71=>{const _0x501947=_0x2436f7;_0x4df3fc[_0x501947(0x133)]('('+_0x629b71[_0x501947(0xe9)]()+')');});const _0x152f0c='^'+_0x4df3fc[_0x2436f7(0x148)]('|')+'$';return _0x152f0c;}}return null;},a2_0x5e3ea6={};a2_0x5e3ea6[a2_0x395eab(0x118)]=a2_0x395eab(0x149),a2_0x5e3ea6[a2_0x395eab(0x172)]=a2_0x395eab(0x149),a2_0x5e3ea6[a2_0x395eab(0xf9)]=a2_0x395eab(0xef),a2_0x5e3ea6[a2_0x395eab(0x14f)]=a2_0x395eab(0x12f);const pwToCodeceptBrowser=a2_0x5e3ea6;function a2_0x1cd1(_0x3d6cb9,_0x4ab020){const _0x49c3ce=a2_0x49c3();return a2_0x1cd1=function(_0x1cd1a4,_0x25e95d){_0x1cd1a4=_0x1cd1a4-0xdf;let _0x1bdf03=_0x49c3ce[_0x1cd1a4];return _0x1bdf03;},a2_0x1cd1(_0x3d6cb9,_0x4ab020);}async function run(_0x190f3b,_0x1d69cb,_0x3397b6){const _0xd1a34f=a2_0x395eab,_0x50a341={'YIszh':function(_0x51b63b,_0x4c6eed,_0x2d7cf3,_0x3d9941){return _0x51b63b(_0x4c6eed,_0x2d7cf3,_0x3d9941);},'MIkbF':function(_0x4bcb32,_0x487066){return _0x4bcb32+_0x487066;},'BKAIY':function(_0x23fb78,_0x3177f9){return _0x23fb78(_0x3177f9);},'uIGHh':function(_0x102b4c,_0x28a6c6,_0x5ca0f0){return _0x102b4c(_0x28a6c6,_0x5ca0f0);},'sXEQM':_0xd1a34f(0x10a),'fLFEn':function(_0x39d0c3){return _0x39d0c3();},'buNZd':_0xd1a34f(0x12c),'KfZRF':function(_0x15dc82){return _0x15dc82();},'SVJIB':'Failed\x20:\x20','WztrQ':'Passed\x20:\x20','FlZvK':_0xd1a34f(0xeb),'pXnki':_0xd1a34f(0x143),'MakJp':_0xd1a34f(0x132),'lxDlY':function(_0x2100f9,_0x190aa3,_0x44fc54){return _0x2100f9(_0x190aa3,_0x44fc54);},'MqLLP':_0xd1a34f(0x165),'JOURU':'WebDriver','MpZQp':function(_0x57a418,_0x2a9f37){return _0x57a418(_0x2a9f37);},'qgzrc':function(_0x50d1d1,_0x288b4a){return _0x50d1d1!=_0x288b4a;},'mcbar':'true','HLWOx':_0xd1a34f(0x145),'aluMI':function(_0x78df3b,_0x49d108){return _0x78df3b(_0x49d108);},'VWfKe':function(_0xfa95d8){return _0xfa95d8();},'abQff':function(_0xd9d87,_0xdf6f36){return _0xd9d87*_0xdf6f36;},'EgmjX':_0xd1a34f(0x125),'riTTr':function(_0x442b63,_0x50320d,_0x6c57f2){return _0x442b63(_0x50320d,_0x6c57f2);},'XcULT':function(_0x45b6cf,_0x2e6e7e,_0x81d32f){return _0x45b6cf(_0x2e6e7e,_0x81d32f);},'nIENL':_0xd1a34f(0x190),'bXLLM':function(_0x5b24c7,_0x9f8b41,_0x3d7283){return _0x5b24c7(_0x9f8b41,_0x3d7283);},'iMJrr':_0xd1a34f(0x102),'InrTm':'BrowserStackPlugin.js','afVoy':_0xd1a34f(0x12a),'DayxY':_0xd1a34f(0x139),'pVptk':function(_0xbda89c,_0x114669){return _0xbda89c===_0x114669;},'OyLNf':_0xd1a34f(0x10b),'uyuii':function(_0x1d2acc,_0x3d127b,_0x62a99f){return _0x1d2acc(_0x3d127b,_0x62a99f);},'EvvPk':_0xd1a34f(0x15e),'bAjEv':function(_0x21621d,_0x1f1067){return _0x21621d>=_0x1f1067;},'jfltx':function(_0x1f4f4f){return _0x1f4f4f();}};await _0x3397b6[_0xd1a34f(0x13e)](_0x190f3b);!BrowserstackCLI[_0xd1a34f(0x124)]()['isRunning']()&&await _0x3397b6[_0xd1a34f(0xe5)]();await helper[_0xd1a34f(0x15c)](_0x3397b6['config']);if(!_0x3397b6[_0xd1a34f(0x13c)])return;process[_0xd1a34f(0x185)]=_0x190f3b['profile'];_0x190f3b[_0xd1a34f(0x185)]&&(process[_0xd1a34f(0x174)][_0xd1a34f(0x185)]=_0x190f3b['profile']);const _0x5cce89=_0x50a341['uIGHh'](getUserCodeceptJSConfigs,_0x190f3b,_0x1d69cb);let _0x89847f={};_0x5cce89?(logger[_0xd1a34f(0xfe)](_0xd1a34f(0x164)+_0x5cce89),_0x89847f=CodeceptJS[_0xd1a34f(0x13c)]['load'](_0x5cce89)):logger['info'](_0x50a341[_0xd1a34f(0xf4)]);let _0x18f636=![];_0x50a341[_0xd1a34f(0x120)](nestedKeyValue,_0x89847f,[_0x50a341['sXEQM'],_0x50a341['MqLLP']])&&(_0x18f636=!![]);const _0x5c23f0=_0x18f636?_0x50a341[_0xd1a34f(0x151)]:_0x50a341['JOURU'];let _0x35523e=!_0x18f636?helper['useW3C'](_0x3397b6[_0xd1a34f(0x13c)]):![];!helper[_0xd1a34f(0x191)](_0x3397b6[_0xd1a34f(0x13c)][_0xd1a34f(0x14c)])&&(process[_0xd1a34f(0x174)][_0xd1a34f(0x14d)]=JSON[_0xd1a34f(0x18b)](_0x3397b6[_0xd1a34f(0x13c)][_0xd1a34f(0x14c)]));let _0x303ac8=_0x3397b6[_0xd1a34f(0x13c)][_0xd1a34f(0x111)];_0x303ac8=_0x303ac8||_0x50a341[_0xd1a34f(0x106)](checkAccessibilityPlatformConfig,_0x3397b6[_0xd1a34f(0x13c)]),process[_0xd1a34f(0x174)][_0xd1a34f(0x17e)]=_0x303ac8;_0x303ac8&&(_0x35523e=!_0x303ac8);_0x50a341[_0xd1a34f(0x121)](_0x3397b6[_0xd1a34f(0x13c)][_0xd1a34f(0x144)],null)?process['env']['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x3397b6[_0xd1a34f(0x13c)][_0xd1a34f(0x144)]:process[_0xd1a34f(0x174)][_0xd1a34f(0xfc)]=_0x50a341['mcbar'];const _0x20302d=_0x50a341[_0xd1a34f(0x120)](nestedKeyValue,_0x89847f,[_0x50a341['HLWOx']]),_0x2c3acd=_0x20302d&&!helper['isEmpty'](_0x20302d)?FRAMEWORKS[_0xd1a34f(0x109)]:FRAMEWORKS[_0xd1a34f(0xf8)],_0x260f1a=await TestHubHandler[_0xd1a34f(0x10c)](_0x2c3acd,_0x3397b6);await testOpsHelper[_0xd1a34f(0x12b)]();_0x303ac8&&_0x50a341[_0xd1a34f(0x134)](setAccessibilityCapabilities,_0x3397b6[_0xd1a34f(0x13c)]);const _0x526527={},_0x3fb7da=[],_0x57f8fb=_0x3397b6['config']['parallelsPerPlatform']||helper[_0xd1a34f(0x18c)](_0x190f3b,_0x1d69cb,_0x3397b6['config'],constants[_0xd1a34f(0x17d)][_0xd1a34f(0xf8)])||0x1;let _0x3afac9=0x1;if(_0x50a341[_0xd1a34f(0x13f)](isBrowserstackInfra)){const _0x543c19=helper[_0xd1a34f(0x16d)](_0x3397b6['config'],_0x35523e,constants[_0xd1a34f(0x17d)]['CODECEPT']);_0x543c19[_0xd1a34f(0x113)](_0x4c5632=>{const _0x8572b4=_0xd1a34f;helper[_0x8572b4(0xdf)](_0x4c5632);}),helper[_0xd1a34f(0x152)](_0x3397b6[_0xd1a34f(0x13c)])?_0x3afac9=_0x50a341[_0xd1a34f(0x11e)](_0x57f8fb,_0x3397b6[_0xd1a34f(0x13c)][_0xd1a34f(0x103)][_0xd1a34f(0x135)]):_0x3afac9=_0x57f8fb,_0x543c19['forEach'](_0x465131=>{const _0x2fe208=_0xd1a34f,_0x1722a0={'nUWBm':function(_0x408497,_0x254a88,_0x4a7c9f,_0x42624e){const _0x3ce115=a2_0x1cd1;return _0x50a341[_0x3ce115(0x14a)](_0x408497,_0x254a88,_0x4a7c9f,_0x42624e);},'CVkFp':function(_0x2e6c21,_0x3c6d4a){const _0x3da00a=a2_0x1cd1;return _0x50a341[_0x3da00a(0x181)](_0x2e6c21,_0x3c6d4a);},'hYLgU':function(_0x24a111,_0x2964e2){const _0x2ea013=a2_0x1cd1;return _0x50a341[_0x2ea013(0x15b)](_0x24a111,_0x2964e2);}},_0x4ef368=_0x50a341[_0x2fe208(0x181)](helper[_0x2fe208(0xe2)](_0x465131,'_'),'_'+Date['now']()),_0x229534=((()=>{const _0x5a1d15=_0x2fe208;if(_0x18f636){const _0x8f2de3=pwToCodeceptBrowser[_0x465131[_0x5a1d15(0x168)]]||_0x465131[_0x5a1d15(0x168)],_0xdd6ba4=helper[_0x5a1d15(0x16b)](_0x3397b6[_0x5a1d15(0x13c)]),_0x332881=Object['assign']({},_0x465131);return _0x1722a0[_0x5a1d15(0xf5)](processAccessibilityCaps,_0x332881,_0xdd6ba4,null),{'browser':_0x8f2de3,[_0x8f2de3]:{'browserWSEndpoint':_0x1722a0[_0x5a1d15(0xe1)](_0xdd6ba4,_0x1722a0[_0x5a1d15(0x110)](encodeURIComponent,JSON[_0x5a1d15(0x18b)](_0x332881)))}};}const _0x13389f={};return _0x13389f[_0x5a1d15(0x190)]=_0x465131,_0x13389f[_0x5a1d15(0x16c)]=_0x3397b6['config'][_0x5a1d15(0x195)],_0x13389f['key']=_0x3397b6['config'][_0x5a1d15(0xee)],_0x13389f;})()),_0x132fcb=_0x50a341[_0x2fe208(0xe7)](nestedKeyValue,_0x89847f,[_0x50a341[_0x2fe208(0x17f)],_0x5c23f0]);_0x526527[_0x4ef368]=_0x132fcb?helper[_0x2fe208(0xe3)](_0x229534,_0x132fcb):_0x229534;if(_0x18f636)_0x526527[_0x4ef368][_0x2fe208(0x125)]=pwToCodeceptBrowser[_0x465131['browserName']]||_0x465131['browserName'];else{_0x526527[_0x4ef368][_0x2fe208(0x125)]=_0x465131[_0x2fe208(0x168)]||_0x229534['browser'];if(_0x50a341[_0x2fe208(0xf3)](isBrowserstackInfra)){_0x526527[_0x4ef368][_0x2fe208(0x157)]=constants['hubUrl'][_0x2fe208(0x16f)](_0x50a341[_0x2fe208(0x100)],'')[_0x2fe208(0x16f)](/https?:\/\//,'');;_0x526527[_0x4ef368][_0x2fe208(0x171)]=_0x50a341[_0x2fe208(0x100)];}}_0x3fb7da[_0x2fe208(0x133)](_0x4ef368);});}else{_0x3afac9=0x1;if(_0x18f636){const _0x532ab5=_0x50a341['lxDlY'](nestedKeyValue,_0x89847f,[_0x50a341[_0xd1a34f(0x17f)],_0x5c23f0,_0x50a341[_0xd1a34f(0x187)]]),_0x5f25a1=_0x50a341[_0xd1a34f(0xf6)](nestedKeyValue,_0x89847f,[_0x50a341[_0xd1a34f(0x17f)],_0x5c23f0,_0x532ab5]);if(_0x5f25a1&&_0x5f25a1[_0xd1a34f(0x177)]){const _0x2b49cc={};_0x2b49cc['platforms']=[],_0x5f25a1[_0xd1a34f(0x177)]=helper[_0xd1a34f(0x16d)](Object['assign']({},_0x3397b6[_0xd1a34f(0x13c)],_0x2b49cc),null,_0x2c3acd[_0xd1a34f(0x166)](),null,null,_0x5f25a1['browserWSEndpoint']);}}else{if(_0x50a341['XcULT'](nestedKeyValue,_0x89847f,[_0x50a341[_0xd1a34f(0x17f)],_0x5c23f0])){const _0xd7fe6f={};_0xd7fe6f['platforms']=[],_0x89847f[_0x50a341[_0xd1a34f(0x17f)]][_0x5c23f0][_0x50a341[_0xd1a34f(0x10f)]]=helper[_0xd1a34f(0x16d)](Object[_0xd1a34f(0x18e)]({},_0x3397b6['config'],_0xd7fe6f),null,_0x2c3acd[_0xd1a34f(0x166)](),_0x50a341[_0xd1a34f(0xf0)](nestedKeyValue,_0x89847f,[_0x50a341[_0xd1a34f(0x17f)],_0x5c23f0,_0x50a341['nIENL']])||{},null,null);}}_0x526527[_0x50a341[_0xd1a34f(0x15d)]]=_0x89847f,_0x3fb7da[_0xd1a34f(0x133)](_0x50a341[_0xd1a34f(0x15d)]);}const _0x50e1fe={};_0x50e1fe[_0xd1a34f(0x159)]=_0x5cce89;const _0x2ddaa0=_0x50e1fe,_0x27cc90=path[_0xd1a34f(0x148)](__dirname,_0x50a341['InrTm']),_0xb18276=process[_0xd1a34f(0x188)]();process[_0xd1a34f(0x174)][_0x50a341[_0xd1a34f(0x11a)]]=_0xb18276;_0x5cce89&&process[_0xd1a34f(0x138)](path[_0xd1a34f(0x162)](_0x5cce89));process['env'][_0xd1a34f(0x115)]=process[_0xd1a34f(0x174)][_0xd1a34f(0x115)]||_0x50a341[_0xd1a34f(0x137)];const _0x228b21=new CodeceptJS['Workers'](null,_0x2ddaa0);if(_0x50a341[_0xd1a34f(0xfd)](typeof _0x228b21['_ensureInitialized'],_0x50a341[_0xd1a34f(0xfb)]))await _0x228b21['_ensureInitialized']();else{let _0x5e29fd;try{_0x5e29fd=_0x50a341[_0xd1a34f(0x163)](requireModule,_0x50a341['EvvPk'],_0x50a341[_0xd1a34f(0x137)])[_0xd1a34f(0x116)];}catch(_0x448645){logger[_0xd1a34f(0x150)]('Unable\x20to\x20resolve\x20codeceptjs\x20version:\x20'+util[_0xd1a34f(0x127)](_0x448645));}_0x5e29fd&&_0x50a341[_0xd1a34f(0x126)](_0x50a341[_0xd1a34f(0xe7)](parseInt,_0x5e29fd[_0xd1a34f(0xfa)]('.')[0x0],0xa),0x4)&&logger[_0xd1a34f(0x183)](_0xd1a34f(0x169)+_0x5e29fd+_0xd1a34f(0x130));}const _0x265dfb=_0x228b21[_0xd1a34f(0x13d)](_0x57f8fb),_0x36f4f5=testOpsHelper['isTestObservabilitySession'](),_0xe40dc3=_0x3fb7da[_0xd1a34f(0x13b)](_0x595dd8=>{const _0x316e99=_0xd1a34f,_0x3ea2df={};_0x3ea2df['Playwright']=_0x526527[_0x595dd8];const _0x352fc8={};_0x352fc8[_0x316e99(0x119)]=_0x526527[_0x595dd8];const _0x188882=_0x18f636?_0x3ea2df:_0x352fc8,_0x27a305=_0x50a341['KfZRF'](getO11yRerunPattern),_0x598359={};_0x598359[_0x316e99(0x10a)]=_0x188882;const _0x53f942={};_0x53f942['require']=_0x27cc90,_0x53f942[_0x316e99(0x117)]=!![],_0x53f942[_0x316e99(0x10e)]=_0x3397b6[_0x316e99(0x13c)][_0x316e99(0x196)][_0x316e99(0x10e)],_0x53f942['skipSessionStatus']=_0x3397b6[_0x316e99(0x13c)]['testContextOptions'][_0x316e99(0xe0)],_0x53f942[_0x316e99(0x144)]=_0x36f4f5,_0x53f942[_0x316e99(0x18d)]=_0x2c3acd;const _0x42f95c={};_0x42f95c[_0x316e99(0xec)]=_0x53f942;const _0x2b9f5f={};return _0x2b9f5f[_0x316e99(0xe6)]=_0x42f95c,helper[_0x316e99(0xe3)]({},_0x89847f,_0x50a341['KfZRF'](isBrowserstackInfra)?_0x598359:{},_0x27a305?{'grep':_0x27a305}:{},_0x2b9f5f);});for(const _0x16df34 of _0xe40dc3){for(const _0x28b5ce of _0x265dfb){const _0x33e29f=_0x228b21[_0xd1a34f(0x184)]();_0x33e29f[_0xd1a34f(0x153)](_0x28b5ce),_0x33e29f[_0xd1a34f(0x11d)](_0x16df34);const _0x20b4ab={};_0x20b4ab[_0xd1a34f(0x13c)]=_0x5cce89,_0x33e29f[_0xd1a34f(0x123)](Object[_0xd1a34f(0x18e)](_0x20b4ab,_0x190f3b));}}_0x228b21['on'](CodeceptJS[_0xd1a34f(0x11f)][_0xd1a34f(0x186)][_0xd1a34f(0xe4)],(_0x465ae8,_0x17e90a)=>{const _0x3ecba6=_0xd1a34f;console[_0x3ecba6(0x105)](_0x50a341['SVJIB'],_0x465ae8[_0x3ecba6(0x16e)]);const _0x4b65fd={[_0x465ae8['title']]:_0x465ae8[_0x3ecba6(0x17c)][_0x3ecba6(0x175)]};_testErrorData[_0x3ecba6(0x133)](_0x4b65fd);}),_0x228b21['on'](CodeceptJS[_0xd1a34f(0x11f)][_0xd1a34f(0x186)][_0xd1a34f(0x189)],async _0x34ec30=>{const _0x1dfa6e=_0xd1a34f;console[_0x1dfa6e(0x105)](_0x50a341[_0x1dfa6e(0x173)],_0x34ec30[_0x1dfa6e(0x16e)]);}),_0x228b21['on'](CodeceptJS[_0xd1a34f(0x11f)]['test'][_0xd1a34f(0x11c)],async _0x4858d8=>{const _0x19fe2f=_0xd1a34f;console[_0x19fe2f(0x105)](_0x50a341[_0x19fe2f(0xf2)],_0x4858d8['title']);}),_0x228b21['on'](CodeceptJS[_0xd1a34f(0x11f)]['all'][_0xd1a34f(0x108)],async()=>{const _0x541fc9=_0xd1a34f,_0x449955=_0x50a341[_0x541fc9(0x114)][_0x541fc9(0xfa)]('|');let _0x1b7fba=0x0;while(!![]){switch(_0x449955[_0x1b7fba++]){case'0':PerformanceTester[_0x541fc9(0x15a)](PerformanceEvents[_0x541fc9(0x146)]);continue;case'1':_0x228b21[_0x541fc9(0xf7)]();continue;case'2':try{await TestHubHandler[_0x541fc9(0xe8)]();}catch(_0x2e763a){logger[_0x541fc9(0x150)]('Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20'+util[_0x541fc9(0x127)](_0x2e763a));}continue;case'3':_0x3397b6[_0x541fc9(0x179)]=_testErrorData;continue;case'4':utilities[_0x541fc9(0x11b)](_0x3397b6);continue;}break;}});async function _0x435caf(){const _0x293f24=_0xd1a34f;try{await _0x228b21[_0x293f24(0x193)](),await _0x228b21[_0x293f24(0x178)]();}finally{process[_0x293f24(0x138)](_0xb18276),await _0x228b21[_0x293f24(0x101)]();}}PerformanceTester[_0xd1a34f(0x194)](PerformanceEvents[_0xd1a34f(0x14e)]),await _0x50a341[_0xd1a34f(0x128)](_0x435caf);}module[a2_0x395eab(0x192)]=run;
@@ -1 +1 @@
1
- const a3_0x4d118c=a3_0x5c5c;function a3_0x293f(){const _0x44701b=['../../helpers/globals.js','1860OAMvBb','getBrowserDisplayName','../../helpers/test-observability/utils','gPyVd','1938DvJUNm','isVersionSupported','bsSessionId','EFZSD','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','fetchPlatformDetails','oAQEU','7lqtuoE','on\x20non-BrowserStack\x20infrastructure\x20','browserName','browserWSEndpoint','RJYvy','tWFqF','WebDriver','hAHcr','winstonLogger','config','includes','86262zfnaiE','vYxgI','2592CMpmiF','cloudProvider','ojBok','16093iqyBzd','rkmVc','capabilities','desiredCapabilities','isAccessibilityPlatform','parse','deviceName','searchParams','JprHO','MElQW','176xYAHoq','../../helpers/logger','JMOsZ','JWJOC','browserVersion','Playwright','string','unknown_grid','\x20browser\x20version\x20','platform','constructor','browserstack_accessibility_automation_script','__cloud_provider___','drtxr','qWXDy','iJPBz','browser','tLbGk','osVersion','caps','pHlIG','25019832hKZrPh','../../helpers/helper','warn','../../bin/playwright/sessionDetails','bstack:options','browser_version','accessibilityPlatform','3405888PigqIp','MKjGu','DDmpv','RhcFM','platform_version','setGlobal','11015IbuOWo','getDetails','browserstack_executor','182422jgMfIQ','mMJzV','mKiGH','IANwJ','jbsKV','platformVersion','703197oYpOBr','FPHBN','processWebDriverConfig','../../helpers/accessibility-automation/helper','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','sEbUq','name'];a3_0x293f=function(){return _0x44701b;};return a3_0x293f();}(function(_0x1c92d9,_0x561a0e){const _0x55e138=a3_0x5c5c,_0x24dde4=_0x1c92d9();while(!![]){try{const _0x3016bc=-parseInt(_0x55e138(0x1a5))/0x1*(parseInt(_0x55e138(0x18c))/0x2)+parseInt(_0x55e138(0x1db))/0x3+-parseInt(_0x55e138(0x1b2))/0x4*(parseInt(_0x55e138(0x1e1))/0x5)+-parseInt(_0x55e138(0x19e))/0x6*(-parseInt(_0x55e138(0x1b5))/0x7)+-parseInt(_0x55e138(0x1bf))/0x8*(-parseInt(_0x55e138(0x192))/0x9)+-parseInt(_0x55e138(0x19a))/0xa*(-parseInt(_0x55e138(0x1b0))/0xb)+-parseInt(_0x55e138(0x1d4))/0xc;if(_0x3016bc===_0x561a0e)break;else _0x24dde4['push'](_0x24dde4['shift']());}catch(_0x51751c){_0x24dde4['push'](_0x24dde4['shift']());}}}(a3_0x293f,0xdccd4));const {isUndefined,nestedKeyValue}=require(a3_0x4d118c(0x1d5)),logger=require(a3_0x4d118c(0x1c0))[a3_0x4d118c(0x1ad)],PlaywrightSessionDetails=require(a3_0x4d118c(0x1d7)),{isAccessibilityAutomationSession}=require(a3_0x4d118c(0x195)),{getObservabilityLinkedProductName}=require(a3_0x4d118c(0x19c)),accessibilityHelper=require(a3_0x4d118c(0x195)),{isBrowserstackInfra}=require('../../helpers/helper'),globals=require(a3_0x4d118c(0x199)),getOSVersionFromCaps=_0x2e8c98=>{const _0x442f0c=a3_0x4d118c,_0x55f44d={};_0x55f44d[_0x442f0c(0x1b6)]=_0x442f0c(0x1d8),_0x55f44d[_0x442f0c(0x1aa)]=_0x442f0c(0x191),_0x55f44d[_0x442f0c(0x1cd)]=_0x442f0c(0x1df),_0x55f44d[_0x442f0c(0x1de)]=_0x442f0c(0x1d1),_0x55f44d[_0x442f0c(0x1a4)]='os_version';const _0x26147f=_0x55f44d;if(!_0x2e8c98)return null;const _0x24be0b=_0x2e8c98[_0x26147f['rkmVc']],_0x4c14c1=[_0x26147f[_0x442f0c(0x1aa)],_0x26147f[_0x442f0c(0x1cd)],_0x26147f[_0x442f0c(0x1de)],_0x26147f[_0x442f0c(0x1a4)]];for(const _0x32552c of _0x4c14c1){if(_0x24be0b&&_0x24be0b[_0x32552c])return _0x24be0b[_0x32552c];else{if(_0x2e8c98[_0x32552c])return _0x2e8c98[_0x32552c];}}return null;};exports[a3_0x4d118c(0x1a3)]=_0x49ec0e=>{const _0x213cdc=a3_0x4d118c,_0x3a7300={'JggWO':_0x213cdc(0x1c6),'FPHBN':function(_0x4c143f,_0x52cfe4){return _0x4c143f===_0x52cfe4;},'iJPBz':_0x213cdc(0x1ab),'vmkZM':function(_0x2d314a,_0x5b44f9){return _0x2d314a(_0x5b44f9);},'mKiGH':function(_0x67ebde,_0x5e98b1,_0x2eac2f){return _0x67ebde(_0x5e98b1,_0x2eac2f);},'gPyVd':_0x213cdc(0x1ae),'PLuiw':_0x213cdc(0x1b8),'pHlIG':function(_0x58dc32,_0x567bd9){return _0x58dc32(_0x567bd9);},'IANwJ':_0x213cdc(0x1c4),'hAHcr':function(_0x3e49c4,_0x5efc57,_0x3f132e){return _0x3e49c4(_0x5efc57,_0x3f132e);},'JprHO':'browser','sEbUq':_0x213cdc(0x1a8),'MKjGu':_0x213cdc(0x1d2)};if(!_0x49ec0e)return null;let _0x23e2db=global[_0x213cdc(0x1cb)]||_0x3a7300['JggWO'];if(_0x3a7300['FPHBN'](_0x49ec0e['constructor'][_0x213cdc(0x198)],_0x3a7300[_0x213cdc(0x1ce)])){const _0x123d58=_0x49ec0e['browser'];if(!_0x123d58)return null;const _0x1c4af6=_0x123d58['capabilities'],_0x13da17=_0x3a7300['vmkZM'](getOSVersionFromCaps,_0x3a7300[_0x213cdc(0x18e)](nestedKeyValue,_0x49ec0e,[_0x3a7300[_0x213cdc(0x19d)],_0x3a7300['PLuiw']]));return{[_0x23e2db]:{'browser':_0x1c4af6[_0x213cdc(0x1a7)],'browser_version':_0x1c4af6[_0x213cdc(0x1c3)],'capabilities':_0x1c4af6,'platform':_0x1c4af6['platformName'],'platform_version':_0x1c4af6[_0x213cdc(0x191)]||_0x13da17,'product':_0x3a7300[_0x213cdc(0x1d3)](getObservabilityLinkedProductName,_0x1c4af6),'session_id':_0x123d58['sessionId']}};}else{if(_0x3a7300[_0x213cdc(0x193)](_0x49ec0e[_0x213cdc(0x1c9)][_0x213cdc(0x198)],_0x3a7300[_0x213cdc(0x18f)])){const _0xd6003=PlaywrightSessionDetails[_0x213cdc(0x1e2)]();_0x23e2db=_0xd6003[_0x213cdc(0x1b3)]||_0x23e2db;const _0x1f9774=_0x3a7300[_0x213cdc(0x1ac)](nestedKeyValue,_0x49ec0e,[_0x3a7300[_0x213cdc(0x19d)],_0x3a7300[_0x213cdc(0x1bd)],_0x3a7300[_0x213cdc(0x197)]]),_0x3d4247=_0x1f9774?JSON[_0x213cdc(0x1ba)](new URL(_0x1f9774)[_0x213cdc(0x1bc)]['get'](_0x3a7300[_0x213cdc(0x1dc)])):{};return{[_0x23e2db]:{'browser':_0xd6003[_0x213cdc(0x1cf)]||_0x3d4247[_0x213cdc(0x1a7)],'browser_version':_0xd6003['browser_version']||_0x3d4247[_0x213cdc(0x1d9)],'capabilities':_0x3d4247,'platform':_0xd6003[_0x213cdc(0x1c8)],'platform_version':_0xd6003[_0x213cdc(0x1df)],'product':_0x3a7300[_0x213cdc(0x1d3)](getObservabilityLinkedProductName,_0x3d4247),'session_id':_0xd6003[_0x213cdc(0x1a0)]}};}}};function a3_0x5c5c(_0x5dd9e1,_0x24064c){const _0x293f09=a3_0x293f();return a3_0x5c5c=function(_0x5c5c6e,_0xee909a){_0x5c5c6e=_0x5c5c6e-0x18c;let _0xb26dc7=_0x293f09[_0x5c5c6e];return _0xb26dc7;},a3_0x5c5c(_0x5dd9e1,_0x24064c);}const setAccessibilityPlatformFlag=_0x4e20e4=>{const _0x1e2d32=a3_0x4d118c,_0xd5c088={};_0xd5c088[_0x1e2d32(0x1cc)]=_0x1e2d32(0x1b9);const _0x19c81f=_0xd5c088;global[_0x1e2d32(0x1da)]=_0x4e20e4,globals[_0x1e2d32(0x1e0)](_0x19c81f[_0x1e2d32(0x1cc)],_0x4e20e4);};exports[a3_0x4d118c(0x194)]=_0x13ce30=>{const _0x4f1847=a3_0x4d118c,_0x119a01={'mMJzV':function(_0xa5c841){return _0xa5c841();},'waZvn':function(_0x44e28d,_0x11e8a6){return _0x44e28d(_0x11e8a6);},'JWJOC':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','EFZSD':function(_0x30490c,_0x20e581){return _0x30490c(_0x20e581);},'RJYvy':function(_0x22f897,_0x4e250f){return _0x22f897!==_0x4e250f;},'KHDcF':'latest','tLbGk':_0x4f1847(0x1a6),'ojBok':function(_0x2a82ba,_0x46f6cf){return _0x2a82ba(_0x46f6cf);},'DDmpv':function(_0x53c290,_0x41ba0e){return _0x53c290(_0x41ba0e);},'lclWT':_0x4f1847(0x1a2)};if(_0x119a01[_0x4f1847(0x18d)](isAccessibilityAutomationSession)){const _0x4c68ec=_0x13ce30['browser'],_0x27dba9=_0x4c68ec[_0x4f1847(0x1b7)];_0x119a01['waZvn'](setAccessibilityPlatformFlag,!![]);!accessibilityHelper['isBrowserSupportedForAccessibility'](_0x27dba9[_0x4f1847(0x1a7)])&&(logger[_0x4f1847(0x1d6)](_0x119a01[_0x4f1847(0x1c2)]),_0x119a01[_0x4f1847(0x1a1)](setAccessibilityPlatformFlag,![]));if(_0x119a01[_0x4f1847(0x1a9)](_0x27dba9['browserVersion'],_0x119a01['KHDcF'])){const _0x1680ed=_0x119a01['mMJzV'](isBrowserstackInfra),_0x4e94fa=accessibilityHelper['getMinVersionForBrowser'](_0x27dba9[_0x4f1847(0x1a7)],_0x1680ed),_0x51cb90=accessibilityHelper[_0x4f1847(0x19b)](_0x27dba9['browserName']);if(!accessibilityHelper[_0x4f1847(0x19f)](_0x27dba9[_0x4f1847(0x1c3)],_0x4e94fa)){const _0x254b79=_0x1680ed?'':_0x119a01[_0x4f1847(0x1d0)];logger[_0x4f1847(0x1d6)](_0x4f1847(0x196)+_0x51cb90+_0x4f1847(0x1c7)+_0x4e94fa+'\x20or\x20higher\x20'+_0x254b79+'.'),_0x119a01[_0x4f1847(0x1b4)](setAccessibilityPlatformFlag,![]);}}!_0x119a01['DDmpv'](isUndefined,_0x27dba9[_0x4f1847(0x1bb)])&&(logger[_0x4f1847(0x1d6)](_0x119a01['lclWT']),_0x119a01[_0x4f1847(0x1dd)](setAccessibilityPlatformFlag,![]));}},exports['shouldPatchExecuteScript']=_0x103dc8=>{const _0x1a0887=a3_0x4d118c,_0x3f6a7f={};_0x3f6a7f[_0x1a0887(0x1c1)]=function(_0x4d916e,_0xc5012a){return _0x4d916e!==_0xc5012a;},_0x3f6a7f[_0x1a0887(0x1be)]=_0x1a0887(0x1c5),_0x3f6a7f[_0x1a0887(0x1b1)]=_0x1a0887(0x1e3),_0x3f6a7f[_0x1a0887(0x190)]=_0x1a0887(0x1ca);const _0x51d557=_0x3f6a7f;if(!_0x103dc8)return![];else{if(_0x51d557[_0x1a0887(0x1c1)](typeof _0x103dc8,_0x51d557[_0x1a0887(0x1be)]))return!![];}return!_0x103dc8['includes'](_0x51d557['vYxgI'])&&!_0x103dc8[_0x1a0887(0x1af)](_0x51d557[_0x1a0887(0x190)]);};
1
+ const a3_0x11bf17=a3_0x40c7;function a3_0x4083(){const _0x5a88f1=['xddrp','dgICV','yAdNB','726EdoOzn','setGlobal','48609770vzqWBe','kHbxe','on\x20non-BrowserStack\x20infrastructure\x20','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','browser_version','searchParams','sessionId','aiUDk','LNiXa','constructor','9759342JmWMrX','isVersionSupported','zPIka','unknown_grid','dvcjQ','WebDriver','capabilities','cmqlk','9952536qpzrHW','hNvph','tsZZR','../../helpers/test-observability/utils','../../helpers/helper','os_version','GQhLs','browserVersion','ZQWAw','browser','ylUGb','7268eyDlYz','zJNoV','isAccessibilityPlatform','platform','winstonLogger','QtOYU','WNNjg','includes','browserstack_accessibility_automation_script','471BLFmci','7GAYURM','jDxZE','../../helpers/logger','qYeBl','664225igjSEw','platform_version','deviceName','browserWSEndpoint','MVwfV','DCudj','../../helpers/globals.js','yESdn','bsSessionId','ENdeF','LjaXu','2042xoHnzq','702945pcTTKy','../../helpers/accessibility-automation/helper','string','bstack:options','parse','bBkOh','cloudProvider','name','jHOeq','getMinVersionForBrowser','getDetails','platformName','browserName','fetchPlatformDetails','processWebDriverConfig','GfYNU','EaFUW','XzBVJ','sfTuR','XMTsW','platformVersion','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','warn','Playwright'];a3_0x4083=function(){return _0x5a88f1;};return a3_0x4083();}(function(_0x51b377,_0x12df8d){const _0x15ff30=a3_0x40c7,_0x4818f1=_0x51b377();while(!![]){try{const _0x4a4f6b=parseInt(_0x15ff30(0x1d0))/0x1*(-parseInt(_0x15ff30(0x18c))/0x2)+-parseInt(_0x15ff30(0x1a8))/0x3*(parseInt(_0x15ff30(0x1c7))/0x4)+-parseInt(_0x15ff30(0x181))/0x5+-parseInt(_0x15ff30(0x1b4))/0x6*(parseInt(_0x15ff30(0x1d1))/0x7)+-parseInt(_0x15ff30(0x1bc))/0x8+-parseInt(_0x15ff30(0x18d))/0x9+parseInt(_0x15ff30(0x1aa))/0xa;if(_0x4a4f6b===_0x12df8d)break;else _0x4818f1['push'](_0x4818f1['shift']());}catch(_0x4ab86a){_0x4818f1['push'](_0x4818f1['shift']());}}}(a3_0x4083,0xd1aae));const {isUndefined,nestedKeyValue}=require(a3_0x11bf17(0x1c0)),logger=require(a3_0x11bf17(0x17f))[a3_0x11bf17(0x1cb)],PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{isAccessibilityAutomationSession}=require(a3_0x11bf17(0x18e)),{getObservabilityLinkedProductName}=require(a3_0x11bf17(0x1bf)),accessibilityHelper=require(a3_0x11bf17(0x18e)),{isBrowserstackInfra}=require('../../helpers/helper'),globals=require(a3_0x11bf17(0x187)),getOSVersionFromCaps=_0x1f61dd=>{const _0x5aebeb=a3_0x11bf17,_0x184f6d={};_0x184f6d['EaFUW']=_0x5aebeb(0x190),_0x184f6d['sfTuR']=_0x5aebeb(0x1a1),_0x184f6d[_0x5aebeb(0x1b2)]='platform_version',_0x184f6d[_0x5aebeb(0x19c)]='osVersion',_0x184f6d[_0x5aebeb(0x18b)]=_0x5aebeb(0x1c1);const _0x3972a9=_0x184f6d;if(!_0x1f61dd)return null;const _0x4bd7ce=_0x1f61dd[_0x3972a9[_0x5aebeb(0x19d)]],_0x3bbe2d=[_0x3972a9[_0x5aebeb(0x19f)],_0x3972a9[_0x5aebeb(0x1b2)],_0x3972a9[_0x5aebeb(0x19c)],_0x3972a9[_0x5aebeb(0x18b)]];for(const _0x26e559 of _0x3bbe2d){if(_0x4bd7ce&&_0x4bd7ce[_0x26e559])return _0x4bd7ce[_0x26e559];else{if(_0x1f61dd[_0x26e559])return _0x1f61dd[_0x26e559];}}return null;};exports[a3_0x11bf17(0x19a)]=_0x43baf9=>{const _0x1f0a05=a3_0x11bf17,_0x106466={'gULRx':_0x1f0a05(0x1b7),'dvcjQ':function(_0x5cf244,_0x478a6a){return _0x5cf244===_0x478a6a;},'tsZZR':_0x1f0a05(0x1b9),'qYeBl':function(_0x5f2f42,_0x5c7ac9){return _0x5f2f42(_0x5c7ac9);},'MVwfV':function(_0x38ae01,_0x323804,_0x231d7d){return _0x38ae01(_0x323804,_0x231d7d);},'cmqlk':'config','ZQWAw':'desiredCapabilities','aiUDk':function(_0x36863e,_0x4fea2c){return _0x36863e(_0x4fea2c);},'XzBVJ':function(_0x6704d3,_0x3a61ef){return _0x6704d3===_0x3a61ef;},'ylUGb':_0x1f0a05(0x1a4),'zHNLc':function(_0x4b2492,_0x395e11,_0x2c2acb){return _0x4b2492(_0x395e11,_0x2c2acb);},'jDxZE':_0x1f0a05(0x1c5),'yESdn':_0x1f0a05(0x184),'zPIka':'caps','LMoSg':function(_0x32c34b,_0x325b54){return _0x32c34b(_0x325b54);}};if(!_0x43baf9)return null;let _0x4e9bd3=global['__cloud_provider___']||_0x106466['gULRx'];if(_0x106466[_0x1f0a05(0x1b8)](_0x43baf9[_0x1f0a05(0x1b3)]['name'],_0x106466[_0x1f0a05(0x1be)])){const _0x500569=_0x43baf9['browser'];if(!_0x500569)return null;const _0x45a727=_0x500569[_0x1f0a05(0x1ba)],_0xa461ce=_0x106466[_0x1f0a05(0x180)](getOSVersionFromCaps,_0x106466[_0x1f0a05(0x185)](nestedKeyValue,_0x43baf9,[_0x106466[_0x1f0a05(0x1bb)],_0x106466[_0x1f0a05(0x1c4)]]));return{[_0x4e9bd3]:{'browser':_0x45a727[_0x1f0a05(0x199)],'browser_version':_0x45a727['browserVersion'],'capabilities':_0x45a727,'platform':_0x45a727[_0x1f0a05(0x198)],'platform_version':_0x45a727[_0x1f0a05(0x1a1)]||_0xa461ce,'product':_0x106466[_0x1f0a05(0x1b1)](getObservabilityLinkedProductName,_0x45a727),'session_id':_0x500569[_0x1f0a05(0x1b0)]}};}else{if(_0x106466[_0x1f0a05(0x19e)](_0x43baf9[_0x1f0a05(0x1b3)][_0x1f0a05(0x194)],_0x106466[_0x1f0a05(0x1c6)])){const _0x280cbb=PlaywrightSessionDetails[_0x1f0a05(0x197)]();_0x4e9bd3=_0x280cbb[_0x1f0a05(0x193)]||_0x4e9bd3;const _0x299bcd=_0x106466['zHNLc'](nestedKeyValue,_0x43baf9,[_0x106466[_0x1f0a05(0x1bb)],_0x106466[_0x1f0a05(0x1d2)],_0x106466[_0x1f0a05(0x188)]]),_0x5d9e91=_0x299bcd?JSON[_0x1f0a05(0x191)](new URL(_0x299bcd)[_0x1f0a05(0x1af)]['get'](_0x106466[_0x1f0a05(0x1b6)])):{};return{[_0x4e9bd3]:{'browser':_0x280cbb[_0x1f0a05(0x1c5)]||_0x5d9e91['browserName'],'browser_version':_0x280cbb[_0x1f0a05(0x1ae)]||_0x5d9e91[_0x1f0a05(0x1ae)],'capabilities':_0x5d9e91,'platform':_0x280cbb[_0x1f0a05(0x1ca)],'platform_version':_0x280cbb[_0x1f0a05(0x182)],'product':_0x106466['LMoSg'](getObservabilityLinkedProductName,_0x5d9e91),'session_id':_0x280cbb[_0x1f0a05(0x189)]}};}}};function a3_0x40c7(_0x324d06,_0x4eb7d2){const _0x408350=a3_0x4083();return a3_0x40c7=function(_0x40c793,_0xa64376){_0x40c793=_0x40c793-0x17f;let _0x44ecbd=_0x408350[_0x40c793];return _0x44ecbd;},a3_0x40c7(_0x324d06,_0x4eb7d2);}const setAccessibilityPlatformFlag=_0x3145ea=>{const _0x290a9c=a3_0x11bf17,_0x47ff17={};_0x47ff17[_0x290a9c(0x192)]=_0x290a9c(0x1c9);const _0x586eef=_0x47ff17;global['accessibilityPlatform']=_0x3145ea,globals[_0x290a9c(0x1a9)](_0x586eef[_0x290a9c(0x192)],_0x3145ea);};exports[a3_0x11bf17(0x19b)]=_0x568634=>{const _0x150e57=a3_0x11bf17,_0x9c3010={'tecVL':function(_0x169f40){return _0x169f40();},'XMTsW':function(_0x1b1c63,_0x49ef86){return _0x1b1c63(_0x49ef86);},'GQhLs':_0x150e57(0x1a2),'kHbxe':function(_0x4410ae,_0x584c80){return _0x4410ae(_0x584c80);},'zJNoV':function(_0x193c90,_0x364851){return _0x193c90!==_0x364851;},'TRGoG':'latest','jHOeq':function(_0x59c084){return _0x59c084();},'ENdeF':_0x150e57(0x1ac),'DCudj':function(_0x58d907,_0xe4f24f){return _0x58d907(_0xe4f24f);},'WNNjg':_0x150e57(0x1ad),'dgICV':function(_0x5a7230,_0x27d3c6){return _0x5a7230(_0x27d3c6);}};if(_0x9c3010['tecVL'](isAccessibilityAutomationSession)){const _0x3a1573=_0x568634['browser'],_0x1a31b9=_0x3a1573['capabilities'];_0x9c3010[_0x150e57(0x1a0)](setAccessibilityPlatformFlag,!![]);!accessibilityHelper['isBrowserSupportedForAccessibility'](_0x1a31b9[_0x150e57(0x199)])&&(logger[_0x150e57(0x1a3)](_0x9c3010[_0x150e57(0x1c2)]),_0x9c3010[_0x150e57(0x1ab)](setAccessibilityPlatformFlag,![]));if(_0x9c3010[_0x150e57(0x1c8)](_0x1a31b9[_0x150e57(0x1c3)],_0x9c3010['TRGoG'])){const _0x162eaf=_0x9c3010[_0x150e57(0x195)](isBrowserstackInfra),_0x1e6b3a=accessibilityHelper[_0x150e57(0x196)](_0x1a31b9[_0x150e57(0x199)],_0x162eaf),_0x35e4b8=accessibilityHelper['getBrowserDisplayName'](_0x1a31b9[_0x150e57(0x199)]);if(!accessibilityHelper[_0x150e57(0x1b5)](_0x1a31b9[_0x150e57(0x1c3)],_0x1e6b3a)){const _0x4dc0f0=_0x162eaf?'':_0x9c3010[_0x150e57(0x18a)];logger[_0x150e57(0x1a3)]('Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20'+_0x35e4b8+'\x20browser\x20version\x20'+_0x1e6b3a+'\x20or\x20higher\x20'+_0x4dc0f0+'.'),_0x9c3010[_0x150e57(0x1ab)](setAccessibilityPlatformFlag,![]);}}!_0x9c3010[_0x150e57(0x186)](isUndefined,_0x1a31b9[_0x150e57(0x183)])&&(logger[_0x150e57(0x1a3)](_0x9c3010[_0x150e57(0x1cd)]),_0x9c3010[_0x150e57(0x1a6)](setAccessibilityPlatformFlag,![]));}},exports['shouldPatchExecuteScript']=_0x49c523=>{const _0x2edea5=a3_0x11bf17,_0x275252={};_0x275252['xddrp']=function(_0x243f5a,_0xf5f1a6){return _0x243f5a!==_0xf5f1a6;},_0x275252[_0x2edea5(0x1bd)]=_0x2edea5(0x18f),_0x275252[_0x2edea5(0x1a7)]='browserstack_executor',_0x275252['QtOYU']=_0x2edea5(0x1cf);const _0x35c3a=_0x275252;if(!_0x49c523)return![];else{if(_0x35c3a[_0x2edea5(0x1a5)](typeof _0x49c523,_0x35c3a[_0x2edea5(0x1bd)]))return!![];}return!_0x49c523[_0x2edea5(0x1ce)](_0x35c3a[_0x2edea5(0x1a7)])&&!_0x49c523[_0x2edea5(0x1ce)](_0x35c3a[_0x2edea5(0x1cc)]);};
@@ -1 +1 @@
1
- const a4_0x5d3897=a4_0x24e8;(function(_0x3b977c,_0x41b020){const _0x36737b=a4_0x24e8,_0x2294b9=_0x3b977c();while(!![]){try{const _0x542090=-parseInt(_0x36737b(0x17e))/0x1*(-parseInt(_0x36737b(0x172))/0x2)+-parseInt(_0x36737b(0x120))/0x3+parseInt(_0x36737b(0x1dd))/0x4*(parseInt(_0x36737b(0x12b))/0x5)+-parseInt(_0x36737b(0x15a))/0x6+parseInt(_0x36737b(0x178))/0x7+parseInt(_0x36737b(0x1e4))/0x8+parseInt(_0x36737b(0x209))/0x9*(-parseInt(_0x36737b(0x152))/0xa);if(_0x542090===_0x41b020)break;else _0x2294b9['push'](_0x2294b9['shift']());}catch(_0x3fadfb){_0x2294b9['push'](_0x2294b9['shift']());}}}(a4_0x4bc3,0xb8b1e));const path=require(a4_0x5d3897(0x13a)),util=require('util'),fs=require('fs'),{v4:uuidv4}=require('uuid'),{resolveBrowserTypeClass,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x5d3897(0x20d)),testOpsHelper=require(a4_0x5d3897(0x1b6)),{getTestEnv}=require(a4_0x5d3897(0x1ef)),{FRAMEWORKS}=require(a4_0x5d3897(0x19d)),logger=require(a4_0x5d3897(0x1e1))[a4_0x5d3897(0x14e)],SessionHandler=require('../../helpers/test-observability/sessionHandler'),RequestQueueHandler=require(a4_0x5d3897(0x122)),PlaywrightSessionDetails=require(a4_0x5d3897(0x13d)),debug=testOpsHelper[a4_0x5d3897(0x145)],{processAccessibilityCaps}=require(a4_0x5d3897(0x1c7)),Constants=require('../utils/constants'),{fetchPlatformDetails}=require(a4_0x5d3897(0x18a)),{shouldProcessEventForTesthub,appendTesthubParams}=require('../../helpers/testhub/utils.js'),constants=require(a4_0x5d3897(0x123)),STATE_PASSED=a4_0x5d3897(0x170),STATE_FAILED=a4_0x5d3897(0x1b2),a4_0x7a9963={};a4_0x7a9963[a4_0x5d3897(0x203)]='TestRunStarted',a4_0x7a9963[a4_0x5d3897(0x14b)]=a4_0x5d3897(0x1f7),a4_0x7a9963[a4_0x5d3897(0x1f4)]=a4_0x5d3897(0x17a),a4_0x7a9963['HOOK_RUN_STARTED']=a4_0x5d3897(0x147),a4_0x7a9963['HOOK_RUN_FINISHED']='HookRunFinished';function a4_0x4bc3(){const _0x32af25=['ZiGdi','debug','obsBrowserTypeMockApplied','HookRunStarted','sCtoi','pzZlN','NUbIk','TEST_RUN_FINISHED','HyxMq','TEST_REPORTING_ANALYTICS','winstonLogger','TEST_EVENTS','parent','CBTSessionCreated','90pMnKdl','retryOf','iONYM','aySny','text','suites','hook_run_uuid','enabled','1628958Ugwlnv','MXkqW','test_run','file','stringify','getTime','_afterAll','fullTitle','LDYuO','toLowerCase','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','\x20with\x20error\x20:\x20','ycabM','toUpperCase','pending','sdjJe','GrkMD','dOMbi','length','NsNqh','RanDp','join','passed','TPFnu','4RPpVqU','FONeE','integrations','ZkQTS','fireEvent','LCxOw','10056669iUDYfR','failure_backtrace','TestRunSkipped','MZNoD','toString','bddStepStart','617852LuWyOS','bddStepFinish','hook','title','split','findGitConfig','IzwSL','getFailureType','groups','QDpWQ','_paths','launch','./helper.js','LMdtS','forEach','inspect','startedAt','tags','accessibilityPlatform','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','stepAnalyticsId','AfrMi','eventType','tBZDn','success','Not\x20able\x20to\x20import\x20Browser','testAnalyticsId','prefixTestPath','eXnWg','_beforeEach','failure_reason_expanded','../../helpers/test-observability/constants','CODECEPT','failureData','push','IqQLa','lmGud','STATE_PASSED','currentTest','BvUcw','LtZor','bs:addLog:','connect','_testEnv','JUEqf','find','File\x20path\x20could\x20not\x20be\x20found','hook_run','fESYY','_beforeAll','__platformCaps','logs','failed','toISOString','uuid','err','../../helpers/test-observability/utils','initializeBddStep','nwpGj','MNsXN','frameworkName','keys','started','jhQZb','dDUQN','RegrI','result','ecMGL','ZXjgy','ydzNr','finished','then','meta','../playwright/accessibility-helper','wPPyP','dirname','now','getHierarchy','location_prefix','FaSwj','sendCBTInfo','NekFJ','pendingHookEvents','BROWSERSTACK','format','removeAllListeners','lIXLK','mapTestHooks','sJLIf','Playwright','getRootParentFile','goZJT','status','nWStO','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','4dRqEQQ','tuPJA','skipped','codeceptjs','../../helpers/logger','HpXEM','driver','8960400OIoeCu','bddSteps','uVnrS','wsEndpoint','PLAYWRIGHT_HUB_URL','finished_at','HHwYp','JkCYT','zHtuU','ilZLF','body','../mocha/test-observability/mochaUtils','MTRNx','O11yHelper','uploadData','NToam','TEST_RUN_SKIPPED','pid','KGipY','TestRunFinished','tIKXm','_afterEach','match','getCBTInfo','LogCreated','sep','tZsmw','test_run_uuid','apply','qBdUX','defineProperty','TEST_RUN_STARTED','rvbMw','cmEpc','comment','PathHelper','keyword','3337353FMgaQh','session_id','1|5|0|3|2|4','flushPendingHookEvents','../../helpers/helper','dmcmq','yggZL','sHrWx','hookAnalyticsId','captureEvent','markedStatus','FQpob','Failed\x20to\x20flush\x20pending\x20hook\x20event\x20','853200WPWeJY','replace','../../helpers/test-observability/requestQueueHandler','../utils/constants','expanded','RCTak','currentHook','lxtbc','hasLiveDriverSession','rCzaO','name','4286675kkIpXR','failed\x20to\x20get\x20root\x20parent\x20file\x20','errorsDetailed','mzVWQ','failure','yewjH','relative','getHooksForTest','setupBrowserDetails','ctx','statSync','event_type','sMAgK','duration','uploadEventData','path','resetSkipTestHooks','test','../playwright/sessionDetails','SjrxT','includes','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','shutdown','splice','bind'];a4_0x4bc3=function(){return _0x32af25;};return a4_0x4bc3();}const TEST_EVENTS=a4_0x7a9963,parseEvent=_0x1f7f37=>{const _0x64d650=a4_0x5d3897,_0x17a556={};_0x17a556[_0x64d650(0x1e6)]=function(_0xd3fa34,_0x499c57){return _0xd3fa34<_0x499c57;},_0x17a556['jhQZb']=function(_0x14c932,_0x47c590){return _0x14c932===_0x47c590;},_0x17a556[_0x64d650(0x154)]='test',_0x17a556[_0x64d650(0x16b)]=function(_0x584b37,_0x29a1db){return _0x584b37===_0x29a1db;},_0x17a556[_0x64d650(0x20e)]=_0x64d650(0x180),_0x17a556[_0x64d650(0x144)]=_0x64d650(0x1df),_0x17a556['XIRer']=function(_0x217f9f,_0x170fff){return _0x217f9f===_0x170fff;},_0x17a556['HyxMq']=_0x64d650(0x1bc),_0x17a556[_0x64d650(0x14a)]=_0x64d650(0x1c4);const _0xa21bb0=_0x17a556,_0x4af0ce=_0x1f7f37[_0x64d650(0x1fa)](/^(.*)Run(.*)$/);if(!_0x4af0ce)return null;if(_0xa21bb0['uVnrS'](_0x4af0ce[_0x64d650(0x16c)],0x3))return null;const _0x376a5a=_0x4af0ce[0x1]['toLowerCase'](),_0x217082=_0x4af0ce[0x2][_0x64d650(0x163)]();return{'test':_0xa21bb0[_0x64d650(0x1bd)](_0x376a5a,_0xa21bb0[_0x64d650(0x154)]),'hook':_0xa21bb0['dOMbi'](_0x376a5a,_0xa21bb0[_0x64d650(0x20e)]),'skipped':_0xa21bb0['jhQZb'](_0x217082,_0xa21bb0[_0x64d650(0x144)]),'started':_0xa21bb0['XIRer'](_0x217082,_0xa21bb0[_0x64d650(0x14c)]),'finished':_0xa21bb0['dOMbi'](_0x217082,_0xa21bb0[_0x64d650(0x14a)])};},mockPWBrowserType=_0x3b061a=>{const _0x9e326=a4_0x5d3897,_0x4a2b5b={'HHwYp':function(_0x2f4357,_0x2d31ba){return _0x2f4357===_0x2d31ba;},'LMdtS':'string','RanDp':function(_0x3391d5,_0xc9d656,_0x4cd898){return _0x3391d5(_0xc9d656,_0x4cd898);},'HpXEM':_0x9e326(0x1e7),'MNsXN':function(_0x452732,_0x1660b6){return _0x452732(_0x1660b6);},'yggZL':'browserstack','uofjl':function(_0x4a38a8){return _0x4a38a8();},'tZsmw':function(_0x4addb0,_0x4f7a7d){return _0x4addb0(_0x4f7a7d);},'WKQkw':_0x9e326(0x197),'lIXLK':_0x9e326(0x1a8),'MXkqW':_0x9e326(0x189)},_0x54fc54=_0x4a2b5b['uofjl'](resolveBrowserTypeClass);if(!_0x54fc54){_0x4a2b5b[_0x9e326(0x1fe)](debug,_0x4a2b5b['WKQkw']);return;}const _0x37156a=_0x54fc54['prototype'];if(_0x37156a[_0x9e326(0x146)])return;const _0x22be15=_0x37156a['connect'];Object[_0x9e326(0x202)](_0x37156a,_0x4a2b5b[_0x9e326(0x1d4)],{'get':function(){return async function _0x351172(_0x237228,_0x209f75){const _0x545da6=a4_0x24e8,_0x581a03={'cOkge':function(_0x420047,_0x242ef3){const _0x5dad50=a4_0x24e8;return _0x4a2b5b[_0x5dad50(0x1ea)](_0x420047,_0x242ef3);},'eXnWg':_0x4a2b5b[_0x545da6(0x18b)]},_0x9b9370=_0x4a2b5b[_0x545da6(0x16e)](nestedKeyValue,_0x237228,[_0x4a2b5b[_0x545da6(0x1e2)]])||_0x237228;let _0x4d200f=null,_0x45d3ad=null;try{[_0x45d3ad,_0x4d200f]=_0x9b9370?_0x4a2b5b[_0x545da6(0x1b9)](parseWSEndpoint,_0x9b9370):[null,null],global[_0x545da6(0x1b0)]=_0x4d200f,logger[_0x545da6(0x145)]('Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20'+_0x45d3ad),_0x45d3ad[_0x545da6(0x13f)](Constants[_0x545da6(0x1d1)])&&(global['__cloud_provider___']=_0x4a2b5b[_0x545da6(0x20f)]);}catch(_0x75f0ec){logger[_0x545da6(0x145)]('Failed\x20to\x20parse\x20wsendpoint\x20'+_0x9b9370+'\x20'+_0x75f0ec);}_0x4a2b5b[_0x545da6(0x16e)](processAccessibilityCaps,_0x4d200f,_0x45d3ad);if(global[_0x545da6(0x190)]){const _0x5ca7e1=await _0x37156a['connectOverCDP'][_0x545da6(0x200)](this,[''+Constants[_0x545da6(0x1e8)]+_0x4a2b5b[_0x545da6(0x1b9)](encodeURIComponent,JSON[_0x545da6(0x15e)](_0x4d200f))]);return PlaywrightSessionDetails[_0x545da6(0x133)](_0x5ca7e1,_0x3b061a,_0x9b9370),_0x5ca7e1;}return _0x22be15[_0x545da6(0x200)](this,arguments)[_0x545da6(0x1c5)](_0x122ecd=>{const _0x39a061=_0x545da6;let _0x6373ca=_0x237228[_0x39a061(0x1e7)];return _0x581a03['cOkge'](typeof _0x237228,_0x581a03[_0x39a061(0x19a)])&&(_0x6373ca=_0x237228),PlaywrightSessionDetails[_0x39a061(0x133)](_0x122ecd,_0x3b061a,_0x6373ca),_0x122ecd;});};}});const _0x2e9f91=_0x37156a[_0x9e326(0x189)];Object['defineProperty'](_0x37156a,_0x4a2b5b[_0x9e326(0x15b)],{'get':function(){return async function _0x3b66bd(){const _0x3ec94e=a4_0x24e8;return _0x2e9f91[_0x3ec94e(0x200)](this,arguments)[_0x3ec94e(0x1c5)](_0x59c9d7=>{const _0x421813=_0x3ec94e;return PlaywrightSessionDetails[_0x421813(0x133)](_0x59c9d7,null),_0x59c9d7;});};}});};class O11yHelper{[a4_0x5d3897(0x1a4)]=null;[a4_0x5d3897(0x126)]=null;['enabled']=![];[a4_0x5d3897(0x1ba)]=![];[a4_0x5d3897(0x1d0)]=[];constructor(_0x4a13b6,_0x1c1541){const _0x476d36=a4_0x5d3897,_0x50cc25={'JUEqf':_0x476d36(0x20b),'sMAgK':function(_0x15520b){return _0x15520b();},'RCTak':function(_0x2b459a){return _0x2b459a();},'pzZlN':function(_0x5128c3,_0xa56fa5){return _0x5128c3===_0xa56fa5;},'lxtbc':_0x476d36(0x1d7),'goZJT':function(_0x9fb668,_0x2e0f42){return _0x9fb668(_0x2e0f42);}},_0x1ecd50=_0x50cc25[_0x476d36(0x1aa)][_0x476d36(0x182)]('|');let _0x381757=0x0;while(!![]){switch(_0x1ecd50[_0x381757++]){case'0':this[_0x476d36(0x1e3)]=_0x4a13b6;continue;case'1':this[_0x476d36(0x159)]=_0x50cc25[_0x476d36(0x137)](shouldProcessEventForTesthub);continue;case'2':this['_paths']=new testOpsHelper[(_0x476d36(0x207))]({'cwd':process['cwd']()},this[_0x476d36(0x1a9)][_0x476d36(0x1cc)]);continue;case'3':this[_0x476d36(0x1a9)]=_0x50cc25[_0x476d36(0x125)](getTestEnv);continue;case'4':this['driver']&&_0x50cc25[_0x476d36(0x149)](this[_0x476d36(0x1e3)]['constructor'][_0x476d36(0x12a)],_0x50cc25[_0x476d36(0x127)])&&_0x50cc25[_0x476d36(0x1d9)](mockPWBrowserType,null);continue;case'5':this[_0x476d36(0x1ba)]=_0x1c1541['frameworkName'];continue;}break;}}[a4_0x5d3897(0x128)](){const _0x5f452d=a4_0x5d3897,_0x4c9e3f={'SjrxT':function(_0x12060e,_0x3fecc9){return _0x12060e(_0x3fecc9);}};if(!this['driver'])return![];try{const _0x5b27e5=_0x4c9e3f[_0x5f452d(0x13e)](fetchPlatformDetails,this[_0x5f452d(0x1e3)]);if(!_0x5b27e5)return![];const _0x4b1ca0=Object[_0x5f452d(0x1bb)](_0x5b27e5)[0x0];return!!(_0x4b1ca0&&_0x5b27e5[_0x4b1ca0]&&_0x5b27e5[_0x4b1ca0][_0x5f452d(0x20a)]);}catch(_0x5c5174){return![];}}['bufferPendingHookEvent'](_0x31159a,_0x16429c){const _0x54e79d=a4_0x5d3897;if(!_0x16429c)return;const _0x3d8ab0={};_0x3d8ab0[_0x54e79d(0x194)]=_0x31159a,_0x3d8ab0[_0x54e79d(0x1f2)]=_0x16429c,this[_0x54e79d(0x1d0)][_0x54e79d(0x1a0)](_0x3d8ab0);}async[a4_0x5d3897(0x20c)](){const _0xefd8b7=a4_0x5d3897,_0x1ff014={};_0x1ff014[_0xefd8b7(0x1c8)]=function(_0x5c1681,_0x27746d){return _0x5c1681&&_0x27746d;};const _0x163423=_0x1ff014;if(!this[_0xefd8b7(0x1d0)][_0xefd8b7(0x16c)])return;if(!this[_0xefd8b7(0x128)]())return;const _0x415c21=this['getCBTInfo'](this[_0xefd8b7(0x1e3)]),_0x98efbe=this[_0xefd8b7(0x1d0)][_0xefd8b7(0x142)](0x0,this[_0xefd8b7(0x1d0)][_0xefd8b7(0x16c)]);for(const {eventType:_0x1f2fd5,uploadData:_0x5e13c5}of _0x98efbe){try{const _0x3cbdc0=_0x5e13c5[_0xefd8b7(0x1ad)]||_0x5e13c5[_0xefd8b7(0x15c)];_0x163423[_0xefd8b7(0x1c8)](_0x3cbdc0,_0x415c21)&&(_0x3cbdc0[_0xefd8b7(0x174)]=_0x415c21),await this[_0xefd8b7(0x176)](_0x1f2fd5,_0x5e13c5);}catch(_0x1f253f){logger[_0xefd8b7(0x145)](_0xefd8b7(0x11f)+_0x1f2fd5+':\x20'+util[_0xefd8b7(0x1d2)](_0x1f253f));}}}['start'](){const _0x389d8d=a4_0x5d3897;if(!this[_0x389d8d(0x159)])return;testOpsHelper['patchConsoleLogger'](),process[_0x389d8d(0x1d3)](_0x389d8d(0x1a7)+process[_0x389d8d(0x1f5)]),process['on'](_0x389d8d(0x1a7)+process['pid'],this['appendTestItemLog'][_0x389d8d(0x143)](this));}async['stop'](){const _0x7f0b51=a4_0x5d3897;await RequestQueueHandler['getInstance']()[_0x7f0b51(0x141)]();}async['appendTestItemLog'](_0x4bc9b5){const _0x13c573=a4_0x5d3897,_0xdf133a={'TPFnu':_0x13c573(0x1fc),'FONeE':function(_0x4d89d9,_0x4e39cb){return _0x4d89d9(_0x4e39cb);}};try{this['currentHook']&&!this['currentHook']['markedStatus']&&(_0x4bc9b5[_0x13c573(0x158)]=this[_0x13c573(0x126)][_0x13c573(0x211)]);!_0x4bc9b5['hook_run_uuid']&&this[_0x13c573(0x1a4)]&&!this['currentTest'][_0x13c573(0x213)]&&(_0x4bc9b5[_0x13c573(0x1ff)]=this[_0x13c573(0x1a4)]['testAnalyticsId']);if(_0x4bc9b5['hook_run_uuid']||_0x4bc9b5[_0x13c573(0x1ff)]){const _0x4a3613={};_0x4a3613['event_type']=_0xdf133a[_0x13c573(0x171)],_0x4a3613[_0x13c573(0x1b1)]=[_0x4bc9b5],await SessionHandler[_0x13c573(0x139)](_0x4a3613);}}catch(_0x587427){_0xdf133a[_0x13c573(0x173)](debug,_0x13c573(0x191)+constants[_0x13c573(0x14d)]+_0x13c573(0x165)+_0x587427);}}async[a4_0x5d3897(0x1ce)](_0x538537){const _0x36eb42=a4_0x5d3897,_0x129baf={'JkCYT':_0x36eb42(0x151),'NmheK':function(_0x19c5f4,_0x2cd3ba){return _0x19c5f4(_0x2cd3ba);}};if(!this[_0x36eb42(0x159)])return;const _0x1546b0=this[_0x36eb42(0x1fb)](this[_0x36eb42(0x1e3)]);try{const _0x2fa0fe={};_0x2fa0fe[_0x36eb42(0x1b4)]=_0x538537,_0x2fa0fe[_0x36eb42(0x174)]=_0x1546b0;const _0x18b172=_0x2fa0fe,_0x1f2907={};_0x1f2907[_0x36eb42(0x136)]=_0x129baf[_0x36eb42(0x1eb)],_0x1f2907['test_run']=_0x18b172,await SessionHandler[_0x36eb42(0x139)](_0x1f2907);}catch(_0x20259d){_0x129baf['NmheK'](debug,_0x36eb42(0x164)+constants['TEST_REPORTING_ANALYTICS']+_0x36eb42(0x165)+_0x20259d);}}[a4_0x5d3897(0x1fb)](_0x37eb73){const _0x282eca={'QjAUe':function(_0x1e0da6,_0x4e8751){return _0x1e0da6(_0x4e8751);}};return _0x282eca['QjAUe'](fetchPlatformDetails,_0x37eb73);}[a4_0x5d3897(0x13b)]=_0x58cb13=>{const _0x9ed6ad=a4_0x5d3897,_0x55d4b9={};_0x55d4b9[_0x9ed6ad(0x195)]=_0x9ed6ad(0x19b),_0x55d4b9[_0x9ed6ad(0x1ae)]=_0x9ed6ad(0x1f9);const _0x11ccf5=_0x55d4b9;if(!_0x58cb13||!_0x58cb13['parent'])return;[_0x11ccf5[_0x9ed6ad(0x195)],_0x11ccf5[_0x9ed6ad(0x1ae)]][_0x9ed6ad(0x18c)](_0x2cfaf2=>{const _0x2b7d0c=_0x9ed6ad,_0x369edb=_0x58cb13['parent'][_0x2cfaf2];_0x369edb[_0x2b7d0c(0x18c)](_0x2264e7=>{const _0x1ef44d=_0x2b7d0c;_0x2264e7[_0x1ef44d(0x211)]&&(_0x2264e7[_0x1ef44d(0x211)]=null);});});};[a4_0x5d3897(0x1d5)](_0x18e752){const _0x59384d=a4_0x5d3897,_0x4d76f6={'OyLrd':_0x59384d(0x1e0),'GrkMD':function(_0x994ca7){return _0x994ca7();},'NekFJ':function(_0x4e3394,_0x4709d0){return _0x4e3394===_0x4709d0;},'MZNoD':_0x59384d(0x1f9),'RegrI':_0x59384d(0x1af),'tIKXm':_0x59384d(0x160),'IqQLa':_0x59384d(0x19b)};if(!_0x18e752||!_0x18e752[_0x59384d(0x150)])return;[_0x4d76f6[_0x59384d(0x1bf)],_0x4d76f6[_0x59384d(0x1f8)],_0x4d76f6[_0x59384d(0x1a1)],_0x4d76f6['MZNoD']][_0x59384d(0x18c)](_0x390cde=>{const _0x37b5fb=_0x18e752['parent'][_0x390cde]||[];_0x37b5fb['forEach'](_0x5b54e5=>{const _0x19ad30=a4_0x24e8;if(_0x5b54e5[_0x19ad30(0x181)][_0x19ad30(0x13f)](_0x4d76f6['OyLrd']))return;if(!_0x5b54e5['hookAnalyticsId'])_0x5b54e5[_0x19ad30(0x211)]=_0x4d76f6[_0x19ad30(0x16a)](uuidv4);else _0x5b54e5[_0x19ad30(0x213)]&&_0x4d76f6[_0x19ad30(0x1cf)](_0x390cde,_0x4d76f6[_0x19ad30(0x17b)])&&(_0x5b54e5['hookAnalyticsId']=_0x4d76f6['GrkMD'](uuidv4),delete _0x5b54e5[_0x19ad30(0x213)]);});}),this[_0x59384d(0x1d5)](_0x18e752[_0x59384d(0x150)]);}[a4_0x5d3897(0x132)](_0x1c1ca4){const _0x110a2e=a4_0x5d3897,_0x23e742={};_0x23e742[_0x110a2e(0x1c1)]=_0x110a2e(0x1af),_0x23e742[_0x110a2e(0x1db)]=_0x110a2e(0x160),_0x23e742['ycabM']=_0x110a2e(0x19b),_0x23e742[_0x110a2e(0x184)]='_afterEach';const _0x8cbb38=_0x23e742;if(!_0x1c1ca4||!_0x1c1ca4[_0x110a2e(0x150)])return[];const _0xa4ef46=[];return[_0x8cbb38[_0x110a2e(0x1c1)],_0x8cbb38['nWStO'],_0x8cbb38[_0x110a2e(0x166)],_0x8cbb38['IzwSL']][_0x110a2e(0x18c)](_0x99bd7a=>{const _0x12ed5d=_0x110a2e,_0x1e8e89=_0x1c1ca4[_0x12ed5d(0x150)][_0x99bd7a]||[];_0x1e8e89[_0x12ed5d(0x18c)](_0x38932b=>{const _0x519c68=_0x12ed5d;_0x38932b[_0x519c68(0x211)]&&_0xa4ef46[_0x519c68(0x1a0)](_0x38932b['hookAnalyticsId']);});}),[]['concat'](_0xa4ef46,this[_0x110a2e(0x132)](_0x1c1ca4['parent']));}['getHookType'](_0x2bd525){const _0x165776=a4_0x5d3897,_0x11139c=/^"(?<hook>.*)" hook:.*$/,_0x508f62=_0x2bd525[_0x165776(0x181)],_0x110bce=_0x508f62['match'](_0x11139c);if(_0x110bce&&_0x110bce[_0x165776(0x186)])return _0x110bce[_0x165776(0x186)][_0x165776(0x180)][_0x165776(0x167)]()[_0x165776(0x121)]('\x20','_');return null;}[a4_0x5d3897(0x183)](_0x1fdf35){const _0x44ef22=a4_0x5d3897,_0x285c46={};_0x285c46[_0x44ef22(0x204)]=function(_0xd1d5e0,_0x49d48e){return _0xd1d5e0===_0x49d48e;},_0x285c46['yewjH']=function(_0x53f862,_0x5341d9){return _0x53f862===_0x5341d9;},_0x285c46[_0x44ef22(0x1c3)]='.git';const _0x5a9166=_0x285c46,_0x593445=path[_0x44ef22(0x1fd)];if(_0x5a9166['rvbMw'](_0x1fdf35,null)||_0x5a9166[_0x44ef22(0x204)](_0x1fdf35,'')||_0x5a9166[_0x44ef22(0x204)](_0x1fdf35,_0x593445)||_0x5a9166[_0x44ef22(0x130)](_0x1fdf35,path[_0x44ef22(0x1c9)](_0x1fdf35)))return null;try{return fs[_0x44ef22(0x135)](path[_0x44ef22(0x16f)](_0x1fdf35,_0x5a9166[_0x44ef22(0x1c3)])),_0x1fdf35;}catch(_0x3b3bd3){const _0x435b50=path[_0x44ef22(0x1c9)](_0x1fdf35);return this['findGitConfig'](_0x435b50);}}[a4_0x5d3897(0x1d8)](_0x1b77d3){const _0x5f36e9=a4_0x5d3897,_0x30fae4={};_0x30fae4[_0x5f36e9(0x1ed)]=function(_0x5a576a,_0x5ec71){return _0x5a576a>_0x5ec71;};const _0x56508e=_0x30fae4;if(_0x1b77d3[_0x5f36e9(0x15d)])return _0x1b77d3[_0x5f36e9(0x15d)];if(_0x1b77d3['ctx']){const _0x226366=_0x1b77d3[_0x5f36e9(0x134)][_0x5f36e9(0x1a4)]?this[_0x5f36e9(0x1d8)](_0x1b77d3['ctx'][_0x5f36e9(0x1a4)]):null;if(_0x226366)return _0x226366;}if(_0x1b77d3['parent']){const _0x2cccc5=this['getRootParentFile'](_0x1b77d3['parent'])||(_0x1b77d3[_0x5f36e9(0x150)][_0x5f36e9(0x134)]&&_0x1b77d3[_0x5f36e9(0x150)][_0x5f36e9(0x134)]['currentTest']?this[_0x5f36e9(0x1d8)](_0x1b77d3[_0x5f36e9(0x150)][_0x5f36e9(0x134)][_0x5f36e9(0x1a4)]):null);if(_0x2cccc5)return _0x2cccc5;_0x1b77d3['parent'][_0x5f36e9(0x157)]&&_0x56508e[_0x5f36e9(0x1ed)](_0x1b77d3[_0x5f36e9(0x150)][_0x5f36e9(0x157)][_0x5f36e9(0x16c)],0x0)&&_0x1b77d3[_0x5f36e9(0x150)][_0x5f36e9(0x157)][_0x5f36e9(0x18c)](_0x34dd11=>{const _0x23ca99=_0x5f36e9,_0x23460d=_0x34dd11[_0x23ca99(0x134)]?this[_0x23ca99(0x1d8)](_0x34dd11[_0x23ca99(0x134)]):null;if(_0x23460d)return _0x23460d;});}return null;}[a4_0x5d3897(0x1cb)](_0x9155b1){const _0x416419=a4_0x5d3897,_0x2b2d58={};_0x2b2d58[_0x416419(0x155)]=function(_0xb3b514,_0x5116af){return _0xb3b514!==_0x5116af;};const _0x4a22fe=_0x2b2d58,_0x5c21a2=[];if(_0x9155b1&&_0x9155b1[_0x416419(0x150)]){let _0x3b1e61=_0x9155b1[_0x416419(0x150)];while(_0x3b1e61&&_0x4a22fe[_0x416419(0x155)](_0x3b1e61['title'],'')){_0x5c21a2[_0x416419(0x1a0)](_0x3b1e61[_0x416419(0x181)]),_0x3b1e61=_0x3b1e61[_0x416419(0x150)];}}return _0x5c21a2;}[a4_0x5d3897(0x212)](_0x473ece,_0x22c9af,_0x2be88d=undefined){const _0x139d31=a4_0x5d3897,_0x1e7cf0={'XKxPW':function(_0x4b35d0,_0x2d930f){return _0x4b35d0(_0x2d930f);},'zHtuU':function(_0x571e1f){return _0x571e1f();},'LtZor':function(_0x5d5cbd){return _0x5d5cbd();},'ZkQTS':function(_0x14bd6b){return _0x14bd6b();},'sHrWx':_0x139d31(0x1b5),'ZXjgy':function(_0x55ccc3,_0x3b36dc){return _0x55ccc3!==_0x3b36dc;},'LDYuO':_0x139d31(0x1ac),'BvUcw':_0x139d31(0x168),'qBdUX':_0x139d31(0x1b2),'NToam':'passed','QDpWQ':_0x139d31(0x1df),'LCxOw':'javascript','tuPJA':function(_0x7867f9,_0x58ee80){return _0x7867f9-_0x58ee80;},'KGipY':function(_0xaf7ef8,_0x390e80,_0x43ff97,_0x43ab80,_0x134abf){return _0xaf7ef8(_0x390e80,_0x43ff97,_0x43ab80,_0x134abf);},'AfrMi':_0x139d31(0x174),'NsNqh':_0x139d31(0x1c6),'rCzaO':_0x139d31(0x12f),'XpLRK':_0x139d31(0x179),'FQpob':'backtrace','FaSwj':_0x139d31(0x19c),'nwpGj':_0x139d31(0x124),'sCtoi':function(_0xb2ed97,_0x2b4d38){return _0xb2ed97===_0x2b4d38;},'MTRNx':_0x139d31(0x1ad),'NVgHB':_0x139d31(0x15c)};if(!this[_0x139d31(0x159)])return;try{if(_0x22c9af['fn']&&_0x22c9af['fn'][_0x139d31(0x17c)]()[_0x139d31(0x1fa)](/browserstack internal helper hook/))return;const _0x5dbf67=_0x1e7cf0['XKxPW'](parseEvent,_0x473ece);if(!_0x5dbf67)return;if(_0x5dbf67['test']){this[_0x139d31(0x1a4)]=_0x22c9af,this['currentHook']=null;if(_0x5dbf67[_0x139d31(0x1bc)]||_0x5dbf67[_0x139d31(0x1df)]){_0x22c9af[_0x139d31(0x18e)]=new Date(),_0x22c9af[_0x139d31(0x213)]=![];if(!_0x22c9af['testAnalyticsId'])_0x22c9af[_0x139d31(0x198)]=_0x1e7cf0[_0x139d31(0x1ec)](uuidv4);else _0x22c9af['markedStatus']&&(!_0x22c9af[_0x139d31(0x153)]&&(_0x22c9af[_0x139d31(0x153)]=_0x22c9af['testAnalyticsId']),_0x22c9af[_0x139d31(0x198)]=_0x1e7cf0[_0x139d31(0x1a6)](uuidv4));}}else{if(_0x5dbf67['hook']){this['currentHook']=_0x22c9af;if(_0x5dbf67['started']){_0x22c9af['startedAt']=new Date(),_0x22c9af[_0x139d31(0x213)]=![];if(!_0x22c9af['hookAnalyticsId'])_0x22c9af[_0x139d31(0x211)]=_0x1e7cf0[_0x139d31(0x175)](uuidv4);else _0x22c9af[_0x139d31(0x211)]&&_0x22c9af[_0x139d31(0x213)]&&(_0x22c9af[_0x139d31(0x211)]=_0x1e7cf0[_0x139d31(0x1ec)](uuidv4));}}}if(_0x5dbf67[_0x139d31(0x1c4)]&&_0x22c9af[_0x139d31(0x213)])return;let _0xef8c42;try{_0xef8c42=this[_0x139d31(0x1d8)](_0x22c9af);}catch(_0x3af0a2){logger[_0x139d31(0x145)](_0x139d31(0x12c)+_0x3af0a2),_0xef8c42=null;}let _0x104e2d=[];_0x2be88d&&(_0x104e2d=[_0x2be88d,_0x1e7cf0[_0x139d31(0x210)]]);const _0x27e322=_0x1e7cf0[_0x139d31(0x1c2)](_0x22c9af[_0x139d31(0x12d)],undefined)?util[_0x139d31(0x18d)](_0x22c9af[_0x139d31(0x12d)][0x0]):_0x1e7cf0[_0x139d31(0x1c2)](_0x2be88d,undefined)?_0x2be88d[_0x139d31(0x17c)]():undefined,_0x5ea3dc=_0xef8c42?this['findGitConfig'](_0xef8c42):null,_0x3e362d=_0xef8c42?this[_0x139d31(0x188)][_0x139d31(0x199)](this[_0x139d31(0x1d8)](_0x22c9af)):_0x1e7cf0[_0x139d31(0x162)];let _0x1946fd=_0x1e7cf0[_0x139d31(0x1a5)];const _0x3a29f3=!_0x5dbf67[_0x139d31(0x1bc)]?new Date()['toISOString']():null;if(_0x5dbf67['finished'])_0x1946fd=_0x2be88d?_0x1e7cf0['qBdUX']:_0x1e7cf0['NToam'],_0x22c9af[_0x139d31(0x213)]=!![];else _0x5dbf67['skipped']&&(_0x1946fd=_0x1e7cf0[_0x139d31(0x187)],_0x22c9af[_0x139d31(0x213)]=!![]);const _0x48f561={'framework':this['frameworkName'],'uuid':_0x22c9af[_0x139d31(0x198)]||_0x22c9af['hookAnalyticsId'],'name':_0x22c9af[_0x139d31(0x181)],'body':{'lang':_0x1e7cf0[_0x139d31(0x177)],'code':_0x22c9af[_0x139d31(0x1ee)][_0x139d31(0x17c)]()},'type':_0x22c9af['type'],'scope':_0x22c9af[_0x139d31(0x161)](),'scopes':this[_0x139d31(0x1cb)](_0x22c9af),'file_name':_0x3e362d,'vc_filepath':_0x5ea3dc?path[_0x139d31(0x131)](_0x5ea3dc,_0xef8c42):null,'location':_0x3e362d,'result':_0x1946fd,'failure_reason':_0x27e322,'duration_in_ms':_0x22c9af[_0x139d31(0x138)]||(_0x5dbf67[_0x139d31(0x1c4)]||_0x5dbf67[_0x139d31(0x1df)])?_0x1e7cf0[_0x139d31(0x1de)](Date[_0x139d31(0x1ca)](),new Date(_0x22c9af['startedAt'])[_0x139d31(0x15f)]()):null,'started_at':new Date(_0x22c9af['startedAt'])['toISOString'](),'finished_at':_0x3a29f3,'failure':testOpsHelper[_0x139d31(0x19f)][_0x139d31(0x200)](null,_0x104e2d),'failure_type':!_0x27e322?null:testOpsHelper[_0x139d31(0x185)](_0x27e322),'retry_of':_0x22c9af[_0x139d31(0x153)]||null,'tags':_0x22c9af[_0x139d31(0x18f)]||[],'customRerunParam':{'rerun_name':_0x22c9af[_0x139d31(0x161)]()}};_0x1e7cf0[_0x139d31(0x1f6)](appendTesthubParams,_0x48f561,_0x473ece,_0x22c9af,FRAMEWORKS[_0x139d31(0x19e)]);if(_0x5dbf67[_0x139d31(0x180)])[_0x48f561['hook_type'],_0x48f561[_0x139d31(0x12a)]]=[this['getHookType'](_0x22c9af),_0x22c9af['ctx'][_0x139d31(0x13c)][_0x139d31(0x181)]],_0x5dbf67[_0x139d31(0x1c4)]?_0x1e7cf0[_0x139d31(0x1c2)](_0x48f561[_0x139d31(0x1c0)],_0x1e7cf0[_0x139d31(0x201)])&&(_0x48f561[_0x139d31(0x1c0)]=_0x1e7cf0['NToam']):_0x48f561[_0x139d31(0x1ee)]={};else _0x5dbf67[_0x139d31(0x13c)]&&(this[_0x139d31(0x1d5)](_0x22c9af),_0x5dbf67[_0x139d31(0x1df)]&&this[_0x139d31(0x13b)](_0x22c9af),(_0x5dbf67[_0x139d31(0x1c4)]||_0x5dbf67[_0x139d31(0x1df)])&&(_0x48f561['hooks']=this[_0x139d31(0x132)](_0x22c9af)));this[_0x139d31(0x1e3)]&&(_0x5dbf67[_0x139d31(0x1bc)]||_0x5dbf67[_0x139d31(0x1df)])&&(_0x48f561[_0x1e7cf0[_0x139d31(0x193)]]=this[_0x139d31(0x1fb)](this[_0x139d31(0x1e3)]));_0x5dbf67['test']&&_0x5dbf67[_0x139d31(0x1c4)]&&_0x22c9af[_0x139d31(0x1e5)]&&(_0x48f561[_0x1e7cf0[_0x139d31(0x16d)]]={'feature':{'name':_0x22c9af['parent']['feature']['name'],'path':_0x48f561['file_name'],'description':_0x22c9af[_0x139d31(0x150)][_0x139d31(0x206)]},'scenario':{'name':_0x22c9af[_0x139d31(0x181)]},'steps':_0x22c9af[_0x139d31(0x1e5)]});const _0x472b7f=_0x48f561[_0x1e7cf0[_0x139d31(0x129)]][0x0];_0x472b7f&&(_0x48f561[_0x1e7cf0['XpLRK']]=_0x472b7f[_0x1e7cf0['FQpob']],_0x48f561[_0x1e7cf0[_0x139d31(0x1cd)]]=_0x472b7f[_0x1e7cf0[_0x139d31(0x1b8)]]);if(_0x22c9af[_0x139d31(0x1e5)])for(const _0x39de3c of _0x22c9af[_0x139d31(0x1e5)]){!_0x39de3c[_0x139d31(0x1e9)]&&(_0x39de3c[_0x139d31(0x1e9)]=new Date()['toISOString'](),_0x1e7cf0[_0x139d31(0x148)](_0x39de3c[_0x139d31(0x1c0)],_0x1e7cf0[_0x139d31(0x1a5)])&&(_0x472b7f?(_0x39de3c[_0x139d31(0x1c0)]=_0x1e7cf0[_0x139d31(0x201)],_0x39de3c[_0x139d31(0x12f)]=_0x472b7f[_0x1e7cf0[_0x139d31(0x11e)]][0x0]):_0x39de3c[_0x139d31(0x1c0)]=_0x1e7cf0[_0x139d31(0x1f3)]));}const _0x5a7188={};_0x5a7188[_0x139d31(0x136)]=_0x5dbf67[_0x139d31(0x1df)]?TEST_EVENTS['TEST_RUN_FINISHED']:_0x473ece;const _0x3bf477=_0x5a7188;return _0x5dbf67['hook']?_0x3bf477[_0x1e7cf0[_0x139d31(0x1f0)]]=_0x48f561:_0x3bf477[_0x1e7cf0['NVgHB']]=_0x48f561,_0x3bf477;}catch(_0x5612a0){logger[_0x139d31(0x145)](_0x139d31(0x140)+_0x473ece+'\x20with\x20error\x20:\x20'+_0x5612a0);}}async['fireEvent'](_0x5caf0d,_0x763500){const _0x5c8ece=a4_0x5d3897;if(!this[_0x5c8ece(0x159)]||!_0x763500||!_0x5caf0d)return![];try{return await SessionHandler[_0x5c8ece(0x139)](_0x763500);}catch(_0x1b41f4){logger[_0x5c8ece(0x145)](_0x5c8ece(0x1dc)+_0x5caf0d+_0x5c8ece(0x165)+_0x1b41f4);}}[a4_0x5d3897(0x1b7)](_0x246d2f){const _0x498af9=a4_0x5d3897,_0x22dde3={};_0x22dde3[_0x498af9(0x205)]=_0x498af9(0x168);const _0x5959f6=_0x22dde3;return{'id':_0x246d2f['stepAnalyticsId'],'text':_0x246d2f[_0x498af9(0x156)],'keyword':_0x246d2f[_0x498af9(0x208)],'started_at':_0x246d2f[_0x498af9(0x18e)][_0x498af9(0x1b3)](),'result':_0x5959f6[_0x498af9(0x205)]};}[a4_0x5d3897(0x17d)](_0xba22da){const _0x2f0ef8=a4_0x5d3897,_0xc6b8a5={'sJLIf':function(_0x4705e9){return _0x4705e9();}};!this[_0x2f0ef8(0x1a4)]['bddSteps']&&(this[_0x2f0ef8(0x1a4)][_0x2f0ef8(0x1e5)]=[]),!_0xba22da[_0x2f0ef8(0x192)]&&(_0xba22da[_0x2f0ef8(0x192)]=_0xc6b8a5[_0x2f0ef8(0x1d6)](uuidv4),_0xba22da['startedAt']=new Date(),this[_0x2f0ef8(0x1a4)][_0x2f0ef8(0x1e5)][_0x2f0ef8(0x1a0)](this[_0x2f0ef8(0x1b7)](_0xba22da)));}[a4_0x5d3897(0x17f)](_0x66c507){const _0x48c218=a4_0x5d3897,_0x3204b6={'lmGud':function(_0x269a2c,_0x369741){return _0x269a2c(_0x369741);},'EkpHM':_0x48c218(0x196),'sdjJe':_0x48c218(0x168),'mzVWQ':'passed','dDUQN':function(_0xdef85d,_0x36e29e){return _0xdef85d-_0x36e29e;}};let _0x374d18=this[_0x48c218(0x1a4)][_0x48c218(0x1e5)][_0x48c218(0x1ab)](_0x10ae2d=>_0x10ae2d['id']===_0x66c507[_0x48c218(0x192)]);_0x3204b6[_0x48c218(0x1a2)](isUndefined,_0x374d18)&&(_0x374d18=this[_0x48c218(0x1b7)](_0x66c507)),_0x374d18['result']=[_0x3204b6['EkpHM'],_0x3204b6[_0x48c218(0x169)]][_0x48c218(0x13f)](_0x66c507['status'])?_0x3204b6[_0x48c218(0x12e)]:_0x66c507[_0x48c218(0x1da)],_0x374d18[_0x48c218(0x1e9)]=new Date()[_0x48c218(0x1b3)](),_0x374d18[_0x48c218(0x138)]=_0x3204b6[_0x48c218(0x1be)](Date[_0x48c218(0x1ca)](),_0x66c507[_0x48c218(0x18e)][_0x48c218(0x15f)]()),_0x374d18[_0x48c218(0x12f)]=_0x66c507[_0x48c218(0x1b5)]?_0x66c507[_0x48c218(0x1b5)]['message']:null;}}const a4_0x385fad={};function a4_0x24e8(_0x17db19,_0x3b1f4d){const _0x4bc3e6=a4_0x4bc3();return a4_0x24e8=function(_0x24e832,_0x1050f4){_0x24e832=_0x24e832-0x11e;let _0x40d20b=_0x4bc3e6[_0x24e832];return _0x40d20b;},a4_0x24e8(_0x17db19,_0x3b1f4d);}a4_0x385fad[a4_0x5d3897(0x1f1)]=O11yHelper,a4_0x385fad[a4_0x5d3897(0x1a3)]=STATE_PASSED,a4_0x385fad['STATE_FAILED']=STATE_FAILED,a4_0x385fad[a4_0x5d3897(0x14f)]=TEST_EVENTS,module['exports']=a4_0x385fad;
1
+ const a4_0x391540=a4_0x4942;(function(_0x4829ec,_0x53da69){const _0x3da8f2=a4_0x4942,_0x70e45a=_0x4829ec();while(!![]){try{const _0xc5042c=parseInt(_0x3da8f2(0xc6))/0x1*(-parseInt(_0x3da8f2(0x111))/0x2)+-parseInt(_0x3da8f2(0x13d))/0x3+-parseInt(_0x3da8f2(0xc7))/0x4+parseInt(_0x3da8f2(0x175))/0x5*(-parseInt(_0x3da8f2(0xf2))/0x6)+-parseInt(_0x3da8f2(0x15d))/0x7*(parseInt(_0x3da8f2(0x1ad))/0x8)+parseInt(_0x3da8f2(0xcf))/0x9+parseInt(_0x3da8f2(0x18d))/0xa;if(_0xc5042c===_0x53da69)break;else _0x70e45a['push'](_0x70e45a['shift']());}catch(_0x4dbc4e){_0x70e45a['push'](_0x70e45a['shift']());}}}(a4_0x13bf,0xa230f));function a4_0x4942(_0x10bd95,_0x5cccf6){const _0x13bf67=a4_0x13bf();return a4_0x4942=function(_0x494277,_0x1ea149){_0x494277=_0x494277-0xc5;let _0x35d9c0=_0x13bf67[_0x494277];return _0x35d9c0;},a4_0x4942(_0x10bd95,_0x5cccf6);}const path=require(a4_0x391540(0x1c4)),util=require('util'),fs=require('fs'),{v4:uuidv4}=require(a4_0x391540(0x113)),{resolveBrowserTypeClass,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x391540(0x1a1)),testOpsHelper=require(a4_0x391540(0x166)),{getTestEnv}=require(a4_0x391540(0xff)),{FRAMEWORKS}=require(a4_0x391540(0x152)),logger=require(a4_0x391540(0x17d))[a4_0x391540(0xd2)],SessionHandler=require('../../helpers/test-observability/sessionHandler'),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),PlaywrightSessionDetails=require(a4_0x391540(0x126)),debug=testOpsHelper['debug'],{processAccessibilityCaps}=require(a4_0x391540(0x190)),Constants=require(a4_0x391540(0x107)),{fetchPlatformDetails}=require('./helper.js'),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x391540(0xd7)),constants=require(a4_0x391540(0x107)),STATE_PASSED='passed',STATE_FAILED='failed',a4_0x502b32={};a4_0x502b32[a4_0x391540(0x1a8)]='TestRunStarted',a4_0x502b32[a4_0x391540(0x164)]=a4_0x391540(0x135),a4_0x502b32['TEST_RUN_SKIPPED']=a4_0x391540(0x13a),a4_0x502b32[a4_0x391540(0xe3)]='HookRunStarted',a4_0x502b32['HOOK_RUN_FINISHED']='HookRunFinished';const TEST_EVENTS=a4_0x502b32,parseEvent=_0x57805b=>{const _0x39ba5b=a4_0x391540,_0x521c32={};_0x521c32[_0x39ba5b(0x1af)]=function(_0x35ef9e,_0x3016a5){return _0x35ef9e<_0x3016a5;},_0x521c32[_0x39ba5b(0x153)]=function(_0xb026bb,_0x4114ed){return _0xb026bb===_0x4114ed;},_0x521c32[_0x39ba5b(0x1bf)]='test',_0x521c32['kHvFD']=function(_0x22bb9c,_0x13a718){return _0x22bb9c===_0x13a718;},_0x521c32[_0x39ba5b(0x115)]='hook',_0x521c32[_0x39ba5b(0x182)]=function(_0x15f4d0,_0x241130){return _0x15f4d0===_0x241130;},_0x521c32['THIHs']=_0x39ba5b(0x134),_0x521c32[_0x39ba5b(0x12a)]=_0x39ba5b(0x102),_0x521c32['Bnzav']=function(_0x280673,_0x548108){return _0x280673===_0x548108;},_0x521c32['qsPxc']=_0x39ba5b(0x133);const _0x541ea7=_0x521c32,_0x106538=_0x57805b[_0x39ba5b(0x179)](/^(.*)Run(.*)$/);if(!_0x106538)return null;if(_0x541ea7[_0x39ba5b(0x1af)](_0x106538[_0x39ba5b(0xd5)],0x3))return null;const _0x49fc2d=_0x106538[0x1][_0x39ba5b(0x19e)](),_0x1bb4c5=_0x106538[0x2][_0x39ba5b(0x19e)]();return{'test':_0x541ea7[_0x39ba5b(0x153)](_0x49fc2d,_0x541ea7[_0x39ba5b(0x1bf)]),'hook':_0x541ea7['kHvFD'](_0x49fc2d,_0x541ea7[_0x39ba5b(0x115)]),'skipped':_0x541ea7['QNZCH'](_0x1bb4c5,_0x541ea7[_0x39ba5b(0xdd)]),'started':_0x541ea7[_0x39ba5b(0x153)](_0x1bb4c5,_0x541ea7[_0x39ba5b(0x12a)]),'finished':_0x541ea7[_0x39ba5b(0x118)](_0x1bb4c5,_0x541ea7[_0x39ba5b(0x17c)])};},mockPWBrowserType=_0x333508=>{const _0xef94cd=a4_0x391540,_0x539cd5={'kOEwO':function(_0x1508a9,_0x32fd46){return _0x1508a9===_0x32fd46;},'HisvI':'string','PSvBt':function(_0x3fbf30,_0x46ba48,_0x1dc7bd){return _0x3fbf30(_0x46ba48,_0x1dc7bd);},'XTCwl':_0xef94cd(0x16a),'ezqAY':function(_0x20124e,_0x1884cf){return _0x20124e(_0x1884cf);},'ubUmQ':'browserstack','gdZYf':function(_0x14fcb0,_0x467f04,_0x2561cc){return _0x14fcb0(_0x467f04,_0x2561cc);},'HyVWX':function(_0x5727ae){return _0x5727ae();},'uisfZ':function(_0x407199,_0x427279){return _0x407199(_0x427279);},'LUGMm':_0xef94cd(0x12d),'lMZyv':_0xef94cd(0x12b),'zfCXp':_0xef94cd(0x183)},_0x155eb4=_0x539cd5[_0xef94cd(0x147)](resolveBrowserTypeClass);if(!_0x155eb4){_0x539cd5['uisfZ'](debug,_0x539cd5[_0xef94cd(0x1ca)]);return;}const _0x2f5b7b=_0x155eb4[_0xef94cd(0x18e)];if(_0x2f5b7b[_0xef94cd(0x1b1)])return;const _0xcc774c=_0x2f5b7b[_0xef94cd(0x12b)];Object[_0xef94cd(0x110)](_0x2f5b7b,_0x539cd5[_0xef94cd(0xe4)],{'get':function(){const _0x405437=_0xef94cd,_0x37abc6={'OCCbj':function(_0x4e866f,_0x9f5a6d){const _0x17a095=a4_0x4942;return _0x539cd5[_0x17a095(0x192)](_0x4e866f,_0x9f5a6d);},'epcdV':_0x539cd5[_0x405437(0x1c0)],'FTegw':function(_0x205c81,_0x4359f6,_0x38ba38){const _0x438cc2=_0x405437;return _0x539cd5[_0x438cc2(0x13f)](_0x205c81,_0x4359f6,_0x38ba38);},'QcCby':_0x539cd5[_0x405437(0x119)],'bvvVI':function(_0x53541f,_0x13e55e){return _0x539cd5['ezqAY'](_0x53541f,_0x13e55e);},'AGjfE':_0x539cd5[_0x405437(0xfe)],'vGblj':function(_0x47f595,_0x17514c,_0x52dc3c){const _0x5ad52b=_0x405437;return _0x539cd5[_0x5ad52b(0x144)](_0x47f595,_0x17514c,_0x52dc3c);},'iuayj':function(_0xcd7fc2,_0x30ecaf){const _0x4dde2b=_0x405437;return _0x539cd5[_0x4dde2b(0x199)](_0xcd7fc2,_0x30ecaf);}};return async function _0x3a6547(_0x305e24,_0x2f09ac){const _0x275a37=_0x405437,_0x118d94=_0x37abc6[_0x275a37(0x10d)](nestedKeyValue,_0x305e24,[_0x37abc6[_0x275a37(0x16e)]])||_0x305e24;let _0xc37e59=null,_0x308d06=null;try{[_0x308d06,_0xc37e59]=_0x118d94?_0x37abc6[_0x275a37(0x19d)](parseWSEndpoint,_0x118d94):[null,null],global[_0x275a37(0x165)]=_0xc37e59,logger[_0x275a37(0x1a3)](_0x275a37(0x160)+_0x308d06),_0x308d06[_0x275a37(0x1b3)](Constants[_0x275a37(0x14e)])&&(global['__cloud_provider___']=_0x37abc6[_0x275a37(0x128)]);}catch(_0x150ad2){logger[_0x275a37(0x1a3)](_0x275a37(0x12c)+_0x118d94+'\x20'+_0x150ad2);}_0x37abc6[_0x275a37(0xc5)](processAccessibilityCaps,_0xc37e59,_0x308d06);if(global[_0x275a37(0x11e)]){const _0x2f4aba=await _0x2f5b7b[_0x275a37(0x156)][_0x275a37(0x1c7)](this,[''+Constants['PLAYWRIGHT_HUB_URL']+_0x37abc6[_0x275a37(0xed)](encodeURIComponent,JSON[_0x275a37(0x11b)](_0xc37e59))]);return PlaywrightSessionDetails[_0x275a37(0x125)](_0x2f4aba,_0x333508,_0x118d94),_0x2f4aba;}return _0xcc774c[_0x275a37(0x1c7)](this,arguments)[_0x275a37(0x10f)](_0x3a4a4c=>{const _0x437612=_0x275a37;let _0x5c849e=_0x305e24[_0x437612(0x16a)];return _0x37abc6[_0x437612(0xf0)](typeof _0x305e24,_0x37abc6['epcdV'])&&(_0x5c849e=_0x305e24),PlaywrightSessionDetails[_0x437612(0x125)](_0x3a4a4c,_0x333508,_0x5c849e),_0x3a4a4c;});};}});const _0xefe894=_0x2f5b7b[_0xef94cd(0x183)];Object[_0xef94cd(0x110)](_0x2f5b7b,_0x539cd5[_0xef94cd(0x112)],{'get':function(){return async function _0x5cbeb6(){const _0x52f675=a4_0x4942;return _0xefe894['apply'](this,arguments)[_0x52f675(0x10f)](_0x5744dd=>{return PlaywrightSessionDetails['setupBrowserDetails'](_0x5744dd,null),_0x5744dd;});};}});};class O11yHelper{[a4_0x391540(0x137)]=null;[a4_0x391540(0x1c3)]=null;['enabled']=![];[a4_0x391540(0x14d)]=![];[a4_0x391540(0x124)]=[];constructor(_0x1fbb10,_0x5be606){const _0x2865df=a4_0x391540,_0x73e200={'gvfQC':_0x2865df(0x185),'MCLtX':function(_0x587862,_0x2c78c1){return _0x587862===_0x2c78c1;},'PcNZC':_0x2865df(0x18f),'ecTLx':function(_0x122d1f,_0x26c96d){return _0x122d1f(_0x26c96d);},'SOgoD':function(_0x4ab12d){return _0x4ab12d();}},_0x64dc3=_0x73e200[_0x2865df(0x1a0)]['split']('|');let _0x334ac2=0x0;while(!![]){switch(_0x64dc3[_0x334ac2++]){case'0':this[_0x2865df(0x193)]&&_0x73e200[_0x2865df(0xfd)](this['driver'][_0x2865df(0x141)][_0x2865df(0x12f)],_0x73e200[_0x2865df(0xcd)])&&_0x73e200[_0x2865df(0xf9)](mockPWBrowserType,null);continue;case'1':this[_0x2865df(0x11c)]=_0x73e200['SOgoD'](getTestEnv);continue;case'2':this['enabled']=_0x73e200[_0x2865df(0x158)](shouldProcessEventForTesthub);continue;case'3':this['_paths']=new testOpsHelper[(_0x2865df(0x15f))]({'cwd':process[_0x2865df(0x116)]()},this[_0x2865df(0x11c)][_0x2865df(0xcb)]);continue;case'4':this[_0x2865df(0x193)]=_0x1fbb10;continue;case'5':this[_0x2865df(0x14d)]=_0x5be606[_0x2865df(0x14d)];continue;}break;}}[a4_0x391540(0x1cd)](){const _0x51e53f=a4_0x391540,_0x5b9e77={'DHoGP':function(_0x16dc87,_0x2b157c){return _0x16dc87(_0x2b157c);}};if(!this[_0x51e53f(0x193)])return![];try{const _0x3f5aa9=_0x5b9e77[_0x51e53f(0x117)](fetchPlatformDetails,this[_0x51e53f(0x193)]);if(!_0x3f5aa9)return![];const _0x2e7adb=Object[_0x51e53f(0x1c9)](_0x3f5aa9)[0x0];return!!(_0x2e7adb&&_0x3f5aa9[_0x2e7adb]&&_0x3f5aa9[_0x2e7adb][_0x51e53f(0x1bb)]);}catch(_0x11254a){return![];}}['bufferPendingHookEvent'](_0x18ba47,_0x2b1342){const _0x28fa5f=a4_0x391540;if(!_0x2b1342)return;const _0x3543fd={};_0x3543fd[_0x28fa5f(0x148)]=_0x18ba47,_0x3543fd['uploadData']=_0x2b1342,this['pendingHookEvents'][_0x28fa5f(0x1cc)](_0x3543fd);}async[a4_0x391540(0x11a)](){const _0x4f291e=a4_0x391540,_0x5e0882={};_0x5e0882[_0x4f291e(0x1b4)]=function(_0x465c79,_0x42164a){return _0x465c79&&_0x42164a;};const _0x40bbc8=_0x5e0882;if(!this[_0x4f291e(0x124)][_0x4f291e(0xd5)])return;if(!this['hasLiveDriverSession']())return;const _0x387948=this['getCBTInfo'](this[_0x4f291e(0x193)]),_0x50cbdb=this[_0x4f291e(0x124)][_0x4f291e(0x186)](0x0,this[_0x4f291e(0x124)][_0x4f291e(0xd5)]);for(const {eventType:_0x3c7ee5,uploadData:_0x334406}of _0x50cbdb){try{const _0x429165=_0x334406[_0x4f291e(0x168)]||_0x334406[_0x4f291e(0xce)];_0x40bbc8['KahSo'](_0x429165,_0x387948)&&(_0x429165[_0x4f291e(0x13b)]=_0x387948),await this[_0x4f291e(0x142)](_0x3c7ee5,_0x334406);}catch(_0x199b3b){logger['debug'](_0x4f291e(0x120)+_0x3c7ee5+':\x20'+util[_0x4f291e(0x1ac)](_0x199b3b));}}}[a4_0x391540(0xe8)](){const _0x2e815a=a4_0x391540;if(!this[_0x2e815a(0x146)])return;testOpsHelper[_0x2e815a(0xde)](),process[_0x2e815a(0xd9)](_0x2e815a(0x1be)+process[_0x2e815a(0x191)]),process['on']('bs:addLog:'+process[_0x2e815a(0x191)],this['appendTestItemLog'][_0x2e815a(0x155)](this));}async['stop'](){const _0x58b10b=a4_0x391540;await RequestQueueHandler[_0x58b10b(0x1a6)]()[_0x58b10b(0x174)]();}async[a4_0x391540(0x1c1)](_0x4b807c){const _0x2acf87=a4_0x391540,_0x1cccff={'SpgTq':'LogCreated','pBikU':function(_0x22d22c,_0x258e91){return _0x22d22c(_0x258e91);}};try{this[_0x2acf87(0x1c3)]&&!this['currentHook'][_0x2acf87(0x18b)]&&(_0x4b807c[_0x2acf87(0x16b)]=this[_0x2acf87(0x1c3)]['hookAnalyticsId']);!_0x4b807c[_0x2acf87(0x16b)]&&this['currentTest']&&!this['currentTest'][_0x2acf87(0x18b)]&&(_0x4b807c['test_run_uuid']=this[_0x2acf87(0x137)][_0x2acf87(0x17b)]);if(_0x4b807c['hook_run_uuid']||_0x4b807c[_0x2acf87(0x157)]){const _0x2c6a5a={};_0x2c6a5a[_0x2acf87(0x136)]=_0x1cccff['SpgTq'],_0x2c6a5a[_0x2acf87(0xef)]=[_0x4b807c],await SessionHandler['uploadEventData'](_0x2c6a5a);}}catch(_0xeae79d){_0x1cccff[_0x2acf87(0x17e)](debug,_0x2acf87(0x1c2)+constants['TEST_REPORTING_ANALYTICS']+_0x2acf87(0x154)+_0xeae79d);}}async[a4_0x391540(0xd3)](_0x24676a){const _0x12e86d=a4_0x391540,_0x568f5a={'mURLp':_0x12e86d(0x170),'QpTqX':function(_0xc1cc5c,_0x43978f){return _0xc1cc5c(_0x43978f);}};if(!this[_0x12e86d(0x146)])return;const _0x3e710f=this[_0x12e86d(0x122)](this[_0x12e86d(0x193)]);try{const _0x4dca97={};_0x4dca97[_0x12e86d(0x113)]=_0x24676a,_0x4dca97[_0x12e86d(0x13b)]=_0x3e710f;const _0x300822=_0x4dca97,_0x4f6815={};_0x4f6815['event_type']=_0x568f5a[_0x12e86d(0xd0)],_0x4f6815[_0x12e86d(0xce)]=_0x300822,await SessionHandler[_0x12e86d(0xf6)](_0x4f6815);}catch(_0x47ab79){_0x568f5a[_0x12e86d(0xf7)](debug,_0x12e86d(0xcc)+constants[_0x12e86d(0xe6)]+_0x12e86d(0x154)+_0x47ab79);}}[a4_0x391540(0x122)](_0xdcd09c){const _0x4213b4={'OYDxg':function(_0x9cb9bb,_0x184329){return _0x9cb9bb(_0x184329);}};return _0x4213b4['OYDxg'](fetchPlatformDetails,_0xdcd09c);}[a4_0x391540(0x1c6)]=_0xf0c384=>{const _0x49b936=a4_0x391540,_0x1c5e55={};_0x1c5e55[_0x49b936(0x14c)]=_0x49b936(0xca),_0x1c5e55[_0x49b936(0x1bc)]='_afterEach';const _0x37fb3a=_0x1c5e55;if(!_0xf0c384||!_0xf0c384[_0x49b936(0x184)])return;[_0x37fb3a['YGjEG'],_0x37fb3a[_0x49b936(0x1bc)]][_0x49b936(0x172)](_0x7031b9=>{const _0x286213=_0x49b936,_0x5e8f8f=_0xf0c384['parent'][_0x7031b9];_0x5e8f8f[_0x286213(0x172)](_0x27b70a=>{const _0x544141=_0x286213;_0x27b70a[_0x544141(0x17f)]&&(_0x27b70a['hookAnalyticsId']=null);});});};[a4_0x391540(0xdf)](_0x2af209){const _0x22643c=a4_0x391540,_0x5b3472={'LICzt':_0x22643c(0x197),'MAoJw':function(_0x5235a4){return _0x5235a4();},'LyfPz':function(_0x461ef1,_0x40afd6){return _0x461ef1===_0x40afd6;},'PFFQQ':_0x22643c(0x101),'CYfwv':_0x22643c(0x143),'LwIKA':_0x22643c(0x173),'LgRhD':'_beforeEach'};if(!_0x2af209||!_0x2af209[_0x22643c(0x184)])return;[_0x5b3472['CYfwv'],_0x5b3472[_0x22643c(0xd1)],_0x5b3472[_0x22643c(0x1a9)],_0x5b3472[_0x22643c(0x1a5)]][_0x22643c(0x172)](_0x4587b6=>{const _0x45ee2c=_0x22643c,_0x31945e={'PiUsA':_0x5b3472[_0x45ee2c(0x16d)],'oNeZK':function(_0x13a152){const _0x47732b=_0x45ee2c;return _0x5b3472[_0x47732b(0x1a4)](_0x13a152);},'zlYwS':function(_0x9ecdbe,_0x4f4916){const _0x180a44=_0x45ee2c;return _0x5b3472[_0x180a44(0xe2)](_0x9ecdbe,_0x4f4916);},'JqMzR':_0x5b3472[_0x45ee2c(0x1a5)],'xLanj':function(_0x357151){return _0x5b3472['MAoJw'](_0x357151);}},_0x32ea8d=_0x2af209[_0x45ee2c(0x184)][_0x4587b6]||[];_0x32ea8d['forEach'](_0x137a28=>{const _0xf20040=_0x45ee2c;if(_0x137a28[_0xf20040(0xf8)][_0xf20040(0x1b3)](_0x31945e[_0xf20040(0x130)]))return;if(!_0x137a28[_0xf20040(0x17f)])_0x137a28[_0xf20040(0x17f)]=_0x31945e['oNeZK'](uuidv4);else _0x137a28[_0xf20040(0x18b)]&&_0x31945e[_0xf20040(0x169)](_0x4587b6,_0x31945e[_0xf20040(0x104)])&&(_0x137a28[_0xf20040(0x17f)]=_0x31945e[_0xf20040(0x1c8)](uuidv4),delete _0x137a28['markedStatus']);});}),this['mapTestHooks'](_0x2af209['parent']);}[a4_0x391540(0xd6)](_0x58ac34){const _0x2095bd=a4_0x391540,_0x39d3aa={};_0x39d3aa[_0x2095bd(0x161)]=_0x2095bd(0x143),_0x39d3aa[_0x2095bd(0x198)]='_afterAll',_0x39d3aa[_0x2095bd(0x1b2)]='_beforeEach',_0x39d3aa[_0x2095bd(0x1aa)]=_0x2095bd(0x101);const _0x5ca6ec=_0x39d3aa;if(!_0x58ac34||!_0x58ac34[_0x2095bd(0x184)])return[];const _0x510fd6=[];return[_0x5ca6ec[_0x2095bd(0x161)],_0x5ca6ec['lfssp'],_0x5ca6ec['YvCoh'],_0x5ca6ec['PeRuY']]['forEach'](_0x57b384=>{const _0x3bad4f=_0x2095bd,_0x3424a6=_0x58ac34[_0x3bad4f(0x184)][_0x57b384]||[];_0x3424a6[_0x3bad4f(0x172)](_0x4bb774=>{const _0x18dedc=_0x3bad4f;_0x4bb774[_0x18dedc(0x17f)]&&_0x510fd6[_0x18dedc(0x1cc)](_0x4bb774[_0x18dedc(0x17f)]);});}),[][_0x2095bd(0xe0)](_0x510fd6,this[_0x2095bd(0xd6)](_0x58ac34['parent']));}[a4_0x391540(0x106)](_0x47ad3d){const _0x1a6f51=a4_0x391540,_0x33907b=/^"(?<hook>.*)" hook:.*$/,_0xbb3a39=_0x47ad3d[_0x1a6f51(0xf8)],_0x365b33=_0xbb3a39[_0x1a6f51(0x179)](_0x33907b);if(_0x365b33&&_0x365b33[_0x1a6f51(0x138)])return _0x365b33[_0x1a6f51(0x138)][_0x1a6f51(0x10e)][_0x1a6f51(0xc9)]()[_0x1a6f51(0x11f)]('\x20','_');return null;}[a4_0x391540(0x12e)](_0x9c8583){const _0x1f96e9=a4_0x391540,_0x448e64={};_0x448e64['QPRWW']=function(_0x55766e,_0x1caa8b){return _0x55766e===_0x1caa8b;},_0x448e64[_0x1f96e9(0x10b)]=function(_0x2e861a,_0x127871){return _0x2e861a===_0x127871;},_0x448e64[_0x1f96e9(0xf3)]=_0x1f96e9(0x1cb);const _0x33df74=_0x448e64,_0x4b75d8=path[_0x1f96e9(0x123)];if(_0x33df74[_0x1f96e9(0x1b0)](_0x9c8583,null)||_0x33df74[_0x1f96e9(0x10b)](_0x9c8583,'')||_0x33df74['QPRWW'](_0x9c8583,_0x4b75d8)||_0x33df74[_0x1f96e9(0x10b)](_0x9c8583,path[_0x1f96e9(0x159)](_0x9c8583)))return null;try{return fs[_0x1f96e9(0xdb)](path[_0x1f96e9(0x10c)](_0x9c8583,_0x33df74['TwvKw'])),_0x9c8583;}catch(_0x298cd8){const _0x480eaa=path['dirname'](_0x9c8583);return this[_0x1f96e9(0x12e)](_0x480eaa);}}[a4_0x391540(0x105)](_0x47b8e4){const _0xc5a09=a4_0x391540,_0x1b353a={};_0x1b353a[_0xc5a09(0x194)]=function(_0x4e290f,_0x5645bd){return _0x4e290f>_0x5645bd;};const _0x581b98=_0x1b353a;if(_0x47b8e4[_0xc5a09(0x15c)])return _0x47b8e4['file'];if(_0x47b8e4[_0xc5a09(0xc8)]){const _0x2df85e=_0x47b8e4[_0xc5a09(0xc8)][_0xc5a09(0x137)]?this['getRootParentFile'](_0x47b8e4[_0xc5a09(0xc8)][_0xc5a09(0x137)]):null;if(_0x2df85e)return _0x2df85e;}if(_0x47b8e4[_0xc5a09(0x184)]){const _0x542baf=this['getRootParentFile'](_0x47b8e4[_0xc5a09(0x184)])||(_0x47b8e4[_0xc5a09(0x184)][_0xc5a09(0xc8)]&&_0x47b8e4[_0xc5a09(0x184)][_0xc5a09(0xc8)]['currentTest']?this[_0xc5a09(0x105)](_0x47b8e4['parent'][_0xc5a09(0xc8)][_0xc5a09(0x137)]):null);if(_0x542baf)return _0x542baf;_0x47b8e4[_0xc5a09(0x184)]['suites']&&_0x581b98[_0xc5a09(0x194)](_0x47b8e4[_0xc5a09(0x184)][_0xc5a09(0x19b)]['length'],0x0)&&_0x47b8e4['parent'][_0xc5a09(0x19b)]['forEach'](_0x5cbb17=>{const _0x280e90=_0xc5a09,_0x352e47=_0x5cbb17[_0x280e90(0xc8)]?this['getRootParentFile'](_0x5cbb17[_0x280e90(0xc8)]):null;if(_0x352e47)return _0x352e47;});}return null;}[a4_0x391540(0x16c)](_0x3bf215){const _0x4e2893=a4_0x391540,_0x48c6a6={};_0x48c6a6['zNtcu']=function(_0x3a1e7f,_0x1a695a){return _0x3a1e7f!==_0x1a695a;};const _0x2e5f6c=_0x48c6a6,_0x53b5c8=[];if(_0x3bf215&&_0x3bf215[_0x4e2893(0x184)]){let _0x2c41b1=_0x3bf215[_0x4e2893(0x184)];while(_0x2c41b1&&_0x2e5f6c[_0x4e2893(0xea)](_0x2c41b1['title'],'')){_0x53b5c8[_0x4e2893(0x1cc)](_0x2c41b1[_0x4e2893(0xf8)]),_0x2c41b1=_0x2c41b1[_0x4e2893(0x184)];}}return _0x53b5c8;}[a4_0x391540(0x19c)](_0x2f1ae0,_0x203b41,_0x3a0ab9=undefined){const _0x21ec7f=a4_0x391540,_0x5512bc={'WlrDT':function(_0x3cb2a3,_0x549a8a){return _0x3cb2a3(_0x549a8a);},'DhHas':function(_0x44762e){return _0x44762e();},'nXuWg':function(_0x89df98){return _0x89df98();},'udCVk':_0x21ec7f(0x171),'pAEHL':function(_0x2d002b,_0x18f61f){return _0x2d002b!==_0x18f61f;},'RUMaI':function(_0xd531a6,_0x418817){return _0xd531a6!==_0x418817;},'ZXksq':_0x21ec7f(0x18c),'mkGbD':_0x21ec7f(0x1b9),'GMFgP':'failed','CbZGm':_0x21ec7f(0x16f),'ZajpZ':'skipped','AyXLt':_0x21ec7f(0x188),'RbZkP':function(_0x4aa98d,_0x88f53){return _0x4aa98d-_0x88f53;},'aFawD':function(_0x4d8162,_0x3cf727,_0x5a1280,_0x1654b3,_0x414d6b){return _0x4d8162(_0x3cf727,_0x5a1280,_0x1654b3,_0x414d6b);},'clpHC':function(_0x2d1602,_0x3287f4){return _0x2d1602!==_0x3287f4;},'nufJM':_0x21ec7f(0x13b),'xPXxx':_0x21ec7f(0x109),'wpHve':_0x21ec7f(0x18a),'SJCKV':_0x21ec7f(0x15b),'YzngZ':'backtrace','dNlww':_0x21ec7f(0x196),'ajbTi':_0x21ec7f(0x127),'xXatx':function(_0x37ce4e,_0x1bc09a){return _0x37ce4e===_0x1bc09a;},'ZRNPr':'hook_run','wPcQH':_0x21ec7f(0xce)};if(!this[_0x21ec7f(0x146)])return;try{if(_0x203b41['fn']&&_0x203b41['fn']['toString']()[_0x21ec7f(0x179)](/browserstack internal helper hook/))return;const _0x50d120=_0x5512bc[_0x21ec7f(0x1b5)](parseEvent,_0x2f1ae0);if(!_0x50d120)return;if(_0x50d120['test']){this['currentTest']=_0x203b41,this[_0x21ec7f(0x1c3)]=null;if(_0x50d120[_0x21ec7f(0x102)]||_0x50d120['skipped']){_0x203b41[_0x21ec7f(0x100)]=new Date(),_0x203b41[_0x21ec7f(0x18b)]=![];if(!_0x203b41[_0x21ec7f(0x17b)])_0x203b41['testAnalyticsId']=_0x5512bc[_0x21ec7f(0x163)](uuidv4);else _0x203b41[_0x21ec7f(0x18b)]&&(!_0x203b41[_0x21ec7f(0x10a)]&&(_0x203b41['retryOf']=_0x203b41[_0x21ec7f(0x17b)]),_0x203b41[_0x21ec7f(0x17b)]=_0x5512bc['DhHas'](uuidv4));}}else{if(_0x50d120[_0x21ec7f(0x10e)]){this[_0x21ec7f(0x1c3)]=_0x203b41;if(_0x50d120[_0x21ec7f(0x102)]){_0x203b41['startedAt']=new Date(),_0x203b41[_0x21ec7f(0x18b)]=![];if(!_0x203b41[_0x21ec7f(0x17f)])_0x203b41[_0x21ec7f(0x17f)]=_0x5512bc[_0x21ec7f(0x132)](uuidv4);else _0x203b41[_0x21ec7f(0x17f)]&&_0x203b41[_0x21ec7f(0x18b)]&&(_0x203b41[_0x21ec7f(0x17f)]=_0x5512bc[_0x21ec7f(0x132)](uuidv4));}}}if(_0x50d120['finished']&&_0x203b41[_0x21ec7f(0x18b)])return;let _0x1632cf;try{_0x1632cf=this[_0x21ec7f(0x105)](_0x203b41);}catch(_0x5a44dd){logger[_0x21ec7f(0x1a3)](_0x21ec7f(0x167)+_0x5a44dd),_0x1632cf=null;}let _0x505e64=[];_0x3a0ab9&&(_0x505e64=[_0x3a0ab9,_0x5512bc[_0x21ec7f(0xfc)]]);const _0x32fa8f=_0x5512bc[_0x21ec7f(0x187)](_0x203b41[_0x21ec7f(0xf5)],undefined)?util[_0x21ec7f(0x181)](_0x203b41[_0x21ec7f(0xf5)][0x0]):_0x5512bc[_0x21ec7f(0x17a)](_0x3a0ab9,undefined)?_0x3a0ab9[_0x21ec7f(0x151)]():undefined,_0x227630=_0x1632cf?this['findGitConfig'](_0x1632cf):null,_0x6a0778=_0x1632cf?this['_paths'][_0x21ec7f(0xdc)](this[_0x21ec7f(0x105)](_0x203b41)):_0x5512bc[_0x21ec7f(0x145)];let _0x4aea5f=_0x5512bc[_0x21ec7f(0x180)];const _0x5ae448=!_0x50d120['started']?new Date()[_0x21ec7f(0x1b8)]():null;if(_0x50d120[_0x21ec7f(0x133)])_0x4aea5f=_0x3a0ab9?_0x5512bc[_0x21ec7f(0xf1)]:_0x5512bc[_0x21ec7f(0x14f)],_0x203b41[_0x21ec7f(0x18b)]=!![];else _0x50d120['skipped']&&(_0x4aea5f=_0x5512bc['ZajpZ'],_0x203b41[_0x21ec7f(0x18b)]=!![]);const _0x40eefb={'framework':this[_0x21ec7f(0x14d)],'uuid':_0x203b41['testAnalyticsId']||_0x203b41[_0x21ec7f(0x17f)],'name':_0x203b41[_0x21ec7f(0xf8)],'body':{'lang':_0x5512bc[_0x21ec7f(0x121)],'code':_0x203b41['body'][_0x21ec7f(0x151)]()},'type':_0x203b41[_0x21ec7f(0xf4)],'scope':_0x203b41[_0x21ec7f(0x19f)](),'scopes':this[_0x21ec7f(0x16c)](_0x203b41),'file_name':_0x6a0778,'vc_filepath':_0x227630?path[_0x21ec7f(0x1ba)](_0x227630,_0x1632cf):null,'location':_0x6a0778,'result':_0x4aea5f,'failure_reason':_0x32fa8f,'duration_in_ms':_0x203b41[_0x21ec7f(0x103)]||(_0x50d120['finished']||_0x50d120[_0x21ec7f(0x134)])?_0x5512bc[_0x21ec7f(0x1b6)](Date['now'](),new Date(_0x203b41[_0x21ec7f(0x100)])[_0x21ec7f(0x14b)]()):null,'started_at':new Date(_0x203b41[_0x21ec7f(0x100)])[_0x21ec7f(0x1b8)](),'finished_at':_0x5ae448,'failure':testOpsHelper['failureData'][_0x21ec7f(0x1c7)](null,_0x505e64),'failure_type':!_0x32fa8f?null:testOpsHelper[_0x21ec7f(0xd8)](_0x32fa8f),'retry_of':_0x203b41[_0x21ec7f(0x10a)]||null,'tags':_0x203b41[_0x21ec7f(0x178)]||[],'customRerunParam':{'rerun_name':_0x203b41['fullTitle']()}};_0x5512bc[_0x21ec7f(0x108)](appendTesthubParams,_0x40eefb,_0x2f1ae0,_0x203b41,FRAMEWORKS['CODECEPT']);if(_0x50d120[_0x21ec7f(0x10e)])[_0x40eefb[_0x21ec7f(0xd4)],_0x40eefb[_0x21ec7f(0x12f)]]=[this[_0x21ec7f(0x106)](_0x203b41),_0x203b41[_0x21ec7f(0xc8)][_0x21ec7f(0x149)][_0x21ec7f(0xf8)]],_0x50d120[_0x21ec7f(0x133)]?_0x5512bc[_0x21ec7f(0xda)](_0x40eefb[_0x21ec7f(0x1c5)],_0x5512bc[_0x21ec7f(0xf1)])&&(_0x40eefb['result']=_0x5512bc['CbZGm']):_0x40eefb[_0x21ec7f(0xe9)]={};else _0x50d120['test']&&(this['mapTestHooks'](_0x203b41),_0x50d120['skipped']&&this[_0x21ec7f(0x1c6)](_0x203b41),(_0x50d120[_0x21ec7f(0x133)]||_0x50d120[_0x21ec7f(0x134)])&&(_0x40eefb[_0x21ec7f(0x176)]=this['getHooksForTest'](_0x203b41)));this[_0x21ec7f(0x193)]&&(_0x50d120[_0x21ec7f(0x102)]||_0x50d120[_0x21ec7f(0x134)])&&(_0x40eefb[_0x5512bc[_0x21ec7f(0x139)]]=this[_0x21ec7f(0x122)](this[_0x21ec7f(0x193)]));_0x50d120[_0x21ec7f(0x149)]&&_0x50d120[_0x21ec7f(0x133)]&&_0x203b41['bddSteps']&&(_0x40eefb[_0x5512bc[_0x21ec7f(0x14a)]]={'feature':{'name':_0x203b41['parent']['feature'][_0x21ec7f(0x12f)],'path':_0x40eefb[_0x21ec7f(0xeb)],'description':_0x203b41['parent'][_0x21ec7f(0x1a7)]},'scenario':{'name':_0x203b41[_0x21ec7f(0xf8)]},'steps':_0x203b41[_0x21ec7f(0xec)]});const _0xc0e84a=_0x40eefb[_0x5512bc[_0x21ec7f(0x1bd)]][0x0];_0xc0e84a&&(_0x40eefb[_0x5512bc['SJCKV']]=_0xc0e84a[_0x5512bc[_0x21ec7f(0x150)]],_0x40eefb[_0x5512bc[_0x21ec7f(0xe1)]]=_0xc0e84a[_0x5512bc[_0x21ec7f(0x140)]]);if(_0x203b41['bddSteps'])for(const _0x3402f4 of _0x203b41[_0x21ec7f(0xec)]){!_0x3402f4['finished_at']&&(_0x3402f4['finished_at']=new Date()[_0x21ec7f(0x1b8)](),_0x5512bc[_0x21ec7f(0x1a2)](_0x3402f4[_0x21ec7f(0x1c5)],_0x5512bc[_0x21ec7f(0x180)])&&(_0xc0e84a?(_0x3402f4[_0x21ec7f(0x1c5)]=_0x5512bc['GMFgP'],_0x3402f4[_0x21ec7f(0x18a)]=_0xc0e84a[_0x5512bc[_0x21ec7f(0x150)]][0x0]):_0x3402f4[_0x21ec7f(0x1c5)]=_0x5512bc[_0x21ec7f(0x14f)]));}const _0x681d5a={};_0x681d5a[_0x21ec7f(0x136)]=_0x50d120[_0x21ec7f(0x134)]?TEST_EVENTS[_0x21ec7f(0x164)]:_0x2f1ae0;const _0x28aadc=_0x681d5a;return _0x50d120[_0x21ec7f(0x10e)]?_0x28aadc[_0x5512bc['ZRNPr']]=_0x40eefb:_0x28aadc[_0x5512bc[_0x21ec7f(0xe7)]]=_0x40eefb,_0x28aadc;}catch(_0xc41c65){logger[_0x21ec7f(0x1a3)](_0x21ec7f(0x11d)+_0x2f1ae0+_0x21ec7f(0x154)+_0xc41c65);}}async['fireEvent'](_0xbf465c,_0x496739){const _0x2cb2e0=a4_0x391540;if(!this['enabled']||!_0x496739||!_0xbf465c)return![];try{return await SessionHandler[_0x2cb2e0(0xf6)](_0x496739);}catch(_0x3200be){logger[_0x2cb2e0(0x1a3)]('Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20'+_0xbf465c+_0x2cb2e0(0x154)+_0x3200be);}}['initializeBddStep'](_0x600e81){const _0x2d0f35=a4_0x391540,_0x325305={};_0x325305['Akjbp']='pending';const _0x4346ea=_0x325305;return{'id':_0x600e81[_0x2d0f35(0xe5)],'text':_0x600e81[_0x2d0f35(0x1ae)],'keyword':_0x600e81['keyword'],'started_at':_0x600e81[_0x2d0f35(0x100)][_0x2d0f35(0x1b8)](),'result':_0x4346ea[_0x2d0f35(0x1b7)]};}[a4_0x391540(0x177)](_0x5ca12f){const _0x220f50=a4_0x391540,_0x50ff59={'bZFft':function(_0x219480){return _0x219480();}};!this[_0x220f50(0x137)][_0x220f50(0xec)]&&(this[_0x220f50(0x137)][_0x220f50(0xec)]=[]),!_0x5ca12f[_0x220f50(0xe5)]&&(_0x5ca12f['stepAnalyticsId']=_0x50ff59[_0x220f50(0x129)](uuidv4),_0x5ca12f[_0x220f50(0x100)]=new Date(),this['currentTest']['bddSteps'][_0x220f50(0x1cc)](this['initializeBddStep'](_0x5ca12f)));}[a4_0x391540(0x19a)](_0x1b72ee){const _0x3b2aa2=a4_0x391540,_0x3d6d92={'WtToi':function(_0x32b08f,_0x868921){return _0x32b08f(_0x868921);},'SazGZ':'success','egxAu':_0x3b2aa2(0x1b9),'rOSWH':_0x3b2aa2(0x16f),'HUgat':function(_0x5afea5,_0xcf786c){return _0x5afea5-_0xcf786c;}};let _0x27f035=this[_0x3b2aa2(0x137)]['bddSteps']['find'](_0x153545=>_0x153545['id']===_0x1b72ee[_0x3b2aa2(0xe5)]);_0x3d6d92[_0x3b2aa2(0xee)](isUndefined,_0x27f035)&&(_0x27f035=this[_0x3b2aa2(0x162)](_0x1b72ee)),_0x27f035[_0x3b2aa2(0x1c5)]=[_0x3d6d92['SazGZ'],_0x3d6d92[_0x3b2aa2(0x13e)]]['includes'](_0x1b72ee[_0x3b2aa2(0x15a)])?_0x3d6d92[_0x3b2aa2(0x114)]:_0x1b72ee[_0x3b2aa2(0x15a)],_0x27f035[_0x3b2aa2(0x15e)]=new Date()['toISOString'](),_0x27f035[_0x3b2aa2(0x103)]=_0x3d6d92['HUgat'](Date[_0x3b2aa2(0xfb)](),_0x1b72ee['startedAt'][_0x3b2aa2(0x14b)]()),_0x27f035['failure']=_0x1b72ee['err']?_0x1b72ee[_0x3b2aa2(0x171)][_0x3b2aa2(0x131)]:null;}}function a4_0x13bf(){const _0x3c61fa=['defineProperty','2jwqYlJ','zfCXp','uuid','rOSWH','JTELk','cwd','DHoGP','Bnzav','XTCwl','flushPendingHookEvents','stringify','_testEnv','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','accessibilityPlatform','replace','Failed\x20to\x20flush\x20pending\x20hook\x20event\x20','AyXLt','getCBTInfo','sep','pendingHookEvents','setupBrowserDetails','../playwright/sessionDetails','expanded','AGjfE','bZFft','UUJYs','connect','Failed\x20to\x20parse\x20wsendpoint\x20','Not\x20able\x20to\x20import\x20Browser','findGitConfig','name','PiUsA','message','nXuWg','finished','skipped','TestRunFinished','event_type','currentTest','groups','nufJM','TestRunSkipped','integrations','STATE_PASSED','2830881qcdial','egxAu','PSvBt','ajbTi','constructor','fireEvent','_beforeAll','gdZYf','ZXksq','enabled','HyVWX','eventType','test','xPXxx','getTime','YGjEG','frameworkName','BROWSERSTACK','CbZGm','YzngZ','toString','../../helpers/test-observability/constants','mlJMv','\x20with\x20error\x20:\x20','bind','connectOverCDP','test_run_uuid','SOgoD','dirname','status','failure_backtrace','file','1883973FXXRPt','finished_at','PathHelper','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','QvrGN','initializeBddStep','DhHas','TEST_RUN_FINISHED','__platformCaps','../../helpers/test-observability/utils','failed\x20to\x20get\x20root\x20parent\x20file\x20','hook_run','zlYwS','wsEndpoint','hook_run_uuid','getHierarchy','LICzt','QcCby','passed','CBTSessionCreated','err','forEach','_afterAll','shutdown','1285KIaScM','hooks','bddStepStart','tags','match','RUMaI','testAnalyticsId','qsPxc','../../helpers/logger','pBikU','hookAnalyticsId','mkGbD','inspect','QNZCH','launch','parent','2|5|4|1|3|0','splice','pAEHL','javascript','TEST_EVENTS','failure','markedStatus','File\x20path\x20could\x20not\x20be\x20found','38598900qFJUrV','prototype','Playwright','../playwright/accessibility-helper','pid','kOEwO','driver','lrMhL','STATE_FAILED','failure_reason_expanded','codeceptjs','lfssp','ezqAY','bddStepFinish','suites','captureEvent','bvvVI','toLowerCase','fullTitle','gvfQC','../../helpers/helper','xXatx','debug','MAoJw','PFFQQ','getInstance','comment','TEST_RUN_STARTED','LgRhD','PeRuY','exports','format','8JBMyUS','text','RxinK','QPRWW','obsBrowserTypeMockApplied','YvCoh','includes','KahSo','WlrDT','RbZkP','Akjbp','toISOString','pending','relative','session_id','ZZMxC','wpHve','bs:addLog:','FSFMU','HisvI','appendTestItemLog','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','currentHook','path','result','resetSkipTestHooks','apply','xLanj','keys','LUGMm','.git','push','hasLiveDriverSession','vGblj','30325vgAfib','4243996itQhCc','ctx','toUpperCase','_beforeEach','location_prefix','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','PcNZC','test_run','1897272UVHKAL','mURLp','LwIKA','winstonLogger','sendCBTInfo','hook_type','length','getHooksForTest','../../helpers/testhub/utils.js','getFailureType','removeAllListeners','clpHC','statSync','prefixTestPath','THIHs','patchConsoleLogger','mapTestHooks','concat','dNlww','LyfPz','HOOK_RUN_STARTED','lMZyv','stepAnalyticsId','TEST_REPORTING_ANALYTICS','wPcQH','start','body','zNtcu','file_name','bddSteps','iuayj','WtToi','logs','OCCbj','GMFgP','25734nuFrOA','TwvKw','type','errorsDetailed','uploadEventData','QpTqX','title','ecTLx','O11yHelper','now','udCVk','MCLtX','ubUmQ','../mocha/test-observability/mochaUtils','startedAt','_afterEach','started','duration','JqMzR','getRootParentFile','getHookType','../utils/constants','aFawD','meta','retryOf','wvtgf','join','FTegw','hook','then'];a4_0x13bf=function(){return _0x3c61fa;};return a4_0x13bf();}const a4_0x18dfe2={};a4_0x18dfe2[a4_0x391540(0xfa)]=O11yHelper,a4_0x18dfe2[a4_0x391540(0x13c)]=STATE_PASSED,a4_0x18dfe2[a4_0x391540(0x195)]=STATE_FAILED,a4_0x18dfe2[a4_0x391540(0x189)]=TEST_EVENTS,module[a4_0x391540(0x1ab)]=a4_0x18dfe2;