browserstack-node-sdk 1.49.10 → 1.49.12

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 +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/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_0x131b56=a1_0x379b;function a1_0x53a8(){const _0x5c98bb=['slice','bddStep-before','startMonitoring','jrReP','SDK_HOOK','test-after','skipped','kQgMB','call','Failed\x20to\x20execute\x20_before:\x20','find','GET_RESULTS','push','845739bOZkup','iXRXq','testFramework','browserStackExecuteDriver','executeScript','info','testAnalyticsId','hookType','hBDGS','Element','lEjeD','../../helpers/accessibility-automation/helper','saveTestResults','captureError','TEST_RUN_FINISHED','captureEvent','AZget','constructor','fQqyk','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','message','fireEvent','ejpQm','stringify','startsWith','toString','bddStep','reason','saveScreenshot','ESGxc','BS_TESTOPS_ALLOW_SCREENSHOTS','HOOK_RUN_FINISHED','SBdwi','WebDriver','GET_RESULTS_SUMMARY','Playwright','class','dispatcher','thJwtToken','cqByt','5063948vgBhUT','event','getResultsSummary','fnuel','MWFvh','SDK_POST_TEST','debug','CexFu','PSoan','_before','Performing\x20scan\x20for\x20','base64','MWqji','util','url','WMgeu','ngITT','patchSaveScreenshot','BROWSERSTACK_TESTHUB_JWT','test-started','getAccessibilityResultsSummary','QYkgL','bstackAllyScanning','format','lZVqb','titlePath','patch','yGbBa','JTUhE','codeceptjs/lib/index.js','bddStepFinish','JxIsi','overwriteCommand','2026882uVLUwy','ffqqi','thTestRunUuid','IXWYv','split','browser','654304cFIKWa','iZhJG','__workerDetails','aRrHX','fUPbl','WvYnD','codeceptjs/lib/helper/Playwright.js','SDK_POST_INITIALIZE','bddStep-after','domForge','codeceptjs/lib/utils.js','setSessionStatus','accessibilityPlatform','browserstackTestName','ajqno','160phXRxT','getSyncScript','args','bs:addLog:','filter','QmRQA','page','oSktG','qEoaZ','PERFORM_SCAN','warn','1552502dzIEzC','toISOString','arguments','shouldWrapCommand','ENV_VAR','winstonLogger','started','browserContext','BS_A11Y_JWT','hook','ohnOb','TEST_RUN_SKIPPED','browserstack_executor:\x20','../../helpers/helper','test-passed','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','version','rESop','after','SPCrE','9339354awnySE','AGZzt','status','string','SAVE_RESULTS','pid','skipSessionStatus','hook-started','--auto-open-devtools-for-tabs','SDK_PRE_TEST','mhekO','stopMonitoring','BROWSERSTACK_TESTHUB_UUID','../../bin/playwright/accessibility-helper','Dkelv','../../helpers/performance/performance-tester','initSaveScreenshot','FjVsl','WrNnY','ctx','test-before','emit','tIWpu','../../helpers/testhub/constants.js','sGSRO','contexts','10EhGWFH','helpers','a11y_core_config','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','test-failed','devtools://','hook-passed','isArray','icrLN','GOHsa','test','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','includes','skipSessionName','5CnEcpJ','end','parse','thBuildUuid','yqsVI','apply','QsJcD','command','FRAMEWORK_DETAILS','config','8168363vytowC','AXeMv','codeceptjs/lib/helper/WebDriver.js','qjIZS','SDK_TEST','JWzDS','prototype','start','koHRL','stop','all','action','pYpuZ','FMoIo','QkiXI','../../helpers/logger','fPtYk','./helper.js','HOOK_RUN_STARTED','performScan','../../helpers/accessibility-automation/scripts','FXnZz','screenshotOutputFolder','codeceptjs','__skipSessionStatus','exports','wSJHO','6HLIeUX','TEST_RUN_STARTED','container','SESSION_NAME','comment','ujwpR','setGlobal','uTMgL','DdeKP','title','tDpen','failed','measureWrapper','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','KWseT','WoMxL','add','SYNC','beBfv','setSessionName','ndEfm','ccoRR','fRIfv','getAccessibilityResults','name','../../helpers/performance/constants','KPnJu','IDXEX','before','webdriverio','env','bind','pages','stack','\x0aStack:\x20','then','./o11yHelper','chromium'];a1_0x53a8=function(){return _0x5c98bb;};return a1_0x53a8();}(function(_0x5831da,_0x1c4303){const _0x3a1266=a1_0x379b,_0x34eb24=_0x5831da();while(!![]){try{const _0x3bf633=-parseInt(_0x3a1266(0x17c))/0x1+-parseInt(_0x3a1266(0x1aa))/0x2*(parseInt(_0x3a1266(0x113))/0x3)+parseInt(_0x3a1266(0x13b))/0x4*(-parseInt(_0x3a1266(0x1b8))/0x5)+parseInt(_0x3a1266(0x1dd))/0x6*(parseInt(_0x3a1266(0x1c2))/0x7)+-parseInt(_0x3a1266(0x162))/0x8+parseInt(_0x3a1266(0x190))/0x9+parseInt(_0x3a1266(0x171))/0xa*(parseInt(_0x3a1266(0x15c))/0xb);if(_0x3bf633===_0x1c4303)break;else _0x34eb24['push'](_0x34eb24['shift']());}catch(_0x109357){_0x34eb24['push'](_0x34eb24['shift']());}}}(a1_0x53a8,0xcdcd5));const fs=require('fs'),util=require(a1_0x131b56(0x148)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x131b56(0x189)),logger=require(a1_0x131b56(0x1d1))[a1_0x131b56(0x181)],testOpsHelper=require('../../helpers/test-observability/utils'),requestSpy=require('../../helpers/request-spy'),PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x131b56(0x104)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x131b56(0x11e)),AccessibilityHelper=require(a1_0x131b56(0x19d)),scripts=require(a1_0x131b56(0x1d6)),PerformanceTester=require(a1_0x131b56(0x19f)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x131b56(0x1f6)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x131b56(0x1d3)),testHubConstants=require(a1_0x131b56(0x1a7)),globals=require('../../helpers/globals.js'),CodeceptJS=requireModule(a1_0x131b56(0x158),a1_0x131b56(0x1d9)),CodeceptUtils=requireModule(a1_0x131b56(0x16c),a1_0x131b56(0x1d9)),CodeceptWebDriver=requireModule(a1_0x131b56(0x1c4),a1_0x131b56(0x1d9)),CodeceptRecorder=requireModule('codeceptjs/lib/recorder.js',a1_0x131b56(0x1d9)),CodeceptPlaywright=requireModule(a1_0x131b56(0x168),'codeceptjs'),playwrightMarkSessionStatus=(_0x2fa602,_0x52136f,_0x19ef0b)=>{const _0x422334=a1_0x131b56,_0x5ce287={'icrLN':_0x422334(0x16d),'pYpuZ':function(_0x3111ba,_0x7497b1){return _0x3111ba(_0x7497b1);}},_0x41f873={};_0x41f873[_0x422334(0x192)]=_0x52136f;const _0x230f7a={};_0x230f7a['action']=_0x5ce287[_0x422334(0x1b2)],_0x230f7a[_0x422334(0x17e)]=_0x41f873;const _0x49aee2=_0x230f7a;return!_0x5ce287[_0x422334(0x1ce)](isUndefined,_0x19ef0b)&&(_0x49aee2[_0x422334(0x17e)][_0x422334(0x12e)]=JSON['stringify'](_0x19ef0b)),_0x2fa602[_0x422334(0x117)](()=>{},_0x422334(0x188)+JSON[_0x422334(0x12a)](_0x49aee2));},o11ySync=PerformanceTester[a1_0x131b56(0x1e9)](PerformanceO11yEvents[a1_0x131b56(0x1ee)],async _0x14921c=>{const _0x4dad97=a1_0x131b56,_0x1edd83={};_0x1edd83[_0x4dad97(0x1e4)]=function(_0x424750,_0x454187){return _0x424750===_0x454187;},_0x1edd83[_0x4dad97(0x1ef)]=_0x4dad97(0x136);const _0x1f478c=_0x1edd83;_0x1f478c[_0x4dad97(0x1e4)](_0x14921c[_0x4dad97(0x124)][_0x4dad97(0x1f5)],_0x1f478c['beBfv'])?await _0x14921c['executeScript'](_0x1bf3af=>{},testOpsHelper[_0x4dad97(0x172)]()):await _0x14921c['executeScript'](testOpsHelper['getSyncScript']());}),markSessionName=PerformanceTester[a1_0x131b56(0x1e9)](PerformanceAutEvents[a1_0x131b56(0x1e0)],async(_0x4d95a2,_0x2d5633)=>{const _0x5a14f0=a1_0x131b56,_0x4d56e7={};_0x4d56e7[_0x5a14f0(0x191)]=_0x5a14f0(0x1f0),_0x4d56e7[_0x5a14f0(0x166)]=function(_0x511d95,_0x2fc9ab){return _0x511d95===_0x2fc9ab;},_0x4d56e7[_0x5a14f0(0x13a)]=_0x5a14f0(0x136);const _0x1a11b0=_0x4d56e7,_0x585181={};_0x585181[_0x5a14f0(0x1f5)]=_0x2d5633;const _0x1a1ee8={};_0x1a1ee8[_0x5a14f0(0x1cd)]=_0x1a11b0['AGZzt'],_0x1a1ee8[_0x5a14f0(0x17e)]=_0x585181;const _0x1281a1=_0x1a1ee8;_0x1a11b0[_0x5a14f0(0x166)](_0x4d95a2[_0x5a14f0(0x124)][_0x5a14f0(0x1f5)],_0x1a11b0[_0x5a14f0(0x13a)])?await _0x4d95a2[_0x5a14f0(0x117)](()=>{},'browserstack_executor:\x20'+JSON[_0x5a14f0(0x12a)](_0x1281a1)):await _0x4d95a2[_0x5a14f0(0x117)](_0x5a14f0(0x188)+JSON[_0x5a14f0(0x12a)](_0x1281a1));}),patchSaveScreenshot=_0x5848a2=>{const _0x32eaba=a1_0x131b56,_0x4a1fef={'MWqji':_0x32eaba(0x146),'yGbBa':'TEST_SCREENSHOT','WMgeu':function(_0x285f7e){return _0x285f7e();},'DdeKP':function(_0x2266c4,_0xea2d0d){return _0x2266c4(_0xea2d0d);},'AXeMv':'Screenshot\x20path\x20not\x20found'};_0x4a1fef[_0x32eaba(0x1e5)](isTrue,process[_0x32eaba(0xfe)][_0x32eaba(0x131)])&&!_0x5848a2['patchSaveScreenshot']&&(_0x5848a2[_0x32eaba(0x14c)]=!![],_0x5848a2[_0x32eaba(0x1a0)]=_0x5848a2['saveScreenshot'],_0x5848a2[_0x32eaba(0x12f)]=(_0x40f3c2,_0x55610a=![])=>{return new Promise(function(_0x41c057,_0x248eeb){const _0x3b8107=a1_0x379b,_0x5880fb={'xXqdy':_0x4a1fef[_0x3b8107(0x147)],'WvYnD':_0x4a1fef[_0x3b8107(0x156)],'wSJHO':function(_0xfc430d){const _0x3ab36f=_0x3b8107;return _0x4a1fef[_0x3ab36f(0x14a)](_0xfc430d);},'yqsVI':function(_0x45f857,_0x5f0685){const _0x162062=_0x3b8107;return _0x4a1fef[_0x162062(0x1e5)](_0x45f857,_0x5f0685);},'lEjeD':_0x4a1fef[_0x3b8107(0x1c3)]};_0x5848a2[_0x3b8107(0x1a0)](_0x40f3c2,_0x55610a)[_0x3b8107(0x103)](()=>{const _0x5d59b9=_0x3b8107,_0x4f3ef4=CodeceptUtils[_0x5d59b9(0x1d8)](_0x40f3c2);if(_0x4f3ef4){const _0x419f27=fs['readFileSync'](_0x4f3ef4);process[_0x5d59b9(0x1a5)](_0x5d59b9(0x174)+process[_0x5d59b9(0x195)],{'timestamp':new Date()[_0x5d59b9(0x17d)](),'message':_0x419f27[_0x5d59b9(0x12c)](_0x5880fb['xXqdy']),'kind':_0x5880fb[_0x5d59b9(0x167)]}),_0x5880fb[_0x5d59b9(0x1dc)](_0x41c057);}_0x5880fb[_0x5d59b9(0x1bc)](_0x248eeb,new Error(_0x5880fb[_0x5d59b9(0x11d)]));})['catch'](()=>null);});});},patchWebDriverBefore=_0x4e5d43=>{const _0x7db89c=a1_0x131b56,_0x43daa0={'ffqqi':function(_0x5b0454){return _0x5b0454();},'JxIsi':function(_0x5b0cb4,_0x2cbef3){return _0x5b0cb4(_0x2cbef3);},'JTUhE':function(_0x2d95ba,_0x444c85){return _0x2d95ba===_0x444c85;},'ejpQm':_0x7db89c(0xfd),'XuQVk':function(_0x5cd374,_0x1b0e2e){return _0x5cd374===_0x1b0e2e;},'fRIfv':_0x7db89c(0x193),'tIWpu':function(_0x344be5,_0x3be48d){return _0x344be5===_0x3be48d;},'OkcwZ':_0x7db89c(0x11c)},_0x1140bf=async function(_0x243eb4,_0x22df01){const _0x3333e5=_0x7db89c;_0x43daa0[_0x3333e5(0x15d)](isAccessibilityAutomationSession)&&!global[_0x3333e5(0x151)]&&global[_0x3333e5(0x16e)]&&scripts[_0x3333e5(0x17f)](_0x243eb4[_0x3333e5(0x1f5)])&&_0x43daa0[_0x3333e5(0x15a)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x3333e5(0x151)]=!![],await PerformanceTester[_0x3333e5(0x1e9)](PerformanceA11yEvents[_0x3333e5(0x17a)],async()=>{const _0x46c631=_0x3333e5;logger[_0x46c631(0x141)](_0x46c631(0x145)+_0x243eb4[_0x46c631(0x137)]+'\x20'+_0x243eb4[_0x46c631(0x1f5)]),await AccessibilityHelper['browserStackExecuteDriver'](_0x4e5d43,scripts[_0x46c631(0x1d5)]);},{'command':_0x243eb4[_0x3333e5(0x1f5)]})());global[_0x3333e5(0x151)]=![];const _0x4a1463=JSON[_0x3333e5(0x1ba)](process[_0x3333e5(0xfe)][_0x3333e5(0x1c0)]||'{}');if(_0x43daa0[_0x3333e5(0x157)](_0x4a1463?.[_0x3333e5(0x115)]?.[_0x3333e5(0x1f5)],_0x43daa0[_0x3333e5(0x129)])&&_0x43daa0['XuQVk'](typeof _0x4a1463?.['testFramework']?.[_0x3333e5(0x18c)],_0x43daa0[_0x3333e5(0x1f3)])&&_0x4a1463?.[_0x3333e5(0x115)]?.[_0x3333e5(0x18c)][_0x3333e5(0x12b)]('7'))return _0x22df01[_0x3333e5(0x1bd)](null,Array[_0x3333e5(0x1c8)]['slice']['call'](arguments,0x2));return _0x22df01[_0x3333e5(0x1bd)](this,Array[_0x3333e5(0x1c8)][_0x3333e5(0x106)][_0x3333e5(0x10e)](arguments,0x2));},_0x39c931=CodeceptWebDriver[_0x7db89c(0x1c8)][_0x7db89c(0x144)];CodeceptWebDriver[_0x7db89c(0x1c8)][_0x7db89c(0x144)]=async function(){const _0xd85cd0=_0x7db89c,_0x14dc5b={'fQqyk':function(_0x351463,_0x3c28a7){const _0x35f17c=a1_0x379b;return _0x43daa0[_0x35f17c(0x1a6)](_0x351463,_0x3c28a7);},'ujwpR':_0x43daa0['OkcwZ']};try{await _0x39c931[_0xd85cd0(0x1bd)](this,arguments);}catch(_0xd84a7b){logger['debug'](_0xd85cd0(0x10f)+util['format'](_0xd84a7b));}scripts['commandsToWrap'][_0xd85cd0(0x175)](_0x28eb11=>_0x28eb11[_0xd85cd0(0x1f5)]&&_0x28eb11[_0xd85cd0(0x137)])['forEach'](_0x5a787a=>{const _0x1c8b82=_0xd85cd0;this[_0x1c8b82(0x161)][_0x1c8b82(0x15b)](_0x5a787a['name'],_0x1140bf[_0x1c8b82(0xff)](this,_0x5a787a),_0x14dc5b[_0x1c8b82(0x125)](_0x5a787a[_0x1c8b82(0x137)],_0x14dc5b[_0x1c8b82(0x1e2)]));}),_0x43daa0[_0xd85cd0(0x15a)](processWebDriverConfig,_0x4e5d43);};};function parseJwt(_0x33e935){const _0x25382e=a1_0x131b56,_0x355995={};_0x355995[_0x25382e(0x1d2)]='base64';const _0x139c03=_0x355995;if(!_0x33e935)return null;return JSON[_0x25382e(0x1ba)](Buffer['from'](_0x33e935[_0x25382e(0x160)]('.')[0x1],_0x139c03[_0x25382e(0x1d2)])['toString']());}const patchPlaywrightBefore=()=>{const _0x5dd5b2=a1_0x131b56,_0x33f961={'SBdwi':function(_0x3e7ec7){return _0x3e7ec7();},'fnuel':_0x5dd5b2(0x1af),'WrNnY':_0x5dd5b2(0x198),'uAtSi':function(_0x399289,_0x4f5b29){return _0x399289(_0x4f5b29);},'FXnZz':function(_0x1520b9,_0x3b8375){return _0x1520b9+_0x3b8375;},'ngITT':_0x5dd5b2(0x102)};PlaywrightSessionDetails[_0x5dd5b2(0x155)]();const _0x405a3e=CodeceptPlaywright[_0x5dd5b2(0x1c8)]['_before'];CodeceptPlaywright[_0x5dd5b2(0x1c8)]['_before']=async function(){const _0x479229=_0x5dd5b2;this['browserContext']=await this[_0x479229(0x161)][_0x479229(0x1a9)]()[0x0];const _0x1aaa69=async()=>{const _0x5eb7b0=_0x479229,_0x39dbdd={'FjVsl':function(_0x27e40e){const _0x335faa=a1_0x379b;return _0x33f961[_0x335faa(0x133)](_0x27e40e);},'KWseT':_0x33f961[_0x5eb7b0(0x13e)]},_0x3ea1d0=this[_0x5eb7b0(0x1c1)]&&this[_0x5eb7b0(0x1c1)][_0x5eb7b0(0x105)]&&this[_0x5eb7b0(0x1c1)][_0x5eb7b0(0x105)][_0x5eb7b0(0x173)]&&Array[_0x5eb7b0(0x1b1)](this[_0x5eb7b0(0x1c1)][_0x5eb7b0(0x105)][_0x5eb7b0(0x173)])&&this['config'][_0x5eb7b0(0x105)][_0x5eb7b0(0x173)][_0x5eb7b0(0x1b6)](_0x33f961[_0x5eb7b0(0x1a2)]);if(_0x33f961[_0x5eb7b0(0x133)](isAccessibilityAutomationSession)&&!_0x3ea1d0)try{const _0x2ab604=_0x33f961['uAtSi'](parseJwt,process[_0x5eb7b0(0xfe)][_0x5eb7b0(0x184)]);if(_0x2ab604&&_0x2ab604['a11y_core_config']&&_0x2ab604[_0x5eb7b0(0x1ac)][_0x5eb7b0(0x16b)]){const _0x5eb061=this[_0x5eb7b0(0x183)][_0x5eb7b0(0x100)][_0x5eb7b0(0xff)](this[_0x5eb7b0(0x183)]);this[_0x5eb7b0(0x183)]['pages']=async function(){const _0x44abe5=_0x5eb7b0,_0x1e2183=await _0x39dbdd[_0x44abe5(0x1a1)](_0x5eb061),_0x5b6e81=[];for(const _0x25071b of _0x1e2183){try{const _0x1f05c1=await _0x25071b[_0x44abe5(0x149)]();!_0x1f05c1[_0x44abe5(0x12b)](_0x39dbdd[_0x44abe5(0x1eb)])&&_0x5b6e81['push'](_0x25071b);}catch(_0x123c03){_0x5b6e81[_0x44abe5(0x112)](_0x25071b);}}return _0x5b6e81;};}if(!_0x33f961[_0x5eb7b0(0x133)](isBrowserstackInfra)){const _0x586882=await this[_0x5eb7b0(0x177)]['url']();if(_0x586882[_0x5eb7b0(0x12b)](_0x33f961[_0x5eb7b0(0x13e)])){const _0x49bb19=await this[_0x5eb7b0(0x183)][_0x5eb7b0(0x100)]();this['_setPage'](_0x49bb19[0x0]);}}}catch(_0x6ca133){logger[_0x5eb7b0(0x141)](_0x5eb7b0(0x126)+_0x6ca133[_0x5eb7b0(0x127)]+(_0x6ca133[_0x5eb7b0(0x101)]?_0x33f961[_0x5eb7b0(0x1d7)](_0x33f961[_0x5eb7b0(0x14b)],_0x6ca133[_0x5eb7b0(0x101)]):''));}};_0x33f961[_0x479229(0x133)](isBrowserstackInfra)&&await _0x33f961[_0x479229(0x133)](_0x1aaa69),await _0x405a3e[_0x479229(0x1bd)](this,arguments),!_0x33f961[_0x479229(0x133)](isBrowserstackInfra)&&await _0x33f961['SBdwi'](_0x1aaa69);};},getCodeceptDriver=()=>{const _0x279d1e=a1_0x131b56,_0x2e91e6={};_0x2e91e6[_0x279d1e(0x19e)]=_0x279d1e(0x134),_0x2e91e6['EiulM']=_0x279d1e(0x136),_0x2e91e6[_0x279d1e(0x13f)]='Puppeteer',_0x2e91e6[_0x279d1e(0x114)]='TestCafe';const _0x565588=_0x2e91e6,_0xd9ebc2=[_0x565588[_0x279d1e(0x19e)],_0x565588['EiulM'],_0x565588[_0x279d1e(0x13f)],_0x565588['iXRXq']],_0x2c7f53=_0xd9ebc2[_0x279d1e(0x110)](_0x146ff5=>!!CodeceptJS[_0x279d1e(0x1df)][_0x279d1e(0x1ab)](_0x146ff5));if(!_0x2c7f53)return null;return CodeceptJS[_0x279d1e(0x1df)][_0x279d1e(0x1ab)](_0x2c7f53);};function a1_0x379b(_0x2aa9be,_0x4ed38b){const _0x53a8d3=a1_0x53a8();return a1_0x379b=function(_0x379b94,_0x24818c){_0x379b94=_0x379b94-0xfd;let _0x9daac1=_0x53a8d3[_0x379b94];return _0x9daac1;},a1_0x379b(_0x2aa9be,_0x4ed38b);}module[a1_0x131b56(0x1db)]=function(_0x4662ee){const _0x504a11=a1_0x131b56,_0x35e8ae={'AZget':function(_0x57df45){return _0x57df45();},'QmRQA':function(_0x84325f,_0x4d527f){return _0x84325f(_0x4d527f);},'rESop':'getAccessibilityResultsSummary','qLHQr':_0x504a11(0x1b5),'KDuXF':_0x504a11(0x1f4),'FMoIo':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','QkiXI':_0x504a11(0x197),'ccoRR':_0x504a11(0x1b0),'koHRL':'hook-failed','aRrHX':_0x504a11(0x16f),'kQgMB':_0x504a11(0x1a4),'ndEfm':function(_0x35d033){return _0x35d033();},'mhekO':function(_0x5c3a8f,_0x23426d){return _0x5c3a8f(_0x23426d);},'ESGxc':function(_0x27739e,_0x5e2c51,_0x274020){return _0x27739e(_0x5e2c51,_0x274020);},'sGSRO':_0x504a11(0x14e),'IDXEX':function(_0x428fbc,_0x373a13,_0x30dc9c){return _0x428fbc(_0x373a13,_0x30dc9c);},'Bynec':function(_0x387e7f){return _0x387e7f();},'WoMxL':_0x504a11(0x18a),'lZVqb':function(_0xfef9f4,_0x5b81bc,_0x3f88bc,_0x2bcb32){return _0xfef9f4(_0x5b81bc,_0x3f88bc,_0x2bcb32);},'SPCrE':function(_0x45346f,_0x2610e3){return _0x45346f===_0x2610e3;},'ooQtr':'Suite','GOHsa':_0x504a11(0x1ae),'iZhJG':'test-skipped','qjIZS':'afterTest','dvuTS':function(_0xccf5b3){return _0xccf5b3();},'ohnOb':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','KPnJu':_0x504a11(0x10b),'ajqno':'INFO','CexFu':'TEST_LOG','GpsQW':'step-comment','qEoaZ':_0x504a11(0x107),'oSktG':_0x504a11(0x16a),'jrReP':function(_0x1ba4ba){return _0x1ba4ba();},'wiODt':_0x504a11(0x136)};_0x4662ee[_0x504a11(0x196)]&&(global[_0x504a11(0x1da)]=_0x4662ee[_0x504a11(0x196)]);PerformanceTester[_0x504a11(0x108)]();const _0x20cb22=_0x35e8ae[_0x504a11(0x109)](getCodeceptDriver),_0x5a6ffa=new O11yHelper(_0x20cb22,_0x4662ee),_0x375ed9=!!CodeceptJS[_0x504a11(0x1df)][_0x504a11(0x1ab)](_0x35e8ae['wiODt']);global['__driver']=_0x20cb22,_0x20cb22&&(PerformanceTester[_0x504a11(0x1e9)](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x2764b1=_0x504a11;_0x375ed9?_0x35e8ae[_0x2764b1(0x123)](patchPlaywrightBefore):_0x35e8ae[_0x2764b1(0x176)](patchWebDriverBefore,_0x20cb22);})(),PerformanceTester['measureWrapper'](PerformanceEvents[_0x504a11(0x169)],()=>{const _0x1d57d3=_0x504a11;_0x20cb22[_0x1d57d3(0x14f)]=async()=>{const _0x19a01d=_0x1d57d3;if(global['accessibilityPlatform']){const _0x42704d={};return _0x42704d[_0x19a01d(0x1bf)]=_0x35e8ae[_0x19a01d(0x18d)],await PerformanceTester[_0x19a01d(0x1e9)](PerformanceA11yEvents[_0x19a01d(0x17a)],async()=>{const _0x5a4887=_0x19a01d;return await AccessibilityHelper[_0x5a4887(0x116)](_0x20cb22,scripts[_0x5a4887(0x1d5)]);},_0x42704d)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x19a01d(0x135)],async()=>{const _0x16c55a=_0x19a01d;return await AccessibilityHelper[_0x16c55a(0x116)](_0x20cb22,scripts[_0x16c55a(0x13d)]);})();}return logger[_0x19a01d(0x17b)](_0x35e8ae['qLHQr']),{};},_0x20cb22['getAccessibilityResults']=async()=>{const _0x345044=_0x1d57d3;if(global[_0x345044(0x16e)]){const _0x2737d8={};return _0x2737d8['command']=_0x35e8ae['KDuXF'],await PerformanceTester[_0x345044(0x1e9)](PerformanceA11yEvents[_0x345044(0x17a)],async()=>{const _0x2fcf1e=_0x345044;return await AccessibilityHelper[_0x2fcf1e(0x116)](_0x20cb22,scripts['performScan']);},_0x2737d8)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x345044(0x111)],async()=>{const _0x588d63=_0x345044;return await AccessibilityHelper[_0x588d63(0x116)](_0x20cb22,scripts['getResults']);})();}return logger['warn'](_0x35e8ae[_0x345044(0x1cf)]),{};},_0x35e8ae[_0x1d57d3(0x176)](patchSaveScreenshot,_0x20cb22);})()),CodeceptJS[_0x504a11(0x13c)][_0x504a11(0x138)]['on'](CodeceptJS['event'][_0x504a11(0x1cc)][_0x504a11(0x1f9)],()=>{const _0x28e459=_0x504a11;PerformanceTester['start'](PerformanceEvents[_0x28e459(0x199)]);try{_0x5a6ffa[_0x28e459(0x1c9)](),testOpsHelper['addRequestSpy'](),PerformanceTester[_0x28e459(0x1b9)](PerformanceEvents[_0x28e459(0x199)]);}catch(_0x52d49c){PerformanceTester[_0x28e459(0x120)](_0x52d49c),PerformanceTester[_0x28e459(0x1b9)](PerformanceEvents[_0x28e459(0x199)],![],_0x52d49c);}}),CodeceptJS[_0x504a11(0x13c)]['dispatcher']['on'](CodeceptJS[_0x504a11(0x13c)][_0x504a11(0x1cc)]['after'],async()=>{const _0x20bd74=_0x504a11;PerformanceTester[_0x20bd74(0x1c9)](PerformanceEvents['SDK_POST_TEST']);try{requestSpy['restore'](),await _0x5a6ffa[_0x20bd74(0x1cb)](),PerformanceTester[_0x20bd74(0x1b9)](PerformanceEvents['SDK_POST_TEST']);}catch(_0xd0bfc7){PerformanceTester[_0x20bd74(0x120)](_0xd0bfc7),PerformanceTester[_0x20bd74(0x1b9)](PerformanceEvents[_0x20bd74(0x140)],![],_0xd0bfc7);}finally{PerformanceTester[_0x20bd74(0x19b)]();}}),CodeceptJS[_0x504a11(0x13c)][_0x504a11(0x138)]['on'](CodeceptJS['event'][_0x504a11(0x185)][_0x504a11(0x182)],_0x88b778=>{const _0x3b759a=_0x504a11;PerformanceTester['start'](PerformanceEvents[_0x3b759a(0x10a)]);try{const _0x21afc4=_0x88b778[_0x3b759a(0x1a3)][_0x3b759a(0x1b4)],_0x4fb981=_0x5a6ffa[_0x3b759a(0x122)](TEST_EVENTS['HOOK_RUN_STARTED'],_0x21afc4);CodeceptRecorder[_0x3b759a(0x1ed)](()=>_0x5a6ffa[_0x3b759a(0x128)](TEST_EVENTS[_0x3b759a(0x1d4)],_0x4fb981));const _0x4a8aff={};_0x4a8aff['hookType']=_0x35e8ae[_0x3b759a(0x1d0)],PerformanceTester['end'](PerformanceEvents[_0x3b759a(0x10a)],!![],null,_0x4a8aff);}catch(_0x5202db){const _0x164fc={};_0x164fc[_0x3b759a(0x11a)]=_0x35e8ae[_0x3b759a(0x1d0)],PerformanceTester[_0x3b759a(0x1b9)](PerformanceEvents['SDK_HOOK'],![],_0x5202db,_0x164fc),PerformanceTester[_0x3b759a(0x120)](_0x5202db);}}),CodeceptJS[_0x504a11(0x13c)][_0x504a11(0x138)]['on'](CodeceptJS[_0x504a11(0x13c)]['hook']['passed'],_0x1919af=>{const _0x47c584=_0x504a11,_0x388bfa={};_0x388bfa[_0x47c584(0x11a)]=_0x35e8ae['ccoRR'],PerformanceTester[_0x47c584(0x1c9)](PerformanceHookEvents[_0x47c584(0x10a)],!![],null,_0x388bfa);try{const _0x384727=_0x1919af[_0x47c584(0x1a3)][_0x47c584(0x1b4)],_0x5ad69c=_0x5a6ffa[_0x47c584(0x122)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x384727);CodeceptRecorder[_0x47c584(0x1ed)](()=>_0x5a6ffa[_0x47c584(0x128)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x5ad69c));const _0x585820={};_0x585820[_0x47c584(0x11a)]=_0x35e8ae['ccoRR'],PerformanceTester['end'](PerformanceHookEvents[_0x47c584(0x10a)],!![],null,_0x585820);}catch(_0x1fef07){PerformanceTester[_0x47c584(0x120)](_0x1fef07);const _0x1cd10d={};_0x1cd10d[_0x47c584(0x11a)]=_0x35e8ae[_0x47c584(0x1f2)],PerformanceTester[_0x47c584(0x1b9)](PerformanceHookEvents['SDK_HOOK'],![],_0x1fef07,_0x1cd10d);}}),CodeceptJS[_0x504a11(0x13c)]['dispatcher']['on'](CodeceptJS[_0x504a11(0x13c)][_0x504a11(0x185)]['failed'],async(_0x490025,_0x2dafb5)=>{const _0x482e7d=_0x504a11;PerformanceTester[_0x482e7d(0x1c9)](PerformanceHookEvents['SDK_HOOK']);try{const _0x16a331=_0x490025['ctx']['test'],_0x4f8d5f=_0x5a6ffa[_0x482e7d(0x122)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x16a331,_0x2dafb5);CodeceptRecorder[_0x482e7d(0x1ed)](()=>_0x5a6ffa['fireEvent'](TEST_EVENTS[_0x482e7d(0x132)],_0x4f8d5f));const _0xc6c870={};_0xc6c870[_0x482e7d(0x11a)]=_0x35e8ae[_0x482e7d(0x1ca)],PerformanceTester['start'](PerformanceHookEvents[_0x482e7d(0x10a)],!![],null,_0xc6c870);}catch(_0x3b8204){PerformanceTester[_0x482e7d(0x120)](_0x3b8204);const _0x2441cc={};_0x2441cc[_0x482e7d(0x11a)]=_0x35e8ae['koHRL'],PerformanceTester[_0x482e7d(0x1b9)](PerformanceHookEvents[_0x482e7d(0x10a)],![],_0x3b8204,_0x2441cc);}const _0x23837a={};_0x23837a[_0x482e7d(0x11a)]=_0x35e8ae[_0x482e7d(0x1ca)],PerformanceTester[_0x482e7d(0x1b9)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x23837a);}),CodeceptJS['event'][_0x504a11(0x138)]['on'](CodeceptJS[_0x504a11(0x13c)][_0x504a11(0x1b4)][_0x504a11(0x1f9)],_0x40a3f3=>{const _0x4ee707=_0x504a11;PerformanceTester[_0x4ee707(0x1c9)](PerformanceHookEvents[_0x4ee707(0x10a)]);try{globals['setGlobal'](_0x35e8ae[_0x4ee707(0x165)],_0x40a3f3[_0x4ee707(0x1e6)]);_0x35e8ae[_0x4ee707(0x123)](isBrowserstackInfra)&&(_0x375ed9&&(global[_0x4ee707(0x164)]={'currentTest':{'name':_0x40a3f3[_0x4ee707(0x1e6)],'testInfo':{'titlePath':_0x40a3f3['titlePath']()}}}));const _0xce46d3={};_0xce46d3[_0x4ee707(0x11a)]=_0x35e8ae['kQgMB'],PerformanceTester[_0x4ee707(0x1b9)](PerformanceHookEvents[_0x4ee707(0x10a)],!![],null,_0xce46d3);}catch(_0x501070){PerformanceTester[_0x4ee707(0x120)](_0x501070);const _0x27be19={};_0x27be19[_0x4ee707(0x11a)]=_0x35e8ae[_0x4ee707(0x10d)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x501070,_0x27be19);}}),CodeceptJS[_0x504a11(0x13c)][_0x504a11(0x138)]['on'](CodeceptJS[_0x504a11(0x13c)][_0x504a11(0x1b4)][_0x504a11(0x182)],_0x2ee82b=>{const _0x370528=_0x504a11,_0x1f450c={'qixCR':function(_0x5a8a50){const _0x3e1765=a1_0x379b;return _0x35e8ae[_0x3e1765(0x1f1)](_0x5a8a50);},'JWzDS':function(_0x2b33a8,_0x5690c3){const _0x9071c6=a1_0x379b;return _0x35e8ae[_0x9071c6(0x19a)](_0x2b33a8,_0x5690c3);},'IXWYv':function(_0xb729b3,_0x442dd5,_0x3db985){const _0x18f591=a1_0x379b;return _0x35e8ae[_0x18f591(0x130)](_0xb729b3,_0x442dd5,_0x3db985);}};PerformanceTester[_0x370528(0x1c9)](PerformanceHookEvents[_0x370528(0x10a)]);try{globals[_0x370528(0x1e3)](_0x35e8ae[_0x370528(0x165)],_0x2ee82b['title']);const _0xd64e85=_0x5a6ffa['captureEvent'](TEST_EVENTS[_0x370528(0x1de)],_0x2ee82b);CodeceptRecorder[_0x370528(0x1ed)](()=>_0x5a6ffa[_0x370528(0x128)](TEST_EVENTS[_0x370528(0x1de)],_0xd64e85)),CodeceptRecorder[_0x370528(0x1ed)](async()=>{const _0x2dcc47=_0x370528;_0x1f450c['qixCR'](isBrowserstackInfra)&&(!_0x1f450c[_0x2dcc47(0x1c7)](isTrue,_0x4662ee[_0x2dcc47(0x1b7)])&&await _0x1f450c[_0x2dcc47(0x15f)](markSessionName,_0x20cb22,_0x2ee82b['title']),_0x5a6ffa['enabled']&&await _0x1f450c[_0x2dcc47(0x1c7)](o11ySync,_0x20cb22));});}catch(_0x463ea1){const _0x5de3b9={};_0x5de3b9[_0x370528(0x11a)]=_0x35e8ae[_0x370528(0x1a8)],PerformanceTester['end'](PerformanceHookEvents[_0x370528(0x10a)],![],_0x463ea1,_0x5de3b9),PerformanceTester[_0x370528(0x120)](_0x463ea1);}const _0x4e81fd={};_0x4e81fd[_0x370528(0x11a)]=_0x35e8ae[_0x370528(0x1a8)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x4e81fd);}),CodeceptJS[_0x504a11(0x13c)][_0x504a11(0x138)]['on'](CodeceptJS[_0x504a11(0x13c)]['test']['passed'],_0x564eba=>{const _0x312062=_0x504a11;PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{const _0x34b7f2=_0x5a6ffa['captureEvent'](TEST_EVENTS['TEST_RUN_FINISHED'],_0x564eba);CodeceptRecorder[_0x312062(0x1ed)](()=>_0x5a6ffa[_0x312062(0x128)](TEST_EVENTS[_0x312062(0x121)],_0x34b7f2)),CodeceptRecorder['add'](async()=>{const _0x52b4b3=_0x312062,_0x26345a={'tDpen':function(_0x17622c,_0x3c10df,_0x14e41f){const _0x28c310=a1_0x379b;return _0x35e8ae[_0x28c310(0x1f8)](_0x17622c,_0x3c10df,_0x14e41f);},'PSoan':function(_0x450bd0,_0x227bab,_0x20689a){return _0x35e8ae['IDXEX'](_0x450bd0,_0x227bab,_0x20689a);}};_0x35e8ae['Bynec'](isBrowserstackInfra)&&await PerformanceTester[_0x52b4b3(0x1e9)](PerformanceAutEvents['SESSION_STATUS'],async()=>{const _0x3babc0=_0x52b4b3;_0x375ed9?await _0x26345a[_0x3babc0(0x1e7)](playwrightMarkSessionStatus,_0x20cb22,STATE_PASSED):await _0x26345a[_0x3babc0(0x143)](markSessionStatus,_0x20cb22,STATE_PASSED);})();}),PerformanceTester['end'](PerformanceEvents['SDK_TEST']);}catch(_0x4a7cb8){PerformanceTester[_0x312062(0x120)](_0x4a7cb8);const _0x3f7d41={};_0x3f7d41[_0x312062(0x11a)]=_0x35e8ae[_0x312062(0x1ec)],PerformanceTester[_0x312062(0x1b9)](PerformanceHookEvents[_0x312062(0x10a)],![],_0x4a7cb8,_0x3f7d41),PerformanceTester[_0x312062(0x1b9)](PerformanceEvents[_0x312062(0x1c6)],![],_0x4a7cb8);}const _0x135e84={};_0x135e84[_0x312062(0x11a)]=_0x35e8ae['WoMxL'],PerformanceTester['end'](PerformanceHookEvents[_0x312062(0x10a)],!![],null,_0x135e84);}),CodeceptJS[_0x504a11(0x13c)]['dispatcher']['on'](CodeceptJS[_0x504a11(0x13c)][_0x504a11(0x1b4)][_0x504a11(0x1e8)],(_0x30f282,_0x3e3298)=>{const _0x35969f=_0x504a11,_0x5738f9={'QsJcD':function(_0x381ece){const _0x2fa723=a1_0x379b;return _0x35e8ae[_0x2fa723(0x123)](_0x381ece);},'hBDGS':function(_0x8f0842,_0xf98ac1,_0x3a55df,_0x4aa15d){const _0x33bd2d=a1_0x379b;return _0x35e8ae[_0x33bd2d(0x153)](_0x8f0842,_0xf98ac1,_0x3a55df,_0x4aa15d);}};PerformanceTester[_0x35969f(0x1c9)](PerformanceHookEvents[_0x35969f(0x10a)]);try{if(_0x35e8ae[_0x35969f(0x18f)](_0x30f282['constructor'][_0x35969f(0x1f5)],_0x35e8ae['ooQtr'])){const _0x962ef8=_0x5a6ffa[_0x35969f(0x122)](TEST_EVENTS[_0x35969f(0x187)],_0x30f282[_0x35969f(0x1a3)]['currentTest']);CodeceptRecorder['add'](()=>_0x5a6ffa[_0x35969f(0x128)](TEST_EVENTS[_0x35969f(0x187)],_0x962ef8));}else{const _0x28c181=_0x5a6ffa[_0x35969f(0x122)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x30f282,_0x3e3298);CodeceptRecorder[_0x35969f(0x1ed)](()=>{const _0x511af3=_0x35969f;try{_0x5a6ffa[_0x511af3(0x128)](TEST_EVENTS[_0x511af3(0x121)],_0x28c181);}catch(_0x29efdb){logger[_0x511af3(0x141)](_0x511af3(0x18b)+util['format'](_0x29efdb)),PerformanceTester['end'](PerformanceEvents[_0x511af3(0x1c6)],![],_0x29efdb);}}),CodeceptRecorder[_0x35969f(0x1ed)](async()=>{const _0x242b24=_0x35969f;try{_0x5738f9[_0x242b24(0x1be)](isBrowserstackInfra)&&(_0x375ed9?await _0x5738f9['hBDGS'](playwrightMarkSessionStatus,_0x20cb22,STATE_FAILED,_0x3e3298):await _0x5738f9[_0x242b24(0x11b)](markSessionStatus,_0x20cb22,STATE_FAILED,_0x3e3298));}catch(_0x4c3134){logger['debug'](_0x242b24(0x1ad)+util[_0x242b24(0x152)](_0x4c3134)),PerformanceTester[_0x242b24(0x1b9)](PerformanceEvents[_0x242b24(0x1c6)],![],_0x4c3134);}});}PerformanceTester[_0x35969f(0x1b9)](PerformanceEvents['SDK_TEST']);}catch(_0x5bda3b){PerformanceTester[_0x35969f(0x120)](_0x5bda3b);const _0xba6589={};_0xba6589[_0x35969f(0x11a)]=_0x35e8ae['GOHsa'],PerformanceTester[_0x35969f(0x1b9)](PerformanceHookEvents[_0x35969f(0x10a)],![],_0x5bda3b,_0xba6589),PerformanceTester[_0x35969f(0x1b9)](PerformanceEvents['SDK_TEST'],![],_0x5bda3b);}const _0xa84740={};_0xa84740[_0x35969f(0x11a)]=_0x35e8ae[_0x35969f(0x1b3)],PerformanceTester[_0x35969f(0x1b9)](PerformanceHookEvents[_0x35969f(0x10a)],!![],null,_0xa84740);}),CodeceptJS[_0x504a11(0x13c)][_0x504a11(0x138)]['on'](CodeceptJS['event'][_0x504a11(0x1b4)][_0x504a11(0x10c)],_0xcb7e65=>{const _0x1e5fd7=_0x504a11;PerformanceTester[_0x1e5fd7(0x1c9)](PerformanceHookEvents[_0x1e5fd7(0x10a)]);try{const _0x1c062a=_0x5a6ffa[_0x1e5fd7(0x122)](TEST_EVENTS[_0x1e5fd7(0x187)],_0xcb7e65);CodeceptRecorder[_0x1e5fd7(0x1ed)](()=>_0x5a6ffa[_0x1e5fd7(0x128)](TEST_EVENTS[_0x1e5fd7(0x187)],_0x1c062a)),PerformanceTester[_0x1e5fd7(0x1b9)](PerformanceEvents[_0x1e5fd7(0x1c6)]);}catch(_0x16702b){PerformanceTester[_0x1e5fd7(0x120)](_0x16702b),PerformanceTester[_0x1e5fd7(0x1b9)](PerformanceEvents[_0x1e5fd7(0x1c6)],![],_0x16702b);const _0x293eed={};_0x293eed['hookType']=_0x35e8ae[_0x1e5fd7(0x163)],PerformanceTester[_0x1e5fd7(0x1b9)](PerformanceHookEvents[_0x1e5fd7(0x10a)],![],_0x16702b,_0x293eed);}const _0x177767={};_0x177767[_0x1e5fd7(0x11a)]=_0x35e8ae[_0x1e5fd7(0x163)],PerformanceTester['end'](PerformanceHookEvents[_0x1e5fd7(0x10a)],!![],null,_0x177767);}),CodeceptJS[_0x504a11(0x13c)]['dispatcher']['on'](CodeceptJS[_0x504a11(0x13c)][_0x504a11(0x1b4)][_0x504a11(0x18e)],async(_0x100945,_0x1aaef9)=>{const _0x42631b=_0x504a11,_0x4df07b={};_0x4df07b[_0x42631b(0x150)]=_0x35e8ae[_0x42631b(0x1c5)];const _0x4fbaf0=_0x4df07b;try{PerformanceTester['start'](PerformanceHookEvents[_0x42631b(0x10a)]);const _0x2d979d=_0x35e8ae['IDXEX'](shouldScanTestForAccessibility,_0x100945[_0x42631b(0x154)](),!![]);if(_0x35e8ae['dvuTS'](isAccessibilityAutomationSession)&&global[_0x42631b(0x16e)]&&_0x2d979d){const _0x13c94b={};_0x13c94b[_0x42631b(0x15e)]=_0x100945[_0x42631b(0x119)],_0x13c94b[_0x42631b(0x1bb)]=process[_0x42631b(0xfe)][testHubConstants[_0x42631b(0x180)][_0x42631b(0x19c)]],_0x13c94b[_0x42631b(0x139)]=process[_0x42631b(0xfe)][testHubConstants[_0x42631b(0x180)][_0x42631b(0x14d)]];const _0x5b9ab6=_0x13c94b;logger[_0x42631b(0x141)](_0x42631b(0x1ea)+JSON['stringify'](_0x5b9ab6)),CodeceptRecorder[_0x42631b(0x1ed)](async()=>{const _0x64a12b=_0x42631b,_0x1d9ab6={};_0x1d9ab6[_0x64a12b(0x1bf)]=_0x4fbaf0['QYkgL'],await PerformanceTester[_0x64a12b(0x1e9)](PerformanceA11yEvents[_0x64a12b(0x17a)],async()=>{const _0x2198c4=_0x64a12b;await AccessibilityHelper[_0x2198c4(0x116)](_0x20cb22,scripts['performScan']);},_0x1d9ab6)(),await PerformanceTester[_0x64a12b(0x1e9)](PerformanceA11yEvents[_0x64a12b(0x194)],async()=>{const _0x5ef7dc=_0x64a12b;await AccessibilityHelper[_0x5ef7dc(0x116)](_0x20cb22,scripts[_0x5ef7dc(0x11f)],_0x5b9ab6);})();}),logger[_0x42631b(0x118)](_0x35e8ae[_0x42631b(0x186)]);}const _0x24d77c={};_0x24d77c[_0x42631b(0x11a)]=_0x35e8ae['KPnJu'],PerformanceTester['end'](PerformanceHookEvents[_0x42631b(0x10a)],!![],null,_0x24d77c);}catch(_0x4b1224){PerformanceTester[_0x42631b(0x120)](_0x4b1224);const _0x2c1e21={};_0x2c1e21[_0x42631b(0x11a)]=_0x35e8ae[_0x42631b(0x1f7)],PerformanceTester['end'](PerformanceHookEvents[_0x42631b(0x10a)],![],_0x4b1224,_0x2c1e21);}}),CodeceptJS[_0x504a11(0x13c)][_0x504a11(0x138)]['on'](CodeceptJS[_0x504a11(0x13c)]['step'][_0x504a11(0x1e1)],_0x4ab3ae=>{const _0x4de7fc=_0x504a11;PerformanceTester[_0x4de7fc(0x1c9)](PerformanceHookEvents[_0x4de7fc(0x10a)]);try{process[_0x4de7fc(0x1a5)](_0x4de7fc(0x174)+process[_0x4de7fc(0x195)],{'timestamp':new Date()[_0x4de7fc(0x17d)](),'level':_0x35e8ae[_0x4de7fc(0x170)],'message':_0x4ab3ae,'kind':_0x35e8ae[_0x4de7fc(0x142)],'http_response':{}});}catch(_0x432d3e){PerformanceTester[_0x4de7fc(0x120)](_0x432d3e);const _0x16662b={};_0x16662b[_0x4de7fc(0x11a)]=_0x35e8ae['GpsQW'],PerformanceTester[_0x4de7fc(0x1b9)](PerformanceHookEvents[_0x4de7fc(0x10a)],![],_0x432d3e,_0x16662b);}const _0xfbb20f={};_0xfbb20f['hookType']=_0x35e8ae['GpsQW'],PerformanceTester[_0x4de7fc(0x1b9)](PerformanceHookEvents[_0x4de7fc(0x10a)],!![],null,_0xfbb20f);}),CodeceptJS[_0x504a11(0x13c)][_0x504a11(0x138)]['on'](CodeceptJS[_0x504a11(0x13c)][_0x504a11(0x12d)][_0x504a11(0x1f9)],_0x1a1216=>{const _0x375a64=_0x504a11,_0x3170e2={};_0x3170e2[_0x375a64(0x11a)]=_0x35e8ae[_0x375a64(0x179)],PerformanceTester[_0x375a64(0x1e9)](PerformanceHookEvents[_0x375a64(0x10a)],()=>{_0x5a6ffa['bddStepStart'](_0x1a1216);},_0x3170e2)();}),CodeceptJS[_0x504a11(0x13c)]['dispatcher']['on'](CodeceptJS[_0x504a11(0x13c)][_0x504a11(0x12d)]['after'],_0x730d05=>{const _0x2aad31=_0x504a11,_0xcd1f7a={};_0xcd1f7a[_0x2aad31(0x11a)]=_0x35e8ae[_0x2aad31(0x178)],PerformanceTester[_0x2aad31(0x1e9)](PerformanceHookEvents[_0x2aad31(0x10a)],()=>{const _0x15ca99=_0x2aad31;_0x5a6ffa[_0x15ca99(0x159)](_0x730d05);},_0xcd1f7a)();});};
1
+ function a1_0xc1b3(){const _0x5cc785=['helpers','xJIEa','SDK_POST_INITIALIZE','name','event','../../helpers/performance/performance-tester','titlePath','JRWpb','browserstackTestName','Element','bYLET','addRequestSpy','WebDriver','GpHrJ','fireEvent','info','ZNIOR','BROWSERSTACK_TESTHUB_UUID','emit','jDcVD','toString','../../helpers/request-spy','kvYYy','lptEx','DXlis','SdBdQ','test-skipped','../../helpers/accessibility-automation/scripts','22YLToMd','../../helpers/globals.js','base64','readFileSync','GET_RESULTS_SUMMARY','rpcxb','SAVE_RESULTS','parse','test','status','overwriteCommand','comment','skipSessionName','zMGYW','thTestRunUuid','afterTest','browserStackExecuteDriver','jjMBA','NLPLw','Suite','KHSTJ','SDK_POST_TEST','a11y_core_config','__workerDetails','captureEvent','setGlobal','13602624nefaEm','TEST_LOG','enabled','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','FGxmd','measureWrapper','zXSrj','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','slice','setSessionName','test-failed','debug','captureError','WyiSl','pmsyz','YGlfO','168XojEEK','reason','winstonLogger','ZSdwQ','mbfqd','arguments','url','codeceptjs','MGToM','PLGTn','pid','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','stopMonitoring','codeceptjs/lib/recorder.js','start','76zoqBZz','page','prototype','then','SESSION_NAME','getAccessibilityResults','SDK_TEST','bddStep','getResults','UIwpl','aBoaB','FTEoz','rnQxy','after','started','../../helpers/test-observability/utils','Performing\x20scan\x20for\x20','pyURz','codeceptjs/lib/helper/Playwright.js','HOOK_RUN_STARTED','ctx','nRwHb','step-comment','bddStep-after','skipSessionStatus','webdriverio','bs:addLog:','../../helpers/logger','patchSaveScreenshot','hook','codeceptjs/lib/helper/WebDriver.js','hookType','apply','browserContext','failed','startsWith','_setPage','XYKAd','SkwZG','getSyncScript','SDK_PRE_INITIALIZE','UjhPh','daZBy','split','version','dAGQM','ckNap','TEST_RUN_FINISHED','Failed\x20to\x20execute\x20_before:\x20','executeScript','accessibilityPlatform','bddStepFinish','eqkzk','config','ENV_VAR','6yyVOMe','stack','_before','forEach','--auto-open-devtools-for-tabs','4443550mNQjyr','startMonitoring','xJiAC','util','command','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','dispatcher','dgeFr','\x0aStack:\x20','GET_RESULTS','BIfSs','passed','WDMWJ','test-after','HOOK_RUN_FINISHED','from','kFuyV','dLTKy','180912rOHnUC','find','hook-failed','cKfBz','skipped','add','hook-passed','MlDcd','BS_TESTOPS_ALLOW_SCREENSHOTS','TEST_RUN_SKIPPED','../../helpers/accessibility-automation/helper','screenshotOutputFolder','saveTestResults','3342966aJQkeZ','shouldWrapCommand','FRAMEWORK_DETAILS','class','end','Playwright','format','domForge','bstackAllyScanning','stringify','browser','DZubN','../../helpers/performance/constants','TestCafe','BS_A11Y_JWT','lolzj','filter','getResultsSummary','fGpKX','1847740yJqUHI','zZSZs','pages','call','testFramework','../../helpers/testhub/constants.js','CDAeF','codeceptjs/lib/index.js','action','oHJdH','QgeDW','__driver','container','test-before','constructor','warn','ZVane','isArray','./helper.js','chromium','TXMri','bddStepStart','args','bind','CtCHW','Puppeteer','1807939dwpFoh','browserstack_executor:\x20','toISOString','SEfJn','exports','SYNC','KcUjL','codeceptjs/lib/utils.js','env','push','63ApUvJY','hYJyt','devtools://','25463jybZTx','TEST_RUN_STARTED','before','jtAIS','jReSR','performScan','MBmcl','Screenshot\x20path\x20not\x20found','saveScreenshot','VoDyb','XanXd','all','Whndo','YmyyV','testAnalyticsId','getAccessibilityResultsSummary','title','UFjjn','thBuildUuid','initSaveScreenshot','../../helpers/helper','currentTest','SDK_HOOK','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','PERFORM_SCAN','contexts'];a1_0xc1b3=function(){return _0x5cc785;};return a1_0xc1b3();}const a1_0x455340=a1_0x273a;(function(_0x66279f,_0x292462){const _0x3dbf69=a1_0x273a,_0xb9ded6=_0x66279f();while(!![]){try{const _0x2dfe83=parseInt(_0x3dbf69(0xf9))/0x1*(-parseInt(_0x3dbf69(0x12f))/0x2)+-parseInt(_0x3dbf69(0x1b7))/0x3*(-parseInt(_0x3dbf69(0x169))/0x4)+-parseInt(_0x3dbf69(0x1a5))/0x5+parseInt(_0x3dbf69(0x1a0))/0x6*(-parseInt(_0x3dbf69(0xec))/0x7)+-parseInt(_0x3dbf69(0x149))/0x8+-parseInt(_0x3dbf69(0xf6))/0x9*(parseInt(_0x3dbf69(0xd2))/0xa)+parseInt(_0x3dbf69(0xbf))/0xb*(parseInt(_0x3dbf69(0x15a))/0xc);if(_0x2dfe83===_0x292462)break;else _0xb9ded6['push'](_0xb9ded6['shift']());}catch(_0x471834){_0xb9ded6['push'](_0xb9ded6['shift']());}}}(a1_0xc1b3,0xef2b2));function a1_0x273a(_0x3600d7,_0x48e263){const _0xc1b379=a1_0xc1b3();return a1_0x273a=function(_0x273abd,_0x53d747){_0x273abd=_0x273abd-0xba;let _0x11b45f=_0xc1b379[_0x273abd];return _0x11b45f;},a1_0x273a(_0x3600d7,_0x48e263);}const fs=require('fs'),util=require(a1_0x455340(0x1a8)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x455340(0x10d)),logger=require(a1_0x455340(0x184))[a1_0x455340(0x15c)],testOpsHelper=require(a1_0x455340(0x178)),requestSpy=require(a1_0x455340(0x128)),PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require('./o11yHelper'),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x455340(0xbc)),AccessibilityHelper=require('../../bin/playwright/accessibility-helper'),scripts=require(a1_0x455340(0x12e)),PerformanceTester=require(a1_0x455340(0x118)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x455340(0xcb)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x455340(0xe4)),testHubConstants=require(a1_0x455340(0xd7)),globals=require(a1_0x455340(0x130)),CodeceptJS=requireModule(a1_0x455340(0xd9),a1_0x455340(0x161)),CodeceptUtils=requireModule(a1_0x455340(0xf3),a1_0x455340(0x161)),CodeceptWebDriver=requireModule(a1_0x455340(0x187),a1_0x455340(0x161)),CodeceptRecorder=requireModule(a1_0x455340(0x167),a1_0x455340(0x161)),CodeceptPlaywright=requireModule(a1_0x455340(0x17b),'codeceptjs'),playwrightMarkSessionStatus=(_0x22481d,_0x54032d,_0x7847bf)=>{const _0x55c22d=a1_0x455340,_0x16c348={'cKfBz':'setSessionStatus','fQRTi':function(_0x5a58a9,_0x14d164){return _0x5a58a9(_0x14d164);}},_0x33517e={};_0x33517e[_0x55c22d(0x138)]=_0x54032d;const _0x4b43d0={};_0x4b43d0[_0x55c22d(0xda)]=_0x16c348[_0x55c22d(0x1ba)],_0x4b43d0['arguments']=_0x33517e;const _0x5a6c17=_0x4b43d0;return!_0x16c348['fQRTi'](isUndefined,_0x7847bf)&&(_0x5a6c17[_0x55c22d(0x15f)][_0x55c22d(0x15b)]=JSON[_0x55c22d(0xc8)](_0x7847bf)),_0x22481d[_0x55c22d(0x19a)](()=>{},_0x55c22d(0xed)+JSON['stringify'](_0x5a6c17));},o11ySync=PerformanceTester[a1_0x455340(0x14e)](PerformanceO11yEvents[a1_0x455340(0xf1)],async _0x1a4058=>{const _0x36923c=a1_0x455340,_0x2452ea={};_0x2452ea[_0x36923c(0x1a7)]=function(_0x3f59ba,_0x420558){return _0x3f59ba===_0x420558;},_0x2452ea['Wnaad']=_0x36923c(0xc4);const _0x5c90da=_0x2452ea;_0x5c90da[_0x36923c(0x1a7)](_0x1a4058[_0x36923c(0xe0)]['name'],_0x5c90da['Wnaad'])?await _0x1a4058[_0x36923c(0x19a)](_0x4213f3=>{},testOpsHelper[_0x36923c(0x190)]()):await _0x1a4058[_0x36923c(0x19a)](testOpsHelper[_0x36923c(0x190)]());}),markSessionName=PerformanceTester[a1_0x455340(0x14e)](PerformanceAutEvents[a1_0x455340(0x16d)],async(_0x10d557,_0x17a848)=>{const _0x430f68=a1_0x455340,_0x194f24={};_0x194f24[_0x430f68(0x175)]=_0x430f68(0x153),_0x194f24[_0x430f68(0x13c)]=function(_0x656cdb,_0x5cc073){return _0x656cdb===_0x5cc073;},_0x194f24[_0x430f68(0x129)]=_0x430f68(0xc4);const _0x3c518a=_0x194f24,_0x44ad4e={};_0x44ad4e[_0x430f68(0x116)]=_0x17a848;const _0x18b4ad={};_0x18b4ad[_0x430f68(0xda)]=_0x3c518a[_0x430f68(0x175)],_0x18b4ad[_0x430f68(0x15f)]=_0x44ad4e;const _0x11d5cb=_0x18b4ad;_0x3c518a['zMGYW'](_0x10d557[_0x430f68(0xe0)][_0x430f68(0x116)],_0x3c518a[_0x430f68(0x129)])?await _0x10d557[_0x430f68(0x19a)](()=>{},_0x430f68(0xed)+JSON['stringify'](_0x11d5cb)):await _0x10d557['executeScript'](_0x430f68(0xed)+JSON[_0x430f68(0xc8)](_0x11d5cb));}),patchSaveScreenshot=_0x92770e=>{const _0x2aa29b=a1_0x455340,_0x681f22={'oHJdH':_0x2aa29b(0x131),'eqkzk':'TEST_SCREENSHOT','dLTKy':function(_0x97ee65){return _0x97ee65();},'kFuyV':function(_0x4cf434,_0x3a4059){return _0x4cf434(_0x3a4059);},'ZSdwQ':_0x2aa29b(0x100),'PLGTn':function(_0x2d6d77,_0x4b4c54){return _0x2d6d77(_0x4b4c54);}};_0x681f22[_0x2aa29b(0x163)](isTrue,process[_0x2aa29b(0xf4)][_0x2aa29b(0xba)])&&!_0x92770e[_0x2aa29b(0x185)]&&(_0x92770e['patchSaveScreenshot']=!![],_0x92770e[_0x2aa29b(0x10c)]=_0x92770e[_0x2aa29b(0x101)],_0x92770e[_0x2aa29b(0x101)]=(_0x3f7381,_0x502c3e=![])=>{const _0x11ede0=_0x2aa29b,_0x23e534={'pyURz':_0x681f22[_0x11ede0(0xdb)],'CDAeF':_0x681f22[_0x11ede0(0x19d)],'WyiSl':function(_0x4adc03){const _0x1244c3=_0x11ede0;return _0x681f22[_0x1244c3(0x1b6)](_0x4adc03);},'hYJyt':function(_0x1c9af5,_0x1a6b9a){const _0x34f220=_0x11ede0;return _0x681f22[_0x34f220(0x1b5)](_0x1c9af5,_0x1a6b9a);},'jtAIS':_0x681f22[_0x11ede0(0x15d)]};return new Promise(function(_0x4ce865,_0x181b64){const _0x1f1939=_0x11ede0;_0x92770e[_0x1f1939(0x10c)](_0x3f7381,_0x502c3e)[_0x1f1939(0x16c)](()=>{const _0x169278=_0x1f1939,_0x5ac360=CodeceptUtils[_0x169278(0xbd)](_0x3f7381);if(_0x5ac360){const _0x59d6ae=fs[_0x169278(0x132)](_0x5ac360);process['emit'](_0x169278(0x183)+process[_0x169278(0x164)],{'timestamp':new Date()[_0x169278(0xee)](),'message':_0x59d6ae[_0x169278(0x127)](_0x23e534[_0x169278(0x17a)]),'kind':_0x23e534[_0x169278(0xd8)]}),_0x23e534[_0x169278(0x157)](_0x4ce865);}_0x23e534[_0x169278(0xf7)](_0x181b64,new Error(_0x23e534[_0x169278(0xfc)]));})['catch'](()=>null);});});},patchWebDriverBefore=_0x488c6f=>{const _0x29b87a=a1_0x455340,_0x313471={'nRwHb':function(_0x5c130e){return _0x5c130e();},'ckNap':function(_0x58fc7e,_0x25088d){return _0x58fc7e(_0x25088d);},'MBmcl':function(_0x4abbf2,_0x3efcec){return _0x4abbf2===_0x3efcec;},'SkwZG':_0x29b87a(0x182),'WzICL':'string','qucWf':function(_0x16f428,_0x3aeef4){return _0x16f428===_0x3aeef4;},'dAGQM':_0x29b87a(0x11c)},_0xbae29d=async function(_0x424ffa,_0x16e7e1){const _0x9ea1df=_0x29b87a;_0x313471[_0x9ea1df(0x17e)](isAccessibilityAutomationSession)&&!global[_0x9ea1df(0xc7)]&&global[_0x9ea1df(0x19b)]&&scripts[_0x9ea1df(0xc0)](_0x424ffa[_0x9ea1df(0x116)])&&_0x313471[_0x9ea1df(0x197)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x9ea1df(0xc7)]=!![],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x9ea1df(0x111)],async()=>{const _0x3062b8=_0x9ea1df;logger['debug'](_0x3062b8(0x179)+_0x424ffa[_0x3062b8(0xc2)]+'\x20'+_0x424ffa['name']),await AccessibilityHelper[_0x3062b8(0x13f)](_0x488c6f,scripts[_0x3062b8(0xfe)]);},{'command':_0x424ffa[_0x9ea1df(0x116)]})());global[_0x9ea1df(0xc7)]=![];const _0x5bf7a6=JSON[_0x9ea1df(0x136)](process[_0x9ea1df(0xf4)][_0x9ea1df(0xc1)]||'{}');if(_0x313471[_0x9ea1df(0xff)](_0x5bf7a6?.[_0x9ea1df(0xd6)]?.[_0x9ea1df(0x116)],_0x313471[_0x9ea1df(0x18f)])&&_0x313471['MBmcl'](typeof _0x5bf7a6?.[_0x9ea1df(0xd6)]?.[_0x9ea1df(0x195)],_0x313471['WzICL'])&&_0x5bf7a6?.[_0x9ea1df(0xd6)]?.['version'][_0x9ea1df(0x18c)]('7'))return _0x16e7e1[_0x9ea1df(0x189)](null,Array[_0x9ea1df(0x16b)][_0x9ea1df(0x152)][_0x9ea1df(0xd5)](arguments,0x2));return _0x16e7e1[_0x9ea1df(0x189)](this,Array[_0x9ea1df(0x16b)][_0x9ea1df(0x152)][_0x9ea1df(0xd5)](arguments,0x2));},_0x112bc9=CodeceptWebDriver['prototype'][_0x29b87a(0x1a2)];CodeceptWebDriver['prototype'][_0x29b87a(0x1a2)]=async function(){const _0x28fb16=_0x29b87a,_0x45c907={'YGlfO':function(_0x4a6812,_0x559f4e){return _0x313471['qucWf'](_0x4a6812,_0x559f4e);},'KcUjL':_0x313471[_0x28fb16(0x196)]};try{await _0x112bc9[_0x28fb16(0x189)](this,arguments);}catch(_0x46c41c){logger[_0x28fb16(0x155)](_0x28fb16(0x199)+util[_0x28fb16(0xc5)](_0x46c41c));}scripts['commandsToWrap'][_0x28fb16(0xcf)](_0x5b8642=>_0x5b8642[_0x28fb16(0x116)]&&_0x5b8642[_0x28fb16(0xc2)])[_0x28fb16(0x1a3)](_0x3df705=>{const _0xda1c5f=_0x28fb16;this[_0xda1c5f(0xc9)][_0xda1c5f(0x139)](_0x3df705['name'],_0xbae29d['bind'](this,_0x3df705),_0x45c907[_0xda1c5f(0x159)](_0x3df705['class'],_0x45c907[_0xda1c5f(0xf2)]));}),_0x313471[_0x28fb16(0x197)](processWebDriverConfig,_0x488c6f);};};function parseJwt(_0x4d41f5){const _0x5a2a80=a1_0x455340,_0x3499f3={};_0x3499f3[_0x5a2a80(0x193)]=_0x5a2a80(0x131);const _0x1c1abb=_0x3499f3;if(!_0x4d41f5)return null;return JSON[_0x5a2a80(0x136)](Buffer[_0x5a2a80(0x1b4)](_0x4d41f5[_0x5a2a80(0x194)]('.')[0x1],_0x1c1abb[_0x5a2a80(0x193)])[_0x5a2a80(0x127)]());}const patchPlaywrightBefore=()=>{const _0x499f2c=a1_0x455340,_0x3683fb={'bYLET':function(_0x61c45c){return _0x61c45c();},'fGpKX':_0x499f2c(0xf8),'NJwMw':_0x499f2c(0x1a4),'cvhpn':function(_0x3e9bfa,_0x1d97fd){return _0x3e9bfa(_0x1d97fd);},'QgeDW':function(_0x439b81){return _0x439b81();},'cToDR':function(_0x5d469a,_0x9d0b01){return _0x5d469a+_0x9d0b01;},'tStTp':_0x499f2c(0x1ad),'XYKAd':function(_0x44c07b){return _0x44c07b();},'ZVane':function(_0x22bb8f){return _0x22bb8f();}};PlaywrightSessionDetails['patch']();const _0x2b5d64=CodeceptPlaywright['prototype'][_0x499f2c(0x1a2)];CodeceptPlaywright[_0x499f2c(0x16b)][_0x499f2c(0x1a2)]=async function(){const _0x289edd=_0x499f2c,_0xb68c63={'FTEoz':function(_0x4a1907){const _0x50cede=a1_0x273a;return _0x3683fb[_0x50cede(0x11d)](_0x4a1907);},'xJIEa':_0x3683fb[_0x289edd(0xd1)],'JRWpb':_0x3683fb['NJwMw'],'ZNIOR':function(_0x38f133,_0x760240){return _0x3683fb['cvhpn'](_0x38f133,_0x760240);},'XanXd':function(_0x51ffd3){const _0x56516b=_0x289edd;return _0x3683fb[_0x56516b(0xdc)](_0x51ffd3);},'YmyyV':function(_0x1e6ad9,_0x244e50){return _0x3683fb['cToDR'](_0x1e6ad9,_0x244e50);},'ashSu':_0x3683fb['tStTp']};this[_0x289edd(0x18a)]=await this['browser'][_0x289edd(0x112)]()[0x0];const _0x2d1a9b=async()=>{const _0x1e1437=_0x289edd,_0x87853a=this[_0x1e1437(0x19e)]&&this[_0x1e1437(0x19e)][_0x1e1437(0xe5)]&&this['config']['chromium']['args']&&Array[_0x1e1437(0xe3)](this['config'][_0x1e1437(0xe5)][_0x1e1437(0xe8)])&&this[_0x1e1437(0x19e)][_0x1e1437(0xe5)]['args']['includes'](_0xb68c63[_0x1e1437(0x11a)]);if(_0xb68c63[_0x1e1437(0x174)](isAccessibilityAutomationSession)&&!_0x87853a)try{const _0x2cf3be=_0xb68c63[_0x1e1437(0x123)](parseJwt,process['env'][_0x1e1437(0xcd)]);if(_0x2cf3be&&_0x2cf3be[_0x1e1437(0x145)]&&_0x2cf3be[_0x1e1437(0x145)][_0x1e1437(0xc6)]){const _0x12ce65=this[_0x1e1437(0x18a)][_0x1e1437(0xd4)][_0x1e1437(0xe9)](this[_0x1e1437(0x18a)]);this[_0x1e1437(0x18a)]['pages']=async function(){const _0x6dd306=_0x1e1437,_0x302ecc=await _0xb68c63[_0x6dd306(0x174)](_0x12ce65),_0x53e576=[];for(const _0x3f0162 of _0x302ecc){try{const _0x536ab6=await _0x3f0162[_0x6dd306(0x160)]();!_0x536ab6['startsWith'](_0xb68c63[_0x6dd306(0x114)])&&_0x53e576[_0x6dd306(0xf5)](_0x3f0162);}catch(_0x59ee21){_0x53e576[_0x6dd306(0xf5)](_0x3f0162);}}return _0x53e576;};}if(!_0xb68c63[_0x1e1437(0x103)](isBrowserstackInfra)){const _0x26ebeb=await this[_0x1e1437(0x16a)][_0x1e1437(0x160)]();if(_0x26ebeb[_0x1e1437(0x18c)](_0xb68c63[_0x1e1437(0x114)])){const _0x5d473c=await this['browserContext']['pages']();this[_0x1e1437(0x18d)](_0x5d473c[0x0]);}}}catch(_0x4db966){logger[_0x1e1437(0x155)](_0x1e1437(0x150)+_0x4db966['message']+(_0x4db966[_0x1e1437(0x1a1)]?_0xb68c63[_0x1e1437(0x106)](_0xb68c63['ashSu'],_0x4db966['stack']):''));}};_0x3683fb[_0x289edd(0x18e)](isBrowserstackInfra)&&await _0x3683fb[_0x289edd(0xe2)](_0x2d1a9b),await _0x2b5d64[_0x289edd(0x189)](this,arguments),!_0x3683fb[_0x289edd(0x18e)](isBrowserstackInfra)&&await _0x3683fb[_0x289edd(0xdc)](_0x2d1a9b);};},getCodeceptDriver=()=>{const _0x23c9ae=a1_0x455340,_0x3f4f06={};_0x3f4f06['SuKLu']=_0x23c9ae(0x11f),_0x3f4f06[_0x23c9ae(0x162)]=_0x23c9ae(0xc4),_0x3f4f06['jjMBA']=_0x23c9ae(0xeb),_0x3f4f06['zZSZs']=_0x23c9ae(0xcc);const _0x2b68a9=_0x3f4f06,_0x5739e2=[_0x2b68a9['SuKLu'],_0x2b68a9[_0x23c9ae(0x162)],_0x2b68a9[_0x23c9ae(0x140)],_0x2b68a9[_0x23c9ae(0xd3)]],_0x48a1f4=_0x5739e2[_0x23c9ae(0x1b8)](_0x425929=>!!CodeceptJS[_0x23c9ae(0xde)]['helpers'](_0x425929));if(!_0x48a1f4)return null;return CodeceptJS[_0x23c9ae(0xde)][_0x23c9ae(0x113)](_0x48a1f4);};module[a1_0x455340(0xf0)]=function(_0x9b046a){const _0x6b9122=a1_0x455340,_0x40ac47={'MlDcd':function(_0x3da7bc){return _0x3da7bc();},'FGxmd':function(_0x4bbace,_0x23af5f){return _0x4bbace(_0x23af5f);},'UFjjn':_0x6b9122(0x108),'ZfINO':_0x6b9122(0x151),'zhRtN':'getAccessibilityResults','dBQeF':_0x6b9122(0x110),'dgeFr':'hook-started','KHSTJ':_0x6b9122(0x1bd),'VoDyb':_0x6b9122(0x1b9),'TXMri':_0x6b9122(0x11b),'mbfqd':_0x6b9122(0xdf),'SEfJn':function(_0x3940fa,_0x284b84){return _0x3940fa(_0x284b84);},'raLdQ':function(_0x387705,_0x15c1aa,_0x2cfe8f){return _0x387705(_0x15c1aa,_0x2cfe8f);},'FyCSY':function(_0x572cbd,_0x38ae5b){return _0x572cbd(_0x38ae5b);},'rpcxb':'test-started','pmsyz':function(_0x15d59d,_0x404ee5,_0x33fa0d){return _0x15d59d(_0x404ee5,_0x33fa0d);},'DZubN':function(_0x41899d,_0xe39699,_0x5d5ed6){return _0x41899d(_0xe39699,_0x5d5ed6);},'UjhPh':'test-passed','CtCHW':function(_0x1f69a2,_0x4e0eb1,_0x1b77ff,_0x4e81b6){return _0x1f69a2(_0x4e0eb1,_0x1b77ff,_0x4e81b6);},'Whndo':function(_0x138d31,_0x2838dd){return _0x138d31===_0x2838dd;},'WDMWJ':_0x6b9122(0x142),'NLPLw':_0x6b9122(0x154),'zXSrj':_0x6b9122(0x12d),'UIwpl':_0x6b9122(0x13e),'lptEx':function(_0x57f086,_0x6cd3b8,_0x35c95d){return _0x57f086(_0x6cd3b8,_0x35c95d);},'BIfSs':_0x6b9122(0x165),'DXlis':_0x6b9122(0x1b2),'jDcVD':'INFO','wGUGx':_0x6b9122(0x14a),'GpHrJ':_0x6b9122(0x17f),'jReSR':'bddStep-before','aBoaB':_0x6b9122(0x180),'lolzj':_0x6b9122(0xc4)};_0x9b046a[_0x6b9122(0x181)]&&(global['__skipSessionStatus']=_0x9b046a['skipSessionStatus']);PerformanceTester[_0x6b9122(0x1a6)]();const _0x2b6e45=_0x40ac47[_0x6b9122(0x1be)](getCodeceptDriver),_0x404bcc=new O11yHelper(_0x2b6e45,_0x9b046a),_0x1deaa5=!!CodeceptJS['container'][_0x6b9122(0x113)](_0x40ac47[_0x6b9122(0xce)]);global[_0x6b9122(0xdd)]=_0x2b6e45,_0x2b6e45&&(PerformanceTester[_0x6b9122(0x14e)](PerformanceEvents[_0x6b9122(0x191)],()=>{const _0x8fa497=_0x6b9122;_0x1deaa5?_0x40ac47[_0x8fa497(0x1be)](patchPlaywrightBefore):_0x40ac47[_0x8fa497(0x14d)](patchWebDriverBefore,_0x2b6e45);})(),PerformanceTester['measureWrapper'](PerformanceEvents[_0x6b9122(0x115)],()=>{const _0x4a0393=_0x6b9122;_0x2b6e45[_0x4a0393(0x108)]=async()=>{const _0x4d61cf=_0x4a0393;if(global[_0x4d61cf(0x19b)]){const _0x99d1b6={};return _0x99d1b6[_0x4d61cf(0x1a9)]=_0x40ac47[_0x4d61cf(0x10a)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x4d61cf(0x111)],async()=>{const _0x9ee1f6=_0x4d61cf;return await AccessibilityHelper[_0x9ee1f6(0x13f)](_0x2b6e45,scripts[_0x9ee1f6(0xfe)]);},_0x99d1b6)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x4d61cf(0x133)],async()=>{const _0x2bbde6=_0x4d61cf;return await AccessibilityHelper[_0x2bbde6(0x13f)](_0x2b6e45,scripts[_0x2bbde6(0xd0)]);})();}return logger[_0x4d61cf(0xe1)](_0x40ac47['ZfINO']),{};},_0x2b6e45[_0x4a0393(0x16e)]=async()=>{const _0x35688a=_0x4a0393;if(global[_0x35688a(0x19b)]){const _0x109564={};return _0x109564[_0x35688a(0x1a9)]=_0x40ac47['zhRtN'],await PerformanceTester[_0x35688a(0x14e)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x35a996=_0x35688a;return await AccessibilityHelper[_0x35a996(0x13f)](_0x2b6e45,scripts[_0x35a996(0xfe)]);},_0x109564)(),await PerformanceTester[_0x35688a(0x14e)](PerformanceA11yEvents[_0x35688a(0x1ae)],async()=>{const _0x169762=_0x35688a;return await AccessibilityHelper[_0x169762(0x13f)](_0x2b6e45,scripts[_0x169762(0x171)]);})();}return logger['warn'](_0x40ac47['dBQeF']),{};},_0x40ac47['FGxmd'](patchSaveScreenshot,_0x2b6e45);})()),CodeceptJS[_0x6b9122(0x117)][_0x6b9122(0x1ab)]['on'](CodeceptJS[_0x6b9122(0x117)]['all']['before'],()=>{const _0x3c1c7f=_0x6b9122;PerformanceTester[_0x3c1c7f(0x168)](PerformanceEvents['SDK_PRE_TEST']);try{_0x404bcc[_0x3c1c7f(0x168)](),testOpsHelper[_0x3c1c7f(0x11e)](),PerformanceTester[_0x3c1c7f(0xc3)](PerformanceEvents['SDK_PRE_TEST']);}catch(_0x507370){PerformanceTester[_0x3c1c7f(0x156)](_0x507370),PerformanceTester[_0x3c1c7f(0xc3)](PerformanceEvents['SDK_PRE_TEST'],![],_0x507370);}}),CodeceptJS[_0x6b9122(0x117)]['dispatcher']['on'](CodeceptJS[_0x6b9122(0x117)][_0x6b9122(0x104)][_0x6b9122(0x176)],async()=>{const _0x2c5bc0=_0x6b9122;PerformanceTester['start'](PerformanceEvents[_0x2c5bc0(0x144)]);try{requestSpy['restore'](),await _0x404bcc['stop'](),PerformanceTester['end'](PerformanceEvents[_0x2c5bc0(0x144)]);}catch(_0xb3def9){PerformanceTester[_0x2c5bc0(0x156)](_0xb3def9),PerformanceTester[_0x2c5bc0(0xc3)](PerformanceEvents[_0x2c5bc0(0x144)],![],_0xb3def9);}finally{PerformanceTester[_0x2c5bc0(0x166)]();}}),CodeceptJS[_0x6b9122(0x117)][_0x6b9122(0x1ab)]['on'](CodeceptJS[_0x6b9122(0x117)][_0x6b9122(0x186)][_0x6b9122(0x177)],_0xa04d49=>{const _0x28399b=_0x6b9122;PerformanceTester[_0x28399b(0x168)](PerformanceEvents['SDK_HOOK']);try{const _0x5bdbbb=_0xa04d49[_0x28399b(0x17d)][_0x28399b(0x137)],_0x1d1400=_0x404bcc[_0x28399b(0x147)](TEST_EVENTS[_0x28399b(0x17c)],_0x5bdbbb);CodeceptRecorder['add'](()=>_0x404bcc['fireEvent'](TEST_EVENTS['HOOK_RUN_STARTED'],_0x1d1400));const _0x2229d2={};_0x2229d2['hookType']=_0x40ac47[_0x28399b(0x1ac)],PerformanceTester[_0x28399b(0xc3)](PerformanceEvents[_0x28399b(0x10f)],!![],null,_0x2229d2);}catch(_0x1d8fb2){const _0x65fff={};_0x65fff[_0x28399b(0x188)]=_0x40ac47[_0x28399b(0x1ac)],PerformanceTester[_0x28399b(0xc3)](PerformanceEvents[_0x28399b(0x10f)],![],_0x1d8fb2,_0x65fff),PerformanceTester['captureError'](_0x1d8fb2);}}),CodeceptJS[_0x6b9122(0x117)][_0x6b9122(0x1ab)]['on'](CodeceptJS[_0x6b9122(0x117)][_0x6b9122(0x186)][_0x6b9122(0x1b0)],_0x33fd3e=>{const _0xffc584=_0x6b9122,_0x1f682f={};_0x1f682f['hookType']=_0x40ac47[_0xffc584(0x143)],PerformanceTester[_0xffc584(0x168)](PerformanceHookEvents[_0xffc584(0x10f)],!![],null,_0x1f682f);try{const _0x542e0e=_0x33fd3e[_0xffc584(0x17d)][_0xffc584(0x137)],_0x2b0155=_0x404bcc[_0xffc584(0x147)](TEST_EVENTS[_0xffc584(0x1b3)],_0x542e0e);CodeceptRecorder['add'](()=>_0x404bcc[_0xffc584(0x121)](TEST_EVENTS[_0xffc584(0x1b3)],_0x2b0155));const _0xd7cd6b={};_0xd7cd6b[_0xffc584(0x188)]=_0x40ac47['KHSTJ'],PerformanceTester[_0xffc584(0xc3)](PerformanceHookEvents[_0xffc584(0x10f)],!![],null,_0xd7cd6b);}catch(_0x4f498a){PerformanceTester[_0xffc584(0x156)](_0x4f498a);const _0x4ff463={};_0x4ff463[_0xffc584(0x188)]=_0x40ac47[_0xffc584(0x143)],PerformanceTester['end'](PerformanceHookEvents[_0xffc584(0x10f)],![],_0x4f498a,_0x4ff463);}}),CodeceptJS[_0x6b9122(0x117)][_0x6b9122(0x1ab)]['on'](CodeceptJS[_0x6b9122(0x117)][_0x6b9122(0x186)][_0x6b9122(0x18b)],async(_0x2de5f8,_0x3e391c)=>{const _0x270f7e=_0x6b9122;PerformanceTester[_0x270f7e(0x168)](PerformanceHookEvents[_0x270f7e(0x10f)]);try{const _0x403fc1=_0x2de5f8[_0x270f7e(0x17d)][_0x270f7e(0x137)],_0x81c28c=_0x404bcc[_0x270f7e(0x147)](TEST_EVENTS[_0x270f7e(0x1b3)],_0x403fc1,_0x3e391c);CodeceptRecorder[_0x270f7e(0x1bc)](()=>_0x404bcc[_0x270f7e(0x121)](TEST_EVENTS[_0x270f7e(0x1b3)],_0x81c28c));const _0x46f024={};_0x46f024[_0x270f7e(0x188)]=_0x40ac47[_0x270f7e(0x102)],PerformanceTester[_0x270f7e(0x168)](PerformanceHookEvents[_0x270f7e(0x10f)],!![],null,_0x46f024);}catch(_0x52c712){PerformanceTester[_0x270f7e(0x156)](_0x52c712);const _0x34d75a={};_0x34d75a[_0x270f7e(0x188)]=_0x40ac47[_0x270f7e(0x102)],PerformanceTester[_0x270f7e(0xc3)](PerformanceHookEvents[_0x270f7e(0x10f)],![],_0x52c712,_0x34d75a);}const _0x587094={};_0x587094[_0x270f7e(0x188)]=_0x40ac47[_0x270f7e(0x102)],PerformanceTester[_0x270f7e(0xc3)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x587094);}),CodeceptJS[_0x6b9122(0x117)][_0x6b9122(0x1ab)]['on'](CodeceptJS[_0x6b9122(0x117)][_0x6b9122(0x137)]['before'],_0x99a049=>{const _0x5c9bce=_0x6b9122;PerformanceTester[_0x5c9bce(0x168)](PerformanceHookEvents[_0x5c9bce(0x10f)]);try{globals[_0x5c9bce(0x148)](_0x40ac47[_0x5c9bce(0xe6)],_0x99a049[_0x5c9bce(0x109)]);_0x40ac47[_0x5c9bce(0x1be)](isBrowserstackInfra)&&(_0x1deaa5&&(global[_0x5c9bce(0x146)]={'currentTest':{'name':_0x99a049[_0x5c9bce(0x109)],'testInfo':{'titlePath':_0x99a049[_0x5c9bce(0x119)]()}}}));const _0x40518d={};_0x40518d[_0x5c9bce(0x188)]=_0x40ac47[_0x5c9bce(0x15e)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x40518d);}catch(_0x48b6d8){PerformanceTester[_0x5c9bce(0x156)](_0x48b6d8);const _0x13dea3={};_0x13dea3[_0x5c9bce(0x188)]=_0x40ac47[_0x5c9bce(0x15e)],PerformanceTester['end'](PerformanceHookEvents[_0x5c9bce(0x10f)],![],_0x48b6d8,_0x13dea3);}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x6b9122(0x117)]['test'][_0x6b9122(0x177)],_0x33e3e6=>{const _0x179278=_0x6b9122;PerformanceTester['start'](PerformanceHookEvents[_0x179278(0x10f)]);try{globals[_0x179278(0x148)](_0x40ac47[_0x179278(0xe6)],_0x33e3e6[_0x179278(0x109)]);const _0x6fdc8=_0x404bcc[_0x179278(0x147)](TEST_EVENTS['TEST_RUN_STARTED'],_0x33e3e6);CodeceptRecorder['add'](()=>_0x404bcc[_0x179278(0x121)](TEST_EVENTS[_0x179278(0xfa)],_0x6fdc8)),CodeceptRecorder[_0x179278(0x1bc)](async()=>{const _0x467572=_0x179278;_0x40ac47[_0x467572(0x1be)](isBrowserstackInfra)&&(!_0x40ac47[_0x467572(0xef)](isTrue,_0x9b046a[_0x467572(0x13b)])&&await _0x40ac47['raLdQ'](markSessionName,_0x2b6e45,_0x33e3e6[_0x467572(0x109)]),_0x404bcc[_0x467572(0x14b)]&&await _0x40ac47['FyCSY'](o11ySync,_0x2b6e45));});}catch(_0x3f52d9){const _0x1bd055={};_0x1bd055[_0x179278(0x188)]=_0x40ac47['rpcxb'],PerformanceTester[_0x179278(0xc3)](PerformanceHookEvents['SDK_HOOK'],![],_0x3f52d9,_0x1bd055),PerformanceTester[_0x179278(0x156)](_0x3f52d9);}const _0x3da0b2={};_0x3da0b2[_0x179278(0x188)]=_0x40ac47[_0x179278(0x134)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x3da0b2);}),CodeceptJS['event'][_0x6b9122(0x1ab)]['on'](CodeceptJS['event'][_0x6b9122(0x137)]['passed'],_0x5721f8=>{const _0x460173=_0x6b9122;PerformanceTester[_0x460173(0x168)](PerformanceHookEvents['SDK_HOOK']);try{const _0x5690be=_0x404bcc['captureEvent'](TEST_EVENTS[_0x460173(0x198)],_0x5721f8);CodeceptRecorder[_0x460173(0x1bc)](()=>_0x404bcc[_0x460173(0x121)](TEST_EVENTS[_0x460173(0x198)],_0x5690be)),CodeceptRecorder[_0x460173(0x1bc)](async()=>{const _0x220491=_0x460173,_0x8dfe0={'DxFTp':function(_0x5fdabe,_0x3ecabd,_0x579e67){const _0x24262f=a1_0x273a;return _0x40ac47[_0x24262f(0x158)](_0x5fdabe,_0x3ecabd,_0x579e67);},'SdBdQ':function(_0x1bdb2c,_0x39c715,_0x5a363a){const _0x5f21f0=a1_0x273a;return _0x40ac47[_0x5f21f0(0xca)](_0x1bdb2c,_0x39c715,_0x5a363a);}};_0x40ac47['MlDcd'](isBrowserstackInfra)&&await PerformanceTester[_0x220491(0x14e)](PerformanceAutEvents['SESSION_STATUS'],async()=>{const _0x127183=_0x220491;_0x1deaa5?await _0x8dfe0['DxFTp'](playwrightMarkSessionStatus,_0x2b6e45,STATE_PASSED):await _0x8dfe0[_0x127183(0x12c)](markSessionStatus,_0x2b6e45,STATE_PASSED);})();}),PerformanceTester[_0x460173(0xc3)](PerformanceEvents['SDK_TEST']);}catch(_0x4b6a91){PerformanceTester[_0x460173(0x156)](_0x4b6a91);const _0x3acccc={};_0x3acccc[_0x460173(0x188)]=_0x40ac47['UjhPh'],PerformanceTester[_0x460173(0xc3)](PerformanceHookEvents['SDK_HOOK'],![],_0x4b6a91,_0x3acccc),PerformanceTester[_0x460173(0xc3)](PerformanceEvents[_0x460173(0x16f)],![],_0x4b6a91);}const _0x5137cb={};_0x5137cb['hookType']=_0x40ac47[_0x460173(0x192)],PerformanceTester[_0x460173(0xc3)](PerformanceHookEvents[_0x460173(0x10f)],!![],null,_0x5137cb);}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS['event']['test'][_0x6b9122(0x18b)],(_0x2be190,_0x43744d)=>{const _0x394482=_0x6b9122,_0x4be3d0={'JIvkW':function(_0x2ce9a3){return _0x40ac47['MlDcd'](_0x2ce9a3);},'CECif':function(_0x116fa5,_0x4f53d5,_0x1a54f6,_0x4f57e4){const _0x50caad=a1_0x273a;return _0x40ac47[_0x50caad(0xea)](_0x116fa5,_0x4f53d5,_0x1a54f6,_0x4f57e4);}};PerformanceTester[_0x394482(0x168)](PerformanceHookEvents[_0x394482(0x10f)]);try{if(_0x40ac47[_0x394482(0x105)](_0x2be190[_0x394482(0xe0)][_0x394482(0x116)],_0x40ac47[_0x394482(0x1b1)])){const _0xbdc64=_0x404bcc['captureEvent'](TEST_EVENTS[_0x394482(0xbb)],_0x2be190[_0x394482(0x17d)][_0x394482(0x10e)]);CodeceptRecorder[_0x394482(0x1bc)](()=>_0x404bcc[_0x394482(0x121)](TEST_EVENTS[_0x394482(0xbb)],_0xbdc64));}else{const _0x23c5cc=_0x404bcc['captureEvent'](TEST_EVENTS[_0x394482(0x198)],_0x2be190,_0x43744d);CodeceptRecorder[_0x394482(0x1bc)](()=>{const _0x53ebc7=_0x394482;try{_0x404bcc[_0x53ebc7(0x121)](TEST_EVENTS[_0x53ebc7(0x198)],_0x23c5cc);}catch(_0x5eea61){logger['debug']('Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20'+util[_0x53ebc7(0xc5)](_0x5eea61)),PerformanceTester[_0x53ebc7(0xc3)](PerformanceEvents[_0x53ebc7(0x16f)],![],_0x5eea61);}}),CodeceptRecorder['add'](async()=>{const _0x3a22e5=_0x394482;try{_0x4be3d0['JIvkW'](isBrowserstackInfra)&&(_0x1deaa5?await _0x4be3d0['CECif'](playwrightMarkSessionStatus,_0x2b6e45,STATE_FAILED,_0x43744d):await _0x4be3d0['CECif'](markSessionStatus,_0x2b6e45,STATE_FAILED,_0x43744d));}catch(_0x1c6fc2){logger[_0x3a22e5(0x155)](_0x3a22e5(0x1aa)+util[_0x3a22e5(0xc5)](_0x1c6fc2)),PerformanceTester[_0x3a22e5(0xc3)](PerformanceEvents[_0x3a22e5(0x16f)],![],_0x1c6fc2);}});}PerformanceTester[_0x394482(0xc3)](PerformanceEvents[_0x394482(0x16f)]);}catch(_0xc8b734){PerformanceTester[_0x394482(0x156)](_0xc8b734);const _0x2a961c={};_0x2a961c[_0x394482(0x188)]=_0x40ac47[_0x394482(0x141)],PerformanceTester['end'](PerformanceHookEvents[_0x394482(0x10f)],![],_0xc8b734,_0x2a961c),PerformanceTester[_0x394482(0xc3)](PerformanceEvents[_0x394482(0x16f)],![],_0xc8b734);}const _0x3f9230={};_0x3f9230['hookType']=_0x40ac47[_0x394482(0x141)],PerformanceTester[_0x394482(0xc3)](PerformanceHookEvents[_0x394482(0x10f)],!![],null,_0x3f9230);}),CodeceptJS[_0x6b9122(0x117)][_0x6b9122(0x1ab)]['on'](CodeceptJS['event'][_0x6b9122(0x137)][_0x6b9122(0x1bb)],_0x4bd6de=>{const _0x1e25bf=_0x6b9122;PerformanceTester[_0x1e25bf(0x168)](PerformanceHookEvents[_0x1e25bf(0x10f)]);try{const _0xaa134a=_0x404bcc[_0x1e25bf(0x147)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x4bd6de);CodeceptRecorder[_0x1e25bf(0x1bc)](()=>_0x404bcc['fireEvent'](TEST_EVENTS['TEST_RUN_SKIPPED'],_0xaa134a)),PerformanceTester[_0x1e25bf(0xc3)](PerformanceEvents[_0x1e25bf(0x16f)]);}catch(_0x3e9134){PerformanceTester[_0x1e25bf(0x156)](_0x3e9134),PerformanceTester[_0x1e25bf(0xc3)](PerformanceEvents[_0x1e25bf(0x16f)],![],_0x3e9134);const _0x3bb0ad={};_0x3bb0ad[_0x1e25bf(0x188)]=_0x40ac47[_0x1e25bf(0x14f)],PerformanceTester[_0x1e25bf(0xc3)](PerformanceHookEvents[_0x1e25bf(0x10f)],![],_0x3e9134,_0x3bb0ad);}const _0x1543a8={};_0x1543a8[_0x1e25bf(0x188)]=_0x40ac47[_0x1e25bf(0x14f)],PerformanceTester[_0x1e25bf(0xc3)](PerformanceHookEvents[_0x1e25bf(0x10f)],!![],null,_0x1543a8);}),CodeceptJS[_0x6b9122(0x117)][_0x6b9122(0x1ab)]['on'](CodeceptJS['event'][_0x6b9122(0x137)]['after'],async(_0x3a3a4b,_0x4fe3fd)=>{const _0x5b4498=_0x6b9122;try{PerformanceTester[_0x5b4498(0x168)](PerformanceHookEvents['SDK_HOOK']);const _0x44d8b8=_0x40ac47[_0x5b4498(0x12a)](shouldScanTestForAccessibility,_0x3a3a4b[_0x5b4498(0x119)](),!![]);if(_0x40ac47[_0x5b4498(0x1be)](isAccessibilityAutomationSession)&&global[_0x5b4498(0x19b)]&&_0x44d8b8){const _0x553c8a={};_0x553c8a[_0x5b4498(0x13d)]=_0x3a3a4b[_0x5b4498(0x107)],_0x553c8a[_0x5b4498(0x10b)]=process[_0x5b4498(0xf4)][testHubConstants['ENV_VAR'][_0x5b4498(0x124)]],_0x553c8a['thJwtToken']=process[_0x5b4498(0xf4)][testHubConstants[_0x5b4498(0x19f)]['BROWSERSTACK_TESTHUB_JWT']];const _0x779cfe=_0x553c8a;logger[_0x5b4498(0x155)](_0x5b4498(0x14c)+JSON[_0x5b4498(0xc8)](_0x779cfe)),CodeceptRecorder[_0x5b4498(0x1bc)](async()=>{const _0x459ba0=_0x5b4498,_0x3789a6={};_0x3789a6['command']=_0x40ac47[_0x459ba0(0x172)],await PerformanceTester[_0x459ba0(0x14e)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x18958f=_0x459ba0;await AccessibilityHelper[_0x18958f(0x13f)](_0x2b6e45,scripts[_0x18958f(0xfe)]);},_0x3789a6)(),await PerformanceTester[_0x459ba0(0x14e)](PerformanceA11yEvents[_0x459ba0(0x135)],async()=>{const _0x47a5b6=_0x459ba0;await AccessibilityHelper[_0x47a5b6(0x13f)](_0x2b6e45,scripts[_0x47a5b6(0xbe)],_0x779cfe);})();}),logger[_0x5b4498(0x122)](_0x40ac47[_0x5b4498(0x1af)]);}const _0xaff743={};_0xaff743['hookType']=_0x40ac47['DXlis'],PerformanceTester[_0x5b4498(0xc3)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0xaff743);}catch(_0x32bcd2){PerformanceTester[_0x5b4498(0x156)](_0x32bcd2);const _0x491592={};_0x491592[_0x5b4498(0x188)]=_0x40ac47[_0x5b4498(0x12b)],PerformanceTester[_0x5b4498(0xc3)](PerformanceHookEvents['SDK_HOOK'],![],_0x32bcd2,_0x491592);}}),CodeceptJS[_0x6b9122(0x117)][_0x6b9122(0x1ab)]['on'](CodeceptJS[_0x6b9122(0x117)]['step'][_0x6b9122(0x13a)],_0xffc932=>{const _0x484169=_0x6b9122;PerformanceTester[_0x484169(0x168)](PerformanceHookEvents[_0x484169(0x10f)]);try{process[_0x484169(0x125)](_0x484169(0x183)+process['pid'],{'timestamp':new Date()['toISOString'](),'level':_0x40ac47[_0x484169(0x126)],'message':_0xffc932,'kind':_0x40ac47['wGUGx'],'http_response':{}});}catch(_0x1d3882){PerformanceTester['captureError'](_0x1d3882);const _0x4eaf9d={};_0x4eaf9d[_0x484169(0x188)]=_0x40ac47[_0x484169(0x120)],PerformanceTester['end'](PerformanceHookEvents[_0x484169(0x10f)],![],_0x1d3882,_0x4eaf9d);}const _0x2db8c2={};_0x2db8c2['hookType']=_0x40ac47[_0x484169(0x120)],PerformanceTester[_0x484169(0xc3)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x2db8c2);}),CodeceptJS[_0x6b9122(0x117)][_0x6b9122(0x1ab)]['on'](CodeceptJS[_0x6b9122(0x117)][_0x6b9122(0x170)][_0x6b9122(0xfb)],_0x59bf55=>{const _0x4037ad=_0x6b9122,_0x54d6b2={};_0x54d6b2[_0x4037ad(0x188)]=_0x40ac47[_0x4037ad(0xfd)],PerformanceTester['measureWrapper'](PerformanceHookEvents[_0x4037ad(0x10f)],()=>{const _0x1b5641=_0x4037ad;_0x404bcc[_0x1b5641(0xe7)](_0x59bf55);},_0x54d6b2)();}),CodeceptJS[_0x6b9122(0x117)][_0x6b9122(0x1ab)]['on'](CodeceptJS[_0x6b9122(0x117)][_0x6b9122(0x170)][_0x6b9122(0x176)],_0x2f70ad=>{const _0x4ed270=_0x6b9122,_0x6bb943={};_0x6bb943[_0x4ed270(0x188)]=_0x40ac47[_0x4ed270(0x173)],PerformanceTester['measureWrapper'](PerformanceHookEvents[_0x4ed270(0x10f)],()=>{const _0x480fbb=_0x4ed270;_0x404bcc[_0x480fbb(0x19c)](_0x2f70ad);},_0x6bb943)();});};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a2_0x2b3202=a2_0x4d0b;function a2_0xa8cf(){const _0x48c16e=['forEach','load','isEmpty','WPrEC','hEGkL','err','passed','Passed\x20:\x20','iKOmd','RtArg','31AcsdKB','platforms','227808bPKCAY','map','profile','../../helpers/performance/constants','Started\x20:\x20','replace','chromium','--config','1124KRNuiv','join','MGFAm','validPlatformsPresent','parallelsPerPlatform','launchBuild','format','codecept.json','tglGH','require','browserWSEndpoint','mergeDeep','testConfig','Kekmm','donrC','testObservability','assign','before','addConfig','process','Workers','start','test','exports','slice','Failed\x20:\x20','accessibility','9026GGQuGX','path','host','prepareCapabilities','config','CODECEPT_CUCUMBER','end','failed','errorMessage','stringify','winstonLogger','697275OZvOEH','frameworkName','JVhHi','BrowserStackPlugin','browser','qTABU','useW3C','stop','run','event','chdir','dirname','PLJPQ','createGroupsOfSuites','userName','codeceptjs/lib/index.js','../../helpers/testhub/testhubHandler','aIibb','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','fSfTz','cwd','89815jGQweF','key','info','../../helpers/helper','rpzQC','teardownAll','bootstrapAll','helpers','enabled','Playwright','4|0|2|3|5|1','../../helpers/test-observability/constants','testContextOptions','xUcYF','webkit','root','browserStackCwd','browserName','findIndex','../../helpers/accessibility-automation/helper','accessKey','split','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','XbUHd','BROWSERSTACK_RERUN_TESTS','playwright-webkit','skipSessionStatus','../../helpers/performance/performance-tester','1278gqDLBo','user','initialize','../../helpers/logger','eEoND','accessibilityOptions','589974hhYxvn','../utils/constants','playwright-firefox','SDK_CLEANUP','EDEXP','63aIPGTW','env','trim','BrowserStackPlugin.js','EVENTS','firefox','HWUyB','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','../utils/clientTroubleshootingService','TUvMx','isTrue','FRAMEWORKS','setAdditionalCapabilities','SDK_SETUP','7uJtvCD','BwAXi','existsSync','handleApp','toLowerCase','../../helpers/test-observability/utils','dXKag','sKiOY','WebDriver','spawn','getPlatformName','677550aBdnuz','CODECEPT','../../helpers/utilities','../../bin/playwright/accessibility-helper','DKhBY','push','all','codecept.conf.js','dklKM','desiredCapabilities','BROWSERSTACK_RERUN','plugins','title','debug','length','printBuildLink','isUndefined','../../helpers/BrowserStackSetup','skipSessionName','log'];a2_0xa8cf=function(){return _0x48c16e;};return a2_0xa8cf();}(function(_0x35eedc,_0x4d7c8c){const _0x5d5b06=a2_0x4d0b,_0x227813=_0x35eedc();while(!![]){try{const _0x297efc=-parseInt(_0x5d5b06(0x128))/0x1*(-parseInt(_0x5d5b06(0x14d))/0x2)+parseInt(_0x5d5b06(0x189))/0x3*(-parseInt(_0x5d5b06(0x132))/0x4)+-parseInt(_0x5d5b06(0x158))/0x5+parseInt(_0x5d5b06(0xec))/0x6*(parseInt(_0x5d5b06(0xff))/0x7)+parseInt(_0x5d5b06(0x12a))/0x8*(parseInt(_0x5d5b06(0xf1))/0x9)+-parseInt(_0x5d5b06(0x10a))/0xa+-parseInt(_0x5d5b06(0x16d))/0xb;if(_0x297efc===_0x4d7c8c)break;else _0x227813['push'](_0x227813['shift']());}catch(_0x237011){_0x227813['push'](_0x227813['shift']());}}}(a2_0xa8cf,0x19053));function a2_0x4d0b(_0x5c356e,_0x90d2d2){const _0xa8cf=a2_0xa8cf();return a2_0x4d0b=function(_0x4d0b48,_0x76ece9){_0x4d0b48=_0x4d0b48-0xe8;let _0x3531d5=_0xa8cf[_0x4d0b48];return _0x3531d5;},a2_0x4d0b(_0x5c356e,_0x90d2d2);}const fs=require('fs'),path=require(a2_0x2b3202(0x14e)),util=require('util'),process=require(a2_0x2b3202(0x145)),logger=require(a2_0x2b3202(0xe9))[a2_0x2b3202(0x157)],{default:BrowserStackSetup}=require(a2_0x2b3202(0x11b)),helper=require(a2_0x2b3202(0x170)),utilities=require(a2_0x2b3202(0x10c)),{checkAccessibilityPlatformConfig}=require(a2_0x2b3202(0x180)),{setAccessibilityCapabilities}=require(a2_0x2b3202(0x10d)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x2b3202(0x170)),CodeceptJS=requireModule(a2_0x2b3202(0x167),'codeceptjs'),testOpsHelper=require(a2_0x2b3202(0x104)),TestHubHandler=require(a2_0x2b3202(0x168)),constants=require(a2_0x2b3202(0xed)),PerformanceTester=require(a2_0x2b3202(0x188)),{FRAMEWORKS}=require(a2_0x2b3202(0x178)),PerformanceEvents=require(a2_0x2b3202(0x12d))[a2_0x2b3202(0xf5)],ClientTroubleShootingService=require(a2_0x2b3202(0xf9)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x180b30,_0x557d14)=>{const _0x3f12c0=a2_0x2b3202,_0x174c49={};_0x174c49[_0x3f12c0(0x16b)]=function(_0x46757e,_0x50e015){return _0x46757e===_0x50e015;},_0x174c49[_0x3f12c0(0x164)]=_0x3f12c0(0x111),_0x174c49[_0x3f12c0(0x15a)]=_0x3f12c0(0x139);const _0x239de6=_0x174c49;let _0x2074a6=null;const _0x853998={};let _0x166b4b=_0x557d14[_0x3f12c0(0x17f)](_0x2344c9=>_0x2344c9===_0x3f12c0(0x131));_0x239de6[_0x3f12c0(0x16b)](_0x166b4b,-0x1)&&(_0x166b4b=_0x557d14[_0x3f12c0(0x17f)](_0x507353=>_0x507353==='-c'));if(!helper[_0x3f12c0(0x11a)](_0x180b30[_0x3f12c0(0x151)])&&fs[_0x3f12c0(0x101)](path['join'](process[_0x3f12c0(0x16c)](),_0x180b30['config'])))_0x2074a6=path[_0x3f12c0(0x133)](process[_0x3f12c0(0x16c)](),_0x180b30[_0x3f12c0(0x151)]),_0x557d14[_0x3f12c0(0x14a)](_0x166b4b,0x2);else{if(!helper[_0x3f12c0(0x11a)](_0x180b30['c'])&&fs[_0x3f12c0(0x101)](path['join'](process[_0x3f12c0(0x16c)](),_0x180b30['c'])))_0x2074a6=path[_0x3f12c0(0x133)](process['cwd'](),_0x180b30['c']),_0x557d14[_0x3f12c0(0x14a)](_0x166b4b,0x2);else{if(fs['existsSync'](path[_0x3f12c0(0x133)](process[_0x3f12c0(0x16c)](),_0x239de6['PLJPQ'])))_0x2074a6=path[_0x3f12c0(0x133)](process[_0x3f12c0(0x16c)](),_0x239de6[_0x3f12c0(0x164)]);else fs[_0x3f12c0(0x101)](path[_0x3f12c0(0x133)](process['cwd'](),_0x239de6[_0x3f12c0(0x15a)]))&&(_0x2074a6=path[_0x3f12c0(0x133)](process[_0x3f12c0(0x16c)](),_0x239de6[_0x3f12c0(0x15a)]));}}return process['env']['USER_CONFIG_DETAILS_PATH']=_0x2074a6,_0x2074a6;},getO11yRerunPattern=()=>{const _0x683a23=a2_0x2b3202,_0x49c55b=helper[_0x683a23(0xfb)](process[_0x683a23(0xf2)][_0x683a23(0x114)]);if(_0x49c55b){const _0x33cd30=process[_0x683a23(0xf2)][_0x683a23(0x185)],_0xd39a81=[];if(helper['validateRerunTestList'](_0x33cd30)&&!helper[_0x683a23(0x11a)](_0x33cd30)){_0x33cd30[_0x683a23(0x182)](',')['map'](_0x44de45=>{const _0x1150f9=_0x683a23;_0xd39a81['push']('('+_0x44de45[_0x1150f9(0xf3)]()+')');});const _0x2d6fdc='^'+_0xd39a81['join']('|')+'$';return _0x2d6fdc;}}return null;},a2_0x5a8dc8={};a2_0x5a8dc8['chrome']=a2_0x2b3202(0x130),a2_0x5a8dc8['playwright-chromium']=a2_0x2b3202(0x130),a2_0x5a8dc8[a2_0x2b3202(0xee)]=a2_0x2b3202(0xf6),a2_0x5a8dc8[a2_0x2b3202(0x186)]=a2_0x2b3202(0x17b);const pwToCodeceptBrowser=a2_0x5a8dc8;async function run(_0x2e368c,_0x5960cc,_0x5cc049){const _0x43aa40=a2_0x2b3202,_0x49e70a={'HWUyB':function(_0x18d722,_0x135c67){return _0x18d722+_0x135c67;},'CznNf':function(_0x2e2dc,_0x46bf61){return _0x2e2dc(_0x46bf61);},'RtArg':function(_0x30957e,_0x3177b4,_0x592b64){return _0x30957e(_0x3177b4,_0x592b64);},'sKiOY':_0x43aa40(0x174),'tglGH':function(_0x23eb0f){return _0x23eb0f();},'dklKM':'/wd/hub','xUcYF':function(_0x43d2e2){return _0x43d2e2();},'Kekmm':_0x43aa40(0x14b),'JYhGB':_0x43aa40(0x125),'gvgdG':_0x43aa40(0x12e),'hKIFm':_0x43aa40(0x177),'dXKag':_0x43aa40(0x16a),'WPrEC':_0x43aa40(0x176),'MGFAm':_0x43aa40(0x107),'rpzQC':function(_0x38e0df,_0x15ce91){return _0x38e0df(_0x15ce91);},'BwAXi':function(_0x39c644,_0x4f2d69){return _0x39c644!=_0x4f2d69;},'hEGkL':function(_0x3c8727,_0x49d8c9){return _0x3c8727===_0x49d8c9;},'iKOmd':function(_0x57eeb7,_0xfb5fb8,_0x5b2607){return _0x57eeb7(_0xfb5fb8,_0x5b2607);},'FMVbN':'gherkin','XbUHd':function(_0x2f1bdf,_0x57db8f){return _0x2f1bdf*_0x57db8f;},'EDEXP':_0x43aa40(0x15c),'aVoZh':function(_0x3fb507,_0x1106e1,_0x4c4b58){return _0x3fb507(_0x1106e1,_0x4c4b58);},'donrC':_0x43aa40(0x113),'TUvMx':function(_0x54d0a8,_0x31f653,_0x3d1c9a){return _0x54d0a8(_0x31f653,_0x3d1c9a);},'eEoND':_0x43aa40(0x17c),'YBScc':_0x43aa40(0xf4),'BQqMk':_0x43aa40(0x17d),'qTABU':function(_0x4022ce){return _0x4022ce();}};await _0x5cc049[_0x43aa40(0xe8)](_0x2e368c),await helper[_0x43aa40(0x102)](_0x5cc049[_0x43aa40(0x151)]);if(!_0x5cc049[_0x43aa40(0x151)])return;process[_0x43aa40(0x12c)]=_0x2e368c[_0x43aa40(0x12c)];_0x2e368c['profile']&&(process['env'][_0x43aa40(0x12c)]=_0x2e368c[_0x43aa40(0x12c)]);const _0x1eefc3=_0x49e70a[_0x43aa40(0x127)](getUserCodeceptJSConfigs,_0x2e368c,_0x5960cc);let _0x84bd96={};_0x1eefc3?(logger[_0x43aa40(0x16f)](_0x43aa40(0x183)+_0x1eefc3),_0x84bd96=CodeceptJS[_0x43aa40(0x151)][_0x43aa40(0x11f)](_0x1eefc3)):logger['info'](_0x49e70a[_0x43aa40(0x105)]);let _0x21f089=![];_0x49e70a[_0x43aa40(0x127)](nestedKeyValue,_0x84bd96,[_0x49e70a[_0x43aa40(0x106)],_0x49e70a[_0x43aa40(0x121)]])&&(_0x21f089=!![]);const _0x5e174c=_0x21f089?_0x49e70a[_0x43aa40(0x121)]:_0x49e70a[_0x43aa40(0x134)];let _0x3bdc75=!_0x21f089?helper[_0x43aa40(0x15e)](_0x5cc049[_0x43aa40(0x151)]):![];!helper[_0x43aa40(0x11a)](_0x5cc049[_0x43aa40(0x151)][_0x43aa40(0xeb)])&&(process['env'][_0x43aa40(0xf8)]=JSON[_0x43aa40(0x156)](_0x5cc049[_0x43aa40(0x151)]['accessibilityOptions']));let _0x2813ef=_0x5cc049[_0x43aa40(0x151)][_0x43aa40(0x14c)];_0x2813ef=_0x2813ef||_0x49e70a[_0x43aa40(0x171)](checkAccessibilityPlatformConfig,_0x5cc049['config']),process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x2813ef;_0x2813ef&&(_0x3bdc75=!_0x2813ef);_0x49e70a[_0x43aa40(0x100)](_0x5cc049[_0x43aa40(0x151)]['testObservability'],null)?process[_0x43aa40(0xf2)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x5cc049[_0x43aa40(0x151)][_0x43aa40(0x141)]:process['env']['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x49e70a[_0x43aa40(0x122)](_0x5e174c,_0x49e70a[_0x43aa40(0x121)]);const _0x5635d4=_0x49e70a[_0x43aa40(0x126)](nestedKeyValue,_0x84bd96,[_0x49e70a['FMVbN']]),_0x3284b0=_0x5635d4&&!helper[_0x43aa40(0x120)](_0x5635d4)?FRAMEWORKS[_0x43aa40(0x152)]:FRAMEWORKS[_0x43aa40(0x10b)],_0x11aa3f=await TestHubHandler[_0x43aa40(0x137)](_0x3284b0,_0x5cc049);_0x2813ef&&_0x49e70a[_0x43aa40(0x171)](setAccessibilityCapabilities,_0x5cc049[_0x43aa40(0x151)]);const _0x4e4d30={},_0x40a01d=[],_0xf11b45=_0x5cc049['config'][_0x43aa40(0x136)]||helper['getUserWorkerCount'](_0x2e368c,_0x5960cc,_0x5cc049[_0x43aa40(0x151)],constants[_0x43aa40(0xfc)]['CODECEPT'])||0x1;let _0x316ee2=0x1;if(_0x49e70a[_0x43aa40(0x13a)](isBrowserstackInfra)){const _0x59a539=helper[_0x43aa40(0x150)](_0x5cc049[_0x43aa40(0x151)],_0x3bdc75,constants[_0x43aa40(0xfc)][_0x43aa40(0x10b)]);_0x59a539['forEach'](_0xf7332=>{const _0xb900ef=_0x43aa40;helper[_0xb900ef(0xfd)](_0xf7332);}),helper[_0x43aa40(0x135)](_0x5cc049['config'])?_0x316ee2=_0x49e70a[_0x43aa40(0x184)](_0xf11b45,_0x5cc049[_0x43aa40(0x151)][_0x43aa40(0x129)][_0x43aa40(0x118)]):_0x316ee2=_0xf11b45,_0x59a539[_0x43aa40(0x11e)](_0x5ce783=>{const _0x2d94f5=_0x43aa40,_0x29aad1={'DKhBY':function(_0x3f08ea,_0x134845){return _0x49e70a['HWUyB'](_0x3f08ea,_0x134845);},'aIibb':function(_0x172075,_0x3de1d9){return _0x49e70a['CznNf'](_0x172075,_0x3de1d9);}},_0x1e7163=_0x49e70a[_0x2d94f5(0xf7)](helper[_0x2d94f5(0x109)](_0x5ce783,'_'),'_'+Date['now']()),_0x164ceb=((()=>{const _0x35e216=_0x2d94f5;if(_0x21f089){const _0x2d5374=pwToCodeceptBrowser[_0x5ce783[_0x35e216(0x17e)]]||_0x5ce783[_0x35e216(0x17e)];return{'browser':_0x2d5374,[_0x2d5374]:{'browserWSEndpoint':_0x29aad1[_0x35e216(0x10e)](helper['getPlaywrightUrl'](_0x5cc049[_0x35e216(0x151)]),_0x29aad1[_0x35e216(0x169)](encodeURIComponent,JSON['stringify'](_0x5ce783)))}};}const _0xac7c37={};return _0xac7c37[_0x35e216(0x113)]=_0x5ce783,_0xac7c37[_0x35e216(0x18a)]=_0x5cc049[_0x35e216(0x151)][_0x35e216(0x166)],_0xac7c37[_0x35e216(0x16e)]=_0x5cc049[_0x35e216(0x151)][_0x35e216(0x181)],_0xac7c37;})()),_0x43ad87=_0x49e70a[_0x2d94f5(0x127)](nestedKeyValue,_0x84bd96,[_0x49e70a[_0x2d94f5(0x106)],_0x5e174c]);_0x4e4d30[_0x1e7163]=_0x43ad87?helper[_0x2d94f5(0x13d)](_0x164ceb,_0x43ad87):_0x164ceb;if(_0x21f089)_0x4e4d30[_0x1e7163][_0x2d94f5(0x15c)]=pwToCodeceptBrowser[_0x5ce783[_0x2d94f5(0x17e)]]||_0x5ce783['browserName'];else{_0x4e4d30[_0x1e7163][_0x2d94f5(0x15c)]=_0x5ce783[_0x2d94f5(0x17e)]||_0x164ceb[_0x2d94f5(0x15c)];if(_0x49e70a[_0x2d94f5(0x13a)](isBrowserstackInfra)){_0x4e4d30[_0x1e7163][_0x2d94f5(0x14f)]=constants['hubUrl'][_0x2d94f5(0x12f)](_0x49e70a['dklKM'],'')[_0x2d94f5(0x12f)](/https?:\/\//,'');;_0x4e4d30[_0x1e7163][_0x2d94f5(0x14e)]=_0x49e70a[_0x2d94f5(0x112)];}}_0x40a01d[_0x2d94f5(0x10f)](_0x1e7163);});}else{_0x316ee2=0x1;if(_0x21f089){const _0x1cd475=_0x49e70a[_0x43aa40(0x127)](nestedKeyValue,_0x84bd96,[_0x49e70a[_0x43aa40(0x106)],_0x5e174c,_0x49e70a[_0x43aa40(0xf0)]]),_0x2f4fbe=_0x49e70a['aVoZh'](nestedKeyValue,_0x84bd96,[_0x49e70a['sKiOY'],_0x5e174c,_0x1cd475]);if(_0x2f4fbe&&_0x2f4fbe[_0x43aa40(0x13c)]){const _0x3ea15f={};_0x3ea15f[_0x43aa40(0x129)]=[],_0x2f4fbe[_0x43aa40(0x13c)]=helper[_0x43aa40(0x150)](Object['assign']({},_0x5cc049['config'],_0x3ea15f),null,_0x3284b0[_0x43aa40(0x103)](),null,null,_0x2f4fbe[_0x43aa40(0x13c)]);}}else{const _0x5149dd={};_0x5149dd['platforms']=[],_0x84bd96[_0x49e70a['sKiOY']][_0x5e174c][_0x49e70a[_0x43aa40(0x140)]]=helper['prepareCapabilities'](Object['assign']({},_0x5cc049['config'],_0x5149dd),null,_0x3284b0[_0x43aa40(0x103)](),_0x49e70a[_0x43aa40(0xfa)](nestedKeyValue,_0x84bd96,[_0x49e70a[_0x43aa40(0x106)],_0x5e174c,_0x49e70a[_0x43aa40(0x140)]])||{},null,null);}_0x4e4d30[_0x49e70a[_0x43aa40(0xea)]]=_0x84bd96,_0x40a01d[_0x43aa40(0x10f)](_0x49e70a[_0x43aa40(0xea)]);}const _0x240fb4={};_0x240fb4[_0x43aa40(0x13e)]=_0x1eefc3;const _0x33bfdb=_0x240fb4,_0x571f6a=path[_0x43aa40(0x133)](__dirname,_0x49e70a['YBScc']),_0x20a273=process['cwd']();process[_0x43aa40(0xf2)][_0x49e70a['BQqMk']]=_0x20a273,process[_0x43aa40(0x162)](path[_0x43aa40(0x163)](_0x1eefc3));const _0x590603=new CodeceptJS[(_0x43aa40(0x146))](null,_0x33bfdb),_0x2f82e9=_0x590603[_0x43aa40(0x165)](_0x316ee2),_0x28abab=testOpsHelper['isTestObservabilitySession'](),_0x4273a9=_0x40a01d[_0x43aa40(0x12b)](_0x7c4981=>{const _0x4b0265=_0x43aa40,_0x5af683={};_0x5af683[_0x4b0265(0x176)]=_0x4e4d30[_0x7c4981];const _0x28bf81={};_0x28bf81[_0x4b0265(0x107)]=_0x4e4d30[_0x7c4981];const _0x35325f=_0x21f089?_0x5af683:_0x28bf81,_0x276bd3=_0x49e70a[_0x4b0265(0x13a)](getO11yRerunPattern),_0x4d7855={};_0x4d7855['helpers']=_0x35325f;const _0x481f12={};_0x481f12[_0x4b0265(0x13b)]=_0x571f6a,_0x481f12[_0x4b0265(0x175)]=!![],_0x481f12[_0x4b0265(0x11c)]=_0x5cc049[_0x4b0265(0x151)][_0x4b0265(0x179)][_0x4b0265(0x11c)],_0x481f12['skipSessionStatus']=_0x5cc049['config'][_0x4b0265(0x179)][_0x4b0265(0x187)],_0x481f12[_0x4b0265(0x141)]=_0x28abab,_0x481f12[_0x4b0265(0x159)]=_0x3284b0;const _0x49173a={};_0x49173a[_0x4b0265(0x15b)]=_0x481f12;const _0x31fb82={};return _0x31fb82[_0x4b0265(0x115)]=_0x49173a,helper['mergeDeep']({},_0x84bd96,_0x49e70a[_0x4b0265(0x17a)](isBrowserstackInfra)?_0x4d7855:{},_0x276bd3?{'grep':_0x276bd3}:{},_0x31fb82);});for(const _0x285315 of _0x4273a9){for(const _0x4d41b2 of _0x2f82e9){const _0x44266c=_0x590603[_0x43aa40(0x108)]();_0x44266c['addTests'](_0x4d41b2),_0x44266c[_0x43aa40(0x144)](_0x285315);const _0x443883={};_0x443883[_0x43aa40(0x151)]=_0x1eefc3,_0x44266c['addOptions'](Object[_0x43aa40(0x142)](_0x443883,_0x2e368c));}}_0x590603['on'](CodeceptJS[_0x43aa40(0x161)][_0x43aa40(0x148)][_0x43aa40(0x154)],(_0x88dcbb,_0x528ae6)=>{const _0x2058e6=_0x43aa40;console[_0x2058e6(0x11d)](_0x49e70a[_0x2058e6(0x13f)],_0x88dcbb['title']);const _0x17445b={[_0x88dcbb[_0x2058e6(0x116)]]:_0x88dcbb[_0x2058e6(0x123)]['stack']};_testErrorData[_0x2058e6(0x10f)](_0x17445b);}),_0x590603['on'](CodeceptJS['event'][_0x43aa40(0x148)][_0x43aa40(0x124)],async _0x5e139d=>{const _0x473bb4=_0x43aa40;console[_0x473bb4(0x11d)](_0x49e70a['JYhGB'],_0x5e139d['title']);}),_0x590603['on'](CodeceptJS[_0x43aa40(0x161)]['test'][_0x43aa40(0x143)],async _0x800703=>{const _0xb538ed=_0x43aa40;console[_0xb538ed(0x11d)](_0x49e70a['gvgdG'],_0x800703[_0xb538ed(0x116)]);}),_0x590603['on'](CodeceptJS[_0x43aa40(0x161)][_0x43aa40(0x110)]['result'],async()=>{const _0x28e987=_0x43aa40,_0x41a093=_0x49e70a['hKIFm'][_0x28e987(0x182)]('|');let _0x5bf831=0x0;while(!![]){switch(_0x41a093[_0x5bf831++]){case'0':_0x5cc049[_0x28e987(0x155)]=_testErrorData;continue;case'1':_0x590603['printResults']();continue;case'2':testOpsHelper[_0x28e987(0x119)]();continue;case'3':utilities['finalExecution'](_0x5cc049);continue;case'4':PerformanceTester[_0x28e987(0x147)](PerformanceEvents[_0x28e987(0xef)]);continue;case'5':try{await TestHubHandler[_0x28e987(0x15f)]();}catch(_0x4013e6){logger[_0x28e987(0x117)]('Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20'+util[_0x28e987(0x138)](_0x4013e6));}continue;}break;}});async function _0x4a1aa6(){const _0x585c91=_0x43aa40;try{await _0x590603[_0x585c91(0x173)](),await _0x590603[_0x585c91(0x160)]();}finally{process['chdir'](_0x20a273),await _0x590603[_0x585c91(0x172)]();}}PerformanceTester[_0x43aa40(0x153)](PerformanceEvents[_0x43aa40(0xfe)]),_0x49e70a[_0x43aa40(0x15d)](_0x4a1aa6);}module[a2_0x2b3202(0x149)]=run;
2
+ 'use strict';function a2_0x4a9d(_0x2ecaff,_0x6ad0e){const _0x5b63cf=a2_0x5b63();return a2_0x4a9d=function(_0x4a9db5,_0x14f434){_0x4a9db5=_0x4a9db5-0x98;let _0x2b98bc=_0x5b63cf[_0x4a9db5];return _0x2b98bc;},a2_0x4a9d(_0x2ecaff,_0x6ad0e);}const a2_0x25fc6c=a2_0x4a9d;(function(_0x398eda,_0x2a31c5){const _0x31618c=a2_0x4a9d,_0x1a01cd=_0x398eda();while(!![]){try{const _0x42755e=-parseInt(_0x31618c(0xff))/0x1*(parseInt(_0x31618c(0x101))/0x2)+parseInt(_0x31618c(0x104))/0x3+-parseInt(_0x31618c(0x127))/0x4+parseInt(_0x31618c(0xcf))/0x5*(-parseInt(_0x31618c(0xeb))/0x6)+parseInt(_0x31618c(0x99))/0x7*(parseInt(_0x31618c(0xa2))/0x8)+-parseInt(_0x31618c(0xe8))/0x9*(parseInt(_0x31618c(0xce))/0xa)+parseInt(_0x31618c(0x9a))/0xb;if(_0x42755e===_0x2a31c5)break;else _0x1a01cd['push'](_0x1a01cd['shift']());}catch(_0x211416){_0x1a01cd['push'](_0x1a01cd['shift']());}}}(a2_0x5b63,0x6c284));const fs=require('fs'),path=require(a2_0x25fc6c(0xf2)),util=require('util'),process=require('process'),logger=require(a2_0x25fc6c(0xb4))[a2_0x25fc6c(0xae)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a2_0x25fc6c(0xf5)),utilities=require(a2_0x25fc6c(0xa5)),{checkAccessibilityPlatformConfig}=require(a2_0x25fc6c(0xb5)),{setAccessibilityCapabilities}=require('../../bin/playwright/accessibility-helper'),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x25fc6c(0xf5)),CodeceptJS=requireModule(a2_0x25fc6c(0xf1),a2_0x25fc6c(0xee)),testOpsHelper=require('../../helpers/test-observability/utils'),TestHubHandler=require(a2_0x25fc6c(0x98)),constants=require(a2_0x25fc6c(0x120)),PerformanceTester=require('../../helpers/performance/performance-tester'),{FRAMEWORKS}=require(a2_0x25fc6c(0x117)),PerformanceEvents=require(a2_0x25fc6c(0x125))[a2_0x25fc6c(0xc6)],ClientTroubleShootingService=require(a2_0x25fc6c(0x12d)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x83218b,_0x5e81b4)=>{const _0x8302c2=a2_0x25fc6c,_0x56f28a={};_0x56f28a[_0x8302c2(0xf4)]=function(_0x2c7628,_0x26e26b){return _0x2c7628===_0x26e26b;},_0x56f28a[_0x8302c2(0xad)]=_0x8302c2(0xe7),_0x56f28a[_0x8302c2(0x126)]='codecept.json';const _0x5a2a12=_0x56f28a;let _0x4163ec=null;const _0x181923={};let _0x47e316=_0x5e81b4[_0x8302c2(0xe4)](_0x332614=>_0x332614==='--config');_0x5a2a12[_0x8302c2(0xf4)](_0x47e316,-0x1)&&(_0x47e316=_0x5e81b4[_0x8302c2(0xe4)](_0x7ed488=>_0x7ed488==='-c'));if(!helper[_0x8302c2(0xa1)](_0x83218b[_0x8302c2(0xa4)])&&fs[_0x8302c2(0x9e)](path[_0x8302c2(0x113)](process['cwd'](),_0x83218b['config'])))_0x4163ec=path[_0x8302c2(0x113)](process['cwd'](),_0x83218b['config']),_0x5e81b4[_0x8302c2(0xf9)](_0x47e316,0x2);else{if(!helper[_0x8302c2(0xa1)](_0x83218b['c'])&&fs[_0x8302c2(0x9e)](path[_0x8302c2(0x113)](process[_0x8302c2(0xc5)](),_0x83218b['c'])))_0x4163ec=path[_0x8302c2(0x113)](process[_0x8302c2(0xc5)](),_0x83218b['c']),_0x5e81b4['slice'](_0x47e316,0x2);else{if(fs[_0x8302c2(0x9e)](path[_0x8302c2(0x113)](process['cwd'](),_0x5a2a12[_0x8302c2(0xad)])))_0x4163ec=path['join'](process[_0x8302c2(0xc5)](),_0x5a2a12[_0x8302c2(0xad)]);else fs['existsSync'](path[_0x8302c2(0x113)](process[_0x8302c2(0xc5)](),_0x5a2a12[_0x8302c2(0x126)]))&&(_0x4163ec=path[_0x8302c2(0x113)](process[_0x8302c2(0xc5)](),_0x5a2a12[_0x8302c2(0x126)]));}}return process[_0x8302c2(0xf6)][_0x8302c2(0xa3)]=_0x4163ec,_0x4163ec;},getO11yRerunPattern=()=>{const _0x83b16b=a2_0x25fc6c,_0x2e7f4e=helper[_0x83b16b(0xc4)](process[_0x83b16b(0xf6)]['BROWSERSTACK_RERUN']);if(_0x2e7f4e){const _0x3f896e=process[_0x83b16b(0xf6)]['BROWSERSTACK_RERUN_TESTS'],_0x3468a2=[];if(helper['validateRerunTestList'](_0x3f896e)&&!helper[_0x83b16b(0xa1)](_0x3f896e)){_0x3f896e['split'](',')[_0x83b16b(0x11e)](_0x4cf82f=>{const _0x1dd151=_0x83b16b;_0x3468a2[_0x1dd151(0x114)]('('+_0x4cf82f['trim']()+')');});const _0x137349='^'+_0x3468a2['join']('|')+'$';return _0x137349;}}return null;},a2_0x1a7552={};function a2_0x5b63(){const _0x3910aa=['playwright-webkit','BROWSERSTACK_TEST_ACCESSIBILITY_YML','enabled','browserName','fXNWV','winstonLogger','hubUrl','gEHEa','result','chdir','gherkin','../../helpers/logger','../../helpers/accessibility-automation/helper','PcIBV','now','jKuhA','nnzTj','BVhEu','load','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','accessibility','stack','title','testObservability','errorMessage','firefox','FRAMEWORKS','isTrue','cwd','EVENTS','info','debug','profile','ANVom','YluhI','mhfNF','testContextOptions','1360oJtCzb','179920TSdHvR','0|4|5|3|1|2','event','key','browser','CODECEPT','BrowserStackPlugin','end','SNqoQ','skipSessionStatus','test','/wd/hub','split','createGroupsOfSuites','replace','SDK_CLEANUP','helpers','platforms','all','isTestObservabilitySession','Playwright','findIndex','browserWSEndpoint','validPlatformsPresent','codecept.conf.js','40023cEWcMw','eBmeA','browserStackCwd','42ZPsOga','addOptions','log','codeceptjs','accessibilityOptions','mergeDeep','codeceptjs/lib/index.js','path','addTests','TRenr','../../helpers/helper','env','parallelsPerPlatform','UVrbS','slice','failed','bnLhN','useW3C','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','chromium','301565PdaHVN','IjEJy','2iaaRTv','stop','Failed\x20:\x20','103302kPVvsA','printResults','handleApp','setAdditionalCapabilities','user','start','teardownAll','BrowserStackPlugin.js','root','userName','prepareCapabilities','printBuildLink','GhTKB','Started\x20:\x20','getPlaywrightUrl','join','push','frameworkName','toLowerCase','../../helpers/test-observability/constants','vsdqv','YlHPz','LrdVK','bwEDJ','exports','before','map','assign','../utils/constants','VtqjA','run','chrome','skipSessionName','../../helpers/performance/constants','ApeaB','1786356mPisFP','forEach','dirname','initialize','EiQpG','isEmpty','../utils/clientTroubleshootingService','require','YZjEP','cHUSb','webkit','BBtvw','jzpcx','desiredCapabilities','../../helpers/testhub/testhubHandler','5173tRFCJX','21147665bncrtH','playwright-firefox','addConfig','passed','existsSync','playwright-chromium','plugins','isUndefined','984StJTcU','USER_CONFIG_DETAILS_PATH','config','../../helpers/utilities','BROWSERSTACK_TEST_OBSERVABILITY_YML','cOjrm','stringify'];a2_0x5b63=function(){return _0x3910aa;};return a2_0x5b63();}a2_0x1a7552[a2_0x25fc6c(0x123)]=a2_0x25fc6c(0xfe),a2_0x1a7552[a2_0x25fc6c(0x9f)]=a2_0x25fc6c(0xfe),a2_0x1a7552[a2_0x25fc6c(0x9b)]=a2_0x25fc6c(0xc2),a2_0x1a7552[a2_0x25fc6c(0xa9)]=a2_0x25fc6c(0x131);const pwToCodeceptBrowser=a2_0x1a7552;async function run(_0xb3ae14,_0x312291,_0x204e35){const _0x21db9b=a2_0x25fc6c,_0x3fde0a={'PcIBV':function(_0x48be3e,_0xf846f){return _0x48be3e+_0xf846f;},'BBtvw':function(_0x258028,_0x3761e6){return _0x258028(_0x3761e6);},'vsdqv':function(_0x2c9a0e,_0x3991ac){return _0x2c9a0e+_0x3991ac;},'VtqjA':function(_0x16418e,_0x38cb2a,_0x1da14f){return _0x16418e(_0x38cb2a,_0x1da14f);},'LrdVK':_0x21db9b(0xdf),'nnzTj':function(_0x48f498){return _0x48f498();},'BVhEu':_0x21db9b(0xda),'QFKUr':function(_0x3bfa32){return _0x3bfa32();},'eBmeA':function(_0x181dad){return _0x181dad();},'ANVom':_0x21db9b(0x103),'mhfNF':'Passed\x20:\x20','bnLhN':_0x21db9b(0x111),'RSYDR':_0x21db9b(0xd0),'IjEJy':_0x21db9b(0xbc),'YluhI':_0x21db9b(0xe3),'SNqoQ':'WebDriver','YZjEP':function(_0x3c0871,_0x5d7bbe){return _0x3c0871(_0x5d7bbe);},'EiQpG':function(_0x36d975,_0x5b49cb){return _0x36d975!=_0x5b49cb;},'UVrbS':function(_0x55172e,_0x41a0f6){return _0x55172e===_0x41a0f6;},'cOjrm':function(_0x5c35e1,_0x32c073,_0x561c9f){return _0x5c35e1(_0x32c073,_0x561c9f);},'YlHPz':_0x21db9b(0xb3),'bfpCZ':function(_0x93a91b,_0x4b8c83){return _0x93a91b*_0x4b8c83;},'vxeDR':_0x21db9b(0xd3),'MtawD':function(_0x32b9cd,_0x4a772c,_0x5b923f){return _0x32b9cd(_0x4a772c,_0x5b923f);},'jKuhA':'desiredCapabilities','GhTKB':function(_0x7b6474,_0x22f1c9,_0x35d3c6){return _0x7b6474(_0x22f1c9,_0x35d3c6);},'bwEDJ':_0x21db9b(0x10c),'jzpcx':_0x21db9b(0x10b),'gEHEa':_0x21db9b(0xea),'cHUSb':function(_0x22ab39){return _0x22ab39();}};await _0x204e35[_0x21db9b(0x12a)](_0xb3ae14),await helper[_0x21db9b(0x106)](_0x204e35['config']);if(!_0x204e35['config'])return;process[_0x21db9b(0xc9)]=_0xb3ae14['profile'];_0xb3ae14[_0x21db9b(0xc9)]&&(process[_0x21db9b(0xf6)]['profile']=_0xb3ae14[_0x21db9b(0xc9)]);const _0x374343=_0x3fde0a['VtqjA'](getUserCodeceptJSConfigs,_0xb3ae14,_0x312291);let _0x3bda5f={};_0x374343?(logger[_0x21db9b(0xc7)]('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0x374343),_0x3bda5f=CodeceptJS[_0x21db9b(0xa4)][_0x21db9b(0xbb)](_0x374343)):logger[_0x21db9b(0xc7)](_0x3fde0a[_0x21db9b(0x100)]);let _0x2a36b7=![];_0x3fde0a['VtqjA'](nestedKeyValue,_0x3bda5f,[_0x3fde0a['LrdVK'],_0x3fde0a[_0x21db9b(0xcb)]])&&(_0x2a36b7=!![]);const _0x827b67=_0x2a36b7?_0x3fde0a[_0x21db9b(0xcb)]:_0x3fde0a[_0x21db9b(0xd7)];let _0x2a76ff=!_0x2a36b7?helper[_0x21db9b(0xfc)](_0x204e35['config']):![];!helper['isUndefined'](_0x204e35[_0x21db9b(0xa4)][_0x21db9b(0xef)])&&(process[_0x21db9b(0xf6)][_0x21db9b(0xfd)]=JSON[_0x21db9b(0xa8)](_0x204e35[_0x21db9b(0xa4)][_0x21db9b(0xef)]));let _0x6e8db=_0x204e35['config'][_0x21db9b(0xbd)];_0x6e8db=_0x6e8db||_0x3fde0a[_0x21db9b(0x12f)](checkAccessibilityPlatformConfig,_0x204e35['config']),process[_0x21db9b(0xf6)][_0x21db9b(0xaa)]=_0x6e8db;_0x6e8db&&(_0x2a76ff=!_0x6e8db);_0x3fde0a[_0x21db9b(0x12b)](_0x204e35[_0x21db9b(0xa4)][_0x21db9b(0xc0)],null)?process['env']['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x204e35[_0x21db9b(0xa4)][_0x21db9b(0xc0)]:process[_0x21db9b(0xf6)][_0x21db9b(0xa6)]=_0x3fde0a[_0x21db9b(0xf8)](_0x827b67,_0x3fde0a[_0x21db9b(0xcb)]);const _0x39b31e=_0x3fde0a[_0x21db9b(0xa7)](nestedKeyValue,_0x3bda5f,[_0x3fde0a[_0x21db9b(0x119)]]),_0x30e1c7=_0x39b31e&&!helper[_0x21db9b(0x12c)](_0x39b31e)?FRAMEWORKS['CODECEPT_CUCUMBER']:FRAMEWORKS[_0x21db9b(0xd4)],_0x112036=await TestHubHandler['launchBuild'](_0x30e1c7,_0x204e35);_0x6e8db&&_0x3fde0a['BBtvw'](setAccessibilityCapabilities,_0x204e35[_0x21db9b(0xa4)]);const _0x59edf0={},_0x273f5b=[],_0x46cf4b=_0x204e35[_0x21db9b(0xa4)][_0x21db9b(0xf7)]||helper['getUserWorkerCount'](_0xb3ae14,_0x312291,_0x204e35[_0x21db9b(0xa4)],constants['FRAMEWORKS'][_0x21db9b(0xd4)])||0x1;let _0x1c0414=0x1;if(_0x3fde0a[_0x21db9b(0xe9)](isBrowserstackInfra)){const _0x24a386=helper[_0x21db9b(0x10e)](_0x204e35[_0x21db9b(0xa4)],_0x2a76ff,constants[_0x21db9b(0xc3)][_0x21db9b(0xd4)]);_0x24a386[_0x21db9b(0x128)](_0x1d807a=>{const _0x2af7c4=_0x21db9b;helper[_0x2af7c4(0x107)](_0x1d807a);}),helper[_0x21db9b(0xe6)](_0x204e35['config'])?_0x1c0414=_0x3fde0a['bfpCZ'](_0x46cf4b,_0x204e35['config']['platforms']['length']):_0x1c0414=_0x46cf4b,_0x24a386[_0x21db9b(0x128)](_0x16f642=>{const _0x249ce8=_0x21db9b,_0xaa50cb=_0x3fde0a[_0x249ce8(0x118)](helper['getPlatformName'](_0x16f642,'_'),'_'+Date[_0x249ce8(0xb7)]()),_0x209a33=((()=>{const _0x4e9447=_0x249ce8;if(_0x2a36b7){const _0x58041a=pwToCodeceptBrowser[_0x16f642[_0x4e9447(0xac)]]||_0x16f642[_0x4e9447(0xac)];return{'browser':_0x58041a,[_0x58041a]:{'browserWSEndpoint':_0x3fde0a[_0x4e9447(0xb6)](helper[_0x4e9447(0x112)](_0x204e35[_0x4e9447(0xa4)]),_0x3fde0a[_0x4e9447(0x132)](encodeURIComponent,JSON['stringify'](_0x16f642)))}};}const _0x593725={};return _0x593725[_0x4e9447(0x134)]=_0x16f642,_0x593725[_0x4e9447(0x108)]=_0x204e35[_0x4e9447(0xa4)][_0x4e9447(0x10d)],_0x593725[_0x4e9447(0xd2)]=_0x204e35[_0x4e9447(0xa4)]['accessKey'],_0x593725;})()),_0x3faff6=_0x3fde0a[_0x249ce8(0x121)](nestedKeyValue,_0x3bda5f,[_0x3fde0a[_0x249ce8(0x11a)],_0x827b67]);_0x59edf0[_0xaa50cb]=_0x3faff6?helper[_0x249ce8(0xf0)](_0x209a33,_0x3faff6):_0x209a33;if(_0x2a36b7)_0x59edf0[_0xaa50cb][_0x249ce8(0xd3)]=pwToCodeceptBrowser[_0x16f642['browserName']]||_0x16f642[_0x249ce8(0xac)];else{_0x59edf0[_0xaa50cb][_0x249ce8(0xd3)]=_0x16f642[_0x249ce8(0xac)]||_0x209a33[_0x249ce8(0xd3)];if(_0x3fde0a[_0x249ce8(0xb9)](isBrowserstackInfra)){_0x59edf0[_0xaa50cb]['host']=constants[_0x249ce8(0xaf)][_0x249ce8(0xdd)](_0x3fde0a[_0x249ce8(0xba)],'')[_0x249ce8(0xdd)](/https?:\/\//,'');;_0x59edf0[_0xaa50cb]['path']=_0x3fde0a[_0x249ce8(0xba)];}}_0x273f5b[_0x249ce8(0x114)](_0xaa50cb);});}else{_0x1c0414=0x1;if(_0x2a36b7){const _0x54669d=_0x3fde0a[_0x21db9b(0xa7)](nestedKeyValue,_0x3bda5f,[_0x3fde0a[_0x21db9b(0x11a)],_0x827b67,_0x3fde0a['vxeDR']]),_0x85f07b=_0x3fde0a['MtawD'](nestedKeyValue,_0x3bda5f,[_0x3fde0a[_0x21db9b(0x11a)],_0x827b67,_0x54669d]);if(_0x85f07b&&_0x85f07b[_0x21db9b(0xe5)]){const _0xd705df={};_0xd705df[_0x21db9b(0xe0)]=[],_0x85f07b['browserWSEndpoint']=helper[_0x21db9b(0x10e)](Object[_0x21db9b(0x11f)]({},_0x204e35['config'],_0xd705df),null,_0x30e1c7[_0x21db9b(0x116)](),null,null,_0x85f07b[_0x21db9b(0xe5)]);}}else{const _0x3e943f={};_0x3e943f[_0x21db9b(0xe0)]=[],_0x3bda5f[_0x3fde0a[_0x21db9b(0x11a)]][_0x827b67][_0x3fde0a['jKuhA']]=helper[_0x21db9b(0x10e)](Object[_0x21db9b(0x11f)]({},_0x204e35[_0x21db9b(0xa4)],_0x3e943f),null,_0x30e1c7['toLowerCase'](),_0x3fde0a[_0x21db9b(0x110)](nestedKeyValue,_0x3bda5f,[_0x3fde0a[_0x21db9b(0x11a)],_0x827b67,_0x3fde0a[_0x21db9b(0xb8)]])||{},null,null);}_0x59edf0[_0x3fde0a[_0x21db9b(0x11b)]]=_0x3bda5f,_0x273f5b[_0x21db9b(0x114)](_0x3fde0a[_0x21db9b(0x11b)]);}const _0x320baf={};_0x320baf['testConfig']=_0x374343;const _0x489b5f=_0x320baf,_0x2ddcbb=path[_0x21db9b(0x113)](__dirname,_0x3fde0a[_0x21db9b(0x133)]),_0x3dae81=process[_0x21db9b(0xc5)]();process[_0x21db9b(0xf6)][_0x3fde0a[_0x21db9b(0xb0)]]=_0x3dae81,process['chdir'](path[_0x21db9b(0x129)](_0x374343));const _0x11ab1f=new CodeceptJS['Workers'](null,_0x489b5f),_0x45b7c1=_0x11ab1f[_0x21db9b(0xdc)](_0x1c0414),_0x10ec68=testOpsHelper[_0x21db9b(0xe2)](),_0x5ec2fa=_0x273f5b[_0x21db9b(0x11e)](_0x28e65f=>{const _0xd3095e=_0x21db9b,_0xc25f2e={};_0xc25f2e['Playwright']=_0x59edf0[_0x28e65f];const _0x330ddd={};_0x330ddd['WebDriver']=_0x59edf0[_0x28e65f];const _0x195123=_0x2a36b7?_0xc25f2e:_0x330ddd,_0x3a1276=_0x3fde0a['QFKUr'](getO11yRerunPattern),_0x49e35f={};_0x49e35f[_0xd3095e(0xdf)]=_0x195123;const _0x39365e={};_0x39365e[_0xd3095e(0x12e)]=_0x2ddcbb,_0x39365e[_0xd3095e(0xab)]=!![],_0x39365e[_0xd3095e(0x124)]=_0x204e35[_0xd3095e(0xa4)][_0xd3095e(0xcd)][_0xd3095e(0x124)],_0x39365e[_0xd3095e(0xd8)]=_0x204e35[_0xd3095e(0xa4)][_0xd3095e(0xcd)][_0xd3095e(0xd8)],_0x39365e[_0xd3095e(0xc0)]=_0x10ec68,_0x39365e[_0xd3095e(0x115)]=_0x30e1c7;const _0x208e78={};_0x208e78[_0xd3095e(0xd5)]=_0x39365e;const _0x59fab9={};return _0x59fab9[_0xd3095e(0xa0)]=_0x208e78,helper[_0xd3095e(0xf0)]({},_0x3bda5f,_0x3fde0a[_0xd3095e(0xe9)](isBrowserstackInfra)?_0x49e35f:{},_0x3a1276?{'grep':_0x3a1276}:{},_0x59fab9);});for(const _0x42a20e of _0x5ec2fa){for(const _0x4f337e of _0x45b7c1){const _0x5606c5=_0x11ab1f['spawn']();_0x5606c5[_0x21db9b(0xf3)](_0x4f337e),_0x5606c5[_0x21db9b(0x9c)](_0x42a20e);const _0x462bcd={};_0x462bcd[_0x21db9b(0xa4)]=_0x374343,_0x5606c5[_0x21db9b(0xec)](Object['assign'](_0x462bcd,_0xb3ae14));}}_0x11ab1f['on'](CodeceptJS['event'][_0x21db9b(0xd9)][_0x21db9b(0xfa)],(_0x2ca673,_0x471292)=>{const _0x5a6296=_0x21db9b;console[_0x5a6296(0xed)](_0x3fde0a[_0x5a6296(0xca)],_0x2ca673[_0x5a6296(0xbf)]);const _0x27821d={[_0x2ca673['title']]:_0x2ca673['err'][_0x5a6296(0xbe)]};_testErrorData['push'](_0x27821d);}),_0x11ab1f['on'](CodeceptJS[_0x21db9b(0xd1)][_0x21db9b(0xd9)][_0x21db9b(0x9d)],async _0x5bc055=>{const _0x34b0b8=_0x21db9b;console[_0x34b0b8(0xed)](_0x3fde0a[_0x34b0b8(0xcc)],_0x5bc055[_0x34b0b8(0xbf)]);}),_0x11ab1f['on'](CodeceptJS[_0x21db9b(0xd1)][_0x21db9b(0xd9)][_0x21db9b(0x11d)],async _0x5c0d3c=>{const _0x4b1b41=_0x21db9b;console[_0x4b1b41(0xed)](_0x3fde0a[_0x4b1b41(0xfb)],_0x5c0d3c[_0x4b1b41(0xbf)]);}),_0x11ab1f['on'](CodeceptJS[_0x21db9b(0xd1)][_0x21db9b(0xe1)][_0x21db9b(0xb1)],async()=>{const _0x1bd3d3=_0x21db9b,_0x3da25d=_0x3fde0a['RSYDR'][_0x1bd3d3(0xdb)]('|');let _0x4f3f5c=0x0;while(!![]){switch(_0x3da25d[_0x4f3f5c++]){case'0':PerformanceTester[_0x1bd3d3(0x109)](PerformanceEvents[_0x1bd3d3(0xde)]);continue;case'1':try{await TestHubHandler[_0x1bd3d3(0x102)]();}catch(_0x5c24cc){logger[_0x1bd3d3(0xc8)]('Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20'+util['format'](_0x5c24cc));}continue;case'2':_0x11ab1f[_0x1bd3d3(0x105)]();continue;case'3':utilities['finalExecution'](_0x204e35);continue;case'4':_0x204e35[_0x1bd3d3(0xc1)]=_testErrorData;continue;case'5':testOpsHelper[_0x1bd3d3(0x10f)]();continue;}break;}});async function _0xa85061(){const _0x319db9=_0x21db9b;try{await _0x11ab1f['bootstrapAll'](),await _0x11ab1f[_0x319db9(0x122)]();}finally{process[_0x319db9(0xb2)](_0x3dae81),await _0x11ab1f[_0x319db9(0x10a)]();}}PerformanceTester[_0x21db9b(0xd6)](PerformanceEvents['SDK_SETUP']),_0x3fde0a[_0x21db9b(0x130)](_0xa85061);}module[a2_0x25fc6c(0x11c)]=run;
@@ -1 +1 @@
1
- const a3_0x1042d2=a3_0x2fc2;function a3_0x2fc2(_0x560079,_0x12ed5f){const _0x1e6e22=a3_0x1e6e();return a3_0x2fc2=function(_0x2fc2ce,_0xbca99b){_0x2fc2ce=_0x2fc2ce-0x193;let _0x32f720=_0x1e6e22[_0x2fc2ce];return _0x32f720;},a3_0x2fc2(_0x560079,_0x12ed5f);}(function(_0x389b60,_0x53b6c3){const _0x25fd66=a3_0x2fc2,_0x58a0a4=_0x389b60();while(!![]){try{const _0x537f68=-parseInt(_0x25fd66(0x1bf))/0x1*(-parseInt(_0x25fd66(0x195))/0x2)+parseInt(_0x25fd66(0x1a8))/0x3+parseInt(_0x25fd66(0x1cd))/0x4*(-parseInt(_0x25fd66(0x1c1))/0x5)+parseInt(_0x25fd66(0x1b0))/0x6+-parseInt(_0x25fd66(0x1ba))/0x7*(-parseInt(_0x25fd66(0x1d0))/0x8)+-parseInt(_0x25fd66(0x1cf))/0x9*(parseInt(_0x25fd66(0x196))/0xa)+-parseInt(_0x25fd66(0x1d5))/0xb;if(_0x537f68===_0x53b6c3)break;else _0x58a0a4['push'](_0x58a0a4['shift']());}catch(_0x109905){_0x58a0a4['push'](_0x58a0a4['shift']());}}}(a3_0x1e6e,0x44c8c));const {isUndefined,nestedKeyValue}=require(a3_0x1042d2(0x1df)),logger=require(a3_0x1042d2(0x19f))[a3_0x1042d2(0x1c8)],PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{isAccessibilityAutomationSession}=require(a3_0x1042d2(0x1ac)),{getObservabilityLinkedProductName}=require(a3_0x1042d2(0x1a6)),getOSVersionFromCaps=_0x2506f3=>{const _0x43e0ff=a3_0x1042d2,_0x2a2ae9={};_0x2a2ae9[_0x43e0ff(0x1ab)]='bstack:options',_0x2a2ae9[_0x43e0ff(0x1ae)]=_0x43e0ff(0x1d9),_0x2a2ae9[_0x43e0ff(0x1d8)]=_0x43e0ff(0x19b),_0x2a2ae9[_0x43e0ff(0x1a7)]=_0x43e0ff(0x198),_0x2a2ae9['izafP']=_0x43e0ff(0x1bd);const _0x1887da=_0x2a2ae9;if(!_0x2506f3)return null;const _0x2d2204=_0x2506f3[_0x1887da['jzECa']],_0x126cf3=[_0x1887da[_0x43e0ff(0x1ae)],_0x1887da[_0x43e0ff(0x1d8)],_0x1887da[_0x43e0ff(0x1a7)],_0x1887da['izafP']];for(const _0x2a7552 of _0x126cf3){if(_0x2d2204&&_0x2d2204[_0x2a7552])return _0x2d2204[_0x2a7552];else{if(_0x2506f3[_0x2a7552])return _0x2506f3[_0x2a7552];}}return null;};function a3_0x1e6e(){const _0x2ff08d=['platform_version','TobaL','latest','zyxGB','../../helpers/logger','constructor','Playwright','deviceName','platform','browserWSEndpoint','get','../../helpers/test-observability/utils','seQgi','257649rYWHSe','tKqwx','config','jzECa','../../helpers/accessibility-automation/helper','capabilities','eJcib','VTaPA','551274nvXaoJ','parse','BGdEX','IOYBS','browser','shouldPatchExecuteScript','gSjrA','browserstack_accessibility_automation_script','warn','SzMtU','56819oiAqVh','browser_version','ltTEa','os_version','GbxJR','371839qvxUOL','includes','76190yeNcaI','searchParams','sessionId','SbOHR','string','VOShz','dpEst','winstonLogger','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','browserName','desiredCapabilities','accessibilityPlatform','40OIleLN','getDetails','54KZaFki','248UljzVZ','browserVersion','TbAMe','JHfvf','name','3339974nREKji','yNCvK','chrome','XATfV','platformVersion','kxyiE','playwright-chromium','gWtcn','WebDriver','oCuOC','../../helpers/helper','wQZIG','yRKJX','jbkIW','WmlhK','pDIUJ','2woqXds','105790LlqUWp','browserstack_executor','osVersion','caps','platformName'];a3_0x1e6e=function(){return _0x2ff08d;};return a3_0x1e6e();}exports['fetchPlatformDetails']=_0xd85a02=>{const _0x19c8bb=a3_0x1042d2,_0x1f04eb={'oCuOC':'unknown_grid','GbxJR':function(_0x28ecdb,_0x229f5e){return _0x28ecdb===_0x229f5e;},'gWtcn':_0x19c8bb(0x1dd),'EBGnB':function(_0x13f25f,_0x5706d6){return _0x13f25f(_0x5706d6);},'pDIUJ':function(_0x533092,_0x274ca6,_0x215fe2){return _0x533092(_0x274ca6,_0x215fe2);},'kxyiE':_0x19c8bb(0x1aa),'blZst':_0x19c8bb(0x1cb),'yNCvK':function(_0x170f14,_0x35ae49){return _0x170f14===_0x35ae49;},'ltTEa':_0x19c8bb(0x1a1),'wQZIG':function(_0x4872cc,_0x5d5729,_0x54e4f6){return _0x4872cc(_0x5d5729,_0x54e4f6);},'yRKJX':'browser','WmlhK':_0x19c8bb(0x1a4),'LycTC':_0x19c8bb(0x199),'tKqwx':function(_0x1eab08,_0x397f20){return _0x1eab08(_0x397f20);}};if(!_0xd85a02)return null;let _0x1dafa9=global['__cloud_provider___']||_0x1f04eb[_0x19c8bb(0x1de)];if(_0x1f04eb[_0x19c8bb(0x1be)](_0xd85a02[_0x19c8bb(0x1a0)][_0x19c8bb(0x1d4)],_0x1f04eb[_0x19c8bb(0x1dc)])){const _0x4c5005=_0xd85a02[_0x19c8bb(0x1b4)];if(!_0x4c5005)return null;const _0x223bb1=_0x4c5005['capabilities'],_0x35053d=_0x1f04eb['EBGnB'](getOSVersionFromCaps,_0x1f04eb[_0x19c8bb(0x194)](nestedKeyValue,_0xd85a02,[_0x1f04eb[_0x19c8bb(0x1da)],_0x1f04eb['blZst']]));return{[_0x1dafa9]:{'browser':_0x223bb1[_0x19c8bb(0x1ca)],'browser_version':_0x223bb1[_0x19c8bb(0x1d1)],'capabilities':_0x223bb1,'platform':_0x223bb1[_0x19c8bb(0x19a)],'platform_version':_0x223bb1[_0x19c8bb(0x1d9)]||_0x35053d,'product':_0x1f04eb['EBGnB'](getObservabilityLinkedProductName,_0x223bb1),'session_id':_0x4c5005[_0x19c8bb(0x1c3)]}};}else{if(_0x1f04eb[_0x19c8bb(0x1d6)](_0xd85a02[_0x19c8bb(0x1a0)]['name'],_0x1f04eb[_0x19c8bb(0x1bc)])){const _0xe6e2e6=PlaywrightSessionDetails[_0x19c8bb(0x1ce)]();_0x1dafa9=_0xe6e2e6['cloudProvider']||_0x1dafa9;const _0xe5fdd5=_0x1f04eb[_0x19c8bb(0x1e0)](nestedKeyValue,_0xd85a02,[_0x1f04eb[_0x19c8bb(0x1da)],_0x1f04eb[_0x19c8bb(0x1e1)],_0x1f04eb[_0x19c8bb(0x193)]]),_0x22c908=_0xe5fdd5?JSON[_0x19c8bb(0x1b1)](new URL(_0xe5fdd5)[_0x19c8bb(0x1c2)][_0x19c8bb(0x1a5)](_0x1f04eb['LycTC'])):{};return{[_0x1dafa9]:{'browser':_0xe6e2e6[_0x19c8bb(0x1b4)]||_0x22c908[_0x19c8bb(0x1ca)],'browser_version':_0xe6e2e6[_0x19c8bb(0x1bb)]||_0x22c908[_0x19c8bb(0x1bb)],'capabilities':_0x22c908,'platform':_0xe6e2e6[_0x19c8bb(0x1a3)],'platform_version':_0xe6e2e6[_0x19c8bb(0x19b)],'product':_0x1f04eb[_0x19c8bb(0x1a9)](getObservabilityLinkedProductName,_0x22c908),'session_id':_0xe6e2e6['bsSessionId']}};}}},exports['processWebDriverConfig']=_0x348343=>{const _0xa3c9e=a3_0x1042d2,_0x27e745={'VTaPA':function(_0x5e8341){return _0x5e8341();},'VOShz':function(_0x3253e7,_0x32840a){return _0x3253e7===_0x32840a;},'dpEst':_0xa3c9e(0x19d),'TobaL':function(_0x267df6,_0x5897e7){return _0x267df6>_0x5897e7;},'IOYBS':function(_0x55c29c,_0x12518f){return _0x55c29c(_0x12518f);},'SbOHR':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','zyxGB':function(_0x326b71,_0x52de11){return _0x326b71===_0x52de11;},'gSjrA':_0xa3c9e(0x1d7),'twFDj':function(_0x212670,_0x2b9aaf){return _0x212670===_0x2b9aaf;},'SzMtU':_0xa3c9e(0x1db),'GAcKZ':_0xa3c9e(0x1c9),'eseFT':function(_0x226ad3,_0x45ee42){return _0x226ad3(_0x45ee42);},'TbAMe':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.'};if(_0x27e745[_0xa3c9e(0x1af)](isAccessibilityAutomationSession)){const _0x1834a1=_0x348343[_0xa3c9e(0x1b4)],_0x414af4=_0x1834a1[_0xa3c9e(0x1ad)];global['accessibilityPlatform']=!![],!(_0x27e745[_0xa3c9e(0x1c6)](_0x414af4[_0xa3c9e(0x1d1)],_0x27e745[_0xa3c9e(0x1c7)])||_0x27e745[_0xa3c9e(0x19c)](_0x27e745[_0xa3c9e(0x1b3)](parseInt,_0x414af4['browserVersion']),0x5e))&&(logger[_0xa3c9e(0x1b8)](_0x27e745[_0xa3c9e(0x1c4)]),global[_0xa3c9e(0x1cc)]=![]),!(_0x27e745[_0xa3c9e(0x19e)](_0x414af4['browserName'],_0x27e745[_0xa3c9e(0x1b6)])||_0x27e745['twFDj'](_0x414af4[_0xa3c9e(0x1ca)],_0x27e745[_0xa3c9e(0x1b9)]))&&(logger[_0xa3c9e(0x1b8)](_0x27e745['GAcKZ']),global['accessibilityPlatform']=![]),!_0x27e745['eseFT'](isUndefined,_0x414af4[_0xa3c9e(0x1a2)])&&(logger[_0xa3c9e(0x1b8)](_0x27e745[_0xa3c9e(0x1d2)]),global[_0xa3c9e(0x1cc)]=![]);}},exports[a3_0x1042d2(0x1b5)]=_0x394030=>{const _0xa9e498=a3_0x1042d2,_0x11fa23={};_0x11fa23[_0xa9e498(0x1e2)]=function(_0x348a54,_0x4d560e){return _0x348a54!==_0x4d560e;},_0x11fa23[_0xa9e498(0x1d3)]=_0xa9e498(0x1c5),_0x11fa23[_0xa9e498(0x1b2)]=_0xa9e498(0x197),_0x11fa23['dEXrm']=_0xa9e498(0x1b7);const _0x51c4f6=_0x11fa23;if(!_0x394030)return![];else{if(_0x51c4f6['jbkIW'](typeof _0x394030,_0x51c4f6['JHfvf']))return!![];}return!_0x394030[_0xa9e498(0x1c0)](_0x51c4f6['BGdEX'])&&!_0x394030['includes'](_0x51c4f6['dEXrm']);};
1
+ const a3_0x2d755a=a3_0x4f3c;function a3_0x4f3c(_0x4d8a74,_0x4ab141){const _0xd8208b=a3_0xd820();return a3_0x4f3c=function(_0x4f3cb0,_0x4a6376){_0x4f3cb0=_0x4f3cb0-0xf7;let _0x14002e=_0xd8208b[_0x4f3cb0];return _0x14002e;},a3_0x4f3c(_0x4d8a74,_0x4ab141);}function a3_0xd820(){const _0x3f8c23=['Zlznz','723nrlYpR','caps','WebDriver','UGHDT','parse','SxPdf','config','name','bsSessionId','aWPEm','desiredCapabilities','ylSZU','getDetails','latest','gHfoj','12905010qVKrxM','platform_version','unknown_grid','9AJxoCP','winstonLogger','chrome','LkZIV','get','busFn','578235tNPiCg','osVersion','dxnSt','gWAgY','bDoCk','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','NCcwO','HaueC','4312lSoygw','browserName','browser','4563480IghcLE','shouldPatchExecuteScript','SDgAN','phHCT','3466650ejJcxv','browserWSEndpoint','constructor','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','vnNkc','playwright-chromium','platformName','browserstack_executor','platform','uJswJ','browserstack_accessibility_automation_script','80FCPGih','AGKAP','xAfgz','wSKWL','383822VHxkwY','fetchPlatformDetails','Playwright','browserVersion','VQSiu','sessionId','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','accessibilityPlatform','deviceName','../../helpers/helper','GgpjT','warn','SlaMQ','FxZxi','fFAmW','capabilities','SXDnA','PTsNh','wtsoe','../../helpers/logger','../../helpers/accessibility-automation/helper','os_version','4331012nHtWHn','wMXYR','cloudProvider','platformVersion'];a3_0xd820=function(){return _0x3f8c23;};return a3_0xd820();}(function(_0x138aec,_0x1273a8){const _0x53c6ae=a3_0x4f3c,_0x2144c1=_0x138aec();while(!![]){try{const _0x40127f=parseInt(_0x53c6ae(0x12d))/0x1+parseInt(_0x53c6ae(0x117))/0x2*(-parseInt(_0x53c6ae(0xf7))/0x3)+-parseInt(_0x53c6ae(0x143))/0x4+parseInt(_0x53c6ae(0x11e))/0x5+-parseInt(_0x53c6ae(0x11a))/0x6+parseInt(_0x53c6ae(0x10f))/0x7*(parseInt(_0x53c6ae(0x129))/0x8)+parseInt(_0x53c6ae(0x109))/0x9*(parseInt(_0x53c6ae(0x106))/0xa);if(_0x40127f===_0x1273a8)break;else _0x2144c1['push'](_0x2144c1['shift']());}catch(_0x250514){_0x2144c1['push'](_0x2144c1['shift']());}}}(a3_0xd820,0xcad36));const {isUndefined,nestedKeyValue}=require(a3_0x2d755a(0x136)),logger=require(a3_0x2d755a(0x140))[a3_0x2d755a(0x10a)],PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{isAccessibilityAutomationSession}=require(a3_0x2d755a(0x141)),{getObservabilityLinkedProductName}=require('../../helpers/test-observability/utils'),getOSVersionFromCaps=_0x1d5cfb=>{const _0x4416a4=a3_0x2d755a,_0x51dcaa={};_0x51dcaa[_0x4416a4(0x13f)]='bstack:options',_0x51dcaa[_0x4416a4(0x100)]=_0x4416a4(0x146),_0x51dcaa[_0x4416a4(0x12b)]='platform_version',_0x51dcaa[_0x4416a4(0x113)]=_0x4416a4(0x110),_0x51dcaa[_0x4416a4(0x11d)]=_0x4416a4(0x142);const _0x32f306=_0x51dcaa;if(!_0x1d5cfb)return null;const _0x539f5a=_0x1d5cfb[_0x32f306[_0x4416a4(0x13f)]],_0x274da7=[_0x32f306['aWPEm'],_0x32f306[_0x4416a4(0x12b)],_0x32f306['bDoCk'],_0x32f306[_0x4416a4(0x11d)]];for(const _0x5e8d61 of _0x274da7){if(_0x539f5a&&_0x539f5a[_0x5e8d61])return _0x539f5a[_0x5e8d61];else{if(_0x1d5cfb[_0x5e8d61])return _0x1d5cfb[_0x5e8d61];}}return null;};exports[a3_0x2d755a(0x12e)]=_0x4a8055=>{const _0x243ac7=a3_0x2d755a,_0x19a7b0={'mWdFA':_0x243ac7(0x108),'PTsNh':function(_0x2eb990,_0x3ebf10){return _0x2eb990===_0x3ebf10;},'gHfoj':_0x243ac7(0xf9),'VQSiu':function(_0x4ed891,_0x3c17c9){return _0x4ed891(_0x3c17c9);},'SlaMQ':function(_0x45ed2d,_0x2328f5,_0x39f8d7){return _0x45ed2d(_0x2328f5,_0x39f8d7);},'wMXYR':_0x243ac7(0xfd),'Zlznz':_0x243ac7(0x101),'OIwvR':function(_0xb54f1d,_0x1c24e8){return _0xb54f1d(_0x1c24e8);},'jytUs':function(_0x37f0b6,_0x302ee6){return _0x37f0b6===_0x302ee6;},'LkZIV':_0x243ac7(0x12f),'NCcwO':'browser','gWAgY':_0x243ac7(0x11f),'SxPdf':_0x243ac7(0xf8),'FxZxi':function(_0x31b648,_0x5a16a3){return _0x31b648(_0x5a16a3);}};if(!_0x4a8055)return null;let _0x49d3a0=global['__cloud_provider___']||_0x19a7b0['mWdFA'];if(_0x19a7b0[_0x243ac7(0x13e)](_0x4a8055[_0x243ac7(0x120)][_0x243ac7(0xfe)],_0x19a7b0[_0x243ac7(0x105)])){const _0x5b86e8=_0x4a8055[_0x243ac7(0x119)];if(!_0x5b86e8)return null;const _0x23b277=_0x5b86e8[_0x243ac7(0x13c)],_0x1804d8=_0x19a7b0[_0x243ac7(0x131)](getOSVersionFromCaps,_0x19a7b0[_0x243ac7(0x139)](nestedKeyValue,_0x4a8055,[_0x19a7b0[_0x243ac7(0x144)],_0x19a7b0[_0x243ac7(0x147)]]));return{[_0x49d3a0]:{'browser':_0x23b277[_0x243ac7(0x118)],'browser_version':_0x23b277[_0x243ac7(0x130)],'capabilities':_0x23b277,'platform':_0x23b277[_0x243ac7(0x124)],'platform_version':_0x23b277[_0x243ac7(0x146)]||_0x1804d8,'product':_0x19a7b0['OIwvR'](getObservabilityLinkedProductName,_0x23b277),'session_id':_0x5b86e8[_0x243ac7(0x132)]}};}else{if(_0x19a7b0['jytUs'](_0x4a8055['constructor'][_0x243ac7(0xfe)],_0x19a7b0[_0x243ac7(0x10c)])){const _0x24ee4e=PlaywrightSessionDetails[_0x243ac7(0x103)]();_0x49d3a0=_0x24ee4e[_0x243ac7(0x145)]||_0x49d3a0;const _0x43177a=_0x19a7b0[_0x243ac7(0x139)](nestedKeyValue,_0x4a8055,[_0x19a7b0[_0x243ac7(0x144)],_0x19a7b0[_0x243ac7(0x115)],_0x19a7b0[_0x243ac7(0x112)]]),_0xd43e57=_0x43177a?JSON[_0x243ac7(0xfb)](new URL(_0x43177a)['searchParams'][_0x243ac7(0x10d)](_0x19a7b0[_0x243ac7(0xfc)])):{};return{[_0x49d3a0]:{'browser':_0x24ee4e[_0x243ac7(0x119)]||_0xd43e57[_0x243ac7(0x118)],'browser_version':_0x24ee4e['browser_version']||_0xd43e57['browser_version'],'capabilities':_0xd43e57,'platform':_0x24ee4e[_0x243ac7(0x126)],'platform_version':_0x24ee4e[_0x243ac7(0x107)],'product':_0x19a7b0[_0x243ac7(0x13a)](getObservabilityLinkedProductName,_0xd43e57),'session_id':_0x24ee4e[_0x243ac7(0xff)]}};}}},exports['processWebDriverConfig']=_0x2160e6=>{const _0xa106a5=a3_0x2d755a,_0x1bf0af={'SDgAN':function(_0x2ff872){return _0x2ff872();},'fFAmW':function(_0x203fec,_0x2f7eee){return _0x203fec===_0x2f7eee;},'fXJBy':_0xa106a5(0x104),'AGKAP':function(_0x1111cd,_0x926718){return _0x1111cd>_0x926718;},'SXDnA':function(_0x5a7a05,_0x5b395a){return _0x5a7a05(_0x5b395a);},'ylSZU':_0xa106a5(0x133),'dxnSt':_0xa106a5(0x10b),'GgpjT':function(_0x3e1af3,_0x45e71b){return _0x3e1af3===_0x45e71b;},'busFn':_0xa106a5(0x123),'DhjaQ':_0xa106a5(0x121),'uJswJ':_0xa106a5(0x114)};if(_0x1bf0af[_0xa106a5(0x11c)](isAccessibilityAutomationSession)){const _0x1e722f=_0x2160e6['browser'],_0x2802d8=_0x1e722f['capabilities'];global[_0xa106a5(0x134)]=!![],!(_0x1bf0af[_0xa106a5(0x13b)](_0x2802d8['browserVersion'],_0x1bf0af['fXJBy'])||_0x1bf0af[_0xa106a5(0x12a)](_0x1bf0af[_0xa106a5(0x13d)](parseInt,_0x2802d8[_0xa106a5(0x130)]),0x5e))&&(logger[_0xa106a5(0x138)](_0x1bf0af[_0xa106a5(0x102)]),global['accessibilityPlatform']=![]),!(_0x1bf0af[_0xa106a5(0x13b)](_0x2802d8[_0xa106a5(0x118)],_0x1bf0af[_0xa106a5(0x111)])||_0x1bf0af[_0xa106a5(0x137)](_0x2802d8[_0xa106a5(0x118)],_0x1bf0af[_0xa106a5(0x10e)]))&&(logger[_0xa106a5(0x138)](_0x1bf0af['DhjaQ']),global['accessibilityPlatform']=![]),!_0x1bf0af[_0xa106a5(0x13d)](isUndefined,_0x2802d8[_0xa106a5(0x135)])&&(logger[_0xa106a5(0x138)](_0x1bf0af[_0xa106a5(0x127)]),global['accessibilityPlatform']=![]);}},exports[a3_0x2d755a(0x11b)]=_0x336495=>{const _0xb05491=a3_0x2d755a,_0x2b45a3={};_0x2b45a3[_0xb05491(0x122)]=function(_0x1d9e15,_0x1540f3){return _0x1d9e15!==_0x1540f3;},_0x2b45a3[_0xb05491(0xfa)]='string',_0x2b45a3[_0xb05491(0x116)]=_0xb05491(0x125),_0x2b45a3[_0xb05491(0x12c)]=_0xb05491(0x128);const _0x4cabeb=_0x2b45a3;if(!_0x336495)return![];else{if(_0x4cabeb['vnNkc'](typeof _0x336495,_0x4cabeb[_0xb05491(0xfa)]))return!![];}return!_0x336495['includes'](_0x4cabeb[_0xb05491(0x116)])&&!_0x336495['includes'](_0x4cabeb[_0xb05491(0x12c)]);};
@@ -1 +1 @@
1
- const a4_0x3400ec=a4_0x1a32;(function(_0xcaebd8,_0x5d3873){const _0xc88eae=a4_0x1a32,_0x10c94f=_0xcaebd8();while(!![]){try{const _0xc47fbc=-parseInt(_0xc88eae(0xff))/0x1*(parseInt(_0xc88eae(0xd3))/0x2)+parseInt(_0xc88eae(0x128))/0x3*(parseInt(_0xc88eae(0xb1))/0x4)+-parseInt(_0xc88eae(0xa2))/0x5+-parseInt(_0xc88eae(0x9a))/0x6+parseInt(_0xc88eae(0xe1))/0x7*(parseInt(_0xc88eae(0x8c))/0x8)+-parseInt(_0xc88eae(0xcd))/0x9*(parseInt(_0xc88eae(0x15c))/0xa)+parseInt(_0xc88eae(0x94))/0xb;if(_0xc47fbc===_0x5d3873)break;else _0x10c94f['push'](_0x10c94f['shift']());}catch(_0x43017f){_0x10c94f['push'](_0x10c94f['shift']());}}}(a4_0x2051,0xe1e87));function a4_0x1a32(_0x22a894,_0x3b7399){const _0x205149=a4_0x2051();return a4_0x1a32=function(_0x1a321a,_0x4a593b){_0x1a321a=_0x1a321a-0x8c;let _0xb636d2=_0x205149[_0x1a321a];return _0xb636d2;},a4_0x1a32(_0x22a894,_0x3b7399);}const path=require(a4_0x3400ec(0x136)),fs=require('fs'),{v4:uuidv4}=require(a4_0x3400ec(0x137)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x3400ec(0xe7)),testOpsHelper=require('../../helpers/test-observability/utils'),{getTestEnv}=require(a4_0x3400ec(0x108)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),logger=require(a4_0x3400ec(0x14e))[a4_0x3400ec(0x16d)],SessionHandler=require('../../helpers/test-observability/sessionHandler'),RequestQueueHandler=require(a4_0x3400ec(0x12b)),PlaywrightSessionDetails=require('../playwright/sessionDetails'),debug=testOpsHelper[a4_0x3400ec(0x17c)],{processAccessibilityCaps}=require(a4_0x3400ec(0x9f)),Constants=require(a4_0x3400ec(0xdf)),{fetchPlatformDetails}=require(a4_0x3400ec(0x10d)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x3400ec(0xde)),constants=require(a4_0x3400ec(0xdf)),STATE_PASSED='passed',STATE_FAILED=a4_0x3400ec(0x171),a4_0x523d58={};a4_0x523d58[a4_0x3400ec(0xfe)]=a4_0x3400ec(0x143),a4_0x523d58[a4_0x3400ec(0x10b)]=a4_0x3400ec(0xb2),a4_0x523d58[a4_0x3400ec(0x142)]=a4_0x3400ec(0x115),a4_0x523d58[a4_0x3400ec(0x138)]=a4_0x3400ec(0xc6),a4_0x523d58[a4_0x3400ec(0x163)]=a4_0x3400ec(0xcb);function a4_0x2051(){const _0x58354c=['../mocha/test-observability/mochaUtils','MSFVq','wsEndpoint','TEST_RUN_FINISHED','accessibilityPlatform','./helper.js','_beforeEach','replace','logs','EkOAy','BrowserType','dirname','cGmOe','TestRunSkipped','resetSkipTestHooks','type','uPDzv','failureData','BROWSERSTACK','fullTitle','browserstack','_paths','Failed\x20to\x20parse\x20wsendpoint\x20','OsdqJ','FWIqM','toLowerCase','File\x20path\x20could\x20not\x20be\x20found','expanded','__platformCaps','PathHelper','join','stepAnalyticsId','75OFJxJz','QBOYf','statSync','../../helpers/test-observability/requestQueueHandler','O11yHelper','test_run_uuid','testAnalyticsId','AHMuj','prototype','woxzN','FQJqk','hook_run_uuid','NUMnu','connect','path','uuid','HOOK_RUN_STARTED','finished_at','result','failure_backtrace','HTVOd','match','neNZU','bind','body','getInstance','TEST_RUN_SKIPPED','TestRunStarted','VUKqH','_testEnv','obsBrowserTypeMockApplied','toISOString','location_prefix','string','success','hook_type','PLAYWRIGHT_HUB_URL','mapTestHooks','../../helpers/logger','pending','AwXmY','startedAt','push','errorsDetailed','dfIiV','DJyQi','config','ctx','failure_reason_expanded','tUFPo','test','text','80340scTjCt','file','event_type','uploadEventData','LlIWf','currentHook','comment','HOOK_RUN_FINISHED','weFNh','feature','sqLSK','fireEvent','getRootParentFile','DTsGd','defineProperty','split','bfIoq','winstonLogger','FUMsy','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','toUpperCase','failed','stop','0|3|5|1|2|4','failure','\x20with\x20error\x20:\x20','tBjZX','finished','TAhkk','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','_afterEach','hookAnalyticsId','debug','LogCreated','status','__cloud_provider___','toString','hook','24312vLvDho','ZAeVI','skipped','lBHyq','err','markedStatus','connectOverCDP','findGitConfig','14289308hpbDjE','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','now','retryOf','nTKRl','integrations','1907892sVtKEF','javascript','hook_run','test_run','then','../playwright/accessibility-helper','HtGCn','duration','6007155BFjywv','driver','GnvBK','PTUHa','tags','tRbzS','CODECEPT','Orlwb','bddSteps','concat','inspect','getFailureType','lib','suites','hooks','225892xoCply','TestRunFinished','cPeoP','UOgCl','sRiYD','wkIjM','mPaea','kiJmo','setupBrowserDetails','initializeBddStep','codeceptjs','mvEcp','sKBik','vcBTH','wYWcf','length','.git','exports','launch','getCBTInfo','icKKq','HookRunStarted','wPlmZ','wQnTM','bs:addLog:','kjyDI','HookRunFinished','enabled','531NCpZjS','piCaQ','nydWn','QsqCD','getHierarchy','eevLj','398PsrjEX','esVLR','find','CBTSessionCreated','getHooksForTest','failed\x20to\x20get\x20root\x20parent\x20file\x20','aSZps','OEPoA','rcyku','started','IPbLD','../../helpers/testhub/utils.js','../utils/constants','getHookType','868fubZlX','forEach','bddStepStart','USfBr','patchConsoleLogger','STATE_FAILED','../../helpers/helper','dZYSs','CyTVj','sep','currentTest','TEST_EVENTS','vUfWF','frameworkName','passed','nmvXp','title','includes','_afterAll','getTime','nGDye','lxzrV','util','meta','WTmTU','name','parent','lDTVp','cwd','TEST_RUN_STARTED','849LECbID','DJCOx','DozZW','apply','ZzBrB','start','Not\x20able\x20to\x20import\x20Browser','PPebp','wxvQj'];a4_0x2051=function(){return _0x58354c;};return a4_0x2051();}const TEST_EVENTS=a4_0x523d58,parseEvent=_0x160434=>{const _0x573dc5=a4_0x3400ec,_0x31d407={};_0x31d407['dkVFg']=function(_0x1dcb95,_0xd011bb){return _0x1dcb95<_0xd011bb;},_0x31d407[_0x573dc5(0xce)]=function(_0x30d837,_0x3a9551){return _0x30d837===_0x3a9551;},_0x31d407[_0x573dc5(0xd2)]='test',_0x31d407['FQJqk']=function(_0x4f069c,_0xf49b92){return _0x4f069c===_0xf49b92;},_0x31d407[_0x573dc5(0x103)]='hook',_0x31d407['lxzrV']=function(_0x156cbd,_0xb8eb37){return _0x156cbd===_0xb8eb37;},_0x31d407[_0x573dc5(0xb3)]=_0x573dc5(0x8e),_0x31d407['HZldV']='started',_0x31d407['cVRtU']=function(_0x3c46f1,_0x4b6d9a){return _0x3c46f1===_0x4b6d9a;},_0x31d407['DJCOx']=_0x573dc5(0x177);const _0x17efeb=_0x31d407,_0x4eaa3f=_0x160434[_0x573dc5(0x13d)](/^(.*)Run(.*)$/);if(!_0x4eaa3f)return null;if(_0x17efeb['dkVFg'](_0x4eaa3f[_0x573dc5(0xc0)],0x3))return null;const _0x26b67f=_0x4eaa3f[0x1][_0x573dc5(0x121)](),_0x4aacb0=_0x4eaa3f[0x2][_0x573dc5(0x121)]();return{'test':_0x17efeb['piCaQ'](_0x26b67f,_0x17efeb[_0x573dc5(0xd2)]),'hook':_0x17efeb[_0x573dc5(0x132)](_0x26b67f,_0x17efeb[_0x573dc5(0x103)]),'skipped':_0x17efeb[_0x573dc5(0xf6)](_0x4aacb0,_0x17efeb[_0x573dc5(0xb3)]),'started':_0x17efeb['piCaQ'](_0x4aacb0,_0x17efeb['HZldV']),'finished':_0x17efeb['cVRtU'](_0x4aacb0,_0x17efeb[_0x573dc5(0x100)])};},mockPWBrowserType=_0x30892f=>{const _0x1519d8=a4_0x3400ec,_0x1f9c13={'nThOZ':function(_0x212d67,_0x4500b6){return _0x212d67===_0x4500b6;},'SUdDi':_0x1519d8(0x149),'LlIWf':function(_0x511269,_0x40d667,_0x371053){return _0x511269(_0x40d667,_0x371053);},'PPebp':_0x1519d8(0x10a),'USfBr':function(_0x4ee0fd,_0x10bd39){return _0x4ee0fd(_0x10bd39);},'sqLSK':_0x1519d8(0x11c),'wQnTM':_0x1519d8(0xae),'DozZW':'client','icKKq':'browserType.js','sRiYD':_0x1519d8(0x105),'dZYSs':_0x1519d8(0x135),'NUMnu':_0x1519d8(0xc3)},_0x4d7722=path[_0x1519d8(0x126)](_0x1f9c13[_0x1519d8(0xc8)],_0x1f9c13[_0x1519d8(0x101)],_0x1f9c13[_0x1519d8(0xc5)]),_0x27bc85=_0x1f9c13['USfBr'](importFileFromPWCore,_0x4d7722);if(!_0x27bc85){_0x1f9c13['USfBr'](debug,_0x1f9c13[_0x1519d8(0xb5)]);return;}const _0x1e12e8=_0x27bc85[_0x1519d8(0x112)],_0x226e7e=_0x1e12e8[_0x1519d8(0x130)];if(_0x226e7e[_0x1519d8(0x146)])return;const _0xd3f5b7=_0x226e7e[_0x1519d8(0x135)];Object[_0x1519d8(0x16a)](_0x226e7e,_0x1f9c13[_0x1519d8(0xe8)],{'get':function(){const _0x3f8371=_0x1519d8,_0x41aa55={'neNZU':function(_0x2c91d9,_0x5af47c){return _0x1f9c13['nThOZ'](_0x2c91d9,_0x5af47c);},'rCSJv':_0x1f9c13['SUdDi'],'CyTVj':function(_0x1873f9,_0x50f64d,_0x346df9){const _0x524ba8=a4_0x1a32;return _0x1f9c13[_0x524ba8(0x160)](_0x1873f9,_0x50f64d,_0x346df9);},'esVLR':_0x1f9c13[_0x3f8371(0x106)],'TAhkk':function(_0x57417c,_0x44d483){const _0x2790b9=_0x3f8371;return _0x1f9c13[_0x2790b9(0xe4)](_0x57417c,_0x44d483);},'lBHyq':_0x1f9c13[_0x3f8371(0x166)]};return async function _0x5c8a53(_0x4397a2,_0x5039c1){const _0x393cba=_0x3f8371,_0x113ad2=_0x41aa55['CyTVj'](nestedKeyValue,_0x4397a2,[_0x41aa55[_0x393cba(0xd4)]])||_0x4397a2;let _0xc3648c=null,_0x1406d5=null;try{[_0x1406d5,_0xc3648c]=_0x113ad2?_0x41aa55[_0x393cba(0x178)](parseWSEndpoint,_0x113ad2):[null,null],global[_0x393cba(0x124)]=_0xc3648c,logger['debug'](_0x393cba(0x95)+_0x1406d5),_0x1406d5[_0x393cba(0xf2)](Constants[_0x393cba(0x11a)])&&(global[_0x393cba(0x17f)]=_0x41aa55[_0x393cba(0x8f)]);}catch(_0x494e34){logger[_0x393cba(0x17c)](_0x393cba(0x11e)+_0x113ad2+'\x20'+_0x494e34);}_0x41aa55[_0x393cba(0xe9)](processAccessibilityCaps,_0xc3648c,_0x1406d5);if(global[_0x393cba(0x10c)]){const _0x2eff04=await _0x226e7e[_0x393cba(0x92)][_0x393cba(0x102)](this,[''+Constants[_0x393cba(0x14c)]+_0x41aa55[_0x393cba(0x178)](encodeURIComponent,JSON['stringify'](_0xc3648c))]);return PlaywrightSessionDetails[_0x393cba(0xb9)](_0x2eff04,_0x30892f,_0x113ad2),_0x2eff04;}return _0xd3f5b7[_0x393cba(0x102)](this,arguments)[_0x393cba(0x9e)](_0x1050b0=>{const _0x3a84f5=_0x393cba;let _0x6eb62e=_0x4397a2[_0x3a84f5(0x10a)];return _0x41aa55[_0x3a84f5(0x13e)](typeof _0x4397a2,_0x41aa55['rCSJv'])&&(_0x6eb62e=_0x4397a2),PlaywrightSessionDetails[_0x3a84f5(0xb9)](_0x1050b0,_0x30892f,_0x6eb62e),_0x1050b0;});};}});const _0x151dfe=_0x226e7e['launch'];Object[_0x1519d8(0x16a)](_0x226e7e,_0x1f9c13[_0x1519d8(0x134)],{'get':function(){return async function _0x361259(){const _0x36fa75=a4_0x1a32;return _0x151dfe[_0x36fa75(0x102)](this,arguments)['then'](_0x349b09=>{const _0x5b2428=_0x36fa75;return PlaywrightSessionDetails[_0x5b2428(0xb9)](_0x349b09,null),_0x349b09;});};}});};class O11yHelper{['currentTest']=null;[a4_0x3400ec(0x161)]=null;['enabled']=![];[a4_0x3400ec(0xee)]=![];constructor(_0x4101c1,_0x29fe0f){const _0xd4c63a=a4_0x3400ec,_0x4bbd37={'HTVOd':_0xd4c63a(0x173),'woxzN':function(_0x4c8848){return _0x4c8848();},'aSZps':function(_0xb1423b,_0x474cc9){return _0xb1423b===_0x474cc9;},'BvXzr':'Playwright','cGmOe':function(_0x35c112,_0x3580d2){return _0x35c112(_0x3580d2);}},_0x329611=_0x4bbd37[_0xd4c63a(0x13c)][_0xd4c63a(0x16b)]('|');let _0x159572=0x0;while(!![]){switch(_0x329611[_0x159572++]){case'0':this['enabled']=_0x4bbd37[_0xd4c63a(0x131)](shouldProcessEventForTesthub);continue;case'1':this[_0xd4c63a(0x145)]=_0x4bbd37[_0xd4c63a(0x131)](getTestEnv);continue;case'2':this[_0xd4c63a(0x11d)]=new testOpsHelper[(_0xd4c63a(0x125))]({'cwd':process[_0xd4c63a(0xfd)]()},this[_0xd4c63a(0x145)][_0xd4c63a(0x148)]);continue;case'3':this['frameworkName']=_0x29fe0f[_0xd4c63a(0xee)];continue;case'4':this[_0xd4c63a(0xa3)]&&_0x4bbd37[_0xd4c63a(0xd9)](this[_0xd4c63a(0xa3)]['constructor']['name'],_0x4bbd37['BvXzr'])&&_0x4bbd37[_0xd4c63a(0x114)](mockPWBrowserType,null);continue;case'5':this[_0xd4c63a(0xa3)]=_0x4101c1;continue;}break;}}[a4_0x3400ec(0x104)](){const _0x526e6f=a4_0x3400ec;if(!this[_0x526e6f(0xcc)])return;testOpsHelper[_0x526e6f(0xe5)](),process['removeAllListeners'](_0x526e6f(0xc9)+process['pid']),process['on'](_0x526e6f(0xc9)+process['pid'],this['appendTestItemLog'][_0x526e6f(0x13f)](this));}async[a4_0x3400ec(0x172)](){const _0xc16da5=a4_0x3400ec;await RequestQueueHandler[_0xc16da5(0x141)]()['shutdown']();}async['appendTestItemLog'](_0x2b864d){const _0x2c12d9=a4_0x3400ec,_0x1ceca2={'QBOYf':_0x2c12d9(0x17d),'nydWn':function(_0x26af6d,_0x1f5a63){return _0x26af6d(_0x1f5a63);}};try{this[_0x2c12d9(0x161)]&&!this[_0x2c12d9(0x161)]['markedStatus']&&(_0x2b864d[_0x2c12d9(0x133)]=this[_0x2c12d9(0x161)][_0x2c12d9(0x17b)]);!_0x2b864d[_0x2c12d9(0x133)]&&this['currentTest']&&!this[_0x2c12d9(0xeb)][_0x2c12d9(0x91)]&&(_0x2b864d[_0x2c12d9(0x12d)]=this['currentTest'][_0x2c12d9(0x12e)]);if(_0x2b864d[_0x2c12d9(0x133)]||_0x2b864d[_0x2c12d9(0x12d)]){const _0x2a4f66={};_0x2a4f66[_0x2c12d9(0x15e)]=_0x1ceca2[_0x2c12d9(0x129)],_0x2a4f66[_0x2c12d9(0x110)]=[_0x2b864d],await SessionHandler[_0x2c12d9(0x15f)](_0x2a4f66);}}catch(_0x5c3f5f){_0x1ceca2[_0x2c12d9(0xcf)](debug,_0x2c12d9(0x16f)+constants['TEST_REPORTING_ANALYTICS']+_0x2c12d9(0x175)+_0x5c3f5f);}}async['sendCBTInfo'](_0x54c8cd){const _0x263d57=a4_0x3400ec,_0x51aeec={'AwXmY':_0x263d57(0xd6),'qKwbg':function(_0x4c141a,_0x4275bd){return _0x4c141a(_0x4275bd);}};if(!this[_0x263d57(0xcc)])return;const _0x1e25a4=this[_0x263d57(0xc4)](this[_0x263d57(0xa3)]);try{const _0x5ebb5e={};_0x5ebb5e[_0x263d57(0x137)]=_0x54c8cd,_0x5ebb5e[_0x263d57(0x99)]=_0x1e25a4;const _0x3424e0=_0x5ebb5e,_0x57c4bb={};_0x57c4bb[_0x263d57(0x15e)]=_0x51aeec[_0x263d57(0x150)],_0x57c4bb[_0x263d57(0x9d)]=_0x3424e0,await SessionHandler[_0x263d57(0x15f)](_0x57c4bb);}catch(_0x20e60f){_0x51aeec['qKwbg'](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20'+constants['TEST_REPORTING_ANALYTICS']+'\x20with\x20error\x20:\x20'+_0x20e60f);}}[a4_0x3400ec(0xc4)](_0x597637){const _0x3ffa0e={'QhSXN':function(_0x31c051,_0x3bea7a){return _0x31c051(_0x3bea7a);}};return _0x3ffa0e['QhSXN'](fetchPlatformDetails,_0x597637);}[a4_0x3400ec(0x116)]=_0x219665=>{const _0x4b5f0f=a4_0x3400ec,_0x151409={};_0x151409['wYWcf']=_0x4b5f0f(0x10e),_0x151409[_0x4b5f0f(0xed)]=_0x4b5f0f(0x17a);const _0x2782a0=_0x151409;if(!_0x219665||!_0x219665[_0x4b5f0f(0xfb)])return;[_0x2782a0[_0x4b5f0f(0xbf)],_0x2782a0[_0x4b5f0f(0xed)]][_0x4b5f0f(0xe2)](_0x42fa8f=>{const _0x4b0372=_0x4b5f0f,_0x268440=_0x219665[_0x4b0372(0xfb)][_0x42fa8f];_0x268440[_0x4b0372(0xe2)](_0x548e13=>{const _0x5b74ca=_0x4b0372;_0x548e13['hookAnalyticsId']&&(_0x548e13[_0x5b74ca(0x17b)]=null);});});};['mapTestHooks'](_0x49e2eb){const _0x561b27=a4_0x3400ec,_0x85d6f={'FWIqM':_0x561b27(0xbb),'OsdqJ':function(_0x57095e){return _0x57095e();},'nGDye':function(_0x4bebe1,_0x913d6b){return _0x4bebe1===_0x913d6b;},'vcBTH':_0x561b27(0x17a),'zUCAC':function(_0x380795){return _0x380795();},'tBjZX':'_beforeAll','XOSLc':'_afterAll','NbOaR':_0x561b27(0x10e)};if(!_0x49e2eb||!_0x49e2eb[_0x561b27(0xfb)])return;[_0x85d6f[_0x561b27(0x176)],_0x85d6f['XOSLc'],_0x85d6f['NbOaR'],_0x85d6f[_0x561b27(0xbe)]][_0x561b27(0xe2)](_0x4f16c3=>{const _0x8d8bd9=_0x561b27,_0x12db06={'TQuEc':_0x85d6f[_0x8d8bd9(0x120)],'GnvBK':function(_0x7f000b){const _0x4605ba=_0x8d8bd9;return _0x85d6f[_0x4605ba(0x11f)](_0x7f000b);},'tRbzS':function(_0x8d6eb7,_0x195e46){const _0x4708e1=_0x8d8bd9;return _0x85d6f[_0x4708e1(0xf5)](_0x8d6eb7,_0x195e46);},'mPaea':_0x85d6f[_0x8d8bd9(0xbe)],'zejjV':function(_0x152527){return _0x85d6f['zUCAC'](_0x152527);}},_0x409ae3=_0x49e2eb[_0x8d8bd9(0xfb)][_0x4f16c3]||[];_0x409ae3['forEach'](_0x20b71c=>{const _0x3d6773=_0x8d8bd9;if(_0x20b71c[_0x3d6773(0xf1)]['includes'](_0x12db06['TQuEc']))return;if(!_0x20b71c[_0x3d6773(0x17b)])_0x20b71c[_0x3d6773(0x17b)]=_0x12db06[_0x3d6773(0xa4)](uuidv4);else _0x20b71c[_0x3d6773(0x91)]&&_0x12db06[_0x3d6773(0xa7)](_0x4f16c3,_0x12db06[_0x3d6773(0xb7)])&&(_0x20b71c[_0x3d6773(0x17b)]=_0x12db06['zejjV'](uuidv4),delete _0x20b71c['markedStatus']);});}),this[_0x561b27(0x14d)](_0x49e2eb['parent']);}[a4_0x3400ec(0xd7)](_0x11cb4f){const _0x11a6a9=a4_0x3400ec,_0x594804={};_0x594804[_0x11a6a9(0xfc)]='_beforeAll',_0x594804[_0x11a6a9(0xdb)]=_0x11a6a9(0xf3),_0x594804[_0x11a6a9(0xa9)]=_0x11a6a9(0x10e),_0x594804['UOgCl']=_0x11a6a9(0x17a);const _0x5a6ec6=_0x594804;if(!_0x11cb4f||!_0x11cb4f[_0x11a6a9(0xfb)])return[];const _0x3bfbc7=[];return[_0x5a6ec6['lDTVp'],_0x5a6ec6[_0x11a6a9(0xdb)],_0x5a6ec6['Orlwb'],_0x5a6ec6[_0x11a6a9(0xb4)]][_0x11a6a9(0xe2)](_0x4b19ee=>{const _0x57b89e=_0x11a6a9,_0x35150f=_0x11cb4f[_0x57b89e(0xfb)][_0x4b19ee]||[];_0x35150f[_0x57b89e(0xe2)](_0x9ea84e=>{const _0x11f6e1=_0x57b89e;_0x9ea84e[_0x11f6e1(0x17b)]&&_0x3bfbc7[_0x11f6e1(0x152)](_0x9ea84e[_0x11f6e1(0x17b)]);});}),[][_0x11a6a9(0xab)](_0x3bfbc7,this['getHooksForTest'](_0x11cb4f[_0x11a6a9(0xfb)]));}[a4_0x3400ec(0xe0)](_0x58a966){const _0xb9b40c=a4_0x3400ec,_0x6717a0=/^"(?<hook>.*)" hook:.*$/,_0x1da0f5=_0x58a966[_0xb9b40c(0xf1)],_0x34f2c1=_0x1da0f5[_0xb9b40c(0x13d)](_0x6717a0);if(_0x34f2c1&&_0x34f2c1['groups'])return _0x34f2c1['groups']['hook'][_0xb9b40c(0x170)]()[_0xb9b40c(0x10f)]('\x20','_');return null;}[a4_0x3400ec(0x93)](_0x83185c){const _0x67191b=a4_0x3400ec,_0x4809e0={};_0x4809e0[_0x67191b(0xc7)]=function(_0x1fd66e,_0x19f245){return _0x1fd66e===_0x19f245;},_0x4809e0[_0x67191b(0x164)]=function(_0x4fca4d,_0x3749d7){return _0x4fca4d===_0x3749d7;},_0x4809e0[_0x67191b(0xd0)]=function(_0x1cd296,_0x4ab7eb){return _0x1cd296===_0x4ab7eb;},_0x4809e0['VUKqH']=_0x67191b(0xc1),_0x4809e0[_0x67191b(0xf0)]=_0x67191b(0x156);const _0x507fce=_0x4809e0,_0x3b564c=path[_0x67191b(0xea)];if(_0x507fce[_0x67191b(0xc7)](_0x83185c,null)||_0x507fce[_0x67191b(0xc7)](_0x83185c,'')||_0x507fce['weFNh'](_0x83185c,_0x3b564c)||_0x507fce[_0x67191b(0xd0)](_0x83185c,path['dirname'](_0x83185c)))return null;try{return fs[_0x67191b(0x12a)](path[_0x67191b(0x126)](_0x83185c,_0x507fce[_0x67191b(0x144)],_0x507fce['nmvXp'])),_0x83185c;}catch(_0x5128c2){const _0x2dad41=path[_0x67191b(0x113)](_0x83185c);return this['findGitConfig'](_0x2dad41);}}[a4_0x3400ec(0x168)](_0xac5873){const _0x386f7b=a4_0x3400ec,_0x44d963={};_0x44d963['IYCpg']=function(_0x416d1e,_0x47b473){return _0x416d1e>_0x47b473;};const _0x4e349d=_0x44d963;if(_0xac5873[_0x386f7b(0x15d)])return _0xac5873[_0x386f7b(0x15d)];if(_0xac5873[_0x386f7b(0x157)]){const _0x3b8116=_0xac5873[_0x386f7b(0x157)]['currentTest']?this['getRootParentFile'](_0xac5873[_0x386f7b(0x157)][_0x386f7b(0xeb)]):null;if(_0x3b8116)return _0x3b8116;}if(_0xac5873[_0x386f7b(0xfb)]){const _0x3a2683=this['getRootParentFile'](_0xac5873[_0x386f7b(0xfb)])||(_0xac5873[_0x386f7b(0xfb)][_0x386f7b(0x157)]&&_0xac5873[_0x386f7b(0xfb)][_0x386f7b(0x157)][_0x386f7b(0xeb)]?this[_0x386f7b(0x168)](_0xac5873['parent'][_0x386f7b(0x157)]['currentTest']):null);if(_0x3a2683)return _0x3a2683;_0xac5873[_0x386f7b(0xfb)]['suites']&&_0x4e349d['IYCpg'](_0xac5873[_0x386f7b(0xfb)]['suites']['length'],0x0)&&_0xac5873[_0x386f7b(0xfb)][_0x386f7b(0xaf)]['forEach'](_0x18ea60=>{const _0x4fc722=_0x386f7b,_0x13bbce=_0x18ea60[_0x4fc722(0x157)]?this[_0x4fc722(0x168)](_0x18ea60[_0x4fc722(0x157)]):null;if(_0x13bbce)return _0x13bbce;});}return null;}[a4_0x3400ec(0xd1)](_0x3988f2){const _0xca2b99=a4_0x3400ec,_0x35db8e={};_0x35db8e[_0xca2b99(0x118)]=function(_0x4de8b3,_0x105009){return _0x4de8b3!==_0x105009;};const _0x527b1d=_0x35db8e,_0x66a649=[];if(_0x3988f2&&_0x3988f2['parent']){let _0x3af593=_0x3988f2[_0xca2b99(0xfb)];while(_0x3af593&&_0x527b1d[_0xca2b99(0x118)](_0x3af593[_0xca2b99(0xf1)],'')){_0x66a649[_0xca2b99(0x152)](_0x3af593[_0xca2b99(0xf1)]),_0x3af593=_0x3af593['parent'];}}return _0x66a649;}['captureEvent'](_0x2b1c47,_0x36f65b,_0x52b698=undefined){const _0x1d0e4f=a4_0x3400ec,_0x427211={'IPbLD':function(_0x4d92f3,_0xd48b87){return _0x4d92f3(_0xd48b87);},'dfIiV':function(_0x585c90){return _0x585c90();},'AHMuj':function(_0x9003d4){return _0x9003d4();},'OEPoA':_0x1d0e4f(0xf7),'kjyDI':_0x1d0e4f(0x90),'MSFVq':function(_0x3a5732,_0x4d42af){return _0x3a5732!==_0x4d42af;},'wxvQj':_0x1d0e4f(0x122),'ZAeVI':_0x1d0e4f(0x14f),'wkIjM':_0x1d0e4f(0x171),'tUFPo':_0x1d0e4f(0xef),'bfIoq':_0x1d0e4f(0x8e),'HtGCn':_0x1d0e4f(0x9b),'zwYET':function(_0x41e34d,_0x1e3f10){return _0x41e34d-_0x1e3f10;},'LrPXf':function(_0x4ec9fb,_0x8abb07,_0x4879a1,_0x56fab4,_0x497ffe){return _0x4ec9fb(_0x8abb07,_0x4879a1,_0x56fab4,_0x497ffe);},'DJyQi':'integrations','mvEcp':_0x1d0e4f(0xf8),'ZxMPw':_0x1d0e4f(0x174),'DTsGd':_0x1d0e4f(0x13b),'sKBik':'backtrace','ITjzj':_0x1d0e4f(0x158),'PTUHa':_0x1d0e4f(0x123),'kuoBY':function(_0x366539,_0x5f0259){return _0x366539===_0x5f0259;},'ZGLkz':_0x1d0e4f(0x9c),'EkOAy':'test_run'};if(!this[_0x1d0e4f(0xcc)])return;try{if(_0x36f65b['fn']&&_0x36f65b['fn'][_0x1d0e4f(0x180)]()[_0x1d0e4f(0x13d)](/browserstack internal helper hook/))return;const _0x1beeca=_0x427211[_0x1d0e4f(0xdd)](parseEvent,_0x2b1c47);if(!_0x1beeca)return;if(_0x1beeca[_0x1d0e4f(0x15a)]){this['currentTest']=_0x36f65b,this['currentHook']=null;if(_0x1beeca['started']||_0x1beeca['skipped']){_0x36f65b[_0x1d0e4f(0x151)]=new Date(),_0x36f65b[_0x1d0e4f(0x91)]=![];if(!_0x36f65b[_0x1d0e4f(0x12e)])_0x36f65b[_0x1d0e4f(0x12e)]=_0x427211[_0x1d0e4f(0x154)](uuidv4);else _0x36f65b[_0x1d0e4f(0x91)]&&(!_0x36f65b['retryOf']&&(_0x36f65b[_0x1d0e4f(0x97)]=_0x36f65b['testAnalyticsId']),_0x36f65b[_0x1d0e4f(0x12e)]=_0x427211[_0x1d0e4f(0x12f)](uuidv4));}}else{if(_0x1beeca[_0x1d0e4f(0x181)]){this[_0x1d0e4f(0x161)]=_0x36f65b;if(_0x1beeca['started']){_0x36f65b[_0x1d0e4f(0x151)]=new Date(),_0x36f65b['markedStatus']=![];if(!_0x36f65b['hookAnalyticsId'])_0x36f65b[_0x1d0e4f(0x17b)]=_0x427211['dfIiV'](uuidv4);else _0x36f65b[_0x1d0e4f(0x17b)]&&_0x36f65b[_0x1d0e4f(0x91)]&&(_0x36f65b[_0x1d0e4f(0x17b)]=_0x427211[_0x1d0e4f(0x12f)](uuidv4));}}}if(_0x1beeca[_0x1d0e4f(0x177)]&&_0x36f65b['markedStatus'])return;let _0x2e15a9;try{_0x2e15a9=this[_0x1d0e4f(0x168)](_0x36f65b);}catch(_0x489312){logger[_0x1d0e4f(0x17c)](_0x1d0e4f(0xd8)+_0x489312),_0x2e15a9=null;}const _0x42428e=_0x427211[_0x1d0e4f(0xdd)](require,_0x427211[_0x1d0e4f(0xda)]);let _0x4f6b18=[];_0x52b698&&(_0x4f6b18=[_0x52b698,_0x427211[_0x1d0e4f(0xca)]]);const _0x399a28=_0x427211[_0x1d0e4f(0x109)](_0x36f65b['errorsDetailed'],undefined)?_0x42428e[_0x1d0e4f(0xac)](_0x36f65b[_0x1d0e4f(0x153)][0x0]):_0x427211[_0x1d0e4f(0x109)](_0x52b698,undefined)?_0x52b698[_0x1d0e4f(0x180)]():undefined,_0x3ad6e0=_0x2e15a9?this[_0x1d0e4f(0x93)](_0x2e15a9):null,_0x277c1c=_0x2e15a9?this['_paths']['prefixTestPath'](this[_0x1d0e4f(0x168)](_0x36f65b)):_0x427211[_0x1d0e4f(0x107)];let _0x9e4232=_0x427211[_0x1d0e4f(0x8d)];const _0x99a25e=!_0x1beeca['started']?new Date()[_0x1d0e4f(0x147)]():null;if(_0x1beeca[_0x1d0e4f(0x177)])_0x9e4232=_0x52b698?_0x427211[_0x1d0e4f(0xb6)]:_0x427211[_0x1d0e4f(0x159)],_0x36f65b['markedStatus']=!![];else _0x1beeca[_0x1d0e4f(0x8e)]&&(_0x9e4232=_0x427211[_0x1d0e4f(0x16c)],_0x36f65b[_0x1d0e4f(0x91)]=!![]);const _0xae98f7={'framework':this[_0x1d0e4f(0xee)],'uuid':_0x36f65b[_0x1d0e4f(0x12e)]||_0x36f65b[_0x1d0e4f(0x17b)],'name':_0x36f65b[_0x1d0e4f(0xf1)],'body':{'lang':_0x427211[_0x1d0e4f(0xa0)],'code':_0x36f65b[_0x1d0e4f(0x140)][_0x1d0e4f(0x180)]()},'type':_0x36f65b[_0x1d0e4f(0x117)],'scope':_0x36f65b[_0x1d0e4f(0x11b)](),'scopes':this[_0x1d0e4f(0xd1)](_0x36f65b),'file_name':_0x277c1c,'vc_filepath':_0x3ad6e0?path['relative'](_0x3ad6e0,_0x2e15a9):null,'location':_0x277c1c,'result':_0x9e4232,'failure_reason':_0x399a28,'duration_in_ms':_0x36f65b[_0x1d0e4f(0xa1)]||(_0x1beeca[_0x1d0e4f(0x177)]||_0x1beeca['skipped'])?_0x427211['zwYET'](Date[_0x1d0e4f(0x96)](),new Date(_0x36f65b[_0x1d0e4f(0x151)])[_0x1d0e4f(0xf4)]()):null,'started_at':new Date(_0x36f65b['startedAt'])[_0x1d0e4f(0x147)](),'finished_at':_0x99a25e,'failure':testOpsHelper[_0x1d0e4f(0x119)][_0x1d0e4f(0x102)](null,_0x4f6b18),'failure_type':!_0x399a28?null:testOpsHelper[_0x1d0e4f(0xad)](_0x399a28),'retry_of':_0x36f65b[_0x1d0e4f(0x97)]||null,'tags':_0x36f65b[_0x1d0e4f(0xa6)]||[],'customRerunParam':{'rerun_name':_0x36f65b['fullTitle']()}};_0x427211['LrPXf'](appendTesthubParams,_0xae98f7,_0x2b1c47,_0x36f65b,FRAMEWORKS[_0x1d0e4f(0xa8)]);if(_0x1beeca[_0x1d0e4f(0x181)])[_0xae98f7[_0x1d0e4f(0x14b)],_0xae98f7['name']]=[this[_0x1d0e4f(0xe0)](_0x36f65b),_0x36f65b['ctx'][_0x1d0e4f(0x15a)][_0x1d0e4f(0xf1)]],_0x1beeca[_0x1d0e4f(0x177)]?_0x427211[_0x1d0e4f(0x109)](_0xae98f7[_0x1d0e4f(0x13a)],_0x427211[_0x1d0e4f(0xb6)])&&(_0xae98f7[_0x1d0e4f(0x13a)]=_0x427211['tUFPo']):_0xae98f7['body']={};else _0x1beeca['test']&&(this[_0x1d0e4f(0x14d)](_0x36f65b),_0x1beeca[_0x1d0e4f(0x8e)]&&this[_0x1d0e4f(0x116)](_0x36f65b),(_0x1beeca[_0x1d0e4f(0x177)]||_0x1beeca[_0x1d0e4f(0x8e)])&&(_0xae98f7[_0x1d0e4f(0xb0)]=this['getHooksForTest'](_0x36f65b)));this[_0x1d0e4f(0xa3)]&&(_0x1beeca[_0x1d0e4f(0xdc)]||_0x1beeca[_0x1d0e4f(0x8e)])&&(_0xae98f7[_0x427211[_0x1d0e4f(0x155)]]=this['getCBTInfo'](this[_0x1d0e4f(0xa3)]));_0x1beeca['test']&&_0x1beeca[_0x1d0e4f(0x177)]&&_0x36f65b[_0x1d0e4f(0xaa)]&&(_0xae98f7[_0x427211[_0x1d0e4f(0xbc)]]={'feature':{'name':_0x36f65b[_0x1d0e4f(0xfb)][_0x1d0e4f(0x165)][_0x1d0e4f(0xfa)],'path':_0xae98f7['file_name'],'description':_0x36f65b[_0x1d0e4f(0xfb)][_0x1d0e4f(0x162)]},'scenario':{'name':_0x36f65b[_0x1d0e4f(0xf1)]},'steps':_0x36f65b['bddSteps']});const _0x62bdc4=_0xae98f7[_0x427211['ZxMPw']][0x0];_0x62bdc4&&(_0xae98f7[_0x427211[_0x1d0e4f(0x169)]]=_0x62bdc4[_0x427211[_0x1d0e4f(0xbd)]],_0xae98f7[_0x427211['ITjzj']]=_0x62bdc4[_0x427211[_0x1d0e4f(0xa5)]]);if(_0x36f65b[_0x1d0e4f(0xaa)])for(const _0x5b8e97 of _0x36f65b['bddSteps']){!_0x5b8e97[_0x1d0e4f(0x139)]&&(_0x5b8e97[_0x1d0e4f(0x139)]=new Date()[_0x1d0e4f(0x147)](),_0x427211['kuoBY'](_0x5b8e97['result'],_0x427211[_0x1d0e4f(0x8d)])&&(_0x62bdc4?(_0x5b8e97[_0x1d0e4f(0x13a)]=_0x427211[_0x1d0e4f(0xb6)],_0x5b8e97[_0x1d0e4f(0x174)]=_0x62bdc4[_0x427211['sKBik']][0x0]):_0x5b8e97['result']=_0x427211[_0x1d0e4f(0x159)]));}const _0x431582={};_0x431582[_0x1d0e4f(0x15e)]=_0x1beeca[_0x1d0e4f(0x8e)]?TEST_EVENTS[_0x1d0e4f(0x10b)]:_0x2b1c47;const _0x2074f1=_0x431582;return _0x1beeca[_0x1d0e4f(0x181)]?_0x2074f1[_0x427211['ZGLkz']]=_0xae98f7:_0x2074f1[_0x427211[_0x1d0e4f(0x111)]]=_0xae98f7,_0x2074f1;}catch(_0x5f4e79){logger[_0x1d0e4f(0x17c)](_0x1d0e4f(0x179)+_0x2b1c47+'\x20with\x20error\x20:\x20'+_0x5f4e79);}}async[a4_0x3400ec(0x167)](_0x22e212,_0x43fda2){const _0x26d6e6=a4_0x3400ec;if(!this[_0x26d6e6(0xcc)]||!_0x43fda2||!_0x22e212)return![];try{return await SessionHandler[_0x26d6e6(0x15f)](_0x43fda2);}catch(_0x59b764){logger[_0x26d6e6(0x17c)]('Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20'+_0x22e212+_0x26d6e6(0x175)+_0x59b764);}}[a4_0x3400ec(0xba)](_0xd01a3){const _0x67c6f4=a4_0x3400ec,_0x4e8b32={};_0x4e8b32['WTmTU']=_0x67c6f4(0x14f);const _0x215c1e=_0x4e8b32;return{'id':_0xd01a3['stepAnalyticsId'],'text':_0xd01a3[_0x67c6f4(0x15b)],'keyword':_0xd01a3['keyword'],'started_at':_0xd01a3[_0x67c6f4(0x151)][_0x67c6f4(0x147)](),'result':_0x215c1e[_0x67c6f4(0xf9)]};}[a4_0x3400ec(0xe3)](_0x2708d5){const _0x65ff94=a4_0x3400ec,_0x2d5a86={'dxnPb':function(_0x4061b9){return _0x4061b9();}};!this[_0x65ff94(0xeb)][_0x65ff94(0xaa)]&&(this[_0x65ff94(0xeb)][_0x65ff94(0xaa)]=[]),!_0x2708d5[_0x65ff94(0x127)]&&(_0x2708d5['stepAnalyticsId']=_0x2d5a86['dxnPb'](uuidv4),_0x2708d5[_0x65ff94(0x151)]=new Date(),this[_0x65ff94(0xeb)][_0x65ff94(0xaa)][_0x65ff94(0x152)](this[_0x65ff94(0xba)](_0x2708d5)));}['bddStepFinish'](_0x405b2f){const _0x1593d3=a4_0x3400ec,_0x2440cb={'TMIEA':function(_0x34ca71,_0x941a6f){return _0x34ca71(_0x941a6f);},'IooOP':_0x1593d3(0x14a),'FUMsy':_0x1593d3(0x14f),'nTKRl':_0x1593d3(0xef),'kiJmo':function(_0x553e38,_0x1a1fcc){return _0x553e38-_0x1a1fcc;}};let _0x570065=this[_0x1593d3(0xeb)][_0x1593d3(0xaa)][_0x1593d3(0xd5)](_0x112ca1=>_0x112ca1['id']===_0x405b2f[_0x1593d3(0x127)]);_0x2440cb['TMIEA'](isUndefined,_0x570065)&&(_0x570065=this[_0x1593d3(0xba)](_0x405b2f)),_0x570065[_0x1593d3(0x13a)]=[_0x2440cb['IooOP'],_0x2440cb[_0x1593d3(0x16e)]][_0x1593d3(0xf2)](_0x405b2f[_0x1593d3(0x17e)])?_0x2440cb[_0x1593d3(0x98)]:_0x405b2f['status'],_0x570065[_0x1593d3(0x139)]=new Date()[_0x1593d3(0x147)](),_0x570065[_0x1593d3(0xa1)]=_0x2440cb[_0x1593d3(0xb8)](Date[_0x1593d3(0x96)](),_0x405b2f['startedAt'][_0x1593d3(0xf4)]()),_0x570065[_0x1593d3(0x174)]=_0x405b2f['err']?_0x405b2f[_0x1593d3(0x90)]['message']:null;}}const a4_0x156def={};a4_0x156def[a4_0x3400ec(0x12c)]=O11yHelper,a4_0x156def['STATE_PASSED']=STATE_PASSED,a4_0x156def[a4_0x3400ec(0xe6)]=STATE_FAILED,a4_0x156def[a4_0x3400ec(0xec)]=TEST_EVENTS,module[a4_0x3400ec(0xc2)]=a4_0x156def;
1
+ const a4_0xf6a305=a4_0x1175;(function(_0x2b2b0e,_0x588997){const _0x4fe3f5=a4_0x1175,_0x42d0ef=_0x2b2b0e();while(!![]){try{const _0x2434a2=-parseInt(_0x4fe3f5(0x1e5))/0x1+parseInt(_0x4fe3f5(0x152))/0x2+parseInt(_0x4fe3f5(0x12d))/0x3+-parseInt(_0x4fe3f5(0x1aa))/0x4*(parseInt(_0x4fe3f5(0x1a3))/0x5)+parseInt(_0x4fe3f5(0x195))/0x6*(parseInt(_0x4fe3f5(0x1d8))/0x7)+parseInt(_0x4fe3f5(0x171))/0x8+-parseInt(_0x4fe3f5(0x1f5))/0x9*(parseInt(_0x4fe3f5(0x192))/0xa);if(_0x2434a2===_0x588997)break;else _0x42d0ef['push'](_0x42d0ef['shift']());}catch(_0x1d742c){_0x42d0ef['push'](_0x42d0ef['shift']());}}}(a4_0x126f,0x4d58d));function a4_0x1175(_0x187d87,_0x9f5d94){const _0x126f1b=a4_0x126f();return a4_0x1175=function(_0x117595,_0x1c5524){_0x117595=_0x117595-0x107;let _0xa5c53b=_0x126f1b[_0x117595];return _0xa5c53b;},a4_0x1175(_0x187d87,_0x9f5d94);}const path=require(a4_0xf6a305(0x1f8)),fs=require('fs'),{v4:uuidv4}=require('uuid'),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0xf6a305(0x113)),testOpsHelper=require(a4_0xf6a305(0x1d2)),{getTestEnv}=require(a4_0xf6a305(0x1e0)),{FRAMEWORKS}=require(a4_0xf6a305(0x13d)),logger=require(a4_0xf6a305(0x14f))['winstonLogger'],SessionHandler=require(a4_0xf6a305(0x1c0)),RequestQueueHandler=require(a4_0xf6a305(0x165)),PlaywrightSessionDetails=require(a4_0xf6a305(0x1f2)),debug=testOpsHelper['debug'],{processAccessibilityCaps}=require(a4_0xf6a305(0x124)),Constants=require(a4_0xf6a305(0x15a)),{fetchPlatformDetails}=require(a4_0xf6a305(0x1a6)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0xf6a305(0x1e2)),constants=require(a4_0xf6a305(0x15a)),STATE_PASSED=a4_0xf6a305(0x18a),STATE_FAILED=a4_0xf6a305(0x1bf),a4_0x559bcb={};function a4_0x126f(){const _0x2974c9=['resetSkipTestHooks','rJBII','vkLBi','patchConsoleLogger','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','mSTUB','includes','type','passed','DKAwz','toISOString','parent','push','TestRunFinished','forEach','concat','50DCvQVA','jwZsw','PAaHw','6gdpAyb','bddSteps','test_run','match','inspect','mMfCF','lib','eVAtb','AOZkd','uploadEventData','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','message','integrations','constructor','95HzUyYw','getHooksForTest','TrQAs','./helper.js','HOOK_RUN_FINISHED','status','util','37292CAZgEj','AVPIs','TEST_REPORTING_ANALYTICS','prototype','meta','hook_run_uuid','mXebm','HookRunStarted','browserType.js','_beforeEach','bs:addLog:','PIbFT','_beforeAll','LNCnS','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','location_prefix','VmBYL','yzTRl','duration','shutdown','qGeoW','failed','../../helpers/test-observability/sessionHandler','retryOf','config','ZCTkC','xZmeq','UMknt','stringify','File\x20path\x20could\x20not\x20be\x20found','event_type','debug','connectOverCDP','zdTWa','getCBTInfo','DGYVK','failure_reason_expanded','JPwHQ','startedAt','.git','../../helpers/test-observability/utils','getRootParentFile','XotSa','UgjuU','IDYdb','getHookType','68551VhuyTL','mfSuK','_paths','exports','replace','PathHelper','testAnalyticsId','Failed\x20to\x20parse\x20wsendpoint\x20','../mocha/test-observability/mochaUtils','mofec','../../helpers/testhub/utils.js','getTime','TestRunStarted','326491ipyiME','success','obsBrowserTypeMockApplied','tags','gUBtQ','EwQiN','Playwright','Fvpbz','_afterAll','UNylE','TEST_RUN_SKIPPED','__cloud_provider___','ctx','../playwright/sessionDetails','test_run_uuid','toString','556173GCqSuj','VYCaO','aaXPS','path','split','apply','dJJyC','launch','Gnzgv','currentTest','bddStepFinish','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','hooks','jcUFo','LagCt','mapTestHooks','BjvZr','../../helpers/helper','HookRunFinished','Wzmmc','wsEndpoint','hIgPP','TEST_RUN_FINISHED','zqOAB','ztrHC','fullTitle','XjSQY','sendCBTInfo','yhEWQ','eLOIS','STATE_PASSED','errorsDetailed','iGIHA','yabne','../playwright/accessibility-helper','YtXfY','failureData','browserstack','length','fireEvent','TjLmh','enabled','statSync','775107SjcCNh','initializeBddStep','YIJUw','name','started','TestRunSkipped','text','lEIRw','frameworkName','_afterEach','AjBii','result','start','finished_at','BROWSERSTACK','UCRhp','../../helpers/test-observability/constants','driver','Not\x20able\x20to\x20import\x20Browser','bddStepStart','YJTbc','CODECEPT','captureEvent','PyLtQ','getHierarchy','defineProperty','qxlke','keyword','title','pending','MqVSM','groups','sep','kygCa','../../helpers/logger','TuTfj','\x20with\x20error\x20:\x20','626620nHHKIr','find','kYPMk','markedStatus','toUpperCase','string','hookAnalyticsId','codeceptjs','../utils/constants','accessibilityPlatform','file_name','connect','hook','stepAnalyticsId','suites','oSxvi','findGitConfig','feature','xtshl','../../helpers/test-observability/requestQueueHandler','getFailureType','finished','err','fiGtq','then','expanded','CaPBy','test','O11yHelper','skipped','TEST_EVENTS','4383632MbPtsg','mlssp','zaYaT','toLowerCase','setupBrowserDetails','jAOyY','stop','file','body','failure','ekDya','pid','appendTestItemLog','InsDF','dirname','cwd','currentHook'];a4_0x126f=function(){return _0x2974c9;};return a4_0x126f();}a4_0x559bcb['TEST_RUN_STARTED']=a4_0xf6a305(0x1e4),a4_0x559bcb[a4_0xf6a305(0x118)]=a4_0xf6a305(0x18f),a4_0x559bcb[a4_0xf6a305(0x1ef)]=a4_0xf6a305(0x132),a4_0x559bcb['HOOK_RUN_STARTED']=a4_0xf6a305(0x1b1),a4_0x559bcb[a4_0xf6a305(0x1a7)]=a4_0xf6a305(0x114);const TEST_EVENTS=a4_0x559bcb,parseEvent=_0x30ce62=>{const _0x1cb722=a4_0xf6a305,_0x27fbc0={};_0x27fbc0['mXebm']=function(_0x3ad11d,_0x442799){return _0x3ad11d<_0x442799;},_0x27fbc0[_0x1cb722(0x134)]=function(_0xa49cec,_0xebc5c){return _0xa49cec===_0xebc5c;},_0x27fbc0[_0x1cb722(0x1d6)]=_0x1cb722(0x16d),_0x27fbc0[_0x1cb722(0x10f)]=function(_0x20663b,_0x3c69d7){return _0x20663b===_0x3c69d7;},_0x27fbc0['vkLBi']='hook',_0x27fbc0[_0x1cb722(0x1f6)]='skipped',_0x27fbc0[_0x1cb722(0x122)]=function(_0x2835d2,_0x48897c){return _0x2835d2===_0x48897c;},_0x27fbc0[_0x1cb722(0x17e)]=_0x1cb722(0x131),_0x27fbc0[_0x1cb722(0x16c)]=_0x1cb722(0x167);const _0x185ee0=_0x27fbc0,_0x3b7b79=_0x30ce62[_0x1cb722(0x198)](/^(.*)Run(.*)$/);if(!_0x3b7b79)return null;if(_0x185ee0[_0x1cb722(0x1b0)](_0x3b7b79[_0x1cb722(0x128)],0x3))return null;const _0x1d3c11=_0x3b7b79[0x1][_0x1cb722(0x174)](),_0x3402b0=_0x3b7b79[0x2][_0x1cb722(0x174)]();return{'test':_0x185ee0[_0x1cb722(0x134)](_0x1d3c11,_0x185ee0[_0x1cb722(0x1d6)]),'hook':_0x185ee0['jcUFo'](_0x1d3c11,_0x185ee0[_0x1cb722(0x184)]),'skipped':_0x185ee0['jcUFo'](_0x3402b0,_0x185ee0['VYCaO']),'started':_0x185ee0[_0x1cb722(0x122)](_0x3402b0,_0x185ee0[_0x1cb722(0x17e)]),'finished':_0x185ee0['jcUFo'](_0x3402b0,_0x185ee0[_0x1cb722(0x16c)])};},mockPWBrowserType=_0xeea61d=>{const _0x1bbfcd=a4_0xf6a305,_0x35ecf7={'xtshl':function(_0x5314b9,_0x5ad189,_0x470135){return _0x5314b9(_0x5ad189,_0x470135);},'mofec':_0x1bbfcd(0x116),'VmBYL':function(_0x379231,_0x5ce753){return _0x379231(_0x5ce753);},'QeMHA':_0x1bbfcd(0x127),'hIgPP':function(_0x2e5e4f,_0x28debf){return _0x2e5e4f(_0x28debf);},'Etunq':function(_0x356aef,_0x3daf9d){return _0x356aef===_0x3daf9d;},'kdSaG':_0x1bbfcd(0x157),'yhEWQ':_0x1bbfcd(0x19b),'rQaoh':'client','PIbFT':_0x1bbfcd(0x1b2),'CvFfP':_0x1bbfcd(0x13f),'ztrHC':_0x1bbfcd(0x15d),'qGeoW':_0x1bbfcd(0x109)},_0x5580f3=path['join'](_0x35ecf7[_0x1bbfcd(0x11e)],_0x35ecf7['rQaoh'],_0x35ecf7[_0x1bbfcd(0x1b5)]),_0x523710=_0x35ecf7[_0x1bbfcd(0x1ba)](importFileFromPWCore,_0x5580f3);if(!_0x523710){_0x35ecf7[_0x1bbfcd(0x117)](debug,_0x35ecf7['CvFfP']);return;}const _0x395bfa=_0x523710['BrowserType'],_0x127106=_0x395bfa[_0x1bbfcd(0x1ad)];if(_0x127106[_0x1bbfcd(0x1e7)])return;const _0x35bc8e=_0x127106[_0x1bbfcd(0x15d)];Object['defineProperty'](_0x127106,_0x35ecf7[_0x1bbfcd(0x11a)],{'get':function(){const _0x1ecdfb={'JPwHQ':function(_0x4e4ea2,_0x4f9953){return _0x35ecf7['Etunq'](_0x4e4ea2,_0x4f9953);},'JXTjB':_0x35ecf7['kdSaG']};return async function _0x2c760f(_0x2cee5e,_0x5aab85){const _0x512fed=a4_0x1175,_0x46223b=_0x35ecf7[_0x512fed(0x164)](nestedKeyValue,_0x2cee5e,[_0x35ecf7[_0x512fed(0x1e1)]])||_0x2cee5e;let _0xe6f3c5=null,_0x2b22ed=null;try{[_0x2b22ed,_0xe6f3c5]=_0x46223b?_0x35ecf7[_0x512fed(0x1ba)](parseWSEndpoint,_0x46223b):[null,null],global['__platformCaps']=_0xe6f3c5,logger['debug'](_0x512fed(0x10d)+_0x2b22ed),_0x2b22ed['includes'](Constants[_0x512fed(0x13b)])&&(global[_0x512fed(0x1f0)]=_0x35ecf7['QeMHA']);}catch(_0x31f191){logger[_0x512fed(0x1c9)](_0x512fed(0x1df)+_0x46223b+'\x20'+_0x31f191);}_0x35ecf7['xtshl'](processAccessibilityCaps,_0xe6f3c5,_0x2b22ed);if(global[_0x512fed(0x15b)]){const _0x3088d7=await _0x127106[_0x512fed(0x1ca)][_0x512fed(0x107)](this,[''+Constants['PLAYWRIGHT_HUB_URL']+_0x35ecf7['hIgPP'](encodeURIComponent,JSON[_0x512fed(0x1c6)](_0xe6f3c5))]);return PlaywrightSessionDetails[_0x512fed(0x175)](_0x3088d7,_0xeea61d,_0x46223b),_0x3088d7;}return _0x35bc8e[_0x512fed(0x107)](this,arguments)[_0x512fed(0x16a)](_0x5ac9a0=>{const _0x1e8dae=_0x512fed;let _0xc9b40=_0x2cee5e[_0x1e8dae(0x116)];return _0x1ecdfb[_0x1e8dae(0x1cf)](typeof _0x2cee5e,_0x1ecdfb['JXTjB'])&&(_0xc9b40=_0x2cee5e),PlaywrightSessionDetails[_0x1e8dae(0x175)](_0x5ac9a0,_0xeea61d,_0xc9b40),_0x5ac9a0;});};}});const _0x20ca9a=_0x127106['launch'];Object[_0x1bbfcd(0x146)](_0x127106,_0x35ecf7[_0x1bbfcd(0x1be)],{'get':function(){return async function _0x14098d(){const _0x166b01=a4_0x1175;return _0x20ca9a[_0x166b01(0x107)](this,arguments)['then'](_0x2ca9fd=>{const _0x3dcb35=_0x166b01;return PlaywrightSessionDetails[_0x3dcb35(0x175)](_0x2ca9fd,null),_0x2ca9fd;});};}});};class O11yHelper{[a4_0xf6a305(0x10b)]=null;[a4_0xf6a305(0x181)]=null;[a4_0xf6a305(0x12b)]=![];[a4_0xf6a305(0x135)]=![];constructor(_0x1d767c,_0x4ddb62){const _0x3f5a90=a4_0xf6a305,_0x75deb={'LNCnS':'5|1|2|3|0|4','phvXb':function(_0x4afcd3){return _0x4afcd3();},'eWJdn':function(_0x413233,_0xd4d3a0){return _0x413233===_0xd4d3a0;},'YtXfY':_0x3f5a90(0x1eb),'bKYKS':function(_0x5af0a1,_0x41254b){return _0x5af0a1(_0x41254b);},'TjLmh':function(_0x168ef8){return _0x168ef8();}},_0xe0ee23=_0x75deb[_0x3f5a90(0x1b7)][_0x3f5a90(0x1f9)]('|');let _0x43ff29=0x0;while(!![]){switch(_0xe0ee23[_0x43ff29++]){case'0':this[_0x3f5a90(0x1da)]=new testOpsHelper[(_0x3f5a90(0x1dd))]({'cwd':process[_0x3f5a90(0x180)]()},this['_testEnv'][_0x3f5a90(0x1b9)]);continue;case'1':this[_0x3f5a90(0x135)]=_0x4ddb62[_0x3f5a90(0x135)];continue;case'2':this[_0x3f5a90(0x13e)]=_0x1d767c;continue;case'3':this['_testEnv']=_0x75deb['phvXb'](getTestEnv);continue;case'4':this[_0x3f5a90(0x13e)]&&_0x75deb['eWJdn'](this['driver'][_0x3f5a90(0x1a2)][_0x3f5a90(0x130)],_0x75deb[_0x3f5a90(0x125)])&&_0x75deb['bKYKS'](mockPWBrowserType,null);continue;case'5':this['enabled']=_0x75deb[_0x3f5a90(0x12a)](shouldProcessEventForTesthub);continue;}break;}}[a4_0xf6a305(0x139)](){const _0x2b9dce=a4_0xf6a305;if(!this[_0x2b9dce(0x12b)])return;testOpsHelper[_0x2b9dce(0x185)](),process['removeAllListeners'](_0x2b9dce(0x1b4)+process[_0x2b9dce(0x17c)]),process['on'](_0x2b9dce(0x1b4)+process[_0x2b9dce(0x17c)],this['appendTestItemLog']['bind'](this));}async[a4_0xf6a305(0x177)](){const _0x12f85a=a4_0xf6a305;await RequestQueueHandler['getInstance']()[_0x12f85a(0x1bd)]();}async[a4_0xf6a305(0x17d)](_0x5c632a){const _0x3704ec=a4_0xf6a305,_0x41a0a5={'kYPMk':'LogCreated','fiGtq':function(_0x4df53a,_0x2b33c0){return _0x4df53a(_0x2b33c0);}};try{this['currentHook']&&!this[_0x3704ec(0x181)][_0x3704ec(0x155)]&&(_0x5c632a[_0x3704ec(0x1af)]=this[_0x3704ec(0x181)][_0x3704ec(0x158)]);!_0x5c632a[_0x3704ec(0x1af)]&&this['currentTest']&&!this[_0x3704ec(0x10b)][_0x3704ec(0x155)]&&(_0x5c632a['test_run_uuid']=this[_0x3704ec(0x10b)]['testAnalyticsId']);if(_0x5c632a['hook_run_uuid']||_0x5c632a[_0x3704ec(0x1f3)]){const _0x5acaf5={};_0x5acaf5[_0x3704ec(0x1c8)]=_0x41a0a5[_0x3704ec(0x154)],_0x5acaf5['logs']=[_0x5c632a],await SessionHandler[_0x3704ec(0x19e)](_0x5acaf5);}}catch(_0x387b18){_0x41a0a5[_0x3704ec(0x169)](debug,_0x3704ec(0x1b8)+constants[_0x3704ec(0x1ac)]+'\x20with\x20error\x20:\x20'+_0x387b18);}}async[a4_0xf6a305(0x11d)](_0x12d14b){const _0x308f59=a4_0xf6a305,_0x2d3de7={'sAGXo':'CBTSessionCreated','UNylE':function(_0x4ff3d5,_0x26f1fa){return _0x4ff3d5(_0x26f1fa);}};if(!this['enabled'])return;const _0x38ec26=this['getCBTInfo'](this[_0x308f59(0x13e)]);try{const _0x52d04a={};_0x52d04a['uuid']=_0x12d14b,_0x52d04a[_0x308f59(0x1a1)]=_0x38ec26;const _0x52eec4=_0x52d04a,_0xd28b29={};_0xd28b29[_0x308f59(0x1c8)]=_0x2d3de7['sAGXo'],_0xd28b29[_0x308f59(0x197)]=_0x52eec4,await SessionHandler[_0x308f59(0x19e)](_0xd28b29);}catch(_0xdf61e4){_0x2d3de7[_0x308f59(0x1ee)](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20'+constants[_0x308f59(0x1ac)]+_0x308f59(0x151)+_0xdf61e4);}}[a4_0xf6a305(0x1cc)](_0x7fdaec){const _0x4c9dd9=a4_0xf6a305,_0x5d49f2={'aaXPS':function(_0x276400,_0x4ed2cb){return _0x276400(_0x4ed2cb);}};return _0x5d49f2[_0x4c9dd9(0x1f7)](fetchPlatformDetails,_0x7fdaec);}[a4_0xf6a305(0x182)]=_0x3378a0=>{const _0x1c3243=a4_0xf6a305,_0x2622f={};_0x2622f['Gnzgv']=_0x1c3243(0x1b3),_0x2622f[_0x1c3243(0x1e9)]=_0x1c3243(0x136);const _0x31609d=_0x2622f;if(!_0x3378a0||!_0x3378a0[_0x1c3243(0x18d)])return;[_0x31609d[_0x1c3243(0x10a)],_0x31609d[_0x1c3243(0x1e9)]]['forEach'](_0x195443=>{const _0x1854ef=_0x1c3243,_0x158ae2=_0x3378a0[_0x1854ef(0x18d)][_0x195443];_0x158ae2[_0x1854ef(0x190)](_0x2a7fd7=>{const _0x5941e0=_0x1854ef;_0x2a7fd7[_0x5941e0(0x158)]&&(_0x2a7fd7[_0x5941e0(0x158)]=null);});});};[a4_0xf6a305(0x111)](_0x4d7f9f){const _0x5cb33b=a4_0xf6a305,_0x407fca={'ABgMq':_0x5cb33b(0x159),'oSxvi':function(_0x18e3d2){return _0x18e3d2();},'BjvZr':function(_0x512b95,_0x377d5b){return _0x512b95===_0x377d5b;},'PyLtQ':_0x5cb33b(0x136),'FOSkE':_0x5cb33b(0x1b6),'yzTRl':_0x5cb33b(0x1ed),'cYFkf':_0x5cb33b(0x1b3)};if(!_0x4d7f9f||!_0x4d7f9f[_0x5cb33b(0x18d)])return;[_0x407fca['FOSkE'],_0x407fca[_0x5cb33b(0x1bb)],_0x407fca['cYFkf'],_0x407fca['PyLtQ']][_0x5cb33b(0x190)](_0x3864d9=>{const _0x48cd07=_0x5cb33b,_0x4ed273=_0x4d7f9f['parent'][_0x3864d9]||[];_0x4ed273[_0x48cd07(0x190)](_0xb3734d=>{const _0xd63a88=_0x48cd07;if(_0xb3734d[_0xd63a88(0x149)][_0xd63a88(0x188)](_0x407fca['ABgMq']))return;if(!_0xb3734d[_0xd63a88(0x158)])_0xb3734d[_0xd63a88(0x158)]=_0x407fca[_0xd63a88(0x161)](uuidv4);else _0xb3734d[_0xd63a88(0x155)]&&_0x407fca[_0xd63a88(0x112)](_0x3864d9,_0x407fca[_0xd63a88(0x144)])&&(_0xb3734d['hookAnalyticsId']=_0x407fca[_0xd63a88(0x161)](uuidv4),delete _0xb3734d['markedStatus']);});}),this[_0x5cb33b(0x111)](_0x4d7f9f[_0x5cb33b(0x18d)]);}['getHooksForTest'](_0x9850e3){const _0x3b5e10=a4_0xf6a305,_0x49ea3e={};_0x49ea3e[_0x3b5e10(0x1d9)]=_0x3b5e10(0x1b6),_0x49ea3e['AVPIs']=_0x3b5e10(0x1ed),_0x49ea3e[_0x3b5e10(0x17b)]=_0x3b5e10(0x1b3),_0x49ea3e['rJBII']=_0x3b5e10(0x136);const _0x45be8d=_0x49ea3e;if(!_0x9850e3||!_0x9850e3[_0x3b5e10(0x18d)])return[];const _0x3a7dcc=[];return[_0x45be8d[_0x3b5e10(0x1d9)],_0x45be8d[_0x3b5e10(0x1ab)],_0x45be8d[_0x3b5e10(0x17b)],_0x45be8d[_0x3b5e10(0x183)]][_0x3b5e10(0x190)](_0x55b57d=>{const _0x213a6e=_0x3b5e10,_0x4bdbb5=_0x9850e3[_0x213a6e(0x18d)][_0x55b57d]||[];_0x4bdbb5['forEach'](_0x22ed45=>{const _0x520674=_0x213a6e;_0x22ed45[_0x520674(0x158)]&&_0x3a7dcc[_0x520674(0x18e)](_0x22ed45[_0x520674(0x158)]);});}),[][_0x3b5e10(0x191)](_0x3a7dcc,this[_0x3b5e10(0x1a4)](_0x9850e3[_0x3b5e10(0x18d)]));}[a4_0xf6a305(0x1d7)](_0xfaf596){const _0x2b0cb=a4_0xf6a305,_0x13327d=/^"(?<hook>.*)" hook:.*$/,_0x529adc=_0xfaf596[_0x2b0cb(0x149)],_0x3015bc=_0x529adc['match'](_0x13327d);if(_0x3015bc&&_0x3015bc[_0x2b0cb(0x14c)])return _0x3015bc[_0x2b0cb(0x14c)]['hook'][_0x2b0cb(0x156)]()[_0x2b0cb(0x1dc)]('\x20','_');return null;}['findGitConfig'](_0x5b032d){const _0x3ecac6=a4_0xf6a305,_0xb2f1df={};_0xb2f1df['Wzmmc']=function(_0x161099,_0x180bf7){return _0x161099===_0x180bf7;},_0xb2f1df['eLOIS']=_0x3ecac6(0x1d1),_0xb2f1df[_0x3ecac6(0x187)]=_0x3ecac6(0x1c2);const _0x26fc20=_0xb2f1df,_0x3b5d39=path[_0x3ecac6(0x14d)];if(_0x26fc20[_0x3ecac6(0x115)](_0x5b032d,null)||_0x26fc20[_0x3ecac6(0x115)](_0x5b032d,'')||_0x26fc20[_0x3ecac6(0x115)](_0x5b032d,_0x3b5d39)||_0x26fc20[_0x3ecac6(0x115)](_0x5b032d,path[_0x3ecac6(0x17f)](_0x5b032d)))return null;try{return fs[_0x3ecac6(0x12c)](path['join'](_0x5b032d,_0x26fc20[_0x3ecac6(0x11f)],_0x26fc20['mSTUB'])),_0x5b032d;}catch(_0x29e37c){const _0x37cff3=path[_0x3ecac6(0x17f)](_0x5b032d);return this[_0x3ecac6(0x162)](_0x37cff3);}}[a4_0xf6a305(0x1d3)](_0x23f3d9){const _0xaeaec9=a4_0xf6a305,_0x26c85a={};_0x26c85a[_0xaeaec9(0x110)]=function(_0x4454ef,_0x2225e2){return _0x4454ef>_0x2225e2;};const _0x164a87=_0x26c85a;if(_0x23f3d9[_0xaeaec9(0x178)])return _0x23f3d9[_0xaeaec9(0x178)];if(_0x23f3d9[_0xaeaec9(0x1f1)]){const _0x559b3c=_0x23f3d9[_0xaeaec9(0x1f1)][_0xaeaec9(0x10b)]?this[_0xaeaec9(0x1d3)](_0x23f3d9[_0xaeaec9(0x1f1)][_0xaeaec9(0x10b)]):null;if(_0x559b3c)return _0x559b3c;}if(_0x23f3d9[_0xaeaec9(0x18d)]){const _0x5fb11e=this['getRootParentFile'](_0x23f3d9['parent'])||(_0x23f3d9[_0xaeaec9(0x18d)][_0xaeaec9(0x1f1)]&&_0x23f3d9[_0xaeaec9(0x18d)][_0xaeaec9(0x1f1)][_0xaeaec9(0x10b)]?this[_0xaeaec9(0x1d3)](_0x23f3d9[_0xaeaec9(0x18d)][_0xaeaec9(0x1f1)][_0xaeaec9(0x10b)]):null);if(_0x5fb11e)return _0x5fb11e;_0x23f3d9[_0xaeaec9(0x18d)][_0xaeaec9(0x160)]&&_0x164a87[_0xaeaec9(0x110)](_0x23f3d9[_0xaeaec9(0x18d)]['suites'][_0xaeaec9(0x128)],0x0)&&_0x23f3d9[_0xaeaec9(0x18d)][_0xaeaec9(0x160)][_0xaeaec9(0x190)](_0x4ae638=>{const _0x182d52=_0xaeaec9,_0x3ee2bb=_0x4ae638['ctx']?this[_0x182d52(0x1d3)](_0x4ae638[_0x182d52(0x1f1)]):null;if(_0x3ee2bb)return _0x3ee2bb;});}return null;}[a4_0xf6a305(0x145)](_0x22aaa4){const _0x5f2d72=a4_0xf6a305,_0x526117={};_0x526117['EwQiN']=function(_0x5e0346,_0x38b5e2){return _0x5e0346!==_0x38b5e2;};const _0x4d17df=_0x526117,_0x11a9ad=[];if(_0x22aaa4&&_0x22aaa4[_0x5f2d72(0x18d)]){let _0xb590e3=_0x22aaa4[_0x5f2d72(0x18d)];while(_0xb590e3&&_0x4d17df[_0x5f2d72(0x1ea)](_0xb590e3['title'],'')){_0x11a9ad[_0x5f2d72(0x18e)](_0xb590e3[_0x5f2d72(0x149)]),_0xb590e3=_0xb590e3[_0x5f2d72(0x18d)];}}return _0x11a9ad;}[a4_0xf6a305(0x143)](_0x1db7d0,_0x102782,_0xdcc4ee=undefined){const _0x4712ae=a4_0xf6a305,_0x3572dd={'qxlke':function(_0x56261c,_0x31fc4f){return _0x56261c(_0x31fc4f);},'zdTWa':function(_0x320d29){return _0x320d29();},'AOZkd':function(_0x1a779e){return _0x1a779e();},'FoZhh':function(_0x114f61){return _0x114f61();},'YJTbc':function(_0x388440){return _0x388440();},'TuTfj':function(_0x3c0262,_0x517eeb){return _0x3c0262(_0x517eeb);},'UMknt':_0x4712ae(0x1a9),'YIJUw':_0x4712ae(0x168),'zqOAB':function(_0x3cfe1b,_0x8d7dab){return _0x3cfe1b!==_0x8d7dab;},'Fvpbz':function(_0x139a1d,_0x3cff69){return _0x139a1d!==_0x3cff69;},'MqVSM':_0x4712ae(0x1c7),'TrQAs':'pending','UgjuU':_0x4712ae(0x1bf),'yabne':_0x4712ae(0x18a),'XotSa':_0x4712ae(0x16f),'AjBii':'javascript','jAOyY':function(_0x1896c9,_0xd7a71){return _0x1896c9-_0xd7a71;},'kygCa':function(_0x5f0364,_0x5f0e59,_0x31f1b0,_0x61be5c,_0x3db380){return _0x5f0364(_0x5f0e59,_0x31f1b0,_0x61be5c,_0x3db380);},'PAaHw':_0x4712ae(0x1a1),'rtYPr':_0x4712ae(0x1ae),'mlssp':'failure','ZCTkC':'failure_backtrace','eVAtb':'backtrace','kFKty':_0x4712ae(0x1ce),'DGYVK':_0x4712ae(0x16b),'DKAwz':function(_0x4619de,_0x2a5cbe){return _0x4619de===_0x2a5cbe;},'dJJyC':'hook_run','SWLoP':_0x4712ae(0x197)};if(!this['enabled'])return;try{if(_0x102782['fn']&&_0x102782['fn'][_0x4712ae(0x1f4)]()[_0x4712ae(0x198)](/browserstack internal helper hook/))return;const _0x595a66=_0x3572dd[_0x4712ae(0x147)](parseEvent,_0x1db7d0);if(!_0x595a66)return;if(_0x595a66[_0x4712ae(0x16d)]){this[_0x4712ae(0x10b)]=_0x102782,this[_0x4712ae(0x181)]=null;if(_0x595a66['started']||_0x595a66[_0x4712ae(0x16f)]){_0x102782['startedAt']=new Date(),_0x102782[_0x4712ae(0x155)]=![];if(!_0x102782[_0x4712ae(0x1de)])_0x102782[_0x4712ae(0x1de)]=_0x3572dd[_0x4712ae(0x1cb)](uuidv4);else _0x102782[_0x4712ae(0x155)]&&(!_0x102782[_0x4712ae(0x1c1)]&&(_0x102782[_0x4712ae(0x1c1)]=_0x102782['testAnalyticsId']),_0x102782[_0x4712ae(0x1de)]=_0x3572dd[_0x4712ae(0x19d)](uuidv4));}}else{if(_0x595a66[_0x4712ae(0x15e)]){this[_0x4712ae(0x181)]=_0x102782;if(_0x595a66[_0x4712ae(0x131)]){_0x102782['startedAt']=new Date(),_0x102782[_0x4712ae(0x155)]=![];if(!_0x102782[_0x4712ae(0x158)])_0x102782['hookAnalyticsId']=_0x3572dd['FoZhh'](uuidv4);else _0x102782[_0x4712ae(0x158)]&&_0x102782[_0x4712ae(0x155)]&&(_0x102782['hookAnalyticsId']=_0x3572dd[_0x4712ae(0x141)](uuidv4));}}}if(_0x595a66[_0x4712ae(0x167)]&&_0x102782[_0x4712ae(0x155)])return;let _0x5b090f;try{_0x5b090f=this[_0x4712ae(0x1d3)](_0x102782);}catch(_0x415682){logger['debug']('failed\x20to\x20get\x20root\x20parent\x20file\x20'+_0x415682),_0x5b090f=null;}const _0x70bda6=_0x3572dd[_0x4712ae(0x150)](require,_0x3572dd[_0x4712ae(0x1c5)]);let _0x48549c=[];_0xdcc4ee&&(_0x48549c=[_0xdcc4ee,_0x3572dd[_0x4712ae(0x12f)]]);const _0x1c9676=_0x3572dd[_0x4712ae(0x119)](_0x102782['errorsDetailed'],undefined)?_0x70bda6[_0x4712ae(0x199)](_0x102782[_0x4712ae(0x121)][0x0]):_0x3572dd['Fvpbz'](_0xdcc4ee,undefined)?_0xdcc4ee[_0x4712ae(0x1f4)]():undefined,_0x193910=_0x5b090f?this[_0x4712ae(0x162)](_0x5b090f):null,_0x24f18b=_0x5b090f?this[_0x4712ae(0x1da)]['prefixTestPath'](this[_0x4712ae(0x1d3)](_0x102782)):_0x3572dd[_0x4712ae(0x14b)];let _0x34ebc4=_0x3572dd[_0x4712ae(0x1a5)];const _0x1e6cf2=!_0x595a66[_0x4712ae(0x131)]?new Date()[_0x4712ae(0x18c)]():null;if(_0x595a66['finished'])_0x34ebc4=_0xdcc4ee?_0x3572dd['UgjuU']:_0x3572dd[_0x4712ae(0x123)],_0x102782[_0x4712ae(0x155)]=!![];else _0x595a66['skipped']&&(_0x34ebc4=_0x3572dd[_0x4712ae(0x1d4)],_0x102782[_0x4712ae(0x155)]=!![]);const _0x5e071e={'framework':this[_0x4712ae(0x135)],'uuid':_0x102782[_0x4712ae(0x1de)]||_0x102782['hookAnalyticsId'],'name':_0x102782['title'],'body':{'lang':_0x3572dd[_0x4712ae(0x137)],'code':_0x102782[_0x4712ae(0x179)][_0x4712ae(0x1f4)]()},'type':_0x102782[_0x4712ae(0x189)],'scope':_0x102782[_0x4712ae(0x11b)](),'scopes':this[_0x4712ae(0x145)](_0x102782),'file_name':_0x24f18b,'vc_filepath':_0x193910?path['relative'](_0x193910,_0x5b090f):null,'location':_0x24f18b,'result':_0x34ebc4,'failure_reason':_0x1c9676,'duration_in_ms':_0x102782[_0x4712ae(0x1bc)]||(_0x595a66[_0x4712ae(0x167)]||_0x595a66['skipped'])?_0x3572dd[_0x4712ae(0x176)](Date['now'](),new Date(_0x102782[_0x4712ae(0x1d0)])['getTime']()):null,'started_at':new Date(_0x102782[_0x4712ae(0x1d0)])[_0x4712ae(0x18c)](),'finished_at':_0x1e6cf2,'failure':testOpsHelper[_0x4712ae(0x126)][_0x4712ae(0x107)](null,_0x48549c),'failure_type':!_0x1c9676?null:testOpsHelper[_0x4712ae(0x166)](_0x1c9676),'retry_of':_0x102782[_0x4712ae(0x1c1)]||null,'tags':_0x102782[_0x4712ae(0x1e8)]||[],'customRerunParam':{'rerun_name':_0x102782[_0x4712ae(0x11b)]()}};_0x3572dd[_0x4712ae(0x14e)](appendTesthubParams,_0x5e071e,_0x1db7d0,_0x102782,FRAMEWORKS[_0x4712ae(0x142)]);if(_0x595a66['hook'])[_0x5e071e['hook_type'],_0x5e071e[_0x4712ae(0x130)]]=[this[_0x4712ae(0x1d7)](_0x102782),_0x102782[_0x4712ae(0x1f1)][_0x4712ae(0x16d)]['title']],_0x595a66[_0x4712ae(0x167)]?_0x3572dd[_0x4712ae(0x1ec)](_0x5e071e[_0x4712ae(0x138)],_0x3572dd[_0x4712ae(0x1d5)])&&(_0x5e071e[_0x4712ae(0x138)]=_0x3572dd[_0x4712ae(0x123)]):_0x5e071e[_0x4712ae(0x179)]={};else _0x595a66[_0x4712ae(0x16d)]&&(this[_0x4712ae(0x111)](_0x102782),_0x595a66['skipped']&&this[_0x4712ae(0x182)](_0x102782),(_0x595a66[_0x4712ae(0x167)]||_0x595a66['skipped'])&&(_0x5e071e[_0x4712ae(0x10e)]=this[_0x4712ae(0x1a4)](_0x102782)));this[_0x4712ae(0x13e)]&&(_0x595a66[_0x4712ae(0x131)]||_0x595a66[_0x4712ae(0x16f)])&&(_0x5e071e[_0x3572dd[_0x4712ae(0x194)]]=this['getCBTInfo'](this[_0x4712ae(0x13e)]));_0x595a66['test']&&_0x595a66['finished']&&_0x102782[_0x4712ae(0x196)]&&(_0x5e071e[_0x3572dd['rtYPr']]={'feature':{'name':_0x102782[_0x4712ae(0x18d)][_0x4712ae(0x163)][_0x4712ae(0x130)],'path':_0x5e071e[_0x4712ae(0x15c)],'description':_0x102782[_0x4712ae(0x18d)]['comment']},'scenario':{'name':_0x102782['title']},'steps':_0x102782['bddSteps']});const _0x390e7d=_0x5e071e[_0x3572dd[_0x4712ae(0x172)]][0x0];_0x390e7d&&(_0x5e071e[_0x3572dd[_0x4712ae(0x1c3)]]=_0x390e7d[_0x3572dd[_0x4712ae(0x19c)]],_0x5e071e[_0x3572dd['kFKty']]=_0x390e7d[_0x3572dd[_0x4712ae(0x1cd)]]);if(_0x102782['bddSteps'])for(const _0x5dd1a4 of _0x102782[_0x4712ae(0x196)]){!_0x5dd1a4[_0x4712ae(0x13a)]&&(_0x5dd1a4['finished_at']=new Date()['toISOString'](),_0x3572dd[_0x4712ae(0x18b)](_0x5dd1a4[_0x4712ae(0x138)],_0x3572dd[_0x4712ae(0x1a5)])&&(_0x390e7d?(_0x5dd1a4['result']=_0x3572dd['UgjuU'],_0x5dd1a4[_0x4712ae(0x17a)]=_0x390e7d[_0x3572dd['eVAtb']][0x0]):_0x5dd1a4[_0x4712ae(0x138)]=_0x3572dd[_0x4712ae(0x123)]));}const _0x4925ca={};_0x4925ca[_0x4712ae(0x1c8)]=_0x595a66[_0x4712ae(0x16f)]?TEST_EVENTS[_0x4712ae(0x118)]:_0x1db7d0;const _0x4d6f29=_0x4925ca;return _0x595a66[_0x4712ae(0x15e)]?_0x4d6f29[_0x3572dd[_0x4712ae(0x108)]]=_0x5e071e:_0x4d6f29[_0x3572dd['SWLoP']]=_0x5e071e,_0x4d6f29;}catch(_0x5865d9){logger[_0x4712ae(0x1c9)](_0x4712ae(0x19f)+_0x1db7d0+_0x4712ae(0x151)+_0x5865d9);}}async[a4_0xf6a305(0x129)](_0x40e47f,_0x547e8d){const _0x2e1e29=a4_0xf6a305;if(!this[_0x2e1e29(0x12b)]||!_0x547e8d||!_0x40e47f)return![];try{return await SessionHandler['uploadEventData'](_0x547e8d);}catch(_0x21e9f1){logger[_0x2e1e29(0x1c9)](_0x2e1e29(0x186)+_0x40e47f+_0x2e1e29(0x151)+_0x21e9f1);}}['initializeBddStep'](_0x1c1eff){const _0x4044b3=a4_0xf6a305,_0x26b5aa={};_0x26b5aa[_0x4044b3(0x173)]=_0x4044b3(0x14a);const _0x3ba5e7=_0x26b5aa;return{'id':_0x1c1eff['stepAnalyticsId'],'text':_0x1c1eff[_0x4044b3(0x133)],'keyword':_0x1c1eff[_0x4044b3(0x148)],'started_at':_0x1c1eff['startedAt'][_0x4044b3(0x18c)](),'result':_0x3ba5e7['zaYaT']};}[a4_0xf6a305(0x140)](_0x4c0ca1){const _0x17db4a=a4_0xf6a305,_0xad85d4={'XjSQY':function(_0x1437bf){return _0x1437bf();}};!this[_0x17db4a(0x10b)][_0x17db4a(0x196)]&&(this[_0x17db4a(0x10b)][_0x17db4a(0x196)]=[]),!_0x4c0ca1['stepAnalyticsId']&&(_0x4c0ca1['stepAnalyticsId']=_0xad85d4[_0x17db4a(0x11c)](uuidv4),_0x4c0ca1[_0x17db4a(0x1d0)]=new Date(),this['currentTest'][_0x17db4a(0x196)][_0x17db4a(0x18e)](this[_0x17db4a(0x12e)](_0x4c0ca1)));}[a4_0xf6a305(0x10c)](_0x390683){const _0x4971f3=a4_0xf6a305,_0x395a99={'jwZsw':function(_0x3e5d3e,_0xc8c263){return _0x3e5d3e(_0xc8c263);},'bSZav':_0x4971f3(0x1e6),'xZmeq':_0x4971f3(0x14a),'UCRhp':_0x4971f3(0x18a),'mMfCF':function(_0x5f0f38,_0x3f854a){return _0x5f0f38-_0x3f854a;}};let _0x3a7273=this[_0x4971f3(0x10b)][_0x4971f3(0x196)][_0x4971f3(0x153)](_0x8475c6=>_0x8475c6['id']===_0x390683[_0x4971f3(0x15f)]);_0x395a99[_0x4971f3(0x193)](isUndefined,_0x3a7273)&&(_0x3a7273=this[_0x4971f3(0x12e)](_0x390683)),_0x3a7273['result']=[_0x395a99['bSZav'],_0x395a99[_0x4971f3(0x1c4)]]['includes'](_0x390683[_0x4971f3(0x1a8)])?_0x395a99[_0x4971f3(0x13c)]:_0x390683[_0x4971f3(0x1a8)],_0x3a7273[_0x4971f3(0x13a)]=new Date()['toISOString'](),_0x3a7273['duration']=_0x395a99[_0x4971f3(0x19a)](Date['now'](),_0x390683['startedAt'][_0x4971f3(0x1e3)]()),_0x3a7273['failure']=_0x390683[_0x4971f3(0x168)]?_0x390683[_0x4971f3(0x168)][_0x4971f3(0x1a0)]:null;}}const a4_0x12abe7={};a4_0x12abe7[a4_0xf6a305(0x16e)]=O11yHelper,a4_0x12abe7[a4_0xf6a305(0x120)]=STATE_PASSED,a4_0x12abe7['STATE_FAILED']=STATE_FAILED,a4_0x12abe7[a4_0xf6a305(0x170)]=TEST_EVENTS,module[a4_0xf6a305(0x1db)]=a4_0x12abe7;