browserstack-node-sdk 1.64.1 → 1.64.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 (218) 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/jasmine/bstack-reporter/customReporter.js +1 -1
  56. package/src/bin/jasmine/command.js +1 -1
  57. package/src/bin/jasmine/test.setup.js +1 -1
  58. package/src/bin/jasmine/testRunMap.js +1 -1
  59. package/src/bin/jest/command.js +1 -1
  60. package/src/bin/jest/customImplements/customCircus.js +1 -1
  61. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  62. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  63. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  64. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  65. package/src/bin/jest/jest.setup.js +1 -1
  66. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  67. package/src/bin/jest/test-observability/helper.js +1 -1
  68. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  69. package/src/bin/jest/test-observability/test-details.js +1 -1
  70. package/src/bin/jest/test.setup.js +1 -1
  71. package/src/bin/jest/test_before.setup.js +1 -1
  72. package/src/bin/launcher/launcher.js +1 -1
  73. package/src/bin/load/index.js +1 -1
  74. package/src/bin/load/loadErrors.js +1 -1
  75. package/src/bin/load/loadUtils.js +1 -1
  76. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  77. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  78. package/src/bin/mocha/command.js +1 -1
  79. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  80. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  81. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  82. package/src/bin/mocha/test.setup.js +1 -1
  83. package/src/bin/newman/command.js +1 -1
  84. package/src/bin/newman/helper.js +1 -1
  85. package/src/bin/newman/reporter/index.js +1 -1
  86. package/src/bin/newman/scriptRunner.js +1 -1
  87. package/src/bin/nightwatch/command.js +1 -1
  88. package/src/bin/playwright/accessibility-helper.js +1 -1
  89. package/src/bin/playwright/command.js +1 -1
  90. package/src/bin/playwright/globalSetup.js +1 -1
  91. package/src/bin/playwright/mock-process.js +1 -1
  92. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  93. package/src/bin/playwright/patches.js +1 -1
  94. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  95. package/src/bin/playwright/reporter/reporter.js +1 -1
  96. package/src/bin/playwright/reporter/test-details.js +1 -1
  97. package/src/bin/playwright/sessionDetails.js +1 -1
  98. package/src/bin/puppeteer/patches.js +1 -1
  99. package/src/bin/puppeteer/sessionDetails.js +1 -1
  100. package/src/bin/puppeteer/test.setup.js +1 -1
  101. package/src/bin/runner.js +1 -1
  102. package/src/bin/setup.js +1 -1
  103. package/src/bin/test-runner/index.js +1 -1
  104. package/src/bin/test-runner/runTest.js +1 -1
  105. package/src/bin/test-runner/testWorker.js +1 -1
  106. package/src/bin/testcafe/a11y-runner.js +1 -1
  107. package/src/bin/testcafe/command.js +1 -1
  108. package/src/bin/testcafe/reporter/index.js +1 -1
  109. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  110. package/src/bin/testcafe/session-registry.js +1 -1
  111. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  112. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  113. package/src/bin/testcafe/w3c-driver.js +1 -1
  114. package/src/bin/utils/apiUtilityMethods.js +1 -1
  115. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  116. package/src/bin/utils/constants.js +1 -1
  117. package/src/bin/utils/log4jsAppender.js +1 -1
  118. package/src/bin/utils/logPatcher.js +1 -1
  119. package/src/bin/utils/logReportingAPI.js +1 -1
  120. package/src/bin/utils/playwright-patcher.js +1 -1
  121. package/src/bin/utils/puppeteer-patcher.js +1 -1
  122. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  123. package/src/bin/utils/sharedUtils.js +1 -1
  124. package/src/bin/v2/TestInfo.js +1 -1
  125. package/src/bin/v2/browserstackCLI.js +1 -1
  126. package/src/bin/v2/cliUtils.js +1 -1
  127. package/src/bin/v2/customTagManager.js +1 -1
  128. package/src/bin/v2/eventDispatcher.js +1 -1
  129. package/src/bin/v2/framework/automationFramework.js +1 -1
  130. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  131. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  132. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  133. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  134. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  135. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  136. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  137. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  138. package/src/bin/v2/framework/testFramework.js +1 -1
  139. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  140. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  141. package/src/bin/v2/grpcClient.js +1 -1
  142. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  143. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  144. package/src/bin/v2/instances/trackedContext.js +1 -1
  145. package/src/bin/v2/instances/trackedInstance.js +1 -1
  146. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  147. package/src/bin/v2/modules/baseModule.js +1 -1
  148. package/src/bin/v2/modules/loadTestModule.js +1 -1
  149. package/src/bin/v2/modules/observabilityModule.js +1 -1
  150. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  151. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  152. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  153. package/src/bin/v2/modules/testhubModule.js +1 -1
  154. package/src/bin/v2/sdkErrorHandler.js +1 -1
  155. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  156. package/src/bin/v2/state/hookState.js +1 -1
  157. package/src/bin/v2/state/testFrameworkState.js +1 -1
  158. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  159. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  160. package/src/bin/v2/utils/jest-utils.js +1 -1
  161. package/src/bin/vanilla-js/command.js +1 -1
  162. package/src/browserStackSdk.js +1 -1
  163. package/src/helpers/BrowserStackSetup.js +1 -1
  164. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  165. package/src/helpers/accessibility-automation/constants.js +1 -1
  166. package/src/helpers/accessibility-automation/helper.js +1 -1
  167. package/src/helpers/accessibility-automation/scripts.js +1 -1
  168. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  169. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  170. package/src/helpers/ats/constants.js +1 -1
  171. package/src/helpers/ats/helper.js +1 -1
  172. package/src/helpers/caCertHelper.js +1 -1
  173. package/src/helpers/capsMapping.js +1 -1
  174. package/src/helpers/central-scanner/constants.js +1 -1
  175. package/src/helpers/central-scanner/helpers.js +1 -1
  176. package/src/helpers/classLogger.js +1 -1
  177. package/src/helpers/driverInitErrorReporter.js +1 -1
  178. package/src/helpers/globals.js +1 -1
  179. package/src/helpers/helper.js +1 -1
  180. package/src/helpers/logger.js +1 -1
  181. package/src/helpers/metadata.js +1 -1
  182. package/src/helpers/patchHelper.js +1 -1
  183. package/src/helpers/patchHelpers.js +1 -1
  184. package/src/helpers/percy/Percy.js +1 -1
  185. package/src/helpers/percy/PercyBinary.js +1 -1
  186. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  187. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  188. package/src/helpers/percy/PercySDK.js +1 -1
  189. package/src/helpers/percy/index.js +1 -1
  190. package/src/helpers/percy/utils.js +1 -1
  191. package/src/helpers/performance/constants.js +1 -1
  192. package/src/helpers/performance/performance-tester.js +1 -1
  193. package/src/helpers/playwright-helper.js +1 -1
  194. package/src/helpers/processHelper.js +1 -1
  195. package/src/helpers/puppeteer-helper.js +1 -1
  196. package/src/helpers/request-spy.js +1 -1
  197. package/src/helpers/setKeepAlive.js +1 -1
  198. package/src/helpers/stackFrameUtils.js +1 -1
  199. package/src/helpers/test-observability/constants.js +1 -1
  200. package/src/helpers/test-observability/error-handler.js +1 -1
  201. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  202. package/src/helpers/test-observability/sessionHandler.js +1 -1
  203. package/src/helpers/test-observability/utils.js +1 -1
  204. package/src/helpers/test-orchestration/constants.js +1 -1
  205. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  206. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  207. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  208. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  209. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  210. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  211. package/src/helpers/testhub/constants.js +1 -1
  212. package/src/helpers/testhub/testhubHandler.js +1 -1
  213. package/src/helpers/testhub/utils.js +1 -1
  214. package/src/helpers/timeoutPromise.js +1 -1
  215. package/src/helpers/utilities.js +1 -1
  216. package/src/helpers/w3cMapping.js +1 -1
  217. package/src/hubAllocationMethods.js +1 -1
  218. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a1_0x12a338=a1_0x323e;(function(_0x259f48,_0x3a6a50){const _0x480663=a1_0x323e,_0x44a784=_0x259f48();while(!![]){try{const _0x1790ff=-parseInt(_0x480663(0x184))/0x1*(parseInt(_0x480663(0x1df))/0x2)+-parseInt(_0x480663(0x1b9))/0x3+parseInt(_0x480663(0x1ca))/0x4*(-parseInt(_0x480663(0x1e4))/0x5)+-parseInt(_0x480663(0xf2))/0x6*(-parseInt(_0x480663(0x13a))/0x7)+-parseInt(_0x480663(0x1d6))/0x8+parseInt(_0x480663(0x164))/0x9+parseInt(_0x480663(0x1d9))/0xa;if(_0x1790ff===_0x3a6a50)break;else _0x44a784['push'](_0x44a784['shift']());}catch(_0x3e2a89){_0x44a784['push'](_0x44a784['shift']());}}}(a1_0xc125,0xbb8d6));const fs=require('fs'),util=require(a1_0x12a338(0x1a7)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x12a338(0x17b)),logger=require('../../helpers/logger')[a1_0x12a338(0x179)],testOpsHelper=require('../../helpers/test-observability/utils'),requestSpy=require(a1_0x12a338(0xff)),PlaywrightSessionDetails=require(a1_0x12a338(0x15d)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x12a338(0x1bf)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x12a338(0xfa)),AccessibilityHelper=require(a1_0x12a338(0x11d)),accessibilityRetryHelper=require(a1_0x12a338(0x1b4)),scripts=require('../../helpers/accessibility-automation/scripts'),PerformanceTester=require('../../helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require('../../helpers/performance/constants'),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x12a338(0x152)),testHubConstants=require(a1_0x12a338(0x1e1)),globals=require(a1_0x12a338(0x1c1)),interopDefault=_0xacc460=>_0xacc460&&_0xacc460[a1_0x12a338(0x172)]!==undefined?_0xacc460[a1_0x12a338(0x172)]:_0xacc460,CodeceptJS=requireModule(a1_0x12a338(0x1ad),a1_0x12a338(0x1cb)),CodeceptUtils=requireModule('codeceptjs/lib/utils.js',a1_0x12a338(0x1cb)),CodeceptWebDriver=interopDefault(requireModule(a1_0x12a338(0x109),'codeceptjs')),CodeceptRecorder=interopDefault(requireModule(a1_0x12a338(0x127),'codeceptjs')),CodeceptPlaywright=interopDefault(requireModule('codeceptjs/lib/helper/Playwright.js',a1_0x12a338(0x1cb)));try{require('../../helpers/driverInitErrorReporter')['installAll'](a1_0x12a338(0x1cb));}catch(a1_0x646128){logger[a1_0x12a338(0x12e)]('driver-init\x20capture\x20install\x20failed:\x20'+(a1_0x646128&&a1_0x646128[a1_0x12a338(0x12b)]));}const playwrightMarkSessionStatus=(_0x16aae0,_0x22f436,_0x165dee)=>{const _0x1f919c=a1_0x12a338,_0x113c4b={'DShHI':_0x1f919c(0xe1),'PnMrc':function(_0x27fba4,_0x12327f){return _0x27fba4(_0x12327f);}},_0x31a7ab={};_0x31a7ab['status']=_0x22f436;const _0x3041ae={};_0x3041ae[_0x1f919c(0x1b5)]=_0x113c4b[_0x1f919c(0x1cc)],_0x3041ae['arguments']=_0x31a7ab;const _0x5d227e=_0x3041ae;return!_0x113c4b[_0x1f919c(0x118)](isUndefined,_0x165dee)&&(_0x5d227e[_0x1f919c(0x1b1)][_0x1f919c(0x1a3)]=JSON[_0x1f919c(0x131)](_0x165dee)),_0x16aae0[_0x1f919c(0x178)](()=>{},_0x1f919c(0x1a1)+JSON[_0x1f919c(0x131)](_0x5d227e));},o11ySync=PerformanceTester[a1_0x12a338(0xf7)](PerformanceO11yEvents[a1_0x12a338(0x1bd)],async _0x42351f=>{const _0x5104c9=a1_0x12a338,_0x3916cf={};_0x3916cf[_0x5104c9(0x133)]=function(_0x524333,_0x21a71a){return _0x524333===_0x21a71a;},_0x3916cf[_0x5104c9(0x1dc)]='Playwright';const _0x4edf24=_0x3916cf;_0x4edf24[_0x5104c9(0x133)](_0x42351f[_0x5104c9(0x110)][_0x5104c9(0x1aa)],_0x4edf24['azOMP'])?await _0x42351f['executeScript'](_0x56a815=>{},testOpsHelper[_0x5104c9(0x12f)]()):await _0x42351f[_0x5104c9(0x178)](testOpsHelper[_0x5104c9(0x12f)]());}),markSessionName=PerformanceTester[a1_0x12a338(0xf7)](PerformanceAutEvents[a1_0x12a338(0xfd)],async(_0x4ff189,_0x31d2a8)=>{const _0x3144aa=a1_0x12a338,_0x596205={};_0x596205[_0x3144aa(0x149)]=_0x3144aa(0x136),_0x596205[_0x3144aa(0x13e)]=function(_0x5acf16,_0x145adb){return _0x5acf16===_0x145adb;},_0x596205[_0x3144aa(0x1a4)]=_0x3144aa(0x100);const _0x1988a1=_0x596205,_0x5d4e34={};_0x5d4e34[_0x3144aa(0x1aa)]=_0x31d2a8;const _0x336a1e={};_0x336a1e[_0x3144aa(0x1b5)]=_0x1988a1[_0x3144aa(0x149)],_0x336a1e[_0x3144aa(0x1b1)]=_0x5d4e34;const _0x58a079=_0x336a1e;_0x1988a1[_0x3144aa(0x13e)](_0x4ff189['constructor'][_0x3144aa(0x1aa)],_0x1988a1[_0x3144aa(0x1a4)])?await _0x4ff189[_0x3144aa(0x178)](()=>{},_0x3144aa(0x1a1)+JSON[_0x3144aa(0x131)](_0x58a079)):await _0x4ff189[_0x3144aa(0x178)]('browserstack_executor:\x20'+JSON[_0x3144aa(0x131)](_0x58a079));}),patchSaveScreenshot=_0x209704=>{const _0xa953c2=a1_0x12a338,_0x59a3a0={'xHGhj':_0xa953c2(0xe5),'CEWSl':_0xa953c2(0xf0),'vJiwX':function(_0x11441a){return _0x11441a();},'gclBF':function(_0x4446e5,_0x297e72){return _0x4446e5(_0x297e72);},'IFhmZ':_0xa953c2(0x116),'rbjtj':function(_0x14d1c7,_0xc78875){return _0x14d1c7(_0xc78875);}};_0x59a3a0[_0xa953c2(0xe3)](isTrue,process[_0xa953c2(0x170)][_0xa953c2(0x1bc)])&&!_0x209704[_0xa953c2(0x1db)]&&(_0x209704[_0xa953c2(0x1db)]=!![],_0x209704['initSaveScreenshot']=_0x209704[_0xa953c2(0xef)],_0x209704[_0xa953c2(0xef)]=(_0x543517,_0x349d84=![])=>{const _0x30a401=_0xa953c2,_0x61b098={'FvsKj':_0x59a3a0['xHGhj'],'UHnQF':_0x59a3a0[_0x30a401(0x188)],'jstkc':function(_0x46b1ba){return _0x59a3a0['vJiwX'](_0x46b1ba);},'UHGRU':function(_0x395942,_0x1b6216){const _0x142808=_0x30a401;return _0x59a3a0[_0x142808(0x1be)](_0x395942,_0x1b6216);},'LzHLv':_0x59a3a0[_0x30a401(0x1ab)]};return new Promise(function(_0x4de07b,_0x4a9970){const _0x3daa12=_0x30a401,_0x246f5b={'AvCTp':_0x61b098[_0x3daa12(0x195)],'QweVd':_0x61b098['UHnQF'],'oxIQJ':function(_0x359831){const _0x16f31d=_0x3daa12;return _0x61b098[_0x16f31d(0x1d1)](_0x359831);},'gFpFn':function(_0x49a0b9,_0x367a2d){const _0x56c56d=_0x3daa12;return _0x61b098[_0x56c56d(0x10d)](_0x49a0b9,_0x367a2d);},'JpHDu':_0x61b098[_0x3daa12(0x181)]};_0x209704[_0x3daa12(0x10c)](_0x543517,_0x349d84)[_0x3daa12(0x15a)](()=>{const _0x37915e=_0x3daa12,_0x3facb1=CodeceptUtils[_0x37915e(0x180)](_0x543517);if(_0x3facb1){const _0x1bd8ed=fs[_0x37915e(0x14c)](_0x3facb1);process[_0x37915e(0x148)](_0x37915e(0x19f)+process['pid'],{'timestamp':new Date()[_0x37915e(0xe9)](),'message':_0x1bd8ed['toString'](_0x246f5b[_0x37915e(0xe7)]),'kind':_0x246f5b[_0x37915e(0x107)]}),_0x246f5b['oxIQJ'](_0x4de07b);}_0x246f5b['gFpFn'](_0x4a9970,new Error(_0x246f5b['JpHDu']));})[_0x3daa12(0x1d2)](()=>null);});});},patchWebDriverBefore=(_0x486f70,_0x67c6ab)=>{const _0x41dc14=a1_0x12a338,_0x4eef0a={'kNlRr':function(_0x48cd4f){return _0x48cd4f();},'sKnOw':function(_0x35116b,_0x5d1b67){return _0x35116b(_0x5d1b67);},'BEOeE':function(_0x3ada2a,_0x212a45){return _0x3ada2a===_0x212a45;},'HqSAs':_0x41dc14(0xed),'JRbkf':function(_0x4ff55b,_0x373dfd){return _0x4ff55b===_0x373dfd;},'YyDQv':'string','rlcwV':function(_0x5d1d0c,_0x1f55a7){return _0x5d1d0c===_0x1f55a7;},'grghm':'Element','QbtNe':function(_0x43e4f2,_0x4c8125){return _0x43e4f2===_0x4c8125;},'TNaiR':_0x41dc14(0x18a)},_0x2d4e08=async function(_0x265c1b,_0x4a1bd1){const _0x4c15d2=_0x41dc14;_0x4eef0a[_0x4c15d2(0x174)](isAccessibilityAutomationSession)&&!global[_0x4c15d2(0x122)]&&global[_0x4c15d2(0x146)]&&scripts['shouldWrapCommand'](_0x265c1b['name'])&&_0x4eef0a[_0x4c15d2(0x176)](shouldPatchExecuteScript,arguments[0x2])&&(global['bstackAllyScanning']=!![],await PerformanceTester[_0x4c15d2(0xf7)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x529056=_0x4c15d2;logger[_0x529056(0x12e)](_0x529056(0x16c)+_0x265c1b[_0x529056(0x182)]+'\x20'+_0x265c1b[_0x529056(0x1aa)]),await AccessibilityHelper[_0x529056(0x112)](_0x486f70,scripts[_0x529056(0xf3)]);},{'command':_0x265c1b[_0x4c15d2(0x1aa)]})());global['bstackAllyScanning']=![];const _0x591cf5=JSON[_0x4c15d2(0xfe)](process[_0x4c15d2(0x170)][_0x4c15d2(0x1a6)]||'{}');if(_0x4eef0a[_0x4c15d2(0x126)](_0x591cf5?.[_0x4c15d2(0x185)]?.['name'],_0x4eef0a[_0x4c15d2(0x1a0)])&&_0x4eef0a['JRbkf'](typeof _0x591cf5?.['testFramework']?.['version'],_0x4eef0a[_0x4c15d2(0xe4)])&&_0x591cf5?.['testFramework']?.['version']['startsWith']('7'))return _0x4a1bd1[_0x4c15d2(0x155)](null,Array[_0x4c15d2(0x194)][_0x4c15d2(0xde)][_0x4c15d2(0x1c7)](arguments,0x2));return _0x4a1bd1[_0x4c15d2(0x155)](this,Array['prototype'][_0x4c15d2(0xde)][_0x4c15d2(0x1c7)](arguments,0x2));},_0x2b6b54=CodeceptWebDriver['prototype'][_0x41dc14(0x113)];CodeceptWebDriver[_0x41dc14(0x194)][_0x41dc14(0x113)]=async function(){const _0xb2adbb=_0x41dc14;try{await _0x2b6b54[_0xb2adbb(0x155)](this,arguments);}catch(_0x154942){logger['debug'](_0xb2adbb(0x119)+util[_0xb2adbb(0x145)](_0x154942));}(scripts[_0xb2adbb(0x1d5)]||[])[_0xb2adbb(0x1e5)](_0x3871d8=>_0x3871d8[_0xb2adbb(0x1aa)]&&_0x3871d8[_0xb2adbb(0x182)])[_0xb2adbb(0x159)](_0x9a45fb=>{const _0x2de263=_0xb2adbb;this[_0x2de263(0x1cf)]['overwriteCommand'](_0x9a45fb[_0x2de263(0x1aa)],_0x2d4e08[_0x2de263(0x115)](this,_0x9a45fb),_0x4eef0a['rlcwV'](_0x9a45fb[_0x2de263(0x182)],_0x4eef0a[_0x2de263(0x17a)]));}),_0x4eef0a[_0xb2adbb(0x176)](processWebDriverConfig,_0x486f70);try{_0x67c6ab&&_0x4eef0a[_0xb2adbb(0x157)](typeof _0x67c6ab[_0xb2adbb(0x147)],_0x4eef0a[_0xb2adbb(0x124)])&&await _0x67c6ab['flushPendingHookEvents']();}catch(_0x9b76c1){logger[_0xb2adbb(0x12e)]('Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20_before:\x20'+util[_0xb2adbb(0x145)](_0x9b76c1));}};};function a1_0x323e(_0x173bfd,_0x530abf){const _0xc12548=a1_0xc125();return a1_0x323e=function(_0x323e63,_0xe69a0a){_0x323e63=_0x323e63-0xdc;let _0x2e4b73=_0xc12548[_0x323e63];return _0x2e4b73;},a1_0x323e(_0x173bfd,_0x530abf);}function parseJwt(_0x558b7c){const _0x2877ed=a1_0x12a338,_0x12c078={};_0x12c078[_0x2877ed(0x143)]=_0x2877ed(0xe5);const _0x337457=_0x12c078;if(!_0x558b7c)return null;return JSON[_0x2877ed(0xfe)](Buffer[_0x2877ed(0x151)](_0x558b7c[_0x2877ed(0x1d0)]('.')[0x1],_0x337457['twKDP'])[_0x2877ed(0x171)]());}const patchPlaywrightBefore=_0x4ec4ad=>{const _0x2f76c3=a1_0x12a338,_0x49711f={'nOVTV':function(_0x320389){return _0x320389();},'VCyMg':_0x2f76c3(0x11b),'BKXrd':_0x2f76c3(0x1d4),'JHaSu':function(_0x5f2ce5,_0x337085){return _0x5f2ce5(_0x337085);},'SEJWV':function(_0x1d1cf5,_0x3df0f8){return _0x1d1cf5+_0x3df0f8;},'glXcA':_0x2f76c3(0x19e),'mNNxW':function(_0x4b351a){return _0x4b351a();},'FTJnJ':function(_0x5427cf){return _0x5427cf();},'vquHR':function(_0x5d015f,_0x2fbdbe){return _0x5d015f===_0x2fbdbe;},'xZmRI':_0x2f76c3(0x18a)};PlaywrightSessionDetails[_0x2f76c3(0x199)]();const _0x233598=CodeceptPlaywright[_0x2f76c3(0x194)][_0x2f76c3(0x113)];CodeceptPlaywright[_0x2f76c3(0x194)][_0x2f76c3(0x113)]=async function(){const _0x993f25=_0x2f76c3,_0x14cf1b={'dNXGQ':function(_0xa7c8c3){const _0x404f18=a1_0x323e;return _0x49711f[_0x404f18(0xf8)](_0xa7c8c3);},'XrXpp':_0x49711f['VCyMg'],'TQoIi':_0x49711f[_0x993f25(0x1af)],'MSHmL':function(_0x382e24,_0x1d956a){return _0x49711f['JHaSu'](_0x382e24,_0x1d956a);},'TlydY':function(_0x43ef3f,_0x4b7d5f){const _0x331c54=_0x993f25;return _0x49711f[_0x331c54(0x111)](_0x43ef3f,_0x4b7d5f);},'dpmIW':_0x49711f[_0x993f25(0x18f)]};this[_0x993f25(0x1da)]=await this[_0x993f25(0x1cf)][_0x993f25(0xee)]()[0x0];const _0x239519=async()=>{const _0x24cae1=_0x993f25,_0x1c2cdb={'Pfibm':function(_0x332a24){const _0x4b93ca=a1_0x323e;return _0x14cf1b[_0x4b93ca(0x15e)](_0x332a24);},'hEQgH':_0x14cf1b[_0x24cae1(0x16e)]},_0x5bbf87=this['config']&&this[_0x24cae1(0x141)][_0x24cae1(0x193)]&&this[_0x24cae1(0x141)][_0x24cae1(0x193)][_0x24cae1(0x13c)]&&Array[_0x24cae1(0x18e)](this[_0x24cae1(0x141)][_0x24cae1(0x193)]['args'])&&this[_0x24cae1(0x141)][_0x24cae1(0x193)]['args']['includes'](_0x14cf1b['TQoIi']);if(_0x14cf1b[_0x24cae1(0x15e)](isAccessibilityAutomationSession)&&!_0x5bbf87)try{const _0xae466e=_0x14cf1b[_0x24cae1(0x13b)](parseJwt,process[_0x24cae1(0x170)]['BS_A11Y_JWT']);if(_0xae466e&&_0xae466e[_0x24cae1(0x105)]&&_0xae466e['a11y_core_config'][_0x24cae1(0x1a9)]){const _0x22bc8e=this[_0x24cae1(0x1da)][_0x24cae1(0x1e2)]['bind'](this[_0x24cae1(0x1da)]);this[_0x24cae1(0x1da)][_0x24cae1(0x1e2)]=async function(){const _0x133c47=_0x24cae1,_0x4ea116=await _0x1c2cdb[_0x133c47(0x19d)](_0x22bc8e),_0x3dcb76=[];for(const _0x5e290f of _0x4ea116){try{const _0x3213d=await _0x5e290f[_0x133c47(0x18c)]();!_0x3213d[_0x133c47(0x18d)](_0x1c2cdb[_0x133c47(0xe0)])&&_0x3dcb76['push'](_0x5e290f);}catch(_0xfe4c36){_0x3dcb76[_0x133c47(0x1c0)](_0x5e290f);}}return _0x3dcb76;};}if(!_0x14cf1b['dNXGQ'](isBrowserstackInfra)){const _0xe8d033=await this['page'][_0x24cae1(0x18c)]();if(_0xe8d033[_0x24cae1(0x18d)](_0x14cf1b[_0x24cae1(0x16e)])){const _0x17743f=await this[_0x24cae1(0x1da)]['pages']();this[_0x24cae1(0x15b)](_0x17743f[0x0]);}}}catch(_0x14c747){logger['debug']('Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20'+_0x14c747[_0x24cae1(0x12b)]+(_0x14c747[_0x24cae1(0x10a)]?_0x14cf1b['TlydY'](_0x14cf1b[_0x24cae1(0x132)],_0x14c747[_0x24cae1(0x10a)]):''));}};_0x49711f['mNNxW'](isBrowserstackInfra)&&await _0x49711f[_0x993f25(0xf8)](_0x239519);await _0x233598[_0x993f25(0x155)](this,arguments);!_0x49711f['FTJnJ'](isBrowserstackInfra)&&await _0x49711f[_0x993f25(0xdf)](_0x239519);try{_0x4ec4ad&&_0x49711f['vquHR'](typeof _0x4ec4ad['flushPendingHookEvents'],_0x49711f[_0x993f25(0x139)])&&await _0x4ec4ad[_0x993f25(0x147)]();}catch(_0x3dcce5){logger[_0x993f25(0x12e)](_0x993f25(0x1d7)+util[_0x993f25(0x145)](_0x3dcce5));}};},getCodeceptDriver=()=>{const _0xbae6ad=a1_0x12a338,_0x1d5d4e={};_0x1d5d4e[_0xbae6ad(0x175)]=_0xbae6ad(0x1e0),_0x1d5d4e[_0xbae6ad(0x1dd)]=_0xbae6ad(0x100),_0x1d5d4e[_0xbae6ad(0x189)]=_0xbae6ad(0x1a2),_0x1d5d4e[_0xbae6ad(0x1ae)]=_0xbae6ad(0xec);const _0x2fc5b7=_0x1d5d4e,_0x38b14b=[_0x2fc5b7[_0xbae6ad(0x175)],_0x2fc5b7[_0xbae6ad(0x1dd)],_0x2fc5b7[_0xbae6ad(0x189)],_0x2fc5b7[_0xbae6ad(0x1ae)]],_0x253e10=_0x38b14b[_0xbae6ad(0x11e)](_0x3e8304=>!!CodeceptJS[_0xbae6ad(0xfb)]['helpers'](_0x3e8304));if(!_0x253e10)return null;return CodeceptJS[_0xbae6ad(0xfb)][_0xbae6ad(0x1ba)](_0x253e10);};function a1_0xc125(){const _0x4e3c89=['name','IFhmZ','tPlGw','codeceptjs/lib/index.js','VOjUR','BKXrd','skipSessionName','arguments','exports','xBNpg','../../helpers/accessibility-automation/accessibilityRetryHelper','action','qLGMW','captureEvent','yndiW','1664643axRuKk','helpers','jqKUZ','BS_TESTOPS_ALLOW_SCREENSHOTS','SYNC','gclBF','./o11yHelper','push','../../helpers/globals.js','TEST_RUN_FINISHED','addRequestSpy','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','skipped','saveAccessibilityResultsWithRetry','call','BROWSERSTACK_TESTHUB_UUID','PERFORM_SCAN','4rISLGX','codeceptjs','DShHI','sendCBTInfo','enabled','browser','split','jstkc','catch','mWLOt','--auto-open-devtools-for-tabs','commandsToWrap','2377608paIdGC','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20Playwright\x20_before:\x20','all','16443360KEzIAk','browserContext','patchSaveScreenshot','azOMP','kPWdo','step','13644kAVUcl','WebDriver','../../helpers/testhub/constants.js','pages','test-passed','776155FEspMX','filter','passed','warn','ctx','slice','mNNxW','hEQgH','setSessionStatus','add','rbjtj','YyDQv','base64','hook-failed','AvCTp','bddStepFinish','toISOString','NyiCI','startMonitoring','TestCafe','webdriverio','contexts','saveScreenshot','TEST_SCREENSHOT','OAEmD','63618XEpIHK','performScan','TEST_RUN_STARTED','thGJb','KPShS','measureWrapper','nOVTV','hook-passed','../../helpers/accessibility-automation/helper','container','SDK_HOOK','SESSION_NAME','parse','../../helpers/request-spy','Playwright','step-comment','rEhWK','fXFiN','thTestRunUuid','a11y_core_config','ThTet','QweVd','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','codeceptjs/lib/helper/WebDriver.js','stack','end','initSaveScreenshot','UHGRU','HOOK_RUN_FINISHED','YBqOr','constructor','SEJWV','browserStackExecuteDriver','_before','dqoVo','bind','Screenshot\x20path\x20not\x20found','start','PnMrc','Failed\x20to\x20execute\x20_before:\x20','xLFCR','devtools://','event','../../bin/playwright/accessibility-helper','find','INFO','pzEtX','uymqe','bstackAllyScanning','hook-started','TNaiR','dispatcher','BEOeE','codeceptjs/lib/recorder.js','after','skipSessionStatus','HOOK_RUN_STARTED','message','setGlobal','fireEvent','debug','getSyncScript','test-skipped','stringify','dpmIW','erkZh','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','getAccessibilityResults','setSessionName','title','hYRAG','xZmRI','161kQmnCh','MSHmL','args','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','JJRFG','ENV_VAR','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','config','command','twKDP','getResults','format','accessibilityPlatform','flushPendingHookEvents','emit','JYRBN','test','hookType','readFileSync','vIdqa','SDK_PRE_TEST','mYUbi','iMJxw','from','./helper.js','bddStep','RsvWg','apply','bstackA11yShouldScan','QbtNe','qIvpc','forEach','then','_setPage','lXJhU','../../bin/playwright/sessionDetails','dNXGQ','BROWSERSTACK_TESTHUB_JWT','captureError','vIDCf','bddStepStart','jrSuz','1994400UsrElQ','UtcpQ','TEST_LOG','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','SDK_POST_TEST','hook','WuVYR','odqGP','Performing\x20scan\x20for\x20','test-after','XrXpp','pid','env','toString','default','QCpkE','kNlRr','cDFmj','sKnOw','TEST_RUN_SKIPPED','executeScript','winstonLogger','grghm','../../helpers/helper','failed','SESSION_STATUS','thBuildUuid','__skipSessionStatus','screenshotOutputFolder','LzHLv','class','GET_RESULTS','49OTcaAX','testFramework','performScanWithRetry','JTzwb','CEWSl','xNgYj','function','test-started','url','startsWith','isArray','glXcA','titlePath','RBbeV','hasLiveDriverSession','chromium','prototype','FvsKj','stopMonitoring','tHJqe','stop','patch','thJwtToken','testAnalyticsId','currentTest','Pfibm','\x0aStack:\x20','bs:addLog:','HqSAs','browserstack_executor:\x20','Puppeteer','reason','lyDoQ','before','FRAMEWORK_DETAILS','util','SDK_TEST','domForge'];a1_0xc125=function(){return _0x4e3c89;};return a1_0xc125();}module[a1_0x12a338(0x1b2)]=function(_0x43aa02){const _0x573f0f=a1_0x12a338,_0x10e315={'vIDCf':function(_0x30a4f4,_0x38fc0d){return _0x30a4f4(_0x38fc0d);},'odqGP':function(_0x36c9ed,_0x3996e7,_0x3399c1){return _0x36c9ed(_0x3996e7,_0x3399c1);},'YBqOr':'getAccessibilityResultsSummary','jrSuz':_0x573f0f(0x1c4),'JTzwb':_0x573f0f(0x135),'yNoYs':_0x573f0f(0x140),'jqKUZ':function(_0x186ca5,_0xd9720e){return _0x186ca5(_0xd9720e);},'WuVYR':_0x573f0f(0x123),'QCpkE':_0x573f0f(0xf9),'RBbeV':function(_0x16eba9,_0x11f7cf,_0x27a0b6){return _0x16eba9(_0x11f7cf,_0x27a0b6);},'qLGMW':_0x573f0f(0xe6),'NyiCI':'browserstackTestName','RsvWg':function(_0x14415f){return _0x14415f();},'OAEmD':function(_0x4f2324,_0x4c03a1,_0x4889e2){return _0x4f2324(_0x4c03a1,_0x4889e2);},'NkAOc':_0x573f0f(0x156),'dqoVo':'test-before','fXFiN':function(_0x4cc8f3){return _0x4cc8f3();},'RiFon':function(_0x502a12,_0x291521,_0x12a774){return _0x502a12(_0x291521,_0x12a774);},'iMJxw':_0x573f0f(0x18b),'NgnWI':function(_0x443e71){return _0x443e71();},'thGJb':_0x573f0f(0x1e3),'pzEtX':function(_0x21ace5){return _0x21ace5();},'ThTet':function(_0x43dcef,_0x18adc4,_0x246472,_0xd38c0c){return _0x43dcef(_0x18adc4,_0x246472,_0xd38c0c);},'mWLOt':function(_0xb5ca19,_0x5b3ac2){return _0xb5ca19===_0x5b3ac2;},'yndiW':'Suite','xLFCR':'test-failed','hYRAG':_0x573f0f(0x130),'rEhWK':function(_0x2da9dc,_0x3ba59a,_0x448a94){return _0x2da9dc(_0x3ba59a,_0x448a94);},'vIdqa':_0x573f0f(0x134),'xBNpg':_0x573f0f(0x16d),'KPShS':_0x573f0f(0x11f),'tPlGw':_0x573f0f(0x166),'tHJqe':_0x573f0f(0x101),'mYUbi':'bddStep-before','SrZeh':'bddStep-after','UtcpQ':_0x573f0f(0x100)};_0x43aa02[_0x573f0f(0x129)]&&(global[_0x573f0f(0x17f)]=_0x43aa02[_0x573f0f(0x129)]);PerformanceTester[_0x573f0f(0xeb)]();const _0x15e164=_0x10e315[_0x573f0f(0x154)](getCodeceptDriver),_0x15cc8d=new O11yHelper(_0x15e164,_0x43aa02),_0x331117=!!CodeceptJS[_0x573f0f(0xfb)][_0x573f0f(0x1ba)](_0x10e315[_0x573f0f(0x165)]);global['__driver']=_0x15e164;_0x15e164&&(PerformanceTester[_0x573f0f(0xf7)](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x158d15=_0x573f0f;_0x331117?_0x10e315[_0x158d15(0x161)](patchPlaywrightBefore,_0x15cc8d):_0x10e315[_0x158d15(0x16b)](patchWebDriverBefore,_0x15e164,_0x15cc8d);})(),PerformanceTester[_0x573f0f(0xf7)](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0x1817f1=_0x573f0f,_0x136269={};_0x136269[_0x1817f1(0x15c)]=_0x10e315[_0x1817f1(0x187)],_0x136269[_0x1817f1(0x121)]=_0x10e315['yNoYs'];const _0x437474=_0x136269;_0x15e164['getAccessibilityResultsSummary']=async()=>{const _0x5ecd52=_0x1817f1;if(global[_0x5ecd52(0x146)]){const _0x1e8258={};return _0x1e8258[_0x5ecd52(0x142)]=_0x10e315[_0x5ecd52(0x10f)],await PerformanceTester[_0x5ecd52(0xf7)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{return await AccessibilityHelper['browserStackExecuteDriver'](_0x15e164,scripts['performScan']);},_0x1e8258)(),await PerformanceTester[_0x5ecd52(0xf7)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{return await AccessibilityHelper['browserStackExecuteDriver'](_0x15e164,scripts['getResultsSummary']);})();}return logger[_0x5ecd52(0xdc)](_0x10e315[_0x5ecd52(0x163)]),{};},_0x15e164[_0x1817f1(0x135)]=async()=>{const _0x1dc5d6=_0x1817f1;if(global['accessibilityPlatform']){const _0x50ea7e={};return _0x50ea7e[_0x1dc5d6(0x142)]=_0x437474[_0x1dc5d6(0x15c)],await PerformanceTester[_0x1dc5d6(0xf7)](PerformanceA11yEvents[_0x1dc5d6(0x1c9)],async()=>{const _0x4f31e6=_0x1dc5d6;return await AccessibilityHelper[_0x4f31e6(0x112)](_0x15e164,scripts[_0x4f31e6(0xf3)]);},_0x50ea7e)(),await PerformanceTester[_0x1dc5d6(0xf7)](PerformanceA11yEvents[_0x1dc5d6(0x183)],async()=>{const _0x41555a=_0x1dc5d6;return await AccessibilityHelper[_0x41555a(0x112)](_0x15e164,scripts[_0x41555a(0x144)]);})();}return logger[_0x1dc5d6(0xdc)](_0x437474[_0x1dc5d6(0x121)]),{};},_0x10e315[_0x1817f1(0x1bb)](patchSaveScreenshot,_0x15e164);})());CodeceptJS[_0x573f0f(0x11c)][_0x573f0f(0x125)]['on'](CodeceptJS[_0x573f0f(0x11c)]['all'][_0x573f0f(0x1a5)],()=>{const _0x17531f=_0x573f0f;PerformanceTester[_0x17531f(0x117)](PerformanceEvents[_0x17531f(0x14e)]);try{_0x15cc8d['start'](),testOpsHelper[_0x17531f(0x1c3)](),PerformanceTester[_0x17531f(0x10b)](PerformanceEvents[_0x17531f(0x14e)]);}catch(_0x14e8a4){PerformanceTester['captureError'](_0x14e8a4),PerformanceTester['end'](PerformanceEvents[_0x17531f(0x14e)],![],_0x14e8a4);}}),CodeceptJS[_0x573f0f(0x11c)][_0x573f0f(0x125)]['on'](CodeceptJS[_0x573f0f(0x11c)][_0x573f0f(0x1d8)][_0x573f0f(0x128)],async()=>{const _0x484ea8=_0x573f0f;PerformanceTester[_0x484ea8(0x117)](PerformanceEvents[_0x484ea8(0x168)]);try{requestSpy['restore'](),await _0x15cc8d[_0x484ea8(0x198)](),PerformanceTester['end'](PerformanceEvents['SDK_POST_TEST']);}catch(_0xa450d8){PerformanceTester[_0x484ea8(0x160)](_0xa450d8),PerformanceTester[_0x484ea8(0x10b)](PerformanceEvents[_0x484ea8(0x168)],![],_0xa450d8);}finally{PerformanceTester[_0x484ea8(0x196)]();}});const _0x34fd5b=(_0x861b16,_0x47c698)=>{const _0x5b019f=_0x573f0f;if(!_0x15cc8d)return;if(!_0x15cc8d[_0x5b019f(0x192)]()){_0x15cc8d['bufferPendingHookEvent'](_0x861b16,_0x47c698);return;}CodeceptRecorder[_0x5b019f(0xe2)](()=>_0x15cc8d[_0x5b019f(0x12d)](_0x861b16,_0x47c698));};CodeceptJS[_0x573f0f(0x11c)][_0x573f0f(0x125)]['on'](CodeceptJS[_0x573f0f(0x11c)][_0x573f0f(0x169)]['started'],_0xa017f4=>{const _0x3bfb5d=_0x573f0f;PerformanceTester['start'](PerformanceEvents[_0x3bfb5d(0xfc)]);try{const _0xd6e992=_0xa017f4[_0x3bfb5d(0xdd)][_0x3bfb5d(0x14a)],_0x15d652=_0x15cc8d[_0x3bfb5d(0x1b7)](TEST_EVENTS[_0x3bfb5d(0x12a)],_0xd6e992);_0x10e315[_0x3bfb5d(0x16b)](_0x34fd5b,TEST_EVENTS[_0x3bfb5d(0x12a)],_0x15d652);const _0xec822={};_0xec822[_0x3bfb5d(0x14b)]=_0x10e315[_0x3bfb5d(0x16a)],PerformanceTester[_0x3bfb5d(0x10b)](PerformanceEvents[_0x3bfb5d(0xfc)],!![],null,_0xec822);}catch(_0x5d7576){const _0x263017={};_0x263017[_0x3bfb5d(0x14b)]=_0x10e315[_0x3bfb5d(0x16a)],PerformanceTester[_0x3bfb5d(0x10b)](PerformanceEvents['SDK_HOOK'],![],_0x5d7576,_0x263017),PerformanceTester['captureError'](_0x5d7576);}}),CodeceptJS['event'][_0x573f0f(0x125)]['on'](CodeceptJS['event'][_0x573f0f(0x169)][_0x573f0f(0x1e6)],_0x366ee1=>{const _0x1b50d3=_0x573f0f,_0x1c2a3e={};_0x1c2a3e[_0x1b50d3(0x14b)]=_0x10e315[_0x1b50d3(0x173)],PerformanceTester[_0x1b50d3(0x117)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x1c2a3e);try{const _0x7da64f=_0x366ee1[_0x1b50d3(0xdd)][_0x1b50d3(0x14a)],_0x56732e=_0x15cc8d[_0x1b50d3(0x1b7)](TEST_EVENTS[_0x1b50d3(0x10e)],_0x7da64f);_0x10e315[_0x1b50d3(0x16b)](_0x34fd5b,TEST_EVENTS[_0x1b50d3(0x10e)],_0x56732e);const _0x31233f={};_0x31233f[_0x1b50d3(0x14b)]=_0x10e315[_0x1b50d3(0x173)],PerformanceTester['end'](PerformanceHookEvents[_0x1b50d3(0xfc)],!![],null,_0x31233f);}catch(_0x1f0db1){PerformanceTester['captureError'](_0x1f0db1);const _0x664a3={};_0x664a3['hookType']=_0x10e315[_0x1b50d3(0x173)],PerformanceTester[_0x1b50d3(0x10b)](PerformanceHookEvents[_0x1b50d3(0xfc)],![],_0x1f0db1,_0x664a3);}}),CodeceptJS[_0x573f0f(0x11c)][_0x573f0f(0x125)]['on'](CodeceptJS[_0x573f0f(0x11c)][_0x573f0f(0x169)][_0x573f0f(0x17c)],async(_0xf9bfbe,_0x2e2f4a)=>{const _0x3a0a89=_0x573f0f;PerformanceTester[_0x3a0a89(0x117)](PerformanceHookEvents[_0x3a0a89(0xfc)]);try{const _0x32439d=_0xf9bfbe[_0x3a0a89(0xdd)]['test'],_0x2ee14a=_0x15cc8d[_0x3a0a89(0x1b7)](TEST_EVENTS[_0x3a0a89(0x10e)],_0x32439d,_0x2e2f4a);_0x10e315[_0x3a0a89(0x191)](_0x34fd5b,TEST_EVENTS['HOOK_RUN_FINISHED'],_0x2ee14a);const _0x4a03dd={};_0x4a03dd[_0x3a0a89(0x14b)]=_0x10e315['qLGMW'],PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x4a03dd);}catch(_0x150240){PerformanceTester[_0x3a0a89(0x160)](_0x150240);const _0x1b3568={};_0x1b3568[_0x3a0a89(0x14b)]=_0x10e315[_0x3a0a89(0x1b6)],PerformanceTester[_0x3a0a89(0x10b)](PerformanceHookEvents['SDK_HOOK'],![],_0x150240,_0x1b3568);}const _0x37702e={};_0x37702e[_0x3a0a89(0x14b)]=_0x10e315[_0x3a0a89(0x1b6)],PerformanceTester[_0x3a0a89(0x10b)](PerformanceHookEvents[_0x3a0a89(0xfc)],!![],null,_0x37702e);}),CodeceptJS['event'][_0x573f0f(0x125)]['on'](CodeceptJS[_0x573f0f(0x11c)][_0x573f0f(0x14a)][_0x573f0f(0x1a5)],_0x9a0af3=>{const _0x3566ae=_0x573f0f;PerformanceTester[_0x3566ae(0x117)](PerformanceHookEvents[_0x3566ae(0xfc)]);try{globals[_0x3566ae(0x12c)](_0x10e315['NyiCI'],_0x9a0af3[_0x3566ae(0x137)]);_0x10e315['RsvWg'](isBrowserstackInfra)&&(_0x331117&&(global['__workerDetails']={'currentTest':{'name':_0x9a0af3[_0x3566ae(0x137)],'testInfo':{'titlePath':_0x9a0af3[_0x3566ae(0x190)]()}}}));try{const _0x504aff=_0x10e315[_0x3566ae(0xf1)](shouldScanTestForAccessibility,_0x9a0af3[_0x3566ae(0x190)](),!![]);globals['setGlobal'](_0x10e315['NkAOc'],_0x504aff);}catch(_0x4bf40b){logger[_0x3566ae(0x12e)]('Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20test.before:\x20'+util[_0x3566ae(0x145)](_0x4bf40b));}const _0x13ddc5={};_0x13ddc5['hookType']=_0x10e315['dqoVo'],PerformanceTester[_0x3566ae(0x10b)](PerformanceHookEvents[_0x3566ae(0xfc)],!![],null,_0x13ddc5);}catch(_0x3266c3){PerformanceTester[_0x3566ae(0x160)](_0x3266c3);const _0x2d66b8={};_0x2d66b8[_0x3566ae(0x14b)]=_0x10e315[_0x3566ae(0x114)],PerformanceTester['end'](PerformanceHookEvents[_0x3566ae(0xfc)],![],_0x3266c3,_0x2d66b8);}}),CodeceptJS[_0x573f0f(0x11c)][_0x573f0f(0x125)]['on'](CodeceptJS[_0x573f0f(0x11c)][_0x573f0f(0x14a)]['started'],_0x2c46ff=>{const _0x45db2f=_0x573f0f;PerformanceTester[_0x45db2f(0x117)](PerformanceHookEvents[_0x45db2f(0xfc)]);try{globals[_0x45db2f(0x12c)](_0x10e315[_0x45db2f(0xea)],_0x2c46ff['title']);const _0x1721b9=_0x15cc8d[_0x45db2f(0x1b7)](TEST_EVENTS[_0x45db2f(0xf4)],_0x2c46ff);CodeceptRecorder['add'](()=>_0x15cc8d[_0x45db2f(0x147)]()),CodeceptRecorder[_0x45db2f(0xe2)](()=>_0x15cc8d[_0x45db2f(0x12d)](TEST_EVENTS[_0x45db2f(0xf4)],_0x1721b9)),CodeceptRecorder[_0x45db2f(0xe2)](()=>_0x15cc8d[_0x45db2f(0x1cd)](_0x2c46ff[_0x45db2f(0x19b)])),CodeceptRecorder[_0x45db2f(0xe2)](async()=>{const _0x5dba8c=_0x45db2f;_0x10e315[_0x5dba8c(0x103)](isBrowserstackInfra)&&(!_0x10e315[_0x5dba8c(0x1bb)](isTrue,_0x43aa02[_0x5dba8c(0x1b0)])&&await _0x10e315['RiFon'](markSessionName,_0x15e164,_0x2c46ff['title']),_0x15cc8d[_0x5dba8c(0x1ce)]&&await _0x10e315[_0x5dba8c(0x161)](o11ySync,_0x15e164));});}catch(_0x228eaf){const _0x22d441={};_0x22d441['hookType']=_0x10e315['iMJxw'],PerformanceTester[_0x45db2f(0x10b)](PerformanceHookEvents[_0x45db2f(0xfc)],![],_0x228eaf,_0x22d441),PerformanceTester[_0x45db2f(0x160)](_0x228eaf);}const _0x1b7d01={};_0x1b7d01[_0x45db2f(0x14b)]=_0x10e315[_0x45db2f(0x150)],PerformanceTester[_0x45db2f(0x10b)](PerformanceHookEvents[_0x45db2f(0xfc)],!![],null,_0x1b7d01);}),CodeceptJS[_0x573f0f(0x11c)]['dispatcher']['on'](CodeceptJS[_0x573f0f(0x11c)][_0x573f0f(0x14a)][_0x573f0f(0x1e6)],_0xaebb44=>{const _0x2afabf=_0x573f0f;PerformanceTester[_0x2afabf(0x117)](PerformanceHookEvents[_0x2afabf(0xfc)]);try{const _0x17e5cc=_0x15cc8d[_0x2afabf(0x1b7)](TEST_EVENTS[_0x2afabf(0x1c2)],_0xaebb44);CodeceptRecorder['add'](()=>_0x15cc8d['fireEvent'](TEST_EVENTS[_0x2afabf(0x1c2)],_0x17e5cc)),CodeceptRecorder['add'](async()=>{const _0x581211=_0x2afabf,_0x1ec4c9={'lsPwD':function(_0x5672ab,_0x369038,_0x1d293e){return _0x10e315['RBbeV'](_0x5672ab,_0x369038,_0x1d293e);},'qIvpc':function(_0x5a680b,_0x1e9a9f,_0x3f7e51){const _0x200112=a1_0x323e;return _0x10e315[_0x200112(0x191)](_0x5a680b,_0x1e9a9f,_0x3f7e51);}};_0x10e315['NgnWI'](isBrowserstackInfra)&&await PerformanceTester[_0x581211(0xf7)](PerformanceAutEvents[_0x581211(0x17d)],async()=>{const _0x46fefc=_0x581211;_0x331117?await _0x1ec4c9['lsPwD'](playwrightMarkSessionStatus,_0x15e164,STATE_PASSED):await _0x1ec4c9[_0x46fefc(0x158)](markSessionStatus,_0x15e164,STATE_PASSED);})();}),PerformanceTester['end'](PerformanceEvents['SDK_TEST']);}catch(_0x4f91ce){PerformanceTester[_0x2afabf(0x160)](_0x4f91ce);const _0x38ce49={};_0x38ce49['hookType']=_0x10e315['thGJb'],PerformanceTester['end'](PerformanceHookEvents[_0x2afabf(0xfc)],![],_0x4f91ce,_0x38ce49),PerformanceTester[_0x2afabf(0x10b)](PerformanceEvents[_0x2afabf(0x1a8)],![],_0x4f91ce);}const _0x27b0f9={};_0x27b0f9['hookType']=_0x10e315[_0x2afabf(0xf5)],PerformanceTester[_0x2afabf(0x10b)](PerformanceHookEvents[_0x2afabf(0xfc)],!![],null,_0x27b0f9);}),CodeceptJS['event'][_0x573f0f(0x125)]['on'](CodeceptJS[_0x573f0f(0x11c)][_0x573f0f(0x14a)][_0x573f0f(0x17c)],(_0x126729,_0x3079cc)=>{const _0x4e971b=_0x573f0f;PerformanceTester[_0x4e971b(0x117)](PerformanceHookEvents[_0x4e971b(0xfc)]);try{if(_0x10e315[_0x4e971b(0x1d3)](_0x126729[_0x4e971b(0x110)]['name'],_0x10e315[_0x4e971b(0x1b8)])){const _0x57b955=_0x15cc8d[_0x4e971b(0x1b7)](TEST_EVENTS[_0x4e971b(0x177)],_0x126729['ctx'][_0x4e971b(0x19c)]);CodeceptRecorder[_0x4e971b(0xe2)](()=>_0x15cc8d[_0x4e971b(0x12d)](TEST_EVENTS[_0x4e971b(0x177)],_0x57b955));}else{const _0x4db983=_0x15cc8d[_0x4e971b(0x1b7)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x126729,_0x3079cc);CodeceptRecorder[_0x4e971b(0xe2)](()=>{const _0x318bad=_0x4e971b;try{_0x15cc8d[_0x318bad(0x12d)](TEST_EVENTS[_0x318bad(0x1c2)],_0x4db983);}catch(_0x3a29ce){logger['debug'](_0x318bad(0x108)+util[_0x318bad(0x145)](_0x3a29ce)),PerformanceTester[_0x318bad(0x10b)](PerformanceEvents[_0x318bad(0x1a8)],![],_0x3a29ce);}}),CodeceptRecorder[_0x4e971b(0xe2)](async()=>{const _0x23471d=_0x4e971b;try{_0x10e315[_0x23471d(0x120)](isBrowserstackInfra)&&(_0x331117?await _0x10e315[_0x23471d(0x106)](playwrightMarkSessionStatus,_0x15e164,STATE_FAILED,_0x3079cc):await _0x10e315[_0x23471d(0x106)](markSessionStatus,_0x15e164,STATE_FAILED,_0x3079cc));}catch(_0x3e4990){logger[_0x23471d(0x12e)](_0x23471d(0x167)+util[_0x23471d(0x145)](_0x3e4990)),PerformanceTester[_0x23471d(0x10b)](PerformanceEvents[_0x23471d(0x1a8)],![],_0x3e4990);}});}PerformanceTester[_0x4e971b(0x10b)](PerformanceEvents[_0x4e971b(0x1a8)]);}catch(_0x3fc38c){PerformanceTester[_0x4e971b(0x160)](_0x3fc38c);const _0x352c65={};_0x352c65['hookType']=_0x10e315[_0x4e971b(0x11a)],PerformanceTester[_0x4e971b(0x10b)](PerformanceHookEvents[_0x4e971b(0xfc)],![],_0x3fc38c,_0x352c65),PerformanceTester[_0x4e971b(0x10b)](PerformanceEvents[_0x4e971b(0x1a8)],![],_0x3fc38c);}const _0x5d9412={};_0x5d9412[_0x4e971b(0x14b)]=_0x10e315[_0x4e971b(0x11a)],PerformanceTester[_0x4e971b(0x10b)](PerformanceHookEvents[_0x4e971b(0xfc)],!![],null,_0x5d9412);}),CodeceptJS['event'][_0x573f0f(0x125)]['on'](CodeceptJS['event'][_0x573f0f(0x14a)][_0x573f0f(0x1c5)],_0x3c31bb=>{const _0x411836=_0x573f0f;PerformanceTester['start'](PerformanceHookEvents[_0x411836(0xfc)]);try{const _0x517316=_0x15cc8d[_0x411836(0x1b7)](TEST_EVENTS[_0x411836(0x177)],_0x3c31bb);CodeceptRecorder[_0x411836(0xe2)](()=>_0x15cc8d[_0x411836(0x12d)](TEST_EVENTS[_0x411836(0x177)],_0x517316)),PerformanceTester[_0x411836(0x10b)](PerformanceEvents[_0x411836(0x1a8)]);}catch(_0x1c2c6a){PerformanceTester[_0x411836(0x160)](_0x1c2c6a),PerformanceTester[_0x411836(0x10b)](PerformanceEvents[_0x411836(0x1a8)],![],_0x1c2c6a);const _0x9ac76a={};_0x9ac76a[_0x411836(0x14b)]=_0x10e315[_0x411836(0x138)],PerformanceTester[_0x411836(0x10b)](PerformanceHookEvents[_0x411836(0xfc)],![],_0x1c2c6a,_0x9ac76a);}const _0x314c61={};_0x314c61[_0x411836(0x14b)]=_0x10e315[_0x411836(0x138)],PerformanceTester[_0x411836(0x10b)](PerformanceHookEvents[_0x411836(0xfc)],!![],null,_0x314c61);}),CodeceptJS[_0x573f0f(0x11c)][_0x573f0f(0x125)]['on'](CodeceptJS[_0x573f0f(0x11c)][_0x573f0f(0x14a)][_0x573f0f(0x128)],async(_0xfe6a60,_0x4ce2df)=>{const _0x275dad=_0x573f0f;try{PerformanceTester[_0x275dad(0x117)](PerformanceHookEvents[_0x275dad(0xfc)]);const _0x235d01=_0x10e315[_0x275dad(0x102)](shouldScanTestForAccessibility,_0xfe6a60['titlePath'](),!![]);if(_0x10e315[_0x275dad(0x120)](isAccessibilityAutomationSession)&&global['accessibilityPlatform']&&_0x235d01){const _0x4fa301={};_0x4fa301[_0x275dad(0x104)]=_0xfe6a60[_0x275dad(0x19b)],_0x4fa301[_0x275dad(0x17e)]=process['env'][testHubConstants[_0x275dad(0x13f)][_0x275dad(0x1c8)]],_0x4fa301[_0x275dad(0x19a)]=process[_0x275dad(0x170)][testHubConstants[_0x275dad(0x13f)][_0x275dad(0x15f)]];const _0x588a06=_0x4fa301;logger[_0x275dad(0x12e)](_0x275dad(0x13d)+JSON[_0x275dad(0x131)](_0x588a06)),CodeceptRecorder[_0x275dad(0xe2)](async()=>{const _0x2049aa=_0x275dad;await accessibilityRetryHelper[_0x2049aa(0x186)](_0x15e164,_0xfe6a60[_0x2049aa(0x137)]),await accessibilityRetryHelper[_0x2049aa(0x1c6)](_0x15e164,_0x588a06);}),logger['info'](_0x10e315[_0x275dad(0x14d)]);}const _0x55affe={};_0x55affe['hookType']=_0x10e315[_0x275dad(0x1b3)],PerformanceTester[_0x275dad(0x10b)](PerformanceHookEvents[_0x275dad(0xfc)],!![],null,_0x55affe);}catch(_0x154ad3){PerformanceTester[_0x275dad(0x160)](_0x154ad3);const _0x368feb={};_0x368feb[_0x275dad(0x14b)]=_0x10e315['xBNpg'],PerformanceTester[_0x275dad(0x10b)](PerformanceHookEvents[_0x275dad(0xfc)],![],_0x154ad3,_0x368feb);}}),CodeceptJS[_0x573f0f(0x11c)][_0x573f0f(0x125)]['on'](CodeceptJS[_0x573f0f(0x11c)][_0x573f0f(0x1de)]['comment'],_0x380cce=>{const _0x75dcf3=_0x573f0f;PerformanceTester[_0x75dcf3(0x117)](PerformanceHookEvents[_0x75dcf3(0xfc)]);try{process[_0x75dcf3(0x148)](_0x75dcf3(0x19f)+process[_0x75dcf3(0x16f)],{'timestamp':new Date()[_0x75dcf3(0xe9)](),'level':_0x10e315[_0x75dcf3(0xf6)],'message':_0x380cce,'kind':_0x10e315[_0x75dcf3(0x1ac)],'http_response':{}});}catch(_0x12df66){PerformanceTester[_0x75dcf3(0x160)](_0x12df66);const _0x5d49bf={};_0x5d49bf['hookType']=_0x10e315[_0x75dcf3(0x197)],PerformanceTester[_0x75dcf3(0x10b)](PerformanceHookEvents[_0x75dcf3(0xfc)],![],_0x12df66,_0x5d49bf);}const _0x55b5d5={};_0x55b5d5['hookType']=_0x10e315[_0x75dcf3(0x197)],PerformanceTester[_0x75dcf3(0x10b)](PerformanceHookEvents[_0x75dcf3(0xfc)],!![],null,_0x55b5d5);}),CodeceptJS['event'][_0x573f0f(0x125)]['on'](CodeceptJS['event']['bddStep']['before'],_0x4318e8=>{const _0x27eb41=_0x573f0f,_0x155b2c={};_0x155b2c[_0x27eb41(0x14b)]=_0x10e315[_0x27eb41(0x14f)],PerformanceTester[_0x27eb41(0xf7)](PerformanceHookEvents[_0x27eb41(0xfc)],()=>{const _0x3910d1=_0x27eb41;_0x15cc8d[_0x3910d1(0x162)](_0x4318e8);},_0x155b2c)();}),CodeceptJS[_0x573f0f(0x11c)]['dispatcher']['on'](CodeceptJS['event'][_0x573f0f(0x153)][_0x573f0f(0x128)],_0x72c6ce=>{const _0x4ed128=_0x573f0f,_0x335048={};_0x335048[_0x4ed128(0x14b)]=_0x10e315['SrZeh'],PerformanceTester[_0x4ed128(0xf7)](PerformanceHookEvents[_0x4ed128(0xfc)],()=>{const _0x36390e=_0x4ed128;_0x15cc8d[_0x36390e(0xe8)](_0x72c6ce);},_0x335048)();});};
1
+ const a1_0xdc6a15=a1_0x1fb0;(function(_0x1de96d,_0x5baac7){const _0x51df74=a1_0x1fb0,_0x199e4e=_0x1de96d();while(!![]){try{const _0x3da72b=parseInt(_0x51df74(0x274))/0x1*(-parseInt(_0x51df74(0x1f6))/0x2)+-parseInt(_0x51df74(0x239))/0x3+-parseInt(_0x51df74(0x1f5))/0x4+parseInt(_0x51df74(0x230))/0x5*(parseInt(_0x51df74(0x244))/0x6)+parseInt(_0x51df74(0x1ce))/0x7*(-parseInt(_0x51df74(0x216))/0x8)+-parseInt(_0x51df74(0x1cf))/0x9*(-parseInt(_0x51df74(0x1b6))/0xa)+-parseInt(_0x51df74(0x194))/0xb*(-parseInt(_0x51df74(0x225))/0xc);if(_0x3da72b===_0x5baac7)break;else _0x199e4e['push'](_0x199e4e['shift']());}catch(_0x52590f){_0x199e4e['push'](_0x199e4e['shift']());}}}(a1_0x1f8f,0x96033));const fs=require('fs'),util=require(a1_0xdc6a15(0x28b)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0xdc6a15(0x1d9)),logger=require(a1_0xdc6a15(0x25e))[a1_0xdc6a15(0x1b8)],testOpsHelper=require(a1_0xdc6a15(0x1a8)),requestSpy=require(a1_0xdc6a15(0x1d8)),PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0xdc6a15(0x262)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0xdc6a15(0x199)),AccessibilityHelper=require(a1_0xdc6a15(0x269)),accessibilityRetryHelper=require(a1_0xdc6a15(0x277)),scripts=require(a1_0xdc6a15(0x25d)),PerformanceTester=require('../../helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0xdc6a15(0x261)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0xdc6a15(0x22c)),testHubConstants=require(a1_0xdc6a15(0x1b0)),globals=require('../../helpers/globals.js'),interopDefault=_0x24c653=>_0x24c653&&_0x24c653[a1_0xdc6a15(0x201)]!==undefined?_0x24c653[a1_0xdc6a15(0x201)]:_0x24c653,CodeceptJS=requireModule('codeceptjs/lib/index.js',a1_0xdc6a15(0x26b)),CodeceptUtils=requireModule(a1_0xdc6a15(0x1a4),a1_0xdc6a15(0x26b)),CodeceptWebDriver=interopDefault(requireModule('codeceptjs/lib/helper/WebDriver.js',a1_0xdc6a15(0x26b))),CodeceptRecorder=interopDefault(requireModule(a1_0xdc6a15(0x243),a1_0xdc6a15(0x26b))),CodeceptPlaywright=interopDefault(requireModule('codeceptjs/lib/helper/Playwright.js',a1_0xdc6a15(0x26b)));try{require('../../helpers/driverInitErrorReporter')['installAll'](a1_0xdc6a15(0x26b));}catch(a1_0x17e68b){logger[a1_0xdc6a15(0x195)]('driver-init\x20capture\x20install\x20failed:\x20'+(a1_0x17e68b&&a1_0x17e68b[a1_0xdc6a15(0x1bf)]));}function a1_0x1f8f(){const _0x39d84c=['passed','pdWBW','LGIGf','\x0aStack:\x20','HOOK_RUN_STARTED','iccdw','swMrV','238cSVPXc','559431tQSZUD','base64','KvQVe','qjsEi','SdroW','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','devtools://','SYNC','bddStep-before','../../helpers/request-spy','../../helpers/helper','domForge','BROWSERSTACK_TESTHUB_UUID','fJInW','UjwyC','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20_before:\x20','zRbOr','class','browserstackTestName','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','__driver','shouldWrapCommand','step-comment','test-passed','event','captureError','exports','boqOe','coJQX','comment','bufferPendingHookEvent','XUtid','tghZG','failed','QQSUE','titlePath','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20Playwright\x20_before:\x20','startMonitoring','2479776IRvkPC','10BkAgsA','toISOString','bind','call','HOOK_RUN_FINISHED','inoet','ktsPk','helpers','TEST_RUN_STARTED','SrmGk','env','default','FcjKj','readFileSync','getAccessibilityResults','getSyncScript','Playwright','GET_RESULTS','SDK_TEST','OTRth','EemnC','initSaveScreenshot','start','uEGUa','gkYHM','hkIsZ','BROWSERSTACK_TESTHUB_JWT','measureWrapper','apply','name','pid','TEST_SCREENSHOT','54296ZVZYFW','test-skipped','Puppeteer','stop','OCPLH','chromium','thJwtToken','INFO','stringify','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','test-before','FJZxY','BS_A11Y_JWT','skipSessionStatus','overwriteCommand','708axwfth','nUiGI','Izlgv','SDK_HOOK','stopMonitoring','browserstack_executor:\x20','accessibilityPlatform','./helper.js','HySLu','hgyTH','UijlW','2286475CWpEVI','bddStepStart','MZYVH','zbIRY','IvrHx','format','config','getResults','browserContext','1486353hxvtKw','wqMIv','test-failed','bs:addLog:','toString','started','TEST_RUN_SKIPPED','bstackAllyScanning','meBau','_setPage','codeceptjs/lib/recorder.js','6GtUtUv','version','status','PERFORM_SCAN','split','container','enabled','IEhUl','test','JcrTC','qBqaI','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','SDK_POST_TEST','AYHdm','prototype','webdriverio','skipped','xfFwR','DQtKP','zojBd','fiYhm','FRAMEWORK_DETAILS','setSessionName','__workerDetails','SDK_PRE_TEST','../../helpers/accessibility-automation/scripts','../../helpers/logger','ZnBna','after','../../helpers/performance/constants','./o11yHelper','ctx','kZRoI','Suite','warn','BqSnA','testFramework','../../bin/playwright/accessibility-helper','testAnalyticsId','codeceptjs','addRequestSpy','flushPendingHookEvents','performScan','RqYFn','thBuildUuid','hUSVX','FcOsR','end','89431xCWMAt','function','ROAIk','../../helpers/accessibility-automation/accessibilityRetryHelper','GET_RESULTS_SUMMARY','gGsnn','catch','vJKjK','GJbEY','arguments','rppCQ','fireEvent','hookType','dndMH','url','Failed\x20to\x20execute\x20_before:\x20','NxOGn','before','currentTest','string','WebDriver','qDguS','all','util','pCINC','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','constructor','captureEvent','browserStackExecuteDriver','contexts','TEST_RUN_FINISHED','305701sUEskW','debug','browser','_before','qMUIp','../../helpers/accessibility-automation/helper','FCdnU','TEST_LOG','SDK_POST_INITIALIZE','patchSaveScreenshot','args','saveScreenshot','test-after','then','performScanWithRetry','EHCfV','codeceptjs/lib/utils.js','vNXkN','Screenshot\x20path\x20not\x20found','uNAWW','../../helpers/test-observability/utils','ofgiI','startsWith','step','executeScript','KUygU','ZiDTQ','hqdSK','../../helpers/testhub/constants.js','restore','add','skipSessionName','QYZti','setGlobal','50kxncEW','title','winstonLogger','dispatcher','zwjOm','screenshotOutputFolder','command','pages','hook-passed','message','hook','SESSION_STATUS','push','NOIWU','forEach','Gowlh','setSessionStatus'];a1_0x1f8f=function(){return _0x39d84c;};return a1_0x1f8f();}const playwrightMarkSessionStatus=(_0x5bcc69,_0xe017b2,_0x1ee85d)=>{const _0x3238c2=a1_0xdc6a15,_0xefebb1={'KplcI':_0x3238c2(0x1c6),'mjLSD':function(_0x43b4be,_0x129236){return _0x43b4be(_0x129236);}},_0x5ad1dc={};_0x5ad1dc[_0x3238c2(0x246)]=_0xe017b2;const _0x36a04d={};_0x36a04d['action']=_0xefebb1['KplcI'],_0x36a04d[_0x3238c2(0x27d)]=_0x5ad1dc;const _0x5a8076=_0x36a04d;return!_0xefebb1['mjLSD'](isUndefined,_0x1ee85d)&&(_0x5a8076[_0x3238c2(0x27d)]['reason']=JSON['stringify'](_0x1ee85d)),_0x5bcc69[_0x3238c2(0x1ac)](()=>{},_0x3238c2(0x22a)+JSON[_0x3238c2(0x21e)](_0x5a8076));},o11ySync=PerformanceTester[a1_0xdc6a15(0x211)](PerformanceO11yEvents[a1_0xdc6a15(0x1d6)],async _0x5bea85=>{const _0x1d5a27=a1_0xdc6a15,_0x199c67={};_0x199c67[_0x1d5a27(0x24b)]=function(_0x3963a8,_0x55fc1b){return _0x3963a8===_0x55fc1b;},_0x199c67[_0x1d5a27(0x21a)]='Playwright';const _0x4cecde=_0x199c67;_0x4cecde[_0x1d5a27(0x24b)](_0x5bea85[_0x1d5a27(0x28e)][_0x1d5a27(0x213)],_0x4cecde[_0x1d5a27(0x21a)])?await _0x5bea85['executeScript'](_0x507e0c=>{},testOpsHelper[_0x1d5a27(0x205)]()):await _0x5bea85[_0x1d5a27(0x1ac)](testOpsHelper[_0x1d5a27(0x205)]());}),markSessionName=PerformanceTester[a1_0xdc6a15(0x211)](PerformanceAutEvents['SESSION_NAME'],async(_0x2381ac,_0xe7ec5d)=>{const _0xd221c7=a1_0xdc6a15,_0x5f5c5c={};_0x5f5c5c['ktsPk']=_0xd221c7(0x25a),_0x5f5c5c['RqYFn']=function(_0x3f078c,_0x15f2b7){return _0x3f078c===_0x15f2b7;},_0x5f5c5c[_0xd221c7(0x1ee)]=_0xd221c7(0x206);const _0xdb68dd=_0x5f5c5c,_0x2c432a={};_0x2c432a[_0xd221c7(0x213)]=_0xe7ec5d;const _0x5948fb={};_0x5948fb['action']=_0xdb68dd[_0xd221c7(0x1fc)],_0x5948fb['arguments']=_0x2c432a;const _0x266815=_0x5948fb;_0xdb68dd[_0xd221c7(0x26f)](_0x2381ac[_0xd221c7(0x28e)]['name'],_0xdb68dd[_0xd221c7(0x1ee)])?await _0x2381ac['executeScript'](()=>{},_0xd221c7(0x22a)+JSON[_0xd221c7(0x21e)](_0x266815)):await _0x2381ac['executeScript'](_0xd221c7(0x22a)+JSON['stringify'](_0x266815));}),patchSaveScreenshot=_0x3445ef=>{const _0xb69538=a1_0xdc6a15,_0x56dda7={'FCdnU':'base64','iccdw':_0xb69538(0x215),'EHCfV':function(_0x400a81){return _0x400a81();},'fJInW':function(_0x35f832,_0x23285d){return _0x35f832(_0x23285d);},'EOjrj':_0xb69538(0x1a6),'IvrHx':function(_0x1f4e4b,_0xefc656){return _0x1f4e4b(_0xefc656);}};_0x56dda7[_0xb69538(0x234)](isTrue,process['env']['BS_TESTOPS_ALLOW_SCREENSHOTS'])&&!_0x3445ef[_0xb69538(0x19d)]&&(_0x3445ef[_0xb69538(0x19d)]=!![],_0x3445ef[_0xb69538(0x20b)]=_0x3445ef[_0xb69538(0x19f)],_0x3445ef[_0xb69538(0x19f)]=(_0x5e24c5,_0x3157d1=![])=>{const _0x4a4cab=_0xb69538,_0x46772e={'jlfdQ':_0x56dda7[_0x4a4cab(0x19a)],'biKNt':_0x56dda7[_0x4a4cab(0x1cc)],'BqSnA':function(_0x200498){const _0x9d1d8b=_0x4a4cab;return _0x56dda7[_0x9d1d8b(0x1a3)](_0x200498);},'UijlW':function(_0x27bf0b,_0x389f47){const _0x4bc1f7=_0x4a4cab;return _0x56dda7[_0x4bc1f7(0x1dc)](_0x27bf0b,_0x389f47);},'sfZVM':_0x56dda7['EOjrj']};return new Promise(function(_0x13ea87,_0x43e2ea){const _0x2e4e29=_0x4a4cab,_0x3adb54={'HySLu':_0x46772e['jlfdQ'],'TlVSp':_0x46772e['biKNt'],'SdroW':function(_0x424537){const _0x322ea4=a1_0x1fb0;return _0x46772e[_0x322ea4(0x267)](_0x424537);},'VqXIc':function(_0x2b04ea,_0x281b19){const _0x3ebe57=a1_0x1fb0;return _0x46772e[_0x3ebe57(0x22f)](_0x2b04ea,_0x281b19);},'COXmz':_0x46772e['sfZVM']};_0x3445ef[_0x2e4e29(0x20b)](_0x5e24c5,_0x3157d1)[_0x2e4e29(0x1a1)](()=>{const _0x2609f1=_0x2e4e29,_0x43c326=CodeceptUtils[_0x2609f1(0x1bb)](_0x5e24c5);if(_0x43c326){const _0x1023a1=fs[_0x2609f1(0x203)](_0x43c326);process['emit'](_0x2609f1(0x23c)+process[_0x2609f1(0x214)],{'timestamp':new Date()[_0x2609f1(0x1f7)](),'message':_0x1023a1[_0x2609f1(0x23d)](_0x3adb54[_0x2609f1(0x22d)]),'kind':_0x3adb54['TlVSp']}),_0x3adb54[_0x2609f1(0x1d3)](_0x13ea87);}_0x3adb54['VqXIc'](_0x43e2ea,new Error(_0x3adb54['COXmz']));})[_0x2e4e29(0x27a)](()=>null);});});},patchWebDriverBefore=(_0x293c5e,_0x3f4d5a)=>{const _0x39abd8=a1_0xdc6a15,_0x3dc00c={'GJbEY':function(_0xf7d1f5){return _0xf7d1f5();},'hgyTH':function(_0x4e8f82,_0x389bf1){return _0x4e8f82(_0x389bf1);},'YyWEk':function(_0x1efa88,_0xcfab50){return _0x1efa88===_0xcfab50;},'wAFdz':_0x39abd8(0x253),'FcjKj':function(_0x1e758f,_0x44b74c){return _0x1e758f===_0x44b74c;},'ehqgH':_0x39abd8(0x287),'zbIRY':function(_0x27ff0a,_0x42768f){return _0x27ff0a===_0x42768f;},'QYZti':'Element','qMUIp':function(_0x533595,_0x3e0635){return _0x533595(_0x3e0635);},'nUiGI':function(_0x38449a,_0x2b87ca){return _0x38449a===_0x2b87ca;},'UjwyC':_0x39abd8(0x275)},_0x426efa=async function(_0xdfad52,_0x436ce8){const _0x596d65=_0x39abd8;_0x3dc00c[_0x596d65(0x27c)](isAccessibilityAutomationSession)&&!global[_0x596d65(0x240)]&&global[_0x596d65(0x22b)]&&scripts[_0x596d65(0x1e4)](_0xdfad52[_0x596d65(0x213)])&&_0x3dc00c[_0x596d65(0x22e)](shouldPatchExecuteScript,arguments[0x2])&&(global['bstackAllyScanning']=!![],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x596d65(0x247)],async()=>{const _0x124349=_0x596d65;logger[_0x124349(0x195)]('Performing\x20scan\x20for\x20'+_0xdfad52[_0x124349(0x1e0)]+'\x20'+_0xdfad52[_0x124349(0x213)]),await AccessibilityHelper[_0x124349(0x290)](_0x293c5e,scripts[_0x124349(0x26e)]);},{'command':_0xdfad52[_0x596d65(0x213)]})());global[_0x596d65(0x240)]=![];const _0x47787a=JSON['parse'](process[_0x596d65(0x200)][_0x596d65(0x259)]||'{}');if(_0x3dc00c['YyWEk'](_0x47787a?.[_0x596d65(0x268)]?.['name'],_0x3dc00c['wAFdz'])&&_0x3dc00c[_0x596d65(0x202)](typeof _0x47787a?.[_0x596d65(0x268)]?.[_0x596d65(0x245)],_0x3dc00c['ehqgH'])&&_0x47787a?.[_0x596d65(0x268)]?.[_0x596d65(0x245)][_0x596d65(0x1aa)]('7'))return _0x436ce8[_0x596d65(0x212)](null,Array[_0x596d65(0x252)]['slice'][_0x596d65(0x1f9)](arguments,0x2));return _0x436ce8[_0x596d65(0x212)](this,Array[_0x596d65(0x252)]['slice'][_0x596d65(0x1f9)](arguments,0x2));},_0x2abaf2=CodeceptWebDriver[_0x39abd8(0x252)][_0x39abd8(0x197)];CodeceptWebDriver['prototype']['_before']=async function(){const _0x43cd52=_0x39abd8;try{await _0x2abaf2['apply'](this,arguments);}catch(_0x11a858){logger[_0x43cd52(0x195)](_0x43cd52(0x283)+util[_0x43cd52(0x235)](_0x11a858));}(scripts['commandsToWrap']||[])['filter'](_0x36d285=>_0x36d285[_0x43cd52(0x213)]&&_0x36d285[_0x43cd52(0x1e0)])[_0x43cd52(0x1c4)](_0x5ad48b=>{const _0x2119aa=_0x43cd52;this[_0x2119aa(0x196)][_0x2119aa(0x224)](_0x5ad48b[_0x2119aa(0x213)],_0x426efa[_0x2119aa(0x1f8)](this,_0x5ad48b),_0x3dc00c[_0x2119aa(0x233)](_0x5ad48b[_0x2119aa(0x1e0)],_0x3dc00c[_0x2119aa(0x1b4)]));}),_0x3dc00c[_0x43cd52(0x198)](processWebDriverConfig,_0x293c5e);try{_0x3f4d5a&&_0x3dc00c[_0x43cd52(0x226)](typeof _0x3f4d5a['flushPendingHookEvents'],_0x3dc00c[_0x43cd52(0x1dd)])&&await _0x3f4d5a[_0x43cd52(0x26d)]();}catch(_0x5ba2c7){logger[_0x43cd52(0x195)](_0x43cd52(0x1de)+util[_0x43cd52(0x235)](_0x5ba2c7));}};};function parseJwt(_0x211f2d){const _0x465b99=a1_0xdc6a15,_0xd0f444={};_0xd0f444[_0x465b99(0x255)]=_0x465b99(0x1d0);const _0x4e0af2=_0xd0f444;if(!_0x211f2d)return null;return JSON['parse'](Buffer['from'](_0x211f2d[_0x465b99(0x248)]('.')[0x1],_0x4e0af2[_0x465b99(0x255)])[_0x465b99(0x23d)]());}const patchPlaywrightBefore=_0x50d3f0=>{const _0x30dab6=a1_0xdc6a15,_0xba3f5a={'ZiDTQ':function(_0x504127){return _0x504127();},'LGIGf':_0x30dab6(0x1d5),'pdWBW':'--auto-open-devtools-for-tabs','uNAWW':function(_0x5e594a,_0x16d75e){return _0x5e594a(_0x16d75e);},'qDguS':function(_0x342f38,_0x1c76a8){return _0x342f38+_0x1c76a8;},'hUSVX':_0x30dab6(0x1ca),'eHRCK':function(_0x52e453){return _0x52e453();},'zRbOr':function(_0x425c01){return _0x425c01();},'JcrTC':function(_0x312a64,_0x2fb949){return _0x312a64===_0x2fb949;},'gkYHM':_0x30dab6(0x275)};PlaywrightSessionDetails['patch']();const _0x1c1c24=CodeceptPlaywright['prototype'][_0x30dab6(0x197)];CodeceptPlaywright[_0x30dab6(0x252)][_0x30dab6(0x197)]=async function(){const _0x2cd680=_0x30dab6;this[_0x2cd680(0x238)]=await this['browser'][_0x2cd680(0x291)]()[0x0];const _0x5b1dea=async()=>{const _0x204ed2=_0x2cd680,_0x2d7bc9={'dndMH':function(_0x522625){const _0x5293e7=a1_0x1fb0;return _0xba3f5a[_0x5293e7(0x1ae)](_0x522625);},'qjsEi':_0xba3f5a[_0x204ed2(0x1c9)]},_0x5617f6=this['config']&&this[_0x204ed2(0x236)]['chromium']&&this[_0x204ed2(0x236)][_0x204ed2(0x21b)][_0x204ed2(0x19e)]&&Array['isArray'](this[_0x204ed2(0x236)][_0x204ed2(0x21b)][_0x204ed2(0x19e)])&&this['config'][_0x204ed2(0x21b)][_0x204ed2(0x19e)]['includes'](_0xba3f5a[_0x204ed2(0x1c8)]);if(_0xba3f5a['ZiDTQ'](isAccessibilityAutomationSession)&&!_0x5617f6)try{const _0xd11f65=_0xba3f5a[_0x204ed2(0x1a7)](parseJwt,process[_0x204ed2(0x200)][_0x204ed2(0x222)]);if(_0xd11f65&&_0xd11f65['a11y_core_config']&&_0xd11f65['a11y_core_config'][_0x204ed2(0x1da)]){const _0x3e2932=this['browserContext'][_0x204ed2(0x1bd)][_0x204ed2(0x1f8)](this[_0x204ed2(0x238)]);this[_0x204ed2(0x238)][_0x204ed2(0x1bd)]=async function(){const _0x181415=_0x204ed2,_0x465407=await _0x2d7bc9[_0x181415(0x281)](_0x3e2932),_0x1ce71e=[];for(const _0x1dc6d3 of _0x465407){try{const _0x61fa8b=await _0x1dc6d3['url']();!_0x61fa8b[_0x181415(0x1aa)](_0x2d7bc9[_0x181415(0x1d2)])&&_0x1ce71e[_0x181415(0x1c2)](_0x1dc6d3);}catch(_0x2985b7){_0x1ce71e[_0x181415(0x1c2)](_0x1dc6d3);}}return _0x1ce71e;};}if(!_0xba3f5a['ZiDTQ'](isBrowserstackInfra)){const _0x154c1f=await this['page'][_0x204ed2(0x282)]();if(_0x154c1f[_0x204ed2(0x1aa)](_0xba3f5a[_0x204ed2(0x1c9)])){const _0x45e1bf=await this['browserContext']['pages']();this[_0x204ed2(0x242)](_0x45e1bf[0x0]);}}}catch(_0x229dea){logger[_0x204ed2(0x195)](_0x204ed2(0x1d4)+_0x229dea[_0x204ed2(0x1bf)]+(_0x229dea['stack']?_0xba3f5a[_0x204ed2(0x289)](_0xba3f5a[_0x204ed2(0x271)],_0x229dea['stack']):''));}};_0xba3f5a[_0x2cd680(0x1ae)](isBrowserstackInfra)&&await _0xba3f5a['eHRCK'](_0x5b1dea);await _0x1c1c24['apply'](this,arguments);!_0xba3f5a[_0x2cd680(0x1df)](isBrowserstackInfra)&&await _0xba3f5a[_0x2cd680(0x1ae)](_0x5b1dea);try{_0x50d3f0&&_0xba3f5a[_0x2cd680(0x24d)](typeof _0x50d3f0[_0x2cd680(0x26d)],_0xba3f5a[_0x2cd680(0x20e)])&&await _0x50d3f0[_0x2cd680(0x26d)]();}catch(_0x870b44){logger['debug'](_0x2cd680(0x1f3)+util[_0x2cd680(0x235)](_0x870b44));}};},getCodeceptDriver=()=>{const _0x31142f=a1_0xdc6a15,_0x47c0ac={};_0x47c0ac[_0x31142f(0x1a5)]=_0x31142f(0x288),_0x47c0ac[_0x31142f(0x1c3)]=_0x31142f(0x206),_0x47c0ac['pCINC']=_0x31142f(0x218),_0x47c0ac['KvQVe']='TestCafe';const _0x5743a6=_0x47c0ac,_0x4b3f96=[_0x5743a6['vNXkN'],_0x5743a6[_0x31142f(0x1c3)],_0x5743a6[_0x31142f(0x28c)],_0x5743a6[_0x31142f(0x1d1)]],_0x169321=_0x4b3f96['find'](_0x5c773b=>!!CodeceptJS['container']['helpers'](_0x5c773b));if(!_0x169321)return null;return CodeceptJS[_0x31142f(0x249)]['helpers'](_0x169321);};function a1_0x1fb0(_0x3ccc98,_0x5b5d58){const _0x1f8f01=a1_0x1f8f();return a1_0x1fb0=function(_0x1fb0fb,_0x103153){_0x1fb0fb=_0x1fb0fb-0x194;let _0x66e148=_0x1f8f01[_0x1fb0fb];return _0x66e148;},a1_0x1fb0(_0x3ccc98,_0x5b5d58);}module[a1_0xdc6a15(0x1e9)]=function(_0x5a7962){const _0x29dc69=a1_0xdc6a15,_0x395683={'fiYhm':function(_0x33845e,_0x3eb66c){return _0x33845e(_0x3eb66c);},'ofgiI':function(_0x24569d,_0x39b027,_0x10b547){return _0x24569d(_0x39b027,_0x10b547);},'CsFrD':'getAccessibilityResultsSummary','meBau':_0x29dc69(0x24f),'gGsnn':_0x29dc69(0x204),'GwhYy':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','qBqaI':function(_0x564b7f,_0x25008e,_0xc69b0d){return _0x564b7f(_0x25008e,_0xc69b0d);},'Izlgv':'hook-started','Gowlh':_0x29dc69(0x1be),'KUygU':function(_0x38e825,_0xd5edac,_0x3a8816){return _0x38e825(_0xd5edac,_0x3a8816);},'hkIsZ':function(_0x4cdefd,_0x1cc953,_0x3beac3){return _0x4cdefd(_0x1cc953,_0x3beac3);},'swMrV':'hook-failed','FJZxY':_0x29dc69(0x1e1),'NxOGn':function(_0x4f7486){return _0x4f7486();},'uEGUa':function(_0x304299,_0x172bf3,_0x5857a7){return _0x304299(_0x172bf3,_0x5857a7);},'boqOe':'bstackA11yShouldScan','zwjOm':_0x29dc69(0x220),'AYHdm':function(_0x29aadc){return _0x29aadc();},'coJQX':function(_0x3eb86b,_0x300d87,_0x5583c7){return _0x3eb86b(_0x300d87,_0x5583c7);},'FcOsR':function(_0x13eb26,_0x158ff1){return _0x13eb26(_0x158ff1);},'EemnC':'test-started','hqdSK':function(_0x6badb4,_0x41e569,_0x57e085){return _0x6badb4(_0x41e569,_0x57e085);},'kZRoI':function(_0x3d4980,_0x22dd34,_0x528f88){return _0x3d4980(_0x22dd34,_0x528f88);},'rppCQ':_0x29dc69(0x1e6),'DQtKP':function(_0x40564d){return _0x40564d();},'elLqk':function(_0x47993b,_0x1aadd0,_0x34352a,_0x2538db){return _0x47993b(_0x1aadd0,_0x34352a,_0x2538db);},'Fowag':function(_0x44fd59,_0x867327,_0x40624f,_0x23e603){return _0x44fd59(_0x867327,_0x40624f,_0x23e603);},'ROAIk':function(_0x22f468,_0x508624){return _0x22f468===_0x508624;},'ZnBna':_0x29dc69(0x265),'SrmGk':_0x29dc69(0x23b),'vJKjK':_0x29dc69(0x217),'loBjM':_0x29dc69(0x1e2),'wqMIv':_0x29dc69(0x1a0),'zojBd':_0x29dc69(0x21d),'wSONw':_0x29dc69(0x19b),'MZYVH':_0x29dc69(0x1e5),'FtAnZ':_0x29dc69(0x1d7),'inoet':'bddStep-after','tghZG':'Playwright'};_0x5a7962['skipSessionStatus']&&(global['__skipSessionStatus']=_0x5a7962[_0x29dc69(0x223)]);PerformanceTester[_0x29dc69(0x1f4)]();const _0x4b3f6f=_0x395683[_0x29dc69(0x256)](getCodeceptDriver),_0x1db38b=new O11yHelper(_0x4b3f6f,_0x5a7962),_0x4fe893=!!CodeceptJS[_0x29dc69(0x249)][_0x29dc69(0x1fd)](_0x395683[_0x29dc69(0x1ef)]);global[_0x29dc69(0x1e3)]=_0x4b3f6f;_0x4b3f6f&&(PerformanceTester[_0x29dc69(0x211)](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x3fc3ff=_0x29dc69;_0x4fe893?_0x395683['fiYhm'](patchPlaywrightBefore,_0x1db38b):_0x395683[_0x3fc3ff(0x1a9)](patchWebDriverBefore,_0x4b3f6f,_0x1db38b);})(),PerformanceTester[_0x29dc69(0x211)](PerformanceEvents[_0x29dc69(0x19c)],()=>{const _0x554915=_0x29dc69;_0x4b3f6f['getAccessibilityResultsSummary']=async()=>{const _0x28a9c5=a1_0x1fb0;if(global[_0x28a9c5(0x22b)]){const _0x3da12c={};return _0x3da12c[_0x28a9c5(0x1bc)]=_0x395683['CsFrD'],await PerformanceTester[_0x28a9c5(0x211)](PerformanceA11yEvents[_0x28a9c5(0x247)],async()=>{const _0x533872=_0x28a9c5;return await AccessibilityHelper[_0x533872(0x290)](_0x4b3f6f,scripts['performScan']);},_0x3da12c)(),await PerformanceTester[_0x28a9c5(0x211)](PerformanceA11yEvents[_0x28a9c5(0x278)],async()=>{return await AccessibilityHelper['browserStackExecuteDriver'](_0x4b3f6f,scripts['getResultsSummary']);})();}return logger[_0x28a9c5(0x266)](_0x395683[_0x28a9c5(0x241)]),{};},_0x4b3f6f[_0x554915(0x204)]=async()=>{const _0x3ea629=_0x554915;if(global[_0x3ea629(0x22b)]){const _0x5cbd11={};return _0x5cbd11[_0x3ea629(0x1bc)]=_0x395683[_0x3ea629(0x279)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x3ea629(0x247)],async()=>{const _0x502126=_0x3ea629;return await AccessibilityHelper[_0x502126(0x290)](_0x4b3f6f,scripts[_0x502126(0x26e)]);},_0x5cbd11)(),await PerformanceTester[_0x3ea629(0x211)](PerformanceA11yEvents[_0x3ea629(0x207)],async()=>{const _0x2950af=_0x3ea629;return await AccessibilityHelper[_0x2950af(0x290)](_0x4b3f6f,scripts[_0x2950af(0x237)]);})();}return logger[_0x3ea629(0x266)](_0x395683['GwhYy']),{};},_0x395683[_0x554915(0x258)](patchSaveScreenshot,_0x4b3f6f);})());CodeceptJS[_0x29dc69(0x1e7)][_0x29dc69(0x1b9)]['on'](CodeceptJS['event']['all'][_0x29dc69(0x285)],()=>{const _0xedc757=_0x29dc69;PerformanceTester[_0xedc757(0x20c)](PerformanceEvents[_0xedc757(0x25c)]);try{_0x1db38b[_0xedc757(0x20c)](),testOpsHelper[_0xedc757(0x26c)](),PerformanceTester[_0xedc757(0x273)](PerformanceEvents[_0xedc757(0x25c)]);}catch(_0x2dd71f){PerformanceTester[_0xedc757(0x1e8)](_0x2dd71f),PerformanceTester[_0xedc757(0x273)](PerformanceEvents[_0xedc757(0x25c)],![],_0x2dd71f);}}),CodeceptJS[_0x29dc69(0x1e7)][_0x29dc69(0x1b9)]['on'](CodeceptJS[_0x29dc69(0x1e7)][_0x29dc69(0x28a)][_0x29dc69(0x260)],async()=>{const _0x1e613e=_0x29dc69;PerformanceTester['start'](PerformanceEvents[_0x1e613e(0x250)]);try{requestSpy[_0x1e613e(0x1b1)](),await _0x1db38b[_0x1e613e(0x219)](),PerformanceTester['end'](PerformanceEvents['SDK_POST_TEST']);}catch(_0x257bcb){PerformanceTester['captureError'](_0x257bcb),PerformanceTester['end'](PerformanceEvents[_0x1e613e(0x250)],![],_0x257bcb);}finally{PerformanceTester[_0x1e613e(0x229)]();}});const _0x221d1b=(_0xcb2bb2,_0x219cbd)=>{const _0x2d5bec=_0x29dc69;if(!_0x1db38b)return;if(!_0x1db38b['hasLiveDriverSession']()){_0x1db38b[_0x2d5bec(0x1ed)](_0xcb2bb2,_0x219cbd);return;}CodeceptRecorder[_0x2d5bec(0x1b2)](()=>_0x1db38b[_0x2d5bec(0x27f)](_0xcb2bb2,_0x219cbd));};CodeceptJS['event'][_0x29dc69(0x1b9)]['on'](CodeceptJS[_0x29dc69(0x1e7)][_0x29dc69(0x1c0)]['started'],_0xccb6f9=>{const _0x136b8f=_0x29dc69;PerformanceTester[_0x136b8f(0x20c)](PerformanceEvents[_0x136b8f(0x228)]);try{const _0x314855=_0xccb6f9[_0x136b8f(0x263)][_0x136b8f(0x24c)],_0x15f8d2=_0x1db38b[_0x136b8f(0x28f)](TEST_EVENTS[_0x136b8f(0x1cb)],_0x314855);_0x395683[_0x136b8f(0x24e)](_0x221d1b,TEST_EVENTS['HOOK_RUN_STARTED'],_0x15f8d2);const _0x2d0502={};_0x2d0502[_0x136b8f(0x280)]=_0x395683[_0x136b8f(0x227)],PerformanceTester[_0x136b8f(0x273)](PerformanceEvents[_0x136b8f(0x228)],!![],null,_0x2d0502);}catch(_0x5cb170){const _0x4e5ac7={};_0x4e5ac7[_0x136b8f(0x280)]=_0x395683[_0x136b8f(0x227)],PerformanceTester['end'](PerformanceEvents['SDK_HOOK'],![],_0x5cb170,_0x4e5ac7),PerformanceTester[_0x136b8f(0x1e8)](_0x5cb170);}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x29dc69(0x1e7)][_0x29dc69(0x1c0)]['passed'],_0x3974bf=>{const _0x22dd8d=_0x29dc69,_0x3c96cb={};_0x3c96cb['hookType']=_0x395683['Gowlh'],PerformanceTester[_0x22dd8d(0x20c)](PerformanceHookEvents[_0x22dd8d(0x228)],!![],null,_0x3c96cb);try{const _0xc366c8=_0x3974bf['ctx']['test'],_0x421054=_0x1db38b[_0x22dd8d(0x28f)](TEST_EVENTS[_0x22dd8d(0x1fa)],_0xc366c8);_0x395683[_0x22dd8d(0x1ad)](_0x221d1b,TEST_EVENTS['HOOK_RUN_FINISHED'],_0x421054);const _0x3fcd0f={};_0x3fcd0f[_0x22dd8d(0x280)]=_0x395683['Gowlh'],PerformanceTester[_0x22dd8d(0x273)](PerformanceHookEvents[_0x22dd8d(0x228)],!![],null,_0x3fcd0f);}catch(_0x4333ac){PerformanceTester[_0x22dd8d(0x1e8)](_0x4333ac);const _0x58f655={};_0x58f655['hookType']=_0x395683[_0x22dd8d(0x1c5)],PerformanceTester['end'](PerformanceHookEvents[_0x22dd8d(0x228)],![],_0x4333ac,_0x58f655);}}),CodeceptJS['event'][_0x29dc69(0x1b9)]['on'](CodeceptJS['event'][_0x29dc69(0x1c0)][_0x29dc69(0x1f0)],async(_0x1a2fdb,_0xed9b98)=>{const _0x2707e0=_0x29dc69;PerformanceTester['start'](PerformanceHookEvents[_0x2707e0(0x228)]);try{const _0x146e3d=_0x1a2fdb[_0x2707e0(0x263)]['test'],_0xa96ff4=_0x1db38b[_0x2707e0(0x28f)](TEST_EVENTS[_0x2707e0(0x1fa)],_0x146e3d,_0xed9b98);_0x395683[_0x2707e0(0x20f)](_0x221d1b,TEST_EVENTS[_0x2707e0(0x1fa)],_0xa96ff4);const _0x1ad188={};_0x1ad188[_0x2707e0(0x280)]=_0x395683['swMrV'],PerformanceTester['start'](PerformanceHookEvents[_0x2707e0(0x228)],!![],null,_0x1ad188);}catch(_0xfef9ec){PerformanceTester[_0x2707e0(0x1e8)](_0xfef9ec);const _0xb81409={};_0xb81409[_0x2707e0(0x280)]=_0x395683[_0x2707e0(0x1cd)],PerformanceTester[_0x2707e0(0x273)](PerformanceHookEvents[_0x2707e0(0x228)],![],_0xfef9ec,_0xb81409);}const _0x2a6304={};_0x2a6304[_0x2707e0(0x280)]=_0x395683[_0x2707e0(0x1cd)],PerformanceTester[_0x2707e0(0x273)](PerformanceHookEvents[_0x2707e0(0x228)],!![],null,_0x2a6304);}),CodeceptJS[_0x29dc69(0x1e7)][_0x29dc69(0x1b9)]['on'](CodeceptJS[_0x29dc69(0x1e7)][_0x29dc69(0x24c)]['before'],_0x2ee659=>{const _0x180acf=_0x29dc69;PerformanceTester[_0x180acf(0x20c)](PerformanceHookEvents[_0x180acf(0x228)]);try{globals[_0x180acf(0x1b5)](_0x395683[_0x180acf(0x221)],_0x2ee659['title']);_0x395683[_0x180acf(0x284)](isBrowserstackInfra)&&(_0x4fe893&&(global[_0x180acf(0x25b)]={'currentTest':{'name':_0x2ee659['title'],'testInfo':{'titlePath':_0x2ee659[_0x180acf(0x1f2)]()}}}));try{const _0x3a615e=_0x395683[_0x180acf(0x20d)](shouldScanTestForAccessibility,_0x2ee659['titlePath'](),!![]);globals[_0x180acf(0x1b5)](_0x395683[_0x180acf(0x1ea)],_0x3a615e);}catch(_0x41f3fd){logger[_0x180acf(0x195)]('Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20test.before:\x20'+util['format'](_0x41f3fd));}const _0x2fc29e={};_0x2fc29e[_0x180acf(0x280)]=_0x395683[_0x180acf(0x1ba)],PerformanceTester['end'](PerformanceHookEvents[_0x180acf(0x228)],!![],null,_0x2fc29e);}catch(_0x159b4d){PerformanceTester[_0x180acf(0x1e8)](_0x159b4d);const _0x19ad03={};_0x19ad03[_0x180acf(0x280)]=_0x395683[_0x180acf(0x1ba)],PerformanceTester[_0x180acf(0x273)](PerformanceHookEvents['SDK_HOOK'],![],_0x159b4d,_0x19ad03);}}),CodeceptJS[_0x29dc69(0x1e7)][_0x29dc69(0x1b9)]['on'](CodeceptJS[_0x29dc69(0x1e7)][_0x29dc69(0x24c)][_0x29dc69(0x23e)],_0x16942e=>{const _0x479167=_0x29dc69;PerformanceTester[_0x479167(0x20c)](PerformanceHookEvents['SDK_HOOK']);try{globals[_0x479167(0x1b5)](_0x395683['FJZxY'],_0x16942e['title']);const _0x41e580=_0x1db38b[_0x479167(0x28f)](TEST_EVENTS[_0x479167(0x1fe)],_0x16942e);CodeceptRecorder[_0x479167(0x1b2)](()=>_0x1db38b[_0x479167(0x26d)]()),CodeceptRecorder['add'](()=>_0x1db38b[_0x479167(0x27f)](TEST_EVENTS[_0x479167(0x1fe)],_0x41e580)),CodeceptRecorder[_0x479167(0x1b2)](()=>_0x1db38b['sendCBTInfo'](_0x16942e[_0x479167(0x26a)])),CodeceptRecorder[_0x479167(0x1b2)](async()=>{const _0x345aca=_0x479167;_0x395683['AYHdm'](isBrowserstackInfra)&&(!_0x395683[_0x345aca(0x258)](isTrue,_0x5a7962[_0x345aca(0x1b3)])&&await _0x395683[_0x345aca(0x1eb)](markSessionName,_0x4b3f6f,_0x16942e[_0x345aca(0x1b7)]),_0x1db38b[_0x345aca(0x24a)]&&await _0x395683[_0x345aca(0x272)](o11ySync,_0x4b3f6f));});}catch(_0x5a30bb){const _0x51ee38={};_0x51ee38[_0x479167(0x280)]=_0x395683[_0x479167(0x20a)],PerformanceTester['end'](PerformanceHookEvents[_0x479167(0x228)],![],_0x5a30bb,_0x51ee38),PerformanceTester[_0x479167(0x1e8)](_0x5a30bb);}const _0x1cd6f6={};_0x1cd6f6[_0x479167(0x280)]=_0x395683[_0x479167(0x20a)],PerformanceTester[_0x479167(0x273)](PerformanceHookEvents[_0x479167(0x228)],!![],null,_0x1cd6f6);}),CodeceptJS[_0x29dc69(0x1e7)][_0x29dc69(0x1b9)]['on'](CodeceptJS[_0x29dc69(0x1e7)][_0x29dc69(0x24c)][_0x29dc69(0x1c7)],_0x4cc6c9=>{const _0x30e2ed=_0x29dc69,_0x42a33c={'QQSUE':function(_0x1db0ed,_0x55d8a4,_0x166af5){const _0x48653d=a1_0x1fb0;return _0x395683[_0x48653d(0x1af)](_0x1db0ed,_0x55d8a4,_0x166af5);},'OTRth':function(_0x357787,_0x164745,_0x47dfba){const _0x307a9f=a1_0x1fb0;return _0x395683[_0x307a9f(0x264)](_0x357787,_0x164745,_0x47dfba);}};PerformanceTester[_0x30e2ed(0x20c)](PerformanceHookEvents[_0x30e2ed(0x228)]);try{const _0x3561e0=_0x1db38b['captureEvent'](TEST_EVENTS[_0x30e2ed(0x292)],_0x4cc6c9);CodeceptRecorder['add'](()=>_0x1db38b[_0x30e2ed(0x27f)](TEST_EVENTS[_0x30e2ed(0x292)],_0x3561e0)),CodeceptRecorder[_0x30e2ed(0x1b2)](async()=>{const _0x5bb98e=_0x30e2ed;_0x395683[_0x5bb98e(0x284)](isBrowserstackInfra)&&await PerformanceTester[_0x5bb98e(0x211)](PerformanceAutEvents[_0x5bb98e(0x1c1)],async()=>{const _0x21bd3e=_0x5bb98e;_0x4fe893?await _0x42a33c[_0x21bd3e(0x1f1)](playwrightMarkSessionStatus,_0x4b3f6f,STATE_PASSED):await _0x42a33c[_0x21bd3e(0x209)](markSessionStatus,_0x4b3f6f,STATE_PASSED);})();}),PerformanceTester[_0x30e2ed(0x273)](PerformanceEvents[_0x30e2ed(0x208)]);}catch(_0x4a3503){PerformanceTester[_0x30e2ed(0x1e8)](_0x4a3503);const _0x59331e={};_0x59331e[_0x30e2ed(0x280)]=_0x395683['rppCQ'],PerformanceTester[_0x30e2ed(0x273)](PerformanceHookEvents[_0x30e2ed(0x228)],![],_0x4a3503,_0x59331e),PerformanceTester[_0x30e2ed(0x273)](PerformanceEvents[_0x30e2ed(0x208)],![],_0x4a3503);}const _0x47f300={};_0x47f300['hookType']=_0x395683[_0x30e2ed(0x27e)],PerformanceTester[_0x30e2ed(0x273)](PerformanceHookEvents[_0x30e2ed(0x228)],!![],null,_0x47f300);}),CodeceptJS[_0x29dc69(0x1e7)][_0x29dc69(0x1b9)]['on'](CodeceptJS[_0x29dc69(0x1e7)][_0x29dc69(0x24c)][_0x29dc69(0x1f0)],(_0x156af5,_0x38df35)=>{const _0x3fba52=_0x29dc69;PerformanceTester[_0x3fba52(0x20c)](PerformanceHookEvents[_0x3fba52(0x228)]);try{if(_0x395683[_0x3fba52(0x276)](_0x156af5[_0x3fba52(0x28e)][_0x3fba52(0x213)],_0x395683[_0x3fba52(0x25f)])){const _0xa8de50=_0x1db38b[_0x3fba52(0x28f)](TEST_EVENTS[_0x3fba52(0x23f)],_0x156af5[_0x3fba52(0x263)][_0x3fba52(0x286)]);CodeceptRecorder[_0x3fba52(0x1b2)](()=>_0x1db38b[_0x3fba52(0x27f)](TEST_EVENTS[_0x3fba52(0x23f)],_0xa8de50));}else{const _0x259d5b=_0x1db38b[_0x3fba52(0x28f)](TEST_EVENTS[_0x3fba52(0x292)],_0x156af5,_0x38df35);CodeceptRecorder['add'](()=>{const _0x3b6a13=_0x3fba52;try{_0x1db38b[_0x3b6a13(0x27f)](TEST_EVENTS[_0x3b6a13(0x292)],_0x259d5b);}catch(_0xef26d9){logger['debug']('Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20'+util[_0x3b6a13(0x235)](_0xef26d9)),PerformanceTester[_0x3b6a13(0x273)](PerformanceEvents[_0x3b6a13(0x208)],![],_0xef26d9);}}),CodeceptRecorder['add'](async()=>{const _0x5b7a71=_0x3fba52;try{_0x395683['DQtKP'](isBrowserstackInfra)&&(_0x4fe893?await _0x395683['elLqk'](playwrightMarkSessionStatus,_0x4b3f6f,STATE_FAILED,_0x38df35):await _0x395683['Fowag'](markSessionStatus,_0x4b3f6f,STATE_FAILED,_0x38df35));}catch(_0x40f5f5){logger[_0x5b7a71(0x195)](_0x5b7a71(0x28d)+util['format'](_0x40f5f5)),PerformanceTester[_0x5b7a71(0x273)](PerformanceEvents[_0x5b7a71(0x208)],![],_0x40f5f5);}});}PerformanceTester[_0x3fba52(0x273)](PerformanceEvents[_0x3fba52(0x208)]);}catch(_0xca698d){PerformanceTester[_0x3fba52(0x1e8)](_0xca698d);const _0x523f7a={};_0x523f7a[_0x3fba52(0x280)]=_0x395683[_0x3fba52(0x1ff)],PerformanceTester[_0x3fba52(0x273)](PerformanceHookEvents[_0x3fba52(0x228)],![],_0xca698d,_0x523f7a),PerformanceTester[_0x3fba52(0x273)](PerformanceEvents[_0x3fba52(0x208)],![],_0xca698d);}const _0x569f19={};_0x569f19['hookType']=_0x395683['SrmGk'],PerformanceTester[_0x3fba52(0x273)](PerformanceHookEvents[_0x3fba52(0x228)],!![],null,_0x569f19);}),CodeceptJS[_0x29dc69(0x1e7)][_0x29dc69(0x1b9)]['on'](CodeceptJS[_0x29dc69(0x1e7)][_0x29dc69(0x24c)][_0x29dc69(0x254)],_0x4503d8=>{const _0xae4fce=_0x29dc69;PerformanceTester[_0xae4fce(0x20c)](PerformanceHookEvents['SDK_HOOK']);try{const _0x3f8d75=_0x1db38b[_0xae4fce(0x28f)](TEST_EVENTS[_0xae4fce(0x23f)],_0x4503d8);CodeceptRecorder['add'](()=>_0x1db38b['fireEvent'](TEST_EVENTS[_0xae4fce(0x23f)],_0x3f8d75)),PerformanceTester[_0xae4fce(0x273)](PerformanceEvents[_0xae4fce(0x208)]);}catch(_0x413bca){PerformanceTester[_0xae4fce(0x1e8)](_0x413bca),PerformanceTester['end'](PerformanceEvents[_0xae4fce(0x208)],![],_0x413bca);const _0x1bcbb5={};_0x1bcbb5['hookType']=_0x395683[_0xae4fce(0x27b)],PerformanceTester[_0xae4fce(0x273)](PerformanceHookEvents[_0xae4fce(0x228)],![],_0x413bca,_0x1bcbb5);}const _0x42e365={};_0x42e365[_0xae4fce(0x280)]=_0x395683[_0xae4fce(0x27b)],PerformanceTester[_0xae4fce(0x273)](PerformanceHookEvents[_0xae4fce(0x228)],!![],null,_0x42e365);}),CodeceptJS[_0x29dc69(0x1e7)][_0x29dc69(0x1b9)]['on'](CodeceptJS['event'][_0x29dc69(0x24c)][_0x29dc69(0x260)],async(_0x25c14a,_0x1e9047)=>{const _0x4138a8=_0x29dc69;try{PerformanceTester['start'](PerformanceHookEvents[_0x4138a8(0x228)]);const _0xcb3fc1=_0x395683[_0x4138a8(0x264)](shouldScanTestForAccessibility,_0x25c14a[_0x4138a8(0x1f2)](),!![]);if(_0x395683[_0x4138a8(0x251)](isAccessibilityAutomationSession)&&global['accessibilityPlatform']&&_0xcb3fc1){const _0x5f1759={};_0x5f1759['thTestRunUuid']=_0x25c14a[_0x4138a8(0x26a)],_0x5f1759[_0x4138a8(0x270)]=process[_0x4138a8(0x200)][testHubConstants['ENV_VAR'][_0x4138a8(0x1db)]],_0x5f1759[_0x4138a8(0x21c)]=process[_0x4138a8(0x200)][testHubConstants['ENV_VAR'][_0x4138a8(0x210)]];const _0x211ea8=_0x5f1759;logger[_0x4138a8(0x195)](_0x4138a8(0x21f)+JSON['stringify'](_0x211ea8)),CodeceptRecorder[_0x4138a8(0x1b2)](async()=>{const _0x429e73=_0x4138a8;await accessibilityRetryHelper[_0x429e73(0x1a2)](_0x4b3f6f,_0x25c14a[_0x429e73(0x1b7)]),await accessibilityRetryHelper['saveAccessibilityResultsWithRetry'](_0x4b3f6f,_0x211ea8);}),logger['info'](_0x395683['loBjM']);}const _0x36faaa={};_0x36faaa[_0x4138a8(0x280)]=_0x395683[_0x4138a8(0x23a)],PerformanceTester[_0x4138a8(0x273)](PerformanceHookEvents[_0x4138a8(0x228)],!![],null,_0x36faaa);}catch(_0x5467c6){PerformanceTester[_0x4138a8(0x1e8)](_0x5467c6);const _0x55b496={};_0x55b496[_0x4138a8(0x280)]=_0x395683[_0x4138a8(0x23a)],PerformanceTester[_0x4138a8(0x273)](PerformanceHookEvents['SDK_HOOK'],![],_0x5467c6,_0x55b496);}}),CodeceptJS[_0x29dc69(0x1e7)][_0x29dc69(0x1b9)]['on'](CodeceptJS[_0x29dc69(0x1e7)][_0x29dc69(0x1ab)][_0x29dc69(0x1ec)],_0x51fe08=>{const _0x537623=_0x29dc69;PerformanceTester['start'](PerformanceHookEvents[_0x537623(0x228)]);try{process['emit'](_0x537623(0x23c)+process[_0x537623(0x214)],{'timestamp':new Date()[_0x537623(0x1f7)](),'level':_0x395683[_0x537623(0x257)],'message':_0x51fe08,'kind':_0x395683['wSONw'],'http_response':{}});}catch(_0x38279a){PerformanceTester[_0x537623(0x1e8)](_0x38279a);const _0x2c940f={};_0x2c940f[_0x537623(0x280)]=_0x395683[_0x537623(0x232)],PerformanceTester[_0x537623(0x273)](PerformanceHookEvents['SDK_HOOK'],![],_0x38279a,_0x2c940f);}const _0x1e5d22={};_0x1e5d22[_0x537623(0x280)]=_0x395683[_0x537623(0x232)],PerformanceTester['end'](PerformanceHookEvents[_0x537623(0x228)],!![],null,_0x1e5d22);}),CodeceptJS[_0x29dc69(0x1e7)][_0x29dc69(0x1b9)]['on'](CodeceptJS[_0x29dc69(0x1e7)]['bddStep'][_0x29dc69(0x285)],_0x37917a=>{const _0x590268=_0x29dc69,_0x7edb87={};_0x7edb87[_0x590268(0x280)]=_0x395683['FtAnZ'],PerformanceTester[_0x590268(0x211)](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x9e04b0=_0x590268;_0x1db38b[_0x9e04b0(0x231)](_0x37917a);},_0x7edb87)();}),CodeceptJS[_0x29dc69(0x1e7)][_0x29dc69(0x1b9)]['on'](CodeceptJS[_0x29dc69(0x1e7)]['bddStep'][_0x29dc69(0x260)],_0x3809b2=>{const _0x4dbe1e=_0x29dc69,_0x338eb1={};_0x338eb1[_0x4dbe1e(0x280)]=_0x395683[_0x4dbe1e(0x1fb)],PerformanceTester[_0x4dbe1e(0x211)](PerformanceHookEvents[_0x4dbe1e(0x228)],()=>{_0x1db38b['bddStepFinish'](_0x3809b2);},_0x338eb1)();});};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';function a2_0x35a1(_0x1ec4b2,_0x56e575){const _0x45a3e7=a2_0x45a3();return a2_0x35a1=function(_0x35a122,_0x5e2c6c){_0x35a122=_0x35a122-0x179;let _0x24791a=_0x45a3e7[_0x35a122];return _0x24791a;},a2_0x35a1(_0x1ec4b2,_0x56e575);}const a2_0x576839=a2_0x35a1;(function(_0x250a5f,_0x1c8fbe){const _0x325886=a2_0x35a1,_0x4204e3=_0x250a5f();while(!![]){try{const _0x1f4256=-parseInt(_0x325886(0x213))/0x1*(parseInt(_0x325886(0x180))/0x2)+-parseInt(_0x325886(0x1db))/0x3*(-parseInt(_0x325886(0x1e2))/0x4)+-parseInt(_0x325886(0x17d))/0x5+parseInt(_0x325886(0x1d3))/0x6*(-parseInt(_0x325886(0x199))/0x7)+parseInt(_0x325886(0x1c4))/0x8+-parseInt(_0x325886(0x200))/0x9+parseInt(_0x325886(0x187))/0xa;if(_0x1f4256===_0x1c8fbe)break;else _0x4204e3['push'](_0x4204e3['shift']());}catch(_0x244f03){_0x4204e3['push'](_0x4204e3['shift']());}}}(a2_0x45a3,0x632ea));const fs=require('fs'),path=require(a2_0x576839(0x1c5)),util=require(a2_0x576839(0x1af)),process=require(a2_0x576839(0x1cf)),logger=require(a2_0x576839(0x1ed))['winstonLogger'],{default:BrowserStackSetup}=require(a2_0x576839(0x1c1)),helper=require(a2_0x576839(0x1fe)),utilities=require(a2_0x576839(0x1cb)),{checkAccessibilityPlatformConfig}=require(a2_0x576839(0x1f7)),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a2_0x576839(0x1b9)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x576839(0x1fe)),CodeceptJS=requireModule('codeceptjs/lib/index.js',a2_0x576839(0x1ab)),testOpsHelper=require('../../helpers/test-observability/utils'),TestHubHandler=require(a2_0x576839(0x20d)),BrowserstackCLI=require(a2_0x576839(0x1bb)),constants=require('../utils/constants'),PerformanceTester=require(a2_0x576839(0x1fb)),{FRAMEWORKS}=require(a2_0x576839(0x197)),PerformanceEvents=require(a2_0x576839(0x20b))[a2_0x576839(0x1d4)],ClientTroubleShootingService=require(a2_0x576839(0x1e5)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x370b82,_0x5ab11d)=>{const _0x3f55ac=a2_0x576839,_0x53c3bc={};_0x53c3bc[_0x3f55ac(0x1d1)]=function(_0xe4e33b,_0x1259f2){return _0xe4e33b===_0x1259f2;},_0x53c3bc[_0x3f55ac(0x1e3)]=_0x3f55ac(0x19f),_0x53c3bc[_0x3f55ac(0x212)]=_0x3f55ac(0x1ae);const _0x4b6af8=_0x53c3bc;let _0x5d54d6=null;const _0x425e22={};let _0x480bd3=_0x5ab11d[_0x3f55ac(0x1ea)](_0x4333a8=>_0x4333a8===_0x3f55ac(0x1e8));_0x4b6af8[_0x3f55ac(0x1d1)](_0x480bd3,-0x1)&&(_0x480bd3=_0x5ab11d[_0x3f55ac(0x1ea)](_0x373358=>_0x373358==='-c'));const _0x33abbb=!helper['isUndefined'](_0x370b82[_0x3f55ac(0x217)])?helper[_0x3f55ac(0x21d)](_0x370b82['config']):null,_0x4d98d1=!helper[_0x3f55ac(0x20f)](_0x370b82['c'])?helper[_0x3f55ac(0x21d)](_0x370b82['c']):null;if(!helper[_0x3f55ac(0x20f)](_0x370b82[_0x3f55ac(0x217)])&&!_0x33abbb)logger[_0x3f55ac(0x1b6)](_0x3f55ac(0x203)+_0x370b82[_0x3f55ac(0x217)]+_0x3f55ac(0x1da));else!helper['isUndefined'](_0x370b82['c'])&&!_0x4d98d1&&logger['warn'](_0x3f55ac(0x1d7)+_0x370b82['c']+_0x3f55ac(0x1da));if(_0x33abbb&&fs[_0x3f55ac(0x1f5)](_0x33abbb))_0x5d54d6=_0x33abbb,_0x5ab11d[_0x3f55ac(0x191)](_0x480bd3,0x2);else{if(_0x4d98d1&&fs['existsSync'](_0x4d98d1))_0x5d54d6=_0x4d98d1,_0x5ab11d['splice'](_0x480bd3,0x2);else{if(fs[_0x3f55ac(0x1f5)](path[_0x3f55ac(0x1a7)](process[_0x3f55ac(0x1a3)](),_0x4b6af8[_0x3f55ac(0x1e3)])))_0x5d54d6=path['join'](process[_0x3f55ac(0x1a3)](),_0x4b6af8[_0x3f55ac(0x1e3)]);else fs[_0x3f55ac(0x1f5)](path['join'](process['cwd'](),_0x4b6af8['QwoZv']))&&(_0x5d54d6=path[_0x3f55ac(0x1a7)](process[_0x3f55ac(0x1a3)](),_0x4b6af8['QwoZv']));}}return process[_0x3f55ac(0x1ba)][_0x3f55ac(0x182)]=_0x5d54d6,_0x5d54d6;},getO11yRerunPattern=()=>{const _0x34b975=a2_0x576839,_0x255987=helper[_0x34b975(0x208)](process['env'][_0x34b975(0x1aa)]);if(_0x255987){const _0x4ec5ec=process[_0x34b975(0x1ba)]['BROWSERSTACK_RERUN_TESTS'],_0x4d1e56=[];if(helper['validateRerunTestList'](_0x4ec5ec)&&!helper[_0x34b975(0x20f)](_0x4ec5ec)){_0x4ec5ec['split'](',')['map'](_0x1ef5ad=>{const _0x2c283a=_0x34b975;_0x4d1e56[_0x2c283a(0x179)]('('+_0x1ef5ad[_0x2c283a(0x18a)]()+')');});const _0x3c97f0='^'+_0x4d1e56[_0x34b975(0x1a7)]('|')+'$';return _0x3c97f0;}}return null;},a2_0x53ceb2={};function a2_0x45a3(){const _0x115c81=['QtXMF','UhufS','../utils/clientTroubleshootingService','mergeDeep','load','--config','cmsuk','findIndex','exports','chdir','../../helpers/logger','jWuXi','forEach','hubUrl','/wd/hub','failed','KDyUG','debug','existsSync','YEHCq','../../helpers/accessibility-automation/helper','sZUzg','ymEbC','webkit','../../helpers/performance/performance-tester','stringify','test','../../helpers/helper','kXEkx','844371NSolJv','RtrWp','run','Ignoring\x20--config\x20path\x20\x22','CodeceptJS\x20','root','BrowserStackPlugin','getPlaywrightUrl','isTrue','isRunning','testContextOptions','../../helpers/performance/constants','host','../../helpers/testhub/testhubHandler','chrome','isUndefined','SLShJ','assign','QwoZv','97921GYMeZy','err','finalExecution','_ensureInitialized','config','browserName','getInstance','desiredCapabilities','playwright-chromium','WebDriver','resolveWithinCwd','function','tgbLo','end','Started\x20:\x20','Passed\x20:\x20','EsGVc','0|2|3|4|1','BROWSERSTACK_TEST_ACCESSIBILITY_YML','Playwright','ANLdU','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','profile','push','skipSessionStatus','platforms','all','2486550jEldez','rKOoP','Unable\x20to\x20resolve\x20codeceptjs\x20version:\x20','16ukOyJg','accessibility','USER_CONFIG_DETAILS_PATH','initialize','zJzYJ','ZlDmH','spawn','14181680AbFVJA','accessibilityOptions','setupBrowserstackLocal','trim','lqqxz','format','event','DxNWB','Workers','helpers','splice','Bmren','log','FRAMEWORKS','testObservability','CODECEPT_CUCUMBER','../../helpers/test-observability/constants','CODECEPT','3682959ygpvgb','require','ImWnP','getUserWorkerCount','split','playwright-webkit','codecept.conf.js','frameworkName','bootstrapAll','SDK_CLEANUP','cwd','CQcNw','result','htGYb','join','printResults','validPlatformsPresent','BROWSERSTACK_RERUN','codeceptjs','parallelsPerPlatform','jhDNM','codecept.json','util','addTests','LSPOp','BROWSERSTACK_FRAMEWORK','browserStackCwd','dTFss','toLowerCase','warn','accessKey','plugins','../../bin/playwright/accessibility-helper','env','../v2/browserstackCLI','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','prepareCapabilities','stack','getPlatformName','title','../../helpers/BrowserStackSetup','launchBuild','browser','6422672cUEuKc','path','replace','browserWSEndpoint','mSJfK','skipSessionName','passed','../../helpers/utilities','Failed\x20:\x20','start','\x20detected\x20but\x20Workers._ensureInitialized\x20is\x20missing;\x20worker\x20suite\x20grouping\x20may\x20come\x20up\x20empty\x20(\x22No\x20tests\x20found\x20after\x20filtering\x22).\x20The\x20installed\x20codeceptjs\x20build\x20may\x20not\x20match\x20the\x20SDK\x27s\x204.x\x20ESM\x20interop.','process','handleApp','gZFzv','key','6PuvFNi','EVENTS','BROWSERSTACK_TEST_OBSERVABILITY_YML','SDK_SETUP','Ignoring\x20-c\x20config\x20path\x20\x22','BrowserStackPlugin.js','info','\x22:\x20it\x20resolves\x20outside\x20the\x20project\x20directory.','138fPUHrG','user','teardownAll','now','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','enabled','map','7468mPgBKA'];a2_0x45a3=function(){return _0x115c81;};return a2_0x45a3();}a2_0x53ceb2[a2_0x576839(0x20e)]='chromium',a2_0x53ceb2[a2_0x576839(0x21b)]='chromium',a2_0x53ceb2['playwright-firefox']='firefox',a2_0x53ceb2[a2_0x576839(0x19e)]=a2_0x576839(0x1fa);const pwToCodeceptBrowser=a2_0x53ceb2;async function run(_0x431f22,_0x194e27,_0x18dccc){const _0x5c6a35=a2_0x576839,_0x5cc6be={'nwmbE':function(_0x3ce85a,_0x3820c4,_0x5ad913,_0x2371ed){return _0x3ce85a(_0x3820c4,_0x5ad913,_0x2371ed);},'rKOoP':function(_0x4b515b,_0x1df5ac){return _0x4b515b+_0x1df5ac;},'WeMpk':function(_0x4ff8d1,_0x5a9536){return _0x4ff8d1(_0x5a9536);},'LSPOp':function(_0x31d1a7,_0x1091cc,_0x369646){return _0x31d1a7(_0x1091cc,_0x369646);},'RtrWp':_0x5c6a35(0x190),'kXEkx':function(_0x8c3643){return _0x8c3643();},'jWuXi':_0x5c6a35(0x1f1),'rhMAS':function(_0x4f36b4){return _0x4f36b4();},'ANLdU':function(_0x110049){return _0x110049();},'PUitf':_0x5c6a35(0x1cc),'DxNWB':_0x5c6a35(0x222),'dTFss':_0x5c6a35(0x221),'sZUzg':_0x5c6a35(0x224),'dVFfj':_0x5c6a35(0x1bc),'jhDNM':function(_0x21c55b,_0x3415f2,_0x200d13){return _0x21c55b(_0x3415f2,_0x200d13);},'mSJfK':'Playwright','KDyUG':_0x5c6a35(0x21c),'EsGVc':function(_0x636909,_0x10c7e3){return _0x636909(_0x10c7e3);},'CQcNw':function(_0xcbf289,_0x41a37e){return _0xcbf289!=_0x41a37e;},'lqqxz':'true','UiEBg':function(_0x5cf260,_0xe426f8,_0x1a080a){return _0x5cf260(_0xe426f8,_0x1a080a);},'cmsuk':'gherkin','Bmren':function(_0x297a0a,_0x127451){return _0x297a0a(_0x127451);},'JMLuD':function(_0x11aef7,_0x4935ac){return _0x11aef7*_0x4935ac;},'ZlDmH':_0x5c6a35(0x1c3),'UhufS':function(_0x35dbef,_0x44cd80,_0x101803){return _0x35dbef(_0x44cd80,_0x101803);},'ymEbC':_0x5c6a35(0x21a),'YEHCq':_0x5c6a35(0x205),'SLShJ':_0x5c6a35(0x1d8),'htGYb':_0x5c6a35(0x1b3),'tgbLo':_0x5c6a35(0x1ab),'jHVge':function(_0x47d3d3,_0x16377d){return _0x47d3d3===_0x16377d;},'zJzYJ':_0x5c6a35(0x21e),'ImWnP':'codeceptjs/package.json','aNKjD':function(_0x13f24b,_0x164910){return _0x13f24b>=_0x164910;},'neMIo':function(_0x5922df){return _0x5922df();}};await _0x18dccc[_0x5c6a35(0x183)](_0x431f22);!BrowserstackCLI[_0x5c6a35(0x219)]()[_0x5c6a35(0x209)]()&&await _0x18dccc[_0x5c6a35(0x189)]();await helper[_0x5c6a35(0x1d0)](_0x18dccc['config']);if(!_0x18dccc['config'])return;process[_0x5c6a35(0x229)]=_0x431f22[_0x5c6a35(0x229)];_0x431f22[_0x5c6a35(0x229)]&&(process[_0x5c6a35(0x1ba)]['profile']=_0x431f22[_0x5c6a35(0x229)]);const _0x55f00e=_0x5cc6be['LSPOp'](getUserCodeceptJSConfigs,_0x431f22,_0x194e27);let _0x72d1d3={};_0x55f00e?(logger['info'](_0x5c6a35(0x1df)+_0x55f00e),_0x72d1d3=CodeceptJS[_0x5c6a35(0x217)][_0x5c6a35(0x1e7)](_0x55f00e)):logger[_0x5c6a35(0x1d9)](_0x5cc6be['dVFfj']);let _0x233307=![];_0x5cc6be[_0x5c6a35(0x1ad)](nestedKeyValue,_0x72d1d3,[_0x5cc6be[_0x5c6a35(0x201)],_0x5cc6be[_0x5c6a35(0x1c8)]])&&(_0x233307=!![]);const _0x2f98d=_0x233307?_0x5cc6be['mSJfK']:_0x5cc6be[_0x5c6a35(0x1f3)];let _0x317399=!_0x233307?helper['useW3C'](_0x18dccc[_0x5c6a35(0x217)]):![];!helper['isUndefined'](_0x18dccc['config'][_0x5c6a35(0x188)])&&(process[_0x5c6a35(0x1ba)][_0x5c6a35(0x228)]=JSON[_0x5c6a35(0x1fc)](_0x18dccc['config'][_0x5c6a35(0x188)]));let _0x2fc704=_0x18dccc[_0x5c6a35(0x217)][_0x5c6a35(0x181)];_0x2fc704=_0x2fc704||_0x5cc6be[_0x5c6a35(0x223)](checkAccessibilityPlatformConfig,_0x18dccc[_0x5c6a35(0x217)]),process[_0x5c6a35(0x1ba)][_0x5c6a35(0x225)]=_0x2fc704;_0x2fc704&&(_0x317399=!_0x2fc704);_0x5cc6be[_0x5c6a35(0x1a4)](_0x18dccc[_0x5c6a35(0x217)][_0x5c6a35(0x195)],null)?process[_0x5c6a35(0x1ba)][_0x5c6a35(0x1d5)]=_0x18dccc[_0x5c6a35(0x217)][_0x5c6a35(0x195)]:process[_0x5c6a35(0x1ba)][_0x5c6a35(0x1d5)]=_0x5cc6be[_0x5c6a35(0x18b)];const _0x2c7db7=_0x5cc6be['UiEBg'](nestedKeyValue,_0x72d1d3,[_0x5cc6be[_0x5c6a35(0x1e9)]]),_0x79db70=_0x2c7db7&&!helper['isEmpty'](_0x2c7db7)?FRAMEWORKS[_0x5c6a35(0x196)]:FRAMEWORKS[_0x5c6a35(0x198)],_0x1f5ddd=await TestHubHandler[_0x5c6a35(0x1c2)](_0x79db70,_0x18dccc);await testOpsHelper['printBuildLink']();_0x2fc704&&_0x5cc6be[_0x5c6a35(0x192)](setAccessibilityCapabilities,_0x18dccc[_0x5c6a35(0x217)]);const _0x4d72bb={},_0x1f997b=[],_0x412eca=_0x18dccc[_0x5c6a35(0x217)][_0x5c6a35(0x1ac)]||helper[_0x5c6a35(0x19c)](_0x431f22,_0x194e27,_0x18dccc[_0x5c6a35(0x217)],constants[_0x5c6a35(0x194)]['CODECEPT'])||0x1;let _0x2ef414=0x1;if(_0x5cc6be[_0x5c6a35(0x227)](isBrowserstackInfra)){const _0x445fa7=helper[_0x5c6a35(0x1bd)](_0x18dccc['config'],_0x317399,constants['FRAMEWORKS'][_0x5c6a35(0x198)]);_0x445fa7[_0x5c6a35(0x1ef)](_0x376e5a=>{helper['setAdditionalCapabilities'](_0x376e5a);}),helper[_0x5c6a35(0x1a9)](_0x18dccc[_0x5c6a35(0x217)])?_0x2ef414=_0x5cc6be['JMLuD'](_0x412eca,_0x18dccc['config'][_0x5c6a35(0x17b)]['length']):_0x2ef414=_0x412eca,_0x445fa7['forEach'](_0x56f436=>{const _0x18c33f=_0x5c6a35,_0x26811d=_0x5cc6be[_0x18c33f(0x17e)](helper[_0x18c33f(0x1bf)](_0x56f436,'_'),'_'+Date[_0x18c33f(0x1de)]()),_0x2c0eda=((()=>{const _0x52e73a=_0x18c33f;if(_0x233307){const _0x1255ea=pwToCodeceptBrowser[_0x56f436[_0x52e73a(0x218)]]||_0x56f436[_0x52e73a(0x218)],_0x52e9a4=helper[_0x52e73a(0x207)](_0x18dccc[_0x52e73a(0x217)]),_0x258a91=Object[_0x52e73a(0x211)]({},_0x56f436);return _0x5cc6be['nwmbE'](processAccessibilityCaps,_0x258a91,_0x52e9a4,null),{'browser':_0x1255ea,[_0x1255ea]:{'browserWSEndpoint':_0x5cc6be[_0x52e73a(0x17e)](_0x52e9a4,_0x5cc6be['WeMpk'](encodeURIComponent,JSON['stringify'](_0x258a91)))}};}const _0xe37101={};return _0xe37101[_0x52e73a(0x21a)]=_0x56f436,_0xe37101[_0x52e73a(0x1dc)]=_0x18dccc['config']['userName'],_0xe37101[_0x52e73a(0x1d2)]=_0x18dccc[_0x52e73a(0x217)][_0x52e73a(0x1b7)],_0xe37101;})()),_0x381461=_0x5cc6be[_0x18c33f(0x1b1)](nestedKeyValue,_0x72d1d3,[_0x5cc6be[_0x18c33f(0x201)],_0x2f98d]);_0x4d72bb[_0x26811d]=_0x381461?helper['mergeDeep'](_0x2c0eda,_0x381461):_0x2c0eda;if(_0x233307)_0x4d72bb[_0x26811d][_0x18c33f(0x1c3)]=pwToCodeceptBrowser[_0x56f436[_0x18c33f(0x218)]]||_0x56f436[_0x18c33f(0x218)];else{_0x4d72bb[_0x26811d][_0x18c33f(0x1c3)]=_0x56f436[_0x18c33f(0x218)]||_0x2c0eda[_0x18c33f(0x1c3)];if(_0x5cc6be[_0x18c33f(0x1ff)](isBrowserstackInfra)){_0x4d72bb[_0x26811d][_0x18c33f(0x20c)]=constants[_0x18c33f(0x1f0)]['replace'](_0x5cc6be[_0x18c33f(0x1ee)],'')[_0x18c33f(0x1c6)](/https?:\/\//,'');;_0x4d72bb[_0x26811d]['path']=_0x5cc6be[_0x18c33f(0x1ee)];}}_0x1f997b['push'](_0x26811d);});}else{_0x2ef414=0x1;if(_0x233307){const _0x54bc60=_0x5cc6be[_0x5c6a35(0x1b1)](nestedKeyValue,_0x72d1d3,[_0x5cc6be['RtrWp'],_0x2f98d,_0x5cc6be[_0x5c6a35(0x185)]]),_0x462dc1=_0x5cc6be[_0x5c6a35(0x1e4)](nestedKeyValue,_0x72d1d3,[_0x5cc6be[_0x5c6a35(0x201)],_0x2f98d,_0x54bc60]);if(_0x462dc1&&_0x462dc1['browserWSEndpoint']){const _0x5b98d5={};_0x5b98d5['platforms']=[],_0x462dc1[_0x5c6a35(0x1c7)]=helper[_0x5c6a35(0x1bd)](Object['assign']({},_0x18dccc[_0x5c6a35(0x217)],_0x5b98d5),null,_0x79db70[_0x5c6a35(0x1b5)](),null,null,_0x462dc1['browserWSEndpoint']);}}else{if(_0x5cc6be[_0x5c6a35(0x1e4)](nestedKeyValue,_0x72d1d3,[_0x5cc6be['RtrWp'],_0x2f98d])){const _0x18aad8={};_0x18aad8[_0x5c6a35(0x17b)]=[],_0x72d1d3[_0x5cc6be[_0x5c6a35(0x201)]][_0x2f98d][_0x5cc6be[_0x5c6a35(0x1f9)]]=helper['prepareCapabilities'](Object[_0x5c6a35(0x211)]({},_0x18dccc[_0x5c6a35(0x217)],_0x18aad8),null,_0x79db70[_0x5c6a35(0x1b5)](),_0x5cc6be[_0x5c6a35(0x1b1)](nestedKeyValue,_0x72d1d3,[_0x5cc6be['RtrWp'],_0x2f98d,_0x5cc6be['ymEbC']])||{},null,null);}}_0x4d72bb[_0x5cc6be[_0x5c6a35(0x1f6)]]=_0x72d1d3,_0x1f997b['push'](_0x5cc6be[_0x5c6a35(0x1f6)]);}const _0x54a039={};_0x54a039['testConfig']=_0x55f00e;const _0x2acf31=_0x54a039,_0xdf3fd3=path['join'](__dirname,_0x5cc6be[_0x5c6a35(0x210)]),_0x3f266d=process[_0x5c6a35(0x1a3)]();process['env'][_0x5cc6be[_0x5c6a35(0x1a6)]]=_0x3f266d;_0x55f00e&&process[_0x5c6a35(0x1ec)](path['dirname'](_0x55f00e));process['env'][_0x5c6a35(0x1b2)]=process[_0x5c6a35(0x1ba)][_0x5c6a35(0x1b2)]||_0x5cc6be['tgbLo'];const _0x13a1c6=new CodeceptJS[(_0x5c6a35(0x18f))](null,_0x2acf31);if(_0x5cc6be['jHVge'](typeof _0x13a1c6[_0x5c6a35(0x216)],_0x5cc6be[_0x5c6a35(0x184)]))await _0x13a1c6[_0x5c6a35(0x216)]();else{let _0x4f06cf;try{_0x4f06cf=_0x5cc6be[_0x5c6a35(0x1b1)](requireModule,_0x5cc6be[_0x5c6a35(0x19b)],_0x5cc6be[_0x5c6a35(0x21f)])['version'];}catch(_0x10ab24){logger[_0x5c6a35(0x1f4)](_0x5c6a35(0x17f)+util['format'](_0x10ab24));}_0x4f06cf&&_0x5cc6be['aNKjD'](_0x5cc6be[_0x5c6a35(0x1b1)](parseInt,_0x4f06cf[_0x5c6a35(0x19d)]('.')[0x0],0xa),0x4)&&logger[_0x5c6a35(0x1b6)](_0x5c6a35(0x204)+_0x4f06cf+_0x5c6a35(0x1ce));}const _0x3929a0=_0x13a1c6['createGroupsOfSuites'](_0x412eca),_0x398dc2=testOpsHelper['isTestObservabilitySession'](),_0x47dd1e=_0x1f997b[_0x5c6a35(0x1e1)](_0x482b04=>{const _0x3c8f53=_0x5c6a35,_0x37ff58={};_0x37ff58[_0x3c8f53(0x226)]=_0x4d72bb[_0x482b04];const _0x308c5d={};_0x308c5d[_0x3c8f53(0x21c)]=_0x4d72bb[_0x482b04];const _0x31e7d2=_0x233307?_0x37ff58:_0x308c5d,_0x2b7f18=_0x5cc6be['rhMAS'](getO11yRerunPattern),_0x109eb2={};_0x109eb2['helpers']=_0x31e7d2;const _0x26eac8={};_0x26eac8[_0x3c8f53(0x19a)]=_0xdf3fd3,_0x26eac8[_0x3c8f53(0x1e0)]=!![],_0x26eac8[_0x3c8f53(0x1c9)]=_0x18dccc['config'][_0x3c8f53(0x20a)][_0x3c8f53(0x1c9)],_0x26eac8['skipSessionStatus']=_0x18dccc[_0x3c8f53(0x217)]['testContextOptions'][_0x3c8f53(0x17a)],_0x26eac8[_0x3c8f53(0x195)]=_0x398dc2,_0x26eac8[_0x3c8f53(0x1a0)]=_0x79db70;const _0xa625b4={};_0xa625b4[_0x3c8f53(0x206)]=_0x26eac8;const _0x15abfc={};return _0x15abfc[_0x3c8f53(0x1b8)]=_0xa625b4,helper[_0x3c8f53(0x1e6)]({},_0x72d1d3,_0x5cc6be[_0x3c8f53(0x227)](isBrowserstackInfra)?_0x109eb2:{},_0x2b7f18?{'grep':_0x2b7f18}:{},_0x15abfc);});for(const _0x58a9fd of _0x47dd1e){for(const _0x4c3789 of _0x3929a0){const _0x2593a8=_0x13a1c6[_0x5c6a35(0x186)]();_0x2593a8[_0x5c6a35(0x1b0)](_0x4c3789),_0x2593a8['addConfig'](_0x58a9fd);const _0x58d48c={};_0x58d48c[_0x5c6a35(0x217)]=_0x55f00e,_0x2593a8['addOptions'](Object['assign'](_0x58d48c,_0x431f22));}}_0x13a1c6['on'](CodeceptJS['event'][_0x5c6a35(0x1fd)][_0x5c6a35(0x1f2)],(_0x88aaf3,_0x1557ec)=>{const _0x5b04b8=_0x5c6a35;console[_0x5b04b8(0x193)](_0x5cc6be['PUitf'],_0x88aaf3[_0x5b04b8(0x1c0)]);const _0x5a76d3={[_0x88aaf3['title']]:_0x88aaf3[_0x5b04b8(0x214)][_0x5b04b8(0x1be)]};_testErrorData[_0x5b04b8(0x179)](_0x5a76d3);}),_0x13a1c6['on'](CodeceptJS[_0x5c6a35(0x18d)][_0x5c6a35(0x1fd)][_0x5c6a35(0x1ca)],async _0x7e4d32=>{const _0xd55a0d=_0x5c6a35;console[_0xd55a0d(0x193)](_0x5cc6be[_0xd55a0d(0x18e)],_0x7e4d32[_0xd55a0d(0x1c0)]);}),_0x13a1c6['on'](CodeceptJS[_0x5c6a35(0x18d)][_0x5c6a35(0x1fd)]['before'],async _0x3c33c2=>{const _0x10e7e4=_0x5c6a35;console[_0x10e7e4(0x193)](_0x5cc6be[_0x10e7e4(0x1b4)],_0x3c33c2[_0x10e7e4(0x1c0)]);}),_0x13a1c6['on'](CodeceptJS[_0x5c6a35(0x18d)][_0x5c6a35(0x17c)][_0x5c6a35(0x1a5)],async()=>{const _0x1b15d3=_0x5c6a35,_0x20eb74=_0x5cc6be[_0x1b15d3(0x1f8)][_0x1b15d3(0x19d)]('|');let _0x31482c=0x0;while(!![]){switch(_0x20eb74[_0x31482c++]){case'0':PerformanceTester[_0x1b15d3(0x1cd)](PerformanceEvents[_0x1b15d3(0x1a2)]);continue;case'1':_0x13a1c6[_0x1b15d3(0x1a8)]();continue;case'2':_0x18dccc['errorMessage']=_testErrorData;continue;case'3':utilities[_0x1b15d3(0x215)](_0x18dccc);continue;case'4':try{await TestHubHandler['stop']();}catch(_0x406e3e){logger[_0x1b15d3(0x1f4)]('Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20'+util[_0x1b15d3(0x18c)](_0x406e3e));}continue;}break;}});async function _0x460362(){const _0x9a9156=_0x5c6a35;try{await _0x13a1c6[_0x9a9156(0x1a1)](),await _0x13a1c6[_0x9a9156(0x202)]();}finally{process[_0x9a9156(0x1ec)](_0x3f266d),await _0x13a1c6[_0x9a9156(0x1dd)]();}}PerformanceTester[_0x5c6a35(0x220)](PerformanceEvents[_0x5c6a35(0x1d6)]),await _0x5cc6be['neMIo'](_0x460362);}module[a2_0x576839(0x1eb)]=run;
2
+ 'use strict';const a2_0x3c7e15=a2_0x25e4;function a2_0x30ce(){const _0x2d9118=['xniaq','RjCNC','parallelsPerPlatform','testObservability','isRunning','isUndefined','Failed\x20:\x20','../../helpers/BrowserStackSetup','config','start','codeceptjs','playwright-webkit','browserName','getPlatformName','root','/wd/hub','playwright-firefox','resolveWithinCwd','Ignoring\x20--config\x20path\x20\x22','PEVOD','Started\x20:\x20','log','uzonJ','prepareCapabilities','BrowserStackPlugin','../../helpers/accessibility-automation/helper','existsSync','launchBuild','setAdditionalCapabilities','fkvje','addTests','CodeceptJS\x20','toLowerCase','BROWSERSTACK_FRAMEWORK','ihiJg','getUserWorkerCount','\x22:\x20it\x20resolves\x20outside\x20the\x20project\x20directory.','Unable\x20to\x20resolve\x20codeceptjs\x20version:\x20','XoYOY','uazpC','BROWSERSTACK_RERUN','info','getInstance','assign','title','helpers','YxhHQ','spawn','WebDriver','24Fulpxs','../../helpers/testhub/testhubHandler','path','push','OPAZF','1284qELQOD','CODECEPT','load','../../helpers/test-observability/constants','function','28094wDwSZp','OEKGi','eWlEV','2390peSpSA','printResults','xpQFv','RKpZd','accessibilityOptions','XZXAN','mYKax','handleApp','finalExecution','NQvvR','platforms','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','webkit','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','validateRerunTestList','browserStackCwd','isTrue','host','test','env','sPeiT','printBuildLink','skipSessionStatus','forEach','accessKey','1100nZStbK','codeceptjs/package.json','accessibility','join','key','../utils/clientTroubleshootingService','addConfig','warn','testContextOptions','validPlatformsPresent','TTAeC','cwd','getPlaywrightUrl','BROWSERSTACK_TEST_ACCESSIBILITY_YML','mergeDeep','HzxjA','xdVDz','findIndex','../../bin/playwright/accessibility-helper','uCXPJ','exaNn','gherkin','5917776PQTLiO','fpFUP','map','CODECEPT_CUCUMBER','version','2730567FNyItz','USER_CONFIG_DETAILS_PATH','all','Playwright','stack','errorMessage','browserWSEndpoint','3mVVoAL','--config','../../helpers/logger','../../helpers/helper','passed','mDPoB','Ignoring\x20-c\x20config\x20path\x20\x22','desiredCapabilities','split','codecept.json','246142QRdMjy','browser','initialize','event','teardownAll','skipSessionName','KLOVj','user','format','createGroupsOfSuites','profile','frameworkName','splice','util','hubUrl','exports','plugins','raMLJ','true','chromium','replace','codeceptjs/lib/index.js','firefox','winstonLogger','before','gfvzb','IUtSt','chdir','179200VShhUE','SDK_CLEANUP','1146824QkdfXG','36hZeTbH','dirname','addOptions','BrowserStackPlugin.js','../v2/browserstackCLI','ZSYBB','isEmpty','isTestObservabilitySession','Workers','sTcZS','FRAMEWORKS','UXrZT','require'];a2_0x30ce=function(){return _0x2d9118;};return a2_0x30ce();}(function(_0x46a567,_0x55406d){const _0x34ad4d=a2_0x25e4,_0x264c5b=_0x46a567();while(!![]){try{const _0x3e52be=-parseInt(_0x34ad4d(0x27a))/0x1*(parseInt(_0x34ad4d(0x284))/0x2)+parseInt(_0x34ad4d(0x232))/0x3*(-parseInt(_0x34ad4d(0x2a0))/0x4)+parseInt(_0x34ad4d(0x258))/0x5*(parseInt(_0x34ad4d(0x237))/0x6)+parseInt(_0x34ad4d(0x273))/0x7+-parseInt(_0x34ad4d(0x2a2))/0x8*(-parseInt(_0x34ad4d(0x1f4))/0x9)+-parseInt(_0x34ad4d(0x23f))/0xa*(-parseInt(_0x34ad4d(0x23c))/0xb)+-parseInt(_0x34ad4d(0x26e))/0xc;if(_0x3e52be===_0x55406d)break;else _0x264c5b['push'](_0x264c5b['shift']());}catch(_0xf657a6){_0x264c5b['push'](_0x264c5b['shift']());}}}(a2_0x30ce,0x61b5a));const fs=require('fs'),path=require(a2_0x3c7e15(0x234)),util=require(a2_0x3c7e15(0x291)),process=require('process'),logger=require(a2_0x3c7e15(0x27c))[a2_0x3c7e15(0x29b)],{default:BrowserStackSetup}=require(a2_0x3c7e15(0x208)),helper=require(a2_0x3c7e15(0x27d)),utilities=require('../../helpers/utilities'),{checkAccessibilityPlatformConfig}=require(a2_0x3c7e15(0x21a)),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a2_0x3c7e15(0x26a)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x3c7e15(0x27d)),CodeceptJS=requireModule(a2_0x3c7e15(0x299),'codeceptjs'),testOpsHelper=require('../../helpers/test-observability/utils'),TestHubHandler=require(a2_0x3c7e15(0x233)),BrowserstackCLI=require(a2_0x3c7e15(0x1f8)),constants=require('../utils/constants'),PerformanceTester=require('../../helpers/performance/performance-tester'),{FRAMEWORKS}=require(a2_0x3c7e15(0x23a)),PerformanceEvents=require('../../helpers/performance/constants')['EVENTS'],ClientTroubleShootingService=require(a2_0x3c7e15(0x25d)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x201b11,_0x20f448)=>{const _0x47a811=a2_0x3c7e15,_0x16b66e={};_0x16b66e[_0x47a811(0x26c)]=function(_0x1121f7,_0x2c998e){return _0x1121f7===_0x2c998e;},_0x16b66e['uzonJ']='codecept.conf.js',_0x16b66e['XZXAN']=_0x47a811(0x283);const _0x59a6e0=_0x16b66e;let _0x3949ea=null;const _0x44b6d5={};let _0x110b75=_0x20f448['findIndex'](_0x281602=>_0x281602===_0x47a811(0x27b));_0x59a6e0['exaNn'](_0x110b75,-0x1)&&(_0x110b75=_0x20f448[_0x47a811(0x269)](_0x395d04=>_0x395d04==='-c'));const _0x56681b=!helper[_0x47a811(0x206)](_0x201b11['config'])?helper[_0x47a811(0x212)](_0x201b11[_0x47a811(0x209)]):null,_0x1c9de2=!helper['isUndefined'](_0x201b11['c'])?helper[_0x47a811(0x212)](_0x201b11['c']):null;if(!helper[_0x47a811(0x206)](_0x201b11['config'])&&!_0x56681b)logger[_0x47a811(0x25f)](_0x47a811(0x213)+_0x201b11[_0x47a811(0x209)]+'\x22:\x20it\x20resolves\x20outside\x20the\x20project\x20directory.');else!helper[_0x47a811(0x206)](_0x201b11['c'])&&!_0x1c9de2&&logger[_0x47a811(0x25f)](_0x47a811(0x280)+_0x201b11['c']+_0x47a811(0x225));if(_0x56681b&&fs['existsSync'](_0x56681b))_0x3949ea=_0x56681b,_0x20f448['splice'](_0x110b75,0x2);else{if(_0x1c9de2&&fs['existsSync'](_0x1c9de2))_0x3949ea=_0x1c9de2,_0x20f448[_0x47a811(0x290)](_0x110b75,0x2);else{if(fs['existsSync'](path[_0x47a811(0x25b)](process[_0x47a811(0x263)](),_0x59a6e0['uzonJ'])))_0x3949ea=path[_0x47a811(0x25b)](process[_0x47a811(0x263)](),_0x59a6e0[_0x47a811(0x217)]);else fs[_0x47a811(0x21b)](path[_0x47a811(0x25b)](process[_0x47a811(0x263)](),_0x59a6e0[_0x47a811(0x244)]))&&(_0x3949ea=path[_0x47a811(0x25b)](process[_0x47a811(0x263)](),_0x59a6e0[_0x47a811(0x244)]));}}return process[_0x47a811(0x252)][_0x47a811(0x274)]=_0x3949ea,_0x3949ea;},getO11yRerunPattern=()=>{const _0xf6d05f=a2_0x3c7e15,_0xf250ac=helper[_0xf6d05f(0x24f)](process['env'][_0xf6d05f(0x229)]);if(_0xf250ac){const _0x3de60a=process[_0xf6d05f(0x252)]['BROWSERSTACK_RERUN_TESTS'],_0x59a827=[];if(helper[_0xf6d05f(0x24d)](_0x3de60a)&&!helper[_0xf6d05f(0x206)](_0x3de60a)){_0x3de60a['split'](',')[_0xf6d05f(0x270)](_0x21c488=>{const _0x33845a=_0xf6d05f;_0x59a827[_0x33845a(0x235)]('('+_0x21c488['trim']()+')');});const _0x280c65='^'+_0x59a827[_0xf6d05f(0x25b)]('|')+'$';return _0x280c65;}}return null;},a2_0x2c15c7={};a2_0x2c15c7['chrome']=a2_0x3c7e15(0x297),a2_0x2c15c7['playwright-chromium']=a2_0x3c7e15(0x297),a2_0x2c15c7[a2_0x3c7e15(0x211)]=a2_0x3c7e15(0x29a),a2_0x2c15c7[a2_0x3c7e15(0x20c)]=a2_0x3c7e15(0x24b);const pwToCodeceptBrowser=a2_0x2c15c7;function a2_0x25e4(_0x2e4c53,_0x300c80){const _0x30ce27=a2_0x30ce();return a2_0x25e4=function(_0x25e420,_0x2dc21a){_0x25e420=_0x25e420-0x1f4;let _0x164645=_0x30ce27[_0x25e420];return _0x164645;},a2_0x25e4(_0x2e4c53,_0x300c80);}async function run(_0x36bb6b,_0x1faa1e,_0x1ddb3c){const _0x4e7f01=a2_0x3c7e15,_0x3bbff2={'RjCNC':function(_0x518d1d,_0x281105,_0x763a75,_0x500753){return _0x518d1d(_0x281105,_0x763a75,_0x500753);},'XoYOY':function(_0x44f7e5,_0x578552){return _0x44f7e5+_0x578552;},'raMLJ':function(_0x236e8e,_0x4ae2a4){return _0x236e8e(_0x4ae2a4);},'ZSYBB':function(_0x266316,_0x71305){return _0x266316+_0x71305;},'YxhHQ':function(_0x19be68,_0x136453,_0x15344c){return _0x19be68(_0x136453,_0x15344c);},'NQvvR':_0x4e7f01(0x22e),'gfvzb':function(_0x8cd0d8){return _0x8cd0d8();},'uazpC':_0x4e7f01(0x210),'xpQFv':function(_0x537285){return _0x537285();},'sPeiT':_0x4e7f01(0x207),'XAtrg':'Passed\x20:\x20','OPAZF':_0x4e7f01(0x215),'fkvje':'0|4|3|2|1','TTAeC':_0x4e7f01(0x24a),'mDPoB':_0x4e7f01(0x276),'uCXPJ':_0x4e7f01(0x231),'VuudZ':function(_0x4c5240,_0x1ce617){return _0x4c5240!=_0x1ce617;},'HzxjA':_0x4e7f01(0x296),'KLOVj':_0x4e7f01(0x26d),'UXrZT':function(_0x44f1ca){return _0x44f1ca();},'QZNQR':function(_0x4a7cfe,_0x777c5f){return _0x4a7cfe*_0x777c5f;},'sTcZS':function(_0x5e07cc,_0x354cae,_0x18c64f){return _0x5e07cc(_0x354cae,_0x18c64f);},'OEKGi':_0x4e7f01(0x285),'uGQUv':function(_0x17e3df,_0x54edbc,_0x54d216){return _0x17e3df(_0x54edbc,_0x54d216);},'ihiJg':_0x4e7f01(0x281),'xniaq':_0x4e7f01(0x20f),'RKpZd':_0x4e7f01(0x1f7),'xdVDz':_0x4e7f01(0x24e),'IUtSt':_0x4e7f01(0x20b),'eWlEV':function(_0x295cf5,_0x47bf78){return _0x295cf5===_0x47bf78;},'fpFUP':_0x4e7f01(0x23b),'QYnUN':function(_0x4113f4,_0x20b606,_0x1849cf){return _0x4113f4(_0x20b606,_0x1849cf);},'mYKax':_0x4e7f01(0x259),'PEVOD':function(_0x21d198,_0x1c32ae){return _0x21d198>=_0x1c32ae;}};await _0x1ddb3c[_0x4e7f01(0x286)](_0x36bb6b);!BrowserstackCLI[_0x4e7f01(0x22b)]()[_0x4e7f01(0x205)]()&&await _0x1ddb3c['setupBrowserstackLocal']();await helper[_0x4e7f01(0x246)](_0x1ddb3c[_0x4e7f01(0x209)]);if(!_0x1ddb3c[_0x4e7f01(0x209)])return;process[_0x4e7f01(0x28e)]=_0x36bb6b[_0x4e7f01(0x28e)];_0x36bb6b[_0x4e7f01(0x28e)]&&(process[_0x4e7f01(0x252)][_0x4e7f01(0x28e)]=_0x36bb6b[_0x4e7f01(0x28e)]);const _0x35bf47=_0x3bbff2[_0x4e7f01(0x22f)](getUserCodeceptJSConfigs,_0x36bb6b,_0x1faa1e);let _0x2e0dd5={};_0x35bf47?(logger[_0x4e7f01(0x22a)]('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0x35bf47),_0x2e0dd5=CodeceptJS[_0x4e7f01(0x209)][_0x4e7f01(0x239)](_0x35bf47)):logger['info'](_0x3bbff2[_0x4e7f01(0x262)]);let _0x33a553=![];_0x3bbff2['YxhHQ'](nestedKeyValue,_0x2e0dd5,[_0x3bbff2['NQvvR'],_0x3bbff2[_0x4e7f01(0x27f)]])&&(_0x33a553=!![]);const _0x5665d4=_0x33a553?_0x3bbff2[_0x4e7f01(0x27f)]:_0x3bbff2[_0x4e7f01(0x26b)];let _0x587e1e=!_0x33a553?helper['useW3C'](_0x1ddb3c[_0x4e7f01(0x209)]):![];!helper[_0x4e7f01(0x206)](_0x1ddb3c['config']['accessibilityOptions'])&&(process[_0x4e7f01(0x252)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON['stringify'](_0x1ddb3c['config'][_0x4e7f01(0x243)]));let _0x3e291f=_0x1ddb3c['config'][_0x4e7f01(0x25a)];_0x3e291f=_0x3e291f||_0x3bbff2[_0x4e7f01(0x295)](checkAccessibilityPlatformConfig,_0x1ddb3c['config']),process['env'][_0x4e7f01(0x265)]=_0x3e291f;_0x3e291f&&(_0x587e1e=!_0x3e291f);_0x3bbff2['VuudZ'](_0x1ddb3c[_0x4e7f01(0x209)]['testObservability'],null)?process[_0x4e7f01(0x252)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x1ddb3c[_0x4e7f01(0x209)][_0x4e7f01(0x204)]:process[_0x4e7f01(0x252)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x3bbff2[_0x4e7f01(0x267)];const _0x2e03ce=_0x3bbff2[_0x4e7f01(0x22f)](nestedKeyValue,_0x2e0dd5,[_0x3bbff2[_0x4e7f01(0x28a)]]),_0x301795=_0x2e03ce&&!helper[_0x4e7f01(0x1fa)](_0x2e03ce)?FRAMEWORKS[_0x4e7f01(0x271)]:FRAMEWORKS['CODECEPT'],_0x2dfa0c=await TestHubHandler[_0x4e7f01(0x21c)](_0x301795,_0x1ddb3c);await testOpsHelper[_0x4e7f01(0x254)]();_0x3e291f&&_0x3bbff2['raMLJ'](setAccessibilityCapabilities,_0x1ddb3c[_0x4e7f01(0x209)]);const _0x4e161b={},_0x515f76=[],_0x3a5aa6=_0x1ddb3c['config'][_0x4e7f01(0x203)]||helper[_0x4e7f01(0x224)](_0x36bb6b,_0x1faa1e,_0x1ddb3c[_0x4e7f01(0x209)],constants[_0x4e7f01(0x1fe)][_0x4e7f01(0x238)])||0x1;let _0x270550=0x1;if(_0x3bbff2[_0x4e7f01(0x1ff)](isBrowserstackInfra)){const _0x1265c3=helper[_0x4e7f01(0x218)](_0x1ddb3c[_0x4e7f01(0x209)],_0x587e1e,constants['FRAMEWORKS']['CODECEPT']);_0x1265c3[_0x4e7f01(0x256)](_0x16f59d=>{const _0x521af7=_0x4e7f01;helper[_0x521af7(0x21d)](_0x16f59d);}),helper[_0x4e7f01(0x261)](_0x1ddb3c[_0x4e7f01(0x209)])?_0x270550=_0x3bbff2['QZNQR'](_0x3a5aa6,_0x1ddb3c[_0x4e7f01(0x209)][_0x4e7f01(0x249)]['length']):_0x270550=_0x3a5aa6,_0x1265c3[_0x4e7f01(0x256)](_0x122877=>{const _0x4032dc=_0x4e7f01,_0x20efde=_0x3bbff2[_0x4032dc(0x1f9)](helper[_0x4032dc(0x20e)](_0x122877,'_'),'_'+Date['now']()),_0x59fcad=((()=>{const _0x20ffcc=_0x4032dc;if(_0x33a553){const _0x6ebc29=pwToCodeceptBrowser[_0x122877[_0x20ffcc(0x20d)]]||_0x122877[_0x20ffcc(0x20d)],_0x1cef80=helper[_0x20ffcc(0x264)](_0x1ddb3c['config']),_0x3d2e5e=Object[_0x20ffcc(0x22c)]({},_0x122877);return _0x3bbff2[_0x20ffcc(0x202)](processAccessibilityCaps,_0x3d2e5e,_0x1cef80,null),{'browser':_0x6ebc29,[_0x6ebc29]:{'browserWSEndpoint':_0x3bbff2[_0x20ffcc(0x227)](_0x1cef80,_0x3bbff2[_0x20ffcc(0x295)](encodeURIComponent,JSON['stringify'](_0x3d2e5e)))}};}const _0x467691={};return _0x467691[_0x20ffcc(0x281)]=_0x122877,_0x467691[_0x20ffcc(0x28b)]=_0x1ddb3c[_0x20ffcc(0x209)]['userName'],_0x467691[_0x20ffcc(0x25c)]=_0x1ddb3c[_0x20ffcc(0x209)][_0x20ffcc(0x257)],_0x467691;})()),_0x27fe7=_0x3bbff2[_0x4032dc(0x22f)](nestedKeyValue,_0x2e0dd5,[_0x3bbff2['NQvvR'],_0x5665d4]);_0x4e161b[_0x20efde]=_0x27fe7?helper[_0x4032dc(0x266)](_0x59fcad,_0x27fe7):_0x59fcad;if(_0x33a553)_0x4e161b[_0x20efde][_0x4032dc(0x285)]=pwToCodeceptBrowser[_0x122877['browserName']]||_0x122877[_0x4032dc(0x20d)];else{_0x4e161b[_0x20efde]['browser']=_0x122877['browserName']||_0x59fcad['browser'];if(_0x3bbff2[_0x4032dc(0x29d)](isBrowserstackInfra)){_0x4e161b[_0x20efde][_0x4032dc(0x250)]=constants[_0x4032dc(0x292)][_0x4032dc(0x298)](_0x3bbff2[_0x4032dc(0x228)],'')['replace'](/https?:\/\//,'');;_0x4e161b[_0x20efde][_0x4032dc(0x234)]=_0x3bbff2[_0x4032dc(0x228)];}}_0x515f76[_0x4032dc(0x235)](_0x20efde);});}else{_0x270550=0x1;if(_0x33a553){const _0x53c955=_0x3bbff2['sTcZS'](nestedKeyValue,_0x2e0dd5,[_0x3bbff2['NQvvR'],_0x5665d4,_0x3bbff2[_0x4e7f01(0x23d)]]),_0x8d9df2=_0x3bbff2[_0x4e7f01(0x22f)](nestedKeyValue,_0x2e0dd5,[_0x3bbff2[_0x4e7f01(0x248)],_0x5665d4,_0x53c955]);if(_0x8d9df2&&_0x8d9df2['browserWSEndpoint']){const _0x3cec8a={};_0x3cec8a[_0x4e7f01(0x249)]=[],_0x8d9df2[_0x4e7f01(0x279)]=helper['prepareCapabilities'](Object[_0x4e7f01(0x22c)]({},_0x1ddb3c[_0x4e7f01(0x209)],_0x3cec8a),null,_0x301795[_0x4e7f01(0x221)](),null,null,_0x8d9df2[_0x4e7f01(0x279)]);}}else{if(_0x3bbff2['uGQUv'](nestedKeyValue,_0x2e0dd5,[_0x3bbff2[_0x4e7f01(0x248)],_0x5665d4])){const _0x3640b1={};_0x3640b1[_0x4e7f01(0x249)]=[],_0x2e0dd5[_0x3bbff2[_0x4e7f01(0x248)]][_0x5665d4][_0x3bbff2[_0x4e7f01(0x223)]]=helper[_0x4e7f01(0x218)](Object[_0x4e7f01(0x22c)]({},_0x1ddb3c[_0x4e7f01(0x209)],_0x3640b1),null,_0x301795['toLowerCase'](),_0x3bbff2[_0x4e7f01(0x1fd)](nestedKeyValue,_0x2e0dd5,[_0x3bbff2[_0x4e7f01(0x248)],_0x5665d4,_0x3bbff2['ihiJg']])||{},null,null);}}_0x4e161b[_0x3bbff2[_0x4e7f01(0x201)]]=_0x2e0dd5,_0x515f76[_0x4e7f01(0x235)](_0x3bbff2[_0x4e7f01(0x201)]);}const _0x29abbd={};_0x29abbd['testConfig']=_0x35bf47;const _0x48d036=_0x29abbd,_0x27a38a=path[_0x4e7f01(0x25b)](__dirname,_0x3bbff2[_0x4e7f01(0x242)]),_0x2bd87d=process[_0x4e7f01(0x263)]();process[_0x4e7f01(0x252)][_0x3bbff2[_0x4e7f01(0x268)]]=_0x2bd87d;_0x35bf47&&process[_0x4e7f01(0x29f)](path[_0x4e7f01(0x1f5)](_0x35bf47));process[_0x4e7f01(0x252)][_0x4e7f01(0x222)]=process[_0x4e7f01(0x252)]['BROWSERSTACK_FRAMEWORK']||_0x3bbff2[_0x4e7f01(0x29e)];const _0x3631e5=new CodeceptJS[(_0x4e7f01(0x1fc))](null,_0x48d036);if(_0x3bbff2[_0x4e7f01(0x23e)](typeof _0x3631e5['_ensureInitialized'],_0x3bbff2[_0x4e7f01(0x26f)]))await _0x3631e5['_ensureInitialized']();else{let _0x266990;try{_0x266990=_0x3bbff2['QYnUN'](requireModule,_0x3bbff2[_0x4e7f01(0x245)],_0x3bbff2['IUtSt'])[_0x4e7f01(0x272)];}catch(_0x1cada1){logger['debug'](_0x4e7f01(0x226)+util[_0x4e7f01(0x28c)](_0x1cada1));}_0x266990&&_0x3bbff2[_0x4e7f01(0x214)](_0x3bbff2['sTcZS'](parseInt,_0x266990['split']('.')[0x0],0xa),0x4)&&logger[_0x4e7f01(0x25f)](_0x4e7f01(0x220)+_0x266990+'\x20detected\x20but\x20Workers._ensureInitialized\x20is\x20missing;\x20worker\x20suite\x20grouping\x20may\x20come\x20up\x20empty\x20(\x22No\x20tests\x20found\x20after\x20filtering\x22).\x20The\x20installed\x20codeceptjs\x20build\x20may\x20not\x20match\x20the\x20SDK\x27s\x204.x\x20ESM\x20interop.');}const _0x361202=_0x3631e5[_0x4e7f01(0x28d)](_0x3a5aa6),_0x16681c=testOpsHelper[_0x4e7f01(0x1fb)](),_0x40649a=_0x515f76['map'](_0x376fbe=>{const _0x5067a4=_0x4e7f01,_0x4e4d28={};_0x4e4d28['Playwright']=_0x4e161b[_0x376fbe];const _0x5f86fc={};_0x5f86fc[_0x5067a4(0x231)]=_0x4e161b[_0x376fbe];const _0xd56f0=_0x33a553?_0x4e4d28:_0x5f86fc,_0x2a41ab=_0x3bbff2[_0x5067a4(0x241)](getO11yRerunPattern),_0x42ffa5={};_0x42ffa5[_0x5067a4(0x22e)]=_0xd56f0;const _0x3565f7={};_0x3565f7[_0x5067a4(0x200)]=_0x27a38a,_0x3565f7['enabled']=!![],_0x3565f7[_0x5067a4(0x289)]=_0x1ddb3c[_0x5067a4(0x209)]['testContextOptions'][_0x5067a4(0x289)],_0x3565f7[_0x5067a4(0x255)]=_0x1ddb3c['config'][_0x5067a4(0x260)][_0x5067a4(0x255)],_0x3565f7[_0x5067a4(0x204)]=_0x16681c,_0x3565f7[_0x5067a4(0x28f)]=_0x301795;const _0x47a461={};_0x47a461[_0x5067a4(0x219)]=_0x3565f7;const _0x3f277f={};return _0x3f277f[_0x5067a4(0x294)]=_0x47a461,helper[_0x5067a4(0x266)]({},_0x2e0dd5,_0x3bbff2[_0x5067a4(0x29d)](isBrowserstackInfra)?_0x42ffa5:{},_0x2a41ab?{'grep':_0x2a41ab}:{},_0x3f277f);});for(const _0x4b4437 of _0x40649a){for(const _0x55e641 of _0x361202){const _0x468b3f=_0x3631e5[_0x4e7f01(0x230)]();_0x468b3f[_0x4e7f01(0x21f)](_0x55e641),_0x468b3f[_0x4e7f01(0x25e)](_0x4b4437);const _0x34da21={};_0x34da21[_0x4e7f01(0x209)]=_0x35bf47,_0x468b3f[_0x4e7f01(0x1f6)](Object[_0x4e7f01(0x22c)](_0x34da21,_0x36bb6b));}}_0x3631e5['on'](CodeceptJS['event']['test']['failed'],(_0x29f881,_0x5c4f93)=>{const _0x1ffe96=_0x4e7f01;console[_0x1ffe96(0x216)](_0x3bbff2[_0x1ffe96(0x253)],_0x29f881[_0x1ffe96(0x22d)]);const _0x32c79e={[_0x29f881[_0x1ffe96(0x22d)]]:_0x29f881['err'][_0x1ffe96(0x277)]};_testErrorData['push'](_0x32c79e);}),_0x3631e5['on'](CodeceptJS['event'][_0x4e7f01(0x251)][_0x4e7f01(0x27e)],async _0xab794=>{const _0x50c4de=_0x4e7f01;console[_0x50c4de(0x216)](_0x3bbff2['XAtrg'],_0xab794[_0x50c4de(0x22d)]);}),_0x3631e5['on'](CodeceptJS[_0x4e7f01(0x287)][_0x4e7f01(0x251)][_0x4e7f01(0x29c)],async _0x18716c=>{const _0x5d3f4d=_0x4e7f01;console['log'](_0x3bbff2[_0x5d3f4d(0x236)],_0x18716c['title']);}),_0x3631e5['on'](CodeceptJS[_0x4e7f01(0x287)][_0x4e7f01(0x275)]['result'],async()=>{const _0x2b6b24=_0x4e7f01,_0x7ba6d1=_0x3bbff2[_0x2b6b24(0x21e)][_0x2b6b24(0x282)]('|');let _0x3e811d=0x0;while(!![]){switch(_0x7ba6d1[_0x3e811d++]){case'0':PerformanceTester[_0x2b6b24(0x20a)](PerformanceEvents[_0x2b6b24(0x2a1)]);continue;case'1':_0x3631e5[_0x2b6b24(0x240)]();continue;case'2':try{await TestHubHandler['stop']();}catch(_0x4f2d36){logger['debug'](_0x2b6b24(0x24c)+util[_0x2b6b24(0x28c)](_0x4f2d36));}continue;case'3':utilities[_0x2b6b24(0x247)](_0x1ddb3c);continue;case'4':_0x1ddb3c[_0x2b6b24(0x278)]=_testErrorData;continue;}break;}});async function _0x1626dd(){const _0x5e25b9=_0x4e7f01;try{await _0x3631e5['bootstrapAll'](),await _0x3631e5['run']();}finally{process[_0x5e25b9(0x29f)](_0x2bd87d),await _0x3631e5[_0x5e25b9(0x288)]();}}PerformanceTester['end'](PerformanceEvents['SDK_SETUP']),await _0x3bbff2['xpQFv'](_0x1626dd);}module[a2_0x3c7e15(0x293)]=run;
@@ -1 +1 @@
1
- const a3_0x1c8490=a3_0x1ccc;(function(_0x4c1a6b,_0x9725ec){const _0x19286e=a3_0x1ccc,_0x5bb4e5=_0x4c1a6b();while(!![]){try{const _0x36417e=parseInt(_0x19286e(0xb3))/0x1+parseInt(_0x19286e(0x9e))/0x2*(-parseInt(_0x19286e(0xaa))/0x3)+parseInt(_0x19286e(0xcc))/0x4+-parseInt(_0x19286e(0xa5))/0x5*(-parseInt(_0x19286e(0xe6))/0x6)+-parseInt(_0x19286e(0xad))/0x7*(parseInt(_0x19286e(0xa6))/0x8)+parseInt(_0x19286e(0xdb))/0x9+-parseInt(_0x19286e(0xdc))/0xa;if(_0x36417e===_0x9725ec)break;else _0x5bb4e5['push'](_0x5bb4e5['shift']());}catch(_0x50cf53){_0x5bb4e5['push'](_0x5bb4e5['shift']());}}}(a3_0x3e14,0xb228e));const {isUndefined,nestedKeyValue}=require(a3_0x1c8490(0xc1)),logger=require('../../helpers/logger')[a3_0x1c8490(0xd5)],PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),{getObservabilityLinkedProductName}=require(a3_0x1c8490(0x9f)),accessibilityHelper=require(a3_0x1c8490(0xe0)),{isBrowserstackInfra}=require('../../helpers/helper'),globals=require(a3_0x1c8490(0xe2)),getOSVersionFromCaps=_0x2bb255=>{const _0x287752=a3_0x1c8490,_0xbe9755={};_0xbe9755[_0x287752(0x98)]=_0x287752(0xa4),_0xbe9755['BjyGD']=_0x287752(0xe7),_0xbe9755[_0x287752(0xba)]=_0x287752(0xe5),_0xbe9755[_0x287752(0xc5)]='osVersion',_0xbe9755[_0x287752(0xaf)]=_0x287752(0xae);const _0x32336e=_0xbe9755;if(!_0x2bb255)return null;const _0x316d70=_0x2bb255[_0x32336e['qKoev']],_0x546b91=[_0x32336e[_0x287752(0xd8)],_0x32336e['oLthU'],_0x32336e['SaXNU'],_0x32336e[_0x287752(0xaf)]];for(const _0x462e75 of _0x546b91){if(_0x316d70&&_0x316d70[_0x462e75])return _0x316d70[_0x462e75];else{if(_0x2bb255[_0x462e75])return _0x2bb255[_0x462e75];}}return null;};function a3_0x1ccc(_0x5159e6,_0xfb2a5d){const _0x3e1412=a3_0x3e14();return a3_0x1ccc=function(_0x1ccc44,_0x24d9d1){_0x1ccc44=_0x1ccc44-0x97;let _0x1fffc6=_0x3e1412[_0x1ccc44];return _0x1fffc6;},a3_0x1ccc(_0x5159e6,_0xfb2a5d);}function a3_0x3e14(){const _0x2849ae=['isAccessibilityPlatform','WebDriver','gylUd','yKlrX','browserName','bsSessionId','winstonLogger','CfJZo','GPIRa','BjyGD','\x20or\x20higher\x20','IAsgi','12746061MeYHlr','31891480EOyzzx','__cloud_provider___','platformName','processWebDriverConfig','../../helpers/accessibility-automation/helper','parse','../../helpers/globals.js','kYAiW','accessibilityPlatform','platform_version','18StQAdc','platformVersion','browserWSEndpoint','haUAG','Playwright','capabilities','qKoev','hBYKV','bGrts','deviceName','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','AdpCW','2CJUGaY','../../helpers/test-observability/utils','\x20browser\x20version\x20','yFhcU','constructor','caps','bstack:options','1641975oJGhHP','8RbnRni','LcDFB','browser_version','XDesE','453774UkIrDY','warn','string','6596156ZiLXir','os_version','ETuJI','FJdYW','AUpHw','unknown_grid','1414983QeDdyg','shouldPatchExecuteScript','setGlobal','browser','NNdjn','name','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','oLthU','browserVersion','getDetails','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','IseTC','browserstack_executor','latest','../../helpers/helper','iezeN','hbTjF','LBWil','SaXNU','config','VQmpM','getBrowserDisplayName','DMaVT','browserstack_accessibility_automation_script','fetchPlatformDetails','4784236UfJfzX','cloudProvider','searchParams'];a3_0x3e14=function(){return _0x2849ae;};return a3_0x3e14();}exports[a3_0x1c8490(0xcb)]=_0x2e9477=>{const _0x3f83c7=a3_0x1c8490,_0x1c6216={'hbTjF':_0x3f83c7(0xb2),'AUpHw':function(_0x335a9a,_0xddd514){return _0x335a9a===_0xddd514;},'yFhcU':_0x3f83c7(0xd0),'XDesE':function(_0x20cfef,_0x5e1359){return _0x20cfef(_0x5e1359);},'gylUd':function(_0x27cd1a,_0x300c95,_0x5aa826){return _0x27cd1a(_0x300c95,_0x5aa826);},'VQmpM':_0x3f83c7(0xc6),'IseTC':'desiredCapabilities','CfJZo':_0x3f83c7(0xea),'kYAiW':_0x3f83c7(0xb6),'qgDmu':_0x3f83c7(0xe8),'NNdjn':_0x3f83c7(0xa3),'AdpCW':function(_0x2764c2,_0x28e4fb){return _0x2764c2(_0x28e4fb);}};if(!_0x2e9477)return null;let _0xe8e6ee=global[_0x3f83c7(0xdd)]||_0x1c6216[_0x3f83c7(0xc3)];if(_0x1c6216[_0x3f83c7(0xb1)](_0x2e9477[_0x3f83c7(0xa2)][_0x3f83c7(0xb8)],_0x1c6216[_0x3f83c7(0xa1)])){const _0x57a2dd=_0x2e9477['browser'];if(!_0x57a2dd)return null;const _0xbed1c6=_0x57a2dd['capabilities'],_0x13416d=_0x1c6216[_0x3f83c7(0xa9)](getOSVersionFromCaps,_0x1c6216['gylUd'](nestedKeyValue,_0x2e9477,[_0x1c6216[_0x3f83c7(0xc7)],_0x1c6216[_0x3f83c7(0xbe)]]));return{[_0xe8e6ee]:{'browser':_0xbed1c6[_0x3f83c7(0xd3)],'browser_version':_0xbed1c6['browserVersion'],'capabilities':_0xbed1c6,'platform':_0xbed1c6[_0x3f83c7(0xde)],'platform_version':_0xbed1c6[_0x3f83c7(0xe7)]||_0x13416d,'product':_0x1c6216[_0x3f83c7(0xa9)](getObservabilityLinkedProductName,_0xbed1c6),'session_id':_0x57a2dd['sessionId']}};}else{if(_0x1c6216[_0x3f83c7(0xb1)](_0x2e9477[_0x3f83c7(0xa2)]['name'],_0x1c6216[_0x3f83c7(0xd6)])){const _0x2b4911=PlaywrightSessionDetails[_0x3f83c7(0xbc)]();_0xe8e6ee=_0x2b4911[_0x3f83c7(0xcd)]||_0xe8e6ee;const _0x5c5b20=_0x1c6216[_0x3f83c7(0xd1)](nestedKeyValue,_0x2e9477,[_0x1c6216[_0x3f83c7(0xc7)],_0x1c6216[_0x3f83c7(0xe3)],_0x1c6216['qgDmu']]),_0x3f7ce8=_0x5c5b20?JSON[_0x3f83c7(0xe1)](new URL(_0x5c5b20)[_0x3f83c7(0xce)]['get'](_0x1c6216[_0x3f83c7(0xb7)])):{};return{[_0xe8e6ee]:{'browser':_0x2b4911[_0x3f83c7(0xb6)]||_0x3f7ce8[_0x3f83c7(0xd3)],'browser_version':_0x2b4911[_0x3f83c7(0xa8)]||_0x3f7ce8[_0x3f83c7(0xa8)],'capabilities':_0x3f7ce8,'platform':_0x2b4911['platform'],'platform_version':_0x2b4911['platform_version'],'product':_0x1c6216[_0x3f83c7(0x9d)](getObservabilityLinkedProductName,_0x3f7ce8),'session_id':_0x2b4911[_0x3f83c7(0xd4)]}};}}};const setAccessibilityPlatformFlag=_0x2fd088=>{const _0x5f5465=a3_0x1c8490,_0x11c558={};_0x11c558[_0x5f5465(0xc4)]=_0x5f5465(0xcf);const _0x5873f0=_0x11c558;global[_0x5f5465(0xe4)]=_0x2fd088,globals[_0x5f5465(0xb5)](_0x5873f0[_0x5f5465(0xc4)],_0x2fd088);};exports[a3_0x1c8490(0xdf)]=_0x4b9126=>{const _0x4032be=a3_0x1c8490,_0x1ad2ce={'LcDFB':function(_0x36f5ab){return _0x36f5ab();},'FJdYW':function(_0xb5e5cf,_0x28fdf8){return _0xb5e5cf(_0x28fdf8);},'sIjJS':_0x4032be(0xbd),'IAsgi':function(_0x3f5b3c,_0x324937){return _0x3f5b3c!==_0x324937;},'iezeN':_0x4032be(0xc0),'ykGGf':'on\x20non-BrowserStack\x20infrastructure\x20','hBYKV':function(_0x4693b6,_0x18ef0c){return _0x4693b6(_0x18ef0c);},'bGrts':_0x4032be(0xb9)};if(_0x1ad2ce[_0x4032be(0xa7)](isAccessibilityAutomationSession)){const _0x7013fa=_0x4b9126['browser'],_0x12f281=_0x7013fa[_0x4032be(0x97)];_0x1ad2ce[_0x4032be(0xb0)](setAccessibilityPlatformFlag,!![]);!accessibilityHelper['isBrowserSupportedForAccessibility'](_0x12f281[_0x4032be(0xd3)])&&(logger[_0x4032be(0xab)](_0x1ad2ce['sIjJS']),_0x1ad2ce[_0x4032be(0xb0)](setAccessibilityPlatformFlag,![]));if(_0x1ad2ce[_0x4032be(0xda)](_0x12f281[_0x4032be(0xbb)],_0x1ad2ce[_0x4032be(0xc2)])){const _0xb44d4a=_0x1ad2ce[_0x4032be(0xa7)](isBrowserstackInfra),_0x5c03b6=accessibilityHelper['getMinVersionForBrowser'](_0x12f281['browserName'],_0xb44d4a),_0x5597d5=accessibilityHelper[_0x4032be(0xc8)](_0x12f281[_0x4032be(0xd3)]);if(!accessibilityHelper['isVersionSupported'](_0x12f281[_0x4032be(0xbb)],_0x5c03b6)){const _0x1ee0ae=_0xb44d4a?'':_0x1ad2ce['ykGGf'];logger[_0x4032be(0xab)](_0x4032be(0x9c)+_0x5597d5+_0x4032be(0xa0)+_0x5c03b6+_0x4032be(0xd9)+_0x1ee0ae+'.'),_0x1ad2ce[_0x4032be(0xb0)](setAccessibilityPlatformFlag,![]);}}!_0x1ad2ce[_0x4032be(0x99)](isUndefined,_0x12f281[_0x4032be(0x9b)])&&(logger[_0x4032be(0xab)](_0x1ad2ce[_0x4032be(0x9a)]),_0x1ad2ce[_0x4032be(0xb0)](setAccessibilityPlatformFlag,![]));}},exports[a3_0x1c8490(0xb4)]=_0x1a234a=>{const _0x3bf87e=a3_0x1c8490,_0x163f4b={};_0x163f4b['DMaVT']=function(_0x233420,_0x18cc55){return _0x233420!==_0x18cc55;},_0x163f4b['yKlrX']=_0x3bf87e(0xac),_0x163f4b[_0x3bf87e(0xe9)]=_0x3bf87e(0xbf),_0x163f4b[_0x3bf87e(0xd7)]=_0x3bf87e(0xca);const _0x29dd16=_0x163f4b;if(!_0x1a234a)return![];else{if(_0x29dd16[_0x3bf87e(0xc9)](typeof _0x1a234a,_0x29dd16[_0x3bf87e(0xd2)]))return!![];}return!_0x1a234a['includes'](_0x29dd16[_0x3bf87e(0xe9)])&&!_0x1a234a['includes'](_0x29dd16[_0x3bf87e(0xd7)]);};
1
+ const a3_0x50dba8=a3_0x5ad9;(function(_0x599545,_0x2c241c){const _0x411f51=a3_0x5ad9,_0x502197=_0x599545();while(!![]){try{const _0x1f080d=parseInt(_0x411f51(0xfe))/0x1+-parseInt(_0x411f51(0xd9))/0x2+parseInt(_0x411f51(0xc7))/0x3*(-parseInt(_0x411f51(0xc0))/0x4)+-parseInt(_0x411f51(0xbb))/0x5+parseInt(_0x411f51(0xb7))/0x6+-parseInt(_0x411f51(0x102))/0x7+-parseInt(_0x411f51(0xc5))/0x8*(-parseInt(_0x411f51(0x104))/0x9);if(_0x1f080d===_0x2c241c)break;else _0x502197['push'](_0x502197['shift']());}catch(_0x17249c){_0x502197['push'](_0x502197['shift']());}}}(a3_0x3181,0x4123e));function a3_0x3181(){const _0x315ed9=['Zcguz','348886yuRZWz','platformVersion','cloudProvider','hAEPR','2093224TzKGcg','aHLIc','693KdCKPk','platform','desiredCapabilities','browser','rcGYE','parse','45054yfhsEf','browser_version','string','nXowX','2266975gYIjlK','includes','browserWSEndpoint','platform_version','accessibilityPlatform','7488KuWmxO','../../helpers/accessibility-automation/helper','browserstack_accessibility_automation_script','vpnwk','capabilities','102184ZyZnFA','IcjxV','153XCzDPX','winstonLogger','../../bin/playwright/sessionDetails','constructor','../../helpers/logger','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','../../helpers/globals.js','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','inTOW','config','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','FEbng','FAuyX','on\x20non-BrowserStack\x20infrastructure\x20','searchParams','JQLic','gQyRO','LbGIY','450406WLtqip','vBPQT','__cloud_provider___','YnxkQ','os_version','wUSOR','../../helpers/helper','browserVersion','magPc','xPheH','UwJUP','CDmgq','DbBNq','\x20browser\x20version\x20','lGPbU','../../helpers/test-observability/utils','getMinVersionForBrowser','isVersionSupported','latest','getDetails','osVersion','deviceName','setGlobal','bstack:options','isBrowserSupportedForAccessibility','yrCxg','warn','xUnqc','hqogm','meBys','vKXpQ','WebDriver','JzURE','browserName','browserstack_executor','Playwright'];a3_0x3181=function(){return _0x315ed9;};return a3_0x3181();}const {isUndefined,nestedKeyValue}=require(a3_0x50dba8(0xdf)),logger=require(a3_0x50dba8(0xcb))[a3_0x50dba8(0xc8)],PlaywrightSessionDetails=require(a3_0x50dba8(0xc9)),{isAccessibilityAutomationSession}=require(a3_0x50dba8(0xc1)),{getObservabilityLinkedProductName}=require(a3_0x50dba8(0xe8)),accessibilityHelper=require(a3_0x50dba8(0xc1)),{isBrowserstackInfra}=require('../../helpers/helper'),globals=require(a3_0x50dba8(0xcd)),getOSVersionFromCaps=_0x1b1e48=>{const _0x42555c=a3_0x50dba8,_0xa33407={};_0xa33407['xPheH']=_0x42555c(0xf0),_0xa33407[_0x42555c(0xe5)]=_0x42555c(0xff),_0xa33407[_0x42555c(0xf2)]=_0x42555c(0xbe),_0xa33407[_0x42555c(0xcf)]=_0x42555c(0xed),_0xa33407['Zcguz']=_0x42555c(0xdd);const _0x2febbb=_0xa33407;if(!_0x1b1e48)return null;const _0x2b563a=_0x1b1e48[_0x2febbb[_0x42555c(0xe2)]],_0x5bd6b1=[_0x2febbb[_0x42555c(0xe5)],_0x2febbb[_0x42555c(0xf2)],_0x2febbb[_0x42555c(0xcf)],_0x2febbb[_0x42555c(0xfd)]];for(const _0x2e333b of _0x5bd6b1){if(_0x2b563a&&_0x2b563a[_0x2e333b])return _0x2b563a[_0x2e333b];else{if(_0x1b1e48[_0x2e333b])return _0x1b1e48[_0x2e333b];}}return null;};exports['fetchPlatformDetails']=_0x96b873=>{const _0x555637=a3_0x50dba8,_0x34531e={'ubjOZ':'unknown_grid','wUSOR':function(_0x1dad87,_0x41d83a){return _0x1dad87===_0x41d83a;},'LbGIY':_0x555637(0xf8),'hAEPR':function(_0x32aefc,_0x3a0194){return _0x32aefc(_0x3a0194);},'vKXpQ':function(_0x1d9c3a,_0xa74e32,_0x3b9af0){return _0x1d9c3a(_0xa74e32,_0x3b9af0);},'lGPbU':_0x555637(0xd0),'JzURE':_0x555637(0x106),'YnxkQ':function(_0x19362a,_0x487445){return _0x19362a===_0x487445;},'vpnwk':_0x555637(0xfc),'pwXCJ':function(_0x58f1b4,_0xa5e135,_0x1b23ac){return _0x58f1b4(_0xa5e135,_0x1b23ac);},'hqogm':_0x555637(0x107),'JQLic':_0x555637(0xbd),'vBPQT':'caps'};if(!_0x96b873)return null;let _0x1c65a6=global[_0x555637(0xdb)]||_0x34531e['ubjOZ'];if(_0x34531e[_0x555637(0xde)](_0x96b873[_0x555637(0xca)]['name'],_0x34531e[_0x555637(0xd8)])){const _0x30b046=_0x96b873[_0x555637(0x107)];if(!_0x30b046)return null;const _0x2d375a=_0x30b046[_0x555637(0xc4)],_0x505325=_0x34531e[_0x555637(0x101)](getOSVersionFromCaps,_0x34531e[_0x555637(0xf7)](nestedKeyValue,_0x96b873,[_0x34531e[_0x555637(0xe7)],_0x34531e[_0x555637(0xf9)]]));return{[_0x1c65a6]:{'browser':_0x2d375a[_0x555637(0xfa)],'browser_version':_0x2d375a[_0x555637(0xe0)],'capabilities':_0x2d375a,'platform':_0x2d375a['platformName'],'platform_version':_0x2d375a[_0x555637(0xff)]||_0x505325,'product':_0x34531e[_0x555637(0x101)](getObservabilityLinkedProductName,_0x2d375a),'session_id':_0x30b046['sessionId']}};}else{if(_0x34531e[_0x555637(0xdc)](_0x96b873[_0x555637(0xca)]['name'],_0x34531e[_0x555637(0xc3)])){const _0x2039de=PlaywrightSessionDetails[_0x555637(0xec)]();_0x1c65a6=_0x2039de[_0x555637(0x100)]||_0x1c65a6;const _0x1d4995=_0x34531e['pwXCJ'](nestedKeyValue,_0x96b873,[_0x34531e[_0x555637(0xe7)],_0x34531e[_0x555637(0xf5)],_0x34531e[_0x555637(0xd6)]]),_0x9818aa=_0x1d4995?JSON[_0x555637(0xb6)](new URL(_0x1d4995)[_0x555637(0xd5)]['get'](_0x34531e[_0x555637(0xda)])):{};return{[_0x1c65a6]:{'browser':_0x2039de[_0x555637(0x107)]||_0x9818aa[_0x555637(0xfa)],'browser_version':_0x2039de[_0x555637(0xb8)]||_0x9818aa[_0x555637(0xb8)],'capabilities':_0x9818aa,'platform':_0x2039de[_0x555637(0x105)],'platform_version':_0x2039de[_0x555637(0xbe)],'product':_0x34531e[_0x555637(0x101)](getObservabilityLinkedProductName,_0x9818aa),'session_id':_0x2039de['bsSessionId']}};}}};const setAccessibilityPlatformFlag=_0x18a98b=>{const _0x4ee644=a3_0x50dba8,_0x1a8871={};_0x1a8871[_0x4ee644(0xe3)]='isAccessibilityPlatform';const _0xc32b9d=_0x1a8871;global[_0x4ee644(0xbf)]=_0x18a98b,globals[_0x4ee644(0xef)](_0xc32b9d[_0x4ee644(0xe3)],_0x18a98b);};function a3_0x5ad9(_0xc9c484,_0x1bc2d9){const _0x3181c6=a3_0x3181();return a3_0x5ad9=function(_0x5ad9ca,_0x2d75be){_0x5ad9ca=_0x5ad9ca-0xb5;let _0x5ac8a9=_0x3181c6[_0x5ad9ca];return _0x5ac8a9;},a3_0x5ad9(_0xc9c484,_0x1bc2d9);}exports['processWebDriverConfig']=_0x49cbf8=>{const _0x5a5468=a3_0x50dba8,_0x4ce772={'CDmgq':function(_0x2b0f42){return _0x2b0f42();},'IcjxV':function(_0x1142d3,_0x58c1aa){return _0x1142d3(_0x58c1aa);},'mqazS':_0x5a5468(0xcc),'FEbng':function(_0x143ef1,_0x3700cd){return _0x143ef1!==_0x3700cd;},'gQyRO':_0x5a5468(0xeb),'aHLIc':_0x5a5468(0xd4),'magPc':function(_0x1f5038,_0x1772fe){return _0x1f5038(_0x1772fe);},'kTzmG':_0x5a5468(0xce),'FAuyX':function(_0x1381e9,_0x4394da){return _0x1381e9(_0x4394da);}};if(_0x4ce772[_0x5a5468(0xe4)](isAccessibilityAutomationSession)){const _0x358ca2=_0x49cbf8[_0x5a5468(0x107)],_0x1440c0=_0x358ca2[_0x5a5468(0xc4)];_0x4ce772[_0x5a5468(0xc6)](setAccessibilityPlatformFlag,!![]);!accessibilityHelper[_0x5a5468(0xf1)](_0x1440c0[_0x5a5468(0xfa)])&&(logger['warn'](_0x4ce772['mqazS']),_0x4ce772[_0x5a5468(0xc6)](setAccessibilityPlatformFlag,![]));if(_0x4ce772[_0x5a5468(0xd2)](_0x1440c0['browserVersion'],_0x4ce772[_0x5a5468(0xd7)])){const _0x36f49e=_0x4ce772[_0x5a5468(0xe4)](isBrowserstackInfra),_0x2a997f=accessibilityHelper[_0x5a5468(0xe9)](_0x1440c0['browserName'],_0x36f49e),_0x57ba28=accessibilityHelper['getBrowserDisplayName'](_0x1440c0[_0x5a5468(0xfa)]);if(!accessibilityHelper[_0x5a5468(0xea)](_0x1440c0['browserVersion'],_0x2a997f)){const _0x25f4f1=_0x36f49e?'':_0x4ce772[_0x5a5468(0x103)];logger[_0x5a5468(0xf3)](_0x5a5468(0xd1)+_0x57ba28+_0x5a5468(0xe6)+_0x2a997f+'\x20or\x20higher\x20'+_0x25f4f1+'.'),_0x4ce772[_0x5a5468(0xc6)](setAccessibilityPlatformFlag,![]);}}!_0x4ce772[_0x5a5468(0xe1)](isUndefined,_0x1440c0[_0x5a5468(0xee)])&&(logger[_0x5a5468(0xf3)](_0x4ce772['kTzmG']),_0x4ce772[_0x5a5468(0xd3)](setAccessibilityPlatformFlag,![]));}},exports['shouldPatchExecuteScript']=_0x5d4683=>{const _0x161361=a3_0x50dba8,_0x49101d={};_0x49101d[_0x161361(0xf6)]=function(_0x5e5713,_0x1bcacf){return _0x5e5713!==_0x1bcacf;},_0x49101d[_0x161361(0xb5)]=_0x161361(0xb9),_0x49101d[_0x161361(0xf4)]=_0x161361(0xfb),_0x49101d[_0x161361(0xba)]=_0x161361(0xc2);const _0x1c1577=_0x49101d;if(!_0x5d4683)return![];else{if(_0x1c1577[_0x161361(0xf6)](typeof _0x5d4683,_0x1c1577[_0x161361(0xb5)]))return!![];}return!_0x5d4683['includes'](_0x1c1577['xUnqc'])&&!_0x5d4683[_0x161361(0xbc)](_0x1c1577[_0x161361(0xba)]);};
@@ -1 +1 @@
1
- const a4_0x39d945=a4_0x52bf;(function(_0x5a7edb,_0x438232){const _0x2ccc9b=a4_0x52bf,_0x18c816=_0x5a7edb();while(!![]){try{const _0x1e13f9=-parseInt(_0x2ccc9b(0x203))/0x1+-parseInt(_0x2ccc9b(0x1df))/0x2+-parseInt(_0x2ccc9b(0x1be))/0x3+parseInt(_0x2ccc9b(0x1a1))/0x4+-parseInt(_0x2ccc9b(0x1bc))/0x5+parseInt(_0x2ccc9b(0x11e))/0x6*(parseInt(_0x2ccc9b(0x1e4))/0x7)+-parseInt(_0x2ccc9b(0x1ad))/0x8*(-parseInt(_0x2ccc9b(0x206))/0x9);if(_0x1e13f9===_0x438232)break;else _0x18c816['push'](_0x18c816['shift']());}catch(_0x111831){_0x18c816['push'](_0x18c816['shift']());}}}(a4_0x1ca4,0xc800d));const path=require(a4_0x39d945(0x12d)),util=require(a4_0x39d945(0x11c)),fs=require('fs'),{v4:uuidv4}=require(a4_0x39d945(0x199)),{resolveBrowserTypeClass,nestedKeyValue,parseWSEndpoint,isUndefined}=require('../../helpers/helper'),testOpsHelper=require(a4_0x39d945(0x1ff)),{getTestEnv}=require(a4_0x39d945(0x115)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),logger=require(a4_0x39d945(0x194))['winstonLogger'],SessionHandler=require(a4_0x39d945(0x153)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),PlaywrightSessionDetails=require(a4_0x39d945(0x15f)),debug=testOpsHelper[a4_0x39d945(0x1bf)],{processAccessibilityCaps}=require(a4_0x39d945(0x1ec)),Constants=require('../utils/constants'),{fetchPlatformDetails}=require(a4_0x39d945(0x160)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x39d945(0x193)),constants=require('../utils/constants'),STATE_PASSED=a4_0x39d945(0x183),STATE_FAILED=a4_0x39d945(0x167),a4_0x44bfbf={};a4_0x44bfbf[a4_0x39d945(0x17c)]=a4_0x39d945(0x13a),a4_0x44bfbf[a4_0x39d945(0x1e1)]='TestRunFinished',a4_0x44bfbf[a4_0x39d945(0x166)]=a4_0x39d945(0x1a3),a4_0x44bfbf[a4_0x39d945(0x1b7)]=a4_0x39d945(0x157),a4_0x44bfbf['HOOK_RUN_FINISHED']=a4_0x39d945(0x1f9);const TEST_EVENTS=a4_0x44bfbf,parseEvent=_0x10df1b=>{const _0x5763c4=a4_0x39d945,_0x18716f={};_0x18716f[_0x5763c4(0x135)]=function(_0x5192c7,_0x411c0d){return _0x5192c7<_0x411c0d;},_0x18716f['yndXV']=function(_0x66484e,_0x3a195d){return _0x66484e===_0x3a195d;},_0x18716f[_0x5763c4(0x195)]=_0x5763c4(0x1d8),_0x18716f[_0x5763c4(0x14f)]=_0x5763c4(0x126),_0x18716f['JAMYG']=_0x5763c4(0x176),_0x18716f['eFEQw']=function(_0x3042c5,_0x529c45){return _0x3042c5===_0x529c45;},_0x18716f['vNXuG']=_0x5763c4(0x1bd),_0x18716f[_0x5763c4(0x20c)]='finished';const _0x11c389=_0x18716f,_0x19da03=_0x10df1b[_0x5763c4(0x12e)](/^(.*)Run(.*)$/);if(!_0x19da03)return null;if(_0x11c389[_0x5763c4(0x135)](_0x19da03[_0x5763c4(0x116)],0x3))return null;const _0x4b0713=_0x19da03[0x1][_0x5763c4(0x1c0)](),_0x2e04b1=_0x19da03[0x2][_0x5763c4(0x1c0)]();return{'test':_0x11c389[_0x5763c4(0x122)](_0x4b0713,_0x11c389[_0x5763c4(0x195)]),'hook':_0x11c389['yndXV'](_0x4b0713,_0x11c389[_0x5763c4(0x14f)]),'skipped':_0x11c389[_0x5763c4(0x122)](_0x2e04b1,_0x11c389['JAMYG']),'started':_0x11c389[_0x5763c4(0x11f)](_0x2e04b1,_0x11c389['vNXuG']),'finished':_0x11c389[_0x5763c4(0x11f)](_0x2e04b1,_0x11c389[_0x5763c4(0x20c)])};},mockPWBrowserType=_0xfc76f7=>{const _0xdfb7b7=a4_0x39d945,_0x627179={'LyvAc':function(_0x284391,_0x3d9a77){return _0x284391===_0x3d9a77;},'flYIZ':_0xdfb7b7(0x148),'NiaCX':function(_0x1bfadd,_0x22af1e,_0xfbae30){return _0x1bfadd(_0x22af1e,_0xfbae30);},'aQJAy':'wsEndpoint','MflSq':function(_0x1ce63b,_0x40fb8c){return _0x1ce63b(_0x40fb8c);},'WMsWb':_0xdfb7b7(0x170),'xrjYa':function(_0x4d2e4e){return _0x4d2e4e();},'glIKL':function(_0x5192ce,_0x39d12c){return _0x5192ce(_0x39d12c);},'hpDYi':_0xdfb7b7(0x200),'xIlWI':'connect','hKnTu':_0xdfb7b7(0x1d9)},_0xb8a2df=_0x627179[_0xdfb7b7(0x17e)](resolveBrowserTypeClass);if(!_0xb8a2df){_0x627179[_0xdfb7b7(0x12c)](debug,_0x627179[_0xdfb7b7(0x132)]);return;}const _0x39edc7=_0xb8a2df['prototype'];if(_0x39edc7[_0xdfb7b7(0x1e3)])return;const _0x5cdc57=_0x39edc7[_0xdfb7b7(0x186)];Object[_0xdfb7b7(0x11d)](_0x39edc7,_0x627179[_0xdfb7b7(0x20d)],{'get':function(){const _0x506efc=_0xdfb7b7,_0x150562={'YEnaU':function(_0x3e8189,_0x1c8438){return _0x627179['LyvAc'](_0x3e8189,_0x1c8438);},'FsFeg':_0x627179['flYIZ'],'lrSww':function(_0x56f6e6,_0x260087,_0x2eaf3d){const _0xf44c4e=a4_0x52bf;return _0x627179[_0xf44c4e(0x19e)](_0x56f6e6,_0x260087,_0x2eaf3d);},'KuHkj':_0x627179[_0x506efc(0x16b)],'APAJv':function(_0x60f4a6,_0x5241dd){const _0x39bf42=_0x506efc;return _0x627179[_0x39bf42(0x125)](_0x60f4a6,_0x5241dd);},'nrhZd':_0x627179[_0x506efc(0x208)]};return async function _0x5ea4f3(_0x13a5c2,_0x4efeef){const _0xb7a897=_0x506efc,_0x5a493a=_0x150562[_0xb7a897(0x1a2)](nestedKeyValue,_0x13a5c2,[_0x150562[_0xb7a897(0x179)]])||_0x13a5c2;let _0x415053=null,_0x46592f=null;try{[_0x46592f,_0x415053]=_0x5a493a?_0x150562[_0xb7a897(0x131)](parseWSEndpoint,_0x5a493a):[null,null],global[_0xb7a897(0x1dd)]=_0x415053,logger[_0xb7a897(0x1bf)]('Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20'+_0x46592f),_0x46592f[_0xb7a897(0x1c7)](Constants[_0xb7a897(0x1d0)])&&(global[_0xb7a897(0x201)]=_0x150562[_0xb7a897(0x1cb)]);}catch(_0x26f700){logger[_0xb7a897(0x1bf)]('Failed\x20to\x20parse\x20wsendpoint\x20'+_0x5a493a+'\x20'+_0x26f700);}_0x150562[_0xb7a897(0x1a2)](processAccessibilityCaps,_0x415053,_0x46592f);if(global[_0xb7a897(0x1e2)]){const _0x1a4938=await _0x39edc7['connectOverCDP']['apply'](this,[''+Constants[_0xb7a897(0x1c2)]+_0x150562[_0xb7a897(0x131)](encodeURIComponent,JSON[_0xb7a897(0x1c5)](_0x415053))]);return PlaywrightSessionDetails[_0xb7a897(0x1ca)](_0x1a4938,_0xfc76f7,_0x5a493a),_0x1a4938;}return _0x5cdc57[_0xb7a897(0x1c6)](this,arguments)['then'](_0x5c8ae1=>{const _0x486ccb=_0xb7a897;let _0x121382=_0x13a5c2[_0x486ccb(0x177)];return _0x150562[_0x486ccb(0x184)](typeof _0x13a5c2,_0x150562['FsFeg'])&&(_0x121382=_0x13a5c2),PlaywrightSessionDetails[_0x486ccb(0x1ca)](_0x5c8ae1,_0xfc76f7,_0x121382),_0x5c8ae1;});};}});const _0x5bb8df=_0x39edc7['launch'];Object[_0xdfb7b7(0x11d)](_0x39edc7,_0x627179['hKnTu'],{'get':function(){return async function _0x26d050(){const _0x33fb4c=a4_0x52bf;return _0x5bb8df['apply'](this,arguments)[_0x33fb4c(0x136)](_0x44bb97=>{const _0xc66cdf=_0x33fb4c;return PlaywrightSessionDetails[_0xc66cdf(0x1ca)](_0x44bb97,null),_0x44bb97;});};}});};class O11yHelper{[a4_0x39d945(0x12f)]=null;[a4_0x39d945(0x174)]=null;[a4_0x39d945(0x19f)]=![];[a4_0x39d945(0x13f)]=![];[a4_0x39d945(0x163)]=[];constructor(_0x5ef2f0,_0x6a0fe3){const _0x51bf7a=a4_0x39d945,_0x2c4942={'fjXeI':_0x51bf7a(0x168),'doCcT':function(_0x50e3ad){return _0x50e3ad();},'AfFPs':function(_0x44d5e8,_0x3517c1){return _0x44d5e8===_0x3517c1;},'smDiE':'Playwright','ZUuWQ':function(_0x49e315,_0x35f3b0){return _0x49e315(_0x35f3b0);}},_0x9e2042=_0x2c4942[_0x51bf7a(0x145)]['split']('|');let _0x11758a=0x0;while(!![]){switch(_0x9e2042[_0x11758a++]){case'0':this[_0x51bf7a(0x13f)]=_0x6a0fe3['frameworkName'];continue;case'1':this[_0x51bf7a(0x1cc)]=_0x2c4942['doCcT'](getTestEnv);continue;case'2':this[_0x51bf7a(0x1cf)]=new testOpsHelper[(_0x51bf7a(0x1aa))]({'cwd':process['cwd']()},this[_0x51bf7a(0x1cc)][_0x51bf7a(0x142)]);continue;case'3':this[_0x51bf7a(0x123)]&&_0x2c4942['AfFPs'](this[_0x51bf7a(0x123)][_0x51bf7a(0x144)][_0x51bf7a(0x14c)],_0x2c4942[_0x51bf7a(0x147)])&&_0x2c4942[_0x51bf7a(0x1a9)](mockPWBrowserType,null);continue;case'4':this[_0x51bf7a(0x123)]=_0x5ef2f0;continue;case'5':this['enabled']=_0x2c4942[_0x51bf7a(0x1f5)](shouldProcessEventForTesthub);continue;}break;}}[a4_0x39d945(0x178)](){const _0x4da9a1=a4_0x39d945,_0x208300={'xsXDW':function(_0x1ceb14,_0x519941){return _0x1ceb14(_0x519941);}};if(!this[_0x4da9a1(0x123)])return![];try{const _0x5aef21=_0x208300[_0x4da9a1(0x18c)](fetchPlatformDetails,this[_0x4da9a1(0x123)]);if(!_0x5aef21)return![];const _0x3f188e=Object[_0x4da9a1(0x1f4)](_0x5aef21)[0x0];return!!(_0x3f188e&&_0x5aef21[_0x3f188e]&&_0x5aef21[_0x3f188e][_0x4da9a1(0x121)]);}catch(_0xa2f4d){return![];}}[a4_0x39d945(0x1cd)](_0x53fddb,_0x99031){const _0x42d6fa=a4_0x39d945;if(!_0x99031)return;const _0x41b6a5={};_0x41b6a5[_0x42d6fa(0x192)]=_0x53fddb,_0x41b6a5[_0x42d6fa(0x17f)]=_0x99031,this[_0x42d6fa(0x163)][_0x42d6fa(0x20b)](_0x41b6a5);}async[a4_0x39d945(0x113)](){const _0x119b00=a4_0x39d945,_0x3a602b={};_0x3a602b['wyFtc']=function(_0x440510,_0x40df1e){return _0x440510&&_0x40df1e;};const _0x37b35e=_0x3a602b;if(!this[_0x119b00(0x163)][_0x119b00(0x116)])return;if(!this['hasLiveDriverSession']())return;const _0x26b67b=this[_0x119b00(0x1a0)](this['driver']),_0x17dc2f=this['pendingHookEvents'][_0x119b00(0x12b)](0x0,this[_0x119b00(0x163)][_0x119b00(0x116)]);for(const {eventType:_0x4292fe,uploadData:_0x22ab9a}of _0x17dc2f){try{const _0x184e66=_0x22ab9a[_0x119b00(0x1ea)]||_0x22ab9a[_0x119b00(0x15b)];_0x37b35e[_0x119b00(0x1ed)](_0x184e66,_0x26b67b)&&(_0x184e66[_0x119b00(0x1fd)]=_0x26b67b),await this[_0x119b00(0x1f2)](_0x4292fe,_0x22ab9a);}catch(_0x965996){logger['debug'](_0x119b00(0x1d3)+_0x4292fe+':\x20'+util[_0x119b00(0x13d)](_0x965996));}}}[a4_0x39d945(0x1a4)](){const _0x2838ef=a4_0x39d945;if(!this[_0x2838ef(0x19f)])return;testOpsHelper[_0x2838ef(0x1f3)](),process[_0x2838ef(0x1e6)](_0x2838ef(0x173)+process[_0x2838ef(0x138)]),process['on'](_0x2838ef(0x173)+process[_0x2838ef(0x138)],this[_0x2838ef(0x1b2)]['bind'](this));}async[a4_0x39d945(0x1fe)](){const _0x10ae55=a4_0x39d945;await RequestQueueHandler[_0x10ae55(0x1ce)]()[_0x10ae55(0x19c)]();}async[a4_0x39d945(0x1b2)](_0x40c047){const _0x27bd16=a4_0x39d945,_0x4092dd={'WSsSw':'LogCreated','rSfoZ':function(_0x2663d7,_0x4b43cf){return _0x2663d7(_0x4b43cf);}};try{this['currentHook']&&!this[_0x27bd16(0x174)][_0x27bd16(0x15d)]&&(_0x40c047[_0x27bd16(0x128)]=this[_0x27bd16(0x174)][_0x27bd16(0x161)]);!_0x40c047[_0x27bd16(0x128)]&&this[_0x27bd16(0x12f)]&&!this[_0x27bd16(0x12f)]['markedStatus']&&(_0x40c047[_0x27bd16(0x118)]=this['currentTest'][_0x27bd16(0x1f6)]);if(_0x40c047['hook_run_uuid']||_0x40c047[_0x27bd16(0x118)]){const _0x4d555d={};_0x4d555d[_0x27bd16(0x1d7)]=_0x4092dd[_0x27bd16(0x1d5)],_0x4d555d[_0x27bd16(0x1a8)]=[_0x40c047],await SessionHandler[_0x27bd16(0x16e)](_0x4d555d);}}catch(_0x392764){_0x4092dd[_0x27bd16(0x19b)](debug,_0x27bd16(0x120)+constants[_0x27bd16(0x134)]+_0x27bd16(0x16d)+_0x392764);}}async[a4_0x39d945(0x14d)](_0x154212){const _0x205cdf=a4_0x39d945,_0x101e55={'ERhix':_0x205cdf(0x18f),'RyXmF':function(_0x4bb877,_0x47c044){return _0x4bb877(_0x47c044);}};if(!this[_0x205cdf(0x19f)])return;const _0x38518e=this[_0x205cdf(0x1a0)](this[_0x205cdf(0x123)]);try{const _0x43f21b={};_0x43f21b[_0x205cdf(0x199)]=_0x154212,_0x43f21b[_0x205cdf(0x1fd)]=_0x38518e;const _0x2ea901=_0x43f21b,_0x3f0ea9={};_0x3f0ea9[_0x205cdf(0x1d7)]=_0x101e55[_0x205cdf(0x152)],_0x3f0ea9['test_run']=_0x2ea901,await SessionHandler[_0x205cdf(0x16e)](_0x3f0ea9);}catch(_0x2f088f){_0x101e55[_0x205cdf(0x1dc)](debug,_0x205cdf(0x1fa)+constants[_0x205cdf(0x134)]+_0x205cdf(0x16d)+_0x2f088f);}}[a4_0x39d945(0x1a0)](_0x18b596){const _0xd72066=a4_0x39d945,_0x28a627={'bNlDn':function(_0x27ad40,_0x33faca){return _0x27ad40(_0x33faca);}};return _0x28a627[_0xd72066(0x155)](fetchPlatformDetails,_0x18b596);}[a4_0x39d945(0x1f1)]=_0xe0d376=>{const _0x32aadb=a4_0x39d945,_0x54a3e9={};_0x54a3e9['CTcJJ']=_0x32aadb(0x1e0),_0x54a3e9[_0x32aadb(0x16f)]=_0x32aadb(0x18d);const _0x5e24ea=_0x54a3e9;if(!_0xe0d376||!_0xe0d376[_0x32aadb(0x133)])return;[_0x5e24ea[_0x32aadb(0x159)],_0x5e24ea['wxpLa']][_0x32aadb(0x1c1)](_0x4bd138=>{const _0x48816e=_0x32aadb,_0x487485=_0xe0d376[_0x48816e(0x133)][_0x4bd138];_0x487485[_0x48816e(0x1c1)](_0x19e379=>{const _0x2f3f74=_0x48816e;_0x19e379[_0x2f3f74(0x161)]&&(_0x19e379['hookAnalyticsId']=null);});});};['mapTestHooks'](_0x830605){const _0x36dc3b=a4_0x39d945,_0x4ba975={'VgrQO':_0x36dc3b(0x14a),'Dvzso':function(_0x7b524){return _0x7b524();},'HbHuo':function(_0xd2a21c,_0x37625a){return _0xd2a21c===_0x37625a;},'DHuGC':'_afterEach','rlMzj':function(_0x458b7b){return _0x458b7b();},'gNvZS':_0x36dc3b(0x15e),'gEBvD':_0x36dc3b(0x19a),'ONLyO':_0x36dc3b(0x1e0)};if(!_0x830605||!_0x830605[_0x36dc3b(0x133)])return;[_0x4ba975['gNvZS'],_0x4ba975[_0x36dc3b(0x130)],_0x4ba975[_0x36dc3b(0x1db)],_0x4ba975[_0x36dc3b(0x11a)]][_0x36dc3b(0x1c1)](_0x27ad8e=>{const _0x350770=_0x36dc3b,_0x3e3302=_0x830605[_0x350770(0x133)][_0x27ad8e]||[];_0x3e3302[_0x350770(0x1c1)](_0x472400=>{const _0x57e0f7=_0x350770;if(_0x472400[_0x57e0f7(0x17d)][_0x57e0f7(0x1c7)](_0x4ba975[_0x57e0f7(0x143)]))return;if(!_0x472400[_0x57e0f7(0x161)])_0x472400[_0x57e0f7(0x161)]=_0x4ba975[_0x57e0f7(0x141)](uuidv4);else _0x472400[_0x57e0f7(0x15d)]&&_0x4ba975[_0x57e0f7(0x1eb)](_0x27ad8e,_0x4ba975[_0x57e0f7(0x11a)])&&(_0x472400[_0x57e0f7(0x161)]=_0x4ba975[_0x57e0f7(0x1f7)](uuidv4),delete _0x472400[_0x57e0f7(0x15d)]);});}),this[_0x36dc3b(0x1c4)](_0x830605[_0x36dc3b(0x133)]);}['getHooksForTest'](_0xfb69e4){const _0x240363=a4_0x39d945,_0x1dabd2={};_0x1dabd2['cDKLz']=_0x240363(0x15e),_0x1dabd2[_0x240363(0x129)]=_0x240363(0x19a),_0x1dabd2[_0x240363(0x17b)]=_0x240363(0x1e0),_0x1dabd2[_0x240363(0x139)]=_0x240363(0x18d);const _0x47bf0d=_0x1dabd2;if(!_0xfb69e4||!_0xfb69e4['parent'])return[];const _0x4f733c=[];return[_0x47bf0d[_0x240363(0x140)],_0x47bf0d[_0x240363(0x129)],_0x47bf0d[_0x240363(0x17b)],_0x47bf0d[_0x240363(0x139)]]['forEach'](_0x395d00=>{const _0x54b93c=_0x240363,_0x4c6635=_0xfb69e4[_0x54b93c(0x133)][_0x395d00]||[];_0x4c6635['forEach'](_0x1ba1a6=>{const _0x54544a=_0x54b93c;_0x1ba1a6[_0x54544a(0x161)]&&_0x4f733c[_0x54544a(0x20b)](_0x1ba1a6[_0x54544a(0x161)]);});}),[][_0x240363(0x1d4)](_0x4f733c,this[_0x240363(0x1b8)](_0xfb69e4[_0x240363(0x133)]));}[a4_0x39d945(0x20a)](_0x8f7ea3){const _0x57e9c4=a4_0x39d945,_0x3dee76=/^"(?<hook>.*)" hook:.*$/,_0x13586e=_0x8f7ea3['title'],_0x3370e9=_0x13586e['match'](_0x3dee76);if(_0x3370e9&&_0x3370e9['groups'])return _0x3370e9[_0x57e9c4(0x14e)][_0x57e9c4(0x126)][_0x57e9c4(0x12a)]()[_0x57e9c4(0x189)]('\x20','_');return null;}['findGitConfig'](_0x2bf0df){const _0x542af6=a4_0x39d945,_0x2aec78={};_0x2aec78[_0x542af6(0x1a7)]=function(_0x3bed71,_0x1ad138){return _0x3bed71===_0x1ad138;},_0x2aec78['AxaGY']=function(_0x5b78b2,_0x152af8){return _0x5b78b2===_0x152af8;},_0x2aec78['mAgbV']=_0x542af6(0x171);const _0x4c9669=_0x2aec78,_0x1522b0=path['sep'];if(_0x4c9669[_0x542af6(0x1a7)](_0x2bf0df,null)||_0x4c9669['AxaGY'](_0x2bf0df,'')||_0x4c9669[_0x542af6(0x1e9)](_0x2bf0df,_0x1522b0)||_0x4c9669[_0x542af6(0x1e9)](_0x2bf0df,path['dirname'](_0x2bf0df)))return null;try{return fs['statSync'](path[_0x542af6(0x13b)](_0x2bf0df,_0x4c9669[_0x542af6(0x124)])),_0x2bf0df;}catch(_0x30f361){const _0x2b450e=path[_0x542af6(0x1d1)](_0x2bf0df);return this[_0x542af6(0x182)](_0x2b450e);}}[a4_0x39d945(0x1e7)](_0x4b313){const _0x202bbe=a4_0x39d945,_0x5b03fe={};_0x5b03fe[_0x202bbe(0x1fb)]=function(_0x10596f,_0x349987){return _0x10596f>_0x349987;};const _0x56e681=_0x5b03fe;if(_0x4b313[_0x202bbe(0x197)])return _0x4b313['file'];if(_0x4b313[_0x202bbe(0x1b1)]){const _0x311fd1=_0x4b313[_0x202bbe(0x1b1)][_0x202bbe(0x12f)]?this[_0x202bbe(0x1e7)](_0x4b313[_0x202bbe(0x1b1)][_0x202bbe(0x12f)]):null;if(_0x311fd1)return _0x311fd1;}if(_0x4b313['parent']){const _0x4f7051=this[_0x202bbe(0x1e7)](_0x4b313[_0x202bbe(0x133)])||(_0x4b313['parent']['ctx']&&_0x4b313[_0x202bbe(0x133)]['ctx'][_0x202bbe(0x12f)]?this[_0x202bbe(0x1e7)](_0x4b313[_0x202bbe(0x133)][_0x202bbe(0x1b1)][_0x202bbe(0x12f)]):null);if(_0x4f7051)return _0x4f7051;_0x4b313[_0x202bbe(0x133)]['suites']&&_0x56e681[_0x202bbe(0x1fb)](_0x4b313[_0x202bbe(0x133)][_0x202bbe(0x1d6)][_0x202bbe(0x116)],0x0)&&_0x4b313[_0x202bbe(0x133)][_0x202bbe(0x1d6)]['forEach'](_0x16a522=>{const _0x12f79e=_0x202bbe,_0x3c2d1d=_0x16a522[_0x12f79e(0x1b1)]?this[_0x12f79e(0x1e7)](_0x16a522['ctx']):null;if(_0x3c2d1d)return _0x3c2d1d;});}return null;}[a4_0x39d945(0x119)](_0x9549da){const _0x3eee86=a4_0x39d945,_0x5ec4d5={};_0x5ec4d5[_0x3eee86(0x169)]=function(_0x30db88,_0xe5d8c7){return _0x30db88!==_0xe5d8c7;};const _0x5a14e7=_0x5ec4d5,_0x4e6f32=[];if(_0x9549da&&_0x9549da['parent']){let _0x3e0a0e=_0x9549da[_0x3eee86(0x133)];while(_0x3e0a0e&&_0x5a14e7[_0x3eee86(0x169)](_0x3e0a0e[_0x3eee86(0x17d)],'')){_0x4e6f32[_0x3eee86(0x20b)](_0x3e0a0e['title']),_0x3e0a0e=_0x3e0a0e[_0x3eee86(0x133)];}}return _0x4e6f32;}[a4_0x39d945(0x1e5)](_0x29c4f0,_0x5f14dc,_0x1558ef=undefined){const _0x4e79ba=a4_0x39d945,_0x157751={'FENTa':function(_0x50ef56,_0x2fe075){return _0x50ef56(_0x2fe075);},'rVaVn':function(_0x544d32){return _0x544d32();},'lmMgM':function(_0x5be173){return _0x5be173();},'NVRaK':_0x4e79ba(0x1ae),'AgSKq':function(_0x2cd53d,_0xe9a1aa){return _0x2cd53d!==_0xe9a1aa;},'JOcVT':'File\x20path\x20could\x20not\x20be\x20found','nTbUg':_0x4e79ba(0x1d2),'xzscZ':_0x4e79ba(0x167),'vKWvn':_0x4e79ba(0x183),'ajJXl':_0x4e79ba(0x176),'lmoIA':_0x4e79ba(0x18e),'mBrXF':function(_0x1cba76,_0x589147){return _0x1cba76-_0x589147;},'aWOtQ':function(_0x2ced4e,_0x3171e4,_0xc8c8d0,_0x53b63c,_0x384106){return _0x2ced4e(_0x3171e4,_0xc8c8d0,_0x53b63c,_0x384106);},'chuhe':function(_0x242546,_0x140e61){return _0x242546!==_0x140e61;},'RBNVN':_0x4e79ba(0x1fd),'txBVU':'meta','IvLUD':_0x4e79ba(0x185),'ehHvR':_0x4e79ba(0x190),'vEWHz':'backtrace','NEeyR':_0x4e79ba(0x1b5),'dobqO':_0x4e79ba(0x18a),'Eiula':function(_0x5aa9f0,_0x4fa7ad){return _0x5aa9f0===_0x4fa7ad;},'NIhUw':_0x4e79ba(0x1ea),'BTBhX':_0x4e79ba(0x15b)};if(!this[_0x4e79ba(0x19f)])return;try{if(_0x5f14dc['fn']&&_0x5f14dc['fn'][_0x4e79ba(0x1a5)]()[_0x4e79ba(0x12e)](/browserstack internal helper hook/))return;const _0x3d0d68=_0x157751['FENTa'](parseEvent,_0x29c4f0);if(!_0x3d0d68)return;if(_0x3d0d68[_0x4e79ba(0x1d8)]){this[_0x4e79ba(0x12f)]=_0x5f14dc,this['currentHook']=null;if(_0x3d0d68[_0x4e79ba(0x1bd)]||_0x3d0d68[_0x4e79ba(0x176)]){_0x5f14dc[_0x4e79ba(0x1da)]=new Date(),_0x5f14dc['markedStatus']=![];if(!_0x5f14dc[_0x4e79ba(0x1f6)])_0x5f14dc[_0x4e79ba(0x1f6)]=_0x157751[_0x4e79ba(0x1b0)](uuidv4);else _0x5f14dc[_0x4e79ba(0x15d)]&&(!_0x5f14dc[_0x4e79ba(0x196)]&&(_0x5f14dc[_0x4e79ba(0x196)]=_0x5f14dc['testAnalyticsId']),_0x5f14dc[_0x4e79ba(0x1f6)]=_0x157751['rVaVn'](uuidv4));}}else{if(_0x3d0d68[_0x4e79ba(0x126)]){this['currentHook']=_0x5f14dc;if(_0x3d0d68[_0x4e79ba(0x1bd)]){_0x5f14dc[_0x4e79ba(0x1da)]=new Date(),_0x5f14dc['markedStatus']=![];if(!_0x5f14dc[_0x4e79ba(0x161)])_0x5f14dc['hookAnalyticsId']=_0x157751[_0x4e79ba(0x158)](uuidv4);else _0x5f14dc[_0x4e79ba(0x161)]&&_0x5f14dc[_0x4e79ba(0x15d)]&&(_0x5f14dc['hookAnalyticsId']=_0x157751['rVaVn'](uuidv4));}}}if(_0x3d0d68[_0x4e79ba(0x154)]&&_0x5f14dc['markedStatus'])return;let _0x2d3fe0;try{_0x2d3fe0=this['getRootParentFile'](_0x5f14dc);}catch(_0x232e7f){logger['debug']('failed\x20to\x20get\x20root\x20parent\x20file\x20'+_0x232e7f),_0x2d3fe0=null;}let _0x53b9d8=[];_0x1558ef&&(_0x53b9d8=[_0x1558ef,_0x157751[_0x4e79ba(0x164)]]);const _0x242dea=_0x157751[_0x4e79ba(0x137)](_0x5f14dc[_0x4e79ba(0x207)],undefined)?util[_0x4e79ba(0x1de)](_0x5f14dc[_0x4e79ba(0x207)][0x0]):_0x157751[_0x4e79ba(0x137)](_0x1558ef,undefined)?_0x1558ef[_0x4e79ba(0x1a5)]():undefined,_0xa4e1fb=_0x2d3fe0?this[_0x4e79ba(0x182)](_0x2d3fe0):null,_0x2404b7=_0x2d3fe0?this[_0x4e79ba(0x1cf)][_0x4e79ba(0x1c3)](this[_0x4e79ba(0x1e7)](_0x5f14dc)):_0x157751[_0x4e79ba(0x146)];let _0x10ef77=_0x157751[_0x4e79ba(0x165)];const _0x5ae608=!_0x3d0d68['started']?new Date()['toISOString']():null;if(_0x3d0d68[_0x4e79ba(0x154)])_0x10ef77=_0x1558ef?_0x157751[_0x4e79ba(0x151)]:_0x157751[_0x4e79ba(0x1c9)],_0x5f14dc[_0x4e79ba(0x15d)]=!![];else _0x3d0d68[_0x4e79ba(0x176)]&&(_0x10ef77=_0x157751[_0x4e79ba(0x149)],_0x5f14dc[_0x4e79ba(0x15d)]=!![]);const _0x1295e3={'framework':this[_0x4e79ba(0x13f)],'uuid':_0x5f14dc[_0x4e79ba(0x1f6)]||_0x5f14dc['hookAnalyticsId'],'name':_0x5f14dc[_0x4e79ba(0x17d)],'body':{'lang':_0x157751[_0x4e79ba(0x1ab)],'code':_0x5f14dc[_0x4e79ba(0x181)][_0x4e79ba(0x1a5)]()},'type':_0x5f14dc[_0x4e79ba(0x16c)],'scope':_0x5f14dc[_0x4e79ba(0x1a6)](),'scopes':this[_0x4e79ba(0x119)](_0x5f14dc),'file_name':_0x2404b7,'vc_filepath':_0xa4e1fb?path['relative'](_0xa4e1fb,_0x2d3fe0):null,'location':_0x2404b7,'result':_0x10ef77,'failure_reason':_0x242dea,'duration_in_ms':_0x5f14dc[_0x4e79ba(0x117)]||(_0x3d0d68[_0x4e79ba(0x154)]||_0x3d0d68[_0x4e79ba(0x176)])?_0x157751[_0x4e79ba(0x15c)](Date[_0x4e79ba(0x13e)](),new Date(_0x5f14dc[_0x4e79ba(0x1da)])[_0x4e79ba(0x202)]()):null,'started_at':new Date(_0x5f14dc[_0x4e79ba(0x1da)])[_0x4e79ba(0x127)](),'finished_at':_0x5ae608,'failure':testOpsHelper[_0x4e79ba(0x187)][_0x4e79ba(0x1c6)](null,_0x53b9d8),'failure_type':!_0x242dea?null:testOpsHelper[_0x4e79ba(0x1af)](_0x242dea),'retry_of':_0x5f14dc[_0x4e79ba(0x196)]||null,'tags':_0x5f14dc[_0x4e79ba(0x1fc)]||[],'customRerunParam':{'rerun_name':_0x5f14dc[_0x4e79ba(0x1a6)]()}};_0x157751[_0x4e79ba(0x1b9)](appendTesthubParams,_0x1295e3,_0x29c4f0,_0x5f14dc,FRAMEWORKS[_0x4e79ba(0x175)]);if(_0x3d0d68[_0x4e79ba(0x126)])[_0x1295e3[_0x4e79ba(0x11b)],_0x1295e3['name']]=[this[_0x4e79ba(0x20a)](_0x5f14dc),_0x5f14dc[_0x4e79ba(0x1b1)][_0x4e79ba(0x1d8)]['title']],_0x3d0d68[_0x4e79ba(0x154)]?_0x157751[_0x4e79ba(0x1ee)](_0x1295e3[_0x4e79ba(0x1ac)],_0x157751['xzscZ'])&&(_0x1295e3[_0x4e79ba(0x1ac)]=_0x157751[_0x4e79ba(0x1c9)]):_0x1295e3[_0x4e79ba(0x181)]={};else _0x3d0d68[_0x4e79ba(0x1d8)]&&(this[_0x4e79ba(0x1c4)](_0x5f14dc),_0x3d0d68[_0x4e79ba(0x176)]&&this[_0x4e79ba(0x1f1)](_0x5f14dc),(_0x3d0d68[_0x4e79ba(0x154)]||_0x3d0d68[_0x4e79ba(0x176)])&&(_0x1295e3[_0x4e79ba(0x1ba)]=this[_0x4e79ba(0x1b8)](_0x5f14dc)));this[_0x4e79ba(0x123)]&&(_0x3d0d68[_0x4e79ba(0x1bd)]||_0x3d0d68[_0x4e79ba(0x176)])&&(_0x1295e3[_0x157751[_0x4e79ba(0x1b4)]]=this['getCBTInfo'](this[_0x4e79ba(0x123)]));_0x3d0d68[_0x4e79ba(0x1d8)]&&_0x3d0d68[_0x4e79ba(0x154)]&&_0x5f14dc[_0x4e79ba(0x1b3)]&&(_0x1295e3[_0x157751[_0x4e79ba(0x20e)]]={'feature':{'name':_0x5f14dc[_0x4e79ba(0x133)][_0x4e79ba(0x1b6)][_0x4e79ba(0x14c)],'path':_0x1295e3[_0x4e79ba(0x114)],'description':_0x5f14dc['parent'][_0x4e79ba(0x162)]},'scenario':{'name':_0x5f14dc['title']},'steps':_0x5f14dc[_0x4e79ba(0x1b3)]});const _0x25c000=_0x1295e3[_0x157751['IvLUD']][0x0];_0x25c000&&(_0x1295e3[_0x157751['ehHvR']]=_0x25c000[_0x157751[_0x4e79ba(0x1f8)]],_0x1295e3[_0x157751['NEeyR']]=_0x25c000[_0x157751[_0x4e79ba(0x1bb)]]);if(_0x5f14dc[_0x4e79ba(0x1b3)])for(const _0x10c5ee of _0x5f14dc[_0x4e79ba(0x1b3)]){!_0x10c5ee[_0x4e79ba(0x13c)]&&(_0x10c5ee[_0x4e79ba(0x13c)]=new Date()[_0x4e79ba(0x127)](),_0x157751['Eiula'](_0x10c5ee[_0x4e79ba(0x1ac)],_0x157751['nTbUg'])&&(_0x25c000?(_0x10c5ee[_0x4e79ba(0x1ac)]=_0x157751['xzscZ'],_0x10c5ee[_0x4e79ba(0x185)]=_0x25c000[_0x157751[_0x4e79ba(0x1f8)]][0x0]):_0x10c5ee['result']=_0x157751[_0x4e79ba(0x1c9)]));}const _0x41c9a8={};_0x41c9a8[_0x4e79ba(0x1d7)]=_0x3d0d68['skipped']?TEST_EVENTS[_0x4e79ba(0x1e1)]:_0x29c4f0;const _0x1b9be2=_0x41c9a8;return _0x3d0d68[_0x4e79ba(0x126)]?_0x1b9be2[_0x157751['NIhUw']]=_0x1295e3:_0x1b9be2[_0x157751[_0x4e79ba(0x15a)]]=_0x1295e3,_0x1b9be2;}catch(_0x2afe16){logger[_0x4e79ba(0x1bf)](_0x4e79ba(0x1c8)+_0x29c4f0+_0x4e79ba(0x16d)+_0x2afe16);}}async[a4_0x39d945(0x1f2)](_0x4a279e,_0x52b020){const _0x28a3db=a4_0x39d945;if(!this[_0x28a3db(0x19f)]||!_0x52b020||!_0x4a279e)return![];try{return await SessionHandler['uploadEventData'](_0x52b020);}catch(_0x322553){logger[_0x28a3db(0x1bf)](_0x28a3db(0x198)+_0x4a279e+_0x28a3db(0x16d)+_0x322553);}}[a4_0x39d945(0x17a)](_0x312e76){const _0x4db85b=a4_0x39d945,_0x59e6a2={};_0x59e6a2['yFWMx']=_0x4db85b(0x1d2);const _0x49f1f6=_0x59e6a2;return{'id':_0x312e76[_0x4db85b(0x16a)],'text':_0x312e76['text'],'keyword':_0x312e76[_0x4db85b(0x188)],'started_at':_0x312e76[_0x4db85b(0x1da)]['toISOString'](),'result':_0x49f1f6[_0x4db85b(0x1ef)]};}[a4_0x39d945(0x14b)](_0x4292d8){const _0x1c6267=a4_0x39d945,_0x202f92={'FmqiO':function(_0x481c87){return _0x481c87();}};!this['currentTest'][_0x1c6267(0x1b3)]&&(this[_0x1c6267(0x12f)][_0x1c6267(0x1b3)]=[]),!_0x4292d8[_0x1c6267(0x16a)]&&(_0x4292d8[_0x1c6267(0x16a)]=_0x202f92['FmqiO'](uuidv4),_0x4292d8['startedAt']=new Date(),this[_0x1c6267(0x12f)][_0x1c6267(0x1b3)]['push'](this['initializeBddStep'](_0x4292d8)));}[a4_0x39d945(0x19d)](_0x92bbd8){const _0x203e98=a4_0x39d945,_0x57de1d={'ccSGc':function(_0x5295ce,_0x230dfd){return _0x5295ce(_0x230dfd);},'IytIK':_0x203e98(0x112),'OUAKI':'pending','efyhP':_0x203e98(0x183),'nshYa':function(_0x290697,_0x25882c){return _0x290697-_0x25882c;}};let _0x3b9d82=this['currentTest'][_0x203e98(0x1b3)]['find'](_0xb69903=>_0xb69903['id']===_0x92bbd8['stepAnalyticsId']);_0x57de1d[_0x203e98(0x156)](isUndefined,_0x3b9d82)&&(_0x3b9d82=this[_0x203e98(0x17a)](_0x92bbd8)),_0x3b9d82[_0x203e98(0x1ac)]=[_0x57de1d[_0x203e98(0x18b)],_0x57de1d[_0x203e98(0x1f0)]][_0x203e98(0x1c7)](_0x92bbd8['status'])?_0x57de1d[_0x203e98(0x172)]:_0x92bbd8[_0x203e98(0x180)],_0x3b9d82[_0x203e98(0x13c)]=new Date()[_0x203e98(0x127)](),_0x3b9d82['duration']=_0x57de1d[_0x203e98(0x191)](Date[_0x203e98(0x13e)](),_0x92bbd8['startedAt'][_0x203e98(0x202)]()),_0x3b9d82[_0x203e98(0x185)]=_0x92bbd8[_0x203e98(0x1ae)]?_0x92bbd8[_0x203e98(0x1ae)][_0x203e98(0x205)]:null;}}function a4_0x52bf(_0x37999e,_0x1ac64f){const _0x1ca4f2=a4_0x1ca4();return a4_0x52bf=function(_0x52bf1f,_0x2cd685){_0x52bf1f=_0x52bf1f-0x112;let _0x1cc49e=_0x1ca4f2[_0x52bf1f];return _0x1cc49e;},a4_0x52bf(_0x37999e,_0x1ac64f);}const a4_0x20065e={};function a4_0x1ca4(){const _0x10e98d=['frameworkName','cDKLz','Dvzso','location_prefix','VgrQO','constructor','fjXeI','JOcVT','smDiE','string','ajJXl','codeceptjs','bddStepStart','name','sendCBTInfo','groups','wjVxC','STATE_PASSED','xzscZ','ERhix','../../helpers/test-observability/sessionHandler','finished','bNlDn','ccSGc','HookRunStarted','lmMgM','CTcJJ','BTBhX','test_run','mBrXF','markedStatus','_beforeAll','../playwright/sessionDetails','./helper.js','hookAnalyticsId','comment','pendingHookEvents','NVRaK','nTbUg','TEST_RUN_SKIPPED','failed','5|0|4|1|2|3','MPfpH','stepAnalyticsId','aQJAy','type','\x20with\x20error\x20:\x20','uploadEventData','wxpLa','browserstack','.git','efyhP','bs:addLog:','currentHook','CODECEPT','skipped','wsEndpoint','hasLiveDriverSession','KuHkj','initializeBddStep','LOMVd','TEST_RUN_STARTED','title','xrjYa','uploadData','status','body','findGitConfig','passed','YEnaU','failure','connect','failureData','keyword','replace','expanded','IytIK','xsXDW','_afterEach','javascript','CBTSessionCreated','failure_backtrace','nshYa','eventType','../../helpers/testhub/utils.js','../../helpers/logger','WYNET','retryOf','file','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','uuid','_afterAll','rSfoZ','shutdown','bddStepFinish','NiaCX','enabled','getCBTInfo','1248816rFcdQF','lrSww','TestRunSkipped','start','toString','fullTitle','LnwvK','logs','ZUuWQ','PathHelper','lmoIA','result','40YLbydF','err','getFailureType','rVaVn','ctx','appendTestItemLog','bddSteps','RBNVN','failure_reason_expanded','feature','HOOK_RUN_STARTED','getHooksForTest','aWOtQ','hooks','dobqO','4078115BFeyIf','started','3511152TzUkSN','debug','toLowerCase','forEach','PLAYWRIGHT_HUB_URL','prefixTestPath','mapTestHooks','stringify','apply','includes','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','vKWvn','setupBrowserDetails','nrhZd','_testEnv','bufferPendingHookEvent','getInstance','_paths','BROWSERSTACK','dirname','pending','Failed\x20to\x20flush\x20pending\x20hook\x20event\x20','concat','WSsSw','suites','event_type','test','launch','startedAt','ONLyO','RyXmF','__platformCaps','inspect','2501368rWQwun','_beforeEach','TEST_RUN_FINISHED','accessibilityPlatform','obsBrowserTypeMockApplied','1729DgTxPA','captureEvent','removeAllListeners','getRootParentFile','STATE_FAILED','AxaGY','hook_run','HbHuo','../playwright/accessibility-helper','wyFtc','chuhe','yFWMx','OUAKI','resetSkipTestHooks','fireEvent','patchConsoleLogger','keys','doCcT','testAnalyticsId','rlMzj','vEWHz','HookRunFinished','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','ANEWv','tags','integrations','stop','../../helpers/test-observability/utils','Not\x20able\x20to\x20import\x20Browser','__cloud_provider___','getTime','674026Ewnvqj','exports','message','7950573pfQvYq','errorsDetailed','WMsWb','TEST_EVENTS','getHookType','push','RPNIa','xIlWI','txBVU','success','flushPendingHookEvents','file_name','../mocha/test-observability/mochaUtils','length','duration','test_run_uuid','getHierarchy','DHuGC','hook_type','util','defineProperty','18AMLkHr','eFEQw','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','session_id','yndXV','driver','mAgbV','MflSq','hook','toISOString','hook_run_uuid','AQdQp','toUpperCase','splice','glIKL','path','match','currentTest','gEBvD','APAJv','hpDYi','parent','TEST_REPORTING_ANALYTICS','fMPOG','then','AgSKq','pid','pXSyX','TestRunStarted','join','finished_at','format','now'];a4_0x1ca4=function(){return _0x10e98d;};return a4_0x1ca4();}a4_0x20065e['O11yHelper']=O11yHelper,a4_0x20065e[a4_0x39d945(0x150)]=STATE_PASSED,a4_0x20065e[a4_0x39d945(0x1e8)]=STATE_FAILED,a4_0x20065e[a4_0x39d945(0x209)]=TEST_EVENTS,module[a4_0x39d945(0x204)]=a4_0x20065e;
1
+ const a4_0x2386bb=a4_0x4b6b;function a4_0x4b6b(_0xf7a214,_0x13d30c){const _0x2b3a60=a4_0x2b3a();return a4_0x4b6b=function(_0x4b6bc2,_0x29982b){_0x4b6bc2=_0x4b6bc2-0x1be;let _0x2023dc=_0x2b3a60[_0x4b6bc2];return _0x2023dc;},a4_0x4b6b(_0xf7a214,_0x13d30c);}(function(_0xfa3180,_0x326456){const _0x517e72=a4_0x4b6b,_0x47f36e=_0xfa3180();while(!![]){try{const _0x44209c=-parseInt(_0x517e72(0x20c))/0x1+-parseInt(_0x517e72(0x253))/0x2+-parseInt(_0x517e72(0x29b))/0x3+-parseInt(_0x517e72(0x242))/0x4+parseInt(_0x517e72(0x29a))/0x5*(parseInt(_0x517e72(0x1f6))/0x6)+parseInt(_0x517e72(0x257))/0x7+parseInt(_0x517e72(0x249))/0x8;if(_0x44209c===_0x326456)break;else _0x47f36e['push'](_0x47f36e['shift']());}catch(_0xb571ff){_0x47f36e['push'](_0x47f36e['shift']());}}}(a4_0x2b3a,0x517c9));const path=require('path'),util=require(a4_0x2386bb(0x22a)),fs=require('fs'),{v4:uuidv4}=require(a4_0x2386bb(0x258)),{resolveBrowserTypeClass,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x2386bb(0x20e)),testOpsHelper=require(a4_0x2386bb(0x1f2)),{getTestEnv}=require('../mocha/test-observability/mochaUtils'),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),logger=require(a4_0x2386bb(0x1c9))['winstonLogger'],SessionHandler=require(a4_0x2386bb(0x2a0)),RequestQueueHandler=require(a4_0x2386bb(0x1e0)),PlaywrightSessionDetails=require(a4_0x2386bb(0x2aa)),debug=testOpsHelper[a4_0x2386bb(0x264)],{processAccessibilityCaps}=require(a4_0x2386bb(0x223)),Constants=require('../utils/constants'),{fetchPlatformDetails}=require(a4_0x2386bb(0x1ee)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x2386bb(0x266)),constants=require(a4_0x2386bb(0x1de)),STATE_PASSED=a4_0x2386bb(0x283),STATE_FAILED=a4_0x2386bb(0x1c6),a4_0x467f53={};a4_0x467f53[a4_0x2386bb(0x235)]='TestRunStarted',a4_0x467f53['TEST_RUN_FINISHED']=a4_0x2386bb(0x273),a4_0x467f53[a4_0x2386bb(0x265)]=a4_0x2386bb(0x24e),a4_0x467f53[a4_0x2386bb(0x1e8)]='HookRunStarted',a4_0x467f53[a4_0x2386bb(0x1ef)]='HookRunFinished';const TEST_EVENTS=a4_0x467f53,parseEvent=_0x50d4ff=>{const _0x33e347=a4_0x2386bb,_0x303095={};_0x303095['qCFXI']=function(_0x450cb3,_0x48d4a5){return _0x450cb3<_0x48d4a5;},_0x303095['szzNV']=function(_0x22a25a,_0x2ee520){return _0x22a25a===_0x2ee520;},_0x303095[_0x33e347(0x1f3)]=_0x33e347(0x25e),_0x303095[_0x33e347(0x279)]=_0x33e347(0x295),_0x303095[_0x33e347(0x21e)]=_0x33e347(0x282),_0x303095[_0x33e347(0x1c7)]=_0x33e347(0x1e4),_0x303095[_0x33e347(0x252)]='finished';const _0x1d5178=_0x303095,_0xcafb17=_0x50d4ff[_0x33e347(0x246)](/^(.*)Run(.*)$/);if(!_0xcafb17)return null;if(_0x1d5178[_0x33e347(0x1e3)](_0xcafb17[_0x33e347(0x243)],0x3))return null;const _0xddb2a5=_0xcafb17[0x1][_0x33e347(0x286)](),_0x2ee37e=_0xcafb17[0x2][_0x33e347(0x286)]();return{'test':_0x1d5178[_0x33e347(0x22f)](_0xddb2a5,_0x1d5178[_0x33e347(0x1f3)]),'hook':_0x1d5178[_0x33e347(0x22f)](_0xddb2a5,_0x1d5178[_0x33e347(0x279)]),'skipped':_0x1d5178['szzNV'](_0x2ee37e,_0x1d5178['QnRYB']),'started':_0x1d5178[_0x33e347(0x22f)](_0x2ee37e,_0x1d5178[_0x33e347(0x1c7)]),'finished':_0x1d5178['szzNV'](_0x2ee37e,_0x1d5178['iGDOD'])};},mockPWBrowserType=_0x38eeae=>{const _0x150eb3=a4_0x2386bb,_0x47586d={'hkaoX':function(_0x2306f6,_0x3e5e2a,_0x2de586){return _0x2306f6(_0x3e5e2a,_0x2de586);},'yBlNn':_0x150eb3(0x209),'FaVgP':function(_0x3e933c,_0xf2d4fa){return _0x3e933c(_0xf2d4fa);},'kbDmV':_0x150eb3(0x1f8),'LcyFG':function(_0x14016d,_0x268ff3){return _0x14016d===_0x268ff3;},'DKzLC':_0x150eb3(0x1d0),'jyvJj':function(_0x379e5c){return _0x379e5c();},'UsQAd':function(_0x1cd2f9,_0x42ce10){return _0x1cd2f9(_0x42ce10);},'bAAlr':_0x150eb3(0x25d),'rXmLd':'connect','KNxZZ':_0x150eb3(0x2a4)},_0x376447=_0x47586d[_0x150eb3(0x1fc)](resolveBrowserTypeClass);if(!_0x376447){_0x47586d[_0x150eb3(0x274)](debug,_0x47586d['bAAlr']);return;}const _0x171bb2=_0x376447[_0x150eb3(0x1c3)];if(_0x171bb2['obsBrowserTypeMockApplied'])return;const _0x444e73=_0x171bb2[_0x150eb3(0x1ca)];Object['defineProperty'](_0x171bb2,_0x47586d['rXmLd'],{'get':function(){const _0x6c730e={'zbJwr':function(_0x2aaf0c,_0x5be429){const _0x5f5a74=a4_0x4b6b;return _0x47586d[_0x5f5a74(0x24a)](_0x2aaf0c,_0x5be429);},'dYlIh':_0x47586d['DKzLC']};return async function _0x310b04(_0x167a2c,_0x4517db){const _0x5e4da0=a4_0x4b6b,_0x54af04=_0x47586d[_0x5e4da0(0x216)](nestedKeyValue,_0x167a2c,[_0x47586d[_0x5e4da0(0x1e5)]])||_0x167a2c;let _0x5f2ee2=null,_0x44ad4f=null;try{[_0x44ad4f,_0x5f2ee2]=_0x54af04?_0x47586d[_0x5e4da0(0x284)](parseWSEndpoint,_0x54af04):[null,null],global[_0x5e4da0(0x280)]=_0x5f2ee2,logger[_0x5e4da0(0x264)](_0x5e4da0(0x1ce)+_0x44ad4f),_0x44ad4f[_0x5e4da0(0x28a)](Constants[_0x5e4da0(0x289)])&&(global['__cloud_provider___']=_0x47586d[_0x5e4da0(0x25c)]);}catch(_0x5ce01b){logger['debug']('Failed\x20to\x20parse\x20wsendpoint\x20'+_0x54af04+'\x20'+_0x5ce01b);}_0x47586d[_0x5e4da0(0x216)](processAccessibilityCaps,_0x5f2ee2,_0x44ad4f);if(global[_0x5e4da0(0x277)]){const _0x3a33ee=await _0x171bb2[_0x5e4da0(0x244)][_0x5e4da0(0x24b)](this,[''+Constants[_0x5e4da0(0x23e)]+_0x47586d[_0x5e4da0(0x284)](encodeURIComponent,JSON[_0x5e4da0(0x207)](_0x5f2ee2))]);return PlaywrightSessionDetails['setupBrowserDetails'](_0x3a33ee,_0x38eeae,_0x54af04),_0x3a33ee;}return _0x444e73[_0x5e4da0(0x24b)](this,arguments)['then'](_0x6663df=>{const _0x424503=_0x5e4da0;let _0x317d5d=_0x167a2c['wsEndpoint'];return _0x6c730e['zbJwr'](typeof _0x167a2c,_0x6c730e[_0x424503(0x248)])&&(_0x317d5d=_0x167a2c),PlaywrightSessionDetails[_0x424503(0x22d)](_0x6663df,_0x38eeae,_0x317d5d),_0x6663df;});};}});const _0x4d9c61=_0x171bb2[_0x150eb3(0x2a4)];Object[_0x150eb3(0x247)](_0x171bb2,_0x47586d['KNxZZ'],{'get':function(){return async function _0x5b2ac6(){const _0x32d483=a4_0x4b6b;return _0x4d9c61[_0x32d483(0x24b)](this,arguments)[_0x32d483(0x212)](_0xbce352=>{return PlaywrightSessionDetails['setupBrowserDetails'](_0xbce352,null),_0xbce352;});};}});};class O11yHelper{[a4_0x2386bb(0x1c8)]=null;[a4_0x2386bb(0x1bf)]=null;[a4_0x2386bb(0x1ff)]=![];['frameworkName']=![];['pendingHookEvents']=[];constructor(_0x1d61b5,_0x4b13b7){const _0x429e2a=a4_0x2386bb,_0x4f3e57={'FcNZp':_0x429e2a(0x2ab),'tPhvh':function(_0x2dce59){return _0x2dce59();},'Mukhh':function(_0x3f3ded){return _0x3f3ded();},'zfmZC':function(_0x283474,_0x5edab4){return _0x283474===_0x5edab4;},'ArfPI':'Playwright','SKjKn':function(_0x55e60e,_0x4b94f6){return _0x55e60e(_0x4b94f6);}},_0x267e8e=_0x4f3e57[_0x429e2a(0x25b)][_0x429e2a(0x26a)]('|');let _0x4c68ce=0x0;while(!![]){switch(_0x267e8e[_0x4c68ce++]){case'0':this[_0x429e2a(0x22e)]=_0x4f3e57[_0x429e2a(0x239)](getTestEnv);continue;case'1':this[_0x429e2a(0x2a2)]=new testOpsHelper[(_0x429e2a(0x1db))]({'cwd':process[_0x429e2a(0x1c5)]()},this[_0x429e2a(0x22e)][_0x429e2a(0x297)]);continue;case'2':this[_0x429e2a(0x1ff)]=_0x4f3e57[_0x429e2a(0x281)](shouldProcessEventForTesthub);continue;case'3':this[_0x429e2a(0x1da)]=_0x4b13b7['frameworkName'];continue;case'4':this[_0x429e2a(0x20b)]&&_0x4f3e57[_0x429e2a(0x20a)](this[_0x429e2a(0x20b)]['constructor'][_0x429e2a(0x21f)],_0x4f3e57[_0x429e2a(0x220)])&&_0x4f3e57['SKjKn'](mockPWBrowserType,null);continue;case'5':this[_0x429e2a(0x20b)]=_0x1d61b5;continue;}break;}}[a4_0x2386bb(0x1dc)](){const _0x16cf11=a4_0x2386bb,_0x427690={'ZAWsd':function(_0x23420d,_0x5b4dcf){return _0x23420d(_0x5b4dcf);}};if(!this[_0x16cf11(0x20b)])return![];try{const _0x70f62c=_0x427690[_0x16cf11(0x250)](fetchPlatformDetails,this[_0x16cf11(0x20b)]);if(!_0x70f62c)return![];const _0x54dc46=Object[_0x16cf11(0x1f1)](_0x70f62c)[0x0];return!!(_0x54dc46&&_0x70f62c[_0x54dc46]&&_0x70f62c[_0x54dc46][_0x16cf11(0x23a)]);}catch(_0x2a22c0){return![];}}[a4_0x2386bb(0x21a)](_0x4e06d4,_0xe917f4){const _0x35c9eb=a4_0x2386bb;if(!_0xe917f4)return;const _0x98d25d={};_0x98d25d[_0x35c9eb(0x28d)]=_0x4e06d4,_0x98d25d[_0x35c9eb(0x29f)]=_0xe917f4,this[_0x35c9eb(0x28f)][_0x35c9eb(0x26c)](_0x98d25d);}async['flushPendingHookEvents'](){const _0x4f878a=a4_0x2386bb,_0x2dad95={};_0x2dad95['eJUEL']=function(_0x237a3c,_0x57ebd2){return _0x237a3c&&_0x57ebd2;};const _0x17dc23=_0x2dad95;if(!this[_0x4f878a(0x28f)]['length'])return;if(!this[_0x4f878a(0x1dc)]())return;const _0x3ef676=this[_0x4f878a(0x1c2)](this['driver']),_0x189f48=this[_0x4f878a(0x28f)][_0x4f878a(0x1cc)](0x0,this[_0x4f878a(0x28f)]['length']);for(const {eventType:_0x5a2590,uploadData:_0x534536}of _0x189f48){try{const _0x5d526a=_0x534536[_0x4f878a(0x1fa)]||_0x534536[_0x4f878a(0x1e6)];_0x17dc23['eJUEL'](_0x5d526a,_0x3ef676)&&(_0x5d526a[_0x4f878a(0x259)]=_0x3ef676),await this[_0x4f878a(0x240)](_0x5a2590,_0x534536);}catch(_0x30544d){logger[_0x4f878a(0x264)]('Failed\x20to\x20flush\x20pending\x20hook\x20event\x20'+_0x5a2590+':\x20'+util[_0x4f878a(0x1df)](_0x30544d));}}}['start'](){const _0x47b033=a4_0x2386bb;if(!this[_0x47b033(0x1ff)])return;testOpsHelper[_0x47b033(0x1c4)](),process['removeAllListeners'](_0x47b033(0x29e)+process[_0x47b033(0x202)]),process['on'](_0x47b033(0x29e)+process[_0x47b033(0x202)],this[_0x47b033(0x1d6)][_0x47b033(0x1cb)](this));}async[a4_0x2386bb(0x221)](){const _0x1c574e=a4_0x2386bb;await RequestQueueHandler[_0x1c574e(0x24c)]()[_0x1c574e(0x20f)]();}async[a4_0x2386bb(0x1d6)](_0x5aaf12){const _0x31e317=a4_0x2386bb,_0x3a8431={'AwzOi':'LogCreated','ZMgQq':function(_0x4d37c6,_0x2f31c4){return _0x4d37c6(_0x2f31c4);}};try{this[_0x31e317(0x1bf)]&&!this[_0x31e317(0x1bf)][_0x31e317(0x201)]&&(_0x5aaf12[_0x31e317(0x1f7)]=this[_0x31e317(0x1bf)][_0x31e317(0x1cd)]);!_0x5aaf12[_0x31e317(0x1f7)]&&this[_0x31e317(0x1c8)]&&!this[_0x31e317(0x1c8)][_0x31e317(0x201)]&&(_0x5aaf12['test_run_uuid']=this[_0x31e317(0x1c8)][_0x31e317(0x26b)]);if(_0x5aaf12[_0x31e317(0x1f7)]||_0x5aaf12['test_run_uuid']){const _0x4c161f={};_0x4c161f[_0x31e317(0x1d5)]=_0x3a8431[_0x31e317(0x27c)],_0x4c161f[_0x31e317(0x2ac)]=[_0x5aaf12],await SessionHandler['uploadEventData'](_0x4c161f);}}catch(_0x50c723){_0x3a8431[_0x31e317(0x21c)](debug,'Exception\x20in\x20uploading\x20log\x20data\x20to\x20'+constants[_0x31e317(0x270)]+_0x31e317(0x1d8)+_0x50c723);}}async['sendCBTInfo'](_0x64cf2f){const _0x3a1ca8=a4_0x2386bb,_0x20f39d={'XUOJy':_0x3a1ca8(0x292),'OgLPa':function(_0x16fdc5,_0x58726e){return _0x16fdc5(_0x58726e);}};if(!this['enabled'])return;const _0xf9d0a9=this['getCBTInfo'](this[_0x3a1ca8(0x20b)]);try{const _0x46cba4={};_0x46cba4[_0x3a1ca8(0x258)]=_0x64cf2f,_0x46cba4[_0x3a1ca8(0x259)]=_0xf9d0a9;const _0x187ee5=_0x46cba4,_0x774aca={};_0x774aca[_0x3a1ca8(0x1d5)]=_0x20f39d[_0x3a1ca8(0x210)],_0x774aca[_0x3a1ca8(0x1e6)]=_0x187ee5,await SessionHandler[_0x3a1ca8(0x1fb)](_0x774aca);}catch(_0x2755ea){_0x20f39d[_0x3a1ca8(0x225)](debug,_0x3a1ca8(0x234)+constants[_0x3a1ca8(0x270)]+'\x20with\x20error\x20:\x20'+_0x2755ea);}}[a4_0x2386bb(0x1c2)](_0x14a60a){const _0x41c67a={'vRpYG':function(_0xebf3a3,_0x44f5ed){return _0xebf3a3(_0x44f5ed);}};return _0x41c67a['vRpYG'](fetchPlatformDetails,_0x14a60a);}['resetSkipTestHooks']=_0x16947f=>{const _0x34054e=a4_0x2386bb,_0x1979a1={};_0x1979a1[_0x34054e(0x263)]='_beforeEach',_0x1979a1[_0x34054e(0x25a)]=_0x34054e(0x200);const _0x5dac20=_0x1979a1;if(!_0x16947f||!_0x16947f[_0x34054e(0x1ed)])return;[_0x5dac20[_0x34054e(0x263)],_0x5dac20[_0x34054e(0x25a)]]['forEach'](_0x3665eb=>{const _0xe35f1d=_0x34054e,_0x40669b=_0x16947f[_0xe35f1d(0x1ed)][_0x3665eb];_0x40669b[_0xe35f1d(0x237)](_0x39e46e=>{const _0x2b5598=_0xe35f1d;_0x39e46e[_0x2b5598(0x1cd)]&&(_0x39e46e[_0x2b5598(0x1cd)]=null);});});};[a4_0x2386bb(0x254)](_0x10316b){const _0x53f511=a4_0x2386bb,_0x332b4d={'GoRQq':_0x53f511(0x299),'emjRH':function(_0x3cf24c){return _0x3cf24c();},'aFgcY':function(_0x47e4ed,_0x309fbd){return _0x47e4ed===_0x309fbd;},'JlTVi':_0x53f511(0x200),'NApZM':_0x53f511(0x1d9),'KLXmb':_0x53f511(0x241),'UmSLE':_0x53f511(0x1ea)};if(!_0x10316b||!_0x10316b[_0x53f511(0x1ed)])return;[_0x332b4d[_0x53f511(0x205)],_0x332b4d[_0x53f511(0x28c)],_0x332b4d['UmSLE'],_0x332b4d['JlTVi']][_0x53f511(0x237)](_0x353ee1=>{const _0x58d79c=_0x53f511,_0x1190d7=_0x10316b[_0x58d79c(0x1ed)][_0x353ee1]||[];_0x1190d7[_0x58d79c(0x237)](_0x372ca8=>{const _0xdea66c=_0x58d79c;if(_0x372ca8[_0xdea66c(0x219)][_0xdea66c(0x28a)](_0x332b4d[_0xdea66c(0x23c)]))return;if(!_0x372ca8[_0xdea66c(0x1cd)])_0x372ca8[_0xdea66c(0x1cd)]=_0x332b4d[_0xdea66c(0x296)](uuidv4);else _0x372ca8[_0xdea66c(0x201)]&&_0x332b4d[_0xdea66c(0x222)](_0x353ee1,_0x332b4d[_0xdea66c(0x1f4)])&&(_0x372ca8[_0xdea66c(0x1cd)]=_0x332b4d[_0xdea66c(0x296)](uuidv4),delete _0x372ca8[_0xdea66c(0x201)]);});}),this['mapTestHooks'](_0x10316b[_0x53f511(0x1ed)]);}['getHooksForTest'](_0x35b702){const _0x337ea2=a4_0x2386bb,_0x293eac={};_0x293eac[_0x337ea2(0x28b)]='_beforeAll',_0x293eac[_0x337ea2(0x1c0)]=_0x337ea2(0x241),_0x293eac['OlTWJ']='_beforeEach',_0x293eac[_0x337ea2(0x1d2)]=_0x337ea2(0x200);const _0x550db1=_0x293eac;if(!_0x35b702||!_0x35b702[_0x337ea2(0x1ed)])return[];const _0x40cd79=[];return[_0x550db1[_0x337ea2(0x28b)],_0x550db1[_0x337ea2(0x1c0)],_0x550db1[_0x337ea2(0x291)],_0x550db1[_0x337ea2(0x1d2)]][_0x337ea2(0x237)](_0x2f9b79=>{const _0x302433=_0x337ea2,_0x4afaed=_0x35b702[_0x302433(0x1ed)][_0x2f9b79]||[];_0x4afaed[_0x302433(0x237)](_0x4a877f=>{const _0x2ac56c=_0x302433;_0x4a877f[_0x2ac56c(0x1cd)]&&_0x40cd79[_0x2ac56c(0x26c)](_0x4a877f['hookAnalyticsId']);});}),[][_0x337ea2(0x224)](_0x40cd79,this[_0x337ea2(0x245)](_0x35b702['parent']));}[a4_0x2386bb(0x21b)](_0x1caf98){const _0x3edffb=a4_0x2386bb,_0x8c07f1=/^"(?<hook>.*)" hook:.*$/,_0x360a7b=_0x1caf98['title'],_0x45aa84=_0x360a7b['match'](_0x8c07f1);if(_0x45aa84&&_0x45aa84['groups'])return _0x45aa84[_0x3edffb(0x260)][_0x3edffb(0x295)][_0x3edffb(0x1d4)]()[_0x3edffb(0x269)]('\x20','_');return null;}[a4_0x2386bb(0x204)](_0x1a2967){const _0x3c2c23=a4_0x2386bb,_0x1b1b13={};_0x1b1b13[_0x3c2c23(0x28e)]=function(_0x253c9b,_0x59ec7b){return _0x253c9b===_0x59ec7b;},_0x1b1b13[_0x3c2c23(0x24d)]='.git';const _0x4db608=_0x1b1b13,_0x11b81f=path['sep'];if(_0x4db608[_0x3c2c23(0x28e)](_0x1a2967,null)||_0x4db608['IvNxU'](_0x1a2967,'')||_0x4db608[_0x3c2c23(0x28e)](_0x1a2967,_0x11b81f)||_0x4db608[_0x3c2c23(0x28e)](_0x1a2967,path[_0x3c2c23(0x276)](_0x1a2967)))return null;try{return fs[_0x3c2c23(0x2a6)](path[_0x3c2c23(0x227)](_0x1a2967,_0x4db608[_0x3c2c23(0x24d)])),_0x1a2967;}catch(_0x231fe4){const _0x5eebf6=path[_0x3c2c23(0x276)](_0x1a2967);return this[_0x3c2c23(0x204)](_0x5eebf6);}}['getRootParentFile'](_0x3cd84b){const _0x4c4d58=a4_0x2386bb,_0x35e6bf={};_0x35e6bf[_0x4c4d58(0x27e)]=function(_0x3614c2,_0x42e44a){return _0x3614c2>_0x42e44a;};const _0x1fa7e4=_0x35e6bf;if(_0x3cd84b['file'])return _0x3cd84b[_0x4c4d58(0x267)];if(_0x3cd84b[_0x4c4d58(0x1d1)]){const _0x427bd6=_0x3cd84b[_0x4c4d58(0x1d1)][_0x4c4d58(0x1c8)]?this[_0x4c4d58(0x1f5)](_0x3cd84b['ctx'][_0x4c4d58(0x1c8)]):null;if(_0x427bd6)return _0x427bd6;}if(_0x3cd84b['parent']){const _0x38e673=this['getRootParentFile'](_0x3cd84b[_0x4c4d58(0x1ed)])||(_0x3cd84b[_0x4c4d58(0x1ed)]['ctx']&&_0x3cd84b['parent'][_0x4c4d58(0x1d1)][_0x4c4d58(0x1c8)]?this[_0x4c4d58(0x1f5)](_0x3cd84b[_0x4c4d58(0x1ed)][_0x4c4d58(0x1d1)]['currentTest']):null);if(_0x38e673)return _0x38e673;_0x3cd84b[_0x4c4d58(0x1ed)][_0x4c4d58(0x1cf)]&&_0x1fa7e4[_0x4c4d58(0x27e)](_0x3cd84b[_0x4c4d58(0x1ed)][_0x4c4d58(0x1cf)][_0x4c4d58(0x243)],0x0)&&_0x3cd84b[_0x4c4d58(0x1ed)][_0x4c4d58(0x1cf)][_0x4c4d58(0x237)](_0x50efa3=>{const _0x305a85=_0x4c4d58,_0x287ac2=_0x50efa3[_0x305a85(0x1d1)]?this['getRootParentFile'](_0x50efa3['ctx']):null;if(_0x287ac2)return _0x287ac2;});}return null;}[a4_0x2386bb(0x22c)](_0x5cfde5){const _0x3c99bc=a4_0x2386bb,_0x157ddf={};_0x157ddf[_0x3c99bc(0x29d)]=function(_0xaf5fe3,_0x2ccb42){return _0xaf5fe3!==_0x2ccb42;};const _0x2c10f4=_0x157ddf,_0x2db0a7=[];if(_0x5cfde5&&_0x5cfde5['parent']){let _0xe88fc4=_0x5cfde5[_0x3c99bc(0x1ed)];while(_0xe88fc4&&_0x2c10f4['HRVjW'](_0xe88fc4[_0x3c99bc(0x219)],'')){_0x2db0a7[_0x3c99bc(0x26c)](_0xe88fc4[_0x3c99bc(0x219)]),_0xe88fc4=_0xe88fc4[_0x3c99bc(0x1ed)];}}return _0x2db0a7;}[a4_0x2386bb(0x232)](_0x457761,_0x3a59df,_0x2d4610=undefined){const _0x5ea499=a4_0x2386bb,_0x4ed13d={'rJzDc':function(_0x27b152,_0x30bb91){return _0x27b152(_0x30bb91);},'dexCI':function(_0x46e8b8){return _0x46e8b8();},'rnbWF':function(_0x850274){return _0x850274();},'VsgoN':function(_0x221e45){return _0x221e45();},'wIItx':function(_0x3c6591){return _0x3c6591();},'wbSGb':_0x5ea499(0x22b),'ydLHF':function(_0x33a15f,_0x1ed780){return _0x33a15f!==_0x1ed780;},'yCjHr':_0x5ea499(0x26d),'GYBwj':_0x5ea499(0x1ec),'NnIiT':_0x5ea499(0x1c6),'zYHCZ':_0x5ea499(0x283),'FIGQc':_0x5ea499(0x282),'oVeCe':'javascript','SdHcp':function(_0xc92260,_0x2072cf){return _0xc92260-_0x2072cf;},'BUNxQ':function(_0x279ff1,_0x22cabc,_0x416474,_0xd2ed8d,_0x1666f4){return _0x279ff1(_0x22cabc,_0x416474,_0xd2ed8d,_0x1666f4);},'AbQGo':_0x5ea499(0x259),'GjdQF':_0x5ea499(0x294),'rgasJ':_0x5ea499(0x23f),'BDUKD':_0x5ea499(0x23b),'hTxAS':_0x5ea499(0x1e1),'wOneQ':_0x5ea499(0x1f9),'AtlhF':_0x5ea499(0x230),'FSevh':function(_0x3ea048,_0x5658e8){return _0x3ea048===_0x5658e8;},'AbGkE':_0x5ea499(0x1fa),'eiRfP':_0x5ea499(0x1e6)};if(!this['enabled'])return;try{if(_0x3a59df['fn']&&_0x3a59df['fn'][_0x5ea499(0x27d)]()[_0x5ea499(0x246)](/browserstack internal helper hook/))return;const _0xd3748e=_0x4ed13d[_0x5ea499(0x2a1)](parseEvent,_0x457761);if(!_0xd3748e)return;if(_0xd3748e[_0x5ea499(0x25e)]){this[_0x5ea499(0x1c8)]=_0x3a59df,this['currentHook']=null;if(_0xd3748e[_0x5ea499(0x1e4)]||_0xd3748e['skipped']){_0x3a59df[_0x5ea499(0x2a8)]=new Date(),_0x3a59df[_0x5ea499(0x201)]=![];if(!_0x3a59df['testAnalyticsId'])_0x3a59df[_0x5ea499(0x26b)]=_0x4ed13d[_0x5ea499(0x24f)](uuidv4);else _0x3a59df[_0x5ea499(0x201)]&&(!_0x3a59df[_0x5ea499(0x1e2)]&&(_0x3a59df[_0x5ea499(0x1e2)]=_0x3a59df[_0x5ea499(0x26b)]),_0x3a59df['testAnalyticsId']=_0x4ed13d[_0x5ea499(0x288)](uuidv4));}}else{if(_0xd3748e[_0x5ea499(0x295)]){this[_0x5ea499(0x1bf)]=_0x3a59df;if(_0xd3748e['started']){_0x3a59df[_0x5ea499(0x2a8)]=new Date(),_0x3a59df[_0x5ea499(0x201)]=![];if(!_0x3a59df[_0x5ea499(0x1cd)])_0x3a59df[_0x5ea499(0x1cd)]=_0x4ed13d[_0x5ea499(0x226)](uuidv4);else _0x3a59df['hookAnalyticsId']&&_0x3a59df[_0x5ea499(0x201)]&&(_0x3a59df['hookAnalyticsId']=_0x4ed13d[_0x5ea499(0x25f)](uuidv4));}}}if(_0xd3748e[_0x5ea499(0x236)]&&_0x3a59df[_0x5ea499(0x201)])return;let _0x2ba2a2;try{_0x2ba2a2=this[_0x5ea499(0x1f5)](_0x3a59df);}catch(_0x38305d){logger[_0x5ea499(0x264)](_0x5ea499(0x261)+_0x38305d),_0x2ba2a2=null;}let _0x9b9330=[];_0x2d4610&&(_0x9b9330=[_0x2d4610,_0x4ed13d[_0x5ea499(0x208)]]);const _0x5df4a7=_0x4ed13d[_0x5ea499(0x21d)](_0x3a59df['errorsDetailed'],undefined)?util[_0x5ea499(0x268)](_0x3a59df['errorsDetailed'][0x0]):_0x4ed13d[_0x5ea499(0x21d)](_0x2d4610,undefined)?_0x2d4610[_0x5ea499(0x27d)]():undefined,_0x47f6c8=_0x2ba2a2?this[_0x5ea499(0x204)](_0x2ba2a2):null,_0x74fca=_0x2ba2a2?this[_0x5ea499(0x2a2)][_0x5ea499(0x229)](this[_0x5ea499(0x1f5)](_0x3a59df)):_0x4ed13d['yCjHr'];let _0x29653b=_0x4ed13d[_0x5ea499(0x293)];const _0x5b805e=!_0xd3748e[_0x5ea499(0x1e4)]?new Date()['toISOString']():null;if(_0xd3748e[_0x5ea499(0x236)])_0x29653b=_0x2d4610?_0x4ed13d[_0x5ea499(0x1fe)]:_0x4ed13d[_0x5ea499(0x2a9)],_0x3a59df[_0x5ea499(0x201)]=!![];else _0xd3748e['skipped']&&(_0x29653b=_0x4ed13d[_0x5ea499(0x26f)],_0x3a59df[_0x5ea499(0x201)]=!![]);const _0x3e126a={'framework':this[_0x5ea499(0x1da)],'uuid':_0x3a59df[_0x5ea499(0x26b)]||_0x3a59df[_0x5ea499(0x1cd)],'name':_0x3a59df[_0x5ea499(0x219)],'body':{'lang':_0x4ed13d[_0x5ea499(0x1dd)],'code':_0x3a59df['body'][_0x5ea499(0x27d)]()},'type':_0x3a59df['type'],'scope':_0x3a59df[_0x5ea499(0x1e9)](),'scopes':this['getHierarchy'](_0x3a59df),'file_name':_0x74fca,'vc_filepath':_0x47f6c8?path[_0x5ea499(0x251)](_0x47f6c8,_0x2ba2a2):null,'location':_0x74fca,'result':_0x29653b,'failure_reason':_0x5df4a7,'duration_in_ms':_0x3a59df[_0x5ea499(0x1c1)]||(_0xd3748e['finished']||_0xd3748e[_0x5ea499(0x282)])?_0x4ed13d[_0x5ea499(0x238)](Date['now'](),new Date(_0x3a59df['startedAt'])[_0x5ea499(0x1d3)]()):null,'started_at':new Date(_0x3a59df[_0x5ea499(0x2a8)])[_0x5ea499(0x214)](),'finished_at':_0x5b805e,'failure':testOpsHelper[_0x5ea499(0x285)][_0x5ea499(0x24b)](null,_0x9b9330),'failure_type':!_0x5df4a7?null:testOpsHelper[_0x5ea499(0x213)](_0x5df4a7),'retry_of':_0x3a59df[_0x5ea499(0x1e2)]||null,'tags':_0x3a59df[_0x5ea499(0x2a7)]||[],'customRerunParam':{'rerun_name':_0x3a59df[_0x5ea499(0x1e9)]()}};_0x4ed13d[_0x5ea499(0x1fd)](appendTesthubParams,_0x3e126a,_0x457761,_0x3a59df,FRAMEWORKS[_0x5ea499(0x20d)]);if(_0xd3748e[_0x5ea499(0x295)])[_0x3e126a[_0x5ea499(0x206)],_0x3e126a[_0x5ea499(0x21f)]]=[this['getHookType'](_0x3a59df),_0x3a59df[_0x5ea499(0x1d1)][_0x5ea499(0x25e)][_0x5ea499(0x219)]],_0xd3748e[_0x5ea499(0x236)]?_0x4ed13d[_0x5ea499(0x21d)](_0x3e126a[_0x5ea499(0x287)],_0x4ed13d[_0x5ea499(0x1fe)])&&(_0x3e126a['result']=_0x4ed13d[_0x5ea499(0x2a9)]):_0x3e126a['body']={};else _0xd3748e[_0x5ea499(0x25e)]&&(this[_0x5ea499(0x254)](_0x3a59df),_0xd3748e[_0x5ea499(0x282)]&&this['resetSkipTestHooks'](_0x3a59df),(_0xd3748e[_0x5ea499(0x236)]||_0xd3748e['skipped'])&&(_0x3e126a[_0x5ea499(0x1f0)]=this[_0x5ea499(0x245)](_0x3a59df)));this[_0x5ea499(0x20b)]&&(_0xd3748e[_0x5ea499(0x1e4)]||_0xd3748e[_0x5ea499(0x282)])&&(_0x3e126a[_0x4ed13d['AbQGo']]=this['getCBTInfo'](this[_0x5ea499(0x20b)]));_0xd3748e[_0x5ea499(0x25e)]&&_0xd3748e[_0x5ea499(0x236)]&&_0x3a59df[_0x5ea499(0x262)]&&(_0x3e126a[_0x4ed13d['GjdQF']]={'feature':{'name':_0x3a59df[_0x5ea499(0x1ed)][_0x5ea499(0x1be)][_0x5ea499(0x21f)],'path':_0x3e126a[_0x5ea499(0x211)],'description':_0x3a59df[_0x5ea499(0x1ed)][_0x5ea499(0x1e7)]},'scenario':{'name':_0x3a59df['title']},'steps':_0x3a59df[_0x5ea499(0x262)]});const _0x24371f=_0x3e126a[_0x4ed13d['rgasJ']][0x0];_0x24371f&&(_0x3e126a[_0x4ed13d[_0x5ea499(0x256)]]=_0x24371f[_0x4ed13d[_0x5ea499(0x290)]],_0x3e126a[_0x4ed13d['wOneQ']]=_0x24371f[_0x4ed13d[_0x5ea499(0x218)]]);if(_0x3a59df[_0x5ea499(0x262)])for(const _0x20a85f of _0x3a59df[_0x5ea499(0x262)]){!_0x20a85f[_0x5ea499(0x275)]&&(_0x20a85f[_0x5ea499(0x275)]=new Date()[_0x5ea499(0x214)](),_0x4ed13d['FSevh'](_0x20a85f[_0x5ea499(0x287)],_0x4ed13d[_0x5ea499(0x293)])&&(_0x24371f?(_0x20a85f[_0x5ea499(0x287)]=_0x4ed13d[_0x5ea499(0x1fe)],_0x20a85f[_0x5ea499(0x23f)]=_0x24371f[_0x4ed13d[_0x5ea499(0x290)]][0x0]):_0x20a85f[_0x5ea499(0x287)]=_0x4ed13d[_0x5ea499(0x2a9)]));}const _0x4b31d8={};_0x4b31d8[_0x5ea499(0x1d5)]=_0xd3748e['skipped']?TEST_EVENTS[_0x5ea499(0x2a5)]:_0x457761;const _0x13302e=_0x4b31d8;return _0xd3748e[_0x5ea499(0x295)]?_0x13302e[_0x4ed13d[_0x5ea499(0x217)]]=_0x3e126a:_0x13302e[_0x4ed13d[_0x5ea499(0x233)]]=_0x3e126a,_0x13302e;}catch(_0x1c02eb){logger['debug'](_0x5ea499(0x27b)+_0x457761+_0x5ea499(0x1d8)+_0x1c02eb);}}async[a4_0x2386bb(0x240)](_0x4769ed,_0x3119a9){const _0x3fcd05=a4_0x2386bb;if(!this[_0x3fcd05(0x1ff)]||!_0x3119a9||!_0x4769ed)return![];try{return await SessionHandler[_0x3fcd05(0x1fb)](_0x3119a9);}catch(_0x471d42){logger['debug'](_0x3fcd05(0x27a)+_0x4769ed+_0x3fcd05(0x1d8)+_0x471d42);}}[a4_0x2386bb(0x298)](_0x2e6a84){const _0x25eee3=a4_0x2386bb,_0xa3c911={};_0xa3c911[_0x25eee3(0x271)]='pending';const _0x4589a5=_0xa3c911;return{'id':_0x2e6a84[_0x25eee3(0x228)],'text':_0x2e6a84[_0x25eee3(0x272)],'keyword':_0x2e6a84['keyword'],'started_at':_0x2e6a84['startedAt'][_0x25eee3(0x214)](),'result':_0x4589a5[_0x25eee3(0x271)]};}['bddStepStart'](_0x4d5f4a){const _0x1b66ae=a4_0x2386bb,_0x18d039={'LqyMK':function(_0x58ff13){return _0x58ff13();}};!this[_0x1b66ae(0x1c8)][_0x1b66ae(0x262)]&&(this[_0x1b66ae(0x1c8)]['bddSteps']=[]),!_0x4d5f4a['stepAnalyticsId']&&(_0x4d5f4a[_0x1b66ae(0x228)]=_0x18d039[_0x1b66ae(0x29c)](uuidv4),_0x4d5f4a[_0x1b66ae(0x2a8)]=new Date(),this[_0x1b66ae(0x1c8)][_0x1b66ae(0x262)][_0x1b66ae(0x26c)](this[_0x1b66ae(0x298)](_0x4d5f4a)));}[a4_0x2386bb(0x23d)](_0x2683f5){const _0x36cc59=a4_0x2386bb,_0x5a9628={'pswdG':function(_0x457af1,_0x527fdc){return _0x457af1(_0x527fdc);},'hahMw':_0x36cc59(0x27f),'ccswZ':_0x36cc59(0x1ec),'tCGVW':'passed','oDCym':function(_0x2d10a1,_0x261975){return _0x2d10a1-_0x261975;}};let _0x1774f2=this[_0x36cc59(0x1c8)][_0x36cc59(0x262)]['find'](_0x4590f5=>_0x4590f5['id']===_0x2683f5[_0x36cc59(0x228)]);_0x5a9628['pswdG'](isUndefined,_0x1774f2)&&(_0x1774f2=this['initializeBddStep'](_0x2683f5)),_0x1774f2[_0x36cc59(0x287)]=[_0x5a9628[_0x36cc59(0x255)],_0x5a9628['ccswZ']][_0x36cc59(0x28a)](_0x2683f5[_0x36cc59(0x26e)])?_0x5a9628[_0x36cc59(0x1eb)]:_0x2683f5[_0x36cc59(0x26e)],_0x1774f2[_0x36cc59(0x275)]=new Date()[_0x36cc59(0x214)](),_0x1774f2[_0x36cc59(0x1c1)]=_0x5a9628[_0x36cc59(0x203)](Date[_0x36cc59(0x1d7)](),_0x2683f5[_0x36cc59(0x2a8)]['getTime']()),_0x1774f2[_0x36cc59(0x23f)]=_0x2683f5[_0x36cc59(0x22b)]?_0x2683f5[_0x36cc59(0x22b)][_0x36cc59(0x231)]:null;}}const a4_0x148af7={};function a4_0x2b3a(){const _0x7c28d6=['LqyMK','HRVjW','bs:addLog:','uploadData','../../helpers/test-observability/sessionHandler','rJzDc','_paths','TEST_EVENTS','launch','TEST_RUN_FINISHED','statSync','tags','startedAt','zYHCZ','../playwright/sessionDetails','2|3|5|0|1|4','logs','feature','currentHook','cJmVb','duration','getCBTInfo','prototype','patchConsoleLogger','cwd','failed','IaymL','currentTest','../../helpers/logger','connect','bind','splice','hookAnalyticsId','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','suites','string','ctx','ddnpp','getTime','toUpperCase','event_type','appendTestItemLog','now','\x20with\x20error\x20:\x20','_beforeAll','frameworkName','PathHelper','hasLiveDriverSession','oVeCe','../utils/constants','format','../../helpers/test-observability/requestQueueHandler','backtrace','retryOf','qCFXI','started','yBlNn','test_run','comment','HOOK_RUN_STARTED','fullTitle','_beforeEach','tCGVW','pending','parent','./helper.js','HOOK_RUN_FINISHED','hooks','keys','../../helpers/test-observability/utils','YBQun','JlTVi','getRootParentFile','362754UPbWPO','hook_run_uuid','browserstack','failure_reason_expanded','hook_run','uploadEventData','jyvJj','BUNxQ','NnIiT','enabled','_afterEach','markedStatus','pid','oDCym','findGitConfig','NApZM','hook_type','stringify','wbSGb','wsEndpoint','zfmZC','driver','119084ecZoDy','CODECEPT','../../helpers/helper','shutdown','XUOJy','file_name','then','getFailureType','toISOString','O11yHelper','hkaoX','AbGkE','AtlhF','title','bufferPendingHookEvent','getHookType','ZMgQq','ydLHF','QnRYB','name','ArfPI','stop','aFgcY','../playwright/accessibility-helper','concat','OgLPa','VsgoN','join','stepAnalyticsId','prefixTestPath','util','err','getHierarchy','setupBrowserDetails','_testEnv','szzNV','expanded','message','captureEvent','eiRfP','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','TEST_RUN_STARTED','finished','forEach','SdHcp','tPhvh','session_id','failure_backtrace','GoRQq','bddStepFinish','PLAYWRIGHT_HUB_URL','failure','fireEvent','_afterAll','1867564bSPOXT','length','connectOverCDP','getHooksForTest','match','defineProperty','dYlIh','8670112KUDEeE','LcyFG','apply','getInstance','KSXuI','TestRunSkipped','dexCI','ZAWsd','relative','iGDOD','787786xEMOls','mapTestHooks','hahMw','BDUKD','2047465vQBzEO','uuid','integrations','avdQG','FcNZp','kbDmV','Not\x20able\x20to\x20import\x20Browser','test','wIItx','groups','failed\x20to\x20get\x20root\x20parent\x20file\x20','bddSteps','Qahmq','debug','TEST_RUN_SKIPPED','../../helpers/testhub/utils.js','file','inspect','replace','split','testAnalyticsId','push','File\x20path\x20could\x20not\x20be\x20found','status','FIGQc','TEST_REPORTING_ANALYTICS','mkrhY','text','TestRunFinished','UsQAd','finished_at','dirname','accessibilityPlatform','STATE_FAILED','TSCmw','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','AwzOi','toString','IklxS','success','__platformCaps','Mukhh','skipped','passed','FaVgP','failureData','toLowerCase','result','rnbWF','BROWSERSTACK','includes','UorRV','KLXmb','eventType','IvNxU','pendingHookEvents','hTxAS','OlTWJ','CBTSessionCreated','GYBwj','meta','hook','emjRH','location_prefix','initializeBddStep','codeceptjs','20bUsxKJ','913374OuJkLc'];a4_0x2b3a=function(){return _0x7c28d6;};return a4_0x2b3a();}a4_0x148af7[a4_0x2386bb(0x215)]=O11yHelper,a4_0x148af7['STATE_PASSED']=STATE_PASSED,a4_0x148af7[a4_0x2386bb(0x278)]=STATE_FAILED,a4_0x148af7[a4_0x2386bb(0x2a3)]=TEST_EVENTS,module['exports']=a4_0x148af7;