browserstack-node-sdk 1.52.2 → 1.53.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (193) 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 +4 -3
  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/puppeteer/patches.js +1 -1
  90. package/src/bin/puppeteer/sessionDetails.js +1 -1
  91. package/src/bin/puppeteer/test.setup.js +1 -1
  92. package/src/bin/runner.js +1 -1
  93. package/src/bin/setup.js +1 -1
  94. package/src/bin/test-runner/index.js +1 -1
  95. package/src/bin/test-runner/runTest.js +1 -1
  96. package/src/bin/test-runner/testWorker.js +1 -1
  97. package/src/bin/utils/apiUtilityMethods.js +1 -1
  98. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  99. package/src/bin/utils/constants.js +1 -1
  100. package/src/bin/utils/log4jsAppender.js +1 -1
  101. package/src/bin/utils/logPatcher.js +1 -1
  102. package/src/bin/utils/logReportingAPI.js +1 -1
  103. package/src/bin/utils/playwright-patcher.js +1 -1
  104. package/src/bin/utils/puppeteer-patcher.js +1 -1
  105. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  106. package/src/bin/utils/sharedUtils.js +1 -1
  107. package/src/bin/v2/TestInfo.js +1 -1
  108. package/src/bin/v2/browserstackCLI.js +1 -1
  109. package/src/bin/v2/cliUtils.js +1 -1
  110. package/src/bin/v2/customTagManager.js +1 -1
  111. package/src/bin/v2/eventDispatcher.js +1 -1
  112. package/src/bin/v2/framework/automationFramework.js +1 -1
  113. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  114. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  115. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  116. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  117. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  118. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  119. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  120. package/src/bin/v2/framework/testFramework.js +1 -1
  121. package/src/bin/v2/grpcClient.js +1 -1
  122. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  123. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  124. package/src/bin/v2/instances/trackedContext.js +1 -1
  125. package/src/bin/v2/instances/trackedInstance.js +1 -1
  126. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  127. package/src/bin/v2/modules/baseModule.js +1 -1
  128. package/src/bin/v2/modules/loadTestModule.js +1 -1
  129. package/src/bin/v2/modules/observabilityModule.js +1 -1
  130. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  131. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  132. package/src/bin/v2/modules/testhubModule.js +1 -1
  133. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  134. package/src/bin/v2/state/hookState.js +1 -1
  135. package/src/bin/v2/state/testFrameworkState.js +1 -1
  136. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  137. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  138. package/src/bin/v2/utils/jest-utils.js +1 -1
  139. package/src/bin/vanilla-js/command.js +1 -1
  140. package/src/browserStackSdk.js +1 -1
  141. package/src/helpers/BrowserStackSetup.js +1 -1
  142. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  143. package/src/helpers/accessibility-automation/constants.js +1 -1
  144. package/src/helpers/accessibility-automation/helper.js +1 -1
  145. package/src/helpers/accessibility-automation/scripts.js +1 -1
  146. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  147. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  148. package/src/helpers/ats/constants.js +1 -1
  149. package/src/helpers/ats/helper.js +1 -1
  150. package/src/helpers/capsMapping.js +1 -1
  151. package/src/helpers/central-scanner/constants.js +1 -1
  152. package/src/helpers/central-scanner/helpers.js +1 -1
  153. package/src/helpers/classLogger.js +1 -1
  154. package/src/helpers/globals.js +1 -1
  155. package/src/helpers/helper.js +1 -1
  156. package/src/helpers/logger.js +1 -1
  157. package/src/helpers/metadata.js +1 -1
  158. package/src/helpers/patchHelper.js +1 -1
  159. package/src/helpers/patchHelpers.js +1 -1
  160. package/src/helpers/percy/Percy.js +1 -1
  161. package/src/helpers/percy/PercyBinary.js +1 -1
  162. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  163. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  164. package/src/helpers/percy/PercySDK.js +1 -1
  165. package/src/helpers/percy/index.js +1 -1
  166. package/src/helpers/percy/utils.js +1 -1
  167. package/src/helpers/performance/constants.js +1 -1
  168. package/src/helpers/performance/performance-tester.js +1 -1
  169. package/src/helpers/playwright-helper.js +1 -1
  170. package/src/helpers/processHelper.js +1 -1
  171. package/src/helpers/puppeteer-helper.js +1 -1
  172. package/src/helpers/request-spy.js +1 -1
  173. package/src/helpers/setKeepAlive.js +1 -1
  174. package/src/helpers/test-observability/constants.js +1 -1
  175. package/src/helpers/test-observability/error-handler.js +1 -1
  176. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  177. package/src/helpers/test-observability/sessionHandler.js +1 -1
  178. package/src/helpers/test-observability/utils.js +1 -1
  179. package/src/helpers/test-orchestration/constants.js +1 -1
  180. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  181. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  182. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  183. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  184. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  185. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  186. package/src/helpers/testhub/constants.js +1 -1
  187. package/src/helpers/testhub/testhubHandler.js +1 -1
  188. package/src/helpers/testhub/utils.js +1 -1
  189. package/src/helpers/timeoutPromise.js +1 -1
  190. package/src/helpers/utilities.js +1 -1
  191. package/src/helpers/w3cMapping.js +1 -1
  192. package/src/hubAllocationMethods.js +1 -1
  193. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a1_0x2964bb=a1_0x1a67;(function(_0x4d6acc,_0x597749){const _0xa02367=a1_0x1a67,_0x386ff3=_0x4d6acc();while(!![]){try{const _0x1ec242=parseInt(_0xa02367(0x141))/0x1+parseInt(_0xa02367(0xbe))/0x2*(parseInt(_0xa02367(0x163))/0x3)+-parseInt(_0xa02367(0x99))/0x4*(-parseInt(_0xa02367(0x127))/0x5)+-parseInt(_0xa02367(0xed))/0x6+-parseInt(_0xa02367(0x7a))/0x7*(parseInt(_0xa02367(0xd7))/0x8)+-parseInt(_0xa02367(0xbd))/0x9*(-parseInt(_0xa02367(0xd8))/0xa)+-parseInt(_0xa02367(0x91))/0xb;if(_0x1ec242===_0x597749)break;else _0x386ff3['push'](_0x386ff3['shift']());}catch(_0x13b583){_0x386ff3['push'](_0x386ff3['shift']());}}}(a1_0x3156,0x40cb9));function a1_0x1a67(_0x36f270,_0x43efea){const _0x315620=a1_0x3156();return a1_0x1a67=function(_0x1a67ea,_0x13d1ab){_0x1a67ea=_0x1a67ea-0x69;let _0xa4892d=_0x315620[_0x1a67ea];return _0xa4892d;},a1_0x1a67(_0x36f270,_0x43efea);}const fs=require('fs'),util=require(a1_0x2964bb(0x158)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x2964bb(0xda)),logger=require(a1_0x2964bb(0xd2))[a1_0x2964bb(0x14e)],testOpsHelper=require(a1_0x2964bb(0xc1)),requestSpy=require('../../helpers/request-spy'),PlaywrightSessionDetails=require(a1_0x2964bb(0x90)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x2964bb(0xc0)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x2964bb(0xfb)),AccessibilityHelper=require(a1_0x2964bb(0x15c)),scripts=require(a1_0x2964bb(0x81)),PerformanceTester=require(a1_0x2964bb(0x145)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require('../../helpers/performance/constants'),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x2964bb(0x101)),testHubConstants=require(a1_0x2964bb(0xf4)),globals=require(a1_0x2964bb(0xb3)),CodeceptJS=requireModule(a1_0x2964bb(0x6d),a1_0x2964bb(0x8b)),CodeceptUtils=requireModule(a1_0x2964bb(0x82),'codeceptjs'),CodeceptWebDriver=requireModule('codeceptjs/lib/helper/WebDriver.js',a1_0x2964bb(0x8b)),CodeceptRecorder=requireModule(a1_0x2964bb(0x153),a1_0x2964bb(0x8b)),CodeceptPlaywright=requireModule(a1_0x2964bb(0xf0),'codeceptjs'),playwrightMarkSessionStatus=(_0x2d493b,_0x44d064,_0x15b33c)=>{const _0x45cea1=a1_0x2964bb,_0x45779c={'JLGQi':'setSessionStatus','MBkZx':function(_0x1b1234,_0x1ea4c5){return _0x1b1234(_0x1ea4c5);}},_0x4c80ef={};_0x4c80ef[_0x45cea1(0xdd)]=_0x44d064;const _0x4e7766={};_0x4e7766[_0x45cea1(0x14f)]=_0x45779c['JLGQi'],_0x4e7766['arguments']=_0x4c80ef;const _0x55c1b9=_0x4e7766;return!_0x45779c[_0x45cea1(0x10a)](isUndefined,_0x15b33c)&&(_0x55c1b9[_0x45cea1(0x11b)][_0x45cea1(0xf2)]=JSON[_0x45cea1(0xf9)](_0x15b33c)),_0x2d493b[_0x45cea1(0x118)](()=>{},_0x45cea1(0x13d)+JSON[_0x45cea1(0xf9)](_0x55c1b9));},o11ySync=PerformanceTester[a1_0x2964bb(0x142)](PerformanceO11yEvents[a1_0x2964bb(0xba)],async _0x8b1b1e=>{const _0x35b39e=a1_0x2964bb,_0x2f1c7d={};_0x2f1c7d[_0x35b39e(0xce)]=function(_0x36bf14,_0x3629f6){return _0x36bf14===_0x3629f6;},_0x2f1c7d['bMdGd']='Playwright';const _0x39581f=_0x2f1c7d;_0x39581f[_0x35b39e(0xce)](_0x8b1b1e['constructor'][_0x35b39e(0x87)],_0x39581f[_0x35b39e(0xb4)])?await _0x8b1b1e['executeScript'](_0x355bda=>{},testOpsHelper[_0x35b39e(0xa7)]()):await _0x8b1b1e[_0x35b39e(0x118)](testOpsHelper[_0x35b39e(0xa7)]());}),markSessionName=PerformanceTester[a1_0x2964bb(0x142)](PerformanceAutEvents['SESSION_NAME'],async(_0x4e91e2,_0xd0cc61)=>{const _0x3d566b=a1_0x2964bb,_0x57fa05={};_0x57fa05[_0x3d566b(0xe5)]=_0x3d566b(0x120),_0x57fa05['NMLSw']=function(_0x573efb,_0x2a02a4){return _0x573efb===_0x2a02a4;},_0x57fa05[_0x3d566b(0xb6)]=_0x3d566b(0xf6);const _0x490a80=_0x57fa05,_0x5458d2={};_0x5458d2[_0x3d566b(0x87)]=_0xd0cc61;const _0x31abd6={};_0x31abd6[_0x3d566b(0x14f)]=_0x490a80['WOzmJ'],_0x31abd6['arguments']=_0x5458d2;const _0x52c99c=_0x31abd6;_0x490a80[_0x3d566b(0xe9)](_0x4e91e2[_0x3d566b(0xcc)]['name'],_0x490a80['UeyAv'])?await _0x4e91e2[_0x3d566b(0x118)](()=>{},_0x3d566b(0x13d)+JSON['stringify'](_0x52c99c)):await _0x4e91e2['executeScript']('browserstack_executor:\x20'+JSON[_0x3d566b(0xf9)](_0x52c99c));}),patchSaveScreenshot=_0x4b3bb2=>{const _0x71aefe=a1_0x2964bb,_0x2a0e0b={'SIVFr':'base64','RyGJU':'TEST_SCREENSHOT','CnFZB':function(_0x3c1f28){return _0x3c1f28();},'GGUYa':function(_0x364f00,_0xf1b29f){return _0x364f00(_0xf1b29f);},'OcgSc':_0x71aefe(0x77),'kKAuX':function(_0x403e81,_0x2e8959){return _0x403e81(_0x2e8959);}};_0x2a0e0b[_0x71aefe(0x121)](isTrue,process[_0x71aefe(0x83)][_0x71aefe(0xd9)])&&!_0x4b3bb2[_0x71aefe(0x146)]&&(_0x4b3bb2[_0x71aefe(0x146)]=!![],_0x4b3bb2[_0x71aefe(0xfd)]=_0x4b3bb2[_0x71aefe(0x100)],_0x4b3bb2[_0x71aefe(0x100)]=(_0xe36883,_0x4c543d=![])=>{const _0x3bf051=_0x71aefe,_0x162274={'gIGbx':_0x2a0e0b[_0x3bf051(0xd0)],'lcyqK':_0x2a0e0b[_0x3bf051(0x167)],'WmvRK':function(_0x506b7a){const _0x57af23=_0x3bf051;return _0x2a0e0b[_0x57af23(0x9a)](_0x506b7a);},'uNycV':function(_0x62964f,_0x563b2e){return _0x2a0e0b['GGUYa'](_0x62964f,_0x563b2e);},'KTOjx':_0x2a0e0b[_0x3bf051(0x94)]};return new Promise(function(_0x3d7e68,_0x5a1d18){_0x4b3bb2['initSaveScreenshot'](_0xe36883,_0x4c543d)['then'](()=>{const _0x3fd327=a1_0x1a67,_0xe1ef2e=CodeceptUtils['screenshotOutputFolder'](_0xe36883);if(_0xe1ef2e){const _0x341ccb=fs['readFileSync'](_0xe1ef2e);process['emit']('bs:addLog:'+process[_0x3fd327(0xa5)],{'timestamp':new Date()[_0x3fd327(0x112)](),'message':_0x341ccb[_0x3fd327(0xc4)](_0x162274[_0x3fd327(0x130)]),'kind':_0x162274[_0x3fd327(0x93)]}),_0x162274['WmvRK'](_0x3d7e68);}_0x162274[_0x3fd327(0x109)](_0x5a1d18,new Error(_0x162274[_0x3fd327(0x11a)]));})['catch'](()=>null);});});},patchWebDriverBefore=_0x451441=>{const _0x4c468b=a1_0x2964bb,_0xf543e0={'gncwo':function(_0x43880d){return _0x43880d();},'pDxSO':function(_0x4dd6c9,_0x38154d){return _0x4dd6c9(_0x38154d);},'EAZpp':function(_0x5b1874,_0x2e4be7){return _0x5b1874===_0x2e4be7;},'zNxYQ':_0x4c468b(0x117),'xgoAp':_0x4c468b(0x140),'LzpiF':_0x4c468b(0xad),'MAOkM':function(_0x2f76c0,_0xb5a123){return _0x2f76c0(_0xb5a123);}},_0x51a914=async function(_0x4af602,_0xad40cf){const _0x10b7c2=_0x4c468b;_0xf543e0[_0x10b7c2(0xdf)](isAccessibilityAutomationSession)&&!global[_0x10b7c2(0x144)]&&global[_0x10b7c2(0xf8)]&&scripts[_0x10b7c2(0x156)](_0x4af602['name'])&&_0xf543e0['pDxSO'](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x10b7c2(0x144)]=!![],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x10b7c2(0x139)],async()=>{const _0x2fd437=_0x10b7c2;logger[_0x2fd437(0x69)](_0x2fd437(0x10f)+_0x4af602['class']+'\x20'+_0x4af602['name']),await AccessibilityHelper[_0x2fd437(0x149)](_0x451441,scripts[_0x2fd437(0xaa)]);},{'command':_0x4af602[_0x10b7c2(0x87)]})());global[_0x10b7c2(0x144)]=![];const _0x580ed7=JSON[_0x10b7c2(0x161)](process[_0x10b7c2(0x83)][_0x10b7c2(0x12e)]||'{}');if(_0xf543e0['EAZpp'](_0x580ed7?.[_0x10b7c2(0x14d)]?.[_0x10b7c2(0x87)],_0xf543e0['zNxYQ'])&&_0xf543e0['EAZpp'](typeof _0x580ed7?.['testFramework']?.['version'],_0xf543e0['xgoAp'])&&_0x580ed7?.[_0x10b7c2(0x14d)]?.[_0x10b7c2(0xe2)]['startsWith']('7'))return _0xad40cf['apply'](null,Array['prototype'][_0x10b7c2(0x154)][_0x10b7c2(0x110)](arguments,0x2));return _0xad40cf[_0x10b7c2(0xf1)](this,Array[_0x10b7c2(0x15e)]['slice'][_0x10b7c2(0x110)](arguments,0x2));},_0x2cc2b8=CodeceptWebDriver['prototype'][_0x4c468b(0xc2)];CodeceptWebDriver['prototype']['_before']=async function(){const _0x1385b7=_0x4c468b,_0x55f196={'hXbeq':function(_0x455874,_0x5e712f){const _0x33d769=a1_0x1a67;return _0xf543e0[_0x33d769(0xde)](_0x455874,_0x5e712f);},'nFfnh':_0xf543e0[_0x1385b7(0x6a)]};try{await _0x2cc2b8[_0x1385b7(0xf1)](this,arguments);}catch(_0x51aa95){logger[_0x1385b7(0x69)](_0x1385b7(0xe6)+util[_0x1385b7(0x72)](_0x51aa95));}scripts[_0x1385b7(0xd4)][_0x1385b7(0x151)](_0x4cf029=>_0x4cf029[_0x1385b7(0x87)]&&_0x4cf029[_0x1385b7(0xb1)])[_0x1385b7(0x89)](_0x5cafe8=>{const _0x377351=_0x1385b7;this[_0x377351(0x75)][_0x377351(0x88)](_0x5cafe8['name'],_0x51a914[_0x377351(0x92)](this,_0x5cafe8),_0x55f196[_0x377351(0xa0)](_0x5cafe8[_0x377351(0xb1)],_0x55f196[_0x377351(0xfe)]));}),_0xf543e0[_0x1385b7(0xc7)](processWebDriverConfig,_0x451441);};};function parseJwt(_0x100a7a){const _0x23caa4=a1_0x2964bb,_0x5d6783={};_0x5d6783[_0x23caa4(0xf5)]=_0x23caa4(0x13f);const _0x131d3d=_0x5d6783;if(!_0x100a7a)return null;return JSON[_0x23caa4(0x161)](Buffer['from'](_0x100a7a[_0x23caa4(0x15f)]('.')[0x1],_0x131d3d[_0x23caa4(0xf5)])['toString']());}const patchPlaywrightBefore=()=>{const _0x5ade40=a1_0x2964bb,_0xc8d578={'hxyAL':_0x5ade40(0xc5),'ZXGDf':function(_0x10cf39){return _0x10cf39();},'akQRB':function(_0x4f1337,_0x37510f){return _0x4f1337(_0x37510f);},'Rqpob':_0x5ade40(0xfa),'CilVl':function(_0x485204,_0x32f4bb){return _0x485204+_0x32f4bb;},'Vknlz':'\x0aStack:\x20','CCLfy':function(_0x336328){return _0x336328();},'CthZO':function(_0x2bbe21){return _0x2bbe21();},'KpRhi':function(_0x163d6c){return _0x163d6c();},'HgqmN':function(_0x500101){return _0x500101();}};PlaywrightSessionDetails['patch']();const _0x593b5a=CodeceptPlaywright[_0x5ade40(0x15e)][_0x5ade40(0xc2)];CodeceptPlaywright[_0x5ade40(0x15e)][_0x5ade40(0xc2)]=async function(){const _0x56dc23=_0x5ade40,_0x7f19a1={'TZiqY':function(_0x322c16){const _0x5132b9=a1_0x1a67;return _0xc8d578[_0x5132b9(0x71)](_0x322c16);},'NLQSz':_0xc8d578[_0x56dc23(0xa9)]};this[_0x56dc23(0x13c)]=await this[_0x56dc23(0x75)][_0x56dc23(0x12d)]()[0x0];const _0xff73c4=async()=>{const _0x3fcc0e=_0x56dc23,_0x3ecd02=this[_0x3fcc0e(0x15a)]&&this[_0x3fcc0e(0x15a)][_0x3fcc0e(0x126)]&&this[_0x3fcc0e(0x15a)][_0x3fcc0e(0x126)]['args']&&Array['isArray'](this['config']['chromium'][_0x3fcc0e(0xea)])&&this[_0x3fcc0e(0x15a)][_0x3fcc0e(0x126)][_0x3fcc0e(0xea)]['includes'](_0xc8d578[_0x3fcc0e(0x13e)]);if(_0xc8d578[_0x3fcc0e(0x132)](isAccessibilityAutomationSession)&&!_0x3ecd02)try{const _0x3fed5e=_0xc8d578[_0x3fcc0e(0xa2)](parseJwt,process[_0x3fcc0e(0x83)][_0x3fcc0e(0x9d)]);if(_0x3fed5e&&_0x3fed5e[_0x3fcc0e(0x7c)]&&_0x3fed5e[_0x3fcc0e(0x7c)][_0x3fcc0e(0x6f)]){const _0x4169c3=this['browserContext'][_0x3fcc0e(0x124)][_0x3fcc0e(0x92)](this[_0x3fcc0e(0x13c)]);this[_0x3fcc0e(0x13c)]['pages']=async function(){const _0x26db3f=_0x3fcc0e,_0x4cf815=await _0x7f19a1[_0x26db3f(0x14b)](_0x4169c3),_0x45126e=[];for(const _0x4b0fe9 of _0x4cf815){try{const _0x491faa=await _0x4b0fe9[_0x26db3f(0xa3)]();!_0x491faa[_0x26db3f(0x85)](_0x7f19a1[_0x26db3f(0x143)])&&_0x45126e['push'](_0x4b0fe9);}catch(_0x2b9d5a){_0x45126e[_0x26db3f(0x9e)](_0x4b0fe9);}}return _0x45126e;};}if(!_0xc8d578[_0x3fcc0e(0x132)](isBrowserstackInfra)){const _0x20227e=await this[_0x3fcc0e(0xeb)][_0x3fcc0e(0xa3)]();if(_0x20227e['startsWith'](_0xc8d578[_0x3fcc0e(0xa9)])){const _0x25810b=await this[_0x3fcc0e(0x13c)][_0x3fcc0e(0x124)]();this[_0x3fcc0e(0x113)](_0x25810b[0x0]);}}}catch(_0x3cd141){logger['debug'](_0x3fcc0e(0xe1)+_0x3cd141['message']+(_0x3cd141[_0x3fcc0e(0x147)]?_0xc8d578[_0x3fcc0e(0xb7)](_0xc8d578['Vknlz'],_0x3cd141['stack']):''));}};_0xc8d578[_0x56dc23(0x129)](isBrowserstackInfra)&&await _0xc8d578['KpRhi'](_0xff73c4),await _0x593b5a[_0x56dc23(0xf1)](this,arguments),!_0xc8d578[_0x56dc23(0x79)](isBrowserstackInfra)&&await _0xc8d578['CthZO'](_0xff73c4);};},getCodeceptDriver=()=>{const _0x4cbaa1=a1_0x2964bb,_0x25e864={};_0x25e864[_0x4cbaa1(0x8f)]=_0x4cbaa1(0x13a),_0x25e864[_0x4cbaa1(0x155)]=_0x4cbaa1(0xf6),_0x25e864[_0x4cbaa1(0x6b)]='Puppeteer',_0x25e864['lvsUL']=_0x4cbaa1(0xc6);const _0x458617=_0x25e864,_0x19294a=[_0x458617[_0x4cbaa1(0x8f)],_0x458617[_0x4cbaa1(0x155)],_0x458617[_0x4cbaa1(0x6b)],_0x458617['lvsUL']],_0x259917=_0x19294a[_0x4cbaa1(0x7d)](_0x4f9c48=>!!CodeceptJS[_0x4cbaa1(0xc8)][_0x4cbaa1(0x103)](_0x4f9c48));if(!_0x259917)return null;return CodeceptJS[_0x4cbaa1(0xc8)][_0x4cbaa1(0x103)](_0x259917);};function a1_0x3156(){const _0x4997e4=['13551sRrCgP','JCOjh','restore','bddStepFinish','RyGJU','skipped','debug','LzpiF','rlerY','__skipSessionStatus','codeceptjs/lib/index.js','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','domForge','emit','CCLfy','format','HOOK_RUN_STARTED','test-after','browser','captureError','Screenshot\x20path\x20not\x20found','AFVJU','HgqmN','3028088evkBNQ','bddStep-before','a11y_core_config','find','test-skipped','JWhtM','mclHl','../../helpers/accessibility-automation/scripts','codeceptjs/lib/utils.js','env','addRequestSpy','startsWith','okMcS','name','overwriteCommand','forEach','step-comment','codeceptjs','stopMonitoring','warn','getResults','XmQUs','../../bin/playwright/sessionDetails','727441ONOSSF','bind','lcyqK','OcgSc','SDK_TEST','PDSUD','all','mZPmI','284FFdwwe','CnFZB','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','startMonitoring','BS_A11Y_JWT','push','VhVqL','hXbeq','bddStepStart','akQRB','url','GET_RESULTS_SUMMARY','pid','wBjrN','getSyncScript','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','Rqpob','performScan','test-failed','AmOQY','Element','after','CzaWe','HColn','class','EYiEv','../../helpers/globals.js','bMdGd','PNtqs','UeyAv','CilVl','titlePath','bddStep-after','SYNC','Suite','QYEQA','4365ZCLXZr','176hUnMLJ','SDK_PRE_TEST','./o11yHelper','../../helpers/test-observability/utils','_before','event','toString','--auto-open-devtools-for-tabs','TestCafe','MAOkM','container','SDK_POST_INITIALIZE','SDK_POST_TEST','sCWHE','constructor','getResultsSummary','PwimU','command','SIVFr','TEST_RUN_FINISHED','../../helpers/logger','captureEvent','commandsToWrap','NqVHq','thJwtToken','8UnGLYS','6190uXNiZY','BS_TESTOPS_ALLOW_SCREENSHOTS','../../helpers/helper','HOOK_RUN_FINISHED','Bietj','status','EAZpp','gncwo','DgsBl','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','version','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','fireEvent','WOzmJ','Failed\x20to\x20execute\x20_before:\x20','TEST_RUN_STARTED','oBfNQ','NMLSw','args','page','PeidP','1411116iYnanT','VrJdW','AiGOA','codeceptjs/lib/helper/Playwright.js','apply','reason','passed','../../helpers/testhub/constants.js','IlIxi','Playwright','bddStep','accessibilityPlatform','stringify','devtools://','../../helpers/accessibility-automation/helper','SDK_PRE_INITIALIZE','initSaveScreenshot','nFfnh','TEST_RUN_SKIPPED','saveScreenshot','./helper.js','skipSessionName','helpers','HAfcS','skipSessionStatus','__driver','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','hook-passed','uNycV','MBkZx','BROWSERSTACK_TESTHUB_UUID','ENV_VAR','iwVpV','BDzpE','Performing\x20scan\x20for\x20','call','stop','toISOString','_setPage','pkWOn','SAVE_RESULTS','title','webdriverio','executeScript','end','KTOjx','arguments','bs:addLog:','iJAty','ahlwM','hook','setSessionName','kKAuX','FBepK','ctx','pages','AuvjI','chromium','15935jNOjdG','failed','CthZO','SDK_HOOK','dispatcher','rdNKh','contexts','FRAMEWORK_DETAILS','__workerDetails','gIGbx','started','ZXGDf','XNFIF','rwtvv','test-before','test','XrThF','setGlobal','PERFORM_SCAN','WebDriver','yGyiI','browserContext','browserstack_executor:\x20','hxyAL','base64','string','75314nhAsaa','measureWrapper','NLQSz','bstackAllyScanning','../../helpers/performance/performance-tester','patchSaveScreenshot','stack','thTestRunUuid','browserStackExecuteDriver','add','TZiqY','getAccessibilityResultsSummary','testFramework','winstonLogger','action','INFO','filter','IZYIO','codeceptjs/lib/recorder.js','slice','edQSn','shouldWrapCommand','hookType','util','start','config','SESSION_STATUS','../../bin/playwright/accessibility-helper','before','prototype','split','testAnalyticsId','parse','TEST_LOG'];a1_0x3156=function(){return _0x4997e4;};return a1_0x3156();}module['exports']=function(_0x49c747){const _0x1f74f4=a1_0x2964bb,_0x1a9be4={'PeidP':function(_0x2efddf){return _0x2efddf();},'XrThF':function(_0x256cd6,_0x30eb38){return _0x256cd6(_0x30eb38);},'oBfNQ':_0x1f74f4(0x14c),'VrJdW':_0x1f74f4(0xe3),'QYEQA':'getAccessibilityResults','yhmal':_0x1f74f4(0xa8),'PDSUD':'hook-started','AuvjI':_0x1f74f4(0x108),'AFVJU':'hook-failed','PNtqs':'browserstackTestName','sCWHE':_0x1f74f4(0x135),'okMcS':function(_0x35fd25){return _0x35fd25();},'DgsBl':function(_0x3e446f,_0x2a9afb,_0x4d5fb0){return _0x3e446f(_0x2a9afb,_0x4d5fb0);},'EYiEv':function(_0x4725c8,_0x2a9af9){return _0x4725c8(_0x2a9af9);},'NqVHq':'test-started','UFkPD':function(_0x26e20c,_0xfba077,_0x3f785c){return _0x26e20c(_0xfba077,_0x3f785c);},'mZPmI':function(_0x4fed3f,_0x5a5722,_0x347491){return _0x4fed3f(_0x5a5722,_0x347491);},'wBjrN':'test-passed','IZYIO':function(_0x254891){return _0x254891();},'JCOjh':function(_0xb45c78,_0x50d2c3,_0x56f843,_0x4daae7){return _0xb45c78(_0x50d2c3,_0x56f843,_0x4daae7);},'rdNKh':function(_0xaef30d,_0x337961){return _0xaef30d===_0x337961;},'IAOqq':_0x1f74f4(0xbb),'pkWOn':_0x1f74f4(0xab),'ahlwM':_0x1f74f4(0x7e),'yUApn':'afterTest','HColn':function(_0x18b2cd,_0x56198e,_0x57c264){return _0x18b2cd(_0x56198e,_0x57c264);},'VlQdX':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','rwtvv':_0x1f74f4(0x74),'AiGOA':_0x1f74f4(0x150),'VRKbx':_0x1f74f4(0x162),'mclHl':_0x1f74f4(0x8a),'iwVpV':_0x1f74f4(0x7b),'VhVqL':_0x1f74f4(0xb9),'pHvkq':function(_0x1a7eac){return _0x1a7eac();},'BDzpE':_0x1f74f4(0xf6)};_0x49c747[_0x1f74f4(0x105)]&&(global[_0x1f74f4(0x6c)]=_0x49c747['skipSessionStatus']);PerformanceTester[_0x1f74f4(0x9c)]();const _0x51937c=_0x1a9be4['pHvkq'](getCodeceptDriver),_0x16471c=new O11yHelper(_0x51937c,_0x49c747),_0x55e983=!!CodeceptJS[_0x1f74f4(0xc8)][_0x1f74f4(0x103)](_0x1a9be4[_0x1f74f4(0x10e)]);global[_0x1f74f4(0x106)]=_0x51937c,_0x51937c&&(PerformanceTester[_0x1f74f4(0x142)](PerformanceEvents[_0x1f74f4(0xfc)],()=>{const _0x56ba33=_0x1f74f4;_0x55e983?_0x1a9be4[_0x56ba33(0xec)](patchPlaywrightBefore):_0x1a9be4[_0x56ba33(0x137)](patchWebDriverBefore,_0x51937c);})(),PerformanceTester['measureWrapper'](PerformanceEvents[_0x1f74f4(0xc9)],()=>{const _0x3276d6=_0x1f74f4,_0x579273={};_0x579273[_0x3276d6(0xaf)]=_0x1a9be4[_0x3276d6(0xe8)],_0x579273['mpkwI']=_0x1a9be4[_0x3276d6(0xee)],_0x579273[_0x3276d6(0x104)]=_0x1a9be4[_0x3276d6(0xbc)],_0x579273[_0x3276d6(0x122)]=_0x1a9be4['yhmal'];const _0x11fc85=_0x579273;_0x51937c[_0x3276d6(0x14c)]=async()=>{const _0x794a1=_0x3276d6;if(global['accessibilityPlatform']){const _0x4b062d={};return _0x4b062d[_0x794a1(0xcf)]=_0x11fc85[_0x794a1(0xaf)],await PerformanceTester[_0x794a1(0x142)](PerformanceA11yEvents[_0x794a1(0x139)],async()=>{const _0x194f9d=_0x794a1;return await AccessibilityHelper[_0x194f9d(0x149)](_0x51937c,scripts[_0x194f9d(0xaa)]);},_0x4b062d)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x794a1(0xa4)],async()=>{const _0x50f7f7=_0x794a1;return await AccessibilityHelper[_0x50f7f7(0x149)](_0x51937c,scripts[_0x50f7f7(0xcd)]);})();}return logger[_0x794a1(0x8d)](_0x11fc85['mpkwI']),{};},_0x51937c['getAccessibilityResults']=async()=>{const _0x4b9584=_0x3276d6;if(global[_0x4b9584(0xf8)]){const _0x598b13={};return _0x598b13[_0x4b9584(0xcf)]=_0x11fc85[_0x4b9584(0x104)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x4b9584(0x139)],async()=>{const _0x510eaf=_0x4b9584;return await AccessibilityHelper[_0x510eaf(0x149)](_0x51937c,scripts['performScan']);},_0x598b13)(),await PerformanceTester[_0x4b9584(0x142)](PerformanceA11yEvents['GET_RESULTS'],async()=>{const _0x3fbd6a=_0x4b9584;return await AccessibilityHelper['browserStackExecuteDriver'](_0x51937c,scripts[_0x3fbd6a(0x8e)]);})();}return logger['warn'](_0x11fc85['FBepK']),{};},_0x1a9be4['XrThF'](patchSaveScreenshot,_0x51937c);})()),CodeceptJS['event']['dispatcher']['on'](CodeceptJS['event'][_0x1f74f4(0x97)]['before'],()=>{const _0x2da7f4=_0x1f74f4;PerformanceTester[_0x2da7f4(0x159)](PerformanceEvents[_0x2da7f4(0xbf)]);try{_0x16471c['start'](),testOpsHelper[_0x2da7f4(0x84)](),PerformanceTester[_0x2da7f4(0x119)](PerformanceEvents[_0x2da7f4(0xbf)]);}catch(_0x5becbc){PerformanceTester['captureError'](_0x5becbc),PerformanceTester['end'](PerformanceEvents[_0x2da7f4(0xbf)],![],_0x5becbc);}}),CodeceptJS[_0x1f74f4(0xc3)][_0x1f74f4(0x12b)]['on'](CodeceptJS[_0x1f74f4(0xc3)][_0x1f74f4(0x97)][_0x1f74f4(0xae)],async()=>{const _0x210350=_0x1f74f4;PerformanceTester[_0x210350(0x159)](PerformanceEvents[_0x210350(0xca)]);try{requestSpy[_0x210350(0x165)](),await _0x16471c[_0x210350(0x111)](),PerformanceTester[_0x210350(0x119)](PerformanceEvents[_0x210350(0xca)]);}catch(_0x5298eb){PerformanceTester[_0x210350(0x76)](_0x5298eb),PerformanceTester[_0x210350(0x119)](PerformanceEvents[_0x210350(0xca)],![],_0x5298eb);}finally{PerformanceTester[_0x210350(0x8c)]();}}),CodeceptJS[_0x1f74f4(0xc3)][_0x1f74f4(0x12b)]['on'](CodeceptJS[_0x1f74f4(0xc3)][_0x1f74f4(0x11f)]['started'],_0x3fdc15=>{const _0x2aeba3=_0x1f74f4;PerformanceTester[_0x2aeba3(0x159)](PerformanceEvents[_0x2aeba3(0x12a)]);try{const _0xef3058=_0x3fdc15[_0x2aeba3(0x123)]['test'],_0x3d0b91=_0x16471c[_0x2aeba3(0xd3)](TEST_EVENTS[_0x2aeba3(0x73)],_0xef3058);CodeceptRecorder[_0x2aeba3(0x14a)](()=>_0x16471c[_0x2aeba3(0xe4)](TEST_EVENTS['HOOK_RUN_STARTED'],_0x3d0b91));const _0x39d295={};_0x39d295[_0x2aeba3(0x157)]=_0x1a9be4[_0x2aeba3(0x96)],PerformanceTester[_0x2aeba3(0x119)](PerformanceEvents[_0x2aeba3(0x12a)],!![],null,_0x39d295);}catch(_0x9989e2){const _0x1f3f85={};_0x1f3f85[_0x2aeba3(0x157)]=_0x1a9be4[_0x2aeba3(0x96)],PerformanceTester[_0x2aeba3(0x119)](PerformanceEvents[_0x2aeba3(0x12a)],![],_0x9989e2,_0x1f3f85),PerformanceTester[_0x2aeba3(0x76)](_0x9989e2);}}),CodeceptJS[_0x1f74f4(0xc3)][_0x1f74f4(0x12b)]['on'](CodeceptJS[_0x1f74f4(0xc3)][_0x1f74f4(0x11f)][_0x1f74f4(0xf3)],_0x5dc9e1=>{const _0x24b25a=_0x1f74f4,_0x568684={};_0x568684[_0x24b25a(0x157)]=_0x1a9be4[_0x24b25a(0x125)],PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x568684);try{const _0x2bba50=_0x5dc9e1[_0x24b25a(0x123)]['test'],_0x47db11=_0x16471c['captureEvent'](TEST_EVENTS[_0x24b25a(0xdb)],_0x2bba50);CodeceptRecorder[_0x24b25a(0x14a)](()=>_0x16471c[_0x24b25a(0xe4)](TEST_EVENTS[_0x24b25a(0xdb)],_0x47db11));const _0x49995e={};_0x49995e[_0x24b25a(0x157)]=_0x1a9be4[_0x24b25a(0x125)],PerformanceTester['end'](PerformanceHookEvents[_0x24b25a(0x12a)],!![],null,_0x49995e);}catch(_0x3b4916){PerformanceTester['captureError'](_0x3b4916);const _0x2589f2={};_0x2589f2[_0x24b25a(0x157)]=_0x1a9be4['AuvjI'],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x3b4916,_0x2589f2);}}),CodeceptJS['event'][_0x1f74f4(0x12b)]['on'](CodeceptJS[_0x1f74f4(0xc3)][_0x1f74f4(0x11f)][_0x1f74f4(0x128)],async(_0x32085d,_0x48975a)=>{const _0x42f311=_0x1f74f4;PerformanceTester[_0x42f311(0x159)](PerformanceHookEvents[_0x42f311(0x12a)]);try{const _0x32e502=_0x32085d[_0x42f311(0x123)]['test'],_0x3ad9b3=_0x16471c[_0x42f311(0xd3)](TEST_EVENTS[_0x42f311(0xdb)],_0x32e502,_0x48975a);CodeceptRecorder['add'](()=>_0x16471c['fireEvent'](TEST_EVENTS[_0x42f311(0xdb)],_0x3ad9b3));const _0x52e900={};_0x52e900[_0x42f311(0x157)]=_0x1a9be4[_0x42f311(0x78)],PerformanceTester[_0x42f311(0x159)](PerformanceHookEvents[_0x42f311(0x12a)],!![],null,_0x52e900);}catch(_0x295fae){PerformanceTester[_0x42f311(0x76)](_0x295fae);const _0x2def92={};_0x2def92[_0x42f311(0x157)]=_0x1a9be4[_0x42f311(0x78)],PerformanceTester['end'](PerformanceHookEvents[_0x42f311(0x12a)],![],_0x295fae,_0x2def92);}const _0x1fcbc7={};_0x1fcbc7[_0x42f311(0x157)]=_0x1a9be4['AFVJU'],PerformanceTester[_0x42f311(0x119)](PerformanceHookEvents[_0x42f311(0x12a)],!![],null,_0x1fcbc7);}),CodeceptJS[_0x1f74f4(0xc3)][_0x1f74f4(0x12b)]['on'](CodeceptJS[_0x1f74f4(0xc3)][_0x1f74f4(0x136)][_0x1f74f4(0x15d)],_0x3aaccf=>{const _0x417184=_0x1f74f4;PerformanceTester[_0x417184(0x159)](PerformanceHookEvents[_0x417184(0x12a)]);try{globals[_0x417184(0x138)](_0x1a9be4[_0x417184(0xb5)],_0x3aaccf[_0x417184(0x116)]);_0x1a9be4[_0x417184(0xec)](isBrowserstackInfra)&&(_0x55e983&&(global[_0x417184(0x12f)]={'currentTest':{'name':_0x3aaccf[_0x417184(0x116)],'testInfo':{'titlePath':_0x3aaccf[_0x417184(0xb8)]()}}}));const _0x437c96={};_0x437c96['hookType']=_0x1a9be4[_0x417184(0xcb)],PerformanceTester[_0x417184(0x119)](PerformanceHookEvents[_0x417184(0x12a)],!![],null,_0x437c96);}catch(_0x5e6300){PerformanceTester['captureError'](_0x5e6300);const _0x327f9d={};_0x327f9d[_0x417184(0x157)]=_0x1a9be4['sCWHE'],PerformanceTester[_0x417184(0x119)](PerformanceHookEvents['SDK_HOOK'],![],_0x5e6300,_0x327f9d);}}),CodeceptJS[_0x1f74f4(0xc3)]['dispatcher']['on'](CodeceptJS[_0x1f74f4(0xc3)][_0x1f74f4(0x136)][_0x1f74f4(0x131)],_0x417ce3=>{const _0x30e48a=_0x1f74f4;PerformanceTester[_0x30e48a(0x159)](PerformanceHookEvents['SDK_HOOK']);try{globals['setGlobal'](_0x1a9be4[_0x30e48a(0xb5)],_0x417ce3[_0x30e48a(0x116)]);const _0x37aee6=_0x16471c[_0x30e48a(0xd3)](TEST_EVENTS[_0x30e48a(0xe7)],_0x417ce3);CodeceptRecorder[_0x30e48a(0x14a)](()=>_0x16471c[_0x30e48a(0xe4)](TEST_EVENTS[_0x30e48a(0xe7)],_0x37aee6)),CodeceptRecorder['add'](async()=>{const _0x414c0d=_0x30e48a;_0x1a9be4[_0x414c0d(0x86)](isBrowserstackInfra)&&(!_0x1a9be4[_0x414c0d(0x137)](isTrue,_0x49c747[_0x414c0d(0x102)])&&await _0x1a9be4[_0x414c0d(0xe0)](markSessionName,_0x51937c,_0x417ce3['title']),_0x16471c['enabled']&&await _0x1a9be4[_0x414c0d(0xb2)](o11ySync,_0x51937c));});}catch(_0x46f01a){const _0x33fab8={};_0x33fab8[_0x30e48a(0x157)]=_0x1a9be4['NqVHq'],PerformanceTester[_0x30e48a(0x119)](PerformanceHookEvents['SDK_HOOK'],![],_0x46f01a,_0x33fab8),PerformanceTester['captureError'](_0x46f01a);}const _0x11ab50={};_0x11ab50['hookType']=_0x1a9be4[_0x30e48a(0xd5)],PerformanceTester[_0x30e48a(0x119)](PerformanceHookEvents[_0x30e48a(0x12a)],!![],null,_0x11ab50);}),CodeceptJS[_0x1f74f4(0xc3)][_0x1f74f4(0x12b)]['on'](CodeceptJS[_0x1f74f4(0xc3)][_0x1f74f4(0x136)][_0x1f74f4(0xf3)],_0x2a0221=>{const _0x1ca296=_0x1f74f4,_0x3f673b={'JWhtM':function(_0xa8657b,_0x5c3e65,_0x3cb38d){return _0x1a9be4['UFkPD'](_0xa8657b,_0x5c3e65,_0x3cb38d);},'PXkAK':function(_0x361712,_0x1df631,_0x151a55){const _0xbdd01d=a1_0x1a67;return _0x1a9be4[_0xbdd01d(0x98)](_0x361712,_0x1df631,_0x151a55);},'AmOQY':function(_0x5244fa){const _0x459980=a1_0x1a67;return _0x1a9be4[_0x459980(0xec)](_0x5244fa);}};PerformanceTester[_0x1ca296(0x159)](PerformanceHookEvents['SDK_HOOK']);try{const _0x3276d0=_0x16471c[_0x1ca296(0xd3)](TEST_EVENTS[_0x1ca296(0xd1)],_0x2a0221);CodeceptRecorder[_0x1ca296(0x14a)](()=>_0x16471c['fireEvent'](TEST_EVENTS[_0x1ca296(0xd1)],_0x3276d0)),CodeceptRecorder[_0x1ca296(0x14a)](async()=>{const _0x190917=_0x1ca296,_0x2b275d={'SWWam':function(_0x358e18,_0x1e9c89,_0x4f64f9){const _0x2a15e5=a1_0x1a67;return _0x3f673b[_0x2a15e5(0x7f)](_0x358e18,_0x1e9c89,_0x4f64f9);},'yGyiI':function(_0x344761,_0x25ca86,_0x11b194){return _0x3f673b['PXkAK'](_0x344761,_0x25ca86,_0x11b194);}};_0x3f673b[_0x190917(0xac)](isBrowserstackInfra)&&await PerformanceTester[_0x190917(0x142)](PerformanceAutEvents[_0x190917(0x15b)],async()=>{const _0x4f8d91=_0x190917;_0x55e983?await _0x2b275d['SWWam'](playwrightMarkSessionStatus,_0x51937c,STATE_PASSED):await _0x2b275d[_0x4f8d91(0x13b)](markSessionStatus,_0x51937c,STATE_PASSED);})();}),PerformanceTester[_0x1ca296(0x119)](PerformanceEvents[_0x1ca296(0x95)]);}catch(_0x22a515){PerformanceTester[_0x1ca296(0x76)](_0x22a515);const _0x27e912={};_0x27e912[_0x1ca296(0x157)]=_0x1a9be4[_0x1ca296(0xa6)],PerformanceTester[_0x1ca296(0x119)](PerformanceHookEvents[_0x1ca296(0x12a)],![],_0x22a515,_0x27e912),PerformanceTester[_0x1ca296(0x119)](PerformanceEvents[_0x1ca296(0x95)],![],_0x22a515);}const _0x5fbced={};_0x5fbced[_0x1ca296(0x157)]=_0x1a9be4[_0x1ca296(0xa6)],PerformanceTester[_0x1ca296(0x119)](PerformanceHookEvents[_0x1ca296(0x12a)],!![],null,_0x5fbced);}),CodeceptJS[_0x1f74f4(0xc3)]['dispatcher']['on'](CodeceptJS[_0x1f74f4(0xc3)][_0x1f74f4(0x136)][_0x1f74f4(0x128)],(_0x3735eb,_0xc45537)=>{const _0x1fc513=_0x1f74f4,_0x3f4286={'iJAty':function(_0x2e95ce){const _0x2cf3e7=a1_0x1a67;return _0x1a9be4[_0x2cf3e7(0x152)](_0x2e95ce);},'XNFIF':function(_0x3da6bb,_0x2077f2,_0x187904,_0x2606ab){const _0x4a0402=a1_0x1a67;return _0x1a9be4[_0x4a0402(0x164)](_0x3da6bb,_0x2077f2,_0x187904,_0x2606ab);},'bSTmV':function(_0x46968a,_0x43550a,_0x33e62c,_0x5e19e1){const _0x33cc65=a1_0x1a67;return _0x1a9be4[_0x33cc65(0x164)](_0x46968a,_0x43550a,_0x33e62c,_0x5e19e1);}};PerformanceTester[_0x1fc513(0x159)](PerformanceHookEvents[_0x1fc513(0x12a)]);try{if(_0x1a9be4[_0x1fc513(0x12c)](_0x3735eb['constructor'][_0x1fc513(0x87)],_0x1a9be4['IAOqq'])){const _0x502e73=_0x16471c[_0x1fc513(0xd3)](TEST_EVENTS[_0x1fc513(0xff)],_0x3735eb[_0x1fc513(0x123)]['currentTest']);CodeceptRecorder[_0x1fc513(0x14a)](()=>_0x16471c[_0x1fc513(0xe4)](TEST_EVENTS[_0x1fc513(0xff)],_0x502e73));}else{const _0xd39282=_0x16471c[_0x1fc513(0xd3)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x3735eb,_0xc45537);CodeceptRecorder[_0x1fc513(0x14a)](()=>{const _0x7360f4=_0x1fc513;try{_0x16471c[_0x7360f4(0xe4)](TEST_EVENTS['TEST_RUN_FINISHED'],_0xd39282);}catch(_0x5d13e8){logger['debug'](_0x7360f4(0x6e)+util[_0x7360f4(0x72)](_0x5d13e8)),PerformanceTester[_0x7360f4(0x119)](PerformanceEvents[_0x7360f4(0x95)],![],_0x5d13e8);}}),CodeceptRecorder[_0x1fc513(0x14a)](async()=>{const _0x4eb11c=_0x1fc513;try{_0x3f4286[_0x4eb11c(0x11d)](isBrowserstackInfra)&&(_0x55e983?await _0x3f4286[_0x4eb11c(0x133)](playwrightMarkSessionStatus,_0x51937c,STATE_FAILED,_0xc45537):await _0x3f4286['bSTmV'](markSessionStatus,_0x51937c,STATE_FAILED,_0xc45537));}catch(_0xbb7882){logger[_0x4eb11c(0x69)](_0x4eb11c(0x107)+util['format'](_0xbb7882)),PerformanceTester[_0x4eb11c(0x119)](PerformanceEvents['SDK_TEST'],![],_0xbb7882);}});}PerformanceTester[_0x1fc513(0x119)](PerformanceEvents[_0x1fc513(0x95)]);}catch(_0x189f09){PerformanceTester[_0x1fc513(0x76)](_0x189f09);const _0x3889fb={};_0x3889fb[_0x1fc513(0x157)]=_0x1a9be4[_0x1fc513(0x114)],PerformanceTester[_0x1fc513(0x119)](PerformanceHookEvents[_0x1fc513(0x12a)],![],_0x189f09,_0x3889fb),PerformanceTester[_0x1fc513(0x119)](PerformanceEvents[_0x1fc513(0x95)],![],_0x189f09);}const _0x480093={};_0x480093[_0x1fc513(0x157)]=_0x1a9be4[_0x1fc513(0x114)],PerformanceTester[_0x1fc513(0x119)](PerformanceHookEvents[_0x1fc513(0x12a)],!![],null,_0x480093);}),CodeceptJS['event'][_0x1f74f4(0x12b)]['on'](CodeceptJS['event'][_0x1f74f4(0x136)][_0x1f74f4(0x168)],_0x1b4eae=>{const _0x4b6a3d=_0x1f74f4;PerformanceTester[_0x4b6a3d(0x159)](PerformanceHookEvents[_0x4b6a3d(0x12a)]);try{const _0x504d94=_0x16471c[_0x4b6a3d(0xd3)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x1b4eae);CodeceptRecorder[_0x4b6a3d(0x14a)](()=>_0x16471c[_0x4b6a3d(0xe4)](TEST_EVENTS[_0x4b6a3d(0xff)],_0x504d94)),PerformanceTester[_0x4b6a3d(0x119)](PerformanceEvents[_0x4b6a3d(0x95)]);}catch(_0x162c95){PerformanceTester[_0x4b6a3d(0x76)](_0x162c95),PerformanceTester[_0x4b6a3d(0x119)](PerformanceEvents['SDK_TEST'],![],_0x162c95);const _0x4758bf={};_0x4758bf[_0x4b6a3d(0x157)]=_0x1a9be4['ahlwM'],PerformanceTester[_0x4b6a3d(0x119)](PerformanceHookEvents[_0x4b6a3d(0x12a)],![],_0x162c95,_0x4758bf);}const _0x25d67b={};_0x25d67b[_0x4b6a3d(0x157)]=_0x1a9be4[_0x4b6a3d(0x11e)],PerformanceTester[_0x4b6a3d(0x119)](PerformanceHookEvents[_0x4b6a3d(0x12a)],!![],null,_0x25d67b);}),CodeceptJS[_0x1f74f4(0xc3)][_0x1f74f4(0x12b)]['on'](CodeceptJS[_0x1f74f4(0xc3)][_0x1f74f4(0x136)][_0x1f74f4(0xae)],async(_0x1486df,_0xb2fff4)=>{const _0xdd5e3=_0x1f74f4,_0x523208={};_0x523208[_0xdd5e3(0xdc)]=_0x1a9be4['yUApn'];const _0x2a390e=_0x523208;try{PerformanceTester[_0xdd5e3(0x159)](PerformanceHookEvents[_0xdd5e3(0x12a)]);const _0x2c567d=_0x1a9be4[_0xdd5e3(0xb0)](shouldScanTestForAccessibility,_0x1486df[_0xdd5e3(0xb8)](),!![]);if(_0x1a9be4['IZYIO'](isAccessibilityAutomationSession)&&global[_0xdd5e3(0xf8)]&&_0x2c567d){const _0x2eb05b={};_0x2eb05b[_0xdd5e3(0x148)]=_0x1486df[_0xdd5e3(0x160)],_0x2eb05b['thBuildUuid']=process[_0xdd5e3(0x83)][testHubConstants[_0xdd5e3(0x10c)][_0xdd5e3(0x10b)]],_0x2eb05b[_0xdd5e3(0xd6)]=process[_0xdd5e3(0x83)][testHubConstants[_0xdd5e3(0x10c)]['BROWSERSTACK_TESTHUB_JWT']];const _0x296c9c=_0x2eb05b;logger[_0xdd5e3(0x69)](_0xdd5e3(0x9b)+JSON[_0xdd5e3(0xf9)](_0x296c9c)),CodeceptRecorder['add'](async()=>{const _0x3f1975=_0xdd5e3,_0x22a378={};_0x22a378[_0x3f1975(0xcf)]=_0x2a390e[_0x3f1975(0xdc)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x3f1975(0x139)],async()=>{const _0x27410d=_0x3f1975;await AccessibilityHelper[_0x27410d(0x149)](_0x51937c,scripts[_0x27410d(0xaa)]);},_0x22a378)(),await PerformanceTester[_0x3f1975(0x142)](PerformanceA11yEvents[_0x3f1975(0x115)],async()=>{const _0x554707=_0x3f1975;await AccessibilityHelper[_0x554707(0x149)](_0x51937c,scripts['saveTestResults'],_0x296c9c);})();}),logger['info'](_0x1a9be4['VlQdX']);}const _0x344c99={};_0x344c99['hookType']=_0x1a9be4['rwtvv'],PerformanceTester['end'](PerformanceHookEvents[_0xdd5e3(0x12a)],!![],null,_0x344c99);}catch(_0x5ebbee){PerformanceTester[_0xdd5e3(0x76)](_0x5ebbee);const _0x573fb1={};_0x573fb1[_0xdd5e3(0x157)]=_0x1a9be4[_0xdd5e3(0x134)],PerformanceTester[_0xdd5e3(0x119)](PerformanceHookEvents['SDK_HOOK'],![],_0x5ebbee,_0x573fb1);}}),CodeceptJS[_0x1f74f4(0xc3)][_0x1f74f4(0x12b)]['on'](CodeceptJS['event']['step']['comment'],_0x181e03=>{const _0x3f3a28=_0x1f74f4;PerformanceTester[_0x3f3a28(0x159)](PerformanceHookEvents[_0x3f3a28(0x12a)]);try{process[_0x3f3a28(0x70)](_0x3f3a28(0x11c)+process['pid'],{'timestamp':new Date()['toISOString'](),'level':_0x1a9be4[_0x3f3a28(0xef)],'message':_0x181e03,'kind':_0x1a9be4['VRKbx'],'http_response':{}});}catch(_0x389e5){PerformanceTester[_0x3f3a28(0x76)](_0x389e5);const _0x362b11={};_0x362b11[_0x3f3a28(0x157)]=_0x1a9be4[_0x3f3a28(0x80)],PerformanceTester[_0x3f3a28(0x119)](PerformanceHookEvents[_0x3f3a28(0x12a)],![],_0x389e5,_0x362b11);}const _0x1b9197={};_0x1b9197[_0x3f3a28(0x157)]=_0x1a9be4['mclHl'],PerformanceTester[_0x3f3a28(0x119)](PerformanceHookEvents[_0x3f3a28(0x12a)],!![],null,_0x1b9197);}),CodeceptJS[_0x1f74f4(0xc3)][_0x1f74f4(0x12b)]['on'](CodeceptJS[_0x1f74f4(0xc3)][_0x1f74f4(0xf7)][_0x1f74f4(0x15d)],_0x22ad8b=>{const _0x422fdf=_0x1f74f4,_0x7f9953={};_0x7f9953[_0x422fdf(0x157)]=_0x1a9be4[_0x422fdf(0x10d)],PerformanceTester[_0x422fdf(0x142)](PerformanceHookEvents[_0x422fdf(0x12a)],()=>{const _0x58f2a2=_0x422fdf;_0x16471c[_0x58f2a2(0xa1)](_0x22ad8b);},_0x7f9953)();}),CodeceptJS[_0x1f74f4(0xc3)]['dispatcher']['on'](CodeceptJS[_0x1f74f4(0xc3)][_0x1f74f4(0xf7)][_0x1f74f4(0xae)],_0x324ac9=>{const _0x232d34=_0x1f74f4,_0xc4eff5={};_0xc4eff5['hookType']=_0x1a9be4[_0x232d34(0x9f)],PerformanceTester[_0x232d34(0x142)](PerformanceHookEvents[_0x232d34(0x12a)],()=>{const _0xedc0d=_0x232d34;_0x16471c[_0xedc0d(0x166)](_0x324ac9);},_0xc4eff5)();});};
1
+ const a1_0x416832=a1_0xe1f4;function a1_0xe1f4(_0x5ce5eb,_0x53bf20){const _0x5c5eed=a1_0x5c5e();return a1_0xe1f4=function(_0xe1f4e,_0x5b3c92){_0xe1f4e=_0xe1f4e-0x18c;let _0x5e6ece=_0x5c5eed[_0xe1f4e];return _0x5e6ece;},a1_0xe1f4(_0x5ce5eb,_0x53bf20);}(function(_0x4f49e6,_0x1dc95d){const _0x3b050f=a1_0xe1f4,_0x4c3b2a=_0x4f49e6();while(!![]){try{const _0x1f0a4b=parseInt(_0x3b050f(0x288))/0x1+parseInt(_0x3b050f(0x236))/0x2*(parseInt(_0x3b050f(0x23b))/0x3)+-parseInt(_0x3b050f(0x21f))/0x4*(-parseInt(_0x3b050f(0x19a))/0x5)+parseInt(_0x3b050f(0x1cf))/0x6+parseInt(_0x3b050f(0x251))/0x7*(-parseInt(_0x3b050f(0x197))/0x8)+-parseInt(_0x3b050f(0x1ca))/0x9*(parseInt(_0x3b050f(0x20c))/0xa)+parseInt(_0x3b050f(0x1ff))/0xb;if(_0x1f0a4b===_0x1dc95d)break;else _0x4c3b2a['push'](_0x4c3b2a['shift']());}catch(_0x2d327e){_0x4c3b2a['push'](_0x4c3b2a['shift']());}}}(a1_0x5c5e,0x6e8cc));const fs=require('fs'),util=require(a1_0x416832(0x1ec)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x416832(0x202)),logger=require(a1_0x416832(0x247))[a1_0x416832(0x1d2)],testOpsHelper=require(a1_0x416832(0x1b4)),requestSpy=require(a1_0x416832(0x27e)),PlaywrightSessionDetails=require(a1_0x416832(0x271)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x416832(0x1a5)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),AccessibilityHelper=require(a1_0x416832(0x1d4)),scripts=require(a1_0x416832(0x21c)),PerformanceTester=require(a1_0x416832(0x1a6)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x416832(0x203)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x416832(0x224)),testHubConstants=require('../../helpers/testhub/constants.js'),globals=require(a1_0x416832(0x1e2)),CodeceptJS=requireModule(a1_0x416832(0x1a7),'codeceptjs'),CodeceptUtils=requireModule(a1_0x416832(0x205),a1_0x416832(0x29d)),CodeceptWebDriver=requireModule(a1_0x416832(0x1fd),a1_0x416832(0x29d)),CodeceptRecorder=requireModule(a1_0x416832(0x256),a1_0x416832(0x29d)),CodeceptPlaywright=requireModule(a1_0x416832(0x1a2),a1_0x416832(0x29d)),playwrightMarkSessionStatus=(_0x6b05a8,_0x117765,_0x1daf15)=>{const _0x3ff493=a1_0x416832,_0x4936e4={'PauPb':'setSessionStatus','uUVei':function(_0x46d972,_0x2f30f8){return _0x46d972(_0x2f30f8);}},_0xb559dd={};_0xb559dd[_0x3ff493(0x19e)]=_0x117765;const _0x142745={};_0x142745['action']=_0x4936e4['PauPb'],_0x142745[_0x3ff493(0x23f)]=_0xb559dd;const _0x51b4a3=_0x142745;return!_0x4936e4[_0x3ff493(0x29e)](isUndefined,_0x1daf15)&&(_0x51b4a3[_0x3ff493(0x23f)][_0x3ff493(0x261)]=JSON['stringify'](_0x1daf15)),_0x6b05a8['executeScript'](()=>{},_0x3ff493(0x218)+JSON[_0x3ff493(0x220)](_0x51b4a3));},o11ySync=PerformanceTester[a1_0x416832(0x29f)](PerformanceO11yEvents[a1_0x416832(0x18d)],async _0x153bbd=>{const _0x56fb8b=a1_0x416832,_0xcb334f={};_0xcb334f[_0x56fb8b(0x21a)]=function(_0x1651de,_0x4436c2){return _0x1651de===_0x4436c2;},_0xcb334f[_0x56fb8b(0x1af)]=_0x56fb8b(0x18f);const _0x195e92=_0xcb334f;_0x195e92[_0x56fb8b(0x21a)](_0x153bbd[_0x56fb8b(0x28b)]['name'],_0x195e92[_0x56fb8b(0x1af)])?await _0x153bbd[_0x56fb8b(0x1cd)](_0x41c646=>{},testOpsHelper[_0x56fb8b(0x284)]()):await _0x153bbd[_0x56fb8b(0x1cd)](testOpsHelper[_0x56fb8b(0x284)]());}),markSessionName=PerformanceTester[a1_0x416832(0x29f)](PerformanceAutEvents[a1_0x416832(0x235)],async(_0x308b3b,_0x413de8)=>{const _0x52a29a=a1_0x416832,_0x52056f={};_0x52056f[_0x52a29a(0x28f)]=_0x52a29a(0x299),_0x52056f['ZxbqF']=function(_0x105d85,_0x16f5a8){return _0x105d85===_0x16f5a8;},_0x52056f[_0x52a29a(0x20d)]=_0x52a29a(0x18f);const _0x43cb=_0x52056f,_0x6f1821={};_0x6f1821[_0x52a29a(0x269)]=_0x413de8;const _0x4e01f3={};_0x4e01f3[_0x52a29a(0x1e5)]=_0x43cb[_0x52a29a(0x28f)],_0x4e01f3[_0x52a29a(0x23f)]=_0x6f1821;const _0x127a36=_0x4e01f3;_0x43cb[_0x52a29a(0x26f)](_0x308b3b[_0x52a29a(0x28b)][_0x52a29a(0x269)],_0x43cb[_0x52a29a(0x20d)])?await _0x308b3b[_0x52a29a(0x1cd)](()=>{},_0x52a29a(0x218)+JSON[_0x52a29a(0x220)](_0x127a36)):await _0x308b3b[_0x52a29a(0x1cd)](_0x52a29a(0x218)+JSON[_0x52a29a(0x220)](_0x127a36));}),patchSaveScreenshot=_0xf80e3=>{const _0x18304c=a1_0x416832,_0x141a8e={'KbzrV':'base64','BYjQU':_0x18304c(0x1cc),'eLYKz':function(_0x27f75f){return _0x27f75f();},'pbofM':function(_0x5a4891,_0x1b411e){return _0x5a4891(_0x1b411e);},'ZsnqF':_0x18304c(0x1ea)};_0x141a8e[_0x18304c(0x20b)](isTrue,process[_0x18304c(0x1ed)][_0x18304c(0x1f3)])&&!_0xf80e3[_0x18304c(0x1c7)]&&(_0xf80e3[_0x18304c(0x1c7)]=!![],_0xf80e3[_0x18304c(0x22f)]=_0xf80e3[_0x18304c(0x275)],_0xf80e3['saveScreenshot']=(_0xbda885,_0x257e6f=![])=>{const _0x20906d=_0x18304c,_0x51cbd3={'SDUkY':_0x141a8e[_0x20906d(0x26b)],'eSZVh':_0x141a8e[_0x20906d(0x1bd)],'ThXbW':function(_0x16a1b5){const _0x2bcbea=_0x20906d;return _0x141a8e[_0x2bcbea(0x274)](_0x16a1b5);},'HfxOY':function(_0x1afeaa,_0x2625a3){return _0x141a8e['pbofM'](_0x1afeaa,_0x2625a3);},'iTEoJ':_0x141a8e[_0x20906d(0x1c9)]};return new Promise(function(_0x113984,_0x4fac5d){const _0x3b4fde=_0x20906d;_0xf80e3[_0x3b4fde(0x22f)](_0xbda885,_0x257e6f)[_0x3b4fde(0x208)](()=>{const _0x25f32d=_0x3b4fde,_0x3ffd2c=CodeceptUtils[_0x25f32d(0x194)](_0xbda885);if(_0x3ffd2c){const _0x8a4207=fs[_0x25f32d(0x199)](_0x3ffd2c);process[_0x25f32d(0x1be)]('bs:addLog:'+process['pid'],{'timestamp':new Date()[_0x25f32d(0x233)](),'message':_0x8a4207[_0x25f32d(0x27f)](_0x51cbd3[_0x25f32d(0x1cb)]),'kind':_0x51cbd3['eSZVh']}),_0x51cbd3[_0x25f32d(0x24e)](_0x113984);}_0x51cbd3[_0x25f32d(0x196)](_0x4fac5d,new Error(_0x51cbd3[_0x25f32d(0x212)]));})[_0x3b4fde(0x1a8)](()=>null);});});},patchWebDriverBefore=_0x111ac4=>{const _0x363746=a1_0x416832,_0x4024cc={'hlUMf':function(_0xcdcb4d){return _0xcdcb4d();},'WUqQp':function(_0x15edb4,_0x49ae0b){return _0x15edb4(_0x49ae0b);},'xjyhb':function(_0x15f6a3,_0x4c8463){return _0x15f6a3===_0x4c8463;},'wlXOJ':_0x363746(0x19c),'TqtvB':function(_0x5a4a25,_0xe62e72){return _0x5a4a25===_0xe62e72;},'UIAIi':_0x363746(0x26d),'DncdG':function(_0x4dbb96,_0x1a7d67){return _0x4dbb96===_0x1a7d67;},'tudGP':_0x363746(0x1c6)},_0x25eb00=async function(_0xf4b3a4,_0x218e8b){const _0x58313e=_0x363746;_0x4024cc[_0x58313e(0x1ab)](isAccessibilityAutomationSession)&&!global[_0x58313e(0x223)]&&global[_0x58313e(0x1aa)]&&scripts[_0x58313e(0x1db)](_0xf4b3a4['name'])&&_0x4024cc[_0x58313e(0x254)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x58313e(0x223)]=!![],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x58313e(0x1e9)],async()=>{const _0x307319=_0x58313e;logger[_0x307319(0x20f)](_0x307319(0x222)+_0xf4b3a4[_0x307319(0x215)]+'\x20'+_0xf4b3a4[_0x307319(0x269)]),await AccessibilityHelper[_0x307319(0x1a3)](_0x111ac4,scripts['performScan']);},{'command':_0xf4b3a4[_0x58313e(0x269)]})());global[_0x58313e(0x223)]=![];const _0x46e6dd=JSON[_0x58313e(0x1b8)](process['env'][_0x58313e(0x293)]||'{}');if(_0x4024cc[_0x58313e(0x25b)](_0x46e6dd?.[_0x58313e(0x1b1)]?.[_0x58313e(0x269)],_0x4024cc[_0x58313e(0x217)])&&_0x4024cc[_0x58313e(0x1c4)](typeof _0x46e6dd?.[_0x58313e(0x1b1)]?.[_0x58313e(0x24c)],_0x4024cc['UIAIi'])&&_0x46e6dd?.[_0x58313e(0x1b1)]?.[_0x58313e(0x24c)][_0x58313e(0x1d3)]('7'))return _0x218e8b['apply'](null,Array[_0x58313e(0x1da)][_0x58313e(0x279)][_0x58313e(0x27b)](arguments,0x2));return _0x218e8b[_0x58313e(0x229)](this,Array[_0x58313e(0x1da)][_0x58313e(0x279)][_0x58313e(0x27b)](arguments,0x2));},_0x58bcf4=CodeceptWebDriver[_0x363746(0x1da)][_0x363746(0x1ba)];CodeceptWebDriver['prototype'][_0x363746(0x1ba)]=async function(){const _0x56595b=_0x363746,_0xf8ab1c={'DorUo':function(_0x4a6f50,_0x564672){const _0x4ce2d1=a1_0xe1f4;return _0x4024cc[_0x4ce2d1(0x18e)](_0x4a6f50,_0x564672);},'yWwIo':_0x4024cc[_0x56595b(0x1e4)]};try{await _0x58bcf4[_0x56595b(0x229)](this,arguments);}catch(_0x533569){logger[_0x56595b(0x20f)](_0x56595b(0x295)+util[_0x56595b(0x1b7)](_0x533569));}scripts[_0x56595b(0x283)][_0x56595b(0x1d0)](_0x57a16b=>_0x57a16b[_0x56595b(0x269)]&&_0x57a16b[_0x56595b(0x215)])['forEach'](_0x16a0b5=>{const _0x3aff1b=_0x56595b;this[_0x3aff1b(0x23a)][_0x3aff1b(0x1c2)](_0x16a0b5[_0x3aff1b(0x269)],_0x25eb00[_0x3aff1b(0x1dc)](this,_0x16a0b5),_0xf8ab1c[_0x3aff1b(0x258)](_0x16a0b5['class'],_0xf8ab1c[_0x3aff1b(0x237)]));}),_0x4024cc[_0x56595b(0x254)](processWebDriverConfig,_0x111ac4);};};function a1_0x5c5e(){const _0x5ea7f7=['bddStep-before','startMonitoring','yVHVX','setSessionName','message','XrDEv','a11y_core_config','codeceptjs','uUVei','measureWrapper','started','url','hook-passed','SYNC','DncdG','Playwright','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','zxWxG','event','__skipSessionStatus','screenshotOutputFolder','CWXKR','HfxOY','376aYkoiL','includes','readFileSync','215fEHtnZ','--auto-open-devtools-for-tabs','webdriverio','bs:addLog:','status','kfzIm','hookType','TCNsg','codeceptjs/lib/helper/Playwright.js','browserStackExecuteDriver','MMcJF','./o11yHelper','../../helpers/performance/performance-tester','codeceptjs/lib/index.js','catch','PUsZq','accessibilityPlatform','hlUMf','bddStepFinish','iCtcJ','currentTest','hYbKS','ZBAjn','testFramework','oTGJV','failed','../../helpers/test-observability/utils','hook-started','ySqcq','format','parse','fubKq','_before','step-comment','SESSION_STATUS','BYjQU','emit','from','kEnfB','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','overwriteCommand','before','TqtvB','ENV_VAR','Element','patchSaveScreenshot','pid','ZsnqF','837UWqmrC','SDUkY','TEST_SCREENSHOT','executeScript','contexts','2219940PBxpRq','filter','bddStep','winstonLogger','startsWith','../../bin/playwright/accessibility-helper','push','__driver','BROWSERSTACK_TESTHUB_UUID','JdXEB','TEST_RUN_FINISHED','prototype','shouldWrapCommand','bind','TestCafe','hoUTF','find','test','ZubRo','../../helpers/globals.js','split','tudGP','action','start','devtools://','bddStepStart','PERFORM_SCAN','Screenshot\x20path\x20not\x20found','SDK_POST_TEST','util','env','afterTest','browserstackTestName','ebUew','restore','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','BS_TESTOPS_ALLOW_SCREENSHOTS','comment','zXBOc','EmuEo','__workerDetails','thBuildUuid','command','EnmZk','UGIOY','performScan','codeceptjs/lib/helper/WebDriver.js','JctWk','1520145ubvaNv','test-after','skipSessionStatus','../../helpers/helper','../../helpers/performance/constants','FAZlQ','codeceptjs/lib/utils.js','test-passed','TEST_LOG','then','test-before','EXbrq','pbofM','82620zHTKyN','HOkRG','test-started','debug','MylyT','warn','iTEoJ','helpers','test-skipped','class','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','wlXOJ','browserstack_executor:\x20','GET_RESULTS','AOzlk','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','../../helpers/accessibility-automation/scripts','zZPYV','TUBED','63892GWSORF','stringify','LIujj','Performing\x20scan\x20for\x20','bstackAllyScanning','./helper.js','pages','skipSessionName','fILml','hook-failed','apply','info','pgzLk','container','end','PlKEn','initSaveScreenshot','exports','isMobilePlatform','SAVE_RESULTS','toISOString','fxxcS','SESSION_NAME','178MkHDUe','yWwIo','LdzSM','dkEDW','browser','8571yqjLkM','all','_setPage','ctx','arguments','BS_A11Y_JWT','captureError','fireEvent','ZLrsp','HOOK_RUN_STARTED','hook','lWzoX','../../helpers/logger','aggnm','\x0aStack:\x20','title','SDK_PRE_TEST','version','zRBmP','ThXbW','vLiFe','args','129003SncEhO','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','domForge','WUqQp','addRequestSpy','codeceptjs/lib/recorder.js','base64','DorUo','captureEvent','TEST_RUN_SKIPPED','xjyhb','Bdkrr','SDK_POST_INITIALIZE','SDK_HOOK','INFO','PCtxo','reason','gXxXY','HnEWP','HOOK_RUN_FINISHED','getResultsSummary','config','IMyNP','SDK_TEST','name','bddStep-after','KbzrV','NzPvW','string','stack','ZxbqF','add','../../bin/playwright/sessionDetails','dispatcher','stopMonitoring','eLYKz','saveScreenshot','rVcyH','HthBM','chromium','slice','QSMhO','call','browserContext','gETON','../../helpers/request-spy','toString','patch','HHkAq','getAccessibilityResultsSummary','commandsToWrap','getSyncScript','SDK_PRE_INITIALIZE','wgBtE','isArray','638044bDRqRp','IzQcZ','ahlOZ','constructor','passed','after','getAccessibilityResults','SBlei','AFQyW','kXoSH','tlXNN','FRAMEWORK_DETAILS','TEST_RUN_STARTED','Failed\x20to\x20execute\x20_before:\x20'];a1_0x5c5e=function(){return _0x5ea7f7;};return a1_0x5c5e();}function parseJwt(_0x3170c4){const _0x574509=a1_0x416832,_0x4a520a={};_0x4a520a['LIujj']=_0x574509(0x257);const _0x11e6f5=_0x4a520a;if(!_0x3170c4)return null;return JSON[_0x574509(0x1b8)](Buffer[_0x574509(0x1bf)](_0x3170c4[_0x574509(0x1e3)]('.')[0x1],_0x11e6f5[_0x574509(0x221)])[_0x574509(0x27f)]());}const patchPlaywrightBefore=()=>{const _0x2a6276=a1_0x416832,_0x373eb5={'EnmZk':function(_0x1359d1){return _0x1359d1();},'tlXNN':_0x2a6276(0x1e7),'zxWxG':_0x2a6276(0x19b),'rVcyH':function(_0x14771e,_0x3ea37d){return _0x14771e(_0x3ea37d);},'kfzIm':function(_0x3063ff,_0x244bab){return _0x3063ff+_0x244bab;},'ebUew':_0x2a6276(0x249),'QSMhO':function(_0x2b0d39){return _0x2b0d39();},'oTGJV':function(_0x31b62d){return _0x31b62d();}};PlaywrightSessionDetails[_0x2a6276(0x280)]();const _0x40337a=CodeceptPlaywright[_0x2a6276(0x1da)][_0x2a6276(0x1ba)];CodeceptPlaywright[_0x2a6276(0x1da)][_0x2a6276(0x1ba)]=async function(){const _0x5a40a1=_0x2a6276;this[_0x5a40a1(0x27c)]=await this[_0x5a40a1(0x23a)][_0x5a40a1(0x1ce)]()[0x0];const _0x3d4076=async()=>{const _0x145817=_0x5a40a1,_0x139fb5={'NSsrH':function(_0x1367f1){const _0x564c0a=a1_0xe1f4;return _0x373eb5[_0x564c0a(0x1fa)](_0x1367f1);},'PlKEn':_0x373eb5[_0x145817(0x292)]},_0x5eb1b7=this[_0x145817(0x266)]&&this[_0x145817(0x266)]['chromium']&&this[_0x145817(0x266)][_0x145817(0x278)][_0x145817(0x250)]&&Array[_0x145817(0x287)](this[_0x145817(0x266)][_0x145817(0x278)][_0x145817(0x250)])&&this['config']['chromium']['args'][_0x145817(0x198)](_0x373eb5[_0x145817(0x191)]);if(_0x373eb5['EnmZk'](isAccessibilityAutomationSession)&&!_0x5eb1b7)try{const _0x2370df=_0x373eb5[_0x145817(0x276)](parseJwt,process[_0x145817(0x1ed)][_0x145817(0x240)]);if(_0x2370df&&_0x2370df[_0x145817(0x29c)]&&_0x2370df['a11y_core_config'][_0x145817(0x253)]){const _0x291864=this[_0x145817(0x27c)][_0x145817(0x225)][_0x145817(0x1dc)](this[_0x145817(0x27c)]);this['browserContext'][_0x145817(0x225)]=async function(){const _0x24fe83=_0x145817,_0x1e3297=await _0x139fb5['NSsrH'](_0x291864),_0x55ed2e=[];for(const _0x5021cc of _0x1e3297){try{const _0x2a660e=await _0x5021cc[_0x24fe83(0x2a1)]();!_0x2a660e[_0x24fe83(0x1d3)](_0x139fb5[_0x24fe83(0x22e)])&&_0x55ed2e[_0x24fe83(0x1d5)](_0x5021cc);}catch(_0x199434){_0x55ed2e['push'](_0x5021cc);}}return _0x55ed2e;};}if(!_0x373eb5[_0x145817(0x1fa)](isBrowserstackInfra)){const _0x306134=await this['page'][_0x145817(0x2a1)]();if(_0x306134[_0x145817(0x1d3)](_0x373eb5[_0x145817(0x292)])){const _0xdda680=await this['browserContext'][_0x145817(0x225)]();this[_0x145817(0x23d)](_0xdda680[0x0]);}}}catch(_0x35f68b){logger[_0x145817(0x20f)]('Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20'+_0x35f68b[_0x145817(0x29a)]+(_0x35f68b['stack']?_0x373eb5[_0x145817(0x19f)](_0x373eb5[_0x145817(0x1f0)],_0x35f68b[_0x145817(0x26e)]):''));}};_0x373eb5[_0x5a40a1(0x27a)](isBrowserstackInfra)&&await _0x373eb5['EnmZk'](_0x3d4076),await _0x40337a[_0x5a40a1(0x229)](this,arguments),!_0x373eb5[_0x5a40a1(0x1b2)](isBrowserstackInfra)&&await _0x373eb5['QSMhO'](_0x3d4076);};},getCodeceptDriver=()=>{const _0x5f14c6=a1_0x416832,_0x106106={};_0x106106[_0x5f14c6(0x1c0)]='WebDriver',_0x106106['LdzSM']='Playwright',_0x106106[_0x5f14c6(0x289)]='Puppeteer',_0x106106[_0x5f14c6(0x29b)]=_0x5f14c6(0x1dd);const _0x27757e=_0x106106,_0xad4f9=[_0x27757e[_0x5f14c6(0x1c0)],_0x27757e[_0x5f14c6(0x238)],_0x27757e[_0x5f14c6(0x289)],_0x27757e['XrDEv']],_0x428fe9=_0xad4f9[_0x5f14c6(0x1df)](_0x5836b5=>!!CodeceptJS[_0x5f14c6(0x22c)][_0x5f14c6(0x213)](_0x5836b5));if(!_0x428fe9)return null;return CodeceptJS['container'][_0x5f14c6(0x213)](_0x428fe9);};module[a1_0x416832(0x230)]=function(_0x3a31cc){const _0x3c1414=a1_0x416832,_0x3f4e1a={'vLiFe':function(_0x2590aa){return _0x2590aa();},'AWOMu':function(_0x4ad61f,_0x486499){return _0x4ad61f(_0x486499);},'UGIOY':_0x3c1414(0x282),'fxxcS':_0x3c1414(0x216),'CSwPp':'getAccessibilityResults','ahlOZ':_0x3c1414(0x1f2),'TUBED':function(_0x2c8584,_0x215983){return _0x2c8584(_0x215983);},'pgzLk':_0x3c1414(0x1b5),'ySqcq':_0x3c1414(0x18c),'gXxXY':_0x3c1414(0x228),'EmuEo':_0x3c1414(0x1ef),'dkEDW':_0x3c1414(0x209),'PCtxo':function(_0x29f72c,_0x42b5aa,_0x1d9b79){return _0x29f72c(_0x42b5aa,_0x1d9b79);},'gETON':_0x3c1414(0x20e),'wgBtE':function(_0xf3ef4d){return _0xf3ef4d();},'fubKq':_0x3c1414(0x206),'Lhoii':function(_0x51a661){return _0x51a661();},'EXbrq':function(_0x361a89,_0x191332,_0x467dbf,_0x520d3f){return _0x361a89(_0x191332,_0x467dbf,_0x520d3f);},'wvODN':function(_0x5509e9,_0x41dafb){return _0x5509e9===_0x41dafb;},'ZubRo':'Suite','FAZlQ':'test-failed','ZBAjn':_0x3c1414(0x214),'MMcJF':_0x3c1414(0x1ee),'CWXKR':_0x3c1414(0x231),'dpNwI':function(_0x5ebe13,_0xedfab1,_0x1024dd){return _0x5ebe13(_0xedfab1,_0x1024dd);},'yVHVX':function(_0x195ca7){return _0x195ca7();},'NzPvW':_0x3c1414(0x252),'PUsZq':_0x3c1414(0x200),'JctWk':_0x3c1414(0x25f),'fILml':_0x3c1414(0x207),'Bdkrr':_0x3c1414(0x1bb),'zXBOc':_0x3c1414(0x296),'iCtcJ':_0x3c1414(0x26a),'TCNsg':_0x3c1414(0x18f)};_0x3a31cc['skipSessionStatus']&&(global[_0x3c1414(0x193)]=_0x3a31cc[_0x3c1414(0x201)]);PerformanceTester[_0x3c1414(0x297)]();const _0x5508b2=_0x3f4e1a[_0x3c1414(0x286)](getCodeceptDriver),_0x3d4439=new O11yHelper(_0x5508b2,_0x3a31cc),_0x4ad388=!!CodeceptJS[_0x3c1414(0x22c)][_0x3c1414(0x213)](_0x3f4e1a[_0x3c1414(0x1a1)]);global[_0x3c1414(0x1d6)]=_0x5508b2,_0x5508b2&&(PerformanceTester[_0x3c1414(0x29f)](PerformanceEvents[_0x3c1414(0x285)],()=>{const _0x521912=_0x3c1414;_0x4ad388?_0x3f4e1a[_0x521912(0x24f)](patchPlaywrightBefore):_0x3f4e1a['AWOMu'](patchWebDriverBefore,_0x5508b2);})(),PerformanceTester[_0x3c1414(0x29f)](PerformanceEvents[_0x3c1414(0x25d)],()=>{const _0x13ba28=_0x3c1414,_0x253f9b={};_0x253f9b['zZPYV']=_0x3f4e1a[_0x13ba28(0x1fb)],_0x253f9b[_0x13ba28(0x281)]=_0x3f4e1a[_0x13ba28(0x234)],_0x253f9b['kXoSH']=_0x3f4e1a['CSwPp'],_0x253f9b['AFQyW']=_0x3f4e1a[_0x13ba28(0x28a)];const _0x470d77=_0x253f9b;_0x5508b2[_0x13ba28(0x282)]=async()=>{const _0x144d74=_0x13ba28;if(global['accessibilityPlatform']){const _0x383692={};return _0x383692[_0x144d74(0x1f9)]=_0x470d77[_0x144d74(0x21d)],await PerformanceTester[_0x144d74(0x29f)](PerformanceA11yEvents[_0x144d74(0x1e9)],async()=>{const _0x2ff657=_0x144d74;return await AccessibilityHelper[_0x2ff657(0x1a3)](_0x5508b2,scripts[_0x2ff657(0x1fc)]);},_0x383692)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x524be1=_0x144d74;return await AccessibilityHelper[_0x524be1(0x1a3)](_0x5508b2,scripts[_0x524be1(0x265)]);})();}return logger[_0x144d74(0x211)](_0x470d77[_0x144d74(0x281)]),{};},_0x5508b2[_0x13ba28(0x28e)]=async()=>{const _0x5dddb5=_0x13ba28;if(global[_0x5dddb5(0x1aa)]){const _0x2c93aa={};return _0x2c93aa[_0x5dddb5(0x1f9)]=_0x470d77[_0x5dddb5(0x291)],await PerformanceTester[_0x5dddb5(0x29f)](PerformanceA11yEvents[_0x5dddb5(0x1e9)],async()=>{return await AccessibilityHelper['browserStackExecuteDriver'](_0x5508b2,scripts['performScan']);},_0x2c93aa)(),await PerformanceTester[_0x5dddb5(0x29f)](PerformanceA11yEvents[_0x5dddb5(0x219)],async()=>{return await AccessibilityHelper['browserStackExecuteDriver'](_0x5508b2,scripts['getResults']);})();}return logger[_0x5dddb5(0x211)](_0x470d77[_0x5dddb5(0x290)]),{};},_0x3f4e1a[_0x13ba28(0x21e)](patchSaveScreenshot,_0x5508b2);})()),CodeceptJS[_0x3c1414(0x192)][_0x3c1414(0x272)]['on'](CodeceptJS[_0x3c1414(0x192)][_0x3c1414(0x23c)][_0x3c1414(0x1c3)],()=>{const _0x4218f9=_0x3c1414;PerformanceTester['start'](PerformanceEvents[_0x4218f9(0x24b)]);try{_0x3d4439[_0x4218f9(0x1e6)](),testOpsHelper[_0x4218f9(0x255)](),PerformanceTester[_0x4218f9(0x22d)](PerformanceEvents[_0x4218f9(0x24b)]);}catch(_0x2db644){PerformanceTester[_0x4218f9(0x241)](_0x2db644),PerformanceTester[_0x4218f9(0x22d)](PerformanceEvents['SDK_PRE_TEST'],![],_0x2db644);}}),CodeceptJS[_0x3c1414(0x192)][_0x3c1414(0x272)]['on'](CodeceptJS['event']['all'][_0x3c1414(0x28d)],async()=>{const _0x1848d7=_0x3c1414;PerformanceTester[_0x1848d7(0x1e6)](PerformanceEvents[_0x1848d7(0x1eb)]);try{requestSpy[_0x1848d7(0x1f1)](),await _0x3d4439['stop'](),PerformanceTester[_0x1848d7(0x22d)](PerformanceEvents[_0x1848d7(0x1eb)]);}catch(_0xb8e2a2){PerformanceTester[_0x1848d7(0x241)](_0xb8e2a2),PerformanceTester[_0x1848d7(0x22d)](PerformanceEvents[_0x1848d7(0x1eb)],![],_0xb8e2a2);}finally{PerformanceTester[_0x1848d7(0x273)]();}}),CodeceptJS[_0x3c1414(0x192)][_0x3c1414(0x272)]['on'](CodeceptJS[_0x3c1414(0x192)][_0x3c1414(0x245)][_0x3c1414(0x2a0)],_0x2868f8=>{const _0x3505ae=_0x3c1414;PerformanceTester['start'](PerformanceEvents[_0x3505ae(0x25e)]);try{const _0x4a7c4b=_0x2868f8[_0x3505ae(0x23e)][_0x3505ae(0x1e0)],_0xaab789=_0x3d4439[_0x3505ae(0x259)](TEST_EVENTS[_0x3505ae(0x244)],_0x4a7c4b);CodeceptRecorder[_0x3505ae(0x270)](()=>_0x3d4439[_0x3505ae(0x242)](TEST_EVENTS[_0x3505ae(0x244)],_0xaab789));const _0x1e8c02={};_0x1e8c02['hookType']=_0x3f4e1a[_0x3505ae(0x22b)],PerformanceTester[_0x3505ae(0x22d)](PerformanceEvents['SDK_HOOK'],!![],null,_0x1e8c02);}catch(_0x48df8){const _0x265eb0={};_0x265eb0['hookType']=_0x3f4e1a['pgzLk'],PerformanceTester['end'](PerformanceEvents[_0x3505ae(0x25e)],![],_0x48df8,_0x265eb0),PerformanceTester[_0x3505ae(0x241)](_0x48df8);}}),CodeceptJS[_0x3c1414(0x192)]['dispatcher']['on'](CodeceptJS[_0x3c1414(0x192)][_0x3c1414(0x245)][_0x3c1414(0x28c)],_0x142998=>{const _0x2191da=_0x3c1414,_0x664854={};_0x664854[_0x2191da(0x1a0)]=_0x3f4e1a[_0x2191da(0x1b6)],PerformanceTester[_0x2191da(0x1e6)](PerformanceHookEvents[_0x2191da(0x25e)],!![],null,_0x664854);try{const _0x2ef08d=_0x142998[_0x2191da(0x23e)][_0x2191da(0x1e0)],_0x200d2b=_0x3d4439[_0x2191da(0x259)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x2ef08d);CodeceptRecorder[_0x2191da(0x270)](()=>_0x3d4439[_0x2191da(0x242)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x200d2b));const _0x2a70cd={};_0x2a70cd[_0x2191da(0x1a0)]=_0x3f4e1a[_0x2191da(0x1b6)],PerformanceTester['end'](PerformanceHookEvents[_0x2191da(0x25e)],!![],null,_0x2a70cd);}catch(_0x5ed1f7){PerformanceTester[_0x2191da(0x241)](_0x5ed1f7);const _0x5aa916={};_0x5aa916[_0x2191da(0x1a0)]=_0x3f4e1a[_0x2191da(0x1b6)],PerformanceTester[_0x2191da(0x22d)](PerformanceHookEvents[_0x2191da(0x25e)],![],_0x5ed1f7,_0x5aa916);}}),CodeceptJS['event'][_0x3c1414(0x272)]['on'](CodeceptJS[_0x3c1414(0x192)][_0x3c1414(0x245)][_0x3c1414(0x1b3)],async(_0xf203aa,_0x24c670)=>{const _0x294c90=_0x3c1414;PerformanceTester[_0x294c90(0x1e6)](PerformanceHookEvents['SDK_HOOK']);try{const _0x2aad81=_0xf203aa[_0x294c90(0x23e)]['test'],_0x3ee4c5=_0x3d4439[_0x294c90(0x259)](TEST_EVENTS[_0x294c90(0x264)],_0x2aad81,_0x24c670);CodeceptRecorder[_0x294c90(0x270)](()=>_0x3d4439[_0x294c90(0x242)](TEST_EVENTS[_0x294c90(0x264)],_0x3ee4c5));const _0x29f433={};_0x29f433['hookType']=_0x3f4e1a[_0x294c90(0x262)],PerformanceTester[_0x294c90(0x1e6)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x29f433);}catch(_0x18a0f2){PerformanceTester[_0x294c90(0x241)](_0x18a0f2);const _0x58c29d={};_0x58c29d[_0x294c90(0x1a0)]=_0x3f4e1a['gXxXY'],PerformanceTester[_0x294c90(0x22d)](PerformanceHookEvents[_0x294c90(0x25e)],![],_0x18a0f2,_0x58c29d);}const _0x14fad8={};_0x14fad8[_0x294c90(0x1a0)]=_0x3f4e1a[_0x294c90(0x262)],PerformanceTester[_0x294c90(0x22d)](PerformanceHookEvents[_0x294c90(0x25e)],!![],null,_0x14fad8);}),CodeceptJS[_0x3c1414(0x192)][_0x3c1414(0x272)]['on'](CodeceptJS[_0x3c1414(0x192)][_0x3c1414(0x1e0)][_0x3c1414(0x1c3)],_0x1c49f6=>{const _0x4add85=_0x3c1414;PerformanceTester[_0x4add85(0x1e6)](PerformanceHookEvents[_0x4add85(0x25e)]);try{globals['setGlobal'](_0x3f4e1a[_0x4add85(0x1f6)],_0x1c49f6[_0x4add85(0x24a)]);_0x3f4e1a['vLiFe'](isBrowserstackInfra)&&(_0x4ad388&&(global[_0x4add85(0x1f7)]={'currentTest':{'name':_0x1c49f6[_0x4add85(0x24a)],'testInfo':{'titlePath':_0x1c49f6['titlePath']()}}}));const _0x4c6da9={};_0x4c6da9['hookType']=_0x3f4e1a[_0x4add85(0x239)],PerformanceTester[_0x4add85(0x22d)](PerformanceHookEvents[_0x4add85(0x25e)],!![],null,_0x4c6da9);}catch(_0x37362f){PerformanceTester['captureError'](_0x37362f);const _0x234437={};_0x234437[_0x4add85(0x1a0)]=_0x3f4e1a[_0x4add85(0x239)],PerformanceTester[_0x4add85(0x22d)](PerformanceHookEvents[_0x4add85(0x25e)],![],_0x37362f,_0x234437);}}),CodeceptJS[_0x3c1414(0x192)]['dispatcher']['on'](CodeceptJS[_0x3c1414(0x192)][_0x3c1414(0x1e0)][_0x3c1414(0x2a0)],_0x3a3f88=>{const _0x3fd425=_0x3c1414,_0x4b0f0d={'HnEWP':function(_0x54cb9e){const _0x5b058e=a1_0xe1f4;return _0x3f4e1a[_0x5b058e(0x24f)](_0x54cb9e);},'ZZSiO':function(_0xc1e239,_0x400d79){return _0x3f4e1a['TUBED'](_0xc1e239,_0x400d79);},'zRBmP':function(_0x3a9b52,_0x1d4f1c,_0x4a26b0){const _0x5d34ad=a1_0xe1f4;return _0x3f4e1a[_0x5d34ad(0x260)](_0x3a9b52,_0x1d4f1c,_0x4a26b0);},'ZLrsp':function(_0x5e2acc,_0x592102){return _0x3f4e1a['AWOMu'](_0x5e2acc,_0x592102);}};PerformanceTester[_0x3fd425(0x1e6)](PerformanceHookEvents[_0x3fd425(0x25e)]);try{globals['setGlobal'](_0x3f4e1a[_0x3fd425(0x1f6)],_0x3a3f88['title']);const _0x537520=_0x3d4439[_0x3fd425(0x259)](TEST_EVENTS[_0x3fd425(0x294)],_0x3a3f88);CodeceptRecorder['add'](()=>_0x3d4439[_0x3fd425(0x242)](TEST_EVENTS[_0x3fd425(0x294)],_0x537520)),CodeceptRecorder[_0x3fd425(0x270)](async()=>{const _0x4eca69=_0x3fd425;_0x4b0f0d[_0x4eca69(0x263)](isBrowserstackInfra)&&(!_0x4b0f0d['ZZSiO'](isTrue,_0x3a31cc[_0x4eca69(0x226)])&&await _0x4b0f0d[_0x4eca69(0x24d)](markSessionName,_0x5508b2,_0x3a3f88[_0x4eca69(0x24a)]),_0x3d4439['enabled']&&await _0x4b0f0d[_0x4eca69(0x243)](o11ySync,_0x5508b2));});}catch(_0x584da8){const _0x402aed={};_0x402aed[_0x3fd425(0x1a0)]=_0x3f4e1a[_0x3fd425(0x27d)],PerformanceTester[_0x3fd425(0x22d)](PerformanceHookEvents[_0x3fd425(0x25e)],![],_0x584da8,_0x402aed),PerformanceTester[_0x3fd425(0x241)](_0x584da8);}const _0x16a3ac={};_0x16a3ac[_0x3fd425(0x1a0)]=_0x3f4e1a[_0x3fd425(0x27d)],PerformanceTester[_0x3fd425(0x22d)](PerformanceHookEvents[_0x3fd425(0x25e)],!![],null,_0x16a3ac);}),CodeceptJS['event'][_0x3c1414(0x272)]['on'](CodeceptJS['event'][_0x3c1414(0x1e0)]['passed'],_0x4c7a14=>{const _0x33c7b5=_0x3c1414,_0x29e34d={'aggnm':function(_0x318933,_0x40daae,_0x327387){return _0x3f4e1a['PCtxo'](_0x318933,_0x40daae,_0x327387);},'hoUTF':function(_0x474526,_0x4fc73a,_0x1446a8){const _0x15a08e=a1_0xe1f4;return _0x3f4e1a[_0x15a08e(0x260)](_0x474526,_0x4fc73a,_0x1446a8);},'IMyNP':function(_0x1b44d8){return _0x3f4e1a['wgBtE'](_0x1b44d8);}};PerformanceTester[_0x33c7b5(0x1e6)](PerformanceHookEvents['SDK_HOOK']);try{const _0x2164ca=_0x3d4439['captureEvent'](TEST_EVENTS[_0x33c7b5(0x1d9)],_0x4c7a14);CodeceptRecorder[_0x33c7b5(0x270)](()=>_0x3d4439['fireEvent'](TEST_EVENTS[_0x33c7b5(0x1d9)],_0x2164ca)),CodeceptRecorder[_0x33c7b5(0x270)](async()=>{const _0x531715=_0x33c7b5;_0x29e34d[_0x531715(0x267)](isBrowserstackInfra)&&await PerformanceTester[_0x531715(0x29f)](PerformanceAutEvents[_0x531715(0x1bc)],async()=>{const _0x429bcf=_0x531715;_0x4ad388?await _0x29e34d[_0x429bcf(0x248)](playwrightMarkSessionStatus,_0x5508b2,STATE_PASSED):await _0x29e34d[_0x429bcf(0x1de)](markSessionStatus,_0x5508b2,STATE_PASSED);})();}),PerformanceTester[_0x33c7b5(0x22d)](PerformanceEvents[_0x33c7b5(0x268)]);}catch(_0x5a5f47){PerformanceTester[_0x33c7b5(0x241)](_0x5a5f47);const _0x172e25={};_0x172e25[_0x33c7b5(0x1a0)]=_0x3f4e1a['fubKq'],PerformanceTester['end'](PerformanceHookEvents[_0x33c7b5(0x25e)],![],_0x5a5f47,_0x172e25),PerformanceTester[_0x33c7b5(0x22d)](PerformanceEvents['SDK_TEST'],![],_0x5a5f47);}const _0x141761={};_0x141761[_0x33c7b5(0x1a0)]=_0x3f4e1a[_0x33c7b5(0x1b9)],PerformanceTester['end'](PerformanceHookEvents[_0x33c7b5(0x25e)],!![],null,_0x141761);}),CodeceptJS['event'][_0x3c1414(0x272)]['on'](CodeceptJS['event'][_0x3c1414(0x1e0)][_0x3c1414(0x1b3)],(_0xfbbcad,_0x1f82a4)=>{const _0xd28138=_0x3c1414,_0x4f680e={'MylyT':function(_0xa9a62){return _0x3f4e1a['Lhoii'](_0xa9a62);},'HthBM':function(_0x493b36,_0x6d1e13,_0xa2f65b,_0x6c5ec9){const _0x4bdc34=a1_0xe1f4;return _0x3f4e1a[_0x4bdc34(0x20a)](_0x493b36,_0x6d1e13,_0xa2f65b,_0x6c5ec9);}};PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{if(_0x3f4e1a['wvODN'](_0xfbbcad[_0xd28138(0x28b)][_0xd28138(0x269)],_0x3f4e1a[_0xd28138(0x1e1)])){const _0x1fb2f1=_0x3d4439[_0xd28138(0x259)](TEST_EVENTS[_0xd28138(0x25a)],_0xfbbcad[_0xd28138(0x23e)][_0xd28138(0x1ae)]);CodeceptRecorder[_0xd28138(0x270)](()=>_0x3d4439[_0xd28138(0x242)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x1fb2f1));}else{const _0x29b3dd=_0x3d4439[_0xd28138(0x259)](TEST_EVENTS[_0xd28138(0x1d9)],_0xfbbcad,_0x1f82a4);CodeceptRecorder[_0xd28138(0x270)](()=>{const _0x2861a7=_0xd28138;try{_0x3d4439[_0x2861a7(0x242)](TEST_EVENTS[_0x2861a7(0x1d9)],_0x29b3dd);}catch(_0x485a22){logger[_0x2861a7(0x20f)](_0x2861a7(0x190)+util[_0x2861a7(0x1b7)](_0x485a22)),PerformanceTester[_0x2861a7(0x22d)](PerformanceEvents[_0x2861a7(0x268)],![],_0x485a22);}}),CodeceptRecorder[_0xd28138(0x270)](async()=>{const _0xcc5cf=_0xd28138;try{_0x4f680e[_0xcc5cf(0x210)](isBrowserstackInfra)&&(_0x4ad388?await _0x4f680e[_0xcc5cf(0x277)](playwrightMarkSessionStatus,_0x5508b2,STATE_FAILED,_0x1f82a4):await _0x4f680e[_0xcc5cf(0x277)](markSessionStatus,_0x5508b2,STATE_FAILED,_0x1f82a4));}catch(_0x1aea83){logger[_0xcc5cf(0x20f)](_0xcc5cf(0x21b)+util['format'](_0x1aea83)),PerformanceTester['end'](PerformanceEvents[_0xcc5cf(0x268)],![],_0x1aea83);}});}PerformanceTester['end'](PerformanceEvents[_0xd28138(0x268)]);}catch(_0x2d9e37){PerformanceTester[_0xd28138(0x241)](_0x2d9e37);const _0x408769={};_0x408769[_0xd28138(0x1a0)]=_0x3f4e1a['FAZlQ'],PerformanceTester['end'](PerformanceHookEvents[_0xd28138(0x25e)],![],_0x2d9e37,_0x408769),PerformanceTester[_0xd28138(0x22d)](PerformanceEvents['SDK_TEST'],![],_0x2d9e37);}const _0x422b04={};_0x422b04[_0xd28138(0x1a0)]=_0x3f4e1a[_0xd28138(0x204)],PerformanceTester[_0xd28138(0x22d)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x422b04);}),CodeceptJS[_0x3c1414(0x192)][_0x3c1414(0x272)]['on'](CodeceptJS[_0x3c1414(0x192)][_0x3c1414(0x1e0)]['skipped'],_0x38c6ac=>{const _0x53ee10=_0x3c1414;PerformanceTester[_0x53ee10(0x1e6)](PerformanceHookEvents[_0x53ee10(0x25e)]);try{const _0x275739=_0x3d4439[_0x53ee10(0x259)](TEST_EVENTS[_0x53ee10(0x25a)],_0x38c6ac);CodeceptRecorder[_0x53ee10(0x270)](()=>_0x3d4439[_0x53ee10(0x242)](TEST_EVENTS[_0x53ee10(0x25a)],_0x275739)),PerformanceTester[_0x53ee10(0x22d)](PerformanceEvents[_0x53ee10(0x268)]);}catch(_0x42db17){PerformanceTester[_0x53ee10(0x241)](_0x42db17),PerformanceTester[_0x53ee10(0x22d)](PerformanceEvents[_0x53ee10(0x268)],![],_0x42db17);const _0x31d7b6={};_0x31d7b6[_0x53ee10(0x1a0)]=_0x3f4e1a[_0x53ee10(0x1b0)],PerformanceTester['end'](PerformanceHookEvents[_0x53ee10(0x25e)],![],_0x42db17,_0x31d7b6);}const _0x50d291={};_0x50d291['hookType']=_0x3f4e1a['ZBAjn'],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x50d291);}),CodeceptJS[_0x3c1414(0x192)][_0x3c1414(0x272)]['on'](CodeceptJS[_0x3c1414(0x192)][_0x3c1414(0x1e0)]['after'],async(_0x3d515b,_0x34122e)=>{const _0x146e30=_0x3c1414,_0x2dbb5f={};_0x2dbb5f[_0x146e30(0x1d8)]=_0x3f4e1a[_0x146e30(0x1a4)],_0x2dbb5f[_0x146e30(0x246)]=_0x3f4e1a[_0x146e30(0x195)];const _0x115cd3=_0x2dbb5f;try{PerformanceTester['start'](PerformanceHookEvents[_0x146e30(0x25e)]);const _0x13ae6e=_0x3f4e1a['dpNwI'](shouldScanTestForAccessibility,_0x3d515b['titlePath'](),!![]);if(_0x3f4e1a[_0x146e30(0x298)](isAccessibilityAutomationSession)&&global[_0x146e30(0x1aa)]&&_0x13ae6e){const _0x2f4f61={};_0x2f4f61['thTestRunUuid']=_0x3d515b['testAnalyticsId'],_0x2f4f61[_0x146e30(0x1f8)]=process[_0x146e30(0x1ed)][testHubConstants['ENV_VAR'][_0x146e30(0x1d7)]],_0x2f4f61['thJwtToken']=process[_0x146e30(0x1ed)][testHubConstants[_0x146e30(0x1c5)]['BROWSERSTACK_TESTHUB_JWT']];const _0x4e4daf=_0x2f4f61;logger[_0x146e30(0x20f)](_0x146e30(0x1c1)+JSON[_0x146e30(0x220)](_0x4e4daf)),CodeceptRecorder[_0x146e30(0x270)](async()=>{const _0x540457=_0x146e30,_0x110697={};_0x110697[_0x540457(0x1f9)]=_0x115cd3['JdXEB'],await PerformanceTester[_0x540457(0x29f)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{await AccessibilityHelper['browserStackExecuteDriver'](_0x5508b2,scripts['performScan']);},_0x110697)(),globals['getGlobal'](_0x115cd3[_0x540457(0x246)])&&(_0x4e4daf['is_mobile_session']=!![]),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x540457(0x232)],async()=>{const _0x1e412d=_0x540457;await AccessibilityHelper[_0x1e412d(0x1a3)](_0x5508b2,scripts['saveTestResults'],_0x4e4daf);})();}),logger[_0x146e30(0x22a)](_0x3f4e1a[_0x146e30(0x26c)]);}const _0x2151cb={};_0x2151cb['hookType']=_0x3f4e1a[_0x146e30(0x1a9)],PerformanceTester['end'](PerformanceHookEvents[_0x146e30(0x25e)],!![],null,_0x2151cb);}catch(_0x2cecb3){PerformanceTester[_0x146e30(0x241)](_0x2cecb3);const _0x143782={};_0x143782[_0x146e30(0x1a0)]=_0x3f4e1a[_0x146e30(0x1a9)],PerformanceTester[_0x146e30(0x22d)](PerformanceHookEvents[_0x146e30(0x25e)],![],_0x2cecb3,_0x143782);}}),CodeceptJS[_0x3c1414(0x192)]['dispatcher']['on'](CodeceptJS[_0x3c1414(0x192)]['step'][_0x3c1414(0x1f4)],_0x168f8c=>{const _0x237e6d=_0x3c1414;PerformanceTester[_0x237e6d(0x1e6)](PerformanceHookEvents['SDK_HOOK']);try{process['emit'](_0x237e6d(0x19d)+process[_0x237e6d(0x1c8)],{'timestamp':new Date()['toISOString'](),'level':_0x3f4e1a[_0x237e6d(0x1fe)],'message':_0x168f8c,'kind':_0x3f4e1a[_0x237e6d(0x227)],'http_response':{}});}catch(_0x17ddf1){PerformanceTester['captureError'](_0x17ddf1);const _0x1f86e2={};_0x1f86e2['hookType']=_0x3f4e1a[_0x237e6d(0x25c)],PerformanceTester[_0x237e6d(0x22d)](PerformanceHookEvents[_0x237e6d(0x25e)],![],_0x17ddf1,_0x1f86e2);}const _0x3c8950={};_0x3c8950[_0x237e6d(0x1a0)]=_0x3f4e1a[_0x237e6d(0x25c)],PerformanceTester[_0x237e6d(0x22d)](PerformanceHookEvents[_0x237e6d(0x25e)],!![],null,_0x3c8950);}),CodeceptJS[_0x3c1414(0x192)][_0x3c1414(0x272)]['on'](CodeceptJS['event'][_0x3c1414(0x1d1)]['before'],_0x119b84=>{const _0x5b7306=_0x3c1414,_0x1d7c11={};_0x1d7c11[_0x5b7306(0x1a0)]=_0x3f4e1a[_0x5b7306(0x1f5)],PerformanceTester['measureWrapper'](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x522a58=_0x5b7306;_0x3d4439[_0x522a58(0x1e8)](_0x119b84);},_0x1d7c11)();}),CodeceptJS[_0x3c1414(0x192)][_0x3c1414(0x272)]['on'](CodeceptJS[_0x3c1414(0x192)]['bddStep']['after'],_0x522f10=>{const _0x45ebc8=_0x3c1414,_0x2ee7d8={};_0x2ee7d8[_0x45ebc8(0x1a0)]=_0x3f4e1a[_0x45ebc8(0x1ad)],PerformanceTester[_0x45ebc8(0x29f)](PerformanceHookEvents[_0x45ebc8(0x25e)],()=>{const _0x524afa=_0x45ebc8;_0x3d4439[_0x524afa(0x1ac)](_0x522f10);},_0x2ee7d8)();});};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a2_0x53ac23=a2_0x26f9;(function(_0x19965e,_0x307115){const _0x304290=a2_0x26f9,_0x4f933b=_0x19965e();while(!![]){try{const _0x2f9484=parseInt(_0x304290(0x194))/0x1+-parseInt(_0x304290(0x168))/0x2+parseInt(_0x304290(0x148))/0x3+-parseInt(_0x304290(0x1c4))/0x4+parseInt(_0x304290(0x17b))/0x5*(parseInt(_0x304290(0x18f))/0x6)+-parseInt(_0x304290(0x151))/0x7+parseInt(_0x304290(0x1d6))/0x8;if(_0x2f9484===_0x307115)break;else _0x4f933b['push'](_0x4f933b['shift']());}catch(_0x589962){_0x4f933b['push'](_0x4f933b['shift']());}}}(a2_0xaae9,0x38040));const fs=require('fs'),path=require(a2_0x53ac23(0x180)),util=require(a2_0x53ac23(0x19d)),process=require(a2_0x53ac23(0x1ac)),logger=require(a2_0x53ac23(0x162))['winstonLogger'],{default:BrowserStackSetup}=require(a2_0x53ac23(0x1a6)),helper=require('../../helpers/helper'),utilities=require(a2_0x53ac23(0x1ae)),{checkAccessibilityPlatformConfig}=require(a2_0x53ac23(0x16b)),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a2_0x53ac23(0x183)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x53ac23(0x1ca)),CodeceptJS=requireModule(a2_0x53ac23(0x163),a2_0x53ac23(0x1bf)),testOpsHelper=require(a2_0x53ac23(0x189)),TestHubHandler=require(a2_0x53ac23(0x1d3)),constants=require(a2_0x53ac23(0x187)),PerformanceTester=require('../../helpers/performance/performance-tester'),{FRAMEWORKS}=require(a2_0x53ac23(0x169)),PerformanceEvents=require(a2_0x53ac23(0x17c))['EVENTS'],ClientTroubleShootingService=require(a2_0x53ac23(0x144)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x2e80ef,_0x2fb4d0)=>{const _0x409223=a2_0x53ac23,_0x2cd164={};_0x2cd164[_0x409223(0x15a)]=function(_0x38e46c,_0x4240ea){return _0x38e46c===_0x4240ea;},_0x2cd164[_0x409223(0x1ad)]=_0x409223(0x165),_0x2cd164[_0x409223(0x1ab)]='codecept.json';const _0xe7778b=_0x2cd164;let _0x2565ba=null;const _0x138e43={};let _0x5d132b=_0x2fb4d0['findIndex'](_0x1daaad=>_0x1daaad===_0x409223(0x1be));_0xe7778b['KqQTJ'](_0x5d132b,-0x1)&&(_0x5d132b=_0x2fb4d0['findIndex'](_0xbd1ff=>_0xbd1ff==='-c'));if(!helper['isUndefined'](_0x2e80ef[_0x409223(0x190)])&&fs['existsSync'](path[_0x409223(0x14c)](process['cwd'](),_0x2e80ef[_0x409223(0x190)])))_0x2565ba=path[_0x409223(0x14c)](process['cwd'](),_0x2e80ef['config']),_0x2fb4d0['slice'](_0x5d132b,0x2);else{if(!helper[_0x409223(0x185)](_0x2e80ef['c'])&&fs['existsSync'](path[_0x409223(0x14c)](process['cwd'](),_0x2e80ef['c'])))_0x2565ba=path['join'](process[_0x409223(0x1a9)](),_0x2e80ef['c']),_0x2fb4d0[_0x409223(0x149)](_0x5d132b,0x2);else{if(fs[_0x409223(0x18b)](path[_0x409223(0x14c)](process[_0x409223(0x1a9)](),_0xe7778b[_0x409223(0x1ad)])))_0x2565ba=path[_0x409223(0x14c)](process[_0x409223(0x1a9)](),_0xe7778b[_0x409223(0x1ad)]);else fs[_0x409223(0x18b)](path['join'](process['cwd'](),_0xe7778b[_0x409223(0x1ab)]))&&(_0x2565ba=path[_0x409223(0x14c)](process[_0x409223(0x1a9)](),_0xe7778b[_0x409223(0x1ab)]));}}return process[_0x409223(0x158)]['USER_CONFIG_DETAILS_PATH']=_0x2565ba,_0x2565ba;},getO11yRerunPattern=()=>{const _0x2d1897=a2_0x53ac23,_0xc50303=helper['isTrue'](process[_0x2d1897(0x158)]['BROWSERSTACK_RERUN']);if(_0xc50303){const _0x4303e0=process['env'][_0x2d1897(0x1d4)],_0x2f9ef2=[];if(helper[_0x2d1897(0x1d2)](_0x4303e0)&&!helper[_0x2d1897(0x185)](_0x4303e0)){_0x4303e0[_0x2d1897(0x1b9)](',')[_0x2d1897(0x159)](_0x327a5c=>{const _0x201135=_0x2d1897;_0x2f9ef2[_0x201135(0x16e)]('('+_0x327a5c[_0x201135(0x154)]()+')');});const _0x359128='^'+_0x2f9ef2[_0x2d1897(0x14c)]('|')+'$';return _0x359128;}}return null;},a2_0xf3a037={};a2_0xf3a037[a2_0x53ac23(0x179)]='chromium',a2_0xf3a037[a2_0x53ac23(0x1bb)]=a2_0x53ac23(0x15d),a2_0xf3a037[a2_0x53ac23(0x16a)]='firefox',a2_0xf3a037[a2_0x53ac23(0x1d7)]=a2_0x53ac23(0x182);function a2_0x26f9(_0x826cf0,_0x21ae80){const _0xaae9a1=a2_0xaae9();return a2_0x26f9=function(_0x26f9fc,_0x381446){_0x26f9fc=_0x26f9fc-0x140;let _0x2cf35a=_0xaae9a1[_0x26f9fc];return _0x2cf35a;},a2_0x26f9(_0x826cf0,_0x21ae80);}const pwToCodeceptBrowser=a2_0xf3a037;async function run(_0x5390e6,_0x3f5c53,_0x13b568){const _0x17727a=a2_0x53ac23,_0x3c8924={'zhLVO':function(_0x15ff0c,_0x57dbb3,_0x557034,_0x1b7820){return _0x15ff0c(_0x57dbb3,_0x557034,_0x1b7820);},'hgsdg':function(_0x10aa40,_0x4b62e8){return _0x10aa40+_0x4b62e8;},'mNRuz':function(_0x571217,_0x226f85){return _0x571217(_0x226f85);},'nHWCA':function(_0x5a4992,_0x46bc4b){return _0x5a4992+_0x46bc4b;},'OPFAZ':function(_0x26e706,_0x5e7bb4,_0x5e3fd4){return _0x26e706(_0x5e7bb4,_0x5e3fd4);},'SBwOE':'helpers','UGMAS':function(_0x47aa81){return _0x47aa81();},'UJqxQ':_0x17727a(0x174),'UJdRQ':function(_0x3e69b4){return _0x3e69b4();},'EcuPn':_0x17727a(0x172),'VTIyb':_0x17727a(0x196),'vmwCl':_0x17727a(0x15b),'uLqxk':'3|4|5|2|1|0','EFLeh':function(_0x2b55dc,_0x478fe1,_0x7d14b9){return _0x2b55dc(_0x478fe1,_0x7d14b9);},'nhTRY':_0x17727a(0x1ce),'EWjLn':_0x17727a(0x16f),'oqGLW':_0x17727a(0x1bc),'Clxvu':function(_0x21b78d,_0x60471b){return _0x21b78d!=_0x60471b;},'nRvAg':function(_0x3b84d4,_0x2a6b7f){return _0x3b84d4===_0x2a6b7f;},'IUZNK':_0x17727a(0x1a1),'GxpGU':function(_0x3d0bee,_0x57a88f){return _0x3d0bee(_0x57a88f);},'bmdsn':function(_0x3816f5){return _0x3816f5();},'VAzaZ':function(_0x4b0628,_0x264330){return _0x4b0628*_0x264330;},'PaWkC':function(_0x197c94,_0x506e5b,_0x321e1c){return _0x197c94(_0x506e5b,_0x321e1c);},'WAHIJ':_0x17727a(0x155),'CjEWh':'desiredCapabilities','vmqOm':function(_0x595af7,_0x5c55a5,_0x2d7cad){return _0x595af7(_0x5c55a5,_0x2d7cad);},'HsOHx':_0x17727a(0x156),'EyCng':_0x17727a(0x1c3),'CQVWF':_0x17727a(0x14a),'dOnKf':function(_0x3d192f){return _0x3d192f();}};await _0x13b568[_0x17727a(0x1b2)](_0x5390e6),await helper[_0x17727a(0x1cf)](_0x13b568[_0x17727a(0x190)]);if(!_0x13b568['config'])return;process[_0x17727a(0x18d)]=_0x5390e6['profile'];_0x5390e6[_0x17727a(0x18d)]&&(process[_0x17727a(0x158)][_0x17727a(0x18d)]=_0x5390e6[_0x17727a(0x18d)]);const _0x4cc1b9=_0x3c8924[_0x17727a(0x1b8)](getUserCodeceptJSConfigs,_0x5390e6,_0x3f5c53);let _0x1299b1={};_0x4cc1b9?(logger[_0x17727a(0x1a4)]('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0x4cc1b9),_0x1299b1=CodeceptJS[_0x17727a(0x190)]['load'](_0x4cc1b9)):logger['info'](_0x3c8924[_0x17727a(0x150)]);let _0x48a6a4=![];_0x3c8924[_0x17727a(0x1c5)](nestedKeyValue,_0x1299b1,[_0x3c8924[_0x17727a(0x186)],_0x3c8924[_0x17727a(0x147)]])&&(_0x48a6a4=!![]);const _0x2b2c0b=_0x48a6a4?_0x3c8924['EWjLn']:_0x3c8924[_0x17727a(0x1c8)];let _0x3fc2e5=!_0x48a6a4?helper['useW3C'](_0x13b568[_0x17727a(0x190)]):![];!helper[_0x17727a(0x185)](_0x13b568[_0x17727a(0x190)]['accessibilityOptions'])&&(process[_0x17727a(0x158)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x17727a(0x1a8)](_0x13b568[_0x17727a(0x190)]['accessibilityOptions']));let _0x3e21b7=_0x13b568[_0x17727a(0x190)][_0x17727a(0x14d)];_0x3e21b7=_0x3e21b7||_0x3c8924[_0x17727a(0x176)](checkAccessibilityPlatformConfig,_0x13b568[_0x17727a(0x190)]),process[_0x17727a(0x158)][_0x17727a(0x181)]=_0x3e21b7;_0x3e21b7&&(_0x3fc2e5=!_0x3e21b7);_0x3c8924[_0x17727a(0x160)](_0x13b568[_0x17727a(0x190)][_0x17727a(0x177)],null)?process[_0x17727a(0x158)][_0x17727a(0x17d)]=_0x13b568[_0x17727a(0x190)]['testObservability']:process[_0x17727a(0x158)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x3c8924[_0x17727a(0x199)](_0x2b2c0b,_0x3c8924[_0x17727a(0x147)]);const _0x7593dc=_0x3c8924[_0x17727a(0x1c5)](nestedKeyValue,_0x1299b1,[_0x3c8924[_0x17727a(0x188)]]),_0x5f3ab7=_0x7593dc&&!helper['isEmpty'](_0x7593dc)?FRAMEWORKS[_0x17727a(0x16c)]:FRAMEWORKS[_0x17727a(0x1c1)],_0x24d99b=await TestHubHandler['launchBuild'](_0x5f3ab7,_0x13b568);_0x3e21b7&&_0x3c8924[_0x17727a(0x18c)](setAccessibilityCapabilities,_0x13b568[_0x17727a(0x190)]);const _0x398095={},_0x16065c=[],_0x282fd0=_0x13b568['config'][_0x17727a(0x16d)]||helper['getUserWorkerCount'](_0x5390e6,_0x3f5c53,_0x13b568[_0x17727a(0x190)],constants[_0x17727a(0x140)][_0x17727a(0x1c1)])||0x1;let _0x2e602e=0x1;if(_0x3c8924[_0x17727a(0x141)](isBrowserstackInfra)){const _0x2b3f06=helper['prepareCapabilities'](_0x13b568['config'],_0x3fc2e5,constants[_0x17727a(0x140)][_0x17727a(0x1c1)]);_0x2b3f06[_0x17727a(0x1cc)](_0x432535=>{const _0xf97366=_0x17727a;helper[_0xf97366(0x15e)](_0x432535);}),helper[_0x17727a(0x161)](_0x13b568[_0x17727a(0x190)])?_0x2e602e=_0x3c8924[_0x17727a(0x1af)](_0x282fd0,_0x13b568[_0x17727a(0x190)][_0x17727a(0x173)][_0x17727a(0x15f)]):_0x2e602e=_0x282fd0,_0x2b3f06[_0x17727a(0x1cc)](_0x461ec9=>{const _0x5502b2=_0x17727a,_0x489ba3=_0x3c8924[_0x5502b2(0x14b)](helper[_0x5502b2(0x192)](_0x461ec9,'_'),'_'+Date['now']()),_0x104342=((()=>{const _0x1ffe4d=_0x5502b2;if(_0x48a6a4){const _0x2f4496=pwToCodeceptBrowser[_0x461ec9[_0x1ffe4d(0x1a2)]]||_0x461ec9[_0x1ffe4d(0x1a2)],_0x38b922=helper['getPlaywrightUrl'](_0x13b568[_0x1ffe4d(0x190)]),_0x5cd8b9=Object[_0x1ffe4d(0x15c)]({},_0x461ec9);return _0x3c8924['zhLVO'](processAccessibilityCaps,_0x5cd8b9,_0x38b922,null),{'browser':_0x2f4496,[_0x2f4496]:{'browserWSEndpoint':_0x3c8924[_0x1ffe4d(0x18e)](_0x38b922,_0x3c8924[_0x1ffe4d(0x176)](encodeURIComponent,JSON[_0x1ffe4d(0x1a8)](_0x5cd8b9)))}};}const _0x1783ec={};return _0x1783ec[_0x1ffe4d(0x1d0)]=_0x461ec9,_0x1783ec[_0x1ffe4d(0x17a)]=_0x13b568[_0x1ffe4d(0x190)][_0x1ffe4d(0x17f)],_0x1783ec[_0x1ffe4d(0x152)]=_0x13b568[_0x1ffe4d(0x190)][_0x1ffe4d(0x18a)],_0x1783ec;})()),_0xf9f9ef=_0x3c8924['OPFAZ'](nestedKeyValue,_0x1299b1,[_0x3c8924[_0x5502b2(0x186)],_0x2b2c0b]);_0x398095[_0x489ba3]=_0xf9f9ef?helper[_0x5502b2(0x184)](_0x104342,_0xf9f9ef):_0x104342;if(_0x48a6a4)_0x398095[_0x489ba3]['browser']=pwToCodeceptBrowser[_0x461ec9[_0x5502b2(0x1a2)]]||_0x461ec9[_0x5502b2(0x1a2)];else{_0x398095[_0x489ba3][_0x5502b2(0x155)]=_0x461ec9[_0x5502b2(0x1a2)]||_0x104342[_0x5502b2(0x155)];if(_0x3c8924[_0x5502b2(0x197)](isBrowserstackInfra)){_0x398095[_0x489ba3][_0x5502b2(0x175)]=constants['hubUrl'][_0x5502b2(0x19f)](_0x3c8924[_0x5502b2(0x17e)],'')[_0x5502b2(0x19f)](/https?:\/\//,'');;_0x398095[_0x489ba3][_0x5502b2(0x180)]=_0x3c8924[_0x5502b2(0x17e)];}}_0x16065c[_0x5502b2(0x16e)](_0x489ba3);});}else{_0x2e602e=0x1;if(_0x48a6a4){const _0x3594d6=_0x3c8924['PaWkC'](nestedKeyValue,_0x1299b1,[_0x3c8924['SBwOE'],_0x2b2c0b,_0x3c8924['WAHIJ']]),_0x4d9b18=_0x3c8924[_0x17727a(0x1b3)](nestedKeyValue,_0x1299b1,[_0x3c8924[_0x17727a(0x186)],_0x2b2c0b,_0x3594d6]);if(_0x4d9b18&&_0x4d9b18[_0x17727a(0x143)]){const _0x1c9664={};_0x1c9664[_0x17727a(0x173)]=[],_0x4d9b18[_0x17727a(0x143)]=helper[_0x17727a(0x14f)](Object[_0x17727a(0x15c)]({},_0x13b568[_0x17727a(0x190)],_0x1c9664),null,_0x5f3ab7[_0x17727a(0x142)](),null,null,_0x4d9b18[_0x17727a(0x143)]);}}else{const _0x1d769d={};_0x1d769d[_0x17727a(0x173)]=[],_0x1299b1[_0x3c8924[_0x17727a(0x186)]][_0x2b2c0b][_0x3c8924[_0x17727a(0x170)]]=helper[_0x17727a(0x14f)](Object['assign']({},_0x13b568[_0x17727a(0x190)],_0x1d769d),null,_0x5f3ab7[_0x17727a(0x142)](),_0x3c8924[_0x17727a(0x1a7)](nestedKeyValue,_0x1299b1,[_0x3c8924[_0x17727a(0x186)],_0x2b2c0b,_0x3c8924[_0x17727a(0x170)]])||{},null,null);}_0x398095[_0x3c8924[_0x17727a(0x195)]]=_0x1299b1,_0x16065c['push'](_0x3c8924['HsOHx']);}const _0x1ebf8d={};_0x1ebf8d['testConfig']=_0x4cc1b9;const _0xe620d7=_0x1ebf8d,_0x5b7186=path[_0x17727a(0x14c)](__dirname,_0x3c8924['EyCng']),_0x2c877e=process[_0x17727a(0x1a9)]();process[_0x17727a(0x158)][_0x3c8924['CQVWF']]=_0x2c877e,process['chdir'](path['dirname'](_0x4cc1b9));const _0x483097=new CodeceptJS[(_0x17727a(0x145))](null,_0xe620d7),_0x4e66b5=_0x483097[_0x17727a(0x1bd)](_0x2e602e),_0x2fd109=testOpsHelper[_0x17727a(0x19a)](),_0x5b52d7=_0x16065c['map'](_0x1743dd=>{const _0x9f100b=_0x17727a,_0x3bafba={};_0x3bafba[_0x9f100b(0x16f)]=_0x398095[_0x1743dd];const _0x12704e={};_0x12704e[_0x9f100b(0x1bc)]=_0x398095[_0x1743dd];const _0x58e3ab=_0x48a6a4?_0x3bafba:_0x12704e,_0x32e787=_0x3c8924[_0x9f100b(0x166)](getO11yRerunPattern),_0x248ff4={};_0x248ff4['helpers']=_0x58e3ab;const _0x5a8d86={};_0x5a8d86[_0x9f100b(0x1c6)]=_0x5b7186,_0x5a8d86[_0x9f100b(0x1a5)]=!![],_0x5a8d86[_0x9f100b(0x1b6)]=_0x13b568['config'][_0x9f100b(0x198)][_0x9f100b(0x1b6)],_0x5a8d86[_0x9f100b(0x19c)]=_0x13b568['config'][_0x9f100b(0x198)][_0x9f100b(0x19c)],_0x5a8d86[_0x9f100b(0x177)]=_0x2fd109,_0x5a8d86[_0x9f100b(0x19b)]=_0x5f3ab7;const _0x3af2ee={};_0x3af2ee[_0x9f100b(0x1b7)]=_0x5a8d86;const _0x14e418={};return _0x14e418['plugins']=_0x3af2ee,helper['mergeDeep']({},_0x1299b1,_0x3c8924[_0x9f100b(0x197)](isBrowserstackInfra)?_0x248ff4:{},_0x32e787?{'grep':_0x32e787}:{},_0x14e418);});for(const _0x3960ea of _0x5b52d7){for(const _0x58085f of _0x4e66b5){const _0xe3c48e=_0x483097[_0x17727a(0x1b0)]();_0xe3c48e[_0x17727a(0x1a3)](_0x58085f),_0xe3c48e[_0x17727a(0x1ba)](_0x3960ea);const _0x4a6253={};_0x4a6253[_0x17727a(0x190)]=_0x4cc1b9,_0xe3c48e[_0x17727a(0x171)](Object[_0x17727a(0x15c)](_0x4a6253,_0x5390e6));}}_0x483097['on'](CodeceptJS[_0x17727a(0x146)][_0x17727a(0x167)][_0x17727a(0x193)],(_0x10a1de,_0x293c54)=>{const _0x28a896=_0x17727a;console[_0x28a896(0x1b1)](_0x3c8924[_0x28a896(0x1b4)],_0x10a1de['title']);const _0x43a3ed={[_0x10a1de[_0x28a896(0x19e)]]:_0x10a1de[_0x28a896(0x1d1)][_0x28a896(0x1cb)]};_testErrorData['push'](_0x43a3ed);}),_0x483097['on'](CodeceptJS['event'][_0x17727a(0x167)][_0x17727a(0x153)],async _0x15f7db=>{const _0x337764=_0x17727a;console[_0x337764(0x1b1)](_0x3c8924['VTIyb'],_0x15f7db[_0x337764(0x19e)]);}),_0x483097['on'](CodeceptJS['event'][_0x17727a(0x167)]['before'],async _0x214e64=>{const _0x4fc374=_0x17727a;console[_0x4fc374(0x1b1)](_0x3c8924[_0x4fc374(0x14e)],_0x214e64[_0x4fc374(0x19e)]);}),_0x483097['on'](CodeceptJS['event']['all'][_0x17727a(0x1cd)],async()=>{const _0x29307d=_0x17727a,_0x5c861f=_0x3c8924['uLqxk']['split']('|');let _0x23fb43=0x0;while(!![]){switch(_0x5c861f[_0x23fb43++]){case'0':_0x483097[_0x29307d(0x1c0)]();continue;case'1':try{await TestHubHandler[_0x29307d(0x1c7)]();}catch(_0x32d420){logger[_0x29307d(0x1aa)]('Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20'+util[_0x29307d(0x1c2)](_0x32d420));}continue;case'2':utilities[_0x29307d(0x178)](_0x13b568);continue;case'3':PerformanceTester['start'](PerformanceEvents[_0x29307d(0x164)]);continue;case'4':_0x13b568[_0x29307d(0x191)]=_testErrorData;continue;case'5':testOpsHelper['printBuildLink']();continue;}break;}});async function _0x221a0b(){const _0xee799e=_0x17727a;try{await _0x483097[_0xee799e(0x1c9)](),await _0x483097[_0xee799e(0x1d5)]();}finally{process[_0xee799e(0x157)](_0x2c877e),await _0x483097[_0xee799e(0x1a0)]();}}PerformanceTester['end'](PerformanceEvents['SDK_SETUP']),_0x3c8924[_0x17727a(0x1b5)](_0x221a0b);}function a2_0xaae9(){const _0x3c9650=['title','replace','teardownAll','gherkin','browserName','addTests','info','enabled','../../helpers/BrowserStackSetup','vmqOm','stringify','cwd','debug','KEGty','process','ygnKl','../../helpers/utilities','VAzaZ','spawn','log','initialize','PaWkC','EcuPn','dOnKf','skipSessionName','BrowserStackPlugin','EFLeh','split','addConfig','playwright-chromium','WebDriver','createGroupsOfSuites','--config','codeceptjs','printResults','CODECEPT','format','BrowserStackPlugin.js','783368hjbMuf','OPFAZ','require','stop','oqGLW','bootstrapAll','../../helpers/helper','stack','forEach','result','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','handleApp','desiredCapabilities','err','validateRerunTestList','../../helpers/testhub/testhubHandler','BROWSERSTACK_RERUN_TESTS','run','4453232rNKtyp','playwright-webkit','FRAMEWORKS','bmdsn','toLowerCase','browserWSEndpoint','../utils/clientTroubleshootingService','Workers','event','EWjLn','155280XdDpvL','slice','browserStackCwd','nHWCA','join','accessibility','vmwCl','prepareCapabilities','nhTRY','2365202WoFwpq','key','passed','trim','browser','root','chdir','env','map','KqQTJ','Started\x20:\x20','assign','chromium','setAdditionalCapabilities','length','Clxvu','validPlatformsPresent','../../helpers/logger','codeceptjs/lib/index.js','SDK_CLEANUP','codecept.conf.js','UJdRQ','test','729848lZMMdb','../../helpers/test-observability/constants','playwright-firefox','../../helpers/accessibility-automation/helper','CODECEPT_CUCUMBER','parallelsPerPlatform','push','Playwright','CjEWh','addOptions','Failed\x20:\x20','platforms','/wd/hub','host','mNRuz','testObservability','finalExecution','chrome','user','197590ejJWRX','../../helpers/performance/constants','BROWSERSTACK_TEST_OBSERVABILITY_YML','UJqxQ','userName','path','BROWSERSTACK_TEST_ACCESSIBILITY_YML','webkit','../../bin/playwright/accessibility-helper','mergeDeep','isUndefined','SBwOE','../utils/constants','IUZNK','../../helpers/test-observability/utils','accessKey','existsSync','GxpGU','profile','hgsdg','24RzTjju','config','errorMessage','getPlatformName','failed','361606yUtJnr','HsOHx','Passed\x20:\x20','UGMAS','testContextOptions','nRvAg','isTestObservabilitySession','frameworkName','skipSessionStatus','util'];a2_0xaae9=function(){return _0x3c9650;};return a2_0xaae9();}module['exports']=run;
2
+ 'use strict';const a2_0x2a9770=a2_0x4328;(function(_0xc6766c,_0x121341){const _0x21e705=a2_0x4328,_0x2bac02=_0xc6766c();while(!![]){try{const _0x18df12=-parseInt(_0x21e705(0x137))/0x1+parseInt(_0x21e705(0x126))/0x2+parseInt(_0x21e705(0x19c))/0x3+-parseInt(_0x21e705(0x121))/0x4+-parseInt(_0x21e705(0x143))/0x5*(parseInt(_0x21e705(0x19a))/0x6)+parseInt(_0x21e705(0x153))/0x7*(parseInt(_0x21e705(0x183))/0x8)+parseInt(_0x21e705(0x15d))/0x9;if(_0x18df12===_0x121341)break;else _0x2bac02['push'](_0x2bac02['shift']());}catch(_0xc85758){_0x2bac02['push'](_0x2bac02['shift']());}}}(a2_0x47b7,0x611b3));function a2_0x4328(_0x321459,_0x51bea3){const _0x47b780=a2_0x47b7();return a2_0x4328=function(_0x43284d,_0x50d4fe){_0x43284d=_0x43284d-0x11f;let _0x129a5f=_0x47b780[_0x43284d];return _0x129a5f;},a2_0x4328(_0x321459,_0x51bea3);}const fs=require('fs'),path=require(a2_0x2a9770(0x13c)),util=require(a2_0x2a9770(0x12e)),process=require(a2_0x2a9770(0x17f)),logger=require(a2_0x2a9770(0x176))[a2_0x2a9770(0x17a)],{default:BrowserStackSetup}=require(a2_0x2a9770(0x169)),helper=require(a2_0x2a9770(0x1a2)),utilities=require(a2_0x2a9770(0x148)),{checkAccessibilityPlatformConfig}=require('../../helpers/accessibility-automation/helper'),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a2_0x2a9770(0x1b1)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x2a9770(0x1a2)),CodeceptJS=requireModule(a2_0x2a9770(0x136),a2_0x2a9770(0x156)),testOpsHelper=require(a2_0x2a9770(0x1a6)),TestHubHandler=require(a2_0x2a9770(0x150)),constants=require('../utils/constants'),PerformanceTester=require(a2_0x2a9770(0x166)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),PerformanceEvents=require('../../helpers/performance/constants')[a2_0x2a9770(0x130)],ClientTroubleShootingService=require(a2_0x2a9770(0x15f)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x8479af,_0x1d1dac)=>{const _0x2b3cde=a2_0x2a9770,_0x8f41c3={};_0x8f41c3[_0x2b3cde(0x1a0)]=function(_0x24bdd3,_0x56149b){return _0x24bdd3===_0x56149b;},_0x8f41c3[_0x2b3cde(0x14a)]=_0x2b3cde(0x168),_0x8f41c3[_0x2b3cde(0x17c)]='codecept.json';const _0x1e2ded=_0x8f41c3;let _0x3e9e57=null;const _0x5f0eed={};let _0xf55da8=_0x1d1dac[_0x2b3cde(0x16e)](_0x3e0448=>_0x3e0448===_0x2b3cde(0x193));_0x1e2ded[_0x2b3cde(0x1a0)](_0xf55da8,-0x1)&&(_0xf55da8=_0x1d1dac[_0x2b3cde(0x16e)](_0x4c19b2=>_0x4c19b2==='-c'));if(!helper[_0x2b3cde(0x161)](_0x8479af[_0x2b3cde(0x177)])&&fs[_0x2b3cde(0x18d)](path['join'](process['cwd'](),_0x8479af[_0x2b3cde(0x177)])))_0x3e9e57=path[_0x2b3cde(0x142)](process[_0x2b3cde(0x1b4)](),_0x8479af[_0x2b3cde(0x177)]),_0x1d1dac[_0x2b3cde(0x171)](_0xf55da8,0x2);else{if(!helper['isUndefined'](_0x8479af['c'])&&fs[_0x2b3cde(0x18d)](path[_0x2b3cde(0x142)](process[_0x2b3cde(0x1b4)](),_0x8479af['c'])))_0x3e9e57=path[_0x2b3cde(0x142)](process[_0x2b3cde(0x1b4)](),_0x8479af['c']),_0x1d1dac[_0x2b3cde(0x171)](_0xf55da8,0x2);else{if(fs[_0x2b3cde(0x18d)](path[_0x2b3cde(0x142)](process[_0x2b3cde(0x1b4)](),_0x1e2ded['ebEHZ'])))_0x3e9e57=path[_0x2b3cde(0x142)](process[_0x2b3cde(0x1b4)](),_0x1e2ded[_0x2b3cde(0x14a)]);else fs['existsSync'](path['join'](process['cwd'](),_0x1e2ded[_0x2b3cde(0x17c)]))&&(_0x3e9e57=path[_0x2b3cde(0x142)](process[_0x2b3cde(0x1b4)](),_0x1e2ded[_0x2b3cde(0x17c)]));}}return process[_0x2b3cde(0x11f)][_0x2b3cde(0x12a)]=_0x3e9e57,_0x3e9e57;},getO11yRerunPattern=()=>{const _0x138d6c=a2_0x2a9770,_0x2cbf24=helper[_0x138d6c(0x122)](process['env'][_0x138d6c(0x170)]);if(_0x2cbf24){const _0x15a901=process[_0x138d6c(0x11f)][_0x138d6c(0x17b)],_0x22d5a6=[];if(helper[_0x138d6c(0x1b0)](_0x15a901)&&!helper[_0x138d6c(0x161)](_0x15a901)){_0x15a901['split'](',')[_0x138d6c(0x19d)](_0x2478ee=>{const _0x4468d7=_0x138d6c;_0x22d5a6[_0x4468d7(0x191)]('('+_0x2478ee[_0x4468d7(0x141)]()+')');});const _0x5d11d5='^'+_0x22d5a6[_0x138d6c(0x142)]('|')+'$';return _0x5d11d5;}}return null;},a2_0x3be559={};a2_0x3be559[a2_0x2a9770(0x190)]=a2_0x2a9770(0x184),a2_0x3be559[a2_0x2a9770(0x125)]='chromium',a2_0x3be559['playwright-firefox']=a2_0x2a9770(0x18c),a2_0x3be559[a2_0x2a9770(0x14b)]=a2_0x2a9770(0x1a4);const pwToCodeceptBrowser=a2_0x3be559;function a2_0x47b7(){const _0x2997c8=['../../bin/playwright/accessibility-helper','event','browserName','cwd','env','CODECEPT','1559924bUusqb','isTrue','JnoVY','validPlatformsPresent','playwright-chromium','640592UNWhdu','FRAMEWORKS','CODECEPT_CUCUMBER','addTests','USER_CONFIG_DETAILS_PATH','root','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','forEach','util','printBuildLink','EVENTS','BROWSERSTACK_TEST_OBSERVABILITY_YML','axkXF','launchBuild','now','end','codeceptjs/lib/index.js','701914xLWhSN','browserStackCwd','MvcIC','plugins','ZBTUf','path','isTestObservabilitySession','opZVm','5|3|1|0|4|2','GgGVF','trim','join','515FRUoAb','user','title','Passed\x20:\x20','dirname','../../helpers/utilities','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','ebEHZ','playwright-webkit','qTABL','addConfig','WebDriver','info','../../helpers/testhub/testhubHandler','getPlaywrightUrl','result','4057774MpnyyR','browserWSEndpoint','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','codeceptjs','log','SDK_SETUP','printResults','HcMpi','before','BmNRg','4943943IWrweI','replace','../utils/clientTroubleshootingService','addOptions','isUndefined','handleApp','helpers','test','yORUc','../../helpers/performance/performance-tester','accessibility','codecept.conf.js','../../helpers/BrowserStackSetup','bootstrapAll','testConfig','KTtVU','parallelsPerPlatform','findIndex','skipSessionStatus','BROWSERSTACK_RERUN','slice','prepareCapabilities','exports','gherkin','finalExecution','../../helpers/logger','config','Nfzwl','userName','winstonLogger','BROWSERSTACK_RERUN_TESTS','cKDVf','xwQwv','toLowerCase','process','QEMDj','stringify','dFHIv','8gUjRvU','chromium','NGfuy','getUserWorkerCount','Workers','platforms','browser','Nzgiz','require','firefox','existsSync','BROWSERSTACK_TEST_ACCESSIBILITY_YML','assign','chrome','push','load','--config','testContextOptions','host','profile','all','enabled','BrowserStackPlugin','35322FPvADB','chdir','1940094WonjbJ','map','desiredCapabilities','testObservability','fUped','split','../../helpers/helper','SDK_CLEANUP','webkit','Pkwgm','../../helpers/test-observability/utils','tkcaa','EAXnE','frameworkName','passed','skipSessionName','bEsYg','stop','failed','DUbeB','validateRerunTestList'];a2_0x47b7=function(){return _0x2997c8;};return a2_0x47b7();}async function run(_0x3762b8,_0x1927d5,_0x2f1c31){const _0x1080b4=a2_0x2a9770,_0x5459ad={'BmNRg':function(_0x4efd03,_0x32b95a,_0x25dbd4,_0x367c63){return _0x4efd03(_0x32b95a,_0x25dbd4,_0x367c63);},'sZQpL':function(_0x4f89c6,_0x55dcfd){return _0x4f89c6+_0x55dcfd;},'Pkwgm':function(_0x567619,_0x593da6){return _0x567619(_0x593da6);},'NGfuy':function(_0x5d1545,_0x20462b){return _0x5d1545+_0x20462b;},'MvcIC':function(_0x1dc8fb,_0x5ea04d,_0x2b471){return _0x1dc8fb(_0x5ea04d,_0x2b471);},'Nfzwl':_0x1080b4(0x163),'QEMDj':function(_0xa54f7a){return _0xa54f7a();},'KTtVU':'/wd/hub','axkXF':'Failed\x20:\x20','gPQwg':_0x1080b4(0x146),'opZVm':'Started\x20:\x20','JxSYx':_0x1080b4(0x13f),'Nzgiz':function(_0x1d6b7a,_0x55e429,_0x3da4b3){return _0x1d6b7a(_0x55e429,_0x3da4b3);},'EAXnE':_0x1080b4(0x12c),'yORUc':'Playwright','JnoVY':_0x1080b4(0x14e),'xwQwv':function(_0x5ba149,_0x45dbdc){return _0x5ba149!=_0x45dbdc;},'qTABL':function(_0x551def,_0x3c0b29){return _0x551def===_0x3c0b29;},'HcMpi':_0x1080b4(0x174),'tkcaa':function(_0x1ff4f6,_0x18200d){return _0x1ff4f6*_0x18200d;},'ZBTUf':function(_0xec660c,_0x4b4e3a,_0x57810d){return _0xec660c(_0x4b4e3a,_0x57810d);},'dFHIv':_0x1080b4(0x189),'bEsYg':_0x1080b4(0x19e),'qXAYd':_0x1080b4(0x12b),'DUbeB':'BrowserStackPlugin.js','GgGVF':_0x1080b4(0x138),'CnArd':function(_0x368b9f){return _0x368b9f();}};await _0x2f1c31['initialize'](_0x3762b8),await helper[_0x1080b4(0x162)](_0x2f1c31[_0x1080b4(0x177)]);if(!_0x2f1c31['config'])return;process[_0x1080b4(0x196)]=_0x3762b8[_0x1080b4(0x196)];_0x3762b8[_0x1080b4(0x196)]&&(process[_0x1080b4(0x11f)][_0x1080b4(0x196)]=_0x3762b8[_0x1080b4(0x196)]);const _0x1ab425=_0x5459ad['Nzgiz'](getUserCodeceptJSConfigs,_0x3762b8,_0x1927d5);let _0x5e5d1b={};_0x1ab425?(logger[_0x1080b4(0x14f)](_0x1080b4(0x155)+_0x1ab425),_0x5e5d1b=CodeceptJS[_0x1080b4(0x177)][_0x1080b4(0x192)](_0x1ab425)):logger[_0x1080b4(0x14f)](_0x5459ad[_0x1080b4(0x1a8)]);let _0x32ab97=![];_0x5459ad[_0x1080b4(0x139)](nestedKeyValue,_0x5e5d1b,[_0x5459ad[_0x1080b4(0x178)],_0x5459ad[_0x1080b4(0x165)]])&&(_0x32ab97=!![]);const _0x217741=_0x32ab97?_0x5459ad['yORUc']:_0x5459ad[_0x1080b4(0x123)];let _0x351e5a=!_0x32ab97?helper['useW3C'](_0x2f1c31[_0x1080b4(0x177)]):![];!helper[_0x1080b4(0x161)](_0x2f1c31[_0x1080b4(0x177)]['accessibilityOptions'])&&(process['env'][_0x1080b4(0x149)]=JSON[_0x1080b4(0x181)](_0x2f1c31[_0x1080b4(0x177)]['accessibilityOptions']));let _0xe6b256=_0x2f1c31[_0x1080b4(0x177)][_0x1080b4(0x167)];_0xe6b256=_0xe6b256||_0x5459ad['Pkwgm'](checkAccessibilityPlatformConfig,_0x2f1c31[_0x1080b4(0x177)]),process[_0x1080b4(0x11f)][_0x1080b4(0x18e)]=_0xe6b256;_0xe6b256&&(_0x351e5a=!_0xe6b256);_0x5459ad[_0x1080b4(0x17d)](_0x2f1c31[_0x1080b4(0x177)][_0x1080b4(0x19f)],null)?process[_0x1080b4(0x11f)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x2f1c31[_0x1080b4(0x177)]['testObservability']:process[_0x1080b4(0x11f)][_0x1080b4(0x131)]=_0x5459ad[_0x1080b4(0x14c)](_0x217741,_0x5459ad[_0x1080b4(0x165)]);const _0xec9eda=_0x5459ad[_0x1080b4(0x18a)](nestedKeyValue,_0x5e5d1b,[_0x5459ad[_0x1080b4(0x15a)]]),_0x3cd6ce=_0xec9eda&&!helper['isEmpty'](_0xec9eda)?FRAMEWORKS[_0x1080b4(0x128)]:FRAMEWORKS[_0x1080b4(0x120)],_0x26865e=await TestHubHandler[_0x1080b4(0x133)](_0x3cd6ce,_0x2f1c31);_0xe6b256&&_0x5459ad[_0x1080b4(0x1a5)](setAccessibilityCapabilities,_0x2f1c31[_0x1080b4(0x177)]);const _0x24df6a={},_0x4fa9a6=[],_0x32c9e1=_0x2f1c31[_0x1080b4(0x177)][_0x1080b4(0x16d)]||helper[_0x1080b4(0x186)](_0x3762b8,_0x1927d5,_0x2f1c31[_0x1080b4(0x177)],constants[_0x1080b4(0x127)]['CODECEPT'])||0x1;let _0x15f3c3=0x1;if(_0x5459ad[_0x1080b4(0x180)](isBrowserstackInfra)){const _0x529a99=helper[_0x1080b4(0x172)](_0x2f1c31['config'],_0x351e5a,constants[_0x1080b4(0x127)][_0x1080b4(0x120)]);_0x529a99['forEach'](_0xc2fa4f=>{helper['setAdditionalCapabilities'](_0xc2fa4f);}),helper[_0x1080b4(0x124)](_0x2f1c31['config'])?_0x15f3c3=_0x5459ad[_0x1080b4(0x1a7)](_0x32c9e1,_0x2f1c31['config'][_0x1080b4(0x188)]['length']):_0x15f3c3=_0x32c9e1,_0x529a99[_0x1080b4(0x12d)](_0x6a8893=>{const _0xfa3fd5=_0x1080b4,_0x3d7ca6=_0x5459ad[_0xfa3fd5(0x185)](helper['getPlatformName'](_0x6a8893,'_'),'_'+Date[_0xfa3fd5(0x134)]()),_0x21b916=((()=>{const _0x362e1f=_0xfa3fd5;if(_0x32ab97){const _0x4ab2ca=pwToCodeceptBrowser[_0x6a8893[_0x362e1f(0x1b3)]]||_0x6a8893[_0x362e1f(0x1b3)],_0x356f12=helper[_0x362e1f(0x151)](_0x2f1c31[_0x362e1f(0x177)]),_0x435cfb=Object['assign']({},_0x6a8893);return _0x5459ad[_0x362e1f(0x15c)](processAccessibilityCaps,_0x435cfb,_0x356f12,null),{'browser':_0x4ab2ca,[_0x4ab2ca]:{'browserWSEndpoint':_0x5459ad['sZQpL'](_0x356f12,_0x5459ad['Pkwgm'](encodeURIComponent,JSON[_0x362e1f(0x181)](_0x435cfb)))}};}const _0x14cde5={};return _0x14cde5['desiredCapabilities']=_0x6a8893,_0x14cde5[_0x362e1f(0x144)]=_0x2f1c31[_0x362e1f(0x177)][_0x362e1f(0x179)],_0x14cde5['key']=_0x2f1c31[_0x362e1f(0x177)]['accessKey'],_0x14cde5;})()),_0x41b64c=_0x5459ad['MvcIC'](nestedKeyValue,_0x5e5d1b,[_0x5459ad[_0xfa3fd5(0x178)],_0x217741]);_0x24df6a[_0x3d7ca6]=_0x41b64c?helper['mergeDeep'](_0x21b916,_0x41b64c):_0x21b916;if(_0x32ab97)_0x24df6a[_0x3d7ca6][_0xfa3fd5(0x189)]=pwToCodeceptBrowser[_0x6a8893[_0xfa3fd5(0x1b3)]]||_0x6a8893[_0xfa3fd5(0x1b3)];else{_0x24df6a[_0x3d7ca6][_0xfa3fd5(0x189)]=_0x6a8893[_0xfa3fd5(0x1b3)]||_0x21b916[_0xfa3fd5(0x189)];if(_0x5459ad['QEMDj'](isBrowserstackInfra)){_0x24df6a[_0x3d7ca6][_0xfa3fd5(0x195)]=constants['hubUrl'][_0xfa3fd5(0x15e)](_0x5459ad[_0xfa3fd5(0x16c)],'')[_0xfa3fd5(0x15e)](/https?:\/\//,'');;_0x24df6a[_0x3d7ca6][_0xfa3fd5(0x13c)]=_0x5459ad[_0xfa3fd5(0x16c)];}}_0x4fa9a6[_0xfa3fd5(0x191)](_0x3d7ca6);});}else{_0x15f3c3=0x1;if(_0x32ab97){const _0x1e4034=_0x5459ad['ZBTUf'](nestedKeyValue,_0x5e5d1b,[_0x5459ad[_0x1080b4(0x178)],_0x217741,_0x5459ad[_0x1080b4(0x182)]]),_0x50ad13=_0x5459ad[_0x1080b4(0x13b)](nestedKeyValue,_0x5e5d1b,[_0x5459ad[_0x1080b4(0x178)],_0x217741,_0x1e4034]);if(_0x50ad13&&_0x50ad13[_0x1080b4(0x154)]){const _0x56ea30={};_0x56ea30[_0x1080b4(0x188)]=[],_0x50ad13[_0x1080b4(0x154)]=helper[_0x1080b4(0x172)](Object[_0x1080b4(0x18f)]({},_0x2f1c31[_0x1080b4(0x177)],_0x56ea30),null,_0x3cd6ce[_0x1080b4(0x17e)](),null,null,_0x50ad13[_0x1080b4(0x154)]);}}else{const _0x249404={};_0x249404[_0x1080b4(0x188)]=[],_0x5e5d1b[_0x5459ad['Nfzwl']][_0x217741][_0x5459ad[_0x1080b4(0x1ac)]]=helper[_0x1080b4(0x172)](Object[_0x1080b4(0x18f)]({},_0x2f1c31[_0x1080b4(0x177)],_0x249404),null,_0x3cd6ce[_0x1080b4(0x17e)](),_0x5459ad['ZBTUf'](nestedKeyValue,_0x5e5d1b,[_0x5459ad[_0x1080b4(0x178)],_0x217741,_0x5459ad[_0x1080b4(0x1ac)]])||{},null,null);}_0x24df6a[_0x5459ad['qXAYd']]=_0x5e5d1b,_0x4fa9a6[_0x1080b4(0x191)](_0x5459ad['qXAYd']);}const _0x56e647={};_0x56e647[_0x1080b4(0x16b)]=_0x1ab425;const _0xae0675=_0x56e647,_0x23a5d6=path[_0x1080b4(0x142)](__dirname,_0x5459ad[_0x1080b4(0x1af)]),_0x5b9575=process['cwd']();process[_0x1080b4(0x11f)][_0x5459ad[_0x1080b4(0x140)]]=_0x5b9575,process[_0x1080b4(0x19b)](path[_0x1080b4(0x147)](_0x1ab425));const _0x29143f=new CodeceptJS[(_0x1080b4(0x187))](null,_0xae0675),_0x36392b=_0x29143f['createGroupsOfSuites'](_0x32c9e1),_0x2fef46=testOpsHelper[_0x1080b4(0x13d)](),_0x31027d=_0x4fa9a6['map'](_0x4d3139=>{const _0x1d7544=_0x1080b4,_0x3410ef={};_0x3410ef['Playwright']=_0x24df6a[_0x4d3139];const _0x2af6e7={};_0x2af6e7['WebDriver']=_0x24df6a[_0x4d3139];const _0x1c15b8=_0x32ab97?_0x3410ef:_0x2af6e7,_0x2bd8f4=_0x5459ad[_0x1d7544(0x180)](getO11yRerunPattern),_0x2ab78d={};_0x2ab78d[_0x1d7544(0x163)]=_0x1c15b8;const _0x3fe1f9={};_0x3fe1f9[_0x1d7544(0x18b)]=_0x23a5d6,_0x3fe1f9[_0x1d7544(0x198)]=!![],_0x3fe1f9[_0x1d7544(0x1ab)]=_0x2f1c31[_0x1d7544(0x177)]['testContextOptions'][_0x1d7544(0x1ab)],_0x3fe1f9['skipSessionStatus']=_0x2f1c31['config'][_0x1d7544(0x194)][_0x1d7544(0x16f)],_0x3fe1f9[_0x1d7544(0x19f)]=_0x2fef46,_0x3fe1f9[_0x1d7544(0x1a9)]=_0x3cd6ce;const _0x24456e={};_0x24456e[_0x1d7544(0x199)]=_0x3fe1f9;const _0x33ccbf={};return _0x33ccbf[_0x1d7544(0x13a)]=_0x24456e,helper['mergeDeep']({},_0x5e5d1b,_0x5459ad['QEMDj'](isBrowserstackInfra)?_0x2ab78d:{},_0x2bd8f4?{'grep':_0x2bd8f4}:{},_0x33ccbf);});for(const _0x5e6742 of _0x31027d){for(const _0x518222 of _0x36392b){const _0x5b4668=_0x29143f['spawn']();_0x5b4668[_0x1080b4(0x129)](_0x518222),_0x5b4668[_0x1080b4(0x14d)](_0x5e6742);const _0x225493={};_0x225493[_0x1080b4(0x177)]=_0x1ab425,_0x5b4668[_0x1080b4(0x160)](Object[_0x1080b4(0x18f)](_0x225493,_0x3762b8));}}_0x29143f['on'](CodeceptJS[_0x1080b4(0x1b2)][_0x1080b4(0x164)][_0x1080b4(0x1ae)],(_0x409eaa,_0x416b5c)=>{const _0x247cec=_0x1080b4;console[_0x247cec(0x157)](_0x5459ad[_0x247cec(0x132)],_0x409eaa['title']);const _0x16156f={[_0x409eaa[_0x247cec(0x145)]]:_0x409eaa['err']['stack']};_testErrorData[_0x247cec(0x191)](_0x16156f);}),_0x29143f['on'](CodeceptJS[_0x1080b4(0x1b2)][_0x1080b4(0x164)][_0x1080b4(0x1aa)],async _0x35ae44=>{const _0x4e2cae=_0x1080b4;console['log'](_0x5459ad['gPQwg'],_0x35ae44[_0x4e2cae(0x145)]);}),_0x29143f['on'](CodeceptJS[_0x1080b4(0x1b2)]['test'][_0x1080b4(0x15b)],async _0x117895=>{const _0x103af0=_0x1080b4;console[_0x103af0(0x157)](_0x5459ad[_0x103af0(0x13e)],_0x117895[_0x103af0(0x145)]);}),_0x29143f['on'](CodeceptJS[_0x1080b4(0x1b2)][_0x1080b4(0x197)][_0x1080b4(0x152)],async()=>{const _0x3833dc=_0x1080b4,_0x4f5d0a=_0x5459ad['JxSYx'][_0x3833dc(0x1a1)]('|');let _0x5f35e9=0x0;while(!![]){switch(_0x4f5d0a[_0x5f35e9++]){case'0':utilities[_0x3833dc(0x175)](_0x2f1c31);continue;case'1':testOpsHelper[_0x3833dc(0x12f)]();continue;case'2':_0x29143f[_0x3833dc(0x159)]();continue;case'3':_0x2f1c31['errorMessage']=_testErrorData;continue;case'4':try{await TestHubHandler[_0x3833dc(0x1ad)]();}catch(_0x4dab13){logger['debug']('Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20'+util['format'](_0x4dab13));}continue;case'5':PerformanceTester['start'](PerformanceEvents[_0x3833dc(0x1a3)]);continue;}break;}});async function _0x52136e(){const _0x56e3d1=_0x1080b4;try{await _0x29143f[_0x56e3d1(0x16a)](),await _0x29143f['run']();}finally{process[_0x56e3d1(0x19b)](_0x5b9575),await _0x29143f['teardownAll']();}}PerformanceTester[_0x1080b4(0x135)](PerformanceEvents[_0x1080b4(0x158)]),await _0x5459ad['CnArd'](_0x52136e);}module[a2_0x2a9770(0x173)]=run;
@@ -1 +1 @@
1
- const a3_0x378b0d=a3_0x53b5;function a3_0x3a82(){const _0x4a7a81=['shouldPatchExecuteScript','srLbk','get','\x20browser\x20version\x20','../../helpers/accessibility-automation/helper','vQxIC','getMinVersionForBrowser','../../bin/playwright/sessionDetails','browserstack_executor','Lixou','530StMWoF','35xHlbzr','65694YEuRHK','\x20or\x20higher\x20','accessibilityPlatform','rSMmy','osVersion','searchParams','unknown_grid','warn','Playwright','isVersionSupported','inYXm','152373QKuuaO','includes','isBrowserSupportedForAccessibility','processWebDriverConfig','browser','XOkDI','getDetails','sessionId','browserName','constructor','DTNgG','GsqIC','browser_version','MfUuT','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','bstack:options','8JCgbBR','capabilities','__cloud_provider___','12346TuZRYp','PchkL','6542041pxZHqm','qSUkA','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','getBrowserDisplayName','PstUH','cRgUD','name','VRPxv','862976XJpnWi','86tqWPsA','winstonLogger','os_version','deviceName','ICcMD','MCBbO','platformVersion','BKkLZ','NIZds','string','IqPWu','desiredCapabilities','browserVersion','SazEc','latest','ibdeK','bsSessionId','111654hlYIdZ','../../helpers/helper','cOqlv','RsfQe','platform','WQLQR','config','caps','WebDriver','4487630xtXYwx'];a3_0x3a82=function(){return _0x4a7a81;};return a3_0x3a82();}(function(_0x46b4e4,_0x5f2f1d){const _0xdda9be=a3_0x53b5,_0x199748=_0x46b4e4();while(!![]){try{const _0x5e5bbe=-parseInt(_0xdda9be(0x218))/0x1*(parseInt(_0xdda9be(0x223))/0x2)+parseInt(_0xdda9be(0x204))/0x3+parseInt(_0xdda9be(0x222))/0x4+-parseInt(_0xdda9be(0x1f8))/0x5*(-parseInt(_0xdda9be(0x1f9))/0x6)+-parseInt(_0xdda9be(0x23d))/0x7*(-parseInt(_0xdda9be(0x215))/0x8)+-parseInt(_0xdda9be(0x234))/0x9*(parseInt(_0xdda9be(0x1f7))/0xa)+parseInt(_0xdda9be(0x21a))/0xb;if(_0x5e5bbe===_0x5f2f1d)break;else _0x199748['push'](_0x199748['shift']());}catch(_0x2c4c9c){_0x199748['push'](_0x199748['shift']());}}}(a3_0x3a82,0x5f5cb));function a3_0x53b5(_0x3d32ab,_0x22d92d){const _0x3a826c=a3_0x3a82();return a3_0x53b5=function(_0x53b5ca,_0x342db4){_0x53b5ca=_0x53b5ca-0x1f4;let _0x47807f=_0x3a826c[_0x53b5ca];return _0x47807f;},a3_0x53b5(_0x3d32ab,_0x22d92d);}const {isUndefined,nestedKeyValue}=require(a3_0x378b0d(0x235)),logger=require('../../helpers/logger')[a3_0x378b0d(0x224)],PlaywrightSessionDetails=require(a3_0x378b0d(0x1f4)),{isAccessibilityAutomationSession}=require(a3_0x378b0d(0x242)),{getObservabilityLinkedProductName}=require('../../helpers/test-observability/utils'),accessibilityHelper=require(a3_0x378b0d(0x242)),{isBrowserstackInfra}=require(a3_0x378b0d(0x235)),getOSVersionFromCaps=_0x5b0785=>{const _0x2ca9c0=a3_0x378b0d,_0x276454={};_0x276454[_0x2ca9c0(0x239)]=_0x2ca9c0(0x214),_0x276454[_0x2ca9c0(0x203)]=_0x2ca9c0(0x229),_0x276454['GsqIC']='platform_version',_0x276454[_0x2ca9c0(0x22b)]=_0x2ca9c0(0x1fd),_0x276454[_0x2ca9c0(0x219)]=_0x2ca9c0(0x225);const _0x3dace4=_0x276454;if(!_0x5b0785)return null;const _0x487172=_0x5b0785[_0x3dace4[_0x2ca9c0(0x239)]],_0x2246a1=[_0x3dace4[_0x2ca9c0(0x203)],_0x3dace4[_0x2ca9c0(0x20f)],_0x3dace4[_0x2ca9c0(0x22b)],_0x3dace4['PchkL']];for(const _0x245bfc of _0x2246a1){if(_0x487172&&_0x487172[_0x245bfc])return _0x487172[_0x245bfc];else{if(_0x5b0785[_0x245bfc])return _0x5b0785[_0x245bfc];}}return null;};exports['fetchPlatformDetails']=_0x340eb9=>{const _0x384c7e=a3_0x378b0d,_0x3c4a6f={'DTNgG':_0x384c7e(0x1ff),'RsfQe':function(_0x3d8ddd,_0x1fe71d){return _0x3d8ddd===_0x1fe71d;},'Lixou':_0x384c7e(0x23c),'XOkDI':function(_0x32f108,_0x1ce4ac){return _0x32f108(_0x1ce4ac);},'srLbk':function(_0x19f4a8,_0x13bdd3,_0x53bc2c){return _0x19f4a8(_0x13bdd3,_0x53bc2c);},'MfUuT':_0x384c7e(0x23a),'qSUkA':_0x384c7e(0x22e),'VRPxv':function(_0x28616a,_0x5d10b9){return _0x28616a(_0x5d10b9);},'SazEc':_0x384c7e(0x201),'BKkLZ':_0x384c7e(0x208),'ddvmn':'browserWSEndpoint','cOqlv':_0x384c7e(0x23b)};if(!_0x340eb9)return null;let _0x1f2de9=global[_0x384c7e(0x217)]||_0x3c4a6f[_0x384c7e(0x20e)];if(_0x3c4a6f['RsfQe'](_0x340eb9[_0x384c7e(0x20d)][_0x384c7e(0x220)],_0x3c4a6f[_0x384c7e(0x1f6)])){const _0x478459=_0x340eb9['browser'];if(!_0x478459)return null;const _0xf536e8=_0x478459[_0x384c7e(0x216)],_0x5d18e9=_0x3c4a6f[_0x384c7e(0x209)](getOSVersionFromCaps,_0x3c4a6f[_0x384c7e(0x23f)](nestedKeyValue,_0x340eb9,[_0x3c4a6f[_0x384c7e(0x211)],_0x3c4a6f[_0x384c7e(0x21b)]]));return{[_0x1f2de9]:{'browser':_0xf536e8[_0x384c7e(0x20c)],'browser_version':_0xf536e8[_0x384c7e(0x22f)],'capabilities':_0xf536e8,'platform':_0xf536e8['platformName'],'platform_version':_0xf536e8[_0x384c7e(0x229)]||_0x5d18e9,'product':_0x3c4a6f[_0x384c7e(0x221)](getObservabilityLinkedProductName,_0xf536e8),'session_id':_0x478459[_0x384c7e(0x20b)]}};}else{if(_0x3c4a6f[_0x384c7e(0x237)](_0x340eb9[_0x384c7e(0x20d)][_0x384c7e(0x220)],_0x3c4a6f[_0x384c7e(0x230)])){const _0x5c5b34=PlaywrightSessionDetails[_0x384c7e(0x20a)]();_0x1f2de9=_0x5c5b34['cloudProvider']||_0x1f2de9;const _0x2c7d6b=_0x3c4a6f['srLbk'](nestedKeyValue,_0x340eb9,[_0x3c4a6f[_0x384c7e(0x211)],_0x3c4a6f[_0x384c7e(0x22a)],_0x3c4a6f['ddvmn']]),_0x463cd5=_0x2c7d6b?JSON['parse'](new URL(_0x2c7d6b)[_0x384c7e(0x1fe)][_0x384c7e(0x240)](_0x3c4a6f[_0x384c7e(0x236)])):{};return{[_0x1f2de9]:{'browser':_0x5c5b34[_0x384c7e(0x208)]||_0x463cd5[_0x384c7e(0x20c)],'browser_version':_0x5c5b34[_0x384c7e(0x210)]||_0x463cd5[_0x384c7e(0x210)],'capabilities':_0x463cd5,'platform':_0x5c5b34[_0x384c7e(0x238)],'platform_version':_0x5c5b34['platform_version'],'product':_0x3c4a6f['VRPxv'](getObservabilityLinkedProductName,_0x463cd5),'session_id':_0x5c5b34[_0x384c7e(0x233)]}};}}},exports[a3_0x378b0d(0x207)]=_0x309708=>{const _0x4a1475=a3_0x378b0d,_0x22cb83={'PstUH':function(_0x4dcd55){return _0x4dcd55();},'rSMmy':_0x4a1475(0x212),'ICcMD':function(_0x7db4e7,_0xc1355f){return _0x7db4e7!==_0xc1355f;},'cRgUD':_0x4a1475(0x231),'MCBbO':'on\x20non-BrowserStack\x20infrastructure\x20','ibdeK':function(_0x3eb2ff,_0x2dbde7){return _0x3eb2ff(_0x2dbde7);},'qfRst':_0x4a1475(0x21c)};if(_0x22cb83[_0x4a1475(0x21e)](isAccessibilityAutomationSession)){const _0x14e8e3=_0x309708[_0x4a1475(0x208)],_0xf1e4d3=_0x14e8e3[_0x4a1475(0x216)];global[_0x4a1475(0x1fb)]=!![];!accessibilityHelper[_0x4a1475(0x206)](_0xf1e4d3['browserName'])&&(logger[_0x4a1475(0x200)](_0x22cb83[_0x4a1475(0x1fc)]),global[_0x4a1475(0x1fb)]=![]);if(_0x22cb83[_0x4a1475(0x227)](_0xf1e4d3[_0x4a1475(0x22f)],_0x22cb83[_0x4a1475(0x21f)])){const _0x44dd83=_0x22cb83[_0x4a1475(0x21e)](isBrowserstackInfra),_0xb8202e=accessibilityHelper[_0x4a1475(0x244)](_0xf1e4d3[_0x4a1475(0x20c)],_0x44dd83),_0x2673ee=accessibilityHelper[_0x4a1475(0x21d)](_0xf1e4d3['browserName']);if(!accessibilityHelper[_0x4a1475(0x202)](_0xf1e4d3[_0x4a1475(0x22f)],_0xb8202e)){const _0x479559=_0x44dd83?'':_0x22cb83[_0x4a1475(0x228)];logger[_0x4a1475(0x200)](_0x4a1475(0x213)+_0x2673ee+_0x4a1475(0x241)+_0xb8202e+_0x4a1475(0x1fa)+_0x479559+'.'),global[_0x4a1475(0x1fb)]=![];}}!_0x22cb83[_0x4a1475(0x232)](isUndefined,_0xf1e4d3[_0x4a1475(0x226)])&&(logger[_0x4a1475(0x200)](_0x22cb83['qfRst']),global[_0x4a1475(0x1fb)]=![]);}},exports[a3_0x378b0d(0x23e)]=_0x532826=>{const _0x37b86a=a3_0x378b0d,_0x2ff492={};_0x2ff492['xBLlp']=function(_0x1f4af8,_0x44951d){return _0x1f4af8!==_0x44951d;},_0x2ff492[_0x37b86a(0x243)]=_0x37b86a(0x22c),_0x2ff492['DyZeY']=_0x37b86a(0x1f5),_0x2ff492[_0x37b86a(0x22d)]='browserstack_accessibility_automation_script';const _0x548a15=_0x2ff492;if(!_0x532826)return![];else{if(_0x548a15['xBLlp'](typeof _0x532826,_0x548a15[_0x37b86a(0x243)]))return!![];}return!_0x532826[_0x37b86a(0x205)](_0x548a15['DyZeY'])&&!_0x532826['includes'](_0x548a15['IqPWu']);};
1
+ const a3_0x2c5a1a=a3_0x1260;(function(_0x18d82f,_0x4599ec){const _0x5ac345=a3_0x1260,_0x29501f=_0x18d82f();while(!![]){try{const _0x48371f=parseInt(_0x5ac345(0x20e))/0x1*(-parseInt(_0x5ac345(0x1d7))/0x2)+-parseInt(_0x5ac345(0x1dd))/0x3*(parseInt(_0x5ac345(0x1e9))/0x4)+-parseInt(_0x5ac345(0x20d))/0x5*(parseInt(_0x5ac345(0x1de))/0x6)+-parseInt(_0x5ac345(0x1c6))/0x7+parseInt(_0x5ac345(0x1fd))/0x8*(-parseInt(_0x5ac345(0x1c5))/0x9)+parseInt(_0x5ac345(0x1ed))/0xa*(-parseInt(_0x5ac345(0x1e2))/0xb)+parseInt(_0x5ac345(0x1d5))/0xc;if(_0x48371f===_0x4599ec)break;else _0x29501f['push'](_0x29501f['shift']());}catch(_0xb68d5){_0x29501f['push'](_0x29501f['shift']());}}}(a3_0x2cab,0xa73a6));const {isUndefined,nestedKeyValue}=require(a3_0x2c5a1a(0x1c9)),logger=require(a3_0x2c5a1a(0x1d4))[a3_0x2c5a1a(0x1ec)],PlaywrightSessionDetails=require(a3_0x2c5a1a(0x1f1)),{isAccessibilityAutomationSession}=require(a3_0x2c5a1a(0x1dc)),{getObservabilityLinkedProductName}=require(a3_0x2c5a1a(0x1e8)),accessibilityHelper=require('../../helpers/accessibility-automation/helper'),{isBrowserstackInfra}=require(a3_0x2c5a1a(0x1c9)),getOSVersionFromCaps=_0x4040b4=>{const _0x294485=a3_0x2c5a1a,_0x253746={};_0x253746[_0x294485(0x1f3)]=_0x294485(0x1be),_0x253746[_0x294485(0x203)]='platformVersion',_0x253746[_0x294485(0x1f4)]=_0x294485(0x1d6),_0x253746[_0x294485(0x204)]='osVersion',_0x253746[_0x294485(0x1cc)]=_0x294485(0x1e1);const _0x287846=_0x253746;if(!_0x4040b4)return null;const _0xa9e967=_0x4040b4[_0x287846['EWyrx']],_0x3b3ce5=[_0x287846['YIOuc'],_0x287846[_0x294485(0x1f4)],_0x287846[_0x294485(0x204)],_0x287846[_0x294485(0x1cc)]];for(const _0x363472 of _0x3b3ce5){if(_0xa9e967&&_0xa9e967[_0x363472])return _0xa9e967[_0x363472];else{if(_0x4040b4[_0x363472])return _0x4040b4[_0x363472];}}return null;};exports['fetchPlatformDetails']=_0x59d464=>{const _0x3ab20b=a3_0x2c5a1a,_0x31314a={'gwogA':_0x3ab20b(0x1ef),'AkOxL':function(_0x4cace8,_0x260ab8){return _0x4cace8===_0x260ab8;},'UlIIm':'WebDriver','bBaFO':function(_0x69319e,_0x76438e){return _0x69319e(_0x76438e);},'MUYtE':function(_0x1185ba,_0x387746,_0x20f55a){return _0x1185ba(_0x387746,_0x20f55a);},'eFtPF':_0x3ab20b(0x1c3),'IXcBw':_0x3ab20b(0x206),'xdHvY':function(_0xa1135a,_0x4fc9d4){return _0xa1135a(_0x4fc9d4);},'SswiV':function(_0x573bd0,_0x1e2b7f){return _0x573bd0===_0x1e2b7f;},'KQkbA':_0x3ab20b(0x1e3),'PUrZK':function(_0x525b9a,_0x14f26f,_0x37ae61){return _0x525b9a(_0x14f26f,_0x37ae61);},'IiWNy':_0x3ab20b(0x1e5),'kbeZg':_0x3ab20b(0x1f5),'SHFas':_0x3ab20b(0x1f8),'ieKMt':function(_0x28382f,_0x123c24){return _0x28382f(_0x123c24);}};if(!_0x59d464)return null;let _0x178f8a=global[_0x3ab20b(0x1cb)]||_0x31314a[_0x3ab20b(0x1da)];if(_0x31314a[_0x3ab20b(0x1fc)](_0x59d464[_0x3ab20b(0x1f2)]['name'],_0x31314a[_0x3ab20b(0x20a)])){const _0x31b547=_0x59d464[_0x3ab20b(0x1e5)];if(!_0x31b547)return null;const _0x52ba84=_0x31b547[_0x3ab20b(0x1c8)],_0x2da33d=_0x31314a[_0x3ab20b(0x1d8)](getOSVersionFromCaps,_0x31314a[_0x3ab20b(0x207)](nestedKeyValue,_0x59d464,[_0x31314a[_0x3ab20b(0x1ff)],_0x31314a['IXcBw']]));return{[_0x178f8a]:{'browser':_0x52ba84['browserName'],'browser_version':_0x52ba84[_0x3ab20b(0x202)],'capabilities':_0x52ba84,'platform':_0x52ba84[_0x3ab20b(0x1ce)],'platform_version':_0x52ba84[_0x3ab20b(0x1cd)]||_0x2da33d,'product':_0x31314a[_0x3ab20b(0x1d1)](getObservabilityLinkedProductName,_0x52ba84),'session_id':_0x31b547['sessionId']}};}else{if(_0x31314a['SswiV'](_0x59d464['constructor'][_0x3ab20b(0x1e6)],_0x31314a[_0x3ab20b(0x1f6)])){const _0x57567a=PlaywrightSessionDetails[_0x3ab20b(0x1c7)]();_0x178f8a=_0x57567a[_0x3ab20b(0x1f0)]||_0x178f8a;const _0x207d7a=_0x31314a['PUrZK'](nestedKeyValue,_0x59d464,[_0x31314a[_0x3ab20b(0x1ff)],_0x31314a[_0x3ab20b(0x1ee)],_0x31314a[_0x3ab20b(0x1bf)]]),_0x5281a6=_0x207d7a?JSON['parse'](new URL(_0x207d7a)['searchParams'][_0x3ab20b(0x1fa)](_0x31314a['SHFas'])):{};return{[_0x178f8a]:{'browser':_0x57567a[_0x3ab20b(0x1e5)]||_0x5281a6[_0x3ab20b(0x1c4)],'browser_version':_0x57567a[_0x3ab20b(0x1fe)]||_0x5281a6[_0x3ab20b(0x1fe)],'capabilities':_0x5281a6,'platform':_0x57567a[_0x3ab20b(0x1e7)],'platform_version':_0x57567a[_0x3ab20b(0x1d6)],'product':_0x31314a[_0x3ab20b(0x1d2)](getObservabilityLinkedProductName,_0x5281a6),'session_id':_0x57567a[_0x3ab20b(0x1e4)]}};}}},exports[a3_0x2c5a1a(0x1c1)]=_0xea2f5d=>{const _0x51479c=a3_0x2c5a1a,_0x475208={'UiaeM':function(_0x5cab26){return _0x5cab26();},'TqqRI':_0x51479c(0x1c0),'wCsRs':function(_0x1f2896,_0x45c3a9){return _0x1f2896!==_0x45c3a9;},'LZRsm':'latest','uvyms':_0x51479c(0x1df),'ToRFS':function(_0xdde470,_0x27e46c){return _0xdde470(_0x27e46c);},'adCGF':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.'};if(_0x475208[_0x51479c(0x200)](isAccessibilityAutomationSession)){const _0x88e12f=_0xea2f5d[_0x51479c(0x1e5)],_0x55c5c1=_0x88e12f['capabilities'];global[_0x51479c(0x1bc)]=!![];!accessibilityHelper['isBrowserSupportedForAccessibility'](_0x55c5c1[_0x51479c(0x1c4)])&&(logger[_0x51479c(0x1eb)](_0x475208[_0x51479c(0x1db)]),global[_0x51479c(0x1bc)]=![]);if(_0x475208[_0x51479c(0x1f7)](_0x55c5c1[_0x51479c(0x202)],_0x475208[_0x51479c(0x208)])){const _0x395ea6=_0x475208[_0x51479c(0x200)](isBrowserstackInfra),_0x1f52e7=accessibilityHelper[_0x51479c(0x1ca)](_0x55c5c1[_0x51479c(0x1c4)],_0x395ea6),_0x32c392=accessibilityHelper['getBrowserDisplayName'](_0x55c5c1[_0x51479c(0x1c4)]);if(!accessibilityHelper['isVersionSupported'](_0x55c5c1[_0x51479c(0x202)],_0x1f52e7)){const _0x518045=_0x395ea6?'':_0x475208[_0x51479c(0x1ea)];logger[_0x51479c(0x1eb)](_0x51479c(0x1bd)+_0x32c392+_0x51479c(0x1f9)+_0x1f52e7+_0x51479c(0x1d0)+_0x518045+'.'),global['accessibilityPlatform']=![];}}!_0x475208[_0x51479c(0x1d3)](isUndefined,_0x55c5c1[_0x51479c(0x1fb)])&&(logger[_0x51479c(0x1eb)](_0x475208[_0x51479c(0x201)]),global[_0x51479c(0x1bc)]=![]);}},exports[a3_0x2c5a1a(0x1c2)]=_0x2bee38=>{const _0x457799=a3_0x2c5a1a,_0x5eddd1={};_0x5eddd1[_0x457799(0x1e0)]=function(_0x1d29ce,_0x4ff21d){return _0x1d29ce!==_0x4ff21d;},_0x5eddd1[_0x457799(0x20b)]=_0x457799(0x209),_0x5eddd1[_0x457799(0x1cf)]='browserstack_executor',_0x5eddd1[_0x457799(0x1d9)]=_0x457799(0x205);const _0xd9aa3c=_0x5eddd1;if(!_0x2bee38)return![];else{if(_0xd9aa3c[_0x457799(0x1e0)](typeof _0x2bee38,_0xd9aa3c['pNuXC']))return!![];}return!_0x2bee38[_0x457799(0x20c)](_0xd9aa3c[_0x457799(0x1cf)])&&!_0x2bee38[_0x457799(0x20c)](_0xd9aa3c['JLhkH']);};function a3_0x1260(_0x34e4c9,_0x5a9eb7){const _0x2cab99=a3_0x2cab();return a3_0x1260=function(_0x1260c5,_0x23a657){_0x1260c5=_0x1260c5-0x1bc;let _0x4223d6=_0x2cab99[_0x1260c5];return _0x4223d6;},a3_0x1260(_0x34e4c9,_0x5a9eb7);}function a3_0x2cab(){const _0x19dff8=['uvyms','warn','winstonLogger','2067740SbrWDn','IiWNy','unknown_grid','cloudProvider','../../bin/playwright/sessionDetails','constructor','EWyrx','QkAux','browserWSEndpoint','KQkbA','wCsRs','caps','\x20browser\x20version\x20','get','deviceName','AkOxL','8gpZXgV','browser_version','eFtPF','UiaeM','adCGF','browserVersion','YIOuc','onKSu','browserstack_accessibility_automation_script','desiredCapabilities','MUYtE','LZRsm','string','UlIIm','pNuXC','includes','485mtepQI','47fLKGFi','accessibilityPlatform','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','bstack:options','kbeZg','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','processWebDriverConfig','shouldPatchExecuteScript','config','browserName','58419FLcQgt','1693587OlwedJ','getDetails','capabilities','../../helpers/helper','getMinVersionForBrowser','__cloud_provider___','yIzwJ','platformVersion','platformName','kAuLd','\x20or\x20higher\x20','xdHvY','ieKMt','ToRFS','../../helpers/logger','39401844OxiyDz','platform_version','27770MIpJxS','bBaFO','JLhkH','gwogA','TqqRI','../../helpers/accessibility-automation/helper','15963IsrvkK','44202YBKLBX','on\x20non-BrowserStack\x20infrastructure\x20','upgEn','os_version','22IsEhKA','Playwright','bsSessionId','browser','name','platform','../../helpers/test-observability/utils','428qIVDeI'];a3_0x2cab=function(){return _0x19dff8;};return a3_0x2cab();}
@@ -1 +1 @@
1
- function a4_0x3689(){const _0x1946fc=['concat','sep','logs','wJtFr','sYqEJ','yuNWr','ziIqw','ctx','WuhqT','TestRunStarted','oqWml','findGitConfig','UyYRD','lGKIs','./helper.js','faHcy','stringify','rhaPj','getHierarchy','../../helpers/test-observability/utils','Eyyec','Valpx','resetSkipTestHooks','TEST_EVENTS','kLDPA','iVqlO','file_name','fskBi','nSYnt','BrowserType','suites','codeceptjs','pid','test','PMCJG','_beforeAll','__platformCaps','AqAIQ','TestRunSkipped','HowhA','skipped','mapTestHooks','USdts','dirname','REeCK','bddStepFinish','PathHelper','replace','SmqbF','tLRWS','.git','toUpperCase','_paths','qKmOc','yrAna','BOugb','989661TtkxTE','debug','TEST_RUN_STARTED','patchConsoleLogger','veFZk','1fuvjTX','eKuYB','HOOK_RUN_STARTED','WgRcA','finished_at','jbREJ','toString','initializeBddStep','body','prefixTestPath','errorsDetailed','title','TEST_RUN_FINISHED','_beforeEach','fsfnJ','NORlO','bind','relative','iXtsH','constructor','aKGFm','wsEndpoint','stop','uuaRx','lib','startedAt','LogCreated','name','XeZTf','../../helpers/helper','getHookType','CBTSessionCreated','zVcDd','failure','QRWxb','1135312EbFZQF','hTyHD','bddStepStart','wDokr','includes','pending','defineProperty','STATE_FAILED','gZLJK','connect','then','eKFwX','TQHHo','ymhhL','hook','BROWSERSTACK','result','appendTestItemLog','bs:addLog:','TestRunFinished','err','itbMR','status','toLowerCase','integrations','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','1256241LxSeEz','location_prefix','getTime','message','hookAnalyticsId','\x20with\x20error\x20:\x20','leNnK','join','_testEnv','getCBTInfo','6toxNRW','../playwright/accessibility-helper','now','connectOverCDP','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','javascript','keyword','expanded','currentHook','ireRK','browserstack','frameworkName','../../helpers/test-observability/constants','TeOBk','fyohM','hook_run','Wxqrf','CODECEPT','event_type','HfoXZ','../playwright/sessionDetails','104755UThjYI','Yzwck','SOPqe','util','HlMXR','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','DcHTr','groups','339418UzVpaE','parent','pMtOr','yhsut','eSycL','AkxBs','fullTitle','start','length','QrWVk','rmiGZ','test_run','testAnalyticsId','string','failed\x20to\x20get\x20root\x20parent\x20file\x20','DbWlj','currentTest','test_run_uuid','failureData','comment','_afterEach','9314631ibWQFR','TEST_RUN_SKIPPED','PLAYWRIGHT_HUB_URL','NPkxq','vzwtg','forEach','cwd','statSync','config','_afterAll','File\x20path\x20could\x20not\x20be\x20found','finished','apply','Hyfwk','browserType.js','hook_type','markedStatus','retryOf','../../helpers/logger','../utils/constants','find','FjCYB','match','failed','getHooksForTest','push','zeTWF','HookRunFinished','getFailureType','getRootParentFile','GrziT','shutdown','dHsxX','AQQhG','DmNey','file','hook_run_uuid','uuid','IupGZ','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','enabled','split','../../helpers/test-observability/sessionHandler','NRpwE','nziWo','hooks','failure_backtrace','removeAllListeners','launch','bddSteps','passed','getInstance','1230840CakCbA','CfLLC','driver','stepAnalyticsId','FUeAj','PxygU','duration','GjLyr','setupBrowserDetails','started','UClOL','../mocha/test-observability/mochaUtils','O11yHelper','RBeca','toISOString','uploadEventData','vecDc','vBFcA'];a4_0x3689=function(){return _0x1946fc;};return a4_0x3689();}const a4_0x31080c=a4_0x5aff;(function(_0x5bf828,_0x3c33d7){const _0x5300dd=a4_0x5aff,_0x3558e4=_0x5bf828();while(!![]){try{const _0xc68328=-parseInt(_0x5300dd(0x247))/0x1*(parseInt(_0x5300dd(0x1af))/0x2)+-parseInt(_0x5300dd(0x242))/0x3+-parseInt(_0x5300dd(0x1f8))/0x4+-parseInt(_0x5300dd(0x1a7))/0x5*(parseInt(_0x5300dd(0x192))/0x6)+-parseInt(_0x5300dd(0x188))/0x7+parseInt(_0x5300dd(0x16e))/0x8+parseInt(_0x5300dd(0x1c4))/0x9;if(_0xc68328===_0x3c33d7)break;else _0x3558e4['push'](_0x3558e4['shift']());}catch(_0x5dcd39){_0x3558e4['push'](_0x3558e4['shift']());}}}(a4_0x3689,0x294c1));const path=require('path'),fs=require('fs'),{v4:uuidv4}=require(a4_0x31080c(0x1e9)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x31080c(0x168)),testOpsHelper=require(a4_0x31080c(0x21d)),{getTestEnv}=require(a4_0x31080c(0x203)),{FRAMEWORKS}=require(a4_0x31080c(0x19e)),logger=require(a4_0x31080c(0x1d6))['winstonLogger'],SessionHandler=require(a4_0x31080c(0x1ee)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),PlaywrightSessionDetails=require(a4_0x31080c(0x1a6)),debug=testOpsHelper[a4_0x31080c(0x243)],{processAccessibilityCaps}=require(a4_0x31080c(0x193)),Constants=require(a4_0x31080c(0x1d7)),{fetchPlatformDetails}=require(a4_0x31080c(0x218)),{shouldProcessEventForTesthub,appendTesthubParams}=require('../../helpers/testhub/utils.js'),constants=require('../utils/constants'),STATE_PASSED=a4_0x31080c(0x1f6),STATE_FAILED=a4_0x31080c(0x1db),a4_0x5d2504={};a4_0x5d2504[a4_0x31080c(0x244)]=a4_0x31080c(0x213),a4_0x5d2504[a4_0x31080c(0x253)]=a4_0x31080c(0x181),a4_0x5d2504[a4_0x31080c(0x1c5)]=a4_0x31080c(0x230),a4_0x5d2504[a4_0x31080c(0x249)]='HookRunStarted',a4_0x5d2504['HOOK_RUN_FINISHED']=a4_0x31080c(0x1df);const TEST_EVENTS=a4_0x5d2504,parseEvent=_0x18f750=>{const _0x4f2f86=a4_0x31080c,_0x2355f8={};_0x2355f8[_0x4f2f86(0x22f)]=function(_0x2e358c,_0x38f507){return _0x2e358c<_0x38f507;},_0x2355f8[_0x4f2f86(0x23a)]=function(_0x1b5db7,_0x499c03){return _0x1b5db7===_0x499c03;},_0x2355f8['REeCK']=_0x4f2f86(0x22b),_0x2355f8[_0x4f2f86(0x167)]=_0x4f2f86(0x17c),_0x2355f8['wJtFr']=_0x4f2f86(0x232),_0x2355f8[_0x4f2f86(0x21f)]=_0x4f2f86(0x201),_0x2355f8['PxygU']='finished';const _0xabc2ba=_0x2355f8,_0x1e3580=_0x18f750[_0x4f2f86(0x1da)](/^(.*)Run(.*)$/);if(!_0x1e3580)return null;if(_0xabc2ba[_0x4f2f86(0x22f)](_0x1e3580[_0x4f2f86(0x1b7)],0x3))return null;const _0x38655e=_0x1e3580[0x1]['toLowerCase'](),_0x4a1e79=_0x1e3580[0x2][_0x4f2f86(0x185)]();return{'test':_0xabc2ba[_0x4f2f86(0x23a)](_0x38655e,_0xabc2ba[_0x4f2f86(0x236)]),'hook':_0xabc2ba[_0x4f2f86(0x23a)](_0x38655e,_0xabc2ba[_0x4f2f86(0x167)]),'skipped':_0xabc2ba[_0x4f2f86(0x23a)](_0x4a1e79,_0xabc2ba[_0x4f2f86(0x20d)]),'started':_0xabc2ba[_0x4f2f86(0x23a)](_0x4a1e79,_0xabc2ba[_0x4f2f86(0x21f)]),'finished':_0xabc2ba['SmqbF'](_0x4a1e79,_0xabc2ba[_0x4f2f86(0x1fd)])};},mockPWBrowserType=_0xc9e283=>{const _0x2070b3=a4_0x31080c,_0x3a035e={'IupGZ':function(_0xd6513e,_0x3f7a69){return _0xd6513e===_0x3f7a69;},'YmUnG':_0x2070b3(0x1bc),'BOugb':function(_0x5318b5,_0x10734f,_0x5f2e2f){return _0x5318b5(_0x10734f,_0x5f2e2f);},'nziWo':_0x2070b3(0x160),'RBeca':function(_0x1e7028,_0x6c5bcd){return _0x1e7028(_0x6c5bcd);},'AkxBs':_0x2070b3(0x19c),'dHsxX':_0x2070b3(0x163),'opyaj':'client','eSycL':_0x2070b3(0x1d2),'nSYnt':function(_0x4c91ee,_0x5863e0){return _0x4c91ee(_0x5863e0);},'Hyfwk':'Not\x20able\x20to\x20import\x20Browser','fskBi':_0x2070b3(0x177),'TeOBk':_0x2070b3(0x1f4)},_0x1c1c9f=path['join'](_0x3a035e[_0x2070b3(0x1e4)],_0x3a035e['opyaj'],_0x3a035e[_0x2070b3(0x1b3)]),_0x58a62d=_0x3a035e[_0x2070b3(0x226)](importFileFromPWCore,_0x1c1c9f);if(!_0x58a62d){_0x3a035e[_0x2070b3(0x226)](debug,_0x3a035e[_0x2070b3(0x1d1)]);return;}const _0xd52011=_0x58a62d[_0x2070b3(0x227)],_0x4811cd=_0xd52011['prototype'];if(_0x4811cd['obsBrowserTypeMockApplied'])return;const _0x120e6e=_0x4811cd['connect'];Object[_0x2070b3(0x174)](_0x4811cd,_0x3a035e[_0x2070b3(0x225)],{'get':function(){const _0x2ad495=_0x2070b3,_0x359629={'hTyHD':function(_0x16955b,_0x1fcd54){const _0x1549b7=a4_0x5aff;return _0x3a035e[_0x1549b7(0x1ea)](_0x16955b,_0x1fcd54);},'UClOL':_0x3a035e['YmUnG'],'pgmfw':function(_0x26192a,_0x566978,_0x30d42c){return _0x3a035e['BOugb'](_0x26192a,_0x566978,_0x30d42c);},'FUeAj':_0x3a035e[_0x2ad495(0x1f0)],'DcHTr':function(_0x48b4e9,_0x106385){const _0x5ebead=_0x2ad495;return _0x3a035e[_0x5ebead(0x205)](_0x48b4e9,_0x106385);},'Wxqrf':_0x3a035e[_0x2ad495(0x1b4)],'UyYRD':function(_0x50f5a3,_0x435483,_0x548e29){const _0x562eaa=_0x2ad495;return _0x3a035e[_0x562eaa(0x241)](_0x50f5a3,_0x435483,_0x548e29);},'iVqlO':function(_0x50008e,_0x1ffadb){const _0x28a209=_0x2ad495;return _0x3a035e[_0x28a209(0x205)](_0x50008e,_0x1ffadb);}};return async function _0x358fd4(_0x2f1144,_0x1588ed){const _0x240c09=_0x2ad495,_0x159a54={'fsfnJ':function(_0x2968fb,_0x1a9ca2){const _0x503b09=a4_0x5aff;return _0x359629[_0x503b09(0x16f)](_0x2968fb,_0x1a9ca2);},'ziIqw':_0x359629[_0x240c09(0x202)]},_0x5a7f0b=_0x359629['pgmfw'](nestedKeyValue,_0x2f1144,[_0x359629[_0x240c09(0x1fc)]])||_0x2f1144;let _0x22b80f=null,_0x3bd5a1=null;try{[_0x3bd5a1,_0x22b80f]=_0x5a7f0b?_0x359629[_0x240c09(0x1ad)](parseWSEndpoint,_0x5a7f0b):[null,null],global[_0x240c09(0x22e)]=_0x22b80f,logger[_0x240c09(0x243)](_0x240c09(0x1ac)+_0x3bd5a1),_0x3bd5a1[_0x240c09(0x172)](Constants[_0x240c09(0x17d)])&&(global['__cloud_provider___']=_0x359629[_0x240c09(0x1a2)]);}catch(_0x1b7996){logger[_0x240c09(0x243)]('Failed\x20to\x20parse\x20wsendpoint\x20'+_0x5a7f0b+'\x20'+_0x1b7996);}_0x359629[_0x240c09(0x216)](processAccessibilityCaps,_0x22b80f,_0x3bd5a1);if(global['accessibilityPlatform']){const _0x2d8044=await _0x4811cd[_0x240c09(0x195)][_0x240c09(0x1d0)](this,[''+Constants[_0x240c09(0x1c6)]+_0x359629[_0x240c09(0x223)](encodeURIComponent,JSON[_0x240c09(0x21a)](_0x22b80f))]);return PlaywrightSessionDetails[_0x240c09(0x200)](_0x2d8044,_0xc9e283,_0x5a7f0b),_0x2d8044;}return _0x120e6e['apply'](this,arguments)[_0x240c09(0x178)](_0x4fb602=>{const _0x29fb6f=_0x240c09;let _0x4a0fb8=_0x2f1144[_0x29fb6f(0x160)];return _0x159a54[_0x29fb6f(0x255)](typeof _0x2f1144,_0x159a54[_0x29fb6f(0x210)])&&(_0x4a0fb8=_0x2f1144),PlaywrightSessionDetails[_0x29fb6f(0x200)](_0x4fb602,_0xc9e283,_0x4a0fb8),_0x4fb602;});};}});const _0x4fc909=_0x4811cd['launch'];Object['defineProperty'](_0x4811cd,_0x3a035e[_0x2070b3(0x19f)],{'get':function(){return async function _0x248720(){const _0x20f9af=a4_0x5aff;return _0x4fc909[_0x20f9af(0x1d0)](this,arguments)[_0x20f9af(0x178)](_0x2cdd6f=>{const _0x262dcd=_0x20f9af;return PlaywrightSessionDetails[_0x262dcd(0x200)](_0x2cdd6f,null),_0x2cdd6f;});};}});};class O11yHelper{[a4_0x31080c(0x1bf)]=null;[a4_0x31080c(0x19a)]=null;[a4_0x31080c(0x1ec)]=![];[a4_0x31080c(0x19d)]=![];constructor(_0xe7dcc9,_0x50f4be){const _0xfc04ef=a4_0x31080c,_0xa5b8db={'tLRWS':'4|2|5|0|1|3','FjCYB':function(_0x30dd3b){return _0x30dd3b();},'vBFcA':function(_0x3c3fc8,_0x40d461){return _0x3c3fc8===_0x40d461;},'WuhqT':'Playwright','Yzwck':function(_0x4b0d55,_0x1950c1){return _0x4b0d55(_0x1950c1);}},_0x198f40=_0xa5b8db[_0xfc04ef(0x23b)][_0xfc04ef(0x1ed)]('|');let _0x4d80f0=0x0;while(!![]){switch(_0x198f40[_0x4d80f0++]){case'0':this[_0xfc04ef(0x190)]=_0xa5b8db[_0xfc04ef(0x1d9)](getTestEnv);continue;case'1':this['_paths']=new testOpsHelper[(_0xfc04ef(0x238))]({'cwd':process[_0xfc04ef(0x1ca)]()},this[_0xfc04ef(0x190)][_0xfc04ef(0x189)]);continue;case'2':this['frameworkName']=_0x50f4be[_0xfc04ef(0x19d)];continue;case'3':this[_0xfc04ef(0x1fa)]&&_0xa5b8db[_0xfc04ef(0x209)](this['driver'][_0xfc04ef(0x15e)][_0xfc04ef(0x166)],_0xa5b8db[_0xfc04ef(0x212)])&&_0xa5b8db[_0xfc04ef(0x1a8)](mockPWBrowserType,null);continue;case'4':this[_0xfc04ef(0x1ec)]=_0xa5b8db['FjCYB'](shouldProcessEventForTesthub);continue;case'5':this[_0xfc04ef(0x1fa)]=_0xe7dcc9;continue;}break;}}[a4_0x31080c(0x1b6)](){const _0x262635=a4_0x31080c;if(!this['enabled'])return;testOpsHelper[_0x262635(0x245)](),process[_0x262635(0x1f3)](_0x262635(0x180)+process[_0x262635(0x22a)]),process['on'](_0x262635(0x180)+process[_0x262635(0x22a)],this['appendTestItemLog'][_0x262635(0x257)](this));}async[a4_0x31080c(0x161)](){const _0x4580ab=a4_0x31080c;await RequestQueueHandler[_0x4580ab(0x1f7)]()[_0x4580ab(0x1e3)]();}async[a4_0x31080c(0x17f)](_0x4b4431){const _0x32df2b=a4_0x31080c,_0x80ce30={'PdzWe':_0x32df2b(0x165),'NRpwE':function(_0x42b394,_0x288d95){return _0x42b394(_0x288d95);}};try{this[_0x32df2b(0x19a)]&&!this['currentHook'][_0x32df2b(0x1d4)]&&(_0x4b4431[_0x32df2b(0x1e8)]=this['currentHook']['hookAnalyticsId']);!_0x4b4431[_0x32df2b(0x1e8)]&&this[_0x32df2b(0x1bf)]&&!this[_0x32df2b(0x1bf)][_0x32df2b(0x1d4)]&&(_0x4b4431['test_run_uuid']=this[_0x32df2b(0x1bf)]['testAnalyticsId']);if(_0x4b4431[_0x32df2b(0x1e8)]||_0x4b4431[_0x32df2b(0x1c0)]){const _0x375ecd={};_0x375ecd[_0x32df2b(0x1a4)]=_0x80ce30['PdzWe'],_0x375ecd[_0x32df2b(0x20c)]=[_0x4b4431],await SessionHandler[_0x32df2b(0x207)](_0x375ecd);}}catch(_0x2b905e){_0x80ce30[_0x32df2b(0x1ef)](debug,_0x32df2b(0x187)+constants['TEST_REPORTING_ANALYTICS']+'\x20with\x20error\x20:\x20'+_0x2b905e);}}async['sendCBTInfo'](_0xcdc140){const _0x2ebab2=a4_0x31080c,_0x4b265b={'KXmvw':_0x2ebab2(0x16a),'DbWlj':function(_0x5529fd,_0x3eca31){return _0x5529fd(_0x3eca31);}};if(!this[_0x2ebab2(0x1ec)])return;const _0x3062a1=this[_0x2ebab2(0x191)](this['driver']);try{const _0x2fd3fc={};_0x2fd3fc[_0x2ebab2(0x1e9)]=_0xcdc140,_0x2fd3fc[_0x2ebab2(0x186)]=_0x3062a1;const _0x1f1a14=_0x2fd3fc,_0x58147b={};_0x58147b[_0x2ebab2(0x1a4)]=_0x4b265b['KXmvw'],_0x58147b[_0x2ebab2(0x1ba)]=_0x1f1a14,await SessionHandler['uploadEventData'](_0x58147b);}catch(_0x279ebe){_0x4b265b[_0x2ebab2(0x1be)](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20'+constants['TEST_REPORTING_ANALYTICS']+'\x20with\x20error\x20:\x20'+_0x279ebe);}}[a4_0x31080c(0x191)](_0x2dbe3e){const _0x262192=a4_0x31080c,_0x278c45={'iXtsH':function(_0x325a00,_0x49bb99){return _0x325a00(_0x49bb99);}};return _0x278c45[_0x262192(0x15d)](fetchPlatformDetails,_0x2dbe3e);}[a4_0x31080c(0x220)]=_0x4ad52d=>{const _0x1fec30=a4_0x31080c,_0x5778d7={};_0x5778d7[_0x1fec30(0x208)]='_beforeEach',_0x5778d7[_0x1fec30(0x20e)]=_0x1fec30(0x1c3);const _0xc22ab=_0x5778d7;if(!_0x4ad52d||!_0x4ad52d[_0x1fec30(0x1b0)])return;[_0xc22ab['vecDc'],_0xc22ab[_0x1fec30(0x20e)]][_0x1fec30(0x1c9)](_0x658605=>{const _0x22ef15=_0x1fec30,_0x69424a=_0x4ad52d[_0x22ef15(0x1b0)][_0x658605];_0x69424a['forEach'](_0x4b81c6=>{const _0x1abd85=_0x22ef15;_0x4b81c6['hookAnalyticsId']&&(_0x4b81c6[_0x1abd85(0x18c)]=null);});});};[a4_0x31080c(0x233)](_0x50333d){const _0x5b982e=a4_0x31080c,_0x1aa6ad={'HlMXR':_0x5b982e(0x229),'PKyku':function(_0x3552ec){return _0x3552ec();},'veFZk':function(_0x411d71,_0x1f104c){return _0x411d71===_0x1f104c;},'yrAna':_0x5b982e(0x1c3),'rhaPj':'_beforeAll','itbMR':_0x5b982e(0x1cd),'xgFuL':_0x5b982e(0x254)};if(!_0x50333d||!_0x50333d[_0x5b982e(0x1b0)])return;[_0x1aa6ad[_0x5b982e(0x21b)],_0x1aa6ad[_0x5b982e(0x183)],_0x1aa6ad['xgFuL'],_0x1aa6ad['yrAna']][_0x5b982e(0x1c9)](_0x32bc03=>{const _0x50824b=_0x5b982e,_0x78beb9={'AQQhG':_0x1aa6ad[_0x50824b(0x1ab)],'TQHHo':function(_0x50f970){return _0x1aa6ad['PKyku'](_0x50f970);},'GjLyr':function(_0x5bcee9,_0x195e2c){const _0x4e1767=_0x50824b;return _0x1aa6ad[_0x4e1767(0x246)](_0x5bcee9,_0x195e2c);},'kLDPA':_0x1aa6ad[_0x50824b(0x240)]},_0x162a4c=_0x50333d['parent'][_0x32bc03]||[];_0x162a4c[_0x50824b(0x1c9)](_0x16a2f9=>{const _0x14e05a=_0x50824b;if(_0x16a2f9[_0x14e05a(0x252)]['includes'](_0x78beb9[_0x14e05a(0x1e5)]))return;if(!_0x16a2f9[_0x14e05a(0x18c)])_0x16a2f9[_0x14e05a(0x18c)]=_0x78beb9[_0x14e05a(0x17a)](uuidv4);else _0x16a2f9[_0x14e05a(0x1d4)]&&_0x78beb9[_0x14e05a(0x1ff)](_0x32bc03,_0x78beb9[_0x14e05a(0x222)])&&(_0x16a2f9[_0x14e05a(0x18c)]=_0x78beb9['TQHHo'](uuidv4),delete _0x16a2f9[_0x14e05a(0x1d4)]);});}),this[_0x5b982e(0x233)](_0x50333d['parent']);}[a4_0x31080c(0x1dc)](_0x2bd993){const _0x4d9256=a4_0x31080c,_0x4ed805={};_0x4ed805[_0x4d9256(0x1de)]=_0x4d9256(0x22d),_0x4ed805[_0x4d9256(0x24c)]=_0x4d9256(0x1cd),_0x4ed805[_0x4d9256(0x20f)]=_0x4d9256(0x254),_0x4ed805[_0x4d9256(0x16b)]=_0x4d9256(0x1c3);const _0x1d5f92=_0x4ed805;if(!_0x2bd993||!_0x2bd993['parent'])return[];const _0xac85a3=[];return[_0x1d5f92[_0x4d9256(0x1de)],_0x1d5f92[_0x4d9256(0x24c)],_0x1d5f92[_0x4d9256(0x20f)],_0x1d5f92['zVcDd']][_0x4d9256(0x1c9)](_0x23285a=>{const _0x32a526=_0x4d9256,_0x12b8de=_0x2bd993[_0x32a526(0x1b0)][_0x23285a]||[];_0x12b8de[_0x32a526(0x1c9)](_0x3f8ec5=>{const _0x245185=_0x32a526;_0x3f8ec5[_0x245185(0x18c)]&&_0xac85a3[_0x245185(0x1dd)](_0x3f8ec5['hookAnalyticsId']);});}),[][_0x4d9256(0x20a)](_0xac85a3,this['getHooksForTest'](_0x2bd993[_0x4d9256(0x1b0)]));}[a4_0x31080c(0x169)](_0x3b19d1){const _0x14dc1d=a4_0x31080c,_0x27b4d5=/^"(?<hook>.*)" hook:.*$/,_0x1f56c6=_0x3b19d1['title'],_0x1a42f0=_0x1f56c6[_0x14dc1d(0x1da)](_0x27b4d5);if(_0x1a42f0&&_0x1a42f0[_0x14dc1d(0x1ae)])return _0x1a42f0[_0x14dc1d(0x1ae)][_0x14dc1d(0x17c)][_0x14dc1d(0x23d)]()[_0x14dc1d(0x239)]('\x20','_');return null;}['findGitConfig'](_0x596b60){const _0x9ed853=a4_0x31080c,_0x2ed98b={};_0x2ed98b[_0x9ed853(0x22c)]=function(_0x39e8d7,_0x58e44c){return _0x39e8d7===_0x58e44c;},_0x2ed98b[_0x9ed853(0x24a)]=_0x9ed853(0x23c),_0x2ed98b[_0x9ed853(0x23f)]=_0x9ed853(0x1cc);const _0x55254b=_0x2ed98b,_0x36c0a3=path[_0x9ed853(0x20b)];if(_0x55254b[_0x9ed853(0x22c)](_0x596b60,null)||_0x55254b['PMCJG'](_0x596b60,'')||_0x55254b[_0x9ed853(0x22c)](_0x596b60,_0x36c0a3)||_0x55254b[_0x9ed853(0x22c)](_0x596b60,path[_0x9ed853(0x235)](_0x596b60)))return null;try{return fs[_0x9ed853(0x1cb)](path[_0x9ed853(0x18f)](_0x596b60,_0x55254b[_0x9ed853(0x24a)],_0x55254b[_0x9ed853(0x23f)])),_0x596b60;}catch(_0x388c97){const _0x2871a5=path[_0x9ed853(0x235)](_0x596b60);return this[_0x9ed853(0x215)](_0x2871a5);}}[a4_0x31080c(0x1e1)](_0x42ef76){const _0x335ff4=a4_0x31080c,_0x368527={};_0x368527[_0x335ff4(0x179)]=function(_0x51e0dc,_0x5b009d){return _0x51e0dc>_0x5b009d;};const _0x33729e=_0x368527;if(_0x42ef76[_0x335ff4(0x1e7)])return _0x42ef76['file'];if(_0x42ef76[_0x335ff4(0x211)]){const _0x36f5f9=_0x42ef76['ctx']['currentTest']?this[_0x335ff4(0x1e1)](_0x42ef76[_0x335ff4(0x211)][_0x335ff4(0x1bf)]):null;if(_0x36f5f9)return _0x36f5f9;}if(_0x42ef76[_0x335ff4(0x1b0)]){const _0x3ddf5b=this['getRootParentFile'](_0x42ef76[_0x335ff4(0x1b0)])||(_0x42ef76['parent'][_0x335ff4(0x211)]&&_0x42ef76['parent'][_0x335ff4(0x211)][_0x335ff4(0x1bf)]?this[_0x335ff4(0x1e1)](_0x42ef76[_0x335ff4(0x1b0)][_0x335ff4(0x211)][_0x335ff4(0x1bf)]):null);if(_0x3ddf5b)return _0x3ddf5b;_0x42ef76[_0x335ff4(0x1b0)][_0x335ff4(0x228)]&&_0x33729e[_0x335ff4(0x179)](_0x42ef76[_0x335ff4(0x1b0)][_0x335ff4(0x228)][_0x335ff4(0x1b7)],0x0)&&_0x42ef76[_0x335ff4(0x1b0)][_0x335ff4(0x228)]['forEach'](_0x13d9c4=>{const _0x4ddbcf=_0x335ff4,_0x353dae=_0x13d9c4[_0x4ddbcf(0x211)]?this[_0x4ddbcf(0x1e1)](_0x13d9c4[_0x4ddbcf(0x211)]):null;if(_0x353dae)return _0x353dae;});}return null;}[a4_0x31080c(0x21c)](_0x41d121){const _0x3e503c=a4_0x31080c,_0xcc30d={};_0xcc30d[_0x3e503c(0x1a5)]=function(_0x3934d8,_0x5d0036){return _0x3934d8!==_0x5d0036;};const _0x2f2196=_0xcc30d,_0x5e37d1=[];if(_0x41d121&&_0x41d121[_0x3e503c(0x1b0)]){let _0x229e9c=_0x41d121['parent'];while(_0x229e9c&&_0x2f2196['HfoXZ'](_0x229e9c[_0x3e503c(0x252)],'')){_0x5e37d1[_0x3e503c(0x1dd)](_0x229e9c[_0x3e503c(0x252)]),_0x229e9c=_0x229e9c[_0x3e503c(0x1b0)];}}return _0x5e37d1;}['captureEvent'](_0x3cd8ca,_0x30263a,_0x2a1099=undefined){const _0x3d5200=a4_0x31080c,_0x4559d9={'mMOIv':function(_0x4feb76,_0x379a32){return _0x4feb76(_0x379a32);},'uuaRx':function(_0x79781f){return _0x79781f();},'wDokr':function(_0x481c26,_0x4901f8){return _0x481c26(_0x4901f8);},'NPkxq':_0x3d5200(0x1aa),'vzwtg':'err','jTAAU':function(_0x37fa58,_0x1ef0ab){return _0x37fa58!==_0x1ef0ab;},'ireRK':function(_0x95e79a,_0x3b5631){return _0x95e79a!==_0x3b5631;},'rmiGZ':_0x3d5200(0x1ce),'DmNey':_0x3d5200(0x173),'GrziT':'failed','NORlO':_0x3d5200(0x1f6),'lGKIs':'skipped','UOGfA':_0x3d5200(0x197),'Eyyec':function(_0x22a250,_0x58b1e7){return _0x22a250-_0x58b1e7;},'USdts':function(_0x282f41,_0x4291d5,_0x1d9a1b,_0x14b2b5,_0x3e0134){return _0x282f41(_0x4291d5,_0x1d9a1b,_0x14b2b5,_0x3e0134);},'QrWVk':function(_0xc9b5ff,_0x57c535){return _0xc9b5ff!==_0x57c535;},'pMtOr':_0x3d5200(0x186),'ymhhL':'meta','fyohM':_0x3d5200(0x16c),'gZLJK':_0x3d5200(0x1f2),'eKuYB':'backtrace','aKGFm':'failure_reason_expanded','yhsut':_0x3d5200(0x199),'oqWml':function(_0x18051e,_0x1c5249){return _0x18051e===_0x1c5249;},'SOPqe':_0x3d5200(0x1a1),'leNnK':_0x3d5200(0x1ba)};if(!this[_0x3d5200(0x1ec)])return;try{if(_0x30263a['fn']&&_0x30263a['fn'][_0x3d5200(0x24d)]()[_0x3d5200(0x1da)](/browserstack internal helper hook/))return;const _0x91b622=_0x4559d9['mMOIv'](parseEvent,_0x3cd8ca);if(!_0x91b622)return;if(_0x91b622[_0x3d5200(0x22b)]){this[_0x3d5200(0x1bf)]=_0x30263a,this[_0x3d5200(0x19a)]=null;if(_0x91b622[_0x3d5200(0x201)]||_0x91b622[_0x3d5200(0x232)]){_0x30263a[_0x3d5200(0x164)]=new Date(),_0x30263a[_0x3d5200(0x1d4)]=![];if(!_0x30263a[_0x3d5200(0x1bb)])_0x30263a[_0x3d5200(0x1bb)]=_0x4559d9[_0x3d5200(0x162)](uuidv4);else _0x30263a[_0x3d5200(0x1d4)]&&(!_0x30263a['retryOf']&&(_0x30263a[_0x3d5200(0x1d5)]=_0x30263a[_0x3d5200(0x1bb)]),_0x30263a[_0x3d5200(0x1bb)]=_0x4559d9[_0x3d5200(0x162)](uuidv4));}}else{if(_0x91b622[_0x3d5200(0x17c)]){this[_0x3d5200(0x19a)]=_0x30263a;if(_0x91b622['started']){_0x30263a[_0x3d5200(0x164)]=new Date(),_0x30263a[_0x3d5200(0x1d4)]=![];if(!_0x30263a[_0x3d5200(0x18c)])_0x30263a['hookAnalyticsId']=_0x4559d9['uuaRx'](uuidv4);else _0x30263a[_0x3d5200(0x18c)]&&_0x30263a['markedStatus']&&(_0x30263a[_0x3d5200(0x18c)]=_0x4559d9[_0x3d5200(0x162)](uuidv4));}}}if(_0x91b622[_0x3d5200(0x1cf)]&&_0x30263a[_0x3d5200(0x1d4)])return;let _0xd5f5c5;try{_0xd5f5c5=this[_0x3d5200(0x1e1)](_0x30263a);}catch(_0x19ff67){logger[_0x3d5200(0x243)](_0x3d5200(0x1bd)+_0x19ff67),_0xd5f5c5=null;}const _0x40c223=_0x4559d9[_0x3d5200(0x171)](require,_0x4559d9[_0x3d5200(0x1c7)]);let _0x4c0bc4=[];_0x2a1099&&(_0x4c0bc4=[_0x2a1099,_0x4559d9[_0x3d5200(0x1c8)]]);const _0xaaef65=_0x4559d9['jTAAU'](_0x30263a['errorsDetailed'],undefined)?_0x40c223['inspect'](_0x30263a[_0x3d5200(0x251)][0x0]):_0x4559d9[_0x3d5200(0x19b)](_0x2a1099,undefined)?_0x2a1099[_0x3d5200(0x24d)]():undefined,_0x291385=_0xd5f5c5?this[_0x3d5200(0x215)](_0xd5f5c5):null,_0x3a0286=_0xd5f5c5?this[_0x3d5200(0x23e)][_0x3d5200(0x250)](this[_0x3d5200(0x1e1)](_0x30263a)):_0x4559d9[_0x3d5200(0x1b9)];let _0xc9a1df=_0x4559d9[_0x3d5200(0x1e6)];const _0x18f123=!_0x91b622[_0x3d5200(0x201)]?new Date()[_0x3d5200(0x206)]():null;if(_0x91b622[_0x3d5200(0x1cf)])_0xc9a1df=_0x2a1099?_0x4559d9[_0x3d5200(0x1e2)]:_0x4559d9[_0x3d5200(0x256)],_0x30263a[_0x3d5200(0x1d4)]=!![];else _0x91b622[_0x3d5200(0x232)]&&(_0xc9a1df=_0x4559d9[_0x3d5200(0x217)],_0x30263a[_0x3d5200(0x1d4)]=!![]);const _0x4a342b={'framework':this['frameworkName'],'uuid':_0x30263a['testAnalyticsId']||_0x30263a[_0x3d5200(0x18c)],'name':_0x30263a[_0x3d5200(0x252)],'body':{'lang':_0x4559d9['UOGfA'],'code':_0x30263a['body'][_0x3d5200(0x24d)]()},'type':_0x30263a['type'],'scope':_0x30263a[_0x3d5200(0x1b5)](),'scopes':this[_0x3d5200(0x21c)](_0x30263a),'file_name':_0x3a0286,'vc_filepath':_0x291385?path[_0x3d5200(0x258)](_0x291385,_0xd5f5c5):null,'location':_0x3a0286,'result':_0xc9a1df,'failure_reason':_0xaaef65,'duration_in_ms':_0x30263a[_0x3d5200(0x1fe)]||(_0x91b622['finished']||_0x91b622[_0x3d5200(0x232)])?_0x4559d9[_0x3d5200(0x21e)](Date[_0x3d5200(0x194)](),new Date(_0x30263a[_0x3d5200(0x164)])[_0x3d5200(0x18a)]()):null,'started_at':new Date(_0x30263a[_0x3d5200(0x164)])[_0x3d5200(0x206)](),'finished_at':_0x18f123,'failure':testOpsHelper[_0x3d5200(0x1c1)][_0x3d5200(0x1d0)](null,_0x4c0bc4),'failure_type':!_0xaaef65?null:testOpsHelper[_0x3d5200(0x1e0)](_0xaaef65),'retry_of':_0x30263a[_0x3d5200(0x1d5)]||null,'tags':_0x30263a['tags']||[],'customRerunParam':{'rerun_name':_0x30263a[_0x3d5200(0x1b5)]()}};_0x4559d9[_0x3d5200(0x234)](appendTesthubParams,_0x4a342b,_0x3cd8ca,_0x30263a,FRAMEWORKS[_0x3d5200(0x1a3)]);if(_0x91b622['hook'])[_0x4a342b[_0x3d5200(0x1d3)],_0x4a342b['name']]=[this[_0x3d5200(0x169)](_0x30263a),_0x30263a[_0x3d5200(0x211)][_0x3d5200(0x22b)][_0x3d5200(0x252)]],_0x91b622['finished']?_0x4559d9[_0x3d5200(0x1b8)](_0x4a342b[_0x3d5200(0x17e)],_0x4559d9[_0x3d5200(0x1e2)])&&(_0x4a342b[_0x3d5200(0x17e)]=_0x4559d9[_0x3d5200(0x256)]):_0x4a342b[_0x3d5200(0x24f)]={};else _0x91b622[_0x3d5200(0x22b)]&&(this['mapTestHooks'](_0x30263a),_0x91b622[_0x3d5200(0x232)]&&this[_0x3d5200(0x220)](_0x30263a),(_0x91b622['finished']||_0x91b622[_0x3d5200(0x232)])&&(_0x4a342b[_0x3d5200(0x1f1)]=this[_0x3d5200(0x1dc)](_0x30263a)));this['driver']&&(_0x91b622[_0x3d5200(0x201)]||_0x91b622[_0x3d5200(0x232)])&&(_0x4a342b[_0x4559d9[_0x3d5200(0x1b1)]]=this[_0x3d5200(0x191)](this['driver']));_0x91b622[_0x3d5200(0x22b)]&&_0x91b622[_0x3d5200(0x1cf)]&&_0x30263a[_0x3d5200(0x1f5)]&&(_0x4a342b[_0x4559d9[_0x3d5200(0x17b)]]={'feature':{'name':_0x30263a['parent']['feature'][_0x3d5200(0x166)],'path':_0x4a342b[_0x3d5200(0x224)],'description':_0x30263a[_0x3d5200(0x1b0)][_0x3d5200(0x1c2)]},'scenario':{'name':_0x30263a['title']},'steps':_0x30263a[_0x3d5200(0x1f5)]});const _0x3efc23=_0x4a342b[_0x4559d9[_0x3d5200(0x1a0)]][0x0];_0x3efc23&&(_0x4a342b[_0x4559d9[_0x3d5200(0x176)]]=_0x3efc23[_0x4559d9[_0x3d5200(0x248)]],_0x4a342b[_0x4559d9[_0x3d5200(0x15f)]]=_0x3efc23[_0x4559d9[_0x3d5200(0x1b2)]]);if(_0x30263a['bddSteps'])for(const _0x3fe053 of _0x30263a[_0x3d5200(0x1f5)]){!_0x3fe053[_0x3d5200(0x24b)]&&(_0x3fe053[_0x3d5200(0x24b)]=new Date()[_0x3d5200(0x206)](),_0x4559d9[_0x3d5200(0x214)](_0x3fe053[_0x3d5200(0x17e)],_0x4559d9['DmNey'])&&(_0x3efc23?(_0x3fe053[_0x3d5200(0x17e)]=_0x4559d9[_0x3d5200(0x1e2)],_0x3fe053[_0x3d5200(0x16c)]=_0x3efc23[_0x4559d9['eKuYB']][0x0]):_0x3fe053['result']=_0x4559d9[_0x3d5200(0x256)]));}const _0xaac378={};_0xaac378['event_type']=_0x91b622[_0x3d5200(0x232)]?TEST_EVENTS[_0x3d5200(0x253)]:_0x3cd8ca;const _0x209c3c=_0xaac378;return _0x91b622['hook']?_0x209c3c[_0x4559d9[_0x3d5200(0x1a9)]]=_0x4a342b:_0x209c3c[_0x4559d9[_0x3d5200(0x18e)]]=_0x4a342b,_0x209c3c;}catch(_0xaab052){logger[_0x3d5200(0x243)](_0x3d5200(0x1eb)+_0x3cd8ca+_0x3d5200(0x18d)+_0xaab052);}}async['fireEvent'](_0x33c45f,_0xb8708d){const _0x14d3e3=a4_0x31080c;if(!this[_0x14d3e3(0x1ec)]||!_0xb8708d||!_0x33c45f)return![];try{return await SessionHandler[_0x14d3e3(0x207)](_0xb8708d);}catch(_0x5d294d){logger[_0x14d3e3(0x243)](_0x14d3e3(0x196)+_0x33c45f+_0x14d3e3(0x18d)+_0x5d294d);}}['initializeBddStep'](_0x42ee45){const _0x2defe0=a4_0x31080c,_0x4d3564={};_0x4d3564[_0x2defe0(0x1f9)]=_0x2defe0(0x173);const _0x460593=_0x4d3564;return{'id':_0x42ee45[_0x2defe0(0x1fb)],'text':_0x42ee45['text'],'keyword':_0x42ee45[_0x2defe0(0x198)],'started_at':_0x42ee45[_0x2defe0(0x164)][_0x2defe0(0x206)](),'result':_0x460593[_0x2defe0(0x1f9)]};}[a4_0x31080c(0x170)](_0x1bfed0){const _0xf1c9af=a4_0x31080c,_0x4c6e0a={'faHcy':function(_0xcace5c){return _0xcace5c();}};!this[_0xf1c9af(0x1bf)]['bddSteps']&&(this[_0xf1c9af(0x1bf)][_0xf1c9af(0x1f5)]=[]),!_0x1bfed0[_0xf1c9af(0x1fb)]&&(_0x1bfed0[_0xf1c9af(0x1fb)]=_0x4c6e0a[_0xf1c9af(0x219)](uuidv4),_0x1bfed0[_0xf1c9af(0x164)]=new Date(),this[_0xf1c9af(0x1bf)]['bddSteps']['push'](this[_0xf1c9af(0x24e)](_0x1bfed0)));}[a4_0x31080c(0x237)](_0x488812){const _0x115748=a4_0x31080c,_0x77beb={'yliFF':function(_0x19c900,_0x24f9dd){return _0x19c900(_0x24f9dd);},'QRWxb':'success','HowhA':'pending','OdYIn':_0x115748(0x1f6),'dKuQn':function(_0x2ccda8,_0x2b58a1){return _0x2ccda8-_0x2b58a1;}};let _0x1ae201=this[_0x115748(0x1bf)]['bddSteps'][_0x115748(0x1d8)](_0x29f549=>_0x29f549['id']===_0x488812[_0x115748(0x1fb)]);_0x77beb['yliFF'](isUndefined,_0x1ae201)&&(_0x1ae201=this[_0x115748(0x24e)](_0x488812)),_0x1ae201[_0x115748(0x17e)]=[_0x77beb[_0x115748(0x16d)],_0x77beb[_0x115748(0x231)]][_0x115748(0x172)](_0x488812['status'])?_0x77beb['OdYIn']:_0x488812[_0x115748(0x184)],_0x1ae201[_0x115748(0x24b)]=new Date()[_0x115748(0x206)](),_0x1ae201[_0x115748(0x1fe)]=_0x77beb['dKuQn'](Date['now'](),_0x488812['startedAt']['getTime']()),_0x1ae201[_0x115748(0x16c)]=_0x488812[_0x115748(0x182)]?_0x488812['err'][_0x115748(0x18b)]:null;}}const a4_0x4ef5ad={};function a4_0x5aff(_0x1189b7,_0x101250){const _0x368998=a4_0x3689();return a4_0x5aff=function(_0x5aff44,_0x42269e){_0x5aff44=_0x5aff44-0x15d;let _0x3beff0=_0x368998[_0x5aff44];return _0x3beff0;},a4_0x5aff(_0x1189b7,_0x101250);}a4_0x4ef5ad[a4_0x31080c(0x204)]=O11yHelper,a4_0x4ef5ad['STATE_PASSED']=STATE_PASSED,a4_0x4ef5ad[a4_0x31080c(0x175)]=STATE_FAILED,a4_0x4ef5ad[a4_0x31080c(0x221)]=TEST_EVENTS,module['exports']=a4_0x4ef5ad;
1
+ const a4_0x289d8a=a4_0x1079;(function(_0x5f533a,_0x4a9a21){const _0x298803=a4_0x1079,_0x2b4145=_0x5f533a();while(!![]){try{const _0x565aa0=parseInt(_0x298803(0xd3))/0x1+-parseInt(_0x298803(0x14c))/0x2*(parseInt(_0x298803(0x161))/0x3)+parseInt(_0x298803(0xa0))/0x4+-parseInt(_0x298803(0xb8))/0x5+parseInt(_0x298803(0x11f))/0x6+parseInt(_0x298803(0x14e))/0x7*(-parseInt(_0x298803(0x9c))/0x8)+parseInt(_0x298803(0xe1))/0x9*(parseInt(_0x298803(0x10e))/0xa);if(_0x565aa0===_0x4a9a21)break;else _0x2b4145['push'](_0x2b4145['shift']());}catch(_0x1296db){_0x2b4145['push'](_0x2b4145['shift']());}}}(a4_0x114e,0x444da));const path=require(a4_0x289d8a(0x136)),fs=require('fs'),{v4:uuidv4}=require(a4_0x289d8a(0x131)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require('../../helpers/helper'),testOpsHelper=require(a4_0x289d8a(0x174)),{getTestEnv}=require(a4_0x289d8a(0x16e)),{FRAMEWORKS}=require(a4_0x289d8a(0x117)),logger=require(a4_0x289d8a(0x115))[a4_0x289d8a(0xf3)],SessionHandler=require(a4_0x289d8a(0xc4)),RequestQueueHandler=require(a4_0x289d8a(0x171)),PlaywrightSessionDetails=require(a4_0x289d8a(0xfb)),debug=testOpsHelper[a4_0x289d8a(0xd8)],{processAccessibilityCaps}=require(a4_0x289d8a(0x107)),Constants=require(a4_0x289d8a(0xa9)),{fetchPlatformDetails}=require(a4_0x289d8a(0x109)),{shouldProcessEventForTesthub,appendTesthubParams}=require('../../helpers/testhub/utils.js'),constants=require(a4_0x289d8a(0xa9)),STATE_PASSED=a4_0x289d8a(0x119),STATE_FAILED=a4_0x289d8a(0x13a),a4_0x122952={};a4_0x122952['TEST_RUN_STARTED']=a4_0x289d8a(0xfe),a4_0x122952['TEST_RUN_FINISHED']=a4_0x289d8a(0x186),a4_0x122952[a4_0x289d8a(0x175)]=a4_0x289d8a(0x167),a4_0x122952[a4_0x289d8a(0xf5)]='HookRunStarted',a4_0x122952[a4_0x289d8a(0x121)]=a4_0x289d8a(0x134);function a4_0x1079(_0x9d8a72,_0x5eb4d8){const _0x114e28=a4_0x114e();return a4_0x1079=function(_0x1079bb,_0x32137f){_0x1079bb=_0x1079bb-0x96;let _0x2f4e47=_0x114e28[_0x1079bb];return _0x2f4e47;},a4_0x1079(_0x9d8a72,_0x5eb4d8);}const TEST_EVENTS=a4_0x122952,parseEvent=_0x473c66=>{const _0x2687df=a4_0x289d8a,_0xa69800={};_0xa69800['jVnsc']=function(_0x53889a,_0x4fc3c8){return _0x53889a<_0x4fc3c8;},_0xa69800['igBHk']=function(_0xf342a6,_0x4cd455){return _0xf342a6===_0x4cd455;},_0xa69800[_0x2687df(0x149)]=_0x2687df(0xf1),_0xa69800['CuYvH']=function(_0x157e43,_0x3e7553){return _0x157e43===_0x3e7553;},_0xa69800[_0x2687df(0x10d)]=_0x2687df(0x9a),_0xa69800[_0x2687df(0xff)]=_0x2687df(0x160),_0xa69800[_0x2687df(0xa6)]=_0x2687df(0x10f),_0xa69800[_0x2687df(0xd2)]=_0x2687df(0x9d);const _0x4e206f=_0xa69800,_0x38b94c=_0x473c66[_0x2687df(0x11c)](/^(.*)Run(.*)$/);if(!_0x38b94c)return null;if(_0x4e206f[_0x2687df(0x133)](_0x38b94c[_0x2687df(0x182)],0x3))return null;const _0x7798c7=_0x38b94c[0x1][_0x2687df(0xfa)](),_0x24bca8=_0x38b94c[0x2][_0x2687df(0xfa)]();return{'test':_0x4e206f[_0x2687df(0xd5)](_0x7798c7,_0x4e206f[_0x2687df(0x149)]),'hook':_0x4e206f['CuYvH'](_0x7798c7,_0x4e206f['iXoGH']),'skipped':_0x4e206f[_0x2687df(0x97)](_0x24bca8,_0x4e206f[_0x2687df(0xff)]),'started':_0x4e206f[_0x2687df(0xd5)](_0x24bca8,_0x4e206f['YLWLq']),'finished':_0x4e206f['CuYvH'](_0x24bca8,_0x4e206f[_0x2687df(0xd2)])};},mockPWBrowserType=_0x14f150=>{const _0xb70cb5=a4_0x289d8a,_0x17fdb3={'Iszwu':function(_0x4a1a2e,_0x112d6e){return _0x4a1a2e===_0x112d6e;},'EFifd':_0xb70cb5(0x123),'VTzLe':function(_0x5ac638,_0x1c01be,_0x5ecbf5){return _0x5ac638(_0x1c01be,_0x5ecbf5);},'cYEAd':_0xb70cb5(0xde),'YIkwc':function(_0x3515bd,_0x508245){return _0x3515bd(_0x508245);},'UzaFP':_0xb70cb5(0xdc),'HtjsV':function(_0x206e03,_0x2b6b27){return _0x206e03(_0x2b6b27);},'XRZcM':_0xb70cb5(0x15b),'DSFbv':_0xb70cb5(0xa4),'LKShd':_0xb70cb5(0xcd),'mBinY':function(_0x233f77,_0x443254){return _0x233f77(_0x443254);},'KWYMr':_0xb70cb5(0xce),'mBVlD':_0xb70cb5(0x146),'Pyysv':_0xb70cb5(0x168)},_0x38ab6c=path[_0xb70cb5(0x187)](_0x17fdb3[_0xb70cb5(0x188)],_0x17fdb3[_0xb70cb5(0x189)],_0x17fdb3[_0xb70cb5(0xc1)]),_0x365c9f=_0x17fdb3[_0xb70cb5(0x111)](importFileFromPWCore,_0x38ab6c);if(!_0x365c9f){_0x17fdb3[_0xb70cb5(0x127)](debug,_0x17fdb3['KWYMr']);return;}const _0x15f623=_0x365c9f[_0xb70cb5(0xe5)],_0x15fdae=_0x15f623[_0xb70cb5(0x165)];if(_0x15fdae[_0xb70cb5(0xc3)])return;const _0x2d8ff4=_0x15fdae['connect'];Object[_0xb70cb5(0x143)](_0x15fdae,_0x17fdb3['mBVlD'],{'get':function(){const _0x2f565f=_0xb70cb5,_0xbd52ef={'GPGZz':function(_0x289fcf,_0x7a747b){const _0x2547be=a4_0x1079;return _0x17fdb3[_0x2547be(0x17a)](_0x289fcf,_0x7a747b);},'GAQBl':_0x17fdb3[_0x2f565f(0x10c)],'Mfiml':function(_0x27431c,_0x5e7e74,_0x34090e){const _0x24d517=_0x2f565f;return _0x17fdb3[_0x24d517(0x113)](_0x27431c,_0x5e7e74,_0x34090e);},'JHgQK':_0x17fdb3[_0x2f565f(0x142)],'HilkQ':function(_0x263bb7,_0x4d4026){const _0x426019=_0x2f565f;return _0x17fdb3[_0x426019(0x127)](_0x263bb7,_0x4d4026);},'TQUaj':_0x17fdb3[_0x2f565f(0xed)],'MXgCe':function(_0x46db58,_0x3d6d68,_0x28878d){const _0xadf810=_0x2f565f;return _0x17fdb3[_0xadf810(0x113)](_0x46db58,_0x3d6d68,_0x28878d);},'xoENp':function(_0x2e0743,_0x30a2cc){const _0x498158=_0x2f565f;return _0x17fdb3[_0x498158(0xd7)](_0x2e0743,_0x30a2cc);}};return async function _0x4c41a5(_0x2f8f48,_0x1334c0){const _0x220de7=_0x2f565f,_0x2ee22e={'Ofbzh':function(_0x1173b4,_0x31b5b8){const _0x220c2f=a4_0x1079;return _0xbd52ef[_0x220c2f(0x185)](_0x1173b4,_0x31b5b8);},'oEoZx':_0xbd52ef[_0x220de7(0x144)]},_0x14f8b8=_0xbd52ef['Mfiml'](nestedKeyValue,_0x2f8f48,[_0xbd52ef['JHgQK']])||_0x2f8f48;let _0x2e085e=null,_0x353bdc=null;try{[_0x353bdc,_0x2e085e]=_0x14f8b8?_0xbd52ef[_0x220de7(0xe8)](parseWSEndpoint,_0x14f8b8):[null,null],global[_0x220de7(0x103)]=_0x2e085e,logger[_0x220de7(0xd8)](_0x220de7(0x118)+_0x353bdc),_0x353bdc[_0x220de7(0xdf)](Constants[_0x220de7(0x163)])&&(global[_0x220de7(0x13c)]=_0xbd52ef[_0x220de7(0x16f)]);}catch(_0x567497){logger[_0x220de7(0xd8)](_0x220de7(0x13d)+_0x14f8b8+'\x20'+_0x567497);}_0xbd52ef[_0x220de7(0x102)](processAccessibilityCaps,_0x2e085e,_0x353bdc);if(global['accessibilityPlatform']){const _0x155ea2=await _0x15fdae['connectOverCDP'][_0x220de7(0x184)](this,[''+Constants[_0x220de7(0xc0)]+_0xbd52ef[_0x220de7(0x110)](encodeURIComponent,JSON['stringify'](_0x2e085e))]);return PlaywrightSessionDetails[_0x220de7(0x129)](_0x155ea2,_0x14f150,_0x14f8b8),_0x155ea2;}return _0x2d8ff4[_0x220de7(0x184)](this,arguments)[_0x220de7(0x158)](_0x56c700=>{const _0x2dfe13=_0x220de7;let _0x1d9c12=_0x2f8f48[_0x2dfe13(0xde)];return _0x2ee22e['Ofbzh'](typeof _0x2f8f48,_0x2ee22e[_0x2dfe13(0x126)])&&(_0x1d9c12=_0x2f8f48),PlaywrightSessionDetails['setupBrowserDetails'](_0x56c700,_0x14f150,_0x1d9c12),_0x56c700;});};}});const _0x112ae5=_0x15fdae[_0xb70cb5(0x168)];Object[_0xb70cb5(0x143)](_0x15fdae,_0x17fdb3[_0xb70cb5(0xb9)],{'get':function(){return async function _0x8a404e(){const _0x247deb=a4_0x1079;return _0x112ae5[_0x247deb(0x184)](this,arguments)[_0x247deb(0x158)](_0x53ef39=>{const _0x538b88=_0x247deb;return PlaywrightSessionDetails[_0x538b88(0x129)](_0x53ef39,null),_0x53ef39;});};}});};class O11yHelper{[a4_0x289d8a(0xaa)]=null;['currentHook']=null;[a4_0x289d8a(0x179)]=![];['frameworkName']=![];constructor(_0x9bcc8b,_0x55c630){const _0x1ae236=a4_0x289d8a,_0x3701b0={'hYEIu':_0x1ae236(0x15a),'JdWCz':function(_0x3514db,_0x1d2513){return _0x3514db===_0x1d2513;},'nUccr':'Playwright','WZUuB':function(_0xe80ee,_0x4f6749){return _0xe80ee(_0x4f6749);},'rmbPt':function(_0x5c0c40){return _0x5c0c40();}},_0xf5dff6=_0x3701b0['hYEIu']['split']('|');let _0x1f9364=0x0;while(!![]){switch(_0xf5dff6[_0x1f9364++]){case'0':this['frameworkName']=_0x55c630[_0x1ae236(0xd1)];continue;case'1':this[_0x1ae236(0x139)]&&_0x3701b0[_0x1ae236(0xbc)](this[_0x1ae236(0x139)][_0x1ae236(0x124)][_0x1ae236(0xb4)],_0x3701b0[_0x1ae236(0xab)])&&_0x3701b0['WZUuB'](mockPWBrowserType,null);continue;case'2':this[_0x1ae236(0x10a)]=_0x3701b0[_0x1ae236(0x180)](getTestEnv);continue;case'3':this['enabled']=_0x3701b0['rmbPt'](shouldProcessEventForTesthub);continue;case'4':this[_0x1ae236(0x139)]=_0x9bcc8b;continue;case'5':this[_0x1ae236(0xbe)]=new testOpsHelper['PathHelper']({'cwd':process[_0x1ae236(0xc5)]()},this[_0x1ae236(0x10a)]['location_prefix']);continue;}break;}}[a4_0x289d8a(0x18d)](){const _0x4eee3e=a4_0x289d8a;if(!this[_0x4eee3e(0x179)])return;testOpsHelper[_0x4eee3e(0xdb)](),process[_0x4eee3e(0xf7)](_0x4eee3e(0xad)+process[_0x4eee3e(0x99)]),process['on'](_0x4eee3e(0xad)+process['pid'],this[_0x4eee3e(0xee)][_0x4eee3e(0x151)](this));}async[a4_0x289d8a(0xc8)](){await RequestQueueHandler['getInstance']()['shutdown']();}async[a4_0x289d8a(0xee)](_0x456085){const _0x1f7483=a4_0x289d8a,_0x398548={'WFJLT':_0x1f7483(0x17e),'tXYQc':function(_0x1a848c,_0x2930c4){return _0x1a848c(_0x2930c4);}};try{this[_0x1f7483(0xb7)]&&!this[_0x1f7483(0xb7)][_0x1f7483(0xb1)]&&(_0x456085[_0x1f7483(0x12a)]=this[_0x1f7483(0xb7)][_0x1f7483(0x152)]);!_0x456085[_0x1f7483(0x12a)]&&this[_0x1f7483(0xaa)]&&!this[_0x1f7483(0xaa)][_0x1f7483(0xb1)]&&(_0x456085[_0x1f7483(0xa2)]=this[_0x1f7483(0xaa)][_0x1f7483(0x181)]);if(_0x456085[_0x1f7483(0x12a)]||_0x456085[_0x1f7483(0xa2)]){const _0x4db226={};_0x4db226[_0x1f7483(0x15c)]=_0x398548[_0x1f7483(0xbf)],_0x4db226[_0x1f7483(0x11e)]=[_0x456085],await SessionHandler['uploadEventData'](_0x4db226);}}catch(_0x428c01){_0x398548[_0x1f7483(0xf0)](debug,_0x1f7483(0xbb)+constants[_0x1f7483(0xf2)]+_0x1f7483(0xeb)+_0x428c01);}}async['sendCBTInfo'](_0x5a82b7){const _0x54964b=a4_0x289d8a,_0x5eeb4c={'VUqAP':'CBTSessionCreated','HZXIt':function(_0x2a5ec8,_0x192f5a){return _0x2a5ec8(_0x192f5a);}};if(!this[_0x54964b(0x179)])return;const _0x2672a6=this[_0x54964b(0xba)](this[_0x54964b(0x139)]);try{const _0x580798={};_0x580798[_0x54964b(0x131)]=_0x5a82b7,_0x580798['integrations']=_0x2672a6;const _0x4c9363=_0x580798,_0x4d72cc={};_0x4d72cc[_0x54964b(0x15c)]=_0x5eeb4c[_0x54964b(0x12c)],_0x4d72cc[_0x54964b(0x137)]=_0x4c9363,await SessionHandler[_0x54964b(0x12e)](_0x4d72cc);}catch(_0x43ca09){_0x5eeb4c[_0x54964b(0x108)](debug,_0x54964b(0xae)+constants[_0x54964b(0xf2)]+'\x20with\x20error\x20:\x20'+_0x43ca09);}}[a4_0x289d8a(0xba)](_0x31b323){const _0xd43b45=a4_0x289d8a,_0x286239={'kIBLX':function(_0x3f8d7a,_0x390800){return _0x3f8d7a(_0x390800);}};return _0x286239[_0xd43b45(0x128)](fetchPlatformDetails,_0x31b323);}['resetSkipTestHooks']=_0x26fc7b=>{const _0x26e016=a4_0x289d8a,_0x20a19a={};_0x20a19a[_0x26e016(0x183)]=_0x26e016(0xac),_0x20a19a[_0x26e016(0x16b)]=_0x26e016(0x15f);const _0x20cb6d=_0x20a19a;if(!_0x26fc7b||!_0x26fc7b[_0x26e016(0xd4)])return;[_0x20cb6d[_0x26e016(0x183)],_0x20cb6d[_0x26e016(0x16b)]][_0x26e016(0x16c)](_0x27179b=>{const _0x26bb26=_0x26e016,_0x13ef69=_0x26fc7b[_0x26bb26(0xd4)][_0x27179b];_0x13ef69['forEach'](_0x2b2ec4=>{const _0x691968=_0x26bb26;_0x2b2ec4['hookAnalyticsId']&&(_0x2b2ec4[_0x691968(0x152)]=null);});});};[a4_0x289d8a(0xbd)](_0x52d4b1){const _0x3a3b41=a4_0x289d8a,_0x5585e7={'ryhNQ':'codeceptjs','pujRW':function(_0x533d61){return _0x533d61();},'CVcPh':function(_0x29f542,_0x55c50b){return _0x29f542===_0x55c50b;},'UWcUU':_0x3a3b41(0x15f),'OLoiC':_0x3a3b41(0x100),'VLzGC':_0x3a3b41(0x164),'DwHWk':_0x3a3b41(0xac)};if(!_0x52d4b1||!_0x52d4b1[_0x3a3b41(0xd4)])return;[_0x5585e7[_0x3a3b41(0x17b)],_0x5585e7[_0x3a3b41(0xe3)],_0x5585e7['DwHWk'],_0x5585e7['UWcUU']][_0x3a3b41(0x16c)](_0x374239=>{const _0x27b595=_0x3a3b41,_0xe74c9a=_0x52d4b1[_0x27b595(0xd4)][_0x374239]||[];_0xe74c9a[_0x27b595(0x16c)](_0xc1e103=>{const _0x245275=_0x27b595;if(_0xc1e103[_0x245275(0x140)][_0x245275(0xdf)](_0x5585e7[_0x245275(0x135)]))return;if(!_0xc1e103[_0x245275(0x152)])_0xc1e103[_0x245275(0x152)]=_0x5585e7[_0x245275(0xb6)](uuidv4);else _0xc1e103[_0x245275(0xb1)]&&_0x5585e7[_0x245275(0xc9)](_0x374239,_0x5585e7['UWcUU'])&&(_0xc1e103[_0x245275(0x152)]=_0x5585e7[_0x245275(0xb6)](uuidv4),delete _0xc1e103[_0x245275(0xb1)]);});}),this[_0x3a3b41(0xbd)](_0x52d4b1[_0x3a3b41(0xd4)]);}[a4_0x289d8a(0xd0)](_0xd75f5e){const _0x328669=a4_0x289d8a,_0x4cda71={};_0x4cda71[_0x328669(0xea)]=_0x328669(0x100),_0x4cda71[_0x328669(0x105)]=_0x328669(0x164),_0x4cda71['YAeZJ']=_0x328669(0xac),_0x4cda71[_0x328669(0x13b)]=_0x328669(0x15f);const _0x17c99a=_0x4cda71;if(!_0xd75f5e||!_0xd75f5e[_0x328669(0xd4)])return[];const _0x1505e7=[];return[_0x17c99a[_0x328669(0xea)],_0x17c99a[_0x328669(0x105)],_0x17c99a[_0x328669(0xec)],_0x17c99a['lJlFT']][_0x328669(0x16c)](_0x4ec95a=>{const _0x2d9dab=_0x328669,_0xf2b066=_0xd75f5e[_0x2d9dab(0xd4)][_0x4ec95a]||[];_0xf2b066[_0x2d9dab(0x16c)](_0x5d551a=>{const _0x32c3ce=_0x2d9dab;_0x5d551a['hookAnalyticsId']&&_0x1505e7[_0x32c3ce(0x170)](_0x5d551a[_0x32c3ce(0x152)]);});}),[][_0x328669(0x12d)](_0x1505e7,this[_0x328669(0xd0)](_0xd75f5e['parent']));}[a4_0x289d8a(0x153)](_0x18ecdc){const _0x2411e4=a4_0x289d8a,_0x948ef6=/^"(?<hook>.*)" hook:.*$/,_0x2d0ed0=_0x18ecdc['title'],_0xed2fe4=_0x2d0ed0['match'](_0x948ef6);if(_0xed2fe4&&_0xed2fe4['groups'])return _0xed2fe4['groups'][_0x2411e4(0x9a)]['toUpperCase']()['replace']('\x20','_');return null;}[a4_0x289d8a(0x116)](_0x4c895c){const _0x109345=a4_0x289d8a,_0x14129f={};_0x14129f[_0x109345(0x17c)]=function(_0x32ea5e,_0x16f463){return _0x32ea5e===_0x16f463;},_0x14129f[_0x109345(0x17f)]=function(_0x2e1008,_0xd5d3ef){return _0x2e1008===_0xd5d3ef;},_0x14129f[_0x109345(0xca)]=function(_0x412a77,_0x420774){return _0x412a77===_0x420774;},_0x14129f['jUgva']=_0x109345(0xb0),_0x14129f[_0x109345(0x13f)]='config';const _0xd01cfd=_0x14129f,_0x56fe86=path[_0x109345(0xcf)];if(_0xd01cfd[_0x109345(0x17c)](_0x4c895c,null)||_0xd01cfd[_0x109345(0x17f)](_0x4c895c,'')||_0xd01cfd[_0x109345(0x17c)](_0x4c895c,_0x56fe86)||_0xd01cfd[_0x109345(0xca)](_0x4c895c,path[_0x109345(0x114)](_0x4c895c)))return null;try{return fs['statSync'](path[_0x109345(0x187)](_0x4c895c,_0xd01cfd[_0x109345(0xaf)],_0xd01cfd[_0x109345(0x13f)])),_0x4c895c;}catch(_0xa33234){const _0xf2380=path['dirname'](_0x4c895c);return this[_0x109345(0x116)](_0xf2380);}}[a4_0x289d8a(0x162)](_0x2dddc7){const _0x40129f=a4_0x289d8a,_0xfafffe={};_0xfafffe[_0x40129f(0xe2)]=function(_0xf132a7,_0x3101d7){return _0xf132a7>_0x3101d7;};const _0x4cec6c=_0xfafffe;if(_0x2dddc7['file'])return _0x2dddc7[_0x40129f(0x101)];if(_0x2dddc7[_0x40129f(0x14b)]){const _0x2f775f=_0x2dddc7[_0x40129f(0x14b)][_0x40129f(0xaa)]?this[_0x40129f(0x162)](_0x2dddc7[_0x40129f(0x14b)][_0x40129f(0xaa)]):null;if(_0x2f775f)return _0x2f775f;}if(_0x2dddc7[_0x40129f(0xd4)]){const _0x3e1542=this[_0x40129f(0x162)](_0x2dddc7[_0x40129f(0xd4)])||(_0x2dddc7[_0x40129f(0xd4)]['ctx']&&_0x2dddc7[_0x40129f(0xd4)]['ctx']['currentTest']?this[_0x40129f(0x162)](_0x2dddc7['parent'][_0x40129f(0x14b)][_0x40129f(0xaa)]):null);if(_0x3e1542)return _0x3e1542;_0x2dddc7[_0x40129f(0xd4)][_0x40129f(0x14a)]&&_0x4cec6c[_0x40129f(0xe2)](_0x2dddc7[_0x40129f(0xd4)][_0x40129f(0x14a)][_0x40129f(0x182)],0x0)&&_0x2dddc7[_0x40129f(0xd4)][_0x40129f(0x14a)][_0x40129f(0x16c)](_0x4d9bde=>{const _0x15a353=_0x40129f,_0x58a964=_0x4d9bde['ctx']?this['getRootParentFile'](_0x4d9bde[_0x15a353(0x14b)]):null;if(_0x58a964)return _0x58a964;});}return null;}[a4_0x289d8a(0x155)](_0x283959){const _0x4df728=a4_0x289d8a,_0x37f784={};_0x37f784['ceHms']=function(_0x7f85da,_0x4d95d9){return _0x7f85da!==_0x4d95d9;};const _0x40b201=_0x37f784,_0x45e65a=[];if(_0x283959&&_0x283959[_0x4df728(0xd4)]){let _0x177158=_0x283959[_0x4df728(0xd4)];while(_0x177158&&_0x40b201[_0x4df728(0xd6)](_0x177158[_0x4df728(0x140)],'')){_0x45e65a['push'](_0x177158['title']),_0x177158=_0x177158['parent'];}}return _0x45e65a;}[a4_0x289d8a(0xa7)](_0x1295e8,_0x5bb153,_0x2c2fd7=undefined){const _0x5a1310=a4_0x289d8a,_0x464d8b={'gGeEH':function(_0x327e75,_0x12411d){return _0x327e75(_0x12411d);},'rEoyO':function(_0x1b947e){return _0x1b947e();},'pShfE':function(_0x234871){return _0x234871();},'yqvkZ':function(_0x1101fa){return _0x1101fa();},'Bejwn':_0x5a1310(0x112),'iWmCD':_0x5a1310(0x15e),'WOqzk':function(_0x503cfe,_0xb262b0){return _0x503cfe!==_0xb262b0;},'kAAfG':_0x5a1310(0x98),'RVrEa':'pending','PQyUz':_0x5a1310(0x13a),'wflqs':'passed','WfnRq':'skipped','mZeVk':_0x5a1310(0x130),'tScUg':function(_0x22fde0,_0xf9df64){return _0x22fde0-_0xf9df64;},'jCPTy':function(_0x313e18,_0x55a0cc,_0x3c92ad,_0x1d8fa8,_0x12da59){return _0x313e18(_0x55a0cc,_0x3c92ad,_0x1d8fa8,_0x12da59);},'YcQBS':function(_0x227c1f,_0x572834){return _0x227c1f!==_0x572834;},'NuVoo':_0x5a1310(0x104),'YVQgT':_0x5a1310(0x176),'iKqFS':_0x5a1310(0xb3),'AdOnl':_0x5a1310(0x178),'PDINn':_0x5a1310(0xfd),'vQkmD':'failure_reason_expanded','xAvnj':_0x5a1310(0x14f),'RSgEA':function(_0x50645d,_0x13ee27){return _0x50645d===_0x13ee27;},'RNSKv':_0x5a1310(0x12f),'oAYwv':_0x5a1310(0x137)};if(!this[_0x5a1310(0x179)])return;try{if(_0x5bb153['fn']&&_0x5bb153['fn'][_0x5a1310(0xdd)]()[_0x5a1310(0x11c)](/browserstack internal helper hook/))return;const _0x5dbd09=_0x464d8b[_0x5a1310(0x177)](parseEvent,_0x1295e8);if(!_0x5dbd09)return;if(_0x5dbd09['test']){this[_0x5a1310(0xaa)]=_0x5bb153,this[_0x5a1310(0xb7)]=null;if(_0x5dbd09['started']||_0x5dbd09[_0x5a1310(0x160)]){_0x5bb153[_0x5a1310(0x17d)]=new Date(),_0x5bb153[_0x5a1310(0xb1)]=![];if(!_0x5bb153['testAnalyticsId'])_0x5bb153[_0x5a1310(0x181)]=_0x464d8b['rEoyO'](uuidv4);else _0x5bb153[_0x5a1310(0xb1)]&&(!_0x5bb153[_0x5a1310(0xc7)]&&(_0x5bb153['retryOf']=_0x5bb153[_0x5a1310(0x181)]),_0x5bb153[_0x5a1310(0x181)]=_0x464d8b[_0x5a1310(0x10b)](uuidv4));}}else{if(_0x5dbd09[_0x5a1310(0x9a)]){this['currentHook']=_0x5bb153;if(_0x5dbd09[_0x5a1310(0x10f)]){_0x5bb153[_0x5a1310(0x17d)]=new Date(),_0x5bb153[_0x5a1310(0xb1)]=![];if(!_0x5bb153['hookAnalyticsId'])_0x5bb153[_0x5a1310(0x152)]=_0x464d8b['pShfE'](uuidv4);else _0x5bb153[_0x5a1310(0x152)]&&_0x5bb153[_0x5a1310(0xb1)]&&(_0x5bb153[_0x5a1310(0x152)]=_0x464d8b['yqvkZ'](uuidv4));}}}if(_0x5dbd09[_0x5a1310(0x9d)]&&_0x5bb153['markedStatus'])return;let _0x4a0f23;try{_0x4a0f23=this[_0x5a1310(0x162)](_0x5bb153);}catch(_0x3307d6){logger[_0x5a1310(0xd8)](_0x5a1310(0x132)+_0x3307d6),_0x4a0f23=null;}const _0x31dc9b=_0x464d8b[_0x5a1310(0x177)](require,_0x464d8b['Bejwn']);let _0x477a62=[];_0x2c2fd7&&(_0x477a62=[_0x2c2fd7,_0x464d8b[_0x5a1310(0xc6)]]);const _0x55cc6b=_0x464d8b[_0x5a1310(0x173)](_0x5bb153[_0x5a1310(0x9f)],undefined)?_0x31dc9b['inspect'](_0x5bb153['errorsDetailed'][0x0]):_0x464d8b['WOqzk'](_0x2c2fd7,undefined)?_0x2c2fd7[_0x5a1310(0xdd)]():undefined,_0x5b56f1=_0x4a0f23?this[_0x5a1310(0x116)](_0x4a0f23):null,_0x4edb81=_0x4a0f23?this[_0x5a1310(0xbe)]['prefixTestPath'](this[_0x5a1310(0x162)](_0x5bb153)):_0x464d8b[_0x5a1310(0xe9)];let _0x53caf8=_0x464d8b[_0x5a1310(0xe7)];const _0x30bde5=!_0x5dbd09[_0x5a1310(0x10f)]?new Date()[_0x5a1310(0x11a)]():null;if(_0x5dbd09['finished'])_0x53caf8=_0x2c2fd7?_0x464d8b['PQyUz']:_0x464d8b[_0x5a1310(0x96)],_0x5bb153[_0x5a1310(0xb1)]=!![];else _0x5dbd09['skipped']&&(_0x53caf8=_0x464d8b['WfnRq'],_0x5bb153[_0x5a1310(0xb1)]=!![]);const _0x12d9bf={'framework':this['frameworkName'],'uuid':_0x5bb153[_0x5a1310(0x181)]||_0x5bb153['hookAnalyticsId'],'name':_0x5bb153[_0x5a1310(0x140)],'body':{'lang':_0x464d8b[_0x5a1310(0x150)],'code':_0x5bb153['body'][_0x5a1310(0xdd)]()},'type':_0x5bb153[_0x5a1310(0xf8)],'scope':_0x5bb153['fullTitle'](),'scopes':this[_0x5a1310(0x155)](_0x5bb153),'file_name':_0x4edb81,'vc_filepath':_0x5b56f1?path[_0x5a1310(0x159)](_0x5b56f1,_0x4a0f23):null,'location':_0x4edb81,'result':_0x53caf8,'failure_reason':_0x55cc6b,'duration_in_ms':_0x5bb153[_0x5a1310(0x16d)]||(_0x5dbd09[_0x5a1310(0x9d)]||_0x5dbd09[_0x5a1310(0x160)])?_0x464d8b[_0x5a1310(0x106)](Date[_0x5a1310(0x18b)](),new Date(_0x5bb153[_0x5a1310(0x17d)])['getTime']()):null,'started_at':new Date(_0x5bb153['startedAt'])[_0x5a1310(0x11a)](),'finished_at':_0x30bde5,'failure':testOpsHelper['failureData'][_0x5a1310(0x184)](null,_0x477a62),'failure_type':!_0x55cc6b?null:testOpsHelper['getFailureType'](_0x55cc6b),'retry_of':_0x5bb153[_0x5a1310(0xc7)]||null,'tags':_0x5bb153[_0x5a1310(0xcb)]||[],'customRerunParam':{'rerun_name':_0x5bb153[_0x5a1310(0x18a)]()}};_0x464d8b[_0x5a1310(0x12b)](appendTesthubParams,_0x12d9bf,_0x1295e8,_0x5bb153,FRAMEWORKS[_0x5a1310(0x120)]);if(_0x5dbd09['hook'])[_0x12d9bf[_0x5a1310(0x169)],_0x12d9bf[_0x5a1310(0xb4)]]=[this[_0x5a1310(0x153)](_0x5bb153),_0x5bb153[_0x5a1310(0x14b)][_0x5a1310(0xf1)][_0x5a1310(0x140)]],_0x5dbd09['finished']?_0x464d8b['YcQBS'](_0x12d9bf[_0x5a1310(0x14d)],_0x464d8b[_0x5a1310(0x141)])&&(_0x12d9bf['result']=_0x464d8b[_0x5a1310(0x96)]):_0x12d9bf[_0x5a1310(0x9b)]={};else _0x5dbd09[_0x5a1310(0xf1)]&&(this[_0x5a1310(0xbd)](_0x5bb153),_0x5dbd09[_0x5a1310(0x160)]&&this[_0x5a1310(0xda)](_0x5bb153),(_0x5dbd09[_0x5a1310(0x9d)]||_0x5dbd09['skipped'])&&(_0x12d9bf['hooks']=this['getHooksForTest'](_0x5bb153)));this[_0x5a1310(0x139)]&&(_0x5dbd09['started']||_0x5dbd09[_0x5a1310(0x160)])&&(_0x12d9bf[_0x464d8b[_0x5a1310(0xb5)]]=this[_0x5a1310(0xba)](this[_0x5a1310(0x139)]));_0x5dbd09[_0x5a1310(0xf1)]&&_0x5dbd09[_0x5a1310(0x9d)]&&_0x5bb153[_0x5a1310(0xef)]&&(_0x12d9bf[_0x464d8b[_0x5a1310(0xcc)]]={'feature':{'name':_0x5bb153[_0x5a1310(0xd4)][_0x5a1310(0x147)][_0x5a1310(0xb4)],'path':_0x12d9bf['file_name'],'description':_0x5bb153['parent'][_0x5a1310(0xa1)]},'scenario':{'name':_0x5bb153[_0x5a1310(0x140)]},'steps':_0x5bb153['bddSteps']});const _0x100b88=_0x12d9bf[_0x464d8b[_0x5a1310(0xa5)]][0x0];_0x100b88&&(_0x12d9bf[_0x464d8b[_0x5a1310(0x9e)]]=_0x100b88[_0x464d8b[_0x5a1310(0x18c)]],_0x12d9bf[_0x464d8b['vQkmD']]=_0x100b88[_0x464d8b['xAvnj']]);if(_0x5bb153[_0x5a1310(0xef)])for(const _0x1c9450 of _0x5bb153[_0x5a1310(0xef)]){!_0x1c9450[_0x5a1310(0x11d)]&&(_0x1c9450['finished_at']=new Date()[_0x5a1310(0x11a)](),_0x464d8b[_0x5a1310(0x166)](_0x1c9450[_0x5a1310(0x14d)],_0x464d8b[_0x5a1310(0xe7)])&&(_0x100b88?(_0x1c9450[_0x5a1310(0x14d)]=_0x464d8b[_0x5a1310(0x141)],_0x1c9450[_0x5a1310(0xb3)]=_0x100b88[_0x464d8b[_0x5a1310(0x18c)]][0x0]):_0x1c9450[_0x5a1310(0x14d)]=_0x464d8b[_0x5a1310(0x96)]));}const _0x4f6d7d={};_0x4f6d7d['event_type']=_0x5dbd09[_0x5a1310(0x160)]?TEST_EVENTS['TEST_RUN_FINISHED']:_0x1295e8;const _0x1cc82e=_0x4f6d7d;return _0x5dbd09[_0x5a1310(0x9a)]?_0x1cc82e[_0x464d8b[_0x5a1310(0xc2)]]=_0x12d9bf:_0x1cc82e[_0x464d8b[_0x5a1310(0x148)]]=_0x12d9bf,_0x1cc82e;}catch(_0x5361d3){logger[_0x5a1310(0xd8)](_0x5a1310(0x11b)+_0x1295e8+_0x5a1310(0xeb)+_0x5361d3);}}async[a4_0x289d8a(0xf6)](_0x3097ac,_0x35b95f){const _0x261e80=a4_0x289d8a;if(!this['enabled']||!_0x35b95f||!_0x3097ac)return![];try{return await SessionHandler['uploadEventData'](_0x35b95f);}catch(_0x337f50){logger[_0x261e80(0xd8)](_0x261e80(0xf4)+_0x3097ac+_0x261e80(0xeb)+_0x337f50);}}[a4_0x289d8a(0x16a)](_0x82ba6c){const _0x5f4a83=a4_0x289d8a,_0x4a7851={};_0x4a7851[_0x5f4a83(0x15d)]='pending';const _0x5872ad=_0x4a7851;return{'id':_0x82ba6c[_0x5f4a83(0x156)],'text':_0x82ba6c[_0x5f4a83(0xe0)],'keyword':_0x82ba6c[_0x5f4a83(0x172)],'started_at':_0x82ba6c[_0x5f4a83(0x17d)][_0x5f4a83(0x11a)](),'result':_0x5872ad[_0x5f4a83(0x15d)]};}['bddStepStart'](_0x1965a5){const _0x5ec652=a4_0x289d8a,_0x5cba5c={'SiZZX':function(_0x403cda){return _0x403cda();}};!this[_0x5ec652(0xaa)][_0x5ec652(0xef)]&&(this['currentTest'][_0x5ec652(0xef)]=[]),!_0x1965a5[_0x5ec652(0x156)]&&(_0x1965a5[_0x5ec652(0x156)]=_0x5cba5c[_0x5ec652(0x125)](uuidv4),_0x1965a5[_0x5ec652(0x17d)]=new Date(),this[_0x5ec652(0xaa)][_0x5ec652(0xef)][_0x5ec652(0x170)](this[_0x5ec652(0x16a)](_0x1965a5)));}[a4_0x289d8a(0x13e)](_0xd37768){const _0x15e3c6=a4_0x289d8a,_0x1100f7={'xTddM':function(_0x4a6cb1,_0xe488c5){return _0x4a6cb1(_0xe488c5);},'AJvBT':_0x15e3c6(0x122),'fXDCL':_0x15e3c6(0x138),'SEkOd':_0x15e3c6(0x119),'snWcA':function(_0x3247f6,_0xd4292d){return _0x3247f6-_0xd4292d;}};let _0x3d1b36=this['currentTest'][_0x15e3c6(0xef)][_0x15e3c6(0xa3)](_0x1a9dd6=>_0x1a9dd6['id']===_0xd37768[_0x15e3c6(0x156)]);_0x1100f7[_0x15e3c6(0xf9)](isUndefined,_0x3d1b36)&&(_0x3d1b36=this['initializeBddStep'](_0xd37768)),_0x3d1b36['result']=[_0x1100f7[_0x15e3c6(0xfc)],_0x1100f7[_0x15e3c6(0x145)]][_0x15e3c6(0xdf)](_0xd37768['status'])?_0x1100f7[_0x15e3c6(0xe6)]:_0xd37768[_0x15e3c6(0xe4)],_0x3d1b36[_0x15e3c6(0x11d)]=new Date()['toISOString'](),_0x3d1b36[_0x15e3c6(0x16d)]=_0x1100f7['snWcA'](Date[_0x15e3c6(0x18b)](),_0xd37768[_0x15e3c6(0x17d)][_0x15e3c6(0xa8)]()),_0x3d1b36[_0x15e3c6(0xb3)]=_0xd37768['err']?_0xd37768[_0x15e3c6(0x15e)][_0x15e3c6(0xd9)]:null;}}function a4_0x114e(){const _0x4ae2ec=['type','xTddM','toLowerCase','../playwright/sessionDetails','AJvBT','backtrace','TestRunStarted','RSVRF','_beforeAll','file','MXgCe','__platformCaps','integrations','fTHeu','tScUg','../playwright/accessibility-helper','HZXIt','./helper.js','_testEnv','rEoyO','EFifd','iXoGH','837950jpPhPe','started','xoENp','mBinY','util','VTzLe','dirname','../../helpers/logger','findGitConfig','../../helpers/test-observability/constants','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','passed','toISOString','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','match','finished_at','logs','967788eKdKjB','CODECEPT','HOOK_RUN_FINISHED','success','string','constructor','SiZZX','oEoZx','YIkwc','kIBLX','setupBrowserDetails','hook_run_uuid','jCPTy','VUqAP','concat','uploadEventData','hook_run','javascript','uuid','failed\x20to\x20get\x20root\x20parent\x20file\x20','jVnsc','HookRunFinished','ryhNQ','path','test_run','pending','driver','failed','lJlFT','__cloud_provider___','Failed\x20to\x20parse\x20wsendpoint\x20','bddStepFinish','aImlh','title','PQyUz','cYEAd','defineProperty','GAQBl','fXDCL','connect','feature','oAYwv','vDzdg','suites','ctx','13822TIWlun','result','21ojXRcI','expanded','mZeVk','bind','hookAnalyticsId','getHookType','exports','getHierarchy','stepAnalyticsId','TEST_EVENTS','then','relative','3|0|4|2|5|1','lib','event_type','gxzSh','err','_afterEach','skipped','36UIQYJM','getRootParentFile','BROWSERSTACK','_afterAll','prototype','RSgEA','TestRunSkipped','launch','hook_type','initializeBddStep','BIbAU','forEach','duration','../mocha/test-observability/mochaUtils','TQUaj','push','../../helpers/test-observability/requestQueueHandler','keyword','WOqzk','../../helpers/test-observability/utils','TEST_RUN_SKIPPED','meta','gGeEH','failure_backtrace','enabled','Iszwu','OLoiC','aYhCl','startedAt','LogCreated','QnxRy','rmbPt','testAnalyticsId','length','FCbXq','apply','GPGZz','TestRunFinished','join','XRZcM','DSFbv','fullTitle','now','PDINn','start','wflqs','CuYvH','File\x20path\x20could\x20not\x20be\x20found','pid','hook','body','1060104ehYogr','finished','AdOnl','errorsDetailed','207532kUtrfw','comment','test_run_uuid','find','client','iKqFS','YLWLq','captureEvent','getTime','../utils/constants','currentTest','nUccr','_beforeEach','bs:addLog:','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','jUgva','.git','markedStatus','STATE_FAILED','failure','name','NuVoo','pujRW','currentHook','471165bWKBoo','Pyysv','getCBTInfo','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','JdWCz','mapTestHooks','_paths','WFJLT','PLAYWRIGHT_HUB_URL','LKShd','RNSKv','obsBrowserTypeMockApplied','../../helpers/test-observability/sessionHandler','cwd','iWmCD','retryOf','stop','CVcPh','IBamI','tags','YVQgT','browserType.js','Not\x20able\x20to\x20import\x20Browser','sep','getHooksForTest','frameworkName','WEZou','473703EYnyJg','parent','igBHk','ceHms','HtjsV','debug','message','resetSkipTestHooks','patchConsoleLogger','browserstack','toString','wsEndpoint','includes','text','18zGuoJR','RctHv','VLzGC','status','BrowserType','SEkOd','RVrEa','HilkQ','kAAfG','cNujj','\x20with\x20error\x20:\x20','YAeZJ','UzaFP','appendTestItemLog','bddSteps','tXYQc','test','TEST_REPORTING_ANALYTICS','winstonLogger','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','HOOK_RUN_STARTED','fireEvent','removeAllListeners'];a4_0x114e=function(){return _0x4ae2ec;};return a4_0x114e();}const a4_0x30c1b8={};a4_0x30c1b8['O11yHelper']=O11yHelper,a4_0x30c1b8['STATE_PASSED']=STATE_PASSED,a4_0x30c1b8[a4_0x289d8a(0xb2)]=STATE_FAILED,a4_0x30c1b8[a4_0x289d8a(0x157)]=TEST_EVENTS,module[a4_0x289d8a(0x154)]=a4_0x30c1b8;