browserstack-node-sdk 1.49.9 → 1.49.11

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 +5 -2
  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_0x1fabc4=a1_0x4de4;function a1_0x4d62(){const _0x128511=['IyiFS','xWAOi','./helper.js','TEST_RUN_SKIPPED','webdriverio','slice','TNpJK','codeceptjs/lib/index.js','shouldWrapCommand','bddStep','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','codeceptjs/lib/helper/Playwright.js','mXAiz','JByNg','reason','stack','bddStepFinish','format','catch','getAccessibilityResults','browser','test-passed','BfJot','6532192YZEjeB','start','readFileSync','from','url','bddStep-after','IHhnx','MpCXi','2253874mWPwys','chromium','AqgDE','skipSessionName','title','skipped','emit','yrNNb','hgYBR','TEST_RUN_FINISHED','JOPrl','afterTest','version','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','Playwright','action','test','includes','idYRK','pages','env','VjKsQ','devtools://','SDK_POST_TEST','TestCafe','name','browserContext','BS_A11Y_JWT','SDK_PRE_TEST','UELkq','../../helpers/logger','winstonLogger','started','passed','../../helpers/request-spy','hook','rUPRE','740OTiGRM','end','Performing\x20scan\x20for\x20','VVCbM','message','executeScript','stop','status','debug','SDK_HOOK','SESSION_STATUS','screenshotOutputFolder','INFO','aCATo','nibJN','orakP','MjbAH','SESSION_NAME','captureError','DwSAs','21768BSJKHI','comment','getSyncScript','toString','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','pid','PERFORM_SCAN','startsWith','../../helpers/globals.js','dAkAv','then','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','_before','bhUiu','WyhiC','FRAMEWORK_DETAILS','hook-failed','zeWrQ','WebDriver','fDwgN','test-after','ykGBP','dispatcher','util','patchSaveScreenshot','hookType','SDK_PRE_INITIALIZE','split','bXXbO','qrDRF','GET_RESULTS','Ziuzv','bFsOG','YQPYI','zMXZb','3592575sOKlST','setGlobal','codeceptjs/lib/recorder.js','lAuSO','exports','event','TEST_SCREENSHOT','../../helpers/accessibility-automation/scripts','HOOK_RUN_STARTED','string','all','euYRb','step','_setPage','failed','enwDr','unViz','accessibilityPlatform','measureWrapper','saveTestResults','zmMOY','SDK_TEST','getAccessibilityResultsSummary','find','args','hUsHn','qivfC','forEach','browserstackTestName','contexts','helpers','./o11yHelper','codeceptjs','PGuuY','UirXR','XiHjs','NanBO','container','arguments','thJwtToken','ITndZ','\x0aStack:\x20','hook-started','base64','bind','bddStep-before','BS_TESTOPS_ALLOW_SCREENSHOTS','hook-passed','browserstack_executor:\x20','isArray','page','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','Element','class','mBxqL','jahGr','Failed\x20to\x20execute\x20_before:\x20','../../bin/playwright/accessibility-helper','Screenshot\x20path\x20not\x20found','skipSessionStatus','OXXgZ','vGRTp','thBuildUuid','addRequestSpy','constructor','currentTest','testFramework','UusTD','YpXaD','after','codeceptjs/lib/utils.js','GET_RESULTS_SUMMARY','ujvvr','OjxiE','performScan','warn','command','fkeRs','a11y_core_config','apply','initSaveScreenshot','titlePath','gTinJ','browserStackExecuteDriver','patch','sUpKP','ctx','saveScreenshot','HOOK_RUN_FINISHED','lWoBU','nsfjT','bs:addLog:','config','getResults','bddStepStart','SDK_POST_INITIALIZE','test-skipped','BCTFn','before','375000YchObX','fireEvent','1TYKkFn','captureEvent','add','../../helpers/performance/constants','call','../../bin/playwright/sessionDetails','__workerDetails','parse','1102743juXRTr','lCycK','prototype','codeceptjs/lib/helper/WebDriver.js','664388nDJMJn','stopMonitoring','toISOString','__skipSessionStatus','xgFKD','__driver','rPiLp','stringify','../../helpers/helper','40MlmQBi','ABIrw','iOYSK','yUJFP','push','domForge','RJVzN','testAnalyticsId','--auto-open-devtools-for-tabs','ZgzLE','bstackAllyScanning','kpqMZ','gqtVu','wpTrc','yDMHc'];a1_0x4d62=function(){return _0x128511;};return a1_0x4d62();}function a1_0x4de4(_0x3ff79d,_0x31d7a6){const _0x4d62d7=a1_0x4d62();return a1_0x4de4=function(_0x4de401,_0x3933a4){_0x4de401=_0x4de401-0x1c1;let _0x3a28d0=_0x4d62d7[_0x4de401];return _0x3a28d0;},a1_0x4de4(_0x3ff79d,_0x31d7a6);}(function(_0x1f51d7,_0x23bfbe){const _0x461b19=a1_0x4de4,_0x257078=_0x1f51d7();while(!![]){try{const _0x181cb2=parseInt(_0x461b19(0x22c))/0x1*(parseInt(_0x461b19(0x238))/0x2)+parseInt(_0x461b19(0x1c7))/0x3+-parseInt(_0x461b19(0x22a))/0x4+-parseInt(_0x461b19(0x294))/0x5*(parseInt(_0x461b19(0x2a8))/0x6)+-parseInt(_0x461b19(0x26f))/0x7+parseInt(_0x461b19(0x267))/0x8+parseInt(_0x461b19(0x234))/0x9*(-parseInt(_0x461b19(0x241))/0xa);if(_0x181cb2===_0x23bfbe)break;else _0x257078['push'](_0x257078['shift']());}catch(_0x1be0c7){_0x257078['push'](_0x257078['shift']());}}}(a1_0x4d62,0xdc923));const fs=require('fs'),util=require(a1_0x1fabc4(0x2bf)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x1fabc4(0x240)),logger=require(a1_0x1fabc4(0x28d))[a1_0x1fabc4(0x28e)],testOpsHelper=require('../../helpers/test-observability/utils'),requestSpy=require(a1_0x1fabc4(0x291)),PlaywrightSessionDetails=require(a1_0x1fabc4(0x231)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x1fabc4(0x1e6)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),AccessibilityHelper=require(a1_0x1fabc4(0x200)),scripts=require(a1_0x1fabc4(0x1ce)),PerformanceTester=require('../../helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x1fabc4(0x22f)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x1fabc4(0x252)),testHubConstants=require('../../helpers/testhub/constants.js'),globals=require(a1_0x1fabc4(0x2b0)),CodeceptJS=requireModule(a1_0x1fabc4(0x257),'codeceptjs'),CodeceptUtils=requireModule(a1_0x1fabc4(0x20d),a1_0x1fabc4(0x1e7)),CodeceptWebDriver=requireModule(a1_0x1fabc4(0x237),a1_0x1fabc4(0x1e7)),CodeceptRecorder=requireModule(a1_0x1fabc4(0x1c9),a1_0x1fabc4(0x1e7)),CodeceptPlaywright=requireModule(a1_0x1fabc4(0x25b),a1_0x1fabc4(0x1e7)),playwrightMarkSessionStatus=(_0x5c4f3a,_0x286529,_0x4a0fdb)=>{const _0x506fc8=a1_0x1fabc4,_0x415b86={'IdjpT':'setSessionStatus','VjKsQ':function(_0x38dd7b,_0x310d5b){return _0x38dd7b(_0x310d5b);}},_0x59198d={};_0x59198d[_0x506fc8(0x29b)]=_0x286529;const _0x2e83cf={};_0x2e83cf[_0x506fc8(0x27e)]=_0x415b86['IdjpT'],_0x2e83cf[_0x506fc8(0x1ed)]=_0x59198d;const _0x4cd1e0=_0x2e83cf;return!_0x415b86[_0x506fc8(0x284)](isUndefined,_0x4a0fdb)&&(_0x4cd1e0[_0x506fc8(0x1ed)][_0x506fc8(0x25e)]=JSON[_0x506fc8(0x23f)](_0x4a0fdb)),_0x5c4f3a['executeScript'](()=>{},_0x506fc8(0x1f7)+JSON[_0x506fc8(0x23f)](_0x4cd1e0));},o11ySync=PerformanceTester['measureWrapper'](PerformanceO11yEvents['SYNC'],async _0x3ee037=>{const _0x12649d=a1_0x1fabc4,_0x280721={};_0x280721[_0x12649d(0x1db)]=function(_0x53b105,_0x3fa5ad){return _0x53b105===_0x3fa5ad;},_0x280721[_0x12649d(0x271)]='Playwright';const _0x558c6d=_0x280721;_0x558c6d[_0x12649d(0x1db)](_0x3ee037[_0x12649d(0x207)]['name'],_0x558c6d[_0x12649d(0x271)])?await _0x3ee037[_0x12649d(0x299)](_0x4c715c=>{},testOpsHelper[_0x12649d(0x2aa)]()):await _0x3ee037[_0x12649d(0x299)](testOpsHelper[_0x12649d(0x2aa)]());}),markSessionName=PerformanceTester[a1_0x1fabc4(0x1d9)](PerformanceAutEvents[a1_0x1fabc4(0x2a5)],async(_0x3bc00c,_0x415d68)=>{const _0x57e095=a1_0x1fabc4,_0x5c0a00={};_0x5c0a00[_0x57e095(0x26e)]='setSessionName',_0x5c0a00[_0x57e095(0x266)]=function(_0x46cd7b,_0x2a3ebd){return _0x46cd7b===_0x2a3ebd;},_0x5c0a00[_0x57e095(0x1e0)]=_0x57e095(0x27d);const _0x872733=_0x5c0a00,_0x176884={};_0x176884[_0x57e095(0x288)]=_0x415d68;const _0x185dcf={};_0x185dcf[_0x57e095(0x27e)]=_0x872733[_0x57e095(0x26e)],_0x185dcf[_0x57e095(0x1ed)]=_0x176884;const _0x26f178=_0x185dcf;_0x872733[_0x57e095(0x266)](_0x3bc00c[_0x57e095(0x207)][_0x57e095(0x288)],_0x872733[_0x57e095(0x1e0)])?await _0x3bc00c[_0x57e095(0x299)](()=>{},_0x57e095(0x1f7)+JSON[_0x57e095(0x23f)](_0x26f178)):await _0x3bc00c[_0x57e095(0x299)](_0x57e095(0x1f7)+JSON['stringify'](_0x26f178));}),patchSaveScreenshot=_0x276b2f=>{const _0x32500a=a1_0x1fabc4,_0xced89b={'GAnqe':'base64','rUPRE':_0x32500a(0x1cd),'nibJN':function(_0x2d27d1){return _0x2d27d1();},'qivfC':function(_0x2b9eb7,_0x49d5e9){return _0x2b9eb7(_0x49d5e9);},'hgYBR':_0x32500a(0x201)};_0xced89b['qivfC'](isTrue,process[_0x32500a(0x283)][_0x32500a(0x1f5)])&&!_0x276b2f[_0x32500a(0x2c0)]&&(_0x276b2f['patchSaveScreenshot']=!![],_0x276b2f[_0x32500a(0x217)]=_0x276b2f[_0x32500a(0x21e)],_0x276b2f['saveScreenshot']=(_0x444087,_0x1fdd61=![])=>{const _0x20c25c=_0x32500a,_0x487418={'idYRK':_0xced89b['GAnqe'],'lWoBU':_0xced89b[_0x20c25c(0x293)],'bSNkn':function(_0x43724a){const _0x5b74ab=_0x20c25c;return _0xced89b[_0x5b74ab(0x2a2)](_0x43724a);},'jahGr':function(_0x5e0108,_0x89776f){const _0x21c7a9=_0x20c25c;return _0xced89b[_0x21c7a9(0x1e1)](_0x5e0108,_0x89776f);},'qrDRF':_0xced89b[_0x20c25c(0x277)]};return new Promise(function(_0x552aa4,_0x4228e4){const _0x3a4f07=_0x20c25c,_0x430083={'yUJFP':_0x487418[_0x3a4f07(0x281)],'unViz':_0x487418[_0x3a4f07(0x220)],'UusTD':function(_0x5c4f7e){return _0x487418['bSNkn'](_0x5c4f7e);},'mBxqL':function(_0x250eeb,_0x2de6fd){const _0x502a56=_0x3a4f07;return _0x487418[_0x502a56(0x1fe)](_0x250eeb,_0x2de6fd);},'Npvsz':_0x487418[_0x3a4f07(0x1c1)]};_0x276b2f[_0x3a4f07(0x217)](_0x444087,_0x1fdd61)[_0x3a4f07(0x2b2)](()=>{const _0x1597d6=_0x3a4f07,_0x13e261=CodeceptUtils[_0x1597d6(0x29f)](_0x444087);if(_0x13e261){const _0x20601f=fs[_0x1597d6(0x269)](_0x13e261);process[_0x1597d6(0x275)]('bs:addLog:'+process[_0x1597d6(0x2ad)],{'timestamp':new Date()['toISOString'](),'message':_0x20601f[_0x1597d6(0x2ab)](_0x430083[_0x1597d6(0x244)]),'kind':_0x430083[_0x1597d6(0x1d7)]}),_0x430083[_0x1597d6(0x20a)](_0x552aa4);}_0x430083[_0x1597d6(0x1fd)](_0x4228e4,new Error(_0x430083['Npvsz']));})[_0x3a4f07(0x262)](()=>null);});});},patchWebDriverBefore=_0xd0dd37=>{const _0x2ddf9b=a1_0x1fabc4,_0x244b62={'sUpKP':function(_0x2e232f){return _0x2e232f();},'orakP':function(_0x3d62f5,_0x4ec17e){return _0x3d62f5(_0x4ec17e);},'xgFKD':function(_0x47c903,_0x549664){return _0x47c903===_0x549664;},'CgnHw':_0x2ddf9b(0x254),'kDKWu':function(_0x13aeb1,_0x25dcfa){return _0x13aeb1===_0x25dcfa;},'mXAiz':_0x2ddf9b(0x1d0),'BCTFn':function(_0x42886b,_0x348462){return _0x42886b===_0x348462;},'fDwgN':_0x2ddf9b(0x1fb)},_0x2d1372=async function(_0x1f222d,_0x50559d){const _0x9c8c44=_0x2ddf9b;_0x244b62[_0x9c8c44(0x21c)](isAccessibilityAutomationSession)&&!global[_0x9c8c44(0x24b)]&&global[_0x9c8c44(0x1d8)]&&scripts[_0x9c8c44(0x258)](_0x1f222d['name'])&&_0x244b62['orakP'](shouldPatchExecuteScript,arguments[0x2])&&(global['bstackAllyScanning']=!![],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x9c8c44(0x2ae)],async()=>{const _0x4bf255=_0x9c8c44;logger['debug'](_0x4bf255(0x296)+_0x1f222d[_0x4bf255(0x1fc)]+'\x20'+_0x1f222d[_0x4bf255(0x288)]),await AccessibilityHelper[_0x4bf255(0x21a)](_0xd0dd37,scripts[_0x4bf255(0x211)]);},{'command':_0x1f222d[_0x9c8c44(0x288)]})());global[_0x9c8c44(0x24b)]=![];const _0x8d4a2b=JSON['parse'](process['env'][_0x9c8c44(0x2b7)]||'{}');if(_0x244b62[_0x9c8c44(0x23c)](_0x8d4a2b?.[_0x9c8c44(0x209)]?.['name'],_0x244b62['CgnHw'])&&_0x244b62['kDKWu'](typeof _0x8d4a2b?.['testFramework']?.[_0x9c8c44(0x27b)],_0x244b62[_0x9c8c44(0x25c)])&&_0x8d4a2b?.[_0x9c8c44(0x209)]?.[_0x9c8c44(0x27b)][_0x9c8c44(0x2af)]('7'))return _0x50559d['apply'](null,Array['prototype']['slice'][_0x9c8c44(0x230)](arguments,0x2));return _0x50559d[_0x9c8c44(0x216)](this,Array[_0x9c8c44(0x236)][_0x9c8c44(0x255)]['call'](arguments,0x2));},_0x3c008a=CodeceptWebDriver[_0x2ddf9b(0x236)][_0x2ddf9b(0x2b4)];CodeceptWebDriver[_0x2ddf9b(0x236)][_0x2ddf9b(0x2b4)]=async function(){const _0x1878aa=_0x2ddf9b,_0x50f13a={'IyiFS':function(_0x56216a,_0x3fa20f){const _0x4b1e07=a1_0x4de4;return _0x244b62[_0x4b1e07(0x228)](_0x56216a,_0x3fa20f);},'DwSAs':_0x244b62[_0x1878aa(0x2bb)]};try{await _0x3c008a[_0x1878aa(0x216)](this,arguments);}catch(_0x43a090){logger[_0x1878aa(0x29c)](_0x1878aa(0x1ff)+util[_0x1878aa(0x261)](_0x43a090));}scripts['commandsToWrap']['filter'](_0x5b180d=>_0x5b180d['name']&&_0x5b180d[_0x1878aa(0x1fc)])[_0x1878aa(0x1e2)](_0x4536a7=>{const _0x1bb132=_0x1878aa;this[_0x1bb132(0x264)]['overwriteCommand'](_0x4536a7[_0x1bb132(0x288)],_0x2d1372[_0x1bb132(0x1f3)](this,_0x4536a7),_0x50f13a[_0x1bb132(0x250)](_0x4536a7[_0x1bb132(0x1fc)],_0x50f13a[_0x1bb132(0x2a7)]));}),_0x244b62[_0x1878aa(0x2a3)](processWebDriverConfig,_0xd0dd37);};};function parseJwt(_0x19b697){const _0x229bb6=a1_0x1fabc4,_0x212841={};_0x212841['IgsEW']=_0x229bb6(0x1f2);const _0x542bc3=_0x212841;if(!_0x19b697)return null;return JSON[_0x229bb6(0x233)](Buffer[_0x229bb6(0x26a)](_0x19b697[_0x229bb6(0x2c3)]('.')[0x1],_0x542bc3['IgsEW'])[_0x229bb6(0x2ab)]());}const patchPlaywrightBefore=()=>{const _0x2af36d=a1_0x1fabc4,_0x2ce784={'TLanE':_0x2af36d(0x249),'Ziuzv':function(_0x475b54){return _0x475b54();},'zMXZb':function(_0x8906a5,_0x2e150a){return _0x8906a5(_0x2e150a);},'enwDr':_0x2af36d(0x285),'IHhnx':function(_0x4362d2,_0x433c33){return _0x4362d2+_0x433c33;},'uRwur':_0x2af36d(0x1f0),'JOPrl':function(_0x1ff917){return _0x1ff917();},'dAkAv':function(_0x377511){return _0x377511();}};PlaywrightSessionDetails[_0x2af36d(0x21b)]();const _0x262a69=CodeceptPlaywright[_0x2af36d(0x236)][_0x2af36d(0x2b4)];CodeceptPlaywright[_0x2af36d(0x236)][_0x2af36d(0x2b4)]=async function(){const _0x2a6dd8=_0x2af36d,_0x2deae0={'ABIrw':function(_0x2a5b92){const _0x2f8a21=a1_0x4de4;return _0x2ce784[_0x2f8a21(0x1c3)](_0x2a5b92);},'fkeRs':_0x2ce784[_0x2a6dd8(0x1d6)]};this[_0x2a6dd8(0x289)]=await this[_0x2a6dd8(0x264)][_0x2a6dd8(0x1e4)]()[0x0];const _0xbff184=async()=>{const _0x223a75=_0x2a6dd8,_0x4e1674=this[_0x223a75(0x223)]&&this[_0x223a75(0x223)][_0x223a75(0x270)]&&this['config'][_0x223a75(0x270)][_0x223a75(0x1df)]&&Array[_0x223a75(0x1f8)](this['config'][_0x223a75(0x270)][_0x223a75(0x1df)])&&this[_0x223a75(0x223)][_0x223a75(0x270)][_0x223a75(0x1df)][_0x223a75(0x280)](_0x2ce784['TLanE']);if(_0x2ce784[_0x223a75(0x1c3)](isAccessibilityAutomationSession)&&!_0x4e1674)try{const _0x457db0=_0x2ce784[_0x223a75(0x1c6)](parseJwt,process[_0x223a75(0x283)][_0x223a75(0x28a)]);if(_0x457db0&&_0x457db0[_0x223a75(0x215)]&&_0x457db0['a11y_core_config'][_0x223a75(0x246)]){const _0x439fa9=this[_0x223a75(0x289)][_0x223a75(0x282)]['bind'](this[_0x223a75(0x289)]);this[_0x223a75(0x289)]['pages']=async function(){const _0x59268c=_0x223a75,_0x4bdbe2=await _0x2deae0[_0x59268c(0x242)](_0x439fa9),_0xfe8ff0=[];for(const _0x9a3588 of _0x4bdbe2){try{const _0x6107aa=await _0x9a3588[_0x59268c(0x26b)]();!_0x6107aa['startsWith'](_0x2deae0[_0x59268c(0x214)])&&_0xfe8ff0[_0x59268c(0x245)](_0x9a3588);}catch(_0x5bda45){_0xfe8ff0['push'](_0x9a3588);}}return _0xfe8ff0;};}if(!_0x2ce784[_0x223a75(0x1c3)](isBrowserstackInfra)){const _0x5b57a4=await this[_0x223a75(0x1f9)][_0x223a75(0x26b)]();if(_0x5b57a4[_0x223a75(0x2af)](_0x2ce784['enwDr'])){const _0x24fb8e=await this['browserContext'][_0x223a75(0x282)]();this[_0x223a75(0x1d4)](_0x24fb8e[0x0]);}}}catch(_0xce4603){logger[_0x223a75(0x29c)]('Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20'+_0xce4603[_0x223a75(0x298)]+(_0xce4603[_0x223a75(0x25f)]?_0x2ce784[_0x223a75(0x26d)](_0x2ce784['uRwur'],_0xce4603[_0x223a75(0x25f)]):''));}};_0x2ce784[_0x2a6dd8(0x279)](isBrowserstackInfra)&&await _0x2ce784[_0x2a6dd8(0x279)](_0xbff184),await _0x262a69[_0x2a6dd8(0x216)](this,arguments),!_0x2ce784[_0x2a6dd8(0x2b1)](isBrowserstackInfra)&&await _0x2ce784[_0x2a6dd8(0x1c3)](_0xbff184);};},getCodeceptDriver=()=>{const _0x845171=a1_0x1fabc4,_0x5cfced={};_0x5cfced['kpqMZ']=_0x845171(0x2ba),_0x5cfced[_0x845171(0x276)]='Playwright',_0x5cfced[_0x845171(0x1c4)]='Puppeteer',_0x5cfced[_0x845171(0x204)]=_0x845171(0x287);const _0x50d5c1=_0x5cfced,_0x29296c=[_0x50d5c1[_0x845171(0x24c)],_0x50d5c1[_0x845171(0x276)],_0x50d5c1[_0x845171(0x1c4)],_0x50d5c1[_0x845171(0x204)]],_0x158ded=_0x29296c[_0x845171(0x1de)](_0x303413=>!!CodeceptJS[_0x845171(0x1ec)][_0x845171(0x1e5)](_0x303413));if(!_0x158ded)return null;return CodeceptJS[_0x845171(0x1ec)][_0x845171(0x1e5)](_0x158ded);};module[a1_0x1fabc4(0x1cb)]=function(_0x141802){const _0x11a839=a1_0x1fabc4,_0x46b195={'gqtVu':function(_0x3d5491){return _0x3d5491();},'UELkq':function(_0x58bce6,_0x33c007){return _0x58bce6(_0x33c007);},'WyhiC':_0x11a839(0x1dd),'MBdsE':_0x11a839(0x1fa),'Cmmdd':_0x11a839(0x263),'TNpJK':_0x11a839(0x2b3),'OjxiE':_0x11a839(0x1f1),'rPiLp':_0x11a839(0x1f6),'OXXgZ':_0x11a839(0x2b8),'PGuuY':_0x11a839(0x1e3),'UirXR':function(_0x734924){return _0x734924();},'RJVzN':'test-before','unfQW':function(_0x46834b,_0x2b76bf,_0x145bab){return _0x46834b(_0x2b76bf,_0x145bab);},'ujvvr':function(_0xb601ec,_0x3a81d4){return _0xb601ec(_0x3a81d4);},'yDMHc':'test-started','lCycK':_0x11a839(0x265),'ITndZ':function(_0x33f089){return _0x33f089();},'zeWrQ':function(_0x39a9fe,_0x2a4108,_0x13099d,_0x22ceb){return _0x39a9fe(_0x2a4108,_0x13099d,_0x22ceb);},'scZef':function(_0x1bb488,_0xf07e34,_0x589821,_0x3a8b58){return _0x1bb488(_0xf07e34,_0x589821,_0x3a8b58);},'YpXaD':function(_0x5085a1,_0x5a4a1e){return _0x5085a1===_0x5a4a1e;},'lAuSO':'Suite','ykGBP':'test-failed','NanBO':_0x11a839(0x227),'wpTrc':_0x11a839(0x27a),'aCATo':function(_0x25ab66,_0x2a8ecf,_0x56cfa7){return _0x25ab66(_0x2a8ecf,_0x56cfa7);},'bhUiu':_0x11a839(0x2ac),'nsfjT':_0x11a839(0x2bc),'XiHjs':_0x11a839(0x2a0),'xWAOi':'TEST_LOG','MjbAH':'step-comment','RZfdW':_0x11a839(0x1f4),'iOYSK':_0x11a839(0x26c),'pvyVO':'Playwright'};_0x141802[_0x11a839(0x202)]&&(global[_0x11a839(0x23b)]=_0x141802['skipSessionStatus']);PerformanceTester['startMonitoring']();const _0x328914=_0x46b195[_0x11a839(0x24d)](getCodeceptDriver),_0x214080=new O11yHelper(_0x328914,_0x141802),_0x5201c6=!!CodeceptJS[_0x11a839(0x1ec)][_0x11a839(0x1e5)](_0x46b195['pvyVO']);global[_0x11a839(0x23d)]=_0x328914,_0x328914&&(PerformanceTester[_0x11a839(0x1d9)](PerformanceEvents[_0x11a839(0x2c2)],()=>{const _0x4a6d80=_0x11a839;_0x5201c6?_0x46b195[_0x4a6d80(0x24d)](patchPlaywrightBefore):_0x46b195[_0x4a6d80(0x28c)](patchWebDriverBefore,_0x328914);})(),PerformanceTester[_0x11a839(0x1d9)](PerformanceEvents[_0x11a839(0x226)],()=>{const _0x50b03e=_0x11a839,_0x4cea52={};_0x4cea52[_0x50b03e(0x1c5)]=_0x46b195[_0x50b03e(0x2b6)],_0x4cea52['euYRb']=_0x46b195['MBdsE'],_0x4cea52[_0x50b03e(0x24a)]=_0x46b195['Cmmdd'],_0x4cea52[_0x50b03e(0x219)]=_0x46b195[_0x50b03e(0x256)];const _0x2addc9=_0x4cea52;_0x328914['getAccessibilityResultsSummary']=async()=>{const _0x2bfa43=_0x50b03e;if(global[_0x2bfa43(0x1d8)]){const _0x11c265={};return _0x11c265[_0x2bfa43(0x213)]=_0x2addc9[_0x2bfa43(0x1c5)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0xfad88a=_0x2bfa43;return await AccessibilityHelper[_0xfad88a(0x21a)](_0x328914,scripts[_0xfad88a(0x211)]);},_0x11c265)(),await PerformanceTester[_0x2bfa43(0x1d9)](PerformanceA11yEvents[_0x2bfa43(0x20e)],async()=>{const _0xab8dd5=_0x2bfa43;return await AccessibilityHelper[_0xab8dd5(0x21a)](_0x328914,scripts['getResultsSummary']);})();}return logger[_0x2bfa43(0x212)](_0x2addc9[_0x2bfa43(0x1d2)]),{};},_0x328914[_0x50b03e(0x263)]=async()=>{const _0x2f8d59=_0x50b03e;if(global['accessibilityPlatform']){const _0x1c985c={};return _0x1c985c[_0x2f8d59(0x213)]=_0x2addc9[_0x2f8d59(0x24a)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x2f8d59(0x2ae)],async()=>{const _0x6abfe9=_0x2f8d59;return await AccessibilityHelper[_0x6abfe9(0x21a)](_0x328914,scripts[_0x6abfe9(0x211)]);},_0x1c985c)(),await PerformanceTester[_0x2f8d59(0x1d9)](PerformanceA11yEvents[_0x2f8d59(0x1c2)],async()=>{const _0x5bda1d=_0x2f8d59;return await AccessibilityHelper[_0x5bda1d(0x21a)](_0x328914,scripts[_0x5bda1d(0x224)]);})();}return logger['warn'](_0x2addc9['gTinJ']),{};},_0x46b195[_0x50b03e(0x28c)](patchSaveScreenshot,_0x328914);})()),CodeceptJS[_0x11a839(0x1cc)][_0x11a839(0x2be)]['on'](CodeceptJS[_0x11a839(0x1cc)][_0x11a839(0x1d1)][_0x11a839(0x229)],()=>{const _0xdaf33b=_0x11a839;PerformanceTester[_0xdaf33b(0x268)](PerformanceEvents[_0xdaf33b(0x28b)]);try{_0x214080[_0xdaf33b(0x268)](),testOpsHelper[_0xdaf33b(0x206)](),PerformanceTester[_0xdaf33b(0x295)](PerformanceEvents[_0xdaf33b(0x28b)]);}catch(_0x649b31){PerformanceTester[_0xdaf33b(0x2a6)](_0x649b31),PerformanceTester['end'](PerformanceEvents[_0xdaf33b(0x28b)],![],_0x649b31);}}),CodeceptJS[_0x11a839(0x1cc)][_0x11a839(0x2be)]['on'](CodeceptJS[_0x11a839(0x1cc)][_0x11a839(0x1d1)][_0x11a839(0x20c)],async()=>{const _0x1b4289=_0x11a839;PerformanceTester['start'](PerformanceEvents[_0x1b4289(0x286)]);try{requestSpy['restore'](),await _0x214080[_0x1b4289(0x29a)](),PerformanceTester[_0x1b4289(0x295)](PerformanceEvents[_0x1b4289(0x286)]);}catch(_0x4535a4){PerformanceTester['captureError'](_0x4535a4),PerformanceTester[_0x1b4289(0x295)](PerformanceEvents[_0x1b4289(0x286)],![],_0x4535a4);}finally{PerformanceTester[_0x1b4289(0x239)]();}}),CodeceptJS[_0x11a839(0x1cc)][_0x11a839(0x2be)]['on'](CodeceptJS[_0x11a839(0x1cc)][_0x11a839(0x292)][_0x11a839(0x28f)],_0x209de1=>{const _0x25e0f7=_0x11a839;PerformanceTester[_0x25e0f7(0x268)](PerformanceEvents[_0x25e0f7(0x29d)]);try{const _0x31fb00=_0x209de1['ctx'][_0x25e0f7(0x27f)],_0x50f3b4=_0x214080[_0x25e0f7(0x22d)](TEST_EVENTS[_0x25e0f7(0x1cf)],_0x31fb00);CodeceptRecorder[_0x25e0f7(0x22e)](()=>_0x214080[_0x25e0f7(0x22b)](TEST_EVENTS[_0x25e0f7(0x1cf)],_0x50f3b4));const _0x39ea3f={};_0x39ea3f[_0x25e0f7(0x2c1)]=_0x46b195[_0x25e0f7(0x210)],PerformanceTester['end'](PerformanceEvents[_0x25e0f7(0x29d)],!![],null,_0x39ea3f);}catch(_0x2be6a2){const _0x358c14={};_0x358c14[_0x25e0f7(0x2c1)]=_0x46b195[_0x25e0f7(0x210)],PerformanceTester[_0x25e0f7(0x295)](PerformanceEvents[_0x25e0f7(0x29d)],![],_0x2be6a2,_0x358c14),PerformanceTester[_0x25e0f7(0x2a6)](_0x2be6a2);}}),CodeceptJS[_0x11a839(0x1cc)][_0x11a839(0x2be)]['on'](CodeceptJS['event']['hook'][_0x11a839(0x290)],_0x2bedcb=>{const _0x522ce6=_0x11a839,_0x36541f={};_0x36541f[_0x522ce6(0x2c1)]=_0x46b195['rPiLp'],PerformanceTester[_0x522ce6(0x268)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x36541f);try{const _0x187e2d=_0x2bedcb['ctx']['test'],_0x5c3a1b=_0x214080[_0x522ce6(0x22d)](TEST_EVENTS[_0x522ce6(0x21f)],_0x187e2d);CodeceptRecorder[_0x522ce6(0x22e)](()=>_0x214080[_0x522ce6(0x22b)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x5c3a1b));const _0x28e20a={};_0x28e20a[_0x522ce6(0x2c1)]=_0x46b195[_0x522ce6(0x23e)],PerformanceTester[_0x522ce6(0x295)](PerformanceHookEvents[_0x522ce6(0x29d)],!![],null,_0x28e20a);}catch(_0xe14796){PerformanceTester[_0x522ce6(0x2a6)](_0xe14796);const _0x23f4f9={};_0x23f4f9[_0x522ce6(0x2c1)]=_0x46b195['rPiLp'],PerformanceTester[_0x522ce6(0x295)](PerformanceHookEvents['SDK_HOOK'],![],_0xe14796,_0x23f4f9);}}),CodeceptJS[_0x11a839(0x1cc)]['dispatcher']['on'](CodeceptJS[_0x11a839(0x1cc)][_0x11a839(0x292)][_0x11a839(0x1d5)],async(_0x4c0c12,_0x347722)=>{const _0x41c2f6=_0x11a839;PerformanceTester[_0x41c2f6(0x268)](PerformanceHookEvents['SDK_HOOK']);try{const _0x38e501=_0x4c0c12['ctx'][_0x41c2f6(0x27f)],_0x1510ee=_0x214080[_0x41c2f6(0x22d)](TEST_EVENTS[_0x41c2f6(0x21f)],_0x38e501,_0x347722);CodeceptRecorder[_0x41c2f6(0x22e)](()=>_0x214080['fireEvent'](TEST_EVENTS[_0x41c2f6(0x21f)],_0x1510ee));const _0x1288d2={};_0x1288d2[_0x41c2f6(0x2c1)]=_0x46b195[_0x41c2f6(0x203)],PerformanceTester[_0x41c2f6(0x268)](PerformanceHookEvents[_0x41c2f6(0x29d)],!![],null,_0x1288d2);}catch(_0x14b454){PerformanceTester['captureError'](_0x14b454);const _0x209f74={};_0x209f74[_0x41c2f6(0x2c1)]=_0x46b195[_0x41c2f6(0x203)],PerformanceTester[_0x41c2f6(0x295)](PerformanceHookEvents[_0x41c2f6(0x29d)],![],_0x14b454,_0x209f74);}const _0x20d1b7={};_0x20d1b7[_0x41c2f6(0x2c1)]=_0x46b195[_0x41c2f6(0x203)],PerformanceTester[_0x41c2f6(0x295)](PerformanceHookEvents[_0x41c2f6(0x29d)],!![],null,_0x20d1b7);}),CodeceptJS[_0x11a839(0x1cc)][_0x11a839(0x2be)]['on'](CodeceptJS[_0x11a839(0x1cc)][_0x11a839(0x27f)][_0x11a839(0x229)],_0x19f22e=>{const _0x2eff6a=_0x11a839;PerformanceTester[_0x2eff6a(0x268)](PerformanceHookEvents['SDK_HOOK']);try{globals[_0x2eff6a(0x1c8)](_0x46b195['PGuuY'],_0x19f22e['title']);_0x46b195[_0x2eff6a(0x1e9)](isBrowserstackInfra)&&(_0x5201c6&&(global[_0x2eff6a(0x232)]={'currentTest':{'name':_0x19f22e[_0x2eff6a(0x273)],'testInfo':{'titlePath':_0x19f22e[_0x2eff6a(0x218)]()}}}));const _0x4c98bf={};_0x4c98bf[_0x2eff6a(0x2c1)]=_0x46b195[_0x2eff6a(0x247)],PerformanceTester[_0x2eff6a(0x295)](PerformanceHookEvents[_0x2eff6a(0x29d)],!![],null,_0x4c98bf);}catch(_0x110676){PerformanceTester['captureError'](_0x110676);const _0x139a37={};_0x139a37[_0x2eff6a(0x2c1)]=_0x46b195[_0x2eff6a(0x247)],PerformanceTester[_0x2eff6a(0x295)](PerformanceHookEvents['SDK_HOOK'],![],_0x110676,_0x139a37);}}),CodeceptJS[_0x11a839(0x1cc)]['dispatcher']['on'](CodeceptJS[_0x11a839(0x1cc)]['test'][_0x11a839(0x28f)],_0x211972=>{const _0x10d4c7=_0x11a839;PerformanceTester[_0x10d4c7(0x268)](PerformanceHookEvents['SDK_HOOK']);try{globals['setGlobal'](_0x46b195[_0x10d4c7(0x1e8)],_0x211972[_0x10d4c7(0x273)]);const _0x1a6092=_0x214080['captureEvent'](TEST_EVENTS['TEST_RUN_STARTED'],_0x211972);CodeceptRecorder[_0x10d4c7(0x22e)](()=>_0x214080['fireEvent'](TEST_EVENTS['TEST_RUN_STARTED'],_0x1a6092)),CodeceptRecorder['add'](async()=>{const _0x211390=_0x10d4c7;_0x46b195['UirXR'](isBrowserstackInfra)&&(!_0x46b195[_0x211390(0x28c)](isTrue,_0x141802[_0x211390(0x272)])&&await _0x46b195['unfQW'](markSessionName,_0x328914,_0x211972['title']),_0x214080['enabled']&&await _0x46b195[_0x211390(0x20f)](o11ySync,_0x328914));});}catch(_0x58d906){const _0x486553={};_0x486553[_0x10d4c7(0x2c1)]=_0x46b195[_0x10d4c7(0x24f)],PerformanceTester[_0x10d4c7(0x295)](PerformanceHookEvents[_0x10d4c7(0x29d)],![],_0x58d906,_0x486553),PerformanceTester[_0x10d4c7(0x2a6)](_0x58d906);}const _0x241cfb={};_0x241cfb[_0x10d4c7(0x2c1)]=_0x46b195['yDMHc'],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x241cfb);}),CodeceptJS[_0x11a839(0x1cc)]['dispatcher']['on'](CodeceptJS[_0x11a839(0x1cc)]['test']['passed'],_0x1ea94a=>{const _0xc70989=_0x11a839;PerformanceTester[_0xc70989(0x268)](PerformanceHookEvents['SDK_HOOK']);try{const _0xff455b=_0x214080[_0xc70989(0x22d)](TEST_EVENTS[_0xc70989(0x278)],_0x1ea94a);CodeceptRecorder['add'](()=>_0x214080['fireEvent'](TEST_EVENTS['TEST_RUN_FINISHED'],_0xff455b)),CodeceptRecorder[_0xc70989(0x22e)](async()=>{const _0x3d5ef3=_0xc70989,_0x2c0afd={'JByNg':function(_0x3cf761,_0x1e418e,_0x393d9f){return _0x46b195['unfQW'](_0x3cf761,_0x1e418e,_0x393d9f);}};_0x46b195[_0x3d5ef3(0x24d)](isBrowserstackInfra)&&await PerformanceTester[_0x3d5ef3(0x1d9)](PerformanceAutEvents[_0x3d5ef3(0x29e)],async()=>{const _0x35abc0=_0x3d5ef3;_0x5201c6?await _0x2c0afd['JByNg'](playwrightMarkSessionStatus,_0x328914,STATE_PASSED):await _0x2c0afd[_0x35abc0(0x25d)](markSessionStatus,_0x328914,STATE_PASSED);})();}),PerformanceTester[_0xc70989(0x295)](PerformanceEvents[_0xc70989(0x1dc)]);}catch(_0x484280){PerformanceTester[_0xc70989(0x2a6)](_0x484280);const _0x128e9e={};_0x128e9e[_0xc70989(0x2c1)]=_0x46b195['lCycK'],PerformanceTester[_0xc70989(0x295)](PerformanceHookEvents[_0xc70989(0x29d)],![],_0x484280,_0x128e9e),PerformanceTester['end'](PerformanceEvents[_0xc70989(0x1dc)],![],_0x484280);}const _0x470ea3={};_0x470ea3['hookType']=_0x46b195[_0xc70989(0x235)],PerformanceTester['end'](PerformanceHookEvents[_0xc70989(0x29d)],!![],null,_0x470ea3);}),CodeceptJS['event'][_0x11a839(0x2be)]['on'](CodeceptJS[_0x11a839(0x1cc)][_0x11a839(0x27f)]['failed'],(_0x54fa3c,_0x5294d0)=>{const _0x5172d1=_0x11a839,_0x30584d={'bXXbO':function(_0x309c78){const _0x3401de=a1_0x4de4;return _0x46b195[_0x3401de(0x1ef)](_0x309c78);},'eEKeg':function(_0x4f31e7,_0x217118,_0x544b16,_0x194080){const _0xc9e882=a1_0x4de4;return _0x46b195[_0xc9e882(0x2b9)](_0x4f31e7,_0x217118,_0x544b16,_0x194080);},'JHXZL':function(_0x5c7f87,_0x4635b5,_0xbb5bb8,_0x4c8a96){return _0x46b195['scZef'](_0x5c7f87,_0x4635b5,_0xbb5bb8,_0x4c8a96);}};PerformanceTester[_0x5172d1(0x268)](PerformanceHookEvents[_0x5172d1(0x29d)]);try{if(_0x46b195[_0x5172d1(0x20b)](_0x54fa3c['constructor'][_0x5172d1(0x288)],_0x46b195[_0x5172d1(0x1ca)])){const _0x3c9da3=_0x214080[_0x5172d1(0x22d)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x54fa3c[_0x5172d1(0x21d)][_0x5172d1(0x208)]);CodeceptRecorder[_0x5172d1(0x22e)](()=>_0x214080[_0x5172d1(0x22b)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x3c9da3));}else{const _0x307be3=_0x214080[_0x5172d1(0x22d)](TEST_EVENTS[_0x5172d1(0x278)],_0x54fa3c,_0x5294d0);CodeceptRecorder[_0x5172d1(0x22e)](()=>{const _0x18e899=_0x5172d1;try{_0x214080[_0x18e899(0x22b)](TEST_EVENTS[_0x18e899(0x278)],_0x307be3);}catch(_0x2b7698){logger[_0x18e899(0x29c)](_0x18e899(0x25a)+util[_0x18e899(0x261)](_0x2b7698)),PerformanceTester[_0x18e899(0x295)](PerformanceEvents[_0x18e899(0x1dc)],![],_0x2b7698);}}),CodeceptRecorder[_0x5172d1(0x22e)](async()=>{const _0x49d915=_0x5172d1;try{_0x30584d[_0x49d915(0x2c4)](isBrowserstackInfra)&&(_0x5201c6?await _0x30584d['eEKeg'](playwrightMarkSessionStatus,_0x328914,STATE_FAILED,_0x5294d0):await _0x30584d['JHXZL'](markSessionStatus,_0x328914,STATE_FAILED,_0x5294d0));}catch(_0x474fa2){logger[_0x49d915(0x29c)](_0x49d915(0x27c)+util[_0x49d915(0x261)](_0x474fa2)),PerformanceTester[_0x49d915(0x295)](PerformanceEvents[_0x49d915(0x1dc)],![],_0x474fa2);}});}PerformanceTester[_0x5172d1(0x295)](PerformanceEvents[_0x5172d1(0x1dc)]);}catch(_0x42f612){PerformanceTester[_0x5172d1(0x2a6)](_0x42f612);const _0x18c923={};_0x18c923['hookType']=_0x46b195[_0x5172d1(0x2bd)],PerformanceTester['end'](PerformanceHookEvents[_0x5172d1(0x29d)],![],_0x42f612,_0x18c923),PerformanceTester['end'](PerformanceEvents[_0x5172d1(0x1dc)],![],_0x42f612);}const _0x23601e={};_0x23601e[_0x5172d1(0x2c1)]=_0x46b195['ykGBP'],PerformanceTester[_0x5172d1(0x295)](PerformanceHookEvents[_0x5172d1(0x29d)],!![],null,_0x23601e);}),CodeceptJS[_0x11a839(0x1cc)][_0x11a839(0x2be)]['on'](CodeceptJS[_0x11a839(0x1cc)][_0x11a839(0x27f)][_0x11a839(0x274)],_0x6a86d7=>{const _0x548574=_0x11a839;PerformanceTester[_0x548574(0x268)](PerformanceHookEvents['SDK_HOOK']);try{const _0x3a7117=_0x214080[_0x548574(0x22d)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x6a86d7);CodeceptRecorder[_0x548574(0x22e)](()=>_0x214080['fireEvent'](TEST_EVENTS[_0x548574(0x253)],_0x3a7117)),PerformanceTester[_0x548574(0x295)](PerformanceEvents[_0x548574(0x1dc)]);}catch(_0x2c92c5){PerformanceTester[_0x548574(0x2a6)](_0x2c92c5),PerformanceTester[_0x548574(0x295)](PerformanceEvents[_0x548574(0x1dc)],![],_0x2c92c5);const _0x55badd={};_0x55badd[_0x548574(0x2c1)]=_0x46b195[_0x548574(0x1eb)],PerformanceTester[_0x548574(0x295)](PerformanceHookEvents[_0x548574(0x29d)],![],_0x2c92c5,_0x55badd);}const _0x38fe9b={};_0x38fe9b[_0x548574(0x2c1)]=_0x46b195['NanBO'],PerformanceTester[_0x548574(0x295)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x38fe9b);}),CodeceptJS[_0x11a839(0x1cc)][_0x11a839(0x2be)]['on'](CodeceptJS[_0x11a839(0x1cc)]['test'][_0x11a839(0x20c)],async(_0x2b1b34,_0x444005)=>{const _0x44a508=_0x11a839,_0x2878e7={};_0x2878e7[_0x44a508(0x297)]=_0x46b195[_0x44a508(0x24e)];const _0x42e776=_0x2878e7;try{PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);const _0x2971cc=_0x46b195[_0x44a508(0x2a1)](shouldScanTestForAccessibility,_0x2b1b34[_0x44a508(0x218)](),!![]);if(_0x46b195[_0x44a508(0x1ef)](isAccessibilityAutomationSession)&&global[_0x44a508(0x1d8)]&&_0x2971cc){const _0x5f1131={};_0x5f1131['thTestRunUuid']=_0x2b1b34[_0x44a508(0x248)],_0x5f1131[_0x44a508(0x205)]=process[_0x44a508(0x283)][testHubConstants['ENV_VAR']['BROWSERSTACK_TESTHUB_UUID']],_0x5f1131[_0x44a508(0x1ee)]=process[_0x44a508(0x283)][testHubConstants['ENV_VAR']['BROWSERSTACK_TESTHUB_JWT']];const _0x16fdc2=_0x5f1131;logger['debug']('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON[_0x44a508(0x23f)](_0x16fdc2)),CodeceptRecorder['add'](async()=>{const _0xbb3314=_0x44a508,_0x124557={};_0x124557[_0xbb3314(0x213)]=_0x42e776[_0xbb3314(0x297)],await PerformanceTester[_0xbb3314(0x1d9)](PerformanceA11yEvents[_0xbb3314(0x2ae)],async()=>{const _0x5e8ce1=_0xbb3314;await AccessibilityHelper['browserStackExecuteDriver'](_0x328914,scripts[_0x5e8ce1(0x211)]);},_0x124557)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x3582c0=_0xbb3314;await AccessibilityHelper['browserStackExecuteDriver'](_0x328914,scripts[_0x3582c0(0x1da)],_0x16fdc2);})();}),logger['info'](_0x46b195[_0x44a508(0x2b5)]);}const _0x276078={};_0x276078['hookType']=_0x46b195[_0x44a508(0x221)],PerformanceTester[_0x44a508(0x295)](PerformanceHookEvents[_0x44a508(0x29d)],!![],null,_0x276078);}catch(_0x39545c){PerformanceTester[_0x44a508(0x2a6)](_0x39545c);const _0x3a8a99={};_0x3a8a99[_0x44a508(0x2c1)]=_0x46b195['nsfjT'],PerformanceTester[_0x44a508(0x295)](PerformanceHookEvents[_0x44a508(0x29d)],![],_0x39545c,_0x3a8a99);}}),CodeceptJS[_0x11a839(0x1cc)][_0x11a839(0x2be)]['on'](CodeceptJS[_0x11a839(0x1cc)][_0x11a839(0x1d3)][_0x11a839(0x2a9)],_0x5b435f=>{const _0x40cb8a=_0x11a839;PerformanceTester[_0x40cb8a(0x268)](PerformanceHookEvents['SDK_HOOK']);try{process[_0x40cb8a(0x275)](_0x40cb8a(0x222)+process[_0x40cb8a(0x2ad)],{'timestamp':new Date()[_0x40cb8a(0x23a)](),'level':_0x46b195[_0x40cb8a(0x1ea)],'message':_0x5b435f,'kind':_0x46b195[_0x40cb8a(0x251)],'http_response':{}});}catch(_0x3ea27a){PerformanceTester[_0x40cb8a(0x2a6)](_0x3ea27a);const _0x2aa704={};_0x2aa704['hookType']=_0x46b195[_0x40cb8a(0x2a4)],PerformanceTester[_0x40cb8a(0x295)](PerformanceHookEvents[_0x40cb8a(0x29d)],![],_0x3ea27a,_0x2aa704);}const _0x1043ca={};_0x1043ca[_0x40cb8a(0x2c1)]=_0x46b195['MjbAH'],PerformanceTester[_0x40cb8a(0x295)](PerformanceHookEvents[_0x40cb8a(0x29d)],!![],null,_0x1043ca);}),CodeceptJS[_0x11a839(0x1cc)][_0x11a839(0x2be)]['on'](CodeceptJS['event'][_0x11a839(0x259)]['before'],_0x5786ae=>{const _0x586143=_0x11a839,_0x59dab8={};_0x59dab8[_0x586143(0x2c1)]=_0x46b195['RZfdW'],PerformanceTester[_0x586143(0x1d9)](PerformanceHookEvents[_0x586143(0x29d)],()=>{const _0x4b0502=_0x586143;_0x214080[_0x4b0502(0x225)](_0x5786ae);},_0x59dab8)();}),CodeceptJS[_0x11a839(0x1cc)][_0x11a839(0x2be)]['on'](CodeceptJS[_0x11a839(0x1cc)][_0x11a839(0x259)][_0x11a839(0x20c)],_0x5002c4=>{const _0x25b2af=_0x11a839,_0xadbfbf={};_0xadbfbf[_0x25b2af(0x2c1)]=_0x46b195[_0x25b2af(0x243)],PerformanceTester[_0x25b2af(0x1d9)](PerformanceHookEvents[_0x25b2af(0x29d)],()=>{const _0x2c9e9b=_0x25b2af;_0x214080[_0x2c9e9b(0x260)](_0x5002c4);},_0xadbfbf)();});};
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,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a2_0x105019=a2_0x5612;(function(_0x294544,_0x200b29){const _0x2f2b52=a2_0x5612,_0x180a6d=_0x294544();while(!![]){try{const _0x27a57=parseInt(_0x2f2b52(0x1ad))/0x1+-parseInt(_0x2f2b52(0x1dc))/0x2+-parseInt(_0x2f2b52(0x1cb))/0x3*(parseInt(_0x2f2b52(0x16b))/0x4)+-parseInt(_0x2f2b52(0x193))/0x5+-parseInt(_0x2f2b52(0x189))/0x6*(parseInt(_0x2f2b52(0x1e9))/0x7)+parseInt(_0x2f2b52(0x1df))/0x8*(parseInt(_0x2f2b52(0x1fd))/0x9)+-parseInt(_0x2f2b52(0x1cf))/0xa*(-parseInt(_0x2f2b52(0x1a2))/0xb);if(_0x27a57===_0x200b29)break;else _0x180a6d['push'](_0x180a6d['shift']());}catch(_0x3c9a26){_0x180a6d['push'](_0x180a6d['shift']());}}}(a2_0x2ac3,0xcd53a));const fs=require('fs'),path=require('path'),util=require(a2_0x105019(0x1de)),process=require(a2_0x105019(0x1ba)),logger=require(a2_0x105019(0x17b))[a2_0x105019(0x1d3)],{default:BrowserStackSetup}=require(a2_0x105019(0x19b)),helper=require(a2_0x105019(0x1b5)),utilities=require('../../helpers/utilities'),{checkAccessibilityPlatformConfig}=require(a2_0x105019(0x192)),{setAccessibilityCapabilities}=require(a2_0x105019(0x1a5)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x105019(0x1b5)),CodeceptJS=requireModule('codeceptjs/lib/index.js',a2_0x105019(0x1b4)),testOpsHelper=require('../../helpers/test-observability/utils'),TestHubHandler=require(a2_0x105019(0x16a)),constants=require(a2_0x105019(0x1f9)),PerformanceTester=require(a2_0x105019(0x1fe)),{FRAMEWORKS}=require(a2_0x105019(0x16e)),PerformanceEvents=require(a2_0x105019(0x1fb))[a2_0x105019(0x1e7)],ClientTroubleShootingService=require(a2_0x105019(0x1f5)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x40b9fc,_0x47895e)=>{const _0x59278d=a2_0x105019,_0x3e6c20={};_0x3e6c20[_0x59278d(0x1d0)]=function(_0x41d366,_0x588ed1){return _0x41d366===_0x588ed1;},_0x3e6c20[_0x59278d(0x1f8)]=_0x59278d(0x19c),_0x3e6c20[_0x59278d(0x202)]=_0x59278d(0x1d9);const _0x111e34=_0x3e6c20;let _0x44a36a=null;const _0x3f90dd={};let _0xf13e6b=_0x47895e['findIndex'](_0x455d79=>_0x455d79===_0x59278d(0x197));_0x111e34[_0x59278d(0x1d0)](_0xf13e6b,-0x1)&&(_0xf13e6b=_0x47895e[_0x59278d(0x19f)](_0x1e0bcf=>_0x1e0bcf==='-c'));if(!helper['isUndefined'](_0x40b9fc[_0x59278d(0x1b8)])&&fs['existsSync'](path[_0x59278d(0x1b9)](process[_0x59278d(0x194)](),_0x40b9fc[_0x59278d(0x1b8)])))_0x44a36a=path[_0x59278d(0x1b9)](process[_0x59278d(0x194)](),_0x40b9fc[_0x59278d(0x1b8)]),_0x47895e['slice'](_0xf13e6b,0x2);else{if(!helper[_0x59278d(0x19a)](_0x40b9fc['c'])&&fs[_0x59278d(0x1f1)](path[_0x59278d(0x1b9)](process['cwd'](),_0x40b9fc['c'])))_0x44a36a=path[_0x59278d(0x1b9)](process[_0x59278d(0x194)](),_0x40b9fc['c']),_0x47895e['slice'](_0xf13e6b,0x2);else{if(fs[_0x59278d(0x1f1)](path[_0x59278d(0x1b9)](process[_0x59278d(0x194)](),_0x111e34[_0x59278d(0x1f8)])))_0x44a36a=path[_0x59278d(0x1b9)](process[_0x59278d(0x194)](),_0x111e34[_0x59278d(0x1f8)]);else fs['existsSync'](path[_0x59278d(0x1b9)](process[_0x59278d(0x194)](),_0x111e34[_0x59278d(0x202)]))&&(_0x44a36a=path[_0x59278d(0x1b9)](process[_0x59278d(0x194)](),_0x111e34[_0x59278d(0x202)]));}}return process['env'][_0x59278d(0x1ca)]=_0x44a36a,_0x44a36a;},getO11yRerunPattern=()=>{const _0x2bf2f4=a2_0x105019,_0x29b2ee=helper[_0x2bf2f4(0x18b)](process[_0x2bf2f4(0x1e1)][_0x2bf2f4(0x1ff)]);if(_0x29b2ee){const _0x2ad698=process[_0x2bf2f4(0x1e1)][_0x2bf2f4(0x17c)],_0x5f14ea=[];if(helper[_0x2bf2f4(0x203)](_0x2ad698)&&!helper[_0x2bf2f4(0x19a)](_0x2ad698)){_0x2ad698[_0x2bf2f4(0x1b0)](',')['map'](_0x48741e=>{const _0x5a0677=_0x2bf2f4;_0x5f14ea[_0x5a0677(0x16c)]('('+_0x48741e['trim']()+')');});const _0x31a0ed='^'+_0x5f14ea[_0x2bf2f4(0x1b9)]('|')+'$';return _0x31a0ed;}}return null;},a2_0x334b17={};function a2_0x5612(_0xb4b642,_0x20d225){const _0x2ac32b=a2_0x2ac3();return a2_0x5612=function(_0x561272,_0x3477bf){_0x561272=_0x561272-0x169;let _0x484e8a=_0x2ac32b[_0x561272];return _0x484e8a;},a2_0x5612(_0xb4b642,_0x20d225);}a2_0x334b17['chrome']=a2_0x105019(0x1c9),a2_0x334b17['playwright-chromium']='chromium',a2_0x334b17[a2_0x105019(0x1e5)]=a2_0x105019(0x1ef),a2_0x334b17[a2_0x105019(0x201)]=a2_0x105019(0x186);const pwToCodeceptBrowser=a2_0x334b17;async function run(_0x33b09b,_0x46f9d0,_0x58c773){const _0x23ed2b=a2_0x105019,_0x3b1b05={'GINEF':function(_0x3a3597,_0x51971e){return _0x3a3597+_0x51971e;},'cuPgP':function(_0x57a22f,_0x34f10d){return _0x57a22f(_0x34f10d);},'EkElu':function(_0x4d82d5,_0x4e083e){return _0x4d82d5+_0x4e083e;},'scdfL':function(_0x343d49,_0x499fb7,_0x574e9d){return _0x343d49(_0x499fb7,_0x574e9d);},'xlxXc':_0x23ed2b(0x1ee),'clBrq':function(_0x38384c){return _0x38384c();},'oHJDw':_0x23ed2b(0x180),'reIrj':function(_0x5a0291){return _0x5a0291();},'qThqA':_0x23ed2b(0x1b2),'RsJVw':_0x23ed2b(0x1e3),'ELkQs':_0x23ed2b(0x1f3),'lXFIk':_0x23ed2b(0x183),'tfHhe':function(_0x4b8763,_0x5b9c8d,_0x692783){return _0x4b8763(_0x5b9c8d,_0x692783);},'GmHql':_0x23ed2b(0x1f7),'yoSDB':function(_0x1f7f03,_0x123673,_0x452af0){return _0x1f7f03(_0x123673,_0x452af0);},'UMkpi':'Playwright','OPqWO':'WebDriver','QoIBf':function(_0x53cc13,_0x21702a){return _0x53cc13(_0x21702a);},'yRuYw':function(_0x5a3e0e,_0x55e8ba){return _0x5a3e0e!=_0x55e8ba;},'MDbzU':function(_0x30aad2,_0x33a60c){return _0x30aad2===_0x33a60c;},'JSnFc':_0x23ed2b(0x169),'CfhFv':function(_0x3d2635){return _0x3d2635();},'xmLLI':function(_0xe409ab,_0x16d888){return _0xe409ab*_0x16d888;},'ZIJzU':function(_0x71f0df,_0x2eec00,_0x372d6b){return _0x71f0df(_0x2eec00,_0x372d6b);},'cTghh':_0x23ed2b(0x1a7),'hDUjQ':function(_0x4bf5e9,_0x4b7434,_0x96efb4){return _0x4bf5e9(_0x4b7434,_0x96efb4);},'geGNP':'desiredCapabilities','CWDqB':_0x23ed2b(0x1a1),'qXQig':_0x23ed2b(0x204),'iJxeT':'browserStackCwd'};await _0x58c773[_0x23ed2b(0x173)](_0x33b09b),await helper['handleApp'](_0x58c773['config']);if(!_0x58c773[_0x23ed2b(0x1b8)])return;process[_0x23ed2b(0x1c4)]=_0x33b09b['profile'];_0x33b09b[_0x23ed2b(0x1c4)]&&(process[_0x23ed2b(0x1e1)][_0x23ed2b(0x1c4)]=_0x33b09b[_0x23ed2b(0x1c4)]);const _0x51f869=_0x3b1b05[_0x23ed2b(0x181)](getUserCodeceptJSConfigs,_0x33b09b,_0x46f9d0);let _0xd05d7c={};_0x51f869?(logger[_0x23ed2b(0x190)](_0x23ed2b(0x171)+_0x51f869),_0xd05d7c=CodeceptJS['config'][_0x23ed2b(0x1cd)](_0x51f869)):logger[_0x23ed2b(0x190)](_0x3b1b05[_0x23ed2b(0x1b1)]);let _0xb87d15=![];_0x3b1b05[_0x23ed2b(0x1f0)](nestedKeyValue,_0xd05d7c,[_0x3b1b05[_0x23ed2b(0x1eb)],_0x3b1b05[_0x23ed2b(0x1b6)]])&&(_0xb87d15=!![]);const _0xc82a71=_0xb87d15?_0x3b1b05[_0x23ed2b(0x1b6)]:_0x3b1b05[_0x23ed2b(0x17e)];let _0x5503e9=!_0xb87d15?helper['useW3C'](_0x58c773[_0x23ed2b(0x1b8)]):![];!helper[_0x23ed2b(0x19a)](_0x58c773['config'][_0x23ed2b(0x1c0)])&&(process[_0x23ed2b(0x1e1)][_0x23ed2b(0x1c1)]=JSON['stringify'](_0x58c773[_0x23ed2b(0x1b8)][_0x23ed2b(0x1c0)]));let _0x25bd51=_0x58c773[_0x23ed2b(0x1b8)][_0x23ed2b(0x1ae)];_0x25bd51=_0x25bd51||_0x3b1b05[_0x23ed2b(0x17f)](checkAccessibilityPlatformConfig,_0x58c773[_0x23ed2b(0x1b8)]),process[_0x23ed2b(0x1e1)][_0x23ed2b(0x191)]=_0x25bd51;_0x25bd51&&(_0x5503e9=!_0x25bd51);_0x3b1b05['yRuYw'](_0x58c773[_0x23ed2b(0x1b8)][_0x23ed2b(0x1da)],null)?process[_0x23ed2b(0x1e1)][_0x23ed2b(0x1d2)]=_0x58c773[_0x23ed2b(0x1b8)][_0x23ed2b(0x1da)]:process[_0x23ed2b(0x1e1)][_0x23ed2b(0x1d2)]=_0x3b1b05[_0x23ed2b(0x200)](_0xc82a71,_0x3b1b05[_0x23ed2b(0x1b6)]);const _0x1409f5=_0x3b1b05[_0x23ed2b(0x1bc)](nestedKeyValue,_0xd05d7c,[_0x3b1b05['JSnFc']]),_0x1bc7c5=_0x1409f5&&!helper['isEmpty'](_0x1409f5)?FRAMEWORKS['CODECEPT_CUCUMBER']:FRAMEWORKS[_0x23ed2b(0x1c8)],_0x8bfb88=await TestHubHandler['launchBuild'](_0x1bc7c5,_0x58c773);_0x25bd51&&_0x3b1b05[_0x23ed2b(0x17f)](setAccessibilityCapabilities,_0x58c773['config']);const _0x34a0de={},_0x3abcb4=[],_0x3e1151=_0x58c773[_0x23ed2b(0x1b8)][_0x23ed2b(0x18a)]||helper[_0x23ed2b(0x1d4)](_0x33b09b,_0x46f9d0,_0x58c773[_0x23ed2b(0x1b8)],constants['FRAMEWORKS'][_0x23ed2b(0x1c8)])||0x1;let _0x176ebb=0x1;if(_0x3b1b05[_0x23ed2b(0x1ce)](isBrowserstackInfra)){const _0xa9d39c=helper[_0x23ed2b(0x16d)](_0x58c773[_0x23ed2b(0x1b8)],_0x5503e9,constants[_0x23ed2b(0x1d7)][_0x23ed2b(0x1c8)]);_0xa9d39c[_0x23ed2b(0x199)](_0x18f030=>{helper['setAdditionalCapabilities'](_0x18f030);}),helper[_0x23ed2b(0x1cc)](_0x58c773[_0x23ed2b(0x1b8)])?_0x176ebb=_0x3b1b05['xmLLI'](_0x3e1151,_0x58c773['config'][_0x23ed2b(0x182)][_0x23ed2b(0x1e4)]):_0x176ebb=_0x3e1151,_0xa9d39c['forEach'](_0x1df3bc=>{const _0x13498f=_0x23ed2b,_0x5cf7c2=_0x3b1b05['EkElu'](helper[_0x13498f(0x1d1)](_0x1df3bc,'_'),'_'+Date[_0x13498f(0x1c3)]()),_0x1d21c2=((()=>{const _0x506eb2=_0x13498f;if(_0xb87d15){const _0x564074=pwToCodeceptBrowser[_0x1df3bc[_0x506eb2(0x1fc)]]||_0x1df3bc[_0x506eb2(0x1fc)];return{'browser':_0x564074,[_0x564074]:{'browserWSEndpoint':_0x3b1b05[_0x506eb2(0x1fa)](helper['getPlaywrightUrl'](_0x58c773['config']),_0x3b1b05[_0x506eb2(0x1a6)](encodeURIComponent,JSON[_0x506eb2(0x195)](_0x1df3bc)))}};}const _0x42788e={};return _0x42788e['desiredCapabilities']=_0x1df3bc,_0x42788e['user']=_0x58c773[_0x506eb2(0x1b8)][_0x506eb2(0x1c7)],_0x42788e['key']=_0x58c773[_0x506eb2(0x1b8)][_0x506eb2(0x1bb)],_0x42788e;})()),_0xfe6c46=_0x3b1b05[_0x13498f(0x1bc)](nestedKeyValue,_0xd05d7c,[_0x3b1b05[_0x13498f(0x1eb)],_0xc82a71]);_0x34a0de[_0x5cf7c2]=_0xfe6c46?helper[_0x13498f(0x1f6)](_0x1d21c2,_0xfe6c46):_0x1d21c2;if(_0xb87d15)_0x34a0de[_0x5cf7c2][_0x13498f(0x1a7)]=pwToCodeceptBrowser[_0x1df3bc[_0x13498f(0x1fc)]]||_0x1df3bc[_0x13498f(0x1fc)];else{_0x34a0de[_0x5cf7c2][_0x13498f(0x1a7)]=_0x1df3bc['browserName']||_0x1d21c2[_0x13498f(0x1a7)];if(_0x3b1b05['clBrq'](isBrowserstackInfra)){_0x34a0de[_0x5cf7c2][_0x13498f(0x170)]=constants['hubUrl'][_0x13498f(0x18f)](_0x3b1b05[_0x13498f(0x1c6)],'')[_0x13498f(0x18f)](/https?:\/\//,'');;_0x34a0de[_0x5cf7c2]['path']=_0x3b1b05[_0x13498f(0x1c6)];}}_0x3abcb4[_0x13498f(0x16c)](_0x5cf7c2);});}else{_0x176ebb=0x1;if(_0xb87d15){const _0x21f0e5=_0x3b1b05['ZIJzU'](nestedKeyValue,_0xd05d7c,[_0x3b1b05[_0x23ed2b(0x1eb)],_0xc82a71,_0x3b1b05[_0x23ed2b(0x1e2)]]),_0xd69444=_0x3b1b05[_0x23ed2b(0x1b7)](nestedKeyValue,_0xd05d7c,[_0x3b1b05[_0x23ed2b(0x1eb)],_0xc82a71,_0x21f0e5]);if(_0xd69444&&_0xd69444[_0x23ed2b(0x18c)]){const _0x28244d={};_0x28244d[_0x23ed2b(0x182)]=[],_0xd69444['browserWSEndpoint']=helper[_0x23ed2b(0x16d)](Object[_0x23ed2b(0x18d)]({},_0x58c773['config'],_0x28244d),null,_0x1bc7c5['toLowerCase'](),null,null,_0xd69444[_0x23ed2b(0x18c)]);}}else{const _0x1313ca={};_0x1313ca['platforms']=[],_0xd05d7c[_0x3b1b05[_0x23ed2b(0x1eb)]][_0xc82a71][_0x3b1b05[_0x23ed2b(0x196)]]=helper[_0x23ed2b(0x16d)](Object[_0x23ed2b(0x18d)]({},_0x58c773[_0x23ed2b(0x1b8)],_0x1313ca),null,_0x1bc7c5[_0x23ed2b(0x1d8)](),_0x3b1b05['ZIJzU'](nestedKeyValue,_0xd05d7c,[_0x3b1b05['xlxXc'],_0xc82a71,_0x3b1b05[_0x23ed2b(0x196)]])||{},null,null);}_0x34a0de[_0x3b1b05['CWDqB']]=_0xd05d7c,_0x3abcb4[_0x23ed2b(0x16c)](_0x3b1b05[_0x23ed2b(0x1ec)]);}const _0x15a781={};_0x15a781[_0x23ed2b(0x175)]=_0x51f869;const _0xca2c74=_0x15a781,_0x30d582=path[_0x23ed2b(0x1b9)](__dirname,_0x3b1b05['qXQig']),_0x56949d=process[_0x23ed2b(0x194)]();process[_0x23ed2b(0x1e1)][_0x3b1b05['iJxeT']]=_0x56949d,process[_0x23ed2b(0x1d5)](path[_0x23ed2b(0x188)](_0x51f869));const _0x57c5db=new CodeceptJS[(_0x23ed2b(0x1bf))](null,_0xca2c74),_0x3b574a=_0x57c5db['createGroupsOfSuites'](_0x176ebb),_0x205590=testOpsHelper[_0x23ed2b(0x19d)](),_0x344b14=_0x3abcb4['map'](_0x4fa508=>{const _0x1ef8c0=_0x23ed2b,_0xb6a282={};_0xb6a282[_0x1ef8c0(0x1e8)]=_0x34a0de[_0x4fa508];const _0x258033={};_0x258033[_0x1ef8c0(0x1a9)]=_0x34a0de[_0x4fa508];const _0x4c5a0f=_0xb87d15?_0xb6a282:_0x258033,_0x3316f2=_0x3b1b05[_0x1ef8c0(0x17a)](getO11yRerunPattern),_0x545c1f={};_0x545c1f[_0x1ef8c0(0x1ee)]=_0x4c5a0f;const _0x20e2bc={};_0x20e2bc[_0x1ef8c0(0x172)]=_0x30d582,_0x20e2bc[_0x1ef8c0(0x177)]=!![],_0x20e2bc[_0x1ef8c0(0x1db)]=_0x58c773[_0x1ef8c0(0x1b8)]['testContextOptions']['skipSessionName'],_0x20e2bc[_0x1ef8c0(0x1e6)]=_0x58c773[_0x1ef8c0(0x1b8)][_0x1ef8c0(0x1c5)][_0x1ef8c0(0x1e6)],_0x20e2bc[_0x1ef8c0(0x1da)]=_0x205590,_0x20e2bc[_0x1ef8c0(0x18e)]=_0x1bc7c5;const _0x2b30ce={};_0x2b30ce[_0x1ef8c0(0x1a8)]=_0x20e2bc;const _0xec7a04={};return _0xec7a04['plugins']=_0x2b30ce,helper[_0x1ef8c0(0x1f6)]({},_0xd05d7c,_0x3b1b05[_0x1ef8c0(0x17a)](isBrowserstackInfra)?_0x545c1f:{},_0x3316f2?{'grep':_0x3316f2}:{},_0xec7a04);});for(const _0x4203de of _0x344b14){for(const _0x5da78 of _0x3b574a){const _0x27053f=_0x57c5db['spawn']();_0x27053f[_0x23ed2b(0x187)](_0x5da78),_0x27053f['addConfig'](_0x4203de);const _0x352b50={};_0x352b50['config']=_0x51f869,_0x27053f[_0x23ed2b(0x1ed)](Object[_0x23ed2b(0x18d)](_0x352b50,_0x33b09b));}}_0x57c5db['on'](CodeceptJS['event'][_0x23ed2b(0x17d)][_0x23ed2b(0x184)],(_0xbfd38b,_0x4aebca)=>{const _0x35d807=_0x23ed2b;console['log'](_0x3b1b05[_0x35d807(0x178)],_0xbfd38b['title']);const _0x477543={[_0xbfd38b['title']]:_0xbfd38b['err'][_0x35d807(0x1bd)]};_testErrorData['push'](_0x477543);}),_0x57c5db['on'](CodeceptJS['event'][_0x23ed2b(0x17d)]['passed'],async _0x1fe8ce=>{const _0x3f66a9=_0x23ed2b;console[_0x3f66a9(0x198)](_0x3b1b05[_0x3f66a9(0x19e)],_0x1fe8ce[_0x3f66a9(0x1c2)]);}),_0x57c5db['on'](CodeceptJS[_0x23ed2b(0x16f)]['test'][_0x23ed2b(0x174)],async _0xd5f8f6=>{const _0x2a40ed=_0x23ed2b;console[_0x2a40ed(0x198)](_0x3b1b05[_0x2a40ed(0x1aa)],_0xd5f8f6['title']);}),_0x57c5db['on'](CodeceptJS['event'][_0x23ed2b(0x1af)][_0x23ed2b(0x1b3)],async()=>{const _0x5a9298=_0x23ed2b,_0x14b0da=_0x3b1b05[_0x5a9298(0x1ea)]['split']('|');let _0x180520=0x0;while(!![]){switch(_0x14b0da[_0x180520++]){case'0':utilities[_0x5a9298(0x176)](_0x58c773);continue;case'1':_0x57c5db[_0x5a9298(0x1a0)]();continue;case'2':testOpsHelper[_0x5a9298(0x1dd)]();continue;case'3':_0x58c773[_0x5a9298(0x1be)]=_testErrorData;continue;case'4':try{await TestHubHandler[_0x5a9298(0x1ab)]();}catch(_0x15d49d){logger[_0x5a9298(0x1ac)](_0x5a9298(0x1f4)+util[_0x5a9298(0x179)](_0x15d49d));}continue;case'5':PerformanceTester[_0x5a9298(0x1e0)](PerformanceEvents['SDK_CLEANUP']);continue;}break;}});async function _0xf8ef2(){const _0x1d38f4=_0x23ed2b;try{await _0x57c5db[_0x1d38f4(0x1f2)](),await _0x57c5db[_0x1d38f4(0x1a4)]();}finally{process[_0x1d38f4(0x1d5)](_0x56949d),await _0x57c5db[_0x1d38f4(0x1d6)]();}}PerformanceTester[_0x23ed2b(0x185)](PerformanceEvents[_0x23ed2b(0x1a3)]),_0x3b1b05[_0x23ed2b(0x17a)](_0xf8ef2);}function a2_0x2ac3(){const _0x53c883=['accessibility','all','split','GmHql','Failed\x20:\x20','result','codeceptjs','../../helpers/helper','UMkpi','hDUjQ','config','join','process','accessKey','scdfL','stack','errorMessage','Workers','accessibilityOptions','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','title','now','profile','testContextOptions','oHJDw','userName','CODECEPT','chromium','USER_CONFIG_DETAILS_PATH','3562458AQuXOT','validPlatformsPresent','load','CfhFv','420sAHeRg','OCWkC','getPlatformName','BROWSERSTACK_TEST_OBSERVABILITY_YML','winstonLogger','getUserWorkerCount','chdir','teardownAll','FRAMEWORKS','toLowerCase','codecept.json','testObservability','skipSessionName','1877272uPLNjD','printBuildLink','util','2936vXWQXD','start','env','cTghh','Passed\x20:\x20','length','playwright-firefox','skipSessionStatus','EVENTS','Playwright','1371342IJqeoW','lXFIk','xlxXc','CWDqB','addOptions','helpers','firefox','yoSDB','existsSync','bootstrapAll','Started\x20:\x20','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','../utils/clientTroubleshootingService','mergeDeep','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','JYAVs','../utils/constants','GINEF','../../helpers/performance/constants','browserName','4167VUYmEj','../../helpers/performance/performance-tester','BROWSERSTACK_RERUN','MDbzU','playwright-webkit','jprci','validateRerunTestList','BrowserStackPlugin.js','gherkin','../../helpers/testhub/testhubHandler','4KCfZpB','push','prepareCapabilities','../../helpers/test-observability/constants','event','host','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','require','initialize','before','testConfig','finalExecution','enabled','qThqA','format','reIrj','../../helpers/logger','BROWSERSTACK_RERUN_TESTS','test','OPqWO','QoIBf','/wd/hub','tfHhe','platforms','5|3|2|0|4|1','failed','end','webkit','addTests','dirname','18feosMj','parallelsPerPlatform','isTrue','browserWSEndpoint','assign','frameworkName','replace','info','BROWSERSTACK_TEST_ACCESSIBILITY_YML','../../helpers/accessibility-automation/helper','1457845fkXmkj','cwd','stringify','geGNP','--config','log','forEach','isUndefined','../../helpers/BrowserStackSetup','codecept.conf.js','isTestObservabilitySession','RsJVw','findIndex','printResults','root','724119mICspe','SDK_SETUP','run','../../bin/playwright/accessibility-helper','cuPgP','browser','BrowserStackPlugin','WebDriver','ELkQs','stop','debug','911688wEdWDa'];a2_0x2ac3=function(){return _0x53c883;};return a2_0x2ac3();}module['exports']=run;
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();}
@@ -1 +1 @@
1
- const a3_0xf60339=a3_0x138f;(function(_0x7a5428,_0x12d523){const _0x5708f2=a3_0x138f,_0x7d8a6d=_0x7a5428();while(!![]){try{const _0x55e512=parseInt(_0x5708f2(0x179))/0x1+-parseInt(_0x5708f2(0x16d))/0x2*(parseInt(_0x5708f2(0x177))/0x3)+parseInt(_0x5708f2(0x193))/0x4*(-parseInt(_0x5708f2(0x18f))/0x5)+parseInt(_0x5708f2(0x172))/0x6+-parseInt(_0x5708f2(0x16b))/0x7+-parseInt(_0x5708f2(0x191))/0x8*(parseInt(_0x5708f2(0x173))/0x9)+-parseInt(_0x5708f2(0x176))/0xa*(-parseInt(_0x5708f2(0x197))/0xb);if(_0x55e512===_0x12d523)break;else _0x7d8a6d['push'](_0x7d8a6d['shift']());}catch(_0x4c2d46){_0x7d8a6d['push'](_0x7d8a6d['shift']());}}}(a3_0x5e04,0x6e877));function a3_0x5e04(){const _0x51e5ff=['browserWSEndpoint','JuzzN','4811202FZSdwP','1251lqXXJs','warn','TFdes','774140UsPfIh','3ZCIDDh','CrfMK','707974jgAoYC','constructor','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','XViGS','platform','accessibilityPlatform','desiredCapabilities','capabilities','osVersion','fSUgm','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','GKejD','browser_version','Rivgo','WebDriver','MAIHP','browserstack_executor','lXUFU','browserVersion','browserName','qVooJ','uOnze','3848310pHeAiO','platform_version','232kuVzRD','chrome','4gsNNJX','PLgjQ','kcVDZ','eqGyy','143yEVjZN','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','ZPLJd','winstonLogger','fetchPlatformDetails','parse','zupDT','nRfDn','platformName','../../helpers/test-observability/utils','PDErf','../../helpers/helper','pYGUa','rqqps','unknown_grid','lEKGL','pwwPL','deviceName','cloudProvider','get','searchParams','platformVersion','Playwright','config','playwright-chromium','AlLaB','browser','__cloud_provider___','latest','MJUZT','lAIIS','gKBLs','includes','../../helpers/accessibility-automation/helper','5177732iwUqEf','caps','1100254GPupNq','pLIJP','fqEXU'];a3_0x5e04=function(){return _0x51e5ff;};return a3_0x5e04();}function a3_0x138f(_0xa4ecac,_0x5273cf){const _0x5e0435=a3_0x5e04();return a3_0x138f=function(_0x138fc9,_0x138373){_0x138fc9=_0x138fc9-0x15c;let _0xae0690=_0x5e0435[_0x138fc9];return _0xae0690;},a3_0x138f(_0xa4ecac,_0x5273cf);}const {isUndefined,nestedKeyValue}=require(a3_0xf60339(0x1a2)),logger=require('../../helpers/logger')[a3_0xf60339(0x19a)],PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{isAccessibilityAutomationSession}=require(a3_0xf60339(0x16a)),{getObservabilityLinkedProductName}=require(a3_0xf60339(0x1a0)),getOSVersionFromCaps=_0x271b71=>{const _0x26db10=a3_0xf60339,_0x21a330={};_0x21a330['fqEXU']='bstack:options',_0x21a330[_0x26db10(0x1a6)]='platformVersion',_0x21a330['eqGyy']='platform_version',_0x21a330['AlLaB']=_0x26db10(0x181),_0x21a330[_0x26db10(0x178)]='os_version';const _0x508245=_0x21a330;if(!_0x271b71)return null;const _0x412d3e=_0x271b71[_0x508245[_0x26db10(0x16f)]],_0x45ccca=[_0x508245['lEKGL'],_0x508245[_0x26db10(0x196)],_0x508245[_0x26db10(0x162)],_0x508245[_0x26db10(0x178)]];for(const _0x157284 of _0x45ccca){if(_0x412d3e&&_0x412d3e[_0x157284])return _0x412d3e[_0x157284];else{if(_0x271b71[_0x157284])return _0x271b71[_0x157284];}}return null;};exports[a3_0xf60339(0x19b)]=_0x13e359=>{const _0x4349b5=a3_0xf60339,_0x5a54db={'Rivgo':_0x4349b5(0x1a5),'kcVDZ':function(_0x1f7461,_0x4ce3db){return _0x1f7461===_0x4ce3db;},'PLgjQ':_0x4349b5(0x187),'pYGUa':function(_0x187d21,_0xf23468){return _0x187d21(_0xf23468);},'XViGS':function(_0x3f3d92,_0x5f1300,_0x263cac){return _0x3f3d92(_0x5f1300,_0x263cac);},'MJUZT':_0x4349b5(0x160),'pwwPL':_0x4349b5(0x17f),'pLIJP':function(_0x15aa52,_0x10a3c6){return _0x15aa52(_0x10a3c6);},'mTVSc':function(_0xfcaeee,_0x2766ce){return _0xfcaeee===_0x2766ce;},'eZPux':_0x4349b5(0x15f),'ZPLJd':function(_0x49cfbd,_0x1f09fa,_0x1b6e5c){return _0x49cfbd(_0x1f09fa,_0x1b6e5c);},'XkdXT':_0x4349b5(0x163),'dKIuS':_0x4349b5(0x170),'lXUFU':_0x4349b5(0x16c),'gKBLs':function(_0x2c498b,_0x957ec9){return _0x2c498b(_0x957ec9);}};if(!_0x13e359)return null;let _0x538aa7=global[_0x4349b5(0x164)]||_0x5a54db[_0x4349b5(0x186)];if(_0x5a54db[_0x4349b5(0x195)](_0x13e359[_0x4349b5(0x17a)]['name'],_0x5a54db[_0x4349b5(0x194)])){const _0x288044=_0x13e359[_0x4349b5(0x163)];if(!_0x288044)return null;const _0x1b32ec=_0x288044['capabilities'],_0x4657c3=_0x5a54db[_0x4349b5(0x1a3)](getOSVersionFromCaps,_0x5a54db[_0x4349b5(0x17c)](nestedKeyValue,_0x13e359,[_0x5a54db[_0x4349b5(0x166)],_0x5a54db[_0x4349b5(0x1a7)]]));return{[_0x538aa7]:{'browser':_0x1b32ec[_0x4349b5(0x18c)],'browser_version':_0x1b32ec[_0x4349b5(0x18b)],'capabilities':_0x1b32ec,'platform':_0x1b32ec[_0x4349b5(0x19f)],'platform_version':_0x1b32ec[_0x4349b5(0x15e)]||_0x4657c3,'product':_0x5a54db[_0x4349b5(0x16e)](getObservabilityLinkedProductName,_0x1b32ec),'session_id':_0x288044['sessionId']}};}else{if(_0x5a54db['mTVSc'](_0x13e359[_0x4349b5(0x17a)]['name'],_0x5a54db['eZPux'])){const _0x184902=PlaywrightSessionDetails['getDetails']();_0x538aa7=_0x184902[_0x4349b5(0x1a9)]||_0x538aa7;const _0x59ac5f=_0x5a54db[_0x4349b5(0x199)](nestedKeyValue,_0x13e359,[_0x5a54db[_0x4349b5(0x166)],_0x5a54db['XkdXT'],_0x5a54db['dKIuS']]),_0x4b7f60=_0x59ac5f?JSON[_0x4349b5(0x19c)](new URL(_0x59ac5f)[_0x4349b5(0x15d)][_0x4349b5(0x15c)](_0x5a54db[_0x4349b5(0x18a)])):{};return{[_0x538aa7]:{'browser':_0x184902[_0x4349b5(0x163)]||_0x4b7f60[_0x4349b5(0x18c)],'browser_version':_0x184902[_0x4349b5(0x185)]||_0x4b7f60[_0x4349b5(0x185)],'capabilities':_0x4b7f60,'platform':_0x184902[_0x4349b5(0x17d)],'platform_version':_0x184902[_0x4349b5(0x190)],'product':_0x5a54db[_0x4349b5(0x168)](getObservabilityLinkedProductName,_0x4b7f60),'session_id':_0x184902['bsSessionId']}};}}},exports['processWebDriverConfig']=_0x37b50c=>{const _0x26f120=a3_0xf60339,_0xdaf624={'zupDT':function(_0x1e6296){return _0x1e6296();},'nRfDn':function(_0x1917ea,_0xb27f0b){return _0x1917ea===_0xb27f0b;},'PDErf':_0x26f120(0x165),'JuzzN':function(_0x30683f,_0x5d9896){return _0x30683f>_0x5d9896;},'uOnze':function(_0x586a4c,_0x405a81){return _0x586a4c(_0x405a81);},'cXMBV':_0x26f120(0x183),'GKejD':function(_0x4d9ccc,_0x26d6a7){return _0x4d9ccc===_0x26d6a7;},'fSUgm':_0x26f120(0x192),'ExdXl':_0x26f120(0x161),'JgYYl':_0x26f120(0x198),'TFdes':_0x26f120(0x17b)};if(_0xdaf624[_0x26f120(0x19d)](isAccessibilityAutomationSession)){const _0x4d12ce=_0x37b50c[_0x26f120(0x163)],_0x20e3ba=_0x4d12ce[_0x26f120(0x180)];global[_0x26f120(0x17e)]=!![],!(_0xdaf624[_0x26f120(0x19e)](_0x20e3ba['browserVersion'],_0xdaf624[_0x26f120(0x1a1)])||_0xdaf624[_0x26f120(0x171)](_0xdaf624['uOnze'](parseInt,_0x20e3ba[_0x26f120(0x18b)]),0x5e))&&(logger[_0x26f120(0x174)](_0xdaf624['cXMBV']),global[_0x26f120(0x17e)]=![]),!(_0xdaf624[_0x26f120(0x184)](_0x20e3ba[_0x26f120(0x18c)],_0xdaf624[_0x26f120(0x182)])||_0xdaf624[_0x26f120(0x184)](_0x20e3ba[_0x26f120(0x18c)],_0xdaf624['ExdXl']))&&(logger['warn'](_0xdaf624['JgYYl']),global[_0x26f120(0x17e)]=![]),!_0xdaf624[_0x26f120(0x18e)](isUndefined,_0x20e3ba[_0x26f120(0x1a8)])&&(logger['warn'](_0xdaf624[_0x26f120(0x175)]),global[_0x26f120(0x17e)]=![]);}},exports['shouldPatchExecuteScript']=_0x567eb4=>{const _0x478be7=a3_0xf60339,_0x487a62={};_0x487a62[_0x478be7(0x188)]=function(_0x594770,_0x3f1798){return _0x594770!==_0x3f1798;},_0x487a62[_0x478be7(0x1a4)]='string',_0x487a62[_0x478be7(0x18d)]=_0x478be7(0x189),_0x487a62[_0x478be7(0x167)]='browserstack_accessibility_automation_script';const _0x54fb76=_0x487a62;if(!_0x567eb4)return![];else{if(_0x54fb76[_0x478be7(0x188)](typeof _0x567eb4,_0x54fb76['rqqps']))return!![];}return!_0x567eb4[_0x478be7(0x169)](_0x54fb76[_0x478be7(0x18d)])&&!_0x567eb4[_0x478be7(0x169)](_0x54fb76[_0x478be7(0x167)]);};
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 +1 @@
1
- const a4_0x2e26c9=a4_0x4c22;(function(_0x3d2330,_0x5c9126){const _0x3d2c03=a4_0x4c22,_0x243aa4=_0x3d2330();while(!![]){try{const _0x39f29a=parseInt(_0x3d2c03(0x187))/0x1*(parseInt(_0x3d2c03(0xcf))/0x2)+-parseInt(_0x3d2c03(0xd9))/0x3*(-parseInt(_0x3d2c03(0x11c))/0x4)+parseInt(_0x3d2c03(0xe9))/0x5*(-parseInt(_0x3d2c03(0x114))/0x6)+parseInt(_0x3d2c03(0x186))/0x7*(-parseInt(_0x3d2c03(0xf6))/0x8)+parseInt(_0x3d2c03(0x1af))/0x9*(-parseInt(_0x3d2c03(0xcb))/0xa)+parseInt(_0x3d2c03(0x124))/0xb+parseInt(_0x3d2c03(0xd5))/0xc;if(_0x39f29a===_0x5c9126)break;else _0x243aa4['push'](_0x243aa4['shift']());}catch(_0x25dc8a){_0x243aa4['push'](_0x243aa4['shift']());}}}(a4_0x4fad,0x5fcda));function a4_0x4c22(_0x4e6d4b,_0x292a4e){const _0x4fadfc=a4_0x4fad();return a4_0x4c22=function(_0x4c226f,_0x1ed5ea){_0x4c226f=_0x4c226f-0xcb;let _0x5afffc=_0x4fadfc[_0x4c226f];return _0x5afffc;},a4_0x4c22(_0x4e6d4b,_0x292a4e);}function a4_0x4fad(){const _0x31a89e=['VwjkA','setupBrowserDetails','constructor','OKWyi','zrftm','../utils/constants','toString','getHookType','hooks','push','test_run_uuid','O11yHelper','838690aCDlEe','rdBZJ','ttiro','wsEndpoint','4ExivTy','hook','name','suites','YwRlC','resetSkipTestHooks','13838232xXUAiA','obsBrowserTypeMockApplied','errorsDetailed','text','3eVbRiN','wXVaZ','../../helpers/test-observability/requestQueueHandler','XjpoV','title','mkZel','\x20with\x20error\x20:\x20','DNbze','Playwright','aZLhU','eYxPh','TestRunFinished','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','oZoVx','RorvE','getHooksForTest','98135vbfuLL','Pagdp','AdQff','browserType.js','message','err','../../helpers/test-observability/constants','codeceptjs','LogCreated','join','JTdOb','bind','BROWSERSTACK','5849032rGtHJu','sep','prototype','MuWyj','driver','Failed\x20to\x20parse\x20wsendpoint\x20','MUHDN','shutdown','PkhPC','location_prefix','body','connect','inspect','CaIto','integrations','includes','pending','../mocha/test-observability/mochaUtils','expanded','LiioD','aoctU','enabled','epHpU','sendCBTInfo','Not\x20able\x20to\x20import\x20Browser','hookAnalyticsId','getRootParentFile','AYraQ','start','then','186eacaFf','test','findGitConfig','apply','fullTitle','../playwright/accessibility-helper','logs','qjFlq','1197172PcUQba','frameworkName','ntmFZ','_afterAll','.git','getInstance','boBDg','VwcRh','4472600bZcBeF','stepAnalyticsId','testAnalyticsId','_afterEach','gvSaF','finished','dirname','defineProperty','../playwright/sessionDetails','mapTestHooks','forEach','cwd','hwXrQ','../../helpers/helper','captureEvent','result','match','duration','getTime','nPTgV','File\x20path\x20could\x20not\x20be\x20found','patchConsoleLogger','xfEWW','currentTest','toUpperCase','TEST_REPORTING_ANALYTICS','_beforeEach','file','cYbyH','config','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','uploadEventData','type','PathHelper','file_name','parent','connectOverCDP','BrowserType','getHierarchy','groups','pid','started','qUpRN','XNptM','removeAllListeners','getFailureType','uGuQh','WdoHO','FUySf','../../helpers/logger','toLowerCase','NkIkX','yWiHr','bddSteps','YpILK','hook_run_uuid','LYHwq','dpCKs','KPTMr','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','failure','xdcWQ','failureData','status','statSync','failed','UYyxG','MaHNk','ciFlA','browserstack','CThRY','gQIHM','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','LHsSk','qTYCL','passed','gAFWY','concat','EULMT','toISOString','fireEvent','RsHKc','TEST_RUN_FINISHED','markedStatus','test_run','_beforeAll','lHXLy','PXyNQ','comment','failure_reason_expanded','_testEnv','TVVeH','../../helpers/testhub/utils.js','SXAXq','mZCmp','HOOK_RUN_FINISHED','pvIVF','skipped','7gRaSze','146121csFTvS','ctx','length','XKwhg','TEST_RUN_SKIPPED','JhVlT','accessibilityPlatform','retryOf','eJtWr','failure_backtrace','finished_at','tags','string','HookRunStarted','MOzQb','backtrace','4|3|1|2|5|0','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','QEaGj','client','failed\x20to\x20get\x20root\x20parent\x20file\x20','GIbkU','prefixTestPath','find','TEST_EVENTS','STATE_FAILED','now','initializeBddStep','debug','GPGHM','dYgEJ','../../helpers/test-observability/utils','launch','appendTestItemLog','replace','event_type','startedAt','fkgtU','TvMwn','./helper.js','45sZYFlG','util','stringify','split','QhSyI','getCBTInfo','currentHook','bs:addLog:'];a4_0x4fad=function(){return _0x31a89e;};return a4_0x4fad();}const path=require('path'),fs=require('fs'),{v4:uuidv4}=require('uuid'),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x2e26c9(0x131)),testOpsHelper=require(a4_0x2e26c9(0x1a6)),{getTestEnv}=require(a4_0x2e26c9(0x107)),{FRAMEWORKS}=require(a4_0x2e26c9(0xef)),logger=require(a4_0x2e26c9(0x155))['winstonLogger'],SessionHandler=require('../../helpers/test-observability/sessionHandler'),RequestQueueHandler=require(a4_0x2e26c9(0xdb)),PlaywrightSessionDetails=require(a4_0x2e26c9(0x12c)),debug=testOpsHelper[a4_0x2e26c9(0x1a3)],{processAccessibilityCaps}=require(a4_0x2e26c9(0x119)),Constants=require(a4_0x2e26c9(0x1bc)),{fetchPlatformDetails}=require(a4_0x2e26c9(0x1ae)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x2e26c9(0x180)),constants=require(a4_0x2e26c9(0x1bc)),STATE_PASSED=a4_0x2e26c9(0x16f),STATE_FAILED='failed',a4_0x3ce326={};a4_0x3ce326['TEST_RUN_STARTED']='TestRunStarted',a4_0x3ce326[a4_0x2e26c9(0x176)]=a4_0x2e26c9(0xe4),a4_0x3ce326[a4_0x2e26c9(0x18b)]='TestRunSkipped',a4_0x3ce326['HOOK_RUN_STARTED']=a4_0x2e26c9(0x194),a4_0x3ce326[a4_0x2e26c9(0x183)]='HookRunFinished';const TEST_EVENTS=a4_0x3ce326,parseEvent=_0x134d9d=>{const _0x185264=a4_0x2e26c9,_0x9470d8={};_0x9470d8['mZCmp']=function(_0x3c7ee6,_0x1c6b7e){return _0x3c7ee6<_0x1c6b7e;},_0x9470d8[_0x185264(0x152)]=function(_0x22600a,_0x46b03){return _0x22600a===_0x46b03;},_0x9470d8[_0x185264(0x170)]=_0x185264(0x115),_0x9470d8[_0x185264(0x158)]=function(_0x281ec2,_0x4a3b0a){return _0x281ec2===_0x4a3b0a;},_0x9470d8['VwcRh']=_0x185264(0xd0),_0x9470d8[_0x185264(0x128)]=_0x185264(0x185),_0x9470d8[_0x185264(0xe2)]=function(_0x3bd841,_0x39e2){return _0x3bd841===_0x39e2;},_0x9470d8[_0x185264(0x17b)]=_0x185264(0x14d),_0x9470d8[_0x185264(0x195)]=function(_0x1c1343,_0x3287d3){return _0x1c1343===_0x3287d3;},_0x9470d8[_0x185264(0x16e)]=_0x185264(0x129);const _0x4e469b=_0x9470d8,_0x3a7934=_0x134d9d[_0x185264(0x134)](/^(.*)Run(.*)$/);if(!_0x3a7934)return null;if(_0x4e469b[_0x185264(0x182)](_0x3a7934[_0x185264(0x189)],0x3))return null;const _0x5df3e9=_0x3a7934[0x1][_0x185264(0x156)](),_0x4084f3=_0x3a7934[0x2][_0x185264(0x156)]();return{'test':_0x4e469b[_0x185264(0x152)](_0x5df3e9,_0x4e469b[_0x185264(0x170)]),'hook':_0x4e469b[_0x185264(0x158)](_0x5df3e9,_0x4e469b[_0x185264(0x123)]),'skipped':_0x4e469b['uGuQh'](_0x4084f3,_0x4e469b[_0x185264(0x128)]),'started':_0x4e469b['aZLhU'](_0x4084f3,_0x4e469b[_0x185264(0x17b)]),'finished':_0x4e469b[_0x185264(0x195)](_0x4084f3,_0x4e469b['qTYCL'])};},mockPWBrowserType=_0x156930=>{const _0x22561f=a4_0x2e26c9,_0x5a5073={'xdcWQ':function(_0x43bdd6,_0x52e85a){return _0x43bdd6===_0x52e85a;},'XKwhg':_0x22561f(0x193),'fRFAm':function(_0xf0f5a3,_0x991d44,_0xda07b5){return _0xf0f5a3(_0x991d44,_0xda07b5);},'LiioD':_0x22561f(0xce),'ciFlA':function(_0x392941,_0x19da6b){return _0x392941(_0x19da6b);},'RsHKc':_0x22561f(0x169),'QhSyI':'lib','CThRY':_0x22561f(0x19a),'Pagdp':_0x22561f(0xec),'qUpRN':function(_0x5ae591,_0x2569ba){return _0x5ae591(_0x2569ba);},'dpCKs':_0x22561f(0x10e),'NtxLX':_0x22561f(0x101),'UYyxG':_0x22561f(0x1a7)},_0x43f902=path['join'](_0x5a5073[_0x22561f(0x1b3)],_0x5a5073[_0x22561f(0x16a)],_0x5a5073[_0x22561f(0xea)]),_0x3ce7fe=_0x5a5073[_0x22561f(0x168)](importFileFromPWCore,_0x43f902);if(!_0x3ce7fe){_0x5a5073[_0x22561f(0x14e)](debug,_0x5a5073[_0x22561f(0x15d)]);return;}const _0x1c70b5=_0x3ce7fe[_0x22561f(0x149)],_0x4b1572=_0x1c70b5[_0x22561f(0xf8)];if(_0x4b1572[_0x22561f(0xd6)])return;const _0x4d35ef=_0x4b1572['connect'];Object['defineProperty'](_0x4b1572,_0x5a5073['NtxLX'],{'get':function(){const _0x1ed4bf=_0x22561f,_0x447a49={'bveMB':function(_0xe0926b,_0x3fbf5e){const _0x542e0d=a4_0x4c22;return _0x5a5073[_0x542e0d(0x161)](_0xe0926b,_0x3fbf5e);},'ogsse':_0x5a5073[_0x1ed4bf(0x18a)],'hwXrQ':function(_0x3b851f,_0x156e42,_0x7e553a){return _0x5a5073['fRFAm'](_0x3b851f,_0x156e42,_0x7e553a);},'epHpU':_0x5a5073[_0x1ed4bf(0x109)],'EiAZn':function(_0x6828a5,_0x20eab7){const _0x140f7d=_0x1ed4bf;return _0x5a5073[_0x140f7d(0x168)](_0x6828a5,_0x20eab7);},'nPTgV':_0x5a5073[_0x1ed4bf(0x175)],'AAWiT':function(_0x596af6,_0x1b24e9){const _0x1de393=_0x1ed4bf;return _0x5a5073[_0x1de393(0x168)](_0x596af6,_0x1b24e9);}};return async function _0x5015b2(_0x307e75,_0x27a47c){const _0x149f46=_0x1ed4bf,_0x2fa489=_0x447a49['hwXrQ'](nestedKeyValue,_0x307e75,[_0x447a49[_0x149f46(0x10c)]])||_0x307e75;let _0xa0742c=null,_0x450739=null;try{[_0x450739,_0xa0742c]=_0x2fa489?_0x447a49['EiAZn'](parseWSEndpoint,_0x2fa489):[null,null],global['__platformCaps']=_0xa0742c,logger['debug'](_0x149f46(0x16c)+_0x450739),_0x450739[_0x149f46(0x105)](Constants[_0x149f46(0xf5)])&&(global['__cloud_provider___']=_0x447a49[_0x149f46(0x137)]);}catch(_0x4fe089){logger[_0x149f46(0x1a3)](_0x149f46(0xfb)+_0x2fa489+'\x20'+_0x4fe089);}_0x447a49[_0x149f46(0x130)](processAccessibilityCaps,_0xa0742c,_0x450739);if(global[_0x149f46(0x18d)]){const _0x3acb42=await _0x4b1572[_0x149f46(0x148)][_0x149f46(0x117)](this,[''+Constants['PLAYWRIGHT_HUB_URL']+_0x447a49['AAWiT'](encodeURIComponent,JSON[_0x149f46(0x1b1)](_0xa0742c))]);return PlaywrightSessionDetails[_0x149f46(0x1b8)](_0x3acb42,_0x156930,_0x2fa489),_0x3acb42;}return _0x4d35ef['apply'](this,arguments)[_0x149f46(0x113)](_0x1fca62=>{const _0x39e2e2=_0x149f46;let _0x50ec3b=_0x307e75[_0x39e2e2(0xce)];return _0x447a49['bveMB'](typeof _0x307e75,_0x447a49['ogsse'])&&(_0x50ec3b=_0x307e75),PlaywrightSessionDetails['setupBrowserDetails'](_0x1fca62,_0x156930,_0x50ec3b),_0x1fca62;});};}});const _0x3b7f36=_0x4b1572[_0x22561f(0x1a7)];Object[_0x22561f(0x12b)](_0x4b1572,_0x5a5073[_0x22561f(0x166)],{'get':function(){return async function _0x20a74f(){const _0x442957=a4_0x4c22;return _0x3b7f36[_0x442957(0x117)](this,arguments)[_0x442957(0x113)](_0x3d17db=>{const _0x2d0abe=_0x442957;return PlaywrightSessionDetails[_0x2d0abe(0x1b8)](_0x3d17db,null),_0x3d17db;});};}});};class O11yHelper{[a4_0x2e26c9(0x13b)]=null;['currentHook']=null;[a4_0x2e26c9(0x10b)]=![];['frameworkName']=![];constructor(_0xb975a1,_0x2228af){const _0x42cb00=a4_0x2e26c9,_0x39d8f6={'XiqEp':_0x42cb00(0x197),'PlWnt':function(_0x1db9a9,_0x1e8ce8){return _0x1db9a9===_0x1e8ce8;},'FKxCj':_0x42cb00(0xe1),'JTdOb':function(_0x3061f7,_0x2763ef){return _0x3061f7(_0x2763ef);},'aoctU':function(_0x303315){return _0x303315();}},_0x2623e5=_0x39d8f6['XiqEp'][_0x42cb00(0x1b2)]('|');let _0x4eeac9=0x0;while(!![]){switch(_0x2623e5[_0x4eeac9++]){case'0':this[_0x42cb00(0xfa)]&&_0x39d8f6['PlWnt'](this[_0x42cb00(0xfa)][_0x42cb00(0x1b9)][_0x42cb00(0xd1)],_0x39d8f6['FKxCj'])&&_0x39d8f6[_0x42cb00(0xf3)](mockPWBrowserType,null);continue;case'1':this[_0x42cb00(0xfa)]=_0xb975a1;continue;case'2':this['_testEnv']=_0x39d8f6['aoctU'](getTestEnv);continue;case'3':this['frameworkName']=_0x2228af[_0x42cb00(0x11d)];continue;case'4':this['enabled']=_0x39d8f6[_0x42cb00(0x10a)](shouldProcessEventForTesthub);continue;case'5':this['_paths']=new testOpsHelper[(_0x42cb00(0x145))]({'cwd':process[_0x42cb00(0x12f)]()},this[_0x42cb00(0x17e)][_0x42cb00(0xff)]);continue;}break;}}[a4_0x2e26c9(0x112)](){const _0x43eae0=a4_0x2e26c9;if(!this[_0x43eae0(0x10b)])return;testOpsHelper[_0x43eae0(0x139)](),process[_0x43eae0(0x150)]('bs:addLog:'+process['pid']),process['on'](_0x43eae0(0x1b6)+process[_0x43eae0(0x14c)],this[_0x43eae0(0x1a8)][_0x43eae0(0xf4)](this));}async['stop'](){const _0x13c2b2=a4_0x2e26c9;await RequestQueueHandler[_0x13c2b2(0x121)]()[_0x13c2b2(0xfd)]();}async['appendTestItemLog'](_0x5965eb){const _0xaa72d1=a4_0x2e26c9,_0x3e68d7={'TvMwn':_0xaa72d1(0xf1),'qjFlq':function(_0x3c62e7,_0x4b415d){return _0x3c62e7(_0x4b415d);}};try{this[_0xaa72d1(0x1b5)]&&!this[_0xaa72d1(0x1b5)][_0xaa72d1(0x177)]&&(_0x5965eb[_0xaa72d1(0x15b)]=this[_0xaa72d1(0x1b5)]['hookAnalyticsId']);!_0x5965eb[_0xaa72d1(0x15b)]&&this['currentTest']&&!this['currentTest'][_0xaa72d1(0x177)]&&(_0x5965eb[_0xaa72d1(0x1c1)]=this[_0xaa72d1(0x13b)]['testAnalyticsId']);if(_0x5965eb[_0xaa72d1(0x15b)]||_0x5965eb['test_run_uuid']){const _0x338f3f={};_0x338f3f[_0xaa72d1(0x1aa)]=_0x3e68d7[_0xaa72d1(0x1ad)],_0x338f3f[_0xaa72d1(0x11a)]=[_0x5965eb],await SessionHandler[_0xaa72d1(0x143)](_0x338f3f);}}catch(_0x544e1c){_0x3e68d7[_0xaa72d1(0x11b)](debug,_0xaa72d1(0x142)+constants[_0xaa72d1(0x13d)]+_0xaa72d1(0xdf)+_0x544e1c);}}async[a4_0x2e26c9(0x10d)](_0x2764e3){const _0x427f6b=a4_0x2e26c9,_0x35686c={'ntmFZ':'CBTSessionCreated','KxxQt':function(_0x20a32a,_0x2542ff){return _0x20a32a(_0x2542ff);}};if(!this[_0x427f6b(0x10b)])return;const _0x27204f=this[_0x427f6b(0x1b4)](this[_0x427f6b(0xfa)]);try{const _0x56506f={};_0x56506f['uuid']=_0x2764e3,_0x56506f[_0x427f6b(0x104)]=_0x27204f;const _0x324a52=_0x56506f,_0xa7d46={};_0xa7d46['event_type']=_0x35686c[_0x427f6b(0x11e)],_0xa7d46[_0x427f6b(0x178)]=_0x324a52,await SessionHandler[_0x427f6b(0x143)](_0xa7d46);}catch(_0x1463ca){_0x35686c['KxxQt'](debug,_0x427f6b(0xe5)+constants['TEST_REPORTING_ANALYTICS']+_0x427f6b(0xdf)+_0x1463ca);}}[a4_0x2e26c9(0x1b4)](_0x2ed6d8){const _0x436625={'HPjGI':function(_0x3f74fc,_0x57efac){return _0x3f74fc(_0x57efac);}};return _0x436625['HPjGI'](fetchPlatformDetails,_0x2ed6d8);}[a4_0x2e26c9(0xd4)]=_0x40e488=>{const _0xacb71c=a4_0x2e26c9,_0x1ffa37={};_0x1ffa37['YwRlC']=_0xacb71c(0x13e),_0x1ffa37[_0xacb71c(0x1b7)]='_afterEach';const _0x432c4a=_0x1ffa37;if(!_0x40e488||!_0x40e488['parent'])return;[_0x432c4a[_0xacb71c(0xd3)],_0x432c4a[_0xacb71c(0x1b7)]]['forEach'](_0x1eb874=>{const _0x41c9e3=_0xacb71c,_0x22ae49=_0x40e488['parent'][_0x1eb874];_0x22ae49[_0x41c9e3(0x12e)](_0x214b97=>{const _0x43f49f=_0x41c9e3;_0x214b97[_0x43f49f(0x10f)]&&(_0x214b97[_0x43f49f(0x10f)]=null);});});};['mapTestHooks'](_0x2ca4e5){const _0x273918=a4_0x2e26c9,_0x542135={'MaHNk':_0x273918(0xf0),'MuWyj':function(_0x4e0d3e){return _0x4e0d3e();},'wXVaZ':function(_0x2b9f3a,_0x830c91){return _0x2b9f3a===_0x830c91;},'TVVeH':_0x273918(0x127),'JhVlT':_0x273918(0x179),'KYKHJ':_0x273918(0x11f),'zrftm':'_beforeEach'};if(!_0x2ca4e5||!_0x2ca4e5['parent'])return;[_0x542135[_0x273918(0x18c)],_0x542135['KYKHJ'],_0x542135[_0x273918(0x1bb)],_0x542135[_0x273918(0x17f)]][_0x273918(0x12e)](_0x20491e=>{const _0x7d3e5b=_0x273918,_0x4e8825=_0x2ca4e5[_0x7d3e5b(0x147)][_0x20491e]||[];_0x4e8825[_0x7d3e5b(0x12e)](_0x30f841=>{const _0x27d3a8=_0x7d3e5b;if(_0x30f841[_0x27d3a8(0xdd)]['includes'](_0x542135[_0x27d3a8(0x167)]))return;if(!_0x30f841['hookAnalyticsId'])_0x30f841[_0x27d3a8(0x10f)]=_0x542135[_0x27d3a8(0xf9)](uuidv4);else _0x30f841['markedStatus']&&_0x542135[_0x27d3a8(0xda)](_0x20491e,_0x542135[_0x27d3a8(0x17f)])&&(_0x30f841[_0x27d3a8(0x10f)]=_0x542135['MuWyj'](uuidv4),delete _0x30f841['markedStatus']);});}),this['mapTestHooks'](_0x2ca4e5[_0x273918(0x147)]);}['getHooksForTest'](_0x791c50){const _0x554679=a4_0x2e26c9,_0xb05c88={};_0xb05c88['YpILK']=_0x554679(0x179),_0xb05c88['EULMT']=_0x554679(0x11f),_0xb05c88['PkhPC']=_0x554679(0x13e),_0xb05c88['GIbkU']=_0x554679(0x127);const _0x562c7b=_0xb05c88;if(!_0x791c50||!_0x791c50['parent'])return[];const _0x201395=[];return[_0x562c7b[_0x554679(0x15a)],_0x562c7b[_0x554679(0x172)],_0x562c7b[_0x554679(0xfe)],_0x562c7b[_0x554679(0x19c)]][_0x554679(0x12e)](_0x3b2e9c=>{const _0x294904=_0x554679,_0x429541=_0x791c50[_0x294904(0x147)][_0x3b2e9c]||[];_0x429541[_0x294904(0x12e)](_0x4fa7ac=>{const _0x2c3cee=_0x294904;_0x4fa7ac[_0x2c3cee(0x10f)]&&_0x201395[_0x2c3cee(0x1c0)](_0x4fa7ac[_0x2c3cee(0x10f)]);});}),[][_0x554679(0x171)](_0x201395,this['getHooksForTest'](_0x791c50[_0x554679(0x147)]));}[a4_0x2e26c9(0x1be)](_0x35fc6f){const _0x237173=a4_0x2e26c9,_0x14cdef=/^"(?<hook>.*)" hook:.*$/,_0x44aea2=_0x35fc6f[_0x237173(0xdd)],_0x38fd13=_0x44aea2[_0x237173(0x134)](_0x14cdef);if(_0x38fd13&&_0x38fd13[_0x237173(0x14b)])return _0x38fd13[_0x237173(0x14b)][_0x237173(0xd0)][_0x237173(0x13c)]()[_0x237173(0x1a9)]('\x20','_');return null;}[a4_0x2e26c9(0x116)](_0x55c588){const _0x3f2549=a4_0x2e26c9,_0x5d98ff={};_0x5d98ff[_0x3f2549(0xe7)]=function(_0x550bdb,_0x147460){return _0x550bdb===_0x147460;},_0x5d98ff[_0x3f2549(0x17a)]=function(_0x15850f,_0x13173b){return _0x15850f===_0x13173b;},_0x5d98ff[_0x3f2549(0x1a5)]=function(_0x4a8a15,_0x1da9ea){return _0x4a8a15===_0x1da9ea;},_0x5d98ff[_0x3f2549(0x1a4)]=_0x3f2549(0x120),_0x5d98ff[_0x3f2549(0x199)]=_0x3f2549(0x141);const _0x340a42=_0x5d98ff,_0x556f5d=path[_0x3f2549(0xf7)];if(_0x340a42[_0x3f2549(0xe7)](_0x55c588,null)||_0x340a42[_0x3f2549(0x17a)](_0x55c588,'')||_0x340a42[_0x3f2549(0x17a)](_0x55c588,_0x556f5d)||_0x340a42[_0x3f2549(0x1a5)](_0x55c588,path[_0x3f2549(0x12a)](_0x55c588)))return null;try{return fs[_0x3f2549(0x164)](path[_0x3f2549(0xf2)](_0x55c588,_0x340a42['GPGHM'],_0x340a42['QEaGj'])),_0x55c588;}catch(_0x1593a2){const _0x5503ce=path['dirname'](_0x55c588);return this['findGitConfig'](_0x5503ce);}}[a4_0x2e26c9(0x110)](_0x1e65b0){const _0x322677=a4_0x2e26c9,_0x160bcf={};_0x160bcf[_0x322677(0x111)]=function(_0x53f1b0,_0x23b3f2){return _0x53f1b0>_0x23b3f2;};const _0x51ef57=_0x160bcf;if(_0x1e65b0['file'])return _0x1e65b0[_0x322677(0x13f)];if(_0x1e65b0[_0x322677(0x188)]){const _0x2ff044=_0x1e65b0[_0x322677(0x188)]['currentTest']?this[_0x322677(0x110)](_0x1e65b0[_0x322677(0x188)][_0x322677(0x13b)]):null;if(_0x2ff044)return _0x2ff044;}if(_0x1e65b0[_0x322677(0x147)]){const _0x4d8cda=this[_0x322677(0x110)](_0x1e65b0['parent'])||(_0x1e65b0['parent'][_0x322677(0x188)]&&_0x1e65b0[_0x322677(0x147)][_0x322677(0x188)][_0x322677(0x13b)]?this[_0x322677(0x110)](_0x1e65b0[_0x322677(0x147)][_0x322677(0x188)][_0x322677(0x13b)]):null);if(_0x4d8cda)return _0x4d8cda;_0x1e65b0[_0x322677(0x147)][_0x322677(0xd2)]&&_0x51ef57[_0x322677(0x111)](_0x1e65b0[_0x322677(0x147)][_0x322677(0xd2)][_0x322677(0x189)],0x0)&&_0x1e65b0[_0x322677(0x147)]['suites'][_0x322677(0x12e)](_0x54df76=>{const _0x4ccf5f=_0x322677,_0x50570d=_0x54df76[_0x4ccf5f(0x188)]?this[_0x4ccf5f(0x110)](_0x54df76[_0x4ccf5f(0x188)]):null;if(_0x50570d)return _0x50570d;});}return null;}[a4_0x2e26c9(0x14a)](_0x5d84cf){const _0x51d78c=a4_0x2e26c9,_0x558e87={};_0x558e87[_0x51d78c(0x181)]=function(_0x35f2eb,_0xcf52df){return _0x35f2eb!==_0xcf52df;};const _0x2d76a4=_0x558e87,_0x276d41=[];if(_0x5d84cf&&_0x5d84cf['parent']){let _0x27e15a=_0x5d84cf[_0x51d78c(0x147)];while(_0x27e15a&&_0x2d76a4[_0x51d78c(0x181)](_0x27e15a[_0x51d78c(0xdd)],'')){_0x276d41['push'](_0x27e15a[_0x51d78c(0xdd)]),_0x27e15a=_0x27e15a[_0x51d78c(0x147)];}}return _0x276d41;}[a4_0x2e26c9(0x132)](_0x30eb55,_0x211ca4,_0x4605c4=undefined){const _0x456f3c=a4_0x2e26c9,_0x36530b={'cYbyH':function(_0x2c83a8,_0x5cbda7){return _0x2c83a8(_0x5cbda7);},'LYHwq':function(_0x59ac98){return _0x59ac98();},'pvIVF':function(_0x53b649){return _0x53b649();},'CaIto':function(_0x2572f8){return _0x2572f8();},'XjpoV':function(_0x178a38){return _0x178a38();},'eJtWr':_0x456f3c(0x1b0),'XNptM':'err','eYxPh':function(_0x2db977,_0x4ef256){return _0x2db977!==_0x4ef256;},'WdoHO':function(_0x1b9f98,_0x4c8312){return _0x1b9f98!==_0x4c8312;},'OKWyi':_0x456f3c(0x138),'FUySf':_0x456f3c(0x106),'ttiro':_0x456f3c(0x165),'mkZel':'passed','iPTzd':_0x456f3c(0x185),'gQIHM':'javascript','rdBZJ':function(_0x14472f,_0x4ef7de){return _0x14472f-_0x4ef7de;},'sHIsd':function(_0x437945,_0x61e9a9,_0x16cbd9,_0x2379fc,_0x5226dc){return _0x437945(_0x61e9a9,_0x16cbd9,_0x2379fc,_0x5226dc);},'RnYXi':_0x456f3c(0x104),'bjgkD':'meta','KPTMr':'failure','fkgtU':_0x456f3c(0x190),'NkIkX':_0x456f3c(0x196),'MUHDN':_0x456f3c(0x17d),'RBQQL':_0x456f3c(0x108),'xOWVT':function(_0x58051b,_0x58df75){return _0x58051b===_0x58df75;},'oZoVx':'hook_run','MVrOR':_0x456f3c(0x178)};if(!this[_0x456f3c(0x10b)])return;try{if(_0x211ca4['fn']&&_0x211ca4['fn']['toString']()[_0x456f3c(0x134)](/browserstack internal helper hook/))return;const _0x1678b9=_0x36530b[_0x456f3c(0x140)](parseEvent,_0x30eb55);if(!_0x1678b9)return;if(_0x1678b9[_0x456f3c(0x115)]){this['currentTest']=_0x211ca4,this[_0x456f3c(0x1b5)]=null;if(_0x1678b9[_0x456f3c(0x14d)]||_0x1678b9['skipped']){_0x211ca4[_0x456f3c(0x1ab)]=new Date(),_0x211ca4[_0x456f3c(0x177)]=![];if(!_0x211ca4[_0x456f3c(0x126)])_0x211ca4[_0x456f3c(0x126)]=_0x36530b[_0x456f3c(0x15c)](uuidv4);else _0x211ca4[_0x456f3c(0x177)]&&(!_0x211ca4[_0x456f3c(0x18e)]&&(_0x211ca4[_0x456f3c(0x18e)]=_0x211ca4[_0x456f3c(0x126)]),_0x211ca4['testAnalyticsId']=_0x36530b[_0x456f3c(0x184)](uuidv4));}}else{if(_0x1678b9['hook']){this[_0x456f3c(0x1b5)]=_0x211ca4;if(_0x1678b9['started']){_0x211ca4[_0x456f3c(0x1ab)]=new Date(),_0x211ca4[_0x456f3c(0x177)]=![];if(!_0x211ca4[_0x456f3c(0x10f)])_0x211ca4['hookAnalyticsId']=_0x36530b[_0x456f3c(0x103)](uuidv4);else _0x211ca4[_0x456f3c(0x10f)]&&_0x211ca4['markedStatus']&&(_0x211ca4[_0x456f3c(0x10f)]=_0x36530b[_0x456f3c(0xdc)](uuidv4));}}}if(_0x1678b9[_0x456f3c(0x129)]&&_0x211ca4[_0x456f3c(0x177)])return;let _0x12b4bf;try{_0x12b4bf=this['getRootParentFile'](_0x211ca4);}catch(_0xd1593e){logger[_0x456f3c(0x1a3)](_0x456f3c(0x19b)+_0xd1593e),_0x12b4bf=null;}const _0x174799=_0x36530b[_0x456f3c(0x140)](require,_0x36530b[_0x456f3c(0x18f)]);let _0x12a5fc=[];_0x4605c4&&(_0x12a5fc=[_0x4605c4,_0x36530b[_0x456f3c(0x14f)]]);const _0x36b2ec=_0x36530b[_0x456f3c(0xe3)](_0x211ca4[_0x456f3c(0xd7)],undefined)?_0x174799[_0x456f3c(0x102)](_0x211ca4[_0x456f3c(0xd7)][0x0]):_0x36530b[_0x456f3c(0x153)](_0x4605c4,undefined)?_0x4605c4[_0x456f3c(0x1bd)]():undefined,_0x204709=_0x12b4bf?this[_0x456f3c(0x116)](_0x12b4bf):null,_0x2a1388=_0x12b4bf?this['_paths'][_0x456f3c(0x19d)](this[_0x456f3c(0x110)](_0x211ca4)):_0x36530b[_0x456f3c(0x1ba)];let _0x252406=_0x36530b[_0x456f3c(0x154)];const _0xe20e7d=!_0x1678b9[_0x456f3c(0x14d)]?new Date()[_0x456f3c(0x173)]():null;if(_0x1678b9['finished'])_0x252406=_0x4605c4?_0x36530b[_0x456f3c(0xcd)]:_0x36530b[_0x456f3c(0xde)],_0x211ca4['markedStatus']=!![];else _0x1678b9[_0x456f3c(0x185)]&&(_0x252406=_0x36530b['iPTzd'],_0x211ca4[_0x456f3c(0x177)]=!![]);const _0x1ec953={'framework':this[_0x456f3c(0x11d)],'uuid':_0x211ca4[_0x456f3c(0x126)]||_0x211ca4[_0x456f3c(0x10f)],'name':_0x211ca4['title'],'body':{'lang':_0x36530b[_0x456f3c(0x16b)],'code':_0x211ca4['body'][_0x456f3c(0x1bd)]()},'type':_0x211ca4[_0x456f3c(0x144)],'scope':_0x211ca4[_0x456f3c(0x118)](),'scopes':this[_0x456f3c(0x14a)](_0x211ca4),'file_name':_0x2a1388,'vc_filepath':_0x204709?path['relative'](_0x204709,_0x12b4bf):null,'location':_0x2a1388,'result':_0x252406,'failure_reason':_0x36b2ec,'duration_in_ms':_0x211ca4[_0x456f3c(0x135)]||(_0x1678b9['finished']||_0x1678b9['skipped'])?_0x36530b[_0x456f3c(0xcc)](Date[_0x456f3c(0x1a1)](),new Date(_0x211ca4['startedAt'])[_0x456f3c(0x136)]()):null,'started_at':new Date(_0x211ca4[_0x456f3c(0x1ab)])[_0x456f3c(0x173)](),'finished_at':_0xe20e7d,'failure':testOpsHelper[_0x456f3c(0x162)]['apply'](null,_0x12a5fc),'failure_type':!_0x36b2ec?null:testOpsHelper[_0x456f3c(0x151)](_0x36b2ec),'retry_of':_0x211ca4[_0x456f3c(0x18e)]||null,'tags':_0x211ca4[_0x456f3c(0x192)]||[],'customRerunParam':{'rerun_name':_0x211ca4[_0x456f3c(0x118)]()}};_0x36530b['sHIsd'](appendTesthubParams,_0x1ec953,_0x30eb55,_0x211ca4,FRAMEWORKS['CODECEPT']);if(_0x1678b9[_0x456f3c(0xd0)])[_0x1ec953['hook_type'],_0x1ec953[_0x456f3c(0xd1)]]=[this[_0x456f3c(0x1be)](_0x211ca4),_0x211ca4[_0x456f3c(0x188)][_0x456f3c(0x115)][_0x456f3c(0xdd)]],_0x1678b9[_0x456f3c(0x129)]?_0x36530b[_0x456f3c(0xe3)](_0x1ec953[_0x456f3c(0x133)],_0x36530b[_0x456f3c(0xcd)])&&(_0x1ec953[_0x456f3c(0x133)]=_0x36530b['mkZel']):_0x1ec953[_0x456f3c(0x100)]={};else _0x1678b9[_0x456f3c(0x115)]&&(this[_0x456f3c(0x12d)](_0x211ca4),_0x1678b9[_0x456f3c(0x185)]&&this['resetSkipTestHooks'](_0x211ca4),(_0x1678b9['finished']||_0x1678b9[_0x456f3c(0x185)])&&(_0x1ec953[_0x456f3c(0x1bf)]=this[_0x456f3c(0xe8)](_0x211ca4)));this[_0x456f3c(0xfa)]&&(_0x1678b9['started']||_0x1678b9['skipped'])&&(_0x1ec953[_0x36530b['RnYXi']]=this[_0x456f3c(0x1b4)](this[_0x456f3c(0xfa)]));_0x1678b9[_0x456f3c(0x115)]&&_0x1678b9[_0x456f3c(0x129)]&&_0x211ca4[_0x456f3c(0x159)]&&(_0x1ec953[_0x36530b['bjgkD']]={'feature':{'name':_0x211ca4[_0x456f3c(0x147)]['feature'][_0x456f3c(0xd1)],'path':_0x1ec953[_0x456f3c(0x146)],'description':_0x211ca4[_0x456f3c(0x147)][_0x456f3c(0x17c)]},'scenario':{'name':_0x211ca4[_0x456f3c(0xdd)]},'steps':_0x211ca4[_0x456f3c(0x159)]});const _0x28387f=_0x1ec953[_0x36530b[_0x456f3c(0x15e)]][0x0];_0x28387f&&(_0x1ec953[_0x36530b[_0x456f3c(0x1ac)]]=_0x28387f[_0x36530b['NkIkX']],_0x1ec953[_0x36530b[_0x456f3c(0xfc)]]=_0x28387f[_0x36530b['RBQQL']]);if(_0x211ca4[_0x456f3c(0x159)])for(const _0x486153 of _0x211ca4[_0x456f3c(0x159)]){!_0x486153[_0x456f3c(0x191)]&&(_0x486153[_0x456f3c(0x191)]=new Date()[_0x456f3c(0x173)](),_0x36530b['xOWVT'](_0x486153[_0x456f3c(0x133)],_0x36530b[_0x456f3c(0x154)])&&(_0x28387f?(_0x486153['result']=_0x36530b['ttiro'],_0x486153[_0x456f3c(0x160)]=_0x28387f[_0x36530b[_0x456f3c(0x157)]][0x0]):_0x486153[_0x456f3c(0x133)]=_0x36530b[_0x456f3c(0xde)]));}const _0x1be04a={};_0x1be04a[_0x456f3c(0x1aa)]=_0x1678b9[_0x456f3c(0x185)]?TEST_EVENTS[_0x456f3c(0x176)]:_0x30eb55;const _0x2ad1b1=_0x1be04a;return _0x1678b9[_0x456f3c(0xd0)]?_0x2ad1b1[_0x36530b[_0x456f3c(0xe6)]]=_0x1ec953:_0x2ad1b1[_0x36530b['MVrOR']]=_0x1ec953,_0x2ad1b1;}catch(_0x210204){logger[_0x456f3c(0x1a3)](_0x456f3c(0x15f)+_0x30eb55+_0x456f3c(0xdf)+_0x210204);}}async[a4_0x2e26c9(0x174)](_0x329051,_0x5d2f06){const _0x549094=a4_0x2e26c9;if(!this[_0x549094(0x10b)]||!_0x5d2f06||!_0x329051)return![];try{return await SessionHandler[_0x549094(0x143)](_0x5d2f06);}catch(_0x2916eb){logger[_0x549094(0x1a3)](_0x549094(0x198)+_0x329051+_0x549094(0xdf)+_0x2916eb);}}['initializeBddStep'](_0x1d384c){const _0x4ba959=a4_0x2e26c9,_0x5dee09={};_0x5dee09[_0x4ba959(0xe0)]=_0x4ba959(0x106);const _0x593401=_0x5dee09;return{'id':_0x1d384c[_0x4ba959(0x125)],'text':_0x1d384c[_0x4ba959(0xd8)],'keyword':_0x1d384c['keyword'],'started_at':_0x1d384c[_0x4ba959(0x1ab)][_0x4ba959(0x173)](),'result':_0x593401[_0x4ba959(0xe0)]};}['bddStepStart'](_0x30c31d){const _0x15d8b1=a4_0x2e26c9,_0x5b491c={'LHsSk':function(_0x2f6680){return _0x2f6680();}};!this[_0x15d8b1(0x13b)][_0x15d8b1(0x159)]&&(this['currentTest'][_0x15d8b1(0x159)]=[]),!_0x30c31d[_0x15d8b1(0x125)]&&(_0x30c31d[_0x15d8b1(0x125)]=_0x5b491c[_0x15d8b1(0x16d)](uuidv4),_0x30c31d['startedAt']=new Date(),this[_0x15d8b1(0x13b)][_0x15d8b1(0x159)][_0x15d8b1(0x1c0)](this['initializeBddStep'](_0x30c31d)));}['bddStepFinish'](_0x4bfd29){const _0x28f2e6=a4_0x2e26c9,_0x3082ab={'TpkDi':function(_0x2024dd,_0x2580be){return _0x2024dd(_0x2580be);},'boBDg':'success','lWCmS':'pending','AdQff':_0x28f2e6(0x16f),'xfEWW':function(_0x2d2c0b,_0x2ef902){return _0x2d2c0b-_0x2ef902;}};let _0x3a76d2=this[_0x28f2e6(0x13b)][_0x28f2e6(0x159)][_0x28f2e6(0x19e)](_0x27ac19=>_0x27ac19['id']===_0x4bfd29[_0x28f2e6(0x125)]);_0x3082ab['TpkDi'](isUndefined,_0x3a76d2)&&(_0x3a76d2=this[_0x28f2e6(0x1a2)](_0x4bfd29)),_0x3a76d2[_0x28f2e6(0x133)]=[_0x3082ab[_0x28f2e6(0x122)],_0x3082ab['lWCmS']][_0x28f2e6(0x105)](_0x4bfd29[_0x28f2e6(0x163)])?_0x3082ab[_0x28f2e6(0xeb)]:_0x4bfd29[_0x28f2e6(0x163)],_0x3a76d2['finished_at']=new Date()[_0x28f2e6(0x173)](),_0x3a76d2[_0x28f2e6(0x135)]=_0x3082ab[_0x28f2e6(0x13a)](Date['now'](),_0x4bfd29[_0x28f2e6(0x1ab)]['getTime']()),_0x3a76d2[_0x28f2e6(0x160)]=_0x4bfd29[_0x28f2e6(0xee)]?_0x4bfd29['err'][_0x28f2e6(0xed)]:null;}}const a4_0x252483={};a4_0x252483[a4_0x2e26c9(0x1c2)]=O11yHelper,a4_0x252483['STATE_PASSED']=STATE_PASSED,a4_0x252483[a4_0x2e26c9(0x1a0)]=STATE_FAILED,a4_0x252483[a4_0x2e26c9(0x19f)]=TEST_EVENTS,module['exports']=a4_0x252483;
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;