browserstack-node-sdk 1.49.12 → 1.50.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (186) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +2 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/nightwatch/command.js +1 -1
  79. package/src/bin/playwright/accessibility-helper.js +1 -1
  80. package/src/bin/playwright/command.js +1 -1
  81. package/src/bin/playwright/globalSetup.js +1 -1
  82. package/src/bin/playwright/mock-process.js +1 -1
  83. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  84. package/src/bin/playwright/patches.js +1 -1
  85. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  86. package/src/bin/playwright/reporter/reporter.js +1 -1
  87. package/src/bin/playwright/reporter/test-details.js +1 -1
  88. package/src/bin/playwright/sessionDetails.js +1 -1
  89. package/src/bin/runner.js +1 -1
  90. package/src/bin/setup.js +1 -1
  91. package/src/bin/test-runner/index.js +1 -1
  92. package/src/bin/test-runner/runTest.js +1 -1
  93. package/src/bin/test-runner/testWorker.js +1 -1
  94. package/src/bin/utils/apiUtilityMethods.js +1 -1
  95. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  96. package/src/bin/utils/constants.js +1 -1
  97. package/src/bin/utils/log4jsAppender.js +1 -1
  98. package/src/bin/utils/logPatcher.js +1 -1
  99. package/src/bin/utils/logReportingAPI.js +1 -1
  100. package/src/bin/utils/playwright-patcher.js +1 -1
  101. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  102. package/src/bin/utils/sharedUtils.js +1 -1
  103. package/src/bin/v2/TestInfo.js +1 -1
  104. package/src/bin/v2/browserstackCLI.js +1 -1
  105. package/src/bin/v2/cliUtils.js +1 -1
  106. package/src/bin/v2/customTagManager.js +1 -1
  107. package/src/bin/v2/eventDispatcher.js +1 -1
  108. package/src/bin/v2/framework/automationFramework.js +1 -1
  109. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  110. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  111. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  112. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  113. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  114. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  115. package/src/bin/v2/framework/testFramework.js +1 -1
  116. package/src/bin/v2/grpcClient.js +1 -1
  117. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  118. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  119. package/src/bin/v2/instances/trackedContext.js +1 -1
  120. package/src/bin/v2/instances/trackedInstance.js +1 -1
  121. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  122. package/src/bin/v2/modules/baseModule.js +1 -1
  123. package/src/bin/v2/modules/loadTestModule.js +1 -1
  124. package/src/bin/v2/modules/observabilityModule.js +1 -1
  125. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  126. package/src/bin/v2/modules/testhubModule.js +1 -1
  127. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  128. package/src/bin/v2/state/hookState.js +1 -1
  129. package/src/bin/v2/state/testFrameworkState.js +1 -1
  130. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  131. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  132. package/src/bin/v2/utils/jest-utils.js +1 -1
  133. package/src/bin/vanilla-js/command.js +1 -1
  134. package/src/browserStackSdk.js +1 -1
  135. package/src/helpers/BrowserStackSetup.js +1 -1
  136. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  137. package/src/helpers/accessibility-automation/constants.js +1 -1
  138. package/src/helpers/accessibility-automation/helper.js +1 -1
  139. package/src/helpers/accessibility-automation/scripts.js +1 -1
  140. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  141. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  142. package/src/helpers/ats/constants.js +1 -1
  143. package/src/helpers/ats/helper.js +1 -1
  144. package/src/helpers/capsMapping.js +1 -1
  145. package/src/helpers/central-scanner/constants.js +1 -1
  146. package/src/helpers/central-scanner/helpers.js +1 -1
  147. package/src/helpers/classLogger.js +1 -1
  148. package/src/helpers/globals.js +1 -1
  149. package/src/helpers/helper.js +1 -1
  150. package/src/helpers/logger.js +1 -1
  151. package/src/helpers/metadata.js +1 -1
  152. package/src/helpers/patchHelper.js +1 -1
  153. package/src/helpers/patchHelpers.js +1 -1
  154. package/src/helpers/percy/Percy.js +1 -1
  155. package/src/helpers/percy/PercyBinary.js +1 -1
  156. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  157. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  158. package/src/helpers/percy/PercySDK.js +1 -1
  159. package/src/helpers/percy/index.js +1 -1
  160. package/src/helpers/percy/utils.js +1 -1
  161. package/src/helpers/performance/constants.js +1 -1
  162. package/src/helpers/performance/performance-tester.js +1 -1
  163. package/src/helpers/playwright-helper.js +1 -1
  164. package/src/helpers/processHelper.js +1 -1
  165. package/src/helpers/request-spy.js +1 -1
  166. package/src/helpers/setKeepAlive.js +1 -1
  167. package/src/helpers/test-observability/constants.js +1 -1
  168. package/src/helpers/test-observability/error-handler.js +1 -1
  169. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  170. package/src/helpers/test-observability/sessionHandler.js +1 -1
  171. package/src/helpers/test-observability/utils.js +1 -1
  172. package/src/helpers/test-orchestration/constants.js +1 -1
  173. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  174. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  175. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  176. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  177. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  178. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  179. package/src/helpers/testhub/constants.js +1 -1
  180. package/src/helpers/testhub/testhubHandler.js +1 -1
  181. package/src/helpers/testhub/utils.js +1 -1
  182. package/src/helpers/timeoutPromise.js +1 -1
  183. package/src/helpers/utilities.js +1 -1
  184. package/src/helpers/w3cMapping.js +1 -1
  185. package/src/hubAllocationMethods.js +1 -1
  186. package/src/index.js +1 -1
@@ -1 +1 @@
1
- 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
+ function a1_0x1bd6(_0x15f0c5,_0x344813){const _0x595e67=a1_0x595e();return a1_0x1bd6=function(_0x1bd6c0,_0x179dbd){_0x1bd6c0=_0x1bd6c0-0x131;let _0x15b943=_0x595e67[_0x1bd6c0];return _0x15b943;},a1_0x1bd6(_0x15f0c5,_0x344813);}const a1_0x3dd359=a1_0x1bd6;(function(_0x4fa08e,_0x45a8ed){const _0x5c4680=a1_0x1bd6,_0x421e53=_0x4fa08e();while(!![]){try{const _0x304841=-parseInt(_0x5c4680(0x1ee))/0x1*(parseInt(_0x5c4680(0x1f3))/0x2)+-parseInt(_0x5c4680(0x16e))/0x3*(-parseInt(_0x5c4680(0x218))/0x4)+parseInt(_0x5c4680(0x198))/0x5+parseInt(_0x5c4680(0x1a2))/0x6*(parseInt(_0x5c4680(0x16d))/0x7)+-parseInt(_0x5c4680(0x21c))/0x8*(parseInt(_0x5c4680(0x1ca))/0x9)+-parseInt(_0x5c4680(0x1b8))/0xa*(parseInt(_0x5c4680(0x159))/0xb)+parseInt(_0x5c4680(0x18b))/0xc*(-parseInt(_0x5c4680(0x1b5))/0xd);if(_0x304841===_0x45a8ed)break;else _0x421e53['push'](_0x421e53['shift']());}catch(_0x105201){_0x421e53['push'](_0x421e53['shift']());}}}(a1_0x595e,0x4e1a2));const fs=require('fs'),util=require('util'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x3dd359(0x1ab)),logger=require('../../helpers/logger')[a1_0x3dd359(0x1de)],testOpsHelper=require(a1_0x3dd359(0x19f)),requestSpy=require(a1_0x3dd359(0x1d7)),PlaywrightSessionDetails=require(a1_0x3dd359(0x142)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require('./o11yHelper'),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x3dd359(0x1e6)),AccessibilityHelper=require(a1_0x3dd359(0x1fc)),scripts=require(a1_0x3dd359(0x192)),PerformanceTester=require('../../helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require('../../helpers/performance/constants'),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x3dd359(0x203)),testHubConstants=require(a1_0x3dd359(0x16c)),globals=require(a1_0x3dd359(0x141)),CodeceptJS=requireModule(a1_0x3dd359(0x1f9),a1_0x3dd359(0x156)),CodeceptUtils=requireModule(a1_0x3dd359(0x1b3),a1_0x3dd359(0x156)),CodeceptWebDriver=requireModule(a1_0x3dd359(0x22f),a1_0x3dd359(0x156)),CodeceptRecorder=requireModule('codeceptjs/lib/recorder.js','codeceptjs'),CodeceptPlaywright=requireModule(a1_0x3dd359(0x200),a1_0x3dd359(0x156)),playwrightMarkSessionStatus=(_0x243962,_0x2a3444,_0xd4b0f7)=>{const _0x3c263c=a1_0x3dd359,_0x17782c={'COXJY':'setSessionStatus','SdDBW':function(_0x3ed46e,_0x49cf5a){return _0x3ed46e(_0x49cf5a);}},_0x581454={};_0x581454[_0x3c263c(0x15b)]=_0x2a3444;const _0x7d02c3={};_0x7d02c3[_0x3c263c(0x21b)]=_0x17782c[_0x3c263c(0x18a)],_0x7d02c3[_0x3c263c(0x1b2)]=_0x581454;const _0x514957=_0x7d02c3;return!_0x17782c['SdDBW'](isUndefined,_0xd4b0f7)&&(_0x514957[_0x3c263c(0x1b2)][_0x3c263c(0x167)]=JSON['stringify'](_0xd4b0f7)),_0x243962[_0x3c263c(0x236)](()=>{},_0x3c263c(0x1da)+JSON[_0x3c263c(0x14a)](_0x514957));},o11ySync=PerformanceTester[a1_0x3dd359(0x1c0)](PerformanceO11yEvents[a1_0x3dd359(0x1d9)],async _0x3e48af=>{const _0x4df3dd=a1_0x3dd359,_0x5b8610={};_0x5b8610[_0x4df3dd(0x144)]=function(_0x251232,_0x41c4e2){return _0x251232===_0x41c4e2;},_0x5b8610[_0x4df3dd(0x220)]=_0x4df3dd(0x1ae);const _0x3b4395=_0x5b8610;_0x3b4395[_0x4df3dd(0x144)](_0x3e48af[_0x4df3dd(0x1cc)][_0x4df3dd(0x15d)],_0x3b4395[_0x4df3dd(0x220)])?await _0x3e48af[_0x4df3dd(0x236)](_0x3624a5=>{},testOpsHelper['getSyncScript']()):await _0x3e48af['executeScript'](testOpsHelper[_0x4df3dd(0x195)]());}),markSessionName=PerformanceTester[a1_0x3dd359(0x1c0)](PerformanceAutEvents[a1_0x3dd359(0x147)],async(_0x121426,_0x1135f7)=>{const _0x45c3a1=a1_0x3dd359,_0x3fac90={};_0x3fac90['wmxSC']=_0x45c3a1(0x197),_0x3fac90[_0x45c3a1(0x1cf)]=function(_0x348b6f,_0x143c43){return _0x348b6f===_0x143c43;},_0x3fac90[_0x45c3a1(0x214)]=_0x45c3a1(0x1ae);const _0x323817=_0x3fac90,_0x485255={};_0x485255['name']=_0x1135f7;const _0x1af982={};_0x1af982[_0x45c3a1(0x21b)]=_0x323817[_0x45c3a1(0x175)],_0x1af982[_0x45c3a1(0x1b2)]=_0x485255;const _0x1755d4=_0x1af982;_0x323817[_0x45c3a1(0x1cf)](_0x121426[_0x45c3a1(0x1cc)]['name'],_0x323817[_0x45c3a1(0x214)])?await _0x121426['executeScript'](()=>{},_0x45c3a1(0x1da)+JSON[_0x45c3a1(0x14a)](_0x1755d4)):await _0x121426[_0x45c3a1(0x236)](_0x45c3a1(0x1da)+JSON[_0x45c3a1(0x14a)](_0x1755d4));}),patchSaveScreenshot=_0x5c167e=>{const _0x15a3f3=a1_0x3dd359,_0x1c7915={'olnox':_0x15a3f3(0x190),'vSKUX':_0x15a3f3(0x22b),'YjstA':function(_0x37c68d){return _0x37c68d();},'kwvFS':function(_0x1b7d5e,_0x213849){return _0x1b7d5e(_0x213849);},'mlNgS':'Screenshot\x20path\x20not\x20found'};_0x1c7915[_0x15a3f3(0x22c)](isTrue,process[_0x15a3f3(0x231)][_0x15a3f3(0x174)])&&!_0x5c167e['patchSaveScreenshot']&&(_0x5c167e[_0x15a3f3(0x131)]=!![],_0x5c167e['initSaveScreenshot']=_0x5c167e[_0x15a3f3(0x17f)],_0x5c167e[_0x15a3f3(0x17f)]=(_0x33e00d,_0x9c2545=![])=>{const _0x1b1b7b=_0x15a3f3,_0x348f07={'JkWNS':_0x1c7915[_0x1b1b7b(0x1d3)],'lLfLe':_0x1c7915[_0x1b1b7b(0x1c2)],'yWCCX':function(_0x54528f){return _0x1c7915['YjstA'](_0x54528f);},'ITeLu':function(_0x2bc44b,_0x4f72a1){return _0x1c7915['kwvFS'](_0x2bc44b,_0x4f72a1);},'orRFI':_0x1c7915[_0x1b1b7b(0x170)]};return new Promise(function(_0x2f0f79,_0xdc1de0){const _0x136f60=_0x1b1b7b,_0xc46f85={'KBsfX':_0x348f07[_0x136f60(0x17d)],'Dupaw':_0x348f07[_0x136f60(0x215)],'QpaNR':function(_0x4d7cd6){return _0x348f07['yWCCX'](_0x4d7cd6);},'rNVJU':function(_0x3874d3,_0x4b9315){const _0x251cc3=_0x136f60;return _0x348f07[_0x251cc3(0x22e)](_0x3874d3,_0x4b9315);},'jCxIr':_0x348f07['orRFI']};_0x5c167e[_0x136f60(0x148)](_0x33e00d,_0x9c2545)[_0x136f60(0x1f0)](()=>{const _0x4b837c=_0x136f60,_0x4a2771=CodeceptUtils[_0x4b837c(0x1f7)](_0x33e00d);if(_0x4a2771){const _0x88269f=fs[_0x4b837c(0x1ce)](_0x4a2771);process[_0x4b837c(0x173)](_0x4b837c(0x20e)+process[_0x4b837c(0x196)],{'timestamp':new Date()['toISOString'](),'message':_0x88269f[_0x4b837c(0x1c4)](_0xc46f85[_0x4b837c(0x1fe)]),'kind':_0xc46f85[_0x4b837c(0x21a)]}),_0xc46f85[_0x4b837c(0x230)](_0x2f0f79);}_0xc46f85[_0x4b837c(0x1f1)](_0xdc1de0,new Error(_0xc46f85['jCxIr']));})['catch'](()=>null);});});},patchWebDriverBefore=_0x3016a2=>{const _0x509f20=a1_0x3dd359,_0x328bac={'EZXUN':function(_0x3e369e){return _0x3e369e();},'iivml':function(_0x1684b6,_0x3185ad){return _0x1684b6(_0x3185ad);},'pYCPg':function(_0x114fd4,_0x4241c2){return _0x114fd4===_0x4241c2;},'COkhH':'webdriverio','msoYx':function(_0x55bc25,_0x4aca81){return _0x55bc25===_0x4aca81;},'apCeK':_0x509f20(0x158),'qjNHm':_0x509f20(0x188)},_0x221c4a=async function(_0x108dea,_0x3c3654){const _0x1c22f8=_0x509f20;_0x328bac[_0x1c22f8(0x1e4)](isAccessibilityAutomationSession)&&!global[_0x1c22f8(0x224)]&&global['accessibilityPlatform']&&scripts[_0x1c22f8(0x21f)](_0x108dea[_0x1c22f8(0x15d)])&&_0x328bac['iivml'](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x1c22f8(0x224)]=!![],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x1c22f8(0x205)],async()=>{const _0x3c3949=_0x1c22f8;logger['debug'](_0x3c3949(0x145)+_0x108dea['class']+'\x20'+_0x108dea[_0x3c3949(0x15d)]),await AccessibilityHelper[_0x3c3949(0x146)](_0x3016a2,scripts[_0x3c3949(0x1aa)]);},{'command':_0x108dea['name']})());global[_0x1c22f8(0x224)]=![];const _0x535271=JSON[_0x1c22f8(0x1a7)](process[_0x1c22f8(0x231)][_0x1c22f8(0x177)]||'{}');if(_0x328bac[_0x1c22f8(0x219)](_0x535271?.[_0x1c22f8(0x139)]?.[_0x1c22f8(0x15d)],_0x328bac[_0x1c22f8(0x157)])&&_0x328bac[_0x1c22f8(0x168)](typeof _0x535271?.['testFramework']?.[_0x1c22f8(0x1fd)],_0x328bac['apCeK'])&&_0x535271?.[_0x1c22f8(0x139)]?.['version'][_0x1c22f8(0x209)]('7'))return _0x3c3654[_0x1c22f8(0x13b)](null,Array[_0x1c22f8(0x21d)][_0x1c22f8(0x17a)][_0x1c22f8(0x227)](arguments,0x2));return _0x3c3654[_0x1c22f8(0x13b)](this,Array['prototype'][_0x1c22f8(0x17a)][_0x1c22f8(0x227)](arguments,0x2));},_0xd8bfc1=CodeceptWebDriver['prototype'][_0x509f20(0x202)];CodeceptWebDriver[_0x509f20(0x21d)][_0x509f20(0x202)]=async function(){const _0x19d50b=_0x509f20;try{await _0xd8bfc1[_0x19d50b(0x13b)](this,arguments);}catch(_0x299986){logger[_0x19d50b(0x21e)](_0x19d50b(0x1d4)+util['format'](_0x299986));}scripts[_0x19d50b(0x1f8)][_0x19d50b(0x1d2)](_0x49f7fc=>_0x49f7fc['name']&&_0x49f7fc[_0x19d50b(0x1a8)])[_0x19d50b(0x171)](_0x9252fb=>{const _0x13fb11=_0x19d50b;this['browser'][_0x13fb11(0x19b)](_0x9252fb[_0x13fb11(0x15d)],_0x221c4a['bind'](this,_0x9252fb),_0x328bac[_0x13fb11(0x168)](_0x9252fb[_0x13fb11(0x1a8)],_0x328bac[_0x13fb11(0x1d5)]));}),_0x328bac[_0x19d50b(0x208)](processWebDriverConfig,_0x3016a2);};};function parseJwt(_0x232f13){const _0x290cee=a1_0x3dd359,_0x471f32={};_0x471f32[_0x290cee(0x17e)]='base64';const _0x4b1aed=_0x471f32;if(!_0x232f13)return null;return JSON[_0x290cee(0x1a7)](Buffer['from'](_0x232f13[_0x290cee(0x162)]('.')[0x1],_0x4b1aed[_0x290cee(0x17e)])[_0x290cee(0x1c4)]());}const patchPlaywrightBefore=()=>{const _0x3236bf=a1_0x3dd359,_0x234ea2={'TaFTX':function(_0x991686){return _0x991686();},'aygme':_0x3236bf(0x180),'lUpOH':_0x3236bf(0x13d),'ArDHc':function(_0x2b8c90){return _0x2b8c90();},'JJGYj':function(_0x16fa01,_0x13f162){return _0x16fa01(_0x13f162);},'Qsztz':function(_0x51d01d,_0xed9b95){return _0x51d01d+_0xed9b95;},'OjWLE':_0x3236bf(0x179),'cnJoP':function(_0x2c78a9){return _0x2c78a9();}};PlaywrightSessionDetails[_0x3236bf(0x1fb)]();const _0x4c340a=CodeceptPlaywright['prototype']['_before'];CodeceptPlaywright['prototype']['_before']=async function(){const _0x207687=_0x3236bf,_0x3df653={'Jhmee':function(_0x427bd0){const _0x54fad5=a1_0x1bd6;return _0x234ea2[_0x54fad5(0x1ef)](_0x427bd0);},'nOdSy':_0x234ea2['aygme'],'tMzGn':_0x234ea2[_0x207687(0x161)],'LHJmE':function(_0xf84ae3){const _0x2f0537=_0x207687;return _0x234ea2[_0x2f0537(0x149)](_0xf84ae3);},'hZdDS':function(_0x59d757,_0xf25ebb){const _0x16666b=_0x207687;return _0x234ea2[_0x16666b(0x1a6)](_0x59d757,_0xf25ebb);},'tLFuq':function(_0x4bfa8d){const _0x3565c0=_0x207687;return _0x234ea2[_0x3565c0(0x1ef)](_0x4bfa8d);},'vvAym':function(_0x3f8bef,_0x3a9de6){const _0x350d33=_0x207687;return _0x234ea2[_0x350d33(0x193)](_0x3f8bef,_0x3a9de6);},'FJmTb':_0x234ea2[_0x207687(0x1a4)]};this[_0x207687(0x15c)]=await this['browser'][_0x207687(0x1b7)]()[0x0];const _0x2acbd9=async()=>{const _0x4d63e5=_0x207687,_0xf93284={'ikNQL':function(_0x13589e){const _0x4ff7fe=a1_0x1bd6;return _0x3df653[_0x4ff7fe(0x1f4)](_0x13589e);},'LewlD':_0x3df653[_0x4d63e5(0x18c)]},_0x433104=this[_0x4d63e5(0x163)]&&this['config'][_0x4d63e5(0x1fa)]&&this[_0x4d63e5(0x163)][_0x4d63e5(0x1fa)][_0x4d63e5(0x176)]&&Array[_0x4d63e5(0x1c3)](this[_0x4d63e5(0x163)][_0x4d63e5(0x1fa)][_0x4d63e5(0x176)])&&this['config']['chromium'][_0x4d63e5(0x176)][_0x4d63e5(0x238)](_0x3df653[_0x4d63e5(0x1c1)]);if(_0x3df653['LHJmE'](isAccessibilityAutomationSession)&&!_0x433104)try{const _0x4114f4=_0x3df653['hZdDS'](parseJwt,process[_0x4d63e5(0x231)][_0x4d63e5(0x186)]);if(_0x4114f4&&_0x4114f4[_0x4d63e5(0x1ac)]&&_0x4114f4[_0x4d63e5(0x1ac)]['domForge']){const _0x13fd55=this[_0x4d63e5(0x15c)][_0x4d63e5(0x140)]['bind'](this[_0x4d63e5(0x15c)]);this[_0x4d63e5(0x15c)][_0x4d63e5(0x140)]=async function(){const _0x50f125=_0x4d63e5,_0xa96e15=await _0xf93284[_0x50f125(0x14d)](_0x13fd55),_0xd2381c=[];for(const _0x23152f of _0xa96e15){try{const _0x2336c9=await _0x23152f[_0x50f125(0x18d)]();!_0x2336c9[_0x50f125(0x209)](_0xf93284[_0x50f125(0x1f5)])&&_0xd2381c[_0x50f125(0x14c)](_0x23152f);}catch(_0x37137d){_0xd2381c[_0x50f125(0x14c)](_0x23152f);}}return _0xd2381c;};}if(!_0x3df653['tLFuq'](isBrowserstackInfra)){const _0x24c0b0=await this['page']['url']();if(_0x24c0b0[_0x4d63e5(0x209)](_0x3df653[_0x4d63e5(0x18c)])){const _0x643aef=await this[_0x4d63e5(0x15c)]['pages']();this['_setPage'](_0x643aef[0x0]);}}}catch(_0x712f84){logger[_0x4d63e5(0x21e)](_0x4d63e5(0x19c)+_0x712f84[_0x4d63e5(0x13f)]+(_0x712f84[_0x4d63e5(0x1af)]?_0x3df653[_0x4d63e5(0x160)](_0x3df653['FJmTb'],_0x712f84['stack']):''));}};_0x234ea2[_0x207687(0x1ef)](isBrowserstackInfra)&&await _0x234ea2['cnJoP'](_0x2acbd9),await _0x4c340a[_0x207687(0x13b)](this,arguments),!_0x234ea2[_0x207687(0x1ef)](isBrowserstackInfra)&&await _0x234ea2[_0x207687(0x1a3)](_0x2acbd9);};},getCodeceptDriver=()=>{const _0x187e2d=a1_0x3dd359,_0x2ccaa6={};_0x2ccaa6['LRXom']='WebDriver',_0x2ccaa6[_0x187e2d(0x207)]=_0x187e2d(0x1ae),_0x2ccaa6[_0x187e2d(0x199)]='Puppeteer',_0x2ccaa6[_0x187e2d(0x194)]=_0x187e2d(0x132);const _0x7a2bf5=_0x2ccaa6,_0x45775a=[_0x7a2bf5['LRXom'],_0x7a2bf5[_0x187e2d(0x207)],_0x7a2bf5[_0x187e2d(0x199)],_0x7a2bf5[_0x187e2d(0x194)]],_0xe7fcc7=_0x45775a[_0x187e2d(0x1b0)](_0x5a9f4c=>!!CodeceptJS[_0x187e2d(0x14b)]['helpers'](_0x5a9f4c));if(!_0xe7fcc7)return null;return CodeceptJS[_0x187e2d(0x14b)][_0x187e2d(0x165)](_0xe7fcc7);};function a1_0x595e(){const _0x9083f6=['QpaNR','env','TuEMY','test-skipped','uPBGc','__workerDetails','executeScript','HOOK_RUN_FINISHED','includes','patchSaveScreenshot','TestCafe','TEST_RUN_FINISHED','GET_RESULTS','getResultsSummary','format','BYvMh','started','testFramework','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','apply','failed','--auto-open-devtools-for-tabs','TEST_LOG','message','pages','../../helpers/globals.js','../../bin/playwright/sessionDetails','title','Yuxva','Performing\x20scan\x20for\x20','browserStackExecuteDriver','SESSION_NAME','initSaveScreenshot','ArDHc','stringify','container','push','ikNQL','dispatcher','test-before','qVevI','test-started','captureError','TEST_RUN_SKIPPED','rOHYh','setGlobal','codeceptjs','COkhH','string','22LqRaGn','SDK_PRE_TEST','status','browserContext','name','SESSION_STATUS','after','vvAym','lUpOH','split','config','stopMonitoring','helpers','Suite','reason','msoYx','__skipSessionStatus','exports','__driver','../../helpers/testhub/constants.js','126GeNSwV','597mviXQK','mCuFM','mlNgS','forEach','HJAGx','emit','BS_TESTOPS_ALLOW_SCREENSHOTS','wmxSC','args','FRAMEWORK_DETAILS','saveTestResults','\x0aStack:\x20','slice','accessibilityPlatform','JtxcJ','JkWNS','qTNmd','saveScreenshot','devtools://','ENV_VAR','YCwjR','test-failed','stop','thTestRunUuid','BS_A11Y_JWT','Gyqwl','Element','nvuxb','COXJY','4344SDiMHF','nOdSy','url','oGwxI','ctx','base64','zbgoB','../../helpers/accessibility-automation/scripts','Qsztz','jZgAe','getSyncScript','pid','setSessionName','2819010tZAYpA','PJtoL','fhMFH','overwriteCommand','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','captureEvent','titlePath','../../helpers/test-observability/utils','INFO','bAzuB','204492IQwahB','cnJoP','OjWLE','SDK_PRE_INITIALIZE','JJGYj','parse','class','quftV','performScan','../../helpers/helper','a11y_core_config','hFYiy','Playwright','stack','find','getAccessibilityResults','arguments','codeceptjs/lib/utils.js','FLYjO','2769UdTJZX','KnEne','contexts','2742670WVjYjy','EslPN','hiGWS','passed','before','aVPkm','browserstackTestName','TXdHI','measureWrapper','tMzGn','vSKUX','isArray','toString','BXCKZ','test','mnoFt','RZxmi','bddStepStart','18RZbGnj','comment','constructor','end','readFileSync','SeuqR','hook','HOOK_RUN_STARTED','filter','olnox','Failed\x20to\x20execute\x20_before:\x20','qjNHm','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','../../helpers/request-spy','TEST_RUN_STARTED','SYNC','browserstack_executor:\x20','currentTest','BROWSERSTACK_TESTHUB_JWT','bBmZN','winstonLogger','SDK_TEST','CxKJS','bddStep-before','KhMEE','bddStep-after','EZXUN','test-after','../../helpers/accessibility-automation/helper','VsAHc','JPmwK','hrzok','FiQko','PROWr','restore','all','152687MwAdBO','TaFTX','then','rNVJU','BROWSERSTACK_TESTHUB_UUID','2aCaBMp','Jhmee','LewlD','skipSessionStatus','screenshotOutputFolder','commandsToWrap','codeceptjs/lib/index.js','chromium','patch','../../bin/playwright/accessibility-helper','version','KBsfX','enabled','codeceptjs/lib/helper/Playwright.js','fireEvent','_before','./helper.js','bddStep','PERFORM_SCAN','bEuOo','qtTfd','iivml','startsWith','afterTest','getResults','thBuildUuid','start','bs:addLog:','command','test-passed','SDK_POST_TEST','warn','SDK_HOOK','moMpw','lLfLe','skipped','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','3892jSwQVq','pYCPg','Dupaw','action','1090688iQULka','prototype','debug','shouldWrapCommand','zipHc','thJwtToken','hccRW','add','bstackAllyScanning','event','RxDsT','call','getAccessibilityResultsSummary','hookType','startMonitoring','TEST_SCREENSHOT','kwvFS','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','ITeLu','codeceptjs/lib/helper/WebDriver.js'];a1_0x595e=function(){return _0x9083f6;};return a1_0x595e();}module[a1_0x3dd359(0x16a)]=function(_0x44a3cf){const _0x5cff04=a1_0x3dd359,_0x4f154b={'EslPN':function(_0x2db837){return _0x2db837();},'VsAHc':function(_0x4fd74f,_0x4727dc){return _0x4fd74f(_0x4727dc);},'nvuxb':_0x5cff04(0x228),'HnZHZ':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','YCwjR':_0x5cff04(0x1b1),'PROWr':_0x5cff04(0x1d6),'hccRW':function(_0x869804,_0x27ad84){return _0x869804(_0x27ad84);},'fhMFH':'hook-started','FiQko':'hook-passed','JtxcJ':'hook-failed','CxKJS':_0x5cff04(0x1be),'BYvMh':_0x5cff04(0x14f),'HJAGx':function(_0x43eb7f,_0x4259d2,_0x3317dd){return _0x43eb7f(_0x4259d2,_0x3317dd);},'mCuFM':function(_0x10f74f,_0x37963d){return _0x10f74f(_0x37963d);},'hFYiy':_0x5cff04(0x151),'oGwxI':function(_0x23e7eb,_0x6f1b0c,_0x5975ed){return _0x23e7eb(_0x6f1b0c,_0x5975ed);},'Gyqwl':function(_0x163a4a){return _0x163a4a();},'hiGWS':_0x5cff04(0x210),'zbgoB':function(_0x188571){return _0x188571();},'aVPkm':function(_0x493fcc,_0x2e9e8f,_0x5cd05d,_0x51a74e){return _0x493fcc(_0x2e9e8f,_0x5cd05d,_0x51a74e);},'hrzok':function(_0x37b2e6,_0x1d1b8e){return _0x37b2e6===_0x1d1b8e;},'JPmwK':_0x5cff04(0x166),'EjbJK':_0x5cff04(0x183),'RZxmi':_0x5cff04(0x233),'bEuOo':_0x5cff04(0x20a),'cvyVi':function(_0x21a4a9,_0x53dd3c,_0x429716){return _0x21a4a9(_0x53dd3c,_0x429716);},'KhMEE':_0x5cff04(0x13a),'quftV':_0x5cff04(0x1e5),'TXdHI':_0x5cff04(0x1a0),'bBmZN':_0x5cff04(0x13e),'mnoFt':'step-comment','DmsLM':_0x5cff04(0x1e1),'qVevI':_0x5cff04(0x1e3),'bAzuB':function(_0x1cc0ba){return _0x1cc0ba();},'KnEne':'Playwright'};_0x44a3cf[_0x5cff04(0x1f6)]&&(global[_0x5cff04(0x169)]=_0x44a3cf['skipSessionStatus']);PerformanceTester[_0x5cff04(0x22a)]();const _0x5d02b1=_0x4f154b[_0x5cff04(0x1a1)](getCodeceptDriver),_0x5909ba=new O11yHelper(_0x5d02b1,_0x44a3cf),_0x3d5786=!!CodeceptJS[_0x5cff04(0x14b)][_0x5cff04(0x165)](_0x4f154b[_0x5cff04(0x1b6)]);global[_0x5cff04(0x16b)]=_0x5d02b1,_0x5d02b1&&(PerformanceTester[_0x5cff04(0x1c0)](PerformanceEvents[_0x5cff04(0x1a5)],()=>{const _0x3db819=_0x5cff04;_0x3d5786?_0x4f154b['EslPN'](patchPlaywrightBefore):_0x4f154b[_0x3db819(0x1e7)](patchWebDriverBefore,_0x5d02b1);})(),PerformanceTester[_0x5cff04(0x1c0)](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0x22f1ec=_0x5cff04,_0x2dd4bd={};_0x2dd4bd[_0x22f1ec(0x1c5)]=_0x4f154b[_0x22f1ec(0x182)],_0x2dd4bd[_0x22f1ec(0x232)]=_0x4f154b[_0x22f1ec(0x1eb)];const _0x9ecd2a=_0x2dd4bd;_0x5d02b1[_0x22f1ec(0x228)]=async()=>{const _0x50971e=_0x22f1ec;if(global[_0x50971e(0x17b)]){const _0x998f22={};return _0x998f22[_0x50971e(0x20f)]=_0x4f154b[_0x50971e(0x189)],await PerformanceTester[_0x50971e(0x1c0)](PerformanceA11yEvents[_0x50971e(0x205)],async()=>{const _0x2c2de6=_0x50971e;return await AccessibilityHelper[_0x2c2de6(0x146)](_0x5d02b1,scripts[_0x2c2de6(0x1aa)]);},_0x998f22)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x2d5313=_0x50971e;return await AccessibilityHelper['browserStackExecuteDriver'](_0x5d02b1,scripts[_0x2d5313(0x135)]);})();}return logger[_0x50971e(0x212)](_0x4f154b['HnZHZ']),{};},_0x5d02b1[_0x22f1ec(0x1b1)]=async()=>{const _0x447648=_0x22f1ec;if(global[_0x447648(0x17b)]){const _0x5e4122={};return _0x5e4122[_0x447648(0x20f)]=_0x9ecd2a[_0x447648(0x1c5)],await PerformanceTester[_0x447648(0x1c0)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x4a3b29=_0x447648;return await AccessibilityHelper[_0x4a3b29(0x146)](_0x5d02b1,scripts[_0x4a3b29(0x1aa)]);},_0x5e4122)(),await PerformanceTester[_0x447648(0x1c0)](PerformanceA11yEvents[_0x447648(0x134)],async()=>{const _0x275ec5=_0x447648;return await AccessibilityHelper['browserStackExecuteDriver'](_0x5d02b1,scripts[_0x275ec5(0x20b)]);})();}return logger['warn'](_0x9ecd2a[_0x447648(0x232)]),{};},_0x4f154b[_0x22f1ec(0x222)](patchSaveScreenshot,_0x5d02b1);})()),CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x14e)]['on'](CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x1ed)][_0x5cff04(0x1bc)],()=>{const _0x49b8c9=_0x5cff04;PerformanceTester['start'](PerformanceEvents['SDK_PRE_TEST']);try{_0x5909ba[_0x49b8c9(0x20d)](),testOpsHelper['addRequestSpy'](),PerformanceTester[_0x49b8c9(0x1cd)](PerformanceEvents[_0x49b8c9(0x15a)]);}catch(_0x1f1d58){PerformanceTester['captureError'](_0x1f1d58),PerformanceTester['end'](PerformanceEvents[_0x49b8c9(0x15a)],![],_0x1f1d58);}}),CodeceptJS['event'][_0x5cff04(0x14e)]['on'](CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x1ed)]['after'],async()=>{const _0x45bd60=_0x5cff04;PerformanceTester[_0x45bd60(0x20d)](PerformanceEvents[_0x45bd60(0x211)]);try{requestSpy[_0x45bd60(0x1ec)](),await _0x5909ba[_0x45bd60(0x184)](),PerformanceTester[_0x45bd60(0x1cd)](PerformanceEvents['SDK_POST_TEST']);}catch(_0x334a08){PerformanceTester[_0x45bd60(0x152)](_0x334a08),PerformanceTester['end'](PerformanceEvents[_0x45bd60(0x211)],![],_0x334a08);}finally{PerformanceTester[_0x45bd60(0x164)]();}}),CodeceptJS[_0x5cff04(0x225)]['dispatcher']['on'](CodeceptJS[_0x5cff04(0x225)]['hook']['started'],_0x5326c7=>{const _0x2a402a=_0x5cff04;PerformanceTester['start'](PerformanceEvents[_0x2a402a(0x213)]);try{const _0x55c2b9=_0x5326c7[_0x2a402a(0x18f)][_0x2a402a(0x1c6)],_0xbd20f7=_0x5909ba[_0x2a402a(0x19d)](TEST_EVENTS[_0x2a402a(0x1d1)],_0x55c2b9);CodeceptRecorder[_0x2a402a(0x223)](()=>_0x5909ba['fireEvent'](TEST_EVENTS[_0x2a402a(0x1d1)],_0xbd20f7));const _0x5e75e8={};_0x5e75e8[_0x2a402a(0x229)]=_0x4f154b[_0x2a402a(0x19a)],PerformanceTester[_0x2a402a(0x1cd)](PerformanceEvents[_0x2a402a(0x213)],!![],null,_0x5e75e8);}catch(_0x4df741){const _0x2cff76={};_0x2cff76[_0x2a402a(0x229)]=_0x4f154b[_0x2a402a(0x19a)],PerformanceTester[_0x2a402a(0x1cd)](PerformanceEvents[_0x2a402a(0x213)],![],_0x4df741,_0x2cff76),PerformanceTester[_0x2a402a(0x152)](_0x4df741);}}),CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x14e)]['on'](CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x1d0)][_0x5cff04(0x1bb)],_0x155f37=>{const _0x4376b6=_0x5cff04,_0x1c1e8f={};_0x1c1e8f['hookType']=_0x4f154b[_0x4376b6(0x1ea)],PerformanceTester[_0x4376b6(0x20d)](PerformanceHookEvents[_0x4376b6(0x213)],!![],null,_0x1c1e8f);try{const _0x1f2ae1=_0x155f37[_0x4376b6(0x18f)][_0x4376b6(0x1c6)],_0x239c11=_0x5909ba[_0x4376b6(0x19d)](TEST_EVENTS[_0x4376b6(0x237)],_0x1f2ae1);CodeceptRecorder['add'](()=>_0x5909ba[_0x4376b6(0x201)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x239c11));const _0x3452a0={};_0x3452a0['hookType']=_0x4f154b[_0x4376b6(0x1ea)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x3452a0);}catch(_0x402453){PerformanceTester[_0x4376b6(0x152)](_0x402453);const _0x31a6ab={};_0x31a6ab['hookType']=_0x4f154b[_0x4376b6(0x1ea)],PerformanceTester[_0x4376b6(0x1cd)](PerformanceHookEvents[_0x4376b6(0x213)],![],_0x402453,_0x31a6ab);}}),CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x14e)]['on'](CodeceptJS['event']['hook'][_0x5cff04(0x13c)],async(_0x2f674a,_0x5e2474)=>{const _0x3b1ba3=_0x5cff04;PerformanceTester['start'](PerformanceHookEvents[_0x3b1ba3(0x213)]);try{const _0x51cfb6=_0x2f674a[_0x3b1ba3(0x18f)][_0x3b1ba3(0x1c6)],_0x471ff6=_0x5909ba[_0x3b1ba3(0x19d)](TEST_EVENTS[_0x3b1ba3(0x237)],_0x51cfb6,_0x5e2474);CodeceptRecorder[_0x3b1ba3(0x223)](()=>_0x5909ba[_0x3b1ba3(0x201)](TEST_EVENTS[_0x3b1ba3(0x237)],_0x471ff6));const _0x538960={};_0x538960[_0x3b1ba3(0x229)]=_0x4f154b[_0x3b1ba3(0x17c)],PerformanceTester[_0x3b1ba3(0x20d)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x538960);}catch(_0x53bb4b){PerformanceTester['captureError'](_0x53bb4b);const _0x2f5d04={};_0x2f5d04[_0x3b1ba3(0x229)]=_0x4f154b[_0x3b1ba3(0x17c)],PerformanceTester['end'](PerformanceHookEvents[_0x3b1ba3(0x213)],![],_0x53bb4b,_0x2f5d04);}const _0x5bc5a3={};_0x5bc5a3[_0x3b1ba3(0x229)]=_0x4f154b[_0x3b1ba3(0x17c)],PerformanceTester[_0x3b1ba3(0x1cd)](PerformanceHookEvents[_0x3b1ba3(0x213)],!![],null,_0x5bc5a3);}),CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x14e)]['on'](CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x1c6)]['before'],_0x447032=>{const _0x5952b1=_0x5cff04;PerformanceTester['start'](PerformanceHookEvents[_0x5952b1(0x213)]);try{globals[_0x5952b1(0x155)](_0x4f154b['CxKJS'],_0x447032[_0x5952b1(0x143)]);_0x4f154b['EslPN'](isBrowserstackInfra)&&(_0x3d5786&&(global[_0x5952b1(0x235)]={'currentTest':{'name':_0x447032[_0x5952b1(0x143)],'testInfo':{'titlePath':_0x447032['titlePath']()}}}));const _0x11d3cc={};_0x11d3cc['hookType']=_0x4f154b[_0x5952b1(0x137)],PerformanceTester[_0x5952b1(0x1cd)](PerformanceHookEvents[_0x5952b1(0x213)],!![],null,_0x11d3cc);}catch(_0x3a2da9){PerformanceTester[_0x5952b1(0x152)](_0x3a2da9);const _0x2c3f81={};_0x2c3f81[_0x5952b1(0x229)]=_0x4f154b[_0x5952b1(0x137)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x3a2da9,_0x2c3f81);}}),CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x14e)]['on'](CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x1c6)][_0x5cff04(0x138)],_0x1a79c6=>{const _0x39458e=_0x5cff04;PerformanceTester[_0x39458e(0x20d)](PerformanceHookEvents[_0x39458e(0x213)]);try{globals[_0x39458e(0x155)](_0x4f154b[_0x39458e(0x1e0)],_0x1a79c6[_0x39458e(0x143)]);const _0x388d4c=_0x5909ba[_0x39458e(0x19d)](TEST_EVENTS['TEST_RUN_STARTED'],_0x1a79c6);CodeceptRecorder['add'](()=>_0x5909ba['fireEvent'](TEST_EVENTS[_0x39458e(0x1d8)],_0x388d4c)),CodeceptRecorder[_0x39458e(0x223)](async()=>{const _0x1115fe=_0x39458e;_0x4f154b[_0x1115fe(0x1b9)](isBrowserstackInfra)&&(!_0x4f154b['VsAHc'](isTrue,_0x44a3cf['skipSessionName'])&&await _0x4f154b[_0x1115fe(0x172)](markSessionName,_0x5d02b1,_0x1a79c6[_0x1115fe(0x143)]),_0x5909ba[_0x1115fe(0x1ff)]&&await _0x4f154b[_0x1115fe(0x16f)](o11ySync,_0x5d02b1));});}catch(_0x56ad0f){const _0x7c9ac4={};_0x7c9ac4[_0x39458e(0x229)]=_0x4f154b[_0x39458e(0x1ad)],PerformanceTester[_0x39458e(0x1cd)](PerformanceHookEvents['SDK_HOOK'],![],_0x56ad0f,_0x7c9ac4),PerformanceTester[_0x39458e(0x152)](_0x56ad0f);}const _0x3c94f6={};_0x3c94f6[_0x39458e(0x229)]=_0x4f154b[_0x39458e(0x1ad)],PerformanceTester[_0x39458e(0x1cd)](PerformanceHookEvents[_0x39458e(0x213)],!![],null,_0x3c94f6);}),CodeceptJS['event'][_0x5cff04(0x14e)]['on'](CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x1c6)][_0x5cff04(0x1bb)],_0x1ed788=>{const _0x419f0e=_0x5cff04,_0x225779={'uPBGc':function(_0x1e0c26,_0x3f95fd,_0x368a3c){return _0x4f154b['HJAGx'](_0x1e0c26,_0x3f95fd,_0x368a3c);},'rOHYh':function(_0x41831c,_0x1041c2,_0x33d4e0){const _0x3bef8b=a1_0x1bd6;return _0x4f154b[_0x3bef8b(0x18e)](_0x41831c,_0x1041c2,_0x33d4e0);},'FLYjO':function(_0x76fa43){const _0x27500b=a1_0x1bd6;return _0x4f154b[_0x27500b(0x187)](_0x76fa43);}};PerformanceTester['start'](PerformanceHookEvents[_0x419f0e(0x213)]);try{const _0x1c252e=_0x5909ba['captureEvent'](TEST_EVENTS[_0x419f0e(0x133)],_0x1ed788);CodeceptRecorder['add'](()=>_0x5909ba[_0x419f0e(0x201)](TEST_EVENTS[_0x419f0e(0x133)],_0x1c252e)),CodeceptRecorder[_0x419f0e(0x223)](async()=>{const _0x19fb72=_0x419f0e;_0x225779[_0x19fb72(0x1b4)](isBrowserstackInfra)&&await PerformanceTester['measureWrapper'](PerformanceAutEvents[_0x19fb72(0x15e)],async()=>{const _0x1d392b=_0x19fb72;_0x3d5786?await _0x225779[_0x1d392b(0x234)](playwrightMarkSessionStatus,_0x5d02b1,STATE_PASSED):await _0x225779[_0x1d392b(0x154)](markSessionStatus,_0x5d02b1,STATE_PASSED);})();}),PerformanceTester[_0x419f0e(0x1cd)](PerformanceEvents['SDK_TEST']);}catch(_0x22efcb){PerformanceTester['captureError'](_0x22efcb);const _0x3e805e={};_0x3e805e[_0x419f0e(0x229)]=_0x4f154b[_0x419f0e(0x1ba)],PerformanceTester['end'](PerformanceHookEvents[_0x419f0e(0x213)],![],_0x22efcb,_0x3e805e),PerformanceTester[_0x419f0e(0x1cd)](PerformanceEvents[_0x419f0e(0x1df)],![],_0x22efcb);}const _0x31345c={};_0x31345c[_0x419f0e(0x229)]=_0x4f154b[_0x419f0e(0x1ba)],PerformanceTester['end'](PerformanceHookEvents[_0x419f0e(0x213)],!![],null,_0x31345c);}),CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x14e)]['on'](CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x1c6)][_0x5cff04(0x13c)],(_0x139d6c,_0x38bc17)=>{const _0x2b3187=_0x5cff04;PerformanceTester[_0x2b3187(0x20d)](PerformanceHookEvents[_0x2b3187(0x213)]);try{if(_0x4f154b[_0x2b3187(0x1e9)](_0x139d6c['constructor'][_0x2b3187(0x15d)],_0x4f154b[_0x2b3187(0x1e8)])){const _0x359819=_0x5909ba['captureEvent'](TEST_EVENTS[_0x2b3187(0x153)],_0x139d6c['ctx'][_0x2b3187(0x1db)]);CodeceptRecorder[_0x2b3187(0x223)](()=>_0x5909ba[_0x2b3187(0x201)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x359819));}else{const _0x1aae87=_0x5909ba[_0x2b3187(0x19d)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x139d6c,_0x38bc17);CodeceptRecorder[_0x2b3187(0x223)](()=>{const _0x385de0=_0x2b3187;try{_0x5909ba[_0x385de0(0x201)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x1aae87);}catch(_0x95ead5){logger['debug'](_0x385de0(0x217)+util[_0x385de0(0x136)](_0x95ead5)),PerformanceTester[_0x385de0(0x1cd)](PerformanceEvents[_0x385de0(0x1df)],![],_0x95ead5);}}),CodeceptRecorder[_0x2b3187(0x223)](async()=>{const _0x258d40=_0x2b3187;try{_0x4f154b[_0x258d40(0x191)](isBrowserstackInfra)&&(_0x3d5786?await _0x4f154b[_0x258d40(0x1bd)](playwrightMarkSessionStatus,_0x5d02b1,STATE_FAILED,_0x38bc17):await _0x4f154b['aVPkm'](markSessionStatus,_0x5d02b1,STATE_FAILED,_0x38bc17));}catch(_0xe7aa44){logger[_0x258d40(0x21e)]('Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20'+util[_0x258d40(0x136)](_0xe7aa44)),PerformanceTester[_0x258d40(0x1cd)](PerformanceEvents[_0x258d40(0x1df)],![],_0xe7aa44);}});}PerformanceTester[_0x2b3187(0x1cd)](PerformanceEvents[_0x2b3187(0x1df)]);}catch(_0x2ad73){PerformanceTester[_0x2b3187(0x152)](_0x2ad73);const _0x25db9c={};_0x25db9c['hookType']=_0x4f154b['EjbJK'],PerformanceTester[_0x2b3187(0x1cd)](PerformanceHookEvents[_0x2b3187(0x213)],![],_0x2ad73,_0x25db9c),PerformanceTester['end'](PerformanceEvents['SDK_TEST'],![],_0x2ad73);}const _0x8aacc4={};_0x8aacc4[_0x2b3187(0x229)]=_0x4f154b['EjbJK'],PerformanceTester[_0x2b3187(0x1cd)](PerformanceHookEvents[_0x2b3187(0x213)],!![],null,_0x8aacc4);}),CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x14e)]['on'](CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x1c6)][_0x5cff04(0x216)],_0x4ff532=>{const _0x3c5273=_0x5cff04;PerformanceTester[_0x3c5273(0x20d)](PerformanceHookEvents[_0x3c5273(0x213)]);try{const _0x40cca2=_0x5909ba[_0x3c5273(0x19d)](TEST_EVENTS[_0x3c5273(0x153)],_0x4ff532);CodeceptRecorder[_0x3c5273(0x223)](()=>_0x5909ba[_0x3c5273(0x201)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x40cca2)),PerformanceTester[_0x3c5273(0x1cd)](PerformanceEvents[_0x3c5273(0x1df)]);}catch(_0x3a161c){PerformanceTester[_0x3c5273(0x152)](_0x3a161c),PerformanceTester['end'](PerformanceEvents['SDK_TEST'],![],_0x3a161c);const _0x2be33b={};_0x2be33b['hookType']=_0x4f154b[_0x3c5273(0x1c8)],PerformanceTester['end'](PerformanceHookEvents[_0x3c5273(0x213)],![],_0x3a161c,_0x2be33b);}const _0x95658={};_0x95658[_0x3c5273(0x229)]=_0x4f154b['RZxmi'],PerformanceTester[_0x3c5273(0x1cd)](PerformanceHookEvents[_0x3c5273(0x213)],!![],null,_0x95658);}),CodeceptJS[_0x5cff04(0x225)]['dispatcher']['on'](CodeceptJS[_0x5cff04(0x225)]['test']['after'],async(_0x20b906,_0xf30ea1)=>{const _0x4ad9b7=_0x5cff04,_0x375ba7={};_0x375ba7[_0x4ad9b7(0x226)]=_0x4f154b[_0x4ad9b7(0x206)];const _0x37d358=_0x375ba7;try{PerformanceTester[_0x4ad9b7(0x20d)](PerformanceHookEvents[_0x4ad9b7(0x213)]);const _0x17761f=_0x4f154b['cvyVi'](shouldScanTestForAccessibility,_0x20b906[_0x4ad9b7(0x19e)](),!![]);if(_0x4f154b[_0x4ad9b7(0x191)](isAccessibilityAutomationSession)&&global[_0x4ad9b7(0x17b)]&&_0x17761f){const _0x3140ff={};_0x3140ff[_0x4ad9b7(0x185)]=_0x20b906['testAnalyticsId'],_0x3140ff[_0x4ad9b7(0x20c)]=process[_0x4ad9b7(0x231)][testHubConstants[_0x4ad9b7(0x181)][_0x4ad9b7(0x1f2)]],_0x3140ff[_0x4ad9b7(0x221)]=process[_0x4ad9b7(0x231)][testHubConstants['ENV_VAR'][_0x4ad9b7(0x1dc)]];const _0x3eabd4=_0x3140ff;logger[_0x4ad9b7(0x21e)](_0x4ad9b7(0x22d)+JSON[_0x4ad9b7(0x14a)](_0x3eabd4)),CodeceptRecorder[_0x4ad9b7(0x223)](async()=>{const _0x4ec3af=_0x4ad9b7,_0x418f4b={};_0x418f4b[_0x4ec3af(0x20f)]=_0x37d358[_0x4ec3af(0x226)],await PerformanceTester[_0x4ec3af(0x1c0)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x2e5e66=_0x4ec3af;await AccessibilityHelper[_0x2e5e66(0x146)](_0x5d02b1,scripts['performScan']);},_0x418f4b)(),await PerformanceTester[_0x4ec3af(0x1c0)](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x32d7d4=_0x4ec3af;await AccessibilityHelper[_0x32d7d4(0x146)](_0x5d02b1,scripts[_0x32d7d4(0x178)],_0x3eabd4);})();}),logger['info'](_0x4f154b[_0x4ad9b7(0x1e2)]);}const _0x1951e4={};_0x1951e4[_0x4ad9b7(0x229)]=_0x4f154b[_0x4ad9b7(0x1a9)],PerformanceTester[_0x4ad9b7(0x1cd)](PerformanceHookEvents[_0x4ad9b7(0x213)],!![],null,_0x1951e4);}catch(_0xa52a0d){PerformanceTester[_0x4ad9b7(0x152)](_0xa52a0d);const _0x4bbc16={};_0x4bbc16[_0x4ad9b7(0x229)]=_0x4f154b[_0x4ad9b7(0x1a9)],PerformanceTester[_0x4ad9b7(0x1cd)](PerformanceHookEvents['SDK_HOOK'],![],_0xa52a0d,_0x4bbc16);}}),CodeceptJS[_0x5cff04(0x225)]['dispatcher']['on'](CodeceptJS[_0x5cff04(0x225)]['step'][_0x5cff04(0x1cb)],_0x550b89=>{const _0xed26d2=_0x5cff04;PerformanceTester[_0xed26d2(0x20d)](PerformanceHookEvents[_0xed26d2(0x213)]);try{process[_0xed26d2(0x173)](_0xed26d2(0x20e)+process[_0xed26d2(0x196)],{'timestamp':new Date()['toISOString'](),'level':_0x4f154b[_0xed26d2(0x1bf)],'message':_0x550b89,'kind':_0x4f154b[_0xed26d2(0x1dd)],'http_response':{}});}catch(_0x5f1037){PerformanceTester['captureError'](_0x5f1037);const _0x2c9126={};_0x2c9126['hookType']=_0x4f154b[_0xed26d2(0x1c7)],PerformanceTester[_0xed26d2(0x1cd)](PerformanceHookEvents['SDK_HOOK'],![],_0x5f1037,_0x2c9126);}const _0x5d1777={};_0x5d1777[_0xed26d2(0x229)]=_0x4f154b[_0xed26d2(0x1c7)],PerformanceTester[_0xed26d2(0x1cd)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x5d1777);}),CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x14e)]['on'](CodeceptJS[_0x5cff04(0x225)]['bddStep'][_0x5cff04(0x1bc)],_0x268442=>{const _0xfddeda=_0x5cff04,_0x22bccf={};_0x22bccf[_0xfddeda(0x229)]=_0x4f154b['DmsLM'],PerformanceTester[_0xfddeda(0x1c0)](PerformanceHookEvents[_0xfddeda(0x213)],()=>{const _0x4d7cec=_0xfddeda;_0x5909ba[_0x4d7cec(0x1c9)](_0x268442);},_0x22bccf)();}),CodeceptJS['event'][_0x5cff04(0x14e)]['on'](CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x204)][_0x5cff04(0x15f)],_0x125f27=>{const _0x850d16=_0x5cff04,_0x393f4a={};_0x393f4a['hookType']=_0x4f154b[_0x850d16(0x150)],PerformanceTester[_0x850d16(0x1c0)](PerformanceHookEvents[_0x850d16(0x213)],()=>{_0x5909ba['bddStepFinish'](_0x125f27);},_0x393f4a)();});};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';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;
2
+ 'use strict';const a2_0x579e08=a2_0x574c;(function(_0x1fa2e9,_0x547071){const _0x3589fe=a2_0x574c,_0x824b7f=_0x1fa2e9();while(!![]){try{const _0x2f138a=-parseInt(_0x3589fe(0x1ae))/0x1*(parseInt(_0x3589fe(0x11e))/0x2)+-parseInt(_0x3589fe(0x120))/0x3+-parseInt(_0x3589fe(0x151))/0x4*(parseInt(_0x3589fe(0x165))/0x5)+parseInt(_0x3589fe(0x15c))/0x6*(parseInt(_0x3589fe(0x149))/0x7)+-parseInt(_0x3589fe(0x12a))/0x8+parseInt(_0x3589fe(0x1a0))/0x9+parseInt(_0x3589fe(0x175))/0xa;if(_0x2f138a===_0x547071)break;else _0x824b7f['push'](_0x824b7f['shift']());}catch(_0x3d57cc){_0x824b7f['push'](_0x824b7f['shift']());}}}(a2_0x45c0,0x53521));const fs=require('fs'),path=require('path'),util=require('util'),process=require('process'),logger=require('../../helpers/logger')[a2_0x579e08(0x14f)],{default:BrowserStackSetup}=require(a2_0x579e08(0x169)),helper=require(a2_0x579e08(0x167)),utilities=require(a2_0x579e08(0x17a)),{checkAccessibilityPlatformConfig}=require('../../helpers/accessibility-automation/helper'),{setAccessibilityCapabilities}=require(a2_0x579e08(0x196)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require('../../helpers/helper'),CodeceptJS=requireModule('codeceptjs/lib/index.js',a2_0x579e08(0x1a9)),testOpsHelper=require('../../helpers/test-observability/utils'),TestHubHandler=require(a2_0x579e08(0x134)),constants=require(a2_0x579e08(0x15e)),PerformanceTester=require(a2_0x579e08(0x156)),{FRAMEWORKS}=require(a2_0x579e08(0x16a)),PerformanceEvents=require(a2_0x579e08(0x15f))[a2_0x579e08(0x195)],ClientTroubleShootingService=require(a2_0x579e08(0x14c)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x29ae8d,_0x25ba45)=>{const _0x3611b7=a2_0x579e08,_0x4bee3c={};_0x4bee3c[_0x3611b7(0x13b)]=function(_0x48ba57,_0x481b66){return _0x48ba57===_0x481b66;},_0x4bee3c[_0x3611b7(0x159)]=_0x3611b7(0x177),_0x4bee3c['yMTSY']=_0x3611b7(0x1b3);const _0xcec579=_0x4bee3c;let _0x4d906e=null;const _0x5d901c={};let _0x20645d=_0x25ba45['findIndex'](_0x2d1390=>_0x2d1390===_0x3611b7(0x14d));_0xcec579['dPBUN'](_0x20645d,-0x1)&&(_0x20645d=_0x25ba45['findIndex'](_0x3c11d9=>_0x3c11d9==='-c'));if(!helper[_0x3611b7(0x173)](_0x29ae8d['config'])&&fs[_0x3611b7(0x198)](path['join'](process[_0x3611b7(0x131)](),_0x29ae8d[_0x3611b7(0x143)])))_0x4d906e=path[_0x3611b7(0x15d)](process[_0x3611b7(0x131)](),_0x29ae8d['config']),_0x25ba45['slice'](_0x20645d,0x2);else{if(!helper['isUndefined'](_0x29ae8d['c'])&&fs[_0x3611b7(0x198)](path['join'](process[_0x3611b7(0x131)](),_0x29ae8d['c'])))_0x4d906e=path[_0x3611b7(0x15d)](process[_0x3611b7(0x131)](),_0x29ae8d['c']),_0x25ba45[_0x3611b7(0x16b)](_0x20645d,0x2);else{if(fs[_0x3611b7(0x198)](path[_0x3611b7(0x15d)](process['cwd'](),_0xcec579[_0x3611b7(0x159)])))_0x4d906e=path[_0x3611b7(0x15d)](process[_0x3611b7(0x131)](),_0xcec579[_0x3611b7(0x159)]);else fs['existsSync'](path[_0x3611b7(0x15d)](process[_0x3611b7(0x131)](),_0xcec579[_0x3611b7(0x19d)]))&&(_0x4d906e=path['join'](process[_0x3611b7(0x131)](),_0xcec579['yMTSY']));}}return process[_0x3611b7(0x1aa)][_0x3611b7(0x186)]=_0x4d906e,_0x4d906e;},getO11yRerunPattern=()=>{const _0x45dbad=a2_0x579e08,_0x189ebe=helper[_0x45dbad(0x18d)](process[_0x45dbad(0x1aa)][_0x45dbad(0x17d)]);if(_0x189ebe){const _0x1fa5ae=process[_0x45dbad(0x1aa)][_0x45dbad(0x18a)],_0x13657f=[];if(helper[_0x45dbad(0x135)](_0x1fa5ae)&&!helper[_0x45dbad(0x173)](_0x1fa5ae)){_0x1fa5ae[_0x45dbad(0x12e)](',')[_0x45dbad(0x17f)](_0xb4c18f=>{const _0x1a1385=_0x45dbad;_0x13657f[_0x1a1385(0x13e)]('('+_0xb4c18f[_0x1a1385(0x1ad)]()+')');});const _0x1ddbcf='^'+_0x13657f[_0x45dbad(0x15d)]('|')+'$';return _0x1ddbcf;}}return null;},a2_0x50fa68={};a2_0x50fa68[a2_0x579e08(0x11f)]=a2_0x579e08(0x1af),a2_0x50fa68[a2_0x579e08(0x188)]='chromium',a2_0x50fa68[a2_0x579e08(0x12b)]='firefox',a2_0x50fa68[a2_0x579e08(0x155)]=a2_0x579e08(0x13d);const pwToCodeceptBrowser=a2_0x50fa68;function a2_0x45c0(){const _0x4ff91e=['hubUrl','dPBUN','browser','webkit','push','BrowserStackPlugin.js','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','validPlatformsPresent','accessKey','config','require','FRAMEWORKS','printBuildLink','user','cIsRX','35056jFgEyW','info','wrsVj','../utils/clientTroubleshootingService','--config','SDK_CLEANUP','winstonLogger','mergeDeep','305056PWTBCy','Playwright','browserWSEndpoint','event','playwright-webkit','../../helpers/performance/performance-tester','end','stack','yWhoz','assign','addOptions','300uKCTpD','join','../utils/constants','../../helpers/performance/constants','isEmpty','FQVwb','platforms','err','forEach','25SphJWx','wxVKw','../../helpers/helper','log','../../helpers/BrowserStackSetup','../../helpers/test-observability/constants','slice','frameworkName','PerEA','Passed\x20:\x20','start','useW3C','setAdditionalCapabilities','addConfig','isUndefined','KBxct','10179910IQLpwc','mlKGE','codecept.conf.js','helpers','getPlatformName','../../helpers/utilities','addTests','toLowerCase','BROWSERSTACK_RERUN','dirname','map','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','load','kMjkU','createGroupsOfSuites','BROWSERSTACK_TEST_ACCESSIBILITY_YML','stringify','USER_CONFIG_DETAILS_PATH','chdir','playwright-chromium','rBHoL','BROWSERSTACK_RERUN_TESTS','getUserWorkerCount','spawn','isTrue','tYXxY','PkpNa','bootstrapAll','ouEHQ','title','accessibilityOptions','testConfig','EVENTS','../../bin/playwright/accessibility-helper','CqSKw','existsSync','UhmqH','gherkin','launchBuild','test','yMTSY','browserName','initialize','1835784ZAMpNA','yzqGi','FiuGi','ihmre','RaFfJ','XbifG','testContextOptions','finalExecution','key','codeceptjs','env','PfKYt','stop','trim','104409AdYaUT','chromium','QCUEN','BrowserStackPlugin','replace','codecept.json','plugins','printResults','format','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','lJHGE','CODECEPT','path','xhEVg','testObservability','all','Failed\x20:\x20','rPVMQ','profile','skipSessionName','passed','2NGKckj','chrome','235305cVVGnr','skipSessionStatus','host','WebDriver','parallelsPerPlatform','wIUzO','BROWSERSTACK_TEST_OBSERVABILITY_YML','getPlaywrightUrl','NpmUp','root','4535376AUlKfh','playwright-firefox','prepareCapabilities','debug','split','handleApp','browserStackCwd','cwd','/wd/hub','desiredCapabilities','../../helpers/testhub/testhubHandler','validateRerunTestList','Started\x20:\x20','length','JzPqK','accessibility'];a2_0x45c0=function(){return _0x4ff91e;};return a2_0x45c0();}function a2_0x574c(_0x1cfcd8,_0x5b8ba9){const _0x45c085=a2_0x45c0();return a2_0x574c=function(_0x574c1,_0x2b1d5c){_0x574c1=_0x574c1-0x10f;let _0x810759=_0x45c085[_0x574c1];return _0x810759;},a2_0x574c(_0x1cfcd8,_0x5b8ba9);}async function run(_0xe99506,_0x33490a,_0x1b692d){const _0x4ef0f4=a2_0x579e08,_0x3d77c0={'NpmUp':function(_0x4707d0,_0x4b4eb2){return _0x4707d0+_0x4b4eb2;},'wrsVj':function(_0x1978d0,_0x4d1b02){return _0x1978d0(_0x4d1b02);},'CqSKw':function(_0x3a6b0b,_0x3d187c){return _0x3a6b0b+_0x3d187c;},'LqIxN':function(_0x2c83a2,_0x485616,_0x310b23){return _0x2c83a2(_0x485616,_0x310b23);},'rPVMQ':_0x4ef0f4(0x178),'ouqEi':function(_0x15849e){return _0x15849e();},'ouEHQ':_0x4ef0f4(0x132),'PkpNa':function(_0x5212ce){return _0x5212ce();},'eEdVj':_0x4ef0f4(0x119),'AzQbj':_0x4ef0f4(0x16e),'UhmqH':_0x4ef0f4(0x136),'PerEA':'1|3|0|4|2|5','tYXxY':function(_0x144e19,_0x418ea4,_0x298301){return _0x144e19(_0x418ea4,_0x298301);},'wxVKw':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','FQVwb':function(_0x49e504,_0x26b32f,_0x2f1833){return _0x49e504(_0x26b32f,_0x2f1833);},'cIsRX':_0x4ef0f4(0x152),'wIUzO':_0x4ef0f4(0x123),'FiuGi':function(_0x21324b,_0x18a267){return _0x21324b(_0x18a267);},'QCUEN':function(_0x40553e,_0x4f6272){return _0x40553e!=_0x4f6272;},'xhEVg':function(_0x1c05d9,_0x391203){return _0x1c05d9===_0x391203;},'RaFfJ':function(_0x50c6df,_0xe0fe89,_0x29f67e){return _0x50c6df(_0xe0fe89,_0x29f67e);},'mlKGE':_0x4ef0f4(0x19a),'lJHGE':function(_0x2305f8,_0x273ab1){return _0x2305f8(_0x273ab1);},'KBxct':function(_0x105530,_0x4248bb){return _0x105530*_0x4248bb;},'XbifG':function(_0x2a2c96,_0x137c1d,_0x1e2dfe){return _0x2a2c96(_0x137c1d,_0x1e2dfe);},'FjiEe':_0x4ef0f4(0x13c),'PfKYt':function(_0xc02549,_0x45ddf5,_0x5f4531){return _0xc02549(_0x45ddf5,_0x5f4531);},'JzPqK':_0x4ef0f4(0x133),'kMjkU':_0x4ef0f4(0x129),'yzqGi':_0x4ef0f4(0x13f),'jPHDp':_0x4ef0f4(0x130),'rBHoL':function(_0x487d70){return _0x487d70();}};await _0x1b692d[_0x4ef0f4(0x19f)](_0xe99506),await helper[_0x4ef0f4(0x12f)](_0x1b692d[_0x4ef0f4(0x143)]);if(!_0x1b692d[_0x4ef0f4(0x143)])return;process[_0x4ef0f4(0x11b)]=_0xe99506[_0x4ef0f4(0x11b)];_0xe99506['profile']&&(process[_0x4ef0f4(0x1aa)][_0x4ef0f4(0x11b)]=_0xe99506[_0x4ef0f4(0x11b)]);const _0x27d155=_0x3d77c0[_0x4ef0f4(0x18e)](getUserCodeceptJSConfigs,_0xe99506,_0x33490a);let _0x4f8a71={};_0x27d155?(logger[_0x4ef0f4(0x14a)](_0x4ef0f4(0x112)+_0x27d155),_0x4f8a71=CodeceptJS[_0x4ef0f4(0x143)][_0x4ef0f4(0x181)](_0x27d155)):logger[_0x4ef0f4(0x14a)](_0x3d77c0[_0x4ef0f4(0x166)]);let _0x265d40=![];_0x3d77c0[_0x4ef0f4(0x161)](nestedKeyValue,_0x4f8a71,[_0x3d77c0[_0x4ef0f4(0x11a)],_0x3d77c0[_0x4ef0f4(0x148)]])&&(_0x265d40=!![]);const _0x17b2d8=_0x265d40?_0x3d77c0[_0x4ef0f4(0x148)]:_0x3d77c0[_0x4ef0f4(0x125)];let _0x2bb206=!_0x265d40?helper[_0x4ef0f4(0x170)](_0x1b692d[_0x4ef0f4(0x143)]):![];!helper[_0x4ef0f4(0x173)](_0x1b692d[_0x4ef0f4(0x143)]['accessibilityOptions'])&&(process[_0x4ef0f4(0x1aa)][_0x4ef0f4(0x180)]=JSON[_0x4ef0f4(0x185)](_0x1b692d[_0x4ef0f4(0x143)][_0x4ef0f4(0x193)]));let _0x51aa28=_0x1b692d[_0x4ef0f4(0x143)][_0x4ef0f4(0x139)];_0x51aa28=_0x51aa28||_0x3d77c0[_0x4ef0f4(0x1a2)](checkAccessibilityPlatformConfig,_0x1b692d[_0x4ef0f4(0x143)]),process['env'][_0x4ef0f4(0x184)]=_0x51aa28;_0x51aa28&&(_0x2bb206=!_0x51aa28);_0x3d77c0[_0x4ef0f4(0x1b0)](_0x1b692d[_0x4ef0f4(0x143)][_0x4ef0f4(0x117)],null)?process[_0x4ef0f4(0x1aa)][_0x4ef0f4(0x126)]=_0x1b692d[_0x4ef0f4(0x143)][_0x4ef0f4(0x117)]:process[_0x4ef0f4(0x1aa)][_0x4ef0f4(0x126)]=_0x3d77c0[_0x4ef0f4(0x116)](_0x17b2d8,_0x3d77c0[_0x4ef0f4(0x148)]);const _0x2b0b95=_0x3d77c0['RaFfJ'](nestedKeyValue,_0x4f8a71,[_0x3d77c0[_0x4ef0f4(0x176)]]),_0x5c6e07=_0x2b0b95&&!helper[_0x4ef0f4(0x160)](_0x2b0b95)?FRAMEWORKS['CODECEPT_CUCUMBER']:FRAMEWORKS[_0x4ef0f4(0x114)],_0x292f42=await TestHubHandler[_0x4ef0f4(0x19b)](_0x5c6e07,_0x1b692d);_0x51aa28&&_0x3d77c0[_0x4ef0f4(0x113)](setAccessibilityCapabilities,_0x1b692d['config']);const _0x2fab14={},_0xd071bd=[],_0x56473e=_0x1b692d[_0x4ef0f4(0x143)][_0x4ef0f4(0x124)]||helper[_0x4ef0f4(0x18b)](_0xe99506,_0x33490a,_0x1b692d[_0x4ef0f4(0x143)],constants['FRAMEWORKS']['CODECEPT'])||0x1;let _0x482a99=0x1;if(_0x3d77c0['PkpNa'](isBrowserstackInfra)){const _0x2f6d88=helper[_0x4ef0f4(0x12c)](_0x1b692d['config'],_0x2bb206,constants[_0x4ef0f4(0x145)]['CODECEPT']);_0x2f6d88[_0x4ef0f4(0x164)](_0x23b1ff=>{const _0x923cfd=_0x4ef0f4;helper[_0x923cfd(0x171)](_0x23b1ff);}),helper[_0x4ef0f4(0x141)](_0x1b692d[_0x4ef0f4(0x143)])?_0x482a99=_0x3d77c0[_0x4ef0f4(0x174)](_0x56473e,_0x1b692d[_0x4ef0f4(0x143)][_0x4ef0f4(0x162)][_0x4ef0f4(0x137)]):_0x482a99=_0x56473e,_0x2f6d88[_0x4ef0f4(0x164)](_0x347efa=>{const _0x2391bb=_0x4ef0f4,_0x330192={'YVLwD':function(_0x42f199,_0x43feb8){const _0x3a2f33=a2_0x574c;return _0x3d77c0[_0x3a2f33(0x128)](_0x42f199,_0x43feb8);},'ihmre':function(_0x2d9c8d,_0x28546c){const _0x2c60a5=a2_0x574c;return _0x3d77c0[_0x2c60a5(0x14b)](_0x2d9c8d,_0x28546c);}},_0x56dd6b=_0x3d77c0[_0x2391bb(0x197)](helper[_0x2391bb(0x179)](_0x347efa,'_'),'_'+Date['now']()),_0x127c80=((()=>{const _0x4708c2=_0x2391bb;if(_0x265d40){const _0x3cb736=pwToCodeceptBrowser[_0x347efa[_0x4708c2(0x19e)]]||_0x347efa[_0x4708c2(0x19e)];return{'browser':_0x3cb736,[_0x3cb736]:{'browserWSEndpoint':_0x330192['YVLwD'](helper[_0x4708c2(0x127)](_0x1b692d[_0x4708c2(0x143)]),_0x330192[_0x4708c2(0x1a3)](encodeURIComponent,JSON[_0x4708c2(0x185)](_0x347efa)))}};}const _0x5e3875={};return _0x5e3875[_0x4708c2(0x133)]=_0x347efa,_0x5e3875[_0x4708c2(0x147)]=_0x1b692d['config']['userName'],_0x5e3875[_0x4708c2(0x1a8)]=_0x1b692d['config'][_0x4708c2(0x142)],_0x5e3875;})()),_0x2c9ecb=_0x3d77c0['LqIxN'](nestedKeyValue,_0x4f8a71,[_0x3d77c0[_0x2391bb(0x11a)],_0x17b2d8]);_0x2fab14[_0x56dd6b]=_0x2c9ecb?helper[_0x2391bb(0x150)](_0x127c80,_0x2c9ecb):_0x127c80;if(_0x265d40)_0x2fab14[_0x56dd6b]['browser']=pwToCodeceptBrowser[_0x347efa[_0x2391bb(0x19e)]]||_0x347efa[_0x2391bb(0x19e)];else{_0x2fab14[_0x56dd6b][_0x2391bb(0x13c)]=_0x347efa['browserName']||_0x127c80[_0x2391bb(0x13c)];if(_0x3d77c0['ouqEi'](isBrowserstackInfra)){_0x2fab14[_0x56dd6b][_0x2391bb(0x122)]=constants[_0x2391bb(0x13a)][_0x2391bb(0x1b2)](_0x3d77c0['ouEHQ'],'')[_0x2391bb(0x1b2)](/https?:\/\//,'');;_0x2fab14[_0x56dd6b][_0x2391bb(0x115)]=_0x3d77c0[_0x2391bb(0x191)];}}_0xd071bd['push'](_0x56dd6b);});}else{_0x482a99=0x1;if(_0x265d40){const _0x471314=_0x3d77c0[_0x4ef0f4(0x1a5)](nestedKeyValue,_0x4f8a71,[_0x3d77c0[_0x4ef0f4(0x11a)],_0x17b2d8,_0x3d77c0['FjiEe']]),_0xed5754=_0x3d77c0[_0x4ef0f4(0x1ab)](nestedKeyValue,_0x4f8a71,[_0x3d77c0[_0x4ef0f4(0x11a)],_0x17b2d8,_0x471314]);if(_0xed5754&&_0xed5754[_0x4ef0f4(0x153)]){const _0x59927f={};_0x59927f[_0x4ef0f4(0x162)]=[],_0xed5754[_0x4ef0f4(0x153)]=helper[_0x4ef0f4(0x12c)](Object[_0x4ef0f4(0x15a)]({},_0x1b692d['config'],_0x59927f),null,_0x5c6e07[_0x4ef0f4(0x17c)](),null,null,_0xed5754[_0x4ef0f4(0x153)]);}}else{const _0x560968={};_0x560968[_0x4ef0f4(0x162)]=[],_0x4f8a71[_0x3d77c0[_0x4ef0f4(0x11a)]][_0x17b2d8][_0x3d77c0[_0x4ef0f4(0x138)]]=helper[_0x4ef0f4(0x12c)](Object[_0x4ef0f4(0x15a)]({},_0x1b692d['config'],_0x560968),null,_0x5c6e07[_0x4ef0f4(0x17c)](),_0x3d77c0[_0x4ef0f4(0x1a4)](nestedKeyValue,_0x4f8a71,[_0x3d77c0[_0x4ef0f4(0x11a)],_0x17b2d8,_0x3d77c0['JzPqK']])||{},null,null);}_0x2fab14[_0x3d77c0['kMjkU']]=_0x4f8a71,_0xd071bd[_0x4ef0f4(0x13e)](_0x3d77c0[_0x4ef0f4(0x182)]);}const _0x3c69cc={};_0x3c69cc[_0x4ef0f4(0x194)]=_0x27d155;const _0x513dd0=_0x3c69cc,_0x265bb7=path[_0x4ef0f4(0x15d)](__dirname,_0x3d77c0[_0x4ef0f4(0x1a1)]),_0x2fb49d=process[_0x4ef0f4(0x131)]();process[_0x4ef0f4(0x1aa)][_0x3d77c0['jPHDp']]=_0x2fb49d,process[_0x4ef0f4(0x187)](path[_0x4ef0f4(0x17e)](_0x27d155));const _0x35cefa=new CodeceptJS['Workers'](null,_0x513dd0),_0x21a80c=_0x35cefa[_0x4ef0f4(0x183)](_0x482a99),_0x35163a=testOpsHelper['isTestObservabilitySession'](),_0x17e25e=_0xd071bd[_0x4ef0f4(0x17f)](_0x110aef=>{const _0x4ab1cd=_0x4ef0f4,_0xa617ef={};_0xa617ef[_0x4ab1cd(0x152)]=_0x2fab14[_0x110aef];const _0x1232e9={};_0x1232e9['WebDriver']=_0x2fab14[_0x110aef];const _0x13e8b2=_0x265d40?_0xa617ef:_0x1232e9,_0x4b19a3=_0x3d77c0['ouqEi'](getO11yRerunPattern),_0x1f4aca={};_0x1f4aca[_0x4ab1cd(0x178)]=_0x13e8b2;const _0x3151a9={};_0x3151a9[_0x4ab1cd(0x144)]=_0x265bb7,_0x3151a9['enabled']=!![],_0x3151a9[_0x4ab1cd(0x11c)]=_0x1b692d['config']['testContextOptions']['skipSessionName'],_0x3151a9[_0x4ab1cd(0x121)]=_0x1b692d[_0x4ab1cd(0x143)][_0x4ab1cd(0x1a6)][_0x4ab1cd(0x121)],_0x3151a9['testObservability']=_0x35163a,_0x3151a9[_0x4ab1cd(0x16c)]=_0x5c6e07;const _0x329324={};_0x329324[_0x4ab1cd(0x1b1)]=_0x3151a9;const _0x16925c={};return _0x16925c[_0x4ab1cd(0x10f)]=_0x329324,helper[_0x4ab1cd(0x150)]({},_0x4f8a71,_0x3d77c0[_0x4ab1cd(0x18f)](isBrowserstackInfra)?_0x1f4aca:{},_0x4b19a3?{'grep':_0x4b19a3}:{},_0x16925c);});for(const _0x2a94cc of _0x17e25e){for(const _0x1b120a of _0x21a80c){const _0x2ec49b=_0x35cefa[_0x4ef0f4(0x18c)]();_0x2ec49b[_0x4ef0f4(0x17b)](_0x1b120a),_0x2ec49b[_0x4ef0f4(0x172)](_0x2a94cc);const _0x4b8110={};_0x4b8110[_0x4ef0f4(0x143)]=_0x27d155,_0x2ec49b[_0x4ef0f4(0x15b)](Object[_0x4ef0f4(0x15a)](_0x4b8110,_0xe99506));}}_0x35cefa['on'](CodeceptJS[_0x4ef0f4(0x154)][_0x4ef0f4(0x19c)]['failed'],(_0x122246,_0x17ddbb)=>{const _0x179b6a=_0x4ef0f4;console[_0x179b6a(0x168)](_0x3d77c0['eEdVj'],_0x122246[_0x179b6a(0x192)]);const _0x179e22={[_0x122246[_0x179b6a(0x192)]]:_0x122246[_0x179b6a(0x163)][_0x179b6a(0x158)]};_testErrorData['push'](_0x179e22);}),_0x35cefa['on'](CodeceptJS[_0x4ef0f4(0x154)][_0x4ef0f4(0x19c)][_0x4ef0f4(0x11d)],async _0x8819b1=>{const _0x4f195a=_0x4ef0f4;console[_0x4f195a(0x168)](_0x3d77c0['AzQbj'],_0x8819b1[_0x4f195a(0x192)]);}),_0x35cefa['on'](CodeceptJS['event'][_0x4ef0f4(0x19c)]['before'],async _0x378fa2=>{const _0x1cdc80=_0x4ef0f4;console[_0x1cdc80(0x168)](_0x3d77c0[_0x1cdc80(0x199)],_0x378fa2[_0x1cdc80(0x192)]);}),_0x35cefa['on'](CodeceptJS[_0x4ef0f4(0x154)][_0x4ef0f4(0x118)]['result'],async()=>{const _0x477827=_0x4ef0f4,_0x32b813=_0x3d77c0[_0x477827(0x16d)][_0x477827(0x12e)]('|');let _0x191295=0x0;while(!![]){switch(_0x32b813[_0x191295++]){case'0':testOpsHelper[_0x477827(0x146)]();continue;case'1':PerformanceTester[_0x477827(0x16f)](PerformanceEvents[_0x477827(0x14e)]);continue;case'2':try{await TestHubHandler[_0x477827(0x1ac)]();}catch(_0x406d3e){logger[_0x477827(0x12d)](_0x477827(0x140)+util[_0x477827(0x111)](_0x406d3e));}continue;case'3':_0x1b692d['errorMessage']=_testErrorData;continue;case'4':utilities[_0x477827(0x1a7)](_0x1b692d);continue;case'5':_0x35cefa[_0x477827(0x110)]();continue;}break;}});async function _0x34d72c(){const _0x4daf8f=_0x4ef0f4;try{await _0x35cefa[_0x4daf8f(0x190)](),await _0x35cefa['run']();}finally{process['chdir'](_0x2fb49d),await _0x35cefa['teardownAll']();}}PerformanceTester[_0x4ef0f4(0x157)](PerformanceEvents['SDK_SETUP']),_0x3d77c0[_0x4ef0f4(0x189)](_0x34d72c);}module['exports']=run;
@@ -1 +1 @@
1
- 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
+ const a3_0x35d928=a3_0xf6e7;(function(_0xb9961a,_0x39998e){const _0x20d4f4=a3_0xf6e7,_0xb6170f=_0xb9961a();while(!![]){try{const _0x5c857e=-parseInt(_0x20d4f4(0x125))/0x1*(-parseInt(_0x20d4f4(0x12a))/0x2)+-parseInt(_0x20d4f4(0x129))/0x3+parseInt(_0x20d4f4(0xfa))/0x4+parseInt(_0x20d4f4(0x11d))/0x5+-parseInt(_0x20d4f4(0xfe))/0x6*(-parseInt(_0x20d4f4(0x111))/0x7)+parseInt(_0x20d4f4(0xf9))/0x8*(parseInt(_0x20d4f4(0x10f))/0x9)+-parseInt(_0x20d4f4(0xf5))/0xa;if(_0x5c857e===_0x39998e)break;else _0xb6170f['push'](_0xb6170f['shift']());}catch(_0x3ddc44){_0xb6170f['push'](_0xb6170f['shift']());}}}(a3_0x4246,0xe0548));const {isUndefined,nestedKeyValue}=require(a3_0x35d928(0x10e)),logger=require(a3_0x35d928(0x10d))['winstonLogger'],PlaywrightSessionDetails=require(a3_0x35d928(0x113)),{isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),{getObservabilityLinkedProductName}=require(a3_0x35d928(0x102)),getOSVersionFromCaps=_0x2ad21f=>{const _0x542943=a3_0x35d928,_0x5cf2da={};_0x5cf2da[_0x542943(0x11f)]=_0x542943(0xe6),_0x5cf2da[_0x542943(0xf7)]=_0x542943(0xea),_0x5cf2da[_0x542943(0x101)]=_0x542943(0xf4),_0x5cf2da[_0x542943(0x105)]='osVersion',_0x5cf2da['jQVOb']=_0x542943(0x130);const _0x30e68d=_0x5cf2da;if(!_0x2ad21f)return null;const _0x183b53=_0x2ad21f[_0x30e68d[_0x542943(0x11f)]],_0x1868be=[_0x30e68d['MicMg'],_0x30e68d[_0x542943(0x101)],_0x30e68d['QcDCs'],_0x30e68d['jQVOb']];for(const _0x738f8b of _0x1868be){if(_0x183b53&&_0x183b53[_0x738f8b])return _0x183b53[_0x738f8b];else{if(_0x2ad21f[_0x738f8b])return _0x2ad21f[_0x738f8b];}}return null;};exports['fetchPlatformDetails']=_0x588a5e=>{const _0x115801=a3_0x35d928,_0x3f06c9={'ayHBM':_0x115801(0x123),'bBTuf':function(_0x33c754,_0x5810ff){return _0x33c754===_0x5810ff;},'fiBUE':_0x115801(0x112),'MYHrj':function(_0xb52f05,_0x4efcd2){return _0xb52f05(_0x4efcd2);},'xxRWL':function(_0x162f10,_0x4a66db,_0x5c8f14){return _0x162f10(_0x4a66db,_0x5c8f14);},'Zgqxa':_0x115801(0x118),'CFWcY':'desiredCapabilities','kjbsW':function(_0x3837fc,_0x54f061){return _0x3837fc(_0x54f061);},'bFLON':function(_0x245724,_0x49f422){return _0x245724===_0x49f422;},'NQlqH':_0x115801(0xfb),'gSYmY':_0x115801(0x103),'WaylK':_0x115801(0x107),'eYFdH':_0x115801(0x120)};if(!_0x588a5e)return null;let _0x40834a=global[_0x115801(0x121)]||_0x3f06c9[_0x115801(0x100)];if(_0x3f06c9[_0x115801(0x10a)](_0x588a5e[_0x115801(0xeb)]['name'],_0x3f06c9[_0x115801(0x12c)])){const _0x151633=_0x588a5e[_0x115801(0x103)];if(!_0x151633)return null;const _0x4078b4=_0x151633['capabilities'],_0x64c72b=_0x3f06c9[_0x115801(0xe8)](getOSVersionFromCaps,_0x3f06c9['xxRWL'](nestedKeyValue,_0x588a5e,[_0x3f06c9[_0x115801(0xfd)],_0x3f06c9[_0x115801(0xf0)]]));return{[_0x40834a]:{'browser':_0x4078b4[_0x115801(0xff)],'browser_version':_0x4078b4[_0x115801(0xfc)],'capabilities':_0x4078b4,'platform':_0x4078b4[_0x115801(0x12e)],'platform_version':_0x4078b4[_0x115801(0xea)]||_0x64c72b,'product':_0x3f06c9[_0x115801(0x11b)](getObservabilityLinkedProductName,_0x4078b4),'session_id':_0x151633[_0x115801(0x106)]}};}else{if(_0x3f06c9[_0x115801(0x11e)](_0x588a5e[_0x115801(0xeb)][_0x115801(0x115)],_0x3f06c9[_0x115801(0x110)])){const _0x33a5b7=PlaywrightSessionDetails[_0x115801(0x127)]();_0x40834a=_0x33a5b7[_0x115801(0x108)]||_0x40834a;const _0x2599ae=_0x3f06c9[_0x115801(0x116)](nestedKeyValue,_0x588a5e,[_0x3f06c9[_0x115801(0xfd)],_0x3f06c9[_0x115801(0x128)],_0x3f06c9[_0x115801(0x12f)]]),_0x4fbcc0=_0x2599ae?JSON['parse'](new URL(_0x2599ae)[_0x115801(0x126)]['get'](_0x3f06c9[_0x115801(0x109)])):{};return{[_0x40834a]:{'browser':_0x33a5b7['browser']||_0x4fbcc0[_0x115801(0xff)],'browser_version':_0x33a5b7['browser_version']||_0x4fbcc0[_0x115801(0x119)],'capabilities':_0x4fbcc0,'platform':_0x33a5b7['platform'],'platform_version':_0x33a5b7[_0x115801(0xf4)],'product':_0x3f06c9[_0x115801(0x11b)](getObservabilityLinkedProductName,_0x4fbcc0),'session_id':_0x33a5b7[_0x115801(0x117)]}};}}},exports[a3_0x35d928(0x124)]=_0x7c3b07=>{const _0x578d0e=a3_0x35d928,_0x371a64={'LFUiY':function(_0x11026e){return _0x11026e();},'sTjBz':function(_0x1b6adf,_0x38c461){return _0x1b6adf===_0x38c461;},'Iwezu':'latest','dzKEC':function(_0x42b5ab,_0x12c8b9){return _0x42b5ab>_0x12c8b9;},'bAFPh':function(_0x1c60b3,_0x4358ba){return _0x1c60b3(_0x4358ba);},'SokJa':_0x578d0e(0x10c),'sATZu':_0x578d0e(0x104),'EYrSM':function(_0x196d8b,_0x296c2f){return _0x196d8b===_0x296c2f;},'QWFBc':_0x578d0e(0xef),'lviVk':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','jCkcr':_0x578d0e(0x132)};if(_0x371a64[_0x578d0e(0x122)](isAccessibilityAutomationSession)){const _0x5c2695=_0x7c3b07[_0x578d0e(0x103)],_0x17cbed=_0x5c2695[_0x578d0e(0x12d)];global[_0x578d0e(0x10b)]=!![],!(_0x371a64[_0x578d0e(0xed)](_0x17cbed[_0x578d0e(0xfc)],_0x371a64['Iwezu'])||_0x371a64[_0x578d0e(0xf2)](_0x371a64[_0x578d0e(0xe9)](parseInt,_0x17cbed[_0x578d0e(0xfc)]),0x5e))&&(logger['warn'](_0x371a64['SokJa']),global[_0x578d0e(0x10b)]=![]),!(_0x371a64['sTjBz'](_0x17cbed[_0x578d0e(0xff)],_0x371a64['sATZu'])||_0x371a64[_0x578d0e(0xf6)](_0x17cbed[_0x578d0e(0xff)],_0x371a64[_0x578d0e(0xf1)]))&&(logger[_0x578d0e(0xe7)](_0x371a64['lviVk']),global[_0x578d0e(0x10b)]=![]),!_0x371a64[_0x578d0e(0xe9)](isUndefined,_0x17cbed[_0x578d0e(0xf3)])&&(logger['warn'](_0x371a64['jCkcr']),global['accessibilityPlatform']=![]);}},exports[a3_0x35d928(0xec)]=_0x3cd9a7=>{const _0x4f85d2=a3_0x35d928,_0x4f02de={};_0x4f02de[_0x4f85d2(0xee)]=function(_0xe6520d,_0x3a209e){return _0xe6520d!==_0x3a209e;},_0x4f02de[_0x4f85d2(0x114)]=_0x4f85d2(0x12b),_0x4f02de[_0x4f85d2(0x11c)]=_0x4f85d2(0x11a),_0x4f02de[_0x4f85d2(0x131)]='browserstack_accessibility_automation_script';const _0xcd0d1b=_0x4f02de;if(!_0x3cd9a7)return![];else{if(_0xcd0d1b[_0x4f85d2(0xee)](typeof _0x3cd9a7,_0xcd0d1b['WrJXp']))return!![];}return!_0x3cd9a7[_0x4f85d2(0xf8)](_0xcd0d1b[_0x4f85d2(0x11c)])&&!_0x3cd9a7[_0x4f85d2(0xf8)](_0xcd0d1b[_0x4f85d2(0x131)]);};function a3_0xf6e7(_0x5be7db,_0x4e0885){const _0x4246c6=a3_0x4246();return a3_0xf6e7=function(_0xf6e760,_0x3f12d4){_0xf6e760=_0xf6e760-0xe6;let _0x32f6f4=_0x4246c6[_0xf6e760];return _0x32f6f4;},a3_0xf6e7(_0x5be7db,_0x4e0885);}function a3_0x4246(){const _0x396518=['../../bin/playwright/sessionDetails','WrJXp','name','xxRWL','bsSessionId','config','browser_version','browserstack_executor','kjbsW','OfZvz','1460235MvxgfH','bFLON','mdlfr','caps','__cloud_provider___','LFUiY','unknown_grid','processWebDriverConfig','17MoSEkq','searchParams','getDetails','gSYmY','771072pduRoT','54854JbfxEi','string','fiBUE','capabilities','platformName','WaylK','os_version','KDlly','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','bstack:options','warn','MYHrj','bAFPh','platformVersion','constructor','shouldPatchExecuteScript','sTjBz','hezkk','playwright-chromium','CFWcY','QWFBc','dzKEC','deviceName','platform_version','16898670vaNKpY','EYrSM','MicMg','includes','2136ByAtyz','2565320vpbdbo','Playwright','browserVersion','Zgqxa','3197676RvWEQY','browserName','ayHBM','rZWlL','../../helpers/test-observability/utils','browser','chrome','QcDCs','sessionId','browserWSEndpoint','cloudProvider','eYFdH','bBTuf','accessibilityPlatform','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','../../helpers/logger','../../helpers/helper','31455AlxEFZ','NQlqH','7nibvxH','WebDriver'];a3_0x4246=function(){return _0x396518;};return a3_0x4246();}
@@ -1 +1 @@
1
- const a4_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;
1
+ const a4_0x55af8f=a4_0x45e0;(function(_0x3bf2e5,_0x36046e){const _0x28d5df=a4_0x45e0,_0x3ea347=_0x3bf2e5();while(!![]){try{const _0x5cbc5e=parseInt(_0x28d5df(0x161))/0x1+parseInt(_0x28d5df(0x188))/0x2*(parseInt(_0x28d5df(0x211))/0x3)+-parseInt(_0x28d5df(0x154))/0x4*(-parseInt(_0x28d5df(0x153))/0x5)+parseInt(_0x28d5df(0x235))/0x6+-parseInt(_0x28d5df(0x1d2))/0x7*(-parseInt(_0x28d5df(0x16a))/0x8)+parseInt(_0x28d5df(0x223))/0x9*(-parseInt(_0x28d5df(0x180))/0xa)+-parseInt(_0x28d5df(0x187))/0xb;if(_0x5cbc5e===_0x36046e)break;else _0x3ea347['push'](_0x3ea347['shift']());}catch(_0x5d7814){_0x3ea347['push'](_0x3ea347['shift']());}}}(a4_0x2a46,0xa61e0));function a4_0x45e0(_0x4ca6df,_0xa3ac8d){const _0x2a46ab=a4_0x2a46();return a4_0x45e0=function(_0x45e043,_0x22520b){_0x45e043=_0x45e043-0x147;let _0x2c697f=_0x2a46ab[_0x45e043];return _0x2c697f;},a4_0x45e0(_0x4ca6df,_0xa3ac8d);}const path=require('path'),fs=require('fs'),{v4:uuidv4}=require(a4_0x55af8f(0x229)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x55af8f(0x1eb)),testOpsHelper=require('../../helpers/test-observability/utils'),{getTestEnv}=require('../mocha/test-observability/mochaUtils'),{FRAMEWORKS}=require(a4_0x55af8f(0x1a7)),logger=require(a4_0x55af8f(0x1f6))['winstonLogger'],SessionHandler=require(a4_0x55af8f(0x1ec)),RequestQueueHandler=require(a4_0x55af8f(0x1c0)),PlaywrightSessionDetails=require(a4_0x55af8f(0x200)),debug=testOpsHelper[a4_0x55af8f(0x1af)],{processAccessibilityCaps}=require(a4_0x55af8f(0x19e)),Constants=require('../utils/constants'),{fetchPlatformDetails}=require(a4_0x55af8f(0x222)),{shouldProcessEventForTesthub,appendTesthubParams}=require('../../helpers/testhub/utils.js'),constants=require('../utils/constants'),STATE_PASSED=a4_0x55af8f(0x20e),STATE_FAILED=a4_0x55af8f(0x1b9),a4_0x14a94c={};a4_0x14a94c[a4_0x55af8f(0x175)]=a4_0x55af8f(0x1cb),a4_0x14a94c[a4_0x55af8f(0x214)]=a4_0x55af8f(0x1b5),a4_0x14a94c[a4_0x55af8f(0x230)]='TestRunSkipped',a4_0x14a94c[a4_0x55af8f(0x1e2)]='HookRunStarted',a4_0x14a94c[a4_0x55af8f(0x168)]=a4_0x55af8f(0x16e);function a4_0x2a46(){const _0x4bffb8=['then','bTwBJ','parent','findGitConfig','CllPq','stop','STATE_PASSED','./helper.js','27YvnHOm','accessibilityPlatform','hookAnalyticsId','iayoD','qQRTZ','failure_backtrace','uuid','test','FCOje','_afterAll','EeFCB','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','GfuBW','TEST_RUN_SKIPPED','failed\x20to\x20get\x20root\x20parent\x20file\x20','obsBrowserTypeMockApplied','hiWBN','dJhqJ','3116076OycbCL','pending','_testEnv','RCwBu','skipped','result','logs','hook_run','Playwright','defineProperty','File\x20path\x20could\x20not\x20be\x20found','aOKKa','FWzuG','gqofc','tTKIc','name','GSrBB','O11yHelper','getRootParentFile','getCBTInfo','toString','Evlsi','emAml','frameworkName','prototype','setupBrowserDetails','PathHelper','SOHfo','dkpvn','VgZhT','test_run_uuid','patchConsoleLogger','hook_run_uuid','BjAyx','94685QTLtgl','104rMzUAZ','driver','KOSgQ','client','file_name','BlFlK','CLQun','zGRXQ','KSohM','ctx','JzNzG','ceCuJ','apply','611347SXISHX','WjmUx','backtrace','text','keyword','cwd','CBTSessionCreated','HOOK_RUN_FINISHED','startedAt','1336qfeQkI','forEach','finished','inspect','HookRunFinished','VOpHX','getFailureType','lJbaW','comment','qxbem','ubQDe','TEST_RUN_STARTED','find','fmOky','now','cEcPO','dHSoc','push','LRfCD','markedStatus','event_type','lib','3477710bJMLCW','fireEvent','mapTestHooks','err','status','split','exports','16547432xGTxlp','776fTGZbi','xNcWv','browserType.js','getHooksForTest','suRBh','stringify','connect','launch','toLowerCase','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','sODqg','xjfVG','.git','qHJnG','DqZAE','DIIrv','ooeQC','ZvgUH','ILsLA','RdQLa','ZTAER','duration','../playwright/accessibility-helper','OiQDC','join','message','suites','_beforeEach','getTime','RSptt','cnsXZ','../../helpers/test-observability/constants','toISOString','finished_at','ZxBcf','oQMog','concat','oSwAT','__platformCaps','debug','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','STATE_FAILED','theWZ','success','sIxLz','TestRunFinished','YWSZk','YdLab','BROWSERSTACK','failed','feature','appendTestItemLog','PLAYWRIGHT_HUB_URL','retryOf','includes','Xgnyt','../../helpers/test-observability/requestQueueHandler','_beforeAll','nkfbm','hooks','dirname','testAnalyticsId','YUqoZ','BrowserType','4|5|1|3|2|0','tags','toUpperCase','TestRunStarted','match','DUsxB','pid','nSDhr','constructor','VORUw','41790RcuKIB','location_prefix','removeAllListeners','QVuKh','failureData','ZVBDJ','TEST_EVENTS','IfqEX','hook','iVukQ','LubBN','captureEvent','WoIZF','body','shutdown','failure','HOOK_RUN_STARTED','currentHook','errorsDetailed','WeSXW','bddSteps','currentTest','rvGjq','nbSbb','_paths','../../helpers/helper','../../helpers/test-observability/sessionHandler','enabled','config','wsEndpoint','PJnhu','initializeBddStep','util','_afterEach','prefixTestPath','HHklG','../../helpers/logger','Failed\x20to\x20parse\x20wsendpoint\x20','fullTitle','jCkcQ','\x20with\x20error\x20:\x20','uploadEventData','hook_type','NSlGl','CODECEPT','started','../playwright/sessionDetails','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','test_run','length','AUuMl','bs:addLog:','zusMh','meta','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','CqTsN','getHookType','TEST_REPORTING_ANALYTICS','browserstack','sendCBTInfo','passed','resetSkipTestHooks','groups','4701PqbAJU','iWzey','goAlm','TEST_RUN_FINISHED','WsNqF','stepAnalyticsId','VjJmW','zQMyG','title','xGMew'];a4_0x2a46=function(){return _0x4bffb8;};return a4_0x2a46();}const TEST_EVENTS=a4_0x14a94c,parseEvent=_0x5e3613=>{const _0x57f120=a4_0x55af8f,_0x155b60={};_0x155b60[_0x57f120(0x1ad)]=function(_0x1f55ef,_0x5b69bb){return _0x1f55ef<_0x5b69bb;},_0x155b60[_0x57f120(0x21a)]=function(_0x2691d3,_0x180282){return _0x2691d3===_0x180282;},_0x155b60[_0x57f120(0x1b2)]=_0x57f120(0x22a),_0x155b60[_0x57f120(0x15b)]=function(_0x60b738,_0x50a7a6){return _0x60b738===_0x50a7a6;},_0x155b60['KSohM']='hook',_0x155b60['YWSZk']=function(_0x18f9fa,_0x39bdc3){return _0x18f9fa===_0x39bdc3;},_0x155b60[_0x57f120(0x193)]=_0x57f120(0x239),_0x155b60[_0x57f120(0x215)]='started',_0x155b60[_0x57f120(0x1dc)]=function(_0x563deb,_0x211b98){return _0x563deb===_0x211b98;},_0x155b60[_0x57f120(0x1b7)]=_0x57f120(0x16c);const _0x4afe83=_0x155b60,_0x4f2c42=_0x5e3613[_0x57f120(0x1cc)](/^(.*)Run(.*)$/);if(!_0x4f2c42)return null;if(_0x4afe83[_0x57f120(0x1ad)](_0x4f2c42[_0x57f120(0x203)],0x3))return null;const _0x14a1a6=_0x4f2c42[0x1][_0x57f120(0x190)](),_0x2755a2=_0x4f2c42[0x2][_0x57f120(0x190)]();return{'test':_0x4afe83['xGMew'](_0x14a1a6,_0x4afe83['theWZ']),'hook':_0x4afe83['zGRXQ'](_0x14a1a6,_0x4afe83[_0x57f120(0x15c)]),'skipped':_0x4afe83[_0x57f120(0x1b6)](_0x2755a2,_0x4afe83['xjfVG']),'started':_0x4afe83[_0x57f120(0x15b)](_0x2755a2,_0x4afe83['WsNqF']),'finished':_0x4afe83[_0x57f120(0x1dc)](_0x2755a2,_0x4afe83[_0x57f120(0x1b7)])};},mockPWBrowserType=_0x53e9a5=>{const _0x37112e=a4_0x55af8f,_0x101292={'iVukQ':function(_0x20ca27,_0x61c138){return _0x20ca27===_0x61c138;},'sODqg':'string','CqTsN':function(_0x163a66,_0x3f338f,_0x2b6bb8){return _0x163a66(_0x3f338f,_0x2b6bb8);},'RCwBu':_0x37112e(0x1ef),'DUsxB':function(_0x3428b3,_0x2b52fc){return _0x3428b3(_0x2b52fc);},'PdWdr':_0x37112e(0x20c),'uXwBY':function(_0x3081fe,_0x35c82d){return _0x3081fe(_0x35c82d);},'EeFCB':_0x37112e(0x17f),'SOHfo':_0x37112e(0x157),'RSptt':_0x37112e(0x18a),'DIIrv':function(_0x51f90a,_0x21bb1d){return _0x51f90a(_0x21bb1d);},'ubQDe':'Not\x20able\x20to\x20import\x20Browser','QuJUd':_0x37112e(0x18e),'GfuBW':_0x37112e(0x18f)},_0x5471b1=path[_0x37112e(0x1a0)](_0x101292[_0x37112e(0x22d)],_0x101292[_0x37112e(0x14c)],_0x101292[_0x37112e(0x1a5)]),_0x5655d8=_0x101292[_0x37112e(0x1cd)](importFileFromPWCore,_0x5471b1);if(!_0x5655d8){_0x101292[_0x37112e(0x197)](debug,_0x101292[_0x37112e(0x174)]);return;}const _0x2600bf=_0x5655d8[_0x37112e(0x1c7)],_0x27f98e=_0x2600bf[_0x37112e(0x149)];if(_0x27f98e[_0x37112e(0x232)])return;const _0x24c730=_0x27f98e[_0x37112e(0x18e)];Object[_0x37112e(0x23e)](_0x27f98e,_0x101292['QuJUd'],{'get':function(){const _0x129e45=_0x37112e,_0x5b75f6={'OiQDC':function(_0xa3ede3,_0x110b85){const _0x10a933=a4_0x45e0;return _0x101292[_0x10a933(0x1db)](_0xa3ede3,_0x110b85);},'oMKlW':_0x101292[_0x129e45(0x192)],'jCkcQ':function(_0x218187,_0x1c86e7,_0x520157){const _0x1c8322=_0x129e45;return _0x101292[_0x1c8322(0x209)](_0x218187,_0x1c86e7,_0x520157);},'FWzuG':_0x101292[_0x129e45(0x238)],'emAml':function(_0x3f20af,_0x55ab2e){const _0x45bd2f=_0x129e45;return _0x101292[_0x45bd2f(0x1cd)](_0x3f20af,_0x55ab2e);},'dkpvn':_0x101292['PdWdr'],'IfqEX':function(_0x44e6f3,_0x1a3812){return _0x101292['uXwBY'](_0x44e6f3,_0x1a3812);}};return async function _0x4408a9(_0x389da7,_0xfe55f8){const _0x401957=_0x129e45,_0x3ca8b3=_0x5b75f6['jCkcQ'](nestedKeyValue,_0x389da7,[_0x5b75f6[_0x401957(0x241)]])||_0x389da7;let _0x5942e9=null,_0x2a7f2b=null;try{[_0x2a7f2b,_0x5942e9]=_0x3ca8b3?_0x5b75f6[_0x401957(0x147)](parseWSEndpoint,_0x3ca8b3):[null,null],global[_0x401957(0x1ae)]=_0x5942e9,logger[_0x401957(0x1af)](_0x401957(0x22e)+_0x2a7f2b),_0x2a7f2b[_0x401957(0x1be)](Constants[_0x401957(0x1b8)])&&(global['__cloud_provider___']=_0x5b75f6[_0x401957(0x14d)]);}catch(_0x1f6601){logger['debug'](_0x401957(0x1f7)+_0x3ca8b3+'\x20'+_0x1f6601);}_0x5b75f6[_0x401957(0x1f9)](processAccessibilityCaps,_0x5942e9,_0x2a7f2b);if(global[_0x401957(0x224)]){const _0x4d7453=await _0x27f98e['connectOverCDP'][_0x401957(0x160)](this,[''+Constants[_0x401957(0x1bc)]+_0x5b75f6[_0x401957(0x1d9)](encodeURIComponent,JSON[_0x401957(0x18d)](_0x5942e9))]);return PlaywrightSessionDetails['setupBrowserDetails'](_0x4d7453,_0x53e9a5,_0x3ca8b3),_0x4d7453;}return _0x24c730[_0x401957(0x160)](this,arguments)['then'](_0x1b4088=>{const _0x6bfde9=_0x401957;let _0x3fbfc0=_0x389da7['wsEndpoint'];return _0x5b75f6[_0x6bfde9(0x19f)](typeof _0x389da7,_0x5b75f6['oMKlW'])&&(_0x3fbfc0=_0x389da7),PlaywrightSessionDetails[_0x6bfde9(0x14a)](_0x1b4088,_0x53e9a5,_0x3fbfc0),_0x1b4088;});};}});const _0x235f5d=_0x27f98e[_0x37112e(0x18f)];Object['defineProperty'](_0x27f98e,_0x101292[_0x37112e(0x22f)],{'get':function(){return async function _0xd7adef(){const _0x47ef61=a4_0x45e0;return _0x235f5d['apply'](this,arguments)[_0x47ef61(0x21b)](_0x6d28ae=>{const _0x5f0f18=_0x47ef61;return PlaywrightSessionDetails[_0x5f0f18(0x14a)](_0x6d28ae,null),_0x6d28ae;});};}});};class O11yHelper{['currentTest']=null;['currentHook']=null;[a4_0x55af8f(0x1ed)]=![];['frameworkName']=![];constructor(_0xf9515a,_0x4801c5){const _0x18f2b8=a4_0x55af8f,_0x4e5f36={'HHklG':_0x18f2b8(0x1c8),'VORUw':function(_0x33457e,_0x2c3b82){return _0x33457e===_0x2c3b82;},'lzunN':_0x18f2b8(0x23d),'PJnhu':function(_0x1785be,_0x54af21){return _0x1785be(_0x54af21);},'xNcWv':function(_0x15980b){return _0x15980b();},'LRfCD':function(_0x1d2046){return _0x1d2046();}},_0x5437d2=_0x4e5f36[_0x18f2b8(0x1f5)][_0x18f2b8(0x185)]('|');let _0x20d0a0=0x0;while(!![]){switch(_0x5437d2[_0x20d0a0++]){case'0':this[_0x18f2b8(0x155)]&&_0x4e5f36[_0x18f2b8(0x1d1)](this[_0x18f2b8(0x155)][_0x18f2b8(0x1d0)][_0x18f2b8(0x244)],_0x4e5f36['lzunN'])&&_0x4e5f36[_0x18f2b8(0x1f0)](mockPWBrowserType,null);continue;case'1':this[_0x18f2b8(0x155)]=_0xf9515a;continue;case'2':this[_0x18f2b8(0x1ea)]=new testOpsHelper[(_0x18f2b8(0x14b))]({'cwd':process[_0x18f2b8(0x166)]()},this[_0x18f2b8(0x237)][_0x18f2b8(0x1d3)]);continue;case'3':this[_0x18f2b8(0x237)]=_0x4e5f36[_0x18f2b8(0x189)](getTestEnv);continue;case'4':this[_0x18f2b8(0x1ed)]=_0x4e5f36[_0x18f2b8(0x17c)](shouldProcessEventForTesthub);continue;case'5':this[_0x18f2b8(0x148)]=_0x4801c5[_0x18f2b8(0x148)];continue;}break;}}['start'](){const _0x537bcf=a4_0x55af8f;if(!this['enabled'])return;testOpsHelper[_0x537bcf(0x150)](),process[_0x537bcf(0x1d4)](_0x537bcf(0x205)+process[_0x537bcf(0x1ce)]),process['on'](_0x537bcf(0x205)+process[_0x537bcf(0x1ce)],this[_0x537bcf(0x1bb)]['bind'](this));}async[a4_0x55af8f(0x220)](){const _0x4893d3=a4_0x55af8f;await RequestQueueHandler['getInstance']()[_0x4893d3(0x1e0)]();}async[a4_0x55af8f(0x1bb)](_0x4c228b){const _0x20782c=a4_0x55af8f,_0x454cfd={'VjJmW':'LogCreated','lJbaW':function(_0x1bdc30,_0x26bdb8){return _0x1bdc30(_0x26bdb8);}};try{this[_0x20782c(0x1e3)]&&!this[_0x20782c(0x1e3)][_0x20782c(0x17d)]&&(_0x4c228b['hook_run_uuid']=this[_0x20782c(0x1e3)][_0x20782c(0x225)]);!_0x4c228b[_0x20782c(0x151)]&&this[_0x20782c(0x1e7)]&&!this['currentTest'][_0x20782c(0x17d)]&&(_0x4c228b[_0x20782c(0x14f)]=this[_0x20782c(0x1e7)][_0x20782c(0x1c5)]);if(_0x4c228b[_0x20782c(0x151)]||_0x4c228b[_0x20782c(0x14f)]){const _0x27178b={};_0x27178b[_0x20782c(0x17e)]=_0x454cfd[_0x20782c(0x217)],_0x27178b[_0x20782c(0x23b)]=[_0x4c228b],await SessionHandler[_0x20782c(0x1fb)](_0x27178b);}}catch(_0x427f3e){_0x454cfd[_0x20782c(0x171)](debug,_0x20782c(0x201)+constants['TEST_REPORTING_ANALYTICS']+_0x20782c(0x1fa)+_0x427f3e);}}async[a4_0x55af8f(0x20d)](_0x477a1e){const _0x4c3b4f=a4_0x55af8f,_0x39d9f5={'fmOky':_0x4c3b4f(0x167),'dJhqJ':function(_0x501bab,_0x4221e6){return _0x501bab(_0x4221e6);}};if(!this[_0x4c3b4f(0x1ed)])return;const _0x1c08ec=this['getCBTInfo'](this[_0x4c3b4f(0x155)]);try{const _0x18c966={};_0x18c966[_0x4c3b4f(0x229)]=_0x477a1e,_0x18c966['integrations']=_0x1c08ec;const _0x111710=_0x18c966,_0x5f3a2e={};_0x5f3a2e[_0x4c3b4f(0x17e)]=_0x39d9f5[_0x4c3b4f(0x177)],_0x5f3a2e[_0x4c3b4f(0x202)]=_0x111710,await SessionHandler[_0x4c3b4f(0x1fb)](_0x5f3a2e);}catch(_0x4e595f){_0x39d9f5[_0x4c3b4f(0x234)](debug,_0x4c3b4f(0x1b0)+constants[_0x4c3b4f(0x20b)]+'\x20with\x20error\x20:\x20'+_0x4e595f);}}[a4_0x55af8f(0x248)](_0x38e3f1){const _0xa34e9d=a4_0x55af8f,_0x353973={'dHSoc':function(_0x5c9d2c,_0x124d0){return _0x5c9d2c(_0x124d0);}};return _0x353973[_0xa34e9d(0x17a)](fetchPlatformDetails,_0x38e3f1);}[a4_0x55af8f(0x20f)]=_0x5befaa=>{const _0x45f7ec=a4_0x55af8f,_0x3d13f0={};_0x3d13f0['dnAoq']=_0x45f7ec(0x1a3),_0x3d13f0[_0x45f7ec(0x1d5)]='_afterEach';const _0x1e098e=_0x3d13f0;if(!_0x5befaa||!_0x5befaa[_0x45f7ec(0x21d)])return;[_0x1e098e['dnAoq'],_0x1e098e[_0x45f7ec(0x1d5)]][_0x45f7ec(0x16b)](_0x42bcba=>{const _0x310f9f=_0x45f7ec,_0x142ee3=_0x5befaa['parent'][_0x42bcba];_0x142ee3[_0x310f9f(0x16b)](_0x51a58d=>{const _0x33678a=_0x310f9f;_0x51a58d[_0x33678a(0x225)]&&(_0x51a58d[_0x33678a(0x225)]=null);});});};['mapTestHooks'](_0x3bbcaf){const _0x3a6ea5=a4_0x55af8f,_0x258fa5={'lxYxY':'codeceptjs','NKODl':function(_0x2581c9){return _0x2581c9();},'tNATc':function(_0x3d440d,_0x3bdc44){return _0x3d440d===_0x3bdc44;},'nkfbm':_0x3a6ea5(0x1f3),'suRBh':function(_0x1cec12){return _0x1cec12();},'pBOZb':_0x3a6ea5(0x1c1),'ZxBcf':_0x3a6ea5(0x22c),'BlFlK':_0x3a6ea5(0x1a3)};if(!_0x3bbcaf||!_0x3bbcaf[_0x3a6ea5(0x21d)])return;[_0x258fa5['pBOZb'],_0x258fa5[_0x3a6ea5(0x1aa)],_0x258fa5[_0x3a6ea5(0x159)],_0x258fa5[_0x3a6ea5(0x1c2)]][_0x3a6ea5(0x16b)](_0x4fb724=>{const _0x2f4a2a=_0x3a6ea5,_0x1a4d9f={'NSlGl':_0x258fa5['lxYxY'],'VOpHX':function(_0x34e1f3){return _0x258fa5['NKODl'](_0x34e1f3);},'qQRTZ':function(_0x1e6e22,_0xcb8c64){return _0x258fa5['tNATc'](_0x1e6e22,_0xcb8c64);},'goAlm':_0x258fa5[_0x2f4a2a(0x1c2)],'ceCuJ':function(_0xb83a09){const _0x345811=_0x2f4a2a;return _0x258fa5[_0x345811(0x18c)](_0xb83a09);}},_0xd17e6a=_0x3bbcaf[_0x2f4a2a(0x21d)][_0x4fb724]||[];_0xd17e6a[_0x2f4a2a(0x16b)](_0x5dd0d2=>{const _0x50592c=_0x2f4a2a;if(_0x5dd0d2[_0x50592c(0x219)]['includes'](_0x1a4d9f[_0x50592c(0x1fd)]))return;if(!_0x5dd0d2['hookAnalyticsId'])_0x5dd0d2[_0x50592c(0x225)]=_0x1a4d9f[_0x50592c(0x16f)](uuidv4);else _0x5dd0d2[_0x50592c(0x17d)]&&_0x1a4d9f[_0x50592c(0x227)](_0x4fb724,_0x1a4d9f[_0x50592c(0x213)])&&(_0x5dd0d2[_0x50592c(0x225)]=_0x1a4d9f[_0x50592c(0x15f)](uuidv4),delete _0x5dd0d2['markedStatus']);});}),this[_0x3a6ea5(0x182)](_0x3bbcaf[_0x3a6ea5(0x21d)]);}['getHooksForTest'](_0x1a68b0){const _0x4b9776=a4_0x55af8f,_0x598603={};_0x598603[_0x4b9776(0x1e5)]=_0x4b9776(0x1c1),_0x598603[_0x4b9776(0x1e8)]=_0x4b9776(0x22c),_0x598603[_0x4b9776(0x179)]='_beforeEach',_0x598603[_0x4b9776(0x1b4)]=_0x4b9776(0x1f3);const _0x592a78=_0x598603;if(!_0x1a68b0||!_0x1a68b0[_0x4b9776(0x21d)])return[];const _0x3e1f9c=[];return[_0x592a78[_0x4b9776(0x1e5)],_0x592a78['rvGjq'],_0x592a78[_0x4b9776(0x179)],_0x592a78[_0x4b9776(0x1b4)]][_0x4b9776(0x16b)](_0xd6c556=>{const _0xd9486=_0x4b9776,_0x45d7a2=_0x1a68b0['parent'][_0xd6c556]||[];_0x45d7a2[_0xd9486(0x16b)](_0x3e4ab1=>{const _0x16b6d2=_0xd9486;_0x3e4ab1[_0x16b6d2(0x225)]&&_0x3e1f9c['push'](_0x3e4ab1[_0x16b6d2(0x225)]);});}),[][_0x4b9776(0x1ac)](_0x3e1f9c,this[_0x4b9776(0x18b)](_0x1a68b0['parent']));}[a4_0x55af8f(0x20a)](_0x501b2b){const _0x344f2a=a4_0x55af8f,_0x539898=/^"(?<hook>.*)" hook:.*$/,_0x283a7e=_0x501b2b[_0x344f2a(0x219)],_0x8d184b=_0x283a7e[_0x344f2a(0x1cc)](_0x539898);if(_0x8d184b&&_0x8d184b[_0x344f2a(0x210)])return _0x8d184b['groups'][_0x344f2a(0x1da)][_0x344f2a(0x1ca)]()['replace']('\x20','_');return null;}['findGitConfig'](_0x319b7d){const _0x1cc844=a4_0x55af8f,_0x35b37e={};_0x35b37e[_0x1cc844(0x1a6)]=function(_0x1822cc,_0x5a8412){return _0x1822cc===_0x5a8412;},_0x35b37e[_0x1cc844(0x212)]=function(_0x16045a,_0x318700){return _0x16045a===_0x318700;},_0x35b37e['ZvgUH']=function(_0x26dac6,_0x542845){return _0x26dac6===_0x542845;},_0x35b37e['JzNzG']=function(_0x4933d8,_0x4d8304){return _0x4933d8===_0x4d8304;},_0x35b37e[_0x1cc844(0x162)]=_0x1cc844(0x194),_0x35b37e[_0x1cc844(0x1bf)]=_0x1cc844(0x1ee);const _0xecaaff=_0x35b37e,_0x549646=path['sep'];if(_0xecaaff['cnsXZ'](_0x319b7d,null)||_0xecaaff[_0x1cc844(0x212)](_0x319b7d,'')||_0xecaaff[_0x1cc844(0x199)](_0x319b7d,_0x549646)||_0xecaaff[_0x1cc844(0x15e)](_0x319b7d,path[_0x1cc844(0x1c4)](_0x319b7d)))return null;try{return fs['statSync'](path[_0x1cc844(0x1a0)](_0x319b7d,_0xecaaff[_0x1cc844(0x162)],_0xecaaff['Xgnyt'])),_0x319b7d;}catch(_0x62e17){const _0x79e3a8=path[_0x1cc844(0x1c4)](_0x319b7d);return this[_0x1cc844(0x21e)](_0x79e3a8);}}[a4_0x55af8f(0x247)](_0x247b84){const _0x1e35d1=a4_0x55af8f,_0x4279db={};_0x4279db['BcLSE']=function(_0x1e2087,_0x461331){return _0x1e2087>_0x461331;};const _0x275e67=_0x4279db;if(_0x247b84['file'])return _0x247b84['file'];if(_0x247b84['ctx']){const _0x3c902b=_0x247b84[_0x1e35d1(0x15d)]['currentTest']?this[_0x1e35d1(0x247)](_0x247b84[_0x1e35d1(0x15d)][_0x1e35d1(0x1e7)]):null;if(_0x3c902b)return _0x3c902b;}if(_0x247b84[_0x1e35d1(0x21d)]){const _0x17a685=this['getRootParentFile'](_0x247b84[_0x1e35d1(0x21d)])||(_0x247b84[_0x1e35d1(0x21d)][_0x1e35d1(0x15d)]&&_0x247b84['parent'][_0x1e35d1(0x15d)]['currentTest']?this[_0x1e35d1(0x247)](_0x247b84[_0x1e35d1(0x21d)][_0x1e35d1(0x15d)][_0x1e35d1(0x1e7)]):null);if(_0x17a685)return _0x17a685;_0x247b84[_0x1e35d1(0x21d)][_0x1e35d1(0x1a2)]&&_0x275e67['BcLSE'](_0x247b84[_0x1e35d1(0x21d)][_0x1e35d1(0x1a2)][_0x1e35d1(0x203)],0x0)&&_0x247b84[_0x1e35d1(0x21d)][_0x1e35d1(0x1a2)][_0x1e35d1(0x16b)](_0x4ab292=>{const _0x12b87a=_0x1e35d1,_0x2c9829=_0x4ab292[_0x12b87a(0x15d)]?this[_0x12b87a(0x247)](_0x4ab292['ctx']):null;if(_0x2c9829)return _0x2c9829;});}return null;}['getHierarchy'](_0x1ecea9){const _0x1fce35=a4_0x55af8f,_0x3bc419={};_0x3bc419[_0x1fce35(0x14e)]=function(_0x483bfd,_0x1de354){return _0x483bfd!==_0x1de354;};const _0x4804ed=_0x3bc419,_0x9210c5=[];if(_0x1ecea9&&_0x1ecea9['parent']){let _0x47cdfa=_0x1ecea9['parent'];while(_0x47cdfa&&_0x4804ed[_0x1fce35(0x14e)](_0x47cdfa[_0x1fce35(0x219)],'')){_0x9210c5[_0x1fce35(0x17b)](_0x47cdfa['title']),_0x47cdfa=_0x47cdfa[_0x1fce35(0x21d)];}}return _0x9210c5;}[a4_0x55af8f(0x1dd)](_0x1f1812,_0x4dccb6,_0x4e9f8e=undefined){const _0x39bd22=a4_0x55af8f,_0xecd1ad={'YUqoZ':function(_0x39782f,_0x311035){return _0x39782f(_0x311035);},'AUuMl':function(_0x22031b){return _0x22031b();},'ILsLA':function(_0x46f7da){return _0x46f7da();},'gqofc':function(_0x5adb47){return _0x5adb47();},'RdQLa':function(_0x594743,_0xb44116){return _0x594743(_0xb44116);},'qHJnG':_0x39bd22(0x1f2),'Evlsi':_0x39bd22(0x183),'BjAyx':function(_0x3e3d15,_0x830d0e){return _0x3e3d15!==_0x830d0e;},'pGaZy':function(_0x550c29,_0x1f1116){return _0x550c29!==_0x1f1116;},'KOSgQ':_0x39bd22(0x23f),'ZVBDJ':_0x39bd22(0x236),'GSrBB':'failed','ooeQC':_0x39bd22(0x20e),'hiWBN':_0x39bd22(0x239),'nSDhr':'javascript','CkVJT':function(_0x34f3d9,_0x186e43){return _0x34f3d9-_0x186e43;},'tTKIc':function(_0xb13d1d,_0x28a1b2,_0x2f5cd2,_0x5224f1,_0xc45d3){return _0xb13d1d(_0x28a1b2,_0x2f5cd2,_0x5224f1,_0xc45d3);},'CllPq':'integrations','IlUGG':_0x39bd22(0x207),'qxbem':_0x39bd22(0x1e1),'bTwBJ':_0x39bd22(0x228),'FCOje':_0x39bd22(0x163),'zQMyG':'failure_reason_expanded','zkMkM':'expanded','zusMh':function(_0x4b2094,_0x4b8ae4){return _0x4b2094===_0x4b8ae4;},'CLQun':_0x39bd22(0x23c),'ZTAER':_0x39bd22(0x202)};if(!this[_0x39bd22(0x1ed)])return;try{if(_0x4dccb6['fn']&&_0x4dccb6['fn'][_0x39bd22(0x249)]()[_0x39bd22(0x1cc)](/browserstack internal helper hook/))return;const _0x5a4b71=_0xecd1ad[_0x39bd22(0x1c6)](parseEvent,_0x1f1812);if(!_0x5a4b71)return;if(_0x5a4b71[_0x39bd22(0x22a)]){this[_0x39bd22(0x1e7)]=_0x4dccb6,this[_0x39bd22(0x1e3)]=null;if(_0x5a4b71[_0x39bd22(0x1ff)]||_0x5a4b71[_0x39bd22(0x239)]){_0x4dccb6[_0x39bd22(0x169)]=new Date(),_0x4dccb6[_0x39bd22(0x17d)]=![];if(!_0x4dccb6['testAnalyticsId'])_0x4dccb6[_0x39bd22(0x1c5)]=_0xecd1ad[_0x39bd22(0x204)](uuidv4);else _0x4dccb6['markedStatus']&&(!_0x4dccb6['retryOf']&&(_0x4dccb6['retryOf']=_0x4dccb6[_0x39bd22(0x1c5)]),_0x4dccb6['testAnalyticsId']=_0xecd1ad[_0x39bd22(0x19a)](uuidv4));}}else{if(_0x5a4b71[_0x39bd22(0x1da)]){this[_0x39bd22(0x1e3)]=_0x4dccb6;if(_0x5a4b71[_0x39bd22(0x1ff)]){_0x4dccb6[_0x39bd22(0x169)]=new Date(),_0x4dccb6[_0x39bd22(0x17d)]=![];if(!_0x4dccb6['hookAnalyticsId'])_0x4dccb6[_0x39bd22(0x225)]=_0xecd1ad[_0x39bd22(0x242)](uuidv4);else _0x4dccb6[_0x39bd22(0x225)]&&_0x4dccb6['markedStatus']&&(_0x4dccb6['hookAnalyticsId']=_0xecd1ad[_0x39bd22(0x204)](uuidv4));}}}if(_0x5a4b71[_0x39bd22(0x16c)]&&_0x4dccb6[_0x39bd22(0x17d)])return;let _0x51f74d;try{_0x51f74d=this[_0x39bd22(0x247)](_0x4dccb6);}catch(_0x29f0ac){logger[_0x39bd22(0x1af)](_0x39bd22(0x231)+_0x29f0ac),_0x51f74d=null;}const _0x5b6ec4=_0xecd1ad[_0x39bd22(0x19b)](require,_0xecd1ad[_0x39bd22(0x195)]);let _0x5b0d0a=[];_0x4e9f8e&&(_0x5b0d0a=[_0x4e9f8e,_0xecd1ad[_0x39bd22(0x24a)]]);const _0x1bc702=_0xecd1ad[_0x39bd22(0x152)](_0x4dccb6[_0x39bd22(0x1e4)],undefined)?_0x5b6ec4[_0x39bd22(0x16d)](_0x4dccb6['errorsDetailed'][0x0]):_0xecd1ad['pGaZy'](_0x4e9f8e,undefined)?_0x4e9f8e[_0x39bd22(0x249)]():undefined,_0x192087=_0x51f74d?this[_0x39bd22(0x21e)](_0x51f74d):null,_0x45ab30=_0x51f74d?this['_paths'][_0x39bd22(0x1f4)](this[_0x39bd22(0x247)](_0x4dccb6)):_0xecd1ad[_0x39bd22(0x156)];let _0xbf7b90=_0xecd1ad[_0x39bd22(0x1d7)];const _0x202683=!_0x5a4b71[_0x39bd22(0x1ff)]?new Date()['toISOString']():null;if(_0x5a4b71[_0x39bd22(0x16c)])_0xbf7b90=_0x4e9f8e?_0xecd1ad[_0x39bd22(0x245)]:_0xecd1ad['ooeQC'],_0x4dccb6[_0x39bd22(0x17d)]=!![];else _0x5a4b71[_0x39bd22(0x239)]&&(_0xbf7b90=_0xecd1ad[_0x39bd22(0x233)],_0x4dccb6[_0x39bd22(0x17d)]=!![]);const _0x926d1f={'framework':this[_0x39bd22(0x148)],'uuid':_0x4dccb6[_0x39bd22(0x1c5)]||_0x4dccb6[_0x39bd22(0x225)],'name':_0x4dccb6[_0x39bd22(0x219)],'body':{'lang':_0xecd1ad[_0x39bd22(0x1cf)],'code':_0x4dccb6[_0x39bd22(0x1df)][_0x39bd22(0x249)]()},'type':_0x4dccb6['type'],'scope':_0x4dccb6[_0x39bd22(0x1f8)](),'scopes':this['getHierarchy'](_0x4dccb6),'file_name':_0x45ab30,'vc_filepath':_0x192087?path['relative'](_0x192087,_0x51f74d):null,'location':_0x45ab30,'result':_0xbf7b90,'failure_reason':_0x1bc702,'duration_in_ms':_0x4dccb6[_0x39bd22(0x19d)]||(_0x5a4b71[_0x39bd22(0x16c)]||_0x5a4b71['skipped'])?_0xecd1ad['CkVJT'](Date[_0x39bd22(0x178)](),new Date(_0x4dccb6['startedAt'])['getTime']()):null,'started_at':new Date(_0x4dccb6[_0x39bd22(0x169)])['toISOString'](),'finished_at':_0x202683,'failure':testOpsHelper[_0x39bd22(0x1d6)][_0x39bd22(0x160)](null,_0x5b0d0a),'failure_type':!_0x1bc702?null:testOpsHelper[_0x39bd22(0x170)](_0x1bc702),'retry_of':_0x4dccb6[_0x39bd22(0x1bd)]||null,'tags':_0x4dccb6[_0x39bd22(0x1c9)]||[],'customRerunParam':{'rerun_name':_0x4dccb6[_0x39bd22(0x1f8)]()}};_0xecd1ad[_0x39bd22(0x243)](appendTesthubParams,_0x926d1f,_0x1f1812,_0x4dccb6,FRAMEWORKS[_0x39bd22(0x1fe)]);if(_0x5a4b71['hook'])[_0x926d1f[_0x39bd22(0x1fc)],_0x926d1f[_0x39bd22(0x244)]]=[this[_0x39bd22(0x20a)](_0x4dccb6),_0x4dccb6[_0x39bd22(0x15d)]['test']['title']],_0x5a4b71[_0x39bd22(0x16c)]?_0xecd1ad[_0x39bd22(0x152)](_0x926d1f[_0x39bd22(0x23a)],_0xecd1ad[_0x39bd22(0x245)])&&(_0x926d1f[_0x39bd22(0x23a)]=_0xecd1ad[_0x39bd22(0x198)]):_0x926d1f['body']={};else _0x5a4b71[_0x39bd22(0x22a)]&&(this[_0x39bd22(0x182)](_0x4dccb6),_0x5a4b71[_0x39bd22(0x239)]&&this[_0x39bd22(0x20f)](_0x4dccb6),(_0x5a4b71[_0x39bd22(0x16c)]||_0x5a4b71[_0x39bd22(0x239)])&&(_0x926d1f[_0x39bd22(0x1c3)]=this[_0x39bd22(0x18b)](_0x4dccb6)));this['driver']&&(_0x5a4b71[_0x39bd22(0x1ff)]||_0x5a4b71['skipped'])&&(_0x926d1f[_0xecd1ad[_0x39bd22(0x21f)]]=this[_0x39bd22(0x248)](this[_0x39bd22(0x155)]));_0x5a4b71['test']&&_0x5a4b71[_0x39bd22(0x16c)]&&_0x4dccb6[_0x39bd22(0x1e6)]&&(_0x926d1f[_0xecd1ad['IlUGG']]={'feature':{'name':_0x4dccb6['parent'][_0x39bd22(0x1ba)]['name'],'path':_0x926d1f[_0x39bd22(0x158)],'description':_0x4dccb6['parent'][_0x39bd22(0x172)]},'scenario':{'name':_0x4dccb6[_0x39bd22(0x219)]},'steps':_0x4dccb6['bddSteps']});const _0x3e7bd3=_0x926d1f[_0xecd1ad[_0x39bd22(0x173)]][0x0];_0x3e7bd3&&(_0x926d1f[_0xecd1ad[_0x39bd22(0x21c)]]=_0x3e7bd3[_0xecd1ad[_0x39bd22(0x22b)]],_0x926d1f[_0xecd1ad[_0x39bd22(0x218)]]=_0x3e7bd3[_0xecd1ad['zkMkM']]);if(_0x4dccb6[_0x39bd22(0x1e6)])for(const _0x57bfd3 of _0x4dccb6[_0x39bd22(0x1e6)]){!_0x57bfd3[_0x39bd22(0x1a9)]&&(_0x57bfd3[_0x39bd22(0x1a9)]=new Date()['toISOString'](),_0xecd1ad[_0x39bd22(0x206)](_0x57bfd3[_0x39bd22(0x23a)],_0xecd1ad['ZVBDJ'])&&(_0x3e7bd3?(_0x57bfd3[_0x39bd22(0x23a)]=_0xecd1ad[_0x39bd22(0x245)],_0x57bfd3[_0x39bd22(0x1e1)]=_0x3e7bd3[_0xecd1ad['FCOje']][0x0]):_0x57bfd3[_0x39bd22(0x23a)]=_0xecd1ad[_0x39bd22(0x198)]));}const _0x566f5d={};_0x566f5d[_0x39bd22(0x17e)]=_0x5a4b71['skipped']?TEST_EVENTS[_0x39bd22(0x214)]:_0x1f1812;const _0x3a303a=_0x566f5d;return _0x5a4b71[_0x39bd22(0x1da)]?_0x3a303a[_0xecd1ad[_0x39bd22(0x15a)]]=_0x926d1f:_0x3a303a[_0xecd1ad[_0x39bd22(0x19c)]]=_0x926d1f,_0x3a303a;}catch(_0x1c398f){logger[_0x39bd22(0x1af)](_0x39bd22(0x191)+_0x1f1812+'\x20with\x20error\x20:\x20'+_0x1c398f);}}async[a4_0x55af8f(0x181)](_0xeb3d2c,_0x38c469){const _0x2b4d90=a4_0x55af8f;if(!this[_0x2b4d90(0x1ed)]||!_0x38c469||!_0xeb3d2c)return![];try{return await SessionHandler[_0x2b4d90(0x1fb)](_0x38c469);}catch(_0x21e037){logger['debug'](_0x2b4d90(0x208)+_0xeb3d2c+_0x2b4d90(0x1fa)+_0x21e037);}}[a4_0x55af8f(0x1f1)](_0x3cf1a3){const _0x85d95a=a4_0x55af8f,_0xcf356={};_0xcf356[_0x85d95a(0x1de)]=_0x85d95a(0x236);const _0x35234c=_0xcf356;return{'id':_0x3cf1a3[_0x85d95a(0x216)],'text':_0x3cf1a3[_0x85d95a(0x164)],'keyword':_0x3cf1a3[_0x85d95a(0x165)],'started_at':_0x3cf1a3[_0x85d95a(0x169)]['toISOString'](),'result':_0x35234c[_0x85d95a(0x1de)]};}['bddStepStart'](_0x179310){const _0x220471=a4_0x55af8f,_0x1c79de={'iayoD':function(_0x381358){return _0x381358();}};!this[_0x220471(0x1e7)][_0x220471(0x1e6)]&&(this[_0x220471(0x1e7)][_0x220471(0x1e6)]=[]),!_0x179310[_0x220471(0x216)]&&(_0x179310[_0x220471(0x216)]=_0x1c79de[_0x220471(0x226)](uuidv4),_0x179310[_0x220471(0x169)]=new Date(),this['currentTest'][_0x220471(0x1e6)][_0x220471(0x17b)](this[_0x220471(0x1f1)](_0x179310)));}['bddStepFinish'](_0x416f7a){const _0x4176f6=a4_0x55af8f,_0x3e652d={'SfOFV':function(_0x69926a,_0x35aa41){return _0x69926a(_0x35aa41);},'oQMog':_0x4176f6(0x1b3),'DqZAE':_0x4176f6(0x236),'nbSbb':'passed','aOKKa':function(_0x39fffd,_0x32d5bd){return _0x39fffd-_0x32d5bd;}};let _0x53812f=this[_0x4176f6(0x1e7)][_0x4176f6(0x1e6)][_0x4176f6(0x176)](_0x329716=>_0x329716['id']===_0x416f7a[_0x4176f6(0x216)]);_0x3e652d['SfOFV'](isUndefined,_0x53812f)&&(_0x53812f=this['initializeBddStep'](_0x416f7a)),_0x53812f[_0x4176f6(0x23a)]=[_0x3e652d[_0x4176f6(0x1ab)],_0x3e652d[_0x4176f6(0x196)]][_0x4176f6(0x1be)](_0x416f7a['status'])?_0x3e652d[_0x4176f6(0x1e9)]:_0x416f7a[_0x4176f6(0x184)],_0x53812f[_0x4176f6(0x1a9)]=new Date()[_0x4176f6(0x1a8)](),_0x53812f[_0x4176f6(0x19d)]=_0x3e652d[_0x4176f6(0x240)](Date[_0x4176f6(0x178)](),_0x416f7a[_0x4176f6(0x169)][_0x4176f6(0x1a4)]()),_0x53812f[_0x4176f6(0x1e1)]=_0x416f7a['err']?_0x416f7a['err'][_0x4176f6(0x1a1)]:null;}}const a4_0x398552={};a4_0x398552[a4_0x55af8f(0x246)]=O11yHelper,a4_0x398552[a4_0x55af8f(0x221)]=STATE_PASSED,a4_0x398552[a4_0x55af8f(0x1b1)]=STATE_FAILED,a4_0x398552[a4_0x55af8f(0x1d8)]=TEST_EVENTS,module[a4_0x55af8f(0x186)]=a4_0x398552;