browserstack-node-sdk 1.49.7 → 1.49.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (186) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/nightwatch/command.js +1 -1
  79. package/src/bin/playwright/accessibility-helper.js +1 -1
  80. package/src/bin/playwright/command.js +1 -1
  81. package/src/bin/playwright/globalSetup.js +1 -1
  82. package/src/bin/playwright/mock-process.js +1 -1
  83. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  84. package/src/bin/playwright/patches.js +1 -1
  85. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  86. package/src/bin/playwright/reporter/reporter.js +1 -1
  87. package/src/bin/playwright/reporter/test-details.js +1 -1
  88. package/src/bin/playwright/sessionDetails.js +1 -1
  89. package/src/bin/runner.js +1 -1
  90. package/src/bin/setup.js +1 -1
  91. package/src/bin/test-runner/index.js +1 -1
  92. package/src/bin/test-runner/runTest.js +1 -1
  93. package/src/bin/test-runner/testWorker.js +1 -1
  94. package/src/bin/utils/apiUtilityMethods.js +1 -1
  95. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  96. package/src/bin/utils/constants.js +1 -1
  97. package/src/bin/utils/log4jsAppender.js +1 -1
  98. package/src/bin/utils/logPatcher.js +1 -1
  99. package/src/bin/utils/logReportingAPI.js +1 -1
  100. package/src/bin/utils/playwright-patcher.js +1 -1
  101. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  102. package/src/bin/utils/sharedUtils.js +1 -1
  103. package/src/bin/v2/TestInfo.js +1 -1
  104. package/src/bin/v2/browserstackCLI.js +1 -1
  105. package/src/bin/v2/cliUtils.js +1 -1
  106. package/src/bin/v2/customTagManager.js +1 -1
  107. package/src/bin/v2/eventDispatcher.js +1 -1
  108. package/src/bin/v2/framework/automationFramework.js +1 -1
  109. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  110. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  111. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  112. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  113. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  114. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  115. package/src/bin/v2/framework/testFramework.js +1 -1
  116. package/src/bin/v2/grpcClient.js +1 -1
  117. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  118. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  119. package/src/bin/v2/instances/trackedContext.js +1 -1
  120. package/src/bin/v2/instances/trackedInstance.js +1 -1
  121. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  122. package/src/bin/v2/modules/baseModule.js +1 -1
  123. package/src/bin/v2/modules/loadTestModule.js +1 -1
  124. package/src/bin/v2/modules/observabilityModule.js +1 -1
  125. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  126. package/src/bin/v2/modules/testhubModule.js +1 -1
  127. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  128. package/src/bin/v2/state/hookState.js +1 -1
  129. package/src/bin/v2/state/testFrameworkState.js +1 -1
  130. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  131. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  132. package/src/bin/v2/utils/jest-utils.js +1 -1
  133. package/src/bin/vanilla-js/command.js +1 -1
  134. package/src/browserStackSdk.js +1 -1
  135. package/src/helpers/BrowserStackSetup.js +1 -1
  136. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  137. package/src/helpers/accessibility-automation/constants.js +1 -1
  138. package/src/helpers/accessibility-automation/helper.js +1 -1
  139. package/src/helpers/accessibility-automation/scripts.js +1 -1
  140. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  141. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  142. package/src/helpers/ats/constants.js +1 -1
  143. package/src/helpers/ats/helper.js +1 -1
  144. package/src/helpers/capsMapping.js +1 -1
  145. package/src/helpers/central-scanner/constants.js +1 -1
  146. package/src/helpers/central-scanner/helpers.js +1 -1
  147. package/src/helpers/classLogger.js +1 -1
  148. package/src/helpers/globals.js +1 -1
  149. package/src/helpers/helper.js +1 -1
  150. package/src/helpers/logger.js +1 -1
  151. package/src/helpers/metadata.js +1 -1
  152. package/src/helpers/patchHelper.js +1 -1
  153. package/src/helpers/patchHelpers.js +1 -1
  154. package/src/helpers/percy/Percy.js +1 -1
  155. package/src/helpers/percy/PercyBinary.js +1 -1
  156. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  157. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  158. package/src/helpers/percy/PercySDK.js +1 -1
  159. package/src/helpers/percy/index.js +1 -1
  160. package/src/helpers/percy/utils.js +1 -1
  161. package/src/helpers/performance/constants.js +1 -1
  162. package/src/helpers/performance/performance-tester.js +1 -1
  163. package/src/helpers/playwright-helper.js +1 -1
  164. package/src/helpers/processHelper.js +1 -1
  165. package/src/helpers/request-spy.js +1 -1
  166. package/src/helpers/setKeepAlive.js +1 -1
  167. package/src/helpers/test-observability/constants.js +1 -1
  168. package/src/helpers/test-observability/error-handler.js +1 -1
  169. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  170. package/src/helpers/test-observability/sessionHandler.js +1 -1
  171. package/src/helpers/test-observability/utils.js +1 -1
  172. package/src/helpers/test-orchestration/constants.js +1 -1
  173. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  174. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  175. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  176. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  177. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  178. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  179. package/src/helpers/testhub/constants.js +1 -1
  180. package/src/helpers/testhub/testhubHandler.js +1 -1
  181. package/src/helpers/testhub/utils.js +1 -1
  182. package/src/helpers/timeoutPromise.js +1 -1
  183. package/src/helpers/utilities.js +1 -1
  184. package/src/helpers/w3cMapping.js +1 -1
  185. package/src/hubAllocationMethods.js +1 -1
  186. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a1_0x37b4(){const _0xc99bc1=['5dRsrZo','addRequestSpy','--auto-open-devtools-for-tabs','title','UfbjC','commandsToWrap','performScan','afterTest','5519408bFLqHO','bddStep','BEynk','TEST_SCREENSHOT','status','hook','AomCa','tAJSy','startsWith','Screenshot\x20path\x20not\x20found','HOOK_RUN_FINISHED','class','../../helpers/globals.js','end','_before','container','push','name','slice','bddStepStart','getSyncScript','passed','args','getAccessibilityResults','CRRLr','ICllj','yyZih','YbvgW','517ahWIeX','chromium','testFramework','saveScreenshot','parse','browserStackExecuteDriver','started','kYbmS','../../helpers/helper','SDK_HOOK','version','Failed\x20to\x20execute\x20_before:\x20','skdko','test','command','TEST_RUN_SKIPPED','NYmbx','accessibilityPlatform','stringify','SReZJ','OaRZQ','enabled','kzeCn','ZnpRT','thTestRunUuid','setGlobal','thBuildUuid','readFileSync','getResultsSummary','SnegU','INFO','SAVE_RESULTS','bddStepFinish','FaLdX','TxQTt','apply','BS_TESTOPS_ALLOW_SCREENSHOTS','./helper.js','SwpNc','pawtY','action','bstackAllyScanning','TEST_RUN_FINISHED','IFxOf','codeceptjs/lib/helper/WebDriver.js','llGLJ','initSaveScreenshot','hHUKk','find','start','toISOString','catch','../../helpers/test-observability/utils','PERFORM_SCAN','aNExS','yggiU','a11y_core_config','restore','shouldWrapCommand','zWvFn','XQQOI','all','after','MSamE','test-skipped','reason','NMNRN','titlePath','WebDriver','SESSION_STATUS','codeceptjs/lib/utils.js','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','1343972JOAKSH','ENV_VAR','WfjdI','mMuSi','WotiM','NLOfX','ZadoU','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','667104CSaaAW','OgjIJ','getAccessibilityResultsSummary','test-failed','../../helpers/request-spy','pages','TEST_RUN_STARTED','browserstack_executor:\x20','HEgMf','config','captureError','stack','overwriteCommand','bind','codeceptjs','string','page','measureWrapper','test-started','tgAmu','filter','SDK_TEST','fireEvent','asfWX','browserstackTestName','bDIob','hookType','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','call','getResults','MBpLk','patchSaveScreenshot','OryGG','isArray','url','bs:addLog:','nCMBM','szFdu','stopMonitoring','ZTMQq','fDNQG','Yrlcn','codeceptjs/lib/index.js','kBqEp','Ixmlx','executeScript','winstonLogger','231861cRPibr','ctx','SDK_POST_TEST','ZDkSP','warn','env','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','IlLPI','envJB','captureEvent','23300NahyJN','OGiVO','cbrDW','startMonitoring','lSoPR','browserContext','bHKyh','thJwtToken','event','then','GET_RESULTS_SUMMARY','forEach','HJnle','skipSessionStatus','Performing\x20scan\x20for\x20','prototype','SDK_POST_INITIALIZE','codeceptjs/lib/recorder.js','../../helpers/performance/constants','../../helpers/accessibility-automation/scripts','../../helpers/testhub/constants.js','GddZv','_setPage','toString','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','test-passed','arguments','add','BROWSERSTACK_TESTHUB_UUID','2786cTbcth','WAJSs','split','jfeFm','OEVAl','codeceptjs/lib/helper/Playwright.js','../../bin/playwright/sessionDetails','__driver','emit','SnAES','RXOVA','helpers','exports','./o11yHelper','debug','devtools://','TEST_LOG','3798VdaODx','__skipSessionStatus','TsUmB','KVIsA','BrPbU','ncwdi','FlsKK','vYdiT','DThcJ','format','base64','4369524odgiNz','__workerDetails','dispatcher','domForge','PGuNp','aUtWS','SDK_PRE_TEST','Playwright','nSVAn','JONgC','hook-passed','zVKMT','stop','IuLoc','BS_A11Y_JWT','aHJjl','saveTestResults','bddStep-after','DaFbT','Aemdh','Element','pid','test-after','bddStep-before','constructor','step','../../helpers/accessibility-automation/helper','skipSessionName','aURUw','AmyXI','before'];a1_0x37b4=function(){return _0xc99bc1;};return a1_0x37b4();}const a1_0x430db5=a1_0x16b4;(function(_0xff3e8a,_0x5bd274){const _0x437ca1=a1_0x16b4,_0x436af1=_0xff3e8a();while(!![]){try{const _0x22f1cf=parseInt(_0x437ca1(0x1bc))/0x1*(-parseInt(_0x437ca1(0x262))/0x2)+-parseInt(_0x437ca1(0x20c))/0x3+-parseInt(_0x437ca1(0x204))/0x4*(-parseInt(_0x437ca1(0x198))/0x5)+parseInt(_0x437ca1(0x179))/0x6+parseInt(_0x437ca1(0x23b))/0x7+-parseInt(_0x437ca1(0x1a0))/0x8+parseInt(_0x437ca1(0x16e))/0x9*(parseInt(_0x437ca1(0x245))/0xa);if(_0x22f1cf===_0x5bd274)break;else _0x436af1['push'](_0x436af1['shift']());}catch(_0x4612ef){_0x436af1['push'](_0x436af1['shift']());}}}(a1_0x37b4,0x6d69b));const fs=require('fs'),util=require('util'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x430db5(0x1c4)),logger=require('../../helpers/logger')[a1_0x430db5(0x23a)],testOpsHelper=require(a1_0x430db5(0x1f0)),requestSpy=require(a1_0x430db5(0x210)),PlaywrightSessionDetails=require(a1_0x430db5(0x268)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x430db5(0x26f)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x430db5(0x193)),AccessibilityHelper=require('../../bin/playwright/accessibility-helper'),scripts=require(a1_0x430db5(0x258)),PerformanceTester=require('../../helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x430db5(0x257)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x430db5(0x1e1)),testHubConstants=require(a1_0x430db5(0x259)),globals=require(a1_0x430db5(0x1ac)),CodeceptJS=requireModule(a1_0x430db5(0x236),a1_0x430db5(0x21a)),CodeceptUtils=requireModule(a1_0x430db5(0x202),a1_0x430db5(0x21a)),CodeceptWebDriver=requireModule(a1_0x430db5(0x1e8),'codeceptjs'),CodeceptRecorder=requireModule(a1_0x430db5(0x256),a1_0x430db5(0x21a)),CodeceptPlaywright=requireModule(a1_0x430db5(0x267),'codeceptjs'),playwrightMarkSessionStatus=(_0x42dd52,_0x2e6a10,_0x440d50)=>{const _0x5f2c3a=a1_0x430db5,_0x366f9c={'envJB':'setSessionStatus','ZTMQq':function(_0x72e257,_0x51c87f){return _0x72e257(_0x51c87f);}},_0x20d756={};_0x20d756[_0x5f2c3a(0x1a4)]=_0x2e6a10;const _0x51a627={};_0x51a627[_0x5f2c3a(0x1e4)]=_0x366f9c[_0x5f2c3a(0x243)],_0x51a627['arguments']=_0x20d756;const _0x4873c1=_0x51a627;return!_0x366f9c[_0x5f2c3a(0x233)](isUndefined,_0x440d50)&&(_0x4873c1[_0x5f2c3a(0x25f)][_0x5f2c3a(0x1fd)]=JSON[_0x5f2c3a(0x1ce)](_0x440d50)),_0x42dd52[_0x5f2c3a(0x239)](()=>{},_0x5f2c3a(0x213)+JSON[_0x5f2c3a(0x1ce)](_0x4873c1));},o11ySync=PerformanceTester['measureWrapper'](PerformanceO11yEvents['SYNC'],async _0x19c7fe=>{const _0x47239f=a1_0x430db5,_0x5812c6={};_0x5812c6['GddZv']=function(_0x26d224,_0x44e7b7){return _0x26d224===_0x44e7b7;},_0x5812c6[_0x47239f(0x196)]='Playwright';const _0x1ee877=_0x5812c6;_0x1ee877[_0x47239f(0x25a)](_0x19c7fe[_0x47239f(0x191)]['name'],_0x1ee877[_0x47239f(0x196)])?await _0x19c7fe[_0x47239f(0x239)](_0x525cd5=>{},testOpsHelper[_0x47239f(0x1b4)]()):await _0x19c7fe['executeScript'](testOpsHelper['getSyncScript']());}),markSessionName=PerformanceTester[a1_0x430db5(0x21d)](PerformanceAutEvents['SESSION_NAME'],async(_0x21ca1e,_0x527da0)=>{const _0x3c03f2=a1_0x430db5,_0x499143={};_0x499143['avKjF']='setSessionName',_0x499143['SnegU']=function(_0x304222,_0x2afa92){return _0x304222===_0x2afa92;},_0x499143[_0x3c03f2(0x1d0)]=_0x3c03f2(0x180);const _0x43df71=_0x499143,_0xffc8c5={};_0xffc8c5[_0x3c03f2(0x1b1)]=_0x527da0;const _0x47afeb={};_0x47afeb[_0x3c03f2(0x1e4)]=_0x43df71['avKjF'],_0x47afeb[_0x3c03f2(0x25f)]=_0xffc8c5;const _0x3b14bd=_0x47afeb;_0x43df71[_0x3c03f2(0x1d9)](_0x21ca1e[_0x3c03f2(0x191)]['name'],_0x43df71['OaRZQ'])?await _0x21ca1e['executeScript'](()=>{},_0x3c03f2(0x213)+JSON['stringify'](_0x3b14bd)):await _0x21ca1e[_0x3c03f2(0x239)]('browserstack_executor:\x20'+JSON[_0x3c03f2(0x1ce)](_0x3b14bd));}),patchSaveScreenshot=_0x292f6a=>{const _0xf6d6c0=a1_0x430db5,_0x519afc={'jfeFm':_0xf6d6c0(0x178),'NWwje':_0xf6d6c0(0x1a3),'HEgMf':function(_0x35ddc5){return _0x35ddc5();},'WotiM':function(_0x3e7037,_0x325f2e){return _0x3e7037(_0x325f2e);},'WfjdI':_0xf6d6c0(0x1a9),'lSoPR':function(_0xa4a678,_0x1dc6bb){return _0xa4a678(_0x1dc6bb);}};_0x519afc[_0xf6d6c0(0x249)](isTrue,process[_0xf6d6c0(0x240)][_0xf6d6c0(0x1e0)])&&!_0x292f6a[_0xf6d6c0(0x22b)]&&(_0x292f6a['patchSaveScreenshot']=!![],_0x292f6a[_0xf6d6c0(0x1ea)]=_0x292f6a[_0xf6d6c0(0x1bf)],_0x292f6a['saveScreenshot']=(_0x4e3ced,_0x3072ff=![])=>{return new Promise(function(_0x768bdf,_0xb53986){const _0x89ae27=a1_0x16b4,_0x1e54fc={'llGLJ':_0x519afc[_0x89ae27(0x265)],'IlLPI':_0x519afc['NWwje'],'RXOVA':function(_0x34e9be){const _0x52b013=_0x89ae27;return _0x519afc[_0x52b013(0x214)](_0x34e9be);},'XQQOI':function(_0x85d24a,_0x1523de){const _0xf9f093=_0x89ae27;return _0x519afc[_0xf9f093(0x208)](_0x85d24a,_0x1523de);},'ICllj':_0x519afc[_0x89ae27(0x206)]};_0x292f6a['initSaveScreenshot'](_0x4e3ced,_0x3072ff)[_0x89ae27(0x24e)](()=>{const _0x2e9836=_0x89ae27,_0x30e510=CodeceptUtils['screenshotOutputFolder'](_0x4e3ced);if(_0x30e510){const _0x276cb9=fs[_0x2e9836(0x1d7)](_0x30e510);process[_0x2e9836(0x26a)](_0x2e9836(0x22f)+process[_0x2e9836(0x18e)],{'timestamp':new Date()[_0x2e9836(0x1ee)](),'message':_0x276cb9[_0x2e9836(0x25c)](_0x1e54fc[_0x2e9836(0x1e9)]),'kind':_0x1e54fc[_0x2e9836(0x242)]}),_0x1e54fc[_0x2e9836(0x26c)](_0x768bdf);}_0x1e54fc[_0x2e9836(0x1f8)](_0xb53986,new Error(_0x1e54fc[_0x2e9836(0x1b9)]));})[_0x89ae27(0x1ef)](()=>null);});});},patchWebDriverBefore=_0x3f24ee=>{const _0x2381f7=a1_0x430db5,_0x44c37b={'SwpNc':function(_0x5b2376){return _0x5b2376();},'ZadoU':function(_0x5f93d5,_0x46f164){return _0x5f93d5(_0x46f164);},'RXVqK':function(_0xcc6382,_0x2f0ede){return _0xcc6382===_0x2f0ede;},'cbrDW':'webdriverio','ZDkSP':_0x2381f7(0x21b),'kzeCn':function(_0x1d5d3e,_0x26dbc1){return _0x1d5d3e===_0x26dbc1;},'LUibX':_0x2381f7(0x18d)},_0x3875b6=async function(_0x17616a,_0xc2efec){const _0x1c4355=_0x2381f7;_0x44c37b[_0x1c4355(0x1e2)](isAccessibilityAutomationSession)&&!global['bstackAllyScanning']&&global[_0x1c4355(0x1cd)]&&scripts[_0x1c4355(0x1f6)](_0x17616a[_0x1c4355(0x1b1)])&&_0x44c37b['ZadoU'](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x1c4355(0x1e5)]=!![],await PerformanceTester[_0x1c4355(0x21d)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x4a8fbd=_0x1c4355;logger[_0x4a8fbd(0x270)](_0x4a8fbd(0x253)+_0x17616a[_0x4a8fbd(0x1ab)]+'\x20'+_0x17616a['name']),await AccessibilityHelper[_0x4a8fbd(0x1c1)](_0x3f24ee,scripts['performScan']);},{'command':_0x17616a[_0x1c4355(0x1b1)]})());global[_0x1c4355(0x1e5)]=![];const _0x22c154=JSON['parse'](process[_0x1c4355(0x240)]['FRAMEWORK_DETAILS']||'{}');if(_0x44c37b['RXVqK'](_0x22c154?.[_0x1c4355(0x1be)]?.['name'],_0x44c37b[_0x1c4355(0x247)])&&_0x44c37b['RXVqK'](typeof _0x22c154?.[_0x1c4355(0x1be)]?.[_0x1c4355(0x1c6)],_0x44c37b[_0x1c4355(0x23e)])&&_0x22c154?.[_0x1c4355(0x1be)]?.[_0x1c4355(0x1c6)][_0x1c4355(0x1a8)]('7'))return _0xc2efec['apply'](null,Array[_0x1c4355(0x254)][_0x1c4355(0x1b2)][_0x1c4355(0x228)](arguments,0x2));return _0xc2efec[_0x1c4355(0x1df)](this,Array[_0x1c4355(0x254)][_0x1c4355(0x1b2)][_0x1c4355(0x228)](arguments,0x2));},_0x56467e=CodeceptWebDriver[_0x2381f7(0x254)]['_before'];CodeceptWebDriver['prototype'][_0x2381f7(0x1ae)]=async function(){const _0x33ce8f=_0x2381f7,_0x519507={'nSVAn':function(_0x29573c,_0x2d2a69){const _0x5a9795=a1_0x16b4;return _0x44c37b[_0x5a9795(0x1d2)](_0x29573c,_0x2d2a69);},'kYbmS':_0x44c37b['LUibX']};try{await _0x56467e[_0x33ce8f(0x1df)](this,arguments);}catch(_0xb19012){logger[_0x33ce8f(0x270)](_0x33ce8f(0x1c7)+util[_0x33ce8f(0x177)](_0xb19012));}scripts[_0x33ce8f(0x19d)][_0x33ce8f(0x220)](_0x5a9cac=>_0x5a9cac[_0x33ce8f(0x1b1)]&&_0x5a9cac[_0x33ce8f(0x1ab)])[_0x33ce8f(0x250)](_0x2e3ca8=>{const _0x1d109f=_0x33ce8f;this['browser'][_0x1d109f(0x218)](_0x2e3ca8[_0x1d109f(0x1b1)],_0x3875b6[_0x1d109f(0x219)](this,_0x2e3ca8),_0x519507[_0x1d109f(0x181)](_0x2e3ca8[_0x1d109f(0x1ab)],_0x519507[_0x1d109f(0x1c3)]));}),_0x44c37b[_0x33ce8f(0x20a)](processWebDriverConfig,_0x3f24ee);};};function parseJwt(_0x58df27){const _0x586d80=a1_0x430db5,_0x3c145a={};_0x3c145a['BcXPY']=_0x586d80(0x178);const _0x614928=_0x3c145a;if(!_0x58df27)return null;return JSON[_0x586d80(0x1c0)](Buffer['from'](_0x58df27[_0x586d80(0x264)]('.')[0x1],_0x614928['BcXPY'])[_0x586d80(0x25c)]());}const patchPlaywrightBefore=()=>{const _0x424ab6=a1_0x430db5,_0x15722d={'NLOfX':function(_0x10d274){return _0x10d274();},'TXCKw':_0x424ab6(0x271),'vaHFV':_0x424ab6(0x19a),'fDNQG':function(_0x1494bf){return _0x1494bf();},'OGiVO':function(_0x5a9fa8,_0x60253){return _0x5a9fa8(_0x60253);},'XvsvU':function(_0x5b61d9,_0x4bb9ae){return _0x5b61d9+_0x4bb9ae;},'hHUKk':'\x0aStack:\x20','pawtY':function(_0xe501ec){return _0xe501ec();},'WAJSs':function(_0x17c18a){return _0x17c18a();},'YbvgW':function(_0x4f7c0d){return _0x4f7c0d();}};PlaywrightSessionDetails['patch']();const _0x5992ab=CodeceptPlaywright[_0x424ab6(0x254)][_0x424ab6(0x1ae)];CodeceptPlaywright['prototype'][_0x424ab6(0x1ae)]=async function(){const _0x3c1b73=_0x424ab6,_0x145feb={'OgjIJ':function(_0x72d995){const _0x44e717=a1_0x16b4;return _0x15722d[_0x44e717(0x209)](_0x72d995);},'vYdiT':_0x15722d['TXCKw'],'oBjIH':_0x15722d['vaHFV'],'glfAT':function(_0x49bda1){return _0x15722d['fDNQG'](_0x49bda1);},'SReZJ':function(_0x12a6f4,_0x55236e){const _0x2c9d25=a1_0x16b4;return _0x15722d[_0x2c9d25(0x246)](_0x12a6f4,_0x55236e);},'JONgC':function(_0x2fd84d,_0x127c80){return _0x15722d['XvsvU'](_0x2fd84d,_0x127c80);},'CRRLr':_0x15722d[_0x3c1b73(0x1eb)]};this['browserContext']=await this['browser']['contexts']()[0x0];const _0x406158=async()=>{const _0x3775a4=_0x3c1b73,_0x49954c=this[_0x3775a4(0x215)]&&this['config'][_0x3775a4(0x1bd)]&&this[_0x3775a4(0x215)][_0x3775a4(0x1bd)][_0x3775a4(0x1b6)]&&Array[_0x3775a4(0x22d)](this[_0x3775a4(0x215)][_0x3775a4(0x1bd)][_0x3775a4(0x1b6)])&&this[_0x3775a4(0x215)]['chromium'][_0x3775a4(0x1b6)]['includes'](_0x145feb['oBjIH']);if(_0x145feb['glfAT'](isAccessibilityAutomationSession)&&!_0x49954c)try{const _0x43a418=_0x145feb[_0x3775a4(0x1cf)](parseJwt,process[_0x3775a4(0x240)][_0x3775a4(0x187)]);if(_0x43a418&&_0x43a418[_0x3775a4(0x1f4)]&&_0x43a418[_0x3775a4(0x1f4)][_0x3775a4(0x17c)]){const _0xcd8704=this[_0x3775a4(0x24a)][_0x3775a4(0x211)][_0x3775a4(0x219)](this['browserContext']);this[_0x3775a4(0x24a)][_0x3775a4(0x211)]=async function(){const _0x2705e3=_0x3775a4,_0x330be2=await _0x145feb[_0x2705e3(0x20d)](_0xcd8704),_0x36bc65=[];for(const _0x1b1dd3 of _0x330be2){try{const _0x57858b=await _0x1b1dd3[_0x2705e3(0x22e)]();!_0x57858b[_0x2705e3(0x1a8)](_0x145feb[_0x2705e3(0x175)])&&_0x36bc65[_0x2705e3(0x1b0)](_0x1b1dd3);}catch(_0x51a296){_0x36bc65[_0x2705e3(0x1b0)](_0x1b1dd3);}}return _0x36bc65;};}if(!_0x145feb[_0x3775a4(0x20d)](isBrowserstackInfra)){const _0x20d15c=await this[_0x3775a4(0x21c)]['url']();if(_0x20d15c['startsWith'](_0x145feb[_0x3775a4(0x175)])){const _0x47e012=await this[_0x3775a4(0x24a)][_0x3775a4(0x211)]();this[_0x3775a4(0x25b)](_0x47e012[0x0]);}}}catch(_0x54ce52){logger[_0x3775a4(0x270)]('Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20'+_0x54ce52['message']+(_0x54ce52['stack']?_0x145feb[_0x3775a4(0x182)](_0x145feb[_0x3775a4(0x1b8)],_0x54ce52[_0x3775a4(0x217)]):''));}};_0x15722d[_0x3c1b73(0x234)](isBrowserstackInfra)&&await _0x15722d[_0x3c1b73(0x1e3)](_0x406158),await _0x5992ab[_0x3c1b73(0x1df)](this,arguments),!_0x15722d[_0x3c1b73(0x263)](isBrowserstackInfra)&&await _0x15722d[_0x3c1b73(0x1bb)](_0x406158);};},getCodeceptDriver=()=>{const _0x316031=a1_0x430db5,_0x22b888={};_0x22b888['asfWX']=_0x316031(0x200),_0x22b888[_0x316031(0x17e)]=_0x316031(0x180),_0x22b888[_0x316031(0x24b)]='Puppeteer',_0x22b888['tAJSy']='TestCafe';const _0x3d8eed=_0x22b888,_0xb17a98=[_0x3d8eed[_0x316031(0x223)],_0x3d8eed['aUtWS'],_0x3d8eed[_0x316031(0x24b)],_0x3d8eed[_0x316031(0x1a7)]],_0x53076c=_0xb17a98[_0x316031(0x1ec)](_0x21e47b=>!!CodeceptJS[_0x316031(0x1af)][_0x316031(0x26d)](_0x21e47b));if(!_0x53076c)return null;return CodeceptJS[_0x316031(0x1af)][_0x316031(0x26d)](_0x53076c);};function a1_0x16b4(_0xbca008,_0x59d43b){const _0x37b488=a1_0x37b4();return a1_0x16b4=function(_0x16b427,_0x1d8e16){_0x16b427=_0x16b427-0x16e;let _0x1c7ab4=_0x37b488[_0x16b427];return _0x1c7ab4;},a1_0x16b4(_0xbca008,_0x59d43b);}module[a1_0x430db5(0x26e)]=function(_0xe67ee9){const _0x11a390=a1_0x430db5,_0x4cf7bc={'yggiU':function(_0x460427){return _0x460427();},'skdko':function(_0x8fd2e1,_0x45a008){return _0x8fd2e1(_0x45a008);},'aNExS':_0x11a390(0x20e),'DThcJ':_0x11a390(0x241),'IFxOf':'getAccessibilityResults','rWXnA':_0x11a390(0x227),'bDIob':'hook-started','mMuSi':_0x11a390(0x183),'zWvFn':'hook-failed','ZnpRT':_0x11a390(0x224),'KVIsA':'test-before','tgAmu':function(_0x4f8ca1,_0x139567,_0x3b4497){return _0x4f8ca1(_0x139567,_0x3b4497);},'TsUmB':function(_0x173655,_0x590eaf){return _0x173655(_0x590eaf);},'DaFbT':_0x11a390(0x21e),'TxQTt':function(_0x14a057,_0x3b3d80,_0x18db47){return _0x14a057(_0x3b3d80,_0x18db47);},'IuLoc':function(_0x4e3b86,_0x2e4d8d,_0x310900){return _0x4e3b86(_0x2e4d8d,_0x310900);},'aHJjl':_0x11a390(0x25e),'FaLdX':function(_0x1ced31,_0x26045f,_0x253175,_0x1c1337){return _0x1ced31(_0x26045f,_0x253175,_0x1c1337);},'UfbjC':function(_0x3e193f,_0x5825fe,_0x1810a2,_0x428906){return _0x3e193f(_0x5825fe,_0x1810a2,_0x428906);},'SnAES':function(_0xe03ac6,_0x5a05e2){return _0xe03ac6===_0x5a05e2;},'nCMBM':'Suite','wOAZH':_0x11a390(0x20f),'Aemdh':_0x11a390(0x1fc),'MBpLk':_0x11a390(0x19f),'OryGG':function(_0x27fd39,_0x2dbfe5,_0x52e06f){return _0x27fd39(_0x2dbfe5,_0x52e06f);},'NMNRN':function(_0x55503a){return _0x55503a();},'GKdKN':_0x11a390(0x25d),'Ixmlx':_0x11a390(0x18f),'OEVAl':_0x11a390(0x1da),'BrPbU':_0x11a390(0x272),'aURUw':'step-comment','HJnle':_0x11a390(0x190),'ncwdi':_0x11a390(0x18a),'yyZih':_0x11a390(0x180)};_0xe67ee9['skipSessionStatus']&&(global[_0x11a390(0x16f)]=_0xe67ee9[_0x11a390(0x252)]);PerformanceTester[_0x11a390(0x248)]();const _0x3684c3=_0x4cf7bc[_0x11a390(0x1fe)](getCodeceptDriver),_0x176bb8=new O11yHelper(_0x3684c3,_0xe67ee9),_0xefd1c2=!!CodeceptJS['container'][_0x11a390(0x26d)](_0x4cf7bc[_0x11a390(0x1ba)]);global[_0x11a390(0x269)]=_0x3684c3,_0x3684c3&&(PerformanceTester['measureWrapper'](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x4d4e56=_0x11a390;_0xefd1c2?_0x4cf7bc[_0x4d4e56(0x1f3)](patchPlaywrightBefore):_0x4cf7bc['skdko'](patchWebDriverBefore,_0x3684c3);})(),PerformanceTester[_0x11a390(0x21d)](PerformanceEvents[_0x11a390(0x255)],()=>{const _0x11532=_0x11a390,_0x36dccb={};_0x36dccb[_0x11532(0x184)]=_0x4cf7bc[_0x11532(0x1e7)],_0x36dccb[_0x11532(0x1a2)]=_0x4cf7bc['rWXnA'];const _0x49124f=_0x36dccb;_0x3684c3[_0x11532(0x20e)]=async()=>{const _0x1af2a1=_0x11532;if(global[_0x1af2a1(0x1cd)]){const _0x9b73ad={};return _0x9b73ad[_0x1af2a1(0x1ca)]=_0x4cf7bc[_0x1af2a1(0x1f2)],await PerformanceTester[_0x1af2a1(0x21d)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x2717f5=_0x1af2a1;return await AccessibilityHelper[_0x2717f5(0x1c1)](_0x3684c3,scripts[_0x2717f5(0x19e)]);},_0x9b73ad)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x1af2a1(0x24f)],async()=>{const _0x232a05=_0x1af2a1;return await AccessibilityHelper[_0x232a05(0x1c1)](_0x3684c3,scripts[_0x232a05(0x1d8)]);})();}return logger[_0x1af2a1(0x23f)](_0x4cf7bc[_0x1af2a1(0x176)]),{};},_0x3684c3[_0x11532(0x1b7)]=async()=>{const _0x3da1c=_0x11532;if(global[_0x3da1c(0x1cd)]){const _0x4bb4f8={};return _0x4bb4f8[_0x3da1c(0x1ca)]=_0x49124f[_0x3da1c(0x184)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x3da1c(0x1f1)],async()=>{const _0x4582cb=_0x3da1c;return await AccessibilityHelper[_0x4582cb(0x1c1)](_0x3684c3,scripts[_0x4582cb(0x19e)]);},_0x4bb4f8)(),await PerformanceTester[_0x3da1c(0x21d)](PerformanceA11yEvents['GET_RESULTS'],async()=>{const _0x479f16=_0x3da1c;return await AccessibilityHelper['browserStackExecuteDriver'](_0x3684c3,scripts[_0x479f16(0x229)]);})();}return logger[_0x3da1c(0x23f)](_0x49124f['BEynk']),{};},_0x4cf7bc[_0x11532(0x1c8)](patchSaveScreenshot,_0x3684c3);})()),CodeceptJS['event'][_0x11a390(0x17b)]['on'](CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x1f9)][_0x11a390(0x197)],()=>{const _0x5d0c1f=_0x11a390;PerformanceTester['start'](PerformanceEvents[_0x5d0c1f(0x17f)]);try{_0x176bb8['start'](),testOpsHelper[_0x5d0c1f(0x199)](),PerformanceTester[_0x5d0c1f(0x1ad)](PerformanceEvents['SDK_PRE_TEST']);}catch(_0x493db4){PerformanceTester['captureError'](_0x493db4),PerformanceTester[_0x5d0c1f(0x1ad)](PerformanceEvents[_0x5d0c1f(0x17f)],![],_0x493db4);}}),CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x17b)]['on'](CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x1f9)][_0x11a390(0x1fa)],async()=>{const _0xf66fce=_0x11a390;PerformanceTester['start'](PerformanceEvents[_0xf66fce(0x23d)]);try{requestSpy[_0xf66fce(0x1f5)](),await _0x176bb8[_0xf66fce(0x185)](),PerformanceTester[_0xf66fce(0x1ad)](PerformanceEvents[_0xf66fce(0x23d)]);}catch(_0x2effe8){PerformanceTester[_0xf66fce(0x216)](_0x2effe8),PerformanceTester['end'](PerformanceEvents[_0xf66fce(0x23d)],![],_0x2effe8);}finally{PerformanceTester[_0xf66fce(0x232)]();}}),CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x17b)]['on'](CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x1a5)][_0x11a390(0x1c2)],_0xf0317f=>{const _0x526909=_0x11a390;PerformanceTester[_0x526909(0x1ed)](PerformanceEvents[_0x526909(0x1c5)]);try{const _0x3730a7=_0xf0317f[_0x526909(0x23c)][_0x526909(0x1c9)],_0x38f430=_0x176bb8[_0x526909(0x244)](TEST_EVENTS['HOOK_RUN_STARTED'],_0x3730a7);CodeceptRecorder[_0x526909(0x260)](()=>_0x176bb8[_0x526909(0x222)](TEST_EVENTS['HOOK_RUN_STARTED'],_0x38f430));const _0x5889bb={};_0x5889bb[_0x526909(0x226)]=_0x4cf7bc[_0x526909(0x225)],PerformanceTester[_0x526909(0x1ad)](PerformanceEvents['SDK_HOOK'],!![],null,_0x5889bb);}catch(_0x513b89){const _0x355ed5={};_0x355ed5[_0x526909(0x226)]=_0x4cf7bc[_0x526909(0x225)],PerformanceTester[_0x526909(0x1ad)](PerformanceEvents[_0x526909(0x1c5)],![],_0x513b89,_0x355ed5),PerformanceTester[_0x526909(0x216)](_0x513b89);}}),CodeceptJS['event'][_0x11a390(0x17b)]['on'](CodeceptJS[_0x11a390(0x24d)]['hook'][_0x11a390(0x1b5)],_0x494765=>{const _0x20a820=_0x11a390,_0x341e44={};_0x341e44[_0x20a820(0x226)]=_0x4cf7bc['mMuSi'],PerformanceTester['start'](PerformanceHookEvents[_0x20a820(0x1c5)],!![],null,_0x341e44);try{const _0x23fc6d=_0x494765[_0x20a820(0x23c)]['test'],_0x467378=_0x176bb8[_0x20a820(0x244)](TEST_EVENTS[_0x20a820(0x1aa)],_0x23fc6d);CodeceptRecorder[_0x20a820(0x260)](()=>_0x176bb8[_0x20a820(0x222)](TEST_EVENTS[_0x20a820(0x1aa)],_0x467378));const _0x4f23da={};_0x4f23da[_0x20a820(0x226)]=_0x4cf7bc[_0x20a820(0x207)],PerformanceTester[_0x20a820(0x1ad)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x4f23da);}catch(_0x23521f){PerformanceTester['captureError'](_0x23521f);const _0x32487a={};_0x32487a[_0x20a820(0x226)]=_0x4cf7bc[_0x20a820(0x207)],PerformanceTester['end'](PerformanceHookEvents[_0x20a820(0x1c5)],![],_0x23521f,_0x32487a);}}),CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x17b)]['on'](CodeceptJS['event'][_0x11a390(0x1a5)]['failed'],async(_0x17e6d6,_0x59574c)=>{const _0x304eaa=_0x11a390;PerformanceTester[_0x304eaa(0x1ed)](PerformanceHookEvents[_0x304eaa(0x1c5)]);try{const _0x20cdd9=_0x17e6d6['ctx'][_0x304eaa(0x1c9)],_0x59b45d=_0x176bb8[_0x304eaa(0x244)](TEST_EVENTS[_0x304eaa(0x1aa)],_0x20cdd9,_0x59574c);CodeceptRecorder[_0x304eaa(0x260)](()=>_0x176bb8[_0x304eaa(0x222)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x59b45d));const _0x1894c0={};_0x1894c0['hookType']=_0x4cf7bc[_0x304eaa(0x1f7)],PerformanceTester['start'](PerformanceHookEvents[_0x304eaa(0x1c5)],!![],null,_0x1894c0);}catch(_0x53a74c){PerformanceTester[_0x304eaa(0x216)](_0x53a74c);const _0x47a685={};_0x47a685[_0x304eaa(0x226)]=_0x4cf7bc[_0x304eaa(0x1f7)],PerformanceTester[_0x304eaa(0x1ad)](PerformanceHookEvents[_0x304eaa(0x1c5)],![],_0x53a74c,_0x47a685);}const _0x1b0f6b={};_0x1b0f6b[_0x304eaa(0x226)]=_0x4cf7bc[_0x304eaa(0x1f7)],PerformanceTester['end'](PerformanceHookEvents[_0x304eaa(0x1c5)],!![],null,_0x1b0f6b);}),CodeceptJS['event'][_0x11a390(0x17b)]['on'](CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x1c9)]['before'],_0x44d1cc=>{const _0x420433=_0x11a390;PerformanceTester[_0x420433(0x1ed)](PerformanceHookEvents['SDK_HOOK']);try{globals[_0x420433(0x1d5)](_0x4cf7bc[_0x420433(0x1d3)],_0x44d1cc[_0x420433(0x19b)]);_0x4cf7bc[_0x420433(0x1f3)](isBrowserstackInfra)&&(_0xefd1c2&&(global[_0x420433(0x17a)]={'currentTest':{'name':_0x44d1cc[_0x420433(0x19b)],'testInfo':{'titlePath':_0x44d1cc[_0x420433(0x1ff)]()}}}));const _0xd2ef36={};_0xd2ef36[_0x420433(0x226)]=_0x4cf7bc['KVIsA'],PerformanceTester['end'](PerformanceHookEvents[_0x420433(0x1c5)],!![],null,_0xd2ef36);}catch(_0x14e6bc){PerformanceTester[_0x420433(0x216)](_0x14e6bc);const _0x458b0d={};_0x458b0d[_0x420433(0x226)]=_0x4cf7bc[_0x420433(0x171)],PerformanceTester[_0x420433(0x1ad)](PerformanceHookEvents[_0x420433(0x1c5)],![],_0x14e6bc,_0x458b0d);}}),CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x17b)]['on'](CodeceptJS[_0x11a390(0x24d)]['test'][_0x11a390(0x1c2)],_0x3d076c=>{const _0x2363d6=_0x11a390,_0x42006c={'kBqEp':function(_0x95ee37){const _0x3bbc39=a1_0x16b4;return _0x4cf7bc[_0x3bbc39(0x1f3)](_0x95ee37);},'DagIf':function(_0x580cbf,_0x1015bb){const _0x15a369=a1_0x16b4;return _0x4cf7bc[_0x15a369(0x1c8)](_0x580cbf,_0x1015bb);},'FlsKK':function(_0x95a485,_0x42e82a,_0xdb23c7){const _0x234cdc=a1_0x16b4;return _0x4cf7bc[_0x234cdc(0x21f)](_0x95a485,_0x42e82a,_0xdb23c7);},'NYmbx':function(_0x592f16,_0x272e75){const _0x5c80c3=a1_0x16b4;return _0x4cf7bc[_0x5c80c3(0x170)](_0x592f16,_0x272e75);}};PerformanceTester[_0x2363d6(0x1ed)](PerformanceHookEvents[_0x2363d6(0x1c5)]);try{globals[_0x2363d6(0x1d5)](_0x4cf7bc[_0x2363d6(0x1d3)],_0x3d076c[_0x2363d6(0x19b)]);const _0x208d9e=_0x176bb8['captureEvent'](TEST_EVENTS[_0x2363d6(0x212)],_0x3d076c);CodeceptRecorder[_0x2363d6(0x260)](()=>_0x176bb8[_0x2363d6(0x222)](TEST_EVENTS[_0x2363d6(0x212)],_0x208d9e)),CodeceptRecorder['add'](async()=>{const _0x45995a=_0x2363d6;_0x42006c[_0x45995a(0x237)](isBrowserstackInfra)&&(!_0x42006c['DagIf'](isTrue,_0xe67ee9[_0x45995a(0x194)])&&await _0x42006c[_0x45995a(0x174)](markSessionName,_0x3684c3,_0x3d076c[_0x45995a(0x19b)]),_0x176bb8[_0x45995a(0x1d1)]&&await _0x42006c[_0x45995a(0x1cc)](o11ySync,_0x3684c3));});}catch(_0x625417){const _0x162657={};_0x162657[_0x2363d6(0x226)]=_0x4cf7bc[_0x2363d6(0x18b)],PerformanceTester[_0x2363d6(0x1ad)](PerformanceHookEvents[_0x2363d6(0x1c5)],![],_0x625417,_0x162657),PerformanceTester[_0x2363d6(0x216)](_0x625417);}const _0x450f72={};_0x450f72[_0x2363d6(0x226)]=_0x4cf7bc[_0x2363d6(0x18b)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x450f72);}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x11a390(0x24d)]['test'][_0x11a390(0x1b5)],_0x5dbcc9=>{const _0x38c013=_0x11a390;PerformanceTester[_0x38c013(0x1ed)](PerformanceHookEvents[_0x38c013(0x1c5)]);try{const _0xb3ca12=_0x176bb8['captureEvent'](TEST_EVENTS[_0x38c013(0x1e6)],_0x5dbcc9);CodeceptRecorder['add'](()=>_0x176bb8[_0x38c013(0x222)](TEST_EVENTS[_0x38c013(0x1e6)],_0xb3ca12)),CodeceptRecorder[_0x38c013(0x260)](async()=>{const _0x2d0c51=_0x38c013,_0x126571={'Yrlcn':function(_0x2bf3ef,_0x5189b1,_0x112ca2){const _0x1cc695=a1_0x16b4;return _0x4cf7bc[_0x1cc695(0x1de)](_0x2bf3ef,_0x5189b1,_0x112ca2);},'szFdu':function(_0x84cf17,_0x1a670a,_0x361dec){const _0x1f7e2a=a1_0x16b4;return _0x4cf7bc[_0x1f7e2a(0x186)](_0x84cf17,_0x1a670a,_0x361dec);}};_0x4cf7bc[_0x2d0c51(0x1f3)](isBrowserstackInfra)&&await PerformanceTester['measureWrapper'](PerformanceAutEvents[_0x2d0c51(0x201)],async()=>{const _0x2ea017=_0x2d0c51;_0xefd1c2?await _0x126571[_0x2ea017(0x235)](playwrightMarkSessionStatus,_0x3684c3,STATE_PASSED):await _0x126571[_0x2ea017(0x231)](markSessionStatus,_0x3684c3,STATE_PASSED);})();}),PerformanceTester[_0x38c013(0x1ad)](PerformanceEvents[_0x38c013(0x221)]);}catch(_0x3126ca){PerformanceTester[_0x38c013(0x216)](_0x3126ca);const _0x2ee567={};_0x2ee567[_0x38c013(0x226)]=_0x4cf7bc[_0x38c013(0x188)],PerformanceTester[_0x38c013(0x1ad)](PerformanceHookEvents[_0x38c013(0x1c5)],![],_0x3126ca,_0x2ee567),PerformanceTester[_0x38c013(0x1ad)](PerformanceEvents[_0x38c013(0x221)],![],_0x3126ca);}const _0x41109d={};_0x41109d[_0x38c013(0x226)]=_0x4cf7bc['aHJjl'],PerformanceTester['end'](PerformanceHookEvents[_0x38c013(0x1c5)],!![],null,_0x41109d);}),CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x17b)]['on'](CodeceptJS['event'][_0x11a390(0x1c9)]['failed'],(_0x59e579,_0x49ed9e)=>{const _0x3b6db1=_0x11a390,_0xaef5d0={'MSamE':function(_0x4b89c1){return _0x4cf7bc['yggiU'](_0x4b89c1);},'AomCa':function(_0x418d5a,_0x48e63f,_0x42ccc2,_0x4d4403){const _0x454995=a1_0x16b4;return _0x4cf7bc[_0x454995(0x1dd)](_0x418d5a,_0x48e63f,_0x42ccc2,_0x4d4403);},'PGuNp':function(_0x270ac9,_0x3ab70a,_0x49d4c4,_0x171e10){const _0x193e63=a1_0x16b4;return _0x4cf7bc[_0x193e63(0x19c)](_0x270ac9,_0x3ab70a,_0x49d4c4,_0x171e10);}};PerformanceTester[_0x3b6db1(0x1ed)](PerformanceHookEvents[_0x3b6db1(0x1c5)]);try{if(_0x4cf7bc[_0x3b6db1(0x26b)](_0x59e579[_0x3b6db1(0x191)]['name'],_0x4cf7bc[_0x3b6db1(0x230)])){const _0x452fd1=_0x176bb8[_0x3b6db1(0x244)](TEST_EVENTS[_0x3b6db1(0x1cb)],_0x59e579[_0x3b6db1(0x23c)]['currentTest']);CodeceptRecorder['add'](()=>_0x176bb8[_0x3b6db1(0x222)](TEST_EVENTS[_0x3b6db1(0x1cb)],_0x452fd1));}else{const _0x1e38de=_0x176bb8['captureEvent'](TEST_EVENTS[_0x3b6db1(0x1e6)],_0x59e579,_0x49ed9e);CodeceptRecorder[_0x3b6db1(0x260)](()=>{const _0x73cbe7=_0x3b6db1;try{_0x176bb8[_0x73cbe7(0x222)](TEST_EVENTS[_0x73cbe7(0x1e6)],_0x1e38de);}catch(_0x43cb6c){logger[_0x73cbe7(0x270)](_0x73cbe7(0x203)+util[_0x73cbe7(0x177)](_0x43cb6c)),PerformanceTester[_0x73cbe7(0x1ad)](PerformanceEvents[_0x73cbe7(0x221)],![],_0x43cb6c);}}),CodeceptRecorder[_0x3b6db1(0x260)](async()=>{const _0x4a14e2=_0x3b6db1;try{_0xaef5d0[_0x4a14e2(0x1fb)](isBrowserstackInfra)&&(_0xefd1c2?await _0xaef5d0[_0x4a14e2(0x1a6)](playwrightMarkSessionStatus,_0x3684c3,STATE_FAILED,_0x49ed9e):await _0xaef5d0[_0x4a14e2(0x17d)](markSessionStatus,_0x3684c3,STATE_FAILED,_0x49ed9e));}catch(_0xde0f2d){logger[_0x4a14e2(0x270)](_0x4a14e2(0x20b)+util['format'](_0xde0f2d)),PerformanceTester[_0x4a14e2(0x1ad)](PerformanceEvents[_0x4a14e2(0x221)],![],_0xde0f2d);}});}PerformanceTester['end'](PerformanceEvents[_0x3b6db1(0x221)]);}catch(_0x866f6){PerformanceTester[_0x3b6db1(0x216)](_0x866f6);const _0x28068a={};_0x28068a[_0x3b6db1(0x226)]=_0x4cf7bc['wOAZH'],PerformanceTester[_0x3b6db1(0x1ad)](PerformanceHookEvents[_0x3b6db1(0x1c5)],![],_0x866f6,_0x28068a),PerformanceTester[_0x3b6db1(0x1ad)](PerformanceEvents[_0x3b6db1(0x221)],![],_0x866f6);}const _0x428c47={};_0x428c47[_0x3b6db1(0x226)]=_0x4cf7bc['wOAZH'],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x428c47);}),CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x17b)]['on'](CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x1c9)]['skipped'],_0x2fd3b9=>{const _0x418546=_0x11a390;PerformanceTester[_0x418546(0x1ed)](PerformanceHookEvents[_0x418546(0x1c5)]);try{const _0x4e48af=_0x176bb8['captureEvent'](TEST_EVENTS[_0x418546(0x1cb)],_0x2fd3b9);CodeceptRecorder[_0x418546(0x260)](()=>_0x176bb8['fireEvent'](TEST_EVENTS[_0x418546(0x1cb)],_0x4e48af)),PerformanceTester[_0x418546(0x1ad)](PerformanceEvents['SDK_TEST']);}catch(_0x540c43){PerformanceTester['captureError'](_0x540c43),PerformanceTester[_0x418546(0x1ad)](PerformanceEvents[_0x418546(0x221)],![],_0x540c43);const _0x3f27bb={};_0x3f27bb[_0x418546(0x226)]=_0x4cf7bc[_0x418546(0x18c)],PerformanceTester[_0x418546(0x1ad)](PerformanceHookEvents[_0x418546(0x1c5)],![],_0x540c43,_0x3f27bb);}const _0x4883e6={};_0x4883e6['hookType']=_0x4cf7bc[_0x418546(0x18c)],PerformanceTester[_0x418546(0x1ad)](PerformanceHookEvents[_0x418546(0x1c5)],!![],null,_0x4883e6);}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x1c9)][_0x11a390(0x1fa)],async(_0x51f427,_0xa8b6d1)=>{const _0x5bd826=_0x11a390;try{PerformanceTester[_0x5bd826(0x1ed)](PerformanceHookEvents[_0x5bd826(0x1c5)]);const _0x1d68db=_0x4cf7bc[_0x5bd826(0x22c)](shouldScanTestForAccessibility,_0x51f427[_0x5bd826(0x1ff)](),!![]);if(_0x4cf7bc[_0x5bd826(0x1fe)](isAccessibilityAutomationSession)&&global[_0x5bd826(0x1cd)]&&_0x1d68db){const _0x3e7874={};_0x3e7874[_0x5bd826(0x1d4)]=_0x51f427['testAnalyticsId'],_0x3e7874[_0x5bd826(0x1d6)]=process[_0x5bd826(0x240)][testHubConstants[_0x5bd826(0x205)][_0x5bd826(0x261)]],_0x3e7874[_0x5bd826(0x24c)]=process[_0x5bd826(0x240)][testHubConstants[_0x5bd826(0x205)]['BROWSERSTACK_TESTHUB_JWT']];const _0x122e16=_0x3e7874;logger[_0x5bd826(0x270)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON['stringify'](_0x122e16)),CodeceptRecorder[_0x5bd826(0x260)](async()=>{const _0x16bc2f=_0x5bd826,_0x3fa7a5={};_0x3fa7a5[_0x16bc2f(0x1ca)]=_0x4cf7bc[_0x16bc2f(0x22a)],await PerformanceTester[_0x16bc2f(0x21d)](PerformanceA11yEvents[_0x16bc2f(0x1f1)],async()=>{const _0x398221=_0x16bc2f;await AccessibilityHelper['browserStackExecuteDriver'](_0x3684c3,scripts[_0x398221(0x19e)]);},_0x3fa7a5)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x16bc2f(0x1db)],async()=>{const _0x203689=_0x16bc2f;await AccessibilityHelper[_0x203689(0x1c1)](_0x3684c3,scripts[_0x203689(0x189)],_0x122e16);})();}),logger['info'](_0x4cf7bc['GKdKN']);}const _0x331631={};_0x331631[_0x5bd826(0x226)]=_0x4cf7bc[_0x5bd826(0x238)],PerformanceTester[_0x5bd826(0x1ad)](PerformanceHookEvents[_0x5bd826(0x1c5)],!![],null,_0x331631);}catch(_0x3226db){PerformanceTester[_0x5bd826(0x216)](_0x3226db);const _0x3d1403={};_0x3d1403[_0x5bd826(0x226)]=_0x4cf7bc[_0x5bd826(0x238)],PerformanceTester[_0x5bd826(0x1ad)](PerformanceHookEvents['SDK_HOOK'],![],_0x3226db,_0x3d1403);}}),CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x17b)]['on'](CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x192)]['comment'],_0x3b670f=>{const _0x570de0=_0x11a390;PerformanceTester[_0x570de0(0x1ed)](PerformanceHookEvents[_0x570de0(0x1c5)]);try{process[_0x570de0(0x26a)]('bs:addLog:'+process['pid'],{'timestamp':new Date()[_0x570de0(0x1ee)](),'level':_0x4cf7bc[_0x570de0(0x266)],'message':_0x3b670f,'kind':_0x4cf7bc[_0x570de0(0x172)],'http_response':{}});}catch(_0x380674){PerformanceTester[_0x570de0(0x216)](_0x380674);const _0x9a2730={};_0x9a2730['hookType']=_0x4cf7bc[_0x570de0(0x195)],PerformanceTester[_0x570de0(0x1ad)](PerformanceHookEvents[_0x570de0(0x1c5)],![],_0x380674,_0x9a2730);}const _0xe14d26={};_0xe14d26[_0x570de0(0x226)]=_0x4cf7bc[_0x570de0(0x195)],PerformanceTester[_0x570de0(0x1ad)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0xe14d26);}),CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x17b)]['on'](CodeceptJS['event'][_0x11a390(0x1a1)][_0x11a390(0x197)],_0x43d9cf=>{const _0x150bea=_0x11a390,_0x52cb6f={};_0x52cb6f[_0x150bea(0x226)]=_0x4cf7bc[_0x150bea(0x251)],PerformanceTester[_0x150bea(0x21d)](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x15293f=_0x150bea;_0x176bb8[_0x15293f(0x1b3)](_0x43d9cf);},_0x52cb6f)();}),CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x17b)]['on'](CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x1a1)][_0x11a390(0x1fa)],_0x118382=>{const _0x4f6cfe=_0x11a390,_0x4188a8={};_0x4188a8[_0x4f6cfe(0x226)]=_0x4cf7bc[_0x4f6cfe(0x173)],PerformanceTester[_0x4f6cfe(0x21d)](PerformanceHookEvents[_0x4f6cfe(0x1c5)],()=>{const _0x3552bf=_0x4f6cfe;_0x176bb8[_0x3552bf(0x1dc)](_0x118382);},_0x4188a8)();});};
1
+ function a1_0x34c1(_0x8f25c4,_0x4077e9){const _0x12207b=a1_0x1220();return a1_0x34c1=function(_0x34c14d,_0x49b042){_0x34c14d=_0x34c14d-0x1c2;let _0x4c79ce=_0x12207b[_0x34c14d];return _0x4c79ce;},a1_0x34c1(_0x8f25c4,_0x4077e9);}const a1_0x29b381=a1_0x34c1;(function(_0x3de028,_0x4aa0f4){const _0x31cf7=a1_0x34c1,_0x42d224=_0x3de028();while(!![]){try{const _0xfd9d1c=parseInt(_0x31cf7(0x28d))/0x1*(parseInt(_0x31cf7(0x2cb))/0x2)+-parseInt(_0x31cf7(0x29e))/0x3+-parseInt(_0x31cf7(0x273))/0x4*(parseInt(_0x31cf7(0x2bd))/0x5)+parseInt(_0x31cf7(0x284))/0x6*(-parseInt(_0x31cf7(0x275))/0x7)+-parseInt(_0x31cf7(0x1ef))/0x8*(-parseInt(_0x31cf7(0x220))/0x9)+parseInt(_0x31cf7(0x26b))/0xa+parseInt(_0x31cf7(0x1ea))/0xb*(parseInt(_0x31cf7(0x207))/0xc);if(_0xfd9d1c===_0x4aa0f4)break;else _0x42d224['push'](_0x42d224['shift']());}catch(_0x98d5c0){_0x42d224['push'](_0x42d224['shift']());}}}(a1_0x1220,0x3441b));const fs=require('fs'),util=require(a1_0x29b381(0x2b6)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x29b381(0x290)),logger=require(a1_0x29b381(0x2c4))['winstonLogger'],testOpsHelper=require(a1_0x29b381(0x20f)),requestSpy=require(a1_0x29b381(0x1d4)),PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x29b381(0x295)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x29b381(0x27c)),AccessibilityHelper=require(a1_0x29b381(0x1ee)),scripts=require(a1_0x29b381(0x226)),PerformanceTester=require('../../helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x29b381(0x1e5)),{processWebDriverConfig,shouldPatchExecuteScript}=require('./helper.js'),testHubConstants=require('../../helpers/testhub/constants.js'),globals=require(a1_0x29b381(0x28b)),CodeceptJS=requireModule(a1_0x29b381(0x1f0),a1_0x29b381(0x1e1)),CodeceptUtils=requireModule('codeceptjs/lib/utils.js','codeceptjs'),CodeceptWebDriver=requireModule('codeceptjs/lib/helper/WebDriver.js',a1_0x29b381(0x1e1)),CodeceptRecorder=requireModule(a1_0x29b381(0x255),a1_0x29b381(0x1e1)),CodeceptPlaywright=requireModule(a1_0x29b381(0x293),a1_0x29b381(0x1e1)),playwrightMarkSessionStatus=(_0x108c63,_0x16e7ad,_0x1e9adb)=>{const _0x415533=a1_0x29b381,_0x282f8c={'WGzvR':_0x415533(0x2a9),'WMMhC':function(_0xa3ec76,_0x44f651){return _0xa3ec76(_0x44f651);}},_0x3823af={};_0x3823af[_0x415533(0x260)]=_0x16e7ad;const _0x426633={};_0x426633[_0x415533(0x1dd)]=_0x282f8c['WGzvR'],_0x426633['arguments']=_0x3823af;const _0x350b80=_0x426633;return!_0x282f8c['WMMhC'](isUndefined,_0x1e9adb)&&(_0x350b80[_0x415533(0x2ac)][_0x415533(0x1c7)]=JSON[_0x415533(0x1ed)](_0x1e9adb)),_0x108c63[_0x415533(0x269)](()=>{},_0x415533(0x246)+JSON[_0x415533(0x1ed)](_0x350b80));},o11ySync=PerformanceTester[a1_0x29b381(0x28e)](PerformanceO11yEvents[a1_0x29b381(0x1c5)],async _0x334daa=>{const _0x338dac=a1_0x29b381,_0x4b45aa={};_0x4b45aa['gHRuI']=function(_0x338567,_0x123c71){return _0x338567===_0x123c71;},_0x4b45aa[_0x338dac(0x222)]=_0x338dac(0x266);const _0xe155fe=_0x4b45aa;_0xe155fe[_0x338dac(0x262)](_0x334daa[_0x338dac(0x25d)][_0x338dac(0x1dc)],_0xe155fe[_0x338dac(0x222)])?await _0x334daa[_0x338dac(0x269)](_0x1e0874=>{},testOpsHelper[_0x338dac(0x249)]()):await _0x334daa[_0x338dac(0x269)](testOpsHelper[_0x338dac(0x249)]());}),markSessionName=PerformanceTester[a1_0x29b381(0x28e)](PerformanceAutEvents['SESSION_NAME'],async(_0xea8f38,_0x51714d)=>{const _0x32c9c9=a1_0x29b381,_0x196bde={};_0x196bde['EpxNo']=_0x32c9c9(0x223),_0x196bde['gqtjt']=function(_0x5015c6,_0x356223){return _0x5015c6===_0x356223;},_0x196bde[_0x32c9c9(0x2b7)]='Playwright';const _0x46a8fb=_0x196bde,_0x57cbb5={};_0x57cbb5[_0x32c9c9(0x1dc)]=_0x51714d;const _0x3a6691={};_0x3a6691[_0x32c9c9(0x1dd)]=_0x46a8fb[_0x32c9c9(0x20a)],_0x3a6691[_0x32c9c9(0x2ac)]=_0x57cbb5;const _0xaa2791=_0x3a6691;_0x46a8fb[_0x32c9c9(0x1f3)](_0xea8f38[_0x32c9c9(0x25d)][_0x32c9c9(0x1dc)],_0x46a8fb[_0x32c9c9(0x2b7)])?await _0xea8f38[_0x32c9c9(0x269)](()=>{},_0x32c9c9(0x246)+JSON[_0x32c9c9(0x1ed)](_0xaa2791)):await _0xea8f38[_0x32c9c9(0x269)](_0x32c9c9(0x246)+JSON[_0x32c9c9(0x1ed)](_0xaa2791));}),patchSaveScreenshot=_0x2409cb=>{const _0x6faa95=a1_0x29b381,_0x328788={'erXmb':_0x6faa95(0x289),'JPOrT':_0x6faa95(0x296),'CllAU':function(_0x4fad43){return _0x4fad43();},'TYsTQ':function(_0x3f4955,_0x111f77){return _0x3f4955(_0x111f77);},'fWIFA':_0x6faa95(0x2c3)};_0x328788['TYsTQ'](isTrue,process['env'][_0x6faa95(0x217)])&&!_0x2409cb[_0x6faa95(0x202)]&&(_0x2409cb['patchSaveScreenshot']=!![],_0x2409cb[_0x6faa95(0x2b1)]=_0x2409cb['saveScreenshot'],_0x2409cb['saveScreenshot']=(_0x47d97e,_0x46d888=![])=>{const _0x222854=_0x6faa95,_0x353df8={'fuYCu':_0x328788[_0x222854(0x251)],'HTRFF':_0x328788[_0x222854(0x2cd)],'WktCO':function(_0x2db41c){const _0x563c49=_0x222854;return _0x328788[_0x563c49(0x204)](_0x2db41c);},'TpIKW':function(_0x195c45,_0x5d0073){return _0x328788['TYsTQ'](_0x195c45,_0x5d0073);},'jLpVO':_0x328788[_0x222854(0x1c9)]};return new Promise(function(_0x2fa15a,_0x5c4f48){const _0x501f50=_0x222854;_0x2409cb['initSaveScreenshot'](_0x47d97e,_0x46d888)[_0x501f50(0x243)](()=>{const _0x1c619b=_0x501f50,_0x5b898f=CodeceptUtils[_0x1c619b(0x24a)](_0x47d97e);if(_0x5b898f){const _0x41a0e2=fs[_0x1c619b(0x279)](_0x5b898f);process[_0x1c619b(0x265)]('bs:addLog:'+process['pid'],{'timestamp':new Date()[_0x1c619b(0x2ad)](),'message':_0x41a0e2['toString'](_0x353df8[_0x1c619b(0x258)]),'kind':_0x353df8[_0x1c619b(0x23e)]}),_0x353df8[_0x1c619b(0x22c)](_0x2fa15a);}_0x353df8[_0x1c619b(0x28f)](_0x5c4f48,new Error(_0x353df8[_0x1c619b(0x2d0)]));})[_0x501f50(0x1d5)](()=>null);});});},patchWebDriverBefore=_0x32d3ef=>{const _0x5b2f4d=a1_0x29b381,_0x52c28b={'RLHra':function(_0x303e24){return _0x303e24();},'TlOzh':function(_0x5a2918,_0x2362a7){return _0x5a2918(_0x2362a7);},'fmKCO':function(_0x3d4a93,_0x29e38f){return _0x3d4a93===_0x29e38f;},'hmjBU':'webdriverio','TsCkA':function(_0x30409a,_0x40fb77){return _0x30409a===_0x40fb77;},'KamyL':_0x5b2f4d(0x2ae),'fGgBp':function(_0x40cbce,_0x27e34c){return _0x40cbce===_0x27e34c;},'sYjLR':_0x5b2f4d(0x1e8)},_0x5002ed=async function(_0x3be2a2,_0x277c55){const _0x48d85c=_0x5b2f4d;_0x52c28b[_0x48d85c(0x233)](isAccessibilityAutomationSession)&&!global['bstackAllyScanning']&&global[_0x48d85c(0x257)]&&scripts[_0x48d85c(0x24c)](_0x3be2a2[_0x48d85c(0x1dc)])&&_0x52c28b['TlOzh'](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x48d85c(0x2b3)]=!![],await PerformanceTester[_0x48d85c(0x28e)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x9afb61=_0x48d85c;logger[_0x9afb61(0x2a0)](_0x9afb61(0x282)+_0x3be2a2['class']+'\x20'+_0x3be2a2[_0x9afb61(0x1dc)]),await AccessibilityHelper[_0x9afb61(0x1c8)](_0x32d3ef,scripts['performScan']);},{'command':_0x3be2a2[_0x48d85c(0x1dc)]})());global[_0x48d85c(0x2b3)]=![];const _0x16cdba=JSON['parse'](process[_0x48d85c(0x2a1)][_0x48d85c(0x263)]||'{}');if(_0x52c28b['fmKCO'](_0x16cdba?.[_0x48d85c(0x2b0)]?.[_0x48d85c(0x1dc)],_0x52c28b[_0x48d85c(0x224)])&&_0x52c28b[_0x48d85c(0x237)](typeof _0x16cdba?.['testFramework']?.[_0x48d85c(0x25a)],_0x52c28b[_0x48d85c(0x1ca)])&&_0x16cdba?.[_0x48d85c(0x2b0)]?.[_0x48d85c(0x25a)]['startsWith']('7'))return _0x277c55[_0x48d85c(0x235)](null,Array[_0x48d85c(0x1d9)]['slice'][_0x48d85c(0x2bc)](arguments,0x2));return _0x277c55[_0x48d85c(0x235)](this,Array[_0x48d85c(0x1d9)][_0x48d85c(0x1de)]['call'](arguments,0x2));},_0x451a27=CodeceptWebDriver['prototype'][_0x5b2f4d(0x1d6)];CodeceptWebDriver[_0x5b2f4d(0x1d9)][_0x5b2f4d(0x1d6)]=async function(){const _0x191dfe=_0x5b2f4d;try{await _0x451a27[_0x191dfe(0x235)](this,arguments);}catch(_0x20d6ff){logger['debug'](_0x191dfe(0x206)+util[_0x191dfe(0x20d)](_0x20d6ff));}scripts[_0x191dfe(0x21d)]['filter'](_0x1f90df=>_0x1f90df[_0x191dfe(0x1dc)]&&_0x1f90df['class'])[_0x191dfe(0x247)](_0x34013f=>{const _0x3a4bf0=_0x191dfe;this['browser'][_0x3a4bf0(0x241)](_0x34013f[_0x3a4bf0(0x1dc)],_0x5002ed[_0x3a4bf0(0x1d1)](this,_0x34013f),_0x52c28b['fGgBp'](_0x34013f[_0x3a4bf0(0x264)],_0x52c28b[_0x3a4bf0(0x1e2)]));}),_0x52c28b[_0x191dfe(0x274)](processWebDriverConfig,_0x32d3ef);};};function parseJwt(_0x5c5578){const _0x5b264a=a1_0x29b381,_0x1107e6={};_0x1107e6[_0x5b264a(0x240)]=_0x5b264a(0x289);const _0x3f47bf=_0x1107e6;if(!_0x5c5578)return null;return JSON[_0x5b264a(0x2b9)](Buffer[_0x5b264a(0x25c)](_0x5c5578[_0x5b264a(0x21a)]('.')[0x1],_0x3f47bf[_0x5b264a(0x240)])[_0x5b264a(0x2ce)]());}function a1_0x1220(){const _0x276372=['901140yZklYr','VYeNr','\x0aStack:\x20','MBgvi','YjdIm','LvsNb','GsJtI','stopMonitoring','1658032dzfRfW','TlOzh','1358bafrUE','BROWSERSTACK_TESTHUB_JWT','Puppeteer','quFCE','readFileSync','ntufP','GET_RESULTS','../../helpers/accessibility-automation/helper','thTestRunUuid','jLlSG','ZAXCQ','bddStepStart','SDK_POST_TEST','Performing\x20scan\x20for\x20','bs:addLog:','13026rXoEdm','bAPut','hookType','message','RbLHr','base64','TEST_RUN_SKIPPED','../../helpers/globals.js','cbTqU','12618DAVgBy','measureWrapper','TpIKW','../../helpers/helper','rdkhM','command','codeceptjs/lib/helper/Playwright.js','uvYNw','./o11yHelper','TEST_SCREENSHOT','title','chromium','ctx','includes','add','before','VAVXI','1017654DhKJOc','Suite','debug','env','stop','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','test-started','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','performScan','getAccessibilityResultsSummary','AfzHR','setSessionStatus','ZRLrl','aDRsL','arguments','toISOString','string','SDK_PRE_INITIALIZE','testFramework','initSaveScreenshot','SESSION_STATUS','bstackAllyScanning','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','aRuPX','util','tlRYM','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','parse','RPGNO','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','call','5tinCcW','TEST_RUN_STARTED','getAccessibilityResults','skipSessionName','test-after','tnQgz','Screenshot\x20path\x20not\x20found','../../helpers/logger','SDK_PRE_TEST','find','pid','WoHeH','dispatcher','KAaee','14uGddlF','swkOj','JPOrT','toString','startMonitoring','jLpVO','HOOK_RUN_STARTED','FKMzp','iiQsG','test-skipped','fireEvent','ETYYd','peYrj','SYNC','YVSnO','reason','browserStackExecuteDriver','fWIFA','KamyL','SDK_HOOK','mXDEo','ZwFwL','UInZG','xichv','oYoqd','bind','ciJwl','restore','../../helpers/request-spy','catch','_before','warn','_setPage','prototype','page','hook-passed','name','action','slice','UHLmr','TestCafe','codeceptjs','sYjLR','SDK_TEST','isArray','../../helpers/performance/constants','VobML','pages','Element','acbCa','44qMignT','vkEwE','hook','stringify','../../bin/playwright/accessibility-helper','147912BoamYT','codeceptjs/lib/index.js','helpers','addRequestSpy','gqtjt','started','hook-started','NbNky','a11y_core_config','uKKPi','XoVKX','hook-failed','WebDriver','HOOK_RUN_FINISHED','YttBo','container','domForge','mgkVg','config','patchSaveScreenshot','url','CllAU','captureEvent','Failed\x20to\x20execute\x20_before:\x20','2799504JfUOzs','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','all','EpxNo','setGlobal','bddStep','format','INFO','../../helpers/test-observability/utils','step','BS_A11Y_JWT','HGCHU','captureError','browser','TNEUu','ENV_VAR','BS_TESTOPS_ALLOW_SCREENSHOTS','stack','eGDIg','split','bddStep-before','browserContext','commandsToWrap','hgdOT','passed','135dQDTrL','test-before','Jgxqa','setSessionName','hmjBU','failed','../../helpers/accessibility-automation/scripts','SAVE_RESULTS','skipSessionStatus','ovLWv','start','xPppD','WktCO','EouaJ','XJmMK','end','nkFtt','getResults','getResultsSummary','RLHra','test','apply','step-comment','TsCkA','UmnXn','test-failed','saveTestResults','thJwtToken','bddStepFinish','PERFORM_SCAN','HTRFF','GET_RESULTS_SUMMARY','rLgUa','overwriteCommand','dpjtr','then','event','KSeIW','browserstack_executor:\x20','forEach','browserstackTestName','getSyncScript','screenshotOutputFolder','aezRs','shouldWrapCommand','--auto-open-devtools-for-tabs','startsWith','thBuildUuid','JzqIa','erXmb','titlePath','testAnalyticsId','skipped','codeceptjs/lib/recorder.js','ACSgy','accessibilityPlatform','fuYCu','QZzNH','version','after','from','constructor','Kfotg','TEST_RUN_FINISHED','status','XnqmI','gHRuI','FRAMEWORK_DETAILS','class','emit','Playwright','cJCIV','args','executeScript','afterTest'];a1_0x1220=function(){return _0x276372;};return a1_0x1220();}const patchPlaywrightBefore=()=>{const _0x176ad6=a1_0x29b381,_0x409b93={'ZRLrl':function(_0xd803e){return _0xd803e();},'PsAWV':'devtools://','uvYNw':_0x176ad6(0x24d),'ovLWv':function(_0x379482){return _0x379482();},'WoHeH':function(_0x1644a9,_0x420e04){return _0x1644a9(_0x420e04);},'cbTqU':function(_0x2d0f49){return _0x2d0f49();},'mXDEo':function(_0xefff72,_0x283350){return _0xefff72+_0x283350;},'cJCIV':_0x176ad6(0x26d),'ZwFwL':function(_0x16fb45){return _0x16fb45();},'VobML':function(_0x349f6b){return _0x349f6b();}};PlaywrightSessionDetails['patch']();const _0x15a8d7=CodeceptPlaywright[_0x176ad6(0x1d9)][_0x176ad6(0x1d6)];CodeceptPlaywright['prototype'][_0x176ad6(0x1d6)]=async function(){const _0x23f2bd=_0x176ad6,_0x10b8cf={'hWsRc':function(_0x19f3b1){return _0x409b93['ZRLrl'](_0x19f3b1);},'AfzHR':_0x409b93['PsAWV'],'mgkVg':_0x409b93[_0x23f2bd(0x294)],'aezRs':function(_0xf82651){const _0x49ba4c=_0x23f2bd;return _0x409b93[_0x49ba4c(0x229)](_0xf82651);},'ccDtr':function(_0xd958f9,_0x23db15){const _0x92b0b1=_0x23f2bd;return _0x409b93[_0x92b0b1(0x2c8)](_0xd958f9,_0x23db15);},'xichv':function(_0x5a0f65){const _0x3d43ef=_0x23f2bd;return _0x409b93[_0x3d43ef(0x28c)](_0x5a0f65);},'jLlSG':function(_0x1b4861,_0xb655c3){const _0x31c45b=_0x23f2bd;return _0x409b93[_0x31c45b(0x1cc)](_0x1b4861,_0xb655c3);},'oYoqd':_0x409b93[_0x23f2bd(0x267)]};this[_0x23f2bd(0x21c)]=await this[_0x23f2bd(0x214)]['contexts']()[0x0];const _0x4d639c=async()=>{const _0x27f0bd=_0x23f2bd,_0x138248={'KSeIW':function(_0x141554){return _0x10b8cf['hWsRc'](_0x141554);},'VAVXI':_0x10b8cf['AfzHR']},_0x301cd0=this['config']&&this['config'][_0x27f0bd(0x298)]&&this[_0x27f0bd(0x201)][_0x27f0bd(0x298)]['args']&&Array[_0x27f0bd(0x1e4)](this[_0x27f0bd(0x201)][_0x27f0bd(0x298)][_0x27f0bd(0x268)])&&this[_0x27f0bd(0x201)]['chromium']['args'][_0x27f0bd(0x29a)](_0x10b8cf[_0x27f0bd(0x200)]);if(_0x10b8cf[_0x27f0bd(0x24b)](isAccessibilityAutomationSession)&&!_0x301cd0)try{const _0x53474c=_0x10b8cf['ccDtr'](parseJwt,process[_0x27f0bd(0x2a1)][_0x27f0bd(0x211)]);if(_0x53474c&&_0x53474c['a11y_core_config']&&_0x53474c[_0x27f0bd(0x1f7)][_0x27f0bd(0x1ff)]){const _0x358a05=this[_0x27f0bd(0x21c)]['pages'][_0x27f0bd(0x1d1)](this['browserContext']);this['browserContext']['pages']=async function(){const _0x230a17=_0x27f0bd,_0xe0fb74=await _0x138248[_0x230a17(0x245)](_0x358a05),_0x15fa6a=[];for(const _0x349933 of _0xe0fb74){try{const _0x561a2e=await _0x349933[_0x230a17(0x203)]();!_0x561a2e[_0x230a17(0x24e)](_0x138248[_0x230a17(0x29d)])&&_0x15fa6a['push'](_0x349933);}catch(_0x76befe){_0x15fa6a['push'](_0x349933);}}return _0x15fa6a;};}if(!_0x10b8cf[_0x27f0bd(0x1cf)](isBrowserstackInfra)){const _0x1829b7=await this[_0x27f0bd(0x1da)][_0x27f0bd(0x203)]();if(_0x1829b7[_0x27f0bd(0x24e)](_0x10b8cf[_0x27f0bd(0x2a8)])){const _0x4ca146=await this[_0x27f0bd(0x21c)][_0x27f0bd(0x1e7)]();this[_0x27f0bd(0x1d8)](_0x4ca146[0x0]);}}}catch(_0xd8a9f0){logger[_0x27f0bd(0x2a0)](_0x27f0bd(0x2a3)+_0xd8a9f0[_0x27f0bd(0x287)]+(_0xd8a9f0['stack']?_0x10b8cf[_0x27f0bd(0x27e)](_0x10b8cf[_0x27f0bd(0x1d0)],_0xd8a9f0[_0x27f0bd(0x218)]):''));}};_0x409b93[_0x23f2bd(0x1cd)](isBrowserstackInfra)&&await _0x409b93[_0x23f2bd(0x229)](_0x4d639c),await _0x15a8d7['apply'](this,arguments),!_0x409b93[_0x23f2bd(0x1e6)](isBrowserstackInfra)&&await _0x409b93[_0x23f2bd(0x2aa)](_0x4d639c);};},getCodeceptDriver=()=>{const _0x23a36c=a1_0x29b381,_0x59900e={};_0x59900e['YVSnO']=_0x23a36c(0x1fb),_0x59900e[_0x23a36c(0x1f8)]=_0x23a36c(0x266),_0x59900e[_0x23a36c(0x215)]=_0x23a36c(0x277),_0x59900e[_0x23a36c(0x1e9)]=_0x23a36c(0x1e0);const _0x20e010=_0x59900e,_0x23ee4b=[_0x20e010[_0x23a36c(0x1c6)],_0x20e010['uKKPi'],_0x20e010['TNEUu'],_0x20e010[_0x23a36c(0x1e9)]],_0x281251=_0x23ee4b[_0x23a36c(0x2c6)](_0x512cc7=>!!CodeceptJS[_0x23a36c(0x1fe)][_0x23a36c(0x1f1)](_0x512cc7));if(!_0x281251)return null;return CodeceptJS['container']['helpers'](_0x281251);};module['exports']=function(_0x4c83ff){const _0x5ab6c7=a1_0x29b381,_0x50259f={'LvsNb':function(_0x423483){return _0x423483();},'YjdIm':function(_0x855287,_0x128987){return _0x855287(_0x128987);},'KAaee':_0x5ab6c7(0x2a7),'NbNky':_0x5ab6c7(0x2b4),'iiQsG':_0x5ab6c7(0x2bf),'gbQyq':_0x5ab6c7(0x2a5),'nkFtt':function(_0xc24c48,_0x3709c4){return _0xc24c48(_0x3709c4);},'EouaJ':_0x5ab6c7(0x1f5),'peYrj':_0x5ab6c7(0x1db),'MBgvi':_0x5ab6c7(0x1fa),'ntufP':_0x5ab6c7(0x248),'bAPut':_0x5ab6c7(0x221),'ACSgy':function(_0x1d371f,_0x1ccb61,_0x2a85f4){return _0x1d371f(_0x1ccb61,_0x2a85f4);},'ZAXCQ':_0x5ab6c7(0x2a4),'YttBo':function(_0xfcbfe7,_0x5f4562,_0x126c51){return _0xfcbfe7(_0x5f4562,_0x126c51);},'Kfotg':function(_0x3f2298){return _0x3f2298();},'swkOj':'test-passed','UInZG':function(_0x425012){return _0x425012();},'hgdOT':function(_0xb43fee,_0x2324d6,_0xd8e4cf,_0x2bdc8a){return _0xb43fee(_0x2324d6,_0xd8e4cf,_0x2bdc8a);},'XnqmI':function(_0x474747,_0x21c93a,_0x508854,_0x1d0f86){return _0x474747(_0x21c93a,_0x508854,_0x1d0f86);},'eGDIg':function(_0x59606c,_0x2bd166){return _0x59606c===_0x2bd166;},'QjmEp':_0x5ab6c7(0x29f),'aRuPX':_0x5ab6c7(0x239),'XJmMK':_0x5ab6c7(0x2d4),'tnQgz':_0x5ab6c7(0x26a),'VYeNr':function(_0x4bb431){return _0x4bb431();},'quFCE':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','RbLHr':_0x5ab6c7(0x2c1),'vkEwE':_0x5ab6c7(0x20e),'RPGNO':'TEST_LOG','UmnXn':_0x5ab6c7(0x236),'dpjtr':_0x5ab6c7(0x21b),'ciJwl':'bddStep-after','XoVKX':function(_0x2adbc1){return _0x2adbc1();},'rdkhM':_0x5ab6c7(0x266)};_0x4c83ff[_0x5ab6c7(0x228)]&&(global['__skipSessionStatus']=_0x4c83ff[_0x5ab6c7(0x228)]);PerformanceTester[_0x5ab6c7(0x2cf)]();const _0x44f68e=_0x50259f[_0x5ab6c7(0x1f9)](getCodeceptDriver),_0x556d2f=new O11yHelper(_0x44f68e,_0x4c83ff),_0xd01708=!!CodeceptJS[_0x5ab6c7(0x1fe)]['helpers'](_0x50259f[_0x5ab6c7(0x291)]);global['__driver']=_0x44f68e,_0x44f68e&&(PerformanceTester[_0x5ab6c7(0x28e)](PerformanceEvents[_0x5ab6c7(0x2af)],()=>{const _0x1e9a5f=_0x5ab6c7;_0xd01708?_0x50259f[_0x1e9a5f(0x270)](patchPlaywrightBefore):_0x50259f[_0x1e9a5f(0x26f)](patchWebDriverBefore,_0x44f68e);})(),PerformanceTester[_0x5ab6c7(0x28e)](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0x3064ac=_0x5ab6c7,_0x2bd6cc={};_0x2bd6cc['BieLw']=_0x50259f[_0x3064ac(0x2ca)],_0x2bd6cc[_0x3064ac(0x250)]=_0x50259f[_0x3064ac(0x1f6)],_0x2bd6cc[_0x3064ac(0x259)]=_0x50259f[_0x3064ac(0x2d3)],_0x2bd6cc['xPppD']=_0x50259f['gbQyq'];const _0x426e18=_0x2bd6cc;_0x44f68e[_0x3064ac(0x2a7)]=async()=>{const _0x20f5dc=_0x3064ac;if(global[_0x20f5dc(0x257)]){const _0xd1b198={};return _0xd1b198[_0x20f5dc(0x292)]=_0x426e18['BieLw'],await PerformanceTester[_0x20f5dc(0x28e)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x1cea1b=_0x20f5dc;return await AccessibilityHelper[_0x1cea1b(0x1c8)](_0x44f68e,scripts[_0x1cea1b(0x2a6)]);},_0xd1b198)(),await PerformanceTester[_0x20f5dc(0x28e)](PerformanceA11yEvents[_0x20f5dc(0x23f)],async()=>{const _0x12ecd7=_0x20f5dc;return await AccessibilityHelper['browserStackExecuteDriver'](_0x44f68e,scripts[_0x12ecd7(0x232)]);})();}return logger[_0x20f5dc(0x1d7)](_0x426e18[_0x20f5dc(0x250)]),{};},_0x44f68e[_0x3064ac(0x2bf)]=async()=>{const _0x462dc6=_0x3064ac;if(global['accessibilityPlatform']){const _0x19f955={};return _0x19f955['command']=_0x426e18[_0x462dc6(0x259)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x462dc6(0x23d)],async()=>{const _0x2f5d41=_0x462dc6;return await AccessibilityHelper[_0x2f5d41(0x1c8)](_0x44f68e,scripts[_0x2f5d41(0x2a6)]);},_0x19f955)(),await PerformanceTester[_0x462dc6(0x28e)](PerformanceA11yEvents[_0x462dc6(0x27b)],async()=>{const _0x20fca5=_0x462dc6;return await AccessibilityHelper[_0x20fca5(0x1c8)](_0x44f68e,scripts[_0x20fca5(0x231)]);})();}return logger[_0x462dc6(0x1d7)](_0x426e18[_0x462dc6(0x22b)]),{};},_0x50259f['nkFtt'](patchSaveScreenshot,_0x44f68e);})()),CodeceptJS['event'][_0x5ab6c7(0x2c9)]['on'](CodeceptJS[_0x5ab6c7(0x244)][_0x5ab6c7(0x209)]['before'],()=>{const _0x40633a=_0x5ab6c7;PerformanceTester[_0x40633a(0x22a)](PerformanceEvents[_0x40633a(0x2c5)]);try{_0x556d2f[_0x40633a(0x22a)](),testOpsHelper[_0x40633a(0x1f2)](),PerformanceTester['end'](PerformanceEvents[_0x40633a(0x2c5)]);}catch(_0x5c6668){PerformanceTester['captureError'](_0x5c6668),PerformanceTester[_0x40633a(0x22f)](PerformanceEvents[_0x40633a(0x2c5)],![],_0x5c6668);}}),CodeceptJS[_0x5ab6c7(0x244)][_0x5ab6c7(0x2c9)]['on'](CodeceptJS['event'][_0x5ab6c7(0x209)][_0x5ab6c7(0x25b)],async()=>{const _0x597db4=_0x5ab6c7;PerformanceTester['start'](PerformanceEvents[_0x597db4(0x281)]);try{requestSpy[_0x597db4(0x1d3)](),await _0x556d2f[_0x597db4(0x2a2)](),PerformanceTester[_0x597db4(0x22f)](PerformanceEvents['SDK_POST_TEST']);}catch(_0xeadbea){PerformanceTester[_0x597db4(0x213)](_0xeadbea),PerformanceTester['end'](PerformanceEvents['SDK_POST_TEST'],![],_0xeadbea);}finally{PerformanceTester[_0x597db4(0x272)]();}}),CodeceptJS['event'][_0x5ab6c7(0x2c9)]['on'](CodeceptJS[_0x5ab6c7(0x244)][_0x5ab6c7(0x1ec)][_0x5ab6c7(0x1f4)],_0x45dbfe=>{const _0x4f7c74=_0x5ab6c7;PerformanceTester[_0x4f7c74(0x22a)](PerformanceEvents[_0x4f7c74(0x1cb)]);try{const _0x57987b=_0x45dbfe[_0x4f7c74(0x299)][_0x4f7c74(0x234)],_0x4f1e4e=_0x556d2f[_0x4f7c74(0x205)](TEST_EVENTS[_0x4f7c74(0x2d1)],_0x57987b);CodeceptRecorder['add'](()=>_0x556d2f[_0x4f7c74(0x1c2)](TEST_EVENTS[_0x4f7c74(0x2d1)],_0x4f1e4e));const _0x10f998={};_0x10f998['hookType']=_0x50259f[_0x4f7c74(0x22d)],PerformanceTester['end'](PerformanceEvents[_0x4f7c74(0x1cb)],!![],null,_0x10f998);}catch(_0x292df5){const _0x287dce={};_0x287dce['hookType']=_0x50259f[_0x4f7c74(0x22d)],PerformanceTester[_0x4f7c74(0x22f)](PerformanceEvents[_0x4f7c74(0x1cb)],![],_0x292df5,_0x287dce),PerformanceTester[_0x4f7c74(0x213)](_0x292df5);}}),CodeceptJS[_0x5ab6c7(0x244)][_0x5ab6c7(0x2c9)]['on'](CodeceptJS['event'][_0x5ab6c7(0x1ec)][_0x5ab6c7(0x21f)],_0x3b8af5=>{const _0x1a8a2c=_0x5ab6c7,_0x6581fc={};_0x6581fc['hookType']=_0x50259f[_0x1a8a2c(0x1c4)],PerformanceTester['start'](PerformanceHookEvents[_0x1a8a2c(0x1cb)],!![],null,_0x6581fc);try{const _0x437681=_0x3b8af5[_0x1a8a2c(0x299)][_0x1a8a2c(0x234)],_0x395ea5=_0x556d2f[_0x1a8a2c(0x205)](TEST_EVENTS[_0x1a8a2c(0x1fc)],_0x437681);CodeceptRecorder['add'](()=>_0x556d2f['fireEvent'](TEST_EVENTS[_0x1a8a2c(0x1fc)],_0x395ea5));const _0x51cedb={};_0x51cedb[_0x1a8a2c(0x286)]=_0x50259f['peYrj'],PerformanceTester[_0x1a8a2c(0x22f)](PerformanceHookEvents[_0x1a8a2c(0x1cb)],!![],null,_0x51cedb);}catch(_0x17a6ea){PerformanceTester[_0x1a8a2c(0x213)](_0x17a6ea);const _0x409ae0={};_0x409ae0['hookType']=_0x50259f[_0x1a8a2c(0x1c4)],PerformanceTester[_0x1a8a2c(0x22f)](PerformanceHookEvents[_0x1a8a2c(0x1cb)],![],_0x17a6ea,_0x409ae0);}}),CodeceptJS['event'][_0x5ab6c7(0x2c9)]['on'](CodeceptJS[_0x5ab6c7(0x244)]['hook'][_0x5ab6c7(0x225)],async(_0xbdac59,_0x48d5cb)=>{const _0x2ff441=_0x5ab6c7;PerformanceTester[_0x2ff441(0x22a)](PerformanceHookEvents[_0x2ff441(0x1cb)]);try{const _0x248a92=_0xbdac59[_0x2ff441(0x299)]['test'],_0x54680f=_0x556d2f[_0x2ff441(0x205)](TEST_EVENTS[_0x2ff441(0x1fc)],_0x248a92,_0x48d5cb);CodeceptRecorder['add'](()=>_0x556d2f['fireEvent'](TEST_EVENTS[_0x2ff441(0x1fc)],_0x54680f));const _0x2c411f={};_0x2c411f['hookType']=_0x50259f[_0x2ff441(0x26e)],PerformanceTester[_0x2ff441(0x22a)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x2c411f);}catch(_0x597c37){PerformanceTester[_0x2ff441(0x213)](_0x597c37);const _0x151ca6={};_0x151ca6[_0x2ff441(0x286)]=_0x50259f['MBgvi'],PerformanceTester[_0x2ff441(0x22f)](PerformanceHookEvents['SDK_HOOK'],![],_0x597c37,_0x151ca6);}const _0xbb9556={};_0xbb9556[_0x2ff441(0x286)]=_0x50259f[_0x2ff441(0x26e)],PerformanceTester['end'](PerformanceHookEvents[_0x2ff441(0x1cb)],!![],null,_0xbb9556);}),CodeceptJS[_0x5ab6c7(0x244)][_0x5ab6c7(0x2c9)]['on'](CodeceptJS[_0x5ab6c7(0x244)][_0x5ab6c7(0x234)][_0x5ab6c7(0x29c)],_0x496044=>{const _0x488f43=_0x5ab6c7;PerformanceTester[_0x488f43(0x22a)](PerformanceHookEvents['SDK_HOOK']);try{globals[_0x488f43(0x20b)](_0x50259f[_0x488f43(0x27a)],_0x496044[_0x488f43(0x297)]);_0x50259f[_0x488f43(0x270)](isBrowserstackInfra)&&(_0xd01708&&(global['__workerDetails']={'currentTest':{'name':_0x496044['title'],'testInfo':{'titlePath':_0x496044[_0x488f43(0x252)]()}}}));const _0x561968={};_0x561968['hookType']=_0x50259f[_0x488f43(0x285)],PerformanceTester['end'](PerformanceHookEvents[_0x488f43(0x1cb)],!![],null,_0x561968);}catch(_0x473b07){PerformanceTester['captureError'](_0x473b07);const _0x3babc4={};_0x3babc4[_0x488f43(0x286)]=_0x50259f[_0x488f43(0x285)],PerformanceTester[_0x488f43(0x22f)](PerformanceHookEvents[_0x488f43(0x1cb)],![],_0x473b07,_0x3babc4);}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x5ab6c7(0x244)][_0x5ab6c7(0x234)][_0x5ab6c7(0x1f4)],_0x56c8b2=>{const _0x356620=_0x5ab6c7;PerformanceTester[_0x356620(0x22a)](PerformanceHookEvents[_0x356620(0x1cb)]);try{globals[_0x356620(0x20b)](_0x50259f[_0x356620(0x27a)],_0x56c8b2[_0x356620(0x297)]);const _0x2347cb=_0x556d2f['captureEvent'](TEST_EVENTS['TEST_RUN_STARTED'],_0x56c8b2);CodeceptRecorder[_0x356620(0x29b)](()=>_0x556d2f['fireEvent'](TEST_EVENTS[_0x356620(0x2be)],_0x2347cb)),CodeceptRecorder['add'](async()=>{const _0x51207e=_0x356620;_0x50259f[_0x51207e(0x270)](isBrowserstackInfra)&&(!_0x50259f[_0x51207e(0x230)](isTrue,_0x4c83ff[_0x51207e(0x2c0)])&&await _0x50259f[_0x51207e(0x256)](markSessionName,_0x44f68e,_0x56c8b2[_0x51207e(0x297)]),_0x556d2f['enabled']&&await _0x50259f[_0x51207e(0x230)](o11ySync,_0x44f68e));});}catch(_0x100336){const _0x4b9349={};_0x4b9349[_0x356620(0x286)]=_0x50259f['ZAXCQ'],PerformanceTester[_0x356620(0x22f)](PerformanceHookEvents[_0x356620(0x1cb)],![],_0x100336,_0x4b9349),PerformanceTester[_0x356620(0x213)](_0x100336);}const _0x417e81={};_0x417e81[_0x356620(0x286)]=_0x50259f[_0x356620(0x27f)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x417e81);}),CodeceptJS['event'][_0x5ab6c7(0x2c9)]['on'](CodeceptJS[_0x5ab6c7(0x244)][_0x5ab6c7(0x234)][_0x5ab6c7(0x21f)],_0x2f7137=>{const _0x336880=_0x5ab6c7,_0x42d2f6={'HGCHU':function(_0xd26998,_0x4d70ab,_0x3a2e49){const _0xd7aa=a1_0x34c1;return _0x50259f[_0xd7aa(0x1fd)](_0xd26998,_0x4d70ab,_0x3a2e49);},'FKMzp':function(_0x347c76){const _0x475eb8=a1_0x34c1;return _0x50259f[_0x475eb8(0x25e)](_0x347c76);}};PerformanceTester[_0x336880(0x22a)](PerformanceHookEvents[_0x336880(0x1cb)]);try{const _0x5470d6=_0x556d2f[_0x336880(0x205)](TEST_EVENTS[_0x336880(0x25f)],_0x2f7137);CodeceptRecorder['add'](()=>_0x556d2f[_0x336880(0x1c2)](TEST_EVENTS[_0x336880(0x25f)],_0x5470d6)),CodeceptRecorder[_0x336880(0x29b)](async()=>{const _0xead4e8=_0x336880,_0x2cc827={'OCrjg':function(_0x4a8ae1,_0x2b1fe7,_0x5cc79){const _0x1f8544=a1_0x34c1;return _0x42d2f6[_0x1f8544(0x212)](_0x4a8ae1,_0x2b1fe7,_0x5cc79);},'ETYYd':function(_0x737435,_0x144bf7,_0x54c65a){const _0x26d24b=a1_0x34c1;return _0x42d2f6[_0x26d24b(0x212)](_0x737435,_0x144bf7,_0x54c65a);}};_0x42d2f6[_0xead4e8(0x2d2)](isBrowserstackInfra)&&await PerformanceTester[_0xead4e8(0x28e)](PerformanceAutEvents[_0xead4e8(0x2b2)],async()=>{const _0x5e8ed9=_0xead4e8;_0xd01708?await _0x2cc827['OCrjg'](playwrightMarkSessionStatus,_0x44f68e,STATE_PASSED):await _0x2cc827[_0x5e8ed9(0x1c3)](markSessionStatus,_0x44f68e,STATE_PASSED);})();}),PerformanceTester[_0x336880(0x22f)](PerformanceEvents[_0x336880(0x1e3)]);}catch(_0x2c1988){PerformanceTester[_0x336880(0x213)](_0x2c1988);const _0x3eb65c={};_0x3eb65c[_0x336880(0x286)]=_0x50259f[_0x336880(0x2cc)],PerformanceTester[_0x336880(0x22f)](PerformanceHookEvents['SDK_HOOK'],![],_0x2c1988,_0x3eb65c),PerformanceTester[_0x336880(0x22f)](PerformanceEvents[_0x336880(0x1e3)],![],_0x2c1988);}const _0x21f011={};_0x21f011['hookType']=_0x50259f[_0x336880(0x2cc)],PerformanceTester[_0x336880(0x22f)](PerformanceHookEvents[_0x336880(0x1cb)],!![],null,_0x21f011);}),CodeceptJS[_0x5ab6c7(0x244)]['dispatcher']['on'](CodeceptJS['event']['test']['failed'],(_0x93d542,_0x417227)=>{const _0x17dd53=_0x5ab6c7,_0x43992c={'aDRsL':function(_0x2ca4d2){const _0x1ed10d=a1_0x34c1;return _0x50259f[_0x1ed10d(0x1ce)](_0x2ca4d2);},'GsJtI':function(_0x3aae17,_0x3a86f9,_0x1d59de,_0x5c7f72){const _0x475919=a1_0x34c1;return _0x50259f[_0x475919(0x21e)](_0x3aae17,_0x3a86f9,_0x1d59de,_0x5c7f72);},'UHLmr':function(_0x2b39cc,_0x5ba4d1,_0x38ef54,_0x5e6c33){const _0x5567b3=a1_0x34c1;return _0x50259f[_0x5567b3(0x261)](_0x2b39cc,_0x5ba4d1,_0x38ef54,_0x5e6c33);}};PerformanceTester[_0x17dd53(0x22a)](PerformanceHookEvents[_0x17dd53(0x1cb)]);try{if(_0x50259f[_0x17dd53(0x219)](_0x93d542[_0x17dd53(0x25d)][_0x17dd53(0x1dc)],_0x50259f['QjmEp'])){const _0x55d5a2=_0x556d2f['captureEvent'](TEST_EVENTS[_0x17dd53(0x28a)],_0x93d542[_0x17dd53(0x299)]['currentTest']);CodeceptRecorder[_0x17dd53(0x29b)](()=>_0x556d2f[_0x17dd53(0x1c2)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x55d5a2));}else{const _0x43dd7a=_0x556d2f[_0x17dd53(0x205)](TEST_EVENTS[_0x17dd53(0x25f)],_0x93d542,_0x417227);CodeceptRecorder['add'](()=>{const _0x2b42ae=_0x17dd53;try{_0x556d2f[_0x2b42ae(0x1c2)](TEST_EVENTS[_0x2b42ae(0x25f)],_0x43dd7a);}catch(_0x4baeba){logger[_0x2b42ae(0x2a0)](_0x2b42ae(0x208)+util['format'](_0x4baeba)),PerformanceTester[_0x2b42ae(0x22f)](PerformanceEvents['SDK_TEST'],![],_0x4baeba);}}),CodeceptRecorder[_0x17dd53(0x29b)](async()=>{const _0x258de0=_0x17dd53;try{_0x43992c[_0x258de0(0x2ab)](isBrowserstackInfra)&&(_0xd01708?await _0x43992c[_0x258de0(0x271)](playwrightMarkSessionStatus,_0x44f68e,STATE_FAILED,_0x417227):await _0x43992c[_0x258de0(0x1df)](markSessionStatus,_0x44f68e,STATE_FAILED,_0x417227));}catch(_0x170f6b){logger['debug'](_0x258de0(0x2bb)+util[_0x258de0(0x20d)](_0x170f6b)),PerformanceTester['end'](PerformanceEvents[_0x258de0(0x1e3)],![],_0x170f6b);}});}PerformanceTester[_0x17dd53(0x22f)](PerformanceEvents[_0x17dd53(0x1e3)]);}catch(_0xeb0ce6){PerformanceTester[_0x17dd53(0x213)](_0xeb0ce6);const _0x461353={};_0x461353[_0x17dd53(0x286)]=_0x50259f[_0x17dd53(0x2b5)],PerformanceTester['end'](PerformanceHookEvents[_0x17dd53(0x1cb)],![],_0xeb0ce6,_0x461353),PerformanceTester[_0x17dd53(0x22f)](PerformanceEvents['SDK_TEST'],![],_0xeb0ce6);}const _0x254c8a={};_0x254c8a[_0x17dd53(0x286)]=_0x50259f[_0x17dd53(0x2b5)],PerformanceTester[_0x17dd53(0x22f)](PerformanceHookEvents[_0x17dd53(0x1cb)],!![],null,_0x254c8a);}),CodeceptJS[_0x5ab6c7(0x244)][_0x5ab6c7(0x2c9)]['on'](CodeceptJS[_0x5ab6c7(0x244)][_0x5ab6c7(0x234)][_0x5ab6c7(0x254)],_0xe2b968=>{const _0x422f30=_0x5ab6c7;PerformanceTester[_0x422f30(0x22a)](PerformanceHookEvents['SDK_HOOK']);try{const _0xd41099=_0x556d2f[_0x422f30(0x205)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0xe2b968);CodeceptRecorder[_0x422f30(0x29b)](()=>_0x556d2f[_0x422f30(0x1c2)](TEST_EVENTS[_0x422f30(0x28a)],_0xd41099)),PerformanceTester[_0x422f30(0x22f)](PerformanceEvents[_0x422f30(0x1e3)]);}catch(_0x3e53d0){PerformanceTester[_0x422f30(0x213)](_0x3e53d0),PerformanceTester['end'](PerformanceEvents[_0x422f30(0x1e3)],![],_0x3e53d0);const _0xc9f376={};_0xc9f376[_0x422f30(0x286)]=_0x50259f['XJmMK'],PerformanceTester[_0x422f30(0x22f)](PerformanceHookEvents['SDK_HOOK'],![],_0x3e53d0,_0xc9f376);}const _0x54e60d={};_0x54e60d[_0x422f30(0x286)]=_0x50259f[_0x422f30(0x22e)],PerformanceTester[_0x422f30(0x22f)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x54e60d);}),CodeceptJS['event'][_0x5ab6c7(0x2c9)]['on'](CodeceptJS[_0x5ab6c7(0x244)][_0x5ab6c7(0x234)][_0x5ab6c7(0x25b)],async(_0x5588b0,_0x37cf97)=>{const _0x95ab41=_0x5ab6c7;try{PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);const _0xc2ffd2=_0x50259f[_0x95ab41(0x1fd)](shouldScanTestForAccessibility,_0x5588b0['titlePath'](),!![]);if(_0x50259f[_0x95ab41(0x26c)](isAccessibilityAutomationSession)&&global[_0x95ab41(0x257)]&&_0xc2ffd2){const _0x1b5cb0={};_0x1b5cb0[_0x95ab41(0x27d)]=_0x5588b0[_0x95ab41(0x253)],_0x1b5cb0[_0x95ab41(0x24f)]=process[_0x95ab41(0x2a1)][testHubConstants[_0x95ab41(0x216)]['BROWSERSTACK_TESTHUB_UUID']],_0x1b5cb0[_0x95ab41(0x23b)]=process[_0x95ab41(0x2a1)][testHubConstants[_0x95ab41(0x216)][_0x95ab41(0x276)]];const _0x10b817=_0x1b5cb0;logger[_0x95ab41(0x2a0)](_0x95ab41(0x2b8)+JSON[_0x95ab41(0x1ed)](_0x10b817)),CodeceptRecorder[_0x95ab41(0x29b)](async()=>{const _0xc2f8fa=_0x95ab41,_0xdbb039={};_0xdbb039[_0xc2f8fa(0x292)]=_0x50259f[_0xc2f8fa(0x2c2)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0xc2f8fa(0x23d)],async()=>{const _0x1a722e=_0xc2f8fa;await AccessibilityHelper['browserStackExecuteDriver'](_0x44f68e,scripts[_0x1a722e(0x2a6)]);},_0xdbb039)(),await PerformanceTester[_0xc2f8fa(0x28e)](PerformanceA11yEvents[_0xc2f8fa(0x227)],async()=>{const _0xa51669=_0xc2f8fa;await AccessibilityHelper[_0xa51669(0x1c8)](_0x44f68e,scripts[_0xa51669(0x23a)],_0x10b817);})();}),logger['info'](_0x50259f[_0x95ab41(0x278)]);}const _0xdf85d3={};_0xdf85d3['hookType']=_0x50259f[_0x95ab41(0x288)],PerformanceTester[_0x95ab41(0x22f)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0xdf85d3);}catch(_0x2d14cb){PerformanceTester[_0x95ab41(0x213)](_0x2d14cb);const _0x316998={};_0x316998[_0x95ab41(0x286)]=_0x50259f['RbLHr'],PerformanceTester[_0x95ab41(0x22f)](PerformanceHookEvents[_0x95ab41(0x1cb)],![],_0x2d14cb,_0x316998);}}),CodeceptJS[_0x5ab6c7(0x244)][_0x5ab6c7(0x2c9)]['on'](CodeceptJS[_0x5ab6c7(0x244)][_0x5ab6c7(0x210)]['comment'],_0xbe3c08=>{const _0xeb7b33=_0x5ab6c7;PerformanceTester[_0xeb7b33(0x22a)](PerformanceHookEvents[_0xeb7b33(0x1cb)]);try{process['emit'](_0xeb7b33(0x283)+process[_0xeb7b33(0x2c7)],{'timestamp':new Date()[_0xeb7b33(0x2ad)](),'level':_0x50259f[_0xeb7b33(0x1eb)],'message':_0xbe3c08,'kind':_0x50259f[_0xeb7b33(0x2ba)],'http_response':{}});}catch(_0x484af8){PerformanceTester[_0xeb7b33(0x213)](_0x484af8);const _0x2c011e={};_0x2c011e[_0xeb7b33(0x286)]=_0x50259f[_0xeb7b33(0x238)],PerformanceTester[_0xeb7b33(0x22f)](PerformanceHookEvents[_0xeb7b33(0x1cb)],![],_0x484af8,_0x2c011e);}const _0x1be635={};_0x1be635[_0xeb7b33(0x286)]=_0x50259f[_0xeb7b33(0x238)],PerformanceTester[_0xeb7b33(0x22f)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x1be635);}),CodeceptJS[_0x5ab6c7(0x244)]['dispatcher']['on'](CodeceptJS[_0x5ab6c7(0x244)][_0x5ab6c7(0x20c)][_0x5ab6c7(0x29c)],_0x33a3c2=>{const _0x1bd929=_0x5ab6c7,_0x360ca5={};_0x360ca5[_0x1bd929(0x286)]=_0x50259f[_0x1bd929(0x242)],PerformanceTester[_0x1bd929(0x28e)](PerformanceHookEvents[_0x1bd929(0x1cb)],()=>{const _0x5793b7=_0x1bd929;_0x556d2f[_0x5793b7(0x280)](_0x33a3c2);},_0x360ca5)();}),CodeceptJS['event'][_0x5ab6c7(0x2c9)]['on'](CodeceptJS[_0x5ab6c7(0x244)][_0x5ab6c7(0x20c)][_0x5ab6c7(0x25b)],_0x4bd1c3=>{const _0x4872e2=_0x5ab6c7,_0x9c155e={};_0x9c155e['hookType']=_0x50259f[_0x4872e2(0x1d2)],PerformanceTester[_0x4872e2(0x28e)](PerformanceHookEvents[_0x4872e2(0x1cb)],()=>{const _0x401fcc=_0x4872e2;_0x556d2f[_0x401fcc(0x23c)](_0x4bd1c3);},_0x9c155e)();});};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a2_0x3185d2=a2_0x5b91;(function(_0x4bf6ff,_0x72b8d6){const _0x14ab9a=a2_0x5b91,_0x50a9d2=_0x4bf6ff();while(!![]){try{const _0x118666=parseInt(_0x14ab9a(0xda))/0x1+-parseInt(_0x14ab9a(0x103))/0x2*(parseInt(_0x14ab9a(0xad))/0x3)+-parseInt(_0x14ab9a(0xcd))/0x4*(parseInt(_0x14ab9a(0xcb))/0x5)+-parseInt(_0x14ab9a(0xdf))/0x6*(parseInt(_0x14ab9a(0x11a))/0x7)+-parseInt(_0x14ab9a(0x122))/0x8+-parseInt(_0x14ab9a(0x10b))/0x9+parseInt(_0x14ab9a(0x126))/0xa;if(_0x118666===_0x72b8d6)break;else _0x50a9d2['push'](_0x50a9d2['shift']());}catch(_0x2cc31d){_0x50a9d2['push'](_0x50a9d2['shift']());}}}(a2_0x3ebf,0x1c0ac));const fs=require('fs'),path=require(a2_0x3185d2(0x111)),util=require(a2_0x3185d2(0xc5)),process=require('process'),logger=require(a2_0x3185d2(0x119))[a2_0x3185d2(0xe5)],{default:BrowserStackSetup}=require(a2_0x3185d2(0x9a)),helper=require(a2_0x3185d2(0x10f)),utilities=require(a2_0x3185d2(0x93)),{checkAccessibilityPlatformConfig}=require(a2_0x3185d2(0xd3)),{setAccessibilityCapabilities}=require(a2_0x3185d2(0x123)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x3185d2(0x10f)),CodeceptJS=requireModule('codeceptjs/lib/index.js',a2_0x3185d2(0xec)),testOpsHelper=require(a2_0x3185d2(0xb5)),TestHubHandler=require(a2_0x3185d2(0xaf)),constants=require('../utils/constants'),PerformanceTester=require(a2_0x3185d2(0xf3)),{FRAMEWORKS}=require(a2_0x3185d2(0xb2)),PerformanceEvents=require('../../helpers/performance/constants')['EVENTS'],ClientTroubleShootingService=require(a2_0x3185d2(0x9c)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x43786e,_0x2e82cd)=>{const _0x2f5f90=a2_0x3185d2,_0x3729b5={};_0x3729b5[_0x2f5f90(0xfe)]=function(_0x2930e9,_0x5147b7){return _0x2930e9===_0x5147b7;},_0x3729b5[_0x2f5f90(0x98)]=_0x2f5f90(0xcc),_0x3729b5[_0x2f5f90(0xe4)]=_0x2f5f90(0x124);const _0x3267ec=_0x3729b5;let _0x567e32=null;const _0x50e46e={};let _0x3de01b=_0x2e82cd['findIndex'](_0x2a2854=>_0x2a2854===_0x2f5f90(0xee));_0x3267ec[_0x2f5f90(0xfe)](_0x3de01b,-0x1)&&(_0x3de01b=_0x2e82cd['findIndex'](_0x3467be=>_0x3467be==='-c'));if(!helper['isUndefined'](_0x43786e['config'])&&fs[_0x2f5f90(0xb8)](path[_0x2f5f90(0xd0)](process['cwd'](),_0x43786e['config'])))_0x567e32=path['join'](process[_0x2f5f90(0x9d)](),_0x43786e[_0x2f5f90(0xe6)]),_0x2e82cd[_0x2f5f90(0xe1)](_0x3de01b,0x2);else{if(!helper['isUndefined'](_0x43786e['c'])&&fs['existsSync'](path['join'](process[_0x2f5f90(0x9d)](),_0x43786e['c'])))_0x567e32=path[_0x2f5f90(0xd0)](process[_0x2f5f90(0x9d)](),_0x43786e['c']),_0x2e82cd['slice'](_0x3de01b,0x2);else{if(fs['existsSync'](path['join'](process[_0x2f5f90(0x9d)](),_0x3267ec[_0x2f5f90(0x98)])))_0x567e32=path[_0x2f5f90(0xd0)](process[_0x2f5f90(0x9d)](),_0x3267ec[_0x2f5f90(0x98)]);else fs[_0x2f5f90(0xb8)](path[_0x2f5f90(0xd0)](process['cwd'](),_0x3267ec['FhBXK']))&&(_0x567e32=path['join'](process['cwd'](),_0x3267ec[_0x2f5f90(0xe4)]));}}return process[_0x2f5f90(0xed)][_0x2f5f90(0xfb)]=_0x567e32,_0x567e32;},getO11yRerunPattern=()=>{const _0x285e00=a2_0x3185d2,_0xb3fbef=helper[_0x285e00(0xf8)](process[_0x285e00(0xed)][_0x285e00(0x9b)]);if(_0xb3fbef){const _0x43e2c8=process[_0x285e00(0xed)][_0x285e00(0xf1)],_0x513e46=[];if(helper[_0x285e00(0xef)](_0x43e2c8)&&!helper[_0x285e00(0x108)](_0x43e2c8)){_0x43e2c8[_0x285e00(0x106)](',')[_0x285e00(0x12c)](_0x926075=>{const _0x10ddea=_0x285e00;_0x513e46[_0x10ddea(0xa0)]('('+_0x926075[_0x10ddea(0xe0)]()+')');});const _0x33bf1a='^'+_0x513e46['join']('|')+'$';return _0x33bf1a;}}return null;},a2_0x1560f2={};a2_0x1560f2[a2_0x3185d2(0x10a)]=a2_0x3185d2(0xe3),a2_0x1560f2['playwright-chromium']=a2_0x3185d2(0xe3),a2_0x1560f2[a2_0x3185d2(0x9e)]=a2_0x3185d2(0xa8),a2_0x1560f2[a2_0x3185d2(0xd4)]='webkit';function a2_0x5b91(_0x510a20,_0xa378d){const _0x3ebf57=a2_0x3ebf();return a2_0x5b91=function(_0x5b9147,_0x5075f2){_0x5b9147=_0x5b9147-0x93;let _0x474436=_0x3ebf57[_0x5b9147];return _0x474436;},a2_0x5b91(_0x510a20,_0xa378d);}const pwToCodeceptBrowser=a2_0x1560f2;async function run(_0x472663,_0x3db982,_0x2490ed){const _0x13c823=a2_0x3185d2,_0xcd2dbb={'WuAXs':function(_0x20f8ad,_0x14fe99){return _0x20f8ad+_0x14fe99;},'QgJVJ':function(_0x1b1105,_0xee1463){return _0x1b1105(_0xee1463);},'khvcm':function(_0x4df05e,_0x198262,_0x2d916a){return _0x4df05e(_0x198262,_0x2d916a);},'HRoKG':'helpers','SRBPh':function(_0x568384){return _0x568384();},'DIvSr':_0x13c823(0x12b),'cuMJZ':function(_0x2eaa00){return _0x2eaa00();},'cqZqk':_0x13c823(0xc7),'LJtLq':_0x13c823(0xbf),'WInsD':_0x13c823(0xe8),'tryMe':_0x13c823(0xce),'CzAQT':function(_0x561002,_0x3a6fa4,_0x585cbf){return _0x561002(_0x3a6fa4,_0x585cbf);},'DIZNc':_0x13c823(0x101),'iYIsl':_0x13c823(0x10d),'zIqDC':'WebDriver','ffvCc':function(_0x26d323,_0x84df64){return _0x26d323(_0x84df64);},'cLqlo':function(_0x15d26e,_0xfd2c67){return _0x15d26e!=_0xfd2c67;},'VQRxZ':function(_0x117165,_0x5ebedd){return _0x117165===_0x5ebedd;},'Rvvfh':function(_0x4df06c,_0x51b5e4,_0x1b06a2){return _0x4df06c(_0x51b5e4,_0x1b06a2);},'YihmC':_0x13c823(0x104),'wuhnL':function(_0x4724c7,_0x2fb279){return _0x4724c7(_0x2fb279);},'YGtHo':function(_0x4bbab2){return _0x4bbab2();},'nvKdb':function(_0x4fc12f,_0x5146f5){return _0x4fc12f*_0x5146f5;},'rPLYc':_0x13c823(0xa3),'PDzCJ':_0x13c823(0x95),'RYEEz':function(_0x2be11e,_0x36a53a,_0x4c2057){return _0x2be11e(_0x36a53a,_0x4c2057);},'dlPfa':_0x13c823(0xb4),'bRecx':'BrowserStackPlugin.js','RRIZK':_0x13c823(0xe2),'gdwPa':function(_0x346747){return _0x346747();}};await _0x2490ed[_0x13c823(0x102)](_0x472663),await helper[_0x13c823(0xf5)](_0x2490ed[_0x13c823(0xe6)]);if(!_0x2490ed['config'])return;process[_0x13c823(0xc2)]=_0x472663['profile'];_0x472663['profile']&&(process[_0x13c823(0xed)][_0x13c823(0xc2)]=_0x472663[_0x13c823(0xc2)]);const _0xdcaf87=_0xcd2dbb[_0x13c823(0xc4)](getUserCodeceptJSConfigs,_0x472663,_0x3db982);let _0x327d3c={};_0xdcaf87?(logger[_0x13c823(0x99)]('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0xdcaf87),_0x327d3c=CodeceptJS[_0x13c823(0xe6)]['load'](_0xdcaf87)):logger['info'](_0xcd2dbb[_0x13c823(0xff)]);let _0xca0d19=![];_0xcd2dbb['CzAQT'](nestedKeyValue,_0x327d3c,[_0xcd2dbb[_0x13c823(0x9f)],_0xcd2dbb[_0x13c823(0xc3)]])&&(_0xca0d19=!![]);const _0x3c4f01=_0xca0d19?_0xcd2dbb[_0x13c823(0xc3)]:_0xcd2dbb[_0x13c823(0xbb)];let _0x4f82eb=!_0xca0d19?helper[_0x13c823(0xaa)](_0x2490ed['config']):![];!helper['isUndefined'](_0x2490ed[_0x13c823(0xe6)]['accessibilityOptions'])&&(process['env'][_0x13c823(0xca)]=JSON[_0x13c823(0xb7)](_0x2490ed[_0x13c823(0xe6)][_0x13c823(0x96)]));let _0x390861=_0x2490ed['config'][_0x13c823(0xba)];_0x390861=_0x390861||_0xcd2dbb[_0x13c823(0xc9)](checkAccessibilityPlatformConfig,_0x2490ed[_0x13c823(0xe6)]),process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x390861;_0x390861&&(_0x4f82eb=!_0x390861);_0xcd2dbb[_0x13c823(0xdd)](_0x2490ed[_0x13c823(0xe6)]['testObservability'],null)?process['env'][_0x13c823(0xd7)]=_0x2490ed[_0x13c823(0xe6)][_0x13c823(0x94)]:process[_0x13c823(0xed)][_0x13c823(0xd7)]=_0xcd2dbb['VQRxZ'](_0x3c4f01,_0xcd2dbb[_0x13c823(0xc3)]);const _0x48103e=_0xcd2dbb['Rvvfh'](nestedKeyValue,_0x327d3c,[_0xcd2dbb['YihmC']]),_0x10f7ef=_0x48103e&&!helper[_0x13c823(0xd9)](_0x48103e)?FRAMEWORKS[_0x13c823(0xf4)]:FRAMEWORKS['CODECEPT'],_0x1a1d2f=await TestHubHandler[_0x13c823(0x97)](_0x10f7ef,_0x2490ed);_0x390861&&_0xcd2dbb[_0x13c823(0xb3)](setAccessibilityCapabilities,_0x2490ed[_0x13c823(0xe6)]);const _0x580a91={},_0x3310ed=[],_0x3410d6=_0x2490ed[_0x13c823(0xe6)][_0x13c823(0xb9)]||helper[_0x13c823(0x118)](_0x472663,_0x3db982,_0x2490ed[_0x13c823(0xe6)],constants[_0x13c823(0x128)][_0x13c823(0xeb)])||0x1;let _0x34e4a8=0x1;if(_0xcd2dbb['YGtHo'](isBrowserstackInfra)){const _0x2a0a81=helper[_0x13c823(0x120)](_0x2490ed[_0x13c823(0xe6)],_0x4f82eb,constants['FRAMEWORKS'][_0x13c823(0xeb)]);_0x2a0a81[_0x13c823(0xf2)](_0x5d39ba=>{const _0x18b327=_0x13c823;helper[_0x18b327(0xf7)](_0x5d39ba);}),helper['validPlatformsPresent'](_0x2490ed['config'])?_0x34e4a8=_0xcd2dbb[_0x13c823(0xab)](_0x3410d6,_0x2490ed[_0x13c823(0xe6)][_0x13c823(0x10c)][_0x13c823(0x110)]):_0x34e4a8=_0x3410d6,_0x2a0a81[_0x13c823(0xf2)](_0x45bbf8=>{const _0x158f64=_0x13c823,_0x1a3797={'nRPvZ':function(_0xdde2c7,_0x490a91){const _0x5015f6=a2_0x5b91;return _0xcd2dbb[_0x5015f6(0xac)](_0xdde2c7,_0x490a91);},'leEAc':function(_0x4ab3ec,_0x39038a){return _0xcd2dbb['QgJVJ'](_0x4ab3ec,_0x39038a);}},_0x4465ea=_0xcd2dbb[_0x158f64(0xac)](helper[_0x158f64(0xbe)](_0x45bbf8,'_'),'_'+Date[_0x158f64(0xf0)]()),_0x524e96=((()=>{const _0x288444=_0x158f64;if(_0xca0d19){const _0x48ff0c=pwToCodeceptBrowser[_0x45bbf8['browserName']]||_0x45bbf8['browserName'];return{'browser':_0x48ff0c,[_0x48ff0c]:{'browserWSEndpoint':_0x1a3797[_0x288444(0x109)](helper[_0x288444(0x11e)](_0x2490ed['config']),_0x1a3797[_0x288444(0xc1)](encodeURIComponent,JSON[_0x288444(0xb7)](_0x45bbf8)))}};}const _0x36e3ba={};return _0x36e3ba[_0x288444(0x95)]=_0x45bbf8,_0x36e3ba[_0x288444(0xd2)]=_0x2490ed[_0x288444(0xe6)]['userName'],_0x36e3ba['key']=_0x2490ed[_0x288444(0xe6)][_0x288444(0x117)],_0x36e3ba;})()),_0x122ab9=_0xcd2dbb[_0x158f64(0xf9)](nestedKeyValue,_0x327d3c,[_0xcd2dbb['HRoKG'],_0x3c4f01]);_0x580a91[_0x4465ea]=_0x122ab9?helper[_0x158f64(0xfd)](_0x524e96,_0x122ab9):_0x524e96;if(_0xca0d19)_0x580a91[_0x4465ea][_0x158f64(0xa3)]=pwToCodeceptBrowser[_0x45bbf8[_0x158f64(0x112)]]||_0x45bbf8[_0x158f64(0x112)];else{_0x580a91[_0x4465ea][_0x158f64(0xa3)]=_0x45bbf8[_0x158f64(0x112)]||_0x524e96[_0x158f64(0xa3)];if(_0xcd2dbb[_0x158f64(0x127)](isBrowserstackInfra)){_0x580a91[_0x4465ea][_0x158f64(0xa5)]=constants[_0x158f64(0x125)]['replace'](_0xcd2dbb[_0x158f64(0x129)],'')[_0x158f64(0xc6)](/https?:\/\//,'');;_0x580a91[_0x4465ea][_0x158f64(0x111)]=_0xcd2dbb[_0x158f64(0x129)];}}_0x3310ed[_0x158f64(0xa0)](_0x4465ea);});}else{_0x34e4a8=0x1;if(_0xca0d19){const _0x1aec8e=_0xcd2dbb[_0x13c823(0xc4)](nestedKeyValue,_0x327d3c,[_0xcd2dbb[_0x13c823(0x9f)],_0x3c4f01,_0xcd2dbb[_0x13c823(0xc0)]]),_0x25c68d=_0xcd2dbb[_0x13c823(0xf9)](nestedKeyValue,_0x327d3c,[_0xcd2dbb[_0x13c823(0x9f)],_0x3c4f01,_0x1aec8e]);if(_0x25c68d&&_0x25c68d[_0x13c823(0xbd)]){const _0x1928c9={};_0x1928c9[_0x13c823(0x10c)]=[],_0x25c68d['browserWSEndpoint']=helper['prepareCapabilities'](Object[_0x13c823(0x115)]({},_0x2490ed[_0x13c823(0xe6)],_0x1928c9),null,_0x10f7ef['toLowerCase'](),null,null,_0x25c68d['browserWSEndpoint']);}}else{const _0x17aaac={};_0x17aaac[_0x13c823(0x10c)]=[],_0x327d3c[_0xcd2dbb['HRoKG']][_0x3c4f01][_0xcd2dbb[_0x13c823(0x12d)]]=helper['prepareCapabilities'](Object[_0x13c823(0x115)]({},_0x2490ed[_0x13c823(0xe6)],_0x17aaac),null,_0x10f7ef[_0x13c823(0xd8)](),_0xcd2dbb[_0x13c823(0xdb)](nestedKeyValue,_0x327d3c,[_0xcd2dbb[_0x13c823(0x9f)],_0x3c4f01,_0xcd2dbb['PDzCJ']])||{},null,null);}_0x580a91[_0xcd2dbb[_0x13c823(0xe9)]]=_0x327d3c,_0x3310ed[_0x13c823(0xa0)](_0xcd2dbb[_0x13c823(0xe9)]);}const _0x327b2b={};_0x327b2b[_0x13c823(0xcf)]=_0xdcaf87;const _0x2dc8e9=_0x327b2b,_0x512ee5=path['join'](__dirname,_0xcd2dbb[_0x13c823(0xdc)]),_0x27a47b=process['cwd']();process[_0x13c823(0xed)][_0xcd2dbb[_0x13c823(0xc8)]]=_0x27a47b,process[_0x13c823(0xde)](path[_0x13c823(0x107)](_0xdcaf87));const _0x4f9230=new CodeceptJS[(_0x13c823(0xea))](null,_0x2dc8e9),_0x5355e7=_0x4f9230['createGroupsOfSuites'](_0x34e4a8),_0x266810=testOpsHelper['isTestObservabilitySession'](),_0xa04ca0=_0x3310ed[_0x13c823(0x12c)](_0xe6dd71=>{const _0x7a69a5=_0x13c823,_0x202db1={};_0x202db1[_0x7a69a5(0x10d)]=_0x580a91[_0xe6dd71];const _0x57720e={};_0x57720e['WebDriver']=_0x580a91[_0xe6dd71];const _0x296a6e=_0xca0d19?_0x202db1:_0x57720e,_0x1d5603=_0xcd2dbb['cuMJZ'](getO11yRerunPattern),_0x3379d5={};_0x3379d5['helpers']=_0x296a6e;const _0x3aeab0={};_0x3aeab0[_0x7a69a5(0xb0)]=_0x512ee5,_0x3aeab0[_0x7a69a5(0xb1)]=!![],_0x3aeab0['skipSessionName']=_0x2490ed[_0x7a69a5(0xe6)][_0x7a69a5(0xbc)]['skipSessionName'],_0x3aeab0[_0x7a69a5(0x105)]=_0x2490ed[_0x7a69a5(0xe6)][_0x7a69a5(0xbc)]['skipSessionStatus'],_0x3aeab0[_0x7a69a5(0x94)]=_0x266810,_0x3aeab0['frameworkName']=_0x10f7ef;const _0x21bc1e={};_0x21bc1e[_0x7a69a5(0xa1)]=_0x3aeab0;const _0x1929ff={};return _0x1929ff[_0x7a69a5(0x116)]=_0x21bc1e,helper[_0x7a69a5(0xfd)]({},_0x327d3c,_0xcd2dbb[_0x7a69a5(0x127)](isBrowserstackInfra)?_0x3379d5:{},_0x1d5603?{'grep':_0x1d5603}:{},_0x1929ff);});for(const _0x443c32 of _0xa04ca0){for(const _0xb4a8d6 of _0x5355e7){const _0x1f6f1f=_0x4f9230[_0x13c823(0xa6)]();_0x1f6f1f[_0x13c823(0x12a)](_0xb4a8d6),_0x1f6f1f['addConfig'](_0x443c32);const _0x5b6159={};_0x5b6159['config']=_0xdcaf87,_0x1f6f1f['addOptions'](Object['assign'](_0x5b6159,_0x472663));}}_0x4f9230['on'](CodeceptJS[_0x13c823(0x11f)][_0x13c823(0x10e)][_0x13c823(0xf6)],(_0x4fb934,_0x575870)=>{const _0x3e99c1=_0x13c823;console[_0x3e99c1(0x114)](_0xcd2dbb['cqZqk'],_0x4fb934[_0x3e99c1(0xd1)]);const _0x223c9e={[_0x4fb934['title']]:_0x4fb934['err'][_0x3e99c1(0xa2)]};_testErrorData[_0x3e99c1(0xa0)](_0x223c9e);}),_0x4f9230['on'](CodeceptJS[_0x13c823(0x11f)][_0x13c823(0x10e)]['passed'],async _0x105718=>{const _0x2c9974=_0x13c823;console[_0x2c9974(0x114)](_0xcd2dbb['LJtLq'],_0x105718['title']);}),_0x4f9230['on'](CodeceptJS[_0x13c823(0x11f)][_0x13c823(0x10e)][_0x13c823(0xd6)],async _0xc8b3ce=>{const _0x20d03c=_0x13c823;console[_0x20d03c(0x114)](_0xcd2dbb[_0x20d03c(0x121)],_0xc8b3ce[_0x20d03c(0xd1)]);}),_0x4f9230['on'](CodeceptJS[_0x13c823(0x11f)]['all'][_0x13c823(0xa9)],async()=>{const _0x42eb77=_0x13c823,_0x9a5c3a=_0xcd2dbb[_0x42eb77(0xae)]['split']('|');let _0x2b6d73=0x0;while(!![]){switch(_0x9a5c3a[_0x2b6d73++]){case'0':utilities[_0x42eb77(0xd5)](_0x2490ed);continue;case'1':try{await TestHubHandler['stop']();}catch(_0x22957b){logger[_0x42eb77(0xa4)](_0x42eb77(0x11c)+util['format'](_0x22957b));}continue;case'2':PerformanceTester[_0x42eb77(0xb6)](PerformanceEvents['SDK_CLEANUP']);continue;case'3':testOpsHelper[_0x42eb77(0xfa)]();continue;case'4':_0x2490ed[_0x42eb77(0x100)]=_testErrorData;continue;case'5':_0x4f9230[_0x42eb77(0x113)]();continue;}break;}});async function _0x2e9ec7(){const _0x160862=_0x13c823;try{await _0x4f9230[_0x160862(0x11d)](),await _0x4f9230[_0x160862(0xfc)]();}finally{process[_0x160862(0xde)](_0x27a47b),await _0x4f9230['teardownAll']();}}PerformanceTester[_0x13c823(0xa7)](PerformanceEvents[_0x13c823(0x11b)]),_0xcd2dbb[_0x13c823(0xe7)](_0x2e9ec7);}function a2_0x3ebf(){const _0x593ebc=['34556RIKPok','2|4|3|0|1|5','testConfig','join','title','user','../../helpers/accessibility-automation/helper','playwright-webkit','finalExecution','before','BROWSERSTACK_TEST_OBSERVABILITY_YML','toLowerCase','isEmpty','179662jNkFLg','RYEEz','bRecx','cLqlo','chdir','912618nmUkPN','trim','slice','browserStackCwd','chromium','FhBXK','winstonLogger','config','gdwPa','Started\x20:\x20','dlPfa','Workers','CODECEPT','codeceptjs','env','--config','validateRerunTestList','now','BROWSERSTACK_RERUN_TESTS','forEach','../../helpers/performance/performance-tester','CODECEPT_CUCUMBER','handleApp','failed','setAdditionalCapabilities','isTrue','khvcm','printBuildLink','USER_CONFIG_DETAILS_PATH','run','mergeDeep','lKfpc','DIZNc','errorMessage','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','initialize','12DiBzrd','gherkin','skipSessionStatus','split','dirname','isUndefined','nRPvZ','chrome','219528cPYKbz','platforms','Playwright','test','../../helpers/helper','length','path','browserName','printResults','log','assign','plugins','accessKey','getUserWorkerCount','../../helpers/logger','7TtGpOV','SDK_SETUP','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','bootstrapAll','getPlaywrightUrl','event','prepareCapabilities','WInsD','535704RhEjhu','../../bin/playwright/accessibility-helper','codecept.json','hubUrl','5076010jVbwSK','SRBPh','FRAMEWORKS','DIvSr','addTests','/wd/hub','map','PDzCJ','../../helpers/utilities','testObservability','desiredCapabilities','accessibilityOptions','launchBuild','lqTxN','info','../../helpers/BrowserStackSetup','BROWSERSTACK_RERUN','../utils/clientTroubleshootingService','cwd','playwright-firefox','HRoKG','push','BrowserStackPlugin','stack','browser','debug','host','spawn','end','firefox','result','useW3C','nvKdb','WuAXs','91041EkWLjt','tryMe','../../helpers/testhub/testhubHandler','require','enabled','../../helpers/test-observability/constants','wuhnL','root','../../helpers/test-observability/utils','start','stringify','existsSync','parallelsPerPlatform','accessibility','zIqDC','testContextOptions','browserWSEndpoint','getPlatformName','Passed\x20:\x20','rPLYc','leEAc','profile','iYIsl','CzAQT','util','replace','Failed\x20:\x20','RRIZK','ffvCc','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','85QtoORZ','codecept.conf.js'];a2_0x3ebf=function(){return _0x593ebc;};return a2_0x3ebf();}module['exports']=run;
2
+ 'use strict';const a2_0x23cb20=a2_0x5a39;function a2_0x5a39(_0x2b5998,_0x2c74db){const _0x43fdc2=a2_0x43fd();return a2_0x5a39=function(_0x5a390d,_0xbaebfb){_0x5a390d=_0x5a390d-0xea;let _0x509532=_0x43fdc2[_0x5a390d];return _0x509532;},a2_0x5a39(_0x2b5998,_0x2c74db);}(function(_0x1b3294,_0x4f7584){const _0x3c3db1=a2_0x5a39,_0x32506a=_0x1b3294();while(!![]){try{const _0x1e633b=parseInt(_0x3c3db1(0x13f))/0x1+parseInt(_0x3c3db1(0xea))/0x2*(parseInt(_0x3c3db1(0x114))/0x3)+-parseInt(_0x3c3db1(0x160))/0x4*(-parseInt(_0x3c3db1(0xfd))/0x5)+-parseInt(_0x3c3db1(0x134))/0x6+parseInt(_0x3c3db1(0x12c))/0x7+-parseInt(_0x3c3db1(0x127))/0x8+parseInt(_0x3c3db1(0x144))/0x9;if(_0x1e633b===_0x4f7584)break;else _0x32506a['push'](_0x32506a['shift']());}catch(_0x5b5609){_0x32506a['push'](_0x32506a['shift']());}}}(a2_0x43fd,0x4ac4b));const fs=require('fs'),path=require(a2_0x23cb20(0x107)),util=require(a2_0x23cb20(0x111)),process=require(a2_0x23cb20(0xf1)),logger=require(a2_0x23cb20(0x100))[a2_0x23cb20(0xfc)],{default:BrowserStackSetup}=require(a2_0x23cb20(0x133)),helper=require('../../helpers/helper'),utilities=require(a2_0x23cb20(0x10f)),{checkAccessibilityPlatformConfig}=require(a2_0x23cb20(0x179)),{setAccessibilityCapabilities}=require(a2_0x23cb20(0x138)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x23cb20(0x16e)),CodeceptJS=requireModule(a2_0x23cb20(0x13c),'codeceptjs'),testOpsHelper=require('../../helpers/test-observability/utils'),TestHubHandler=require(a2_0x23cb20(0xef)),constants=require(a2_0x23cb20(0x150)),PerformanceTester=require('../../helpers/performance/performance-tester'),{FRAMEWORKS}=require(a2_0x23cb20(0x112)),PerformanceEvents=require(a2_0x23cb20(0xf3))[a2_0x23cb20(0x165)],ClientTroubleShootingService=require('../utils/clientTroubleshootingService'),_testErrorData=[],getUserCodeceptJSConfigs=(_0x14ef18,_0x407302)=>{const _0x48cd3a=a2_0x23cb20,_0x13b7a2={};_0x13b7a2['xRaJQ']=function(_0x3a96c0,_0x2ec818){return _0x3a96c0===_0x2ec818;},_0x13b7a2[_0x48cd3a(0x187)]=_0x48cd3a(0x120),_0x13b7a2[_0x48cd3a(0x157)]='codecept.json';const _0x4235aa=_0x13b7a2;let _0x1460b3=null;const _0x45c4b={};let _0x2526dc=_0x407302[_0x48cd3a(0x14b)](_0x4a8b07=>_0x4a8b07===_0x48cd3a(0xf6));_0x4235aa[_0x48cd3a(0x142)](_0x2526dc,-0x1)&&(_0x2526dc=_0x407302[_0x48cd3a(0x14b)](_0x4dc42b=>_0x4dc42b==='-c'));if(!helper['isUndefined'](_0x14ef18[_0x48cd3a(0x162)])&&fs[_0x48cd3a(0x135)](path['join'](process[_0x48cd3a(0x181)](),_0x14ef18[_0x48cd3a(0x162)])))_0x1460b3=path[_0x48cd3a(0x188)](process[_0x48cd3a(0x181)](),_0x14ef18['config']),_0x407302[_0x48cd3a(0x15e)](_0x2526dc,0x2);else{if(!helper['isUndefined'](_0x14ef18['c'])&&fs[_0x48cd3a(0x135)](path[_0x48cd3a(0x188)](process[_0x48cd3a(0x181)](),_0x14ef18['c'])))_0x1460b3=path[_0x48cd3a(0x188)](process[_0x48cd3a(0x181)](),_0x14ef18['c']),_0x407302[_0x48cd3a(0x15e)](_0x2526dc,0x2);else{if(fs[_0x48cd3a(0x135)](path['join'](process['cwd'](),_0x4235aa[_0x48cd3a(0x187)])))_0x1460b3=path[_0x48cd3a(0x188)](process[_0x48cd3a(0x181)](),_0x4235aa[_0x48cd3a(0x187)]);else fs[_0x48cd3a(0x135)](path[_0x48cd3a(0x188)](process[_0x48cd3a(0x181)](),_0x4235aa[_0x48cd3a(0x157)]))&&(_0x1460b3=path[_0x48cd3a(0x188)](process[_0x48cd3a(0x181)](),_0x4235aa[_0x48cd3a(0x157)]));}}return process[_0x48cd3a(0xf4)]['USER_CONFIG_DETAILS_PATH']=_0x1460b3,_0x1460b3;},getO11yRerunPattern=()=>{const _0x369928=a2_0x23cb20,_0x4c7077=helper['isTrue'](process[_0x369928(0xf4)][_0x369928(0x104)]);if(_0x4c7077){const _0x231b0b=process[_0x369928(0xf4)][_0x369928(0x125)],_0x48f35b=[];if(helper[_0x369928(0x10b)](_0x231b0b)&&!helper[_0x369928(0x180)](_0x231b0b)){_0x231b0b[_0x369928(0x118)](',')[_0x369928(0x17f)](_0x4a6436=>{const _0x22e569=_0x369928;_0x48f35b[_0x22e569(0x173)]('('+_0x4a6436[_0x22e569(0x156)]()+')');});const _0xf80038='^'+_0x48f35b[_0x369928(0x188)]('|')+'$';return _0xf80038;}}return null;},a2_0x1536f2={};a2_0x1536f2['chrome']=a2_0x23cb20(0xee),a2_0x1536f2[a2_0x23cb20(0xf5)]='chromium',a2_0x1536f2[a2_0x23cb20(0x154)]=a2_0x23cb20(0x129),a2_0x1536f2[a2_0x23cb20(0x14e)]=a2_0x23cb20(0x158);const pwToCodeceptBrowser=a2_0x1536f2;async function run(_0x33b76e,_0x22e0de,_0xaa2c7e){const _0x1d0d47=a2_0x23cb20,_0x1a45b8={'XlLfs':function(_0x6867c8,_0x184949){return _0x6867c8+_0x184949;},'cFLxi':function(_0x40f6c0,_0x4a92ec){return _0x40f6c0(_0x4a92ec);},'opKem':function(_0x2aa68a,_0x430891){return _0x2aa68a+_0x430891;},'uyCcO':function(_0x1c14d4,_0x269738,_0xaafa7a){return _0x1c14d4(_0x269738,_0xaafa7a);},'zegJB':'helpers','ACUfO':function(_0x40686c){return _0x40686c();},'abwrX':_0x1d0d47(0x149),'vRQPs':function(_0xd7da0b){return _0xd7da0b();},'KjcHY':_0x1d0d47(0x16b),'lDzkk':_0x1d0d47(0x122),'JhblW':'Started\x20:\x20','ENSxo':_0x1d0d47(0x126),'GBLQw':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','mDfBK':_0x1d0d47(0x15b),'lWYNM':_0x1d0d47(0x130),'cYAbx':function(_0x945a9a,_0x28bf35){return _0x945a9a!=_0x28bf35;},'gyNZm':function(_0x3662e4,_0x341a8d){return _0x3662e4===_0x341a8d;},'PoXuW':function(_0x3ced6f,_0x5691e4,_0xeba34c){return _0x3ced6f(_0x5691e4,_0xeba34c);},'SMqnc':_0x1d0d47(0x13d),'APPin':function(_0x29edb3,_0x9b81be){return _0x29edb3*_0x9b81be;},'gotUx':function(_0x410b02,_0x314686,_0x521d0c){return _0x410b02(_0x314686,_0x521d0c);},'lOanu':'browser','YUYSR':'desiredCapabilities','SFESo':function(_0x2323be,_0x5cc21d,_0x22d303){return _0x2323be(_0x5cc21d,_0x22d303);},'KTgpV':_0x1d0d47(0x11d),'usMll':_0x1d0d47(0x175),'CUZKE':_0x1d0d47(0xfb)};await _0xaa2c7e['initialize'](_0x33b76e),await helper[_0x1d0d47(0x170)](_0xaa2c7e['config']);if(!_0xaa2c7e[_0x1d0d47(0x162)])return;process['profile']=_0x33b76e[_0x1d0d47(0x117)];_0x33b76e[_0x1d0d47(0x117)]&&(process[_0x1d0d47(0xf4)][_0x1d0d47(0x117)]=_0x33b76e[_0x1d0d47(0x117)]);const _0x5e838a=_0x1a45b8[_0x1d0d47(0x109)](getUserCodeceptJSConfigs,_0x33b76e,_0x22e0de);let _0x3f691b={};_0x5e838a?(logger[_0x1d0d47(0x141)](_0x1d0d47(0x168)+_0x5e838a),_0x3f691b=CodeceptJS['config'][_0x1d0d47(0x147)](_0x5e838a)):logger[_0x1d0d47(0x141)](_0x1a45b8[_0x1d0d47(0xf0)]);let _0x585391=![];_0x1a45b8[_0x1d0d47(0x109)](nestedKeyValue,_0x3f691b,[_0x1a45b8[_0x1d0d47(0x12a)],_0x1a45b8[_0x1d0d47(0x15c)]])&&(_0x585391=!![]);const _0x3ae2ea=_0x585391?_0x1a45b8[_0x1d0d47(0x15c)]:_0x1a45b8[_0x1d0d47(0x103)];let _0x2a318d=!_0x585391?helper['useW3C'](_0xaa2c7e[_0x1d0d47(0x162)]):![];!helper[_0x1d0d47(0x180)](_0xaa2c7e[_0x1d0d47(0x162)][_0x1d0d47(0x182)])&&(process[_0x1d0d47(0xf4)][_0x1d0d47(0x132)]=JSON[_0x1d0d47(0x131)](_0xaa2c7e['config']['accessibilityOptions']));let _0x1e27a7=_0xaa2c7e[_0x1d0d47(0x162)][_0x1d0d47(0x183)];_0x1e27a7=_0x1e27a7||_0x1a45b8['cFLxi'](checkAccessibilityPlatformConfig,_0xaa2c7e[_0x1d0d47(0x162)]),process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x1e27a7;_0x1e27a7&&(_0x2a318d=!_0x1e27a7);_0x1a45b8[_0x1d0d47(0x146)](_0xaa2c7e[_0x1d0d47(0x162)][_0x1d0d47(0x15a)],null)?process[_0x1d0d47(0xf4)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0xaa2c7e[_0x1d0d47(0x162)][_0x1d0d47(0x15a)]:process[_0x1d0d47(0xf4)][_0x1d0d47(0x116)]=_0x1a45b8[_0x1d0d47(0xf8)](_0x3ae2ea,_0x1a45b8[_0x1d0d47(0x15c)]);const _0x23515c=_0x1a45b8[_0x1d0d47(0x189)](nestedKeyValue,_0x3f691b,[_0x1a45b8[_0x1d0d47(0x14c)]]),_0x223de3=_0x23515c&&!helper['isEmpty'](_0x23515c)?FRAMEWORKS[_0x1d0d47(0x110)]:FRAMEWORKS['CODECEPT'],_0x1a6bce=await TestHubHandler[_0x1d0d47(0x13a)](_0x223de3,_0xaa2c7e);_0x1e27a7&&_0x1a45b8[_0x1d0d47(0x169)](setAccessibilityCapabilities,_0xaa2c7e[_0x1d0d47(0x162)]);const _0x5ac102={},_0x243202=[],_0xe6c2da=_0xaa2c7e[_0x1d0d47(0x162)][_0x1d0d47(0x102)]||helper[_0x1d0d47(0x186)](_0x33b76e,_0x22e0de,_0xaa2c7e[_0x1d0d47(0x162)],constants[_0x1d0d47(0xff)]['CODECEPT'])||0x1;let _0x339b7c=0x1;if(_0x1a45b8['ACUfO'](isBrowserstackInfra)){const _0x48790d=helper['prepareCapabilities'](_0xaa2c7e['config'],_0x2a318d,constants[_0x1d0d47(0xff)][_0x1d0d47(0x121)]);_0x48790d[_0x1d0d47(0x12d)](_0x4d90fb=>{const _0x3145e9=_0x1d0d47;helper[_0x3145e9(0x17e)](_0x4d90fb);}),helper[_0x1d0d47(0x184)](_0xaa2c7e[_0x1d0d47(0x162)])?_0x339b7c=_0x1a45b8[_0x1d0d47(0x136)](_0xe6c2da,_0xaa2c7e['config'][_0x1d0d47(0xfa)][_0x1d0d47(0x17a)]):_0x339b7c=_0xe6c2da,_0x48790d[_0x1d0d47(0x12d)](_0x9144e7=>{const _0x3aaa2b=_0x1d0d47,_0xa8f6da=_0x1a45b8['opKem'](helper[_0x3aaa2b(0x140)](_0x9144e7,'_'),'_'+Date[_0x3aaa2b(0x166)]()),_0x32a38a=((()=>{const _0x3895a9=_0x3aaa2b;if(_0x585391){const _0x5c17db=pwToCodeceptBrowser[_0x9144e7[_0x3895a9(0x16c)]]||_0x9144e7[_0x3895a9(0x16c)];return{'browser':_0x5c17db,[_0x5c17db]:{'browserWSEndpoint':_0x1a45b8['XlLfs'](helper[_0x3895a9(0xf7)](_0xaa2c7e['config']),_0x1a45b8[_0x3895a9(0x169)](encodeURIComponent,JSON[_0x3895a9(0x131)](_0x9144e7)))}};}const _0x2a18da={};return _0x2a18da[_0x3895a9(0x124)]=_0x9144e7,_0x2a18da[_0x3895a9(0xf9)]=_0xaa2c7e[_0x3895a9(0x162)][_0x3895a9(0x139)],_0x2a18da[_0x3895a9(0x143)]=_0xaa2c7e[_0x3895a9(0x162)][_0x3895a9(0x11f)],_0x2a18da;})()),_0x46f874=_0x1a45b8[_0x3aaa2b(0x109)](nestedKeyValue,_0x3f691b,[_0x1a45b8['zegJB'],_0x3ae2ea]);_0x5ac102[_0xa8f6da]=_0x46f874?helper['mergeDeep'](_0x32a38a,_0x46f874):_0x32a38a;if(_0x585391)_0x5ac102[_0xa8f6da][_0x3aaa2b(0x106)]=pwToCodeceptBrowser[_0x9144e7[_0x3aaa2b(0x16c)]]||_0x9144e7['browserName'];else{_0x5ac102[_0xa8f6da][_0x3aaa2b(0x106)]=_0x9144e7[_0x3aaa2b(0x16c)]||_0x32a38a[_0x3aaa2b(0x106)];if(_0x1a45b8[_0x3aaa2b(0x10d)](isBrowserstackInfra)){_0x5ac102[_0xa8f6da][_0x3aaa2b(0x108)]=constants[_0x3aaa2b(0x14f)][_0x3aaa2b(0x11b)](_0x1a45b8[_0x3aaa2b(0x16a)],'')[_0x3aaa2b(0x11b)](/https?:\/\//,'');;_0x5ac102[_0xa8f6da][_0x3aaa2b(0x107)]=_0x1a45b8[_0x3aaa2b(0x16a)];}}_0x243202['push'](_0xa8f6da);});}else{_0x339b7c=0x1;if(_0x585391){const _0x2cea5e=_0x1a45b8[_0x1d0d47(0x14a)](nestedKeyValue,_0x3f691b,[_0x1a45b8[_0x1d0d47(0x12a)],_0x3ae2ea,_0x1a45b8[_0x1d0d47(0x15f)]]),_0x501960=_0x1a45b8[_0x1d0d47(0x14a)](nestedKeyValue,_0x3f691b,[_0x1a45b8[_0x1d0d47(0x12a)],_0x3ae2ea,_0x2cea5e]);if(_0x501960&&_0x501960[_0x1d0d47(0x159)]){const _0x1145d3={};_0x1145d3[_0x1d0d47(0xfa)]=[],_0x501960[_0x1d0d47(0x159)]=helper[_0x1d0d47(0x12e)](Object[_0x1d0d47(0x148)]({},_0xaa2c7e[_0x1d0d47(0x162)],_0x1145d3),null,_0x223de3[_0x1d0d47(0x17b)](),null,null,_0x501960[_0x1d0d47(0x159)]);}}else{const _0x51fd85={};_0x51fd85[_0x1d0d47(0xfa)]=[],_0x3f691b[_0x1a45b8['zegJB']][_0x3ae2ea][_0x1a45b8['YUYSR']]=helper[_0x1d0d47(0x12e)](Object[_0x1d0d47(0x148)]({},_0xaa2c7e['config'],_0x51fd85),null,_0x223de3['toLowerCase'](),_0x1a45b8[_0x1d0d47(0x137)](nestedKeyValue,_0x3f691b,[_0x1a45b8['zegJB'],_0x3ae2ea,_0x1a45b8[_0x1d0d47(0x101)]])||{},null,null);}_0x5ac102[_0x1a45b8[_0x1d0d47(0x113)]]=_0x3f691b,_0x243202[_0x1d0d47(0x173)](_0x1a45b8[_0x1d0d47(0x113)]);}const _0x11f66f={};_0x11f66f[_0x1d0d47(0x16f)]=_0x5e838a;const _0x353dde=_0x11f66f,_0x3892b4=path[_0x1d0d47(0x188)](__dirname,_0x1a45b8['usMll']),_0x28cb2d=process['cwd']();process[_0x1d0d47(0xf4)][_0x1a45b8[_0x1d0d47(0x10e)]]=_0x28cb2d,process[_0x1d0d47(0x123)](path['dirname'](_0x5e838a));const _0x184e2b=new CodeceptJS[(_0x1d0d47(0x145))](null,_0x353dde),_0x3f7ab1=_0x184e2b['createGroupsOfSuites'](_0x339b7c),_0x5dbe6b=testOpsHelper[_0x1d0d47(0x13b)](),_0x4a11e5=_0x243202['map'](_0x82f2ef=>{const _0x172f23=_0x1d0d47,_0x4f7c08={};_0x4f7c08[_0x172f23(0x15b)]=_0x5ac102[_0x82f2ef];const _0x2f7245={};_0x2f7245[_0x172f23(0x130)]=_0x5ac102[_0x82f2ef];const _0x4e0dc3=_0x585391?_0x4f7c08:_0x2f7245,_0x105f2f=_0x1a45b8[_0x172f23(0x10d)](getO11yRerunPattern),_0x2ccd52={};_0x2ccd52[_0x172f23(0x119)]=_0x4e0dc3;const _0x36a1d1={};_0x36a1d1[_0x172f23(0x171)]=_0x3892b4,_0x36a1d1['enabled']=!![],_0x36a1d1['skipSessionName']=_0xaa2c7e[_0x172f23(0x162)][_0x172f23(0x152)]['skipSessionName'],_0x36a1d1[_0x172f23(0x128)]=_0xaa2c7e['config'][_0x172f23(0x152)][_0x172f23(0x128)],_0x36a1d1[_0x172f23(0x15a)]=_0x5dbe6b,_0x36a1d1[_0x172f23(0x14d)]=_0x223de3;const _0x4c1586={};_0x4c1586[_0x172f23(0x151)]=_0x36a1d1;const _0x1d9b9f={};return _0x1d9b9f[_0x172f23(0x11a)]=_0x4c1586,helper['mergeDeep']({},_0x3f691b,_0x1a45b8[_0x172f23(0x185)](isBrowserstackInfra)?_0x2ccd52:{},_0x105f2f?{'grep':_0x105f2f}:{},_0x1d9b9f);});for(const _0x82ddc9 of _0x4a11e5){for(const _0x5e34e1 of _0x3f7ab1){const _0x54434c=_0x184e2b[_0x1d0d47(0x177)]();_0x54434c[_0x1d0d47(0x163)](_0x5e34e1),_0x54434c[_0x1d0d47(0x161)](_0x82ddc9);const _0x2a6c35={};_0x2a6c35[_0x1d0d47(0x162)]=_0x5e838a,_0x54434c['addOptions'](Object[_0x1d0d47(0x148)](_0x2a6c35,_0x33b76e));}}_0x184e2b['on'](CodeceptJS[_0x1d0d47(0x155)][_0x1d0d47(0x13e)][_0x1d0d47(0x10a)],(_0x5962fa,_0xd51b4a)=>{const _0x39d3c5=_0x1d0d47;console[_0x39d3c5(0x167)](_0x1a45b8[_0x39d3c5(0x11e)],_0x5962fa[_0x39d3c5(0x176)]);const _0x2b5217={[_0x5962fa[_0x39d3c5(0x176)]]:_0x5962fa[_0x39d3c5(0x10c)][_0x39d3c5(0x178)]};_testErrorData['push'](_0x2b5217);}),_0x184e2b['on'](CodeceptJS[_0x1d0d47(0x155)][_0x1d0d47(0x13e)][_0x1d0d47(0x16d)],async _0x5cfabd=>{const _0x37bf91=_0x1d0d47;console['log'](_0x1a45b8[_0x37bf91(0x105)],_0x5cfabd[_0x37bf91(0x176)]);}),_0x184e2b['on'](CodeceptJS[_0x1d0d47(0x155)]['test'][_0x1d0d47(0x153)],async _0x3e09dd=>{const _0x321a47=_0x1d0d47;console['log'](_0x1a45b8[_0x321a47(0xeb)],_0x3e09dd['title']);}),_0x184e2b['on'](CodeceptJS[_0x1d0d47(0x155)][_0x1d0d47(0x12b)][_0x1d0d47(0xf2)],async()=>{const _0x1b74c4=_0x1d0d47,_0x40b7f1=_0x1a45b8[_0x1b74c4(0x172)]['split']('|');let _0x2adc29=0x0;while(!![]){switch(_0x40b7f1[_0x2adc29++]){case'0':PerformanceTester[_0x1b74c4(0x15d)](PerformanceEvents[_0x1b74c4(0x174)]);continue;case'1':testOpsHelper[_0x1b74c4(0xec)]();continue;case'2':_0xaa2c7e[_0x1b74c4(0x17d)]=_testErrorData;continue;case'3':try{await TestHubHandler[_0x1b74c4(0x12f)]();}catch(_0x1e59b8){logger[_0x1b74c4(0x17c)](_0x1b74c4(0x164)+util['format'](_0x1e59b8));}continue;case'4':_0x184e2b['printResults']();continue;case'5':utilities[_0x1b74c4(0xed)](_0xaa2c7e);continue;}break;}});async function _0xdaad66(){const _0x3b7842=_0x1d0d47;try{await _0x184e2b[_0x3b7842(0x11c)](),await _0x184e2b['run']();}finally{process[_0x3b7842(0x123)](_0x28cb2d),await _0x184e2b[_0x3b7842(0xfe)]();}}PerformanceTester[_0x1d0d47(0x115)](PerformanceEvents['SDK_SETUP']),_0x1a45b8['vRQPs'](_0xdaad66);}module['exports']=run;function a2_0x43fd(){const _0x2baf60=['push','SDK_CLEANUP','BrowserStackPlugin.js','title','spawn','stack','../../helpers/accessibility-automation/helper','length','toLowerCase','debug','errorMessage','setAdditionalCapabilities','map','isUndefined','cwd','accessibilityOptions','accessibility','validPlatformsPresent','vRQPs','getUserWorkerCount','ONKJD','join','PoXuW','508HBUqoA','JhblW','printBuildLink','finalExecution','chromium','../../helpers/testhub/testhubHandler','GBLQw','process','result','../../helpers/performance/constants','env','playwright-chromium','--config','getPlaywrightUrl','gyNZm','user','platforms','browserStackCwd','winstonLogger','5LuRlsH','teardownAll','FRAMEWORKS','../../helpers/logger','YUYSR','parallelsPerPlatform','lWYNM','BROWSERSTACK_RERUN','lDzkk','browser','path','host','uyCcO','failed','validateRerunTestList','err','ACUfO','CUZKE','../../helpers/utilities','CODECEPT_CUCUMBER','util','../../helpers/test-observability/constants','KTgpV','1497mDRaLS','end','BROWSERSTACK_TEST_OBSERVABILITY_YML','profile','split','helpers','plugins','replace','bootstrapAll','root','KjcHY','accessKey','codecept.conf.js','CODECEPT','Passed\x20:\x20','chdir','desiredCapabilities','BROWSERSTACK_RERUN_TESTS','0|2|1|5|3|4','3172984rNHIGo','skipSessionStatus','firefox','zegJB','all','2378446KXzCel','forEach','prepareCapabilities','stop','WebDriver','stringify','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','../../helpers/BrowserStackSetup','2038752GNJvLt','existsSync','APPin','SFESo','../../bin/playwright/accessibility-helper','userName','launchBuild','isTestObservabilitySession','codeceptjs/lib/index.js','gherkin','test','127279yjpFpp','getPlatformName','info','xRaJQ','key','59454XPPQfL','Workers','cYAbx','load','assign','/wd/hub','gotUx','findIndex','SMqnc','frameworkName','playwright-webkit','hubUrl','../utils/constants','BrowserStackPlugin','testContextOptions','before','playwright-firefox','event','trim','YPqDG','webkit','browserWSEndpoint','testObservability','Playwright','mDfBK','start','slice','lOanu','1769028zKitHe','addConfig','config','addTests','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','EVENTS','now','log','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','cFLxi','abwrX','Failed\x20:\x20','browserName','passed','../../helpers/helper','testConfig','handleApp','require','ENSxo'];a2_0x43fd=function(){return _0x2baf60;};return a2_0x43fd();}
@@ -1 +1 @@
1
- const a3_0x4ca131=a3_0x2eea;(function(_0x4eefd6,_0x441012){const _0x26a05b=a3_0x2eea,_0x5f2f63=_0x4eefd6();while(!![]){try{const _0x5e3c0f=-parseInt(_0x26a05b(0x165))/0x1+parseInt(_0x26a05b(0x173))/0x2*(-parseInt(_0x26a05b(0x178))/0x3)+parseInt(_0x26a05b(0x177))/0x4+-parseInt(_0x26a05b(0x182))/0x5*(parseInt(_0x26a05b(0x151))/0x6)+-parseInt(_0x26a05b(0x191))/0x7+-parseInt(_0x26a05b(0x18b))/0x8*(-parseInt(_0x26a05b(0x184))/0x9)+parseInt(_0x26a05b(0x188))/0xa*(parseInt(_0x26a05b(0x17f))/0xb);if(_0x5e3c0f===_0x441012)break;else _0x5f2f63['push'](_0x5f2f63['shift']());}catch(_0x4acbca){_0x5f2f63['push'](_0x5f2f63['shift']());}}}(a3_0x4adb,0x86ce0));const {isUndefined,nestedKeyValue}=require(a3_0x4ca131(0x159)),logger=require('../../helpers/logger')[a3_0x4ca131(0x15a)],PlaywrightSessionDetails=require(a3_0x4ca131(0x174)),{isAccessibilityAutomationSession}=require(a3_0x4ca131(0x17d)),{getObservabilityLinkedProductName}=require('../../helpers/test-observability/utils'),getOSVersionFromCaps=_0x3c6d54=>{const _0x15d113=a3_0x4ca131,_0x20287e={};_0x20287e[_0x15d113(0x168)]=_0x15d113(0x172),_0x20287e[_0x15d113(0x156)]=_0x15d113(0x170),_0x20287e['JrjZl']=_0x15d113(0x164),_0x20287e[_0x15d113(0x186)]='osVersion',_0x20287e[_0x15d113(0x154)]=_0x15d113(0x181);const _0x14caa1=_0x20287e;if(!_0x3c6d54)return null;const _0x323a10=_0x3c6d54[_0x14caa1[_0x15d113(0x168)]],_0x67afa=[_0x14caa1[_0x15d113(0x156)],_0x14caa1[_0x15d113(0x194)],_0x14caa1[_0x15d113(0x186)],_0x14caa1['aJRdn']];for(const _0x253d39 of _0x67afa){if(_0x323a10&&_0x323a10[_0x253d39])return _0x323a10[_0x253d39];else{if(_0x3c6d54[_0x253d39])return _0x3c6d54[_0x253d39];}}return null;};function a3_0x2eea(_0x465f16,_0x152326){const _0x4adb26=a3_0x4adb();return a3_0x2eea=function(_0x2eea5e,_0x90f4bc){_0x2eea5e=_0x2eea5e-0x150;let _0x26b359=_0x4adb26[_0x2eea5e];return _0x26b359;},a3_0x2eea(_0x465f16,_0x152326);}function a3_0x4adb(){const _0x155512=['odWJj','accessibilityPlatform','ufInf','latest','hgRvC','desiredCapabilities','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','platformVersion','XPLTq','bstack:options','234GJiesZ','../../bin/playwright/sessionDetails','caps','pJrbJ','663740EpJJpj','16950zrOBtc','ggjhn','hsQyU','tadTQ','getDetails','../../helpers/accessibility-automation/helper','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','22kLGQWv','browserName','os_version','27910JvgzeY','browserstack_accessibility_automation_script','1197nWDjHM','string','yqqHi','bsSessionId','13447740sKohII','VoFRo','ffaUW','3184mzGovI','ZgRqX','SVXPW','browser_version','warn','kFkPK','5214391qZHWTr','jrsSt','YMzJJ','JrjZl','BpMkd','unknown_grid','name','QpnCh','browserWSEndpoint','capabilities','platformName','654JvcDzc','constructor','browser','aJRdn','sQERw','RQhMC','fetchPlatformDetails','cloudProvider','../../helpers/helper','winstonLogger','Znwkz','WMKLf','sessionId','Playwright','includes','browserVersion','browserstack_executor','deviceName','vWeQT','platform_version','341856AIbtZa','playwright-chromium','cQAox','JroTV'];a3_0x4adb=function(){return _0x155512;};return a3_0x4adb();}exports[a3_0x4ca131(0x157)]=_0x254873=>{const _0x63c807=a3_0x4ca131,_0x387542={'kFkPK':_0x63c807(0x196),'ZgRqX':function(_0x8828bb,_0x1e1d44){return _0x8828bb===_0x1e1d44;},'vWeQT':'WebDriver','tadTQ':function(_0xcf982a,_0x42b519){return _0xcf982a(_0x42b519);},'jrsSt':function(_0x34a5ab,_0x56a42a,_0x3b19f4){return _0x34a5ab(_0x56a42a,_0x3b19f4);},'GEYSA':'config','QHbCK':_0x63c807(0x16e),'hgRvC':_0x63c807(0x15e),'XpHJl':function(_0x3a0a1c,_0x1f5a93,_0x2929cf){return _0x3a0a1c(_0x1f5a93,_0x2929cf);},'ufInf':_0x63c807(0x153),'EVbRP':_0x63c807(0x199),'pJrbJ':_0x63c807(0x175),'DMhTr':function(_0x4901d3,_0x37f959){return _0x4901d3(_0x37f959);}};if(!_0x254873)return null;let _0xc5df78=global['__cloud_provider___']||_0x387542[_0x63c807(0x190)];if(_0x387542['ZgRqX'](_0x254873[_0x63c807(0x152)][_0x63c807(0x197)],_0x387542[_0x63c807(0x163)])){const _0x26a32b=_0x254873[_0x63c807(0x153)];if(!_0x26a32b)return null;const _0x2c2bb0=_0x26a32b[_0x63c807(0x19a)],_0x8dad8b=_0x387542['tadTQ'](getOSVersionFromCaps,_0x387542[_0x63c807(0x192)](nestedKeyValue,_0x254873,[_0x387542['GEYSA'],_0x387542['QHbCK']]));return{[_0xc5df78]:{'browser':_0x2c2bb0['browserName'],'browser_version':_0x2c2bb0[_0x63c807(0x160)],'capabilities':_0x2c2bb0,'platform':_0x2c2bb0[_0x63c807(0x150)],'platform_version':_0x2c2bb0[_0x63c807(0x170)]||_0x8dad8b,'product':_0x387542[_0x63c807(0x17b)](getObservabilityLinkedProductName,_0x2c2bb0),'session_id':_0x26a32b[_0x63c807(0x15d)]}};}else{if(_0x387542[_0x63c807(0x18c)](_0x254873[_0x63c807(0x152)][_0x63c807(0x197)],_0x387542[_0x63c807(0x16d)])){const _0x4a5edd=PlaywrightSessionDetails[_0x63c807(0x17c)]();_0xc5df78=_0x4a5edd[_0x63c807(0x158)]||_0xc5df78;const _0x2f7732=_0x387542['XpHJl'](nestedKeyValue,_0x254873,[_0x387542['GEYSA'],_0x387542[_0x63c807(0x16b)],_0x387542['EVbRP']]),_0x40eb14=_0x2f7732?JSON['parse'](new URL(_0x2f7732)['searchParams']['get'](_0x387542[_0x63c807(0x176)])):{};return{[_0xc5df78]:{'browser':_0x4a5edd[_0x63c807(0x153)]||_0x40eb14[_0x63c807(0x180)],'browser_version':_0x4a5edd[_0x63c807(0x18e)]||_0x40eb14[_0x63c807(0x18e)],'capabilities':_0x40eb14,'platform':_0x4a5edd['platform'],'platform_version':_0x4a5edd[_0x63c807(0x164)],'product':_0x387542['DMhTr'](getObservabilityLinkedProductName,_0x40eb14),'session_id':_0x4a5edd[_0x63c807(0x187)]}};}}},exports['processWebDriverConfig']=_0x1c9881=>{const _0x563639=a3_0x4ca131,_0x19a331={'XPLTq':function(_0x4cc314){return _0x4cc314();},'hsQyU':function(_0x3ac305,_0x76426b){return _0x3ac305===_0x76426b;},'cQAox':_0x563639(0x16c),'sQERw':function(_0x20e080,_0x5a9df7){return _0x20e080>_0x5a9df7;},'BpMkd':function(_0xba6824,_0x2d3c4a){return _0xba6824(_0x2d3c4a);},'DZMMP':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','VoFRo':'chrome','rnGlO':function(_0x5154b3,_0x9c72da){return _0x5154b3===_0x9c72da;},'QpnCh':_0x563639(0x166),'Znwkz':_0x563639(0x17e),'WMKLf':function(_0x46beb7,_0x4b2518){return _0x46beb7(_0x4b2518);},'ggjhn':_0x563639(0x16f)};if(_0x19a331[_0x563639(0x171)](isAccessibilityAutomationSession)){const _0x6f77a5=_0x1c9881['browser'],_0x174fb5=_0x6f77a5[_0x563639(0x19a)];global[_0x563639(0x16a)]=!![],!(_0x19a331[_0x563639(0x17a)](_0x174fb5[_0x563639(0x160)],_0x19a331[_0x563639(0x167)])||_0x19a331[_0x563639(0x155)](_0x19a331[_0x563639(0x195)](parseInt,_0x174fb5[_0x563639(0x160)]),0x5e))&&(logger['warn'](_0x19a331['DZMMP']),global[_0x563639(0x16a)]=![]),!(_0x19a331[_0x563639(0x17a)](_0x174fb5[_0x563639(0x180)],_0x19a331[_0x563639(0x189)])||_0x19a331['rnGlO'](_0x174fb5[_0x563639(0x180)],_0x19a331[_0x563639(0x198)]))&&(logger['warn'](_0x19a331[_0x563639(0x15b)]),global[_0x563639(0x16a)]=![]),!_0x19a331[_0x563639(0x15c)](isUndefined,_0x174fb5[_0x563639(0x162)])&&(logger[_0x563639(0x18f)](_0x19a331[_0x563639(0x179)]),global[_0x563639(0x16a)]=![]);}},exports['shouldPatchExecuteScript']=_0x369b78=>{const _0xe36f9c=a3_0x4ca131,_0x41189c={};_0x41189c[_0xe36f9c(0x169)]=function(_0x23b383,_0x3d9e83){return _0x23b383!==_0x3d9e83;},_0x41189c[_0xe36f9c(0x18a)]=_0xe36f9c(0x185),_0x41189c[_0xe36f9c(0x18d)]=_0xe36f9c(0x161),_0x41189c[_0xe36f9c(0x193)]=_0xe36f9c(0x183);const _0x390ca8=_0x41189c;if(!_0x369b78)return![];else{if(_0x390ca8[_0xe36f9c(0x169)](typeof _0x369b78,_0x390ca8[_0xe36f9c(0x18a)]))return!![];}return!_0x369b78[_0xe36f9c(0x15f)](_0x390ca8[_0xe36f9c(0x18d)])&&!_0x369b78[_0xe36f9c(0x15f)](_0x390ca8[_0xe36f9c(0x193)]);};
1
+ const a3_0x31366b=a3_0x15e1;(function(_0x14962d,_0x4fd248){const _0x3191f7=a3_0x15e1,_0x57d45a=_0x14962d();while(!![]){try{const _0x67ec51=-parseInt(_0x3191f7(0x131))/0x1+parseInt(_0x3191f7(0x12e))/0x2*(parseInt(_0x3191f7(0x140))/0x3)+parseInt(_0x3191f7(0x10c))/0x4+-parseInt(_0x3191f7(0x10f))/0x5*(-parseInt(_0x3191f7(0x11e))/0x6)+parseInt(_0x3191f7(0x139))/0x7*(parseInt(_0x3191f7(0x130))/0x8)+-parseInt(_0x3191f7(0x153))/0x9+-parseInt(_0x3191f7(0x132))/0xa*(parseInt(_0x3191f7(0x13c))/0xb);if(_0x67ec51===_0x4fd248)break;else _0x57d45a['push'](_0x57d45a['shift']());}catch(_0x4adf7f){_0x57d45a['push'](_0x57d45a['shift']());}}}(a3_0x26fc,0xcce93));function a3_0x15e1(_0x1e4330,_0xe82b0a){const _0x26fcdb=a3_0x26fc();return a3_0x15e1=function(_0x15e123,_0x4a84a5){_0x15e123=_0x15e123-0x10b;let _0x5a00ff=_0x26fcdb[_0x15e123];return _0x5a00ff;},a3_0x15e1(_0x1e4330,_0xe82b0a);}function a3_0x26fc(){const _0x4a54b3=['FqIOt','includes','450CbOMDV','Playwright','BMieS','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','tGxZK','string','browserName','ZzLom','bstack:options','browserstack_accessibility_automation_script','platformVersion','getDetails','bsSessionId','capabilities','platform','BocIt','46390HUtGOG','shouldPatchExecuteScript','536bUlyRg','388382oXAHVO','530FNRkJB','warn','../../bin/playwright/sessionDetails','browser','browserVersion','AUGKG','HLOcF','77224SlZFUf','searchParams','accessibilityPlatform','158345svHSZw','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','../../helpers/logger','cloudProvider','183fJdeYC','YSTQD','unknown_grid','processWebDriverConfig','os_version','deviceName','playwright-chromium','__cloud_provider___','wkFvd','lKAWs','constructor','../../helpers/helper','UgZCF','winstonLogger','fetchPlatformDetails','wzKAf','fIAYQ','latest','JLuUW','14045742QeiJkJ','name','ngYnQ','XAytm','KdKMe','fvldk','QHmJo','../../helpers/test-observability/utils','WFaOH','1117424cjhjZo','WebDriver','get','74525mWMFVG','platformName','platform_version','browserstack_executor','MReks','cwnxI','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','config','browser_version','desiredCapabilities','XElcq','ukADs','EQzcA'];a3_0x26fc=function(){return _0x4a54b3;};return a3_0x26fc();}const {isUndefined,nestedKeyValue}=require(a3_0x31366b(0x14b)),logger=require(a3_0x31366b(0x13e))[a3_0x31366b(0x14d)],PlaywrightSessionDetails=require(a3_0x31366b(0x134)),{isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),{getObservabilityLinkedProductName}=require(a3_0x31366b(0x15a)),getOSVersionFromCaps=_0x1ea37c=>{const _0x137ed8=a3_0x31366b,_0x4e3044={};_0x4e3044[_0x137ed8(0x141)]=_0x137ed8(0x126),_0x4e3044['wzKAf']=_0x137ed8(0x128),_0x4e3044['MjFcU']=_0x137ed8(0x111),_0x4e3044[_0x137ed8(0x14c)]='osVersion',_0x4e3044[_0x137ed8(0x119)]=_0x137ed8(0x144);const _0x4fe541=_0x4e3044;if(!_0x1ea37c)return null;const _0xd31f54=_0x1ea37c[_0x4fe541[_0x137ed8(0x141)]],_0x396ca7=[_0x4fe541[_0x137ed8(0x14f)],_0x4fe541['MjFcU'],_0x4fe541[_0x137ed8(0x14c)],_0x4fe541['XElcq']];for(const _0x37500f of _0x396ca7){if(_0xd31f54&&_0xd31f54[_0x37500f])return _0xd31f54[_0x37500f];else{if(_0x1ea37c[_0x37500f])return _0x1ea37c[_0x37500f];}}return null;};exports[a3_0x31366b(0x14e)]=_0x1f8ada=>{const _0x222168=a3_0x31366b,_0x57104c={'BMieS':_0x222168(0x142),'FqIOt':function(_0x9029cb,_0x5d31d0){return _0x9029cb===_0x5d31d0;},'QHmJo':_0x222168(0x10d),'HLOcF':function(_0x1e8910,_0x342905){return _0x1e8910(_0x342905);},'XAytm':function(_0x3f21d3,_0x5e4318,_0x104a6f){return _0x3f21d3(_0x5e4318,_0x104a6f);},'MReks':_0x222168(0x116),'JvFww':_0x222168(0x118),'JLuUW':function(_0x24b5ca,_0x4708b9){return _0x24b5ca(_0x4708b9);},'ZzLom':_0x222168(0x11f),'fIAYQ':'browser','BocIt':'browserWSEndpoint','WFaOH':'caps'};if(!_0x1f8ada)return null;let _0x554ad1=global[_0x222168(0x147)]||_0x57104c[_0x222168(0x120)];if(_0x57104c[_0x222168(0x11c)](_0x1f8ada[_0x222168(0x14a)]['name'],_0x57104c[_0x222168(0x159)])){const _0x1a3624=_0x1f8ada[_0x222168(0x135)];if(!_0x1a3624)return null;const _0x39944d=_0x1a3624['capabilities'],_0x1e97a4=_0x57104c[_0x222168(0x138)](getOSVersionFromCaps,_0x57104c[_0x222168(0x156)](nestedKeyValue,_0x1f8ada,[_0x57104c[_0x222168(0x113)],_0x57104c['JvFww']]));return{[_0x554ad1]:{'browser':_0x39944d[_0x222168(0x124)],'browser_version':_0x39944d[_0x222168(0x136)],'capabilities':_0x39944d,'platform':_0x39944d[_0x222168(0x110)],'platform_version':_0x39944d[_0x222168(0x128)]||_0x1e97a4,'product':_0x57104c[_0x222168(0x152)](getObservabilityLinkedProductName,_0x39944d),'session_id':_0x1a3624['sessionId']}};}else{if(_0x57104c[_0x222168(0x11c)](_0x1f8ada[_0x222168(0x14a)][_0x222168(0x154)],_0x57104c[_0x222168(0x125)])){const _0x444dc5=PlaywrightSessionDetails[_0x222168(0x129)]();_0x554ad1=_0x444dc5[_0x222168(0x13f)]||_0x554ad1;const _0x512bed=_0x57104c[_0x222168(0x156)](nestedKeyValue,_0x1f8ada,[_0x57104c[_0x222168(0x113)],_0x57104c[_0x222168(0x150)],_0x57104c[_0x222168(0x12d)]]),_0x382a6c=_0x512bed?JSON['parse'](new URL(_0x512bed)[_0x222168(0x13a)][_0x222168(0x10e)](_0x57104c[_0x222168(0x10b)])):{};return{[_0x554ad1]:{'browser':_0x444dc5[_0x222168(0x135)]||_0x382a6c[_0x222168(0x124)],'browser_version':_0x444dc5[_0x222168(0x117)]||_0x382a6c[_0x222168(0x117)],'capabilities':_0x382a6c,'platform':_0x444dc5[_0x222168(0x12c)],'platform_version':_0x444dc5[_0x222168(0x111)],'product':_0x57104c[_0x222168(0x138)](getObservabilityLinkedProductName,_0x382a6c),'session_id':_0x444dc5[_0x222168(0x12a)]}};}}},exports[a3_0x31366b(0x143)]=_0x53544a=>{const _0x5ec4d9=a3_0x31366b,_0x43988a={'wkFvd':function(_0x20e7ce){return _0x20e7ce();},'lKAWs':function(_0x635508,_0x584e43){return _0x635508===_0x584e43;},'uKRea':_0x5ec4d9(0x151),'JDfMV':function(_0x17674b,_0x3da90c){return _0x17674b>_0x3da90c;},'AUGKG':function(_0x4372d3,_0x4720ba){return _0x4372d3(_0x4720ba);},'fvldk':_0x5ec4d9(0x121),'EQzcA':'chrome','ukADs':_0x5ec4d9(0x146),'HDvFx':_0x5ec4d9(0x13d),'WzaYs':_0x5ec4d9(0x115)};if(_0x43988a[_0x5ec4d9(0x148)](isAccessibilityAutomationSession)){const _0x15a1ec=_0x53544a[_0x5ec4d9(0x135)],_0x345490=_0x15a1ec[_0x5ec4d9(0x12b)];global['accessibilityPlatform']=!![],!(_0x43988a['lKAWs'](_0x345490['browserVersion'],_0x43988a['uKRea'])||_0x43988a['JDfMV'](_0x43988a[_0x5ec4d9(0x137)](parseInt,_0x345490[_0x5ec4d9(0x136)]),0x5e))&&(logger[_0x5ec4d9(0x133)](_0x43988a[_0x5ec4d9(0x158)]),global[_0x5ec4d9(0x13b)]=![]),!(_0x43988a[_0x5ec4d9(0x149)](_0x345490[_0x5ec4d9(0x124)],_0x43988a[_0x5ec4d9(0x11b)])||_0x43988a['lKAWs'](_0x345490[_0x5ec4d9(0x124)],_0x43988a[_0x5ec4d9(0x11a)]))&&(logger[_0x5ec4d9(0x133)](_0x43988a['HDvFx']),global[_0x5ec4d9(0x13b)]=![]),!_0x43988a[_0x5ec4d9(0x137)](isUndefined,_0x345490[_0x5ec4d9(0x145)])&&(logger[_0x5ec4d9(0x133)](_0x43988a['WzaYs']),global[_0x5ec4d9(0x13b)]=![]);}},exports[a3_0x31366b(0x12f)]=_0x5cab48=>{const _0x3ee3de=a3_0x31366b,_0x5177b5={};_0x5177b5['cwnxI']=function(_0x28b5c4,_0x1305fc){return _0x28b5c4!==_0x1305fc;},_0x5177b5[_0x3ee3de(0x155)]=_0x3ee3de(0x123),_0x5177b5[_0x3ee3de(0x122)]=_0x3ee3de(0x112),_0x5177b5[_0x3ee3de(0x157)]=_0x3ee3de(0x127);const _0x36799a=_0x5177b5;if(!_0x5cab48)return![];else{if(_0x36799a[_0x3ee3de(0x114)](typeof _0x5cab48,_0x36799a['ngYnQ']))return!![];}return!_0x5cab48[_0x3ee3de(0x11d)](_0x36799a[_0x3ee3de(0x122)])&&!_0x5cab48[_0x3ee3de(0x11d)](_0x36799a[_0x3ee3de(0x157)]);};
@@ -1 +1 @@
1
- const a4_0x5b7f31=a4_0x55d8;function a4_0x538b(){const _0x145cfc=['cqshs','../../helpers/test-observability/utils','BROWSERSTACK','pcAoS','failure_backtrace','10362HgHQYf','split','accessibilityPlatform','finished','driver','RlWcY','ZlmuL','stringify','168ycsTZL','winstonLogger','tgUqY','fireEvent','join','13377348eomxZk','TestRunSkipped','CODECEPT','inspect','_beforeEach','hook_run','SfiLm','toUpperCase','STATE_FAILED','nOzrT','string','SYgpE','_paths','\x20with\x20error\x20:\x20','yibEe','../utils/constants','backtrace','Ccwbf','gBipL','TAckh','AcRfh','_testEnv','TEST_RUN_STARTED','O11yHelper','markedStatus','../../helpers/testhub/utils.js','TestRunFinished','ctx','frameworkName','1197084VKTaBC','errorsDetailed','skipped','match','pid','getRootParentFile','browserType.js','enabled','shutdown','suites','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','LogCreated','integrations','HbHUv','text','TEST_RUN_FINISHED','jCjrY','push','bddSteps','finished_at','HookRunStarted','sdQAQ','getTime','gysfo','./helper.js','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','connectOverCDP','started','statSync','rAivT','cUBbF','VXPYw','expanded','__platformCaps','ylXth','RNUjz','test_run_uuid','SqQSh','LgMtv','captureEvent','pending','fXEnI','testAnalyticsId','rcewU','381731jPDOUn','Yliuc','vqNTR','tags','util','GdbJz','config','FEWOD','cyzxI','failureData','PdCry','_afterAll','__cloud_provider___','PathHelper','retryOf','bs:addLog:','launch','CIquD','fullTitle','wsEndpoint','now','../../helpers/logger','includes','defineProperty','err','sendCBTInfo','getHooksForTest','abEbC','patchConsoleLogger','wlxwu','getCBTInfo','vsqRN','location_prefix','hook_run_uuid','RxKHV','TEST_REPORTING_ANALYTICS','828516TnJTZf','stepAnalyticsId','mapTestHooks','EIYdB','vlVPG','gfuiy','_afterEach','name','failure','hook','../../helpers/helper','1017oAYlkl','currentHook','event_type','getFailureType','stop','message','findGitConfig','appendTestItemLog','IfXjA','hooks','EHZfC','XTEbA','1236927jjkzkG','../playwright/accessibility-helper','VYBkM','uCPAW','uploadEventData','groups','ZJHYC','parent','CBTSessionCreated','concat','test','file','meta','uVNlx','qlAgG','status','_beforeAll','duration','test_run','Failed\x20to\x20parse\x20wsendpoint\x20','TEST_RUN_SKIPPED','apply','dirname','failed','GCnCW','qdgby','File\x20path\x20could\x20not\x20be\x20found','BwkDx','nbYno','SxZhx','getHierarchy','removeAllListeners','XlbtZ','Playwright','connect','toLowerCase','javascript','TIJCX','../mocha/test-observability/mochaUtils','MxIsw','client','start','toISOString','resetSkipTestHooks','initializeBddStep','15wOwtNj','length','type','Pxjho','RmwIQ','body','IUfGc','../../helpers/test-observability/sessionHandler','passed','tOpde','xwBXA','startedAt','FAAbg','29880770TAOkfz','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','then','PLAYWRIGHT_HUB_URL','.git','bind','inTtd','Not\x20able\x20to\x20import\x20Browser','HOOK_RUN_STARTED','bqGAi','1|5|0|4|3|2','HookRunFinished','hbNfk','DjcXu','success','zFpEC','MNwcz','rLqZF','exports','result','toString','frpQL','../playwright/sessionDetails','hook_type','replace','keyword','TEST_EVENTS','sep','forEach','ThDoy','tLYtI','EeRWS','QYXeG','title','gZPtK','feature','debug','BrowserType','LdwHl','failure_reason_expanded','cwd','YcfCK','obsBrowserTypeMockApplied','hwtUs','currentTest','hookAnalyticsId','tbMuk','comment','Oqhwb','HOOK_RUN_FINISHED','../../helpers/test-observability/requestQueueHandler','prefixTestPath','uKhCb'];a4_0x538b=function(){return _0x145cfc;};return a4_0x538b();}function a4_0x55d8(_0x2a7619,_0x543dc9){const _0x538b99=a4_0x538b();return a4_0x55d8=function(_0x55d884,_0x3c6e35){_0x55d884=_0x55d884-0xeb;let _0x2df1c1=_0x538b99[_0x55d884];return _0x2df1c1;},a4_0x55d8(_0x2a7619,_0x543dc9);}(function(_0x207477,_0x44be10){const _0x545a4=a4_0x55d8,_0x355a4d=_0x207477();while(!![]){try{const _0x4a5826=-parseInt(_0x545a4(0x151))/0x1+-parseInt(_0x545a4(0x1c5))/0x2*(-parseInt(_0x545a4(0x145))/0x3)+-parseInt(_0x545a4(0x1ef))/0x4+parseInt(_0x545a4(0x17e))/0x5*(parseInt(_0x545a4(0x13a))/0x6)+parseInt(_0x545a4(0x116))/0x7*(-parseInt(_0x545a4(0x1cd))/0x8)+-parseInt(_0x545a4(0x1d2))/0x9+parseInt(_0x545a4(0x18b))/0xa;if(_0x4a5826===_0x44be10)break;else _0x355a4d['push'](_0x355a4d['shift']());}catch(_0x252a24){_0x355a4d['push'](_0x355a4d['shift']());}}}(a4_0x538b,0xf1ed3));const path=require('path'),fs=require('fs'),{v4:uuidv4}=require('uuid'),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x5b7f31(0x144)),testOpsHelper=require(a4_0x5b7f31(0x1c1)),{getTestEnv}=require(a4_0x5b7f31(0x177)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),logger=require(a4_0x5b7f31(0x12b))[a4_0x5b7f31(0x1ce)],SessionHandler=require(a4_0x5b7f31(0x185)),RequestQueueHandler=require(a4_0x5b7f31(0x1bd)),PlaywrightSessionDetails=require(a4_0x5b7f31(0x1a1)),debug=testOpsHelper[a4_0x5b7f31(0x1af)],{processAccessibilityCaps}=require(a4_0x5b7f31(0x152)),Constants=require(a4_0x5b7f31(0x1e1)),{fetchPlatformDetails}=require(a4_0x5b7f31(0x102)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x5b7f31(0x1eb)),constants=require(a4_0x5b7f31(0x1e1)),STATE_PASSED=a4_0x5b7f31(0x186),STATE_FAILED=a4_0x5b7f31(0x168),a4_0x5c7208={};a4_0x5c7208[a4_0x5b7f31(0x1e8)]='TestRunStarted',a4_0x5c7208[a4_0x5b7f31(0xf9)]=a4_0x5b7f31(0x1ec),a4_0x5c7208[a4_0x5b7f31(0x165)]=a4_0x5b7f31(0x1d3),a4_0x5c7208[a4_0x5b7f31(0x193)]=a4_0x5b7f31(0xfe),a4_0x5c7208[a4_0x5b7f31(0x1bc)]=a4_0x5b7f31(0x196);const TEST_EVENTS=a4_0x5c7208,parseEvent=_0xda3c5d=>{const _0x3f8798=a4_0x5b7f31,_0x544ab8={};_0x544ab8[_0x3f8798(0x1cb)]=function(_0x1259f0,_0x3631e9){return _0x1259f0<_0x3631e9;},_0x544ab8[_0x3f8798(0x184)]=function(_0x5e8c23,_0x285a91){return _0x5e8c23===_0x285a91;},_0x544ab8[_0x3f8798(0x188)]=_0x3f8798(0x15b),_0x544ab8['tgUqY']=function(_0x6fc5a3,_0x108b56){return _0x6fc5a3===_0x108b56;},_0x544ab8['gBipL']=_0x3f8798(0x143),_0x544ab8['DjLon']=_0x3f8798(0xec),_0x544ab8[_0x3f8798(0x109)]=_0x3f8798(0x105),_0x544ab8[_0x3f8798(0x169)]=function(_0x49e9de,_0x3891a4){return _0x49e9de===_0x3891a4;},_0x544ab8[_0x3f8798(0x138)]='finished';const _0x2164a0=_0x544ab8,_0x55468c=_0xda3c5d[_0x3f8798(0xed)](/^(.*)Run(.*)$/);if(!_0x55468c)return null;if(_0x2164a0['ZlmuL'](_0x55468c[_0x3f8798(0x17f)],0x3))return null;const _0x5294df=_0x55468c[0x1][_0x3f8798(0x174)](),_0x265b8c=_0x55468c[0x2][_0x3f8798(0x174)]();return{'test':_0x2164a0[_0x3f8798(0x184)](_0x5294df,_0x2164a0[_0x3f8798(0x188)]),'hook':_0x2164a0[_0x3f8798(0x1cf)](_0x5294df,_0x2164a0[_0x3f8798(0x1e4)]),'skipped':_0x2164a0[_0x3f8798(0x184)](_0x265b8c,_0x2164a0['DjLon']),'started':_0x2164a0['tgUqY'](_0x265b8c,_0x2164a0[_0x3f8798(0x109)]),'finished':_0x2164a0['GCnCW'](_0x265b8c,_0x2164a0[_0x3f8798(0x138)])};},mockPWBrowserType=_0x2ee43f=>{const _0x522ff9=a4_0x5b7f31,_0xb6c49a={'tOpde':function(_0x550ff9,_0x3fa2f5){return _0x550ff9===_0x3fa2f5;},'YVtTf':_0x522ff9(0x1dc),'Pxjho':function(_0x530ee5,_0x5f47e1,_0x7000bf){return _0x530ee5(_0x5f47e1,_0x7000bf);},'nOzrT':_0x522ff9(0x129),'LdwHl':function(_0x462419,_0x4216b6){return _0x462419(_0x4216b6);},'cyzxI':'browserstack','sdQAQ':function(_0x4e7456,_0x25eb53){return _0x4e7456(_0x25eb53);},'rAivT':'lib','BwkDx':_0x522ff9(0x179),'vqNTR':_0x522ff9(0xf0),'myuIv':_0x522ff9(0x192),'abgqH':_0x522ff9(0x173),'uCPAW':_0x522ff9(0x126)},_0x1863ef=path[_0x522ff9(0x1d1)](_0xb6c49a[_0x522ff9(0x107)],_0xb6c49a[_0x522ff9(0x16c)],_0xb6c49a[_0x522ff9(0x118)]),_0x12bdea=_0xb6c49a[_0x522ff9(0x1b1)](importFileFromPWCore,_0x1863ef);if(!_0x12bdea){_0xb6c49a[_0x522ff9(0x1b1)](debug,_0xb6c49a['myuIv']);return;}const _0x4718f9=_0x12bdea[_0x522ff9(0x1b0)],_0xcc7e6e=_0x4718f9['prototype'];if(_0xcc7e6e[_0x522ff9(0x1b5)])return;const _0x2a5f7b=_0xcc7e6e[_0x522ff9(0x173)];Object[_0x522ff9(0x12d)](_0xcc7e6e,_0xb6c49a['abgqH'],{'get':function(){const _0x2bc620=_0x522ff9,_0x3e35c0={'SbjtZ':function(_0x374a33,_0x1c2ff9){const _0x535042=a4_0x55d8;return _0xb6c49a[_0x535042(0x187)](_0x374a33,_0x1c2ff9);},'rcewU':_0xb6c49a['YVtTf'],'ZJHYC':function(_0x26df6d,_0x294a74,_0x4bb805){const _0x334626=a4_0x55d8;return _0xb6c49a[_0x334626(0x181)](_0x26df6d,_0x294a74,_0x4bb805);},'kfPHc':_0xb6c49a[_0x2bc620(0x1db)],'Yliuc':function(_0x24ad90,_0x1060af){const _0x1f22f6=_0x2bc620;return _0xb6c49a[_0x1f22f6(0x1b1)](_0x24ad90,_0x1060af);},'XTEbA':_0xb6c49a[_0x2bc620(0x11e)],'MxIsw':function(_0x3ca238,_0xbdcf6a){const _0x392c80=_0x2bc620;return _0xb6c49a[_0x392c80(0xff)](_0x3ca238,_0xbdcf6a);}};return async function _0x1667eb(_0x3fd587,_0x243158){const _0x2a88db=_0x2bc620,_0x3e0b20={'ATzEw':function(_0x3aa2c2,_0x180c07){return _0x3e35c0['SbjtZ'](_0x3aa2c2,_0x180c07);},'cqshs':_0x3e35c0[_0x2a88db(0x115)]},_0x20b44e=_0x3e35c0[_0x2a88db(0x157)](nestedKeyValue,_0x3fd587,[_0x3e35c0['kfPHc']])||_0x3fd587;let _0x46b4e9=null,_0x398d29=null;try{[_0x398d29,_0x46b4e9]=_0x20b44e?_0x3e35c0[_0x2a88db(0x117)](parseWSEndpoint,_0x20b44e):[null,null],global[_0x2a88db(0x10b)]=_0x46b4e9,logger[_0x2a88db(0x1af)]('Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20'+_0x398d29),_0x398d29['includes'](Constants[_0x2a88db(0x1c2)])&&(global[_0x2a88db(0x122)]=_0x3e35c0[_0x2a88db(0x150)]);}catch(_0x574275){logger[_0x2a88db(0x1af)](_0x2a88db(0x164)+_0x20b44e+'\x20'+_0x574275);}_0x3e35c0[_0x2a88db(0x157)](processAccessibilityCaps,_0x46b4e9,_0x398d29);if(global[_0x2a88db(0x1c7)]){const _0x12506e=await _0xcc7e6e[_0x2a88db(0x104)][_0x2a88db(0x166)](this,[''+Constants[_0x2a88db(0x18e)]+_0x3e35c0[_0x2a88db(0x178)](encodeURIComponent,JSON[_0x2a88db(0x1cc)](_0x46b4e9))]);return PlaywrightSessionDetails['setupBrowserDetails'](_0x12506e,_0x2ee43f,_0x20b44e),_0x12506e;}return _0x2a5f7b[_0x2a88db(0x166)](this,arguments)[_0x2a88db(0x18d)](_0x2454ad=>{const _0x38b3d7=_0x2a88db;let _0x14de66=_0x3fd587[_0x38b3d7(0x129)];return _0x3e0b20['ATzEw'](typeof _0x3fd587,_0x3e0b20[_0x38b3d7(0x1c0)])&&(_0x14de66=_0x3fd587),PlaywrightSessionDetails['setupBrowserDetails'](_0x2454ad,_0x2ee43f,_0x14de66),_0x2454ad;});};}});const _0x1b6555=_0xcc7e6e[_0x522ff9(0x126)];Object[_0x522ff9(0x12d)](_0xcc7e6e,_0xb6c49a[_0x522ff9(0x154)],{'get':function(){return async function _0x399ed2(){const _0x45b924=a4_0x55d8;return _0x1b6555[_0x45b924(0x166)](this,arguments)[_0x45b924(0x18d)](_0x574dc2=>{return PlaywrightSessionDetails['setupBrowserDetails'](_0x574dc2,null),_0x574dc2;});};}});};class O11yHelper{[a4_0x5b7f31(0x1b7)]=null;['currentHook']=null;[a4_0x5b7f31(0xf1)]=![];['frameworkName']=![];constructor(_0x140853,_0x3359e5){const _0x317734=a4_0x5b7f31,_0x49e362={'VCBrF':_0x317734(0x195),'inTtd':function(_0x2f7f98){return _0x2f7f98();},'MNwcz':function(_0x5dff5e,_0x47ac9c){return _0x5dff5e===_0x47ac9c;},'gfuiy':_0x317734(0x172),'EHZfC':function(_0x4ad9bf,_0x15fe94){return _0x4ad9bf(_0x15fe94);},'frpQL':function(_0x19f8da){return _0x19f8da();}},_0x5d7a3a=_0x49e362['VCBrF'][_0x317734(0x1c6)]('|');let _0x5a0561=0x0;while(!![]){switch(_0x5d7a3a[_0x5a0561++]){case'0':this[_0x317734(0x1c9)]=_0x140853;continue;case'1':this[_0x317734(0xf1)]=_0x49e362[_0x317734(0x191)](shouldProcessEventForTesthub);continue;case'2':this['driver']&&_0x49e362[_0x317734(0x19b)](this['driver']['constructor'][_0x317734(0x141)],_0x49e362[_0x317734(0x13f)])&&_0x49e362[_0x317734(0x14f)](mockPWBrowserType,null);continue;case'3':this[_0x317734(0x1de)]=new testOpsHelper[(_0x317734(0x123))]({'cwd':process[_0x317734(0x1b3)]()},this[_0x317734(0x1e7)][_0x317734(0x136)]);continue;case'4':this[_0x317734(0x1e7)]=_0x49e362[_0x317734(0x1a0)](getTestEnv);continue;case'5':this['frameworkName']=_0x3359e5[_0x317734(0x1ee)];continue;}break;}}[a4_0x5b7f31(0x17a)](){const _0x4d61d0=a4_0x5b7f31;if(!this[_0x4d61d0(0xf1)])return;testOpsHelper[_0x4d61d0(0x132)](),process[_0x4d61d0(0x170)](_0x4d61d0(0x125)+process[_0x4d61d0(0xee)]),process['on'](_0x4d61d0(0x125)+process[_0x4d61d0(0xee)],this[_0x4d61d0(0x14c)][_0x4d61d0(0x190)](this));}async[a4_0x5b7f31(0x149)](){const _0x5c1bcd=a4_0x5b7f31;await RequestQueueHandler['getInstance']()[_0x5c1bcd(0xf2)]();}async['appendTestItemLog'](_0x1ff2ac){const _0x3d1a67=a4_0x5b7f31,_0x46d02a={'ihsDU':_0x3d1a67(0xf5),'hbNfk':function(_0x111e68,_0x1e455a){return _0x111e68(_0x1e455a);}};try{this[_0x3d1a67(0x146)]&&!this[_0x3d1a67(0x146)][_0x3d1a67(0x1ea)]&&(_0x1ff2ac['hook_run_uuid']=this[_0x3d1a67(0x146)][_0x3d1a67(0x1b8)]);!_0x1ff2ac['hook_run_uuid']&&this[_0x3d1a67(0x1b7)]&&!this[_0x3d1a67(0x1b7)][_0x3d1a67(0x1ea)]&&(_0x1ff2ac[_0x3d1a67(0x10e)]=this[_0x3d1a67(0x1b7)][_0x3d1a67(0x114)]);if(_0x1ff2ac[_0x3d1a67(0x137)]||_0x1ff2ac[_0x3d1a67(0x10e)]){const _0x21bccc={};_0x21bccc['event_type']=_0x46d02a['ihsDU'],_0x21bccc['logs']=[_0x1ff2ac],await SessionHandler['uploadEventData'](_0x21bccc);}}catch(_0x445292){_0x46d02a[_0x3d1a67(0x197)](debug,_0x3d1a67(0x18c)+constants[_0x3d1a67(0x139)]+_0x3d1a67(0x1df)+_0x445292);}}async[a4_0x5b7f31(0x12f)](_0x25d577){const _0x30855e=a4_0x5b7f31,_0x152734={'RmwIQ':_0x30855e(0x159),'UNqyG':function(_0x216fdf,_0x2bb87b){return _0x216fdf(_0x2bb87b);}};if(!this[_0x30855e(0xf1)])return;const _0x4de133=this[_0x30855e(0x134)](this[_0x30855e(0x1c9)]);try{const _0x1b0e92={};_0x1b0e92['uuid']=_0x25d577,_0x1b0e92[_0x30855e(0xf6)]=_0x4de133;const _0x50b880=_0x1b0e92,_0x1c3b5c={};_0x1c3b5c[_0x30855e(0x147)]=_0x152734[_0x30855e(0x182)],_0x1c3b5c[_0x30855e(0x163)]=_0x50b880,await SessionHandler[_0x30855e(0x155)](_0x1c3b5c);}catch(_0x3add8c){_0x152734['UNqyG'](debug,_0x30855e(0xf4)+constants[_0x30855e(0x139)]+_0x30855e(0x1df)+_0x3add8c);}}['getCBTInfo'](_0x21b897){const _0x4a53af=a4_0x5b7f31,_0x4a390f={'vsqRN':function(_0x356359,_0x178558){return _0x356359(_0x178558);}};return _0x4a390f[_0x4a53af(0x135)](fetchPlatformDetails,_0x21b897);}['resetSkipTestHooks']=_0x2de31c=>{const _0x25d633=a4_0x5b7f31,_0x1a7e51={};_0x1a7e51['SqQSh']=_0x25d633(0x1d6),_0x1a7e51['ZYTpj']=_0x25d633(0x140);const _0xa26b33=_0x1a7e51;if(!_0x2de31c||!_0x2de31c[_0x25d633(0x158)])return;[_0xa26b33[_0x25d633(0x10f)],_0xa26b33['ZYTpj']][_0x25d633(0x1a7)](_0x9a418=>{const _0x394fa9=_0x25d633,_0x2827fc=_0x2de31c[_0x394fa9(0x158)][_0x9a418];_0x2827fc[_0x394fa9(0x1a7)](_0x181109=>{const _0x1c9766=_0x394fa9;_0x181109[_0x1c9766(0x1b8)]&&(_0x181109[_0x1c9766(0x1b8)]=null);});});};[a4_0x5b7f31(0x13c)](_0x24ae06){const _0x3b6fc8=a4_0x5b7f31,_0x490486={'gysfo':'codeceptjs','yibEe':function(_0xc44134){return _0xc44134();},'ylXth':function(_0x12cfb4,_0x46442b){return _0x12cfb4===_0x46442b;},'FAAbg':'_afterEach','QYXeG':function(_0x19d329){return _0x19d329();},'GdbJz':_0x3b6fc8(0x161),'abEbC':_0x3b6fc8(0x121),'DjcXu':_0x3b6fc8(0x1d6)};if(!_0x24ae06||!_0x24ae06[_0x3b6fc8(0x158)])return;[_0x490486[_0x3b6fc8(0x11b)],_0x490486[_0x3b6fc8(0x131)],_0x490486[_0x3b6fc8(0x198)],_0x490486[_0x3b6fc8(0x18a)]]['forEach'](_0x198e53=>{const _0xd13d0a=_0x3b6fc8,_0x4f989b={'AcRfh':_0x490486[_0xd13d0a(0x101)],'uVNlx':function(_0x443a07){const _0x1963e1=_0xd13d0a;return _0x490486[_0x1963e1(0x1e0)](_0x443a07);},'pcAoS':function(_0x238d15,_0x278e89){const _0x501759=_0xd13d0a;return _0x490486[_0x501759(0x10c)](_0x238d15,_0x278e89);},'bqGAi':_0x490486[_0xd13d0a(0x18a)],'EeRWS':function(_0x53e3a6){const _0x4d491c=_0xd13d0a;return _0x490486[_0x4d491c(0x1ab)](_0x53e3a6);}},_0x12bf07=_0x24ae06[_0xd13d0a(0x158)][_0x198e53]||[];_0x12bf07['forEach'](_0xb506da=>{const _0x5c327a=_0xd13d0a;if(_0xb506da[_0x5c327a(0x1ac)][_0x5c327a(0x12c)](_0x4f989b[_0x5c327a(0x1e6)]))return;if(!_0xb506da['hookAnalyticsId'])_0xb506da[_0x5c327a(0x1b8)]=_0x4f989b[_0x5c327a(0x15e)](uuidv4);else _0xb506da[_0x5c327a(0x1ea)]&&_0x4f989b[_0x5c327a(0x1c3)](_0x198e53,_0x4f989b[_0x5c327a(0x194)])&&(_0xb506da[_0x5c327a(0x1b8)]=_0x4f989b[_0x5c327a(0x1aa)](uuidv4),delete _0xb506da[_0x5c327a(0x1ea)]);});}),this[_0x3b6fc8(0x13c)](_0x24ae06[_0x3b6fc8(0x158)]);}[a4_0x5b7f31(0x130)](_0x3244d7){const _0x58c2b4=a4_0x5b7f31,_0x4c7f4e={};_0x4c7f4e[_0x58c2b4(0x1e3)]=_0x58c2b4(0x161),_0x4c7f4e['tLYtI']=_0x58c2b4(0x121),_0x4c7f4e[_0x58c2b4(0x1b9)]='_beforeEach',_0x4c7f4e['TAckh']='_afterEach';const _0x42c1f1=_0x4c7f4e;if(!_0x3244d7||!_0x3244d7['parent'])return[];const _0x72492f=[];return[_0x42c1f1[_0x58c2b4(0x1e3)],_0x42c1f1[_0x58c2b4(0x1a9)],_0x42c1f1[_0x58c2b4(0x1b9)],_0x42c1f1[_0x58c2b4(0x1e5)]][_0x58c2b4(0x1a7)](_0x249429=>{const _0x5656a1=_0x58c2b4,_0x3b33b6=_0x3244d7[_0x5656a1(0x158)][_0x249429]||[];_0x3b33b6[_0x5656a1(0x1a7)](_0x3a63b1=>{const _0x17600a=_0x5656a1;_0x3a63b1[_0x17600a(0x1b8)]&&_0x72492f[_0x17600a(0xfb)](_0x3a63b1[_0x17600a(0x1b8)]);});}),[][_0x58c2b4(0x15a)](_0x72492f,this['getHooksForTest'](_0x3244d7[_0x58c2b4(0x158)]));}['getHookType'](_0x10dfcd){const _0x233bf3=a4_0x5b7f31,_0x14d7ba=/^"(?<hook>.*)" hook:.*$/,_0x3c911f=_0x10dfcd[_0x233bf3(0x1ac)],_0x3b0640=_0x3c911f['match'](_0x14d7ba);if(_0x3b0640&&_0x3b0640['groups'])return _0x3b0640[_0x233bf3(0x156)]['hook'][_0x233bf3(0x1d9)]()[_0x233bf3(0x1a3)]('\x20','_');return null;}[a4_0x5b7f31(0x14b)](_0x5bc126){const _0xe50357=a4_0x5b7f31,_0xa26bd1={};_0xa26bd1[_0xe50357(0x13d)]=function(_0x278bb1,_0x56f2eb){return _0x278bb1===_0x56f2eb;},_0xa26bd1[_0xe50357(0x14d)]=function(_0x3def6b,_0x4fa047){return _0x3def6b===_0x4fa047;},_0xa26bd1[_0xe50357(0x153)]=function(_0x224ed3,_0x2ed54b){return _0x224ed3===_0x2ed54b;},_0xa26bd1[_0xe50357(0x1bb)]=function(_0x13246c,_0x28246b){return _0x13246c===_0x28246b;},_0xa26bd1[_0xe50357(0x1b4)]=_0xe50357(0x18f),_0xa26bd1[_0xe50357(0x10d)]=_0xe50357(0x11c);const _0x18c82d=_0xa26bd1,_0x514412=path[_0xe50357(0x1a6)];if(_0x18c82d['EIYdB'](_0x5bc126,null)||_0x18c82d[_0xe50357(0x14d)](_0x5bc126,'')||_0x18c82d[_0xe50357(0x153)](_0x5bc126,_0x514412)||_0x18c82d[_0xe50357(0x1bb)](_0x5bc126,path[_0xe50357(0x167)](_0x5bc126)))return null;try{return fs[_0xe50357(0x106)](path[_0xe50357(0x1d1)](_0x5bc126,_0x18c82d[_0xe50357(0x1b4)],_0x18c82d[_0xe50357(0x10d)])),_0x5bc126;}catch(_0x59642e){const _0x77e64b=path['dirname'](_0x5bc126);return this[_0xe50357(0x14b)](_0x77e64b);}}[a4_0x5b7f31(0xef)](_0x197db4){const _0x387f9d=a4_0x5b7f31,_0x531d6e={};_0x531d6e['TwPUL']=function(_0x3fa41e,_0xc5835c){return _0x3fa41e>_0xc5835c;};const _0x34b840=_0x531d6e;if(_0x197db4[_0x387f9d(0x15c)])return _0x197db4[_0x387f9d(0x15c)];if(_0x197db4[_0x387f9d(0x1ed)]){const _0x5a8e3e=_0x197db4[_0x387f9d(0x1ed)][_0x387f9d(0x1b7)]?this['getRootParentFile'](_0x197db4[_0x387f9d(0x1ed)]['currentTest']):null;if(_0x5a8e3e)return _0x5a8e3e;}if(_0x197db4['parent']){const _0x2be961=this['getRootParentFile'](_0x197db4[_0x387f9d(0x158)])||(_0x197db4[_0x387f9d(0x158)]['ctx']&&_0x197db4['parent'][_0x387f9d(0x1ed)][_0x387f9d(0x1b7)]?this[_0x387f9d(0xef)](_0x197db4[_0x387f9d(0x158)]['ctx'][_0x387f9d(0x1b7)]):null);if(_0x2be961)return _0x2be961;_0x197db4['parent'][_0x387f9d(0xf3)]&&_0x34b840['TwPUL'](_0x197db4[_0x387f9d(0x158)][_0x387f9d(0xf3)][_0x387f9d(0x17f)],0x0)&&_0x197db4[_0x387f9d(0x158)]['suites'][_0x387f9d(0x1a7)](_0x441147=>{const _0x18fab7=_0x387f9d,_0x550ac2=_0x441147[_0x18fab7(0x1ed)]?this['getRootParentFile'](_0x441147[_0x18fab7(0x1ed)]):null;if(_0x550ac2)return _0x550ac2;});}return null;}[a4_0x5b7f31(0x16f)](_0x15fb91){const _0x4f974c=a4_0x5b7f31,_0x2b4db3={};_0x2b4db3['hwtUs']=function(_0x122d72,_0x2aa12e){return _0x122d72!==_0x2aa12e;};const _0x2d970=_0x2b4db3,_0x4446e2=[];if(_0x15fb91&&_0x15fb91[_0x4f974c(0x158)]){let _0x387f79=_0x15fb91[_0x4f974c(0x158)];while(_0x387f79&&_0x2d970[_0x4f974c(0x1b6)](_0x387f79[_0x4f974c(0x1ac)],'')){_0x4446e2[_0x4f974c(0xfb)](_0x387f79[_0x4f974c(0x1ac)]),_0x387f79=_0x387f79[_0x4f974c(0x158)];}}return _0x4446e2;}[a4_0x5b7f31(0x111)](_0x31590f,_0xd84428,_0x222d6a=undefined){const _0xb9c47c=a4_0x5b7f31,_0x372bb2={'jCjrY':function(_0x2acf70,_0x430660){return _0x2acf70(_0x430660);},'TIJCX':function(_0x283f0e){return _0x283f0e();},'SxZhx':function(_0x4306f1){return _0x4306f1();},'yYiyf':function(_0x256aab,_0x19aef4){return _0x256aab(_0x19aef4);},'fPPsm':_0xb9c47c(0x11a),'PRXHK':'err','RlWcY':function(_0x1d2048,_0x3fe04d){return _0x1d2048!==_0x3fe04d;},'NLzAN':_0xb9c47c(0x16b),'CIquD':_0xb9c47c(0x112),'qdgby':'failed','ThDoy':_0xb9c47c(0x186),'SYgpE':'skipped','fXEnI':_0xb9c47c(0x175),'gZPtK':function(_0x40bb55,_0x292cf4){return _0x40bb55-_0x292cf4;},'cUBbF':function(_0x4e9d68,_0xca10bb,_0x2187d2,_0x49802c,_0x1d2eb8){return _0x4e9d68(_0xca10bb,_0x2187d2,_0x49802c,_0x1d2eb8);},'SfiLm':function(_0x32d89b,_0x510e66){return _0x32d89b!==_0x510e66;},'FEWOD':_0xb9c47c(0xf6),'zFpEC':_0xb9c47c(0x15d),'HbHUv':_0xb9c47c(0x142),'uKhCb':_0xb9c47c(0x1c4),'PdCry':_0xb9c47c(0x1e2),'pocJt':_0xb9c47c(0x1b2),'eYkse':_0xb9c47c(0x10a),'gKfFT':function(_0xf31b0b,_0x1390d2){return _0xf31b0b===_0x1390d2;},'XlbtZ':_0xb9c47c(0x1d7),'HjKyb':'test_run'};if(!this[_0xb9c47c(0xf1)])return;try{if(_0xd84428['fn']&&_0xd84428['fn'][_0xb9c47c(0x19f)]()['match'](/browserstack internal helper hook/))return;const _0x453df0=_0x372bb2[_0xb9c47c(0xfa)](parseEvent,_0x31590f);if(!_0x453df0)return;if(_0x453df0[_0xb9c47c(0x15b)]){this[_0xb9c47c(0x1b7)]=_0xd84428,this[_0xb9c47c(0x146)]=null;if(_0x453df0['started']||_0x453df0[_0xb9c47c(0xec)]){_0xd84428[_0xb9c47c(0x189)]=new Date(),_0xd84428['markedStatus']=![];if(!_0xd84428[_0xb9c47c(0x114)])_0xd84428[_0xb9c47c(0x114)]=_0x372bb2[_0xb9c47c(0x176)](uuidv4);else _0xd84428[_0xb9c47c(0x1ea)]&&(!_0xd84428[_0xb9c47c(0x124)]&&(_0xd84428[_0xb9c47c(0x124)]=_0xd84428[_0xb9c47c(0x114)]),_0xd84428[_0xb9c47c(0x114)]=_0x372bb2[_0xb9c47c(0x16e)](uuidv4));}}else{if(_0x453df0[_0xb9c47c(0x143)]){this[_0xb9c47c(0x146)]=_0xd84428;if(_0x453df0[_0xb9c47c(0x105)]){_0xd84428[_0xb9c47c(0x189)]=new Date(),_0xd84428[_0xb9c47c(0x1ea)]=![];if(!_0xd84428['hookAnalyticsId'])_0xd84428[_0xb9c47c(0x1b8)]=_0x372bb2['TIJCX'](uuidv4);else _0xd84428[_0xb9c47c(0x1b8)]&&_0xd84428[_0xb9c47c(0x1ea)]&&(_0xd84428['hookAnalyticsId']=_0x372bb2[_0xb9c47c(0x176)](uuidv4));}}}if(_0x453df0[_0xb9c47c(0x1c8)]&&_0xd84428['markedStatus'])return;let _0x5f2c47;try{_0x5f2c47=this[_0xb9c47c(0xef)](_0xd84428);}catch(_0x131e64){logger['debug']('failed\x20to\x20get\x20root\x20parent\x20file\x20'+_0x131e64),_0x5f2c47=null;}const _0x55525f=_0x372bb2['yYiyf'](require,_0x372bb2['fPPsm']);let _0x597a75=[];_0x222d6a&&(_0x597a75=[_0x222d6a,_0x372bb2['PRXHK']]);const _0x5cbb5e=_0x372bb2[_0xb9c47c(0x1ca)](_0xd84428[_0xb9c47c(0xeb)],undefined)?_0x55525f[_0xb9c47c(0x1d5)](_0xd84428[_0xb9c47c(0xeb)][0x0]):_0x372bb2[_0xb9c47c(0x1ca)](_0x222d6a,undefined)?_0x222d6a[_0xb9c47c(0x19f)]():undefined,_0x180e4c=_0x5f2c47?this[_0xb9c47c(0x14b)](_0x5f2c47):null,_0x25184a=_0x5f2c47?this['_paths'][_0xb9c47c(0x1be)](this[_0xb9c47c(0xef)](_0xd84428)):_0x372bb2['NLzAN'];let _0x31cced=_0x372bb2['CIquD'];const _0x408547=!_0x453df0[_0xb9c47c(0x105)]?new Date()[_0xb9c47c(0x17b)]():null;if(_0x453df0[_0xb9c47c(0x1c8)])_0x31cced=_0x222d6a?_0x372bb2[_0xb9c47c(0x16a)]:_0x372bb2[_0xb9c47c(0x1a8)],_0xd84428[_0xb9c47c(0x1ea)]=!![];else _0x453df0[_0xb9c47c(0xec)]&&(_0x31cced=_0x372bb2[_0xb9c47c(0x1dd)],_0xd84428[_0xb9c47c(0x1ea)]=!![]);const _0x277a61={'framework':this[_0xb9c47c(0x1ee)],'uuid':_0xd84428[_0xb9c47c(0x114)]||_0xd84428[_0xb9c47c(0x1b8)],'name':_0xd84428[_0xb9c47c(0x1ac)],'body':{'lang':_0x372bb2[_0xb9c47c(0x113)],'code':_0xd84428['body']['toString']()},'type':_0xd84428[_0xb9c47c(0x180)],'scope':_0xd84428['fullTitle'](),'scopes':this[_0xb9c47c(0x16f)](_0xd84428),'file_name':_0x25184a,'vc_filepath':_0x180e4c?path['relative'](_0x180e4c,_0x5f2c47):null,'location':_0x25184a,'result':_0x31cced,'failure_reason':_0x5cbb5e,'duration_in_ms':_0xd84428['duration']||(_0x453df0[_0xb9c47c(0x1c8)]||_0x453df0['skipped'])?_0x372bb2[_0xb9c47c(0x1ad)](Date[_0xb9c47c(0x12a)](),new Date(_0xd84428[_0xb9c47c(0x189)])['getTime']()):null,'started_at':new Date(_0xd84428['startedAt'])[_0xb9c47c(0x17b)](),'finished_at':_0x408547,'failure':testOpsHelper[_0xb9c47c(0x11f)][_0xb9c47c(0x166)](null,_0x597a75),'failure_type':!_0x5cbb5e?null:testOpsHelper[_0xb9c47c(0x148)](_0x5cbb5e),'retry_of':_0xd84428[_0xb9c47c(0x124)]||null,'tags':_0xd84428[_0xb9c47c(0x119)]||[],'customRerunParam':{'rerun_name':_0xd84428[_0xb9c47c(0x128)]()}};_0x372bb2[_0xb9c47c(0x108)](appendTesthubParams,_0x277a61,_0x31590f,_0xd84428,FRAMEWORKS[_0xb9c47c(0x1d4)]);if(_0x453df0[_0xb9c47c(0x143)])[_0x277a61[_0xb9c47c(0x1a2)],_0x277a61[_0xb9c47c(0x141)]]=[this['getHookType'](_0xd84428),_0xd84428['ctx'][_0xb9c47c(0x15b)][_0xb9c47c(0x1ac)]],_0x453df0[_0xb9c47c(0x1c8)]?_0x372bb2[_0xb9c47c(0x1d8)](_0x277a61[_0xb9c47c(0x19e)],_0x372bb2['qdgby'])&&(_0x277a61[_0xb9c47c(0x19e)]=_0x372bb2[_0xb9c47c(0x1a8)]):_0x277a61[_0xb9c47c(0x183)]={};else _0x453df0[_0xb9c47c(0x15b)]&&(this[_0xb9c47c(0x13c)](_0xd84428),_0x453df0[_0xb9c47c(0xec)]&&this[_0xb9c47c(0x17c)](_0xd84428),(_0x453df0[_0xb9c47c(0x1c8)]||_0x453df0[_0xb9c47c(0xec)])&&(_0x277a61[_0xb9c47c(0x14e)]=this['getHooksForTest'](_0xd84428)));this[_0xb9c47c(0x1c9)]&&(_0x453df0['started']||_0x453df0[_0xb9c47c(0xec)])&&(_0x277a61[_0x372bb2[_0xb9c47c(0x11d)]]=this[_0xb9c47c(0x134)](this[_0xb9c47c(0x1c9)]));_0x453df0[_0xb9c47c(0x15b)]&&_0x453df0[_0xb9c47c(0x1c8)]&&_0xd84428[_0xb9c47c(0xfc)]&&(_0x277a61[_0x372bb2[_0xb9c47c(0x19a)]]={'feature':{'name':_0xd84428['parent'][_0xb9c47c(0x1ae)]['name'],'path':_0x277a61['file_name'],'description':_0xd84428['parent'][_0xb9c47c(0x1ba)]},'scenario':{'name':_0xd84428[_0xb9c47c(0x1ac)]},'steps':_0xd84428[_0xb9c47c(0xfc)]});const _0x883be=_0x277a61[_0x372bb2[_0xb9c47c(0xf7)]][0x0];_0x883be&&(_0x277a61[_0x372bb2[_0xb9c47c(0x1bf)]]=_0x883be[_0x372bb2['PdCry']],_0x277a61[_0x372bb2['pocJt']]=_0x883be[_0x372bb2['eYkse']]);if(_0xd84428['bddSteps'])for(const _0xceafc9 of _0xd84428[_0xb9c47c(0xfc)]){!_0xceafc9[_0xb9c47c(0xfd)]&&(_0xceafc9[_0xb9c47c(0xfd)]=new Date()[_0xb9c47c(0x17b)](),_0x372bb2['gKfFT'](_0xceafc9[_0xb9c47c(0x19e)],_0x372bb2[_0xb9c47c(0x127)])&&(_0x883be?(_0xceafc9[_0xb9c47c(0x19e)]=_0x372bb2[_0xb9c47c(0x16a)],_0xceafc9[_0xb9c47c(0x142)]=_0x883be[_0x372bb2[_0xb9c47c(0x120)]][0x0]):_0xceafc9[_0xb9c47c(0x19e)]=_0x372bb2[_0xb9c47c(0x1a8)]));}const _0x4b12ce={};_0x4b12ce[_0xb9c47c(0x147)]=_0x453df0[_0xb9c47c(0xec)]?TEST_EVENTS[_0xb9c47c(0xf9)]:_0x31590f;const _0x1ba211=_0x4b12ce;return _0x453df0[_0xb9c47c(0x143)]?_0x1ba211[_0x372bb2[_0xb9c47c(0x171)]]=_0x277a61:_0x1ba211[_0x372bb2['HjKyb']]=_0x277a61,_0x1ba211;}catch(_0x353190){logger[_0xb9c47c(0x1af)]('Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0x31590f+_0xb9c47c(0x1df)+_0x353190);}}async[a4_0x5b7f31(0x1d0)](_0x4bfced,_0x51ad81){const _0x575614=a4_0x5b7f31;if(!this[_0x575614(0xf1)]||!_0x51ad81||!_0x4bfced)return![];try{return await SessionHandler[_0x575614(0x155)](_0x51ad81);}catch(_0x4eae47){logger[_0x575614(0x1af)](_0x575614(0x103)+_0x4bfced+_0x575614(0x1df)+_0x4eae47);}}[a4_0x5b7f31(0x17d)](_0x18ea5e){const _0x506dc6=a4_0x5b7f31,_0x3a2d37={};_0x3a2d37[_0x506dc6(0x15f)]=_0x506dc6(0x112);const _0x3d6c0f=_0x3a2d37;return{'id':_0x18ea5e[_0x506dc6(0x13b)],'text':_0x18ea5e[_0x506dc6(0xf8)],'keyword':_0x18ea5e[_0x506dc6(0x1a4)],'started_at':_0x18ea5e[_0x506dc6(0x189)][_0x506dc6(0x17b)](),'result':_0x3d6c0f[_0x506dc6(0x15f)]};}['bddStepStart'](_0x319736){const _0x4a5ae7=a4_0x5b7f31,_0x407e1b={'LgMtv':function(_0x1c0d89){return _0x1c0d89();}};!this[_0x4a5ae7(0x1b7)]['bddSteps']&&(this[_0x4a5ae7(0x1b7)][_0x4a5ae7(0xfc)]=[]),!_0x319736[_0x4a5ae7(0x13b)]&&(_0x319736['stepAnalyticsId']=_0x407e1b[_0x4a5ae7(0x110)](uuidv4),_0x319736[_0x4a5ae7(0x189)]=new Date(),this[_0x4a5ae7(0x1b7)][_0x4a5ae7(0xfc)]['push'](this[_0x4a5ae7(0x17d)](_0x319736)));}['bddStepFinish'](_0x1142f3){const _0x5af97a=a4_0x5b7f31,_0xfa2093={'nbYno':function(_0x5ef9fb,_0x29f6b3){return _0x5ef9fb(_0x29f6b3);},'vlVPG':_0x5af97a(0x199),'rLqZF':_0x5af97a(0x112),'wlxwu':_0x5af97a(0x186),'Yluqb':function(_0x419fc7,_0xf54cbf){return _0x419fc7-_0xf54cbf;}};let _0x17a958=this[_0x5af97a(0x1b7)][_0x5af97a(0xfc)]['find'](_0x5acd14=>_0x5acd14['id']===_0x1142f3[_0x5af97a(0x13b)]);_0xfa2093[_0x5af97a(0x16d)](isUndefined,_0x17a958)&&(_0x17a958=this[_0x5af97a(0x17d)](_0x1142f3)),_0x17a958['result']=[_0xfa2093[_0x5af97a(0x13e)],_0xfa2093[_0x5af97a(0x19c)]][_0x5af97a(0x12c)](_0x1142f3[_0x5af97a(0x160)])?_0xfa2093[_0x5af97a(0x133)]:_0x1142f3[_0x5af97a(0x160)],_0x17a958['finished_at']=new Date()['toISOString'](),_0x17a958[_0x5af97a(0x162)]=_0xfa2093['Yluqb'](Date[_0x5af97a(0x12a)](),_0x1142f3[_0x5af97a(0x189)][_0x5af97a(0x100)]()),_0x17a958['failure']=_0x1142f3[_0x5af97a(0x12e)]?_0x1142f3['err'][_0x5af97a(0x14a)]:null;}}const a4_0x10c80d={};a4_0x10c80d[a4_0x5b7f31(0x1e9)]=O11yHelper,a4_0x10c80d['STATE_PASSED']=STATE_PASSED,a4_0x10c80d[a4_0x5b7f31(0x1da)]=STATE_FAILED,a4_0x10c80d[a4_0x5b7f31(0x1a5)]=TEST_EVENTS,module[a4_0x5b7f31(0x19d)]=a4_0x10c80d;
1
+ const a4_0x49be49=a4_0x5146;function a4_0x53f5(){const _0x2e6ed2=['bpIAH','CODECEPT','wsEndpoint','O11yHelper','inspect','accessibilityPlatform','test_run','TEST_EVENTS','failed','ZWGqF','statSync','FyfJN','groups','apply','HOOK_RUN_FINISHED','push','11051754xNlcdj','vqUtM','path','TestRunFinished','LQaeT','winstonLogger','gIaPB','toISOString','TIpph','start','sGWwa','156fWDMwO','finished_at','stop','Failed\x20to\x20parse\x20wsendpoint\x20','MIfgo','_afterEach','retryOf','split','result','TestRunSkipped','name','failed\x20to\x20get\x20root\x20parent\x20file\x20','UGUSZ','toString','FpzJP','PLAYWRIGHT_HUB_URL','captureEvent','failureData','util','9608azTIKf','pid','EfRUL','constructor','event_type','QFcVr','HOOK_RUN_STARTED','gfgkq','lwfyf','ldoZw','Playwright','TEST_RUN_STARTED','CBTSessionCreated','xlHIy','MIqbv','then','EucuY','connect','suites','getHooksForTest','11lRwwXm','sHaSJ','driver','hook','dUoQb','AbZnq','currentTest','bs:addLog:','javascript','shutdown','PLKNp','PungQ','err','nGBAu','DMsWw','finished','exports','currentHook','fullTitle','uuid','5085SucDpq','zgMFC','VwxsM','__cloud_provider___','TestRunStarted','_beforeAll','obsBrowserTypeMockApplied','hooks','launch','client','connectOverCDP','../../helpers/test-observability/utils','STATE_PASSED','KAkzE','../../helpers/helper','initializeBddStep','passed','TEST_REPORTING_ANALYTICS','TAVfM','BlijU','started','LogCreated','WrUUe','iisew','file_name','errorsDetailed','backtrace','enabled','skipped','stepAnalyticsId','UXail','iUmCE','3806470NYFBpd','location_prefix','length','cwd','BROWSERSTACK','hook_run_uuid','failure_reason_expanded','hook_run','LDlXD','_afterAll','../utils/constants','zMUMt','biwOj','findGitConfig','../../helpers/testhub/utils.js','bddStepFinish','match','../../helpers/test-observability/requestQueueHandler','setupBrowserDetails','arwNM','218fPOzPm','getFailureType','rHvvk','EAdvy','join','pending','mNANR','VAhSd','\x20with\x20error\x20:\x20','ctx','../playwright/accessibility-helper','hookAnalyticsId','gbYVH','tags','12025XgsDsA','defineProperty','aGcAP','now','getHierarchy','0|1|2|4|5|3','toUpperCase','.git','success','frameworkName','DoOih','forEach','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','File\x20path\x20could\x20not\x20be\x20found','feature','1443820zyAeup','bddSteps','__platformCaps','startedAt','PathHelper','mapTestHooks','integrations','2004PHTBfW','wbMSt','sendCBTInfo','HookRunFinished','patchConsoleLogger','toLowerCase','_beforeEach','replace','debug','CawxM','getRootParentFile','text','test','getInstance','xVkAv','lAXPM','ERFUy','test_run_uuid','SllsH','resetSkipTestHooks','jbqlh','uploadEventData','parent','baniq','uOdmr','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','_testEnv','wQxIr','../../helpers/test-observability/constants','markedStatus','title','12bHyuDu','qFrnH','getCBTInfo','TTJgN','../../helpers/test-observability/sessionHandler','type','comment','NWGfB','failure','status','body','AHSaT','file','testAnalyticsId','getTime','../playwright/sessionDetails','ixQdk','admOz','ODxWc','failure_backtrace','CnTwS','appendTestItemLog','sep','vFObC','getHookType','193PXOdtd','_paths','OfiKH','logs','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','MtsbX','IpPjo','WMygG','browserType.js','lAuPS','CLOZz','vjkCb','fireEvent','includes','./helper.js','browserstack','169615pYQwzr','concat','ZizYu','TEST_RUN_FINISHED'];a4_0x53f5=function(){return _0x2e6ed2;};return a4_0x53f5();}(function(_0x4a584d,_0x2244b6){const _0x3076c6=a4_0x5146,_0x479a4f=_0x4a584d();while(!![]){try{const _0x2f8f9b=-parseInt(_0x3076c6(0xbd))/0x1*(-parseInt(_0x3076c6(0x15b))/0x2)+-parseInt(_0x3076c6(0x19e))/0x3*(-parseInt(_0x3076c6(0x178))/0x4)+parseInt(_0x3076c6(0xcd))/0x5*(parseInt(_0x3076c6(0xec))/0x6)+-parseInt(_0x3076c6(0xe1))/0x7+parseInt(_0x3076c6(0xff))/0x8*(parseInt(_0x3076c6(0x127))/0x9)+parseInt(_0x3076c6(0x147))/0xa*(-parseInt(_0x3076c6(0x113))/0xb)+parseInt(_0x3076c6(0x17f))/0xc*(-parseInt(_0x3076c6(0x169))/0xd);if(_0x2f8f9b===_0x2244b6)break;else _0x479a4f['push'](_0x479a4f['shift']());}catch(_0x2509b4){_0x479a4f['push'](_0x479a4f['shift']());}}}(a4_0x53f5,0xde874));const path=require(a4_0x49be49(0xe3)),fs=require('fs'),{v4:uuidv4}=require(a4_0x49be49(0x126)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x49be49(0x135)),testOpsHelper=require(a4_0x49be49(0x132)),{getTestEnv}=require('../mocha/test-observability/mochaUtils'),{FRAMEWORKS}=require(a4_0x49be49(0x19b)),logger=require('../../helpers/logger')[a4_0x49be49(0xe6)],SessionHandler=require(a4_0x49be49(0x1a2)),RequestQueueHandler=require(a4_0x49be49(0x158)),PlaywrightSessionDetails=require(a4_0x49be49(0xb3)),debug=testOpsHelper[a4_0x49be49(0x187)],{processAccessibilityCaps}=require(a4_0x49be49(0x165)),Constants=require(a4_0x49be49(0x151)),{fetchPlatformDetails}=require(a4_0x49be49(0xcb)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x49be49(0x155)),constants=require(a4_0x49be49(0x151)),STATE_PASSED='passed',STATE_FAILED=a4_0x49be49(0xd9),a4_0x390826={};a4_0x390826[a4_0x49be49(0x10a)]=a4_0x49be49(0x12b),a4_0x390826[a4_0x49be49(0xd0)]=a4_0x49be49(0xe4),a4_0x390826['TEST_RUN_SKIPPED']=a4_0x49be49(0xf5),a4_0x390826[a4_0x49be49(0x105)]='HookRunStarted',a4_0x390826[a4_0x49be49(0xdf)]=a4_0x49be49(0x182);const TEST_EVENTS=a4_0x390826,parseEvent=_0x83d1b5=>{const _0x5a03e1=a4_0x49be49,_0x486fa6={};_0x486fa6['nuTID']=function(_0x5b3007,_0xb1799d){return _0x5b3007<_0xb1799d;},_0x486fa6[_0x5a03e1(0x16b)]=function(_0xc59e4b,_0x57d7bc){return _0xc59e4b===_0x57d7bc;},_0x486fa6[_0x5a03e1(0x18f)]=_0x5a03e1(0x18b),_0x486fa6[_0x5a03e1(0xbf)]=function(_0x31f276,_0x6bf893){return _0x31f276===_0x6bf893;},_0x486fa6[_0x5a03e1(0x167)]=_0x5a03e1(0x116),_0x486fa6[_0x5a03e1(0xb6)]=_0x5a03e1(0x143),_0x486fa6[_0x5a03e1(0x118)]=_0x5a03e1(0x13b),_0x486fa6[_0x5a03e1(0x173)]='finished';const _0x142b1f=_0x486fa6,_0x226d93=_0x83d1b5['match'](/^(.*)Run(.*)$/);if(!_0x226d93)return null;if(_0x142b1f['nuTID'](_0x226d93[_0x5a03e1(0x149)],0x3))return null;const _0x6b4157=_0x226d93[0x1][_0x5a03e1(0x184)](),_0x4300cb=_0x226d93[0x2][_0x5a03e1(0x184)]();return{'test':_0x142b1f['aGcAP'](_0x6b4157,_0x142b1f['ERFUy']),'hook':_0x142b1f[_0x5a03e1(0xbf)](_0x6b4157,_0x142b1f[_0x5a03e1(0x167)]),'skipped':_0x142b1f[_0x5a03e1(0x16b)](_0x4300cb,_0x142b1f[_0x5a03e1(0xb6)]),'started':_0x142b1f[_0x5a03e1(0x16b)](_0x4300cb,_0x142b1f[_0x5a03e1(0x118)]),'finished':_0x142b1f[_0x5a03e1(0xbf)](_0x4300cb,_0x142b1f[_0x5a03e1(0x173)])};},mockPWBrowserType=_0x4136b3=>{const _0x272102=a4_0x49be49,_0x5407b6={'IpPjo':function(_0x2be395,_0x38d248){return _0x2be395===_0x38d248;},'zMUMt':'string','CawxM':function(_0x53c542,_0x3007a1,_0x209330){return _0x53c542(_0x3007a1,_0x209330);},'IoMJO':_0x272102(0xd3),'hObyk':function(_0xe87f8c,_0x1c8d88){return _0xe87f8c(_0x1c8d88);},'ldoZw':_0x272102(0xcc),'MIqbv':function(_0x30a540,_0x16344a){return _0x30a540(_0x16344a);},'VAhSd':'lib','vqUtM':_0x272102(0x130),'HXHDl':_0x272102(0xc5),'dUYkw':function(_0x567bfb,_0x66ba19){return _0x567bfb(_0x66ba19);},'PLKNp':'Not\x20able\x20to\x20import\x20Browser','gfgkq':_0x272102(0x110),'xlHIy':'launch'},_0x140381=path[_0x272102(0x15f)](_0x5407b6[_0x272102(0x162)],_0x5407b6[_0x272102(0xe2)],_0x5407b6['HXHDl']),_0x445d66=_0x5407b6['dUYkw'](importFileFromPWCore,_0x140381);if(!_0x445d66){_0x5407b6[_0x272102(0x10d)](debug,_0x5407b6[_0x272102(0x11d)]);return;}const _0x36915a=_0x445d66['BrowserType'],_0x3704fd=_0x36915a['prototype'];if(_0x3704fd[_0x272102(0x12d)])return;const _0x26de41=_0x3704fd[_0x272102(0x110)];Object['defineProperty'](_0x3704fd,_0x5407b6[_0x272102(0x106)],{'get':function(){return async function _0x4ac825(_0x1f68d9,_0x4f97fd){const _0x236b5a=a4_0x5146,_0x5262b4={'NWGfB':function(_0x209212,_0xab18d3){const _0x40e338=a4_0x5146;return _0x5407b6[_0x40e338(0xc3)](_0x209212,_0xab18d3);},'ujWPx':_0x5407b6[_0x236b5a(0x152)]},_0x1719b2=_0x5407b6[_0x236b5a(0x188)](nestedKeyValue,_0x1f68d9,[_0x5407b6['IoMJO']])||_0x1f68d9;let _0xf09e0e=null,_0x1f79ca=null;try{[_0x1f79ca,_0xf09e0e]=_0x1719b2?_0x5407b6['hObyk'](parseWSEndpoint,_0x1719b2):[null,null],global[_0x236b5a(0x17a)]=_0xf09e0e,logger['debug']('Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20'+_0x1f79ca),_0x1f79ca[_0x236b5a(0xca)](Constants[_0x236b5a(0x14b)])&&(global[_0x236b5a(0x12a)]=_0x5407b6[_0x236b5a(0x108)]);}catch(_0x50ab7c){logger[_0x236b5a(0x187)](_0x236b5a(0xef)+_0x1719b2+'\x20'+_0x50ab7c);}_0x5407b6['CawxM'](processAccessibilityCaps,_0xf09e0e,_0x1f79ca);if(global[_0x236b5a(0xd6)]){const _0x5016ff=await _0x3704fd[_0x236b5a(0x131)][_0x236b5a(0xde)](this,[''+Constants[_0x236b5a(0xfb)]+_0x5407b6[_0x236b5a(0x10d)](encodeURIComponent,JSON['stringify'](_0xf09e0e))]);return PlaywrightSessionDetails[_0x236b5a(0x159)](_0x5016ff,_0x4136b3,_0x1719b2),_0x5016ff;}return _0x26de41[_0x236b5a(0xde)](this,arguments)[_0x236b5a(0x10e)](_0x139c32=>{const _0x553887=_0x236b5a;let _0x4ae430=_0x1f68d9['wsEndpoint'];return _0x5262b4[_0x553887(0x1a5)](typeof _0x1f68d9,_0x5262b4['ujWPx'])&&(_0x4ae430=_0x1f68d9),PlaywrightSessionDetails[_0x553887(0x159)](_0x139c32,_0x4136b3,_0x4ae430),_0x139c32;});};}});const _0x2606ea=_0x3704fd[_0x272102(0x12f)];Object[_0x272102(0x16a)](_0x3704fd,_0x5407b6[_0x272102(0x10c)],{'get':function(){return async function _0x2a1b63(){const _0x2cbbe4=a4_0x5146;return _0x2606ea['apply'](this,arguments)[_0x2cbbe4(0x10e)](_0x781462=>{const _0x4561ef=_0x2cbbe4;return PlaywrightSessionDetails[_0x4561ef(0x159)](_0x781462,null),_0x781462;});};}});};class O11yHelper{[a4_0x49be49(0x119)]=null;[a4_0x49be49(0x124)]=null;[a4_0x49be49(0x142)]=![];[a4_0x49be49(0x172)]=![];constructor(_0x55a2e6,_0x3aeea7){const _0xe48173=a4_0x49be49,_0x177d35={'BlijU':_0xe48173(0x16e),'ZizYu':function(_0x252aca){return _0x252aca();},'MtsbX':function(_0x4f878f,_0x4207fe){return _0x4f878f===_0x4207fe;},'ZWGqF':_0xe48173(0x109),'jbqlh':function(_0x157280,_0x1a782a){return _0x157280(_0x1a782a);},'AHSaT':function(_0x2d143a){return _0x2d143a();}},_0x2cfddf=_0x177d35[_0xe48173(0x13a)][_0xe48173(0xf3)]('|');let _0x203bc9=0x0;while(!![]){switch(_0x2cfddf[_0x203bc9++]){case'0':this['enabled']=_0x177d35[_0xe48173(0xcf)](shouldProcessEventForTesthub);continue;case'1':this[_0xe48173(0x172)]=_0x3aeea7[_0xe48173(0x172)];continue;case'2':this['driver']=_0x55a2e6;continue;case'3':this[_0xe48173(0x115)]&&_0x177d35[_0xe48173(0xc2)](this[_0xe48173(0x115)][_0xe48173(0x102)][_0xe48173(0xf6)],_0x177d35[_0xe48173(0xda)])&&_0x177d35[_0xe48173(0x193)](mockPWBrowserType,null);continue;case'4':this[_0xe48173(0x199)]=_0x177d35[_0xe48173(0x1a9)](getTestEnv);continue;case'5':this[_0xe48173(0xbe)]=new testOpsHelper[(_0xe48173(0x17c))]({'cwd':process[_0xe48173(0x14a)]()},this[_0xe48173(0x199)][_0xe48173(0x148)]);continue;}break;}}[a4_0x49be49(0xea)](){const _0x193864=a4_0x49be49;if(!this[_0x193864(0x142)])return;testOpsHelper[_0x193864(0x183)](),process['removeAllListeners'](_0x193864(0x11a)+process[_0x193864(0x100)]),process['on'](_0x193864(0x11a)+process['pid'],this['appendTestItemLog']['bind'](this));}async[a4_0x49be49(0xee)](){const _0xb0755f=a4_0x49be49;await RequestQueueHandler[_0xb0755f(0x18c)]()[_0xb0755f(0x11c)]();}async[a4_0x49be49(0xb9)](_0x416097){const _0x11bdd2=a4_0x49be49,_0x47857e={'LDlXD':_0x11bdd2(0x13c),'niItl':function(_0x14ce3c,_0x118eb6){return _0x14ce3c(_0x118eb6);}};try{this[_0x11bdd2(0x124)]&&!this[_0x11bdd2(0x124)][_0x11bdd2(0x19c)]&&(_0x416097[_0x11bdd2(0x14c)]=this['currentHook'][_0x11bdd2(0x166)]);!_0x416097['hook_run_uuid']&&this[_0x11bdd2(0x119)]&&!this['currentTest'][_0x11bdd2(0x19c)]&&(_0x416097[_0x11bdd2(0x190)]=this['currentTest'][_0x11bdd2(0xb1)]);if(_0x416097[_0x11bdd2(0x14c)]||_0x416097[_0x11bdd2(0x190)]){const _0x491a82={};_0x491a82['event_type']=_0x47857e[_0x11bdd2(0x14f)],_0x491a82[_0x11bdd2(0xc0)]=[_0x416097],await SessionHandler['uploadEventData'](_0x491a82);}}catch(_0x3b421d){_0x47857e['niItl'](debug,_0x11bdd2(0x198)+constants['TEST_REPORTING_ANALYTICS']+_0x11bdd2(0x163)+_0x3b421d);}}async[a4_0x49be49(0x181)](_0x2f2b34){const _0x534d28=a4_0x49be49,_0x318bae={'uOdmr':_0x534d28(0x10b),'LQaeT':function(_0x381357,_0x44cb80){return _0x381357(_0x44cb80);}};if(!this['enabled'])return;const _0x1a5fa0=this[_0x534d28(0x1a0)](this[_0x534d28(0x115)]);try{const _0x11c644={};_0x11c644[_0x534d28(0x126)]=_0x2f2b34,_0x11c644[_0x534d28(0x17e)]=_0x1a5fa0;const _0x4e2908=_0x11c644,_0x5433af={};_0x5433af[_0x534d28(0x103)]=_0x318bae[_0x534d28(0x197)],_0x5433af[_0x534d28(0xd7)]=_0x4e2908,await SessionHandler[_0x534d28(0x194)](_0x5433af);}catch(_0x2792d5){_0x318bae[_0x534d28(0xe5)](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20'+constants[_0x534d28(0x138)]+'\x20with\x20error\x20:\x20'+_0x2792d5);}}[a4_0x49be49(0x1a0)](_0x5ae356){const _0x3e0279={'QuqKz':function(_0x29a323,_0x432595){return _0x29a323(_0x432595);}};return _0x3e0279['QuqKz'](fetchPlatformDetails,_0x5ae356);}[a4_0x49be49(0x192)]=_0x5a595a=>{const _0x1347aa=a4_0x49be49,_0x1fe6f2={};_0x1fe6f2[_0x1347aa(0x180)]=_0x1347aa(0x185),_0x1fe6f2[_0x1347aa(0xf8)]=_0x1347aa(0xf1);const _0x4ed9ac=_0x1fe6f2;if(!_0x5a595a||!_0x5a595a[_0x1347aa(0x195)])return;[_0x4ed9ac[_0x1347aa(0x180)],_0x4ed9ac[_0x1347aa(0xf8)]][_0x1347aa(0x174)](_0x3342af=>{const _0xc27d26=_0x1347aa,_0xb6ebd9=_0x5a595a[_0xc27d26(0x195)][_0x3342af];_0xb6ebd9[_0xc27d26(0x174)](_0x3fca20=>{const _0xe0c504=_0xc27d26;_0x3fca20[_0xe0c504(0x166)]&&(_0x3fca20[_0xe0c504(0x166)]=null);});});};['mapTestHooks'](_0x23a497){const _0x34e4bb=a4_0x49be49,_0x45d994={'tLaZV':'codeceptjs','CLOZz':function(_0x54b18d){return _0x54b18d();},'MIfgo':function(_0xac797b,_0x5dbc46){return _0xac797b===_0x5dbc46;},'wQxIr':_0x34e4bb(0xf1),'lwfyf':_0x34e4bb(0x12c),'vjkCb':_0x34e4bb(0x150),'KAkzE':_0x34e4bb(0x185)};if(!_0x23a497||!_0x23a497[_0x34e4bb(0x195)])return;[_0x45d994[_0x34e4bb(0x107)],_0x45d994[_0x34e4bb(0xc8)],_0x45d994[_0x34e4bb(0x134)],_0x45d994[_0x34e4bb(0x19a)]][_0x34e4bb(0x174)](_0x4cc14a=>{const _0x48e17a=_0x34e4bb,_0x2f9d07={'biwOj':_0x45d994['tLaZV'],'lAXPM':function(_0x18e95f){const _0x323563=a4_0x5146;return _0x45d994[_0x323563(0xc7)](_0x18e95f);},'vivOh':function(_0x370ee6,_0x38c3fd){const _0x99f4a5=a4_0x5146;return _0x45d994[_0x99f4a5(0xf0)](_0x370ee6,_0x38c3fd);},'EucuY':_0x45d994['wQxIr']},_0x553f2e=_0x23a497[_0x48e17a(0x195)][_0x4cc14a]||[];_0x553f2e['forEach'](_0x378514=>{const _0x4aa6d1=_0x48e17a;if(_0x378514[_0x4aa6d1(0x19d)][_0x4aa6d1(0xca)](_0x2f9d07[_0x4aa6d1(0x153)]))return;if(!_0x378514[_0x4aa6d1(0x166)])_0x378514['hookAnalyticsId']=_0x2f9d07[_0x4aa6d1(0x18e)](uuidv4);else _0x378514[_0x4aa6d1(0x19c)]&&_0x2f9d07['vivOh'](_0x4cc14a,_0x2f9d07[_0x4aa6d1(0x10f)])&&(_0x378514['hookAnalyticsId']=_0x2f9d07[_0x4aa6d1(0x18e)](uuidv4),delete _0x378514[_0x4aa6d1(0x19c)]);});}),this[_0x34e4bb(0x17d)](_0x23a497['parent']);}['getHooksForTest'](_0x4dc505){const _0x2fba2c=a4_0x49be49,_0x135c75={};_0x135c75[_0x2fba2c(0x104)]=_0x2fba2c(0x12c),_0x135c75[_0x2fba2c(0x161)]='_afterAll',_0x135c75[_0x2fba2c(0x128)]='_beforeEach',_0x135c75[_0x2fba2c(0x11e)]=_0x2fba2c(0xf1);const _0x45f210=_0x135c75;if(!_0x4dc505||!_0x4dc505[_0x2fba2c(0x195)])return[];const _0x594798=[];return[_0x45f210['QFcVr'],_0x45f210[_0x2fba2c(0x161)],_0x45f210[_0x2fba2c(0x128)],_0x45f210[_0x2fba2c(0x11e)]]['forEach'](_0x278b68=>{const _0x76fc9e=_0x2fba2c,_0x67c3fe=_0x4dc505[_0x76fc9e(0x195)][_0x278b68]||[];_0x67c3fe[_0x76fc9e(0x174)](_0x5e4ee7=>{const _0x4a2c25=_0x76fc9e;_0x5e4ee7[_0x4a2c25(0x166)]&&_0x594798[_0x4a2c25(0xe0)](_0x5e4ee7[_0x4a2c25(0x166)]);});}),[][_0x2fba2c(0xce)](_0x594798,this[_0x2fba2c(0x112)](_0x4dc505[_0x2fba2c(0x195)]));}['getHookType'](_0x113551){const _0x287e11=a4_0x49be49,_0x4167fc=/^"(?<hook>.*)" hook:.*$/,_0x5bb57c=_0x113551[_0x287e11(0x19d)],_0x27854c=_0x5bb57c[_0x287e11(0x157)](_0x4167fc);if(_0x27854c&&_0x27854c[_0x287e11(0xdd)])return _0x27854c[_0x287e11(0xdd)][_0x287e11(0x116)][_0x287e11(0x16f)]()[_0x287e11(0x186)]('\x20','_');return null;}[a4_0x49be49(0x154)](_0x29396d){const _0x66580c=a4_0x49be49,_0x3de03e={};_0x3de03e[_0x66580c(0xb5)]=function(_0x13988d,_0x20ab73){return _0x13988d===_0x20ab73;},_0x3de03e[_0x66580c(0xc4)]=function(_0x59879d,_0x5c55c5){return _0x59879d===_0x5c55c5;},_0x3de03e[_0x66580c(0x146)]=function(_0x342b0b,_0x54380c){return _0x342b0b===_0x54380c;},_0x3de03e[_0x66580c(0xb4)]=_0x66580c(0x170),_0x3de03e[_0x66580c(0x191)]='config';const _0x89a298=_0x3de03e,_0x44ee79=path[_0x66580c(0xba)];if(_0x89a298[_0x66580c(0xb5)](_0x29396d,null)||_0x89a298[_0x66580c(0xb5)](_0x29396d,'')||_0x89a298[_0x66580c(0xc4)](_0x29396d,_0x44ee79)||_0x89a298['iUmCE'](_0x29396d,path['dirname'](_0x29396d)))return null;try{return fs[_0x66580c(0xdb)](path[_0x66580c(0x15f)](_0x29396d,_0x89a298['ixQdk'],_0x89a298[_0x66580c(0x191)])),_0x29396d;}catch(_0x10a3fb){const _0x32e6a0=path['dirname'](_0x29396d);return this['findGitConfig'](_0x32e6a0);}}[a4_0x49be49(0x189)](_0x3cdb44){const _0x1a3fe9=a4_0x49be49,_0x2a1253={};_0x2a1253['sGWwa']=function(_0x90113d,_0x49118b){return _0x90113d>_0x49118b;};const _0x14feaf=_0x2a1253;if(_0x3cdb44[_0x1a3fe9(0x1aa)])return _0x3cdb44['file'];if(_0x3cdb44[_0x1a3fe9(0x164)]){const _0x19f62c=_0x3cdb44['ctx']['currentTest']?this[_0x1a3fe9(0x189)](_0x3cdb44[_0x1a3fe9(0x164)][_0x1a3fe9(0x119)]):null;if(_0x19f62c)return _0x19f62c;}if(_0x3cdb44[_0x1a3fe9(0x195)]){const _0x3317b7=this['getRootParentFile'](_0x3cdb44[_0x1a3fe9(0x195)])||(_0x3cdb44[_0x1a3fe9(0x195)][_0x1a3fe9(0x164)]&&_0x3cdb44[_0x1a3fe9(0x195)][_0x1a3fe9(0x164)][_0x1a3fe9(0x119)]?this[_0x1a3fe9(0x189)](_0x3cdb44[_0x1a3fe9(0x195)][_0x1a3fe9(0x164)][_0x1a3fe9(0x119)]):null);if(_0x3317b7)return _0x3317b7;_0x3cdb44['parent'][_0x1a3fe9(0x111)]&&_0x14feaf[_0x1a3fe9(0xeb)](_0x3cdb44[_0x1a3fe9(0x195)][_0x1a3fe9(0x111)][_0x1a3fe9(0x149)],0x0)&&_0x3cdb44[_0x1a3fe9(0x195)][_0x1a3fe9(0x111)][_0x1a3fe9(0x174)](_0x4b89e6=>{const _0x108de2=_0x1a3fe9,_0x7d118d=_0x4b89e6[_0x108de2(0x164)]?this[_0x108de2(0x189)](_0x4b89e6['ctx']):null;if(_0x7d118d)return _0x7d118d;});}return null;}['getHierarchy'](_0x3819f8){const _0x453449=a4_0x49be49,_0x4b4bee={};_0x4b4bee['UXail']=function(_0x91d9a7,_0x263cc1){return _0x91d9a7!==_0x263cc1;};const _0x3de9f9=_0x4b4bee,_0x61f90f=[];if(_0x3819f8&&_0x3819f8[_0x453449(0x195)]){let _0x187cec=_0x3819f8['parent'];while(_0x187cec&&_0x3de9f9[_0x453449(0x145)](_0x187cec[_0x453449(0x19d)],'')){_0x61f90f[_0x453449(0xe0)](_0x187cec[_0x453449(0x19d)]),_0x187cec=_0x187cec[_0x453449(0x195)];}}return _0x61f90f;}[a4_0x49be49(0xfc)](_0x5306db,_0x3d0a86,_0x11702e=undefined){const _0x5f06e6=a4_0x49be49,_0x56cb4f={'TTJgN':function(_0x38d51d,_0x3523ed){return _0x38d51d(_0x3523ed);},'vFObC':function(_0x3071d5){return _0x3071d5();},'EAdvy':function(_0x2d6a8e){return _0x2d6a8e();},'bpIAH':_0x5f06e6(0xfe),'EfRUL':_0x5f06e6(0x11f),'TAVfM':function(_0x425801,_0x1ce4d1){return _0x425801!==_0x1ce4d1;},'baniq':_0x5f06e6(0x176),'TIpph':_0x5f06e6(0x160),'iisew':_0x5f06e6(0xd9),'dUoQb':_0x5f06e6(0x137),'xVkAv':_0x5f06e6(0x143),'DMsWw':_0x5f06e6(0x11b),'ivssp':function(_0x3892ab,_0xef34f0){return _0x3892ab-_0xef34f0;},'LulwZ':function(_0x4a9791,_0x564572,_0x213240,_0x3cf65c,_0x3578c6){return _0x4a9791(_0x564572,_0x213240,_0x3cf65c,_0x3578c6);},'mjKyS':function(_0x438459,_0x53f483){return _0x438459!==_0x53f483;},'VwxsM':_0x5f06e6(0x17e),'CnTwS':'meta','gIaPB':_0x5f06e6(0x1a6),'lAuPS':_0x5f06e6(0xb7),'FpzJP':_0x5f06e6(0x141),'nGBAu':_0x5f06e6(0x14d),'DkqlJ':'expanded','nabEt':function(_0x4e179b,_0x3253a7){return _0x4e179b===_0x3253a7;},'FyfJN':_0x5f06e6(0x14e),'kjytb':'test_run'};if(!this[_0x5f06e6(0x142)])return;try{if(_0x3d0a86['fn']&&_0x3d0a86['fn'][_0x5f06e6(0xf9)]()['match'](/browserstack internal helper hook/))return;const _0x46ae92=_0x56cb4f[_0x5f06e6(0x1a1)](parseEvent,_0x5306db);if(!_0x46ae92)return;if(_0x46ae92[_0x5f06e6(0x18b)]){this[_0x5f06e6(0x119)]=_0x3d0a86,this[_0x5f06e6(0x124)]=null;if(_0x46ae92[_0x5f06e6(0x13b)]||_0x46ae92[_0x5f06e6(0x143)]){_0x3d0a86['startedAt']=new Date(),_0x3d0a86[_0x5f06e6(0x19c)]=![];if(!_0x3d0a86[_0x5f06e6(0xb1)])_0x3d0a86[_0x5f06e6(0xb1)]=_0x56cb4f[_0x5f06e6(0xbb)](uuidv4);else _0x3d0a86[_0x5f06e6(0x19c)]&&(!_0x3d0a86[_0x5f06e6(0xf2)]&&(_0x3d0a86[_0x5f06e6(0xf2)]=_0x3d0a86['testAnalyticsId']),_0x3d0a86[_0x5f06e6(0xb1)]=_0x56cb4f[_0x5f06e6(0x15e)](uuidv4));}}else{if(_0x46ae92[_0x5f06e6(0x116)]){this[_0x5f06e6(0x124)]=_0x3d0a86;if(_0x46ae92[_0x5f06e6(0x13b)]){_0x3d0a86[_0x5f06e6(0x17b)]=new Date(),_0x3d0a86[_0x5f06e6(0x19c)]=![];if(!_0x3d0a86[_0x5f06e6(0x166)])_0x3d0a86['hookAnalyticsId']=_0x56cb4f['EAdvy'](uuidv4);else _0x3d0a86[_0x5f06e6(0x166)]&&_0x3d0a86[_0x5f06e6(0x19c)]&&(_0x3d0a86[_0x5f06e6(0x166)]=_0x56cb4f[_0x5f06e6(0x15e)](uuidv4));}}}if(_0x46ae92[_0x5f06e6(0x122)]&&_0x3d0a86[_0x5f06e6(0x19c)])return;let _0xff25e4;try{_0xff25e4=this[_0x5f06e6(0x189)](_0x3d0a86);}catch(_0x1c0ae6){logger[_0x5f06e6(0x187)](_0x5f06e6(0xf7)+_0x1c0ae6),_0xff25e4=null;}const _0x4470cd=_0x56cb4f[_0x5f06e6(0x1a1)](require,_0x56cb4f[_0x5f06e6(0xd1)]);let _0x1de21c=[];_0x11702e&&(_0x1de21c=[_0x11702e,_0x56cb4f[_0x5f06e6(0x101)]]);const _0x173201=_0x56cb4f[_0x5f06e6(0x139)](_0x3d0a86[_0x5f06e6(0x140)],undefined)?_0x4470cd[_0x5f06e6(0xd5)](_0x3d0a86[_0x5f06e6(0x140)][0x0]):_0x56cb4f[_0x5f06e6(0x139)](_0x11702e,undefined)?_0x11702e[_0x5f06e6(0xf9)]():undefined,_0x3ef767=_0xff25e4?this['findGitConfig'](_0xff25e4):null,_0x14868e=_0xff25e4?this[_0x5f06e6(0xbe)]['prefixTestPath'](this['getRootParentFile'](_0x3d0a86)):_0x56cb4f[_0x5f06e6(0x196)];let _0x1a776b=_0x56cb4f[_0x5f06e6(0xe9)];const _0x503350=!_0x46ae92[_0x5f06e6(0x13b)]?new Date()[_0x5f06e6(0xe8)]():null;if(_0x46ae92[_0x5f06e6(0x122)])_0x1a776b=_0x11702e?_0x56cb4f[_0x5f06e6(0x13e)]:_0x56cb4f[_0x5f06e6(0x117)],_0x3d0a86[_0x5f06e6(0x19c)]=!![];else _0x46ae92[_0x5f06e6(0x143)]&&(_0x1a776b=_0x56cb4f[_0x5f06e6(0x18d)],_0x3d0a86[_0x5f06e6(0x19c)]=!![]);const _0x330601={'framework':this[_0x5f06e6(0x172)],'uuid':_0x3d0a86['testAnalyticsId']||_0x3d0a86[_0x5f06e6(0x166)],'name':_0x3d0a86[_0x5f06e6(0x19d)],'body':{'lang':_0x56cb4f[_0x5f06e6(0x121)],'code':_0x3d0a86[_0x5f06e6(0x1a8)][_0x5f06e6(0xf9)]()},'type':_0x3d0a86[_0x5f06e6(0x1a3)],'scope':_0x3d0a86[_0x5f06e6(0x125)](),'scopes':this[_0x5f06e6(0x16d)](_0x3d0a86),'file_name':_0x14868e,'vc_filepath':_0x3ef767?path['relative'](_0x3ef767,_0xff25e4):null,'location':_0x14868e,'result':_0x1a776b,'failure_reason':_0x173201,'duration_in_ms':_0x3d0a86['duration']||(_0x46ae92['finished']||_0x46ae92[_0x5f06e6(0x143)])?_0x56cb4f['ivssp'](Date[_0x5f06e6(0x16c)](),new Date(_0x3d0a86[_0x5f06e6(0x17b)])['getTime']()):null,'started_at':new Date(_0x3d0a86[_0x5f06e6(0x17b)])['toISOString'](),'finished_at':_0x503350,'failure':testOpsHelper[_0x5f06e6(0xfd)][_0x5f06e6(0xde)](null,_0x1de21c),'failure_type':!_0x173201?null:testOpsHelper[_0x5f06e6(0x15c)](_0x173201),'retry_of':_0x3d0a86[_0x5f06e6(0xf2)]||null,'tags':_0x3d0a86[_0x5f06e6(0x168)]||[],'customRerunParam':{'rerun_name':_0x3d0a86[_0x5f06e6(0x125)]()}};_0x56cb4f['LulwZ'](appendTesthubParams,_0x330601,_0x5306db,_0x3d0a86,FRAMEWORKS[_0x5f06e6(0xd2)]);if(_0x46ae92['hook'])[_0x330601['hook_type'],_0x330601['name']]=[this[_0x5f06e6(0xbc)](_0x3d0a86),_0x3d0a86[_0x5f06e6(0x164)]['test']['title']],_0x46ae92[_0x5f06e6(0x122)]?_0x56cb4f['mjKyS'](_0x330601[_0x5f06e6(0xf4)],_0x56cb4f['iisew'])&&(_0x330601[_0x5f06e6(0xf4)]=_0x56cb4f[_0x5f06e6(0x117)]):_0x330601[_0x5f06e6(0x1a8)]={};else _0x46ae92[_0x5f06e6(0x18b)]&&(this[_0x5f06e6(0x17d)](_0x3d0a86),_0x46ae92[_0x5f06e6(0x143)]&&this['resetSkipTestHooks'](_0x3d0a86),(_0x46ae92[_0x5f06e6(0x122)]||_0x46ae92['skipped'])&&(_0x330601[_0x5f06e6(0x12e)]=this['getHooksForTest'](_0x3d0a86)));this[_0x5f06e6(0x115)]&&(_0x46ae92['started']||_0x46ae92[_0x5f06e6(0x143)])&&(_0x330601[_0x56cb4f[_0x5f06e6(0x129)]]=this[_0x5f06e6(0x1a0)](this[_0x5f06e6(0x115)]));_0x46ae92[_0x5f06e6(0x18b)]&&_0x46ae92[_0x5f06e6(0x122)]&&_0x3d0a86[_0x5f06e6(0x179)]&&(_0x330601[_0x56cb4f[_0x5f06e6(0xb8)]]={'feature':{'name':_0x3d0a86['parent'][_0x5f06e6(0x177)]['name'],'path':_0x330601[_0x5f06e6(0x13f)],'description':_0x3d0a86[_0x5f06e6(0x195)][_0x5f06e6(0x1a4)]},'scenario':{'name':_0x3d0a86[_0x5f06e6(0x19d)]},'steps':_0x3d0a86[_0x5f06e6(0x179)]});const _0x219062=_0x330601[_0x56cb4f[_0x5f06e6(0xe7)]][0x0];_0x219062&&(_0x330601[_0x56cb4f[_0x5f06e6(0xc6)]]=_0x219062[_0x56cb4f[_0x5f06e6(0xfa)]],_0x330601[_0x56cb4f[_0x5f06e6(0x120)]]=_0x219062[_0x56cb4f['DkqlJ']]);if(_0x3d0a86[_0x5f06e6(0x179)])for(const _0x49281c of _0x3d0a86['bddSteps']){!_0x49281c[_0x5f06e6(0xed)]&&(_0x49281c[_0x5f06e6(0xed)]=new Date()[_0x5f06e6(0xe8)](),_0x56cb4f['nabEt'](_0x49281c[_0x5f06e6(0xf4)],_0x56cb4f[_0x5f06e6(0xe9)])&&(_0x219062?(_0x49281c[_0x5f06e6(0xf4)]=_0x56cb4f[_0x5f06e6(0x13e)],_0x49281c[_0x5f06e6(0x1a6)]=_0x219062[_0x56cb4f['FpzJP']][0x0]):_0x49281c[_0x5f06e6(0xf4)]=_0x56cb4f[_0x5f06e6(0x117)]));}const _0x2acf3d={};_0x2acf3d['event_type']=_0x46ae92[_0x5f06e6(0x143)]?TEST_EVENTS[_0x5f06e6(0xd0)]:_0x5306db;const _0x5a1638=_0x2acf3d;return _0x46ae92[_0x5f06e6(0x116)]?_0x5a1638[_0x56cb4f[_0x5f06e6(0xdc)]]=_0x330601:_0x5a1638[_0x56cb4f['kjytb']]=_0x330601,_0x5a1638;}catch(_0x1cc934){logger[_0x5f06e6(0x187)](_0x5f06e6(0xc1)+_0x5306db+_0x5f06e6(0x163)+_0x1cc934);}}async[a4_0x49be49(0xc9)](_0x110b9b,_0x59aea7){const _0x3df6d7=a4_0x49be49;if(!this[_0x3df6d7(0x142)]||!_0x59aea7||!_0x110b9b)return![];try{return await SessionHandler[_0x3df6d7(0x194)](_0x59aea7);}catch(_0x3bef2d){logger[_0x3df6d7(0x187)](_0x3df6d7(0x175)+_0x110b9b+_0x3df6d7(0x163)+_0x3bef2d);}}['initializeBddStep'](_0x3f4bf8){const _0x275016=a4_0x49be49,_0x47ce3d={};_0x47ce3d[_0x275016(0x114)]=_0x275016(0x160);const _0x2fc1b6=_0x47ce3d;return{'id':_0x3f4bf8[_0x275016(0x144)],'text':_0x3f4bf8[_0x275016(0x18a)],'keyword':_0x3f4bf8['keyword'],'started_at':_0x3f4bf8['startedAt'][_0x275016(0xe8)](),'result':_0x2fc1b6[_0x275016(0x114)]};}['bddStepStart'](_0x408245){const _0x2a1237=a4_0x49be49,_0x3fccbc={'vsKHK':function(_0x37f346){return _0x37f346();}};!this[_0x2a1237(0x119)][_0x2a1237(0x179)]&&(this[_0x2a1237(0x119)][_0x2a1237(0x179)]=[]),!_0x408245['stepAnalyticsId']&&(_0x408245[_0x2a1237(0x144)]=_0x3fccbc['vsKHK'](uuidv4),_0x408245[_0x2a1237(0x17b)]=new Date(),this[_0x2a1237(0x119)][_0x2a1237(0x179)]['push'](this['initializeBddStep'](_0x408245)));}[a4_0x49be49(0x156)](_0x1a6a93){const _0x47d4c5=a4_0x49be49,_0xd19ee0={'arwNM':function(_0x1deb30,_0x33572c){return _0x1deb30(_0x33572c);},'MxtPn':_0x47d4c5(0x171),'qFrnH':_0x47d4c5(0x160),'WrUUe':_0x47d4c5(0x137),'rHvvk':function(_0x5adb76,_0x27fc91){return _0x5adb76-_0x27fc91;}};let _0x512b2e=this[_0x47d4c5(0x119)]['bddSteps']['find'](_0x138f2e=>_0x138f2e['id']===_0x1a6a93['stepAnalyticsId']);_0xd19ee0[_0x47d4c5(0x15a)](isUndefined,_0x512b2e)&&(_0x512b2e=this[_0x47d4c5(0x136)](_0x1a6a93)),_0x512b2e['result']=[_0xd19ee0['MxtPn'],_0xd19ee0[_0x47d4c5(0x19f)]][_0x47d4c5(0xca)](_0x1a6a93[_0x47d4c5(0x1a7)])?_0xd19ee0[_0x47d4c5(0x13d)]:_0x1a6a93[_0x47d4c5(0x1a7)],_0x512b2e[_0x47d4c5(0xed)]=new Date()[_0x47d4c5(0xe8)](),_0x512b2e['duration']=_0xd19ee0[_0x47d4c5(0x15d)](Date[_0x47d4c5(0x16c)](),_0x1a6a93[_0x47d4c5(0x17b)][_0x47d4c5(0xb2)]()),_0x512b2e[_0x47d4c5(0x1a6)]=_0x1a6a93[_0x47d4c5(0x11f)]?_0x1a6a93[_0x47d4c5(0x11f)]['message']:null;}}function a4_0x5146(_0x2c3f67,_0x4dc22c){const _0x53f5a7=a4_0x53f5();return a4_0x5146=function(_0x5146ed,_0x2312a2){_0x5146ed=_0x5146ed-0xb1;let _0x5c1f51=_0x53f5a7[_0x5146ed];return _0x5c1f51;},a4_0x5146(_0x2c3f67,_0x4dc22c);}const a4_0x528bfc={};a4_0x528bfc[a4_0x49be49(0xd4)]=O11yHelper,a4_0x528bfc[a4_0x49be49(0x133)]=STATE_PASSED,a4_0x528bfc['STATE_FAILED']=STATE_FAILED,a4_0x528bfc[a4_0x49be49(0xd8)]=TEST_EVENTS,module[a4_0x49be49(0x123)]=a4_0x528bfc;