browserstack-node-sdk 1.49.11 → 1.50.0

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 (186) 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 +2 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/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/nightwatch/command.js +1 -1
  79. package/src/bin/playwright/accessibility-helper.js +1 -1
  80. package/src/bin/playwright/command.js +1 -1
  81. package/src/bin/playwright/globalSetup.js +1 -1
  82. package/src/bin/playwright/mock-process.js +1 -1
  83. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  84. package/src/bin/playwright/patches.js +1 -1
  85. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  86. package/src/bin/playwright/reporter/reporter.js +1 -1
  87. package/src/bin/playwright/reporter/test-details.js +1 -1
  88. package/src/bin/playwright/sessionDetails.js +1 -1
  89. package/src/bin/runner.js +1 -1
  90. package/src/bin/setup.js +1 -1
  91. package/src/bin/test-runner/index.js +1 -1
  92. package/src/bin/test-runner/runTest.js +1 -1
  93. package/src/bin/test-runner/testWorker.js +1 -1
  94. package/src/bin/utils/apiUtilityMethods.js +1 -1
  95. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  96. package/src/bin/utils/constants.js +1 -1
  97. package/src/bin/utils/log4jsAppender.js +1 -1
  98. package/src/bin/utils/logPatcher.js +1 -1
  99. package/src/bin/utils/logReportingAPI.js +1 -1
  100. package/src/bin/utils/playwright-patcher.js +1 -1
  101. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  102. package/src/bin/utils/sharedUtils.js +1 -1
  103. package/src/bin/v2/TestInfo.js +1 -1
  104. package/src/bin/v2/browserstackCLI.js +1 -1
  105. package/src/bin/v2/cliUtils.js +1 -1
  106. package/src/bin/v2/customTagManager.js +1 -1
  107. package/src/bin/v2/eventDispatcher.js +1 -1
  108. package/src/bin/v2/framework/automationFramework.js +1 -1
  109. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  110. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  111. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  112. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  113. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  114. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  115. package/src/bin/v2/framework/testFramework.js +1 -1
  116. package/src/bin/v2/grpcClient.js +1 -1
  117. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  118. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  119. package/src/bin/v2/instances/trackedContext.js +1 -1
  120. package/src/bin/v2/instances/trackedInstance.js +1 -1
  121. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  122. package/src/bin/v2/modules/baseModule.js +1 -1
  123. package/src/bin/v2/modules/loadTestModule.js +1 -1
  124. package/src/bin/v2/modules/observabilityModule.js +1 -1
  125. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  126. package/src/bin/v2/modules/testhubModule.js +1 -1
  127. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  128. package/src/bin/v2/state/hookState.js +1 -1
  129. package/src/bin/v2/state/testFrameworkState.js +1 -1
  130. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  131. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  132. package/src/bin/v2/utils/jest-utils.js +1 -1
  133. package/src/bin/vanilla-js/command.js +1 -1
  134. package/src/browserStackSdk.js +1 -1
  135. package/src/helpers/BrowserStackSetup.js +1 -1
  136. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  137. package/src/helpers/accessibility-automation/constants.js +1 -1
  138. package/src/helpers/accessibility-automation/helper.js +1 -1
  139. package/src/helpers/accessibility-automation/scripts.js +1 -1
  140. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  141. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  142. package/src/helpers/ats/constants.js +1 -1
  143. package/src/helpers/ats/helper.js +1 -1
  144. package/src/helpers/capsMapping.js +1 -1
  145. package/src/helpers/central-scanner/constants.js +1 -1
  146. package/src/helpers/central-scanner/helpers.js +1 -1
  147. package/src/helpers/classLogger.js +1 -1
  148. package/src/helpers/globals.js +1 -1
  149. package/src/helpers/helper.js +1 -1
  150. package/src/helpers/logger.js +1 -1
  151. package/src/helpers/metadata.js +1 -1
  152. package/src/helpers/patchHelper.js +1 -1
  153. package/src/helpers/patchHelpers.js +1 -1
  154. package/src/helpers/percy/Percy.js +1 -1
  155. package/src/helpers/percy/PercyBinary.js +1 -1
  156. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  157. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  158. package/src/helpers/percy/PercySDK.js +1 -1
  159. package/src/helpers/percy/index.js +1 -1
  160. package/src/helpers/percy/utils.js +1 -1
  161. package/src/helpers/performance/constants.js +1 -1
  162. package/src/helpers/performance/performance-tester.js +1 -1
  163. package/src/helpers/playwright-helper.js +1 -1
  164. package/src/helpers/processHelper.js +1 -1
  165. package/src/helpers/request-spy.js +1 -1
  166. package/src/helpers/setKeepAlive.js +1 -1
  167. package/src/helpers/test-observability/constants.js +1 -1
  168. package/src/helpers/test-observability/error-handler.js +1 -1
  169. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  170. package/src/helpers/test-observability/sessionHandler.js +1 -1
  171. package/src/helpers/test-observability/utils.js +1 -1
  172. package/src/helpers/test-orchestration/constants.js +1 -1
  173. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  174. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  175. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  176. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  177. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  178. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  179. package/src/helpers/testhub/constants.js +1 -1
  180. package/src/helpers/testhub/testhubHandler.js +1 -1
  181. package/src/helpers/testhub/utils.js +1 -1
  182. package/src/helpers/timeoutPromise.js +1 -1
  183. package/src/helpers/utilities.js +1 -1
  184. package/src/helpers/w3cMapping.js +1 -1
  185. package/src/hubAllocationMethods.js +1 -1
  186. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a1_0x4fa239=a1_0xac79;(function(_0xa7086b,_0x539ba8){const _0x25ea8b=a1_0xac79,_0x87e97d=_0xa7086b();while(!![]){try{const _0x3badee=parseInt(_0x25ea8b(0x1d0))/0x1+parseInt(_0x25ea8b(0x1f2))/0x2+parseInt(_0x25ea8b(0x178))/0x3+parseInt(_0x25ea8b(0x19c))/0x4*(parseInt(_0x25ea8b(0xfc))/0x5)+parseInt(_0x25ea8b(0x1a0))/0x6*(parseInt(_0x25ea8b(0x187))/0x7)+-parseInt(_0x25ea8b(0x118))/0x8+-parseInt(_0x25ea8b(0x132))/0x9*(parseInt(_0x25ea8b(0x143))/0xa);if(_0x3badee===_0x539ba8)break;else _0x87e97d['push'](_0x87e97d['shift']());}catch(_0x3e36a1){_0x87e97d['push'](_0x87e97d['shift']());}}}(a1_0x46d2,0xc4499));function a1_0x46d2(){const _0x5e53cf=['class','webdriverio','captureEvent','getResults','step','SDK_PRE_TEST','ZJtfl','getSyncScript','pHioT','title','codeceptjs/lib/helper/WebDriver.js','bs:addLog:','_before','../../helpers/helper','bind','sExlN','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','TEST_RUN_SKIPPED','saveTestResults','pid','thTestRunUuid','event','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','../../helpers/globals.js','ZsKOI','bddStep-before','uDssZ','hook','bstackAllyScanning','accessibilityPlatform','start','YVYhh','SESSION_STATUS','SDK_PRE_INITIALIZE','env','step-comment','wpTun','../../helpers/request-spy','NbbHw','push','stringify','TestCafe','includes','dispatcher','codeceptjs/lib/helper/Playwright.js','from','TEST_LOG','saveScreenshot','exports','config','isArray','4782696LLuPMC','ZSdSn','bddStep-after','a11y_core_config','stopMonitoring','FrNIi','HOOK_RUN_FINISHED','setSessionName','restore','hook-passed','stack','SJNsz','SDK_POST_TEST','UdqnY','BROWSERSTACK_TESTHUB_UUID','4877131pqVQEm','enabled','getAccessibilityResults','nrFGd','uuMTC','test-skipped','rTfOY','ENV_VAR','iwLtk','thBuildUuid','uZZRh','apply','OswME','commandsToWrap','test-started','startsWith','sSsnt','browserstack_executor:\x20','Vrnej','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','base64','239332QliZPU','measureWrapper','string','exNjs','6vqIprC','Mzdws','PXhzS','MKqlV','pkHbP','performScan','test-passed','../../helpers/performance/constants','sQDBP','PERFORM_SCAN','Yzotl','emit','overwriteCommand','info','setGlobal','pages','Edhrw','PbKeR','ctx','TlPUu','WebDriver','chromium','nWxtg','nyXWG','browserstackTestName','Uvsto','initSaveScreenshot','test','status','SESSION_NAME','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','browserStackExecuteDriver','zgWuL','__driver','../../helpers/logger','OiLrv','SDK_POST_INITIALIZE','warn','currentTest','htnoa','cadME','GBMvB','ruxaR','skipSessionStatus','filter','mXjAu','action','GET_RESULTS_SUMMARY','673014tbLbJA','SDK_HOOK','SAVE_RESULTS','name','FRAMEWORK_DETAILS','codeceptjs','rbXsJ','args','all','eODaf','find','contexts','debug','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','codeceptjs/lib/utils.js','stop','add','version','skipped','fireEvent','iDqKy','patchSaveScreenshot','xWwES','WBhQH','util','end','lMTCU','afterTest','toString','ZaSvV','TEST_RUN_STARTED','started','startMonitoring','command','984828HWSpia','arguments','_setPage','GET_RESULTS','INFO','passed','CuPFU','hookType','Puppeteer','__skipSessionStatus','testFramework','screenshotOutputFolder','80urYofx','Failed\x20to\x20execute\x20_before:\x20','INoiT','--auto-open-devtools-for-tabs','browserContext','BROWSERSTACK_TESTHUB_JWT','../../bin/playwright/accessibility-helper','container','page','toISOString','TEST_SCREENSHOT','getAccessibilityResultsSummary','ApQbp','after','Playwright','NtlYU','TEST_RUN_FINISHED','browser','addRequestSpy','YPXGC','SYNC','RyCBw','codeceptjs/lib/index.js','slice','hook-failed','bddStep','Performing\x20scan\x20for\x20','YggXr','1282792lTruvB','call','../../helpers/testhub/constants.js','captureError','OabYR','wemGX','ptcSs','readFileSync','Dpsau','test-failed','cbrNL','TSicL','../../helpers/accessibility-automation/helper','EqEiQ','lmIJZ','executeScript','../../helpers/performance/performance-tester','SDK_TEST','./helper.js','helpers','__workerDetails','before','prototype','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','comment','ekkAe','449919JBrEeh','domForge','KlDYw','BS_A11Y_JWT','format','codeceptjs/lib/recorder.js','NvBmj','failed','url','getResultsSummary','../../helpers/accessibility-automation/scripts','../../bin/playwright/sessionDetails','nKvPW','constructor','aEIYk','dFDxt','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','690DEGrrU','sqlRY'];a1_0x46d2=function(){return _0x5e53cf;};return a1_0x46d2();}const fs=require('fs'),util=require(a1_0x4fa239(0x1e8)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x4fa239(0x152)),logger=require(a1_0x4fa239(0x1c2))['winstonLogger'],testOpsHelper=require('../../helpers/test-observability/utils'),requestSpy=require(a1_0x4fa239(0x16a)),PlaywrightSessionDetails=require(a1_0x4fa239(0x13d)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require('./o11yHelper'),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x4fa239(0x124)),AccessibilityHelper=require(a1_0x4fa239(0x102)),scripts=require(a1_0x4fa239(0x13c)),PerformanceTester=require(a1_0x4fa239(0x128)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x4fa239(0x1a7)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x4fa239(0x12a)),testHubConstants=require(a1_0x4fa239(0x11a)),globals=require(a1_0x4fa239(0x15c)),CodeceptJS=requireModule(a1_0x4fa239(0x112),a1_0x4fa239(0x1d5)),CodeceptUtils=requireModule(a1_0x4fa239(0x1de),a1_0x4fa239(0x1d5)),CodeceptWebDriver=requireModule(a1_0x4fa239(0x14f),a1_0x4fa239(0x1d5)),CodeceptRecorder=requireModule(a1_0x4fa239(0x137),a1_0x4fa239(0x1d5)),CodeceptPlaywright=requireModule(a1_0x4fa239(0x171),a1_0x4fa239(0x1d5)),playwrightMarkSessionStatus=(_0x4ddf96,_0x11e0db,_0x513561)=>{const _0x34634a=a1_0x4fa239,_0x591159={'lMTCU':'setSessionStatus','TlPUu':function(_0x4e0d69,_0x37dbd6){return _0x4e0d69(_0x37dbd6);}},_0x423c18={};_0x423c18[_0x34634a(0x1bc)]=_0x11e0db;const _0x401c56={};_0x401c56[_0x34634a(0x1ce)]=_0x591159[_0x34634a(0x1ea)],_0x401c56[_0x34634a(0x1f3)]=_0x423c18;const _0x3c796e=_0x401c56;return!_0x591159[_0x34634a(0x1b3)](isUndefined,_0x513561)&&(_0x3c796e['arguments']['reason']=JSON[_0x34634a(0x16d)](_0x513561)),_0x4ddf96[_0x34634a(0x127)](()=>{},'browserstack_executor:\x20'+JSON['stringify'](_0x3c796e));},o11ySync=PerformanceTester['measureWrapper'](PerformanceO11yEvents[a1_0x4fa239(0x110)],async _0x52fcb0=>{const _0x4e099d=a1_0x4fa239,_0x404dc7={};_0x404dc7['aEIYk']=function(_0x201421,_0x4537cf){return _0x201421===_0x4537cf;},_0x404dc7[_0x4e099d(0x185)]=_0x4e099d(0x10a);const _0x11d835=_0x404dc7;_0x11d835[_0x4e099d(0x140)](_0x52fcb0[_0x4e099d(0x13f)][_0x4e099d(0x1d3)],_0x11d835[_0x4e099d(0x185)])?await _0x52fcb0[_0x4e099d(0x127)](_0xd5a404=>{},testOpsHelper['getSyncScript']()):await _0x52fcb0[_0x4e099d(0x127)](testOpsHelper[_0x4e099d(0x14c)]());}),markSessionName=PerformanceTester[a1_0x4fa239(0x19d)](PerformanceAutEvents[a1_0x4fa239(0x1bd)],async(_0x1de970,_0x5b0666)=>{const _0x401c5d=a1_0x4fa239,_0x4ee74e={};_0x4ee74e['wemGX']=_0x401c5d(0x17f),_0x4ee74e[_0x401c5d(0x1ed)]=function(_0x47995b,_0x3c0fdf){return _0x47995b===_0x3c0fdf;},_0x4ee74e[_0x401c5d(0x154)]=_0x401c5d(0x10a);const _0x3d68f6=_0x4ee74e,_0x87d017={};_0x87d017[_0x401c5d(0x1d3)]=_0x5b0666;const _0x2a0e4b={};_0x2a0e4b[_0x401c5d(0x1ce)]=_0x3d68f6[_0x401c5d(0x11d)],_0x2a0e4b[_0x401c5d(0x1f3)]=_0x87d017;const _0x33fe84=_0x2a0e4b;_0x3d68f6[_0x401c5d(0x1ed)](_0x1de970[_0x401c5d(0x13f)]['name'],_0x3d68f6[_0x401c5d(0x154)])?await _0x1de970['executeScript'](()=>{},_0x401c5d(0x198)+JSON[_0x401c5d(0x16d)](_0x33fe84)):await _0x1de970[_0x401c5d(0x127)](_0x401c5d(0x198)+JSON[_0x401c5d(0x16d)](_0x33fe84));}),patchSaveScreenshot=_0x3e7a7f=>{const _0x24c384=a1_0x4fa239,_0x2f3ae9={'ZsKOI':'base64','ApQbp':_0x24c384(0x106),'nbBEA':function(_0x532e06){return _0x532e06();},'ruxaR':function(_0x54adfb,_0x41eb1f){return _0x54adfb(_0x41eb1f);},'uZmoo':'Screenshot\x20path\x20not\x20found'};_0x2f3ae9[_0x24c384(0x1ca)](isTrue,process[_0x24c384(0x167)]['BS_TESTOPS_ALLOW_SCREENSHOTS'])&&!_0x3e7a7f[_0x24c384(0x1e5)]&&(_0x3e7a7f[_0x24c384(0x1e5)]=!![],_0x3e7a7f[_0x24c384(0x1ba)]=_0x3e7a7f[_0x24c384(0x174)],_0x3e7a7f[_0x24c384(0x174)]=(_0x412d1a,_0x46aa9e=![])=>{const _0x3f53c5=_0x24c384,_0x544552={'nKvPW':_0x2f3ae9[_0x3f53c5(0x15d)],'cJnJh':_0x2f3ae9[_0x3f53c5(0x108)],'Mzdws':function(_0x13b0d1){return _0x2f3ae9['nbBEA'](_0x13b0d1);},'NvBmj':function(_0x3d075e,_0x267350){return _0x2f3ae9['ruxaR'](_0x3d075e,_0x267350);},'nyXWG':_0x2f3ae9['uZmoo']};return new Promise(function(_0x52175f,_0x1c8dfb){const _0x2a1a3a=_0x3f53c5,_0x4c18c4={'zzczf':_0x544552[_0x2a1a3a(0x13e)],'iwLtk':_0x544552['cJnJh'],'aYxvk':function(_0x33fa16){const _0x533901=_0x2a1a3a;return _0x544552[_0x533901(0x1a1)](_0x33fa16);},'NbbHw':function(_0x9374f3,_0x599e0c){const _0x5469f7=_0x2a1a3a;return _0x544552[_0x5469f7(0x138)](_0x9374f3,_0x599e0c);},'ZSdSn':_0x544552[_0x2a1a3a(0x1b7)]};_0x3e7a7f[_0x2a1a3a(0x1ba)](_0x412d1a,_0x46aa9e)['then'](()=>{const _0x4a5d50=_0x2a1a3a,_0xac9934=CodeceptUtils[_0x4a5d50(0xfb)](_0x412d1a);if(_0xac9934){const _0x2d1ee1=fs[_0x4a5d50(0x11f)](_0xac9934);process[_0x4a5d50(0x1ab)](_0x4a5d50(0x150)+process[_0x4a5d50(0x158)],{'timestamp':new Date()[_0x4a5d50(0x105)](),'message':_0x2d1ee1[_0x4a5d50(0x1ec)](_0x4c18c4['zzczf']),'kind':_0x4c18c4[_0x4a5d50(0x18f)]}),_0x4c18c4['aYxvk'](_0x52175f);}_0x4c18c4[_0x4a5d50(0x16b)](_0x1c8dfb,new Error(_0x4c18c4[_0x4a5d50(0x179)]));})['catch'](()=>null);});});},patchWebDriverBefore=_0xcf90d7=>{const _0x48fedf=a1_0x4fa239,_0x480380={'sqlRY':function(_0x58e7e0){return _0x58e7e0();},'xWwES':function(_0x4aa64b,_0x569161){return _0x4aa64b(_0x569161);},'WBhQH':function(_0x26eee9,_0x19e29b){return _0x26eee9===_0x19e29b;},'YPXGC':_0x48fedf(0x146),'EDICl':function(_0x5bad1a,_0x3ee064){return _0x5bad1a===_0x3ee064;},'fKlSD':_0x48fedf(0x19e),'htnoa':'Element'},_0x3c3ba9=async function(_0x2e7024,_0x3a5273){const _0x2f78c0=_0x48fedf;_0x480380[_0x2f78c0(0x144)](isAccessibilityAutomationSession)&&!global['bstackAllyScanning']&&global[_0x2f78c0(0x162)]&&scripts['shouldWrapCommand'](_0x2e7024[_0x2f78c0(0x1d3)])&&_0x480380[_0x2f78c0(0x1e6)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x2f78c0(0x161)]=!![],await PerformanceTester[_0x2f78c0(0x19d)](PerformanceA11yEvents[_0x2f78c0(0x1a9)],async()=>{const _0x11140f=_0x2f78c0;logger[_0x11140f(0x1dc)](_0x11140f(0x116)+_0x2e7024[_0x11140f(0x145)]+'\x20'+_0x2e7024[_0x11140f(0x1d3)]),await AccessibilityHelper[_0x11140f(0x1bf)](_0xcf90d7,scripts['performScan']);},{'command':_0x2e7024['name']})());global['bstackAllyScanning']=![];const _0x808f22=JSON['parse'](process[_0x2f78c0(0x167)][_0x2f78c0(0x1d4)]||'{}');if(_0x480380[_0x2f78c0(0x1e7)](_0x808f22?.[_0x2f78c0(0xfa)]?.[_0x2f78c0(0x1d3)],_0x480380[_0x2f78c0(0x10f)])&&_0x480380['EDICl'](typeof _0x808f22?.[_0x2f78c0(0xfa)]?.[_0x2f78c0(0x1e1)],_0x480380['fKlSD'])&&_0x808f22?.[_0x2f78c0(0xfa)]?.['version'][_0x2f78c0(0x196)]('7'))return _0x3a5273[_0x2f78c0(0x192)](null,Array[_0x2f78c0(0x12e)][_0x2f78c0(0x113)]['call'](arguments,0x2));return _0x3a5273[_0x2f78c0(0x192)](this,Array['prototype'][_0x2f78c0(0x113)][_0x2f78c0(0x119)](arguments,0x2));},_0xb10301=CodeceptWebDriver[_0x48fedf(0x12e)][_0x48fedf(0x151)];CodeceptWebDriver[_0x48fedf(0x12e)]['_before']=async function(){const _0x4763c8=_0x48fedf,_0xcda43c={'qhcbs':function(_0x44025d,_0x326135){return _0x480380['EDICl'](_0x44025d,_0x326135);},'RyCBw':_0x480380[_0x4763c8(0x1c7)]};try{await _0xb10301[_0x4763c8(0x192)](this,arguments);}catch(_0xb869b9){logger[_0x4763c8(0x1dc)](_0x4763c8(0xfd)+util[_0x4763c8(0x136)](_0xb869b9));}scripts[_0x4763c8(0x194)][_0x4763c8(0x1cc)](_0x47f069=>_0x47f069[_0x4763c8(0x1d3)]&&_0x47f069[_0x4763c8(0x145)])['forEach'](_0x17d4ee=>{const _0x5e56fe=_0x4763c8;this['browser'][_0x5e56fe(0x1ac)](_0x17d4ee[_0x5e56fe(0x1d3)],_0x3c3ba9[_0x5e56fe(0x153)](this,_0x17d4ee),_0xcda43c['qhcbs'](_0x17d4ee[_0x5e56fe(0x145)],_0xcda43c[_0x5e56fe(0x111)]));}),_0x480380['xWwES'](processWebDriverConfig,_0xcf90d7);};};function parseJwt(_0x158401){const _0x12c09d=a1_0x4fa239,_0x43d594={};_0x43d594[_0x12c09d(0x18d)]=_0x12c09d(0x19b);const _0x3f3462=_0x43d594;if(!_0x158401)return null;return JSON['parse'](Buffer[_0x12c09d(0x172)](_0x158401['split']('.')[0x1],_0x3f3462['rTfOY'])[_0x12c09d(0x1ec)]());}const patchPlaywrightBefore=()=>{const _0x1a9a17=a1_0x4fa239,_0x4cacf4={'TSicL':function(_0x5b64c9){return _0x5b64c9();},'XsLuQ':'devtools://','Vrnej':_0x1a9a17(0xff),'GehoN':function(_0x7a8f3e){return _0x7a8f3e();},'wEWND':function(_0x2bf912,_0x2a4f58){return _0x2bf912(_0x2a4f58);},'pHioT':function(_0x5870af,_0x48a542){return _0x5870af+_0x48a542;},'SJNsz':'\x0aStack:\x20','ptcSs':function(_0x372269){return _0x372269();},'exNjs':function(_0x56ce54){return _0x56ce54();},'qarBH':function(_0x5457c0){return _0x5457c0();}};PlaywrightSessionDetails['patch']();const _0x3c7212=CodeceptPlaywright['prototype'][_0x1a9a17(0x151)];CodeceptPlaywright['prototype']['_before']=async function(){const _0x52f2fb=_0x1a9a17,_0x14f336={'YVYhh':function(_0x3ae4a2){const _0x2ac9f9=a1_0xac79;return _0x4cacf4[_0x2ac9f9(0x123)](_0x3ae4a2);},'cadME':_0x4cacf4['XsLuQ'],'eODaf':_0x4cacf4[_0x52f2fb(0x199)],'XhLWe':function(_0x19ded9){return _0x4cacf4['GehoN'](_0x19ded9);},'uDssZ':function(_0x2e68f9,_0x2c4008){return _0x4cacf4['wEWND'](_0x2e68f9,_0x2c4008);},'uuMTC':function(_0x409b2f,_0x7987c7){const _0x1514af=_0x52f2fb;return _0x4cacf4[_0x1514af(0x14d)](_0x409b2f,_0x7987c7);},'Uvsto':_0x4cacf4[_0x52f2fb(0x183)]};this[_0x52f2fb(0x100)]=await this[_0x52f2fb(0x10d)][_0x52f2fb(0x1db)]()[0x0];const _0x270cf6=async()=>{const _0x1d40ff=_0x52f2fb,_0x411c50=this[_0x1d40ff(0x176)]&&this[_0x1d40ff(0x176)][_0x1d40ff(0x1b5)]&&this[_0x1d40ff(0x176)][_0x1d40ff(0x1b5)][_0x1d40ff(0x1d7)]&&Array[_0x1d40ff(0x177)](this['config'][_0x1d40ff(0x1b5)][_0x1d40ff(0x1d7)])&&this['config']['chromium'][_0x1d40ff(0x1d7)][_0x1d40ff(0x16f)](_0x14f336[_0x1d40ff(0x1d9)]);if(_0x14f336['XhLWe'](isAccessibilityAutomationSession)&&!_0x411c50)try{const _0x1484ce=_0x14f336[_0x1d40ff(0x15f)](parseJwt,process[_0x1d40ff(0x167)][_0x1d40ff(0x135)]);if(_0x1484ce&&_0x1484ce['a11y_core_config']&&_0x1484ce[_0x1d40ff(0x17b)][_0x1d40ff(0x133)]){const _0x118b6=this[_0x1d40ff(0x100)]['pages']['bind'](this['browserContext']);this[_0x1d40ff(0x100)][_0x1d40ff(0x1af)]=async function(){const _0x103769=_0x1d40ff,_0x458d86=await _0x14f336[_0x103769(0x164)](_0x118b6),_0x1b3292=[];for(const _0x4244d2 of _0x458d86){try{const _0x59b443=await _0x4244d2[_0x103769(0x13a)]();!_0x59b443['startsWith'](_0x14f336[_0x103769(0x1c8)])&&_0x1b3292['push'](_0x4244d2);}catch(_0x2add07){_0x1b3292[_0x103769(0x16c)](_0x4244d2);}}return _0x1b3292;};}if(!_0x14f336['YVYhh'](isBrowserstackInfra)){const _0x2755f6=await this[_0x1d40ff(0x104)][_0x1d40ff(0x13a)]();if(_0x2755f6[_0x1d40ff(0x196)](_0x14f336['cadME'])){const _0x1c4d9a=await this[_0x1d40ff(0x100)][_0x1d40ff(0x1af)]();this[_0x1d40ff(0x1f4)](_0x1c4d9a[0x0]);}}}catch(_0x79c7d5){logger[_0x1d40ff(0x1dc)](_0x1d40ff(0x155)+_0x79c7d5['message']+(_0x79c7d5[_0x1d40ff(0x182)]?_0x14f336[_0x1d40ff(0x18b)](_0x14f336[_0x1d40ff(0x1b9)],_0x79c7d5[_0x1d40ff(0x182)]):''));}};_0x4cacf4['GehoN'](isBrowserstackInfra)&&await _0x4cacf4[_0x52f2fb(0x11e)](_0x270cf6),await _0x3c7212[_0x52f2fb(0x192)](this,arguments),!_0x4cacf4[_0x52f2fb(0x19f)](isBrowserstackInfra)&&await _0x4cacf4['qarBH'](_0x270cf6);};},getCodeceptDriver=()=>{const _0x2060bd=a1_0x4fa239,_0x8aaf64={};_0x8aaf64[_0x2060bd(0x10b)]=_0x2060bd(0x1b4),_0x8aaf64[_0x2060bd(0x1c9)]='Playwright',_0x8aaf64[_0x2060bd(0x120)]=_0x2060bd(0x1fa),_0x8aaf64[_0x2060bd(0x1b0)]=_0x2060bd(0x16e);const _0x6b013c=_0x8aaf64,_0x5118bd=[_0x6b013c[_0x2060bd(0x10b)],_0x6b013c[_0x2060bd(0x1c9)],_0x6b013c[_0x2060bd(0x120)],_0x6b013c[_0x2060bd(0x1b0)]],_0x5862ef=_0x5118bd[_0x2060bd(0x1da)](_0x38a111=>!!CodeceptJS[_0x2060bd(0x103)][_0x2060bd(0x12b)](_0x38a111));if(!_0x5862ef)return null;return CodeceptJS[_0x2060bd(0x103)][_0x2060bd(0x12b)](_0x5862ef);};function a1_0xac79(_0x4d47b4,_0x1ebacd){const _0x46d231=a1_0x46d2();return a1_0xac79=function(_0xac79a1,_0x505230){_0xac79a1=_0xac79a1-0xfa;let _0x3d475f=_0x46d231[_0xac79a1];return _0x3d475f;},a1_0xac79(_0x4d47b4,_0x1ebacd);}module[a1_0x4fa239(0x175)]=function(_0x2b0ac9){const _0x1891c8=a1_0x4fa239,_0x1e61e3={'iDqKy':function(_0x5a56c1){return _0x5a56c1();},'OabYR':function(_0x1e5ff6,_0x196e9e){return _0x1e5ff6(_0x196e9e);},'pkHbP':_0x1891c8(0x189),'wXfLs':_0x1891c8(0x12f),'ZDAOY':_0x1891c8(0x107),'OiLrv':_0x1891c8(0x142),'cbrNL':'hook-started','nWxtg':_0x1891c8(0x181),'EqEiQ':_0x1891c8(0x114),'Yzotl':_0x1891c8(0x1b8),'lmIJZ':'test-before','INoiT':function(_0xb91f6c,_0x2110cf){return _0xb91f6c(_0x2110cf);},'dFDxt':function(_0x23e85b,_0x4569b3,_0x47c114){return _0x23e85b(_0x4569b3,_0x47c114);},'FrNIi':_0x1891c8(0x195),'LzqMB':function(_0x138e4c,_0x1f1eeb,_0x472f43){return _0x138e4c(_0x1f1eeb,_0x472f43);},'GVnqQ':function(_0x425607){return _0x425607();},'PXhzS':_0x1891c8(0x1a6),'MKqlV':function(_0x4c2586,_0x18d256,_0x342ae0,_0x5a0faa){return _0x4c2586(_0x18d256,_0x342ae0,_0x5a0faa);},'KlDYw':function(_0x88eca1,_0x1a9dcd){return _0x88eca1===_0x1a9dcd;},'tCBEC':'Suite','zgWuL':_0x1891c8(0x121),'CuPFU':_0x1891c8(0x18c),'kbdmS':_0x1891c8(0x1eb),'sSsnt':function(_0x352a7e){return _0x352a7e();},'jDKZV':_0x1891c8(0x1dd),'YggXr':'test-after','ekkAe':_0x1891c8(0x1f6),'bPvgp':_0x1891c8(0x173),'tRtGG':_0x1891c8(0x168),'WntGJ':_0x1891c8(0x15e),'VoLsk':_0x1891c8(0x17a),'mXjAu':function(_0xdde65a){return _0xdde65a();},'PbKeR':_0x1891c8(0x10a)};_0x2b0ac9[_0x1891c8(0x1cb)]&&(global[_0x1891c8(0x1fb)]=_0x2b0ac9['skipSessionStatus']);PerformanceTester[_0x1891c8(0x1f0)]();const _0x3c7d71=_0x1e61e3[_0x1891c8(0x1cd)](getCodeceptDriver),_0x57f4fc=new O11yHelper(_0x3c7d71,_0x2b0ac9),_0x260690=!!CodeceptJS[_0x1891c8(0x103)][_0x1891c8(0x12b)](_0x1e61e3[_0x1891c8(0x1b1)]);global[_0x1891c8(0x1c1)]=_0x3c7d71,_0x3c7d71&&(PerformanceTester['measureWrapper'](PerformanceEvents[_0x1891c8(0x166)],()=>{const _0x1e7b76=_0x1891c8;_0x260690?_0x1e61e3[_0x1e7b76(0x1e4)](patchPlaywrightBefore):_0x1e61e3['OabYR'](patchWebDriverBefore,_0x3c7d71);})(),PerformanceTester[_0x1891c8(0x19d)](PerformanceEvents[_0x1891c8(0x1c4)],()=>{const _0x5b4a78=_0x1891c8,_0x2b5be0={};_0x2b5be0[_0x5b4a78(0x18a)]=_0x1e61e3['ZDAOY'],_0x2b5be0[_0x5b4a78(0x1a8)]=_0x1e61e3[_0x5b4a78(0x1c3)];const _0x19b933=_0x2b5be0;_0x3c7d71['getAccessibilityResultsSummary']=async()=>{const _0x5b9117=_0x5b4a78;if(global[_0x5b9117(0x162)]){const _0x343daa={};return _0x343daa['command']=_0x19b933[_0x5b9117(0x18a)],await PerformanceTester[_0x5b9117(0x19d)](PerformanceA11yEvents[_0x5b9117(0x1a9)],async()=>{const _0x5a3447=_0x5b9117;return await AccessibilityHelper[_0x5a3447(0x1bf)](_0x3c7d71,scripts['performScan']);},_0x343daa)(),await PerformanceTester[_0x5b9117(0x19d)](PerformanceA11yEvents[_0x5b9117(0x1cf)],async()=>{const _0x471f81=_0x5b9117;return await AccessibilityHelper[_0x471f81(0x1bf)](_0x3c7d71,scripts[_0x471f81(0x13b)]);})();}return logger[_0x5b9117(0x1c5)](_0x19b933['sQDBP']),{};},_0x3c7d71['getAccessibilityResults']=async()=>{const _0x2d23f2=_0x5b4a78;if(global[_0x2d23f2(0x162)]){const _0x256161={};return _0x256161[_0x2d23f2(0x1f1)]=_0x1e61e3[_0x2d23f2(0x1a4)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x2d23f2(0x1a9)],async()=>{const _0x4c04b1=_0x2d23f2;return await AccessibilityHelper['browserStackExecuteDriver'](_0x3c7d71,scripts[_0x4c04b1(0x1a5)]);},_0x256161)(),await PerformanceTester[_0x2d23f2(0x19d)](PerformanceA11yEvents[_0x2d23f2(0x1f5)],async()=>{const _0x177b7b=_0x2d23f2;return await AccessibilityHelper['browserStackExecuteDriver'](_0x3c7d71,scripts[_0x177b7b(0x148)]);})();}return logger['warn'](_0x1e61e3['wXfLs']),{};},_0x1e61e3[_0x5b4a78(0x11c)](patchSaveScreenshot,_0x3c7d71);})()),CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x170)]['on'](CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x1d8)][_0x1891c8(0x12d)],()=>{const _0x345291=_0x1891c8;PerformanceTester[_0x345291(0x163)](PerformanceEvents[_0x345291(0x14a)]);try{_0x57f4fc['start'](),testOpsHelper[_0x345291(0x10e)](),PerformanceTester[_0x345291(0x1e9)](PerformanceEvents[_0x345291(0x14a)]);}catch(_0x136f47){PerformanceTester['captureError'](_0x136f47),PerformanceTester[_0x345291(0x1e9)](PerformanceEvents[_0x345291(0x14a)],![],_0x136f47);}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x1d8)][_0x1891c8(0x109)],async()=>{const _0x409982=_0x1891c8;PerformanceTester[_0x409982(0x163)](PerformanceEvents[_0x409982(0x184)]);try{requestSpy[_0x409982(0x180)](),await _0x57f4fc[_0x409982(0x1df)](),PerformanceTester[_0x409982(0x1e9)](PerformanceEvents['SDK_POST_TEST']);}catch(_0x3efde7){PerformanceTester[_0x409982(0x11b)](_0x3efde7),PerformanceTester['end'](PerformanceEvents[_0x409982(0x184)],![],_0x3efde7);}finally{PerformanceTester[_0x409982(0x17c)]();}}),CodeceptJS['event'][_0x1891c8(0x170)]['on'](CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x160)][_0x1891c8(0x1ef)],_0x50c2fa=>{const _0x21d020=_0x1891c8;PerformanceTester[_0x21d020(0x163)](PerformanceEvents['SDK_HOOK']);try{const _0x42bfad=_0x50c2fa['ctx']['test'],_0x5e39b3=_0x57f4fc[_0x21d020(0x147)](TEST_EVENTS['HOOK_RUN_STARTED'],_0x42bfad);CodeceptRecorder[_0x21d020(0x1e0)](()=>_0x57f4fc[_0x21d020(0x1e3)](TEST_EVENTS['HOOK_RUN_STARTED'],_0x5e39b3));const _0x16764f={};_0x16764f[_0x21d020(0x1f9)]=_0x1e61e3[_0x21d020(0x122)],PerformanceTester[_0x21d020(0x1e9)](PerformanceEvents['SDK_HOOK'],!![],null,_0x16764f);}catch(_0x18415b){const _0x485818={};_0x485818[_0x21d020(0x1f9)]=_0x1e61e3[_0x21d020(0x122)],PerformanceTester[_0x21d020(0x1e9)](PerformanceEvents[_0x21d020(0x1d1)],![],_0x18415b,_0x485818),PerformanceTester[_0x21d020(0x11b)](_0x18415b);}}),CodeceptJS[_0x1891c8(0x15a)]['dispatcher']['on'](CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x160)][_0x1891c8(0x1f7)],_0x2e4830=>{const _0x173c7a=_0x1891c8,_0x3bc725={};_0x3bc725['hookType']=_0x1e61e3[_0x173c7a(0x1b6)],PerformanceTester['start'](PerformanceHookEvents[_0x173c7a(0x1d1)],!![],null,_0x3bc725);try{const _0x3507c6=_0x2e4830[_0x173c7a(0x1b2)]['test'],_0x10e396=_0x57f4fc[_0x173c7a(0x147)](TEST_EVENTS[_0x173c7a(0x17e)],_0x3507c6);CodeceptRecorder['add'](()=>_0x57f4fc[_0x173c7a(0x1e3)](TEST_EVENTS[_0x173c7a(0x17e)],_0x10e396));const _0x4381ad={};_0x4381ad[_0x173c7a(0x1f9)]=_0x1e61e3[_0x173c7a(0x1b6)],PerformanceTester[_0x173c7a(0x1e9)](PerformanceHookEvents[_0x173c7a(0x1d1)],!![],null,_0x4381ad);}catch(_0x421376){PerformanceTester[_0x173c7a(0x11b)](_0x421376);const _0x1acc41={};_0x1acc41[_0x173c7a(0x1f9)]=_0x1e61e3[_0x173c7a(0x1b6)],PerformanceTester[_0x173c7a(0x1e9)](PerformanceHookEvents[_0x173c7a(0x1d1)],![],_0x421376,_0x1acc41);}}),CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x170)]['on'](CodeceptJS['event'][_0x1891c8(0x160)][_0x1891c8(0x139)],async(_0x40ecce,_0x17ad45)=>{const _0x3007b3=_0x1891c8;PerformanceTester[_0x3007b3(0x163)](PerformanceHookEvents[_0x3007b3(0x1d1)]);try{const _0x144522=_0x40ecce[_0x3007b3(0x1b2)][_0x3007b3(0x1bb)],_0x2d8e8a=_0x57f4fc[_0x3007b3(0x147)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x144522,_0x17ad45);CodeceptRecorder[_0x3007b3(0x1e0)](()=>_0x57f4fc[_0x3007b3(0x1e3)](TEST_EVENTS[_0x3007b3(0x17e)],_0x2d8e8a));const _0x35a3e8={};_0x35a3e8['hookType']=_0x1e61e3['EqEiQ'],PerformanceTester[_0x3007b3(0x163)](PerformanceHookEvents[_0x3007b3(0x1d1)],!![],null,_0x35a3e8);}catch(_0x464f0e){PerformanceTester['captureError'](_0x464f0e);const _0x3c0d6e={};_0x3c0d6e[_0x3007b3(0x1f9)]=_0x1e61e3[_0x3007b3(0x125)],PerformanceTester[_0x3007b3(0x1e9)](PerformanceHookEvents['SDK_HOOK'],![],_0x464f0e,_0x3c0d6e);}const _0x5dc639={};_0x5dc639[_0x3007b3(0x1f9)]=_0x1e61e3[_0x3007b3(0x125)],PerformanceTester[_0x3007b3(0x1e9)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x5dc639);}),CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x170)]['on'](CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x1bb)][_0x1891c8(0x12d)],_0x50b5c5=>{const _0xf0244d=_0x1891c8;PerformanceTester['start'](PerformanceHookEvents[_0xf0244d(0x1d1)]);try{globals['setGlobal'](_0x1e61e3['Yzotl'],_0x50b5c5[_0xf0244d(0x14e)]);_0x1e61e3[_0xf0244d(0x1e4)](isBrowserstackInfra)&&(_0x260690&&(global[_0xf0244d(0x12c)]={'currentTest':{'name':_0x50b5c5['title'],'testInfo':{'titlePath':_0x50b5c5['titlePath']()}}}));const _0x240410={};_0x240410[_0xf0244d(0x1f9)]=_0x1e61e3[_0xf0244d(0x126)],PerformanceTester['end'](PerformanceHookEvents[_0xf0244d(0x1d1)],!![],null,_0x240410);}catch(_0x5e9865){PerformanceTester[_0xf0244d(0x11b)](_0x5e9865);const _0x5332a8={};_0x5332a8[_0xf0244d(0x1f9)]=_0x1e61e3[_0xf0244d(0x126)],PerformanceTester[_0xf0244d(0x1e9)](PerformanceHookEvents[_0xf0244d(0x1d1)],![],_0x5e9865,_0x5332a8);}}),CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x170)]['on'](CodeceptJS[_0x1891c8(0x15a)]['test'][_0x1891c8(0x1ef)],_0x35a6c4=>{const _0x494d2a=_0x1891c8,_0x25d223={'aKsxD':function(_0x20cbee){return _0x1e61e3['iDqKy'](_0x20cbee);},'ZJtfl':function(_0x2a313b,_0x4ec8ab){const _0x3d6048=a1_0xac79;return _0x1e61e3[_0x3d6048(0xfe)](_0x2a313b,_0x4ec8ab);},'rbXsJ':function(_0x3e7c51,_0xbf8ca,_0x33a342){return _0x1e61e3['dFDxt'](_0x3e7c51,_0xbf8ca,_0x33a342);}};PerformanceTester[_0x494d2a(0x163)](PerformanceHookEvents[_0x494d2a(0x1d1)]);try{globals[_0x494d2a(0x1ae)](_0x1e61e3[_0x494d2a(0x1aa)],_0x35a6c4[_0x494d2a(0x14e)]);const _0x287d2f=_0x57f4fc[_0x494d2a(0x147)](TEST_EVENTS[_0x494d2a(0x1ee)],_0x35a6c4);CodeceptRecorder['add'](()=>_0x57f4fc[_0x494d2a(0x1e3)](TEST_EVENTS['TEST_RUN_STARTED'],_0x287d2f)),CodeceptRecorder[_0x494d2a(0x1e0)](async()=>{const _0x226feb=_0x494d2a;_0x25d223['aKsxD'](isBrowserstackInfra)&&(!_0x25d223[_0x226feb(0x14b)](isTrue,_0x2b0ac9['skipSessionName'])&&await _0x25d223[_0x226feb(0x1d6)](markSessionName,_0x3c7d71,_0x35a6c4['title']),_0x57f4fc[_0x226feb(0x188)]&&await _0x25d223[_0x226feb(0x14b)](o11ySync,_0x3c7d71));});}catch(_0x2e8cb0){const _0xdb1637={};_0xdb1637[_0x494d2a(0x1f9)]=_0x1e61e3['FrNIi'],PerformanceTester[_0x494d2a(0x1e9)](PerformanceHookEvents[_0x494d2a(0x1d1)],![],_0x2e8cb0,_0xdb1637),PerformanceTester[_0x494d2a(0x11b)](_0x2e8cb0);}const _0x3cdb6f={};_0x3cdb6f['hookType']=_0x1e61e3[_0x494d2a(0x17d)],PerformanceTester[_0x494d2a(0x1e9)](PerformanceHookEvents[_0x494d2a(0x1d1)],!![],null,_0x3cdb6f);}),CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x170)]['on'](CodeceptJS[_0x1891c8(0x15a)]['test']['passed'],_0x45f61f=>{const _0x5cb262=_0x1891c8;PerformanceTester[_0x5cb262(0x163)](PerformanceHookEvents[_0x5cb262(0x1d1)]);try{const _0x1dada5=_0x57f4fc['captureEvent'](TEST_EVENTS[_0x5cb262(0x10c)],_0x45f61f);CodeceptRecorder[_0x5cb262(0x1e0)](()=>_0x57f4fc[_0x5cb262(0x1e3)](TEST_EVENTS[_0x5cb262(0x10c)],_0x1dada5)),CodeceptRecorder['add'](async()=>{const _0x144329=_0x5cb262,_0x4ec0fa={'dIppS':function(_0x4a115e,_0x4db33a,_0x294575){return _0x1e61e3['dFDxt'](_0x4a115e,_0x4db33a,_0x294575);},'wpTun':function(_0xfb8e5b,_0x282f75,_0x22c0a1){return _0x1e61e3['LzqMB'](_0xfb8e5b,_0x282f75,_0x22c0a1);}};_0x1e61e3['GVnqQ'](isBrowserstackInfra)&&await PerformanceTester['measureWrapper'](PerformanceAutEvents[_0x144329(0x165)],async()=>{const _0x5baee7=_0x144329;_0x260690?await _0x4ec0fa['dIppS'](playwrightMarkSessionStatus,_0x3c7d71,STATE_PASSED):await _0x4ec0fa[_0x5baee7(0x169)](markSessionStatus,_0x3c7d71,STATE_PASSED);})();}),PerformanceTester[_0x5cb262(0x1e9)](PerformanceEvents[_0x5cb262(0x129)]);}catch(_0x582b5a){PerformanceTester[_0x5cb262(0x11b)](_0x582b5a);const _0x37bb53={};_0x37bb53[_0x5cb262(0x1f9)]=_0x1e61e3[_0x5cb262(0x1a2)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x582b5a,_0x37bb53),PerformanceTester[_0x5cb262(0x1e9)](PerformanceEvents[_0x5cb262(0x129)],![],_0x582b5a);}const _0x1d26c5={};_0x1d26c5[_0x5cb262(0x1f9)]=_0x1e61e3['PXhzS'],PerformanceTester[_0x5cb262(0x1e9)](PerformanceHookEvents[_0x5cb262(0x1d1)],!![],null,_0x1d26c5);}),CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x170)]['on'](CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x1bb)][_0x1891c8(0x139)],(_0x36a65c,_0x47d616)=>{const _0x21f082=_0x1891c8,_0x3bf260={'tFyoZ':function(_0x58c58c){const _0x323f4a=a1_0xac79;return _0x1e61e3[_0x323f4a(0x1e4)](_0x58c58c);},'zlSwb':function(_0x8eaf8e,_0xc8d098,_0x94f15a,_0x41be10){const _0x2b4d43=a1_0xac79;return _0x1e61e3[_0x2b4d43(0x1a3)](_0x8eaf8e,_0xc8d098,_0x94f15a,_0x41be10);},'OswME':function(_0x35adf8,_0xcae637,_0x1b077d,_0xe93e3d){const _0x3fe7b3=a1_0xac79;return _0x1e61e3[_0x3fe7b3(0x1a3)](_0x35adf8,_0xcae637,_0x1b077d,_0xe93e3d);}};PerformanceTester[_0x21f082(0x163)](PerformanceHookEvents[_0x21f082(0x1d1)]);try{if(_0x1e61e3[_0x21f082(0x134)](_0x36a65c['constructor']['name'],_0x1e61e3['tCBEC'])){const _0x30a2ad=_0x57f4fc[_0x21f082(0x147)](TEST_EVENTS[_0x21f082(0x156)],_0x36a65c['ctx'][_0x21f082(0x1c6)]);CodeceptRecorder[_0x21f082(0x1e0)](()=>_0x57f4fc[_0x21f082(0x1e3)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x30a2ad));}else{const _0x2acf07=_0x57f4fc[_0x21f082(0x147)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x36a65c,_0x47d616);CodeceptRecorder[_0x21f082(0x1e0)](()=>{const _0x236612=_0x21f082;try{_0x57f4fc[_0x236612(0x1e3)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x2acf07);}catch(_0x4f86fe){logger[_0x236612(0x1dc)](_0x236612(0x1be)+util['format'](_0x4f86fe)),PerformanceTester[_0x236612(0x1e9)](PerformanceEvents[_0x236612(0x129)],![],_0x4f86fe);}}),CodeceptRecorder[_0x21f082(0x1e0)](async()=>{const _0x866a6a=_0x21f082;try{_0x3bf260['tFyoZ'](isBrowserstackInfra)&&(_0x260690?await _0x3bf260['zlSwb'](playwrightMarkSessionStatus,_0x3c7d71,STATE_FAILED,_0x47d616):await _0x3bf260[_0x866a6a(0x193)](markSessionStatus,_0x3c7d71,STATE_FAILED,_0x47d616));}catch(_0x4a42d3){logger[_0x866a6a(0x1dc)](_0x866a6a(0x19a)+util[_0x866a6a(0x136)](_0x4a42d3)),PerformanceTester[_0x866a6a(0x1e9)](PerformanceEvents[_0x866a6a(0x129)],![],_0x4a42d3);}});}PerformanceTester[_0x21f082(0x1e9)](PerformanceEvents[_0x21f082(0x129)]);}catch(_0x534677){PerformanceTester[_0x21f082(0x11b)](_0x534677);const _0x480723={};_0x480723[_0x21f082(0x1f9)]=_0x1e61e3[_0x21f082(0x1c0)],PerformanceTester[_0x21f082(0x1e9)](PerformanceHookEvents['SDK_HOOK'],![],_0x534677,_0x480723),PerformanceTester[_0x21f082(0x1e9)](PerformanceEvents[_0x21f082(0x129)],![],_0x534677);}const _0x2eb490={};_0x2eb490[_0x21f082(0x1f9)]=_0x1e61e3[_0x21f082(0x1c0)],PerformanceTester[_0x21f082(0x1e9)](PerformanceHookEvents[_0x21f082(0x1d1)],!![],null,_0x2eb490);}),CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x170)]['on'](CodeceptJS['event']['test'][_0x1891c8(0x1e2)],_0x21212f=>{const _0x2070a4=_0x1891c8;PerformanceTester['start'](PerformanceHookEvents[_0x2070a4(0x1d1)]);try{const _0x3d23a5=_0x57f4fc[_0x2070a4(0x147)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x21212f);CodeceptRecorder[_0x2070a4(0x1e0)](()=>_0x57f4fc[_0x2070a4(0x1e3)](TEST_EVENTS[_0x2070a4(0x156)],_0x3d23a5)),PerformanceTester['end'](PerformanceEvents[_0x2070a4(0x129)]);}catch(_0x346f14){PerformanceTester[_0x2070a4(0x11b)](_0x346f14),PerformanceTester['end'](PerformanceEvents[_0x2070a4(0x129)],![],_0x346f14);const _0x262c34={};_0x262c34[_0x2070a4(0x1f9)]=_0x1e61e3['CuPFU'],PerformanceTester[_0x2070a4(0x1e9)](PerformanceHookEvents[_0x2070a4(0x1d1)],![],_0x346f14,_0x262c34);}const _0x2df9a7={};_0x2df9a7['hookType']=_0x1e61e3[_0x2070a4(0x1f8)],PerformanceTester[_0x2070a4(0x1e9)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x2df9a7);}),CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x170)]['on'](CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x1bb)][_0x1891c8(0x109)],async(_0x54392d,_0x522f0c)=>{const _0x129495=_0x1891c8,_0x437ac0={};_0x437ac0[_0x129495(0x191)]=_0x1e61e3['kbdmS'];const _0x3491a6=_0x437ac0;try{PerformanceTester[_0x129495(0x163)](PerformanceHookEvents[_0x129495(0x1d1)]);const _0x45919f=_0x1e61e3[_0x129495(0x141)](shouldScanTestForAccessibility,_0x54392d['titlePath'](),!![]);if(_0x1e61e3[_0x129495(0x197)](isAccessibilityAutomationSession)&&global[_0x129495(0x162)]&&_0x45919f){const _0x217436={};_0x217436[_0x129495(0x159)]=_0x54392d['testAnalyticsId'],_0x217436[_0x129495(0x190)]=process[_0x129495(0x167)][testHubConstants[_0x129495(0x18e)][_0x129495(0x186)]],_0x217436['thJwtToken']=process[_0x129495(0x167)][testHubConstants[_0x129495(0x18e)][_0x129495(0x101)]];const _0x10ce9e=_0x217436;logger[_0x129495(0x1dc)](_0x129495(0x15b)+JSON[_0x129495(0x16d)](_0x10ce9e)),CodeceptRecorder[_0x129495(0x1e0)](async()=>{const _0xc3e6fb=_0x129495,_0x116604={};_0x116604['command']=_0x3491a6['uZZRh'],await PerformanceTester[_0xc3e6fb(0x19d)](PerformanceA11yEvents[_0xc3e6fb(0x1a9)],async()=>{const _0x2a8ebd=_0xc3e6fb;await AccessibilityHelper[_0x2a8ebd(0x1bf)](_0x3c7d71,scripts[_0x2a8ebd(0x1a5)]);},_0x116604)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0xc3e6fb(0x1d2)],async()=>{const _0x4db5bf=_0xc3e6fb;await AccessibilityHelper[_0x4db5bf(0x1bf)](_0x3c7d71,scripts[_0x4db5bf(0x157)],_0x10ce9e);})();}),logger[_0x129495(0x1ad)](_0x1e61e3['jDKZV']);}const _0x5c37c5={};_0x5c37c5[_0x129495(0x1f9)]=_0x1e61e3[_0x129495(0x117)],PerformanceTester['end'](PerformanceHookEvents[_0x129495(0x1d1)],!![],null,_0x5c37c5);}catch(_0x124ec6){PerformanceTester[_0x129495(0x11b)](_0x124ec6);const _0x4689d8={};_0x4689d8[_0x129495(0x1f9)]=_0x1e61e3[_0x129495(0x117)],PerformanceTester[_0x129495(0x1e9)](PerformanceHookEvents[_0x129495(0x1d1)],![],_0x124ec6,_0x4689d8);}}),CodeceptJS['event'][_0x1891c8(0x170)]['on'](CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x149)][_0x1891c8(0x130)],_0x49c093=>{const _0x41ea9b=_0x1891c8;PerformanceTester[_0x41ea9b(0x163)](PerformanceHookEvents['SDK_HOOK']);try{process[_0x41ea9b(0x1ab)](_0x41ea9b(0x150)+process[_0x41ea9b(0x158)],{'timestamp':new Date()[_0x41ea9b(0x105)](),'level':_0x1e61e3[_0x41ea9b(0x131)],'message':_0x49c093,'kind':_0x1e61e3['bPvgp'],'http_response':{}});}catch(_0xdfbd73){PerformanceTester[_0x41ea9b(0x11b)](_0xdfbd73);const _0x7cca45={};_0x7cca45[_0x41ea9b(0x1f9)]=_0x1e61e3['tRtGG'],PerformanceTester[_0x41ea9b(0x1e9)](PerformanceHookEvents['SDK_HOOK'],![],_0xdfbd73,_0x7cca45);}const _0x222f52={};_0x222f52[_0x41ea9b(0x1f9)]=_0x1e61e3['tRtGG'],PerformanceTester[_0x41ea9b(0x1e9)](PerformanceHookEvents[_0x41ea9b(0x1d1)],!![],null,_0x222f52);}),CodeceptJS['event'][_0x1891c8(0x170)]['on'](CodeceptJS['event'][_0x1891c8(0x115)][_0x1891c8(0x12d)],_0x33ad47=>{const _0x119fc4=_0x1891c8,_0x5f0254={};_0x5f0254[_0x119fc4(0x1f9)]=_0x1e61e3['WntGJ'],PerformanceTester['measureWrapper'](PerformanceHookEvents[_0x119fc4(0x1d1)],()=>{_0x57f4fc['bddStepStart'](_0x33ad47);},_0x5f0254)();}),CodeceptJS[_0x1891c8(0x15a)]['dispatcher']['on'](CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x115)][_0x1891c8(0x109)],_0x53e23c=>{const _0xb57930=_0x1891c8,_0x2fc56d={};_0x2fc56d[_0xb57930(0x1f9)]=_0x1e61e3['VoLsk'],PerformanceTester[_0xb57930(0x19d)](PerformanceHookEvents[_0xb57930(0x1d1)],()=>{_0x57f4fc['bddStepFinish'](_0x53e23c);},_0x2fc56d)();});};
1
+ function a1_0x1bd6(_0x15f0c5,_0x344813){const _0x595e67=a1_0x595e();return a1_0x1bd6=function(_0x1bd6c0,_0x179dbd){_0x1bd6c0=_0x1bd6c0-0x131;let _0x15b943=_0x595e67[_0x1bd6c0];return _0x15b943;},a1_0x1bd6(_0x15f0c5,_0x344813);}const a1_0x3dd359=a1_0x1bd6;(function(_0x4fa08e,_0x45a8ed){const _0x5c4680=a1_0x1bd6,_0x421e53=_0x4fa08e();while(!![]){try{const _0x304841=-parseInt(_0x5c4680(0x1ee))/0x1*(parseInt(_0x5c4680(0x1f3))/0x2)+-parseInt(_0x5c4680(0x16e))/0x3*(-parseInt(_0x5c4680(0x218))/0x4)+parseInt(_0x5c4680(0x198))/0x5+parseInt(_0x5c4680(0x1a2))/0x6*(parseInt(_0x5c4680(0x16d))/0x7)+-parseInt(_0x5c4680(0x21c))/0x8*(parseInt(_0x5c4680(0x1ca))/0x9)+-parseInt(_0x5c4680(0x1b8))/0xa*(parseInt(_0x5c4680(0x159))/0xb)+parseInt(_0x5c4680(0x18b))/0xc*(-parseInt(_0x5c4680(0x1b5))/0xd);if(_0x304841===_0x45a8ed)break;else _0x421e53['push'](_0x421e53['shift']());}catch(_0x105201){_0x421e53['push'](_0x421e53['shift']());}}}(a1_0x595e,0x4e1a2));const fs=require('fs'),util=require('util'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x3dd359(0x1ab)),logger=require('../../helpers/logger')[a1_0x3dd359(0x1de)],testOpsHelper=require(a1_0x3dd359(0x19f)),requestSpy=require(a1_0x3dd359(0x1d7)),PlaywrightSessionDetails=require(a1_0x3dd359(0x142)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require('./o11yHelper'),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x3dd359(0x1e6)),AccessibilityHelper=require(a1_0x3dd359(0x1fc)),scripts=require(a1_0x3dd359(0x192)),PerformanceTester=require('../../helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require('../../helpers/performance/constants'),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x3dd359(0x203)),testHubConstants=require(a1_0x3dd359(0x16c)),globals=require(a1_0x3dd359(0x141)),CodeceptJS=requireModule(a1_0x3dd359(0x1f9),a1_0x3dd359(0x156)),CodeceptUtils=requireModule(a1_0x3dd359(0x1b3),a1_0x3dd359(0x156)),CodeceptWebDriver=requireModule(a1_0x3dd359(0x22f),a1_0x3dd359(0x156)),CodeceptRecorder=requireModule('codeceptjs/lib/recorder.js','codeceptjs'),CodeceptPlaywright=requireModule(a1_0x3dd359(0x200),a1_0x3dd359(0x156)),playwrightMarkSessionStatus=(_0x243962,_0x2a3444,_0xd4b0f7)=>{const _0x3c263c=a1_0x3dd359,_0x17782c={'COXJY':'setSessionStatus','SdDBW':function(_0x3ed46e,_0x49cf5a){return _0x3ed46e(_0x49cf5a);}},_0x581454={};_0x581454[_0x3c263c(0x15b)]=_0x2a3444;const _0x7d02c3={};_0x7d02c3[_0x3c263c(0x21b)]=_0x17782c[_0x3c263c(0x18a)],_0x7d02c3[_0x3c263c(0x1b2)]=_0x581454;const _0x514957=_0x7d02c3;return!_0x17782c['SdDBW'](isUndefined,_0xd4b0f7)&&(_0x514957[_0x3c263c(0x1b2)][_0x3c263c(0x167)]=JSON['stringify'](_0xd4b0f7)),_0x243962[_0x3c263c(0x236)](()=>{},_0x3c263c(0x1da)+JSON[_0x3c263c(0x14a)](_0x514957));},o11ySync=PerformanceTester[a1_0x3dd359(0x1c0)](PerformanceO11yEvents[a1_0x3dd359(0x1d9)],async _0x3e48af=>{const _0x4df3dd=a1_0x3dd359,_0x5b8610={};_0x5b8610[_0x4df3dd(0x144)]=function(_0x251232,_0x41c4e2){return _0x251232===_0x41c4e2;},_0x5b8610[_0x4df3dd(0x220)]=_0x4df3dd(0x1ae);const _0x3b4395=_0x5b8610;_0x3b4395[_0x4df3dd(0x144)](_0x3e48af[_0x4df3dd(0x1cc)][_0x4df3dd(0x15d)],_0x3b4395[_0x4df3dd(0x220)])?await _0x3e48af[_0x4df3dd(0x236)](_0x3624a5=>{},testOpsHelper['getSyncScript']()):await _0x3e48af['executeScript'](testOpsHelper[_0x4df3dd(0x195)]());}),markSessionName=PerformanceTester[a1_0x3dd359(0x1c0)](PerformanceAutEvents[a1_0x3dd359(0x147)],async(_0x121426,_0x1135f7)=>{const _0x45c3a1=a1_0x3dd359,_0x3fac90={};_0x3fac90['wmxSC']=_0x45c3a1(0x197),_0x3fac90[_0x45c3a1(0x1cf)]=function(_0x348b6f,_0x143c43){return _0x348b6f===_0x143c43;},_0x3fac90[_0x45c3a1(0x214)]=_0x45c3a1(0x1ae);const _0x323817=_0x3fac90,_0x485255={};_0x485255['name']=_0x1135f7;const _0x1af982={};_0x1af982[_0x45c3a1(0x21b)]=_0x323817[_0x45c3a1(0x175)],_0x1af982[_0x45c3a1(0x1b2)]=_0x485255;const _0x1755d4=_0x1af982;_0x323817[_0x45c3a1(0x1cf)](_0x121426[_0x45c3a1(0x1cc)]['name'],_0x323817[_0x45c3a1(0x214)])?await _0x121426['executeScript'](()=>{},_0x45c3a1(0x1da)+JSON[_0x45c3a1(0x14a)](_0x1755d4)):await _0x121426[_0x45c3a1(0x236)](_0x45c3a1(0x1da)+JSON[_0x45c3a1(0x14a)](_0x1755d4));}),patchSaveScreenshot=_0x5c167e=>{const _0x15a3f3=a1_0x3dd359,_0x1c7915={'olnox':_0x15a3f3(0x190),'vSKUX':_0x15a3f3(0x22b),'YjstA':function(_0x37c68d){return _0x37c68d();},'kwvFS':function(_0x1b7d5e,_0x213849){return _0x1b7d5e(_0x213849);},'mlNgS':'Screenshot\x20path\x20not\x20found'};_0x1c7915[_0x15a3f3(0x22c)](isTrue,process[_0x15a3f3(0x231)][_0x15a3f3(0x174)])&&!_0x5c167e['patchSaveScreenshot']&&(_0x5c167e[_0x15a3f3(0x131)]=!![],_0x5c167e['initSaveScreenshot']=_0x5c167e[_0x15a3f3(0x17f)],_0x5c167e[_0x15a3f3(0x17f)]=(_0x33e00d,_0x9c2545=![])=>{const _0x1b1b7b=_0x15a3f3,_0x348f07={'JkWNS':_0x1c7915[_0x1b1b7b(0x1d3)],'lLfLe':_0x1c7915[_0x1b1b7b(0x1c2)],'yWCCX':function(_0x54528f){return _0x1c7915['YjstA'](_0x54528f);},'ITeLu':function(_0x2bc44b,_0x4f72a1){return _0x1c7915['kwvFS'](_0x2bc44b,_0x4f72a1);},'orRFI':_0x1c7915[_0x1b1b7b(0x170)]};return new Promise(function(_0x2f0f79,_0xdc1de0){const _0x136f60=_0x1b1b7b,_0xc46f85={'KBsfX':_0x348f07[_0x136f60(0x17d)],'Dupaw':_0x348f07[_0x136f60(0x215)],'QpaNR':function(_0x4d7cd6){return _0x348f07['yWCCX'](_0x4d7cd6);},'rNVJU':function(_0x3874d3,_0x4b9315){const _0x251cc3=_0x136f60;return _0x348f07[_0x251cc3(0x22e)](_0x3874d3,_0x4b9315);},'jCxIr':_0x348f07['orRFI']};_0x5c167e[_0x136f60(0x148)](_0x33e00d,_0x9c2545)[_0x136f60(0x1f0)](()=>{const _0x4b837c=_0x136f60,_0x4a2771=CodeceptUtils[_0x4b837c(0x1f7)](_0x33e00d);if(_0x4a2771){const _0x88269f=fs[_0x4b837c(0x1ce)](_0x4a2771);process[_0x4b837c(0x173)](_0x4b837c(0x20e)+process[_0x4b837c(0x196)],{'timestamp':new Date()['toISOString'](),'message':_0x88269f[_0x4b837c(0x1c4)](_0xc46f85[_0x4b837c(0x1fe)]),'kind':_0xc46f85[_0x4b837c(0x21a)]}),_0xc46f85[_0x4b837c(0x230)](_0x2f0f79);}_0xc46f85[_0x4b837c(0x1f1)](_0xdc1de0,new Error(_0xc46f85['jCxIr']));})['catch'](()=>null);});});},patchWebDriverBefore=_0x3016a2=>{const _0x509f20=a1_0x3dd359,_0x328bac={'EZXUN':function(_0x3e369e){return _0x3e369e();},'iivml':function(_0x1684b6,_0x3185ad){return _0x1684b6(_0x3185ad);},'pYCPg':function(_0x114fd4,_0x4241c2){return _0x114fd4===_0x4241c2;},'COkhH':'webdriverio','msoYx':function(_0x55bc25,_0x4aca81){return _0x55bc25===_0x4aca81;},'apCeK':_0x509f20(0x158),'qjNHm':_0x509f20(0x188)},_0x221c4a=async function(_0x108dea,_0x3c3654){const _0x1c22f8=_0x509f20;_0x328bac[_0x1c22f8(0x1e4)](isAccessibilityAutomationSession)&&!global[_0x1c22f8(0x224)]&&global['accessibilityPlatform']&&scripts[_0x1c22f8(0x21f)](_0x108dea[_0x1c22f8(0x15d)])&&_0x328bac['iivml'](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x1c22f8(0x224)]=!![],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x1c22f8(0x205)],async()=>{const _0x3c3949=_0x1c22f8;logger['debug'](_0x3c3949(0x145)+_0x108dea['class']+'\x20'+_0x108dea[_0x3c3949(0x15d)]),await AccessibilityHelper[_0x3c3949(0x146)](_0x3016a2,scripts[_0x3c3949(0x1aa)]);},{'command':_0x108dea['name']})());global[_0x1c22f8(0x224)]=![];const _0x535271=JSON[_0x1c22f8(0x1a7)](process[_0x1c22f8(0x231)][_0x1c22f8(0x177)]||'{}');if(_0x328bac[_0x1c22f8(0x219)](_0x535271?.[_0x1c22f8(0x139)]?.[_0x1c22f8(0x15d)],_0x328bac[_0x1c22f8(0x157)])&&_0x328bac[_0x1c22f8(0x168)](typeof _0x535271?.['testFramework']?.[_0x1c22f8(0x1fd)],_0x328bac['apCeK'])&&_0x535271?.[_0x1c22f8(0x139)]?.['version'][_0x1c22f8(0x209)]('7'))return _0x3c3654[_0x1c22f8(0x13b)](null,Array[_0x1c22f8(0x21d)][_0x1c22f8(0x17a)][_0x1c22f8(0x227)](arguments,0x2));return _0x3c3654[_0x1c22f8(0x13b)](this,Array['prototype'][_0x1c22f8(0x17a)][_0x1c22f8(0x227)](arguments,0x2));},_0xd8bfc1=CodeceptWebDriver['prototype'][_0x509f20(0x202)];CodeceptWebDriver[_0x509f20(0x21d)][_0x509f20(0x202)]=async function(){const _0x19d50b=_0x509f20;try{await _0xd8bfc1[_0x19d50b(0x13b)](this,arguments);}catch(_0x299986){logger[_0x19d50b(0x21e)](_0x19d50b(0x1d4)+util['format'](_0x299986));}scripts[_0x19d50b(0x1f8)][_0x19d50b(0x1d2)](_0x49f7fc=>_0x49f7fc['name']&&_0x49f7fc[_0x19d50b(0x1a8)])[_0x19d50b(0x171)](_0x9252fb=>{const _0x13fb11=_0x19d50b;this['browser'][_0x13fb11(0x19b)](_0x9252fb[_0x13fb11(0x15d)],_0x221c4a['bind'](this,_0x9252fb),_0x328bac[_0x13fb11(0x168)](_0x9252fb[_0x13fb11(0x1a8)],_0x328bac[_0x13fb11(0x1d5)]));}),_0x328bac[_0x19d50b(0x208)](processWebDriverConfig,_0x3016a2);};};function parseJwt(_0x232f13){const _0x290cee=a1_0x3dd359,_0x471f32={};_0x471f32[_0x290cee(0x17e)]='base64';const _0x4b1aed=_0x471f32;if(!_0x232f13)return null;return JSON[_0x290cee(0x1a7)](Buffer['from'](_0x232f13[_0x290cee(0x162)]('.')[0x1],_0x4b1aed[_0x290cee(0x17e)])[_0x290cee(0x1c4)]());}const patchPlaywrightBefore=()=>{const _0x3236bf=a1_0x3dd359,_0x234ea2={'TaFTX':function(_0x991686){return _0x991686();},'aygme':_0x3236bf(0x180),'lUpOH':_0x3236bf(0x13d),'ArDHc':function(_0x2b8c90){return _0x2b8c90();},'JJGYj':function(_0x16fa01,_0x13f162){return _0x16fa01(_0x13f162);},'Qsztz':function(_0x51d01d,_0xed9b95){return _0x51d01d+_0xed9b95;},'OjWLE':_0x3236bf(0x179),'cnJoP':function(_0x2c78a9){return _0x2c78a9();}};PlaywrightSessionDetails[_0x3236bf(0x1fb)]();const _0x4c340a=CodeceptPlaywright['prototype']['_before'];CodeceptPlaywright['prototype']['_before']=async function(){const _0x207687=_0x3236bf,_0x3df653={'Jhmee':function(_0x427bd0){const _0x54fad5=a1_0x1bd6;return _0x234ea2[_0x54fad5(0x1ef)](_0x427bd0);},'nOdSy':_0x234ea2['aygme'],'tMzGn':_0x234ea2[_0x207687(0x161)],'LHJmE':function(_0xf84ae3){const _0x2f0537=_0x207687;return _0x234ea2[_0x2f0537(0x149)](_0xf84ae3);},'hZdDS':function(_0x59d757,_0xf25ebb){const _0x16666b=_0x207687;return _0x234ea2[_0x16666b(0x1a6)](_0x59d757,_0xf25ebb);},'tLFuq':function(_0x4bfa8d){const _0x3565c0=_0x207687;return _0x234ea2[_0x3565c0(0x1ef)](_0x4bfa8d);},'vvAym':function(_0x3f8bef,_0x3a9de6){const _0x350d33=_0x207687;return _0x234ea2[_0x350d33(0x193)](_0x3f8bef,_0x3a9de6);},'FJmTb':_0x234ea2[_0x207687(0x1a4)]};this[_0x207687(0x15c)]=await this['browser'][_0x207687(0x1b7)]()[0x0];const _0x2acbd9=async()=>{const _0x4d63e5=_0x207687,_0xf93284={'ikNQL':function(_0x13589e){const _0x4ff7fe=a1_0x1bd6;return _0x3df653[_0x4ff7fe(0x1f4)](_0x13589e);},'LewlD':_0x3df653[_0x4d63e5(0x18c)]},_0x433104=this[_0x4d63e5(0x163)]&&this['config'][_0x4d63e5(0x1fa)]&&this[_0x4d63e5(0x163)][_0x4d63e5(0x1fa)][_0x4d63e5(0x176)]&&Array[_0x4d63e5(0x1c3)](this[_0x4d63e5(0x163)][_0x4d63e5(0x1fa)][_0x4d63e5(0x176)])&&this['config']['chromium'][_0x4d63e5(0x176)][_0x4d63e5(0x238)](_0x3df653[_0x4d63e5(0x1c1)]);if(_0x3df653['LHJmE'](isAccessibilityAutomationSession)&&!_0x433104)try{const _0x4114f4=_0x3df653['hZdDS'](parseJwt,process[_0x4d63e5(0x231)][_0x4d63e5(0x186)]);if(_0x4114f4&&_0x4114f4[_0x4d63e5(0x1ac)]&&_0x4114f4[_0x4d63e5(0x1ac)]['domForge']){const _0x13fd55=this[_0x4d63e5(0x15c)][_0x4d63e5(0x140)]['bind'](this[_0x4d63e5(0x15c)]);this[_0x4d63e5(0x15c)][_0x4d63e5(0x140)]=async function(){const _0x50f125=_0x4d63e5,_0xa96e15=await _0xf93284[_0x50f125(0x14d)](_0x13fd55),_0xd2381c=[];for(const _0x23152f of _0xa96e15){try{const _0x2336c9=await _0x23152f[_0x50f125(0x18d)]();!_0x2336c9[_0x50f125(0x209)](_0xf93284[_0x50f125(0x1f5)])&&_0xd2381c[_0x50f125(0x14c)](_0x23152f);}catch(_0x37137d){_0xd2381c[_0x50f125(0x14c)](_0x23152f);}}return _0xd2381c;};}if(!_0x3df653['tLFuq'](isBrowserstackInfra)){const _0x24c0b0=await this['page']['url']();if(_0x24c0b0[_0x4d63e5(0x209)](_0x3df653[_0x4d63e5(0x18c)])){const _0x643aef=await this[_0x4d63e5(0x15c)]['pages']();this['_setPage'](_0x643aef[0x0]);}}}catch(_0x712f84){logger[_0x4d63e5(0x21e)](_0x4d63e5(0x19c)+_0x712f84[_0x4d63e5(0x13f)]+(_0x712f84[_0x4d63e5(0x1af)]?_0x3df653[_0x4d63e5(0x160)](_0x3df653['FJmTb'],_0x712f84['stack']):''));}};_0x234ea2[_0x207687(0x1ef)](isBrowserstackInfra)&&await _0x234ea2['cnJoP'](_0x2acbd9),await _0x4c340a[_0x207687(0x13b)](this,arguments),!_0x234ea2[_0x207687(0x1ef)](isBrowserstackInfra)&&await _0x234ea2[_0x207687(0x1a3)](_0x2acbd9);};},getCodeceptDriver=()=>{const _0x187e2d=a1_0x3dd359,_0x2ccaa6={};_0x2ccaa6['LRXom']='WebDriver',_0x2ccaa6[_0x187e2d(0x207)]=_0x187e2d(0x1ae),_0x2ccaa6[_0x187e2d(0x199)]='Puppeteer',_0x2ccaa6[_0x187e2d(0x194)]=_0x187e2d(0x132);const _0x7a2bf5=_0x2ccaa6,_0x45775a=[_0x7a2bf5['LRXom'],_0x7a2bf5[_0x187e2d(0x207)],_0x7a2bf5[_0x187e2d(0x199)],_0x7a2bf5[_0x187e2d(0x194)]],_0xe7fcc7=_0x45775a[_0x187e2d(0x1b0)](_0x5a9f4c=>!!CodeceptJS[_0x187e2d(0x14b)]['helpers'](_0x5a9f4c));if(!_0xe7fcc7)return null;return CodeceptJS[_0x187e2d(0x14b)][_0x187e2d(0x165)](_0xe7fcc7);};function a1_0x595e(){const _0x9083f6=['QpaNR','env','TuEMY','test-skipped','uPBGc','__workerDetails','executeScript','HOOK_RUN_FINISHED','includes','patchSaveScreenshot','TestCafe','TEST_RUN_FINISHED','GET_RESULTS','getResultsSummary','format','BYvMh','started','testFramework','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','apply','failed','--auto-open-devtools-for-tabs','TEST_LOG','message','pages','../../helpers/globals.js','../../bin/playwright/sessionDetails','title','Yuxva','Performing\x20scan\x20for\x20','browserStackExecuteDriver','SESSION_NAME','initSaveScreenshot','ArDHc','stringify','container','push','ikNQL','dispatcher','test-before','qVevI','test-started','captureError','TEST_RUN_SKIPPED','rOHYh','setGlobal','codeceptjs','COkhH','string','22LqRaGn','SDK_PRE_TEST','status','browserContext','name','SESSION_STATUS','after','vvAym','lUpOH','split','config','stopMonitoring','helpers','Suite','reason','msoYx','__skipSessionStatus','exports','__driver','../../helpers/testhub/constants.js','126GeNSwV','597mviXQK','mCuFM','mlNgS','forEach','HJAGx','emit','BS_TESTOPS_ALLOW_SCREENSHOTS','wmxSC','args','FRAMEWORK_DETAILS','saveTestResults','\x0aStack:\x20','slice','accessibilityPlatform','JtxcJ','JkWNS','qTNmd','saveScreenshot','devtools://','ENV_VAR','YCwjR','test-failed','stop','thTestRunUuid','BS_A11Y_JWT','Gyqwl','Element','nvuxb','COXJY','4344SDiMHF','nOdSy','url','oGwxI','ctx','base64','zbgoB','../../helpers/accessibility-automation/scripts','Qsztz','jZgAe','getSyncScript','pid','setSessionName','2819010tZAYpA','PJtoL','fhMFH','overwriteCommand','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','captureEvent','titlePath','../../helpers/test-observability/utils','INFO','bAzuB','204492IQwahB','cnJoP','OjWLE','SDK_PRE_INITIALIZE','JJGYj','parse','class','quftV','performScan','../../helpers/helper','a11y_core_config','hFYiy','Playwright','stack','find','getAccessibilityResults','arguments','codeceptjs/lib/utils.js','FLYjO','2769UdTJZX','KnEne','contexts','2742670WVjYjy','EslPN','hiGWS','passed','before','aVPkm','browserstackTestName','TXdHI','measureWrapper','tMzGn','vSKUX','isArray','toString','BXCKZ','test','mnoFt','RZxmi','bddStepStart','18RZbGnj','comment','constructor','end','readFileSync','SeuqR','hook','HOOK_RUN_STARTED','filter','olnox','Failed\x20to\x20execute\x20_before:\x20','qjNHm','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','../../helpers/request-spy','TEST_RUN_STARTED','SYNC','browserstack_executor:\x20','currentTest','BROWSERSTACK_TESTHUB_JWT','bBmZN','winstonLogger','SDK_TEST','CxKJS','bddStep-before','KhMEE','bddStep-after','EZXUN','test-after','../../helpers/accessibility-automation/helper','VsAHc','JPmwK','hrzok','FiQko','PROWr','restore','all','152687MwAdBO','TaFTX','then','rNVJU','BROWSERSTACK_TESTHUB_UUID','2aCaBMp','Jhmee','LewlD','skipSessionStatus','screenshotOutputFolder','commandsToWrap','codeceptjs/lib/index.js','chromium','patch','../../bin/playwright/accessibility-helper','version','KBsfX','enabled','codeceptjs/lib/helper/Playwright.js','fireEvent','_before','./helper.js','bddStep','PERFORM_SCAN','bEuOo','qtTfd','iivml','startsWith','afterTest','getResults','thBuildUuid','start','bs:addLog:','command','test-passed','SDK_POST_TEST','warn','SDK_HOOK','moMpw','lLfLe','skipped','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','3892jSwQVq','pYCPg','Dupaw','action','1090688iQULka','prototype','debug','shouldWrapCommand','zipHc','thJwtToken','hccRW','add','bstackAllyScanning','event','RxDsT','call','getAccessibilityResultsSummary','hookType','startMonitoring','TEST_SCREENSHOT','kwvFS','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','ITeLu','codeceptjs/lib/helper/WebDriver.js'];a1_0x595e=function(){return _0x9083f6;};return a1_0x595e();}module[a1_0x3dd359(0x16a)]=function(_0x44a3cf){const _0x5cff04=a1_0x3dd359,_0x4f154b={'EslPN':function(_0x2db837){return _0x2db837();},'VsAHc':function(_0x4fd74f,_0x4727dc){return _0x4fd74f(_0x4727dc);},'nvuxb':_0x5cff04(0x228),'HnZHZ':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','YCwjR':_0x5cff04(0x1b1),'PROWr':_0x5cff04(0x1d6),'hccRW':function(_0x869804,_0x27ad84){return _0x869804(_0x27ad84);},'fhMFH':'hook-started','FiQko':'hook-passed','JtxcJ':'hook-failed','CxKJS':_0x5cff04(0x1be),'BYvMh':_0x5cff04(0x14f),'HJAGx':function(_0x43eb7f,_0x4259d2,_0x3317dd){return _0x43eb7f(_0x4259d2,_0x3317dd);},'mCuFM':function(_0x10f74f,_0x37963d){return _0x10f74f(_0x37963d);},'hFYiy':_0x5cff04(0x151),'oGwxI':function(_0x23e7eb,_0x6f1b0c,_0x5975ed){return _0x23e7eb(_0x6f1b0c,_0x5975ed);},'Gyqwl':function(_0x163a4a){return _0x163a4a();},'hiGWS':_0x5cff04(0x210),'zbgoB':function(_0x188571){return _0x188571();},'aVPkm':function(_0x493fcc,_0x2e9e8f,_0x5cd05d,_0x51a74e){return _0x493fcc(_0x2e9e8f,_0x5cd05d,_0x51a74e);},'hrzok':function(_0x37b2e6,_0x1d1b8e){return _0x37b2e6===_0x1d1b8e;},'JPmwK':_0x5cff04(0x166),'EjbJK':_0x5cff04(0x183),'RZxmi':_0x5cff04(0x233),'bEuOo':_0x5cff04(0x20a),'cvyVi':function(_0x21a4a9,_0x53dd3c,_0x429716){return _0x21a4a9(_0x53dd3c,_0x429716);},'KhMEE':_0x5cff04(0x13a),'quftV':_0x5cff04(0x1e5),'TXdHI':_0x5cff04(0x1a0),'bBmZN':_0x5cff04(0x13e),'mnoFt':'step-comment','DmsLM':_0x5cff04(0x1e1),'qVevI':_0x5cff04(0x1e3),'bAzuB':function(_0x1cc0ba){return _0x1cc0ba();},'KnEne':'Playwright'};_0x44a3cf[_0x5cff04(0x1f6)]&&(global[_0x5cff04(0x169)]=_0x44a3cf['skipSessionStatus']);PerformanceTester[_0x5cff04(0x22a)]();const _0x5d02b1=_0x4f154b[_0x5cff04(0x1a1)](getCodeceptDriver),_0x5909ba=new O11yHelper(_0x5d02b1,_0x44a3cf),_0x3d5786=!!CodeceptJS[_0x5cff04(0x14b)][_0x5cff04(0x165)](_0x4f154b[_0x5cff04(0x1b6)]);global[_0x5cff04(0x16b)]=_0x5d02b1,_0x5d02b1&&(PerformanceTester[_0x5cff04(0x1c0)](PerformanceEvents[_0x5cff04(0x1a5)],()=>{const _0x3db819=_0x5cff04;_0x3d5786?_0x4f154b['EslPN'](patchPlaywrightBefore):_0x4f154b[_0x3db819(0x1e7)](patchWebDriverBefore,_0x5d02b1);})(),PerformanceTester[_0x5cff04(0x1c0)](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0x22f1ec=_0x5cff04,_0x2dd4bd={};_0x2dd4bd[_0x22f1ec(0x1c5)]=_0x4f154b[_0x22f1ec(0x182)],_0x2dd4bd[_0x22f1ec(0x232)]=_0x4f154b[_0x22f1ec(0x1eb)];const _0x9ecd2a=_0x2dd4bd;_0x5d02b1[_0x22f1ec(0x228)]=async()=>{const _0x50971e=_0x22f1ec;if(global[_0x50971e(0x17b)]){const _0x998f22={};return _0x998f22[_0x50971e(0x20f)]=_0x4f154b[_0x50971e(0x189)],await PerformanceTester[_0x50971e(0x1c0)](PerformanceA11yEvents[_0x50971e(0x205)],async()=>{const _0x2c2de6=_0x50971e;return await AccessibilityHelper[_0x2c2de6(0x146)](_0x5d02b1,scripts[_0x2c2de6(0x1aa)]);},_0x998f22)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x2d5313=_0x50971e;return await AccessibilityHelper['browserStackExecuteDriver'](_0x5d02b1,scripts[_0x2d5313(0x135)]);})();}return logger[_0x50971e(0x212)](_0x4f154b['HnZHZ']),{};},_0x5d02b1[_0x22f1ec(0x1b1)]=async()=>{const _0x447648=_0x22f1ec;if(global[_0x447648(0x17b)]){const _0x5e4122={};return _0x5e4122[_0x447648(0x20f)]=_0x9ecd2a[_0x447648(0x1c5)],await PerformanceTester[_0x447648(0x1c0)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x4a3b29=_0x447648;return await AccessibilityHelper[_0x4a3b29(0x146)](_0x5d02b1,scripts[_0x4a3b29(0x1aa)]);},_0x5e4122)(),await PerformanceTester[_0x447648(0x1c0)](PerformanceA11yEvents[_0x447648(0x134)],async()=>{const _0x275ec5=_0x447648;return await AccessibilityHelper['browserStackExecuteDriver'](_0x5d02b1,scripts[_0x275ec5(0x20b)]);})();}return logger['warn'](_0x9ecd2a[_0x447648(0x232)]),{};},_0x4f154b[_0x22f1ec(0x222)](patchSaveScreenshot,_0x5d02b1);})()),CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x14e)]['on'](CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x1ed)][_0x5cff04(0x1bc)],()=>{const _0x49b8c9=_0x5cff04;PerformanceTester['start'](PerformanceEvents['SDK_PRE_TEST']);try{_0x5909ba[_0x49b8c9(0x20d)](),testOpsHelper['addRequestSpy'](),PerformanceTester[_0x49b8c9(0x1cd)](PerformanceEvents[_0x49b8c9(0x15a)]);}catch(_0x1f1d58){PerformanceTester['captureError'](_0x1f1d58),PerformanceTester['end'](PerformanceEvents[_0x49b8c9(0x15a)],![],_0x1f1d58);}}),CodeceptJS['event'][_0x5cff04(0x14e)]['on'](CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x1ed)]['after'],async()=>{const _0x45bd60=_0x5cff04;PerformanceTester[_0x45bd60(0x20d)](PerformanceEvents[_0x45bd60(0x211)]);try{requestSpy[_0x45bd60(0x1ec)](),await _0x5909ba[_0x45bd60(0x184)](),PerformanceTester[_0x45bd60(0x1cd)](PerformanceEvents['SDK_POST_TEST']);}catch(_0x334a08){PerformanceTester[_0x45bd60(0x152)](_0x334a08),PerformanceTester['end'](PerformanceEvents[_0x45bd60(0x211)],![],_0x334a08);}finally{PerformanceTester[_0x45bd60(0x164)]();}}),CodeceptJS[_0x5cff04(0x225)]['dispatcher']['on'](CodeceptJS[_0x5cff04(0x225)]['hook']['started'],_0x5326c7=>{const _0x2a402a=_0x5cff04;PerformanceTester['start'](PerformanceEvents[_0x2a402a(0x213)]);try{const _0x55c2b9=_0x5326c7[_0x2a402a(0x18f)][_0x2a402a(0x1c6)],_0xbd20f7=_0x5909ba[_0x2a402a(0x19d)](TEST_EVENTS[_0x2a402a(0x1d1)],_0x55c2b9);CodeceptRecorder[_0x2a402a(0x223)](()=>_0x5909ba['fireEvent'](TEST_EVENTS[_0x2a402a(0x1d1)],_0xbd20f7));const _0x5e75e8={};_0x5e75e8[_0x2a402a(0x229)]=_0x4f154b[_0x2a402a(0x19a)],PerformanceTester[_0x2a402a(0x1cd)](PerformanceEvents[_0x2a402a(0x213)],!![],null,_0x5e75e8);}catch(_0x4df741){const _0x2cff76={};_0x2cff76[_0x2a402a(0x229)]=_0x4f154b[_0x2a402a(0x19a)],PerformanceTester[_0x2a402a(0x1cd)](PerformanceEvents[_0x2a402a(0x213)],![],_0x4df741,_0x2cff76),PerformanceTester[_0x2a402a(0x152)](_0x4df741);}}),CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x14e)]['on'](CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x1d0)][_0x5cff04(0x1bb)],_0x155f37=>{const _0x4376b6=_0x5cff04,_0x1c1e8f={};_0x1c1e8f['hookType']=_0x4f154b[_0x4376b6(0x1ea)],PerformanceTester[_0x4376b6(0x20d)](PerformanceHookEvents[_0x4376b6(0x213)],!![],null,_0x1c1e8f);try{const _0x1f2ae1=_0x155f37[_0x4376b6(0x18f)][_0x4376b6(0x1c6)],_0x239c11=_0x5909ba[_0x4376b6(0x19d)](TEST_EVENTS[_0x4376b6(0x237)],_0x1f2ae1);CodeceptRecorder['add'](()=>_0x5909ba[_0x4376b6(0x201)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x239c11));const _0x3452a0={};_0x3452a0['hookType']=_0x4f154b[_0x4376b6(0x1ea)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x3452a0);}catch(_0x402453){PerformanceTester[_0x4376b6(0x152)](_0x402453);const _0x31a6ab={};_0x31a6ab['hookType']=_0x4f154b[_0x4376b6(0x1ea)],PerformanceTester[_0x4376b6(0x1cd)](PerformanceHookEvents[_0x4376b6(0x213)],![],_0x402453,_0x31a6ab);}}),CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x14e)]['on'](CodeceptJS['event']['hook'][_0x5cff04(0x13c)],async(_0x2f674a,_0x5e2474)=>{const _0x3b1ba3=_0x5cff04;PerformanceTester['start'](PerformanceHookEvents[_0x3b1ba3(0x213)]);try{const _0x51cfb6=_0x2f674a[_0x3b1ba3(0x18f)][_0x3b1ba3(0x1c6)],_0x471ff6=_0x5909ba[_0x3b1ba3(0x19d)](TEST_EVENTS[_0x3b1ba3(0x237)],_0x51cfb6,_0x5e2474);CodeceptRecorder[_0x3b1ba3(0x223)](()=>_0x5909ba[_0x3b1ba3(0x201)](TEST_EVENTS[_0x3b1ba3(0x237)],_0x471ff6));const _0x538960={};_0x538960[_0x3b1ba3(0x229)]=_0x4f154b[_0x3b1ba3(0x17c)],PerformanceTester[_0x3b1ba3(0x20d)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x538960);}catch(_0x53bb4b){PerformanceTester['captureError'](_0x53bb4b);const _0x2f5d04={};_0x2f5d04[_0x3b1ba3(0x229)]=_0x4f154b[_0x3b1ba3(0x17c)],PerformanceTester['end'](PerformanceHookEvents[_0x3b1ba3(0x213)],![],_0x53bb4b,_0x2f5d04);}const _0x5bc5a3={};_0x5bc5a3[_0x3b1ba3(0x229)]=_0x4f154b[_0x3b1ba3(0x17c)],PerformanceTester[_0x3b1ba3(0x1cd)](PerformanceHookEvents[_0x3b1ba3(0x213)],!![],null,_0x5bc5a3);}),CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x14e)]['on'](CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x1c6)]['before'],_0x447032=>{const _0x5952b1=_0x5cff04;PerformanceTester['start'](PerformanceHookEvents[_0x5952b1(0x213)]);try{globals[_0x5952b1(0x155)](_0x4f154b['CxKJS'],_0x447032[_0x5952b1(0x143)]);_0x4f154b['EslPN'](isBrowserstackInfra)&&(_0x3d5786&&(global[_0x5952b1(0x235)]={'currentTest':{'name':_0x447032[_0x5952b1(0x143)],'testInfo':{'titlePath':_0x447032['titlePath']()}}}));const _0x11d3cc={};_0x11d3cc['hookType']=_0x4f154b[_0x5952b1(0x137)],PerformanceTester[_0x5952b1(0x1cd)](PerformanceHookEvents[_0x5952b1(0x213)],!![],null,_0x11d3cc);}catch(_0x3a2da9){PerformanceTester[_0x5952b1(0x152)](_0x3a2da9);const _0x2c3f81={};_0x2c3f81[_0x5952b1(0x229)]=_0x4f154b[_0x5952b1(0x137)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x3a2da9,_0x2c3f81);}}),CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x14e)]['on'](CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x1c6)][_0x5cff04(0x138)],_0x1a79c6=>{const _0x39458e=_0x5cff04;PerformanceTester[_0x39458e(0x20d)](PerformanceHookEvents[_0x39458e(0x213)]);try{globals[_0x39458e(0x155)](_0x4f154b[_0x39458e(0x1e0)],_0x1a79c6[_0x39458e(0x143)]);const _0x388d4c=_0x5909ba[_0x39458e(0x19d)](TEST_EVENTS['TEST_RUN_STARTED'],_0x1a79c6);CodeceptRecorder['add'](()=>_0x5909ba['fireEvent'](TEST_EVENTS[_0x39458e(0x1d8)],_0x388d4c)),CodeceptRecorder[_0x39458e(0x223)](async()=>{const _0x1115fe=_0x39458e;_0x4f154b[_0x1115fe(0x1b9)](isBrowserstackInfra)&&(!_0x4f154b['VsAHc'](isTrue,_0x44a3cf['skipSessionName'])&&await _0x4f154b[_0x1115fe(0x172)](markSessionName,_0x5d02b1,_0x1a79c6[_0x1115fe(0x143)]),_0x5909ba[_0x1115fe(0x1ff)]&&await _0x4f154b[_0x1115fe(0x16f)](o11ySync,_0x5d02b1));});}catch(_0x56ad0f){const _0x7c9ac4={};_0x7c9ac4[_0x39458e(0x229)]=_0x4f154b[_0x39458e(0x1ad)],PerformanceTester[_0x39458e(0x1cd)](PerformanceHookEvents['SDK_HOOK'],![],_0x56ad0f,_0x7c9ac4),PerformanceTester[_0x39458e(0x152)](_0x56ad0f);}const _0x3c94f6={};_0x3c94f6[_0x39458e(0x229)]=_0x4f154b[_0x39458e(0x1ad)],PerformanceTester[_0x39458e(0x1cd)](PerformanceHookEvents[_0x39458e(0x213)],!![],null,_0x3c94f6);}),CodeceptJS['event'][_0x5cff04(0x14e)]['on'](CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x1c6)][_0x5cff04(0x1bb)],_0x1ed788=>{const _0x419f0e=_0x5cff04,_0x225779={'uPBGc':function(_0x1e0c26,_0x3f95fd,_0x368a3c){return _0x4f154b['HJAGx'](_0x1e0c26,_0x3f95fd,_0x368a3c);},'rOHYh':function(_0x41831c,_0x1041c2,_0x33d4e0){const _0x3bef8b=a1_0x1bd6;return _0x4f154b[_0x3bef8b(0x18e)](_0x41831c,_0x1041c2,_0x33d4e0);},'FLYjO':function(_0x76fa43){const _0x27500b=a1_0x1bd6;return _0x4f154b[_0x27500b(0x187)](_0x76fa43);}};PerformanceTester['start'](PerformanceHookEvents[_0x419f0e(0x213)]);try{const _0x1c252e=_0x5909ba['captureEvent'](TEST_EVENTS[_0x419f0e(0x133)],_0x1ed788);CodeceptRecorder['add'](()=>_0x5909ba[_0x419f0e(0x201)](TEST_EVENTS[_0x419f0e(0x133)],_0x1c252e)),CodeceptRecorder[_0x419f0e(0x223)](async()=>{const _0x19fb72=_0x419f0e;_0x225779[_0x19fb72(0x1b4)](isBrowserstackInfra)&&await PerformanceTester['measureWrapper'](PerformanceAutEvents[_0x19fb72(0x15e)],async()=>{const _0x1d392b=_0x19fb72;_0x3d5786?await _0x225779[_0x1d392b(0x234)](playwrightMarkSessionStatus,_0x5d02b1,STATE_PASSED):await _0x225779[_0x1d392b(0x154)](markSessionStatus,_0x5d02b1,STATE_PASSED);})();}),PerformanceTester[_0x419f0e(0x1cd)](PerformanceEvents['SDK_TEST']);}catch(_0x22efcb){PerformanceTester['captureError'](_0x22efcb);const _0x3e805e={};_0x3e805e[_0x419f0e(0x229)]=_0x4f154b[_0x419f0e(0x1ba)],PerformanceTester['end'](PerformanceHookEvents[_0x419f0e(0x213)],![],_0x22efcb,_0x3e805e),PerformanceTester[_0x419f0e(0x1cd)](PerformanceEvents[_0x419f0e(0x1df)],![],_0x22efcb);}const _0x31345c={};_0x31345c[_0x419f0e(0x229)]=_0x4f154b[_0x419f0e(0x1ba)],PerformanceTester['end'](PerformanceHookEvents[_0x419f0e(0x213)],!![],null,_0x31345c);}),CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x14e)]['on'](CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x1c6)][_0x5cff04(0x13c)],(_0x139d6c,_0x38bc17)=>{const _0x2b3187=_0x5cff04;PerformanceTester[_0x2b3187(0x20d)](PerformanceHookEvents[_0x2b3187(0x213)]);try{if(_0x4f154b[_0x2b3187(0x1e9)](_0x139d6c['constructor'][_0x2b3187(0x15d)],_0x4f154b[_0x2b3187(0x1e8)])){const _0x359819=_0x5909ba['captureEvent'](TEST_EVENTS[_0x2b3187(0x153)],_0x139d6c['ctx'][_0x2b3187(0x1db)]);CodeceptRecorder[_0x2b3187(0x223)](()=>_0x5909ba[_0x2b3187(0x201)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x359819));}else{const _0x1aae87=_0x5909ba[_0x2b3187(0x19d)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x139d6c,_0x38bc17);CodeceptRecorder[_0x2b3187(0x223)](()=>{const _0x385de0=_0x2b3187;try{_0x5909ba[_0x385de0(0x201)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x1aae87);}catch(_0x95ead5){logger['debug'](_0x385de0(0x217)+util[_0x385de0(0x136)](_0x95ead5)),PerformanceTester[_0x385de0(0x1cd)](PerformanceEvents[_0x385de0(0x1df)],![],_0x95ead5);}}),CodeceptRecorder[_0x2b3187(0x223)](async()=>{const _0x258d40=_0x2b3187;try{_0x4f154b[_0x258d40(0x191)](isBrowserstackInfra)&&(_0x3d5786?await _0x4f154b[_0x258d40(0x1bd)](playwrightMarkSessionStatus,_0x5d02b1,STATE_FAILED,_0x38bc17):await _0x4f154b['aVPkm'](markSessionStatus,_0x5d02b1,STATE_FAILED,_0x38bc17));}catch(_0xe7aa44){logger[_0x258d40(0x21e)]('Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20'+util[_0x258d40(0x136)](_0xe7aa44)),PerformanceTester[_0x258d40(0x1cd)](PerformanceEvents[_0x258d40(0x1df)],![],_0xe7aa44);}});}PerformanceTester[_0x2b3187(0x1cd)](PerformanceEvents[_0x2b3187(0x1df)]);}catch(_0x2ad73){PerformanceTester[_0x2b3187(0x152)](_0x2ad73);const _0x25db9c={};_0x25db9c['hookType']=_0x4f154b['EjbJK'],PerformanceTester[_0x2b3187(0x1cd)](PerformanceHookEvents[_0x2b3187(0x213)],![],_0x2ad73,_0x25db9c),PerformanceTester['end'](PerformanceEvents['SDK_TEST'],![],_0x2ad73);}const _0x8aacc4={};_0x8aacc4[_0x2b3187(0x229)]=_0x4f154b['EjbJK'],PerformanceTester[_0x2b3187(0x1cd)](PerformanceHookEvents[_0x2b3187(0x213)],!![],null,_0x8aacc4);}),CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x14e)]['on'](CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x1c6)][_0x5cff04(0x216)],_0x4ff532=>{const _0x3c5273=_0x5cff04;PerformanceTester[_0x3c5273(0x20d)](PerformanceHookEvents[_0x3c5273(0x213)]);try{const _0x40cca2=_0x5909ba[_0x3c5273(0x19d)](TEST_EVENTS[_0x3c5273(0x153)],_0x4ff532);CodeceptRecorder[_0x3c5273(0x223)](()=>_0x5909ba[_0x3c5273(0x201)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x40cca2)),PerformanceTester[_0x3c5273(0x1cd)](PerformanceEvents[_0x3c5273(0x1df)]);}catch(_0x3a161c){PerformanceTester[_0x3c5273(0x152)](_0x3a161c),PerformanceTester['end'](PerformanceEvents['SDK_TEST'],![],_0x3a161c);const _0x2be33b={};_0x2be33b['hookType']=_0x4f154b[_0x3c5273(0x1c8)],PerformanceTester['end'](PerformanceHookEvents[_0x3c5273(0x213)],![],_0x3a161c,_0x2be33b);}const _0x95658={};_0x95658[_0x3c5273(0x229)]=_0x4f154b['RZxmi'],PerformanceTester[_0x3c5273(0x1cd)](PerformanceHookEvents[_0x3c5273(0x213)],!![],null,_0x95658);}),CodeceptJS[_0x5cff04(0x225)]['dispatcher']['on'](CodeceptJS[_0x5cff04(0x225)]['test']['after'],async(_0x20b906,_0xf30ea1)=>{const _0x4ad9b7=_0x5cff04,_0x375ba7={};_0x375ba7[_0x4ad9b7(0x226)]=_0x4f154b[_0x4ad9b7(0x206)];const _0x37d358=_0x375ba7;try{PerformanceTester[_0x4ad9b7(0x20d)](PerformanceHookEvents[_0x4ad9b7(0x213)]);const _0x17761f=_0x4f154b['cvyVi'](shouldScanTestForAccessibility,_0x20b906[_0x4ad9b7(0x19e)](),!![]);if(_0x4f154b[_0x4ad9b7(0x191)](isAccessibilityAutomationSession)&&global[_0x4ad9b7(0x17b)]&&_0x17761f){const _0x3140ff={};_0x3140ff[_0x4ad9b7(0x185)]=_0x20b906['testAnalyticsId'],_0x3140ff[_0x4ad9b7(0x20c)]=process[_0x4ad9b7(0x231)][testHubConstants[_0x4ad9b7(0x181)][_0x4ad9b7(0x1f2)]],_0x3140ff[_0x4ad9b7(0x221)]=process[_0x4ad9b7(0x231)][testHubConstants['ENV_VAR'][_0x4ad9b7(0x1dc)]];const _0x3eabd4=_0x3140ff;logger[_0x4ad9b7(0x21e)](_0x4ad9b7(0x22d)+JSON[_0x4ad9b7(0x14a)](_0x3eabd4)),CodeceptRecorder[_0x4ad9b7(0x223)](async()=>{const _0x4ec3af=_0x4ad9b7,_0x418f4b={};_0x418f4b[_0x4ec3af(0x20f)]=_0x37d358[_0x4ec3af(0x226)],await PerformanceTester[_0x4ec3af(0x1c0)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x2e5e66=_0x4ec3af;await AccessibilityHelper[_0x2e5e66(0x146)](_0x5d02b1,scripts['performScan']);},_0x418f4b)(),await PerformanceTester[_0x4ec3af(0x1c0)](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x32d7d4=_0x4ec3af;await AccessibilityHelper[_0x32d7d4(0x146)](_0x5d02b1,scripts[_0x32d7d4(0x178)],_0x3eabd4);})();}),logger['info'](_0x4f154b[_0x4ad9b7(0x1e2)]);}const _0x1951e4={};_0x1951e4[_0x4ad9b7(0x229)]=_0x4f154b[_0x4ad9b7(0x1a9)],PerformanceTester[_0x4ad9b7(0x1cd)](PerformanceHookEvents[_0x4ad9b7(0x213)],!![],null,_0x1951e4);}catch(_0xa52a0d){PerformanceTester[_0x4ad9b7(0x152)](_0xa52a0d);const _0x4bbc16={};_0x4bbc16[_0x4ad9b7(0x229)]=_0x4f154b[_0x4ad9b7(0x1a9)],PerformanceTester[_0x4ad9b7(0x1cd)](PerformanceHookEvents['SDK_HOOK'],![],_0xa52a0d,_0x4bbc16);}}),CodeceptJS[_0x5cff04(0x225)]['dispatcher']['on'](CodeceptJS[_0x5cff04(0x225)]['step'][_0x5cff04(0x1cb)],_0x550b89=>{const _0xed26d2=_0x5cff04;PerformanceTester[_0xed26d2(0x20d)](PerformanceHookEvents[_0xed26d2(0x213)]);try{process[_0xed26d2(0x173)](_0xed26d2(0x20e)+process[_0xed26d2(0x196)],{'timestamp':new Date()['toISOString'](),'level':_0x4f154b[_0xed26d2(0x1bf)],'message':_0x550b89,'kind':_0x4f154b[_0xed26d2(0x1dd)],'http_response':{}});}catch(_0x5f1037){PerformanceTester['captureError'](_0x5f1037);const _0x2c9126={};_0x2c9126['hookType']=_0x4f154b[_0xed26d2(0x1c7)],PerformanceTester[_0xed26d2(0x1cd)](PerformanceHookEvents['SDK_HOOK'],![],_0x5f1037,_0x2c9126);}const _0x5d1777={};_0x5d1777[_0xed26d2(0x229)]=_0x4f154b[_0xed26d2(0x1c7)],PerformanceTester[_0xed26d2(0x1cd)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x5d1777);}),CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x14e)]['on'](CodeceptJS[_0x5cff04(0x225)]['bddStep'][_0x5cff04(0x1bc)],_0x268442=>{const _0xfddeda=_0x5cff04,_0x22bccf={};_0x22bccf[_0xfddeda(0x229)]=_0x4f154b['DmsLM'],PerformanceTester[_0xfddeda(0x1c0)](PerformanceHookEvents[_0xfddeda(0x213)],()=>{const _0x4d7cec=_0xfddeda;_0x5909ba[_0x4d7cec(0x1c9)](_0x268442);},_0x22bccf)();}),CodeceptJS['event'][_0x5cff04(0x14e)]['on'](CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x204)][_0x5cff04(0x15f)],_0x125f27=>{const _0x850d16=_0x5cff04,_0x393f4a={};_0x393f4a['hookType']=_0x4f154b[_0x850d16(0x150)],PerformanceTester[_0x850d16(0x1c0)](PerformanceHookEvents[_0x850d16(0x213)],()=>{_0x5909ba['bddStepFinish'](_0x125f27);},_0x393f4a)();});};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a2_0x49842d=a2_0x5311;(function(_0x35c625,_0xc6153d){const _0xf56d16=a2_0x5311,_0x4dc334=_0x35c625();while(!![]){try{const _0x357eb6=-parseInt(_0xf56d16(0x1cf))/0x1*(parseInt(_0xf56d16(0x226))/0x2)+-parseInt(_0xf56d16(0x229))/0x3*(-parseInt(_0xf56d16(0x1fd))/0x4)+parseInt(_0xf56d16(0x1df))/0x5*(parseInt(_0xf56d16(0x239))/0x6)+-parseInt(_0xf56d16(0x1f0))/0x7+-parseInt(_0xf56d16(0x1f9))/0x8+-parseInt(_0xf56d16(0x24b))/0x9+parseInt(_0xf56d16(0x1d4))/0xa;if(_0x357eb6===_0xc6153d)break;else _0x4dc334['push'](_0x4dc334['shift']());}catch(_0x43fc2e){_0x4dc334['push'](_0x4dc334['shift']());}}}(a2_0x4e7b,0x2009d));const fs=require('fs'),path=require(a2_0x49842d(0x215)),util=require(a2_0x49842d(0x20e)),process=require(a2_0x49842d(0x243)),logger=require(a2_0x49842d(0x1e9))[a2_0x49842d(0x1c5)],{default:BrowserStackSetup}=require(a2_0x49842d(0x25b)),helper=require(a2_0x49842d(0x228)),utilities=require(a2_0x49842d(0x1fe)),{checkAccessibilityPlatformConfig}=require('../../helpers/accessibility-automation/helper'),{setAccessibilityCapabilities}=require('../../bin/playwright/accessibility-helper'),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x49842d(0x228)),CodeceptJS=requireModule(a2_0x49842d(0x23c),a2_0x49842d(0x22f)),testOpsHelper=require(a2_0x49842d(0x207)),TestHubHandler=require(a2_0x49842d(0x1bc)),constants=require(a2_0x49842d(0x1f5)),PerformanceTester=require(a2_0x49842d(0x1ed)),{FRAMEWORKS}=require(a2_0x49842d(0x212)),PerformanceEvents=require(a2_0x49842d(0x22c))['EVENTS'],ClientTroubleShootingService=require('../utils/clientTroubleshootingService'),_testErrorData=[],getUserCodeceptJSConfigs=(_0x156864,_0x5e7662)=>{const _0x3f1676=a2_0x49842d,_0x19df3c={};_0x19df3c[_0x3f1676(0x206)]=function(_0x1aa6cc,_0x2d2269){return _0x1aa6cc===_0x2d2269;},_0x19df3c[_0x3f1676(0x1e1)]=_0x3f1676(0x251),_0x19df3c['RLsjs']=_0x3f1676(0x230);const _0xcb4820=_0x19df3c;let _0x2c7a4a=null;const _0x4e689d={};let _0x2741fd=_0x5e7662[_0x3f1676(0x1f7)](_0x2e0187=>_0x2e0187===_0x3f1676(0x1de));_0xcb4820[_0x3f1676(0x206)](_0x2741fd,-0x1)&&(_0x2741fd=_0x5e7662[_0x3f1676(0x1f7)](_0x25d363=>_0x25d363==='-c'));if(!helper[_0x3f1676(0x214)](_0x156864[_0x3f1676(0x1f8)])&&fs['existsSync'](path['join'](process[_0x3f1676(0x1be)](),_0x156864[_0x3f1676(0x1f8)])))_0x2c7a4a=path['join'](process['cwd'](),_0x156864[_0x3f1676(0x1f8)]),_0x5e7662[_0x3f1676(0x20b)](_0x2741fd,0x2);else{if(!helper[_0x3f1676(0x214)](_0x156864['c'])&&fs['existsSync'](path[_0x3f1676(0x220)](process[_0x3f1676(0x1be)](),_0x156864['c'])))_0x2c7a4a=path[_0x3f1676(0x220)](process[_0x3f1676(0x1be)](),_0x156864['c']),_0x5e7662[_0x3f1676(0x20b)](_0x2741fd,0x2);else{if(fs[_0x3f1676(0x1d9)](path[_0x3f1676(0x220)](process['cwd'](),_0xcb4820[_0x3f1676(0x1e1)])))_0x2c7a4a=path[_0x3f1676(0x220)](process[_0x3f1676(0x1be)](),_0xcb4820[_0x3f1676(0x1e1)]);else fs[_0x3f1676(0x1d9)](path[_0x3f1676(0x220)](process[_0x3f1676(0x1be)](),_0xcb4820['RLsjs']))&&(_0x2c7a4a=path[_0x3f1676(0x220)](process['cwd'](),_0xcb4820[_0x3f1676(0x1ce)]));}}return process[_0x3f1676(0x223)][_0x3f1676(0x218)]=_0x2c7a4a,_0x2c7a4a;},getO11yRerunPattern=()=>{const _0x33f41d=a2_0x49842d,_0x1e581f=helper[_0x33f41d(0x257)](process[_0x33f41d(0x223)]['BROWSERSTACK_RERUN']);if(_0x1e581f){const _0x438b50=process[_0x33f41d(0x223)]['BROWSERSTACK_RERUN_TESTS'],_0x43f1f3=[];if(helper[_0x33f41d(0x250)](_0x438b50)&&!helper['isUndefined'](_0x438b50)){_0x438b50['split'](',')[_0x33f41d(0x1db)](_0x1f3783=>{const _0x2bb568=_0x33f41d;_0x43f1f3[_0x2bb568(0x25a)]('('+_0x1f3783[_0x2bb568(0x211)]()+')');});const _0x4e9ecf='^'+_0x43f1f3[_0x33f41d(0x220)]('|')+'$';return _0x4e9ecf;}}return null;},a2_0x5ef1a7={};function a2_0x5311(_0x38f9a0,_0x26d3b9){const _0x4e7b2a=a2_0x4e7b();return a2_0x5311=function(_0x5311d0,_0x12951c){_0x5311d0=_0x5311d0-0x1b9;let _0x235c79=_0x4e7b2a[_0x5311d0];return _0x235c79;},a2_0x5311(_0x38f9a0,_0x26d3b9);}a2_0x5ef1a7[a2_0x49842d(0x205)]=a2_0x49842d(0x22a),a2_0x5ef1a7[a2_0x49842d(0x1fc)]=a2_0x49842d(0x22a),a2_0x5ef1a7[a2_0x49842d(0x1ff)]='firefox',a2_0x5ef1a7['playwright-webkit']=a2_0x49842d(0x23a);const pwToCodeceptBrowser=a2_0x5ef1a7;async function run(_0x136e14,_0x2e5f84,_0x1cf230){const _0x527dc5=a2_0x49842d,_0x275abd={'vJdog':function(_0x4ebfd1,_0x483233){return _0x4ebfd1+_0x483233;},'hxZLU':function(_0x2956cc,_0x5b051e){return _0x2956cc(_0x5b051e);},'UuZPv':function(_0x1d5f87,_0x5e79f6){return _0x1d5f87+_0x5e79f6;},'RGlzo':function(_0x3acf05,_0x50fab6,_0x377a42){return _0x3acf05(_0x50fab6,_0x377a42);},'okOMs':_0x527dc5(0x221),'XFYZh':function(_0x5cf97f){return _0x5cf97f();},'QAKXD':_0x527dc5(0x1c4),'MjXWp':function(_0x3a4508){return _0x3a4508();},'grNTv':function(_0x398d6c){return _0x398d6c();},'JesUz':_0x527dc5(0x204),'QAYJo':'Passed\x20:\x20','SJPNj':_0x527dc5(0x1f3),'qcPdh':_0x527dc5(0x225),'SVVKa':function(_0x17c448,_0x336ab8,_0x21d5b7){return _0x17c448(_0x336ab8,_0x21d5b7);},'PrkdG':_0x527dc5(0x21b),'hfrEC':function(_0x3fac09,_0x35c02d,_0x134a6d){return _0x3fac09(_0x35c02d,_0x134a6d);},'cCxtL':_0x527dc5(0x208),'uxwvP':_0x527dc5(0x20c),'TvrVp':function(_0x1ad45b,_0x424151){return _0x1ad45b(_0x424151);},'eWzZg':function(_0x16a0eb,_0x3e0b1b){return _0x16a0eb!=_0x3e0b1b;},'zDMlL':function(_0x1700ad,_0x571df3){return _0x1700ad===_0x571df3;},'qDQuc':function(_0x3d64de,_0x479576,_0x1178f7){return _0x3d64de(_0x479576,_0x1178f7);},'oTpsh':'gherkin','QNPKM':function(_0x14c802,_0x336734){return _0x14c802(_0x336734);},'RkNRi':function(_0x3b53ab,_0x54cf2f){return _0x3b53ab*_0x54cf2f;},'ypFkq':'browser','wCUwP':_0x527dc5(0x1eb),'AEsoQ':function(_0x146ca8,_0x4ba1ba,_0x28a0e2){return _0x146ca8(_0x4ba1ba,_0x28a0e2);},'OLKJQ':_0x527dc5(0x241),'lXngg':_0x527dc5(0x234),'GqKwx':'browserStackCwd'};await _0x1cf230['initialize'](_0x136e14),await helper[_0x527dc5(0x1f2)](_0x1cf230[_0x527dc5(0x1f8)]);if(!_0x1cf230['config'])return;process[_0x527dc5(0x233)]=_0x136e14['profile'];_0x136e14[_0x527dc5(0x233)]&&(process[_0x527dc5(0x223)]['profile']=_0x136e14[_0x527dc5(0x233)]);const _0x87b17a=_0x275abd['SVVKa'](getUserCodeceptJSConfigs,_0x136e14,_0x2e5f84);let _0xfe912c={};_0x87b17a?(logger[_0x527dc5(0x249)]('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0x87b17a),_0xfe912c=CodeceptJS[_0x527dc5(0x1f8)]['load'](_0x87b17a)):logger[_0x527dc5(0x249)](_0x275abd[_0x527dc5(0x23f)]);let _0x1e6394=![];_0x275abd[_0x527dc5(0x1bf)](nestedKeyValue,_0xfe912c,[_0x275abd[_0x527dc5(0x1d8)],_0x275abd[_0x527dc5(0x240)]])&&(_0x1e6394=!![]);const _0x5eccf7=_0x1e6394?_0x275abd['cCxtL']:_0x275abd[_0x527dc5(0x23b)];let _0x3f2292=!_0x1e6394?helper[_0x527dc5(0x201)](_0x1cf230['config']):![];!helper[_0x527dc5(0x214)](_0x1cf230[_0x527dc5(0x1f8)][_0x527dc5(0x1ee)])&&(process[_0x527dc5(0x223)][_0x527dc5(0x244)]=JSON[_0x527dc5(0x210)](_0x1cf230[_0x527dc5(0x1f8)]['accessibilityOptions']));let _0x481fb0=_0x1cf230[_0x527dc5(0x1f8)][_0x527dc5(0x1c2)];_0x481fb0=_0x481fb0||_0x275abd[_0x527dc5(0x1e8)](checkAccessibilityPlatformConfig,_0x1cf230[_0x527dc5(0x1f8)]),process[_0x527dc5(0x223)][_0x527dc5(0x24d)]=_0x481fb0;_0x481fb0&&(_0x3f2292=!_0x481fb0);_0x275abd[_0x527dc5(0x1cb)](_0x1cf230[_0x527dc5(0x1f8)]['testObservability'],null)?process[_0x527dc5(0x223)][_0x527dc5(0x1d7)]=_0x1cf230[_0x527dc5(0x1f8)]['testObservability']:process['env'][_0x527dc5(0x1d7)]=_0x275abd[_0x527dc5(0x25e)](_0x5eccf7,_0x275abd[_0x527dc5(0x240)]);const _0x56be07=_0x275abd[_0x527dc5(0x252)](nestedKeyValue,_0xfe912c,[_0x275abd['oTpsh']]),_0x1b8b92=_0x56be07&&!helper[_0x527dc5(0x259)](_0x56be07)?FRAMEWORKS[_0x527dc5(0x1c1)]:FRAMEWORKS[_0x527dc5(0x1dc)],_0x31c166=await TestHubHandler[_0x527dc5(0x236)](_0x1b8b92,_0x1cf230);_0x481fb0&&_0x275abd[_0x527dc5(0x1ec)](setAccessibilityCapabilities,_0x1cf230[_0x527dc5(0x1f8)]);const _0x31f685={},_0x2a623d=[],_0x10f42d=_0x1cf230[_0x527dc5(0x1f8)][_0x527dc5(0x255)]||helper[_0x527dc5(0x1d3)](_0x136e14,_0x2e5f84,_0x1cf230[_0x527dc5(0x1f8)],constants[_0x527dc5(0x1e6)][_0x527dc5(0x1dc)])||0x1;let _0x1a74de=0x1;if(_0x275abd[_0x527dc5(0x1c6)](isBrowserstackInfra)){const _0x5a63c4=helper[_0x527dc5(0x246)](_0x1cf230['config'],_0x3f2292,constants[_0x527dc5(0x1e6)]['CODECEPT']);_0x5a63c4[_0x527dc5(0x20a)](_0xdc8854=>{const _0x4ecae3=_0x527dc5;helper[_0x4ecae3(0x245)](_0xdc8854);}),helper[_0x527dc5(0x1d1)](_0x1cf230[_0x527dc5(0x1f8)])?_0x1a74de=_0x275abd[_0x527dc5(0x224)](_0x10f42d,_0x1cf230[_0x527dc5(0x1f8)]['platforms'][_0x527dc5(0x1ea)]):_0x1a74de=_0x10f42d,_0x5a63c4['forEach'](_0x5e6ef7=>{const _0x5da201=_0x527dc5,_0x2e8382=_0x275abd['UuZPv'](helper[_0x5da201(0x202)](_0x5e6ef7,'_'),'_'+Date[_0x5da201(0x203)]()),_0x1a6c42=((()=>{const _0x41bf46=_0x5da201;if(_0x1e6394){const _0x58bb22=pwToCodeceptBrowser[_0x5e6ef7['browserName']]||_0x5e6ef7[_0x41bf46(0x25c)];return{'browser':_0x58bb22,[_0x58bb22]:{'browserWSEndpoint':_0x275abd[_0x41bf46(0x1d2)](helper[_0x41bf46(0x21d)](_0x1cf230[_0x41bf46(0x1f8)]),_0x275abd[_0x41bf46(0x237)](encodeURIComponent,JSON['stringify'](_0x5e6ef7)))}};}const _0x3383e5={};return _0x3383e5['desiredCapabilities']=_0x5e6ef7,_0x3383e5[_0x41bf46(0x22d)]=_0x1cf230[_0x41bf46(0x1f8)][_0x41bf46(0x1ca)],_0x3383e5['key']=_0x1cf230['config'][_0x41bf46(0x209)],_0x3383e5;})()),_0x4d1ff6=_0x275abd[_0x5da201(0x24c)](nestedKeyValue,_0xfe912c,[_0x275abd[_0x5da201(0x1d8)],_0x5eccf7]);_0x31f685[_0x2e8382]=_0x4d1ff6?helper[_0x5da201(0x1e5)](_0x1a6c42,_0x4d1ff6):_0x1a6c42;if(_0x1e6394)_0x31f685[_0x2e8382]['browser']=pwToCodeceptBrowser[_0x5e6ef7[_0x5da201(0x25c)]]||_0x5e6ef7[_0x5da201(0x25c)];else{_0x31f685[_0x2e8382][_0x5da201(0x22e)]=_0x5e6ef7[_0x5da201(0x25c)]||_0x1a6c42['browser'];if(_0x275abd['XFYZh'](isBrowserstackInfra)){_0x31f685[_0x2e8382][_0x5da201(0x21a)]=constants[_0x5da201(0x1c8)]['replace'](_0x275abd[_0x5da201(0x1e4)],'')[_0x5da201(0x23e)](/https?:\/\//,'');;_0x31f685[_0x2e8382][_0x5da201(0x215)]=_0x275abd[_0x5da201(0x1e4)];}}_0x2a623d[_0x5da201(0x25a)](_0x2e8382);});}else{_0x1a74de=0x1;if(_0x1e6394){const _0x4cbf4c=_0x275abd[_0x527dc5(0x1bf)](nestedKeyValue,_0xfe912c,[_0x275abd[_0x527dc5(0x1d8)],_0x5eccf7,_0x275abd['ypFkq']]),_0x4f4bd8=_0x275abd[_0x527dc5(0x24c)](nestedKeyValue,_0xfe912c,[_0x275abd[_0x527dc5(0x1d8)],_0x5eccf7,_0x4cbf4c]);if(_0x4f4bd8&&_0x4f4bd8['browserWSEndpoint']){const _0x32f6c0={};_0x32f6c0[_0x527dc5(0x1bb)]=[],_0x4f4bd8['browserWSEndpoint']=helper[_0x527dc5(0x246)](Object[_0x527dc5(0x247)]({},_0x1cf230['config'],_0x32f6c0),null,_0x1b8b92[_0x527dc5(0x1c3)](),null,null,_0x4f4bd8[_0x527dc5(0x1f4)]);}}else{const _0x75b8ea={};_0x75b8ea[_0x527dc5(0x1bb)]=[],_0xfe912c[_0x275abd[_0x527dc5(0x1d8)]][_0x5eccf7][_0x275abd[_0x527dc5(0x21c)]]=helper[_0x527dc5(0x246)](Object['assign']({},_0x1cf230[_0x527dc5(0x1f8)],_0x75b8ea),null,_0x1b8b92[_0x527dc5(0x1c3)](),_0x275abd[_0x527dc5(0x227)](nestedKeyValue,_0xfe912c,[_0x275abd[_0x527dc5(0x1d8)],_0x5eccf7,_0x275abd[_0x527dc5(0x21c)]])||{},null,null);}_0x31f685[_0x275abd['OLKJQ']]=_0xfe912c,_0x2a623d[_0x527dc5(0x25a)](_0x275abd[_0x527dc5(0x253)]);}const _0x185a2d={};_0x185a2d[_0x527dc5(0x20d)]=_0x87b17a;const _0x4b7cde=_0x185a2d,_0x82888=path[_0x527dc5(0x220)](__dirname,_0x275abd[_0x527dc5(0x1bd)]),_0x11b0e9=process['cwd']();process[_0x527dc5(0x223)][_0x275abd['GqKwx']]=_0x11b0e9,process['chdir'](path[_0x527dc5(0x235)](_0x87b17a));const _0x1d2a84=new CodeceptJS[(_0x527dc5(0x1f6))](null,_0x4b7cde),_0x3a8c8c=_0x1d2a84[_0x527dc5(0x222)](_0x1a74de),_0x1599ea=testOpsHelper['isTestObservabilitySession'](),_0x496df6=_0x2a623d[_0x527dc5(0x1db)](_0x379248=>{const _0x33601e=_0x527dc5,_0xba39={};_0xba39[_0x33601e(0x208)]=_0x31f685[_0x379248];const _0x1d0f50={};_0x1d0f50[_0x33601e(0x20c)]=_0x31f685[_0x379248];const _0x14ab85=_0x1e6394?_0xba39:_0x1d0f50,_0x26ea89=_0x275abd[_0x33601e(0x254)](getO11yRerunPattern),_0x148a0b={};_0x148a0b[_0x33601e(0x221)]=_0x14ab85;const _0x26de08={};_0x26de08[_0x33601e(0x1b9)]=_0x82888,_0x26de08[_0x33601e(0x238)]=!![],_0x26de08[_0x33601e(0x1e3)]=_0x1cf230[_0x33601e(0x1f8)][_0x33601e(0x1da)][_0x33601e(0x1e3)],_0x26de08['skipSessionStatus']=_0x1cf230[_0x33601e(0x1f8)][_0x33601e(0x1da)][_0x33601e(0x1fb)],_0x26de08[_0x33601e(0x242)]=_0x1599ea,_0x26de08['frameworkName']=_0x1b8b92;const _0x2b5ff5={};_0x2b5ff5[_0x33601e(0x213)]=_0x26de08;const _0x523403={};return _0x523403[_0x33601e(0x256)]=_0x2b5ff5,helper['mergeDeep']({},_0xfe912c,_0x275abd['grNTv'](isBrowserstackInfra)?_0x148a0b:{},_0x26ea89?{'grep':_0x26ea89}:{},_0x523403);});for(const _0x19e2ca of _0x496df6){for(const _0x12ed56 of _0x3a8c8c){const _0x414be0=_0x1d2a84[_0x527dc5(0x1dd)]();_0x414be0[_0x527dc5(0x1cd)](_0x12ed56),_0x414be0[_0x527dc5(0x21e)](_0x19e2ca);const _0x5b0278={};_0x5b0278[_0x527dc5(0x1f8)]=_0x87b17a,_0x414be0[_0x527dc5(0x20f)](Object[_0x527dc5(0x247)](_0x5b0278,_0x136e14));}}_0x1d2a84['on'](CodeceptJS[_0x527dc5(0x1ba)]['test'][_0x527dc5(0x1d5)],(_0x1d21d1,_0x31b09e)=>{const _0x47a45a=_0x527dc5;console[_0x47a45a(0x1d6)](_0x275abd[_0x47a45a(0x23d)],_0x1d21d1['title']);const _0xafdd34={[_0x1d21d1[_0x47a45a(0x219)]]:_0x1d21d1[_0x47a45a(0x25d)][_0x47a45a(0x24a)]};_testErrorData[_0x47a45a(0x25a)](_0xafdd34);}),_0x1d2a84['on'](CodeceptJS[_0x527dc5(0x1ba)]['test']['passed'],async _0x246ed5=>{const _0x31f5bd=_0x527dc5;console[_0x31f5bd(0x1d6)](_0x275abd[_0x31f5bd(0x248)],_0x246ed5[_0x31f5bd(0x219)]);}),_0x1d2a84['on'](CodeceptJS[_0x527dc5(0x1ba)][_0x527dc5(0x1cc)][_0x527dc5(0x1c7)],async _0x33f6a9=>{const _0x56571b=_0x527dc5;console[_0x56571b(0x1d6)](_0x275abd[_0x56571b(0x24e)],_0x33f6a9[_0x56571b(0x219)]);}),_0x1d2a84['on'](CodeceptJS[_0x527dc5(0x1ba)][_0x527dc5(0x24f)]['result'],async()=>{const _0x14ab30=_0x527dc5,_0x2ef1a0=_0x275abd[_0x14ab30(0x21f)][_0x14ab30(0x1ef)]('|');let _0x1bf8d5=0x0;while(!![]){switch(_0x2ef1a0[_0x1bf8d5++]){case'0':try{await TestHubHandler[_0x14ab30(0x216)]();}catch(_0x4e067f){logger[_0x14ab30(0x1e0)](_0x14ab30(0x1e2)+util[_0x14ab30(0x1d0)](_0x4e067f));}continue;case'1':utilities[_0x14ab30(0x231)](_0x1cf230);continue;case'2':PerformanceTester[_0x14ab30(0x1fa)](PerformanceEvents[_0x14ab30(0x232)]);continue;case'3':_0x1cf230[_0x14ab30(0x1e7)]=_testErrorData;continue;case'4':testOpsHelper['printBuildLink']();continue;case'5':_0x1d2a84['printResults']();continue;}break;}});async function _0x369493(){const _0x1fd972=_0x527dc5;try{await _0x1d2a84[_0x1fd972(0x200)](),await _0x1d2a84[_0x1fd972(0x1f1)]();}finally{process[_0x1fd972(0x217)](_0x11b0e9),await _0x1d2a84[_0x1fd972(0x1c0)]();}}PerformanceTester[_0x527dc5(0x258)](PerformanceEvents[_0x527dc5(0x1c9)]),_0x275abd[_0x527dc5(0x22b)](_0x369493);}module['exports']=run;function a2_0x4e7b(){const _0x49836e=['length','desiredCapabilities','QNPKM','../../helpers/performance/performance-tester','accessibilityOptions','split','63063RSLWGs','run','handleApp','Started\x20:\x20','browserWSEndpoint','../utils/constants','Workers','findIndex','config','1370192XZpNqn','start','skipSessionStatus','playwright-chromium','100pehcfb','../../helpers/utilities','playwright-firefox','bootstrapAll','useW3C','getPlatformName','now','Failed\x20:\x20','chrome','nvZFN','../../helpers/test-observability/utils','Playwright','accessKey','forEach','slice','WebDriver','testConfig','util','addOptions','stringify','trim','../../helpers/test-observability/constants','BrowserStackPlugin','isUndefined','path','stop','chdir','USER_CONFIG_DETAILS_PATH','title','host','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','wCUwP','getPlaywrightUrl','addConfig','qcPdh','join','helpers','createGroupsOfSuites','env','RkNRi','2|3|4|1|0|5','262196UZFlgi','AEsoQ','../../helpers/helper','15681wvpVnE','chromium','XFYZh','../../helpers/performance/constants','user','browser','codeceptjs','codecept.json','finalExecution','SDK_CLEANUP','profile','BrowserStackPlugin.js','dirname','launchBuild','hxZLU','enabled','18OmqiGf','webkit','uxwvP','codeceptjs/lib/index.js','JesUz','replace','PrkdG','cCxtL','root','testObservability','process','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','setAdditionalCapabilities','prepareCapabilities','assign','QAYJo','info','stack','1167552YtfWNx','RGlzo','BROWSERSTACK_TEST_ACCESSIBILITY_YML','SJPNj','all','validateRerunTestList','codecept.conf.js','qDQuc','OLKJQ','MjXWp','parallelsPerPlatform','plugins','isTrue','end','isEmpty','push','../../helpers/BrowserStackSetup','browserName','err','zDMlL','require','event','platforms','../../helpers/testhub/testhubHandler','lXngg','cwd','hfrEC','teardownAll','CODECEPT_CUCUMBER','accessibility','toLowerCase','/wd/hub','winstonLogger','grNTv','before','hubUrl','SDK_SETUP','userName','eWzZg','test','addTests','RLsjs','2XfmKyD','format','validPlatformsPresent','vJdog','getUserWorkerCount','3917320FgBSHb','failed','log','BROWSERSTACK_TEST_OBSERVABILITY_YML','okOMs','existsSync','testContextOptions','map','CODECEPT','spawn','--config','301715xZgnfe','debug','smGwx','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','skipSessionName','QAKXD','mergeDeep','FRAMEWORKS','errorMessage','TvrVp','../../helpers/logger'];a2_0x4e7b=function(){return _0x49836e;};return a2_0x4e7b();}
2
+ 'use strict';const a2_0x579e08=a2_0x574c;(function(_0x1fa2e9,_0x547071){const _0x3589fe=a2_0x574c,_0x824b7f=_0x1fa2e9();while(!![]){try{const _0x2f138a=-parseInt(_0x3589fe(0x1ae))/0x1*(parseInt(_0x3589fe(0x11e))/0x2)+-parseInt(_0x3589fe(0x120))/0x3+-parseInt(_0x3589fe(0x151))/0x4*(parseInt(_0x3589fe(0x165))/0x5)+parseInt(_0x3589fe(0x15c))/0x6*(parseInt(_0x3589fe(0x149))/0x7)+-parseInt(_0x3589fe(0x12a))/0x8+parseInt(_0x3589fe(0x1a0))/0x9+parseInt(_0x3589fe(0x175))/0xa;if(_0x2f138a===_0x547071)break;else _0x824b7f['push'](_0x824b7f['shift']());}catch(_0x3d57cc){_0x824b7f['push'](_0x824b7f['shift']());}}}(a2_0x45c0,0x53521));const fs=require('fs'),path=require('path'),util=require('util'),process=require('process'),logger=require('../../helpers/logger')[a2_0x579e08(0x14f)],{default:BrowserStackSetup}=require(a2_0x579e08(0x169)),helper=require(a2_0x579e08(0x167)),utilities=require(a2_0x579e08(0x17a)),{checkAccessibilityPlatformConfig}=require('../../helpers/accessibility-automation/helper'),{setAccessibilityCapabilities}=require(a2_0x579e08(0x196)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require('../../helpers/helper'),CodeceptJS=requireModule('codeceptjs/lib/index.js',a2_0x579e08(0x1a9)),testOpsHelper=require('../../helpers/test-observability/utils'),TestHubHandler=require(a2_0x579e08(0x134)),constants=require(a2_0x579e08(0x15e)),PerformanceTester=require(a2_0x579e08(0x156)),{FRAMEWORKS}=require(a2_0x579e08(0x16a)),PerformanceEvents=require(a2_0x579e08(0x15f))[a2_0x579e08(0x195)],ClientTroubleShootingService=require(a2_0x579e08(0x14c)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x29ae8d,_0x25ba45)=>{const _0x3611b7=a2_0x579e08,_0x4bee3c={};_0x4bee3c[_0x3611b7(0x13b)]=function(_0x48ba57,_0x481b66){return _0x48ba57===_0x481b66;},_0x4bee3c[_0x3611b7(0x159)]=_0x3611b7(0x177),_0x4bee3c['yMTSY']=_0x3611b7(0x1b3);const _0xcec579=_0x4bee3c;let _0x4d906e=null;const _0x5d901c={};let _0x20645d=_0x25ba45['findIndex'](_0x2d1390=>_0x2d1390===_0x3611b7(0x14d));_0xcec579['dPBUN'](_0x20645d,-0x1)&&(_0x20645d=_0x25ba45['findIndex'](_0x3c11d9=>_0x3c11d9==='-c'));if(!helper[_0x3611b7(0x173)](_0x29ae8d['config'])&&fs[_0x3611b7(0x198)](path['join'](process[_0x3611b7(0x131)](),_0x29ae8d[_0x3611b7(0x143)])))_0x4d906e=path[_0x3611b7(0x15d)](process[_0x3611b7(0x131)](),_0x29ae8d['config']),_0x25ba45['slice'](_0x20645d,0x2);else{if(!helper['isUndefined'](_0x29ae8d['c'])&&fs[_0x3611b7(0x198)](path['join'](process[_0x3611b7(0x131)](),_0x29ae8d['c'])))_0x4d906e=path[_0x3611b7(0x15d)](process[_0x3611b7(0x131)](),_0x29ae8d['c']),_0x25ba45[_0x3611b7(0x16b)](_0x20645d,0x2);else{if(fs[_0x3611b7(0x198)](path[_0x3611b7(0x15d)](process['cwd'](),_0xcec579[_0x3611b7(0x159)])))_0x4d906e=path[_0x3611b7(0x15d)](process[_0x3611b7(0x131)](),_0xcec579[_0x3611b7(0x159)]);else fs['existsSync'](path[_0x3611b7(0x15d)](process[_0x3611b7(0x131)](),_0xcec579[_0x3611b7(0x19d)]))&&(_0x4d906e=path['join'](process[_0x3611b7(0x131)](),_0xcec579['yMTSY']));}}return process[_0x3611b7(0x1aa)][_0x3611b7(0x186)]=_0x4d906e,_0x4d906e;},getO11yRerunPattern=()=>{const _0x45dbad=a2_0x579e08,_0x189ebe=helper[_0x45dbad(0x18d)](process[_0x45dbad(0x1aa)][_0x45dbad(0x17d)]);if(_0x189ebe){const _0x1fa5ae=process[_0x45dbad(0x1aa)][_0x45dbad(0x18a)],_0x13657f=[];if(helper[_0x45dbad(0x135)](_0x1fa5ae)&&!helper[_0x45dbad(0x173)](_0x1fa5ae)){_0x1fa5ae[_0x45dbad(0x12e)](',')[_0x45dbad(0x17f)](_0xb4c18f=>{const _0x1a1385=_0x45dbad;_0x13657f[_0x1a1385(0x13e)]('('+_0xb4c18f[_0x1a1385(0x1ad)]()+')');});const _0x1ddbcf='^'+_0x13657f[_0x45dbad(0x15d)]('|')+'$';return _0x1ddbcf;}}return null;},a2_0x50fa68={};a2_0x50fa68[a2_0x579e08(0x11f)]=a2_0x579e08(0x1af),a2_0x50fa68[a2_0x579e08(0x188)]='chromium',a2_0x50fa68[a2_0x579e08(0x12b)]='firefox',a2_0x50fa68[a2_0x579e08(0x155)]=a2_0x579e08(0x13d);const pwToCodeceptBrowser=a2_0x50fa68;function a2_0x45c0(){const _0x4ff91e=['hubUrl','dPBUN','browser','webkit','push','BrowserStackPlugin.js','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','validPlatformsPresent','accessKey','config','require','FRAMEWORKS','printBuildLink','user','cIsRX','35056jFgEyW','info','wrsVj','../utils/clientTroubleshootingService','--config','SDK_CLEANUP','winstonLogger','mergeDeep','305056PWTBCy','Playwright','browserWSEndpoint','event','playwright-webkit','../../helpers/performance/performance-tester','end','stack','yWhoz','assign','addOptions','300uKCTpD','join','../utils/constants','../../helpers/performance/constants','isEmpty','FQVwb','platforms','err','forEach','25SphJWx','wxVKw','../../helpers/helper','log','../../helpers/BrowserStackSetup','../../helpers/test-observability/constants','slice','frameworkName','PerEA','Passed\x20:\x20','start','useW3C','setAdditionalCapabilities','addConfig','isUndefined','KBxct','10179910IQLpwc','mlKGE','codecept.conf.js','helpers','getPlatformName','../../helpers/utilities','addTests','toLowerCase','BROWSERSTACK_RERUN','dirname','map','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','load','kMjkU','createGroupsOfSuites','BROWSERSTACK_TEST_ACCESSIBILITY_YML','stringify','USER_CONFIG_DETAILS_PATH','chdir','playwright-chromium','rBHoL','BROWSERSTACK_RERUN_TESTS','getUserWorkerCount','spawn','isTrue','tYXxY','PkpNa','bootstrapAll','ouEHQ','title','accessibilityOptions','testConfig','EVENTS','../../bin/playwright/accessibility-helper','CqSKw','existsSync','UhmqH','gherkin','launchBuild','test','yMTSY','browserName','initialize','1835784ZAMpNA','yzqGi','FiuGi','ihmre','RaFfJ','XbifG','testContextOptions','finalExecution','key','codeceptjs','env','PfKYt','stop','trim','104409AdYaUT','chromium','QCUEN','BrowserStackPlugin','replace','codecept.json','plugins','printResults','format','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','lJHGE','CODECEPT','path','xhEVg','testObservability','all','Failed\x20:\x20','rPVMQ','profile','skipSessionName','passed','2NGKckj','chrome','235305cVVGnr','skipSessionStatus','host','WebDriver','parallelsPerPlatform','wIUzO','BROWSERSTACK_TEST_OBSERVABILITY_YML','getPlaywrightUrl','NpmUp','root','4535376AUlKfh','playwright-firefox','prepareCapabilities','debug','split','handleApp','browserStackCwd','cwd','/wd/hub','desiredCapabilities','../../helpers/testhub/testhubHandler','validateRerunTestList','Started\x20:\x20','length','JzPqK','accessibility'];a2_0x45c0=function(){return _0x4ff91e;};return a2_0x45c0();}function a2_0x574c(_0x1cfcd8,_0x5b8ba9){const _0x45c085=a2_0x45c0();return a2_0x574c=function(_0x574c1,_0x2b1d5c){_0x574c1=_0x574c1-0x10f;let _0x810759=_0x45c085[_0x574c1];return _0x810759;},a2_0x574c(_0x1cfcd8,_0x5b8ba9);}async function run(_0xe99506,_0x33490a,_0x1b692d){const _0x4ef0f4=a2_0x579e08,_0x3d77c0={'NpmUp':function(_0x4707d0,_0x4b4eb2){return _0x4707d0+_0x4b4eb2;},'wrsVj':function(_0x1978d0,_0x4d1b02){return _0x1978d0(_0x4d1b02);},'CqSKw':function(_0x3a6b0b,_0x3d187c){return _0x3a6b0b+_0x3d187c;},'LqIxN':function(_0x2c83a2,_0x485616,_0x310b23){return _0x2c83a2(_0x485616,_0x310b23);},'rPVMQ':_0x4ef0f4(0x178),'ouqEi':function(_0x15849e){return _0x15849e();},'ouEHQ':_0x4ef0f4(0x132),'PkpNa':function(_0x5212ce){return _0x5212ce();},'eEdVj':_0x4ef0f4(0x119),'AzQbj':_0x4ef0f4(0x16e),'UhmqH':_0x4ef0f4(0x136),'PerEA':'1|3|0|4|2|5','tYXxY':function(_0x144e19,_0x418ea4,_0x298301){return _0x144e19(_0x418ea4,_0x298301);},'wxVKw':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','FQVwb':function(_0x49e504,_0x26b32f,_0x2f1833){return _0x49e504(_0x26b32f,_0x2f1833);},'cIsRX':_0x4ef0f4(0x152),'wIUzO':_0x4ef0f4(0x123),'FiuGi':function(_0x21324b,_0x18a267){return _0x21324b(_0x18a267);},'QCUEN':function(_0x40553e,_0x4f6272){return _0x40553e!=_0x4f6272;},'xhEVg':function(_0x1c05d9,_0x391203){return _0x1c05d9===_0x391203;},'RaFfJ':function(_0x50c6df,_0xe0fe89,_0x29f67e){return _0x50c6df(_0xe0fe89,_0x29f67e);},'mlKGE':_0x4ef0f4(0x19a),'lJHGE':function(_0x2305f8,_0x273ab1){return _0x2305f8(_0x273ab1);},'KBxct':function(_0x105530,_0x4248bb){return _0x105530*_0x4248bb;},'XbifG':function(_0x2a2c96,_0x137c1d,_0x1e2dfe){return _0x2a2c96(_0x137c1d,_0x1e2dfe);},'FjiEe':_0x4ef0f4(0x13c),'PfKYt':function(_0xc02549,_0x45ddf5,_0x5f4531){return _0xc02549(_0x45ddf5,_0x5f4531);},'JzPqK':_0x4ef0f4(0x133),'kMjkU':_0x4ef0f4(0x129),'yzqGi':_0x4ef0f4(0x13f),'jPHDp':_0x4ef0f4(0x130),'rBHoL':function(_0x487d70){return _0x487d70();}};await _0x1b692d[_0x4ef0f4(0x19f)](_0xe99506),await helper[_0x4ef0f4(0x12f)](_0x1b692d[_0x4ef0f4(0x143)]);if(!_0x1b692d[_0x4ef0f4(0x143)])return;process[_0x4ef0f4(0x11b)]=_0xe99506[_0x4ef0f4(0x11b)];_0xe99506['profile']&&(process[_0x4ef0f4(0x1aa)][_0x4ef0f4(0x11b)]=_0xe99506[_0x4ef0f4(0x11b)]);const _0x27d155=_0x3d77c0[_0x4ef0f4(0x18e)](getUserCodeceptJSConfigs,_0xe99506,_0x33490a);let _0x4f8a71={};_0x27d155?(logger[_0x4ef0f4(0x14a)](_0x4ef0f4(0x112)+_0x27d155),_0x4f8a71=CodeceptJS[_0x4ef0f4(0x143)][_0x4ef0f4(0x181)](_0x27d155)):logger[_0x4ef0f4(0x14a)](_0x3d77c0[_0x4ef0f4(0x166)]);let _0x265d40=![];_0x3d77c0[_0x4ef0f4(0x161)](nestedKeyValue,_0x4f8a71,[_0x3d77c0[_0x4ef0f4(0x11a)],_0x3d77c0[_0x4ef0f4(0x148)]])&&(_0x265d40=!![]);const _0x17b2d8=_0x265d40?_0x3d77c0[_0x4ef0f4(0x148)]:_0x3d77c0[_0x4ef0f4(0x125)];let _0x2bb206=!_0x265d40?helper[_0x4ef0f4(0x170)](_0x1b692d[_0x4ef0f4(0x143)]):![];!helper[_0x4ef0f4(0x173)](_0x1b692d[_0x4ef0f4(0x143)]['accessibilityOptions'])&&(process[_0x4ef0f4(0x1aa)][_0x4ef0f4(0x180)]=JSON[_0x4ef0f4(0x185)](_0x1b692d[_0x4ef0f4(0x143)][_0x4ef0f4(0x193)]));let _0x51aa28=_0x1b692d[_0x4ef0f4(0x143)][_0x4ef0f4(0x139)];_0x51aa28=_0x51aa28||_0x3d77c0[_0x4ef0f4(0x1a2)](checkAccessibilityPlatformConfig,_0x1b692d[_0x4ef0f4(0x143)]),process['env'][_0x4ef0f4(0x184)]=_0x51aa28;_0x51aa28&&(_0x2bb206=!_0x51aa28);_0x3d77c0[_0x4ef0f4(0x1b0)](_0x1b692d[_0x4ef0f4(0x143)][_0x4ef0f4(0x117)],null)?process[_0x4ef0f4(0x1aa)][_0x4ef0f4(0x126)]=_0x1b692d[_0x4ef0f4(0x143)][_0x4ef0f4(0x117)]:process[_0x4ef0f4(0x1aa)][_0x4ef0f4(0x126)]=_0x3d77c0[_0x4ef0f4(0x116)](_0x17b2d8,_0x3d77c0[_0x4ef0f4(0x148)]);const _0x2b0b95=_0x3d77c0['RaFfJ'](nestedKeyValue,_0x4f8a71,[_0x3d77c0[_0x4ef0f4(0x176)]]),_0x5c6e07=_0x2b0b95&&!helper[_0x4ef0f4(0x160)](_0x2b0b95)?FRAMEWORKS['CODECEPT_CUCUMBER']:FRAMEWORKS[_0x4ef0f4(0x114)],_0x292f42=await TestHubHandler[_0x4ef0f4(0x19b)](_0x5c6e07,_0x1b692d);_0x51aa28&&_0x3d77c0[_0x4ef0f4(0x113)](setAccessibilityCapabilities,_0x1b692d['config']);const _0x2fab14={},_0xd071bd=[],_0x56473e=_0x1b692d[_0x4ef0f4(0x143)][_0x4ef0f4(0x124)]||helper[_0x4ef0f4(0x18b)](_0xe99506,_0x33490a,_0x1b692d[_0x4ef0f4(0x143)],constants['FRAMEWORKS']['CODECEPT'])||0x1;let _0x482a99=0x1;if(_0x3d77c0['PkpNa'](isBrowserstackInfra)){const _0x2f6d88=helper[_0x4ef0f4(0x12c)](_0x1b692d['config'],_0x2bb206,constants[_0x4ef0f4(0x145)]['CODECEPT']);_0x2f6d88[_0x4ef0f4(0x164)](_0x23b1ff=>{const _0x923cfd=_0x4ef0f4;helper[_0x923cfd(0x171)](_0x23b1ff);}),helper[_0x4ef0f4(0x141)](_0x1b692d[_0x4ef0f4(0x143)])?_0x482a99=_0x3d77c0[_0x4ef0f4(0x174)](_0x56473e,_0x1b692d[_0x4ef0f4(0x143)][_0x4ef0f4(0x162)][_0x4ef0f4(0x137)]):_0x482a99=_0x56473e,_0x2f6d88[_0x4ef0f4(0x164)](_0x347efa=>{const _0x2391bb=_0x4ef0f4,_0x330192={'YVLwD':function(_0x42f199,_0x43feb8){const _0x3a2f33=a2_0x574c;return _0x3d77c0[_0x3a2f33(0x128)](_0x42f199,_0x43feb8);},'ihmre':function(_0x2d9c8d,_0x28546c){const _0x2c60a5=a2_0x574c;return _0x3d77c0[_0x2c60a5(0x14b)](_0x2d9c8d,_0x28546c);}},_0x56dd6b=_0x3d77c0[_0x2391bb(0x197)](helper[_0x2391bb(0x179)](_0x347efa,'_'),'_'+Date['now']()),_0x127c80=((()=>{const _0x4708c2=_0x2391bb;if(_0x265d40){const _0x3cb736=pwToCodeceptBrowser[_0x347efa[_0x4708c2(0x19e)]]||_0x347efa[_0x4708c2(0x19e)];return{'browser':_0x3cb736,[_0x3cb736]:{'browserWSEndpoint':_0x330192['YVLwD'](helper[_0x4708c2(0x127)](_0x1b692d[_0x4708c2(0x143)]),_0x330192[_0x4708c2(0x1a3)](encodeURIComponent,JSON[_0x4708c2(0x185)](_0x347efa)))}};}const _0x5e3875={};return _0x5e3875[_0x4708c2(0x133)]=_0x347efa,_0x5e3875[_0x4708c2(0x147)]=_0x1b692d['config']['userName'],_0x5e3875[_0x4708c2(0x1a8)]=_0x1b692d['config'][_0x4708c2(0x142)],_0x5e3875;})()),_0x2c9ecb=_0x3d77c0['LqIxN'](nestedKeyValue,_0x4f8a71,[_0x3d77c0[_0x2391bb(0x11a)],_0x17b2d8]);_0x2fab14[_0x56dd6b]=_0x2c9ecb?helper[_0x2391bb(0x150)](_0x127c80,_0x2c9ecb):_0x127c80;if(_0x265d40)_0x2fab14[_0x56dd6b]['browser']=pwToCodeceptBrowser[_0x347efa[_0x2391bb(0x19e)]]||_0x347efa[_0x2391bb(0x19e)];else{_0x2fab14[_0x56dd6b][_0x2391bb(0x13c)]=_0x347efa['browserName']||_0x127c80[_0x2391bb(0x13c)];if(_0x3d77c0['ouqEi'](isBrowserstackInfra)){_0x2fab14[_0x56dd6b][_0x2391bb(0x122)]=constants[_0x2391bb(0x13a)][_0x2391bb(0x1b2)](_0x3d77c0['ouEHQ'],'')[_0x2391bb(0x1b2)](/https?:\/\//,'');;_0x2fab14[_0x56dd6b][_0x2391bb(0x115)]=_0x3d77c0[_0x2391bb(0x191)];}}_0xd071bd['push'](_0x56dd6b);});}else{_0x482a99=0x1;if(_0x265d40){const _0x471314=_0x3d77c0[_0x4ef0f4(0x1a5)](nestedKeyValue,_0x4f8a71,[_0x3d77c0[_0x4ef0f4(0x11a)],_0x17b2d8,_0x3d77c0['FjiEe']]),_0xed5754=_0x3d77c0[_0x4ef0f4(0x1ab)](nestedKeyValue,_0x4f8a71,[_0x3d77c0[_0x4ef0f4(0x11a)],_0x17b2d8,_0x471314]);if(_0xed5754&&_0xed5754[_0x4ef0f4(0x153)]){const _0x59927f={};_0x59927f[_0x4ef0f4(0x162)]=[],_0xed5754[_0x4ef0f4(0x153)]=helper[_0x4ef0f4(0x12c)](Object[_0x4ef0f4(0x15a)]({},_0x1b692d['config'],_0x59927f),null,_0x5c6e07[_0x4ef0f4(0x17c)](),null,null,_0xed5754[_0x4ef0f4(0x153)]);}}else{const _0x560968={};_0x560968[_0x4ef0f4(0x162)]=[],_0x4f8a71[_0x3d77c0[_0x4ef0f4(0x11a)]][_0x17b2d8][_0x3d77c0[_0x4ef0f4(0x138)]]=helper[_0x4ef0f4(0x12c)](Object[_0x4ef0f4(0x15a)]({},_0x1b692d['config'],_0x560968),null,_0x5c6e07[_0x4ef0f4(0x17c)](),_0x3d77c0[_0x4ef0f4(0x1a4)](nestedKeyValue,_0x4f8a71,[_0x3d77c0[_0x4ef0f4(0x11a)],_0x17b2d8,_0x3d77c0['JzPqK']])||{},null,null);}_0x2fab14[_0x3d77c0['kMjkU']]=_0x4f8a71,_0xd071bd[_0x4ef0f4(0x13e)](_0x3d77c0[_0x4ef0f4(0x182)]);}const _0x3c69cc={};_0x3c69cc[_0x4ef0f4(0x194)]=_0x27d155;const _0x513dd0=_0x3c69cc,_0x265bb7=path[_0x4ef0f4(0x15d)](__dirname,_0x3d77c0[_0x4ef0f4(0x1a1)]),_0x2fb49d=process[_0x4ef0f4(0x131)]();process[_0x4ef0f4(0x1aa)][_0x3d77c0['jPHDp']]=_0x2fb49d,process[_0x4ef0f4(0x187)](path[_0x4ef0f4(0x17e)](_0x27d155));const _0x35cefa=new CodeceptJS['Workers'](null,_0x513dd0),_0x21a80c=_0x35cefa[_0x4ef0f4(0x183)](_0x482a99),_0x35163a=testOpsHelper['isTestObservabilitySession'](),_0x17e25e=_0xd071bd[_0x4ef0f4(0x17f)](_0x110aef=>{const _0x4ab1cd=_0x4ef0f4,_0xa617ef={};_0xa617ef[_0x4ab1cd(0x152)]=_0x2fab14[_0x110aef];const _0x1232e9={};_0x1232e9['WebDriver']=_0x2fab14[_0x110aef];const _0x13e8b2=_0x265d40?_0xa617ef:_0x1232e9,_0x4b19a3=_0x3d77c0['ouqEi'](getO11yRerunPattern),_0x1f4aca={};_0x1f4aca[_0x4ab1cd(0x178)]=_0x13e8b2;const _0x3151a9={};_0x3151a9[_0x4ab1cd(0x144)]=_0x265bb7,_0x3151a9['enabled']=!![],_0x3151a9[_0x4ab1cd(0x11c)]=_0x1b692d['config']['testContextOptions']['skipSessionName'],_0x3151a9[_0x4ab1cd(0x121)]=_0x1b692d[_0x4ab1cd(0x143)][_0x4ab1cd(0x1a6)][_0x4ab1cd(0x121)],_0x3151a9['testObservability']=_0x35163a,_0x3151a9[_0x4ab1cd(0x16c)]=_0x5c6e07;const _0x329324={};_0x329324[_0x4ab1cd(0x1b1)]=_0x3151a9;const _0x16925c={};return _0x16925c[_0x4ab1cd(0x10f)]=_0x329324,helper[_0x4ab1cd(0x150)]({},_0x4f8a71,_0x3d77c0[_0x4ab1cd(0x18f)](isBrowserstackInfra)?_0x1f4aca:{},_0x4b19a3?{'grep':_0x4b19a3}:{},_0x16925c);});for(const _0x2a94cc of _0x17e25e){for(const _0x1b120a of _0x21a80c){const _0x2ec49b=_0x35cefa[_0x4ef0f4(0x18c)]();_0x2ec49b[_0x4ef0f4(0x17b)](_0x1b120a),_0x2ec49b[_0x4ef0f4(0x172)](_0x2a94cc);const _0x4b8110={};_0x4b8110[_0x4ef0f4(0x143)]=_0x27d155,_0x2ec49b[_0x4ef0f4(0x15b)](Object[_0x4ef0f4(0x15a)](_0x4b8110,_0xe99506));}}_0x35cefa['on'](CodeceptJS[_0x4ef0f4(0x154)][_0x4ef0f4(0x19c)]['failed'],(_0x122246,_0x17ddbb)=>{const _0x179b6a=_0x4ef0f4;console[_0x179b6a(0x168)](_0x3d77c0['eEdVj'],_0x122246[_0x179b6a(0x192)]);const _0x179e22={[_0x122246[_0x179b6a(0x192)]]:_0x122246[_0x179b6a(0x163)][_0x179b6a(0x158)]};_testErrorData['push'](_0x179e22);}),_0x35cefa['on'](CodeceptJS[_0x4ef0f4(0x154)][_0x4ef0f4(0x19c)][_0x4ef0f4(0x11d)],async _0x8819b1=>{const _0x4f195a=_0x4ef0f4;console[_0x4f195a(0x168)](_0x3d77c0['AzQbj'],_0x8819b1[_0x4f195a(0x192)]);}),_0x35cefa['on'](CodeceptJS['event'][_0x4ef0f4(0x19c)]['before'],async _0x378fa2=>{const _0x1cdc80=_0x4ef0f4;console[_0x1cdc80(0x168)](_0x3d77c0[_0x1cdc80(0x199)],_0x378fa2[_0x1cdc80(0x192)]);}),_0x35cefa['on'](CodeceptJS[_0x4ef0f4(0x154)][_0x4ef0f4(0x118)]['result'],async()=>{const _0x477827=_0x4ef0f4,_0x32b813=_0x3d77c0[_0x477827(0x16d)][_0x477827(0x12e)]('|');let _0x191295=0x0;while(!![]){switch(_0x32b813[_0x191295++]){case'0':testOpsHelper[_0x477827(0x146)]();continue;case'1':PerformanceTester[_0x477827(0x16f)](PerformanceEvents[_0x477827(0x14e)]);continue;case'2':try{await TestHubHandler[_0x477827(0x1ac)]();}catch(_0x406d3e){logger[_0x477827(0x12d)](_0x477827(0x140)+util[_0x477827(0x111)](_0x406d3e));}continue;case'3':_0x1b692d['errorMessage']=_testErrorData;continue;case'4':utilities[_0x477827(0x1a7)](_0x1b692d);continue;case'5':_0x35cefa[_0x477827(0x110)]();continue;}break;}});async function _0x34d72c(){const _0x4daf8f=_0x4ef0f4;try{await _0x35cefa[_0x4daf8f(0x190)](),await _0x35cefa['run']();}finally{process['chdir'](_0x2fb49d),await _0x35cefa['teardownAll']();}}PerformanceTester[_0x4ef0f4(0x157)](PerformanceEvents['SDK_SETUP']),_0x3d77c0[_0x4ef0f4(0x189)](_0x34d72c);}module['exports']=run;
@@ -1 +1 @@
1
- function a3_0x3292(){const _0x1934f7=['browser_version','8mrraLG','platform_version','jLclo','PqYeo','capabilities','fetchPlatformDetails','platformVersion','bstack:options','746971vNvfKW','get','browserVersion','os_version','includes','sessionId','UvOVS','playwright-chromium','SfTNA','browser','IQMXq','constructor','fcNZT','searchParams','../../bin/playwright/sessionDetails','cloudProvider','zyoUd','browserName','WebDriver','yrblz','qybJE','accessibilityPlatform','krPOc','wsbPE','cYUgw','browserstack_accessibility_automation_script','4074858ZIKkFc','bsSessionId','processWebDriverConfig','warn','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','winstonLogger','osVersion','shouldPatchExecuteScript','KlBRA','VjTaC','getDetails','browserWSEndpoint','kTXeP','PhzAA','5220972iSTIgc','config','latest','316QsouDo','browserstack_executor','839676EKwPww','QGrAC','AdWCb','336595HSSYBa','PwzpM','eWTDB','sNmar','parse','deviceName','../../helpers/helper','21789fpOcgC','OJqlG','PTxTJ','platform','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','unknown_grid','gHxKr','desiredCapabilities','caps','4957100JIFZYZ','rePxT'];a3_0x3292=function(){return _0x1934f7;};return a3_0x3292();}const a3_0x3a285f=a3_0x40b1;(function(_0x13b4a5,_0x3daa15){const _0x1f1e00=a3_0x40b1,_0x3fcc7e=_0x13b4a5();while(!![]){try{const _0x5c1824=parseInt(_0x1f1e00(0xf0))/0x1+parseInt(_0x1f1e00(0xd2))/0x2+parseInt(_0x1f1e00(0xdc))/0x3*(parseInt(_0x1f1e00(0xd0))/0x4)+-parseInt(_0x1f1e00(0xe5))/0x5+-parseInt(_0x1f1e00(0xbf))/0x6+-parseInt(_0x1f1e00(0xd5))/0x7*(parseInt(_0x1f1e00(0xe8))/0x8)+parseInt(_0x1f1e00(0xcd))/0x9;if(_0x5c1824===_0x3daa15)break;else _0x3fcc7e['push'](_0x3fcc7e['shift']());}catch(_0x37e0f5){_0x3fcc7e['push'](_0x3fcc7e['shift']());}}}(a3_0x3292,0x92fbe));const {isUndefined,nestedKeyValue}=require(a3_0x3a285f(0xdb)),logger=require('../../helpers/logger')[a3_0x3a285f(0xc4)],PlaywrightSessionDetails=require(a3_0x3a285f(0xfe)),{isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),{getObservabilityLinkedProductName}=require('../../helpers/test-observability/utils'),getOSVersionFromCaps=_0x52ebe7=>{const _0x268159=a3_0x3a285f,_0x3248a7={};_0x3248a7[_0x268159(0xe6)]=_0x268159(0xef),_0x3248a7['PhzAA']=_0x268159(0xee),_0x3248a7['kTXeP']=_0x268159(0xe9),_0x3248a7[_0x268159(0xeb)]=_0x268159(0xc5),_0x3248a7[_0x268159(0xea)]=_0x268159(0xf3);const _0xbfc193=_0x3248a7;if(!_0x52ebe7)return null;const _0x54605f=_0x52ebe7[_0xbfc193[_0x268159(0xe6)]],_0x3d48ce=[_0xbfc193[_0x268159(0xcc)],_0xbfc193[_0x268159(0xcb)],_0xbfc193[_0x268159(0xeb)],_0xbfc193[_0x268159(0xea)]];for(const _0x58bb61 of _0x3d48ce){if(_0x54605f&&_0x54605f[_0x58bb61])return _0x54605f[_0x58bb61];else{if(_0x52ebe7[_0x58bb61])return _0x52ebe7[_0x58bb61];}}return null;};function a3_0x40b1(_0x392e7a,_0x4ccc68){const _0x3292cf=a3_0x3292();return a3_0x40b1=function(_0x40b17d,_0x8fe71f){_0x40b17d=_0x40b17d-0xb6;let _0x459a36=_0x3292cf[_0x40b17d];return _0x459a36;},a3_0x40b1(_0x392e7a,_0x4ccc68);}exports[a3_0x3a285f(0xed)]=_0x2e3057=>{const _0x628c1c=a3_0x3a285f,_0x104f2b={'sNmar':_0x628c1c(0xe1),'OJqlG':function(_0xbce824,_0x26ca0e){return _0xbce824===_0x26ca0e;},'UvOVS':_0x628c1c(0xb7),'QGrAC':function(_0x247d5f,_0x5d0d58){return _0x247d5f(_0x5d0d58);},'eWTDB':function(_0x5673ff,_0x1fb403,_0x283b41){return _0x5673ff(_0x1fb403,_0x283b41);},'VjTaC':_0x628c1c(0xce),'FLUCE':_0x628c1c(0xe3),'hvRtp':function(_0x5943fa,_0x377e18){return _0x5943fa(_0x377e18);},'cYUgw':function(_0x54c98f,_0x423f11){return _0x54c98f===_0x423f11;},'nrFVM':'Playwright','jqsSQ':function(_0x260f22,_0x4dd35e,_0x50ce77){return _0x260f22(_0x4dd35e,_0x50ce77);},'IQMXq':_0x628c1c(0xf9),'GhEYH':_0x628c1c(0xca),'PwzpM':_0x628c1c(0xe4)};if(!_0x2e3057)return null;let _0x544ef1=global['__cloud_provider___']||_0x104f2b[_0x628c1c(0xd8)];if(_0x104f2b[_0x628c1c(0xdd)](_0x2e3057[_0x628c1c(0xfb)]['name'],_0x104f2b[_0x628c1c(0xf6)])){const _0x49be69=_0x2e3057[_0x628c1c(0xf9)];if(!_0x49be69)return null;const _0x41af8d=_0x49be69['capabilities'],_0x294e8a=_0x104f2b[_0x628c1c(0xd3)](getOSVersionFromCaps,_0x104f2b[_0x628c1c(0xd7)](nestedKeyValue,_0x2e3057,[_0x104f2b[_0x628c1c(0xc8)],_0x104f2b['FLUCE']]));return{[_0x544ef1]:{'browser':_0x41af8d[_0x628c1c(0xb6)],'browser_version':_0x41af8d[_0x628c1c(0xf2)],'capabilities':_0x41af8d,'platform':_0x41af8d['platformName'],'platform_version':_0x41af8d['platformVersion']||_0x294e8a,'product':_0x104f2b['hvRtp'](getObservabilityLinkedProductName,_0x41af8d),'session_id':_0x49be69[_0x628c1c(0xf5)]}};}else{if(_0x104f2b[_0x628c1c(0xbd)](_0x2e3057['constructor']['name'],_0x104f2b['nrFVM'])){const _0x54e6f8=PlaywrightSessionDetails[_0x628c1c(0xc9)]();_0x544ef1=_0x54e6f8[_0x628c1c(0xff)]||_0x544ef1;const _0x3b430c=_0x104f2b['jqsSQ'](nestedKeyValue,_0x2e3057,[_0x104f2b[_0x628c1c(0xc8)],_0x104f2b[_0x628c1c(0xfa)],_0x104f2b['GhEYH']]),_0x54a3bf=_0x3b430c?JSON[_0x628c1c(0xd9)](new URL(_0x3b430c)[_0x628c1c(0xfd)][_0x628c1c(0xf1)](_0x104f2b[_0x628c1c(0xd6)])):{};return{[_0x544ef1]:{'browser':_0x54e6f8[_0x628c1c(0xf9)]||_0x54a3bf[_0x628c1c(0xb6)],'browser_version':_0x54e6f8['browser_version']||_0x54a3bf[_0x628c1c(0xe7)],'capabilities':_0x54a3bf,'platform':_0x54e6f8[_0x628c1c(0xdf)],'platform_version':_0x54e6f8['platform_version'],'product':_0x104f2b['QGrAC'](getObservabilityLinkedProductName,_0x54a3bf),'session_id':_0x54e6f8[_0x628c1c(0xc0)]}};}}},exports[a3_0x3a285f(0xc1)]=_0x27e976=>{const _0x5bbe18=a3_0x3a285f,_0x25dbba={'EfZXP':function(_0x3babce){return _0x3babce();},'AdWCb':function(_0xdfc80c,_0x3aa430){return _0xdfc80c===_0x3aa430;},'fcNZT':_0x5bbe18(0xcf),'wsbPE':function(_0x362e52,_0x48c284){return _0x362e52>_0x48c284;},'zyoUd':function(_0x108f2d,_0x2a2b49){return _0x108f2d(_0x2a2b49);},'lmbZb':_0x5bbe18(0xc3),'bWjae':'chrome','gHxKr':_0x5bbe18(0xf7),'PTxTJ':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','KlBRA':_0x5bbe18(0xe0)};if(_0x25dbba['EfZXP'](isAccessibilityAutomationSession)){const _0x59234d=_0x27e976[_0x5bbe18(0xf9)],_0x150ec1=_0x59234d[_0x5bbe18(0xec)];global['accessibilityPlatform']=!![],!(_0x25dbba['AdWCb'](_0x150ec1[_0x5bbe18(0xf2)],_0x25dbba[_0x5bbe18(0xfc)])||_0x25dbba[_0x5bbe18(0xbc)](_0x25dbba[_0x5bbe18(0x100)](parseInt,_0x150ec1[_0x5bbe18(0xf2)]),0x5e))&&(logger[_0x5bbe18(0xc2)](_0x25dbba['lmbZb']),global[_0x5bbe18(0xba)]=![]),!(_0x25dbba[_0x5bbe18(0xd4)](_0x150ec1['browserName'],_0x25dbba['bWjae'])||_0x25dbba[_0x5bbe18(0xd4)](_0x150ec1['browserName'],_0x25dbba[_0x5bbe18(0xe2)]))&&(logger[_0x5bbe18(0xc2)](_0x25dbba[_0x5bbe18(0xde)]),global['accessibilityPlatform']=![]),!_0x25dbba[_0x5bbe18(0x100)](isUndefined,_0x150ec1[_0x5bbe18(0xda)])&&(logger[_0x5bbe18(0xc2)](_0x25dbba[_0x5bbe18(0xc7)]),global['accessibilityPlatform']=![]);}},exports[a3_0x3a285f(0xc6)]=_0xa84ac2=>{const _0x1db4fa=a3_0x3a285f,_0x368a73={};_0x368a73['krPOc']=function(_0x4f0f61,_0x38e647){return _0x4f0f61!==_0x38e647;},_0x368a73['yrblz']='string',_0x368a73[_0x1db4fa(0xb9)]=_0x1db4fa(0xd1),_0x368a73[_0x1db4fa(0xf8)]=_0x1db4fa(0xbe);const _0x212aa0=_0x368a73;if(!_0xa84ac2)return![];else{if(_0x212aa0[_0x1db4fa(0xbb)](typeof _0xa84ac2,_0x212aa0[_0x1db4fa(0xb8)]))return!![];}return!_0xa84ac2[_0x1db4fa(0xf4)](_0x212aa0['qybJE'])&&!_0xa84ac2[_0x1db4fa(0xf4)](_0x212aa0['SfTNA']);};
1
+ const a3_0x35d928=a3_0xf6e7;(function(_0xb9961a,_0x39998e){const _0x20d4f4=a3_0xf6e7,_0xb6170f=_0xb9961a();while(!![]){try{const _0x5c857e=-parseInt(_0x20d4f4(0x125))/0x1*(-parseInt(_0x20d4f4(0x12a))/0x2)+-parseInt(_0x20d4f4(0x129))/0x3+parseInt(_0x20d4f4(0xfa))/0x4+parseInt(_0x20d4f4(0x11d))/0x5+-parseInt(_0x20d4f4(0xfe))/0x6*(-parseInt(_0x20d4f4(0x111))/0x7)+parseInt(_0x20d4f4(0xf9))/0x8*(parseInt(_0x20d4f4(0x10f))/0x9)+-parseInt(_0x20d4f4(0xf5))/0xa;if(_0x5c857e===_0x39998e)break;else _0xb6170f['push'](_0xb6170f['shift']());}catch(_0x3ddc44){_0xb6170f['push'](_0xb6170f['shift']());}}}(a3_0x4246,0xe0548));const {isUndefined,nestedKeyValue}=require(a3_0x35d928(0x10e)),logger=require(a3_0x35d928(0x10d))['winstonLogger'],PlaywrightSessionDetails=require(a3_0x35d928(0x113)),{isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),{getObservabilityLinkedProductName}=require(a3_0x35d928(0x102)),getOSVersionFromCaps=_0x2ad21f=>{const _0x542943=a3_0x35d928,_0x5cf2da={};_0x5cf2da[_0x542943(0x11f)]=_0x542943(0xe6),_0x5cf2da[_0x542943(0xf7)]=_0x542943(0xea),_0x5cf2da[_0x542943(0x101)]=_0x542943(0xf4),_0x5cf2da[_0x542943(0x105)]='osVersion',_0x5cf2da['jQVOb']=_0x542943(0x130);const _0x30e68d=_0x5cf2da;if(!_0x2ad21f)return null;const _0x183b53=_0x2ad21f[_0x30e68d[_0x542943(0x11f)]],_0x1868be=[_0x30e68d['MicMg'],_0x30e68d[_0x542943(0x101)],_0x30e68d['QcDCs'],_0x30e68d['jQVOb']];for(const _0x738f8b of _0x1868be){if(_0x183b53&&_0x183b53[_0x738f8b])return _0x183b53[_0x738f8b];else{if(_0x2ad21f[_0x738f8b])return _0x2ad21f[_0x738f8b];}}return null;};exports['fetchPlatformDetails']=_0x588a5e=>{const _0x115801=a3_0x35d928,_0x3f06c9={'ayHBM':_0x115801(0x123),'bBTuf':function(_0x33c754,_0x5810ff){return _0x33c754===_0x5810ff;},'fiBUE':_0x115801(0x112),'MYHrj':function(_0xb52f05,_0x4efcd2){return _0xb52f05(_0x4efcd2);},'xxRWL':function(_0x162f10,_0x4a66db,_0x5c8f14){return _0x162f10(_0x4a66db,_0x5c8f14);},'Zgqxa':_0x115801(0x118),'CFWcY':'desiredCapabilities','kjbsW':function(_0x3837fc,_0x54f061){return _0x3837fc(_0x54f061);},'bFLON':function(_0x245724,_0x49f422){return _0x245724===_0x49f422;},'NQlqH':_0x115801(0xfb),'gSYmY':_0x115801(0x103),'WaylK':_0x115801(0x107),'eYFdH':_0x115801(0x120)};if(!_0x588a5e)return null;let _0x40834a=global[_0x115801(0x121)]||_0x3f06c9[_0x115801(0x100)];if(_0x3f06c9[_0x115801(0x10a)](_0x588a5e[_0x115801(0xeb)]['name'],_0x3f06c9[_0x115801(0x12c)])){const _0x151633=_0x588a5e[_0x115801(0x103)];if(!_0x151633)return null;const _0x4078b4=_0x151633['capabilities'],_0x64c72b=_0x3f06c9[_0x115801(0xe8)](getOSVersionFromCaps,_0x3f06c9['xxRWL'](nestedKeyValue,_0x588a5e,[_0x3f06c9[_0x115801(0xfd)],_0x3f06c9[_0x115801(0xf0)]]));return{[_0x40834a]:{'browser':_0x4078b4[_0x115801(0xff)],'browser_version':_0x4078b4[_0x115801(0xfc)],'capabilities':_0x4078b4,'platform':_0x4078b4[_0x115801(0x12e)],'platform_version':_0x4078b4[_0x115801(0xea)]||_0x64c72b,'product':_0x3f06c9[_0x115801(0x11b)](getObservabilityLinkedProductName,_0x4078b4),'session_id':_0x151633[_0x115801(0x106)]}};}else{if(_0x3f06c9[_0x115801(0x11e)](_0x588a5e[_0x115801(0xeb)][_0x115801(0x115)],_0x3f06c9[_0x115801(0x110)])){const _0x33a5b7=PlaywrightSessionDetails[_0x115801(0x127)]();_0x40834a=_0x33a5b7[_0x115801(0x108)]||_0x40834a;const _0x2599ae=_0x3f06c9[_0x115801(0x116)](nestedKeyValue,_0x588a5e,[_0x3f06c9[_0x115801(0xfd)],_0x3f06c9[_0x115801(0x128)],_0x3f06c9[_0x115801(0x12f)]]),_0x4fbcc0=_0x2599ae?JSON['parse'](new URL(_0x2599ae)[_0x115801(0x126)]['get'](_0x3f06c9[_0x115801(0x109)])):{};return{[_0x40834a]:{'browser':_0x33a5b7['browser']||_0x4fbcc0[_0x115801(0xff)],'browser_version':_0x33a5b7['browser_version']||_0x4fbcc0[_0x115801(0x119)],'capabilities':_0x4fbcc0,'platform':_0x33a5b7['platform'],'platform_version':_0x33a5b7[_0x115801(0xf4)],'product':_0x3f06c9[_0x115801(0x11b)](getObservabilityLinkedProductName,_0x4fbcc0),'session_id':_0x33a5b7[_0x115801(0x117)]}};}}},exports[a3_0x35d928(0x124)]=_0x7c3b07=>{const _0x578d0e=a3_0x35d928,_0x371a64={'LFUiY':function(_0x11026e){return _0x11026e();},'sTjBz':function(_0x1b6adf,_0x38c461){return _0x1b6adf===_0x38c461;},'Iwezu':'latest','dzKEC':function(_0x42b5ab,_0x12c8b9){return _0x42b5ab>_0x12c8b9;},'bAFPh':function(_0x1c60b3,_0x4358ba){return _0x1c60b3(_0x4358ba);},'SokJa':_0x578d0e(0x10c),'sATZu':_0x578d0e(0x104),'EYrSM':function(_0x196d8b,_0x296c2f){return _0x196d8b===_0x296c2f;},'QWFBc':_0x578d0e(0xef),'lviVk':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','jCkcr':_0x578d0e(0x132)};if(_0x371a64[_0x578d0e(0x122)](isAccessibilityAutomationSession)){const _0x5c2695=_0x7c3b07[_0x578d0e(0x103)],_0x17cbed=_0x5c2695[_0x578d0e(0x12d)];global[_0x578d0e(0x10b)]=!![],!(_0x371a64[_0x578d0e(0xed)](_0x17cbed[_0x578d0e(0xfc)],_0x371a64['Iwezu'])||_0x371a64[_0x578d0e(0xf2)](_0x371a64[_0x578d0e(0xe9)](parseInt,_0x17cbed[_0x578d0e(0xfc)]),0x5e))&&(logger['warn'](_0x371a64['SokJa']),global[_0x578d0e(0x10b)]=![]),!(_0x371a64['sTjBz'](_0x17cbed[_0x578d0e(0xff)],_0x371a64['sATZu'])||_0x371a64[_0x578d0e(0xf6)](_0x17cbed[_0x578d0e(0xff)],_0x371a64[_0x578d0e(0xf1)]))&&(logger[_0x578d0e(0xe7)](_0x371a64['lviVk']),global[_0x578d0e(0x10b)]=![]),!_0x371a64[_0x578d0e(0xe9)](isUndefined,_0x17cbed[_0x578d0e(0xf3)])&&(logger['warn'](_0x371a64['jCkcr']),global['accessibilityPlatform']=![]);}},exports[a3_0x35d928(0xec)]=_0x3cd9a7=>{const _0x4f85d2=a3_0x35d928,_0x4f02de={};_0x4f02de[_0x4f85d2(0xee)]=function(_0xe6520d,_0x3a209e){return _0xe6520d!==_0x3a209e;},_0x4f02de[_0x4f85d2(0x114)]=_0x4f85d2(0x12b),_0x4f02de[_0x4f85d2(0x11c)]=_0x4f85d2(0x11a),_0x4f02de[_0x4f85d2(0x131)]='browserstack_accessibility_automation_script';const _0xcd0d1b=_0x4f02de;if(!_0x3cd9a7)return![];else{if(_0xcd0d1b[_0x4f85d2(0xee)](typeof _0x3cd9a7,_0xcd0d1b['WrJXp']))return!![];}return!_0x3cd9a7[_0x4f85d2(0xf8)](_0xcd0d1b[_0x4f85d2(0x11c)])&&!_0x3cd9a7[_0x4f85d2(0xf8)](_0xcd0d1b[_0x4f85d2(0x131)]);};function a3_0xf6e7(_0x5be7db,_0x4e0885){const _0x4246c6=a3_0x4246();return a3_0xf6e7=function(_0xf6e760,_0x3f12d4){_0xf6e760=_0xf6e760-0xe6;let _0x32f6f4=_0x4246c6[_0xf6e760];return _0x32f6f4;},a3_0xf6e7(_0x5be7db,_0x4e0885);}function a3_0x4246(){const _0x396518=['../../bin/playwright/sessionDetails','WrJXp','name','xxRWL','bsSessionId','config','browser_version','browserstack_executor','kjbsW','OfZvz','1460235MvxgfH','bFLON','mdlfr','caps','__cloud_provider___','LFUiY','unknown_grid','processWebDriverConfig','17MoSEkq','searchParams','getDetails','gSYmY','771072pduRoT','54854JbfxEi','string','fiBUE','capabilities','platformName','WaylK','os_version','KDlly','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','bstack:options','warn','MYHrj','bAFPh','platformVersion','constructor','shouldPatchExecuteScript','sTjBz','hezkk','playwright-chromium','CFWcY','QWFBc','dzKEC','deviceName','platform_version','16898670vaNKpY','EYrSM','MicMg','includes','2136ByAtyz','2565320vpbdbo','Playwright','browserVersion','Zgqxa','3197676RvWEQY','browserName','ayHBM','rZWlL','../../helpers/test-observability/utils','browser','chrome','QcDCs','sessionId','browserWSEndpoint','cloudProvider','eYFdH','bBTuf','accessibilityPlatform','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','../../helpers/logger','../../helpers/helper','31455AlxEFZ','NQlqH','7nibvxH','WebDriver'];a3_0x4246=function(){return _0x396518;};return a3_0x4246();}
@@ -1 +1 @@
1
- const a4_0x18b938=a4_0x5a88;(function(_0x3ea581,_0x5003a7){const _0x2ab611=a4_0x5a88,_0x581fb1=_0x3ea581();while(!![]){try{const _0x5ae238=-parseInt(_0x2ab611(0xd2))/0x1*(-parseInt(_0x2ab611(0x120))/0x2)+parseInt(_0x2ab611(0x143))/0x3*(parseInt(_0x2ab611(0xe0))/0x4)+parseInt(_0x2ab611(0x179))/0x5+parseInt(_0x2ab611(0x180))/0x6*(parseInt(_0x2ab611(0x14c))/0x7)+parseInt(_0x2ab611(0xb3))/0x8*(parseInt(_0x2ab611(0x189))/0x9)+parseInt(_0x2ab611(0xdc))/0xa+parseInt(_0x2ab611(0x164))/0xb*(-parseInt(_0x2ab611(0xe7))/0xc);if(_0x5ae238===_0x5003a7)break;else _0x581fb1['push'](_0x581fb1['shift']());}catch(_0x35d4ae){_0x581fb1['push'](_0x581fb1['shift']());}}}(a4_0x1606,0x9bc64));const path=require('path'),fs=require('fs'),{v4:uuidv4}=require('uuid'),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require('../../helpers/helper'),testOpsHelper=require('../../helpers/test-observability/utils'),{getTestEnv}=require(a4_0x18b938(0xee)),{FRAMEWORKS}=require(a4_0x18b938(0x187)),logger=require('../../helpers/logger')[a4_0x18b938(0x16d)],SessionHandler=require(a4_0x18b938(0xce)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),PlaywrightSessionDetails=require(a4_0x18b938(0x134)),debug=testOpsHelper[a4_0x18b938(0x18b)],{processAccessibilityCaps}=require(a4_0x18b938(0x144)),Constants=require('../utils/constants'),{fetchPlatformDetails}=require(a4_0x18b938(0x11a)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x18b938(0xfc)),constants=require(a4_0x18b938(0x172)),STATE_PASSED=a4_0x18b938(0xc1),STATE_FAILED=a4_0x18b938(0x13a),a4_0x2f2986={};a4_0x2f2986[a4_0x18b938(0x14e)]=a4_0x18b938(0x109),a4_0x2f2986[a4_0x18b938(0xfa)]=a4_0x18b938(0xd4),a4_0x2f2986[a4_0x18b938(0xe9)]=a4_0x18b938(0xf2),a4_0x2f2986['HOOK_RUN_STARTED']='HookRunStarted',a4_0x2f2986['HOOK_RUN_FINISHED']=a4_0x18b938(0x178);function a4_0x5a88(_0x323eca,_0x6b8569){const _0x16067c=a4_0x1606();return a4_0x5a88=function(_0x5a88b9,_0x436808){_0x5a88b9=_0x5a88b9-0x9c;let _0x46e24f=_0x16067c[_0x5a88b9];return _0x46e24f;},a4_0x5a88(_0x323eca,_0x6b8569);}const TEST_EVENTS=a4_0x2f2986,parseEvent=_0x497dfe=>{const _0x932e7c=a4_0x18b938,_0x4a65a0={};_0x4a65a0[_0x932e7c(0xa2)]=function(_0x11e0f3,_0x283f23){return _0x11e0f3<_0x283f23;},_0x4a65a0['YOrsJ']=function(_0xffac4e,_0x362e02){return _0xffac4e===_0x362e02;},_0x4a65a0[_0x932e7c(0x10f)]=_0x932e7c(0x117),_0x4a65a0[_0x932e7c(0x136)]=_0x932e7c(0x159),_0x4a65a0[_0x932e7c(0x112)]=function(_0x4aad97,_0x3c758f){return _0x4aad97===_0x3c758f;},_0x4a65a0[_0x932e7c(0xde)]='skipped',_0x4a65a0[_0x932e7c(0x132)]=_0x932e7c(0xea),_0x4a65a0[_0x932e7c(0x110)]=function(_0x4a2f3d,_0x2627cb){return _0x4a2f3d===_0x2627cb;},_0x4a65a0[_0x932e7c(0xda)]=_0x932e7c(0xb4);const _0x443e33=_0x4a65a0,_0x551dc6=_0x497dfe[_0x932e7c(0x128)](/^(.*)Run(.*)$/);if(!_0x551dc6)return null;if(_0x443e33['oKFnc'](_0x551dc6[_0x932e7c(0x15b)],0x3))return null;const _0x36f6a0=_0x551dc6[0x1][_0x932e7c(0x17e)](),_0x46b2c7=_0x551dc6[0x2][_0x932e7c(0x17e)]();return{'test':_0x443e33[_0x932e7c(0x162)](_0x36f6a0,_0x443e33['WmJJY']),'hook':_0x443e33['YOrsJ'](_0x36f6a0,_0x443e33['KIFGd']),'skipped':_0x443e33['ZQtsQ'](_0x46b2c7,_0x443e33[_0x932e7c(0xde)]),'started':_0x443e33['YOrsJ'](_0x46b2c7,_0x443e33[_0x932e7c(0x132)]),'finished':_0x443e33['qmEob'](_0x46b2c7,_0x443e33['nAZbw'])};},mockPWBrowserType=_0x250391=>{const _0xcd7c3b=a4_0x18b938,_0x1c5709={'odbcW':function(_0x154bb9,_0x59a315){return _0x154bb9===_0x59a315;},'YNJux':'string','QDGfr':function(_0x228d55,_0x300a7e,_0x18facc){return _0x228d55(_0x300a7e,_0x18facc);},'ZVReM':'wsEndpoint','KanDq':function(_0x4f5805,_0x25a91a){return _0x4f5805(_0x25a91a);},'efpHB':'browserstack','Megas':function(_0x1ef3c3,_0x300afc,_0x265627){return _0x1ef3c3(_0x300afc,_0x265627);},'dYvgE':function(_0x54cc8c,_0x106e00){return _0x54cc8c(_0x106e00);},'BNGQu':_0xcd7c3b(0xc8),'qBuzn':_0xcd7c3b(0xe6),'LZBkN':_0xcd7c3b(0xc4),'qATbg':function(_0xcfe173,_0x282df6){return _0xcfe173(_0x282df6);},'fsqZc':_0xcd7c3b(0xf4),'bafpY':_0xcd7c3b(0x167),'ucUZW':'launch'},_0x134bea=path['join'](_0x1c5709[_0xcd7c3b(0xf9)],_0x1c5709[_0xcd7c3b(0xa0)],_0x1c5709[_0xcd7c3b(0x10c)]),_0x20c991=_0x1c5709['KanDq'](importFileFromPWCore,_0x134bea);if(!_0x20c991){_0x1c5709[_0xcd7c3b(0x12e)](debug,_0x1c5709[_0xcd7c3b(0x13c)]);return;}const _0xaf16b=_0x20c991['BrowserType'],_0x4dfc9b=_0xaf16b[_0xcd7c3b(0xcd)];if(_0x4dfc9b['obsBrowserTypeMockApplied'])return;const _0x9d0003=_0x4dfc9b['connect'];Object[_0xcd7c3b(0xca)](_0x4dfc9b,_0x1c5709[_0xcd7c3b(0x113)],{'get':function(){return async function _0x237536(_0x51661c,_0x29b7c8){const _0x470dfc=a4_0x5a88,_0x146bdc={'WSJeu':function(_0x309871,_0x24a739){const _0x405112=a4_0x5a88;return _0x1c5709[_0x405112(0xa4)](_0x309871,_0x24a739);},'MsOKn':_0x1c5709[_0x470dfc(0x185)]},_0x48468c=_0x1c5709[_0x470dfc(0xa6)](nestedKeyValue,_0x51661c,[_0x1c5709[_0x470dfc(0x115)]])||_0x51661c;let _0x13f07b=null,_0x4d55c9=null;try{[_0x4d55c9,_0x13f07b]=_0x48468c?_0x1c5709[_0x470dfc(0x190)](parseWSEndpoint,_0x48468c):[null,null],global[_0x470dfc(0xc2)]=_0x13f07b,logger[_0x470dfc(0x18b)](_0x470dfc(0xc0)+_0x4d55c9),_0x4d55c9[_0x470dfc(0xab)](Constants['BROWSERSTACK'])&&(global[_0x470dfc(0xfb)]=_0x1c5709[_0x470dfc(0x12a)]);}catch(_0x4b6cfa){logger['debug'](_0x470dfc(0x13e)+_0x48468c+'\x20'+_0x4b6cfa);}_0x1c5709[_0x470dfc(0xdd)](processAccessibilityCaps,_0x13f07b,_0x4d55c9);if(global[_0x470dfc(0xc3)]){const _0x2125e5=await _0x4dfc9b[_0x470dfc(0x126)][_0x470dfc(0x11f)](this,[''+Constants[_0x470dfc(0x133)]+_0x1c5709[_0x470dfc(0x14f)](encodeURIComponent,JSON['stringify'](_0x13f07b))]);return PlaywrightSessionDetails['setupBrowserDetails'](_0x2125e5,_0x250391,_0x48468c),_0x2125e5;}return _0x9d0003[_0x470dfc(0x11f)](this,arguments)[_0x470dfc(0x176)](_0x3acb90=>{const _0x4de495=_0x470dfc;let _0x4fbd59=_0x51661c['wsEndpoint'];return _0x146bdc[_0x4de495(0xdb)](typeof _0x51661c,_0x146bdc[_0x4de495(0x12c)])&&(_0x4fbd59=_0x51661c),PlaywrightSessionDetails[_0x4de495(0xa8)](_0x3acb90,_0x250391,_0x4fbd59),_0x3acb90;});};}});const _0x3af570=_0x4dfc9b['launch'];Object[_0xcd7c3b(0xca)](_0x4dfc9b,_0x1c5709['ucUZW'],{'get':function(){return async function _0x3cee0a(){const _0x336f52=a4_0x5a88;return _0x3af570[_0x336f52(0x11f)](this,arguments)[_0x336f52(0x176)](_0x26149b=>{const _0x44c447=_0x336f52;return PlaywrightSessionDetails[_0x44c447(0xa8)](_0x26149b,null),_0x26149b;});};}});};function a4_0x1606(){const _0xf4f834=['oKFnc','err','odbcW','hook_type','QDGfr','JMuwk','setupBrowserDetails','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','failureData','includes','toISOString','\x20with\x20error\x20:\x20','skipped','CODECEPT','CHcvx','_beforeEach','mqfdQ','5304TxThQJ','finished','KFyKD','yiCNV','LogCreated','wxVKo','hookAnalyticsId','now','meta','ctx','dmgKj','kCzmW','PathHelper','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','passed','__platformCaps','accessibilityPlatform','browserType.js','errorsDetailed','csHmB','Udnfo','lib','bs:addLog:','defineProperty','getTime','message','prototype','../../helpers/test-observability/sessionHandler','getHookType','groups','QTYKE','31fVFXOC','YrNfR','TestRunFinished','BdAXF','oCCty','cwd','hZKfM','STATE_PASSED','nAZbw','WSJeu','2374580hCWnpf','Megas','BGcNl','xMGIx','4rSuyAz','gTHiK','failure','JTsPh','Wvmrp','type','client','1204476ScNKUc','duration','TEST_RUN_SKIPPED','started','IQfdg','config','constructor','../mocha/test-observability/mochaUtils','nvJkN','suites','exports','TestRunSkipped','concat','Not\x20able\x20to\x20import\x20Browser','_testEnv','dirname','FkUzM','TEST_REPORTING_ANALYTICS','BNGQu','TEST_RUN_FINISHED','__cloud_provider___','../../helpers/testhub/utils.js','HqGpn','BnJOF','_paths','MaQRy','currentHook','captureEvent','mHHtN','hDoyB','body','Playwright','failure_backtrace','patchConsoleLogger','TestRunStarted','getFailureType','inspect','LZBkN','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','hook_run_uuid','WmJJY','qmEob','uDhzE','ZQtsQ','bafpY','bddSteps','ZVReM','test_run','test','javascript','bddStepStart','./helper.js','findGitConfig','PsKRZ','find','STATE_FAILED','apply','15898fsTgCv','keyword','iJUQD','_afterAll','testAnalyticsId','startedAt','connectOverCDP','name','match','pWPbh','efpHB','fullTitle','MsOKn','shutdown','qATbg','uuid','relative','mzQzo','bVTju','PLAYWRIGHT_HUB_URL','../playwright/sessionDetails','appendTestItemLog','KIFGd','rtjgp','oPngs','integrations','failed','.git','fsqZc','getCBTInfo','Failed\x20to\x20parse\x20wsendpoint\x20','stepAnalyticsId','CJWlm','_beforeAll','EiXZP','1327239tqsFyR','../playwright/accessibility-helper','initializeBddStep','AhNaD','replace','getHierarchy','failed\x20to\x20get\x20root\x20parent\x20file\x20','prefixTestPath','location_prefix','7SLazUP','title','TEST_RUN_STARTED','dYvgE','split','frameworkName','AVKIF','eGONH','pending','bind','driver','qBFlv','enabled','hook','statSync','length','qEWqn','result','oicFJ','uploadEventData','file_name','_afterEach','YOrsJ','getRootParentFile','385nlOEkB','O11yHelper','GTcHQ','connect','pid','vBEDN','hooks','currentTest','feature','winstonLogger','event_type','stop','mapTestHooks','NNIZI','../utils/constants','test_run_uuid','KakPl','parent','then','text','HookRunFinished','3864485fMMXfw','file','logs','status','KHBCM','toLowerCase','failure_reason_expanded','7578966jarEXi','markedStatus','finished_at','forEach','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','YNJux','5|0|2|3|1|4','../../helpers/test-observability/constants','resetSkipTestHooks','16137dDOgns','RyEsJ','debug','push','retryOf','IcKht','removeAllListeners','KanDq','iUjZt','lPFRa','DcZuz','backtrace','sendCBTInfo','TEST_EVENTS','qBuzn','mkfyN'];a4_0x1606=function(){return _0xf4f834;};return a4_0x1606();}class O11yHelper{[a4_0x18b938(0x16b)]=null;[a4_0x18b938(0x101)]=null;[a4_0x18b938(0x158)]=![];[a4_0x18b938(0x151)]=![];constructor(_0x4f7188,_0x3351c5){const _0x2f9821=a4_0x18b938,_0x115dd0={'IQfdg':_0x2f9821(0x186),'KFyKD':function(_0x45493c){return _0x45493c();},'iUjZt':function(_0x316090,_0x3bfffd){return _0x316090===_0x3bfffd;},'mHHtN':_0x2f9821(0x106),'YrNfR':function(_0x484ccc,_0x971bd){return _0x484ccc(_0x971bd);},'mqfdQ':function(_0x592b1e){return _0x592b1e();}},_0x486e99=_0x115dd0[_0x2f9821(0xeb)][_0x2f9821(0x150)]('|');let _0x326330=0x0;while(!![]){switch(_0x486e99[_0x326330++]){case'0':this[_0x2f9821(0x151)]=_0x3351c5[_0x2f9821(0x151)];continue;case'1':this[_0x2f9821(0xff)]=new testOpsHelper[(_0x2f9821(0xbf))]({'cwd':process[_0x2f9821(0xd7)]()},this[_0x2f9821(0xf5)][_0x2f9821(0x14b)]);continue;case'2':this[_0x2f9821(0x156)]=_0x4f7188;continue;case'3':this[_0x2f9821(0xf5)]=_0x115dd0[_0x2f9821(0xb5)](getTestEnv);continue;case'4':this[_0x2f9821(0x156)]&&_0x115dd0[_0x2f9821(0x191)](this[_0x2f9821(0x156)][_0x2f9821(0xed)]['name'],_0x115dd0[_0x2f9821(0x103)])&&_0x115dd0[_0x2f9821(0xd3)](mockPWBrowserType,null);continue;case'5':this['enabled']=_0x115dd0[_0x2f9821(0xb2)](shouldProcessEventForTesthub);continue;}break;}}['start'](){const _0x4db2a9=a4_0x18b938;if(!this[_0x4db2a9(0x158)])return;testOpsHelper[_0x4db2a9(0x108)](),process[_0x4db2a9(0x18f)](_0x4db2a9(0xc9)+process[_0x4db2a9(0x168)]),process['on'](_0x4db2a9(0xc9)+process[_0x4db2a9(0x168)],this[_0x4db2a9(0x135)][_0x4db2a9(0x155)](this));}async[a4_0x18b938(0x16f)](){const _0x3ed9d9=a4_0x18b938;await RequestQueueHandler['getInstance']()[_0x3ed9d9(0x12d)]();}async[a4_0x18b938(0x135)](_0x7e9ef0){const _0x2aa641=a4_0x18b938,_0x4a107f={'mzQzo':_0x2aa641(0xb7),'gTHiK':function(_0x7c028d,_0x4b1519){return _0x7c028d(_0x4b1519);}};try{this[_0x2aa641(0x101)]&&!this[_0x2aa641(0x101)]['markedStatus']&&(_0x7e9ef0[_0x2aa641(0x10e)]=this[_0x2aa641(0x101)]['hookAnalyticsId']);!_0x7e9ef0['hook_run_uuid']&&this['currentTest']&&!this[_0x2aa641(0x16b)]['markedStatus']&&(_0x7e9ef0[_0x2aa641(0x173)]=this['currentTest'][_0x2aa641(0x124)]);if(_0x7e9ef0['hook_run_uuid']||_0x7e9ef0[_0x2aa641(0x173)]){const _0x25eed8={};_0x25eed8['event_type']=_0x4a107f[_0x2aa641(0x131)],_0x25eed8[_0x2aa641(0x17b)]=[_0x7e9ef0],await SessionHandler[_0x2aa641(0x15f)](_0x25eed8);}}catch(_0x24a6f5){_0x4a107f[_0x2aa641(0xe1)](debug,'Exception\x20in\x20uploading\x20log\x20data\x20to\x20'+constants[_0x2aa641(0xf8)]+_0x2aa641(0xad)+_0x24a6f5);}}async[a4_0x18b938(0x9e)](_0x25aed7){const _0x474a86=a4_0x18b938,_0x4f0d0b={'hDoyB':'CBTSessionCreated','HMIsb':function(_0x3591a3,_0x2490f4){return _0x3591a3(_0x2490f4);}};if(!this[_0x474a86(0x158)])return;const _0x219563=this[_0x474a86(0x13d)](this[_0x474a86(0x156)]);try{const _0x132685={};_0x132685[_0x474a86(0x12f)]=_0x25aed7,_0x132685[_0x474a86(0x139)]=_0x219563;const _0x45429f=_0x132685,_0x48fc34={};_0x48fc34[_0x474a86(0x16e)]=_0x4f0d0b[_0x474a86(0x104)],_0x48fc34['test_run']=_0x45429f,await SessionHandler[_0x474a86(0x15f)](_0x48fc34);}catch(_0x577111){_0x4f0d0b['HMIsb'](debug,_0x474a86(0xa9)+constants[_0x474a86(0xf8)]+_0x474a86(0xad)+_0x577111);}}['getCBTInfo'](_0x374756){const _0x26982a=a4_0x18b938,_0x530686={'iJUQD':function(_0x5f52dc,_0xa9ce68){return _0x5f52dc(_0xa9ce68);}};return _0x530686[_0x26982a(0x122)](fetchPlatformDetails,_0x374756);}[a4_0x18b938(0x188)]=_0x2eacc3=>{const _0x1ffbe2=a4_0x18b938,_0x2ed547={};_0x2ed547['yiCNV']=_0x1ffbe2(0xb1),_0x2ed547['oPngs']=_0x1ffbe2(0x161);const _0x314dc5=_0x2ed547;if(!_0x2eacc3||!_0x2eacc3[_0x1ffbe2(0x175)])return;[_0x314dc5[_0x1ffbe2(0xb6)],_0x314dc5[_0x1ffbe2(0x138)]][_0x1ffbe2(0x183)](_0x3a98a8=>{const _0x2cecc2=_0x1ffbe2,_0x131bf0=_0x2eacc3[_0x2cecc2(0x175)][_0x3a98a8];_0x131bf0[_0x2cecc2(0x183)](_0x1b330d=>{const _0x191b62=_0x2cecc2;_0x1b330d[_0x191b62(0xb9)]&&(_0x1b330d['hookAnalyticsId']=null);});});};[a4_0x18b938(0x170)](_0x9b9176){const _0x63ed2b=a4_0x18b938,_0x4b26e9={'BnJOF':'codeceptjs','GTcHQ':function(_0x3d7916){return _0x3d7916();},'KHBCM':function(_0x2755dd,_0x4fa482){return _0x2755dd===_0x4fa482;},'BdAXF':_0x63ed2b(0x161),'RyEsJ':_0x63ed2b(0x141),'CJWlm':_0x63ed2b(0x123),'IydZh':_0x63ed2b(0xb1)};if(!_0x9b9176||!_0x9b9176[_0x63ed2b(0x175)])return;[_0x4b26e9[_0x63ed2b(0x18a)],_0x4b26e9[_0x63ed2b(0x140)],_0x4b26e9['IydZh'],_0x4b26e9[_0x63ed2b(0xd5)]][_0x63ed2b(0x183)](_0x175c5c=>{const _0x13c7ca=_0x63ed2b,_0x5ab4b2=_0x9b9176[_0x13c7ca(0x175)][_0x175c5c]||[];_0x5ab4b2[_0x13c7ca(0x183)](_0x2dca33=>{const _0xb687fd=_0x13c7ca;if(_0x2dca33[_0xb687fd(0x14d)][_0xb687fd(0xab)](_0x4b26e9[_0xb687fd(0xfe)]))return;if(!_0x2dca33['hookAnalyticsId'])_0x2dca33['hookAnalyticsId']=_0x4b26e9[_0xb687fd(0x166)](uuidv4);else _0x2dca33['markedStatus']&&_0x4b26e9[_0xb687fd(0x17d)](_0x175c5c,_0x4b26e9[_0xb687fd(0xd5)])&&(_0x2dca33[_0xb687fd(0xb9)]=_0x4b26e9[_0xb687fd(0x166)](uuidv4),delete _0x2dca33[_0xb687fd(0x181)]);});}),this['mapTestHooks'](_0x9b9176['parent']);}['getHooksForTest'](_0x17a7b7){const _0x4af14c=a4_0x18b938,_0x555871={};_0x555871['nPoqC']=_0x4af14c(0x141),_0x555871[_0x4af14c(0xc7)]=_0x4af14c(0x123),_0x555871[_0x4af14c(0xe3)]='_beforeEach',_0x555871[_0x4af14c(0x157)]=_0x4af14c(0x161);const _0x4115be=_0x555871;if(!_0x17a7b7||!_0x17a7b7['parent'])return[];const _0x514cc7=[];return[_0x4115be['nPoqC'],_0x4115be['Udnfo'],_0x4115be[_0x4af14c(0xe3)],_0x4115be[_0x4af14c(0x157)]][_0x4af14c(0x183)](_0x3a28db=>{const _0x4b123a=_0x4af14c,_0x4f28c5=_0x17a7b7[_0x4b123a(0x175)][_0x3a28db]||[];_0x4f28c5['forEach'](_0xc46c94=>{const _0x4848af=_0x4b123a;_0xc46c94[_0x4848af(0xb9)]&&_0x514cc7[_0x4848af(0x18c)](_0xc46c94[_0x4848af(0xb9)]);});}),[][_0x4af14c(0xf3)](_0x514cc7,this['getHooksForTest'](_0x17a7b7[_0x4af14c(0x175)]));}[a4_0x18b938(0xcf)](_0x1bdcee){const _0x45e929=a4_0x18b938,_0x26f3a9=/^"(?<hook>.*)" hook:.*$/,_0x298c59=_0x1bdcee[_0x45e929(0x14d)],_0x5988be=_0x298c59[_0x45e929(0x128)](_0x26f3a9);if(_0x5988be&&_0x5988be['groups'])return _0x5988be[_0x45e929(0xd0)][_0x45e929(0x159)]['toUpperCase']()[_0x45e929(0x147)]('\x20','_');return null;}[a4_0x18b938(0x11b)](_0x59aa96){const _0x1ee9be=a4_0x18b938,_0x2b249a={};_0x2b249a[_0x1ee9be(0x153)]=function(_0x3931ef,_0x4927c3){return _0x3931ef===_0x4927c3;},_0x2b249a[_0x1ee9be(0x111)]=function(_0x506cea,_0x36147e){return _0x506cea===_0x36147e;},_0x2b249a[_0x1ee9be(0x11c)]=function(_0x11c28f,_0x3af15d){return _0x11c28f===_0x3af15d;},_0x2b249a[_0x1ee9be(0x152)]=_0x1ee9be(0x13b),_0x2b249a['kCzmW']=_0x1ee9be(0xec);const _0x4a8394=_0x2b249a,_0x5aaa0d=path['sep'];if(_0x4a8394['eGONH'](_0x59aa96,null)||_0x4a8394['uDhzE'](_0x59aa96,'')||_0x4a8394[_0x1ee9be(0x11c)](_0x59aa96,_0x5aaa0d)||_0x4a8394[_0x1ee9be(0x111)](_0x59aa96,path[_0x1ee9be(0xf6)](_0x59aa96)))return null;try{return fs[_0x1ee9be(0x15a)](path['join'](_0x59aa96,_0x4a8394['AVKIF'],_0x4a8394[_0x1ee9be(0xbe)])),_0x59aa96;}catch(_0x13b7c1){const _0x4563d9=path[_0x1ee9be(0xf6)](_0x59aa96);return this['findGitConfig'](_0x4563d9);}}[a4_0x18b938(0x163)](_0x4d8373){const _0x5a946a=a4_0x18b938,_0x2cf3e3={};_0x2cf3e3[_0x5a946a(0xbd)]=function(_0xd1463,_0x4fb09d){return _0xd1463>_0x4fb09d;};const _0x12a1bd=_0x2cf3e3;if(_0x4d8373[_0x5a946a(0x17a)])return _0x4d8373[_0x5a946a(0x17a)];if(_0x4d8373[_0x5a946a(0xbc)]){const _0x498e6a=_0x4d8373['ctx'][_0x5a946a(0x16b)]?this[_0x5a946a(0x163)](_0x4d8373[_0x5a946a(0xbc)][_0x5a946a(0x16b)]):null;if(_0x498e6a)return _0x498e6a;}if(_0x4d8373[_0x5a946a(0x175)]){const _0x19ff62=this[_0x5a946a(0x163)](_0x4d8373['parent'])||(_0x4d8373['parent'][_0x5a946a(0xbc)]&&_0x4d8373[_0x5a946a(0x175)][_0x5a946a(0xbc)][_0x5a946a(0x16b)]?this[_0x5a946a(0x163)](_0x4d8373[_0x5a946a(0x175)][_0x5a946a(0xbc)][_0x5a946a(0x16b)]):null);if(_0x19ff62)return _0x19ff62;_0x4d8373[_0x5a946a(0x175)][_0x5a946a(0xf0)]&&_0x12a1bd[_0x5a946a(0xbd)](_0x4d8373[_0x5a946a(0x175)][_0x5a946a(0xf0)][_0x5a946a(0x15b)],0x0)&&_0x4d8373['parent'][_0x5a946a(0xf0)][_0x5a946a(0x183)](_0x253ab9=>{const _0x5676ce=_0x253ab9['ctx']?this['getRootParentFile'](_0x253ab9['ctx']):null;if(_0x5676ce)return _0x5676ce;});}return null;}[a4_0x18b938(0x148)](_0x1ea63f){const _0x15c515=a4_0x18b938,_0x1ecc82={};_0x1ecc82[_0x15c515(0x142)]=function(_0xbc2b27,_0x533b07){return _0xbc2b27!==_0x533b07;};const _0x429f21=_0x1ecc82,_0x17bc48=[];if(_0x1ea63f&&_0x1ea63f[_0x15c515(0x175)]){let _0x3dd8cf=_0x1ea63f[_0x15c515(0x175)];while(_0x3dd8cf&&_0x429f21[_0x15c515(0x142)](_0x3dd8cf[_0x15c515(0x14d)],'')){_0x17bc48[_0x15c515(0x18c)](_0x3dd8cf[_0x15c515(0x14d)]),_0x3dd8cf=_0x3dd8cf[_0x15c515(0x175)];}}return _0x17bc48;}[a4_0x18b938(0x102)](_0x1b38cd,_0x53e1b7,_0x7b119a=undefined){const _0x5ac5b3=a4_0x18b938,_0xd3fdac={'KakPl':function(_0x5e65da,_0x559937){return _0x5e65da(_0x559937);},'mkfyN':function(_0x4e1be2){return _0x4e1be2();},'FkUzM':function(_0x1ea861){return _0x1ea861();},'wxVKo':function(_0x255892){return _0x255892();},'rtjgp':function(_0x387e7d,_0x20d2a4){return _0x387e7d(_0x20d2a4);},'Wvmrp':'util','ZSVAJ':_0x5ac5b3(0xa3),'lPFRa':function(_0x581980,_0x4adf0d){return _0x581980!==_0x4adf0d;},'MaQRy':function(_0x15e571,_0x399da5){return _0x15e571!==_0x399da5;},'NNIZI':'File\x20path\x20could\x20not\x20be\x20found','qEWqn':'pending','AhNaD':'failed','xMGIx':_0x5ac5b3(0xc1),'jkXCs':'skipped','xIupj':_0x5ac5b3(0x118),'csHmB':function(_0x48e044,_0x114241){return _0x48e044-_0x114241;},'oCCty':function(_0x9cc0d9,_0x4e9f89,_0x13d247,_0xfec781,_0x832b05){return _0x9cc0d9(_0x4e9f89,_0x13d247,_0xfec781,_0x832b05);},'gAqsK':_0x5ac5b3(0x139),'nvJkN':_0x5ac5b3(0xbb),'IcKht':_0x5ac5b3(0xe2),'oicFJ':_0x5ac5b3(0x107),'JMuwk':_0x5ac5b3(0x9d),'WUsyI':_0x5ac5b3(0x17f),'pWPbh':'expanded','hZKfM':function(_0x365f83,_0x50a9a3){return _0x365f83===_0x50a9a3;},'muhRb':'hook_run','OThZD':_0x5ac5b3(0x116)};if(!this['enabled'])return;try{if(_0x53e1b7['fn']&&_0x53e1b7['fn']['toString']()[_0x5ac5b3(0x128)](/browserstack internal helper hook/))return;const _0x4839d0=_0xd3fdac[_0x5ac5b3(0x174)](parseEvent,_0x1b38cd);if(!_0x4839d0)return;if(_0x4839d0[_0x5ac5b3(0x117)]){this[_0x5ac5b3(0x16b)]=_0x53e1b7,this[_0x5ac5b3(0x101)]=null;if(_0x4839d0[_0x5ac5b3(0xea)]||_0x4839d0[_0x5ac5b3(0xae)]){_0x53e1b7[_0x5ac5b3(0x125)]=new Date(),_0x53e1b7['markedStatus']=![];if(!_0x53e1b7['testAnalyticsId'])_0x53e1b7[_0x5ac5b3(0x124)]=_0xd3fdac[_0x5ac5b3(0xa1)](uuidv4);else _0x53e1b7[_0x5ac5b3(0x181)]&&(!_0x53e1b7[_0x5ac5b3(0x18d)]&&(_0x53e1b7[_0x5ac5b3(0x18d)]=_0x53e1b7[_0x5ac5b3(0x124)]),_0x53e1b7['testAnalyticsId']=_0xd3fdac[_0x5ac5b3(0xa1)](uuidv4));}}else{if(_0x4839d0[_0x5ac5b3(0x159)]){this[_0x5ac5b3(0x101)]=_0x53e1b7;if(_0x4839d0['started']){_0x53e1b7[_0x5ac5b3(0x125)]=new Date(),_0x53e1b7[_0x5ac5b3(0x181)]=![];if(!_0x53e1b7[_0x5ac5b3(0xb9)])_0x53e1b7[_0x5ac5b3(0xb9)]=_0xd3fdac[_0x5ac5b3(0xf7)](uuidv4);else _0x53e1b7[_0x5ac5b3(0xb9)]&&_0x53e1b7[_0x5ac5b3(0x181)]&&(_0x53e1b7[_0x5ac5b3(0xb9)]=_0xd3fdac[_0x5ac5b3(0xb8)](uuidv4));}}}if(_0x4839d0[_0x5ac5b3(0xb4)]&&_0x53e1b7[_0x5ac5b3(0x181)])return;let _0x30c0f8;try{_0x30c0f8=this['getRootParentFile'](_0x53e1b7);}catch(_0x21a4b6){logger['debug'](_0x5ac5b3(0x149)+_0x21a4b6),_0x30c0f8=null;}const _0x4e68dc=_0xd3fdac[_0x5ac5b3(0x137)](require,_0xd3fdac[_0x5ac5b3(0xe4)]);let _0x95384f=[];_0x7b119a&&(_0x95384f=[_0x7b119a,_0xd3fdac['ZSVAJ']]);const _0x4e2dfa=_0xd3fdac[_0x5ac5b3(0x192)](_0x53e1b7[_0x5ac5b3(0xc5)],undefined)?_0x4e68dc[_0x5ac5b3(0x10b)](_0x53e1b7[_0x5ac5b3(0xc5)][0x0]):_0xd3fdac[_0x5ac5b3(0x100)](_0x7b119a,undefined)?_0x7b119a['toString']():undefined,_0x1a045f=_0x30c0f8?this[_0x5ac5b3(0x11b)](_0x30c0f8):null,_0x2c78b6=_0x30c0f8?this['_paths'][_0x5ac5b3(0x14a)](this[_0x5ac5b3(0x163)](_0x53e1b7)):_0xd3fdac[_0x5ac5b3(0x171)];let _0x4d0540=_0xd3fdac['qEWqn'];const _0x20118e=!_0x4839d0['started']?new Date()['toISOString']():null;if(_0x4839d0[_0x5ac5b3(0xb4)])_0x4d0540=_0x7b119a?_0xd3fdac['AhNaD']:_0xd3fdac[_0x5ac5b3(0xdf)],_0x53e1b7[_0x5ac5b3(0x181)]=!![];else _0x4839d0['skipped']&&(_0x4d0540=_0xd3fdac['jkXCs'],_0x53e1b7[_0x5ac5b3(0x181)]=!![]);const _0xa24ded={'framework':this['frameworkName'],'uuid':_0x53e1b7[_0x5ac5b3(0x124)]||_0x53e1b7[_0x5ac5b3(0xb9)],'name':_0x53e1b7['title'],'body':{'lang':_0xd3fdac['xIupj'],'code':_0x53e1b7[_0x5ac5b3(0x105)]['toString']()},'type':_0x53e1b7[_0x5ac5b3(0xe5)],'scope':_0x53e1b7[_0x5ac5b3(0x12b)](),'scopes':this[_0x5ac5b3(0x148)](_0x53e1b7),'file_name':_0x2c78b6,'vc_filepath':_0x1a045f?path[_0x5ac5b3(0x130)](_0x1a045f,_0x30c0f8):null,'location':_0x2c78b6,'result':_0x4d0540,'failure_reason':_0x4e2dfa,'duration_in_ms':_0x53e1b7[_0x5ac5b3(0xe8)]||(_0x4839d0[_0x5ac5b3(0xb4)]||_0x4839d0[_0x5ac5b3(0xae)])?_0xd3fdac[_0x5ac5b3(0xc6)](Date[_0x5ac5b3(0xba)](),new Date(_0x53e1b7['startedAt'])[_0x5ac5b3(0xcb)]()):null,'started_at':new Date(_0x53e1b7['startedAt'])['toISOString'](),'finished_at':_0x20118e,'failure':testOpsHelper[_0x5ac5b3(0xaa)][_0x5ac5b3(0x11f)](null,_0x95384f),'failure_type':!_0x4e2dfa?null:testOpsHelper[_0x5ac5b3(0x10a)](_0x4e2dfa),'retry_of':_0x53e1b7[_0x5ac5b3(0x18d)]||null,'tags':_0x53e1b7['tags']||[],'customRerunParam':{'rerun_name':_0x53e1b7[_0x5ac5b3(0x12b)]()}};_0xd3fdac[_0x5ac5b3(0xd6)](appendTesthubParams,_0xa24ded,_0x1b38cd,_0x53e1b7,FRAMEWORKS[_0x5ac5b3(0xaf)]);if(_0x4839d0[_0x5ac5b3(0x159)])[_0xa24ded[_0x5ac5b3(0xa5)],_0xa24ded['name']]=[this[_0x5ac5b3(0xcf)](_0x53e1b7),_0x53e1b7[_0x5ac5b3(0xbc)][_0x5ac5b3(0x117)]['title']],_0x4839d0[_0x5ac5b3(0xb4)]?_0xd3fdac['MaQRy'](_0xa24ded[_0x5ac5b3(0x15d)],_0xd3fdac[_0x5ac5b3(0x146)])&&(_0xa24ded['result']=_0xd3fdac[_0x5ac5b3(0xdf)]):_0xa24ded['body']={};else _0x4839d0['test']&&(this[_0x5ac5b3(0x170)](_0x53e1b7),_0x4839d0[_0x5ac5b3(0xae)]&&this[_0x5ac5b3(0x188)](_0x53e1b7),(_0x4839d0[_0x5ac5b3(0xb4)]||_0x4839d0[_0x5ac5b3(0xae)])&&(_0xa24ded[_0x5ac5b3(0x16a)]=this['getHooksForTest'](_0x53e1b7)));this[_0x5ac5b3(0x156)]&&(_0x4839d0[_0x5ac5b3(0xea)]||_0x4839d0[_0x5ac5b3(0xae)])&&(_0xa24ded[_0xd3fdac['gAqsK']]=this[_0x5ac5b3(0x13d)](this[_0x5ac5b3(0x156)]));_0x4839d0[_0x5ac5b3(0x117)]&&_0x4839d0['finished']&&_0x53e1b7['bddSteps']&&(_0xa24ded[_0xd3fdac[_0x5ac5b3(0xef)]]={'feature':{'name':_0x53e1b7['parent'][_0x5ac5b3(0x16c)][_0x5ac5b3(0x127)],'path':_0xa24ded[_0x5ac5b3(0x160)],'description':_0x53e1b7[_0x5ac5b3(0x175)]['comment']},'scenario':{'name':_0x53e1b7[_0x5ac5b3(0x14d)]},'steps':_0x53e1b7['bddSteps']});const _0x5de79b=_0xa24ded[_0xd3fdac[_0x5ac5b3(0x18e)]][0x0];_0x5de79b&&(_0xa24ded[_0xd3fdac[_0x5ac5b3(0x15e)]]=_0x5de79b[_0xd3fdac[_0x5ac5b3(0xa7)]],_0xa24ded[_0xd3fdac['WUsyI']]=_0x5de79b[_0xd3fdac[_0x5ac5b3(0x129)]]);if(_0x53e1b7[_0x5ac5b3(0x114)])for(const _0x48cc28 of _0x53e1b7[_0x5ac5b3(0x114)]){!_0x48cc28[_0x5ac5b3(0x182)]&&(_0x48cc28[_0x5ac5b3(0x182)]=new Date()[_0x5ac5b3(0xac)](),_0xd3fdac[_0x5ac5b3(0xd8)](_0x48cc28[_0x5ac5b3(0x15d)],_0xd3fdac[_0x5ac5b3(0x15c)])&&(_0x5de79b?(_0x48cc28[_0x5ac5b3(0x15d)]=_0xd3fdac[_0x5ac5b3(0x146)],_0x48cc28[_0x5ac5b3(0xe2)]=_0x5de79b[_0xd3fdac[_0x5ac5b3(0xa7)]][0x0]):_0x48cc28[_0x5ac5b3(0x15d)]=_0xd3fdac[_0x5ac5b3(0xdf)]));}const _0x4ebbed={};_0x4ebbed[_0x5ac5b3(0x16e)]=_0x4839d0['skipped']?TEST_EVENTS['TEST_RUN_FINISHED']:_0x1b38cd;const _0x26c34a=_0x4ebbed;return _0x4839d0[_0x5ac5b3(0x159)]?_0x26c34a[_0xd3fdac['muhRb']]=_0xa24ded:_0x26c34a[_0xd3fdac['OThZD']]=_0xa24ded,_0x26c34a;}catch(_0x214439){logger[_0x5ac5b3(0x18b)](_0x5ac5b3(0x10d)+_0x1b38cd+'\x20with\x20error\x20:\x20'+_0x214439);}}async['fireEvent'](_0x1be832,_0x24ffe9){const _0x3e0d32=a4_0x18b938;if(!this[_0x3e0d32(0x158)]||!_0x24ffe9||!_0x1be832)return![];try{return await SessionHandler['uploadEventData'](_0x24ffe9);}catch(_0x5a1b06){logger['debug'](_0x3e0d32(0x184)+_0x1be832+_0x3e0d32(0xad)+_0x5a1b06);}}[a4_0x18b938(0x145)](_0xce30d2){const _0x2740a6=a4_0x18b938,_0x18852b={};_0x18852b['vBEDN']=_0x2740a6(0x154);const _0x14bdc8=_0x18852b;return{'id':_0xce30d2[_0x2740a6(0x13f)],'text':_0xce30d2[_0x2740a6(0x177)],'keyword':_0xce30d2[_0x2740a6(0x121)],'started_at':_0xce30d2['startedAt'][_0x2740a6(0xac)](),'result':_0x14bdc8[_0x2740a6(0x169)]};}[a4_0x18b938(0x119)](_0x182ec8){const _0x3d7540=a4_0x18b938,_0xec811d={'DcZuz':function(_0x1338f2){return _0x1338f2();}};!this['currentTest'][_0x3d7540(0x114)]&&(this['currentTest'][_0x3d7540(0x114)]=[]),!_0x182ec8[_0x3d7540(0x13f)]&&(_0x182ec8[_0x3d7540(0x13f)]=_0xec811d[_0x3d7540(0x9c)](uuidv4),_0x182ec8[_0x3d7540(0x125)]=new Date(),this['currentTest'][_0x3d7540(0x114)][_0x3d7540(0x18c)](this[_0x3d7540(0x145)](_0x182ec8)));}['bddStepFinish'](_0x4b6816){const _0x4d2278=a4_0x18b938,_0x5eb07d={'TXFbG':function(_0xb5394d,_0x12dc68){return _0xb5394d(_0x12dc68);},'CHcvx':'success','HqGpn':_0x4d2278(0x154),'KngrV':'passed','QTYKE':function(_0x56f0b6,_0x95983d){return _0x56f0b6-_0x95983d;}};let _0x4ee7c0=this[_0x4d2278(0x16b)]['bddSteps'][_0x4d2278(0x11d)](_0xa2e2be=>_0xa2e2be['id']===_0x4b6816[_0x4d2278(0x13f)]);_0x5eb07d['TXFbG'](isUndefined,_0x4ee7c0)&&(_0x4ee7c0=this[_0x4d2278(0x145)](_0x4b6816)),_0x4ee7c0[_0x4d2278(0x15d)]=[_0x5eb07d[_0x4d2278(0xb0)],_0x5eb07d[_0x4d2278(0xfd)]][_0x4d2278(0xab)](_0x4b6816[_0x4d2278(0x17c)])?_0x5eb07d['KngrV']:_0x4b6816[_0x4d2278(0x17c)],_0x4ee7c0['finished_at']=new Date()['toISOString'](),_0x4ee7c0[_0x4d2278(0xe8)]=_0x5eb07d[_0x4d2278(0xd1)](Date['now'](),_0x4b6816[_0x4d2278(0x125)]['getTime']()),_0x4ee7c0[_0x4d2278(0xe2)]=_0x4b6816[_0x4d2278(0xa3)]?_0x4b6816[_0x4d2278(0xa3)][_0x4d2278(0xcc)]:null;}}const a4_0x44d33c={};a4_0x44d33c[a4_0x18b938(0x165)]=O11yHelper,a4_0x44d33c[a4_0x18b938(0xd9)]=STATE_PASSED,a4_0x44d33c[a4_0x18b938(0x11e)]=STATE_FAILED,a4_0x44d33c[a4_0x18b938(0x9f)]=TEST_EVENTS,module[a4_0x18b938(0xf1)]=a4_0x44d33c;
1
+ const a4_0x55af8f=a4_0x45e0;(function(_0x3bf2e5,_0x36046e){const _0x28d5df=a4_0x45e0,_0x3ea347=_0x3bf2e5();while(!![]){try{const _0x5cbc5e=parseInt(_0x28d5df(0x161))/0x1+parseInt(_0x28d5df(0x188))/0x2*(parseInt(_0x28d5df(0x211))/0x3)+-parseInt(_0x28d5df(0x154))/0x4*(-parseInt(_0x28d5df(0x153))/0x5)+parseInt(_0x28d5df(0x235))/0x6+-parseInt(_0x28d5df(0x1d2))/0x7*(-parseInt(_0x28d5df(0x16a))/0x8)+parseInt(_0x28d5df(0x223))/0x9*(-parseInt(_0x28d5df(0x180))/0xa)+-parseInt(_0x28d5df(0x187))/0xb;if(_0x5cbc5e===_0x36046e)break;else _0x3ea347['push'](_0x3ea347['shift']());}catch(_0x5d7814){_0x3ea347['push'](_0x3ea347['shift']());}}}(a4_0x2a46,0xa61e0));function a4_0x45e0(_0x4ca6df,_0xa3ac8d){const _0x2a46ab=a4_0x2a46();return a4_0x45e0=function(_0x45e043,_0x22520b){_0x45e043=_0x45e043-0x147;let _0x2c697f=_0x2a46ab[_0x45e043];return _0x2c697f;},a4_0x45e0(_0x4ca6df,_0xa3ac8d);}const path=require('path'),fs=require('fs'),{v4:uuidv4}=require(a4_0x55af8f(0x229)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x55af8f(0x1eb)),testOpsHelper=require('../../helpers/test-observability/utils'),{getTestEnv}=require('../mocha/test-observability/mochaUtils'),{FRAMEWORKS}=require(a4_0x55af8f(0x1a7)),logger=require(a4_0x55af8f(0x1f6))['winstonLogger'],SessionHandler=require(a4_0x55af8f(0x1ec)),RequestQueueHandler=require(a4_0x55af8f(0x1c0)),PlaywrightSessionDetails=require(a4_0x55af8f(0x200)),debug=testOpsHelper[a4_0x55af8f(0x1af)],{processAccessibilityCaps}=require(a4_0x55af8f(0x19e)),Constants=require('../utils/constants'),{fetchPlatformDetails}=require(a4_0x55af8f(0x222)),{shouldProcessEventForTesthub,appendTesthubParams}=require('../../helpers/testhub/utils.js'),constants=require('../utils/constants'),STATE_PASSED=a4_0x55af8f(0x20e),STATE_FAILED=a4_0x55af8f(0x1b9),a4_0x14a94c={};a4_0x14a94c[a4_0x55af8f(0x175)]=a4_0x55af8f(0x1cb),a4_0x14a94c[a4_0x55af8f(0x214)]=a4_0x55af8f(0x1b5),a4_0x14a94c[a4_0x55af8f(0x230)]='TestRunSkipped',a4_0x14a94c[a4_0x55af8f(0x1e2)]='HookRunStarted',a4_0x14a94c[a4_0x55af8f(0x168)]=a4_0x55af8f(0x16e);function a4_0x2a46(){const _0x4bffb8=['then','bTwBJ','parent','findGitConfig','CllPq','stop','STATE_PASSED','./helper.js','27YvnHOm','accessibilityPlatform','hookAnalyticsId','iayoD','qQRTZ','failure_backtrace','uuid','test','FCOje','_afterAll','EeFCB','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','GfuBW','TEST_RUN_SKIPPED','failed\x20to\x20get\x20root\x20parent\x20file\x20','obsBrowserTypeMockApplied','hiWBN','dJhqJ','3116076OycbCL','pending','_testEnv','RCwBu','skipped','result','logs','hook_run','Playwright','defineProperty','File\x20path\x20could\x20not\x20be\x20found','aOKKa','FWzuG','gqofc','tTKIc','name','GSrBB','O11yHelper','getRootParentFile','getCBTInfo','toString','Evlsi','emAml','frameworkName','prototype','setupBrowserDetails','PathHelper','SOHfo','dkpvn','VgZhT','test_run_uuid','patchConsoleLogger','hook_run_uuid','BjAyx','94685QTLtgl','104rMzUAZ','driver','KOSgQ','client','file_name','BlFlK','CLQun','zGRXQ','KSohM','ctx','JzNzG','ceCuJ','apply','611347SXISHX','WjmUx','backtrace','text','keyword','cwd','CBTSessionCreated','HOOK_RUN_FINISHED','startedAt','1336qfeQkI','forEach','finished','inspect','HookRunFinished','VOpHX','getFailureType','lJbaW','comment','qxbem','ubQDe','TEST_RUN_STARTED','find','fmOky','now','cEcPO','dHSoc','push','LRfCD','markedStatus','event_type','lib','3477710bJMLCW','fireEvent','mapTestHooks','err','status','split','exports','16547432xGTxlp','776fTGZbi','xNcWv','browserType.js','getHooksForTest','suRBh','stringify','connect','launch','toLowerCase','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','sODqg','xjfVG','.git','qHJnG','DqZAE','DIIrv','ooeQC','ZvgUH','ILsLA','RdQLa','ZTAER','duration','../playwright/accessibility-helper','OiQDC','join','message','suites','_beforeEach','getTime','RSptt','cnsXZ','../../helpers/test-observability/constants','toISOString','finished_at','ZxBcf','oQMog','concat','oSwAT','__platformCaps','debug','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','STATE_FAILED','theWZ','success','sIxLz','TestRunFinished','YWSZk','YdLab','BROWSERSTACK','failed','feature','appendTestItemLog','PLAYWRIGHT_HUB_URL','retryOf','includes','Xgnyt','../../helpers/test-observability/requestQueueHandler','_beforeAll','nkfbm','hooks','dirname','testAnalyticsId','YUqoZ','BrowserType','4|5|1|3|2|0','tags','toUpperCase','TestRunStarted','match','DUsxB','pid','nSDhr','constructor','VORUw','41790RcuKIB','location_prefix','removeAllListeners','QVuKh','failureData','ZVBDJ','TEST_EVENTS','IfqEX','hook','iVukQ','LubBN','captureEvent','WoIZF','body','shutdown','failure','HOOK_RUN_STARTED','currentHook','errorsDetailed','WeSXW','bddSteps','currentTest','rvGjq','nbSbb','_paths','../../helpers/helper','../../helpers/test-observability/sessionHandler','enabled','config','wsEndpoint','PJnhu','initializeBddStep','util','_afterEach','prefixTestPath','HHklG','../../helpers/logger','Failed\x20to\x20parse\x20wsendpoint\x20','fullTitle','jCkcQ','\x20with\x20error\x20:\x20','uploadEventData','hook_type','NSlGl','CODECEPT','started','../playwright/sessionDetails','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','test_run','length','AUuMl','bs:addLog:','zusMh','meta','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','CqTsN','getHookType','TEST_REPORTING_ANALYTICS','browserstack','sendCBTInfo','passed','resetSkipTestHooks','groups','4701PqbAJU','iWzey','goAlm','TEST_RUN_FINISHED','WsNqF','stepAnalyticsId','VjJmW','zQMyG','title','xGMew'];a4_0x2a46=function(){return _0x4bffb8;};return a4_0x2a46();}const TEST_EVENTS=a4_0x14a94c,parseEvent=_0x5e3613=>{const _0x57f120=a4_0x55af8f,_0x155b60={};_0x155b60[_0x57f120(0x1ad)]=function(_0x1f55ef,_0x5b69bb){return _0x1f55ef<_0x5b69bb;},_0x155b60[_0x57f120(0x21a)]=function(_0x2691d3,_0x180282){return _0x2691d3===_0x180282;},_0x155b60[_0x57f120(0x1b2)]=_0x57f120(0x22a),_0x155b60[_0x57f120(0x15b)]=function(_0x60b738,_0x50a7a6){return _0x60b738===_0x50a7a6;},_0x155b60['KSohM']='hook',_0x155b60['YWSZk']=function(_0x18f9fa,_0x39bdc3){return _0x18f9fa===_0x39bdc3;},_0x155b60[_0x57f120(0x193)]=_0x57f120(0x239),_0x155b60[_0x57f120(0x215)]='started',_0x155b60[_0x57f120(0x1dc)]=function(_0x563deb,_0x211b98){return _0x563deb===_0x211b98;},_0x155b60[_0x57f120(0x1b7)]=_0x57f120(0x16c);const _0x4afe83=_0x155b60,_0x4f2c42=_0x5e3613[_0x57f120(0x1cc)](/^(.*)Run(.*)$/);if(!_0x4f2c42)return null;if(_0x4afe83[_0x57f120(0x1ad)](_0x4f2c42[_0x57f120(0x203)],0x3))return null;const _0x14a1a6=_0x4f2c42[0x1][_0x57f120(0x190)](),_0x2755a2=_0x4f2c42[0x2][_0x57f120(0x190)]();return{'test':_0x4afe83['xGMew'](_0x14a1a6,_0x4afe83['theWZ']),'hook':_0x4afe83['zGRXQ'](_0x14a1a6,_0x4afe83[_0x57f120(0x15c)]),'skipped':_0x4afe83[_0x57f120(0x1b6)](_0x2755a2,_0x4afe83['xjfVG']),'started':_0x4afe83[_0x57f120(0x15b)](_0x2755a2,_0x4afe83['WsNqF']),'finished':_0x4afe83[_0x57f120(0x1dc)](_0x2755a2,_0x4afe83[_0x57f120(0x1b7)])};},mockPWBrowserType=_0x53e9a5=>{const _0x37112e=a4_0x55af8f,_0x101292={'iVukQ':function(_0x20ca27,_0x61c138){return _0x20ca27===_0x61c138;},'sODqg':'string','CqTsN':function(_0x163a66,_0x3f338f,_0x2b6bb8){return _0x163a66(_0x3f338f,_0x2b6bb8);},'RCwBu':_0x37112e(0x1ef),'DUsxB':function(_0x3428b3,_0x2b52fc){return _0x3428b3(_0x2b52fc);},'PdWdr':_0x37112e(0x20c),'uXwBY':function(_0x3081fe,_0x35c82d){return _0x3081fe(_0x35c82d);},'EeFCB':_0x37112e(0x17f),'SOHfo':_0x37112e(0x157),'RSptt':_0x37112e(0x18a),'DIIrv':function(_0x51f90a,_0x21bb1d){return _0x51f90a(_0x21bb1d);},'ubQDe':'Not\x20able\x20to\x20import\x20Browser','QuJUd':_0x37112e(0x18e),'GfuBW':_0x37112e(0x18f)},_0x5471b1=path[_0x37112e(0x1a0)](_0x101292[_0x37112e(0x22d)],_0x101292[_0x37112e(0x14c)],_0x101292[_0x37112e(0x1a5)]),_0x5655d8=_0x101292[_0x37112e(0x1cd)](importFileFromPWCore,_0x5471b1);if(!_0x5655d8){_0x101292[_0x37112e(0x197)](debug,_0x101292[_0x37112e(0x174)]);return;}const _0x2600bf=_0x5655d8[_0x37112e(0x1c7)],_0x27f98e=_0x2600bf[_0x37112e(0x149)];if(_0x27f98e[_0x37112e(0x232)])return;const _0x24c730=_0x27f98e[_0x37112e(0x18e)];Object[_0x37112e(0x23e)](_0x27f98e,_0x101292['QuJUd'],{'get':function(){const _0x129e45=_0x37112e,_0x5b75f6={'OiQDC':function(_0xa3ede3,_0x110b85){const _0x10a933=a4_0x45e0;return _0x101292[_0x10a933(0x1db)](_0xa3ede3,_0x110b85);},'oMKlW':_0x101292[_0x129e45(0x192)],'jCkcQ':function(_0x218187,_0x1c86e7,_0x520157){const _0x1c8322=_0x129e45;return _0x101292[_0x1c8322(0x209)](_0x218187,_0x1c86e7,_0x520157);},'FWzuG':_0x101292[_0x129e45(0x238)],'emAml':function(_0x3f20af,_0x55ab2e){const _0x45bd2f=_0x129e45;return _0x101292[_0x45bd2f(0x1cd)](_0x3f20af,_0x55ab2e);},'dkpvn':_0x101292['PdWdr'],'IfqEX':function(_0x44e6f3,_0x1a3812){return _0x101292['uXwBY'](_0x44e6f3,_0x1a3812);}};return async function _0x4408a9(_0x389da7,_0xfe55f8){const _0x401957=_0x129e45,_0x3ca8b3=_0x5b75f6['jCkcQ'](nestedKeyValue,_0x389da7,[_0x5b75f6[_0x401957(0x241)]])||_0x389da7;let _0x5942e9=null,_0x2a7f2b=null;try{[_0x2a7f2b,_0x5942e9]=_0x3ca8b3?_0x5b75f6[_0x401957(0x147)](parseWSEndpoint,_0x3ca8b3):[null,null],global[_0x401957(0x1ae)]=_0x5942e9,logger[_0x401957(0x1af)](_0x401957(0x22e)+_0x2a7f2b),_0x2a7f2b[_0x401957(0x1be)](Constants[_0x401957(0x1b8)])&&(global['__cloud_provider___']=_0x5b75f6[_0x401957(0x14d)]);}catch(_0x1f6601){logger['debug'](_0x401957(0x1f7)+_0x3ca8b3+'\x20'+_0x1f6601);}_0x5b75f6[_0x401957(0x1f9)](processAccessibilityCaps,_0x5942e9,_0x2a7f2b);if(global[_0x401957(0x224)]){const _0x4d7453=await _0x27f98e['connectOverCDP'][_0x401957(0x160)](this,[''+Constants[_0x401957(0x1bc)]+_0x5b75f6[_0x401957(0x1d9)](encodeURIComponent,JSON[_0x401957(0x18d)](_0x5942e9))]);return PlaywrightSessionDetails['setupBrowserDetails'](_0x4d7453,_0x53e9a5,_0x3ca8b3),_0x4d7453;}return _0x24c730[_0x401957(0x160)](this,arguments)['then'](_0x1b4088=>{const _0x6bfde9=_0x401957;let _0x3fbfc0=_0x389da7['wsEndpoint'];return _0x5b75f6[_0x6bfde9(0x19f)](typeof _0x389da7,_0x5b75f6['oMKlW'])&&(_0x3fbfc0=_0x389da7),PlaywrightSessionDetails[_0x6bfde9(0x14a)](_0x1b4088,_0x53e9a5,_0x3fbfc0),_0x1b4088;});};}});const _0x235f5d=_0x27f98e[_0x37112e(0x18f)];Object['defineProperty'](_0x27f98e,_0x101292[_0x37112e(0x22f)],{'get':function(){return async function _0xd7adef(){const _0x47ef61=a4_0x45e0;return _0x235f5d['apply'](this,arguments)[_0x47ef61(0x21b)](_0x6d28ae=>{const _0x5f0f18=_0x47ef61;return PlaywrightSessionDetails[_0x5f0f18(0x14a)](_0x6d28ae,null),_0x6d28ae;});};}});};class O11yHelper{['currentTest']=null;['currentHook']=null;[a4_0x55af8f(0x1ed)]=![];['frameworkName']=![];constructor(_0xf9515a,_0x4801c5){const _0x18f2b8=a4_0x55af8f,_0x4e5f36={'HHklG':_0x18f2b8(0x1c8),'VORUw':function(_0x33457e,_0x2c3b82){return _0x33457e===_0x2c3b82;},'lzunN':_0x18f2b8(0x23d),'PJnhu':function(_0x1785be,_0x54af21){return _0x1785be(_0x54af21);},'xNcWv':function(_0x15980b){return _0x15980b();},'LRfCD':function(_0x1d2046){return _0x1d2046();}},_0x5437d2=_0x4e5f36[_0x18f2b8(0x1f5)][_0x18f2b8(0x185)]('|');let _0x20d0a0=0x0;while(!![]){switch(_0x5437d2[_0x20d0a0++]){case'0':this[_0x18f2b8(0x155)]&&_0x4e5f36[_0x18f2b8(0x1d1)](this[_0x18f2b8(0x155)][_0x18f2b8(0x1d0)][_0x18f2b8(0x244)],_0x4e5f36['lzunN'])&&_0x4e5f36[_0x18f2b8(0x1f0)](mockPWBrowserType,null);continue;case'1':this[_0x18f2b8(0x155)]=_0xf9515a;continue;case'2':this[_0x18f2b8(0x1ea)]=new testOpsHelper[(_0x18f2b8(0x14b))]({'cwd':process[_0x18f2b8(0x166)]()},this[_0x18f2b8(0x237)][_0x18f2b8(0x1d3)]);continue;case'3':this[_0x18f2b8(0x237)]=_0x4e5f36[_0x18f2b8(0x189)](getTestEnv);continue;case'4':this[_0x18f2b8(0x1ed)]=_0x4e5f36[_0x18f2b8(0x17c)](shouldProcessEventForTesthub);continue;case'5':this[_0x18f2b8(0x148)]=_0x4801c5[_0x18f2b8(0x148)];continue;}break;}}['start'](){const _0x537bcf=a4_0x55af8f;if(!this['enabled'])return;testOpsHelper[_0x537bcf(0x150)](),process[_0x537bcf(0x1d4)](_0x537bcf(0x205)+process[_0x537bcf(0x1ce)]),process['on'](_0x537bcf(0x205)+process[_0x537bcf(0x1ce)],this[_0x537bcf(0x1bb)]['bind'](this));}async[a4_0x55af8f(0x220)](){const _0x4893d3=a4_0x55af8f;await RequestQueueHandler['getInstance']()[_0x4893d3(0x1e0)]();}async[a4_0x55af8f(0x1bb)](_0x4c228b){const _0x20782c=a4_0x55af8f,_0x454cfd={'VjJmW':'LogCreated','lJbaW':function(_0x1bdc30,_0x26bdb8){return _0x1bdc30(_0x26bdb8);}};try{this[_0x20782c(0x1e3)]&&!this[_0x20782c(0x1e3)][_0x20782c(0x17d)]&&(_0x4c228b['hook_run_uuid']=this[_0x20782c(0x1e3)][_0x20782c(0x225)]);!_0x4c228b[_0x20782c(0x151)]&&this[_0x20782c(0x1e7)]&&!this['currentTest'][_0x20782c(0x17d)]&&(_0x4c228b[_0x20782c(0x14f)]=this[_0x20782c(0x1e7)][_0x20782c(0x1c5)]);if(_0x4c228b[_0x20782c(0x151)]||_0x4c228b[_0x20782c(0x14f)]){const _0x27178b={};_0x27178b[_0x20782c(0x17e)]=_0x454cfd[_0x20782c(0x217)],_0x27178b[_0x20782c(0x23b)]=[_0x4c228b],await SessionHandler[_0x20782c(0x1fb)](_0x27178b);}}catch(_0x427f3e){_0x454cfd[_0x20782c(0x171)](debug,_0x20782c(0x201)+constants['TEST_REPORTING_ANALYTICS']+_0x20782c(0x1fa)+_0x427f3e);}}async[a4_0x55af8f(0x20d)](_0x477a1e){const _0x4c3b4f=a4_0x55af8f,_0x39d9f5={'fmOky':_0x4c3b4f(0x167),'dJhqJ':function(_0x501bab,_0x4221e6){return _0x501bab(_0x4221e6);}};if(!this[_0x4c3b4f(0x1ed)])return;const _0x1c08ec=this['getCBTInfo'](this[_0x4c3b4f(0x155)]);try{const _0x18c966={};_0x18c966[_0x4c3b4f(0x229)]=_0x477a1e,_0x18c966['integrations']=_0x1c08ec;const _0x111710=_0x18c966,_0x5f3a2e={};_0x5f3a2e[_0x4c3b4f(0x17e)]=_0x39d9f5[_0x4c3b4f(0x177)],_0x5f3a2e[_0x4c3b4f(0x202)]=_0x111710,await SessionHandler[_0x4c3b4f(0x1fb)](_0x5f3a2e);}catch(_0x4e595f){_0x39d9f5[_0x4c3b4f(0x234)](debug,_0x4c3b4f(0x1b0)+constants[_0x4c3b4f(0x20b)]+'\x20with\x20error\x20:\x20'+_0x4e595f);}}[a4_0x55af8f(0x248)](_0x38e3f1){const _0xa34e9d=a4_0x55af8f,_0x353973={'dHSoc':function(_0x5c9d2c,_0x124d0){return _0x5c9d2c(_0x124d0);}};return _0x353973[_0xa34e9d(0x17a)](fetchPlatformDetails,_0x38e3f1);}[a4_0x55af8f(0x20f)]=_0x5befaa=>{const _0x45f7ec=a4_0x55af8f,_0x3d13f0={};_0x3d13f0['dnAoq']=_0x45f7ec(0x1a3),_0x3d13f0[_0x45f7ec(0x1d5)]='_afterEach';const _0x1e098e=_0x3d13f0;if(!_0x5befaa||!_0x5befaa[_0x45f7ec(0x21d)])return;[_0x1e098e['dnAoq'],_0x1e098e[_0x45f7ec(0x1d5)]][_0x45f7ec(0x16b)](_0x42bcba=>{const _0x310f9f=_0x45f7ec,_0x142ee3=_0x5befaa['parent'][_0x42bcba];_0x142ee3[_0x310f9f(0x16b)](_0x51a58d=>{const _0x33678a=_0x310f9f;_0x51a58d[_0x33678a(0x225)]&&(_0x51a58d[_0x33678a(0x225)]=null);});});};['mapTestHooks'](_0x3bbcaf){const _0x3a6ea5=a4_0x55af8f,_0x258fa5={'lxYxY':'codeceptjs','NKODl':function(_0x2581c9){return _0x2581c9();},'tNATc':function(_0x3d440d,_0x3bdc44){return _0x3d440d===_0x3bdc44;},'nkfbm':_0x3a6ea5(0x1f3),'suRBh':function(_0x1cec12){return _0x1cec12();},'pBOZb':_0x3a6ea5(0x1c1),'ZxBcf':_0x3a6ea5(0x22c),'BlFlK':_0x3a6ea5(0x1a3)};if(!_0x3bbcaf||!_0x3bbcaf[_0x3a6ea5(0x21d)])return;[_0x258fa5['pBOZb'],_0x258fa5[_0x3a6ea5(0x1aa)],_0x258fa5[_0x3a6ea5(0x159)],_0x258fa5[_0x3a6ea5(0x1c2)]][_0x3a6ea5(0x16b)](_0x4fb724=>{const _0x2f4a2a=_0x3a6ea5,_0x1a4d9f={'NSlGl':_0x258fa5['lxYxY'],'VOpHX':function(_0x34e1f3){return _0x258fa5['NKODl'](_0x34e1f3);},'qQRTZ':function(_0x1e6e22,_0xcb8c64){return _0x258fa5['tNATc'](_0x1e6e22,_0xcb8c64);},'goAlm':_0x258fa5[_0x2f4a2a(0x1c2)],'ceCuJ':function(_0xb83a09){const _0x345811=_0x2f4a2a;return _0x258fa5[_0x345811(0x18c)](_0xb83a09);}},_0xd17e6a=_0x3bbcaf[_0x2f4a2a(0x21d)][_0x4fb724]||[];_0xd17e6a[_0x2f4a2a(0x16b)](_0x5dd0d2=>{const _0x50592c=_0x2f4a2a;if(_0x5dd0d2[_0x50592c(0x219)]['includes'](_0x1a4d9f[_0x50592c(0x1fd)]))return;if(!_0x5dd0d2['hookAnalyticsId'])_0x5dd0d2[_0x50592c(0x225)]=_0x1a4d9f[_0x50592c(0x16f)](uuidv4);else _0x5dd0d2[_0x50592c(0x17d)]&&_0x1a4d9f[_0x50592c(0x227)](_0x4fb724,_0x1a4d9f[_0x50592c(0x213)])&&(_0x5dd0d2[_0x50592c(0x225)]=_0x1a4d9f[_0x50592c(0x15f)](uuidv4),delete _0x5dd0d2['markedStatus']);});}),this[_0x3a6ea5(0x182)](_0x3bbcaf[_0x3a6ea5(0x21d)]);}['getHooksForTest'](_0x1a68b0){const _0x4b9776=a4_0x55af8f,_0x598603={};_0x598603[_0x4b9776(0x1e5)]=_0x4b9776(0x1c1),_0x598603[_0x4b9776(0x1e8)]=_0x4b9776(0x22c),_0x598603[_0x4b9776(0x179)]='_beforeEach',_0x598603[_0x4b9776(0x1b4)]=_0x4b9776(0x1f3);const _0x592a78=_0x598603;if(!_0x1a68b0||!_0x1a68b0[_0x4b9776(0x21d)])return[];const _0x3e1f9c=[];return[_0x592a78[_0x4b9776(0x1e5)],_0x592a78['rvGjq'],_0x592a78[_0x4b9776(0x179)],_0x592a78[_0x4b9776(0x1b4)]][_0x4b9776(0x16b)](_0xd6c556=>{const _0xd9486=_0x4b9776,_0x45d7a2=_0x1a68b0['parent'][_0xd6c556]||[];_0x45d7a2[_0xd9486(0x16b)](_0x3e4ab1=>{const _0x16b6d2=_0xd9486;_0x3e4ab1[_0x16b6d2(0x225)]&&_0x3e1f9c['push'](_0x3e4ab1[_0x16b6d2(0x225)]);});}),[][_0x4b9776(0x1ac)](_0x3e1f9c,this[_0x4b9776(0x18b)](_0x1a68b0['parent']));}[a4_0x55af8f(0x20a)](_0x501b2b){const _0x344f2a=a4_0x55af8f,_0x539898=/^"(?<hook>.*)" hook:.*$/,_0x283a7e=_0x501b2b[_0x344f2a(0x219)],_0x8d184b=_0x283a7e[_0x344f2a(0x1cc)](_0x539898);if(_0x8d184b&&_0x8d184b[_0x344f2a(0x210)])return _0x8d184b['groups'][_0x344f2a(0x1da)][_0x344f2a(0x1ca)]()['replace']('\x20','_');return null;}['findGitConfig'](_0x319b7d){const _0x1cc844=a4_0x55af8f,_0x35b37e={};_0x35b37e[_0x1cc844(0x1a6)]=function(_0x1822cc,_0x5a8412){return _0x1822cc===_0x5a8412;},_0x35b37e[_0x1cc844(0x212)]=function(_0x16045a,_0x318700){return _0x16045a===_0x318700;},_0x35b37e['ZvgUH']=function(_0x26dac6,_0x542845){return _0x26dac6===_0x542845;},_0x35b37e['JzNzG']=function(_0x4933d8,_0x4d8304){return _0x4933d8===_0x4d8304;},_0x35b37e[_0x1cc844(0x162)]=_0x1cc844(0x194),_0x35b37e[_0x1cc844(0x1bf)]=_0x1cc844(0x1ee);const _0xecaaff=_0x35b37e,_0x549646=path['sep'];if(_0xecaaff['cnsXZ'](_0x319b7d,null)||_0xecaaff[_0x1cc844(0x212)](_0x319b7d,'')||_0xecaaff[_0x1cc844(0x199)](_0x319b7d,_0x549646)||_0xecaaff[_0x1cc844(0x15e)](_0x319b7d,path[_0x1cc844(0x1c4)](_0x319b7d)))return null;try{return fs['statSync'](path[_0x1cc844(0x1a0)](_0x319b7d,_0xecaaff[_0x1cc844(0x162)],_0xecaaff['Xgnyt'])),_0x319b7d;}catch(_0x62e17){const _0x79e3a8=path[_0x1cc844(0x1c4)](_0x319b7d);return this[_0x1cc844(0x21e)](_0x79e3a8);}}[a4_0x55af8f(0x247)](_0x247b84){const _0x1e35d1=a4_0x55af8f,_0x4279db={};_0x4279db['BcLSE']=function(_0x1e2087,_0x461331){return _0x1e2087>_0x461331;};const _0x275e67=_0x4279db;if(_0x247b84['file'])return _0x247b84['file'];if(_0x247b84['ctx']){const _0x3c902b=_0x247b84[_0x1e35d1(0x15d)]['currentTest']?this[_0x1e35d1(0x247)](_0x247b84[_0x1e35d1(0x15d)][_0x1e35d1(0x1e7)]):null;if(_0x3c902b)return _0x3c902b;}if(_0x247b84[_0x1e35d1(0x21d)]){const _0x17a685=this['getRootParentFile'](_0x247b84[_0x1e35d1(0x21d)])||(_0x247b84[_0x1e35d1(0x21d)][_0x1e35d1(0x15d)]&&_0x247b84['parent'][_0x1e35d1(0x15d)]['currentTest']?this[_0x1e35d1(0x247)](_0x247b84[_0x1e35d1(0x21d)][_0x1e35d1(0x15d)][_0x1e35d1(0x1e7)]):null);if(_0x17a685)return _0x17a685;_0x247b84[_0x1e35d1(0x21d)][_0x1e35d1(0x1a2)]&&_0x275e67['BcLSE'](_0x247b84[_0x1e35d1(0x21d)][_0x1e35d1(0x1a2)][_0x1e35d1(0x203)],0x0)&&_0x247b84[_0x1e35d1(0x21d)][_0x1e35d1(0x1a2)][_0x1e35d1(0x16b)](_0x4ab292=>{const _0x12b87a=_0x1e35d1,_0x2c9829=_0x4ab292[_0x12b87a(0x15d)]?this[_0x12b87a(0x247)](_0x4ab292['ctx']):null;if(_0x2c9829)return _0x2c9829;});}return null;}['getHierarchy'](_0x1ecea9){const _0x1fce35=a4_0x55af8f,_0x3bc419={};_0x3bc419[_0x1fce35(0x14e)]=function(_0x483bfd,_0x1de354){return _0x483bfd!==_0x1de354;};const _0x4804ed=_0x3bc419,_0x9210c5=[];if(_0x1ecea9&&_0x1ecea9['parent']){let _0x47cdfa=_0x1ecea9['parent'];while(_0x47cdfa&&_0x4804ed[_0x1fce35(0x14e)](_0x47cdfa[_0x1fce35(0x219)],'')){_0x9210c5[_0x1fce35(0x17b)](_0x47cdfa['title']),_0x47cdfa=_0x47cdfa[_0x1fce35(0x21d)];}}return _0x9210c5;}[a4_0x55af8f(0x1dd)](_0x1f1812,_0x4dccb6,_0x4e9f8e=undefined){const _0x39bd22=a4_0x55af8f,_0xecd1ad={'YUqoZ':function(_0x39782f,_0x311035){return _0x39782f(_0x311035);},'AUuMl':function(_0x22031b){return _0x22031b();},'ILsLA':function(_0x46f7da){return _0x46f7da();},'gqofc':function(_0x5adb47){return _0x5adb47();},'RdQLa':function(_0x594743,_0xb44116){return _0x594743(_0xb44116);},'qHJnG':_0x39bd22(0x1f2),'Evlsi':_0x39bd22(0x183),'BjAyx':function(_0x3e3d15,_0x830d0e){return _0x3e3d15!==_0x830d0e;},'pGaZy':function(_0x550c29,_0x1f1116){return _0x550c29!==_0x1f1116;},'KOSgQ':_0x39bd22(0x23f),'ZVBDJ':_0x39bd22(0x236),'GSrBB':'failed','ooeQC':_0x39bd22(0x20e),'hiWBN':_0x39bd22(0x239),'nSDhr':'javascript','CkVJT':function(_0x34f3d9,_0x186e43){return _0x34f3d9-_0x186e43;},'tTKIc':function(_0xb13d1d,_0x28a1b2,_0x2f5cd2,_0x5224f1,_0xc45d3){return _0xb13d1d(_0x28a1b2,_0x2f5cd2,_0x5224f1,_0xc45d3);},'CllPq':'integrations','IlUGG':_0x39bd22(0x207),'qxbem':_0x39bd22(0x1e1),'bTwBJ':_0x39bd22(0x228),'FCOje':_0x39bd22(0x163),'zQMyG':'failure_reason_expanded','zkMkM':'expanded','zusMh':function(_0x4b2094,_0x4b8ae4){return _0x4b2094===_0x4b8ae4;},'CLQun':_0x39bd22(0x23c),'ZTAER':_0x39bd22(0x202)};if(!this[_0x39bd22(0x1ed)])return;try{if(_0x4dccb6['fn']&&_0x4dccb6['fn'][_0x39bd22(0x249)]()[_0x39bd22(0x1cc)](/browserstack internal helper hook/))return;const _0x5a4b71=_0xecd1ad[_0x39bd22(0x1c6)](parseEvent,_0x1f1812);if(!_0x5a4b71)return;if(_0x5a4b71[_0x39bd22(0x22a)]){this[_0x39bd22(0x1e7)]=_0x4dccb6,this[_0x39bd22(0x1e3)]=null;if(_0x5a4b71[_0x39bd22(0x1ff)]||_0x5a4b71[_0x39bd22(0x239)]){_0x4dccb6[_0x39bd22(0x169)]=new Date(),_0x4dccb6[_0x39bd22(0x17d)]=![];if(!_0x4dccb6['testAnalyticsId'])_0x4dccb6[_0x39bd22(0x1c5)]=_0xecd1ad[_0x39bd22(0x204)](uuidv4);else _0x4dccb6['markedStatus']&&(!_0x4dccb6['retryOf']&&(_0x4dccb6['retryOf']=_0x4dccb6[_0x39bd22(0x1c5)]),_0x4dccb6['testAnalyticsId']=_0xecd1ad[_0x39bd22(0x19a)](uuidv4));}}else{if(_0x5a4b71[_0x39bd22(0x1da)]){this[_0x39bd22(0x1e3)]=_0x4dccb6;if(_0x5a4b71[_0x39bd22(0x1ff)]){_0x4dccb6[_0x39bd22(0x169)]=new Date(),_0x4dccb6[_0x39bd22(0x17d)]=![];if(!_0x4dccb6['hookAnalyticsId'])_0x4dccb6[_0x39bd22(0x225)]=_0xecd1ad[_0x39bd22(0x242)](uuidv4);else _0x4dccb6[_0x39bd22(0x225)]&&_0x4dccb6['markedStatus']&&(_0x4dccb6['hookAnalyticsId']=_0xecd1ad[_0x39bd22(0x204)](uuidv4));}}}if(_0x5a4b71[_0x39bd22(0x16c)]&&_0x4dccb6[_0x39bd22(0x17d)])return;let _0x51f74d;try{_0x51f74d=this[_0x39bd22(0x247)](_0x4dccb6);}catch(_0x29f0ac){logger[_0x39bd22(0x1af)](_0x39bd22(0x231)+_0x29f0ac),_0x51f74d=null;}const _0x5b6ec4=_0xecd1ad[_0x39bd22(0x19b)](require,_0xecd1ad[_0x39bd22(0x195)]);let _0x5b0d0a=[];_0x4e9f8e&&(_0x5b0d0a=[_0x4e9f8e,_0xecd1ad[_0x39bd22(0x24a)]]);const _0x1bc702=_0xecd1ad[_0x39bd22(0x152)](_0x4dccb6[_0x39bd22(0x1e4)],undefined)?_0x5b6ec4[_0x39bd22(0x16d)](_0x4dccb6['errorsDetailed'][0x0]):_0xecd1ad['pGaZy'](_0x4e9f8e,undefined)?_0x4e9f8e[_0x39bd22(0x249)]():undefined,_0x192087=_0x51f74d?this[_0x39bd22(0x21e)](_0x51f74d):null,_0x45ab30=_0x51f74d?this['_paths'][_0x39bd22(0x1f4)](this[_0x39bd22(0x247)](_0x4dccb6)):_0xecd1ad[_0x39bd22(0x156)];let _0xbf7b90=_0xecd1ad[_0x39bd22(0x1d7)];const _0x202683=!_0x5a4b71[_0x39bd22(0x1ff)]?new Date()['toISOString']():null;if(_0x5a4b71[_0x39bd22(0x16c)])_0xbf7b90=_0x4e9f8e?_0xecd1ad[_0x39bd22(0x245)]:_0xecd1ad['ooeQC'],_0x4dccb6[_0x39bd22(0x17d)]=!![];else _0x5a4b71[_0x39bd22(0x239)]&&(_0xbf7b90=_0xecd1ad[_0x39bd22(0x233)],_0x4dccb6[_0x39bd22(0x17d)]=!![]);const _0x926d1f={'framework':this[_0x39bd22(0x148)],'uuid':_0x4dccb6[_0x39bd22(0x1c5)]||_0x4dccb6[_0x39bd22(0x225)],'name':_0x4dccb6[_0x39bd22(0x219)],'body':{'lang':_0xecd1ad[_0x39bd22(0x1cf)],'code':_0x4dccb6[_0x39bd22(0x1df)][_0x39bd22(0x249)]()},'type':_0x4dccb6['type'],'scope':_0x4dccb6[_0x39bd22(0x1f8)](),'scopes':this['getHierarchy'](_0x4dccb6),'file_name':_0x45ab30,'vc_filepath':_0x192087?path['relative'](_0x192087,_0x51f74d):null,'location':_0x45ab30,'result':_0xbf7b90,'failure_reason':_0x1bc702,'duration_in_ms':_0x4dccb6[_0x39bd22(0x19d)]||(_0x5a4b71[_0x39bd22(0x16c)]||_0x5a4b71['skipped'])?_0xecd1ad['CkVJT'](Date[_0x39bd22(0x178)](),new Date(_0x4dccb6['startedAt'])['getTime']()):null,'started_at':new Date(_0x4dccb6[_0x39bd22(0x169)])['toISOString'](),'finished_at':_0x202683,'failure':testOpsHelper[_0x39bd22(0x1d6)][_0x39bd22(0x160)](null,_0x5b0d0a),'failure_type':!_0x1bc702?null:testOpsHelper[_0x39bd22(0x170)](_0x1bc702),'retry_of':_0x4dccb6[_0x39bd22(0x1bd)]||null,'tags':_0x4dccb6[_0x39bd22(0x1c9)]||[],'customRerunParam':{'rerun_name':_0x4dccb6[_0x39bd22(0x1f8)]()}};_0xecd1ad[_0x39bd22(0x243)](appendTesthubParams,_0x926d1f,_0x1f1812,_0x4dccb6,FRAMEWORKS[_0x39bd22(0x1fe)]);if(_0x5a4b71['hook'])[_0x926d1f[_0x39bd22(0x1fc)],_0x926d1f[_0x39bd22(0x244)]]=[this[_0x39bd22(0x20a)](_0x4dccb6),_0x4dccb6[_0x39bd22(0x15d)]['test']['title']],_0x5a4b71[_0x39bd22(0x16c)]?_0xecd1ad[_0x39bd22(0x152)](_0x926d1f[_0x39bd22(0x23a)],_0xecd1ad[_0x39bd22(0x245)])&&(_0x926d1f[_0x39bd22(0x23a)]=_0xecd1ad[_0x39bd22(0x198)]):_0x926d1f['body']={};else _0x5a4b71[_0x39bd22(0x22a)]&&(this[_0x39bd22(0x182)](_0x4dccb6),_0x5a4b71[_0x39bd22(0x239)]&&this[_0x39bd22(0x20f)](_0x4dccb6),(_0x5a4b71[_0x39bd22(0x16c)]||_0x5a4b71[_0x39bd22(0x239)])&&(_0x926d1f[_0x39bd22(0x1c3)]=this[_0x39bd22(0x18b)](_0x4dccb6)));this['driver']&&(_0x5a4b71[_0x39bd22(0x1ff)]||_0x5a4b71['skipped'])&&(_0x926d1f[_0xecd1ad[_0x39bd22(0x21f)]]=this[_0x39bd22(0x248)](this[_0x39bd22(0x155)]));_0x5a4b71['test']&&_0x5a4b71[_0x39bd22(0x16c)]&&_0x4dccb6[_0x39bd22(0x1e6)]&&(_0x926d1f[_0xecd1ad['IlUGG']]={'feature':{'name':_0x4dccb6['parent'][_0x39bd22(0x1ba)]['name'],'path':_0x926d1f[_0x39bd22(0x158)],'description':_0x4dccb6['parent'][_0x39bd22(0x172)]},'scenario':{'name':_0x4dccb6[_0x39bd22(0x219)]},'steps':_0x4dccb6['bddSteps']});const _0x3e7bd3=_0x926d1f[_0xecd1ad[_0x39bd22(0x173)]][0x0];_0x3e7bd3&&(_0x926d1f[_0xecd1ad[_0x39bd22(0x21c)]]=_0x3e7bd3[_0xecd1ad[_0x39bd22(0x22b)]],_0x926d1f[_0xecd1ad[_0x39bd22(0x218)]]=_0x3e7bd3[_0xecd1ad['zkMkM']]);if(_0x4dccb6[_0x39bd22(0x1e6)])for(const _0x57bfd3 of _0x4dccb6[_0x39bd22(0x1e6)]){!_0x57bfd3[_0x39bd22(0x1a9)]&&(_0x57bfd3[_0x39bd22(0x1a9)]=new Date()['toISOString'](),_0xecd1ad[_0x39bd22(0x206)](_0x57bfd3[_0x39bd22(0x23a)],_0xecd1ad['ZVBDJ'])&&(_0x3e7bd3?(_0x57bfd3[_0x39bd22(0x23a)]=_0xecd1ad[_0x39bd22(0x245)],_0x57bfd3[_0x39bd22(0x1e1)]=_0x3e7bd3[_0xecd1ad['FCOje']][0x0]):_0x57bfd3[_0x39bd22(0x23a)]=_0xecd1ad[_0x39bd22(0x198)]));}const _0x566f5d={};_0x566f5d[_0x39bd22(0x17e)]=_0x5a4b71['skipped']?TEST_EVENTS[_0x39bd22(0x214)]:_0x1f1812;const _0x3a303a=_0x566f5d;return _0x5a4b71[_0x39bd22(0x1da)]?_0x3a303a[_0xecd1ad[_0x39bd22(0x15a)]]=_0x926d1f:_0x3a303a[_0xecd1ad[_0x39bd22(0x19c)]]=_0x926d1f,_0x3a303a;}catch(_0x1c398f){logger[_0x39bd22(0x1af)](_0x39bd22(0x191)+_0x1f1812+'\x20with\x20error\x20:\x20'+_0x1c398f);}}async[a4_0x55af8f(0x181)](_0xeb3d2c,_0x38c469){const _0x2b4d90=a4_0x55af8f;if(!this[_0x2b4d90(0x1ed)]||!_0x38c469||!_0xeb3d2c)return![];try{return await SessionHandler[_0x2b4d90(0x1fb)](_0x38c469);}catch(_0x21e037){logger['debug'](_0x2b4d90(0x208)+_0xeb3d2c+_0x2b4d90(0x1fa)+_0x21e037);}}[a4_0x55af8f(0x1f1)](_0x3cf1a3){const _0x85d95a=a4_0x55af8f,_0xcf356={};_0xcf356[_0x85d95a(0x1de)]=_0x85d95a(0x236);const _0x35234c=_0xcf356;return{'id':_0x3cf1a3[_0x85d95a(0x216)],'text':_0x3cf1a3[_0x85d95a(0x164)],'keyword':_0x3cf1a3[_0x85d95a(0x165)],'started_at':_0x3cf1a3[_0x85d95a(0x169)]['toISOString'](),'result':_0x35234c[_0x85d95a(0x1de)]};}['bddStepStart'](_0x179310){const _0x220471=a4_0x55af8f,_0x1c79de={'iayoD':function(_0x381358){return _0x381358();}};!this[_0x220471(0x1e7)][_0x220471(0x1e6)]&&(this[_0x220471(0x1e7)][_0x220471(0x1e6)]=[]),!_0x179310[_0x220471(0x216)]&&(_0x179310[_0x220471(0x216)]=_0x1c79de[_0x220471(0x226)](uuidv4),_0x179310[_0x220471(0x169)]=new Date(),this['currentTest'][_0x220471(0x1e6)][_0x220471(0x17b)](this[_0x220471(0x1f1)](_0x179310)));}['bddStepFinish'](_0x416f7a){const _0x4176f6=a4_0x55af8f,_0x3e652d={'SfOFV':function(_0x69926a,_0x35aa41){return _0x69926a(_0x35aa41);},'oQMog':_0x4176f6(0x1b3),'DqZAE':_0x4176f6(0x236),'nbSbb':'passed','aOKKa':function(_0x39fffd,_0x32d5bd){return _0x39fffd-_0x32d5bd;}};let _0x53812f=this[_0x4176f6(0x1e7)][_0x4176f6(0x1e6)][_0x4176f6(0x176)](_0x329716=>_0x329716['id']===_0x416f7a[_0x4176f6(0x216)]);_0x3e652d['SfOFV'](isUndefined,_0x53812f)&&(_0x53812f=this['initializeBddStep'](_0x416f7a)),_0x53812f[_0x4176f6(0x23a)]=[_0x3e652d[_0x4176f6(0x1ab)],_0x3e652d[_0x4176f6(0x196)]][_0x4176f6(0x1be)](_0x416f7a['status'])?_0x3e652d[_0x4176f6(0x1e9)]:_0x416f7a[_0x4176f6(0x184)],_0x53812f[_0x4176f6(0x1a9)]=new Date()[_0x4176f6(0x1a8)](),_0x53812f[_0x4176f6(0x19d)]=_0x3e652d[_0x4176f6(0x240)](Date[_0x4176f6(0x178)](),_0x416f7a[_0x4176f6(0x169)][_0x4176f6(0x1a4)]()),_0x53812f[_0x4176f6(0x1e1)]=_0x416f7a['err']?_0x416f7a['err'][_0x4176f6(0x1a1)]:null;}}const a4_0x398552={};a4_0x398552[a4_0x55af8f(0x246)]=O11yHelper,a4_0x398552[a4_0x55af8f(0x221)]=STATE_PASSED,a4_0x398552[a4_0x55af8f(0x1b1)]=STATE_FAILED,a4_0x398552[a4_0x55af8f(0x1d8)]=TEST_EVENTS,module[a4_0x55af8f(0x186)]=a4_0x398552;