browserstack-node-sdk 1.49.6 → 1.49.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (186) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/nightwatch/command.js +1 -1
  79. package/src/bin/playwright/accessibility-helper.js +1 -1
  80. package/src/bin/playwright/command.js +1 -1
  81. package/src/bin/playwright/globalSetup.js +1 -1
  82. package/src/bin/playwright/mock-process.js +1 -1
  83. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  84. package/src/bin/playwright/patches.js +1 -1
  85. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  86. package/src/bin/playwright/reporter/reporter.js +1 -1
  87. package/src/bin/playwright/reporter/test-details.js +1 -1
  88. package/src/bin/playwright/sessionDetails.js +1 -1
  89. package/src/bin/runner.js +1 -1
  90. package/src/bin/setup.js +1 -1
  91. package/src/bin/test-runner/index.js +1 -1
  92. package/src/bin/test-runner/runTest.js +1 -1
  93. package/src/bin/test-runner/testWorker.js +1 -1
  94. package/src/bin/utils/apiUtilityMethods.js +1 -1
  95. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  96. package/src/bin/utils/constants.js +1 -1
  97. package/src/bin/utils/log4jsAppender.js +1 -1
  98. package/src/bin/utils/logPatcher.js +1 -1
  99. package/src/bin/utils/logReportingAPI.js +1 -1
  100. package/src/bin/utils/playwright-patcher.js +1 -1
  101. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  102. package/src/bin/utils/sharedUtils.js +1 -1
  103. package/src/bin/v2/TestInfo.js +1 -1
  104. package/src/bin/v2/browserstackCLI.js +1 -1
  105. package/src/bin/v2/cliUtils.js +1 -1
  106. package/src/bin/v2/customTagManager.js +1 -1
  107. package/src/bin/v2/eventDispatcher.js +1 -1
  108. package/src/bin/v2/framework/automationFramework.js +1 -1
  109. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  110. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  111. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  112. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  113. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  114. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  115. package/src/bin/v2/framework/testFramework.js +1 -1
  116. package/src/bin/v2/grpcClient.js +1 -1
  117. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  118. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  119. package/src/bin/v2/instances/trackedContext.js +1 -1
  120. package/src/bin/v2/instances/trackedInstance.js +1 -1
  121. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  122. package/src/bin/v2/modules/baseModule.js +1 -1
  123. package/src/bin/v2/modules/loadTestModule.js +1 -1
  124. package/src/bin/v2/modules/observabilityModule.js +1 -1
  125. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  126. package/src/bin/v2/modules/testhubModule.js +1 -1
  127. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  128. package/src/bin/v2/state/hookState.js +1 -1
  129. package/src/bin/v2/state/testFrameworkState.js +1 -1
  130. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  131. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  132. package/src/bin/v2/utils/jest-utils.js +1 -1
  133. package/src/bin/vanilla-js/command.js +1 -1
  134. package/src/browserStackSdk.js +1 -1
  135. package/src/helpers/BrowserStackSetup.js +1 -1
  136. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  137. package/src/helpers/accessibility-automation/constants.js +1 -1
  138. package/src/helpers/accessibility-automation/helper.js +1 -1
  139. package/src/helpers/accessibility-automation/scripts.js +1 -1
  140. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  141. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  142. package/src/helpers/ats/constants.js +1 -1
  143. package/src/helpers/ats/helper.js +1 -1
  144. package/src/helpers/capsMapping.js +1 -1
  145. package/src/helpers/central-scanner/constants.js +1 -1
  146. package/src/helpers/central-scanner/helpers.js +1 -1
  147. package/src/helpers/classLogger.js +1 -1
  148. package/src/helpers/globals.js +1 -1
  149. package/src/helpers/helper.js +1 -1
  150. package/src/helpers/logger.js +1 -1
  151. package/src/helpers/metadata.js +1 -1
  152. package/src/helpers/patchHelper.js +1 -1
  153. package/src/helpers/patchHelpers.js +1 -1
  154. package/src/helpers/percy/Percy.js +1 -1
  155. package/src/helpers/percy/PercyBinary.js +1 -1
  156. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  157. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  158. package/src/helpers/percy/PercySDK.js +1 -1
  159. package/src/helpers/percy/index.js +1 -1
  160. package/src/helpers/percy/utils.js +1 -1
  161. package/src/helpers/performance/constants.js +1 -1
  162. package/src/helpers/performance/performance-tester.js +1 -1
  163. package/src/helpers/playwright-helper.js +1 -1
  164. package/src/helpers/processHelper.js +1 -1
  165. package/src/helpers/request-spy.js +1 -1
  166. package/src/helpers/setKeepAlive.js +1 -1
  167. package/src/helpers/test-observability/constants.js +1 -1
  168. package/src/helpers/test-observability/error-handler.js +1 -1
  169. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  170. package/src/helpers/test-observability/sessionHandler.js +1 -1
  171. package/src/helpers/test-observability/utils.js +1 -1
  172. package/src/helpers/test-orchestration/constants.js +1 -1
  173. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  174. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  175. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  176. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  177. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  178. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  179. package/src/helpers/testhub/constants.js +1 -1
  180. package/src/helpers/testhub/testhubHandler.js +1 -1
  181. package/src/helpers/testhub/utils.js +1 -1
  182. package/src/helpers/timeoutPromise.js +1 -1
  183. package/src/helpers/utilities.js +1 -1
  184. package/src/helpers/w3cMapping.js +1 -1
  185. package/src/hubAllocationMethods.js +1 -1
  186. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a1_0x178c(_0x3d624f,_0x38f810){const _0xf7ca8b=a1_0xf7ca();return a1_0x178c=function(_0x178c0e,_0x50b76a){_0x178c0e=_0x178c0e-0x1a4;let _0x72e675=_0xf7ca8b[_0x178c0e];return _0x72e675;},a1_0x178c(_0x3d624f,_0x38f810);}const a1_0x37e0cd=a1_0x178c;function a1_0xf7ca(){const _0x1a1abc=['browser','saveScreenshot','thTestRunUuid','constructor','args','INFO','call','AvKcx','ctx','hook-started','comment','codeceptjs','../../bin/playwright/sessionDetails','bddStep-after','TEST_RUN_SKIPPED','./helper.js','currentTest','byzQH','slice','XEgZh','patchSaveScreenshot','ftViN','warn','step-comment','bWwUr','MnOOr','QYusT','TEST_SCREENSHOT','test','jlJnm','TEST_RUN_STARTED','message','../../helpers/helper','captureEvent','qQkHn','../../helpers/test-observability/utils','pid','dwgkP','patch','AvkTi','catch','Puppeteer','initSaveScreenshot','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','enabled','__skipSessionStatus','fireEvent','domForge','test-skipped','qENya','thJwtToken','vJNOT','phHFy','deNXc','executeScript','fRjld','oZqBB','title','stringify','FRAMEWORK_DETAILS','started','PERFORM_SCAN','QqiRa','chromium','550116GkPWdZ','jTzhD','FJVNz','startMonitoring','ygnrI','before','hook-passed','tUaXX','then','_setPage','HOOK_RUN_STARTED','bind','USmFc','BS_TESTOPS_ALLOW_SCREENSHOTS','event','split','DXtTE','WKSSp','yNtpb','../../helpers/request-spy','emit','../../helpers/accessibility-automation/helper','sRDUC','tIsTT','bddStep','base64','util','WSqDS','Element','zXnbW','measureWrapper','../../helpers/performance/constants','SESSION_NAME','Suite','SqtRU','TestCafe','Performing\x20scan\x20for\x20','QEzPz','push','forEach','codeceptjs/lib/utils.js','JSYnH','EijZn','prototype','BROWSERSTACK_TESTHUB_JWT','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','start','SDK_TEST','SAVE_RESULTS','performScan','vkNON','commandsToWrap','add','stopMonitoring','LqtVJ','thBuildUuid','test-failed','TCqne','NfvVa','startsWith','146826zRjoxv','TEST_RUN_FINISHED','accessibilityPlatform','exports','helpers','env','bstackAllyScanning','ENV_VAR','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','2815608fSEISu','85XMNZfq','__workerDetails','ByVBl','SDK_POST_TEST','Screenshot\x20path\x20not\x20found','oRHrs','GET_RESULTS','stop','class','restore','_before','stack','--auto-open-devtools-for-tabs','SDK_HOOK','toISOString','apply','SDK_POST_INITIALIZE','pages','arguments','Failed\x20to\x20execute\x20_before:\x20','addRequestSpy','hookType','zuViU','codeceptjs/lib/helper/WebDriver.js','webdriverio','from','getAccessibilityResults','__driver','BS_A11Y_JWT','XMIDh','Playwright','dCsvP','shouldWrapCommand','a11y_core_config','hook-failed','parse','../../helpers/logger','test-before','xMygA','passed','screenshotOutputFolder','NORgH','jcTrU','KJLYC','rEFVI','url','setGlobal','readFileSync','dispatcher','NZWka','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','PqAte','kgvmX','browserContext','11608wxxHmL','qJlQS','format','qzxcy','\x0aStack:\x20','action','setSessionName','skipSessionName','browserStackExecuteDriver','GsumR','1KboQkr','version','zkcjz','AIjex','toString','setSessionStatus','HjZVm','ejPdV','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','contexts','string','HOOK_RUN_FINISHED','codeceptjs/lib/index.js','rjylY','zRceC','mkohw','wXHer','overwriteCommand','getResultsSummary','codeceptjs/lib/recorder.js','page','sjouu','cBvqS','container','test-started','hook','filter','SDK_PRE_INITIALIZE','DriwL','find','browserstack_executor:\x20','hiJjP','testFramework','command','end','9630108iNCnvG','MQdxA','includes','SDK_PRE_TEST','all','after','afterTest','duPgd','bs:addLog:','70526bhJuoO','WebDriver','getAccessibilityResultsSummary','name','5908QgDGZN','captureError','test-after','eCCJx','getSyncScript','24642590epdHpS','NavOl','browserstackTestName','debug','step','iRFcr','bddStep-before','devtools://','../../helpers/globals.js','gKwBm','config','./o11yHelper','qWZgG','skipped','rIhSj','KyHNU','../../bin/playwright/accessibility-helper'];a1_0xf7ca=function(){return _0x1a1abc;};return a1_0xf7ca();}(function(_0xe0f901,_0x551f09){const _0x263974=a1_0x178c,_0x325202=_0xe0f901();while(!![]){try{const _0x43b9b6=-parseInt(_0x263974(0x1a5))/0x1*(-parseInt(_0x263974(0x1d1))/0x2)+-parseInt(_0x263974(0x22b))/0x3+parseInt(_0x263974(0x270))/0x4+parseInt(_0x263974(0x271))/0x5*(parseInt(_0x263974(0x267))/0x6)+-parseInt(_0x263974(0x1d5))/0x7*(-parseInt(_0x263974(0x2a7))/0x8)+parseInt(_0x263974(0x1c8))/0x9+-parseInt(_0x263974(0x1da))/0xa;if(_0x43b9b6===_0x551f09)break;else _0x325202['push'](_0x325202['shift']());}catch(_0x2a54fe){_0x325202['push'](_0x325202['shift']());}}}(a1_0xf7ca,0xc3d95));const fs=require('fs'),util=require(a1_0x37e0cd(0x245)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x37e0cd(0x20b)),logger=require(a1_0x37e0cd(0x295))['winstonLogger'],testOpsHelper=require(a1_0x37e0cd(0x20e)),requestSpy=require(a1_0x37e0cd(0x23e)),PlaywrightSessionDetails=require(a1_0x37e0cd(0x1f7)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x37e0cd(0x1e5)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x37e0cd(0x240)),AccessibilityHelper=require(a1_0x37e0cd(0x1ea)),scripts=require('../../helpers/accessibility-automation/scripts'),PerformanceTester=require('../../helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x37e0cd(0x24a)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x37e0cd(0x1fa)),testHubConstants=require('../../helpers/testhub/constants.js'),globals=require(a1_0x37e0cd(0x1e2)),CodeceptJS=requireModule(a1_0x37e0cd(0x1b1),'codeceptjs'),CodeceptUtils=requireModule(a1_0x37e0cd(0x253),'codeceptjs'),CodeceptWebDriver=requireModule(a1_0x37e0cd(0x288),'codeceptjs'),CodeceptRecorder=requireModule(a1_0x37e0cd(0x1b8),a1_0x37e0cd(0x1f6)),CodeceptPlaywright=requireModule('codeceptjs/lib/helper/Playwright.js',a1_0x37e0cd(0x1f6)),playwrightMarkSessionStatus=(_0x247e2b,_0x222163,_0x3adb6f)=>{const _0x29f31e=a1_0x37e0cd,_0x36341c={'dwgkP':_0x29f31e(0x1aa),'NDNPG':function(_0x5660e9,_0x335ce6){return _0x5660e9(_0x335ce6);}},_0x482e85={};_0x482e85['status']=_0x222163;const _0x31b2b2={};_0x31b2b2[_0x29f31e(0x2ac)]=_0x36341c[_0x29f31e(0x210)],_0x31b2b2[_0x29f31e(0x283)]=_0x482e85;const _0x4a1b7f=_0x31b2b2;return!_0x36341c['NDNPG'](isUndefined,_0x3adb6f)&&(_0x4a1b7f[_0x29f31e(0x283)]['reason']=JSON[_0x29f31e(0x225)](_0x3adb6f)),_0x247e2b[_0x29f31e(0x221)](()=>{},'browserstack_executor:\x20'+JSON[_0x29f31e(0x225)](_0x4a1b7f));},o11ySync=PerformanceTester[a1_0x37e0cd(0x249)](PerformanceO11yEvents['SYNC'],async _0x204b75=>{const _0x258999=a1_0x37e0cd,_0x1d99c5={};_0x1d99c5[_0x258999(0x205)]=function(_0x4e840a,_0x4f6235){return _0x4e840a===_0x4f6235;},_0x1d99c5[_0x258999(0x21f)]='Playwright';const _0x1ecf1c=_0x1d99c5;_0x1ecf1c[_0x258999(0x205)](_0x204b75[_0x258999(0x1ee)]['name'],_0x1ecf1c['phHFy'])?await _0x204b75['executeScript'](_0x4febc9=>{},testOpsHelper[_0x258999(0x1d9)]()):await _0x204b75['executeScript'](testOpsHelper[_0x258999(0x1d9)]());}),markSessionName=PerformanceTester[a1_0x37e0cd(0x249)](PerformanceAutEvents[a1_0x37e0cd(0x24b)],async(_0x48d98b,_0x2157e1)=>{const _0x12e33c=a1_0x37e0cd,_0x495c20={};_0x495c20['tSqPP']=_0x12e33c(0x2ad),_0x495c20[_0x12e33c(0x1fc)]=function(_0x18d2f7,_0x36e5e3){return _0x18d2f7===_0x36e5e3;},_0x495c20[_0x12e33c(0x208)]=_0x12e33c(0x28f);const _0x2d73d0=_0x495c20,_0x1a5943={};_0x1a5943[_0x12e33c(0x1d4)]=_0x2157e1;const _0x4d1079={};_0x4d1079['action']=_0x2d73d0['tSqPP'],_0x4d1079['arguments']=_0x1a5943;const _0x34be08=_0x4d1079;_0x2d73d0[_0x12e33c(0x1fc)](_0x48d98b[_0x12e33c(0x1ee)][_0x12e33c(0x1d4)],_0x2d73d0[_0x12e33c(0x208)])?await _0x48d98b[_0x12e33c(0x221)](()=>{},_0x12e33c(0x1c3)+JSON[_0x12e33c(0x225)](_0x34be08)):await _0x48d98b[_0x12e33c(0x221)](_0x12e33c(0x1c3)+JSON[_0x12e33c(0x225)](_0x34be08));}),patchSaveScreenshot=_0x2f5b0a=>{const _0x3d2ea4=a1_0x37e0cd,_0x1e037a={'ByVBl':_0x3d2ea4(0x244),'qJlQS':_0x3d2ea4(0x206),'WSqDS':function(_0x111882){return _0x111882();},'dCsvP':function(_0x578ca4,_0x278143){return _0x578ca4(_0x278143);},'DXtTE':_0x3d2ea4(0x275),'vJNOT':function(_0x4e8e1e,_0x33d10a){return _0x4e8e1e(_0x33d10a);}};_0x1e037a[_0x3d2ea4(0x21e)](isTrue,process[_0x3d2ea4(0x26c)][_0x3d2ea4(0x238)])&&!_0x2f5b0a[_0x3d2ea4(0x1ff)]&&(_0x2f5b0a[_0x3d2ea4(0x1ff)]=!![],_0x2f5b0a[_0x3d2ea4(0x215)]=_0x2f5b0a[_0x3d2ea4(0x1ec)],_0x2f5b0a[_0x3d2ea4(0x1ec)]=(_0x2519a6,_0x281490=![])=>{const _0x356fa7=_0x3d2ea4,_0x30cdb6={'KJLYC':_0x1e037a[_0x356fa7(0x273)],'qQkHn':_0x1e037a[_0x356fa7(0x2a8)],'MQdxA':function(_0x1b85f9){const _0x531027=_0x356fa7;return _0x1e037a[_0x531027(0x246)](_0x1b85f9);},'QEzPz':function(_0xa42037,_0x533010){const _0x4c1e70=_0x356fa7;return _0x1e037a[_0x4c1e70(0x290)](_0xa42037,_0x533010);},'AvKcx':_0x1e037a[_0x356fa7(0x23b)]};return new Promise(function(_0x862cbe,_0x2ec83a){const _0xe9104=_0x356fa7,_0x49c7e1={'RgDfu':_0x30cdb6[_0xe9104(0x29c)],'AIjex':_0x30cdb6[_0xe9104(0x20d)],'deNXc':function(_0x4c3847){const _0x37d8ad=_0xe9104;return _0x30cdb6[_0x37d8ad(0x1c9)](_0x4c3847);},'rjylY':function(_0x105a19,_0x2f8eb3){const _0x3ab785=_0xe9104;return _0x30cdb6[_0x3ab785(0x250)](_0x105a19,_0x2f8eb3);},'uGKAZ':_0x30cdb6[_0xe9104(0x1f2)]};_0x2f5b0a['initSaveScreenshot'](_0x2519a6,_0x281490)[_0xe9104(0x233)](()=>{const _0x146ab6=_0xe9104,_0x21230d=CodeceptUtils[_0x146ab6(0x299)](_0x2519a6);if(_0x21230d){const _0x4c9b29=fs[_0x146ab6(0x2a0)](_0x21230d);process[_0x146ab6(0x23f)](_0x146ab6(0x1d0)+process[_0x146ab6(0x20f)],{'timestamp':new Date()[_0x146ab6(0x27f)](),'message':_0x4c9b29[_0x146ab6(0x1a9)](_0x49c7e1['RgDfu']),'kind':_0x49c7e1[_0x146ab6(0x1a8)]}),_0x49c7e1[_0x146ab6(0x220)](_0x862cbe);}_0x49c7e1[_0x146ab6(0x1b2)](_0x2ec83a,new Error(_0x49c7e1['uGKAZ']));})[_0xe9104(0x213)](()=>null);});});},patchWebDriverBefore=_0xa39549=>{const _0x2f3032=a1_0x37e0cd,_0x436a9f={'tUaXX':function(_0x4d67c2){return _0x4d67c2();},'NavOl':function(_0x6f82c8,_0x375b72){return _0x6f82c8(_0x375b72);},'rIhSj':function(_0x5b7589,_0x427426){return _0x5b7589===_0x427426;},'qrcWA':_0x2f3032(0x289),'geGbm':_0x2f3032(0x1af),'XMIDh':_0x2f3032(0x247)},_0x2a4e20=async function(_0x221084,_0x1ee9aa){const _0x5e8420=_0x2f3032;_0x436a9f[_0x5e8420(0x232)](isAccessibilityAutomationSession)&&!global[_0x5e8420(0x26d)]&&global[_0x5e8420(0x269)]&&scripts[_0x5e8420(0x291)](_0x221084[_0x5e8420(0x1d4)])&&_0x436a9f[_0x5e8420(0x1db)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x5e8420(0x26d)]=!![],await PerformanceTester[_0x5e8420(0x249)](PerformanceA11yEvents[_0x5e8420(0x228)],async()=>{const _0x1d658b=_0x5e8420;logger['debug'](_0x1d658b(0x24f)+_0x221084['class']+'\x20'+_0x221084[_0x1d658b(0x1d4)]),await AccessibilityHelper[_0x1d658b(0x2af)](_0xa39549,scripts[_0x1d658b(0x25c)]);},{'command':_0x221084[_0x5e8420(0x1d4)]})());global[_0x5e8420(0x26d)]=![];const _0x40a95a=JSON['parse'](process[_0x5e8420(0x26c)][_0x5e8420(0x226)]||'{}');if(_0x436a9f[_0x5e8420(0x1e8)](_0x40a95a?.[_0x5e8420(0x1c5)]?.[_0x5e8420(0x1d4)],_0x436a9f['qrcWA'])&&_0x436a9f[_0x5e8420(0x1e8)](typeof _0x40a95a?.['testFramework']?.[_0x5e8420(0x1a6)],_0x436a9f['geGbm'])&&_0x40a95a?.['testFramework']?.[_0x5e8420(0x1a6)]['startsWith']('7'))return _0x1ee9aa[_0x5e8420(0x280)](null,Array[_0x5e8420(0x256)]['slice'][_0x5e8420(0x1f1)](arguments,0x2));return _0x1ee9aa['apply'](this,Array[_0x5e8420(0x256)][_0x5e8420(0x1fd)]['call'](arguments,0x2));},_0x190cf1=CodeceptWebDriver[_0x2f3032(0x256)][_0x2f3032(0x27b)];CodeceptWebDriver[_0x2f3032(0x256)][_0x2f3032(0x27b)]=async function(){const _0x244ea6=_0x2f3032;try{await _0x190cf1[_0x244ea6(0x280)](this,arguments);}catch(_0x275213){logger[_0x244ea6(0x1dd)](_0x244ea6(0x284)+util[_0x244ea6(0x2a9)](_0x275213));}scripts[_0x244ea6(0x25e)][_0x244ea6(0x1bf)](_0x1699f0=>_0x1699f0['name']&&_0x1699f0[_0x244ea6(0x279)])[_0x244ea6(0x252)](_0x23a10f=>{const _0x573105=_0x244ea6;this[_0x573105(0x1eb)][_0x573105(0x1b6)](_0x23a10f['name'],_0x2a4e20[_0x573105(0x236)](this,_0x23a10f),_0x436a9f[_0x573105(0x1e8)](_0x23a10f['class'],_0x436a9f[_0x573105(0x28e)]));}),_0x436a9f[_0x244ea6(0x1db)](processWebDriverConfig,_0xa39549);};};function parseJwt(_0x505c67){const _0x190ec4=a1_0x37e0cd,_0x3656ac={};_0x3656ac['vkNON']=_0x190ec4(0x244);const _0x1375ab=_0x3656ac;if(!_0x505c67)return null;return JSON[_0x190ec4(0x294)](Buffer[_0x190ec4(0x28a)](_0x505c67[_0x190ec4(0x23a)]('.')[0x1],_0x1375ab[_0x190ec4(0x25d)])[_0x190ec4(0x1a9)]());}const patchPlaywrightBefore=()=>{const _0x24e756=a1_0x37e0cd,_0x89d6c2={'MnOOr':function(_0x36554f){return _0x36554f();},'zXnbW':_0x24e756(0x1e1),'rEFVI':_0x24e756(0x27d),'QqiRa':function(_0x13e899){return _0x13e899();},'FJVNz':function(_0x54b902,_0x60474f){return _0x54b902(_0x60474f);},'PqAte':function(_0x2b34b6,_0x1fbb48){return _0x2b34b6+_0x1fbb48;},'bWwUr':_0x24e756(0x2ab),'LqtVJ':function(_0x504b0a){return _0x504b0a();},'duPgd':function(_0xcff0d){return _0xcff0d();}};PlaywrightSessionDetails[_0x24e756(0x211)]();const _0x5e8f3e=CodeceptPlaywright['prototype'][_0x24e756(0x27b)];CodeceptPlaywright[_0x24e756(0x256)][_0x24e756(0x27b)]=async function(){const _0x495b17=_0x24e756;this[_0x495b17(0x2a6)]=await this[_0x495b17(0x1eb)][_0x495b17(0x1ae)]()[0x0];const _0x4d852f=async()=>{const _0x11693c=_0x495b17,_0x189f11={'NfvVa':function(_0x1c9518){const _0x7b91c1=a1_0x178c;return _0x89d6c2[_0x7b91c1(0x204)](_0x1c9518);},'xyLuF':_0x89d6c2[_0x11693c(0x248)]},_0x992406=this[_0x11693c(0x1e4)]&&this[_0x11693c(0x1e4)][_0x11693c(0x22a)]&&this[_0x11693c(0x1e4)][_0x11693c(0x22a)][_0x11693c(0x1ef)]&&Array['isArray'](this[_0x11693c(0x1e4)][_0x11693c(0x22a)][_0x11693c(0x1ef)])&&this['config'][_0x11693c(0x22a)][_0x11693c(0x1ef)][_0x11693c(0x1ca)](_0x89d6c2[_0x11693c(0x29d)]);if(_0x89d6c2[_0x11693c(0x229)](isAccessibilityAutomationSession)&&!_0x992406)try{const _0x4d5604=_0x89d6c2[_0x11693c(0x22d)](parseJwt,process[_0x11693c(0x26c)][_0x11693c(0x28d)]);if(_0x4d5604&&_0x4d5604[_0x11693c(0x292)]&&_0x4d5604[_0x11693c(0x292)][_0x11693c(0x21a)]){const _0x4028a4=this['browserContext'][_0x11693c(0x282)][_0x11693c(0x236)](this[_0x11693c(0x2a6)]);this[_0x11693c(0x2a6)][_0x11693c(0x282)]=async function(){const _0x18762a=_0x11693c,_0x3720b3=await _0x189f11[_0x18762a(0x265)](_0x4028a4),_0x529058=[];for(const _0x167994 of _0x3720b3){try{const _0x200e4a=await _0x167994[_0x18762a(0x29e)]();!_0x200e4a[_0x18762a(0x266)](_0x189f11['xyLuF'])&&_0x529058[_0x18762a(0x251)](_0x167994);}catch(_0xcfbb4c){_0x529058['push'](_0x167994);}}return _0x529058;};}if(!_0x89d6c2[_0x11693c(0x204)](isBrowserstackInfra)){const _0x16ec19=await this[_0x11693c(0x1b9)][_0x11693c(0x29e)]();if(_0x16ec19['startsWith'](_0x89d6c2['zXnbW'])){const _0x4ab636=await this[_0x11693c(0x2a6)][_0x11693c(0x282)]();this[_0x11693c(0x234)](_0x4ab636[0x0]);}}}catch(_0x69a08e){logger[_0x11693c(0x1dd)](_0x11693c(0x2a3)+_0x69a08e[_0x11693c(0x20a)]+(_0x69a08e[_0x11693c(0x27c)]?_0x89d6c2[_0x11693c(0x2a4)](_0x89d6c2[_0x11693c(0x203)],_0x69a08e[_0x11693c(0x27c)]):''));}};_0x89d6c2[_0x495b17(0x204)](isBrowserstackInfra)&&await _0x89d6c2[_0x495b17(0x204)](_0x4d852f),await _0x5e8f3e['apply'](this,arguments),!_0x89d6c2[_0x495b17(0x261)](isBrowserstackInfra)&&await _0x89d6c2[_0x495b17(0x1cf)](_0x4d852f);};},getCodeceptDriver=()=>{const _0xa08131=a1_0x37e0cd,_0x3cb016={};_0x3cb016[_0xa08131(0x237)]=_0xa08131(0x1d2),_0x3cb016[_0xa08131(0x1fe)]='Playwright',_0x3cb016[_0xa08131(0x2aa)]=_0xa08131(0x214),_0x3cb016[_0xa08131(0x23d)]=_0xa08131(0x24e);const _0x4c06c4=_0x3cb016,_0x9ccbf1=[_0x4c06c4[_0xa08131(0x237)],_0x4c06c4['XEgZh'],_0x4c06c4[_0xa08131(0x2aa)],_0x4c06c4[_0xa08131(0x23d)]],_0x3181a5=_0x9ccbf1[_0xa08131(0x1c2)](_0x7b9e1e=>!!CodeceptJS[_0xa08131(0x1bc)][_0xa08131(0x26b)](_0x7b9e1e));if(!_0x3181a5)return null;return CodeceptJS[_0xa08131(0x1bc)][_0xa08131(0x26b)](_0x3181a5);};module[a1_0x37e0cd(0x26a)]=function(_0x8c4b0e){const _0x5cf9e9=a1_0x37e0cd,_0x42856f={'zkcjz':function(_0x110091){return _0x110091();},'ejPdV':function(_0x2e8873,_0x2ce1ee){return _0x2e8873(_0x2ce1ee);},'NORgH':_0x5cf9e9(0x28b),'sjouu':_0x5cf9e9(0x258),'EijZn':_0x5cf9e9(0x1d3),'HjZVm':_0x5cf9e9(0x216),'WKSSp':function(_0x381ac3,_0x6a406e){return _0x381ac3(_0x6a406e);},'NZWka':_0x5cf9e9(0x1f4),'zRceC':_0x5cf9e9(0x231),'oZqBB':_0x5cf9e9(0x293),'KyHNU':_0x5cf9e9(0x1dc),'eCCJx':_0x5cf9e9(0x296),'zuViU':function(_0x259473,_0x26db4b,_0x1ff35b){return _0x259473(_0x26db4b,_0x1ff35b);},'jTzhD':_0x5cf9e9(0x1bd),'iRFcr':function(_0x413be0,_0x5c7345,_0x443273){return _0x413be0(_0x5c7345,_0x443273);},'GsumR':function(_0x505a20,_0x1cfe1c,_0x1806bd){return _0x505a20(_0x1cfe1c,_0x1806bd);},'gKwBm':function(_0x56781c){return _0x56781c();},'kgvmX':'test-passed','mkohw':function(_0x1dea36,_0x235982,_0x3f2a9d,_0x6719f8){return _0x1dea36(_0x235982,_0x3f2a9d,_0x6719f8);},'IxHOD':function(_0x41dde3,_0x3aa6e2){return _0x41dde3===_0x3aa6e2;},'jcTrU':_0x5cf9e9(0x24c),'hiJjP':_0x5cf9e9(0x263),'sRDUC':_0x5cf9e9(0x21b),'ZLtjw':_0x5cf9e9(0x1ce),'fRjld':function(_0x1924a0){return _0x1924a0();},'ftViN':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','qENya':_0x5cf9e9(0x1d7),'AvkTi':_0x5cf9e9(0x1f0),'GxIuX':'TEST_LOG','xMygA':_0x5cf9e9(0x202),'JSYnH':_0x5cf9e9(0x1e0),'chwKl':_0x5cf9e9(0x1f8),'hVtnF':function(_0x18d9cc){return _0x18d9cc();},'qWZgG':'Playwright'};_0x8c4b0e['skipSessionStatus']&&(global[_0x5cf9e9(0x218)]=_0x8c4b0e['skipSessionStatus']);PerformanceTester[_0x5cf9e9(0x22e)]();const _0x5a8e1e=_0x42856f['hVtnF'](getCodeceptDriver),_0x20c7a9=new O11yHelper(_0x5a8e1e,_0x8c4b0e),_0x459b80=!!CodeceptJS[_0x5cf9e9(0x1bc)][_0x5cf9e9(0x26b)](_0x42856f[_0x5cf9e9(0x1e6)]);global[_0x5cf9e9(0x28c)]=_0x5a8e1e,_0x5a8e1e&&(PerformanceTester[_0x5cf9e9(0x249)](PerformanceEvents[_0x5cf9e9(0x1c0)],()=>{const _0x1168a8=_0x5cf9e9;_0x459b80?_0x42856f[_0x1168a8(0x1a7)](patchPlaywrightBefore):_0x42856f[_0x1168a8(0x1ac)](patchWebDriverBefore,_0x5a8e1e);})(),PerformanceTester[_0x5cf9e9(0x249)](PerformanceEvents[_0x5cf9e9(0x281)],()=>{const _0x194250=_0x5cf9e9,_0x27a42f={};_0x27a42f[_0x194250(0x242)]=_0x42856f[_0x194250(0x255)],_0x27a42f[_0x194250(0x276)]=_0x42856f[_0x194250(0x1ab)];const _0x135c39=_0x27a42f;_0x5a8e1e[_0x194250(0x1d3)]=async()=>{const _0x2d0ffa=_0x194250;if(global[_0x2d0ffa(0x269)]){const _0x182c3b={};return _0x182c3b[_0x2d0ffa(0x1c6)]=_0x135c39['tIsTT'],await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x29edfe=_0x2d0ffa;return await AccessibilityHelper[_0x29edfe(0x2af)](_0x5a8e1e,scripts['performScan']);},_0x182c3b)(),await PerformanceTester[_0x2d0ffa(0x249)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x33764c=_0x2d0ffa;return await AccessibilityHelper['browserStackExecuteDriver'](_0x5a8e1e,scripts[_0x33764c(0x1b7)]);})();}return logger[_0x2d0ffa(0x201)](_0x135c39[_0x2d0ffa(0x276)]),{};},_0x5a8e1e[_0x194250(0x28b)]=async()=>{const _0x1d4132=_0x194250;if(global[_0x1d4132(0x269)]){const _0x4f6d2a={};return _0x4f6d2a[_0x1d4132(0x1c6)]=_0x42856f[_0x1d4132(0x29a)],await PerformanceTester[_0x1d4132(0x249)](PerformanceA11yEvents[_0x1d4132(0x228)],async()=>{const _0x387cf6=_0x1d4132;return await AccessibilityHelper['browserStackExecuteDriver'](_0x5a8e1e,scripts[_0x387cf6(0x25c)]);},_0x4f6d2a)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x1d4132(0x277)],async()=>{const _0x60e5ed=_0x1d4132;return await AccessibilityHelper[_0x60e5ed(0x2af)](_0x5a8e1e,scripts['getResults']);})();}return logger[_0x1d4132(0x201)](_0x42856f[_0x1d4132(0x1ba)]),{};},_0x42856f[_0x194250(0x23c)](patchSaveScreenshot,_0x5a8e1e);})()),CodeceptJS['event'][_0x5cf9e9(0x2a1)]['on'](CodeceptJS[_0x5cf9e9(0x239)][_0x5cf9e9(0x1cc)]['before'],()=>{const _0x24b8f6=_0x5cf9e9;PerformanceTester[_0x24b8f6(0x259)](PerformanceEvents[_0x24b8f6(0x1cb)]);try{_0x20c7a9[_0x24b8f6(0x259)](),testOpsHelper[_0x24b8f6(0x285)](),PerformanceTester[_0x24b8f6(0x1c7)](PerformanceEvents[_0x24b8f6(0x1cb)]);}catch(_0x8714e9){PerformanceTester['captureError'](_0x8714e9),PerformanceTester['end'](PerformanceEvents[_0x24b8f6(0x1cb)],![],_0x8714e9);}}),CodeceptJS[_0x5cf9e9(0x239)][_0x5cf9e9(0x2a1)]['on'](CodeceptJS[_0x5cf9e9(0x239)]['all']['after'],async()=>{const _0x41ba2e=_0x5cf9e9;PerformanceTester[_0x41ba2e(0x259)](PerformanceEvents['SDK_POST_TEST']);try{requestSpy[_0x41ba2e(0x27a)](),await _0x20c7a9[_0x41ba2e(0x278)](),PerformanceTester[_0x41ba2e(0x1c7)](PerformanceEvents[_0x41ba2e(0x274)]);}catch(_0x27aa1b){PerformanceTester[_0x41ba2e(0x1d6)](_0x27aa1b),PerformanceTester[_0x41ba2e(0x1c7)](PerformanceEvents[_0x41ba2e(0x274)],![],_0x27aa1b);}finally{PerformanceTester[_0x41ba2e(0x260)]();}}),CodeceptJS[_0x5cf9e9(0x239)][_0x5cf9e9(0x2a1)]['on'](CodeceptJS[_0x5cf9e9(0x239)][_0x5cf9e9(0x1be)][_0x5cf9e9(0x227)],_0x450dbc=>{const _0x439edc=_0x5cf9e9;PerformanceTester[_0x439edc(0x259)](PerformanceEvents['SDK_HOOK']);try{const _0xbe80c=_0x450dbc[_0x439edc(0x1f3)][_0x439edc(0x207)],_0x57263d=_0x20c7a9[_0x439edc(0x20c)](TEST_EVENTS['HOOK_RUN_STARTED'],_0xbe80c);CodeceptRecorder[_0x439edc(0x25f)](()=>_0x20c7a9[_0x439edc(0x219)](TEST_EVENTS[_0x439edc(0x235)],_0x57263d));const _0x3ea247={};_0x3ea247[_0x439edc(0x286)]=_0x42856f[_0x439edc(0x2a2)],PerformanceTester[_0x439edc(0x1c7)](PerformanceEvents[_0x439edc(0x27e)],!![],null,_0x3ea247);}catch(_0x2f8093){const _0x572f28={};_0x572f28[_0x439edc(0x286)]=_0x42856f[_0x439edc(0x2a2)],PerformanceTester[_0x439edc(0x1c7)](PerformanceEvents[_0x439edc(0x27e)],![],_0x2f8093,_0x572f28),PerformanceTester[_0x439edc(0x1d6)](_0x2f8093);}}),CodeceptJS['event'][_0x5cf9e9(0x2a1)]['on'](CodeceptJS[_0x5cf9e9(0x239)][_0x5cf9e9(0x1be)][_0x5cf9e9(0x298)],_0x1a213e=>{const _0x34aa25=_0x5cf9e9,_0x268eaf={};_0x268eaf[_0x34aa25(0x286)]=_0x42856f['zRceC'],PerformanceTester[_0x34aa25(0x259)](PerformanceHookEvents[_0x34aa25(0x27e)],!![],null,_0x268eaf);try{const _0x38d3bf=_0x1a213e['ctx']['test'],_0xdf4490=_0x20c7a9[_0x34aa25(0x20c)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x38d3bf);CodeceptRecorder[_0x34aa25(0x25f)](()=>_0x20c7a9['fireEvent'](TEST_EVENTS[_0x34aa25(0x1b0)],_0xdf4490));const _0x23326f={};_0x23326f[_0x34aa25(0x286)]=_0x42856f[_0x34aa25(0x1b3)],PerformanceTester[_0x34aa25(0x1c7)](PerformanceHookEvents[_0x34aa25(0x27e)],!![],null,_0x23326f);}catch(_0x160f1e){PerformanceTester[_0x34aa25(0x1d6)](_0x160f1e);const _0x543b1c={};_0x543b1c['hookType']=_0x42856f[_0x34aa25(0x1b3)],PerformanceTester['end'](PerformanceHookEvents[_0x34aa25(0x27e)],![],_0x160f1e,_0x543b1c);}}),CodeceptJS[_0x5cf9e9(0x239)][_0x5cf9e9(0x2a1)]['on'](CodeceptJS[_0x5cf9e9(0x239)]['hook']['failed'],async(_0x42fc97,_0x4b5567)=>{const _0x550739=_0x5cf9e9;PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{const _0x5c28ac=_0x42fc97[_0x550739(0x1f3)][_0x550739(0x207)],_0x25b6ab=_0x20c7a9[_0x550739(0x20c)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x5c28ac,_0x4b5567);CodeceptRecorder[_0x550739(0x25f)](()=>_0x20c7a9[_0x550739(0x219)](TEST_EVENTS[_0x550739(0x1b0)],_0x25b6ab));const _0x411505={};_0x411505['hookType']=_0x42856f[_0x550739(0x223)],PerformanceTester[_0x550739(0x259)](PerformanceHookEvents[_0x550739(0x27e)],!![],null,_0x411505);}catch(_0x790625){PerformanceTester[_0x550739(0x1d6)](_0x790625);const _0x349f0d={};_0x349f0d[_0x550739(0x286)]=_0x42856f[_0x550739(0x223)],PerformanceTester[_0x550739(0x1c7)](PerformanceHookEvents['SDK_HOOK'],![],_0x790625,_0x349f0d);}const _0x397f24={};_0x397f24[_0x550739(0x286)]=_0x42856f[_0x550739(0x223)],PerformanceTester[_0x550739(0x1c7)](PerformanceHookEvents[_0x550739(0x27e)],!![],null,_0x397f24);}),CodeceptJS[_0x5cf9e9(0x239)][_0x5cf9e9(0x2a1)]['on'](CodeceptJS['event'][_0x5cf9e9(0x207)]['before'],_0x58b094=>{const _0x2de3eb=_0x5cf9e9;PerformanceTester[_0x2de3eb(0x259)](PerformanceHookEvents[_0x2de3eb(0x27e)]);try{globals[_0x2de3eb(0x29f)](_0x42856f[_0x2de3eb(0x1e9)],_0x58b094[_0x2de3eb(0x224)]);_0x42856f[_0x2de3eb(0x1a7)](isBrowserstackInfra)&&(_0x459b80&&(global[_0x2de3eb(0x272)]={'currentTest':{'name':_0x58b094[_0x2de3eb(0x224)],'testInfo':{'titlePath':_0x58b094['titlePath']()}}}));const _0x14d7b0={};_0x14d7b0[_0x2de3eb(0x286)]=_0x42856f[_0x2de3eb(0x1d8)],PerformanceTester[_0x2de3eb(0x1c7)](PerformanceHookEvents[_0x2de3eb(0x27e)],!![],null,_0x14d7b0);}catch(_0x2b3025){PerformanceTester[_0x2de3eb(0x1d6)](_0x2b3025);const _0xdb9243={};_0xdb9243[_0x2de3eb(0x286)]=_0x42856f[_0x2de3eb(0x1d8)],PerformanceTester[_0x2de3eb(0x1c7)](PerformanceHookEvents[_0x2de3eb(0x27e)],![],_0x2b3025,_0xdb9243);}}),CodeceptJS[_0x5cf9e9(0x239)][_0x5cf9e9(0x2a1)]['on'](CodeceptJS['event']['test'][_0x5cf9e9(0x227)],_0xaf5f1f=>{const _0x504712=_0x5cf9e9,_0x1dab83={'DriwL':function(_0x2b913f){const _0x11c262=a1_0x178c;return _0x42856f[_0x11c262(0x1a7)](_0x2b913f);},'ygnrI':function(_0x8738bc,_0x46799e){const _0x5d7dfc=a1_0x178c;return _0x42856f[_0x5d7dfc(0x1ac)](_0x8738bc,_0x46799e);},'SqtRU':function(_0x22938b,_0x33d259,_0x5160ee){const _0x592260=a1_0x178c;return _0x42856f[_0x592260(0x287)](_0x22938b,_0x33d259,_0x5160ee);},'cBvqS':function(_0x2627c3,_0x405b11){return _0x42856f['WKSSp'](_0x2627c3,_0x405b11);}};PerformanceTester['start'](PerformanceHookEvents[_0x504712(0x27e)]);try{globals[_0x504712(0x29f)](_0x42856f[_0x504712(0x1e9)],_0xaf5f1f[_0x504712(0x224)]);const _0x5b1ee1=_0x20c7a9['captureEvent'](TEST_EVENTS[_0x504712(0x209)],_0xaf5f1f);CodeceptRecorder['add'](()=>_0x20c7a9[_0x504712(0x219)](TEST_EVENTS[_0x504712(0x209)],_0x5b1ee1)),CodeceptRecorder['add'](async()=>{const _0x1dced0=_0x504712;_0x1dab83[_0x1dced0(0x1c1)](isBrowserstackInfra)&&(!_0x1dab83[_0x1dced0(0x22f)](isTrue,_0x8c4b0e[_0x1dced0(0x2ae)])&&await _0x1dab83[_0x1dced0(0x24d)](markSessionName,_0x5a8e1e,_0xaf5f1f[_0x1dced0(0x224)]),_0x20c7a9[_0x1dced0(0x217)]&&await _0x1dab83[_0x1dced0(0x1bb)](o11ySync,_0x5a8e1e));});}catch(_0x449858){const _0x5bff17={};_0x5bff17['hookType']=_0x42856f['jTzhD'],PerformanceTester[_0x504712(0x1c7)](PerformanceHookEvents[_0x504712(0x27e)],![],_0x449858,_0x5bff17),PerformanceTester['captureError'](_0x449858);}const _0x45c2a1={};_0x45c2a1[_0x504712(0x286)]=_0x42856f[_0x504712(0x22c)],PerformanceTester[_0x504712(0x1c7)](PerformanceHookEvents[_0x504712(0x27e)],!![],null,_0x45c2a1);}),CodeceptJS[_0x5cf9e9(0x239)]['dispatcher']['on'](CodeceptJS[_0x5cf9e9(0x239)][_0x5cf9e9(0x207)][_0x5cf9e9(0x298)],_0x3586c9=>{const _0x3330ea=_0x5cf9e9;PerformanceTester['start'](PerformanceHookEvents[_0x3330ea(0x27e)]);try{const _0x33a15b=_0x20c7a9['captureEvent'](TEST_EVENTS[_0x3330ea(0x268)],_0x3586c9);CodeceptRecorder[_0x3330ea(0x25f)](()=>_0x20c7a9[_0x3330ea(0x219)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x33a15b)),CodeceptRecorder['add'](async()=>{const _0x5e16ed={'TCqne':function(_0x98e130,_0x16fd64,_0x4e79a7){const _0x54b709=a1_0x178c;return _0x42856f[_0x54b709(0x1df)](_0x98e130,_0x16fd64,_0x4e79a7);},'wXHer':function(_0x1eae77,_0x529009,_0xf5ddf5){const _0x44cb47=a1_0x178c;return _0x42856f[_0x44cb47(0x1a4)](_0x1eae77,_0x529009,_0xf5ddf5);}};_0x42856f['gKwBm'](isBrowserstackInfra)&&await PerformanceTester['measureWrapper'](PerformanceAutEvents['SESSION_STATUS'],async()=>{const _0x56812f=a1_0x178c;_0x459b80?await _0x5e16ed[_0x56812f(0x264)](playwrightMarkSessionStatus,_0x5a8e1e,STATE_PASSED):await _0x5e16ed[_0x56812f(0x1b5)](markSessionStatus,_0x5a8e1e,STATE_PASSED);})();}),PerformanceTester[_0x3330ea(0x1c7)](PerformanceEvents[_0x3330ea(0x25a)]);}catch(_0x3cfe9b){PerformanceTester[_0x3330ea(0x1d6)](_0x3cfe9b);const _0x42902e={};_0x42902e[_0x3330ea(0x286)]=_0x42856f[_0x3330ea(0x2a5)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x3cfe9b,_0x42902e),PerformanceTester['end'](PerformanceEvents[_0x3330ea(0x25a)],![],_0x3cfe9b);}const _0x2cbfb5={};_0x2cbfb5[_0x3330ea(0x286)]=_0x42856f['kgvmX'],PerformanceTester[_0x3330ea(0x1c7)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x2cbfb5);}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x5cf9e9(0x239)]['test']['failed'],(_0x456491,_0x4b957a)=>{const _0x25664a=_0x5cf9e9;PerformanceTester[_0x25664a(0x259)](PerformanceHookEvents[_0x25664a(0x27e)]);try{if(_0x42856f['IxHOD'](_0x456491[_0x25664a(0x1ee)][_0x25664a(0x1d4)],_0x42856f[_0x25664a(0x29b)])){const _0x4b82e0=_0x20c7a9[_0x25664a(0x20c)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x456491[_0x25664a(0x1f3)][_0x25664a(0x1fb)]);CodeceptRecorder[_0x25664a(0x25f)](()=>_0x20c7a9[_0x25664a(0x219)](TEST_EVENTS[_0x25664a(0x1f9)],_0x4b82e0));}else{const _0x15ad83=_0x20c7a9['captureEvent'](TEST_EVENTS[_0x25664a(0x268)],_0x456491,_0x4b957a);CodeceptRecorder[_0x25664a(0x25f)](()=>{const _0x13e031=_0x25664a;try{_0x20c7a9[_0x13e031(0x219)](TEST_EVENTS[_0x13e031(0x268)],_0x15ad83);}catch(_0xe6eb8b){logger['debug'](_0x13e031(0x1ad)+util['format'](_0xe6eb8b)),PerformanceTester[_0x13e031(0x1c7)](PerformanceEvents[_0x13e031(0x25a)],![],_0xe6eb8b);}}),CodeceptRecorder[_0x25664a(0x25f)](async()=>{const _0x3314b0=_0x25664a;try{_0x42856f[_0x3314b0(0x1e3)](isBrowserstackInfra)&&(_0x459b80?await _0x42856f['mkohw'](playwrightMarkSessionStatus,_0x5a8e1e,STATE_FAILED,_0x4b957a):await _0x42856f[_0x3314b0(0x1b4)](markSessionStatus,_0x5a8e1e,STATE_FAILED,_0x4b957a));}catch(_0x4022cc){logger[_0x3314b0(0x1dd)](_0x3314b0(0x26f)+util['format'](_0x4022cc)),PerformanceTester[_0x3314b0(0x1c7)](PerformanceEvents[_0x3314b0(0x25a)],![],_0x4022cc);}});}PerformanceTester[_0x25664a(0x1c7)](PerformanceEvents['SDK_TEST']);}catch(_0x518f5e){PerformanceTester[_0x25664a(0x1d6)](_0x518f5e);const _0x1c5bb7={};_0x1c5bb7[_0x25664a(0x286)]=_0x42856f[_0x25664a(0x1c4)],PerformanceTester[_0x25664a(0x1c7)](PerformanceHookEvents[_0x25664a(0x27e)],![],_0x518f5e,_0x1c5bb7),PerformanceTester['end'](PerformanceEvents['SDK_TEST'],![],_0x518f5e);}const _0x5a1be1={};_0x5a1be1[_0x25664a(0x286)]=_0x42856f[_0x25664a(0x1c4)],PerformanceTester[_0x25664a(0x1c7)](PerformanceHookEvents[_0x25664a(0x27e)],!![],null,_0x5a1be1);}),CodeceptJS[_0x5cf9e9(0x239)][_0x5cf9e9(0x2a1)]['on'](CodeceptJS[_0x5cf9e9(0x239)][_0x5cf9e9(0x207)][_0x5cf9e9(0x1e7)],_0x5bb0fa=>{const _0x346ce9=_0x5cf9e9;PerformanceTester[_0x346ce9(0x259)](PerformanceHookEvents[_0x346ce9(0x27e)]);try{const _0x2ca6e7=_0x20c7a9[_0x346ce9(0x20c)](TEST_EVENTS[_0x346ce9(0x1f9)],_0x5bb0fa);CodeceptRecorder[_0x346ce9(0x25f)](()=>_0x20c7a9[_0x346ce9(0x219)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x2ca6e7)),PerformanceTester['end'](PerformanceEvents[_0x346ce9(0x25a)]);}catch(_0x228422){PerformanceTester[_0x346ce9(0x1d6)](_0x228422),PerformanceTester[_0x346ce9(0x1c7)](PerformanceEvents[_0x346ce9(0x25a)],![],_0x228422);const _0x3befa6={};_0x3befa6[_0x346ce9(0x286)]=_0x42856f['sRDUC'],PerformanceTester['end'](PerformanceHookEvents[_0x346ce9(0x27e)],![],_0x228422,_0x3befa6);}const _0xa5fe82={};_0xa5fe82['hookType']=_0x42856f[_0x346ce9(0x241)],PerformanceTester[_0x346ce9(0x1c7)](PerformanceHookEvents[_0x346ce9(0x27e)],!![],null,_0xa5fe82);}),CodeceptJS[_0x5cf9e9(0x239)]['dispatcher']['on'](CodeceptJS[_0x5cf9e9(0x239)]['test']['after'],async(_0x291c0b,_0x41dd48)=>{const _0x4a4e62=_0x5cf9e9;try{PerformanceTester[_0x4a4e62(0x259)](PerformanceHookEvents[_0x4a4e62(0x27e)]);const _0xecc5d8=_0x42856f[_0x4a4e62(0x287)](shouldScanTestForAccessibility,_0x291c0b['titlePath'](),!![]);if(_0x42856f[_0x4a4e62(0x222)](isAccessibilityAutomationSession)&&global['accessibilityPlatform']&&_0xecc5d8){const _0x115529={};_0x115529[_0x4a4e62(0x1ed)]=_0x291c0b['testAnalyticsId'],_0x115529[_0x4a4e62(0x262)]=process[_0x4a4e62(0x26c)][testHubConstants['ENV_VAR']['BROWSERSTACK_TESTHUB_UUID']],_0x115529[_0x4a4e62(0x21d)]=process[_0x4a4e62(0x26c)][testHubConstants[_0x4a4e62(0x26e)][_0x4a4e62(0x257)]];const _0x5f49b1=_0x115529;logger[_0x4a4e62(0x1dd)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON[_0x4a4e62(0x225)](_0x5f49b1)),CodeceptRecorder['add'](async()=>{const _0x104ea2=_0x4a4e62,_0x106cb2={};_0x106cb2[_0x104ea2(0x1c6)]=_0x42856f['ZLtjw'],await PerformanceTester[_0x104ea2(0x249)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x50823d=_0x104ea2;await AccessibilityHelper[_0x50823d(0x2af)](_0x5a8e1e,scripts[_0x50823d(0x25c)]);},_0x106cb2)(),await PerformanceTester[_0x104ea2(0x249)](PerformanceA11yEvents[_0x104ea2(0x25b)],async()=>{const _0x3eb6b0=_0x104ea2;await AccessibilityHelper[_0x3eb6b0(0x2af)](_0x5a8e1e,scripts['saveTestResults'],_0x5f49b1);})();}),logger['info'](_0x42856f[_0x4a4e62(0x200)]);}const _0x13097f={};_0x13097f[_0x4a4e62(0x286)]=_0x42856f['qENya'],PerformanceTester[_0x4a4e62(0x1c7)](PerformanceHookEvents[_0x4a4e62(0x27e)],!![],null,_0x13097f);}catch(_0x60d9df){PerformanceTester[_0x4a4e62(0x1d6)](_0x60d9df);const _0x526572={};_0x526572[_0x4a4e62(0x286)]=_0x42856f[_0x4a4e62(0x21c)],PerformanceTester[_0x4a4e62(0x1c7)](PerformanceHookEvents['SDK_HOOK'],![],_0x60d9df,_0x526572);}}),CodeceptJS['event'][_0x5cf9e9(0x2a1)]['on'](CodeceptJS[_0x5cf9e9(0x239)][_0x5cf9e9(0x1de)][_0x5cf9e9(0x1f5)],_0x5136ad=>{const _0x356f8b=_0x5cf9e9;PerformanceTester[_0x356f8b(0x259)](PerformanceHookEvents[_0x356f8b(0x27e)]);try{process[_0x356f8b(0x23f)](_0x356f8b(0x1d0)+process[_0x356f8b(0x20f)],{'timestamp':new Date()[_0x356f8b(0x27f)](),'level':_0x42856f[_0x356f8b(0x212)],'message':_0x5136ad,'kind':_0x42856f['GxIuX'],'http_response':{}});}catch(_0x24e6ee){PerformanceTester['captureError'](_0x24e6ee);const _0x1c6f7a={};_0x1c6f7a[_0x356f8b(0x286)]=_0x42856f[_0x356f8b(0x297)],PerformanceTester[_0x356f8b(0x1c7)](PerformanceHookEvents[_0x356f8b(0x27e)],![],_0x24e6ee,_0x1c6f7a);}const _0x1cdb8e={};_0x1cdb8e[_0x356f8b(0x286)]=_0x42856f[_0x356f8b(0x297)],PerformanceTester[_0x356f8b(0x1c7)](PerformanceHookEvents[_0x356f8b(0x27e)],!![],null,_0x1cdb8e);}),CodeceptJS[_0x5cf9e9(0x239)]['dispatcher']['on'](CodeceptJS[_0x5cf9e9(0x239)]['bddStep'][_0x5cf9e9(0x230)],_0x167457=>{const _0x7e123e=_0x5cf9e9,_0xcbd80a={};_0xcbd80a[_0x7e123e(0x286)]=_0x42856f[_0x7e123e(0x254)],PerformanceTester[_0x7e123e(0x249)](PerformanceHookEvents[_0x7e123e(0x27e)],()=>{_0x20c7a9['bddStepStart'](_0x167457);},_0xcbd80a)();}),CodeceptJS[_0x5cf9e9(0x239)][_0x5cf9e9(0x2a1)]['on'](CodeceptJS[_0x5cf9e9(0x239)][_0x5cf9e9(0x243)][_0x5cf9e9(0x1cd)],_0x26ee48=>{const _0x34e801=_0x5cf9e9,_0x2ff58b={};_0x2ff58b['hookType']=_0x42856f['chwKl'],PerformanceTester[_0x34e801(0x249)](PerformanceHookEvents[_0x34e801(0x27e)],()=>{_0x20c7a9['bddStepFinish'](_0x26ee48);},_0x2ff58b)();});};
1
+ function a1_0x37b4(){const _0xc99bc1=['5dRsrZo','addRequestSpy','--auto-open-devtools-for-tabs','title','UfbjC','commandsToWrap','performScan','afterTest','5519408bFLqHO','bddStep','BEynk','TEST_SCREENSHOT','status','hook','AomCa','tAJSy','startsWith','Screenshot\x20path\x20not\x20found','HOOK_RUN_FINISHED','class','../../helpers/globals.js','end','_before','container','push','name','slice','bddStepStart','getSyncScript','passed','args','getAccessibilityResults','CRRLr','ICllj','yyZih','YbvgW','517ahWIeX','chromium','testFramework','saveScreenshot','parse','browserStackExecuteDriver','started','kYbmS','../../helpers/helper','SDK_HOOK','version','Failed\x20to\x20execute\x20_before:\x20','skdko','test','command','TEST_RUN_SKIPPED','NYmbx','accessibilityPlatform','stringify','SReZJ','OaRZQ','enabled','kzeCn','ZnpRT','thTestRunUuid','setGlobal','thBuildUuid','readFileSync','getResultsSummary','SnegU','INFO','SAVE_RESULTS','bddStepFinish','FaLdX','TxQTt','apply','BS_TESTOPS_ALLOW_SCREENSHOTS','./helper.js','SwpNc','pawtY','action','bstackAllyScanning','TEST_RUN_FINISHED','IFxOf','codeceptjs/lib/helper/WebDriver.js','llGLJ','initSaveScreenshot','hHUKk','find','start','toISOString','catch','../../helpers/test-observability/utils','PERFORM_SCAN','aNExS','yggiU','a11y_core_config','restore','shouldWrapCommand','zWvFn','XQQOI','all','after','MSamE','test-skipped','reason','NMNRN','titlePath','WebDriver','SESSION_STATUS','codeceptjs/lib/utils.js','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','1343972JOAKSH','ENV_VAR','WfjdI','mMuSi','WotiM','NLOfX','ZadoU','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','667104CSaaAW','OgjIJ','getAccessibilityResultsSummary','test-failed','../../helpers/request-spy','pages','TEST_RUN_STARTED','browserstack_executor:\x20','HEgMf','config','captureError','stack','overwriteCommand','bind','codeceptjs','string','page','measureWrapper','test-started','tgAmu','filter','SDK_TEST','fireEvent','asfWX','browserstackTestName','bDIob','hookType','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','call','getResults','MBpLk','patchSaveScreenshot','OryGG','isArray','url','bs:addLog:','nCMBM','szFdu','stopMonitoring','ZTMQq','fDNQG','Yrlcn','codeceptjs/lib/index.js','kBqEp','Ixmlx','executeScript','winstonLogger','231861cRPibr','ctx','SDK_POST_TEST','ZDkSP','warn','env','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','IlLPI','envJB','captureEvent','23300NahyJN','OGiVO','cbrDW','startMonitoring','lSoPR','browserContext','bHKyh','thJwtToken','event','then','GET_RESULTS_SUMMARY','forEach','HJnle','skipSessionStatus','Performing\x20scan\x20for\x20','prototype','SDK_POST_INITIALIZE','codeceptjs/lib/recorder.js','../../helpers/performance/constants','../../helpers/accessibility-automation/scripts','../../helpers/testhub/constants.js','GddZv','_setPage','toString','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','test-passed','arguments','add','BROWSERSTACK_TESTHUB_UUID','2786cTbcth','WAJSs','split','jfeFm','OEVAl','codeceptjs/lib/helper/Playwright.js','../../bin/playwright/sessionDetails','__driver','emit','SnAES','RXOVA','helpers','exports','./o11yHelper','debug','devtools://','TEST_LOG','3798VdaODx','__skipSessionStatus','TsUmB','KVIsA','BrPbU','ncwdi','FlsKK','vYdiT','DThcJ','format','base64','4369524odgiNz','__workerDetails','dispatcher','domForge','PGuNp','aUtWS','SDK_PRE_TEST','Playwright','nSVAn','JONgC','hook-passed','zVKMT','stop','IuLoc','BS_A11Y_JWT','aHJjl','saveTestResults','bddStep-after','DaFbT','Aemdh','Element','pid','test-after','bddStep-before','constructor','step','../../helpers/accessibility-automation/helper','skipSessionName','aURUw','AmyXI','before'];a1_0x37b4=function(){return _0xc99bc1;};return a1_0x37b4();}const a1_0x430db5=a1_0x16b4;(function(_0xff3e8a,_0x5bd274){const _0x437ca1=a1_0x16b4,_0x436af1=_0xff3e8a();while(!![]){try{const _0x22f1cf=parseInt(_0x437ca1(0x1bc))/0x1*(-parseInt(_0x437ca1(0x262))/0x2)+-parseInt(_0x437ca1(0x20c))/0x3+-parseInt(_0x437ca1(0x204))/0x4*(-parseInt(_0x437ca1(0x198))/0x5)+parseInt(_0x437ca1(0x179))/0x6+parseInt(_0x437ca1(0x23b))/0x7+-parseInt(_0x437ca1(0x1a0))/0x8+parseInt(_0x437ca1(0x16e))/0x9*(parseInt(_0x437ca1(0x245))/0xa);if(_0x22f1cf===_0x5bd274)break;else _0x436af1['push'](_0x436af1['shift']());}catch(_0x4612ef){_0x436af1['push'](_0x436af1['shift']());}}}(a1_0x37b4,0x6d69b));const fs=require('fs'),util=require('util'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x430db5(0x1c4)),logger=require('../../helpers/logger')[a1_0x430db5(0x23a)],testOpsHelper=require(a1_0x430db5(0x1f0)),requestSpy=require(a1_0x430db5(0x210)),PlaywrightSessionDetails=require(a1_0x430db5(0x268)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x430db5(0x26f)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x430db5(0x193)),AccessibilityHelper=require('../../bin/playwright/accessibility-helper'),scripts=require(a1_0x430db5(0x258)),PerformanceTester=require('../../helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x430db5(0x257)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x430db5(0x1e1)),testHubConstants=require(a1_0x430db5(0x259)),globals=require(a1_0x430db5(0x1ac)),CodeceptJS=requireModule(a1_0x430db5(0x236),a1_0x430db5(0x21a)),CodeceptUtils=requireModule(a1_0x430db5(0x202),a1_0x430db5(0x21a)),CodeceptWebDriver=requireModule(a1_0x430db5(0x1e8),'codeceptjs'),CodeceptRecorder=requireModule(a1_0x430db5(0x256),a1_0x430db5(0x21a)),CodeceptPlaywright=requireModule(a1_0x430db5(0x267),'codeceptjs'),playwrightMarkSessionStatus=(_0x42dd52,_0x2e6a10,_0x440d50)=>{const _0x5f2c3a=a1_0x430db5,_0x366f9c={'envJB':'setSessionStatus','ZTMQq':function(_0x72e257,_0x51c87f){return _0x72e257(_0x51c87f);}},_0x20d756={};_0x20d756[_0x5f2c3a(0x1a4)]=_0x2e6a10;const _0x51a627={};_0x51a627[_0x5f2c3a(0x1e4)]=_0x366f9c[_0x5f2c3a(0x243)],_0x51a627['arguments']=_0x20d756;const _0x4873c1=_0x51a627;return!_0x366f9c[_0x5f2c3a(0x233)](isUndefined,_0x440d50)&&(_0x4873c1[_0x5f2c3a(0x25f)][_0x5f2c3a(0x1fd)]=JSON[_0x5f2c3a(0x1ce)](_0x440d50)),_0x42dd52[_0x5f2c3a(0x239)](()=>{},_0x5f2c3a(0x213)+JSON[_0x5f2c3a(0x1ce)](_0x4873c1));},o11ySync=PerformanceTester['measureWrapper'](PerformanceO11yEvents['SYNC'],async _0x19c7fe=>{const _0x47239f=a1_0x430db5,_0x5812c6={};_0x5812c6['GddZv']=function(_0x26d224,_0x44e7b7){return _0x26d224===_0x44e7b7;},_0x5812c6[_0x47239f(0x196)]='Playwright';const _0x1ee877=_0x5812c6;_0x1ee877[_0x47239f(0x25a)](_0x19c7fe[_0x47239f(0x191)]['name'],_0x1ee877[_0x47239f(0x196)])?await _0x19c7fe[_0x47239f(0x239)](_0x525cd5=>{},testOpsHelper[_0x47239f(0x1b4)]()):await _0x19c7fe['executeScript'](testOpsHelper['getSyncScript']());}),markSessionName=PerformanceTester[a1_0x430db5(0x21d)](PerformanceAutEvents['SESSION_NAME'],async(_0x21ca1e,_0x527da0)=>{const _0x3c03f2=a1_0x430db5,_0x499143={};_0x499143['avKjF']='setSessionName',_0x499143['SnegU']=function(_0x304222,_0x2afa92){return _0x304222===_0x2afa92;},_0x499143[_0x3c03f2(0x1d0)]=_0x3c03f2(0x180);const _0x43df71=_0x499143,_0xffc8c5={};_0xffc8c5[_0x3c03f2(0x1b1)]=_0x527da0;const _0x47afeb={};_0x47afeb[_0x3c03f2(0x1e4)]=_0x43df71['avKjF'],_0x47afeb[_0x3c03f2(0x25f)]=_0xffc8c5;const _0x3b14bd=_0x47afeb;_0x43df71[_0x3c03f2(0x1d9)](_0x21ca1e[_0x3c03f2(0x191)]['name'],_0x43df71['OaRZQ'])?await _0x21ca1e['executeScript'](()=>{},_0x3c03f2(0x213)+JSON['stringify'](_0x3b14bd)):await _0x21ca1e[_0x3c03f2(0x239)]('browserstack_executor:\x20'+JSON[_0x3c03f2(0x1ce)](_0x3b14bd));}),patchSaveScreenshot=_0x292f6a=>{const _0xf6d6c0=a1_0x430db5,_0x519afc={'jfeFm':_0xf6d6c0(0x178),'NWwje':_0xf6d6c0(0x1a3),'HEgMf':function(_0x35ddc5){return _0x35ddc5();},'WotiM':function(_0x3e7037,_0x325f2e){return _0x3e7037(_0x325f2e);},'WfjdI':_0xf6d6c0(0x1a9),'lSoPR':function(_0xa4a678,_0x1dc6bb){return _0xa4a678(_0x1dc6bb);}};_0x519afc[_0xf6d6c0(0x249)](isTrue,process[_0xf6d6c0(0x240)][_0xf6d6c0(0x1e0)])&&!_0x292f6a[_0xf6d6c0(0x22b)]&&(_0x292f6a['patchSaveScreenshot']=!![],_0x292f6a[_0xf6d6c0(0x1ea)]=_0x292f6a[_0xf6d6c0(0x1bf)],_0x292f6a['saveScreenshot']=(_0x4e3ced,_0x3072ff=![])=>{return new Promise(function(_0x768bdf,_0xb53986){const _0x89ae27=a1_0x16b4,_0x1e54fc={'llGLJ':_0x519afc[_0x89ae27(0x265)],'IlLPI':_0x519afc['NWwje'],'RXOVA':function(_0x34e9be){const _0x52b013=_0x89ae27;return _0x519afc[_0x52b013(0x214)](_0x34e9be);},'XQQOI':function(_0x85d24a,_0x1523de){const _0xf9f093=_0x89ae27;return _0x519afc[_0xf9f093(0x208)](_0x85d24a,_0x1523de);},'ICllj':_0x519afc[_0x89ae27(0x206)]};_0x292f6a['initSaveScreenshot'](_0x4e3ced,_0x3072ff)[_0x89ae27(0x24e)](()=>{const _0x2e9836=_0x89ae27,_0x30e510=CodeceptUtils['screenshotOutputFolder'](_0x4e3ced);if(_0x30e510){const _0x276cb9=fs[_0x2e9836(0x1d7)](_0x30e510);process[_0x2e9836(0x26a)](_0x2e9836(0x22f)+process[_0x2e9836(0x18e)],{'timestamp':new Date()[_0x2e9836(0x1ee)](),'message':_0x276cb9[_0x2e9836(0x25c)](_0x1e54fc[_0x2e9836(0x1e9)]),'kind':_0x1e54fc[_0x2e9836(0x242)]}),_0x1e54fc[_0x2e9836(0x26c)](_0x768bdf);}_0x1e54fc[_0x2e9836(0x1f8)](_0xb53986,new Error(_0x1e54fc[_0x2e9836(0x1b9)]));})[_0x89ae27(0x1ef)](()=>null);});});},patchWebDriverBefore=_0x3f24ee=>{const _0x2381f7=a1_0x430db5,_0x44c37b={'SwpNc':function(_0x5b2376){return _0x5b2376();},'ZadoU':function(_0x5f93d5,_0x46f164){return _0x5f93d5(_0x46f164);},'RXVqK':function(_0xcc6382,_0x2f0ede){return _0xcc6382===_0x2f0ede;},'cbrDW':'webdriverio','ZDkSP':_0x2381f7(0x21b),'kzeCn':function(_0x1d5d3e,_0x26dbc1){return _0x1d5d3e===_0x26dbc1;},'LUibX':_0x2381f7(0x18d)},_0x3875b6=async function(_0x17616a,_0xc2efec){const _0x1c4355=_0x2381f7;_0x44c37b[_0x1c4355(0x1e2)](isAccessibilityAutomationSession)&&!global['bstackAllyScanning']&&global[_0x1c4355(0x1cd)]&&scripts[_0x1c4355(0x1f6)](_0x17616a[_0x1c4355(0x1b1)])&&_0x44c37b['ZadoU'](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x1c4355(0x1e5)]=!![],await PerformanceTester[_0x1c4355(0x21d)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x4a8fbd=_0x1c4355;logger[_0x4a8fbd(0x270)](_0x4a8fbd(0x253)+_0x17616a[_0x4a8fbd(0x1ab)]+'\x20'+_0x17616a['name']),await AccessibilityHelper[_0x4a8fbd(0x1c1)](_0x3f24ee,scripts['performScan']);},{'command':_0x17616a[_0x1c4355(0x1b1)]})());global[_0x1c4355(0x1e5)]=![];const _0x22c154=JSON['parse'](process[_0x1c4355(0x240)]['FRAMEWORK_DETAILS']||'{}');if(_0x44c37b['RXVqK'](_0x22c154?.[_0x1c4355(0x1be)]?.['name'],_0x44c37b[_0x1c4355(0x247)])&&_0x44c37b['RXVqK'](typeof _0x22c154?.[_0x1c4355(0x1be)]?.[_0x1c4355(0x1c6)],_0x44c37b[_0x1c4355(0x23e)])&&_0x22c154?.[_0x1c4355(0x1be)]?.[_0x1c4355(0x1c6)][_0x1c4355(0x1a8)]('7'))return _0xc2efec['apply'](null,Array[_0x1c4355(0x254)][_0x1c4355(0x1b2)][_0x1c4355(0x228)](arguments,0x2));return _0xc2efec[_0x1c4355(0x1df)](this,Array[_0x1c4355(0x254)][_0x1c4355(0x1b2)][_0x1c4355(0x228)](arguments,0x2));},_0x56467e=CodeceptWebDriver[_0x2381f7(0x254)]['_before'];CodeceptWebDriver['prototype'][_0x2381f7(0x1ae)]=async function(){const _0x33ce8f=_0x2381f7,_0x519507={'nSVAn':function(_0x29573c,_0x2d2a69){const _0x5a9795=a1_0x16b4;return _0x44c37b[_0x5a9795(0x1d2)](_0x29573c,_0x2d2a69);},'kYbmS':_0x44c37b['LUibX']};try{await _0x56467e[_0x33ce8f(0x1df)](this,arguments);}catch(_0xb19012){logger[_0x33ce8f(0x270)](_0x33ce8f(0x1c7)+util[_0x33ce8f(0x177)](_0xb19012));}scripts[_0x33ce8f(0x19d)][_0x33ce8f(0x220)](_0x5a9cac=>_0x5a9cac[_0x33ce8f(0x1b1)]&&_0x5a9cac[_0x33ce8f(0x1ab)])[_0x33ce8f(0x250)](_0x2e3ca8=>{const _0x1d109f=_0x33ce8f;this['browser'][_0x1d109f(0x218)](_0x2e3ca8[_0x1d109f(0x1b1)],_0x3875b6[_0x1d109f(0x219)](this,_0x2e3ca8),_0x519507[_0x1d109f(0x181)](_0x2e3ca8[_0x1d109f(0x1ab)],_0x519507[_0x1d109f(0x1c3)]));}),_0x44c37b[_0x33ce8f(0x20a)](processWebDriverConfig,_0x3f24ee);};};function parseJwt(_0x58df27){const _0x586d80=a1_0x430db5,_0x3c145a={};_0x3c145a['BcXPY']=_0x586d80(0x178);const _0x614928=_0x3c145a;if(!_0x58df27)return null;return JSON[_0x586d80(0x1c0)](Buffer['from'](_0x58df27[_0x586d80(0x264)]('.')[0x1],_0x614928['BcXPY'])[_0x586d80(0x25c)]());}const patchPlaywrightBefore=()=>{const _0x424ab6=a1_0x430db5,_0x15722d={'NLOfX':function(_0x10d274){return _0x10d274();},'TXCKw':_0x424ab6(0x271),'vaHFV':_0x424ab6(0x19a),'fDNQG':function(_0x1494bf){return _0x1494bf();},'OGiVO':function(_0x5a9fa8,_0x60253){return _0x5a9fa8(_0x60253);},'XvsvU':function(_0x5b61d9,_0x4bb9ae){return _0x5b61d9+_0x4bb9ae;},'hHUKk':'\x0aStack:\x20','pawtY':function(_0xe501ec){return _0xe501ec();},'WAJSs':function(_0x17c18a){return _0x17c18a();},'YbvgW':function(_0x4f7c0d){return _0x4f7c0d();}};PlaywrightSessionDetails['patch']();const _0x5992ab=CodeceptPlaywright[_0x424ab6(0x254)][_0x424ab6(0x1ae)];CodeceptPlaywright['prototype'][_0x424ab6(0x1ae)]=async function(){const _0x3c1b73=_0x424ab6,_0x145feb={'OgjIJ':function(_0x72d995){const _0x44e717=a1_0x16b4;return _0x15722d[_0x44e717(0x209)](_0x72d995);},'vYdiT':_0x15722d['TXCKw'],'oBjIH':_0x15722d['vaHFV'],'glfAT':function(_0x49bda1){return _0x15722d['fDNQG'](_0x49bda1);},'SReZJ':function(_0x12a6f4,_0x55236e){const _0x2c9d25=a1_0x16b4;return _0x15722d[_0x2c9d25(0x246)](_0x12a6f4,_0x55236e);},'JONgC':function(_0x2fd84d,_0x127c80){return _0x15722d['XvsvU'](_0x2fd84d,_0x127c80);},'CRRLr':_0x15722d[_0x3c1b73(0x1eb)]};this['browserContext']=await this['browser']['contexts']()[0x0];const _0x406158=async()=>{const _0x3775a4=_0x3c1b73,_0x49954c=this[_0x3775a4(0x215)]&&this['config'][_0x3775a4(0x1bd)]&&this[_0x3775a4(0x215)][_0x3775a4(0x1bd)][_0x3775a4(0x1b6)]&&Array[_0x3775a4(0x22d)](this[_0x3775a4(0x215)][_0x3775a4(0x1bd)][_0x3775a4(0x1b6)])&&this[_0x3775a4(0x215)]['chromium'][_0x3775a4(0x1b6)]['includes'](_0x145feb['oBjIH']);if(_0x145feb['glfAT'](isAccessibilityAutomationSession)&&!_0x49954c)try{const _0x43a418=_0x145feb[_0x3775a4(0x1cf)](parseJwt,process[_0x3775a4(0x240)][_0x3775a4(0x187)]);if(_0x43a418&&_0x43a418[_0x3775a4(0x1f4)]&&_0x43a418[_0x3775a4(0x1f4)][_0x3775a4(0x17c)]){const _0xcd8704=this[_0x3775a4(0x24a)][_0x3775a4(0x211)][_0x3775a4(0x219)](this['browserContext']);this[_0x3775a4(0x24a)][_0x3775a4(0x211)]=async function(){const _0x2705e3=_0x3775a4,_0x330be2=await _0x145feb[_0x2705e3(0x20d)](_0xcd8704),_0x36bc65=[];for(const _0x1b1dd3 of _0x330be2){try{const _0x57858b=await _0x1b1dd3[_0x2705e3(0x22e)]();!_0x57858b[_0x2705e3(0x1a8)](_0x145feb[_0x2705e3(0x175)])&&_0x36bc65[_0x2705e3(0x1b0)](_0x1b1dd3);}catch(_0x51a296){_0x36bc65[_0x2705e3(0x1b0)](_0x1b1dd3);}}return _0x36bc65;};}if(!_0x145feb[_0x3775a4(0x20d)](isBrowserstackInfra)){const _0x20d15c=await this[_0x3775a4(0x21c)]['url']();if(_0x20d15c['startsWith'](_0x145feb[_0x3775a4(0x175)])){const _0x47e012=await this[_0x3775a4(0x24a)][_0x3775a4(0x211)]();this[_0x3775a4(0x25b)](_0x47e012[0x0]);}}}catch(_0x54ce52){logger[_0x3775a4(0x270)]('Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20'+_0x54ce52['message']+(_0x54ce52['stack']?_0x145feb[_0x3775a4(0x182)](_0x145feb[_0x3775a4(0x1b8)],_0x54ce52[_0x3775a4(0x217)]):''));}};_0x15722d[_0x3c1b73(0x234)](isBrowserstackInfra)&&await _0x15722d[_0x3c1b73(0x1e3)](_0x406158),await _0x5992ab[_0x3c1b73(0x1df)](this,arguments),!_0x15722d[_0x3c1b73(0x263)](isBrowserstackInfra)&&await _0x15722d[_0x3c1b73(0x1bb)](_0x406158);};},getCodeceptDriver=()=>{const _0x316031=a1_0x430db5,_0x22b888={};_0x22b888['asfWX']=_0x316031(0x200),_0x22b888[_0x316031(0x17e)]=_0x316031(0x180),_0x22b888[_0x316031(0x24b)]='Puppeteer',_0x22b888['tAJSy']='TestCafe';const _0x3d8eed=_0x22b888,_0xb17a98=[_0x3d8eed[_0x316031(0x223)],_0x3d8eed['aUtWS'],_0x3d8eed[_0x316031(0x24b)],_0x3d8eed[_0x316031(0x1a7)]],_0x53076c=_0xb17a98[_0x316031(0x1ec)](_0x21e47b=>!!CodeceptJS[_0x316031(0x1af)][_0x316031(0x26d)](_0x21e47b));if(!_0x53076c)return null;return CodeceptJS[_0x316031(0x1af)][_0x316031(0x26d)](_0x53076c);};function a1_0x16b4(_0xbca008,_0x59d43b){const _0x37b488=a1_0x37b4();return a1_0x16b4=function(_0x16b427,_0x1d8e16){_0x16b427=_0x16b427-0x16e;let _0x1c7ab4=_0x37b488[_0x16b427];return _0x1c7ab4;},a1_0x16b4(_0xbca008,_0x59d43b);}module[a1_0x430db5(0x26e)]=function(_0xe67ee9){const _0x11a390=a1_0x430db5,_0x4cf7bc={'yggiU':function(_0x460427){return _0x460427();},'skdko':function(_0x8fd2e1,_0x45a008){return _0x8fd2e1(_0x45a008);},'aNExS':_0x11a390(0x20e),'DThcJ':_0x11a390(0x241),'IFxOf':'getAccessibilityResults','rWXnA':_0x11a390(0x227),'bDIob':'hook-started','mMuSi':_0x11a390(0x183),'zWvFn':'hook-failed','ZnpRT':_0x11a390(0x224),'KVIsA':'test-before','tgAmu':function(_0x4f8ca1,_0x139567,_0x3b4497){return _0x4f8ca1(_0x139567,_0x3b4497);},'TsUmB':function(_0x173655,_0x590eaf){return _0x173655(_0x590eaf);},'DaFbT':_0x11a390(0x21e),'TxQTt':function(_0x14a057,_0x3b3d80,_0x18db47){return _0x14a057(_0x3b3d80,_0x18db47);},'IuLoc':function(_0x4e3b86,_0x2e4d8d,_0x310900){return _0x4e3b86(_0x2e4d8d,_0x310900);},'aHJjl':_0x11a390(0x25e),'FaLdX':function(_0x1ced31,_0x26045f,_0x253175,_0x1c1337){return _0x1ced31(_0x26045f,_0x253175,_0x1c1337);},'UfbjC':function(_0x3e193f,_0x5825fe,_0x1810a2,_0x428906){return _0x3e193f(_0x5825fe,_0x1810a2,_0x428906);},'SnAES':function(_0xe03ac6,_0x5a05e2){return _0xe03ac6===_0x5a05e2;},'nCMBM':'Suite','wOAZH':_0x11a390(0x20f),'Aemdh':_0x11a390(0x1fc),'MBpLk':_0x11a390(0x19f),'OryGG':function(_0x27fd39,_0x2dbfe5,_0x52e06f){return _0x27fd39(_0x2dbfe5,_0x52e06f);},'NMNRN':function(_0x55503a){return _0x55503a();},'GKdKN':_0x11a390(0x25d),'Ixmlx':_0x11a390(0x18f),'OEVAl':_0x11a390(0x1da),'BrPbU':_0x11a390(0x272),'aURUw':'step-comment','HJnle':_0x11a390(0x190),'ncwdi':_0x11a390(0x18a),'yyZih':_0x11a390(0x180)};_0xe67ee9['skipSessionStatus']&&(global[_0x11a390(0x16f)]=_0xe67ee9[_0x11a390(0x252)]);PerformanceTester[_0x11a390(0x248)]();const _0x3684c3=_0x4cf7bc[_0x11a390(0x1fe)](getCodeceptDriver),_0x176bb8=new O11yHelper(_0x3684c3,_0xe67ee9),_0xefd1c2=!!CodeceptJS['container'][_0x11a390(0x26d)](_0x4cf7bc[_0x11a390(0x1ba)]);global[_0x11a390(0x269)]=_0x3684c3,_0x3684c3&&(PerformanceTester['measureWrapper'](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x4d4e56=_0x11a390;_0xefd1c2?_0x4cf7bc[_0x4d4e56(0x1f3)](patchPlaywrightBefore):_0x4cf7bc['skdko'](patchWebDriverBefore,_0x3684c3);})(),PerformanceTester[_0x11a390(0x21d)](PerformanceEvents[_0x11a390(0x255)],()=>{const _0x11532=_0x11a390,_0x36dccb={};_0x36dccb[_0x11532(0x184)]=_0x4cf7bc[_0x11532(0x1e7)],_0x36dccb[_0x11532(0x1a2)]=_0x4cf7bc['rWXnA'];const _0x49124f=_0x36dccb;_0x3684c3[_0x11532(0x20e)]=async()=>{const _0x1af2a1=_0x11532;if(global[_0x1af2a1(0x1cd)]){const _0x9b73ad={};return _0x9b73ad[_0x1af2a1(0x1ca)]=_0x4cf7bc[_0x1af2a1(0x1f2)],await PerformanceTester[_0x1af2a1(0x21d)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x2717f5=_0x1af2a1;return await AccessibilityHelper[_0x2717f5(0x1c1)](_0x3684c3,scripts[_0x2717f5(0x19e)]);},_0x9b73ad)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x1af2a1(0x24f)],async()=>{const _0x232a05=_0x1af2a1;return await AccessibilityHelper[_0x232a05(0x1c1)](_0x3684c3,scripts[_0x232a05(0x1d8)]);})();}return logger[_0x1af2a1(0x23f)](_0x4cf7bc[_0x1af2a1(0x176)]),{};},_0x3684c3[_0x11532(0x1b7)]=async()=>{const _0x3da1c=_0x11532;if(global[_0x3da1c(0x1cd)]){const _0x4bb4f8={};return _0x4bb4f8[_0x3da1c(0x1ca)]=_0x49124f[_0x3da1c(0x184)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x3da1c(0x1f1)],async()=>{const _0x4582cb=_0x3da1c;return await AccessibilityHelper[_0x4582cb(0x1c1)](_0x3684c3,scripts[_0x4582cb(0x19e)]);},_0x4bb4f8)(),await PerformanceTester[_0x3da1c(0x21d)](PerformanceA11yEvents['GET_RESULTS'],async()=>{const _0x479f16=_0x3da1c;return await AccessibilityHelper['browserStackExecuteDriver'](_0x3684c3,scripts[_0x479f16(0x229)]);})();}return logger[_0x3da1c(0x23f)](_0x49124f['BEynk']),{};},_0x4cf7bc[_0x11532(0x1c8)](patchSaveScreenshot,_0x3684c3);})()),CodeceptJS['event'][_0x11a390(0x17b)]['on'](CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x1f9)][_0x11a390(0x197)],()=>{const _0x5d0c1f=_0x11a390;PerformanceTester['start'](PerformanceEvents[_0x5d0c1f(0x17f)]);try{_0x176bb8['start'](),testOpsHelper[_0x5d0c1f(0x199)](),PerformanceTester[_0x5d0c1f(0x1ad)](PerformanceEvents['SDK_PRE_TEST']);}catch(_0x493db4){PerformanceTester['captureError'](_0x493db4),PerformanceTester[_0x5d0c1f(0x1ad)](PerformanceEvents[_0x5d0c1f(0x17f)],![],_0x493db4);}}),CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x17b)]['on'](CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x1f9)][_0x11a390(0x1fa)],async()=>{const _0xf66fce=_0x11a390;PerformanceTester['start'](PerformanceEvents[_0xf66fce(0x23d)]);try{requestSpy[_0xf66fce(0x1f5)](),await _0x176bb8[_0xf66fce(0x185)](),PerformanceTester[_0xf66fce(0x1ad)](PerformanceEvents[_0xf66fce(0x23d)]);}catch(_0x2effe8){PerformanceTester[_0xf66fce(0x216)](_0x2effe8),PerformanceTester['end'](PerformanceEvents[_0xf66fce(0x23d)],![],_0x2effe8);}finally{PerformanceTester[_0xf66fce(0x232)]();}}),CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x17b)]['on'](CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x1a5)][_0x11a390(0x1c2)],_0xf0317f=>{const _0x526909=_0x11a390;PerformanceTester[_0x526909(0x1ed)](PerformanceEvents[_0x526909(0x1c5)]);try{const _0x3730a7=_0xf0317f[_0x526909(0x23c)][_0x526909(0x1c9)],_0x38f430=_0x176bb8[_0x526909(0x244)](TEST_EVENTS['HOOK_RUN_STARTED'],_0x3730a7);CodeceptRecorder[_0x526909(0x260)](()=>_0x176bb8[_0x526909(0x222)](TEST_EVENTS['HOOK_RUN_STARTED'],_0x38f430));const _0x5889bb={};_0x5889bb[_0x526909(0x226)]=_0x4cf7bc[_0x526909(0x225)],PerformanceTester[_0x526909(0x1ad)](PerformanceEvents['SDK_HOOK'],!![],null,_0x5889bb);}catch(_0x513b89){const _0x355ed5={};_0x355ed5[_0x526909(0x226)]=_0x4cf7bc[_0x526909(0x225)],PerformanceTester[_0x526909(0x1ad)](PerformanceEvents[_0x526909(0x1c5)],![],_0x513b89,_0x355ed5),PerformanceTester[_0x526909(0x216)](_0x513b89);}}),CodeceptJS['event'][_0x11a390(0x17b)]['on'](CodeceptJS[_0x11a390(0x24d)]['hook'][_0x11a390(0x1b5)],_0x494765=>{const _0x20a820=_0x11a390,_0x341e44={};_0x341e44[_0x20a820(0x226)]=_0x4cf7bc['mMuSi'],PerformanceTester['start'](PerformanceHookEvents[_0x20a820(0x1c5)],!![],null,_0x341e44);try{const _0x23fc6d=_0x494765[_0x20a820(0x23c)]['test'],_0x467378=_0x176bb8[_0x20a820(0x244)](TEST_EVENTS[_0x20a820(0x1aa)],_0x23fc6d);CodeceptRecorder[_0x20a820(0x260)](()=>_0x176bb8[_0x20a820(0x222)](TEST_EVENTS[_0x20a820(0x1aa)],_0x467378));const _0x4f23da={};_0x4f23da[_0x20a820(0x226)]=_0x4cf7bc[_0x20a820(0x207)],PerformanceTester[_0x20a820(0x1ad)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x4f23da);}catch(_0x23521f){PerformanceTester['captureError'](_0x23521f);const _0x32487a={};_0x32487a[_0x20a820(0x226)]=_0x4cf7bc[_0x20a820(0x207)],PerformanceTester['end'](PerformanceHookEvents[_0x20a820(0x1c5)],![],_0x23521f,_0x32487a);}}),CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x17b)]['on'](CodeceptJS['event'][_0x11a390(0x1a5)]['failed'],async(_0x17e6d6,_0x59574c)=>{const _0x304eaa=_0x11a390;PerformanceTester[_0x304eaa(0x1ed)](PerformanceHookEvents[_0x304eaa(0x1c5)]);try{const _0x20cdd9=_0x17e6d6['ctx'][_0x304eaa(0x1c9)],_0x59b45d=_0x176bb8[_0x304eaa(0x244)](TEST_EVENTS[_0x304eaa(0x1aa)],_0x20cdd9,_0x59574c);CodeceptRecorder[_0x304eaa(0x260)](()=>_0x176bb8[_0x304eaa(0x222)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x59b45d));const _0x1894c0={};_0x1894c0['hookType']=_0x4cf7bc[_0x304eaa(0x1f7)],PerformanceTester['start'](PerformanceHookEvents[_0x304eaa(0x1c5)],!![],null,_0x1894c0);}catch(_0x53a74c){PerformanceTester[_0x304eaa(0x216)](_0x53a74c);const _0x47a685={};_0x47a685[_0x304eaa(0x226)]=_0x4cf7bc[_0x304eaa(0x1f7)],PerformanceTester[_0x304eaa(0x1ad)](PerformanceHookEvents[_0x304eaa(0x1c5)],![],_0x53a74c,_0x47a685);}const _0x1b0f6b={};_0x1b0f6b[_0x304eaa(0x226)]=_0x4cf7bc[_0x304eaa(0x1f7)],PerformanceTester['end'](PerformanceHookEvents[_0x304eaa(0x1c5)],!![],null,_0x1b0f6b);}),CodeceptJS['event'][_0x11a390(0x17b)]['on'](CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x1c9)]['before'],_0x44d1cc=>{const _0x420433=_0x11a390;PerformanceTester[_0x420433(0x1ed)](PerformanceHookEvents['SDK_HOOK']);try{globals[_0x420433(0x1d5)](_0x4cf7bc[_0x420433(0x1d3)],_0x44d1cc[_0x420433(0x19b)]);_0x4cf7bc[_0x420433(0x1f3)](isBrowserstackInfra)&&(_0xefd1c2&&(global[_0x420433(0x17a)]={'currentTest':{'name':_0x44d1cc[_0x420433(0x19b)],'testInfo':{'titlePath':_0x44d1cc[_0x420433(0x1ff)]()}}}));const _0xd2ef36={};_0xd2ef36[_0x420433(0x226)]=_0x4cf7bc['KVIsA'],PerformanceTester['end'](PerformanceHookEvents[_0x420433(0x1c5)],!![],null,_0xd2ef36);}catch(_0x14e6bc){PerformanceTester[_0x420433(0x216)](_0x14e6bc);const _0x458b0d={};_0x458b0d[_0x420433(0x226)]=_0x4cf7bc[_0x420433(0x171)],PerformanceTester[_0x420433(0x1ad)](PerformanceHookEvents[_0x420433(0x1c5)],![],_0x14e6bc,_0x458b0d);}}),CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x17b)]['on'](CodeceptJS[_0x11a390(0x24d)]['test'][_0x11a390(0x1c2)],_0x3d076c=>{const _0x2363d6=_0x11a390,_0x42006c={'kBqEp':function(_0x95ee37){const _0x3bbc39=a1_0x16b4;return _0x4cf7bc[_0x3bbc39(0x1f3)](_0x95ee37);},'DagIf':function(_0x580cbf,_0x1015bb){const _0x15a369=a1_0x16b4;return _0x4cf7bc[_0x15a369(0x1c8)](_0x580cbf,_0x1015bb);},'FlsKK':function(_0x95a485,_0x42e82a,_0xdb23c7){const _0x234cdc=a1_0x16b4;return _0x4cf7bc[_0x234cdc(0x21f)](_0x95a485,_0x42e82a,_0xdb23c7);},'NYmbx':function(_0x592f16,_0x272e75){const _0x5c80c3=a1_0x16b4;return _0x4cf7bc[_0x5c80c3(0x170)](_0x592f16,_0x272e75);}};PerformanceTester[_0x2363d6(0x1ed)](PerformanceHookEvents[_0x2363d6(0x1c5)]);try{globals[_0x2363d6(0x1d5)](_0x4cf7bc[_0x2363d6(0x1d3)],_0x3d076c[_0x2363d6(0x19b)]);const _0x208d9e=_0x176bb8['captureEvent'](TEST_EVENTS[_0x2363d6(0x212)],_0x3d076c);CodeceptRecorder[_0x2363d6(0x260)](()=>_0x176bb8[_0x2363d6(0x222)](TEST_EVENTS[_0x2363d6(0x212)],_0x208d9e)),CodeceptRecorder['add'](async()=>{const _0x45995a=_0x2363d6;_0x42006c[_0x45995a(0x237)](isBrowserstackInfra)&&(!_0x42006c['DagIf'](isTrue,_0xe67ee9[_0x45995a(0x194)])&&await _0x42006c[_0x45995a(0x174)](markSessionName,_0x3684c3,_0x3d076c[_0x45995a(0x19b)]),_0x176bb8[_0x45995a(0x1d1)]&&await _0x42006c[_0x45995a(0x1cc)](o11ySync,_0x3684c3));});}catch(_0x625417){const _0x162657={};_0x162657[_0x2363d6(0x226)]=_0x4cf7bc[_0x2363d6(0x18b)],PerformanceTester[_0x2363d6(0x1ad)](PerformanceHookEvents[_0x2363d6(0x1c5)],![],_0x625417,_0x162657),PerformanceTester[_0x2363d6(0x216)](_0x625417);}const _0x450f72={};_0x450f72[_0x2363d6(0x226)]=_0x4cf7bc[_0x2363d6(0x18b)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x450f72);}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x11a390(0x24d)]['test'][_0x11a390(0x1b5)],_0x5dbcc9=>{const _0x38c013=_0x11a390;PerformanceTester[_0x38c013(0x1ed)](PerformanceHookEvents[_0x38c013(0x1c5)]);try{const _0xb3ca12=_0x176bb8['captureEvent'](TEST_EVENTS[_0x38c013(0x1e6)],_0x5dbcc9);CodeceptRecorder['add'](()=>_0x176bb8[_0x38c013(0x222)](TEST_EVENTS[_0x38c013(0x1e6)],_0xb3ca12)),CodeceptRecorder[_0x38c013(0x260)](async()=>{const _0x2d0c51=_0x38c013,_0x126571={'Yrlcn':function(_0x2bf3ef,_0x5189b1,_0x112ca2){const _0x1cc695=a1_0x16b4;return _0x4cf7bc[_0x1cc695(0x1de)](_0x2bf3ef,_0x5189b1,_0x112ca2);},'szFdu':function(_0x84cf17,_0x1a670a,_0x361dec){const _0x1f7e2a=a1_0x16b4;return _0x4cf7bc[_0x1f7e2a(0x186)](_0x84cf17,_0x1a670a,_0x361dec);}};_0x4cf7bc[_0x2d0c51(0x1f3)](isBrowserstackInfra)&&await PerformanceTester['measureWrapper'](PerformanceAutEvents[_0x2d0c51(0x201)],async()=>{const _0x2ea017=_0x2d0c51;_0xefd1c2?await _0x126571[_0x2ea017(0x235)](playwrightMarkSessionStatus,_0x3684c3,STATE_PASSED):await _0x126571[_0x2ea017(0x231)](markSessionStatus,_0x3684c3,STATE_PASSED);})();}),PerformanceTester[_0x38c013(0x1ad)](PerformanceEvents[_0x38c013(0x221)]);}catch(_0x3126ca){PerformanceTester[_0x38c013(0x216)](_0x3126ca);const _0x2ee567={};_0x2ee567[_0x38c013(0x226)]=_0x4cf7bc[_0x38c013(0x188)],PerformanceTester[_0x38c013(0x1ad)](PerformanceHookEvents[_0x38c013(0x1c5)],![],_0x3126ca,_0x2ee567),PerformanceTester[_0x38c013(0x1ad)](PerformanceEvents[_0x38c013(0x221)],![],_0x3126ca);}const _0x41109d={};_0x41109d[_0x38c013(0x226)]=_0x4cf7bc['aHJjl'],PerformanceTester['end'](PerformanceHookEvents[_0x38c013(0x1c5)],!![],null,_0x41109d);}),CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x17b)]['on'](CodeceptJS['event'][_0x11a390(0x1c9)]['failed'],(_0x59e579,_0x49ed9e)=>{const _0x3b6db1=_0x11a390,_0xaef5d0={'MSamE':function(_0x4b89c1){return _0x4cf7bc['yggiU'](_0x4b89c1);},'AomCa':function(_0x418d5a,_0x48e63f,_0x42ccc2,_0x4d4403){const _0x454995=a1_0x16b4;return _0x4cf7bc[_0x454995(0x1dd)](_0x418d5a,_0x48e63f,_0x42ccc2,_0x4d4403);},'PGuNp':function(_0x270ac9,_0x3ab70a,_0x49d4c4,_0x171e10){const _0x193e63=a1_0x16b4;return _0x4cf7bc[_0x193e63(0x19c)](_0x270ac9,_0x3ab70a,_0x49d4c4,_0x171e10);}};PerformanceTester[_0x3b6db1(0x1ed)](PerformanceHookEvents[_0x3b6db1(0x1c5)]);try{if(_0x4cf7bc[_0x3b6db1(0x26b)](_0x59e579[_0x3b6db1(0x191)]['name'],_0x4cf7bc[_0x3b6db1(0x230)])){const _0x452fd1=_0x176bb8[_0x3b6db1(0x244)](TEST_EVENTS[_0x3b6db1(0x1cb)],_0x59e579[_0x3b6db1(0x23c)]['currentTest']);CodeceptRecorder['add'](()=>_0x176bb8[_0x3b6db1(0x222)](TEST_EVENTS[_0x3b6db1(0x1cb)],_0x452fd1));}else{const _0x1e38de=_0x176bb8['captureEvent'](TEST_EVENTS[_0x3b6db1(0x1e6)],_0x59e579,_0x49ed9e);CodeceptRecorder[_0x3b6db1(0x260)](()=>{const _0x73cbe7=_0x3b6db1;try{_0x176bb8[_0x73cbe7(0x222)](TEST_EVENTS[_0x73cbe7(0x1e6)],_0x1e38de);}catch(_0x43cb6c){logger[_0x73cbe7(0x270)](_0x73cbe7(0x203)+util[_0x73cbe7(0x177)](_0x43cb6c)),PerformanceTester[_0x73cbe7(0x1ad)](PerformanceEvents[_0x73cbe7(0x221)],![],_0x43cb6c);}}),CodeceptRecorder[_0x3b6db1(0x260)](async()=>{const _0x4a14e2=_0x3b6db1;try{_0xaef5d0[_0x4a14e2(0x1fb)](isBrowserstackInfra)&&(_0xefd1c2?await _0xaef5d0[_0x4a14e2(0x1a6)](playwrightMarkSessionStatus,_0x3684c3,STATE_FAILED,_0x49ed9e):await _0xaef5d0[_0x4a14e2(0x17d)](markSessionStatus,_0x3684c3,STATE_FAILED,_0x49ed9e));}catch(_0xde0f2d){logger[_0x4a14e2(0x270)](_0x4a14e2(0x20b)+util['format'](_0xde0f2d)),PerformanceTester[_0x4a14e2(0x1ad)](PerformanceEvents[_0x4a14e2(0x221)],![],_0xde0f2d);}});}PerformanceTester['end'](PerformanceEvents[_0x3b6db1(0x221)]);}catch(_0x866f6){PerformanceTester[_0x3b6db1(0x216)](_0x866f6);const _0x28068a={};_0x28068a[_0x3b6db1(0x226)]=_0x4cf7bc['wOAZH'],PerformanceTester[_0x3b6db1(0x1ad)](PerformanceHookEvents[_0x3b6db1(0x1c5)],![],_0x866f6,_0x28068a),PerformanceTester[_0x3b6db1(0x1ad)](PerformanceEvents[_0x3b6db1(0x221)],![],_0x866f6);}const _0x428c47={};_0x428c47[_0x3b6db1(0x226)]=_0x4cf7bc['wOAZH'],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x428c47);}),CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x17b)]['on'](CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x1c9)]['skipped'],_0x2fd3b9=>{const _0x418546=_0x11a390;PerformanceTester[_0x418546(0x1ed)](PerformanceHookEvents[_0x418546(0x1c5)]);try{const _0x4e48af=_0x176bb8['captureEvent'](TEST_EVENTS[_0x418546(0x1cb)],_0x2fd3b9);CodeceptRecorder[_0x418546(0x260)](()=>_0x176bb8['fireEvent'](TEST_EVENTS[_0x418546(0x1cb)],_0x4e48af)),PerformanceTester[_0x418546(0x1ad)](PerformanceEvents['SDK_TEST']);}catch(_0x540c43){PerformanceTester['captureError'](_0x540c43),PerformanceTester[_0x418546(0x1ad)](PerformanceEvents[_0x418546(0x221)],![],_0x540c43);const _0x3f27bb={};_0x3f27bb[_0x418546(0x226)]=_0x4cf7bc[_0x418546(0x18c)],PerformanceTester[_0x418546(0x1ad)](PerformanceHookEvents[_0x418546(0x1c5)],![],_0x540c43,_0x3f27bb);}const _0x4883e6={};_0x4883e6['hookType']=_0x4cf7bc[_0x418546(0x18c)],PerformanceTester[_0x418546(0x1ad)](PerformanceHookEvents[_0x418546(0x1c5)],!![],null,_0x4883e6);}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x1c9)][_0x11a390(0x1fa)],async(_0x51f427,_0xa8b6d1)=>{const _0x5bd826=_0x11a390;try{PerformanceTester[_0x5bd826(0x1ed)](PerformanceHookEvents[_0x5bd826(0x1c5)]);const _0x1d68db=_0x4cf7bc[_0x5bd826(0x22c)](shouldScanTestForAccessibility,_0x51f427[_0x5bd826(0x1ff)](),!![]);if(_0x4cf7bc[_0x5bd826(0x1fe)](isAccessibilityAutomationSession)&&global[_0x5bd826(0x1cd)]&&_0x1d68db){const _0x3e7874={};_0x3e7874[_0x5bd826(0x1d4)]=_0x51f427['testAnalyticsId'],_0x3e7874[_0x5bd826(0x1d6)]=process[_0x5bd826(0x240)][testHubConstants[_0x5bd826(0x205)][_0x5bd826(0x261)]],_0x3e7874[_0x5bd826(0x24c)]=process[_0x5bd826(0x240)][testHubConstants[_0x5bd826(0x205)]['BROWSERSTACK_TESTHUB_JWT']];const _0x122e16=_0x3e7874;logger[_0x5bd826(0x270)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON['stringify'](_0x122e16)),CodeceptRecorder[_0x5bd826(0x260)](async()=>{const _0x16bc2f=_0x5bd826,_0x3fa7a5={};_0x3fa7a5[_0x16bc2f(0x1ca)]=_0x4cf7bc[_0x16bc2f(0x22a)],await PerformanceTester[_0x16bc2f(0x21d)](PerformanceA11yEvents[_0x16bc2f(0x1f1)],async()=>{const _0x398221=_0x16bc2f;await AccessibilityHelper['browserStackExecuteDriver'](_0x3684c3,scripts[_0x398221(0x19e)]);},_0x3fa7a5)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x16bc2f(0x1db)],async()=>{const _0x203689=_0x16bc2f;await AccessibilityHelper[_0x203689(0x1c1)](_0x3684c3,scripts[_0x203689(0x189)],_0x122e16);})();}),logger['info'](_0x4cf7bc['GKdKN']);}const _0x331631={};_0x331631[_0x5bd826(0x226)]=_0x4cf7bc[_0x5bd826(0x238)],PerformanceTester[_0x5bd826(0x1ad)](PerformanceHookEvents[_0x5bd826(0x1c5)],!![],null,_0x331631);}catch(_0x3226db){PerformanceTester[_0x5bd826(0x216)](_0x3226db);const _0x3d1403={};_0x3d1403[_0x5bd826(0x226)]=_0x4cf7bc[_0x5bd826(0x238)],PerformanceTester[_0x5bd826(0x1ad)](PerformanceHookEvents['SDK_HOOK'],![],_0x3226db,_0x3d1403);}}),CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x17b)]['on'](CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x192)]['comment'],_0x3b670f=>{const _0x570de0=_0x11a390;PerformanceTester[_0x570de0(0x1ed)](PerformanceHookEvents[_0x570de0(0x1c5)]);try{process[_0x570de0(0x26a)]('bs:addLog:'+process['pid'],{'timestamp':new Date()[_0x570de0(0x1ee)](),'level':_0x4cf7bc[_0x570de0(0x266)],'message':_0x3b670f,'kind':_0x4cf7bc[_0x570de0(0x172)],'http_response':{}});}catch(_0x380674){PerformanceTester[_0x570de0(0x216)](_0x380674);const _0x9a2730={};_0x9a2730['hookType']=_0x4cf7bc[_0x570de0(0x195)],PerformanceTester[_0x570de0(0x1ad)](PerformanceHookEvents[_0x570de0(0x1c5)],![],_0x380674,_0x9a2730);}const _0xe14d26={};_0xe14d26[_0x570de0(0x226)]=_0x4cf7bc[_0x570de0(0x195)],PerformanceTester[_0x570de0(0x1ad)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0xe14d26);}),CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x17b)]['on'](CodeceptJS['event'][_0x11a390(0x1a1)][_0x11a390(0x197)],_0x43d9cf=>{const _0x150bea=_0x11a390,_0x52cb6f={};_0x52cb6f[_0x150bea(0x226)]=_0x4cf7bc[_0x150bea(0x251)],PerformanceTester[_0x150bea(0x21d)](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x15293f=_0x150bea;_0x176bb8[_0x15293f(0x1b3)](_0x43d9cf);},_0x52cb6f)();}),CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x17b)]['on'](CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x1a1)][_0x11a390(0x1fa)],_0x118382=>{const _0x4f6cfe=_0x11a390,_0x4188a8={};_0x4188a8[_0x4f6cfe(0x226)]=_0x4cf7bc[_0x4f6cfe(0x173)],PerformanceTester[_0x4f6cfe(0x21d)](PerformanceHookEvents[_0x4f6cfe(0x1c5)],()=>{const _0x3552bf=_0x4f6cfe;_0x176bb8[_0x3552bf(0x1dc)](_0x118382);},_0x4188a8)();});};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a2_0x2a0a56=a2_0x5614;(function(_0xec4482,_0x230d08){const _0x13b2fe=a2_0x5614,_0x3a94db=_0xec4482();while(!![]){try{const _0x22ffc7=parseInt(_0x13b2fe(0xee))/0x1*(-parseInt(_0x13b2fe(0x10c))/0x2)+parseInt(_0x13b2fe(0x118))/0x3+-parseInt(_0x13b2fe(0x12d))/0x4+-parseInt(_0x13b2fe(0xae))/0x5+-parseInt(_0x13b2fe(0xca))/0x6+parseInt(_0x13b2fe(0x111))/0x7*(parseInt(_0x13b2fe(0xdb))/0x8)+parseInt(_0x13b2fe(0xf7))/0x9;if(_0x22ffc7===_0x230d08)break;else _0x3a94db['push'](_0x3a94db['shift']());}catch(_0x2cc479){_0x3a94db['push'](_0x3a94db['shift']());}}}(a2_0x337a,0xdb6b1));function a2_0x337a(){const _0x19533e=['playwright-webkit','isUndefined','push','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','validPlatformsPresent','qkHLC','accessKey','FRAMEWORKS','TUPEU','3378476ktokwM','findIndex','spawn','dVgFP','CODECEPT_CUCUMBER','log','path','root','codecept.json','desiredCapabilities','../../helpers/helper','AWJDI','info','bakhN','../../helpers/logger','hubUrl','../../bin/playwright/accessibility-helper','nwdQn','addTests','profile','map','testContextOptions','host','before','8013335IZuqto','../../helpers/accessibility-automation/helper','LKxpn','util','testObservability','Passed\x20:\x20','finalExecution','firefox','passed','USER_CONFIG_DETAILS_PATH','codeceptjs','dirname','trim','replace','FFYrh','wnIey','existsSync','../utils/clientTroubleshootingService','nfsIo','format','chromium','accessibility','Workers','webkit','NUkwC','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','accessibilityOptions','CYnRU','10401504XeWOQM','../../helpers/testhub/testhubHandler','SDK_CLEANUP','isEmpty','../../helpers/test-observability/constants','mergeDeep','teardownAll','stack','WebDriver','../../helpers/BrowserStackSetup','initialize','config','bHNLS','../../helpers/utilities','event','isTestObservabilitySession','printBuildLink','2168XHPkJK','result','testConfig','EVENTS','assign','failed','length','Wxnjl','launchBuild','SvAnV','CJVuG','cwd','prepareCapabilities','end','../utils/constants','BROWSERSTACK_RERUN_TESTS','ayFAv','now','browser','1zkeXfk','getPlatformName','--config','env','Playwright','nxFbe','require','run','err','42560757PsKgqZ','helpers','stringify','BrowserStackPlugin','oKGGt','gherkin','WjXLq','XoNlu','pcLbQ','slice','process','usjRG','CODECEPT','debug','skipSessionStatus','test','setAdditionalCapabilities','scvWz','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','browserName','winstonLogger','1879882YZMVoq','BROWSERSTACK_RERUN','Failed\x20:\x20','parallelsPerPlatform','title','19684ZCfkuj','platforms','getPlaywrightUrl','MOJBU','key','handleApp','join','1585569WkDJOT','stop','browserWSEndpoint','BROWSERSTACK_TEST_OBSERVABILITY_YML','split','codecept.conf.js','PhgTe','printResults','plugins','vKgje','toLowerCase','forEach'];a2_0x337a=function(){return _0x19533e;};return a2_0x337a();}const fs=require('fs'),path=require('path'),util=require(a2_0x2a0a56(0xb1)),process=require(a2_0x2a0a56(0x101)),logger=require(a2_0x2a0a56(0xa4))[a2_0x2a0a56(0x10b)],{default:BrowserStackSetup}=require(a2_0x2a0a56(0xd3)),helper=require(a2_0x2a0a56(0xa0)),utilities=require(a2_0x2a0a56(0xd7)),{checkAccessibilityPlatformConfig}=require(a2_0x2a0a56(0xaf)),{setAccessibilityCapabilities}=require(a2_0x2a0a56(0xa6)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x2a0a56(0xa0)),CodeceptJS=requireModule('codeceptjs/lib/index.js',a2_0x2a0a56(0xb8)),testOpsHelper=require('../../helpers/test-observability/utils'),TestHubHandler=require(a2_0x2a0a56(0xcb)),constants=require(a2_0x2a0a56(0xe9)),PerformanceTester=require('../../helpers/performance/performance-tester'),{FRAMEWORKS}=require(a2_0x2a0a56(0xce)),PerformanceEvents=require('../../helpers/performance/constants')[a2_0x2a0a56(0xde)],ClientTroubleShootingService=require(a2_0x2a0a56(0xbf)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x431515,_0xbe9e10)=>{const _0x730d8f=a2_0x2a0a56,_0x20f5d5={};_0x20f5d5[_0x730d8f(0xa7)]=function(_0x261b95,_0x48e9b1){return _0x261b95===_0x48e9b1;},_0x20f5d5[_0x730d8f(0x121)]=_0x730d8f(0x11d),_0x20f5d5[_0x730d8f(0xe4)]=_0x730d8f(0x9e);const _0x2ecf30=_0x20f5d5;let _0xd4644=null;const _0x4ec5ca={};let _0x3396b7=_0xbe9e10[_0x730d8f(0x12e)](_0x5eeace=>_0x5eeace===_0x730d8f(0xf0));_0x2ecf30['nwdQn'](_0x3396b7,-0x1)&&(_0x3396b7=_0xbe9e10[_0x730d8f(0x12e)](_0x1a4251=>_0x1a4251==='-c'));if(!helper['isUndefined'](_0x431515[_0x730d8f(0xd5)])&&fs['existsSync'](path[_0x730d8f(0x117)](process[_0x730d8f(0xe6)](),_0x431515[_0x730d8f(0xd5)])))_0xd4644=path[_0x730d8f(0x117)](process[_0x730d8f(0xe6)](),_0x431515[_0x730d8f(0xd5)]),_0xbe9e10[_0x730d8f(0x100)](_0x3396b7,0x2);else{if(!helper[_0x730d8f(0x125)](_0x431515['c'])&&fs['existsSync'](path[_0x730d8f(0x117)](process[_0x730d8f(0xe6)](),_0x431515['c'])))_0xd4644=path[_0x730d8f(0x117)](process['cwd'](),_0x431515['c']),_0xbe9e10[_0x730d8f(0x100)](_0x3396b7,0x2);else{if(fs[_0x730d8f(0xbe)](path['join'](process[_0x730d8f(0xe6)](),_0x2ecf30[_0x730d8f(0x121)])))_0xd4644=path[_0x730d8f(0x117)](process[_0x730d8f(0xe6)](),_0x2ecf30['vKgje']);else fs[_0x730d8f(0xbe)](path[_0x730d8f(0x117)](process[_0x730d8f(0xe6)](),_0x2ecf30[_0x730d8f(0xe4)]))&&(_0xd4644=path[_0x730d8f(0x117)](process[_0x730d8f(0xe6)](),_0x2ecf30[_0x730d8f(0xe4)]));}}return process['env'][_0x730d8f(0xb7)]=_0xd4644,_0xd4644;},getO11yRerunPattern=()=>{const _0x3da531=a2_0x2a0a56,_0x2cc60f=helper['isTrue'](process[_0x3da531(0xf1)][_0x3da531(0x10d)]);if(_0x2cc60f){const _0x2a4f64=process[_0x3da531(0xf1)][_0x3da531(0xea)],_0x47db59=[];if(helper['validateRerunTestList'](_0x2a4f64)&&!helper[_0x3da531(0x125)](_0x2a4f64)){_0x2a4f64[_0x3da531(0x11c)](',')['map'](_0x1aeb9f=>{const _0x4001f2=_0x3da531;_0x47db59['push']('('+_0x1aeb9f[_0x4001f2(0xba)]()+')');});const _0x5422d6='^'+_0x47db59[_0x3da531(0x117)]('|')+'$';return _0x5422d6;}}return null;},a2_0x580045={};function a2_0x5614(_0x492580,_0x256443){const _0x337a10=a2_0x337a();return a2_0x5614=function(_0x561403,_0x15b702){_0x561403=_0x561403-0x9c;let _0x47c4de=_0x337a10[_0x561403];return _0x47c4de;},a2_0x5614(_0x492580,_0x256443);}a2_0x580045['chrome']=a2_0x2a0a56(0xc2),a2_0x580045['playwright-chromium']=a2_0x2a0a56(0xc2),a2_0x580045['playwright-firefox']=a2_0x2a0a56(0xb5),a2_0x580045[a2_0x2a0a56(0x124)]=a2_0x2a0a56(0xc5);const pwToCodeceptBrowser=a2_0x580045;async function run(_0x5311cf,_0x3d7c0e,_0x1bda4a){const _0x1da426=a2_0x2a0a56,_0x519a08={'oKGGt':function(_0x352034,_0x2f6d0e){return _0x352034+_0x2f6d0e;},'qkHLC':function(_0x36cfcb,_0x9408cd){return _0x36cfcb(_0x9408cd);},'AWJDI':function(_0x1e5818,_0x40826a,_0x1e40d5){return _0x1e5818(_0x40826a,_0x1e40d5);},'CYnRU':_0x1da426(0xf8),'PhgTe':function(_0x4cf691){return _0x4cf691();},'dVgFP':'/wd/hub','TUPEU':_0x1da426(0x10e),'LKxpn':_0x1da426(0xb3),'nhhEw':'Started\x20:\x20','usjRG':'0|3|4|1|5|2','nxFbe':function(_0x30c737,_0x1a197c,_0x57e5b4){return _0x30c737(_0x1a197c,_0x57e5b4);},'PijTb':_0x1da426(0x127),'Wxnjl':'Playwright','pcLbQ':_0x1da426(0xd2),'wnIey':function(_0xf20d3a,_0x38ec2c){return _0xf20d3a!=_0x38ec2c;},'NUkwC':function(_0x369d4e,_0x2efce1){return _0x369d4e===_0x2efce1;},'MOJBU':function(_0x2873ce,_0x40a3af,_0x2582d9){return _0x2873ce(_0x40a3af,_0x2582d9);},'nfsIo':_0x1da426(0xfc),'scvWz':function(_0x4723ad,_0x2476e1){return _0x4723ad(_0x2476e1);},'FFYrh':function(_0x58489f,_0x50c046){return _0x58489f*_0x50c046;},'ayFAv':_0x1da426(0xed),'XoNlu':function(_0x1f827d,_0x29eb96,_0x1f7bbc){return _0x1f827d(_0x29eb96,_0x1f7bbc);},'iFIuR':_0x1da426(0x9f),'WjXLq':_0x1da426(0x9d),'CJVuG':'BrowserStackPlugin.js','bakhN':'browserStackCwd','bHNLS':function(_0x561027){return _0x561027();}};await _0x1bda4a[_0x1da426(0xd4)](_0x5311cf),await helper[_0x1da426(0x116)](_0x1bda4a[_0x1da426(0xd5)]);if(!_0x1bda4a[_0x1da426(0xd5)])return;process[_0x1da426(0xa9)]=_0x5311cf[_0x1da426(0xa9)];_0x5311cf['profile']&&(process['env'][_0x1da426(0xa9)]=_0x5311cf[_0x1da426(0xa9)]);const _0x1e7983=_0x519a08[_0x1da426(0xf3)](getUserCodeceptJSConfigs,_0x5311cf,_0x3d7c0e);let _0x776136={};_0x1e7983?(logger[_0x1da426(0xa2)](_0x1da426(0x109)+_0x1e7983),_0x776136=CodeceptJS['config']['load'](_0x1e7983)):logger[_0x1da426(0xa2)](_0x519a08['PijTb']);let _0x3aec35=![];_0x519a08[_0x1da426(0xa1)](nestedKeyValue,_0x776136,[_0x519a08[_0x1da426(0xc9)],_0x519a08[_0x1da426(0xe2)]])&&(_0x3aec35=!![]);const _0x337e4a=_0x3aec35?_0x519a08[_0x1da426(0xe2)]:_0x519a08[_0x1da426(0xff)];let _0x33e82a=!_0x3aec35?helper['useW3C'](_0x1bda4a[_0x1da426(0xd5)]):![];!helper[_0x1da426(0x125)](_0x1bda4a[_0x1da426(0xd5)][_0x1da426(0xc8)])&&(process['env'][_0x1da426(0xc7)]=JSON[_0x1da426(0xf9)](_0x1bda4a[_0x1da426(0xd5)]['accessibilityOptions']));let _0xce1e62=_0x1bda4a[_0x1da426(0xd5)][_0x1da426(0xc3)];_0xce1e62=_0xce1e62||_0x519a08['qkHLC'](checkAccessibilityPlatformConfig,_0x1bda4a[_0x1da426(0xd5)]),process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0xce1e62;_0xce1e62&&(_0x33e82a=!_0xce1e62);_0x519a08[_0x1da426(0xbd)](_0x1bda4a['config'][_0x1da426(0xb2)],null)?process[_0x1da426(0xf1)][_0x1da426(0x11b)]=_0x1bda4a[_0x1da426(0xd5)][_0x1da426(0xb2)]:process[_0x1da426(0xf1)][_0x1da426(0x11b)]=_0x519a08[_0x1da426(0xc6)](_0x337e4a,_0x519a08['Wxnjl']);const _0x9995ee=_0x519a08[_0x1da426(0x114)](nestedKeyValue,_0x776136,[_0x519a08[_0x1da426(0xc0)]]),_0x3bbe1d=_0x9995ee&&!helper[_0x1da426(0xcd)](_0x9995ee)?FRAMEWORKS[_0x1da426(0x131)]:FRAMEWORKS[_0x1da426(0x103)],_0x1bb72c=await TestHubHandler[_0x1da426(0xe3)](_0x3bbe1d,_0x1bda4a);_0xce1e62&&_0x519a08[_0x1da426(0x108)](setAccessibilityCapabilities,_0x1bda4a[_0x1da426(0xd5)]);const _0x36a2a8={},_0x364175=[],_0x311819=_0x1bda4a[_0x1da426(0xd5)][_0x1da426(0x10f)]||helper['getUserWorkerCount'](_0x5311cf,_0x3d7c0e,_0x1bda4a['config'],constants[_0x1da426(0x12b)][_0x1da426(0x103)])||0x1;let _0x525bf9=0x1;if(_0x519a08['PhgTe'](isBrowserstackInfra)){const _0xc3086f=helper[_0x1da426(0xe7)](_0x1bda4a[_0x1da426(0xd5)],_0x33e82a,constants[_0x1da426(0x12b)][_0x1da426(0x103)]);_0xc3086f[_0x1da426(0x123)](_0x2fd9f7=>{const _0x13c68e=_0x1da426;helper[_0x13c68e(0x107)](_0x2fd9f7);}),helper[_0x1da426(0x128)](_0x1bda4a[_0x1da426(0xd5)])?_0x525bf9=_0x519a08[_0x1da426(0xbc)](_0x311819,_0x1bda4a['config'][_0x1da426(0x112)][_0x1da426(0xe1)]):_0x525bf9=_0x311819,_0xc3086f[_0x1da426(0x123)](_0x57cf5f=>{const _0x1d7617=_0x1da426,_0x255912=_0x519a08[_0x1d7617(0xfb)](helper[_0x1d7617(0xef)](_0x57cf5f,'_'),'_'+Date[_0x1d7617(0xec)]()),_0x4f3244=((()=>{const _0x181108=_0x1d7617;if(_0x3aec35){const _0x1eae9a=pwToCodeceptBrowser[_0x57cf5f['browserName']]||_0x57cf5f['browserName'];return{'browser':_0x1eae9a,[_0x1eae9a]:{'browserWSEndpoint':_0x519a08[_0x181108(0xfb)](helper[_0x181108(0x113)](_0x1bda4a[_0x181108(0xd5)]),_0x519a08[_0x181108(0x129)](encodeURIComponent,JSON['stringify'](_0x57cf5f)))}};}const _0x481fcf={};return _0x481fcf[_0x181108(0x9f)]=_0x57cf5f,_0x481fcf['user']=_0x1bda4a[_0x181108(0xd5)]['userName'],_0x481fcf[_0x181108(0x115)]=_0x1bda4a[_0x181108(0xd5)][_0x181108(0x12a)],_0x481fcf;})()),_0x2a7b9c=_0x519a08[_0x1d7617(0xa1)](nestedKeyValue,_0x776136,[_0x519a08[_0x1d7617(0xc9)],_0x337e4a]);_0x36a2a8[_0x255912]=_0x2a7b9c?helper['mergeDeep'](_0x4f3244,_0x2a7b9c):_0x4f3244;if(_0x3aec35)_0x36a2a8[_0x255912][_0x1d7617(0xed)]=pwToCodeceptBrowser[_0x57cf5f[_0x1d7617(0x10a)]]||_0x57cf5f['browserName'];else{_0x36a2a8[_0x255912][_0x1d7617(0xed)]=_0x57cf5f[_0x1d7617(0x10a)]||_0x4f3244[_0x1d7617(0xed)];if(_0x519a08[_0x1d7617(0x11e)](isBrowserstackInfra)){_0x36a2a8[_0x255912][_0x1d7617(0xac)]=constants[_0x1d7617(0xa5)][_0x1d7617(0xbb)](_0x519a08[_0x1d7617(0x130)],'')[_0x1d7617(0xbb)](/https?:\/\//,'');;_0x36a2a8[_0x255912][_0x1d7617(0x9c)]=_0x519a08['dVgFP'];}}_0x364175['push'](_0x255912);});}else{_0x525bf9=0x1;if(_0x3aec35){const _0x53a543=_0x519a08[_0x1da426(0xf3)](nestedKeyValue,_0x776136,[_0x519a08['CYnRU'],_0x337e4a,_0x519a08[_0x1da426(0xeb)]]),_0x39332e=_0x519a08[_0x1da426(0xfe)](nestedKeyValue,_0x776136,[_0x519a08[_0x1da426(0xc9)],_0x337e4a,_0x53a543]);if(_0x39332e&&_0x39332e['browserWSEndpoint']){const _0x2944a3={};_0x2944a3[_0x1da426(0x112)]=[],_0x39332e[_0x1da426(0x11a)]=helper[_0x1da426(0xe7)](Object[_0x1da426(0xdf)]({},_0x1bda4a['config'],_0x2944a3),null,_0x3bbe1d[_0x1da426(0x122)](),null,null,_0x39332e[_0x1da426(0x11a)]);}}else{const _0x1c85dc={};_0x1c85dc[_0x1da426(0x112)]=[],_0x776136[_0x519a08[_0x1da426(0xc9)]][_0x337e4a][_0x519a08['iFIuR']]=helper[_0x1da426(0xe7)](Object['assign']({},_0x1bda4a[_0x1da426(0xd5)],_0x1c85dc),null,_0x3bbe1d[_0x1da426(0x122)](),_0x519a08[_0x1da426(0xa1)](nestedKeyValue,_0x776136,[_0x519a08[_0x1da426(0xc9)],_0x337e4a,_0x519a08['iFIuR']])||{},null,null);}_0x36a2a8[_0x519a08[_0x1da426(0xfd)]]=_0x776136,_0x364175[_0x1da426(0x126)](_0x519a08['WjXLq']);}const _0x398cfa={};_0x398cfa[_0x1da426(0xdd)]=_0x1e7983;const _0x3b4de8=_0x398cfa,_0x4dc4c5=path['join'](__dirname,_0x519a08[_0x1da426(0xe5)]),_0x4559b4=process[_0x1da426(0xe6)]();process['env'][_0x519a08[_0x1da426(0xa3)]]=_0x4559b4,process['chdir'](path[_0x1da426(0xb9)](_0x1e7983));const _0xa46d00=new CodeceptJS[(_0x1da426(0xc4))](null,_0x3b4de8),_0x7e4203=_0xa46d00['createGroupsOfSuites'](_0x525bf9),_0x3ff236=testOpsHelper[_0x1da426(0xd9)](),_0x106218=_0x364175[_0x1da426(0xaa)](_0x2c2c97=>{const _0x510554=_0x1da426,_0x1832cd={};_0x1832cd[_0x510554(0xf2)]=_0x36a2a8[_0x2c2c97];const _0x4d1b38={};_0x4d1b38[_0x510554(0xd2)]=_0x36a2a8[_0x2c2c97];const _0x20a10f=_0x3aec35?_0x1832cd:_0x4d1b38,_0x36513e=_0x519a08[_0x510554(0x11e)](getO11yRerunPattern),_0x4327b6={};_0x4327b6[_0x510554(0xf8)]=_0x20a10f;const _0x4efa34={};_0x4efa34[_0x510554(0xf4)]=_0x4dc4c5,_0x4efa34['enabled']=!![],_0x4efa34['skipSessionName']=_0x1bda4a['config'][_0x510554(0xab)]['skipSessionName'],_0x4efa34[_0x510554(0x105)]=_0x1bda4a['config'][_0x510554(0xab)][_0x510554(0x105)],_0x4efa34['testObservability']=_0x3ff236,_0x4efa34['frameworkName']=_0x3bbe1d;const _0x5496e3={};_0x5496e3[_0x510554(0xfa)]=_0x4efa34;const _0x3183b7={};return _0x3183b7[_0x510554(0x120)]=_0x5496e3,helper[_0x510554(0xcf)]({},_0x776136,_0x519a08[_0x510554(0x11e)](isBrowserstackInfra)?_0x4327b6:{},_0x36513e?{'grep':_0x36513e}:{},_0x3183b7);});for(const _0x25444c of _0x106218){for(const _0xecef4e of _0x7e4203){const _0x2ddea8=_0xa46d00[_0x1da426(0x12f)]();_0x2ddea8[_0x1da426(0xa8)](_0xecef4e),_0x2ddea8['addConfig'](_0x25444c);const _0x377598={};_0x377598[_0x1da426(0xd5)]=_0x1e7983,_0x2ddea8['addOptions'](Object[_0x1da426(0xdf)](_0x377598,_0x5311cf));}}_0xa46d00['on'](CodeceptJS[_0x1da426(0xd8)]['test'][_0x1da426(0xe0)],(_0x4e5654,_0x5c4a1c)=>{const _0x49ac44=_0x1da426;console['log'](_0x519a08[_0x49ac44(0x12c)],_0x4e5654[_0x49ac44(0x110)]);const _0x2fa07d={[_0x4e5654[_0x49ac44(0x110)]]:_0x4e5654[_0x49ac44(0xf6)][_0x49ac44(0xd1)]};_testErrorData[_0x49ac44(0x126)](_0x2fa07d);}),_0xa46d00['on'](CodeceptJS[_0x1da426(0xd8)]['test'][_0x1da426(0xb6)],async _0x5bc4d0=>{const _0x318494=_0x1da426;console[_0x318494(0x132)](_0x519a08[_0x318494(0xb0)],_0x5bc4d0['title']);}),_0xa46d00['on'](CodeceptJS[_0x1da426(0xd8)][_0x1da426(0x106)][_0x1da426(0xad)],async _0x380adc=>{const _0x22b337=_0x1da426;console[_0x22b337(0x132)](_0x519a08['nhhEw'],_0x380adc[_0x22b337(0x110)]);}),_0xa46d00['on'](CodeceptJS[_0x1da426(0xd8)]['all'][_0x1da426(0xdc)],async()=>{const _0x2459b8=_0x1da426,_0x355d8b=_0x519a08[_0x2459b8(0x102)][_0x2459b8(0x11c)]('|');let _0x14c969=0x0;while(!![]){switch(_0x355d8b[_0x14c969++]){case'0':PerformanceTester['start'](PerformanceEvents[_0x2459b8(0xcc)]);continue;case'1':utilities[_0x2459b8(0xb4)](_0x1bda4a);continue;case'2':_0xa46d00[_0x2459b8(0x11f)]();continue;case'3':_0x1bda4a['errorMessage']=_testErrorData;continue;case'4':testOpsHelper[_0x2459b8(0xda)]();continue;case'5':try{await TestHubHandler[_0x2459b8(0x119)]();}catch(_0x2b60fa){logger[_0x2459b8(0x104)]('Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20'+util[_0x2459b8(0xc1)](_0x2b60fa));}continue;}break;}});async function _0x3b372a(){const _0x59136e=_0x1da426;try{await _0xa46d00['bootstrapAll'](),await _0xa46d00[_0x59136e(0xf5)]();}finally{process['chdir'](_0x4559b4),await _0xa46d00[_0x59136e(0xd0)]();}}PerformanceTester[_0x1da426(0xe8)](PerformanceEvents['SDK_SETUP']),_0x519a08[_0x1da426(0xd6)](_0x3b372a);}module['exports']=run;
2
+ 'use strict';const a2_0x3185d2=a2_0x5b91;(function(_0x4bf6ff,_0x72b8d6){const _0x14ab9a=a2_0x5b91,_0x50a9d2=_0x4bf6ff();while(!![]){try{const _0x118666=parseInt(_0x14ab9a(0xda))/0x1+-parseInt(_0x14ab9a(0x103))/0x2*(parseInt(_0x14ab9a(0xad))/0x3)+-parseInt(_0x14ab9a(0xcd))/0x4*(parseInt(_0x14ab9a(0xcb))/0x5)+-parseInt(_0x14ab9a(0xdf))/0x6*(parseInt(_0x14ab9a(0x11a))/0x7)+-parseInt(_0x14ab9a(0x122))/0x8+-parseInt(_0x14ab9a(0x10b))/0x9+parseInt(_0x14ab9a(0x126))/0xa;if(_0x118666===_0x72b8d6)break;else _0x50a9d2['push'](_0x50a9d2['shift']());}catch(_0x2cc31d){_0x50a9d2['push'](_0x50a9d2['shift']());}}}(a2_0x3ebf,0x1c0ac));const fs=require('fs'),path=require(a2_0x3185d2(0x111)),util=require(a2_0x3185d2(0xc5)),process=require('process'),logger=require(a2_0x3185d2(0x119))[a2_0x3185d2(0xe5)],{default:BrowserStackSetup}=require(a2_0x3185d2(0x9a)),helper=require(a2_0x3185d2(0x10f)),utilities=require(a2_0x3185d2(0x93)),{checkAccessibilityPlatformConfig}=require(a2_0x3185d2(0xd3)),{setAccessibilityCapabilities}=require(a2_0x3185d2(0x123)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x3185d2(0x10f)),CodeceptJS=requireModule('codeceptjs/lib/index.js',a2_0x3185d2(0xec)),testOpsHelper=require(a2_0x3185d2(0xb5)),TestHubHandler=require(a2_0x3185d2(0xaf)),constants=require('../utils/constants'),PerformanceTester=require(a2_0x3185d2(0xf3)),{FRAMEWORKS}=require(a2_0x3185d2(0xb2)),PerformanceEvents=require('../../helpers/performance/constants')['EVENTS'],ClientTroubleShootingService=require(a2_0x3185d2(0x9c)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x43786e,_0x2e82cd)=>{const _0x2f5f90=a2_0x3185d2,_0x3729b5={};_0x3729b5[_0x2f5f90(0xfe)]=function(_0x2930e9,_0x5147b7){return _0x2930e9===_0x5147b7;},_0x3729b5[_0x2f5f90(0x98)]=_0x2f5f90(0xcc),_0x3729b5[_0x2f5f90(0xe4)]=_0x2f5f90(0x124);const _0x3267ec=_0x3729b5;let _0x567e32=null;const _0x50e46e={};let _0x3de01b=_0x2e82cd['findIndex'](_0x2a2854=>_0x2a2854===_0x2f5f90(0xee));_0x3267ec[_0x2f5f90(0xfe)](_0x3de01b,-0x1)&&(_0x3de01b=_0x2e82cd['findIndex'](_0x3467be=>_0x3467be==='-c'));if(!helper['isUndefined'](_0x43786e['config'])&&fs[_0x2f5f90(0xb8)](path[_0x2f5f90(0xd0)](process['cwd'](),_0x43786e['config'])))_0x567e32=path['join'](process[_0x2f5f90(0x9d)](),_0x43786e[_0x2f5f90(0xe6)]),_0x2e82cd[_0x2f5f90(0xe1)](_0x3de01b,0x2);else{if(!helper['isUndefined'](_0x43786e['c'])&&fs['existsSync'](path['join'](process[_0x2f5f90(0x9d)](),_0x43786e['c'])))_0x567e32=path[_0x2f5f90(0xd0)](process[_0x2f5f90(0x9d)](),_0x43786e['c']),_0x2e82cd['slice'](_0x3de01b,0x2);else{if(fs['existsSync'](path['join'](process[_0x2f5f90(0x9d)](),_0x3267ec[_0x2f5f90(0x98)])))_0x567e32=path[_0x2f5f90(0xd0)](process[_0x2f5f90(0x9d)](),_0x3267ec[_0x2f5f90(0x98)]);else fs[_0x2f5f90(0xb8)](path[_0x2f5f90(0xd0)](process['cwd'](),_0x3267ec['FhBXK']))&&(_0x567e32=path['join'](process['cwd'](),_0x3267ec[_0x2f5f90(0xe4)]));}}return process[_0x2f5f90(0xed)][_0x2f5f90(0xfb)]=_0x567e32,_0x567e32;},getO11yRerunPattern=()=>{const _0x285e00=a2_0x3185d2,_0xb3fbef=helper[_0x285e00(0xf8)](process[_0x285e00(0xed)][_0x285e00(0x9b)]);if(_0xb3fbef){const _0x43e2c8=process[_0x285e00(0xed)][_0x285e00(0xf1)],_0x513e46=[];if(helper[_0x285e00(0xef)](_0x43e2c8)&&!helper[_0x285e00(0x108)](_0x43e2c8)){_0x43e2c8[_0x285e00(0x106)](',')[_0x285e00(0x12c)](_0x926075=>{const _0x10ddea=_0x285e00;_0x513e46[_0x10ddea(0xa0)]('('+_0x926075[_0x10ddea(0xe0)]()+')');});const _0x33bf1a='^'+_0x513e46['join']('|')+'$';return _0x33bf1a;}}return null;},a2_0x1560f2={};a2_0x1560f2[a2_0x3185d2(0x10a)]=a2_0x3185d2(0xe3),a2_0x1560f2['playwright-chromium']=a2_0x3185d2(0xe3),a2_0x1560f2[a2_0x3185d2(0x9e)]=a2_0x3185d2(0xa8),a2_0x1560f2[a2_0x3185d2(0xd4)]='webkit';function a2_0x5b91(_0x510a20,_0xa378d){const _0x3ebf57=a2_0x3ebf();return a2_0x5b91=function(_0x5b9147,_0x5075f2){_0x5b9147=_0x5b9147-0x93;let _0x474436=_0x3ebf57[_0x5b9147];return _0x474436;},a2_0x5b91(_0x510a20,_0xa378d);}const pwToCodeceptBrowser=a2_0x1560f2;async function run(_0x472663,_0x3db982,_0x2490ed){const _0x13c823=a2_0x3185d2,_0xcd2dbb={'WuAXs':function(_0x20f8ad,_0x14fe99){return _0x20f8ad+_0x14fe99;},'QgJVJ':function(_0x1b1105,_0xee1463){return _0x1b1105(_0xee1463);},'khvcm':function(_0x4df05e,_0x198262,_0x2d916a){return _0x4df05e(_0x198262,_0x2d916a);},'HRoKG':'helpers','SRBPh':function(_0x568384){return _0x568384();},'DIvSr':_0x13c823(0x12b),'cuMJZ':function(_0x2eaa00){return _0x2eaa00();},'cqZqk':_0x13c823(0xc7),'LJtLq':_0x13c823(0xbf),'WInsD':_0x13c823(0xe8),'tryMe':_0x13c823(0xce),'CzAQT':function(_0x561002,_0x3a6fa4,_0x585cbf){return _0x561002(_0x3a6fa4,_0x585cbf);},'DIZNc':_0x13c823(0x101),'iYIsl':_0x13c823(0x10d),'zIqDC':'WebDriver','ffvCc':function(_0x26d323,_0x84df64){return _0x26d323(_0x84df64);},'cLqlo':function(_0x15d26e,_0xfd2c67){return _0x15d26e!=_0xfd2c67;},'VQRxZ':function(_0x117165,_0x5ebedd){return _0x117165===_0x5ebedd;},'Rvvfh':function(_0x4df06c,_0x51b5e4,_0x1b06a2){return _0x4df06c(_0x51b5e4,_0x1b06a2);},'YihmC':_0x13c823(0x104),'wuhnL':function(_0x4724c7,_0x2fb279){return _0x4724c7(_0x2fb279);},'YGtHo':function(_0x4bbab2){return _0x4bbab2();},'nvKdb':function(_0x4fc12f,_0x5146f5){return _0x4fc12f*_0x5146f5;},'rPLYc':_0x13c823(0xa3),'PDzCJ':_0x13c823(0x95),'RYEEz':function(_0x2be11e,_0x36a53a,_0x4c2057){return _0x2be11e(_0x36a53a,_0x4c2057);},'dlPfa':_0x13c823(0xb4),'bRecx':'BrowserStackPlugin.js','RRIZK':_0x13c823(0xe2),'gdwPa':function(_0x346747){return _0x346747();}};await _0x2490ed[_0x13c823(0x102)](_0x472663),await helper[_0x13c823(0xf5)](_0x2490ed[_0x13c823(0xe6)]);if(!_0x2490ed['config'])return;process[_0x13c823(0xc2)]=_0x472663['profile'];_0x472663['profile']&&(process[_0x13c823(0xed)][_0x13c823(0xc2)]=_0x472663[_0x13c823(0xc2)]);const _0xdcaf87=_0xcd2dbb[_0x13c823(0xc4)](getUserCodeceptJSConfigs,_0x472663,_0x3db982);let _0x327d3c={};_0xdcaf87?(logger[_0x13c823(0x99)]('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0xdcaf87),_0x327d3c=CodeceptJS[_0x13c823(0xe6)]['load'](_0xdcaf87)):logger['info'](_0xcd2dbb[_0x13c823(0xff)]);let _0xca0d19=![];_0xcd2dbb['CzAQT'](nestedKeyValue,_0x327d3c,[_0xcd2dbb[_0x13c823(0x9f)],_0xcd2dbb[_0x13c823(0xc3)]])&&(_0xca0d19=!![]);const _0x3c4f01=_0xca0d19?_0xcd2dbb[_0x13c823(0xc3)]:_0xcd2dbb[_0x13c823(0xbb)];let _0x4f82eb=!_0xca0d19?helper[_0x13c823(0xaa)](_0x2490ed['config']):![];!helper['isUndefined'](_0x2490ed[_0x13c823(0xe6)]['accessibilityOptions'])&&(process['env'][_0x13c823(0xca)]=JSON[_0x13c823(0xb7)](_0x2490ed[_0x13c823(0xe6)][_0x13c823(0x96)]));let _0x390861=_0x2490ed['config'][_0x13c823(0xba)];_0x390861=_0x390861||_0xcd2dbb[_0x13c823(0xc9)](checkAccessibilityPlatformConfig,_0x2490ed[_0x13c823(0xe6)]),process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x390861;_0x390861&&(_0x4f82eb=!_0x390861);_0xcd2dbb[_0x13c823(0xdd)](_0x2490ed[_0x13c823(0xe6)]['testObservability'],null)?process['env'][_0x13c823(0xd7)]=_0x2490ed[_0x13c823(0xe6)][_0x13c823(0x94)]:process[_0x13c823(0xed)][_0x13c823(0xd7)]=_0xcd2dbb['VQRxZ'](_0x3c4f01,_0xcd2dbb[_0x13c823(0xc3)]);const _0x48103e=_0xcd2dbb['Rvvfh'](nestedKeyValue,_0x327d3c,[_0xcd2dbb['YihmC']]),_0x10f7ef=_0x48103e&&!helper[_0x13c823(0xd9)](_0x48103e)?FRAMEWORKS[_0x13c823(0xf4)]:FRAMEWORKS['CODECEPT'],_0x1a1d2f=await TestHubHandler[_0x13c823(0x97)](_0x10f7ef,_0x2490ed);_0x390861&&_0xcd2dbb[_0x13c823(0xb3)](setAccessibilityCapabilities,_0x2490ed[_0x13c823(0xe6)]);const _0x580a91={},_0x3310ed=[],_0x3410d6=_0x2490ed[_0x13c823(0xe6)][_0x13c823(0xb9)]||helper[_0x13c823(0x118)](_0x472663,_0x3db982,_0x2490ed[_0x13c823(0xe6)],constants[_0x13c823(0x128)][_0x13c823(0xeb)])||0x1;let _0x34e4a8=0x1;if(_0xcd2dbb['YGtHo'](isBrowserstackInfra)){const _0x2a0a81=helper[_0x13c823(0x120)](_0x2490ed[_0x13c823(0xe6)],_0x4f82eb,constants['FRAMEWORKS'][_0x13c823(0xeb)]);_0x2a0a81[_0x13c823(0xf2)](_0x5d39ba=>{const _0x18b327=_0x13c823;helper[_0x18b327(0xf7)](_0x5d39ba);}),helper['validPlatformsPresent'](_0x2490ed['config'])?_0x34e4a8=_0xcd2dbb[_0x13c823(0xab)](_0x3410d6,_0x2490ed[_0x13c823(0xe6)][_0x13c823(0x10c)][_0x13c823(0x110)]):_0x34e4a8=_0x3410d6,_0x2a0a81[_0x13c823(0xf2)](_0x45bbf8=>{const _0x158f64=_0x13c823,_0x1a3797={'nRPvZ':function(_0xdde2c7,_0x490a91){const _0x5015f6=a2_0x5b91;return _0xcd2dbb[_0x5015f6(0xac)](_0xdde2c7,_0x490a91);},'leEAc':function(_0x4ab3ec,_0x39038a){return _0xcd2dbb['QgJVJ'](_0x4ab3ec,_0x39038a);}},_0x4465ea=_0xcd2dbb[_0x158f64(0xac)](helper[_0x158f64(0xbe)](_0x45bbf8,'_'),'_'+Date[_0x158f64(0xf0)]()),_0x524e96=((()=>{const _0x288444=_0x158f64;if(_0xca0d19){const _0x48ff0c=pwToCodeceptBrowser[_0x45bbf8['browserName']]||_0x45bbf8['browserName'];return{'browser':_0x48ff0c,[_0x48ff0c]:{'browserWSEndpoint':_0x1a3797[_0x288444(0x109)](helper[_0x288444(0x11e)](_0x2490ed['config']),_0x1a3797[_0x288444(0xc1)](encodeURIComponent,JSON[_0x288444(0xb7)](_0x45bbf8)))}};}const _0x36e3ba={};return _0x36e3ba[_0x288444(0x95)]=_0x45bbf8,_0x36e3ba[_0x288444(0xd2)]=_0x2490ed[_0x288444(0xe6)]['userName'],_0x36e3ba['key']=_0x2490ed[_0x288444(0xe6)][_0x288444(0x117)],_0x36e3ba;})()),_0x122ab9=_0xcd2dbb[_0x158f64(0xf9)](nestedKeyValue,_0x327d3c,[_0xcd2dbb['HRoKG'],_0x3c4f01]);_0x580a91[_0x4465ea]=_0x122ab9?helper[_0x158f64(0xfd)](_0x524e96,_0x122ab9):_0x524e96;if(_0xca0d19)_0x580a91[_0x4465ea][_0x158f64(0xa3)]=pwToCodeceptBrowser[_0x45bbf8[_0x158f64(0x112)]]||_0x45bbf8[_0x158f64(0x112)];else{_0x580a91[_0x4465ea][_0x158f64(0xa3)]=_0x45bbf8[_0x158f64(0x112)]||_0x524e96[_0x158f64(0xa3)];if(_0xcd2dbb[_0x158f64(0x127)](isBrowserstackInfra)){_0x580a91[_0x4465ea][_0x158f64(0xa5)]=constants[_0x158f64(0x125)]['replace'](_0xcd2dbb[_0x158f64(0x129)],'')[_0x158f64(0xc6)](/https?:\/\//,'');;_0x580a91[_0x4465ea][_0x158f64(0x111)]=_0xcd2dbb[_0x158f64(0x129)];}}_0x3310ed[_0x158f64(0xa0)](_0x4465ea);});}else{_0x34e4a8=0x1;if(_0xca0d19){const _0x1aec8e=_0xcd2dbb[_0x13c823(0xc4)](nestedKeyValue,_0x327d3c,[_0xcd2dbb[_0x13c823(0x9f)],_0x3c4f01,_0xcd2dbb[_0x13c823(0xc0)]]),_0x25c68d=_0xcd2dbb[_0x13c823(0xf9)](nestedKeyValue,_0x327d3c,[_0xcd2dbb[_0x13c823(0x9f)],_0x3c4f01,_0x1aec8e]);if(_0x25c68d&&_0x25c68d[_0x13c823(0xbd)]){const _0x1928c9={};_0x1928c9[_0x13c823(0x10c)]=[],_0x25c68d['browserWSEndpoint']=helper['prepareCapabilities'](Object[_0x13c823(0x115)]({},_0x2490ed[_0x13c823(0xe6)],_0x1928c9),null,_0x10f7ef['toLowerCase'](),null,null,_0x25c68d['browserWSEndpoint']);}}else{const _0x17aaac={};_0x17aaac[_0x13c823(0x10c)]=[],_0x327d3c[_0xcd2dbb['HRoKG']][_0x3c4f01][_0xcd2dbb[_0x13c823(0x12d)]]=helper['prepareCapabilities'](Object[_0x13c823(0x115)]({},_0x2490ed[_0x13c823(0xe6)],_0x17aaac),null,_0x10f7ef[_0x13c823(0xd8)](),_0xcd2dbb[_0x13c823(0xdb)](nestedKeyValue,_0x327d3c,[_0xcd2dbb[_0x13c823(0x9f)],_0x3c4f01,_0xcd2dbb['PDzCJ']])||{},null,null);}_0x580a91[_0xcd2dbb[_0x13c823(0xe9)]]=_0x327d3c,_0x3310ed[_0x13c823(0xa0)](_0xcd2dbb[_0x13c823(0xe9)]);}const _0x327b2b={};_0x327b2b[_0x13c823(0xcf)]=_0xdcaf87;const _0x2dc8e9=_0x327b2b,_0x512ee5=path['join'](__dirname,_0xcd2dbb[_0x13c823(0xdc)]),_0x27a47b=process['cwd']();process[_0x13c823(0xed)][_0xcd2dbb[_0x13c823(0xc8)]]=_0x27a47b,process[_0x13c823(0xde)](path[_0x13c823(0x107)](_0xdcaf87));const _0x4f9230=new CodeceptJS[(_0x13c823(0xea))](null,_0x2dc8e9),_0x5355e7=_0x4f9230['createGroupsOfSuites'](_0x34e4a8),_0x266810=testOpsHelper['isTestObservabilitySession'](),_0xa04ca0=_0x3310ed[_0x13c823(0x12c)](_0xe6dd71=>{const _0x7a69a5=_0x13c823,_0x202db1={};_0x202db1[_0x7a69a5(0x10d)]=_0x580a91[_0xe6dd71];const _0x57720e={};_0x57720e['WebDriver']=_0x580a91[_0xe6dd71];const _0x296a6e=_0xca0d19?_0x202db1:_0x57720e,_0x1d5603=_0xcd2dbb['cuMJZ'](getO11yRerunPattern),_0x3379d5={};_0x3379d5['helpers']=_0x296a6e;const _0x3aeab0={};_0x3aeab0[_0x7a69a5(0xb0)]=_0x512ee5,_0x3aeab0[_0x7a69a5(0xb1)]=!![],_0x3aeab0['skipSessionName']=_0x2490ed[_0x7a69a5(0xe6)][_0x7a69a5(0xbc)]['skipSessionName'],_0x3aeab0[_0x7a69a5(0x105)]=_0x2490ed[_0x7a69a5(0xe6)][_0x7a69a5(0xbc)]['skipSessionStatus'],_0x3aeab0[_0x7a69a5(0x94)]=_0x266810,_0x3aeab0['frameworkName']=_0x10f7ef;const _0x21bc1e={};_0x21bc1e[_0x7a69a5(0xa1)]=_0x3aeab0;const _0x1929ff={};return _0x1929ff[_0x7a69a5(0x116)]=_0x21bc1e,helper[_0x7a69a5(0xfd)]({},_0x327d3c,_0xcd2dbb[_0x7a69a5(0x127)](isBrowserstackInfra)?_0x3379d5:{},_0x1d5603?{'grep':_0x1d5603}:{},_0x1929ff);});for(const _0x443c32 of _0xa04ca0){for(const _0xb4a8d6 of _0x5355e7){const _0x1f6f1f=_0x4f9230[_0x13c823(0xa6)]();_0x1f6f1f[_0x13c823(0x12a)](_0xb4a8d6),_0x1f6f1f['addConfig'](_0x443c32);const _0x5b6159={};_0x5b6159['config']=_0xdcaf87,_0x1f6f1f['addOptions'](Object['assign'](_0x5b6159,_0x472663));}}_0x4f9230['on'](CodeceptJS[_0x13c823(0x11f)][_0x13c823(0x10e)][_0x13c823(0xf6)],(_0x4fb934,_0x575870)=>{const _0x3e99c1=_0x13c823;console[_0x3e99c1(0x114)](_0xcd2dbb['cqZqk'],_0x4fb934[_0x3e99c1(0xd1)]);const _0x223c9e={[_0x4fb934['title']]:_0x4fb934['err'][_0x3e99c1(0xa2)]};_testErrorData[_0x3e99c1(0xa0)](_0x223c9e);}),_0x4f9230['on'](CodeceptJS[_0x13c823(0x11f)][_0x13c823(0x10e)]['passed'],async _0x105718=>{const _0x2c9974=_0x13c823;console[_0x2c9974(0x114)](_0xcd2dbb['LJtLq'],_0x105718['title']);}),_0x4f9230['on'](CodeceptJS[_0x13c823(0x11f)][_0x13c823(0x10e)][_0x13c823(0xd6)],async _0xc8b3ce=>{const _0x20d03c=_0x13c823;console[_0x20d03c(0x114)](_0xcd2dbb[_0x20d03c(0x121)],_0xc8b3ce[_0x20d03c(0xd1)]);}),_0x4f9230['on'](CodeceptJS[_0x13c823(0x11f)]['all'][_0x13c823(0xa9)],async()=>{const _0x42eb77=_0x13c823,_0x9a5c3a=_0xcd2dbb[_0x42eb77(0xae)]['split']('|');let _0x2b6d73=0x0;while(!![]){switch(_0x9a5c3a[_0x2b6d73++]){case'0':utilities[_0x42eb77(0xd5)](_0x2490ed);continue;case'1':try{await TestHubHandler['stop']();}catch(_0x22957b){logger[_0x42eb77(0xa4)](_0x42eb77(0x11c)+util['format'](_0x22957b));}continue;case'2':PerformanceTester[_0x42eb77(0xb6)](PerformanceEvents['SDK_CLEANUP']);continue;case'3':testOpsHelper[_0x42eb77(0xfa)]();continue;case'4':_0x2490ed[_0x42eb77(0x100)]=_testErrorData;continue;case'5':_0x4f9230[_0x42eb77(0x113)]();continue;}break;}});async function _0x2e9ec7(){const _0x160862=_0x13c823;try{await _0x4f9230[_0x160862(0x11d)](),await _0x4f9230[_0x160862(0xfc)]();}finally{process[_0x160862(0xde)](_0x27a47b),await _0x4f9230['teardownAll']();}}PerformanceTester[_0x13c823(0xa7)](PerformanceEvents[_0x13c823(0x11b)]),_0xcd2dbb[_0x13c823(0xe7)](_0x2e9ec7);}function a2_0x3ebf(){const _0x593ebc=['34556RIKPok','2|4|3|0|1|5','testConfig','join','title','user','../../helpers/accessibility-automation/helper','playwright-webkit','finalExecution','before','BROWSERSTACK_TEST_OBSERVABILITY_YML','toLowerCase','isEmpty','179662jNkFLg','RYEEz','bRecx','cLqlo','chdir','912618nmUkPN','trim','slice','browserStackCwd','chromium','FhBXK','winstonLogger','config','gdwPa','Started\x20:\x20','dlPfa','Workers','CODECEPT','codeceptjs','env','--config','validateRerunTestList','now','BROWSERSTACK_RERUN_TESTS','forEach','../../helpers/performance/performance-tester','CODECEPT_CUCUMBER','handleApp','failed','setAdditionalCapabilities','isTrue','khvcm','printBuildLink','USER_CONFIG_DETAILS_PATH','run','mergeDeep','lKfpc','DIZNc','errorMessage','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','initialize','12DiBzrd','gherkin','skipSessionStatus','split','dirname','isUndefined','nRPvZ','chrome','219528cPYKbz','platforms','Playwright','test','../../helpers/helper','length','path','browserName','printResults','log','assign','plugins','accessKey','getUserWorkerCount','../../helpers/logger','7TtGpOV','SDK_SETUP','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','bootstrapAll','getPlaywrightUrl','event','prepareCapabilities','WInsD','535704RhEjhu','../../bin/playwright/accessibility-helper','codecept.json','hubUrl','5076010jVbwSK','SRBPh','FRAMEWORKS','DIvSr','addTests','/wd/hub','map','PDzCJ','../../helpers/utilities','testObservability','desiredCapabilities','accessibilityOptions','launchBuild','lqTxN','info','../../helpers/BrowserStackSetup','BROWSERSTACK_RERUN','../utils/clientTroubleshootingService','cwd','playwright-firefox','HRoKG','push','BrowserStackPlugin','stack','browser','debug','host','spawn','end','firefox','result','useW3C','nvKdb','WuAXs','91041EkWLjt','tryMe','../../helpers/testhub/testhubHandler','require','enabled','../../helpers/test-observability/constants','wuhnL','root','../../helpers/test-observability/utils','start','stringify','existsSync','parallelsPerPlatform','accessibility','zIqDC','testContextOptions','browserWSEndpoint','getPlatformName','Passed\x20:\x20','rPLYc','leEAc','profile','iYIsl','CzAQT','util','replace','Failed\x20:\x20','RRIZK','ffvCc','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','85QtoORZ','codecept.conf.js'];a2_0x3ebf=function(){return _0x593ebc;};return a2_0x3ebf();}module['exports']=run;
@@ -1 +1 @@
1
- const a3_0xa414bb=a3_0x28df;(function(_0x3255bc,_0xc60314){const _0x12c459=a3_0x28df,_0x3fca7b=_0x3255bc();while(!![]){try{const _0x12bf86=-parseInt(_0x12c459(0x134))/0x1+parseInt(_0x12c459(0xf4))/0x2*(-parseInt(_0x12c459(0x131))/0x3)+parseInt(_0x12c459(0x107))/0x4+-parseInt(_0x12c459(0x125))/0x5*(parseInt(_0x12c459(0xfe))/0x6)+-parseInt(_0x12c459(0x10c))/0x7+parseInt(_0x12c459(0x110))/0x8*(-parseInt(_0x12c459(0x12e))/0x9)+-parseInt(_0x12c459(0x101))/0xa*(-parseInt(_0x12c459(0xf6))/0xb);if(_0x12bf86===_0xc60314)break;else _0x3fca7b['push'](_0x3fca7b['shift']());}catch(_0x5dbda9){_0x3fca7b['push'](_0x3fca7b['shift']());}}}(a3_0xd6b2,0x68797));const {isUndefined,nestedKeyValue}=require('../../helpers/helper'),logger=require('../../helpers/logger')[a3_0xa414bb(0x10f)],PlaywrightSessionDetails=require(a3_0xa414bb(0x120)),{isAccessibilityAutomationSession}=require(a3_0xa414bb(0x124)),{getObservabilityLinkedProductName}=require(a3_0xa414bb(0x12b)),getOSVersionFromCaps=_0x294e83=>{const _0x30ab25=a3_0xa414bb,_0x1fd3e1={};_0x1fd3e1[_0x30ab25(0x122)]=_0x30ab25(0xe7),_0x1fd3e1[_0x30ab25(0x123)]='platformVersion',_0x1fd3e1[_0x30ab25(0xf3)]=_0x30ab25(0x10e),_0x1fd3e1[_0x30ab25(0xe5)]='osVersion',_0x1fd3e1[_0x30ab25(0x115)]=_0x30ab25(0x121);const _0x7f3b26=_0x1fd3e1;if(!_0x294e83)return null;const _0x1b9c01=_0x294e83[_0x7f3b26[_0x30ab25(0x122)]],_0x2fb198=[_0x7f3b26['iFJDS'],_0x7f3b26[_0x30ab25(0xf3)],_0x7f3b26[_0x30ab25(0xe5)],_0x7f3b26[_0x30ab25(0x115)]];for(const _0x257ec1 of _0x2fb198){if(_0x1b9c01&&_0x1b9c01[_0x257ec1])return _0x1b9c01[_0x257ec1];else{if(_0x294e83[_0x257ec1])return _0x294e83[_0x257ec1];}}return null;};exports[a3_0xa414bb(0x111)]=_0x45a275=>{const _0x94b7ab=a3_0xa414bb,_0x10eb8e={'SyLBT':_0x94b7ab(0xeb),'RDBGo':function(_0x480331,_0x3d0dad){return _0x480331===_0x3d0dad;},'fHskb':_0x94b7ab(0x11a),'hHyCu':function(_0x5f1903,_0x442cd4){return _0x5f1903(_0x442cd4);},'taLbV':function(_0x5e5aa5,_0x58307c,_0x571cf2){return _0x5e5aa5(_0x58307c,_0x571cf2);},'pHMTr':_0x94b7ab(0x119),'xAWBp':_0x94b7ab(0x129),'iNVDT':_0x94b7ab(0xee),'KMJmu':_0x94b7ab(0xf7),'CLjhu':_0x94b7ab(0x10a),'sKOWe':_0x94b7ab(0xe6),'nMNJu':function(_0x5d4d3f,_0x46b057){return _0x5d4d3f(_0x46b057);}};if(!_0x45a275)return null;let _0x49b6ea=global[_0x94b7ab(0x128)]||_0x10eb8e[_0x94b7ab(0xfd)];if(_0x10eb8e[_0x94b7ab(0xff)](_0x45a275[_0x94b7ab(0xec)][_0x94b7ab(0x118)],_0x10eb8e[_0x94b7ab(0x11d)])){const _0xed599b=_0x45a275['browser'];if(!_0xed599b)return null;const _0x2ae936=_0xed599b[_0x94b7ab(0x11f)],_0x25d752=_0x10eb8e[_0x94b7ab(0x126)](getOSVersionFromCaps,_0x10eb8e['taLbV'](nestedKeyValue,_0x45a275,[_0x10eb8e[_0x94b7ab(0x100)],_0x10eb8e[_0x94b7ab(0xe9)]]));return{[_0x49b6ea]:{'browser':_0x2ae936[_0x94b7ab(0x137)],'browser_version':_0x2ae936['browserVersion'],'capabilities':_0x2ae936,'platform':_0x2ae936[_0x94b7ab(0x12c)],'platform_version':_0x2ae936[_0x94b7ab(0x12d)]||_0x25d752,'product':_0x10eb8e[_0x94b7ab(0x126)](getObservabilityLinkedProductName,_0x2ae936),'session_id':_0xed599b[_0x94b7ab(0x113)]}};}else{if(_0x10eb8e['RDBGo'](_0x45a275[_0x94b7ab(0xec)][_0x94b7ab(0x118)],_0x10eb8e[_0x94b7ab(0xf5)])){const _0x4dfce4=PlaywrightSessionDetails[_0x94b7ab(0x12a)]();_0x49b6ea=_0x4dfce4[_0x94b7ab(0xed)]||_0x49b6ea;const _0x1443aa=_0x10eb8e[_0x94b7ab(0x108)](nestedKeyValue,_0x45a275,[_0x10eb8e['pHMTr'],_0x10eb8e[_0x94b7ab(0x106)],_0x10eb8e['CLjhu']]),_0x1e97f7=_0x1443aa?JSON[_0x94b7ab(0x130)](new URL(_0x1443aa)[_0x94b7ab(0x102)][_0x94b7ab(0x12f)](_0x10eb8e[_0x94b7ab(0x103)])):{};return{[_0x49b6ea]:{'browser':_0x4dfce4['browser']||_0x1e97f7[_0x94b7ab(0x137)],'browser_version':_0x4dfce4[_0x94b7ab(0xf8)]||_0x1e97f7[_0x94b7ab(0xf8)],'capabilities':_0x1e97f7,'platform':_0x4dfce4['platform'],'platform_version':_0x4dfce4[_0x94b7ab(0x10e)],'product':_0x10eb8e['nMNJu'](getObservabilityLinkedProductName,_0x1e97f7),'session_id':_0x4dfce4[_0x94b7ab(0xef)]}};}}},exports[a3_0xa414bb(0x135)]=_0x62fa7a=>{const _0x58cf9e=a3_0xa414bb,_0x203ad0={'LLZBP':function(_0xa955cf){return _0xa955cf();},'JvOUh':function(_0x2275b8,_0x3ba3dd){return _0x2275b8===_0x3ba3dd;},'CpIFB':'latest','RZbdD':function(_0x1c5413,_0x598def){return _0x1c5413>_0x598def;},'xOdDN':function(_0x16b00d,_0x4b8b89){return _0x16b00d(_0x4b8b89);},'kYQCp':_0x58cf9e(0x133),'aSJBJ':function(_0xa5549f,_0x5a1939){return _0xa5549f===_0x5a1939;},'yDnaW':'chrome','pjPEA':function(_0x294614,_0x2ea3e1){return _0x294614===_0x2ea3e1;},'VtZnc':_0x58cf9e(0xf0),'aHEIV':_0x58cf9e(0xf2),'DNSid':function(_0x5e4bfa,_0x1bc931){return _0x5e4bfa(_0x1bc931);},'wfDgy':_0x58cf9e(0x127)};if(_0x203ad0[_0x58cf9e(0xf9)](isAccessibilityAutomationSession)){const _0x5a380c=_0x62fa7a[_0x58cf9e(0xf7)],_0x1aa2da=_0x5a380c[_0x58cf9e(0x11f)];global[_0x58cf9e(0x10b)]=!![],!(_0x203ad0[_0x58cf9e(0xea)](_0x1aa2da[_0x58cf9e(0xe4)],_0x203ad0[_0x58cf9e(0x114)])||_0x203ad0[_0x58cf9e(0x136)](_0x203ad0[_0x58cf9e(0xe8)](parseInt,_0x1aa2da[_0x58cf9e(0xe4)]),0x5e))&&(logger[_0x58cf9e(0x109)](_0x203ad0['kYQCp']),global[_0x58cf9e(0x10b)]=![]),!(_0x203ad0[_0x58cf9e(0x10d)](_0x1aa2da[_0x58cf9e(0x137)],_0x203ad0[_0x58cf9e(0xf1)])||_0x203ad0[_0x58cf9e(0x104)](_0x1aa2da[_0x58cf9e(0x137)],_0x203ad0[_0x58cf9e(0xfa)]))&&(logger['warn'](_0x203ad0['aHEIV']),global[_0x58cf9e(0x10b)]=![]),!_0x203ad0[_0x58cf9e(0x11b)](isUndefined,_0x1aa2da[_0x58cf9e(0x116)])&&(logger['warn'](_0x203ad0[_0x58cf9e(0x138)]),global[_0x58cf9e(0x10b)]=![]);}},exports[a3_0xa414bb(0x11e)]=_0x4c837f=>{const _0x4b3805=a3_0xa414bb,_0x42368f={};_0x42368f[_0x4b3805(0x117)]=function(_0x2b6272,_0x4b92c6){return _0x2b6272!==_0x4b92c6;},_0x42368f[_0x4b3805(0xfc)]=_0x4b3805(0x105),_0x42368f[_0x4b3805(0x132)]=_0x4b3805(0x112),_0x42368f[_0x4b3805(0x11c)]='browserstack_accessibility_automation_script';const _0x3a0591=_0x42368f;if(!_0x4c837f)return![];else{if(_0x3a0591[_0x4b3805(0x117)](typeof _0x4c837f,_0x3a0591['gIfkf']))return!![];}return!_0x4c837f[_0x4b3805(0xfb)](_0x3a0591[_0x4b3805(0x132)])&&!_0x4c837f[_0x4b3805(0xfb)](_0x3a0591[_0x4b3805(0x11c)]);};function a3_0x28df(_0x5571e6,_0x4b0a30){const _0xd6b24c=a3_0xd6b2();return a3_0x28df=function(_0x28df1a,_0x2a30d2){_0x28df1a=_0x28df1a-0xe4;let _0x9ce76a=_0xd6b24c[_0x28df1a];return _0x9ce76a;},a3_0x28df(_0x5571e6,_0x4b0a30);}function a3_0xd6b2(){const _0x3771be=['Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','264183mGYCQA','processWebDriverConfig','RZbdD','browserName','wfDgy','browserVersion','eCjWI','caps','bstack:options','xOdDN','xAWBp','JvOUh','unknown_grid','constructor','cloudProvider','Playwright','bsSessionId','playwright-chromium','yDnaW','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','ajpJS','32kaEPgU','iNVDT','22968484qkDiZA','browser','browser_version','LLZBP','VtZnc','includes','gIfkf','SyLBT','198666pJZXVH','RDBGo','pHMTr','10uQzvID','searchParams','sKOWe','pjPEA','string','KMJmu','834992aVXRRJ','taLbV','warn','browserWSEndpoint','accessibilityPlatform','3820915sraxQD','aSJBJ','platform_version','winstonLogger','72mQfsIE','fetchPlatformDetails','browserstack_executor','sessionId','CpIFB','xbKnt','deviceName','UosLl','name','config','WebDriver','DNSid','gtRHL','fHskb','shouldPatchExecuteScript','capabilities','../../bin/playwright/sessionDetails','os_version','cLCbd','iFJDS','../../helpers/accessibility-automation/helper','65VXqUnO','hHyCu','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','__cloud_provider___','desiredCapabilities','getDetails','../../helpers/test-observability/utils','platformName','platformVersion','310122JiHsLr','get','parse','59676XMfMkx','YuOUY'];a3_0xd6b2=function(){return _0x3771be;};return a3_0xd6b2();}
1
+ const a3_0x4ca131=a3_0x2eea;(function(_0x4eefd6,_0x441012){const _0x26a05b=a3_0x2eea,_0x5f2f63=_0x4eefd6();while(!![]){try{const _0x5e3c0f=-parseInt(_0x26a05b(0x165))/0x1+parseInt(_0x26a05b(0x173))/0x2*(-parseInt(_0x26a05b(0x178))/0x3)+parseInt(_0x26a05b(0x177))/0x4+-parseInt(_0x26a05b(0x182))/0x5*(parseInt(_0x26a05b(0x151))/0x6)+-parseInt(_0x26a05b(0x191))/0x7+-parseInt(_0x26a05b(0x18b))/0x8*(-parseInt(_0x26a05b(0x184))/0x9)+parseInt(_0x26a05b(0x188))/0xa*(parseInt(_0x26a05b(0x17f))/0xb);if(_0x5e3c0f===_0x441012)break;else _0x5f2f63['push'](_0x5f2f63['shift']());}catch(_0x4acbca){_0x5f2f63['push'](_0x5f2f63['shift']());}}}(a3_0x4adb,0x86ce0));const {isUndefined,nestedKeyValue}=require(a3_0x4ca131(0x159)),logger=require('../../helpers/logger')[a3_0x4ca131(0x15a)],PlaywrightSessionDetails=require(a3_0x4ca131(0x174)),{isAccessibilityAutomationSession}=require(a3_0x4ca131(0x17d)),{getObservabilityLinkedProductName}=require('../../helpers/test-observability/utils'),getOSVersionFromCaps=_0x3c6d54=>{const _0x15d113=a3_0x4ca131,_0x20287e={};_0x20287e[_0x15d113(0x168)]=_0x15d113(0x172),_0x20287e[_0x15d113(0x156)]=_0x15d113(0x170),_0x20287e['JrjZl']=_0x15d113(0x164),_0x20287e[_0x15d113(0x186)]='osVersion',_0x20287e[_0x15d113(0x154)]=_0x15d113(0x181);const _0x14caa1=_0x20287e;if(!_0x3c6d54)return null;const _0x323a10=_0x3c6d54[_0x14caa1[_0x15d113(0x168)]],_0x67afa=[_0x14caa1[_0x15d113(0x156)],_0x14caa1[_0x15d113(0x194)],_0x14caa1[_0x15d113(0x186)],_0x14caa1['aJRdn']];for(const _0x253d39 of _0x67afa){if(_0x323a10&&_0x323a10[_0x253d39])return _0x323a10[_0x253d39];else{if(_0x3c6d54[_0x253d39])return _0x3c6d54[_0x253d39];}}return null;};function a3_0x2eea(_0x465f16,_0x152326){const _0x4adb26=a3_0x4adb();return a3_0x2eea=function(_0x2eea5e,_0x90f4bc){_0x2eea5e=_0x2eea5e-0x150;let _0x26b359=_0x4adb26[_0x2eea5e];return _0x26b359;},a3_0x2eea(_0x465f16,_0x152326);}function a3_0x4adb(){const _0x155512=['odWJj','accessibilityPlatform','ufInf','latest','hgRvC','desiredCapabilities','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','platformVersion','XPLTq','bstack:options','234GJiesZ','../../bin/playwright/sessionDetails','caps','pJrbJ','663740EpJJpj','16950zrOBtc','ggjhn','hsQyU','tadTQ','getDetails','../../helpers/accessibility-automation/helper','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','22kLGQWv','browserName','os_version','27910JvgzeY','browserstack_accessibility_automation_script','1197nWDjHM','string','yqqHi','bsSessionId','13447740sKohII','VoFRo','ffaUW','3184mzGovI','ZgRqX','SVXPW','browser_version','warn','kFkPK','5214391qZHWTr','jrsSt','YMzJJ','JrjZl','BpMkd','unknown_grid','name','QpnCh','browserWSEndpoint','capabilities','platformName','654JvcDzc','constructor','browser','aJRdn','sQERw','RQhMC','fetchPlatformDetails','cloudProvider','../../helpers/helper','winstonLogger','Znwkz','WMKLf','sessionId','Playwright','includes','browserVersion','browserstack_executor','deviceName','vWeQT','platform_version','341856AIbtZa','playwright-chromium','cQAox','JroTV'];a3_0x4adb=function(){return _0x155512;};return a3_0x4adb();}exports[a3_0x4ca131(0x157)]=_0x254873=>{const _0x63c807=a3_0x4ca131,_0x387542={'kFkPK':_0x63c807(0x196),'ZgRqX':function(_0x8828bb,_0x1e1d44){return _0x8828bb===_0x1e1d44;},'vWeQT':'WebDriver','tadTQ':function(_0xcf982a,_0x42b519){return _0xcf982a(_0x42b519);},'jrsSt':function(_0x34a5ab,_0x56a42a,_0x3b19f4){return _0x34a5ab(_0x56a42a,_0x3b19f4);},'GEYSA':'config','QHbCK':_0x63c807(0x16e),'hgRvC':_0x63c807(0x15e),'XpHJl':function(_0x3a0a1c,_0x1f5a93,_0x2929cf){return _0x3a0a1c(_0x1f5a93,_0x2929cf);},'ufInf':_0x63c807(0x153),'EVbRP':_0x63c807(0x199),'pJrbJ':_0x63c807(0x175),'DMhTr':function(_0x4901d3,_0x37f959){return _0x4901d3(_0x37f959);}};if(!_0x254873)return null;let _0xc5df78=global['__cloud_provider___']||_0x387542[_0x63c807(0x190)];if(_0x387542['ZgRqX'](_0x254873[_0x63c807(0x152)][_0x63c807(0x197)],_0x387542[_0x63c807(0x163)])){const _0x26a32b=_0x254873[_0x63c807(0x153)];if(!_0x26a32b)return null;const _0x2c2bb0=_0x26a32b[_0x63c807(0x19a)],_0x8dad8b=_0x387542['tadTQ'](getOSVersionFromCaps,_0x387542[_0x63c807(0x192)](nestedKeyValue,_0x254873,[_0x387542['GEYSA'],_0x387542['QHbCK']]));return{[_0xc5df78]:{'browser':_0x2c2bb0['browserName'],'browser_version':_0x2c2bb0[_0x63c807(0x160)],'capabilities':_0x2c2bb0,'platform':_0x2c2bb0[_0x63c807(0x150)],'platform_version':_0x2c2bb0[_0x63c807(0x170)]||_0x8dad8b,'product':_0x387542[_0x63c807(0x17b)](getObservabilityLinkedProductName,_0x2c2bb0),'session_id':_0x26a32b[_0x63c807(0x15d)]}};}else{if(_0x387542[_0x63c807(0x18c)](_0x254873[_0x63c807(0x152)][_0x63c807(0x197)],_0x387542[_0x63c807(0x16d)])){const _0x4a5edd=PlaywrightSessionDetails[_0x63c807(0x17c)]();_0xc5df78=_0x4a5edd[_0x63c807(0x158)]||_0xc5df78;const _0x2f7732=_0x387542['XpHJl'](nestedKeyValue,_0x254873,[_0x387542['GEYSA'],_0x387542[_0x63c807(0x16b)],_0x387542['EVbRP']]),_0x40eb14=_0x2f7732?JSON['parse'](new URL(_0x2f7732)['searchParams']['get'](_0x387542[_0x63c807(0x176)])):{};return{[_0xc5df78]:{'browser':_0x4a5edd[_0x63c807(0x153)]||_0x40eb14[_0x63c807(0x180)],'browser_version':_0x4a5edd[_0x63c807(0x18e)]||_0x40eb14[_0x63c807(0x18e)],'capabilities':_0x40eb14,'platform':_0x4a5edd['platform'],'platform_version':_0x4a5edd[_0x63c807(0x164)],'product':_0x387542['DMhTr'](getObservabilityLinkedProductName,_0x40eb14),'session_id':_0x4a5edd[_0x63c807(0x187)]}};}}},exports['processWebDriverConfig']=_0x1c9881=>{const _0x563639=a3_0x4ca131,_0x19a331={'XPLTq':function(_0x4cc314){return _0x4cc314();},'hsQyU':function(_0x3ac305,_0x76426b){return _0x3ac305===_0x76426b;},'cQAox':_0x563639(0x16c),'sQERw':function(_0x20e080,_0x5a9df7){return _0x20e080>_0x5a9df7;},'BpMkd':function(_0xba6824,_0x2d3c4a){return _0xba6824(_0x2d3c4a);},'DZMMP':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','VoFRo':'chrome','rnGlO':function(_0x5154b3,_0x9c72da){return _0x5154b3===_0x9c72da;},'QpnCh':_0x563639(0x166),'Znwkz':_0x563639(0x17e),'WMKLf':function(_0x46beb7,_0x4b2518){return _0x46beb7(_0x4b2518);},'ggjhn':_0x563639(0x16f)};if(_0x19a331[_0x563639(0x171)](isAccessibilityAutomationSession)){const _0x6f77a5=_0x1c9881['browser'],_0x174fb5=_0x6f77a5[_0x563639(0x19a)];global[_0x563639(0x16a)]=!![],!(_0x19a331[_0x563639(0x17a)](_0x174fb5[_0x563639(0x160)],_0x19a331[_0x563639(0x167)])||_0x19a331[_0x563639(0x155)](_0x19a331[_0x563639(0x195)](parseInt,_0x174fb5[_0x563639(0x160)]),0x5e))&&(logger['warn'](_0x19a331['DZMMP']),global[_0x563639(0x16a)]=![]),!(_0x19a331[_0x563639(0x17a)](_0x174fb5[_0x563639(0x180)],_0x19a331[_0x563639(0x189)])||_0x19a331['rnGlO'](_0x174fb5[_0x563639(0x180)],_0x19a331[_0x563639(0x198)]))&&(logger['warn'](_0x19a331[_0x563639(0x15b)]),global[_0x563639(0x16a)]=![]),!_0x19a331[_0x563639(0x15c)](isUndefined,_0x174fb5[_0x563639(0x162)])&&(logger[_0x563639(0x18f)](_0x19a331[_0x563639(0x179)]),global[_0x563639(0x16a)]=![]);}},exports['shouldPatchExecuteScript']=_0x369b78=>{const _0xe36f9c=a3_0x4ca131,_0x41189c={};_0x41189c[_0xe36f9c(0x169)]=function(_0x23b383,_0x3d9e83){return _0x23b383!==_0x3d9e83;},_0x41189c[_0xe36f9c(0x18a)]=_0xe36f9c(0x185),_0x41189c[_0xe36f9c(0x18d)]=_0xe36f9c(0x161),_0x41189c[_0xe36f9c(0x193)]=_0xe36f9c(0x183);const _0x390ca8=_0x41189c;if(!_0x369b78)return![];else{if(_0x390ca8[_0xe36f9c(0x169)](typeof _0x369b78,_0x390ca8[_0xe36f9c(0x18a)]))return!![];}return!_0x369b78[_0xe36f9c(0x15f)](_0x390ca8[_0xe36f9c(0x18d)])&&!_0x369b78[_0xe36f9c(0x15f)](_0x390ca8[_0xe36f9c(0x193)]);};
@@ -1 +1 @@
1
- const a4_0x18e320=a4_0x7fcf;(function(_0x6dd658,_0x457b28){const _0xb4d122=a4_0x7fcf,_0x1c15c5=_0x6dd658();while(!![]){try{const _0x42958d=parseInt(_0xb4d122(0x1aa))/0x1*(parseInt(_0xb4d122(0x1a2))/0x2)+-parseInt(_0xb4d122(0x22f))/0x3+-parseInt(_0xb4d122(0x231))/0x4*(-parseInt(_0xb4d122(0x19a))/0x5)+-parseInt(_0xb4d122(0x242))/0x6+parseInt(_0xb4d122(0x241))/0x7*(-parseInt(_0xb4d122(0x1be))/0x8)+-parseInt(_0xb4d122(0x24c))/0x9*(-parseInt(_0xb4d122(0x250))/0xa)+parseInt(_0xb4d122(0x188))/0xb*(-parseInt(_0xb4d122(0x247))/0xc);if(_0x42958d===_0x457b28)break;else _0x1c15c5['push'](_0x1c15c5['shift']());}catch(_0x59fa48){_0x1c15c5['push'](_0x1c15c5['shift']());}}}(a4_0xa474,0x5cff1));const path=require('path'),fs=require('fs'),{v4:uuidv4}=require(a4_0x18e320(0x1b6)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x18e320(0x25c)),testOpsHelper=require(a4_0x18e320(0x1fa)),{getTestEnv}=require(a4_0x18e320(0x1d4)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),logger=require('../../helpers/logger')[a4_0x18e320(0x238)],SessionHandler=require(a4_0x18e320(0x18b)),RequestQueueHandler=require(a4_0x18e320(0x197)),PlaywrightSessionDetails=require(a4_0x18e320(0x221)),debug=testOpsHelper[a4_0x18e320(0x196)],{processAccessibilityCaps}=require(a4_0x18e320(0x1f1)),Constants=require(a4_0x18e320(0x253)),{fetchPlatformDetails}=require('./helper.js'),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x18e320(0x1da)),constants=require(a4_0x18e320(0x253)),STATE_PASSED='passed',STATE_FAILED=a4_0x18e320(0x271),a4_0x4220e3={};function a4_0xa474(){const _0x1cff63=['gEkuQ','FQmFc','result','NFyMy','VrsKS','javascript','failure_backtrace','fullTitle','util','RVMmD','rJCLE','client','driver','fhmaJ','_afterEach','file_name','vvjxJ','vJUfs','ILYUg','start','../playwright/accessibility-helper','_beforeEach','vYQrI','Cjrrg','YUxaF','prYtm','fireEvent','toString','_beforeAll','../../helpers/test-observability/utils','split','duration','File\x20path\x20could\x20not\x20be\x20found','OnwNg','suites','statSync','MdCfr','CkfjR','toUpperCase','LogCreated','stringify','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','Playwright','name','\x20with\x20error\x20:\x20','rlpds','browserType.js','yrQWs','uploadEventData','match','oXqnH','testAnalyticsId','find','mapTestHooks','bdWeb','dgVJe','PLAYWRIGHT_HUB_URL','hooks','failure','mJMDl','iOZmS','connectOverCDP','BROWSERSTACK','ctx','accessibilityPlatform','finished_at','feature','xaiCD','../playwright/sessionDetails','getTime','pending','TEST_RUN_STARTED','getHooksForTest','prefixTestPath','vWmwP','Xrxhg','mrZAP','HAFVT','Atryd','__cloud_provider___','connect','errorsDetailed','292563IFPaeo','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','80VAvuQv','eWrUj','length','stop','shutdown','retryOf','EGNoL','winstonLogger','bs:addLog:','passed','getFailureType','_paths','_afterAll','inspect','skipped','err','6622oONPFp','2026596glGAOT','YvamE','title','expanded','prototype','384qwsvnB','PathHelper','location_prefix','hYllG','removeAllListeners','1173843TRXyBv','EAurL','toISOString','dpEdA','40JkgCZO','file','yOfim','../utils/constants','pid','UXNKL','MCQal','hook','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','OADkM','GqZnU','bddSteps','../../helpers/helper','TEST_REPORTING_ANALYTICS','apply','frameworkName','string','dPnaL','bddStepFinish','push','MWbAt','TestRunFinished','findGitConfig','meta','DCmns','hook_run_uuid','SIOnq','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','mUDyc','UGZRQ','HookRunStarted','CODECEPT','yAhhV','failed','xPFGY','WxjcA','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','mHUQg','XuVji','relative','bddStepStart','__platformCaps','TNChV','TestRunStarted','IZIhE','KVXuy','ImEaz','type','now','resetSkipTestHooks','test_run_uuid','getHookType','XFOdf','8239mhDhRo','.git','HOOK_RUN_STARTED','../../helpers/test-observability/sessionHandler','test','hCZBo','wZAAD','currentTest','setupBrowserDetails','_testEnv','initializeBddStep','codeceptjs','TEST_EVENTS','KfIYZ','debug','../../helpers/test-observability/requestQueueHandler','AxtNN','bind','36865pnClvS','message','ozZvN','SBbje','jFiqL','getHierarchy','join','config','2eQinBh','Failed\x20to\x20parse\x20wsendpoint\x20','EEnZf','STATE_FAILED','wsEndpoint','kNnCy','includes','browserstack','479396qaaawn','AhBOS','sJSqK','STATE_PASSED','test_run','aixmQ','event_type','defineProperty','finished','markedStatus','QhRZv','tags','uuid','failureData','getRootParentFile','enabled','started','status','startedAt','sendCBTInfo','2608krWnmb','QODoh','hookAnalyticsId','obsBrowserTypeMockApplied','integrations','Fmphm','failure_reason_expanded','body','TEST_RUN_FINISHED','then','parent','groups','success','BNKsj','forEach','logs','LfUex','hook_run','CzEmE','currentHook','getCBTInfo','concat','../mocha/test-observability/mochaUtils','captureEvent','qzmwh','appendTestItemLog','stepAnalyticsId','HookRunFinished','../../helpers/testhub/utils.js','TEST_RUN_SKIPPED','toLowerCase'];a4_0xa474=function(){return _0x1cff63;};return a4_0xa474();}a4_0x4220e3[a4_0x18e320(0x224)]=a4_0x18e320(0x27b),a4_0x4220e3[a4_0x18e320(0x1c6)]=a4_0x18e320(0x265),a4_0x4220e3[a4_0x18e320(0x1db)]='TestRunSkipped',a4_0x4220e3[a4_0x18e320(0x18a)]=a4_0x18e320(0x26e),a4_0x4220e3['HOOK_RUN_FINISHED']=a4_0x18e320(0x1d9);function a4_0x7fcf(_0x1e67dc,_0x504818){const _0xa4744c=a4_0xa474();return a4_0x7fcf=function(_0x7fcfbd,_0x270df9){_0x7fcfbd=_0x7fcfbd-0x184;let _0x43f04d=_0xa4744c[_0x7fcfbd];return _0x43f04d;},a4_0x7fcf(_0x1e67dc,_0x504818);}const TEST_EVENTS=a4_0x4220e3,parseEvent=_0xca6d63=>{const _0x1cf48b=a4_0x18e320,_0x25601b={};_0x25601b[_0x1cf48b(0x1a4)]=function(_0x2301ef,_0x218d2b){return _0x2301ef<_0x218d2b;},_0x25601b[_0x1cf48b(0x232)]=function(_0x5c5161,_0xb38304){return _0x5c5161===_0xb38304;},_0x25601b[_0x1cf48b(0x22a)]=_0x1cf48b(0x18c),_0x25601b[_0x1cf48b(0x1d0)]=function(_0x500e08,_0x2bcf12){return _0x500e08===_0x2bcf12;},_0x25601b['wlusv']='hook',_0x25601b[_0x1cf48b(0x18e)]=function(_0x38a844,_0x51d225){return _0x38a844===_0x51d225;},_0x25601b['QODoh']=_0x1cf48b(0x23f),_0x25601b[_0x1cf48b(0x26c)]=_0x1cf48b(0x1ba),_0x25601b['SBbje']='finished';const _0x2a7aa3=_0x25601b,_0x35b952=_0xca6d63[_0x1cf48b(0x20e)](/^(.*)Run(.*)$/);if(!_0x35b952)return null;if(_0x2a7aa3[_0x1cf48b(0x1a4)](_0x35b952[_0x1cf48b(0x233)],0x3))return null;const _0x21490b=_0x35b952[0x1]['toLowerCase'](),_0x16d39f=_0x35b952[0x2][_0x1cf48b(0x1dc)]();return{'test':_0x2a7aa3[_0x1cf48b(0x232)](_0x21490b,_0x2a7aa3[_0x1cf48b(0x22a)]),'hook':_0x2a7aa3[_0x1cf48b(0x1d0)](_0x21490b,_0x2a7aa3['wlusv']),'skipped':_0x2a7aa3[_0x1cf48b(0x18e)](_0x16d39f,_0x2a7aa3[_0x1cf48b(0x1bf)]),'started':_0x2a7aa3[_0x1cf48b(0x1d0)](_0x16d39f,_0x2a7aa3[_0x1cf48b(0x26c)]),'finished':_0x2a7aa3['eWrUj'](_0x16d39f,_0x2a7aa3[_0x1cf48b(0x19d)])};},mockPWBrowserType=_0x2d80db=>{const _0x36fbc1=a4_0x18e320,_0x332422={'RGcGJ':function(_0x575ac7,_0x45d7c4){return _0x575ac7===_0x45d7c4;},'yrQWs':_0x36fbc1(0x260),'NFyMy':function(_0x416d97,_0x582d90,_0x44b634){return _0x416d97(_0x582d90,_0x44b634);},'UXNKL':_0x36fbc1(0x1a6),'ozZvN':function(_0x20b80b,_0x4d4665){return _0x20b80b(_0x4d4665);},'GqZnU':_0x36fbc1(0x1a9),'XuVji':'lib','aixmQ':_0x36fbc1(0x1e8),'YvamE':_0x36fbc1(0x20b),'BNKsj':function(_0x49e5c4,_0x330550){return _0x49e5c4(_0x330550);},'wEGiK':'Not\x20able\x20to\x20import\x20Browser','prYtm':_0x36fbc1(0x22d),'MWbAt':'launch'},_0x47ae8f=path[_0x36fbc1(0x1a0)](_0x332422[_0x36fbc1(0x276)],_0x332422[_0x36fbc1(0x1af)],_0x332422[_0x36fbc1(0x243)]),_0x3b5e0d=_0x332422[_0x36fbc1(0x1cb)](importFileFromPWCore,_0x47ae8f);if(!_0x3b5e0d){_0x332422[_0x36fbc1(0x19c)](debug,_0x332422['wEGiK']);return;}const _0x1cb2e2=_0x3b5e0d['BrowserType'],_0x1fa949=_0x1cb2e2[_0x36fbc1(0x246)];if(_0x1fa949[_0x36fbc1(0x1c1)])return;const _0x3fc08e=_0x1fa949['connect'];Object[_0x36fbc1(0x1b1)](_0x1fa949,_0x332422[_0x36fbc1(0x1f6)],{'get':function(){const _0x271d0c=_0x36fbc1,_0x1de5b8={'YUxaF':function(_0x82258f,_0x33dc47){return _0x332422['RGcGJ'](_0x82258f,_0x33dc47);},'tFavZ':_0x332422[_0x271d0c(0x20c)],'oXqnH':function(_0x5403fe,_0x4e9e6a,_0x3363bc){const _0x5d2ae1=_0x271d0c;return _0x332422[_0x5d2ae1(0x1e0)](_0x5403fe,_0x4e9e6a,_0x3363bc);},'lnNzN':_0x332422[_0x271d0c(0x255)],'OADkM':function(_0x2e4f36,_0x3534b7){const _0x29eb26=_0x271d0c;return _0x332422[_0x29eb26(0x19c)](_0x2e4f36,_0x3534b7);},'qFKdB':_0x332422[_0x271d0c(0x25a)]};return async function _0x2acc5a(_0x447387,_0x290afe){const _0x45c1d5=_0x271d0c,_0x3964de={'gFAbT':function(_0x2e539e,_0x28e5c3){const _0x11b0c1=a4_0x7fcf;return _0x1de5b8[_0x11b0c1(0x1f5)](_0x2e539e,_0x28e5c3);},'ILYUg':_0x1de5b8['tFavZ']},_0x15016c=_0x1de5b8[_0x45c1d5(0x20f)](nestedKeyValue,_0x447387,[_0x1de5b8['lnNzN']])||_0x447387;let _0x52143c=null,_0x11414f=null;try{[_0x11414f,_0x52143c]=_0x15016c?_0x1de5b8['OADkM'](parseWSEndpoint,_0x15016c):[null,null],global[_0x45c1d5(0x279)]=_0x52143c,logger[_0x45c1d5(0x196)](_0x45c1d5(0x26b)+_0x11414f),_0x11414f[_0x45c1d5(0x1a8)](Constants[_0x45c1d5(0x21b)])&&(global[_0x45c1d5(0x22c)]=_0x1de5b8['qFKdB']);}catch(_0x56134b){logger[_0x45c1d5(0x196)](_0x45c1d5(0x1a3)+_0x15016c+'\x20'+_0x56134b);}_0x1de5b8['oXqnH'](processAccessibilityCaps,_0x52143c,_0x11414f);if(global[_0x45c1d5(0x21d)]){const _0x28b81d=await _0x1fa949[_0x45c1d5(0x21a)][_0x45c1d5(0x25e)](this,[''+Constants[_0x45c1d5(0x215)]+_0x1de5b8[_0x45c1d5(0x259)](encodeURIComponent,JSON[_0x45c1d5(0x205)](_0x52143c))]);return PlaywrightSessionDetails['setupBrowserDetails'](_0x28b81d,_0x2d80db,_0x15016c),_0x28b81d;}return _0x3fc08e['apply'](this,arguments)['then'](_0x12d682=>{const _0x50ce00=_0x45c1d5;let _0x147afe=_0x447387[_0x50ce00(0x1a6)];return _0x3964de['gFAbT'](typeof _0x447387,_0x3964de[_0x50ce00(0x1ef)])&&(_0x147afe=_0x447387),PlaywrightSessionDetails['setupBrowserDetails'](_0x12d682,_0x2d80db,_0x147afe),_0x12d682;});};}});const _0x3cac11=_0x1fa949['launch'];Object[_0x36fbc1(0x1b1)](_0x1fa949,_0x332422[_0x36fbc1(0x264)],{'get':function(){return async function _0x5a6924(){const _0x1fb55e=a4_0x7fcf;return _0x3cac11[_0x1fb55e(0x25e)](this,arguments)[_0x1fb55e(0x1c7)](_0xe1a081=>{const _0x8a824b=_0x1fb55e;return PlaywrightSessionDetails[_0x8a824b(0x190)](_0xe1a081,null),_0xe1a081;});};}});};class O11yHelper{[a4_0x18e320(0x18f)]=null;[a4_0x18e320(0x1d1)]=null;[a4_0x18e320(0x1b9)]=![];[a4_0x18e320(0x25f)]=![];constructor(_0x40c761,_0x2a7533){const _0x5b59b9=a4_0x18e320,_0x181be8={'Atryd':'3|5|4|0|2|1','iOZmS':function(_0xaf6a98){return _0xaf6a98();},'mHUQg':function(_0x53523a,_0x43b1fd){return _0x53523a===_0x43b1fd;},'sJSqK':_0x5b59b9(0x207),'WxjcA':function(_0x4d1cdf,_0x2cdb3a){return _0x4d1cdf(_0x2cdb3a);},'ImEaz':function(_0x2a54bd){return _0x2a54bd();}},_0x47bae4=_0x181be8[_0x5b59b9(0x22b)][_0x5b59b9(0x1fb)]('|');let _0x1f6110=0x0;while(!![]){switch(_0x47bae4[_0x1f6110++]){case'0':this[_0x5b59b9(0x191)]=_0x181be8[_0x5b59b9(0x219)](getTestEnv);continue;case'1':this[_0x5b59b9(0x1e9)]&&_0x181be8[_0x5b59b9(0x275)](this[_0x5b59b9(0x1e9)]['constructor'][_0x5b59b9(0x208)],_0x181be8[_0x5b59b9(0x1ac)])&&_0x181be8[_0x5b59b9(0x273)](mockPWBrowserType,null);continue;case'2':this[_0x5b59b9(0x23c)]=new testOpsHelper[(_0x5b59b9(0x248))]({'cwd':process['cwd']()},this['_testEnv'][_0x5b59b9(0x249)]);continue;case'3':this[_0x5b59b9(0x1b9)]=_0x181be8[_0x5b59b9(0x27e)](shouldProcessEventForTesthub);continue;case'4':this['driver']=_0x40c761;continue;case'5':this[_0x5b59b9(0x25f)]=_0x2a7533[_0x5b59b9(0x25f)];continue;}break;}}[a4_0x18e320(0x1f0)](){const _0x717914=a4_0x18e320;if(!this[_0x717914(0x1b9)])return;testOpsHelper['patchConsoleLogger'](),process[_0x717914(0x24b)](_0x717914(0x239)+process['pid']),process['on']('bs:addLog:'+process[_0x717914(0x254)],this['appendTestItemLog'][_0x717914(0x199)](this));}async[a4_0x18e320(0x234)](){const _0x3fd271=a4_0x18e320;await RequestQueueHandler['getInstance']()[_0x3fd271(0x235)]();}async[a4_0x18e320(0x1d7)](_0x1fcc94){const _0x4a0dbb=a4_0x18e320,_0x530a68={'SIOnq':_0x4a0dbb(0x204),'gEkuQ':function(_0x217eb4,_0x2ff85b){return _0x217eb4(_0x2ff85b);}};try{this['currentHook']&&!this[_0x4a0dbb(0x1d1)][_0x4a0dbb(0x1b3)]&&(_0x1fcc94[_0x4a0dbb(0x269)]=this[_0x4a0dbb(0x1d1)][_0x4a0dbb(0x1c0)]);!_0x1fcc94[_0x4a0dbb(0x269)]&&this[_0x4a0dbb(0x18f)]&&!this[_0x4a0dbb(0x18f)]['markedStatus']&&(_0x1fcc94[_0x4a0dbb(0x185)]=this['currentTest']['testAnalyticsId']);if(_0x1fcc94[_0x4a0dbb(0x269)]||_0x1fcc94[_0x4a0dbb(0x185)]){const _0x46e720={};_0x46e720[_0x4a0dbb(0x1b0)]=_0x530a68[_0x4a0dbb(0x26a)],_0x46e720[_0x4a0dbb(0x1cd)]=[_0x1fcc94],await SessionHandler[_0x4a0dbb(0x20d)](_0x46e720);}}catch(_0x20394e){_0x530a68[_0x4a0dbb(0x1dd)](debug,_0x4a0dbb(0x258)+constants[_0x4a0dbb(0x25d)]+_0x4a0dbb(0x209)+_0x20394e);}}async[a4_0x18e320(0x1bd)](_0x5661ec){const _0x1c3451=a4_0x18e320,_0x3cc904={'KfIYZ':'CBTSessionCreated','RVMmD':function(_0x28cd25,_0x2e6ac2){return _0x28cd25(_0x2e6ac2);}};if(!this[_0x1c3451(0x1b9)])return;const _0x264180=this['getCBTInfo'](this[_0x1c3451(0x1e9)]);try{const _0x83d23={};_0x83d23['uuid']=_0x5661ec,_0x83d23[_0x1c3451(0x1c2)]=_0x264180;const _0x40147f=_0x83d23,_0x1ca3ed={};_0x1ca3ed[_0x1c3451(0x1b0)]=_0x3cc904[_0x1c3451(0x195)],_0x1ca3ed[_0x1c3451(0x1ae)]=_0x40147f,await SessionHandler[_0x1c3451(0x20d)](_0x1ca3ed);}catch(_0x55a07a){_0x3cc904[_0x1c3451(0x1e6)](debug,_0x1c3451(0x206)+constants[_0x1c3451(0x25d)]+_0x1c3451(0x209)+_0x55a07a);}}[a4_0x18e320(0x1d2)](_0x4b723c){const _0x336ad6=a4_0x18e320,_0x23610e={'AhBOS':function(_0x42773c,_0x5e6b43){return _0x42773c(_0x5e6b43);}};return _0x23610e[_0x336ad6(0x1ab)](fetchPlatformDetails,_0x4b723c);}[a4_0x18e320(0x184)]=_0x5e004c=>{const _0x28e287=a4_0x18e320,_0x29788c={};_0x29788c[_0x28e287(0x218)]=_0x28e287(0x1f2),_0x29788c['tbZHh']='_afterEach';const _0x4ebaa2=_0x29788c;if(!_0x5e004c||!_0x5e004c[_0x28e287(0x1c8)])return;[_0x4ebaa2[_0x28e287(0x218)],_0x4ebaa2['tbZHh']][_0x28e287(0x1cc)](_0x50322b=>{const _0x408c9f=_0x5e004c['parent'][_0x50322b];_0x408c9f['forEach'](_0x4ceb35=>{const _0xa8a10b=a4_0x7fcf;_0x4ceb35[_0xa8a10b(0x1c0)]&&(_0x4ceb35[_0xa8a10b(0x1c0)]=null);});});};['mapTestHooks'](_0x40faa5){const _0xea4d52=a4_0x18e320,_0x40e47c={'aPBjs':_0xea4d52(0x193),'rJCLE':function(_0x26e018){return _0x26e018();},'dPnaL':function(_0x3cbf9c,_0x40096b){return _0x3cbf9c===_0x40096b;},'ecaoP':'_afterEach','EGNoL':_0xea4d52(0x1f9),'rlpds':_0xea4d52(0x23d),'vWmwP':_0xea4d52(0x1f2)};if(!_0x40faa5||!_0x40faa5[_0xea4d52(0x1c8)])return;[_0x40e47c[_0xea4d52(0x237)],_0x40e47c[_0xea4d52(0x20a)],_0x40e47c[_0xea4d52(0x227)],_0x40e47c['ecaoP']][_0xea4d52(0x1cc)](_0x2f05e7=>{const _0x1403c8=_0xea4d52,_0x2f2375={'Fsrnr':_0x40e47c['aPBjs'],'Fmphm':function(_0x1d8533){return _0x40e47c['rJCLE'](_0x1d8533);},'QhRZv':function(_0x321692,_0x4d4945){const _0x29b1da=a4_0x7fcf;return _0x40e47c[_0x29b1da(0x261)](_0x321692,_0x4d4945);},'EPAnm':_0x40e47c['ecaoP'],'EAurL':function(_0x277a16){const _0x21ea98=a4_0x7fcf;return _0x40e47c[_0x21ea98(0x1e7)](_0x277a16);}},_0x16eee6=_0x40faa5[_0x1403c8(0x1c8)][_0x2f05e7]||[];_0x16eee6[_0x1403c8(0x1cc)](_0x1e6268=>{const _0x14c2f6=_0x1403c8;if(_0x1e6268[_0x14c2f6(0x244)][_0x14c2f6(0x1a8)](_0x2f2375['Fsrnr']))return;if(!_0x1e6268[_0x14c2f6(0x1c0)])_0x1e6268['hookAnalyticsId']=_0x2f2375[_0x14c2f6(0x1c3)](uuidv4);else _0x1e6268[_0x14c2f6(0x1b3)]&&_0x2f2375[_0x14c2f6(0x1b4)](_0x2f05e7,_0x2f2375['EPAnm'])&&(_0x1e6268[_0x14c2f6(0x1c0)]=_0x2f2375[_0x14c2f6(0x24d)](uuidv4),delete _0x1e6268[_0x14c2f6(0x1b3)]);});}),this[_0xea4d52(0x212)](_0x40faa5[_0xea4d52(0x1c8)]);}['getHooksForTest'](_0x1df07c){const _0x5625fd=a4_0x18e320,_0x2c686e={};_0x2c686e[_0x5625fd(0x214)]=_0x5625fd(0x1f9),_0x2c686e[_0x5625fd(0x24f)]=_0x5625fd(0x23d),_0x2c686e[_0x5625fd(0x27c)]=_0x5625fd(0x1f2),_0x2c686e[_0x5625fd(0x18d)]=_0x5625fd(0x1eb);const _0x3e8c3e=_0x2c686e;if(!_0x1df07c||!_0x1df07c[_0x5625fd(0x1c8)])return[];const _0x4fb1fa=[];return[_0x3e8c3e[_0x5625fd(0x214)],_0x3e8c3e[_0x5625fd(0x24f)],_0x3e8c3e['IZIhE'],_0x3e8c3e[_0x5625fd(0x18d)]][_0x5625fd(0x1cc)](_0x3f970b=>{const _0xa46590=_0x5625fd,_0x14a3b4=_0x1df07c[_0xa46590(0x1c8)][_0x3f970b]||[];_0x14a3b4['forEach'](_0x51ddcd=>{const _0x20f583=_0xa46590;_0x51ddcd['hookAnalyticsId']&&_0x4fb1fa[_0x20f583(0x263)](_0x51ddcd[_0x20f583(0x1c0)]);});}),[][_0x5625fd(0x1d3)](_0x4fb1fa,this['getHooksForTest'](_0x1df07c['parent']));}[a4_0x18e320(0x186)](_0x3379d8){const _0x7c88d4=a4_0x18e320,_0x3065f6=/^"(?<hook>.*)" hook:.*$/,_0x8c4dc9=_0x3379d8['title'],_0x1f4c58=_0x8c4dc9[_0x7c88d4(0x20e)](_0x3065f6);if(_0x1f4c58&&_0x1f4c58[_0x7c88d4(0x1c9)])return _0x1f4c58[_0x7c88d4(0x1c9)][_0x7c88d4(0x257)][_0x7c88d4(0x203)]()['replace']('\x20','_');return null;}[a4_0x18e320(0x266)](_0x28729c){const _0x3e6590=a4_0x18e320,_0x2552fd={};_0x2552fd['vvjxJ']=function(_0x5beb77,_0x142f87){return _0x5beb77===_0x142f87;},_0x2552fd[_0x3e6590(0x1ce)]=function(_0x519a1a,_0x3da7f4){return _0x519a1a===_0x3da7f4;},_0x2552fd[_0x3e6590(0x19e)]=function(_0x5bc103,_0x1d7da0){return _0x5bc103===_0x1d7da0;},_0x2552fd[_0x3e6590(0x1ee)]=function(_0xc319a4,_0x16b5f5){return _0xc319a4===_0x16b5f5;},_0x2552fd['xaiCD']=_0x3e6590(0x189),_0x2552fd[_0x3e6590(0x24a)]=_0x3e6590(0x1a1);const _0x27a856=_0x2552fd,_0x397cdf=path['sep'];if(_0x27a856[_0x3e6590(0x1ed)](_0x28729c,null)||_0x27a856[_0x3e6590(0x1ce)](_0x28729c,'')||_0x27a856['jFiqL'](_0x28729c,_0x397cdf)||_0x27a856[_0x3e6590(0x1ee)](_0x28729c,path['dirname'](_0x28729c)))return null;try{return fs[_0x3e6590(0x200)](path[_0x3e6590(0x1a0)](_0x28729c,_0x27a856[_0x3e6590(0x220)],_0x27a856[_0x3e6590(0x24a)])),_0x28729c;}catch(_0xbd846d){const _0x22a68e=path['dirname'](_0x28729c);return this[_0x3e6590(0x266)](_0x22a68e);}}[a4_0x18e320(0x1b8)](_0x5d04d5){const _0x48cbe5=a4_0x18e320,_0x4ebec6={};_0x4ebec6[_0x48cbe5(0x1d6)]=function(_0x5c7446,_0x1f028b){return _0x5c7446>_0x1f028b;};const _0x3e1ec6=_0x4ebec6;if(_0x5d04d5['file'])return _0x5d04d5[_0x48cbe5(0x251)];if(_0x5d04d5[_0x48cbe5(0x21c)]){const _0x7ea474=_0x5d04d5[_0x48cbe5(0x21c)][_0x48cbe5(0x18f)]?this[_0x48cbe5(0x1b8)](_0x5d04d5[_0x48cbe5(0x21c)][_0x48cbe5(0x18f)]):null;if(_0x7ea474)return _0x7ea474;}if(_0x5d04d5['parent']){const _0x1d3da6=this['getRootParentFile'](_0x5d04d5[_0x48cbe5(0x1c8)])||(_0x5d04d5['parent'][_0x48cbe5(0x21c)]&&_0x5d04d5['parent'][_0x48cbe5(0x21c)]['currentTest']?this[_0x48cbe5(0x1b8)](_0x5d04d5[_0x48cbe5(0x1c8)][_0x48cbe5(0x21c)][_0x48cbe5(0x18f)]):null);if(_0x1d3da6)return _0x1d3da6;_0x5d04d5['parent']['suites']&&_0x3e1ec6['qzmwh'](_0x5d04d5[_0x48cbe5(0x1c8)][_0x48cbe5(0x1ff)][_0x48cbe5(0x233)],0x0)&&_0x5d04d5['parent']['suites'][_0x48cbe5(0x1cc)](_0x4c4667=>{const _0x29c8af=_0x48cbe5,_0x1e8b40=_0x4c4667[_0x29c8af(0x21c)]?this[_0x29c8af(0x1b8)](_0x4c4667[_0x29c8af(0x21c)]):null;if(_0x1e8b40)return _0x1e8b40;});}return null;}[a4_0x18e320(0x19f)](_0x18e9ea){const _0x11bbea=a4_0x18e320,_0x1bdd69={};_0x1bdd69['VrsKS']=function(_0x2fcb73,_0x50ff5a){return _0x2fcb73!==_0x50ff5a;};const _0x251fb8=_0x1bdd69,_0x38269b=[];if(_0x18e9ea&&_0x18e9ea[_0x11bbea(0x1c8)]){let _0x26eb5d=_0x18e9ea[_0x11bbea(0x1c8)];while(_0x26eb5d&&_0x251fb8[_0x11bbea(0x1e1)](_0x26eb5d[_0x11bbea(0x244)],'')){_0x38269b[_0x11bbea(0x263)](_0x26eb5d[_0x11bbea(0x244)]),_0x26eb5d=_0x26eb5d[_0x11bbea(0x1c8)];}}return _0x38269b;}[a4_0x18e320(0x1d5)](_0x90eed3,_0x5c2980,_0x358aa0=undefined){const _0xa0290d=a4_0x18e320,_0x2a6a97={'CkfjR':function(_0x586e6f,_0x2d2568){return _0x586e6f(_0x2d2568);},'UGZRQ':function(_0x399348){return _0x399348();},'FQmFc':function(_0xfe82ac){return _0xfe82ac();},'oAaFl':_0xa0290d(0x1e5),'PnbXR':_0xa0290d(0x240),'TNChV':function(_0x20e8d1,_0x5196fb){return _0x20e8d1!==_0x5196fb;},'bqDRQ':_0xa0290d(0x1fd),'KVXuy':'pending','kNnCy':_0xa0290d(0x271),'XFOdf':_0xa0290d(0x23a),'MdCfr':_0xa0290d(0x23f),'OnwNg':_0xa0290d(0x1e2),'yAhhV':function(_0x2dae7e,_0x3b5fab){return _0x2dae7e-_0x3b5fab;},'eLjBd':function(_0x1e3c28,_0x485ca2,_0x51360c,_0x5f1bbe,_0x332447){return _0x1e3c28(_0x485ca2,_0x51360c,_0x5f1bbe,_0x332447);},'MCQal':_0xa0290d(0x1c2),'bdWeb':_0xa0290d(0x267),'Xrxhg':_0xa0290d(0x217),'rgXvZ':_0xa0290d(0x1e3),'qyiDx':'backtrace','RSXSl':_0xa0290d(0x1c4),'CgsfP':_0xa0290d(0x245),'DCmns':function(_0x31f700,_0x3e3f8a){return _0x31f700===_0x3e3f8a;},'fhmaJ':_0xa0290d(0x1cf),'Kqzjy':'test_run'};if(!this[_0xa0290d(0x1b9)])return;try{if(_0x5c2980['fn']&&_0x5c2980['fn'][_0xa0290d(0x1f8)]()['match'](/browserstack internal helper hook/))return;const _0x48e15f=_0x2a6a97['CkfjR'](parseEvent,_0x90eed3);if(!_0x48e15f)return;if(_0x48e15f[_0xa0290d(0x18c)]){this[_0xa0290d(0x18f)]=_0x5c2980,this[_0xa0290d(0x1d1)]=null;if(_0x48e15f[_0xa0290d(0x1ba)]||_0x48e15f['skipped']){_0x5c2980[_0xa0290d(0x1bc)]=new Date(),_0x5c2980[_0xa0290d(0x1b3)]=![];if(!_0x5c2980['testAnalyticsId'])_0x5c2980['testAnalyticsId']=_0x2a6a97[_0xa0290d(0x26d)](uuidv4);else _0x5c2980[_0xa0290d(0x1b3)]&&(!_0x5c2980[_0xa0290d(0x236)]&&(_0x5c2980[_0xa0290d(0x236)]=_0x5c2980[_0xa0290d(0x210)]),_0x5c2980[_0xa0290d(0x210)]=_0x2a6a97[_0xa0290d(0x26d)](uuidv4));}}else{if(_0x48e15f[_0xa0290d(0x257)]){this[_0xa0290d(0x1d1)]=_0x5c2980;if(_0x48e15f['started']){_0x5c2980[_0xa0290d(0x1bc)]=new Date(),_0x5c2980[_0xa0290d(0x1b3)]=![];if(!_0x5c2980['hookAnalyticsId'])_0x5c2980[_0xa0290d(0x1c0)]=_0x2a6a97[_0xa0290d(0x26d)](uuidv4);else _0x5c2980[_0xa0290d(0x1c0)]&&_0x5c2980[_0xa0290d(0x1b3)]&&(_0x5c2980[_0xa0290d(0x1c0)]=_0x2a6a97[_0xa0290d(0x1de)](uuidv4));}}}if(_0x48e15f[_0xa0290d(0x1b2)]&&_0x5c2980['markedStatus'])return;let _0x50edd5;try{_0x50edd5=this[_0xa0290d(0x1b8)](_0x5c2980);}catch(_0x332863){logger[_0xa0290d(0x196)]('failed\x20to\x20get\x20root\x20parent\x20file\x20'+_0x332863),_0x50edd5=null;}const _0x8b88db=_0x2a6a97[_0xa0290d(0x202)](require,_0x2a6a97['oAaFl']);let _0x3780e9=[];_0x358aa0&&(_0x3780e9=[_0x358aa0,_0x2a6a97['PnbXR']]);const _0x3f9ad8=_0x2a6a97['TNChV'](_0x5c2980[_0xa0290d(0x22e)],undefined)?_0x8b88db[_0xa0290d(0x23e)](_0x5c2980[_0xa0290d(0x22e)][0x0]):_0x2a6a97[_0xa0290d(0x27a)](_0x358aa0,undefined)?_0x358aa0[_0xa0290d(0x1f8)]():undefined,_0x5c8a56=_0x50edd5?this[_0xa0290d(0x266)](_0x50edd5):null,_0x31de96=_0x50edd5?this[_0xa0290d(0x23c)][_0xa0290d(0x226)](this[_0xa0290d(0x1b8)](_0x5c2980)):_0x2a6a97['bqDRQ'];let _0x457c0f=_0x2a6a97[_0xa0290d(0x27d)];const _0x3974bb=!_0x48e15f['started']?new Date()[_0xa0290d(0x24e)]():null;if(_0x48e15f[_0xa0290d(0x1b2)])_0x457c0f=_0x358aa0?_0x2a6a97['kNnCy']:_0x2a6a97[_0xa0290d(0x187)],_0x5c2980[_0xa0290d(0x1b3)]=!![];else _0x48e15f[_0xa0290d(0x23f)]&&(_0x457c0f=_0x2a6a97[_0xa0290d(0x201)],_0x5c2980['markedStatus']=!![]);const _0x51a1e6={'framework':this[_0xa0290d(0x25f)],'uuid':_0x5c2980['testAnalyticsId']||_0x5c2980[_0xa0290d(0x1c0)],'name':_0x5c2980[_0xa0290d(0x244)],'body':{'lang':_0x2a6a97[_0xa0290d(0x1fe)],'code':_0x5c2980[_0xa0290d(0x1c5)][_0xa0290d(0x1f8)]()},'type':_0x5c2980[_0xa0290d(0x27f)],'scope':_0x5c2980[_0xa0290d(0x1e4)](),'scopes':this[_0xa0290d(0x19f)](_0x5c2980),'file_name':_0x31de96,'vc_filepath':_0x5c8a56?path[_0xa0290d(0x277)](_0x5c8a56,_0x50edd5):null,'location':_0x31de96,'result':_0x457c0f,'failure_reason':_0x3f9ad8,'duration_in_ms':_0x5c2980[_0xa0290d(0x1fc)]||(_0x48e15f[_0xa0290d(0x1b2)]||_0x48e15f['skipped'])?_0x2a6a97[_0xa0290d(0x270)](Date[_0xa0290d(0x280)](),new Date(_0x5c2980[_0xa0290d(0x1bc)])[_0xa0290d(0x222)]()):null,'started_at':new Date(_0x5c2980['startedAt'])['toISOString'](),'finished_at':_0x3974bb,'failure':testOpsHelper[_0xa0290d(0x1b7)][_0xa0290d(0x25e)](null,_0x3780e9),'failure_type':!_0x3f9ad8?null:testOpsHelper[_0xa0290d(0x23b)](_0x3f9ad8),'retry_of':_0x5c2980['retryOf']||null,'tags':_0x5c2980[_0xa0290d(0x1b5)]||[],'customRerunParam':{'rerun_name':_0x5c2980[_0xa0290d(0x1e4)]()}};_0x2a6a97['eLjBd'](appendTesthubParams,_0x51a1e6,_0x90eed3,_0x5c2980,FRAMEWORKS[_0xa0290d(0x26f)]);if(_0x48e15f[_0xa0290d(0x257)])[_0x51a1e6['hook_type'],_0x51a1e6[_0xa0290d(0x208)]]=[this[_0xa0290d(0x186)](_0x5c2980),_0x5c2980[_0xa0290d(0x21c)][_0xa0290d(0x18c)][_0xa0290d(0x244)]],_0x48e15f['finished']?_0x2a6a97[_0xa0290d(0x27a)](_0x51a1e6[_0xa0290d(0x1df)],_0x2a6a97['kNnCy'])&&(_0x51a1e6[_0xa0290d(0x1df)]=_0x2a6a97['XFOdf']):_0x51a1e6[_0xa0290d(0x1c5)]={};else _0x48e15f[_0xa0290d(0x18c)]&&(this[_0xa0290d(0x212)](_0x5c2980),_0x48e15f[_0xa0290d(0x23f)]&&this[_0xa0290d(0x184)](_0x5c2980),(_0x48e15f[_0xa0290d(0x1b2)]||_0x48e15f[_0xa0290d(0x23f)])&&(_0x51a1e6[_0xa0290d(0x216)]=this[_0xa0290d(0x225)](_0x5c2980)));this[_0xa0290d(0x1e9)]&&(_0x48e15f['started']||_0x48e15f[_0xa0290d(0x23f)])&&(_0x51a1e6[_0x2a6a97[_0xa0290d(0x256)]]=this[_0xa0290d(0x1d2)](this[_0xa0290d(0x1e9)]));_0x48e15f[_0xa0290d(0x18c)]&&_0x48e15f['finished']&&_0x5c2980[_0xa0290d(0x25b)]&&(_0x51a1e6[_0x2a6a97[_0xa0290d(0x213)]]={'feature':{'name':_0x5c2980[_0xa0290d(0x1c8)][_0xa0290d(0x21f)][_0xa0290d(0x208)],'path':_0x51a1e6[_0xa0290d(0x1ec)],'description':_0x5c2980[_0xa0290d(0x1c8)]['comment']},'scenario':{'name':_0x5c2980[_0xa0290d(0x244)]},'steps':_0x5c2980[_0xa0290d(0x25b)]});const _0x2f1253=_0x51a1e6[_0x2a6a97[_0xa0290d(0x228)]][0x0];_0x2f1253&&(_0x51a1e6[_0x2a6a97['rgXvZ']]=_0x2f1253[_0x2a6a97['qyiDx']],_0x51a1e6[_0x2a6a97['RSXSl']]=_0x2f1253[_0x2a6a97['CgsfP']]);if(_0x5c2980[_0xa0290d(0x25b)])for(const _0x1631e5 of _0x5c2980['bddSteps']){!_0x1631e5[_0xa0290d(0x21e)]&&(_0x1631e5[_0xa0290d(0x21e)]=new Date()[_0xa0290d(0x24e)](),_0x2a6a97[_0xa0290d(0x268)](_0x1631e5['result'],_0x2a6a97[_0xa0290d(0x27d)])&&(_0x2f1253?(_0x1631e5[_0xa0290d(0x1df)]=_0x2a6a97[_0xa0290d(0x1a7)],_0x1631e5[_0xa0290d(0x217)]=_0x2f1253[_0x2a6a97['qyiDx']][0x0]):_0x1631e5[_0xa0290d(0x1df)]=_0x2a6a97[_0xa0290d(0x187)]));}const _0x3ddc5a={};_0x3ddc5a['event_type']=_0x48e15f['skipped']?TEST_EVENTS[_0xa0290d(0x1c6)]:_0x90eed3;const _0x343943=_0x3ddc5a;return _0x48e15f[_0xa0290d(0x257)]?_0x343943[_0x2a6a97[_0xa0290d(0x1ea)]]=_0x51a1e6:_0x343943[_0x2a6a97['Kqzjy']]=_0x51a1e6,_0x343943;}catch(_0xa53327){logger[_0xa0290d(0x196)](_0xa0290d(0x274)+_0x90eed3+_0xa0290d(0x209)+_0xa53327);}}async[a4_0x18e320(0x1f7)](_0x38f6b8,_0x422d07){const _0x2e061d=a4_0x18e320;if(!this[_0x2e061d(0x1b9)]||!_0x422d07||!_0x38f6b8)return![];try{return await SessionHandler['uploadEventData'](_0x422d07);}catch(_0x4275cd){logger['debug'](_0x2e061d(0x230)+_0x38f6b8+'\x20with\x20error\x20:\x20'+_0x4275cd);}}[a4_0x18e320(0x192)](_0x46cb6c){const _0x330770=a4_0x18e320,_0x3504fa={};_0x3504fa[_0x330770(0x1f4)]=_0x330770(0x223);const _0x2f61d7=_0x3504fa;return{'id':_0x46cb6c[_0x330770(0x1d8)],'text':_0x46cb6c['text'],'keyword':_0x46cb6c['keyword'],'started_at':_0x46cb6c['startedAt']['toISOString'](),'result':_0x2f61d7[_0x330770(0x1f4)]};}[a4_0x18e320(0x278)](_0x22038a){const _0x1fb877=a4_0x18e320,_0x1dcc18={'yOfim':function(_0x51d909){return _0x51d909();}};!this[_0x1fb877(0x18f)][_0x1fb877(0x25b)]&&(this['currentTest'][_0x1fb877(0x25b)]=[]),!_0x22038a[_0x1fb877(0x1d8)]&&(_0x22038a[_0x1fb877(0x1d8)]=_0x1dcc18[_0x1fb877(0x252)](uuidv4),_0x22038a[_0x1fb877(0x1bc)]=new Date(),this[_0x1fb877(0x18f)]['bddSteps'][_0x1fb877(0x263)](this[_0x1fb877(0x192)](_0x22038a)));}[a4_0x18e320(0x262)](_0x137c5b){const _0x1640f=a4_0x18e320,_0x4d01d9={'vYQrI':function(_0x41963d,_0x20768b){return _0x41963d(_0x20768b);},'mrZAP':_0x1640f(0x1ca),'AxtNN':_0x1640f(0x223),'xPFGY':_0x1640f(0x23a),'FybnR':function(_0x3ff722,_0x226a34){return _0x3ff722-_0x226a34;}};let _0x5164de=this[_0x1640f(0x18f)]['bddSteps'][_0x1640f(0x211)](_0xc2cf0c=>_0xc2cf0c['id']===_0x137c5b[_0x1640f(0x1d8)]);_0x4d01d9[_0x1640f(0x1f3)](isUndefined,_0x5164de)&&(_0x5164de=this[_0x1640f(0x192)](_0x137c5b)),_0x5164de[_0x1640f(0x1df)]=[_0x4d01d9[_0x1640f(0x229)],_0x4d01d9[_0x1640f(0x198)]]['includes'](_0x137c5b[_0x1640f(0x1bb)])?_0x4d01d9[_0x1640f(0x272)]:_0x137c5b[_0x1640f(0x1bb)],_0x5164de[_0x1640f(0x21e)]=new Date()[_0x1640f(0x24e)](),_0x5164de[_0x1640f(0x1fc)]=_0x4d01d9['FybnR'](Date[_0x1640f(0x280)](),_0x137c5b['startedAt'][_0x1640f(0x222)]()),_0x5164de[_0x1640f(0x217)]=_0x137c5b[_0x1640f(0x240)]?_0x137c5b['err'][_0x1640f(0x19b)]:null;}}const a4_0x4edb8e={};a4_0x4edb8e['O11yHelper']=O11yHelper,a4_0x4edb8e[a4_0x18e320(0x1ad)]=STATE_PASSED,a4_0x4edb8e[a4_0x18e320(0x1a5)]=STATE_FAILED,a4_0x4edb8e[a4_0x18e320(0x194)]=TEST_EVENTS,module['exports']=a4_0x4edb8e;
1
+ const a4_0x5b7f31=a4_0x55d8;function a4_0x538b(){const _0x145cfc=['cqshs','../../helpers/test-observability/utils','BROWSERSTACK','pcAoS','failure_backtrace','10362HgHQYf','split','accessibilityPlatform','finished','driver','RlWcY','ZlmuL','stringify','168ycsTZL','winstonLogger','tgUqY','fireEvent','join','13377348eomxZk','TestRunSkipped','CODECEPT','inspect','_beforeEach','hook_run','SfiLm','toUpperCase','STATE_FAILED','nOzrT','string','SYgpE','_paths','\x20with\x20error\x20:\x20','yibEe','../utils/constants','backtrace','Ccwbf','gBipL','TAckh','AcRfh','_testEnv','TEST_RUN_STARTED','O11yHelper','markedStatus','../../helpers/testhub/utils.js','TestRunFinished','ctx','frameworkName','1197084VKTaBC','errorsDetailed','skipped','match','pid','getRootParentFile','browserType.js','enabled','shutdown','suites','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','LogCreated','integrations','HbHUv','text','TEST_RUN_FINISHED','jCjrY','push','bddSteps','finished_at','HookRunStarted','sdQAQ','getTime','gysfo','./helper.js','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','connectOverCDP','started','statSync','rAivT','cUBbF','VXPYw','expanded','__platformCaps','ylXth','RNUjz','test_run_uuid','SqQSh','LgMtv','captureEvent','pending','fXEnI','testAnalyticsId','rcewU','381731jPDOUn','Yliuc','vqNTR','tags','util','GdbJz','config','FEWOD','cyzxI','failureData','PdCry','_afterAll','__cloud_provider___','PathHelper','retryOf','bs:addLog:','launch','CIquD','fullTitle','wsEndpoint','now','../../helpers/logger','includes','defineProperty','err','sendCBTInfo','getHooksForTest','abEbC','patchConsoleLogger','wlxwu','getCBTInfo','vsqRN','location_prefix','hook_run_uuid','RxKHV','TEST_REPORTING_ANALYTICS','828516TnJTZf','stepAnalyticsId','mapTestHooks','EIYdB','vlVPG','gfuiy','_afterEach','name','failure','hook','../../helpers/helper','1017oAYlkl','currentHook','event_type','getFailureType','stop','message','findGitConfig','appendTestItemLog','IfXjA','hooks','EHZfC','XTEbA','1236927jjkzkG','../playwright/accessibility-helper','VYBkM','uCPAW','uploadEventData','groups','ZJHYC','parent','CBTSessionCreated','concat','test','file','meta','uVNlx','qlAgG','status','_beforeAll','duration','test_run','Failed\x20to\x20parse\x20wsendpoint\x20','TEST_RUN_SKIPPED','apply','dirname','failed','GCnCW','qdgby','File\x20path\x20could\x20not\x20be\x20found','BwkDx','nbYno','SxZhx','getHierarchy','removeAllListeners','XlbtZ','Playwright','connect','toLowerCase','javascript','TIJCX','../mocha/test-observability/mochaUtils','MxIsw','client','start','toISOString','resetSkipTestHooks','initializeBddStep','15wOwtNj','length','type','Pxjho','RmwIQ','body','IUfGc','../../helpers/test-observability/sessionHandler','passed','tOpde','xwBXA','startedAt','FAAbg','29880770TAOkfz','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','then','PLAYWRIGHT_HUB_URL','.git','bind','inTtd','Not\x20able\x20to\x20import\x20Browser','HOOK_RUN_STARTED','bqGAi','1|5|0|4|3|2','HookRunFinished','hbNfk','DjcXu','success','zFpEC','MNwcz','rLqZF','exports','result','toString','frpQL','../playwright/sessionDetails','hook_type','replace','keyword','TEST_EVENTS','sep','forEach','ThDoy','tLYtI','EeRWS','QYXeG','title','gZPtK','feature','debug','BrowserType','LdwHl','failure_reason_expanded','cwd','YcfCK','obsBrowserTypeMockApplied','hwtUs','currentTest','hookAnalyticsId','tbMuk','comment','Oqhwb','HOOK_RUN_FINISHED','../../helpers/test-observability/requestQueueHandler','prefixTestPath','uKhCb'];a4_0x538b=function(){return _0x145cfc;};return a4_0x538b();}function a4_0x55d8(_0x2a7619,_0x543dc9){const _0x538b99=a4_0x538b();return a4_0x55d8=function(_0x55d884,_0x3c6e35){_0x55d884=_0x55d884-0xeb;let _0x2df1c1=_0x538b99[_0x55d884];return _0x2df1c1;},a4_0x55d8(_0x2a7619,_0x543dc9);}(function(_0x207477,_0x44be10){const _0x545a4=a4_0x55d8,_0x355a4d=_0x207477();while(!![]){try{const _0x4a5826=-parseInt(_0x545a4(0x151))/0x1+-parseInt(_0x545a4(0x1c5))/0x2*(-parseInt(_0x545a4(0x145))/0x3)+-parseInt(_0x545a4(0x1ef))/0x4+parseInt(_0x545a4(0x17e))/0x5*(parseInt(_0x545a4(0x13a))/0x6)+parseInt(_0x545a4(0x116))/0x7*(-parseInt(_0x545a4(0x1cd))/0x8)+-parseInt(_0x545a4(0x1d2))/0x9+parseInt(_0x545a4(0x18b))/0xa;if(_0x4a5826===_0x44be10)break;else _0x355a4d['push'](_0x355a4d['shift']());}catch(_0x252a24){_0x355a4d['push'](_0x355a4d['shift']());}}}(a4_0x538b,0xf1ed3));const path=require('path'),fs=require('fs'),{v4:uuidv4}=require('uuid'),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x5b7f31(0x144)),testOpsHelper=require(a4_0x5b7f31(0x1c1)),{getTestEnv}=require(a4_0x5b7f31(0x177)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),logger=require(a4_0x5b7f31(0x12b))[a4_0x5b7f31(0x1ce)],SessionHandler=require(a4_0x5b7f31(0x185)),RequestQueueHandler=require(a4_0x5b7f31(0x1bd)),PlaywrightSessionDetails=require(a4_0x5b7f31(0x1a1)),debug=testOpsHelper[a4_0x5b7f31(0x1af)],{processAccessibilityCaps}=require(a4_0x5b7f31(0x152)),Constants=require(a4_0x5b7f31(0x1e1)),{fetchPlatformDetails}=require(a4_0x5b7f31(0x102)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x5b7f31(0x1eb)),constants=require(a4_0x5b7f31(0x1e1)),STATE_PASSED=a4_0x5b7f31(0x186),STATE_FAILED=a4_0x5b7f31(0x168),a4_0x5c7208={};a4_0x5c7208[a4_0x5b7f31(0x1e8)]='TestRunStarted',a4_0x5c7208[a4_0x5b7f31(0xf9)]=a4_0x5b7f31(0x1ec),a4_0x5c7208[a4_0x5b7f31(0x165)]=a4_0x5b7f31(0x1d3),a4_0x5c7208[a4_0x5b7f31(0x193)]=a4_0x5b7f31(0xfe),a4_0x5c7208[a4_0x5b7f31(0x1bc)]=a4_0x5b7f31(0x196);const TEST_EVENTS=a4_0x5c7208,parseEvent=_0xda3c5d=>{const _0x3f8798=a4_0x5b7f31,_0x544ab8={};_0x544ab8[_0x3f8798(0x1cb)]=function(_0x1259f0,_0x3631e9){return _0x1259f0<_0x3631e9;},_0x544ab8[_0x3f8798(0x184)]=function(_0x5e8c23,_0x285a91){return _0x5e8c23===_0x285a91;},_0x544ab8[_0x3f8798(0x188)]=_0x3f8798(0x15b),_0x544ab8['tgUqY']=function(_0x6fc5a3,_0x108b56){return _0x6fc5a3===_0x108b56;},_0x544ab8['gBipL']=_0x3f8798(0x143),_0x544ab8['DjLon']=_0x3f8798(0xec),_0x544ab8[_0x3f8798(0x109)]=_0x3f8798(0x105),_0x544ab8[_0x3f8798(0x169)]=function(_0x49e9de,_0x3891a4){return _0x49e9de===_0x3891a4;},_0x544ab8[_0x3f8798(0x138)]='finished';const _0x2164a0=_0x544ab8,_0x55468c=_0xda3c5d[_0x3f8798(0xed)](/^(.*)Run(.*)$/);if(!_0x55468c)return null;if(_0x2164a0['ZlmuL'](_0x55468c[_0x3f8798(0x17f)],0x3))return null;const _0x5294df=_0x55468c[0x1][_0x3f8798(0x174)](),_0x265b8c=_0x55468c[0x2][_0x3f8798(0x174)]();return{'test':_0x2164a0[_0x3f8798(0x184)](_0x5294df,_0x2164a0[_0x3f8798(0x188)]),'hook':_0x2164a0[_0x3f8798(0x1cf)](_0x5294df,_0x2164a0[_0x3f8798(0x1e4)]),'skipped':_0x2164a0[_0x3f8798(0x184)](_0x265b8c,_0x2164a0['DjLon']),'started':_0x2164a0['tgUqY'](_0x265b8c,_0x2164a0[_0x3f8798(0x109)]),'finished':_0x2164a0['GCnCW'](_0x265b8c,_0x2164a0[_0x3f8798(0x138)])};},mockPWBrowserType=_0x2ee43f=>{const _0x522ff9=a4_0x5b7f31,_0xb6c49a={'tOpde':function(_0x550ff9,_0x3fa2f5){return _0x550ff9===_0x3fa2f5;},'YVtTf':_0x522ff9(0x1dc),'Pxjho':function(_0x530ee5,_0x5f47e1,_0x7000bf){return _0x530ee5(_0x5f47e1,_0x7000bf);},'nOzrT':_0x522ff9(0x129),'LdwHl':function(_0x462419,_0x4216b6){return _0x462419(_0x4216b6);},'cyzxI':'browserstack','sdQAQ':function(_0x4e7456,_0x25eb53){return _0x4e7456(_0x25eb53);},'rAivT':'lib','BwkDx':_0x522ff9(0x179),'vqNTR':_0x522ff9(0xf0),'myuIv':_0x522ff9(0x192),'abgqH':_0x522ff9(0x173),'uCPAW':_0x522ff9(0x126)},_0x1863ef=path[_0x522ff9(0x1d1)](_0xb6c49a[_0x522ff9(0x107)],_0xb6c49a[_0x522ff9(0x16c)],_0xb6c49a[_0x522ff9(0x118)]),_0x12bdea=_0xb6c49a[_0x522ff9(0x1b1)](importFileFromPWCore,_0x1863ef);if(!_0x12bdea){_0xb6c49a[_0x522ff9(0x1b1)](debug,_0xb6c49a['myuIv']);return;}const _0x4718f9=_0x12bdea[_0x522ff9(0x1b0)],_0xcc7e6e=_0x4718f9['prototype'];if(_0xcc7e6e[_0x522ff9(0x1b5)])return;const _0x2a5f7b=_0xcc7e6e[_0x522ff9(0x173)];Object[_0x522ff9(0x12d)](_0xcc7e6e,_0xb6c49a['abgqH'],{'get':function(){const _0x2bc620=_0x522ff9,_0x3e35c0={'SbjtZ':function(_0x374a33,_0x1c2ff9){const _0x535042=a4_0x55d8;return _0xb6c49a[_0x535042(0x187)](_0x374a33,_0x1c2ff9);},'rcewU':_0xb6c49a['YVtTf'],'ZJHYC':function(_0x26df6d,_0x294a74,_0x4bb805){const _0x334626=a4_0x55d8;return _0xb6c49a[_0x334626(0x181)](_0x26df6d,_0x294a74,_0x4bb805);},'kfPHc':_0xb6c49a[_0x2bc620(0x1db)],'Yliuc':function(_0x24ad90,_0x1060af){const _0x1f22f6=_0x2bc620;return _0xb6c49a[_0x1f22f6(0x1b1)](_0x24ad90,_0x1060af);},'XTEbA':_0xb6c49a[_0x2bc620(0x11e)],'MxIsw':function(_0x3ca238,_0xbdcf6a){const _0x392c80=_0x2bc620;return _0xb6c49a[_0x392c80(0xff)](_0x3ca238,_0xbdcf6a);}};return async function _0x1667eb(_0x3fd587,_0x243158){const _0x2a88db=_0x2bc620,_0x3e0b20={'ATzEw':function(_0x3aa2c2,_0x180c07){return _0x3e35c0['SbjtZ'](_0x3aa2c2,_0x180c07);},'cqshs':_0x3e35c0[_0x2a88db(0x115)]},_0x20b44e=_0x3e35c0[_0x2a88db(0x157)](nestedKeyValue,_0x3fd587,[_0x3e35c0['kfPHc']])||_0x3fd587;let _0x46b4e9=null,_0x398d29=null;try{[_0x398d29,_0x46b4e9]=_0x20b44e?_0x3e35c0[_0x2a88db(0x117)](parseWSEndpoint,_0x20b44e):[null,null],global[_0x2a88db(0x10b)]=_0x46b4e9,logger[_0x2a88db(0x1af)]('Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20'+_0x398d29),_0x398d29['includes'](Constants[_0x2a88db(0x1c2)])&&(global[_0x2a88db(0x122)]=_0x3e35c0[_0x2a88db(0x150)]);}catch(_0x574275){logger[_0x2a88db(0x1af)](_0x2a88db(0x164)+_0x20b44e+'\x20'+_0x574275);}_0x3e35c0[_0x2a88db(0x157)](processAccessibilityCaps,_0x46b4e9,_0x398d29);if(global[_0x2a88db(0x1c7)]){const _0x12506e=await _0xcc7e6e[_0x2a88db(0x104)][_0x2a88db(0x166)](this,[''+Constants[_0x2a88db(0x18e)]+_0x3e35c0[_0x2a88db(0x178)](encodeURIComponent,JSON[_0x2a88db(0x1cc)](_0x46b4e9))]);return PlaywrightSessionDetails['setupBrowserDetails'](_0x12506e,_0x2ee43f,_0x20b44e),_0x12506e;}return _0x2a5f7b[_0x2a88db(0x166)](this,arguments)[_0x2a88db(0x18d)](_0x2454ad=>{const _0x38b3d7=_0x2a88db;let _0x14de66=_0x3fd587[_0x38b3d7(0x129)];return _0x3e0b20['ATzEw'](typeof _0x3fd587,_0x3e0b20[_0x38b3d7(0x1c0)])&&(_0x14de66=_0x3fd587),PlaywrightSessionDetails['setupBrowserDetails'](_0x2454ad,_0x2ee43f,_0x14de66),_0x2454ad;});};}});const _0x1b6555=_0xcc7e6e[_0x522ff9(0x126)];Object[_0x522ff9(0x12d)](_0xcc7e6e,_0xb6c49a[_0x522ff9(0x154)],{'get':function(){return async function _0x399ed2(){const _0x45b924=a4_0x55d8;return _0x1b6555[_0x45b924(0x166)](this,arguments)[_0x45b924(0x18d)](_0x574dc2=>{return PlaywrightSessionDetails['setupBrowserDetails'](_0x574dc2,null),_0x574dc2;});};}});};class O11yHelper{[a4_0x5b7f31(0x1b7)]=null;['currentHook']=null;[a4_0x5b7f31(0xf1)]=![];['frameworkName']=![];constructor(_0x140853,_0x3359e5){const _0x317734=a4_0x5b7f31,_0x49e362={'VCBrF':_0x317734(0x195),'inTtd':function(_0x2f7f98){return _0x2f7f98();},'MNwcz':function(_0x5dff5e,_0x47ac9c){return _0x5dff5e===_0x47ac9c;},'gfuiy':_0x317734(0x172),'EHZfC':function(_0x4ad9bf,_0x15fe94){return _0x4ad9bf(_0x15fe94);},'frpQL':function(_0x19f8da){return _0x19f8da();}},_0x5d7a3a=_0x49e362['VCBrF'][_0x317734(0x1c6)]('|');let _0x5a0561=0x0;while(!![]){switch(_0x5d7a3a[_0x5a0561++]){case'0':this[_0x317734(0x1c9)]=_0x140853;continue;case'1':this[_0x317734(0xf1)]=_0x49e362[_0x317734(0x191)](shouldProcessEventForTesthub);continue;case'2':this['driver']&&_0x49e362[_0x317734(0x19b)](this['driver']['constructor'][_0x317734(0x141)],_0x49e362[_0x317734(0x13f)])&&_0x49e362[_0x317734(0x14f)](mockPWBrowserType,null);continue;case'3':this[_0x317734(0x1de)]=new testOpsHelper[(_0x317734(0x123))]({'cwd':process[_0x317734(0x1b3)]()},this[_0x317734(0x1e7)][_0x317734(0x136)]);continue;case'4':this[_0x317734(0x1e7)]=_0x49e362[_0x317734(0x1a0)](getTestEnv);continue;case'5':this['frameworkName']=_0x3359e5[_0x317734(0x1ee)];continue;}break;}}[a4_0x5b7f31(0x17a)](){const _0x4d61d0=a4_0x5b7f31;if(!this[_0x4d61d0(0xf1)])return;testOpsHelper[_0x4d61d0(0x132)](),process[_0x4d61d0(0x170)](_0x4d61d0(0x125)+process[_0x4d61d0(0xee)]),process['on'](_0x4d61d0(0x125)+process[_0x4d61d0(0xee)],this[_0x4d61d0(0x14c)][_0x4d61d0(0x190)](this));}async[a4_0x5b7f31(0x149)](){const _0x5c1bcd=a4_0x5b7f31;await RequestQueueHandler['getInstance']()[_0x5c1bcd(0xf2)]();}async['appendTestItemLog'](_0x1ff2ac){const _0x3d1a67=a4_0x5b7f31,_0x46d02a={'ihsDU':_0x3d1a67(0xf5),'hbNfk':function(_0x111e68,_0x1e455a){return _0x111e68(_0x1e455a);}};try{this[_0x3d1a67(0x146)]&&!this[_0x3d1a67(0x146)][_0x3d1a67(0x1ea)]&&(_0x1ff2ac['hook_run_uuid']=this[_0x3d1a67(0x146)][_0x3d1a67(0x1b8)]);!_0x1ff2ac['hook_run_uuid']&&this[_0x3d1a67(0x1b7)]&&!this[_0x3d1a67(0x1b7)][_0x3d1a67(0x1ea)]&&(_0x1ff2ac[_0x3d1a67(0x10e)]=this[_0x3d1a67(0x1b7)][_0x3d1a67(0x114)]);if(_0x1ff2ac[_0x3d1a67(0x137)]||_0x1ff2ac[_0x3d1a67(0x10e)]){const _0x21bccc={};_0x21bccc['event_type']=_0x46d02a['ihsDU'],_0x21bccc['logs']=[_0x1ff2ac],await SessionHandler['uploadEventData'](_0x21bccc);}}catch(_0x445292){_0x46d02a[_0x3d1a67(0x197)](debug,_0x3d1a67(0x18c)+constants[_0x3d1a67(0x139)]+_0x3d1a67(0x1df)+_0x445292);}}async[a4_0x5b7f31(0x12f)](_0x25d577){const _0x30855e=a4_0x5b7f31,_0x152734={'RmwIQ':_0x30855e(0x159),'UNqyG':function(_0x216fdf,_0x2bb87b){return _0x216fdf(_0x2bb87b);}};if(!this[_0x30855e(0xf1)])return;const _0x4de133=this[_0x30855e(0x134)](this[_0x30855e(0x1c9)]);try{const _0x1b0e92={};_0x1b0e92['uuid']=_0x25d577,_0x1b0e92[_0x30855e(0xf6)]=_0x4de133;const _0x50b880=_0x1b0e92,_0x1c3b5c={};_0x1c3b5c[_0x30855e(0x147)]=_0x152734[_0x30855e(0x182)],_0x1c3b5c[_0x30855e(0x163)]=_0x50b880,await SessionHandler[_0x30855e(0x155)](_0x1c3b5c);}catch(_0x3add8c){_0x152734['UNqyG'](debug,_0x30855e(0xf4)+constants[_0x30855e(0x139)]+_0x30855e(0x1df)+_0x3add8c);}}['getCBTInfo'](_0x21b897){const _0x4a53af=a4_0x5b7f31,_0x4a390f={'vsqRN':function(_0x356359,_0x178558){return _0x356359(_0x178558);}};return _0x4a390f[_0x4a53af(0x135)](fetchPlatformDetails,_0x21b897);}['resetSkipTestHooks']=_0x2de31c=>{const _0x25d633=a4_0x5b7f31,_0x1a7e51={};_0x1a7e51['SqQSh']=_0x25d633(0x1d6),_0x1a7e51['ZYTpj']=_0x25d633(0x140);const _0xa26b33=_0x1a7e51;if(!_0x2de31c||!_0x2de31c[_0x25d633(0x158)])return;[_0xa26b33[_0x25d633(0x10f)],_0xa26b33['ZYTpj']][_0x25d633(0x1a7)](_0x9a418=>{const _0x394fa9=_0x25d633,_0x2827fc=_0x2de31c[_0x394fa9(0x158)][_0x9a418];_0x2827fc[_0x394fa9(0x1a7)](_0x181109=>{const _0x1c9766=_0x394fa9;_0x181109[_0x1c9766(0x1b8)]&&(_0x181109[_0x1c9766(0x1b8)]=null);});});};[a4_0x5b7f31(0x13c)](_0x24ae06){const _0x3b6fc8=a4_0x5b7f31,_0x490486={'gysfo':'codeceptjs','yibEe':function(_0xc44134){return _0xc44134();},'ylXth':function(_0x12cfb4,_0x46442b){return _0x12cfb4===_0x46442b;},'FAAbg':'_afterEach','QYXeG':function(_0x19d329){return _0x19d329();},'GdbJz':_0x3b6fc8(0x161),'abEbC':_0x3b6fc8(0x121),'DjcXu':_0x3b6fc8(0x1d6)};if(!_0x24ae06||!_0x24ae06[_0x3b6fc8(0x158)])return;[_0x490486[_0x3b6fc8(0x11b)],_0x490486[_0x3b6fc8(0x131)],_0x490486[_0x3b6fc8(0x198)],_0x490486[_0x3b6fc8(0x18a)]]['forEach'](_0x198e53=>{const _0xd13d0a=_0x3b6fc8,_0x4f989b={'AcRfh':_0x490486[_0xd13d0a(0x101)],'uVNlx':function(_0x443a07){const _0x1963e1=_0xd13d0a;return _0x490486[_0x1963e1(0x1e0)](_0x443a07);},'pcAoS':function(_0x238d15,_0x278e89){const _0x501759=_0xd13d0a;return _0x490486[_0x501759(0x10c)](_0x238d15,_0x278e89);},'bqGAi':_0x490486[_0xd13d0a(0x18a)],'EeRWS':function(_0x53e3a6){const _0x4d491c=_0xd13d0a;return _0x490486[_0x4d491c(0x1ab)](_0x53e3a6);}},_0x12bf07=_0x24ae06[_0xd13d0a(0x158)][_0x198e53]||[];_0x12bf07['forEach'](_0xb506da=>{const _0x5c327a=_0xd13d0a;if(_0xb506da[_0x5c327a(0x1ac)][_0x5c327a(0x12c)](_0x4f989b[_0x5c327a(0x1e6)]))return;if(!_0xb506da['hookAnalyticsId'])_0xb506da[_0x5c327a(0x1b8)]=_0x4f989b[_0x5c327a(0x15e)](uuidv4);else _0xb506da[_0x5c327a(0x1ea)]&&_0x4f989b[_0x5c327a(0x1c3)](_0x198e53,_0x4f989b[_0x5c327a(0x194)])&&(_0xb506da[_0x5c327a(0x1b8)]=_0x4f989b[_0x5c327a(0x1aa)](uuidv4),delete _0xb506da[_0x5c327a(0x1ea)]);});}),this[_0x3b6fc8(0x13c)](_0x24ae06[_0x3b6fc8(0x158)]);}[a4_0x5b7f31(0x130)](_0x3244d7){const _0x58c2b4=a4_0x5b7f31,_0x4c7f4e={};_0x4c7f4e[_0x58c2b4(0x1e3)]=_0x58c2b4(0x161),_0x4c7f4e['tLYtI']=_0x58c2b4(0x121),_0x4c7f4e[_0x58c2b4(0x1b9)]='_beforeEach',_0x4c7f4e['TAckh']='_afterEach';const _0x42c1f1=_0x4c7f4e;if(!_0x3244d7||!_0x3244d7['parent'])return[];const _0x72492f=[];return[_0x42c1f1[_0x58c2b4(0x1e3)],_0x42c1f1[_0x58c2b4(0x1a9)],_0x42c1f1[_0x58c2b4(0x1b9)],_0x42c1f1[_0x58c2b4(0x1e5)]][_0x58c2b4(0x1a7)](_0x249429=>{const _0x5656a1=_0x58c2b4,_0x3b33b6=_0x3244d7[_0x5656a1(0x158)][_0x249429]||[];_0x3b33b6[_0x5656a1(0x1a7)](_0x3a63b1=>{const _0x17600a=_0x5656a1;_0x3a63b1[_0x17600a(0x1b8)]&&_0x72492f[_0x17600a(0xfb)](_0x3a63b1[_0x17600a(0x1b8)]);});}),[][_0x58c2b4(0x15a)](_0x72492f,this['getHooksForTest'](_0x3244d7[_0x58c2b4(0x158)]));}['getHookType'](_0x10dfcd){const _0x233bf3=a4_0x5b7f31,_0x14d7ba=/^"(?<hook>.*)" hook:.*$/,_0x3c911f=_0x10dfcd[_0x233bf3(0x1ac)],_0x3b0640=_0x3c911f['match'](_0x14d7ba);if(_0x3b0640&&_0x3b0640['groups'])return _0x3b0640[_0x233bf3(0x156)]['hook'][_0x233bf3(0x1d9)]()[_0x233bf3(0x1a3)]('\x20','_');return null;}[a4_0x5b7f31(0x14b)](_0x5bc126){const _0xe50357=a4_0x5b7f31,_0xa26bd1={};_0xa26bd1[_0xe50357(0x13d)]=function(_0x278bb1,_0x56f2eb){return _0x278bb1===_0x56f2eb;},_0xa26bd1[_0xe50357(0x14d)]=function(_0x3def6b,_0x4fa047){return _0x3def6b===_0x4fa047;},_0xa26bd1[_0xe50357(0x153)]=function(_0x224ed3,_0x2ed54b){return _0x224ed3===_0x2ed54b;},_0xa26bd1[_0xe50357(0x1bb)]=function(_0x13246c,_0x28246b){return _0x13246c===_0x28246b;},_0xa26bd1[_0xe50357(0x1b4)]=_0xe50357(0x18f),_0xa26bd1[_0xe50357(0x10d)]=_0xe50357(0x11c);const _0x18c82d=_0xa26bd1,_0x514412=path[_0xe50357(0x1a6)];if(_0x18c82d['EIYdB'](_0x5bc126,null)||_0x18c82d[_0xe50357(0x14d)](_0x5bc126,'')||_0x18c82d[_0xe50357(0x153)](_0x5bc126,_0x514412)||_0x18c82d[_0xe50357(0x1bb)](_0x5bc126,path[_0xe50357(0x167)](_0x5bc126)))return null;try{return fs[_0xe50357(0x106)](path[_0xe50357(0x1d1)](_0x5bc126,_0x18c82d[_0xe50357(0x1b4)],_0x18c82d[_0xe50357(0x10d)])),_0x5bc126;}catch(_0x59642e){const _0x77e64b=path['dirname'](_0x5bc126);return this[_0xe50357(0x14b)](_0x77e64b);}}[a4_0x5b7f31(0xef)](_0x197db4){const _0x387f9d=a4_0x5b7f31,_0x531d6e={};_0x531d6e['TwPUL']=function(_0x3fa41e,_0xc5835c){return _0x3fa41e>_0xc5835c;};const _0x34b840=_0x531d6e;if(_0x197db4[_0x387f9d(0x15c)])return _0x197db4[_0x387f9d(0x15c)];if(_0x197db4[_0x387f9d(0x1ed)]){const _0x5a8e3e=_0x197db4[_0x387f9d(0x1ed)][_0x387f9d(0x1b7)]?this['getRootParentFile'](_0x197db4[_0x387f9d(0x1ed)]['currentTest']):null;if(_0x5a8e3e)return _0x5a8e3e;}if(_0x197db4['parent']){const _0x2be961=this['getRootParentFile'](_0x197db4[_0x387f9d(0x158)])||(_0x197db4[_0x387f9d(0x158)]['ctx']&&_0x197db4['parent'][_0x387f9d(0x1ed)][_0x387f9d(0x1b7)]?this[_0x387f9d(0xef)](_0x197db4[_0x387f9d(0x158)]['ctx'][_0x387f9d(0x1b7)]):null);if(_0x2be961)return _0x2be961;_0x197db4['parent'][_0x387f9d(0xf3)]&&_0x34b840['TwPUL'](_0x197db4[_0x387f9d(0x158)][_0x387f9d(0xf3)][_0x387f9d(0x17f)],0x0)&&_0x197db4[_0x387f9d(0x158)]['suites'][_0x387f9d(0x1a7)](_0x441147=>{const _0x18fab7=_0x387f9d,_0x550ac2=_0x441147[_0x18fab7(0x1ed)]?this['getRootParentFile'](_0x441147[_0x18fab7(0x1ed)]):null;if(_0x550ac2)return _0x550ac2;});}return null;}[a4_0x5b7f31(0x16f)](_0x15fb91){const _0x4f974c=a4_0x5b7f31,_0x2b4db3={};_0x2b4db3['hwtUs']=function(_0x122d72,_0x2aa12e){return _0x122d72!==_0x2aa12e;};const _0x2d970=_0x2b4db3,_0x4446e2=[];if(_0x15fb91&&_0x15fb91[_0x4f974c(0x158)]){let _0x387f79=_0x15fb91[_0x4f974c(0x158)];while(_0x387f79&&_0x2d970[_0x4f974c(0x1b6)](_0x387f79[_0x4f974c(0x1ac)],'')){_0x4446e2[_0x4f974c(0xfb)](_0x387f79[_0x4f974c(0x1ac)]),_0x387f79=_0x387f79[_0x4f974c(0x158)];}}return _0x4446e2;}[a4_0x5b7f31(0x111)](_0x31590f,_0xd84428,_0x222d6a=undefined){const _0xb9c47c=a4_0x5b7f31,_0x372bb2={'jCjrY':function(_0x2acf70,_0x430660){return _0x2acf70(_0x430660);},'TIJCX':function(_0x283f0e){return _0x283f0e();},'SxZhx':function(_0x4306f1){return _0x4306f1();},'yYiyf':function(_0x256aab,_0x19aef4){return _0x256aab(_0x19aef4);},'fPPsm':_0xb9c47c(0x11a),'PRXHK':'err','RlWcY':function(_0x1d2048,_0x3fe04d){return _0x1d2048!==_0x3fe04d;},'NLzAN':_0xb9c47c(0x16b),'CIquD':_0xb9c47c(0x112),'qdgby':'failed','ThDoy':_0xb9c47c(0x186),'SYgpE':'skipped','fXEnI':_0xb9c47c(0x175),'gZPtK':function(_0x40bb55,_0x292cf4){return _0x40bb55-_0x292cf4;},'cUBbF':function(_0x4e9d68,_0xca10bb,_0x2187d2,_0x49802c,_0x1d2eb8){return _0x4e9d68(_0xca10bb,_0x2187d2,_0x49802c,_0x1d2eb8);},'SfiLm':function(_0x32d89b,_0x510e66){return _0x32d89b!==_0x510e66;},'FEWOD':_0xb9c47c(0xf6),'zFpEC':_0xb9c47c(0x15d),'HbHUv':_0xb9c47c(0x142),'uKhCb':_0xb9c47c(0x1c4),'PdCry':_0xb9c47c(0x1e2),'pocJt':_0xb9c47c(0x1b2),'eYkse':_0xb9c47c(0x10a),'gKfFT':function(_0xf31b0b,_0x1390d2){return _0xf31b0b===_0x1390d2;},'XlbtZ':_0xb9c47c(0x1d7),'HjKyb':'test_run'};if(!this[_0xb9c47c(0xf1)])return;try{if(_0xd84428['fn']&&_0xd84428['fn'][_0xb9c47c(0x19f)]()['match'](/browserstack internal helper hook/))return;const _0x453df0=_0x372bb2[_0xb9c47c(0xfa)](parseEvent,_0x31590f);if(!_0x453df0)return;if(_0x453df0[_0xb9c47c(0x15b)]){this[_0xb9c47c(0x1b7)]=_0xd84428,this[_0xb9c47c(0x146)]=null;if(_0x453df0['started']||_0x453df0[_0xb9c47c(0xec)]){_0xd84428[_0xb9c47c(0x189)]=new Date(),_0xd84428['markedStatus']=![];if(!_0xd84428[_0xb9c47c(0x114)])_0xd84428[_0xb9c47c(0x114)]=_0x372bb2[_0xb9c47c(0x176)](uuidv4);else _0xd84428[_0xb9c47c(0x1ea)]&&(!_0xd84428[_0xb9c47c(0x124)]&&(_0xd84428[_0xb9c47c(0x124)]=_0xd84428[_0xb9c47c(0x114)]),_0xd84428[_0xb9c47c(0x114)]=_0x372bb2[_0xb9c47c(0x16e)](uuidv4));}}else{if(_0x453df0[_0xb9c47c(0x143)]){this[_0xb9c47c(0x146)]=_0xd84428;if(_0x453df0[_0xb9c47c(0x105)]){_0xd84428[_0xb9c47c(0x189)]=new Date(),_0xd84428[_0xb9c47c(0x1ea)]=![];if(!_0xd84428['hookAnalyticsId'])_0xd84428[_0xb9c47c(0x1b8)]=_0x372bb2['TIJCX'](uuidv4);else _0xd84428[_0xb9c47c(0x1b8)]&&_0xd84428[_0xb9c47c(0x1ea)]&&(_0xd84428['hookAnalyticsId']=_0x372bb2[_0xb9c47c(0x176)](uuidv4));}}}if(_0x453df0[_0xb9c47c(0x1c8)]&&_0xd84428['markedStatus'])return;let _0x5f2c47;try{_0x5f2c47=this[_0xb9c47c(0xef)](_0xd84428);}catch(_0x131e64){logger['debug']('failed\x20to\x20get\x20root\x20parent\x20file\x20'+_0x131e64),_0x5f2c47=null;}const _0x55525f=_0x372bb2['yYiyf'](require,_0x372bb2['fPPsm']);let _0x597a75=[];_0x222d6a&&(_0x597a75=[_0x222d6a,_0x372bb2['PRXHK']]);const _0x5cbb5e=_0x372bb2[_0xb9c47c(0x1ca)](_0xd84428[_0xb9c47c(0xeb)],undefined)?_0x55525f[_0xb9c47c(0x1d5)](_0xd84428[_0xb9c47c(0xeb)][0x0]):_0x372bb2[_0xb9c47c(0x1ca)](_0x222d6a,undefined)?_0x222d6a[_0xb9c47c(0x19f)]():undefined,_0x180e4c=_0x5f2c47?this[_0xb9c47c(0x14b)](_0x5f2c47):null,_0x25184a=_0x5f2c47?this['_paths'][_0xb9c47c(0x1be)](this[_0xb9c47c(0xef)](_0xd84428)):_0x372bb2['NLzAN'];let _0x31cced=_0x372bb2['CIquD'];const _0x408547=!_0x453df0[_0xb9c47c(0x105)]?new Date()[_0xb9c47c(0x17b)]():null;if(_0x453df0[_0xb9c47c(0x1c8)])_0x31cced=_0x222d6a?_0x372bb2[_0xb9c47c(0x16a)]:_0x372bb2[_0xb9c47c(0x1a8)],_0xd84428[_0xb9c47c(0x1ea)]=!![];else _0x453df0[_0xb9c47c(0xec)]&&(_0x31cced=_0x372bb2[_0xb9c47c(0x1dd)],_0xd84428[_0xb9c47c(0x1ea)]=!![]);const _0x277a61={'framework':this[_0xb9c47c(0x1ee)],'uuid':_0xd84428[_0xb9c47c(0x114)]||_0xd84428[_0xb9c47c(0x1b8)],'name':_0xd84428[_0xb9c47c(0x1ac)],'body':{'lang':_0x372bb2[_0xb9c47c(0x113)],'code':_0xd84428['body']['toString']()},'type':_0xd84428[_0xb9c47c(0x180)],'scope':_0xd84428['fullTitle'](),'scopes':this[_0xb9c47c(0x16f)](_0xd84428),'file_name':_0x25184a,'vc_filepath':_0x180e4c?path['relative'](_0x180e4c,_0x5f2c47):null,'location':_0x25184a,'result':_0x31cced,'failure_reason':_0x5cbb5e,'duration_in_ms':_0xd84428['duration']||(_0x453df0[_0xb9c47c(0x1c8)]||_0x453df0['skipped'])?_0x372bb2[_0xb9c47c(0x1ad)](Date[_0xb9c47c(0x12a)](),new Date(_0xd84428[_0xb9c47c(0x189)])['getTime']()):null,'started_at':new Date(_0xd84428['startedAt'])[_0xb9c47c(0x17b)](),'finished_at':_0x408547,'failure':testOpsHelper[_0xb9c47c(0x11f)][_0xb9c47c(0x166)](null,_0x597a75),'failure_type':!_0x5cbb5e?null:testOpsHelper[_0xb9c47c(0x148)](_0x5cbb5e),'retry_of':_0xd84428[_0xb9c47c(0x124)]||null,'tags':_0xd84428[_0xb9c47c(0x119)]||[],'customRerunParam':{'rerun_name':_0xd84428[_0xb9c47c(0x128)]()}};_0x372bb2[_0xb9c47c(0x108)](appendTesthubParams,_0x277a61,_0x31590f,_0xd84428,FRAMEWORKS[_0xb9c47c(0x1d4)]);if(_0x453df0[_0xb9c47c(0x143)])[_0x277a61[_0xb9c47c(0x1a2)],_0x277a61[_0xb9c47c(0x141)]]=[this['getHookType'](_0xd84428),_0xd84428['ctx'][_0xb9c47c(0x15b)][_0xb9c47c(0x1ac)]],_0x453df0[_0xb9c47c(0x1c8)]?_0x372bb2[_0xb9c47c(0x1d8)](_0x277a61[_0xb9c47c(0x19e)],_0x372bb2['qdgby'])&&(_0x277a61[_0xb9c47c(0x19e)]=_0x372bb2[_0xb9c47c(0x1a8)]):_0x277a61[_0xb9c47c(0x183)]={};else _0x453df0[_0xb9c47c(0x15b)]&&(this[_0xb9c47c(0x13c)](_0xd84428),_0x453df0[_0xb9c47c(0xec)]&&this[_0xb9c47c(0x17c)](_0xd84428),(_0x453df0[_0xb9c47c(0x1c8)]||_0x453df0[_0xb9c47c(0xec)])&&(_0x277a61[_0xb9c47c(0x14e)]=this['getHooksForTest'](_0xd84428)));this[_0xb9c47c(0x1c9)]&&(_0x453df0['started']||_0x453df0[_0xb9c47c(0xec)])&&(_0x277a61[_0x372bb2[_0xb9c47c(0x11d)]]=this[_0xb9c47c(0x134)](this[_0xb9c47c(0x1c9)]));_0x453df0[_0xb9c47c(0x15b)]&&_0x453df0[_0xb9c47c(0x1c8)]&&_0xd84428[_0xb9c47c(0xfc)]&&(_0x277a61[_0x372bb2[_0xb9c47c(0x19a)]]={'feature':{'name':_0xd84428['parent'][_0xb9c47c(0x1ae)]['name'],'path':_0x277a61['file_name'],'description':_0xd84428['parent'][_0xb9c47c(0x1ba)]},'scenario':{'name':_0xd84428[_0xb9c47c(0x1ac)]},'steps':_0xd84428[_0xb9c47c(0xfc)]});const _0x883be=_0x277a61[_0x372bb2[_0xb9c47c(0xf7)]][0x0];_0x883be&&(_0x277a61[_0x372bb2[_0xb9c47c(0x1bf)]]=_0x883be[_0x372bb2['PdCry']],_0x277a61[_0x372bb2['pocJt']]=_0x883be[_0x372bb2['eYkse']]);if(_0xd84428['bddSteps'])for(const _0xceafc9 of _0xd84428[_0xb9c47c(0xfc)]){!_0xceafc9[_0xb9c47c(0xfd)]&&(_0xceafc9[_0xb9c47c(0xfd)]=new Date()[_0xb9c47c(0x17b)](),_0x372bb2['gKfFT'](_0xceafc9[_0xb9c47c(0x19e)],_0x372bb2[_0xb9c47c(0x127)])&&(_0x883be?(_0xceafc9[_0xb9c47c(0x19e)]=_0x372bb2[_0xb9c47c(0x16a)],_0xceafc9[_0xb9c47c(0x142)]=_0x883be[_0x372bb2[_0xb9c47c(0x120)]][0x0]):_0xceafc9[_0xb9c47c(0x19e)]=_0x372bb2[_0xb9c47c(0x1a8)]));}const _0x4b12ce={};_0x4b12ce[_0xb9c47c(0x147)]=_0x453df0[_0xb9c47c(0xec)]?TEST_EVENTS[_0xb9c47c(0xf9)]:_0x31590f;const _0x1ba211=_0x4b12ce;return _0x453df0[_0xb9c47c(0x143)]?_0x1ba211[_0x372bb2[_0xb9c47c(0x171)]]=_0x277a61:_0x1ba211[_0x372bb2['HjKyb']]=_0x277a61,_0x1ba211;}catch(_0x353190){logger[_0xb9c47c(0x1af)]('Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0x31590f+_0xb9c47c(0x1df)+_0x353190);}}async[a4_0x5b7f31(0x1d0)](_0x4bfced,_0x51ad81){const _0x575614=a4_0x5b7f31;if(!this[_0x575614(0xf1)]||!_0x51ad81||!_0x4bfced)return![];try{return await SessionHandler[_0x575614(0x155)](_0x51ad81);}catch(_0x4eae47){logger[_0x575614(0x1af)](_0x575614(0x103)+_0x4bfced+_0x575614(0x1df)+_0x4eae47);}}[a4_0x5b7f31(0x17d)](_0x18ea5e){const _0x506dc6=a4_0x5b7f31,_0x3a2d37={};_0x3a2d37[_0x506dc6(0x15f)]=_0x506dc6(0x112);const _0x3d6c0f=_0x3a2d37;return{'id':_0x18ea5e[_0x506dc6(0x13b)],'text':_0x18ea5e[_0x506dc6(0xf8)],'keyword':_0x18ea5e[_0x506dc6(0x1a4)],'started_at':_0x18ea5e[_0x506dc6(0x189)][_0x506dc6(0x17b)](),'result':_0x3d6c0f[_0x506dc6(0x15f)]};}['bddStepStart'](_0x319736){const _0x4a5ae7=a4_0x5b7f31,_0x407e1b={'LgMtv':function(_0x1c0d89){return _0x1c0d89();}};!this[_0x4a5ae7(0x1b7)]['bddSteps']&&(this[_0x4a5ae7(0x1b7)][_0x4a5ae7(0xfc)]=[]),!_0x319736[_0x4a5ae7(0x13b)]&&(_0x319736['stepAnalyticsId']=_0x407e1b[_0x4a5ae7(0x110)](uuidv4),_0x319736[_0x4a5ae7(0x189)]=new Date(),this[_0x4a5ae7(0x1b7)][_0x4a5ae7(0xfc)]['push'](this[_0x4a5ae7(0x17d)](_0x319736)));}['bddStepFinish'](_0x1142f3){const _0x5af97a=a4_0x5b7f31,_0xfa2093={'nbYno':function(_0x5ef9fb,_0x29f6b3){return _0x5ef9fb(_0x29f6b3);},'vlVPG':_0x5af97a(0x199),'rLqZF':_0x5af97a(0x112),'wlxwu':_0x5af97a(0x186),'Yluqb':function(_0x419fc7,_0xf54cbf){return _0x419fc7-_0xf54cbf;}};let _0x17a958=this[_0x5af97a(0x1b7)][_0x5af97a(0xfc)]['find'](_0x5acd14=>_0x5acd14['id']===_0x1142f3[_0x5af97a(0x13b)]);_0xfa2093[_0x5af97a(0x16d)](isUndefined,_0x17a958)&&(_0x17a958=this[_0x5af97a(0x17d)](_0x1142f3)),_0x17a958['result']=[_0xfa2093[_0x5af97a(0x13e)],_0xfa2093[_0x5af97a(0x19c)]][_0x5af97a(0x12c)](_0x1142f3[_0x5af97a(0x160)])?_0xfa2093[_0x5af97a(0x133)]:_0x1142f3[_0x5af97a(0x160)],_0x17a958['finished_at']=new Date()['toISOString'](),_0x17a958[_0x5af97a(0x162)]=_0xfa2093['Yluqb'](Date[_0x5af97a(0x12a)](),_0x1142f3[_0x5af97a(0x189)][_0x5af97a(0x100)]()),_0x17a958['failure']=_0x1142f3[_0x5af97a(0x12e)]?_0x1142f3['err'][_0x5af97a(0x14a)]:null;}}const a4_0x10c80d={};a4_0x10c80d[a4_0x5b7f31(0x1e9)]=O11yHelper,a4_0x10c80d['STATE_PASSED']=STATE_PASSED,a4_0x10c80d[a4_0x5b7f31(0x1da)]=STATE_FAILED,a4_0x10c80d[a4_0x5b7f31(0x1a5)]=TEST_EVENTS,module[a4_0x5b7f31(0x19d)]=a4_0x10c80d;