browserstack-node-sdk 1.50.1 → 1.50.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (186) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/nightwatch/command.js +1 -1
  79. package/src/bin/playwright/accessibility-helper.js +1 -1
  80. package/src/bin/playwright/command.js +1 -1
  81. package/src/bin/playwright/globalSetup.js +1 -1
  82. package/src/bin/playwright/mock-process.js +1 -1
  83. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  84. package/src/bin/playwright/patches.js +1 -1
  85. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  86. package/src/bin/playwright/reporter/reporter.js +1 -1
  87. package/src/bin/playwright/reporter/test-details.js +1 -1
  88. package/src/bin/playwright/sessionDetails.js +1 -1
  89. package/src/bin/runner.js +1 -1
  90. package/src/bin/setup.js +1 -1
  91. package/src/bin/test-runner/index.js +1 -1
  92. package/src/bin/test-runner/runTest.js +1 -1
  93. package/src/bin/test-runner/testWorker.js +1 -1
  94. package/src/bin/utils/apiUtilityMethods.js +1 -1
  95. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  96. package/src/bin/utils/constants.js +1 -1
  97. package/src/bin/utils/log4jsAppender.js +1 -1
  98. package/src/bin/utils/logPatcher.js +1 -1
  99. package/src/bin/utils/logReportingAPI.js +1 -1
  100. package/src/bin/utils/playwright-patcher.js +1 -1
  101. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  102. package/src/bin/utils/sharedUtils.js +1 -1
  103. package/src/bin/v2/TestInfo.js +1 -1
  104. package/src/bin/v2/browserstackCLI.js +1 -1
  105. package/src/bin/v2/cliUtils.js +1 -1
  106. package/src/bin/v2/customTagManager.js +1 -1
  107. package/src/bin/v2/eventDispatcher.js +1 -1
  108. package/src/bin/v2/framework/automationFramework.js +1 -1
  109. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  110. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  111. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  112. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  113. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  114. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  115. package/src/bin/v2/framework/testFramework.js +1 -1
  116. package/src/bin/v2/grpcClient.js +1 -1
  117. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  118. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  119. package/src/bin/v2/instances/trackedContext.js +1 -1
  120. package/src/bin/v2/instances/trackedInstance.js +1 -1
  121. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  122. package/src/bin/v2/modules/baseModule.js +1 -1
  123. package/src/bin/v2/modules/loadTestModule.js +1 -1
  124. package/src/bin/v2/modules/observabilityModule.js +1 -1
  125. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  126. package/src/bin/v2/modules/testhubModule.js +1 -1
  127. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  128. package/src/bin/v2/state/hookState.js +1 -1
  129. package/src/bin/v2/state/testFrameworkState.js +1 -1
  130. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  131. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  132. package/src/bin/v2/utils/jest-utils.js +1 -1
  133. package/src/bin/vanilla-js/command.js +1 -1
  134. package/src/browserStackSdk.js +1 -1
  135. package/src/helpers/BrowserStackSetup.js +1 -1
  136. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  137. package/src/helpers/accessibility-automation/constants.js +1 -1
  138. package/src/helpers/accessibility-automation/helper.js +1 -1
  139. package/src/helpers/accessibility-automation/scripts.js +1 -1
  140. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  141. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  142. package/src/helpers/ats/constants.js +1 -1
  143. package/src/helpers/ats/helper.js +1 -1
  144. package/src/helpers/capsMapping.js +1 -1
  145. package/src/helpers/central-scanner/constants.js +1 -1
  146. package/src/helpers/central-scanner/helpers.js +1 -1
  147. package/src/helpers/classLogger.js +1 -1
  148. package/src/helpers/globals.js +1 -1
  149. package/src/helpers/helper.js +1 -1
  150. package/src/helpers/logger.js +1 -1
  151. package/src/helpers/metadata.js +1 -1
  152. package/src/helpers/patchHelper.js +1 -1
  153. package/src/helpers/patchHelpers.js +1 -1
  154. package/src/helpers/percy/Percy.js +1 -1
  155. package/src/helpers/percy/PercyBinary.js +1 -1
  156. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  157. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  158. package/src/helpers/percy/PercySDK.js +1 -1
  159. package/src/helpers/percy/index.js +1 -1
  160. package/src/helpers/percy/utils.js +1 -1
  161. package/src/helpers/performance/constants.js +1 -1
  162. package/src/helpers/performance/performance-tester.js +1 -1
  163. package/src/helpers/playwright-helper.js +1 -1
  164. package/src/helpers/processHelper.js +1 -1
  165. package/src/helpers/request-spy.js +1 -1
  166. package/src/helpers/setKeepAlive.js +1 -1
  167. package/src/helpers/test-observability/constants.js +1 -1
  168. package/src/helpers/test-observability/error-handler.js +1 -1
  169. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  170. package/src/helpers/test-observability/sessionHandler.js +1 -1
  171. package/src/helpers/test-observability/utils.js +1 -1
  172. package/src/helpers/test-orchestration/constants.js +1 -1
  173. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  174. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  175. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  176. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  177. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  178. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  179. package/src/helpers/testhub/constants.js +1 -1
  180. package/src/helpers/testhub/testhubHandler.js +1 -1
  181. package/src/helpers/testhub/utils.js +1 -1
  182. package/src/helpers/timeoutPromise.js +1 -1
  183. package/src/helpers/utilities.js +1 -1
  184. package/src/helpers/w3cMapping.js +1 -1
  185. package/src/hubAllocationMethods.js +1 -1
  186. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a1_0x4e3c(_0x597778,_0x13024a){const _0x5421d0=a1_0x5421();return a1_0x4e3c=function(_0x4e3ceb,_0x323b71){_0x4e3ceb=_0x4e3ceb-0x188;let _0x9d2022=_0x5421d0[_0x4e3ceb];return _0x9d2022;},a1_0x4e3c(_0x597778,_0x13024a);}const a1_0x242736=a1_0x4e3c;(function(_0x53d11e,_0x124086){const _0x4cd97c=a1_0x4e3c,_0x11143e=_0x53d11e();while(!![]){try{const _0x24a168=-parseInt(_0x4cd97c(0x1e1))/0x1+-parseInt(_0x4cd97c(0x207))/0x2*(parseInt(_0x4cd97c(0x1c6))/0x3)+-parseInt(_0x4cd97c(0x208))/0x4+-parseInt(_0x4cd97c(0x218))/0x5+-parseInt(_0x4cd97c(0x230))/0x6*(-parseInt(_0x4cd97c(0x21c))/0x7)+parseInt(_0x4cd97c(0x261))/0x8+-parseInt(_0x4cd97c(0x1ef))/0x9;if(_0x24a168===_0x124086)break;else _0x11143e['push'](_0x11143e['shift']());}catch(_0x34fedd){_0x11143e['push'](_0x11143e['shift']());}}}(a1_0x5421,0xa2c43));const fs=require('fs'),util=require(a1_0x242736(0x21f)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x242736(0x190)),logger=require('../../helpers/logger')['winstonLogger'],testOpsHelper=require(a1_0x242736(0x202)),requestSpy=require('../../helpers/request-spy'),PlaywrightSessionDetails=require(a1_0x242736(0x227)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x242736(0x1c2)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x242736(0x265)),AccessibilityHelper=require(a1_0x242736(0x203)),scripts=require(a1_0x242736(0x1b8)),PerformanceTester=require(a1_0x242736(0x1a8)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x242736(0x19a)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x242736(0x272)),testHubConstants=require('../../helpers/testhub/constants.js'),globals=require(a1_0x242736(0x250)),CodeceptJS=requireModule(a1_0x242736(0x225),'codeceptjs'),CodeceptUtils=requireModule(a1_0x242736(0x201),a1_0x242736(0x22b)),CodeceptWebDriver=requireModule(a1_0x242736(0x1d6),a1_0x242736(0x22b)),CodeceptRecorder=requireModule(a1_0x242736(0x1db),a1_0x242736(0x22b)),CodeceptPlaywright=requireModule(a1_0x242736(0x1f7),a1_0x242736(0x22b)),playwrightMarkSessionStatus=(_0x5928d5,_0x314f38,_0x3feb0e)=>{const _0x5ed00=a1_0x242736,_0x240fd8={'OgVKO':_0x5ed00(0x1b3),'HEYji':function(_0x214ef6,_0x265423){return _0x214ef6(_0x265423);}},_0x201d2a={};_0x201d2a[_0x5ed00(0x255)]=_0x314f38;const _0x88268b={};_0x88268b[_0x5ed00(0x21e)]=_0x240fd8['OgVKO'],_0x88268b[_0x5ed00(0x18a)]=_0x201d2a;const _0x2f8393=_0x88268b;return!_0x240fd8[_0x5ed00(0x1ba)](isUndefined,_0x3feb0e)&&(_0x2f8393[_0x5ed00(0x18a)][_0x5ed00(0x200)]=JSON[_0x5ed00(0x23d)](_0x3feb0e)),_0x5928d5[_0x5ed00(0x1b0)](()=>{},_0x5ed00(0x20e)+JSON['stringify'](_0x2f8393));},o11ySync=PerformanceTester[a1_0x242736(0x204)](PerformanceO11yEvents[a1_0x242736(0x1e6)],async _0x5e7304=>{const _0x2502ee=a1_0x242736,_0x1acb66={};_0x1acb66[_0x2502ee(0x1df)]=function(_0x4884ce,_0x4639a1){return _0x4884ce===_0x4639a1;},_0x1acb66['RiroN']=_0x2502ee(0x233);const _0x3957c2=_0x1acb66;_0x3957c2[_0x2502ee(0x1df)](_0x5e7304[_0x2502ee(0x1ff)][_0x2502ee(0x215)],_0x3957c2['RiroN'])?await _0x5e7304[_0x2502ee(0x1b0)](_0x3177ca=>{},testOpsHelper[_0x2502ee(0x259)]()):await _0x5e7304[_0x2502ee(0x1b0)](testOpsHelper[_0x2502ee(0x259)]());}),markSessionName=PerformanceTester[a1_0x242736(0x204)](PerformanceAutEvents[a1_0x242736(0x1eb)],async(_0x46657b,_0x17440b)=>{const _0x193ec6=a1_0x242736,_0x54b46d={};_0x54b46d[_0x193ec6(0x193)]=_0x193ec6(0x1a6),_0x54b46d[_0x193ec6(0x1b4)]=function(_0x5b5973,_0x392479){return _0x5b5973===_0x392479;},_0x54b46d[_0x193ec6(0x262)]=_0x193ec6(0x233);const _0xde233b=_0x54b46d,_0x3c48fb={};_0x3c48fb[_0x193ec6(0x215)]=_0x17440b;const _0x345cff={};_0x345cff[_0x193ec6(0x21e)]=_0xde233b['Nttwx'],_0x345cff['arguments']=_0x3c48fb;const _0x521ac6=_0x345cff;_0xde233b[_0x193ec6(0x1b4)](_0x46657b['constructor']['name'],_0xde233b[_0x193ec6(0x262)])?await _0x46657b[_0x193ec6(0x1b0)](()=>{},_0x193ec6(0x20e)+JSON[_0x193ec6(0x23d)](_0x521ac6)):await _0x46657b[_0x193ec6(0x1b0)]('browserstack_executor:\x20'+JSON['stringify'](_0x521ac6));}),patchSaveScreenshot=_0x171f67=>{const _0x492f45=a1_0x242736,_0x2a6838={'OhjGB':_0x492f45(0x25d),'kyTgn':_0x492f45(0x199),'sXwaU':function(_0x59e6cb){return _0x59e6cb();},'UkPdB':function(_0x24dc1f,_0x3a1974){return _0x24dc1f(_0x3a1974);},'yuUZJ':_0x492f45(0x1ca),'NeuOy':function(_0x23cd36,_0x378fcc){return _0x23cd36(_0x378fcc);}};_0x2a6838[_0x492f45(0x289)](isTrue,process[_0x492f45(0x1fc)]['BS_TESTOPS_ALLOW_SCREENSHOTS'])&&!_0x171f67[_0x492f45(0x210)]&&(_0x171f67[_0x492f45(0x210)]=!![],_0x171f67[_0x492f45(0x1e9)]=_0x171f67['saveScreenshot'],_0x171f67[_0x492f45(0x26f)]=(_0x566d1a,_0x14db7f=![])=>{const _0x2ab925=_0x492f45,_0x173048={'cUlYv':_0x2a6838[_0x2ab925(0x1d0)],'aSUWz':_0x2a6838[_0x2ab925(0x1d9)],'ixGsm':function(_0x5c363f){const _0x21c5c9=_0x2ab925;return _0x2a6838[_0x21c5c9(0x27d)](_0x5c363f);},'QJiBQ':function(_0x4536d3,_0x5bf6e7){return _0x2a6838['UkPdB'](_0x4536d3,_0x5bf6e7);},'jYETF':_0x2a6838[_0x2ab925(0x25a)]};return new Promise(function(_0x273a46,_0x49b4af){const _0x10afa5=_0x2ab925,_0xae64f0={'uJswt':_0x173048[_0x10afa5(0x284)],'AewVx':_0x173048[_0x10afa5(0x23e)],'mukWQ':function(_0x56f730){return _0x173048['ixGsm'](_0x56f730);},'XQVMg':function(_0x142876,_0x2174c6){const _0x19a541=_0x10afa5;return _0x173048[_0x19a541(0x248)](_0x142876,_0x2174c6);},'GYhjL':_0x173048[_0x10afa5(0x20b)]};_0x171f67[_0x10afa5(0x1e9)](_0x566d1a,_0x14db7f)[_0x10afa5(0x1ea)](()=>{const _0x43733c=_0x10afa5,_0x2f7849=CodeceptUtils[_0x43733c(0x25f)](_0x566d1a);if(_0x2f7849){const _0x2b98c5=fs['readFileSync'](_0x2f7849);process[_0x43733c(0x20a)](_0x43733c(0x223)+process[_0x43733c(0x258)],{'timestamp':new Date()[_0x43733c(0x1aa)](),'message':_0x2b98c5[_0x43733c(0x221)](_0xae64f0[_0x43733c(0x252)]),'kind':_0xae64f0['AewVx']}),_0xae64f0[_0x43733c(0x1cd)](_0x273a46);}_0xae64f0[_0x43733c(0x22e)](_0x49b4af,new Error(_0xae64f0[_0x43733c(0x1bb)]));})[_0x10afa5(0x23c)](()=>null);});});},patchWebDriverBefore=_0x369445=>{const _0x42dee3=a1_0x242736,_0x48fd9b={'vPrxY':function(_0x52c47d){return _0x52c47d();},'LGRyx':function(_0xf382fa,_0x146a8c){return _0xf382fa(_0x146a8c);},'LJtDM':function(_0x38145c,_0x3c5460){return _0x38145c===_0x3c5460;},'DVVXS':'webdriverio','foyrN':function(_0x1212a9,_0x5a02cf){return _0x1212a9===_0x5a02cf;},'YKKbw':_0x42dee3(0x20f),'RNDYD':'Element'},_0x2a0050=async function(_0x5e7bcc,_0x5604d7){const _0x242a1a=_0x42dee3;_0x48fd9b[_0x242a1a(0x194)](isAccessibilityAutomationSession)&&!global[_0x242a1a(0x26a)]&&global[_0x242a1a(0x1ab)]&&scripts['shouldWrapCommand'](_0x5e7bcc[_0x242a1a(0x215)])&&_0x48fd9b[_0x242a1a(0x1e5)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x242a1a(0x26a)]=!![],await PerformanceTester[_0x242a1a(0x204)](PerformanceA11yEvents[_0x242a1a(0x206)],async()=>{const _0x28eca9=_0x242a1a;logger[_0x28eca9(0x1f5)](_0x28eca9(0x1ac)+_0x5e7bcc['class']+'\x20'+_0x5e7bcc[_0x28eca9(0x215)]),await AccessibilityHelper['browserStackExecuteDriver'](_0x369445,scripts[_0x28eca9(0x21d)]);},{'command':_0x5e7bcc[_0x242a1a(0x215)]})());global[_0x242a1a(0x26a)]=![];const _0x59db92=JSON[_0x242a1a(0x1cf)](process['env'][_0x242a1a(0x1c8)]||'{}');if(_0x48fd9b[_0x242a1a(0x1bc)](_0x59db92?.['testFramework']?.[_0x242a1a(0x215)],_0x48fd9b[_0x242a1a(0x25b)])&&_0x48fd9b[_0x242a1a(0x216)](typeof _0x59db92?.[_0x242a1a(0x24f)]?.[_0x242a1a(0x1c9)],_0x48fd9b['YKKbw'])&&_0x59db92?.[_0x242a1a(0x24f)]?.[_0x242a1a(0x1c9)][_0x242a1a(0x24e)]('7'))return _0x5604d7[_0x242a1a(0x196)](null,Array['prototype']['slice'][_0x242a1a(0x217)](arguments,0x2));return _0x5604d7['apply'](this,Array[_0x242a1a(0x209)]['slice'][_0x242a1a(0x217)](arguments,0x2));},_0x53b89d=CodeceptWebDriver[_0x42dee3(0x209)][_0x42dee3(0x189)];CodeceptWebDriver[_0x42dee3(0x209)][_0x42dee3(0x189)]=async function(){const _0x3b9659=_0x42dee3,_0x1f3280={'WEciI':function(_0x325eed,_0x16ae13){return _0x48fd9b['foyrN'](_0x325eed,_0x16ae13);},'JbjwC':_0x48fd9b[_0x3b9659(0x27e)]};try{await _0x53b89d['apply'](this,arguments);}catch(_0x178645){logger[_0x3b9659(0x1f5)](_0x3b9659(0x18c)+util[_0x3b9659(0x237)](_0x178645));}scripts[_0x3b9659(0x1f2)][_0x3b9659(0x245)](_0x385feb=>_0x385feb[_0x3b9659(0x215)]&&_0x385feb[_0x3b9659(0x1b9)])['forEach'](_0x5db74b=>{const _0x5ea781=_0x3b9659;this[_0x5ea781(0x205)][_0x5ea781(0x19d)](_0x5db74b[_0x5ea781(0x215)],_0x2a0050[_0x5ea781(0x19e)](this,_0x5db74b),_0x1f3280[_0x5ea781(0x1b5)](_0x5db74b['class'],_0x1f3280[_0x5ea781(0x213)]));}),_0x48fd9b[_0x3b9659(0x1e5)](processWebDriverConfig,_0x369445);};};function a1_0x5421(){const _0x47f469=['saveTestResults','thTestRunUuid','../../helpers/accessibility-automation/scripts','class','HEYji','GYhjL','LJtDM','PakvX','step','find','HOOK_RUN_STARTED','message','./o11yHelper','HOOK_RUN_FINISHED','helpers','a11y_core_config','9VwtUxy','from','FRAMEWORK_DETAILS','version','Screenshot\x20path\x20not\x20found','domForge','started','mukWQ','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','parse','OhjGB','Trrmv','SDK_PRE_TEST','bddStepFinish','TCMBs','wGNRV','codeceptjs/lib/helper/WebDriver.js','hook-passed','failed','kyTgn','lziET','codeceptjs/lib/recorder.js','afterTest','all','NnnhD','DSfiw','command','654311aWkmxx','SDK_PRE_INITIALIZE','pages','test','LGRyx','SYNC','skipSessionStatus','contexts','initSaveScreenshot','then','SESSION_NAME','TEST_RUN_SKIPPED','includes','container','190278NSWHrX','pZVje','info','commandsToWrap','eiPDs','exports','debug','hook','codeceptjs/lib/helper/Playwright.js','GET_RESULTS','devtools://','BS_A11Y_JWT','hookType','env','hook-failed','__skipSessionStatus','constructor','reason','codeceptjs/lib/utils.js','../../helpers/test-observability/utils','../../bin/playwright/accessibility-helper','measureWrapper','browser','PERFORM_SCAN','348534FNfwUg','218116jrlheO','prototype','emit','jYETF','BROWSERSTACK_TESTHUB_JWT','currentTest','browserstack_executor:\x20','string','patchSaveScreenshot','chromium','fSIZT','JbjwC','captureError','name','foyrN','call','1584200RcdjQN','fVvOf','testAnalyticsId','title','36995lRFSTo','performScan','action','util','BROWSERSTACK_TESTHUB_UUID','toString','RsvID','bs:addLog:','OkAkt','codeceptjs/lib/index.js','TEST_RUN_FINISHED','../../bin/playwright/sessionDetails','browserstackTestName','fireEvent','thBuildUuid','codeceptjs','browserStackExecuteDriver','SDK_POST_INITIALIZE','XQVMg','goRVV','1476knonmB','config','addRequestSpy','Playwright','mZWRw','push','TWLxm','format','TJxhC','TestCafe','XJgUs','MMrdZ','catch','stringify','aSUWz','browserContext','test-before','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','hook-started','stack','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','filter','FXzfD','\x0aStack:\x20','QJiBQ','ASXCr','dispatcher','before','tSBKd','test-failed','startsWith','testFramework','../../helpers/globals.js','bddStep-before','uJswt','wHDED','bddStep','status','SDK_HOOK','isArray','pid','getSyncScript','yuUZJ','DVVXS','warn','base64','TEST_RUN_STARTED','screenshotOutputFolder','INFO','7489632fdsXPU','tDQJp','Zcgyo','TEST_LOG','../../helpers/accessibility-automation/helper','enabled','mwBsl','uFbWt','add','bstackAllyScanning','__workerDetails','inxqV','captureEvent','step-comment','saveScreenshot','setGlobal','McPDw','./helper.js','test-passed','bddStep-after','YPVvt','SDK_POST_TEST','SDK_TEST','vjiil','UhwzL','getResults','event','patch','sXwaU','RNDYD','stopMonitoring','titlePath','QisRM','test-after','Xwazc','cUlYv','tHcIV','end','after','WGiun','NeuOy','HiMlg','EHkbs','_before','arguments','eApNr','Failed\x20to\x20execute\x20_before:\x20','XqtWd','psfpi','AgFZI','../../helpers/helper','start','url','Nttwx','vPrxY','test-skipped','apply','startMonitoring','SESSION_STATUS','TEST_SCREENSHOT','../../helpers/performance/constants','getAccessibilityResultsSummary','BqFND','overwriteCommand','bind','passed','args','SAVE_RESULTS','IHfpf','BZImR','getAccessibilityResults','test-started','setSessionName','VEMHj','../../helpers/performance/performance-tester','ZShuu','toISOString','accessibilityPlatform','Performing\x20scan\x20for\x20','stop','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','ENV_VAR','executeScript','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','ctx','setSessionStatus','wKBdD','WEciI'];a1_0x5421=function(){return _0x47f469;};return a1_0x5421();}function parseJwt(_0x2fd2a4){const _0x298f93=a1_0x242736,_0x5aa154={};_0x5aa154[_0x298f93(0x281)]=_0x298f93(0x25d);const _0x4b2974=_0x5aa154;if(!_0x2fd2a4)return null;return JSON[_0x298f93(0x1cf)](Buffer[_0x298f93(0x1c7)](_0x2fd2a4['split']('.')[0x1],_0x4b2974[_0x298f93(0x281)])[_0x298f93(0x221)]());}const patchPlaywrightBefore=()=>{const _0x33175c=a1_0x242736,_0x2c0885={'WGiun':function(_0x4bf6dc){return _0x4bf6dc();},'XqtWd':_0x33175c(0x1f9),'OkAkt':'--auto-open-devtools-for-tabs','YPVvt':function(_0x555dc2,_0x427cdb){return _0x555dc2(_0x427cdb);},'eiPDs':function(_0x479474){return _0x479474();},'NnnhD':function(_0x197178,_0x254b10){return _0x197178+_0x254b10;},'TWLxm':_0x33175c(0x247),'RsvID':function(_0x264c8e){return _0x264c8e();},'Trrmv':function(_0x40b24b){return _0x40b24b();},'fikeu':function(_0x53fe30){return _0x53fe30();}};PlaywrightSessionDetails[_0x33175c(0x27c)]();const _0x63bebe=CodeceptPlaywright[_0x33175c(0x209)][_0x33175c(0x189)];CodeceptPlaywright[_0x33175c(0x209)]['_before']=async function(){const _0x5121dc=_0x33175c;this[_0x5121dc(0x23f)]=await this['browser'][_0x5121dc(0x1e8)]()[0x0];const _0x23cb5d=async()=>{const _0xf2aa0f=_0x5121dc,_0x2f71c7={'VEMHj':function(_0xc205b0){return _0x2c0885['WGiun'](_0xc205b0);},'fVvOf':_0x2c0885[_0xf2aa0f(0x18d)]},_0x4f37bb=this[_0xf2aa0f(0x231)]&&this['config'][_0xf2aa0f(0x211)]&&this[_0xf2aa0f(0x231)][_0xf2aa0f(0x211)][_0xf2aa0f(0x1a0)]&&Array[_0xf2aa0f(0x257)](this[_0xf2aa0f(0x231)][_0xf2aa0f(0x211)][_0xf2aa0f(0x1a0)])&&this[_0xf2aa0f(0x231)][_0xf2aa0f(0x211)][_0xf2aa0f(0x1a0)][_0xf2aa0f(0x1ed)](_0x2c0885[_0xf2aa0f(0x224)]);if(_0x2c0885[_0xf2aa0f(0x288)](isAccessibilityAutomationSession)&&!_0x4f37bb)try{const _0x3c8383=_0x2c0885[_0xf2aa0f(0x275)](parseJwt,process[_0xf2aa0f(0x1fc)][_0xf2aa0f(0x1fa)]);if(_0x3c8383&&_0x3c8383[_0xf2aa0f(0x1c5)]&&_0x3c8383[_0xf2aa0f(0x1c5)][_0xf2aa0f(0x1cb)]){const _0x3e6325=this[_0xf2aa0f(0x23f)][_0xf2aa0f(0x1e3)][_0xf2aa0f(0x19e)](this['browserContext']);this[_0xf2aa0f(0x23f)][_0xf2aa0f(0x1e3)]=async function(){const _0x18c520=_0xf2aa0f,_0x58ac51=await _0x2f71c7[_0x18c520(0x1a7)](_0x3e6325),_0xe1ba02=[];for(const _0x22d088 of _0x58ac51){try{const _0x52947b=await _0x22d088['url']();!_0x52947b['startsWith'](_0x2f71c7[_0x18c520(0x219)])&&_0xe1ba02[_0x18c520(0x235)](_0x22d088);}catch(_0x5c5219){_0xe1ba02[_0x18c520(0x235)](_0x22d088);}}return _0xe1ba02;};}if(!_0x2c0885[_0xf2aa0f(0x1f3)](isBrowserstackInfra)){const _0x4fb482=await this['page'][_0xf2aa0f(0x192)]();if(_0x4fb482[_0xf2aa0f(0x24e)](_0x2c0885[_0xf2aa0f(0x18d)])){const _0xf919db=await this[_0xf2aa0f(0x23f)][_0xf2aa0f(0x1e3)]();this['_setPage'](_0xf919db[0x0]);}}}catch(_0xff33fe){logger[_0xf2aa0f(0x1f5)](_0xf2aa0f(0x241)+_0xff33fe[_0xf2aa0f(0x1c1)]+(_0xff33fe[_0xf2aa0f(0x243)]?_0x2c0885[_0xf2aa0f(0x1de)](_0x2c0885[_0xf2aa0f(0x236)],_0xff33fe[_0xf2aa0f(0x243)]):''));}};_0x2c0885['eiPDs'](isBrowserstackInfra)&&await _0x2c0885[_0x5121dc(0x222)](_0x23cb5d),await _0x63bebe['apply'](this,arguments),!_0x2c0885[_0x5121dc(0x1d1)](isBrowserstackInfra)&&await _0x2c0885['fikeu'](_0x23cb5d);};},getCodeceptDriver=()=>{const _0x179c40=a1_0x242736,_0x2c788c={};_0x2c788c[_0x179c40(0x18b)]='WebDriver',_0x2c788c['goRVV']='Playwright',_0x2c788c[_0x179c40(0x279)]='Puppeteer',_0x2c788c[_0x179c40(0x212)]=_0x179c40(0x239);const _0x729c10=_0x2c788c,_0x3e47cd=[_0x729c10[_0x179c40(0x18b)],_0x729c10[_0x179c40(0x22f)],_0x729c10['UhwzL'],_0x729c10[_0x179c40(0x212)]],_0x54bea7=_0x3e47cd[_0x179c40(0x1bf)](_0x568f70=>!!CodeceptJS[_0x179c40(0x1ee)][_0x179c40(0x1c4)](_0x568f70));if(!_0x54bea7)return null;return CodeceptJS[_0x179c40(0x1ee)][_0x179c40(0x1c4)](_0x54bea7);};module[a1_0x242736(0x1f4)]=function(_0x4fe71f){const _0x12d9ca=a1_0x242736,_0x157030={'MMrdZ':function(_0xcad39d){return _0xcad39d();},'AgFZI':function(_0x21d3a7,_0x4c82ba){return _0x21d3a7(_0x4c82ba);},'Flrxy':_0x12d9ca(0x19b),'Xwazc':_0x12d9ca(0x1b1),'aRYUw':'getAccessibilityResults','tHcIV':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','lziET':function(_0xf7bd86,_0x341170){return _0xf7bd86(_0x341170);},'tSBKd':_0x12d9ca(0x242),'Zcgyo':_0x12d9ca(0x1d7),'inxqV':_0x12d9ca(0x1fd),'McPDw':_0x12d9ca(0x228),'uFbWt':function(_0x6e65a1){return _0x6e65a1();},'HiMlg':_0x12d9ca(0x240),'pZVje':function(_0x17464b){return _0x17464b();},'FXzfD':function(_0x475c45,_0x2475f1,_0xaaccd){return _0x475c45(_0x2475f1,_0xaaccd);},'wGNRV':function(_0x577df9,_0x37578d){return _0x577df9(_0x37578d);},'QAXbE':_0x12d9ca(0x1a5),'psfpi':function(_0x44b661){return _0x44b661();},'IHfpf':_0x12d9ca(0x273),'ASXCr':function(_0x170fb1){return _0x170fb1();},'mZWRw':function(_0x37ffcc,_0x417c4b,_0xc0711d,_0x349cd0){return _0x37ffcc(_0x417c4b,_0xc0711d,_0x349cd0);},'PakvX':function(_0x818345,_0x1fa228){return _0x818345===_0x1fa228;},'mwBsl':'Suite','XJgUs':_0x12d9ca(0x24d),'XGKTI':_0x12d9ca(0x195),'TJxhC':_0x12d9ca(0x1dc),'HORTV':function(_0x48e9cc,_0x539376,_0x8e0c35){return _0x48e9cc(_0x539376,_0x8e0c35);},'ZShuu':_0x12d9ca(0x244),'BqFND':_0x12d9ca(0x282),'kRGgy':_0x12d9ca(0x260),'qLmhT':_0x12d9ca(0x264),'zAdzv':_0x12d9ca(0x26e),'fhqrL':_0x12d9ca(0x251),'zBxPy':_0x12d9ca(0x274),'WVWVE':function(_0x4bae1a){return _0x4bae1a();},'TCMBs':_0x12d9ca(0x233)};_0x4fe71f[_0x12d9ca(0x1e7)]&&(global[_0x12d9ca(0x1fe)]=_0x4fe71f['skipSessionStatus']);PerformanceTester[_0x12d9ca(0x197)]();const _0x24a4d6=_0x157030['WVWVE'](getCodeceptDriver),_0x435bdf=new O11yHelper(_0x24a4d6,_0x4fe71f),_0x5c3f4f=!!CodeceptJS[_0x12d9ca(0x1ee)][_0x12d9ca(0x1c4)](_0x157030[_0x12d9ca(0x1d4)]);global['__driver']=_0x24a4d6,_0x24a4d6&&(PerformanceTester[_0x12d9ca(0x204)](PerformanceEvents[_0x12d9ca(0x1e2)],()=>{const _0x2528f5=_0x12d9ca;_0x5c3f4f?_0x157030[_0x2528f5(0x23b)](patchPlaywrightBefore):_0x157030[_0x2528f5(0x18f)](patchWebDriverBefore,_0x24a4d6);})(),PerformanceTester[_0x12d9ca(0x204)](PerformanceEvents[_0x12d9ca(0x22d)],()=>{const _0x423c57=_0x12d9ca;_0x24a4d6[_0x423c57(0x19b)]=async()=>{const _0x263dc7=_0x423c57;if(global[_0x263dc7(0x1ab)]){const _0x5d1ae2={};return _0x5d1ae2[_0x263dc7(0x1e0)]=_0x157030['Flrxy'],await PerformanceTester[_0x263dc7(0x204)](PerformanceA11yEvents[_0x263dc7(0x206)],async()=>{const _0x6e610e=_0x263dc7;return await AccessibilityHelper['browserStackExecuteDriver'](_0x24a4d6,scripts[_0x6e610e(0x21d)]);},_0x5d1ae2)(),await PerformanceTester[_0x263dc7(0x204)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x58d9b8=_0x263dc7;return await AccessibilityHelper[_0x58d9b8(0x22c)](_0x24a4d6,scripts['getResultsSummary']);})();}return logger[_0x263dc7(0x25c)](_0x157030[_0x263dc7(0x283)]),{};},_0x24a4d6[_0x423c57(0x1a4)]=async()=>{const _0x335dae=_0x423c57;if(global[_0x335dae(0x1ab)]){const _0x35be61={};return _0x35be61[_0x335dae(0x1e0)]=_0x157030['aRYUw'],await PerformanceTester[_0x335dae(0x204)](PerformanceA11yEvents[_0x335dae(0x206)],async()=>{const _0x4f4574=_0x335dae;return await AccessibilityHelper[_0x4f4574(0x22c)](_0x24a4d6,scripts[_0x4f4574(0x21d)]);},_0x35be61)(),await PerformanceTester[_0x335dae(0x204)](PerformanceA11yEvents[_0x335dae(0x1f8)],async()=>{const _0x55bfaf=_0x335dae;return await AccessibilityHelper[_0x55bfaf(0x22c)](_0x24a4d6,scripts[_0x55bfaf(0x27a)]);})();}return logger['warn'](_0x157030[_0x335dae(0x285)]),{};},_0x157030[_0x423c57(0x1da)](patchSaveScreenshot,_0x24a4d6);})()),CodeceptJS['event'][_0x12d9ca(0x24a)]['on'](CodeceptJS[_0x12d9ca(0x27b)][_0x12d9ca(0x1dd)][_0x12d9ca(0x24b)],()=>{const _0x5165a5=_0x12d9ca;PerformanceTester[_0x5165a5(0x191)](PerformanceEvents['SDK_PRE_TEST']);try{_0x435bdf[_0x5165a5(0x191)](),testOpsHelper[_0x5165a5(0x232)](),PerformanceTester[_0x5165a5(0x286)](PerformanceEvents[_0x5165a5(0x1d2)]);}catch(_0x35215d){PerformanceTester[_0x5165a5(0x214)](_0x35215d),PerformanceTester[_0x5165a5(0x286)](PerformanceEvents['SDK_PRE_TEST'],![],_0x35215d);}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x12d9ca(0x27b)][_0x12d9ca(0x1dd)][_0x12d9ca(0x287)],async()=>{const _0x40d585=_0x12d9ca;PerformanceTester[_0x40d585(0x191)](PerformanceEvents[_0x40d585(0x276)]);try{requestSpy['restore'](),await _0x435bdf[_0x40d585(0x1ad)](),PerformanceTester[_0x40d585(0x286)](PerformanceEvents[_0x40d585(0x276)]);}catch(_0xc5a673){PerformanceTester[_0x40d585(0x214)](_0xc5a673),PerformanceTester[_0x40d585(0x286)](PerformanceEvents['SDK_POST_TEST'],![],_0xc5a673);}finally{PerformanceTester[_0x40d585(0x27f)]();}}),CodeceptJS[_0x12d9ca(0x27b)][_0x12d9ca(0x24a)]['on'](CodeceptJS[_0x12d9ca(0x27b)][_0x12d9ca(0x1f6)][_0x12d9ca(0x1cc)],_0x5a001a=>{const _0x2ca9b9=_0x12d9ca;PerformanceTester[_0x2ca9b9(0x191)](PerformanceEvents['SDK_HOOK']);try{const _0x6eb48b=_0x5a001a[_0x2ca9b9(0x1b2)][_0x2ca9b9(0x1e4)],_0x42521b=_0x435bdf['captureEvent'](TEST_EVENTS[_0x2ca9b9(0x1c0)],_0x6eb48b);CodeceptRecorder[_0x2ca9b9(0x269)](()=>_0x435bdf[_0x2ca9b9(0x229)](TEST_EVENTS['HOOK_RUN_STARTED'],_0x42521b));const _0x269308={};_0x269308[_0x2ca9b9(0x1fb)]=_0x157030[_0x2ca9b9(0x24c)],PerformanceTester[_0x2ca9b9(0x286)](PerformanceEvents[_0x2ca9b9(0x256)],!![],null,_0x269308);}catch(_0xfee5a9){const _0x5d2074={};_0x5d2074[_0x2ca9b9(0x1fb)]=_0x157030['tSBKd'],PerformanceTester['end'](PerformanceEvents['SDK_HOOK'],![],_0xfee5a9,_0x5d2074),PerformanceTester[_0x2ca9b9(0x214)](_0xfee5a9);}}),CodeceptJS[_0x12d9ca(0x27b)][_0x12d9ca(0x24a)]['on'](CodeceptJS['event'][_0x12d9ca(0x1f6)][_0x12d9ca(0x19f)],_0x1e084d=>{const _0x2851c3=_0x12d9ca,_0x342923={};_0x342923[_0x2851c3(0x1fb)]=_0x157030[_0x2851c3(0x263)],PerformanceTester['start'](PerformanceHookEvents[_0x2851c3(0x256)],!![],null,_0x342923);try{const _0x1eec87=_0x1e084d[_0x2851c3(0x1b2)][_0x2851c3(0x1e4)],_0x5c36e5=_0x435bdf[_0x2851c3(0x26d)](TEST_EVENTS[_0x2851c3(0x1c3)],_0x1eec87);CodeceptRecorder[_0x2851c3(0x269)](()=>_0x435bdf[_0x2851c3(0x229)](TEST_EVENTS[_0x2851c3(0x1c3)],_0x5c36e5));const _0x7c889b={};_0x7c889b[_0x2851c3(0x1fb)]=_0x157030[_0x2851c3(0x263)],PerformanceTester[_0x2851c3(0x286)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x7c889b);}catch(_0x360a52){PerformanceTester[_0x2851c3(0x214)](_0x360a52);const _0x133cb1={};_0x133cb1['hookType']=_0x157030[_0x2851c3(0x263)],PerformanceTester[_0x2851c3(0x286)](PerformanceHookEvents[_0x2851c3(0x256)],![],_0x360a52,_0x133cb1);}}),CodeceptJS[_0x12d9ca(0x27b)][_0x12d9ca(0x24a)]['on'](CodeceptJS['event']['hook'][_0x12d9ca(0x1d8)],async(_0x23abcb,_0x11a253)=>{const _0x568abd=_0x12d9ca;PerformanceTester[_0x568abd(0x191)](PerformanceHookEvents[_0x568abd(0x256)]);try{const _0x4bb6ec=_0x23abcb[_0x568abd(0x1b2)][_0x568abd(0x1e4)],_0x497836=_0x435bdf['captureEvent'](TEST_EVENTS[_0x568abd(0x1c3)],_0x4bb6ec,_0x11a253);CodeceptRecorder[_0x568abd(0x269)](()=>_0x435bdf[_0x568abd(0x229)](TEST_EVENTS[_0x568abd(0x1c3)],_0x497836));const _0x5bf60f={};_0x5bf60f[_0x568abd(0x1fb)]=_0x157030[_0x568abd(0x26c)],PerformanceTester[_0x568abd(0x191)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x5bf60f);}catch(_0x4559ee){PerformanceTester[_0x568abd(0x214)](_0x4559ee);const _0x356703={};_0x356703[_0x568abd(0x1fb)]=_0x157030[_0x568abd(0x26c)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x4559ee,_0x356703);}const _0x293987={};_0x293987[_0x568abd(0x1fb)]=_0x157030[_0x568abd(0x26c)],PerformanceTester[_0x568abd(0x286)](PerformanceHookEvents[_0x568abd(0x256)],!![],null,_0x293987);}),CodeceptJS['event'][_0x12d9ca(0x24a)]['on'](CodeceptJS['event'][_0x12d9ca(0x1e4)]['before'],_0x32e398=>{const _0x5c744f=_0x12d9ca;PerformanceTester[_0x5c744f(0x191)](PerformanceHookEvents[_0x5c744f(0x256)]);try{globals['setGlobal'](_0x157030[_0x5c744f(0x271)],_0x32e398['title']);_0x157030[_0x5c744f(0x268)](isBrowserstackInfra)&&(_0x5c3f4f&&(global[_0x5c744f(0x26b)]={'currentTest':{'name':_0x32e398[_0x5c744f(0x21b)],'testInfo':{'titlePath':_0x32e398[_0x5c744f(0x280)]()}}}));const _0x4d9eed={};_0x4d9eed[_0x5c744f(0x1fb)]=_0x157030[_0x5c744f(0x28a)],PerformanceTester['end'](PerformanceHookEvents[_0x5c744f(0x256)],!![],null,_0x4d9eed);}catch(_0xcb3a77){PerformanceTester[_0x5c744f(0x214)](_0xcb3a77);const _0x3def8e={};_0x3def8e[_0x5c744f(0x1fb)]=_0x157030[_0x5c744f(0x28a)],PerformanceTester[_0x5c744f(0x286)](PerformanceHookEvents[_0x5c744f(0x256)],![],_0xcb3a77,_0x3def8e);}}),CodeceptJS[_0x12d9ca(0x27b)][_0x12d9ca(0x24a)]['on'](CodeceptJS[_0x12d9ca(0x27b)][_0x12d9ca(0x1e4)]['started'],_0x30ab7e=>{const _0x3ccf0d=_0x12d9ca;PerformanceTester['start'](PerformanceHookEvents[_0x3ccf0d(0x256)]);try{globals[_0x3ccf0d(0x270)](_0x157030[_0x3ccf0d(0x271)],_0x30ab7e[_0x3ccf0d(0x21b)]);const _0x3802d0=_0x435bdf[_0x3ccf0d(0x26d)](TEST_EVENTS[_0x3ccf0d(0x25e)],_0x30ab7e);CodeceptRecorder[_0x3ccf0d(0x269)](()=>_0x435bdf[_0x3ccf0d(0x229)](TEST_EVENTS[_0x3ccf0d(0x25e)],_0x3802d0)),CodeceptRecorder['add'](async()=>{const _0x338791=_0x3ccf0d;_0x157030[_0x338791(0x1f0)](isBrowserstackInfra)&&(!_0x157030[_0x338791(0x1da)](isTrue,_0x4fe71f['skipSessionName'])&&await _0x157030[_0x338791(0x246)](markSessionName,_0x24a4d6,_0x30ab7e[_0x338791(0x21b)]),_0x435bdf[_0x338791(0x266)]&&await _0x157030[_0x338791(0x1d5)](o11ySync,_0x24a4d6));});}catch(_0x32283c){const _0x5d6b4a={};_0x5d6b4a[_0x3ccf0d(0x1fb)]=_0x157030['QAXbE'],PerformanceTester[_0x3ccf0d(0x286)](PerformanceHookEvents[_0x3ccf0d(0x256)],![],_0x32283c,_0x5d6b4a),PerformanceTester[_0x3ccf0d(0x214)](_0x32283c);}const _0x16b1fc={};_0x16b1fc[_0x3ccf0d(0x1fb)]=_0x157030['QAXbE'],PerformanceTester['end'](PerformanceHookEvents[_0x3ccf0d(0x256)],!![],null,_0x16b1fc);}),CodeceptJS[_0x12d9ca(0x27b)][_0x12d9ca(0x24a)]['on'](CodeceptJS[_0x12d9ca(0x27b)][_0x12d9ca(0x1e4)]['passed'],_0x982584=>{const _0xe532e4=_0x12d9ca,_0x148558={'BZImR':function(_0x5b5af3,_0x4460e7,_0x461a1f){const _0x577ebc=a1_0x4e3c;return _0x157030[_0x577ebc(0x246)](_0x5b5af3,_0x4460e7,_0x461a1f);},'wHDED':function(_0x36aa12){const _0x399281=a1_0x4e3c;return _0x157030[_0x399281(0x18e)](_0x36aa12);}};PerformanceTester[_0xe532e4(0x191)](PerformanceHookEvents[_0xe532e4(0x256)]);try{const _0x49f39c=_0x435bdf[_0xe532e4(0x26d)](TEST_EVENTS[_0xe532e4(0x226)],_0x982584);CodeceptRecorder[_0xe532e4(0x269)](()=>_0x435bdf['fireEvent'](TEST_EVENTS[_0xe532e4(0x226)],_0x49f39c)),CodeceptRecorder[_0xe532e4(0x269)](async()=>{const _0x2950e3=_0xe532e4,_0x3c56e9={'EHkbs':function(_0x322dac,_0x15e713,_0x44ce79){const _0x5e06d4=a1_0x4e3c;return _0x148558[_0x5e06d4(0x1a3)](_0x322dac,_0x15e713,_0x44ce79);}};_0x148558[_0x2950e3(0x253)](isBrowserstackInfra)&&await PerformanceTester[_0x2950e3(0x204)](PerformanceAutEvents[_0x2950e3(0x198)],async()=>{const _0xe32e13=_0x2950e3;_0x5c3f4f?await _0x3c56e9[_0xe32e13(0x188)](playwrightMarkSessionStatus,_0x24a4d6,STATE_PASSED):await _0x3c56e9['EHkbs'](markSessionStatus,_0x24a4d6,STATE_PASSED);})();}),PerformanceTester['end'](PerformanceEvents[_0xe532e4(0x277)]);}catch(_0x25bd43){PerformanceTester[_0xe532e4(0x214)](_0x25bd43);const _0x477a0d={};_0x477a0d[_0xe532e4(0x1fb)]=_0x157030[_0xe532e4(0x1a2)],PerformanceTester[_0xe532e4(0x286)](PerformanceHookEvents['SDK_HOOK'],![],_0x25bd43,_0x477a0d),PerformanceTester[_0xe532e4(0x286)](PerformanceEvents['SDK_TEST'],![],_0x25bd43);}const _0x817eee={};_0x817eee[_0xe532e4(0x1fb)]=_0x157030[_0xe532e4(0x1a2)],PerformanceTester[_0xe532e4(0x286)](PerformanceHookEvents[_0xe532e4(0x256)],!![],null,_0x817eee);}),CodeceptJS[_0x12d9ca(0x27b)][_0x12d9ca(0x24a)]['on'](CodeceptJS['event']['test'][_0x12d9ca(0x1d8)],(_0x4da2a5,_0x19adda)=>{const _0x3f7e0e=_0x12d9ca;PerformanceTester[_0x3f7e0e(0x191)](PerformanceHookEvents[_0x3f7e0e(0x256)]);try{if(_0x157030[_0x3f7e0e(0x1bd)](_0x4da2a5[_0x3f7e0e(0x1ff)]['name'],_0x157030[_0x3f7e0e(0x267)])){const _0x4ef528=_0x435bdf[_0x3f7e0e(0x26d)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x4da2a5[_0x3f7e0e(0x1b2)][_0x3f7e0e(0x20d)]);CodeceptRecorder[_0x3f7e0e(0x269)](()=>_0x435bdf['fireEvent'](TEST_EVENTS[_0x3f7e0e(0x1ec)],_0x4ef528));}else{const _0x51eeea=_0x435bdf[_0x3f7e0e(0x26d)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x4da2a5,_0x19adda);CodeceptRecorder['add'](()=>{const _0xb34cae=_0x3f7e0e;try{_0x435bdf['fireEvent'](TEST_EVENTS[_0xb34cae(0x226)],_0x51eeea);}catch(_0x4b7406){logger['debug']('Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20'+util[_0xb34cae(0x237)](_0x4b7406)),PerformanceTester['end'](PerformanceEvents[_0xb34cae(0x277)],![],_0x4b7406);}}),CodeceptRecorder[_0x3f7e0e(0x269)](async()=>{const _0xbb7dd9=_0x3f7e0e;try{_0x157030[_0xbb7dd9(0x249)](isBrowserstackInfra)&&(_0x5c3f4f?await _0x157030['mZWRw'](playwrightMarkSessionStatus,_0x24a4d6,STATE_FAILED,_0x19adda):await _0x157030[_0xbb7dd9(0x234)](markSessionStatus,_0x24a4d6,STATE_FAILED,_0x19adda));}catch(_0x3776d7){logger[_0xbb7dd9(0x1f5)](_0xbb7dd9(0x1ce)+util[_0xbb7dd9(0x237)](_0x3776d7)),PerformanceTester[_0xbb7dd9(0x286)](PerformanceEvents[_0xbb7dd9(0x277)],![],_0x3776d7);}});}PerformanceTester[_0x3f7e0e(0x286)](PerformanceEvents['SDK_TEST']);}catch(_0x20e54e){PerformanceTester[_0x3f7e0e(0x214)](_0x20e54e);const _0x458422={};_0x458422[_0x3f7e0e(0x1fb)]=_0x157030['XJgUs'],PerformanceTester['end'](PerformanceHookEvents[_0x3f7e0e(0x256)],![],_0x20e54e,_0x458422),PerformanceTester['end'](PerformanceEvents[_0x3f7e0e(0x277)],![],_0x20e54e);}const _0x2b40e2={};_0x2b40e2[_0x3f7e0e(0x1fb)]=_0x157030[_0x3f7e0e(0x23a)],PerformanceTester['end'](PerformanceHookEvents[_0x3f7e0e(0x256)],!![],null,_0x2b40e2);}),CodeceptJS[_0x12d9ca(0x27b)][_0x12d9ca(0x24a)]['on'](CodeceptJS[_0x12d9ca(0x27b)]['test']['skipped'],_0x4b7779=>{const _0x2e377b=_0x12d9ca;PerformanceTester[_0x2e377b(0x191)](PerformanceHookEvents[_0x2e377b(0x256)]);try{const _0x265021=_0x435bdf[_0x2e377b(0x26d)](TEST_EVENTS[_0x2e377b(0x1ec)],_0x4b7779);CodeceptRecorder[_0x2e377b(0x269)](()=>_0x435bdf[_0x2e377b(0x229)](TEST_EVENTS[_0x2e377b(0x1ec)],_0x265021)),PerformanceTester[_0x2e377b(0x286)](PerformanceEvents[_0x2e377b(0x277)]);}catch(_0x3eb019){PerformanceTester['captureError'](_0x3eb019),PerformanceTester[_0x2e377b(0x286)](PerformanceEvents[_0x2e377b(0x277)],![],_0x3eb019);const _0x5dd062={};_0x5dd062[_0x2e377b(0x1fb)]=_0x157030['XGKTI'],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x3eb019,_0x5dd062);}const _0x327ccb={};_0x327ccb[_0x2e377b(0x1fb)]=_0x157030['XGKTI'],PerformanceTester['end'](PerformanceHookEvents[_0x2e377b(0x256)],!![],null,_0x327ccb);}),CodeceptJS[_0x12d9ca(0x27b)][_0x12d9ca(0x24a)]['on'](CodeceptJS[_0x12d9ca(0x27b)][_0x12d9ca(0x1e4)][_0x12d9ca(0x287)],async(_0x322a7f,_0x1f5577)=>{const _0x9dbe08=_0x12d9ca,_0x5ce088={};_0x5ce088[_0x9dbe08(0x278)]=_0x157030[_0x9dbe08(0x238)];const _0x579070=_0x5ce088;try{PerformanceTester[_0x9dbe08(0x191)](PerformanceHookEvents[_0x9dbe08(0x256)]);const _0x2b871c=_0x157030['HORTV'](shouldScanTestForAccessibility,_0x322a7f[_0x9dbe08(0x280)](),!![]);if(_0x157030[_0x9dbe08(0x249)](isAccessibilityAutomationSession)&&global['accessibilityPlatform']&&_0x2b871c){const _0x3f6428={};_0x3f6428[_0x9dbe08(0x1b7)]=_0x322a7f[_0x9dbe08(0x21a)],_0x3f6428[_0x9dbe08(0x22a)]=process['env'][testHubConstants[_0x9dbe08(0x1af)][_0x9dbe08(0x220)]],_0x3f6428['thJwtToken']=process[_0x9dbe08(0x1fc)][testHubConstants[_0x9dbe08(0x1af)][_0x9dbe08(0x20c)]];const _0x359fda=_0x3f6428;logger[_0x9dbe08(0x1f5)](_0x9dbe08(0x1ae)+JSON[_0x9dbe08(0x23d)](_0x359fda)),CodeceptRecorder[_0x9dbe08(0x269)](async()=>{const _0x215ac6=_0x9dbe08,_0x1feb5b={};_0x1feb5b[_0x215ac6(0x1e0)]=_0x579070[_0x215ac6(0x278)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x215ac6(0x206)],async()=>{const _0x1c6d13=_0x215ac6;await AccessibilityHelper[_0x1c6d13(0x22c)](_0x24a4d6,scripts['performScan']);},_0x1feb5b)(),await PerformanceTester[_0x215ac6(0x204)](PerformanceA11yEvents[_0x215ac6(0x1a1)],async()=>{const _0x4e7c1e=_0x215ac6;await AccessibilityHelper[_0x4e7c1e(0x22c)](_0x24a4d6,scripts[_0x4e7c1e(0x1b6)],_0x359fda);})();}),logger[_0x9dbe08(0x1f1)](_0x157030[_0x9dbe08(0x1a9)]);}const _0x16f505={};_0x16f505[_0x9dbe08(0x1fb)]=_0x157030[_0x9dbe08(0x19c)],PerformanceTester[_0x9dbe08(0x286)](PerformanceHookEvents[_0x9dbe08(0x256)],!![],null,_0x16f505);}catch(_0x5af900){PerformanceTester['captureError'](_0x5af900);const _0x29260a={};_0x29260a[_0x9dbe08(0x1fb)]=_0x157030[_0x9dbe08(0x19c)],PerformanceTester[_0x9dbe08(0x286)](PerformanceHookEvents['SDK_HOOK'],![],_0x5af900,_0x29260a);}}),CodeceptJS[_0x12d9ca(0x27b)][_0x12d9ca(0x24a)]['on'](CodeceptJS[_0x12d9ca(0x27b)][_0x12d9ca(0x1be)]['comment'],_0x4c7baa=>{const _0x2e356d=_0x12d9ca;PerformanceTester[_0x2e356d(0x191)](PerformanceHookEvents['SDK_HOOK']);try{process['emit'](_0x2e356d(0x223)+process['pid'],{'timestamp':new Date()[_0x2e356d(0x1aa)](),'level':_0x157030['kRGgy'],'message':_0x4c7baa,'kind':_0x157030['qLmhT'],'http_response':{}});}catch(_0x211d61){PerformanceTester[_0x2e356d(0x214)](_0x211d61);const _0x25585c={};_0x25585c['hookType']=_0x157030['zAdzv'],PerformanceTester[_0x2e356d(0x286)](PerformanceHookEvents[_0x2e356d(0x256)],![],_0x211d61,_0x25585c);}const _0x138a7b={};_0x138a7b[_0x2e356d(0x1fb)]=_0x157030['zAdzv'],PerformanceTester[_0x2e356d(0x286)](PerformanceHookEvents[_0x2e356d(0x256)],!![],null,_0x138a7b);}),CodeceptJS['event'][_0x12d9ca(0x24a)]['on'](CodeceptJS['event'][_0x12d9ca(0x254)][_0x12d9ca(0x24b)],_0x5172d7=>{const _0x290d31=_0x12d9ca,_0x59ca1e={};_0x59ca1e[_0x290d31(0x1fb)]=_0x157030['fhqrL'],PerformanceTester[_0x290d31(0x204)](PerformanceHookEvents[_0x290d31(0x256)],()=>{_0x435bdf['bddStepStart'](_0x5172d7);},_0x59ca1e)();}),CodeceptJS[_0x12d9ca(0x27b)][_0x12d9ca(0x24a)]['on'](CodeceptJS[_0x12d9ca(0x27b)][_0x12d9ca(0x254)][_0x12d9ca(0x287)],_0x323413=>{const _0x276b64=_0x12d9ca,_0x5c1fc5={};_0x5c1fc5[_0x276b64(0x1fb)]=_0x157030['zBxPy'],PerformanceTester[_0x276b64(0x204)](PerformanceHookEvents[_0x276b64(0x256)],()=>{const _0x5c81e1=_0x276b64;_0x435bdf[_0x5c81e1(0x1d3)](_0x323413);},_0x5c1fc5)();});};
1
+ function a1_0x3785(){const _0x3cdc5e=['codeceptjs/lib/index.js','status','pages','add','info','WebDriver','action','SDK_POST_INITIALIZE','env','testAnalyticsId','RptzR','all','BsyPg','OeLfz','overwriteCommand','19148SMqxQP','__workerDetails','call','passed','devtools://','OVEsn','dispatcher','captureEvent','Performing\x20scan\x20for\x20','performScan','chromium','pid','TEST_RUN_SKIPPED','opGce','stringify','startMonitoring','hjMHN','command','test-before','IfwWE','container','TEST_SCREENSHOT','hook-started','codeceptjs/lib/helper/Playwright.js','version','restore','VAjxQ','Screenshot\x20path\x20not\x20found','thTestRunUuid','WurbS','saveScreenshot','ixsvf','ASErs','BS_TESTOPS_ALLOW_SCREENSHOTS','browserContext','currentTest','../../helpers/accessibility-automation/helper','PbVrj','bddStepFinish','stop','1353860SCNjKL','gsYeu','skipSessionName','patch','getSyncScript','SAVE_RESULTS','getAccessibilityResults','initSaveScreenshot','__driver','skipSessionStatus','XDqrc','filter','TEST_LOG','../../bin/playwright/accessibility-helper','Puppeteer','SDK_TEST','slice','7ExPCFu','toISOString','PnxHA','IIlJj','addRequestSpy','measureWrapper','niEOz','Failed\x20to\x20execute\x20_before:\x20','title','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','readFileSync','RpRlr','6RJTcOR','iXbNA','helpers','68faeDIF','TEST_RUN_STARTED','BS_A11Y_JWT','ctx','bs:addLog:','13952554gOsqQn','EuSmW','NhfUH','bnzro','getResultsSummary','warn','GET_RESULTS_SUMMARY','mmppT','cSElT','kLTIh','format','CHAEF','parse','WFtEN','startsWith','before','push','bddStepStart','../../helpers/request-spy','stopMonitoring','stack','hook-failed','after','from','qYuuW','patchSaveScreenshot','reason','FeoSi','class','toString','\x0aStack:\x20','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','executeScript','lGXVc','../../helpers/globals.js','event','ENV_VAR','util','qEWRy','KbRXk','ZmfVi','../../helpers/performance/constants','OFzCA','dbbfk','config','SDK_PRE_TEST','QGZDC','fireEvent','uJdRk','RjbRQ','webdriverio','PERFORM_SCAN','YDOOx','16363233LBjTtQ','codeceptjs','ApnKy','fJqZY','afterTest','enabled','test-failed','biiix','failed','name','SDK_PRE_INITIALIZE','LLrmt','../../helpers/testhub/constants.js','codeceptjs/lib/utils.js','hook','url','apply','qgvrI','winstonLogger','KFZzJ','SESSION_NAME','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','../../helpers/logger','../../helpers/performance/performance-tester','hookType','xMFCZ','../../helpers/accessibility-automation/scripts','SDK_HOOK','SYNC','test-after','exports','dHUWC','isArray','args','150189ttfYCu','browserStackExecuteDriver','uYvIe','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','TEST_RUN_FINISHED','pgqsG','./helper.js','nrrAZ','cGyfH','skipped','SESSION_STATUS','base64','BROWSERSTACK_TESTHUB_UUID','HOOK_RUN_STARTED','forEach','then','captureError','test-started','Element','bstackAllyScanning','prototype','BROWSERSTACK_TESTHUB_JWT','pznzg','_before','174dtcraL','HOOK_RUN_FINISHED','WLepz','bind','324395cnVVAk','testFramework','Playwright','aJjYa','ALGEW','setSessionStatus','aupqf','end','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','SDK_POST_TEST','started','bLYFW','../../helpers/test-observability/utils','test','start','arguments','message','NVXbG','INFO','4219288RsSxHN','FQWjD','./o11yHelper','FGFPT','accessibilityPlatform','shouldWrapCommand','TvqFi','emit','bddStep-after','page','setGlobal','thJwtToken','browserstack_executor:\x20','hook-passed','constructor','debug','GET_RESULTS','string','_setPage'];a1_0x3785=function(){return _0x3cdc5e;};return a1_0x3785();}const a1_0x20dcb0=a1_0x5064;function a1_0x5064(_0x3dbb10,_0x4e2448){const _0x3785be=a1_0x3785();return a1_0x5064=function(_0x506473,_0x1c6c2d){_0x506473=_0x506473-0x9d;let _0x5e461f=_0x3785be[_0x506473];return _0x5e461f;},a1_0x5064(_0x3dbb10,_0x4e2448);}(function(_0x3f7cc8,_0x140118){const _0x9a3a48=a1_0x5064,_0x4be8ae=_0x3f7cc8();while(!![]){try{const _0x293e28=-parseInt(_0x9a3a48(0x109))/0x1*(parseInt(_0x9a3a48(0x14e))/0x2)+parseInt(_0x9a3a48(0xb8))/0x3*(-parseInt(_0x9a3a48(0x151))/0x4)+parseInt(_0x9a3a48(0xd4))/0x5*(-parseInt(_0x9a3a48(0xd0))/0x6)+parseInt(_0x9a3a48(0x142))/0x7*(parseInt(_0x9a3a48(0xe7))/0x8)+parseInt(_0x9a3a48(0x18b))/0x9+parseInt(_0x9a3a48(0x131))/0xa+parseInt(_0x9a3a48(0x156))/0xb;if(_0x293e28===_0x140118)break;else _0x4be8ae['push'](_0x4be8ae['shift']());}catch(_0x1c2c97){_0x4be8ae['push'](_0x4be8ae['shift']());}}}(a1_0x3785,0xea36e));const fs=require('fs'),util=require(a1_0x20dcb0(0x17b)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require('../../helpers/helper'),logger=require(a1_0x20dcb0(0xac))[a1_0x20dcb0(0xa8)],testOpsHelper=require(a1_0x20dcb0(0xe0)),requestSpy=require(a1_0x20dcb0(0x168)),PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x20dcb0(0xe9)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x20dcb0(0x12d)),AccessibilityHelper=require(a1_0x20dcb0(0x13e)),scripts=require(a1_0x20dcb0(0xb0)),PerformanceTester=require(a1_0x20dcb0(0xad)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x20dcb0(0x17f)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x20dcb0(0xbe)),testHubConstants=require(a1_0x20dcb0(0xa2)),globals=require(a1_0x20dcb0(0x178)),CodeceptJS=requireModule(a1_0x20dcb0(0xfa),a1_0x20dcb0(0x18c)),CodeceptUtils=requireModule(a1_0x20dcb0(0xa3),a1_0x20dcb0(0x18c)),CodeceptWebDriver=requireModule('codeceptjs/lib/helper/WebDriver.js',a1_0x20dcb0(0x18c)),CodeceptRecorder=requireModule('codeceptjs/lib/recorder.js',a1_0x20dcb0(0x18c)),CodeceptPlaywright=requireModule(a1_0x20dcb0(0x120),a1_0x20dcb0(0x18c)),playwrightMarkSessionStatus=(_0x4a9c71,_0x4b7239,_0x5dffe9)=>{const _0x4b58d5=a1_0x20dcb0,_0x1e4344={'fJqZY':_0x4b58d5(0xd9),'mmppT':function(_0x14365d,_0x3bec5b){return _0x14365d(_0x3bec5b);}},_0x50ca82={};_0x50ca82[_0x4b58d5(0xfb)]=_0x4b7239;const _0xd1fc32={};_0xd1fc32[_0x4b58d5(0x100)]=_0x1e4344[_0x4b58d5(0x18e)],_0xd1fc32[_0x4b58d5(0xe3)]=_0x50ca82;const _0x3aeeb7=_0xd1fc32;return!_0x1e4344[_0x4b58d5(0x15d)](isUndefined,_0x5dffe9)&&(_0x3aeeb7['arguments'][_0x4b58d5(0x170)]=JSON[_0x4b58d5(0x117)](_0x5dffe9)),_0x4a9c71['executeScript'](()=>{},_0x4b58d5(0xf3)+JSON[_0x4b58d5(0x117)](_0x3aeeb7));},o11ySync=PerformanceTester[a1_0x20dcb0(0x147)](PerformanceO11yEvents[a1_0x20dcb0(0xb2)],async _0x3f7b31=>{const _0x3a36f5=a1_0x20dcb0,_0x49c67f={};_0x49c67f[_0x3a36f5(0x181)]=function(_0x5180fe,_0x1c8a01){return _0x5180fe===_0x1c8a01;},_0x49c67f[_0x3a36f5(0xba)]=_0x3a36f5(0xd6);const _0x1e0555=_0x49c67f;_0x1e0555[_0x3a36f5(0x181)](_0x3f7b31[_0x3a36f5(0xf5)][_0x3a36f5(0x9f)],_0x1e0555[_0x3a36f5(0xba)])?await _0x3f7b31[_0x3a36f5(0x176)](_0x59101b=>{},testOpsHelper[_0x3a36f5(0x135)]()):await _0x3f7b31[_0x3a36f5(0x176)](testOpsHelper[_0x3a36f5(0x135)]());}),markSessionName=PerformanceTester[a1_0x20dcb0(0x147)](PerformanceAutEvents[a1_0x20dcb0(0xaa)],async(_0x53bcf3,_0x164950)=>{const _0x106351=a1_0x20dcb0,_0x2b9293={};_0x2b9293[_0x106351(0x158)]='setSessionName',_0x2b9293[_0x106351(0x187)]=function(_0x4c026a,_0x54e5ea){return _0x4c026a===_0x54e5ea;},_0x2b9293[_0x106351(0x132)]='Playwright';const _0x445cb6=_0x2b9293,_0x3bbcc0={};_0x3bbcc0['name']=_0x164950;const _0x2f2c61={};_0x2f2c61[_0x106351(0x100)]=_0x445cb6[_0x106351(0x158)],_0x2f2c61[_0x106351(0xe3)]=_0x3bbcc0;const _0xe2acf6=_0x2f2c61;_0x445cb6[_0x106351(0x187)](_0x53bcf3[_0x106351(0xf5)][_0x106351(0x9f)],_0x445cb6[_0x106351(0x132)])?await _0x53bcf3[_0x106351(0x176)](()=>{},_0x106351(0xf3)+JSON['stringify'](_0xe2acf6)):await _0x53bcf3[_0x106351(0x176)](_0x106351(0xf3)+JSON[_0x106351(0x117)](_0xe2acf6));}),patchSaveScreenshot=_0x528f69=>{const _0xe1b2ab=a1_0x20dcb0,_0x3e5f7f={'Jwdck':_0xe1b2ab(0xc3),'OeLfz':_0xe1b2ab(0x11e),'jzBrn':function(_0x5064fc){return _0x5064fc();},'YDOOx':function(_0x383346,_0x23c993){return _0x383346(_0x23c993);},'QtXcF':_0xe1b2ab(0x124)};_0x3e5f7f[_0xe1b2ab(0x18a)](isTrue,process['env'][_0xe1b2ab(0x12a)])&&!_0x528f69[_0xe1b2ab(0x16f)]&&(_0x528f69['patchSaveScreenshot']=!![],_0x528f69[_0xe1b2ab(0x138)]=_0x528f69['saveScreenshot'],_0x528f69[_0xe1b2ab(0x127)]=(_0x244913,_0x2f591f=![])=>{const _0x1b9489=_0xe1b2ab,_0x13e3cf={'tVKET':_0x3e5f7f['Jwdck'],'BsyPg':_0x3e5f7f[_0x1b9489(0x107)],'WurbS':function(_0xcfdae3){return _0x3e5f7f['jzBrn'](_0xcfdae3);},'coIVU':function(_0x1f5459,_0x449b4b){const _0x38971c=_0x1b9489;return _0x3e5f7f[_0x38971c(0x18a)](_0x1f5459,_0x449b4b);},'opGce':_0x3e5f7f['QtXcF']};return new Promise(function(_0x330efb,_0x22045d){const _0x46b121=_0x1b9489;_0x528f69[_0x46b121(0x138)](_0x244913,_0x2f591f)[_0x46b121(0xc7)](()=>{const _0xb86cd=_0x46b121,_0x388cee=CodeceptUtils['screenshotOutputFolder'](_0x244913);if(_0x388cee){const _0x5aae88=fs[_0xb86cd(0x14c)](_0x388cee);process['emit'](_0xb86cd(0x155)+process[_0xb86cd(0x114)],{'timestamp':new Date()[_0xb86cd(0x143)](),'message':_0x5aae88['toString'](_0x13e3cf['tVKET']),'kind':_0x13e3cf[_0xb86cd(0x106)]}),_0x13e3cf[_0xb86cd(0x126)](_0x330efb);}_0x13e3cf['coIVU'](_0x22045d,new Error(_0x13e3cf[_0xb86cd(0x116)]));})['catch'](()=>null);});});},patchWebDriverBefore=_0x328f46=>{const _0x14b9a8=a1_0x20dcb0,_0x359313={'KFZzJ':function(_0x4be608){return _0x4be608();},'TvqFi':function(_0x47bfda,_0x15a05a){return _0x47bfda(_0x15a05a);},'tplNR':function(_0x41f715,_0x4573a4){return _0x41f715===_0x4573a4;},'yDfJw':_0x14b9a8(0x188),'qEWRy':function(_0x3d3a06,_0x582cb7){return _0x3d3a06===_0x582cb7;},'yBigN':_0x14b9a8(0xf8),'lGXVc':function(_0xdc673a,_0x3afdd0){return _0xdc673a===_0x3afdd0;},'ZFLeT':_0x14b9a8(0xca)},_0x1c3886=async function(_0x386e9d,_0x2bd0c8){const _0x4f3921=_0x14b9a8;_0x359313[_0x4f3921(0xa9)](isAccessibilityAutomationSession)&&!global[_0x4f3921(0xcb)]&&global[_0x4f3921(0xeb)]&&scripts[_0x4f3921(0xec)](_0x386e9d[_0x4f3921(0x9f)])&&_0x359313[_0x4f3921(0xed)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x4f3921(0xcb)]=!![],await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x586fd2=_0x4f3921;logger[_0x586fd2(0xf6)](_0x586fd2(0x111)+_0x386e9d['class']+'\x20'+_0x386e9d[_0x586fd2(0x9f)]),await AccessibilityHelper[_0x586fd2(0xb9)](_0x328f46,scripts['performScan']);},{'command':_0x386e9d[_0x4f3921(0x9f)]})());global[_0x4f3921(0xcb)]=![];const _0x1c1a2d=JSON['parse'](process[_0x4f3921(0x102)]['FRAMEWORK_DETAILS']||'{}');if(_0x359313['tplNR'](_0x1c1a2d?.[_0x4f3921(0xd5)]?.[_0x4f3921(0x9f)],_0x359313['yDfJw'])&&_0x359313[_0x4f3921(0x17c)](typeof _0x1c1a2d?.['testFramework']?.[_0x4f3921(0x121)],_0x359313['yBigN'])&&_0x1c1a2d?.['testFramework']?.['version'][_0x4f3921(0x164)]('7'))return _0x2bd0c8['apply'](null,Array['prototype']['slice'][_0x4f3921(0x10b)](arguments,0x2));return _0x2bd0c8['apply'](this,Array[_0x4f3921(0xcc)][_0x4f3921(0x141)][_0x4f3921(0x10b)](arguments,0x2));},_0x114ee0=CodeceptWebDriver[_0x14b9a8(0xcc)][_0x14b9a8(0xcf)];CodeceptWebDriver[_0x14b9a8(0xcc)][_0x14b9a8(0xcf)]=async function(){const _0x5c7798=_0x14b9a8;try{await _0x114ee0[_0x5c7798(0xa6)](this,arguments);}catch(_0x140aee){logger[_0x5c7798(0xf6)](_0x5c7798(0x149)+util[_0x5c7798(0x160)](_0x140aee));}scripts['commandsToWrap'][_0x5c7798(0x13c)](_0x4c6356=>_0x4c6356[_0x5c7798(0x9f)]&&_0x4c6356['class'])[_0x5c7798(0xc6)](_0x2262a9=>{const _0x551d20=_0x5c7798;this['browser'][_0x551d20(0x108)](_0x2262a9['name'],_0x1c3886[_0x551d20(0xd3)](this,_0x2262a9),_0x359313[_0x551d20(0x177)](_0x2262a9[_0x551d20(0x172)],_0x359313['ZFLeT']));}),_0x359313[_0x5c7798(0xed)](processWebDriverConfig,_0x328f46);};};function parseJwt(_0x11d3ee){const _0x550c70=a1_0x20dcb0,_0xd78261={};_0xd78261[_0x550c70(0x13b)]='base64';const _0x4475d5=_0xd78261;if(!_0x11d3ee)return null;return JSON[_0x550c70(0x162)](Buffer[_0x550c70(0x16d)](_0x11d3ee['split']('.')[0x1],_0x4475d5[_0x550c70(0x13b)])[_0x550c70(0x173)]());}const patchPlaywrightBefore=()=>{const _0x23d28b=a1_0x20dcb0,_0x1f17f2={'hjMHN':'--auto-open-devtools-for-tabs','EuSmW':function(_0x113732){return _0x113732();},'sRlad':function(_0x21ac5e,_0x2e9194){return _0x21ac5e(_0x2e9194);},'qgvrI':_0x23d28b(0x10d),'OFzCA':function(_0x140712,_0x228a76){return _0x140712+_0x228a76;},'pznzg':_0x23d28b(0x174),'kLTIh':function(_0x1305d7){return _0x1305d7();},'niEOz':function(_0x5360f2){return _0x5360f2();}};PlaywrightSessionDetails[_0x23d28b(0x134)]();const _0x1c31b1=CodeceptPlaywright[_0x23d28b(0xcc)]['_before'];CodeceptPlaywright['prototype'][_0x23d28b(0xcf)]=async function(){const _0x206b36=_0x23d28b,_0x39e15a={'uJdRk':function(_0x269821){const _0x5968f0=a1_0x5064;return _0x1f17f2[_0x5968f0(0x157)](_0x269821);},'bLYFW':_0x1f17f2['qgvrI']};this['browserContext']=await this['browser']['contexts']()[0x0];const _0x1f20f7=async()=>{const _0x5d3c76=a1_0x5064,_0x29a217=this[_0x5d3c76(0x182)]&&this[_0x5d3c76(0x182)][_0x5d3c76(0x113)]&&this['config'][_0x5d3c76(0x113)][_0x5d3c76(0xb7)]&&Array[_0x5d3c76(0xb6)](this['config']['chromium']['args'])&&this[_0x5d3c76(0x182)][_0x5d3c76(0x113)][_0x5d3c76(0xb7)]['includes'](_0x1f17f2[_0x5d3c76(0x119)]);if(_0x1f17f2['EuSmW'](isAccessibilityAutomationSession)&&!_0x29a217)try{const _0x62399a=_0x1f17f2['sRlad'](parseJwt,process[_0x5d3c76(0x102)][_0x5d3c76(0x153)]);if(_0x62399a&&_0x62399a['a11y_core_config']&&_0x62399a['a11y_core_config']['domForge']){const _0x12f196=this['browserContext']['pages'][_0x5d3c76(0xd3)](this['browserContext']);this[_0x5d3c76(0x12b)]['pages']=async function(){const _0x7fc225=_0x5d3c76,_0x4d1f73=await _0x39e15a[_0x7fc225(0x186)](_0x12f196),_0x11528e=[];for(const _0x392db5 of _0x4d1f73){try{const _0x376f45=await _0x392db5[_0x7fc225(0xa5)]();!_0x376f45[_0x7fc225(0x164)](_0x39e15a[_0x7fc225(0xdf)])&&_0x11528e['push'](_0x392db5);}catch(_0x945649){_0x11528e[_0x7fc225(0x166)](_0x392db5);}}return _0x11528e;};}if(!_0x1f17f2['EuSmW'](isBrowserstackInfra)){const _0x78ced=await this[_0x5d3c76(0xf0)][_0x5d3c76(0xa5)]();if(_0x78ced[_0x5d3c76(0x164)](_0x1f17f2[_0x5d3c76(0xa7)])){const _0x4c8627=await this[_0x5d3c76(0x12b)][_0x5d3c76(0xfc)]();this[_0x5d3c76(0xf9)](_0x4c8627[0x0]);}}}catch(_0x57efb3){logger[_0x5d3c76(0xf6)]('Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20'+_0x57efb3[_0x5d3c76(0xe4)]+(_0x57efb3[_0x5d3c76(0x16a)]?_0x1f17f2[_0x5d3c76(0x180)](_0x1f17f2[_0x5d3c76(0xce)],_0x57efb3[_0x5d3c76(0x16a)]):''));}};_0x1f17f2[_0x206b36(0x15f)](isBrowserstackInfra)&&await _0x1f17f2['EuSmW'](_0x1f20f7),await _0x1c31b1[_0x206b36(0xa6)](this,arguments),!_0x1f17f2[_0x206b36(0x148)](isBrowserstackInfra)&&await _0x1f17f2[_0x206b36(0x157)](_0x1f20f7);};},getCodeceptDriver=()=>{const _0x320806=a1_0x20dcb0,_0x58ed06={};_0x58ed06[_0x320806(0x163)]=_0x320806(0xff),_0x58ed06['FQWjD']='Playwright',_0x58ed06[_0x320806(0x14d)]=_0x320806(0x13f),_0x58ed06[_0x320806(0x144)]='TestCafe';const _0x10c732=_0x58ed06,_0x2f4bab=[_0x10c732[_0x320806(0x163)],_0x10c732[_0x320806(0xe8)],_0x10c732[_0x320806(0x14d)],_0x10c732[_0x320806(0x144)]],_0x4f7ffc=_0x2f4bab['find'](_0x1196b2=>!!CodeceptJS[_0x320806(0x11d)][_0x320806(0x150)](_0x1196b2));if(!_0x4f7ffc)return null;return CodeceptJS[_0x320806(0x11d)][_0x320806(0x150)](_0x4f7ffc);};module[a1_0x20dcb0(0xb4)]=function(_0x542e73){const _0x3009e0=a1_0x20dcb0,_0x2f4d94={'cSElT':function(_0x43d232){return _0x43d232();},'LQOsy':function(_0x11384d,_0x1c670e){return _0x11384d(_0x1c670e);},'iXbNA':_0x3009e0(0x137),'SNtlI':_0x3009e0(0xbb),'WLepz':'getAccessibilityResultsSummary','uPcAV':_0x3009e0(0x14b),'ApnKy':function(_0x528ac9,_0x38e7a3){return _0x528ac9(_0x38e7a3);},'ZmfVi':_0x3009e0(0x11f),'ASErs':_0x3009e0(0xf4),'ixsvf':_0x3009e0(0x16b),'biiix':'browserstackTestName','SKzIV':_0x3009e0(0x11b),'aupqf':function(_0x1b8791){return _0x1b8791();},'aJjYa':function(_0xc27f3b,_0x4ade2b,_0xed9b1a){return _0xc27f3b(_0x4ade2b,_0xed9b1a);},'eRnVI':function(_0x2c7068,_0x1121cb){return _0x2c7068(_0x1121cb);},'RptzR':_0x3009e0(0xc9),'IfwWE':function(_0x587cfc,_0x28b8a1,_0x1e2e57){return _0x587cfc(_0x28b8a1,_0x1e2e57);},'BuOeE':'test-passed','FeoSi':function(_0x42619a,_0x229141,_0x3ee148,_0x29ba8c){return _0x42619a(_0x229141,_0x3ee148,_0x29ba8c);},'PbVrj':function(_0x2595d7,_0x35820d,_0x5ac887,_0x480baf){return _0x2595d7(_0x35820d,_0x5ac887,_0x480baf);},'IIlJj':function(_0x4726f6,_0x521a14){return _0x4726f6===_0x521a14;},'qYuuW':'Suite','FGFPT':_0x3009e0(0x191),'LLrmt':'test-skipped','QGZDC':_0x3009e0(0x18f),'gVqum':function(_0x4f40e6,_0x36b981,_0x429eda){return _0x4f40e6(_0x36b981,_0x429eda);},'ALGEW':_0x3009e0(0xdc),'dHUWC':_0x3009e0(0xb3),'bnzro':_0x3009e0(0xe6),'NVXbG':_0x3009e0(0x13d),'CHAEF':'step-comment','pgqsG':'bddStep-before','nrrAZ':_0x3009e0(0xef),'cGyfH':'Playwright'};_0x542e73['skipSessionStatus']&&(global['__skipSessionStatus']=_0x542e73[_0x3009e0(0x13a)]);PerformanceTester[_0x3009e0(0x118)]();const _0x37423d=_0x2f4d94[_0x3009e0(0x15e)](getCodeceptDriver),_0x3e87ef=new O11yHelper(_0x37423d,_0x542e73),_0x31a71c=!!CodeceptJS[_0x3009e0(0x11d)]['helpers'](_0x2f4d94[_0x3009e0(0xc0)]);global[_0x3009e0(0x139)]=_0x37423d,_0x37423d&&(PerformanceTester[_0x3009e0(0x147)](PerformanceEvents[_0x3009e0(0xa0)],()=>{const _0x47c4bc=_0x3009e0;_0x31a71c?_0x2f4d94[_0x47c4bc(0x15e)](patchPlaywrightBefore):_0x2f4d94['LQOsy'](patchWebDriverBefore,_0x37423d);})(),PerformanceTester[_0x3009e0(0x147)](PerformanceEvents[_0x3009e0(0x101)],()=>{const _0x43adb2=_0x3009e0,_0x39409b={};_0x39409b[_0x43adb2(0x10e)]=_0x2f4d94[_0x43adb2(0xd2)],_0x39409b[_0x43adb2(0xaf)]=_0x2f4d94['uPcAV'];const _0x442567=_0x39409b;_0x37423d['getAccessibilityResultsSummary']=async()=>{const _0x130678=_0x43adb2;if(global[_0x130678(0xeb)]){const _0x1bd299={};return _0x1bd299[_0x130678(0x11a)]=_0x442567['OVEsn'],await PerformanceTester[_0x130678(0x147)](PerformanceA11yEvents[_0x130678(0x189)],async()=>{const _0x2b22e7=_0x130678;return await AccessibilityHelper['browserStackExecuteDriver'](_0x37423d,scripts[_0x2b22e7(0x112)]);},_0x1bd299)(),await PerformanceTester[_0x130678(0x147)](PerformanceA11yEvents[_0x130678(0x15c)],async()=>{const _0x441a3f=_0x130678;return await AccessibilityHelper[_0x441a3f(0xb9)](_0x37423d,scripts[_0x441a3f(0x15a)]);})();}return logger['warn'](_0x442567[_0x130678(0xaf)]),{};},_0x37423d[_0x43adb2(0x137)]=async()=>{const _0x2be1b1=_0x43adb2;if(global[_0x2be1b1(0xeb)]){const _0x3dd082={};return _0x3dd082[_0x2be1b1(0x11a)]=_0x2f4d94[_0x2be1b1(0x14f)],await PerformanceTester[_0x2be1b1(0x147)](PerformanceA11yEvents[_0x2be1b1(0x189)],async()=>{const _0x4457f1=_0x2be1b1;return await AccessibilityHelper[_0x4457f1(0xb9)](_0x37423d,scripts[_0x4457f1(0x112)]);},_0x3dd082)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x2be1b1(0xf7)],async()=>{const _0x417096=_0x2be1b1;return await AccessibilityHelper[_0x417096(0xb9)](_0x37423d,scripts['getResults']);})();}return logger[_0x2be1b1(0x15b)](_0x2f4d94['SNtlI']),{};},_0x2f4d94[_0x43adb2(0x18d)](patchSaveScreenshot,_0x37423d);})()),CodeceptJS[_0x3009e0(0x179)]['dispatcher']['on'](CodeceptJS[_0x3009e0(0x179)][_0x3009e0(0x105)][_0x3009e0(0x165)],()=>{const _0xcde230=_0x3009e0;PerformanceTester['start'](PerformanceEvents['SDK_PRE_TEST']);try{_0x3e87ef['start'](),testOpsHelper[_0xcde230(0x146)](),PerformanceTester['end'](PerformanceEvents[_0xcde230(0x183)]);}catch(_0x576f29){PerformanceTester[_0xcde230(0xc8)](_0x576f29),PerformanceTester[_0xcde230(0xdb)](PerformanceEvents[_0xcde230(0x183)],![],_0x576f29);}}),CodeceptJS[_0x3009e0(0x179)][_0x3009e0(0x10f)]['on'](CodeceptJS[_0x3009e0(0x179)][_0x3009e0(0x105)][_0x3009e0(0x16c)],async()=>{const _0x3220a2=_0x3009e0;PerformanceTester[_0x3220a2(0xe2)](PerformanceEvents['SDK_POST_TEST']);try{requestSpy[_0x3220a2(0x122)](),await _0x3e87ef[_0x3220a2(0x130)](),PerformanceTester[_0x3220a2(0xdb)](PerformanceEvents[_0x3220a2(0xdd)]);}catch(_0x1ae0d4){PerformanceTester[_0x3220a2(0xc8)](_0x1ae0d4),PerformanceTester[_0x3220a2(0xdb)](PerformanceEvents[_0x3220a2(0xdd)],![],_0x1ae0d4);}finally{PerformanceTester[_0x3220a2(0x169)]();}}),CodeceptJS[_0x3009e0(0x179)][_0x3009e0(0x10f)]['on'](CodeceptJS['event'][_0x3009e0(0xa4)]['started'],_0x427b65=>{const _0xed6d0f=_0x3009e0;PerformanceTester[_0xed6d0f(0xe2)](PerformanceEvents[_0xed6d0f(0xb1)]);try{const _0x174268=_0x427b65[_0xed6d0f(0x154)][_0xed6d0f(0xe1)],_0x3f98fe=_0x3e87ef[_0xed6d0f(0x110)](TEST_EVENTS[_0xed6d0f(0xc5)],_0x174268);CodeceptRecorder['add'](()=>_0x3e87ef[_0xed6d0f(0x185)](TEST_EVENTS[_0xed6d0f(0xc5)],_0x3f98fe));const _0xa89d18={};_0xa89d18[_0xed6d0f(0xae)]=_0x2f4d94[_0xed6d0f(0x17e)],PerformanceTester['end'](PerformanceEvents[_0xed6d0f(0xb1)],!![],null,_0xa89d18);}catch(_0x402f24){const _0x2c8222={};_0x2c8222['hookType']=_0x2f4d94[_0xed6d0f(0x17e)],PerformanceTester[_0xed6d0f(0xdb)](PerformanceEvents[_0xed6d0f(0xb1)],![],_0x402f24,_0x2c8222),PerformanceTester[_0xed6d0f(0xc8)](_0x402f24);}}),CodeceptJS['event'][_0x3009e0(0x10f)]['on'](CodeceptJS['event'][_0x3009e0(0xa4)][_0x3009e0(0x10c)],_0x1b4236=>{const _0x267eab=_0x3009e0,_0x19bf30={};_0x19bf30[_0x267eab(0xae)]=_0x2f4d94[_0x267eab(0x129)],PerformanceTester[_0x267eab(0xe2)](PerformanceHookEvents[_0x267eab(0xb1)],!![],null,_0x19bf30);try{const _0x2f0201=_0x1b4236[_0x267eab(0x154)][_0x267eab(0xe1)],_0x31c209=_0x3e87ef['captureEvent'](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x2f0201);CodeceptRecorder[_0x267eab(0xfd)](()=>_0x3e87ef[_0x267eab(0x185)](TEST_EVENTS[_0x267eab(0xd1)],_0x31c209));const _0x2a47d5={};_0x2a47d5['hookType']=_0x2f4d94[_0x267eab(0x129)],PerformanceTester[_0x267eab(0xdb)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x2a47d5);}catch(_0x1a25a8){PerformanceTester['captureError'](_0x1a25a8);const _0x472e29={};_0x472e29[_0x267eab(0xae)]=_0x2f4d94[_0x267eab(0x129)],PerformanceTester[_0x267eab(0xdb)](PerformanceHookEvents[_0x267eab(0xb1)],![],_0x1a25a8,_0x472e29);}}),CodeceptJS[_0x3009e0(0x179)][_0x3009e0(0x10f)]['on'](CodeceptJS['event'][_0x3009e0(0xa4)][_0x3009e0(0x9e)],async(_0x1800dc,_0x2e756b)=>{const _0x5ac70b=_0x3009e0;PerformanceTester[_0x5ac70b(0xe2)](PerformanceHookEvents[_0x5ac70b(0xb1)]);try{const _0x163022=_0x1800dc['ctx'][_0x5ac70b(0xe1)],_0x509eb6=_0x3e87ef['captureEvent'](TEST_EVENTS[_0x5ac70b(0xd1)],_0x163022,_0x2e756b);CodeceptRecorder['add'](()=>_0x3e87ef[_0x5ac70b(0x185)](TEST_EVENTS[_0x5ac70b(0xd1)],_0x509eb6));const _0xd5eb59={};_0xd5eb59[_0x5ac70b(0xae)]=_0x2f4d94[_0x5ac70b(0x128)],PerformanceTester[_0x5ac70b(0xe2)](PerformanceHookEvents[_0x5ac70b(0xb1)],!![],null,_0xd5eb59);}catch(_0x129ea){PerformanceTester[_0x5ac70b(0xc8)](_0x129ea);const _0x56e087={};_0x56e087[_0x5ac70b(0xae)]=_0x2f4d94[_0x5ac70b(0x128)],PerformanceTester['end'](PerformanceHookEvents[_0x5ac70b(0xb1)],![],_0x129ea,_0x56e087);}const _0x55d284={};_0x55d284['hookType']=_0x2f4d94[_0x5ac70b(0x128)],PerformanceTester['end'](PerformanceHookEvents[_0x5ac70b(0xb1)],!![],null,_0x55d284);}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x3009e0(0x179)][_0x3009e0(0xe1)][_0x3009e0(0x165)],_0x13b46d=>{const _0x146045=_0x3009e0;PerformanceTester[_0x146045(0xe2)](PerformanceHookEvents[_0x146045(0xb1)]);try{globals[_0x146045(0xf1)](_0x2f4d94[_0x146045(0x9d)],_0x13b46d['title']);_0x2f4d94[_0x146045(0x15e)](isBrowserstackInfra)&&(_0x31a71c&&(global[_0x146045(0x10a)]={'currentTest':{'name':_0x13b46d[_0x146045(0x14a)],'testInfo':{'titlePath':_0x13b46d['titlePath']()}}}));const _0x5bddeb={};_0x5bddeb['hookType']=_0x2f4d94['SKzIV'],PerformanceTester['end'](PerformanceHookEvents[_0x146045(0xb1)],!![],null,_0x5bddeb);}catch(_0x4be2f6){PerformanceTester[_0x146045(0xc8)](_0x4be2f6);const _0x1014e9={};_0x1014e9['hookType']=_0x2f4d94['SKzIV'],PerformanceTester[_0x146045(0xdb)](PerformanceHookEvents[_0x146045(0xb1)],![],_0x4be2f6,_0x1014e9);}}),CodeceptJS[_0x3009e0(0x179)]['dispatcher']['on'](CodeceptJS[_0x3009e0(0x179)][_0x3009e0(0xe1)][_0x3009e0(0xde)],_0x323cd0=>{const _0x3623c5=_0x3009e0;PerformanceTester['start'](PerformanceHookEvents[_0x3623c5(0xb1)]);try{globals[_0x3623c5(0xf1)](_0x2f4d94[_0x3623c5(0x9d)],_0x323cd0[_0x3623c5(0x14a)]);const _0x4618ce=_0x3e87ef[_0x3623c5(0x110)](TEST_EVENTS[_0x3623c5(0x152)],_0x323cd0);CodeceptRecorder[_0x3623c5(0xfd)](()=>_0x3e87ef[_0x3623c5(0x185)](TEST_EVENTS['TEST_RUN_STARTED'],_0x4618ce)),CodeceptRecorder[_0x3623c5(0xfd)](async()=>{const _0x394695=_0x3623c5;_0x2f4d94[_0x394695(0xda)](isBrowserstackInfra)&&(!_0x2f4d94[_0x394695(0x18d)](isTrue,_0x542e73[_0x394695(0x133)])&&await _0x2f4d94[_0x394695(0xd7)](markSessionName,_0x37423d,_0x323cd0['title']),_0x3e87ef[_0x394695(0x190)]&&await _0x2f4d94['eRnVI'](o11ySync,_0x37423d));});}catch(_0x9fcd9c){const _0x480537={};_0x480537[_0x3623c5(0xae)]=_0x2f4d94[_0x3623c5(0x104)],PerformanceTester[_0x3623c5(0xdb)](PerformanceHookEvents[_0x3623c5(0xb1)],![],_0x9fcd9c,_0x480537),PerformanceTester['captureError'](_0x9fcd9c);}const _0x4afe35={};_0x4afe35[_0x3623c5(0xae)]=_0x2f4d94[_0x3623c5(0x104)],PerformanceTester[_0x3623c5(0xdb)](PerformanceHookEvents[_0x3623c5(0xb1)],!![],null,_0x4afe35);}),CodeceptJS[_0x3009e0(0x179)][_0x3009e0(0x10f)]['on'](CodeceptJS[_0x3009e0(0x179)]['test'][_0x3009e0(0x10c)],_0xaa38dd=>{const _0xfa0ca0=_0x3009e0,_0x1fc4eb={'KbRXk':function(_0x2c4e58,_0x3dae00,_0x28dac3){const _0x2b3fff=a1_0x5064;return _0x2f4d94[_0x2b3fff(0x11c)](_0x2c4e58,_0x3dae00,_0x28dac3);},'qGbYD':function(_0x4fb7d5){const _0x3d5cf5=a1_0x5064;return _0x2f4d94[_0x3d5cf5(0xda)](_0x4fb7d5);}};PerformanceTester[_0xfa0ca0(0xe2)](PerformanceHookEvents[_0xfa0ca0(0xb1)]);try{const _0x2db20b=_0x3e87ef['captureEvent'](TEST_EVENTS[_0xfa0ca0(0xbc)],_0xaa38dd);CodeceptRecorder[_0xfa0ca0(0xfd)](()=>_0x3e87ef['fireEvent'](TEST_EVENTS[_0xfa0ca0(0xbc)],_0x2db20b)),CodeceptRecorder[_0xfa0ca0(0xfd)](async()=>{const _0x3f69ce=_0xfa0ca0;_0x1fc4eb['qGbYD'](isBrowserstackInfra)&&await PerformanceTester[_0x3f69ce(0x147)](PerformanceAutEvents[_0x3f69ce(0xc2)],async()=>{const _0x538a0e=_0x3f69ce;_0x31a71c?await _0x1fc4eb[_0x538a0e(0x17d)](playwrightMarkSessionStatus,_0x37423d,STATE_PASSED):await _0x1fc4eb['KbRXk'](markSessionStatus,_0x37423d,STATE_PASSED);})();}),PerformanceTester[_0xfa0ca0(0xdb)](PerformanceEvents[_0xfa0ca0(0x140)]);}catch(_0x5d6b4b){PerformanceTester['captureError'](_0x5d6b4b);const _0x89b7dd={};_0x89b7dd[_0xfa0ca0(0xae)]=_0x2f4d94['BuOeE'],PerformanceTester[_0xfa0ca0(0xdb)](PerformanceHookEvents[_0xfa0ca0(0xb1)],![],_0x5d6b4b,_0x89b7dd),PerformanceTester[_0xfa0ca0(0xdb)](PerformanceEvents[_0xfa0ca0(0x140)],![],_0x5d6b4b);}const _0x242fc8={};_0x242fc8[_0xfa0ca0(0xae)]=_0x2f4d94['BuOeE'],PerformanceTester[_0xfa0ca0(0xdb)](PerformanceHookEvents[_0xfa0ca0(0xb1)],!![],null,_0x242fc8);}),CodeceptJS['event'][_0x3009e0(0x10f)]['on'](CodeceptJS[_0x3009e0(0x179)][_0x3009e0(0xe1)][_0x3009e0(0x9e)],(_0x48b503,_0x56b066)=>{const _0x5e5e83=_0x3009e0;PerformanceTester[_0x5e5e83(0xe2)](PerformanceHookEvents[_0x5e5e83(0xb1)]);try{if(_0x2f4d94[_0x5e5e83(0x145)](_0x48b503['constructor']['name'],_0x2f4d94[_0x5e5e83(0x16e)])){const _0x51543d=_0x3e87ef[_0x5e5e83(0x110)](TEST_EVENTS[_0x5e5e83(0x115)],_0x48b503['ctx'][_0x5e5e83(0x12c)]);CodeceptRecorder[_0x5e5e83(0xfd)](()=>_0x3e87ef[_0x5e5e83(0x185)](TEST_EVENTS[_0x5e5e83(0x115)],_0x51543d));}else{const _0x18d260=_0x3e87ef['captureEvent'](TEST_EVENTS['TEST_RUN_FINISHED'],_0x48b503,_0x56b066);CodeceptRecorder[_0x5e5e83(0xfd)](()=>{const _0x5196c9=_0x5e5e83;try{_0x3e87ef['fireEvent'](TEST_EVENTS['TEST_RUN_FINISHED'],_0x18d260);}catch(_0x57deb6){logger['debug']('Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20'+util[_0x5196c9(0x160)](_0x57deb6)),PerformanceTester[_0x5196c9(0xdb)](PerformanceEvents[_0x5196c9(0x140)],![],_0x57deb6);}}),CodeceptRecorder[_0x5e5e83(0xfd)](async()=>{const _0x2859d9=_0x5e5e83;try{_0x2f4d94[_0x2859d9(0x15e)](isBrowserstackInfra)&&(_0x31a71c?await _0x2f4d94[_0x2859d9(0x171)](playwrightMarkSessionStatus,_0x37423d,STATE_FAILED,_0x56b066):await _0x2f4d94[_0x2859d9(0x12e)](markSessionStatus,_0x37423d,STATE_FAILED,_0x56b066));}catch(_0x4ce392){logger[_0x2859d9(0xf6)](_0x2859d9(0x175)+util['format'](_0x4ce392)),PerformanceTester[_0x2859d9(0xdb)](PerformanceEvents[_0x2859d9(0x140)],![],_0x4ce392);}});}PerformanceTester[_0x5e5e83(0xdb)](PerformanceEvents[_0x5e5e83(0x140)]);}catch(_0x1c7458){PerformanceTester[_0x5e5e83(0xc8)](_0x1c7458);const _0x35a586={};_0x35a586['hookType']=_0x2f4d94[_0x5e5e83(0xea)],PerformanceTester[_0x5e5e83(0xdb)](PerformanceHookEvents['SDK_HOOK'],![],_0x1c7458,_0x35a586),PerformanceTester[_0x5e5e83(0xdb)](PerformanceEvents[_0x5e5e83(0x140)],![],_0x1c7458);}const _0xe5da81={};_0xe5da81[_0x5e5e83(0xae)]=_0x2f4d94['FGFPT'],PerformanceTester[_0x5e5e83(0xdb)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0xe5da81);}),CodeceptJS[_0x3009e0(0x179)][_0x3009e0(0x10f)]['on'](CodeceptJS['event']['test'][_0x3009e0(0xc1)],_0x3b76ec=>{const _0x2f190f=_0x3009e0;PerformanceTester[_0x2f190f(0xe2)](PerformanceHookEvents[_0x2f190f(0xb1)]);try{const _0x48289c=_0x3e87ef[_0x2f190f(0x110)](TEST_EVENTS[_0x2f190f(0x115)],_0x3b76ec);CodeceptRecorder[_0x2f190f(0xfd)](()=>_0x3e87ef[_0x2f190f(0x185)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x48289c)),PerformanceTester[_0x2f190f(0xdb)](PerformanceEvents[_0x2f190f(0x140)]);}catch(_0x2143b3){PerformanceTester[_0x2f190f(0xc8)](_0x2143b3),PerformanceTester[_0x2f190f(0xdb)](PerformanceEvents[_0x2f190f(0x140)],![],_0x2143b3);const _0x484f1f={};_0x484f1f[_0x2f190f(0xae)]=_0x2f4d94[_0x2f190f(0xa1)],PerformanceTester[_0x2f190f(0xdb)](PerformanceHookEvents['SDK_HOOK'],![],_0x2143b3,_0x484f1f);}const _0x5b4666={};_0x5b4666[_0x2f190f(0xae)]=_0x2f4d94[_0x2f190f(0xa1)],PerformanceTester['end'](PerformanceHookEvents[_0x2f190f(0xb1)],!![],null,_0x5b4666);}),CodeceptJS[_0x3009e0(0x179)][_0x3009e0(0x10f)]['on'](CodeceptJS['event'][_0x3009e0(0xe1)][_0x3009e0(0x16c)],async(_0x4cad93,_0x16311f)=>{const _0xafcacd=_0x3009e0,_0x578ac0={};_0x578ac0[_0xafcacd(0x123)]=_0x2f4d94[_0xafcacd(0x184)];const _0x523ad3=_0x578ac0;try{PerformanceTester[_0xafcacd(0xe2)](PerformanceHookEvents[_0xafcacd(0xb1)]);const _0x3982fd=_0x2f4d94['gVqum'](shouldScanTestForAccessibility,_0x4cad93['titlePath'](),!![]);if(_0x2f4d94[_0xafcacd(0xda)](isAccessibilityAutomationSession)&&global[_0xafcacd(0xeb)]&&_0x3982fd){const _0x22c2bb={};_0x22c2bb[_0xafcacd(0x125)]=_0x4cad93[_0xafcacd(0x103)],_0x22c2bb['thBuildUuid']=process[_0xafcacd(0x102)][testHubConstants[_0xafcacd(0x17a)][_0xafcacd(0xc4)]],_0x22c2bb[_0xafcacd(0xf2)]=process[_0xafcacd(0x102)][testHubConstants[_0xafcacd(0x17a)][_0xafcacd(0xcd)]];const _0x110e08=_0x22c2bb;logger[_0xafcacd(0xf6)](_0xafcacd(0xab)+JSON['stringify'](_0x110e08)),CodeceptRecorder['add'](async()=>{const _0x554b68=_0xafcacd,_0x17a01e={};_0x17a01e[_0x554b68(0x11a)]=_0x523ad3[_0x554b68(0x123)],await PerformanceTester[_0x554b68(0x147)](PerformanceA11yEvents[_0x554b68(0x189)],async()=>{await AccessibilityHelper['browserStackExecuteDriver'](_0x37423d,scripts['performScan']);},_0x17a01e)(),await PerformanceTester[_0x554b68(0x147)](PerformanceA11yEvents[_0x554b68(0x136)],async()=>{const _0x2274e8=_0x554b68;await AccessibilityHelper[_0x2274e8(0xb9)](_0x37423d,scripts['saveTestResults'],_0x110e08);})();}),logger[_0xafcacd(0xfe)](_0x2f4d94[_0xafcacd(0xd8)]);}const _0x33549a={};_0x33549a[_0xafcacd(0xae)]=_0x2f4d94[_0xafcacd(0xb5)],PerformanceTester[_0xafcacd(0xdb)](PerformanceHookEvents[_0xafcacd(0xb1)],!![],null,_0x33549a);}catch(_0x4aae8a){PerformanceTester[_0xafcacd(0xc8)](_0x4aae8a);const _0x179284={};_0x179284[_0xafcacd(0xae)]=_0x2f4d94[_0xafcacd(0xb5)],PerformanceTester[_0xafcacd(0xdb)](PerformanceHookEvents[_0xafcacd(0xb1)],![],_0x4aae8a,_0x179284);}}),CodeceptJS[_0x3009e0(0x179)]['dispatcher']['on'](CodeceptJS[_0x3009e0(0x179)]['step']['comment'],_0x54aec4=>{const _0x3b3722=_0x3009e0;PerformanceTester['start'](PerformanceHookEvents[_0x3b3722(0xb1)]);try{process[_0x3b3722(0xee)](_0x3b3722(0x155)+process[_0x3b3722(0x114)],{'timestamp':new Date()[_0x3b3722(0x143)](),'level':_0x2f4d94[_0x3b3722(0x159)],'message':_0x54aec4,'kind':_0x2f4d94[_0x3b3722(0xe5)],'http_response':{}});}catch(_0x4e23be){PerformanceTester[_0x3b3722(0xc8)](_0x4e23be);const _0x3539dd={};_0x3539dd['hookType']=_0x2f4d94[_0x3b3722(0x161)],PerformanceTester[_0x3b3722(0xdb)](PerformanceHookEvents[_0x3b3722(0xb1)],![],_0x4e23be,_0x3539dd);}const _0x46fef7={};_0x46fef7[_0x3b3722(0xae)]=_0x2f4d94[_0x3b3722(0x161)],PerformanceTester[_0x3b3722(0xdb)](PerformanceHookEvents[_0x3b3722(0xb1)],!![],null,_0x46fef7);}),CodeceptJS['event'][_0x3009e0(0x10f)]['on'](CodeceptJS[_0x3009e0(0x179)]['bddStep'][_0x3009e0(0x165)],_0x2d426e=>{const _0x497456=_0x3009e0,_0x497639={};_0x497639[_0x497456(0xae)]=_0x2f4d94[_0x497456(0xbd)],PerformanceTester[_0x497456(0x147)](PerformanceHookEvents[_0x497456(0xb1)],()=>{const _0x7dc27a=_0x497456;_0x3e87ef[_0x7dc27a(0x167)](_0x2d426e);},_0x497639)();}),CodeceptJS[_0x3009e0(0x179)][_0x3009e0(0x10f)]['on'](CodeceptJS['event']['bddStep'][_0x3009e0(0x16c)],_0x19f578=>{const _0x256b92=_0x3009e0,_0x497944={};_0x497944[_0x256b92(0xae)]=_0x2f4d94[_0x256b92(0xbf)],PerformanceTester[_0x256b92(0x147)](PerformanceHookEvents[_0x256b92(0xb1)],()=>{const _0x1501c2=_0x256b92;_0x3e87ef[_0x1501c2(0x12f)](_0x19f578);},_0x497944)();});};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a2_0xc5e35=a2_0x459c;function a2_0x404d(){const _0x3d37f0=['map','validateRerunTestList','SDK_SETUP','YFhRq','info','CgnbQ','zEgzW','userName','testConfig','427CWfaBG','findIndex','NwuVM','BROWSERSTACK_TEST_ACCESSIBILITY_YML','existsSync','OUQwb','passed','createGroupsOfSuites','isEmpty','../../helpers/helper','../../helpers/utilities','playwright-chromium','SDK_CLEANUP','stringify','NHFDn','chdir','hubUrl','BrowserStackPlugin','setAdditionalCapabilities','inTaN','codeceptjs','errorMessage','user','slice','accessibilityOptions','EVENTS','kTsRT','util','ISrgj','230vKMGdZ','BROWSERSTACK_TEST_OBSERVABILITY_YML','../../helpers/accessibility-automation/helper','qrbMf','skipSessionStatus','/wd/hub','eKkJi','4676320ZbvLph','event','CaXyz','codeceptjs/lib/index.js','44cKkSzL','dirname','finalExecution','err','16rjCOjK','../../helpers/test-observability/utils','25930JsLuvN','result','accessibility','addOptions','split','format','printBuildLink','Started\x20:\x20','chromium','FNiae','getPlatformName','teardownAll','platforms','browser','browserName','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','addConfig','lVdta','end','1527546nFQeeT','log','FRAMEWORKS','push','codecept.conf.js','process','length','ONauL','start','printResults','env','ZisUh','playwright-webkit','CODECEPT','../../helpers/test-observability/constants','failed','forEach','fVvnm','winstonLogger','eeFRv','../../bin/playwright/accessibility-helper','join','2XbPrVc','fjbzx','spawn','BROWSERSTACK_RERUN_TESTS','1097919rAemXC','frameworkName','helpers','debug','isUndefined','exports','before','prepareCapabilities','testContextOptions','path','getUserWorkerCount','enabled','../../helpers/BrowserStackSetup','addTests','accessKey','all','BROWSERSTACK_RERUN','load','require','umISP','plugins','../utils/clientTroubleshootingService','config','title','host','key','5369683rXLoHi','test','Playwright','validPlatformsPresent','browserStackCwd','playwright-firefox','run','BdlDD','assign','USER_CONFIG_DETAILS_PATH','stack','LbLrE','yjbNY','desiredCapabilities','bootstrapAll','mergeDeep','46542QvUJuL','WebDriver','MDkwu','Workers','toLowerCase','sOYRQ','trim','profile','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','Failed\x20:\x20','--config','root','browserWSEndpoint','initialize','chrome','skipSessionName','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','cwd','testObservability','useW3C'];a2_0x404d=function(){return _0x3d37f0;};return a2_0x404d();}(function(_0x28e2f5,_0x5844d1){const _0x18c508=a2_0x459c,_0x19559f=_0x28e2f5();while(!![]){try{const _0x448316=-parseInt(_0x18c508(0xd6))/0x1*(parseInt(_0x18c508(0x110))/0x2)+-parseInt(_0x18c508(0xfa))/0x3+parseInt(_0x18c508(0xe1))/0x4*(parseInt(_0x18c508(0xe7))/0x5)+parseInt(_0x18c508(0x9c))/0x6*(-parseInt(_0x18c508(0xb9))/0x7)+parseInt(_0x18c508(0xe5))/0x8*(parseInt(_0x18c508(0x114))/0x9)+parseInt(_0x18c508(0xdd))/0xa+parseInt(_0x18c508(0x12e))/0xb;if(_0x448316===_0x5844d1)break;else _0x19559f['push'](_0x19559f['shift']());}catch(_0x44d5c6){_0x19559f['push'](_0x19559f['shift']());}}}(a2_0x404d,0x42f30));function a2_0x459c(_0x11a199,_0x4802fa){const _0x404d71=a2_0x404d();return a2_0x459c=function(_0x459c41,_0x13ac60){_0x459c41=_0x459c41-0x90;let _0x3b095d=_0x404d71[_0x459c41];return _0x3b095d;},a2_0x459c(_0x11a199,_0x4802fa);}const fs=require('fs'),path=require(a2_0xc5e35(0x11d)),util=require(a2_0xc5e35(0xd4)),process=require(a2_0xc5e35(0xff)),logger=require('../../helpers/logger')[a2_0xc5e35(0x10c)],{default:BrowserStackSetup}=require(a2_0xc5e35(0x120)),helper=require(a2_0xc5e35(0xc2)),utilities=require(a2_0xc5e35(0xc3)),{checkAccessibilityPlatformConfig}=require(a2_0xc5e35(0xd8)),{setAccessibilityCapabilities}=require(a2_0xc5e35(0x10e)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0xc5e35(0xc2)),CodeceptJS=requireModule(a2_0xc5e35(0xe0),a2_0xc5e35(0xcd)),testOpsHelper=require(a2_0xc5e35(0xe6)),TestHubHandler=require('../../helpers/testhub/testhubHandler'),constants=require('../utils/constants'),PerformanceTester=require('../../helpers/performance/performance-tester'),{FRAMEWORKS}=require(a2_0xc5e35(0x108)),PerformanceEvents=require('../../helpers/performance/constants')[a2_0xc5e35(0xd2)],ClientTroubleShootingService=require(a2_0xc5e35(0x129)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x2f49ed,_0xf1f56c)=>{const _0x3b8931=a2_0xc5e35,_0x3243ab={};_0x3243ab[_0x3b8931(0x10d)]=function(_0x4ece3c,_0x2904e0){return _0x4ece3c===_0x2904e0;},_0x3243ab[_0x3b8931(0xd3)]=_0x3b8931(0xfe),_0x3243ab[_0x3b8931(0x101)]='codecept.json';const _0x3ef418=_0x3243ab;let _0x4f0f74=null;const _0x35e6cb={};let _0x30b8b1=_0xf1f56c['findIndex'](_0x3036be=>_0x3036be===_0x3b8931(0xa6));_0x3ef418[_0x3b8931(0x10d)](_0x30b8b1,-0x1)&&(_0x30b8b1=_0xf1f56c[_0x3b8931(0xba)](_0xfd3537=>_0xfd3537==='-c'));if(!helper[_0x3b8931(0x118)](_0x2f49ed['config'])&&fs['existsSync'](path[_0x3b8931(0x10f)](process[_0x3b8931(0xad)](),_0x2f49ed['config'])))_0x4f0f74=path[_0x3b8931(0x10f)](process[_0x3b8931(0xad)](),_0x2f49ed[_0x3b8931(0x12a)]),_0xf1f56c[_0x3b8931(0xd0)](_0x30b8b1,0x2);else{if(!helper[_0x3b8931(0x118)](_0x2f49ed['c'])&&fs['existsSync'](path[_0x3b8931(0x10f)](process['cwd'](),_0x2f49ed['c'])))_0x4f0f74=path[_0x3b8931(0x10f)](process[_0x3b8931(0xad)](),_0x2f49ed['c']),_0xf1f56c['slice'](_0x30b8b1,0x2);else{if(fs['existsSync'](path[_0x3b8931(0x10f)](process[_0x3b8931(0xad)](),_0x3ef418[_0x3b8931(0xd3)])))_0x4f0f74=path[_0x3b8931(0x10f)](process[_0x3b8931(0xad)](),_0x3ef418[_0x3b8931(0xd3)]);else fs[_0x3b8931(0xbd)](path['join'](process[_0x3b8931(0xad)](),_0x3ef418[_0x3b8931(0x101)]))&&(_0x4f0f74=path['join'](process[_0x3b8931(0xad)](),_0x3ef418[_0x3b8931(0x101)]));}}return process[_0x3b8931(0x104)][_0x3b8931(0x95)]=_0x4f0f74,_0x4f0f74;},getO11yRerunPattern=()=>{const _0x42fd3b=a2_0xc5e35,_0x424e63=helper['isTrue'](process[_0x42fd3b(0x104)][_0x42fd3b(0x124)]);if(_0x424e63){const _0xeef529=process[_0x42fd3b(0x104)][_0x42fd3b(0x113)],_0x4e2665=[];if(helper[_0x42fd3b(0xb1)](_0xeef529)&&!helper[_0x42fd3b(0x118)](_0xeef529)){_0xeef529[_0x42fd3b(0xeb)](',')[_0x42fd3b(0xb0)](_0x461f54=>{const _0x1b084a=_0x42fd3b;_0x4e2665[_0x1b084a(0xfd)]('('+_0x461f54[_0x1b084a(0xa2)]()+')');});const _0x4cbcfe='^'+_0x4e2665['join']('|')+'$';return _0x4cbcfe;}}return null;},a2_0x5e030c={};a2_0x5e030c[a2_0xc5e35(0xaa)]=a2_0xc5e35(0xef),a2_0x5e030c[a2_0xc5e35(0xc4)]=a2_0xc5e35(0xef),a2_0x5e030c[a2_0xc5e35(0x91)]='firefox',a2_0x5e030c[a2_0xc5e35(0x106)]='webkit';const pwToCodeceptBrowser=a2_0x5e030c;async function run(_0x5486dc,_0x27dd20,_0x5d43c0){const _0x4cadef=a2_0xc5e35,_0x42bb3e={'sOYRQ':function(_0x4c03f1,_0x5a6357){return _0x4c03f1+_0x5a6357;},'fjbzx':function(_0xe4d6e1,_0x2bd4f9){return _0xe4d6e1(_0x2bd4f9);},'aBVmz':function(_0x411eff,_0x4f37c3,_0x5df809){return _0x411eff(_0x4f37c3,_0x5df809);},'zEgzW':_0x4cadef(0x116),'BdlDD':function(_0x1bbfd6){return _0x1bbfd6();},'MDkwu':_0x4cadef(0xdb),'YFhRq':function(_0x30ff0e){return _0x30ff0e();},'eKkJi':_0x4cadef(0xa5),'ISrgj':'Passed\x20:\x20','CaXyz':_0x4cadef(0xee),'NwuVM':'3|0|4|1|2|5','LbLrE':function(_0x3ad252,_0x35cd23,_0x103168){return _0x3ad252(_0x35cd23,_0x103168);},'lVdta':_0x4cadef(0xa4),'ZisUh':function(_0x6c6cc9,_0x31b6e6,_0x2b07e8){return _0x6c6cc9(_0x31b6e6,_0x2b07e8);},'qrbMf':'Playwright','NHFDn':_0x4cadef(0x9d),'umISP':function(_0x2ab96d,_0x193833){return _0x2ab96d!=_0x193833;},'yjbNY':function(_0x4c301c,_0x3f8d67){return _0x4c301c===_0x3f8d67;},'szmHr':'gherkin','FNiae':function(_0x32a224,_0x46ac17){return _0x32a224(_0x46ac17);},'cwXge':function(_0x26ee76,_0x3a7b26){return _0x26ee76*_0x3a7b26;},'KVGHn':function(_0x2b892b,_0x323350,_0x3193de){return _0x2b892b(_0x323350,_0x3193de);},'nBvFi':_0x4cadef(0xf4),'OUQwb':_0x4cadef(0x99),'fRGXG':function(_0x443a9a,_0x1068b5,_0x1827ab){return _0x443a9a(_0x1068b5,_0x1827ab);},'CgnbQ':_0x4cadef(0xa7),'rnKKY':'BrowserStackPlugin.js','fVvnm':_0x4cadef(0x90)};await _0x5d43c0[_0x4cadef(0xa9)](_0x5486dc),await helper['handleApp'](_0x5d43c0[_0x4cadef(0x12a)]);if(!_0x5d43c0[_0x4cadef(0x12a)])return;process[_0x4cadef(0xa3)]=_0x5486dc[_0x4cadef(0xa3)];_0x5486dc['profile']&&(process[_0x4cadef(0x104)][_0x4cadef(0xa3)]=_0x5486dc[_0x4cadef(0xa3)]);const _0x1ca730=_0x42bb3e['LbLrE'](getUserCodeceptJSConfigs,_0x5486dc,_0x27dd20);let _0x420688={};_0x1ca730?(logger[_0x4cadef(0xb4)]('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0x1ca730),_0x420688=CodeceptJS[_0x4cadef(0x12a)][_0x4cadef(0x125)](_0x1ca730)):logger[_0x4cadef(0xb4)](_0x42bb3e[_0x4cadef(0xf8)]);let _0x3eeaba=![];_0x42bb3e[_0x4cadef(0x105)](nestedKeyValue,_0x420688,[_0x42bb3e[_0x4cadef(0xb6)],_0x42bb3e[_0x4cadef(0xd9)]])&&(_0x3eeaba=!![]);const _0x57ec56=_0x3eeaba?_0x42bb3e['qrbMf']:_0x42bb3e[_0x4cadef(0xc7)];let _0x2e50fd=!_0x3eeaba?helper[_0x4cadef(0xaf)](_0x5d43c0['config']):![];!helper[_0x4cadef(0x118)](_0x5d43c0[_0x4cadef(0x12a)][_0x4cadef(0xd1)])&&(process[_0x4cadef(0x104)][_0x4cadef(0xf6)]=JSON[_0x4cadef(0xc6)](_0x5d43c0['config'][_0x4cadef(0xd1)]));let _0x49b349=_0x5d43c0[_0x4cadef(0x12a)][_0x4cadef(0xe9)];_0x49b349=_0x49b349||_0x42bb3e[_0x4cadef(0x111)](checkAccessibilityPlatformConfig,_0x5d43c0['config']),process[_0x4cadef(0x104)][_0x4cadef(0xbc)]=_0x49b349;_0x49b349&&(_0x2e50fd=!_0x49b349);_0x42bb3e[_0x4cadef(0x127)](_0x5d43c0[_0x4cadef(0x12a)][_0x4cadef(0xae)],null)?process['env'][_0x4cadef(0xd7)]=_0x5d43c0[_0x4cadef(0x12a)]['testObservability']:process['env'][_0x4cadef(0xd7)]=_0x42bb3e[_0x4cadef(0x98)](_0x57ec56,_0x42bb3e['qrbMf']);const _0x4bb668=_0x42bb3e[_0x4cadef(0x97)](nestedKeyValue,_0x420688,[_0x42bb3e['szmHr']]),_0x528ec9=_0x4bb668&&!helper[_0x4cadef(0xc1)](_0x4bb668)?FRAMEWORKS['CODECEPT_CUCUMBER']:FRAMEWORKS['CODECEPT'],_0x2de044=await TestHubHandler['launchBuild'](_0x528ec9,_0x5d43c0);_0x49b349&&_0x42bb3e[_0x4cadef(0xf0)](setAccessibilityCapabilities,_0x5d43c0[_0x4cadef(0x12a)]);const _0xa3eef2={},_0x424c36=[],_0x5ae1d7=_0x5d43c0[_0x4cadef(0x12a)]['parallelsPerPlatform']||helper[_0x4cadef(0x11e)](_0x5486dc,_0x27dd20,_0x5d43c0[_0x4cadef(0x12a)],constants[_0x4cadef(0xfc)][_0x4cadef(0x107)])||0x1;let _0x34885b=0x1;if(_0x42bb3e[_0x4cadef(0x93)](isBrowserstackInfra)){const _0x52287e=helper[_0x4cadef(0x11b)](_0x5d43c0[_0x4cadef(0x12a)],_0x2e50fd,constants[_0x4cadef(0xfc)][_0x4cadef(0x107)]);_0x52287e[_0x4cadef(0x10a)](_0x4762bd=>{const _0x2147f5=_0x4cadef;helper[_0x2147f5(0xcb)](_0x4762bd);}),helper[_0x4cadef(0x131)](_0x5d43c0[_0x4cadef(0x12a)])?_0x34885b=_0x42bb3e['cwXge'](_0x5ae1d7,_0x5d43c0[_0x4cadef(0x12a)][_0x4cadef(0xf3)][_0x4cadef(0x100)]):_0x34885b=_0x5ae1d7,_0x52287e[_0x4cadef(0x10a)](_0xbd0361=>{const _0x2794cc=_0x4cadef,_0x344670={'inTaN':function(_0xb47fea,_0xff64){const _0x5dae53=a2_0x459c;return _0x42bb3e[_0x5dae53(0xa1)](_0xb47fea,_0xff64);},'TwoKE':function(_0x2f50d3,_0xadedba){const _0x19e830=a2_0x459c;return _0x42bb3e[_0x19e830(0x111)](_0x2f50d3,_0xadedba);}},_0x33fb17=_0x42bb3e[_0x2794cc(0xa1)](helper[_0x2794cc(0xf1)](_0xbd0361,'_'),'_'+Date['now']()),_0x57380b=((()=>{const _0x27e3d1=_0x2794cc;if(_0x3eeaba){const _0x470840=pwToCodeceptBrowser[_0xbd0361[_0x27e3d1(0xf5)]]||_0xbd0361['browserName'];return{'browser':_0x470840,[_0x470840]:{'browserWSEndpoint':_0x344670[_0x27e3d1(0xcc)](helper['getPlaywrightUrl'](_0x5d43c0[_0x27e3d1(0x12a)]),_0x344670['TwoKE'](encodeURIComponent,JSON[_0x27e3d1(0xc6)](_0xbd0361)))}};}const _0x5b1b3a={};return _0x5b1b3a[_0x27e3d1(0x99)]=_0xbd0361,_0x5b1b3a[_0x27e3d1(0xcf)]=_0x5d43c0[_0x27e3d1(0x12a)][_0x27e3d1(0xb7)],_0x5b1b3a[_0x27e3d1(0x12d)]=_0x5d43c0[_0x27e3d1(0x12a)][_0x27e3d1(0x122)],_0x5b1b3a;})()),_0x468c94=_0x42bb3e['aBVmz'](nestedKeyValue,_0x420688,[_0x42bb3e[_0x2794cc(0xb6)],_0x57ec56]);_0xa3eef2[_0x33fb17]=_0x468c94?helper[_0x2794cc(0x9b)](_0x57380b,_0x468c94):_0x57380b;if(_0x3eeaba)_0xa3eef2[_0x33fb17][_0x2794cc(0xf4)]=pwToCodeceptBrowser[_0xbd0361[_0x2794cc(0xf5)]]||_0xbd0361['browserName'];else{_0xa3eef2[_0x33fb17]['browser']=_0xbd0361[_0x2794cc(0xf5)]||_0x57380b[_0x2794cc(0xf4)];if(_0x42bb3e[_0x2794cc(0x93)](isBrowserstackInfra)){_0xa3eef2[_0x33fb17][_0x2794cc(0x12c)]=constants[_0x2794cc(0xc9)]['replace'](_0x42bb3e['MDkwu'],'')['replace'](/https?:\/\//,'');;_0xa3eef2[_0x33fb17][_0x2794cc(0x11d)]=_0x42bb3e[_0x2794cc(0x9e)];}}_0x424c36[_0x2794cc(0xfd)](_0x33fb17);});}else{_0x34885b=0x1;if(_0x3eeaba){const _0x18a617=_0x42bb3e['KVGHn'](nestedKeyValue,_0x420688,[_0x42bb3e['zEgzW'],_0x57ec56,_0x42bb3e['nBvFi']]),_0x5d72a6=_0x42bb3e[_0x4cadef(0x97)](nestedKeyValue,_0x420688,[_0x42bb3e['zEgzW'],_0x57ec56,_0x18a617]);if(_0x5d72a6&&_0x5d72a6[_0x4cadef(0xa8)]){const _0x54601f={};_0x54601f[_0x4cadef(0xf3)]=[],_0x5d72a6[_0x4cadef(0xa8)]=helper[_0x4cadef(0x11b)](Object[_0x4cadef(0x94)]({},_0x5d43c0[_0x4cadef(0x12a)],_0x54601f),null,_0x528ec9[_0x4cadef(0xa0)](),null,null,_0x5d72a6[_0x4cadef(0xa8)]);}}else{const _0x2f0115={};_0x2f0115[_0x4cadef(0xf3)]=[],_0x420688[_0x42bb3e['zEgzW']][_0x57ec56][_0x42bb3e[_0x4cadef(0xbe)]]=helper[_0x4cadef(0x11b)](Object[_0x4cadef(0x94)]({},_0x5d43c0[_0x4cadef(0x12a)],_0x2f0115),null,_0x528ec9['toLowerCase'](),_0x42bb3e['fRGXG'](nestedKeyValue,_0x420688,[_0x42bb3e[_0x4cadef(0xb6)],_0x57ec56,_0x42bb3e[_0x4cadef(0xbe)]])||{},null,null);}_0xa3eef2[_0x42bb3e[_0x4cadef(0xb5)]]=_0x420688,_0x424c36[_0x4cadef(0xfd)](_0x42bb3e[_0x4cadef(0xb5)]);}const _0x744877={};_0x744877[_0x4cadef(0xb8)]=_0x1ca730;const _0x5347f1=_0x744877,_0x4bcb49=path[_0x4cadef(0x10f)](__dirname,_0x42bb3e['rnKKY']),_0x373b48=process['cwd']();process['env'][_0x42bb3e[_0x4cadef(0x10b)]]=_0x373b48,process[_0x4cadef(0xc8)](path[_0x4cadef(0xe2)](_0x1ca730));const _0x465034=new CodeceptJS[(_0x4cadef(0x9f))](null,_0x5347f1),_0x5cf2ed=_0x465034[_0x4cadef(0xc0)](_0x34885b),_0x41531f=testOpsHelper['isTestObservabilitySession'](),_0x3cf422=_0x424c36[_0x4cadef(0xb0)](_0x425a97=>{const _0x43828b=_0x4cadef,_0x388909={};_0x388909[_0x43828b(0x130)]=_0xa3eef2[_0x425a97];const _0x2194b8={};_0x2194b8['WebDriver']=_0xa3eef2[_0x425a97];const _0x22d2e4=_0x3eeaba?_0x388909:_0x2194b8,_0x5abe08=_0x42bb3e[_0x43828b(0x93)](getO11yRerunPattern),_0x2a6c30={};_0x2a6c30[_0x43828b(0x116)]=_0x22d2e4;const _0x2f3dea={};_0x2f3dea[_0x43828b(0x126)]=_0x4bcb49,_0x2f3dea[_0x43828b(0x11f)]=!![],_0x2f3dea[_0x43828b(0xab)]=_0x5d43c0[_0x43828b(0x12a)]['testContextOptions'][_0x43828b(0xab)],_0x2f3dea['skipSessionStatus']=_0x5d43c0['config'][_0x43828b(0x11c)][_0x43828b(0xda)],_0x2f3dea[_0x43828b(0xae)]=_0x41531f,_0x2f3dea[_0x43828b(0x115)]=_0x528ec9;const _0x42020a={};_0x42020a[_0x43828b(0xca)]=_0x2f3dea;const _0x2a88d={};return _0x2a88d[_0x43828b(0x128)]=_0x42020a,helper[_0x43828b(0x9b)]({},_0x420688,_0x42bb3e[_0x43828b(0xb3)](isBrowserstackInfra)?_0x2a6c30:{},_0x5abe08?{'grep':_0x5abe08}:{},_0x2a88d);});for(const _0x4ef363 of _0x3cf422){for(const _0x5cc55d of _0x5cf2ed){const _0x1bbe8b=_0x465034[_0x4cadef(0x112)]();_0x1bbe8b[_0x4cadef(0x121)](_0x5cc55d),_0x1bbe8b[_0x4cadef(0xf7)](_0x4ef363);const _0x1d0b5f={};_0x1d0b5f[_0x4cadef(0x12a)]=_0x1ca730,_0x1bbe8b[_0x4cadef(0xea)](Object[_0x4cadef(0x94)](_0x1d0b5f,_0x5486dc));}}_0x465034['on'](CodeceptJS[_0x4cadef(0xde)][_0x4cadef(0x12f)][_0x4cadef(0x109)],(_0x125f68,_0x1075c0)=>{const _0x5bc113=_0x4cadef;console[_0x5bc113(0xfb)](_0x42bb3e[_0x5bc113(0xdc)],_0x125f68['title']);const _0xcae953={[_0x125f68[_0x5bc113(0x12b)]]:_0x125f68[_0x5bc113(0xe4)][_0x5bc113(0x96)]};_testErrorData[_0x5bc113(0xfd)](_0xcae953);}),_0x465034['on'](CodeceptJS[_0x4cadef(0xde)][_0x4cadef(0x12f)][_0x4cadef(0xbf)],async _0x1c94b6=>{const _0x6aaf99=_0x4cadef;console[_0x6aaf99(0xfb)](_0x42bb3e[_0x6aaf99(0xd5)],_0x1c94b6['title']);}),_0x465034['on'](CodeceptJS['event'][_0x4cadef(0x12f)][_0x4cadef(0x11a)],async _0xcef196=>{const _0x13e374=_0x4cadef;console[_0x13e374(0xfb)](_0x42bb3e[_0x13e374(0xdf)],_0xcef196[_0x13e374(0x12b)]);}),_0x465034['on'](CodeceptJS[_0x4cadef(0xde)][_0x4cadef(0x123)][_0x4cadef(0xe8)],async()=>{const _0x385f18=_0x4cadef,_0x2726a8=_0x42bb3e[_0x385f18(0xbb)]['split']('|');let _0x263321=0x0;while(!![]){switch(_0x2726a8[_0x263321++]){case'0':_0x5d43c0[_0x385f18(0xce)]=_testErrorData;continue;case'1':utilities[_0x385f18(0xe3)](_0x5d43c0);continue;case'2':try{await TestHubHandler['stop']();}catch(_0x96d1f4){logger[_0x385f18(0x117)](_0x385f18(0xac)+util[_0x385f18(0xec)](_0x96d1f4));}continue;case'3':PerformanceTester[_0x385f18(0x102)](PerformanceEvents[_0x385f18(0xc5)]);continue;case'4':testOpsHelper[_0x385f18(0xed)]();continue;case'5':_0x465034[_0x385f18(0x103)]();continue;}break;}});async function _0x7ce3bb(){const _0x52e310=_0x4cadef;try{await _0x465034[_0x52e310(0x9a)](),await _0x465034[_0x52e310(0x92)]();}finally{process[_0x52e310(0xc8)](_0x373b48),await _0x465034[_0x52e310(0xf2)]();}}PerformanceTester[_0x4cadef(0xf9)](PerformanceEvents[_0x4cadef(0xb2)]),_0x42bb3e[_0x4cadef(0x93)](_0x7ce3bb);}module[a2_0xc5e35(0x119)]=run;
2
+ 'use strict';const a2_0x1349c5=a2_0x156f;(function(_0x28498,_0x5a8c03){const _0x2f5033=a2_0x156f,_0x357fd1=_0x28498();while(!![]){try{const _0x385a8d=-parseInt(_0x2f5033(0x19f))/0x1+-parseInt(_0x2f5033(0x16b))/0x2*(parseInt(_0x2f5033(0x1a9))/0x3)+-parseInt(_0x2f5033(0x116))/0x4+parseInt(_0x2f5033(0x156))/0x5+parseInt(_0x2f5033(0x12b))/0x6*(-parseInt(_0x2f5033(0x146))/0x7)+-parseInt(_0x2f5033(0x16c))/0x8+parseInt(_0x2f5033(0x196))/0x9;if(_0x385a8d===_0x5a8c03)break;else _0x357fd1['push'](_0x357fd1['shift']());}catch(_0x5048f9){_0x357fd1['push'](_0x357fd1['shift']());}}}(a2_0x5832,0x68557));function a2_0x5832(){const _0x2daa48=['BROWSERSTACK_TEST_OBSERVABILITY_YML','9fiVLAD','slice','../../helpers/test-observability/utils','Blfbd','initialize','replace','isTrue','BROWSERSTACK_TEST_ACCESSIBILITY_YML','webkit','../../helpers/testhub/testhubHandler','addOptions','path','yCfcP','getPlatformName','3289196xsdsmD','EVENTS','5|3|1|2|0|4','codecept.conf.js','../../bin/playwright/accessibility-helper','passed','rTUTI','Playwright','TeAOK','bootstrapAll','playwright-chromium','iseoe','host','accessibilityOptions','event','map','failed','nrccn','browser','YBefR','browserName','6GKCqsU','join','Passed\x20:\x20','desiredCapabilities','enabled','accessKey','before','hubUrl','load','isUndefined','end','teardownAll','prepareCapabilities','isTestObservabilitySession','chromium','Workers','RKCci','split','ykwvq','process','AStCl','QVbMe','stop','DZyIo','getUserWorkerCount','isEmpty','CODECEPT_CUCUMBER','504119kgSamo','testObservability','start','testContextOptions','testConfig','skipSessionStatus','handleApp','/wd/hub','CODECEPT','title','length','parallelsPerPlatform','TlBfO','skipSessionName','format','ZVeAR','2820075dNsubP','rVyfW','helpers','../../helpers/accessibility-automation/helper','setAdditionalCapabilities','existsSync','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','KifUa','info','WebDriver','USER_CONFIG_DETAILS_PATH','test','Started\x20:\x20','fSxQz','key','spawn','cwd','platforms','browserWSEndpoint','stack','require','467966luHLJr','5815184uSrWMy','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','user','mOiTT','../../helpers/utilities','run','util','lJcrM','env','mergeDeep','../utils/clientTroubleshootingService','profile','FRAMEWORKS','createGroupsOfSuites','codecept.json','codeceptjs/lib/index.js','push','chrome','AynnL','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','validPlatformsPresent','NEVFY','../../helpers/logger','zJKKY','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','gSzQn','assign','SDK_CLEANUP','winstonLogger','chdir','exports','now','HSwvi','log','debug','../../helpers/BrowserStackSetup','../../helpers/helper','Failed\x20:\x20','trim','fvkWI','BROWSERSTACK_RERUN_TESTS','gcdSG','23679801amhcIX','userName','toLowerCase','printResults','BROWSERSTACK_RERUN','addConfig','../../helpers/test-observability/constants','findIndex','../../helpers/performance/constants','444590GdQjsY','dirname','FPEWc','plugins','config','WDnzI','RgJlr','playwright-webkit','stringify'];a2_0x5832=function(){return _0x2daa48;};return a2_0x5832();}const fs=require('fs'),path=require(a2_0x1349c5(0x1b4)),util=require(a2_0x1349c5(0x172)),process=require(a2_0x1349c5(0x13e)),logger=require(a2_0x1349c5(0x182))[a2_0x1349c5(0x188)],{default:BrowserStackSetup}=require(a2_0x1349c5(0x18f)),helper=require(a2_0x1349c5(0x190)),utilities=require(a2_0x1349c5(0x170)),{checkAccessibilityPlatformConfig}=require(a2_0x1349c5(0x159)),{setAccessibilityCapabilities}=require(a2_0x1349c5(0x11a)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x1349c5(0x190)),CodeceptJS=requireModule(a2_0x1349c5(0x17b),'codeceptjs'),testOpsHelper=require(a2_0x1349c5(0x1ab)),TestHubHandler=require(a2_0x1349c5(0x1b2)),constants=require('../utils/constants'),PerformanceTester=require('../../helpers/performance/performance-tester'),{FRAMEWORKS}=require(a2_0x1349c5(0x19c)),PerformanceEvents=require(a2_0x1349c5(0x19e))[a2_0x1349c5(0x117)],ClientTroubleShootingService=require(a2_0x1349c5(0x176)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x1cc6ba,_0x1738da)=>{const _0x167bdc=a2_0x1349c5,_0x3e2869={};_0x3e2869[_0x167bdc(0x140)]=function(_0x441444,_0x466300){return _0x441444===_0x466300;},_0x3e2869[_0x167bdc(0x129)]=_0x167bdc(0x119),_0x3e2869[_0x167bdc(0x18c)]=_0x167bdc(0x17a);const _0xace27=_0x3e2869;let _0x409964=null;const _0x54a499={};let _0x1ea491=_0x1738da['findIndex'](_0x20e391=>_0x20e391==='--config');_0xace27[_0x167bdc(0x140)](_0x1ea491,-0x1)&&(_0x1ea491=_0x1738da[_0x167bdc(0x19d)](_0x4b27f8=>_0x4b27f8==='-c'));if(!helper[_0x167bdc(0x134)](_0x1cc6ba[_0x167bdc(0x1a3)])&&fs[_0x167bdc(0x15b)](path[_0x167bdc(0x12c)](process[_0x167bdc(0x166)](),_0x1cc6ba[_0x167bdc(0x1a3)])))_0x409964=path['join'](process[_0x167bdc(0x166)](),_0x1cc6ba[_0x167bdc(0x1a3)]),_0x1738da[_0x167bdc(0x1aa)](_0x1ea491,0x2);else{if(!helper[_0x167bdc(0x134)](_0x1cc6ba['c'])&&fs['existsSync'](path['join'](process[_0x167bdc(0x166)](),_0x1cc6ba['c'])))_0x409964=path[_0x167bdc(0x12c)](process['cwd'](),_0x1cc6ba['c']),_0x1738da[_0x167bdc(0x1aa)](_0x1ea491,0x2);else{if(fs[_0x167bdc(0x15b)](path[_0x167bdc(0x12c)](process[_0x167bdc(0x166)](),_0xace27['YBefR'])))_0x409964=path[_0x167bdc(0x12c)](process[_0x167bdc(0x166)](),_0xace27[_0x167bdc(0x129)]);else fs[_0x167bdc(0x15b)](path[_0x167bdc(0x12c)](process[_0x167bdc(0x166)](),_0xace27['HSwvi']))&&(_0x409964=path['join'](process[_0x167bdc(0x166)](),_0xace27[_0x167bdc(0x18c)]));}}return process[_0x167bdc(0x174)][_0x167bdc(0x160)]=_0x409964,_0x409964;},getO11yRerunPattern=()=>{const _0x24a84b=a2_0x1349c5,_0x25789d=helper[_0x24a84b(0x1af)](process['env'][_0x24a84b(0x19a)]);if(_0x25789d){const _0x5fb6c0=process[_0x24a84b(0x174)][_0x24a84b(0x194)],_0x493db4=[];if(helper['validateRerunTestList'](_0x5fb6c0)&&!helper[_0x24a84b(0x134)](_0x5fb6c0)){_0x5fb6c0[_0x24a84b(0x13c)](',')[_0x24a84b(0x125)](_0x4fdf80=>{const _0x360d63=_0x24a84b;_0x493db4[_0x360d63(0x17c)]('('+_0x4fdf80[_0x360d63(0x192)]()+')');});const _0x1af62b='^'+_0x493db4[_0x24a84b(0x12c)]('|')+'$';return _0x1af62b;}}return null;},a2_0x4c0c6e={};a2_0x4c0c6e[a2_0x1349c5(0x17d)]=a2_0x1349c5(0x139),a2_0x4c0c6e[a2_0x1349c5(0x120)]=a2_0x1349c5(0x139),a2_0x4c0c6e['playwright-firefox']='firefox',a2_0x4c0c6e[a2_0x1349c5(0x1a6)]=a2_0x1349c5(0x1b1);const pwToCodeceptBrowser=a2_0x4c0c6e;function a2_0x156f(_0x278b2f,_0x5cdc61){const _0x583226=a2_0x5832();return a2_0x156f=function(_0x156f1d,_0x419d4c){_0x156f1d=_0x156f1d-0x116;let _0x593b42=_0x583226[_0x156f1d];return _0x593b42;},a2_0x156f(_0x278b2f,_0x5cdc61);}async function run(_0xc0291f,_0x2f5aea,_0x56f16b){const _0xde2f1a=a2_0x1349c5,_0x1f8e7d={'ykwvq':function(_0x357e2a,_0x43b095){return _0x357e2a+_0x43b095;},'RgJlr':function(_0x5bf24c,_0x28b62a){return _0x5bf24c(_0x28b62a);},'FPEWc':function(_0x4c49f4,_0x27870d,_0x5f5801){return _0x4c49f4(_0x27870d,_0x5f5801);},'mOiTT':'helpers','rTUTI':function(_0x23ff4b){return _0x23ff4b();},'WDnzI':_0xde2f1a(0x14d),'AynnL':_0xde2f1a(0x191),'RKCci':_0xde2f1a(0x12d),'rVyfW':_0xde2f1a(0x162),'fvkWI':_0xde2f1a(0x118),'nrccn':function(_0x428156,_0x461d83,_0x3a34f0){return _0x428156(_0x461d83,_0x3a34f0);},'Blfbd':_0xde2f1a(0x15c),'TlBfO':function(_0xb67c51,_0x5ffdc5,_0x162e54){return _0xb67c51(_0x5ffdc5,_0x162e54);},'ZVeAR':_0xde2f1a(0x11d),'yCfcP':_0xde2f1a(0x15f),'TeAOK':function(_0x39a471,_0x37b1bd){return _0x39a471!=_0x37b1bd;},'zJKKY':function(_0x17d154,_0x426f28){return _0x17d154===_0x426f28;},'gRVjJ':function(_0x20144a,_0x5d3d5f,_0x2a6cf1){return _0x20144a(_0x5d3d5f,_0x2a6cf1);},'iseoe':'gherkin','gSzQn':function(_0x177194,_0x43f600){return _0x177194(_0x43f600);},'fSxQz':function(_0x265295,_0x51abab){return _0x265295*_0x51abab;},'KBmRr':_0xde2f1a(0x128),'DZyIo':_0xde2f1a(0x12e),'AStCl':function(_0x315ec2,_0x125803,_0x18bac9){return _0x315ec2(_0x125803,_0x18bac9);},'KifUa':'root','gcdSG':'BrowserStackPlugin.js','NEVFY':'browserStackCwd'};await _0x56f16b[_0xde2f1a(0x1ad)](_0xc0291f),await helper[_0xde2f1a(0x14c)](_0x56f16b[_0xde2f1a(0x1a3)]);if(!_0x56f16b['config'])return;process['profile']=_0xc0291f['profile'];_0xc0291f[_0xde2f1a(0x177)]&&(process['env'][_0xde2f1a(0x177)]=_0xc0291f[_0xde2f1a(0x177)]);const _0x5966e4=_0x1f8e7d[_0xde2f1a(0x127)](getUserCodeceptJSConfigs,_0xc0291f,_0x2f5aea);let _0x589e79={};_0x5966e4?(logger[_0xde2f1a(0x15e)](_0xde2f1a(0x184)+_0x5966e4),_0x589e79=CodeceptJS[_0xde2f1a(0x1a3)][_0xde2f1a(0x133)](_0x5966e4)):logger[_0xde2f1a(0x15e)](_0x1f8e7d[_0xde2f1a(0x1ac)]);let _0x4f1726=![];_0x1f8e7d[_0xde2f1a(0x152)](nestedKeyValue,_0x589e79,[_0x1f8e7d[_0xde2f1a(0x16f)],_0x1f8e7d[_0xde2f1a(0x155)]])&&(_0x4f1726=!![]);const _0x143ad7=_0x4f1726?_0x1f8e7d[_0xde2f1a(0x155)]:_0x1f8e7d[_0xde2f1a(0x1b5)];let _0xe9dd7f=!_0x4f1726?helper['useW3C'](_0x56f16b[_0xde2f1a(0x1a3)]):![];!helper['isUndefined'](_0x56f16b[_0xde2f1a(0x1a3)]['accessibilityOptions'])&&(process['env'][_0xde2f1a(0x17f)]=JSON[_0xde2f1a(0x1a7)](_0x56f16b[_0xde2f1a(0x1a3)][_0xde2f1a(0x123)]));let _0x56557a=_0x56f16b[_0xde2f1a(0x1a3)]['accessibility'];_0x56557a=_0x56557a||_0x1f8e7d['RgJlr'](checkAccessibilityPlatformConfig,_0x56f16b['config']),process[_0xde2f1a(0x174)][_0xde2f1a(0x1b0)]=_0x56557a;_0x56557a&&(_0xe9dd7f=!_0x56557a);_0x1f8e7d[_0xde2f1a(0x11e)](_0x56f16b['config']['testObservability'],null)?process[_0xde2f1a(0x174)][_0xde2f1a(0x1a8)]=_0x56f16b['config'][_0xde2f1a(0x147)]:process[_0xde2f1a(0x174)][_0xde2f1a(0x1a8)]=_0x1f8e7d[_0xde2f1a(0x183)](_0x143ad7,_0x1f8e7d[_0xde2f1a(0x155)]);const _0x419aa9=_0x1f8e7d['gRVjJ'](nestedKeyValue,_0x589e79,[_0x1f8e7d[_0xde2f1a(0x121)]]),_0x104685=_0x419aa9&&!helper[_0xde2f1a(0x144)](_0x419aa9)?FRAMEWORKS[_0xde2f1a(0x145)]:FRAMEWORKS['CODECEPT'],_0x4df078=await TestHubHandler['launchBuild'](_0x104685,_0x56f16b);_0x56557a&&_0x1f8e7d[_0xde2f1a(0x185)](setAccessibilityCapabilities,_0x56f16b[_0xde2f1a(0x1a3)]);const _0x26be87={},_0x44413a=[],_0x51440d=_0x56f16b[_0xde2f1a(0x1a3)][_0xde2f1a(0x151)]||helper[_0xde2f1a(0x143)](_0xc0291f,_0x2f5aea,_0x56f16b[_0xde2f1a(0x1a3)],constants[_0xde2f1a(0x178)][_0xde2f1a(0x14e)])||0x1;let _0x26a5c6=0x1;if(_0x1f8e7d['rTUTI'](isBrowserstackInfra)){const _0x3171ff=helper[_0xde2f1a(0x137)](_0x56f16b[_0xde2f1a(0x1a3)],_0xe9dd7f,constants[_0xde2f1a(0x178)]['CODECEPT']);_0x3171ff['forEach'](_0x3fefe5=>{const _0x59cdf5=_0xde2f1a;helper[_0x59cdf5(0x15a)](_0x3fefe5);}),helper[_0xde2f1a(0x180)](_0x56f16b[_0xde2f1a(0x1a3)])?_0x26a5c6=_0x1f8e7d[_0xde2f1a(0x163)](_0x51440d,_0x56f16b[_0xde2f1a(0x1a3)]['platforms'][_0xde2f1a(0x150)]):_0x26a5c6=_0x51440d,_0x3171ff['forEach'](_0xe41a09=>{const _0x14980b=_0xde2f1a,_0x59315e={'lJcrM':function(_0x39676d,_0x2c9fb4){return _0x1f8e7d['ykwvq'](_0x39676d,_0x2c9fb4);},'QomrG':function(_0x1933d7,_0x5d3038){const _0x2c21f7=a2_0x156f;return _0x1f8e7d[_0x2c21f7(0x1a5)](_0x1933d7,_0x5d3038);}},_0x505e99=_0x1f8e7d[_0x14980b(0x13d)](helper[_0x14980b(0x1b6)](_0xe41a09,'_'),'_'+Date[_0x14980b(0x18b)]()),_0x754baa=((()=>{const _0x159be3=_0x14980b;if(_0x4f1726){const _0x4081ab=pwToCodeceptBrowser[_0xe41a09[_0x159be3(0x12a)]]||_0xe41a09[_0x159be3(0x12a)];return{'browser':_0x4081ab,[_0x4081ab]:{'browserWSEndpoint':_0x59315e[_0x159be3(0x173)](helper['getPlaywrightUrl'](_0x56f16b[_0x159be3(0x1a3)]),_0x59315e['QomrG'](encodeURIComponent,JSON[_0x159be3(0x1a7)](_0xe41a09)))}};}const _0x4fc844={};return _0x4fc844[_0x159be3(0x12e)]=_0xe41a09,_0x4fc844[_0x159be3(0x16e)]=_0x56f16b[_0x159be3(0x1a3)][_0x159be3(0x197)],_0x4fc844[_0x159be3(0x164)]=_0x56f16b[_0x159be3(0x1a3)][_0x159be3(0x130)],_0x4fc844;})()),_0x44d70e=_0x1f8e7d[_0x14980b(0x1a1)](nestedKeyValue,_0x589e79,[_0x1f8e7d[_0x14980b(0x16f)],_0x143ad7]);_0x26be87[_0x505e99]=_0x44d70e?helper[_0x14980b(0x175)](_0x754baa,_0x44d70e):_0x754baa;if(_0x4f1726)_0x26be87[_0x505e99][_0x14980b(0x128)]=pwToCodeceptBrowser[_0xe41a09[_0x14980b(0x12a)]]||_0xe41a09[_0x14980b(0x12a)];else{_0x26be87[_0x505e99][_0x14980b(0x128)]=_0xe41a09[_0x14980b(0x12a)]||_0x754baa['browser'];if(_0x1f8e7d[_0x14980b(0x11c)](isBrowserstackInfra)){_0x26be87[_0x505e99][_0x14980b(0x122)]=constants[_0x14980b(0x132)][_0x14980b(0x1ae)](_0x1f8e7d['WDnzI'],'')['replace'](/https?:\/\//,'');;_0x26be87[_0x505e99][_0x14980b(0x1b4)]=_0x1f8e7d[_0x14980b(0x1a4)];}}_0x44413a[_0x14980b(0x17c)](_0x505e99);});}else{_0x26a5c6=0x1;if(_0x4f1726){const _0x1c5bdd=_0x1f8e7d['gRVjJ'](nestedKeyValue,_0x589e79,[_0x1f8e7d[_0xde2f1a(0x16f)],_0x143ad7,_0x1f8e7d['KBmRr']]),_0x21c4b3=_0x1f8e7d[_0xde2f1a(0x1a1)](nestedKeyValue,_0x589e79,[_0x1f8e7d[_0xde2f1a(0x16f)],_0x143ad7,_0x1c5bdd]);if(_0x21c4b3&&_0x21c4b3[_0xde2f1a(0x168)]){const _0x37ae8b={};_0x37ae8b['platforms']=[],_0x21c4b3[_0xde2f1a(0x168)]=helper['prepareCapabilities'](Object[_0xde2f1a(0x186)]({},_0x56f16b[_0xde2f1a(0x1a3)],_0x37ae8b),null,_0x104685[_0xde2f1a(0x198)](),null,null,_0x21c4b3['browserWSEndpoint']);}}else{const _0x447c3e={};_0x447c3e[_0xde2f1a(0x167)]=[],_0x589e79[_0x1f8e7d[_0xde2f1a(0x16f)]][_0x143ad7][_0x1f8e7d[_0xde2f1a(0x142)]]=helper[_0xde2f1a(0x137)](Object[_0xde2f1a(0x186)]({},_0x56f16b[_0xde2f1a(0x1a3)],_0x447c3e),null,_0x104685['toLowerCase'](),_0x1f8e7d[_0xde2f1a(0x13f)](nestedKeyValue,_0x589e79,[_0x1f8e7d[_0xde2f1a(0x16f)],_0x143ad7,_0x1f8e7d[_0xde2f1a(0x142)]])||{},null,null);}_0x26be87[_0x1f8e7d[_0xde2f1a(0x15d)]]=_0x589e79,_0x44413a['push'](_0x1f8e7d['KifUa']);}const _0x33018d={};_0x33018d[_0xde2f1a(0x14a)]=_0x5966e4;const _0x3ac767=_0x33018d,_0x4e4310=path['join'](__dirname,_0x1f8e7d[_0xde2f1a(0x195)]),_0x312541=process[_0xde2f1a(0x166)]();process[_0xde2f1a(0x174)][_0x1f8e7d[_0xde2f1a(0x181)]]=_0x312541,process['chdir'](path[_0xde2f1a(0x1a0)](_0x5966e4));const _0x5667ca=new CodeceptJS[(_0xde2f1a(0x13a))](null,_0x3ac767),_0x1f1e71=_0x5667ca[_0xde2f1a(0x179)](_0x26a5c6),_0x24d7f0=testOpsHelper[_0xde2f1a(0x138)](),_0x372ee4=_0x44413a['map'](_0x5e25a5=>{const _0x25fde5=_0xde2f1a,_0x5d3760={};_0x5d3760[_0x25fde5(0x11d)]=_0x26be87[_0x5e25a5];const _0x33d80e={};_0x33d80e['WebDriver']=_0x26be87[_0x5e25a5];const _0x58a90a=_0x4f1726?_0x5d3760:_0x33d80e,_0x27886a=_0x1f8e7d[_0x25fde5(0x11c)](getO11yRerunPattern),_0x1aee9c={};_0x1aee9c[_0x25fde5(0x158)]=_0x58a90a;const _0x3e6732={};_0x3e6732[_0x25fde5(0x16a)]=_0x4e4310,_0x3e6732[_0x25fde5(0x12f)]=!![],_0x3e6732[_0x25fde5(0x153)]=_0x56f16b[_0x25fde5(0x1a3)][_0x25fde5(0x149)][_0x25fde5(0x153)],_0x3e6732[_0x25fde5(0x14b)]=_0x56f16b[_0x25fde5(0x1a3)][_0x25fde5(0x149)]['skipSessionStatus'],_0x3e6732['testObservability']=_0x24d7f0,_0x3e6732['frameworkName']=_0x104685;const _0x1443f3={};_0x1443f3['BrowserStackPlugin']=_0x3e6732;const _0x49133f={};return _0x49133f[_0x25fde5(0x1a2)]=_0x1443f3,helper[_0x25fde5(0x175)]({},_0x589e79,_0x1f8e7d[_0x25fde5(0x11c)](isBrowserstackInfra)?_0x1aee9c:{},_0x27886a?{'grep':_0x27886a}:{},_0x49133f);});for(const _0x36acf1 of _0x372ee4){for(const _0x23469b of _0x1f1e71){const _0x3e7dea=_0x5667ca[_0xde2f1a(0x165)]();_0x3e7dea['addTests'](_0x23469b),_0x3e7dea[_0xde2f1a(0x19b)](_0x36acf1);const _0x378892={};_0x378892[_0xde2f1a(0x1a3)]=_0x5966e4,_0x3e7dea[_0xde2f1a(0x1b3)](Object[_0xde2f1a(0x186)](_0x378892,_0xc0291f));}}_0x5667ca['on'](CodeceptJS[_0xde2f1a(0x124)]['test'][_0xde2f1a(0x126)],(_0x2b1830,_0x441027)=>{const _0x207df6=_0xde2f1a;console[_0x207df6(0x18d)](_0x1f8e7d[_0x207df6(0x17e)],_0x2b1830['title']);const _0x553bd1={[_0x2b1830[_0x207df6(0x14f)]]:_0x2b1830['err'][_0x207df6(0x169)]};_testErrorData[_0x207df6(0x17c)](_0x553bd1);}),_0x5667ca['on'](CodeceptJS[_0xde2f1a(0x124)][_0xde2f1a(0x161)][_0xde2f1a(0x11b)],async _0x4d5164=>{const _0x35556a=_0xde2f1a;console[_0x35556a(0x18d)](_0x1f8e7d[_0x35556a(0x13b)],_0x4d5164['title']);}),_0x5667ca['on'](CodeceptJS[_0xde2f1a(0x124)]['test'][_0xde2f1a(0x131)],async _0x12193d=>{const _0x453fee=_0xde2f1a;console[_0x453fee(0x18d)](_0x1f8e7d[_0x453fee(0x157)],_0x12193d[_0x453fee(0x14f)]);}),_0x5667ca['on'](CodeceptJS[_0xde2f1a(0x124)]['all']['result'],async()=>{const _0x197a6b=_0xde2f1a,_0x169739=_0x1f8e7d[_0x197a6b(0x193)][_0x197a6b(0x13c)]('|');let _0x475442=0x0;while(!![]){switch(_0x169739[_0x475442++]){case'0':try{await TestHubHandler[_0x197a6b(0x141)]();}catch(_0x3dc169){logger[_0x197a6b(0x18e)](_0x197a6b(0x16d)+util[_0x197a6b(0x154)](_0x3dc169));}continue;case'1':testOpsHelper['printBuildLink']();continue;case'2':utilities['finalExecution'](_0x56f16b);continue;case'3':_0x56f16b['errorMessage']=_testErrorData;continue;case'4':_0x5667ca[_0x197a6b(0x199)]();continue;case'5':PerformanceTester[_0x197a6b(0x148)](PerformanceEvents[_0x197a6b(0x187)]);continue;}break;}});async function _0xbe5a8a(){const _0x47b77c=_0xde2f1a;try{await _0x5667ca[_0x47b77c(0x11f)](),await _0x5667ca[_0x47b77c(0x171)]();}finally{process[_0x47b77c(0x189)](_0x312541),await _0x5667ca[_0x47b77c(0x136)]();}}PerformanceTester[_0xde2f1a(0x135)](PerformanceEvents['SDK_SETUP']),_0x1f8e7d[_0xde2f1a(0x11c)](_0xbe5a8a);}module[a2_0x1349c5(0x18a)]=run;
@@ -1 +1 @@
1
- function a3_0x13b2(_0x4b79f2,_0x56e9b4){const _0xf91930=a3_0xf919();return a3_0x13b2=function(_0x13b29a,_0x55e540){_0x13b29a=_0x13b29a-0x196;let _0x4efbd1=_0xf91930[_0x13b29a];return _0x4efbd1;},a3_0x13b2(_0x4b79f2,_0x56e9b4);}const a3_0x15fbe7=a3_0x13b2;(function(_0x1539bb,_0x2de723){const _0x166f32=a3_0x13b2,_0x5889e2=_0x1539bb();while(!![]){try{const _0x379a5c=parseInt(_0x166f32(0x1c3))/0x1*(-parseInt(_0x166f32(0x1d3))/0x2)+-parseInt(_0x166f32(0x1de))/0x3+-parseInt(_0x166f32(0x1d7))/0x4+-parseInt(_0x166f32(0x19b))/0x5+-parseInt(_0x166f32(0x1d6))/0x6+parseInt(_0x166f32(0x1a5))/0x7*(-parseInt(_0x166f32(0x1ba))/0x8)+parseInt(_0x166f32(0x1cb))/0x9*(parseInt(_0x166f32(0x1e3))/0xa);if(_0x379a5c===_0x2de723)break;else _0x5889e2['push'](_0x5889e2['shift']());}catch(_0x196f81){_0x5889e2['push'](_0x5889e2['shift']());}}}(a3_0xf919,0x593d1));const {isUndefined,nestedKeyValue}=require(a3_0x15fbe7(0x1d5)),logger=require(a3_0x15fbe7(0x1a6))[a3_0x15fbe7(0x1b5)],PlaywrightSessionDetails=require(a3_0x15fbe7(0x1b7)),{isAccessibilityAutomationSession}=require(a3_0x15fbe7(0x19c)),{getObservabilityLinkedProductName}=require(a3_0x15fbe7(0x1b2)),getOSVersionFromCaps=_0x18f69d=>{const _0x20bbc8=a3_0x15fbe7,_0x124563={};_0x124563['yCOSf']=_0x20bbc8(0x1dc),_0x124563[_0x20bbc8(0x1e0)]=_0x20bbc8(0x1d2),_0x124563[_0x20bbc8(0x1c2)]=_0x20bbc8(0x1a8),_0x124563[_0x20bbc8(0x1d9)]=_0x20bbc8(0x1a3),_0x124563[_0x20bbc8(0x1c4)]=_0x20bbc8(0x1e4);const _0x3de043=_0x124563;if(!_0x18f69d)return null;const _0x188653=_0x18f69d[_0x3de043[_0x20bbc8(0x1a7)]],_0x471f5c=[_0x3de043[_0x20bbc8(0x1e0)],_0x3de043[_0x20bbc8(0x1c2)],_0x3de043[_0x20bbc8(0x1d9)],_0x3de043[_0x20bbc8(0x1c4)]];for(const _0x53b575 of _0x471f5c){if(_0x188653&&_0x188653[_0x53b575])return _0x188653[_0x53b575];else{if(_0x18f69d[_0x53b575])return _0x18f69d[_0x53b575];}}return null;};exports['fetchPlatformDetails']=_0x2146b0=>{const _0x596007=a3_0x15fbe7,_0x3ffd50={'lNXhc':_0x596007(0x19f),'TCLXV':function(_0x55d3ef,_0x4b096a){return _0x55d3ef===_0x4b096a;},'KohLl':_0x596007(0x1ac),'OdKCQ':function(_0x401214,_0x5d30ae){return _0x401214(_0x5d30ae);},'AfTdL':function(_0x3bcbc3,_0x4fc2d9,_0x5a0874){return _0x3bcbc3(_0x4fc2d9,_0x5a0874);},'olGrg':_0x596007(0x1bb),'ldgdF':_0x596007(0x1be),'TsFXB':function(_0xacfedc,_0x53239e){return _0xacfedc(_0x53239e);},'ARUXe':function(_0x2f9842,_0x326ac1){return _0x2f9842===_0x326ac1;},'Rbota':_0x596007(0x1a1),'dqMic':function(_0x54f0e5,_0x1ead5a,_0x29c7fc){return _0x54f0e5(_0x1ead5a,_0x29c7fc);},'wgePx':_0x596007(0x1e8),'vgBNl':_0x596007(0x1bc),'oIBeo':_0x596007(0x1b0)};if(!_0x2146b0)return null;let _0x56ab2f=global['__cloud_provider___']||_0x3ffd50[_0x596007(0x1c5)];if(_0x3ffd50[_0x596007(0x1c7)](_0x2146b0[_0x596007(0x1b9)][_0x596007(0x1d1)],_0x3ffd50['KohLl'])){const _0x5c030a=_0x2146b0[_0x596007(0x1e8)];if(!_0x5c030a)return null;const _0x2d7b5e=_0x5c030a[_0x596007(0x1b6)],_0x134bee=_0x3ffd50[_0x596007(0x1e6)](getOSVersionFromCaps,_0x3ffd50[_0x596007(0x1b4)](nestedKeyValue,_0x2146b0,[_0x3ffd50[_0x596007(0x1ab)],_0x3ffd50[_0x596007(0x19e)]]));return{[_0x56ab2f]:{'browser':_0x2d7b5e[_0x596007(0x1d0)],'browser_version':_0x2d7b5e[_0x596007(0x1bd)],'capabilities':_0x2d7b5e,'platform':_0x2d7b5e[_0x596007(0x1e5)],'platform_version':_0x2d7b5e[_0x596007(0x1d2)]||_0x134bee,'product':_0x3ffd50[_0x596007(0x1a4)](getObservabilityLinkedProductName,_0x2d7b5e),'session_id':_0x5c030a[_0x596007(0x1cd)]}};}else{if(_0x3ffd50[_0x596007(0x1db)](_0x2146b0[_0x596007(0x1b9)][_0x596007(0x1d1)],_0x3ffd50[_0x596007(0x197)])){const _0x50686a=PlaywrightSessionDetails['getDetails']();_0x56ab2f=_0x50686a['cloudProvider']||_0x56ab2f;const _0x3a35c7=_0x3ffd50[_0x596007(0x1c6)](nestedKeyValue,_0x2146b0,[_0x3ffd50[_0x596007(0x1ab)],_0x3ffd50[_0x596007(0x1b3)],_0x3ffd50[_0x596007(0x19d)]]),_0xb62a81=_0x3a35c7?JSON[_0x596007(0x1e2)](new URL(_0x3a35c7)[_0x596007(0x1c8)]['get'](_0x3ffd50[_0x596007(0x1a2)])):{};return{[_0x56ab2f]:{'browser':_0x50686a[_0x596007(0x1e8)]||_0xb62a81['browserName'],'browser_version':_0x50686a[_0x596007(0x1da)]||_0xb62a81['browser_version'],'capabilities':_0xb62a81,'platform':_0x50686a['platform'],'platform_version':_0x50686a[_0x596007(0x1a8)],'product':_0x3ffd50[_0x596007(0x1e6)](getObservabilityLinkedProductName,_0xb62a81),'session_id':_0x50686a[_0x596007(0x1e7)]}};}}},exports[a3_0x15fbe7(0x1df)]=_0xee85fd=>{const _0x5d118c=a3_0x15fbe7,_0x417d3a={'SEOSa':function(_0x4fbaf1){return _0x4fbaf1();},'znhki':function(_0x3e5804,_0x3c9b7f){return _0x3e5804===_0x3c9b7f;},'gFPHg':_0x5d118c(0x1c9),'kLwZX':function(_0x4f19d7,_0x44e74e){return _0x4f19d7>_0x44e74e;},'DwJaa':function(_0x272e58,_0xd67a38){return _0x272e58(_0xd67a38);},'lbrQB':_0x5d118c(0x1a9),'nFezD':function(_0xdd4ccf,_0x227d64){return _0xdd4ccf===_0x227d64;},'riQzc':_0x5d118c(0x1b1),'iGbtk':_0x5d118c(0x1e9),'uPkTw':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','JTlQs':function(_0x144e1d,_0x567edc){return _0x144e1d(_0x567edc);},'zQtDi':_0x5d118c(0x1d4)};if(_0x417d3a['SEOSa'](isAccessibilityAutomationSession)){const _0x2f6c2f=_0xee85fd[_0x5d118c(0x1e8)],_0x26c36e=_0x2f6c2f['capabilities'];global['accessibilityPlatform']=!![],!(_0x417d3a[_0x5d118c(0x196)](_0x26c36e['browserVersion'],_0x417d3a[_0x5d118c(0x1cf)])||_0x417d3a[_0x5d118c(0x1ad)](_0x417d3a[_0x5d118c(0x1dd)](parseInt,_0x26c36e['browserVersion']),0x5e))&&(logger['warn'](_0x417d3a[_0x5d118c(0x1aa)]),global[_0x5d118c(0x1c0)]=![]),!(_0x417d3a[_0x5d118c(0x1b8)](_0x26c36e['browserName'],_0x417d3a[_0x5d118c(0x1ae)])||_0x417d3a[_0x5d118c(0x196)](_0x26c36e[_0x5d118c(0x1d0)],_0x417d3a[_0x5d118c(0x1e1)]))&&(logger[_0x5d118c(0x1a0)](_0x417d3a[_0x5d118c(0x1ca)]),global[_0x5d118c(0x1c0)]=![]),!_0x417d3a[_0x5d118c(0x199)](isUndefined,_0x26c36e['deviceName'])&&(logger[_0x5d118c(0x1a0)](_0x417d3a['zQtDi']),global['accessibilityPlatform']=![]);}},exports[a3_0x15fbe7(0x1af)]=_0x2b6b21=>{const _0x2480f7=a3_0x15fbe7,_0xe93284={};_0xe93284['cpCsX']=function(_0x10db1f,_0x57178f){return _0x10db1f!==_0x57178f;},_0xe93284['ZRgFU']=_0x2480f7(0x1bf),_0xe93284[_0x2480f7(0x1ce)]=_0x2480f7(0x198),_0xe93284['TSLNi']=_0x2480f7(0x19a);const _0x1ba2d7=_0xe93284;if(!_0x2b6b21)return![];else{if(_0x1ba2d7[_0x2480f7(0x1d8)](typeof _0x2b6b21,_0x1ba2d7['ZRgFU']))return!![];}return!_0x2b6b21[_0x2480f7(0x1c1)](_0x1ba2d7[_0x2480f7(0x1ce)])&&!_0x2b6b21[_0x2480f7(0x1c1)](_0x1ba2d7[_0x2480f7(0x1cc)]);};function a3_0xf919(){const _0x4db2b3=['dqMic','TCLXV','searchParams','latest','uPkTw','862506eUEWpe','TSLNi','sessionId','MLSEe','gFPHg','browserName','name','platformVersion','166XFPSbX','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','../../helpers/helper','3386268XWYRYa','390584yZeQti','cpCsX','NYSDL','browser_version','ARUXe','bstack:options','DwJaa','671688IEdtzS','processWebDriverConfig','UAwfG','iGbtk','parse','310GANVan','os_version','platformName','OdKCQ','bsSessionId','browser','playwright-chromium','znhki','Rbota','browserstack_executor','JTlQs','browserstack_accessibility_automation_script','3637305ODkdsW','../../helpers/accessibility-automation/helper','vgBNl','ldgdF','unknown_grid','warn','Playwright','oIBeo','osVersion','TsFXB','238KSEwPN','../../helpers/logger','yCOSf','platform_version','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','lbrQB','olGrg','WebDriver','kLwZX','riQzc','shouldPatchExecuteScript','caps','chrome','../../helpers/test-observability/utils','wgePx','AfTdL','winstonLogger','capabilities','../../bin/playwright/sessionDetails','nFezD','constructor','131496XIadjL','config','browserWSEndpoint','browserVersion','desiredCapabilities','string','accessibilityPlatform','includes','IJAsh','5218sDIVwG','bgfTK','lNXhc'];a3_0xf919=function(){return _0x4db2b3;};return a3_0xf919();}
1
+ const a3_0x328eeb=a3_0x2c47;(function(_0x39b0a9,_0x5cb40a){const _0x458660=a3_0x2c47,_0x49abc0=_0x39b0a9();while(!![]){try{const _0x40768f=-parseInt(_0x458660(0x1bd))/0x1*(parseInt(_0x458660(0x1c0))/0x2)+parseInt(_0x458660(0x1ff))/0x3+-parseInt(_0x458660(0x1fb))/0x4*(parseInt(_0x458660(0x1f4))/0x5)+-parseInt(_0x458660(0x1df))/0x6*(parseInt(_0x458660(0x1bf))/0x7)+parseInt(_0x458660(0x1dd))/0x8*(-parseInt(_0x458660(0x1c2))/0x9)+parseInt(_0x458660(0x1ee))/0xa+parseInt(_0x458660(0x1b9))/0xb*(parseInt(_0x458660(0x1c4))/0xc);if(_0x40768f===_0x5cb40a)break;else _0x49abc0['push'](_0x49abc0['shift']());}catch(_0x48dd09){_0x49abc0['push'](_0x49abc0['shift']());}}}(a3_0x16a9,0x3672e));function a3_0x2c47(_0x36cd6d,_0x27c9f5){const _0x16a9bb=a3_0x16a9();return a3_0x2c47=function(_0x2c4714,_0x15db98){_0x2c4714=_0x2c4714-0x1b4;let _0x40bc5d=_0x16a9bb[_0x2c4714];return _0x40bc5d;},a3_0x2c47(_0x36cd6d,_0x27c9f5);}function a3_0x16a9(){const _0x5d534d=['constructor','cloudProvider','hxojQ','858430GufINm','eOJPR','GxcBP','EcFmF','GWGIl','gKzWP','browserstack_accessibility_automation_script','4WSPRVg','warn','processWebDriverConfig','EkVob','109938hkZXPW','TonXE','cBhNB','HREdC','ucbzN','YSunW','Playwright','searchParams','browserVersion','sessionId','462pmUOAm','fetchPlatformDetails','shouldPatchExecuteScript','browserWSEndpoint','311261AoUHJs','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','175LXKluQ','2HveVjv','fdUsg','10107nulOrT','name','237096VpnDHh','platformName','HRzKr','unknown_grid','platform','hdQho','deviceName','nvHxL','jdHcD','get','OaXuo','MVNTh','caps','winstonLogger','../../helpers/helper','../../bin/playwright/sessionDetails','osVersion','pTcli','aiqen','browser','lUdqN','oFvRX','nwCph','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','../../helpers/logger','1504CzhXHp','bsSessionId','81402WFdHKt','DGbIU','getDetails','latest','browserstack_executor','capabilities','HsMlD','accessibilityPlatform','parse','gsZua','WebDriver','__cloud_provider___','browserName','includes','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','3897860FuHZLC','browser_version','../../helpers/test-observability/utils'];a3_0x16a9=function(){return _0x5d534d;};return a3_0x16a9();}const {isUndefined,nestedKeyValue}=require(a3_0x328eeb(0x1d2)),logger=require(a3_0x328eeb(0x1dc))[a3_0x328eeb(0x1d1)],PlaywrightSessionDetails=require(a3_0x328eeb(0x1d3)),{isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),{getObservabilityLinkedProductName}=require(a3_0x328eeb(0x1f0)),getOSVersionFromCaps=_0x10e718=>{const _0x5c7407=a3_0x328eeb,_0x20d42d={};_0x20d42d[_0x5c7407(0x1d6)]='bstack:options',_0x20d42d[_0x5c7407(0x1f6)]='platformVersion',_0x20d42d['uTgik']='platform_version',_0x20d42d[_0x5c7407(0x1da)]=_0x5c7407(0x1d4),_0x20d42d[_0x5c7407(0x1e0)]='os_version';const _0xf6f562=_0x20d42d;if(!_0x10e718)return null;const _0x2ed5c3=_0x10e718[_0xf6f562[_0x5c7407(0x1d6)]],_0x110d52=[_0xf6f562['GxcBP'],_0xf6f562['uTgik'],_0xf6f562[_0x5c7407(0x1da)],_0xf6f562[_0x5c7407(0x1e0)]];for(const _0x35ce22 of _0x110d52){if(_0x2ed5c3&&_0x2ed5c3[_0x35ce22])return _0x2ed5c3[_0x35ce22];else{if(_0x10e718[_0x35ce22])return _0x10e718[_0x35ce22];}}return null;};exports[a3_0x328eeb(0x1ba)]=_0x374906=>{const _0x2444ad=a3_0x328eeb,_0x55f92d={'VMWqb':_0x2444ad(0x1c7),'GWGIl':function(_0x311706,_0x10cce6){return _0x311706===_0x10cce6;},'pwnhX':_0x2444ad(0x1e9),'nvHxL':function(_0x184bb1,_0x2a7ae3){return _0x184bb1(_0x2a7ae3);},'lUdqN':function(_0x17e938,_0x30103b,_0x4a0c39){return _0x17e938(_0x30103b,_0x4a0c39);},'MVNTh':'config','EkVob':'desiredCapabilities','TjbXT':function(_0x45890d,_0x1bfa0b){return _0x45890d(_0x1bfa0b);},'yvcGG':_0x2444ad(0x1b5),'gKzWP':'browser','pTcli':_0x2444ad(0x1bc),'YSunW':_0x2444ad(0x1d0),'hdQho':function(_0x38bd46,_0x353125){return _0x38bd46(_0x353125);}};if(!_0x374906)return null;let _0x53fced=global[_0x2444ad(0x1ea)]||_0x55f92d['VMWqb'];if(_0x55f92d[_0x2444ad(0x1f8)](_0x374906[_0x2444ad(0x1f1)][_0x2444ad(0x1c3)],_0x55f92d['pwnhX'])){const _0x384c78=_0x374906[_0x2444ad(0x1d7)];if(!_0x384c78)return null;const _0x23684e=_0x384c78['capabilities'],_0x2e5faf=_0x55f92d[_0x2444ad(0x1cb)](getOSVersionFromCaps,_0x55f92d[_0x2444ad(0x1d8)](nestedKeyValue,_0x374906,[_0x55f92d[_0x2444ad(0x1cf)],_0x55f92d[_0x2444ad(0x1fe)]]));return{[_0x53fced]:{'browser':_0x23684e[_0x2444ad(0x1eb)],'browser_version':_0x23684e[_0x2444ad(0x1b7)],'capabilities':_0x23684e,'platform':_0x23684e[_0x2444ad(0x1c5)],'platform_version':_0x23684e['platformVersion']||_0x2e5faf,'product':_0x55f92d['TjbXT'](getObservabilityLinkedProductName,_0x23684e),'session_id':_0x384c78[_0x2444ad(0x1b8)]}};}else{if(_0x55f92d[_0x2444ad(0x1f8)](_0x374906[_0x2444ad(0x1f1)][_0x2444ad(0x1c3)],_0x55f92d['yvcGG'])){const _0x5e6514=PlaywrightSessionDetails[_0x2444ad(0x1e1)]();_0x53fced=_0x5e6514[_0x2444ad(0x1f2)]||_0x53fced;const _0x156ce4=_0x55f92d[_0x2444ad(0x1d8)](nestedKeyValue,_0x374906,[_0x55f92d['MVNTh'],_0x55f92d[_0x2444ad(0x1f9)],_0x55f92d[_0x2444ad(0x1d5)]]),_0x46c3f7=_0x156ce4?JSON[_0x2444ad(0x1e7)](new URL(_0x156ce4)[_0x2444ad(0x1b6)][_0x2444ad(0x1cd)](_0x55f92d[_0x2444ad(0x1b4)])):{};return{[_0x53fced]:{'browser':_0x5e6514[_0x2444ad(0x1d7)]||_0x46c3f7[_0x2444ad(0x1eb)],'browser_version':_0x5e6514['browser_version']||_0x46c3f7[_0x2444ad(0x1ef)],'capabilities':_0x46c3f7,'platform':_0x5e6514[_0x2444ad(0x1c8)],'platform_version':_0x5e6514['platform_version'],'product':_0x55f92d[_0x2444ad(0x1c9)](getObservabilityLinkedProductName,_0x46c3f7),'session_id':_0x5e6514[_0x2444ad(0x1de)]}};}}},exports[a3_0x328eeb(0x1fd)]=_0x36ca3b=>{const _0x17c4b1=a3_0x328eeb,_0x3c2f1d={'eOJPR':function(_0x325700){return _0x325700();},'OaXuo':function(_0x46ed94,_0x105c3a){return _0x46ed94===_0x105c3a;},'gsZua':_0x17c4b1(0x1e2),'HsMlD':function(_0x28f0ef,_0x11fd57){return _0x28f0ef>_0x11fd57;},'oFvRX':function(_0x596ffa,_0x42bbf3){return _0x596ffa(_0x42bbf3);},'jdHcD':_0x17c4b1(0x1be),'TonXE':'chrome','SXLLR':'playwright-chromium','HRzKr':_0x17c4b1(0x1ed),'cBhNB':function(_0x2cf68c,_0x30de05){return _0x2cf68c(_0x30de05);},'hxojQ':_0x17c4b1(0x1db)};if(_0x3c2f1d[_0x17c4b1(0x1f5)](isAccessibilityAutomationSession)){const _0x5db7e0=_0x36ca3b[_0x17c4b1(0x1d7)],_0x1ceea2=_0x5db7e0[_0x17c4b1(0x1e4)];global[_0x17c4b1(0x1e6)]=!![],!(_0x3c2f1d[_0x17c4b1(0x1ce)](_0x1ceea2[_0x17c4b1(0x1b7)],_0x3c2f1d[_0x17c4b1(0x1e8)])||_0x3c2f1d[_0x17c4b1(0x1e5)](_0x3c2f1d[_0x17c4b1(0x1d9)](parseInt,_0x1ceea2[_0x17c4b1(0x1b7)]),0x5e))&&(logger[_0x17c4b1(0x1fc)](_0x3c2f1d[_0x17c4b1(0x1cc)]),global['accessibilityPlatform']=![]),!(_0x3c2f1d[_0x17c4b1(0x1ce)](_0x1ceea2[_0x17c4b1(0x1eb)],_0x3c2f1d[_0x17c4b1(0x200)])||_0x3c2f1d[_0x17c4b1(0x1ce)](_0x1ceea2[_0x17c4b1(0x1eb)],_0x3c2f1d['SXLLR']))&&(logger['warn'](_0x3c2f1d[_0x17c4b1(0x1c6)]),global[_0x17c4b1(0x1e6)]=![]),!_0x3c2f1d[_0x17c4b1(0x201)](isUndefined,_0x1ceea2[_0x17c4b1(0x1ca)])&&(logger[_0x17c4b1(0x1fc)](_0x3c2f1d[_0x17c4b1(0x1f3)]),global[_0x17c4b1(0x1e6)]=![]);}},exports[a3_0x328eeb(0x1bb)]=_0x4ec122=>{const _0x511dac=a3_0x328eeb,_0x151c02={};_0x151c02[_0x511dac(0x1f7)]=function(_0x4139a8,_0x490838){return _0x4139a8!==_0x490838;},_0x151c02['HREdC']='string',_0x151c02[_0x511dac(0x203)]=_0x511dac(0x1e3),_0x151c02[_0x511dac(0x1c1)]=_0x511dac(0x1fa);const _0x1bd547=_0x151c02;if(!_0x4ec122)return![];else{if(_0x1bd547['EcFmF'](typeof _0x4ec122,_0x1bd547[_0x511dac(0x202)]))return!![];}return!_0x4ec122['includes'](_0x1bd547[_0x511dac(0x203)])&&!_0x4ec122[_0x511dac(0x1ec)](_0x1bd547[_0x511dac(0x1c1)]);};
@@ -1 +1 @@
1
- const a4_0x4d87d7=a4_0x151e;(function(_0x5bef01,_0x38fb18){const _0x48be7e=a4_0x151e,_0x32c13c=_0x5bef01();while(!![]){try{const _0x5be766=-parseInt(_0x48be7e(0x265))/0x1*(-parseInt(_0x48be7e(0x1de))/0x2)+parseInt(_0x48be7e(0x256))/0x3+-parseInt(_0x48be7e(0x22f))/0x4+parseInt(_0x48be7e(0x244))/0x5*(parseInt(_0x48be7e(0x1ef))/0x6)+-parseInt(_0x48be7e(0x22c))/0x7*(-parseInt(_0x48be7e(0x223))/0x8)+parseInt(_0x48be7e(0x1e5))/0x9+-parseInt(_0x48be7e(0x28c))/0xa;if(_0x5be766===_0x38fb18)break;else _0x32c13c['push'](_0x32c13c['shift']());}catch(_0x51c85f){_0x32c13c['push'](_0x32c13c['shift']());}}}(a4_0x3395,0xc95d7));const path=require('path'),fs=require('fs'),{v4:uuidv4}=require(a4_0x4d87d7(0x213)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x4d87d7(0x20d)),testOpsHelper=require(a4_0x4d87d7(0x225)),{getTestEnv}=require('../mocha/test-observability/mochaUtils'),{FRAMEWORKS}=require(a4_0x4d87d7(0x209)),logger=require(a4_0x4d87d7(0x28a))[a4_0x4d87d7(0x26e)],SessionHandler=require('../../helpers/test-observability/sessionHandler'),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),PlaywrightSessionDetails=require('../playwright/sessionDetails'),debug=testOpsHelper[a4_0x4d87d7(0x1fd)],{processAccessibilityCaps}=require(a4_0x4d87d7(0x2a3)),Constants=require('../utils/constants'),{fetchPlatformDetails}=require(a4_0x4d87d7(0x222)),{shouldProcessEventForTesthub,appendTesthubParams}=require('../../helpers/testhub/utils.js'),constants=require(a4_0x4d87d7(0x1f3)),STATE_PASSED=a4_0x4d87d7(0x22d),STATE_FAILED=a4_0x4d87d7(0x1f1),a4_0x45121a={};a4_0x45121a[a4_0x4d87d7(0x28d)]='TestRunStarted',a4_0x45121a[a4_0x4d87d7(0x29c)]=a4_0x4d87d7(0x2a0),a4_0x45121a[a4_0x4d87d7(0x2b7)]=a4_0x4d87d7(0x2ba),a4_0x45121a[a4_0x4d87d7(0x1f6)]=a4_0x4d87d7(0x231),a4_0x45121a['HOOK_RUN_FINISHED']=a4_0x4d87d7(0x2ad);const TEST_EVENTS=a4_0x45121a,parseEvent=_0x20d9ce=>{const _0x5dc86e=a4_0x4d87d7,_0x4cc3fd={};_0x4cc3fd[_0x5dc86e(0x1dd)]=function(_0x351841,_0x2840b8){return _0x351841<_0x2840b8;},_0x4cc3fd['UuwOy']=function(_0x1872f8,_0x2bcb79){return _0x1872f8===_0x2bcb79;},_0x4cc3fd[_0x5dc86e(0x224)]=_0x5dc86e(0x281),_0x4cc3fd[_0x5dc86e(0x294)]=_0x5dc86e(0x210),_0x4cc3fd[_0x5dc86e(0x29a)]=function(_0x18a86d,_0x2537a3){return _0x18a86d===_0x2537a3;},_0x4cc3fd[_0x5dc86e(0x24a)]=_0x5dc86e(0x26d),_0x4cc3fd[_0x5dc86e(0x1ce)]=function(_0x42bcab,_0x325d3f){return _0x42bcab===_0x325d3f;},_0x4cc3fd[_0x5dc86e(0x293)]=_0x5dc86e(0x253),_0x4cc3fd[_0x5dc86e(0x25a)]=function(_0x425e24,_0x115604){return _0x425e24===_0x115604;},_0x4cc3fd['yTcza']=_0x5dc86e(0x226);const _0x5f21aa=_0x4cc3fd,_0x2db098=_0x20d9ce[_0x5dc86e(0x215)](/^(.*)Run(.*)$/);if(!_0x2db098)return null;if(_0x5f21aa[_0x5dc86e(0x1dd)](_0x2db098['length'],0x3))return null;const _0x42c304=_0x2db098[0x1][_0x5dc86e(0x1c8)](),_0x4aa858=_0x2db098[0x2]['toLowerCase']();return{'test':_0x5f21aa[_0x5dc86e(0x2ac)](_0x42c304,_0x5f21aa[_0x5dc86e(0x224)]),'hook':_0x5f21aa['UuwOy'](_0x42c304,_0x5f21aa[_0x5dc86e(0x294)]),'skipped':_0x5f21aa[_0x5dc86e(0x29a)](_0x4aa858,_0x5f21aa['YJJUF']),'started':_0x5f21aa[_0x5dc86e(0x1ce)](_0x4aa858,_0x5f21aa[_0x5dc86e(0x293)]),'finished':_0x5f21aa[_0x5dc86e(0x25a)](_0x4aa858,_0x5f21aa[_0x5dc86e(0x1cd)])};},mockPWBrowserType=_0x4d284f=>{const _0x47d4e2=a4_0x4d87d7,_0x482ca1={'azyry':function(_0x3b1d35,_0x2d49a8){return _0x3b1d35===_0x2d49a8;},'dkMLB':_0x47d4e2(0x25c),'ijLMY':function(_0x3d1b70,_0x5c2814,_0x5a49f1){return _0x3d1b70(_0x5c2814,_0x5a49f1);},'wVvau':_0x47d4e2(0x204),'JGuzb':function(_0x3a6523,_0xab281d){return _0x3a6523(_0xab281d);},'jotUo':_0x47d4e2(0x1ff),'WvzEF':function(_0x580e77,_0x16a282,_0x302743){return _0x580e77(_0x16a282,_0x302743);},'pwCGy':function(_0x1bcdc0,_0x42f4b5){return _0x1bcdc0(_0x42f4b5);},'ubZDT':_0x47d4e2(0x21d),'UaMkq':_0x47d4e2(0x1d9),'MoTHy':_0x47d4e2(0x24d),'KGgTL':_0x47d4e2(0x235),'xFpaj':'connect','JyazT':'launch'},_0x30a7a7=path[_0x47d4e2(0x1fb)](_0x482ca1['ubZDT'],_0x482ca1[_0x47d4e2(0x21b)],_0x482ca1[_0x47d4e2(0x258)]),_0x10a974=_0x482ca1['pwCGy'](importFileFromPWCore,_0x30a7a7);if(!_0x10a974){_0x482ca1['pwCGy'](debug,_0x482ca1['KGgTL']);return;}const _0x58c191=_0x10a974['BrowserType'],_0x35d316=_0x58c191[_0x47d4e2(0x1e8)];if(_0x35d316[_0x47d4e2(0x23b)])return;const _0x1e726c=_0x35d316['connect'];Object['defineProperty'](_0x35d316,_0x482ca1[_0x47d4e2(0x1f9)],{'get':function(){const _0xbc3abe=_0x47d4e2,_0x3bb6f8={'pnrMr':function(_0x5a1c22,_0x283de3){const _0x1a7ca4=a4_0x151e;return _0x482ca1[_0x1a7ca4(0x259)](_0x5a1c22,_0x283de3);},'BDclL':_0x482ca1[_0xbc3abe(0x1ed)],'Mzvil':function(_0x346452,_0x71595d,_0x361db6){const _0x11ef11=_0xbc3abe;return _0x482ca1[_0x11ef11(0x24f)](_0x346452,_0x71595d,_0x361db6);},'kLkCP':_0x482ca1['wVvau'],'NsOqC':function(_0x5a192c,_0xee40d7){return _0x482ca1['JGuzb'](_0x5a192c,_0xee40d7);},'OPKoP':_0x482ca1['jotUo'],'KvQrQ':function(_0x3f014f,_0x4615c6,_0x5880ab){return _0x482ca1['WvzEF'](_0x3f014f,_0x4615c6,_0x5880ab);},'jhvEp':function(_0x208d7e,_0x22e771){return _0x482ca1['pwCGy'](_0x208d7e,_0x22e771);}};return async function _0x41fb8c(_0x5c9a95,_0x47f020){const _0x4e2798=_0xbc3abe,_0x270e15=_0x3bb6f8[_0x4e2798(0x1d5)](nestedKeyValue,_0x5c9a95,[_0x3bb6f8['kLkCP']])||_0x5c9a95;let _0x5bde2f=null,_0x4377a2=null;try{[_0x4377a2,_0x5bde2f]=_0x270e15?_0x3bb6f8[_0x4e2798(0x1e6)](parseWSEndpoint,_0x270e15):[null,null],global[_0x4e2798(0x1d0)]=_0x5bde2f,logger['debug'](_0x4e2798(0x21e)+_0x4377a2),_0x4377a2[_0x4e2798(0x23a)](Constants[_0x4e2798(0x21a)])&&(global[_0x4e2798(0x2a9)]=_0x3bb6f8[_0x4e2798(0x221)]);}catch(_0x5e8d95){logger[_0x4e2798(0x1fd)](_0x4e2798(0x280)+_0x270e15+'\x20'+_0x5e8d95);}_0x3bb6f8[_0x4e2798(0x22b)](processAccessibilityCaps,_0x5bde2f,_0x4377a2);if(global[_0x4e2798(0x250)]){const _0x5ec441=await _0x35d316[_0x4e2798(0x1d8)][_0x4e2798(0x266)](this,[''+Constants['PLAYWRIGHT_HUB_URL']+_0x3bb6f8[_0x4e2798(0x282)](encodeURIComponent,JSON['stringify'](_0x5bde2f))]);return PlaywrightSessionDetails[_0x4e2798(0x2b4)](_0x5ec441,_0x4d284f,_0x270e15),_0x5ec441;}return _0x1e726c[_0x4e2798(0x266)](this,arguments)[_0x4e2798(0x1cf)](_0x2f1545=>{const _0x30c62b=_0x4e2798;let _0x2af015=_0x5c9a95[_0x30c62b(0x204)];return _0x3bb6f8[_0x30c62b(0x289)](typeof _0x5c9a95,_0x3bb6f8[_0x30c62b(0x27a)])&&(_0x2af015=_0x5c9a95),PlaywrightSessionDetails['setupBrowserDetails'](_0x2f1545,_0x4d284f,_0x2af015),_0x2f1545;});};}});const _0x8a1aef=_0x35d316['launch'];Object[_0x47d4e2(0x2ab)](_0x35d316,_0x482ca1['JyazT'],{'get':function(){return async function _0x3a630f(){const _0xa30380=a4_0x151e;return _0x8a1aef[_0xa30380(0x266)](this,arguments)['then'](_0x496209=>{const _0x5a9baf=_0xa30380;return PlaywrightSessionDetails[_0x5a9baf(0x2b4)](_0x496209,null),_0x496209;});};}});};class O11yHelper{['currentTest']=null;['currentHook']=null;['enabled']=![];[a4_0x4d87d7(0x23e)]=![];constructor(_0x3cddd7,_0x2c54e3){const _0x441143=a4_0x4d87d7,_0x4134fb={'lkzoD':_0x441143(0x1d1),'jhtEb':function(_0x2ebfdb){return _0x2ebfdb();},'XCNRg':function(_0x31ccec){return _0x31ccec();},'JnxNf':function(_0x5cc0e7,_0x583590){return _0x5cc0e7===_0x583590;},'hvNGs':'Playwright','WgMgX':function(_0x190b4b,_0xc62384){return _0x190b4b(_0xc62384);}},_0x4609f9=_0x4134fb[_0x441143(0x234)][_0x441143(0x28b)]('|');let _0x563730=0x0;while(!![]){switch(_0x4609f9[_0x563730++]){case'0':this['_testEnv']=_0x4134fb[_0x441143(0x267)](getTestEnv);continue;case'1':this[_0x441143(0x26f)]=_0x3cddd7;continue;case'2':this[_0x441143(0x1d4)]=_0x4134fb[_0x441143(0x1f0)](shouldProcessEventForTesthub);continue;case'3':this['frameworkName']=_0x2c54e3[_0x441143(0x23e)];continue;case'4':this[_0x441143(0x24b)]=new testOpsHelper[(_0x441143(0x268))]({'cwd':process['cwd']()},this[_0x441143(0x291)][_0x441143(0x24c)]);continue;case'5':this[_0x441143(0x26f)]&&_0x4134fb['JnxNf'](this[_0x441143(0x26f)][_0x441143(0x23d)][_0x441143(0x218)],_0x4134fb[_0x441143(0x264)])&&_0x4134fb[_0x441143(0x286)](mockPWBrowserType,null);continue;}break;}}[a4_0x4d87d7(0x20c)](){const _0xae0b91=a4_0x4d87d7;if(!this['enabled'])return;testOpsHelper[_0xae0b91(0x295)](),process[_0xae0b91(0x20e)](_0xae0b91(0x277)+process[_0xae0b91(0x283)]),process['on'](_0xae0b91(0x277)+process[_0xae0b91(0x283)],this['appendTestItemLog'][_0xae0b91(0x1f5)](this));}async[a4_0x4d87d7(0x1fe)](){const _0x117f7a=a4_0x4d87d7;await RequestQueueHandler['getInstance']()[_0x117f7a(0x201)]();}async[a4_0x4d87d7(0x20b)](_0x3651c1){const _0x5de879=a4_0x4d87d7,_0x1d13ef={'iltwR':_0x5de879(0x26b),'ShVTD':function(_0x5e9865,_0x306e29){return _0x5e9865(_0x306e29);}};try{this[_0x5de879(0x2b6)]&&!this['currentHook'][_0x5de879(0x262)]&&(_0x3651c1[_0x5de879(0x205)]=this[_0x5de879(0x2b6)][_0x5de879(0x257)]);!_0x3651c1[_0x5de879(0x205)]&&this['currentTest']&&!this[_0x5de879(0x2a5)]['markedStatus']&&(_0x3651c1[_0x5de879(0x2b9)]=this[_0x5de879(0x2a5)]['testAnalyticsId']);if(_0x3651c1[_0x5de879(0x205)]||_0x3651c1['test_run_uuid']){const _0x12be6a={};_0x12be6a['event_type']=_0x1d13ef['iltwR'],_0x12be6a['logs']=[_0x3651c1],await SessionHandler[_0x5de879(0x21c)](_0x12be6a);}}catch(_0x34eac1){_0x1d13ef[_0x5de879(0x245)](debug,_0x5de879(0x279)+constants['TEST_REPORTING_ANALYTICS']+_0x5de879(0x2a6)+_0x34eac1);}}async['sendCBTInfo'](_0x45fe6f){const _0x291a95=a4_0x4d87d7,_0x4bd00a={'YfVyM':_0x291a95(0x1f4),'qyvop':function(_0x29b751,_0x3407b4){return _0x29b751(_0x3407b4);}};if(!this['enabled'])return;const _0xf0d79=this['getCBTInfo'](this[_0x291a95(0x26f)]);try{const _0x1ffff3={};_0x1ffff3[_0x291a95(0x213)]=_0x45fe6f,_0x1ffff3[_0x291a95(0x22e)]=_0xf0d79;const _0xdf1581=_0x1ffff3,_0x357263={};_0x357263['event_type']=_0x4bd00a[_0x291a95(0x240)],_0x357263[_0x291a95(0x28f)]=_0xdf1581,await SessionHandler['uploadEventData'](_0x357263);}catch(_0x22af57){_0x4bd00a[_0x291a95(0x1e3)](debug,_0x291a95(0x208)+constants[_0x291a95(0x1df)]+_0x291a95(0x2a6)+_0x22af57);}}[a4_0x4d87d7(0x288)](_0x1fd2cb){const _0x2804ec=a4_0x4d87d7,_0x5365c6={'xIuvw':function(_0x35cfd8,_0x574234){return _0x35cfd8(_0x574234);}};return _0x5365c6[_0x2804ec(0x1e4)](fetchPlatformDetails,_0x1fd2cb);}[a4_0x4d87d7(0x1dc)]=_0x9be5f=>{const _0x38fd62=a4_0x4d87d7,_0x12b319={};_0x12b319[_0x38fd62(0x1c9)]=_0x38fd62(0x1f8),_0x12b319[_0x38fd62(0x246)]=_0x38fd62(0x214);const _0x118e3e=_0x12b319;if(!_0x9be5f||!_0x9be5f[_0x38fd62(0x1cb)])return;[_0x118e3e[_0x38fd62(0x1c9)],_0x118e3e[_0x38fd62(0x246)]][_0x38fd62(0x249)](_0xae4a95=>{const _0x3d1a63=_0x38fd62,_0x5e1d84=_0x9be5f[_0x3d1a63(0x1cb)][_0xae4a95];_0x5e1d84[_0x3d1a63(0x249)](_0x1366a9=>{const _0x7731b8=_0x3d1a63;_0x1366a9[_0x7731b8(0x257)]&&(_0x1366a9[_0x7731b8(0x257)]=null);});});};['mapTestHooks'](_0x1c8638){const _0x1c766a=a4_0x4d87d7,_0x382582={'JHcyK':'codeceptjs','rxiKG':function(_0x2c2b3c){return _0x2c2b3c();},'fksJG':function(_0x1f66bf,_0x38f23a){return _0x1f66bf===_0x38f23a;},'Ckoft':'_afterEach','iJSOX':function(_0x571446){return _0x571446();},'iZJZf':_0x1c766a(0x1cc),'HbeJR':_0x1c766a(0x275),'MaWUW':_0x1c766a(0x1f8)};if(!_0x1c8638||!_0x1c8638[_0x1c766a(0x1cb)])return;[_0x382582[_0x1c766a(0x272)],_0x382582[_0x1c766a(0x2a2)],_0x382582['MaWUW'],_0x382582[_0x1c766a(0x27f)]][_0x1c766a(0x249)](_0x537b40=>{const _0x2ff781=_0x1c766a,_0x725f76={'hQkjY':_0x382582[_0x2ff781(0x233)],'zSpCk':function(_0x50d368){const _0xf9fea3=_0x2ff781;return _0x382582[_0xf9fea3(0x2bd)](_0x50d368);},'znAdt':function(_0x24ac2b,_0x11149b){const _0x565e69=_0x2ff781;return _0x382582[_0x565e69(0x241)](_0x24ac2b,_0x11149b);},'zeYss':_0x382582[_0x2ff781(0x27f)],'FJQMu':function(_0x2884b8){const _0x29a37a=_0x2ff781;return _0x382582[_0x29a37a(0x1c5)](_0x2884b8);}},_0x3e9a43=_0x1c8638['parent'][_0x537b40]||[];_0x3e9a43[_0x2ff781(0x249)](_0x209412=>{const _0x1f7ab0=_0x2ff781;if(_0x209412[_0x1f7ab0(0x212)][_0x1f7ab0(0x23a)](_0x725f76[_0x1f7ab0(0x202)]))return;if(!_0x209412[_0x1f7ab0(0x257)])_0x209412[_0x1f7ab0(0x257)]=_0x725f76['zSpCk'](uuidv4);else _0x209412[_0x1f7ab0(0x262)]&&_0x725f76['znAdt'](_0x537b40,_0x725f76[_0x1f7ab0(0x236)])&&(_0x209412['hookAnalyticsId']=_0x725f76[_0x1f7ab0(0x1da)](uuidv4),delete _0x209412[_0x1f7ab0(0x262)]);});}),this[_0x1c766a(0x2bb)](_0x1c8638[_0x1c766a(0x1cb)]);}[a4_0x4d87d7(0x2a4)](_0x28f2d8){const _0x321dc1=a4_0x4d87d7,_0x40452e={};_0x40452e[_0x321dc1(0x22a)]=_0x321dc1(0x1cc),_0x40452e[_0x321dc1(0x1fc)]='_afterAll',_0x40452e['ALYWS']=_0x321dc1(0x1f8),_0x40452e[_0x321dc1(0x2bc)]='_afterEach';const _0x5a5320=_0x40452e;if(!_0x28f2d8||!_0x28f2d8['parent'])return[];const _0x2c9d79=[];return[_0x5a5320[_0x321dc1(0x22a)],_0x5a5320[_0x321dc1(0x1fc)],_0x5a5320['ALYWS'],_0x5a5320[_0x321dc1(0x2bc)]][_0x321dc1(0x249)](_0x13272f=>{const _0x507941=_0x321dc1,_0x5baf4f=_0x28f2d8[_0x507941(0x1cb)][_0x13272f]||[];_0x5baf4f[_0x507941(0x249)](_0x27e3ac=>{const _0x17b7e5=_0x507941;_0x27e3ac[_0x17b7e5(0x257)]&&_0x2c9d79[_0x17b7e5(0x21f)](_0x27e3ac[_0x17b7e5(0x257)]);});}),[]['concat'](_0x2c9d79,this[_0x321dc1(0x2a4)](_0x28f2d8[_0x321dc1(0x1cb)]));}[a4_0x4d87d7(0x1d3)](_0x2e24d0){const _0x151e0a=a4_0x4d87d7,_0x5e6c02=/^"(?<hook>.*)" hook:.*$/,_0x58580=_0x2e24d0['title'],_0x5696f9=_0x58580['match'](_0x5e6c02);if(_0x5696f9&&_0x5696f9[_0x151e0a(0x203)])return _0x5696f9[_0x151e0a(0x203)]['hook'][_0x151e0a(0x299)]()[_0x151e0a(0x269)]('\x20','_');return null;}[a4_0x4d87d7(0x1c7)](_0x5d4530){const _0x2af611=a4_0x4d87d7,_0x2e612e={};_0x2e612e[_0x2af611(0x2ae)]=function(_0x1e8b22,_0x3332d2){return _0x1e8b22===_0x3332d2;},_0x2e612e[_0x2af611(0x2b2)]=_0x2af611(0x263),_0x2e612e['jpeRf']=_0x2af611(0x252);const _0x41df78=_0x2e612e,_0x3033ee=path[_0x2af611(0x1eb)];if(_0x41df78[_0x2af611(0x2ae)](_0x5d4530,null)||_0x41df78[_0x2af611(0x2ae)](_0x5d4530,'')||_0x41df78[_0x2af611(0x2ae)](_0x5d4530,_0x3033ee)||_0x41df78[_0x2af611(0x2ae)](_0x5d4530,path[_0x2af611(0x25e)](_0x5d4530)))return null;try{return fs['statSync'](path[_0x2af611(0x1fb)](_0x5d4530,_0x41df78[_0x2af611(0x2b2)],_0x41df78['jpeRf'])),_0x5d4530;}catch(_0x5bb00){const _0xa9cb40=path[_0x2af611(0x25e)](_0x5d4530);return this[_0x2af611(0x1c7)](_0xa9cb40);}}[a4_0x4d87d7(0x238)](_0x3814a2){const _0x40bd23=a4_0x4d87d7,_0x4649b7={};_0x4649b7[_0x40bd23(0x276)]=function(_0x3968e0,_0x3fcfd4){return _0x3968e0>_0x3fcfd4;};const _0x2645eb=_0x4649b7;if(_0x3814a2[_0x40bd23(0x20a)])return _0x3814a2[_0x40bd23(0x20a)];if(_0x3814a2[_0x40bd23(0x29d)]){const _0x112199=_0x3814a2[_0x40bd23(0x29d)][_0x40bd23(0x2a5)]?this[_0x40bd23(0x238)](_0x3814a2[_0x40bd23(0x29d)][_0x40bd23(0x2a5)]):null;if(_0x112199)return _0x112199;}if(_0x3814a2[_0x40bd23(0x1cb)]){const _0x3e1166=this[_0x40bd23(0x238)](_0x3814a2['parent'])||(_0x3814a2['parent']['ctx']&&_0x3814a2['parent']['ctx'][_0x40bd23(0x2a5)]?this['getRootParentFile'](_0x3814a2[_0x40bd23(0x1cb)][_0x40bd23(0x29d)][_0x40bd23(0x2a5)]):null);if(_0x3e1166)return _0x3e1166;_0x3814a2[_0x40bd23(0x1cb)][_0x40bd23(0x23c)]&&_0x2645eb[_0x40bd23(0x276)](_0x3814a2[_0x40bd23(0x1cb)][_0x40bd23(0x23c)][_0x40bd23(0x1d6)],0x0)&&_0x3814a2['parent'][_0x40bd23(0x23c)]['forEach'](_0x47c3b1=>{const _0x584780=_0x40bd23,_0x5ecbbb=_0x47c3b1['ctx']?this[_0x584780(0x238)](_0x47c3b1[_0x584780(0x29d)]):null;if(_0x5ecbbb)return _0x5ecbbb;});}return null;}[a4_0x4d87d7(0x2af)](_0x1269d0){const _0x1b9c50=a4_0x4d87d7,_0x29fd1e={};_0x29fd1e[_0x1b9c50(0x239)]=function(_0x2c95cf,_0x8f6ea6){return _0x2c95cf!==_0x8f6ea6;};const _0x30f6e7=_0x29fd1e,_0x3dc971=[];if(_0x1269d0&&_0x1269d0['parent']){let _0xdf55b7=_0x1269d0['parent'];while(_0xdf55b7&&_0x30f6e7[_0x1b9c50(0x239)](_0xdf55b7['title'],'')){_0x3dc971[_0x1b9c50(0x21f)](_0xdf55b7[_0x1b9c50(0x212)]),_0xdf55b7=_0xdf55b7[_0x1b9c50(0x1cb)];}}return _0x3dc971;}[a4_0x4d87d7(0x2b8)](_0x1c0ed7,_0x26a0af,_0x180389=undefined){const _0x149e27=a4_0x4d87d7,_0x58610a={'jHIWm':function(_0x2884bb,_0x5e23e1){return _0x2884bb(_0x5e23e1);},'dETdT':function(_0x431768){return _0x431768();},'nVuEJ':function(_0x4339de){return _0x4339de();},'oWZGR':function(_0x3c86d9){return _0x3c86d9();},'hOsoS':_0x149e27(0x29e),'OYtGD':_0x149e27(0x271),'lzOIh':function(_0x45f05b,_0x515ee){return _0x45f05b!==_0x515ee;},'qLepa':function(_0x25e62a,_0x3730c5){return _0x25e62a!==_0x3730c5;},'ZlrpT':_0x149e27(0x25b),'ufSvY':_0x149e27(0x2b3),'mbMDg':_0x149e27(0x1f1),'whjcm':_0x149e27(0x22d),'CRiRb':'skipped','nsSgU':_0x149e27(0x270),'sXMQw':function(_0x360b1a,_0x13e53d){return _0x360b1a-_0x13e53d;},'GfgQH':function(_0x2abe13,_0x165fa4,_0x1cd13b,_0x2741ff,_0x2a6f9c){return _0x2abe13(_0x165fa4,_0x1cd13b,_0x2741ff,_0x2a6f9c);},'tTxuk':function(_0x6221aa,_0x4d58f8){return _0x6221aa!==_0x4d58f8;},'Iyykt':_0x149e27(0x22e),'yPBtX':_0x149e27(0x1d7),'eAMJi':_0x149e27(0x20f),'DuxqR':_0x149e27(0x292),'wxdHa':'backtrace','Xevmh':_0x149e27(0x206),'lDecc':'expanded','qrBWD':function(_0x22bd97,_0x4a5116){return _0x22bd97===_0x4a5116;},'vwTmd':_0x149e27(0x24e),'LDgDv':_0x149e27(0x28f)};if(!this[_0x149e27(0x1d4)])return;try{if(_0x26a0af['fn']&&_0x26a0af['fn'][_0x149e27(0x1ca)]()[_0x149e27(0x215)](/browserstack internal helper hook/))return;const _0x31110e=_0x58610a[_0x149e27(0x260)](parseEvent,_0x1c0ed7);if(!_0x31110e)return;if(_0x31110e[_0x149e27(0x281)]){this[_0x149e27(0x2a5)]=_0x26a0af,this[_0x149e27(0x2b6)]=null;if(_0x31110e['started']||_0x31110e['skipped']){_0x26a0af['startedAt']=new Date(),_0x26a0af[_0x149e27(0x262)]=![];if(!_0x26a0af[_0x149e27(0x248)])_0x26a0af[_0x149e27(0x248)]=_0x58610a[_0x149e27(0x1e1)](uuidv4);else _0x26a0af[_0x149e27(0x262)]&&(!_0x26a0af[_0x149e27(0x1db)]&&(_0x26a0af[_0x149e27(0x1db)]=_0x26a0af[_0x149e27(0x248)]),_0x26a0af['testAnalyticsId']=_0x58610a['nVuEJ'](uuidv4));}}else{if(_0x31110e[_0x149e27(0x210)]){this[_0x149e27(0x2b6)]=_0x26a0af;if(_0x31110e[_0x149e27(0x253)]){_0x26a0af[_0x149e27(0x1fa)]=new Date(),_0x26a0af[_0x149e27(0x262)]=![];if(!_0x26a0af[_0x149e27(0x257)])_0x26a0af[_0x149e27(0x257)]=_0x58610a[_0x149e27(0x237)](uuidv4);else _0x26a0af[_0x149e27(0x257)]&&_0x26a0af[_0x149e27(0x262)]&&(_0x26a0af[_0x149e27(0x257)]=_0x58610a[_0x149e27(0x227)](uuidv4));}}}if(_0x31110e[_0x149e27(0x226)]&&_0x26a0af['markedStatus'])return;let _0x190800;try{_0x190800=this[_0x149e27(0x238)](_0x26a0af);}catch(_0x247eea){logger[_0x149e27(0x1fd)](_0x149e27(0x230)+_0x247eea),_0x190800=null;}const _0x108e46=_0x58610a[_0x149e27(0x260)](require,_0x58610a[_0x149e27(0x27c)]);let _0x2c24b9=[];_0x180389&&(_0x2c24b9=[_0x180389,_0x58610a['OYtGD']]);const _0x45552d=_0x58610a[_0x149e27(0x1ea)](_0x26a0af[_0x149e27(0x2a8)],undefined)?_0x108e46['inspect'](_0x26a0af[_0x149e27(0x2a8)][0x0]):_0x58610a['qLepa'](_0x180389,undefined)?_0x180389[_0x149e27(0x1ca)]():undefined,_0x33e298=_0x190800?this[_0x149e27(0x1c7)](_0x190800):null,_0x2383d3=_0x190800?this[_0x149e27(0x24b)][_0x149e27(0x25f)](this[_0x149e27(0x238)](_0x26a0af)):_0x58610a[_0x149e27(0x298)];let _0x3cd4ce=_0x58610a[_0x149e27(0x207)];const _0x1ffe23=!_0x31110e[_0x149e27(0x253)]?new Date()[_0x149e27(0x219)]():null;if(_0x31110e[_0x149e27(0x226)])_0x3cd4ce=_0x180389?_0x58610a['mbMDg']:_0x58610a[_0x149e27(0x255)],_0x26a0af['markedStatus']=!![];else _0x31110e[_0x149e27(0x26d)]&&(_0x3cd4ce=_0x58610a['CRiRb'],_0x26a0af[_0x149e27(0x262)]=!![]);const _0x4882cb={'framework':this[_0x149e27(0x23e)],'uuid':_0x26a0af[_0x149e27(0x248)]||_0x26a0af[_0x149e27(0x257)],'name':_0x26a0af[_0x149e27(0x212)],'body':{'lang':_0x58610a['nsSgU'],'code':_0x26a0af[_0x149e27(0x296)][_0x149e27(0x1ca)]()},'type':_0x26a0af[_0x149e27(0x23f)],'scope':_0x26a0af[_0x149e27(0x1e2)](),'scopes':this[_0x149e27(0x2af)](_0x26a0af),'file_name':_0x2383d3,'vc_filepath':_0x33e298?path[_0x149e27(0x2a1)](_0x33e298,_0x190800):null,'location':_0x2383d3,'result':_0x3cd4ce,'failure_reason':_0x45552d,'duration_in_ms':_0x26a0af[_0x149e27(0x2b0)]||(_0x31110e[_0x149e27(0x226)]||_0x31110e[_0x149e27(0x26d)])?_0x58610a['sXMQw'](Date[_0x149e27(0x217)](),new Date(_0x26a0af['startedAt'])[_0x149e27(0x287)]()):null,'started_at':new Date(_0x26a0af[_0x149e27(0x1fa)])[_0x149e27(0x219)](),'finished_at':_0x1ffe23,'failure':testOpsHelper[_0x149e27(0x297)][_0x149e27(0x266)](null,_0x2c24b9),'failure_type':!_0x45552d?null:testOpsHelper[_0x149e27(0x2aa)](_0x45552d),'retry_of':_0x26a0af[_0x149e27(0x1db)]||null,'tags':_0x26a0af[_0x149e27(0x2b1)]||[],'customRerunParam':{'rerun_name':_0x26a0af[_0x149e27(0x1e2)]()}};_0x58610a['GfgQH'](appendTesthubParams,_0x4882cb,_0x1c0ed7,_0x26a0af,FRAMEWORKS[_0x149e27(0x211)]);if(_0x31110e[_0x149e27(0x210)])[_0x4882cb[_0x149e27(0x1e7)],_0x4882cb[_0x149e27(0x218)]]=[this['getHookType'](_0x26a0af),_0x26a0af['ctx'][_0x149e27(0x281)][_0x149e27(0x212)]],_0x31110e[_0x149e27(0x226)]?_0x58610a[_0x149e27(0x1c6)](_0x4882cb[_0x149e27(0x1f2)],_0x58610a['mbMDg'])&&(_0x4882cb[_0x149e27(0x1f2)]=_0x58610a['whjcm']):_0x4882cb[_0x149e27(0x296)]={};else _0x31110e[_0x149e27(0x281)]&&(this['mapTestHooks'](_0x26a0af),_0x31110e[_0x149e27(0x26d)]&&this[_0x149e27(0x1dc)](_0x26a0af),(_0x31110e[_0x149e27(0x226)]||_0x31110e['skipped'])&&(_0x4882cb['hooks']=this[_0x149e27(0x2a4)](_0x26a0af)));this[_0x149e27(0x26f)]&&(_0x31110e[_0x149e27(0x253)]||_0x31110e[_0x149e27(0x26d)])&&(_0x4882cb[_0x58610a[_0x149e27(0x274)]]=this[_0x149e27(0x288)](this['driver']));_0x31110e['test']&&_0x31110e[_0x149e27(0x226)]&&_0x26a0af[_0x149e27(0x27d)]&&(_0x4882cb[_0x58610a[_0x149e27(0x216)]]={'feature':{'name':_0x26a0af[_0x149e27(0x1cb)][_0x149e27(0x26c)][_0x149e27(0x218)],'path':_0x4882cb[_0x149e27(0x220)],'description':_0x26a0af['parent'][_0x149e27(0x254)]},'scenario':{'name':_0x26a0af[_0x149e27(0x212)]},'steps':_0x26a0af[_0x149e27(0x27d)]});const _0x5b6975=_0x4882cb[_0x58610a[_0x149e27(0x247)]][0x0];_0x5b6975&&(_0x4882cb[_0x58610a['DuxqR']]=_0x5b6975[_0x58610a[_0x149e27(0x1e9)]],_0x4882cb[_0x58610a[_0x149e27(0x28e)]]=_0x5b6975[_0x58610a[_0x149e27(0x242)]]);if(_0x26a0af['bddSteps'])for(const _0x5063fe of _0x26a0af[_0x149e27(0x27d)]){!_0x5063fe[_0x149e27(0x2b5)]&&(_0x5063fe[_0x149e27(0x2b5)]=new Date()[_0x149e27(0x219)](),_0x58610a[_0x149e27(0x29f)](_0x5063fe[_0x149e27(0x1f2)],_0x58610a[_0x149e27(0x207)])&&(_0x5b6975?(_0x5063fe[_0x149e27(0x1f2)]=_0x58610a[_0x149e27(0x278)],_0x5063fe[_0x149e27(0x20f)]=_0x5b6975[_0x58610a['wxdHa']][0x0]):_0x5063fe[_0x149e27(0x1f2)]=_0x58610a[_0x149e27(0x255)]));}const _0x396c85={};_0x396c85['event_type']=_0x31110e['skipped']?TEST_EVENTS[_0x149e27(0x29c)]:_0x1c0ed7;const _0x37b52f=_0x396c85;return _0x31110e[_0x149e27(0x210)]?_0x37b52f[_0x58610a[_0x149e27(0x1ec)]]=_0x4882cb:_0x37b52f[_0x58610a[_0x149e27(0x232)]]=_0x4882cb,_0x37b52f;}catch(_0x200d8c){logger['debug']('Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0x1c0ed7+_0x149e27(0x2a6)+_0x200d8c);}}async[a4_0x4d87d7(0x27e)](_0x219122,_0x54af80){const _0x4b410d=a4_0x4d87d7;if(!this[_0x4b410d(0x1d4)]||!_0x54af80||!_0x219122)return![];try{return await SessionHandler[_0x4b410d(0x21c)](_0x54af80);}catch(_0x1ad484){logger[_0x4b410d(0x1fd)](_0x4b410d(0x229)+_0x219122+_0x4b410d(0x2a6)+_0x1ad484);}}[a4_0x4d87d7(0x200)](_0x131c63){const _0x54c862=a4_0x4d87d7,_0x43c3d6={};_0x43c3d6[_0x54c862(0x243)]=_0x54c862(0x2b3);const _0x132d1c=_0x43c3d6;return{'id':_0x131c63[_0x54c862(0x284)],'text':_0x131c63[_0x54c862(0x2a7)],'keyword':_0x131c63[_0x54c862(0x1ee)],'started_at':_0x131c63['startedAt'][_0x54c862(0x219)](),'result':_0x132d1c[_0x54c862(0x243)]};}['bddStepStart'](_0x533e5a){const _0x514c8a=a4_0x4d87d7,_0x29fff1={'xPehO':function(_0x4dd332){return _0x4dd332();}};!this[_0x514c8a(0x2a5)][_0x514c8a(0x27d)]&&(this[_0x514c8a(0x2a5)][_0x514c8a(0x27d)]=[]),!_0x533e5a[_0x514c8a(0x284)]&&(_0x533e5a[_0x514c8a(0x284)]=_0x29fff1[_0x514c8a(0x285)](uuidv4),_0x533e5a['startedAt']=new Date(),this['currentTest']['bddSteps'][_0x514c8a(0x21f)](this['initializeBddStep'](_0x533e5a)));}[a4_0x4d87d7(0x1f7)](_0x14940f){const _0x382f5f=a4_0x4d87d7,_0x6566c3={'MUizn':function(_0x3bb3c7,_0x3e95d3){return _0x3bb3c7(_0x3e95d3);},'nMkXL':_0x382f5f(0x290),'RABsm':'pending','wwdlN':_0x382f5f(0x22d),'jwBus':function(_0x3b3e31,_0x35e28c){return _0x3b3e31-_0x35e28c;}};let _0x5c05ad=this[_0x382f5f(0x2a5)][_0x382f5f(0x27d)][_0x382f5f(0x25d)](_0x57bf03=>_0x57bf03['id']===_0x14940f['stepAnalyticsId']);_0x6566c3[_0x382f5f(0x251)](isUndefined,_0x5c05ad)&&(_0x5c05ad=this[_0x382f5f(0x200)](_0x14940f)),_0x5c05ad['result']=[_0x6566c3[_0x382f5f(0x27b)],_0x6566c3[_0x382f5f(0x261)]][_0x382f5f(0x23a)](_0x14940f[_0x382f5f(0x273)])?_0x6566c3[_0x382f5f(0x26a)]:_0x14940f[_0x382f5f(0x273)],_0x5c05ad['finished_at']=new Date()[_0x382f5f(0x219)](),_0x5c05ad[_0x382f5f(0x2b0)]=_0x6566c3[_0x382f5f(0x29b)](Date[_0x382f5f(0x217)](),_0x14940f[_0x382f5f(0x1fa)]['getTime']()),_0x5c05ad['failure']=_0x14940f['err']?_0x14940f[_0x382f5f(0x271)][_0x382f5f(0x1e0)]:null;}}const a4_0x1f2a10={};function a4_0x3395(){const _0x47c467=['2|3|1|0|4|5','O11yHelper','getHookType','enabled','Mzvil','length','meta','connectOverCDP','client','FJQMu','retryOf','resetSkipTestHooks','IJCwO','38MwUqxE','TEST_REPORTING_ANALYTICS','message','dETdT','fullTitle','qyvop','xIuvw','6848901ZQIyMF','NsOqC','hook_type','prototype','wxdHa','lzOIh','sep','vwTmd','dkMLB','keyword','6uqDSEf','XCNRg','failed','result','../utils/constants','CBTSessionCreated','bind','HOOK_RUN_STARTED','bddStepFinish','_beforeEach','xFpaj','startedAt','join','cxjCF','debug','stop','browserstack','initializeBddStep','shutdown','hQkjY','groups','wsEndpoint','hook_run_uuid','failure_reason_expanded','ufSvY','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','../../helpers/test-observability/constants','file','appendTestItemLog','start','../../helpers/helper','removeAllListeners','failure','hook','CODECEPT','title','uuid','_afterEach','match','yPBtX','now','name','toISOString','BROWSERSTACK','UaMkq','uploadEventData','lib','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','push','file_name','OPKoP','./helper.js','6354832DtiCLN','oQsxP','../../helpers/test-observability/utils','finished','oWZGR','exports','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','ZmDnU','KvQrQ','14RojGmt','passed','integrations','3883544beMBXa','failed\x20to\x20get\x20root\x20parent\x20file\x20','HookRunStarted','LDgDv','JHcyK','lkzoD','Not\x20able\x20to\x20import\x20Browser','zeYss','nVuEJ','getRootParentFile','PdxbL','includes','obsBrowserTypeMockApplied','suites','constructor','frameworkName','type','YfVyM','fksJG','lDecc','fBQFK','4086865FuMerW','ShVTD','DyoZJ','eAMJi','testAnalyticsId','forEach','YJJUF','_paths','location_prefix','browserType.js','hook_run','ijLMY','accessibilityPlatform','MUizn','config','started','comment','whjcm','3536703tEFkis','hookAnalyticsId','MoTHy','azyry','YnyuG','File\x20path\x20could\x20not\x20be\x20found','string','find','dirname','prefixTestPath','jHIWm','RABsm','markedStatus','.git','hvNGs','10158XRNhZe','apply','jhtEb','PathHelper','replace','wwdlN','LogCreated','feature','skipped','winstonLogger','driver','javascript','err','iZJZf','status','Iyykt','_afterAll','zIQzE','bs:addLog:','mbMDg','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','BDclL','nMkXL','hOsoS','bddSteps','fireEvent','Ckoft','Failed\x20to\x20parse\x20wsendpoint\x20','test','jhvEp','pid','stepAnalyticsId','xPehO','WgMgX','getTime','getCBTInfo','pnrMr','../../helpers/logger','split','27432960mPqxgH','TEST_RUN_STARTED','Xevmh','test_run','success','_testEnv','failure_backtrace','rlopV','gpeWo','patchConsoleLogger','body','failureData','ZlrpT','toUpperCase','qZjbQ','jwBus','TEST_RUN_FINISHED','ctx','util','qrBWD','TestRunFinished','relative','HbeJR','../playwright/accessibility-helper','getHooksForTest','currentTest','\x20with\x20error\x20:\x20','text','errorsDetailed','__cloud_provider___','getFailureType','defineProperty','UuwOy','HookRunFinished','JbHTv','getHierarchy','duration','tags','qOXAB','pending','setupBrowserDetails','finished_at','currentHook','TEST_RUN_SKIPPED','captureEvent','test_run_uuid','TestRunSkipped','mapTestHooks','hpfXT','rxiKG','iJSOX','tTxuk','findGitConfig','toLowerCase','phcJP','toString','parent','_beforeAll','yTcza','ZAqjy','then','__platformCaps'];a4_0x3395=function(){return _0x47c467;};return a4_0x3395();}function a4_0x151e(_0x17415e,_0xe802cc){const _0x3395e2=a4_0x3395();return a4_0x151e=function(_0x151ee6,_0x4632fa){_0x151ee6=_0x151ee6-0x1c5;let _0x537372=_0x3395e2[_0x151ee6];return _0x537372;},a4_0x151e(_0x17415e,_0xe802cc);}a4_0x1f2a10[a4_0x4d87d7(0x1d2)]=O11yHelper,a4_0x1f2a10['STATE_PASSED']=STATE_PASSED,a4_0x1f2a10['STATE_FAILED']=STATE_FAILED,a4_0x1f2a10['TEST_EVENTS']=TEST_EVENTS,module[a4_0x4d87d7(0x228)]=a4_0x1f2a10;
1
+ function a4_0x2abd(){const _0x3b0013=['_beforeAll','2370rTwLix','started','Kzjct','testAnalyticsId','eyLDD','hookAnalyticsId','fullTitle','groups','wIhgb','264416mxeWWK','driver','oCRRy','TestRunStarted','File\x20path\x20could\x20not\x20be\x20found','WkYiq','HWEAv','urqVW','setupBrowserDetails','toString','status','\x20with\x20error\x20:\x20','McouF','retryOf','debug','HookRunStarted','paFjD','658wRJvJX','bppLU','fueGI','meta','find','VjTit','WAiPU','9jPtggt','FqbTr','53251yERpRB','skipped','result','suites','vOWyR','AOxgh','length','pid','browserstack','finished_at','sendCBTInfo','frameworkName','TEST_RUN_SKIPPED','match','test_run_uuid','prefixTestPath','1422sNiNgt','TestRunSkipped','khFgr','BrowserType','getHooksForTest','TtWgU','ecZGd','_testEnv','PathHelper','currentTest','AeMgi','JTsAh','toISOString','../mocha/test-observability/mochaUtils','QnkPV','iiFlh','STATE_PASSED','uploadEventData','toUpperCase','javascript','connectOverCDP','getTime','HOOK_RUN_FINISHED','../../helpers/testhub/utils.js','__platformCaps','McOjP','2067885EUwTAk','boWhd','AuShO','removeAllListeners','CYdfW','success','prototype','hpTXI','forEach','txyDM','9uXrCis','UkVsQ','test_run','failed','iszXx','GKIYT','FkxIj','TILCv','583667PzgSQP','arbRV','AgKfm','yjpAI','currentHook','cwd','client','hook','Vvwup','errorsDetailed','passed','FLbJV','winstonLogger','rJsVL','hook_type','failed\x20to\x20get\x20root\x20parent\x20file\x20','getHookType','stop','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','laZyB','browserType.js','IuWpG','fireEvent','NfrqV','dCEPw','shutdown','TestRunFinished','3006384rwFEHk','EyHSG','accessibilityPlatform','tKhey','stepAnalyticsId','jfsEi','_afterAll','file','wsEndpoint','Not\x20able\x20to\x20import\x20Browser','connect','CYXLz','IxTiD','failure_backtrace','dirname','0|3|4|5|2|1','then','jHVjH','expanded','string','config','BROWSERSTACK','jhUnj','integrations','ctx','getHierarchy','ppiqL','TEST_REPORTING_ANALYTICS','MIJuQ','Unwew','bs:addLog:','VDWqO','push','enabled','VIjoE','failure','findGitConfig','finished','Rtydj','now','pending','HakZf','_beforeEach','gFBQy','CODECEPT','tags','azWaf','HookRunFinished','err','TEST_RUN_FINISHED','../utils/constants','O11yHelper','uuid','KqAFC','gHtPS','resetSkipTestHooks','name','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','getCBTInfo','../../helpers/test-observability/sessionHandler','DFgTT','HOOK_RUN_STARTED','bddStepFinish','RJBND','obsBrowserTypeMockApplied','concat','iYRqi','defineProperty','TEST_RUN_STARTED','event_type','374428xorjRg','bddSteps','startedAt','type','GOJyP','getInstance','duration','yoCjj','split','RmLSK','markedStatus','__cloud_provider___','LrleT','title','failureData','OXUnh','Playwright','appendTestItemLog','comment','CBTSessionCreated','IdrfR','test','hook_run_uuid','backtrace','xdFwU','_afterEach','_paths','vmyMw','inspect','join','jVAoJ','captureEvent','LogCreated','eWDWA','wBQOz','failure_reason_expanded','bddStepStart','vFaYb','TtbpK','apply','includes','getRootParentFile','statSync','cBIUK','stringify','PyZLo','parent','logs','mapTestHooks','launch','UBXZx','hooks','ZhNBl','initializeBddStep','body','.git'];a4_0x2abd=function(){return _0x3b0013;};return a4_0x2abd();}const a4_0x596cd5=a4_0x349b;(function(_0x1eb2fc,_0x4549b8){const _0x20243d=a4_0x349b,_0x5be594=_0x1eb2fc();while(!![]){try{const _0x4b57eb=-parseInt(_0x20243d(0x217))/0x1*(parseInt(_0x20243d(0x230))/0x2)+parseInt(_0x20243d(0x21e))/0x3*(-parseInt(_0x20243d(0x1c4))/0x4)+-parseInt(_0x20243d(0x24a))/0x5+parseInt(_0x20243d(0x17e))/0x6+-parseInt(_0x20243d(0x25c))/0x7+parseInt(_0x20243d(0x206))/0x8*(parseInt(_0x20243d(0x254))/0x9)+-parseInt(_0x20243d(0x1fd))/0xa*(-parseInt(_0x20243d(0x220))/0xb);if(_0x4b57eb===_0x4549b8)break;else _0x5be594['push'](_0x5be594['shift']());}catch(_0x233c6f){_0x5be594['push'](_0x5be594['shift']());}}}(a4_0x2abd,0x6a668));const path=require('path'),fs=require('fs'),{v4:uuidv4}=require(a4_0x596cd5(0x1b2)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require('../../helpers/helper'),testOpsHelper=require('../../helpers/test-observability/utils'),{getTestEnv}=require(a4_0x596cd5(0x23d)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),logger=require('../../helpers/logger')[a4_0x596cd5(0x16f)],SessionHandler=require(a4_0x596cd5(0x1b9)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),PlaywrightSessionDetails=require('../playwright/sessionDetails'),debug=testOpsHelper[a4_0x596cd5(0x214)],{processAccessibilityCaps}=require('../playwright/accessibility-helper'),Constants=require(a4_0x596cd5(0x1b0)),{fetchPlatformDetails}=require('./helper.js'),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x596cd5(0x247)),constants=require(a4_0x596cd5(0x1b0)),STATE_PASSED=a4_0x596cd5(0x16d),STATE_FAILED='failed',a4_0x3e2a07={};a4_0x3e2a07[a4_0x596cd5(0x1c2)]=a4_0x596cd5(0x209),a4_0x3e2a07[a4_0x596cd5(0x1af)]=a4_0x596cd5(0x17d),a4_0x3e2a07[a4_0x596cd5(0x22c)]=a4_0x596cd5(0x231),a4_0x3e2a07[a4_0x596cd5(0x1bb)]=a4_0x596cd5(0x215),a4_0x3e2a07[a4_0x596cd5(0x246)]=a4_0x596cd5(0x1ad);function a4_0x349b(_0x5383a8,_0x432df7){const _0x2abdf4=a4_0x2abd();return a4_0x349b=function(_0x349b51,_0x365051){_0x349b51=_0x349b51-0x165;let _0x45cee6=_0x2abdf4[_0x349b51];return _0x45cee6;},a4_0x349b(_0x5383a8,_0x432df7);}const TEST_EVENTS=a4_0x3e2a07,parseEvent=_0xc417a1=>{const _0x3bbf47=a4_0x596cd5,_0x1e62d1={};_0x1e62d1[_0x3bbf47(0x24b)]=function(_0x10fe28,_0x151e85){return _0x10fe28<_0x151e85;},_0x1e62d1[_0x3bbf47(0x19b)]=function(_0x375583,_0x492ee5){return _0x375583===_0x492ee5;},_0x1e62d1[_0x3bbf47(0x255)]=_0x3bbf47(0x1d9),_0x1e62d1[_0x3bbf47(0x20b)]='hook',_0x1e62d1[_0x3bbf47(0x1ff)]=function(_0x1742ec,_0x6909cf){return _0x1742ec===_0x6909cf;},_0x1e62d1[_0x3bbf47(0x225)]=_0x3bbf47(0x221),_0x1e62d1['iLslV']=_0x3bbf47(0x1fe),_0x1e62d1[_0x3bbf47(0x25d)]=_0x3bbf47(0x1a3);const _0x113cdc=_0x1e62d1,_0x27970d=_0xc417a1['match'](/^(.*)Run(.*)$/);if(!_0x27970d)return null;if(_0x113cdc[_0x3bbf47(0x24b)](_0x27970d[_0x3bbf47(0x226)],0x3))return null;const _0xe40e50=_0x27970d[0x1]['toLowerCase'](),_0x524a1a=_0x27970d[0x2]['toLowerCase']();return{'test':_0x113cdc[_0x3bbf47(0x19b)](_0xe40e50,_0x113cdc[_0x3bbf47(0x255)]),'hook':_0x113cdc[_0x3bbf47(0x19b)](_0xe40e50,_0x113cdc[_0x3bbf47(0x20b)]),'skipped':_0x113cdc[_0x3bbf47(0x1ff)](_0x524a1a,_0x113cdc[_0x3bbf47(0x225)]),'started':_0x113cdc[_0x3bbf47(0x1ff)](_0x524a1a,_0x113cdc['iLslV']),'finished':_0x113cdc[_0x3bbf47(0x19b)](_0x524a1a,_0x113cdc[_0x3bbf47(0x25d)])};},mockPWBrowserType=_0x4c9505=>{const _0x26ff34=a4_0x596cd5,_0x3e5e7f={'oJUwf':function(_0x1b19f7,_0x4da161){return _0x1b19f7===_0x4da161;},'khFgr':_0x26ff34(0x191),'Rtydj':function(_0x4860f7,_0x11877f,_0x2ceb54){return _0x4860f7(_0x11877f,_0x2ceb54);},'dCEPw':_0x26ff34(0x186),'gHtPS':function(_0xd65582,_0x152ce8){return _0xd65582(_0x152ce8);},'eWDWA':_0x26ff34(0x228),'vOWyR':function(_0x124c8d,_0x30a3a1){return _0x124c8d(_0x30a3a1);},'Tahdp':'lib','McouF':_0x26ff34(0x169),'jHVjH':_0x26ff34(0x177),'jfsEi':_0x26ff34(0x187),'eZRTM':_0x26ff34(0x188),'WAiPU':_0x26ff34(0x1f5)},_0x576969=path[_0x26ff34(0x1e1)](_0x3e5e7f['Tahdp'],_0x3e5e7f[_0x26ff34(0x212)],_0x3e5e7f[_0x26ff34(0x18f)]),_0x160402=_0x3e5e7f[_0x26ff34(0x1b4)](importFileFromPWCore,_0x576969);if(!_0x160402){_0x3e5e7f[_0x26ff34(0x224)](debug,_0x3e5e7f[_0x26ff34(0x183)]);return;}const _0x277f8f=_0x160402[_0x26ff34(0x233)],_0xd2423=_0x277f8f[_0x26ff34(0x250)];if(_0xd2423[_0x26ff34(0x1be)])return;const _0x11eb4a=_0xd2423['connect'];Object[_0x26ff34(0x1c1)](_0xd2423,_0x3e5e7f['eZRTM'],{'get':function(){const _0x498ec6=_0x26ff34,_0x6d0d0d={'FkxIj':function(_0x327372,_0x8e1004){return _0x3e5e7f['oJUwf'](_0x327372,_0x8e1004);},'tKhey':_0x3e5e7f[_0x498ec6(0x232)],'GOJyP':function(_0x4d0427,_0x1db76b,_0x1ad61c){return _0x3e5e7f['Rtydj'](_0x4d0427,_0x1db76b,_0x1ad61c);},'eyLDD':_0x3e5e7f[_0x498ec6(0x17b)],'qwftR':function(_0x6bd889,_0x313b09){const _0x4f3460=_0x498ec6;return _0x3e5e7f[_0x4f3460(0x1b4)](_0x6bd889,_0x313b09);},'cBIUK':_0x3e5e7f[_0x498ec6(0x1e5)],'Vvwup':function(_0x2e5052,_0x5628c7,_0x46fca5){const _0x5bb5b5=_0x498ec6;return _0x3e5e7f[_0x5bb5b5(0x1a4)](_0x2e5052,_0x5628c7,_0x46fca5);},'CYdfW':function(_0x5bcf2b,_0x3f2721){return _0x3e5e7f['vOWyR'](_0x5bcf2b,_0x3f2721);}};return async function _0x94bf7b(_0x46c07f,_0x3edf1e){const _0x161e1c=_0x498ec6,_0x40a87f={'LrleT':function(_0x52b8cf,_0x1ba99f){const _0x15fe9b=a4_0x349b;return _0x6d0d0d[_0x15fe9b(0x25a)](_0x52b8cf,_0x1ba99f);},'pgbRm':_0x6d0d0d[_0x161e1c(0x181)]},_0x26cf92=_0x6d0d0d[_0x161e1c(0x1c8)](nestedKeyValue,_0x46c07f,[_0x6d0d0d[_0x161e1c(0x201)]])||_0x46c07f;let _0x1d8527=null,_0x9f1fa=null;try{[_0x9f1fa,_0x1d8527]=_0x26cf92?_0x6d0d0d['qwftR'](parseWSEndpoint,_0x26cf92):[null,null],global[_0x161e1c(0x248)]=_0x1d8527,logger[_0x161e1c(0x214)](_0x161e1c(0x175)+_0x9f1fa),_0x9f1fa[_0x161e1c(0x1ec)](Constants[_0x161e1c(0x193)])&&(global[_0x161e1c(0x1cf)]=_0x6d0d0d[_0x161e1c(0x1ef)]);}catch(_0x42893d){logger[_0x161e1c(0x214)]('Failed\x20to\x20parse\x20wsendpoint\x20'+_0x26cf92+'\x20'+_0x42893d);}_0x6d0d0d[_0x161e1c(0x16b)](processAccessibilityCaps,_0x1d8527,_0x9f1fa);if(global[_0x161e1c(0x180)]){const _0x2264f4=await _0xd2423[_0x161e1c(0x244)][_0x161e1c(0x1eb)](this,[''+Constants['PLAYWRIGHT_HUB_URL']+_0x6d0d0d[_0x161e1c(0x24e)](encodeURIComponent,JSON[_0x161e1c(0x1f0)](_0x1d8527))]);return PlaywrightSessionDetails['setupBrowserDetails'](_0x2264f4,_0x4c9505,_0x26cf92),_0x2264f4;}return _0x11eb4a['apply'](this,arguments)[_0x161e1c(0x18e)](_0x4fc740=>{const _0x1f086d=_0x161e1c;let _0xcdf805=_0x46c07f[_0x1f086d(0x186)];return _0x40a87f[_0x1f086d(0x1d0)](typeof _0x46c07f,_0x40a87f['pgbRm'])&&(_0xcdf805=_0x46c07f),PlaywrightSessionDetails['setupBrowserDetails'](_0x4fc740,_0x4c9505,_0xcdf805),_0x4fc740;});};}});const _0x2150e6=_0xd2423[_0x26ff34(0x1f5)];Object[_0x26ff34(0x1c1)](_0xd2423,_0x3e5e7f[_0x26ff34(0x21d)],{'get':function(){return async function _0x4c45a2(){const _0x3fa8df=a4_0x349b;return _0x2150e6[_0x3fa8df(0x1eb)](this,arguments)[_0x3fa8df(0x18e)](_0x32c12a=>{const _0x4bcd28=_0x3fa8df;return PlaywrightSessionDetails[_0x4bcd28(0x20e)](_0x32c12a,null),_0x32c12a;});};}});};class O11yHelper{[a4_0x596cd5(0x239)]=null;[a4_0x596cd5(0x167)]=null;[a4_0x596cd5(0x19f)]=![];[a4_0x596cd5(0x22b)]=![];constructor(_0xc5825e,_0xa7a9b2){const _0x4f5e39=a4_0x596cd5,_0x5b3c79={'AuShO':_0x4f5e39(0x18d),'IuWpG':function(_0x1d86ef){return _0x1d86ef();},'jVAoJ':function(_0xc0c91d,_0x4615fe){return _0xc0c91d===_0x4615fe;},'bppLU':_0x4f5e39(0x1d4),'RJBND':function(_0x4cb718,_0x59e350){return _0x4cb718(_0x59e350);}},_0x4ed55c=_0x5b3c79[_0x4f5e39(0x24c)][_0x4f5e39(0x1cc)]('|');let _0x371f4d=0x0;while(!![]){switch(_0x4ed55c[_0x371f4d++]){case'0':this['enabled']=_0x5b3c79[_0x4f5e39(0x178)](shouldProcessEventForTesthub);continue;case'1':this[_0x4f5e39(0x207)]&&_0x5b3c79[_0x4f5e39(0x1e2)](this['driver']['constructor'][_0x4f5e39(0x1b6)],_0x5b3c79[_0x4f5e39(0x218)])&&_0x5b3c79[_0x4f5e39(0x1bd)](mockPWBrowserType,null);continue;case'2':this['_paths']=new testOpsHelper[(_0x4f5e39(0x238))]({'cwd':process[_0x4f5e39(0x168)]()},this[_0x4f5e39(0x237)]['location_prefix']);continue;case'3':this['frameworkName']=_0xa7a9b2[_0x4f5e39(0x22b)];continue;case'4':this[_0x4f5e39(0x207)]=_0xc5825e;continue;case'5':this[_0x4f5e39(0x237)]=_0x5b3c79['IuWpG'](getTestEnv);continue;}break;}}['start'](){const _0x535539=a4_0x596cd5;if(!this['enabled'])return;testOpsHelper['patchConsoleLogger'](),process[_0x535539(0x24d)]('bs:addLog:'+process[_0x535539(0x227)]),process['on'](_0x535539(0x19c)+process[_0x535539(0x227)],this[_0x535539(0x1d5)]['bind'](this));}async[a4_0x596cd5(0x174)](){const _0x2a3e94=a4_0x596cd5;await RequestQueueHandler[_0x2a3e94(0x1c9)]()[_0x2a3e94(0x17c)]();}async[a4_0x596cd5(0x1d5)](_0x39955b){const _0xbd91cd=a4_0x596cd5,_0xa81551={'fueGI':_0xbd91cd(0x1e4),'PyZLo':function(_0x592a67,_0x2325f2){return _0x592a67(_0x2325f2);}};try{this[_0xbd91cd(0x167)]&&!this['currentHook'][_0xbd91cd(0x1ce)]&&(_0x39955b[_0xbd91cd(0x1da)]=this[_0xbd91cd(0x167)]['hookAnalyticsId']);!_0x39955b['hook_run_uuid']&&this[_0xbd91cd(0x239)]&&!this[_0xbd91cd(0x239)][_0xbd91cd(0x1ce)]&&(_0x39955b[_0xbd91cd(0x22e)]=this[_0xbd91cd(0x239)][_0xbd91cd(0x200)]);if(_0x39955b[_0xbd91cd(0x1da)]||_0x39955b[_0xbd91cd(0x22e)]){const _0x357cff={};_0x357cff[_0xbd91cd(0x1c3)]=_0xa81551[_0xbd91cd(0x219)],_0x357cff[_0xbd91cd(0x1f3)]=[_0x39955b],await SessionHandler[_0xbd91cd(0x241)](_0x357cff);}}catch(_0x14b005){_0xa81551[_0xbd91cd(0x1f1)](debug,'Exception\x20in\x20uploading\x20log\x20data\x20to\x20'+constants[_0xbd91cd(0x199)]+_0xbd91cd(0x211)+_0x14b005);}}async[a4_0x596cd5(0x22a)](_0x3fd39c){const _0x3561c2=a4_0x596cd5,_0x437481={'rkgdV':_0x3561c2(0x1d7),'vmyMw':function(_0x231c39,_0x4c2629){return _0x231c39(_0x4c2629);}};if(!this[_0x3561c2(0x19f)])return;const _0x1263d3=this['getCBTInfo'](this[_0x3561c2(0x207)]);try{const _0x427511={};_0x427511[_0x3561c2(0x1b2)]=_0x3fd39c,_0x427511[_0x3561c2(0x195)]=_0x1263d3;const _0x11741=_0x427511,_0xb754a8={};_0xb754a8['event_type']=_0x437481['rkgdV'],_0xb754a8[_0x3561c2(0x256)]=_0x11741,await SessionHandler['uploadEventData'](_0xb754a8);}catch(_0x30d3cb){_0x437481[_0x3561c2(0x1df)](debug,_0x3561c2(0x1b7)+constants[_0x3561c2(0x199)]+_0x3561c2(0x211)+_0x30d3cb);}}[a4_0x596cd5(0x1b8)](_0x5025b3){const _0x2f56b5=a4_0x596cd5,_0x1e9ece={'vFaYb':function(_0x4c2b63,_0xa0c5f4){return _0x4c2b63(_0xa0c5f4);}};return _0x1e9ece[_0x2f56b5(0x1e9)](fetchPlatformDetails,_0x5025b3);}[a4_0x596cd5(0x1b5)]=_0x19eaa6=>{const _0x1b924f=a4_0x596cd5,_0x3c73ea={};_0x3c73ea[_0x1b924f(0x21c)]=_0x1b924f(0x1a8),_0x3c73ea[_0x1b924f(0x166)]=_0x1b924f(0x1dd);const _0xe3414d=_0x3c73ea;if(!_0x19eaa6||!_0x19eaa6[_0x1b924f(0x1f2)])return;[_0xe3414d[_0x1b924f(0x21c)],_0xe3414d[_0x1b924f(0x166)]][_0x1b924f(0x252)](_0x1bf895=>{const _0x520adb=_0x1b924f,_0x4fc9a6=_0x19eaa6['parent'][_0x1bf895];_0x4fc9a6[_0x520adb(0x252)](_0x1f712d=>{const _0x56eb24=_0x520adb;_0x1f712d[_0x56eb24(0x202)]&&(_0x1f712d[_0x56eb24(0x202)]=null);});});};[a4_0x596cd5(0x1f4)](_0x13f8b9){const _0x1cd305=a4_0x596cd5,_0x2c477a={'gFBQy':'codeceptjs','WKxmQ':function(_0xa3879){return _0xa3879();},'FqbTr':function(_0x17c170,_0x3bde2f){return _0x17c170===_0x3bde2f;},'ZhNBl':_0x1cd305(0x1dd),'paFjD':function(_0x326bca){return _0x326bca();},'AgKfm':_0x1cd305(0x1fc),'TtWgU':_0x1cd305(0x184),'IdrfR':_0x1cd305(0x1a8)};if(!_0x13f8b9||!_0x13f8b9['parent'])return;[_0x2c477a[_0x1cd305(0x165)],_0x2c477a[_0x1cd305(0x235)],_0x2c477a[_0x1cd305(0x1d8)],_0x2c477a[_0x1cd305(0x1f8)]][_0x1cd305(0x252)](_0xdbd10c=>{const _0xa2a6f1=_0x1cd305,_0x39d046=_0x13f8b9[_0xa2a6f1(0x1f2)][_0xdbd10c]||[];_0x39d046[_0xa2a6f1(0x252)](_0x47352f=>{const _0xa1131e=_0xa2a6f1;if(_0x47352f['title'][_0xa1131e(0x1ec)](_0x2c477a[_0xa1131e(0x1a9)]))return;if(!_0x47352f['hookAnalyticsId'])_0x47352f[_0xa1131e(0x202)]=_0x2c477a['WKxmQ'](uuidv4);else _0x47352f['markedStatus']&&_0x2c477a[_0xa1131e(0x21f)](_0xdbd10c,_0x2c477a['ZhNBl'])&&(_0x47352f[_0xa1131e(0x202)]=_0x2c477a[_0xa1131e(0x216)](uuidv4),delete _0x47352f[_0xa1131e(0x1ce)]);});}),this['mapTestHooks'](_0x13f8b9[_0x1cd305(0x1f2)]);}[a4_0x596cd5(0x234)](_0x2cf38f){const _0x452e47=a4_0x596cd5,_0x655028={};_0x655028[_0x452e47(0x170)]=_0x452e47(0x1fc),_0x655028['txyDM']=_0x452e47(0x184),_0x655028[_0x452e47(0x189)]=_0x452e47(0x1a8),_0x655028[_0x452e47(0x1cd)]='_afterEach';const _0x1bf33d=_0x655028;if(!_0x2cf38f||!_0x2cf38f[_0x452e47(0x1f2)])return[];const _0x430247=[];return[_0x1bf33d[_0x452e47(0x170)],_0x1bf33d[_0x452e47(0x253)],_0x1bf33d[_0x452e47(0x189)],_0x1bf33d['RmLSK']]['forEach'](_0x319fbe=>{const _0x46457f=_0x452e47,_0x378389=_0x2cf38f[_0x46457f(0x1f2)][_0x319fbe]||[];_0x378389['forEach'](_0x120c8a=>{const _0x2bf42e=_0x46457f;_0x120c8a[_0x2bf42e(0x202)]&&_0x430247['push'](_0x120c8a[_0x2bf42e(0x202)]);});}),[][_0x452e47(0x1bf)](_0x430247,this[_0x452e47(0x234)](_0x2cf38f[_0x452e47(0x1f2)]));}[a4_0x596cd5(0x173)](_0x566eb6){const _0x4dea63=a4_0x596cd5,_0x38c423=/^"(?<hook>.*)" hook:.*$/,_0x5cf733=_0x566eb6[_0x4dea63(0x1d1)],_0x50e277=_0x5cf733[_0x4dea63(0x22d)](_0x38c423);if(_0x50e277&&_0x50e277[_0x4dea63(0x204)])return _0x50e277[_0x4dea63(0x204)]['hook'][_0x4dea63(0x242)]()['replace']('\x20','_');return null;}['findGitConfig'](_0x5207de){const _0x87276a=a4_0x596cd5,_0x476d98={};_0x476d98[_0x87276a(0x19d)]=function(_0x3a773f,_0x2c25e5){return _0x3a773f===_0x2c25e5;},_0x476d98[_0x87276a(0x23e)]=function(_0x577a71,_0x2f8dd8){return _0x577a71===_0x2f8dd8;},_0x476d98['laZyB']=_0x87276a(0x1fb),_0x476d98[_0x87276a(0x205)]=_0x87276a(0x192);const _0x3d9056=_0x476d98,_0x1060eb=path['sep'];if(_0x3d9056['VDWqO'](_0x5207de,null)||_0x3d9056[_0x87276a(0x19d)](_0x5207de,'')||_0x3d9056[_0x87276a(0x19d)](_0x5207de,_0x1060eb)||_0x3d9056[_0x87276a(0x23e)](_0x5207de,path[_0x87276a(0x18c)](_0x5207de)))return null;try{return fs[_0x87276a(0x1ee)](path['join'](_0x5207de,_0x3d9056[_0x87276a(0x176)],_0x3d9056['wIhgb'])),_0x5207de;}catch(_0x54bfa6){const _0x49dcd3=path[_0x87276a(0x18c)](_0x5207de);return this[_0x87276a(0x1a2)](_0x49dcd3);}}[a4_0x596cd5(0x1ed)](_0x341e4a){const _0x3a864b=a4_0x596cd5,_0x1ee325={};_0x1ee325['NfrqV']=function(_0x81225c,_0x4a69b5){return _0x81225c>_0x4a69b5;};const _0x81e9dc=_0x1ee325;if(_0x341e4a[_0x3a864b(0x185)])return _0x341e4a[_0x3a864b(0x185)];if(_0x341e4a['ctx']){const _0xde3ba6=_0x341e4a[_0x3a864b(0x196)][_0x3a864b(0x239)]?this[_0x3a864b(0x1ed)](_0x341e4a[_0x3a864b(0x196)][_0x3a864b(0x239)]):null;if(_0xde3ba6)return _0xde3ba6;}if(_0x341e4a[_0x3a864b(0x1f2)]){const _0x492579=this['getRootParentFile'](_0x341e4a[_0x3a864b(0x1f2)])||(_0x341e4a[_0x3a864b(0x1f2)][_0x3a864b(0x196)]&&_0x341e4a[_0x3a864b(0x1f2)][_0x3a864b(0x196)][_0x3a864b(0x239)]?this[_0x3a864b(0x1ed)](_0x341e4a['parent'][_0x3a864b(0x196)][_0x3a864b(0x239)]):null);if(_0x492579)return _0x492579;_0x341e4a['parent'][_0x3a864b(0x223)]&&_0x81e9dc[_0x3a864b(0x17a)](_0x341e4a[_0x3a864b(0x1f2)]['suites']['length'],0x0)&&_0x341e4a['parent']['suites'][_0x3a864b(0x252)](_0x116359=>{const _0x2c3eb3=_0x3a864b,_0x540fa1=_0x116359[_0x2c3eb3(0x196)]?this['getRootParentFile'](_0x116359[_0x2c3eb3(0x196)]):null;if(_0x540fa1)return _0x540fa1;});}return null;}['getHierarchy'](_0x1ac1bb){const _0x2cb21d=a4_0x596cd5,_0x5556ad={};_0x5556ad[_0x2cb21d(0x1ac)]=function(_0x9f3ed8,_0x250bc8){return _0x9f3ed8!==_0x250bc8;};const _0x1bcfc7=_0x5556ad,_0x371d84=[];if(_0x1ac1bb&&_0x1ac1bb[_0x2cb21d(0x1f2)]){let _0x315170=_0x1ac1bb[_0x2cb21d(0x1f2)];while(_0x315170&&_0x1bcfc7[_0x2cb21d(0x1ac)](_0x315170['title'],'')){_0x371d84['push'](_0x315170['title']),_0x315170=_0x315170['parent'];}}return _0x371d84;}[a4_0x596cd5(0x1e3)](_0x24966b,_0x149cb7,_0x47d6dd=undefined){const _0x3bd5e2=a4_0x596cd5,_0x2f3bd2={'yoCjj':function(_0x5c62a9,_0x270f53){return _0x5c62a9(_0x270f53);},'FLbJV':function(_0x1ef9b2){return _0x1ef9b2();},'TILCv':function(_0x5c3e65){return _0x5c3e65();},'UBXZx':function(_0x17b509){return _0x17b509();},'McOjP':function(_0x46d1a7){return _0x46d1a7();},'DFgTT':'util','EmmEG':_0x3bd5e2(0x1ae),'iYRqi':function(_0x39bfbf,_0x2b5366){return _0x39bfbf!==_0x2b5366;},'AeMgi':function(_0x4280c7,_0xb25b4){return _0x4280c7!==_0xb25b4;},'KqAFC':_0x3bd5e2(0x20a),'HWEAv':'pending','wBQOz':_0x3bd5e2(0x257),'hpTXI':_0x3bd5e2(0x16d),'MIJuQ':_0x3bd5e2(0x221),'OXUnh':_0x3bd5e2(0x243),'iszXx':function(_0x598ad3,_0x11d3f7){return _0x598ad3-_0x11d3f7;},'iiFlh':function(_0x215b66,_0x47b2b2,_0x4ca9c3,_0x1dd128,_0x47b1a4){return _0x215b66(_0x47b2b2,_0x4ca9c3,_0x1dd128,_0x47b1a4);},'IxTiD':_0x3bd5e2(0x195),'EyHSG':_0x3bd5e2(0x21a),'VIjoE':'failure','ppiqL':_0x3bd5e2(0x18b),'oCRRy':_0x3bd5e2(0x1db),'ecZGd':_0x3bd5e2(0x1e7),'eYFmF':_0x3bd5e2(0x190),'xdFwU':function(_0x1a8e76,_0x3f0cb8){return _0x1a8e76===_0x3f0cb8;},'oAbtE':'hook_run','GKIYT':_0x3bd5e2(0x256)};if(!this[_0x3bd5e2(0x19f)])return;try{if(_0x149cb7['fn']&&_0x149cb7['fn'][_0x3bd5e2(0x20f)]()[_0x3bd5e2(0x22d)](/browserstack internal helper hook/))return;const _0x2ce51a=_0x2f3bd2[_0x3bd5e2(0x1cb)](parseEvent,_0x24966b);if(!_0x2ce51a)return;if(_0x2ce51a[_0x3bd5e2(0x1d9)]){this['currentTest']=_0x149cb7,this[_0x3bd5e2(0x167)]=null;if(_0x2ce51a[_0x3bd5e2(0x1fe)]||_0x2ce51a[_0x3bd5e2(0x221)]){_0x149cb7[_0x3bd5e2(0x1c6)]=new Date(),_0x149cb7['markedStatus']=![];if(!_0x149cb7['testAnalyticsId'])_0x149cb7['testAnalyticsId']=_0x2f3bd2[_0x3bd5e2(0x16e)](uuidv4);else _0x149cb7[_0x3bd5e2(0x1ce)]&&(!_0x149cb7[_0x3bd5e2(0x213)]&&(_0x149cb7[_0x3bd5e2(0x213)]=_0x149cb7['testAnalyticsId']),_0x149cb7[_0x3bd5e2(0x200)]=_0x2f3bd2[_0x3bd5e2(0x25b)](uuidv4));}}else{if(_0x2ce51a['hook']){this['currentHook']=_0x149cb7;if(_0x2ce51a[_0x3bd5e2(0x1fe)]){_0x149cb7[_0x3bd5e2(0x1c6)]=new Date(),_0x149cb7['markedStatus']=![];if(!_0x149cb7[_0x3bd5e2(0x202)])_0x149cb7[_0x3bd5e2(0x202)]=_0x2f3bd2[_0x3bd5e2(0x1f6)](uuidv4);else _0x149cb7['hookAnalyticsId']&&_0x149cb7[_0x3bd5e2(0x1ce)]&&(_0x149cb7['hookAnalyticsId']=_0x2f3bd2[_0x3bd5e2(0x249)](uuidv4));}}}if(_0x2ce51a[_0x3bd5e2(0x1a3)]&&_0x149cb7['markedStatus'])return;let _0x2d2271;try{_0x2d2271=this['getRootParentFile'](_0x149cb7);}catch(_0x2c109c){logger[_0x3bd5e2(0x214)](_0x3bd5e2(0x172)+_0x2c109c),_0x2d2271=null;}const _0x375530=_0x2f3bd2[_0x3bd5e2(0x1cb)](require,_0x2f3bd2[_0x3bd5e2(0x1ba)]);let _0x51a7eb=[];_0x47d6dd&&(_0x51a7eb=[_0x47d6dd,_0x2f3bd2['EmmEG']]);const _0x4daa6f=_0x2f3bd2[_0x3bd5e2(0x1c0)](_0x149cb7['errorsDetailed'],undefined)?_0x375530[_0x3bd5e2(0x1e0)](_0x149cb7[_0x3bd5e2(0x16c)][0x0]):_0x2f3bd2[_0x3bd5e2(0x23a)](_0x47d6dd,undefined)?_0x47d6dd[_0x3bd5e2(0x20f)]():undefined,_0x651e96=_0x2d2271?this[_0x3bd5e2(0x1a2)](_0x2d2271):null,_0x4fd0cf=_0x2d2271?this[_0x3bd5e2(0x1de)][_0x3bd5e2(0x22f)](this['getRootParentFile'](_0x149cb7)):_0x2f3bd2[_0x3bd5e2(0x1b3)];let _0x23c55f=_0x2f3bd2[_0x3bd5e2(0x20c)];const _0x6032c1=!_0x2ce51a[_0x3bd5e2(0x1fe)]?new Date()[_0x3bd5e2(0x23c)]():null;if(_0x2ce51a[_0x3bd5e2(0x1a3)])_0x23c55f=_0x47d6dd?_0x2f3bd2[_0x3bd5e2(0x1e6)]:_0x2f3bd2['hpTXI'],_0x149cb7[_0x3bd5e2(0x1ce)]=!![];else _0x2ce51a['skipped']&&(_0x23c55f=_0x2f3bd2[_0x3bd5e2(0x19a)],_0x149cb7[_0x3bd5e2(0x1ce)]=!![]);const _0x19faf4={'framework':this['frameworkName'],'uuid':_0x149cb7[_0x3bd5e2(0x200)]||_0x149cb7[_0x3bd5e2(0x202)],'name':_0x149cb7[_0x3bd5e2(0x1d1)],'body':{'lang':_0x2f3bd2[_0x3bd5e2(0x1d3)],'code':_0x149cb7[_0x3bd5e2(0x1fa)]['toString']()},'type':_0x149cb7[_0x3bd5e2(0x1c7)],'scope':_0x149cb7['fullTitle'](),'scopes':this[_0x3bd5e2(0x197)](_0x149cb7),'file_name':_0x4fd0cf,'vc_filepath':_0x651e96?path['relative'](_0x651e96,_0x2d2271):null,'location':_0x4fd0cf,'result':_0x23c55f,'failure_reason':_0x4daa6f,'duration_in_ms':_0x149cb7[_0x3bd5e2(0x1ca)]||(_0x2ce51a[_0x3bd5e2(0x1a3)]||_0x2ce51a[_0x3bd5e2(0x221)])?_0x2f3bd2[_0x3bd5e2(0x258)](Date[_0x3bd5e2(0x1a5)](),new Date(_0x149cb7['startedAt'])[_0x3bd5e2(0x245)]()):null,'started_at':new Date(_0x149cb7[_0x3bd5e2(0x1c6)])[_0x3bd5e2(0x23c)](),'finished_at':_0x6032c1,'failure':testOpsHelper[_0x3bd5e2(0x1d2)][_0x3bd5e2(0x1eb)](null,_0x51a7eb),'failure_type':!_0x4daa6f?null:testOpsHelper['getFailureType'](_0x4daa6f),'retry_of':_0x149cb7[_0x3bd5e2(0x213)]||null,'tags':_0x149cb7[_0x3bd5e2(0x1ab)]||[],'customRerunParam':{'rerun_name':_0x149cb7[_0x3bd5e2(0x203)]()}};_0x2f3bd2[_0x3bd5e2(0x23f)](appendTesthubParams,_0x19faf4,_0x24966b,_0x149cb7,FRAMEWORKS[_0x3bd5e2(0x1aa)]);if(_0x2ce51a[_0x3bd5e2(0x16a)])[_0x19faf4[_0x3bd5e2(0x171)],_0x19faf4['name']]=[this[_0x3bd5e2(0x173)](_0x149cb7),_0x149cb7[_0x3bd5e2(0x196)][_0x3bd5e2(0x1d9)]['title']],_0x2ce51a[_0x3bd5e2(0x1a3)]?_0x2f3bd2[_0x3bd5e2(0x1c0)](_0x19faf4[_0x3bd5e2(0x222)],_0x2f3bd2[_0x3bd5e2(0x1e6)])&&(_0x19faf4[_0x3bd5e2(0x222)]=_0x2f3bd2[_0x3bd5e2(0x251)]):_0x19faf4[_0x3bd5e2(0x1fa)]={};else _0x2ce51a[_0x3bd5e2(0x1d9)]&&(this['mapTestHooks'](_0x149cb7),_0x2ce51a[_0x3bd5e2(0x221)]&&this['resetSkipTestHooks'](_0x149cb7),(_0x2ce51a['finished']||_0x2ce51a['skipped'])&&(_0x19faf4[_0x3bd5e2(0x1f7)]=this[_0x3bd5e2(0x234)](_0x149cb7)));this[_0x3bd5e2(0x207)]&&(_0x2ce51a[_0x3bd5e2(0x1fe)]||_0x2ce51a[_0x3bd5e2(0x221)])&&(_0x19faf4[_0x2f3bd2[_0x3bd5e2(0x18a)]]=this['getCBTInfo'](this[_0x3bd5e2(0x207)]));_0x2ce51a[_0x3bd5e2(0x1d9)]&&_0x2ce51a[_0x3bd5e2(0x1a3)]&&_0x149cb7[_0x3bd5e2(0x1c5)]&&(_0x19faf4[_0x2f3bd2[_0x3bd5e2(0x17f)]]={'feature':{'name':_0x149cb7[_0x3bd5e2(0x1f2)]['feature'][_0x3bd5e2(0x1b6)],'path':_0x19faf4['file_name'],'description':_0x149cb7[_0x3bd5e2(0x1f2)][_0x3bd5e2(0x1d6)]},'scenario':{'name':_0x149cb7[_0x3bd5e2(0x1d1)]},'steps':_0x149cb7[_0x3bd5e2(0x1c5)]});const _0x5bae78=_0x19faf4[_0x2f3bd2[_0x3bd5e2(0x1a0)]][0x0];_0x5bae78&&(_0x19faf4[_0x2f3bd2[_0x3bd5e2(0x198)]]=_0x5bae78[_0x2f3bd2['oCRRy']],_0x19faf4[_0x2f3bd2[_0x3bd5e2(0x236)]]=_0x5bae78[_0x2f3bd2['eYFmF']]);if(_0x149cb7[_0x3bd5e2(0x1c5)])for(const _0x29cdcd of _0x149cb7[_0x3bd5e2(0x1c5)]){!_0x29cdcd['finished_at']&&(_0x29cdcd[_0x3bd5e2(0x229)]=new Date()['toISOString'](),_0x2f3bd2[_0x3bd5e2(0x1dc)](_0x29cdcd[_0x3bd5e2(0x222)],_0x2f3bd2[_0x3bd5e2(0x20c)])&&(_0x5bae78?(_0x29cdcd[_0x3bd5e2(0x222)]=_0x2f3bd2[_0x3bd5e2(0x1e6)],_0x29cdcd[_0x3bd5e2(0x1a1)]=_0x5bae78[_0x2f3bd2[_0x3bd5e2(0x208)]][0x0]):_0x29cdcd[_0x3bd5e2(0x222)]=_0x2f3bd2[_0x3bd5e2(0x251)]));}const _0x4933a3={};_0x4933a3['event_type']=_0x2ce51a[_0x3bd5e2(0x221)]?TEST_EVENTS[_0x3bd5e2(0x1af)]:_0x24966b;const _0x2196ef=_0x4933a3;return _0x2ce51a[_0x3bd5e2(0x16a)]?_0x2196ef[_0x2f3bd2['oAbtE']]=_0x19faf4:_0x2196ef[_0x2f3bd2[_0x3bd5e2(0x259)]]=_0x19faf4,_0x2196ef;}catch(_0x5f496e){logger[_0x3bd5e2(0x214)]('Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0x24966b+_0x3bd5e2(0x211)+_0x5f496e);}}async[a4_0x596cd5(0x179)](_0x4662db,_0x49091d){const _0x2a6f05=a4_0x596cd5;if(!this[_0x2a6f05(0x19f)]||!_0x49091d||!_0x4662db)return![];try{return await SessionHandler[_0x2a6f05(0x241)](_0x49091d);}catch(_0x4567f8){logger[_0x2a6f05(0x214)]('Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20'+_0x4662db+_0x2a6f05(0x211)+_0x4567f8);}}[a4_0x596cd5(0x1f9)](_0x2094d2){const _0x284493=a4_0x596cd5,_0x339891={};_0x339891[_0x284493(0x20d)]=_0x284493(0x1a6);const _0x3b028c=_0x339891;return{'id':_0x2094d2[_0x284493(0x182)],'text':_0x2094d2['text'],'keyword':_0x2094d2['keyword'],'started_at':_0x2094d2[_0x284493(0x1c6)][_0x284493(0x23c)](),'result':_0x3b028c[_0x284493(0x20d)]};}[a4_0x596cd5(0x1e8)](_0x556b1e){const _0x4e29e6=a4_0x596cd5,_0xc9dcba={'TtbpK':function(_0x29981b){return _0x29981b();}};!this[_0x4e29e6(0x239)]['bddSteps']&&(this[_0x4e29e6(0x239)][_0x4e29e6(0x1c5)]=[]),!_0x556b1e[_0x4e29e6(0x182)]&&(_0x556b1e[_0x4e29e6(0x182)]=_0xc9dcba[_0x4e29e6(0x1ea)](uuidv4),_0x556b1e[_0x4e29e6(0x1c6)]=new Date(),this[_0x4e29e6(0x239)][_0x4e29e6(0x1c5)][_0x4e29e6(0x19e)](this[_0x4e29e6(0x1f9)](_0x556b1e)));}[a4_0x596cd5(0x1bc)](_0x4fe3d7){const _0x580685=a4_0x596cd5,_0x4a6fab={'PMwSJ':function(_0x2d31a7,_0x1d3941){return _0x2d31a7(_0x1d3941);},'jhUnj':_0x580685(0x24f),'zHlwb':_0x580685(0x1a6),'JTsAh':_0x580685(0x16d),'HakZf':function(_0x34ad41,_0x352b88){return _0x34ad41-_0x352b88;}};let _0x3db34b=this[_0x580685(0x239)]['bddSteps'][_0x580685(0x21b)](_0x429cf1=>_0x429cf1['id']===_0x4fe3d7['stepAnalyticsId']);_0x4a6fab['PMwSJ'](isUndefined,_0x3db34b)&&(_0x3db34b=this[_0x580685(0x1f9)](_0x4fe3d7)),_0x3db34b[_0x580685(0x222)]=[_0x4a6fab[_0x580685(0x194)],_0x4a6fab['zHlwb']][_0x580685(0x1ec)](_0x4fe3d7[_0x580685(0x210)])?_0x4a6fab[_0x580685(0x23b)]:_0x4fe3d7[_0x580685(0x210)],_0x3db34b['finished_at']=new Date()['toISOString'](),_0x3db34b[_0x580685(0x1ca)]=_0x4a6fab[_0x580685(0x1a7)](Date[_0x580685(0x1a5)](),_0x4fe3d7[_0x580685(0x1c6)][_0x580685(0x245)]()),_0x3db34b[_0x580685(0x1a1)]=_0x4fe3d7[_0x580685(0x1ae)]?_0x4fe3d7[_0x580685(0x1ae)]['message']:null;}}const a4_0x4482cc={};a4_0x4482cc[a4_0x596cd5(0x1b1)]=O11yHelper,a4_0x4482cc[a4_0x596cd5(0x240)]=STATE_PASSED,a4_0x4482cc['STATE_FAILED']=STATE_FAILED,a4_0x4482cc['TEST_EVENTS']=TEST_EVENTS,module['exports']=a4_0x4482cc;