browserstack-node-sdk 1.56.1 → 1.56.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (201) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/newman/command.js +1 -1
  79. package/src/bin/newman/helper.js +1 -1
  80. package/src/bin/newman/reporter/index.js +1 -1
  81. package/src/bin/newman/scriptRunner.js +1 -1
  82. package/src/bin/nightwatch/command.js +1 -1
  83. package/src/bin/playwright/accessibility-helper.js +1 -1
  84. package/src/bin/playwright/command.js +1 -1
  85. package/src/bin/playwright/globalSetup.js +1 -1
  86. package/src/bin/playwright/mock-process.js +1 -1
  87. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  88. package/src/bin/playwright/patches.js +1 -1
  89. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  90. package/src/bin/playwright/reporter/reporter.js +1 -1
  91. package/src/bin/playwright/reporter/test-details.js +1 -1
  92. package/src/bin/playwright/sessionDetails.js +1 -1
  93. package/src/bin/puppeteer/patches.js +1 -1
  94. package/src/bin/puppeteer/sessionDetails.js +1 -1
  95. package/src/bin/puppeteer/test.setup.js +1 -1
  96. package/src/bin/runner.js +1 -1
  97. package/src/bin/setup.js +1 -1
  98. package/src/bin/test-runner/index.js +1 -1
  99. package/src/bin/test-runner/runTest.js +1 -1
  100. package/src/bin/test-runner/testWorker.js +1 -1
  101. package/src/bin/utils/apiUtilityMethods.js +1 -1
  102. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  103. package/src/bin/utils/constants.js +1 -1
  104. package/src/bin/utils/log4jsAppender.js +1 -1
  105. package/src/bin/utils/logPatcher.js +1 -1
  106. package/src/bin/utils/logReportingAPI.js +1 -1
  107. package/src/bin/utils/playwright-patcher.js +1 -1
  108. package/src/bin/utils/puppeteer-patcher.js +1 -1
  109. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  110. package/src/bin/utils/sharedUtils.js +1 -1
  111. package/src/bin/v2/TestInfo.js +1 -1
  112. package/src/bin/v2/browserstackCLI.js +1 -1
  113. package/src/bin/v2/cliUtils.js +1 -1
  114. package/src/bin/v2/customTagManager.js +1 -1
  115. package/src/bin/v2/eventDispatcher.js +1 -1
  116. package/src/bin/v2/framework/automationFramework.js +1 -1
  117. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  118. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  119. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  120. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  121. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  122. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  123. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  124. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  125. package/src/bin/v2/framework/testFramework.js +1 -1
  126. package/src/bin/v2/grpcClient.js +1 -1
  127. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  128. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  129. package/src/bin/v2/instances/trackedContext.js +1 -1
  130. package/src/bin/v2/instances/trackedInstance.js +1 -1
  131. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  132. package/src/bin/v2/modules/baseModule.js +1 -1
  133. package/src/bin/v2/modules/loadTestModule.js +1 -1
  134. package/src/bin/v2/modules/observabilityModule.js +1 -1
  135. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  136. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  137. package/src/bin/v2/modules/testhubModule.js +1 -1
  138. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  139. package/src/bin/v2/state/hookState.js +1 -1
  140. package/src/bin/v2/state/testFrameworkState.js +1 -1
  141. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  142. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  143. package/src/bin/v2/utils/jest-utils.js +1 -1
  144. package/src/bin/vanilla-js/command.js +1 -1
  145. package/src/browserStackSdk.js +1 -1
  146. package/src/helpers/BrowserStackSetup.js +1 -1
  147. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  148. package/src/helpers/accessibility-automation/constants.js +1 -1
  149. package/src/helpers/accessibility-automation/helper.js +1 -1
  150. package/src/helpers/accessibility-automation/scripts.js +1 -1
  151. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  152. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  153. package/src/helpers/ats/constants.js +1 -1
  154. package/src/helpers/ats/helper.js +1 -1
  155. package/src/helpers/caCertHelper.js +1 -1
  156. package/src/helpers/capsMapping.js +1 -1
  157. package/src/helpers/central-scanner/constants.js +1 -1
  158. package/src/helpers/central-scanner/helpers.js +1 -1
  159. package/src/helpers/classLogger.js +1 -1
  160. package/src/helpers/driverInitErrorReporter.js +1 -0
  161. package/src/helpers/globals.js +1 -1
  162. package/src/helpers/helper.js +1 -1
  163. package/src/helpers/logger.js +1 -1
  164. package/src/helpers/metadata.js +1 -1
  165. package/src/helpers/patchHelper.js +1 -1
  166. package/src/helpers/patchHelpers.js +1 -1
  167. package/src/helpers/percy/Percy.js +1 -1
  168. package/src/helpers/percy/PercyBinary.js +1 -1
  169. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  170. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  171. package/src/helpers/percy/PercySDK.js +1 -1
  172. package/src/helpers/percy/index.js +1 -1
  173. package/src/helpers/percy/utils.js +1 -1
  174. package/src/helpers/performance/constants.js +1 -1
  175. package/src/helpers/performance/performance-tester.js +1 -1
  176. package/src/helpers/playwright-helper.js +1 -1
  177. package/src/helpers/processHelper.js +1 -1
  178. package/src/helpers/puppeteer-helper.js +1 -1
  179. package/src/helpers/request-spy.js +1 -1
  180. package/src/helpers/setKeepAlive.js +1 -1
  181. package/src/helpers/stackFrameUtils.js +1 -1
  182. package/src/helpers/test-observability/constants.js +1 -1
  183. package/src/helpers/test-observability/error-handler.js +1 -1
  184. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  185. package/src/helpers/test-observability/sessionHandler.js +1 -1
  186. package/src/helpers/test-observability/utils.js +1 -1
  187. package/src/helpers/test-orchestration/constants.js +1 -1
  188. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  189. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  190. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  191. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  192. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  193. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  194. package/src/helpers/testhub/constants.js +1 -1
  195. package/src/helpers/testhub/testhubHandler.js +1 -1
  196. package/src/helpers/testhub/utils.js +1 -1
  197. package/src/helpers/timeoutPromise.js +1 -1
  198. package/src/helpers/utilities.js +1 -1
  199. package/src/helpers/w3cMapping.js +1 -1
  200. package/src/hubAllocationMethods.js +1 -1
  201. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a1_0x168f78=a1_0x4c04;(function(_0x1015ef,_0x16e1e9){const _0x5ce95a=a1_0x4c04,_0x252c6e=_0x1015ef();while(!![]){try{const _0x43a6a5=parseInt(_0x5ce95a(0x245))/0x1+parseInt(_0x5ce95a(0x216))/0x2*(-parseInt(_0x5ce95a(0x286))/0x3)+-parseInt(_0x5ce95a(0x1f0))/0x4*(parseInt(_0x5ce95a(0x251))/0x5)+-parseInt(_0x5ce95a(0x27a))/0x6+-parseInt(_0x5ce95a(0x232))/0x7+parseInt(_0x5ce95a(0x25d))/0x8+parseInt(_0x5ce95a(0x270))/0x9;if(_0x43a6a5===_0x16e1e9)break;else _0x252c6e['push'](_0x252c6e['shift']());}catch(_0x1af29e){_0x252c6e['push'](_0x252c6e['shift']());}}}(a1_0x2714,0x8a6b5));function a1_0x2714(){const _0x1e5ad8=['IvCLt','then','codeceptjs/lib/helper/Playwright.js','getSyncScript','__skipSessionStatus','measureWrapper','container','PhpBb','WebDriver','filter','Playwright','nEpnj','action','FRAMEWORK_DETAILS','codeceptjs/lib/utils.js','../../helpers/performance/performance-tester','--auto-open-devtools-for-tabs','Lccim','flushPendingHookEvents','split','../../helpers/test-observability/utils','16XUjVik','version','currentTest','args','add','thTestRunUuid','performScan','nPKVV','DEXLS','TEST_RUN_STARTED','_before','cZYFj','bKrNV','pid','Screenshot\x20path\x20not\x20found','bddStep-after','aLIbP','from','aVLur','ekhuk','bind','skipSessionName','hFMmB','setGlobal','step','failed','Failed\x20to\x20execute\x20_before:\x20','BPIvh','browserstackTestName','patchSaveScreenshot','isMobilePlatform','../../helpers/testhub/constants.js','GET_RESULTS_SUMMARY','initSaveScreenshot','Performing\x20scan\x20for\x20','cbTwx','hook-passed','RCYEJ','135860YSGHGL','pages','afterTest','../../bin/playwright/sessionDetails','tNMzV','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20_before:\x20','class','EVlUs','chromium','TestCafe','WILLC','toString','OToNu','TEST_RUN_SKIPPED','startMonitoring','SosEq','dispatcher','YdNyC','format','YrAmF','apply','gxhZU','FqNrJ','getResults','LjVcL','PERFORM_SCAN','codeceptjs','startsWith','941997TWnxTR','VwSMx','EggvS','stringify','./helper.js','isArray','iaRKM','tEoud','TEST_SCREENSHOT','vUURj','RrQFU','codeceptjs/lib/index.js','kQTSb','stack','pFRNh','all','eXxhk','vzQDR','cTazX','1025917paOXzF','ENV_VAR','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','SAVE_RESULTS','overwriteCommand','hasLiveDriverSession','debug','../../helpers/accessibility-automation/scripts','test-after','QJYQC','Tjxna','constructor','663355kstoUP','BS_TESTOPS_ALLOW_SCREENSHOTS','skipped','bEAzc','arguments','message','HOOK_RUN_STARTED','codeceptjs/lib/recorder.js','before','bddStep','function','jymMO','4453296yrbxWK','browserContext','thJwtToken','wJcWe','after','../../helpers/logger','OtMHt','emit','push','SDK_TEST','TEST_LOG','yeYAO','slice','lwWLE','call','fKtcQ','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','INFO','captureError','5714163MEehiv','end','./o11yHelper','lXuyj','status','HOOK_RUN_FINISHED','getAccessibilityResultsSummary','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20Playwright\x20_before:\x20','screenshotOutputFolder','contexts','4688856kUOTUI','eNghl','BROWSERSTACK_TESTHUB_UUID','AaZVb','FmdfB','Puppeteer','browser','passed','khzwH','parse','XENYa','browserStackExecuteDriver','9gymiGV','bddStepStart','toISOString','IeVbe','stopMonitoring','getAccessibilityResults','prototype','setSessionName','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','saveTestResults','saveScreenshot','config','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','gdrCo','webdriverio','url','includes','command','DPTEN','SESSION_STATUS','omRWW','SYNC','shouldWrapCommand','title','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','helpers','started','dIPbf','executeScript','env','hook-failed','exports','test-passed','SzOFj','restore','foXyf','base64','SDK_POST_TEST','a11y_core_config','../../bin/playwright/accessibility-helper','oXgsB','UowBx','winstonLogger','page','start','titlePath','IxWZB','readFileSync','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','string','ctx','CBTBa','test','__workerDetails','hookType','HOeTx','hqPet','ViBii','captureEvent','warn','DhGbu','__driver','rNTFv','MUbhP','accessibilityPlatform','forEach','Suite','SDK_HOOK','browserstack_executor:\x20','xTrir','domForge','BYsIw','dTFto','test-started','../../helpers/helper','patch','TjTYS','util','enabled','../../helpers/request-spy','step-comment','name','test-before','bfwlD','hook','event','test-skipped','YCiXs','frULW','SDK_PRE_TEST','../../helpers/accessibility-automation/helper','fireEvent','SyEcY','IRmoH','testAnalyticsId','getResultsSummary','TEST_RUN_FINISHED','bstackAllyScanning','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','testFramework','xbNXE','iBIwy','SDK_POST_INITIALIZE','iskNT','skipSessionStatus','VEJWH','bs:addLog:'];a1_0x2714=function(){return _0x1e5ad8;};return a1_0x2714();}function a1_0x4c04(_0x458f2c,_0x843a1){const _0x271457=a1_0x2714();return a1_0x4c04=function(_0x4c0402,_0x3b7941){_0x4c0402=_0x4c0402-0x1ac;let _0x108091=_0x271457[_0x4c0402];return _0x108091;},a1_0x4c04(_0x458f2c,_0x843a1);}const fs=require('fs'),util=require(a1_0x168f78(0x1bd)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x168f78(0x1ba)),logger=require(a1_0x168f78(0x262))[a1_0x168f78(0x2b0)],testOpsHelper=require(a1_0x168f78(0x1ef)),requestSpy=require(a1_0x168f78(0x1bf)),PlaywrightSessionDetails=require(a1_0x168f78(0x219)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x168f78(0x272)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x168f78(0x1ca)),AccessibilityHelper=require(a1_0x168f78(0x2ad)),scripts=require(a1_0x168f78(0x24c)),PerformanceTester=require(a1_0x168f78(0x1ea)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require('../../helpers/performance/constants'),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x168f78(0x236)),testHubConstants=require(a1_0x168f78(0x20f)),globals=require('../../helpers/globals.js'),CodeceptJS=requireModule(a1_0x168f78(0x23d),a1_0x168f78(0x230)),CodeceptUtils=requireModule(a1_0x168f78(0x1e9),a1_0x168f78(0x230)),CodeceptWebDriver=requireModule('codeceptjs/lib/helper/WebDriver.js',a1_0x168f78(0x230)),CodeceptRecorder=requireModule(a1_0x168f78(0x258),a1_0x168f78(0x230)),CodeceptPlaywright=requireModule(a1_0x168f78(0x1dd),a1_0x168f78(0x230)),playwrightMarkSessionStatus=(_0x16cbb0,_0x2044b8,_0x433015)=>{const _0x389314=a1_0x168f78,_0x4d31d9={'RFApf':'setSessionStatus','EggvS':function(_0x516c50,_0xef1b78){return _0x516c50(_0xef1b78);}},_0x17c692={};_0x17c692[_0x389314(0x274)]=_0x2044b8;const _0x351539={};_0x351539[_0x389314(0x1e7)]=_0x4d31d9['RFApf'],_0x351539[_0x389314(0x255)]=_0x17c692;const _0x502706=_0x351539;return!_0x4d31d9[_0x389314(0x234)](isUndefined,_0x433015)&&(_0x502706[_0x389314(0x255)]['reason']=JSON[_0x389314(0x235)](_0x433015)),_0x16cbb0[_0x389314(0x2a2)](()=>{},_0x389314(0x1b4)+JSON['stringify'](_0x502706));},o11ySync=PerformanceTester['measureWrapper'](PerformanceO11yEvents[a1_0x168f78(0x29b)],async _0x31b1fd=>{const _0xa0eb88=a1_0x168f78,_0x4b93d5={};_0x4b93d5[_0xa0eb88(0x293)]=function(_0x434fa1,_0x1e90b9){return _0x434fa1===_0x1e90b9;},_0x4b93d5[_0xa0eb88(0x1fc)]=_0xa0eb88(0x1e5);const _0x190bd0=_0x4b93d5;_0x190bd0[_0xa0eb88(0x293)](_0x31b1fd[_0xa0eb88(0x250)][_0xa0eb88(0x1c1)],_0x190bd0[_0xa0eb88(0x1fc)])?await _0x31b1fd[_0xa0eb88(0x2a2)](_0x3325c5=>{},testOpsHelper[_0xa0eb88(0x1de)]()):await _0x31b1fd[_0xa0eb88(0x2a2)](testOpsHelper[_0xa0eb88(0x1de)]());}),markSessionName=PerformanceTester[a1_0x168f78(0x1e0)](PerformanceAutEvents['SESSION_NAME'],async(_0x10ea62,_0xb68d33)=>{const _0x17598a=a1_0x168f78,_0x3e8817={};_0x3e8817[_0x17598a(0x24f)]=_0x17598a(0x28d),_0x3e8817[_0x17598a(0x27b)]=function(_0x3fca02,_0x40bbfe){return _0x3fca02===_0x40bbfe;},_0x3e8817[_0x17598a(0x1af)]=_0x17598a(0x1e5);const _0x39e10a=_0x3e8817,_0x4d15b2={};_0x4d15b2['name']=_0xb68d33;const _0x556250={};_0x556250['action']=_0x39e10a[_0x17598a(0x24f)],_0x556250['arguments']=_0x4d15b2;const _0x41e905=_0x556250;_0x39e10a['eNghl'](_0x10ea62[_0x17598a(0x250)][_0x17598a(0x1c1)],_0x39e10a[_0x17598a(0x1af)])?await _0x10ea62[_0x17598a(0x2a2)](()=>{},_0x17598a(0x1b4)+JSON[_0x17598a(0x235)](_0x41e905)):await _0x10ea62[_0x17598a(0x2a2)](_0x17598a(0x1b4)+JSON[_0x17598a(0x235)](_0x41e905));}),patchSaveScreenshot=_0x5b2f22=>{const _0x3aa00b=a1_0x168f78,_0x1db93f={'yeYAO':_0x3aa00b(0x2aa),'cbTwx':_0x3aa00b(0x23a),'FqNrJ':function(_0x2528c6){return _0x2528c6();},'dTFto':function(_0x569948,_0x417a82){return _0x569948(_0x417a82);},'ekhuk':_0x3aa00b(0x1fe)};_0x1db93f[_0x3aa00b(0x1b8)](isTrue,process['env'][_0x3aa00b(0x252)])&&!_0x5b2f22[_0x3aa00b(0x20d)]&&(_0x5b2f22[_0x3aa00b(0x20d)]=!![],_0x5b2f22[_0x3aa00b(0x211)]=_0x5b2f22[_0x3aa00b(0x290)],_0x5b2f22['saveScreenshot']=(_0x1aadb8,_0x47b15a=![])=>{const _0x4fbfc2=_0x3aa00b,_0x8fa3e3={'aLIbP':_0x1db93f[_0x4fbfc2(0x268)],'RrQFU':_0x1db93f[_0x4fbfc2(0x213)],'IRmoH':function(_0x300032){const _0x5875f8=_0x4fbfc2;return _0x1db93f[_0x5875f8(0x22c)](_0x300032);},'BYsIw':function(_0x57ee56,_0x580851){const _0x21f8c4=_0x4fbfc2;return _0x1db93f[_0x21f8c4(0x1b8)](_0x57ee56,_0x580851);},'iskNT':_0x1db93f[_0x4fbfc2(0x203)]};return new Promise(function(_0x6eab81,_0x10a14c){const _0x2ebfa3=_0x4fbfc2;_0x5b2f22[_0x2ebfa3(0x211)](_0x1aadb8,_0x47b15a)[_0x2ebfa3(0x1dc)](()=>{const _0x56bc8d=_0x2ebfa3,_0x17b864=CodeceptUtils[_0x56bc8d(0x278)](_0x1aadb8);if(_0x17b864){const _0x2dfeeb=fs[_0x56bc8d(0x2b5)](_0x17b864);process[_0x56bc8d(0x264)](_0x56bc8d(0x1da)+process[_0x56bc8d(0x1fd)],{'timestamp':new Date()[_0x56bc8d(0x288)](),'message':_0x2dfeeb['toString'](_0x8fa3e3[_0x56bc8d(0x200)]),'kind':_0x8fa3e3[_0x56bc8d(0x23c)]}),_0x8fa3e3[_0x56bc8d(0x1cd)](_0x6eab81);}_0x8fa3e3[_0x56bc8d(0x1b7)](_0x10a14c,new Error(_0x8fa3e3[_0x56bc8d(0x1d7)]));})['catch'](()=>null);});});},patchWebDriverBefore=(_0x2d68c5,_0x2128ad)=>{const _0x588be6=a1_0x168f78,_0x58ab2d={'DEXLS':function(_0xd33283){return _0xd33283();},'tNMzV':function(_0x5f074c,_0x309b3c){return _0x5f074c(_0x309b3c);},'AaZVb':function(_0x47c187,_0x183994){return _0x47c187===_0x183994;},'pZiyG':_0x588be6(0x294),'hFMmB':_0x588be6(0x2b7),'EUWdO':function(_0x474387,_0x265f59){return _0x474387===_0x265f59;},'lusAh':'Element','xTrir':_0x588be6(0x25b)},_0x555a3a=async function(_0xc52a96,_0x3b3432){const _0x1ecc1c=_0x588be6;_0x58ab2d[_0x1ecc1c(0x1f8)](isAccessibilityAutomationSession)&&!global[_0x1ecc1c(0x1d1)]&&global[_0x1ecc1c(0x1b0)]&&scripts[_0x1ecc1c(0x29c)](_0xc52a96['name'])&&_0x58ab2d[_0x1ecc1c(0x21a)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x1ecc1c(0x1d1)]=!![],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x1ecc1c(0x22f)],async()=>{const _0x3d5c9=_0x1ecc1c;logger[_0x3d5c9(0x24b)](_0x3d5c9(0x212)+_0xc52a96[_0x3d5c9(0x21c)]+'\x20'+_0xc52a96[_0x3d5c9(0x1c1)]),await AccessibilityHelper['browserStackExecuteDriver'](_0x2d68c5,scripts['performScan']);},{'command':_0xc52a96['name']})());global['bstackAllyScanning']=![];const _0x5cacd1=JSON[_0x1ecc1c(0x283)](process[_0x1ecc1c(0x2a3)][_0x1ecc1c(0x1e8)]||'{}');if(_0x58ab2d['AaZVb'](_0x5cacd1?.['testFramework']?.[_0x1ecc1c(0x1c1)],_0x58ab2d['pZiyG'])&&_0x58ab2d[_0x1ecc1c(0x27d)](typeof _0x5cacd1?.[_0x1ecc1c(0x1d3)]?.[_0x1ecc1c(0x1f1)],_0x58ab2d[_0x1ecc1c(0x206)])&&_0x5cacd1?.[_0x1ecc1c(0x1d3)]?.['version']['startsWith']('7'))return _0x3b3432[_0x1ecc1c(0x22a)](null,Array[_0x1ecc1c(0x28c)][_0x1ecc1c(0x269)][_0x1ecc1c(0x26b)](arguments,0x2));return _0x3b3432['apply'](this,Array[_0x1ecc1c(0x28c)]['slice'][_0x1ecc1c(0x26b)](arguments,0x2));},_0x328f05=CodeceptWebDriver[_0x588be6(0x28c)][_0x588be6(0x1fa)];CodeceptWebDriver['prototype'][_0x588be6(0x1fa)]=async function(){const _0x246f43=_0x588be6,_0x2a2691={'khzwH':function(_0x31cba3,_0x2d29e7){return _0x58ab2d['EUWdO'](_0x31cba3,_0x2d29e7);},'URryc':_0x58ab2d['lusAh']};try{await _0x328f05[_0x246f43(0x22a)](this,arguments);}catch(_0x2df876){logger[_0x246f43(0x24b)](_0x246f43(0x20a)+util[_0x246f43(0x228)](_0x2df876));}scripts['commandsToWrap'][_0x246f43(0x1e4)](_0x5d953c=>_0x5d953c[_0x246f43(0x1c1)]&&_0x5d953c['class'])[_0x246f43(0x1b1)](_0x181718=>{const _0x503343=_0x246f43;this[_0x503343(0x280)][_0x503343(0x249)](_0x181718['name'],_0x555a3a['bind'](this,_0x181718),_0x2a2691[_0x503343(0x282)](_0x181718['class'],_0x2a2691['URryc']));}),_0x58ab2d[_0x246f43(0x21a)](processWebDriverConfig,_0x2d68c5);try{_0x2128ad&&_0x58ab2d[_0x246f43(0x27d)](typeof _0x2128ad[_0x246f43(0x1ed)],_0x58ab2d[_0x246f43(0x1b5)])&&await _0x2128ad[_0x246f43(0x1ed)]();}catch(_0x5eb059){logger[_0x246f43(0x24b)](_0x246f43(0x21b)+util[_0x246f43(0x228)](_0x5eb059));}};};function parseJwt(_0x11bae8){const _0x4fddce=a1_0x168f78,_0x1fa225={};_0x1fa225[_0x4fddce(0x2bf)]=_0x4fddce(0x2aa);const _0x24656a=_0x1fa225;if(!_0x11bae8)return null;return JSON[_0x4fddce(0x283)](Buffer[_0x4fddce(0x201)](_0x11bae8[_0x4fddce(0x1ee)]('.')[0x1],_0x24656a['ViBii'])[_0x4fddce(0x221)]());}const patchPlaywrightBefore=_0x277776=>{const _0x2b222d=a1_0x168f78,_0x32bc7a={'DhGbu':function(_0x2dede6){return _0x2dede6();},'iBIwy':'devtools://','VEJWH':_0x2b222d(0x1eb),'lXuyj':function(_0x2d950f){return _0x2d950f();},'nEpnj':function(_0x6903ab,_0xe1287d){return _0x6903ab(_0xe1287d);},'Rjdos':function(_0x1ed4ec,_0x29da99){return _0x1ed4ec+_0x29da99;},'vUURj':'\x0aStack:\x20','xbNXE':function(_0x2fca9e){return _0x2fca9e();},'gqhVL':function(_0x4e6e99){return _0x4e6e99();},'emsIB':function(_0xca4400,_0x1bca5f){return _0xca4400===_0x1bca5f;},'PhpBb':'function'};PlaywrightSessionDetails[_0x2b222d(0x1bb)]();const _0x4f7f83=CodeceptPlaywright[_0x2b222d(0x28c)][_0x2b222d(0x1fa)];CodeceptPlaywright[_0x2b222d(0x28c)]['_before']=async function(){const _0x5952e0=_0x2b222d,_0xe4f91c={'oXgsB':function(_0x4d1182){const _0x30b6bd=a1_0x4c04;return _0x32bc7a[_0x30b6bd(0x1ac)](_0x4d1182);},'rNTFv':_0x32bc7a[_0x5952e0(0x1d5)],'adled':_0x32bc7a[_0x5952e0(0x1d9)],'QJYQC':function(_0x42a560){return _0x32bc7a['lXuyj'](_0x42a560);},'IvCLt':function(_0x45b7b5,_0x1b4f82){const _0x286db5=_0x5952e0;return _0x32bc7a[_0x286db5(0x1e6)](_0x45b7b5,_0x1b4f82);},'bEAzc':function(_0x43f9b2,_0x534a1b){return _0x32bc7a['Rjdos'](_0x43f9b2,_0x534a1b);},'LjVcL':_0x32bc7a[_0x5952e0(0x23b)]};this[_0x5952e0(0x25e)]=await this[_0x5952e0(0x280)][_0x5952e0(0x279)]()[0x0];const _0x313f20=async()=>{const _0x56ba57=_0x5952e0,_0x24d8c2=this[_0x56ba57(0x291)]&&this['config'][_0x56ba57(0x21e)]&&this[_0x56ba57(0x291)][_0x56ba57(0x21e)][_0x56ba57(0x1f3)]&&Array[_0x56ba57(0x237)](this[_0x56ba57(0x291)][_0x56ba57(0x21e)][_0x56ba57(0x1f3)])&&this[_0x56ba57(0x291)][_0x56ba57(0x21e)]['args'][_0x56ba57(0x296)](_0xe4f91c['adled']);if(_0xe4f91c[_0x56ba57(0x24e)](isAccessibilityAutomationSession)&&!_0x24d8c2)try{const _0x434f3f=_0xe4f91c[_0x56ba57(0x1db)](parseJwt,process[_0x56ba57(0x2a3)]['BS_A11Y_JWT']);if(_0x434f3f&&_0x434f3f[_0x56ba57(0x2ac)]&&_0x434f3f[_0x56ba57(0x2ac)][_0x56ba57(0x1b6)]){const _0xdfaf4b=this['browserContext'][_0x56ba57(0x217)][_0x56ba57(0x204)](this[_0x56ba57(0x25e)]);this[_0x56ba57(0x25e)][_0x56ba57(0x217)]=async function(){const _0x443379=_0x56ba57,_0x4ff8e1=await _0xe4f91c[_0x443379(0x2ae)](_0xdfaf4b),_0xe3d54a=[];for(const _0x5367e6 of _0x4ff8e1){try{const _0x24e65f=await _0x5367e6[_0x443379(0x295)]();!_0x24e65f[_0x443379(0x231)](_0xe4f91c[_0x443379(0x1ae)])&&_0xe3d54a[_0x443379(0x265)](_0x5367e6);}catch(_0x5b39f7){_0xe3d54a[_0x443379(0x265)](_0x5367e6);}}return _0xe3d54a;};}if(!_0xe4f91c['QJYQC'](isBrowserstackInfra)){const _0x391aee=await this[_0x56ba57(0x2b1)]['url']();if(_0x391aee[_0x56ba57(0x231)](_0xe4f91c[_0x56ba57(0x1ae)])){const _0x1cb4cf=await this['browserContext'][_0x56ba57(0x217)]();this['_setPage'](_0x1cb4cf[0x0]);}}}catch(_0x559672){logger[_0x56ba57(0x24b)](_0x56ba57(0x292)+_0x559672[_0x56ba57(0x256)]+(_0x559672[_0x56ba57(0x23f)]?_0xe4f91c[_0x56ba57(0x254)](_0xe4f91c[_0x56ba57(0x22e)],_0x559672[_0x56ba57(0x23f)]):''));}};_0x32bc7a[_0x5952e0(0x1d4)](isBrowserstackInfra)&&await _0x32bc7a[_0x5952e0(0x273)](_0x313f20);await _0x4f7f83[_0x5952e0(0x22a)](this,arguments);!_0x32bc7a['gqhVL'](isBrowserstackInfra)&&await _0x32bc7a['lXuyj'](_0x313f20);try{_0x277776&&_0x32bc7a['emsIB'](typeof _0x277776[_0x5952e0(0x1ed)],_0x32bc7a[_0x5952e0(0x1e2)])&&await _0x277776[_0x5952e0(0x1ed)]();}catch(_0x4806b5){logger[_0x5952e0(0x24b)](_0x5952e0(0x277)+util['format'](_0x4806b5));}};},getCodeceptDriver=()=>{const _0x28e8d0=a1_0x168f78,_0x3e1eae={};_0x3e1eae['ODZDz']=_0x28e8d0(0x1e3),_0x3e1eae[_0x28e8d0(0x242)]=_0x28e8d0(0x1e5),_0x3e1eae[_0x28e8d0(0x27e)]=_0x28e8d0(0x27f),_0x3e1eae[_0x28e8d0(0x2af)]=_0x28e8d0(0x21f);const _0x32bf32=_0x3e1eae,_0x41feee=[_0x32bf32['ODZDz'],_0x32bf32[_0x28e8d0(0x242)],_0x32bf32['FmdfB'],_0x32bf32['UowBx']],_0x109018=_0x41feee['find'](_0x376d97=>!!CodeceptJS[_0x28e8d0(0x1e1)][_0x28e8d0(0x29f)](_0x376d97));if(!_0x109018)return null;return CodeceptJS['container'][_0x28e8d0(0x29f)](_0x109018);};module[a1_0x168f78(0x2a5)]=function(_0x4d374c){const _0x5209a1=a1_0x168f78,_0xf69d7a={'frULW':function(_0x491630,_0x5528fe){return _0x491630(_0x5528fe);},'IxWZB':function(_0x48dd65,_0xe7f1b5,_0x3f4c2c){return _0x48dd65(_0xe7f1b5,_0x3f4c2c);},'wJcWe':'getAccessibilityResultsSummary','omRWW':_0x5209a1(0x29e),'IeVbe':_0x5209a1(0x28b),'gxhZU':_0x5209a1(0x247),'bfwlD':'hook-started','nPKVV':_0x5209a1(0x214),'pFRNh':function(_0x1feb8f,_0x166763,_0x29e1f6){return _0x1feb8f(_0x166763,_0x29e1f6);},'SzOFj':function(_0x26adda,_0x592533,_0x2fdd59){return _0x26adda(_0x592533,_0x2fdd59);},'EVlUs':_0x5209a1(0x2a4),'fKtcQ':_0x5209a1(0x20c),'aVLur':function(_0x2cbc46){return _0x2cbc46();},'HOeTx':_0x5209a1(0x1c2),'SyEcY':function(_0x519846){return _0x519846();},'hqPet':function(_0x207e77,_0x3d335d){return _0x207e77(_0x3d335d);},'OToNu':function(_0x15d6a5,_0x2a51ce,_0x860968){return _0x15d6a5(_0x2a51ce,_0x860968);},'OtMHt':function(_0x17e91b,_0x32132e){return _0x17e91b(_0x32132e);},'XENYa':_0x5209a1(0x1b9),'VwSMx':function(_0x23836d,_0x269fe0,_0x22596f){return _0x23836d(_0x269fe0,_0x22596f);},'lwWLE':function(_0x2c4cb8,_0x521a0e,_0x35ddfb){return _0x2c4cb8(_0x521a0e,_0x35ddfb);},'cZYFj':_0x5209a1(0x2a6),'RCYEJ':function(_0x1abb78,_0x1478c2,_0x7dfb22,_0x36a487){return _0x1abb78(_0x1478c2,_0x7dfb22,_0x36a487);},'CBTBa':function(_0x5ced5e,_0x5300f1){return _0x5ced5e===_0x5300f1;},'Lccim':_0x5209a1(0x1b2),'TjTYS':'test-failed','DPTEN':_0x5209a1(0x1c6),'frlPe':_0x5209a1(0x218),'BPIvh':_0x5209a1(0x20e),'vzQDR':function(_0x20bebf,_0x5c4957,_0x22fb38){return _0x20bebf(_0x5c4957,_0x22fb38);},'SMRmj':function(_0x4ee268){return _0x4ee268();},'YdNyC':_0x5209a1(0x2b6),'jymMO':_0x5209a1(0x24d),'WILLC':_0x5209a1(0x26e),'kQTSb':_0x5209a1(0x267),'cTazX':_0x5209a1(0x1c0),'dcmzL':'bddStep-before','iaRKM':_0x5209a1(0x1ff),'YCiXs':function(_0x1e0938){return _0x1e0938();},'dIPbf':'Playwright'};_0x4d374c[_0x5209a1(0x1d8)]&&(global[_0x5209a1(0x1df)]=_0x4d374c[_0x5209a1(0x1d8)]);PerformanceTester[_0x5209a1(0x224)]();const _0x2769e2=_0xf69d7a[_0x5209a1(0x1c7)](getCodeceptDriver),_0x347d20=new O11yHelper(_0x2769e2,_0x4d374c),_0x23f381=!!CodeceptJS[_0x5209a1(0x1e1)][_0x5209a1(0x29f)](_0xf69d7a[_0x5209a1(0x2a1)]);global[_0x5209a1(0x1ad)]=_0x2769e2;_0x2769e2&&(PerformanceTester[_0x5209a1(0x1e0)](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x15c6b1=_0x5209a1;_0x23f381?_0xf69d7a[_0x15c6b1(0x1c8)](patchPlaywrightBefore,_0x347d20):_0xf69d7a[_0x15c6b1(0x2b4)](patchWebDriverBefore,_0x2769e2,_0x347d20);})(),PerformanceTester[_0x5209a1(0x1e0)](PerformanceEvents[_0x5209a1(0x1d6)],()=>{const _0x3ffcdb=_0x5209a1;_0x2769e2[_0x3ffcdb(0x276)]=async()=>{const _0x5a71c9=_0x3ffcdb;if(global[_0x5a71c9(0x1b0)]){const _0x38f822={};return _0x38f822[_0x5a71c9(0x297)]=_0xf69d7a[_0x5a71c9(0x260)],await PerformanceTester[_0x5a71c9(0x1e0)](PerformanceA11yEvents[_0x5a71c9(0x22f)],async()=>{const _0x285fc9=_0x5a71c9;return await AccessibilityHelper[_0x285fc9(0x285)](_0x2769e2,scripts[_0x285fc9(0x1f6)]);},_0x38f822)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x5a71c9(0x210)],async()=>{const _0x10916f=_0x5a71c9;return await AccessibilityHelper[_0x10916f(0x285)](_0x2769e2,scripts[_0x10916f(0x1cf)]);})();}return logger[_0x5a71c9(0x2c1)](_0xf69d7a[_0x5a71c9(0x29a)]),{};},_0x2769e2[_0x3ffcdb(0x28b)]=async()=>{const _0x996974=_0x3ffcdb;if(global[_0x996974(0x1b0)]){const _0x2fc654={};return _0x2fc654[_0x996974(0x297)]=_0xf69d7a[_0x996974(0x289)],await PerformanceTester[_0x996974(0x1e0)](PerformanceA11yEvents[_0x996974(0x22f)],async()=>{const _0xdddcfa=_0x996974;return await AccessibilityHelper[_0xdddcfa(0x285)](_0x2769e2,scripts[_0xdddcfa(0x1f6)]);},_0x2fc654)(),await PerformanceTester[_0x996974(0x1e0)](PerformanceA11yEvents['GET_RESULTS'],async()=>{const _0x189f3a=_0x996974;return await AccessibilityHelper[_0x189f3a(0x285)](_0x2769e2,scripts[_0x189f3a(0x22d)]);})();}return logger[_0x996974(0x2c1)](_0xf69d7a[_0x996974(0x22b)]),{};},_0xf69d7a[_0x3ffcdb(0x1c8)](patchSaveScreenshot,_0x2769e2);})());CodeceptJS[_0x5209a1(0x1c5)][_0x5209a1(0x226)]['on'](CodeceptJS[_0x5209a1(0x1c5)]['all'][_0x5209a1(0x259)],()=>{const _0x5714b2=_0x5209a1;PerformanceTester[_0x5714b2(0x2b2)](PerformanceEvents[_0x5714b2(0x1c9)]);try{_0x347d20[_0x5714b2(0x2b2)](),testOpsHelper['addRequestSpy'](),PerformanceTester[_0x5714b2(0x271)](PerformanceEvents[_0x5714b2(0x1c9)]);}catch(_0x53b85c){PerformanceTester[_0x5714b2(0x26f)](_0x53b85c),PerformanceTester[_0x5714b2(0x271)](PerformanceEvents['SDK_PRE_TEST'],![],_0x53b85c);}}),CodeceptJS[_0x5209a1(0x1c5)][_0x5209a1(0x226)]['on'](CodeceptJS[_0x5209a1(0x1c5)][_0x5209a1(0x241)][_0x5209a1(0x261)],async()=>{const _0x31c081=_0x5209a1;PerformanceTester[_0x31c081(0x2b2)](PerformanceEvents[_0x31c081(0x2ab)]);try{requestSpy[_0x31c081(0x2a8)](),await _0x347d20['stop'](),PerformanceTester['end'](PerformanceEvents[_0x31c081(0x2ab)]);}catch(_0x46d48a){PerformanceTester[_0x31c081(0x26f)](_0x46d48a),PerformanceTester['end'](PerformanceEvents[_0x31c081(0x2ab)],![],_0x46d48a);}finally{PerformanceTester[_0x31c081(0x28a)]();}});const _0x14ebb8=(_0x3bc886,_0x2c9cd4)=>{const _0x284902=_0x5209a1;if(!_0x347d20)return;if(!_0x347d20[_0x284902(0x24a)]()){_0x347d20['bufferPendingHookEvent'](_0x3bc886,_0x2c9cd4);return;}CodeceptRecorder[_0x284902(0x1f4)](()=>_0x347d20[_0x284902(0x1cb)](_0x3bc886,_0x2c9cd4));};CodeceptJS['event']['dispatcher']['on'](CodeceptJS['event']['hook'][_0x5209a1(0x2a0)],_0xa78bae=>{const _0xd17219=_0x5209a1;PerformanceTester['start'](PerformanceEvents[_0xd17219(0x1b3)]);try{const _0xefd3fd=_0xa78bae[_0xd17219(0x2b8)][_0xd17219(0x2ba)],_0x16108a=_0x347d20[_0xd17219(0x2c0)](TEST_EVENTS['HOOK_RUN_STARTED'],_0xefd3fd);_0xf69d7a[_0xd17219(0x2b4)](_0x14ebb8,TEST_EVENTS[_0xd17219(0x257)],_0x16108a);const _0x209898={};_0x209898[_0xd17219(0x2bc)]=_0xf69d7a[_0xd17219(0x1c3)],PerformanceTester[_0xd17219(0x271)](PerformanceEvents[_0xd17219(0x1b3)],!![],null,_0x209898);}catch(_0x349352){const _0x391d36={};_0x391d36[_0xd17219(0x2bc)]=_0xf69d7a[_0xd17219(0x1c3)],PerformanceTester['end'](PerformanceEvents[_0xd17219(0x1b3)],![],_0x349352,_0x391d36),PerformanceTester[_0xd17219(0x26f)](_0x349352);}}),CodeceptJS[_0x5209a1(0x1c5)][_0x5209a1(0x226)]['on'](CodeceptJS['event'][_0x5209a1(0x1c4)][_0x5209a1(0x281)],_0x45ac91=>{const _0xfee495=_0x5209a1,_0x41c3d6={};_0x41c3d6['hookType']=_0xf69d7a[_0xfee495(0x1f7)],PerformanceTester['start'](PerformanceHookEvents[_0xfee495(0x1b3)],!![],null,_0x41c3d6);try{const _0x1b95ab=_0x45ac91[_0xfee495(0x2b8)][_0xfee495(0x2ba)],_0x9147a3=_0x347d20[_0xfee495(0x2c0)](TEST_EVENTS[_0xfee495(0x275)],_0x1b95ab);_0xf69d7a[_0xfee495(0x240)](_0x14ebb8,TEST_EVENTS['HOOK_RUN_FINISHED'],_0x9147a3);const _0x1203ab={};_0x1203ab['hookType']=_0xf69d7a[_0xfee495(0x1f7)],PerformanceTester['end'](PerformanceHookEvents[_0xfee495(0x1b3)],!![],null,_0x1203ab);}catch(_0x1ea807){PerformanceTester['captureError'](_0x1ea807);const _0x11e530={};_0x11e530['hookType']=_0xf69d7a[_0xfee495(0x1f7)],PerformanceTester[_0xfee495(0x271)](PerformanceHookEvents[_0xfee495(0x1b3)],![],_0x1ea807,_0x11e530);}}),CodeceptJS[_0x5209a1(0x1c5)][_0x5209a1(0x226)]['on'](CodeceptJS[_0x5209a1(0x1c5)]['hook']['failed'],async(_0x4e6446,_0x4448d4)=>{const _0x263c95=_0x5209a1;PerformanceTester['start'](PerformanceHookEvents[_0x263c95(0x1b3)]);try{const _0x3f353a=_0x4e6446['ctx'][_0x263c95(0x2ba)],_0x56ace4=_0x347d20[_0x263c95(0x2c0)](TEST_EVENTS[_0x263c95(0x275)],_0x3f353a,_0x4448d4);_0xf69d7a[_0x263c95(0x2a7)](_0x14ebb8,TEST_EVENTS[_0x263c95(0x275)],_0x56ace4);const _0x39f443={};_0x39f443['hookType']=_0xf69d7a[_0x263c95(0x21d)],PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x39f443);}catch(_0x5c8bb4){PerformanceTester[_0x263c95(0x26f)](_0x5c8bb4);const _0x3039b4={};_0x3039b4[_0x263c95(0x2bc)]=_0xf69d7a[_0x263c95(0x21d)],PerformanceTester[_0x263c95(0x271)](PerformanceHookEvents[_0x263c95(0x1b3)],![],_0x5c8bb4,_0x3039b4);}const _0x294b46={};_0x294b46[_0x263c95(0x2bc)]=_0xf69d7a['EVlUs'],PerformanceTester['end'](PerformanceHookEvents[_0x263c95(0x1b3)],!![],null,_0x294b46);}),CodeceptJS[_0x5209a1(0x1c5)]['dispatcher']['on'](CodeceptJS[_0x5209a1(0x1c5)][_0x5209a1(0x2ba)][_0x5209a1(0x259)],_0x2ba497=>{const _0x12b7a7=_0x5209a1;PerformanceTester[_0x12b7a7(0x2b2)](PerformanceHookEvents[_0x12b7a7(0x1b3)]);try{globals[_0x12b7a7(0x207)](_0xf69d7a[_0x12b7a7(0x26c)],_0x2ba497[_0x12b7a7(0x29d)]);_0xf69d7a[_0x12b7a7(0x202)](isBrowserstackInfra)&&(_0x23f381&&(global[_0x12b7a7(0x2bb)]={'currentTest':{'name':_0x2ba497[_0x12b7a7(0x29d)],'testInfo':{'titlePath':_0x2ba497[_0x12b7a7(0x2b3)]()}}}));const _0x348f7d={};_0x348f7d['hookType']=_0xf69d7a[_0x12b7a7(0x2bd)],PerformanceTester['end'](PerformanceHookEvents[_0x12b7a7(0x1b3)],!![],null,_0x348f7d);}catch(_0x283972){PerformanceTester[_0x12b7a7(0x26f)](_0x283972);const _0x3b2f19={};_0x3b2f19[_0x12b7a7(0x2bc)]=_0xf69d7a[_0x12b7a7(0x2bd)],PerformanceTester[_0x12b7a7(0x271)](PerformanceHookEvents[_0x12b7a7(0x1b3)],![],_0x283972,_0x3b2f19);}}),CodeceptJS[_0x5209a1(0x1c5)]['dispatcher']['on'](CodeceptJS['event'][_0x5209a1(0x2ba)]['started'],_0x54cf97=>{const _0x20698d=_0x5209a1;PerformanceTester[_0x20698d(0x2b2)](PerformanceHookEvents[_0x20698d(0x1b3)]);try{globals['setGlobal'](_0xf69d7a[_0x20698d(0x26c)],_0x54cf97['title']);const _0x289968=_0x347d20[_0x20698d(0x2c0)](TEST_EVENTS['TEST_RUN_STARTED'],_0x54cf97);CodeceptRecorder['add'](()=>_0x347d20['flushPendingHookEvents']()),CodeceptRecorder[_0x20698d(0x1f4)](()=>_0x347d20[_0x20698d(0x1cb)](TEST_EVENTS[_0x20698d(0x1f9)],_0x289968)),CodeceptRecorder[_0x20698d(0x1f4)](async()=>{const _0x1b69e4=_0x20698d;_0xf69d7a[_0x1b69e4(0x1cc)](isBrowserstackInfra)&&(!_0xf69d7a[_0x1b69e4(0x2be)](isTrue,_0x4d374c[_0x1b69e4(0x205)])&&await _0xf69d7a[_0x1b69e4(0x222)](markSessionName,_0x2769e2,_0x54cf97[_0x1b69e4(0x29d)]),_0x347d20[_0x1b69e4(0x1be)]&&await _0xf69d7a[_0x1b69e4(0x263)](o11ySync,_0x2769e2));});}catch(_0x5582ad){const _0x3652a1={};_0x3652a1[_0x20698d(0x2bc)]=_0xf69d7a[_0x20698d(0x284)],PerformanceTester[_0x20698d(0x271)](PerformanceHookEvents['SDK_HOOK'],![],_0x5582ad,_0x3652a1),PerformanceTester[_0x20698d(0x26f)](_0x5582ad);}const _0x10caa8={};_0x10caa8[_0x20698d(0x2bc)]=_0xf69d7a[_0x20698d(0x284)],PerformanceTester[_0x20698d(0x271)](PerformanceHookEvents[_0x20698d(0x1b3)],!![],null,_0x10caa8);}),CodeceptJS[_0x5209a1(0x1c5)][_0x5209a1(0x226)]['on'](CodeceptJS[_0x5209a1(0x1c5)]['test']['passed'],_0x1a27c5=>{const _0x477c67=_0x5209a1,_0x1e5346={'YrAmF':function(_0x4d9bef,_0x2d1765,_0x1d46c1){const _0x5d471e=a1_0x4c04;return _0xf69d7a[_0x5d471e(0x233)](_0x4d9bef,_0x2d1765,_0x1d46c1);},'tEoud':function(_0x230aaf,_0x44d2eb,_0x96044d){const _0x17b72b=a1_0x4c04;return _0xf69d7a[_0x17b72b(0x26a)](_0x230aaf,_0x44d2eb,_0x96044d);}};PerformanceTester[_0x477c67(0x2b2)](PerformanceHookEvents[_0x477c67(0x1b3)]);try{const _0x14eb3b=_0x347d20[_0x477c67(0x2c0)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x1a27c5);CodeceptRecorder[_0x477c67(0x1f4)](()=>_0x347d20[_0x477c67(0x1cb)](TEST_EVENTS[_0x477c67(0x1d0)],_0x14eb3b)),CodeceptRecorder[_0x477c67(0x1f4)](async()=>{const _0x133003=_0x477c67;_0xf69d7a[_0x133003(0x1cc)](isBrowserstackInfra)&&await PerformanceTester['measureWrapper'](PerformanceAutEvents[_0x133003(0x299)],async()=>{const _0x53d7ab=_0x133003;_0x23f381?await _0x1e5346[_0x53d7ab(0x229)](playwrightMarkSessionStatus,_0x2769e2,STATE_PASSED):await _0x1e5346[_0x53d7ab(0x239)](markSessionStatus,_0x2769e2,STATE_PASSED);})();}),PerformanceTester[_0x477c67(0x271)](PerformanceEvents[_0x477c67(0x266)]);}catch(_0x3fafc3){PerformanceTester[_0x477c67(0x26f)](_0x3fafc3);const _0x41820b={};_0x41820b[_0x477c67(0x2bc)]=_0xf69d7a['cZYFj'],PerformanceTester[_0x477c67(0x271)](PerformanceHookEvents[_0x477c67(0x1b3)],![],_0x3fafc3,_0x41820b),PerformanceTester[_0x477c67(0x271)](PerformanceEvents[_0x477c67(0x266)],![],_0x3fafc3);}const _0x3ee92f={};_0x3ee92f[_0x477c67(0x2bc)]=_0xf69d7a[_0x477c67(0x1fb)],PerformanceTester[_0x477c67(0x271)](PerformanceHookEvents[_0x477c67(0x1b3)],!![],null,_0x3ee92f);}),CodeceptJS[_0x5209a1(0x1c5)]['dispatcher']['on'](CodeceptJS[_0x5209a1(0x1c5)]['test'][_0x5209a1(0x209)],(_0x4b7155,_0x46ce21)=>{const _0x280008=_0x5209a1;PerformanceTester[_0x280008(0x2b2)](PerformanceHookEvents[_0x280008(0x1b3)]);try{if(_0xf69d7a[_0x280008(0x2b9)](_0x4b7155[_0x280008(0x250)][_0x280008(0x1c1)],_0xf69d7a[_0x280008(0x1ec)])){const _0x3d39f4=_0x347d20[_0x280008(0x2c0)](TEST_EVENTS[_0x280008(0x223)],_0x4b7155[_0x280008(0x2b8)][_0x280008(0x1f2)]);CodeceptRecorder['add'](()=>_0x347d20['fireEvent'](TEST_EVENTS[_0x280008(0x223)],_0x3d39f4));}else{const _0x24360d=_0x347d20['captureEvent'](TEST_EVENTS[_0x280008(0x1d0)],_0x4b7155,_0x46ce21);CodeceptRecorder[_0x280008(0x1f4)](()=>{const _0x40d18d=_0x280008;try{_0x347d20[_0x40d18d(0x1cb)](TEST_EVENTS[_0x40d18d(0x1d0)],_0x24360d);}catch(_0x2a16bd){logger[_0x40d18d(0x24b)](_0x40d18d(0x1d2)+util[_0x40d18d(0x228)](_0x2a16bd)),PerformanceTester[_0x40d18d(0x271)](PerformanceEvents['SDK_TEST'],![],_0x2a16bd);}}),CodeceptRecorder[_0x280008(0x1f4)](async()=>{const _0x28d903=_0x280008;try{_0xf69d7a[_0x28d903(0x202)](isBrowserstackInfra)&&(_0x23f381?await _0xf69d7a[_0x28d903(0x215)](playwrightMarkSessionStatus,_0x2769e2,STATE_FAILED,_0x46ce21):await _0xf69d7a[_0x28d903(0x215)](markSessionStatus,_0x2769e2,STATE_FAILED,_0x46ce21));}catch(_0x423f9e){logger[_0x28d903(0x24b)](_0x28d903(0x26d)+util['format'](_0x423f9e)),PerformanceTester[_0x28d903(0x271)](PerformanceEvents[_0x28d903(0x266)],![],_0x423f9e);}});}PerformanceTester[_0x280008(0x271)](PerformanceEvents[_0x280008(0x266)]);}catch(_0xc84eb3){PerformanceTester[_0x280008(0x26f)](_0xc84eb3);const _0x334f43={};_0x334f43[_0x280008(0x2bc)]=_0xf69d7a[_0x280008(0x1bc)],PerformanceTester[_0x280008(0x271)](PerformanceHookEvents[_0x280008(0x1b3)],![],_0xc84eb3,_0x334f43),PerformanceTester['end'](PerformanceEvents[_0x280008(0x266)],![],_0xc84eb3);}const _0x97f954={};_0x97f954[_0x280008(0x2bc)]=_0xf69d7a[_0x280008(0x1bc)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x97f954);}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x5209a1(0x1c5)]['test'][_0x5209a1(0x253)],_0x2f0d3d=>{const _0x5985a5=_0x5209a1;PerformanceTester[_0x5985a5(0x2b2)](PerformanceHookEvents['SDK_HOOK']);try{const _0x396880=_0x347d20[_0x5985a5(0x2c0)](TEST_EVENTS[_0x5985a5(0x223)],_0x2f0d3d);CodeceptRecorder[_0x5985a5(0x1f4)](()=>_0x347d20[_0x5985a5(0x1cb)](TEST_EVENTS[_0x5985a5(0x223)],_0x396880)),PerformanceTester['end'](PerformanceEvents[_0x5985a5(0x266)]);}catch(_0x5a4f35){PerformanceTester[_0x5985a5(0x26f)](_0x5a4f35),PerformanceTester[_0x5985a5(0x271)](PerformanceEvents['SDK_TEST'],![],_0x5a4f35);const _0x2f3a9c={};_0x2f3a9c[_0x5985a5(0x2bc)]=_0xf69d7a['DPTEN'],PerformanceTester[_0x5985a5(0x271)](PerformanceHookEvents[_0x5985a5(0x1b3)],![],_0x5a4f35,_0x2f3a9c);}const _0x38af77={};_0x38af77[_0x5985a5(0x2bc)]=_0xf69d7a[_0x5985a5(0x298)],PerformanceTester[_0x5985a5(0x271)](PerformanceHookEvents[_0x5985a5(0x1b3)],!![],null,_0x38af77);}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x5209a1(0x1c5)][_0x5209a1(0x2ba)][_0x5209a1(0x261)],async(_0x20e762,_0x45a441)=>{const _0x5ddce1=_0x5209a1,_0x51af5b={};_0x51af5b[_0x5ddce1(0x2a9)]=_0xf69d7a['frlPe'],_0x51af5b[_0x5ddce1(0x225)]=_0xf69d7a[_0x5ddce1(0x20b)];const _0x35ae3a=_0x51af5b;try{PerformanceTester[_0x5ddce1(0x2b2)](PerformanceHookEvents[_0x5ddce1(0x1b3)]);const _0x1149aa=_0xf69d7a[_0x5ddce1(0x243)](shouldScanTestForAccessibility,_0x20e762['titlePath'](),!![]);if(_0xf69d7a['SMRmj'](isAccessibilityAutomationSession)&&global[_0x5ddce1(0x1b0)]&&_0x1149aa){const _0x3dcfbe={};_0x3dcfbe[_0x5ddce1(0x1f5)]=_0x20e762[_0x5ddce1(0x1ce)],_0x3dcfbe['thBuildUuid']=process[_0x5ddce1(0x2a3)][testHubConstants['ENV_VAR'][_0x5ddce1(0x27c)]],_0x3dcfbe[_0x5ddce1(0x25f)]=process[_0x5ddce1(0x2a3)][testHubConstants[_0x5ddce1(0x246)]['BROWSERSTACK_TESTHUB_JWT']];const _0x18b266=_0x3dcfbe;logger['debug'](_0x5ddce1(0x28e)+JSON[_0x5ddce1(0x235)](_0x18b266)),CodeceptRecorder[_0x5ddce1(0x1f4)](async()=>{const _0x5a7dfc=_0x5ddce1,_0xcd0b54={};_0xcd0b54[_0x5a7dfc(0x297)]=_0x35ae3a[_0x5a7dfc(0x2a9)],await PerformanceTester[_0x5a7dfc(0x1e0)](PerformanceA11yEvents[_0x5a7dfc(0x22f)],async()=>{const _0x135999=_0x5a7dfc;await AccessibilityHelper[_0x135999(0x285)](_0x2769e2,scripts[_0x135999(0x1f6)]);},_0xcd0b54)(),globals['getGlobal'](_0x35ae3a[_0x5a7dfc(0x225)])&&(_0x18b266['is_mobile_session']=!![]),await PerformanceTester[_0x5a7dfc(0x1e0)](PerformanceA11yEvents[_0x5a7dfc(0x248)],async()=>{const _0x172eee=_0x5a7dfc;await AccessibilityHelper[_0x172eee(0x285)](_0x2769e2,scripts[_0x172eee(0x28f)],_0x18b266);})();}),logger['info'](_0xf69d7a[_0x5ddce1(0x227)]);}const _0x1a8fe6={};_0x1a8fe6[_0x5ddce1(0x2bc)]=_0xf69d7a['jymMO'],PerformanceTester['end'](PerformanceHookEvents[_0x5ddce1(0x1b3)],!![],null,_0x1a8fe6);}catch(_0x2fd3f3){PerformanceTester[_0x5ddce1(0x26f)](_0x2fd3f3);const _0x44cb2e={};_0x44cb2e[_0x5ddce1(0x2bc)]=_0xf69d7a[_0x5ddce1(0x25c)],PerformanceTester['end'](PerformanceHookEvents[_0x5ddce1(0x1b3)],![],_0x2fd3f3,_0x44cb2e);}}),CodeceptJS[_0x5209a1(0x1c5)][_0x5209a1(0x226)]['on'](CodeceptJS['event'][_0x5209a1(0x208)]['comment'],_0x16bc13=>{const _0x2dd73d=_0x5209a1;PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{process[_0x2dd73d(0x264)](_0x2dd73d(0x1da)+process[_0x2dd73d(0x1fd)],{'timestamp':new Date()[_0x2dd73d(0x288)](),'level':_0xf69d7a[_0x2dd73d(0x220)],'message':_0x16bc13,'kind':_0xf69d7a[_0x2dd73d(0x23e)],'http_response':{}});}catch(_0x40577e){PerformanceTester[_0x2dd73d(0x26f)](_0x40577e);const _0x2bd92c={};_0x2bd92c[_0x2dd73d(0x2bc)]=_0xf69d7a[_0x2dd73d(0x244)],PerformanceTester[_0x2dd73d(0x271)](PerformanceHookEvents['SDK_HOOK'],![],_0x40577e,_0x2bd92c);}const _0x288c55={};_0x288c55['hookType']=_0xf69d7a[_0x2dd73d(0x244)],PerformanceTester[_0x2dd73d(0x271)](PerformanceHookEvents[_0x2dd73d(0x1b3)],!![],null,_0x288c55);}),CodeceptJS[_0x5209a1(0x1c5)]['dispatcher']['on'](CodeceptJS['event']['bddStep'][_0x5209a1(0x259)],_0x4aee13=>{const _0x1176dc=_0x5209a1,_0x1143fc={};_0x1143fc[_0x1176dc(0x2bc)]=_0xf69d7a['dcmzL'],PerformanceTester[_0x1176dc(0x1e0)](PerformanceHookEvents[_0x1176dc(0x1b3)],()=>{const _0x491f13=_0x1176dc;_0x347d20[_0x491f13(0x287)](_0x4aee13);},_0x1143fc)();}),CodeceptJS[_0x5209a1(0x1c5)][_0x5209a1(0x226)]['on'](CodeceptJS[_0x5209a1(0x1c5)][_0x5209a1(0x25a)][_0x5209a1(0x261)],_0x4fb3f8=>{const _0x460b31=_0x5209a1,_0x3169b5={};_0x3169b5[_0x460b31(0x2bc)]=_0xf69d7a[_0x460b31(0x238)],PerformanceTester['measureWrapper'](PerformanceHookEvents['SDK_HOOK'],()=>{_0x347d20['bddStepFinish'](_0x4fb3f8);},_0x3169b5)();});};
1
+ const a1_0x1884b1=a1_0x2a3c;(function(_0x95322f,_0xfec310){const _0x281b6e=a1_0x2a3c,_0x3bf52a=_0x95322f();while(!![]){try{const _0x1e46ec=parseInt(_0x281b6e(0x28b))/0x1+-parseInt(_0x281b6e(0x29a))/0x2+parseInt(_0x281b6e(0x20e))/0x3+-parseInt(_0x281b6e(0x2ad))/0x4*(parseInt(_0x281b6e(0x25a))/0x5)+-parseInt(_0x281b6e(0x28a))/0x6*(parseInt(_0x281b6e(0x1c3))/0x7)+-parseInt(_0x281b6e(0x1d4))/0x8+-parseInt(_0x281b6e(0x22f))/0x9*(-parseInt(_0x281b6e(0x223))/0xa);if(_0x1e46ec===_0xfec310)break;else _0x3bf52a['push'](_0x3bf52a['shift']());}catch(_0x55a4e4){_0x3bf52a['push'](_0x3bf52a['shift']());}}}(a1_0x413b,0xa83d5));const fs=require('fs'),util=require(a1_0x1884b1(0x235)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x1884b1(0x259)),logger=require(a1_0x1884b1(0x1e6))['winstonLogger'],testOpsHelper=require(a1_0x1884b1(0x287)),requestSpy=require(a1_0x1884b1(0x1ae)),PlaywrightSessionDetails=require(a1_0x1884b1(0x295)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require('./o11yHelper'),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x1884b1(0x1d2)),AccessibilityHelper=require('../../bin/playwright/accessibility-helper'),scripts=require('../../helpers/accessibility-automation/scripts'),PerformanceTester=require(a1_0x1884b1(0x277)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x1884b1(0x2ab)),{processWebDriverConfig,shouldPatchExecuteScript}=require('./helper.js'),testHubConstants=require(a1_0x1884b1(0x1b4)),globals=require('../../helpers/globals.js'),CodeceptJS=requireModule(a1_0x1884b1(0x267),'codeceptjs'),CodeceptUtils=requireModule('codeceptjs/lib/utils.js',a1_0x1884b1(0x1b8)),CodeceptWebDriver=requireModule('codeceptjs/lib/helper/WebDriver.js',a1_0x1884b1(0x1b8)),CodeceptRecorder=requireModule(a1_0x1884b1(0x26b),a1_0x1884b1(0x1b8)),CodeceptPlaywright=requireModule(a1_0x1884b1(0x27d),a1_0x1884b1(0x1b8));try{require(a1_0x1884b1(0x203))['installAll'](a1_0x1884b1(0x1b8));}catch(a1_0x5dc482){logger['debug'](a1_0x1884b1(0x29e)+(a1_0x5dc482&&a1_0x5dc482[a1_0x1884b1(0x205)]));}const playwrightMarkSessionStatus=(_0xe3d335,_0x22f858,_0xb3a157)=>{const _0x174d27=a1_0x1884b1,_0x53d471={'CnYfB':_0x174d27(0x207),'qoSPd':function(_0x3ae5d6,_0x3faf7b){return _0x3ae5d6(_0x3faf7b);}},_0x2d116b={};_0x2d116b['status']=_0x22f858;const _0x204830={};_0x204830[_0x174d27(0x236)]=_0x53d471[_0x174d27(0x28d)],_0x204830[_0x174d27(0x22b)]=_0x2d116b;const _0x370cba=_0x204830;return!_0x53d471[_0x174d27(0x1fb)](isUndefined,_0xb3a157)&&(_0x370cba[_0x174d27(0x22b)]['reason']=JSON['stringify'](_0xb3a157)),_0xe3d335['executeScript'](()=>{},_0x174d27(0x283)+JSON[_0x174d27(0x1ce)](_0x370cba));},o11ySync=PerformanceTester[a1_0x1884b1(0x216)](PerformanceO11yEvents[a1_0x1884b1(0x237)],async _0x16d310=>{const _0x1074a8=a1_0x1884b1,_0x1b372a={};_0x1b372a[_0x1074a8(0x20d)]=function(_0xcf390b,_0x188162){return _0xcf390b===_0x188162;},_0x1b372a[_0x1074a8(0x296)]=_0x1074a8(0x1e7);const _0x270124=_0x1b372a;_0x270124[_0x1074a8(0x20d)](_0x16d310[_0x1074a8(0x208)][_0x1074a8(0x26e)],_0x270124[_0x1074a8(0x296)])?await _0x16d310[_0x1074a8(0x1f7)](_0xe68413=>{},testOpsHelper[_0x1074a8(0x248)]()):await _0x16d310[_0x1074a8(0x1f7)](testOpsHelper['getSyncScript']());}),markSessionName=PerformanceTester[a1_0x1884b1(0x216)](PerformanceAutEvents[a1_0x1884b1(0x19e)],async(_0x59a2a3,_0x4879a1)=>{const _0x7eb073=a1_0x1884b1,_0xd5e6bd={};_0xd5e6bd['ykAuJ']=_0x7eb073(0x1bf),_0xd5e6bd[_0x7eb073(0x230)]=function(_0x30a0c7,_0x7c2fb1){return _0x30a0c7===_0x7c2fb1;},_0xd5e6bd[_0x7eb073(0x272)]=_0x7eb073(0x1e7);const _0x44d100=_0xd5e6bd,_0xe18aee={};_0xe18aee[_0x7eb073(0x26e)]=_0x4879a1;const _0x24f1a9={};_0x24f1a9[_0x7eb073(0x236)]=_0x44d100[_0x7eb073(0x2a6)],_0x24f1a9[_0x7eb073(0x22b)]=_0xe18aee;const _0x31cbaa=_0x24f1a9;_0x44d100[_0x7eb073(0x230)](_0x59a2a3['constructor'][_0x7eb073(0x26e)],_0x44d100[_0x7eb073(0x272)])?await _0x59a2a3[_0x7eb073(0x1f7)](()=>{},_0x7eb073(0x283)+JSON[_0x7eb073(0x1ce)](_0x31cbaa)):await _0x59a2a3[_0x7eb073(0x1f7)](_0x7eb073(0x283)+JSON[_0x7eb073(0x1ce)](_0x31cbaa));}),patchSaveScreenshot=_0x37dd95=>{const _0x315b8=a1_0x1884b1,_0x1bdad0={'JtLux':_0x315b8(0x220),'qEyVi':_0x315b8(0x1a2),'FaUyr':function(_0x57bf69){return _0x57bf69();},'oHwmd':function(_0x9ab61e,_0x15990a){return _0x9ab61e(_0x15990a);},'ELBPF':_0x315b8(0x226)};_0x1bdad0[_0x315b8(0x23c)](isTrue,process[_0x315b8(0x1ac)][_0x315b8(0x217)])&&!_0x37dd95[_0x315b8(0x2a4)]&&(_0x37dd95[_0x315b8(0x2a4)]=!![],_0x37dd95[_0x315b8(0x1b3)]=_0x37dd95[_0x315b8(0x1df)],_0x37dd95[_0x315b8(0x1df)]=(_0x2946d9,_0x17871a=![])=>{const _0x38fb86=_0x315b8,_0x27aecd={'kyHul':_0x1bdad0[_0x38fb86(0x269)],'Tzyrx':_0x1bdad0['qEyVi'],'Gxktg':function(_0x305715){const _0x5da002=_0x38fb86;return _0x1bdad0[_0x5da002(0x1c0)](_0x305715);},'hsAwr':function(_0xa53f,_0x4e64c3){return _0x1bdad0['oHwmd'](_0xa53f,_0x4e64c3);},'GVqYa':_0x1bdad0[_0x38fb86(0x1be)]};return new Promise(function(_0x388c82,_0x5d055c){const _0x357299=_0x38fb86;_0x37dd95['initSaveScreenshot'](_0x2946d9,_0x17871a)[_0x357299(0x1f0)](()=>{const _0x5435f1=_0x357299,_0x48e360=CodeceptUtils[_0x5435f1(0x262)](_0x2946d9);if(_0x48e360){const _0xb2340d=fs['readFileSync'](_0x48e360);process[_0x5435f1(0x1fa)]('bs:addLog:'+process['pid'],{'timestamp':new Date()[_0x5435f1(0x206)](),'message':_0xb2340d[_0x5435f1(0x29d)](_0x27aecd['kyHul']),'kind':_0x27aecd[_0x5435f1(0x219)]}),_0x27aecd['Gxktg'](_0x388c82);}_0x27aecd[_0x5435f1(0x1d6)](_0x5d055c,new Error(_0x27aecd[_0x5435f1(0x213)]));})[_0x357299(0x1a9)](()=>null);});});},patchWebDriverBefore=(_0x258b03,_0x9c071b)=>{const _0x312a99=a1_0x1884b1,_0x442834={'JQrPR':function(_0x204cfd){return _0x204cfd();},'nTfdP':function(_0x217f18,_0x29430d){return _0x217f18(_0x29430d);},'pIyur':function(_0x13cda7,_0x41006e){return _0x13cda7===_0x41006e;},'XASPa':_0x312a99(0x294),'gPZTL':_0x312a99(0x27a),'EuuLf':_0x312a99(0x25e),'uvtpn':function(_0x3e0611,_0x37508e){return _0x3e0611===_0x37508e;},'TbcPS':_0x312a99(0x20b)},_0x3d6e4b=async function(_0x63413,_0x19d72c){const _0x30f402=_0x312a99;_0x442834[_0x30f402(0x2a0)](isAccessibilityAutomationSession)&&!global[_0x30f402(0x29f)]&&global[_0x30f402(0x1c5)]&&scripts[_0x30f402(0x21e)](_0x63413[_0x30f402(0x26e)])&&_0x442834['nTfdP'](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x30f402(0x29f)]=!![],await PerformanceTester[_0x30f402(0x216)](PerformanceA11yEvents[_0x30f402(0x21a)],async()=>{const _0x4f59bd=_0x30f402;logger[_0x4f59bd(0x249)](_0x4f59bd(0x1e9)+_0x63413[_0x4f59bd(0x1c9)]+'\x20'+_0x63413['name']),await AccessibilityHelper[_0x4f59bd(0x256)](_0x258b03,scripts[_0x4f59bd(0x1a7)]);},{'command':_0x63413[_0x30f402(0x26e)]})());global['bstackAllyScanning']=![];const _0x2f01e2=JSON[_0x30f402(0x234)](process['env'][_0x30f402(0x1de)]||'{}');if(_0x442834[_0x30f402(0x273)](_0x2f01e2?.[_0x30f402(0x1eb)]?.[_0x30f402(0x26e)],_0x442834[_0x30f402(0x25f)])&&_0x442834['pIyur'](typeof _0x2f01e2?.[_0x30f402(0x1eb)]?.['version'],_0x442834[_0x30f402(0x1e5)])&&_0x2f01e2?.[_0x30f402(0x1eb)]?.[_0x30f402(0x1f4)][_0x30f402(0x279)]('7'))return _0x19d72c['apply'](null,Array[_0x30f402(0x1bd)][_0x30f402(0x250)]['call'](arguments,0x2));return _0x19d72c[_0x30f402(0x26d)](this,Array['prototype']['slice'][_0x30f402(0x27b)](arguments,0x2));},_0x2ff51f=CodeceptWebDriver[_0x312a99(0x1bd)][_0x312a99(0x297)];CodeceptWebDriver[_0x312a99(0x1bd)][_0x312a99(0x297)]=async function(){const _0x2b00fd=_0x312a99,_0x2e4946={'OkckN':function(_0x5ec782,_0x208df0){const _0x3c9e80=a1_0x2a3c;return _0x442834[_0x3c9e80(0x273)](_0x5ec782,_0x208df0);},'sxjwT':_0x442834[_0x2b00fd(0x285)]};try{await _0x2ff51f['apply'](this,arguments);}catch(_0x2bae0f){logger[_0x2b00fd(0x249)]('Failed\x20to\x20execute\x20_before:\x20'+util['format'](_0x2bae0f));}scripts[_0x2b00fd(0x19c)][_0x2b00fd(0x244)](_0x2f6d77=>_0x2f6d77[_0x2b00fd(0x26e)]&&_0x2f6d77[_0x2b00fd(0x1c9)])[_0x2b00fd(0x2ae)](_0x1f3255=>{const _0x4a035b=_0x2b00fd;this[_0x4a035b(0x292)][_0x4a035b(0x25c)](_0x1f3255[_0x4a035b(0x26e)],_0x3d6e4b[_0x4a035b(0x1e2)](this,_0x1f3255),_0x2e4946[_0x4a035b(0x1b5)](_0x1f3255[_0x4a035b(0x1c9)],_0x2e4946[_0x4a035b(0x1a5)]));}),_0x442834[_0x2b00fd(0x210)](processWebDriverConfig,_0x258b03);try{_0x9c071b&&_0x442834[_0x2b00fd(0x1e0)](typeof _0x9c071b[_0x2b00fd(0x1a0)],_0x442834[_0x2b00fd(0x20a)])&&await _0x9c071b[_0x2b00fd(0x1a0)]();}catch(_0x28effb){logger[_0x2b00fd(0x249)](_0x2b00fd(0x1f1)+util[_0x2b00fd(0x1dd)](_0x28effb));}};};function a1_0x413b(){const _0x51c55e=['UIWYc','before','../../helpers/accessibility-automation/helper','after','2519800EKEpzu','DzixT','hsAwr','warn','unltI','TEST_RUN_STARTED','devtools://','mUBLd','started','format','FRAMEWORK_DETAILS','saveScreenshot','uvtpn','nFMCo','bind','SDK_POST_TEST','JkRcn','gPZTL','../../helpers/logger','Playwright','helpers','Performing\x20scan\x20for\x20','TtYTE','testFramework','bufferPendingHookEvent','vaeJQ','end','pMrqm','then','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20_before:\x20','isMobilePlatform','tVITg','version','SESSION_STATUS','browserContext','executeScript','skipSessionStatus','WebDriver','emit','qoSPd','NpjyH','CnnaK','adVIM','QsfOm','domForge','stack','bddStep','../../helpers/driverInitErrorReporter','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','message','toISOString','setSessionStatus','constructor','pAICI','TbcPS','function','saveTestResults','HnRny','2127837JolrxK','hook','nTfdP','bddStepFinish','includes','GVqYa','SDK_HOOK','TestCafe','measureWrapper','BS_TESTOPS_ALLOW_SCREENSHOTS','titlePath','Tzyrx','PERFORM_SCAN','Exnqk','GPlPK','__skipSessionStatus','shouldWrapCommand','UJUUm','base64','TEST_RUN_FINISHED','ZKzlC','29830tyQeDp','config','comment','Screenshot\x20path\x20not\x20found','fqYUn','find','uWtTH','cGOrX','arguments','failed','FyqeP','getResultsSummary','828iNzAbp','qSJeZ','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20Playwright\x20_before:\x20','container','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','parse','util','action','SYNC','hook-passed','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','HYgAj','start','oHwmd','pvFsQ','page','UqXnF','BROWSERSTACK_TESTHUB_JWT','MEEow','step-comment','ctx','filter','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','yNlmo','HOOK_RUN_FINISHED','getSyncScript','debug','thJwtToken','RElqv','thBuildUuid','mNJOP','uoEyB','UJKjV','slice','skipSessionName','getGlobal','all','bOYng','afterTest','browserStackExecuteDriver','pNmBe','QMpfp','../../helpers/helper','110dqrRSY','passed','overwriteCommand','step','Element','XASPa','dispatcher','currentTest','screenshotOutputFolder','startMonitoring','hFwrg','BXHuS','args','codeceptjs/lib/index.js','title','JtLux','getAccessibilityResults','codeceptjs/lib/recorder.js','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','apply','name','test-started','\x0aStack:\x20','bddStep-before','bLmYf','pIyur','--auto-open-devtools-for-tabs','clVtN','chromium','../../helpers/performance/performance-tester','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','startsWith','string','call','skipped','codeceptjs/lib/helper/Playwright.js','pages','test-passed','hook-started','SAVE_RESULTS','VvFKd','browserstack_executor:\x20','MzZKJ','EuuLf','yrLuf','../../helpers/test-observability/utils','oepAp','GET_RESULTS','18kZCKVl','1044020CzrJIb','bs:addLog:','CnYfB','SDK_PRE_TEST','thTestRunUuid','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','command','browser','hook-failed','webdriverio','../../bin/playwright/sessionDetails','eJEVa','_before','push','Suite','411708BofrkO','HlBHe','bddStepStart','toString','driver-init\x20capture\x20install\x20failed:\x20','bstackAllyScanning','JQrPR','MwiCQ','patch','mRkzQ','patchSaveScreenshot','qquEI','ykAuJ','pid','yvMXE','restore','test-failed','../../helpers/performance/constants','test','82476kGPqyS','forEach','commandsToWrap','info','SESSION_NAME','LDvrG','flushPendingHookEvents','captureEvent','TEST_SCREENSHOT','bddStep-after','lCNcu','sxjwT','TEST_LOG','performScan','test-after','catch','sdwiO','lkMRB','env','HOOK_RUN_STARTED','../../helpers/request-spy','captureError','fireEvent','hasLiveDriverSession','uqmoS','initSaveScreenshot','../../helpers/testhub/constants.js','OkckN','getAccessibilityResultsSummary','TnvoR','codeceptjs','TEST_RUN_SKIPPED','hookType','__workerDetails','PlBdJ','prototype','ELBPF','setSessionName','FaUyr','ENV_VAR','setGlobal','849751sIyTxZ','test-before','accessibilityPlatform','event','GbhmF','browserstackTestName','class','SDK_TEST','a11y_core_config','mgGCA','stopMonitoring','stringify','add'];a1_0x413b=function(){return _0x51c55e;};return a1_0x413b();}function a1_0x2a3c(_0x679046,_0x5b3e83){const _0x413bc0=a1_0x413b();return a1_0x2a3c=function(_0x2a3c9f,_0x504894){_0x2a3c9f=_0x2a3c9f-0x19c;let _0x588474=_0x413bc0[_0x2a3c9f];return _0x588474;},a1_0x2a3c(_0x679046,_0x5b3e83);}function parseJwt(_0x55bffd){const _0x1f2c93=a1_0x1884b1,_0x1c4752={};_0x1c4752['NpjyH']=_0x1f2c93(0x220);const _0x19439a=_0x1c4752;if(!_0x55bffd)return null;return JSON[_0x1f2c93(0x234)](Buffer['from'](_0x55bffd['split']('.')[0x1],_0x19439a[_0x1f2c93(0x1fc)])[_0x1f2c93(0x29d)]());}const patchPlaywrightBefore=_0x3ce736=>{const _0x32a414=a1_0x1884b1,_0xf44db8={'QsfOm':function(_0x1ce484){return _0x1ce484();},'QMpfp':_0x32a414(0x1da),'yvMXE':_0x32a414(0x274),'pAICI':function(_0x4dd9d4){return _0x4dd9d4();},'bOYng':function(_0x1f0d5a,_0x2c6014){return _0x1f0d5a(_0x2c6014);},'LawbC':function(_0x441529,_0x4e4d19){return _0x441529+_0x4e4d19;},'UJKjV':_0x32a414(0x270),'YlVSG':function(_0xe633ee){return _0xe633ee();},'mgGCA':function(_0x473ca2){return _0x473ca2();},'VvFKd':function(_0x4a7979,_0x57103a){return _0x4a7979===_0x57103a;},'UqXnF':_0x32a414(0x20b)};PlaywrightSessionDetails[_0x32a414(0x2a2)]();const _0x3855a1=CodeceptPlaywright['prototype'][_0x32a414(0x297)];CodeceptPlaywright[_0x32a414(0x1bd)][_0x32a414(0x297)]=async function(){const _0x579f81=_0x32a414,_0x597f8e={'kzpht':function(_0x4869d2){const _0x19e810=a1_0x2a3c;return _0xf44db8[_0x19e810(0x1ff)](_0x4869d2);},'UJUUm':_0xf44db8[_0x579f81(0x258)],'MzZKJ':_0xf44db8[_0x579f81(0x2a8)],'OndrI':function(_0x46b583){const _0x4aa5e0=_0x579f81;return _0xf44db8[_0x4aa5e0(0x209)](_0x46b583);},'cGOrX':function(_0x40e00f,_0x43cb41){const _0x4195e8=_0x579f81;return _0xf44db8[_0x4195e8(0x254)](_0x40e00f,_0x43cb41);},'DzixT':function(_0x1f156b,_0x9ca6c9){return _0xf44db8['LawbC'](_0x1f156b,_0x9ca6c9);},'ffkGn':_0xf44db8[_0x579f81(0x24f)]};this[_0x579f81(0x1f6)]=await this['browser']['contexts']()[0x0];const _0x481ef4=async()=>{const _0x2df6fd=_0x579f81,_0x33a818={'GPlPK':function(_0x5bf8cf){return _0x597f8e['kzpht'](_0x5bf8cf);},'adVIM':_0x597f8e['UJUUm']},_0x400f8a=this[_0x2df6fd(0x224)]&&this[_0x2df6fd(0x224)][_0x2df6fd(0x276)]&&this[_0x2df6fd(0x224)][_0x2df6fd(0x276)][_0x2df6fd(0x266)]&&Array['isArray'](this[_0x2df6fd(0x224)][_0x2df6fd(0x276)][_0x2df6fd(0x266)])&&this[_0x2df6fd(0x224)]['chromium']['args'][_0x2df6fd(0x212)](_0x597f8e[_0x2df6fd(0x284)]);if(_0x597f8e['OndrI'](isAccessibilityAutomationSession)&&!_0x400f8a)try{const _0x29e74a=_0x597f8e[_0x2df6fd(0x22a)](parseJwt,process['env']['BS_A11Y_JWT']);if(_0x29e74a&&_0x29e74a['a11y_core_config']&&_0x29e74a[_0x2df6fd(0x1cb)][_0x2df6fd(0x200)]){const _0x242fc6=this['browserContext'][_0x2df6fd(0x27e)]['bind'](this[_0x2df6fd(0x1f6)]);this[_0x2df6fd(0x1f6)][_0x2df6fd(0x27e)]=async function(){const _0x51cf14=_0x2df6fd,_0x114df5=await _0x33a818[_0x51cf14(0x21c)](_0x242fc6),_0x49dd3d=[];for(const _0x175cd6 of _0x114df5){try{const _0x259886=await _0x175cd6['url']();!_0x259886[_0x51cf14(0x279)](_0x33a818[_0x51cf14(0x1fe)])&&_0x49dd3d[_0x51cf14(0x298)](_0x175cd6);}catch(_0x1d2345){_0x49dd3d[_0x51cf14(0x298)](_0x175cd6);}}return _0x49dd3d;};}if(!_0x597f8e['kzpht'](isBrowserstackInfra)){const _0x4153bd=await this[_0x2df6fd(0x23e)]['url']();if(_0x4153bd[_0x2df6fd(0x279)](_0x597f8e[_0x2df6fd(0x21f)])){const _0x191629=await this[_0x2df6fd(0x1f6)][_0x2df6fd(0x27e)]();this['_setPage'](_0x191629[0x0]);}}}catch(_0x350a51){logger[_0x2df6fd(0x249)](_0x2df6fd(0x26c)+_0x350a51[_0x2df6fd(0x205)]+(_0x350a51[_0x2df6fd(0x201)]?_0x597f8e[_0x2df6fd(0x1d5)](_0x597f8e['ffkGn'],_0x350a51[_0x2df6fd(0x201)]):''));}};_0xf44db8['QsfOm'](isBrowserstackInfra)&&await _0xf44db8['YlVSG'](_0x481ef4);await _0x3855a1[_0x579f81(0x26d)](this,arguments);!_0xf44db8[_0x579f81(0x1cc)](isBrowserstackInfra)&&await _0xf44db8['QsfOm'](_0x481ef4);try{_0x3ce736&&_0xf44db8[_0x579f81(0x282)](typeof _0x3ce736[_0x579f81(0x1a0)],_0xf44db8[_0x579f81(0x23f)])&&await _0x3ce736[_0x579f81(0x1a0)]();}catch(_0x346bac){logger[_0x579f81(0x249)](_0x579f81(0x231)+util[_0x579f81(0x1dd)](_0x346bac));}};},getCodeceptDriver=()=>{const _0x1971e8=a1_0x1884b1,_0x46f582={};_0x46f582[_0x1971e8(0x288)]=_0x1971e8(0x1f9),_0x46f582[_0x1971e8(0x1f3)]=_0x1971e8(0x1e7),_0x46f582[_0x1971e8(0x1fd)]='Puppeteer',_0x46f582['PlBdJ']=_0x1971e8(0x215);const _0xb88f93=_0x46f582,_0x1f763d=[_0xb88f93[_0x1971e8(0x288)],_0xb88f93[_0x1971e8(0x1f3)],_0xb88f93[_0x1971e8(0x1fd)],_0xb88f93[_0x1971e8(0x1bc)]],_0xc03b2=_0x1f763d[_0x1971e8(0x228)](_0x336f1e=>!!CodeceptJS[_0x1971e8(0x232)][_0x1971e8(0x1e8)](_0x336f1e));if(!_0xc03b2)return null;return CodeceptJS[_0x1971e8(0x232)]['helpers'](_0xc03b2);};module['exports']=function(_0x1b5f9a){const _0x5769db=a1_0x1884b1,_0x6bccaf={'TtYTE':function(_0x2e69d8,_0x4f3844){return _0x2e69d8(_0x4f3844);},'Exnqk':function(_0x13f9f6,_0x14a796,_0x2d4442){return _0x13f9f6(_0x14a796,_0x2d4442);},'pNmBe':_0x5769db(0x1b6),'Bqqzt':_0x5769db(0x239),'sdwiO':'getAccessibilityResults','HYgAj':_0x5769db(0x233),'fqYUn':function(_0x1ee5b0,_0x3072ac,_0x4e4b8c){return _0x1ee5b0(_0x3072ac,_0x4e4b8c);},'vaeJQ':_0x5769db(0x280),'mUBLd':_0x5769db(0x238),'FyqeP':_0x5769db(0x293),'uoEyB':_0x5769db(0x1c8),'yNlmo':function(_0x4d62ea){return _0x4d62ea();},'LDvrG':_0x5769db(0x1c4),'TnvoR':function(_0x3f7293,_0x5e26d6){return _0x3f7293(_0x5e26d6);},'lkMRB':function(_0x9407f6,_0x2dbd83,_0x545f27){return _0x9407f6(_0x2dbd83,_0x545f27);},'clVtN':function(_0x1d871a,_0x2a6b08){return _0x1d871a(_0x2a6b08);},'UIWYc':_0x5769db(0x26f),'nFMCo':function(_0x26780d,_0x303eab,_0x382cf8){return _0x26780d(_0x303eab,_0x382cf8);},'MCfyI':function(_0x366ca4,_0x35f3b5,_0x1a1c08){return _0x366ca4(_0x35f3b5,_0x1a1c08);},'uWtTH':function(_0x24b51e){return _0x24b51e();},'RElqv':_0x5769db(0x27f),'MwiCQ':function(_0x549b02){return _0x549b02();},'lCNcu':function(_0x99009,_0x514d26,_0x4b82f5,_0x588f43){return _0x99009(_0x514d26,_0x4b82f5,_0x588f43);},'unltI':function(_0x446615,_0x48a699){return _0x446615===_0x48a699;},'cdDAy':_0x5769db(0x299),'HpjCB':_0x5769db(0x2aa),'GbhmF':'test-skipped','MEEow':_0x5769db(0x255),'BXHuS':_0x5769db(0x1f2),'pMrqm':function(_0x39ba6d,_0xb57e7,_0x5ca2e1){return _0x39ba6d(_0xb57e7,_0x5ca2e1);},'UhFRo':_0x5769db(0x290),'yrLuf':_0x5769db(0x1a8),'ZKzlC':'INFO','HtZaZ':_0x5769db(0x1a6),'pvFsQ':_0x5769db(0x242),'uqmoS':_0x5769db(0x271),'JkRcn':_0x5769db(0x1a3),'tZRgj':function(_0xb7874){return _0xb7874();},'AaxvU':_0x5769db(0x1e7)};_0x1b5f9a[_0x5769db(0x1f8)]&&(global[_0x5769db(0x21d)]=_0x1b5f9a['skipSessionStatus']);PerformanceTester[_0x5769db(0x263)]();const _0x1a4e6a=_0x6bccaf['tZRgj'](getCodeceptDriver),_0x34d85c=new O11yHelper(_0x1a4e6a,_0x1b5f9a),_0x1434c1=!!CodeceptJS['container'][_0x5769db(0x1e8)](_0x6bccaf['AaxvU']);global['__driver']=_0x1a4e6a;_0x1a4e6a&&(PerformanceTester[_0x5769db(0x216)](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x29fe4a=_0x5769db;_0x1434c1?_0x6bccaf['TtYTE'](patchPlaywrightBefore,_0x34d85c):_0x6bccaf[_0x29fe4a(0x21b)](patchWebDriverBefore,_0x1a4e6a,_0x34d85c);})(),PerformanceTester[_0x5769db(0x216)](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0x5bccda=_0x5769db;_0x1a4e6a['getAccessibilityResultsSummary']=async()=>{const _0x58440c=a1_0x2a3c;if(global[_0x58440c(0x1c5)]){const _0x4680ad={};return _0x4680ad[_0x58440c(0x291)]=_0x6bccaf[_0x58440c(0x257)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x27bea2=_0x58440c;return await AccessibilityHelper[_0x27bea2(0x256)](_0x1a4e6a,scripts[_0x27bea2(0x1a7)]);},_0x4680ad)(),await PerformanceTester[_0x58440c(0x216)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x553778=_0x58440c;return await AccessibilityHelper[_0x553778(0x256)](_0x1a4e6a,scripts[_0x553778(0x22e)]);})();}return logger[_0x58440c(0x1d7)](_0x6bccaf['Bqqzt']),{};},_0x1a4e6a[_0x5bccda(0x26a)]=async()=>{const _0x25f2da=_0x5bccda;if(global[_0x25f2da(0x1c5)]){const _0x37f06c={};return _0x37f06c[_0x25f2da(0x291)]=_0x6bccaf[_0x25f2da(0x1aa)],await PerformanceTester[_0x25f2da(0x216)](PerformanceA11yEvents[_0x25f2da(0x21a)],async()=>{const _0x172831=_0x25f2da;return await AccessibilityHelper[_0x172831(0x256)](_0x1a4e6a,scripts[_0x172831(0x1a7)]);},_0x37f06c)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x25f2da(0x289)],async()=>{const _0x466f55=_0x25f2da;return await AccessibilityHelper[_0x466f55(0x256)](_0x1a4e6a,scripts['getResults']);})();}return logger[_0x25f2da(0x1d7)](_0x6bccaf[_0x25f2da(0x23a)]),{};},_0x6bccaf[_0x5bccda(0x1ea)](patchSaveScreenshot,_0x1a4e6a);})());CodeceptJS[_0x5769db(0x1c6)][_0x5769db(0x260)]['on'](CodeceptJS[_0x5769db(0x1c6)][_0x5769db(0x253)][_0x5769db(0x1d1)],()=>{const _0x38a34b=_0x5769db;PerformanceTester[_0x38a34b(0x23b)](PerformanceEvents[_0x38a34b(0x28e)]);try{_0x34d85c['start'](),testOpsHelper['addRequestSpy'](),PerformanceTester[_0x38a34b(0x1ee)](PerformanceEvents['SDK_PRE_TEST']);}catch(_0x4e2e97){PerformanceTester['captureError'](_0x4e2e97),PerformanceTester['end'](PerformanceEvents[_0x38a34b(0x28e)],![],_0x4e2e97);}}),CodeceptJS[_0x5769db(0x1c6)][_0x5769db(0x260)]['on'](CodeceptJS[_0x5769db(0x1c6)][_0x5769db(0x253)]['after'],async()=>{const _0x231943=_0x5769db;PerformanceTester[_0x231943(0x23b)](PerformanceEvents[_0x231943(0x1e3)]);try{requestSpy[_0x231943(0x2a9)](),await _0x34d85c['stop'](),PerformanceTester[_0x231943(0x1ee)](PerformanceEvents[_0x231943(0x1e3)]);}catch(_0x2daa73){PerformanceTester['captureError'](_0x2daa73),PerformanceTester[_0x231943(0x1ee)](PerformanceEvents[_0x231943(0x1e3)],![],_0x2daa73);}finally{PerformanceTester[_0x231943(0x1cd)]();}});const _0x3ccc4c=(_0x49855b,_0x43b172)=>{const _0x50aca4=_0x5769db;if(!_0x34d85c)return;if(!_0x34d85c[_0x50aca4(0x1b1)]()){_0x34d85c[_0x50aca4(0x1ec)](_0x49855b,_0x43b172);return;}CodeceptRecorder[_0x50aca4(0x1cf)](()=>_0x34d85c[_0x50aca4(0x1b0)](_0x49855b,_0x43b172));};CodeceptJS[_0x5769db(0x1c6)][_0x5769db(0x260)]['on'](CodeceptJS[_0x5769db(0x1c6)][_0x5769db(0x20f)][_0x5769db(0x1dc)],_0x5c2fc5=>{const _0x11ae6a=_0x5769db;PerformanceTester[_0x11ae6a(0x23b)](PerformanceEvents['SDK_HOOK']);try{const _0xfb33d=_0x5c2fc5[_0x11ae6a(0x243)]['test'],_0x2daac4=_0x34d85c[_0x11ae6a(0x1a1)](TEST_EVENTS[_0x11ae6a(0x1ad)],_0xfb33d);_0x6bccaf[_0x11ae6a(0x227)](_0x3ccc4c,TEST_EVENTS[_0x11ae6a(0x1ad)],_0x2daac4);const _0x5615f2={};_0x5615f2[_0x11ae6a(0x1ba)]=_0x6bccaf[_0x11ae6a(0x1ed)],PerformanceTester[_0x11ae6a(0x1ee)](PerformanceEvents[_0x11ae6a(0x214)],!![],null,_0x5615f2);}catch(_0x28c28d){const _0x39c3f5={};_0x39c3f5[_0x11ae6a(0x1ba)]=_0x6bccaf[_0x11ae6a(0x1ed)],PerformanceTester[_0x11ae6a(0x1ee)](PerformanceEvents['SDK_HOOK'],![],_0x28c28d,_0x39c3f5),PerformanceTester[_0x11ae6a(0x1af)](_0x28c28d);}}),CodeceptJS[_0x5769db(0x1c6)]['dispatcher']['on'](CodeceptJS[_0x5769db(0x1c6)][_0x5769db(0x20f)]['passed'],_0xc475bd=>{const _0x4aaf7d=_0x5769db,_0x3c6dab={};_0x3c6dab[_0x4aaf7d(0x1ba)]=_0x6bccaf[_0x4aaf7d(0x1db)],PerformanceTester[_0x4aaf7d(0x23b)](PerformanceHookEvents[_0x4aaf7d(0x214)],!![],null,_0x3c6dab);try{const _0x367775=_0xc475bd[_0x4aaf7d(0x243)][_0x4aaf7d(0x2ac)],_0x1d6d9a=_0x34d85c[_0x4aaf7d(0x1a1)](TEST_EVENTS[_0x4aaf7d(0x247)],_0x367775);_0x6bccaf[_0x4aaf7d(0x21b)](_0x3ccc4c,TEST_EVENTS[_0x4aaf7d(0x247)],_0x1d6d9a);const _0x4e786b={};_0x4e786b[_0x4aaf7d(0x1ba)]=_0x6bccaf['mUBLd'],PerformanceTester[_0x4aaf7d(0x1ee)](PerformanceHookEvents[_0x4aaf7d(0x214)],!![],null,_0x4e786b);}catch(_0x417c18){PerformanceTester[_0x4aaf7d(0x1af)](_0x417c18);const _0x1511e1={};_0x1511e1['hookType']=_0x6bccaf[_0x4aaf7d(0x1db)],PerformanceTester[_0x4aaf7d(0x1ee)](PerformanceHookEvents[_0x4aaf7d(0x214)],![],_0x417c18,_0x1511e1);}}),CodeceptJS[_0x5769db(0x1c6)][_0x5769db(0x260)]['on'](CodeceptJS[_0x5769db(0x1c6)]['hook'][_0x5769db(0x22c)],async(_0x40d756,_0x13cc68)=>{const _0x5a5fcb=_0x5769db;PerformanceTester[_0x5a5fcb(0x23b)](PerformanceHookEvents[_0x5a5fcb(0x214)]);try{const _0xfecef5=_0x40d756[_0x5a5fcb(0x243)][_0x5a5fcb(0x2ac)],_0x3be084=_0x34d85c[_0x5a5fcb(0x1a1)](TEST_EVENTS[_0x5a5fcb(0x247)],_0xfecef5,_0x13cc68);_0x6bccaf[_0x5a5fcb(0x21b)](_0x3ccc4c,TEST_EVENTS[_0x5a5fcb(0x247)],_0x3be084);const _0x148df0={};_0x148df0[_0x5a5fcb(0x1ba)]=_0x6bccaf['FyqeP'],PerformanceTester[_0x5a5fcb(0x23b)](PerformanceHookEvents[_0x5a5fcb(0x214)],!![],null,_0x148df0);}catch(_0x384c67){PerformanceTester[_0x5a5fcb(0x1af)](_0x384c67);const _0x1e8025={};_0x1e8025['hookType']=_0x6bccaf[_0x5a5fcb(0x22d)],PerformanceTester[_0x5a5fcb(0x1ee)](PerformanceHookEvents[_0x5a5fcb(0x214)],![],_0x384c67,_0x1e8025);}const _0x53a874={};_0x53a874[_0x5a5fcb(0x1ba)]=_0x6bccaf[_0x5a5fcb(0x22d)],PerformanceTester[_0x5a5fcb(0x1ee)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x53a874);}),CodeceptJS[_0x5769db(0x1c6)]['dispatcher']['on'](CodeceptJS[_0x5769db(0x1c6)][_0x5769db(0x2ac)][_0x5769db(0x1d1)],_0x1c10d4=>{const _0x2bfb28=_0x5769db;PerformanceTester[_0x2bfb28(0x23b)](PerformanceHookEvents[_0x2bfb28(0x214)]);try{globals[_0x2bfb28(0x1c2)](_0x6bccaf[_0x2bfb28(0x24e)],_0x1c10d4[_0x2bfb28(0x268)]);_0x6bccaf[_0x2bfb28(0x246)](isBrowserstackInfra)&&(_0x1434c1&&(global[_0x2bfb28(0x1bb)]={'currentTest':{'name':_0x1c10d4['title'],'testInfo':{'titlePath':_0x1c10d4[_0x2bfb28(0x218)]()}}}));const _0x24ed37={};_0x24ed37[_0x2bfb28(0x1ba)]=_0x6bccaf[_0x2bfb28(0x19f)],PerformanceTester[_0x2bfb28(0x1ee)](PerformanceHookEvents[_0x2bfb28(0x214)],!![],null,_0x24ed37);}catch(_0x28b6ec){PerformanceTester[_0x2bfb28(0x1af)](_0x28b6ec);const _0x1f4b27={};_0x1f4b27[_0x2bfb28(0x1ba)]=_0x6bccaf[_0x2bfb28(0x19f)],PerformanceTester['end'](PerformanceHookEvents[_0x2bfb28(0x214)],![],_0x28b6ec,_0x1f4b27);}}),CodeceptJS[_0x5769db(0x1c6)][_0x5769db(0x260)]['on'](CodeceptJS[_0x5769db(0x1c6)]['test'][_0x5769db(0x1dc)],_0x57c9cc=>{const _0x5dfcff=_0x5769db;PerformanceTester[_0x5dfcff(0x23b)](PerformanceHookEvents[_0x5dfcff(0x214)]);try{globals['setGlobal'](_0x6bccaf[_0x5dfcff(0x24e)],_0x57c9cc[_0x5dfcff(0x268)]);const _0x41cd49=_0x34d85c[_0x5dfcff(0x1a1)](TEST_EVENTS[_0x5dfcff(0x1d9)],_0x57c9cc);CodeceptRecorder[_0x5dfcff(0x1cf)](()=>_0x34d85c[_0x5dfcff(0x1a0)]()),CodeceptRecorder[_0x5dfcff(0x1cf)](()=>_0x34d85c[_0x5dfcff(0x1b0)](TEST_EVENTS['TEST_RUN_STARTED'],_0x41cd49)),CodeceptRecorder['add'](async()=>{const _0x3651e3=_0x5dfcff;_0x6bccaf['yNlmo'](isBrowserstackInfra)&&(!_0x6bccaf[_0x3651e3(0x1b7)](isTrue,_0x1b5f9a[_0x3651e3(0x251)])&&await _0x6bccaf[_0x3651e3(0x1ab)](markSessionName,_0x1a4e6a,_0x57c9cc['title']),_0x34d85c['enabled']&&await _0x6bccaf[_0x3651e3(0x275)](o11ySync,_0x1a4e6a));});}catch(_0x21fcf3){const _0x13935b={};_0x13935b[_0x5dfcff(0x1ba)]=_0x6bccaf[_0x5dfcff(0x1d0)],PerformanceTester[_0x5dfcff(0x1ee)](PerformanceHookEvents[_0x5dfcff(0x214)],![],_0x21fcf3,_0x13935b),PerformanceTester[_0x5dfcff(0x1af)](_0x21fcf3);}const _0x105752={};_0x105752[_0x5dfcff(0x1ba)]=_0x6bccaf[_0x5dfcff(0x1d0)],PerformanceTester[_0x5dfcff(0x1ee)](PerformanceHookEvents[_0x5dfcff(0x214)],!![],null,_0x105752);}),CodeceptJS[_0x5769db(0x1c6)][_0x5769db(0x260)]['on'](CodeceptJS[_0x5769db(0x1c6)]['test'][_0x5769db(0x25b)],_0x16e42f=>{const _0x2c68a1=_0x5769db,_0x197191={'hFwrg':function(_0x57b6a6,_0x658a0e,_0x33937e){const _0x5b8f17=a1_0x2a3c;return _0x6bccaf[_0x5b8f17(0x1e1)](_0x57b6a6,_0x658a0e,_0x33937e);},'mRkzQ':function(_0x55e48a,_0x21df7d,_0x5d4bf6){return _0x6bccaf['MCfyI'](_0x55e48a,_0x21df7d,_0x5d4bf6);},'qquEI':function(_0x35a206){const _0x25a502=a1_0x2a3c;return _0x6bccaf[_0x25a502(0x229)](_0x35a206);}};PerformanceTester['start'](PerformanceHookEvents[_0x2c68a1(0x214)]);try{const _0x27eaa5=_0x34d85c[_0x2c68a1(0x1a1)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x16e42f);CodeceptRecorder[_0x2c68a1(0x1cf)](()=>_0x34d85c['fireEvent'](TEST_EVENTS[_0x2c68a1(0x221)],_0x27eaa5)),CodeceptRecorder[_0x2c68a1(0x1cf)](async()=>{const _0x1b8147=_0x2c68a1;_0x197191[_0x1b8147(0x2a5)](isBrowserstackInfra)&&await PerformanceTester[_0x1b8147(0x216)](PerformanceAutEvents[_0x1b8147(0x1f5)],async()=>{const _0x575b43=_0x1b8147;_0x1434c1?await _0x197191[_0x575b43(0x264)](playwrightMarkSessionStatus,_0x1a4e6a,STATE_PASSED):await _0x197191[_0x575b43(0x2a3)](markSessionStatus,_0x1a4e6a,STATE_PASSED);})();}),PerformanceTester[_0x2c68a1(0x1ee)](PerformanceEvents[_0x2c68a1(0x1ca)]);}catch(_0x297e88){PerformanceTester[_0x2c68a1(0x1af)](_0x297e88);const _0x4600c7={};_0x4600c7[_0x2c68a1(0x1ba)]=_0x6bccaf['RElqv'],PerformanceTester[_0x2c68a1(0x1ee)](PerformanceHookEvents['SDK_HOOK'],![],_0x297e88,_0x4600c7),PerformanceTester[_0x2c68a1(0x1ee)](PerformanceEvents[_0x2c68a1(0x1ca)],![],_0x297e88);}const _0x38411b={};_0x38411b[_0x2c68a1(0x1ba)]=_0x6bccaf[_0x2c68a1(0x24b)],PerformanceTester['end'](PerformanceHookEvents[_0x2c68a1(0x214)],!![],null,_0x38411b);}),CodeceptJS['event'][_0x5769db(0x260)]['on'](CodeceptJS[_0x5769db(0x1c6)][_0x5769db(0x2ac)][_0x5769db(0x22c)],(_0x2921c8,_0x53d4f7)=>{const _0x4fc9f5=_0x5769db;PerformanceTester[_0x4fc9f5(0x23b)](PerformanceHookEvents['SDK_HOOK']);try{if(_0x6bccaf[_0x4fc9f5(0x1d8)](_0x2921c8['constructor'][_0x4fc9f5(0x26e)],_0x6bccaf['cdDAy'])){const _0x5a6568=_0x34d85c[_0x4fc9f5(0x1a1)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x2921c8[_0x4fc9f5(0x243)][_0x4fc9f5(0x261)]);CodeceptRecorder[_0x4fc9f5(0x1cf)](()=>_0x34d85c[_0x4fc9f5(0x1b0)](TEST_EVENTS[_0x4fc9f5(0x1b9)],_0x5a6568));}else{const _0x1201c1=_0x34d85c[_0x4fc9f5(0x1a1)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x2921c8,_0x53d4f7);CodeceptRecorder[_0x4fc9f5(0x1cf)](()=>{const _0x253f88=_0x4fc9f5;try{_0x34d85c[_0x253f88(0x1b0)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x1201c1);}catch(_0x124114){logger[_0x253f88(0x249)](_0x253f88(0x278)+util[_0x253f88(0x1dd)](_0x124114)),PerformanceTester[_0x253f88(0x1ee)](PerformanceEvents[_0x253f88(0x1ca)],![],_0x124114);}}),CodeceptRecorder['add'](async()=>{const _0x2940f4=_0x4fc9f5;try{_0x6bccaf[_0x2940f4(0x2a1)](isBrowserstackInfra)&&(_0x1434c1?await _0x6bccaf['lCNcu'](playwrightMarkSessionStatus,_0x1a4e6a,STATE_FAILED,_0x53d4f7):await _0x6bccaf[_0x2940f4(0x1a4)](markSessionStatus,_0x1a4e6a,STATE_FAILED,_0x53d4f7));}catch(_0x2332f7){logger[_0x2940f4(0x249)](_0x2940f4(0x204)+util[_0x2940f4(0x1dd)](_0x2332f7)),PerformanceTester[_0x2940f4(0x1ee)](PerformanceEvents[_0x2940f4(0x1ca)],![],_0x2332f7);}});}PerformanceTester[_0x4fc9f5(0x1ee)](PerformanceEvents[_0x4fc9f5(0x1ca)]);}catch(_0x106e64){PerformanceTester[_0x4fc9f5(0x1af)](_0x106e64);const _0x1b52e2={};_0x1b52e2[_0x4fc9f5(0x1ba)]=_0x6bccaf['HpjCB'],PerformanceTester['end'](PerformanceHookEvents[_0x4fc9f5(0x214)],![],_0x106e64,_0x1b52e2),PerformanceTester[_0x4fc9f5(0x1ee)](PerformanceEvents[_0x4fc9f5(0x1ca)],![],_0x106e64);}const _0x402514={};_0x402514[_0x4fc9f5(0x1ba)]=_0x6bccaf['HpjCB'],PerformanceTester['end'](PerformanceHookEvents[_0x4fc9f5(0x214)],!![],null,_0x402514);}),CodeceptJS[_0x5769db(0x1c6)][_0x5769db(0x260)]['on'](CodeceptJS[_0x5769db(0x1c6)][_0x5769db(0x2ac)][_0x5769db(0x27c)],_0x3d3561=>{const _0x507346=_0x5769db;PerformanceTester[_0x507346(0x23b)](PerformanceHookEvents[_0x507346(0x214)]);try{const _0x3698f9=_0x34d85c[_0x507346(0x1a1)](TEST_EVENTS[_0x507346(0x1b9)],_0x3d3561);CodeceptRecorder['add'](()=>_0x34d85c['fireEvent'](TEST_EVENTS[_0x507346(0x1b9)],_0x3698f9)),PerformanceTester[_0x507346(0x1ee)](PerformanceEvents['SDK_TEST']);}catch(_0x2fa7bc){PerformanceTester[_0x507346(0x1af)](_0x2fa7bc),PerformanceTester['end'](PerformanceEvents[_0x507346(0x1ca)],![],_0x2fa7bc);const _0x4f7839={};_0x4f7839[_0x507346(0x1ba)]=_0x6bccaf['GbhmF'],PerformanceTester[_0x507346(0x1ee)](PerformanceHookEvents[_0x507346(0x214)],![],_0x2fa7bc,_0x4f7839);}const _0x3e20f5={};_0x3e20f5[_0x507346(0x1ba)]=_0x6bccaf[_0x507346(0x1c7)],PerformanceTester['end'](PerformanceHookEvents[_0x507346(0x214)],!![],null,_0x3e20f5);}),CodeceptJS[_0x5769db(0x1c6)][_0x5769db(0x260)]['on'](CodeceptJS['event']['test'][_0x5769db(0x1d3)],async(_0x51de3b,_0x233d47)=>{const _0x258a36=_0x5769db,_0x243269={};_0x243269[_0x258a36(0x24d)]=_0x6bccaf[_0x258a36(0x241)],_0x243269[_0x258a36(0x29b)]=_0x6bccaf[_0x258a36(0x265)];const _0x47d31b=_0x243269;try{PerformanceTester[_0x258a36(0x23b)](PerformanceHookEvents[_0x258a36(0x214)]);const _0x32fa6c=_0x6bccaf[_0x258a36(0x1ef)](shouldScanTestForAccessibility,_0x51de3b[_0x258a36(0x218)](),!![]);if(_0x6bccaf['yNlmo'](isAccessibilityAutomationSession)&&global[_0x258a36(0x1c5)]&&_0x32fa6c){const _0x2a95d2={};_0x2a95d2[_0x258a36(0x28f)]=_0x51de3b['testAnalyticsId'],_0x2a95d2[_0x258a36(0x24c)]=process['env'][testHubConstants[_0x258a36(0x1c1)]['BROWSERSTACK_TESTHUB_UUID']],_0x2a95d2[_0x258a36(0x24a)]=process[_0x258a36(0x1ac)][testHubConstants['ENV_VAR'][_0x258a36(0x240)]];const _0x175afd=_0x2a95d2;logger[_0x258a36(0x249)](_0x258a36(0x245)+JSON[_0x258a36(0x1ce)](_0x175afd)),CodeceptRecorder[_0x258a36(0x1cf)](async()=>{const _0x2ee0e4=_0x258a36,_0x10b071={};_0x10b071[_0x2ee0e4(0x291)]=_0x47d31b[_0x2ee0e4(0x24d)],await PerformanceTester[_0x2ee0e4(0x216)](PerformanceA11yEvents[_0x2ee0e4(0x21a)],async()=>{const _0x3bae82=_0x2ee0e4;await AccessibilityHelper[_0x3bae82(0x256)](_0x1a4e6a,scripts[_0x3bae82(0x1a7)]);},_0x10b071)(),globals[_0x2ee0e4(0x252)](_0x47d31b[_0x2ee0e4(0x29b)])&&(_0x175afd['is_mobile_session']=!![]),await PerformanceTester[_0x2ee0e4(0x216)](PerformanceA11yEvents[_0x2ee0e4(0x281)],async()=>{const _0x543b64=_0x2ee0e4;await AccessibilityHelper[_0x543b64(0x256)](_0x1a4e6a,scripts[_0x543b64(0x20c)],_0x175afd);})();}),logger[_0x258a36(0x19d)](_0x6bccaf['UhFRo']);}const _0x396596={};_0x396596[_0x258a36(0x1ba)]=_0x6bccaf[_0x258a36(0x286)],PerformanceTester[_0x258a36(0x1ee)](PerformanceHookEvents[_0x258a36(0x214)],!![],null,_0x396596);}catch(_0x28a9a2){PerformanceTester['captureError'](_0x28a9a2);const _0x243b4f={};_0x243b4f[_0x258a36(0x1ba)]=_0x6bccaf[_0x258a36(0x286)],PerformanceTester[_0x258a36(0x1ee)](PerformanceHookEvents[_0x258a36(0x214)],![],_0x28a9a2,_0x243b4f);}}),CodeceptJS[_0x5769db(0x1c6)]['dispatcher']['on'](CodeceptJS[_0x5769db(0x1c6)][_0x5769db(0x25d)][_0x5769db(0x225)],_0x158120=>{const _0x118aef=_0x5769db;PerformanceTester[_0x118aef(0x23b)](PerformanceHookEvents[_0x118aef(0x214)]);try{process[_0x118aef(0x1fa)](_0x118aef(0x28c)+process[_0x118aef(0x2a7)],{'timestamp':new Date()[_0x118aef(0x206)](),'level':_0x6bccaf[_0x118aef(0x222)],'message':_0x158120,'kind':_0x6bccaf['HtZaZ'],'http_response':{}});}catch(_0x2d00f4){PerformanceTester[_0x118aef(0x1af)](_0x2d00f4);const _0x5909e8={};_0x5909e8[_0x118aef(0x1ba)]=_0x6bccaf[_0x118aef(0x23d)],PerformanceTester[_0x118aef(0x1ee)](PerformanceHookEvents[_0x118aef(0x214)],![],_0x2d00f4,_0x5909e8);}const _0x2b5579={};_0x2b5579[_0x118aef(0x1ba)]=_0x6bccaf[_0x118aef(0x23d)],PerformanceTester[_0x118aef(0x1ee)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x2b5579);}),CodeceptJS[_0x5769db(0x1c6)][_0x5769db(0x260)]['on'](CodeceptJS[_0x5769db(0x1c6)]['bddStep'][_0x5769db(0x1d1)],_0x3455b3=>{const _0x5ac8bf=_0x5769db,_0x378d63={};_0x378d63[_0x5ac8bf(0x1ba)]=_0x6bccaf[_0x5ac8bf(0x1b2)],PerformanceTester['measureWrapper'](PerformanceHookEvents[_0x5ac8bf(0x214)],()=>{const _0x4ccbe1=_0x5ac8bf;_0x34d85c[_0x4ccbe1(0x29c)](_0x3455b3);},_0x378d63)();}),CodeceptJS[_0x5769db(0x1c6)][_0x5769db(0x260)]['on'](CodeceptJS[_0x5769db(0x1c6)][_0x5769db(0x202)][_0x5769db(0x1d3)],_0x38e1d4=>{const _0x27a72e=_0x5769db,_0x52ab6e={};_0x52ab6e[_0x27a72e(0x1ba)]=_0x6bccaf[_0x27a72e(0x1e4)],PerformanceTester[_0x27a72e(0x216)](PerformanceHookEvents[_0x27a72e(0x214)],()=>{const _0x3be2de=_0x27a72e;_0x34d85c[_0x3be2de(0x211)](_0x38e1d4);},_0x52ab6e)();});};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a2_0x255b57=a2_0x4ab0;(function(_0x4a123e,_0xc02698){const _0x300c71=a2_0x4ab0,_0x364d86=_0x4a123e();while(!![]){try{const _0x53ce63=-parseInt(_0x300c71(0x158))/0x1*(-parseInt(_0x300c71(0x192))/0x2)+parseInt(_0x300c71(0x144))/0x3*(-parseInt(_0x300c71(0x134))/0x4)+-parseInt(_0x300c71(0x160))/0x5+-parseInt(_0x300c71(0x154))/0x6*(-parseInt(_0x300c71(0x182))/0x7)+-parseInt(_0x300c71(0x19c))/0x8+-parseInt(_0x300c71(0x168))/0x9+parseInt(_0x300c71(0x11e))/0xa;if(_0x53ce63===_0xc02698)break;else _0x364d86['push'](_0x364d86['shift']());}catch(_0x31c6fc){_0x364d86['push'](_0x364d86['shift']());}}}(a2_0xe126,0x1b459));function a2_0xe126(){const _0x22cb2d=['Failed\x20:\x20','Playwright','test','YfKiK','plugins','Started\x20:\x20','getUserWorkerCount','VqGEk','6gMxLpz','hIHJQ','../../helpers/BrowserStackSetup','launchBuild','28771zVjRbw','exports','cyfrg','AOxWQ','browserName','zpfCA','mergeDeep','FRAMEWORKS','570155WplXzo','finalExecution','fNtyZ','map','winstonLogger','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','BrowserStackPlugin.js','aQvtc','733797KsSBOQ','host','frameworkName','env','chromium','info','addOptions','platforms','BSMLX','enabled','profile','join','cwd','before','printResults','start','ONzEG','process','parallelsPerPlatform','stringify','hubUrl','assign','err','end','QpxwZ','addTests','340683QsKJYA','accessKey','mkiBk','path','EVENTS','replace','../../helpers/logger','log','iMIok','BROWSERSTACK_RERUN','VdQpq','BROWSERSTACK_TEST_ACCESSIBILITY_YML','split','isUndefined','RlWZC','../../helpers/performance/performance-tester','6bsZZRD','skipSessionStatus','ptQWA','zmmSa','require','teardownAll','gYyOt','forEach','Workers','key','1609680OwmPIW','pWnGA','/wd/hub','result','codeceptjs/lib/index.js','BROWSERSTACK_RERUN_TESTS','getPlaywrightUrl','../utils/constants','now','useW3C','codecept.json','findIndex','../../helpers/test-observability/constants','Passed\x20:\x20','browserWSEndpoint','isTrue','WebDriver','skipSessionName','SDK_CLEANUP','spawn','../../helpers/helper','browserStackCwd','testContextOptions','pjhnv','dirname','omExq','load','format','printBuildLink','3776150opQsUU','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','debug','handleApp','failed','CODECEPT_CUCUMBER','setAdditionalCapabilities','../../bin/playwright/accessibility-helper','USER_CONFIG_DETAILS_PATH','stop','existsSync','playwright-chromium','ZlpvG','user','Fpjhz','naVzx','title','prepareCapabilities','trim','playwright-webkit','browser','AjlZV','8236sgFvhn','pQunP','../../helpers/accessibility-automation/helper','stack','push','playwright-firefox','event','toLowerCase','config','CODECEPT','4|1|5|2|0|3','testObservability','codecept.conf.js','isEmpty','helpers','errorMessage','6EqoJJj','uawQV','../../helpers/utilities','../../helpers/test-observability/utils','../utils/clientTroubleshootingService','desiredCapabilities','isTestObservabilitySession','chdir'];a2_0xe126=function(){return _0x22cb2d;};return a2_0xe126();}const fs=require('fs'),path=require('path'),util=require('util'),process=require(a2_0x255b57(0x179)),logger=require(a2_0x255b57(0x188))[a2_0x255b57(0x164)],{default:BrowserStackSetup}=require(a2_0x255b57(0x156)),helper=require(a2_0x255b57(0x115)),utilities=require(a2_0x255b57(0x146)),{checkAccessibilityPlatformConfig}=require(a2_0x255b57(0x136)),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a2_0x255b57(0x125)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x255b57(0x115)),CodeceptJS=requireModule(a2_0x255b57(0x1a0),'codeceptjs'),testOpsHelper=require(a2_0x255b57(0x147)),TestHubHandler=require('../../helpers/testhub/testhubHandler'),constants=require(a2_0x255b57(0x1a3)),PerformanceTester=require(a2_0x255b57(0x191)),{FRAMEWORKS}=require(a2_0x255b57(0x1a8)),PerformanceEvents=require('../../helpers/performance/constants')[a2_0x255b57(0x186)],ClientTroubleShootingService=require(a2_0x255b57(0x148)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x5e5517,_0x284768)=>{const _0xb780a6=a2_0x255b57,_0x5aa5e7={};_0x5aa5e7[_0xb780a6(0x194)]=function(_0x2a47eb,_0x54b649){return _0x2a47eb===_0x54b649;},_0x5aa5e7[_0xb780a6(0x195)]=_0xb780a6(0x140),_0x5aa5e7[_0xb780a6(0x18a)]=_0xb780a6(0x1a6);const _0x1787d9=_0x5aa5e7;let _0x1d9476=null;const _0x182042={};let _0xc7ef94=_0x284768[_0xb780a6(0x1a7)](_0x162e5b=>_0x162e5b==='--config');_0x1787d9[_0xb780a6(0x194)](_0xc7ef94,-0x1)&&(_0xc7ef94=_0x284768[_0xb780a6(0x1a7)](_0x279b5d=>_0x279b5d==='-c'));if(!helper['isUndefined'](_0x5e5517['config'])&&fs['existsSync'](path[_0xb780a6(0x173)](process[_0xb780a6(0x174)](),_0x5e5517[_0xb780a6(0x13c)])))_0x1d9476=path[_0xb780a6(0x173)](process['cwd'](),_0x5e5517[_0xb780a6(0x13c)]),_0x284768['slice'](_0xc7ef94,0x2);else{if(!helper['isUndefined'](_0x5e5517['c'])&&fs[_0xb780a6(0x128)](path[_0xb780a6(0x173)](process['cwd'](),_0x5e5517['c'])))_0x1d9476=path['join'](process[_0xb780a6(0x174)](),_0x5e5517['c']),_0x284768['slice'](_0xc7ef94,0x2);else{if(fs[_0xb780a6(0x128)](path[_0xb780a6(0x173)](process[_0xb780a6(0x174)](),_0x1787d9[_0xb780a6(0x195)])))_0x1d9476=path[_0xb780a6(0x173)](process[_0xb780a6(0x174)](),_0x1787d9[_0xb780a6(0x195)]);else fs[_0xb780a6(0x128)](path['join'](process[_0xb780a6(0x174)](),_0x1787d9[_0xb780a6(0x18a)]))&&(_0x1d9476=path['join'](process[_0xb780a6(0x174)](),_0x1787d9[_0xb780a6(0x18a)]));}}return process[_0xb780a6(0x16b)][_0xb780a6(0x126)]=_0x1d9476,_0x1d9476;},getO11yRerunPattern=()=>{const _0x1a0f51=a2_0x255b57,_0x3ddb66=helper[_0x1a0f51(0x110)](process[_0x1a0f51(0x16b)][_0x1a0f51(0x18b)]);if(_0x3ddb66){const _0x1e572c=process[_0x1a0f51(0x16b)][_0x1a0f51(0x1a1)],_0x3a4c7d=[];if(helper['validateRerunTestList'](_0x1e572c)&&!helper[_0x1a0f51(0x18f)](_0x1e572c)){_0x1e572c[_0x1a0f51(0x18e)](',')[_0x1a0f51(0x163)](_0x1402b1=>{const _0x4672e2=_0x1a0f51;_0x3a4c7d[_0x4672e2(0x138)]('('+_0x1402b1[_0x4672e2(0x130)]()+')');});const _0x239636='^'+_0x3a4c7d[_0x1a0f51(0x173)]('|')+'$';return _0x239636;}}return null;},a2_0x124b8={};a2_0x124b8['chrome']=a2_0x255b57(0x16c),a2_0x124b8[a2_0x255b57(0x129)]=a2_0x255b57(0x16c),a2_0x124b8[a2_0x255b57(0x139)]='firefox',a2_0x124b8[a2_0x255b57(0x131)]='webkit';const pwToCodeceptBrowser=a2_0x124b8;async function run(_0x1ffdad,_0x16892a,_0x2b3f3c){const _0x4b3f34=a2_0x255b57,_0x1b997b={'zpfCA':function(_0x459a73,_0x29ba62,_0x3c7797,_0x414607){return _0x459a73(_0x29ba62,_0x3c7797,_0x414607);},'QpxwZ':function(_0x3a65ce,_0xa13868){return _0x3a65ce+_0xa13868;},'mkiBk':function(_0x2d1cb2,_0x46a1d9){return _0x2d1cb2(_0x46a1d9);},'naVzx':function(_0x3677b9,_0xd39633,_0x3f5834){return _0x3677b9(_0xd39633,_0x3f5834);},'Fpjhz':_0x4b3f34(0x142),'aUhAV':function(_0x11af8b){return _0x11af8b();},'AOxWQ':_0x4b3f34(0x19e),'YfKiK':function(_0x36867b){return _0x36867b();},'pWnGA':_0x4b3f34(0x14c),'ONzEG':_0x4b3f34(0x1a9),'NOUzY':_0x4b3f34(0x151),'VqGEk':_0x4b3f34(0x13e),'BSMLX':function(_0x2e881f,_0x3e6bc5,_0x550908){return _0x2e881f(_0x3e6bc5,_0x550908);},'pQunP':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','fNtyZ':function(_0x5760f3,_0x5f3f62,_0x11cdca){return _0x5760f3(_0x5f3f62,_0x11cdca);},'omExq':'Playwright','ZlpvG':_0x4b3f34(0x111),'RlWZC':function(_0x29002e,_0x368b4e){return _0x29002e!=_0x368b4e;},'AjlZV':function(_0x1c62bb,_0x1e38be){return _0x1c62bb===_0x1e38be;},'uawQV':function(_0x371dcd,_0x429a82,_0x11f877){return _0x371dcd(_0x429a82,_0x11f877);},'VdQpq':'gherkin','DEehp':function(_0x5645a0){return _0x5645a0();},'pjhnv':function(_0x558f45,_0x53a86d){return _0x558f45*_0x53a86d;},'egGUx':'browser','aQvtc':_0x4b3f34(0x149),'gYyOt':'root','dwxxn':_0x4b3f34(0x166),'hIHJQ':_0x4b3f34(0x116),'cyfrg':function(_0xc1aee3){return _0xc1aee3();}};await _0x2b3f3c['initialize'](_0x1ffdad),await helper[_0x4b3f34(0x121)](_0x2b3f3c[_0x4b3f34(0x13c)]);if(!_0x2b3f3c[_0x4b3f34(0x13c)])return;process[_0x4b3f34(0x172)]=_0x1ffdad[_0x4b3f34(0x172)];_0x1ffdad[_0x4b3f34(0x172)]&&(process[_0x4b3f34(0x16b)][_0x4b3f34(0x172)]=_0x1ffdad[_0x4b3f34(0x172)]);const _0x4e0dec=_0x1b997b[_0x4b3f34(0x170)](getUserCodeceptJSConfigs,_0x1ffdad,_0x16892a);let _0x4abf0d={};_0x4e0dec?(logger['info']('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0x4e0dec),_0x4abf0d=CodeceptJS['config'][_0x4b3f34(0x11b)](_0x4e0dec)):logger[_0x4b3f34(0x16d)](_0x1b997b[_0x4b3f34(0x135)]);let _0x11800b=![];_0x1b997b[_0x4b3f34(0x162)](nestedKeyValue,_0x4abf0d,[_0x1b997b[_0x4b3f34(0x12c)],_0x1b997b[_0x4b3f34(0x11a)]])&&(_0x11800b=!![]);const _0x44b4f4=_0x11800b?_0x1b997b[_0x4b3f34(0x11a)]:_0x1b997b[_0x4b3f34(0x12a)];let _0x332ff9=!_0x11800b?helper[_0x4b3f34(0x1a5)](_0x2b3f3c[_0x4b3f34(0x13c)]):![];!helper[_0x4b3f34(0x18f)](_0x2b3f3c[_0x4b3f34(0x13c)]['accessibilityOptions'])&&(process[_0x4b3f34(0x16b)][_0x4b3f34(0x11f)]=JSON[_0x4b3f34(0x17b)](_0x2b3f3c[_0x4b3f34(0x13c)]['accessibilityOptions']));let _0x2f6208=_0x2b3f3c[_0x4b3f34(0x13c)]['accessibility'];_0x2f6208=_0x2f6208||_0x1b997b[_0x4b3f34(0x184)](checkAccessibilityPlatformConfig,_0x2b3f3c[_0x4b3f34(0x13c)]),process[_0x4b3f34(0x16b)][_0x4b3f34(0x18d)]=_0x2f6208;_0x2f6208&&(_0x332ff9=!_0x2f6208);_0x1b997b[_0x4b3f34(0x190)](_0x2b3f3c[_0x4b3f34(0x13c)][_0x4b3f34(0x13f)],null)?process[_0x4b3f34(0x16b)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x2b3f3c['config'][_0x4b3f34(0x13f)]:process[_0x4b3f34(0x16b)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x1b997b[_0x4b3f34(0x133)](_0x44b4f4,_0x1b997b[_0x4b3f34(0x11a)]);const _0x26c96c=_0x1b997b[_0x4b3f34(0x145)](nestedKeyValue,_0x4abf0d,[_0x1b997b[_0x4b3f34(0x18c)]]),_0x376e0e=_0x26c96c&&!helper[_0x4b3f34(0x141)](_0x26c96c)?FRAMEWORKS[_0x4b3f34(0x123)]:FRAMEWORKS[_0x4b3f34(0x13d)],_0x5464e4=await TestHubHandler[_0x4b3f34(0x157)](_0x376e0e,_0x2b3f3c);_0x2f6208&&_0x1b997b['mkiBk'](setAccessibilityCapabilities,_0x2b3f3c[_0x4b3f34(0x13c)]);const _0x4aea81={},_0x474436=[],_0x3c47cb=_0x2b3f3c[_0x4b3f34(0x13c)][_0x4b3f34(0x17a)]||helper[_0x4b3f34(0x152)](_0x1ffdad,_0x16892a,_0x2b3f3c[_0x4b3f34(0x13c)],constants['FRAMEWORKS'][_0x4b3f34(0x13d)])||0x1;let _0x112926=0x1;if(_0x1b997b['DEehp'](isBrowserstackInfra)){const _0x161f72=helper['prepareCapabilities'](_0x2b3f3c[_0x4b3f34(0x13c)],_0x332ff9,constants[_0x4b3f34(0x15f)][_0x4b3f34(0x13d)]);_0x161f72[_0x4b3f34(0x199)](_0x72b2a6=>{const _0x1c4b8e=_0x4b3f34;helper[_0x1c4b8e(0x124)](_0x72b2a6);}),helper['validPlatformsPresent'](_0x2b3f3c['config'])?_0x112926=_0x1b997b[_0x4b3f34(0x118)](_0x3c47cb,_0x2b3f3c[_0x4b3f34(0x13c)][_0x4b3f34(0x16f)]['length']):_0x112926=_0x3c47cb,_0x161f72['forEach'](_0x4772df=>{const _0x458447=_0x4b3f34,_0x3eddb3=_0x1b997b[_0x458447(0x180)](helper['getPlatformName'](_0x4772df,'_'),'_'+Date[_0x458447(0x1a4)]()),_0x826db7=((()=>{const _0x3ffab4=_0x458447;if(_0x11800b){const _0x10f65f=pwToCodeceptBrowser[_0x4772df[_0x3ffab4(0x15c)]]||_0x4772df['browserName'],_0x1d2c91=helper[_0x3ffab4(0x1a2)](_0x2b3f3c[_0x3ffab4(0x13c)]),_0x5dc8b4=Object[_0x3ffab4(0x17d)]({},_0x4772df);return _0x1b997b[_0x3ffab4(0x15d)](processAccessibilityCaps,_0x5dc8b4,_0x1d2c91,null),{'browser':_0x10f65f,[_0x10f65f]:{'browserWSEndpoint':_0x1b997b[_0x3ffab4(0x180)](_0x1d2c91,_0x1b997b[_0x3ffab4(0x184)](encodeURIComponent,JSON[_0x3ffab4(0x17b)](_0x5dc8b4)))}};}const _0x103d7c={};return _0x103d7c['desiredCapabilities']=_0x4772df,_0x103d7c[_0x3ffab4(0x12b)]=_0x2b3f3c[_0x3ffab4(0x13c)]['userName'],_0x103d7c[_0x3ffab4(0x19b)]=_0x2b3f3c['config'][_0x3ffab4(0x183)],_0x103d7c;})()),_0x1fdc54=_0x1b997b[_0x458447(0x12d)](nestedKeyValue,_0x4abf0d,[_0x1b997b[_0x458447(0x12c)],_0x44b4f4]);_0x4aea81[_0x3eddb3]=_0x1fdc54?helper[_0x458447(0x15e)](_0x826db7,_0x1fdc54):_0x826db7;if(_0x11800b)_0x4aea81[_0x3eddb3][_0x458447(0x132)]=pwToCodeceptBrowser[_0x4772df['browserName']]||_0x4772df[_0x458447(0x15c)];else{_0x4aea81[_0x3eddb3][_0x458447(0x132)]=_0x4772df[_0x458447(0x15c)]||_0x826db7[_0x458447(0x132)];if(_0x1b997b['aUhAV'](isBrowserstackInfra)){_0x4aea81[_0x3eddb3][_0x458447(0x169)]=constants[_0x458447(0x17c)][_0x458447(0x187)](_0x1b997b['AOxWQ'],'')[_0x458447(0x187)](/https?:\/\//,'');;_0x4aea81[_0x3eddb3][_0x458447(0x185)]=_0x1b997b[_0x458447(0x15b)];}}_0x474436['push'](_0x3eddb3);});}else{_0x112926=0x1;if(_0x11800b){const _0x5417b2=_0x1b997b['fNtyZ'](nestedKeyValue,_0x4abf0d,[_0x1b997b[_0x4b3f34(0x12c)],_0x44b4f4,_0x1b997b['egGUx']]),_0x369567=_0x1b997b['BSMLX'](nestedKeyValue,_0x4abf0d,[_0x1b997b[_0x4b3f34(0x12c)],_0x44b4f4,_0x5417b2]);if(_0x369567&&_0x369567['browserWSEndpoint']){const _0x4c3141={};_0x4c3141[_0x4b3f34(0x16f)]=[],_0x369567[_0x4b3f34(0x1aa)]=helper[_0x4b3f34(0x12f)](Object[_0x4b3f34(0x17d)]({},_0x2b3f3c['config'],_0x4c3141),null,_0x376e0e[_0x4b3f34(0x13b)](),null,null,_0x369567[_0x4b3f34(0x1aa)]);}}else{const _0x2b2666={};_0x2b2666[_0x4b3f34(0x16f)]=[],_0x4abf0d[_0x1b997b[_0x4b3f34(0x12c)]][_0x44b4f4][_0x1b997b[_0x4b3f34(0x167)]]=helper[_0x4b3f34(0x12f)](Object['assign']({},_0x2b3f3c[_0x4b3f34(0x13c)],_0x2b2666),null,_0x376e0e[_0x4b3f34(0x13b)](),_0x1b997b['naVzx'](nestedKeyValue,_0x4abf0d,[_0x1b997b[_0x4b3f34(0x12c)],_0x44b4f4,_0x1b997b[_0x4b3f34(0x167)]])||{},null,null);}_0x4aea81[_0x1b997b[_0x4b3f34(0x198)]]=_0x4abf0d,_0x474436['push'](_0x1b997b[_0x4b3f34(0x198)]);}const _0x2caccd={};_0x2caccd['testConfig']=_0x4e0dec;const _0x2575cb=_0x2caccd,_0x104858=path[_0x4b3f34(0x173)](__dirname,_0x1b997b['dwxxn']),_0x5e1bcb=process[_0x4b3f34(0x174)]();process[_0x4b3f34(0x16b)][_0x1b997b[_0x4b3f34(0x155)]]=_0x5e1bcb,process[_0x4b3f34(0x14b)](path[_0x4b3f34(0x119)](_0x4e0dec));const _0x5a41a3=new CodeceptJS[(_0x4b3f34(0x19a))](null,_0x2575cb),_0x5b5a61=_0x5a41a3['createGroupsOfSuites'](_0x3c47cb),_0x57071e=testOpsHelper[_0x4b3f34(0x14a)](),_0xcd76f0=_0x474436[_0x4b3f34(0x163)](_0x163557=>{const _0x4e70e8=_0x4b3f34,_0x412d2b={};_0x412d2b[_0x4e70e8(0x14d)]=_0x4aea81[_0x163557];const _0x57e9a0={};_0x57e9a0[_0x4e70e8(0x111)]=_0x4aea81[_0x163557];const _0x1f905b=_0x11800b?_0x412d2b:_0x57e9a0,_0x366d87=_0x1b997b[_0x4e70e8(0x14f)](getO11yRerunPattern),_0x3b6453={};_0x3b6453[_0x4e70e8(0x142)]=_0x1f905b;const _0x11d903={};_0x11d903[_0x4e70e8(0x196)]=_0x104858,_0x11d903[_0x4e70e8(0x171)]=!![],_0x11d903[_0x4e70e8(0x112)]=_0x2b3f3c[_0x4e70e8(0x13c)][_0x4e70e8(0x117)]['skipSessionName'],_0x11d903[_0x4e70e8(0x193)]=_0x2b3f3c['config']['testContextOptions'][_0x4e70e8(0x193)],_0x11d903[_0x4e70e8(0x13f)]=_0x57071e,_0x11d903[_0x4e70e8(0x16a)]=_0x376e0e;const _0x1b5ee3={};_0x1b5ee3['BrowserStackPlugin']=_0x11d903;const _0x273ffb={};return _0x273ffb[_0x4e70e8(0x150)]=_0x1b5ee3,helper['mergeDeep']({},_0x4abf0d,_0x1b997b[_0x4e70e8(0x14f)](isBrowserstackInfra)?_0x3b6453:{},_0x366d87?{'grep':_0x366d87}:{},_0x273ffb);});for(const _0x32eee5 of _0xcd76f0){for(const _0x511b16 of _0x5b5a61){const _0x4daae3=_0x5a41a3[_0x4b3f34(0x114)]();_0x4daae3[_0x4b3f34(0x181)](_0x511b16),_0x4daae3['addConfig'](_0x32eee5);const _0xb824ea={};_0xb824ea[_0x4b3f34(0x13c)]=_0x4e0dec,_0x4daae3[_0x4b3f34(0x16e)](Object[_0x4b3f34(0x17d)](_0xb824ea,_0x1ffdad));}}_0x5a41a3['on'](CodeceptJS['event']['test'][_0x4b3f34(0x122)],(_0x5ac642,_0x2970ba)=>{const _0x3eb39f=_0x4b3f34;console[_0x3eb39f(0x189)](_0x1b997b[_0x3eb39f(0x19d)],_0x5ac642['title']);const _0x1318a4={[_0x5ac642[_0x3eb39f(0x12e)]]:_0x5ac642[_0x3eb39f(0x17e)][_0x3eb39f(0x137)]};_testErrorData[_0x3eb39f(0x138)](_0x1318a4);}),_0x5a41a3['on'](CodeceptJS['event'][_0x4b3f34(0x14e)]['passed'],async _0x267eed=>{const _0x4fc967=_0x4b3f34;console[_0x4fc967(0x189)](_0x1b997b[_0x4fc967(0x178)],_0x267eed[_0x4fc967(0x12e)]);}),_0x5a41a3['on'](CodeceptJS['event'][_0x4b3f34(0x14e)][_0x4b3f34(0x175)],async _0x32fcd8=>{const _0x2dd305=_0x4b3f34;console[_0x2dd305(0x189)](_0x1b997b['NOUzY'],_0x32fcd8[_0x2dd305(0x12e)]);}),_0x5a41a3['on'](CodeceptJS[_0x4b3f34(0x13a)]['all'][_0x4b3f34(0x19f)],async()=>{const _0x30182b=_0x4b3f34,_0xee9f64=_0x1b997b[_0x30182b(0x153)][_0x30182b(0x18e)]('|');let _0x4d4c02=0x0;while(!![]){switch(_0xee9f64[_0x4d4c02++]){case'0':try{await TestHubHandler[_0x30182b(0x127)]();}catch(_0x135a34){logger[_0x30182b(0x120)](_0x30182b(0x165)+util[_0x30182b(0x11c)](_0x135a34));}continue;case'1':_0x2b3f3c[_0x30182b(0x143)]=_testErrorData;continue;case'2':utilities[_0x30182b(0x161)](_0x2b3f3c);continue;case'3':_0x5a41a3[_0x30182b(0x176)]();continue;case'4':PerformanceTester[_0x30182b(0x177)](PerformanceEvents[_0x30182b(0x113)]);continue;case'5':testOpsHelper[_0x30182b(0x11d)]();continue;}break;}});async function _0x215dc2(){const _0x5b56a9=_0x4b3f34;try{await _0x5a41a3['bootstrapAll'](),await _0x5a41a3['run']();}finally{process['chdir'](_0x5e1bcb),await _0x5a41a3[_0x5b56a9(0x197)]();}}PerformanceTester[_0x4b3f34(0x17f)](PerformanceEvents['SDK_SETUP']),await _0x1b997b[_0x4b3f34(0x15a)](_0x215dc2);}function a2_0x4ab0(_0x4fd211,_0x48ebcc){const _0xe1268d=a2_0xe126();return a2_0x4ab0=function(_0x4ab029,_0x4e612c){_0x4ab029=_0x4ab029-0x110;let _0x14fb4f=_0xe1268d[_0x4ab029];return _0x14fb4f;},a2_0x4ab0(_0x4fd211,_0x48ebcc);}module[a2_0x255b57(0x159)]=run;
2
+ 'use strict';const a2_0xa58e4c=a2_0x5294;(function(_0x36613e,_0x3e5271){const _0x55ecad=a2_0x5294,_0x53391b=_0x36613e();while(!![]){try{const _0x56fa43=parseInt(_0x55ecad(0x17d))/0x1*(-parseInt(_0x55ecad(0x161))/0x2)+parseInt(_0x55ecad(0x141))/0x3*(-parseInt(_0x55ecad(0x11b))/0x4)+parseInt(_0x55ecad(0x170))/0x5+-parseInt(_0x55ecad(0x157))/0x6+-parseInt(_0x55ecad(0xe8))/0x7+parseInt(_0x55ecad(0x13f))/0x8*(-parseInt(_0x55ecad(0x12e))/0x9)+parseInt(_0x55ecad(0x100))/0xa;if(_0x56fa43===_0x3e5271)break;else _0x53391b['push'](_0x53391b['shift']());}catch(_0x3ec9c7){_0x53391b['push'](_0x53391b['shift']());}}}(a2_0x15cf,0xc2415));const fs=require('fs'),path=require(a2_0xa58e4c(0x12d)),util=require(a2_0xa58e4c(0x13d)),process=require(a2_0xa58e4c(0x17f)),logger=require(a2_0xa58e4c(0xed))[a2_0xa58e4c(0x102)],{default:BrowserStackSetup}=require(a2_0xa58e4c(0x134)),helper=require('../../helpers/helper'),utilities=require(a2_0xa58e4c(0x16c)),{checkAccessibilityPlatformConfig}=require(a2_0xa58e4c(0x11e)),{setAccessibilityCapabilities,processAccessibilityCaps}=require('../../bin/playwright/accessibility-helper'),{requireModule,nestedKeyValue,isBrowserstackInfra}=require('../../helpers/helper'),CodeceptJS=requireModule(a2_0xa58e4c(0x16d),a2_0xa58e4c(0x107)),testOpsHelper=require(a2_0xa58e4c(0x13b)),TestHubHandler=require('../../helpers/testhub/testhubHandler'),constants=require(a2_0xa58e4c(0x12b)),PerformanceTester=require('../../helpers/performance/performance-tester'),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),PerformanceEvents=require(a2_0xa58e4c(0x112))[a2_0xa58e4c(0x119)],ClientTroubleShootingService=require('../utils/clientTroubleshootingService'),_testErrorData=[],getUserCodeceptJSConfigs=(_0x4cfc22,_0x123274)=>{const _0x5d51dd=a2_0xa58e4c,_0x500aeb={};_0x500aeb[_0x5d51dd(0x14f)]=function(_0xc99020,_0x11960a){return _0xc99020===_0x11960a;},_0x500aeb[_0x5d51dd(0x130)]=_0x5d51dd(0x149),_0x500aeb[_0x5d51dd(0x10e)]=_0x5d51dd(0x124);const _0x5df5cb=_0x500aeb;let _0x3308f1=null;const _0xa17bff={};let _0x338519=_0x123274['findIndex'](_0xe3dfa4=>_0xe3dfa4===_0x5d51dd(0x153));_0x5df5cb[_0x5d51dd(0x14f)](_0x338519,-0x1)&&(_0x338519=_0x123274[_0x5d51dd(0x14e)](_0x567093=>_0x567093==='-c'));if(!helper[_0x5d51dd(0x167)](_0x4cfc22[_0x5d51dd(0x122)])&&fs[_0x5d51dd(0x171)](path['join'](process[_0x5d51dd(0x151)](),_0x4cfc22[_0x5d51dd(0x122)])))_0x3308f1=path[_0x5d51dd(0x101)](process[_0x5d51dd(0x151)](),_0x4cfc22[_0x5d51dd(0x122)]),_0x123274[_0x5d51dd(0x15d)](_0x338519,0x2);else{if(!helper[_0x5d51dd(0x167)](_0x4cfc22['c'])&&fs[_0x5d51dd(0x171)](path[_0x5d51dd(0x101)](process[_0x5d51dd(0x151)](),_0x4cfc22['c'])))_0x3308f1=path[_0x5d51dd(0x101)](process[_0x5d51dd(0x151)](),_0x4cfc22['c']),_0x123274[_0x5d51dd(0x15d)](_0x338519,0x2);else{if(fs[_0x5d51dd(0x171)](path['join'](process[_0x5d51dd(0x151)](),_0x5df5cb[_0x5d51dd(0x130)])))_0x3308f1=path[_0x5d51dd(0x101)](process[_0x5d51dd(0x151)](),_0x5df5cb[_0x5d51dd(0x130)]);else fs[_0x5d51dd(0x171)](path[_0x5d51dd(0x101)](process[_0x5d51dd(0x151)](),_0x5df5cb[_0x5d51dd(0x10e)]))&&(_0x3308f1=path[_0x5d51dd(0x101)](process['cwd'](),_0x5df5cb[_0x5d51dd(0x10e)]));}}return process[_0x5d51dd(0x13e)][_0x5d51dd(0x13c)]=_0x3308f1,_0x3308f1;},getO11yRerunPattern=()=>{const _0x50c66a=a2_0xa58e4c,_0x180059=helper[_0x50c66a(0x11c)](process[_0x50c66a(0x13e)]['BROWSERSTACK_RERUN']);if(_0x180059){const _0x3b0dce=process['env'][_0x50c66a(0x174)],_0x11dc30=[];if(helper[_0x50c66a(0x165)](_0x3b0dce)&&!helper[_0x50c66a(0x167)](_0x3b0dce)){_0x3b0dce[_0x50c66a(0x17e)](',')['map'](_0x4ec899=>{const _0x3696ce=_0x50c66a;_0x11dc30['push']('('+_0x4ec899[_0x3696ce(0xfb)]()+')');});const _0x37db59='^'+_0x11dc30[_0x50c66a(0x101)]('|')+'$';return _0x37db59;}}return null;},a2_0xb0ba68={};function a2_0x5294(_0x1a693f,_0x582729){const _0x15cf27=a2_0x15cf();return a2_0x5294=function(_0x5294b9,_0x2df9af){_0x5294b9=_0x5294b9-0xe7;let _0x2654ef=_0x15cf27[_0x5294b9];return _0x2654ef;},a2_0x5294(_0x1a693f,_0x582729);}a2_0xb0ba68['chrome']='chromium',a2_0xb0ba68[a2_0xa58e4c(0xec)]=a2_0xa58e4c(0xeb),a2_0xb0ba68[a2_0xa58e4c(0x173)]=a2_0xa58e4c(0x120),a2_0xb0ba68[a2_0xa58e4c(0x146)]=a2_0xa58e4c(0x114);function a2_0x15cf(){const _0xba98ef=['errorMessage','initialize','start','getPlatformName','62723250xSrZDD','join','winstonLogger','replace','now','accessibilityOptions','gtLWu','codeceptjs','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','toLowerCase','IhzTC','printBuildLink','plugins','failed','tuQuP','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','require','bootstrapAll','../../helpers/performance/constants','chdir','webkit','format','BROWSERSTACK_TEST_OBSERVABILITY_YML','Playwright','hubUrl','EVENTS','test','504SpwWhX','isTrue','/wd/hub','../../helpers/accessibility-automation/helper','Passed\x20:\x20','firefox','tAXbc','config','title','codecept.json','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','map','dirname','prepareCapabilities','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','stringify','../utils/constants','testObservability','path','19035QlgYSQ','accessibility','lCLAx','testContextOptions','gherkin','printResults','../../helpers/BrowserStackSetup','passed','2|3|5|0|4|1','BrowserStackPlugin','FRAMEWORKS','Failed\x20:\x20','spawn','../../helpers/test-observability/utils','USER_CONFIG_DETAILS_PATH','util','env','4728ZBCcbM','teardownAll','36453mABlXB','handleApp','user','nqtKB','load','playwright-webkit','debug','cXyKA','codecept.conf.js','helpers','platforms','log','DJFiV','findIndex','EhSBZ','BROWSERSTACK_FRAMEWORK','cwd','stack','--config','mergeDeep','DRJkE','HGSqC','7491720UiLWYp','result','CODECEPT','parallelsPerPlatform','browser','SDK_SETUP','slice','browserWSEndpoint','ppaFj','assign','8GDGOzr','QDtZg','validPlatformsPresent','createGroupsOfSuites','validateRerunTestList','CODECEPT_CUCUMBER','isUndefined','YkNwX','Vmozh','MTziS','BDnKo','../../helpers/utilities','codeceptjs/lib/index.js','Started\x20:\x20','IKQET','397950zblkFC','existsSync','event','playwright-firefox','BROWSERSTACK_RERUN_TESTS','BrowserStackPlugin.js','enabled','UMoyg','jxDZs','rYygS','info','launchBuild','tSEhP','104827WnQhwa','split','process','YgzNM','before','pRDeI','end','BROWSERSTACK_TEST_ACCESSIBILITY_YML','wNMTr','opJKM','browserName','stop','finalExecution','root','forEach','7751289EAWGaM','exports','err','chromium','playwright-chromium','../../helpers/logger','key','push','run','skipSessionName','rdGha','profile','SDK_CLEANUP','desiredCapabilities','TweGY','userName','browserStackCwd','okfLU','frameworkName','trim'];a2_0x15cf=function(){return _0xba98ef;};return a2_0x15cf();}const pwToCodeceptBrowser=a2_0xb0ba68;async function run(_0x1a1e1a,_0x4cb2cc,_0x425a27){const _0x2b3aed=a2_0xa58e4c,_0x2eff65={'LhWDA':function(_0xdf5b91,_0x453b4a,_0x5d8d6c,_0x121734){return _0xdf5b91(_0x453b4a,_0x5d8d6c,_0x121734);},'IKQET':function(_0x18a5a0,_0x235d62){return _0x18a5a0+_0x235d62;},'UMoyg':function(_0xf432f,_0x295637){return _0xf432f(_0x295637);},'fSmmT':function(_0xa643f7,_0x215442,_0x540e75){return _0xa643f7(_0x215442,_0x540e75);},'rdGha':'helpers','opJKM':function(_0x2d4744){return _0x2d4744();},'rYygS':_0x2b3aed(0x11d),'nqtKB':function(_0x463543){return _0x463543();},'lOKLB':_0x2b3aed(0x139),'MTziS':_0x2b3aed(0x11f),'jxDZs':_0x2b3aed(0x16e),'wNMTr':_0x2b3aed(0x136),'DRJkE':function(_0x2a6fc2,_0x5db023,_0x4a8a15){return _0x2a6fc2(_0x5db023,_0x4a8a15);},'pRDeI':_0x2b3aed(0x108),'xWCwp':function(_0x2f2f3a,_0x33b8c1,_0x3f6bfe){return _0x2f2f3a(_0x33b8c1,_0x3f6bfe);},'cXyKA':'Playwright','FnFFm':'WebDriver','ppaFj':function(_0x4f4f63,_0x3e7cd0){return _0x4f4f63!=_0x3e7cd0;},'HGSqC':function(_0x28ff07,_0x53b7ad){return _0x28ff07===_0x53b7ad;},'QDtZg':_0x2b3aed(0x132),'tSEhP':function(_0x5b57c8,_0x3895f9){return _0x5b57c8(_0x3895f9);},'BDnKo':function(_0x19ea76){return _0x19ea76();},'gtLWu':function(_0x355016,_0x114591){return _0x355016*_0x114591;},'TweGY':_0x2b3aed(0x15b),'DJFiV':function(_0x47db55,_0x38db3c,_0x46026a){return _0x47db55(_0x38db3c,_0x46026a);},'Vmozh':_0x2b3aed(0xf5),'okfLU':function(_0x419bc1,_0x50195c,_0x44cdb6){return _0x419bc1(_0x50195c,_0x44cdb6);},'tAXbc':_0x2b3aed(0x18a),'YgzNM':_0x2b3aed(0x175),'YkNwX':_0x2b3aed(0xf8),'IhzTC':'codeceptjs'};await _0x425a27[_0x2b3aed(0xfd)](_0x1a1e1a),await helper[_0x2b3aed(0x142)](_0x425a27[_0x2b3aed(0x122)]);if(!_0x425a27[_0x2b3aed(0x122)])return;process[_0x2b3aed(0xf3)]=_0x1a1e1a[_0x2b3aed(0xf3)];_0x1a1e1a[_0x2b3aed(0xf3)]&&(process[_0x2b3aed(0x13e)][_0x2b3aed(0xf3)]=_0x1a1e1a[_0x2b3aed(0xf3)]);const _0x1f7a27=_0x2eff65[_0x2b3aed(0x155)](getUserCodeceptJSConfigs,_0x1a1e1a,_0x4cb2cc);let _0x491d74={};_0x1f7a27?(logger[_0x2b3aed(0x17a)](_0x2b3aed(0x129)+_0x1f7a27),_0x491d74=CodeceptJS['config'][_0x2b3aed(0x145)](_0x1f7a27)):logger[_0x2b3aed(0x17a)](_0x2eff65[_0x2b3aed(0x182)]);let _0x1251f8=![];_0x2eff65['xWCwp'](nestedKeyValue,_0x491d74,[_0x2eff65[_0x2b3aed(0xf2)],_0x2eff65[_0x2b3aed(0x148)]])&&(_0x1251f8=!![]);const _0x473e56=_0x1251f8?_0x2eff65[_0x2b3aed(0x148)]:_0x2eff65['FnFFm'];let _0x2950e4=!_0x1251f8?helper['useW3C'](_0x425a27[_0x2b3aed(0x122)]):![];!helper['isUndefined'](_0x425a27[_0x2b3aed(0x122)]['accessibilityOptions'])&&(process[_0x2b3aed(0x13e)][_0x2b3aed(0x125)]=JSON[_0x2b3aed(0x12a)](_0x425a27['config'][_0x2b3aed(0x105)]));let _0x46f6c9=_0x425a27[_0x2b3aed(0x122)][_0x2b3aed(0x12f)];_0x46f6c9=_0x46f6c9||_0x2eff65[_0x2b3aed(0x177)](checkAccessibilityPlatformConfig,_0x425a27[_0x2b3aed(0x122)]),process['env'][_0x2b3aed(0x184)]=_0x46f6c9;_0x46f6c9&&(_0x2950e4=!_0x46f6c9);_0x2eff65[_0x2b3aed(0x15f)](_0x425a27[_0x2b3aed(0x122)][_0x2b3aed(0x12c)],null)?process[_0x2b3aed(0x13e)][_0x2b3aed(0x116)]=_0x425a27['config'][_0x2b3aed(0x12c)]:process[_0x2b3aed(0x13e)][_0x2b3aed(0x116)]=_0x2eff65[_0x2b3aed(0x156)](_0x473e56,_0x2eff65['cXyKA']);const _0xfd416b=_0x2eff65['fSmmT'](nestedKeyValue,_0x491d74,[_0x2eff65[_0x2b3aed(0x162)]]),_0x52c95e=_0xfd416b&&!helper['isEmpty'](_0xfd416b)?FRAMEWORKS[_0x2b3aed(0x166)]:FRAMEWORKS[_0x2b3aed(0x159)],_0xe3ed16=await TestHubHandler[_0x2b3aed(0x17b)](_0x52c95e,_0x425a27);_0x46f6c9&&_0x2eff65[_0x2b3aed(0x17c)](setAccessibilityCapabilities,_0x425a27['config']);const _0x2db975={},_0x44f5a8=[],_0x449cc0=_0x425a27[_0x2b3aed(0x122)][_0x2b3aed(0x15a)]||helper['getUserWorkerCount'](_0x1a1e1a,_0x4cb2cc,_0x425a27[_0x2b3aed(0x122)],constants[_0x2b3aed(0x138)]['CODECEPT'])||0x1;let _0x2d3d6c=0x1;if(_0x2eff65[_0x2b3aed(0x16b)](isBrowserstackInfra)){const _0x3390a4=helper[_0x2b3aed(0x128)](_0x425a27[_0x2b3aed(0x122)],_0x2950e4,constants[_0x2b3aed(0x138)][_0x2b3aed(0x159)]);_0x3390a4[_0x2b3aed(0xe7)](_0x16bb47=>{helper['setAdditionalCapabilities'](_0x16bb47);}),helper[_0x2b3aed(0x163)](_0x425a27[_0x2b3aed(0x122)])?_0x2d3d6c=_0x2eff65[_0x2b3aed(0x106)](_0x449cc0,_0x425a27[_0x2b3aed(0x122)][_0x2b3aed(0x14b)]['length']):_0x2d3d6c=_0x449cc0,_0x3390a4[_0x2b3aed(0xe7)](_0x3bd3ba=>{const _0x354d08=_0x2b3aed,_0x3d9975=_0x2eff65['IKQET'](helper[_0x354d08(0xff)](_0x3bd3ba,'_'),'_'+Date[_0x354d08(0x104)]()),_0x497756=((()=>{const _0x3ae12e=_0x354d08;if(_0x1251f8){const _0x82c905=pwToCodeceptBrowser[_0x3bd3ba[_0x3ae12e(0x187)]]||_0x3bd3ba['browserName'],_0x2ac58e=helper['getPlaywrightUrl'](_0x425a27[_0x3ae12e(0x122)]),_0x2be4be=Object['assign']({},_0x3bd3ba);return _0x2eff65['LhWDA'](processAccessibilityCaps,_0x2be4be,_0x2ac58e,null),{'browser':_0x82c905,[_0x82c905]:{'browserWSEndpoint':_0x2eff65[_0x3ae12e(0x16f)](_0x2ac58e,_0x2eff65[_0x3ae12e(0x177)](encodeURIComponent,JSON[_0x3ae12e(0x12a)](_0x2be4be)))}};}const _0x2442dc={};return _0x2442dc['desiredCapabilities']=_0x3bd3ba,_0x2442dc[_0x3ae12e(0x143)]=_0x425a27['config'][_0x3ae12e(0xf7)],_0x2442dc[_0x3ae12e(0xee)]=_0x425a27[_0x3ae12e(0x122)]['accessKey'],_0x2442dc;})()),_0x1cbe70=_0x2eff65['fSmmT'](nestedKeyValue,_0x491d74,[_0x2eff65[_0x354d08(0xf2)],_0x473e56]);_0x2db975[_0x3d9975]=_0x1cbe70?helper['mergeDeep'](_0x497756,_0x1cbe70):_0x497756;if(_0x1251f8)_0x2db975[_0x3d9975]['browser']=pwToCodeceptBrowser[_0x3bd3ba[_0x354d08(0x187)]]||_0x3bd3ba[_0x354d08(0x187)];else{_0x2db975[_0x3d9975]['browser']=_0x3bd3ba[_0x354d08(0x187)]||_0x497756['browser'];if(_0x2eff65[_0x354d08(0x186)](isBrowserstackInfra)){_0x2db975[_0x3d9975]['host']=constants[_0x354d08(0x118)][_0x354d08(0x103)](_0x2eff65[_0x354d08(0x179)],'')['replace'](/https?:\/\//,'');;_0x2db975[_0x3d9975]['path']=_0x2eff65[_0x354d08(0x179)];}}_0x44f5a8[_0x354d08(0xef)](_0x3d9975);});}else{_0x2d3d6c=0x1;if(_0x1251f8){const _0x38c445=_0x2eff65[_0x2b3aed(0x155)](nestedKeyValue,_0x491d74,[_0x2eff65[_0x2b3aed(0xf2)],_0x473e56,_0x2eff65[_0x2b3aed(0xf6)]]),_0x5b4277=_0x2eff65[_0x2b3aed(0x14d)](nestedKeyValue,_0x491d74,[_0x2eff65[_0x2b3aed(0xf2)],_0x473e56,_0x38c445]);if(_0x5b4277&&_0x5b4277['browserWSEndpoint']){const _0x4cbfbb={};_0x4cbfbb['platforms']=[],_0x5b4277[_0x2b3aed(0x15e)]=helper['prepareCapabilities'](Object['assign']({},_0x425a27[_0x2b3aed(0x122)],_0x4cbfbb),null,_0x52c95e[_0x2b3aed(0x109)](),null,null,_0x5b4277[_0x2b3aed(0x15e)]);}}else{const _0x44d82d={};_0x44d82d['platforms']=[],_0x491d74[_0x2eff65[_0x2b3aed(0xf2)]][_0x473e56][_0x2eff65[_0x2b3aed(0x169)]]=helper['prepareCapabilities'](Object[_0x2b3aed(0x160)]({},_0x425a27[_0x2b3aed(0x122)],_0x44d82d),null,_0x52c95e['toLowerCase'](),_0x2eff65[_0x2b3aed(0xf9)](nestedKeyValue,_0x491d74,[_0x2eff65[_0x2b3aed(0xf2)],_0x473e56,_0x2eff65['Vmozh']])||{},null,null);}_0x2db975[_0x2eff65[_0x2b3aed(0x121)]]=_0x491d74,_0x44f5a8[_0x2b3aed(0xef)](_0x2eff65[_0x2b3aed(0x121)]);}const _0x4ca4f7={};_0x4ca4f7['testConfig']=_0x1f7a27;const _0x461fb4=_0x4ca4f7,_0x289d55=path[_0x2b3aed(0x101)](__dirname,_0x2eff65[_0x2b3aed(0x180)]),_0xc32bca=process[_0x2b3aed(0x151)]();process[_0x2b3aed(0x13e)][_0x2eff65[_0x2b3aed(0x168)]]=_0xc32bca,process[_0x2b3aed(0x13e)][_0x2b3aed(0x150)]=process['env'][_0x2b3aed(0x150)]||_0x2eff65[_0x2b3aed(0x10a)],process['chdir'](path[_0x2b3aed(0x127)](_0x1f7a27));const _0x5601b3=new CodeceptJS['Workers'](null,_0x461fb4),_0x42e8c5=_0x5601b3[_0x2b3aed(0x164)](_0x449cc0),_0x289533=testOpsHelper['isTestObservabilitySession'](),_0x5970ac=_0x44f5a8[_0x2b3aed(0x126)](_0x46505a=>{const _0x5aab22=_0x2b3aed,_0x43e63e={};_0x43e63e[_0x5aab22(0x117)]=_0x2db975[_0x46505a];const _0x580531={};_0x580531['WebDriver']=_0x2db975[_0x46505a];const _0xcbf9a0=_0x1251f8?_0x43e63e:_0x580531,_0x384f47=_0x2eff65[_0x5aab22(0x186)](getO11yRerunPattern),_0x18dfa0={};_0x18dfa0[_0x5aab22(0x14a)]=_0xcbf9a0;const _0x54a978={};_0x54a978[_0x5aab22(0x110)]=_0x289d55,_0x54a978[_0x5aab22(0x176)]=!![],_0x54a978[_0x5aab22(0xf1)]=_0x425a27[_0x5aab22(0x122)][_0x5aab22(0x131)][_0x5aab22(0xf1)],_0x54a978['skipSessionStatus']=_0x425a27[_0x5aab22(0x122)]['testContextOptions']['skipSessionStatus'],_0x54a978[_0x5aab22(0x12c)]=_0x289533,_0x54a978[_0x5aab22(0xfa)]=_0x52c95e;const _0x2b50af={};_0x2b50af[_0x5aab22(0x137)]=_0x54a978;const _0x2a5cc5={};return _0x2a5cc5[_0x5aab22(0x10c)]=_0x2b50af,helper[_0x5aab22(0x154)]({},_0x491d74,_0x2eff65['nqtKB'](isBrowserstackInfra)?_0x18dfa0:{},_0x384f47?{'grep':_0x384f47}:{},_0x2a5cc5);});for(const _0x58e5e3 of _0x5970ac){for(const _0x4d9929 of _0x42e8c5){const _0x3f4639=_0x5601b3[_0x2b3aed(0x13a)]();_0x3f4639['addTests'](_0x4d9929),_0x3f4639['addConfig'](_0x58e5e3);const _0x4623ec={};_0x4623ec[_0x2b3aed(0x122)]=_0x1f7a27,_0x3f4639['addOptions'](Object['assign'](_0x4623ec,_0x1a1e1a));}}_0x5601b3['on'](CodeceptJS[_0x2b3aed(0x172)][_0x2b3aed(0x11a)][_0x2b3aed(0x10d)],(_0x1cfb29,_0x16b68e)=>{const _0x287810=_0x2b3aed;console[_0x287810(0x14c)](_0x2eff65['lOKLB'],_0x1cfb29[_0x287810(0x123)]);const _0x12c9b5={[_0x1cfb29[_0x287810(0x123)]]:_0x1cfb29[_0x287810(0xea)][_0x287810(0x152)]};_testErrorData['push'](_0x12c9b5);}),_0x5601b3['on'](CodeceptJS[_0x2b3aed(0x172)][_0x2b3aed(0x11a)][_0x2b3aed(0x135)],async _0x59d0cd=>{const _0x355152=_0x2b3aed;console['log'](_0x2eff65[_0x355152(0x16a)],_0x59d0cd[_0x355152(0x123)]);}),_0x5601b3['on'](CodeceptJS[_0x2b3aed(0x172)]['test'][_0x2b3aed(0x181)],async _0x859289=>{const _0x2f7559=_0x2b3aed;console[_0x2f7559(0x14c)](_0x2eff65[_0x2f7559(0x178)],_0x859289[_0x2f7559(0x123)]);}),_0x5601b3['on'](CodeceptJS[_0x2b3aed(0x172)]['all'][_0x2b3aed(0x158)],async()=>{const _0x233260=_0x2b3aed,_0x480edd=_0x2eff65[_0x233260(0x185)]['split']('|');let _0x5d573d=0x0;while(!![]){switch(_0x480edd[_0x5d573d++]){case'0':utilities[_0x233260(0x189)](_0x425a27);continue;case'1':_0x5601b3[_0x233260(0x133)]();continue;case'2':PerformanceTester[_0x233260(0xfe)](PerformanceEvents[_0x233260(0xf4)]);continue;case'3':_0x425a27[_0x233260(0xfc)]=_testErrorData;continue;case'4':try{await TestHubHandler[_0x233260(0x188)]();}catch(_0x444d06){logger[_0x233260(0x147)](_0x233260(0x10f)+util[_0x233260(0x115)](_0x444d06));}continue;case'5':testOpsHelper[_0x233260(0x10b)]();continue;}break;}});async function _0x3d6cd1(){const _0x37221b=_0x2b3aed;try{await _0x5601b3[_0x37221b(0x111)](),await _0x5601b3[_0x37221b(0xf0)]();}finally{process[_0x37221b(0x113)](_0xc32bca),await _0x5601b3[_0x37221b(0x140)]();}}PerformanceTester[_0x2b3aed(0x183)](PerformanceEvents[_0x2b3aed(0x15c)]),await _0x2eff65[_0x2b3aed(0x144)](_0x3d6cd1);}module[a2_0xa58e4c(0xe9)]=run;
@@ -1 +1 @@
1
- function a3_0x1de7(_0x1da9df,_0x1f0c51){const _0x3ca500=a3_0x3ca5();return a3_0x1de7=function(_0x1de7a8,_0x1a3d45){_0x1de7a8=_0x1de7a8-0x172;let _0xbe3861=_0x3ca500[_0x1de7a8];return _0xbe3861;},a3_0x1de7(_0x1da9df,_0x1f0c51);}const a3_0x4f23c7=a3_0x1de7;(function(_0x2fd49e,_0x66421b){const _0x263af3=a3_0x1de7,_0x57f907=_0x2fd49e();while(!![]){try{const _0x280856=parseInt(_0x263af3(0x190))/0x1*(parseInt(_0x263af3(0x1a7))/0x2)+-parseInt(_0x263af3(0x1a6))/0x3*(parseInt(_0x263af3(0x1b3))/0x4)+parseInt(_0x263af3(0x18a))/0x5+parseInt(_0x263af3(0x1a8))/0x6*(parseInt(_0x263af3(0x1aa))/0x7)+parseInt(_0x263af3(0x175))/0x8*(parseInt(_0x263af3(0x1c2))/0x9)+parseInt(_0x263af3(0x1a0))/0xa+-parseInt(_0x263af3(0x198))/0xb;if(_0x280856===_0x66421b)break;else _0x57f907['push'](_0x57f907['shift']());}catch(_0x3095cd){_0x57f907['push'](_0x57f907['shift']());}}}(a3_0x3ca5,0xae0c8));function a3_0x3ca5(){const _0x1d6235=['Playwright','27zLToKR','mqMKI','browserstack_accessibility_automation_script','HtHjr','hZiYh','1195344AvbnHa','get','RHLxB','bstack:options','umBmX','unknown_grid','IwJvb','cloudProvider','GQTCW','isVersionSupported','getMinVersionForBrowser','nbMQK','NNuJW','constructor','yizYO','accessibilityPlatform','fetchPlatformDetails','gmvMR','OKYqs','capabilities','browser_version','5696100LqQDFX','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','Foyzl','mZBqc','platformName','AAzrN','1NReRRm','platform','string','name','EDoHu','__cloud_provider___','browserName','getDetails','28969127plCEAI','latest','HZncK','../../helpers/logger','mqKVL','browserstack_executor','../../helpers/test-observability/utils','getBrowserDisplayName','13988180IAvQbq','gPHue','../../helpers/accessibility-automation/helper','deviceName','parse','on\x20non-BrowserStack\x20infrastructure\x20','597561oFRxtr','2598394MGmcOT','6fQEIqx','bsSessionId','398349aPVTej','shouldPatchExecuteScript','kaGfL','\x20browser\x20version\x20','ZmEMp','processWebDriverConfig','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','platformVersion','browser','20TitHfT','WebDriver','config','\x20or\x20higher\x20','warn','platform_version','browserVersion','../../helpers/helper','includes','os_version','vINtQ','lsOmc','sessionId','iOWYV'];a3_0x3ca5=function(){return _0x1d6235;};return a3_0x3ca5();}const {isUndefined,nestedKeyValue}=require('../../helpers/helper'),logger=require(a3_0x4f23c7(0x19b))['winstonLogger'],PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{isAccessibilityAutomationSession}=require(a3_0x4f23c7(0x1a2)),{getObservabilityLinkedProductName}=require(a3_0x4f23c7(0x19e)),accessibilityHelper=require(a3_0x4f23c7(0x1a2)),{isBrowserstackInfra}=require(a3_0x4f23c7(0x1ba)),getOSVersionFromCaps=_0x350994=>{const _0x334ed3=a3_0x4f23c7,_0x41b4e5={};_0x41b4e5['AAzrN']=_0x334ed3(0x178),_0x41b4e5[_0x334ed3(0x180)]=_0x334ed3(0x1b1),_0x41b4e5['OKYqs']=_0x334ed3(0x1b8),_0x41b4e5['UxXoi']='osVersion',_0x41b4e5['IwJvb']=_0x334ed3(0x1bc);const _0xce9c56=_0x41b4e5;if(!_0x350994)return null;const _0x3365f9=_0x350994[_0xce9c56[_0x334ed3(0x18f)]],_0x232bf9=[_0xce9c56[_0x334ed3(0x180)],_0xce9c56[_0x334ed3(0x187)],_0xce9c56['UxXoi'],_0xce9c56[_0x334ed3(0x17b)]];for(const _0x3ed9ee of _0x232bf9){if(_0x3365f9&&_0x3365f9[_0x3ed9ee])return _0x3365f9[_0x3ed9ee];else{if(_0x350994[_0x3ed9ee])return _0x350994[_0x3ed9ee];}}return null;};exports[a3_0x4f23c7(0x185)]=_0x3d6cbb=>{const _0x543d7b=a3_0x4f23c7,_0x285d17={'HZncK':_0x543d7b(0x17a),'mZBqc':function(_0x351be8,_0x34f131){return _0x351be8===_0x34f131;},'ZmEMp':_0x543d7b(0x1b4),'mqMKI':function(_0x3c9b3d,_0x1b068a){return _0x3c9b3d(_0x1b068a);},'yizYO':function(_0x12f4eb,_0x2aee48,_0x2046e9){return _0x12f4eb(_0x2aee48,_0x2046e9);},'NNuJW':_0x543d7b(0x1b5),'OCDHe':'desiredCapabilities','dtDGg':_0x543d7b(0x1c1),'umBmX':function(_0x197f6e,_0x3b8d94,_0x20df13){return _0x197f6e(_0x3b8d94,_0x20df13);},'heXKA':_0x543d7b(0x1b2),'lsOmc':'browserWSEndpoint','xhffJ':'caps','gPHue':function(_0x2db0e9,_0x5c05a7){return _0x2db0e9(_0x5c05a7);}};if(!_0x3d6cbb)return null;let _0x3bb4fc=global[_0x543d7b(0x195)]||_0x285d17[_0x543d7b(0x19a)];if(_0x285d17[_0x543d7b(0x18d)](_0x3d6cbb[_0x543d7b(0x182)][_0x543d7b(0x193)],_0x285d17[_0x543d7b(0x1ae)])){const _0x46b9d2=_0x3d6cbb[_0x543d7b(0x1b2)];if(!_0x46b9d2)return null;const _0x568fa0=_0x46b9d2['capabilities'],_0x43e88a=_0x285d17[_0x543d7b(0x1c3)](getOSVersionFromCaps,_0x285d17[_0x543d7b(0x183)](nestedKeyValue,_0x3d6cbb,[_0x285d17[_0x543d7b(0x181)],_0x285d17['OCDHe']]));return{[_0x3bb4fc]:{'browser':_0x568fa0[_0x543d7b(0x196)],'browser_version':_0x568fa0['browserVersion'],'capabilities':_0x568fa0,'platform':_0x568fa0[_0x543d7b(0x18e)],'platform_version':_0x568fa0[_0x543d7b(0x1b1)]||_0x43e88a,'product':_0x285d17[_0x543d7b(0x1c3)](getObservabilityLinkedProductName,_0x568fa0),'session_id':_0x46b9d2[_0x543d7b(0x1bf)]}};}else{if(_0x285d17[_0x543d7b(0x18d)](_0x3d6cbb['constructor'][_0x543d7b(0x193)],_0x285d17['dtDGg'])){const _0x1d8280=PlaywrightSessionDetails[_0x543d7b(0x197)]();_0x3bb4fc=_0x1d8280[_0x543d7b(0x17c)]||_0x3bb4fc;const _0x2909e2=_0x285d17[_0x543d7b(0x179)](nestedKeyValue,_0x3d6cbb,[_0x285d17[_0x543d7b(0x181)],_0x285d17['heXKA'],_0x285d17[_0x543d7b(0x1be)]]),_0x4f5fec=_0x2909e2?JSON[_0x543d7b(0x1a4)](new URL(_0x2909e2)['searchParams'][_0x543d7b(0x176)](_0x285d17['xhffJ'])):{};return{[_0x3bb4fc]:{'browser':_0x1d8280[_0x543d7b(0x1b2)]||_0x4f5fec[_0x543d7b(0x196)],'browser_version':_0x1d8280[_0x543d7b(0x189)]||_0x4f5fec[_0x543d7b(0x189)],'capabilities':_0x4f5fec,'platform':_0x1d8280[_0x543d7b(0x191)],'platform_version':_0x1d8280[_0x543d7b(0x1b8)],'product':_0x285d17[_0x543d7b(0x1a1)](getObservabilityLinkedProductName,_0x4f5fec),'session_id':_0x1d8280[_0x543d7b(0x1a9)]}};}}},exports[a3_0x4f23c7(0x1af)]=_0x1ca1e2=>{const _0x395686=a3_0x4f23c7,_0x2fd988={'bTiGz':function(_0x4c8ce5){return _0x4c8ce5();},'vINtQ':_0x395686(0x18b),'hZiYh':function(_0x157acc,_0x326564){return _0x157acc!==_0x326564;},'iOWYV':_0x395686(0x199),'GQTCW':function(_0xffa353){return _0xffa353();},'EDoHu':_0x395686(0x1a5),'HtHjr':function(_0x2a065f,_0x5a39dc){return _0x2a065f(_0x5a39dc);},'Foyzl':_0x395686(0x1b0)};if(_0x2fd988['bTiGz'](isAccessibilityAutomationSession)){const _0x493b68=_0x1ca1e2[_0x395686(0x1b2)],_0x3ca3fa=_0x493b68[_0x395686(0x188)];global[_0x395686(0x184)]=!![];!accessibilityHelper['isBrowserSupportedForAccessibility'](_0x3ca3fa[_0x395686(0x196)])&&(logger['warn'](_0x2fd988[_0x395686(0x1bd)]),global[_0x395686(0x184)]=![]);if(_0x2fd988[_0x395686(0x174)](_0x3ca3fa[_0x395686(0x1b9)],_0x2fd988[_0x395686(0x1c0)])){const _0x1c9eb4=_0x2fd988[_0x395686(0x17d)](isBrowserstackInfra),_0x2c54dd=accessibilityHelper[_0x395686(0x17f)](_0x3ca3fa[_0x395686(0x196)],_0x1c9eb4),_0x1de51d=accessibilityHelper[_0x395686(0x19f)](_0x3ca3fa[_0x395686(0x196)]);if(!accessibilityHelper[_0x395686(0x17e)](_0x3ca3fa['browserVersion'],_0x2c54dd)){const _0x1eb599=_0x1c9eb4?'':_0x2fd988[_0x395686(0x194)];logger['warn']('Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20'+_0x1de51d+_0x395686(0x1ad)+_0x2c54dd+_0x395686(0x1b6)+_0x1eb599+'.'),global[_0x395686(0x184)]=![];}}!_0x2fd988[_0x395686(0x173)](isUndefined,_0x3ca3fa[_0x395686(0x1a3)])&&(logger[_0x395686(0x1b7)](_0x2fd988[_0x395686(0x18c)]),global[_0x395686(0x184)]=![]);}},exports[a3_0x4f23c7(0x1ab)]=_0x5b6051=>{const _0x4e7429=a3_0x4f23c7,_0x571661={};_0x571661[_0x4e7429(0x1ac)]=function(_0xf71cc6,_0x538f8b){return _0xf71cc6!==_0x538f8b;},_0x571661['mqKVL']=_0x4e7429(0x192),_0x571661[_0x4e7429(0x177)]=_0x4e7429(0x19d),_0x571661[_0x4e7429(0x186)]=_0x4e7429(0x172);const _0x42593c=_0x571661;if(!_0x5b6051)return![];else{if(_0x42593c['kaGfL'](typeof _0x5b6051,_0x42593c[_0x4e7429(0x19c)]))return!![];}return!_0x5b6051[_0x4e7429(0x1bb)](_0x42593c[_0x4e7429(0x177)])&&!_0x5b6051[_0x4e7429(0x1bb)](_0x42593c[_0x4e7429(0x186)]);};
1
+ function a3_0x4fc3(_0x5e72e2,_0x3014cc){const _0x1ce5ce=a3_0x1ce5();return a3_0x4fc3=function(_0x4fc315,_0x2b04c2){_0x4fc315=_0x4fc315-0xd1;let _0x52bccd=_0x1ce5ce[_0x4fc315];return _0x52bccd;},a3_0x4fc3(_0x5e72e2,_0x3014cc);}const a3_0x2db9d8=a3_0x4fc3;(function(_0x554ff0,_0x557fb8){const _0x17cfbb=a3_0x4fc3,_0x1db4eb=_0x554ff0();while(!![]){try{const _0x443aca=parseInt(_0x17cfbb(0xe6))/0x1*(-parseInt(_0x17cfbb(0xfa))/0x2)+-parseInt(_0x17cfbb(0xe9))/0x3+parseInt(_0x17cfbb(0xd5))/0x4+parseInt(_0x17cfbb(0x119))/0x5+-parseInt(_0x17cfbb(0x10c))/0x6+-parseInt(_0x17cfbb(0xf6))/0x7+parseInt(_0x17cfbb(0xea))/0x8*(parseInt(_0x17cfbb(0x115))/0x9);if(_0x443aca===_0x557fb8)break;else _0x1db4eb['push'](_0x1db4eb['shift']());}catch(_0x5f4dbc){_0x1db4eb['push'](_0x1db4eb['shift']());}}}(a3_0x1ce5,0xb813a));const {isUndefined,nestedKeyValue}=require(a3_0x2db9d8(0xd3)),logger=require(a3_0x2db9d8(0xef))[a3_0x2db9d8(0xfc)],PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),{getObservabilityLinkedProductName}=require('../../helpers/test-observability/utils'),accessibilityHelper=require('../../helpers/accessibility-automation/helper'),{isBrowserstackInfra}=require(a3_0x2db9d8(0xd3)),getOSVersionFromCaps=_0x591f69=>{const _0x662f59=a3_0x2db9d8,_0x6f1ed4={};_0x6f1ed4['GBnzJ']=_0x662f59(0xe5),_0x6f1ed4['cvUim']=_0x662f59(0xf9),_0x6f1ed4[_0x662f59(0x118)]=_0x662f59(0x11e),_0x6f1ed4['cukJY']=_0x662f59(0x10e),_0x6f1ed4['RAODs']=_0x662f59(0xd6);const _0x2371e6=_0x6f1ed4;if(!_0x591f69)return null;const _0xfd8956=_0x591f69[_0x2371e6[_0x662f59(0xff)]],_0x27b982=[_0x2371e6['cvUim'],_0x2371e6['VAyvo'],_0x2371e6[_0x662f59(0xd4)],_0x2371e6[_0x662f59(0xf2)]];for(const _0xb86f80 of _0x27b982){if(_0xfd8956&&_0xfd8956[_0xb86f80])return _0xfd8956[_0xb86f80];else{if(_0x591f69[_0xb86f80])return _0x591f69[_0xb86f80];}}return null;};function a3_0x1ce5(){const _0x4c1fa5=['latest','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','OkEHx','../../helpers/logger','__cloud_provider___','vNhDS','RAODs','browserVersion','platformName','browser','10248686ZrmZEw','hhTFB','\x20or\x20higher\x20','platformVersion','46UToJJS','shouldPatchExecuteScript','winstonLogger','searchParams','unknown_grid','GBnzJ','processWebDriverConfig','wbSUm','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','name','lYZiK','ooMKj','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','warn','gyaAY','deviceName','qizAD','accessibilityPlatform','8330028qHvShs','DkLud','osVersion','sessionId','hiaqE','\x20browser\x20version\x20','isBrowserSupportedForAccessibility','PvBwf','config','9uJJAdQ','constructor','browserName','VAyvo','5297555gbUBcR','get','bsSessionId','LsoHM','getMinVersionForBrowser','platform_version','getDetails','string','MsPcM','../../helpers/helper','cukJY','5108168AjpfQb','os_version','Playwright','includes','sIbYK','oqmgL','browserWSEndpoint','getBrowserDisplayName','cloudProvider','fetchPlatformDetails','owntH','browser_version','QPrfc','laeOg','browserstack_accessibility_automation_script','isVersionSupported','bstack:options','18063LOrVLl','capabilities','WebDriver','2191467cuehnm','19326392sHNxlr','IXQJt'];a3_0x1ce5=function(){return _0x4c1fa5;};return a3_0x1ce5();}exports[a3_0x2db9d8(0xde)]=_0x16cf28=>{const _0x5a856d=a3_0x2db9d8,_0xbb39fc={'oqmgL':_0x5a856d(0xfe),'MsPcM':function(_0x2a2a77,_0x1f0ec1){return _0x2a2a77===_0x1f0ec1;},'PTUWN':_0x5a856d(0xe8),'laeOg':function(_0x5754f2,_0x28c3eb){return _0x5754f2(_0x28c3eb);},'hiaqE':function(_0x3b420f,_0x4d549a,_0x3bced1){return _0x3b420f(_0x4d549a,_0x3bced1);},'IXQJt':_0x5a856d(0x114),'ooMKj':'desiredCapabilities','TQkuS':function(_0xe02cca,_0xc515cc){return _0xe02cca(_0xc515cc);},'PvBwf':function(_0x4dfbf4,_0x29c154){return _0x4dfbf4===_0x29c154;},'KqZbe':_0x5a856d(0xd7),'gyaAY':function(_0x511cb7,_0x5b862e,_0x2ee129){return _0x511cb7(_0x5b862e,_0x2ee129);},'OkEHx':'browser','IIgFc':_0x5a856d(0xdb),'LsoHM':'caps','lYZiK':function(_0x179c85,_0x518ca7){return _0x179c85(_0x518ca7);}};if(!_0x16cf28)return null;let _0x1dc723=global[_0x5a856d(0xf0)]||_0xbb39fc[_0x5a856d(0xda)];if(_0xbb39fc[_0x5a856d(0xd2)](_0x16cf28[_0x5a856d(0x116)][_0x5a856d(0x103)],_0xbb39fc['PTUWN'])){const _0x157a52=_0x16cf28[_0x5a856d(0xf5)];if(!_0x157a52)return null;const _0x22a8b0=_0x157a52[_0x5a856d(0xe7)],_0x248ebe=_0xbb39fc[_0x5a856d(0xe2)](getOSVersionFromCaps,_0xbb39fc[_0x5a856d(0x110)](nestedKeyValue,_0x16cf28,[_0xbb39fc[_0x5a856d(0xeb)],_0xbb39fc[_0x5a856d(0x105)]]));return{[_0x1dc723]:{'browser':_0x22a8b0[_0x5a856d(0x117)],'browser_version':_0x22a8b0['browserVersion'],'capabilities':_0x22a8b0,'platform':_0x22a8b0[_0x5a856d(0xf4)],'platform_version':_0x22a8b0[_0x5a856d(0xf9)]||_0x248ebe,'product':_0xbb39fc['TQkuS'](getObservabilityLinkedProductName,_0x22a8b0),'session_id':_0x157a52[_0x5a856d(0x10f)]}};}else{if(_0xbb39fc[_0x5a856d(0x113)](_0x16cf28['constructor'][_0x5a856d(0x103)],_0xbb39fc['KqZbe'])){const _0x59b06b=PlaywrightSessionDetails[_0x5a856d(0x11f)]();_0x1dc723=_0x59b06b[_0x5a856d(0xdd)]||_0x1dc723;const _0x4f09d3=_0xbb39fc[_0x5a856d(0x108)](nestedKeyValue,_0x16cf28,[_0xbb39fc[_0x5a856d(0xeb)],_0xbb39fc[_0x5a856d(0xee)],_0xbb39fc['IIgFc']]),_0x4bcd18=_0x4f09d3?JSON['parse'](new URL(_0x4f09d3)[_0x5a856d(0xfd)][_0x5a856d(0x11a)](_0xbb39fc[_0x5a856d(0x11c)])):{};return{[_0x1dc723]:{'browser':_0x59b06b[_0x5a856d(0xf5)]||_0x4bcd18[_0x5a856d(0x117)],'browser_version':_0x59b06b[_0x5a856d(0xe0)]||_0x4bcd18[_0x5a856d(0xe0)],'capabilities':_0x4bcd18,'platform':_0x59b06b['platform'],'platform_version':_0x59b06b[_0x5a856d(0x11e)],'product':_0xbb39fc[_0x5a856d(0x104)](getObservabilityLinkedProductName,_0x4bcd18),'session_id':_0x59b06b[_0x5a856d(0x11b)]}};}}},exports[a3_0x2db9d8(0x100)]=_0x1aee03=>{const _0x3d4cff=a3_0x2db9d8,_0x179b9e={'qizAD':function(_0x2da95f){return _0x2da95f();},'eRsgy':_0x3d4cff(0xed),'DkLud':function(_0x44c8a9,_0x41d25f){return _0x44c8a9!==_0x41d25f;},'OLdrb':_0x3d4cff(0xec),'vNhDS':'on\x20non-BrowserStack\x20infrastructure\x20','hhTFB':function(_0x10748b,_0x2c1509){return _0x10748b(_0x2c1509);},'wbSUm':_0x3d4cff(0x106)};if(_0x179b9e[_0x3d4cff(0x10a)](isAccessibilityAutomationSession)){const _0xeecadf=_0x1aee03['browser'],_0x286c71=_0xeecadf['capabilities'];global[_0x3d4cff(0x10b)]=!![];!accessibilityHelper[_0x3d4cff(0x112)](_0x286c71[_0x3d4cff(0x117)])&&(logger[_0x3d4cff(0x107)](_0x179b9e['eRsgy']),global['accessibilityPlatform']=![]);if(_0x179b9e[_0x3d4cff(0x10d)](_0x286c71[_0x3d4cff(0xf3)],_0x179b9e['OLdrb'])){const _0xabe82d=_0x179b9e[_0x3d4cff(0x10a)](isBrowserstackInfra),_0x11e283=accessibilityHelper[_0x3d4cff(0x11d)](_0x286c71[_0x3d4cff(0x117)],_0xabe82d),_0xfa54c1=accessibilityHelper[_0x3d4cff(0xdc)](_0x286c71[_0x3d4cff(0x117)]);if(!accessibilityHelper[_0x3d4cff(0xe4)](_0x286c71[_0x3d4cff(0xf3)],_0x11e283)){const _0x229460=_0xabe82d?'':_0x179b9e[_0x3d4cff(0xf1)];logger[_0x3d4cff(0x107)](_0x3d4cff(0x102)+_0xfa54c1+_0x3d4cff(0x111)+_0x11e283+_0x3d4cff(0xf8)+_0x229460+'.'),global['accessibilityPlatform']=![];}}!_0x179b9e[_0x3d4cff(0xf7)](isUndefined,_0x286c71[_0x3d4cff(0x109)])&&(logger[_0x3d4cff(0x107)](_0x179b9e[_0x3d4cff(0x101)]),global[_0x3d4cff(0x10b)]=![]);}},exports[a3_0x2db9d8(0xfb)]=_0x2a9fd1=>{const _0x3d99a4=a3_0x2db9d8,_0xa73904={};_0xa73904[_0x3d99a4(0xdf)]=function(_0xfb9673,_0xfc92eb){return _0xfb9673!==_0xfc92eb;},_0xa73904[_0x3d99a4(0xd9)]=_0x3d99a4(0xd1),_0xa73904[_0x3d99a4(0xe1)]='browserstack_executor',_0xa73904['BFxBC']=_0x3d99a4(0xe3);const _0x519e54=_0xa73904;if(!_0x2a9fd1)return![];else{if(_0x519e54[_0x3d99a4(0xdf)](typeof _0x2a9fd1,_0x519e54['sIbYK']))return!![];}return!_0x2a9fd1[_0x3d99a4(0xd8)](_0x519e54[_0x3d99a4(0xe1)])&&!_0x2a9fd1['includes'](_0x519e54['BFxBC']);};
@@ -1 +1 @@
1
- const a4_0x3e6a2d=a4_0x3380;(function(_0x248279,_0x5d7a08){const _0x4dc2fa=a4_0x3380,_0x545ac4=_0x248279();while(!![]){try{const _0x614574=-parseInt(_0x4dc2fa(0x1b2))/0x1*(-parseInt(_0x4dc2fa(0x1fd))/0x2)+parseInt(_0x4dc2fa(0x1df))/0x3+-parseInt(_0x4dc2fa(0x1a4))/0x4+-parseInt(_0x4dc2fa(0x247))/0x5+parseInt(_0x4dc2fa(0x238))/0x6+parseInt(_0x4dc2fa(0x1bd))/0x7+-parseInt(_0x4dc2fa(0x1f1))/0x8;if(_0x614574===_0x5d7a08)break;else _0x545ac4['push'](_0x545ac4['shift']());}catch(_0x4feb6a){_0x545ac4['push'](_0x545ac4['shift']());}}}(a4_0x1c6e,0xab9c4));function a4_0x1c6e(){const _0x1a81e3=['OZYML','err','../utils/constants','failure_reason_expanded','WNZpe','SRDTM','WrfDS','parent','../../helpers/test-observability/sessionHandler','browserType.js','PvzMc','eSAdD','uploadEventData','mIoxc','result','_beforeAll','wsEndpoint','flushPendingHookEvents','khSRi','message','520041mUojWp','kvOsq','failure_backtrace','JRDsY','oDYdz','success','inspect','keys','YySRN','rPfZm','toISOString','captureEvent','meta','fireEvent','frameworkName','TEST_RUN_FINISHED','_beforeEach','_paths','1500048absguj','QiiIZ','connectOverCDP','DhILy','../../helpers/helper','hasLiveDriverSession','MBgGN','qerqY','finished','TEST_RUN_SKIPPED','xhjgP','jQmce','2FoYRfS','passed','config','HvDlr','Not\x20able\x20to\x20import\x20Browser','match','bddSteps','appendTestItemLog','UqUzx','forEach','rMquZ','HookRunStarted','BrowserType','started','Sqvzq','CGSlM','test_run_uuid','patchConsoleLogger','getCBTInfo','currentHook','IWVyo','getTime','vpOXK','browserstack','bddStepFinish','RvDMB','.git','ezCOy','TestRunSkipped','SkGMn','fvOQU','Dcnrz','Ctstm','apply','zxIrV','statSync','bs:addLog:','fullTitle','connect','splice','../../helpers/testhub/utils.js','YqLhT','initializeBddStep','eUjuT','getHookType','KxqNR','ieUmD','suites','SoSZn','failed\x20to\x20get\x20root\x20parent\x20file\x20','PLAYWRIGHT_HUB_URL','tags','TEST_EVENTS','nPvUY','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','wkRLQ','CODECEPT','debug','eASqN','3238674sWwXaS','getHierarchy','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','wPhxX','includes','bufferPendingHookEvent','Failed\x20to\x20flush\x20pending\x20hook\x20event\x20','skipped','AMVZl','failed','stepAnalyticsId','type','pendingHookEvents','resetSkipTestHooks','startedAt','6131920RYkZyH','pending','getHooksForTest','kQRUk','vHKxU','vjSiB','constructor','integrations','title','stop','path','CBTSessionCreated','../../helpers/logger','aBEWB','STATE_PASSED','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','testAnalyticsId','launch','name','uuid','bind','Rgqxe','tfPMg','_afterEach','split','sep','javascript','toLowerCase','duration','AnHOU','KTfkq','_testEnv','AeeRo','hook_run','now','failure','concat','arQjw','comment','HOOK_RUN_STARTED','markedStatus','toString','DlCly','BROWSERSTACK','XarHN','util','relative','ofhkJ','Playwright','RwzSL','kYiYZ','_afterAll','groups','sendCBTInfo','lfuCq','JBrsP','feature','roGmm','finished_at','currentTest','ikLZE','length','../../helpers/test-observability/utils','\x20with\x20error\x20:\x20','cunMh','__cloud_provider___','driver','test_run','event_type','status','dirname','hookAnalyticsId','join','findGitConfig','../../helpers/test-observability/constants','ujaWW','stringify','GvEpp','start','TTTfI','hook_run_uuid','test','152624tLtyic','ctx','bddStepStart','ogyRn','body','session_id','getRootParentFile','lib','HookRunFinished','push','EkKJX','defineProperty','wvuZJ','string','246247hjAphA','retryOf','mapTestHooks','fzyOj','errorsDetailed','prefixTestPath','File\x20path\x20could\x20not\x20be\x20found','AZYYb','O11yHelper','enabled','file_name','8369123hfivOo','LogCreated','failureData','rTHMD','IHedv','file','logs','then','hook','setupBrowserDetails','TEST_RUN_STARTED','gUIAc','eventType','codeceptjs'];a4_0x1c6e=function(){return _0x1a81e3;};return a4_0x1c6e();}const path=require(a4_0x3e6a2d(0x15c)),util=require(a4_0x3e6a2d(0x17f)),fs=require('fs'),{v4:uuidv4}=require('uuid'),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x3e6a2d(0x1f5)),testOpsHelper=require(a4_0x3e6a2d(0x190)),{getTestEnv}=require('../mocha/test-observability/mochaUtils'),{FRAMEWORKS}=require(a4_0x3e6a2d(0x19c)),logger=require(a4_0x3e6a2d(0x15e))['winstonLogger'],SessionHandler=require(a4_0x3e6a2d(0x1d3)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),PlaywrightSessionDetails=require('../playwright/sessionDetails'),debug=testOpsHelper['debug'],{processAccessibilityCaps}=require('../playwright/accessibility-helper'),Constants=require('../utils/constants'),{fetchPlatformDetails}=require('./helper.js'),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x3e6a2d(0x225)),constants=require(a4_0x3e6a2d(0x1cd)),STATE_PASSED=a4_0x3e6a2d(0x1fe),STATE_FAILED=a4_0x3e6a2d(0x241),a4_0x1de78f={};a4_0x1de78f[a4_0x3e6a2d(0x1c7)]='TestRunStarted',a4_0x1de78f[a4_0x3e6a2d(0x1ee)]='TestRunFinished',a4_0x1de78f[a4_0x3e6a2d(0x1fa)]=a4_0x3e6a2d(0x219),a4_0x1de78f[a4_0x3e6a2d(0x179)]=a4_0x3e6a2d(0x208),a4_0x1de78f['HOOK_RUN_FINISHED']=a4_0x3e6a2d(0x1ac);const TEST_EVENTS=a4_0x1de78f,parseEvent=_0x2eb187=>{const _0x188773=a4_0x3e6a2d,_0xcc16c3={};_0xcc16c3[_0x188773(0x188)]=function(_0x4ec8ec,_0x27c242){return _0x4ec8ec<_0x27c242;},_0xcc16c3[_0x188773(0x22d)]=function(_0x182158,_0x1dcf7b){return _0x182158===_0x1dcf7b;},_0xcc16c3[_0x188773(0x183)]=_0x188773(0x1a3),_0xcc16c3[_0x188773(0x216)]=_0x188773(0x1c5),_0xcc16c3[_0x188773(0x16f)]=function(_0x19f532,_0x5ac103){return _0x19f532===_0x5ac103;},_0xcc16c3[_0x188773(0x1c1)]=_0x188773(0x23f),_0xcc16c3[_0x188773(0x1d8)]=_0x188773(0x20a),_0xcc16c3['WNZpe']=function(_0x120a8b,_0x344dda){return _0x120a8b===_0x344dda;},_0xcc16c3['AZYYb']=_0x188773(0x1f9);const _0x14026d=_0xcc16c3,_0x2c92af=_0x2eb187[_0x188773(0x202)](/^(.*)Run(.*)$/);if(!_0x2c92af)return null;if(_0x14026d[_0x188773(0x188)](_0x2c92af['length'],0x3))return null;const _0x5a23be=_0x2c92af[0x1][_0x188773(0x16d)](),_0x53142f=_0x2c92af[0x2][_0x188773(0x16d)]();return{'test':_0x14026d[_0x188773(0x22d)](_0x5a23be,_0x14026d[_0x188773(0x183)]),'hook':_0x14026d['SoSZn'](_0x5a23be,_0x14026d[_0x188773(0x216)]),'skipped':_0x14026d['AnHOU'](_0x53142f,_0x14026d[_0x188773(0x1c1)]),'started':_0x14026d[_0x188773(0x22d)](_0x53142f,_0x14026d['mIoxc']),'finished':_0x14026d[_0x188773(0x1cf)](_0x53142f,_0x14026d[_0x188773(0x1b9)])};},mockPWBrowserType=_0x219eab=>{const _0x2e438a=a4_0x3e6a2d,_0x4de6b7={'nPvUY':function(_0x531abf,_0x43672f){return _0x531abf===_0x43672f;},'vjSiB':_0x2e438a(0x1b1),'KTfkq':function(_0x37c2e6,_0x1c4a6c,_0x626e3f){return _0x37c2e6(_0x1c4a6c,_0x626e3f);},'rTHMD':_0x2e438a(0x1db),'ezCOy':function(_0x182319,_0x30c8d9){return _0x182319(_0x30c8d9);},'SkGMn':_0x2e438a(0x214),'YqLhT':_0x2e438a(0x1ab),'zxIrV':'client','AeeRo':_0x2e438a(0x1d4),'ofhkJ':_0x2e438a(0x201),'TTTfI':_0x2e438a(0x223),'MBgGN':_0x2e438a(0x163)},_0x3911dd=path[_0x2e438a(0x19a)](_0x4de6b7[_0x2e438a(0x226)],_0x4de6b7[_0x2e438a(0x21f)],_0x4de6b7[_0x2e438a(0x172)]),_0x55f174=_0x4de6b7[_0x2e438a(0x218)](importFileFromPWCore,_0x3911dd);if(!_0x55f174){_0x4de6b7[_0x2e438a(0x218)](debug,_0x4de6b7[_0x2e438a(0x181)]);return;}const _0x294346=_0x55f174[_0x2e438a(0x209)],_0x6bffca=_0x294346['prototype'];if(_0x6bffca['obsBrowserTypeMockApplied'])return;const _0x5ec6d1=_0x6bffca[_0x2e438a(0x223)];Object[_0x2e438a(0x1af)](_0x6bffca,_0x4de6b7[_0x2e438a(0x1a1)],{'get':function(){return async function _0x1f6186(_0x574827,_0x2f224d){const _0x1c7d30=a4_0x3380,_0x209b2a={'iACPB':function(_0x36230b,_0x535e1d){const _0x69aedc=a4_0x3380;return _0x4de6b7[_0x69aedc(0x232)](_0x36230b,_0x535e1d);},'EkKJX':_0x4de6b7[_0x1c7d30(0x24c)]},_0xcd442e=_0x4de6b7[_0x1c7d30(0x170)](nestedKeyValue,_0x574827,[_0x4de6b7[_0x1c7d30(0x1c0)]])||_0x574827;let _0x6c618d=null,_0xa01b73=null;try{[_0xa01b73,_0x6c618d]=_0xcd442e?_0x4de6b7['ezCOy'](parseWSEndpoint,_0xcd442e):[null,null],global['__platformCaps']=_0x6c618d,logger['debug'](_0x1c7d30(0x161)+_0xa01b73),_0xa01b73[_0x1c7d30(0x23c)](Constants[_0x1c7d30(0x17d)])&&(global[_0x1c7d30(0x193)]=_0x4de6b7[_0x1c7d30(0x21a)]);}catch(_0x546bf8){logger['debug']('Failed\x20to\x20parse\x20wsendpoint\x20'+_0xcd442e+'\x20'+_0x546bf8);}_0x4de6b7['KTfkq'](processAccessibilityCaps,_0x6c618d,_0xa01b73);if(global['accessibilityPlatform']){const _0xebd362=await _0x6bffca[_0x1c7d30(0x1f3)]['apply'](this,[''+Constants[_0x1c7d30(0x22f)]+_0x4de6b7[_0x1c7d30(0x218)](encodeURIComponent,JSON[_0x1c7d30(0x19e)](_0x6c618d))]);return PlaywrightSessionDetails[_0x1c7d30(0x1c6)](_0xebd362,_0x219eab,_0xcd442e),_0xebd362;}return _0x5ec6d1[_0x1c7d30(0x21e)](this,arguments)[_0x1c7d30(0x1c4)](_0x15e257=>{const _0x1a662d=_0x1c7d30;let _0x94a7cf=_0x574827['wsEndpoint'];return _0x209b2a['iACPB'](typeof _0x574827,_0x209b2a[_0x1a662d(0x1ae)])&&(_0x94a7cf=_0x574827),PlaywrightSessionDetails['setupBrowserDetails'](_0x15e257,_0x219eab,_0x94a7cf),_0x15e257;});};}});const _0x222370=_0x6bffca[_0x2e438a(0x163)];Object[_0x2e438a(0x1af)](_0x6bffca,_0x4de6b7[_0x2e438a(0x1f7)],{'get':function(){return async function _0x43456d(){const _0x2add13=a4_0x3380;return _0x222370[_0x2add13(0x21e)](this,arguments)[_0x2add13(0x1c4)](_0x2e3e56=>{const _0xe48a51=_0x2add13;return PlaywrightSessionDetails[_0xe48a51(0x1c6)](_0x2e3e56,null),_0x2e3e56;});};}});};function a4_0x3380(_0x100157,_0x436b01){const _0x1c6e98=a4_0x1c6e();return a4_0x3380=function(_0x3380fd,_0x2da18b){_0x3380fd=_0x3380fd-0x15a;let _0x12b60e=_0x1c6e98[_0x3380fd];return _0x12b60e;},a4_0x3380(_0x100157,_0x436b01);}class O11yHelper{[a4_0x3e6a2d(0x18d)]=null;[a4_0x3e6a2d(0x210)]=null;[a4_0x3e6a2d(0x1bb)]=![];['frameworkName']=![];[a4_0x3e6a2d(0x244)]=[];constructor(_0x4e58b8,_0x3abb0d){const _0x23d315=a4_0x3e6a2d,_0x4951f5={'lNlmD':'0|5|1|3|2|4','roGmm':function(_0x1d1b93){return _0x1d1b93();},'wvuZJ':function(_0x3e7c96,_0x4c2e2e){return _0x3e7c96===_0x4c2e2e;},'KeQyr':_0x23d315(0x182),'PfcJf':function(_0x5791a4,_0x5edbfd){return _0x5791a4(_0x5edbfd);}},_0x41cafb=_0x4951f5['lNlmD'][_0x23d315(0x16a)]('|');let _0x1d74f4=0x0;while(!![]){switch(_0x41cafb[_0x1d74f4++]){case'0':this[_0x23d315(0x1bb)]=_0x4951f5[_0x23d315(0x18b)](shouldProcessEventForTesthub);continue;case'1':this['driver']=_0x4e58b8;continue;case'2':this[_0x23d315(0x1f0)]=new testOpsHelper['PathHelper']({'cwd':process['cwd']()},this[_0x23d315(0x171)]['location_prefix']);continue;case'3':this[_0x23d315(0x171)]=_0x4951f5[_0x23d315(0x18b)](getTestEnv);continue;case'4':this['driver']&&_0x4951f5[_0x23d315(0x1b0)](this[_0x23d315(0x194)][_0x23d315(0x24d)][_0x23d315(0x164)],_0x4951f5['KeQyr'])&&_0x4951f5['PfcJf'](mockPWBrowserType,null);continue;case'5':this['frameworkName']=_0x3abb0d[_0x23d315(0x1ed)];continue;}break;}}[a4_0x3e6a2d(0x1f6)](){const _0x4dac6f=a4_0x3e6a2d,_0x3a33b8={'kvOsq':function(_0x3f7d9e,_0x363d85){return _0x3f7d9e(_0x363d85);}};if(!this['driver'])return![];try{const _0x4d70e2=_0x3a33b8[_0x4dac6f(0x1e0)](fetchPlatformDetails,this['driver']);if(!_0x4d70e2)return![];const _0x14c5e5=Object[_0x4dac6f(0x1e6)](_0x4d70e2)[0x0];return!!(_0x14c5e5&&_0x4d70e2[_0x14c5e5]&&_0x4d70e2[_0x14c5e5][_0x4dac6f(0x1a9)]);}catch(_0x18f15b){return![];}}[a4_0x3e6a2d(0x23d)](_0x5198b7,_0x120be8){const _0x1019cf=a4_0x3e6a2d;if(!_0x120be8)return;const _0x3e13e8={};_0x3e13e8[_0x1019cf(0x1c9)]=_0x5198b7,_0x3e13e8['uploadData']=_0x120be8,this[_0x1019cf(0x244)][_0x1019cf(0x1ad)](_0x3e13e8);}async[a4_0x3e6a2d(0x1dc)](){const _0x1981ea=a4_0x3e6a2d,_0x2c4cf5={};_0x2c4cf5[_0x1981ea(0x1f4)]=function(_0x1b84b6,_0x2f50ca){return _0x1b84b6&&_0x2f50ca;};const _0x29fd9a=_0x2c4cf5;if(!this[_0x1981ea(0x244)][_0x1981ea(0x18f)])return;if(!this[_0x1981ea(0x1f6)]())return;const _0x14256a=this[_0x1981ea(0x20f)](this[_0x1981ea(0x194)]),_0x4aba92=this[_0x1981ea(0x244)][_0x1981ea(0x224)](0x0,this['pendingHookEvents'][_0x1981ea(0x18f)]);for(const {eventType:_0x49b52b,uploadData:_0x1c5a35}of _0x4aba92){try{const _0x5dd13d=_0x1c5a35[_0x1981ea(0x173)]||_0x1c5a35[_0x1981ea(0x195)];_0x29fd9a['DhILy'](_0x5dd13d,_0x14256a)&&(_0x5dd13d['integrations']=_0x14256a),await this[_0x1981ea(0x1ec)](_0x49b52b,_0x1c5a35);}catch(_0x216301){logger['debug'](_0x1981ea(0x23e)+_0x49b52b+':\x20'+util['format'](_0x216301));}}}[a4_0x3e6a2d(0x1a0)](){const _0xdf762d=a4_0x3e6a2d;if(!this[_0xdf762d(0x1bb)])return;testOpsHelper[_0xdf762d(0x20e)](),process['removeAllListeners']('bs:addLog:'+process['pid']),process['on'](_0xdf762d(0x221)+process['pid'],this['appendTestItemLog'][_0xdf762d(0x166)](this));}async[a4_0x3e6a2d(0x15b)](){await RequestQueueHandler['getInstance']()['shutdown']();}async[a4_0x3e6a2d(0x204)](_0x4285d1){const _0x605a86=a4_0x3e6a2d,_0x4d7fb3={'fvOQU':_0x605a86(0x1be),'gUIAc':function(_0x5d99ce,_0x7bbf1f){return _0x5d99ce(_0x7bbf1f);}};try{this[_0x605a86(0x210)]&&!this['currentHook'][_0x605a86(0x17a)]&&(_0x4285d1[_0x605a86(0x1a2)]=this[_0x605a86(0x210)][_0x605a86(0x199)]);!_0x4285d1[_0x605a86(0x1a2)]&&this[_0x605a86(0x18d)]&&!this[_0x605a86(0x18d)][_0x605a86(0x17a)]&&(_0x4285d1[_0x605a86(0x20d)]=this[_0x605a86(0x18d)][_0x605a86(0x162)]);if(_0x4285d1[_0x605a86(0x1a2)]||_0x4285d1[_0x605a86(0x20d)]){const _0x139e80={};_0x139e80[_0x605a86(0x196)]=_0x4d7fb3[_0x605a86(0x21b)],_0x139e80[_0x605a86(0x1c3)]=[_0x4285d1],await SessionHandler[_0x605a86(0x1d7)](_0x139e80);}}catch(_0x5944e7){_0x4d7fb3[_0x605a86(0x1c8)](debug,_0x605a86(0x233)+constants['TEST_REPORTING_ANALYTICS']+_0x605a86(0x191)+_0x5944e7);}}async[a4_0x3e6a2d(0x187)](_0x3ca42f){const _0x4bdb17=a4_0x3e6a2d,_0x7b7474={'WrfDS':_0x4bdb17(0x15d),'vWPAu':function(_0x2cf816,_0x5d641c){return _0x2cf816(_0x5d641c);}};if(!this[_0x4bdb17(0x1bb)])return;const _0x1c34b4=this[_0x4bdb17(0x20f)](this[_0x4bdb17(0x194)]);try{const _0x5ca5be={};_0x5ca5be[_0x4bdb17(0x165)]=_0x3ca42f,_0x5ca5be[_0x4bdb17(0x24e)]=_0x1c34b4;const _0x5656be=_0x5ca5be,_0x52d80c={};_0x52d80c['event_type']=_0x7b7474[_0x4bdb17(0x1d1)],_0x52d80c[_0x4bdb17(0x195)]=_0x5656be,await SessionHandler[_0x4bdb17(0x1d7)](_0x52d80c);}catch(_0x19bb78){_0x7b7474['vWPAu'](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20'+constants['TEST_REPORTING_ANALYTICS']+_0x4bdb17(0x191)+_0x19bb78);}}[a4_0x3e6a2d(0x20f)](_0x2dc891){const _0x45d98d=a4_0x3e6a2d,_0x34d783={'eASqN':function(_0x4f9f6b,_0x2f99a5){return _0x4f9f6b(_0x2f99a5);}};return _0x34d783[_0x45d98d(0x237)](fetchPlatformDetails,_0x2dc891);}[a4_0x3e6a2d(0x245)]=_0x1631c9=>{const _0x2530bc=a4_0x3e6a2d,_0x5bb1aa={};_0x5bb1aa[_0x2530bc(0x168)]=_0x2530bc(0x1ef),_0x5bb1aa[_0x2530bc(0x1e3)]='_afterEach';const _0x22cb16=_0x5bb1aa;if(!_0x1631c9||!_0x1631c9[_0x2530bc(0x1d2)])return;[_0x22cb16[_0x2530bc(0x168)],_0x22cb16['oDYdz']][_0x2530bc(0x206)](_0x7cec05=>{const _0x598e98=_0x2530bc,_0x47612a=_0x1631c9['parent'][_0x7cec05];_0x47612a[_0x598e98(0x206)](_0x177b6f=>{const _0x41f40f=_0x598e98;_0x177b6f[_0x41f40f(0x199)]&&(_0x177b6f[_0x41f40f(0x199)]=null);});});};[a4_0x3e6a2d(0x1b4)](_0x1ba82f){const _0x26fc5a=a4_0x3e6a2d,_0x2643cf={'UqUzx':_0x26fc5a(0x1ca),'ujaWW':function(_0x187c87){return _0x187c87();},'ytfmV':function(_0x32ccb4,_0x28e4c7){return _0x32ccb4===_0x28e4c7;},'rMquZ':'_afterEach','CGSlM':_0x26fc5a(0x1da),'Sqvzq':_0x26fc5a(0x185),'lXnqD':'_beforeEach'};if(!_0x1ba82f||!_0x1ba82f[_0x26fc5a(0x1d2)])return;[_0x2643cf[_0x26fc5a(0x20c)],_0x2643cf[_0x26fc5a(0x20b)],_0x2643cf['lXnqD'],_0x2643cf[_0x26fc5a(0x207)]][_0x26fc5a(0x206)](_0x4a97cf=>{const _0x350969=_0x26fc5a,_0x21334e=_0x1ba82f[_0x350969(0x1d2)][_0x4a97cf]||[];_0x21334e[_0x350969(0x206)](_0x312db5=>{const _0x371ba6=_0x350969;if(_0x312db5['title']['includes'](_0x2643cf[_0x371ba6(0x205)]))return;if(!_0x312db5['hookAnalyticsId'])_0x312db5[_0x371ba6(0x199)]=_0x2643cf[_0x371ba6(0x19d)](uuidv4);else _0x312db5['markedStatus']&&_0x2643cf['ytfmV'](_0x4a97cf,_0x2643cf['rMquZ'])&&(_0x312db5[_0x371ba6(0x199)]=_0x2643cf[_0x371ba6(0x19d)](uuidv4),delete _0x312db5[_0x371ba6(0x17a)]);});}),this[_0x26fc5a(0x1b4)](_0x1ba82f[_0x26fc5a(0x1d2)]);}[a4_0x3e6a2d(0x249)](_0x53135e){const _0x47386c=a4_0x3e6a2d,_0x18ee07={};_0x18ee07[_0x47386c(0x1d0)]=_0x47386c(0x1da),_0x18ee07['HvDlr']='_afterAll',_0x18ee07[_0x47386c(0x1b5)]='_beforeEach',_0x18ee07[_0x47386c(0x1d6)]=_0x47386c(0x169);const _0x114d35=_0x18ee07;if(!_0x53135e||!_0x53135e[_0x47386c(0x1d2)])return[];const _0x3fc2b5=[];return[_0x114d35[_0x47386c(0x1d0)],_0x114d35[_0x47386c(0x200)],_0x114d35[_0x47386c(0x1b5)],_0x114d35[_0x47386c(0x1d6)]]['forEach'](_0x5e8b37=>{const _0x2b1012=_0x47386c,_0x54780e=_0x53135e[_0x2b1012(0x1d2)][_0x5e8b37]||[];_0x54780e[_0x2b1012(0x206)](_0x39e25b=>{const _0x126526=_0x2b1012;_0x39e25b[_0x126526(0x199)]&&_0x3fc2b5[_0x126526(0x1ad)](_0x39e25b['hookAnalyticsId']);});}),[][_0x47386c(0x176)](_0x3fc2b5,this[_0x47386c(0x249)](_0x53135e[_0x47386c(0x1d2)]));}[a4_0x3e6a2d(0x229)](_0x4d2ca1){const _0x31056e=a4_0x3e6a2d,_0x38f2fe=/^"(?<hook>.*)" hook:.*$/,_0x549589=_0x4d2ca1[_0x31056e(0x15a)],_0x3408f0=_0x549589['match'](_0x38f2fe);if(_0x3408f0&&_0x3408f0[_0x31056e(0x186)])return _0x3408f0[_0x31056e(0x186)]['hook']['toUpperCase']()['replace']('\x20','_');return null;}[a4_0x3e6a2d(0x19b)](_0x1836de){const _0x5195d7=a4_0x3e6a2d,_0x4f56d6={};_0x4f56d6['vpOXK']=function(_0x51a560,_0x310735){return _0x51a560===_0x310735;},_0x4f56d6['JRDsY']=function(_0x362774,_0x45609a){return _0x362774===_0x45609a;},_0x4f56d6[_0x5195d7(0x21c)]=function(_0x42bb8f,_0x3c91f1){return _0x42bb8f===_0x3c91f1;},_0x4f56d6[_0x5195d7(0x22b)]=_0x5195d7(0x217),_0x4f56d6[_0x5195d7(0x23b)]=_0x5195d7(0x1ff);const _0x3c3286=_0x4f56d6,_0x1c0164=path[_0x5195d7(0x16b)];if(_0x3c3286[_0x5195d7(0x213)](_0x1836de,null)||_0x3c3286[_0x5195d7(0x1e2)](_0x1836de,'')||_0x3c3286[_0x5195d7(0x1e2)](_0x1836de,_0x1c0164)||_0x3c3286[_0x5195d7(0x21c)](_0x1836de,path[_0x5195d7(0x198)](_0x1836de)))return null;try{return fs[_0x5195d7(0x220)](path[_0x5195d7(0x19a)](_0x1836de,_0x3c3286[_0x5195d7(0x22b)],_0x3c3286['wPhxX'])),_0x1836de;}catch(_0x1d0ae7){const _0x7621b8=path['dirname'](_0x1836de);return this[_0x5195d7(0x19b)](_0x7621b8);}}['getRootParentFile'](_0x430342){const _0x49e0f6=a4_0x3e6a2d,_0x40d944={};_0x40d944[_0x49e0f6(0x15f)]=function(_0x26cfcb,_0x483dc6){return _0x26cfcb>_0x483dc6;};const _0x26c468=_0x40d944;if(_0x430342[_0x49e0f6(0x1c2)])return _0x430342[_0x49e0f6(0x1c2)];if(_0x430342[_0x49e0f6(0x1a5)]){const _0x19a3d8=_0x430342['ctx'][_0x49e0f6(0x18d)]?this['getRootParentFile'](_0x430342[_0x49e0f6(0x1a5)][_0x49e0f6(0x18d)]):null;if(_0x19a3d8)return _0x19a3d8;}if(_0x430342[_0x49e0f6(0x1d2)]){const _0x1e4d54=this[_0x49e0f6(0x1aa)](_0x430342[_0x49e0f6(0x1d2)])||(_0x430342[_0x49e0f6(0x1d2)][_0x49e0f6(0x1a5)]&&_0x430342[_0x49e0f6(0x1d2)]['ctx'][_0x49e0f6(0x18d)]?this[_0x49e0f6(0x1aa)](_0x430342['parent'][_0x49e0f6(0x1a5)][_0x49e0f6(0x18d)]):null);if(_0x1e4d54)return _0x1e4d54;_0x430342[_0x49e0f6(0x1d2)]['suites']&&_0x26c468[_0x49e0f6(0x15f)](_0x430342[_0x49e0f6(0x1d2)][_0x49e0f6(0x22c)][_0x49e0f6(0x18f)],0x0)&&_0x430342[_0x49e0f6(0x1d2)][_0x49e0f6(0x22c)][_0x49e0f6(0x206)](_0x1f3cc6=>{const _0x141e89=_0x49e0f6,_0x5af0c6=_0x1f3cc6['ctx']?this[_0x141e89(0x1aa)](_0x1f3cc6[_0x141e89(0x1a5)]):null;if(_0x5af0c6)return _0x5af0c6;});}return null;}[a4_0x3e6a2d(0x239)](_0x566f11){const _0x147bfe=a4_0x3e6a2d,_0x3c38a8={};_0x3c38a8[_0x147bfe(0x1dd)]=function(_0x576a95,_0x547abc){return _0x576a95!==_0x547abc;};const _0x266067=_0x3c38a8,_0x3015f7=[];if(_0x566f11&&_0x566f11[_0x147bfe(0x1d2)]){let _0x3e8ed8=_0x566f11['parent'];while(_0x3e8ed8&&_0x266067[_0x147bfe(0x1dd)](_0x3e8ed8['title'],'')){_0x3015f7[_0x147bfe(0x1ad)](_0x3e8ed8[_0x147bfe(0x15a)]),_0x3e8ed8=_0x3e8ed8[_0x147bfe(0x1d2)];}}return _0x3015f7;}[a4_0x3e6a2d(0x1ea)](_0x34b70b,_0x6a10d0,_0xd36770=undefined){const _0x5b9174=a4_0x3e6a2d,_0x4e6017={'XarHN':function(_0x1265d4,_0x426176){return _0x1265d4(_0x426176);},'DlCly':function(_0x4ae7cb){return _0x4ae7cb();},'OZYML':function(_0x31ee08){return _0x31ee08();},'IWVyo':function(_0x193ce5){return _0x193ce5();},'JBrsP':_0x5b9174(0x1cc),'qerqY':function(_0xc57e8d,_0x309fda){return _0xc57e8d!==_0x309fda;},'jQmce':function(_0x4ab3a9,_0x273f25){return _0x4ab3a9!==_0x273f25;},'kQRUk':_0x5b9174(0x1b8),'cunMh':_0x5b9174(0x248),'vHKxU':_0x5b9174(0x241),'eUjuT':'passed','arQjw':'skipped','ogyRn':_0x5b9174(0x16c),'ikLZE':function(_0x8c85a,_0x2127ba){return _0x8c85a-_0x2127ba;},'jDyAW':function(_0x175848,_0x20dab4,_0x7b976b,_0x233448,_0x3a0e8b){return _0x175848(_0x20dab4,_0x7b976b,_0x233448,_0x3a0e8b);},'yQCqW':function(_0x4dfe98,_0xaa60f3){return _0x4dfe98!==_0xaa60f3;},'frxrL':_0x5b9174(0x24e),'YySRN':_0x5b9174(0x1eb),'PvzMc':'failure','Rgqxe':_0x5b9174(0x1e1),'GvEpp':'backtrace','xhjgP':_0x5b9174(0x1ce),'jcqpA':'expanded','kYiYZ':function(_0x352fa6,_0x4be0a2){return _0x352fa6===_0x4be0a2;},'MGZAQ':_0x5b9174(0x173),'QiiIZ':_0x5b9174(0x195)};if(!this[_0x5b9174(0x1bb)])return;try{if(_0x6a10d0['fn']&&_0x6a10d0['fn']['toString']()[_0x5b9174(0x202)](/browserstack internal helper hook/))return;const _0x364fbe=_0x4e6017[_0x5b9174(0x17e)](parseEvent,_0x34b70b);if(!_0x364fbe)return;if(_0x364fbe[_0x5b9174(0x1a3)]){this[_0x5b9174(0x18d)]=_0x6a10d0,this[_0x5b9174(0x210)]=null;if(_0x364fbe[_0x5b9174(0x20a)]||_0x364fbe['skipped']){_0x6a10d0[_0x5b9174(0x246)]=new Date(),_0x6a10d0['markedStatus']=![];if(!_0x6a10d0[_0x5b9174(0x162)])_0x6a10d0[_0x5b9174(0x162)]=_0x4e6017['DlCly'](uuidv4);else _0x6a10d0[_0x5b9174(0x17a)]&&(!_0x6a10d0['retryOf']&&(_0x6a10d0[_0x5b9174(0x1b3)]=_0x6a10d0[_0x5b9174(0x162)]),_0x6a10d0[_0x5b9174(0x162)]=_0x4e6017[_0x5b9174(0x17c)](uuidv4));}}else{if(_0x364fbe[_0x5b9174(0x1c5)]){this[_0x5b9174(0x210)]=_0x6a10d0;if(_0x364fbe[_0x5b9174(0x20a)]){_0x6a10d0['startedAt']=new Date(),_0x6a10d0['markedStatus']=![];if(!_0x6a10d0['hookAnalyticsId'])_0x6a10d0[_0x5b9174(0x199)]=_0x4e6017[_0x5b9174(0x1cb)](uuidv4);else _0x6a10d0['hookAnalyticsId']&&_0x6a10d0[_0x5b9174(0x17a)]&&(_0x6a10d0[_0x5b9174(0x199)]=_0x4e6017[_0x5b9174(0x211)](uuidv4));}}}if(_0x364fbe[_0x5b9174(0x1f9)]&&_0x6a10d0[_0x5b9174(0x17a)])return;let _0x1a99bc;try{_0x1a99bc=this['getRootParentFile'](_0x6a10d0);}catch(_0xe9fc82){logger[_0x5b9174(0x236)](_0x5b9174(0x22e)+_0xe9fc82),_0x1a99bc=null;}let _0x56a0f8=[];_0xd36770&&(_0x56a0f8=[_0xd36770,_0x4e6017[_0x5b9174(0x189)]]);const _0x4fb6a8=_0x4e6017[_0x5b9174(0x1f8)](_0x6a10d0[_0x5b9174(0x1b6)],undefined)?util[_0x5b9174(0x1e5)](_0x6a10d0[_0x5b9174(0x1b6)][0x0]):_0x4e6017[_0x5b9174(0x1fc)](_0xd36770,undefined)?_0xd36770[_0x5b9174(0x17b)]():undefined,_0x4a6c24=_0x1a99bc?this['findGitConfig'](_0x1a99bc):null,_0x4f330f=_0x1a99bc?this[_0x5b9174(0x1f0)][_0x5b9174(0x1b7)](this[_0x5b9174(0x1aa)](_0x6a10d0)):_0x4e6017[_0x5b9174(0x24a)];let _0x8063f6=_0x4e6017[_0x5b9174(0x192)];const _0xf74ee3=!_0x364fbe['started']?new Date()[_0x5b9174(0x1e9)]():null;if(_0x364fbe[_0x5b9174(0x1f9)])_0x8063f6=_0xd36770?_0x4e6017['vHKxU']:_0x4e6017[_0x5b9174(0x228)],_0x6a10d0[_0x5b9174(0x17a)]=!![];else _0x364fbe[_0x5b9174(0x23f)]&&(_0x8063f6=_0x4e6017[_0x5b9174(0x177)],_0x6a10d0[_0x5b9174(0x17a)]=!![]);const _0x4c8a4b={'framework':this['frameworkName'],'uuid':_0x6a10d0[_0x5b9174(0x162)]||_0x6a10d0[_0x5b9174(0x199)],'name':_0x6a10d0[_0x5b9174(0x15a)],'body':{'lang':_0x4e6017[_0x5b9174(0x1a7)],'code':_0x6a10d0[_0x5b9174(0x1a8)][_0x5b9174(0x17b)]()},'type':_0x6a10d0[_0x5b9174(0x243)],'scope':_0x6a10d0['fullTitle'](),'scopes':this[_0x5b9174(0x239)](_0x6a10d0),'file_name':_0x4f330f,'vc_filepath':_0x4a6c24?path[_0x5b9174(0x180)](_0x4a6c24,_0x1a99bc):null,'location':_0x4f330f,'result':_0x8063f6,'failure_reason':_0x4fb6a8,'duration_in_ms':_0x6a10d0[_0x5b9174(0x16e)]||(_0x364fbe['finished']||_0x364fbe[_0x5b9174(0x23f)])?_0x4e6017[_0x5b9174(0x18e)](Date[_0x5b9174(0x174)](),new Date(_0x6a10d0['startedAt'])[_0x5b9174(0x212)]()):null,'started_at':new Date(_0x6a10d0['startedAt'])[_0x5b9174(0x1e9)](),'finished_at':_0xf74ee3,'failure':testOpsHelper[_0x5b9174(0x1bf)]['apply'](null,_0x56a0f8),'failure_type':!_0x4fb6a8?null:testOpsHelper['getFailureType'](_0x4fb6a8),'retry_of':_0x6a10d0[_0x5b9174(0x1b3)]||null,'tags':_0x6a10d0[_0x5b9174(0x230)]||[],'customRerunParam':{'rerun_name':_0x6a10d0[_0x5b9174(0x222)]()}};_0x4e6017['jDyAW'](appendTesthubParams,_0x4c8a4b,_0x34b70b,_0x6a10d0,FRAMEWORKS[_0x5b9174(0x235)]);if(_0x364fbe[_0x5b9174(0x1c5)])[_0x4c8a4b['hook_type'],_0x4c8a4b[_0x5b9174(0x164)]]=[this[_0x5b9174(0x229)](_0x6a10d0),_0x6a10d0[_0x5b9174(0x1a5)][_0x5b9174(0x1a3)]['title']],_0x364fbe['finished']?_0x4e6017['yQCqW'](_0x4c8a4b['result'],_0x4e6017['vHKxU'])&&(_0x4c8a4b[_0x5b9174(0x1d9)]=_0x4e6017[_0x5b9174(0x228)]):_0x4c8a4b['body']={};else _0x364fbe[_0x5b9174(0x1a3)]&&(this[_0x5b9174(0x1b4)](_0x6a10d0),_0x364fbe[_0x5b9174(0x23f)]&&this[_0x5b9174(0x245)](_0x6a10d0),(_0x364fbe[_0x5b9174(0x1f9)]||_0x364fbe['skipped'])&&(_0x4c8a4b['hooks']=this['getHooksForTest'](_0x6a10d0)));this[_0x5b9174(0x194)]&&(_0x364fbe[_0x5b9174(0x20a)]||_0x364fbe['skipped'])&&(_0x4c8a4b[_0x4e6017['frxrL']]=this[_0x5b9174(0x20f)](this[_0x5b9174(0x194)]));_0x364fbe[_0x5b9174(0x1a3)]&&_0x364fbe['finished']&&_0x6a10d0[_0x5b9174(0x203)]&&(_0x4c8a4b[_0x4e6017[_0x5b9174(0x1e7)]]={'feature':{'name':_0x6a10d0[_0x5b9174(0x1d2)][_0x5b9174(0x18a)][_0x5b9174(0x164)],'path':_0x4c8a4b[_0x5b9174(0x1bc)],'description':_0x6a10d0[_0x5b9174(0x1d2)][_0x5b9174(0x178)]},'scenario':{'name':_0x6a10d0[_0x5b9174(0x15a)]},'steps':_0x6a10d0[_0x5b9174(0x203)]});const _0x2b18cc=_0x4c8a4b[_0x4e6017[_0x5b9174(0x1d5)]][0x0];_0x2b18cc&&(_0x4c8a4b[_0x4e6017[_0x5b9174(0x167)]]=_0x2b18cc[_0x4e6017[_0x5b9174(0x19f)]],_0x4c8a4b[_0x4e6017[_0x5b9174(0x1fb)]]=_0x2b18cc[_0x4e6017['jcqpA']]);if(_0x6a10d0[_0x5b9174(0x203)])for(const _0x5804cb of _0x6a10d0['bddSteps']){!_0x5804cb['finished_at']&&(_0x5804cb[_0x5b9174(0x18c)]=new Date()['toISOString'](),_0x4e6017[_0x5b9174(0x184)](_0x5804cb[_0x5b9174(0x1d9)],_0x4e6017[_0x5b9174(0x192)])&&(_0x2b18cc?(_0x5804cb[_0x5b9174(0x1d9)]=_0x4e6017[_0x5b9174(0x24b)],_0x5804cb[_0x5b9174(0x175)]=_0x2b18cc[_0x4e6017[_0x5b9174(0x19f)]][0x0]):_0x5804cb[_0x5b9174(0x1d9)]=_0x4e6017[_0x5b9174(0x228)]));}const _0x2c26b0={};_0x2c26b0[_0x5b9174(0x196)]=_0x364fbe['skipped']?TEST_EVENTS['TEST_RUN_FINISHED']:_0x34b70b;const _0x5d5b68=_0x2c26b0;return _0x364fbe[_0x5b9174(0x1c5)]?_0x5d5b68[_0x4e6017['MGZAQ']]=_0x4c8a4b:_0x5d5b68[_0x4e6017[_0x5b9174(0x1f2)]]=_0x4c8a4b,_0x5d5b68;}catch(_0x1b807f){logger['debug'](_0x5b9174(0x23a)+_0x34b70b+_0x5b9174(0x191)+_0x1b807f);}}async[a4_0x3e6a2d(0x1ec)](_0x53fa61,_0x1c20d5){const _0x30bb83=a4_0x3e6a2d;if(!this[_0x30bb83(0x1bb)]||!_0x1c20d5||!_0x53fa61)return![];try{return await SessionHandler[_0x30bb83(0x1d7)](_0x1c20d5);}catch(_0x23e5f5){logger[_0x30bb83(0x236)]('Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20'+_0x53fa61+'\x20with\x20error\x20:\x20'+_0x23e5f5);}}['initializeBddStep'](_0x16b82e){const _0x75c5d7=a4_0x3e6a2d,_0x2bfbdb={};_0x2bfbdb['vFayv']='pending';const _0x238d29=_0x2bfbdb;return{'id':_0x16b82e[_0x75c5d7(0x242)],'text':_0x16b82e['text'],'keyword':_0x16b82e['keyword'],'started_at':_0x16b82e[_0x75c5d7(0x246)][_0x75c5d7(0x1e9)](),'result':_0x238d29['vFayv']};}[a4_0x3e6a2d(0x1a6)](_0x3aff7b){const _0x50dbe3=a4_0x3e6a2d,_0xe9d1ee={'rPfZm':function(_0x4a5ec5){return _0x4a5ec5();}};!this[_0x50dbe3(0x18d)][_0x50dbe3(0x203)]&&(this[_0x50dbe3(0x18d)][_0x50dbe3(0x203)]=[]),!_0x3aff7b[_0x50dbe3(0x242)]&&(_0x3aff7b[_0x50dbe3(0x242)]=_0xe9d1ee[_0x50dbe3(0x1e8)](uuidv4),_0x3aff7b[_0x50dbe3(0x246)]=new Date(),this[_0x50dbe3(0x18d)][_0x50dbe3(0x203)][_0x50dbe3(0x1ad)](this[_0x50dbe3(0x227)](_0x3aff7b)));}[a4_0x3e6a2d(0x215)](_0x807eb4){const _0x14cd50=a4_0x3e6a2d,_0x27853a={'AMVZl':function(_0x4264e,_0xe8fb59){return _0x4264e(_0xe8fb59);},'KxqNR':_0x14cd50(0x1e4),'wkRLQ':_0x14cd50(0x248),'ZJGOH':_0x14cd50(0x1fe),'Ctstm':function(_0x5352c4,_0x425ad1){return _0x5352c4-_0x425ad1;}};let _0x22d9ce=this[_0x14cd50(0x18d)][_0x14cd50(0x203)]['find'](_0x3a6530=>_0x3a6530['id']===_0x807eb4[_0x14cd50(0x242)]);_0x27853a[_0x14cd50(0x240)](isUndefined,_0x22d9ce)&&(_0x22d9ce=this[_0x14cd50(0x227)](_0x807eb4)),_0x22d9ce[_0x14cd50(0x1d9)]=[_0x27853a[_0x14cd50(0x22a)],_0x27853a[_0x14cd50(0x234)]][_0x14cd50(0x23c)](_0x807eb4[_0x14cd50(0x197)])?_0x27853a['ZJGOH']:_0x807eb4['status'],_0x22d9ce[_0x14cd50(0x18c)]=new Date()[_0x14cd50(0x1e9)](),_0x22d9ce[_0x14cd50(0x16e)]=_0x27853a[_0x14cd50(0x21d)](Date[_0x14cd50(0x174)](),_0x807eb4['startedAt'][_0x14cd50(0x212)]()),_0x22d9ce[_0x14cd50(0x175)]=_0x807eb4['err']?_0x807eb4[_0x14cd50(0x1cc)][_0x14cd50(0x1de)]:null;}}const a4_0x2ffd92={};a4_0x2ffd92[a4_0x3e6a2d(0x1ba)]=O11yHelper,a4_0x2ffd92[a4_0x3e6a2d(0x160)]=STATE_PASSED,a4_0x2ffd92['STATE_FAILED']=STATE_FAILED,a4_0x2ffd92[a4_0x3e6a2d(0x231)]=TEST_EVENTS,module['exports']=a4_0x2ffd92;
1
+ const a4_0x32e6c4=a4_0x4929;(function(_0x559b87,_0x5cf840){const _0x485098=a4_0x4929,_0x401aff=_0x559b87();while(!![]){try{const _0x512e1c=-parseInt(_0x485098(0x157))/0x1*(parseInt(_0x485098(0x1f8))/0x2)+parseInt(_0x485098(0x1a4))/0x3+parseInt(_0x485098(0x137))/0x4+-parseInt(_0x485098(0x1a7))/0x5*(-parseInt(_0x485098(0x20b))/0x6)+parseInt(_0x485098(0x1c8))/0x7*(-parseInt(_0x485098(0x191))/0x8)+-parseInt(_0x485098(0x1e5))/0x9+-parseInt(_0x485098(0x1e2))/0xa*(-parseInt(_0x485098(0x18c))/0xb);if(_0x512e1c===_0x5cf840)break;else _0x401aff['push'](_0x401aff['shift']());}catch(_0x32b92f){_0x401aff['push'](_0x401aff['shift']());}}}(a4_0x383e,0x21a81));const path=require('path'),util=require(a4_0x32e6c4(0x1cb)),fs=require('fs'),{v4:uuidv4}=require('uuid'),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x32e6c4(0x178)),testOpsHelper=require('../../helpers/test-observability/utils'),{getTestEnv}=require(a4_0x32e6c4(0x167)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),logger=require('../../helpers/logger')[a4_0x32e6c4(0x16a)],SessionHandler=require(a4_0x32e6c4(0x15d)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),PlaywrightSessionDetails=require('../playwright/sessionDetails'),debug=testOpsHelper[a4_0x32e6c4(0x1ed)],{processAccessibilityCaps}=require(a4_0x32e6c4(0x12d)),Constants=require(a4_0x32e6c4(0x162)),{fetchPlatformDetails}=require(a4_0x32e6c4(0x1ac)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x32e6c4(0x1b4)),constants=require('../utils/constants'),STATE_PASSED=a4_0x32e6c4(0x1eb),STATE_FAILED='failed',a4_0x223955={};a4_0x223955[a4_0x32e6c4(0x15a)]=a4_0x32e6c4(0x20d),a4_0x223955[a4_0x32e6c4(0x1c3)]=a4_0x32e6c4(0x1cf),a4_0x223955[a4_0x32e6c4(0x1cd)]='TestRunSkipped',a4_0x223955['HOOK_RUN_STARTED']=a4_0x32e6c4(0x1db),a4_0x223955[a4_0x32e6c4(0x144)]=a4_0x32e6c4(0x1fa);const TEST_EVENTS=a4_0x223955,parseEvent=_0x26141=>{const _0x37f7cb=a4_0x32e6c4,_0x50781a={};_0x50781a['XyPKL']=function(_0x22918a,_0x2e025a){return _0x22918a<_0x2e025a;},_0x50781a[_0x37f7cb(0x1f0)]=function(_0xa26b8e,_0xfab73f){return _0xa26b8e===_0xfab73f;},_0x50781a['knRTs']=_0x37f7cb(0x172),_0x50781a['kDbgt']=_0x37f7cb(0x154),_0x50781a[_0x37f7cb(0x179)]=_0x37f7cb(0x170),_0x50781a[_0x37f7cb(0x1f3)]=function(_0x381a63,_0x2f59f3){return _0x381a63===_0x2f59f3;},_0x50781a['pvdzg']=_0x37f7cb(0x14c),_0x50781a['SNHey']=function(_0x3707f9,_0x5ed731){return _0x3707f9===_0x5ed731;},_0x50781a[_0x37f7cb(0x1a6)]=_0x37f7cb(0x1ba);const _0x5c1f14=_0x50781a,_0x126837=_0x26141[_0x37f7cb(0x12e)](/^(.*)Run(.*)$/);if(!_0x126837)return null;if(_0x5c1f14[_0x37f7cb(0x16b)](_0x126837[_0x37f7cb(0x200)],0x3))return null;const _0x39450e=_0x126837[0x1][_0x37f7cb(0x1bb)](),_0x223ccc=_0x126837[0x2][_0x37f7cb(0x1bb)]();return{'test':_0x5c1f14['EPSfP'](_0x39450e,_0x5c1f14[_0x37f7cb(0x133)]),'hook':_0x5c1f14[_0x37f7cb(0x1f0)](_0x39450e,_0x5c1f14[_0x37f7cb(0x1c2)]),'skipped':_0x5c1f14[_0x37f7cb(0x1f0)](_0x223ccc,_0x5c1f14[_0x37f7cb(0x179)]),'started':_0x5c1f14['hVuLv'](_0x223ccc,_0x5c1f14[_0x37f7cb(0x182)]),'finished':_0x5c1f14[_0x37f7cb(0x1dc)](_0x223ccc,_0x5c1f14[_0x37f7cb(0x1a6)])};},mockPWBrowserType=_0x433001=>{const _0x235086=a4_0x32e6c4,_0x375a26={'Hdima':function(_0x2c983b,_0x5a7423,_0x4f3ccf){return _0x2c983b(_0x5a7423,_0x4f3ccf);},'TFSPw':_0x235086(0x14a),'OSiPC':function(_0x435ef4,_0x1c13b9){return _0x435ef4(_0x1c13b9);},'gulXm':'browserstack','DCFoh':function(_0x14b1ed,_0x45f95c){return _0x14b1ed(_0x45f95c);},'HzLeY':function(_0x2257d4,_0x247adf){return _0x2257d4===_0x247adf;},'aMtwQ':'string','HxywB':_0x235086(0x1e8),'OopMA':_0x235086(0x1c7),'MewEf':'browserType.js','zomZX':function(_0x394673,_0x1a7db2){return _0x394673(_0x1a7db2);},'HjsVR':function(_0x1b4737,_0x239f46){return _0x1b4737(_0x239f46);},'pxIMn':_0x235086(0x203),'IkJIj':'connect','BhESS':_0x235086(0x1df)},_0x14d4b6=path['join'](_0x375a26[_0x235086(0x1a5)],_0x375a26[_0x235086(0x1d9)],_0x375a26[_0x235086(0x185)]),_0x3f11b2=_0x375a26[_0x235086(0x17d)](importFileFromPWCore,_0x14d4b6);if(!_0x3f11b2){_0x375a26[_0x235086(0x1ee)](debug,_0x375a26[_0x235086(0x139)]);return;}const _0x37a686=_0x3f11b2[_0x235086(0x140)],_0x4321b2=_0x37a686[_0x235086(0x1b8)];if(_0x4321b2['obsBrowserTypeMockApplied'])return;const _0x331bc9=_0x4321b2[_0x235086(0x212)];Object[_0x235086(0x208)](_0x4321b2,_0x375a26[_0x235086(0x1e0)],{'get':function(){const _0x19e441=_0x235086,_0x5d41e3={'EnUji':function(_0x33d77a,_0x210a60){return _0x375a26['HzLeY'](_0x33d77a,_0x210a60);},'yhRqH':_0x375a26[_0x19e441(0x1d8)]};return async function _0x59689a(_0x512bce,_0x3432f9){const _0x117ed3=_0x19e441,_0x34a53c=_0x375a26[_0x117ed3(0x169)](nestedKeyValue,_0x512bce,[_0x375a26[_0x117ed3(0x196)]])||_0x512bce;let _0x216c9a=null,_0x32fd17=null;try{[_0x32fd17,_0x216c9a]=_0x34a53c?_0x375a26['OSiPC'](parseWSEndpoint,_0x34a53c):[null,null],global[_0x117ed3(0x13d)]=_0x216c9a,logger['debug'](_0x117ed3(0x1b3)+_0x32fd17),_0x32fd17[_0x117ed3(0x1af)](Constants['BROWSERSTACK'])&&(global[_0x117ed3(0x1a2)]=_0x375a26[_0x117ed3(0x174)]);}catch(_0x30a0a0){logger[_0x117ed3(0x1ed)](_0x117ed3(0x148)+_0x34a53c+'\x20'+_0x30a0a0);}_0x375a26['Hdima'](processAccessibilityCaps,_0x216c9a,_0x32fd17);if(global[_0x117ed3(0x1bc)]){const _0x4ac926=await _0x4321b2[_0x117ed3(0x21e)][_0x117ed3(0x1bf)](this,[''+Constants[_0x117ed3(0x190)]+_0x375a26[_0x117ed3(0x1f9)](encodeURIComponent,JSON['stringify'](_0x216c9a))]);return PlaywrightSessionDetails[_0x117ed3(0x181)](_0x4ac926,_0x433001,_0x34a53c),_0x4ac926;}return _0x331bc9[_0x117ed3(0x1bf)](this,arguments)['then'](_0x117a0d=>{const _0x40f9ea=_0x117ed3;let _0xeabddc=_0x512bce[_0x40f9ea(0x14a)];return _0x5d41e3['EnUji'](typeof _0x512bce,_0x5d41e3[_0x40f9ea(0x216)])&&(_0xeabddc=_0x512bce),PlaywrightSessionDetails['setupBrowserDetails'](_0x117a0d,_0x433001,_0xeabddc),_0x117a0d;});};}});const _0x2b1709=_0x4321b2[_0x235086(0x1df)];Object[_0x235086(0x208)](_0x4321b2,_0x375a26[_0x235086(0x215)],{'get':function(){return async function _0x376f1c(){return _0x2b1709['apply'](this,arguments)['then'](_0x24acf3=>{const _0x1f9fc5=a4_0x4929;return PlaywrightSessionDetails[_0x1f9fc5(0x181)](_0x24acf3,null),_0x24acf3;});};}});};function a4_0x4929(_0x3ec08e,_0x50ee0f){const _0x383e25=a4_0x383e();return a4_0x4929=function(_0x492943,_0x5cdb37){_0x492943=_0x492943-0x12a;let _0x887e4b=_0x383e25[_0x492943];return _0x887e4b;},a4_0x4929(_0x3ec08e,_0x50ee0f);}function a4_0x383e(){const _0x49b2e3=['O11yHelper','../mocha/test-observability/mochaUtils','bs:addLog:','Hdima','winstonLogger','XyPKL','mapTestHooks','ufKfI','failure','hook_type','skipped','findGitConfig','test','text','gulXm','VVnBa','bddSteps','bKVqx','../../helpers/helper','tuJxl','success','meta','codeceptjs','zomZX','fullTitle','body','duration','setupBrowserDetails','pvdzg','stop','_afterEach','MewEf','dirname','relative','failed\x20to\x20get\x20root\x20parent\x20file\x20','currentHook','gkkxH','hasLiveDriverSession','793661LTBHFa','HnusO','_paths','toString','PLAYWRIGHT_HUB_URL','216zERqqa','sendCBTInfo','initializeBddStep','bufferPendingHookEvent','_beforeEach','TFSPw','NJMEA','YSoNU','tags','resetSkipTestHooks','_testEnv','3|2|5|4|0|1','xVJtF','SlDRw','TEST_REPORTING_ANALYTICS','hookAnalyticsId','testAnalyticsId','__cloud_provider___','\x20with\x20error\x20:\x20','729483ePGXkk','HxywB','aXfoS','5txfPgU','TOaEz','aBlma','getFailureType','ryVfc','./helper.js','removeAllListeners','bDRHg','includes','forEach','toUpperCase','appendTestItemLog','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','../../helpers/testhub/utils.js','PqTwK','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','feature','prototype','ZXYHr','finished','toLowerCase','accessibilityPlatform','failureData','getTime','apply','err','join','kDbgt','TEST_RUN_FINISHED','getHierarchy','tRiwo','flushPendingHookEvents','client','19537TsZXtf','session_id','hook_run_uuid','util','ctx','TEST_RUN_SKIPPED','CBTSessionCreated','TestRunFinished','fireEvent','driUk','_afterAll','RJqTa','pendingHookEvents','aHGOZ','JRqLG','qhzLc','aMtwQ','OopMA','getRootParentFile','HookRunStarted','SNHey','driver','QfLqH','launch','IkJIj','failed','10OBFyzE','JBrnO','start','566847SLRWXS','YWNNz','sep','lib','QZJVN','title','passed','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','debug','HjsVR','pending','EPSfP','replace','aqwsq','hVuLv','cwd','parent','TEST_EVENTS','nYMqL','2zFWnAo','DCFoh','HookRunFinished','OZxOv','suites','file_name','getHookType','config','length','ebjeK','uploadEventData','Not\x20able\x20to\x20import\x20Browser','zZCBO','RBhlp','zURuI','startedAt','defineProperty','status','hook_run','72096HBchqm','location_prefix','TestRunStarted','eventType','VnXqx','USXZy','message','connect','splice','constructor','BhESS','yhRqH','event_type','uploadData','IfCQM','finished_at','IYcaP','failure_backtrace','_beforeAll','connectOverCDP','groups','bTBtm','now','../playwright/accessibility-helper','match','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','type','push','expanded','knRTs','file','CODECEPT','frameworkName','421656hnknWN','keys','pxIMn','PathHelper','bind','find','__platformCaps','Playwright','inspect','BrowserType','result','sfJiY','integrations','HOOK_RUN_FINISHED','stepAnalyticsId','STATE_FAILED','PQPBN','Failed\x20to\x20parse\x20wsendpoint\x20','toISOString','wsEndpoint','test_run_uuid','started','failure_reason_expanded','UeTSY','getCBTInfo','logs','bddStepStart','shutdown','split','hook','hVwNP','test_run','156545qYWFwB','markedStatus','retryOf','TEST_RUN_STARTED','LogCreated','oUyoS','../../helpers/test-observability/sessionHandler','LybjY','pid','enabled','getHooksForTest','../utils/constants','NfjDi','currentTest','IbOIb'];a4_0x383e=function(){return _0x49b2e3;};return a4_0x383e();}class O11yHelper{['currentTest']=null;[a4_0x32e6c4(0x189)]=null;[a4_0x32e6c4(0x160)]=![];[a4_0x32e6c4(0x136)]=![];['pendingHookEvents']=[];constructor(_0x1d1cf8,_0x315860){const _0x8414d8=a4_0x32e6c4,_0x2804ea={'aHGOZ':_0x8414d8(0x19c),'JBrnO':function(_0x3dadf0,_0x39d7f7){return _0x3dadf0===_0x39d7f7;},'JRqLG':_0x8414d8(0x13e),'aBlma':function(_0x58ddab,_0x285065){return _0x58ddab(_0x285065);},'PqTwK':function(_0x302f11){return _0x302f11();},'fgMwb':function(_0x23c481){return _0x23c481();}},_0x24893e=_0x2804ea[_0x8414d8(0x1d5)][_0x8414d8(0x153)]('|');let _0xb4185a=0x0;while(!![]){switch(_0x24893e[_0xb4185a++]){case'0':this[_0x8414d8(0x18e)]=new testOpsHelper[(_0x8414d8(0x13a))]({'cwd':process[_0x8414d8(0x1f4)]()},this[_0x8414d8(0x19b)][_0x8414d8(0x20c)]);continue;case'1':this['driver']&&_0x2804ea[_0x8414d8(0x1e3)](this[_0x8414d8(0x1dd)][_0x8414d8(0x214)]['name'],_0x2804ea[_0x8414d8(0x1d6)])&&_0x2804ea[_0x8414d8(0x1a9)](mockPWBrowserType,null);continue;case'2':this[_0x8414d8(0x136)]=_0x315860['frameworkName'];continue;case'3':this[_0x8414d8(0x160)]=_0x2804ea[_0x8414d8(0x1b5)](shouldProcessEventForTesthub);continue;case'4':this['_testEnv']=_0x2804ea['fgMwb'](getTestEnv);continue;case'5':this[_0x8414d8(0x1dd)]=_0x1d1cf8;continue;}break;}}[a4_0x32e6c4(0x18b)](){const _0x3aa444=a4_0x32e6c4,_0x46862a={'OZxOv':function(_0x3676a8,_0x4eab17){return _0x3676a8(_0x4eab17);}};if(!this[_0x3aa444(0x1dd)])return![];try{const _0x3654e1=_0x46862a[_0x3aa444(0x1fb)](fetchPlatformDetails,this[_0x3aa444(0x1dd)]);if(!_0x3654e1)return![];const _0x100939=Object[_0x3aa444(0x138)](_0x3654e1)[0x0];return!!(_0x100939&&_0x3654e1[_0x100939]&&_0x3654e1[_0x100939][_0x3aa444(0x1c9)]);}catch(_0x2616c2){return![];}}[a4_0x32e6c4(0x194)](_0x593c0e,_0xeb712b){const _0x4bc323=a4_0x32e6c4;if(!_0xeb712b)return;const _0xe44cb4={};_0xe44cb4[_0x4bc323(0x20e)]=_0x593c0e,_0xe44cb4[_0x4bc323(0x218)]=_0xeb712b,this[_0x4bc323(0x1d4)][_0x4bc323(0x131)](_0xe44cb4);}async[a4_0x32e6c4(0x1c6)](){const _0x118814=a4_0x32e6c4,_0x16c868={};_0x16c868[_0x118814(0x1e9)]=function(_0x6132c7,_0x14739b){return _0x6132c7&&_0x14739b;};const _0x55d93a=_0x16c868;if(!this[_0x118814(0x1d4)][_0x118814(0x200)])return;if(!this[_0x118814(0x18b)]())return;const _0x1d43b5=this[_0x118814(0x14f)](this['driver']),_0x5c35f8=this['pendingHookEvents'][_0x118814(0x213)](0x0,this['pendingHookEvents'][_0x118814(0x200)]);for(const {eventType:_0x18862b,uploadData:_0x28039c}of _0x5c35f8){try{const _0x5db471=_0x28039c[_0x118814(0x20a)]||_0x28039c[_0x118814(0x156)];_0x55d93a[_0x118814(0x1e9)](_0x5db471,_0x1d43b5)&&(_0x5db471[_0x118814(0x143)]=_0x1d43b5),await this['fireEvent'](_0x18862b,_0x28039c);}catch(_0x49acb2){logger['debug']('Failed\x20to\x20flush\x20pending\x20hook\x20event\x20'+_0x18862b+':\x20'+util['format'](_0x49acb2));}}}[a4_0x32e6c4(0x1e4)](){const _0x4a396c=a4_0x32e6c4;if(!this[_0x4a396c(0x160)])return;testOpsHelper['patchConsoleLogger'](),process[_0x4a396c(0x1ad)]('bs:addLog:'+process[_0x4a396c(0x15f)]),process['on'](_0x4a396c(0x168)+process[_0x4a396c(0x15f)],this[_0x4a396c(0x1b2)][_0x4a396c(0x13b)](this));}async[a4_0x32e6c4(0x183)](){const _0x959f17=a4_0x32e6c4;await RequestQueueHandler['getInstance']()[_0x959f17(0x152)]();}async[a4_0x32e6c4(0x1b2)](_0x436625){const _0x4b0e61=a4_0x32e6c4,_0x2b8a48={'xVJtF':_0x4b0e61(0x15b),'iDsYz':function(_0x169c31,_0x3f4b88){return _0x169c31(_0x3f4b88);}};try{this[_0x4b0e61(0x189)]&&!this[_0x4b0e61(0x189)][_0x4b0e61(0x158)]&&(_0x436625[_0x4b0e61(0x1ca)]=this[_0x4b0e61(0x189)][_0x4b0e61(0x1a0)]);!_0x436625[_0x4b0e61(0x1ca)]&&this[_0x4b0e61(0x164)]&&!this[_0x4b0e61(0x164)][_0x4b0e61(0x158)]&&(_0x436625[_0x4b0e61(0x14b)]=this[_0x4b0e61(0x164)][_0x4b0e61(0x1a1)]);if(_0x436625[_0x4b0e61(0x1ca)]||_0x436625['test_run_uuid']){const _0x41a7ad={};_0x41a7ad[_0x4b0e61(0x217)]=_0x2b8a48[_0x4b0e61(0x19d)],_0x41a7ad[_0x4b0e61(0x150)]=[_0x436625],await SessionHandler[_0x4b0e61(0x202)](_0x41a7ad);}}catch(_0x54e518){_0x2b8a48['iDsYz'](debug,_0x4b0e61(0x1b6)+constants[_0x4b0e61(0x19f)]+_0x4b0e61(0x1a3)+_0x54e518);}}async[a4_0x32e6c4(0x192)](_0x1ecc64){const _0x100883=a4_0x32e6c4,_0x32a601={'yDUKW':_0x100883(0x1ce),'VnXqx':function(_0x4090eb,_0x233e35){return _0x4090eb(_0x233e35);}};if(!this[_0x100883(0x160)])return;const _0x4939e8=this[_0x100883(0x14f)](this[_0x100883(0x1dd)]);try{const _0x9da4d5={};_0x9da4d5['uuid']=_0x1ecc64,_0x9da4d5[_0x100883(0x143)]=_0x4939e8;const _0x51c37c=_0x9da4d5,_0x3c863c={};_0x3c863c[_0x100883(0x217)]=_0x32a601['yDUKW'],_0x3c863c[_0x100883(0x156)]=_0x51c37c,await SessionHandler['uploadEventData'](_0x3c863c);}catch(_0x1a0c0e){_0x32a601[_0x100883(0x20f)](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20'+constants[_0x100883(0x19f)]+_0x100883(0x1a3)+_0x1a0c0e);}}[a4_0x32e6c4(0x14f)](_0x48d5bd){const _0x1e09a3={'glLTu':function(_0x27f170,_0x6e1196){return _0x27f170(_0x6e1196);}};return _0x1e09a3['glLTu'](fetchPlatformDetails,_0x48d5bd);}['resetSkipTestHooks']=_0x3bcc2a=>{const _0x198bf1=a4_0x32e6c4,_0x64431={};_0x64431[_0x198bf1(0x1a8)]='_beforeEach',_0x64431['HAsxk']=_0x198bf1(0x184);const _0x37f00a=_0x64431;if(!_0x3bcc2a||!_0x3bcc2a[_0x198bf1(0x1f5)])return;[_0x37f00a[_0x198bf1(0x1a8)],_0x37f00a['HAsxk']][_0x198bf1(0x1b0)](_0x25f668=>{const _0x37d983=_0x198bf1,_0x7f8e8=_0x3bcc2a[_0x37d983(0x1f5)][_0x25f668];_0x7f8e8[_0x37d983(0x1b0)](_0x1b335f=>{_0x1b335f['hookAnalyticsId']&&(_0x1b335f['hookAnalyticsId']=null);});});};[a4_0x32e6c4(0x16c)](_0x20d0c5){const _0x4d4225=a4_0x32e6c4,_0x4b16dc={'uYSaA':_0x4d4225(0x17c),'XhmoZ':function(_0xe25a90){return _0xe25a90();},'pjoTp':function(_0x22e152,_0x556f9b){return _0x22e152===_0x556f9b;},'gkkxH':_0x4d4225(0x184),'YSoNU':function(_0xc5c61c){return _0xc5c61c();},'hUhkF':_0x4d4225(0x21d),'ZXYHr':_0x4d4225(0x1d2),'oUyoS':_0x4d4225(0x195)};if(!_0x20d0c5||!_0x20d0c5[_0x4d4225(0x1f5)])return;[_0x4b16dc['hUhkF'],_0x4b16dc[_0x4d4225(0x1b9)],_0x4b16dc[_0x4d4225(0x15c)],_0x4b16dc[_0x4d4225(0x18a)]]['forEach'](_0x2df5dd=>{const _0x4f534a=_0x4d4225,_0x15dff8=_0x20d0c5[_0x4f534a(0x1f5)][_0x2df5dd]||[];_0x15dff8[_0x4f534a(0x1b0)](_0x525218=>{const _0x5f076a=_0x4f534a;if(_0x525218[_0x5f076a(0x1ea)][_0x5f076a(0x1af)](_0x4b16dc['uYSaA']))return;if(!_0x525218[_0x5f076a(0x1a0)])_0x525218[_0x5f076a(0x1a0)]=_0x4b16dc['XhmoZ'](uuidv4);else _0x525218[_0x5f076a(0x158)]&&_0x4b16dc['pjoTp'](_0x2df5dd,_0x4b16dc[_0x5f076a(0x18a)])&&(_0x525218['hookAnalyticsId']=_0x4b16dc[_0x5f076a(0x198)](uuidv4),delete _0x525218[_0x5f076a(0x158)]);});}),this['mapTestHooks'](_0x20d0c5[_0x4d4225(0x1f5)]);}[a4_0x32e6c4(0x161)](_0x322669){const _0x3619bb=a4_0x32e6c4,_0x99eaf8={};_0x99eaf8[_0x3619bb(0x177)]='_beforeAll',_0x99eaf8[_0x3619bb(0x1d7)]=_0x3619bb(0x1d2),_0x99eaf8['GcJWR']=_0x3619bb(0x195),_0x99eaf8[_0x3619bb(0x1c5)]=_0x3619bb(0x184);const _0x47f6a0=_0x99eaf8;if(!_0x322669||!_0x322669[_0x3619bb(0x1f5)])return[];const _0x4a664b=[];return[_0x47f6a0[_0x3619bb(0x177)],_0x47f6a0[_0x3619bb(0x1d7)],_0x47f6a0['GcJWR'],_0x47f6a0[_0x3619bb(0x1c5)]][_0x3619bb(0x1b0)](_0x5c14f4=>{const _0x23e4ad=_0x3619bb,_0x58a95f=_0x322669[_0x23e4ad(0x1f5)][_0x5c14f4]||[];_0x58a95f[_0x23e4ad(0x1b0)](_0xbebcf=>{const _0x293444=_0x23e4ad;_0xbebcf[_0x293444(0x1a0)]&&_0x4a664b['push'](_0xbebcf[_0x293444(0x1a0)]);});}),[]['concat'](_0x4a664b,this['getHooksForTest'](_0x322669[_0x3619bb(0x1f5)]));}['getHookType'](_0x5dc3ea){const _0x414879=a4_0x32e6c4,_0x9e53bd=/^"(?<hook>.*)" hook:.*$/,_0x2deb58=_0x5dc3ea[_0x414879(0x1ea)],_0xd07e54=_0x2deb58[_0x414879(0x12e)](_0x9e53bd);if(_0xd07e54&&_0xd07e54[_0x414879(0x12a)])return _0xd07e54[_0x414879(0x12a)]['hook'][_0x414879(0x1b1)]()[_0x414879(0x1f1)]('\x20','_');return null;}[a4_0x32e6c4(0x171)](_0x5ba3fc){const _0x189614=a4_0x32e6c4,_0x528628={};_0x528628[_0x189614(0x1ae)]=function(_0x6f6fb3,_0x42897c){return _0x6f6fb3===_0x42897c;},_0x528628['NJMEA']=function(_0x29019c,_0x34dd4f){return _0x29019c===_0x34dd4f;},_0x528628[_0x189614(0x206)]='.git',_0x528628[_0x189614(0x165)]=_0x189614(0x1ff);const _0x43d7c7=_0x528628,_0x5319bf=path[_0x189614(0x1e7)];if(_0x43d7c7[_0x189614(0x1ae)](_0x5ba3fc,null)||_0x43d7c7['bDRHg'](_0x5ba3fc,'')||_0x43d7c7[_0x189614(0x1ae)](_0x5ba3fc,_0x5319bf)||_0x43d7c7[_0x189614(0x197)](_0x5ba3fc,path['dirname'](_0x5ba3fc)))return null;try{return fs['statSync'](path[_0x189614(0x1c1)](_0x5ba3fc,_0x43d7c7[_0x189614(0x206)],_0x43d7c7[_0x189614(0x165)])),_0x5ba3fc;}catch(_0x215710){const _0x1565d7=path[_0x189614(0x186)](_0x5ba3fc);return this['findGitConfig'](_0x1565d7);}}['getRootParentFile'](_0x573d6f){const _0x1945c7=a4_0x32e6c4,_0x2c3e29={};_0x2c3e29[_0x1945c7(0x15e)]=function(_0x1de62e,_0xa1d058){return _0x1de62e>_0xa1d058;};const _0x4be489=_0x2c3e29;if(_0x573d6f[_0x1945c7(0x134)])return _0x573d6f[_0x1945c7(0x134)];if(_0x573d6f[_0x1945c7(0x1cc)]){const _0x2629e2=_0x573d6f['ctx'][_0x1945c7(0x164)]?this[_0x1945c7(0x1da)](_0x573d6f[_0x1945c7(0x1cc)][_0x1945c7(0x164)]):null;if(_0x2629e2)return _0x2629e2;}if(_0x573d6f[_0x1945c7(0x1f5)]){const _0x5128c1=this['getRootParentFile'](_0x573d6f[_0x1945c7(0x1f5)])||(_0x573d6f[_0x1945c7(0x1f5)][_0x1945c7(0x1cc)]&&_0x573d6f[_0x1945c7(0x1f5)][_0x1945c7(0x1cc)][_0x1945c7(0x164)]?this[_0x1945c7(0x1da)](_0x573d6f[_0x1945c7(0x1f5)][_0x1945c7(0x1cc)][_0x1945c7(0x164)]):null);if(_0x5128c1)return _0x5128c1;_0x573d6f['parent'][_0x1945c7(0x1fc)]&&_0x4be489[_0x1945c7(0x15e)](_0x573d6f['parent'][_0x1945c7(0x1fc)][_0x1945c7(0x200)],0x0)&&_0x573d6f['parent'][_0x1945c7(0x1fc)][_0x1945c7(0x1b0)](_0x33bf88=>{const _0x4d293b=_0x1945c7,_0x1eea06=_0x33bf88[_0x4d293b(0x1cc)]?this[_0x4d293b(0x1da)](_0x33bf88[_0x4d293b(0x1cc)]):null;if(_0x1eea06)return _0x1eea06;});}return null;}[a4_0x32e6c4(0x1c4)](_0x925ae1){const _0x5a31af=a4_0x32e6c4,_0x1d890f={};_0x1d890f[_0x5a31af(0x1de)]=function(_0x57cfdf,_0x6b680){return _0x57cfdf!==_0x6b680;};const _0x4002a0=_0x1d890f,_0x4dbf11=[];if(_0x925ae1&&_0x925ae1[_0x5a31af(0x1f5)]){let _0x31d2b9=_0x925ae1['parent'];while(_0x31d2b9&&_0x4002a0[_0x5a31af(0x1de)](_0x31d2b9[_0x5a31af(0x1ea)],'')){_0x4dbf11[_0x5a31af(0x131)](_0x31d2b9[_0x5a31af(0x1ea)]),_0x31d2b9=_0x31d2b9['parent'];}}return _0x4dbf11;}['captureEvent'](_0x5cfd67,_0x39133d,_0x2ae0c4=undefined){const _0x38fdeb=a4_0x32e6c4,_0x4754fb={'fIOyZ':function(_0x109726,_0x210379){return _0x109726(_0x210379);},'IfCQM':function(_0x22d1d1){return _0x22d1d1();},'IYcaP':function(_0x2cfb00){return _0x2cfb00();},'zZCBO':function(_0x1c3d91){return _0x1c3d91();},'ryVfc':function(_0x45ce82){return _0x45ce82();},'AgRaV':_0x38fdeb(0x1c0),'nYMqL':function(_0x47b325,_0x207b2e){return _0x47b325!==_0x207b2e;},'HnusO':'File\x20path\x20could\x20not\x20be\x20found','sfJiY':_0x38fdeb(0x1ef),'USXZy':_0x38fdeb(0x1e1),'driUk':'passed','YWNNz':_0x38fdeb(0x170),'IojWE':'javascript','ufKfI':function(_0x3c3468,_0x202d5a){return _0x3c3468-_0x202d5a;},'RJqTa':function(_0x4ba323,_0x4a9bfc,_0x5407f6,_0x1b27cc,_0x4d3496){return _0x4ba323(_0x4a9bfc,_0x5407f6,_0x1b27cc,_0x4d3496);},'dQQSX':_0x38fdeb(0x143),'AOOSq':_0x38fdeb(0x17b),'tfVoJ':_0x38fdeb(0x16e),'SlDRw':_0x38fdeb(0x21c),'VVnBa':'backtrace','hVwNP':_0x38fdeb(0x14d),'gNxbs':_0x38fdeb(0x132),'RBhlp':function(_0x35baed,_0x4aefff){return _0x35baed===_0x4aefff;},'GOCuT':_0x38fdeb(0x20a),'PQPBN':_0x38fdeb(0x156)};if(!this[_0x38fdeb(0x160)])return;try{if(_0x39133d['fn']&&_0x39133d['fn'][_0x38fdeb(0x18f)]()[_0x38fdeb(0x12e)](/browserstack internal helper hook/))return;const _0x88bb93=_0x4754fb['fIOyZ'](parseEvent,_0x5cfd67);if(!_0x88bb93)return;if(_0x88bb93[_0x38fdeb(0x172)]){this[_0x38fdeb(0x164)]=_0x39133d,this[_0x38fdeb(0x189)]=null;if(_0x88bb93[_0x38fdeb(0x14c)]||_0x88bb93['skipped']){_0x39133d['startedAt']=new Date(),_0x39133d[_0x38fdeb(0x158)]=![];if(!_0x39133d[_0x38fdeb(0x1a1)])_0x39133d[_0x38fdeb(0x1a1)]=_0x4754fb[_0x38fdeb(0x219)](uuidv4);else _0x39133d['markedStatus']&&(!_0x39133d['retryOf']&&(_0x39133d[_0x38fdeb(0x159)]=_0x39133d[_0x38fdeb(0x1a1)]),_0x39133d[_0x38fdeb(0x1a1)]=_0x4754fb[_0x38fdeb(0x21b)](uuidv4));}}else{if(_0x88bb93[_0x38fdeb(0x154)]){this[_0x38fdeb(0x189)]=_0x39133d;if(_0x88bb93[_0x38fdeb(0x14c)]){_0x39133d['startedAt']=new Date(),_0x39133d['markedStatus']=![];if(!_0x39133d[_0x38fdeb(0x1a0)])_0x39133d[_0x38fdeb(0x1a0)]=_0x4754fb[_0x38fdeb(0x204)](uuidv4);else _0x39133d[_0x38fdeb(0x1a0)]&&_0x39133d['markedStatus']&&(_0x39133d[_0x38fdeb(0x1a0)]=_0x4754fb[_0x38fdeb(0x1ab)](uuidv4));}}}if(_0x88bb93['finished']&&_0x39133d[_0x38fdeb(0x158)])return;let _0x3104ca;try{_0x3104ca=this['getRootParentFile'](_0x39133d);}catch(_0x4144fb){logger[_0x38fdeb(0x1ed)](_0x38fdeb(0x188)+_0x4144fb),_0x3104ca=null;}let _0xba551c=[];_0x2ae0c4&&(_0xba551c=[_0x2ae0c4,_0x4754fb['AgRaV']]);const _0x229476=_0x4754fb[_0x38fdeb(0x1f7)](_0x39133d['errorsDetailed'],undefined)?util[_0x38fdeb(0x13f)](_0x39133d['errorsDetailed'][0x0]):_0x4754fb['nYMqL'](_0x2ae0c4,undefined)?_0x2ae0c4[_0x38fdeb(0x18f)]():undefined,_0x285de3=_0x3104ca?this[_0x38fdeb(0x171)](_0x3104ca):null,_0x274148=_0x3104ca?this[_0x38fdeb(0x18e)]['prefixTestPath'](this[_0x38fdeb(0x1da)](_0x39133d)):_0x4754fb[_0x38fdeb(0x18d)];let _0xde0b2=_0x4754fb[_0x38fdeb(0x142)];const _0x9b55b1=!_0x88bb93[_0x38fdeb(0x14c)]?new Date()[_0x38fdeb(0x149)]():null;if(_0x88bb93[_0x38fdeb(0x1ba)])_0xde0b2=_0x2ae0c4?_0x4754fb['USXZy']:_0x4754fb[_0x38fdeb(0x1d1)],_0x39133d[_0x38fdeb(0x158)]=!![];else _0x88bb93['skipped']&&(_0xde0b2=_0x4754fb[_0x38fdeb(0x1e6)],_0x39133d[_0x38fdeb(0x158)]=!![]);const _0x14c263={'framework':this[_0x38fdeb(0x136)],'uuid':_0x39133d[_0x38fdeb(0x1a1)]||_0x39133d[_0x38fdeb(0x1a0)],'name':_0x39133d['title'],'body':{'lang':_0x4754fb['IojWE'],'code':_0x39133d[_0x38fdeb(0x17f)][_0x38fdeb(0x18f)]()},'type':_0x39133d[_0x38fdeb(0x130)],'scope':_0x39133d[_0x38fdeb(0x17e)](),'scopes':this[_0x38fdeb(0x1c4)](_0x39133d),'file_name':_0x274148,'vc_filepath':_0x285de3?path[_0x38fdeb(0x187)](_0x285de3,_0x3104ca):null,'location':_0x274148,'result':_0xde0b2,'failure_reason':_0x229476,'duration_in_ms':_0x39133d[_0x38fdeb(0x180)]||(_0x88bb93['finished']||_0x88bb93[_0x38fdeb(0x170)])?_0x4754fb[_0x38fdeb(0x16d)](Date[_0x38fdeb(0x12c)](),new Date(_0x39133d[_0x38fdeb(0x207)])[_0x38fdeb(0x1be)]()):null,'started_at':new Date(_0x39133d['startedAt'])[_0x38fdeb(0x149)](),'finished_at':_0x9b55b1,'failure':testOpsHelper[_0x38fdeb(0x1bd)][_0x38fdeb(0x1bf)](null,_0xba551c),'failure_type':!_0x229476?null:testOpsHelper[_0x38fdeb(0x1aa)](_0x229476),'retry_of':_0x39133d[_0x38fdeb(0x159)]||null,'tags':_0x39133d[_0x38fdeb(0x199)]||[],'customRerunParam':{'rerun_name':_0x39133d[_0x38fdeb(0x17e)]()}};_0x4754fb[_0x38fdeb(0x1d3)](appendTesthubParams,_0x14c263,_0x5cfd67,_0x39133d,FRAMEWORKS[_0x38fdeb(0x135)]);if(_0x88bb93['hook'])[_0x14c263[_0x38fdeb(0x16f)],_0x14c263['name']]=[this[_0x38fdeb(0x1fe)](_0x39133d),_0x39133d[_0x38fdeb(0x1cc)]['test'][_0x38fdeb(0x1ea)]],_0x88bb93[_0x38fdeb(0x1ba)]?_0x4754fb[_0x38fdeb(0x1f7)](_0x14c263['result'],_0x4754fb[_0x38fdeb(0x210)])&&(_0x14c263[_0x38fdeb(0x141)]=_0x4754fb['driUk']):_0x14c263[_0x38fdeb(0x17f)]={};else _0x88bb93[_0x38fdeb(0x172)]&&(this['mapTestHooks'](_0x39133d),_0x88bb93[_0x38fdeb(0x170)]&&this[_0x38fdeb(0x19a)](_0x39133d),(_0x88bb93[_0x38fdeb(0x1ba)]||_0x88bb93['skipped'])&&(_0x14c263['hooks']=this[_0x38fdeb(0x161)](_0x39133d)));this[_0x38fdeb(0x1dd)]&&(_0x88bb93[_0x38fdeb(0x14c)]||_0x88bb93[_0x38fdeb(0x170)])&&(_0x14c263[_0x4754fb['dQQSX']]=this[_0x38fdeb(0x14f)](this[_0x38fdeb(0x1dd)]));_0x88bb93[_0x38fdeb(0x172)]&&_0x88bb93[_0x38fdeb(0x1ba)]&&_0x39133d[_0x38fdeb(0x176)]&&(_0x14c263[_0x4754fb['AOOSq']]={'feature':{'name':_0x39133d[_0x38fdeb(0x1f5)][_0x38fdeb(0x1b7)]['name'],'path':_0x14c263[_0x38fdeb(0x1fd)],'description':_0x39133d[_0x38fdeb(0x1f5)]['comment']},'scenario':{'name':_0x39133d['title']},'steps':_0x39133d['bddSteps']});const _0x16c13a=_0x14c263[_0x4754fb['tfVoJ']][0x0];_0x16c13a&&(_0x14c263[_0x4754fb[_0x38fdeb(0x19e)]]=_0x16c13a[_0x4754fb[_0x38fdeb(0x175)]],_0x14c263[_0x4754fb[_0x38fdeb(0x155)]]=_0x16c13a[_0x4754fb['gNxbs']]);if(_0x39133d[_0x38fdeb(0x176)])for(const _0x2dba29 of _0x39133d[_0x38fdeb(0x176)]){!_0x2dba29['finished_at']&&(_0x2dba29[_0x38fdeb(0x21a)]=new Date()[_0x38fdeb(0x149)](),_0x4754fb[_0x38fdeb(0x205)](_0x2dba29[_0x38fdeb(0x141)],_0x4754fb[_0x38fdeb(0x142)])&&(_0x16c13a?(_0x2dba29[_0x38fdeb(0x141)]=_0x4754fb[_0x38fdeb(0x210)],_0x2dba29[_0x38fdeb(0x16e)]=_0x16c13a[_0x4754fb[_0x38fdeb(0x175)]][0x0]):_0x2dba29['result']=_0x4754fb['driUk']));}const _0x3a8726={};_0x3a8726[_0x38fdeb(0x217)]=_0x88bb93['skipped']?TEST_EVENTS[_0x38fdeb(0x1c3)]:_0x5cfd67;const _0x33b669=_0x3a8726;return _0x88bb93[_0x38fdeb(0x154)]?_0x33b669[_0x4754fb['GOCuT']]=_0x14c263:_0x33b669[_0x4754fb[_0x38fdeb(0x147)]]=_0x14c263,_0x33b669;}catch(_0x50f651){logger[_0x38fdeb(0x1ed)](_0x38fdeb(0x1ec)+_0x5cfd67+_0x38fdeb(0x1a3)+_0x50f651);}}async[a4_0x32e6c4(0x1d0)](_0x2fe642,_0x33db3a){const _0x418ed0=a4_0x32e6c4;if(!this[_0x418ed0(0x160)]||!_0x33db3a||!_0x2fe642)return![];try{return await SessionHandler['uploadEventData'](_0x33db3a);}catch(_0x4c8547){logger[_0x418ed0(0x1ed)](_0x418ed0(0x12f)+_0x2fe642+_0x418ed0(0x1a3)+_0x4c8547);}}['initializeBddStep'](_0x270348){const _0x1ba73d=a4_0x32e6c4,_0x3d3b2e={};_0x3d3b2e[_0x1ba73d(0x1f2)]=_0x1ba73d(0x1ef);const _0x47eae4=_0x3d3b2e;return{'id':_0x270348[_0x1ba73d(0x145)],'text':_0x270348[_0x1ba73d(0x173)],'keyword':_0x270348['keyword'],'started_at':_0x270348[_0x1ba73d(0x207)]['toISOString'](),'result':_0x47eae4[_0x1ba73d(0x1f2)]};}[a4_0x32e6c4(0x151)](_0xef38bd){const _0x2e23cc=a4_0x32e6c4,_0x48e3f4={'bTBtm':function(_0x41c20f){return _0x41c20f();}};!this[_0x2e23cc(0x164)][_0x2e23cc(0x176)]&&(this[_0x2e23cc(0x164)][_0x2e23cc(0x176)]=[]),!_0xef38bd[_0x2e23cc(0x145)]&&(_0xef38bd[_0x2e23cc(0x145)]=_0x48e3f4[_0x2e23cc(0x12b)](uuidv4),_0xef38bd['startedAt']=new Date(),this['currentTest'][_0x2e23cc(0x176)][_0x2e23cc(0x131)](this[_0x2e23cc(0x193)](_0xef38bd)));}['bddStepFinish'](_0x2ed3d3){const _0x106ab0=a4_0x32e6c4,_0x41dab0={'wOcrf':function(_0x24634d,_0x41b4d1){return _0x24634d(_0x41b4d1);},'UeTSY':_0x106ab0(0x17a),'aQbim':_0x106ab0(0x1ef),'NfjDi':_0x106ab0(0x1eb),'ebjeK':function(_0x41d06d,_0x49814d){return _0x41d06d-_0x49814d;}};let _0x2b7222=this[_0x106ab0(0x164)][_0x106ab0(0x176)][_0x106ab0(0x13c)](_0x95b919=>_0x95b919['id']===_0x2ed3d3[_0x106ab0(0x145)]);_0x41dab0['wOcrf'](isUndefined,_0x2b7222)&&(_0x2b7222=this[_0x106ab0(0x193)](_0x2ed3d3)),_0x2b7222['result']=[_0x41dab0[_0x106ab0(0x14e)],_0x41dab0['aQbim']][_0x106ab0(0x1af)](_0x2ed3d3['status'])?_0x41dab0[_0x106ab0(0x163)]:_0x2ed3d3[_0x106ab0(0x209)],_0x2b7222['finished_at']=new Date()['toISOString'](),_0x2b7222[_0x106ab0(0x180)]=_0x41dab0[_0x106ab0(0x201)](Date[_0x106ab0(0x12c)](),_0x2ed3d3[_0x106ab0(0x207)][_0x106ab0(0x1be)]()),_0x2b7222[_0x106ab0(0x16e)]=_0x2ed3d3[_0x106ab0(0x1c0)]?_0x2ed3d3[_0x106ab0(0x1c0)][_0x106ab0(0x211)]:null;}}const a4_0x10bda4={};a4_0x10bda4[a4_0x32e6c4(0x166)]=O11yHelper,a4_0x10bda4['STATE_PASSED']=STATE_PASSED,a4_0x10bda4[a4_0x32e6c4(0x146)]=STATE_FAILED,a4_0x10bda4[a4_0x32e6c4(0x1f6)]=TEST_EVENTS,module['exports']=a4_0x10bda4;