browserstack-node-sdk 1.57.0 → 1.57.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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/package.json +3 -3
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/newman/command.js +1 -1
  79. package/src/bin/newman/helper.js +1 -1
  80. package/src/bin/newman/reporter/index.js +1 -1
  81. package/src/bin/newman/scriptRunner.js +1 -1
  82. package/src/bin/nightwatch/command.js +1 -1
  83. package/src/bin/playwright/accessibility-helper.js +1 -1
  84. package/src/bin/playwright/command.js +1 -1
  85. package/src/bin/playwright/globalSetup.js +1 -1
  86. package/src/bin/playwright/mock-process.js +1 -1
  87. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  88. package/src/bin/playwright/patches.js +1 -1
  89. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  90. package/src/bin/playwright/reporter/reporter.js +1 -1
  91. package/src/bin/playwright/reporter/test-details.js +1 -1
  92. package/src/bin/playwright/sessionDetails.js +1 -1
  93. package/src/bin/puppeteer/patches.js +1 -1
  94. package/src/bin/puppeteer/sessionDetails.js +1 -1
  95. package/src/bin/puppeteer/test.setup.js +1 -1
  96. package/src/bin/runner.js +1 -1
  97. package/src/bin/setup.js +1 -1
  98. package/src/bin/test-runner/index.js +1 -1
  99. package/src/bin/test-runner/runTest.js +1 -1
  100. package/src/bin/test-runner/testWorker.js +1 -1
  101. package/src/bin/utils/apiUtilityMethods.js +1 -1
  102. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  103. package/src/bin/utils/constants.js +1 -1
  104. package/src/bin/utils/log4jsAppender.js +1 -1
  105. package/src/bin/utils/logPatcher.js +1 -1
  106. package/src/bin/utils/logReportingAPI.js +1 -1
  107. package/src/bin/utils/playwright-patcher.js +1 -1
  108. package/src/bin/utils/puppeteer-patcher.js +1 -1
  109. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  110. package/src/bin/utils/sharedUtils.js +1 -1
  111. package/src/bin/v2/TestInfo.js +1 -1
  112. package/src/bin/v2/browserstackCLI.js +1 -1
  113. package/src/bin/v2/cliUtils.js +1 -1
  114. package/src/bin/v2/customTagManager.js +1 -1
  115. package/src/bin/v2/eventDispatcher.js +1 -1
  116. package/src/bin/v2/framework/automationFramework.js +1 -1
  117. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  118. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  119. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  120. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  121. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  122. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  123. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  124. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  125. package/src/bin/v2/framework/testFramework.js +1 -1
  126. package/src/bin/v2/grpcClient.js +1 -1
  127. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  128. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  129. package/src/bin/v2/instances/trackedContext.js +1 -1
  130. package/src/bin/v2/instances/trackedInstance.js +1 -1
  131. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  132. package/src/bin/v2/modules/baseModule.js +1 -1
  133. package/src/bin/v2/modules/loadTestModule.js +1 -1
  134. package/src/bin/v2/modules/observabilityModule.js +1 -1
  135. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  136. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  137. package/src/bin/v2/modules/testhubModule.js +1 -1
  138. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  139. package/src/bin/v2/state/hookState.js +1 -1
  140. package/src/bin/v2/state/testFrameworkState.js +1 -1
  141. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  142. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  143. package/src/bin/v2/utils/jest-utils.js +1 -1
  144. package/src/bin/vanilla-js/command.js +1 -1
  145. package/src/browserStackSdk.js +1 -1
  146. package/src/helpers/BrowserStackSetup.js +1 -1
  147. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  148. package/src/helpers/accessibility-automation/constants.js +1 -1
  149. package/src/helpers/accessibility-automation/helper.js +1 -1
  150. package/src/helpers/accessibility-automation/scripts.js +1 -1
  151. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  152. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  153. package/src/helpers/ats/constants.js +1 -1
  154. package/src/helpers/ats/helper.js +1 -1
  155. package/src/helpers/caCertHelper.js +1 -1
  156. package/src/helpers/capsMapping.js +1 -1
  157. package/src/helpers/central-scanner/constants.js +1 -1
  158. package/src/helpers/central-scanner/helpers.js +1 -1
  159. package/src/helpers/classLogger.js +1 -1
  160. package/src/helpers/driverInitErrorReporter.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_0x2e22(){const _0x4899f4=['OiNsM','bs:addLog:','NCrRu','codeceptjs/lib/utils.js','prototype','14485910rXlLMn','KOcPS','_before','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','GUSwt','hook-passed','dispatcher','hSXqH','cJqTg','command','HOOK_RUN_STARTED','TEST_SCREENSHOT','GET_RESULTS','122iQAWaJ','test','TEST_RUN_STARTED','PovjF','UTPKp','codeceptjs/lib/recorder.js','SDK_PRE_INITIALIZE','88qkLyUm','14627NEjnPR','hasLiveDriverSession','end','getResultsSummary','codeceptjs/lib/index.js','skipped','passed','FRAMEWORK_DETAILS','EGuqj','exports','QWKlm','bufferPendingHookEvent','YfWsq','InZZo','BS_TESTOPS_ALLOW_SCREENSHOTS','skipSessionStatus','bddStepFinish','BS_A11Y_JWT','measureWrapper','browserStackExecuteDriver','../../helpers/test-observability/utils','currentTest','testFramework','HbuHz','BROWSERSTACK_TESTHUB_JWT','LbVcC','afterTest','setGlobal','548576VjmSGw','ccDue','saveTestResults','lnsvj','step-comment','Playwright','../../helpers/performance/performance-tester','nktIm','WOfBv','toISOString','gTIOK','base64','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','Nszpu','22hPzGdI','skipSessionName','function','Suite','GET_RESULTS_SUMMARY','browser','event','SDK_POST_TEST','patchSaveScreenshot','setSessionName','SacZl','codeceptjs/lib/helper/Playwright.js','qGnzm','chromium','captureEvent','args','9068448mjEZpu','KeTSP','test-after','setSessionStatus','../../helpers/helper','mVPBC','startsWith','stringify','INFO','qcStm','then','XctJA','env','oEsmZ','gcNXS','split','message','format','getAccessibilityResultsSummary','apply','VzLKq','all','GMmmL','rXnmo','Zbmct','call','BgxAN','contexts','name','iAuot','stopMonitoring','GXgSv','class','VfMAN','stack','toString','qUpGA','captureError','driver-init\x20capture\x20install\x20failed:\x20','TEST_RUN_SKIPPED','util','ctx','arguments','warn','tSUAR','dZgxu','parse','readFileSync','TAAVo','3652715XdftnI','addRequestSpy','TEST_LOG','XvPfi','\x0aStack:\x20','getResults','version','../../helpers/logger','TEST_RUN_FINISHED','pid','fireEvent','SAVE_RESULTS','constructor','debug','lKVec','stop','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','browserContext','IGyzl','SDK_TEST','webdriverio','from','getGlobal','rXdmJ','add','_setPage','devtools://','hkwBk','IvfQb','action','IkSKw','pBGKW','wRmHv','CcezX','Element','4dpTJSP','PERFORM_SCAN','getSyncScript','BuGgZ','started','comment','raThC','forEach','jJIve','push','SDK_HOOK','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','browserstackTestName','yjULI','xYYYh','5658243LWoNCW','ITOhv','domForge','../../helpers/accessibility-automation/helper','rijQU','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','ENV_VAR','hook','initSaveScreenshot','BROWSERSTACK_TESTHUB_UUID','codeceptjs','info','RfKLi','restore','MXkkc','start','Screenshot\x20path\x20not\x20found','saveScreenshot','step','TestCafe','Puppeteer','testAnalyticsId','SDK_POST_INITIALIZE','../../helpers/request-spy','helpers','emit','SDK_PRE_TEST','title','./helper.js','FoixP','../../helpers/globals.js','installAll','../../bin/playwright/sessionDetails','SESSION_STATUS','__skipSessionStatus','accessibilityPlatform','9ayQnwJ','test-failed','pNsjF','LOYau','DhbwD','GZeXe','nLCiP','awsIX','WebDriver','../../helpers/performance/constants','performScan','bind','getAccessibilityResults','url','DWDLl','__driver','string','overwriteCommand','hookType','test-skipped','thTestRunUuid','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20Playwright\x20_before:\x20','catch','GVIjt','JhsYA','after','fpedj','bhcaT','./o11yHelper','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','a11y_core_config','before','mQTFg','qAPmk','fYruD','filter','executeScript','bstackAllyScanning','bddStep','failed','GNakC','../../helpers/testhub/constants.js','vWOnQ','SnPSE','includes','8502270yuehmB','pages','isMobilePlatform','../../helpers/driverInitErrorReporter','config','HCNuG','DFeaO','test-before','commandsToWrap','isArray','titlePath','browserstack_executor:\x20','flushPendingHookEvents','CkGAH','HOOK_RUN_FINISHED','slice','../../helpers/accessibility-automation/scripts','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','status','container','startMonitoring','../../bin/playwright/accessibility-helper'];a1_0x2e22=function(){return _0x4899f4;};return a1_0x2e22();}const a1_0x1c0dd0=a1_0x3481;(function(_0x175b91,_0x585eef){const _0x303365=a1_0x3481,_0xc2e012=_0x175b91();while(!![]){try{const _0x354fa2=parseInt(_0x303365(0x278))/0x1*(-parseInt(_0x303365(0x270))/0x2)+parseInt(_0x303365(0x1f7))/0x3*(parseInt(_0x303365(0x1e8))/0x4)+-parseInt(_0x303365(0x1c5))/0x5+-parseInt(_0x303365(0x248))/0x6+parseInt(_0x303365(0x176))/0x7*(-parseInt(_0x303365(0x277))/0x8)+parseInt(_0x303365(0x21b))/0x9*(parseInt(_0x303365(0x263))/0xa)+parseInt(_0x303365(0x184))/0xb*(parseInt(_0x303365(0x194))/0xc);if(_0x354fa2===_0x585eef)break;else _0xc2e012['push'](_0xc2e012['shift']());}catch(_0xf1ed93){_0xc2e012['push'](_0xc2e012['shift']());}}}(a1_0x2e22,0xe6845));const fs=require('fs'),util=require(a1_0x1c0dd0(0x1bc)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x1c0dd0(0x198)),logger=require(a1_0x1c0dd0(0x1cc))['winstonLogger'],testOpsHelper=require(a1_0x1c0dd0(0x28c)),requestSpy=require(a1_0x1c0dd0(0x20e)),PlaywrightSessionDetails=require(a1_0x1c0dd0(0x217)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x1c0dd0(0x237)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x1c0dd0(0x1fa)),AccessibilityHelper=require(a1_0x1c0dd0(0x25d)),scripts=require(a1_0x1c0dd0(0x258)),PerformanceTester=require(a1_0x1c0dd0(0x17c)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x1c0dd0(0x224)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x1c0dd0(0x213)),testHubConstants=require(a1_0x1c0dd0(0x244)),globals=require(a1_0x1c0dd0(0x215)),CodeceptJS=requireModule(a1_0x1c0dd0(0x27c),a1_0x1c0dd0(0x201)),CodeceptUtils=requireModule(a1_0x1c0dd0(0x261),'codeceptjs'),CodeceptWebDriver=requireModule('codeceptjs/lib/helper/WebDriver.js',a1_0x1c0dd0(0x201)),CodeceptRecorder=requireModule(a1_0x1c0dd0(0x275),a1_0x1c0dd0(0x201)),CodeceptPlaywright=requireModule(a1_0x1c0dd0(0x18f),a1_0x1c0dd0(0x201));try{require(a1_0x1c0dd0(0x24b))[a1_0x1c0dd0(0x216)](a1_0x1c0dd0(0x201));}catch(a1_0x3b278f){logger[a1_0x1c0dd0(0x1d2)](a1_0x1c0dd0(0x1ba)+(a1_0x3b278f&&a1_0x3b278f['message']));}const playwrightMarkSessionStatus=(_0x28ff84,_0x4e69dd,_0x161ed5)=>{const _0x37721f=a1_0x1c0dd0,_0x211bcb={'fYruD':_0x37721f(0x197),'CkGAH':function(_0x4dd6ad,_0x2bed27){return _0x4dd6ad(_0x2bed27);}},_0x2bfbbd={};_0x2bfbbd[_0x37721f(0x25a)]=_0x4e69dd;const _0x244885={};_0x244885[_0x37721f(0x1e2)]=_0x211bcb[_0x37721f(0x23d)],_0x244885['arguments']=_0x2bfbbd;const _0x33c188=_0x244885;return!_0x211bcb[_0x37721f(0x255)](isUndefined,_0x161ed5)&&(_0x33c188['arguments']['reason']=JSON[_0x37721f(0x19b)](_0x161ed5)),_0x28ff84['executeScript'](()=>{},_0x37721f(0x253)+JSON[_0x37721f(0x19b)](_0x33c188));},o11ySync=PerformanceTester[a1_0x1c0dd0(0x28a)](PerformanceO11yEvents['SYNC'],async _0x5f10e1=>{const _0x497066=a1_0x1c0dd0,_0x3fdaad={};_0x3fdaad[_0x497066(0x1f5)]=function(_0x53ad07,_0x3d5152){return _0x53ad07===_0x3d5152;},_0x3fdaad[_0x497066(0x21e)]=_0x497066(0x17b);const _0x227cac=_0x3fdaad;_0x227cac[_0x497066(0x1f5)](_0x5f10e1['constructor'][_0x497066(0x1b0)],_0x227cac[_0x497066(0x21e)])?await _0x5f10e1[_0x497066(0x23f)](_0x56d2f9=>{},testOpsHelper[_0x497066(0x1ea)]()):await _0x5f10e1[_0x497066(0x23f)](testOpsHelper[_0x497066(0x1ea)]());}),markSessionName=PerformanceTester['measureWrapper'](PerformanceAutEvents['SESSION_NAME'],async(_0x2670e3,_0x161363)=>{const _0x37be32=a1_0x1c0dd0,_0x59d8de={};_0x59d8de[_0x37be32(0x1ac)]=_0x37be32(0x18d),_0x59d8de[_0x37be32(0x1e0)]=function(_0x32feac,_0x59b888){return _0x32feac===_0x59b888;},_0x59d8de[_0x37be32(0x273)]=_0x37be32(0x17b);const _0x4f3d4c=_0x59d8de,_0x3b59b2={};_0x3b59b2['name']=_0x161363;const _0x22c996={};_0x22c996[_0x37be32(0x1e2)]=_0x4f3d4c['Zbmct'],_0x22c996[_0x37be32(0x1be)]=_0x3b59b2;const _0x8aca11=_0x22c996;_0x4f3d4c['hkwBk'](_0x2670e3[_0x37be32(0x1d1)][_0x37be32(0x1b0)],_0x4f3d4c[_0x37be32(0x273)])?await _0x2670e3[_0x37be32(0x23f)](()=>{},_0x37be32(0x253)+JSON[_0x37be32(0x19b)](_0x8aca11)):await _0x2670e3[_0x37be32(0x23f)](_0x37be32(0x253)+JSON[_0x37be32(0x19b)](_0x8aca11));}),patchSaveScreenshot=_0x52be98=>{const _0x4562c4=a1_0x1c0dd0,_0x25716b={'EGuqj':'base64','ITOhv':_0x4562c4(0x26e),'dZgxu':function(_0x4f2cb2){return _0x4f2cb2();},'Nszpu':function(_0x134160,_0xf6669b){return _0x134160(_0xf6669b);},'lKVec':_0x4562c4(0x207)};_0x25716b[_0x4562c4(0x183)](isTrue,process[_0x4562c4(0x1a0)][_0x4562c4(0x286)])&&!_0x52be98[_0x4562c4(0x18c)]&&(_0x52be98[_0x4562c4(0x18c)]=!![],_0x52be98[_0x4562c4(0x1ff)]=_0x52be98[_0x4562c4(0x208)],_0x52be98[_0x4562c4(0x208)]=(_0x191232,_0x14db82=![])=>{const _0x27abea=_0x4562c4,_0x51d817={'sYIWN':_0x25716b[_0x27abea(0x280)],'VZpfi':_0x25716b[_0x27abea(0x1f8)],'xTNdP':function(_0x4e7960){const _0x3f42d6=_0x27abea;return _0x25716b[_0x3f42d6(0x1c1)](_0x4e7960);},'qcStm':function(_0x4c3bb1,_0x550aa7){const _0x23343f=_0x27abea;return _0x25716b[_0x23343f(0x183)](_0x4c3bb1,_0x550aa7);},'rijQU':_0x25716b[_0x27abea(0x1d3)]};return new Promise(function(_0x2a2da1,_0x23649a){const _0x5e2da2=_0x27abea;_0x52be98['initSaveScreenshot'](_0x191232,_0x14db82)[_0x5e2da2(0x19e)](()=>{const _0x4446d4=_0x5e2da2,_0x1416c1=CodeceptUtils['screenshotOutputFolder'](_0x191232);if(_0x1416c1){const _0x17165b=fs[_0x4446d4(0x1c3)](_0x1416c1);process[_0x4446d4(0x210)](_0x4446d4(0x25f)+process[_0x4446d4(0x1ce)],{'timestamp':new Date()[_0x4446d4(0x17f)](),'message':_0x17165b['toString'](_0x51d817['sYIWN']),'kind':_0x51d817['VZpfi']}),_0x51d817['xTNdP'](_0x2a2da1);}_0x51d817[_0x4446d4(0x19d)](_0x23649a,new Error(_0x51d817[_0x4446d4(0x1fb)]));})[_0x5e2da2(0x231)](()=>null);});});},patchWebDriverBefore=(_0x43d64e,_0x3bc7bd)=>{const _0x470f1b=a1_0x1c0dd0,_0x38f3f6={'GNakC':function(_0x435c46){return _0x435c46();},'mVPBC':function(_0x151b5c,_0x26dd51){return _0x151b5c(_0x26dd51);},'hSXqH':function(_0x31de58,_0x568804){return _0x31de58===_0x568804;},'fpedj':_0x470f1b(0x1d9),'EcJvv':function(_0x23d94b,_0x3a2f84){return _0x23d94b===_0x3a2f84;},'LbVcC':_0x470f1b(0x22b),'lhlxG':function(_0x38761d,_0x126f77){return _0x38761d===_0x126f77;},'rXdmJ':_0x470f1b(0x1e7),'DWDLl':_0x470f1b(0x186)},_0x2193ca=async function(_0x182eaf,_0x3ff149){const _0x28c50e=_0x470f1b;_0x38f3f6[_0x28c50e(0x243)](isAccessibilityAutomationSession)&&!global[_0x28c50e(0x240)]&&global['accessibilityPlatform']&&scripts['shouldWrapCommand'](_0x182eaf[_0x28c50e(0x1b0)])&&_0x38f3f6['mVPBC'](shouldPatchExecuteScript,arguments[0x2])&&(global['bstackAllyScanning']=!![],await PerformanceTester[_0x28c50e(0x28a)](PerformanceA11yEvents[_0x28c50e(0x1e9)],async()=>{const _0x1e0593=_0x28c50e;logger[_0x1e0593(0x1d2)]('Performing\x20scan\x20for\x20'+_0x182eaf['class']+'\x20'+_0x182eaf[_0x1e0593(0x1b0)]),await AccessibilityHelper[_0x1e0593(0x28b)](_0x43d64e,scripts['performScan']);},{'command':_0x182eaf['name']})());global['bstackAllyScanning']=![];const _0x45b13d=JSON[_0x28c50e(0x1c2)](process[_0x28c50e(0x1a0)][_0x28c50e(0x27f)]||'{}');if(_0x38f3f6[_0x28c50e(0x26a)](_0x45b13d?.[_0x28c50e(0x170)]?.['name'],_0x38f3f6[_0x28c50e(0x235)])&&_0x38f3f6['EcJvv'](typeof _0x45b13d?.[_0x28c50e(0x170)]?.[_0x28c50e(0x1cb)],_0x38f3f6[_0x28c50e(0x173)])&&_0x45b13d?.[_0x28c50e(0x170)]?.[_0x28c50e(0x1cb)][_0x28c50e(0x19a)]('7'))return _0x3ff149[_0x28c50e(0x1a7)](null,Array['prototype'][_0x28c50e(0x257)][_0x28c50e(0x1ad)](arguments,0x2));return _0x3ff149['apply'](this,Array[_0x28c50e(0x262)][_0x28c50e(0x257)][_0x28c50e(0x1ad)](arguments,0x2));},_0x2da2c8=CodeceptWebDriver['prototype'][_0x470f1b(0x265)];CodeceptWebDriver[_0x470f1b(0x262)][_0x470f1b(0x265)]=async function(){const _0xc5089d=_0x470f1b,_0x27aa33={'OiNsM':function(_0x59b5b4,_0xa3107f){return _0x38f3f6['lhlxG'](_0x59b5b4,_0xa3107f);},'TAAVo':_0x38f3f6[_0xc5089d(0x1dc)]};try{await _0x2da2c8[_0xc5089d(0x1a7)](this,arguments);}catch(_0x187825){logger[_0xc5089d(0x1d2)]('Failed\x20to\x20execute\x20_before:\x20'+util[_0xc5089d(0x1a5)](_0x187825));}scripts[_0xc5089d(0x250)][_0xc5089d(0x23e)](_0x20bdd4=>_0x20bdd4[_0xc5089d(0x1b0)]&&_0x20bdd4['class'])[_0xc5089d(0x1ef)](_0xb3ce3e=>{const _0x40ef7e=_0xc5089d;this[_0x40ef7e(0x189)][_0x40ef7e(0x22c)](_0xb3ce3e[_0x40ef7e(0x1b0)],_0x2193ca['bind'](this,_0xb3ce3e),_0x27aa33[_0x40ef7e(0x25e)](_0xb3ce3e[_0x40ef7e(0x1b4)],_0x27aa33[_0x40ef7e(0x1c4)]));}),_0x38f3f6[_0xc5089d(0x199)](processWebDriverConfig,_0x43d64e);try{_0x3bc7bd&&_0x38f3f6['hSXqH'](typeof _0x3bc7bd[_0xc5089d(0x254)],_0x38f3f6[_0xc5089d(0x229)])&&await _0x3bc7bd[_0xc5089d(0x254)]();}catch(_0x2efbdf){logger[_0xc5089d(0x1d2)]('Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20_before:\x20'+util[_0xc5089d(0x1a5)](_0x2efbdf));}};};function a1_0x3481(_0x4ca782,_0x48683a){const _0x2e22af=a1_0x2e22();return a1_0x3481=function(_0x348127,_0x341b96){_0x348127=_0x348127-0x170;let _0x163d4c=_0x2e22af[_0x348127];return _0x163d4c;},a1_0x3481(_0x4ca782,_0x48683a);}function parseJwt(_0xe44f85){const _0x2492f7=a1_0x1c0dd0,_0x798efc={};_0x798efc[_0x2492f7(0x24d)]=_0x2492f7(0x181);const _0x3238db=_0x798efc;if(!_0xe44f85)return null;return JSON[_0x2492f7(0x1c2)](Buffer[_0x2492f7(0x1da)](_0xe44f85[_0x2492f7(0x1a3)]('.')[0x1],_0x3238db['HCNuG'])[_0x2492f7(0x1b7)]());}const patchPlaywrightBefore=_0x4955dc=>{const _0x427389=a1_0x1c0dd0,_0x22eee2={'HbuHz':'--auto-open-devtools-for-tabs','rXnmo':function(_0xc7bcd2){return _0xc7bcd2();},'qGnzm':function(_0x32383f,_0x1ea977){return _0x32383f(_0x1ea977);},'DhbwD':function(_0x50fcdd){return _0x50fcdd();},'XctJA':_0x427389(0x1df),'RfKLi':function(_0x52171b,_0x4aac11){return _0x52171b+_0x4aac11;},'wRmHv':_0x427389(0x1c9),'cJqTg':function(_0x148282){return _0x148282();},'VfMAN':function(_0x2548ba){return _0x2548ba();},'IkSKw':function(_0x3c7da7){return _0x3c7da7();},'XtybZ':function(_0x23a756,_0x16f997){return _0x23a756===_0x16f997;},'SKsjG':_0x427389(0x186)};PlaywrightSessionDetails['patch']();const _0x2f37d6=CodeceptPlaywright[_0x427389(0x262)][_0x427389(0x265)];CodeceptPlaywright[_0x427389(0x262)][_0x427389(0x265)]=async function(){const _0x42ad22=_0x427389,_0x5e8d31={'rUibE':function(_0x55d7db){const _0x5c35ae=a1_0x3481;return _0x22eee2[_0x5c35ae(0x21f)](_0x55d7db);},'gTIOK':_0x22eee2[_0x42ad22(0x19f)]};this[_0x42ad22(0x1d6)]=await this[_0x42ad22(0x189)][_0x42ad22(0x1af)]()[0x0];const _0x5a163a=async()=>{const _0x2a011a=_0x42ad22,_0x521975=this[_0x2a011a(0x24c)]&&this[_0x2a011a(0x24c)][_0x2a011a(0x191)]&&this[_0x2a011a(0x24c)][_0x2a011a(0x191)][_0x2a011a(0x193)]&&Array[_0x2a011a(0x251)](this[_0x2a011a(0x24c)][_0x2a011a(0x191)]['args'])&&this[_0x2a011a(0x24c)][_0x2a011a(0x191)][_0x2a011a(0x193)][_0x2a011a(0x247)](_0x22eee2[_0x2a011a(0x171)]);if(_0x22eee2[_0x2a011a(0x1ab)](isAccessibilityAutomationSession)&&!_0x521975)try{const _0x4d1aa2=_0x22eee2[_0x2a011a(0x190)](parseJwt,process[_0x2a011a(0x1a0)][_0x2a011a(0x289)]);if(_0x4d1aa2&&_0x4d1aa2[_0x2a011a(0x239)]&&_0x4d1aa2[_0x2a011a(0x239)][_0x2a011a(0x1f9)]){const _0xd9a1b2=this[_0x2a011a(0x1d6)][_0x2a011a(0x249)][_0x2a011a(0x226)](this['browserContext']);this[_0x2a011a(0x1d6)][_0x2a011a(0x249)]=async function(){const _0x2bff0a=_0x2a011a,_0x5c4ef2=await _0x5e8d31['rUibE'](_0xd9a1b2),_0x42c18f=[];for(const _0x23e6c4 of _0x5c4ef2){try{const _0x2b1eea=await _0x23e6c4['url']();!_0x2b1eea['startsWith'](_0x5e8d31[_0x2bff0a(0x180)])&&_0x42c18f[_0x2bff0a(0x1f1)](_0x23e6c4);}catch(_0x21c651){_0x42c18f['push'](_0x23e6c4);}}return _0x42c18f;};}if(!_0x22eee2[_0x2a011a(0x21f)](isBrowserstackInfra)){const _0x71e83d=await this['page'][_0x2a011a(0x228)]();if(_0x71e83d[_0x2a011a(0x19a)](_0x22eee2[_0x2a011a(0x19f)])){const _0x49acff=await this[_0x2a011a(0x1d6)]['pages']();this[_0x2a011a(0x1de)](_0x49acff[0x0]);}}}catch(_0x2d4c13){logger[_0x2a011a(0x1d2)](_0x2a011a(0x182)+_0x2d4c13[_0x2a011a(0x1a4)]+(_0x2d4c13[_0x2a011a(0x1b6)]?_0x22eee2[_0x2a011a(0x203)](_0x22eee2[_0x2a011a(0x1e5)],_0x2d4c13[_0x2a011a(0x1b6)]):''));}};_0x22eee2[_0x42ad22(0x26b)](isBrowserstackInfra)&&await _0x22eee2[_0x42ad22(0x1b5)](_0x5a163a);await _0x2f37d6[_0x42ad22(0x1a7)](this,arguments);!_0x22eee2[_0x42ad22(0x1e3)](isBrowserstackInfra)&&await _0x22eee2[_0x42ad22(0x1ab)](_0x5a163a);try{_0x4955dc&&_0x22eee2['XtybZ'](typeof _0x4955dc[_0x42ad22(0x254)],_0x22eee2['SKsjG'])&&await _0x4955dc[_0x42ad22(0x254)]();}catch(_0x127305){logger['debug'](_0x42ad22(0x230)+util['format'](_0x127305));}};},getCodeceptDriver=()=>{const _0x1a34cd=a1_0x1c0dd0,_0x11e36b={};_0x11e36b['IGyzl']=_0x1a34cd(0x223),_0x11e36b['IArzA']='Playwright',_0x11e36b[_0x1a34cd(0x1f0)]=_0x1a34cd(0x20b),_0x11e36b[_0x1a34cd(0x24e)]=_0x1a34cd(0x20a);const _0x3dd216=_0x11e36b,_0x50dfab=[_0x3dd216[_0x1a34cd(0x1d7)],_0x3dd216['IArzA'],_0x3dd216[_0x1a34cd(0x1f0)],_0x3dd216[_0x1a34cd(0x24e)]],_0x593b38=_0x50dfab['find'](_0x3286bb=>!!CodeceptJS[_0x1a34cd(0x25b)][_0x1a34cd(0x20f)](_0x3286bb));if(!_0x593b38)return null;return CodeceptJS[_0x1a34cd(0x25b)][_0x1a34cd(0x20f)](_0x593b38);};module[a1_0x1c0dd0(0x281)]=function(_0x2a519c){const _0x5c7c7e=a1_0x1c0dd0,_0x52cadf={'ccDue':function(_0x3eb662,_0x23a68f){return _0x3eb662(_0x23a68f);},'qUpGA':function(_0x5a46fe,_0x23eb7d,_0x4bb819){return _0x5a46fe(_0x23eb7d,_0x4bb819);},'tSUAR':'getAccessibilityResultsSummary','SacZl':_0x5c7c7e(0x1fc),'FoixP':'getAccessibilityResults','kRanu':_0x5c7c7e(0x1d5),'oEsmZ':function(_0x2bb784,_0x106cc3,_0x376723){return _0x2bb784(_0x106cc3,_0x376723);},'MXkkc':'hook-started','GUSwt':_0x5c7c7e(0x268),'GRAdl':function(_0x182e83,_0x776e5c,_0x579294){return _0x182e83(_0x776e5c,_0x579294);},'mQTFg':'hook-failed','qAPmk':_0x5c7c7e(0x1f4),'pBGKW':function(_0x14f8a9){return _0x14f8a9();},'JhsYA':_0x5c7c7e(0x24f),'WOfBv':function(_0xb40e46){return _0xb40e46();},'xYYYh':function(_0x42c62b,_0x30f163){return _0x42c62b(_0x30f163);},'GZeXe':'test-started','vWOnQ':function(_0x59eac3,_0x1b9b18,_0x2a3e66){return _0x59eac3(_0x1b9b18,_0x2a3e66);},'QOuFM':function(_0x35665f){return _0x35665f();},'pNsjF':'test-passed','nktIm':function(_0xe67471){return _0xe67471();},'LYIcr':function(_0x201520,_0x383729,_0x28b391,_0xd052ed){return _0x201520(_0x383729,_0x28b391,_0xd052ed);},'UTPKp':function(_0x545ff0,_0x5197f9){return _0x545ff0===_0x5197f9;},'lnsvj':_0x5c7c7e(0x187),'GVIjt':_0x5c7c7e(0x21c),'XvPfi':_0x5c7c7e(0x22e),'CcezX':_0x5c7c7e(0x174),'BuGgZ':_0x5c7c7e(0x24a),'IvfQb':function(_0x11e01e,_0x3139a5,_0x41c3cd){return _0x11e01e(_0x3139a5,_0x41c3cd);},'GXgSv':_0x5c7c7e(0x238),'YfWsq':_0x5c7c7e(0x196),'kCVgS':_0x5c7c7e(0x19c),'bhcaT':_0x5c7c7e(0x1c7),'InZZo':_0x5c7c7e(0x17a),'QWKlm':'bddStep-before','BgxAN':'bddStep-after','GMmmL':_0x5c7c7e(0x17b)};_0x2a519c[_0x5c7c7e(0x287)]&&(global[_0x5c7c7e(0x219)]=_0x2a519c[_0x5c7c7e(0x287)]);PerformanceTester[_0x5c7c7e(0x25c)]();const _0x23fe51=_0x52cadf['WOfBv'](getCodeceptDriver),_0x42e44d=new O11yHelper(_0x23fe51,_0x2a519c),_0xc087d9=!!CodeceptJS['container'][_0x5c7c7e(0x20f)](_0x52cadf[_0x5c7c7e(0x1aa)]);global[_0x5c7c7e(0x22a)]=_0x23fe51;_0x23fe51&&(PerformanceTester['measureWrapper'](PerformanceEvents[_0x5c7c7e(0x276)],()=>{const _0x2828d8=_0x5c7c7e;_0xc087d9?_0x52cadf[_0x2828d8(0x177)](patchPlaywrightBefore,_0x42e44d):_0x52cadf[_0x2828d8(0x1b8)](patchWebDriverBefore,_0x23fe51,_0x42e44d);})(),PerformanceTester[_0x5c7c7e(0x28a)](PerformanceEvents[_0x5c7c7e(0x20d)],()=>{const _0x1d0516=_0x5c7c7e,_0x32cb3c={};_0x32cb3c[_0x1d0516(0x221)]=_0x52cadf[_0x1d0516(0x1c0)],_0x32cb3c['KOcPS']=_0x52cadf[_0x1d0516(0x18e)],_0x32cb3c[_0x1d0516(0x260)]=_0x52cadf[_0x1d0516(0x214)],_0x32cb3c['KeTSP']=_0x52cadf['kRanu'];const _0x1bd9e4=_0x32cb3c;_0x23fe51[_0x1d0516(0x1a6)]=async()=>{const _0x5568c6=_0x1d0516;if(global[_0x5568c6(0x21a)]){const _0x43c3eb={};return _0x43c3eb['command']=_0x1bd9e4[_0x5568c6(0x221)],await PerformanceTester[_0x5568c6(0x28a)](PerformanceA11yEvents[_0x5568c6(0x1e9)],async()=>{const _0x143dff=_0x5568c6;return await AccessibilityHelper[_0x143dff(0x28b)](_0x23fe51,scripts[_0x143dff(0x225)]);},_0x43c3eb)(),await PerformanceTester[_0x5568c6(0x28a)](PerformanceA11yEvents[_0x5568c6(0x188)],async()=>{const _0x18a655=_0x5568c6;return await AccessibilityHelper[_0x18a655(0x28b)](_0x23fe51,scripts[_0x18a655(0x27b)]);})();}return logger[_0x5568c6(0x1bf)](_0x1bd9e4[_0x5568c6(0x264)]),{};},_0x23fe51[_0x1d0516(0x227)]=async()=>{const _0x51a118=_0x1d0516;if(global['accessibilityPlatform']){const _0x51ecef={};return _0x51ecef[_0x51a118(0x26c)]=_0x1bd9e4['NCrRu'],await PerformanceTester[_0x51a118(0x28a)](PerformanceA11yEvents[_0x51a118(0x1e9)],async()=>{const _0x15f81e=_0x51a118;return await AccessibilityHelper[_0x15f81e(0x28b)](_0x23fe51,scripts[_0x15f81e(0x225)]);},_0x51ecef)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x51a118(0x26f)],async()=>{const _0x2acba7=_0x51a118;return await AccessibilityHelper[_0x2acba7(0x28b)](_0x23fe51,scripts[_0x2acba7(0x1ca)]);})();}return logger[_0x51a118(0x1bf)](_0x1bd9e4[_0x51a118(0x195)]),{};},_0x52cadf[_0x1d0516(0x177)](patchSaveScreenshot,_0x23fe51);})());CodeceptJS[_0x5c7c7e(0x18a)][_0x5c7c7e(0x269)]['on'](CodeceptJS[_0x5c7c7e(0x18a)][_0x5c7c7e(0x1a9)][_0x5c7c7e(0x23a)],()=>{const _0x2e204e=_0x5c7c7e;PerformanceTester['start'](PerformanceEvents['SDK_PRE_TEST']);try{_0x42e44d['start'](),testOpsHelper[_0x2e204e(0x1c6)](),PerformanceTester[_0x2e204e(0x27a)](PerformanceEvents[_0x2e204e(0x211)]);}catch(_0x5c3f0c){PerformanceTester[_0x2e204e(0x1b9)](_0x5c3f0c),PerformanceTester[_0x2e204e(0x27a)](PerformanceEvents[_0x2e204e(0x211)],![],_0x5c3f0c);}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x5c7c7e(0x18a)][_0x5c7c7e(0x1a9)][_0x5c7c7e(0x234)],async()=>{const _0x4343c4=_0x5c7c7e;PerformanceTester[_0x4343c4(0x206)](PerformanceEvents[_0x4343c4(0x18b)]);try{requestSpy[_0x4343c4(0x204)](),await _0x42e44d[_0x4343c4(0x1d4)](),PerformanceTester[_0x4343c4(0x27a)](PerformanceEvents[_0x4343c4(0x18b)]);}catch(_0x508ca4){PerformanceTester[_0x4343c4(0x1b9)](_0x508ca4),PerformanceTester[_0x4343c4(0x27a)](PerformanceEvents[_0x4343c4(0x18b)],![],_0x508ca4);}finally{PerformanceTester[_0x4343c4(0x1b2)]();}});const _0x10e55b=(_0x506526,_0x3e4e9d)=>{const _0x422355=_0x5c7c7e;if(!_0x42e44d)return;if(!_0x42e44d[_0x422355(0x279)]()){_0x42e44d[_0x422355(0x283)](_0x506526,_0x3e4e9d);return;}CodeceptRecorder[_0x422355(0x1dd)](()=>_0x42e44d['fireEvent'](_0x506526,_0x3e4e9d));};CodeceptJS[_0x5c7c7e(0x18a)]['dispatcher']['on'](CodeceptJS[_0x5c7c7e(0x18a)][_0x5c7c7e(0x1fe)][_0x5c7c7e(0x1ec)],_0x1ab414=>{const _0x421b7f=_0x5c7c7e;PerformanceTester[_0x421b7f(0x206)](PerformanceEvents['SDK_HOOK']);try{const _0x19c4cd=_0x1ab414[_0x421b7f(0x1bd)]['test'],_0x35ecc4=_0x42e44d['captureEvent'](TEST_EVENTS[_0x421b7f(0x26d)],_0x19c4cd);_0x52cadf[_0x421b7f(0x1a1)](_0x10e55b,TEST_EVENTS['HOOK_RUN_STARTED'],_0x35ecc4);const _0x32c1ef={};_0x32c1ef[_0x421b7f(0x22d)]=_0x52cadf[_0x421b7f(0x205)],PerformanceTester[_0x421b7f(0x27a)](PerformanceEvents['SDK_HOOK'],!![],null,_0x32c1ef);}catch(_0x20c1eb){const _0x59251d={};_0x59251d['hookType']=_0x52cadf[_0x421b7f(0x205)],PerformanceTester['end'](PerformanceEvents[_0x421b7f(0x1f2)],![],_0x20c1eb,_0x59251d),PerformanceTester[_0x421b7f(0x1b9)](_0x20c1eb);}}),CodeceptJS[_0x5c7c7e(0x18a)]['dispatcher']['on'](CodeceptJS[_0x5c7c7e(0x18a)][_0x5c7c7e(0x1fe)][_0x5c7c7e(0x27e)],_0x81f4ac=>{const _0x400bf2=_0x5c7c7e,_0x2902be={};_0x2902be['hookType']=_0x52cadf[_0x400bf2(0x267)],PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x2902be);try{const _0x5546d3=_0x81f4ac[_0x400bf2(0x1bd)]['test'],_0x48e771=_0x42e44d['captureEvent'](TEST_EVENTS[_0x400bf2(0x256)],_0x5546d3);_0x52cadf[_0x400bf2(0x1b8)](_0x10e55b,TEST_EVENTS[_0x400bf2(0x256)],_0x48e771);const _0xd99faf={};_0xd99faf[_0x400bf2(0x22d)]=_0x52cadf[_0x400bf2(0x267)],PerformanceTester[_0x400bf2(0x27a)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0xd99faf);}catch(_0x5ec1aa){PerformanceTester[_0x400bf2(0x1b9)](_0x5ec1aa);const _0x219485={};_0x219485[_0x400bf2(0x22d)]=_0x52cadf[_0x400bf2(0x267)],PerformanceTester['end'](PerformanceHookEvents[_0x400bf2(0x1f2)],![],_0x5ec1aa,_0x219485);}}),CodeceptJS[_0x5c7c7e(0x18a)][_0x5c7c7e(0x269)]['on'](CodeceptJS[_0x5c7c7e(0x18a)][_0x5c7c7e(0x1fe)][_0x5c7c7e(0x242)],async(_0x9a3327,_0xa38467)=>{const _0x31e96e=_0x5c7c7e;PerformanceTester[_0x31e96e(0x206)](PerformanceHookEvents[_0x31e96e(0x1f2)]);try{const _0x1483ca=_0x9a3327['ctx'][_0x31e96e(0x271)],_0x3032ae=_0x42e44d[_0x31e96e(0x192)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x1483ca,_0xa38467);_0x52cadf['GRAdl'](_0x10e55b,TEST_EVENTS['HOOK_RUN_FINISHED'],_0x3032ae);const _0x1b505e={};_0x1b505e[_0x31e96e(0x22d)]=_0x52cadf[_0x31e96e(0x23b)],PerformanceTester['start'](PerformanceHookEvents[_0x31e96e(0x1f2)],!![],null,_0x1b505e);}catch(_0x220664){PerformanceTester[_0x31e96e(0x1b9)](_0x220664);const _0x211653={};_0x211653[_0x31e96e(0x22d)]=_0x52cadf[_0x31e96e(0x23b)],PerformanceTester[_0x31e96e(0x27a)](PerformanceHookEvents[_0x31e96e(0x1f2)],![],_0x220664,_0x211653);}const _0xda6297={};_0xda6297['hookType']=_0x52cadf['mQTFg'],PerformanceTester[_0x31e96e(0x27a)](PerformanceHookEvents[_0x31e96e(0x1f2)],!![],null,_0xda6297);}),CodeceptJS[_0x5c7c7e(0x18a)][_0x5c7c7e(0x269)]['on'](CodeceptJS[_0x5c7c7e(0x18a)][_0x5c7c7e(0x271)][_0x5c7c7e(0x23a)],_0x5e8c59=>{const _0x4b730a=_0x5c7c7e;PerformanceTester[_0x4b730a(0x206)](PerformanceHookEvents['SDK_HOOK']);try{globals[_0x4b730a(0x175)](_0x52cadf[_0x4b730a(0x23c)],_0x5e8c59[_0x4b730a(0x212)]);_0x52cadf[_0x4b730a(0x1e4)](isBrowserstackInfra)&&(_0xc087d9&&(global['__workerDetails']={'currentTest':{'name':_0x5e8c59['title'],'testInfo':{'titlePath':_0x5e8c59[_0x4b730a(0x252)]()}}}));const _0x219f66={};_0x219f66[_0x4b730a(0x22d)]=_0x52cadf[_0x4b730a(0x233)],PerformanceTester[_0x4b730a(0x27a)](PerformanceHookEvents[_0x4b730a(0x1f2)],!![],null,_0x219f66);}catch(_0xf025f8){PerformanceTester[_0x4b730a(0x1b9)](_0xf025f8);const _0x4d9d94={};_0x4d9d94[_0x4b730a(0x22d)]=_0x52cadf['JhsYA'],PerformanceTester['end'](PerformanceHookEvents[_0x4b730a(0x1f2)],![],_0xf025f8,_0x4d9d94);}}),CodeceptJS[_0x5c7c7e(0x18a)][_0x5c7c7e(0x269)]['on'](CodeceptJS[_0x5c7c7e(0x18a)][_0x5c7c7e(0x271)][_0x5c7c7e(0x1ec)],_0xd96ac2=>{const _0x568629=_0x5c7c7e;PerformanceTester[_0x568629(0x206)](PerformanceHookEvents[_0x568629(0x1f2)]);try{globals[_0x568629(0x175)](_0x52cadf[_0x568629(0x23c)],_0xd96ac2[_0x568629(0x212)]);const _0x487877=_0x42e44d['captureEvent'](TEST_EVENTS[_0x568629(0x272)],_0xd96ac2);CodeceptRecorder[_0x568629(0x1dd)](()=>_0x42e44d[_0x568629(0x254)]()),CodeceptRecorder[_0x568629(0x1dd)](()=>_0x42e44d[_0x568629(0x1cf)](TEST_EVENTS[_0x568629(0x272)],_0x487877)),CodeceptRecorder['add'](async()=>{const _0x1829c4=_0x568629;_0x52cadf['WOfBv'](isBrowserstackInfra)&&(!_0x52cadf[_0x1829c4(0x1f6)](isTrue,_0x2a519c[_0x1829c4(0x185)])&&await _0x52cadf[_0x1829c4(0x1a1)](markSessionName,_0x23fe51,_0xd96ac2[_0x1829c4(0x212)]),_0x42e44d['enabled']&&await _0x52cadf[_0x1829c4(0x177)](o11ySync,_0x23fe51));});}catch(_0x5308dd){const _0x38535f={};_0x38535f[_0x568629(0x22d)]=_0x52cadf[_0x568629(0x220)],PerformanceTester[_0x568629(0x27a)](PerformanceHookEvents[_0x568629(0x1f2)],![],_0x5308dd,_0x38535f),PerformanceTester[_0x568629(0x1b9)](_0x5308dd);}const _0x3aeeec={};_0x3aeeec[_0x568629(0x22d)]=_0x52cadf[_0x568629(0x220)],PerformanceTester[_0x568629(0x27a)](PerformanceHookEvents[_0x568629(0x1f2)],!![],null,_0x3aeeec);}),CodeceptJS[_0x5c7c7e(0x18a)]['dispatcher']['on'](CodeceptJS[_0x5c7c7e(0x18a)][_0x5c7c7e(0x271)][_0x5c7c7e(0x27e)],_0x1d6fbb=>{const _0x26e1a8=_0x5c7c7e,_0x477a92={'VzLKq':function(_0x160949,_0xfe979,_0x1e1262){const _0x15e221=a1_0x3481;return _0x52cadf[_0x15e221(0x245)](_0x160949,_0xfe979,_0x1e1262);},'gcNXS':function(_0x1076ea,_0x43a27a,_0x15c08e){return _0x52cadf['vWOnQ'](_0x1076ea,_0x43a27a,_0x15c08e);},'iAuot':function(_0x47e447){return _0x52cadf['QOuFM'](_0x47e447);}};PerformanceTester[_0x26e1a8(0x206)](PerformanceHookEvents[_0x26e1a8(0x1f2)]);try{const _0x2bc814=_0x42e44d[_0x26e1a8(0x192)](TEST_EVENTS[_0x26e1a8(0x1cd)],_0x1d6fbb);CodeceptRecorder[_0x26e1a8(0x1dd)](()=>_0x42e44d['fireEvent'](TEST_EVENTS[_0x26e1a8(0x1cd)],_0x2bc814)),CodeceptRecorder[_0x26e1a8(0x1dd)](async()=>{const _0x49305b=_0x26e1a8;_0x477a92[_0x49305b(0x1b1)](isBrowserstackInfra)&&await PerformanceTester[_0x49305b(0x28a)](PerformanceAutEvents[_0x49305b(0x218)],async()=>{const _0x20753c=_0x49305b;_0xc087d9?await _0x477a92[_0x20753c(0x1a8)](playwrightMarkSessionStatus,_0x23fe51,STATE_PASSED):await _0x477a92[_0x20753c(0x1a2)](markSessionStatus,_0x23fe51,STATE_PASSED);})();}),PerformanceTester[_0x26e1a8(0x27a)](PerformanceEvents['SDK_TEST']);}catch(_0x2e216){PerformanceTester[_0x26e1a8(0x1b9)](_0x2e216);const _0x2bd479={};_0x2bd479['hookType']=_0x52cadf[_0x26e1a8(0x21d)],PerformanceTester['end'](PerformanceHookEvents[_0x26e1a8(0x1f2)],![],_0x2e216,_0x2bd479),PerformanceTester['end'](PerformanceEvents['SDK_TEST'],![],_0x2e216);}const _0x81e009={};_0x81e009[_0x26e1a8(0x22d)]=_0x52cadf[_0x26e1a8(0x21d)],PerformanceTester[_0x26e1a8(0x27a)](PerformanceHookEvents[_0x26e1a8(0x1f2)],!![],null,_0x81e009);}),CodeceptJS[_0x5c7c7e(0x18a)]['dispatcher']['on'](CodeceptJS[_0x5c7c7e(0x18a)][_0x5c7c7e(0x271)][_0x5c7c7e(0x242)],(_0x9c8c7d,_0x3e7c8e)=>{const _0x54a2c4=_0x5c7c7e,_0x2c3b82={'JEGhs':function(_0x3acd01){const _0x413f7b=a1_0x3481;return _0x52cadf[_0x413f7b(0x17d)](_0x3acd01);},'awsIX':function(_0x22339f,_0x597446,_0x4febb3,_0x1147b8){return _0x52cadf['LYIcr'](_0x22339f,_0x597446,_0x4febb3,_0x1147b8);},'KiuQZ':function(_0x2475e7,_0x7cd32,_0x4fe601,_0xa43539){return _0x52cadf['LYIcr'](_0x2475e7,_0x7cd32,_0x4fe601,_0xa43539);}};PerformanceTester[_0x54a2c4(0x206)](PerformanceHookEvents[_0x54a2c4(0x1f2)]);try{if(_0x52cadf[_0x54a2c4(0x274)](_0x9c8c7d[_0x54a2c4(0x1d1)][_0x54a2c4(0x1b0)],_0x52cadf[_0x54a2c4(0x179)])){const _0x5521c7=_0x42e44d['captureEvent'](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x9c8c7d[_0x54a2c4(0x1bd)][_0x54a2c4(0x28d)]);CodeceptRecorder[_0x54a2c4(0x1dd)](()=>_0x42e44d[_0x54a2c4(0x1cf)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x5521c7));}else{const _0x3d3a00=_0x42e44d[_0x54a2c4(0x192)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x9c8c7d,_0x3e7c8e);CodeceptRecorder[_0x54a2c4(0x1dd)](()=>{const _0x179f81=_0x54a2c4;try{_0x42e44d[_0x179f81(0x1cf)](TEST_EVENTS[_0x179f81(0x1cd)],_0x3d3a00);}catch(_0x48faba){logger[_0x179f81(0x1d2)](_0x179f81(0x266)+util[_0x179f81(0x1a5)](_0x48faba)),PerformanceTester['end'](PerformanceEvents['SDK_TEST'],![],_0x48faba);}}),CodeceptRecorder['add'](async()=>{const _0x4e70c9=_0x54a2c4;try{_0x2c3b82['JEGhs'](isBrowserstackInfra)&&(_0xc087d9?await _0x2c3b82[_0x4e70c9(0x222)](playwrightMarkSessionStatus,_0x23fe51,STATE_FAILED,_0x3e7c8e):await _0x2c3b82['KiuQZ'](markSessionStatus,_0x23fe51,STATE_FAILED,_0x3e7c8e));}catch(_0x8279ec){logger[_0x4e70c9(0x1d2)](_0x4e70c9(0x1f3)+util['format'](_0x8279ec)),PerformanceTester[_0x4e70c9(0x27a)](PerformanceEvents['SDK_TEST'],![],_0x8279ec);}});}PerformanceTester['end'](PerformanceEvents['SDK_TEST']);}catch(_0x51da0f){PerformanceTester[_0x54a2c4(0x1b9)](_0x51da0f);const _0x5e82bd={};_0x5e82bd[_0x54a2c4(0x22d)]=_0x52cadf['GVIjt'],PerformanceTester[_0x54a2c4(0x27a)](PerformanceHookEvents[_0x54a2c4(0x1f2)],![],_0x51da0f,_0x5e82bd),PerformanceTester['end'](PerformanceEvents['SDK_TEST'],![],_0x51da0f);}const _0x51ac90={};_0x51ac90[_0x54a2c4(0x22d)]=_0x52cadf[_0x54a2c4(0x232)],PerformanceTester[_0x54a2c4(0x27a)](PerformanceHookEvents[_0x54a2c4(0x1f2)],!![],null,_0x51ac90);}),CodeceptJS['event'][_0x5c7c7e(0x269)]['on'](CodeceptJS[_0x5c7c7e(0x18a)][_0x5c7c7e(0x271)][_0x5c7c7e(0x27d)],_0x293aad=>{const _0x25b001=_0x5c7c7e;PerformanceTester[_0x25b001(0x206)](PerformanceHookEvents[_0x25b001(0x1f2)]);try{const _0x3b0628=_0x42e44d[_0x25b001(0x192)](TEST_EVENTS[_0x25b001(0x1bb)],_0x293aad);CodeceptRecorder['add'](()=>_0x42e44d['fireEvent'](TEST_EVENTS[_0x25b001(0x1bb)],_0x3b0628)),PerformanceTester[_0x25b001(0x27a)](PerformanceEvents[_0x25b001(0x1d8)]);}catch(_0x45ab07){PerformanceTester[_0x25b001(0x1b9)](_0x45ab07),PerformanceTester[_0x25b001(0x27a)](PerformanceEvents['SDK_TEST'],![],_0x45ab07);const _0x15636f={};_0x15636f[_0x25b001(0x22d)]=_0x52cadf[_0x25b001(0x1c8)],PerformanceTester[_0x25b001(0x27a)](PerformanceHookEvents[_0x25b001(0x1f2)],![],_0x45ab07,_0x15636f);}const _0x2b4ffd={};_0x2b4ffd[_0x25b001(0x22d)]=_0x52cadf['XvPfi'],PerformanceTester[_0x25b001(0x27a)](PerformanceHookEvents[_0x25b001(0x1f2)],!![],null,_0x2b4ffd);}),CodeceptJS[_0x5c7c7e(0x18a)][_0x5c7c7e(0x269)]['on'](CodeceptJS[_0x5c7c7e(0x18a)]['test']['after'],async(_0xd507d1,_0x53fd17)=>{const _0x63d574=_0x5c7c7e,_0x270257={};_0x270257[_0x63d574(0x1ee)]=_0x52cadf[_0x63d574(0x1e6)],_0x270257['SnPSE']=_0x52cadf[_0x63d574(0x1eb)];const _0x271c04=_0x270257;try{PerformanceTester[_0x63d574(0x206)](PerformanceHookEvents[_0x63d574(0x1f2)]);const _0x2f5b27=_0x52cadf[_0x63d574(0x1e1)](shouldScanTestForAccessibility,_0xd507d1[_0x63d574(0x252)](),!![]);if(_0x52cadf[_0x63d574(0x17e)](isAccessibilityAutomationSession)&&global['accessibilityPlatform']&&_0x2f5b27){const _0x8a6d89={};_0x8a6d89[_0x63d574(0x22f)]=_0xd507d1[_0x63d574(0x20c)],_0x8a6d89['thBuildUuid']=process['env'][testHubConstants[_0x63d574(0x1fd)][_0x63d574(0x200)]],_0x8a6d89['thJwtToken']=process['env'][testHubConstants[_0x63d574(0x1fd)][_0x63d574(0x172)]];const _0x321219=_0x8a6d89;logger[_0x63d574(0x1d2)](_0x63d574(0x259)+JSON[_0x63d574(0x19b)](_0x321219)),CodeceptRecorder[_0x63d574(0x1dd)](async()=>{const _0x4eaa58=_0x63d574,_0xe9d49d={};_0xe9d49d['command']=_0x271c04[_0x4eaa58(0x1ee)],await PerformanceTester[_0x4eaa58(0x28a)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x265a8b=_0x4eaa58;await AccessibilityHelper[_0x265a8b(0x28b)](_0x23fe51,scripts['performScan']);},_0xe9d49d)(),globals[_0x4eaa58(0x1db)](_0x271c04[_0x4eaa58(0x246)])&&(_0x321219['is_mobile_session']=!![]),await PerformanceTester[_0x4eaa58(0x28a)](PerformanceA11yEvents[_0x4eaa58(0x1d0)],async()=>{const _0x171643=_0x4eaa58;await AccessibilityHelper[_0x171643(0x28b)](_0x23fe51,scripts[_0x171643(0x178)],_0x321219);})();}),logger[_0x63d574(0x202)](_0x52cadf[_0x63d574(0x1b3)]);}const _0x529f54={};_0x529f54['hookType']=_0x52cadf[_0x63d574(0x284)],PerformanceTester[_0x63d574(0x27a)](PerformanceHookEvents[_0x63d574(0x1f2)],!![],null,_0x529f54);}catch(_0x5183a2){PerformanceTester[_0x63d574(0x1b9)](_0x5183a2);const _0x595942={};_0x595942[_0x63d574(0x22d)]=_0x52cadf[_0x63d574(0x284)],PerformanceTester[_0x63d574(0x27a)](PerformanceHookEvents[_0x63d574(0x1f2)],![],_0x5183a2,_0x595942);}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x5c7c7e(0x18a)][_0x5c7c7e(0x209)][_0x5c7c7e(0x1ed)],_0x4aecdd=>{const _0x3bed29=_0x5c7c7e;PerformanceTester[_0x3bed29(0x206)](PerformanceHookEvents[_0x3bed29(0x1f2)]);try{process[_0x3bed29(0x210)](_0x3bed29(0x25f)+process[_0x3bed29(0x1ce)],{'timestamp':new Date()[_0x3bed29(0x17f)](),'level':_0x52cadf['kCVgS'],'message':_0x4aecdd,'kind':_0x52cadf[_0x3bed29(0x236)],'http_response':{}});}catch(_0x3b3407){PerformanceTester[_0x3bed29(0x1b9)](_0x3b3407);const _0x4b7f15={};_0x4b7f15['hookType']=_0x52cadf[_0x3bed29(0x285)],PerformanceTester[_0x3bed29(0x27a)](PerformanceHookEvents['SDK_HOOK'],![],_0x3b3407,_0x4b7f15);}const _0x4619c6={};_0x4619c6[_0x3bed29(0x22d)]=_0x52cadf['InZZo'],PerformanceTester[_0x3bed29(0x27a)](PerformanceHookEvents[_0x3bed29(0x1f2)],!![],null,_0x4619c6);}),CodeceptJS[_0x5c7c7e(0x18a)]['dispatcher']['on'](CodeceptJS[_0x5c7c7e(0x18a)][_0x5c7c7e(0x241)][_0x5c7c7e(0x23a)],_0x2cf3a7=>{const _0x268b7f=_0x5c7c7e,_0x593ec2={};_0x593ec2['hookType']=_0x52cadf[_0x268b7f(0x282)],PerformanceTester[_0x268b7f(0x28a)](PerformanceHookEvents['SDK_HOOK'],()=>{_0x42e44d['bddStepStart'](_0x2cf3a7);},_0x593ec2)();}),CodeceptJS[_0x5c7c7e(0x18a)][_0x5c7c7e(0x269)]['on'](CodeceptJS[_0x5c7c7e(0x18a)][_0x5c7c7e(0x241)][_0x5c7c7e(0x234)],_0x30f2a7=>{const _0x53291d=_0x5c7c7e,_0x484d77={};_0x484d77[_0x53291d(0x22d)]=_0x52cadf[_0x53291d(0x1ae)],PerformanceTester[_0x53291d(0x28a)](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x38a5a9=_0x53291d;_0x42e44d[_0x38a5a9(0x288)](_0x30f2a7);},_0x484d77)();});};
1
+ const a1_0xd78b6a=a1_0x6be4;(function(_0x16ad3a,_0x215cd8){const _0x186d4c=a1_0x6be4,_0x5d2568=_0x16ad3a();while(!![]){try{const _0x5c8b74=parseInt(_0x186d4c(0x128))/0x1+parseInt(_0x186d4c(0x150))/0x2+-parseInt(_0x186d4c(0x1c8))/0x3*(parseInt(_0x186d4c(0x1d9))/0x4)+-parseInt(_0x186d4c(0x1c6))/0x5*(parseInt(_0x186d4c(0x11a))/0x6)+parseInt(_0x186d4c(0x15e))/0x7+-parseInt(_0x186d4c(0x19c))/0x8*(parseInt(_0x186d4c(0x11e))/0x9)+parseInt(_0x186d4c(0x115))/0xa;if(_0x5c8b74===_0x215cd8)break;else _0x5d2568['push'](_0x5d2568['shift']());}catch(_0x2f9bcf){_0x5d2568['push'](_0x5d2568['shift']());}}}(a1_0x7fde,0x6fb3d));const fs=require('fs'),util=require(a1_0xd78b6a(0x12a)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0xd78b6a(0x173)),logger=require(a1_0xd78b6a(0x16e))[a1_0xd78b6a(0x1bd)],testOpsHelper=require('../../helpers/test-observability/utils'),requestSpy=require('../../helpers/request-spy'),PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require('./o11yHelper'),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0xd78b6a(0x13f)),AccessibilityHelper=require(a1_0xd78b6a(0x15f)),scripts=require(a1_0xd78b6a(0x109)),PerformanceTester=require(a1_0xd78b6a(0xdd)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0xd78b6a(0x139)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0xd78b6a(0xf1)),testHubConstants=require(a1_0xd78b6a(0x18c)),globals=require(a1_0xd78b6a(0x149)),CodeceptJS=requireModule(a1_0xd78b6a(0x1c2),'codeceptjs'),CodeceptUtils=requireModule(a1_0xd78b6a(0x10b),a1_0xd78b6a(0x111)),CodeceptWebDriver=requireModule(a1_0xd78b6a(0xe9),a1_0xd78b6a(0x111)),CodeceptRecorder=requireModule(a1_0xd78b6a(0x1ac),a1_0xd78b6a(0x111)),CodeceptPlaywright=requireModule(a1_0xd78b6a(0x157),a1_0xd78b6a(0x111));try{require('../../helpers/driverInitErrorReporter')[a1_0xd78b6a(0x124)](a1_0xd78b6a(0x111));}catch(a1_0x109c76){logger[a1_0xd78b6a(0x13b)](a1_0xd78b6a(0xdb)+(a1_0x109c76&&a1_0x109c76[a1_0xd78b6a(0x152)]));}const playwrightMarkSessionStatus=(_0x5ab42a,_0x2bdaa3,_0x49f695)=>{const _0xcbbe68=a1_0xd78b6a,_0x3f8c26={'CJjIr':'setSessionStatus','tXSVM':function(_0x2e9f33,_0x5332e1){return _0x2e9f33(_0x5332e1);}},_0x281d48={};_0x281d48['status']=_0x2bdaa3;const _0x4d5111={};_0x4d5111[_0xcbbe68(0x1a3)]=_0x3f8c26[_0xcbbe68(0x184)],_0x4d5111[_0xcbbe68(0xe4)]=_0x281d48;const _0x27bc2b=_0x4d5111;return!_0x3f8c26[_0xcbbe68(0x195)](isUndefined,_0x49f695)&&(_0x27bc2b[_0xcbbe68(0xe4)][_0xcbbe68(0x1cc)]=JSON[_0xcbbe68(0x1ba)](_0x49f695)),_0x5ab42a[_0xcbbe68(0x175)](()=>{},_0xcbbe68(0x151)+JSON[_0xcbbe68(0x1ba)](_0x27bc2b));},o11ySync=PerformanceTester[a1_0xd78b6a(0x174)](PerformanceO11yEvents[a1_0xd78b6a(0x1b2)],async _0x5a622c=>{const _0x1c558e=a1_0xd78b6a,_0x1c2747={};_0x1c2747['zhgWP']=function(_0x202df1,_0xe3ee1e){return _0x202df1===_0xe3ee1e;},_0x1c2747[_0x1c558e(0xdc)]=_0x1c558e(0x169);const _0x1ab8a3=_0x1c2747;_0x1ab8a3[_0x1c558e(0x13d)](_0x5a622c[_0x1c558e(0x10d)][_0x1c558e(0xda)],_0x1ab8a3[_0x1c558e(0xdc)])?await _0x5a622c['executeScript'](_0x564259=>{},testOpsHelper['getSyncScript']()):await _0x5a622c[_0x1c558e(0x175)](testOpsHelper[_0x1c558e(0x1dc)]());}),markSessionName=PerformanceTester[a1_0xd78b6a(0x174)](PerformanceAutEvents[a1_0xd78b6a(0xe2)],async(_0x4882d4,_0x5e2395)=>{const _0x3a3de8=a1_0xd78b6a,_0x28eade={};_0x28eade['guztm']=_0x3a3de8(0x1a7),_0x28eade[_0x3a3de8(0x102)]=function(_0x3dae8a,_0x1853a1){return _0x3dae8a===_0x1853a1;},_0x28eade[_0x3a3de8(0x156)]=_0x3a3de8(0x169);const _0x1c8f76=_0x28eade,_0x10f694={};_0x10f694['name']=_0x5e2395;const _0x20c4d6={};_0x20c4d6[_0x3a3de8(0x1a3)]=_0x1c8f76['guztm'],_0x20c4d6[_0x3a3de8(0xe4)]=_0x10f694;const _0x2fd643=_0x20c4d6;_0x1c8f76[_0x3a3de8(0x102)](_0x4882d4[_0x3a3de8(0x10d)][_0x3a3de8(0xda)],_0x1c8f76['XIOQj'])?await _0x4882d4['executeScript'](()=>{},_0x3a3de8(0x151)+JSON[_0x3a3de8(0x1ba)](_0x2fd643)):await _0x4882d4[_0x3a3de8(0x175)]('browserstack_executor:\x20'+JSON[_0x3a3de8(0x1ba)](_0x2fd643));}),patchSaveScreenshot=_0x1a6c2c=>{const _0x4b7339=a1_0xd78b6a,_0x48da80={'BgLHv':_0x4b7339(0x144),'kKxGZ':_0x4b7339(0x13a),'EcQyF':function(_0x2201e1){return _0x2201e1();},'snAan':function(_0xe05f19,_0x326ac5){return _0xe05f19(_0x326ac5);},'hHVHl':'Screenshot\x20path\x20not\x20found','BKJTA':function(_0x39bea5,_0x5a1b41){return _0x39bea5(_0x5a1b41);}};_0x48da80[_0x4b7339(0x1b6)](isTrue,process[_0x4b7339(0x180)][_0x4b7339(0x12f)])&&!_0x1a6c2c[_0x4b7339(0xff)]&&(_0x1a6c2c[_0x4b7339(0xff)]=!![],_0x1a6c2c[_0x4b7339(0x1db)]=_0x1a6c2c[_0x4b7339(0x107)],_0x1a6c2c[_0x4b7339(0x107)]=(_0x5d2cd5,_0x567d54=![])=>{return new Promise(function(_0x2afd43,_0x501c8b){const _0x41b1dd=a1_0x6be4,_0x50a9fe={'aCtej':_0x48da80[_0x41b1dd(0xdf)],'woUbE':_0x48da80['kKxGZ'],'GydYW':function(_0x18ba4d){return _0x48da80['EcQyF'](_0x18ba4d);},'rcipd':function(_0x3b2b91,_0x1c1385){return _0x48da80['snAan'](_0x3b2b91,_0x1c1385);},'fRgWp':_0x48da80[_0x41b1dd(0x1c9)]};_0x1a6c2c[_0x41b1dd(0x1db)](_0x5d2cd5,_0x567d54)[_0x41b1dd(0x194)](()=>{const _0x5999e5=_0x41b1dd,_0x1b5fc8=CodeceptUtils[_0x5999e5(0x141)](_0x5d2cd5);if(_0x1b5fc8){const _0x8ecc0=fs['readFileSync'](_0x1b5fc8);process['emit'](_0x5999e5(0xf4)+process[_0x5999e5(0xe1)],{'timestamp':new Date()[_0x5999e5(0x170)](),'message':_0x8ecc0[_0x5999e5(0x1c3)](_0x50a9fe[_0x5999e5(0x15a)]),'kind':_0x50a9fe[_0x5999e5(0x134)]}),_0x50a9fe[_0x5999e5(0x1e3)](_0x2afd43);}_0x50a9fe[_0x5999e5(0x13c)](_0x501c8b,new Error(_0x50a9fe[_0x5999e5(0xfc)]));})[_0x41b1dd(0x1d7)](()=>null);});});},patchWebDriverBefore=(_0x571bf9,_0x1f2f13)=>{const _0x5c5ff5=a1_0xd78b6a,_0x1babdf={'wfVuW':function(_0x450b18){return _0x450b18();},'UayKE':function(_0x2821d7,_0x37063a){return _0x2821d7(_0x37063a);},'mJZCd':function(_0x46ae4c,_0x4edf32){return _0x46ae4c===_0x4edf32;},'updfT':_0x5c5ff5(0x14e),'imBJG':function(_0x4c49c1,_0x74f892){return _0x4c49c1===_0x74f892;},'rcryg':_0x5c5ff5(0x148),'FzjMK':_0x5c5ff5(0x185),'QrnDS':function(_0x1f97bf,_0x39269c){return _0x1f97bf(_0x39269c);},'SRVzF':function(_0x582995,_0x1b8662){return _0x582995===_0x1b8662;},'tYrRk':_0x5c5ff5(0x1d4)},_0x316248=async function(_0x550e60,_0x489a83){const _0x501d4e=_0x5c5ff5;_0x1babdf[_0x501d4e(0xf8)](isAccessibilityAutomationSession)&&!global[_0x501d4e(0x1c4)]&&global[_0x501d4e(0xea)]&&scripts[_0x501d4e(0x1de)](_0x550e60[_0x501d4e(0xda)])&&_0x1babdf['UayKE'](shouldPatchExecuteScript,arguments[0x2])&&(global['bstackAllyScanning']=!![],await PerformanceTester[_0x501d4e(0x174)](PerformanceA11yEvents[_0x501d4e(0x1c7)],async()=>{const _0x3925b3=_0x501d4e;logger['debug'](_0x3925b3(0x188)+_0x550e60[_0x3925b3(0xf0)]+'\x20'+_0x550e60['name']),await AccessibilityHelper[_0x3925b3(0x16d)](_0x571bf9,scripts[_0x3925b3(0x1bb)]);},{'command':_0x550e60[_0x501d4e(0xda)]})());global[_0x501d4e(0x1c4)]=![];const _0x5525bf=JSON[_0x501d4e(0x114)](process[_0x501d4e(0x180)]['FRAMEWORK_DETAILS']||'{}');if(_0x1babdf['mJZCd'](_0x5525bf?.['testFramework']?.['name'],_0x1babdf['updfT'])&&_0x1babdf[_0x501d4e(0x1d6)](typeof _0x5525bf?.[_0x501d4e(0x129)]?.[_0x501d4e(0x1b7)],_0x1babdf[_0x501d4e(0x121)])&&_0x5525bf?.['testFramework']?.['version'][_0x501d4e(0x182)]('7'))return _0x489a83[_0x501d4e(0x1cb)](null,Array[_0x501d4e(0x105)]['slice']['call'](arguments,0x2));return _0x489a83[_0x501d4e(0x1cb)](this,Array[_0x501d4e(0x105)][_0x501d4e(0x12b)]['call'](arguments,0x2));},_0x2fbccc=CodeceptWebDriver[_0x5c5ff5(0x105)][_0x5c5ff5(0x19a)];CodeceptWebDriver[_0x5c5ff5(0x105)][_0x5c5ff5(0x19a)]=async function(){const _0xb5cb45=_0x5c5ff5,_0x2ddefc={'vvMxo':function(_0x40c228,_0x14189f){return _0x1babdf['imBJG'](_0x40c228,_0x14189f);},'mYkad':_0x1babdf[_0xb5cb45(0x171)]};try{await _0x2fbccc['apply'](this,arguments);}catch(_0x2f70f7){logger['debug'](_0xb5cb45(0x1da)+util[_0xb5cb45(0x189)](_0x2f70f7));}scripts[_0xb5cb45(0x140)][_0xb5cb45(0x106)](_0x26a96a=>_0x26a96a[_0xb5cb45(0xda)]&&_0x26a96a['class'])[_0xb5cb45(0x108)](_0x31aaf9=>{const _0x106c21=_0xb5cb45;this[_0x106c21(0x126)][_0x106c21(0x1d8)](_0x31aaf9[_0x106c21(0xda)],_0x316248[_0x106c21(0x1df)](this,_0x31aaf9),_0x2ddefc[_0x106c21(0x18f)](_0x31aaf9[_0x106c21(0xf0)],_0x2ddefc[_0x106c21(0x192)]));}),_0x1babdf[_0xb5cb45(0x1e0)](processWebDriverConfig,_0x571bf9);try{_0x1f2f13&&_0x1babdf['SRVzF'](typeof _0x1f2f13[_0xb5cb45(0x10e)],_0x1babdf[_0xb5cb45(0x15b)])&&await _0x1f2f13['flushPendingHookEvents']();}catch(_0x4ee56d){logger['debug'](_0xb5cb45(0xf2)+util[_0xb5cb45(0x189)](_0x4ee56d));}};};function parseJwt(_0x3df26b){const _0x342e5a=a1_0xd78b6a,_0xd1bfbd={};_0xd1bfbd[_0x342e5a(0x18b)]=_0x342e5a(0x144);const _0x1eec27=_0xd1bfbd;if(!_0x3df26b)return null;return JSON['parse'](Buffer[_0x342e5a(0x160)](_0x3df26b[_0x342e5a(0x1ad)]('.')[0x1],_0x1eec27[_0x342e5a(0x18b)])[_0x342e5a(0x1c3)]());}const patchPlaywrightBefore=_0x55d2fb=>{const _0x33ad22=a1_0xd78b6a,_0x5d0fbe={'zjYTJ':'--auto-open-devtools-for-tabs','JYAXj':function(_0x105716){return _0x105716();},'FoBWB':function(_0x14b735,_0x361420){return _0x14b735(_0x361420);},'YbeIu':function(_0x28ed5a){return _0x28ed5a();},'PFRCz':_0x33ad22(0x120),'RRnNf':function(_0x9ab0d1,_0x4b8ba0){return _0x9ab0d1+_0x4b8ba0;},'CiRpn':_0x33ad22(0x193),'ACRsP':function(_0xe8e5a0){return _0xe8e5a0();},'UJCDG':function(_0x3b9969){return _0x3b9969();},'lSLTq':function(_0x215ec7){return _0x215ec7();},'AXSbj':function(_0x2d5370,_0x2c9cf1){return _0x2d5370===_0x2c9cf1;},'aYnrn':_0x33ad22(0x1d4)};PlaywrightSessionDetails[_0x33ad22(0xf5)]();const _0x17e456=CodeceptPlaywright[_0x33ad22(0x105)]['_before'];CodeceptPlaywright[_0x33ad22(0x105)][_0x33ad22(0x19a)]=async function(){const _0x4e369d=_0x33ad22,_0x2dfc89={'sPYEm':function(_0x56af99){const _0x1593f3=a1_0x6be4;return _0x5d0fbe[_0x1593f3(0x154)](_0x56af99);},'cTIHa':_0x5d0fbe['PFRCz']};this[_0x4e369d(0x191)]=await this['browser'][_0x4e369d(0x1a4)]()[0x0];const _0x3f71a1=async()=>{const _0x58ee45=_0x4e369d,_0x5bd077=this[_0x58ee45(0x15d)]&&this['config'][_0x58ee45(0x17a)]&&this[_0x58ee45(0x15d)][_0x58ee45(0x17a)][_0x58ee45(0x17c)]&&Array[_0x58ee45(0x10a)](this[_0x58ee45(0x15d)][_0x58ee45(0x17a)][_0x58ee45(0x17c)])&&this[_0x58ee45(0x15d)]['chromium'][_0x58ee45(0x17c)]['includes'](_0x5d0fbe[_0x58ee45(0x11d)]);if(_0x5d0fbe[_0x58ee45(0x1af)](isAccessibilityAutomationSession)&&!_0x5bd077)try{const _0x9b7027=_0x5d0fbe[_0x58ee45(0xf7)](parseJwt,process[_0x58ee45(0x180)][_0x58ee45(0x138)]);if(_0x9b7027&&_0x9b7027['a11y_core_config']&&_0x9b7027['a11y_core_config'][_0x58ee45(0x113)]){const _0x3c96ea=this[_0x58ee45(0x191)]['pages'][_0x58ee45(0x1df)](this[_0x58ee45(0x191)]);this[_0x58ee45(0x191)]['pages']=async function(){const _0x4aea1f=_0x58ee45,_0x23f36e=await _0x2dfc89[_0x4aea1f(0x181)](_0x3c96ea),_0x2ecd1b=[];for(const _0x354299 of _0x23f36e){try{const _0x939607=await _0x354299[_0x4aea1f(0x167)]();!_0x939607[_0x4aea1f(0x182)](_0x2dfc89[_0x4aea1f(0x161)])&&_0x2ecd1b[_0x4aea1f(0x125)](_0x354299);}catch(_0x1fa97e){_0x2ecd1b['push'](_0x354299);}}return _0x2ecd1b;};}if(!_0x5d0fbe[_0x58ee45(0x14d)](isBrowserstackInfra)){const _0x3045fa=await this[_0x58ee45(0x1b1)]['url']();if(_0x3045fa[_0x58ee45(0x182)](_0x5d0fbe[_0x58ee45(0x117)])){const _0x595f1a=await this['browserContext'][_0x58ee45(0x122)]();this[_0x58ee45(0x183)](_0x595f1a[0x0]);}}}catch(_0x3049b5){logger[_0x58ee45(0x13b)](_0x58ee45(0x162)+_0x3049b5[_0x58ee45(0x152)]+(_0x3049b5['stack']?_0x5d0fbe[_0x58ee45(0x178)](_0x5d0fbe[_0x58ee45(0x187)],_0x3049b5[_0x58ee45(0x198)]):''));}};_0x5d0fbe[_0x4e369d(0x1d3)](isBrowserstackInfra)&&await _0x5d0fbe[_0x4e369d(0x154)](_0x3f71a1);await _0x17e456[_0x4e369d(0x1cb)](this,arguments);!_0x5d0fbe[_0x4e369d(0x10f)](isBrowserstackInfra)&&await _0x5d0fbe['YbeIu'](_0x3f71a1);try{_0x55d2fb&&_0x5d0fbe[_0x4e369d(0x1cd)](typeof _0x55d2fb[_0x4e369d(0x10e)],_0x5d0fbe[_0x4e369d(0x16c)])&&await _0x55d2fb[_0x4e369d(0x10e)]();}catch(_0x4dc6aa){logger['debug'](_0x4e369d(0x146)+util['format'](_0x4dc6aa));}};},getCodeceptDriver=()=>{const _0x559299=a1_0xd78b6a,_0x107cc1={};_0x107cc1['xtoOu']=_0x559299(0x164),_0x107cc1[_0x559299(0x17f)]='Playwright',_0x107cc1[_0x559299(0x142)]=_0x559299(0x136),_0x107cc1[_0x559299(0x19e)]=_0x559299(0x1b5);const _0x58e86e=_0x107cc1,_0x16f30e=[_0x58e86e[_0x559299(0x1a8)],_0x58e86e['LZYGi'],_0x58e86e[_0x559299(0x142)],_0x58e86e[_0x559299(0x19e)]],_0x22c772=_0x16f30e[_0x559299(0x1e8)](_0x4dc8b6=>!!CodeceptJS[_0x559299(0x12c)][_0x559299(0x16f)](_0x4dc8b6));if(!_0x22c772)return null;return CodeceptJS[_0x559299(0x12c)]['helpers'](_0x22c772);};function a1_0x6be4(_0x132091,_0x584c0a){const _0x7fde92=a1_0x7fde();return a1_0x6be4=function(_0x6be46,_0x2783a8){_0x6be46=_0x6be46-0xda;let _0x5da380=_0x7fde92[_0x6be46];return _0x5da380;},a1_0x6be4(_0x132091,_0x584c0a);}function a1_0x7fde(){const _0x16d545=['reason','AXSbj','skipped','yroIC','event','uNJvY','SDK_PRE_TEST','UJCDG','function','TEST_RUN_STARTED','imBJG','catch','overwriteCommand','28516QVteJV','Failed\x20to\x20execute\x20_before:\x20','initSaveScreenshot','getSyncScript','restore','shouldWrapCommand','bind','QrnDS','test-passed','PzpfS','GydYW','npJIS','BROWSERSTACK_TESTHUB_JWT','bHoWK','bddStepStart','find','captureEvent','name','driver-init\x20capture\x20install\x20failed:\x20','MQhpp','../../helpers/performance/performance-tester','SFVEZ','BgLHv','startMonitoring','pid','SESSION_NAME','skipSessionName','arguments','HOOK_RUN_STARTED','dispatcher','RQKvQ','warn','codeceptjs/lib/helper/WebDriver.js','accessibilityPlatform','titlePath','stopMonitoring','title','command','captureError','class','./helper.js','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20_before:\x20','browserstackTestName','bs:addLog:','patch','skipSessionStatus','FoBWB','wfVuW','thTestRunUuid','enabled','BWNsr','fRgWp','add','info','patchSaveScreenshot','stop','KhYOY','NctcI','UNlAz','eQLfC','prototype','filter','saveScreenshot','forEach','../../helpers/accessibility-automation/scripts','isArray','codeceptjs/lib/utils.js','SDK_TEST','constructor','flushPendingHookEvents','lSLTq','step-comment','codeceptjs','SDK_POST_INITIALIZE','domForge','parse','9602600GBSrSj','__workerDetails','PFRCz','GET_RESULTS_SUMMARY','all','9318bTFxpB','SDK_PRE_INITIALIZE','addRequestSpy','zjYTJ','27ejZQNc','getAccessibilityResultsSummary','devtools://','rcryg','pages','TEutN','installAll','push','browser','start','545955eOvTTc','testFramework','util','slice','container','INFO','hook-failed','BS_TESTOPS_ALLOW_SCREENSHOTS','AIEaW','DDcgs','started','__driver','woUbE','thJwtToken','Puppeteer','SDK_POST_TEST','BS_A11Y_JWT','../../helpers/performance/constants','TEST_SCREENSHOT','debug','rcipd','zhgWP','aZobc','../../helpers/accessibility-automation/helper','commandsToWrap','screenshotOutputFolder','Chzlb','test','base64','TEST_RUN_FINISHED','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20Playwright\x20_before:\x20','IBEub','string','../../helpers/globals.js','hasLiveDriverSession','after','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','YbeIu','webdriverio','SDK_HOOK','410978QVJQMl','browserstack_executor:\x20','message','TGMqC','ACRsP','getAccessibilityResults','XIOQj','codeceptjs/lib/helper/Playwright.js','ctx','kVlwf','aCtej','tYrRk','bddStep-before','config','4483899DEOEdU','../../bin/playwright/accessibility-helper','from','cTIHa','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','hook-passed','WebDriver','HfWtG','fhlCd','url','TEST_RUN_SKIPPED','Playwright','test-after','thBuildUuid','aYnrn','browserStackExecuteDriver','../../helpers/logger','helpers','toISOString','FzjMK','hook-started','../../helpers/helper','measureWrapper','executeScript','yOLKH','NXSmT','RRnNf','is_mobile_session','chromium','getResults','args','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','step','LZYGi','env','sPYEm','startsWith','_setPage','CJjIr','Element','end','CiRpn','Performing\x20scan\x20for\x20','format','hook','sGXDD','../../helpers/testhub/constants.js','passed','HOOK_RUN_FINISHED','vvMxo','UjcOQ','browserContext','mYkad','\x0aStack:\x20','then','tXSVM','test-before','test-failed','stack','failed','_before','iJdAW','1741240INwZUk','ENV_VAR','EuAEc','bXPOt','comment','UERpe','bddStep','action','contexts','__skipSessionStatus','currentTest','setSessionName','xtoOu','setGlobal','hookType','gIqFx','codeceptjs/lib/recorder.js','split','bufferPendingHookEvent','JYAXj','ztqad','page','SYNC','before','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','TestCafe','BKJTA','version','pMcuU','GET_RESULTS','stringify','performScan','jSnKN','winstonLogger','TEST_LOG','mWSOY','afterTest','fireEvent','codeceptjs/lib/index.js','toString','bstackAllyScanning','bOPud','1565TzCCzc','PERFORM_SCAN','318tKwCVy','hHVHl','SxXAm','apply'];a1_0x7fde=function(){return _0x16d545;};return a1_0x7fde();}module['exports']=function(_0x49a6c8){const _0x4f8bf2=a1_0xd78b6a,_0x33d205={'BWNsr':function(_0x3aa084,_0x5bf38c){return _0x3aa084(_0x5bf38c);},'UERpe':function(_0xe05459,_0x2b9d91,_0x34f5b7){return _0xe05459(_0x2b9d91,_0x34f5b7);},'EDvuW':_0x4f8bf2(0x11f),'NXSmT':_0x4f8bf2(0x14c),'yroIC':_0x4f8bf2(0x155),'RQKvQ':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','UNlAz':_0x4f8bf2(0x172),'fhlCd':_0x4f8bf2(0x163),'AIEaW':function(_0xf2f320,_0x21311e,_0x2990b5){return _0xf2f320(_0x21311e,_0x2990b5);},'uNJvY':_0x4f8bf2(0x12e),'IBEub':_0x4f8bf2(0xf3),'kVlwf':function(_0x27d4c5){return _0x27d4c5();},'eQLfC':_0x4f8bf2(0x196),'TEutN':function(_0x5bfb56){return _0x5bfb56();},'pMcuU':function(_0x427593,_0x27e581,_0x460f67){return _0x427593(_0x27e581,_0x460f67);},'npJIS':'test-started','LWJEJ':function(_0x4c5460,_0x10b88f,_0x1ed332){return _0x4c5460(_0x10b88f,_0x1ed332);},'zvNtE':function(_0xb9b54c){return _0xb9b54c();},'jSnKN':_0x4f8bf2(0x1e1),'aZobc':function(_0x58e63d,_0x4f6895,_0x179784,_0x59e05f){return _0x58e63d(_0x4f6895,_0x179784,_0x59e05f);},'iJdAW':function(_0x278f0a,_0x249d52){return _0x278f0a===_0x249d52;},'HfWtG':'Suite','bOPud':_0x4f8bf2(0x197),'TGMqC':'test-skipped','yOLKH':_0x4f8bf2(0x1c0),'UjcOQ':'isMobilePlatform','bXPOt':function(_0x1742df){return _0x1742df();},'Bmgai':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','LZXBF':_0x4f8bf2(0x16a),'SFVEZ':_0x4f8bf2(0x12d),'xarun':_0x4f8bf2(0x1be),'KhYOY':_0x4f8bf2(0x110),'DDcgs':_0x4f8bf2(0x15c),'BNCqN':'bddStep-after','nPdiR':_0x4f8bf2(0x169)};_0x49a6c8[_0x4f8bf2(0xf6)]&&(global[_0x4f8bf2(0x1a5)]=_0x49a6c8[_0x4f8bf2(0xf6)]);PerformanceTester[_0x4f8bf2(0xe0)]();const _0x386324=_0x33d205[_0x4f8bf2(0x123)](getCodeceptDriver),_0x5780d0=new O11yHelper(_0x386324,_0x49a6c8),_0x12d6e4=!!CodeceptJS[_0x4f8bf2(0x12c)][_0x4f8bf2(0x16f)](_0x33d205['nPdiR']);global[_0x4f8bf2(0x133)]=_0x386324;_0x386324&&(PerformanceTester[_0x4f8bf2(0x174)](PerformanceEvents[_0x4f8bf2(0x11b)],()=>{const _0xab6bc2=_0x4f8bf2;_0x12d6e4?_0x33d205['BWNsr'](patchPlaywrightBefore,_0x5780d0):_0x33d205[_0xab6bc2(0x1a1)](patchWebDriverBefore,_0x386324,_0x5780d0);})(),PerformanceTester[_0x4f8bf2(0x174)](PerformanceEvents[_0x4f8bf2(0x112)],()=>{const _0x39d8d5=_0x4f8bf2,_0x1ac5d7={};_0x1ac5d7['PzpfS']=_0x33d205[_0x39d8d5(0x1cf)],_0x1ac5d7[_0x39d8d5(0x1ca)]=_0x33d205[_0x39d8d5(0xe7)];const _0x1bccdd=_0x1ac5d7;_0x386324[_0x39d8d5(0x11f)]=async()=>{const _0x556098=_0x39d8d5;if(global[_0x556098(0xea)]){const _0x412ed9={};return _0x412ed9[_0x556098(0xee)]=_0x33d205['EDvuW'],await PerformanceTester[_0x556098(0x174)](PerformanceA11yEvents[_0x556098(0x1c7)],async()=>{return await AccessibilityHelper['browserStackExecuteDriver'](_0x386324,scripts['performScan']);},_0x412ed9)(),await PerformanceTester[_0x556098(0x174)](PerformanceA11yEvents[_0x556098(0x118)],async()=>{const _0x49739e=_0x556098;return await AccessibilityHelper[_0x49739e(0x16d)](_0x386324,scripts['getResultsSummary']);})();}return logger[_0x556098(0xe8)](_0x33d205[_0x556098(0x177)]),{};},_0x386324[_0x39d8d5(0x155)]=async()=>{const _0x360207=_0x39d8d5;if(global[_0x360207(0xea)]){const _0x22d275={};return _0x22d275[_0x360207(0xee)]=_0x1bccdd[_0x360207(0x1e2)],await PerformanceTester[_0x360207(0x174)](PerformanceA11yEvents[_0x360207(0x1c7)],async()=>{const _0x31a55d=_0x360207;return await AccessibilityHelper[_0x31a55d(0x16d)](_0x386324,scripts[_0x31a55d(0x1bb)]);},_0x22d275)(),await PerformanceTester[_0x360207(0x174)](PerformanceA11yEvents[_0x360207(0x1b9)],async()=>{const _0x2f5c2c=_0x360207;return await AccessibilityHelper['browserStackExecuteDriver'](_0x386324,scripts[_0x2f5c2c(0x17b)]);})();}return logger['warn'](_0x1bccdd['SxXAm']),{};},_0x33d205[_0x39d8d5(0xfb)](patchSaveScreenshot,_0x386324);})());CodeceptJS[_0x4f8bf2(0x1d0)][_0x4f8bf2(0xe6)]['on'](CodeceptJS[_0x4f8bf2(0x1d0)][_0x4f8bf2(0x119)][_0x4f8bf2(0x1b3)],()=>{const _0x4cb32e=_0x4f8bf2;PerformanceTester[_0x4cb32e(0x127)](PerformanceEvents[_0x4cb32e(0x1d2)]);try{_0x5780d0['start'](),testOpsHelper[_0x4cb32e(0x11c)](),PerformanceTester[_0x4cb32e(0x186)](PerformanceEvents[_0x4cb32e(0x1d2)]);}catch(_0x2e552b){PerformanceTester[_0x4cb32e(0xef)](_0x2e552b),PerformanceTester[_0x4cb32e(0x186)](PerformanceEvents[_0x4cb32e(0x1d2)],![],_0x2e552b);}}),CodeceptJS[_0x4f8bf2(0x1d0)]['dispatcher']['on'](CodeceptJS[_0x4f8bf2(0x1d0)]['all'][_0x4f8bf2(0x14b)],async()=>{const _0x4ffbc6=_0x4f8bf2;PerformanceTester[_0x4ffbc6(0x127)](PerformanceEvents[_0x4ffbc6(0x137)]);try{requestSpy[_0x4ffbc6(0x1dd)](),await _0x5780d0[_0x4ffbc6(0x100)](),PerformanceTester[_0x4ffbc6(0x186)](PerformanceEvents[_0x4ffbc6(0x137)]);}catch(_0x17e5b3){PerformanceTester[_0x4ffbc6(0xef)](_0x17e5b3),PerformanceTester[_0x4ffbc6(0x186)](PerformanceEvents[_0x4ffbc6(0x137)],![],_0x17e5b3);}finally{PerformanceTester[_0x4ffbc6(0xec)]();}});const _0x402436=(_0x52e169,_0x3161a0)=>{const _0x586cff=_0x4f8bf2;if(!_0x5780d0)return;if(!_0x5780d0[_0x586cff(0x14a)]()){_0x5780d0[_0x586cff(0x1ae)](_0x52e169,_0x3161a0);return;}CodeceptRecorder[_0x586cff(0xfd)](()=>_0x5780d0[_0x586cff(0x1c1)](_0x52e169,_0x3161a0));};CodeceptJS[_0x4f8bf2(0x1d0)][_0x4f8bf2(0xe6)]['on'](CodeceptJS[_0x4f8bf2(0x1d0)][_0x4f8bf2(0x18a)]['started'],_0x2efa54=>{const _0x1733df=_0x4f8bf2;PerformanceTester[_0x1733df(0x127)](PerformanceEvents[_0x1733df(0x14f)]);try{const _0x197d10=_0x2efa54[_0x1733df(0x158)][_0x1733df(0x143)],_0x3f28bb=_0x5780d0['captureEvent'](TEST_EVENTS[_0x1733df(0xe5)],_0x197d10);_0x33d205[_0x1733df(0x1a1)](_0x402436,TEST_EVENTS[_0x1733df(0xe5)],_0x3f28bb);const _0x32dda4={};_0x32dda4[_0x1733df(0x1aa)]=_0x33d205[_0x1733df(0x103)],PerformanceTester['end'](PerformanceEvents['SDK_HOOK'],!![],null,_0x32dda4);}catch(_0x5640d1){const _0x3944b7={};_0x3944b7[_0x1733df(0x1aa)]=_0x33d205[_0x1733df(0x103)],PerformanceTester[_0x1733df(0x186)](PerformanceEvents[_0x1733df(0x14f)],![],_0x5640d1,_0x3944b7),PerformanceTester[_0x1733df(0xef)](_0x5640d1);}}),CodeceptJS[_0x4f8bf2(0x1d0)]['dispatcher']['on'](CodeceptJS['event'][_0x4f8bf2(0x18a)][_0x4f8bf2(0x18d)],_0x29c3e8=>{const _0x4bfc2f=_0x4f8bf2,_0x31738d={};_0x31738d[_0x4bfc2f(0x1aa)]=_0x33d205[_0x4bfc2f(0x166)],PerformanceTester[_0x4bfc2f(0x127)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x31738d);try{const _0x21cbf4=_0x29c3e8[_0x4bfc2f(0x158)][_0x4bfc2f(0x143)],_0x578afc=_0x5780d0[_0x4bfc2f(0x1e9)](TEST_EVENTS[_0x4bfc2f(0x18e)],_0x21cbf4);_0x33d205['AIEaW'](_0x402436,TEST_EVENTS[_0x4bfc2f(0x18e)],_0x578afc);const _0x1ae61b={};_0x1ae61b[_0x4bfc2f(0x1aa)]=_0x33d205[_0x4bfc2f(0x166)],PerformanceTester['end'](PerformanceHookEvents[_0x4bfc2f(0x14f)],!![],null,_0x1ae61b);}catch(_0x203632){PerformanceTester[_0x4bfc2f(0xef)](_0x203632);const _0x1bd357={};_0x1bd357[_0x4bfc2f(0x1aa)]=_0x33d205[_0x4bfc2f(0x166)],PerformanceTester[_0x4bfc2f(0x186)](PerformanceHookEvents['SDK_HOOK'],![],_0x203632,_0x1bd357);}}),CodeceptJS['event'][_0x4f8bf2(0xe6)]['on'](CodeceptJS[_0x4f8bf2(0x1d0)][_0x4f8bf2(0x18a)][_0x4f8bf2(0x199)],async(_0x230615,_0x3d5eea)=>{const _0x12721a=_0x4f8bf2;PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{const _0x3adb32=_0x230615[_0x12721a(0x158)]['test'],_0x4b5fb8=_0x5780d0[_0x12721a(0x1e9)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x3adb32,_0x3d5eea);_0x33d205[_0x12721a(0x130)](_0x402436,TEST_EVENTS[_0x12721a(0x18e)],_0x4b5fb8);const _0x377f19={};_0x377f19[_0x12721a(0x1aa)]=_0x33d205[_0x12721a(0x1d1)],PerformanceTester[_0x12721a(0x127)](PerformanceHookEvents[_0x12721a(0x14f)],!![],null,_0x377f19);}catch(_0x3e18d0){PerformanceTester[_0x12721a(0xef)](_0x3e18d0);const _0xd527a2={};_0xd527a2['hookType']=_0x33d205[_0x12721a(0x1d1)],PerformanceTester[_0x12721a(0x186)](PerformanceHookEvents['SDK_HOOK'],![],_0x3e18d0,_0xd527a2);}const _0x50045f={};_0x50045f[_0x12721a(0x1aa)]=_0x33d205[_0x12721a(0x1d1)],PerformanceTester['end'](PerformanceHookEvents[_0x12721a(0x14f)],!![],null,_0x50045f);}),CodeceptJS[_0x4f8bf2(0x1d0)]['dispatcher']['on'](CodeceptJS['event'][_0x4f8bf2(0x143)][_0x4f8bf2(0x1b3)],_0x361cbf=>{const _0x6dc416=_0x4f8bf2;PerformanceTester['start'](PerformanceHookEvents[_0x6dc416(0x14f)]);try{globals[_0x6dc416(0x1a9)](_0x33d205[_0x6dc416(0x147)],_0x361cbf[_0x6dc416(0xed)]);_0x33d205[_0x6dc416(0x159)](isBrowserstackInfra)&&(_0x12d6e4&&(global[_0x6dc416(0x116)]={'currentTest':{'name':_0x361cbf[_0x6dc416(0xed)],'testInfo':{'titlePath':_0x361cbf[_0x6dc416(0xeb)]()}}}));const _0x50f258={};_0x50f258[_0x6dc416(0x1aa)]=_0x33d205[_0x6dc416(0x104)],PerformanceTester[_0x6dc416(0x186)](PerformanceHookEvents[_0x6dc416(0x14f)],!![],null,_0x50f258);}catch(_0x5b0575){PerformanceTester[_0x6dc416(0xef)](_0x5b0575);const _0x59d8f6={};_0x59d8f6['hookType']=_0x33d205[_0x6dc416(0x104)],PerformanceTester[_0x6dc416(0x186)](PerformanceHookEvents[_0x6dc416(0x14f)],![],_0x5b0575,_0x59d8f6);}}),CodeceptJS['event'][_0x4f8bf2(0xe6)]['on'](CodeceptJS[_0x4f8bf2(0x1d0)][_0x4f8bf2(0x143)][_0x4f8bf2(0x132)],_0x726bb2=>{const _0x2e13eb=_0x4f8bf2,_0x59d48a={'bHoWK':function(_0x4e12e7){const _0x54c154=a1_0x6be4;return _0x33d205[_0x54c154(0x123)](_0x4e12e7);},'ztqad':function(_0x566a21,_0x33ae51){const _0x4000dc=a1_0x6be4;return _0x33d205[_0x4000dc(0xfb)](_0x566a21,_0x33ae51);},'mWSOY':function(_0x132961,_0x838762,_0x1c8bbe){const _0x3613bb=a1_0x6be4;return _0x33d205[_0x3613bb(0x1b8)](_0x132961,_0x838762,_0x1c8bbe);}};PerformanceTester[_0x2e13eb(0x127)](PerformanceHookEvents[_0x2e13eb(0x14f)]);try{globals[_0x2e13eb(0x1a9)](_0x33d205[_0x2e13eb(0x147)],_0x726bb2[_0x2e13eb(0xed)]);const _0x36bcbf=_0x5780d0[_0x2e13eb(0x1e9)](TEST_EVENTS['TEST_RUN_STARTED'],_0x726bb2);CodeceptRecorder[_0x2e13eb(0xfd)](()=>_0x5780d0[_0x2e13eb(0x10e)]()),CodeceptRecorder[_0x2e13eb(0xfd)](()=>_0x5780d0[_0x2e13eb(0x1c1)](TEST_EVENTS[_0x2e13eb(0x1d5)],_0x36bcbf)),CodeceptRecorder['add'](async()=>{const _0x2e8430=_0x2e13eb;_0x59d48a[_0x2e8430(0x1e6)](isBrowserstackInfra)&&(!_0x59d48a['ztqad'](isTrue,_0x49a6c8[_0x2e8430(0xe3)])&&await _0x59d48a[_0x2e8430(0x1bf)](markSessionName,_0x386324,_0x726bb2[_0x2e8430(0xed)]),_0x5780d0[_0x2e8430(0xfa)]&&await _0x59d48a[_0x2e8430(0x1b0)](o11ySync,_0x386324));});}catch(_0x1d909e){const _0xe64563={};_0xe64563[_0x2e13eb(0x1aa)]=_0x33d205['npJIS'],PerformanceTester[_0x2e13eb(0x186)](PerformanceHookEvents[_0x2e13eb(0x14f)],![],_0x1d909e,_0xe64563),PerformanceTester[_0x2e13eb(0xef)](_0x1d909e);}const _0x148ba9={};_0x148ba9[_0x2e13eb(0x1aa)]=_0x33d205[_0x2e13eb(0x1e4)],PerformanceTester[_0x2e13eb(0x186)](PerformanceHookEvents[_0x2e13eb(0x14f)],!![],null,_0x148ba9);}),CodeceptJS[_0x4f8bf2(0x1d0)][_0x4f8bf2(0xe6)]['on'](CodeceptJS[_0x4f8bf2(0x1d0)][_0x4f8bf2(0x143)][_0x4f8bf2(0x18d)],_0x211c09=>{const _0x2e117c=_0x4f8bf2,_0x3c036c={'gIqFx':function(_0x48d886,_0x133493,_0xbc70d6){return _0x33d205['LWJEJ'](_0x48d886,_0x133493,_0xbc70d6);},'SKTBB':function(_0x3004ef){return _0x33d205['zvNtE'](_0x3004ef);}};PerformanceTester[_0x2e117c(0x127)](PerformanceHookEvents['SDK_HOOK']);try{const _0x308c6a=_0x5780d0[_0x2e117c(0x1e9)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x211c09);CodeceptRecorder[_0x2e117c(0xfd)](()=>_0x5780d0[_0x2e117c(0x1c1)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x308c6a)),CodeceptRecorder['add'](async()=>{const _0x1e9112=_0x2e117c;_0x3c036c['SKTBB'](isBrowserstackInfra)&&await PerformanceTester[_0x1e9112(0x174)](PerformanceAutEvents['SESSION_STATUS'],async()=>{const _0x1f3746=_0x1e9112;_0x12d6e4?await _0x3c036c[_0x1f3746(0x1ab)](playwrightMarkSessionStatus,_0x386324,STATE_PASSED):await _0x3c036c['gIqFx'](markSessionStatus,_0x386324,STATE_PASSED);})();}),PerformanceTester[_0x2e117c(0x186)](PerformanceEvents[_0x2e117c(0x10c)]);}catch(_0x302b47){PerformanceTester[_0x2e117c(0xef)](_0x302b47);const _0x4f6085={};_0x4f6085[_0x2e117c(0x1aa)]=_0x33d205['jSnKN'],PerformanceTester['end'](PerformanceHookEvents[_0x2e117c(0x14f)],![],_0x302b47,_0x4f6085),PerformanceTester[_0x2e117c(0x186)](PerformanceEvents[_0x2e117c(0x10c)],![],_0x302b47);}const _0x5854d9={};_0x5854d9[_0x2e117c(0x1aa)]=_0x33d205[_0x2e117c(0x1bc)],PerformanceTester[_0x2e117c(0x186)](PerformanceHookEvents[_0x2e117c(0x14f)],!![],null,_0x5854d9);}),CodeceptJS[_0x4f8bf2(0x1d0)][_0x4f8bf2(0xe6)]['on'](CodeceptJS['event'][_0x4f8bf2(0x143)][_0x4f8bf2(0x199)],(_0x5d9216,_0x3d7564)=>{const _0x1160f7=_0x4f8bf2;PerformanceTester[_0x1160f7(0x127)](PerformanceHookEvents[_0x1160f7(0x14f)]);try{if(_0x33d205[_0x1160f7(0x19b)](_0x5d9216[_0x1160f7(0x10d)][_0x1160f7(0xda)],_0x33d205[_0x1160f7(0x165)])){const _0x43ad5b=_0x5780d0['captureEvent'](TEST_EVENTS[_0x1160f7(0x168)],_0x5d9216[_0x1160f7(0x158)][_0x1160f7(0x1a6)]);CodeceptRecorder[_0x1160f7(0xfd)](()=>_0x5780d0[_0x1160f7(0x1c1)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x43ad5b));}else{const _0x109f41=_0x5780d0['captureEvent'](TEST_EVENTS[_0x1160f7(0x145)],_0x5d9216,_0x3d7564);CodeceptRecorder['add'](()=>{const _0x4e24b5=_0x1160f7;try{_0x5780d0[_0x4e24b5(0x1c1)](TEST_EVENTS[_0x4e24b5(0x145)],_0x109f41);}catch(_0x26edca){logger[_0x4e24b5(0x13b)](_0x4e24b5(0x17d)+util['format'](_0x26edca)),PerformanceTester[_0x4e24b5(0x186)](PerformanceEvents[_0x4e24b5(0x10c)],![],_0x26edca);}}),CodeceptRecorder[_0x1160f7(0xfd)](async()=>{const _0x591cc9=_0x1160f7;try{_0x33d205[_0x591cc9(0x123)](isBrowserstackInfra)&&(_0x12d6e4?await _0x33d205['aZobc'](playwrightMarkSessionStatus,_0x386324,STATE_FAILED,_0x3d7564):await _0x33d205[_0x591cc9(0x13e)](markSessionStatus,_0x386324,STATE_FAILED,_0x3d7564));}catch(_0x42eccf){logger[_0x591cc9(0x13b)](_0x591cc9(0x1b4)+util[_0x591cc9(0x189)](_0x42eccf)),PerformanceTester[_0x591cc9(0x186)](PerformanceEvents[_0x591cc9(0x10c)],![],_0x42eccf);}});}PerformanceTester[_0x1160f7(0x186)](PerformanceEvents[_0x1160f7(0x10c)]);}catch(_0x466683){PerformanceTester[_0x1160f7(0xef)](_0x466683);const _0x458464={};_0x458464[_0x1160f7(0x1aa)]=_0x33d205[_0x1160f7(0x1c5)],PerformanceTester[_0x1160f7(0x186)](PerformanceHookEvents[_0x1160f7(0x14f)],![],_0x466683,_0x458464),PerformanceTester[_0x1160f7(0x186)](PerformanceEvents[_0x1160f7(0x10c)],![],_0x466683);}const _0xc410d={};_0xc410d[_0x1160f7(0x1aa)]=_0x33d205[_0x1160f7(0x1c5)],PerformanceTester[_0x1160f7(0x186)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0xc410d);}),CodeceptJS[_0x4f8bf2(0x1d0)][_0x4f8bf2(0xe6)]['on'](CodeceptJS[_0x4f8bf2(0x1d0)]['test'][_0x4f8bf2(0x1ce)],_0x31e86a=>{const _0x348c1b=_0x4f8bf2;PerformanceTester[_0x348c1b(0x127)](PerformanceHookEvents[_0x348c1b(0x14f)]);try{const _0x5541a5=_0x5780d0[_0x348c1b(0x1e9)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x31e86a);CodeceptRecorder[_0x348c1b(0xfd)](()=>_0x5780d0[_0x348c1b(0x1c1)](TEST_EVENTS[_0x348c1b(0x168)],_0x5541a5)),PerformanceTester[_0x348c1b(0x186)](PerformanceEvents[_0x348c1b(0x10c)]);}catch(_0x1abe20){PerformanceTester[_0x348c1b(0xef)](_0x1abe20),PerformanceTester[_0x348c1b(0x186)](PerformanceEvents[_0x348c1b(0x10c)],![],_0x1abe20);const _0x3715de={};_0x3715de[_0x348c1b(0x1aa)]=_0x33d205[_0x348c1b(0x153)],PerformanceTester[_0x348c1b(0x186)](PerformanceHookEvents[_0x348c1b(0x14f)],![],_0x1abe20,_0x3715de);}const _0x232492={};_0x232492['hookType']=_0x33d205[_0x348c1b(0x153)],PerformanceTester[_0x348c1b(0x186)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x232492);}),CodeceptJS[_0x4f8bf2(0x1d0)]['dispatcher']['on'](CodeceptJS[_0x4f8bf2(0x1d0)][_0x4f8bf2(0x143)][_0x4f8bf2(0x14b)],async(_0x3531fe,_0x24f1e7)=>{const _0x105f5c=_0x4f8bf2;try{PerformanceTester[_0x105f5c(0x127)](PerformanceHookEvents[_0x105f5c(0x14f)]);const _0x2f6841=_0x33d205[_0x105f5c(0x130)](shouldScanTestForAccessibility,_0x3531fe[_0x105f5c(0xeb)](),!![]);if(_0x33d205[_0x105f5c(0x19f)](isAccessibilityAutomationSession)&&global[_0x105f5c(0xea)]&&_0x2f6841){const _0x4676da={};_0x4676da[_0x105f5c(0xf9)]=_0x3531fe['testAnalyticsId'],_0x4676da[_0x105f5c(0x16b)]=process['env'][testHubConstants['ENV_VAR']['BROWSERSTACK_TESTHUB_UUID']],_0x4676da[_0x105f5c(0x135)]=process['env'][testHubConstants[_0x105f5c(0x19d)][_0x105f5c(0x1e5)]];const _0x280922=_0x4676da;logger[_0x105f5c(0x13b)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON[_0x105f5c(0x1ba)](_0x280922)),CodeceptRecorder[_0x105f5c(0xfd)](async()=>{const _0x6541=_0x105f5c,_0x16d70c={};_0x16d70c['command']=_0x33d205[_0x6541(0x176)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x6541(0x1c7)],async()=>{const _0x524fe8=_0x6541;await AccessibilityHelper['browserStackExecuteDriver'](_0x386324,scripts[_0x524fe8(0x1bb)]);},_0x16d70c)(),globals['getGlobal'](_0x33d205[_0x6541(0x190)])&&(_0x280922[_0x6541(0x179)]=!![]),await PerformanceTester[_0x6541(0x174)](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x4b4b6e=_0x6541;await AccessibilityHelper[_0x4b4b6e(0x16d)](_0x386324,scripts['saveTestResults'],_0x280922);})();}),logger[_0x105f5c(0xfe)](_0x33d205['Bmgai']);}const _0x274d03={};_0x274d03[_0x105f5c(0x1aa)]=_0x33d205['LZXBF'],PerformanceTester[_0x105f5c(0x186)](PerformanceHookEvents[_0x105f5c(0x14f)],!![],null,_0x274d03);}catch(_0x3b6800){PerformanceTester[_0x105f5c(0xef)](_0x3b6800);const _0x16fe1b={};_0x16fe1b[_0x105f5c(0x1aa)]=_0x33d205['LZXBF'],PerformanceTester[_0x105f5c(0x186)](PerformanceHookEvents[_0x105f5c(0x14f)],![],_0x3b6800,_0x16fe1b);}}),CodeceptJS[_0x4f8bf2(0x1d0)][_0x4f8bf2(0xe6)]['on'](CodeceptJS[_0x4f8bf2(0x1d0)][_0x4f8bf2(0x17e)][_0x4f8bf2(0x1a0)],_0xc64a07=>{const _0x3c11fa=_0x4f8bf2;PerformanceTester['start'](PerformanceHookEvents[_0x3c11fa(0x14f)]);try{process['emit']('bs:addLog:'+process['pid'],{'timestamp':new Date()[_0x3c11fa(0x170)](),'level':_0x33d205[_0x3c11fa(0xde)],'message':_0xc64a07,'kind':_0x33d205['xarun'],'http_response':{}});}catch(_0x3eb22e){PerformanceTester['captureError'](_0x3eb22e);const _0x5bea21={};_0x5bea21[_0x3c11fa(0x1aa)]=_0x33d205[_0x3c11fa(0x101)],PerformanceTester[_0x3c11fa(0x186)](PerformanceHookEvents[_0x3c11fa(0x14f)],![],_0x3eb22e,_0x5bea21);}const _0x553be5={};_0x553be5[_0x3c11fa(0x1aa)]=_0x33d205[_0x3c11fa(0x101)],PerformanceTester['end'](PerformanceHookEvents[_0x3c11fa(0x14f)],!![],null,_0x553be5);}),CodeceptJS[_0x4f8bf2(0x1d0)][_0x4f8bf2(0xe6)]['on'](CodeceptJS[_0x4f8bf2(0x1d0)][_0x4f8bf2(0x1a2)]['before'],_0xa4bc4f=>{const _0x75bd30=_0x4f8bf2,_0x18fd1e={};_0x18fd1e[_0x75bd30(0x1aa)]=_0x33d205[_0x75bd30(0x131)],PerformanceTester[_0x75bd30(0x174)](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x1e9f3d=_0x75bd30;_0x5780d0[_0x1e9f3d(0x1e7)](_0xa4bc4f);},_0x18fd1e)();}),CodeceptJS[_0x4f8bf2(0x1d0)][_0x4f8bf2(0xe6)]['on'](CodeceptJS[_0x4f8bf2(0x1d0)][_0x4f8bf2(0x1a2)][_0x4f8bf2(0x14b)],_0x21639e=>{const _0x2b0ef2=_0x4f8bf2,_0x3a2098={};_0x3a2098[_0x2b0ef2(0x1aa)]=_0x33d205['BNCqN'],PerformanceTester[_0x2b0ef2(0x174)](PerformanceHookEvents[_0x2b0ef2(0x14f)],()=>{_0x5780d0['bddStepFinish'](_0x21639e);},_0x3a2098)();});};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a2_0x37c6be=a2_0x1347;(function(_0x1ec5b0,_0x26296f){const _0x47122c=a2_0x1347,_0x2349e6=_0x1ec5b0();while(!![]){try{const _0x448e5a=-parseInt(_0x47122c(0x212))/0x1*(parseInt(_0x47122c(0x272))/0x2)+parseInt(_0x47122c(0x26b))/0x3*(parseInt(_0x47122c(0x22f))/0x4)+parseInt(_0x47122c(0x1fa))/0x5+parseInt(_0x47122c(0x242))/0x6+parseInt(_0x47122c(0x204))/0x7*(-parseInt(_0x47122c(0x21a))/0x8)+-parseInt(_0x47122c(0x200))/0x9+-parseInt(_0x47122c(0x266))/0xa*(-parseInt(_0x47122c(0x20c))/0xb);if(_0x448e5a===_0x26296f)break;else _0x2349e6['push'](_0x2349e6['shift']());}catch(_0x35827f){_0x2349e6['push'](_0x2349e6['shift']());}}}(a2_0x4f2c,0x4ac4c));const fs=require('fs'),path=require(a2_0x37c6be(0x269)),util=require('util'),process=require(a2_0x37c6be(0x22b)),logger=require(a2_0x37c6be(0x26f))[a2_0x37c6be(0x1fd)],{default:BrowserStackSetup}=require(a2_0x37c6be(0x28f)),helper=require('../../helpers/helper'),utilities=require('../../helpers/utilities'),{checkAccessibilityPlatformConfig}=require(a2_0x37c6be(0x222)),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a2_0x37c6be(0x294)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x37c6be(0x289)),CodeceptJS=requireModule(a2_0x37c6be(0x267),a2_0x37c6be(0x277)),testOpsHelper=require(a2_0x37c6be(0x241)),TestHubHandler=require('../../helpers/testhub/testhubHandler'),BrowserstackCLI=require('../v2/browserstackCLI'),constants=require('../utils/constants'),PerformanceTester=require(a2_0x37c6be(0x253)),{FRAMEWORKS}=require(a2_0x37c6be(0x239)),PerformanceEvents=require('../../helpers/performance/constants')[a2_0x37c6be(0x1fb)],ClientTroubleShootingService=require('../utils/clientTroubleshootingService'),_testErrorData=[],getUserCodeceptJSConfigs=(_0x1d73ae,_0x3d5c1e)=>{const _0x556784=a2_0x37c6be,_0x24b780={};_0x24b780[_0x556784(0x205)]=function(_0x264c2f,_0x23a87e){return _0x264c2f===_0x23a87e;},_0x24b780[_0x556784(0x28e)]=_0x556784(0x231),_0x24b780[_0x556784(0x21d)]=_0x556784(0x273);const _0x3c6015=_0x24b780;let _0x5e0a5=null;const _0x5c1f96={};let _0x3dd42f=_0x3d5c1e[_0x556784(0x218)](_0x33dd2b=>_0x33dd2b===_0x556784(0x233));_0x3c6015[_0x556784(0x205)](_0x3dd42f,-0x1)&&(_0x3dd42f=_0x3d5c1e[_0x556784(0x218)](_0x4c8c63=>_0x4c8c63==='-c'));if(!helper[_0x556784(0x25d)](_0x1d73ae[_0x556784(0x24c)])&&fs[_0x556784(0x21f)](path['join'](process[_0x556784(0x284)](),_0x1d73ae[_0x556784(0x24c)])))_0x5e0a5=path['join'](process[_0x556784(0x284)](),_0x1d73ae[_0x556784(0x24c)]),_0x3d5c1e[_0x556784(0x23d)](_0x3dd42f,0x2);else{if(!helper[_0x556784(0x25d)](_0x1d73ae['c'])&&fs['existsSync'](path[_0x556784(0x22a)](process[_0x556784(0x284)](),_0x1d73ae['c'])))_0x5e0a5=path[_0x556784(0x22a)](process[_0x556784(0x284)](),_0x1d73ae['c']),_0x3d5c1e['slice'](_0x3dd42f,0x2);else{if(fs[_0x556784(0x21f)](path['join'](process[_0x556784(0x284)](),_0x3c6015['ugBvQ'])))_0x5e0a5=path[_0x556784(0x22a)](process[_0x556784(0x284)](),_0x3c6015[_0x556784(0x28e)]);else fs[_0x556784(0x21f)](path[_0x556784(0x22a)](process['cwd'](),_0x3c6015[_0x556784(0x21d)]))&&(_0x5e0a5=path[_0x556784(0x22a)](process[_0x556784(0x284)](),_0x3c6015[_0x556784(0x21d)]));}}return process[_0x556784(0x293)][_0x556784(0x217)]=_0x5e0a5,_0x5e0a5;},getO11yRerunPattern=()=>{const _0x241b8e=a2_0x37c6be,_0x1fb205=helper['isTrue'](process['env'][_0x241b8e(0x223)]);if(_0x1fb205){const _0x3324be=process['env'][_0x241b8e(0x291)],_0x138e8=[];if(helper['validateRerunTestList'](_0x3324be)&&!helper[_0x241b8e(0x25d)](_0x3324be)){_0x3324be[_0x241b8e(0x252)](',')['map'](_0x94d739=>{const _0x27fa29=_0x241b8e;_0x138e8[_0x27fa29(0x25c)]('('+_0x94d739[_0x27fa29(0x265)]()+')');});const _0x4b9cd0='^'+_0x138e8['join']('|')+'$';return _0x4b9cd0;}}return null;},a2_0xe4657a={};a2_0xe4657a[a2_0x37c6be(0x26e)]=a2_0x37c6be(0x27e),a2_0xe4657a[a2_0x37c6be(0x25b)]=a2_0x37c6be(0x27e),a2_0xe4657a['playwright-firefox']=a2_0x37c6be(0x219),a2_0xe4657a[a2_0x37c6be(0x23e)]='webkit';function a2_0x1347(_0x5c2767,_0x461a84){const _0x4f2c41=a2_0x4f2c();return a2_0x1347=function(_0x1347e1,_0x1736ad){_0x1347e1=_0x1347e1-0x1f2;let _0x127291=_0x4f2c41[_0x1347e1];return _0x127291;},a2_0x1347(_0x5c2767,_0x461a84);}const pwToCodeceptBrowser=a2_0xe4657a;function a2_0x4f2c(){const _0x3f9b3b=['testContextOptions','gherkin','18887tNSocJ','UsAvg','Playwright','addTests','uoZxA','mUGWW','1KlpSbr','getInstance','stack','IjuQx','initialize','USER_CONFIG_DETAILS_PATH','findIndex','firefox','8nyVPgD','isTestObservabilitySession','printResults','BLVIw','NcQSP','existsSync','failed','DYhwQ','../../helpers/accessibility-automation/helper','BROWSERSTACK_RERUN','log','parallelsPerPlatform','Failed\x20:\x20','chdir','browser','helpers','join','process','rkZPg','accessibilityOptions','aMjaF','40VoXThw','browserName','codecept.conf.js','getUserWorkerCount','--config','setupBrowserstackLocal','debug','BROWSERSTACK_FRAMEWORK','user','host','../../helpers/test-observability/constants','event','BROWSERSTACK_TEST_ACCESSIBILITY_YML','VRTps','slice','playwright-webkit','PAYbW','skipSessionStatus','../../helpers/test-observability/utils','530910MfFSoB','IKqfy','stop','enabled','/wd/hub','platforms','handleApp','skipSessionName','require','forEach','config','jlQrf','getPlaywrightUrl','dirname','replace','WGXxc','split','../../helpers/performance/performance-tester','vhVeh','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','qPTAf','NAVgv','SXmKt','Workers','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','playwright-chromium','push','isUndefined','CODECEPT_CUCUMBER','prepareCapabilities','frameworkName','fIdgm','SDK_CLEANUP','FRAMEWORKS','profile','trim','5160tcEocJ','codeceptjs/lib/index.js','teardownAll','path','spawn','78063yZzfwK','Passed\x20:\x20','printBuildLink','chrome','../../helpers/logger','gjZnN','length','1173358warahX','codecept.json','ZwnHp','browserStackCwd','all','codeceptjs','useW3C','format','userName','mergeDeep','WebDriver','info','chromium','sTgGU','czfxl','exports','dEemr','testObservability','cwd','map','stringify','GdrXN','load','../../helpers/helper','key','CODECEPT','now','err','ugBvQ','../../helpers/BrowserStackSetup','testConfig','BROWSERSTACK_RERUN_TESTS','hubUrl','env','../../bin/playwright/accessibility-helper','browserWSEndpoint','end','finalExecution','wuCFp','desiredCapabilities','toLowerCase','XYYhW','Started\x20:\x20','863440bmrKCL','EVENTS','assign','winstonLogger','errorMessage','test','783189jnfvXN','SDK_SETUP','title','KodBs','2991821SNMHrO','qJsho','addConfig','nXqMz','LwlIm','frXLM'];a2_0x4f2c=function(){return _0x3f9b3b;};return a2_0x4f2c();}async function run(_0x47b2f8,_0x5e73b4,_0x212663){const _0x443005=a2_0x37c6be,_0x383604={'dEemr':function(_0xc90d25,_0x404fec,_0x1239f2,_0xa388b8){return _0xc90d25(_0x404fec,_0x1239f2,_0xa388b8);},'XYYhW':function(_0x202a01,_0xca5e87){return _0x202a01+_0xca5e87;},'NcQSP':function(_0x401a04,_0x1b214d){return _0x401a04(_0x1b214d);},'KodBs':function(_0x4e4d83,_0x83112c,_0x4657ab){return _0x4e4d83(_0x83112c,_0x4657ab);},'PAYbW':_0x443005(0x229),'VRTps':function(_0x5cc522){return _0x5cc522();},'frXLM':_0x443005(0x246),'IKqfy':function(_0x4a05cc){return _0x4a05cc();},'uoZxA':_0x443005(0x226),'IjuQx':_0x443005(0x26c),'sTgGU':_0x443005(0x1f9),'vhVeh':'4|1|3|0|2|5','jlQrf':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','rkZPg':_0x443005(0x20e),'wqDep':'WebDriver','aMjaF':function(_0x4bb304,_0x37a81e){return _0x4bb304(_0x37a81e);},'SXmKt':function(_0x530bde,_0x28fe57){return _0x530bde!=_0x28fe57;},'qhHfO':function(_0x97680d,_0x38052f){return _0x97680d===_0x38052f;},'DYhwQ':_0x443005(0x20b),'NAVgv':function(_0x102226,_0x9527a7){return _0x102226(_0x9527a7);},'wuCFp':function(_0x3f44b3,_0x2959bc){return _0x3f44b3*_0x2959bc;},'mUGWW':function(_0x1ff639,_0x52f295,_0x1ba188){return _0x1ff639(_0x52f295,_0x1ba188);},'ZwnHp':'browser','WGXxc':_0x443005(0x1f6),'czfxl':function(_0x21ce38,_0x800e57,_0x21eaec){return _0x21ce38(_0x800e57,_0x21eaec);},'nXqMz':'root','hADsm':'BrowserStackPlugin.js','GdrXN':_0x443005(0x275),'LwlIm':'codeceptjs','fIdgm':function(_0x102149){return _0x102149();}};await _0x212663[_0x443005(0x216)](_0x47b2f8);!BrowserstackCLI[_0x443005(0x213)]()['isRunning']()&&await _0x212663[_0x443005(0x234)]();await helper[_0x443005(0x248)](_0x212663[_0x443005(0x24c)]);if(!_0x212663[_0x443005(0x24c)])return;process[_0x443005(0x264)]=_0x47b2f8['profile'];_0x47b2f8['profile']&&(process[_0x443005(0x293)]['profile']=_0x47b2f8[_0x443005(0x264)]);const _0x326b68=_0x383604['KodBs'](getUserCodeceptJSConfigs,_0x47b2f8,_0x5e73b4);let _0x4a3b6c={};_0x326b68?(logger[_0x443005(0x27d)](_0x443005(0x25a)+_0x326b68),_0x4a3b6c=CodeceptJS[_0x443005(0x24c)][_0x443005(0x288)](_0x326b68)):logger['info'](_0x383604[_0x443005(0x24d)]);let _0x547d93=![];_0x383604[_0x443005(0x203)](nestedKeyValue,_0x4a3b6c,[_0x383604[_0x443005(0x23f)],_0x383604['rkZPg']])&&(_0x547d93=!![]);const _0x1c9aae=_0x547d93?_0x383604['rkZPg']:_0x383604['wqDep'];let _0x20ca59=!_0x547d93?helper[_0x443005(0x278)](_0x212663[_0x443005(0x24c)]):![];!helper[_0x443005(0x25d)](_0x212663['config'][_0x443005(0x22d)])&&(process[_0x443005(0x293)][_0x443005(0x255)]=JSON['stringify'](_0x212663['config'][_0x443005(0x22d)]));let _0x1e04fa=_0x212663[_0x443005(0x24c)]['accessibility'];_0x1e04fa=_0x1e04fa||_0x383604[_0x443005(0x22e)](checkAccessibilityPlatformConfig,_0x212663[_0x443005(0x24c)]),process[_0x443005(0x293)][_0x443005(0x23b)]=_0x1e04fa;_0x1e04fa&&(_0x20ca59=!_0x1e04fa);_0x383604[_0x443005(0x258)](_0x212663['config'][_0x443005(0x283)],null)?process[_0x443005(0x293)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x212663[_0x443005(0x24c)]['testObservability']:process[_0x443005(0x293)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x383604['qhHfO'](_0x1c9aae,_0x383604[_0x443005(0x22c)]);const _0x4530d8=_0x383604['KodBs'](nestedKeyValue,_0x4a3b6c,[_0x383604[_0x443005(0x221)]]),_0xeacd09=_0x4530d8&&!helper['isEmpty'](_0x4530d8)?FRAMEWORKS[_0x443005(0x25e)]:FRAMEWORKS[_0x443005(0x28b)],_0x4ee929=await TestHubHandler['launchBuild'](_0xeacd09,_0x212663);_0x1e04fa&&_0x383604[_0x443005(0x257)](setAccessibilityCapabilities,_0x212663[_0x443005(0x24c)]);const _0xc397d0={},_0x3bb156=[],_0x17d21c=_0x212663['config'][_0x443005(0x225)]||helper[_0x443005(0x232)](_0x47b2f8,_0x5e73b4,_0x212663[_0x443005(0x24c)],constants[_0x443005(0x263)][_0x443005(0x28b)])||0x1;let _0x22c721=0x1;if(_0x383604['VRTps'](isBrowserstackInfra)){const _0x170d55=helper['prepareCapabilities'](_0x212663[_0x443005(0x24c)],_0x20ca59,constants[_0x443005(0x263)]['CODECEPT']);_0x170d55[_0x443005(0x24b)](_0x46f49c=>{helper['setAdditionalCapabilities'](_0x46f49c);}),helper['validPlatformsPresent'](_0x212663['config'])?_0x22c721=_0x383604[_0x443005(0x1f5)](_0x17d21c,_0x212663[_0x443005(0x24c)][_0x443005(0x247)][_0x443005(0x271)]):_0x22c721=_0x17d21c,_0x170d55[_0x443005(0x24b)](_0x5c8102=>{const _0x5ae135=_0x443005,_0x276b67={'gjZnN':function(_0x29b62b,_0x4e2e64,_0x23c796,_0x55853b){const _0x3b9646=a2_0x1347;return _0x383604[_0x3b9646(0x282)](_0x29b62b,_0x4e2e64,_0x23c796,_0x55853b);},'UsAvg':function(_0x1a4602,_0x1e5829){const _0x20946f=a2_0x1347;return _0x383604[_0x20946f(0x1f8)](_0x1a4602,_0x1e5829);},'qPTAf':function(_0x14741f,_0x5aab58){const _0x2c95ce=a2_0x1347;return _0x383604[_0x2c95ce(0x21e)](_0x14741f,_0x5aab58);}},_0x4d838e=_0x383604['XYYhW'](helper['getPlatformName'](_0x5c8102,'_'),'_'+Date[_0x5ae135(0x28c)]()),_0x25ead4=((()=>{const _0x1c3a6d=_0x5ae135;if(_0x547d93){const _0x1ea490=pwToCodeceptBrowser[_0x5c8102[_0x1c3a6d(0x230)]]||_0x5c8102['browserName'],_0x35f1d4=helper[_0x1c3a6d(0x24e)](_0x212663[_0x1c3a6d(0x24c)]),_0x3d5315=Object[_0x1c3a6d(0x1fc)]({},_0x5c8102);return _0x276b67[_0x1c3a6d(0x270)](processAccessibilityCaps,_0x3d5315,_0x35f1d4,null),{'browser':_0x1ea490,[_0x1ea490]:{'browserWSEndpoint':_0x276b67[_0x1c3a6d(0x20d)](_0x35f1d4,_0x276b67[_0x1c3a6d(0x256)](encodeURIComponent,JSON[_0x1c3a6d(0x286)](_0x3d5315)))}};}const _0xc1c404={};return _0xc1c404[_0x1c3a6d(0x1f6)]=_0x5c8102,_0xc1c404[_0x1c3a6d(0x237)]=_0x212663[_0x1c3a6d(0x24c)][_0x1c3a6d(0x27a)],_0xc1c404[_0x1c3a6d(0x28a)]=_0x212663[_0x1c3a6d(0x24c)]['accessKey'],_0xc1c404;})()),_0xbd48f1=_0x383604['KodBs'](nestedKeyValue,_0x4a3b6c,[_0x383604[_0x5ae135(0x23f)],_0x1c9aae]);_0xc397d0[_0x4d838e]=_0xbd48f1?helper[_0x5ae135(0x27b)](_0x25ead4,_0xbd48f1):_0x25ead4;if(_0x547d93)_0xc397d0[_0x4d838e][_0x5ae135(0x228)]=pwToCodeceptBrowser[_0x5c8102[_0x5ae135(0x230)]]||_0x5c8102['browserName'];else{_0xc397d0[_0x4d838e][_0x5ae135(0x228)]=_0x5c8102[_0x5ae135(0x230)]||_0x25ead4[_0x5ae135(0x228)];if(_0x383604[_0x5ae135(0x23c)](isBrowserstackInfra)){_0xc397d0[_0x4d838e][_0x5ae135(0x238)]=constants[_0x5ae135(0x292)][_0x5ae135(0x250)](_0x383604[_0x5ae135(0x209)],'')['replace'](/https?:\/\//,'');;_0xc397d0[_0x4d838e][_0x5ae135(0x269)]=_0x383604[_0x5ae135(0x209)];}}_0x3bb156[_0x5ae135(0x25c)](_0x4d838e);});}else{_0x22c721=0x1;if(_0x547d93){const _0x36d024=_0x383604[_0x443005(0x211)](nestedKeyValue,_0x4a3b6c,[_0x383604[_0x443005(0x23f)],_0x1c9aae,_0x383604[_0x443005(0x274)]]),_0x88d909=_0x383604[_0x443005(0x211)](nestedKeyValue,_0x4a3b6c,[_0x383604[_0x443005(0x23f)],_0x1c9aae,_0x36d024]);if(_0x88d909&&_0x88d909[_0x443005(0x1f2)]){const _0x56b119={};_0x56b119[_0x443005(0x247)]=[],_0x88d909['browserWSEndpoint']=helper[_0x443005(0x25f)](Object[_0x443005(0x1fc)]({},_0x212663[_0x443005(0x24c)],_0x56b119),null,_0xeacd09[_0x443005(0x1f7)](),null,null,_0x88d909[_0x443005(0x1f2)]);}}else{const _0x36abf7={};_0x36abf7[_0x443005(0x247)]=[],_0x4a3b6c[_0x383604[_0x443005(0x23f)]][_0x1c9aae][_0x383604['WGXxc']]=helper['prepareCapabilities'](Object[_0x443005(0x1fc)]({},_0x212663[_0x443005(0x24c)],_0x36abf7),null,_0xeacd09[_0x443005(0x1f7)](),_0x383604[_0x443005(0x280)](nestedKeyValue,_0x4a3b6c,[_0x383604[_0x443005(0x23f)],_0x1c9aae,_0x383604[_0x443005(0x251)]])||{},null,null);}_0xc397d0[_0x383604[_0x443005(0x207)]]=_0x4a3b6c,_0x3bb156[_0x443005(0x25c)](_0x383604[_0x443005(0x207)]);}const _0x2437e0={};_0x2437e0[_0x443005(0x290)]=_0x326b68;const _0x8c541b=_0x2437e0,_0x2fc2bc=path[_0x443005(0x22a)](__dirname,_0x383604['hADsm']),_0x38dfbc=process[_0x443005(0x284)]();process[_0x443005(0x293)][_0x383604[_0x443005(0x287)]]=_0x38dfbc,process[_0x443005(0x293)][_0x443005(0x236)]=process['env'][_0x443005(0x236)]||_0x383604[_0x443005(0x208)],process[_0x443005(0x227)](path[_0x443005(0x24f)](_0x326b68));const _0x214761=new CodeceptJS[(_0x443005(0x259))](null,_0x8c541b),_0x2cfb07=_0x214761['createGroupsOfSuites'](_0x17d21c),_0x4c9b16=testOpsHelper[_0x443005(0x21b)](),_0x486e47=_0x3bb156[_0x443005(0x285)](_0x26ab55=>{const _0x2d4eca=_0x443005,_0x4029a0={};_0x4029a0['Playwright']=_0xc397d0[_0x26ab55];const _0x2fa2de={};_0x2fa2de[_0x2d4eca(0x27c)]=_0xc397d0[_0x26ab55];const _0x586ea2=_0x547d93?_0x4029a0:_0x2fa2de,_0xac9a9d=_0x383604[_0x2d4eca(0x23c)](getO11yRerunPattern),_0xb01d01={};_0xb01d01['helpers']=_0x586ea2;const _0x54bab6={};_0x54bab6[_0x2d4eca(0x24a)]=_0x2fc2bc,_0x54bab6[_0x2d4eca(0x245)]=!![],_0x54bab6[_0x2d4eca(0x249)]=_0x212663[_0x2d4eca(0x24c)][_0x2d4eca(0x20a)]['skipSessionName'],_0x54bab6[_0x2d4eca(0x240)]=_0x212663['config']['testContextOptions'][_0x2d4eca(0x240)],_0x54bab6[_0x2d4eca(0x283)]=_0x4c9b16,_0x54bab6[_0x2d4eca(0x260)]=_0xeacd09;const _0x2b2689={};_0x2b2689['BrowserStackPlugin']=_0x54bab6;const _0x154cec={};return _0x154cec['plugins']=_0x2b2689,helper[_0x2d4eca(0x27b)]({},_0x4a3b6c,_0x383604[_0x2d4eca(0x243)](isBrowserstackInfra)?_0xb01d01:{},_0xac9a9d?{'grep':_0xac9a9d}:{},_0x154cec);});for(const _0x310392 of _0x486e47){for(const _0x504f13 of _0x2cfb07){const _0x4af2f7=_0x214761[_0x443005(0x26a)]();_0x4af2f7[_0x443005(0x20f)](_0x504f13),_0x4af2f7[_0x443005(0x206)](_0x310392);const _0x37f420={};_0x37f420[_0x443005(0x24c)]=_0x326b68,_0x4af2f7['addOptions'](Object[_0x443005(0x1fc)](_0x37f420,_0x47b2f8));}}_0x214761['on'](CodeceptJS[_0x443005(0x23a)][_0x443005(0x1ff)][_0x443005(0x220)],(_0x33677a,_0xbc8d08)=>{const _0x377c45=_0x443005;console['log'](_0x383604[_0x377c45(0x210)],_0x33677a['title']);const _0x42af42={[_0x33677a['title']]:_0x33677a[_0x377c45(0x28d)][_0x377c45(0x214)]};_testErrorData[_0x377c45(0x25c)](_0x42af42);}),_0x214761['on'](CodeceptJS[_0x443005(0x23a)][_0x443005(0x1ff)]['passed'],async _0x208a76=>{const _0x32bd6c=_0x443005;console[_0x32bd6c(0x224)](_0x383604[_0x32bd6c(0x215)],_0x208a76[_0x32bd6c(0x202)]);}),_0x214761['on'](CodeceptJS[_0x443005(0x23a)][_0x443005(0x1ff)]['before'],async _0x3ab8ea=>{const _0x23e8ad=_0x443005;console['log'](_0x383604[_0x23e8ad(0x27f)],_0x3ab8ea[_0x23e8ad(0x202)]);}),_0x214761['on'](CodeceptJS[_0x443005(0x23a)][_0x443005(0x276)]['result'],async()=>{const _0x21f4aa=_0x443005,_0x822c89=_0x383604[_0x21f4aa(0x254)][_0x21f4aa(0x252)]('|');let _0xb9293b=0x0;while(!![]){switch(_0x822c89[_0xb9293b++]){case'0':utilities[_0x21f4aa(0x1f4)](_0x212663);continue;case'1':_0x212663[_0x21f4aa(0x1fe)]=_testErrorData;continue;case'2':try{await TestHubHandler[_0x21f4aa(0x244)]();}catch(_0x309e77){logger[_0x21f4aa(0x235)]('Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20'+util[_0x21f4aa(0x279)](_0x309e77));}continue;case'3':testOpsHelper[_0x21f4aa(0x26d)]();continue;case'4':PerformanceTester['start'](PerformanceEvents[_0x21f4aa(0x262)]);continue;case'5':_0x214761[_0x21f4aa(0x21c)]();continue;}break;}});async function _0x3181e0(){const _0x5af964=_0x443005;try{await _0x214761['bootstrapAll'](),await _0x214761['run']();}finally{process[_0x5af964(0x227)](_0x38dfbc),await _0x214761[_0x5af964(0x268)]();}}PerformanceTester[_0x443005(0x1f3)](PerformanceEvents[_0x443005(0x201)]),await _0x383604[_0x443005(0x261)](_0x3181e0);}module[a2_0x37c6be(0x281)]=run;
2
+ 'use strict';function a2_0x5b1d(_0x4516a3,_0x272f02){const _0x9c0a84=a2_0x9c0a();return a2_0x5b1d=function(_0x5b1dca,_0x1328ae){_0x5b1dca=_0x5b1dca-0x66;let _0x360509=_0x9c0a84[_0x5b1dca];return _0x360509;},a2_0x5b1d(_0x4516a3,_0x272f02);}const a2_0x50cf45=a2_0x5b1d;(function(_0x576a42,_0x56808f){const _0x128f15=a2_0x5b1d,_0xc320d=_0x576a42();while(!![]){try{const _0x2cda86=parseInt(_0x128f15(0x102))/0x1*(-parseInt(_0x128f15(0xd9))/0x2)+parseInt(_0x128f15(0xb0))/0x3+-parseInt(_0x128f15(0x76))/0x4+-parseInt(_0x128f15(0x8a))/0x5*(parseInt(_0x128f15(0x79))/0x6)+parseInt(_0x128f15(0xda))/0x7+-parseInt(_0x128f15(0xaf))/0x8*(parseInt(_0x128f15(0xf2))/0x9)+parseInt(_0x128f15(0xae))/0xa;if(_0x2cda86===_0x56808f)break;else _0xc320d['push'](_0xc320d['shift']());}catch(_0x112c0a){_0xc320d['push'](_0xc320d['shift']());}}}(a2_0x9c0a,0xedf36));function a2_0x9c0a(){const _0xe732a6=['codeceptjs','XygSi','AgAPx','failed','awTkt','playwright-chromium','before','util','findIndex','WebDriver','mqaJG','debug','validateRerunTestList','../utils/clientTroubleshootingService','4|5|3|2|0|1','title','parallelsPerPlatform','getPlaywrightUrl','../utils/constants','SpoKE','USER_CONFIG_DETAILS_PATH','testConfig','exports','252mnjOYT','mxCRa','desiredCapabilities','info','isTestObservabilitySession','chromium','DZVde','mergeDeep','helpers','codecept.json','Wkoxy','process','../v2/browserstackCLI','addOptions','BrowserStackPlugin.js','forEach','4061cDguIZ','useW3C','AxUir','toLowerCase','config','playwright-firefox','key','jGfUr','BROWSERSTACK_TEST_ACCESSIBILITY_YML','accessibility','codeceptjs/lib/index.js','testContextOptions','Failed\x20:\x20','ZNgIO','userName','isUndefined','assign','jFIUz','prepareCapabilities','isRunning','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','end','4101660VclmsK','BROWSERSTACK_FRAMEWORK','../../helpers/BrowserStackSetup','6wNEshc','/wd/hub','getUserWorkerCount','SDK_SETUP','env','gherkin','pQUjh','slice','SDK_CLEANUP','Passed\x20:\x20','stack','browserWSEndpoint','getInstance','../../bin/playwright/accessibility-helper','test','playwright-webkit','addConfig','680065TUldFp','codecept.conf.js','xODgO','MFuqT','monaj','plugins','FRAMEWORKS','BROWSERSTACK_RERUN_TESTS','webkit','profile','skipSessionStatus','BKzZk','Workers','existsSync','chrome','stringify','browserName','cwd','zCBRz','HSUWJ','MNerN','BROWSERSTACK_TEST_OBSERVABILITY_YML','UQzVy','enabled','PuCwW','accessKey','map','length','../../helpers/test-observability/constants','browserStackCwd','../../helpers/accessibility-automation/helper','start','load','frameworkName','join','jhqEb','21546570TeKqZi','554536OTxsAt','4234251XaOkxO','EVENTS','chdir','uLeQY','push','oJOlS','path','trim','ayXEG','printResults','platforms','../../helpers/helper','skipSessionName','accessibilityOptions','CODECEPT','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','DetPz','format','../../helpers/performance/constants','BNQQQ','browser','run','Playwright','errorMessage','now','split','finalExecution','stop','result','initialize','log','testObservability','handleApp','event','CODECEPT_CUCUMBER','addTests','wmHHB','setAdditionalCapabilities','replace','BROWSERSTACK_RERUN','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','654ikdMhd','12871761hiLuFW'];a2_0x9c0a=function(){return _0xe732a6;};return a2_0x9c0a();}const fs=require('fs'),path=require(a2_0x50cf45(0xb6)),util=require(a2_0x50cf45(0xe2)),process=require(a2_0x50cf45(0xfd)),logger=require('../../helpers/logger')['winstonLogger'],{default:BrowserStackSetup}=require(a2_0x50cf45(0x78)),helper=require(a2_0x50cf45(0xbb)),utilities=require('../../helpers/utilities'),{checkAccessibilityPlatformConfig}=require(a2_0x50cf45(0xa8)),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a2_0x50cf45(0x86)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x50cf45(0xbb)),CodeceptJS=requireModule(a2_0x50cf45(0x6a),a2_0x50cf45(0xdb)),testOpsHelper=require('../../helpers/test-observability/utils'),TestHubHandler=require('../../helpers/testhub/testhubHandler'),BrowserstackCLI=require(a2_0x50cf45(0xfe)),constants=require(a2_0x50cf45(0xed)),PerformanceTester=require('../../helpers/performance/performance-tester'),{FRAMEWORKS}=require(a2_0x50cf45(0xa6)),PerformanceEvents=require(a2_0x50cf45(0xc2))[a2_0x50cf45(0xb1)],ClientTroubleShootingService=require(a2_0x50cf45(0xe8)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x478717,_0x476d2d)=>{const _0x3be71e=a2_0x50cf45,_0x28d3c3={};_0x28d3c3[_0x3be71e(0x71)]=function(_0x1f15da,_0xd79b6b){return _0x1f15da===_0xd79b6b;},_0x28d3c3[_0x3be71e(0xb3)]=_0x3be71e(0x8b),_0x28d3c3['BNQQQ']=_0x3be71e(0xfb);const _0x128450=_0x28d3c3;let _0x38d773=null;const _0x483b6d={};let _0x5f4c69=_0x476d2d[_0x3be71e(0xe3)](_0x1759ad=>_0x1759ad==='--config');_0x128450['jFIUz'](_0x5f4c69,-0x1)&&(_0x5f4c69=_0x476d2d[_0x3be71e(0xe3)](_0x1375fd=>_0x1375fd==='-c'));if(!helper[_0x3be71e(0x6f)](_0x478717[_0x3be71e(0x106)])&&fs[_0x3be71e(0x97)](path[_0x3be71e(0xac)](process[_0x3be71e(0x9b)](),_0x478717[_0x3be71e(0x106)])))_0x38d773=path[_0x3be71e(0xac)](process[_0x3be71e(0x9b)](),_0x478717[_0x3be71e(0x106)]),_0x476d2d[_0x3be71e(0x80)](_0x5f4c69,0x2);else{if(!helper[_0x3be71e(0x6f)](_0x478717['c'])&&fs[_0x3be71e(0x97)](path[_0x3be71e(0xac)](process[_0x3be71e(0x9b)](),_0x478717['c'])))_0x38d773=path[_0x3be71e(0xac)](process[_0x3be71e(0x9b)](),_0x478717['c']),_0x476d2d[_0x3be71e(0x80)](_0x5f4c69,0x2);else{if(fs[_0x3be71e(0x97)](path['join'](process['cwd'](),_0x128450[_0x3be71e(0xb3)])))_0x38d773=path['join'](process[_0x3be71e(0x9b)](),_0x128450[_0x3be71e(0xb3)]);else fs[_0x3be71e(0x97)](path['join'](process[_0x3be71e(0x9b)](),_0x128450[_0x3be71e(0xc3)]))&&(_0x38d773=path[_0x3be71e(0xac)](process[_0x3be71e(0x9b)](),_0x128450[_0x3be71e(0xc3)]));}}return process['env'][_0x3be71e(0xef)]=_0x38d773,_0x38d773;},getO11yRerunPattern=()=>{const _0x20ecce=a2_0x50cf45,_0x3b04e1=helper['isTrue'](process[_0x20ecce(0x7d)][_0x20ecce(0xd7)]);if(_0x3b04e1){const _0x2568a5=process['env'][_0x20ecce(0x91)],_0x344ee8=[];if(helper[_0x20ecce(0xe7)](_0x2568a5)&&!helper[_0x20ecce(0x6f)](_0x2568a5)){_0x2568a5[_0x20ecce(0xc9)](',')[_0x20ecce(0xa4)](_0x57bd6c=>{const _0x324c2a=_0x20ecce;_0x344ee8[_0x324c2a(0xb4)]('('+_0x57bd6c[_0x324c2a(0xb7)]()+')');});const _0x4d1f4f='^'+_0x344ee8[_0x20ecce(0xac)]('|')+'$';return _0x4d1f4f;}}return null;},a2_0x5f164f={};a2_0x5f164f[a2_0x50cf45(0x98)]=a2_0x50cf45(0xf7),a2_0x5f164f[a2_0x50cf45(0xe0)]=a2_0x50cf45(0xf7),a2_0x5f164f[a2_0x50cf45(0x107)]='firefox',a2_0x5f164f[a2_0x50cf45(0x88)]=a2_0x50cf45(0x92);const pwToCodeceptBrowser=a2_0x5f164f;async function run(_0x4a8980,_0x368b03,_0x56f8ff){const _0x4642db=a2_0x50cf45,_0x1a0439={'wmHHB':function(_0x194770,_0x2b8d42,_0x3e5848,_0x27ecdc){return _0x194770(_0x2b8d42,_0x3e5848,_0x27ecdc);},'Wkoxy':function(_0xbe3d1e,_0x3a8666){return _0xbe3d1e+_0x3a8666;},'pQUjh':function(_0x366a5b,_0xea88b2){return _0x366a5b(_0xea88b2);},'DetPz':function(_0x353020,_0x48955a){return _0x353020+_0x48955a;},'SpoKE':function(_0x4f9669,_0x2a26e5,_0x186873){return _0x4f9669(_0x2a26e5,_0x186873);},'mxCRa':_0x4642db(0xfa),'PuCwW':function(_0x12e7e7){return _0x12e7e7();},'mqaJG':_0x4642db(0x7a),'MNerN':_0x4642db(0x6c),'jGfUr':_0x4642db(0x82),'ZNgIO':'Started\x20:\x20','DZVde':_0x4642db(0xe9),'xODgO':_0x4642db(0x74),'jhqEb':function(_0xa807cd,_0x3feb8e,_0x37c9d7){return _0xa807cd(_0x3feb8e,_0x37c9d7);},'UQzVy':_0x4642db(0xc6),'MFuqT':_0x4642db(0xe4),'HSUWJ':function(_0x4f8953,_0x302f08){return _0x4f8953!=_0x302f08;},'JjUVG':function(_0x13b2d7,_0x360319){return _0x13b2d7===_0x360319;},'XgLuY':_0x4642db(0x7e),'AxUir':function(_0x296df4,_0x40b0d4){return _0x296df4(_0x40b0d4);},'monaj':function(_0x238623,_0x25ae58){return _0x238623*_0x25ae58;},'awTkt':function(_0x14d3dd,_0x3ccd37,_0x2c3709){return _0x14d3dd(_0x3ccd37,_0x2c3709);},'ayXEG':_0x4642db(0xc4),'oJOlS':function(_0x58cfe0,_0x54d4fd,_0x205cb5){return _0x58cfe0(_0x54d4fd,_0x205cb5);},'BKzZk':_0x4642db(0xf4),'zCBRz':'root','XygSi':_0x4642db(0x100),'AgAPx':_0x4642db(0xa7),'cgllx':_0x4642db(0xdb)};await _0x56f8ff[_0x4642db(0xcd)](_0x4a8980);!BrowserstackCLI[_0x4642db(0x85)]()[_0x4642db(0x73)]()&&await _0x56f8ff['setupBrowserstackLocal']();await helper[_0x4642db(0xd0)](_0x56f8ff[_0x4642db(0x106)]);if(!_0x56f8ff[_0x4642db(0x106)])return;process[_0x4642db(0x93)]=_0x4a8980[_0x4642db(0x93)];_0x4a8980[_0x4642db(0x93)]&&(process[_0x4642db(0x7d)][_0x4642db(0x93)]=_0x4a8980[_0x4642db(0x93)]);const _0x3085f8=_0x1a0439[_0x4642db(0xee)](getUserCodeceptJSConfigs,_0x4a8980,_0x368b03);let _0x38bbcb={};_0x3085f8?(logger[_0x4642db(0xf5)](_0x4642db(0xd8)+_0x3085f8),_0x38bbcb=CodeceptJS['config'][_0x4642db(0xaa)](_0x3085f8)):logger[_0x4642db(0xf5)](_0x1a0439[_0x4642db(0x8c)]);let _0xb35852=![];_0x1a0439[_0x4642db(0xad)](nestedKeyValue,_0x38bbcb,[_0x1a0439['mxCRa'],_0x1a0439[_0x4642db(0xa0)]])&&(_0xb35852=!![]);const _0x12d4f3=_0xb35852?_0x1a0439[_0x4642db(0xa0)]:_0x1a0439[_0x4642db(0x8d)];let _0x52e641=!_0xb35852?helper[_0x4642db(0x103)](_0x56f8ff[_0x4642db(0x106)]):![];!helper['isUndefined'](_0x56f8ff[_0x4642db(0x106)][_0x4642db(0xbd)])&&(process[_0x4642db(0x7d)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x4642db(0x99)](_0x56f8ff[_0x4642db(0x106)][_0x4642db(0xbd)]));let _0xd9841f=_0x56f8ff[_0x4642db(0x106)][_0x4642db(0x69)];_0xd9841f=_0xd9841f||_0x1a0439['pQUjh'](checkAccessibilityPlatformConfig,_0x56f8ff[_0x4642db(0x106)]),process['env'][_0x4642db(0x68)]=_0xd9841f;_0xd9841f&&(_0x52e641=!_0xd9841f);_0x1a0439[_0x4642db(0x9d)](_0x56f8ff[_0x4642db(0x106)]['testObservability'],null)?process[_0x4642db(0x7d)][_0x4642db(0x9f)]=_0x56f8ff[_0x4642db(0x106)]['testObservability']:process[_0x4642db(0x7d)][_0x4642db(0x9f)]=_0x1a0439['JjUVG'](_0x12d4f3,_0x1a0439[_0x4642db(0xa0)]);const _0x6afba7=_0x1a0439[_0x4642db(0xee)](nestedKeyValue,_0x38bbcb,[_0x1a0439['XgLuY']]),_0x7bde93=_0x6afba7&&!helper['isEmpty'](_0x6afba7)?FRAMEWORKS[_0x4642db(0xd2)]:FRAMEWORKS[_0x4642db(0xbe)],_0x3a2d72=await TestHubHandler['launchBuild'](_0x7bde93,_0x56f8ff);_0xd9841f&&_0x1a0439[_0x4642db(0x104)](setAccessibilityCapabilities,_0x56f8ff[_0x4642db(0x106)]);const _0x588bb7={},_0x13a455=[],_0x16dc9d=_0x56f8ff[_0x4642db(0x106)][_0x4642db(0xeb)]||helper[_0x4642db(0x7b)](_0x4a8980,_0x368b03,_0x56f8ff['config'],constants['FRAMEWORKS']['CODECEPT'])||0x1;let _0x7224b3=0x1;if(_0x1a0439['PuCwW'](isBrowserstackInfra)){const _0x5a7e94=helper[_0x4642db(0x72)](_0x56f8ff[_0x4642db(0x106)],_0x52e641,constants[_0x4642db(0x90)][_0x4642db(0xbe)]);_0x5a7e94[_0x4642db(0x101)](_0x5225ce=>{const _0x4247ce=_0x4642db;helper[_0x4247ce(0xd5)](_0x5225ce);}),helper['validPlatformsPresent'](_0x56f8ff['config'])?_0x7224b3=_0x1a0439[_0x4642db(0x8e)](_0x16dc9d,_0x56f8ff[_0x4642db(0x106)][_0x4642db(0xba)][_0x4642db(0xa5)]):_0x7224b3=_0x16dc9d,_0x5a7e94[_0x4642db(0x101)](_0x1209f0=>{const _0x138274=_0x4642db,_0x9d043b={'NBzWe':function(_0x455852,_0x5375ba,_0x52770d,_0x178586){const _0x59d9e9=a2_0x5b1d;return _0x1a0439[_0x59d9e9(0xd4)](_0x455852,_0x5375ba,_0x52770d,_0x178586);},'gWGri':function(_0x3f3118,_0x48e069){const _0x20ee83=a2_0x5b1d;return _0x1a0439[_0x20ee83(0xfc)](_0x3f3118,_0x48e069);},'VknLz':function(_0x5051d1,_0x1497d0){const _0x3b9c74=a2_0x5b1d;return _0x1a0439[_0x3b9c74(0x7f)](_0x5051d1,_0x1497d0);}},_0x59f92d=_0x1a0439[_0x138274(0xc0)](helper['getPlatformName'](_0x1209f0,'_'),'_'+Date[_0x138274(0xc8)]()),_0x351107=((()=>{const _0x2cfcd2=_0x138274;if(_0xb35852){const _0x36fdba=pwToCodeceptBrowser[_0x1209f0[_0x2cfcd2(0x9a)]]||_0x1209f0[_0x2cfcd2(0x9a)],_0x14639e=helper[_0x2cfcd2(0xec)](_0x56f8ff[_0x2cfcd2(0x106)]),_0x1e091f=Object[_0x2cfcd2(0x70)]({},_0x1209f0);return _0x9d043b['NBzWe'](processAccessibilityCaps,_0x1e091f,_0x14639e,null),{'browser':_0x36fdba,[_0x36fdba]:{'browserWSEndpoint':_0x9d043b['gWGri'](_0x14639e,_0x9d043b['VknLz'](encodeURIComponent,JSON[_0x2cfcd2(0x99)](_0x1e091f)))}};}const _0x1c7b8a={};return _0x1c7b8a[_0x2cfcd2(0xf4)]=_0x1209f0,_0x1c7b8a['user']=_0x56f8ff['config'][_0x2cfcd2(0x6e)],_0x1c7b8a[_0x2cfcd2(0x66)]=_0x56f8ff[_0x2cfcd2(0x106)][_0x2cfcd2(0xa3)],_0x1c7b8a;})()),_0x3d6330=_0x1a0439[_0x138274(0xee)](nestedKeyValue,_0x38bbcb,[_0x1a0439[_0x138274(0xf3)],_0x12d4f3]);_0x588bb7[_0x59f92d]=_0x3d6330?helper[_0x138274(0xf9)](_0x351107,_0x3d6330):_0x351107;if(_0xb35852)_0x588bb7[_0x59f92d][_0x138274(0xc4)]=pwToCodeceptBrowser[_0x1209f0['browserName']]||_0x1209f0[_0x138274(0x9a)];else{_0x588bb7[_0x59f92d][_0x138274(0xc4)]=_0x1209f0[_0x138274(0x9a)]||_0x351107[_0x138274(0xc4)];if(_0x1a0439[_0x138274(0xa2)](isBrowserstackInfra)){_0x588bb7[_0x59f92d]['host']=constants['hubUrl'][_0x138274(0xd6)](_0x1a0439[_0x138274(0xe5)],'')[_0x138274(0xd6)](/https?:\/\//,'');;_0x588bb7[_0x59f92d]['path']=_0x1a0439[_0x138274(0xe5)];}}_0x13a455[_0x138274(0xb4)](_0x59f92d);});}else{_0x7224b3=0x1;if(_0xb35852){const _0x33fef1=_0x1a0439[_0x4642db(0xdf)](nestedKeyValue,_0x38bbcb,[_0x1a0439['mxCRa'],_0x12d4f3,_0x1a0439[_0x4642db(0xb8)]]),_0x51b248=_0x1a0439[_0x4642db(0xb5)](nestedKeyValue,_0x38bbcb,[_0x1a0439['mxCRa'],_0x12d4f3,_0x33fef1]);if(_0x51b248&&_0x51b248[_0x4642db(0x84)]){const _0x4d7c1e={};_0x4d7c1e[_0x4642db(0xba)]=[],_0x51b248[_0x4642db(0x84)]=helper['prepareCapabilities'](Object[_0x4642db(0x70)]({},_0x56f8ff[_0x4642db(0x106)],_0x4d7c1e),null,_0x7bde93[_0x4642db(0x105)](),null,null,_0x51b248['browserWSEndpoint']);}}else{const _0x363cba={};_0x363cba[_0x4642db(0xba)]=[],_0x38bbcb[_0x1a0439[_0x4642db(0xf3)]][_0x12d4f3][_0x1a0439['BKzZk']]=helper[_0x4642db(0x72)](Object[_0x4642db(0x70)]({},_0x56f8ff[_0x4642db(0x106)],_0x363cba),null,_0x7bde93[_0x4642db(0x105)](),_0x1a0439[_0x4642db(0xee)](nestedKeyValue,_0x38bbcb,[_0x1a0439[_0x4642db(0xf3)],_0x12d4f3,_0x1a0439[_0x4642db(0x95)]])||{},null,null);}_0x588bb7[_0x1a0439[_0x4642db(0x9c)]]=_0x38bbcb,_0x13a455[_0x4642db(0xb4)](_0x1a0439[_0x4642db(0x9c)]);}const _0xb4f21d={};_0xb4f21d[_0x4642db(0xf0)]=_0x3085f8;const _0x13102b=_0xb4f21d,_0x255d1f=path['join'](__dirname,_0x1a0439[_0x4642db(0xdc)]),_0x1d36e2=process[_0x4642db(0x9b)]();process['env'][_0x1a0439[_0x4642db(0xdd)]]=_0x1d36e2,process[_0x4642db(0x7d)]['BROWSERSTACK_FRAMEWORK']=process[_0x4642db(0x7d)][_0x4642db(0x77)]||_0x1a0439['cgllx'],process[_0x4642db(0xb2)](path['dirname'](_0x3085f8));const _0x2727b9=new CodeceptJS[(_0x4642db(0x96))](null,_0x13102b),_0x26aa7f=_0x2727b9['createGroupsOfSuites'](_0x16dc9d),_0x385d3d=testOpsHelper[_0x4642db(0xf6)](),_0x3d6670=_0x13a455[_0x4642db(0xa4)](_0x4b0c86=>{const _0x735f5d=_0x4642db,_0x20ebbb={};_0x20ebbb[_0x735f5d(0xc6)]=_0x588bb7[_0x4b0c86];const _0x31f997={};_0x31f997['WebDriver']=_0x588bb7[_0x4b0c86];const _0x3edce8=_0xb35852?_0x20ebbb:_0x31f997,_0x60e85=_0x1a0439[_0x735f5d(0xa2)](getO11yRerunPattern),_0x36d026={};_0x36d026['helpers']=_0x3edce8;const _0xb73714={};_0xb73714['require']=_0x255d1f,_0xb73714[_0x735f5d(0xa1)]=!![],_0xb73714['skipSessionName']=_0x56f8ff['config']['testContextOptions'][_0x735f5d(0xbc)],_0xb73714[_0x735f5d(0x94)]=_0x56f8ff[_0x735f5d(0x106)][_0x735f5d(0x6b)]['skipSessionStatus'],_0xb73714[_0x735f5d(0xcf)]=_0x385d3d,_0xb73714[_0x735f5d(0xab)]=_0x7bde93;const _0x56ca8b={};_0x56ca8b['BrowserStackPlugin']=_0xb73714;const _0x1e3845={};return _0x1e3845[_0x735f5d(0x8f)]=_0x56ca8b,helper[_0x735f5d(0xf9)]({},_0x38bbcb,_0x1a0439[_0x735f5d(0xa2)](isBrowserstackInfra)?_0x36d026:{},_0x60e85?{'grep':_0x60e85}:{},_0x1e3845);});for(const _0x24a3c4 of _0x3d6670){for(const _0x111d3a of _0x26aa7f){const _0x4d74de=_0x2727b9['spawn']();_0x4d74de[_0x4642db(0xd3)](_0x111d3a),_0x4d74de[_0x4642db(0x89)](_0x24a3c4);const _0x433ca1={};_0x433ca1[_0x4642db(0x106)]=_0x3085f8,_0x4d74de[_0x4642db(0xff)](Object[_0x4642db(0x70)](_0x433ca1,_0x4a8980));}}_0x2727b9['on'](CodeceptJS['event'][_0x4642db(0x87)][_0x4642db(0xde)],(_0x341116,_0x14af21)=>{const _0x43317b=_0x4642db;console[_0x43317b(0xce)](_0x1a0439[_0x43317b(0x9e)],_0x341116[_0x43317b(0xea)]);const _0x331e97={[_0x341116[_0x43317b(0xea)]]:_0x341116['err'][_0x43317b(0x83)]};_testErrorData[_0x43317b(0xb4)](_0x331e97);}),_0x2727b9['on'](CodeceptJS[_0x4642db(0xd1)][_0x4642db(0x87)]['passed'],async _0x328523=>{const _0x51f535=_0x4642db;console[_0x51f535(0xce)](_0x1a0439[_0x51f535(0x67)],_0x328523[_0x51f535(0xea)]);}),_0x2727b9['on'](CodeceptJS[_0x4642db(0xd1)][_0x4642db(0x87)][_0x4642db(0xe1)],async _0x34740c=>{const _0x51f98d=_0x4642db;console[_0x51f98d(0xce)](_0x1a0439[_0x51f98d(0x6d)],_0x34740c[_0x51f98d(0xea)]);}),_0x2727b9['on'](CodeceptJS[_0x4642db(0xd1)]['all'][_0x4642db(0xcc)],async()=>{const _0x428419=_0x4642db,_0x4f10ed=_0x1a0439[_0x428419(0xf8)]['split']('|');let _0x5a5b98=0x0;while(!![]){switch(_0x4f10ed[_0x5a5b98++]){case'0':try{await TestHubHandler[_0x428419(0xcb)]();}catch(_0x454a03){logger[_0x428419(0xe6)](_0x428419(0xbf)+util[_0x428419(0xc1)](_0x454a03));}continue;case'1':_0x2727b9[_0x428419(0xb9)]();continue;case'2':utilities[_0x428419(0xca)](_0x56f8ff);continue;case'3':testOpsHelper['printBuildLink']();continue;case'4':PerformanceTester[_0x428419(0xa9)](PerformanceEvents[_0x428419(0x81)]);continue;case'5':_0x56f8ff[_0x428419(0xc7)]=_testErrorData;continue;}break;}});async function _0x2afa4b(){const _0xd30c41=_0x4642db;try{await _0x2727b9['bootstrapAll'](),await _0x2727b9[_0xd30c41(0xc5)]();}finally{process[_0xd30c41(0xb2)](_0x1d36e2),await _0x2727b9['teardownAll']();}}PerformanceTester[_0x4642db(0x75)](PerformanceEvents[_0x4642db(0x7c)]),await _0x1a0439[_0x4642db(0xa2)](_0x2afa4b);}module[a2_0x50cf45(0xf1)]=run;
@@ -1 +1 @@
1
- const a3_0xedb950=a3_0x1134;(function(_0x5071b9,_0x6139d2){const _0x5b18f1=a3_0x1134,_0x50e202=_0x5071b9();while(!![]){try{const _0x16305a=-parseInt(_0x5b18f1(0x192))/0x1+-parseInt(_0x5b18f1(0x18d))/0x2+-parseInt(_0x5b18f1(0x1c5))/0x3+-parseInt(_0x5b18f1(0x19d))/0x4+-parseInt(_0x5b18f1(0x196))/0x5*(-parseInt(_0x5b18f1(0x1c7))/0x6)+-parseInt(_0x5b18f1(0x19b))/0x7+-parseInt(_0x5b18f1(0x189))/0x8*(-parseInt(_0x5b18f1(0x188))/0x9);if(_0x16305a===_0x6139d2)break;else _0x50e202['push'](_0x50e202['shift']());}catch(_0x2b4085){_0x50e202['push'](_0x50e202['shift']());}}}(a3_0x2739,0xf10f8));const {isUndefined,nestedKeyValue}=require(a3_0xedb950(0x1bb)),logger=require(a3_0xedb950(0x1b3))[a3_0xedb950(0x1ad)],PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),{getObservabilityLinkedProductName}=require(a3_0xedb950(0x19f)),accessibilityHelper=require('../../helpers/accessibility-automation/helper'),{isBrowserstackInfra}=require('../../helpers/helper'),getOSVersionFromCaps=_0xfa40fd=>{const _0x51bc02=a3_0xedb950,_0x468abe={};_0x468abe[_0x51bc02(0x182)]=_0x51bc02(0x1ab),_0x468abe[_0x51bc02(0x1c0)]=_0x51bc02(0x187),_0x468abe['JbTUc']=_0x51bc02(0x1b4),_0x468abe['PBWOj']=_0x51bc02(0x198),_0x468abe['mfWhg']=_0x51bc02(0x190);const _0x457a6e=_0x468abe;if(!_0xfa40fd)return null;const _0x26bab5=_0xfa40fd[_0x457a6e[_0x51bc02(0x182)]],_0x374886=[_0x457a6e[_0x51bc02(0x1c0)],_0x457a6e[_0x51bc02(0x1b1)],_0x457a6e[_0x51bc02(0x197)],_0x457a6e[_0x51bc02(0x19a)]];for(const _0x48a188 of _0x374886){if(_0x26bab5&&_0x26bab5[_0x48a188])return _0x26bab5[_0x48a188];else{if(_0xfa40fd[_0x48a188])return _0xfa40fd[_0x48a188];}}return null;};function a3_0x1134(_0x126fc6,_0x1de248){const _0x2739b9=a3_0x2739();return a3_0x1134=function(_0x113439,_0x5efd5c){_0x113439=_0x113439-0x17f;let _0xd955ad=_0x2739b9[_0x113439];return _0xd955ad;},a3_0x1134(_0x126fc6,_0x1de248);}function a3_0x2739(){const _0x285631=['ZBgQW','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','3056694vGqfqH','accessibilityPlatform','isVersionSupported','os_version','\x20or\x20higher\x20','1707006bvgHUo','uazaS','browserName','WbYlS','385085aaiPoP','PBWOj','osVersion','daIka','mfWhg','1579263TPrIOI','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','3350232DqmYwb','processWebDriverConfig','../../helpers/test-observability/utils','browser_version','platform','getMinVersionForBrowser','\x20browser\x20version\x20','mWLaR','Gspnv','MrmcO','parse','caps','deviceName','WebDriver','bstack:options','MKBJX','winstonLogger','capabilities','name','oTNFc','JbTUc','FNzhW','../../helpers/logger','platform_version','lxWSi','desiredCapabilities','__cloud_provider___','MTUrm','ffIoo','searchParams','../../helpers/helper','browserstack_executor','includes','config','platformName','ONEcG','XRpyh','MvUbk','warn','get','4563156uQoYaU','getDetails','114nSREyn','browserVersion','getBrowserDisplayName','VvAAe','fetchPlatformDetails','string','constructor','VKVgL','VmfqK','browser','RxcqC','ROvoJ','platformVersion','495801uaXROq','776DfneGj','hFybS'];a3_0x2739=function(){return _0x285631;};return a3_0x2739();}exports[a3_0xedb950(0x17f)]=_0xe23c03=>{const _0x2a1616=a3_0xedb950,_0x3b5aea={'XRpyh':'unknown_grid','WbYlS':function(_0x25a738,_0x3a3a7c){return _0x25a738===_0x3a3a7c;},'VmfqK':_0x2a1616(0x1aa),'lxWSi':function(_0x10f260,_0x21542f){return _0x10f260(_0x21542f);},'PiHJI':function(_0x116aff,_0x3c0269,_0x12ad19){return _0x116aff(_0x3c0269,_0x12ad19);},'ffIoo':_0x2a1616(0x1be),'MrmcO':_0x2a1616(0x1b6),'RakLd':function(_0x4ea82c,_0x1fa82b){return _0x4ea82c(_0x1fa82b);},'viupb':'Playwright','tQSBK':function(_0x24a169,_0x556aab,_0x3ce809){return _0x24a169(_0x556aab,_0x3ce809);},'ThEkK':_0x2a1616(0x184),'MTUrm':'browserWSEndpoint','RxcqC':_0x2a1616(0x1a8),'VqaEL':function(_0x272ab5,_0x5d9c42){return _0x272ab5(_0x5d9c42);}};if(!_0xe23c03)return null;let _0x14230a=global[_0x2a1616(0x1b7)]||_0x3b5aea[_0x2a1616(0x1c1)];if(_0x3b5aea[_0x2a1616(0x195)](_0xe23c03[_0x2a1616(0x181)][_0x2a1616(0x1af)],_0x3b5aea[_0x2a1616(0x183)])){const _0x4fafa1=_0xe23c03['browser'];if(!_0x4fafa1)return null;const _0x423d30=_0x4fafa1[_0x2a1616(0x1ae)],_0x1e6ebd=_0x3b5aea[_0x2a1616(0x1b5)](getOSVersionFromCaps,_0x3b5aea['PiHJI'](nestedKeyValue,_0xe23c03,[_0x3b5aea['ffIoo'],_0x3b5aea[_0x2a1616(0x1a6)]]));return{[_0x14230a]:{'browser':_0x423d30['browserName'],'browser_version':_0x423d30['browserVersion'],'capabilities':_0x423d30,'platform':_0x423d30[_0x2a1616(0x1bf)],'platform_version':_0x423d30[_0x2a1616(0x187)]||_0x1e6ebd,'product':_0x3b5aea['RakLd'](getObservabilityLinkedProductName,_0x423d30),'session_id':_0x4fafa1['sessionId']}};}else{if(_0x3b5aea['WbYlS'](_0xe23c03[_0x2a1616(0x181)][_0x2a1616(0x1af)],_0x3b5aea['viupb'])){const _0x4eda5d=PlaywrightSessionDetails[_0x2a1616(0x1c6)]();_0x14230a=_0x4eda5d['cloudProvider']||_0x14230a;const _0x18a718=_0x3b5aea['tQSBK'](nestedKeyValue,_0xe23c03,[_0x3b5aea[_0x2a1616(0x1b9)],_0x3b5aea['ThEkK'],_0x3b5aea[_0x2a1616(0x1b8)]]),_0x50fad6=_0x18a718?JSON[_0x2a1616(0x1a7)](new URL(_0x18a718)[_0x2a1616(0x1ba)][_0x2a1616(0x1c4)](_0x3b5aea[_0x2a1616(0x185)])):{};return{[_0x14230a]:{'browser':_0x4eda5d[_0x2a1616(0x184)]||_0x50fad6[_0x2a1616(0x194)],'browser_version':_0x4eda5d[_0x2a1616(0x1a0)]||_0x50fad6[_0x2a1616(0x1a0)],'capabilities':_0x50fad6,'platform':_0x4eda5d[_0x2a1616(0x1a1)],'platform_version':_0x4eda5d[_0x2a1616(0x1b4)],'product':_0x3b5aea['VqaEL'](getObservabilityLinkedProductName,_0x50fad6),'session_id':_0x4eda5d['bsSessionId']}};}}},exports[a3_0xedb950(0x19e)]=_0x19e598=>{const _0x475275=a3_0xedb950,_0x346f71={'hFybS':function(_0x533e43){return _0x533e43();},'mWLaR':_0x475275(0x19c),'FNzhW':function(_0x585394,_0x35ecd2){return _0x585394!==_0x35ecd2;},'oTNFc':'latest','ROvoJ':function(_0x220416){return _0x220416();},'VvAAe':'on\x20non-BrowserStack\x20infrastructure\x20','Gspnv':function(_0x10f81b,_0x4fcee3){return _0x10f81b(_0x4fcee3);},'MvUbk':_0x475275(0x18c)};if(_0x346f71[_0x475275(0x18a)](isAccessibilityAutomationSession)){const _0x58a86d=_0x19e598[_0x475275(0x184)],_0x1c5bbc=_0x58a86d['capabilities'];global['accessibilityPlatform']=!![];!accessibilityHelper['isBrowserSupportedForAccessibility'](_0x1c5bbc[_0x475275(0x194)])&&(logger[_0x475275(0x1c3)](_0x346f71[_0x475275(0x1a4)]),global[_0x475275(0x18e)]=![]);if(_0x346f71[_0x475275(0x1b2)](_0x1c5bbc[_0x475275(0x1c8)],_0x346f71[_0x475275(0x1b0)])){const _0x5ee7f4=_0x346f71[_0x475275(0x186)](isBrowserstackInfra),_0x1befaa=accessibilityHelper[_0x475275(0x1a2)](_0x1c5bbc['browserName'],_0x5ee7f4),_0x1558dd=accessibilityHelper[_0x475275(0x1c9)](_0x1c5bbc[_0x475275(0x194)]);if(!accessibilityHelper[_0x475275(0x18f)](_0x1c5bbc[_0x475275(0x1c8)],_0x1befaa)){const _0x4d4821=_0x5ee7f4?'':_0x346f71[_0x475275(0x1ca)];logger[_0x475275(0x1c3)]('Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20'+_0x1558dd+_0x475275(0x1a3)+_0x1befaa+_0x475275(0x191)+_0x4d4821+'.'),global[_0x475275(0x18e)]=![];}}!_0x346f71[_0x475275(0x1a5)](isUndefined,_0x1c5bbc[_0x475275(0x1a9)])&&(logger[_0x475275(0x1c3)](_0x346f71[_0x475275(0x1c2)]),global[_0x475275(0x18e)]=![]);}},exports['shouldPatchExecuteScript']=_0x5ee000=>{const _0x5cd28c=a3_0xedb950,_0x3a7afa={};_0x3a7afa[_0x5cd28c(0x18b)]=function(_0x5e26a8,_0x518299){return _0x5e26a8!==_0x518299;},_0x3a7afa[_0x5cd28c(0x193)]=_0x5cd28c(0x180),_0x3a7afa[_0x5cd28c(0x199)]=_0x5cd28c(0x1bc),_0x3a7afa[_0x5cd28c(0x1ac)]='browserstack_accessibility_automation_script';const _0x174feb=_0x3a7afa;if(!_0x5ee000)return![];else{if(_0x174feb['ZBgQW'](typeof _0x5ee000,_0x174feb[_0x5cd28c(0x193)]))return!![];}return!_0x5ee000['includes'](_0x174feb[_0x5cd28c(0x199)])&&!_0x5ee000[_0x5cd28c(0x1bd)](_0x174feb[_0x5cd28c(0x1ac)]);};
1
+ const a3_0x2fbf60=a3_0x215f;(function(_0x2d09e1,_0xa746d7){const _0x295146=a3_0x215f,_0x484dae=_0x2d09e1();while(!![]){try{const _0x2e9f76=-parseInt(_0x295146(0x15d))/0x1+parseInt(_0x295146(0x17d))/0x2*(parseInt(_0x295146(0x17b))/0x3)+-parseInt(_0x295146(0x14f))/0x4+parseInt(_0x295146(0x17e))/0x5*(parseInt(_0x295146(0x151))/0x6)+-parseInt(_0x295146(0x15c))/0x7+parseInt(_0x295146(0x16e))/0x8*(-parseInt(_0x295146(0x143))/0x9)+parseInt(_0x295146(0x17c))/0xa;if(_0x2e9f76===_0xa746d7)break;else _0x484dae['push'](_0x484dae['shift']());}catch(_0x16b8e6){_0x484dae['push'](_0x484dae['shift']());}}}(a3_0x4fc6,0x43508));const {isUndefined,nestedKeyValue}=require(a3_0x2fbf60(0x164)),logger=require('../../helpers/logger')[a3_0x2fbf60(0x168)],PlaywrightSessionDetails=require(a3_0x2fbf60(0x163)),{isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),{getObservabilityLinkedProductName}=require(a3_0x2fbf60(0x174)),accessibilityHelper=require(a3_0x2fbf60(0x13a)),{isBrowserstackInfra}=require(a3_0x2fbf60(0x164)),getOSVersionFromCaps=_0x23e7bd=>{const _0x2ef69e=a3_0x2fbf60,_0x2de3a0={};_0x2de3a0['szCLt']=_0x2ef69e(0x16b),_0x2de3a0['yiqFr']=_0x2ef69e(0x161),_0x2de3a0[_0x2ef69e(0x155)]=_0x2ef69e(0x17f),_0x2de3a0['zvSwI']=_0x2ef69e(0x149),_0x2de3a0[_0x2ef69e(0x179)]=_0x2ef69e(0x173);const _0x3c5c43=_0x2de3a0;if(!_0x23e7bd)return null;const _0x361a97=_0x23e7bd[_0x3c5c43[_0x2ef69e(0x139)]],_0x35bc3d=[_0x3c5c43['yiqFr'],_0x3c5c43['hKIJS'],_0x3c5c43[_0x2ef69e(0x16d)],_0x3c5c43[_0x2ef69e(0x179)]];for(const _0x55655d of _0x35bc3d){if(_0x361a97&&_0x361a97[_0x55655d])return _0x361a97[_0x55655d];else{if(_0x23e7bd[_0x55655d])return _0x23e7bd[_0x55655d];}}return null;};function a3_0x215f(_0x3b51fc,_0xb4cc7a){const _0x4fc60b=a3_0x4fc6();return a3_0x215f=function(_0x215f35,_0x5743a8){_0x215f35=_0x215f35-0x139;let _0x1d739c=_0x4fc60b[_0x215f35];return _0x1d739c;},a3_0x215f(_0x3b51fc,_0xb4cc7a);}function a3_0x4fc6(){const _0x1a3470=['../../bin/playwright/sessionDetails','../../helpers/helper','opKPO','__cloud_provider___','iQdWH','winstonLogger','latest','fimsa','bstack:options','EMgVv','zvSwI','8cLgWqs','get','unknown_grid','deviceName','includes','os_version','../../helpers/test-observability/utils','browser','dcygI','capabilities','browserVersion','EorFc','wXLfl','1519281yjbeUs','5123390ivKjod','2dkIqTu','1930crJrkn','platform_version','caps','on\x20non-BrowserStack\x20infrastructure\x20','szCLt','../../helpers/accessibility-automation/helper','fetchPlatformDetails','sessionId','browserName','aGHHi','isBrowserSupportedForAccessibility','FWwDd','warn','browserWSEndpoint','3109383iHrqZl','ugQDJ','hdTAM','\x20or\x20higher\x20','accessibilityPlatform','name','osVersion','searchParams','AUyNH','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','constructor','DHUVu','1238428hqfCCq','isVersionSupported','1542ZYblzp','QUbTD','processWebDriverConfig','KlNYs','hKIJS','\x20browser\x20version\x20','string','ZvaWn','ZCKdR','uqdbq','WJelX','273588gXYIfo','148070CUpswa','browser_version','raGZA','parse','platformVersion','getMinVersionForBrowser'];a3_0x4fc6=function(){return _0x1a3470;};return a3_0x4fc6();}exports[a3_0x2fbf60(0x13b)]=_0x194227=>{const _0x5d0ded=a3_0x2fbf60,_0x29896e={'FWwDd':_0x5d0ded(0x170),'raGZA':function(_0xd0f3be,_0x4e736e){return _0xd0f3be===_0x4e736e;},'WJelX':'WebDriver','opKPO':function(_0x507bcb,_0x886859){return _0x507bcb(_0x886859);},'wGguR':function(_0x53bb04,_0x264789,_0x5f4f01){return _0x53bb04(_0x264789,_0x5f4f01);},'nLOFJ':'config','QUbTD':'desiredCapabilities','COkvd':function(_0x4d06a4,_0x545210){return _0x4d06a4===_0x545210;},'fimsa':'Playwright','wXLfl':function(_0x453af2,_0x4b461b,_0x2562a9){return _0x453af2(_0x4b461b,_0x2562a9);},'KlNYs':_0x5d0ded(0x175),'SVHEX':_0x5d0ded(0x142),'LGiyQ':_0x5d0ded(0x180),'dcygI':function(_0x47b89e,_0x50479d){return _0x47b89e(_0x50479d);}};if(!_0x194227)return null;let _0x19e3d5=global[_0x5d0ded(0x166)]||_0x29896e[_0x5d0ded(0x140)];if(_0x29896e[_0x5d0ded(0x15f)](_0x194227[_0x5d0ded(0x14d)][_0x5d0ded(0x148)],_0x29896e[_0x5d0ded(0x15b)])){const _0x3575d0=_0x194227[_0x5d0ded(0x175)];if(!_0x3575d0)return null;const _0x2000e0=_0x3575d0[_0x5d0ded(0x177)],_0x10556b=_0x29896e[_0x5d0ded(0x165)](getOSVersionFromCaps,_0x29896e['wGguR'](nestedKeyValue,_0x194227,[_0x29896e['nLOFJ'],_0x29896e[_0x5d0ded(0x152)]]));return{[_0x19e3d5]:{'browser':_0x2000e0[_0x5d0ded(0x13d)],'browser_version':_0x2000e0[_0x5d0ded(0x178)],'capabilities':_0x2000e0,'platform':_0x2000e0['platformName'],'platform_version':_0x2000e0[_0x5d0ded(0x161)]||_0x10556b,'product':_0x29896e[_0x5d0ded(0x165)](getObservabilityLinkedProductName,_0x2000e0),'session_id':_0x3575d0[_0x5d0ded(0x13c)]}};}else{if(_0x29896e['COkvd'](_0x194227['constructor']['name'],_0x29896e[_0x5d0ded(0x16a)])){const _0x48d63b=PlaywrightSessionDetails['getDetails']();_0x19e3d5=_0x48d63b['cloudProvider']||_0x19e3d5;const _0x19550e=_0x29896e[_0x5d0ded(0x17a)](nestedKeyValue,_0x194227,[_0x29896e['nLOFJ'],_0x29896e[_0x5d0ded(0x154)],_0x29896e['SVHEX']]),_0x1420b8=_0x19550e?JSON[_0x5d0ded(0x160)](new URL(_0x19550e)[_0x5d0ded(0x14a)][_0x5d0ded(0x16f)](_0x29896e['LGiyQ'])):{};return{[_0x19e3d5]:{'browser':_0x48d63b['browser']||_0x1420b8[_0x5d0ded(0x13d)],'browser_version':_0x48d63b[_0x5d0ded(0x15e)]||_0x1420b8[_0x5d0ded(0x15e)],'capabilities':_0x1420b8,'platform':_0x48d63b['platform'],'platform_version':_0x48d63b[_0x5d0ded(0x17f)],'product':_0x29896e[_0x5d0ded(0x176)](getObservabilityLinkedProductName,_0x1420b8),'session_id':_0x48d63b['bsSessionId']}};}}},exports[a3_0x2fbf60(0x153)]=_0xce17a5=>{const _0x33db8a=a3_0x2fbf60,_0x3fc7a9={'ZCKdR':function(_0x295919){return _0x295919();},'wlQUN':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','uqdbq':function(_0x4aefc9,_0x2dedf0){return _0x4aefc9!==_0x2dedf0;},'aGHHi':_0x33db8a(0x169),'DHUVu':_0x33db8a(0x181),'AUyNH':function(_0x35c78f,_0x50a71a){return _0x35c78f(_0x50a71a);},'iQdWH':_0x33db8a(0x14c)};if(_0x3fc7a9[_0x33db8a(0x159)](isAccessibilityAutomationSession)){const _0x1b96f5=_0xce17a5[_0x33db8a(0x175)],_0x19220d=_0x1b96f5[_0x33db8a(0x177)];global[_0x33db8a(0x147)]=!![];!accessibilityHelper[_0x33db8a(0x13f)](_0x19220d[_0x33db8a(0x13d)])&&(logger[_0x33db8a(0x141)](_0x3fc7a9['wlQUN']),global[_0x33db8a(0x147)]=![]);if(_0x3fc7a9[_0x33db8a(0x15a)](_0x19220d[_0x33db8a(0x178)],_0x3fc7a9[_0x33db8a(0x13e)])){const _0x145140=_0x3fc7a9[_0x33db8a(0x159)](isBrowserstackInfra),_0x12ce9b=accessibilityHelper[_0x33db8a(0x162)](_0x19220d['browserName'],_0x145140),_0x58abf0=accessibilityHelper['getBrowserDisplayName'](_0x19220d['browserName']);if(!accessibilityHelper[_0x33db8a(0x150)](_0x19220d[_0x33db8a(0x178)],_0x12ce9b)){const _0x55648b=_0x145140?'':_0x3fc7a9[_0x33db8a(0x14e)];logger[_0x33db8a(0x141)]('Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20'+_0x58abf0+_0x33db8a(0x156)+_0x12ce9b+_0x33db8a(0x146)+_0x55648b+'.'),global[_0x33db8a(0x147)]=![];}}!_0x3fc7a9[_0x33db8a(0x14b)](isUndefined,_0x19220d[_0x33db8a(0x171)])&&(logger['warn'](_0x3fc7a9[_0x33db8a(0x167)]),global[_0x33db8a(0x147)]=![]);}},exports['shouldPatchExecuteScript']=_0x16bd65=>{const _0x31bdaa=a3_0x2fbf60,_0x50185f={};_0x50185f[_0x31bdaa(0x144)]=function(_0x4dabec,_0x24ec95){return _0x4dabec!==_0x24ec95;},_0x50185f[_0x31bdaa(0x158)]=_0x31bdaa(0x157),_0x50185f['hdTAM']='browserstack_executor',_0x50185f[_0x31bdaa(0x16c)]='browserstack_accessibility_automation_script';const _0xdb2723=_0x50185f;if(!_0x16bd65)return![];else{if(_0xdb2723[_0x31bdaa(0x144)](typeof _0x16bd65,_0xdb2723[_0x31bdaa(0x158)]))return!![];}return!_0x16bd65[_0x31bdaa(0x172)](_0xdb2723[_0x31bdaa(0x145)])&&!_0x16bd65['includes'](_0xdb2723['EMgVv']);};
@@ -1 +1 @@
1
- const a4_0x4d5682=a4_0x36d8;(function(_0x36b9a2,_0x466ef4){const _0x369091=a4_0x36d8,_0x34d77d=_0x36b9a2();while(!![]){try{const _0x24ee95=-parseInt(_0x369091(0x190))/0x1*(-parseInt(_0x369091(0x131))/0x2)+-parseInt(_0x369091(0x220))/0x3+parseInt(_0x369091(0x191))/0x4+-parseInt(_0x369091(0x1c5))/0x5+parseInt(_0x369091(0x21b))/0x6*(-parseInt(_0x369091(0x1aa))/0x7)+-parseInt(_0x369091(0x173))/0x8+parseInt(_0x369091(0x163))/0x9;if(_0x24ee95===_0x466ef4)break;else _0x34d77d['push'](_0x34d77d['shift']());}catch(_0x77f539){_0x34d77d['push'](_0x34d77d['shift']());}}}(a4_0x1f37,0x2c9f9));const path=require(a4_0x4d5682(0x195)),util=require(a4_0x4d5682(0x1ef)),fs=require('fs'),{v4:uuidv4}=require(a4_0x4d5682(0x1cb)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require('../../helpers/helper'),testOpsHelper=require('../../helpers/test-observability/utils'),{getTestEnv}=require(a4_0x4d5682(0x221)),{FRAMEWORKS}=require(a4_0x4d5682(0x1dc)),logger=require('../../helpers/logger')[a4_0x4d5682(0x1dd)],SessionHandler=require(a4_0x4d5682(0x192)),RequestQueueHandler=require(a4_0x4d5682(0x1c6)),PlaywrightSessionDetails=require(a4_0x4d5682(0x13e)),debug=testOpsHelper[a4_0x4d5682(0x1ea)],{processAccessibilityCaps}=require('../playwright/accessibility-helper'),Constants=require(a4_0x4d5682(0x1db)),{fetchPlatformDetails}=require(a4_0x4d5682(0x1a3)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x4d5682(0x16e)),constants=require(a4_0x4d5682(0x1db)),STATE_PASSED=a4_0x4d5682(0x134),STATE_FAILED=a4_0x4d5682(0x19a),a4_0x20e2fc={};a4_0x20e2fc['TEST_RUN_STARTED']=a4_0x4d5682(0x1d7),a4_0x20e2fc[a4_0x4d5682(0x1d2)]=a4_0x4d5682(0x225),a4_0x20e2fc['TEST_RUN_SKIPPED']=a4_0x4d5682(0x14b),a4_0x20e2fc[a4_0x4d5682(0x135)]=a4_0x4d5682(0x138),a4_0x20e2fc[a4_0x4d5682(0x219)]=a4_0x4d5682(0x216);function a4_0x1f37(){const _0x59c2df=['concat','location_prefix','raxky','ZSoPe','BPYqq','rcraw','inspect','AcYGe','keyword','pDIKX','frameworkName','bddSteps','Pvxkp','File\x20path\x20could\x20not\x20be\x20found','fsbBY','STATE_PASSED','mfitB','BROWSERSTACK','BrowserType','iJGUi','finished_at','match','aBFDB','jaSCb','IaqLv','RfPPu','439SGIJtU','862936kEfjPv','../../helpers/test-observability/sessionHandler','Failed\x20to\x20flush\x20pending\x20hook\x20event\x20','_afterEach','path','mapTestHooks','dtuQG','_afterAll','keys','failed','AQZcT','format','ZIMKS','QQfyP','dfrGh','errorsDetailed','pendingHookEvents','bs:addLog:','./helper.js','meta','EtjRH','javascript','now','failureData','KPZcb','2065KXYdNF','IsJAj','retryOf','PathHelper','biHOV','VSSQS','patchConsoleLogger','zJEok','then','getHooksForTest','body','start','enabled','result','parent','failure_reason_expanded','srMUF','TEST_EVENTS','tsPPo','join','getCBTInfo','NYMuv','duration','uFavh','IxTjj','LogCreated','sendCBTInfo','218905fsLKoU','../../helpers/test-observability/requestQueueHandler','Not\x20able\x20to\x20import\x20Browser','vPkoh','tags','fullTitle','uuid','getRootParentFile','test','xeutJ','file','PLAYWRIGHT_HUB_URL','sZQaF','TEST_RUN_FINISHED','TaEPM','_testEnv','lsVyh','dirname','TestRunStarted','CuiFX','relative','HbPkO','../utils/constants','../../helpers/test-observability/constants','winstonLogger','cDDrb','PRwsy','hook_run','message','EXZNL','UqoEy','wsEndpoint','launch','resetSkipTestHooks','pid','TABqZ','TEST_REPORTING_ANALYTICS','debug','.git','test_run_uuid','NUPJY','err','util','title','aYTNf','kYMYE','groups','includes','\x20with\x20error\x20:\x20','nXLYU','PvzHf','nDAnF','currentHook','removeAllListeners','testAnalyticsId','getFailureType','hasLiveDriverSession','shutdown','uqUHA','push','client','appendTestItemLog','BKzrn','bufferPendingHookEvent','startedAt','prototype','aVpli','snlUe','MFmIP','_beforeEach','replace','uploadData','toLowerCase','connectOverCDP','initializeBddStep','toUpperCase','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','string','getHookType','lRAxG','uploadEventData','HookRunFinished','cwd','ccIYc','HOOK_RUN_FINISHED','expanded','7080UQqgGz','SDThl','driver','comment','AMDzz','146691qtytFx','../mocha/test-observability/mochaUtils','toISOString','forEach','hookAnalyticsId','TestRunFinished','_paths','QsuGT','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','test_run','EBKba','toString','eGrRw','skipped','qSbfO','name','ctx','lib','getHierarchy','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','connect','146YZKCpb','Failed\x20to\x20parse\x20wsendpoint\x20','VVNdY','passed','HOOK_RUN_STARTED','QqMLC','__platformCaps','HookRunStarted','uNXJt','hook','setupBrowserDetails','yfaIm','MRniS','../playwright/sessionDetails','qqybm','dMbyP','prefixTestPath','AeBeX','status','started','O11yHelper','findGitConfig','_beforeAll','integrations','aBHof','suites','TestRunSkipped','length','GUFNL','exports','apply','success','codeceptjs','feature','hzwPM','vPzeg','markedStatus','finished','rVEco','dULUv','backtrace','stepAnalyticsId','currentTest','pending','event_type','stop','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','QaChm','splice','bpipA','3930390emUnxW','HIBis','qyvMI','getTime','file_name','defineProperty','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','sRWLq','bddStepStart','fireEvent','bddStepFinish','../../helpers/testhub/utils.js','hook_run_uuid','eventType','obsBrowserTypeMockApplied','cWkVE','487488DDOoRB','HIIHd','captureEvent'];a4_0x1f37=function(){return _0x59c2df;};return a4_0x1f37();}const TEST_EVENTS=a4_0x20e2fc,parseEvent=_0x2d29e2=>{const _0x2cd19a=a4_0x4d5682,_0x17a6ff={};_0x17a6ff[_0x2cd19a(0x17b)]=function(_0x160403,_0x2bc551){return _0x160403<_0x2bc551;},_0x17a6ff[_0x2cd19a(0x18c)]=function(_0x468b71,_0x423cf6){return _0x468b71===_0x423cf6;},_0x17a6ff[_0x2cd19a(0x18f)]=_0x2cd19a(0x1cd),_0x17a6ff[_0x2cd19a(0x160)]=function(_0x3d0c27,_0x34c8d6){return _0x3d0c27===_0x34c8d6;},_0x17a6ff[_0x2cd19a(0x189)]=_0x2cd19a(0x13a),_0x17a6ff[_0x2cd19a(0x1e2)]=function(_0x331f68,_0x55e453){return _0x331f68===_0x55e453;},_0x17a6ff[_0x2cd19a(0x1bf)]=_0x2cd19a(0x129),_0x17a6ff[_0x2cd19a(0x21c)]='started',_0x17a6ff[_0x2cd19a(0x186)]=function(_0x384e20,_0x11b9af){return _0x384e20===_0x11b9af;},_0x17a6ff[_0x2cd19a(0x17f)]=_0x2cd19a(0x156);const _0x292fa2=_0x17a6ff,_0x568d94=_0x2d29e2[_0x2cd19a(0x18b)](/^(.*)Run(.*)$/);if(!_0x568d94)return null;if(_0x292fa2[_0x2cd19a(0x17b)](_0x568d94[_0x2cd19a(0x14c)],0x3))return null;const _0x549f7c=_0x568d94[0x1][_0x2cd19a(0x20d)](),_0x4b25c7=_0x568d94[0x2]['toLowerCase']();return{'test':_0x292fa2[_0x2cd19a(0x18c)](_0x549f7c,_0x292fa2[_0x2cd19a(0x18f)]),'hook':_0x292fa2[_0x2cd19a(0x160)](_0x549f7c,_0x292fa2[_0x2cd19a(0x189)]),'skipped':_0x292fa2['EXZNL'](_0x4b25c7,_0x292fa2[_0x2cd19a(0x1bf)]),'started':_0x292fa2[_0x2cd19a(0x1e2)](_0x4b25c7,_0x292fa2[_0x2cd19a(0x21c)]),'finished':_0x292fa2[_0x2cd19a(0x186)](_0x4b25c7,_0x292fa2['pDIKX'])};},mockPWBrowserType=_0x30668d=>{const _0x35158d=a4_0x4d5682,_0x246a81={'PvzHf':function(_0x34c08d,_0x179fab){return _0x34c08d===_0x179fab;},'bkqBT':_0x35158d(0x212),'MRniS':function(_0x4859ca,_0x5647ff,_0x5eaf88){return _0x4859ca(_0x5647ff,_0x5eaf88);},'dfrGh':_0x35158d(0x1e4),'rVEco':function(_0x3ca250,_0x46c39d){return _0x3ca250(_0x46c39d);},'uqUHA':'browserstack','TABqZ':function(_0x25da19,_0x4e69de,_0x50f8fa){return _0x25da19(_0x4e69de,_0x50f8fa);},'GUFNL':_0x35158d(0x12d),'WKjMJ':_0x35158d(0x201),'nXLYU':'browserType.js','AeBeX':function(_0x24e642,_0x54ee16){return _0x24e642(_0x54ee16);},'UqoEy':_0x35158d(0x1c7),'vPkoh':_0x35158d(0x130),'QYLzN':'launch'},_0x2b960a=path[_0x35158d(0x1bd)](_0x246a81[_0x35158d(0x14d)],_0x246a81['WKjMJ'],_0x246a81[_0x35158d(0x1f6)]),_0x5d155c=_0x246a81[_0x35158d(0x142)](importFileFromPWCore,_0x2b960a);if(!_0x5d155c){_0x246a81['AeBeX'](debug,_0x246a81[_0x35158d(0x1e3)]);return;}const _0x3823dd=_0x5d155c[_0x35158d(0x188)],_0xcdfe35=_0x3823dd[_0x35158d(0x206)];if(_0xcdfe35[_0x35158d(0x171)])return;const _0x27f77b=_0xcdfe35[_0x35158d(0x130)];Object[_0x35158d(0x168)](_0xcdfe35,_0x246a81[_0x35158d(0x1c8)],{'get':function(){const _0x1b1ea9=_0x35158d,_0x1ec5ba={'IrAjR':function(_0x442b5f,_0x2c8a9c){const _0x3fe962=a4_0x36d8;return _0x246a81[_0x3fe962(0x1f7)](_0x442b5f,_0x2c8a9c);},'cDDrb':_0x246a81['bkqBT'],'kfiAZ':function(_0x4a92cc,_0x3f6407,_0x3a9607){const _0x371545=a4_0x36d8;return _0x246a81[_0x371545(0x13d)](_0x4a92cc,_0x3f6407,_0x3a9607);},'CizQw':_0x246a81[_0x1b1ea9(0x19f)],'qSbfO':function(_0x626880,_0x249b8d){const _0x57de88=_0x1b1ea9;return _0x246a81[_0x57de88(0x157)](_0x626880,_0x249b8d);},'QwwAi':_0x246a81[_0x1b1ea9(0x1ff)],'aVpli':function(_0xedfa26,_0x2817b3,_0x52672c){const _0x164dbe=_0x1b1ea9;return _0x246a81[_0x164dbe(0x1e8)](_0xedfa26,_0x2817b3,_0x52672c);},'snlUe':function(_0x436310,_0x1fad6a){const _0x3a245e=_0x1b1ea9;return _0x246a81[_0x3a245e(0x157)](_0x436310,_0x1fad6a);}};return async function _0xca9cfe(_0xe73b65,_0x30a6da){const _0x3375b5=_0x1b1ea9,_0x812234={'uFavh':function(_0x932889,_0x2e1114){return _0x1ec5ba['IrAjR'](_0x932889,_0x2e1114);},'ZWdgK':_0x1ec5ba[_0x3375b5(0x1de)]},_0x467697=_0x1ec5ba['kfiAZ'](nestedKeyValue,_0xe73b65,[_0x1ec5ba['CizQw']])||_0xe73b65;let _0x3388af=null,_0x280eb9=null;try{[_0x280eb9,_0x3388af]=_0x467697?_0x1ec5ba[_0x3375b5(0x12a)](parseWSEndpoint,_0x467697):[null,null],global[_0x3375b5(0x137)]=_0x3388af,logger['debug'](_0x3375b5(0x15f)+_0x280eb9),_0x280eb9[_0x3375b5(0x1f4)](Constants[_0x3375b5(0x187)])&&(global['__cloud_provider___']=_0x1ec5ba['QwwAi']);}catch(_0x8b6151){logger[_0x3375b5(0x1ea)](_0x3375b5(0x132)+_0x467697+'\x20'+_0x8b6151);}_0x1ec5ba[_0x3375b5(0x207)](processAccessibilityCaps,_0x3388af,_0x280eb9);if(global['accessibilityPlatform']){const _0x146593=await _0xcdfe35[_0x3375b5(0x20e)][_0x3375b5(0x14f)](this,[''+Constants[_0x3375b5(0x1d0)]+_0x1ec5ba[_0x3375b5(0x208)](encodeURIComponent,JSON['stringify'](_0x3388af))]);return PlaywrightSessionDetails['setupBrowserDetails'](_0x146593,_0x30668d,_0x467697),_0x146593;}return _0x27f77b[_0x3375b5(0x14f)](this,arguments)[_0x3375b5(0x1b2)](_0xa2ca0e=>{const _0x385935=_0x3375b5;let _0x1b43b8=_0xe73b65[_0x385935(0x1e4)];return _0x812234[_0x385935(0x1c1)](typeof _0xe73b65,_0x812234['ZWdgK'])&&(_0x1b43b8=_0xe73b65),PlaywrightSessionDetails[_0x385935(0x13b)](_0xa2ca0e,_0x30668d,_0x1b43b8),_0xa2ca0e;});};}});const _0x3abcef=_0xcdfe35[_0x35158d(0x1e5)];Object[_0x35158d(0x168)](_0xcdfe35,_0x246a81['QYLzN'],{'get':function(){return async function _0x41b5dd(){const _0x5c7ba6=a4_0x36d8;return _0x3abcef[_0x5c7ba6(0x14f)](this,arguments)[_0x5c7ba6(0x1b2)](_0x3db805=>{return PlaywrightSessionDetails['setupBrowserDetails'](_0x3db805,null),_0x3db805;});};}});};function a4_0x36d8(_0x388762,_0x3a3e5c){const _0x1f37be=a4_0x1f37();return a4_0x36d8=function(_0x36d862,_0x32646c){_0x36d862=_0x36d862-0x129;let _0x1dc335=_0x1f37be[_0x36d862];return _0x1dc335;},a4_0x36d8(_0x388762,_0x3a3e5c);}class O11yHelper{['currentTest']=null;[a4_0x4d5682(0x1f9)]=null;[a4_0x4d5682(0x1b6)]=![];[a4_0x4d5682(0x180)]=![];[a4_0x4d5682(0x1a1)]=[];constructor(_0x54cad0,_0x3bae8f){const _0x35a172=a4_0x4d5682,_0x39afab={'biHOV':'0|2|4|5|3|1','QsuGT':function(_0xe64e15){return _0xe64e15();},'lsVyh':function(_0x1e751c,_0x3e21f7){return _0x1e751c===_0x3e21f7;},'fsbBY':'Playwright','HujQt':function(_0x4e4c90,_0x1fd5aa){return _0x4e4c90(_0x1fd5aa);},'dtuQG':function(_0x1c0cd9){return _0x1c0cd9();}},_0x522d76=_0x39afab[_0x35a172(0x1ae)]['split']('|');let _0x783e50=0x0;while(!![]){switch(_0x522d76[_0x783e50++]){case'0':this['enabled']=_0x39afab[_0x35a172(0x227)](shouldProcessEventForTesthub);continue;case'1':this[_0x35a172(0x21d)]&&_0x39afab[_0x35a172(0x1d5)](this['driver']['constructor'][_0x35a172(0x12b)],_0x39afab[_0x35a172(0x184)])&&_0x39afab['HujQt'](mockPWBrowserType,null);continue;case'2':this[_0x35a172(0x180)]=_0x3bae8f[_0x35a172(0x180)];continue;case'3':this['_paths']=new testOpsHelper[(_0x35a172(0x1ad))]({'cwd':process[_0x35a172(0x217)]()},this['_testEnv'][_0x35a172(0x177)]);continue;case'4':this[_0x35a172(0x21d)]=_0x54cad0;continue;case'5':this[_0x35a172(0x1d4)]=_0x39afab[_0x35a172(0x197)](getTestEnv);continue;}break;}}[a4_0x4d5682(0x1fd)](){const _0x2bbd7d=a4_0x4d5682,_0x1937b6={'yfaIm':function(_0x4d0698,_0x392e93){return _0x4d0698(_0x392e93);}};if(!this[_0x2bbd7d(0x21d)])return![];try{const _0x10bc8a=_0x1937b6[_0x2bbd7d(0x13c)](fetchPlatformDetails,this[_0x2bbd7d(0x21d)]);if(!_0x10bc8a)return![];const _0x19b669=Object[_0x2bbd7d(0x199)](_0x10bc8a)[0x0];return!!(_0x19b669&&_0x10bc8a[_0x19b669]&&_0x10bc8a[_0x19b669]['session_id']);}catch(_0x2ff43a){return![];}}[a4_0x4d5682(0x204)](_0x43274d,_0x11e6c2){const _0x470288=a4_0x4d5682;if(!_0x11e6c2)return;const _0x5e48bc={};_0x5e48bc[_0x470288(0x170)]=_0x43274d,_0x5e48bc[_0x470288(0x20c)]=_0x11e6c2,this[_0x470288(0x1a1)][_0x470288(0x200)](_0x5e48bc);}async['flushPendingHookEvents'](){const _0x1cfef3=a4_0x4d5682,_0x131a34={};_0x131a34[_0x1cfef3(0x22a)]=function(_0x3492e9,_0x4af43b){return _0x3492e9&&_0x4af43b;};const _0x594755=_0x131a34;if(!this[_0x1cfef3(0x1a1)]['length'])return;if(!this['hasLiveDriverSession']())return;const _0x5e3096=this[_0x1cfef3(0x1be)](this['driver']),_0x57bdc3=this[_0x1cfef3(0x1a1)][_0x1cfef3(0x161)](0x0,this[_0x1cfef3(0x1a1)][_0x1cfef3(0x14c)]);for(const {eventType:_0x2118b7,uploadData:_0x171b91}of _0x57bdc3){try{const _0xa319b3=_0x171b91[_0x1cfef3(0x1e0)]||_0x171b91[_0x1cfef3(0x229)];_0x594755[_0x1cfef3(0x22a)](_0xa319b3,_0x5e3096)&&(_0xa319b3[_0x1cfef3(0x148)]=_0x5e3096),await this[_0x1cfef3(0x16c)](_0x2118b7,_0x171b91);}catch(_0x9b92ba){logger['debug'](_0x1cfef3(0x193)+_0x2118b7+':\x20'+util[_0x1cfef3(0x19c)](_0x9b92ba));}}}[a4_0x4d5682(0x1b5)](){const _0x2781b3=a4_0x4d5682;if(!this[_0x2781b3(0x1b6)])return;testOpsHelper[_0x2781b3(0x1b0)](),process[_0x2781b3(0x1fa)]('bs:addLog:'+process['pid']),process['on'](_0x2781b3(0x1a2)+process[_0x2781b3(0x1e7)],this['appendTestItemLog']['bind'](this));}async[a4_0x4d5682(0x15e)](){const _0x14c327=a4_0x4d5682;await RequestQueueHandler['getInstance']()[_0x14c327(0x1fe)]();}async[a4_0x4d5682(0x202)](_0x2c3d97){const _0x5be6ce=a4_0x4d5682,_0x3c14a9={'lRAxG':_0x5be6ce(0x1c3),'ioqPh':function(_0x11e731,_0x1246ef){return _0x11e731(_0x1246ef);}};try{this[_0x5be6ce(0x1f9)]&&!this['currentHook'][_0x5be6ce(0x155)]&&(_0x2c3d97[_0x5be6ce(0x16f)]=this[_0x5be6ce(0x1f9)][_0x5be6ce(0x224)]);!_0x2c3d97['hook_run_uuid']&&this[_0x5be6ce(0x15b)]&&!this[_0x5be6ce(0x15b)]['markedStatus']&&(_0x2c3d97[_0x5be6ce(0x1ec)]=this[_0x5be6ce(0x15b)][_0x5be6ce(0x1fb)]);if(_0x2c3d97[_0x5be6ce(0x16f)]||_0x2c3d97[_0x5be6ce(0x1ec)]){const _0x5c842b={};_0x5c842b[_0x5be6ce(0x15d)]=_0x3c14a9[_0x5be6ce(0x214)],_0x5c842b['logs']=[_0x2c3d97],await SessionHandler[_0x5be6ce(0x215)](_0x5c842b);}}catch(_0x5a7342){_0x3c14a9['ioqPh'](debug,_0x5be6ce(0x211)+constants[_0x5be6ce(0x1e9)]+'\x20with\x20error\x20:\x20'+_0x5a7342);}}async[a4_0x4d5682(0x1c4)](_0x57f96d){const _0x5ae836=a4_0x4d5682,_0x49f80a={'IBzzQ':'CBTSessionCreated','zJEok':function(_0x333a10,_0x1ff3ae){return _0x333a10(_0x1ff3ae);}};if(!this['enabled'])return;const _0x5c2ce4=this['getCBTInfo'](this[_0x5ae836(0x21d)]);try{const _0x490d33={};_0x490d33[_0x5ae836(0x1cb)]=_0x57f96d,_0x490d33[_0x5ae836(0x148)]=_0x5c2ce4;const _0x4865ea=_0x490d33,_0x20da1a={};_0x20da1a[_0x5ae836(0x15d)]=_0x49f80a['IBzzQ'],_0x20da1a[_0x5ae836(0x229)]=_0x4865ea,await SessionHandler[_0x5ae836(0x215)](_0x20da1a);}catch(_0x40a6c7){_0x49f80a[_0x5ae836(0x1b1)](debug,_0x5ae836(0x169)+constants['TEST_REPORTING_ANALYTICS']+_0x5ae836(0x1f5)+_0x40a6c7);}}['getCBTInfo'](_0x15d93a){const _0x3f3949=a4_0x4d5682,_0x536f7c={'kYMYE':function(_0x271c10,_0x390a28){return _0x271c10(_0x390a28);}};return _0x536f7c[_0x3f3949(0x1f2)](fetchPlatformDetails,_0x15d93a);}[a4_0x4d5682(0x1e6)]=_0x58f2dd=>{const _0x5a00ef=a4_0x4d5682,_0x4361b9={};_0x4361b9[_0x5a00ef(0x165)]=_0x5a00ef(0x20a),_0x4361b9[_0x5a00ef(0x164)]=_0x5a00ef(0x194);const _0x5cbc33=_0x4361b9;if(!_0x58f2dd||!_0x58f2dd['parent'])return;[_0x5cbc33[_0x5a00ef(0x165)],_0x5cbc33[_0x5a00ef(0x164)]][_0x5a00ef(0x223)](_0x3723c7=>{const _0x5aee74=_0x5a00ef,_0x388b5f=_0x58f2dd[_0x5aee74(0x1b8)][_0x3723c7];_0x388b5f['forEach'](_0x52275b=>{const _0x378882=_0x5aee74;_0x52275b[_0x378882(0x224)]&&(_0x52275b[_0x378882(0x224)]=null);});});};['mapTestHooks'](_0x4ef81c){const _0xff6e4=a4_0x4d5682,_0x3648ee={'EtjRH':_0xff6e4(0x151),'rPgtw':function(_0x4b1ecf){return _0x4b1ecf();},'bioxV':function(_0x4dc8a1,_0x27ae4d){return _0x4dc8a1===_0x27ae4d;},'uNXJt':_0xff6e4(0x194),'HIIHd':function(_0x50724a){return _0x50724a();},'IsJAj':'_beforeAll','NnMlc':_0xff6e4(0x198),'sRWLq':'_beforeEach'};if(!_0x4ef81c||!_0x4ef81c[_0xff6e4(0x1b8)])return;[_0x3648ee[_0xff6e4(0x1ab)],_0x3648ee['NnMlc'],_0x3648ee[_0xff6e4(0x16a)],_0x3648ee[_0xff6e4(0x139)]][_0xff6e4(0x223)](_0x1038bc=>{const _0x5eb6ac=_0xff6e4,_0x4a48b7=_0x4ef81c['parent'][_0x1038bc]||[];_0x4a48b7[_0x5eb6ac(0x223)](_0x37e3d4=>{const _0x522fff=_0x5eb6ac;if(_0x37e3d4[_0x522fff(0x1f0)][_0x522fff(0x1f4)](_0x3648ee[_0x522fff(0x1a5)]))return;if(!_0x37e3d4[_0x522fff(0x224)])_0x37e3d4['hookAnalyticsId']=_0x3648ee['rPgtw'](uuidv4);else _0x37e3d4['markedStatus']&&_0x3648ee['bioxV'](_0x1038bc,_0x3648ee['uNXJt'])&&(_0x37e3d4['hookAnalyticsId']=_0x3648ee[_0x522fff(0x174)](uuidv4),delete _0x37e3d4['markedStatus']);});}),this[_0xff6e4(0x196)](_0x4ef81c[_0xff6e4(0x1b8)]);}[a4_0x4d5682(0x1b3)](_0x1db7c0){const _0x428bbf=a4_0x4d5682,_0xbc94a1={};_0xbc94a1[_0x428bbf(0x13f)]=_0x428bbf(0x147),_0xbc94a1['AMDzz']=_0x428bbf(0x198),_0xbc94a1[_0x428bbf(0x203)]='_beforeEach',_0xbc94a1[_0x428bbf(0x19e)]=_0x428bbf(0x194);const _0x49a384=_0xbc94a1;if(!_0x1db7c0||!_0x1db7c0[_0x428bbf(0x1b8)])return[];const _0x1a8654=[];return[_0x49a384[_0x428bbf(0x13f)],_0x49a384[_0x428bbf(0x21f)],_0x49a384[_0x428bbf(0x203)],_0x49a384[_0x428bbf(0x19e)]][_0x428bbf(0x223)](_0x39ffea=>{const _0x6144de=_0x428bbf,_0x469f02=_0x1db7c0[_0x6144de(0x1b8)][_0x39ffea]||[];_0x469f02[_0x6144de(0x223)](_0x4bc189=>{const _0x419599=_0x6144de;_0x4bc189['hookAnalyticsId']&&_0x1a8654[_0x419599(0x200)](_0x4bc189[_0x419599(0x224)]);});}),[][_0x428bbf(0x176)](_0x1a8654,this[_0x428bbf(0x1b3)](_0x1db7c0['parent']));}[a4_0x4d5682(0x213)](_0x49364d){const _0xe348b6=a4_0x4d5682,_0x2ba97d=/^"(?<hook>.*)" hook:.*$/,_0xab95c4=_0x49364d[_0xe348b6(0x1f0)],_0xf7b0df=_0xab95c4[_0xe348b6(0x18b)](_0x2ba97d);if(_0xf7b0df&&_0xf7b0df[_0xe348b6(0x1f3)])return _0xf7b0df[_0xe348b6(0x1f3)][_0xe348b6(0x13a)][_0xe348b6(0x210)]()[_0xe348b6(0x20b)]('\x20','_');return null;}[a4_0x4d5682(0x146)](_0x2de962){const _0x8a6c48=a4_0x4d5682,_0x1b4e29={};_0x1b4e29['hzwPM']=function(_0x4b14e4,_0x4f0e9e){return _0x4b14e4===_0x4f0e9e;},_0x1b4e29['MFmIP']=function(_0x550171,_0x4e772a){return _0x550171===_0x4e772a;},_0x1b4e29['aYTNf']=function(_0x19e6e8,_0x60c24f){return _0x19e6e8===_0x60c24f;},_0x1b4e29[_0x8a6c48(0x1a9)]=_0x8a6c48(0x1eb),_0x1b4e29[_0x8a6c48(0x1f8)]='config';const _0x31f0c6=_0x1b4e29,_0x7f3e4a=path['sep'];if(_0x31f0c6[_0x8a6c48(0x153)](_0x2de962,null)||_0x31f0c6[_0x8a6c48(0x153)](_0x2de962,'')||_0x31f0c6[_0x8a6c48(0x209)](_0x2de962,_0x7f3e4a)||_0x31f0c6[_0x8a6c48(0x1f1)](_0x2de962,path[_0x8a6c48(0x1d6)](_0x2de962)))return null;try{return fs['statSync'](path[_0x8a6c48(0x1bd)](_0x2de962,_0x31f0c6[_0x8a6c48(0x1a9)],_0x31f0c6[_0x8a6c48(0x1f8)])),_0x2de962;}catch(_0x5be320){const _0x39e62b=path[_0x8a6c48(0x1d6)](_0x2de962);return this[_0x8a6c48(0x146)](_0x39e62b);}}[a4_0x4d5682(0x1cc)](_0x583bbc){const _0x23fe8c=a4_0x4d5682,_0x1ae56b={};_0x1ae56b[_0x23fe8c(0x1ba)]=function(_0x2a0c7e,_0x2769c0){return _0x2a0c7e>_0x2769c0;};const _0x463d72=_0x1ae56b;if(_0x583bbc[_0x23fe8c(0x1cf)])return _0x583bbc[_0x23fe8c(0x1cf)];if(_0x583bbc['ctx']){const _0x241b83=_0x583bbc[_0x23fe8c(0x12c)]['currentTest']?this[_0x23fe8c(0x1cc)](_0x583bbc[_0x23fe8c(0x12c)][_0x23fe8c(0x15b)]):null;if(_0x241b83)return _0x241b83;}if(_0x583bbc[_0x23fe8c(0x1b8)]){const _0x6aaa2e=this[_0x23fe8c(0x1cc)](_0x583bbc['parent'])||(_0x583bbc[_0x23fe8c(0x1b8)][_0x23fe8c(0x12c)]&&_0x583bbc[_0x23fe8c(0x1b8)][_0x23fe8c(0x12c)][_0x23fe8c(0x15b)]?this[_0x23fe8c(0x1cc)](_0x583bbc['parent'][_0x23fe8c(0x12c)]['currentTest']):null);if(_0x6aaa2e)return _0x6aaa2e;_0x583bbc['parent'][_0x23fe8c(0x14a)]&&_0x463d72['srMUF'](_0x583bbc[_0x23fe8c(0x1b8)][_0x23fe8c(0x14a)]['length'],0x0)&&_0x583bbc[_0x23fe8c(0x1b8)][_0x23fe8c(0x14a)]['forEach'](_0x38fc0a=>{const _0x1cfa6a=_0x23fe8c,_0x534829=_0x38fc0a[_0x1cfa6a(0x12c)]?this[_0x1cfa6a(0x1cc)](_0x38fc0a[_0x1cfa6a(0x12c)]):null;if(_0x534829)return _0x534829;});}return null;}[a4_0x4d5682(0x12e)](_0x148fa3){const _0x2c2202=a4_0x4d5682,_0x34662f={};_0x34662f[_0x2c2202(0x179)]=function(_0x992e54,_0x3d2486){return _0x992e54!==_0x3d2486;};const _0x4fe055=_0x34662f,_0x3464d7=[];if(_0x148fa3&&_0x148fa3[_0x2c2202(0x1b8)]){let _0x5d6846=_0x148fa3[_0x2c2202(0x1b8)];while(_0x5d6846&&_0x4fe055['ZSoPe'](_0x5d6846[_0x2c2202(0x1f0)],'')){_0x3464d7[_0x2c2202(0x200)](_0x5d6846[_0x2c2202(0x1f0)]),_0x5d6846=_0x5d6846['parent'];}}return _0x3464d7;}[a4_0x4d5682(0x175)](_0x3a2ad5,_0x3eed3e,_0x18ca47=undefined){const _0x60273e=a4_0x4d5682,_0x5b3cea={'ZIMKS':function(_0x1f64f2,_0xa9a8ec){return _0x1f64f2(_0xa9a8ec);},'AcYGe':function(_0x3eebea){return _0x3eebea();},'cWkVE':function(_0x40be1c){return _0x40be1c();},'tsPPo':_0x60273e(0x1ee),'Pvxkp':function(_0xb864a9,_0x1de927){return _0xb864a9!==_0x1de927;},'IxTjj':_0x60273e(0x183),'bpipA':_0x60273e(0x15c),'VVNdY':_0x60273e(0x19a),'NCmym':_0x60273e(0x134),'jaSCb':_0x60273e(0x129),'PRwsy':_0x60273e(0x1a6),'NUPJY':function(_0x4c3cef,_0xe27b51){return _0x4c3cef-_0xe27b51;},'xeutJ':function(_0x90113e,_0x38d65c,_0x376707,_0x42461a,_0x412663){return _0x90113e(_0x38d65c,_0x376707,_0x42461a,_0x412663);},'IaqLv':function(_0x341a46,_0x26168a){return _0x341a46!==_0x26168a;},'VSSQS':'integrations','vPzeg':_0x60273e(0x1a4),'KnXhe':'failure','QqMLC':'failure_backtrace','sZQaF':_0x60273e(0x159),'eGrRw':_0x60273e(0x1b9),'aBHof':_0x60273e(0x21a),'ccIYc':function(_0x3e8b7e,_0x2fb26f){return _0x3e8b7e===_0x2fb26f;},'dMbyP':'hook_run','AQZcT':'test_run'};if(!this['enabled'])return;try{if(_0x3eed3e['fn']&&_0x3eed3e['fn']['toString']()[_0x60273e(0x18b)](/browserstack internal helper hook/))return;const _0x1c043d=_0x5b3cea[_0x60273e(0x19d)](parseEvent,_0x3a2ad5);if(!_0x1c043d)return;if(_0x1c043d[_0x60273e(0x1cd)]){this[_0x60273e(0x15b)]=_0x3eed3e,this[_0x60273e(0x1f9)]=null;if(_0x1c043d[_0x60273e(0x144)]||_0x1c043d[_0x60273e(0x129)]){_0x3eed3e[_0x60273e(0x205)]=new Date(),_0x3eed3e[_0x60273e(0x155)]=![];if(!_0x3eed3e[_0x60273e(0x1fb)])_0x3eed3e['testAnalyticsId']=_0x5b3cea[_0x60273e(0x17d)](uuidv4);else _0x3eed3e[_0x60273e(0x155)]&&(!_0x3eed3e[_0x60273e(0x1ac)]&&(_0x3eed3e['retryOf']=_0x3eed3e['testAnalyticsId']),_0x3eed3e[_0x60273e(0x1fb)]=_0x5b3cea[_0x60273e(0x17d)](uuidv4));}}else{if(_0x1c043d[_0x60273e(0x13a)]){this['currentHook']=_0x3eed3e;if(_0x1c043d[_0x60273e(0x144)]){_0x3eed3e[_0x60273e(0x205)]=new Date(),_0x3eed3e[_0x60273e(0x155)]=![];if(!_0x3eed3e[_0x60273e(0x224)])_0x3eed3e[_0x60273e(0x224)]=_0x5b3cea[_0x60273e(0x172)](uuidv4);else _0x3eed3e[_0x60273e(0x224)]&&_0x3eed3e['markedStatus']&&(_0x3eed3e['hookAnalyticsId']=_0x5b3cea['AcYGe'](uuidv4));}}}if(_0x1c043d['finished']&&_0x3eed3e['markedStatus'])return;let _0x4a1ecc;try{_0x4a1ecc=this[_0x60273e(0x1cc)](_0x3eed3e);}catch(_0x2ee96a){logger[_0x60273e(0x1ea)]('failed\x20to\x20get\x20root\x20parent\x20file\x20'+_0x2ee96a),_0x4a1ecc=null;}let _0x17d03b=[];_0x18ca47&&(_0x17d03b=[_0x18ca47,_0x5b3cea[_0x60273e(0x1bc)]]);const _0xbca6e9=_0x5b3cea['Pvxkp'](_0x3eed3e[_0x60273e(0x1a0)],undefined)?util[_0x60273e(0x17c)](_0x3eed3e[_0x60273e(0x1a0)][0x0]):_0x5b3cea[_0x60273e(0x182)](_0x18ca47,undefined)?_0x18ca47[_0x60273e(0x22b)]():undefined,_0x285faf=_0x4a1ecc?this[_0x60273e(0x146)](_0x4a1ecc):null,_0x1b8fce=_0x4a1ecc?this[_0x60273e(0x226)][_0x60273e(0x141)](this['getRootParentFile'](_0x3eed3e)):_0x5b3cea[_0x60273e(0x1c2)];let _0x45bfdd=_0x5b3cea['bpipA'];const _0x5db8c5=!_0x1c043d['started']?new Date()['toISOString']():null;if(_0x1c043d[_0x60273e(0x156)])_0x45bfdd=_0x18ca47?_0x5b3cea[_0x60273e(0x133)]:_0x5b3cea['NCmym'],_0x3eed3e[_0x60273e(0x155)]=!![];else _0x1c043d[_0x60273e(0x129)]&&(_0x45bfdd=_0x5b3cea[_0x60273e(0x18d)],_0x3eed3e['markedStatus']=!![]);const _0x396652={'framework':this['frameworkName'],'uuid':_0x3eed3e['testAnalyticsId']||_0x3eed3e[_0x60273e(0x224)],'name':_0x3eed3e[_0x60273e(0x1f0)],'body':{'lang':_0x5b3cea[_0x60273e(0x1df)],'code':_0x3eed3e['body'][_0x60273e(0x22b)]()},'type':_0x3eed3e['type'],'scope':_0x3eed3e[_0x60273e(0x1ca)](),'scopes':this[_0x60273e(0x12e)](_0x3eed3e),'file_name':_0x1b8fce,'vc_filepath':_0x285faf?path[_0x60273e(0x1d9)](_0x285faf,_0x4a1ecc):null,'location':_0x1b8fce,'result':_0x45bfdd,'failure_reason':_0xbca6e9,'duration_in_ms':_0x3eed3e[_0x60273e(0x1c0)]||(_0x1c043d[_0x60273e(0x156)]||_0x1c043d[_0x60273e(0x129)])?_0x5b3cea[_0x60273e(0x1ed)](Date[_0x60273e(0x1a7)](),new Date(_0x3eed3e[_0x60273e(0x205)])['getTime']()):null,'started_at':new Date(_0x3eed3e[_0x60273e(0x205)])['toISOString'](),'finished_at':_0x5db8c5,'failure':testOpsHelper[_0x60273e(0x1a8)][_0x60273e(0x14f)](null,_0x17d03b),'failure_type':!_0xbca6e9?null:testOpsHelper[_0x60273e(0x1fc)](_0xbca6e9),'retry_of':_0x3eed3e[_0x60273e(0x1ac)]||null,'tags':_0x3eed3e[_0x60273e(0x1c9)]||[],'customRerunParam':{'rerun_name':_0x3eed3e[_0x60273e(0x1ca)]()}};_0x5b3cea[_0x60273e(0x1ce)](appendTesthubParams,_0x396652,_0x3a2ad5,_0x3eed3e,FRAMEWORKS['CODECEPT']);if(_0x1c043d[_0x60273e(0x13a)])[_0x396652['hook_type'],_0x396652[_0x60273e(0x12b)]]=[this['getHookType'](_0x3eed3e),_0x3eed3e[_0x60273e(0x12c)][_0x60273e(0x1cd)][_0x60273e(0x1f0)]],_0x1c043d[_0x60273e(0x156)]?_0x5b3cea[_0x60273e(0x18e)](_0x396652['result'],_0x5b3cea[_0x60273e(0x133)])&&(_0x396652[_0x60273e(0x1b7)]=_0x5b3cea['NCmym']):_0x396652[_0x60273e(0x1b4)]={};else _0x1c043d[_0x60273e(0x1cd)]&&(this[_0x60273e(0x196)](_0x3eed3e),_0x1c043d[_0x60273e(0x129)]&&this[_0x60273e(0x1e6)](_0x3eed3e),(_0x1c043d[_0x60273e(0x156)]||_0x1c043d[_0x60273e(0x129)])&&(_0x396652['hooks']=this['getHooksForTest'](_0x3eed3e)));this[_0x60273e(0x21d)]&&(_0x1c043d[_0x60273e(0x144)]||_0x1c043d[_0x60273e(0x129)])&&(_0x396652[_0x5b3cea[_0x60273e(0x1af)]]=this[_0x60273e(0x1be)](this['driver']));_0x1c043d[_0x60273e(0x1cd)]&&_0x1c043d[_0x60273e(0x156)]&&_0x3eed3e[_0x60273e(0x181)]&&(_0x396652[_0x5b3cea[_0x60273e(0x154)]]={'feature':{'name':_0x3eed3e['parent'][_0x60273e(0x152)]['name'],'path':_0x396652[_0x60273e(0x167)],'description':_0x3eed3e[_0x60273e(0x1b8)][_0x60273e(0x21e)]},'scenario':{'name':_0x3eed3e[_0x60273e(0x1f0)]},'steps':_0x3eed3e[_0x60273e(0x181)]});const _0x1f3b7a=_0x396652[_0x5b3cea['KnXhe']][0x0];_0x1f3b7a&&(_0x396652[_0x5b3cea[_0x60273e(0x136)]]=_0x1f3b7a[_0x5b3cea[_0x60273e(0x1d1)]],_0x396652[_0x5b3cea[_0x60273e(0x22c)]]=_0x1f3b7a[_0x5b3cea[_0x60273e(0x149)]]);if(_0x3eed3e['bddSteps'])for(const _0x5bc8e9 of _0x3eed3e[_0x60273e(0x181)]){!_0x5bc8e9[_0x60273e(0x18a)]&&(_0x5bc8e9[_0x60273e(0x18a)]=new Date()[_0x60273e(0x222)](),_0x5b3cea[_0x60273e(0x218)](_0x5bc8e9[_0x60273e(0x1b7)],_0x5b3cea[_0x60273e(0x162)])&&(_0x1f3b7a?(_0x5bc8e9[_0x60273e(0x1b7)]=_0x5b3cea[_0x60273e(0x133)],_0x5bc8e9['failure']=_0x1f3b7a[_0x5b3cea[_0x60273e(0x1d1)]][0x0]):_0x5bc8e9[_0x60273e(0x1b7)]=_0x5b3cea['NCmym']));}const _0x15afd8={};_0x15afd8[_0x60273e(0x15d)]=_0x1c043d[_0x60273e(0x129)]?TEST_EVENTS[_0x60273e(0x1d2)]:_0x3a2ad5;const _0x1efccb=_0x15afd8;return _0x1c043d[_0x60273e(0x13a)]?_0x1efccb[_0x5b3cea[_0x60273e(0x140)]]=_0x396652:_0x1efccb[_0x5b3cea[_0x60273e(0x19b)]]=_0x396652,_0x1efccb;}catch(_0x5d8ab9){logger[_0x60273e(0x1ea)](_0x60273e(0x228)+_0x3a2ad5+_0x60273e(0x1f5)+_0x5d8ab9);}}async[a4_0x4d5682(0x16c)](_0x3c8b69,_0x4d425a){const _0x4859c3=a4_0x4d5682;if(!this[_0x4859c3(0x1b6)]||!_0x4d425a||!_0x3c8b69)return![];try{return await SessionHandler[_0x4859c3(0x215)](_0x4d425a);}catch(_0x42225d){logger['debug'](_0x4859c3(0x12f)+_0x3c8b69+_0x4859c3(0x1f5)+_0x42225d);}}[a4_0x4d5682(0x20f)](_0x294abd){const _0x509582=a4_0x4d5682,_0x50caaa={};_0x50caaa[_0x509582(0x1d8)]=_0x509582(0x15c);const _0x578ca8=_0x50caaa;return{'id':_0x294abd[_0x509582(0x15a)],'text':_0x294abd['text'],'keyword':_0x294abd[_0x509582(0x17e)],'started_at':_0x294abd[_0x509582(0x205)][_0x509582(0x222)](),'result':_0x578ca8['CuiFX']};}[a4_0x4d5682(0x16b)](_0x1ff493){const _0x58b8be=a4_0x4d5682,_0x464d8b={'dULUv':function(_0x4cb168){return _0x4cb168();}};!this[_0x58b8be(0x15b)][_0x58b8be(0x181)]&&(this['currentTest'][_0x58b8be(0x181)]=[]),!_0x1ff493[_0x58b8be(0x15a)]&&(_0x1ff493[_0x58b8be(0x15a)]=_0x464d8b[_0x58b8be(0x158)](uuidv4),_0x1ff493[_0x58b8be(0x205)]=new Date(),this['currentTest']['bddSteps']['push'](this[_0x58b8be(0x20f)](_0x1ff493)));}[a4_0x4d5682(0x16d)](_0x5210f8){const _0x481110=a4_0x4d5682,_0x545791={'JgMvg':function(_0x4fda82,_0x11de9b){return _0x4fda82(_0x11de9b);},'TaEPM':_0x481110(0x150),'raxky':_0x481110(0x15c),'BPYqq':'passed','HbPkO':function(_0x4879bd,_0x559bba){return _0x4879bd-_0x559bba;}};let _0x294acc=this[_0x481110(0x15b)][_0x481110(0x181)]['find'](_0x3d14b6=>_0x3d14b6['id']===_0x5210f8[_0x481110(0x15a)]);_0x545791['JgMvg'](isUndefined,_0x294acc)&&(_0x294acc=this[_0x481110(0x20f)](_0x5210f8)),_0x294acc[_0x481110(0x1b7)]=[_0x545791[_0x481110(0x1d3)],_0x545791[_0x481110(0x178)]][_0x481110(0x1f4)](_0x5210f8['status'])?_0x545791[_0x481110(0x17a)]:_0x5210f8[_0x481110(0x143)],_0x294acc[_0x481110(0x18a)]=new Date()[_0x481110(0x222)](),_0x294acc[_0x481110(0x1c0)]=_0x545791[_0x481110(0x1da)](Date[_0x481110(0x1a7)](),_0x5210f8[_0x481110(0x205)][_0x481110(0x166)]()),_0x294acc['failure']=_0x5210f8[_0x481110(0x1ee)]?_0x5210f8[_0x481110(0x1ee)][_0x481110(0x1e1)]:null;}}const a4_0x46f7fb={};a4_0x46f7fb[a4_0x4d5682(0x145)]=O11yHelper,a4_0x46f7fb[a4_0x4d5682(0x185)]=STATE_PASSED,a4_0x46f7fb['STATE_FAILED']=STATE_FAILED,a4_0x46f7fb[a4_0x4d5682(0x1bb)]=TEST_EVENTS,module[a4_0x4d5682(0x14e)]=a4_0x46f7fb;
1
+ function a4_0x238e(){const _0x530f5e=['name','find','browserstack','../mocha/test-observability/mochaUtils','connect','codeceptjs','VbEUk','WmeBa','hook_type','file','../playwright/sessionDetails','finished','kaLuO','setupBrowserDetails','apply','toString','_afterEach','removeAllListeners','fullTitle','guxYi','resetSkipTestHooks','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','groups','../playwright/accessibility-helper','jcTvL','iNVDC','bs:addLog:','emyRU','splice','_testEnv','hooks','skipped','FvwLr','stop','../../helpers/test-observability/requestQueueHandler','failure','err','HookRunStarted','keyword','TestRunStarted','RuuME','hookAnalyticsId','failed','Failed\x20to\x20flush\x20pending\x20hook\x20event\x20','hook_run_uuid','split','connectOverCDP','.git','Irxoj','tIshL','447882Ovubnn','constructor','ZLVfP','Qltlr','sep','ZFuUM','patchConsoleLogger','../../helpers/test-observability/constants','length','getCBTInfo','pending','hoYYC','AcWUD','browserType.js','pid','string','woYtQ','6IPZAAb','driver','YxvDu','nGKes','DQuKs','4|2|1|0|5|3','bddStepFinish','EuOMr','hook_run','pendingHookEvents','passed','uuid','failureData','../../helpers/test-observability/sessionHandler','CODECEPT','gfYSY','event_type','getHierarchy','PfIPf','xSBml','10qDfmQT','ARORI','10OrmhJw','zqhvE','ejukh','relative','getTime','zhjic','started','integrations','WNqDg','now','debug','../../helpers/helper','gahZh','util','obsBrowserTypeMockApplied','SVkMF','client','ctx','dQbxQ','oTPiL','format','_beforeEach','9hnTADQ','RmdfO','zgQkv','ETHEu','bddSteps','eventType','QAyLq','XdaZI','CBTSessionCreated','wCHJj','WjZYN','push','replace','tags','test_run_uuid','testAnalyticsId','KCgrn','startedAt','cFjko','shutdown','toLowerCase','__cloud_provider___','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','bXMNh','keys','IwOpL','hLcXX','parent','hmVCe','UluGV','launch','stringify','2739363xHmWGO','toUpperCase','aExdj','accessibilityPlatform','mapTestHooks','WSokG','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','WyHtE','SNaQA','KbXYy','qZbRF','meta','feature','TEST_RUN_FINISHED','Qycmw','YVPFE','inspect','5060839yajxhX','winstonLogger','XbftN','TEST_EVENTS','JDzsr','../../helpers/testhub/utils.js','location_prefix','ghqFC','PLAYWRIGHT_HUB_URL','pcLsk','body','appendTestItemLog','test','BLOYg','statSync','markedStatus','PathHelper','ETHwE','finished_at','status','__platformCaps','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','errorsDetailed','flushPendingHookEvents','getInstance','GkDIn','MYlLd','uploadEventData','qPJSw','concat','659805opWQNl','duration','currentTest','lib','forEach','getRootParentFile','hook','enabled','jgqpl','failure_reason_expanded','stepAnalyticsId','currentHook','EbziR','javascript','bind','prototype','toISOString','expanded','NhXpT','fireEvent','dirname','TEST_RUN_STARTED','result','title','PLOcI','rsncd','match','\x20with\x20error\x20:\x20','comment','includes','258739vfMYSm','suites','irjbq','NojDw','./helper.js','nbLVn','initializeBddStep','5571344NFVaBM','vYBcG','KQROT','getHookType','nrCVX','_beforeAll','TestRunFinished','IBxpR','cwd','test_run','QKycE','path','then','../../helpers/test-observability/utils','hasLiveDriverSession','zoSSY','uploadData','Playwright','oLetV','getFailureType','join','STATE_FAILED','GXNRn','STATE_PASSED','2356128hXGXDc','tiFfU','retryOf','frameworkName','message','../utils/constants','jhDuF','AMZPu','file_name','findGitConfig'];a4_0x238e=function(){return _0x530f5e;};return a4_0x238e();}const a4_0x4a3231=a4_0x2ba8;(function(_0x2ea245,_0x285b94){const _0x1e16b7=a4_0x2ba8,_0x2141c5=_0x2ea245();while(!![]){try{const _0x4b00ad=parseInt(_0x1e16b7(0x265))/0x1+-parseInt(_0x1e16b7(0x2e7))/0x2*(-parseInt(_0x1e16b7(0x2c0))/0x3)+-parseInt(_0x1e16b7(0x284))/0x4+-parseInt(_0x1e16b7(0x247))/0x5+parseInt(_0x1e16b7(0x2d1))/0x6*(-parseInt(_0x1e16b7(0x229))/0x7)+parseInt(_0x1e16b7(0x26c))/0x8*(parseInt(_0x1e16b7(0x1f8))/0x9)+-parseInt(_0x1e16b7(0x2e5))/0xa*(-parseInt(_0x1e16b7(0x218))/0xb);if(_0x4b00ad===_0x285b94)break;else _0x2141c5['push'](_0x2141c5['shift']());}catch(_0x43079f){_0x2141c5['push'](_0x2141c5['shift']());}}}(a4_0x238e,0x7bb42));const path=require(a4_0x4a3231(0x277)),util=require(a4_0x4a3231(0x1ef)),fs=require('fs'),{v4:uuidv4}=require(a4_0x4a3231(0x2dc)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x4a3231(0x1ed)),testOpsHelper=require(a4_0x4a3231(0x279)),{getTestEnv}=require(a4_0x4a3231(0x291)),{FRAMEWORKS}=require(a4_0x4a3231(0x2c7)),logger=require('../../helpers/logger')[a4_0x4a3231(0x22a)],SessionHandler=require(a4_0x4a3231(0x2de)),RequestQueueHandler=require(a4_0x4a3231(0x2b0)),PlaywrightSessionDetails=require(a4_0x4a3231(0x298)),debug=testOpsHelper['debug'],{processAccessibilityCaps}=require(a4_0x4a3231(0x2a5)),Constants=require(a4_0x4a3231(0x289)),{fetchPlatformDetails}=require(a4_0x4a3231(0x269)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x4a3231(0x22e)),constants=require('../utils/constants'),STATE_PASSED=a4_0x4a3231(0x2db),STATE_FAILED=a4_0x4a3231(0x2b8),a4_0x461118={};a4_0x461118[a4_0x4a3231(0x25c)]=a4_0x4a3231(0x2b5),a4_0x461118['TEST_RUN_FINISHED']=a4_0x4a3231(0x272),a4_0x461118['TEST_RUN_SKIPPED']='TestRunSkipped',a4_0x461118['HOOK_RUN_STARTED']=a4_0x4a3231(0x2b3),a4_0x461118['HOOK_RUN_FINISHED']='HookRunFinished';function a4_0x2ba8(_0x139208,_0xfb5e2b){const _0x238ef7=a4_0x238e();return a4_0x2ba8=function(_0x2ba8c3,_0x552d4a){_0x2ba8c3=_0x2ba8c3-0x1ed;let _0x14e63d=_0x238ef7[_0x2ba8c3];return _0x14e63d;},a4_0x2ba8(_0x139208,_0xfb5e2b);}const TEST_EVENTS=a4_0x461118,parseEvent=_0x16f298=>{const _0x377a78=a4_0x4a3231,_0x3954db={};_0x3954db['EuOMr']=function(_0x3c80c2,_0x8c674f){return _0x3c80c2<_0x8c674f;},_0x3954db[_0x377a78(0x21f)]=function(_0x6b6be7,_0x5209cd){return _0x6b6be7===_0x5209cd;},_0x3954db[_0x377a78(0x294)]=_0x377a78(0x235),_0x3954db[_0x377a78(0x2c2)]=_0x377a78(0x24d),_0x3954db['zqhvE']=function(_0x1a88f9,_0x267f30){return _0x1a88f9===_0x267f30;},_0x3954db[_0x377a78(0x260)]='skipped',_0x3954db['ejukh']=function(_0x53fcf2,_0x1896bf){return _0x53fcf2===_0x1896bf;},_0x3954db[_0x377a78(0x215)]=_0x377a78(0x2ed),_0x3954db[_0x377a78(0x1ee)]='finished';const _0x170622=_0x3954db,_0x20584f=_0x16f298[_0x377a78(0x261)](/^(.*)Run(.*)$/);if(!_0x20584f)return null;if(_0x170622[_0x377a78(0x2d8)](_0x20584f[_0x377a78(0x2c8)],0x3))return null;const _0x3457f6=_0x20584f[0x1][_0x377a78(0x20c)](),_0x24bef8=_0x20584f[0x2][_0x377a78(0x20c)]();return{'test':_0x170622[_0x377a78(0x21f)](_0x3457f6,_0x170622[_0x377a78(0x294)]),'hook':_0x170622[_0x377a78(0x21f)](_0x3457f6,_0x170622[_0x377a78(0x2c2)]),'skipped':_0x170622[_0x377a78(0x2e8)](_0x24bef8,_0x170622['rsncd']),'started':_0x170622[_0x377a78(0x2e9)](_0x24bef8,_0x170622[_0x377a78(0x215)]),'finished':_0x170622[_0x377a78(0x2e9)](_0x24bef8,_0x170622['gahZh'])};},mockPWBrowserType=_0x528ffb=>{const _0x132e9d=a4_0x4a3231,_0x1179c5={'MrFtL':function(_0x2353da,_0xd19872){return _0x2353da===_0xd19872;},'xSBml':_0x132e9d(0x2cf),'QKycE':function(_0xdf20ff,_0x45aa38,_0x395efb){return _0xdf20ff(_0x45aa38,_0x395efb);},'Yjslw':'wsEndpoint','WSokG':function(_0x12116f,_0x3e0864){return _0x12116f(_0x3e0864);},'vEezg':_0x132e9d(0x290),'JDzsr':_0x132e9d(0x24a),'IBxpR':_0x132e9d(0x1f2),'nrCVX':_0x132e9d(0x2cd),'zgQkv':function(_0x1c6c47,_0x445e21){return _0x1c6c47(_0x445e21);},'GkDIn':function(_0xeafef5,_0x2f1e78){return _0xeafef5(_0x2f1e78);},'vYBcG':'Not\x20able\x20to\x20import\x20Browser','KCgrn':_0x132e9d(0x292),'dQbxQ':_0x132e9d(0x216)},_0x57a4f6=path[_0x132e9d(0x280)](_0x1179c5[_0x132e9d(0x22d)],_0x1179c5[_0x132e9d(0x273)],_0x1179c5[_0x132e9d(0x270)]),_0x58bfc1=_0x1179c5[_0x132e9d(0x1fa)](importFileFromPWCore,_0x57a4f6);if(!_0x58bfc1){_0x1179c5[_0x132e9d(0x242)](debug,_0x1179c5[_0x132e9d(0x26d)]);return;}const _0x276a4c=_0x58bfc1['BrowserType'],_0x16648d=_0x276a4c[_0x132e9d(0x256)];if(_0x16648d[_0x132e9d(0x1f0)])return;const _0x29b405=_0x16648d[_0x132e9d(0x292)];Object['defineProperty'](_0x16648d,_0x1179c5[_0x132e9d(0x208)],{'get':function(){const _0x507e51=_0x132e9d,_0xb08816={'nWNTa':function(_0x55133a,_0x40fbd2){return _0x1179c5['MrFtL'](_0x55133a,_0x40fbd2);},'SNaQA':_0x1179c5[_0x507e51(0x2e4)],'KbXYy':function(_0x7edc9,_0x5b5eb3,_0xe68b93){const _0x375224=_0x507e51;return _0x1179c5[_0x375224(0x276)](_0x7edc9,_0x5b5eb3,_0xe68b93);},'RJXiT':_0x1179c5['Yjslw'],'zoSSY':function(_0x12b0d0,_0x47151a){const _0x41e965=_0x507e51;return _0x1179c5[_0x41e965(0x21d)](_0x12b0d0,_0x47151a);},'wCHJj':_0x1179c5['vEezg']};return async function _0x3b06cb(_0x3344e4,_0x4d52b3){const _0x102b73=_0x507e51,_0x776c3d={'FfikC':function(_0x3ad8f0,_0x1f961b){return _0xb08816['nWNTa'](_0x3ad8f0,_0x1f961b);},'prLuD':_0xb08816[_0x102b73(0x220)]},_0x558a18=_0xb08816[_0x102b73(0x221)](nestedKeyValue,_0x3344e4,[_0xb08816['RJXiT']])||_0x3344e4;let _0x36ffb2=null,_0x179aa4=null;try{[_0x179aa4,_0x36ffb2]=_0x558a18?_0xb08816[_0x102b73(0x27b)](parseWSEndpoint,_0x558a18):[null,null],global[_0x102b73(0x23d)]=_0x36ffb2,logger[_0x102b73(0x2f1)](_0x102b73(0x23e)+_0x179aa4),_0x179aa4[_0x102b73(0x264)](Constants['BROWSERSTACK'])&&(global[_0x102b73(0x20d)]=_0xb08816[_0x102b73(0x201)]);}catch(_0xc7a8ef){logger[_0x102b73(0x2f1)]('Failed\x20to\x20parse\x20wsendpoint\x20'+_0x558a18+'\x20'+_0xc7a8ef);}_0xb08816['KbXYy'](processAccessibilityCaps,_0x36ffb2,_0x179aa4);if(global[_0x102b73(0x21b)]){const _0x24d837=await _0x16648d[_0x102b73(0x2bc)][_0x102b73(0x29c)](this,[''+Constants[_0x102b73(0x231)]+_0xb08816[_0x102b73(0x27b)](encodeURIComponent,JSON[_0x102b73(0x217)](_0x36ffb2))]);return PlaywrightSessionDetails[_0x102b73(0x29b)](_0x24d837,_0x528ffb,_0x558a18),_0x24d837;}return _0x29b405['apply'](this,arguments)[_0x102b73(0x278)](_0x2af025=>{let _0x59fe2d=_0x3344e4['wsEndpoint'];return _0x776c3d['FfikC'](typeof _0x3344e4,_0x776c3d['prLuD'])&&(_0x59fe2d=_0x3344e4),PlaywrightSessionDetails['setupBrowserDetails'](_0x2af025,_0x528ffb,_0x59fe2d),_0x2af025;});};}});const _0x590b29=_0x16648d['launch'];Object['defineProperty'](_0x16648d,_0x1179c5[_0x132e9d(0x1f4)],{'get':function(){return async function _0x48d7a1(){const _0x49395c=a4_0x2ba8;return _0x590b29[_0x49395c(0x29c)](this,arguments)[_0x49395c(0x278)](_0x4a6bc2=>{const _0x480697=_0x49395c;return PlaywrightSessionDetails[_0x480697(0x29b)](_0x4a6bc2,null),_0x4a6bc2;});};}});};class O11yHelper{[a4_0x4a3231(0x249)]=null;[a4_0x4a3231(0x252)]=null;['enabled']=![];['frameworkName']=![];[a4_0x4a3231(0x2da)]=[];constructor(_0x418746,_0x17b0e7){const _0x48ec33=a4_0x4a3231,_0x53be3a={'bXMNh':_0x48ec33(0x2d6),'RuuME':function(_0x6dfe9f){return _0x6dfe9f();},'WmeBa':function(_0x483d75,_0x2de4d8){return _0x483d75===_0x2de4d8;},'YVPFE':_0x48ec33(0x27d),'apfvr':function(_0x28a931,_0x3ecd16){return _0x28a931(_0x3ecd16);}},_0xbc8c26=_0x53be3a[_0x48ec33(0x20f)][_0x48ec33(0x2bb)]('|');let _0x3be949=0x0;while(!![]){switch(_0xbc8c26[_0x3be949++]){case'0':this[_0x48ec33(0x2ab)]=_0x53be3a[_0x48ec33(0x2b6)](getTestEnv);continue;case'1':this[_0x48ec33(0x2d2)]=_0x418746;continue;case'2':this[_0x48ec33(0x287)]=_0x17b0e7[_0x48ec33(0x287)];continue;case'3':this[_0x48ec33(0x2d2)]&&_0x53be3a[_0x48ec33(0x295)](this['driver'][_0x48ec33(0x2c1)][_0x48ec33(0x28e)],_0x53be3a[_0x48ec33(0x227)])&&_0x53be3a['apfvr'](mockPWBrowserType,null);continue;case'4':this[_0x48ec33(0x24e)]=_0x53be3a['RuuME'](shouldProcessEventForTesthub);continue;case'5':this['_paths']=new testOpsHelper[(_0x48ec33(0x239))]({'cwd':process[_0x48ec33(0x274)]()},this[_0x48ec33(0x2ab)][_0x48ec33(0x22f)]);continue;}break;}}[a4_0x4a3231(0x27a)](){const _0x4ec5fd=a4_0x4a3231,_0x35a413={'ghqFC':function(_0x24bf94,_0x5e67bf){return _0x24bf94(_0x5e67bf);}};if(!this['driver'])return![];try{const _0x1efa61=_0x35a413[_0x4ec5fd(0x230)](fetchPlatformDetails,this[_0x4ec5fd(0x2d2)]);if(!_0x1efa61)return![];const _0x35ba5=Object[_0x4ec5fd(0x210)](_0x1efa61)[0x0];return!!(_0x35ba5&&_0x1efa61[_0x35ba5]&&_0x1efa61[_0x35ba5]['session_id']);}catch(_0x656556){return![];}}['bufferPendingHookEvent'](_0x5043df,_0x384b9b){const _0xd8816a=a4_0x4a3231;if(!_0x384b9b)return;const _0x3e4bdf={};_0x3e4bdf[_0xd8816a(0x1fd)]=_0x5043df,_0x3e4bdf[_0xd8816a(0x27c)]=_0x384b9b,this['pendingHookEvents']['push'](_0x3e4bdf);}async[a4_0x4a3231(0x240)](){const _0x3b5a5a=a4_0x4a3231,_0x401362={};_0x401362[_0x3b5a5a(0x2be)]=function(_0x504cdd,_0x2821ee){return _0x504cdd&&_0x2821ee;};const _0x161782=_0x401362;if(!this['pendingHookEvents'][_0x3b5a5a(0x2c8)])return;if(!this[_0x3b5a5a(0x27a)]())return;const _0x15743f=this[_0x3b5a5a(0x2c9)](this['driver']),_0x274d9c=this[_0x3b5a5a(0x2da)][_0x3b5a5a(0x2aa)](0x0,this[_0x3b5a5a(0x2da)][_0x3b5a5a(0x2c8)]);for(const {eventType:_0x1735cc,uploadData:_0x113e45}of _0x274d9c){try{const _0x1ad1db=_0x113e45[_0x3b5a5a(0x2d9)]||_0x113e45[_0x3b5a5a(0x275)];_0x161782[_0x3b5a5a(0x2be)](_0x1ad1db,_0x15743f)&&(_0x1ad1db[_0x3b5a5a(0x2ee)]=_0x15743f),await this['fireEvent'](_0x1735cc,_0x113e45);}catch(_0x738c5c){logger[_0x3b5a5a(0x2f1)](_0x3b5a5a(0x2b9)+_0x1735cc+':\x20'+util[_0x3b5a5a(0x1f6)](_0x738c5c));}}}['start'](){const _0x4d94ea=a4_0x4a3231;if(!this[_0x4d94ea(0x24e)])return;testOpsHelper[_0x4d94ea(0x2c6)](),process[_0x4d94ea(0x29f)](_0x4d94ea(0x2a8)+process[_0x4d94ea(0x2ce)]),process['on'](_0x4d94ea(0x2a8)+process[_0x4d94ea(0x2ce)],this[_0x4d94ea(0x234)][_0x4d94ea(0x255)](this));}async[a4_0x4a3231(0x2af)](){const _0x53eb2f=a4_0x4a3231;await RequestQueueHandler[_0x53eb2f(0x241)]()[_0x53eb2f(0x20b)]();}async[a4_0x4a3231(0x234)](_0x3eeb6a){const _0x81b931=a4_0x4a3231,_0x4b40a0={'EbziR':'LogCreated','anQAs':function(_0x5513de,_0x550209){return _0x5513de(_0x550209);}};try{this[_0x81b931(0x252)]&&!this[_0x81b931(0x252)]['markedStatus']&&(_0x3eeb6a['hook_run_uuid']=this[_0x81b931(0x252)][_0x81b931(0x2b7)]);!_0x3eeb6a[_0x81b931(0x2ba)]&&this[_0x81b931(0x249)]&&!this[_0x81b931(0x249)]['markedStatus']&&(_0x3eeb6a['test_run_uuid']=this[_0x81b931(0x249)][_0x81b931(0x207)]);if(_0x3eeb6a['hook_run_uuid']||_0x3eeb6a[_0x81b931(0x206)]){const _0x1da4f0={};_0x1da4f0[_0x81b931(0x2e1)]=_0x4b40a0[_0x81b931(0x253)],_0x1da4f0['logs']=[_0x3eeb6a],await SessionHandler[_0x81b931(0x244)](_0x1da4f0);}}catch(_0x3541b9){_0x4b40a0['anQAs'](debug,'Exception\x20in\x20uploading\x20log\x20data\x20to\x20'+constants['TEST_REPORTING_ANALYTICS']+_0x81b931(0x262)+_0x3541b9);}}async['sendCBTInfo'](_0x40a9ba){const _0x360094=a4_0x4a3231,_0x309f42={'zhjic':_0x360094(0x200),'lPTVh':function(_0x26970b,_0x2f1546){return _0x26970b(_0x2f1546);}};if(!this[_0x360094(0x24e)])return;const _0x4fbdcf=this[_0x360094(0x2c9)](this['driver']);try{const _0x2ab192={};_0x2ab192[_0x360094(0x2dc)]=_0x40a9ba,_0x2ab192[_0x360094(0x2ee)]=_0x4fbdcf;const _0x18f5be=_0x2ab192,_0x51bb73={};_0x51bb73['event_type']=_0x309f42[_0x360094(0x2ec)],_0x51bb73[_0x360094(0x275)]=_0x18f5be,await SessionHandler['uploadEventData'](_0x51bb73);}catch(_0x50c41a){_0x309f42['lPTVh'](debug,_0x360094(0x2a3)+constants['TEST_REPORTING_ANALYTICS']+_0x360094(0x262)+_0x50c41a);}}[a4_0x4a3231(0x2c9)](_0x1f6fdb){const _0x457cba=a4_0x4a3231,_0x2ca433={'nbLVn':function(_0x5fa0e2,_0x511883){return _0x5fa0e2(_0x511883);}};return _0x2ca433[_0x457cba(0x26a)](fetchPlatformDetails,_0x1f6fdb);}[a4_0x4a3231(0x2a2)]=_0x2897fc=>{const _0x2004c9=a4_0x4a3231,_0x31552f={};_0x31552f['SVkMF']='_beforeEach',_0x31552f[_0x2004c9(0x243)]=_0x2004c9(0x29e);const _0x45eada=_0x31552f;if(!_0x2897fc||!_0x2897fc[_0x2004c9(0x213)])return;[_0x45eada[_0x2004c9(0x1f1)],_0x45eada[_0x2004c9(0x243)]][_0x2004c9(0x24b)](_0x390606=>{const _0x1b31e4=_0x2004c9,_0x4a18d2=_0x2897fc[_0x1b31e4(0x213)][_0x390606];_0x4a18d2[_0x1b31e4(0x24b)](_0x5974db=>{const _0x47a12f=_0x1b31e4;_0x5974db[_0x47a12f(0x2b7)]&&(_0x5974db[_0x47a12f(0x2b7)]=null);});});};[a4_0x4a3231(0x21c)](_0x48dcce){const _0x414edd=a4_0x4a3231,_0x2e8692={'ARORI':_0x414edd(0x293),'iNVDC':function(_0x306c12){return _0x306c12();},'WjZYN':function(_0x242ad8,_0x2ef13b){return _0x242ad8===_0x2ef13b;},'aJsvM':_0x414edd(0x29e),'fSIsF':_0x414edd(0x271),'IwOpL':'_afterAll','irjbq':_0x414edd(0x1f7)};if(!_0x48dcce||!_0x48dcce[_0x414edd(0x213)])return;[_0x2e8692['fSIsF'],_0x2e8692[_0x414edd(0x211)],_0x2e8692[_0x414edd(0x267)],_0x2e8692['aJsvM']][_0x414edd(0x24b)](_0x26e9df=>{const _0x64f676=_0x414edd,_0x3da4dd={'NhXpT':_0x2e8692[_0x64f676(0x2e6)],'emyRU':function(_0x72ddc5){const _0x4617c8=_0x64f676;return _0x2e8692[_0x4617c8(0x2a7)](_0x72ddc5);},'Qycmw':function(_0x41541a,_0x167038){const _0x23ef6f=_0x64f676;return _0x2e8692[_0x23ef6f(0x202)](_0x41541a,_0x167038);},'ETHEu':_0x2e8692['aJsvM']},_0x1f449f=_0x48dcce[_0x64f676(0x213)][_0x26e9df]||[];_0x1f449f[_0x64f676(0x24b)](_0x58b0e3=>{const _0x3f8d65=_0x64f676;if(_0x58b0e3[_0x3f8d65(0x25e)][_0x3f8d65(0x264)](_0x3da4dd[_0x3f8d65(0x259)]))return;if(!_0x58b0e3[_0x3f8d65(0x2b7)])_0x58b0e3['hookAnalyticsId']=_0x3da4dd['emyRU'](uuidv4);else _0x58b0e3[_0x3f8d65(0x238)]&&_0x3da4dd[_0x3f8d65(0x226)](_0x26e9df,_0x3da4dd[_0x3f8d65(0x1fb)])&&(_0x58b0e3[_0x3f8d65(0x2b7)]=_0x3da4dd[_0x3f8d65(0x2a9)](uuidv4),delete _0x58b0e3[_0x3f8d65(0x238)]);});}),this[_0x414edd(0x21c)](_0x48dcce[_0x414edd(0x213)]);}['getHooksForTest'](_0x28fdec){const _0x108b75=a4_0x4a3231,_0x36c3bc={};_0x36c3bc[_0x108b75(0x2d4)]=_0x108b75(0x271),_0x36c3bc[_0x108b75(0x20a)]='_afterAll',_0x36c3bc[_0x108b75(0x28a)]=_0x108b75(0x1f7),_0x36c3bc[_0x108b75(0x21a)]=_0x108b75(0x29e);const _0x4460fc=_0x36c3bc;if(!_0x28fdec||!_0x28fdec[_0x108b75(0x213)])return[];const _0x2f1e44=[];return[_0x4460fc[_0x108b75(0x2d4)],_0x4460fc['cFjko'],_0x4460fc[_0x108b75(0x28a)],_0x4460fc[_0x108b75(0x21a)]][_0x108b75(0x24b)](_0xac7801=>{const _0x30f677=_0x108b75,_0x2f2bb2=_0x28fdec[_0x30f677(0x213)][_0xac7801]||[];_0x2f2bb2[_0x30f677(0x24b)](_0xa7f1ca=>{const _0x2d00cd=_0x30f677;_0xa7f1ca['hookAnalyticsId']&&_0x2f1e44[_0x2d00cd(0x203)](_0xa7f1ca['hookAnalyticsId']);});}),[][_0x108b75(0x246)](_0x2f1e44,this['getHooksForTest'](_0x28fdec[_0x108b75(0x213)]));}[a4_0x4a3231(0x26f)](_0x52566f){const _0x3e3247=a4_0x4a3231,_0x344e57=/^"(?<hook>.*)" hook:.*$/,_0x316f02=_0x52566f[_0x3e3247(0x25e)],_0x5e096c=_0x316f02[_0x3e3247(0x261)](_0x344e57);if(_0x5e096c&&_0x5e096c['groups'])return _0x5e096c[_0x3e3247(0x2a4)][_0x3e3247(0x24d)][_0x3e3247(0x219)]()[_0x3e3247(0x204)]('\x20','_');return null;}['findGitConfig'](_0x15de08){const _0x139633=a4_0x4a3231,_0x434b07={};_0x434b07[_0x139633(0x2d5)]=function(_0x5d9d4d,_0xbdd878){return _0x5d9d4d===_0xbdd878;},_0x434b07[_0x139633(0x2bf)]=_0x139633(0x2bd),_0x434b07[_0x139633(0x222)]='config';const _0x27fb0f=_0x434b07,_0x43f4c9=path[_0x139633(0x2c4)];if(_0x27fb0f[_0x139633(0x2d5)](_0x15de08,null)||_0x27fb0f[_0x139633(0x2d5)](_0x15de08,'')||_0x27fb0f[_0x139633(0x2d5)](_0x15de08,_0x43f4c9)||_0x27fb0f[_0x139633(0x2d5)](_0x15de08,path[_0x139633(0x25b)](_0x15de08)))return null;try{return fs[_0x139633(0x237)](path[_0x139633(0x280)](_0x15de08,_0x27fb0f[_0x139633(0x2bf)],_0x27fb0f[_0x139633(0x222)])),_0x15de08;}catch(_0x2e7d8d){const _0x315c09=path['dirname'](_0x15de08);return this[_0x139633(0x28d)](_0x315c09);}}[a4_0x4a3231(0x24c)](_0x480d17){const _0x51e22b=a4_0x4a3231,_0x56ace6={};_0x56ace6[_0x51e22b(0x1f5)]=function(_0x499b07,_0x4dba6b){return _0x499b07>_0x4dba6b;};const _0x3fd4af=_0x56ace6;if(_0x480d17[_0x51e22b(0x297)])return _0x480d17[_0x51e22b(0x297)];if(_0x480d17['ctx']){const _0x5db31f=_0x480d17[_0x51e22b(0x1f3)][_0x51e22b(0x249)]?this[_0x51e22b(0x24c)](_0x480d17[_0x51e22b(0x1f3)]['currentTest']):null;if(_0x5db31f)return _0x5db31f;}if(_0x480d17[_0x51e22b(0x213)]){const _0x231685=this[_0x51e22b(0x24c)](_0x480d17[_0x51e22b(0x213)])||(_0x480d17[_0x51e22b(0x213)]['ctx']&&_0x480d17[_0x51e22b(0x213)][_0x51e22b(0x1f3)][_0x51e22b(0x249)]?this[_0x51e22b(0x24c)](_0x480d17[_0x51e22b(0x213)][_0x51e22b(0x1f3)][_0x51e22b(0x249)]):null);if(_0x231685)return _0x231685;_0x480d17[_0x51e22b(0x213)][_0x51e22b(0x266)]&&_0x3fd4af['oTPiL'](_0x480d17[_0x51e22b(0x213)][_0x51e22b(0x266)]['length'],0x0)&&_0x480d17[_0x51e22b(0x213)][_0x51e22b(0x266)]['forEach'](_0x175282=>{const _0x5fb29b=_0x51e22b,_0x2c0912=_0x175282[_0x5fb29b(0x1f3)]?this[_0x5fb29b(0x24c)](_0x175282[_0x5fb29b(0x1f3)]):null;if(_0x2c0912)return _0x2c0912;});}return null;}[a4_0x4a3231(0x2e2)](_0x179446){const _0x1d8fde=a4_0x4a3231,_0x2807c3={};_0x2807c3[_0x1d8fde(0x268)]=function(_0x21f736,_0x51baf8){return _0x21f736!==_0x51baf8;};const _0x25cc1b=_0x2807c3,_0x1634a9=[];if(_0x179446&&_0x179446[_0x1d8fde(0x213)]){let _0x295a3a=_0x179446[_0x1d8fde(0x213)];while(_0x295a3a&&_0x25cc1b[_0x1d8fde(0x268)](_0x295a3a[_0x1d8fde(0x25e)],'')){_0x1634a9[_0x1d8fde(0x203)](_0x295a3a['title']),_0x295a3a=_0x295a3a[_0x1d8fde(0x213)];}}return _0x1634a9;}['captureEvent'](_0x45cc3d,_0xc93a4e,_0x4dd20c=undefined){const _0x141329=a4_0x4a3231,_0xe7d61={'tiFfU':function(_0x1c18aa,_0x3ce438){return _0x1c18aa(_0x3ce438);},'hmVCe':function(_0x4c20b9){return _0x4c20b9();},'QAyLq':function(_0x5c9a58){return _0x5c9a58();},'AMZPu':function(_0x131fd9){return _0x131fd9();},'qPJSw':_0x141329(0x2b2),'PfIPf':function(_0x276754,_0x299ec1){return _0x276754!==_0x299ec1;},'jgqpl':function(_0x4a3bc6,_0x454976){return _0x4a3bc6!==_0x454976;},'hLcXX':'File\x20path\x20could\x20not\x20be\x20found','woYtQ':_0x141329(0x2ca),'pcLsk':_0x141329(0x2b8),'oLetV':_0x141329(0x2db),'RmdfO':_0x141329(0x2ad),'WNqDg':_0x141329(0x254),'XdaZI':function(_0x30c092,_0x4d22ad){return _0x30c092-_0x4d22ad;},'YxvDu':function(_0x51547f,_0xf2b819,_0x335486,_0x17ed30,_0x13235f){return _0x51547f(_0xf2b819,_0x335486,_0x17ed30,_0x13235f);},'GXNRn':function(_0x57b4b9,_0x3b72a5){return _0x57b4b9!==_0x3b72a5;},'ZFuUM':_0x141329(0x2ee),'Qltlr':_0x141329(0x223),'gfYSY':_0x141329(0x2b1),'AOwNq':'failure_backtrace','kaLuO':'backtrace','UTWDC':_0x141329(0x250),'zMBiV':_0x141329(0x258),'jcTvL':function(_0x30c25a,_0x6ac5ac){return _0x30c25a===_0x6ac5ac;},'hoYYC':_0x141329(0x2d9),'ETHwE':'test_run'};if(!this[_0x141329(0x24e)])return;try{if(_0xc93a4e['fn']&&_0xc93a4e['fn'][_0x141329(0x29d)]()[_0x141329(0x261)](/browserstack internal helper hook/))return;const _0x21069b=_0xe7d61[_0x141329(0x285)](parseEvent,_0x45cc3d);if(!_0x21069b)return;if(_0x21069b[_0x141329(0x235)]){this[_0x141329(0x249)]=_0xc93a4e,this[_0x141329(0x252)]=null;if(_0x21069b['started']||_0x21069b[_0x141329(0x2ad)]){_0xc93a4e[_0x141329(0x209)]=new Date(),_0xc93a4e[_0x141329(0x238)]=![];if(!_0xc93a4e[_0x141329(0x207)])_0xc93a4e[_0x141329(0x207)]=_0xe7d61[_0x141329(0x214)](uuidv4);else _0xc93a4e[_0x141329(0x238)]&&(!_0xc93a4e[_0x141329(0x286)]&&(_0xc93a4e['retryOf']=_0xc93a4e[_0x141329(0x207)]),_0xc93a4e[_0x141329(0x207)]=_0xe7d61[_0x141329(0x1fe)](uuidv4));}}else{if(_0x21069b[_0x141329(0x24d)]){this['currentHook']=_0xc93a4e;if(_0x21069b[_0x141329(0x2ed)]){_0xc93a4e[_0x141329(0x209)]=new Date(),_0xc93a4e[_0x141329(0x238)]=![];if(!_0xc93a4e[_0x141329(0x2b7)])_0xc93a4e[_0x141329(0x2b7)]=_0xe7d61[_0x141329(0x214)](uuidv4);else _0xc93a4e[_0x141329(0x2b7)]&&_0xc93a4e[_0x141329(0x238)]&&(_0xc93a4e['hookAnalyticsId']=_0xe7d61[_0x141329(0x28b)](uuidv4));}}}if(_0x21069b[_0x141329(0x299)]&&_0xc93a4e[_0x141329(0x238)])return;let _0x6179fd;try{_0x6179fd=this[_0x141329(0x24c)](_0xc93a4e);}catch(_0x12c254){logger['debug']('failed\x20to\x20get\x20root\x20parent\x20file\x20'+_0x12c254),_0x6179fd=null;}let _0x1f82bc=[];_0x4dd20c&&(_0x1f82bc=[_0x4dd20c,_0xe7d61[_0x141329(0x245)]]);const _0x5bb6ae=_0xe7d61[_0x141329(0x2e3)](_0xc93a4e[_0x141329(0x23f)],undefined)?util[_0x141329(0x228)](_0xc93a4e['errorsDetailed'][0x0]):_0xe7d61[_0x141329(0x24f)](_0x4dd20c,undefined)?_0x4dd20c[_0x141329(0x29d)]():undefined,_0x452d2e=_0x6179fd?this[_0x141329(0x28d)](_0x6179fd):null,_0xe6aa65=_0x6179fd?this['_paths']['prefixTestPath'](this[_0x141329(0x24c)](_0xc93a4e)):_0xe7d61[_0x141329(0x212)];let _0x407c4b=_0xe7d61[_0x141329(0x2d0)];const _0xe4a78c=!_0x21069b[_0x141329(0x2ed)]?new Date()[_0x141329(0x257)]():null;if(_0x21069b['finished'])_0x407c4b=_0x4dd20c?_0xe7d61[_0x141329(0x232)]:_0xe7d61[_0x141329(0x27e)],_0xc93a4e[_0x141329(0x238)]=!![];else _0x21069b[_0x141329(0x2ad)]&&(_0x407c4b=_0xe7d61[_0x141329(0x1f9)],_0xc93a4e[_0x141329(0x238)]=!![]);const _0x3ebe4c={'framework':this[_0x141329(0x287)],'uuid':_0xc93a4e['testAnalyticsId']||_0xc93a4e[_0x141329(0x2b7)],'name':_0xc93a4e[_0x141329(0x25e)],'body':{'lang':_0xe7d61[_0x141329(0x2ef)],'code':_0xc93a4e[_0x141329(0x233)][_0x141329(0x29d)]()},'type':_0xc93a4e['type'],'scope':_0xc93a4e[_0x141329(0x2a0)](),'scopes':this[_0x141329(0x2e2)](_0xc93a4e),'file_name':_0xe6aa65,'vc_filepath':_0x452d2e?path[_0x141329(0x2ea)](_0x452d2e,_0x6179fd):null,'location':_0xe6aa65,'result':_0x407c4b,'failure_reason':_0x5bb6ae,'duration_in_ms':_0xc93a4e['duration']||(_0x21069b[_0x141329(0x299)]||_0x21069b['skipped'])?_0xe7d61[_0x141329(0x1ff)](Date[_0x141329(0x2f0)](),new Date(_0xc93a4e[_0x141329(0x209)])[_0x141329(0x2eb)]()):null,'started_at':new Date(_0xc93a4e[_0x141329(0x209)])['toISOString'](),'finished_at':_0xe4a78c,'failure':testOpsHelper[_0x141329(0x2dd)]['apply'](null,_0x1f82bc),'failure_type':!_0x5bb6ae?null:testOpsHelper[_0x141329(0x27f)](_0x5bb6ae),'retry_of':_0xc93a4e[_0x141329(0x286)]||null,'tags':_0xc93a4e[_0x141329(0x205)]||[],'customRerunParam':{'rerun_name':_0xc93a4e[_0x141329(0x2a0)]()}};_0xe7d61[_0x141329(0x2d3)](appendTesthubParams,_0x3ebe4c,_0x45cc3d,_0xc93a4e,FRAMEWORKS[_0x141329(0x2df)]);if(_0x21069b[_0x141329(0x24d)])[_0x3ebe4c[_0x141329(0x296)],_0x3ebe4c[_0x141329(0x28e)]]=[this[_0x141329(0x26f)](_0xc93a4e),_0xc93a4e[_0x141329(0x1f3)][_0x141329(0x235)][_0x141329(0x25e)]],_0x21069b[_0x141329(0x299)]?_0xe7d61[_0x141329(0x282)](_0x3ebe4c['result'],_0xe7d61[_0x141329(0x232)])&&(_0x3ebe4c[_0x141329(0x25d)]=_0xe7d61['oLetV']):_0x3ebe4c[_0x141329(0x233)]={};else _0x21069b[_0x141329(0x235)]&&(this[_0x141329(0x21c)](_0xc93a4e),_0x21069b[_0x141329(0x2ad)]&&this[_0x141329(0x2a2)](_0xc93a4e),(_0x21069b[_0x141329(0x299)]||_0x21069b[_0x141329(0x2ad)])&&(_0x3ebe4c[_0x141329(0x2ac)]=this['getHooksForTest'](_0xc93a4e)));this[_0x141329(0x2d2)]&&(_0x21069b[_0x141329(0x2ed)]||_0x21069b['skipped'])&&(_0x3ebe4c[_0xe7d61[_0x141329(0x2c5)]]=this[_0x141329(0x2c9)](this[_0x141329(0x2d2)]));_0x21069b[_0x141329(0x235)]&&_0x21069b[_0x141329(0x299)]&&_0xc93a4e[_0x141329(0x1fc)]&&(_0x3ebe4c[_0xe7d61[_0x141329(0x2c3)]]={'feature':{'name':_0xc93a4e['parent'][_0x141329(0x224)]['name'],'path':_0x3ebe4c[_0x141329(0x28c)],'description':_0xc93a4e[_0x141329(0x213)][_0x141329(0x263)]},'scenario':{'name':_0xc93a4e[_0x141329(0x25e)]},'steps':_0xc93a4e[_0x141329(0x1fc)]});const _0x407381=_0x3ebe4c[_0xe7d61[_0x141329(0x2e0)]][0x0];_0x407381&&(_0x3ebe4c[_0xe7d61['AOwNq']]=_0x407381[_0xe7d61[_0x141329(0x29a)]],_0x3ebe4c[_0xe7d61['UTWDC']]=_0x407381[_0xe7d61['zMBiV']]);if(_0xc93a4e[_0x141329(0x1fc)])for(const _0x8af2b1 of _0xc93a4e[_0x141329(0x1fc)]){!_0x8af2b1[_0x141329(0x23b)]&&(_0x8af2b1['finished_at']=new Date()[_0x141329(0x257)](),_0xe7d61[_0x141329(0x2a6)](_0x8af2b1[_0x141329(0x25d)],_0xe7d61[_0x141329(0x2d0)])&&(_0x407381?(_0x8af2b1['result']=_0xe7d61[_0x141329(0x232)],_0x8af2b1[_0x141329(0x2b1)]=_0x407381[_0xe7d61[_0x141329(0x29a)]][0x0]):_0x8af2b1[_0x141329(0x25d)]=_0xe7d61[_0x141329(0x27e)]));}const _0x5c4a78={};_0x5c4a78['event_type']=_0x21069b[_0x141329(0x2ad)]?TEST_EVENTS[_0x141329(0x225)]:_0x45cc3d;const _0x2429ee=_0x5c4a78;return _0x21069b[_0x141329(0x24d)]?_0x2429ee[_0xe7d61[_0x141329(0x2cb)]]=_0x3ebe4c:_0x2429ee[_0xe7d61[_0x141329(0x23a)]]=_0x3ebe4c,_0x2429ee;}catch(_0x14c640){logger['debug'](_0x141329(0x21e)+_0x45cc3d+_0x141329(0x262)+_0x14c640);}}async[a4_0x4a3231(0x25a)](_0x40c866,_0x50c38f){const _0x5b22cc=a4_0x4a3231;if(!this[_0x5b22cc(0x24e)]||!_0x50c38f||!_0x40c866)return![];try{return await SessionHandler[_0x5b22cc(0x244)](_0x50c38f);}catch(_0x2b2841){logger[_0x5b22cc(0x2f1)](_0x5b22cc(0x20e)+_0x40c866+'\x20with\x20error\x20:\x20'+_0x2b2841);}}[a4_0x4a3231(0x26b)](_0x38454a){const _0x3306da=a4_0x4a3231,_0x131ac0={};_0x131ac0[_0x3306da(0x2cc)]='pending';const _0x56b1a0=_0x131ac0;return{'id':_0x38454a['stepAnalyticsId'],'text':_0x38454a['text'],'keyword':_0x38454a[_0x3306da(0x2b4)],'started_at':_0x38454a[_0x3306da(0x209)]['toISOString'](),'result':_0x56b1a0[_0x3306da(0x2cc)]};}['bddStepStart'](_0x1c7f22){const _0x374e3b=a4_0x4a3231,_0x4b3ce0={'XbftN':function(_0x38c02b){return _0x38c02b();}};!this[_0x374e3b(0x249)][_0x374e3b(0x1fc)]&&(this[_0x374e3b(0x249)][_0x374e3b(0x1fc)]=[]),!_0x1c7f22['stepAnalyticsId']&&(_0x1c7f22[_0x374e3b(0x251)]=_0x4b3ce0[_0x374e3b(0x22b)](uuidv4),_0x1c7f22[_0x374e3b(0x209)]=new Date(),this[_0x374e3b(0x249)]['bddSteps'][_0x374e3b(0x203)](this[_0x374e3b(0x26b)](_0x1c7f22)));}[a4_0x4a3231(0x2d7)](_0x414e8e){const _0x1b82c6=a4_0x4a3231,_0x4d6035={'KQROT':function(_0x1d0a9b,_0xebc3a8){return _0x1d0a9b(_0xebc3a8);},'PLOcI':'success','FvwLr':_0x1b82c6(0x2ca),'BLOYg':'passed','guxYi':function(_0xeccc1f,_0x11cf3b){return _0xeccc1f-_0x11cf3b;}};let _0x46ad53=this['currentTest'][_0x1b82c6(0x1fc)][_0x1b82c6(0x28f)](_0x3ba84e=>_0x3ba84e['id']===_0x414e8e[_0x1b82c6(0x251)]);_0x4d6035[_0x1b82c6(0x26e)](isUndefined,_0x46ad53)&&(_0x46ad53=this[_0x1b82c6(0x26b)](_0x414e8e)),_0x46ad53['result']=[_0x4d6035[_0x1b82c6(0x25f)],_0x4d6035[_0x1b82c6(0x2ae)]][_0x1b82c6(0x264)](_0x414e8e[_0x1b82c6(0x23c)])?_0x4d6035[_0x1b82c6(0x236)]:_0x414e8e[_0x1b82c6(0x23c)],_0x46ad53['finished_at']=new Date()[_0x1b82c6(0x257)](),_0x46ad53[_0x1b82c6(0x248)]=_0x4d6035[_0x1b82c6(0x2a1)](Date[_0x1b82c6(0x2f0)](),_0x414e8e[_0x1b82c6(0x209)][_0x1b82c6(0x2eb)]()),_0x46ad53[_0x1b82c6(0x2b1)]=_0x414e8e[_0x1b82c6(0x2b2)]?_0x414e8e[_0x1b82c6(0x2b2)][_0x1b82c6(0x288)]:null;}}const a4_0x4624dd={};a4_0x4624dd['O11yHelper']=O11yHelper,a4_0x4624dd[a4_0x4a3231(0x283)]=STATE_PASSED,a4_0x4624dd[a4_0x4a3231(0x281)]=STATE_FAILED,a4_0x4624dd[a4_0x4a3231(0x22c)]=TEST_EVENTS,module['exports']=a4_0x4624dd;