browserstack-node-sdk 1.55.5 → 1.55.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 (201) 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/generated/sdk-messages_pb.d.ts +40 -0
  41. package/generated/sdk-messages_pb.js +322 -2
  42. package/package.json +1 -1
  43. package/src/ai-sdk-node/bundle.js +1 -1
  44. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  45. package/src/bin/codeceptjs/command.js +1 -1
  46. package/src/bin/codeceptjs/helper.js +1 -1
  47. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  48. package/src/bin/cucumber-js/command.js +1 -1
  49. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  50. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  51. package/src/bin/cucumber-js/test-observability.js +1 -1
  52. package/src/bin/cucumber-js/test.setup.js +1 -1
  53. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  54. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  55. package/src/bin/integrations/command.js +1 -1
  56. package/src/bin/integrations/constants.js +1 -1
  57. package/src/bin/jest/command.js +1 -1
  58. package/src/bin/jest/customImplements/customCircus.js +1 -1
  59. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  60. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  61. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  62. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  63. package/src/bin/jest/jest.setup.js +1 -1
  64. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  65. package/src/bin/jest/test-observability/helper.js +1 -1
  66. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  67. package/src/bin/jest/test-observability/test-details.js +1 -1
  68. package/src/bin/jest/test.setup.js +1 -1
  69. package/src/bin/jest/test_before.setup.js +1 -1
  70. package/src/bin/launcher/launcher.js +1 -1
  71. package/src/bin/load/index.js +1 -1
  72. package/src/bin/load/loadUtils.js +1 -1
  73. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  74. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  75. package/src/bin/mocha/command.js +1 -1
  76. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  77. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  78. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  79. package/src/bin/mocha/test.setup.js +1 -1
  80. package/src/bin/newman/command.js +1 -1
  81. package/src/bin/newman/helper.js +1 -1
  82. package/src/bin/newman/reporter/index.js +1 -1
  83. package/src/bin/newman/scriptRunner.js +1 -1
  84. package/src/bin/nightwatch/command.js +1 -1
  85. package/src/bin/playwright/accessibility-helper.js +1 -1
  86. package/src/bin/playwright/command.js +1 -1
  87. package/src/bin/playwright/globalSetup.js +1 -1
  88. package/src/bin/playwright/mock-process.js +1 -1
  89. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  90. package/src/bin/playwright/patches.js +1 -1
  91. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  92. package/src/bin/playwright/reporter/reporter.js +1 -1
  93. package/src/bin/playwright/reporter/test-details.js +1 -1
  94. package/src/bin/playwright/sessionDetails.js +1 -1
  95. package/src/bin/puppeteer/patches.js +1 -1
  96. package/src/bin/puppeteer/sessionDetails.js +1 -1
  97. package/src/bin/puppeteer/test.setup.js +1 -1
  98. package/src/bin/runner.js +1 -1
  99. package/src/bin/setup.js +1 -1
  100. package/src/bin/test-runner/index.js +1 -1
  101. package/src/bin/test-runner/runTest.js +1 -1
  102. package/src/bin/test-runner/testWorker.js +1 -1
  103. package/src/bin/utils/apiUtilityMethods.js +1 -1
  104. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  105. package/src/bin/utils/constants.js +1 -1
  106. package/src/bin/utils/log4jsAppender.js +1 -1
  107. package/src/bin/utils/logPatcher.js +1 -1
  108. package/src/bin/utils/logReportingAPI.js +1 -1
  109. package/src/bin/utils/playwright-patcher.js +1 -1
  110. package/src/bin/utils/puppeteer-patcher.js +1 -1
  111. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  112. package/src/bin/utils/sharedUtils.js +1 -1
  113. package/src/bin/v2/TestInfo.js +1 -1
  114. package/src/bin/v2/browserstackCLI.js +1 -1
  115. package/src/bin/v2/cliUtils.js +1 -1
  116. package/src/bin/v2/customTagManager.js +1 -1
  117. package/src/bin/v2/eventDispatcher.js +1 -1
  118. package/src/bin/v2/framework/automationFramework.js +1 -1
  119. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  120. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  121. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  122. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  123. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  124. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  125. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  126. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  127. package/src/bin/v2/framework/testFramework.js +1 -1
  128. package/src/bin/v2/grpcClient.js +1 -1
  129. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  130. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  131. package/src/bin/v2/instances/trackedContext.js +1 -1
  132. package/src/bin/v2/instances/trackedInstance.js +1 -1
  133. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  134. package/src/bin/v2/modules/baseModule.js +1 -1
  135. package/src/bin/v2/modules/loadTestModule.js +1 -1
  136. package/src/bin/v2/modules/observabilityModule.js +1 -1
  137. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  138. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  139. package/src/bin/v2/modules/testhubModule.js +1 -1
  140. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  141. package/src/bin/v2/state/hookState.js +1 -1
  142. package/src/bin/v2/state/testFrameworkState.js +1 -1
  143. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  144. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  145. package/src/bin/v2/utils/jest-utils.js +1 -1
  146. package/src/bin/vanilla-js/command.js +1 -1
  147. package/src/browserStackSdk.js +1 -1
  148. package/src/helpers/BrowserStackSetup.js +1 -1
  149. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  150. package/src/helpers/accessibility-automation/constants.js +1 -1
  151. package/src/helpers/accessibility-automation/helper.js +1 -1
  152. package/src/helpers/accessibility-automation/scripts.js +1 -1
  153. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  154. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  155. package/src/helpers/ats/constants.js +1 -1
  156. package/src/helpers/ats/helper.js +1 -1
  157. package/src/helpers/capsMapping.js +1 -1
  158. package/src/helpers/central-scanner/constants.js +1 -1
  159. package/src/helpers/central-scanner/helpers.js +1 -1
  160. package/src/helpers/classLogger.js +1 -1
  161. package/src/helpers/globals.js +1 -1
  162. package/src/helpers/helper.js +1 -1
  163. package/src/helpers/logger.js +1 -1
  164. package/src/helpers/metadata.js +1 -1
  165. package/src/helpers/patchHelper.js +1 -1
  166. package/src/helpers/patchHelpers.js +1 -1
  167. package/src/helpers/percy/Percy.js +1 -1
  168. package/src/helpers/percy/PercyBinary.js +1 -1
  169. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  170. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  171. package/src/helpers/percy/PercySDK.js +1 -1
  172. package/src/helpers/percy/index.js +1 -1
  173. package/src/helpers/percy/utils.js +1 -1
  174. package/src/helpers/performance/constants.js +1 -1
  175. package/src/helpers/performance/performance-tester.js +1 -1
  176. package/src/helpers/playwright-helper.js +1 -1
  177. package/src/helpers/processHelper.js +1 -1
  178. package/src/helpers/puppeteer-helper.js +1 -1
  179. package/src/helpers/request-spy.js +1 -1
  180. package/src/helpers/setKeepAlive.js +1 -1
  181. package/src/helpers/stackFrameUtils.js +1 -1
  182. package/src/helpers/test-observability/constants.js +1 -1
  183. package/src/helpers/test-observability/error-handler.js +1 -1
  184. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  185. package/src/helpers/test-observability/sessionHandler.js +1 -1
  186. package/src/helpers/test-observability/utils.js +1 -1
  187. package/src/helpers/test-orchestration/constants.js +1 -1
  188. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  189. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  190. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  191. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  192. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  193. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  194. package/src/helpers/testhub/constants.js +1 -1
  195. package/src/helpers/testhub/testhubHandler.js +1 -1
  196. package/src/helpers/testhub/utils.js +1 -1
  197. package/src/helpers/timeoutPromise.js +1 -1
  198. package/src/helpers/utilities.js +1 -1
  199. package/src/helpers/w3cMapping.js +1 -1
  200. package/src/hubAllocationMethods.js +1 -1
  201. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a1_0x4d0c(_0x179286,_0x277325){const _0x5ed259=a1_0x5ed2();return a1_0x4d0c=function(_0x4d0c5d,_0x306ca3){_0x4d0c5d=_0x4d0c5d-0x14d;let _0x4d9e08=_0x5ed259[_0x4d0c5d];return _0x4d9e08;},a1_0x4d0c(_0x179286,_0x277325);}const a1_0x4b3b56=a1_0x4d0c;function a1_0x5ed2(){const _0x3bda73=['Jjbjs','pages','test-failed','vTXlF','startsWith','restore','currentTest','accessibilityPlatform','stop','TEST_RUN_SKIPPED','ImzSx','warn','../../helpers/globals.js','SESSION_NAME','BROWSERSTACK_TESTHUB_JWT','emit','jGsbo','WrsMk','stack','uADcl','_before','fhxqK','arguments','saveScreenshot','SAVE_RESULTS','test-started','GET_RESULTS_SUMMARY','ebHvH','RKzUi','246856dFZXCS','test-skipped','HOOK_RUN_FINISHED','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20_before:\x20','base64','bufferPendingHookEvent','ctx','XCNOn','codeceptjs/lib/index.js','action','GGloj','push','Playwright','args','FISJG','xAdsv','pxvNs','mqyKv','format','WebDriver','bddStepStart','vOVOK','ljMLq','helpers','enabled','executeScript','end','VZrfV','6jSQpSt','BVUiu','150ckNdEb','ZjQEL','DraII','test','fireEvent','BROWSERSTACK_TESTHUB_UUID','WTGdm','../../helpers/logger','lRFzl','HOOK_RUN_STARTED','mzZIn','bs:addLog:','getSyncScript','screenshotOutputFolder','_setPage','status','mwsUf','patch','XhDql','mSPvd','comment','ENV_VAR','skipSessionStatus','ByMtI','oXRLE','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','2085588AVYOwc','winstonLogger','AeNoK','tUeAb','../../helpers/request-spy','chromium','wwviW','haByF','titlePath','hookType','isMobilePlatform','unyHs','../../helpers/test-observability/utils','../../helpers/accessibility-automation/scripts','name','3083322tdJcyM','thTestRunUuid','passed','Gjitw','hiJdc','stringify','performScan','LruNs','browserStackExecuteDriver','codeceptjs','SDK_PRE_TEST','hook-started','flushPendingHookEvents','shouldWrapCommand','TEST_LOG','jJCRu','NtXvq','overwriteCommand','Screenshot\x20path\x20not\x20found','codeceptjs/lib/recorder.js','debug','test-after','SDK_TEST','started','RtYvg','WngaZ','OIIlS','test-before','Puppeteer','aHOXs','getAccessibilityResultsSummary','version','4536707YQuPDu','Yfdmt','getAccessibilityResults','\x0aStack:\x20','TeuKl','failed','after','DJpCt','measureWrapper','TestCafe','command','dispatcher','Failed\x20to\x20execute\x20_before:\x20','iHzvD','start','jGTry','bddStep-before','TEST_RUN_FINISHED','ZEaZF','VLVpf','SDK_POST_TEST','title','zISCn','fqvHA','event','forEach','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','82270lqXIvT','includes','util','uNQGw','getGlobal','SDK_HOOK','add','GBTOX','./helper.js','../../helpers/testhub/constants.js','hook','step','3682048ZbFATS','domForge','getResultsSummary','--auto-open-devtools-for-tabs','contexts','function','bddStepFinish','test-passed','reason','find','1884951TzThby','SYNC','before','irzFB','devtools://','Performing\x20scan\x20for\x20','saveTestResults','addRequestSpy','ZNEyk','thJwtToken','bind','opYZh','toString','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','constructor','../../helpers/performance/performance-tester','dzqXC','IJeCI','__skipSessionStatus','DLQIV','slice','toISOString','apply','isArray','a11y_core_config','RYwGK','captureEvent','GET_RESULTS','35sBweFn','MsTBB','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20Playwright\x20_before:\x20','url','class','hook-failed','codeceptjs/lib/utils.js','patchSaveScreenshot','hglSU','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','exports','Element','page','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','../../bin/playwright/sessionDetails','NePun','HHrjP','__workerDetails','JpqkT','FVHwh','readFileSync','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','pid','PFdLH','captureError','tplZb','filter','stopMonitoring','FRAMEWORK_DETAILS','from','xvXQk','bstackAllyScanning','BS_A11Y_JWT','setSessionName','container','TEST_RUN_STARTED','bXBFz','setSessionStatus','PERFORM_SCAN','env','config','browserContext','all','afterTest','browser','PQYMr','YffsA','parse','bddStep-after','prototype','testFramework','thBuildUuid','browserstack_executor:\x20','testAnalyticsId','hook-passed','INFO','NCgQh','CmIsy','SywMW','call','initSaveScreenshot'];a1_0x5ed2=function(){return _0x3bda73;};return a1_0x5ed2();}(function(_0x2f7f79,_0x389364){const _0x4b72be=a1_0x4d0c,_0x294ae2=_0x2f7f79();while(!![]){try{const _0x5e9add=parseInt(_0x4b72be(0x21b))/0x1+parseInt(_0x4b72be(0x1d1))/0x2+parseInt(_0x4b72be(0x1e0))/0x3+-parseInt(_0x4b72be(0x199))/0x4*(-parseInt(_0x4b72be(0x24d))/0x5)+parseInt(_0x4b72be(0x1b5))/0x6*(parseInt(_0x4b72be(0x200))/0x7)+parseInt(_0x4b72be(0x227))/0x8+-parseInt(_0x4b72be(0x231))/0x9*(parseInt(_0x4b72be(0x1b7))/0xa);if(_0x5e9add===_0x389364)break;else _0x294ae2['push'](_0x294ae2['shift']());}catch(_0x103607){_0x294ae2['push'](_0x294ae2['shift']());}}}(a1_0x5ed2,0x86ab8));const fs=require('fs'),util=require(a1_0x4b3b56(0x21d)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require('../../helpers/helper'),logger=require(a1_0x4b3b56(0x1be))[a1_0x4b3b56(0x1d2)],testOpsHelper=require(a1_0x4b3b56(0x1dd)),requestSpy=require(a1_0x4b3b56(0x1d5)),PlaywrightSessionDetails=require(a1_0x4b3b56(0x14d)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require('./o11yHelper'),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),AccessibilityHelper=require('../../bin/playwright/accessibility-helper'),scripts=require(a1_0x4b3b56(0x1de)),PerformanceTester=require(a1_0x4b3b56(0x240)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require('../../helpers/performance/constants'),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x4b3b56(0x223)),testHubConstants=require(a1_0x4b3b56(0x224)),globals=require(a1_0x4b3b56(0x188)),CodeceptJS=requireModule(a1_0x4b3b56(0x1a1),'codeceptjs'),CodeceptUtils=requireModule(a1_0x4b3b56(0x253),a1_0x4b3b56(0x1e9)),CodeceptWebDriver=requireModule('codeceptjs/lib/helper/WebDriver.js','codeceptjs'),CodeceptRecorder=requireModule(a1_0x4b3b56(0x1f3),a1_0x4b3b56(0x1e9)),CodeceptPlaywright=requireModule('codeceptjs/lib/helper/Playwright.js',a1_0x4b3b56(0x1e9)),playwrightMarkSessionStatus=(_0x2481b6,_0x5bb6f1,_0x1c85d9)=>{const _0x32d57e=a1_0x4b3b56,_0x5b170a={'cZCGt':_0x32d57e(0x164),'itJMR':function(_0x553b04,_0x19b147){return _0x553b04(_0x19b147);}},_0x28814f={};_0x28814f[_0x32d57e(0x1c6)]=_0x5bb6f1;const _0xd587c8={};_0xd587c8[_0x32d57e(0x1a2)]=_0x5b170a['cZCGt'],_0xd587c8['arguments']=_0x28814f;const _0xf4017=_0xd587c8;return!_0x5b170a['itJMR'](isUndefined,_0x1c85d9)&&(_0xf4017['arguments'][_0x32d57e(0x22f)]=JSON[_0x32d57e(0x1e5)](_0x1c85d9)),_0x2481b6['executeScript'](()=>{},_0x32d57e(0x173)+JSON['stringify'](_0xf4017));},o11ySync=PerformanceTester['measureWrapper'](PerformanceO11yEvents[a1_0x4b3b56(0x232)],async _0x445b83=>{const _0x3baaae=a1_0x4b3b56,_0x3645fe={};_0x3645fe[_0x3baaae(0x1dc)]=function(_0x170cc1,_0x15812f){return _0x170cc1===_0x15812f;},_0x3645fe['bbUPY']=_0x3baaae(0x1a5);const _0x23e408=_0x3645fe;_0x23e408[_0x3baaae(0x1dc)](_0x445b83[_0x3baaae(0x23f)][_0x3baaae(0x1df)],_0x23e408['bbUPY'])?await _0x445b83['executeScript'](_0x621881=>{},testOpsHelper[_0x3baaae(0x1c3)]()):await _0x445b83['executeScript'](testOpsHelper[_0x3baaae(0x1c3)]());}),markSessionName=PerformanceTester[a1_0x4b3b56(0x208)](PerformanceAutEvents[a1_0x4b3b56(0x189)],async(_0x130400,_0x35538f)=>{const _0x5107c1=a1_0x4b3b56,_0x571f49={};_0x571f49[_0x5107c1(0x239)]=_0x5107c1(0x160),_0x571f49[_0x5107c1(0x1b9)]=function(_0x10f083,_0xa36d98){return _0x10f083===_0xa36d98;},_0x571f49[_0x5107c1(0x20f)]=_0x5107c1(0x1a5);const _0x1eaaf2=_0x571f49,_0xe21f3f={};_0xe21f3f['name']=_0x35538f;const _0x35b6b6={};_0x35b6b6[_0x5107c1(0x1a2)]=_0x1eaaf2[_0x5107c1(0x239)],_0x35b6b6[_0x5107c1(0x192)]=_0xe21f3f;const _0x440d30=_0x35b6b6;_0x1eaaf2[_0x5107c1(0x1b9)](_0x130400['constructor'][_0x5107c1(0x1df)],_0x1eaaf2['jGTry'])?await _0x130400[_0x5107c1(0x1b2)](()=>{},_0x5107c1(0x173)+JSON[_0x5107c1(0x1e5)](_0x440d30)):await _0x130400[_0x5107c1(0x1b2)]('browserstack_executor:\x20'+JSON[_0x5107c1(0x1e5)](_0x440d30));}),patchSaveScreenshot=_0x593a08=>{const _0x1b96eb=a1_0x4b3b56,_0x466c76={'eAJAW':'base64','TljXB':'TEST_SCREENSHOT','RKzUi':function(_0x49141c){return _0x49141c();},'uNQGw':function(_0x456aa6,_0x23c88d){return _0x456aa6(_0x23c88d);},'XCNOn':_0x1b96eb(0x1f2),'ByMtI':function(_0x5412b4,_0x42b868){return _0x5412b4(_0x42b868);}};_0x466c76[_0x1b96eb(0x1ce)](isTrue,process['env']['BS_TESTOPS_ALLOW_SCREENSHOTS'])&&!_0x593a08['patchSaveScreenshot']&&(_0x593a08[_0x1b96eb(0x254)]=!![],_0x593a08[_0x1b96eb(0x17b)]=_0x593a08['saveScreenshot'],_0x593a08[_0x1b96eb(0x193)]=(_0xf73f1d,_0x38ff68=![])=>{const _0x2a9651=_0x1b96eb,_0x18679a={'iHzvD':_0x466c76['eAJAW'],'dzqXC':_0x466c76['TljXB'],'vOVOK':function(_0x36d235){const _0x17d0dd=a1_0x4d0c;return _0x466c76[_0x17d0dd(0x198)](_0x36d235);},'PHSit':function(_0x12e8f8,_0x26cc46){const _0x47fe48=a1_0x4d0c;return _0x466c76[_0x47fe48(0x21e)](_0x12e8f8,_0x26cc46);},'FISJG':_0x466c76[_0x2a9651(0x1a0)]};return new Promise(function(_0x1775ee,_0x58c128){const _0x2a0180=_0x2a9651;_0x593a08[_0x2a0180(0x17b)](_0xf73f1d,_0x38ff68)['then'](()=>{const _0x1aa91a=_0x2a0180,_0x5ec604=CodeceptUtils[_0x1aa91a(0x1c4)](_0xf73f1d);if(_0x5ec604){const _0x2d04be=fs[_0x1aa91a(0x153)](_0x5ec604);process[_0x1aa91a(0x18b)](_0x1aa91a(0x1c2)+process[_0x1aa91a(0x155)],{'timestamp':new Date()[_0x1aa91a(0x246)](),'message':_0x2d04be['toString'](_0x18679a[_0x1aa91a(0x20d)]),'kind':_0x18679a[_0x1aa91a(0x241)]}),_0x18679a[_0x1aa91a(0x1ae)](_0x1775ee);}_0x18679a['PHSit'](_0x58c128,new Error(_0x18679a[_0x1aa91a(0x1a7)]));})['catch'](()=>null);});});},patchWebDriverBefore=(_0x27e12a,_0x2e411e)=>{const _0x1ccf1f=a1_0x4b3b56,_0xa02534={'irzFB':function(_0x45bf74){return _0x45bf74();},'bXBFz':function(_0x25b2e4,_0x441764){return _0x25b2e4(_0x441764);},'WngaZ':function(_0x2ed95e,_0x1cbd50){return _0x2ed95e===_0x1cbd50;},'xvXQk':'webdriverio','hglSU':function(_0xdea109,_0x194a02){return _0xdea109===_0x194a02;},'mqyKv':'string','mzZIn':_0x1ccf1f(0x258),'jJCRu':_0x1ccf1f(0x22c)},_0x13dd2b=async function(_0x483780,_0x4763f4){const _0x1b2187=_0x1ccf1f;_0xa02534[_0x1b2187(0x234)](isAccessibilityAutomationSession)&&!global[_0x1b2187(0x15e)]&&global['accessibilityPlatform']&&scripts[_0x1b2187(0x1ed)](_0x483780[_0x1b2187(0x1df)])&&_0xa02534[_0x1b2187(0x163)](shouldPatchExecuteScript,arguments[0x2])&&(global['bstackAllyScanning']=!![],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x1b2187(0x165)],async()=>{const _0x5c008e=_0x1b2187;logger[_0x5c008e(0x1f4)](_0x5c008e(0x236)+_0x483780[_0x5c008e(0x251)]+'\x20'+_0x483780[_0x5c008e(0x1df)]),await AccessibilityHelper[_0x5c008e(0x1e8)](_0x27e12a,scripts['performScan']);},{'command':_0x483780[_0x1b2187(0x1df)]})());global[_0x1b2187(0x15e)]=![];const _0x81ef97=JSON['parse'](process[_0x1b2187(0x166)][_0x1b2187(0x15b)]||'{}');if(_0xa02534[_0x1b2187(0x1f9)](_0x81ef97?.[_0x1b2187(0x171)]?.[_0x1b2187(0x1df)],_0xa02534[_0x1b2187(0x15d)])&&_0xa02534[_0x1b2187(0x255)](typeof _0x81ef97?.['testFramework']?.[_0x1b2187(0x1ff)],_0xa02534[_0x1b2187(0x1aa)])&&_0x81ef97?.[_0x1b2187(0x171)]?.['version'][_0x1b2187(0x180)]('7'))return _0x4763f4[_0x1b2187(0x247)](null,Array['prototype'][_0x1b2187(0x245)][_0x1b2187(0x17a)](arguments,0x2));return _0x4763f4[_0x1b2187(0x247)](this,Array[_0x1b2187(0x170)]['slice'][_0x1b2187(0x17a)](arguments,0x2));},_0x194374=CodeceptWebDriver[_0x1ccf1f(0x170)][_0x1ccf1f(0x190)];CodeceptWebDriver['prototype'][_0x1ccf1f(0x190)]=async function(){const _0x2f7540=_0x1ccf1f;try{await _0x194374['apply'](this,arguments);}catch(_0x492123){logger['debug'](_0x2f7540(0x20c)+util[_0x2f7540(0x1ab)](_0x492123));}scripts['commandsToWrap'][_0x2f7540(0x159)](_0x596eaf=>_0x596eaf[_0x2f7540(0x1df)]&&_0x596eaf[_0x2f7540(0x251)])[_0x2f7540(0x219)](_0x5d9eaf=>{const _0x3acbd6=_0x2f7540;this[_0x3acbd6(0x16b)][_0x3acbd6(0x1f1)](_0x5d9eaf[_0x3acbd6(0x1df)],_0x13dd2b[_0x3acbd6(0x23b)](this,_0x5d9eaf),_0xa02534[_0x3acbd6(0x255)](_0x5d9eaf[_0x3acbd6(0x251)],_0xa02534[_0x3acbd6(0x1c1)]));}),_0xa02534[_0x2f7540(0x163)](processWebDriverConfig,_0x27e12a);try{_0x2e411e&&_0xa02534['hglSU'](typeof _0x2e411e[_0x2f7540(0x1ec)],_0xa02534[_0x2f7540(0x1ef)])&&await _0x2e411e[_0x2f7540(0x1ec)]();}catch(_0x5dee3a){logger['debug'](_0x2f7540(0x19c)+util['format'](_0x5dee3a));}};};function parseJwt(_0x386a9e){const _0x18dcd8=a1_0x4b3b56,_0x2bd5f2={};_0x2bd5f2['vTXlF']=_0x18dcd8(0x19d);const _0x1278f7=_0x2bd5f2;if(!_0x386a9e)return null;return JSON[_0x18dcd8(0x16e)](Buffer[_0x18dcd8(0x15c)](_0x386a9e['split']('.')[0x1],_0x1278f7[_0x18dcd8(0x17f)])[_0x18dcd8(0x23d)]());}const patchPlaywrightBefore=_0x45682c=>{const _0x99a38d=a1_0x4b3b56,_0x50decb={'WrsMk':function(_0x529df0){return _0x529df0();},'XhDql':_0x99a38d(0x235),'GBTOX':_0x99a38d(0x22a),'VLVpf':function(_0xec3588,_0xd94c30){return _0xec3588(_0xd94c30);},'CmIsy':function(_0x1aa6d8,_0x55768f){return _0x1aa6d8+_0x55768f;},'wwviW':_0x99a38d(0x203),'Gjitw':function(_0x5dfa12){return _0x5dfa12();},'hiJdc':function(_0x4bfff3){return _0x4bfff3();},'TeuKl':function(_0x5bddfc,_0x1e6e59){return _0x5bddfc===_0x1e6e59;},'DJpCt':_0x99a38d(0x22c)};PlaywrightSessionDetails[_0x99a38d(0x1c8)]();const _0x2c2c78=CodeceptPlaywright[_0x99a38d(0x170)]['_before'];CodeceptPlaywright['prototype']['_before']=async function(){const _0x4f449e=_0x99a38d,_0x5a727c={'DLQIV':function(_0x3df37a){const _0x2bfe39=a1_0x4d0c;return _0x50decb[_0x2bfe39(0x18d)](_0x3df37a);},'ebHvH':_0x50decb[_0x4f449e(0x1c9)],'opYZh':_0x50decb[_0x4f449e(0x222)],'ifgLk':function(_0x563211){return _0x50decb['WrsMk'](_0x563211);},'JpqkT':function(_0x3ab267,_0x2b3c71){const _0x2d4b56=_0x4f449e;return _0x50decb[_0x2d4b56(0x213)](_0x3ab267,_0x2b3c71);},'pRxuf':function(_0x4d3c50,_0x30a743){const _0x52a30e=_0x4f449e;return _0x50decb[_0x52a30e(0x178)](_0x4d3c50,_0x30a743);},'RYwGK':_0x50decb[_0x4f449e(0x1d7)]};this[_0x4f449e(0x168)]=await this[_0x4f449e(0x16b)][_0x4f449e(0x22b)]()[0x0];const _0x4b8e94=async()=>{const _0x471d7b=_0x4f449e,_0x4f4a02=this[_0x471d7b(0x167)]&&this['config'][_0x471d7b(0x1d6)]&&this['config']['chromium'][_0x471d7b(0x1a6)]&&Array[_0x471d7b(0x248)](this['config'][_0x471d7b(0x1d6)][_0x471d7b(0x1a6)])&&this[_0x471d7b(0x167)]['chromium'][_0x471d7b(0x1a6)][_0x471d7b(0x21c)](_0x5a727c[_0x471d7b(0x23c)]);if(_0x5a727c['ifgLk'](isAccessibilityAutomationSession)&&!_0x4f4a02)try{const _0xcc5dd1=_0x5a727c[_0x471d7b(0x151)](parseJwt,process[_0x471d7b(0x166)][_0x471d7b(0x15f)]);if(_0xcc5dd1&&_0xcc5dd1[_0x471d7b(0x249)]&&_0xcc5dd1[_0x471d7b(0x249)][_0x471d7b(0x228)]){const _0x4b59f3=this[_0x471d7b(0x168)][_0x471d7b(0x17d)][_0x471d7b(0x23b)](this['browserContext']);this[_0x471d7b(0x168)]['pages']=async function(){const _0x203b4e=_0x471d7b,_0x49fa18=await _0x5a727c[_0x203b4e(0x244)](_0x4b59f3),_0x5700fb=[];for(const _0x4112e8 of _0x49fa18){try{const _0x1fe314=await _0x4112e8['url']();!_0x1fe314[_0x203b4e(0x180)](_0x5a727c[_0x203b4e(0x197)])&&_0x5700fb[_0x203b4e(0x1a4)](_0x4112e8);}catch(_0x1ec89e){_0x5700fb[_0x203b4e(0x1a4)](_0x4112e8);}}return _0x5700fb;};}if(!_0x5a727c[_0x471d7b(0x244)](isBrowserstackInfra)){const _0x1c6daf=await this[_0x471d7b(0x259)][_0x471d7b(0x250)]();if(_0x1c6daf['startsWith'](_0x5a727c['ebHvH'])){const _0x2f1d1b=await this['browserContext']['pages']();this[_0x471d7b(0x1c5)](_0x2f1d1b[0x0]);}}}catch(_0x3ac03e){logger[_0x471d7b(0x1f4)](_0x471d7b(0x21a)+_0x3ac03e['message']+(_0x3ac03e[_0x471d7b(0x18e)]?_0x5a727c['pRxuf'](_0x5a727c[_0x471d7b(0x24a)],_0x3ac03e[_0x471d7b(0x18e)]):''));}};_0x50decb[_0x4f449e(0x1e3)](isBrowserstackInfra)&&await _0x50decb[_0x4f449e(0x1e4)](_0x4b8e94);await _0x2c2c78[_0x4f449e(0x247)](this,arguments);!_0x50decb['WrsMk'](isBrowserstackInfra)&&await _0x50decb['hiJdc'](_0x4b8e94);try{_0x45682c&&_0x50decb[_0x4f449e(0x204)](typeof _0x45682c[_0x4f449e(0x1ec)],_0x50decb[_0x4f449e(0x207)])&&await _0x45682c[_0x4f449e(0x1ec)]();}catch(_0x5b523c){logger['debug'](_0x4f449e(0x24f)+util['format'](_0x5b523c));}};},getCodeceptDriver=()=>{const _0x28b213=a1_0x4b3b56,_0x42f6d5={};_0x42f6d5['FVHwh']=_0x28b213(0x1ac),_0x42f6d5['XeMhC']=_0x28b213(0x1a5),_0x42f6d5[_0x28b213(0x18f)]=_0x28b213(0x1fc),_0x42f6d5[_0x28b213(0x217)]=_0x28b213(0x209);const _0x52a317=_0x42f6d5,_0x113898=[_0x52a317[_0x28b213(0x152)],_0x52a317['XeMhC'],_0x52a317[_0x28b213(0x18f)],_0x52a317[_0x28b213(0x217)]],_0x499f59=_0x113898[_0x28b213(0x230)](_0x18c71d=>!!CodeceptJS[_0x28b213(0x161)][_0x28b213(0x1b0)](_0x18c71d));if(!_0x499f59)return null;return CodeceptJS[_0x28b213(0x161)][_0x28b213(0x1b0)](_0x499f59);};module[a1_0x4b3b56(0x257)]=function(_0x493b20){const _0x39e249=a1_0x4b3b56,_0x1143d7={'aHOXs':function(_0x28fef8,_0x5efc2b){return _0x28fef8(_0x5efc2b);},'ZjQEL':function(_0x39e268,_0x15f7c4,_0x3db8fc){return _0x39e268(_0x15f7c4,_0x3db8fc);},'OIIlS':_0x39e249(0x202),'nwiuG':_0x39e249(0x154),'oXRLE':_0x39e249(0x1fe),'Yfdmt':_0x39e249(0x1d0),'mwsUf':_0x39e249(0x1eb),'ImzSx':_0x39e249(0x175),'GGloj':_0x39e249(0x252),'fhxqK':'browserstackTestName','lRFzl':function(_0x5d35eb){return _0x5d35eb();},'PuemB':_0x39e249(0x1fb),'NtXvq':function(_0x55d2ac){return _0x55d2ac();},'Jjbjs':function(_0x3249e1,_0x4b54d7){return _0x3249e1(_0x4b54d7);},'pxvNs':function(_0x151adb,_0x10b479,_0x36ec4c){return _0x151adb(_0x10b479,_0x36ec4c);},'VZrfV':_0x39e249(0x195),'PFdLH':function(_0x545f1f,_0x547f9b,_0x6385ad){return _0x545f1f(_0x547f9b,_0x6385ad);},'tplZb':_0x39e249(0x22e),'xAdsv':function(_0x5322a3){return _0x5322a3();},'mSPvd':function(_0x2e1ed9,_0x5e2351,_0xf5786,_0xbb9313){return _0x2e1ed9(_0x5e2351,_0xf5786,_0xbb9313);},'IJeCI':function(_0x46aea8,_0x9b6a29){return _0x46aea8===_0x9b6a29;},'iEPMN':'Suite','zISCn':_0x39e249(0x17e),'LruNs':_0x39e249(0x19a),'SywMW':_0x39e249(0x16a),'XGGpU':_0x39e249(0x1db),'tUeAb':function(_0xac2b4e,_0x366a4b,_0x2858b0){return _0xac2b4e(_0x366a4b,_0x2858b0);},'NCgQh':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','MsTBB':_0x39e249(0x1f5),'WTGdm':_0x39e249(0x176),'YffsA':_0x39e249(0x1ee),'AeNoK':'step-comment','ljMLq':_0x39e249(0x210),'haByF':_0x39e249(0x16f),'HHrjP':'Playwright'};_0x493b20['skipSessionStatus']&&(global[_0x39e249(0x243)]=_0x493b20[_0x39e249(0x1cd)]);PerformanceTester['startMonitoring']();const _0x20eb29=_0x1143d7[_0x39e249(0x1bf)](getCodeceptDriver),_0x44552b=new O11yHelper(_0x20eb29,_0x493b20),_0x201ffe=!!CodeceptJS[_0x39e249(0x161)][_0x39e249(0x1b0)](_0x1143d7[_0x39e249(0x14f)]);global['__driver']=_0x20eb29;_0x20eb29&&(PerformanceTester[_0x39e249(0x208)](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x4eefa8=_0x39e249;_0x201ffe?_0x1143d7[_0x4eefa8(0x1fd)](patchPlaywrightBefore,_0x44552b):_0x1143d7['ZjQEL'](patchWebDriverBefore,_0x20eb29,_0x44552b);})(),PerformanceTester[_0x39e249(0x208)](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0x3e5d4f=_0x39e249,_0x2eff0d={};_0x2eff0d[_0x3e5d4f(0x1b6)]=_0x1143d7[_0x3e5d4f(0x1cf)],_0x2eff0d['jGsbo']=_0x1143d7[_0x3e5d4f(0x201)];const _0x2de09c=_0x2eff0d;_0x20eb29[_0x3e5d4f(0x1fe)]=async()=>{const _0xedd440=_0x3e5d4f;if(global['accessibilityPlatform']){const _0x7e1119={};return _0x7e1119[_0xedd440(0x20a)]=_0x2de09c[_0xedd440(0x1b6)],await PerformanceTester[_0xedd440(0x208)](PerformanceA11yEvents[_0xedd440(0x165)],async()=>{const _0xfd476d=_0xedd440;return await AccessibilityHelper[_0xfd476d(0x1e8)](_0x20eb29,scripts[_0xfd476d(0x1e6)]);},_0x7e1119)(),await PerformanceTester[_0xedd440(0x208)](PerformanceA11yEvents[_0xedd440(0x196)],async()=>{const _0x53552a=_0xedd440;return await AccessibilityHelper['browserStackExecuteDriver'](_0x20eb29,scripts[_0x53552a(0x229)]);})();}return logger['warn'](_0x2de09c[_0xedd440(0x18c)]),{};},_0x20eb29[_0x3e5d4f(0x202)]=async()=>{const _0x41020d=_0x3e5d4f;if(global[_0x41020d(0x183)]){const _0x4550ee={};return _0x4550ee[_0x41020d(0x20a)]=_0x1143d7[_0x41020d(0x1fa)],await PerformanceTester[_0x41020d(0x208)](PerformanceA11yEvents[_0x41020d(0x165)],async()=>{const _0x30ea1d=_0x41020d;return await AccessibilityHelper[_0x30ea1d(0x1e8)](_0x20eb29,scripts[_0x30ea1d(0x1e6)]);},_0x4550ee)(),await PerformanceTester[_0x41020d(0x208)](PerformanceA11yEvents[_0x41020d(0x24c)],async()=>{return await AccessibilityHelper['browserStackExecuteDriver'](_0x20eb29,scripts['getResults']);})();}return logger[_0x41020d(0x187)](_0x1143d7['nwiuG']),{};},_0x1143d7[_0x3e5d4f(0x1fd)](patchSaveScreenshot,_0x20eb29);})());CodeceptJS[_0x39e249(0x218)]['dispatcher']['on'](CodeceptJS['event']['all'][_0x39e249(0x233)],()=>{const _0x21c318=_0x39e249;PerformanceTester[_0x21c318(0x20e)](PerformanceEvents[_0x21c318(0x1ea)]);try{_0x44552b[_0x21c318(0x20e)](),testOpsHelper[_0x21c318(0x238)](),PerformanceTester[_0x21c318(0x1b3)](PerformanceEvents[_0x21c318(0x1ea)]);}catch(_0x2485c4){PerformanceTester['captureError'](_0x2485c4),PerformanceTester[_0x21c318(0x1b3)](PerformanceEvents[_0x21c318(0x1ea)],![],_0x2485c4);}}),CodeceptJS[_0x39e249(0x218)][_0x39e249(0x20b)]['on'](CodeceptJS[_0x39e249(0x218)][_0x39e249(0x169)][_0x39e249(0x206)],async()=>{const _0x2f32b4=_0x39e249;PerformanceTester[_0x2f32b4(0x20e)](PerformanceEvents['SDK_POST_TEST']);try{requestSpy[_0x2f32b4(0x181)](),await _0x44552b[_0x2f32b4(0x184)](),PerformanceTester[_0x2f32b4(0x1b3)](PerformanceEvents[_0x2f32b4(0x214)]);}catch(_0x543392){PerformanceTester['captureError'](_0x543392),PerformanceTester[_0x2f32b4(0x1b3)](PerformanceEvents[_0x2f32b4(0x214)],![],_0x543392);}finally{PerformanceTester[_0x2f32b4(0x15a)]();}});const _0x2b1871=(_0x580ea5,_0x3594d8)=>{const _0x34c4a7=_0x39e249;if(!_0x44552b)return;if(!_0x44552b['hasLiveDriverSession']()){_0x44552b[_0x34c4a7(0x19e)](_0x580ea5,_0x3594d8);return;}CodeceptRecorder['add'](()=>_0x44552b[_0x34c4a7(0x1bb)](_0x580ea5,_0x3594d8));};CodeceptJS[_0x39e249(0x218)]['dispatcher']['on'](CodeceptJS[_0x39e249(0x218)][_0x39e249(0x225)][_0x39e249(0x1f7)],_0x50242c=>{const _0x2c4a5f=_0x39e249;PerformanceTester[_0x2c4a5f(0x20e)](PerformanceEvents[_0x2c4a5f(0x220)]);try{const _0x5f483e=_0x50242c[_0x2c4a5f(0x19f)][_0x2c4a5f(0x1ba)],_0x1a7a5c=_0x44552b[_0x2c4a5f(0x24b)](TEST_EVENTS[_0x2c4a5f(0x1c0)],_0x5f483e);_0x1143d7[_0x2c4a5f(0x1b8)](_0x2b1871,TEST_EVENTS[_0x2c4a5f(0x1c0)],_0x1a7a5c);const _0x65e52={};_0x65e52[_0x2c4a5f(0x1da)]=_0x1143d7[_0x2c4a5f(0x1c7)],PerformanceTester[_0x2c4a5f(0x1b3)](PerformanceEvents['SDK_HOOK'],!![],null,_0x65e52);}catch(_0x2eacf2){const _0x4514a9={};_0x4514a9[_0x2c4a5f(0x1da)]=_0x1143d7[_0x2c4a5f(0x1c7)],PerformanceTester['end'](PerformanceEvents[_0x2c4a5f(0x220)],![],_0x2eacf2,_0x4514a9),PerformanceTester['captureError'](_0x2eacf2);}}),CodeceptJS[_0x39e249(0x218)][_0x39e249(0x20b)]['on'](CodeceptJS['event'][_0x39e249(0x225)][_0x39e249(0x1e2)],_0x40a0b2=>{const _0x1a6946=_0x39e249,_0x23cc2c={};_0x23cc2c['hookType']=_0x1143d7[_0x1a6946(0x186)],PerformanceTester[_0x1a6946(0x20e)](PerformanceHookEvents[_0x1a6946(0x220)],!![],null,_0x23cc2c);try{const _0x413459=_0x40a0b2[_0x1a6946(0x19f)]['test'],_0x2eb4d1=_0x44552b['captureEvent'](TEST_EVENTS[_0x1a6946(0x19b)],_0x413459);_0x1143d7[_0x1a6946(0x1b8)](_0x2b1871,TEST_EVENTS['HOOK_RUN_FINISHED'],_0x2eb4d1);const _0x1fe416={};_0x1fe416[_0x1a6946(0x1da)]=_0x1143d7[_0x1a6946(0x186)],PerformanceTester[_0x1a6946(0x1b3)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x1fe416);}catch(_0x2e2978){PerformanceTester['captureError'](_0x2e2978);const _0x1d120d={};_0x1d120d[_0x1a6946(0x1da)]=_0x1143d7[_0x1a6946(0x186)],PerformanceTester[_0x1a6946(0x1b3)](PerformanceHookEvents[_0x1a6946(0x220)],![],_0x2e2978,_0x1d120d);}}),CodeceptJS[_0x39e249(0x218)]['dispatcher']['on'](CodeceptJS[_0x39e249(0x218)][_0x39e249(0x225)][_0x39e249(0x205)],async(_0x46c790,_0x4b48d8)=>{const _0x38bcf5=_0x39e249;PerformanceTester[_0x38bcf5(0x20e)](PerformanceHookEvents[_0x38bcf5(0x220)]);try{const _0x33708a=_0x46c790[_0x38bcf5(0x19f)][_0x38bcf5(0x1ba)],_0x64a7a8=_0x44552b[_0x38bcf5(0x24b)](TEST_EVENTS[_0x38bcf5(0x19b)],_0x33708a,_0x4b48d8);_0x1143d7[_0x38bcf5(0x1b8)](_0x2b1871,TEST_EVENTS[_0x38bcf5(0x19b)],_0x64a7a8);const _0x5d50c6={};_0x5d50c6[_0x38bcf5(0x1da)]=_0x1143d7[_0x38bcf5(0x1a3)],PerformanceTester[_0x38bcf5(0x20e)](PerformanceHookEvents[_0x38bcf5(0x220)],!![],null,_0x5d50c6);}catch(_0x38159e){PerformanceTester['captureError'](_0x38159e);const _0x183b38={};_0x183b38[_0x38bcf5(0x1da)]=_0x1143d7[_0x38bcf5(0x1a3)],PerformanceTester[_0x38bcf5(0x1b3)](PerformanceHookEvents[_0x38bcf5(0x220)],![],_0x38159e,_0x183b38);}const _0x2d3e3f={};_0x2d3e3f[_0x38bcf5(0x1da)]=_0x1143d7[_0x38bcf5(0x1a3)],PerformanceTester['end'](PerformanceHookEvents[_0x38bcf5(0x220)],!![],null,_0x2d3e3f);}),CodeceptJS[_0x39e249(0x218)][_0x39e249(0x20b)]['on'](CodeceptJS[_0x39e249(0x218)][_0x39e249(0x1ba)][_0x39e249(0x233)],_0x58309f=>{const _0x335a70=_0x39e249;PerformanceTester[_0x335a70(0x20e)](PerformanceHookEvents[_0x335a70(0x220)]);try{globals['setGlobal'](_0x1143d7[_0x335a70(0x191)],_0x58309f[_0x335a70(0x215)]);_0x1143d7[_0x335a70(0x1bf)](isBrowserstackInfra)&&(_0x201ffe&&(global[_0x335a70(0x150)]={'currentTest':{'name':_0x58309f[_0x335a70(0x215)],'testInfo':{'titlePath':_0x58309f['titlePath']()}}}));const _0x2a0f64={};_0x2a0f64[_0x335a70(0x1da)]=_0x1143d7['PuemB'],PerformanceTester[_0x335a70(0x1b3)](PerformanceHookEvents[_0x335a70(0x220)],!![],null,_0x2a0f64);}catch(_0x43e3f0){PerformanceTester[_0x335a70(0x157)](_0x43e3f0);const _0x434500={};_0x434500['hookType']=_0x1143d7['PuemB'],PerformanceTester['end'](PerformanceHookEvents[_0x335a70(0x220)],![],_0x43e3f0,_0x434500);}}),CodeceptJS[_0x39e249(0x218)]['dispatcher']['on'](CodeceptJS[_0x39e249(0x218)]['test'][_0x39e249(0x1f7)],_0x22eb67=>{const _0x476c49=_0x39e249;PerformanceTester[_0x476c49(0x20e)](PerformanceHookEvents[_0x476c49(0x220)]);try{globals['setGlobal'](_0x1143d7['fhxqK'],_0x22eb67[_0x476c49(0x215)]);const _0x750414=_0x44552b[_0x476c49(0x24b)](TEST_EVENTS[_0x476c49(0x162)],_0x22eb67);CodeceptRecorder[_0x476c49(0x221)](()=>_0x44552b['flushPendingHookEvents']()),CodeceptRecorder[_0x476c49(0x221)](()=>_0x44552b[_0x476c49(0x1bb)](TEST_EVENTS[_0x476c49(0x162)],_0x750414)),CodeceptRecorder[_0x476c49(0x221)](async()=>{const _0x4ae98d=_0x476c49;_0x1143d7[_0x4ae98d(0x1f0)](isBrowserstackInfra)&&(!_0x1143d7[_0x4ae98d(0x17c)](isTrue,_0x493b20['skipSessionName'])&&await _0x1143d7[_0x4ae98d(0x1a9)](markSessionName,_0x20eb29,_0x22eb67['title']),_0x44552b[_0x4ae98d(0x1b1)]&&await _0x1143d7['aHOXs'](o11ySync,_0x20eb29));});}catch(_0x98df0a){const _0x1835e3={};_0x1835e3[_0x476c49(0x1da)]=_0x1143d7[_0x476c49(0x1b4)],PerformanceTester[_0x476c49(0x1b3)](PerformanceHookEvents[_0x476c49(0x220)],![],_0x98df0a,_0x1835e3),PerformanceTester[_0x476c49(0x157)](_0x98df0a);}const _0x30bbea={};_0x30bbea['hookType']=_0x1143d7[_0x476c49(0x1b4)],PerformanceTester[_0x476c49(0x1b3)](PerformanceHookEvents[_0x476c49(0x220)],!![],null,_0x30bbea);}),CodeceptJS[_0x39e249(0x218)]['dispatcher']['on'](CodeceptJS[_0x39e249(0x218)]['test'][_0x39e249(0x1e2)],_0x34de7a=>{const _0x1c73cb=_0x39e249;PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{const _0x1801f1=_0x44552b[_0x1c73cb(0x24b)](TEST_EVENTS[_0x1c73cb(0x211)],_0x34de7a);CodeceptRecorder[_0x1c73cb(0x221)](()=>_0x44552b[_0x1c73cb(0x1bb)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x1801f1)),CodeceptRecorder[_0x1c73cb(0x221)](async()=>{const _0x34d390=_0x1c73cb,_0x25a750={'RtYvg':function(_0x595495,_0x2b1915,_0x4d12be){const _0x13f548=a1_0x4d0c;return _0x1143d7[_0x13f548(0x156)](_0x595495,_0x2b1915,_0x4d12be);}};_0x1143d7[_0x34d390(0x1bf)](isBrowserstackInfra)&&await PerformanceTester['measureWrapper'](PerformanceAutEvents['SESSION_STATUS'],async()=>{const _0xd3b5e2=_0x34d390;_0x201ffe?await _0x25a750[_0xd3b5e2(0x1f8)](playwrightMarkSessionStatus,_0x20eb29,STATE_PASSED):await _0x25a750[_0xd3b5e2(0x1f8)](markSessionStatus,_0x20eb29,STATE_PASSED);})();}),PerformanceTester['end'](PerformanceEvents['SDK_TEST']);}catch(_0x170da0){PerformanceTester[_0x1c73cb(0x157)](_0x170da0);const _0x392402={};_0x392402[_0x1c73cb(0x1da)]=_0x1143d7[_0x1c73cb(0x158)],PerformanceTester[_0x1c73cb(0x1b3)](PerformanceHookEvents[_0x1c73cb(0x220)],![],_0x170da0,_0x392402),PerformanceTester[_0x1c73cb(0x1b3)](PerformanceEvents[_0x1c73cb(0x1f6)],![],_0x170da0);}const _0x286701={};_0x286701[_0x1c73cb(0x1da)]=_0x1143d7['tplZb'],PerformanceTester[_0x1c73cb(0x1b3)](PerformanceHookEvents[_0x1c73cb(0x220)],!![],null,_0x286701);}),CodeceptJS['event'][_0x39e249(0x20b)]['on'](CodeceptJS[_0x39e249(0x218)][_0x39e249(0x1ba)][_0x39e249(0x205)],(_0x412a96,_0x19988a)=>{const _0x4179dd=_0x39e249,_0xcf91bd={'PQYMr':function(_0x5a0fe4){const _0x9c7aec=a1_0x4d0c;return _0x1143d7[_0x9c7aec(0x1a8)](_0x5a0fe4);},'NePun':function(_0x482e3b,_0x1dc61a,_0x547e07,_0x889100){const _0x406590=a1_0x4d0c;return _0x1143d7[_0x406590(0x1ca)](_0x482e3b,_0x1dc61a,_0x547e07,_0x889100);},'ZEaZF':function(_0x2a4eaa,_0xe0d285,_0x13ee00,_0x1b80d3){const _0x27104a=a1_0x4d0c;return _0x1143d7[_0x27104a(0x1ca)](_0x2a4eaa,_0xe0d285,_0x13ee00,_0x1b80d3);}};PerformanceTester[_0x4179dd(0x20e)](PerformanceHookEvents['SDK_HOOK']);try{if(_0x1143d7[_0x4179dd(0x242)](_0x412a96[_0x4179dd(0x23f)]['name'],_0x1143d7['iEPMN'])){const _0x397b14=_0x44552b['captureEvent'](TEST_EVENTS[_0x4179dd(0x185)],_0x412a96[_0x4179dd(0x19f)][_0x4179dd(0x182)]);CodeceptRecorder[_0x4179dd(0x221)](()=>_0x44552b[_0x4179dd(0x1bb)](TEST_EVENTS[_0x4179dd(0x185)],_0x397b14));}else{const _0x2fd26c=_0x44552b[_0x4179dd(0x24b)](TEST_EVENTS[_0x4179dd(0x211)],_0x412a96,_0x19988a);CodeceptRecorder[_0x4179dd(0x221)](()=>{const _0x6f2ffc=_0x4179dd;try{_0x44552b[_0x6f2ffc(0x1bb)](TEST_EVENTS[_0x6f2ffc(0x211)],_0x2fd26c);}catch(_0x5bf306){logger[_0x6f2ffc(0x1f4)](_0x6f2ffc(0x23e)+util['format'](_0x5bf306)),PerformanceTester[_0x6f2ffc(0x1b3)](PerformanceEvents['SDK_TEST'],![],_0x5bf306);}}),CodeceptRecorder[_0x4179dd(0x221)](async()=>{const _0x1be2a1=_0x4179dd;try{_0xcf91bd[_0x1be2a1(0x16c)](isBrowserstackInfra)&&(_0x201ffe?await _0xcf91bd[_0x1be2a1(0x14e)](playwrightMarkSessionStatus,_0x20eb29,STATE_FAILED,_0x19988a):await _0xcf91bd[_0x1be2a1(0x212)](markSessionStatus,_0x20eb29,STATE_FAILED,_0x19988a));}catch(_0x34ae6f){logger['debug'](_0x1be2a1(0x25a)+util[_0x1be2a1(0x1ab)](_0x34ae6f)),PerformanceTester[_0x1be2a1(0x1b3)](PerformanceEvents[_0x1be2a1(0x1f6)],![],_0x34ae6f);}});}PerformanceTester['end'](PerformanceEvents[_0x4179dd(0x1f6)]);}catch(_0x12d53b){PerformanceTester[_0x4179dd(0x157)](_0x12d53b);const _0x289c51={};_0x289c51[_0x4179dd(0x1da)]=_0x1143d7[_0x4179dd(0x216)],PerformanceTester[_0x4179dd(0x1b3)](PerformanceHookEvents['SDK_HOOK'],![],_0x12d53b,_0x289c51),PerformanceTester[_0x4179dd(0x1b3)](PerformanceEvents[_0x4179dd(0x1f6)],![],_0x12d53b);}const _0x58d908={};_0x58d908[_0x4179dd(0x1da)]=_0x1143d7[_0x4179dd(0x216)],PerformanceTester[_0x4179dd(0x1b3)](PerformanceHookEvents[_0x4179dd(0x220)],!![],null,_0x58d908);}),CodeceptJS[_0x39e249(0x218)][_0x39e249(0x20b)]['on'](CodeceptJS[_0x39e249(0x218)][_0x39e249(0x1ba)]['skipped'],_0x43b449=>{const _0x26060b=_0x39e249;PerformanceTester[_0x26060b(0x20e)](PerformanceHookEvents['SDK_HOOK']);try{const _0x5d4db1=_0x44552b[_0x26060b(0x24b)](TEST_EVENTS[_0x26060b(0x185)],_0x43b449);CodeceptRecorder[_0x26060b(0x221)](()=>_0x44552b['fireEvent'](TEST_EVENTS[_0x26060b(0x185)],_0x5d4db1)),PerformanceTester[_0x26060b(0x1b3)](PerformanceEvents[_0x26060b(0x1f6)]);}catch(_0x28417d){PerformanceTester[_0x26060b(0x157)](_0x28417d),PerformanceTester[_0x26060b(0x1b3)](PerformanceEvents[_0x26060b(0x1f6)],![],_0x28417d);const _0x3e7975={};_0x3e7975[_0x26060b(0x1da)]=_0x1143d7[_0x26060b(0x1e7)],PerformanceTester[_0x26060b(0x1b3)](PerformanceHookEvents[_0x26060b(0x220)],![],_0x28417d,_0x3e7975);}const _0x5650b0={};_0x5650b0['hookType']=_0x1143d7[_0x26060b(0x1e7)],PerformanceTester[_0x26060b(0x1b3)](PerformanceHookEvents[_0x26060b(0x220)],!![],null,_0x5650b0);}),CodeceptJS['event'][_0x39e249(0x20b)]['on'](CodeceptJS[_0x39e249(0x218)][_0x39e249(0x1ba)][_0x39e249(0x206)],async(_0x1755bd,_0x5116fe)=>{const _0x4fd832=_0x39e249;try{PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);const _0x266961=_0x1143d7[_0x4fd832(0x1d4)](shouldScanTestForAccessibility,_0x1755bd[_0x4fd832(0x1d9)](),!![]);if(_0x1143d7[_0x4fd832(0x1a8)](isAccessibilityAutomationSession)&&global[_0x4fd832(0x183)]&&_0x266961){const _0x372544={};_0x372544[_0x4fd832(0x1e1)]=_0x1755bd[_0x4fd832(0x174)],_0x372544[_0x4fd832(0x172)]=process[_0x4fd832(0x166)][testHubConstants['ENV_VAR'][_0x4fd832(0x1bc)]],_0x372544[_0x4fd832(0x23a)]=process[_0x4fd832(0x166)][testHubConstants[_0x4fd832(0x1cc)][_0x4fd832(0x18a)]];const _0x5ee0dd=_0x372544;logger[_0x4fd832(0x1f4)](_0x4fd832(0x256)+JSON[_0x4fd832(0x1e5)](_0x5ee0dd)),CodeceptRecorder[_0x4fd832(0x221)](async()=>{const _0x118e2b=_0x4fd832,_0x2dedb0={};_0x2dedb0['command']=_0x1143d7[_0x118e2b(0x179)],await PerformanceTester[_0x118e2b(0x208)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x3ab9ba=_0x118e2b;await AccessibilityHelper[_0x3ab9ba(0x1e8)](_0x20eb29,scripts['performScan']);},_0x2dedb0)(),globals[_0x118e2b(0x21f)](_0x1143d7['XGGpU'])&&(_0x5ee0dd['is_mobile_session']=!![]),await PerformanceTester[_0x118e2b(0x208)](PerformanceA11yEvents[_0x118e2b(0x194)],async()=>{const _0x548d0a=_0x118e2b;await AccessibilityHelper[_0x548d0a(0x1e8)](_0x20eb29,scripts[_0x548d0a(0x237)],_0x5ee0dd);})();}),logger['info'](_0x1143d7[_0x4fd832(0x177)]);}const _0x46ee8d={};_0x46ee8d[_0x4fd832(0x1da)]=_0x1143d7[_0x4fd832(0x24e)],PerformanceTester[_0x4fd832(0x1b3)](PerformanceHookEvents[_0x4fd832(0x220)],!![],null,_0x46ee8d);}catch(_0x1da68e){PerformanceTester[_0x4fd832(0x157)](_0x1da68e);const _0x308524={};_0x308524[_0x4fd832(0x1da)]=_0x1143d7[_0x4fd832(0x24e)],PerformanceTester[_0x4fd832(0x1b3)](PerformanceHookEvents[_0x4fd832(0x220)],![],_0x1da68e,_0x308524);}}),CodeceptJS[_0x39e249(0x218)]['dispatcher']['on'](CodeceptJS['event'][_0x39e249(0x226)][_0x39e249(0x1cb)],_0x58ac2a=>{const _0x9e5550=_0x39e249;PerformanceTester['start'](PerformanceHookEvents[_0x9e5550(0x220)]);try{process[_0x9e5550(0x18b)]('bs:addLog:'+process['pid'],{'timestamp':new Date()[_0x9e5550(0x246)](),'level':_0x1143d7[_0x9e5550(0x1bd)],'message':_0x58ac2a,'kind':_0x1143d7[_0x9e5550(0x16d)],'http_response':{}});}catch(_0x59ba0c){PerformanceTester[_0x9e5550(0x157)](_0x59ba0c);const _0x253616={};_0x253616[_0x9e5550(0x1da)]=_0x1143d7[_0x9e5550(0x1d3)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x59ba0c,_0x253616);}const _0x33ac52={};_0x33ac52[_0x9e5550(0x1da)]=_0x1143d7[_0x9e5550(0x1d3)],PerformanceTester['end'](PerformanceHookEvents[_0x9e5550(0x220)],!![],null,_0x33ac52);}),CodeceptJS[_0x39e249(0x218)][_0x39e249(0x20b)]['on'](CodeceptJS[_0x39e249(0x218)]['bddStep'][_0x39e249(0x233)],_0xebebb8=>{const _0x300051=_0x39e249,_0x829ad2={};_0x829ad2['hookType']=_0x1143d7[_0x300051(0x1af)],PerformanceTester[_0x300051(0x208)](PerformanceHookEvents[_0x300051(0x220)],()=>{const _0x3096bf=_0x300051;_0x44552b[_0x3096bf(0x1ad)](_0xebebb8);},_0x829ad2)();}),CodeceptJS['event'][_0x39e249(0x20b)]['on'](CodeceptJS[_0x39e249(0x218)]['bddStep']['after'],_0x51d674=>{const _0x1551fa=_0x39e249,_0x2387ca={};_0x2387ca[_0x1551fa(0x1da)]=_0x1143d7[_0x1551fa(0x1d8)],PerformanceTester['measureWrapper'](PerformanceHookEvents[_0x1551fa(0x220)],()=>{const _0x16132a=_0x1551fa;_0x44552b[_0x16132a(0x22d)](_0x51d674);},_0x2387ca)();});};
1
+ function a1_0x5507(){const _0x539319=['add','GET_RESULTS_SUMMARY','saveScreenshot','BS_A11Y_JWT','is_mobile_session','bddStep-after','xjgOc','./helper.js','start','readFileSync','SyayH','../../helpers/performance/constants','LxVmg','rTCrS','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','captureError','action','message','EdyYo','rIINu','../../helpers/globals.js','shouldWrapCommand','info','../../helpers/testhub/constants.js','_before','fvTZD','TestCafe','WAxYQ','22XImzhD','FRAMEWORK_DETAILS','name','4950zTrXgr','nautC','../../helpers/accessibility-automation/scripts','dJNLm','performScan','eUoXP','addRequestSpy','wgPHh','ymoxu','ZUSzd','Suite','passed','debug','setSessionStatus','aAFjo','bddStep-before','SDK_POST_TEST','version','NpINc','comment','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','test','uICxg','a11y_core_config','--auto-open-devtools-for-tabs','webdriverio','__driver','WebDriver','codeceptjs/lib/recorder.js','warn','rKpRm','class','\x0aStack:\x20','reason','getSyncScript','IBwCe','skipSessionName','NzDuL','1175752jSaLHU','FEhLs','Failed\x20to\x20execute\x20_before:\x20','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20_before:\x20','3568TnoxaW','qyIVr','parse','test-passed','startsWith','bVhFD','MvtEB','url','rEvts','SDK_PRE_TEST','../../bin/playwright/accessibility-helper','NOZsS','BS_TESTOPS_ALLOW_SCREENSHOTS','TEST_SCREENSHOT','PERFORM_SCAN','forEach','restore','browserstackTestName','SDK_TEST','41BmFCmq','measureWrapper','LRclr','SDK_HOOK','RTTOg','HOOK_RUN_FINISHED','step-comment','before','__workerDetails','qEHZx','skipped','skipSessionStatus','title','SNOjI','startMonitoring','XVqcr','setSessionName','afterTest','6LYNlFG','exports','util','flushPendingHookEvents','hook-started','getResults','hookType','SAVE_RESULTS','function','failed','patch','TEST_RUN_STARTED','PPPaS','RBLkr','bs:addLog:','patchSaveScreenshot','browser','format','bddStepStart','ApWFy','abrbW','ilVPo','helpers','AXiHO','GET_RESULTS','test-skipped','TEST_RUN_SKIPPED','bufferPendingHookEvent','step','Puppeteer','pages','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','TEST_LOG','pid','HVqZZ','testFramework','../../helpers/logger','constructor','event','captureEvent','screenshotOutputFolder','34790RUYiTX','hakux','codeceptjs/lib/utils.js','aLdoh','isArray','yGTBE','TEST_RUN_FINISHED','after','find','domForge','wRjpU','jzYoj','filter','ctx','getAccessibilityResultsSummary','codeceptjs','SYiDl','browserstack_executor:\x20','stop','hook-passed','Ohhgw','stopMonitoring','emit','Performing\x20scan\x20for\x20','enabled','OMuOY','BROWSERSTACK_TESTHUB_JWT','env','commandsToWrap','__skipSessionStatus','bddStep','INFO','isMobilePlatform','getResultsSummary','titlePath','config','dispatcher','xxIqp','efrPt','push','tMiHs','YCLQd','stringify','RNKYu','SESSION_NAME','browserContext','call','ZcoSm','dqFKF','732918pOryMl','umhfG','ibPaM','dtGTD','BROWSERSTACK_TESTHUB_UUID','currentTest','SESSION_STATUS','devtools://','arguments','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','toString','Playwright','../../helpers/accessibility-automation/helper','../../helpers/helper','ENV_VAR','codeceptjs/lib/helper/Playwright.js','accessibilityPlatform','HOOK_RUN_STARTED','executeScript','fireEvent','catch','SDK_PRE_INITIALIZE','base64','testAnalyticsId','../../helpers/test-observability/utils','hook','597870LfsAkZ','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','gKjNW','bind','gEMpm','initSaveScreenshot','SYNC','command','split','contexts','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','test-started','JEQVO','DLZzc','chromium','bapMQ','bstackAllyScanning','end','slice','prototype','all','string','vIVNg','SDK_POST_INITIALIZE','test-before','1573MwPtyM','bdrpA','includes','codeceptjs/lib/index.js','dfwer','494345VBAOGt','VdvtO','../../bin/playwright/sessionDetails','zWwag','started','args','setGlobal','Nmtml','IjnAm','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','tqXan','toISOString','apply','./o11yHelper','tpDqb','bddStepFinish','winstonLogger','thTestRunUuid','browserStackExecuteDriver'];a1_0x5507=function(){return _0x539319;};return a1_0x5507();}const a1_0x198ef5=a1_0x144c;(function(_0x2dead0,_0x3d5783){const _0x5c6a7b=a1_0x144c,_0x1ae0a1=_0x2dead0();while(!![]){try{const _0x5827e2=parseInt(_0x5c6a7b(0x157))/0x1*(-parseInt(_0x5c6a7b(0x22a))/0x2)+parseInt(_0x5c6a7b(0x1c3))/0x3+-parseInt(_0x5c6a7b(0x253))/0x4+parseInt(_0x5c6a7b(0x1fb))/0x5*(-parseInt(_0x5c6a7b(0x169))/0x6)+parseInt(_0x5c6a7b(0x1dd))/0x7+parseInt(_0x5c6a7b(0x257))/0x8*(-parseInt(_0x5c6a7b(0x22d))/0x9)+-parseInt(_0x5c6a7b(0x192))/0xa*(-parseInt(_0x5c6a7b(0x1f6))/0xb);if(_0x5827e2===_0x3d5783)break;else _0x1ae0a1['push'](_0x1ae0a1['shift']());}catch(_0x53d5a2){_0x1ae0a1['push'](_0x1ae0a1['shift']());}}}(a1_0x5507,0x2e0ef));const fs=require('fs'),util=require(a1_0x198ef5(0x16b)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x198ef5(0x1d0)),logger=require(a1_0x198ef5(0x18d))[a1_0x198ef5(0x20b)],testOpsHelper=require(a1_0x198ef5(0x1db)),requestSpy=require('../../helpers/request-spy'),PlaywrightSessionDetails=require(a1_0x198ef5(0x1fd)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x198ef5(0x208)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x198ef5(0x1cf)),AccessibilityHelper=require(a1_0x198ef5(0x14e)),scripts=require(a1_0x198ef5(0x22f)),PerformanceTester=require('../../helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x198ef5(0x219)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x198ef5(0x215)),testHubConstants=require(a1_0x198ef5(0x225)),globals=require(a1_0x198ef5(0x222)),CodeceptJS=requireModule(a1_0x198ef5(0x1f9),a1_0x198ef5(0x1a1)),CodeceptUtils=requireModule(a1_0x198ef5(0x194),a1_0x198ef5(0x1a1)),CodeceptWebDriver=requireModule('codeceptjs/lib/helper/WebDriver.js',a1_0x198ef5(0x1a1)),CodeceptRecorder=requireModule(a1_0x198ef5(0x249),a1_0x198ef5(0x1a1)),CodeceptPlaywright=requireModule(a1_0x198ef5(0x1d2),a1_0x198ef5(0x1a1)),playwrightMarkSessionStatus=(_0x1adaa3,_0x32b908,_0x25ec0d)=>{const _0x13bdf2=a1_0x198ef5,_0x343eef={'xqhTO':_0x13bdf2(0x23a),'CkTjz':function(_0x38f196,_0x250dde){return _0x38f196(_0x250dde);}},_0x4cb9d7={};_0x4cb9d7['status']=_0x32b908;const _0x2c0b30={};_0x2c0b30[_0x13bdf2(0x21e)]=_0x343eef['xqhTO'],_0x2c0b30[_0x13bdf2(0x1cb)]=_0x4cb9d7;const _0x3c0be0=_0x2c0b30;return!_0x343eef['CkTjz'](isUndefined,_0x25ec0d)&&(_0x3c0be0[_0x13bdf2(0x1cb)][_0x13bdf2(0x24e)]=JSON[_0x13bdf2(0x1bc)](_0x25ec0d)),_0x1adaa3[_0x13bdf2(0x1d5)](()=>{},_0x13bdf2(0x1a3)+JSON[_0x13bdf2(0x1bc)](_0x3c0be0));},o11ySync=PerformanceTester['measureWrapper'](PerformanceO11yEvents[a1_0x198ef5(0x1e3)],async _0x372f2d=>{const _0x21c730=a1_0x198ef5,_0xc2a517={};_0xc2a517[_0x21c730(0x149)]=function(_0x3d9545,_0x4cb964){return _0x3d9545===_0x4cb964;},_0xc2a517[_0x21c730(0x1c5)]=_0x21c730(0x1ce);const _0x42cded=_0xc2a517;_0x42cded[_0x21c730(0x149)](_0x372f2d[_0x21c730(0x18e)][_0x21c730(0x22c)],_0x42cded[_0x21c730(0x1c5)])?await _0x372f2d[_0x21c730(0x1d5)](_0x182f78=>{},testOpsHelper['getSyncScript']()):await _0x372f2d[_0x21c730(0x1d5)](testOpsHelper[_0x21c730(0x24f)]());}),markSessionName=PerformanceTester[a1_0x198ef5(0x158)](PerformanceAutEvents[a1_0x198ef5(0x1be)],async(_0x40872a,_0x2b46f3)=>{const _0x46b232=a1_0x198ef5,_0xf671ea={};_0xf671ea['IBwCe']=_0x46b232(0x167),_0xf671ea[_0x46b232(0x197)]=function(_0xa80dae,_0xf1c15c){return _0xa80dae===_0xf1c15c;},_0xf671ea[_0x46b232(0x17e)]=_0x46b232(0x1ce);const _0x32168e=_0xf671ea,_0x36ca47={};_0x36ca47[_0x46b232(0x22c)]=_0x2b46f3;const _0x430135={};_0x430135[_0x46b232(0x21e)]=_0x32168e[_0x46b232(0x250)],_0x430135['arguments']=_0x36ca47;const _0x45ed57=_0x430135;_0x32168e['yGTBE'](_0x40872a[_0x46b232(0x18e)][_0x46b232(0x22c)],_0x32168e[_0x46b232(0x17e)])?await _0x40872a['executeScript'](()=>{},_0x46b232(0x1a3)+JSON[_0x46b232(0x1bc)](_0x45ed57)):await _0x40872a[_0x46b232(0x1d5)](_0x46b232(0x1a3)+JSON['stringify'](_0x45ed57));}),patchSaveScreenshot=_0x680665=>{const _0x3b7e6a=a1_0x198ef5,_0x3ce380={'RTTOg':_0x3b7e6a(0x1d9),'uICxg':_0x3b7e6a(0x151),'bZhjp':function(_0x1885f6){return _0x1885f6();},'rEvts':function(_0x122498,_0x575179){return _0x122498(_0x575179);},'RBLkr':'Screenshot\x20path\x20not\x20found'};_0x3ce380['rEvts'](isTrue,process[_0x3b7e6a(0x1ad)][_0x3b7e6a(0x150)])&&!_0x680665[_0x3b7e6a(0x178)]&&(_0x680665[_0x3b7e6a(0x178)]=!![],_0x680665[_0x3b7e6a(0x1e2)]=_0x680665[_0x3b7e6a(0x210)],_0x680665[_0x3b7e6a(0x210)]=(_0x6e58b8,_0x7c9f26=![])=>{const _0x10da6e=_0x3b7e6a,_0x304e13={'pwwGM':_0x3ce380[_0x10da6e(0x15b)],'efrPt':_0x3ce380[_0x10da6e(0x243)],'dfwer':function(_0x549dba){return _0x3ce380['bZhjp'](_0x549dba);},'ZUSzd':function(_0x1a0dd3,_0x3d5285){const _0x55a9e4=_0x10da6e;return _0x3ce380[_0x55a9e4(0x14c)](_0x1a0dd3,_0x3d5285);},'vIVNg':_0x3ce380[_0x10da6e(0x176)]};return new Promise(function(_0x4c0789,_0x8c6532){const _0xe63835=_0x10da6e;_0x680665[_0xe63835(0x1e2)](_0x6e58b8,_0x7c9f26)['then'](()=>{const _0x32639f=_0xe63835,_0x719266=CodeceptUtils[_0x32639f(0x191)](_0x6e58b8);if(_0x719266){const _0x519362=fs[_0x32639f(0x217)](_0x719266);process[_0x32639f(0x1a8)](_0x32639f(0x177)+process[_0x32639f(0x18a)],{'timestamp':new Date()[_0x32639f(0x206)](),'message':_0x519362[_0x32639f(0x1cd)](_0x304e13['pwwGM']),'kind':_0x304e13[_0x32639f(0x1b8)]}),_0x304e13[_0x32639f(0x1fa)](_0x4c0789);}_0x304e13[_0x32639f(0x236)](_0x8c6532,new Error(_0x304e13[_0x32639f(0x1f3)]));})[_0xe63835(0x1d7)](()=>null);});});},patchWebDriverBefore=(_0x2af1c0,_0x52587f)=>{const _0x111d61=a1_0x198ef5,_0x53afe7={'XVqcr':function(_0xe8eb9d){return _0xe8eb9d();},'EdyYo':function(_0x4cbe3b,_0x23839f){return _0x4cbe3b(_0x23839f);},'xxIqp':function(_0x3c6098,_0xb5103e){return _0x3c6098===_0xb5103e;},'wRjpU':_0x111d61(0x246),'umhfG':function(_0x18f172,_0x5c114c){return _0x18f172===_0x5c114c;},'tpDqb':_0x111d61(0x1f2),'qoMdw':'Element','qfkmj':function(_0x4aab0e,_0x29eea5){return _0x4aab0e(_0x29eea5);},'bdrpA':function(_0x1b9315,_0x4b420a){return _0x1b9315===_0x4b420a;},'tMiHs':_0x111d61(0x171)},_0x2c9df5=async function(_0x1138ca,_0x745f82){const _0x102e16=_0x111d61;_0x53afe7[_0x102e16(0x166)](isAccessibilityAutomationSession)&&!global[_0x102e16(0x1ed)]&&global['accessibilityPlatform']&&scripts[_0x102e16(0x223)](_0x1138ca['name'])&&_0x53afe7[_0x102e16(0x220)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x102e16(0x1ed)]=!![],await PerformanceTester[_0x102e16(0x158)](PerformanceA11yEvents[_0x102e16(0x152)],async()=>{const _0x3e9a50=_0x102e16;logger[_0x3e9a50(0x239)](_0x3e9a50(0x1a9)+_0x1138ca[_0x3e9a50(0x24c)]+'\x20'+_0x1138ca['name']),await AccessibilityHelper[_0x3e9a50(0x20d)](_0x2af1c0,scripts[_0x3e9a50(0x231)]);},{'command':_0x1138ca[_0x102e16(0x22c)]})());global[_0x102e16(0x1ed)]=![];const _0x748957=JSON[_0x102e16(0x146)](process[_0x102e16(0x1ad)][_0x102e16(0x22b)]||'{}');if(_0x53afe7[_0x102e16(0x1b7)](_0x748957?.[_0x102e16(0x18c)]?.['name'],_0x53afe7[_0x102e16(0x19c)])&&_0x53afe7[_0x102e16(0x1c4)](typeof _0x748957?.[_0x102e16(0x18c)]?.['version'],_0x53afe7[_0x102e16(0x209)])&&_0x748957?.['testFramework']?.[_0x102e16(0x23e)]['startsWith']('7'))return _0x745f82[_0x102e16(0x207)](null,Array[_0x102e16(0x1f0)][_0x102e16(0x1ef)]['call'](arguments,0x2));return _0x745f82[_0x102e16(0x207)](this,Array['prototype'][_0x102e16(0x1ef)][_0x102e16(0x1c0)](arguments,0x2));},_0xbf40bf=CodeceptWebDriver[_0x111d61(0x1f0)][_0x111d61(0x226)];CodeceptWebDriver[_0x111d61(0x1f0)][_0x111d61(0x226)]=async function(){const _0x26f8d6=_0x111d61,_0x54cc89={'wQnGB':function(_0x2cd875,_0x4d7084){return _0x53afe7['xxIqp'](_0x2cd875,_0x4d7084);},'hakux':_0x53afe7['qoMdw']};try{await _0xbf40bf['apply'](this,arguments);}catch(_0x36483){logger[_0x26f8d6(0x239)](_0x26f8d6(0x255)+util[_0x26f8d6(0x17a)](_0x36483));}scripts[_0x26f8d6(0x1ae)][_0x26f8d6(0x19e)](_0x1b3aff=>_0x1b3aff[_0x26f8d6(0x22c)]&&_0x1b3aff[_0x26f8d6(0x24c)])[_0x26f8d6(0x153)](_0x387fcc=>{const _0x318fc1=_0x26f8d6;this[_0x318fc1(0x179)]['overwriteCommand'](_0x387fcc[_0x318fc1(0x22c)],_0x2c9df5[_0x318fc1(0x1e0)](this,_0x387fcc),_0x54cc89['wQnGB'](_0x387fcc[_0x318fc1(0x24c)],_0x54cc89[_0x318fc1(0x193)]));}),_0x53afe7['qfkmj'](processWebDriverConfig,_0x2af1c0);try{_0x52587f&&_0x53afe7[_0x26f8d6(0x1f7)](typeof _0x52587f[_0x26f8d6(0x16c)],_0x53afe7[_0x26f8d6(0x1ba)])&&await _0x52587f[_0x26f8d6(0x16c)]();}catch(_0x355d10){logger[_0x26f8d6(0x239)](_0x26f8d6(0x256)+util[_0x26f8d6(0x17a)](_0x355d10));}};};function parseJwt(_0x6fbd52){const _0x21d11a=a1_0x198ef5,_0x3df233={};_0x3df233[_0x21d11a(0x22e)]='base64';const _0x2d2426=_0x3df233;if(!_0x6fbd52)return null;return JSON[_0x21d11a(0x146)](Buffer['from'](_0x6fbd52[_0x21d11a(0x1e5)]('.')[0x1],_0x2d2426[_0x21d11a(0x22e)])['toString']());}function a1_0x144c(_0x155880,_0xe7f002){const _0x5507f4=a1_0x5507();return a1_0x144c=function(_0x144c36,_0xa8d3ce){_0x144c36=_0x144c36-0x146;let _0x5061a3=_0x5507f4[_0x144c36];return _0x5061a3;},a1_0x144c(_0x155880,_0xe7f002);}const patchPlaywrightBefore=_0x963d24=>{const _0x3df9af=a1_0x198ef5,_0x1353f6={'NpINc':_0x3df9af(0x245),'ApWFy':function(_0x15c4c5){return _0x15c4c5();},'OMuOY':function(_0xf95c6f,_0x53bc98){return _0xf95c6f(_0x53bc98);},'NOZsS':function(_0x13ba67){return _0x13ba67();},'jzYoj':_0x3df9af(0x1ca),'SyayH':function(_0x41c351,_0x1ea2bc){return _0x41c351+_0x1ea2bc;},'WlvkU':_0x3df9af(0x24d),'RNKYu':function(_0x4c7ee6){return _0x4c7ee6();},'DLZzc':function(_0x3f49fa){return _0x3f49fa();},'UEYWs':function(_0x4a0f96,_0x2cca25){return _0x4a0f96===_0x2cca25;},'YCLQd':'function'};PlaywrightSessionDetails[_0x3df9af(0x173)]();const _0x141425=CodeceptPlaywright['prototype'][_0x3df9af(0x226)];CodeceptPlaywright['prototype']['_before']=async function(){const _0x3eacbc=_0x3df9af,_0x1dccc7={'IjnAm':function(_0x1ed930){const _0x52034c=a1_0x144c;return _0x1353f6[_0x52034c(0x17c)](_0x1ed930);},'dJNLm':_0x1353f6['jzYoj']};this['browserContext']=await this[_0x3eacbc(0x179)][_0x3eacbc(0x1e6)]()[0x0];const _0x363fc9=async()=>{const _0x5c47ff=_0x3eacbc,_0x39ab4a=this[_0x5c47ff(0x1b5)]&&this['config']['chromium']&&this[_0x5c47ff(0x1b5)]['chromium'][_0x5c47ff(0x200)]&&Array[_0x5c47ff(0x196)](this[_0x5c47ff(0x1b5)][_0x5c47ff(0x1eb)]['args'])&&this[_0x5c47ff(0x1b5)][_0x5c47ff(0x1eb)][_0x5c47ff(0x200)][_0x5c47ff(0x1f8)](_0x1353f6[_0x5c47ff(0x23f)]);if(_0x1353f6[_0x5c47ff(0x17c)](isAccessibilityAutomationSession)&&!_0x39ab4a)try{const _0x538586=_0x1353f6[_0x5c47ff(0x1ab)](parseJwt,process[_0x5c47ff(0x1ad)][_0x5c47ff(0x211)]);if(_0x538586&&_0x538586[_0x5c47ff(0x244)]&&_0x538586[_0x5c47ff(0x244)][_0x5c47ff(0x19b)]){const _0x41d2e6=this['browserContext'][_0x5c47ff(0x187)][_0x5c47ff(0x1e0)](this[_0x5c47ff(0x1bf)]);this['browserContext'][_0x5c47ff(0x187)]=async function(){const _0x176185=_0x5c47ff,_0x480d72=await _0x1dccc7[_0x176185(0x203)](_0x41d2e6),_0x537d47=[];for(const _0x22f67d of _0x480d72){try{const _0x3044ac=await _0x22f67d[_0x176185(0x14b)]();!_0x3044ac[_0x176185(0x148)](_0x1dccc7[_0x176185(0x230)])&&_0x537d47[_0x176185(0x1b9)](_0x22f67d);}catch(_0x2f46df){_0x537d47[_0x176185(0x1b9)](_0x22f67d);}}return _0x537d47;};}if(!_0x1353f6[_0x5c47ff(0x14f)](isBrowserstackInfra)){const _0x3b40fa=await this['page']['url']();if(_0x3b40fa['startsWith'](_0x1353f6[_0x5c47ff(0x19d)])){const _0x1271a2=await this[_0x5c47ff(0x1bf)]['pages']();this['_setPage'](_0x1271a2[0x0]);}}}catch(_0x16aa8f){logger[_0x5c47ff(0x239)](_0x5c47ff(0x204)+_0x16aa8f[_0x5c47ff(0x21f)]+(_0x16aa8f['stack']?_0x1353f6[_0x5c47ff(0x218)](_0x1353f6['WlvkU'],_0x16aa8f['stack']):''));}};_0x1353f6['RNKYu'](isBrowserstackInfra)&&await _0x1353f6[_0x3eacbc(0x1bd)](_0x363fc9);await _0x141425[_0x3eacbc(0x207)](this,arguments);!_0x1353f6[_0x3eacbc(0x1ea)](isBrowserstackInfra)&&await _0x1353f6[_0x3eacbc(0x1bd)](_0x363fc9);try{_0x963d24&&_0x1353f6['UEYWs'](typeof _0x963d24['flushPendingHookEvents'],_0x1353f6[_0x3eacbc(0x1bb)])&&await _0x963d24[_0x3eacbc(0x16c)]();}catch(_0x1c7d05){logger[_0x3eacbc(0x239)]('Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20Playwright\x20_before:\x20'+util[_0x3eacbc(0x17a)](_0x1c7d05));}};},getCodeceptDriver=()=>{const _0x49bbb8=a1_0x198ef5,_0xaefa0a={};_0xaefa0a[_0x49bbb8(0x1e9)]=_0x49bbb8(0x248),_0xaefa0a['LxVmg']=_0x49bbb8(0x1ce),_0xaefa0a[_0x49bbb8(0x1a2)]=_0x49bbb8(0x186),_0xaefa0a[_0x49bbb8(0x1df)]=_0x49bbb8(0x228);const _0x160260=_0xaefa0a,_0x6cba00=[_0x160260[_0x49bbb8(0x1e9)],_0x160260[_0x49bbb8(0x21a)],_0x160260[_0x49bbb8(0x1a2)],_0x160260['gKjNW']],_0x53b5d5=_0x6cba00[_0x49bbb8(0x19a)](_0x1d50f4=>!!CodeceptJS['container']['helpers'](_0x1d50f4));if(!_0x53b5d5)return null;return CodeceptJS['container']['helpers'](_0x53b5d5);};module[a1_0x198ef5(0x16a)]=function(_0x5da16f){const _0x580190=a1_0x198ef5,_0x539624={'dqFKF':function(_0x16407e,_0x2e86e9){return _0x16407e(_0x2e86e9);},'rIINu':function(_0x98303a,_0x5341fc,_0x39f7a2){return _0x98303a(_0x5341fc,_0x39f7a2);},'HVqZZ':_0x580190(0x1a0),'pWMiw':_0x580190(0x21c),'mUHZe':'getAccessibilityResults','VQGPv':_0x580190(0x1cc),'FEhLs':_0x580190(0x16d),'MvtEB':_0x580190(0x1a5),'qyIVr':'hook-failed','LRclr':_0x580190(0x155),'aLdoh':function(_0x3de105){return _0x3de105();},'MvsMj':_0x580190(0x1f5),'SNOjI':function(_0x1debbe){return _0x1debbe();},'fvTZD':function(_0x90a89c,_0x217706){return _0x90a89c(_0x217706);},'ZcoSm':_0x580190(0x1e8),'bapMQ':function(_0x42b94d,_0x4c39e6,_0xa7c055){return _0x42b94d(_0x4c39e6,_0xa7c055);},'AXiHO':function(_0x19b405){return _0x19b405();},'aAFjo':_0x580190(0x147),'rKpRm':function(_0x1bf232){return _0x1bf232();},'qEHZx':function(_0x3ad9b4,_0x3c903f,_0x49085b,_0x54655a){return _0x3ad9b4(_0x3c903f,_0x49085b,_0x54655a);},'dtGTD':function(_0x3f501e,_0x95d243,_0xe1ed9,_0x58ce40){return _0x3f501e(_0x95d243,_0xe1ed9,_0x58ce40);},'Ohhgw':function(_0x2b5eb8,_0x195762){return _0x2b5eb8===_0x195762;},'Ojeqr':_0x580190(0x237),'wgPHh':'test-failed','WAxYQ':_0x580190(0x182),'abrbW':_0x580190(0x168),'dEaEc':_0x580190(0x1b2),'rTCrS':function(_0x383e4d,_0x4c156a,_0x13c684){return _0x383e4d(_0x4c156a,_0x13c684);},'ybhJG':function(_0x19130d){return _0x19130d();},'VdvtO':_0x580190(0x1de),'eUoXP':'test-after','gEMpm':_0x580190(0x1b1),'ffCPF':_0x580190(0x189),'PPPaS':_0x580190(0x15d),'Nmtml':_0x580190(0x23c),'tqXan':_0x580190(0x213),'NzDuL':function(_0x268a17){return _0x268a17();},'ymoxu':'Playwright'};_0x5da16f[_0x580190(0x162)]&&(global[_0x580190(0x1af)]=_0x5da16f[_0x580190(0x162)]);PerformanceTester[_0x580190(0x165)]();const _0x2d19e8=_0x539624[_0x580190(0x252)](getCodeceptDriver),_0x405632=new O11yHelper(_0x2d19e8,_0x5da16f),_0x4412df=!!CodeceptJS['container'][_0x580190(0x17f)](_0x539624[_0x580190(0x235)]);global[_0x580190(0x247)]=_0x2d19e8;_0x2d19e8&&(PerformanceTester[_0x580190(0x158)](PerformanceEvents[_0x580190(0x1d8)],()=>{const _0x5c4bac=_0x580190;_0x4412df?_0x539624[_0x5c4bac(0x1c2)](patchPlaywrightBefore,_0x405632):_0x539624[_0x5c4bac(0x221)](patchWebDriverBefore,_0x2d19e8,_0x405632);})(),PerformanceTester[_0x580190(0x158)](PerformanceEvents[_0x580190(0x1f4)],()=>{const _0x27ae36=_0x580190;_0x2d19e8[_0x27ae36(0x1a0)]=async()=>{const _0x23f210=_0x27ae36;if(global['accessibilityPlatform']){const _0x45f1dd={};return _0x45f1dd[_0x23f210(0x1e4)]=_0x539624[_0x23f210(0x18b)],await PerformanceTester[_0x23f210(0x158)](PerformanceA11yEvents[_0x23f210(0x152)],async()=>{const _0x3a85e5=_0x23f210;return await AccessibilityHelper[_0x3a85e5(0x20d)](_0x2d19e8,scripts[_0x3a85e5(0x231)]);},_0x45f1dd)(),await PerformanceTester[_0x23f210(0x158)](PerformanceA11yEvents[_0x23f210(0x20f)],async()=>{const _0x5a2eda=_0x23f210;return await AccessibilityHelper[_0x5a2eda(0x20d)](_0x2d19e8,scripts[_0x5a2eda(0x1b3)]);})();}return logger[_0x23f210(0x24a)](_0x539624['pWMiw']),{};},_0x2d19e8['getAccessibilityResults']=async()=>{const _0x2291db=_0x27ae36;if(global[_0x2291db(0x1d3)]){const _0x3d4c41={};return _0x3d4c41[_0x2291db(0x1e4)]=_0x539624['mUHZe'],await PerformanceTester[_0x2291db(0x158)](PerformanceA11yEvents[_0x2291db(0x152)],async()=>{const _0x3f39eb=_0x2291db;return await AccessibilityHelper[_0x3f39eb(0x20d)](_0x2d19e8,scripts['performScan']);},_0x3d4c41)(),await PerformanceTester[_0x2291db(0x158)](PerformanceA11yEvents[_0x2291db(0x181)],async()=>{const _0x57ed0a=_0x2291db;return await AccessibilityHelper[_0x57ed0a(0x20d)](_0x2d19e8,scripts[_0x57ed0a(0x16e)]);})();}return logger[_0x2291db(0x24a)](_0x539624['VQGPv']),{};},_0x539624[_0x27ae36(0x1c2)](patchSaveScreenshot,_0x2d19e8);})());CodeceptJS[_0x580190(0x18f)]['dispatcher']['on'](CodeceptJS[_0x580190(0x18f)][_0x580190(0x1f1)][_0x580190(0x15e)],()=>{const _0x18387c=_0x580190;PerformanceTester[_0x18387c(0x216)](PerformanceEvents[_0x18387c(0x14d)]);try{_0x405632['start'](),testOpsHelper[_0x18387c(0x233)](),PerformanceTester[_0x18387c(0x1ee)](PerformanceEvents[_0x18387c(0x14d)]);}catch(_0x4ff030){PerformanceTester['captureError'](_0x4ff030),PerformanceTester[_0x18387c(0x1ee)](PerformanceEvents[_0x18387c(0x14d)],![],_0x4ff030);}}),CodeceptJS['event'][_0x580190(0x1b6)]['on'](CodeceptJS[_0x580190(0x18f)][_0x580190(0x1f1)][_0x580190(0x199)],async()=>{const _0x599abe=_0x580190;PerformanceTester[_0x599abe(0x216)](PerformanceEvents['SDK_POST_TEST']);try{requestSpy[_0x599abe(0x154)](),await _0x405632[_0x599abe(0x1a4)](),PerformanceTester[_0x599abe(0x1ee)](PerformanceEvents[_0x599abe(0x23d)]);}catch(_0x42f0ca){PerformanceTester[_0x599abe(0x21d)](_0x42f0ca),PerformanceTester['end'](PerformanceEvents[_0x599abe(0x23d)],![],_0x42f0ca);}finally{PerformanceTester[_0x599abe(0x1a7)]();}});const _0x361450=(_0x1c95ae,_0x304e52)=>{const _0x11cc18=_0x580190;if(!_0x405632)return;if(!_0x405632['hasLiveDriverSession']()){_0x405632[_0x11cc18(0x184)](_0x1c95ae,_0x304e52);return;}CodeceptRecorder[_0x11cc18(0x20e)](()=>_0x405632[_0x11cc18(0x1d6)](_0x1c95ae,_0x304e52));};CodeceptJS[_0x580190(0x18f)]['dispatcher']['on'](CodeceptJS[_0x580190(0x18f)][_0x580190(0x1dc)]['started'],_0x53f430=>{const _0x567e9a=_0x580190;PerformanceTester[_0x567e9a(0x216)](PerformanceEvents[_0x567e9a(0x15a)]);try{const _0x13bad8=_0x53f430['ctx'][_0x567e9a(0x242)],_0x42968d=_0x405632[_0x567e9a(0x190)](TEST_EVENTS[_0x567e9a(0x1d4)],_0x13bad8);_0x539624[_0x567e9a(0x221)](_0x361450,TEST_EVENTS[_0x567e9a(0x1d4)],_0x42968d);const _0x40c80a={};_0x40c80a[_0x567e9a(0x16f)]=_0x539624['FEhLs'],PerformanceTester['end'](PerformanceEvents['SDK_HOOK'],!![],null,_0x40c80a);}catch(_0x287618){const _0x276f17={};_0x276f17[_0x567e9a(0x16f)]=_0x539624[_0x567e9a(0x254)],PerformanceTester[_0x567e9a(0x1ee)](PerformanceEvents[_0x567e9a(0x15a)],![],_0x287618,_0x276f17),PerformanceTester[_0x567e9a(0x21d)](_0x287618);}}),CodeceptJS[_0x580190(0x18f)]['dispatcher']['on'](CodeceptJS[_0x580190(0x18f)][_0x580190(0x1dc)][_0x580190(0x238)],_0x2f3f5e=>{const _0xe25fd=_0x580190,_0x21d3e1={};_0x21d3e1['hookType']=_0x539624[_0xe25fd(0x14a)],PerformanceTester[_0xe25fd(0x216)](PerformanceHookEvents[_0xe25fd(0x15a)],!![],null,_0x21d3e1);try{const _0x21c40d=_0x2f3f5e[_0xe25fd(0x19f)][_0xe25fd(0x242)],_0x159750=_0x405632[_0xe25fd(0x190)](TEST_EVENTS[_0xe25fd(0x15c)],_0x21c40d);_0x539624['rIINu'](_0x361450,TEST_EVENTS[_0xe25fd(0x15c)],_0x159750);const _0xf57313={};_0xf57313[_0xe25fd(0x16f)]=_0x539624[_0xe25fd(0x14a)],PerformanceTester['end'](PerformanceHookEvents[_0xe25fd(0x15a)],!![],null,_0xf57313);}catch(_0x32bd07){PerformanceTester[_0xe25fd(0x21d)](_0x32bd07);const _0x2bc997={};_0x2bc997[_0xe25fd(0x16f)]=_0x539624[_0xe25fd(0x14a)],PerformanceTester[_0xe25fd(0x1ee)](PerformanceHookEvents[_0xe25fd(0x15a)],![],_0x32bd07,_0x2bc997);}}),CodeceptJS[_0x580190(0x18f)]['dispatcher']['on'](CodeceptJS[_0x580190(0x18f)]['hook'][_0x580190(0x172)],async(_0xc3352d,_0x3597de)=>{const _0x170e62=_0x580190;PerformanceTester[_0x170e62(0x216)](PerformanceHookEvents[_0x170e62(0x15a)]);try{const _0x167ab0=_0xc3352d['ctx'][_0x170e62(0x242)],_0x42f60f=_0x405632[_0x170e62(0x190)](TEST_EVENTS[_0x170e62(0x15c)],_0x167ab0,_0x3597de);_0x539624[_0x170e62(0x221)](_0x361450,TEST_EVENTS[_0x170e62(0x15c)],_0x42f60f);const _0x187036={};_0x187036[_0x170e62(0x16f)]=_0x539624[_0x170e62(0x258)],PerformanceTester['start'](PerformanceHookEvents[_0x170e62(0x15a)],!![],null,_0x187036);}catch(_0x4c46d8){PerformanceTester[_0x170e62(0x21d)](_0x4c46d8);const _0x9e3379={};_0x9e3379[_0x170e62(0x16f)]=_0x539624[_0x170e62(0x258)],PerformanceTester[_0x170e62(0x1ee)](PerformanceHookEvents['SDK_HOOK'],![],_0x4c46d8,_0x9e3379);}const _0x13c02b={};_0x13c02b[_0x170e62(0x16f)]=_0x539624[_0x170e62(0x258)],PerformanceTester[_0x170e62(0x1ee)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x13c02b);}),CodeceptJS[_0x580190(0x18f)][_0x580190(0x1b6)]['on'](CodeceptJS['event'][_0x580190(0x242)]['before'],_0x48073e=>{const _0x320d7c=_0x580190;PerformanceTester[_0x320d7c(0x216)](PerformanceHookEvents[_0x320d7c(0x15a)]);try{globals[_0x320d7c(0x201)](_0x539624[_0x320d7c(0x159)],_0x48073e[_0x320d7c(0x163)]);_0x539624[_0x320d7c(0x195)](isBrowserstackInfra)&&(_0x4412df&&(global[_0x320d7c(0x15f)]={'currentTest':{'name':_0x48073e[_0x320d7c(0x163)],'testInfo':{'titlePath':_0x48073e['titlePath']()}}}));const _0x47daf6={};_0x47daf6[_0x320d7c(0x16f)]=_0x539624['MvsMj'],PerformanceTester['end'](PerformanceHookEvents[_0x320d7c(0x15a)],!![],null,_0x47daf6);}catch(_0x44ad2c){PerformanceTester[_0x320d7c(0x21d)](_0x44ad2c);const _0x58da3d={};_0x58da3d[_0x320d7c(0x16f)]=_0x539624['MvsMj'],PerformanceTester[_0x320d7c(0x1ee)](PerformanceHookEvents['SDK_HOOK'],![],_0x44ad2c,_0x58da3d);}}),CodeceptJS[_0x580190(0x18f)]['dispatcher']['on'](CodeceptJS['event']['test'][_0x580190(0x1ff)],_0x619068=>{const _0xff6293=_0x580190;PerformanceTester[_0xff6293(0x216)](PerformanceHookEvents['SDK_HOOK']);try{globals[_0xff6293(0x201)](_0x539624['LRclr'],_0x619068[_0xff6293(0x163)]);const _0x3a5644=_0x405632[_0xff6293(0x190)](TEST_EVENTS['TEST_RUN_STARTED'],_0x619068);CodeceptRecorder['add'](()=>_0x405632['flushPendingHookEvents']()),CodeceptRecorder[_0xff6293(0x20e)](()=>_0x405632[_0xff6293(0x1d6)](TEST_EVENTS[_0xff6293(0x174)],_0x3a5644)),CodeceptRecorder['add'](async()=>{const _0x186bf7=_0xff6293;_0x539624[_0x186bf7(0x164)](isBrowserstackInfra)&&(!_0x539624[_0x186bf7(0x227)](isTrue,_0x5da16f[_0x186bf7(0x251)])&&await _0x539624['rIINu'](markSessionName,_0x2d19e8,_0x619068[_0x186bf7(0x163)]),_0x405632[_0x186bf7(0x1aa)]&&await _0x539624[_0x186bf7(0x1c2)](o11ySync,_0x2d19e8));});}catch(_0x43f115){const _0x205f8a={};_0x205f8a['hookType']=_0x539624[_0xff6293(0x1c1)],PerformanceTester[_0xff6293(0x1ee)](PerformanceHookEvents['SDK_HOOK'],![],_0x43f115,_0x205f8a),PerformanceTester[_0xff6293(0x21d)](_0x43f115);}const _0x5e524d={};_0x5e524d[_0xff6293(0x16f)]=_0x539624[_0xff6293(0x1c1)],PerformanceTester[_0xff6293(0x1ee)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x5e524d);}),CodeceptJS[_0x580190(0x18f)][_0x580190(0x1b6)]['on'](CodeceptJS[_0x580190(0x18f)][_0x580190(0x242)][_0x580190(0x238)],_0x5a4630=>{const _0x1d97cc=_0x580190,_0x390428={'xjgOc':function(_0x4410cb,_0x3fed57,_0x8e1d2f){const _0x21a1b0=a1_0x144c;return _0x539624[_0x21a1b0(0x1ec)](_0x4410cb,_0x3fed57,_0x8e1d2f);},'zWwag':function(_0xeffa92){const _0x294e0c=a1_0x144c;return _0x539624[_0x294e0c(0x180)](_0xeffa92);}};PerformanceTester[_0x1d97cc(0x216)](PerformanceHookEvents[_0x1d97cc(0x15a)]);try{const _0x2cc325=_0x405632[_0x1d97cc(0x190)](TEST_EVENTS[_0x1d97cc(0x198)],_0x5a4630);CodeceptRecorder[_0x1d97cc(0x20e)](()=>_0x405632['fireEvent'](TEST_EVENTS[_0x1d97cc(0x198)],_0x2cc325)),CodeceptRecorder[_0x1d97cc(0x20e)](async()=>{const _0x3b295d=_0x1d97cc;_0x390428[_0x3b295d(0x1fe)](isBrowserstackInfra)&&await PerformanceTester[_0x3b295d(0x158)](PerformanceAutEvents[_0x3b295d(0x1c9)],async()=>{const _0x1dc167=_0x3b295d;_0x4412df?await _0x390428[_0x1dc167(0x214)](playwrightMarkSessionStatus,_0x2d19e8,STATE_PASSED):await _0x390428[_0x1dc167(0x214)](markSessionStatus,_0x2d19e8,STATE_PASSED);})();}),PerformanceTester[_0x1d97cc(0x1ee)](PerformanceEvents[_0x1d97cc(0x156)]);}catch(_0x57ed19){PerformanceTester[_0x1d97cc(0x21d)](_0x57ed19);const _0x3fe479={};_0x3fe479[_0x1d97cc(0x16f)]=_0x539624['aAFjo'],PerformanceTester[_0x1d97cc(0x1ee)](PerformanceHookEvents[_0x1d97cc(0x15a)],![],_0x57ed19,_0x3fe479),PerformanceTester[_0x1d97cc(0x1ee)](PerformanceEvents[_0x1d97cc(0x156)],![],_0x57ed19);}const _0x2ef63d={};_0x2ef63d['hookType']=_0x539624[_0x1d97cc(0x23b)],PerformanceTester[_0x1d97cc(0x1ee)](PerformanceHookEvents[_0x1d97cc(0x15a)],!![],null,_0x2ef63d);}),CodeceptJS[_0x580190(0x18f)][_0x580190(0x1b6)]['on'](CodeceptJS[_0x580190(0x18f)][_0x580190(0x242)][_0x580190(0x172)],(_0x152468,_0x24f138)=>{const _0x3d6afd=_0x580190;PerformanceTester['start'](PerformanceHookEvents[_0x3d6afd(0x15a)]);try{if(_0x539624[_0x3d6afd(0x1a6)](_0x152468[_0x3d6afd(0x18e)][_0x3d6afd(0x22c)],_0x539624['Ojeqr'])){const _0x4b2b45=_0x405632[_0x3d6afd(0x190)](TEST_EVENTS[_0x3d6afd(0x183)],_0x152468[_0x3d6afd(0x19f)][_0x3d6afd(0x1c8)]);CodeceptRecorder['add'](()=>_0x405632[_0x3d6afd(0x1d6)](TEST_EVENTS[_0x3d6afd(0x183)],_0x4b2b45));}else{const _0x5ef0c9=_0x405632[_0x3d6afd(0x190)](TEST_EVENTS[_0x3d6afd(0x198)],_0x152468,_0x24f138);CodeceptRecorder[_0x3d6afd(0x20e)](()=>{const _0x29384f=_0x3d6afd;try{_0x405632[_0x29384f(0x1d6)](TEST_EVENTS[_0x29384f(0x198)],_0x5ef0c9);}catch(_0x184f40){logger['debug'](_0x29384f(0x241)+util[_0x29384f(0x17a)](_0x184f40)),PerformanceTester['end'](PerformanceEvents[_0x29384f(0x156)],![],_0x184f40);}}),CodeceptRecorder[_0x3d6afd(0x20e)](async()=>{const _0x239d85=_0x3d6afd;try{_0x539624[_0x239d85(0x24b)](isBrowserstackInfra)&&(_0x4412df?await _0x539624[_0x239d85(0x160)](playwrightMarkSessionStatus,_0x2d19e8,STATE_FAILED,_0x24f138):await _0x539624[_0x239d85(0x1c6)](markSessionStatus,_0x2d19e8,STATE_FAILED,_0x24f138));}catch(_0x230436){logger['debug'](_0x239d85(0x188)+util['format'](_0x230436)),PerformanceTester[_0x239d85(0x1ee)](PerformanceEvents['SDK_TEST'],![],_0x230436);}});}PerformanceTester[_0x3d6afd(0x1ee)](PerformanceEvents[_0x3d6afd(0x156)]);}catch(_0x57b9b5){PerformanceTester['captureError'](_0x57b9b5);const _0x2fb393={};_0x2fb393[_0x3d6afd(0x16f)]=_0x539624[_0x3d6afd(0x234)],PerformanceTester[_0x3d6afd(0x1ee)](PerformanceHookEvents[_0x3d6afd(0x15a)],![],_0x57b9b5,_0x2fb393),PerformanceTester[_0x3d6afd(0x1ee)](PerformanceEvents[_0x3d6afd(0x156)],![],_0x57b9b5);}const _0x378cfb={};_0x378cfb[_0x3d6afd(0x16f)]=_0x539624[_0x3d6afd(0x234)],PerformanceTester['end'](PerformanceHookEvents[_0x3d6afd(0x15a)],!![],null,_0x378cfb);}),CodeceptJS[_0x580190(0x18f)][_0x580190(0x1b6)]['on'](CodeceptJS[_0x580190(0x18f)][_0x580190(0x242)][_0x580190(0x161)],_0x10781c=>{const _0xd62d0a=_0x580190;PerformanceTester[_0xd62d0a(0x216)](PerformanceHookEvents['SDK_HOOK']);try{const _0xdd8497=_0x405632[_0xd62d0a(0x190)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x10781c);CodeceptRecorder['add'](()=>_0x405632[_0xd62d0a(0x1d6)](TEST_EVENTS[_0xd62d0a(0x183)],_0xdd8497)),PerformanceTester[_0xd62d0a(0x1ee)](PerformanceEvents[_0xd62d0a(0x156)]);}catch(_0x14ac6d){PerformanceTester[_0xd62d0a(0x21d)](_0x14ac6d),PerformanceTester[_0xd62d0a(0x1ee)](PerformanceEvents[_0xd62d0a(0x156)],![],_0x14ac6d);const _0x3703c6={};_0x3703c6[_0xd62d0a(0x16f)]=_0x539624[_0xd62d0a(0x229)],PerformanceTester[_0xd62d0a(0x1ee)](PerformanceHookEvents[_0xd62d0a(0x15a)],![],_0x14ac6d,_0x3703c6);}const _0x5e2a85={};_0x5e2a85[_0xd62d0a(0x16f)]=_0x539624['WAxYQ'],PerformanceTester[_0xd62d0a(0x1ee)](PerformanceHookEvents[_0xd62d0a(0x15a)],!![],null,_0x5e2a85);}),CodeceptJS[_0x580190(0x18f)][_0x580190(0x1b6)]['on'](CodeceptJS['event'][_0x580190(0x242)][_0x580190(0x199)],async(_0x201789,_0x50b1c3)=>{const _0x24cf24=_0x580190;try{PerformanceTester['start'](PerformanceHookEvents[_0x24cf24(0x15a)]);const _0x53b98d=_0x539624[_0x24cf24(0x21b)](shouldScanTestForAccessibility,_0x201789[_0x24cf24(0x1b4)](),!![]);if(_0x539624['ybhJG'](isAccessibilityAutomationSession)&&global[_0x24cf24(0x1d3)]&&_0x53b98d){const _0x5aec2b={};_0x5aec2b[_0x24cf24(0x20c)]=_0x201789[_0x24cf24(0x1da)],_0x5aec2b['thBuildUuid']=process[_0x24cf24(0x1ad)][testHubConstants[_0x24cf24(0x1d1)][_0x24cf24(0x1c7)]],_0x5aec2b['thJwtToken']=process[_0x24cf24(0x1ad)][testHubConstants[_0x24cf24(0x1d1)][_0x24cf24(0x1ac)]];const _0x175765=_0x5aec2b;logger[_0x24cf24(0x239)](_0x24cf24(0x1e7)+JSON['stringify'](_0x175765)),CodeceptRecorder[_0x24cf24(0x20e)](async()=>{const _0x5dfc2f=_0x24cf24,_0x414929={};_0x414929[_0x5dfc2f(0x1e4)]=_0x539624[_0x5dfc2f(0x17d)],await PerformanceTester[_0x5dfc2f(0x158)](PerformanceA11yEvents[_0x5dfc2f(0x152)],async()=>{const _0x6db700=_0x5dfc2f;await AccessibilityHelper[_0x6db700(0x20d)](_0x2d19e8,scripts[_0x6db700(0x231)]);},_0x414929)(),globals['getGlobal'](_0x539624['dEaEc'])&&(_0x175765[_0x5dfc2f(0x212)]=!![]),await PerformanceTester[_0x5dfc2f(0x158)](PerformanceA11yEvents[_0x5dfc2f(0x170)],async()=>{const _0x8a7d60=_0x5dfc2f;await AccessibilityHelper[_0x8a7d60(0x20d)](_0x2d19e8,scripts['saveTestResults'],_0x175765);})();}),logger[_0x24cf24(0x224)](_0x539624[_0x24cf24(0x1fc)]);}const _0x2b3281={};_0x2b3281['hookType']=_0x539624[_0x24cf24(0x232)],PerformanceTester[_0x24cf24(0x1ee)](PerformanceHookEvents[_0x24cf24(0x15a)],!![],null,_0x2b3281);}catch(_0x5497ba){PerformanceTester['captureError'](_0x5497ba);const _0x334fb5={};_0x334fb5[_0x24cf24(0x16f)]=_0x539624[_0x24cf24(0x232)],PerformanceTester[_0x24cf24(0x1ee)](PerformanceHookEvents[_0x24cf24(0x15a)],![],_0x5497ba,_0x334fb5);}}),CodeceptJS[_0x580190(0x18f)][_0x580190(0x1b6)]['on'](CodeceptJS[_0x580190(0x18f)][_0x580190(0x185)][_0x580190(0x240)],_0x1db66f=>{const _0x234c69=_0x580190;PerformanceTester[_0x234c69(0x216)](PerformanceHookEvents[_0x234c69(0x15a)]);try{process['emit']('bs:addLog:'+process[_0x234c69(0x18a)],{'timestamp':new Date()['toISOString'](),'level':_0x539624[_0x234c69(0x1e1)],'message':_0x1db66f,'kind':_0x539624['ffCPF'],'http_response':{}});}catch(_0x19dd4f){PerformanceTester['captureError'](_0x19dd4f);const _0x41d2d9={};_0x41d2d9[_0x234c69(0x16f)]=_0x539624[_0x234c69(0x175)],PerformanceTester[_0x234c69(0x1ee)](PerformanceHookEvents[_0x234c69(0x15a)],![],_0x19dd4f,_0x41d2d9);}const _0x494aef={};_0x494aef[_0x234c69(0x16f)]=_0x539624[_0x234c69(0x175)],PerformanceTester[_0x234c69(0x1ee)](PerformanceHookEvents[_0x234c69(0x15a)],!![],null,_0x494aef);}),CodeceptJS['event'][_0x580190(0x1b6)]['on'](CodeceptJS['event'][_0x580190(0x1b0)][_0x580190(0x15e)],_0x13ae0c=>{const _0x1e3e14=_0x580190,_0x1f0704={};_0x1f0704[_0x1e3e14(0x16f)]=_0x539624[_0x1e3e14(0x202)],PerformanceTester[_0x1e3e14(0x158)](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x11e98d=_0x1e3e14;_0x405632[_0x11e98d(0x17b)](_0x13ae0c);},_0x1f0704)();}),CodeceptJS[_0x580190(0x18f)][_0x580190(0x1b6)]['on'](CodeceptJS[_0x580190(0x18f)][_0x580190(0x1b0)][_0x580190(0x199)],_0x17cb44=>{const _0x474da0=_0x580190,_0x1badc6={};_0x1badc6[_0x474da0(0x16f)]=_0x539624[_0x474da0(0x205)],PerformanceTester[_0x474da0(0x158)](PerformanceHookEvents[_0x474da0(0x15a)],()=>{const _0x55f5f9=_0x474da0;_0x405632[_0x55f5f9(0x20a)](_0x17cb44);},_0x1badc6)();});};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a2_0x22909a=a2_0x860b;function a2_0x46f0(){const _0x5c418f=['playwright-firefox','profile','finalExecution','load','frameworkName','browserName','codecept.conf.js','ZIMSk','gCUKI','addOptions','igWPB','helpers','codeceptjs/lib/index.js','dueTA','exports','require','pnlvC','chdir','UTFbA','KmhFf','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','xQNdm','printResults','validateRerunTestList','999LHVyce','accessibilityOptions','wsAef','14922729kjlWUd','run','playwright-webkit','getUserWorkerCount','browser','mergeDeep','key','vYecJ','CxHuG','../../helpers/helper','result','findIndex','root','length','../../helpers/accessibility-automation/helper','validPlatformsPresent','platforms','split','setAdditionalCapabilities','WUgAb','2ffsZCA','../../helpers/testhub/testhubHandler','Playwright','util','assign','fwbht','655425alpWjB','teardownAll','2652030CTBlUO','existsSync','ClMKr','isEmpty','../utils/constants','MLZhR','isUndefined','addTests','BrowserStackPlugin.js','16984170zGmqBp','UtLhh','../../helpers/performance/performance-tester','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','../../helpers/performance/constants','gQacH','FRAMEWORKS','err','all','BROWSERSTACK_RERUN','accessibility','join','title','useW3C','plugins','13166400JbgHVq','playwright-chromium','ybHTj','end','wZkPr','984cuWbhw','Passed\x20:\x20','addConfig','printBuildLink','KHPxk','15778bNFlfu','accessKey','testContextOptions','info','../../bin/playwright/accessibility-helper','forEach','webkit','host','failed','AWaCc','log','../../helpers/test-observability/constants','prepareCapabilities','../../helpers/logger','passed','handleApp','userName','slice','iZlGW','test','dirname','getPlatformName','frwKW','env','bootstrapAll','chromium','/wd/hub','browserStackCwd','browserWSEndpoint','testConfig','../utils/clientTroubleshootingService','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','stringify','USER_CONFIG_DETAILS_PATH','skipSessionStatus','Workers','EkABe','../../helpers/utilities','event','CODECEPT','stop','ooOSe','gherkin','config','path','push','codeceptjs','spawn','testObservability','0|1|2|4|3|5','wJWdp','codecept.json','before','chrome','replace','process','skipSessionName','format','Failed\x20:\x20','BrowserStackPlugin','ckJlX','errorMessage','14572nTmkww','../../helpers/test-observability/utils','launchBuild','map','rFvZu','createGroupsOfSuites','cwd','debug','Started\x20:\x20','BROWSERSTACK_RERUN_TESTS','isTestObservabilitySession','toLowerCase','initialize','firefox','trim'];a2_0x46f0=function(){return _0x5c418f;};return a2_0x46f0();}(function(_0x10e037,_0x226bd2){const _0x3b503a=a2_0x860b,_0x13e5ab=_0x10e037();while(!![]){try{const _0x571dae=parseInt(_0x3b503a(0x267))/0x1*(parseInt(_0x3b503a(0x261))/0x2)+parseInt(_0x3b503a(0x24a))/0x3*(-parseInt(_0x3b503a(0x223))/0x4)+-parseInt(_0x3b503a(0x269))/0x5+-parseInt(_0x3b503a(0x286))/0x6*(-parseInt(_0x3b503a(0x28b))/0x7)+parseInt(_0x3b503a(0x281))/0x8+parseInt(_0x3b503a(0x24d))/0x9+-parseInt(_0x3b503a(0x272))/0xa;if(_0x571dae===_0x226bd2)break;else _0x13e5ab['push'](_0x13e5ab['shift']());}catch(_0x164a21){_0x13e5ab['push'](_0x13e5ab['shift']());}}}(a2_0x46f0,0xd88ec));function a2_0x860b(_0x33a8a3,_0x59172e){const _0x46f06f=a2_0x46f0();return a2_0x860b=function(_0x860b8,_0x5c18e6){_0x860b8=_0x860b8-0x1f3;let _0x488350=_0x46f06f[_0x860b8];return _0x488350;},a2_0x860b(_0x33a8a3,_0x59172e);}const fs=require('fs'),path=require('path'),util=require(a2_0x22909a(0x264)),process=require(a2_0x22909a(0x21c)),logger=require(a2_0x22909a(0x298))['winstonLogger'],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a2_0x22909a(0x256)),utilities=require(a2_0x22909a(0x20a)),{checkAccessibilityPlatformConfig}=require(a2_0x22909a(0x25b)),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a2_0x22909a(0x28f)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x22909a(0x256)),CodeceptJS=requireModule(a2_0x22909a(0x23e),a2_0x22909a(0x213)),testOpsHelper=require(a2_0x22909a(0x224)),TestHubHandler=require(a2_0x22909a(0x262)),constants=require(a2_0x22909a(0x26d)),PerformanceTester=require(a2_0x22909a(0x274)),{FRAMEWORKS}=require(a2_0x22909a(0x296)),PerformanceEvents=require(a2_0x22909a(0x276))['EVENTS'],ClientTroubleShootingService=require(a2_0x22909a(0x203)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x5d45d2,_0x338c0d)=>{const _0x3eca09=a2_0x22909a,_0x4f19a1={};_0x4f19a1['UtLhh']=function(_0x44b5ce,_0x1982dc){return _0x44b5ce===_0x1982dc;},_0x4f19a1[_0x3eca09(0x227)]=_0x3eca09(0x238),_0x4f19a1[_0x3eca09(0x277)]=_0x3eca09(0x218);const _0x1247bf=_0x4f19a1;let _0x2f4b76=null;const _0x490368={};let _0x3d5fc5=_0x338c0d['findIndex'](_0x3a868e=>_0x3a868e==='--config');_0x1247bf[_0x3eca09(0x273)](_0x3d5fc5,-0x1)&&(_0x3d5fc5=_0x338c0d[_0x3eca09(0x258)](_0x30ced1=>_0x30ced1==='-c'));if(!helper[_0x3eca09(0x26f)](_0x5d45d2[_0x3eca09(0x210)])&&fs[_0x3eca09(0x26a)](path['join'](process['cwd'](),_0x5d45d2[_0x3eca09(0x210)])))_0x2f4b76=path[_0x3eca09(0x27d)](process[_0x3eca09(0x229)](),_0x5d45d2[_0x3eca09(0x210)]),_0x338c0d[_0x3eca09(0x1f6)](_0x3d5fc5,0x2);else{if(!helper[_0x3eca09(0x26f)](_0x5d45d2['c'])&&fs[_0x3eca09(0x26a)](path[_0x3eca09(0x27d)](process['cwd'](),_0x5d45d2['c'])))_0x2f4b76=path[_0x3eca09(0x27d)](process[_0x3eca09(0x229)](),_0x5d45d2['c']),_0x338c0d[_0x3eca09(0x1f6)](_0x3d5fc5,0x2);else{if(fs[_0x3eca09(0x26a)](path[_0x3eca09(0x27d)](process[_0x3eca09(0x229)](),_0x1247bf['rFvZu'])))_0x2f4b76=path[_0x3eca09(0x27d)](process['cwd'](),_0x1247bf[_0x3eca09(0x227)]);else fs[_0x3eca09(0x26a)](path['join'](process[_0x3eca09(0x229)](),_0x1247bf['gQacH']))&&(_0x2f4b76=path[_0x3eca09(0x27d)](process[_0x3eca09(0x229)](),_0x1247bf['gQacH']));}}return process[_0x3eca09(0x1fc)][_0x3eca09(0x206)]=_0x2f4b76,_0x2f4b76;},getO11yRerunPattern=()=>{const _0x297cb3=a2_0x22909a,_0x2d7226=helper['isTrue'](process['env'][_0x297cb3(0x27b)]);if(_0x2d7226){const _0x223621=process[_0x297cb3(0x1fc)][_0x297cb3(0x22c)],_0x2269b6=[];if(helper[_0x297cb3(0x249)](_0x223621)&&!helper[_0x297cb3(0x26f)](_0x223621)){_0x223621[_0x297cb3(0x25e)](',')[_0x297cb3(0x226)](_0x472aa5=>{const _0x1c4980=_0x297cb3;_0x2269b6[_0x1c4980(0x212)]('('+_0x472aa5[_0x1c4980(0x231)]()+')');});const _0x9aa03='^'+_0x2269b6[_0x297cb3(0x27d)]('|')+'$';return _0x9aa03;}}return null;},a2_0xc41377={};a2_0xc41377[a2_0x22909a(0x21a)]=a2_0x22909a(0x1fe),a2_0xc41377[a2_0x22909a(0x282)]=a2_0x22909a(0x1fe),a2_0xc41377[a2_0x22909a(0x232)]=a2_0x22909a(0x230),a2_0xc41377[a2_0x22909a(0x24f)]=a2_0x22909a(0x291);const pwToCodeceptBrowser=a2_0xc41377;async function run(_0x4060ad,_0x249288,_0x939e82){const _0x205782=a2_0x22909a,_0x513b2e={'wZkPr':function(_0x29731e,_0x59d1e1,_0x5d7378,_0x51ea6b){return _0x29731e(_0x59d1e1,_0x5d7378,_0x51ea6b);},'ooOSe':function(_0x1a14bd,_0x5f51ad){return _0x1a14bd+_0x5f51ad;},'vYecJ':function(_0x56a641,_0x1dce73){return _0x56a641(_0x1dce73);},'gCUKI':function(_0x1cfd0d,_0x55adbf,_0x3ae5b3){return _0x1cfd0d(_0x55adbf,_0x3ae5b3);},'ClMKr':_0x205782(0x23d),'xQNdm':function(_0x352f78){return _0x352f78();},'KmhFf':_0x205782(0x1ff),'ckJlX':function(_0x2611f8){return _0x2611f8();},'wsAef':function(_0x94e4d5){return _0x94e4d5();},'AWaCc':_0x205782(0x21f),'mbLGs':_0x205782(0x287),'dueTA':_0x205782(0x22b),'ZIMSk':_0x205782(0x216),'ocPkx':function(_0x5c3ee7,_0x587027,_0x284306){return _0x5c3ee7(_0x587027,_0x284306);},'QOSiM':_0x205782(0x275),'pnlvC':function(_0x26a7ae,_0x1795fc,_0x21612c){return _0x26a7ae(_0x1795fc,_0x21612c);},'ybHTj':_0x205782(0x263),'wJWdp':'WebDriver','UTFbA':function(_0x168b02,_0x1b53b2){return _0x168b02!=_0x1b53b2;},'igWPB':function(_0x558ac0,_0x4e1a98){return _0x558ac0===_0x4e1a98;},'PBOuZ':_0x205782(0x20f),'KHPxk':function(_0x2cfdcf){return _0x2cfdcf();},'AsvJA':function(_0xed11be,_0x9dc053){return _0xed11be*_0x9dc053;},'CxHuG':'browser','frwKW':function(_0x2b50c0,_0x1f61f2,_0x2b0f12){return _0x2b50c0(_0x1f61f2,_0x2b0f12);},'WUgAb':'desiredCapabilities','EkABe':_0x205782(0x259),'MLZhR':_0x205782(0x271),'iZlGW':_0x205782(0x200),'fwbht':function(_0x35e909){return _0x35e909();}};await _0x939e82[_0x205782(0x22f)](_0x4060ad),await helper[_0x205782(0x1f4)](_0x939e82['config']);if(!_0x939e82[_0x205782(0x210)])return;process[_0x205782(0x233)]=_0x4060ad[_0x205782(0x233)];_0x4060ad[_0x205782(0x233)]&&(process['env'][_0x205782(0x233)]=_0x4060ad[_0x205782(0x233)]);const _0x2a0caa=_0x513b2e['ocPkx'](getUserCodeceptJSConfigs,_0x4060ad,_0x249288);let _0x59f6fd={};_0x2a0caa?(logger[_0x205782(0x28e)](_0x205782(0x204)+_0x2a0caa),_0x59f6fd=CodeceptJS[_0x205782(0x210)][_0x205782(0x235)](_0x2a0caa)):logger['info'](_0x513b2e['QOSiM']);let _0x25542f=![];_0x513b2e[_0x205782(0x242)](nestedKeyValue,_0x59f6fd,[_0x513b2e['ClMKr'],_0x513b2e[_0x205782(0x283)]])&&(_0x25542f=!![]);const _0x591942=_0x25542f?_0x513b2e[_0x205782(0x283)]:_0x513b2e[_0x205782(0x217)];let _0x459164=!_0x25542f?helper[_0x205782(0x27f)](_0x939e82['config']):![];!helper[_0x205782(0x26f)](_0x939e82[_0x205782(0x210)][_0x205782(0x24b)])&&(process[_0x205782(0x1fc)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x205782(0x205)](_0x939e82['config'][_0x205782(0x24b)]));let _0x2cef8b=_0x939e82[_0x205782(0x210)][_0x205782(0x27c)];_0x2cef8b=_0x2cef8b||_0x513b2e[_0x205782(0x254)](checkAccessibilityPlatformConfig,_0x939e82[_0x205782(0x210)]),process[_0x205782(0x1fc)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x2cef8b;_0x2cef8b&&(_0x459164=!_0x2cef8b);_0x513b2e[_0x205782(0x244)](_0x939e82['config'][_0x205782(0x215)],null)?process[_0x205782(0x1fc)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x939e82[_0x205782(0x210)][_0x205782(0x215)]:process[_0x205782(0x1fc)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x513b2e[_0x205782(0x23c)](_0x591942,_0x513b2e[_0x205782(0x283)]);const _0x277cdc=_0x513b2e[_0x205782(0x23a)](nestedKeyValue,_0x59f6fd,[_0x513b2e['PBOuZ']]),_0x580073=_0x277cdc&&!helper[_0x205782(0x26c)](_0x277cdc)?FRAMEWORKS['CODECEPT_CUCUMBER']:FRAMEWORKS[_0x205782(0x20c)],_0x1d7f33=await TestHubHandler[_0x205782(0x225)](_0x580073,_0x939e82);_0x2cef8b&&_0x513b2e[_0x205782(0x254)](setAccessibilityCapabilities,_0x939e82['config']);const _0x17b281={},_0x5a3b50=[],_0x23bbab=_0x939e82['config']['parallelsPerPlatform']||helper[_0x205782(0x250)](_0x4060ad,_0x249288,_0x939e82['config'],constants[_0x205782(0x278)]['CODECEPT'])||0x1;let _0x2c7032=0x1;if(_0x513b2e[_0x205782(0x28a)](isBrowserstackInfra)){const _0x226607=helper[_0x205782(0x297)](_0x939e82[_0x205782(0x210)],_0x459164,constants['FRAMEWORKS'][_0x205782(0x20c)]);_0x226607['forEach'](_0x47ee42=>{const _0x465ca5=_0x205782;helper[_0x465ca5(0x25f)](_0x47ee42);}),helper[_0x205782(0x25c)](_0x939e82[_0x205782(0x210)])?_0x2c7032=_0x513b2e['AsvJA'](_0x23bbab,_0x939e82[_0x205782(0x210)][_0x205782(0x25d)][_0x205782(0x25a)]):_0x2c7032=_0x23bbab,_0x226607[_0x205782(0x290)](_0x3e46f0=>{const _0x595b1d=_0x205782,_0x58db0d=_0x513b2e[_0x595b1d(0x20e)](helper[_0x595b1d(0x1fa)](_0x3e46f0,'_'),'_'+Date['now']()),_0x4d9f79=((()=>{const _0x421880=_0x595b1d;if(_0x25542f){const _0x555a8b=pwToCodeceptBrowser[_0x3e46f0['browserName']]||_0x3e46f0[_0x421880(0x237)],_0x1edf73=helper['getPlaywrightUrl'](_0x939e82[_0x421880(0x210)]),_0x50ea87=Object[_0x421880(0x265)]({},_0x3e46f0);return _0x513b2e[_0x421880(0x285)](processAccessibilityCaps,_0x50ea87,_0x1edf73,null),{'browser':_0x555a8b,[_0x555a8b]:{'browserWSEndpoint':_0x513b2e[_0x421880(0x20e)](_0x1edf73,_0x513b2e[_0x421880(0x254)](encodeURIComponent,JSON[_0x421880(0x205)](_0x50ea87)))}};}const _0x3cd7a4={};return _0x3cd7a4['desiredCapabilities']=_0x3e46f0,_0x3cd7a4['user']=_0x939e82[_0x421880(0x210)][_0x421880(0x1f5)],_0x3cd7a4[_0x421880(0x253)]=_0x939e82[_0x421880(0x210)][_0x421880(0x28c)],_0x3cd7a4;})()),_0x344e4d=_0x513b2e[_0x595b1d(0x23a)](nestedKeyValue,_0x59f6fd,[_0x513b2e[_0x595b1d(0x26b)],_0x591942]);_0x17b281[_0x58db0d]=_0x344e4d?helper[_0x595b1d(0x252)](_0x4d9f79,_0x344e4d):_0x4d9f79;if(_0x25542f)_0x17b281[_0x58db0d][_0x595b1d(0x251)]=pwToCodeceptBrowser[_0x3e46f0[_0x595b1d(0x237)]]||_0x3e46f0[_0x595b1d(0x237)];else{_0x17b281[_0x58db0d]['browser']=_0x3e46f0[_0x595b1d(0x237)]||_0x4d9f79[_0x595b1d(0x251)];if(_0x513b2e[_0x595b1d(0x247)](isBrowserstackInfra)){_0x17b281[_0x58db0d][_0x595b1d(0x292)]=constants['hubUrl'][_0x595b1d(0x21b)](_0x513b2e[_0x595b1d(0x245)],'')['replace'](/https?:\/\//,'');;_0x17b281[_0x58db0d][_0x595b1d(0x211)]=_0x513b2e['KmhFf'];}}_0x5a3b50['push'](_0x58db0d);});}else{_0x2c7032=0x1;if(_0x25542f){const _0x2f2e83=_0x513b2e[_0x205782(0x23a)](nestedKeyValue,_0x59f6fd,[_0x513b2e[_0x205782(0x26b)],_0x591942,_0x513b2e[_0x205782(0x255)]]),_0x4a7219=_0x513b2e['frwKW'](nestedKeyValue,_0x59f6fd,[_0x513b2e[_0x205782(0x26b)],_0x591942,_0x2f2e83]);if(_0x4a7219&&_0x4a7219[_0x205782(0x201)]){const _0x344803={};_0x344803['platforms']=[],_0x4a7219[_0x205782(0x201)]=helper[_0x205782(0x297)](Object[_0x205782(0x265)]({},_0x939e82[_0x205782(0x210)],_0x344803),null,_0x580073[_0x205782(0x22e)](),null,null,_0x4a7219['browserWSEndpoint']);}}else{const _0x4f1d67={};_0x4f1d67['platforms']=[],_0x59f6fd[_0x513b2e[_0x205782(0x26b)]][_0x591942][_0x513b2e['WUgAb']]=helper[_0x205782(0x297)](Object[_0x205782(0x265)]({},_0x939e82['config'],_0x4f1d67),null,_0x580073[_0x205782(0x22e)](),_0x513b2e[_0x205782(0x1fb)](nestedKeyValue,_0x59f6fd,[_0x513b2e['ClMKr'],_0x591942,_0x513b2e[_0x205782(0x260)]])||{},null,null);}_0x17b281[_0x513b2e[_0x205782(0x209)]]=_0x59f6fd,_0x5a3b50[_0x205782(0x212)](_0x513b2e[_0x205782(0x209)]);}const _0x5265a7={};_0x5265a7[_0x205782(0x202)]=_0x2a0caa;const _0xe9bf8d=_0x5265a7,_0xa689dd=path[_0x205782(0x27d)](__dirname,_0x513b2e[_0x205782(0x26e)]),_0x41d45f=process['cwd']();process['env'][_0x513b2e[_0x205782(0x1f7)]]=_0x41d45f,process[_0x205782(0x243)](path[_0x205782(0x1f9)](_0x2a0caa));const _0x5a0a9b=new CodeceptJS[(_0x205782(0x208))](null,_0xe9bf8d),_0x12ec63=_0x5a0a9b[_0x205782(0x228)](_0x23bbab),_0x38b4e1=testOpsHelper[_0x205782(0x22d)](),_0x3cd5e2=_0x5a3b50['map'](_0x480b8a=>{const _0x2b9bf5=_0x205782,_0x50958c={};_0x50958c[_0x2b9bf5(0x263)]=_0x17b281[_0x480b8a];const _0x3a7cb5={};_0x3a7cb5['WebDriver']=_0x17b281[_0x480b8a];const _0x530fe2=_0x25542f?_0x50958c:_0x3a7cb5,_0x238d76=_0x513b2e[_0x2b9bf5(0x221)](getO11yRerunPattern),_0x1883b9={};_0x1883b9[_0x2b9bf5(0x23d)]=_0x530fe2;const _0x2ec9cc={};_0x2ec9cc[_0x2b9bf5(0x241)]=_0xa689dd,_0x2ec9cc['enabled']=!![],_0x2ec9cc[_0x2b9bf5(0x21d)]=_0x939e82[_0x2b9bf5(0x210)][_0x2b9bf5(0x28d)][_0x2b9bf5(0x21d)],_0x2ec9cc[_0x2b9bf5(0x207)]=_0x939e82['config'][_0x2b9bf5(0x28d)][_0x2b9bf5(0x207)],_0x2ec9cc['testObservability']=_0x38b4e1,_0x2ec9cc[_0x2b9bf5(0x236)]=_0x580073;const _0x484d59={};_0x484d59[_0x2b9bf5(0x220)]=_0x2ec9cc;const _0x1b01b3={};return _0x1b01b3[_0x2b9bf5(0x280)]=_0x484d59,helper[_0x2b9bf5(0x252)]({},_0x59f6fd,_0x513b2e[_0x2b9bf5(0x24c)](isBrowserstackInfra)?_0x1883b9:{},_0x238d76?{'grep':_0x238d76}:{},_0x1b01b3);});for(const _0x21e4c4 of _0x3cd5e2){for(const _0x35f006 of _0x12ec63){const _0x1fefd9=_0x5a0a9b[_0x205782(0x214)]();_0x1fefd9[_0x205782(0x270)](_0x35f006),_0x1fefd9[_0x205782(0x288)](_0x21e4c4);const _0x1feca0={};_0x1feca0['config']=_0x2a0caa,_0x1fefd9[_0x205782(0x23b)](Object[_0x205782(0x265)](_0x1feca0,_0x4060ad));}}_0x5a0a9b['on'](CodeceptJS[_0x205782(0x20b)][_0x205782(0x1f8)][_0x205782(0x293)],(_0x365ee7,_0x377f9c)=>{const _0x43d2c2=_0x205782;console['log'](_0x513b2e[_0x43d2c2(0x294)],_0x365ee7[_0x43d2c2(0x27e)]);const _0x5ad001={[_0x365ee7[_0x43d2c2(0x27e)]]:_0x365ee7[_0x43d2c2(0x279)]['stack']};_testErrorData['push'](_0x5ad001);}),_0x5a0a9b['on'](CodeceptJS[_0x205782(0x20b)][_0x205782(0x1f8)][_0x205782(0x1f3)],async _0x238251=>{const _0x5865a7=_0x205782;console[_0x5865a7(0x295)](_0x513b2e['mbLGs'],_0x238251[_0x5865a7(0x27e)]);}),_0x5a0a9b['on'](CodeceptJS[_0x205782(0x20b)]['test'][_0x205782(0x219)],async _0x455a6b=>{const _0x22501c=_0x205782;console['log'](_0x513b2e[_0x22501c(0x23f)],_0x455a6b['title']);}),_0x5a0a9b['on'](CodeceptJS[_0x205782(0x20b)][_0x205782(0x27a)][_0x205782(0x257)],async()=>{const _0x3efe3a=_0x205782,_0x38aef5=_0x513b2e[_0x3efe3a(0x239)]['split']('|');let _0x354da9=0x0;while(!![]){switch(_0x38aef5[_0x354da9++]){case'0':PerformanceTester['start'](PerformanceEvents['SDK_CLEANUP']);continue;case'1':_0x939e82[_0x3efe3a(0x222)]=_testErrorData;continue;case'2':testOpsHelper[_0x3efe3a(0x289)]();continue;case'3':try{await TestHubHandler[_0x3efe3a(0x20d)]();}catch(_0x4cb6df){logger[_0x3efe3a(0x22a)](_0x3efe3a(0x246)+util[_0x3efe3a(0x21e)](_0x4cb6df));}continue;case'4':utilities[_0x3efe3a(0x234)](_0x939e82);continue;case'5':_0x5a0a9b[_0x3efe3a(0x248)]();continue;}break;}});async function _0x296088(){const _0x17cf80=_0x205782;try{await _0x5a0a9b[_0x17cf80(0x1fd)](),await _0x5a0a9b[_0x17cf80(0x24e)]();}finally{process[_0x17cf80(0x243)](_0x41d45f),await _0x5a0a9b[_0x17cf80(0x268)]();}}PerformanceTester[_0x205782(0x284)](PerformanceEvents['SDK_SETUP']),await _0x513b2e[_0x205782(0x266)](_0x296088);}module[a2_0x22909a(0x240)]=run;
2
+ 'use strict';const a2_0x16ace4=a2_0x343e;(function(_0x2957aa,_0x4a2232){const _0x318795=a2_0x343e,_0x435511=_0x2957aa();while(!![]){try{const _0x2567d2=-parseInt(_0x318795(0x14c))/0x1+-parseInt(_0x318795(0x1a4))/0x2+parseInt(_0x318795(0x172))/0x3+-parseInt(_0x318795(0x16b))/0x4*(parseInt(_0x318795(0x17a))/0x5)+-parseInt(_0x318795(0x1ae))/0x6*(parseInt(_0x318795(0x148))/0x7)+parseInt(_0x318795(0x158))/0x8+parseInt(_0x318795(0x1ab))/0x9;if(_0x2567d2===_0x4a2232)break;else _0x435511['push'](_0x435511['shift']());}catch(_0x3d2995){_0x435511['push'](_0x435511['shift']());}}}(a2_0x5742,0xd29de));const fs=require('fs'),path=require('path'),util=require(a2_0x16ace4(0x1c0)),process=require(a2_0x16ace4(0x1c3)),logger=require(a2_0x16ace4(0x135))[a2_0x16ace4(0x1aa)],{default:BrowserStackSetup}=require(a2_0x16ace4(0x1a3)),helper=require('../../helpers/helper'),utilities=require(a2_0x16ace4(0x1c1)),{checkAccessibilityPlatformConfig}=require(a2_0x16ace4(0x18a)),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a2_0x16ace4(0x171)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x16ace4(0x1a7)),CodeceptJS=requireModule(a2_0x16ace4(0x163),a2_0x16ace4(0x19e)),testOpsHelper=require('../../helpers/test-observability/utils'),TestHubHandler=require(a2_0x16ace4(0x1a8)),constants=require('../utils/constants'),PerformanceTester=require(a2_0x16ace4(0x14b)),{FRAMEWORKS}=require(a2_0x16ace4(0x16a)),PerformanceEvents=require(a2_0x16ace4(0x199))[a2_0x16ace4(0x185)],ClientTroubleShootingService=require(a2_0x16ace4(0x162)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x115cbc,_0x49fc7a)=>{const _0x83125e=a2_0x16ace4,_0x8d21a7={};_0x8d21a7[_0x83125e(0x1b2)]=function(_0x7cd489,_0x3c9637){return _0x7cd489===_0x3c9637;},_0x8d21a7[_0x83125e(0x1a5)]='codecept.conf.js',_0x8d21a7['IUIPD']=_0x83125e(0x138);const _0xd17d1a=_0x8d21a7;let _0x5dfa24=null;const _0x2b3077={};let _0x2d5803=_0x49fc7a['findIndex'](_0x5b6f5e=>_0x5b6f5e===_0x83125e(0x173));_0xd17d1a[_0x83125e(0x1b2)](_0x2d5803,-0x1)&&(_0x2d5803=_0x49fc7a[_0x83125e(0x1ad)](_0xaa4b3c=>_0xaa4b3c==='-c'));if(!helper['isUndefined'](_0x115cbc[_0x83125e(0x1c8)])&&fs[_0x83125e(0x19c)](path[_0x83125e(0x1bf)](process[_0x83125e(0x1c2)](),_0x115cbc[_0x83125e(0x1c8)])))_0x5dfa24=path[_0x83125e(0x1bf)](process['cwd'](),_0x115cbc[_0x83125e(0x1c8)]),_0x49fc7a[_0x83125e(0x175)](_0x2d5803,0x2);else{if(!helper[_0x83125e(0x12d)](_0x115cbc['c'])&&fs[_0x83125e(0x19c)](path['join'](process[_0x83125e(0x1c2)](),_0x115cbc['c'])))_0x5dfa24=path[_0x83125e(0x1bf)](process[_0x83125e(0x1c2)](),_0x115cbc['c']),_0x49fc7a[_0x83125e(0x175)](_0x2d5803,0x2);else{if(fs[_0x83125e(0x19c)](path[_0x83125e(0x1bf)](process[_0x83125e(0x1c2)](),_0xd17d1a[_0x83125e(0x1a5)])))_0x5dfa24=path[_0x83125e(0x1bf)](process['cwd'](),_0xd17d1a[_0x83125e(0x1a5)]);else fs[_0x83125e(0x19c)](path['join'](process[_0x83125e(0x1c2)](),_0xd17d1a['IUIPD']))&&(_0x5dfa24=path[_0x83125e(0x1bf)](process[_0x83125e(0x1c2)](),_0xd17d1a[_0x83125e(0x19a)]));}}return process['env'][_0x83125e(0x1ba)]=_0x5dfa24,_0x5dfa24;},getO11yRerunPattern=()=>{const _0x12ff97=a2_0x16ace4,_0x2eacb0=helper[_0x12ff97(0x161)](process[_0x12ff97(0x1b3)]['BROWSERSTACK_RERUN']);if(_0x2eacb0){const _0x2220a9=process['env'][_0x12ff97(0x13b)],_0x53be5c=[];if(helper['validateRerunTestList'](_0x2220a9)&&!helper['isUndefined'](_0x2220a9)){_0x2220a9[_0x12ff97(0x154)](',')[_0x12ff97(0x1bd)](_0x54e294=>{const _0x5aabd0=_0x12ff97;_0x53be5c[_0x5aabd0(0x183)]('('+_0x54e294[_0x5aabd0(0x184)]()+')');});const _0xa35cfa='^'+_0x53be5c[_0x12ff97(0x1bf)]('|')+'$';return _0xa35cfa;}}return null;},a2_0x41f8c5={};function a2_0x5742(){const _0x44aea7=['PFFnH','isUndefined','stringify','browser','helpers','stack','HRbGU','BOyNe','platforms','../../helpers/logger','testObservability','webkit','codecept.json','skipSessionStatus','fikUJ','BROWSERSTACK_RERUN_TESTS','teardownAll','host','Failed\x20:\x20','getUserWorkerCount','validPlatformsPresent','browserStackCwd','before','Passed\x20:\x20','chrome','FixwE','Playwright','isEmpty','21RKaTIi','err','debug','../../helpers/performance/performance-tester','1020677mhamOx','test','RJipr','info','playwright-firefox','toLowerCase','BrowserStackPlugin','browserName','split','event','failed','errorMessage','11536976iwQDcw','all','NiCta','accessKey','initialize','mMEkc','MNUAF','addConfig','chdir','isTrue','../utils/clientTroubleshootingService','codeceptjs/lib/index.js','printBuildLink','FGYnm','desiredCapabilities','accessibility','parallelsPerPlatform','forEach','../../helpers/test-observability/constants','567244KUWUJZ','testContextOptions','assign','useW3C','spawn','mosvK','../../bin/playwright/accessibility-helper','1687770OBMgnI','--config','HnIdQ','slice','fBHVd','CxXjW','title','WebDriver','10mkZzMz','bootstrapAll','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','nwYFC','gherkin','stop','hubUrl','prepareCapabilities','accessibilityOptions','push','trim','EVENTS','dWotr','format','GjZiM','skipSessionName','../../helpers/accessibility-automation/helper','GCPJF','eyQWv','path','browserWSEndpoint','getPlatformName','now','HIdkn','Agbls','key','result','/wd/hub','XNltr','finalExecution','SDK_SETUP','../../helpers/performance/constants','IUIPD','firefox','existsSync','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','codeceptjs','MqLVZ','handleApp','SDK_CLEANUP','CODECEPT_CUCUMBER','../../helpers/BrowserStackSetup','3098412ttYoYw','AijPh','launchBuild','../../helpers/helper','../../helpers/testhub/testhubHandler','plugins','winstonLogger','29970648YWmUJk','testConfig','findIndex','3237186vGLijz','poPLG','ERFMH','pMyhZ','QyFDz','env','Started\x20:\x20','NskjP','exports','addTests','BROWSERSTACK_TEST_OBSERVABILITY_YML','CODECEPT','USER_CONFIG_DETAILS_PATH','dirname','userName','map','require','join','util','../../helpers/utilities','cwd','process','log','createGroupsOfSuites','replace','profile','config','FRAMEWORKS','1|3|0|4|5|2','printResults','BrowserStackPlugin.js'];a2_0x5742=function(){return _0x44aea7;};return a2_0x5742();}a2_0x41f8c5[a2_0x16ace4(0x144)]='chromium',a2_0x41f8c5['playwright-chromium']='chromium',a2_0x41f8c5[a2_0x16ace4(0x150)]=a2_0x16ace4(0x19b),a2_0x41f8c5['playwright-webkit']=a2_0x16ace4(0x137);function a2_0x343e(_0x41b580,_0x4c6ff1){const _0x57426f=a2_0x5742();return a2_0x343e=function(_0x343e05,_0xcd4afc){_0x343e05=_0x343e05-0x12c;let _0x334c27=_0x57426f[_0x343e05];return _0x334c27;},a2_0x343e(_0x41b580,_0x4c6ff1);}const pwToCodeceptBrowser=a2_0x41f8c5;async function run(_0x5d956f,_0x3b0215,_0x1668e7){const _0x221978=a2_0x16ace4,_0x5d5725={'MqLVZ':function(_0x1bda0e,_0x1f800a,_0x14b6c1,_0x4ec77d){return _0x1bda0e(_0x1f800a,_0x14b6c1,_0x4ec77d);},'BOyNe':function(_0x42a8e8,_0x7e150f){return _0x42a8e8+_0x7e150f;},'fikUJ':function(_0x4da00c,_0x496e01){return _0x4da00c(_0x496e01);},'eyQWv':function(_0x20960b,_0x5341b2,_0x1edc5a){return _0x20960b(_0x5341b2,_0x1edc5a);},'GCPJF':_0x221978(0x130),'FixwE':function(_0x19bcd3){return _0x19bcd3();},'mosvK':_0x221978(0x195),'Agbls':function(_0x744ebe){return _0x744ebe();},'gEhhj':_0x221978(0x13e),'ERFMH':_0x221978(0x143),'fBHVd':_0x221978(0x1b4),'GjZiM':_0x221978(0x1ca),'NskjP':function(_0x142681,_0x4a3181,_0x837a6a){return _0x142681(_0x4a3181,_0x837a6a);},'HnIdQ':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','poPLG':function(_0x1a696e,_0x22e406,_0x492b28){return _0x1a696e(_0x22e406,_0x492b28);},'HIdkn':'Playwright','FGYnm':_0x221978(0x179),'mMEkc':function(_0x337af0,_0x4d7135){return _0x337af0!=_0x4d7135;},'MNUAF':function(_0x53fa07,_0x370428){return _0x53fa07===_0x370428;},'NiCta':function(_0x39cca5,_0x2482d9,_0x1bb99e){return _0x39cca5(_0x2482d9,_0x1bb99e);},'RJipr':_0x221978(0x17e),'tZlyc':function(_0x345ab6,_0x2e8b0c){return _0x345ab6(_0x2e8b0c);},'DxZww':function(_0x1b212f){return _0x1b212f();},'CxXjW':function(_0xb7361b,_0x40f6ab){return _0xb7361b*_0x40f6ab;},'PFFnH':function(_0xe3780c,_0x487411,_0xf0d752){return _0xe3780c(_0x487411,_0xf0d752);},'lWVbg':'browser','pMyhZ':_0x221978(0x166),'daBAp':function(_0x4805df,_0x5c7b63,_0x3ee4d0){return _0x4805df(_0x5c7b63,_0x3ee4d0);},'nwYFC':'root','dWotr':_0x221978(0x1cc),'HRbGU':_0x221978(0x141),'XNltr':function(_0x1cbbc7){return _0x1cbbc7();}};await _0x1668e7[_0x221978(0x15c)](_0x5d956f),await helper[_0x221978(0x1a0)](_0x1668e7[_0x221978(0x1c8)]);if(!_0x1668e7[_0x221978(0x1c8)])return;process[_0x221978(0x1c7)]=_0x5d956f[_0x221978(0x1c7)];_0x5d956f[_0x221978(0x1c7)]&&(process[_0x221978(0x1b3)][_0x221978(0x1c7)]=_0x5d956f['profile']);const _0x7c2ca4=_0x5d5725[_0x221978(0x1b5)](getUserCodeceptJSConfigs,_0x5d956f,_0x3b0215);let _0xe5ee26={};_0x7c2ca4?(logger[_0x221978(0x14f)](_0x221978(0x17c)+_0x7c2ca4),_0xe5ee26=CodeceptJS['config']['load'](_0x7c2ca4)):logger['info'](_0x5d5725[_0x221978(0x174)]);let _0x499de6=![];_0x5d5725[_0x221978(0x1af)](nestedKeyValue,_0xe5ee26,[_0x5d5725[_0x221978(0x18b)],_0x5d5725[_0x221978(0x191)]])&&(_0x499de6=!![]);const _0x284b05=_0x499de6?_0x5d5725[_0x221978(0x191)]:_0x5d5725[_0x221978(0x165)];let _0x5940a3=!_0x499de6?helper[_0x221978(0x16e)](_0x1668e7[_0x221978(0x1c8)]):![];!helper[_0x221978(0x12d)](_0x1668e7[_0x221978(0x1c8)]['accessibilityOptions'])&&(process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x221978(0x12e)](_0x1668e7['config'][_0x221978(0x182)]));let _0xf1fca6=_0x1668e7[_0x221978(0x1c8)][_0x221978(0x167)];_0xf1fca6=_0xf1fca6||_0x5d5725['fikUJ'](checkAccessibilityPlatformConfig,_0x1668e7[_0x221978(0x1c8)]),process[_0x221978(0x1b3)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0xf1fca6;_0xf1fca6&&(_0x5940a3=!_0xf1fca6);_0x5d5725[_0x221978(0x15d)](_0x1668e7[_0x221978(0x1c8)][_0x221978(0x136)],null)?process[_0x221978(0x1b3)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x1668e7[_0x221978(0x1c8)]['testObservability']:process[_0x221978(0x1b3)][_0x221978(0x1b8)]=_0x5d5725[_0x221978(0x15e)](_0x284b05,_0x5d5725[_0x221978(0x191)]);const _0x4d56aa=_0x5d5725[_0x221978(0x15a)](nestedKeyValue,_0xe5ee26,[_0x5d5725[_0x221978(0x14e)]]),_0xcb393e=_0x4d56aa&&!helper[_0x221978(0x147)](_0x4d56aa)?FRAMEWORKS[_0x221978(0x1a2)]:FRAMEWORKS[_0x221978(0x1b9)],_0x852f85=await TestHubHandler[_0x221978(0x1a6)](_0xcb393e,_0x1668e7);_0xf1fca6&&_0x5d5725['tZlyc'](setAccessibilityCapabilities,_0x1668e7[_0x221978(0x1c8)]);const _0x387601={},_0x53893d=[],_0x280aeb=_0x1668e7[_0x221978(0x1c8)][_0x221978(0x168)]||helper[_0x221978(0x13f)](_0x5d956f,_0x3b0215,_0x1668e7[_0x221978(0x1c8)],constants[_0x221978(0x1c9)]['CODECEPT'])||0x1;let _0x3c0320=0x1;if(_0x5d5725['DxZww'](isBrowserstackInfra)){const _0x317b2c=helper['prepareCapabilities'](_0x1668e7[_0x221978(0x1c8)],_0x5940a3,constants[_0x221978(0x1c9)]['CODECEPT']);_0x317b2c[_0x221978(0x169)](_0x520da3=>{helper['setAdditionalCapabilities'](_0x520da3);}),helper[_0x221978(0x140)](_0x1668e7[_0x221978(0x1c8)])?_0x3c0320=_0x5d5725[_0x221978(0x177)](_0x280aeb,_0x1668e7['config'][_0x221978(0x134)]['length']):_0x3c0320=_0x280aeb,_0x317b2c[_0x221978(0x169)](_0xcbe126=>{const _0x1fb38d=_0x221978,_0x58cde6=_0x5d5725[_0x1fb38d(0x133)](helper[_0x1fb38d(0x18f)](_0xcbe126,'_'),'_'+Date[_0x1fb38d(0x190)]()),_0x2864a5=((()=>{const _0x209b60=_0x1fb38d;if(_0x499de6){const _0x402e95=pwToCodeceptBrowser[_0xcbe126[_0x209b60(0x153)]]||_0xcbe126['browserName'],_0x2d6ab8=helper['getPlaywrightUrl'](_0x1668e7[_0x209b60(0x1c8)]),_0x2c1590=Object[_0x209b60(0x16d)]({},_0xcbe126);return _0x5d5725[_0x209b60(0x19f)](processAccessibilityCaps,_0x2c1590,_0x2d6ab8,null),{'browser':_0x402e95,[_0x402e95]:{'browserWSEndpoint':_0x5d5725[_0x209b60(0x133)](_0x2d6ab8,_0x5d5725[_0x209b60(0x13a)](encodeURIComponent,JSON[_0x209b60(0x12e)](_0x2c1590)))}};}const _0x1518a1={};return _0x1518a1[_0x209b60(0x166)]=_0xcbe126,_0x1518a1['user']=_0x1668e7[_0x209b60(0x1c8)][_0x209b60(0x1bc)],_0x1518a1[_0x209b60(0x193)]=_0x1668e7[_0x209b60(0x1c8)][_0x209b60(0x15b)],_0x1518a1;})()),_0x1645b8=_0x5d5725[_0x1fb38d(0x18c)](nestedKeyValue,_0xe5ee26,[_0x5d5725[_0x1fb38d(0x18b)],_0x284b05]);_0x387601[_0x58cde6]=_0x1645b8?helper['mergeDeep'](_0x2864a5,_0x1645b8):_0x2864a5;if(_0x499de6)_0x387601[_0x58cde6][_0x1fb38d(0x12f)]=pwToCodeceptBrowser[_0xcbe126['browserName']]||_0xcbe126[_0x1fb38d(0x153)];else{_0x387601[_0x58cde6][_0x1fb38d(0x12f)]=_0xcbe126[_0x1fb38d(0x153)]||_0x2864a5[_0x1fb38d(0x12f)];if(_0x5d5725[_0x1fb38d(0x145)](isBrowserstackInfra)){_0x387601[_0x58cde6][_0x1fb38d(0x13d)]=constants[_0x1fb38d(0x180)][_0x1fb38d(0x1c6)](_0x5d5725[_0x1fb38d(0x170)],'')[_0x1fb38d(0x1c6)](/https?:\/\//,'');;_0x387601[_0x58cde6][_0x1fb38d(0x18d)]=_0x5d5725[_0x1fb38d(0x170)];}}_0x53893d[_0x1fb38d(0x183)](_0x58cde6);});}else{_0x3c0320=0x1;if(_0x499de6){const _0xbb2925=_0x5d5725[_0x221978(0x12c)](nestedKeyValue,_0xe5ee26,[_0x5d5725[_0x221978(0x18b)],_0x284b05,_0x5d5725['lWVbg']]),_0x658423=_0x5d5725[_0x221978(0x1b5)](nestedKeyValue,_0xe5ee26,[_0x5d5725[_0x221978(0x18b)],_0x284b05,_0xbb2925]);if(_0x658423&&_0x658423[_0x221978(0x18e)]){const _0x39a6d3={};_0x39a6d3[_0x221978(0x134)]=[],_0x658423['browserWSEndpoint']=helper[_0x221978(0x181)](Object['assign']({},_0x1668e7[_0x221978(0x1c8)],_0x39a6d3),null,_0xcb393e[_0x221978(0x151)](),null,null,_0x658423['browserWSEndpoint']);}}else{const _0xb2acf9={};_0xb2acf9['platforms']=[],_0xe5ee26[_0x5d5725[_0x221978(0x18b)]][_0x284b05][_0x5d5725[_0x221978(0x1b1)]]=helper[_0x221978(0x181)](Object[_0x221978(0x16d)]({},_0x1668e7[_0x221978(0x1c8)],_0xb2acf9),null,_0xcb393e[_0x221978(0x151)](),_0x5d5725['daBAp'](nestedKeyValue,_0xe5ee26,[_0x5d5725['GCPJF'],_0x284b05,_0x5d5725[_0x221978(0x1b1)]])||{},null,null);}_0x387601[_0x5d5725[_0x221978(0x17d)]]=_0xe5ee26,_0x53893d[_0x221978(0x183)](_0x5d5725[_0x221978(0x17d)]);}const _0x16548f={};_0x16548f[_0x221978(0x1ac)]=_0x7c2ca4;const _0x150812=_0x16548f,_0x1a577e=path[_0x221978(0x1bf)](__dirname,_0x5d5725[_0x221978(0x186)]),_0x372970=process[_0x221978(0x1c2)]();process[_0x221978(0x1b3)][_0x5d5725[_0x221978(0x132)]]=_0x372970,process[_0x221978(0x160)](path[_0x221978(0x1bb)](_0x7c2ca4));const _0x524d22=new CodeceptJS['Workers'](null,_0x150812),_0x2e801a=_0x524d22[_0x221978(0x1c5)](_0x280aeb),_0x1c362c=testOpsHelper['isTestObservabilitySession'](),_0x4711da=_0x53893d['map'](_0x179948=>{const _0xf97135=_0x221978,_0x14f331={};_0x14f331[_0xf97135(0x146)]=_0x387601[_0x179948];const _0x241449={};_0x241449[_0xf97135(0x179)]=_0x387601[_0x179948];const _0x5a1f0b=_0x499de6?_0x14f331:_0x241449,_0x269255=_0x5d5725[_0xf97135(0x192)](getO11yRerunPattern),_0x20d98b={};_0x20d98b['helpers']=_0x5a1f0b;const _0x31c5ec={};_0x31c5ec[_0xf97135(0x1be)]=_0x1a577e,_0x31c5ec['enabled']=!![],_0x31c5ec[_0xf97135(0x189)]=_0x1668e7['config'][_0xf97135(0x16c)][_0xf97135(0x189)],_0x31c5ec[_0xf97135(0x139)]=_0x1668e7['config'][_0xf97135(0x16c)][_0xf97135(0x139)],_0x31c5ec['testObservability']=_0x1c362c,_0x31c5ec['frameworkName']=_0xcb393e;const _0x43dab3={};_0x43dab3[_0xf97135(0x152)]=_0x31c5ec;const _0x41f342={};return _0x41f342[_0xf97135(0x1a9)]=_0x43dab3,helper['mergeDeep']({},_0xe5ee26,_0x5d5725['Agbls'](isBrowserstackInfra)?_0x20d98b:{},_0x269255?{'grep':_0x269255}:{},_0x41f342);});for(const _0x3e929c of _0x4711da){for(const _0x40608f of _0x2e801a){const _0x54a639=_0x524d22[_0x221978(0x16f)]();_0x54a639[_0x221978(0x1b7)](_0x40608f),_0x54a639[_0x221978(0x15f)](_0x3e929c);const _0x45d8f4={};_0x45d8f4['config']=_0x7c2ca4,_0x54a639['addOptions'](Object[_0x221978(0x16d)](_0x45d8f4,_0x5d956f));}}_0x524d22['on'](CodeceptJS[_0x221978(0x155)][_0x221978(0x14d)][_0x221978(0x156)],(_0x29e7e3,_0x59dab5)=>{const _0x58fae1=_0x221978;console[_0x58fae1(0x1c4)](_0x5d5725['gEhhj'],_0x29e7e3[_0x58fae1(0x178)]);const _0xf71fbf={[_0x29e7e3[_0x58fae1(0x178)]]:_0x29e7e3[_0x58fae1(0x149)][_0x58fae1(0x131)]};_testErrorData[_0x58fae1(0x183)](_0xf71fbf);}),_0x524d22['on'](CodeceptJS['event'][_0x221978(0x14d)]['passed'],async _0xa111ec=>{const _0x9071c0=_0x221978;console['log'](_0x5d5725[_0x9071c0(0x1b0)],_0xa111ec[_0x9071c0(0x178)]);}),_0x524d22['on'](CodeceptJS[_0x221978(0x155)][_0x221978(0x14d)][_0x221978(0x142)],async _0x4d0f42=>{const _0x344ffb=_0x221978;console[_0x344ffb(0x1c4)](_0x5d5725[_0x344ffb(0x176)],_0x4d0f42['title']);}),_0x524d22['on'](CodeceptJS[_0x221978(0x155)][_0x221978(0x159)][_0x221978(0x194)],async()=>{const _0x4bd686=_0x221978,_0x1adffd=_0x5d5725[_0x4bd686(0x188)][_0x4bd686(0x154)]('|');let _0x524ea0=0x0;while(!![]){switch(_0x1adffd[_0x524ea0++]){case'0':testOpsHelper[_0x4bd686(0x164)]();continue;case'1':PerformanceTester['start'](PerformanceEvents[_0x4bd686(0x1a1)]);continue;case'2':_0x524d22[_0x4bd686(0x1cb)]();continue;case'3':_0x1668e7[_0x4bd686(0x157)]=_testErrorData;continue;case'4':utilities[_0x4bd686(0x197)](_0x1668e7);continue;case'5':try{await TestHubHandler[_0x4bd686(0x17f)]();}catch(_0x4fe1b2){logger[_0x4bd686(0x14a)](_0x4bd686(0x19d)+util[_0x4bd686(0x187)](_0x4fe1b2));}continue;}break;}});async function _0x3c34ab(){const _0x5c0d7b=_0x221978;try{await _0x524d22[_0x5c0d7b(0x17b)](),await _0x524d22['run']();}finally{process[_0x5c0d7b(0x160)](_0x372970),await _0x524d22[_0x5c0d7b(0x13c)]();}}PerformanceTester['end'](PerformanceEvents[_0x221978(0x198)]),await _0x5d5725[_0x221978(0x196)](_0x3c34ab);}module[a2_0x16ace4(0x1b6)]=run;
@@ -1 +1 @@
1
- const a3_0x4837e1=a3_0x4af2;function a3_0x37ae(){const _0x314ef8=['searchParams','../../helpers/helper','isBrowserSupportedForAccessibility','latest','../../helpers/accessibility-automation/helper','deviceName','bstack:options','9ZtSjBk','1282944GfeqTn','aYwmo','962142TycAoA','accessibilityPlatform','mzVSw','BumVR','kUYOO','browser','gGRwS','isVersionSupported','name','on\x20non-BrowserStack\x20infrastructure\x20','Aelya','winstonLogger','eWWbA','\x20or\x20higher\x20','Woeup','1613843tUdrQW','browserstack_accessibility_automation_script','Playwright','1589076rnDXiy','\x20browser\x20version\x20','2888744TKflZE','getBrowserDisplayName','browserName','capabilities','osVersion','pyvml','505945QaFvgH','shouldPatchExecuteScript','platformName','3sunhVb','NHFKD','browserVersion','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','yZlxI','fetchPlatformDetails','desiredCapabilities','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','warn','browser_version','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','constructor','__cloud_provider___','brkkb','yvWQG','getDetails','string','RPVEb','yYKRS','platformVersion','fTVzk','platform_version','PtFfi','SlKVN','config','EKIpW','mvEDl','WGpJI','nMmSG','caps','KGfHc','RblFB','HmYaE','JknKm','cloudProvider','uDXLv','processWebDriverConfig','230382tPIgOo','includes','browserWSEndpoint','DmIxr'];a3_0x37ae=function(){return _0x314ef8;};return a3_0x37ae();}(function(_0xa91f93,_0x3f0fa7){const _0x151322=a3_0x4af2,_0x3ec893=_0xa91f93();while(!![]){try{const _0x244463=-parseInt(_0x151322(0xb7))/0x1*(-parseInt(_0x151322(0x8c))/0x2)+parseInt(_0x151322(0x9a))/0x3+parseInt(_0x151322(0x98))/0x4+parseInt(_0x151322(0xb4))/0x5+-parseInt(_0x151322(0xac))/0x6+-parseInt(_0x151322(0xa9))/0x7+parseInt(_0x151322(0xae))/0x8*(-parseInt(_0x151322(0x97))/0x9);if(_0x244463===_0x3f0fa7)break;else _0x3ec893['push'](_0x3ec893['shift']());}catch(_0x2d3239){_0x3ec893['push'](_0x3ec893['shift']());}}}(a3_0x37ae,0x3892c));const {isUndefined,nestedKeyValue}=require('../../helpers/helper'),logger=require('../../helpers/logger')[a3_0x4837e1(0xa5)],PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),{getObservabilityLinkedProductName}=require('../../helpers/test-observability/utils'),accessibilityHelper=require(a3_0x4837e1(0x94)),{isBrowserstackInfra}=require(a3_0x4837e1(0x91)),getOSVersionFromCaps=_0x55471a=>{const _0x48b38a=a3_0x4837e1,_0x31eabb={};_0x31eabb['yYKRS']=_0x48b38a(0x96),_0x31eabb[_0x48b38a(0xa0)]=_0x48b38a(0x7a),_0x31eabb[_0x48b38a(0x87)]=_0x48b38a(0x7c),_0x31eabb[_0x48b38a(0xa8)]=_0x48b38a(0xb2),_0x31eabb['ZoPEy']='os_version';const _0x41dc04=_0x31eabb;if(!_0x55471a)return null;const _0x5aa173=_0x55471a[_0x41dc04[_0x48b38a(0x79)]],_0x2d7952=[_0x41dc04[_0x48b38a(0xa0)],_0x41dc04[_0x48b38a(0x87)],_0x41dc04[_0x48b38a(0xa8)],_0x41dc04['ZoPEy']];for(const _0x3600fa of _0x2d7952){if(_0x5aa173&&_0x5aa173[_0x3600fa])return _0x5aa173[_0x3600fa];else{if(_0x55471a[_0x3600fa])return _0x55471a[_0x3600fa];}}return null;};function a3_0x4af2(_0x1d0cea,_0x523e83){const _0x37ae80=a3_0x37ae();return a3_0x4af2=function(_0x4af27e,_0x40b095){_0x4af27e=_0x4af27e-0x69;let _0x26f8a1=_0x37ae80[_0x4af27e];return _0x26f8a1;},a3_0x4af2(_0x1d0cea,_0x523e83);}exports[a3_0x4837e1(0x6c)]=_0x5885e7=>{const _0x46971a=a3_0x4837e1,_0xe355e1={'kUYOO':'unknown_grid','nMmSG':function(_0x1c3450,_0x24f5f0){return _0x1c3450===_0x24f5f0;},'UYnYT':'WebDriver','RblFB':function(_0x51b37a,_0x55a9ac){return _0x51b37a(_0x55a9ac);},'SlKVN':function(_0x551c48,_0x3b246e,_0x862b44){return _0x551c48(_0x3b246e,_0x862b44);},'brkkb':_0x46971a(0x7f),'RPVEb':_0x46971a(0x6d),'Aelya':function(_0x3403af,_0x6adc3a){return _0x3403af(_0x6adc3a);},'pyvml':_0x46971a(0xab),'PtFfi':function(_0x320836,_0x1e9de8,_0x1c4e4e){return _0x320836(_0x1e9de8,_0x1c4e4e);},'DmIxr':_0x46971a(0x9f),'NHFKD':_0x46971a(0x8e),'uDXLv':_0x46971a(0x84),'JknKm':function(_0x4516f3,_0xf71119){return _0x4516f3(_0xf71119);}};if(!_0x5885e7)return null;let _0x44e5f2=global[_0x46971a(0x73)]||_0xe355e1[_0x46971a(0x9e)];if(_0xe355e1[_0x46971a(0x83)](_0x5885e7[_0x46971a(0x72)][_0x46971a(0xa2)],_0xe355e1['UYnYT'])){const _0x46b22f=_0x5885e7[_0x46971a(0x9f)];if(!_0x46b22f)return null;const _0x17f013=_0x46b22f[_0x46971a(0xb1)],_0x434f95=_0xe355e1[_0x46971a(0x86)](getOSVersionFromCaps,_0xe355e1[_0x46971a(0x7e)](nestedKeyValue,_0x5885e7,[_0xe355e1[_0x46971a(0x74)],_0xe355e1[_0x46971a(0x78)]]));return{[_0x44e5f2]:{'browser':_0x17f013[_0x46971a(0xb0)],'browser_version':_0x17f013[_0x46971a(0x69)],'capabilities':_0x17f013,'platform':_0x17f013[_0x46971a(0xb6)],'platform_version':_0x17f013[_0x46971a(0x7a)]||_0x434f95,'product':_0xe355e1[_0x46971a(0xa4)](getObservabilityLinkedProductName,_0x17f013),'session_id':_0x46b22f['sessionId']}};}else{if(_0xe355e1['nMmSG'](_0x5885e7[_0x46971a(0x72)][_0x46971a(0xa2)],_0xe355e1[_0x46971a(0xb3)])){const _0x5be7bf=PlaywrightSessionDetails[_0x46971a(0x76)]();_0x44e5f2=_0x5be7bf[_0x46971a(0x89)]||_0x44e5f2;const _0x1682a9=_0xe355e1[_0x46971a(0x7d)](nestedKeyValue,_0x5885e7,[_0xe355e1[_0x46971a(0x74)],_0xe355e1[_0x46971a(0x8f)],_0xe355e1[_0x46971a(0xb8)]]),_0x1a6343=_0x1682a9?JSON['parse'](new URL(_0x1682a9)[_0x46971a(0x90)]['get'](_0xe355e1[_0x46971a(0x8a)])):{};return{[_0x44e5f2]:{'browser':_0x5be7bf['browser']||_0x1a6343[_0x46971a(0xb0)],'browser_version':_0x5be7bf['browser_version']||_0x1a6343[_0x46971a(0x70)],'capabilities':_0x1a6343,'platform':_0x5be7bf['platform'],'platform_version':_0x5be7bf[_0x46971a(0x7c)],'product':_0xe355e1[_0x46971a(0x88)](getObservabilityLinkedProductName,_0x1a6343),'session_id':_0x5be7bf['bsSessionId']}};}}},exports[a3_0x4837e1(0x8b)]=_0x5f36ad=>{const _0x59e8aa=a3_0x4837e1,_0x293f6c={'mzVSw':function(_0x3b02cf){return _0x3b02cf();},'eWWbA':_0x59e8aa(0x6e),'yZlxI':function(_0x1d4f97,_0x577479){return _0x1d4f97!==_0x577479;},'BumVR':_0x59e8aa(0x93),'yvWQG':function(_0x12fa4c){return _0x12fa4c();},'WGpJI':_0x59e8aa(0xa3),'PWeUm':function(_0x193d41,_0x49ed0a){return _0x193d41(_0x49ed0a);},'KGfHc':_0x59e8aa(0x6a)};if(_0x293f6c[_0x59e8aa(0x9c)](isAccessibilityAutomationSession)){const _0x167aa0=_0x5f36ad[_0x59e8aa(0x9f)],_0xb57ad1=_0x167aa0['capabilities'];global['accessibilityPlatform']=!![];!accessibilityHelper[_0x59e8aa(0x92)](_0xb57ad1[_0x59e8aa(0xb0)])&&(logger[_0x59e8aa(0x6f)](_0x293f6c[_0x59e8aa(0xa6)]),global[_0x59e8aa(0x9b)]=![]);if(_0x293f6c[_0x59e8aa(0x6b)](_0xb57ad1[_0x59e8aa(0x69)],_0x293f6c[_0x59e8aa(0x9d)])){const _0x21c23b=_0x293f6c[_0x59e8aa(0x75)](isBrowserstackInfra),_0x422351=accessibilityHelper['getMinVersionForBrowser'](_0xb57ad1[_0x59e8aa(0xb0)],_0x21c23b),_0x4eb8e9=accessibilityHelper[_0x59e8aa(0xaf)](_0xb57ad1['browserName']);if(!accessibilityHelper[_0x59e8aa(0xa1)](_0xb57ad1[_0x59e8aa(0x69)],_0x422351)){const _0x140b4a=_0x21c23b?'':_0x293f6c[_0x59e8aa(0x82)];logger[_0x59e8aa(0x6f)](_0x59e8aa(0x71)+_0x4eb8e9+_0x59e8aa(0xad)+_0x422351+_0x59e8aa(0xa7)+_0x140b4a+'.'),global[_0x59e8aa(0x9b)]=![];}}!_0x293f6c['PWeUm'](isUndefined,_0xb57ad1[_0x59e8aa(0x95)])&&(logger[_0x59e8aa(0x6f)](_0x293f6c[_0x59e8aa(0x85)]),global[_0x59e8aa(0x9b)]=![]);}},exports[a3_0x4837e1(0xb5)]=_0x536501=>{const _0x5a11e0=a3_0x4837e1,_0x54fb25={};_0x54fb25[_0x5a11e0(0x7b)]=function(_0x24a218,_0x498db6){return _0x24a218!==_0x498db6;},_0x54fb25[_0x5a11e0(0x80)]=_0x5a11e0(0x77),_0x54fb25[_0x5a11e0(0x81)]='browserstack_executor',_0x54fb25[_0x5a11e0(0x99)]=_0x5a11e0(0xaa);const _0x181525=_0x54fb25;if(!_0x536501)return![];else{if(_0x181525[_0x5a11e0(0x7b)](typeof _0x536501,_0x181525[_0x5a11e0(0x80)]))return!![];}return!_0x536501[_0x5a11e0(0x8d)](_0x181525['mvEDl'])&&!_0x536501[_0x5a11e0(0x8d)](_0x181525['aYwmo']);};
1
+ const a3_0x52fb54=a3_0xe081;(function(_0x31aac9,_0x3c4aeb){const _0x535002=a3_0xe081,_0x2af0c6=_0x31aac9();while(!![]){try{const _0x5ecaef=parseInt(_0x535002(0x1c9))/0x1+parseInt(_0x535002(0x1d8))/0x2+-parseInt(_0x535002(0x1c2))/0x3*(parseInt(_0x535002(0x1b7))/0x4)+parseInt(_0x535002(0x1df))/0x5+parseInt(_0x535002(0x19b))/0x6+-parseInt(_0x535002(0x1d3))/0x7*(parseInt(_0x535002(0x1d1))/0x8)+-parseInt(_0x535002(0x1a5))/0x9;if(_0x5ecaef===_0x3c4aeb)break;else _0x2af0c6['push'](_0x2af0c6['shift']());}catch(_0x508c30){_0x2af0c6['push'](_0x2af0c6['shift']());}}}(a3_0x5ed6,0xef5ad));const {isUndefined,nestedKeyValue}=require(a3_0x52fb54(0x19a)),logger=require(a3_0x52fb54(0x1e2))[a3_0x52fb54(0x1ae)],PlaywrightSessionDetails=require(a3_0x52fb54(0x1c4)),{isAccessibilityAutomationSession}=require(a3_0x52fb54(0x1a3)),{getObservabilityLinkedProductName}=require('../../helpers/test-observability/utils'),accessibilityHelper=require('../../helpers/accessibility-automation/helper'),{isBrowserstackInfra}=require(a3_0x52fb54(0x19a)),getOSVersionFromCaps=_0x4d525f=>{const _0x1a7a83=a3_0x52fb54,_0x35070e={};_0x35070e[_0x1a7a83(0x1a7)]='bstack:options',_0x35070e[_0x1a7a83(0x1bf)]='platformVersion',_0x35070e[_0x1a7a83(0x1cd)]=_0x1a7a83(0x1af),_0x35070e[_0x1a7a83(0x1a4)]=_0x1a7a83(0x1e0),_0x35070e['FOhBY']='os_version';const _0x1d2a55=_0x35070e;if(!_0x4d525f)return null;const _0x29bcf9=_0x4d525f[_0x1d2a55['ZTOAB']],_0x3ce241=[_0x1d2a55[_0x1a7a83(0x1bf)],_0x1d2a55[_0x1a7a83(0x1cd)],_0x1d2a55['WYSiI'],_0x1d2a55['FOhBY']];for(const _0x20b391 of _0x3ce241){if(_0x29bcf9&&_0x29bcf9[_0x20b391])return _0x29bcf9[_0x20b391];else{if(_0x4d525f[_0x20b391])return _0x4d525f[_0x20b391];}}return null;};function a3_0x5ed6(){const _0x15e6ae=['bsSessionId','fetchPlatformDetails','1356697ZdXKeV','browserstack_executor','IXHzj','wOcIa','lzUZS','nfQcF','isBrowserSupportedForAccessibility','zDuFA','2229336bzhyug','browserVersion','35qdTULF','KcVHI','shouldPatchExecuteScript','QcekB','constructor','860076nQPocX','browserstack_accessibility_automation_script','desiredCapabilities','Ljpsb','OqHwa','LRGLF','WebDriver','4976770VEHuyU','osVersion','cloudProvider','../../helpers/logger','capabilities','SDwfe','accessibilityPlatform','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','cAEke','caps','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','../../helpers/helper','9454626CAvMBF','includes','getMinVersionForBrowser','__cloud_provider___','platformName','browser_version','browser','get','../../helpers/accessibility-automation/helper','WYSiI','3560355bRsKOV','parse','ZTOAB','latest','fWKnM','\x20browser\x20version\x20','DbQKN','warn','KNjhC','winstonLogger','platform_version','mwCxn','RUPSi','browserName','Qphzz','deviceName','tgrtk','name','2204VFZYJh','string','jLqEC','searchParams','Playwright','platformVersion','XYCvt','dCvnG','Nqsis','isVersionSupported','unknown_grid','8649aaYLhg','on\x20non-BrowserStack\x20infrastructure\x20','../../bin/playwright/sessionDetails','HxNSQ','KtEJZ'];a3_0x5ed6=function(){return _0x15e6ae;};return a3_0x5ed6();}function a3_0xe081(_0x43fefb,_0x335eb9){const _0x5ed6fc=a3_0x5ed6();return a3_0xe081=function(_0xe081eb,_0x1efbf9){_0xe081eb=_0xe081eb-0x193;let _0x2f7b12=_0x5ed6fc[_0xe081eb];return _0x2f7b12;},a3_0xe081(_0x43fefb,_0x335eb9);}exports[a3_0x52fb54(0x1c8)]=_0x120a98=>{const _0x8254eb=a3_0x52fb54,_0x2f60c2={'zDuFA':_0x8254eb(0x1c1),'KNjhC':function(_0x458672,_0x53811d){return _0x458672===_0x53811d;},'HyusR':_0x8254eb(0x1de),'XYCvt':function(_0x5341ca,_0x3fdefd){return _0x5341ca(_0x3fdefd);},'zuMLO':function(_0x33295d,_0x1f7145,_0x4c2ea1){return _0x33295d(_0x1f7145,_0x4c2ea1);},'RUPSi':'config','KtEJZ':_0x8254eb(0x1da),'cAEke':function(_0xa00327,_0x254c8f){return _0xa00327(_0x254c8f);},'DbQKN':function(_0x1ef5dd,_0x30de43){return _0x1ef5dd===_0x30de43;},'Ljpsb':_0x8254eb(0x1bb),'KcVHI':function(_0x204aca,_0x1acf9e,_0x15e9be){return _0x204aca(_0x1acf9e,_0x15e9be);},'nfQcF':_0x8254eb(0x1a1),'wOcIa':'browserWSEndpoint','fWKnM':_0x8254eb(0x198),'jLqEC':function(_0x406a77,_0x41d7a7){return _0x406a77(_0x41d7a7);}};if(!_0x120a98)return null;let _0x3de97d=global[_0x8254eb(0x19e)]||_0x2f60c2[_0x8254eb(0x1d0)];if(_0x2f60c2[_0x8254eb(0x1ad)](_0x120a98[_0x8254eb(0x1d7)][_0x8254eb(0x1b6)],_0x2f60c2['HyusR'])){const _0x1673e5=_0x120a98[_0x8254eb(0x1a1)];if(!_0x1673e5)return null;const _0x23e43d=_0x1673e5[_0x8254eb(0x193)],_0x3b2508=_0x2f60c2[_0x8254eb(0x1bd)](getOSVersionFromCaps,_0x2f60c2['zuMLO'](nestedKeyValue,_0x120a98,[_0x2f60c2[_0x8254eb(0x1b1)],_0x2f60c2[_0x8254eb(0x1c6)]]));return{[_0x3de97d]:{'browser':_0x23e43d[_0x8254eb(0x1b2)],'browser_version':_0x23e43d[_0x8254eb(0x1d2)],'capabilities':_0x23e43d,'platform':_0x23e43d[_0x8254eb(0x19f)],'platform_version':_0x23e43d[_0x8254eb(0x1bc)]||_0x3b2508,'product':_0x2f60c2[_0x8254eb(0x197)](getObservabilityLinkedProductName,_0x23e43d),'session_id':_0x1673e5['sessionId']}};}else{if(_0x2f60c2[_0x8254eb(0x1ab)](_0x120a98[_0x8254eb(0x1d7)][_0x8254eb(0x1b6)],_0x2f60c2[_0x8254eb(0x1db)])){const _0x8a3d85=PlaywrightSessionDetails['getDetails']();_0x3de97d=_0x8a3d85[_0x8254eb(0x1e1)]||_0x3de97d;const _0x3a23b=_0x2f60c2[_0x8254eb(0x1d4)](nestedKeyValue,_0x120a98,[_0x2f60c2[_0x8254eb(0x1b1)],_0x2f60c2[_0x8254eb(0x1ce)],_0x2f60c2[_0x8254eb(0x1cc)]]),_0xdb68c2=_0x3a23b?JSON[_0x8254eb(0x1a6)](new URL(_0x3a23b)[_0x8254eb(0x1ba)][_0x8254eb(0x1a2)](_0x2f60c2[_0x8254eb(0x1a9)])):{};return{[_0x3de97d]:{'browser':_0x8a3d85[_0x8254eb(0x1a1)]||_0xdb68c2[_0x8254eb(0x1b2)],'browser_version':_0x8a3d85['browser_version']||_0xdb68c2[_0x8254eb(0x1a0)],'capabilities':_0xdb68c2,'platform':_0x8a3d85['platform'],'platform_version':_0x8a3d85[_0x8254eb(0x1af)],'product':_0x2f60c2[_0x8254eb(0x1b9)](getObservabilityLinkedProductName,_0xdb68c2),'session_id':_0x8a3d85[_0x8254eb(0x1c7)]}};}}},exports['processWebDriverConfig']=_0x2b5695=>{const _0x234c07=a3_0x52fb54,_0xc4ed9e={'dCvnG':function(_0x2512da){return _0x2512da();},'SDwfe':_0x234c07(0x196),'HxNSQ':function(_0x2c5124,_0x338a33){return _0x2c5124!==_0x338a33;},'LRGLF':_0x234c07(0x1a8),'HNkZQ':function(_0xb61373){return _0xb61373();},'AZyFg':_0x234c07(0x1c3),'QcekB':function(_0xdda3f9,_0x34b4b3){return _0xdda3f9(_0x34b4b3);},'OqHwa':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.'};if(_0xc4ed9e[_0x234c07(0x1be)](isAccessibilityAutomationSession)){const _0x584f3c=_0x2b5695[_0x234c07(0x1a1)],_0x4bd9fe=_0x584f3c['capabilities'];global[_0x234c07(0x195)]=!![];!accessibilityHelper[_0x234c07(0x1cf)](_0x4bd9fe['browserName'])&&(logger[_0x234c07(0x1ac)](_0xc4ed9e[_0x234c07(0x194)]),global[_0x234c07(0x195)]=![]);if(_0xc4ed9e[_0x234c07(0x1c5)](_0x4bd9fe[_0x234c07(0x1d2)],_0xc4ed9e[_0x234c07(0x1dd)])){const _0x152717=_0xc4ed9e['HNkZQ'](isBrowserstackInfra),_0x1969e7=accessibilityHelper[_0x234c07(0x19d)](_0x4bd9fe['browserName'],_0x152717),_0x2f969e=accessibilityHelper['getBrowserDisplayName'](_0x4bd9fe[_0x234c07(0x1b2)]);if(!accessibilityHelper[_0x234c07(0x1c0)](_0x4bd9fe[_0x234c07(0x1d2)],_0x1969e7)){const _0x517fae=_0x152717?'':_0xc4ed9e['AZyFg'];logger[_0x234c07(0x1ac)](_0x234c07(0x199)+_0x2f969e+_0x234c07(0x1aa)+_0x1969e7+'\x20or\x20higher\x20'+_0x517fae+'.'),global[_0x234c07(0x195)]=![];}}!_0xc4ed9e[_0x234c07(0x1d6)](isUndefined,_0x4bd9fe[_0x234c07(0x1b4)])&&(logger[_0x234c07(0x1ac)](_0xc4ed9e[_0x234c07(0x1dc)]),global[_0x234c07(0x195)]=![]);}},exports[a3_0x52fb54(0x1d5)]=_0x75d3e4=>{const _0x3c403e=a3_0x52fb54,_0x4f4b18={};_0x4f4b18[_0x3c403e(0x1cb)]=function(_0x2d484d,_0x692bd5){return _0x2d484d!==_0x692bd5;},_0x4f4b18[_0x3c403e(0x1b3)]=_0x3c403e(0x1b8),_0x4f4b18[_0x3c403e(0x1b5)]=_0x3c403e(0x1ca),_0x4f4b18[_0x3c403e(0x1b0)]=_0x3c403e(0x1d9);const _0x445de6=_0x4f4b18;if(!_0x75d3e4)return![];else{if(_0x445de6['IXHzj'](typeof _0x75d3e4,_0x445de6[_0x3c403e(0x1b3)]))return!![];}return!_0x75d3e4[_0x3c403e(0x19c)](_0x445de6['tgrtk'])&&!_0x75d3e4[_0x3c403e(0x19c)](_0x445de6[_0x3c403e(0x1b0)]);};
@@ -1 +1 @@
1
- const a4_0x4594cf=a4_0xa406;(function(_0x35edb4,_0xca5a00){const _0x44d5d2=a4_0xa406,_0x315c0d=_0x35edb4();while(!![]){try{const _0x3e7ba4=parseInt(_0x44d5d2(0x211))/0x1*(-parseInt(_0x44d5d2(0x1fa))/0x2)+parseInt(_0x44d5d2(0x1f2))/0x3*(-parseInt(_0x44d5d2(0x206))/0x4)+parseInt(_0x44d5d2(0x1bc))/0x5*(parseInt(_0x44d5d2(0x15f))/0x6)+parseInt(_0x44d5d2(0x216))/0x7*(parseInt(_0x44d5d2(0x20f))/0x8)+-parseInt(_0x44d5d2(0x1dc))/0x9+parseInt(_0x44d5d2(0x1e6))/0xa*(-parseInt(_0x44d5d2(0x217))/0xb)+parseInt(_0x44d5d2(0x21a))/0xc;if(_0x3e7ba4===_0xca5a00)break;else _0x315c0d['push'](_0x315c0d['shift']());}catch(_0x22ca98){_0x315c0d['push'](_0x315c0d['shift']());}}}(a4_0x4aab,0x1905d));function a4_0xa406(_0x89fde3,_0x3a47d5){const _0x4aabd7=a4_0x4aab();return a4_0xa406=function(_0xa40636,_0x4de3c2){_0xa40636=_0xa40636-0x138;let _0x7e3190=_0x4aabd7[_0xa40636];return _0x7e3190;},a4_0xa406(_0x89fde3,_0x3a47d5);}const path=require(a4_0x4594cf(0x1c3)),util=require(a4_0x4594cf(0x1ca)),fs=require('fs'),{v4:uuidv4}=require(a4_0x4594cf(0x215)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x4594cf(0x1cb)),testOpsHelper=require(a4_0x4594cf(0x229)),{getTestEnv}=require('../mocha/test-observability/mochaUtils'),{FRAMEWORKS}=require(a4_0x4594cf(0x19f)),logger=require(a4_0x4594cf(0x158))['winstonLogger'],SessionHandler=require('../../helpers/test-observability/sessionHandler'),RequestQueueHandler=require(a4_0x4594cf(0x1f4)),PlaywrightSessionDetails=require(a4_0x4594cf(0x227)),debug=testOpsHelper[a4_0x4594cf(0x1d2)],{processAccessibilityCaps}=require(a4_0x4594cf(0x235)),Constants=require(a4_0x4594cf(0x1a9)),{fetchPlatformDetails}=require(a4_0x4594cf(0x20d)),{shouldProcessEventForTesthub,appendTesthubParams}=require('../../helpers/testhub/utils.js'),constants=require(a4_0x4594cf(0x1a9)),STATE_PASSED=a4_0x4594cf(0x140),STATE_FAILED=a4_0x4594cf(0x1af),a4_0x579503={};a4_0x579503[a4_0x4594cf(0x179)]='TestRunStarted',a4_0x579503[a4_0x4594cf(0x14f)]='TestRunFinished',a4_0x579503[a4_0x4594cf(0x197)]='TestRunSkipped',a4_0x579503[a4_0x4594cf(0x190)]=a4_0x4594cf(0x1ed),a4_0x579503[a4_0x4594cf(0x1cc)]=a4_0x4594cf(0x1ef);const TEST_EVENTS=a4_0x579503,parseEvent=_0x9f7cb1=>{const _0x2569da=a4_0x4594cf,_0x5df472={};_0x5df472[_0x2569da(0x181)]=function(_0x47720f,_0x4d11a0){return _0x47720f<_0x4d11a0;},_0x5df472['IKXUo']=function(_0x5b39aa,_0x2dd5cf){return _0x5b39aa===_0x2dd5cf;},_0x5df472[_0x2569da(0x167)]=_0x2569da(0x1aa),_0x5df472[_0x2569da(0x1b5)]=function(_0x572d11,_0x144213){return _0x572d11===_0x144213;},_0x5df472[_0x2569da(0x213)]='hook',_0x5df472[_0x2569da(0x16d)]=function(_0x3abdda,_0x40edaa){return _0x3abdda===_0x40edaa;},_0x5df472[_0x2569da(0x146)]='skipped',_0x5df472[_0x2569da(0x15b)]=function(_0x3e1538,_0x2db30e){return _0x3e1538===_0x2db30e;},_0x5df472[_0x2569da(0x19b)]='started',_0x5df472[_0x2569da(0x1d5)]='finished';const _0x307bcc=_0x5df472,_0x3d8966=_0x9f7cb1[_0x2569da(0x180)](/^(.*)Run(.*)$/);if(!_0x3d8966)return null;if(_0x307bcc[_0x2569da(0x181)](_0x3d8966[_0x2569da(0x17e)],0x3))return null;const _0x1084b2=_0x3d8966[0x1][_0x2569da(0x214)](),_0x251197=_0x3d8966[0x2][_0x2569da(0x214)]();return{'test':_0x307bcc['IKXUo'](_0x1084b2,_0x307bcc[_0x2569da(0x167)]),'hook':_0x307bcc['AHqex'](_0x1084b2,_0x307bcc['GsnKF']),'skipped':_0x307bcc[_0x2569da(0x16d)](_0x251197,_0x307bcc[_0x2569da(0x146)]),'started':_0x307bcc[_0x2569da(0x15b)](_0x251197,_0x307bcc['mxzLV']),'finished':_0x307bcc[_0x2569da(0x15b)](_0x251197,_0x307bcc[_0x2569da(0x1d5)])};},mockPWBrowserType=_0x6d31ea=>{const _0x10d731=a4_0x4594cf,_0xf28c5={'utfMW':function(_0x4a4250,_0x539f6d){return _0x4a4250===_0x539f6d;},'PUEUP':'string','GsLXz':function(_0x39e4cd,_0x1c9f2c,_0x94bf0f){return _0x39e4cd(_0x1c9f2c,_0x94bf0f);},'msano':_0x10d731(0x187),'zrFVM':function(_0x4e1833,_0x33117f){return _0x4e1833(_0x33117f);},'UmLuK':_0x10d731(0x208),'hOCiX':_0x10d731(0x237),'BvLlA':_0x10d731(0x191),'lTocg':_0x10d731(0x1b4),'LqOla':function(_0xde6160,_0x5118e4){return _0xde6160(_0x5118e4);},'nhpyz':_0x10d731(0x21d),'GPKES':_0x10d731(0x1e7),'IYgmJ':'launch'},_0x1bb8b8=path[_0x10d731(0x1ee)](_0xf28c5[_0x10d731(0x1b8)],_0xf28c5[_0x10d731(0x20c)],_0xf28c5['lTocg']),_0x21fb63=_0xf28c5[_0x10d731(0x1d6)](importFileFromPWCore,_0x1bb8b8);if(!_0x21fb63){_0xf28c5[_0x10d731(0x1a2)](debug,_0xf28c5[_0x10d731(0x1a4)]);return;}const _0xf745fb=_0x21fb63[_0x10d731(0x1de)],_0xfcbed9=_0xf745fb[_0x10d731(0x1a0)];if(_0xfcbed9[_0x10d731(0x172)])return;const _0x58ab67=_0xfcbed9[_0x10d731(0x1e7)];Object[_0x10d731(0x1b0)](_0xfcbed9,_0xf28c5['GPKES'],{'get':function(){const _0x218ee6=_0x10d731,_0x145589={'mqECq':function(_0x1d3e60,_0x1c7ee7){return _0xf28c5['utfMW'](_0x1d3e60,_0x1c7ee7);},'ghsiR':_0xf28c5[_0x218ee6(0x1e1)],'JDVEl':function(_0x387f28,_0x19db09,_0x33fee6){const _0x129238=_0x218ee6;return _0xf28c5[_0x129238(0x193)](_0x387f28,_0x19db09,_0x33fee6);},'oYXwG':_0xf28c5[_0x218ee6(0x1c5)],'webeM':function(_0x4e9375,_0x153711){const _0x2261be=_0x218ee6;return _0xf28c5[_0x2261be(0x1a2)](_0x4e9375,_0x153711);},'MCBDN':_0xf28c5[_0x218ee6(0x155)]};return async function _0x539722(_0x4e3ef3,_0x280d16){const _0x54b13b=_0x218ee6,_0x208a27={'vctcs':function(_0x49b280,_0x28a4f9){return _0x145589['mqECq'](_0x49b280,_0x28a4f9);},'JnXaF':_0x145589[_0x54b13b(0x1d0)]},_0x19dd2f=_0x145589[_0x54b13b(0x17c)](nestedKeyValue,_0x4e3ef3,[_0x145589[_0x54b13b(0x1f0)]])||_0x4e3ef3;let _0x2e8c64=null,_0x363473=null;try{[_0x363473,_0x2e8c64]=_0x19dd2f?_0x145589[_0x54b13b(0x176)](parseWSEndpoint,_0x19dd2f):[null,null],global[_0x54b13b(0x203)]=_0x2e8c64,logger[_0x54b13b(0x1d2)](_0x54b13b(0x14e)+_0x363473),_0x363473['includes'](Constants[_0x54b13b(0x18a)])&&(global[_0x54b13b(0x149)]=_0x145589[_0x54b13b(0x157)]);}catch(_0x260e48){logger[_0x54b13b(0x1d2)](_0x54b13b(0x162)+_0x19dd2f+'\x20'+_0x260e48);}_0x145589[_0x54b13b(0x17c)](processAccessibilityCaps,_0x2e8c64,_0x363473);if(global[_0x54b13b(0x159)]){const _0x190ab8=await _0xfcbed9[_0x54b13b(0x1fe)][_0x54b13b(0x170)](this,[''+Constants[_0x54b13b(0x198)]+_0x145589[_0x54b13b(0x176)](encodeURIComponent,JSON[_0x54b13b(0x18d)](_0x2e8c64))]);return PlaywrightSessionDetails[_0x54b13b(0x1d9)](_0x190ab8,_0x6d31ea,_0x19dd2f),_0x190ab8;}return _0x58ab67[_0x54b13b(0x170)](this,arguments)[_0x54b13b(0x151)](_0x297e2c=>{const _0x5e1d19=_0x54b13b;let _0x586109=_0x4e3ef3['wsEndpoint'];return _0x208a27[_0x5e1d19(0x1cf)](typeof _0x4e3ef3,_0x208a27['JnXaF'])&&(_0x586109=_0x4e3ef3),PlaywrightSessionDetails[_0x5e1d19(0x1d9)](_0x297e2c,_0x6d31ea,_0x586109),_0x297e2c;});};}});const _0x31e10d=_0xfcbed9[_0x10d731(0x205)];Object[_0x10d731(0x1b0)](_0xfcbed9,_0xf28c5[_0x10d731(0x189)],{'get':function(){return async function _0x28bc99(){const _0x481ba3=a4_0xa406;return _0x31e10d[_0x481ba3(0x170)](this,arguments)[_0x481ba3(0x151)](_0x15be54=>{const _0x2aecfa=_0x481ba3;return PlaywrightSessionDetails[_0x2aecfa(0x1d9)](_0x15be54,null),_0x15be54;});};}});};class O11yHelper{[a4_0x4594cf(0x1b7)]=null;[a4_0x4594cf(0x1c6)]=null;['enabled']=![];[a4_0x4594cf(0x194)]=![];[a4_0x4594cf(0x1fb)]=[];constructor(_0x2948ee,_0x2fc2d7){const _0x254df9=a4_0x4594cf,_0x5ccd81={'DhPGe':_0x254df9(0x1e3),'RZWwn':function(_0xd133c8,_0x113db1){return _0xd133c8===_0x113db1;},'tNeUg':_0x254df9(0x21f),'IOaqd':function(_0x38f6f1,_0x55dd03){return _0x38f6f1(_0x55dd03);},'SyzXH':function(_0x6fe366){return _0x6fe366();},'nrezj':function(_0x10fe16){return _0x10fe16();}},_0x502554=_0x5ccd81[_0x254df9(0x231)]['split']('|');let _0x3d5004=0x0;while(!![]){switch(_0x502554[_0x3d5004++]){case'0':this[_0x254df9(0x194)]=_0x2fc2d7['frameworkName'];continue;case'1':this[_0x254df9(0x239)]&&_0x5ccd81['RZWwn'](this[_0x254df9(0x239)][_0x254df9(0x201)][_0x254df9(0x1ab)],_0x5ccd81[_0x254df9(0x204)])&&_0x5ccd81[_0x254df9(0x16e)](mockPWBrowserType,null);continue;case'2':this[_0x254df9(0x174)]=_0x5ccd81['SyzXH'](getTestEnv);continue;case'3':this['enabled']=_0x5ccd81['nrezj'](shouldProcessEventForTesthub);continue;case'4':this['_paths']=new testOpsHelper[(_0x254df9(0x13a))]({'cwd':process[_0x254df9(0x138)]()},this[_0x254df9(0x174)][_0x254df9(0x1d8)]);continue;case'5':this[_0x254df9(0x239)]=_0x2948ee;continue;}break;}}[a4_0x4594cf(0x1ff)](){const _0x13cd87=a4_0x4594cf,_0x242d4a={'tBJnt':function(_0x4259b,_0x523fc8){return _0x4259b(_0x523fc8);}};if(!this['driver'])return![];try{const _0x5711f3=_0x242d4a[_0x13cd87(0x1eb)](fetchPlatformDetails,this['driver']);if(!_0x5711f3)return![];const _0x4ac53e=Object['keys'](_0x5711f3)[0x0];return!!(_0x4ac53e&&_0x5711f3[_0x4ac53e]&&_0x5711f3[_0x4ac53e][_0x13cd87(0x1b3)]);}catch(_0x11bcc2){return![];}}[a4_0x4594cf(0x1ac)](_0x261dc8,_0x5c1e1d){const _0xb72465=a4_0x4594cf;if(!_0x5c1e1d)return;const _0x1ded9b={};_0x1ded9b[_0xb72465(0x200)]=_0x261dc8,_0x1ded9b[_0xb72465(0x1e5)]=_0x5c1e1d,this[_0xb72465(0x1fb)][_0xb72465(0x13c)](_0x1ded9b);}async[a4_0x4594cf(0x1cd)](){const _0xfdb6be=a4_0x4594cf,_0x1387a4={};_0x1387a4[_0xfdb6be(0x168)]=function(_0x3e151d,_0x1164e2){return _0x3e151d&&_0x1164e2;};const _0x4b6b86=_0x1387a4;if(!this[_0xfdb6be(0x1fb)][_0xfdb6be(0x17e)])return;if(!this[_0xfdb6be(0x1ff)]())return;const _0x564ada=this['getCBTInfo'](this['driver']),_0xade413=this[_0xfdb6be(0x1fb)][_0xfdb6be(0x1c2)](0x0,this[_0xfdb6be(0x1fb)][_0xfdb6be(0x17e)]);for(const {eventType:_0x59fdcd,uploadData:_0x8be5b3}of _0xade413){try{const _0x5d0d20=_0x8be5b3[_0xfdb6be(0x1ae)]||_0x8be5b3[_0xfdb6be(0x207)];_0x4b6b86[_0xfdb6be(0x168)](_0x5d0d20,_0x564ada)&&(_0x5d0d20[_0xfdb6be(0x221)]=_0x564ada),await this[_0xfdb6be(0x1c0)](_0x59fdcd,_0x8be5b3);}catch(_0x11aa11){logger[_0xfdb6be(0x1d2)]('Failed\x20to\x20flush\x20pending\x20hook\x20event\x20'+_0x59fdcd+':\x20'+util[_0xfdb6be(0x1c1)](_0x11aa11));}}}[a4_0x4594cf(0x22d)](){const _0x5bf1fc=a4_0x4594cf;if(!this['enabled'])return;testOpsHelper[_0x5bf1fc(0x210)](),process[_0x5bf1fc(0x1bb)](_0x5bf1fc(0x1b9)+process['pid']),process['on'](_0x5bf1fc(0x1b9)+process[_0x5bf1fc(0x1ad)],this['appendTestItemLog'][_0x5bf1fc(0x1b1)](this));}async[a4_0x4594cf(0x15e)](){const _0x34d32a=a4_0x4594cf;await RequestQueueHandler[_0x34d32a(0x18e)]()[_0x34d32a(0x164)]();}async['appendTestItemLog'](_0x194e36){const _0x44883a=a4_0x4594cf,_0x338ae8={'InxSb':_0x44883a(0x241),'TAsmG':function(_0x167f23,_0x145db0){return _0x167f23(_0x145db0);}};try{this['currentHook']&&!this[_0x44883a(0x1c6)][_0x44883a(0x1ba)]&&(_0x194e36[_0x44883a(0x202)]=this['currentHook'][_0x44883a(0x150)]);!_0x194e36[_0x44883a(0x202)]&&this[_0x44883a(0x1b7)]&&!this[_0x44883a(0x1b7)]['markedStatus']&&(_0x194e36[_0x44883a(0x14a)]=this[_0x44883a(0x1b7)][_0x44883a(0x1e2)]);if(_0x194e36[_0x44883a(0x202)]||_0x194e36[_0x44883a(0x14a)]){const _0xd05b05={};_0xd05b05['event_type']=_0x338ae8['InxSb'],_0xd05b05[_0x44883a(0x160)]=[_0x194e36],await SessionHandler['uploadEventData'](_0xd05b05);}}catch(_0x4b0b44){_0x338ae8[_0x44883a(0x236)](debug,'Exception\x20in\x20uploading\x20log\x20data\x20to\x20'+constants['TEST_REPORTING_ANALYTICS']+'\x20with\x20error\x20:\x20'+_0x4b0b44);}}async[a4_0x4594cf(0x186)](_0x3a1855){const _0x3ce86e=a4_0x4594cf,_0x43ec39={'dJrbJ':'CBTSessionCreated','trNjF':function(_0x5f5501,_0x35195b){return _0x5f5501(_0x35195b);}};if(!this['enabled'])return;const _0x3585a4=this['getCBTInfo'](this['driver']);try{const _0x156360={};_0x156360[_0x3ce86e(0x215)]=_0x3a1855,_0x156360[_0x3ce86e(0x221)]=_0x3585a4;const _0x5b3287=_0x156360,_0x86dade={};_0x86dade['event_type']=_0x43ec39[_0x3ce86e(0x23b)],_0x86dade[_0x3ce86e(0x207)]=_0x5b3287,await SessionHandler['uploadEventData'](_0x86dade);}catch(_0x2ca6fe){_0x43ec39[_0x3ce86e(0x17a)](debug,_0x3ce86e(0x154)+constants[_0x3ce86e(0x1c4)]+'\x20with\x20error\x20:\x20'+_0x2ca6fe);}}[a4_0x4594cf(0x16a)](_0x59ac05){const _0x2fa9fa={'kepET':function(_0x3b37b3,_0x54adce){return _0x3b37b3(_0x54adce);}};return _0x2fa9fa['kepET'](fetchPlatformDetails,_0x59ac05);}[a4_0x4594cf(0x23d)]=_0x2ee7e4=>{const _0x2cce4c=a4_0x4594cf,_0x245cc7={};_0x245cc7['cKtnt']='_beforeEach',_0x245cc7[_0x2cce4c(0x1a5)]=_0x2cce4c(0x19a);const _0xfc761d=_0x245cc7;if(!_0x2ee7e4||!_0x2ee7e4['parent'])return;[_0xfc761d[_0x2cce4c(0x1e4)],_0xfc761d[_0x2cce4c(0x1a5)]][_0x2cce4c(0x139)](_0xe64350=>{const _0x5253d9=_0x2cce4c,_0x419792=_0x2ee7e4[_0x5253d9(0x165)][_0xe64350];_0x419792[_0x5253d9(0x139)](_0x1bb73b=>{const _0xf964a0=_0x5253d9;_0x1bb73b[_0xf964a0(0x150)]&&(_0x1bb73b[_0xf964a0(0x150)]=null);});});};[a4_0x4594cf(0x20e)](_0xcbe419){const _0x34b743=a4_0x4594cf,_0x53115e={'yCuPV':_0x34b743(0x228),'JzaKu':function(_0x59227b){return _0x59227b();},'nYYPL':function(_0x46165a,_0x4dde6b){return _0x46165a===_0x4dde6b;},'ruhAG':_0x34b743(0x19a),'zLvJi':function(_0x3d2244){return _0x3d2244();},'VddLP':_0x34b743(0x20a),'OEOft':_0x34b743(0x1f7),'YWUfB':_0x34b743(0x1a8)};if(!_0xcbe419||!_0xcbe419[_0x34b743(0x165)])return;[_0x53115e['VddLP'],_0x53115e[_0x34b743(0x16f)],_0x53115e[_0x34b743(0x1a7)],_0x53115e[_0x34b743(0x1b2)]][_0x34b743(0x139)](_0x4d6933=>{const _0x17f6ed=_0x34b743,_0x41dc69=_0xcbe419[_0x17f6ed(0x165)][_0x4d6933]||[];_0x41dc69['forEach'](_0x45a49a=>{const _0x298733=_0x17f6ed;if(_0x45a49a[_0x298733(0x230)]['includes'](_0x53115e[_0x298733(0x156)]))return;if(!_0x45a49a[_0x298733(0x150)])_0x45a49a[_0x298733(0x150)]=_0x53115e[_0x298733(0x15c)](uuidv4);else _0x45a49a['markedStatus']&&_0x53115e[_0x298733(0x212)](_0x4d6933,_0x53115e[_0x298733(0x1b2)])&&(_0x45a49a[_0x298733(0x150)]=_0x53115e[_0x298733(0x166)](uuidv4),delete _0x45a49a[_0x298733(0x1ba)]);});}),this[_0x34b743(0x20e)](_0xcbe419[_0x34b743(0x165)]);}[a4_0x4594cf(0x1e8)](_0x34b6cd){const _0x1d1aa1=a4_0x4594cf,_0x2b5859={};_0x2b5859[_0x1d1aa1(0x163)]=_0x1d1aa1(0x20a),_0x2b5859[_0x1d1aa1(0x182)]=_0x1d1aa1(0x1f7),_0x2b5859[_0x1d1aa1(0x169)]='_beforeEach',_0x2b5859[_0x1d1aa1(0x1b6)]='_afterEach';const _0x4fee24=_0x2b5859;if(!_0x34b6cd||!_0x34b6cd[_0x1d1aa1(0x165)])return[];const _0x41a95b=[];return[_0x4fee24[_0x1d1aa1(0x163)],_0x4fee24[_0x1d1aa1(0x182)],_0x4fee24[_0x1d1aa1(0x169)],_0x4fee24[_0x1d1aa1(0x1b6)]][_0x1d1aa1(0x139)](_0x2db47e=>{const _0x1c8a4a=_0x34b6cd['parent'][_0x2db47e]||[];_0x1c8a4a['forEach'](_0x2cb2a0=>{const _0x5e90ca=a4_0xa406;_0x2cb2a0[_0x5e90ca(0x150)]&&_0x41a95b[_0x5e90ca(0x13c)](_0x2cb2a0['hookAnalyticsId']);});}),[][_0x1d1aa1(0x142)](_0x41a95b,this['getHooksForTest'](_0x34b6cd[_0x1d1aa1(0x165)]));}[a4_0x4594cf(0x21b)](_0x29d05d){const _0x411d90=a4_0x4594cf,_0x1b2bea=/^"(?<hook>.*)" hook:.*$/,_0x1f1ba3=_0x29d05d[_0x411d90(0x230)],_0x4ab04a=_0x1f1ba3[_0x411d90(0x180)](_0x1b2bea);if(_0x4ab04a&&_0x4ab04a[_0x411d90(0x185)])return _0x4ab04a[_0x411d90(0x185)]['hook'][_0x411d90(0x1d4)]()[_0x411d90(0x195)]('\x20','_');return null;}[a4_0x4594cf(0x19c)](_0x520ea9){const _0x2bfcdb=a4_0x4594cf,_0x3ecc38={};_0x3ecc38[_0x2bfcdb(0x23c)]=function(_0x28ac9b,_0x5c0852){return _0x28ac9b===_0x5c0852;},_0x3ecc38[_0x2bfcdb(0x1a6)]=function(_0x3e21f7,_0x4b91f5){return _0x3e21f7===_0x4b91f5;},_0x3ecc38[_0x2bfcdb(0x173)]=_0x2bfcdb(0x209),_0x3ecc38['ZlTbz']=_0x2bfcdb(0x188);const _0x1747be=_0x3ecc38,_0x5021ed=path[_0x2bfcdb(0x223)];if(_0x1747be[_0x2bfcdb(0x23c)](_0x520ea9,null)||_0x1747be['qfohD'](_0x520ea9,'')||_0x1747be[_0x2bfcdb(0x1a6)](_0x520ea9,_0x5021ed)||_0x1747be[_0x2bfcdb(0x1a6)](_0x520ea9,path['dirname'](_0x520ea9)))return null;try{return fs[_0x2bfcdb(0x1dd)](path[_0x2bfcdb(0x1ee)](_0x520ea9,_0x1747be['QsvSn'],_0x1747be[_0x2bfcdb(0x14c)])),_0x520ea9;}catch(_0x945863){const _0x3775b3=path['dirname'](_0x520ea9);return this['findGitConfig'](_0x3775b3);}}['getRootParentFile'](_0x4f6efe){const _0x4ac705=a4_0x4594cf,_0x44f857={};_0x44f857[_0x4ac705(0x22c)]=function(_0x407723,_0x5a4a1f){return _0x407723>_0x5a4a1f;};const _0x377c4f=_0x44f857;if(_0x4f6efe[_0x4ac705(0x23e)])return _0x4f6efe['file'];if(_0x4f6efe[_0x4ac705(0x17b)]){const _0x438542=_0x4f6efe[_0x4ac705(0x17b)][_0x4ac705(0x1b7)]?this[_0x4ac705(0x232)](_0x4f6efe[_0x4ac705(0x17b)][_0x4ac705(0x1b7)]):null;if(_0x438542)return _0x438542;}if(_0x4f6efe[_0x4ac705(0x165)]){const _0x570be1=this[_0x4ac705(0x232)](_0x4f6efe[_0x4ac705(0x165)])||(_0x4f6efe[_0x4ac705(0x165)]['ctx']&&_0x4f6efe[_0x4ac705(0x165)][_0x4ac705(0x17b)][_0x4ac705(0x1b7)]?this[_0x4ac705(0x232)](_0x4f6efe[_0x4ac705(0x165)]['ctx'][_0x4ac705(0x1b7)]):null);if(_0x570be1)return _0x570be1;_0x4f6efe['parent'][_0x4ac705(0x16b)]&&_0x377c4f['wMxCT'](_0x4f6efe['parent'][_0x4ac705(0x16b)][_0x4ac705(0x17e)],0x0)&&_0x4f6efe[_0x4ac705(0x165)][_0x4ac705(0x16b)]['forEach'](_0x94fa30=>{const _0x3a3fc6=_0x4ac705,_0x2c5dc9=_0x94fa30[_0x3a3fc6(0x17b)]?this[_0x3a3fc6(0x232)](_0x94fa30['ctx']):null;if(_0x2c5dc9)return _0x2c5dc9;});}return null;}[a4_0x4594cf(0x1d1)](_0x51d101){const _0x32e148=a4_0x4594cf,_0x51d0b0={};_0x51d0b0[_0x32e148(0x14b)]=function(_0x54a95f,_0x30d4fd){return _0x54a95f!==_0x30d4fd;};const _0x1d50d5=_0x51d0b0,_0xceb7bd=[];if(_0x51d101&&_0x51d101['parent']){let _0x1fe159=_0x51d101[_0x32e148(0x165)];while(_0x1fe159&&_0x1d50d5[_0x32e148(0x14b)](_0x1fe159[_0x32e148(0x230)],'')){_0xceb7bd['push'](_0x1fe159[_0x32e148(0x230)]),_0x1fe159=_0x1fe159[_0x32e148(0x165)];}}return _0xceb7bd;}[a4_0x4594cf(0x1f8)](_0x9d7ad3,_0x55b7a5,_0x2048db=undefined){const _0x65b626=a4_0x4594cf,_0x20a648={'viIpd':function(_0x4385e1,_0x63048d){return _0x4385e1(_0x63048d);},'utuLa':function(_0x1011de){return _0x1011de();},'aoDDL':function(_0x397bc8){return _0x397bc8();},'QQvTB':function(_0x1e0657){return _0x1e0657();},'vHDWn':_0x65b626(0x1fc),'CWMnV':function(_0x56b4b7,_0x3311fa){return _0x56b4b7!==_0x3311fa;},'EMtHe':_0x65b626(0x1f6),'fGneX':_0x65b626(0x1bd),'rPZEH':_0x65b626(0x1af),'yhXXa':'passed','zCbjb':_0x65b626(0x222),'ZRroj':_0x65b626(0x196),'Nsocp':function(_0x3f8d35,_0x301c60){return _0x3f8d35-_0x301c60;},'dYbvM':function(_0x518fc0,_0x5f04e0,_0x48b07a,_0x589d5c,_0x1cc7ce){return _0x518fc0(_0x5f04e0,_0x48b07a,_0x589d5c,_0x1cc7ce);},'HVSKV':function(_0x1f0ecc,_0x2ef77d){return _0x1f0ecc!==_0x2ef77d;},'FXEyE':_0x65b626(0x221),'lZuXw':_0x65b626(0x15d),'ywXaH':_0x65b626(0x22f),'HuffC':_0x65b626(0x147),'zXKgp':'backtrace','Nywmh':'failure_reason_expanded','TIZHr':_0x65b626(0x226),'GViUN':function(_0x5c0755,_0x4df22d){return _0x5c0755===_0x4df22d;},'SbHNl':_0x65b626(0x1ae),'DmCra':'test_run'};if(!this['enabled'])return;try{if(_0x55b7a5['fn']&&_0x55b7a5['fn'][_0x65b626(0x1d3)]()['match'](/browserstack internal helper hook/))return;const _0x565741=_0x20a648['viIpd'](parseEvent,_0x9d7ad3);if(!_0x565741)return;if(_0x565741['test']){this[_0x65b626(0x1b7)]=_0x55b7a5,this[_0x65b626(0x1c6)]=null;if(_0x565741['started']||_0x565741['skipped']){_0x55b7a5[_0x65b626(0x238)]=new Date(),_0x55b7a5['markedStatus']=![];if(!_0x55b7a5[_0x65b626(0x1e2)])_0x55b7a5['testAnalyticsId']=_0x20a648['utuLa'](uuidv4);else _0x55b7a5[_0x65b626(0x1ba)]&&(!_0x55b7a5[_0x65b626(0x23a)]&&(_0x55b7a5[_0x65b626(0x23a)]=_0x55b7a5['testAnalyticsId']),_0x55b7a5['testAnalyticsId']=_0x20a648[_0x65b626(0x1c7)](uuidv4));}}else{if(_0x565741[_0x65b626(0x1ea)]){this[_0x65b626(0x1c6)]=_0x55b7a5;if(_0x565741['started']){_0x55b7a5[_0x65b626(0x238)]=new Date(),_0x55b7a5[_0x65b626(0x1ba)]=![];if(!_0x55b7a5['hookAnalyticsId'])_0x55b7a5[_0x65b626(0x150)]=_0x20a648[_0x65b626(0x1c7)](uuidv4);else _0x55b7a5[_0x65b626(0x150)]&&_0x55b7a5['markedStatus']&&(_0x55b7a5[_0x65b626(0x150)]=_0x20a648['QQvTB'](uuidv4));}}}if(_0x565741[_0x65b626(0x184)]&&_0x55b7a5[_0x65b626(0x1ba)])return;let _0x38d727;try{_0x38d727=this['getRootParentFile'](_0x55b7a5);}catch(_0x119889){logger[_0x65b626(0x1d2)]('failed\x20to\x20get\x20root\x20parent\x20file\x20'+_0x119889),_0x38d727=null;}let _0x206436=[];_0x2048db&&(_0x206436=[_0x2048db,_0x20a648['vHDWn']]);const _0x4d220c=_0x20a648[_0x65b626(0x21e)](_0x55b7a5[_0x65b626(0x1df)],undefined)?util[_0x65b626(0x1e0)](_0x55b7a5['errorsDetailed'][0x0]):_0x20a648[_0x65b626(0x21e)](_0x2048db,undefined)?_0x2048db[_0x65b626(0x1d3)]():undefined,_0x11267a=_0x38d727?this[_0x65b626(0x19c)](_0x38d727):null,_0x3fadd6=_0x38d727?this[_0x65b626(0x1ce)][_0x65b626(0x1a1)](this[_0x65b626(0x232)](_0x55b7a5)):_0x20a648['EMtHe'];let _0x53c9f0=_0x20a648['fGneX'];const _0x143c98=!_0x565741[_0x65b626(0x219)]?new Date()[_0x65b626(0x225)]():null;if(_0x565741[_0x65b626(0x184)])_0x53c9f0=_0x2048db?_0x20a648['rPZEH']:_0x20a648[_0x65b626(0x1d7)],_0x55b7a5[_0x65b626(0x1ba)]=!![];else _0x565741['skipped']&&(_0x53c9f0=_0x20a648[_0x65b626(0x1da)],_0x55b7a5[_0x65b626(0x1ba)]=!![]);const _0x3fc1bd={'framework':this[_0x65b626(0x194)],'uuid':_0x55b7a5[_0x65b626(0x1e2)]||_0x55b7a5[_0x65b626(0x150)],'name':_0x55b7a5[_0x65b626(0x230)],'body':{'lang':_0x20a648[_0x65b626(0x13b)],'code':_0x55b7a5[_0x65b626(0x18b)]['toString']()},'type':_0x55b7a5[_0x65b626(0x22e)],'scope':_0x55b7a5['fullTitle'](),'scopes':this[_0x65b626(0x1d1)](_0x55b7a5),'file_name':_0x3fadd6,'vc_filepath':_0x11267a?path[_0x65b626(0x17d)](_0x11267a,_0x38d727):null,'location':_0x3fadd6,'result':_0x53c9f0,'failure_reason':_0x4d220c,'duration_in_ms':_0x55b7a5[_0x65b626(0x1c8)]||(_0x565741[_0x65b626(0x184)]||_0x565741[_0x65b626(0x222)])?_0x20a648[_0x65b626(0x19e)](Date[_0x65b626(0x1fd)](),new Date(_0x55b7a5[_0x65b626(0x238)])[_0x65b626(0x192)]()):null,'started_at':new Date(_0x55b7a5['startedAt'])[_0x65b626(0x225)](),'finished_at':_0x143c98,'failure':testOpsHelper[_0x65b626(0x1a3)][_0x65b626(0x170)](null,_0x206436),'failure_type':!_0x4d220c?null:testOpsHelper[_0x65b626(0x1e9)](_0x4d220c),'retry_of':_0x55b7a5[_0x65b626(0x23a)]||null,'tags':_0x55b7a5[_0x65b626(0x14d)]||[],'customRerunParam':{'rerun_name':_0x55b7a5[_0x65b626(0x21c)]()}};_0x20a648[_0x65b626(0x18c)](appendTesthubParams,_0x3fc1bd,_0x9d7ad3,_0x55b7a5,FRAMEWORKS[_0x65b626(0x20b)]);if(_0x565741[_0x65b626(0x1ea)])[_0x3fc1bd[_0x65b626(0x177)],_0x3fc1bd[_0x65b626(0x1ab)]]=[this[_0x65b626(0x21b)](_0x55b7a5),_0x55b7a5[_0x65b626(0x17b)][_0x65b626(0x1aa)][_0x65b626(0x230)]],_0x565741[_0x65b626(0x184)]?_0x20a648['HVSKV'](_0x3fc1bd[_0x65b626(0x143)],_0x20a648[_0x65b626(0x224)])&&(_0x3fc1bd[_0x65b626(0x143)]=_0x20a648[_0x65b626(0x1d7)]):_0x3fc1bd[_0x65b626(0x18b)]={};else _0x565741[_0x65b626(0x1aa)]&&(this['mapTestHooks'](_0x55b7a5),_0x565741[_0x65b626(0x222)]&&this['resetSkipTestHooks'](_0x55b7a5),(_0x565741[_0x65b626(0x184)]||_0x565741[_0x65b626(0x222)])&&(_0x3fc1bd[_0x65b626(0x144)]=this[_0x65b626(0x1e8)](_0x55b7a5)));this[_0x65b626(0x239)]&&(_0x565741[_0x65b626(0x219)]||_0x565741['skipped'])&&(_0x3fc1bd[_0x20a648[_0x65b626(0x1c9)]]=this[_0x65b626(0x16a)](this[_0x65b626(0x239)]));_0x565741[_0x65b626(0x1aa)]&&_0x565741[_0x65b626(0x184)]&&_0x55b7a5[_0x65b626(0x1bf)]&&(_0x3fc1bd[_0x20a648[_0x65b626(0x1db)]]={'feature':{'name':_0x55b7a5[_0x65b626(0x165)][_0x65b626(0x145)]['name'],'path':_0x3fc1bd[_0x65b626(0x153)],'description':_0x55b7a5[_0x65b626(0x165)][_0x65b626(0x183)]},'scenario':{'name':_0x55b7a5[_0x65b626(0x230)]},'steps':_0x55b7a5[_0x65b626(0x1bf)]});const _0x465a24=_0x3fc1bd[_0x20a648[_0x65b626(0x22b)]][0x0];_0x465a24&&(_0x3fc1bd[_0x20a648[_0x65b626(0x178)]]=_0x465a24[_0x20a648['zXKgp']],_0x3fc1bd[_0x20a648[_0x65b626(0x152)]]=_0x465a24[_0x20a648['TIZHr']]);if(_0x55b7a5[_0x65b626(0x1bf)])for(const _0x3a6942 of _0x55b7a5[_0x65b626(0x1bf)]){!_0x3a6942[_0x65b626(0x240)]&&(_0x3a6942[_0x65b626(0x240)]=new Date()[_0x65b626(0x225)](),_0x20a648[_0x65b626(0x1f9)](_0x3a6942[_0x65b626(0x143)],_0x20a648[_0x65b626(0x1be)])&&(_0x465a24?(_0x3a6942[_0x65b626(0x143)]=_0x20a648[_0x65b626(0x224)],_0x3a6942[_0x65b626(0x22f)]=_0x465a24[_0x20a648['zXKgp']][0x0]):_0x3a6942['result']=_0x20a648[_0x65b626(0x1d7)]));}const _0x4904f4={};_0x4904f4[_0x65b626(0x23f)]=_0x565741['skipped']?TEST_EVENTS[_0x65b626(0x14f)]:_0x9d7ad3;const _0x14908e=_0x4904f4;return _0x565741[_0x65b626(0x1ea)]?_0x14908e[_0x20a648['SbHNl']]=_0x3fc1bd:_0x14908e[_0x20a648[_0x65b626(0x199)]]=_0x3fc1bd,_0x14908e;}catch(_0x5a7b1d){logger[_0x65b626(0x1d2)](_0x65b626(0x13f)+_0x9d7ad3+_0x65b626(0x148)+_0x5a7b1d);}}async['fireEvent'](_0x4a43cf,_0x964f65){const _0xa72cd1=a4_0x4594cf;if(!this['enabled']||!_0x964f65||!_0x4a43cf)return![];try{return await SessionHandler[_0xa72cd1(0x218)](_0x964f65);}catch(_0x57e621){logger[_0xa72cd1(0x1d2)](_0xa72cd1(0x1ec)+_0x4a43cf+'\x20with\x20error\x20:\x20'+_0x57e621);}}[a4_0x4594cf(0x161)](_0x1b9cea){const _0x23aa12=a4_0x4594cf,_0x3092d8={};_0x3092d8[_0x23aa12(0x1f3)]='pending';const _0x1a90b5=_0x3092d8;return{'id':_0x1b9cea[_0x23aa12(0x1f5)],'text':_0x1b9cea[_0x23aa12(0x220)],'keyword':_0x1b9cea[_0x23aa12(0x233)],'started_at':_0x1b9cea['startedAt']['toISOString'](),'result':_0x1a90b5[_0x23aa12(0x1f3)]};}[a4_0x4594cf(0x16c)](_0x6c0b){const _0x52f3ae=a4_0x4594cf,_0x33e7d7={'UmWVt':function(_0x1524e5){return _0x1524e5();}};!this['currentTest'][_0x52f3ae(0x1bf)]&&(this['currentTest']['bddSteps']=[]),!_0x6c0b['stepAnalyticsId']&&(_0x6c0b['stepAnalyticsId']=_0x33e7d7[_0x52f3ae(0x18f)](uuidv4),_0x6c0b[_0x52f3ae(0x238)]=new Date(),this[_0x52f3ae(0x1b7)][_0x52f3ae(0x1bf)]['push'](this[_0x52f3ae(0x161)](_0x6c0b)));}['bddStepFinish'](_0x5188d9){const _0x12ceaa=a4_0x4594cf,_0xf3c63c={'cQOai':function(_0x2c3115,_0x1c5e6a){return _0x2c3115(_0x1c5e6a);},'mNjFb':_0x12ceaa(0x22a),'LDjHq':_0x12ceaa(0x1bd),'Wcxmu':_0x12ceaa(0x140),'eowzr':function(_0x1ee338,_0x14c9d9){return _0x1ee338-_0x14c9d9;}};let _0x1a6751=this['currentTest'][_0x12ceaa(0x1bf)][_0x12ceaa(0x13d)](_0x334ab9=>_0x334ab9['id']===_0x5188d9[_0x12ceaa(0x1f5)]);_0xf3c63c[_0x12ceaa(0x175)](isUndefined,_0x1a6751)&&(_0x1a6751=this[_0x12ceaa(0x161)](_0x5188d9)),_0x1a6751[_0x12ceaa(0x143)]=[_0xf3c63c[_0x12ceaa(0x171)],_0xf3c63c[_0x12ceaa(0x19d)]][_0x12ceaa(0x242)](_0x5188d9[_0x12ceaa(0x15a)])?_0xf3c63c[_0x12ceaa(0x1f1)]:_0x5188d9['status'],_0x1a6751[_0x12ceaa(0x240)]=new Date()[_0x12ceaa(0x225)](),_0x1a6751[_0x12ceaa(0x1c8)]=_0xf3c63c[_0x12ceaa(0x141)](Date[_0x12ceaa(0x1fd)](),_0x5188d9[_0x12ceaa(0x238)][_0x12ceaa(0x192)]()),_0x1a6751[_0x12ceaa(0x22f)]=_0x5188d9['err']?_0x5188d9[_0x12ceaa(0x1fc)]['message']:null;}}const a4_0x487e52={};function a4_0x4aab(){const _0x34c072=['body','dYbvM','stringify','getInstance','UmWVt','HOOK_RUN_STARTED','client','getTime','GsLXz','frameworkName','replace','javascript','TEST_RUN_SKIPPED','PLAYWRIGHT_HUB_URL','DmCra','_afterEach','mxzLV','findGitConfig','LDjHq','Nsocp','../../helpers/test-observability/constants','prototype','prefixTestPath','zrFVM','failureData','nhpyz','wZEAc','VEkYz','YWUfB','_beforeEach','../utils/constants','test','name','bufferPendingHookEvent','pid','hook_run','failed','defineProperty','bind','ruhAG','session_id','browserType.js','AHqex','mBAdt','currentTest','hOCiX','bs:addLog:','markedStatus','removeAllListeners','740OeLrRW','pending','fGneX','bddSteps','fireEvent','format','splice','path','TEST_REPORTING_ANALYTICS','msano','currentHook','aoDDL','duration','FXEyE','util','../../helpers/helper','HOOK_RUN_FINISHED','flushPendingHookEvents','_paths','vctcs','ghsiR','getHierarchy','debug','toString','toUpperCase','CWlrq','LqOla','yhXXa','location_prefix','setupBrowserDetails','zCbjb','lZuXw','1580355RzZdUF','statSync','BrowserType','errorsDetailed','inspect','PUEUP','testAnalyticsId','3|0|5|2|4|1','cKtnt','uploadData','910almPqf','connect','getHooksForTest','getFailureType','hook','tBJnt','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','HookRunStarted','join','HookRunFinished','oYXwG','Wcxmu','543PEbcJo','nBQYI','../../helpers/test-observability/requestQueueHandler','stepAnalyticsId','File\x20path\x20could\x20not\x20be\x20found','_afterAll','captureEvent','GViUN','202178sEGGuf','pendingHookEvents','err','now','connectOverCDP','hasLiveDriverSession','eventType','constructor','hook_run_uuid','__platformCaps','tNeUg','launch','2164KFGTca','test_run','browserstack','.git','_beforeAll','CODECEPT','BvLlA','./helper.js','mapTestHooks','8XkMPAQ','patchConsoleLogger','1ppsnpR','nYYPL','GsnKF','toLowerCase','uuid','774914UsBGJB','10978PRCQQY','uploadEventData','started','5005272HMzxcF','getHookType','fullTitle','Not\x20able\x20to\x20import\x20Browser','CWMnV','Playwright','text','integrations','skipped','sep','rPZEH','toISOString','expanded','../playwright/sessionDetails','codeceptjs','../../helpers/test-observability/utils','success','ywXaH','wMxCT','start','type','failure','title','DhPGe','getRootParentFile','keyword','TEST_EVENTS','../playwright/accessibility-helper','TAsmG','lib','startedAt','driver','retryOf','dJrbJ','qfohD','resetSkipTestHooks','file','event_type','finished_at','LogCreated','includes','cwd','forEach','PathHelper','ZRroj','push','find','exports','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','passed','eowzr','concat','result','hooks','feature','ZnGaQ','failure_backtrace','\x20with\x20error\x20:\x20','__cloud_provider___','test_run_uuid','ldYQp','ZlTbz','tags','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','TEST_RUN_FINISHED','hookAnalyticsId','then','Nywmh','file_name','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','UmLuK','yCuPV','MCBDN','../../helpers/logger','accessibilityPlatform','status','RCmFz','JzaKu','meta','stop','1626akpQfl','logs','initializeBddStep','Failed\x20to\x20parse\x20wsendpoint\x20','CecoE','shutdown','parent','zLvJi','snjZh','CfIsq','BqYxr','getCBTInfo','suites','bddStepStart','geEdP','IOaqd','OEOft','apply','mNjFb','obsBrowserTypeMockApplied','QsvSn','_testEnv','cQOai','webeM','hook_type','HuffC','TEST_RUN_STARTED','trNjF','ctx','JDVEl','relative','length','STATE_FAILED','match','gztkS','UdLoK','comment','finished','groups','sendCBTInfo','wsEndpoint','config','IYgmJ','BROWSERSTACK'];a4_0x4aab=function(){return _0x34c072;};return a4_0x4aab();}a4_0x487e52['O11yHelper']=O11yHelper,a4_0x487e52['STATE_PASSED']=STATE_PASSED,a4_0x487e52[a4_0x4594cf(0x17f)]=STATE_FAILED,a4_0x487e52[a4_0x4594cf(0x234)]=TEST_EVENTS,module[a4_0x4594cf(0x13e)]=a4_0x487e52;
1
+ const a4_0x5b30af=a4_0x55ff;(function(_0x4b2967,_0x1d5465){const _0x3696ef=a4_0x55ff,_0x21b7d3=_0x4b2967();while(!![]){try{const _0x5c5e77=-parseInt(_0x3696ef(0x135))/0x1+-parseInt(_0x3696ef(0x13b))/0x2*(-parseInt(_0x3696ef(0x1bd))/0x3)+parseInt(_0x3696ef(0x1a9))/0x4+parseInt(_0x3696ef(0x13e))/0x5+-parseInt(_0x3696ef(0x222))/0x6*(parseInt(_0x3696ef(0x1e0))/0x7)+-parseInt(_0x3696ef(0x19e))/0x8*(parseInt(_0x3696ef(0x1cb))/0x9)+parseInt(_0x3696ef(0x21f))/0xa;if(_0x5c5e77===_0x1d5465)break;else _0x21b7d3['push'](_0x21b7d3['shift']());}catch(_0x4ee387){_0x21b7d3['push'](_0x21b7d3['shift']());}}}(a4_0x588e,0x29c9d));const path=require('path'),util=require(a4_0x5b30af(0x18c)),fs=require('fs'),{v4:uuidv4}=require(a4_0x5b30af(0x203)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x5b30af(0x12c)),testOpsHelper=require(a4_0x5b30af(0x213)),{getTestEnv}=require(a4_0x5b30af(0x1a5)),{FRAMEWORKS}=require(a4_0x5b30af(0x1f5)),logger=require('../../helpers/logger')[a4_0x5b30af(0x19a)],SessionHandler=require(a4_0x5b30af(0x21a)),RequestQueueHandler=require(a4_0x5b30af(0x1ee)),PlaywrightSessionDetails=require(a4_0x5b30af(0x1fb)),debug=testOpsHelper[a4_0x5b30af(0x1af)],{processAccessibilityCaps}=require(a4_0x5b30af(0x167)),Constants=require('../utils/constants'),{fetchPlatformDetails}=require(a4_0x5b30af(0x1b8)),{shouldProcessEventForTesthub,appendTesthubParams}=require('../../helpers/testhub/utils.js'),constants=require(a4_0x5b30af(0x187)),STATE_PASSED=a4_0x5b30af(0x19f),STATE_FAILED='failed',a4_0x1b6540={};function a4_0x588e(){const _0x4e480a=['getFailureType','tSofR','mapTestHooks','toLowerCase','../../helpers/test-observability/sessionHandler','gSsnU','_testEnv','nBzME','TestRunStarted','2222570MuYBmc','PathHelper','TEST_RUN_SKIPPED','570QwLioM','HJZmK','cVyVQ','RfLJQ','message','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','QLCAj','logs','fullTitle','failure_backtrace','ctx','suites','file_name','forEach','EPfek','kScjm','File\x20path\x20could\x20not\x20be\x20found','../../helpers/helper','findGitConfig','pEPph','startedAt','TEST_EVENTS','STATE_PASSED','string','afuzn','browserType.js','95942vrINXR','toUpperCase','KtVua','sep','client','apply','1270KQYMjP','accessibilityPlatform','currentTest','912500awOjcH','ZaVNq','getHierarchy','connectOverCDP','CBTSessionCreated','dvDfP','Failed\x20to\x20flush\x20pending\x20hook\x20event\x20','Failed\x20to\x20parse\x20wsendpoint\x20','YejWZ','rQacf','lib','KjDKq','setupBrowserDetails','QGORw','Not\x20able\x20to\x20import\x20Browser','hooks','meta','includes','pending','hook_run_uuid','now','mFTnR','bufferPendingHookEvent','appendTestItemLog','connect','skipped','stringify','_paths','exports','_afterAll','_afterEach','__platformCaps','VgyIc','errorsDetailed','xagnM','failure_reason_expanded','session_id','EaCGk','match','TAQHZ','pIMZM','../playwright/accessibility-helper','relative','TEST_RUN_STARTED','failed\x20to\x20get\x20root\x20parent\x20file\x20','driver','YPLUO','initializeBddStep','HookRunFinished','location_prefix','VuIwS','AtpFh','znqvS','fireEvent','njjHw','expanded','CODECEPT','javascript','eventType','keys','sVGDh','ucPiG','keyword','VOOkp','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','gthsy','ApHUV','replace','then','getRootParentFile','getHookType','dirname','tTRLl','../utils/constants','launch','hlJff','fqSkX','CPsQx','util','bind','event_type','flushPendingHookEvents','concat','getTime','comment','Playwright','getCBTInfo','title','yFDLK','err','stepAnalyticsId','aVXWr','winstonLogger','bs:addLog:','.git','finished','765944UhkvLP','passed','__cloud_provider___','enabled','HookRunStarted','hookAnalyticsId','tags','../mocha/test-observability/mochaUtils','testAnalyticsId','BROWSERSTACK','QzBYI','302936LsYLaB','test','duration','resetSkipTestHooks','wsEndpoint','mwAzu','debug','cwd','statSync','xXXqg','DetPd','status','KNUPm','bHVvA','file','./helper.js','finished_at','hasLiveDriverSession','txJrX','wHQrf','1422JhbVLZ','oxKJs','KknHu','toISOString','zxdhO','BrowserType','OgnPO','result','frameworkName','body','oqqZl','parent','3|2|1|5|4|0','lVcis','27yriuPJ','retryOf','success','KxXaB','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','join','uploadEventData','jrKOR','currentHook','test_run','STATE_FAILED','hook_run','sendCBTInfo','constructor','TEST_REPORTING_ANALYTICS','test_run_uuid','defineProperty','inspect','format','QIndb','prototype','16737MYsUHb','captureEvent','\x20with\x20error\x20:\x20','codeceptjs','HwNLj','DkDVb','aKxoS','pid','pendingHookEvents','SPLwp','shutdown','nVvnY','patchConsoleLogger','taulF','../../helpers/test-observability/requestQueueHandler','markedStatus','getHooksForTest','splice','toString','groups','push','../../helpers/test-observability/constants','_beforeEach','integrations','oTERP','sBFns','uirKU','../playwright/sessionDetails','rPXKz','started','TEST_RUN_FINISHED','cOEiz','obsBrowserTypeMockApplied','DSduO','start','uuid','bddSteps','TestRunFinished','hook_type','qwJfY','hook','IjlGC','failure','O11yHelper','LWvCs','VJBQq','feature','DAYLL','backtrace','text','length','../../helpers/test-observability/utils','XQgTu','prefixTestPath'];a4_0x588e=function(){return _0x4e480a;};return a4_0x588e();}function a4_0x55ff(_0x5e8543,_0x52138d){const _0x588ed7=a4_0x588e();return a4_0x55ff=function(_0x55ffcf,_0x5927e0){_0x55ffcf=_0x55ffcf-0x121;let _0x57b112=_0x588ed7[_0x55ffcf];return _0x57b112;},a4_0x55ff(_0x5e8543,_0x52138d);}a4_0x1b6540[a4_0x5b30af(0x169)]=a4_0x5b30af(0x21e),a4_0x1b6540[a4_0x5b30af(0x1fe)]=a4_0x5b30af(0x205),a4_0x1b6540[a4_0x5b30af(0x221)]='TestRunSkipped',a4_0x1b6540['HOOK_RUN_STARTED']=a4_0x5b30af(0x1a2),a4_0x1b6540['HOOK_RUN_FINISHED']=a4_0x5b30af(0x16e);const TEST_EVENTS=a4_0x1b6540,parseEvent=_0x48bcd2=>{const _0x10eaab=a4_0x5b30af,_0x7fe93b={};_0x7fe93b['rQacf']=function(_0x2f3104,_0x5d1c89){return _0x2f3104<_0x5d1c89;},_0x7fe93b['afuzn']=function(_0x3609dd,_0x2c5a8d){return _0x3609dd===_0x2c5a8d;},_0x7fe93b[_0x10eaab(0x20d)]=_0x10eaab(0x1aa),_0x7fe93b[_0x10eaab(0x21d)]=_0x10eaab(0x208),_0x7fe93b['bHVvA']=_0x10eaab(0x157),_0x7fe93b[_0x10eaab(0x121)]=_0x10eaab(0x1fd),_0x7fe93b[_0x10eaab(0x1bf)]=_0x10eaab(0x19d);const _0x54cfbd=_0x7fe93b,_0x55fb52=_0x48bcd2['match'](/^(.*)Run(.*)$/);if(!_0x55fb52)return null;if(_0x54cfbd[_0x10eaab(0x147)](_0x55fb52['length'],0x3))return null;const _0x55d637=_0x55fb52[0x1][_0x10eaab(0x219)](),_0x136e48=_0x55fb52[0x2][_0x10eaab(0x219)]();return{'test':_0x54cfbd['afuzn'](_0x55d637,_0x54cfbd[_0x10eaab(0x20d)]),'hook':_0x54cfbd[_0x10eaab(0x133)](_0x55d637,_0x54cfbd[_0x10eaab(0x21d)]),'skipped':_0x54cfbd[_0x10eaab(0x133)](_0x136e48,_0x54cfbd[_0x10eaab(0x1b6)]),'started':_0x54cfbd[_0x10eaab(0x133)](_0x136e48,_0x54cfbd[_0x10eaab(0x121)]),'finished':_0x54cfbd[_0x10eaab(0x133)](_0x136e48,_0x54cfbd[_0x10eaab(0x1bf)])};},mockPWBrowserType=_0x41fbd3=>{const _0x4c3ced=a4_0x5b30af,_0x2475d8={'VOOkp':function(_0x3d2c8a,_0x78e773,_0x103fc6){return _0x3d2c8a(_0x78e773,_0x103fc6);},'aBmNH':_0x4c3ced(0x1ad),'Zlsjz':function(_0x5ac768,_0x3dd8f2){return _0x5ac768(_0x3dd8f2);},'rPXKz':'browserstack','DetPd':function(_0x5ca117,_0x451f1c,_0x28ddb1){return _0x5ca117(_0x451f1c,_0x28ddb1);},'eSxPW':function(_0x579037,_0x3d6987){return _0x579037(_0x3d6987);},'fwuOh':function(_0x2400ee,_0x445909){return _0x2400ee===_0x445909;},'mFTnR':_0x4c3ced(0x132),'oxKJs':_0x4c3ced(0x148),'xXXqg':_0x4c3ced(0x139),'KjDKq':_0x4c3ced(0x134),'gowpM':function(_0x24f16b,_0xb1288c){return _0x24f16b(_0xb1288c);},'sVGDh':_0x4c3ced(0x14c),'RlQyP':_0x4c3ced(0x156),'wHQrf':'launch'},_0x1d569a=path[_0x4c3ced(0x1d0)](_0x2475d8[_0x4c3ced(0x1be)],_0x2475d8[_0x4c3ced(0x1b2)],_0x2475d8[_0x4c3ced(0x149)]),_0x27e275=_0x2475d8['gowpM'](importFileFromPWCore,_0x1d569a);if(!_0x27e275){_0x2475d8['eSxPW'](debug,_0x2475d8[_0x4c3ced(0x17a)]);return;}const _0x4e529d=_0x27e275[_0x4c3ced(0x1c2)],_0x320288=_0x4e529d[_0x4c3ced(0x1df)];if(_0x320288[_0x4c3ced(0x200)])return;const _0x56feb9=_0x320288[_0x4c3ced(0x156)];Object[_0x4c3ced(0x1db)](_0x320288,_0x2475d8['RlQyP'],{'get':function(){const _0x360c9c=_0x4c3ced,_0x103907={'nVvnY':function(_0x2f438f,_0x262c61){return _0x2475d8['fwuOh'](_0x2f438f,_0x262c61);},'DSduO':_0x2475d8[_0x360c9c(0x153)]};return async function _0x39f1d5(_0x2cfdbe,_0x421c51){const _0x5bd6af=_0x360c9c,_0x220549=_0x2475d8[_0x5bd6af(0x17d)](nestedKeyValue,_0x2cfdbe,[_0x2475d8['aBmNH']])||_0x2cfdbe;let _0x2a4de5=null,_0x552fec=null;try{[_0x552fec,_0x2a4de5]=_0x220549?_0x2475d8['Zlsjz'](parseWSEndpoint,_0x220549):[null,null],global[_0x5bd6af(0x15d)]=_0x2a4de5,logger['debug'](_0x5bd6af(0x227)+_0x552fec),_0x552fec[_0x5bd6af(0x14f)](Constants[_0x5bd6af(0x1a7)])&&(global[_0x5bd6af(0x1a0)]=_0x2475d8[_0x5bd6af(0x1fc)]);}catch(_0x5d6aac){logger[_0x5bd6af(0x1af)](_0x5bd6af(0x145)+_0x220549+'\x20'+_0x5d6aac);}_0x2475d8[_0x5bd6af(0x1b3)](processAccessibilityCaps,_0x2a4de5,_0x552fec);if(global[_0x5bd6af(0x13c)]){const _0x1742fd=await _0x320288[_0x5bd6af(0x141)][_0x5bd6af(0x13a)](this,[''+Constants['PLAYWRIGHT_HUB_URL']+_0x2475d8['eSxPW'](encodeURIComponent,JSON[_0x5bd6af(0x158)](_0x2a4de5))]);return PlaywrightSessionDetails[_0x5bd6af(0x14a)](_0x1742fd,_0x41fbd3,_0x220549),_0x1742fd;}return _0x56feb9[_0x5bd6af(0x13a)](this,arguments)[_0x5bd6af(0x182)](_0x1182f8=>{const _0x38c76a=_0x5bd6af;let _0x5e9df7=_0x2cfdbe[_0x38c76a(0x1ad)];return _0x103907[_0x38c76a(0x1eb)](typeof _0x2cfdbe,_0x103907[_0x38c76a(0x201)])&&(_0x5e9df7=_0x2cfdbe),PlaywrightSessionDetails[_0x38c76a(0x14a)](_0x1182f8,_0x41fbd3,_0x5e9df7),_0x1182f8;});};}});const _0x5cc570=_0x320288[_0x4c3ced(0x188)];Object['defineProperty'](_0x320288,_0x2475d8[_0x4c3ced(0x1bc)],{'get':function(){return async function _0x463567(){const _0x5d8ca8=a4_0x55ff;return _0x5cc570['apply'](this,arguments)[_0x5d8ca8(0x182)](_0x6c0121=>{return PlaywrightSessionDetails['setupBrowserDetails'](_0x6c0121,null),_0x6c0121;});};}});};class O11yHelper{[a4_0x5b30af(0x13d)]=null;[a4_0x5b30af(0x1d3)]=null;[a4_0x5b30af(0x1a1)]=![];['frameworkName']=![];[a4_0x5b30af(0x1e8)]=[];constructor(_0x4447d6,_0x488d3d){const _0x5504c0=a4_0x5b30af,_0x2932d2={'fqSkX':_0x5504c0(0x1c9),'cEhuA':function(_0x386c52,_0x3bc25a){return _0x386c52===_0x3bc25a;},'iRJWa':_0x5504c0(0x193),'JPwWd':function(_0x3e6cc0,_0x1a2b34){return _0x3e6cc0(_0x1a2b34);},'vlhOa':function(_0x5ad5d6){return _0x5ad5d6();},'vrgEV':function(_0x30399c){return _0x30399c();}},_0x48f317=_0x2932d2[_0x5504c0(0x18a)]['split']('|');let _0x9fa15d=0x0;while(!![]){switch(_0x48f317[_0x9fa15d++]){case'0':this[_0x5504c0(0x16b)]&&_0x2932d2['cEhuA'](this[_0x5504c0(0x16b)][_0x5504c0(0x1d8)]['name'],_0x2932d2['iRJWa'])&&_0x2932d2['JPwWd'](mockPWBrowserType,null);continue;case'1':this[_0x5504c0(0x16b)]=_0x4447d6;continue;case'2':this[_0x5504c0(0x1c5)]=_0x488d3d[_0x5504c0(0x1c5)];continue;case'3':this['enabled']=_0x2932d2['vlhOa'](shouldProcessEventForTesthub);continue;case'4':this[_0x5504c0(0x159)]=new testOpsHelper[(_0x5504c0(0x220))]({'cwd':process[_0x5504c0(0x1b0)]()},this[_0x5504c0(0x21c)][_0x5504c0(0x16f)]);continue;case'5':this[_0x5504c0(0x21c)]=_0x2932d2['vrgEV'](getTestEnv);continue;}break;}}[a4_0x5b30af(0x1ba)](){const _0x253d27=a4_0x5b30af,_0x2b8c0c={'aVXWr':function(_0x142593,_0x22baa1){return _0x142593(_0x22baa1);}};if(!this[_0x253d27(0x16b)])return![];try{const _0x5aac8b=_0x2b8c0c[_0x253d27(0x199)](fetchPlatformDetails,this['driver']);if(!_0x5aac8b)return![];const _0x1b5417=Object[_0x253d27(0x179)](_0x5aac8b)[0x0];return!!(_0x1b5417&&_0x5aac8b[_0x1b5417]&&_0x5aac8b[_0x1b5417][_0x253d27(0x162)]);}catch(_0x18d27d){return![];}}[a4_0x5b30af(0x154)](_0x1e45e4,_0x584a0f){const _0x31facd=a4_0x5b30af;if(!_0x584a0f)return;const _0x1689b6={};_0x1689b6[_0x31facd(0x178)]=_0x1e45e4,_0x1689b6['uploadData']=_0x584a0f,this['pendingHookEvents'][_0x31facd(0x1f4)](_0x1689b6);}async[a4_0x5b30af(0x18f)](){const _0x2b6296=a4_0x5b30af,_0x57c7b7={};_0x57c7b7[_0x2b6296(0x1ed)]=function(_0x48aa31,_0x29b019){return _0x48aa31&&_0x29b019;};const _0x498f08=_0x57c7b7;if(!this[_0x2b6296(0x1e8)][_0x2b6296(0x212)])return;if(!this[_0x2b6296(0x1ba)]())return;const _0x37260f=this[_0x2b6296(0x194)](this[_0x2b6296(0x16b)]),_0xd64e89=this[_0x2b6296(0x1e8)][_0x2b6296(0x1f1)](0x0,this['pendingHookEvents'][_0x2b6296(0x212)]);for(const {eventType:_0xde9cb6,uploadData:_0x24bfbb}of _0xd64e89){try{const _0x38beb5=_0x24bfbb[_0x2b6296(0x1d6)]||_0x24bfbb[_0x2b6296(0x1d4)];_0x498f08[_0x2b6296(0x1ed)](_0x38beb5,_0x37260f)&&(_0x38beb5[_0x2b6296(0x1f7)]=_0x37260f),await this[_0x2b6296(0x173)](_0xde9cb6,_0x24bfbb);}catch(_0x5c3354){logger[_0x2b6296(0x1af)](_0x2b6296(0x144)+_0xde9cb6+':\x20'+util[_0x2b6296(0x1dd)](_0x5c3354));}}}[a4_0x5b30af(0x202)](){const _0x4106e6=a4_0x5b30af;if(!this[_0x4106e6(0x1a1)])return;testOpsHelper[_0x4106e6(0x1ec)](),process['removeAllListeners'](_0x4106e6(0x19b)+process[_0x4106e6(0x1e7)]),process['on'](_0x4106e6(0x19b)+process[_0x4106e6(0x1e7)],this[_0x4106e6(0x155)][_0x4106e6(0x18d)](this));}async['stop'](){const _0x4389f3=a4_0x5b30af;await RequestQueueHandler['getInstance']()[_0x4389f3(0x1ea)]();}async['appendTestItemLog'](_0xf6adf1){const _0x2b06e2=a4_0x5b30af,_0x143361={'znqvS':'LogCreated','zxdhO':function(_0x3d2e56,_0x26eb13){return _0x3d2e56(_0x26eb13);}};try{this[_0x2b06e2(0x1d3)]&&!this['currentHook'][_0x2b06e2(0x1ef)]&&(_0xf6adf1[_0x2b06e2(0x151)]=this[_0x2b06e2(0x1d3)]['hookAnalyticsId']);!_0xf6adf1[_0x2b06e2(0x151)]&&this['currentTest']&&!this[_0x2b06e2(0x13d)][_0x2b06e2(0x1ef)]&&(_0xf6adf1['test_run_uuid']=this[_0x2b06e2(0x13d)][_0x2b06e2(0x1a6)]);if(_0xf6adf1[_0x2b06e2(0x151)]||_0xf6adf1[_0x2b06e2(0x1da)]){const _0xb39fab={};_0xb39fab[_0x2b06e2(0x18e)]=_0x143361[_0x2b06e2(0x172)],_0xb39fab[_0x2b06e2(0x122)]=[_0xf6adf1],await SessionHandler[_0x2b06e2(0x1d1)](_0xb39fab);}}catch(_0x4bff29){_0x143361[_0x2b06e2(0x1c1)](debug,'Exception\x20in\x20uploading\x20log\x20data\x20to\x20'+constants['TEST_REPORTING_ANALYTICS']+_0x2b06e2(0x1e2)+_0x4bff29);}}async[a4_0x5b30af(0x1d7)](_0x4bd1d2){const _0x223989=a4_0x5b30af,_0x35b12b={'EPfek':_0x223989(0x142),'pIMZM':function(_0x5722b5,_0x2fe3ad){return _0x5722b5(_0x2fe3ad);}};if(!this['enabled'])return;const _0x1732fe=this[_0x223989(0x194)](this[_0x223989(0x16b)]);try{const _0x477ba3={};_0x477ba3[_0x223989(0x203)]=_0x4bd1d2,_0x477ba3['integrations']=_0x1732fe;const _0x585e37=_0x477ba3,_0x399cdf={};_0x399cdf[_0x223989(0x18e)]=_0x35b12b[_0x223989(0x129)],_0x399cdf[_0x223989(0x1d4)]=_0x585e37,await SessionHandler[_0x223989(0x1d1)](_0x399cdf);}catch(_0x1cd918){_0x35b12b[_0x223989(0x166)](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20'+constants[_0x223989(0x1d9)]+'\x20with\x20error\x20:\x20'+_0x1cd918);}}[a4_0x5b30af(0x194)](_0x3509f7){const _0x1c7b83={'TcGXO':function(_0x56c427,_0x57d64e){return _0x56c427(_0x57d64e);}};return _0x1c7b83['TcGXO'](fetchPlatformDetails,_0x3509f7);}[a4_0x5b30af(0x1ac)]=_0x1cd941=>{const _0xd3304b=a4_0x5b30af,_0x509a70={};_0x509a70[_0xd3304b(0x12a)]=_0xd3304b(0x1f6),_0x509a70['HJZmK']=_0xd3304b(0x15c);const _0x28beb7=_0x509a70;if(!_0x1cd941||!_0x1cd941['parent'])return;[_0x28beb7[_0xd3304b(0x12a)],_0x28beb7[_0xd3304b(0x223)]][_0xd3304b(0x128)](_0x12299b=>{const _0x2d9bdd=_0xd3304b,_0x24c044=_0x1cd941['parent'][_0x12299b];_0x24c044[_0x2d9bdd(0x128)](_0xa365ea=>{const _0x19f32e=_0x2d9bdd;_0xa365ea[_0x19f32e(0x1a3)]&&(_0xa365ea[_0x19f32e(0x1a3)]=null);});});};[a4_0x5b30af(0x218)](_0x2c6e15){const _0x21af3a=a4_0x5b30af,_0x11f4ad={'gSsnU':_0x21af3a(0x1e3),'DAYLL':function(_0x446389){return _0x446389();},'vPutj':function(_0x3c3728,_0x3072ca){return _0x3c3728===_0x3072ca;},'uirKU':_0x21af3a(0x15c),'IjlGC':'_beforeAll','lZsjY':'_afterAll','yFDLK':_0x21af3a(0x1f6)};if(!_0x2c6e15||!_0x2c6e15['parent'])return;[_0x11f4ad[_0x21af3a(0x209)],_0x11f4ad['lZsjY'],_0x11f4ad[_0x21af3a(0x196)],_0x11f4ad[_0x21af3a(0x1fa)]][_0x21af3a(0x128)](_0x476aae=>{const _0x3054d9=_0x21af3a,_0x47de99={'tTRLl':_0x11f4ad[_0x3054d9(0x21b)],'RfLJQ':function(_0x36a555){const _0x167840=_0x3054d9;return _0x11f4ad[_0x167840(0x20f)](_0x36a555);},'jrKOR':function(_0x4f21a8,_0x55bb13){return _0x11f4ad['vPutj'](_0x4f21a8,_0x55bb13);},'tSofR':_0x11f4ad[_0x3054d9(0x1fa)]},_0x16e6bd=_0x2c6e15[_0x3054d9(0x1c8)][_0x476aae]||[];_0x16e6bd[_0x3054d9(0x128)](_0x50312a=>{const _0x5736ae=_0x3054d9;if(_0x50312a[_0x5736ae(0x195)][_0x5736ae(0x14f)](_0x47de99[_0x5736ae(0x186)]))return;if(!_0x50312a[_0x5736ae(0x1a3)])_0x50312a[_0x5736ae(0x1a3)]=_0x47de99['RfLJQ'](uuidv4);else _0x50312a[_0x5736ae(0x1ef)]&&_0x47de99[_0x5736ae(0x1d2)](_0x476aae,_0x47de99[_0x5736ae(0x217)])&&(_0x50312a['hookAnalyticsId']=_0x47de99[_0x5736ae(0x225)](uuidv4),delete _0x50312a[_0x5736ae(0x1ef)]);});}),this[_0x21af3a(0x218)](_0x2c6e15['parent']);}['getHooksForTest'](_0x2f9618){const _0xfd6d2d=a4_0x5b30af,_0x1662de={};_0x1662de['VuIwS']='_beforeAll',_0x1662de[_0xfd6d2d(0x1ff)]=_0xfd6d2d(0x15b),_0x1662de[_0xfd6d2d(0x12e)]=_0xfd6d2d(0x1f6),_0x1662de[_0xfd6d2d(0x163)]='_afterEach';const _0x2eb298=_0x1662de;if(!_0x2f9618||!_0x2f9618[_0xfd6d2d(0x1c8)])return[];const _0x223d12=[];return[_0x2eb298[_0xfd6d2d(0x170)],_0x2eb298[_0xfd6d2d(0x1ff)],_0x2eb298['pEPph'],_0x2eb298[_0xfd6d2d(0x163)]][_0xfd6d2d(0x128)](_0x40ec9a=>{const _0x2caf5b=_0xfd6d2d,_0x2d9684=_0x2f9618[_0x2caf5b(0x1c8)][_0x40ec9a]||[];_0x2d9684[_0x2caf5b(0x128)](_0x4705fa=>{const _0xae6477=_0x2caf5b;_0x4705fa[_0xae6477(0x1a3)]&&_0x223d12[_0xae6477(0x1f4)](_0x4705fa[_0xae6477(0x1a3)]);});}),[][_0xfd6d2d(0x190)](_0x223d12,this['getHooksForTest'](_0x2f9618[_0xfd6d2d(0x1c8)]));}[a4_0x5b30af(0x184)](_0x176690){const _0x405dfa=a4_0x5b30af,_0x2abd79=/^"(?<hook>.*)" hook:.*$/,_0x3e9794=_0x176690[_0x405dfa(0x195)],_0x13e522=_0x3e9794[_0x405dfa(0x164)](_0x2abd79);if(_0x13e522&&_0x13e522[_0x405dfa(0x1f3)])return _0x13e522[_0x405dfa(0x1f3)]['hook'][_0x405dfa(0x136)]()[_0x405dfa(0x181)]('\x20','_');return null;}[a4_0x5b30af(0x12d)](_0x48c50f){const _0x3f7aef=a4_0x5b30af,_0xcce20f={};_0xcce20f[_0x3f7aef(0x174)]=function(_0x448a4d,_0x4523c9){return _0x448a4d===_0x4523c9;},_0xcce20f[_0x3f7aef(0x165)]=function(_0x50df1b,_0x29b77a){return _0x50df1b===_0x29b77a;},_0xcce20f[_0x3f7aef(0x143)]=function(_0x32a8d4,_0x26b6e8){return _0x32a8d4===_0x26b6e8;},_0xcce20f[_0x3f7aef(0x189)]=function(_0x3e48ab,_0x4be4c8){return _0x3e48ab===_0x4be4c8;},_0xcce20f[_0x3f7aef(0x16c)]=_0x3f7aef(0x19c),_0xcce20f[_0x3f7aef(0x180)]='config';const _0x9281a=_0xcce20f,_0x258455=path[_0x3f7aef(0x138)];if(_0x9281a[_0x3f7aef(0x174)](_0x48c50f,null)||_0x9281a[_0x3f7aef(0x165)](_0x48c50f,'')||_0x9281a['dvDfP'](_0x48c50f,_0x258455)||_0x9281a[_0x3f7aef(0x189)](_0x48c50f,path['dirname'](_0x48c50f)))return null;try{return fs[_0x3f7aef(0x1b1)](path['join'](_0x48c50f,_0x9281a[_0x3f7aef(0x16c)],_0x9281a['ApHUV'])),_0x48c50f;}catch(_0x37999a){const _0x2e6f21=path[_0x3f7aef(0x185)](_0x48c50f);return this[_0x3f7aef(0x12d)](_0x2e6f21);}}[a4_0x5b30af(0x183)](_0x1bed5c){const _0x57bc51=a4_0x5b30af,_0x40b353={};_0x40b353['vqqCl']=function(_0x3d7b10,_0x586793){return _0x3d7b10>_0x586793;};const _0x1deac9=_0x40b353;if(_0x1bed5c[_0x57bc51(0x1b7)])return _0x1bed5c['file'];if(_0x1bed5c[_0x57bc51(0x125)]){const _0x24876b=_0x1bed5c[_0x57bc51(0x125)][_0x57bc51(0x13d)]?this[_0x57bc51(0x183)](_0x1bed5c[_0x57bc51(0x125)][_0x57bc51(0x13d)]):null;if(_0x24876b)return _0x24876b;}if(_0x1bed5c[_0x57bc51(0x1c8)]){const _0x426d30=this[_0x57bc51(0x183)](_0x1bed5c['parent'])||(_0x1bed5c['parent'][_0x57bc51(0x125)]&&_0x1bed5c[_0x57bc51(0x1c8)][_0x57bc51(0x125)][_0x57bc51(0x13d)]?this[_0x57bc51(0x183)](_0x1bed5c['parent'][_0x57bc51(0x125)][_0x57bc51(0x13d)]):null);if(_0x426d30)return _0x426d30;_0x1bed5c[_0x57bc51(0x1c8)][_0x57bc51(0x126)]&&_0x1deac9['vqqCl'](_0x1bed5c['parent'][_0x57bc51(0x126)][_0x57bc51(0x212)],0x0)&&_0x1bed5c[_0x57bc51(0x1c8)][_0x57bc51(0x126)]['forEach'](_0x223f96=>{const _0x3028f2=_0x57bc51,_0x271761=_0x223f96['ctx']?this[_0x3028f2(0x183)](_0x223f96[_0x3028f2(0x125)]):null;if(_0x271761)return _0x271761;});}return null;}[a4_0x5b30af(0x140)](_0xa18518){const _0x1b3723=a4_0x5b30af,_0x1884f2={};_0x1884f2[_0x1b3723(0x20c)]=function(_0x56d4e7,_0x4f494c){return _0x56d4e7!==_0x4f494c;};const _0x3d90e9=_0x1884f2,_0x4216ea=[];if(_0xa18518&&_0xa18518[_0x1b3723(0x1c8)]){let _0x19a392=_0xa18518[_0x1b3723(0x1c8)];while(_0x19a392&&_0x3d90e9[_0x1b3723(0x20c)](_0x19a392['title'],'')){_0x4216ea[_0x1b3723(0x1f4)](_0x19a392[_0x1b3723(0x195)]),_0x19a392=_0x19a392['parent'];}}return _0x4216ea;}[a4_0x5b30af(0x1e1)](_0x19bf98,_0x4543e0,_0x218db7=undefined){const _0x45e81b=a4_0x5b30af,_0x2932c8={'aKxoS':function(_0x2c703c,_0x4d09e1){return _0x2c703c(_0x4d09e1);},'cVyVQ':function(_0x4ff0ff){return _0x4ff0ff();},'mwAzu':function(_0x3cb320){return _0x3cb320();},'oqqZl':function(_0x1f9943){return _0x1f9943();},'ZaVNq':_0x45e81b(0x197),'SPLwp':function(_0xbac029,_0x12d956){return _0xbac029!==_0x12d956;},'txJrX':function(_0x561b5f,_0x47b498){return _0x561b5f!==_0x47b498;},'gthsy':_0x45e81b(0x12b),'KxXaB':_0x45e81b(0x150),'AtpFh':'failed','HwNLj':_0x45e81b(0x19f),'DkDVb':_0x45e81b(0x157),'vzCZD':_0x45e81b(0x177),'QIndb':function(_0x18b6df,_0x3c0066){return _0x18b6df-_0x3c0066;},'KtVua':function(_0x160fd0,_0x11c948,_0x267f93,_0x1fe683,_0x819113){return _0x160fd0(_0x11c948,_0x267f93,_0x1fe683,_0x819113);},'OgnPO':function(_0x28f5a3,_0x598990){return _0x28f5a3!==_0x598990;},'lVcis':_0x45e81b(0x1f7),'XQgTu':_0x45e81b(0x14e),'CPsQx':_0x45e81b(0x20a),'KPDmk':_0x45e81b(0x124),'KNUPm':_0x45e81b(0x210),'VgyIc':_0x45e81b(0x161),'oTERP':_0x45e81b(0x175),'sBFns':function(_0x1410d3,_0xe0b3a6){return _0x1410d3===_0xe0b3a6;},'ucPiG':_0x45e81b(0x1d6),'QzBYI':_0x45e81b(0x1d4)};if(!this[_0x45e81b(0x1a1)])return;try{if(_0x4543e0['fn']&&_0x4543e0['fn'][_0x45e81b(0x1f2)]()['match'](/browserstack internal helper hook/))return;const _0xcbf7b1=_0x2932c8[_0x45e81b(0x1e6)](parseEvent,_0x19bf98);if(!_0xcbf7b1)return;if(_0xcbf7b1[_0x45e81b(0x1aa)]){this['currentTest']=_0x4543e0,this[_0x45e81b(0x1d3)]=null;if(_0xcbf7b1[_0x45e81b(0x1fd)]||_0xcbf7b1['skipped']){_0x4543e0['startedAt']=new Date(),_0x4543e0[_0x45e81b(0x1ef)]=![];if(!_0x4543e0[_0x45e81b(0x1a6)])_0x4543e0[_0x45e81b(0x1a6)]=_0x2932c8[_0x45e81b(0x224)](uuidv4);else _0x4543e0[_0x45e81b(0x1ef)]&&(!_0x4543e0['retryOf']&&(_0x4543e0[_0x45e81b(0x1cc)]=_0x4543e0[_0x45e81b(0x1a6)]),_0x4543e0[_0x45e81b(0x1a6)]=_0x2932c8[_0x45e81b(0x224)](uuidv4));}}else{if(_0xcbf7b1[_0x45e81b(0x208)]){this['currentHook']=_0x4543e0;if(_0xcbf7b1[_0x45e81b(0x1fd)]){_0x4543e0[_0x45e81b(0x12f)]=new Date(),_0x4543e0[_0x45e81b(0x1ef)]=![];if(!_0x4543e0[_0x45e81b(0x1a3)])_0x4543e0[_0x45e81b(0x1a3)]=_0x2932c8[_0x45e81b(0x1ae)](uuidv4);else _0x4543e0['hookAnalyticsId']&&_0x4543e0[_0x45e81b(0x1ef)]&&(_0x4543e0[_0x45e81b(0x1a3)]=_0x2932c8[_0x45e81b(0x1c7)](uuidv4));}}}if(_0xcbf7b1[_0x45e81b(0x19d)]&&_0x4543e0[_0x45e81b(0x1ef)])return;let _0x54a2c7;try{_0x54a2c7=this['getRootParentFile'](_0x4543e0);}catch(_0xcea48e){logger[_0x45e81b(0x1af)](_0x45e81b(0x16a)+_0xcea48e),_0x54a2c7=null;}let _0x228031=[];_0x218db7&&(_0x228031=[_0x218db7,_0x2932c8[_0x45e81b(0x13f)]]);const _0x2bab39=_0x2932c8[_0x45e81b(0x1e9)](_0x4543e0[_0x45e81b(0x15f)],undefined)?util[_0x45e81b(0x1dc)](_0x4543e0[_0x45e81b(0x15f)][0x0]):_0x2932c8[_0x45e81b(0x1bb)](_0x218db7,undefined)?_0x218db7[_0x45e81b(0x1f2)]():undefined,_0x4ca131=_0x54a2c7?this[_0x45e81b(0x12d)](_0x54a2c7):null,_0x46ce55=_0x54a2c7?this[_0x45e81b(0x159)][_0x45e81b(0x215)](this[_0x45e81b(0x183)](_0x4543e0)):_0x2932c8[_0x45e81b(0x17f)];let _0x36df7e=_0x2932c8[_0x45e81b(0x1ce)];const _0x4c68f6=!_0xcbf7b1[_0x45e81b(0x1fd)]?new Date()[_0x45e81b(0x1c0)]():null;if(_0xcbf7b1[_0x45e81b(0x19d)])_0x36df7e=_0x218db7?_0x2932c8[_0x45e81b(0x171)]:_0x2932c8['HwNLj'],_0x4543e0['markedStatus']=!![];else _0xcbf7b1[_0x45e81b(0x157)]&&(_0x36df7e=_0x2932c8[_0x45e81b(0x1e5)],_0x4543e0[_0x45e81b(0x1ef)]=!![]);const _0x1f19a8={'framework':this[_0x45e81b(0x1c5)],'uuid':_0x4543e0[_0x45e81b(0x1a6)]||_0x4543e0[_0x45e81b(0x1a3)],'name':_0x4543e0[_0x45e81b(0x195)],'body':{'lang':_0x2932c8['vzCZD'],'code':_0x4543e0[_0x45e81b(0x1c6)]['toString']()},'type':_0x4543e0['type'],'scope':_0x4543e0[_0x45e81b(0x123)](),'scopes':this[_0x45e81b(0x140)](_0x4543e0),'file_name':_0x46ce55,'vc_filepath':_0x4ca131?path[_0x45e81b(0x168)](_0x4ca131,_0x54a2c7):null,'location':_0x46ce55,'result':_0x36df7e,'failure_reason':_0x2bab39,'duration_in_ms':_0x4543e0[_0x45e81b(0x1ab)]||(_0xcbf7b1[_0x45e81b(0x19d)]||_0xcbf7b1['skipped'])?_0x2932c8[_0x45e81b(0x1de)](Date[_0x45e81b(0x152)](),new Date(_0x4543e0[_0x45e81b(0x12f)])[_0x45e81b(0x191)]()):null,'started_at':new Date(_0x4543e0[_0x45e81b(0x12f)])['toISOString'](),'finished_at':_0x4c68f6,'failure':testOpsHelper['failureData'][_0x45e81b(0x13a)](null,_0x228031),'failure_type':!_0x2bab39?null:testOpsHelper[_0x45e81b(0x216)](_0x2bab39),'retry_of':_0x4543e0['retryOf']||null,'tags':_0x4543e0[_0x45e81b(0x1a4)]||[],'customRerunParam':{'rerun_name':_0x4543e0[_0x45e81b(0x123)]()}};_0x2932c8[_0x45e81b(0x137)](appendTesthubParams,_0x1f19a8,_0x19bf98,_0x4543e0,FRAMEWORKS[_0x45e81b(0x176)]);if(_0xcbf7b1[_0x45e81b(0x208)])[_0x1f19a8[_0x45e81b(0x206)],_0x1f19a8['name']]=[this[_0x45e81b(0x184)](_0x4543e0),_0x4543e0['ctx'][_0x45e81b(0x1aa)][_0x45e81b(0x195)]],_0xcbf7b1['finished']?_0x2932c8[_0x45e81b(0x1c3)](_0x1f19a8[_0x45e81b(0x1c4)],_0x2932c8[_0x45e81b(0x171)])&&(_0x1f19a8[_0x45e81b(0x1c4)]=_0x2932c8[_0x45e81b(0x1e4)]):_0x1f19a8['body']={};else _0xcbf7b1[_0x45e81b(0x1aa)]&&(this[_0x45e81b(0x218)](_0x4543e0),_0xcbf7b1[_0x45e81b(0x157)]&&this[_0x45e81b(0x1ac)](_0x4543e0),(_0xcbf7b1[_0x45e81b(0x19d)]||_0xcbf7b1[_0x45e81b(0x157)])&&(_0x1f19a8[_0x45e81b(0x14d)]=this[_0x45e81b(0x1f0)](_0x4543e0)));this[_0x45e81b(0x16b)]&&(_0xcbf7b1[_0x45e81b(0x1fd)]||_0xcbf7b1[_0x45e81b(0x157)])&&(_0x1f19a8[_0x2932c8[_0x45e81b(0x1ca)]]=this['getCBTInfo'](this[_0x45e81b(0x16b)]));_0xcbf7b1[_0x45e81b(0x1aa)]&&_0xcbf7b1['finished']&&_0x4543e0['bddSteps']&&(_0x1f19a8[_0x2932c8[_0x45e81b(0x214)]]={'feature':{'name':_0x4543e0[_0x45e81b(0x1c8)][_0x45e81b(0x20e)]['name'],'path':_0x1f19a8[_0x45e81b(0x127)],'description':_0x4543e0[_0x45e81b(0x1c8)][_0x45e81b(0x192)]},'scenario':{'name':_0x4543e0[_0x45e81b(0x195)]},'steps':_0x4543e0[_0x45e81b(0x204)]});const _0x1d1b57=_0x1f19a8[_0x2932c8[_0x45e81b(0x18b)]][0x0];_0x1d1b57&&(_0x1f19a8[_0x2932c8['KPDmk']]=_0x1d1b57[_0x2932c8[_0x45e81b(0x1b5)]],_0x1f19a8[_0x2932c8[_0x45e81b(0x15e)]]=_0x1d1b57[_0x2932c8[_0x45e81b(0x1f8)]]);if(_0x4543e0[_0x45e81b(0x204)])for(const _0xcc2f1f of _0x4543e0[_0x45e81b(0x204)]){!_0xcc2f1f['finished_at']&&(_0xcc2f1f[_0x45e81b(0x1b9)]=new Date()[_0x45e81b(0x1c0)](),_0x2932c8[_0x45e81b(0x1f9)](_0xcc2f1f[_0x45e81b(0x1c4)],_0x2932c8[_0x45e81b(0x1ce)])&&(_0x1d1b57?(_0xcc2f1f[_0x45e81b(0x1c4)]=_0x2932c8[_0x45e81b(0x171)],_0xcc2f1f[_0x45e81b(0x20a)]=_0x1d1b57[_0x2932c8[_0x45e81b(0x1b5)]][0x0]):_0xcc2f1f[_0x45e81b(0x1c4)]=_0x2932c8[_0x45e81b(0x1e4)]));}const _0x3b0229={};_0x3b0229['event_type']=_0xcbf7b1['skipped']?TEST_EVENTS[_0x45e81b(0x1fe)]:_0x19bf98;const _0x2eff02=_0x3b0229;return _0xcbf7b1['hook']?_0x2eff02[_0x2932c8[_0x45e81b(0x17b)]]=_0x1f19a8:_0x2eff02[_0x2932c8[_0x45e81b(0x1a8)]]=_0x1f19a8,_0x2eff02;}catch(_0x485e74){logger[_0x45e81b(0x1af)](_0x45e81b(0x17e)+_0x19bf98+_0x45e81b(0x1e2)+_0x485e74);}}async[a4_0x5b30af(0x173)](_0x121ef2,_0x49c61b){const _0x211f75=a4_0x5b30af;if(!this[_0x211f75(0x1a1)]||!_0x49c61b||!_0x121ef2)return![];try{return await SessionHandler[_0x211f75(0x1d1)](_0x49c61b);}catch(_0x1038fe){logger[_0x211f75(0x1af)](_0x211f75(0x1cf)+_0x121ef2+_0x211f75(0x1e2)+_0x1038fe);}}['initializeBddStep'](_0x4f9dee){const _0x54719e=a4_0x5b30af,_0x46f4cf={};_0x46f4cf['OyAMZ']='pending';const _0xc4a43=_0x46f4cf;return{'id':_0x4f9dee['stepAnalyticsId'],'text':_0x4f9dee[_0x54719e(0x211)],'keyword':_0x4f9dee[_0x54719e(0x17c)],'started_at':_0x4f9dee[_0x54719e(0x12f)][_0x54719e(0x1c0)](),'result':_0xc4a43['OyAMZ']};}['bddStepStart'](_0x1be5c3){const _0x22739d=a4_0x5b30af,_0x54116d={'OgjGk':function(_0xb5080c){return _0xb5080c();}};!this[_0x22739d(0x13d)][_0x22739d(0x204)]&&(this[_0x22739d(0x13d)]['bddSteps']=[]),!_0x1be5c3[_0x22739d(0x198)]&&(_0x1be5c3['stepAnalyticsId']=_0x54116d['OgjGk'](uuidv4),_0x1be5c3[_0x22739d(0x12f)]=new Date(),this[_0x22739d(0x13d)][_0x22739d(0x204)][_0x22739d(0x1f4)](this[_0x22739d(0x16d)](_0x1be5c3)));}['bddStepFinish'](_0x3c4c24){const _0x19c398=a4_0x5b30af,_0xb6d7f3={'QGORw':function(_0x540a35,_0x1cf7a3){return _0x540a35(_0x1cf7a3);},'YejWZ':_0x19c398(0x1cd),'XgPzr':_0x19c398(0x150),'xagnM':_0x19c398(0x19f),'qwJfY':function(_0x3e18ae,_0x558427){return _0x3e18ae-_0x558427;}};let _0x57b0c1=this[_0x19c398(0x13d)][_0x19c398(0x204)]['find'](_0x1876cb=>_0x1876cb['id']===_0x3c4c24[_0x19c398(0x198)]);_0xb6d7f3[_0x19c398(0x14b)](isUndefined,_0x57b0c1)&&(_0x57b0c1=this['initializeBddStep'](_0x3c4c24)),_0x57b0c1[_0x19c398(0x1c4)]=[_0xb6d7f3[_0x19c398(0x146)],_0xb6d7f3['XgPzr']][_0x19c398(0x14f)](_0x3c4c24[_0x19c398(0x1b4)])?_0xb6d7f3[_0x19c398(0x160)]:_0x3c4c24[_0x19c398(0x1b4)],_0x57b0c1['finished_at']=new Date()[_0x19c398(0x1c0)](),_0x57b0c1['duration']=_0xb6d7f3[_0x19c398(0x207)](Date[_0x19c398(0x152)](),_0x3c4c24['startedAt'][_0x19c398(0x191)]()),_0x57b0c1[_0x19c398(0x20a)]=_0x3c4c24[_0x19c398(0x197)]?_0x3c4c24[_0x19c398(0x197)][_0x19c398(0x226)]:null;}}const a4_0x440a1b={};a4_0x440a1b[a4_0x5b30af(0x20b)]=O11yHelper,a4_0x440a1b[a4_0x5b30af(0x131)]=STATE_PASSED,a4_0x440a1b[a4_0x5b30af(0x1d5)]=STATE_FAILED,a4_0x440a1b[a4_0x5b30af(0x130)]=TEST_EVENTS,module[a4_0x5b30af(0x15a)]=a4_0x440a1b;