browserstack-node-sdk 1.46.4 → 1.46.5

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 (185) 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/generated/sdk-messages_pb.d.ts +8 -0
  41. package/generated/sdk-messages_pb.js +73 -1
  42. package/package.json +1 -1
  43. package/src/ai-sdk-node/bundle.js +1 -1
  44. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  45. package/src/bin/codeceptjs/command.js +1 -1
  46. package/src/bin/codeceptjs/helper.js +1 -1
  47. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  48. package/src/bin/cucumber-js/command.js +1 -1
  49. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  50. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  51. package/src/bin/cucumber-js/test-observability.js +1 -1
  52. package/src/bin/cucumber-js/test.setup.js +1 -1
  53. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  54. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  55. package/src/bin/integrations/command.js +1 -1
  56. package/src/bin/integrations/constants.js +1 -1
  57. package/src/bin/jest/command.js +1 -1
  58. package/src/bin/jest/customImplements/customCircus.js +1 -1
  59. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  60. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  61. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  62. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  63. package/src/bin/jest/jest.setup.js +1 -1
  64. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  65. package/src/bin/jest/test-observability/helper.js +1 -1
  66. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  67. package/src/bin/jest/test-observability/test-details.js +1 -1
  68. package/src/bin/jest/test.setup.js +1 -1
  69. package/src/bin/jest/test_before.setup.js +1 -1
  70. package/src/bin/launcher/launcher.js +1 -1
  71. package/src/bin/load/index.js +1 -1
  72. package/src/bin/load/loadUtils.js +1 -1
  73. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  74. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  75. package/src/bin/mocha/command.js +1 -1
  76. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  77. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  78. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  79. package/src/bin/mocha/test.setup.js +1 -1
  80. package/src/bin/nightwatch/command.js +1 -1
  81. package/src/bin/playwright/accessibility-helper.js +1 -1
  82. package/src/bin/playwright/command.js +1 -1
  83. package/src/bin/playwright/globalSetup.js +1 -1
  84. package/src/bin/playwright/mock-process.js +1 -1
  85. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  86. package/src/bin/playwright/patches.js +1 -1
  87. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  88. package/src/bin/playwright/reporter/reporter.js +1 -1
  89. package/src/bin/playwright/reporter/test-details.js +1 -1
  90. package/src/bin/playwright/sessionDetails.js +1 -1
  91. package/src/bin/runner.js +1 -1
  92. package/src/bin/setup.js +1 -1
  93. package/src/bin/test-runner/index.js +1 -1
  94. package/src/bin/test-runner/runTest.js +1 -1
  95. package/src/bin/test-runner/testWorker.js +1 -1
  96. package/src/bin/utils/apiUtilityMethods.js +1 -1
  97. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  98. package/src/bin/utils/constants.js +1 -1
  99. package/src/bin/utils/log4jsAppender.js +1 -1
  100. package/src/bin/utils/logPatcher.js +1 -1
  101. package/src/bin/utils/logReportingAPI.js +1 -1
  102. package/src/bin/utils/playwright-patcher.js +1 -1
  103. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  104. package/src/bin/utils/sharedUtils.js +1 -1
  105. package/src/bin/v2/TestInfo.js +1 -1
  106. package/src/bin/v2/browserstackCLI.js +1 -1
  107. package/src/bin/v2/cliUtils.js +1 -1
  108. package/src/bin/v2/customTagManager.js +1 -1
  109. package/src/bin/v2/eventDispatcher.js +1 -1
  110. package/src/bin/v2/framework/automationFramework.js +1 -1
  111. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  112. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  113. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  114. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  115. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  116. package/src/bin/v2/framework/testFramework.js +1 -1
  117. package/src/bin/v2/grpcClient.js +1 -1
  118. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  119. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  120. package/src/bin/v2/instances/trackedContext.js +1 -1
  121. package/src/bin/v2/instances/trackedInstance.js +1 -1
  122. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  123. package/src/bin/v2/modules/baseModule.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/vanilla-js/command.js +1 -1
  133. package/src/browserStackSdk.js +1 -1
  134. package/src/helpers/BrowserStackSetup.js +1 -1
  135. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  136. package/src/helpers/accessibility-automation/constants.js +1 -1
  137. package/src/helpers/accessibility-automation/helper.js +1 -1
  138. package/src/helpers/accessibility-automation/scripts.js +1 -1
  139. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  140. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  141. package/src/helpers/ats/constants.js +1 -1
  142. package/src/helpers/ats/helper.js +1 -1
  143. package/src/helpers/capsMapping.js +1 -1
  144. package/src/helpers/central-scanner/constants.js +1 -1
  145. package/src/helpers/central-scanner/helpers.js +1 -1
  146. package/src/helpers/classLogger.js +1 -1
  147. package/src/helpers/globals.js +1 -1
  148. package/src/helpers/helper.js +1 -1
  149. package/src/helpers/logger.js +1 -1
  150. package/src/helpers/metadata.js +1 -1
  151. package/src/helpers/patchHelper.js +1 -1
  152. package/src/helpers/patchHelpers.js +1 -1
  153. package/src/helpers/percy/Percy.js +1 -1
  154. package/src/helpers/percy/PercyBinary.js +1 -1
  155. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  156. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  157. package/src/helpers/percy/PercySDK.js +1 -1
  158. package/src/helpers/percy/index.js +1 -1
  159. package/src/helpers/percy/utils.js +1 -1
  160. package/src/helpers/performance/constants.js +1 -1
  161. package/src/helpers/performance/performance-tester.js +1 -1
  162. package/src/helpers/playwright-helper.js +1 -1
  163. package/src/helpers/processHelper.js +1 -1
  164. package/src/helpers/request-spy.js +1 -1
  165. package/src/helpers/setKeepAlive.js +1 -1
  166. package/src/helpers/test-observability/constants.js +1 -1
  167. package/src/helpers/test-observability/error-handler.js +1 -1
  168. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  169. package/src/helpers/test-observability/sessionHandler.js +1 -1
  170. package/src/helpers/test-observability/utils.js +1 -1
  171. package/src/helpers/test-orchestration/constants.js +1 -1
  172. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  173. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  174. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  175. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  176. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  177. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  178. package/src/helpers/testhub/constants.js +1 -1
  179. package/src/helpers/testhub/testhubHandler.js +1 -1
  180. package/src/helpers/testhub/utils.js +1 -1
  181. package/src/helpers/timeoutPromise.js +1 -1
  182. package/src/helpers/utilities.js +1 -1
  183. package/src/helpers/w3cMapping.js +1 -1
  184. package/src/hubAllocationMethods.js +1 -1
  185. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a1_0x4edc03=a1_0x1ada;(function(_0x1f6da7,_0x11e937){const _0xcb87c1=a1_0x1ada,_0x4ab47d=_0x1f6da7();while(!![]){try{const _0x498a75=parseInt(_0xcb87c1(0x161))/0x1+parseInt(_0xcb87c1(0xee))/0x2+-parseInt(_0xcb87c1(0xe4))/0x3*(parseInt(_0xcb87c1(0xbb))/0x4)+parseInt(_0xcb87c1(0xfc))/0x5*(-parseInt(_0xcb87c1(0x11d))/0x6)+parseInt(_0xcb87c1(0x192))/0x7+parseInt(_0xcb87c1(0x125))/0x8*(parseInt(_0xcb87c1(0xf8))/0x9)+parseInt(_0xcb87c1(0x11f))/0xa;if(_0x498a75===_0x11e937)break;else _0x4ab47d['push'](_0x4ab47d['shift']());}catch(_0x5e50fe){_0x4ab47d['push'](_0x4ab47d['shift']());}}}(a1_0x3adb,0x69732));function a1_0x3adb(){const _0x52f122=['265670wrQnac','AHBcJ','arguments','IbngP','WebDriver','test-before','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','TEST_RUN_STARTED','SDK_POST_TEST','Wwfol','63DJFxXG','all','call','fHEkB','516440eIaCCZ','kOOTN','cyBel','test-after','find','KuylJ','thTestRunUuid','comment','a11y_core_config','Vpsit','dBaEe','pbNCk','vVJMH','BS_TESTOPS_ALLOW_SCREENSHOTS','GfjiV','apply','test-started','devtools://','HczFj','accessibilityPlatform','stopMonitoring','HOOK_RUN_FINISHED','url','split','ctx','yiVLs','pQWfo','hook-failed','patchSaveScreenshot','skipSessionName','saveTestResults','browserContext','hAEgu','24UzzsHi','test-failed','366780ADDVAV','isArray','YTIjU','fireEvent','overwriteCommand','container','255512oiNTfV','passed','addRequestSpy','fDxiK','then','XuMAb','reXIK','emit','slice','ohkMr','./o11yHelper','./helper.js','SDK_PRE_INITIALIZE','QDVdn','oOGYS','kDflw','ENV_VAR','SESSION_NAME','thJwtToken','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','bddStep','titlePath','skipSessionStatus','gfbVp','name','SYNC','chromium','Screenshot\x20path\x20not\x20found','version','ctuFP','startsWith','toString','ooGtp','pages','ecAcY','bind','bddStep-after','getAccessibilityResults','emdhs','../../bin/playwright/accessibility-helper','currentTest','reason','NNZhs','HMcKl','bddStep-before','toISOString','event','Dcecu','xkpeN','commandsToWrap','Nnbdl','testFramework','dfjGi','crOER','stringify','../../helpers/accessibility-automation/helper','status','CroVD','sgnoB','BROWSERSTACK_TESTHUB_UUID','234145ALzzqA','codeceptjs','pid','test-passed','helpers','codeceptjs/lib/recorder.js','browser','SDK_TEST','../../helpers/globals.js','env','skipped','catch','codeceptjs/lib/helper/Playwright.js','getSyncScript','util','warn','step','Performing\x20scan\x20for\x20','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','HOOK_RUN_STARTED','JEHzq','LoaDS','class','GET_RESULTS','TEST_RUN_FINISHED','INFO','args','executeScript','end','SDK_PRE_TEST','ipzne','bs:addLog:','add','rsHWd','tHmXA','SDK_HOOK','shouldWrapCommand','chKqy','restore','BdFVz','__workerDetails','test','UFsJb','before','Mrmvz','testAnalyticsId','hook','hookType','gUUZT','3318714FkfCmZ','format','TEST_LOG','Suite','started','title','bstackAllyScanning','prototype','string','BlBKG','readFileSync','tjwXv','TEST_RUN_SKIPPED','stop','bddStepFinish','captureError','debug','initSaveScreenshot','BS_A11Y_JWT','JMcCC','failed','patch','dCvLr','domForge','message','NWvEJ','browserstack_executor:\x20','JjiBg','rYyzX','SDK_POST_INITIALIZE','screenshotOutputFolder','getResults','config','codeceptjs/lib/helper/WebDriver.js','1025036wERhnU','Puppeteer','EmUvy','UWXor','browserStackExecuteDriver','dispatcher','ckcDr','setGlobal','aOXJa','../../helpers/helper','Fohla','getResultsSummary','Playwright','enabled','hook-started','gWrBg','afterTest','AVLGl','PERFORM_SCAN','bddStepStart','test-skipped','TestCafe','joOXI','jMGqP','_before','start','../../helpers/test-observability/utils','hIXrx','NnFbQ','setSessionName','constructor','after','FRAMEWORK_DETAILS','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','push','poYyZ','parse','saveScreenshot','info','BROWSERSTACK_TESTHUB_JWT','measureWrapper','3hbKKIC','hook-passed','stack','performScan','webdriverio','getAccessibilityResultsSummary','HcAPj','pYUdF','oSevq','captureEvent'];a1_0x3adb=function(){return _0x52f122;};return a1_0x3adb();}const fs=require('fs'),util=require(a1_0x4edc03(0x16f)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x4edc03(0xc4)),logger=require('../../helpers/logger')['winstonLogger'],testOpsHelper=require(a1_0x4edc03(0xd5)),requestSpy=require('../../helpers/request-spy'),PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x4edc03(0x12f)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x4edc03(0x15c)),AccessibilityHelper=require(a1_0x4edc03(0x14c)),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('../../helpers/performance/constants'),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x4edc03(0x130)),testHubConstants=require('../../helpers/testhub/constants.js'),globals=require(a1_0x4edc03(0x169)),CodeceptJS=requireModule('codeceptjs/lib/index.js',a1_0x4edc03(0x162)),CodeceptUtils=requireModule('codeceptjs/lib/utils.js','codeceptjs'),CodeceptWebDriver=requireModule(a1_0x4edc03(0xba),a1_0x4edc03(0x162)),CodeceptRecorder=requireModule(a1_0x4edc03(0x166),a1_0x4edc03(0x162)),CodeceptPlaywright=requireModule(a1_0x4edc03(0x16d),'codeceptjs'),playwrightMarkSessionStatus=(_0x24f48c,_0x21ee90,_0x481411)=>{const _0x402334=a1_0x4edc03,_0x3d3c1d={'poYyZ':'setSessionStatus','KuylJ':function(_0x51bea7,_0x31fb8d){return _0x51bea7(_0x31fb8d);}},_0x39324d={};_0x39324d[_0x402334(0x15d)]=_0x21ee90;const _0x430711={};_0x430711['action']=_0x3d3c1d[_0x402334(0xde)],_0x430711[_0x402334(0xf0)]=_0x39324d;const _0x19218d=_0x430711;return!_0x3d3c1d[_0x402334(0x101)](isUndefined,_0x481411)&&(_0x19218d[_0x402334(0xf0)][_0x402334(0x14e)]=JSON['stringify'](_0x481411)),_0x24f48c[_0x402334(0x17c)](()=>{},_0x402334(0xb3)+JSON['stringify'](_0x19218d));},o11ySync=PerformanceTester[a1_0x4edc03(0xe3)](PerformanceO11yEvents[a1_0x4edc03(0x13e)],async _0xd68025=>{const _0x22bc3a=a1_0x4edc03,_0x5abdf5={};_0x5abdf5[_0x22bc3a(0xfd)]=function(_0x17145c,_0x5619f6){return _0x17145c===_0x5619f6;},_0x5abdf5[_0x22bc3a(0x108)]=_0x22bc3a(0xc7);const _0x17641a=_0x5abdf5;_0x17641a['kOOTN'](_0xd68025[_0x22bc3a(0xd9)][_0x22bc3a(0x13d)],_0x17641a[_0x22bc3a(0x108)])?await _0xd68025[_0x22bc3a(0x17c)](_0xd0fccf=>{},testOpsHelper[_0x22bc3a(0x16e)]()):await _0xd68025['executeScript'](testOpsHelper['getSyncScript']());}),markSessionName=PerformanceTester[a1_0x4edc03(0xe3)](PerformanceAutEvents[a1_0x4edc03(0x136)],async(_0x220a02,_0x22a95b)=>{const _0x21e40d=a1_0x4edc03,_0x264744={};_0x264744[_0x21e40d(0x176)]=_0x21e40d(0xd8),_0x264744[_0x21e40d(0xca)]=function(_0x19f0ba,_0x315f7b){return _0x19f0ba===_0x315f7b;},_0x264744[_0x21e40d(0x134)]=_0x21e40d(0xc7);const _0x473c3d=_0x264744,_0x57fd85={};_0x57fd85['name']=_0x22a95b;const _0x2f6ec1={};_0x2f6ec1['action']=_0x473c3d['LoaDS'],_0x2f6ec1[_0x21e40d(0xf0)]=_0x57fd85;const _0x5a781d=_0x2f6ec1;_0x473c3d[_0x21e40d(0xca)](_0x220a02[_0x21e40d(0xd9)][_0x21e40d(0x13d)],_0x473c3d[_0x21e40d(0x134)])?await _0x220a02[_0x21e40d(0x17c)](()=>{},_0x21e40d(0xb3)+JSON[_0x21e40d(0x15b)](_0x5a781d)):await _0x220a02[_0x21e40d(0x17c)]('browserstack_executor:\x20'+JSON[_0x21e40d(0x15b)](_0x5a781d));}),patchSaveScreenshot=_0x313198=>{const _0x5693f8=a1_0x4edc03,_0x60b0dc={'oxAwI':'base64','UFsJb':'TEST_SCREENSHOT','OcgOT':function(_0x95552d){return _0x95552d();},'oOGYS':function(_0x16b8c2,_0x51838a){return _0x16b8c2(_0x51838a);},'IirlC':_0x5693f8(0x140)};_0x60b0dc['oOGYS'](isTrue,process[_0x5693f8(0x16a)][_0x5693f8(0x109)])&&!_0x313198[_0x5693f8(0x118)]&&(_0x313198[_0x5693f8(0x118)]=!![],_0x313198[_0x5693f8(0x1a3)]=_0x313198[_0x5693f8(0xe0)],_0x313198[_0x5693f8(0xe0)]=(_0x47df56,_0x5a7860=![])=>{const _0x5865c0=_0x5693f8,_0x13bb13={'NnFbQ':_0x60b0dc['oxAwI'],'UWXor':_0x60b0dc[_0x5865c0(0x18b)],'GfjiV':function(_0x1859dd){return _0x60b0dc['OcgOT'](_0x1859dd);},'AVLGl':function(_0x3b805b,_0xcbcac4){const _0x1abf52=_0x5865c0;return _0x60b0dc[_0x1abf52(0x133)](_0x3b805b,_0xcbcac4);},'hAEgu':_0x60b0dc['IirlC']};return new Promise(function(_0x2922a6,_0x270925){const _0x200d42=_0x5865c0;_0x313198[_0x200d42(0x1a3)](_0x47df56,_0x5a7860)[_0x200d42(0x129)](()=>{const _0x18617c=_0x200d42,_0x493774=CodeceptUtils[_0x18617c(0xb7)](_0x47df56);if(_0x493774){const _0x50e629=fs[_0x18617c(0x19c)](_0x493774);process[_0x18617c(0x12c)](_0x18617c(0x180)+process['pid'],{'timestamp':new Date()[_0x18617c(0x152)](),'message':_0x50e629['toString'](_0x13bb13[_0x18617c(0xd7)]),'kind':_0x13bb13[_0x18617c(0xbe)]}),_0x13bb13[_0x18617c(0x10a)](_0x2922a6);}_0x13bb13[_0x18617c(0xcc)](_0x270925,new Error(_0x13bb13[_0x18617c(0x11c)]));})[_0x200d42(0x16c)](()=>null);});});},patchWebDriverBefore=_0x2aaafd=>{const _0x2039c1=a1_0x4edc03,_0x59d6b5={'IbngP':function(_0x38ffc7){return _0x38ffc7();},'ctuFP':function(_0x3eb979,_0x230129){return _0x3eb979(_0x230129);},'ipzne':function(_0x52205d,_0x409eed){return _0x52205d===_0x409eed;},'crOER':_0x2039c1(0xe8),'HcAPj':_0x2039c1(0x19a),'VQtbp':'Element','gfbVp':function(_0x2a2b78,_0x167df1){return _0x2a2b78(_0x167df1);}},_0x5af21d=async function(_0x34ee81,_0x487cb2){const _0x3cce4a=_0x2039c1;_0x59d6b5[_0x3cce4a(0xf1)](isAccessibilityAutomationSession)&&!global[_0x3cce4a(0x198)]&&global[_0x3cce4a(0x10f)]&&scripts[_0x3cce4a(0x185)](_0x34ee81[_0x3cce4a(0x13d)])&&_0x59d6b5[_0x3cce4a(0x142)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x3cce4a(0x198)]=!![],await PerformanceTester[_0x3cce4a(0xe3)](PerformanceA11yEvents[_0x3cce4a(0xcd)],async()=>{const _0x1d435e=_0x3cce4a;logger['debug'](_0x1d435e(0x172)+_0x34ee81[_0x1d435e(0x177)]+'\x20'+_0x34ee81[_0x1d435e(0x13d)]),await AccessibilityHelper[_0x1d435e(0xbf)](_0x2aaafd,scripts[_0x1d435e(0xe7)]);},{'command':_0x34ee81['name']})());global['bstackAllyScanning']=![];const _0x38dd90=JSON[_0x3cce4a(0xdf)](process[_0x3cce4a(0x16a)][_0x3cce4a(0xdb)]||'{}');if(_0x59d6b5[_0x3cce4a(0x17f)](_0x38dd90?.[_0x3cce4a(0x158)]?.['name'],_0x59d6b5[_0x3cce4a(0x15a)])&&_0x59d6b5['ipzne'](typeof _0x38dd90?.['testFramework']?.[_0x3cce4a(0x141)],_0x59d6b5[_0x3cce4a(0xea)])&&_0x38dd90?.[_0x3cce4a(0x158)]?.['version']['startsWith']('7'))return _0x487cb2[_0x3cce4a(0x10b)](null,Array['prototype'][_0x3cce4a(0x12d)][_0x3cce4a(0xfa)](arguments,0x2));return _0x487cb2[_0x3cce4a(0x10b)](this,Array[_0x3cce4a(0x199)]['slice'][_0x3cce4a(0xfa)](arguments,0x2));},_0xc642a=CodeceptWebDriver[_0x2039c1(0x199)][_0x2039c1(0xd3)];CodeceptWebDriver[_0x2039c1(0x199)]['_before']=async function(){const _0x65e639=_0x2039c1,_0x3b6180={'djuFS':function(_0x346db4,_0x2a1387){const _0x2256b5=a1_0x1ada;return _0x59d6b5[_0x2256b5(0x17f)](_0x346db4,_0x2a1387);},'sgnoB':_0x59d6b5['VQtbp']};try{await _0xc642a[_0x65e639(0x10b)](this,arguments);}catch(_0x17f2de){logger[_0x65e639(0x1a2)]('Failed\x20to\x20execute\x20_before:\x20'+util[_0x65e639(0x193)](_0x17f2de));}scripts[_0x65e639(0x156)]['filter'](_0xce9389=>_0xce9389[_0x65e639(0x13d)]&&_0xce9389[_0x65e639(0x177)])['forEach'](_0x5e89c1=>{const _0x3cb516=_0x65e639;this[_0x3cb516(0x167)][_0x3cb516(0x123)](_0x5e89c1[_0x3cb516(0x13d)],_0x5af21d[_0x3cb516(0x148)](this,_0x5e89c1),_0x3b6180['djuFS'](_0x5e89c1['class'],_0x3b6180[_0x3cb516(0x15f)]));}),_0x59d6b5[_0x65e639(0x13c)](processWebDriverConfig,_0x2aaafd);};};function a1_0x1ada(_0x227b87,_0x578101){const _0x3adb32=a1_0x3adb();return a1_0x1ada=function(_0x1ada0d,_0x3f26bc){_0x1ada0d=_0x1ada0d-0xaf;let _0x3db962=_0x3adb32[_0x1ada0d];return _0x3db962;},a1_0x1ada(_0x227b87,_0x578101);}function parseJwt(_0x4b0524){const _0x7db4bf=a1_0x4edc03,_0x54f964={};_0x54f964['xkpeN']='base64';const _0x571dca=_0x54f964;if(!_0x4b0524)return null;return JSON[_0x7db4bf(0xdf)](Buffer['from'](_0x4b0524[_0x7db4bf(0x113)]('.')[0x1],_0x571dca[_0x7db4bf(0x155)])[_0x7db4bf(0x144)]());}const patchPlaywrightBefore=()=>{const _0x40a0fd=a1_0x4edc03,_0x366a8d={'YTIjU':function(_0x17cc53){return _0x17cc53();},'Wwfol':_0x40a0fd(0x10d),'CroVD':'--auto-open-devtools-for-tabs','jMGqP':function(_0x11a1c4){return _0x11a1c4();},'qYgFR':function(_0x2ed329,_0x339c59){return _0x2ed329(_0x339c59);},'rYyzX':function(_0x30486a){return _0x30486a();},'rsHWd':function(_0x6a01e1,_0x25cac1){return _0x6a01e1+_0x25cac1;},'Glitx':'\x0aStack:\x20','pbNCk':function(_0x50c1ed){return _0x50c1ed();}};PlaywrightSessionDetails[_0x40a0fd(0x1a7)]();const _0x2757b4=CodeceptPlaywright[_0x40a0fd(0x199)][_0x40a0fd(0xd3)];CodeceptPlaywright[_0x40a0fd(0x199)]['_before']=async function(){const _0x5bd48d=_0x40a0fd;this['browserContext']=await this[_0x5bd48d(0x167)]['contexts']()[0x0];const _0x3f4c2b=async()=>{const _0x3071e2=_0x5bd48d,_0x523cd9={'Dcecu':function(_0x146337){const _0x12bc0e=a1_0x1ada;return _0x366a8d[_0x12bc0e(0x121)](_0x146337);},'fDxiK':_0x366a8d[_0x3071e2(0xf7)]},_0x206bbb=this[_0x3071e2(0xb9)]&&this[_0x3071e2(0xb9)][_0x3071e2(0x13f)]&&this[_0x3071e2(0xb9)]['chromium'][_0x3071e2(0x17b)]&&Array[_0x3071e2(0x120)](this[_0x3071e2(0xb9)][_0x3071e2(0x13f)]['args'])&&this['config'][_0x3071e2(0x13f)][_0x3071e2(0x17b)]['includes'](_0x366a8d[_0x3071e2(0x15e)]);if(_0x366a8d['jMGqP'](isAccessibilityAutomationSession)&&!_0x206bbb)try{const _0x47bf06=_0x366a8d['qYgFR'](parseJwt,process[_0x3071e2(0x16a)][_0x3071e2(0x1a4)]);if(_0x47bf06&&_0x47bf06['a11y_core_config']&&_0x47bf06[_0x3071e2(0x104)][_0x3071e2(0xb0)]){const _0x549b1a=this[_0x3071e2(0x11b)][_0x3071e2(0x146)][_0x3071e2(0x148)](this['browserContext']);this[_0x3071e2(0x11b)][_0x3071e2(0x146)]=async function(){const _0x1c51ed=_0x3071e2,_0x43a84d=await _0x523cd9[_0x1c51ed(0x154)](_0x549b1a),_0x17e16e=[];for(const _0x302b45 of _0x43a84d){try{const _0xe60ae3=await _0x302b45[_0x1c51ed(0x112)]();!_0xe60ae3[_0x1c51ed(0x143)](_0x523cd9[_0x1c51ed(0x128)])&&_0x17e16e[_0x1c51ed(0xdd)](_0x302b45);}catch(_0x5e203b){_0x17e16e[_0x1c51ed(0xdd)](_0x302b45);}}return _0x17e16e;};}if(!_0x366a8d[_0x3071e2(0xb5)](isBrowserstackInfra)){const _0x48464b=await this['page']['url']();if(_0x48464b[_0x3071e2(0x143)](_0x366a8d['Wwfol'])){const _0x5aa229=await this[_0x3071e2(0x11b)][_0x3071e2(0x146)]();this['_setPage'](_0x5aa229[0x0]);}}}catch(_0x13712b){logger[_0x3071e2(0x1a2)]('Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20'+_0x13712b[_0x3071e2(0xb1)]+(_0x13712b['stack']?_0x366a8d[_0x3071e2(0x182)](_0x366a8d['Glitx'],_0x13712b[_0x3071e2(0xe6)]):''));}};_0x366a8d[_0x5bd48d(0x121)](isBrowserstackInfra)&&await _0x366a8d[_0x5bd48d(0x107)](_0x3f4c2b),await _0x2757b4['apply'](this,arguments),!_0x366a8d[_0x5bd48d(0x107)](isBrowserstackInfra)&&await _0x366a8d[_0x5bd48d(0xd2)](_0x3f4c2b);};},getCodeceptDriver=()=>{const _0x8e64a3=a1_0x4edc03,_0x125fbf={};_0x125fbf[_0x8e64a3(0x116)]=_0x8e64a3(0xf2),_0x125fbf['Nnbdl']=_0x8e64a3(0xc7),_0x125fbf[_0x8e64a3(0xfb)]=_0x8e64a3(0xbc),_0x125fbf[_0x8e64a3(0x12a)]=_0x8e64a3(0xd0);const _0x4f57ab=_0x125fbf,_0xf5163f=[_0x4f57ab['pQWfo'],_0x4f57ab[_0x8e64a3(0x157)],_0x4f57ab[_0x8e64a3(0xfb)],_0x4f57ab['XuMAb']],_0x2ff28c=_0xf5163f[_0x8e64a3(0x100)](_0x4ff264=>!!CodeceptJS[_0x8e64a3(0x124)][_0x8e64a3(0x165)](_0x4ff264));if(!_0x2ff28c)return null;return CodeceptJS[_0x8e64a3(0x124)]['helpers'](_0x2ff28c);};module['exports']=function(_0x1eae59){const _0x253b9f=a1_0x4edc03,_0x4a4ccc={'oSevq':function(_0x29f05f){return _0x29f05f();},'Vpsit':function(_0x30517c,_0x4195c9){return _0x30517c(_0x4195c9);},'EmUvy':_0x253b9f(0xe9),'BdFVz':_0x253b9f(0x138),'HMcKl':_0x253b9f(0x14a),'HczFj':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','JEHzq':function(_0x77e8b1,_0x549e47){return _0x77e8b1(_0x549e47);},'gUUZT':_0x253b9f(0xc9),'Fohla':_0x253b9f(0xe5),'pYUdF':_0x253b9f(0x117),'tHmXA':'browserstackTestName','reXIK':function(_0x2d75d0){return _0x2d75d0();},'ckcDr':_0x253b9f(0xf3),'cyBel':function(_0x953336,_0x79a60a,_0xe04d96){return _0x953336(_0x79a60a,_0xe04d96);},'tjwXv':_0x253b9f(0x10c),'QDVdn':function(_0x25672e,_0x440503,_0x37911f){return _0x25672e(_0x440503,_0x37911f);},'BlBKG':_0x253b9f(0x164),'Mrmvz':function(_0x5a39c2,_0x211bcc,_0x5563a7,_0x4e7534){return _0x5a39c2(_0x211bcc,_0x5563a7,_0x4e7534);},'emdhs':function(_0x144515,_0x2fc0b4){return _0x144515===_0x2fc0b4;},'CjDqg':_0x253b9f(0x195),'NWvEJ':_0x253b9f(0x11e),'aOXJa':_0x253b9f(0xcf),'dfjGi':_0x253b9f(0xcb),'KOyuR':function(_0x3acd42){return _0x3acd42();},'ecAcY':_0x253b9f(0x173),'ooGtp':_0x253b9f(0xff),'efRDJ':_0x253b9f(0x17a),'dCvLr':_0x253b9f(0x194),'jLiFw':'step-comment','JjiBg':_0x253b9f(0x151),'YLAIW':_0x253b9f(0x149),'joOXI':function(_0x51f0b1){return _0x51f0b1();},'ohkMr':_0x253b9f(0xc7)};_0x1eae59['skipSessionStatus']&&(global['__skipSessionStatus']=_0x1eae59[_0x253b9f(0x13b)]);PerformanceTester['startMonitoring']();const _0x2d325c=_0x4a4ccc[_0x253b9f(0xd1)](getCodeceptDriver),_0x4b9494=new O11yHelper(_0x2d325c,_0x1eae59),_0x525053=!!CodeceptJS[_0x253b9f(0x124)]['helpers'](_0x4a4ccc[_0x253b9f(0x12e)]);global['__driver']=_0x2d325c,_0x2d325c&&(PerformanceTester[_0x253b9f(0xe3)](PerformanceEvents[_0x253b9f(0x131)],()=>{const _0x21aab2=_0x253b9f;_0x525053?_0x4a4ccc[_0x21aab2(0xec)](patchPlaywrightBefore):_0x4a4ccc[_0x21aab2(0x105)](patchWebDriverBefore,_0x2d325c);})(),PerformanceTester[_0x253b9f(0xe3)](PerformanceEvents[_0x253b9f(0xb6)],()=>{const _0x503541=_0x253b9f,_0x38bc29={};_0x38bc29[_0x503541(0xd6)]=_0x4a4ccc[_0x503541(0x150)],_0x38bc29[_0x503541(0x1a5)]=_0x4a4ccc[_0x503541(0x10e)];const _0x25ec02=_0x38bc29;_0x2d325c[_0x503541(0xe9)]=async()=>{const _0x175521=_0x503541;if(global[_0x175521(0x10f)]){const _0x182924={};return _0x182924['command']=_0x4a4ccc[_0x175521(0xbd)],await PerformanceTester[_0x175521(0xe3)](PerformanceA11yEvents[_0x175521(0xcd)],async()=>{const _0x3ddc1d=_0x175521;return await AccessibilityHelper[_0x3ddc1d(0xbf)](_0x2d325c,scripts[_0x3ddc1d(0xe7)]);},_0x182924)(),await PerformanceTester[_0x175521(0xe3)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x122037=_0x175521;return await AccessibilityHelper[_0x122037(0xbf)](_0x2d325c,scripts[_0x122037(0xc6)]);})();}return logger[_0x175521(0x170)](_0x4a4ccc[_0x175521(0x188)]),{};},_0x2d325c[_0x503541(0x14a)]=async()=>{const _0x4189ca=_0x503541;if(global[_0x4189ca(0x10f)]){const _0x2da508={};return _0x2da508['command']=_0x25ec02[_0x4189ca(0xd6)],await PerformanceTester[_0x4189ca(0xe3)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x5321a3=_0x4189ca;return await AccessibilityHelper['browserStackExecuteDriver'](_0x2d325c,scripts[_0x5321a3(0xe7)]);},_0x2da508)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x4189ca(0x178)],async()=>{const _0x2f820c=_0x4189ca;return await AccessibilityHelper['browserStackExecuteDriver'](_0x2d325c,scripts[_0x2f820c(0xb8)]);})();}return logger[_0x4189ca(0x170)](_0x25ec02['JMcCC']),{};},_0x4a4ccc[_0x503541(0x175)](patchSaveScreenshot,_0x2d325c);})()),CodeceptJS['event'][_0x253b9f(0xc0)]['on'](CodeceptJS[_0x253b9f(0x153)]['all'][_0x253b9f(0x18c)],()=>{const _0x380acc=_0x253b9f;PerformanceTester[_0x380acc(0xd4)](PerformanceEvents[_0x380acc(0x17e)]);try{_0x4b9494[_0x380acc(0xd4)](),testOpsHelper[_0x380acc(0x127)](),PerformanceTester[_0x380acc(0x17d)](PerformanceEvents[_0x380acc(0x17e)]);}catch(_0x459b6a){PerformanceTester[_0x380acc(0x1a1)](_0x459b6a),PerformanceTester[_0x380acc(0x17d)](PerformanceEvents[_0x380acc(0x17e)],![],_0x459b6a);}}),CodeceptJS[_0x253b9f(0x153)]['dispatcher']['on'](CodeceptJS[_0x253b9f(0x153)][_0x253b9f(0xf9)][_0x253b9f(0xda)],async()=>{const _0x531e85=_0x253b9f;PerformanceTester[_0x531e85(0xd4)](PerformanceEvents[_0x531e85(0xf6)]);try{requestSpy[_0x531e85(0x187)](),await _0x4b9494[_0x531e85(0x19f)](),PerformanceTester['end'](PerformanceEvents[_0x531e85(0xf6)]);}catch(_0x1de24f){PerformanceTester[_0x531e85(0x1a1)](_0x1de24f),PerformanceTester[_0x531e85(0x17d)](PerformanceEvents[_0x531e85(0xf6)],![],_0x1de24f);}finally{PerformanceTester[_0x531e85(0x110)]();}}),CodeceptJS['event'][_0x253b9f(0xc0)]['on'](CodeceptJS[_0x253b9f(0x153)][_0x253b9f(0x18f)][_0x253b9f(0x196)],_0x521785=>{const _0x1f6919=_0x253b9f;PerformanceTester['start'](PerformanceEvents[_0x1f6919(0x184)]);try{const _0x1bd0e7=_0x521785[_0x1f6919(0x114)]['test'],_0x101936=_0x4b9494[_0x1f6919(0xed)](TEST_EVENTS[_0x1f6919(0x174)],_0x1bd0e7);CodeceptRecorder[_0x1f6919(0x181)](()=>_0x4b9494[_0x1f6919(0x122)](TEST_EVENTS[_0x1f6919(0x174)],_0x101936));const _0x27daf9={};_0x27daf9[_0x1f6919(0x190)]=_0x4a4ccc[_0x1f6919(0x191)],PerformanceTester[_0x1f6919(0x17d)](PerformanceEvents[_0x1f6919(0x184)],!![],null,_0x27daf9);}catch(_0x36a213){const _0x767318={};_0x767318['hookType']=_0x4a4ccc[_0x1f6919(0x191)],PerformanceTester[_0x1f6919(0x17d)](PerformanceEvents[_0x1f6919(0x184)],![],_0x36a213,_0x767318),PerformanceTester[_0x1f6919(0x1a1)](_0x36a213);}}),CodeceptJS[_0x253b9f(0x153)][_0x253b9f(0xc0)]['on'](CodeceptJS[_0x253b9f(0x153)][_0x253b9f(0x18f)][_0x253b9f(0x126)],_0x494d40=>{const _0x295e02=_0x253b9f,_0x387cfd={};_0x387cfd[_0x295e02(0x190)]=_0x4a4ccc[_0x295e02(0xc5)],PerformanceTester[_0x295e02(0xd4)](PerformanceHookEvents[_0x295e02(0x184)],!![],null,_0x387cfd);try{const _0x431056=_0x494d40[_0x295e02(0x114)]['test'],_0x4be835=_0x4b9494[_0x295e02(0xed)](TEST_EVENTS[_0x295e02(0x111)],_0x431056);CodeceptRecorder[_0x295e02(0x181)](()=>_0x4b9494[_0x295e02(0x122)](TEST_EVENTS[_0x295e02(0x111)],_0x4be835));const _0x37210c={};_0x37210c['hookType']=_0x4a4ccc['Fohla'],PerformanceTester[_0x295e02(0x17d)](PerformanceHookEvents[_0x295e02(0x184)],!![],null,_0x37210c);}catch(_0x485f10){PerformanceTester[_0x295e02(0x1a1)](_0x485f10);const _0x41ee75={};_0x41ee75[_0x295e02(0x190)]=_0x4a4ccc[_0x295e02(0xc5)],PerformanceTester['end'](PerformanceHookEvents[_0x295e02(0x184)],![],_0x485f10,_0x41ee75);}}),CodeceptJS['event'][_0x253b9f(0xc0)]['on'](CodeceptJS[_0x253b9f(0x153)][_0x253b9f(0x18f)][_0x253b9f(0x1a6)],async(_0x3ddc8f,_0x524985)=>{const _0x1cde40=_0x253b9f;PerformanceTester['start'](PerformanceHookEvents[_0x1cde40(0x184)]);try{const _0x204577=_0x3ddc8f[_0x1cde40(0x114)]['test'],_0x3ff84e=_0x4b9494[_0x1cde40(0xed)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x204577,_0x524985);CodeceptRecorder['add'](()=>_0x4b9494[_0x1cde40(0x122)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x3ff84e));const _0x1f163b={};_0x1f163b[_0x1cde40(0x190)]=_0x4a4ccc['pYUdF'],PerformanceTester[_0x1cde40(0xd4)](PerformanceHookEvents[_0x1cde40(0x184)],!![],null,_0x1f163b);}catch(_0x1cf4e4){PerformanceTester['captureError'](_0x1cf4e4);const _0x3264a2={};_0x3264a2[_0x1cde40(0x190)]=_0x4a4ccc[_0x1cde40(0xeb)],PerformanceTester['end'](PerformanceHookEvents[_0x1cde40(0x184)],![],_0x1cf4e4,_0x3264a2);}const _0x2b655b={};_0x2b655b[_0x1cde40(0x190)]=_0x4a4ccc[_0x1cde40(0xeb)],PerformanceTester['end'](PerformanceHookEvents[_0x1cde40(0x184)],!![],null,_0x2b655b);}),CodeceptJS[_0x253b9f(0x153)]['dispatcher']['on'](CodeceptJS['event'][_0x253b9f(0x18a)][_0x253b9f(0x18c)],_0x1ad72e=>{const _0x2c4f1e=_0x253b9f;PerformanceTester['start'](PerformanceHookEvents[_0x2c4f1e(0x184)]);try{globals[_0x2c4f1e(0xc2)](_0x4a4ccc[_0x2c4f1e(0x183)],_0x1ad72e['title']);_0x4a4ccc[_0x2c4f1e(0x12b)](isBrowserstackInfra)&&(_0x525053&&(global[_0x2c4f1e(0x189)]={'currentTest':{'name':_0x1ad72e['title'],'testInfo':{'titlePath':_0x1ad72e[_0x2c4f1e(0x13a)]()}}}));const _0x418307={};_0x418307[_0x2c4f1e(0x190)]=_0x4a4ccc[_0x2c4f1e(0xc1)],PerformanceTester[_0x2c4f1e(0x17d)](PerformanceHookEvents[_0x2c4f1e(0x184)],!![],null,_0x418307);}catch(_0x5d2948){PerformanceTester[_0x2c4f1e(0x1a1)](_0x5d2948);const _0x161887={};_0x161887['hookType']=_0x4a4ccc['ckcDr'],PerformanceTester[_0x2c4f1e(0x17d)](PerformanceHookEvents[_0x2c4f1e(0x184)],![],_0x5d2948,_0x161887);}}),CodeceptJS['event'][_0x253b9f(0xc0)]['on'](CodeceptJS[_0x253b9f(0x153)][_0x253b9f(0x18a)][_0x253b9f(0x196)],_0x3d9ad1=>{const _0x304ca8=_0x253b9f,_0x50a81a={'NNZhs':function(_0x1f79f6){const _0x27ae2f=a1_0x1ada;return _0x4a4ccc[_0x27ae2f(0xec)](_0x1f79f6);},'chKqy':function(_0x2ee536,_0x5e5859){return _0x4a4ccc['JEHzq'](_0x2ee536,_0x5e5859);},'QktVV':function(_0x289ac1,_0x19b21b,_0x16f62d){const _0x4265cf=a1_0x1ada;return _0x4a4ccc[_0x4265cf(0xfe)](_0x289ac1,_0x19b21b,_0x16f62d);}};PerformanceTester['start'](PerformanceHookEvents[_0x304ca8(0x184)]);try{globals[_0x304ca8(0xc2)](_0x4a4ccc[_0x304ca8(0x183)],_0x3d9ad1[_0x304ca8(0x197)]);const _0x4c6bc3=_0x4b9494['captureEvent'](TEST_EVENTS[_0x304ca8(0xf5)],_0x3d9ad1);CodeceptRecorder[_0x304ca8(0x181)](()=>_0x4b9494[_0x304ca8(0x122)](TEST_EVENTS[_0x304ca8(0xf5)],_0x4c6bc3)),CodeceptRecorder[_0x304ca8(0x181)](async()=>{const _0x4478a8=_0x304ca8;_0x50a81a[_0x4478a8(0x14f)](isBrowserstackInfra)&&(!_0x50a81a['chKqy'](isTrue,_0x1eae59[_0x4478a8(0x119)])&&await _0x50a81a['QktVV'](markSessionName,_0x2d325c,_0x3d9ad1[_0x4478a8(0x197)]),_0x4b9494[_0x4478a8(0xc8)]&&await _0x50a81a[_0x4478a8(0x186)](o11ySync,_0x2d325c));});}catch(_0x2d2c1f){const _0x317e1b={};_0x317e1b[_0x304ca8(0x190)]=_0x4a4ccc['tjwXv'],PerformanceTester[_0x304ca8(0x17d)](PerformanceHookEvents[_0x304ca8(0x184)],![],_0x2d2c1f,_0x317e1b),PerformanceTester[_0x304ca8(0x1a1)](_0x2d2c1f);}const _0x1d2937={};_0x1d2937[_0x304ca8(0x190)]=_0x4a4ccc[_0x304ca8(0x19d)],PerformanceTester[_0x304ca8(0x17d)](PerformanceHookEvents[_0x304ca8(0x184)],!![],null,_0x1d2937);}),CodeceptJS[_0x253b9f(0x153)]['dispatcher']['on'](CodeceptJS[_0x253b9f(0x153)][_0x253b9f(0x18a)]['passed'],_0x41e3ec=>{const _0x3c0863=_0x253b9f,_0xb4a3be={'dBaEe':function(_0x4add0e,_0x68bc1,_0x582fce){const _0x402585=a1_0x1ada;return _0x4a4ccc[_0x402585(0xfe)](_0x4add0e,_0x68bc1,_0x582fce);},'AHBcJ':function(_0x504d94,_0x453127,_0xcf234e){const _0x199069=a1_0x1ada;return _0x4a4ccc[_0x199069(0x132)](_0x504d94,_0x453127,_0xcf234e);}};PerformanceTester[_0x3c0863(0xd4)](PerformanceHookEvents[_0x3c0863(0x184)]);try{const _0x436748=_0x4b9494[_0x3c0863(0xed)](TEST_EVENTS[_0x3c0863(0x179)],_0x41e3ec);CodeceptRecorder['add'](()=>_0x4b9494[_0x3c0863(0x122)](TEST_EVENTS[_0x3c0863(0x179)],_0x436748)),CodeceptRecorder[_0x3c0863(0x181)](async()=>{const _0x353c73=_0x3c0863;_0x4a4ccc['oSevq'](isBrowserstackInfra)&&await PerformanceTester[_0x353c73(0xe3)](PerformanceAutEvents['SESSION_STATUS'],async()=>{const _0x99e117=_0x353c73;_0x525053?await _0xb4a3be[_0x99e117(0x106)](playwrightMarkSessionStatus,_0x2d325c,STATE_PASSED):await _0xb4a3be[_0x99e117(0xef)](markSessionStatus,_0x2d325c,STATE_PASSED);})();}),PerformanceTester['end'](PerformanceEvents[_0x3c0863(0x168)]);}catch(_0x297f30){PerformanceTester[_0x3c0863(0x1a1)](_0x297f30);const _0x4faf59={};_0x4faf59[_0x3c0863(0x190)]=_0x4a4ccc['BlBKG'],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x297f30,_0x4faf59),PerformanceTester[_0x3c0863(0x17d)](PerformanceEvents[_0x3c0863(0x168)],![],_0x297f30);}const _0x206a30={};_0x206a30[_0x3c0863(0x190)]=_0x4a4ccc[_0x3c0863(0x19b)],PerformanceTester[_0x3c0863(0x17d)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x206a30);}),CodeceptJS[_0x253b9f(0x153)][_0x253b9f(0xc0)]['on'](CodeceptJS['event']['test'][_0x253b9f(0x1a6)],(_0x43881a,_0x5e41f1)=>{const _0x7b1269=_0x253b9f;PerformanceTester[_0x7b1269(0xd4)](PerformanceHookEvents[_0x7b1269(0x184)]);try{if(_0x4a4ccc[_0x7b1269(0x14b)](_0x43881a[_0x7b1269(0xd9)][_0x7b1269(0x13d)],_0x4a4ccc['CjDqg'])){const _0x13b2df=_0x4b9494[_0x7b1269(0xed)](TEST_EVENTS[_0x7b1269(0x19e)],_0x43881a[_0x7b1269(0x114)][_0x7b1269(0x14d)]);CodeceptRecorder['add'](()=>_0x4b9494['fireEvent'](TEST_EVENTS[_0x7b1269(0x19e)],_0x13b2df));}else{const _0x56ef91=_0x4b9494[_0x7b1269(0xed)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x43881a,_0x5e41f1);CodeceptRecorder[_0x7b1269(0x181)](()=>{const _0x495539=_0x7b1269;try{_0x4b9494[_0x495539(0x122)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x56ef91);}catch(_0x3895c3){logger[_0x495539(0x1a2)](_0x495539(0xf4)+util[_0x495539(0x193)](_0x3895c3)),PerformanceTester[_0x495539(0x17d)](PerformanceEvents[_0x495539(0x168)],![],_0x3895c3);}}),CodeceptRecorder['add'](async()=>{const _0x1aad5c=_0x7b1269;try{_0x4a4ccc[_0x1aad5c(0xec)](isBrowserstackInfra)&&(_0x525053?await _0x4a4ccc[_0x1aad5c(0x18d)](playwrightMarkSessionStatus,_0x2d325c,STATE_FAILED,_0x5e41f1):await _0x4a4ccc[_0x1aad5c(0x18d)](markSessionStatus,_0x2d325c,STATE_FAILED,_0x5e41f1));}catch(_0x257853){logger[_0x1aad5c(0x1a2)](_0x1aad5c(0xdc)+util[_0x1aad5c(0x193)](_0x257853)),PerformanceTester[_0x1aad5c(0x17d)](PerformanceEvents[_0x1aad5c(0x168)],![],_0x257853);}});}PerformanceTester[_0x7b1269(0x17d)](PerformanceEvents[_0x7b1269(0x168)]);}catch(_0x3274ec){PerformanceTester[_0x7b1269(0x1a1)](_0x3274ec);const _0x182fc1={};_0x182fc1['hookType']=_0x4a4ccc[_0x7b1269(0xb2)],PerformanceTester[_0x7b1269(0x17d)](PerformanceHookEvents[_0x7b1269(0x184)],![],_0x3274ec,_0x182fc1),PerformanceTester['end'](PerformanceEvents[_0x7b1269(0x168)],![],_0x3274ec);}const _0x28c6fe={};_0x28c6fe[_0x7b1269(0x190)]=_0x4a4ccc['NWvEJ'],PerformanceTester[_0x7b1269(0x17d)](PerformanceHookEvents[_0x7b1269(0x184)],!![],null,_0x28c6fe);}),CodeceptJS[_0x253b9f(0x153)]['dispatcher']['on'](CodeceptJS[_0x253b9f(0x153)]['test'][_0x253b9f(0x16b)],_0x26392c=>{const _0x1da144=_0x253b9f;PerformanceTester[_0x1da144(0xd4)](PerformanceHookEvents['SDK_HOOK']);try{const _0x4a0770=_0x4b9494['captureEvent'](TEST_EVENTS[_0x1da144(0x19e)],_0x26392c);CodeceptRecorder[_0x1da144(0x181)](()=>_0x4b9494['fireEvent'](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x4a0770)),PerformanceTester['end'](PerformanceEvents[_0x1da144(0x168)]);}catch(_0x456691){PerformanceTester[_0x1da144(0x1a1)](_0x456691),PerformanceTester['end'](PerformanceEvents[_0x1da144(0x168)],![],_0x456691);const _0x18dfb4={};_0x18dfb4['hookType']=_0x4a4ccc['aOXJa'],PerformanceTester[_0x1da144(0x17d)](PerformanceHookEvents[_0x1da144(0x184)],![],_0x456691,_0x18dfb4);}const _0x1945a0={};_0x1945a0['hookType']=_0x4a4ccc[_0x1da144(0xc3)],PerformanceTester[_0x1da144(0x17d)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x1945a0);}),CodeceptJS['event'][_0x253b9f(0xc0)]['on'](CodeceptJS['event']['test'][_0x253b9f(0xda)],async(_0x57fa25,_0x5b930f)=>{const _0x1505b0=_0x253b9f,_0x1d6d8e={};_0x1d6d8e[_0x1505b0(0x115)]=_0x4a4ccc[_0x1505b0(0x159)];const _0x36a75a=_0x1d6d8e;try{PerformanceTester[_0x1505b0(0xd4)](PerformanceHookEvents[_0x1505b0(0x184)]);const _0x24d9dc=_0x4a4ccc[_0x1505b0(0x132)](shouldScanTestForAccessibility,_0x57fa25['titlePath'](),!![]);if(_0x4a4ccc['KOyuR'](isAccessibilityAutomationSession)&&global[_0x1505b0(0x10f)]&&_0x24d9dc){const _0x14e879={};_0x14e879[_0x1505b0(0x102)]=_0x57fa25[_0x1505b0(0x18e)],_0x14e879['thBuildUuid']=process[_0x1505b0(0x16a)][testHubConstants[_0x1505b0(0x135)][_0x1505b0(0x160)]],_0x14e879[_0x1505b0(0x137)]=process[_0x1505b0(0x16a)][testHubConstants[_0x1505b0(0x135)][_0x1505b0(0xe2)]];const _0x30ccce=_0x14e879;logger[_0x1505b0(0x1a2)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON['stringify'](_0x30ccce)),CodeceptRecorder[_0x1505b0(0x181)](async()=>{const _0x1e3b52=_0x1505b0,_0xf8ca16={};_0xf8ca16['command']=_0x36a75a[_0x1e3b52(0x115)],await PerformanceTester[_0x1e3b52(0xe3)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x4cb4e9=_0x1e3b52;await AccessibilityHelper[_0x4cb4e9(0xbf)](_0x2d325c,scripts[_0x4cb4e9(0xe7)]);},_0xf8ca16)(),await PerformanceTester[_0x1e3b52(0xe3)](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x2d27f1=_0x1e3b52;await AccessibilityHelper[_0x2d27f1(0xbf)](_0x2d325c,scripts[_0x2d27f1(0x11a)],_0x30ccce);})();}),logger[_0x1505b0(0xe1)](_0x4a4ccc[_0x1505b0(0x147)]);}const _0x53fbea={};_0x53fbea[_0x1505b0(0x190)]=_0x4a4ccc[_0x1505b0(0x145)],PerformanceTester[_0x1505b0(0x17d)](PerformanceHookEvents[_0x1505b0(0x184)],!![],null,_0x53fbea);}catch(_0x41384b){PerformanceTester['captureError'](_0x41384b);const _0x5d24ef={};_0x5d24ef['hookType']=_0x4a4ccc[_0x1505b0(0x145)],PerformanceTester[_0x1505b0(0x17d)](PerformanceHookEvents[_0x1505b0(0x184)],![],_0x41384b,_0x5d24ef);}}),CodeceptJS[_0x253b9f(0x153)][_0x253b9f(0xc0)]['on'](CodeceptJS[_0x253b9f(0x153)][_0x253b9f(0x171)][_0x253b9f(0x103)],_0x4aa339=>{const _0x7c8953=_0x253b9f;PerformanceTester[_0x7c8953(0xd4)](PerformanceHookEvents[_0x7c8953(0x184)]);try{process['emit'](_0x7c8953(0x180)+process[_0x7c8953(0x163)],{'timestamp':new Date()['toISOString'](),'level':_0x4a4ccc['efRDJ'],'message':_0x4aa339,'kind':_0x4a4ccc[_0x7c8953(0xaf)],'http_response':{}});}catch(_0x58b87c){PerformanceTester[_0x7c8953(0x1a1)](_0x58b87c);const _0x2ddcf9={};_0x2ddcf9['hookType']=_0x4a4ccc['jLiFw'],PerformanceTester[_0x7c8953(0x17d)](PerformanceHookEvents[_0x7c8953(0x184)],![],_0x58b87c,_0x2ddcf9);}const _0x3ff105={};_0x3ff105[_0x7c8953(0x190)]=_0x4a4ccc['jLiFw'],PerformanceTester['end'](PerformanceHookEvents[_0x7c8953(0x184)],!![],null,_0x3ff105);}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x253b9f(0x153)][_0x253b9f(0x139)][_0x253b9f(0x18c)],_0x2df623=>{const _0x5a4159=_0x253b9f,_0x4c6bf1={};_0x4c6bf1[_0x5a4159(0x190)]=_0x4a4ccc[_0x5a4159(0xb4)],PerformanceTester[_0x5a4159(0xe3)](PerformanceHookEvents[_0x5a4159(0x184)],()=>{const _0x30dd7b=_0x5a4159;_0x4b9494[_0x30dd7b(0xce)](_0x2df623);},_0x4c6bf1)();}),CodeceptJS[_0x253b9f(0x153)][_0x253b9f(0xc0)]['on'](CodeceptJS[_0x253b9f(0x153)][_0x253b9f(0x139)][_0x253b9f(0xda)],_0x38faf2=>{const _0xf97797=_0x253b9f,_0x21e7fb={};_0x21e7fb[_0xf97797(0x190)]=_0x4a4ccc['YLAIW'],PerformanceTester['measureWrapper'](PerformanceHookEvents[_0xf97797(0x184)],()=>{const _0x542705=_0xf97797;_0x4b9494[_0x542705(0x1a0)](_0x38faf2);},_0x21e7fb)();});};
1
+ const a1_0x54df68=a1_0x3d04;function a1_0x55d4(){const _0x5b2cde=['1074028gpJGyc','browserstackTestName','measureWrapper','args','util','ctx','SDK_HOOK','devtools://','Playwright','yaXIY','SDK_TEST','BROWSERSTACK_TESTHUB_JWT','executeScript','../../helpers/accessibility-automation/helper','includes','chromium','all','startsWith','readFileSync','base64','./helper.js','VmLDh','TgmIV','TEST_LOG','startMonitoring','setGlobal','LXwra','pid','saveScreenshot','pLGnJ','before','2039319sTuuhj','passed','MqNvp','codeceptjs','action','captureEvent','HOOK_RUN_STARTED','browser','DqyeF','goFlO','screenshotOutputFolder','container','event','titlePath','end','_setPage','DPdvc','test-passed','warn','SSKjZ','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','../../bin/playwright/accessibility-helper','hook-started','yBAfT','accessibilityPlatform','browserstack_executor:\x20','bind','afterTest','currentTest','uhpBh','TestCafe','captureError','TEST_SCREENSHOT','aYfKz','KkQVf','helpers','restore','vlNeJ','class','FRAMEWORK_DETAILS','\x0aStack:\x20','stop','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','lZVlR','catch','stringify','debug','FpKcw','ZvJPh','fQwhQ','UlySy','TrzHO','setSessionName','YiFvL','dgNcY','../../helpers/performance/performance-tester','hook','VRDed','uUPNh','stack','hook-passed','oCwGE','GEwvv','test-skipped','bddStep','stopMonitoring','after','getResultsSummary','skipped','./o11yHelper','version','dispatcher','webdriverio','../../helpers/helper','Puppeteer','2846354ssvehf','info','page','../../helpers/globals.js','arguments','hookType','TBjpD','rhrEp','saveTestResults','PERFORM_SCAN','__skipSessionStatus','env','find','exports','SDK_POST_INITIALIZE','start','pages','overwriteCommand','zDZex','isArray','5YNKOqH','AxGFm','GET_RESULTS_SUMMARY','test-before','dFmnl','gvSwq','Gfqbm','apply','thBuildUuid','call','SYNC','fzabl','AZJcS','534566HNHzOG','enWIV','hHVJF','../../helpers/request-spy','INFO','hook-failed','performScan','nighY','setSessionStatus','patchSaveScreenshot','config','forEach','SDK_PRE_TEST','../../helpers/accessibility-automation/scripts','jWgnk','18021591HhvAJe','mWofZ','initSaveScreenshot','exngJ','../../helpers/test-observability/utils','tsdXu','SESSION_NAME','sJpEY','title','euWjJ','2466600pfysTZ','HOOK_RUN_FINISHED','test','codeceptjs/lib/recorder.js','VZhNA','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','slice','WebDriver','Element','test-after','nZKCB','SDK_POST_TEST','mGIHF','prototype','toString','gVhot','Suite','shouldWrapCommand','nmTce','bddStepStart','from','push','KIiKE','ENV_VAR','_before','eNrtA','rYgEv','testAnalyticsId','failed','add','message','WYVPQ','TxFqW','SAVE_RESULTS','tFfpW','tkPhX','Failed\x20to\x20execute\x20_before:\x20','a11y_core_config','6SFtfuo','reason','test-failed','WMhyB','constructor','lwXAj','BS_TESTOPS_ALLOW_SCREENSHOTS','patch','fireEvent','toISOString','url','MdzDD','step','addRequestSpy','FuCHi','TEST_RUN_STARTED','vjBWE','zAOuj','fwYuG','TEST_RUN_FINISHED','thJwtToken','command','1109702qxaNWk','--auto-open-devtools-for-tabs','Screenshot\x20path\x20not\x20found','Performing\x20scan\x20for\x20','Tthsl','SDK_PRE_INITIALIZE','VTWlB','format','contexts','test-started','cJsGD','emit','WbhhX','vIOIt','bddStep-before','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','getAccessibilityResults','started','bstackAllyScanning','codeceptjs/lib/helper/Playwright.js','CcASk','browserStackExecuteDriver','codeceptjs/lib/index.js','BkpUN','TEST_RUN_SKIPPED','BROWSERSTACK_TESTHUB_UUID','testFramework','skipSessionName','getSyncScript','comment','name','GET_RESULTS','hguLR','browserContext','__driver','commandsToWrap','bddStepFinish','parse','STayh','status','skipSessionStatus'];a1_0x55d4=function(){return _0x5b2cde;};return a1_0x55d4();}(function(_0x14a635,_0x453582){const _0x45c34e=a1_0x3d04,_0x17c0fb=_0x14a635();while(!![]){try{const _0x447961=-parseInt(_0x45c34e(0x245))/0x1+-parseInt(_0x45c34e(0x190))/0x2+-parseInt(_0x45c34e(0x1d8))/0x3+-parseInt(_0x45c34e(0x1b9))/0x4*(-parseInt(_0x45c34e(0x238))/0x5)+parseInt(_0x45c34e(0x17a))/0x6*(-parseInt(_0x45c34e(0x224))/0x7)+parseInt(_0x45c34e(0x25e))/0x8+parseInt(_0x45c34e(0x254))/0x9;if(_0x447961===_0x453582)break;else _0x17c0fb['push'](_0x17c0fb['shift']());}catch(_0x5dcd00){_0x17c0fb['push'](_0x17c0fb['shift']());}}}(a1_0x55d4,0x627db));const fs=require('fs'),util=require(a1_0x54df68(0x1bd)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x54df68(0x222)),logger=require('../../helpers/logger')['winstonLogger'],testOpsHelper=require(a1_0x54df68(0x258)),requestSpy=require(a1_0x54df68(0x248)),PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x54df68(0x21e)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x54df68(0x1c6)),AccessibilityHelper=require(a1_0x54df68(0x1ed)),scripts=require(a1_0x54df68(0x252)),PerformanceTester=require(a1_0x54df68(0x210)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require('../../helpers/performance/constants'),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x54df68(0x1cd)),testHubConstants=require('../../helpers/testhub/constants.js'),globals=require(a1_0x54df68(0x227)),CodeceptJS=requireModule(a1_0x54df68(0x1a6),'codeceptjs'),CodeceptUtils=requireModule('codeceptjs/lib/utils.js','codeceptjs'),CodeceptWebDriver=requireModule('codeceptjs/lib/helper/WebDriver.js','codeceptjs'),CodeceptRecorder=requireModule(a1_0x54df68(0x261),a1_0x54df68(0x1db)),CodeceptPlaywright=requireModule(a1_0x54df68(0x1a3),'codeceptjs'),playwrightMarkSessionStatus=(_0x278c29,_0x1f1c0d,_0x5df73a)=>{const _0x54d1fd=a1_0x54df68,_0x1cfaae={'Gfqbm':_0x54d1fd(0x24d),'tsdXu':function(_0x2af9ce,_0x37cc14){return _0x2af9ce(_0x37cc14);}},_0x567a6e={};_0x567a6e[_0x54d1fd(0x1b7)]=_0x1f1c0d;const _0x33a1b1={};_0x33a1b1['action']=_0x1cfaae[_0x54d1fd(0x23e)],_0x33a1b1[_0x54d1fd(0x228)]=_0x567a6e;const _0x41cbd6=_0x33a1b1;return!_0x1cfaae[_0x54d1fd(0x259)](isUndefined,_0x5df73a)&&(_0x41cbd6[_0x54d1fd(0x228)][_0x54d1fd(0x17b)]=JSON['stringify'](_0x5df73a)),_0x278c29[_0x54d1fd(0x1c5)](()=>{},_0x54d1fd(0x1f1)+JSON['stringify'](_0x41cbd6));},o11ySync=PerformanceTester['measureWrapper'](PerformanceO11yEvents[a1_0x54df68(0x242)],async _0x47eedb=>{const _0x1a5ca1=a1_0x54df68,_0x5c3fbb={};_0x5c3fbb['gvSwq']=function(_0x31e406,_0x3ec0ec){return _0x31e406===_0x3ec0ec;},_0x5c3fbb[_0x1a5ca1(0x20c)]=_0x1a5ca1(0x1c1);const _0x41722f=_0x5c3fbb;_0x41722f[_0x1a5ca1(0x23d)](_0x47eedb['constructor'][_0x1a5ca1(0x1ae)],_0x41722f[_0x1a5ca1(0x20c)])?await _0x47eedb[_0x1a5ca1(0x1c5)](_0x4534b5=>{},testOpsHelper[_0x1a5ca1(0x1ac)]()):await _0x47eedb['executeScript'](testOpsHelper[_0x1a5ca1(0x1ac)]());}),markSessionName=PerformanceTester[a1_0x54df68(0x1bb)](PerformanceAutEvents[a1_0x54df68(0x25a)],async(_0x6ea1cd,_0x5e7eb0)=>{const _0x3f41ae=a1_0x54df68,_0x1e5709={};_0x1e5709[_0x3f41ae(0x246)]=_0x3f41ae(0x20d),_0x1e5709['STayh']=function(_0x40e4ad,_0x139321){return _0x40e4ad===_0x139321;},_0x1e5709[_0x3f41ae(0x18b)]='Playwright';const _0xa3634f=_0x1e5709,_0xa35ba7={};_0xa35ba7[_0x3f41ae(0x1ae)]=_0x5e7eb0;const _0x37b67d={};_0x37b67d[_0x3f41ae(0x1dc)]=_0xa3634f['enWIV'],_0x37b67d['arguments']=_0xa35ba7;const _0x3e3263=_0x37b67d;_0xa3634f[_0x3f41ae(0x1b6)](_0x6ea1cd['constructor'][_0x3f41ae(0x1ae)],_0xa3634f[_0x3f41ae(0x18b)])?await _0x6ea1cd[_0x3f41ae(0x1c5)](()=>{},'browserstack_executor:\x20'+JSON['stringify'](_0x3e3263)):await _0x6ea1cd[_0x3f41ae(0x1c5)](_0x3f41ae(0x1f1)+JSON[_0x3f41ae(0x206)](_0x3e3263));}),patchSaveScreenshot=_0x212e73=>{const _0x5aecc6=a1_0x54df68,_0xb36fdb={'KkQVf':_0x5aecc6(0x1cc),'MqNvp':_0x5aecc6(0x1f8),'zDZex':function(_0x875e9b){return _0x875e9b();},'VmLDh':function(_0x308b4f,_0x17ca92){return _0x308b4f(_0x17ca92);},'ERUts':_0x5aecc6(0x192),'yBAfT':function(_0x16677f,_0x48d283){return _0x16677f(_0x48d283);}};_0xb36fdb[_0x5aecc6(0x1ef)](isTrue,process[_0x5aecc6(0x22f)][_0x5aecc6(0x180)])&&!_0x212e73[_0x5aecc6(0x24e)]&&(_0x212e73[_0x5aecc6(0x24e)]=!![],_0x212e73[_0x5aecc6(0x256)]=_0x212e73[_0x5aecc6(0x1d5)],_0x212e73[_0x5aecc6(0x1d5)]=(_0x49e70e,_0x518ee7=![])=>{return new Promise(function(_0x2697c5,_0x41375d){const _0x358198=a1_0x3d04,_0x4d7fb2={'Uxrsy':_0xb36fdb[_0x358198(0x1fa)],'WMhyB':_0xb36fdb[_0x358198(0x1da)],'eGqpg':function(_0x5f74d1){const _0x578922=_0x358198;return _0xb36fdb[_0x578922(0x236)](_0x5f74d1);},'DPdvc':function(_0x2c705a,_0x8c624b){const _0x535c05=_0x358198;return _0xb36fdb[_0x535c05(0x1ce)](_0x2c705a,_0x8c624b);},'AZKvB':_0xb36fdb['ERUts']};_0x212e73[_0x358198(0x256)](_0x49e70e,_0x518ee7)['then'](()=>{const _0x164fae=_0x358198,_0x26a399=CodeceptUtils[_0x164fae(0x1e2)](_0x49e70e);if(_0x26a399){const _0x294047=fs[_0x164fae(0x1cb)](_0x26a399);process[_0x164fae(0x19b)]('bs:addLog:'+process['pid'],{'timestamp':new Date()['toISOString'](),'message':_0x294047[_0x164fae(0x162)](_0x4d7fb2['Uxrsy']),'kind':_0x4d7fb2[_0x164fae(0x17d)]}),_0x4d7fb2['eGqpg'](_0x2697c5);}_0x4d7fb2[_0x164fae(0x1e8)](_0x41375d,new Error(_0x4d7fb2['AZKvB']));})[_0x358198(0x205)](()=>null);});});},patchWebDriverBefore=_0x160e3a=>{const _0x36466d=a1_0x54df68,_0x305cde={'exngJ':function(_0x3af81e){return _0x3af81e();},'tkPhX':function(_0x1e129a,_0x59f423){return _0x1e129a(_0x59f423);},'RAoQu':function(_0x20d102,_0x438b0b){return _0x20d102===_0x438b0b;},'khnqv':_0x36466d(0x221),'pLGnJ':function(_0x4f16a8,_0x19ee0c){return _0x4f16a8===_0x19ee0c;},'rhrEp':'string','MkrjI':function(_0x5c3050,_0x2fb46a){return _0x5c3050===_0x2fb46a;},'yaXIY':_0x36466d(0x266)},_0x370ed3=async function(_0x20d6a8,_0x1b4380){const _0x5525a3=_0x36466d;_0x305cde[_0x5525a3(0x257)](isAccessibilityAutomationSession)&&!global[_0x5525a3(0x1a2)]&&global[_0x5525a3(0x1f0)]&&scripts[_0x5525a3(0x165)](_0x20d6a8[_0x5525a3(0x1ae)])&&_0x305cde[_0x5525a3(0x177)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x5525a3(0x1a2)]=!![],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x5525a3(0x22d)],async()=>{const _0x394431=_0x5525a3;logger['debug'](_0x394431(0x193)+_0x20d6a8[_0x394431(0x1fe)]+'\x20'+_0x20d6a8['name']),await AccessibilityHelper[_0x394431(0x1a5)](_0x160e3a,scripts['performScan']);},{'command':_0x20d6a8[_0x5525a3(0x1ae)]})());global['bstackAllyScanning']=![];const _0x107f60=JSON[_0x5525a3(0x1b5)](process[_0x5525a3(0x22f)][_0x5525a3(0x1ff)]||'{}');if(_0x305cde['RAoQu'](_0x107f60?.[_0x5525a3(0x1aa)]?.['name'],_0x305cde['khnqv'])&&_0x305cde[_0x5525a3(0x1d6)](typeof _0x107f60?.[_0x5525a3(0x1aa)]?.['version'],_0x305cde[_0x5525a3(0x22b)])&&_0x107f60?.[_0x5525a3(0x1aa)]?.[_0x5525a3(0x21f)]['startsWith']('7'))return _0x1b4380[_0x5525a3(0x23f)](null,Array[_0x5525a3(0x161)][_0x5525a3(0x264)][_0x5525a3(0x241)](arguments,0x2));return _0x1b4380[_0x5525a3(0x23f)](this,Array[_0x5525a3(0x161)][_0x5525a3(0x264)]['call'](arguments,0x2));},_0x1bb85d=CodeceptWebDriver[_0x36466d(0x161)][_0x36466d(0x16c)];CodeceptWebDriver['prototype'][_0x36466d(0x16c)]=async function(){const _0x5e9936=_0x36466d;try{await _0x1bb85d[_0x5e9936(0x23f)](this,arguments);}catch(_0x176e72){logger[_0x5e9936(0x207)](_0x5e9936(0x178)+util['format'](_0x176e72));}scripts[_0x5e9936(0x1b3)]['filter'](_0x28767a=>_0x28767a['name']&&_0x28767a[_0x5e9936(0x1fe)])[_0x5e9936(0x250)](_0x157cf2=>{const _0x28d6e2=_0x5e9936;this[_0x28d6e2(0x1df)][_0x28d6e2(0x235)](_0x157cf2['name'],_0x370ed3[_0x28d6e2(0x1f2)](this,_0x157cf2),_0x305cde['MkrjI'](_0x157cf2['class'],_0x305cde[_0x28d6e2(0x1c2)]));}),_0x305cde[_0x5e9936(0x177)](processWebDriverConfig,_0x160e3a);};};function a1_0x3d04(_0x36ae5d,_0x3696ca){const _0x55d42a=a1_0x55d4();return a1_0x3d04=function(_0x3d0451,_0x5bb2d0){_0x3d0451=_0x3d0451-0x15f;let _0x55851c=_0x55d42a[_0x3d0451];return _0x55851c;},a1_0x3d04(_0x36ae5d,_0x3696ca);}function parseJwt(_0x1845f8){const _0x3f625d=a1_0x54df68,_0x425a8b={};_0x425a8b[_0x3f625d(0x16e)]='base64';const _0xa42326=_0x425a8b;if(!_0x1845f8)return null;return JSON['parse'](Buffer[_0x3f625d(0x168)](_0x1845f8['split']('.')[0x1],_0xa42326[_0x3f625d(0x16e)])[_0x3f625d(0x162)]());}const patchPlaywrightBefore=()=>{const _0x23708d=a1_0x54df68,_0x123ffe={'gVhot':function(_0x234bad){return _0x234bad();},'TBjpD':_0x23708d(0x1c0),'hguLR':_0x23708d(0x191),'rBSFO':function(_0x5e789d,_0x1b0aa3){return _0x5e789d(_0x1b0aa3);},'jWgnk':function(_0x30ade3,_0x1302cd){return _0x30ade3+_0x1302cd;},'jofZK':_0x23708d(0x200),'AxGFm':function(_0x8b60ba){return _0x8b60ba();},'LXwra':function(_0x3bbdf6){return _0x3bbdf6();},'aYfKz':function(_0x27ba6b){return _0x27ba6b();}};PlaywrightSessionDetails[_0x23708d(0x181)]();const _0x2d0e38=CodeceptPlaywright['prototype'][_0x23708d(0x16c)];CodeceptPlaywright[_0x23708d(0x161)][_0x23708d(0x16c)]=async function(){const _0xa62b66=_0x23708d,_0x35c7ac={'fzabl':function(_0x353db2){const _0x2f2c13=a1_0x3d04;return _0x123ffe[_0x2f2c13(0x163)](_0x353db2);},'fwYuG':_0x123ffe[_0xa62b66(0x22a)],'YiFvL':_0x123ffe[_0xa62b66(0x1b0)],'WbhhX':function(_0x281716){return _0x123ffe['gVhot'](_0x281716);},'mGIHF':function(_0x97815a,_0x113acb){return _0x123ffe['rBSFO'](_0x97815a,_0x113acb);},'dgNcY':function(_0x373b7e){const _0x46b68e=_0xa62b66;return _0x123ffe[_0x46b68e(0x163)](_0x373b7e);},'Tthsl':function(_0x24290f,_0x591d4a){const _0x57dfd4=_0xa62b66;return _0x123ffe[_0x57dfd4(0x253)](_0x24290f,_0x591d4a);},'vjBWE':_0x123ffe['jofZK']};this[_0xa62b66(0x1b1)]=await this['browser'][_0xa62b66(0x198)]()[0x0];const _0x308083=async()=>{const _0x21b934=_0xa62b66,_0x2fe8a2={'goFlO':function(_0x100e86){const _0x3ba2e9=a1_0x3d04;return _0x35c7ac[_0x3ba2e9(0x243)](_0x100e86);},'ZvJPh':_0x35c7ac[_0x21b934(0x18c)]},_0x4fcb66=this[_0x21b934(0x24f)]&&this[_0x21b934(0x24f)][_0x21b934(0x1c8)]&&this[_0x21b934(0x24f)]['chromium'][_0x21b934(0x1bc)]&&Array[_0x21b934(0x237)](this[_0x21b934(0x24f)][_0x21b934(0x1c8)][_0x21b934(0x1bc)])&&this[_0x21b934(0x24f)][_0x21b934(0x1c8)][_0x21b934(0x1bc)][_0x21b934(0x1c7)](_0x35c7ac[_0x21b934(0x20e)]);if(_0x35c7ac[_0x21b934(0x19c)](isAccessibilityAutomationSession)&&!_0x4fcb66)try{const _0x118322=_0x35c7ac[_0x21b934(0x160)](parseJwt,process['env']['BS_A11Y_JWT']);if(_0x118322&&_0x118322[_0x21b934(0x179)]&&_0x118322['a11y_core_config']['domForge']){const _0xcab6e7=this[_0x21b934(0x1b1)][_0x21b934(0x234)][_0x21b934(0x1f2)](this[_0x21b934(0x1b1)]);this[_0x21b934(0x1b1)]['pages']=async function(){const _0x4546ad=_0x21b934,_0x5b532e=await _0x2fe8a2[_0x4546ad(0x1e1)](_0xcab6e7),_0x6c2316=[];for(const _0x102775 of _0x5b532e){try{const _0x47ecac=await _0x102775[_0x4546ad(0x184)]();!_0x47ecac['startsWith'](_0x2fe8a2[_0x4546ad(0x209)])&&_0x6c2316[_0x4546ad(0x169)](_0x102775);}catch(_0x3fd6e2){_0x6c2316[_0x4546ad(0x169)](_0x102775);}}return _0x6c2316;};}if(!_0x35c7ac[_0x21b934(0x20f)](isBrowserstackInfra)){const _0x58c3f0=await this[_0x21b934(0x226)][_0x21b934(0x184)]();if(_0x58c3f0[_0x21b934(0x1ca)](_0x35c7ac[_0x21b934(0x18c)])){const _0x42d21f=await this[_0x21b934(0x1b1)]['pages']();this[_0x21b934(0x1e7)](_0x42d21f[0x0]);}}}catch(_0x593fca){logger[_0x21b934(0x207)](_0x21b934(0x263)+_0x593fca[_0x21b934(0x172)]+(_0x593fca[_0x21b934(0x214)]?_0x35c7ac[_0x21b934(0x194)](_0x35c7ac[_0x21b934(0x18a)],_0x593fca['stack']):''));}};_0x123ffe[_0xa62b66(0x239)](isBrowserstackInfra)&&await _0x123ffe['gVhot'](_0x308083),await _0x2d0e38['apply'](this,arguments),!_0x123ffe[_0xa62b66(0x1d3)](isBrowserstackInfra)&&await _0x123ffe[_0xa62b66(0x1f9)](_0x308083);};},getCodeceptDriver=()=>{const _0x37ff97=a1_0x54df68,_0x5d635b={};_0x5d635b[_0x37ff97(0x174)]=_0x37ff97(0x265),_0x5d635b['KIiKE']=_0x37ff97(0x1c1),_0x5d635b[_0x37ff97(0x216)]=_0x37ff97(0x223),_0x5d635b[_0x37ff97(0x247)]=_0x37ff97(0x1f6);const _0x58f89d=_0x5d635b,_0x335c1d=[_0x58f89d[_0x37ff97(0x174)],_0x58f89d[_0x37ff97(0x16a)],_0x58f89d[_0x37ff97(0x216)],_0x58f89d[_0x37ff97(0x247)]],_0x352b3f=_0x335c1d[_0x37ff97(0x230)](_0x400bc7=>!!CodeceptJS[_0x37ff97(0x1e3)][_0x37ff97(0x1fb)](_0x400bc7));if(!_0x352b3f)return null;return CodeceptJS[_0x37ff97(0x1e3)][_0x37ff97(0x1fb)](_0x352b3f);};module[a1_0x54df68(0x231)]=function(_0x172b5b){const _0x4dec33=a1_0x54df68,_0x5d1923={'LbOkL':function(_0x1a3acb){return _0x1a3acb();},'vlNeJ':function(_0x3d888f,_0x3d3cdd){return _0x3d888f(_0x3d3cdd);},'mWofZ':'getAccessibilityResultsSummary','WXske':_0x4dec33(0x19f),'uUPNh':_0x4dec33(0x1a0),'nighY':_0x4dec33(0x203),'euWjJ':_0x4dec33(0x1ee),'uhpBh':_0x4dec33(0x215),'AZJcS':_0x4dec33(0x24a),'dFmnl':_0x4dec33(0x1ba),'VTWlB':_0x4dec33(0x23b),'FpKcw':function(_0x3b8b7c){return _0x3b8b7c();},'tiCIU':function(_0x186701,_0x5bd3f9){return _0x186701(_0x5bd3f9);},'VZhNA':function(_0x1dbbc4,_0x4f7ad7,_0x4bd166){return _0x1dbbc4(_0x4f7ad7,_0x4bd166);},'SSKjZ':function(_0x32ac98,_0x30a3d6){return _0x32ac98(_0x30a3d6);},'lZVlR':_0x4dec33(0x199),'fQwhQ':function(_0xcb8c0d,_0x323a52,_0x4a9659){return _0xcb8c0d(_0x323a52,_0x4a9659);},'TgmIV':_0x4dec33(0x1e9),'BakEA':function(_0x501ed3){return _0x501ed3();},'WYVPQ':function(_0x2697db,_0x59b482,_0x29feba,_0x40d3be){return _0x2697db(_0x59b482,_0x29feba,_0x40d3be);},'vIOIt':function(_0x5e10a9,_0x137806,_0x3c9e4f,_0x1d6c68){return _0x5e10a9(_0x137806,_0x3c9e4f,_0x1d6c68);},'VTbtm':function(_0x5b9faa,_0x705329){return _0x5b9faa===_0x705329;},'iPKMy':_0x4dec33(0x164),'sJpEY':_0x4dec33(0x17c),'nmTce':_0x4dec33(0x218),'VRDed':_0x4dec33(0x1f3),'BkpUN':function(_0x2480a6,_0x10ea6b,_0x2cc016){return _0x2480a6(_0x10ea6b,_0x2cc016);},'umGoc':_0x4dec33(0x202),'lwXAj':_0x4dec33(0x267),'CcASk':_0x4dec33(0x249),'nZKCB':_0x4dec33(0x1d0),'UlySy':'step-comment','FuCHi':_0x4dec33(0x19e),'eNrtA':'bddStep-after','AUAcY':_0x4dec33(0x1c1)};_0x172b5b[_0x4dec33(0x1b8)]&&(global[_0x4dec33(0x22e)]=_0x172b5b['skipSessionStatus']);PerformanceTester[_0x4dec33(0x1d1)]();const _0xbeebb6=_0x5d1923[_0x4dec33(0x208)](getCodeceptDriver),_0x28da5e=new O11yHelper(_0xbeebb6,_0x172b5b),_0x27bae3=!!CodeceptJS[_0x4dec33(0x1e3)][_0x4dec33(0x1fb)](_0x5d1923['AUAcY']);global[_0x4dec33(0x1b2)]=_0xbeebb6,_0xbeebb6&&(PerformanceTester[_0x4dec33(0x1bb)](PerformanceEvents[_0x4dec33(0x195)],()=>{const _0x598005=_0x4dec33;_0x27bae3?_0x5d1923['LbOkL'](patchPlaywrightBefore):_0x5d1923[_0x598005(0x1fd)](patchWebDriverBefore,_0xbeebb6);})(),PerformanceTester[_0x4dec33(0x1bb)](PerformanceEvents[_0x4dec33(0x232)],()=>{const _0x4f5f3d=_0x4dec33,_0x4d1929={};_0x4d1929[_0x4f5f3d(0x217)]=_0x5d1923[_0x4f5f3d(0x213)],_0x4d1929[_0x4f5f3d(0x1e0)]=_0x5d1923[_0x4f5f3d(0x24c)];const _0x5cf26e=_0x4d1929;_0xbeebb6['getAccessibilityResultsSummary']=async()=>{const _0x4132b2=_0x4f5f3d;if(global['accessibilityPlatform']){const _0x1d49dc={};return _0x1d49dc[_0x4132b2(0x18f)]=_0x5d1923[_0x4132b2(0x255)],await PerformanceTester[_0x4132b2(0x1bb)](PerformanceA11yEvents[_0x4132b2(0x22d)],async()=>{const _0x719c93=_0x4132b2;return await AccessibilityHelper[_0x719c93(0x1a5)](_0xbeebb6,scripts['performScan']);},_0x1d49dc)(),await PerformanceTester[_0x4132b2(0x1bb)](PerformanceA11yEvents[_0x4132b2(0x23a)],async()=>{const _0x13a38f=_0x4132b2;return await AccessibilityHelper[_0x13a38f(0x1a5)](_0xbeebb6,scripts[_0x13a38f(0x21c)]);})();}return logger[_0x4132b2(0x1ea)](_0x5d1923['WXske']),{};},_0xbeebb6[_0x4f5f3d(0x1a0)]=async()=>{const _0x548c35=_0x4f5f3d;if(global[_0x548c35(0x1f0)]){const _0x54638a={};return _0x54638a[_0x548c35(0x18f)]=_0x5cf26e[_0x548c35(0x217)],await PerformanceTester[_0x548c35(0x1bb)](PerformanceA11yEvents[_0x548c35(0x22d)],async()=>{const _0x425c24=_0x548c35;return await AccessibilityHelper[_0x425c24(0x1a5)](_0xbeebb6,scripts['performScan']);},_0x54638a)(),await PerformanceTester[_0x548c35(0x1bb)](PerformanceA11yEvents[_0x548c35(0x1af)],async()=>{return await AccessibilityHelper['browserStackExecuteDriver'](_0xbeebb6,scripts['getResults']);})();}return logger[_0x548c35(0x1ea)](_0x5cf26e['DqyeF']),{};},_0x5d1923[_0x4f5f3d(0x1fd)](patchSaveScreenshot,_0xbeebb6);})()),CodeceptJS[_0x4dec33(0x1e4)][_0x4dec33(0x220)]['on'](CodeceptJS[_0x4dec33(0x1e4)][_0x4dec33(0x1c9)][_0x4dec33(0x1d7)],()=>{const _0x29cc51=_0x4dec33;PerformanceTester[_0x29cc51(0x233)](PerformanceEvents[_0x29cc51(0x251)]);try{_0x28da5e[_0x29cc51(0x233)](),testOpsHelper[_0x29cc51(0x187)](),PerformanceTester[_0x29cc51(0x1e6)](PerformanceEvents[_0x29cc51(0x251)]);}catch(_0x37e1bd){PerformanceTester[_0x29cc51(0x1f7)](_0x37e1bd),PerformanceTester[_0x29cc51(0x1e6)](PerformanceEvents[_0x29cc51(0x251)],![],_0x37e1bd);}}),CodeceptJS[_0x4dec33(0x1e4)][_0x4dec33(0x220)]['on'](CodeceptJS[_0x4dec33(0x1e4)][_0x4dec33(0x1c9)][_0x4dec33(0x21b)],async()=>{const _0x4ed0be=_0x4dec33;PerformanceTester[_0x4ed0be(0x233)](PerformanceEvents[_0x4ed0be(0x15f)]);try{requestSpy[_0x4ed0be(0x1fc)](),await _0x28da5e[_0x4ed0be(0x201)](),PerformanceTester[_0x4ed0be(0x1e6)](PerformanceEvents[_0x4ed0be(0x15f)]);}catch(_0x1eaf10){PerformanceTester['captureError'](_0x1eaf10),PerformanceTester['end'](PerformanceEvents[_0x4ed0be(0x15f)],![],_0x1eaf10);}finally{PerformanceTester[_0x4ed0be(0x21a)]();}}),CodeceptJS[_0x4dec33(0x1e4)]['dispatcher']['on'](CodeceptJS[_0x4dec33(0x1e4)][_0x4dec33(0x211)][_0x4dec33(0x1a1)],_0x46acdb=>{const _0x12b133=_0x4dec33;PerformanceTester[_0x12b133(0x233)](PerformanceEvents['SDK_HOOK']);try{const _0x4c1d5e=_0x46acdb['ctx'][_0x12b133(0x260)],_0x4125b3=_0x28da5e[_0x12b133(0x1dd)](TEST_EVENTS[_0x12b133(0x1de)],_0x4c1d5e);CodeceptRecorder[_0x12b133(0x171)](()=>_0x28da5e[_0x12b133(0x182)](TEST_EVENTS[_0x12b133(0x1de)],_0x4125b3));const _0x5b15a9={};_0x5b15a9['hookType']=_0x5d1923[_0x12b133(0x25d)],PerformanceTester['end'](PerformanceEvents['SDK_HOOK'],!![],null,_0x5b15a9);}catch(_0xf6411d){const _0x3ca274={};_0x3ca274[_0x12b133(0x229)]=_0x5d1923[_0x12b133(0x25d)],PerformanceTester[_0x12b133(0x1e6)](PerformanceEvents[_0x12b133(0x1bf)],![],_0xf6411d,_0x3ca274),PerformanceTester[_0x12b133(0x1f7)](_0xf6411d);}}),CodeceptJS[_0x4dec33(0x1e4)]['dispatcher']['on'](CodeceptJS['event'][_0x4dec33(0x211)]['passed'],_0x33417c=>{const _0x962836=_0x4dec33,_0x266b35={};_0x266b35['hookType']=_0x5d1923[_0x962836(0x1f5)],PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x266b35);try{const _0x47c671=_0x33417c[_0x962836(0x1be)][_0x962836(0x260)],_0x5d659d=_0x28da5e[_0x962836(0x1dd)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x47c671);CodeceptRecorder[_0x962836(0x171)](()=>_0x28da5e[_0x962836(0x182)](TEST_EVENTS[_0x962836(0x25f)],_0x5d659d));const _0x54ca15={};_0x54ca15[_0x962836(0x229)]=_0x5d1923[_0x962836(0x1f5)],PerformanceTester[_0x962836(0x1e6)](PerformanceHookEvents[_0x962836(0x1bf)],!![],null,_0x54ca15);}catch(_0x3fb0f4){PerformanceTester[_0x962836(0x1f7)](_0x3fb0f4);const _0x226a9c={};_0x226a9c[_0x962836(0x229)]=_0x5d1923[_0x962836(0x1f5)],PerformanceTester[_0x962836(0x1e6)](PerformanceHookEvents[_0x962836(0x1bf)],![],_0x3fb0f4,_0x226a9c);}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x4dec33(0x1e4)][_0x4dec33(0x211)]['failed'],async(_0x4afe54,_0x1a40cd)=>{const _0x31b7d7=_0x4dec33;PerformanceTester['start'](PerformanceHookEvents[_0x31b7d7(0x1bf)]);try{const _0x150908=_0x4afe54['ctx']['test'],_0x1a0a67=_0x28da5e[_0x31b7d7(0x1dd)](TEST_EVENTS[_0x31b7d7(0x25f)],_0x150908,_0x1a40cd);CodeceptRecorder[_0x31b7d7(0x171)](()=>_0x28da5e['fireEvent'](TEST_EVENTS[_0x31b7d7(0x25f)],_0x1a0a67));const _0xf91127={};_0xf91127['hookType']=_0x5d1923[_0x31b7d7(0x244)],PerformanceTester['start'](PerformanceHookEvents[_0x31b7d7(0x1bf)],!![],null,_0xf91127);}catch(_0x2b8e5b){PerformanceTester[_0x31b7d7(0x1f7)](_0x2b8e5b);const _0x40653b={};_0x40653b['hookType']=_0x5d1923[_0x31b7d7(0x244)],PerformanceTester[_0x31b7d7(0x1e6)](PerformanceHookEvents[_0x31b7d7(0x1bf)],![],_0x2b8e5b,_0x40653b);}const _0x1457b6={};_0x1457b6[_0x31b7d7(0x229)]=_0x5d1923[_0x31b7d7(0x244)],PerformanceTester[_0x31b7d7(0x1e6)](PerformanceHookEvents[_0x31b7d7(0x1bf)],!![],null,_0x1457b6);}),CodeceptJS[_0x4dec33(0x1e4)][_0x4dec33(0x220)]['on'](CodeceptJS[_0x4dec33(0x1e4)][_0x4dec33(0x260)][_0x4dec33(0x1d7)],_0x15d6f6=>{const _0xb7ffa9=_0x4dec33;PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{globals['setGlobal'](_0x5d1923['dFmnl'],_0x15d6f6[_0xb7ffa9(0x25c)]);_0x5d1923['LbOkL'](isBrowserstackInfra)&&(_0x27bae3&&(global['__workerDetails']={'currentTest':{'name':_0x15d6f6[_0xb7ffa9(0x25c)],'testInfo':{'titlePath':_0x15d6f6[_0xb7ffa9(0x1e5)]()}}}));const _0x26ec1d={};_0x26ec1d[_0xb7ffa9(0x229)]=_0x5d1923[_0xb7ffa9(0x196)],PerformanceTester[_0xb7ffa9(0x1e6)](PerformanceHookEvents[_0xb7ffa9(0x1bf)],!![],null,_0x26ec1d);}catch(_0x241402){PerformanceTester[_0xb7ffa9(0x1f7)](_0x241402);const _0x33a67c={};_0x33a67c[_0xb7ffa9(0x229)]=_0x5d1923[_0xb7ffa9(0x196)],PerformanceTester[_0xb7ffa9(0x1e6)](PerformanceHookEvents[_0xb7ffa9(0x1bf)],![],_0x241402,_0x33a67c);}}),CodeceptJS[_0x4dec33(0x1e4)]['dispatcher']['on'](CodeceptJS['event'][_0x4dec33(0x260)][_0x4dec33(0x1a1)],_0x3deeb7=>{const _0xb471e6=_0x4dec33;PerformanceTester[_0xb471e6(0x233)](PerformanceHookEvents[_0xb471e6(0x1bf)]);try{globals[_0xb471e6(0x1d2)](_0x5d1923[_0xb471e6(0x23c)],_0x3deeb7[_0xb471e6(0x25c)]);const _0x2388da=_0x28da5e[_0xb471e6(0x1dd)](TEST_EVENTS['TEST_RUN_STARTED'],_0x3deeb7);CodeceptRecorder[_0xb471e6(0x171)](()=>_0x28da5e[_0xb471e6(0x182)](TEST_EVENTS[_0xb471e6(0x189)],_0x2388da)),CodeceptRecorder[_0xb471e6(0x171)](async()=>{const _0x55d5f7=_0xb471e6;_0x5d1923['FpKcw'](isBrowserstackInfra)&&(!_0x5d1923['tiCIU'](isTrue,_0x172b5b[_0x55d5f7(0x1ab)])&&await _0x5d1923[_0x55d5f7(0x262)](markSessionName,_0xbeebb6,_0x3deeb7[_0x55d5f7(0x25c)]),_0x28da5e['enabled']&&await _0x5d1923[_0x55d5f7(0x1eb)](o11ySync,_0xbeebb6));});}catch(_0x1a6152){const _0x52d7ab={};_0x52d7ab[_0xb471e6(0x229)]=_0x5d1923[_0xb471e6(0x204)],PerformanceTester[_0xb471e6(0x1e6)](PerformanceHookEvents[_0xb471e6(0x1bf)],![],_0x1a6152,_0x52d7ab),PerformanceTester['captureError'](_0x1a6152);}const _0x2da766={};_0x2da766[_0xb471e6(0x229)]=_0x5d1923['lZVlR'],PerformanceTester['end'](PerformanceHookEvents[_0xb471e6(0x1bf)],!![],null,_0x2da766);}),CodeceptJS[_0x4dec33(0x1e4)][_0x4dec33(0x220)]['on'](CodeceptJS[_0x4dec33(0x1e4)][_0x4dec33(0x260)][_0x4dec33(0x1d9)],_0x2279df=>{const _0x4e7d81=_0x4dec33,_0x36f06c={'MdzDD':function(_0x2e9cdf,_0x389f77,_0x1e0bc4){const _0x225b50=a1_0x3d04;return _0x5d1923[_0x225b50(0x20a)](_0x2e9cdf,_0x389f77,_0x1e0bc4);},'cJsGD':function(_0x2dc14b){return _0x5d1923['LbOkL'](_0x2dc14b);}};PerformanceTester[_0x4e7d81(0x233)](PerformanceHookEvents[_0x4e7d81(0x1bf)]);try{const _0x7c2a78=_0x28da5e[_0x4e7d81(0x1dd)](TEST_EVENTS[_0x4e7d81(0x18d)],_0x2279df);CodeceptRecorder['add'](()=>_0x28da5e[_0x4e7d81(0x182)](TEST_EVENTS[_0x4e7d81(0x18d)],_0x7c2a78)),CodeceptRecorder[_0x4e7d81(0x171)](async()=>{const _0x9af860=_0x4e7d81,_0x349843={'tFfpW':function(_0x15fe75,_0x4cc9f8,_0x4e972a){const _0x250a9b=a1_0x3d04;return _0x36f06c[_0x250a9b(0x185)](_0x15fe75,_0x4cc9f8,_0x4e972a);}};_0x36f06c[_0x9af860(0x19a)](isBrowserstackInfra)&&await PerformanceTester[_0x9af860(0x1bb)](PerformanceAutEvents['SESSION_STATUS'],async()=>{const _0x43bbcf=_0x9af860;_0x27bae3?await _0x349843[_0x43bbcf(0x176)](playwrightMarkSessionStatus,_0xbeebb6,STATE_PASSED):await _0x349843[_0x43bbcf(0x176)](markSessionStatus,_0xbeebb6,STATE_PASSED);})();}),PerformanceTester[_0x4e7d81(0x1e6)](PerformanceEvents[_0x4e7d81(0x1c3)]);}catch(_0x3ad58b){PerformanceTester['captureError'](_0x3ad58b);const _0x3ff0ba={};_0x3ff0ba['hookType']=_0x5d1923[_0x4e7d81(0x1cf)],PerformanceTester[_0x4e7d81(0x1e6)](PerformanceHookEvents['SDK_HOOK'],![],_0x3ad58b,_0x3ff0ba),PerformanceTester[_0x4e7d81(0x1e6)](PerformanceEvents['SDK_TEST'],![],_0x3ad58b);}const _0x1b554b={};_0x1b554b[_0x4e7d81(0x229)]=_0x5d1923[_0x4e7d81(0x1cf)],PerformanceTester[_0x4e7d81(0x1e6)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x1b554b);}),CodeceptJS[_0x4dec33(0x1e4)][_0x4dec33(0x220)]['on'](CodeceptJS[_0x4dec33(0x1e4)][_0x4dec33(0x260)][_0x4dec33(0x170)],(_0x298396,_0x54558f)=>{const _0x2c4071=_0x4dec33;PerformanceTester[_0x2c4071(0x233)](PerformanceHookEvents[_0x2c4071(0x1bf)]);try{if(_0x5d1923['VTbtm'](_0x298396[_0x2c4071(0x17e)][_0x2c4071(0x1ae)],_0x5d1923['iPKMy'])){const _0x261042=_0x28da5e[_0x2c4071(0x1dd)](TEST_EVENTS[_0x2c4071(0x1a8)],_0x298396['ctx'][_0x2c4071(0x1f4)]);CodeceptRecorder[_0x2c4071(0x171)](()=>_0x28da5e[_0x2c4071(0x182)](TEST_EVENTS[_0x2c4071(0x1a8)],_0x261042));}else{const _0x3d337a=_0x28da5e[_0x2c4071(0x1dd)](TEST_EVENTS[_0x2c4071(0x18d)],_0x298396,_0x54558f);CodeceptRecorder[_0x2c4071(0x171)](()=>{const _0x45866a=_0x2c4071;try{_0x28da5e['fireEvent'](TEST_EVENTS[_0x45866a(0x18d)],_0x3d337a);}catch(_0x14adba){logger[_0x45866a(0x207)]('Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20'+util[_0x45866a(0x197)](_0x14adba)),PerformanceTester[_0x45866a(0x1e6)](PerformanceEvents[_0x45866a(0x1c3)],![],_0x14adba);}}),CodeceptRecorder[_0x2c4071(0x171)](async()=>{const _0x28a879=_0x2c4071;try{_0x5d1923['BakEA'](isBrowserstackInfra)&&(_0x27bae3?await _0x5d1923[_0x28a879(0x173)](playwrightMarkSessionStatus,_0xbeebb6,STATE_FAILED,_0x54558f):await _0x5d1923[_0x28a879(0x19d)](markSessionStatus,_0xbeebb6,STATE_FAILED,_0x54558f));}catch(_0x5c93e7){logger['debug'](_0x28a879(0x1ec)+util[_0x28a879(0x197)](_0x5c93e7)),PerformanceTester[_0x28a879(0x1e6)](PerformanceEvents[_0x28a879(0x1c3)],![],_0x5c93e7);}});}PerformanceTester[_0x2c4071(0x1e6)](PerformanceEvents[_0x2c4071(0x1c3)]);}catch(_0x321e13){PerformanceTester[_0x2c4071(0x1f7)](_0x321e13);const _0x19f067={};_0x19f067[_0x2c4071(0x229)]=_0x5d1923[_0x2c4071(0x25b)],PerformanceTester[_0x2c4071(0x1e6)](PerformanceHookEvents[_0x2c4071(0x1bf)],![],_0x321e13,_0x19f067),PerformanceTester[_0x2c4071(0x1e6)](PerformanceEvents[_0x2c4071(0x1c3)],![],_0x321e13);}const _0x515d76={};_0x515d76['hookType']=_0x5d1923[_0x2c4071(0x25b)],PerformanceTester[_0x2c4071(0x1e6)](PerformanceHookEvents[_0x2c4071(0x1bf)],!![],null,_0x515d76);}),CodeceptJS[_0x4dec33(0x1e4)][_0x4dec33(0x220)]['on'](CodeceptJS['event'][_0x4dec33(0x260)][_0x4dec33(0x21d)],_0x5b1928=>{const _0x1e2658=_0x4dec33;PerformanceTester[_0x1e2658(0x233)](PerformanceHookEvents[_0x1e2658(0x1bf)]);try{const _0xa2dab3=_0x28da5e['captureEvent'](TEST_EVENTS[_0x1e2658(0x1a8)],_0x5b1928);CodeceptRecorder['add'](()=>_0x28da5e['fireEvent'](TEST_EVENTS['TEST_RUN_SKIPPED'],_0xa2dab3)),PerformanceTester['end'](PerformanceEvents[_0x1e2658(0x1c3)]);}catch(_0x4cba48){PerformanceTester[_0x1e2658(0x1f7)](_0x4cba48),PerformanceTester[_0x1e2658(0x1e6)](PerformanceEvents[_0x1e2658(0x1c3)],![],_0x4cba48);const _0x4ff9b7={};_0x4ff9b7[_0x1e2658(0x229)]=_0x5d1923[_0x1e2658(0x166)],PerformanceTester[_0x1e2658(0x1e6)](PerformanceHookEvents[_0x1e2658(0x1bf)],![],_0x4cba48,_0x4ff9b7);}const _0x24a7bd={};_0x24a7bd[_0x1e2658(0x229)]=_0x5d1923[_0x1e2658(0x166)],PerformanceTester[_0x1e2658(0x1e6)](PerformanceHookEvents[_0x1e2658(0x1bf)],!![],null,_0x24a7bd);}),CodeceptJS[_0x4dec33(0x1e4)][_0x4dec33(0x220)]['on'](CodeceptJS[_0x4dec33(0x1e4)][_0x4dec33(0x260)]['after'],async(_0x474ab8,_0x27a1a5)=>{const _0x5d497a=_0x4dec33;try{PerformanceTester[_0x5d497a(0x233)](PerformanceHookEvents[_0x5d497a(0x1bf)]);const _0x19dbfb=_0x5d1923[_0x5d497a(0x1a7)](shouldScanTestForAccessibility,_0x474ab8[_0x5d497a(0x1e5)](),!![]);if(_0x5d1923[_0x5d497a(0x208)](isAccessibilityAutomationSession)&&global['accessibilityPlatform']&&_0x19dbfb){const _0x8a0921={};_0x8a0921['thTestRunUuid']=_0x474ab8[_0x5d497a(0x16f)],_0x8a0921[_0x5d497a(0x240)]=process[_0x5d497a(0x22f)][testHubConstants[_0x5d497a(0x16b)][_0x5d497a(0x1a9)]],_0x8a0921[_0x5d497a(0x18e)]=process['env'][testHubConstants[_0x5d497a(0x16b)][_0x5d497a(0x1c4)]];const _0x1b65e5=_0x8a0921;logger[_0x5d497a(0x207)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON['stringify'](_0x1b65e5)),CodeceptRecorder[_0x5d497a(0x171)](async()=>{const _0x2ad659=_0x5d497a,_0x21c7b8={};_0x21c7b8['command']=_0x5d1923[_0x2ad659(0x212)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x2ad659(0x22d)],async()=>{const _0x19f8b3=_0x2ad659;await AccessibilityHelper['browserStackExecuteDriver'](_0xbeebb6,scripts[_0x19f8b3(0x24b)]);},_0x21c7b8)(),await PerformanceTester[_0x2ad659(0x1bb)](PerformanceA11yEvents[_0x2ad659(0x175)],async()=>{const _0x2a5cc4=_0x2ad659;await AccessibilityHelper['browserStackExecuteDriver'](_0xbeebb6,scripts[_0x2a5cc4(0x22c)],_0x1b65e5);})();}),logger[_0x5d497a(0x225)](_0x5d1923['umGoc']);}const _0x486717={};_0x486717[_0x5d497a(0x229)]=_0x5d1923[_0x5d497a(0x17f)],PerformanceTester[_0x5d497a(0x1e6)](PerformanceHookEvents[_0x5d497a(0x1bf)],!![],null,_0x486717);}catch(_0x17ad82){PerformanceTester['captureError'](_0x17ad82);const _0x147280={};_0x147280['hookType']=_0x5d1923[_0x5d497a(0x17f)],PerformanceTester[_0x5d497a(0x1e6)](PerformanceHookEvents[_0x5d497a(0x1bf)],![],_0x17ad82,_0x147280);}}),CodeceptJS[_0x4dec33(0x1e4)][_0x4dec33(0x220)]['on'](CodeceptJS['event'][_0x4dec33(0x186)][_0x4dec33(0x1ad)],_0x2e0ecd=>{const _0x185e8c=_0x4dec33;PerformanceTester[_0x185e8c(0x233)](PerformanceHookEvents['SDK_HOOK']);try{process['emit']('bs:addLog:'+process[_0x185e8c(0x1d4)],{'timestamp':new Date()[_0x185e8c(0x183)](),'level':_0x5d1923[_0x185e8c(0x1a4)],'message':_0x2e0ecd,'kind':_0x5d1923[_0x185e8c(0x268)],'http_response':{}});}catch(_0x1a36dd){PerformanceTester[_0x185e8c(0x1f7)](_0x1a36dd);const _0x391ac0={};_0x391ac0[_0x185e8c(0x229)]=_0x5d1923[_0x185e8c(0x20b)],PerformanceTester[_0x185e8c(0x1e6)](PerformanceHookEvents[_0x185e8c(0x1bf)],![],_0x1a36dd,_0x391ac0);}const _0x1620e5={};_0x1620e5[_0x185e8c(0x229)]=_0x5d1923[_0x185e8c(0x20b)],PerformanceTester[_0x185e8c(0x1e6)](PerformanceHookEvents[_0x185e8c(0x1bf)],!![],null,_0x1620e5);}),CodeceptJS['event'][_0x4dec33(0x220)]['on'](CodeceptJS[_0x4dec33(0x1e4)][_0x4dec33(0x219)][_0x4dec33(0x1d7)],_0x2a460a=>{const _0x28a4ae=_0x4dec33,_0x27b9e7={};_0x27b9e7[_0x28a4ae(0x229)]=_0x5d1923[_0x28a4ae(0x188)],PerformanceTester[_0x28a4ae(0x1bb)](PerformanceHookEvents[_0x28a4ae(0x1bf)],()=>{const _0x5a8ab0=_0x28a4ae;_0x28da5e[_0x5a8ab0(0x167)](_0x2a460a);},_0x27b9e7)();}),CodeceptJS[_0x4dec33(0x1e4)][_0x4dec33(0x220)]['on'](CodeceptJS[_0x4dec33(0x1e4)][_0x4dec33(0x219)]['after'],_0x4a18f3=>{const _0x4df2e1=_0x4dec33,_0x4ccd02={};_0x4ccd02['hookType']=_0x5d1923[_0x4df2e1(0x16d)],PerformanceTester[_0x4df2e1(0x1bb)](PerformanceHookEvents[_0x4df2e1(0x1bf)],()=>{const _0x252ffc=_0x4df2e1;_0x28da5e[_0x252ffc(0x1b4)](_0x4a18f3);},_0x4ccd02)();});};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a2_0x46d5e2=a2_0x5e92;(function(_0x3cf284,_0x171e14){const _0x687d47=a2_0x5e92,_0x87927=_0x3cf284();while(!![]){try{const _0xd22405=parseInt(_0x687d47(0x1dc))/0x1+parseInt(_0x687d47(0x205))/0x2*(parseInt(_0x687d47(0x216))/0x3)+-parseInt(_0x687d47(0x21b))/0x4*(parseInt(_0x687d47(0x256))/0x5)+parseInt(_0x687d47(0x1ce))/0x6*(-parseInt(_0x687d47(0x20d))/0x7)+parseInt(_0x687d47(0x24b))/0x8+-parseInt(_0x687d47(0x244))/0x9*(parseInt(_0x687d47(0x21d))/0xa)+parseInt(_0x687d47(0x25a))/0xb*(parseInt(_0x687d47(0x1e3))/0xc);if(_0xd22405===_0x171e14)break;else _0x87927['push'](_0x87927['shift']());}catch(_0x3aa182){_0x87927['push'](_0x87927['shift']());}}}(a2_0x2365,0xe6b06));const fs=require('fs'),path=require(a2_0x46d5e2(0x1d2)),util=require(a2_0x46d5e2(0x1c8)),process=require(a2_0x46d5e2(0x228)),logger=require(a2_0x46d5e2(0x23b))[a2_0x46d5e2(0x1dd)],{default:BrowserStackSetup}=require(a2_0x46d5e2(0x250)),helper=require(a2_0x46d5e2(0x1d3)),utilities=require(a2_0x46d5e2(0x23d)),{checkAccessibilityPlatformConfig}=require('../../helpers/accessibility-automation/helper'),{setAccessibilityCapabilities}=require(a2_0x46d5e2(0x239)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x46d5e2(0x1d3)),CodeceptJS=requireModule(a2_0x46d5e2(0x24a),a2_0x46d5e2(0x262)),testOpsHelper=require(a2_0x46d5e2(0x1f7)),TestHubHandler=require('../../helpers/testhub/testhubHandler'),constants=require(a2_0x46d5e2(0x252)),PerformanceTester=require(a2_0x46d5e2(0x1ed)),{FRAMEWORKS}=require(a2_0x46d5e2(0x1e4)),PerformanceEvents=require(a2_0x46d5e2(0x22c))['EVENTS'],ClientTroubleShootingService=require(a2_0x46d5e2(0x1ec)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x23745f,_0x57784f)=>{const _0x51024c=a2_0x46d5e2,_0x5f59da={};_0x5f59da[_0x51024c(0x24f)]=function(_0x3b8c0a,_0x2fa91d){return _0x3b8c0a===_0x2fa91d;},_0x5f59da['slLVB']=_0x51024c(0x1e9),_0x5f59da[_0x51024c(0x257)]=_0x51024c(0x24d);const _0x4c4d47=_0x5f59da;let _0x8ade44=null;const _0x5cad31={};let _0x3bcaa4=_0x57784f[_0x51024c(0x237)](_0x5c55cd=>_0x5c55cd===_0x51024c(0x1fe));_0x4c4d47[_0x51024c(0x24f)](_0x3bcaa4,-0x1)&&(_0x3bcaa4=_0x57784f[_0x51024c(0x237)](_0x543333=>_0x543333==='-c'));if(!helper[_0x51024c(0x260)](_0x23745f[_0x51024c(0x1de)])&&fs['existsSync'](path['join'](process[_0x51024c(0x24e)](),_0x23745f[_0x51024c(0x1de)])))_0x8ade44=path['join'](process['cwd'](),_0x23745f[_0x51024c(0x1de)]),_0x57784f['slice'](_0x3bcaa4,0x2);else{if(!helper[_0x51024c(0x260)](_0x23745f['c'])&&fs[_0x51024c(0x22b)](path['join'](process['cwd'](),_0x23745f['c'])))_0x8ade44=path['join'](process[_0x51024c(0x24e)](),_0x23745f['c']),_0x57784f[_0x51024c(0x1f2)](_0x3bcaa4,0x2);else{if(fs[_0x51024c(0x22b)](path[_0x51024c(0x20c)](process['cwd'](),_0x4c4d47['slLVB'])))_0x8ade44=path[_0x51024c(0x20c)](process['cwd'](),_0x4c4d47[_0x51024c(0x206)]);else fs[_0x51024c(0x22b)](path[_0x51024c(0x20c)](process[_0x51024c(0x24e)](),_0x4c4d47['nrfIm']))&&(_0x8ade44=path['join'](process[_0x51024c(0x24e)](),_0x4c4d47['nrfIm']));}}return process[_0x51024c(0x1f8)]['USER_CONFIG_DETAILS_PATH']=_0x8ade44,_0x8ade44;},getO11yRerunPattern=()=>{const _0x291ce6=a2_0x46d5e2,_0x51ca97=helper['isTrue'](process[_0x291ce6(0x1f8)]['BROWSERSTACK_RERUN']);if(_0x51ca97){const _0x45a177=process[_0x291ce6(0x1f8)][_0x291ce6(0x233)],_0x49fa99=[];if(helper[_0x291ce6(0x248)](_0x45a177)&&!helper['isUndefined'](_0x45a177)){_0x45a177[_0x291ce6(0x20e)](',')[_0x291ce6(0x261)](_0xa9024b=>{const _0x1eaa90=_0x291ce6;_0x49fa99[_0x1eaa90(0x253)]('('+_0xa9024b['trim']()+')');});const _0x4907e2='^'+_0x49fa99[_0x291ce6(0x20c)]('|')+'$';return _0x4907e2;}}return null;},a2_0x1c1e69={};a2_0x1c1e69['chrome']=a2_0x46d5e2(0x245),a2_0x1c1e69[a2_0x46d5e2(0x1d5)]=a2_0x46d5e2(0x245),a2_0x1c1e69['playwright-firefox']=a2_0x46d5e2(0x21c),a2_0x1c1e69[a2_0x46d5e2(0x242)]=a2_0x46d5e2(0x1d4);const pwToCodeceptBrowser=a2_0x1c1e69;function a2_0x5e92(_0x5f4173,_0x246b22){const _0x236587=a2_0x2365();return a2_0x5e92=function(_0x5e9295,_0x454c77){_0x5e9295=_0x5e9295-0x1bf;let _0x30d73b=_0x236587[_0x5e9295];return _0x30d73b;},a2_0x5e92(_0x5f4173,_0x246b22);}async function run(_0x83b086,_0x4f0996,_0x38e5e9){const _0x93737a=a2_0x46d5e2,_0x7a5185={'uvmnJ':function(_0xc4f069,_0x407c74){return _0xc4f069+_0x407c74;},'quvGp':function(_0x3eed1a,_0x42b744){return _0x3eed1a(_0x42b744);},'DGygb':function(_0x39ad93,_0x462ccc,_0x1d2dd9){return _0x39ad93(_0x462ccc,_0x1d2dd9);},'RFQMX':_0x93737a(0x1ff),'LGdjQ':function(_0x26d849){return _0x26d849();},'HUJGz':_0x93737a(0x229),'SYoMR':function(_0x3f5c6f){return _0x3f5c6f();},'SiBGc':_0x93737a(0x227),'kzjya':_0x93737a(0x20b),'FqUEQ':_0x93737a(0x241),'yugBL':'3|5|2|0|1|4','gSZJn':_0x93737a(0x211),'EIOKb':_0x93737a(0x1ee),'BEjRL':'WebDriver','OJmSD':function(_0x4566e7,_0x3f1693){return _0x4566e7!=_0x3f1693;},'vFiJg':function(_0x54ee34,_0x3f8d70){return _0x54ee34===_0x3f8d70;},'lWcxN':function(_0x54b5d0,_0x5304a1,_0x52fa60){return _0x54b5d0(_0x5304a1,_0x52fa60);},'KBMUk':_0x93737a(0x1ea),'axmag':function(_0x31a668,_0x37e1db){return _0x31a668(_0x37e1db);},'Wzcbc':function(_0x573ed3){return _0x573ed3();},'JddfV':function(_0x21b0c4,_0x43d78d){return _0x21b0c4*_0x43d78d;},'ZDOjG':function(_0x2931f7,_0xef3600,_0x1ba416){return _0x2931f7(_0xef3600,_0x1ba416);},'ZuzHr':_0x93737a(0x25b),'BZOmy':function(_0x57a899,_0x467bfa,_0x3326d9){return _0x57a899(_0x467bfa,_0x3326d9);},'pvvEg':'desiredCapabilities','ovtqV':_0x93737a(0x1f9),'pBqmB':_0x93737a(0x1f1),'EJLcv':'browserStackCwd'};await _0x38e5e9[_0x93737a(0x25f)](_0x83b086),await helper['handleApp'](_0x38e5e9[_0x93737a(0x1de)]);if(!_0x38e5e9[_0x93737a(0x1de)])return;process[_0x93737a(0x23a)]=_0x83b086[_0x93737a(0x23a)];_0x83b086[_0x93737a(0x23a)]&&(process['env'][_0x93737a(0x23a)]=_0x83b086[_0x93737a(0x23a)]);const _0x26942c=_0x7a5185[_0x93737a(0x263)](getUserCodeceptJSConfigs,_0x83b086,_0x4f0996);let _0x590681={};_0x26942c?(logger[_0x93737a(0x1e1)]('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0x26942c),_0x590681=CodeceptJS[_0x93737a(0x1de)][_0x93737a(0x1da)](_0x26942c)):logger[_0x93737a(0x1e1)](_0x7a5185['gSZJn']);let _0x56becb=![];_0x7a5185[_0x93737a(0x263)](nestedKeyValue,_0x590681,[_0x7a5185['RFQMX'],_0x7a5185['EIOKb']])&&(_0x56becb=!![]);const _0x7eccae=_0x56becb?_0x7a5185['EIOKb']:_0x7a5185[_0x93737a(0x1d1)];let _0x518925=!_0x56becb?helper[_0x93737a(0x204)](_0x38e5e9[_0x93737a(0x1de)]):![];!helper[_0x93737a(0x260)](_0x38e5e9['config'][_0x93737a(0x1cf)])&&(process[_0x93737a(0x1f8)][_0x93737a(0x1eb)]=JSON[_0x93737a(0x222)](_0x38e5e9[_0x93737a(0x1de)][_0x93737a(0x1cf)]));let _0x2a9ab7=_0x38e5e9[_0x93737a(0x1de)]['accessibility'];_0x2a9ab7=_0x2a9ab7||_0x7a5185['quvGp'](checkAccessibilityPlatformConfig,_0x38e5e9[_0x93737a(0x1de)]),process[_0x93737a(0x1f8)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x2a9ab7;_0x2a9ab7&&(_0x518925=!_0x2a9ab7);_0x7a5185[_0x93737a(0x1f5)](_0x38e5e9[_0x93737a(0x1de)]['testObservability'],null)?process[_0x93737a(0x1f8)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x38e5e9[_0x93737a(0x1de)][_0x93737a(0x215)]:process['env'][_0x93737a(0x225)]=_0x7a5185[_0x93737a(0x21e)](_0x7eccae,_0x7a5185[_0x93737a(0x1fb)]);const _0xab0616=_0x7a5185['lWcxN'](nestedKeyValue,_0x590681,[_0x7a5185[_0x93737a(0x1cd)]]),_0x31a9ce=_0xab0616&&!helper[_0x93737a(0x25c)](_0xab0616)?FRAMEWORKS[_0x93737a(0x201)]:FRAMEWORKS[_0x93737a(0x1e6)],_0xbe3c8e=await TestHubHandler['launchBuild'](_0x31a9ce,_0x38e5e9);_0x2a9ab7&&_0x7a5185[_0x93737a(0x230)](setAccessibilityCapabilities,_0x38e5e9[_0x93737a(0x1de)]);const _0x2e8571={},_0x430fe2=[],_0x3e5a97=_0x38e5e9[_0x93737a(0x1de)][_0x93737a(0x238)]||helper[_0x93737a(0x25e)](_0x83b086,_0x4f0996,_0x38e5e9[_0x93737a(0x1de)],constants[_0x93737a(0x243)]['CODECEPT'])||0x1;let _0x17e189=0x1;if(_0x7a5185[_0x93737a(0x1e0)](isBrowserstackInfra)){const _0x4cb4d6=helper[_0x93737a(0x1e5)](_0x38e5e9[_0x93737a(0x1de)],_0x518925,constants[_0x93737a(0x243)][_0x93737a(0x1e6)]);_0x4cb4d6['forEach'](_0x39656d=>{helper['setAdditionalCapabilities'](_0x39656d);}),helper[_0x93737a(0x247)](_0x38e5e9[_0x93737a(0x1de)])?_0x17e189=_0x7a5185['JddfV'](_0x3e5a97,_0x38e5e9[_0x93737a(0x1de)][_0x93737a(0x246)][_0x93737a(0x217)]):_0x17e189=_0x3e5a97,_0x4cb4d6[_0x93737a(0x1d6)](_0x10d079=>{const _0x4eac94=_0x93737a,_0x5cfcfa={'yJHxm':function(_0x368175,_0x4d1b27){const _0x2b08d0=a2_0x5e92;return _0x7a5185[_0x2b08d0(0x1c9)](_0x368175,_0x4d1b27);},'ayCfK':function(_0x45260d,_0xb8f724){const _0x3110b4=a2_0x5e92;return _0x7a5185[_0x3110b4(0x1ef)](_0x45260d,_0xb8f724);}},_0x428a40=_0x7a5185[_0x4eac94(0x1c9)](helper[_0x4eac94(0x1f4)](_0x10d079,'_'),'_'+Date['now']()),_0x3e7143=((()=>{const _0x2dee57=_0x4eac94;if(_0x56becb){const _0x328191=pwToCodeceptBrowser[_0x10d079['browserName']]||_0x10d079[_0x2dee57(0x1cc)];return{'browser':_0x328191,[_0x328191]:{'browserWSEndpoint':_0x5cfcfa['yJHxm'](helper[_0x2dee57(0x249)](_0x38e5e9['config']),_0x5cfcfa[_0x2dee57(0x1c3)](encodeURIComponent,JSON[_0x2dee57(0x222)](_0x10d079)))}};}const _0x142d68={};return _0x142d68[_0x2dee57(0x1db)]=_0x10d079,_0x142d68[_0x2dee57(0x209)]=_0x38e5e9[_0x2dee57(0x1de)][_0x2dee57(0x223)],_0x142d68[_0x2dee57(0x1df)]=_0x38e5e9[_0x2dee57(0x1de)][_0x2dee57(0x236)],_0x142d68;})()),_0x42fe47=_0x7a5185[_0x4eac94(0x263)](nestedKeyValue,_0x590681,[_0x7a5185[_0x4eac94(0x1bf)],_0x7eccae]);_0x2e8571[_0x428a40]=_0x42fe47?helper[_0x4eac94(0x202)](_0x3e7143,_0x42fe47):_0x3e7143;if(!_0x56becb){_0x2e8571[_0x428a40][_0x4eac94(0x25b)]=_0x10d079[_0x4eac94(0x1cc)]||_0x3e7143[_0x4eac94(0x25b)];if(_0x7a5185[_0x4eac94(0x220)](isBrowserstackInfra)){_0x2e8571[_0x428a40][_0x4eac94(0x1cb)]=constants[_0x4eac94(0x213)][_0x4eac94(0x1ca)](_0x7a5185[_0x4eac94(0x226)],'')[_0x4eac94(0x1ca)](/https?:\/\//,'');;_0x2e8571[_0x428a40]['path']=_0x7a5185[_0x4eac94(0x226)];}}_0x430fe2['push'](_0x428a40);});}else{_0x17e189=0x1;if(_0x56becb){const _0x1ca7ce=_0x7a5185[_0x93737a(0x25d)](nestedKeyValue,_0x590681,[_0x7a5185[_0x93737a(0x1bf)],_0x7eccae,_0x7a5185['ZuzHr']]),_0x58e996=_0x7a5185[_0x93737a(0x234)](nestedKeyValue,_0x590681,[_0x7a5185['RFQMX'],_0x7eccae,_0x1ca7ce]);if(_0x58e996&&_0x58e996[_0x93737a(0x235)]){const _0x215e9b={};_0x215e9b[_0x93737a(0x246)]=[],_0x58e996['browserWSEndpoint']=helper[_0x93737a(0x1e5)](Object[_0x93737a(0x214)]({},_0x38e5e9[_0x93737a(0x1de)],_0x215e9b),null,_0x31a9ce[_0x93737a(0x1f0)](),null,null,_0x58e996[_0x93737a(0x235)]);}}else{const _0x107d6c={};_0x107d6c[_0x93737a(0x246)]=[],_0x590681[_0x7a5185[_0x93737a(0x1bf)]][_0x7eccae][_0x7a5185[_0x93737a(0x23c)]]=helper['prepareCapabilities'](Object[_0x93737a(0x214)]({},_0x38e5e9[_0x93737a(0x1de)],_0x107d6c),null,_0x31a9ce[_0x93737a(0x1f0)](),_0x7a5185[_0x93737a(0x22d)](nestedKeyValue,_0x590681,[_0x7a5185[_0x93737a(0x1bf)],_0x7eccae,_0x7a5185['pvvEg']])||{},null,null);}_0x2e8571[_0x7a5185[_0x93737a(0x23e)]]=_0x590681,_0x430fe2[_0x93737a(0x253)](_0x7a5185[_0x93737a(0x23e)]);}const _0x18ba6f={};_0x18ba6f[_0x93737a(0x218)]=_0x26942c;const _0x3ee6de=_0x18ba6f,_0x551c50=path[_0x93737a(0x20c)](__dirname,_0x7a5185[_0x93737a(0x207)]),_0x5978f5=process['cwd']();process[_0x93737a(0x1f8)][_0x7a5185[_0x93737a(0x24c)]]=_0x5978f5,process[_0x93737a(0x254)](path[_0x93737a(0x259)](_0x26942c));const _0x5c969f=new CodeceptJS[(_0x93737a(0x203))](null,_0x3ee6de),_0x12b98e=_0x5c969f[_0x93737a(0x1d7)](_0x17e189),_0x17d006=testOpsHelper[_0x93737a(0x1c6)](),_0x4253fc=_0x430fe2[_0x93737a(0x261)](_0x3f486b=>{const _0x4c97a3=_0x93737a,_0xd9939b={};_0xd9939b[_0x4c97a3(0x1ee)]=_0x2e8571[_0x3f486b];const _0x542b24={};_0x542b24[_0x4c97a3(0x1c4)]=_0x2e8571[_0x3f486b];const _0x51ad13=_0x56becb?_0xd9939b:_0x542b24,_0x141080=_0x7a5185['LGdjQ'](getO11yRerunPattern),_0x2db56d={};_0x2db56d['helpers']=_0x51ad13;const _0x3f0fec={};_0x3f0fec[_0x4c97a3(0x20a)]=_0x551c50,_0x3f0fec[_0x4c97a3(0x22a)]=!![],_0x3f0fec['skipSessionName']=_0x38e5e9['config'][_0x4c97a3(0x1c0)][_0x4c97a3(0x221)],_0x3f0fec['skipSessionStatus']=_0x38e5e9[_0x4c97a3(0x1de)][_0x4c97a3(0x1c0)]['skipSessionStatus'],_0x3f0fec[_0x4c97a3(0x215)]=_0x17d006,_0x3f0fec[_0x4c97a3(0x1f6)]=_0x31a9ce;const _0x254cb0={};_0x254cb0[_0x4c97a3(0x208)]=_0x3f0fec;const _0x217a3b={};return _0x217a3b[_0x4c97a3(0x1d0)]=_0x254cb0,helper['mergeDeep']({},_0x590681,_0x7a5185[_0x4c97a3(0x22f)](isBrowserstackInfra)?_0x2db56d:{},_0x141080?{'grep':_0x141080}:{},_0x217a3b);});for(const _0x368a56 of _0x4253fc){for(const _0x1e074e of _0x12b98e){const _0xab1f99=_0x5c969f[_0x93737a(0x1e7)]();_0xab1f99[_0x93737a(0x224)](_0x1e074e),_0xab1f99['addConfig'](_0x368a56);const _0x4b95b8={};_0x4b95b8['config']=_0x26942c,_0xab1f99['addOptions'](Object[_0x93737a(0x214)](_0x4b95b8,_0x83b086));}}_0x5c969f['on'](CodeceptJS[_0x93737a(0x1f3)][_0x93737a(0x20f)][_0x93737a(0x212)],(_0x259634,_0x3dcdf2)=>{const _0x23101b=_0x93737a;console['log'](_0x7a5185[_0x23101b(0x219)],_0x259634[_0x23101b(0x1fc)]);const _0x22d16a={[_0x259634[_0x23101b(0x1fc)]]:_0x259634[_0x23101b(0x258)][_0x23101b(0x251)]};_testErrorData[_0x23101b(0x253)](_0x22d16a);}),_0x5c969f['on'](CodeceptJS[_0x93737a(0x1f3)][_0x93737a(0x20f)][_0x93737a(0x1e2)],async _0x321d84=>{const _0x1f4750=_0x93737a;console[_0x1f4750(0x22e)](_0x7a5185[_0x1f4750(0x255)],_0x321d84[_0x1f4750(0x1fc)]);}),_0x5c969f['on'](CodeceptJS[_0x93737a(0x1f3)][_0x93737a(0x20f)][_0x93737a(0x23f)],async _0x4198fe=>{const _0xbeb90b=_0x93737a;console[_0xbeb90b(0x22e)](_0x7a5185[_0xbeb90b(0x1fa)],_0x4198fe[_0xbeb90b(0x1fc)]);}),_0x5c969f['on'](CodeceptJS[_0x93737a(0x1f3)][_0x93737a(0x1fd)][_0x93737a(0x1c1)],async()=>{const _0x5c4b85=_0x93737a,_0x3bdcd0=_0x7a5185[_0x5c4b85(0x231)][_0x5c4b85(0x20e)]('|');let _0x3d08a6=0x0;while(!![]){switch(_0x3bdcd0[_0x3d08a6++]){case'0':utilities[_0x5c4b85(0x1c2)](_0x38e5e9);continue;case'1':try{await TestHubHandler[_0x5c4b85(0x232)]();}catch(_0x9802d){logger[_0x5c4b85(0x21f)]('Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20'+util[_0x5c4b85(0x1d8)](_0x9802d));}continue;case'2':testOpsHelper[_0x5c4b85(0x210)]();continue;case'3':PerformanceTester[_0x5c4b85(0x240)](PerformanceEvents[_0x5c4b85(0x200)]);continue;case'4':_0x5c969f[_0x5c4b85(0x1d9)]();continue;case'5':_0x38e5e9[_0x5c4b85(0x1e8)]=_testErrorData;continue;}break;}});async function _0x4bbe0b(){const _0x12baae=_0x93737a;try{await _0x5c969f[_0x12baae(0x1c5)](),await _0x5c969f[_0x12baae(0x1c7)]();}finally{process['chdir'](_0x5978f5),await _0x5c969f[_0x12baae(0x21a)]();}}PerformanceTester['end'](PerformanceEvents['SDK_SETUP']),_0x7a5185[_0x93737a(0x1e0)](_0x4bbe0b);}module['exports']=run;function a2_0x2365(){const _0x556fac=['require','Passed\x20:\x20','join','1923299SZSQiN','split','test','printBuildLink','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','failed','hubUrl','assign','testObservability','5099733cgjlst','length','testConfig','SiBGc','teardownAll','1196pPMCFi','firefox','2530knzYlc','vFiJg','debug','LGdjQ','skipSessionName','stringify','userName','addTests','BROWSERSTACK_TEST_OBSERVABILITY_YML','HUJGz','Failed\x20:\x20','process','/wd/hub','enabled','existsSync','../../helpers/performance/constants','lWcxN','log','SYoMR','axmag','yugBL','stop','BROWSERSTACK_RERUN_TESTS','BZOmy','browserWSEndpoint','accessKey','findIndex','parallelsPerPlatform','../../bin/playwright/accessibility-helper','profile','../../helpers/logger','pvvEg','../../helpers/utilities','ovtqV','before','start','Started\x20:\x20','playwright-webkit','FRAMEWORKS','39429RxJpCe','chromium','platforms','validPlatformsPresent','validateRerunTestList','getPlaywrightUrl','codeceptjs/lib/index.js','377112EaMoGF','EJLcv','codecept.json','cwd','JZPkS','../../helpers/BrowserStackSetup','stack','../utils/constants','push','chdir','kzjya','28745HiqzSE','nrfIm','err','dirname','3032546FARrPt','browser','isEmpty','ZDOjG','getUserWorkerCount','initialize','isUndefined','map','codeceptjs','DGygb','RFQMX','testContextOptions','result','finalExecution','ayCfK','WebDriver','bootstrapAll','isTestObservabilitySession','run','util','uvmnJ','replace','host','browserName','KBMUk','30dHvada','accessibilityOptions','plugins','BEjRL','path','../../helpers/helper','webkit','playwright-chromium','forEach','createGroupsOfSuites','format','printResults','load','desiredCapabilities','1193493OlnPkv','winstonLogger','config','key','Wzcbc','info','passed','96gBoNOE','../../helpers/test-observability/constants','prepareCapabilities','CODECEPT','spawn','errorMessage','codecept.conf.js','gherkin','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','../utils/clientTroubleshootingService','../../helpers/performance/performance-tester','Playwright','quvGp','toLowerCase','BrowserStackPlugin.js','slice','event','getPlatformName','OJmSD','frameworkName','../../helpers/test-observability/utils','env','root','FqUEQ','EIOKb','title','all','--config','helpers','SDK_CLEANUP','CODECEPT_CUCUMBER','mergeDeep','Workers','useW3C','2ADVPPx','slLVB','pBqmB','BrowserStackPlugin','user'];a2_0x2365=function(){return _0x556fac;};return a2_0x2365();}
2
+ 'use strict';const a2_0x18818c=a2_0x2715;(function(_0x3aaac8,_0x36441d){const _0x3f3711=a2_0x2715,_0x405129=_0x3aaac8();while(!![]){try{const _0x14577b=parseInt(_0x3f3711(0x125))/0x1*(parseInt(_0x3f3711(0xf0))/0x2)+-parseInt(_0x3f3711(0x110))/0x3*(parseInt(_0x3f3711(0x17c))/0x4)+-parseInt(_0x3f3711(0x161))/0x5*(parseInt(_0x3f3711(0x154))/0x6)+parseInt(_0x3f3711(0xde))/0x7*(-parseInt(_0x3f3711(0x16c))/0x8)+-parseInt(_0x3f3711(0x179))/0x9+parseInt(_0x3f3711(0x169))/0xa*(-parseInt(_0x3f3711(0x101))/0xb)+parseInt(_0x3f3711(0x120))/0xc;if(_0x14577b===_0x36441d)break;else _0x405129['push'](_0x405129['shift']());}catch(_0x24bc25){_0x405129['push'](_0x405129['shift']());}}}(a2_0x34ee,0xb1ce5));const fs=require('fs'),path=require(a2_0x18818c(0x116)),util=require('util'),process=require(a2_0x18818c(0x100)),logger=require('../../helpers/logger')['winstonLogger'],{default:BrowserStackSetup}=require(a2_0x18818c(0xfc)),helper=require(a2_0x18818c(0x150)),utilities=require(a2_0x18818c(0xec)),{checkAccessibilityPlatformConfig}=require(a2_0x18818c(0x148)),{setAccessibilityCapabilities}=require('../../bin/playwright/accessibility-helper'),{requireModule,nestedKeyValue,isBrowserstackInfra}=require('../../helpers/helper'),CodeceptJS=requireModule('codeceptjs/lib/index.js',a2_0x18818c(0x156)),testOpsHelper=require(a2_0x18818c(0xf2)),TestHubHandler=require(a2_0x18818c(0x15a)),constants=require(a2_0x18818c(0x157)),PerformanceTester=require(a2_0x18818c(0x15d)),{FRAMEWORKS}=require(a2_0x18818c(0x10f)),PerformanceEvents=require('../../helpers/performance/constants')[a2_0x18818c(0x126)],ClientTroubleShootingService=require(a2_0x18818c(0x139)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x350774,_0x59afe9)=>{const _0x309b18=a2_0x18818c,_0x33a705={};_0x33a705[_0x309b18(0x172)]=function(_0x57487e,_0x10ef76){return _0x57487e===_0x10ef76;},_0x33a705[_0x309b18(0x170)]='codecept.conf.js',_0x33a705['RfskI']=_0x309b18(0xe9);const _0x545409=_0x33a705;let _0x2b92e3=null;const _0x538848={};let _0x8d364a=_0x59afe9['findIndex'](_0x33f169=>_0x33f169===_0x309b18(0x115));_0x545409['JJsPk'](_0x8d364a,-0x1)&&(_0x8d364a=_0x59afe9[_0x309b18(0xf3)](_0x5d67fb=>_0x5d67fb==='-c'));if(!helper[_0x309b18(0x174)](_0x350774['config'])&&fs[_0x309b18(0xef)](path[_0x309b18(0x140)](process[_0x309b18(0xfa)](),_0x350774[_0x309b18(0xf9)])))_0x2b92e3=path[_0x309b18(0x140)](process[_0x309b18(0xfa)](),_0x350774[_0x309b18(0xf9)]),_0x59afe9['slice'](_0x8d364a,0x2);else{if(!helper['isUndefined'](_0x350774['c'])&&fs[_0x309b18(0xef)](path[_0x309b18(0x140)](process['cwd'](),_0x350774['c'])))_0x2b92e3=path[_0x309b18(0x140)](process[_0x309b18(0xfa)](),_0x350774['c']),_0x59afe9[_0x309b18(0x11d)](_0x8d364a,0x2);else{if(fs['existsSync'](path[_0x309b18(0x140)](process[_0x309b18(0xfa)](),_0x545409[_0x309b18(0x170)])))_0x2b92e3=path[_0x309b18(0x140)](process[_0x309b18(0xfa)](),_0x545409['QXmwf']);else fs[_0x309b18(0xef)](path[_0x309b18(0x140)](process[_0x309b18(0xfa)](),_0x545409[_0x309b18(0x127)]))&&(_0x2b92e3=path[_0x309b18(0x140)](process[_0x309b18(0xfa)](),_0x545409[_0x309b18(0x127)]));}}return process[_0x309b18(0x12c)][_0x309b18(0x11c)]=_0x2b92e3,_0x2b92e3;},getO11yRerunPattern=()=>{const _0x136529=a2_0x18818c,_0x45a893=helper[_0x136529(0x108)](process[_0x136529(0x12c)][_0x136529(0x12d)]);if(_0x45a893){const _0x343191=process[_0x136529(0x12c)]['BROWSERSTACK_RERUN_TESTS'],_0x384473=[];if(helper[_0x136529(0x11a)](_0x343191)&&!helper[_0x136529(0x174)](_0x343191)){_0x343191['split'](',')[_0x136529(0x153)](_0x187666=>{const _0xb4035d=_0x136529;_0x384473[_0xb4035d(0xed)]('('+_0x187666[_0xb4035d(0xe5)]()+')');});const _0x51d7ff='^'+_0x384473['join']('|')+'$';return _0x51d7ff;}}return null;},a2_0x1064ee={};a2_0x1064ee[a2_0x18818c(0x145)]='chromium',a2_0x1064ee[a2_0x18818c(0x12f)]=a2_0x18818c(0xdd),a2_0x1064ee['playwright-firefox']=a2_0x18818c(0x132),a2_0x1064ee[a2_0x18818c(0x159)]=a2_0x18818c(0x14c);const pwToCodeceptBrowser=a2_0x1064ee;function a2_0x2715(_0x9451f2,_0x2f355b){const _0x34ee7c=a2_0x34ee();return a2_0x2715=function(_0x2715eb,_0xc0b777){_0x2715eb=_0x2715eb-0xdc;let _0x4ccdc4=_0x34ee7c[_0x2715eb];return _0x4ccdc4;},a2_0x2715(_0x9451f2,_0x2f355b);}function a2_0x34ee(){const _0xc35831=['2KtUrRT','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','../../helpers/test-observability/utils','findIndex','teardownAll','finalExecution','browserName','log','all','config','cwd','before','../../helpers/BrowserStackSetup','kVQGc','createGroupsOfSuites','initialize','process','2594922IgJCyt','Started\x20:\x20','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','replace','BROWSERSTACK_TEST_OBSERVABILITY_YML','IkwXZ','neRKw','isTrue','plugins','CODECEPT','printResults','addOptions','stack','stop','../../helpers/test-observability/constants','384JmVOUc','Playwright','end','accessibilityOptions','AqAMN','--config','path','passed','WebDriver','frameworkName','validateRerunTestList','length','USER_CONFIG_DETAILS_PATH','slice','UccbG','validPlatformsPresent','70729896HmPvKT','testObservability','testConfig','ijgQV','wQQFY','360269yvAGXU','EVENTS','RfskI','BROWSERSTACK_TEST_ACCESSIBILITY_YML','getPlatformName','wugOw','wdGzD','env','BROWSERSTACK_RERUN','bootstrapAll','playwright-chromium','handleApp','AroNA','firefox','FhyQg','test','title','koPFu','browserWSEndpoint','gherkin','../utils/clientTroubleshootingService','prepareCapabilities','result','Workers','skipSessionStatus','LUrVF','BnVyD','join','Passed\x20:\x20','FRAMEWORKS','printBuildLink','skipSessionName','chrome','addTests','pOpEo','../../helpers/accessibility-automation/helper','browser','assign','isEmpty','webkit','Mnapp','parallelsPerPlatform','/wd/hub','../../helpers/helper','accessKey','ZmwKJ','map','76020RwALWr','setAdditionalCapabilities','codeceptjs','../utils/constants','eDzlw','playwright-webkit','../../helpers/testhub/testhubHandler','IKQHF','enabled','../../helpers/performance/performance-tester','format','stringify','BrowserStackPlugin.js','515fFmLIk','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','Failed\x20:\x20','root','require','start','JstOU','BrowserStackPlugin','50VtbckJ','tmIzQ','mergeDeep','8447536oHfHsc','launchBuild','uwNHN','desiredCapabilities','QXmwf','dKKLI','JJsPk','forEach','isUndefined','event','err','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','toLowerCase','6313032XLxbav','gAnVo','info','40132SVtGWw','isTestObservabilitySession','chromium','7cSqxCp','platforms','0|3|1|5|2|4','profile','testContextOptions','ASnwo','dirname','trim','browserStackCwd','run','AYRpa','codecept.json','spawn','helpers','../../helpers/utilities','push','RVbiN','existsSync'];a2_0x34ee=function(){return _0xc35831;};return a2_0x34ee();}async function run(_0x40d8ac,_0x4e23ea,_0x1a1c95){const _0x369d2c=a2_0x18818c,_0x34716b={'uwNHN':function(_0xe71739,_0x47b439){return _0xe71739+_0x47b439;},'wugOw':function(_0x293dfb,_0x54b1bb){return _0x293dfb(_0x54b1bb);},'RVbiN':function(_0x27974f,_0x380326){return _0x27974f+_0x380326;},'ASnwo':function(_0x3c35fe,_0x8f5315,_0x212e43){return _0x3c35fe(_0x8f5315,_0x212e43);},'IKQHF':_0x369d2c(0xeb),'Mnapp':function(_0x6b7158){return _0x6b7158();},'pOpEo':_0x369d2c(0x14f),'gAnVo':function(_0x33cf7b){return _0x33cf7b();},'kVQGc':function(_0x1893bb){return _0x1893bb();},'ijgQV':_0x369d2c(0x163),'FhyQg':_0x369d2c(0x141),'neRKw':_0x369d2c(0x102),'oGGmE':_0x369d2c(0xe0),'koPFu':function(_0x5e6231,_0x4c7f32,_0x473b66){return _0x5e6231(_0x4c7f32,_0x473b66);},'AqAMN':_0x369d2c(0x162),'IdpVN':function(_0x4090c8,_0xea5eec,_0x2e55f3){return _0x4090c8(_0xea5eec,_0x2e55f3);},'wdGzD':_0x369d2c(0x111),'LUrVF':_0x369d2c(0x118),'AroNA':function(_0x33eaef,_0x2b5eca){return _0x33eaef!=_0x2b5eca;},'eDzlw':function(_0x338d75,_0x22d954){return _0x338d75===_0x22d954;},'BnVyD':_0x369d2c(0x138),'dKKLI':function(_0x13fdf9,_0x6b6a30){return _0x13fdf9(_0x6b6a30);},'jjdut':function(_0x164dd1,_0x2bcaab){return _0x164dd1*_0x2bcaab;},'BLovT':function(_0x1864c9,_0x227e69,_0x50c6b4){return _0x1864c9(_0x227e69,_0x50c6b4);},'AYRpa':'browser','wQQFY':_0x369d2c(0x16f),'ZmwKJ':function(_0x5de89b,_0x27657c,_0x99fee){return _0x5de89b(_0x27657c,_0x99fee);},'tmIzQ':_0x369d2c(0x164),'UccbG':_0x369d2c(0x160),'IkwXZ':_0x369d2c(0xe6),'JstOU':function(_0x214d36){return _0x214d36();}};await _0x1a1c95[_0x369d2c(0xff)](_0x40d8ac),await helper[_0x369d2c(0x130)](_0x1a1c95['config']);if(!_0x1a1c95['config'])return;process[_0x369d2c(0xe1)]=_0x40d8ac[_0x369d2c(0xe1)];_0x40d8ac[_0x369d2c(0xe1)]&&(process['env'][_0x369d2c(0xe1)]=_0x40d8ac['profile']);const _0x2d6e17=_0x34716b[_0x369d2c(0x136)](getUserCodeceptJSConfigs,_0x40d8ac,_0x4e23ea);let _0x5838d4={};_0x2d6e17?(logger[_0x369d2c(0x17b)](_0x369d2c(0xf1)+_0x2d6e17),_0x5838d4=CodeceptJS[_0x369d2c(0xf9)]['load'](_0x2d6e17)):logger['info'](_0x34716b[_0x369d2c(0x114)]);let _0x1b5daa=![];_0x34716b['IdpVN'](nestedKeyValue,_0x5838d4,[_0x34716b[_0x369d2c(0x15b)],_0x34716b[_0x369d2c(0x12b)]])&&(_0x1b5daa=!![]);const _0x1b7a81=_0x1b5daa?_0x34716b[_0x369d2c(0x12b)]:_0x34716b[_0x369d2c(0x13e)];let _0x29e6bf=!_0x1b5daa?helper['useW3C'](_0x1a1c95[_0x369d2c(0xf9)]):![];!helper[_0x369d2c(0x174)](_0x1a1c95[_0x369d2c(0xf9)][_0x369d2c(0x113)])&&(process[_0x369d2c(0x12c)][_0x369d2c(0x103)]=JSON[_0x369d2c(0x15f)](_0x1a1c95[_0x369d2c(0xf9)][_0x369d2c(0x113)]));let _0x55f7a7=_0x1a1c95['config']['accessibility'];_0x55f7a7=_0x55f7a7||_0x34716b[_0x369d2c(0x12a)](checkAccessibilityPlatformConfig,_0x1a1c95[_0x369d2c(0xf9)]),process[_0x369d2c(0x12c)][_0x369d2c(0x128)]=_0x55f7a7;_0x55f7a7&&(_0x29e6bf=!_0x55f7a7);_0x34716b[_0x369d2c(0x131)](_0x1a1c95['config'][_0x369d2c(0x121)],null)?process['env']['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x1a1c95[_0x369d2c(0xf9)][_0x369d2c(0x121)]:process['env'][_0x369d2c(0x105)]=_0x34716b[_0x369d2c(0x158)](_0x1b7a81,_0x34716b['wdGzD']);const _0x30c409=_0x34716b[_0x369d2c(0xe3)](nestedKeyValue,_0x5838d4,[_0x34716b[_0x369d2c(0x13f)]]),_0x33d369=_0x30c409&&!helper[_0x369d2c(0x14b)](_0x30c409)?FRAMEWORKS['CODECEPT_CUCUMBER']:FRAMEWORKS['CODECEPT'],_0xe02991=await TestHubHandler[_0x369d2c(0x16d)](_0x33d369,_0x1a1c95);_0x55f7a7&&_0x34716b[_0x369d2c(0x171)](setAccessibilityCapabilities,_0x1a1c95[_0x369d2c(0xf9)]);const _0x2ba57f={},_0x519d86=[],_0xfc3a76=_0x1a1c95[_0x369d2c(0xf9)][_0x369d2c(0x14e)]||helper['getUserWorkerCount'](_0x40d8ac,_0x4e23ea,_0x1a1c95['config'],constants['FRAMEWORKS']['CODECEPT'])||0x1;let _0x21e04d=0x1;if(_0x34716b[_0x369d2c(0x17a)](isBrowserstackInfra)){const _0x114ff6=helper[_0x369d2c(0x13a)](_0x1a1c95['config'],_0x29e6bf,constants[_0x369d2c(0x142)][_0x369d2c(0x10a)]);_0x114ff6[_0x369d2c(0x173)](_0x4d222f=>{const _0x3a0c4b=_0x369d2c;helper[_0x3a0c4b(0x155)](_0x4d222f);}),helper[_0x369d2c(0x11f)](_0x1a1c95[_0x369d2c(0xf9)])?_0x21e04d=_0x34716b['jjdut'](_0xfc3a76,_0x1a1c95[_0x369d2c(0xf9)][_0x369d2c(0xdf)][_0x369d2c(0x11b)]):_0x21e04d=_0xfc3a76,_0x114ff6['forEach'](_0x9580f1=>{const _0x438e2a=_0x369d2c,_0x4204d1=_0x34716b[_0x438e2a(0xee)](helper[_0x438e2a(0x129)](_0x9580f1,'_'),'_'+Date['now']()),_0x5d273d=((()=>{const _0x3da0d6=_0x438e2a;if(_0x1b5daa){const _0x590538=pwToCodeceptBrowser[_0x9580f1[_0x3da0d6(0xf6)]]||_0x9580f1[_0x3da0d6(0xf6)];return{'browser':_0x590538,[_0x590538]:{'browserWSEndpoint':_0x34716b[_0x3da0d6(0x16e)](helper['getPlaywrightUrl'](_0x1a1c95[_0x3da0d6(0xf9)]),_0x34716b['wugOw'](encodeURIComponent,JSON[_0x3da0d6(0x15f)](_0x9580f1)))}};}const _0x3a1370={};return _0x3a1370[_0x3da0d6(0x16f)]=_0x9580f1,_0x3a1370['user']=_0x1a1c95['config']['userName'],_0x3a1370['key']=_0x1a1c95[_0x3da0d6(0xf9)][_0x3da0d6(0x151)],_0x3a1370;})()),_0x5bbe55=_0x34716b['ASnwo'](nestedKeyValue,_0x5838d4,[_0x34716b[_0x438e2a(0x15b)],_0x1b7a81]);_0x2ba57f[_0x4204d1]=_0x5bbe55?helper['mergeDeep'](_0x5d273d,_0x5bbe55):_0x5d273d;if(!_0x1b5daa){_0x2ba57f[_0x4204d1]['browser']=_0x9580f1[_0x438e2a(0xf6)]||_0x5d273d[_0x438e2a(0x149)];if(_0x34716b[_0x438e2a(0x14d)](isBrowserstackInfra)){_0x2ba57f[_0x4204d1]['host']=constants['hubUrl'][_0x438e2a(0x104)](_0x34716b[_0x438e2a(0x147)],'')[_0x438e2a(0x104)](/https?:\/\//,'');;_0x2ba57f[_0x4204d1][_0x438e2a(0x116)]=_0x34716b['pOpEo'];}}_0x519d86[_0x438e2a(0xed)](_0x4204d1);});}else{_0x21e04d=0x1;if(_0x1b5daa){const _0x4e266f=_0x34716b['BLovT'](nestedKeyValue,_0x5838d4,[_0x34716b['IKQHF'],_0x1b7a81,_0x34716b[_0x369d2c(0xe8)]]),_0x22c7a8=_0x34716b['koPFu'](nestedKeyValue,_0x5838d4,[_0x34716b[_0x369d2c(0x15b)],_0x1b7a81,_0x4e266f]);if(_0x22c7a8&&_0x22c7a8[_0x369d2c(0x137)]){const _0x85640e={};_0x85640e[_0x369d2c(0xdf)]=[],_0x22c7a8[_0x369d2c(0x137)]=helper[_0x369d2c(0x13a)](Object[_0x369d2c(0x14a)]({},_0x1a1c95[_0x369d2c(0xf9)],_0x85640e),null,_0x33d369[_0x369d2c(0x178)](),null,null,_0x22c7a8['browserWSEndpoint']);}}else{const _0x6609e9={};_0x6609e9[_0x369d2c(0xdf)]=[],_0x5838d4[_0x34716b[_0x369d2c(0x15b)]][_0x1b7a81][_0x34716b[_0x369d2c(0x124)]]=helper['prepareCapabilities'](Object[_0x369d2c(0x14a)]({},_0x1a1c95[_0x369d2c(0xf9)],_0x6609e9),null,_0x33d369[_0x369d2c(0x178)](),_0x34716b[_0x369d2c(0x152)](nestedKeyValue,_0x5838d4,[_0x34716b[_0x369d2c(0x15b)],_0x1b7a81,_0x34716b[_0x369d2c(0x124)]])||{},null,null);}_0x2ba57f[_0x34716b[_0x369d2c(0x16a)]]=_0x5838d4,_0x519d86[_0x369d2c(0xed)](_0x34716b['tmIzQ']);}const _0x50500a={};_0x50500a[_0x369d2c(0x122)]=_0x2d6e17;const _0x39d05f=_0x50500a,_0x346e5b=path[_0x369d2c(0x140)](__dirname,_0x34716b[_0x369d2c(0x11e)]),_0x45d876=process[_0x369d2c(0xfa)]();process['env'][_0x34716b[_0x369d2c(0x106)]]=_0x45d876,process['chdir'](path[_0x369d2c(0xe4)](_0x2d6e17));const _0x25afb4=new CodeceptJS[(_0x369d2c(0x13c))](null,_0x39d05f),_0x559b66=_0x25afb4[_0x369d2c(0xfe)](_0x21e04d),_0x460c35=testOpsHelper[_0x369d2c(0xdc)](),_0x24d353=_0x519d86['map'](_0x4ec343=>{const _0xe88984=_0x369d2c,_0x229323={};_0x229323[_0xe88984(0x111)]=_0x2ba57f[_0x4ec343];const _0x523471={};_0x523471['WebDriver']=_0x2ba57f[_0x4ec343];const _0x563138=_0x1b5daa?_0x229323:_0x523471,_0x1c7218=_0x34716b[_0xe88984(0x17a)](getO11yRerunPattern),_0x582874={};_0x582874[_0xe88984(0xeb)]=_0x563138;const _0x2f2f9f={};_0x2f2f9f[_0xe88984(0x165)]=_0x346e5b,_0x2f2f9f[_0xe88984(0x15c)]=!![],_0x2f2f9f['skipSessionName']=_0x1a1c95[_0xe88984(0xf9)][_0xe88984(0xe2)][_0xe88984(0x144)],_0x2f2f9f[_0xe88984(0x13d)]=_0x1a1c95[_0xe88984(0xf9)][_0xe88984(0xe2)][_0xe88984(0x13d)],_0x2f2f9f['testObservability']=_0x460c35,_0x2f2f9f[_0xe88984(0x119)]=_0x33d369;const _0x4caa89={};_0x4caa89[_0xe88984(0x168)]=_0x2f2f9f;const _0xd3ce30={};return _0xd3ce30[_0xe88984(0x109)]=_0x4caa89,helper[_0xe88984(0x16b)]({},_0x5838d4,_0x34716b[_0xe88984(0xfd)](isBrowserstackInfra)?_0x582874:{},_0x1c7218?{'grep':_0x1c7218}:{},_0xd3ce30);});for(const _0x411183 of _0x24d353){for(const _0x21c367 of _0x559b66){const _0x51ce9a=_0x25afb4[_0x369d2c(0xea)]();_0x51ce9a[_0x369d2c(0x146)](_0x21c367),_0x51ce9a['addConfig'](_0x411183);const _0x4a12fb={};_0x4a12fb[_0x369d2c(0xf9)]=_0x2d6e17,_0x51ce9a[_0x369d2c(0x10c)](Object[_0x369d2c(0x14a)](_0x4a12fb,_0x40d8ac));}}_0x25afb4['on'](CodeceptJS[_0x369d2c(0x175)][_0x369d2c(0x134)]['failed'],(_0x3fa5e3,_0xca088b)=>{const _0x1e1a14=_0x369d2c;console[_0x1e1a14(0xf7)](_0x34716b[_0x1e1a14(0x123)],_0x3fa5e3['title']);const _0x135cbe={[_0x3fa5e3[_0x1e1a14(0x135)]]:_0x3fa5e3[_0x1e1a14(0x176)][_0x1e1a14(0x10d)]};_testErrorData[_0x1e1a14(0xed)](_0x135cbe);}),_0x25afb4['on'](CodeceptJS[_0x369d2c(0x175)][_0x369d2c(0x134)][_0x369d2c(0x117)],async _0x5e42ad=>{const _0xdd47b4=_0x369d2c;console[_0xdd47b4(0xf7)](_0x34716b[_0xdd47b4(0x133)],_0x5e42ad['title']);}),_0x25afb4['on'](CodeceptJS['event'][_0x369d2c(0x134)][_0x369d2c(0xfb)],async _0x518ec4=>{const _0x4c64ca=_0x369d2c;console[_0x4c64ca(0xf7)](_0x34716b[_0x4c64ca(0x107)],_0x518ec4['title']);}),_0x25afb4['on'](CodeceptJS[_0x369d2c(0x175)][_0x369d2c(0xf8)][_0x369d2c(0x13b)],async()=>{const _0x478a4e=_0x369d2c,_0x1d0090=_0x34716b['oGGmE']['split']('|');let _0xcb5ce1=0x0;while(!![]){switch(_0x1d0090[_0xcb5ce1++]){case'0':PerformanceTester[_0x478a4e(0x166)](PerformanceEvents['SDK_CLEANUP']);continue;case'1':testOpsHelper[_0x478a4e(0x143)]();continue;case'2':try{await TestHubHandler[_0x478a4e(0x10e)]();}catch(_0x1a3d10){logger['debug'](_0x478a4e(0x177)+util[_0x478a4e(0x15e)](_0x1a3d10));}continue;case'3':_0x1a1c95['errorMessage']=_testErrorData;continue;case'4':_0x25afb4[_0x478a4e(0x10b)]();continue;case'5':utilities[_0x478a4e(0xf5)](_0x1a1c95);continue;}break;}});async function _0x402d3a(){const _0x513993=_0x369d2c;try{await _0x25afb4[_0x513993(0x12e)](),await _0x25afb4[_0x513993(0xe7)]();}finally{process['chdir'](_0x45d876),await _0x25afb4[_0x513993(0xf4)]();}}PerformanceTester[_0x369d2c(0x112)](PerformanceEvents['SDK_SETUP']),_0x34716b[_0x369d2c(0x167)](_0x402d3a);}module['exports']=run;
@@ -1 +1 @@
1
- const a3_0x431859=a3_0xa210;(function(_0x29bdef,_0x551ab6){const _0x2c0079=a3_0xa210,_0xc7608=_0x29bdef();while(!![]){try{const _0xaee3e0=parseInt(_0x2c0079(0x10b))/0x1+parseInt(_0x2c0079(0x122))/0x2*(parseInt(_0x2c0079(0x119))/0x3)+parseInt(_0x2c0079(0x129))/0x4+parseInt(_0x2c0079(0x108))/0x5+-parseInt(_0x2c0079(0x11e))/0x6*(-parseInt(_0x2c0079(0x12f))/0x7)+-parseInt(_0x2c0079(0x134))/0x8+parseInt(_0x2c0079(0x10e))/0x9*(-parseInt(_0x2c0079(0x133))/0xa);if(_0xaee3e0===_0x551ab6)break;else _0xc7608['push'](_0xc7608['shift']());}catch(_0x5b8439){_0xc7608['push'](_0xc7608['shift']());}}}(a3_0x2d62,0x94d7c));function a3_0xa210(_0x322961,_0x3b156c){const _0x2d62d5=a3_0x2d62();return a3_0xa210=function(_0xa2102,_0x558654){_0xa2102=_0xa2102-0xee;let _0x417b24=_0x2d62d5[_0xa2102];return _0x417b24;},a3_0xa210(_0x322961,_0x3b156c);}function a3_0x2d62(){const _0x116862=['WFAxi','chrome','../../bin/playwright/sessionDetails','get','YUQKu','accessibilityPlatform','YavpN','KOrFF','parse','fOvuI','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','playwright-chromium','string','cGzdT','__cloud_provider___','bstack:options','browser_version','SDtyJ','unknown_grid','sessionId','tTMAg','platformVersion','../../helpers/helper','desiredCapabilities','BdSQV','NDsPg','../../helpers/logger','fetchPlatformDetails','lZqVE','constructor','config','5793785IGEhDf','WebDriver','eUvVV','546555usnVgJ','browserWSEndpoint','../../helpers/test-observability/utils','25420257NaVibt','browserstack_accessibility_automation_script','browserName','aFTqs','name','browserstack_executor','os_version','CxiuY','capabilities','../../helpers/accessibility-automation/helper','TRkWT','26340rdLbHS','getDetails','browserVersion','BfjEj','fiyrI','13134SxZYUk','bufSn','platformName','Rtjyu','238WqvIQb','platform_version','browser','lImNk','PYWAb','winstonLogger','rBSAX','1383124VyuuSj','shouldPatchExecuteScript','wiZWM','tyLay','koRlT','HebLf','1393EBlVTU','platform','latest','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','10INIGwo','779128NgpCxy','nhivy','warn','osVersion'];a3_0x2d62=function(){return _0x116862;};return a3_0x2d62();}const {isUndefined,nestedKeyValue}=require(a3_0x431859(0xff)),logger=require(a3_0x431859(0x103))[a3_0x431859(0x127)],PlaywrightSessionDetails=require(a3_0x431859(0x13a)),{isAccessibilityAutomationSession}=require(a3_0x431859(0x117)),{getObservabilityLinkedProductName}=require(a3_0x431859(0x10d)),getOSVersionFromCaps=_0x5aeff6=>{const _0x4816cb=a3_0x431859,_0x44ef5b={};_0x44ef5b[_0x4816cb(0x12d)]=_0x4816cb(0xf8),_0x44ef5b[_0x4816cb(0x10a)]=_0x4816cb(0xfe),_0x44ef5b['cDStZ']='platform_version',_0x44ef5b['RqsUL']=_0x4816cb(0x137),_0x44ef5b['lZqVE']=_0x4816cb(0x114);const _0x528156=_0x44ef5b;if(!_0x5aeff6)return null;const _0x4b8410=_0x5aeff6[_0x528156[_0x4816cb(0x12d)]],_0x3a9d2d=[_0x528156[_0x4816cb(0x10a)],_0x528156['cDStZ'],_0x528156['RqsUL'],_0x528156[_0x4816cb(0x105)]];for(const _0x27c79f of _0x3a9d2d){if(_0x4b8410&&_0x4b8410[_0x27c79f])return _0x4b8410[_0x27c79f];else{if(_0x5aeff6[_0x27c79f])return _0x5aeff6[_0x27c79f];}}return null;};exports[a3_0x431859(0x104)]=_0x1ede9f=>{const _0x9aca32=a3_0x431859,_0x17db77={'WFAxi':_0x9aca32(0xfb),'BdSQV':function(_0x33e835,_0x3188e0){return _0x33e835===_0x3188e0;},'KOrFF':_0x9aca32(0x109),'nhivy':function(_0xa0a27a,_0x53d394){return _0xa0a27a(_0x53d394);},'lImNk':function(_0x119142,_0x238596,_0x5bbb7d){return _0x119142(_0x238596,_0x5bbb7d);},'CxiuY':_0x9aca32(0x107),'tTMAg':_0x9aca32(0x100),'efRtk':function(_0x57bcdd,_0x255bf2){return _0x57bcdd===_0x255bf2;},'fiyrI':'Playwright','zqpum':_0x9aca32(0x124),'aFTqs':_0x9aca32(0x10c),'rBSAX':'caps','SDtyJ':function(_0x1fdeab,_0x2e0d0e){return _0x1fdeab(_0x2e0d0e);}};if(!_0x1ede9f)return null;let _0x616b7d=global[_0x9aca32(0xf7)]||_0x17db77[_0x9aca32(0x138)];if(_0x17db77[_0x9aca32(0x101)](_0x1ede9f['constructor'][_0x9aca32(0x112)],_0x17db77[_0x9aca32(0xf0)])){const _0x4e5fd9=_0x1ede9f[_0x9aca32(0x124)];if(!_0x4e5fd9)return null;const _0x1cb0ef=_0x4e5fd9[_0x9aca32(0x116)],_0x4a0ad6=_0x17db77[_0x9aca32(0x135)](getOSVersionFromCaps,_0x17db77[_0x9aca32(0x125)](nestedKeyValue,_0x1ede9f,[_0x17db77[_0x9aca32(0x115)],_0x17db77[_0x9aca32(0xfd)]]));return{[_0x616b7d]:{'browser':_0x1cb0ef[_0x9aca32(0x110)],'browser_version':_0x1cb0ef[_0x9aca32(0x11b)],'capabilities':_0x1cb0ef,'platform':_0x1cb0ef[_0x9aca32(0x120)],'platform_version':_0x1cb0ef[_0x9aca32(0xfe)]||_0x4a0ad6,'product':_0x17db77[_0x9aca32(0x135)](getObservabilityLinkedProductName,_0x1cb0ef),'session_id':_0x4e5fd9[_0x9aca32(0xfc)]}};}else{if(_0x17db77['efRtk'](_0x1ede9f[_0x9aca32(0x106)][_0x9aca32(0x112)],_0x17db77[_0x9aca32(0x11d)])){const _0x12b9a7=PlaywrightSessionDetails[_0x9aca32(0x11a)]();_0x616b7d=_0x12b9a7['cloudProvider']||_0x616b7d;const _0x5cc3c2=_0x17db77['lImNk'](nestedKeyValue,_0x1ede9f,[_0x17db77[_0x9aca32(0x115)],_0x17db77['zqpum'],_0x17db77[_0x9aca32(0x111)]]),_0x30226d=_0x5cc3c2?JSON[_0x9aca32(0xf1)](new URL(_0x5cc3c2)['searchParams'][_0x9aca32(0x13b)](_0x17db77[_0x9aca32(0x128)])):{};return{[_0x616b7d]:{'browser':_0x12b9a7[_0x9aca32(0x124)]||_0x30226d[_0x9aca32(0x110)],'browser_version':_0x12b9a7[_0x9aca32(0xf9)]||_0x30226d[_0x9aca32(0xf9)],'capabilities':_0x30226d,'platform':_0x12b9a7[_0x9aca32(0x130)],'platform_version':_0x12b9a7[_0x9aca32(0x123)],'product':_0x17db77[_0x9aca32(0xfa)](getObservabilityLinkedProductName,_0x30226d),'session_id':_0x12b9a7['bsSessionId']}};}}},exports['processWebDriverConfig']=_0x201b36=>{const _0x176130=a3_0x431859,_0x54ebcd={'HebLf':function(_0x3548ed){return _0x3548ed();},'NDsPg':function(_0x4ce5be,_0x44db2b){return _0x4ce5be===_0x44db2b;},'YUQKu':_0x176130(0x131),'tyLay':function(_0x1a8219,_0x245de3){return _0x1a8219>_0x245de3;},'wiZWM':function(_0xd49f35,_0x157a4f){return _0xd49f35(_0x157a4f);},'Rtjyu':_0x176130(0x132),'cGzdT':_0x176130(0x139),'TRkWT':_0x176130(0xf4),'JgMUi':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','fOvuI':_0x176130(0xf3)};if(_0x54ebcd[_0x176130(0x12e)](isAccessibilityAutomationSession)){const _0x1df576=_0x201b36[_0x176130(0x124)],_0xbc0994=_0x1df576[_0x176130(0x116)];global[_0x176130(0xee)]=!![],!(_0x54ebcd[_0x176130(0x102)](_0xbc0994[_0x176130(0x11b)],_0x54ebcd[_0x176130(0x13c)])||_0x54ebcd[_0x176130(0x12c)](_0x54ebcd[_0x176130(0x12b)](parseInt,_0xbc0994[_0x176130(0x11b)]),0x5e))&&(logger['warn'](_0x54ebcd[_0x176130(0x121)]),global[_0x176130(0xee)]=![]),!(_0x54ebcd[_0x176130(0x102)](_0xbc0994['browserName'],_0x54ebcd[_0x176130(0xf6)])||_0x54ebcd[_0x176130(0x102)](_0xbc0994[_0x176130(0x110)],_0x54ebcd[_0x176130(0x118)]))&&(logger[_0x176130(0x136)](_0x54ebcd['JgMUi']),global[_0x176130(0xee)]=![]),!_0x54ebcd[_0x176130(0x12b)](isUndefined,_0xbc0994['deviceName'])&&(logger['warn'](_0x54ebcd[_0x176130(0xf2)]),global[_0x176130(0xee)]=![]);}},exports[a3_0x431859(0x12a)]=_0x41e6f5=>{const _0x588f1c=a3_0x431859,_0x4e4c2b={};_0x4e4c2b[_0x588f1c(0x126)]=function(_0x2d5d67,_0x46574d){return _0x2d5d67!==_0x46574d;},_0x4e4c2b[_0x588f1c(0x11c)]=_0x588f1c(0xf5),_0x4e4c2b['YavpN']=_0x588f1c(0x113),_0x4e4c2b[_0x588f1c(0x11f)]=_0x588f1c(0x10f);const _0x2876a7=_0x4e4c2b;if(!_0x41e6f5)return![];else{if(_0x2876a7[_0x588f1c(0x126)](typeof _0x41e6f5,_0x2876a7[_0x588f1c(0x11c)]))return!![];}return!_0x41e6f5['includes'](_0x2876a7[_0x588f1c(0xef)])&&!_0x41e6f5['includes'](_0x2876a7['bufSn']);};
1
+ function a3_0x2436(_0x48cc47,_0x5d6260){const _0x566401=a3_0x5664();return a3_0x2436=function(_0x2436ad,_0x107bff){_0x2436ad=_0x2436ad-0x18d;let _0x3fa671=_0x566401[_0x2436ad];return _0x3fa671;},a3_0x2436(_0x48cc47,_0x5d6260);}const a3_0x3b2533=a3_0x2436;(function(_0x2b0072,_0x43a53d){const _0x1a0f8c=a3_0x2436,_0x211abd=_0x2b0072();while(!![]){try{const _0x2b2b97=parseInt(_0x1a0f8c(0x19b))/0x1+parseInt(_0x1a0f8c(0x1ae))/0x2*(-parseInt(_0x1a0f8c(0x193))/0x3)+-parseInt(_0x1a0f8c(0x1c0))/0x4*(-parseInt(_0x1a0f8c(0x1a5))/0x5)+parseInt(_0x1a0f8c(0x1ab))/0x6*(parseInt(_0x1a0f8c(0x1ba))/0x7)+parseInt(_0x1a0f8c(0x1a8))/0x8+-parseInt(_0x1a0f8c(0x194))/0x9+parseInt(_0x1a0f8c(0x1b9))/0xa*(-parseInt(_0x1a0f8c(0x1d8))/0xb);if(_0x2b2b97===_0x43a53d)break;else _0x211abd['push'](_0x211abd['shift']());}catch(_0x2daa53){_0x211abd['push'](_0x211abd['shift']());}}}(a3_0x5664,0x7cd82));const {isUndefined,nestedKeyValue}=require(a3_0x3b2533(0x1db)),logger=require(a3_0x3b2533(0x1bb))[a3_0x3b2533(0x1bf)],PlaywrightSessionDetails=require(a3_0x3b2533(0x1cd)),{isAccessibilityAutomationSession}=require(a3_0x3b2533(0x1cf)),{getObservabilityLinkedProductName}=require('../../helpers/test-observability/utils'),getOSVersionFromCaps=_0x33aa6e=>{const _0x593c13=a3_0x3b2533,_0x22f83f={};_0x22f83f[_0x593c13(0x1df)]='bstack:options',_0x22f83f[_0x593c13(0x1d7)]=_0x593c13(0x192),_0x22f83f[_0x593c13(0x1dc)]=_0x593c13(0x199),_0x22f83f[_0x593c13(0x1e5)]=_0x593c13(0x19d),_0x22f83f[_0x593c13(0x1d2)]='os_version';const _0x4a914d=_0x22f83f;if(!_0x33aa6e)return null;const _0x35e66f=_0x33aa6e[_0x4a914d[_0x593c13(0x1df)]],_0xda359b=[_0x4a914d[_0x593c13(0x1d7)],_0x4a914d[_0x593c13(0x1dc)],_0x4a914d[_0x593c13(0x1e5)],_0x4a914d[_0x593c13(0x1d2)]];for(const _0x181ad0 of _0xda359b){if(_0x35e66f&&_0x35e66f[_0x181ad0])return _0x35e66f[_0x181ad0];else{if(_0x33aa6e[_0x181ad0])return _0x33aa6e[_0x181ad0];}}return null;};function a3_0x5664(){const _0x120f7b=['67846BqGCOI','parse','getDetails','odgJE','eNXkq','get','searchParams','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','constructor','tdQab','bsSessionId','10GAhzcn','210BINeRM','../../helpers/logger','desiredCapabilities','browserstack_accessibility_automation_script','platformName','winstonLogger','28904FjFHsj','__cloud_provider___','browserstack_executor','CcjFC','config','JroKI','XWxBX','cloudProvider','QaJTB','deviceName','unknown_grid','uVYvy','ZXAxA','../../bin/playwright/sessionDetails','accessibilityPlatform','../../helpers/accessibility-automation/helper','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','string','RYCcv','Playwright','gtsEh','ajaZY','chrome','lcjpM','5688089Xgtyaw','YlEad','hUEVv','../../helpers/helper','ivMhs','eOBoX','name','kWgKH','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','processWebDriverConfig','browser_version','bMPtr','browser','gIGqD','browserVersion','Gksoz','smSAf','warn','sessionId','platformVersion','57hxfxyD','3017817HWGvFR','KJNSJ','KAWgF','ExLHr','fetchPlatformDetails','platform_version','YfhDa','809849xyBhDL','kGOJt','osVersion','browserName','playwright-chromium','iotvw','platform','DCukz','erDvX','LkCUq','275EjByjP','shouldPatchExecuteScript','includes','4650736XKESGd','capabilities','caps','43938BJZCCq','DEaoA','WebDriver'];a3_0x5664=function(){return _0x120f7b;};return a3_0x5664();}exports[a3_0x3b2533(0x198)]=_0x4fb7c1=>{const _0xb05cb=a3_0x3b2533,_0x3b069b={'erDvX':_0xb05cb(0x1ca),'tdQab':function(_0xe769b5,_0x1e9716){return _0xe769b5===_0x1e9716;},'XWxBX':_0xb05cb(0x1ad),'KAWgF':function(_0x1ec2b4,_0x4e934f){return _0x1ec2b4(_0x4e934f);},'odgJE':function(_0x2c5afa,_0x6a086e,_0x1bf731){return _0x2c5afa(_0x6a086e,_0x1bf731);},'CcjFC':_0xb05cb(0x1c4),'JroKI':_0xb05cb(0x1bc),'DEaoA':function(_0x4c4eb9,_0x4bccb7){return _0x4c4eb9(_0x4bccb7);},'ajaZY':function(_0x52b883,_0x3731a0){return _0x52b883===_0x3731a0;},'gtsEh':_0xb05cb(0x1d3),'hUEVv':function(_0x2ab702,_0x2e4128,_0xb04ab){return _0x2ab702(_0x2e4128,_0xb04ab);},'xsbMk':'browser','smSAf':'browserWSEndpoint','ExLHr':_0xb05cb(0x1aa)};if(!_0x4fb7c1)return null;let _0x47235f=global[_0xb05cb(0x1c1)]||_0x3b069b[_0xb05cb(0x1a3)];if(_0x3b069b[_0xb05cb(0x1b7)](_0x4fb7c1[_0xb05cb(0x1b6)][_0xb05cb(0x1de)],_0x3b069b[_0xb05cb(0x1c6)])){const _0x57fa0d=_0x4fb7c1[_0xb05cb(0x1e4)];if(!_0x57fa0d)return null;const _0x51a761=_0x57fa0d['capabilities'],_0x589398=_0x3b069b[_0xb05cb(0x196)](getOSVersionFromCaps,_0x3b069b[_0xb05cb(0x1b1)](nestedKeyValue,_0x4fb7c1,[_0x3b069b[_0xb05cb(0x1c3)],_0x3b069b[_0xb05cb(0x1c5)]]));return{[_0x47235f]:{'browser':_0x51a761[_0xb05cb(0x19e)],'browser_version':_0x51a761[_0xb05cb(0x18d)],'capabilities':_0x51a761,'platform':_0x51a761[_0xb05cb(0x1be)],'platform_version':_0x51a761[_0xb05cb(0x192)]||_0x589398,'product':_0x3b069b[_0xb05cb(0x1ac)](getObservabilityLinkedProductName,_0x51a761),'session_id':_0x57fa0d[_0xb05cb(0x191)]}};}else{if(_0x3b069b[_0xb05cb(0x1d5)](_0x4fb7c1[_0xb05cb(0x1b6)][_0xb05cb(0x1de)],_0x3b069b[_0xb05cb(0x1d4)])){const _0x21be84=PlaywrightSessionDetails[_0xb05cb(0x1b0)]();_0x47235f=_0x21be84[_0xb05cb(0x1c7)]||_0x47235f;const _0x232db5=_0x3b069b[_0xb05cb(0x1da)](nestedKeyValue,_0x4fb7c1,[_0x3b069b[_0xb05cb(0x1c3)],_0x3b069b['xsbMk'],_0x3b069b[_0xb05cb(0x18f)]]),_0x5078a9=_0x232db5?JSON[_0xb05cb(0x1af)](new URL(_0x232db5)[_0xb05cb(0x1b4)][_0xb05cb(0x1b3)](_0x3b069b[_0xb05cb(0x197)])):{};return{[_0x47235f]:{'browser':_0x21be84[_0xb05cb(0x1e4)]||_0x5078a9[_0xb05cb(0x19e)],'browser_version':_0x21be84[_0xb05cb(0x1e2)]||_0x5078a9[_0xb05cb(0x1e2)],'capabilities':_0x5078a9,'platform':_0x21be84[_0xb05cb(0x1a1)],'platform_version':_0x21be84[_0xb05cb(0x199)],'product':_0x3b069b[_0xb05cb(0x1ac)](getObservabilityLinkedProductName,_0x5078a9),'session_id':_0x21be84[_0xb05cb(0x1b8)]}};}}},exports[a3_0x3b2533(0x1e1)]=_0x251583=>{const _0x1826d3=a3_0x3b2533,_0x3d1303={'bMPtr':function(_0x219bc2){return _0x219bc2();},'eNXkq':function(_0x896823,_0x52c6a2){return _0x896823===_0x52c6a2;},'kGOJt':'latest','uVYvy':function(_0x497cae,_0x3b2abe){return _0x497cae>_0x3b2abe;},'eOBoX':function(_0x3e3d93,_0x595a98){return _0x3e3d93(_0x595a98);},'YlEad':_0x1826d3(0x1e0),'QaJTB':_0x1826d3(0x1d6),'gUtAQ':function(_0x14a254,_0x2cc8bd){return _0x14a254===_0x2cc8bd;},'KJNSJ':_0x1826d3(0x19f),'Gksoz':_0x1826d3(0x1d0),'YfhDa':function(_0x162e3a,_0x23d31b){return _0x162e3a(_0x23d31b);},'ZXAxA':_0x1826d3(0x1b5)};if(_0x3d1303[_0x1826d3(0x1e3)](isAccessibilityAutomationSession)){const _0x10cb15=_0x251583[_0x1826d3(0x1e4)],_0x12f149=_0x10cb15[_0x1826d3(0x1a9)];global[_0x1826d3(0x1ce)]=!![],!(_0x3d1303[_0x1826d3(0x1b2)](_0x12f149[_0x1826d3(0x18d)],_0x3d1303[_0x1826d3(0x19c)])||_0x3d1303[_0x1826d3(0x1cb)](_0x3d1303[_0x1826d3(0x1dd)](parseInt,_0x12f149['browserVersion']),0x5e))&&(logger[_0x1826d3(0x190)](_0x3d1303[_0x1826d3(0x1d9)]),global[_0x1826d3(0x1ce)]=![]),!(_0x3d1303[_0x1826d3(0x1b2)](_0x12f149[_0x1826d3(0x19e)],_0x3d1303[_0x1826d3(0x1c8)])||_0x3d1303['gUtAQ'](_0x12f149[_0x1826d3(0x19e)],_0x3d1303[_0x1826d3(0x195)]))&&(logger[_0x1826d3(0x190)](_0x3d1303[_0x1826d3(0x18e)]),global[_0x1826d3(0x1ce)]=![]),!_0x3d1303[_0x1826d3(0x19a)](isUndefined,_0x12f149[_0x1826d3(0x1c9)])&&(logger[_0x1826d3(0x190)](_0x3d1303[_0x1826d3(0x1cc)]),global[_0x1826d3(0x1ce)]=![]);}},exports[a3_0x3b2533(0x1a6)]=_0x56b701=>{const _0x1dea6d=a3_0x3b2533,_0x28c49a={};_0x28c49a[_0x1dea6d(0x1a0)]=function(_0x61b87,_0x2aecfa){return _0x61b87!==_0x2aecfa;},_0x28c49a['LkCUq']=_0x1dea6d(0x1d1),_0x28c49a['Fdqla']=_0x1dea6d(0x1c2),_0x28c49a[_0x1dea6d(0x1a2)]=_0x1dea6d(0x1bd);const _0x2036ee=_0x28c49a;if(!_0x56b701)return![];else{if(_0x2036ee['iotvw'](typeof _0x56b701,_0x2036ee[_0x1dea6d(0x1a4)]))return!![];}return!_0x56b701[_0x1dea6d(0x1a7)](_0x2036ee['Fdqla'])&&!_0x56b701[_0x1dea6d(0x1a7)](_0x2036ee[_0x1dea6d(0x1a2)]);};
@@ -1 +1 @@
1
- function a4_0x491d(_0x172d08,_0x431716){const _0x5b717a=a4_0x5b71();return a4_0x491d=function(_0x491d81,_0xb87b77){_0x491d81=_0x491d81-0xe0;let _0x300dcc=_0x5b717a[_0x491d81];return _0x300dcc;},a4_0x491d(_0x172d08,_0x431716);}const a4_0x5c783e=a4_0x491d;(function(_0x4d8d9a,_0x1e7353){const _0x2343a5=a4_0x491d,_0xd12ba=_0x4d8d9a();while(!![]){try{const _0x2ff124=parseInt(_0x2343a5(0x165))/0x1+parseInt(_0x2343a5(0x12f))/0x2+-parseInt(_0x2343a5(0x159))/0x3+-parseInt(_0x2343a5(0x14e))/0x4+-parseInt(_0x2343a5(0x1bf))/0x5*(-parseInt(_0x2343a5(0x1bc))/0x6)+-parseInt(_0x2343a5(0x1ca))/0x7+-parseInt(_0x2343a5(0x19e))/0x8*(-parseInt(_0x2343a5(0x1d7))/0x9);if(_0x2ff124===_0x1e7353)break;else _0xd12ba['push'](_0xd12ba['shift']());}catch(_0x103086){_0xd12ba['push'](_0xd12ba['shift']());}}}(a4_0x5b71,0xe7306));function a4_0x5b71(){const _0x317974=['getInstance','STATE_FAILED','JAFzG','apply','obsBrowserTypeMockApplied','mapTestHooks','xgXwj','forEach','../utils/constants','parent','result','ctx','push','BmIuj','dirname','test','VVVTT','mwDbn','integrations','DQkeq','inspect','uEVAR','config','finished_at','toISOString','BvIpO','failed','kgkQo','rbBun','skipped','BiQtJ','cHmLt','./helper.js','enabled','logs','tags','match','err','captureEvent','frameworkName','initializeBddStep','BROWSERSTACK','nUXqd','3313754dFjLcZ','CODECEPT','codeceptjs','tilZE','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','hookAnalyticsId','vqrTX','gXcCY','stepAnalyticsId','TUjwl','message','../mocha/test-observability/mochaUtils','failure','File\x20path\x20could\x20not\x20be\x20found','yYuWl','ZLyFv','suites','TJGYR','EjOBt','wAsjh','../../helpers/test-observability/sessionHandler','hook_run_uuid','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','iehLk','_beforeEach','__cloud_provider___','../../helpers/testhub/utils.js','TEST_RUN_FINISHED','zlpRl','failure_reason_expanded','launch','3041320LzDwnn','TEST_REPORTING_ANALYTICS','retryOf','hdvtp','toUpperCase','JdBPT','finished','gofOk','stringify','QJWcb','started','4160289YeiTnu','MtYUJ','HOOK_RUN_STARTED','stop','uploadEventData','relative','zFTrO','split','TEST_RUN_STARTED','jzuiA','ApPXh','swnFi','1038116zGxZeC','fuvSC','xlDNh','constructor','connect','_afterEach','hook','name','uyrnF','getFailureType','oAnrv','YSJEV','text','YkBHr','TestRunFinished','MRrzx','browserstack','UKOKF','expanded','Failed\x20to\x20parse\x20wsendpoint\x20','path','HookRunStarted','pid','BsGAx','CJelX','pending','startedAt','Not\x20able\x20to\x20import\x20Browser','includes','.git','appendTestItemLog','__platformCaps','status','_afterAll','getCBTInfo','getHookType','lib','find','prototype','wqwBe','test_run_uuid','hook_run','YvNEW','mHILC','replace','ICpQV','keyword','nRsIX','getRootParentFile','BJUnJ','currentHook','wKZoc','toLowerCase','ArLdV','iKFcG','success','HIxPY','24iEyOjN','QTjfl','DdRgG','shutdown','2|3|5|1|0|4','file','duration','yGsmD','xiKZC','comment','event_type','LogCreated','TEST_EVENTS','PLAYWRIGHT_HUB_URL','dFDku','BxhGD','debug','BCdPX','XMjhg','WVNGG','rzqMW','setupBrowserDetails','TEST_RUN_SKIPPED','NvkSM','then','Playwright','toString','HOOK_RUN_FINISHED','markedStatus','concat','1335198ZcaCmX','uuid','findGitConfig','20jdAKYv','yHxhn','getHooksForTest','connectOverCDP','location_prefix','browserType.js','bs:addLog:','testAnalyticsId','DEhMO','hooks','body','4353111loqxAx','rOZTl','HlJWO','meta','cwd','mFvPr','resetSkipTestHooks','failureData','statSync','../playwright/sessionDetails','wYzdb','vKELw','OWJji','392373BvGLFc','PathHelper','feature','../../helpers/logger','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','CBTSessionCreated','../../helpers/helper','join','_beforeAll','OKSOy','_testEnv','groups','length','EcOAT','errorsDetailed','\x20with\x20error\x20:\x20','wCsHs','driver','RoBGH','../../helpers/test-observability/constants','wsEndpoint','defineProperty','bddSteps','fullTitle','util','prefixTestPath','_paths','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','title','currentTest','passed','zrWSE','FmtpI','test_run','wuTWB','GZpNS','now','JrWuN','getHierarchy','DhXXZ','Kaqlb','podez','getTime'];a4_0x5b71=function(){return _0x317974;};return a4_0x5b71();}const path=require(a4_0x5c783e(0x179)),fs=require('fs'),{v4:uuidv4}=require(a4_0x5c783e(0x1bd)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x5c783e(0x1dd)),testOpsHelper=require('../../helpers/test-observability/utils'),{getTestEnv}=require(a4_0x5c783e(0x13a)),{FRAMEWORKS}=require(a4_0x5c783e(0xec)),logger=require(a4_0x5c783e(0x1da))['winstonLogger'],SessionHandler=require(a4_0x5c783e(0x143)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),PlaywrightSessionDetails=require(a4_0x5c783e(0x1d3)),debug=testOpsHelper[a4_0x5c783e(0x1ae)],{processAccessibilityCaps}=require('../playwright/accessibility-helper'),Constants=require(a4_0x5c783e(0x10c)),{fetchPlatformDetails}=require(a4_0x5c783e(0x124)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x5c783e(0x149)),constants=require(a4_0x5c783e(0x10c)),STATE_PASSED=a4_0x5c783e(0xf7),STATE_FAILED=a4_0x5c783e(0x11e),a4_0x56c09b={};a4_0x56c09b[a4_0x5c783e(0x161)]='TestRunStarted',a4_0x56c09b['TEST_RUN_FINISHED']=a4_0x5c783e(0x173),a4_0x56c09b[a4_0x5c783e(0x1b4)]='TestRunSkipped',a4_0x56c09b[a4_0x5c783e(0x15b)]=a4_0x5c783e(0x17a),a4_0x56c09b[a4_0x5c783e(0x1b9)]='HookRunFinished';const TEST_EVENTS=a4_0x56c09b,parseEvent=_0x315de8=>{const _0x2cb4a6=a4_0x5c783e,_0x297b12={};_0x297b12[_0x2cb4a6(0x13e)]=function(_0x5cb6bc,_0x49508f){return _0x5cb6bc<_0x49508f;},_0x297b12[_0x2cb4a6(0x17d)]=function(_0x317735,_0x3389af){return _0x317735===_0x3389af;},_0x297b12['NvkSM']=_0x2cb4a6(0x113),_0x297b12[_0x2cb4a6(0x17c)]=function(_0x114bf6,_0x3ed757){return _0x114bf6===_0x3ed757;},_0x297b12[_0x2cb4a6(0x172)]=_0x2cb4a6(0x16b),_0x297b12['BvIpO']=_0x2cb4a6(0x121),_0x297b12[_0x2cb4a6(0x1b1)]=function(_0x208c83,_0x3c11ec){return _0x208c83===_0x3c11ec;},_0x297b12['iehLk']=_0x2cb4a6(0x158),_0x297b12[_0x2cb4a6(0x151)]=function(_0x487d85,_0x1abf03){return _0x487d85===_0x1abf03;},_0x297b12['ICpQV']=_0x2cb4a6(0x154);const _0x1205c9=_0x297b12,_0x222485=_0x315de8[_0x2cb4a6(0x128)](/^(.*)Run(.*)$/);if(!_0x222485)return null;if(_0x1205c9[_0x2cb4a6(0x13e)](_0x222485[_0x2cb4a6(0xe5)],0x3))return null;const _0x379ee0=_0x222485[0x1][_0x2cb4a6(0x199)](),_0x4729c2=_0x222485[0x2][_0x2cb4a6(0x199)]();return{'test':_0x1205c9[_0x2cb4a6(0x17d)](_0x379ee0,_0x1205c9[_0x2cb4a6(0x1b5)]),'hook':_0x1205c9[_0x2cb4a6(0x17c)](_0x379ee0,_0x1205c9[_0x2cb4a6(0x172)]),'skipped':_0x1205c9[_0x2cb4a6(0x17d)](_0x4729c2,_0x1205c9[_0x2cb4a6(0x11d)]),'started':_0x1205c9['WVNGG'](_0x4729c2,_0x1205c9[_0x2cb4a6(0x146)]),'finished':_0x1205c9[_0x2cb4a6(0x151)](_0x4729c2,_0x1205c9[_0x2cb4a6(0x192)])};},mockPWBrowserType=_0x53be44=>{const _0x7bce5b=a4_0x5c783e,_0x17aff7={'UKOKF':function(_0x113cd3,_0x4e2fa6){return _0x113cd3===_0x4e2fa6;},'yGsmD':'string','XMjhg':function(_0x1d1512,_0x36d91f,_0xe6a66c){return _0x1d1512(_0x36d91f,_0xe6a66c);},'yYuWl':'wsEndpoint','oAnrv':function(_0xbc25af,_0x223afd){return _0xbc25af(_0x223afd);},'qyiMn':_0x7bce5b(0x175),'MRrzx':function(_0x1176aa,_0x51a038){return _0x1176aa(_0x51a038);},'jzuiA':_0x7bce5b(0x189),'wYzdb':'client','BiQtJ':_0x7bce5b(0x1c4),'BJUnJ':_0x7bce5b(0x180),'wAsjh':'connect','UmeFY':'launch'},_0x32c4c1=path[_0x7bce5b(0xe0)](_0x17aff7[_0x7bce5b(0x162)],_0x17aff7[_0x7bce5b(0x1d4)],_0x17aff7[_0x7bce5b(0x122)]),_0x1e5f63=_0x17aff7[_0x7bce5b(0x16f)](importFileFromPWCore,_0x32c4c1);if(!_0x1e5f63){_0x17aff7[_0x7bce5b(0x174)](debug,_0x17aff7[_0x7bce5b(0x196)]);return;}const _0x4ac8dc=_0x1e5f63['BrowserType'],_0x438e1e=_0x4ac8dc[_0x7bce5b(0x18b)];if(_0x438e1e[_0x7bce5b(0x108)])return;const _0x24068d=_0x438e1e[_0x7bce5b(0x169)];Object[_0x7bce5b(0xee)](_0x438e1e,_0x17aff7[_0x7bce5b(0x142)],{'get':function(){const _0x1fdb2e=_0x7bce5b,_0x20a5ff={'JrWuN':function(_0x30bb79,_0x127416){const _0x517fd2=a4_0x491d;return _0x17aff7[_0x517fd2(0x176)](_0x30bb79,_0x127416);},'VVVTT':_0x17aff7[_0x1fdb2e(0x1a5)],'uyrnF':function(_0x523125,_0x134f81,_0x53dbe2){const _0x5c94e4=_0x1fdb2e;return _0x17aff7[_0x5c94e4(0x1b0)](_0x523125,_0x134f81,_0x53dbe2);},'rOZTl':_0x17aff7[_0x1fdb2e(0x13d)],'QTjfl':function(_0x3cf734,_0x5ab33a){const _0x422a3a=_0x1fdb2e;return _0x17aff7[_0x422a3a(0x16f)](_0x3cf734,_0x5ab33a);},'tilZE':_0x17aff7['qyiMn'],'sGOEu':function(_0x5d0f30,_0xcc2933,_0x690e71){const _0x597190=_0x1fdb2e;return _0x17aff7[_0x597190(0x1b0)](_0x5d0f30,_0xcc2933,_0x690e71);},'zlpRl':function(_0x1fc00d,_0xd4e8ba){return _0x17aff7['MRrzx'](_0x1fc00d,_0xd4e8ba);}};return async function _0x112bba(_0xd7447e,_0x198139){const _0x5c62a2=_0x1fdb2e,_0x2ba168={'gofOk':function(_0x207bd7,_0x37a14e){const _0x329e42=a4_0x491d;return _0x20a5ff[_0x329e42(0xfe)](_0x207bd7,_0x37a14e);},'JAFzG':_0x20a5ff[_0x5c62a2(0x114)]},_0x8fcd00=_0x20a5ff[_0x5c62a2(0x16d)](nestedKeyValue,_0xd7447e,[_0x20a5ff[_0x5c62a2(0x1cb)]])||_0xd7447e;let _0x2f3b23=null,_0x4be22d=null;try{[_0x4be22d,_0x2f3b23]=_0x8fcd00?_0x20a5ff[_0x5c62a2(0x19f)](parseWSEndpoint,_0x8fcd00):[null,null],global[_0x5c62a2(0x184)]=_0x2f3b23,logger['debug'](_0x5c62a2(0x145)+_0x4be22d),_0x4be22d[_0x5c62a2(0x181)](Constants[_0x5c62a2(0x12d)])&&(global[_0x5c62a2(0x148)]=_0x20a5ff[_0x5c62a2(0x132)]);}catch(_0x359dc0){logger[_0x5c62a2(0x1ae)](_0x5c62a2(0x178)+_0x8fcd00+'\x20'+_0x359dc0);}_0x20a5ff['sGOEu'](processAccessibilityCaps,_0x2f3b23,_0x4be22d);if(global['accessibilityPlatform']){const _0x34621a=await _0x438e1e[_0x5c62a2(0x1c2)][_0x5c62a2(0x107)](this,[''+Constants[_0x5c62a2(0x1ab)]+_0x20a5ff[_0x5c62a2(0x14b)](encodeURIComponent,JSON[_0x5c62a2(0x156)](_0x2f3b23))]);return PlaywrightSessionDetails[_0x5c62a2(0x1b3)](_0x34621a,_0x53be44,_0x8fcd00),_0x34621a;}return _0x24068d[_0x5c62a2(0x107)](this,arguments)[_0x5c62a2(0x1b6)](_0x5d96d4=>{const _0x5f17c1=_0x5c62a2;let _0x545b43=_0xd7447e[_0x5f17c1(0xed)];return _0x2ba168[_0x5f17c1(0x155)](typeof _0xd7447e,_0x2ba168[_0x5f17c1(0x106)])&&(_0x545b43=_0xd7447e),PlaywrightSessionDetails[_0x5f17c1(0x1b3)](_0x5d96d4,_0x53be44,_0x545b43),_0x5d96d4;});};}});const _0xe7b4f1=_0x438e1e[_0x7bce5b(0x14d)];Object[_0x7bce5b(0xee)](_0x438e1e,_0x17aff7['UmeFY'],{'get':function(){return async function _0xcbd062(){return _0xe7b4f1['apply'](this,arguments)['then'](_0x23c597=>{return PlaywrightSessionDetails['setupBrowserDetails'](_0x23c597,null),_0x23c597;});};}});};class O11yHelper{[a4_0x5c783e(0xf6)]=null;[a4_0x5c783e(0x197)]=null;[a4_0x5c783e(0x125)]=![];['frameworkName']=![];constructor(_0x4c5491,_0x13051c){const _0x6b7797=a4_0x5c783e,_0x4c96d7={'WcjLU':_0x6b7797(0x1a2),'cHmLt':function(_0x19350d){return _0x19350d();},'mwDbn':function(_0x313efd,_0x2a8f13){return _0x313efd===_0x2a8f13;},'iKFcG':_0x6b7797(0x1b7),'Kaqlb':function(_0x36e65e,_0x3ebcca){return _0x36e65e(_0x3ebcca);}},_0x464e4b=_0x4c96d7['WcjLU'][_0x6b7797(0x160)]('|');let _0x4c282c=0x0;while(!![]){switch(_0x464e4b[_0x4c282c++]){case'0':this[_0x6b7797(0xf3)]=new testOpsHelper[(_0x6b7797(0x1d8))]({'cwd':process[_0x6b7797(0x1ce)]()},this[_0x6b7797(0xe3)][_0x6b7797(0x1c3)]);continue;case'1':this[_0x6b7797(0xe3)]=_0x4c96d7[_0x6b7797(0x123)](getTestEnv);continue;case'2':this['enabled']=_0x4c96d7['cHmLt'](shouldProcessEventForTesthub);continue;case'3':this[_0x6b7797(0x12b)]=_0x13051c['frameworkName'];continue;case'4':this[_0x6b7797(0xea)]&&_0x4c96d7[_0x6b7797(0x115)](this['driver'][_0x6b7797(0x168)][_0x6b7797(0x16c)],_0x4c96d7[_0x6b7797(0x19b)])&&_0x4c96d7[_0x6b7797(0x101)](mockPWBrowserType,null);continue;case'5':this[_0x6b7797(0xea)]=_0x4c5491;continue;}break;}}['start'](){const _0x27ed69=a4_0x5c783e;if(!this[_0x27ed69(0x125)])return;testOpsHelper['patchConsoleLogger'](),process['removeAllListeners'](_0x27ed69(0x1c5)+process[_0x27ed69(0x17b)]),process['on']('bs:addLog:'+process[_0x27ed69(0x17b)],this[_0x27ed69(0x183)]['bind'](this));}async[a4_0x5c783e(0x15c)](){const _0x7091b8=a4_0x5c783e;await RequestQueueHandler[_0x7091b8(0x104)]()[_0x7091b8(0x1a1)]();}async[a4_0x5c783e(0x183)](_0x1a4ce6){const _0x5e7801=a4_0x5c783e,_0x4e30dd={'BmIuj':_0x5e7801(0x1a9),'TUjwl':function(_0xbd6816,_0x55fb11){return _0xbd6816(_0x55fb11);}};try{this[_0x5e7801(0x197)]&&!this[_0x5e7801(0x197)][_0x5e7801(0x1ba)]&&(_0x1a4ce6[_0x5e7801(0x144)]=this[_0x5e7801(0x197)][_0x5e7801(0x134)]);!_0x1a4ce6[_0x5e7801(0x144)]&&this[_0x5e7801(0xf6)]&&!this['currentTest']['markedStatus']&&(_0x1a4ce6['test_run_uuid']=this['currentTest'][_0x5e7801(0x1c6)]);if(_0x1a4ce6[_0x5e7801(0x144)]||_0x1a4ce6[_0x5e7801(0x18d)]){const _0x3ad880={};_0x3ad880[_0x5e7801(0x1a8)]=_0x4e30dd[_0x5e7801(0x111)],_0x3ad880[_0x5e7801(0x126)]=[_0x1a4ce6],await SessionHandler[_0x5e7801(0x15d)](_0x3ad880);}}catch(_0x179189){_0x4e30dd[_0x5e7801(0x138)](debug,_0x5e7801(0x1db)+constants['TEST_REPORTING_ANALYTICS']+_0x5e7801(0xe8)+_0x179189);}}async['sendCBTInfo'](_0x2d19ee){const _0x44af9d=a4_0x5c783e,_0x4ed4a8={'HIxPY':_0x44af9d(0x1dc),'xiKZC':function(_0x501d5c,_0x34d801){return _0x501d5c(_0x34d801);}};if(!this['enabled'])return;const _0x11c02e=this['getCBTInfo'](this['driver']);try{const _0x4e992e={};_0x4e992e[_0x44af9d(0x1bd)]=_0x2d19ee,_0x4e992e['integrations']=_0x11c02e;const _0x2d1e90=_0x4e992e,_0x3261c1={};_0x3261c1[_0x44af9d(0x1a8)]=_0x4ed4a8[_0x44af9d(0x19d)],_0x3261c1[_0x44af9d(0xfa)]=_0x2d1e90,await SessionHandler['uploadEventData'](_0x3261c1);}catch(_0x53af98){_0x4ed4a8[_0x44af9d(0x1a6)](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20'+constants[_0x44af9d(0x14f)]+_0x44af9d(0xe8)+_0x53af98);}}[a4_0x5c783e(0x187)](_0x467f85){const _0x4986b5=a4_0x5c783e,_0x39d44c={'MtYUJ':function(_0x4b15aa,_0x1ce975){return _0x4b15aa(_0x1ce975);}};return _0x39d44c[_0x4986b5(0x15a)](fetchPlatformDetails,_0x467f85);}[a4_0x5c783e(0x1d0)]=_0x41f2c7=>{const _0x24f177=a4_0x5c783e,_0x1303d1={};_0x1303d1[_0x24f177(0x1d6)]=_0x24f177(0x147),_0x1303d1['ZWxJF']=_0x24f177(0x16a);const _0x40434b=_0x1303d1;if(!_0x41f2c7||!_0x41f2c7[_0x24f177(0x10d)])return;[_0x40434b[_0x24f177(0x1d6)],_0x40434b['ZWxJF']][_0x24f177(0x10b)](_0x187c3b=>{const _0x119729=_0x24f177,_0xa96671=_0x41f2c7['parent'][_0x187c3b];_0xa96671[_0x119729(0x10b)](_0x466376=>{const _0x5f2266=_0x119729;_0x466376[_0x5f2266(0x134)]&&(_0x466376[_0x5f2266(0x134)]=null);});});};['mapTestHooks'](_0xdcba99){const _0x181858=a4_0x5c783e,_0xba49e9={'OKSOy':_0x181858(0x131),'QJWcb':function(_0x5363ed){return _0x5363ed();},'JdBPT':function(_0x564f64,_0xcf3227){return _0x564f64===_0xcf3227;},'RoBGH':'_afterEach','vKELw':'_beforeAll','nUXqd':_0x181858(0x186),'nRsIX':_0x181858(0x147)};if(!_0xdcba99||!_0xdcba99[_0x181858(0x10d)])return;[_0xba49e9[_0x181858(0x1d5)],_0xba49e9[_0x181858(0x12e)],_0xba49e9[_0x181858(0x194)],_0xba49e9[_0x181858(0xeb)]][_0x181858(0x10b)](_0x1cf8a9=>{const _0x3147a1=_0x181858,_0x3389de=_0xdcba99[_0x3147a1(0x10d)][_0x1cf8a9]||[];_0x3389de[_0x3147a1(0x10b)](_0x30cfaa=>{const _0x5a211b=_0x3147a1;if(_0x30cfaa[_0x5a211b(0xf5)][_0x5a211b(0x181)](_0xba49e9[_0x5a211b(0xe2)]))return;if(!_0x30cfaa['hookAnalyticsId'])_0x30cfaa[_0x5a211b(0x134)]=_0xba49e9[_0x5a211b(0x157)](uuidv4);else _0x30cfaa['markedStatus']&&_0xba49e9[_0x5a211b(0x153)](_0x1cf8a9,_0xba49e9[_0x5a211b(0xeb)])&&(_0x30cfaa[_0x5a211b(0x134)]=_0xba49e9[_0x5a211b(0x157)](uuidv4),delete _0x30cfaa[_0x5a211b(0x1ba)]);});}),this[_0x181858(0x109)](_0xdcba99['parent']);}[a4_0x5c783e(0x1c1)](_0x26c367){const _0x30cb4c=a4_0x5c783e,_0x202402={};_0x202402['wKZoc']=_0x30cb4c(0xe1),_0x202402['rbBun']='_afterAll',_0x202402[_0x30cb4c(0xf9)]=_0x30cb4c(0x147),_0x202402[_0x30cb4c(0x100)]=_0x30cb4c(0x16a);const _0x2cb238=_0x202402;if(!_0x26c367||!_0x26c367['parent'])return[];const _0x2afec9=[];return[_0x2cb238[_0x30cb4c(0x198)],_0x2cb238[_0x30cb4c(0x120)],_0x2cb238[_0x30cb4c(0xf9)],_0x2cb238[_0x30cb4c(0x100)]][_0x30cb4c(0x10b)](_0x51bdeb=>{const _0x5324ff=_0x30cb4c,_0x523907=_0x26c367[_0x5324ff(0x10d)][_0x51bdeb]||[];_0x523907['forEach'](_0xbec787=>{const _0x439424=_0x5324ff;_0xbec787['hookAnalyticsId']&&_0x2afec9[_0x439424(0x110)](_0xbec787[_0x439424(0x134)]);});}),[][_0x30cb4c(0x1bb)](_0x2afec9,this[_0x30cb4c(0x1c1)](_0x26c367[_0x30cb4c(0x10d)]));}[a4_0x5c783e(0x188)](_0x3d8ef2){const _0x495506=a4_0x5c783e,_0x12f067=/^"(?<hook>.*)" hook:.*$/,_0x3ac8a1=_0x3d8ef2[_0x495506(0xf5)],_0x413a1e=_0x3ac8a1[_0x495506(0x128)](_0x12f067);if(_0x413a1e&&_0x413a1e[_0x495506(0xe4)])return _0x413a1e[_0x495506(0xe4)][_0x495506(0x16b)][_0x495506(0x152)]()[_0x495506(0x191)]('\x20','_');return null;}[a4_0x5c783e(0x1be)](_0x11b2d5){const _0x517e5b=a4_0x5c783e,_0x470c98={};_0x470c98[_0x517e5b(0xfc)]=function(_0x2a1440,_0x5ba321){return _0x2a1440===_0x5ba321;},_0x470c98['kgkQo']=function(_0x25663b,_0x37ab62){return _0x25663b===_0x37ab62;},_0x470c98[_0x517e5b(0x1af)]=function(_0xbf8106,_0x282278){return _0xbf8106===_0x282278;},_0x470c98['BxhGD']=function(_0x3f8763,_0x22e683){return _0x3f8763===_0x22e683;},_0x470c98['KiZUr']=_0x517e5b(0x182),_0x470c98[_0x517e5b(0x1cf)]=_0x517e5b(0x11a);const _0x1bd459=_0x470c98,_0x1b5a75=path['sep'];if(_0x1bd459['GZpNS'](_0x11b2d5,null)||_0x1bd459[_0x517e5b(0x11f)](_0x11b2d5,'')||_0x1bd459[_0x517e5b(0x1af)](_0x11b2d5,_0x1b5a75)||_0x1bd459[_0x517e5b(0x1ad)](_0x11b2d5,path[_0x517e5b(0x112)](_0x11b2d5)))return null;try{return fs[_0x517e5b(0x1d2)](path[_0x517e5b(0xe0)](_0x11b2d5,_0x1bd459['KiZUr'],_0x1bd459[_0x517e5b(0x1cf)])),_0x11b2d5;}catch(_0x5b93da){const _0x41c7af=path[_0x517e5b(0x112)](_0x11b2d5);return this[_0x517e5b(0x1be)](_0x41c7af);}}[a4_0x5c783e(0x195)](_0x40991c){const _0x2894cc=a4_0x5c783e,_0x2e7419={};_0x2e7419['fuvSC']=function(_0x3200bf,_0x5c12db){return _0x3200bf>_0x5c12db;};const _0x236ba3=_0x2e7419;if(_0x40991c[_0x2894cc(0x1a3)])return _0x40991c[_0x2894cc(0x1a3)];if(_0x40991c[_0x2894cc(0x10f)]){const _0x2fc286=_0x40991c['ctx'][_0x2894cc(0xf6)]?this[_0x2894cc(0x195)](_0x40991c['ctx'][_0x2894cc(0xf6)]):null;if(_0x2fc286)return _0x2fc286;}if(_0x40991c['parent']){const _0x41618c=this['getRootParentFile'](_0x40991c[_0x2894cc(0x10d)])||(_0x40991c['parent'][_0x2894cc(0x10f)]&&_0x40991c[_0x2894cc(0x10d)][_0x2894cc(0x10f)]['currentTest']?this[_0x2894cc(0x195)](_0x40991c['parent'][_0x2894cc(0x10f)]['currentTest']):null);if(_0x41618c)return _0x41618c;_0x40991c[_0x2894cc(0x10d)][_0x2894cc(0x13f)]&&_0x236ba3[_0x2894cc(0x166)](_0x40991c[_0x2894cc(0x10d)]['suites'][_0x2894cc(0xe5)],0x0)&&_0x40991c[_0x2894cc(0x10d)][_0x2894cc(0x13f)][_0x2894cc(0x10b)](_0x3e92ab=>{const _0x563834=_0x2894cc,_0x28669f=_0x3e92ab[_0x563834(0x10f)]?this[_0x563834(0x195)](_0x3e92ab[_0x563834(0x10f)]):null;if(_0x28669f)return _0x28669f;});}return null;}[a4_0x5c783e(0xff)](_0x3acd30){const _0x5b8565=a4_0x5c783e,_0x23625e={};_0x23625e[_0x5b8565(0x119)]=function(_0x3a41f6,_0x2d9664){return _0x3a41f6!==_0x2d9664;};const _0x592316=_0x23625e,_0x5bc78a=[];if(_0x3acd30&&_0x3acd30[_0x5b8565(0x10d)]){let _0x5a6069=_0x3acd30[_0x5b8565(0x10d)];while(_0x5a6069&&_0x592316[_0x5b8565(0x119)](_0x5a6069[_0x5b8565(0xf5)],'')){_0x5bc78a['push'](_0x5a6069[_0x5b8565(0xf5)]),_0x5a6069=_0x5a6069[_0x5b8565(0x10d)];}}return _0x5bc78a;}[a4_0x5c783e(0x12a)](_0x214c1d,_0x59d091,_0xb85c6f=undefined){const _0x200d7e=a4_0x5c783e,_0x4aa96e={'xgXwj':function(_0xd3ff8f,_0x59f07d){return _0xd3ff8f(_0x59f07d);},'gXcCY':function(_0x547b6e){return _0x547b6e();},'swnFi':function(_0x31d132){return _0x31d132();},'OAvzX':function(_0xb7b743){return _0xb7b743();},'DQkeq':_0x200d7e(0xf1),'rzqMW':_0x200d7e(0x129),'YSJEV':function(_0x3dfd42,_0x13d167){return _0x3dfd42!==_0x13d167;},'wuTWB':function(_0x3bbffb,_0x500b9c){return _0x3bbffb!==_0x500b9c;},'THsMJ':_0x200d7e(0x13c),'YvNEW':_0x200d7e(0x17e),'DdRgG':_0x200d7e(0x11e),'podez':'passed','mixPG':'skipped','zftFi':'javascript','EcOAT':function(_0x3862c2,_0x2fa7c4){return _0x3862c2-_0x2fa7c4;},'DEhMO':function(_0x57ee7c,_0x21dc3e,_0x352455,_0x426806,_0x425df5){return _0x57ee7c(_0x21dc3e,_0x352455,_0x426806,_0x425df5);},'AcpSA':function(_0x542bc5,_0x2addbb){return _0x542bc5!==_0x2addbb;},'xlDNh':_0x200d7e(0x116),'HlJWO':_0x200d7e(0x1cd),'zrWSE':'failure','VjvJh':'failure_backtrace','dFDku':'backtrace','TJGYR':_0x200d7e(0x14c),'wqwBe':_0x200d7e(0x177),'ArLdV':function(_0x2406d6,_0x2c386a){return _0x2406d6===_0x2c386a;},'mHILC':_0x200d7e(0x18e),'kBoKv':_0x200d7e(0xfa)};if(!this[_0x200d7e(0x125)])return;try{if(_0x59d091['fn']&&_0x59d091['fn'][_0x200d7e(0x1b8)]()[_0x200d7e(0x128)](/browserstack internal helper hook/))return;const _0x5af09c=_0x4aa96e[_0x200d7e(0x10a)](parseEvent,_0x214c1d);if(!_0x5af09c)return;if(_0x5af09c[_0x200d7e(0x113)]){this[_0x200d7e(0xf6)]=_0x59d091,this[_0x200d7e(0x197)]=null;if(_0x5af09c[_0x200d7e(0x158)]||_0x5af09c[_0x200d7e(0x121)]){_0x59d091['startedAt']=new Date(),_0x59d091['markedStatus']=![];if(!_0x59d091[_0x200d7e(0x1c6)])_0x59d091['testAnalyticsId']=_0x4aa96e[_0x200d7e(0x136)](uuidv4);else _0x59d091[_0x200d7e(0x1ba)]&&(!_0x59d091['retryOf']&&(_0x59d091[_0x200d7e(0x150)]=_0x59d091[_0x200d7e(0x1c6)]),_0x59d091['testAnalyticsId']=_0x4aa96e[_0x200d7e(0x164)](uuidv4));}}else{if(_0x5af09c[_0x200d7e(0x16b)]){this['currentHook']=_0x59d091;if(_0x5af09c[_0x200d7e(0x158)]){_0x59d091['startedAt']=new Date(),_0x59d091[_0x200d7e(0x1ba)]=![];if(!_0x59d091['hookAnalyticsId'])_0x59d091[_0x200d7e(0x134)]=_0x4aa96e[_0x200d7e(0x136)](uuidv4);else _0x59d091['hookAnalyticsId']&&_0x59d091[_0x200d7e(0x1ba)]&&(_0x59d091['hookAnalyticsId']=_0x4aa96e['OAvzX'](uuidv4));}}}if(_0x5af09c[_0x200d7e(0x154)]&&_0x59d091['markedStatus'])return;let _0x2c2d9a;try{_0x2c2d9a=this[_0x200d7e(0x195)](_0x59d091);}catch(_0x1412f8){logger[_0x200d7e(0x1ae)]('failed\x20to\x20get\x20root\x20parent\x20file\x20'+_0x1412f8),_0x2c2d9a=null;}const _0x546865=_0x4aa96e['xgXwj'](require,_0x4aa96e[_0x200d7e(0x117)]);let _0x444f0f=[];_0xb85c6f&&(_0x444f0f=[_0xb85c6f,_0x4aa96e[_0x200d7e(0x1b2)]]);const _0x1f0957=_0x4aa96e[_0x200d7e(0x170)](_0x59d091[_0x200d7e(0xe7)],undefined)?_0x546865[_0x200d7e(0x118)](_0x59d091[_0x200d7e(0xe7)][0x0]):_0x4aa96e[_0x200d7e(0xfb)](_0xb85c6f,undefined)?_0xb85c6f['toString']():undefined,_0xd897f6=_0x2c2d9a?this[_0x200d7e(0x1be)](_0x2c2d9a):null,_0x3f04b7=_0x2c2d9a?this[_0x200d7e(0xf3)][_0x200d7e(0xf2)](this['getRootParentFile'](_0x59d091)):_0x4aa96e['THsMJ'];let _0x72188b=_0x4aa96e['YvNEW'];const _0x44c188=!_0x5af09c[_0x200d7e(0x158)]?new Date()['toISOString']():null;if(_0x5af09c['finished'])_0x72188b=_0xb85c6f?_0x4aa96e['DdRgG']:_0x4aa96e[_0x200d7e(0x102)],_0x59d091[_0x200d7e(0x1ba)]=!![];else _0x5af09c[_0x200d7e(0x121)]&&(_0x72188b=_0x4aa96e['mixPG'],_0x59d091[_0x200d7e(0x1ba)]=!![]);const _0x33c255={'framework':this[_0x200d7e(0x12b)],'uuid':_0x59d091[_0x200d7e(0x1c6)]||_0x59d091['hookAnalyticsId'],'name':_0x59d091[_0x200d7e(0xf5)],'body':{'lang':_0x4aa96e['zftFi'],'code':_0x59d091[_0x200d7e(0x1c9)]['toString']()},'type':_0x59d091['type'],'scope':_0x59d091[_0x200d7e(0xf0)](),'scopes':this[_0x200d7e(0xff)](_0x59d091),'file_name':_0x3f04b7,'vc_filepath':_0xd897f6?path[_0x200d7e(0x15e)](_0xd897f6,_0x2c2d9a):null,'location':_0x3f04b7,'result':_0x72188b,'failure_reason':_0x1f0957,'duration_in_ms':_0x59d091[_0x200d7e(0x1a4)]||(_0x5af09c['finished']||_0x5af09c[_0x200d7e(0x121)])?_0x4aa96e[_0x200d7e(0xe6)](Date[_0x200d7e(0xfd)](),new Date(_0x59d091[_0x200d7e(0x17f)])['getTime']()):null,'started_at':new Date(_0x59d091[_0x200d7e(0x17f)])[_0x200d7e(0x11c)](),'finished_at':_0x44c188,'failure':testOpsHelper[_0x200d7e(0x1d1)][_0x200d7e(0x107)](null,_0x444f0f),'failure_type':!_0x1f0957?null:testOpsHelper[_0x200d7e(0x16e)](_0x1f0957),'retry_of':_0x59d091[_0x200d7e(0x150)]||null,'tags':_0x59d091[_0x200d7e(0x127)]||[],'customRerunParam':{'rerun_name':_0x59d091[_0x200d7e(0xf0)]()}};_0x4aa96e[_0x200d7e(0x1c7)](appendTesthubParams,_0x33c255,_0x214c1d,_0x59d091,FRAMEWORKS[_0x200d7e(0x130)]);if(_0x5af09c[_0x200d7e(0x16b)])[_0x33c255['hook_type'],_0x33c255[_0x200d7e(0x16c)]]=[this['getHookType'](_0x59d091),_0x59d091[_0x200d7e(0x10f)][_0x200d7e(0x113)]['title']],_0x5af09c[_0x200d7e(0x154)]?_0x4aa96e['AcpSA'](_0x33c255[_0x200d7e(0x10e)],_0x4aa96e['DdRgG'])&&(_0x33c255['result']=_0x4aa96e['podez']):_0x33c255['body']={};else _0x5af09c[_0x200d7e(0x113)]&&(this[_0x200d7e(0x109)](_0x59d091),_0x5af09c[_0x200d7e(0x121)]&&this['resetSkipTestHooks'](_0x59d091),(_0x5af09c['finished']||_0x5af09c[_0x200d7e(0x121)])&&(_0x33c255[_0x200d7e(0x1c8)]=this[_0x200d7e(0x1c1)](_0x59d091)));this['driver']&&(_0x5af09c[_0x200d7e(0x158)]||_0x5af09c[_0x200d7e(0x121)])&&(_0x33c255[_0x4aa96e[_0x200d7e(0x167)]]=this[_0x200d7e(0x187)](this[_0x200d7e(0xea)]));_0x5af09c['test']&&_0x5af09c['finished']&&_0x59d091['bddSteps']&&(_0x33c255[_0x4aa96e[_0x200d7e(0x1cc)]]={'feature':{'name':_0x59d091[_0x200d7e(0x10d)][_0x200d7e(0x1d9)][_0x200d7e(0x16c)],'path':_0x33c255['file_name'],'description':_0x59d091['parent'][_0x200d7e(0x1a7)]},'scenario':{'name':_0x59d091[_0x200d7e(0xf5)]},'steps':_0x59d091[_0x200d7e(0xef)]});const _0x1eecea=_0x33c255[_0x4aa96e[_0x200d7e(0xf8)]][0x0];_0x1eecea&&(_0x33c255[_0x4aa96e['VjvJh']]=_0x1eecea[_0x4aa96e[_0x200d7e(0x1ac)]],_0x33c255[_0x4aa96e[_0x200d7e(0x140)]]=_0x1eecea[_0x4aa96e[_0x200d7e(0x18c)]]);if(_0x59d091[_0x200d7e(0xef)])for(const _0x2b0d61 of _0x59d091[_0x200d7e(0xef)]){!_0x2b0d61[_0x200d7e(0x11b)]&&(_0x2b0d61[_0x200d7e(0x11b)]=new Date()[_0x200d7e(0x11c)](),_0x4aa96e[_0x200d7e(0x19a)](_0x2b0d61['result'],_0x4aa96e[_0x200d7e(0x18f)])&&(_0x1eecea?(_0x2b0d61['result']=_0x4aa96e[_0x200d7e(0x1a0)],_0x2b0d61[_0x200d7e(0x13b)]=_0x1eecea[_0x4aa96e[_0x200d7e(0x1ac)]][0x0]):_0x2b0d61[_0x200d7e(0x10e)]=_0x4aa96e[_0x200d7e(0x102)]));}const _0x42471b={};_0x42471b[_0x200d7e(0x1a8)]=_0x5af09c[_0x200d7e(0x121)]?TEST_EVENTS[_0x200d7e(0x14a)]:_0x214c1d;const _0x4c307f=_0x42471b;return _0x5af09c[_0x200d7e(0x16b)]?_0x4c307f[_0x4aa96e[_0x200d7e(0x190)]]=_0x33c255:_0x4c307f[_0x4aa96e['kBoKv']]=_0x33c255,_0x4c307f;}catch(_0x48642b){logger[_0x200d7e(0x1ae)](_0x200d7e(0xf4)+_0x214c1d+_0x200d7e(0xe8)+_0x48642b);}}async['fireEvent'](_0x5cbb42,_0x44b04a){const _0x4b9efd=a4_0x5c783e;if(!this[_0x4b9efd(0x125)]||!_0x44b04a||!_0x5cbb42)return![];try{return await SessionHandler[_0x4b9efd(0x15d)](_0x44b04a);}catch(_0x578ab8){logger[_0x4b9efd(0x1ae)](_0x4b9efd(0x133)+_0x5cbb42+_0x4b9efd(0xe8)+_0x578ab8);}}[a4_0x5c783e(0x12c)](_0x510593){const _0x2d254b=a4_0x5c783e,_0x18aa79={};_0x18aa79[_0x2d254b(0x163)]=_0x2d254b(0x17e);const _0x45b3c3=_0x18aa79;return{'id':_0x510593[_0x2d254b(0x137)],'text':_0x510593[_0x2d254b(0x171)],'keyword':_0x510593[_0x2d254b(0x193)],'started_at':_0x510593[_0x2d254b(0x17f)][_0x2d254b(0x11c)](),'result':_0x45b3c3[_0x2d254b(0x163)]};}['bddStepStart'](_0x30f9b7){const _0xcc6116=a4_0x5c783e,_0x25aca9={'EjOBt':function(_0x340089){return _0x340089();}};!this['currentTest'][_0xcc6116(0xef)]&&(this[_0xcc6116(0xf6)][_0xcc6116(0xef)]=[]),!_0x30f9b7['stepAnalyticsId']&&(_0x30f9b7[_0xcc6116(0x137)]=_0x25aca9[_0xcc6116(0x141)](uuidv4),_0x30f9b7[_0xcc6116(0x17f)]=new Date(),this['currentTest'][_0xcc6116(0xef)]['push'](this[_0xcc6116(0x12c)](_0x30f9b7)));}['bddStepFinish'](_0x3dedeb){const _0x36caf7=a4_0x5c783e,_0x75f354={'zFTrO':function(_0x136a4b,_0x209c08){return _0x136a4b(_0x209c08);},'yHxhn':_0x36caf7(0x19c),'wCsHs':'pending','vqrTX':_0x36caf7(0xf7),'cyxfG':function(_0x29beba,_0x4d080c){return _0x29beba-_0x4d080c;}};let _0x12cf2c=this[_0x36caf7(0xf6)][_0x36caf7(0xef)][_0x36caf7(0x18a)](_0x22656f=>_0x22656f['id']===_0x3dedeb[_0x36caf7(0x137)]);_0x75f354[_0x36caf7(0x15f)](isUndefined,_0x12cf2c)&&(_0x12cf2c=this[_0x36caf7(0x12c)](_0x3dedeb)),_0x12cf2c['result']=[_0x75f354[_0x36caf7(0x1c0)],_0x75f354[_0x36caf7(0xe9)]][_0x36caf7(0x181)](_0x3dedeb[_0x36caf7(0x185)])?_0x75f354[_0x36caf7(0x135)]:_0x3dedeb[_0x36caf7(0x185)],_0x12cf2c[_0x36caf7(0x11b)]=new Date()[_0x36caf7(0x11c)](),_0x12cf2c['duration']=_0x75f354['cyxfG'](Date[_0x36caf7(0xfd)](),_0x3dedeb['startedAt'][_0x36caf7(0x103)]()),_0x12cf2c[_0x36caf7(0x13b)]=_0x3dedeb[_0x36caf7(0x129)]?_0x3dedeb[_0x36caf7(0x129)][_0x36caf7(0x139)]:null;}}const a4_0x2f562f={};a4_0x2f562f['O11yHelper']=O11yHelper,a4_0x2f562f['STATE_PASSED']=STATE_PASSED,a4_0x2f562f[a4_0x5c783e(0x105)]=STATE_FAILED,a4_0x2f562f[a4_0x5c783e(0x1aa)]=TEST_EVENTS,module['exports']=a4_0x2f562f;
1
+ function a4_0x4ea6(_0x94a119,_0x3cdee7){const _0x490744=a4_0x4907();return a4_0x4ea6=function(_0x4ea6a4,_0x1a9502){_0x4ea6a4=_0x4ea6a4-0x165;let _0x3b567b=_0x490744[_0x4ea6a4];return _0x3b567b;},a4_0x4ea6(_0x94a119,_0x3cdee7);}const a4_0x5f06ea=a4_0x4ea6;function a4_0x4907(){const _0x2bbede=['Gqvrv','iIlcq','TestRunStarted','ntKUt','Failed\x20to\x20parse\x20wsendpoint\x20','push','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','test_run_uuid','tbAqn','_afterEach','STATE_FAILED','split','wsEndpoint','hook_run','JCSwx','getTime','ihpuD','failure_backtrace','_beforeAll','133371kzsktk','CLBxS','getInstance','bs:addLog:','toLowerCase','fWMVz','JHFKj','path','JlllF','file_name','Playwright','__platformCaps','40pWwicI','2mVSfqd','apply','UFlbM','Asepg','__cloud_provider___','kqFNI','groups','WACHO','toString','ArcfG','fireEvent','test_run','BhNNX','\x20with\x20error\x20:\x20','appendTestItemLog','323547SZvwqf','lVfED','frameworkName','retryOf','hook_run_uuid','getCBTInfo','exports','hynHY','TestRunSkipped','util','duration','stop','kgBYg','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','finished_at','TestRunFinished','hook_type','FHVoT','now','prFit','uploadEventData','tags','TdQjr','tfvBc','passed','Vjoaf','finished','codeceptjs','title','136qzKYbg','length','event_type','eDHGZ','inspect','LogCreated','currentHook','CODECEPT','HookRunStarted','err','TEST_EVENTS','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','getHooksForTest','pykcF','driver','success','captureEvent','debug','message','expanded','failed','failed\x20to\x20get\x20root\x20parent\x20file\x20','bind','string','testAnalyticsId','WWIwv','EfuTo','STATE_PASSED','failure','bddStepStart','meta','setupBrowserDetails','findGitConfig','feature','getHierarchy','result','prototype','TEST_RUN_FINISHED','file','startedAt','ELCex','_beforeEach','10512970JQEoZi','AeDwH','rVTlm','forEach','UuAzU','O11yHelper','pid','OFufI','enabled','find','aXtml','13412520NpTBUb','FhMgv','parent','cpMLi','5105AImAch','match','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','dirname','pkuUp','WzMcH','errorsDetailed','comment','started','getHookType','HOOK_RUN_STARTED','JxJfP','PathHelper','concat','status','YfmQT','stepAnalyticsId','../../helpers/testhub/utils.js','WIEYT','UnYio','qpVHW','start','GfYLn','EZtYa','uuid','TEST_RUN_STARTED','failureData','launch','_afterAll','constructor','efsZi','7164AfcKDL','YgPBh','dKFwo','body','TEST_REPORTING_ANALYTICS','hookAnalyticsId','eOQkO','lUMkW','test','connectOverCDP','TTNhK','hook','bddSteps','../playwright/accessibility-helper','then','sep','eaKHe','vXFKg','pending','WWksL','../utils/constants','prefixTestPath','includes','connect','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','njzzo','client','winstonLogger','abAmX','currentTest','accessibilityPlatform','.git','getFailureType','tsFNh','cwd','ksgyl','ctx','initializeBddStep','udfSj','getRootParentFile','_paths','config','relative','lUMkx','HOOK_RUN_FINISHED','../../helpers/test-observability/constants','BSPXa','keyword','join','toUpperCase','suites','bGMTR','logs','aZwsB','fullTitle','markedStatus','failure_reason_expanded','toISOString','386265BWbsTg','skipped','HookRunFinished','_testEnv','name','7256375OFCVPW','OWzkj','../../helpers/logger','nggvO','browserstack','wClGl','../../helpers/test-observability/sessionHandler','powQu','eYLjN','mapTestHooks','resetSkipTestHooks','Wsrod','jbiee'];a4_0x4907=function(){return _0x2bbede;};return a4_0x4907();}(function(_0x447d5d,_0x22f1e7){const _0x238816=a4_0x4ea6,_0x4694a0=_0x447d5d();while(!![]){try{const _0x9a5703=-parseInt(_0x238816(0x1a7))/0x1*(parseInt(_0x238816(0x198))/0x2)+parseInt(_0x238816(0x166))/0x3*(parseInt(_0x238816(0x197))/0x4)+-parseInt(_0x238816(0x1fd))/0x5*(parseInt(_0x238816(0x21c))/0x6)+parseInt(_0x238816(0x16b))/0x7+parseInt(_0x238816(0x1c4))/0x8*(-parseInt(_0x238816(0x18b))/0x9)+-parseInt(_0x238816(0x1ee))/0xa+parseInt(_0x238816(0x1f9))/0xb;if(_0x9a5703===_0x22f1e7)break;else _0x4694a0['push'](_0x4694a0['shift']());}catch(_0x148aee){_0x4694a0['push'](_0x4694a0['shift']());}}}(a4_0x4907,0xaa536));const path=require(a4_0x5f06ea(0x192)),fs=require('fs'),{v4:uuidv4}=require(a4_0x5f06ea(0x215)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require('../../helpers/helper'),testOpsHelper=require('../../helpers/test-observability/utils'),{getTestEnv}=require('../mocha/test-observability/mochaUtils'),{FRAMEWORKS}=require(a4_0x5f06ea(0x249)),logger=require(a4_0x5f06ea(0x16d))[a4_0x5f06ea(0x237)],SessionHandler=require(a4_0x5f06ea(0x171)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),PlaywrightSessionDetails=require('../playwright/sessionDetails'),debug=testOpsHelper[a4_0x5f06ea(0x1d5)],{processAccessibilityCaps}=require(a4_0x5f06ea(0x229)),Constants=require(a4_0x5f06ea(0x230)),{fetchPlatformDetails}=require('./helper.js'),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x5f06ea(0x20e)),constants=require(a4_0x5f06ea(0x230)),STATE_PASSED=a4_0x5f06ea(0x1bf),STATE_FAILED=a4_0x5f06ea(0x1d8),a4_0x2ebfb1={};a4_0x2ebfb1[a4_0x5f06ea(0x216)]=a4_0x5f06ea(0x17a),a4_0x2ebfb1[a4_0x5f06ea(0x1e9)]=a4_0x5f06ea(0x1b6),a4_0x2ebfb1['TEST_RUN_SKIPPED']=a4_0x5f06ea(0x1af),a4_0x2ebfb1[a4_0x5f06ea(0x207)]=a4_0x5f06ea(0x1cc),a4_0x2ebfb1[a4_0x5f06ea(0x248)]=a4_0x5f06ea(0x168);const TEST_EVENTS=a4_0x2ebfb1,parseEvent=_0x4b152b=>{const _0xfb0c48=a4_0x5f06ea,_0xbe0904={};_0xbe0904[_0xfb0c48(0x1a8)]=function(_0x30c415,_0x5b6040){return _0x30c415<_0x5b6040;},_0xbe0904[_0xfb0c48(0x20f)]=function(_0x1d5232,_0x46f1ce){return _0x1d5232===_0x46f1ce;},_0xbe0904[_0xfb0c48(0x170)]=_0xfb0c48(0x224),_0xbe0904[_0xfb0c48(0x1c7)]=_0xfb0c48(0x227),_0xbe0904[_0xfb0c48(0x16e)]='skipped',_0xbe0904[_0xfb0c48(0x178)]='started',_0xbe0904[_0xfb0c48(0x186)]=_0xfb0c48(0x1c1);const _0x640903=_0xbe0904,_0x42e440=_0x4b152b[_0xfb0c48(0x1fe)](/^(.*)Run(.*)$/);if(!_0x42e440)return null;if(_0x640903[_0xfb0c48(0x1a8)](_0x42e440[_0xfb0c48(0x1c5)],0x3))return null;const _0x2c80a7=_0x42e440[0x1][_0xfb0c48(0x18f)](),_0x52b851=_0x42e440[0x2][_0xfb0c48(0x18f)]();return{'test':_0x640903[_0xfb0c48(0x20f)](_0x2c80a7,_0x640903[_0xfb0c48(0x170)]),'hook':_0x640903[_0xfb0c48(0x20f)](_0x2c80a7,_0x640903['eDHGZ']),'skipped':_0x640903['WIEYT'](_0x52b851,_0x640903['nggvO']),'started':_0x640903[_0xfb0c48(0x20f)](_0x52b851,_0x640903[_0xfb0c48(0x178)]),'finished':_0x640903[_0xfb0c48(0x20f)](_0x52b851,_0x640903['JCSwx'])};},mockPWBrowserType=_0x14e708=>{const _0x52b2e3=a4_0x5f06ea,_0x24fa13={'OWzkj':function(_0x57f977,_0x25f5b7){return _0x57f977===_0x25f5b7;},'gJEOq':_0x52b2e3(0x1db),'Pdlkk':function(_0x1889cb,_0x1fcaec,_0x50adcc){return _0x1889cb(_0x1fcaec,_0x50adcc);},'dKFwo':'wsEndpoint','ckaBv':function(_0x4a9e76,_0xb30292){return _0x4a9e76(_0xb30292);},'efsZi':_0x52b2e3(0x16f),'udfSj':function(_0xd49594,_0x34421c,_0x5dc36c){return _0xd49594(_0x34421c,_0x5dc36c);},'qRqxK':function(_0x26dcb8,_0x336183){return _0x26dcb8(_0x336183);},'aZwsB':'lib','KZAtn':_0x52b2e3(0x236),'mkhkt':'browserType.js','TTNhK':function(_0x116266,_0x2e9c6f){return _0x116266(_0x2e9c6f);},'abAmX':'Not\x20able\x20to\x20import\x20Browser','eOQkO':_0x52b2e3(0x233),'dhIJo':_0x52b2e3(0x218)},_0x399b3f=path[_0x52b2e3(0x24c)](_0x24fa13[_0x52b2e3(0x251)],_0x24fa13['KZAtn'],_0x24fa13['mkhkt']),_0xfae55b=_0x24fa13[_0x52b2e3(0x226)](importFileFromPWCore,_0x399b3f);if(!_0xfae55b){_0x24fa13[_0x52b2e3(0x226)](debug,_0x24fa13[_0x52b2e3(0x238)]);return;}const _0x2a1eb2=_0xfae55b['BrowserType'],_0x9bbcb8=_0x2a1eb2[_0x52b2e3(0x1e8)];if(_0x9bbcb8['obsBrowserTypeMockApplied'])return;const _0x23ec9f=_0x9bbcb8[_0x52b2e3(0x233)];Object['defineProperty'](_0x9bbcb8,_0x24fa13[_0x52b2e3(0x222)],{'get':function(){const _0x47a86c=_0x52b2e3,_0x15dd00={'yTdZh':function(_0x5f269b,_0x5f3ebb){const _0x3c32a2=a4_0x4ea6;return _0x24fa13[_0x3c32a2(0x16c)](_0x5f269b,_0x5f3ebb);},'ihpuD':_0x24fa13['gJEOq'],'efmub':function(_0x2d6ffb,_0x5c88de,_0x3973dd){return _0x24fa13['Pdlkk'](_0x2d6ffb,_0x5c88de,_0x3973dd);},'tfvBc':_0x24fa13[_0x47a86c(0x21e)],'bUYAY':function(_0x1826a7,_0x276a68){return _0x24fa13['ckaBv'](_0x1826a7,_0x276a68);},'DtGYt':_0x24fa13[_0x47a86c(0x21b)],'lUMkW':function(_0x3b41bd,_0x451eac,_0x19c286){const _0x5474e2=_0x47a86c;return _0x24fa13[_0x5474e2(0x242)](_0x3b41bd,_0x451eac,_0x19c286);},'Wsrod':function(_0x1da59e,_0x5819c8){return _0x24fa13['qRqxK'](_0x1da59e,_0x5819c8);}};return async function _0x44aa60(_0x4075d8,_0x5559aa){const _0x1756c4=_0x47a86c,_0x344314={'BSPXa':function(_0x90cb5,_0x2c7938){return _0x15dd00['yTdZh'](_0x90cb5,_0x2c7938);},'YgPBh':_0x15dd00[_0x1756c4(0x188)]},_0xe1318d=_0x15dd00['efmub'](nestedKeyValue,_0x4075d8,[_0x15dd00[_0x1756c4(0x1be)]])||_0x4075d8;let _0x3187ae=null,_0x5c192d=null;try{[_0x5c192d,_0x3187ae]=_0xe1318d?_0x15dd00['bUYAY'](parseWSEndpoint,_0xe1318d):[null,null],global[_0x1756c4(0x196)]=_0x3187ae,logger[_0x1756c4(0x1d5)](_0x1756c4(0x234)+_0x5c192d),_0x5c192d['includes'](Constants['BROWSERSTACK'])&&(global[_0x1756c4(0x19c)]=_0x15dd00['DtGYt']);}catch(_0x128d16){logger[_0x1756c4(0x1d5)](_0x1756c4(0x17c)+_0xe1318d+'\x20'+_0x128d16);}_0x15dd00[_0x1756c4(0x223)](processAccessibilityCaps,_0x3187ae,_0x5c192d);if(global[_0x1756c4(0x23a)]){const _0x2eb377=await _0x9bbcb8[_0x1756c4(0x225)][_0x1756c4(0x199)](this,[''+Constants['PLAYWRIGHT_HUB_URL']+_0x15dd00[_0x1756c4(0x176)](encodeURIComponent,JSON['stringify'](_0x3187ae))]);return PlaywrightSessionDetails['setupBrowserDetails'](_0x2eb377,_0x14e708,_0xe1318d),_0x2eb377;}return _0x23ec9f[_0x1756c4(0x199)](this,arguments)[_0x1756c4(0x22a)](_0x862678=>{const _0xb0ad1f=_0x1756c4;let _0x2a72e1=_0x4075d8[_0xb0ad1f(0x184)];return _0x344314[_0xb0ad1f(0x24a)](typeof _0x4075d8,_0x344314[_0xb0ad1f(0x21d)])&&(_0x2a72e1=_0x4075d8),PlaywrightSessionDetails['setupBrowserDetails'](_0x862678,_0x14e708,_0x2a72e1),_0x862678;});};}});const _0x2d322b=_0x9bbcb8[_0x52b2e3(0x218)];Object['defineProperty'](_0x9bbcb8,_0x24fa13['dhIJo'],{'get':function(){return async function _0xbbda1d(){const _0x8c05d0=a4_0x4ea6;return _0x2d322b[_0x8c05d0(0x199)](this,arguments)['then'](_0x5b0d4f=>{const _0x5b37bc=_0x8c05d0;return PlaywrightSessionDetails[_0x5b37bc(0x1e3)](_0x5b0d4f,null),_0x5b0d4f;});};}});};class O11yHelper{[a4_0x5f06ea(0x239)]=null;['currentHook']=null;[a4_0x5f06ea(0x1f6)]=![];[a4_0x5f06ea(0x1a9)]=![];constructor(_0x43050c,_0x581b7d){const _0x521173=a4_0x5f06ea,_0x5b9270={'vOkCi':'2|4|3|1|5|0','WzMcH':function(_0x12fc6f,_0xef1c3){return _0x12fc6f===_0xef1c3;},'RBKtw':_0x521173(0x195),'WWIwv':function(_0x323685,_0x29a159){return _0x323685(_0x29a159);},'Vjoaf':function(_0x3fcff3){return _0x3fcff3();}},_0x4767b0=_0x5b9270['vOkCi'][_0x521173(0x183)]('|');let _0xc637ef=0x0;while(!![]){switch(_0x4767b0[_0xc637ef++]){case'0':this[_0x521173(0x1d2)]&&_0x5b9270[_0x521173(0x202)](this[_0x521173(0x1d2)][_0x521173(0x21a)][_0x521173(0x16a)],_0x5b9270['RBKtw'])&&_0x5b9270[_0x521173(0x1dd)](mockPWBrowserType,null);continue;case'1':this['_testEnv']=_0x5b9270[_0x521173(0x1c0)](getTestEnv);continue;case'2':this['enabled']=_0x5b9270['Vjoaf'](shouldProcessEventForTesthub);continue;case'3':this[_0x521173(0x1d2)]=_0x43050c;continue;case'4':this['frameworkName']=_0x581b7d[_0x521173(0x1a9)];continue;case'5':this[_0x521173(0x244)]=new testOpsHelper[(_0x521173(0x209))]({'cwd':process[_0x521173(0x23e)]()},this[_0x521173(0x169)]['location_prefix']);continue;}break;}}[a4_0x5f06ea(0x212)](){const _0x381b74=a4_0x5f06ea;if(!this[_0x381b74(0x1f6)])return;testOpsHelper['patchConsoleLogger'](),process['removeAllListeners'](_0x381b74(0x18e)+process[_0x381b74(0x1f4)]),process['on'](_0x381b74(0x18e)+process[_0x381b74(0x1f4)],this[_0x381b74(0x1a6)][_0x381b74(0x1da)](this));}async[a4_0x5f06ea(0x1b2)](){const _0xf360e5=a4_0x5f06ea;await RequestQueueHandler[_0xf360e5(0x18d)]()['shutdown']();}async[a4_0x5f06ea(0x1a6)](_0x5d35f7){const _0x3af258=a4_0x5f06ea,_0x3baa16={'UFlbM':_0x3af258(0x1c9),'aXtml':function(_0x47d81c,_0x47c616){return _0x47d81c(_0x47c616);}};try{this[_0x3af258(0x1ca)]&&!this[_0x3af258(0x1ca)][_0x3af258(0x253)]&&(_0x5d35f7[_0x3af258(0x1ab)]=this['currentHook']['hookAnalyticsId']);!_0x5d35f7[_0x3af258(0x1ab)]&&this[_0x3af258(0x239)]&&!this['currentTest'][_0x3af258(0x253)]&&(_0x5d35f7[_0x3af258(0x17f)]=this[_0x3af258(0x239)][_0x3af258(0x1dc)]);if(_0x5d35f7[_0x3af258(0x1ab)]||_0x5d35f7['test_run_uuid']){const _0x53b876={};_0x53b876['event_type']=_0x3baa16[_0x3af258(0x19a)],_0x53b876[_0x3af258(0x250)]=[_0x5d35f7],await SessionHandler['uploadEventData'](_0x53b876);}}catch(_0x3f3398){_0x3baa16[_0x3af258(0x1f8)](debug,_0x3af258(0x1cf)+constants['TEST_REPORTING_ANALYTICS']+_0x3af258(0x1a5)+_0x3f3398);}}async['sendCBTInfo'](_0x12195c){const _0x5d374e=a4_0x5f06ea,_0x3ee711={'EfuTo':'CBTSessionCreated','QZSia':function(_0x4ee814,_0x41bcce){return _0x4ee814(_0x41bcce);}};if(!this[_0x5d374e(0x1f6)])return;const _0x3ee091=this[_0x5d374e(0x1ac)](this[_0x5d374e(0x1d2)]);try{const _0x513354={};_0x513354[_0x5d374e(0x215)]=_0x12195c,_0x513354['integrations']=_0x3ee091;const _0x5db62b=_0x513354,_0x5a3611={};_0x5a3611[_0x5d374e(0x1c6)]=_0x3ee711[_0x5d374e(0x1de)],_0x5a3611['test_run']=_0x5db62b,await SessionHandler[_0x5d374e(0x1bb)](_0x5a3611);}catch(_0x3d4e9e){_0x3ee711['QZSia'](debug,_0x5d374e(0x17e)+constants[_0x5d374e(0x220)]+_0x5d374e(0x1a5)+_0x3d4e9e);}}[a4_0x5f06ea(0x1ac)](_0x774cc8){const _0x562ab8=a4_0x5f06ea,_0x56dc7d={'EZtYa':function(_0xc6e541,_0x3c0774){return _0xc6e541(_0x3c0774);}};return _0x56dc7d[_0x562ab8(0x214)](fetchPlatformDetails,_0x774cc8);}['resetSkipTestHooks']=_0x2f2697=>{const _0x3461b3=a4_0x5f06ea,_0x48579a={};_0x48579a[_0x3461b3(0x1f0)]=_0x3461b3(0x1ed),_0x48579a['BhNNX']=_0x3461b3(0x181);const _0x251d52=_0x48579a;if(!_0x2f2697||!_0x2f2697['parent'])return;[_0x251d52[_0x3461b3(0x1f0)],_0x251d52[_0x3461b3(0x1a4)]][_0x3461b3(0x1f1)](_0x5718e6=>{const _0x8cf06e=_0x2f2697['parent'][_0x5718e6];_0x8cf06e['forEach'](_0x26c596=>{const _0x2dd6ad=a4_0x4ea6;_0x26c596[_0x2dd6ad(0x221)]&&(_0x26c596[_0x2dd6ad(0x221)]=null);});});};[a4_0x5f06ea(0x174)](_0x527810){const _0x4fd41b=a4_0x5f06ea,_0xa6e56c={'qpVHW':_0x4fd41b(0x1c2),'kEPXx':function(_0x27fe84){return _0x27fe84();},'Vqtka':function(_0x2483a3,_0x49b4d7){return _0x2483a3===_0x49b4d7;},'eaKHe':_0x4fd41b(0x181),'FHVoT':function(_0x18030c){return _0x18030c();},'JHFKj':_0x4fd41b(0x18a),'eYLjN':'_afterAll','wZQyU':_0x4fd41b(0x1ed)};if(!_0x527810||!_0x527810[_0x4fd41b(0x1fb)])return;[_0xa6e56c[_0x4fd41b(0x191)],_0xa6e56c[_0x4fd41b(0x173)],_0xa6e56c['wZQyU'],_0xa6e56c[_0x4fd41b(0x22c)]][_0x4fd41b(0x1f1)](_0x3895a6=>{const _0x3ac898=_0x4fd41b,_0x39cc68=_0x527810['parent'][_0x3895a6]||[];_0x39cc68[_0x3ac898(0x1f1)](_0x4f9681=>{const _0xaabf9=_0x3ac898;if(_0x4f9681[_0xaabf9(0x1c3)][_0xaabf9(0x232)](_0xa6e56c[_0xaabf9(0x211)]))return;if(!_0x4f9681['hookAnalyticsId'])_0x4f9681[_0xaabf9(0x221)]=_0xa6e56c['kEPXx'](uuidv4);else _0x4f9681[_0xaabf9(0x253)]&&_0xa6e56c['Vqtka'](_0x3895a6,_0xa6e56c[_0xaabf9(0x22c)])&&(_0x4f9681[_0xaabf9(0x221)]=_0xa6e56c[_0xaabf9(0x1b8)](uuidv4),delete _0x4f9681[_0xaabf9(0x253)]);});}),this[_0x4fd41b(0x174)](_0x527810[_0x4fd41b(0x1fb)]);}[a4_0x5f06ea(0x1d0)](_0x213197){const _0x378791=a4_0x5f06ea,_0x48e1c6={};_0x48e1c6[_0x378791(0x19d)]=_0x378791(0x18a),_0x48e1c6[_0x378791(0x1ba)]=_0x378791(0x219),_0x48e1c6[_0x378791(0x210)]=_0x378791(0x1ed),_0x48e1c6[_0x378791(0x19f)]=_0x378791(0x181);const _0x3426dd=_0x48e1c6;if(!_0x213197||!_0x213197[_0x378791(0x1fb)])return[];const _0x1ac71f=[];return[_0x3426dd[_0x378791(0x19d)],_0x3426dd[_0x378791(0x1ba)],_0x3426dd[_0x378791(0x210)],_0x3426dd['WACHO']]['forEach'](_0x2aaf69=>{const _0x4ab7f9=_0x378791,_0x5af3ac=_0x213197[_0x4ab7f9(0x1fb)][_0x2aaf69]||[];_0x5af3ac[_0x4ab7f9(0x1f1)](_0x3e7bbe=>{const _0x4e8a08=_0x4ab7f9;_0x3e7bbe[_0x4e8a08(0x221)]&&_0x1ac71f[_0x4e8a08(0x17d)](_0x3e7bbe[_0x4e8a08(0x221)]);});}),[][_0x378791(0x20a)](_0x1ac71f,this[_0x378791(0x1d0)](_0x213197[_0x378791(0x1fb)]));}[a4_0x5f06ea(0x206)](_0x2de1fc){const _0x1d371c=a4_0x5f06ea,_0x51c0b0=/^"(?<hook>.*)" hook:.*$/,_0x4902c8=_0x2de1fc[_0x1d371c(0x1c3)],_0x5bc3d0=_0x4902c8[_0x1d371c(0x1fe)](_0x51c0b0);if(_0x5bc3d0&&_0x5bc3d0[_0x1d371c(0x19e)])return _0x5bc3d0[_0x1d371c(0x19e)][_0x1d371c(0x227)][_0x1d371c(0x24d)]()['replace']('\x20','_');return null;}[a4_0x5f06ea(0x1e4)](_0x4c7705){const _0x1df3ff=a4_0x5f06ea,_0x392f29={};_0x392f29[_0x1df3ff(0x1ae)]=function(_0x1ecdc9,_0x733307){return _0x1ecdc9===_0x733307;},_0x392f29[_0x1df3ff(0x1ef)]=function(_0x459eca,_0x24d4a4){return _0x459eca===_0x24d4a4;},_0x392f29['fWMVz']=function(_0x30c17e,_0x66c61c){return _0x30c17e===_0x66c61c;},_0x392f29[_0x1df3ff(0x1bd)]=_0x1df3ff(0x23b),_0x392f29[_0x1df3ff(0x213)]=_0x1df3ff(0x245);const _0x4fb104=_0x392f29,_0x218ac9=path[_0x1df3ff(0x22b)];if(_0x4fb104[_0x1df3ff(0x1ae)](_0x4c7705,null)||_0x4fb104['AeDwH'](_0x4c7705,'')||_0x4fb104[_0x1df3ff(0x190)](_0x4c7705,_0x218ac9)||_0x4fb104[_0x1df3ff(0x190)](_0x4c7705,path[_0x1df3ff(0x200)](_0x4c7705)))return null;try{return fs['statSync'](path[_0x1df3ff(0x24c)](_0x4c7705,_0x4fb104[_0x1df3ff(0x1bd)],_0x4fb104[_0x1df3ff(0x213)])),_0x4c7705;}catch(_0x5485c0){const _0x4c8585=path[_0x1df3ff(0x200)](_0x4c7705);return this[_0x1df3ff(0x1e4)](_0x4c8585);}}[a4_0x5f06ea(0x243)](_0x923259){const _0x2445db=a4_0x5f06ea,_0x1657ee={};_0x1657ee[_0x2445db(0x22d)]=function(_0x189b31,_0x246c9f){return _0x189b31>_0x246c9f;};const _0x5b3f9f=_0x1657ee;if(_0x923259[_0x2445db(0x1ea)])return _0x923259[_0x2445db(0x1ea)];if(_0x923259[_0x2445db(0x240)]){const _0x32e49b=_0x923259[_0x2445db(0x240)][_0x2445db(0x239)]?this[_0x2445db(0x243)](_0x923259[_0x2445db(0x240)][_0x2445db(0x239)]):null;if(_0x32e49b)return _0x32e49b;}if(_0x923259[_0x2445db(0x1fb)]){const _0xb493c8=this[_0x2445db(0x243)](_0x923259[_0x2445db(0x1fb)])||(_0x923259[_0x2445db(0x1fb)][_0x2445db(0x240)]&&_0x923259[_0x2445db(0x1fb)][_0x2445db(0x240)][_0x2445db(0x239)]?this['getRootParentFile'](_0x923259['parent'][_0x2445db(0x240)]['currentTest']):null);if(_0xb493c8)return _0xb493c8;_0x923259[_0x2445db(0x1fb)]['suites']&&_0x5b3f9f[_0x2445db(0x22d)](_0x923259[_0x2445db(0x1fb)][_0x2445db(0x24e)][_0x2445db(0x1c5)],0x0)&&_0x923259[_0x2445db(0x1fb)]['suites']['forEach'](_0x28d776=>{const _0x3a0e58=_0x2445db,_0x860fbc=_0x28d776[_0x3a0e58(0x240)]?this[_0x3a0e58(0x243)](_0x28d776[_0x3a0e58(0x240)]):null;if(_0x860fbc)return _0x860fbc;});}return null;}[a4_0x5f06ea(0x1e6)](_0x1830f9){const _0x3b01fc=a4_0x5f06ea,_0x5f403c={};_0x5f403c[_0x3b01fc(0x1a1)]=function(_0xb8e0b,_0x19064a){return _0xb8e0b!==_0x19064a;};const _0x1fe046=_0x5f403c,_0x14b6ba=[];if(_0x1830f9&&_0x1830f9['parent']){let _0x30ad77=_0x1830f9[_0x3b01fc(0x1fb)];while(_0x30ad77&&_0x1fe046[_0x3b01fc(0x1a1)](_0x30ad77[_0x3b01fc(0x1c3)],'')){_0x14b6ba[_0x3b01fc(0x17d)](_0x30ad77[_0x3b01fc(0x1c3)]),_0x30ad77=_0x30ad77[_0x3b01fc(0x1fb)];}}return _0x14b6ba;}[a4_0x5f06ea(0x1d4)](_0x374070,_0xb98e6b,_0xe6dff5=undefined){const _0x508690=a4_0x5f06ea,_0x660c0f={'tbAqn':function(_0x8ca957,_0x36f1e9){return _0x8ca957(_0x36f1e9);},'cpMLi':function(_0x1c3464){return _0x1c3464();},'bGMTR':function(_0x30dd84){return _0x30dd84();},'UuAzU':_0x508690(0x1b0),'kgBYg':'err','tsFNh':function(_0x3f100a,_0xb48955){return _0x3f100a!==_0xb48955;},'WWksL':function(_0x13a9f3,_0x1dbcfc){return _0x13a9f3!==_0x1dbcfc;},'iIlcq':'File\x20path\x20could\x20not\x20be\x20found','OFufI':_0x508690(0x22e),'jbiee':'failed','powQu':'passed','CdIgk':_0x508690(0x167),'Asepg':'javascript','JxJfP':function(_0x2ae7fc,_0x3e1d45){return _0x2ae7fc-_0x3e1d45;},'jgRFW':function(_0x5a52fb,_0x281390,_0x3d1af8,_0x34924b,_0x25d730){return _0x5a52fb(_0x281390,_0x3d1af8,_0x34924b,_0x25d730);},'CLBxS':function(_0x6133dd,_0x35eb2f){return _0x6133dd!==_0x35eb2f;},'YfmQT':'integrations','lUMkx':_0x508690(0x1e2),'eRuNB':_0x508690(0x1e0),'ouJVw':_0x508690(0x189),'FhMgv':'backtrace','njzzo':_0x508690(0x254),'ELCex':_0x508690(0x1d7),'ntKUt':function(_0x14dfc7,_0x220594){return _0x14dfc7===_0x220594;},'pkuUp':_0x508690(0x185),'pykcF':_0x508690(0x1a3)};if(!this[_0x508690(0x1f6)])return;try{if(_0xb98e6b['fn']&&_0xb98e6b['fn'][_0x508690(0x1a0)]()['match'](/browserstack internal helper hook/))return;const _0x19b401=_0x660c0f['tbAqn'](parseEvent,_0x374070);if(!_0x19b401)return;if(_0x19b401['test']){this[_0x508690(0x239)]=_0xb98e6b,this[_0x508690(0x1ca)]=null;if(_0x19b401[_0x508690(0x205)]||_0x19b401[_0x508690(0x167)]){_0xb98e6b[_0x508690(0x1eb)]=new Date(),_0xb98e6b[_0x508690(0x253)]=![];if(!_0xb98e6b[_0x508690(0x1dc)])_0xb98e6b[_0x508690(0x1dc)]=_0x660c0f['cpMLi'](uuidv4);else _0xb98e6b[_0x508690(0x253)]&&(!_0xb98e6b['retryOf']&&(_0xb98e6b[_0x508690(0x1aa)]=_0xb98e6b[_0x508690(0x1dc)]),_0xb98e6b[_0x508690(0x1dc)]=_0x660c0f[_0x508690(0x1fc)](uuidv4));}}else{if(_0x19b401[_0x508690(0x227)]){this[_0x508690(0x1ca)]=_0xb98e6b;if(_0x19b401[_0x508690(0x205)]){_0xb98e6b[_0x508690(0x1eb)]=new Date(),_0xb98e6b[_0x508690(0x253)]=![];if(!_0xb98e6b['hookAnalyticsId'])_0xb98e6b['hookAnalyticsId']=_0x660c0f['bGMTR'](uuidv4);else _0xb98e6b['hookAnalyticsId']&&_0xb98e6b[_0x508690(0x253)]&&(_0xb98e6b[_0x508690(0x221)]=_0x660c0f[_0x508690(0x24f)](uuidv4));}}}if(_0x19b401[_0x508690(0x1c1)]&&_0xb98e6b[_0x508690(0x253)])return;let _0x4554cf;try{_0x4554cf=this['getRootParentFile'](_0xb98e6b);}catch(_0x29822f){logger[_0x508690(0x1d5)](_0x508690(0x1d9)+_0x29822f),_0x4554cf=null;}const _0x205737=_0x660c0f[_0x508690(0x180)](require,_0x660c0f[_0x508690(0x1f2)]);let _0x25d113=[];_0xe6dff5&&(_0x25d113=[_0xe6dff5,_0x660c0f[_0x508690(0x1b3)]]);const _0x4832f3=_0x660c0f[_0x508690(0x23d)](_0xb98e6b['errorsDetailed'],undefined)?_0x205737[_0x508690(0x1c8)](_0xb98e6b[_0x508690(0x203)][0x0]):_0x660c0f[_0x508690(0x22f)](_0xe6dff5,undefined)?_0xe6dff5['toString']():undefined,_0x374757=_0x4554cf?this[_0x508690(0x1e4)](_0x4554cf):null,_0x48037e=_0x4554cf?this['_paths'][_0x508690(0x231)](this[_0x508690(0x243)](_0xb98e6b)):_0x660c0f[_0x508690(0x179)];let _0x4f21ab=_0x660c0f[_0x508690(0x1f5)];const _0x33d589=!_0x19b401[_0x508690(0x205)]?new Date()[_0x508690(0x165)]():null;if(_0x19b401[_0x508690(0x1c1)])_0x4f21ab=_0xe6dff5?_0x660c0f['jbiee']:_0x660c0f[_0x508690(0x172)],_0xb98e6b[_0x508690(0x253)]=!![];else _0x19b401['skipped']&&(_0x4f21ab=_0x660c0f['CdIgk'],_0xb98e6b[_0x508690(0x253)]=!![]);const _0x42d0fc={'framework':this[_0x508690(0x1a9)],'uuid':_0xb98e6b['testAnalyticsId']||_0xb98e6b[_0x508690(0x221)],'name':_0xb98e6b[_0x508690(0x1c3)],'body':{'lang':_0x660c0f[_0x508690(0x19b)],'code':_0xb98e6b['body'][_0x508690(0x1a0)]()},'type':_0xb98e6b['type'],'scope':_0xb98e6b['fullTitle'](),'scopes':this[_0x508690(0x1e6)](_0xb98e6b),'file_name':_0x48037e,'vc_filepath':_0x374757?path[_0x508690(0x246)](_0x374757,_0x4554cf):null,'location':_0x48037e,'result':_0x4f21ab,'failure_reason':_0x4832f3,'duration_in_ms':_0xb98e6b[_0x508690(0x1b1)]||(_0x19b401[_0x508690(0x1c1)]||_0x19b401[_0x508690(0x167)])?_0x660c0f[_0x508690(0x208)](Date[_0x508690(0x1b9)](),new Date(_0xb98e6b[_0x508690(0x1eb)])['getTime']()):null,'started_at':new Date(_0xb98e6b[_0x508690(0x1eb)])[_0x508690(0x165)](),'finished_at':_0x33d589,'failure':testOpsHelper[_0x508690(0x217)]['apply'](null,_0x25d113),'failure_type':!_0x4832f3?null:testOpsHelper[_0x508690(0x23c)](_0x4832f3),'retry_of':_0xb98e6b['retryOf']||null,'tags':_0xb98e6b[_0x508690(0x1bc)]||[],'customRerunParam':{'rerun_name':_0xb98e6b[_0x508690(0x252)]()}};_0x660c0f['jgRFW'](appendTesthubParams,_0x42d0fc,_0x374070,_0xb98e6b,FRAMEWORKS[_0x508690(0x1cb)]);if(_0x19b401[_0x508690(0x227)])[_0x42d0fc[_0x508690(0x1b7)],_0x42d0fc[_0x508690(0x16a)]]=[this[_0x508690(0x206)](_0xb98e6b),_0xb98e6b[_0x508690(0x240)][_0x508690(0x224)][_0x508690(0x1c3)]],_0x19b401[_0x508690(0x1c1)]?_0x660c0f[_0x508690(0x18c)](_0x42d0fc[_0x508690(0x1e7)],_0x660c0f[_0x508690(0x177)])&&(_0x42d0fc[_0x508690(0x1e7)]=_0x660c0f[_0x508690(0x172)]):_0x42d0fc[_0x508690(0x21f)]={};else _0x19b401[_0x508690(0x224)]&&(this[_0x508690(0x174)](_0xb98e6b),_0x19b401[_0x508690(0x167)]&&this[_0x508690(0x175)](_0xb98e6b),(_0x19b401[_0x508690(0x1c1)]||_0x19b401[_0x508690(0x167)])&&(_0x42d0fc['hooks']=this[_0x508690(0x1d0)](_0xb98e6b)));this[_0x508690(0x1d2)]&&(_0x19b401['started']||_0x19b401[_0x508690(0x167)])&&(_0x42d0fc[_0x660c0f[_0x508690(0x20c)]]=this['getCBTInfo'](this[_0x508690(0x1d2)]));_0x19b401['test']&&_0x19b401[_0x508690(0x1c1)]&&_0xb98e6b[_0x508690(0x228)]&&(_0x42d0fc[_0x660c0f[_0x508690(0x247)]]={'feature':{'name':_0xb98e6b[_0x508690(0x1fb)][_0x508690(0x1e5)][_0x508690(0x16a)],'path':_0x42d0fc[_0x508690(0x194)],'description':_0xb98e6b[_0x508690(0x1fb)][_0x508690(0x204)]},'scenario':{'name':_0xb98e6b[_0x508690(0x1c3)]},'steps':_0xb98e6b[_0x508690(0x228)]});const _0x24d2c1=_0x42d0fc[_0x660c0f['eRuNB']][0x0];_0x24d2c1&&(_0x42d0fc[_0x660c0f['ouJVw']]=_0x24d2c1[_0x660c0f[_0x508690(0x1fa)]],_0x42d0fc[_0x660c0f[_0x508690(0x235)]]=_0x24d2c1[_0x660c0f[_0x508690(0x1ec)]]);if(_0xb98e6b[_0x508690(0x228)])for(const _0x4242d4 of _0xb98e6b['bddSteps']){!_0x4242d4[_0x508690(0x1b5)]&&(_0x4242d4[_0x508690(0x1b5)]=new Date()[_0x508690(0x165)](),_0x660c0f[_0x508690(0x17b)](_0x4242d4[_0x508690(0x1e7)],_0x660c0f['OFufI'])&&(_0x24d2c1?(_0x4242d4[_0x508690(0x1e7)]=_0x660c0f[_0x508690(0x177)],_0x4242d4[_0x508690(0x1e0)]=_0x24d2c1[_0x660c0f[_0x508690(0x1fa)]][0x0]):_0x4242d4[_0x508690(0x1e7)]=_0x660c0f[_0x508690(0x172)]));}const _0x2a42ee={};_0x2a42ee[_0x508690(0x1c6)]=_0x19b401[_0x508690(0x167)]?TEST_EVENTS['TEST_RUN_FINISHED']:_0x374070;const _0xbc3211=_0x2a42ee;return _0x19b401['hook']?_0xbc3211[_0x660c0f[_0x508690(0x201)]]=_0x42d0fc:_0xbc3211[_0x660c0f[_0x508690(0x1d1)]]=_0x42d0fc,_0xbc3211;}catch(_0x563ed0){logger[_0x508690(0x1d5)](_0x508690(0x1ff)+_0x374070+_0x508690(0x1a5)+_0x563ed0);}}async[a4_0x5f06ea(0x1a2)](_0x5237a9,_0xb69f6){const _0x3f75bb=a4_0x5f06ea;if(!this[_0x3f75bb(0x1f6)]||!_0xb69f6||!_0x5237a9)return![];try{return await SessionHandler[_0x3f75bb(0x1bb)](_0xb69f6);}catch(_0x348dbc){logger[_0x3f75bb(0x1d5)](_0x3f75bb(0x1b4)+_0x5237a9+_0x3f75bb(0x1a5)+_0x348dbc);}}[a4_0x5f06ea(0x241)](_0x368094){const _0x279389=a4_0x5f06ea,_0x37bc91={};_0x37bc91['TvXHR']='pending';const _0x4523ef=_0x37bc91;return{'id':_0x368094['stepAnalyticsId'],'text':_0x368094['text'],'keyword':_0x368094[_0x279389(0x24b)],'started_at':_0x368094[_0x279389(0x1eb)][_0x279389(0x165)](),'result':_0x4523ef['TvXHR']};}[a4_0x5f06ea(0x1e1)](_0x4f498c){const _0x4ef928=a4_0x5f06ea,_0x18b809={'vFmxf':function(_0x273a2a){return _0x273a2a();}};!this[_0x4ef928(0x239)][_0x4ef928(0x228)]&&(this[_0x4ef928(0x239)][_0x4ef928(0x228)]=[]),!_0x4f498c[_0x4ef928(0x20d)]&&(_0x4f498c[_0x4ef928(0x20d)]=_0x18b809['vFmxf'](uuidv4),_0x4f498c[_0x4ef928(0x1eb)]=new Date(),this['currentTest'][_0x4ef928(0x228)][_0x4ef928(0x17d)](this[_0x4ef928(0x241)](_0x4f498c)));}['bddStepFinish'](_0x297cba){const _0x478d58=a4_0x5f06ea,_0x82d7e8={'ksgyl':function(_0x26c948,_0x235f16){return _0x26c948(_0x235f16);},'PcOaa':_0x478d58(0x1d3),'NEapE':_0x478d58(0x22e),'DanGB':_0x478d58(0x1bf),'JlllF':function(_0x25444e,_0x1978ce){return _0x25444e-_0x1978ce;}};let _0x6dd504=this[_0x478d58(0x239)][_0x478d58(0x228)][_0x478d58(0x1f7)](_0x4b542d=>_0x4b542d['id']===_0x297cba[_0x478d58(0x20d)]);_0x82d7e8[_0x478d58(0x23f)](isUndefined,_0x6dd504)&&(_0x6dd504=this[_0x478d58(0x241)](_0x297cba)),_0x6dd504['result']=[_0x82d7e8['PcOaa'],_0x82d7e8['NEapE']]['includes'](_0x297cba['status'])?_0x82d7e8['DanGB']:_0x297cba[_0x478d58(0x20b)],_0x6dd504[_0x478d58(0x1b5)]=new Date()['toISOString'](),_0x6dd504[_0x478d58(0x1b1)]=_0x82d7e8[_0x478d58(0x193)](Date[_0x478d58(0x1b9)](),_0x297cba[_0x478d58(0x1eb)][_0x478d58(0x187)]()),_0x6dd504[_0x478d58(0x1e0)]=_0x297cba[_0x478d58(0x1cd)]?_0x297cba[_0x478d58(0x1cd)][_0x478d58(0x1d6)]:null;}}const a4_0xdb0818={};a4_0xdb0818[a4_0x5f06ea(0x1f3)]=O11yHelper,a4_0xdb0818[a4_0x5f06ea(0x1df)]=STATE_PASSED,a4_0xdb0818[a4_0x5f06ea(0x182)]=STATE_FAILED,a4_0xdb0818[a4_0x5f06ea(0x1ce)]=TEST_EVENTS,module[a4_0x5f06ea(0x1ad)]=a4_0xdb0818;