browserstack-node-sdk 1.60.1 → 1.62.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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/browserstack.pw.yml.sample +10 -0
  41. package/browserstack.yml.sample +10 -0
  42. package/package.json +1 -1
  43. package/src/ai-sdk-node/bundle.js +1 -1
  44. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  45. package/src/bin/codeceptjs/command.js +1 -1
  46. package/src/bin/codeceptjs/helper.js +1 -1
  47. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  48. package/src/bin/cucumber-js/command.js +1 -1
  49. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  50. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  51. package/src/bin/cucumber-js/test-observability.js +1 -1
  52. package/src/bin/cucumber-js/test.setup.js +1 -1
  53. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  54. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  55. package/src/bin/integrations/command.js +1 -1
  56. package/src/bin/integrations/constants.js +1 -1
  57. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  58. package/src/bin/jasmine/command.js +1 -1
  59. package/src/bin/jasmine/test.setup.js +1 -1
  60. package/src/bin/jasmine/testRunMap.js +1 -1
  61. package/src/bin/jest/command.js +1 -1
  62. package/src/bin/jest/customImplements/customCircus.js +1 -1
  63. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  64. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  65. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  66. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  67. package/src/bin/jest/jest.setup.js +1 -1
  68. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  69. package/src/bin/jest/test-observability/helper.js +1 -1
  70. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  71. package/src/bin/jest/test-observability/test-details.js +1 -1
  72. package/src/bin/jest/test.setup.js +1 -1
  73. package/src/bin/jest/test_before.setup.js +1 -1
  74. package/src/bin/launcher/launcher.js +1 -1
  75. package/src/bin/load/index.js +1 -1
  76. package/src/bin/load/loadUtils.js +1 -1
  77. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  78. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  79. package/src/bin/mocha/command.js +1 -1
  80. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  81. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  82. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  83. package/src/bin/mocha/test.setup.js +1 -1
  84. package/src/bin/newman/command.js +1 -1
  85. package/src/bin/newman/helper.js +1 -1
  86. package/src/bin/newman/reporter/index.js +1 -1
  87. package/src/bin/newman/scriptRunner.js +1 -1
  88. package/src/bin/nightwatch/command.js +1 -1
  89. package/src/bin/playwright/accessibility-helper.js +1 -1
  90. package/src/bin/playwright/command.js +1 -1
  91. package/src/bin/playwright/globalSetup.js +1 -1
  92. package/src/bin/playwright/mock-process.js +1 -1
  93. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  94. package/src/bin/playwright/patches.js +1 -1
  95. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  96. package/src/bin/playwright/reporter/reporter.js +1 -1
  97. package/src/bin/playwright/reporter/test-details.js +1 -1
  98. package/src/bin/playwright/sessionDetails.js +1 -1
  99. package/src/bin/puppeteer/patches.js +1 -1
  100. package/src/bin/puppeteer/sessionDetails.js +1 -1
  101. package/src/bin/puppeteer/test.setup.js +1 -1
  102. package/src/bin/runner.js +1 -1
  103. package/src/bin/setup.js +1 -1
  104. package/src/bin/test-runner/index.js +1 -1
  105. package/src/bin/test-runner/runTest.js +1 -1
  106. package/src/bin/test-runner/testWorker.js +1 -1
  107. package/src/bin/testcafe/a11y-runner.js +1 -1
  108. package/src/bin/testcafe/command.js +1 -1
  109. package/src/bin/testcafe/reporter/index.js +1 -1
  110. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  111. package/src/bin/testcafe/session-registry.js +1 -1
  112. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  113. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  114. package/src/bin/testcafe/w3c-driver.js +1 -1
  115. package/src/bin/utils/apiUtilityMethods.js +1 -1
  116. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  117. package/src/bin/utils/constants.js +1 -1
  118. package/src/bin/utils/log4jsAppender.js +1 -1
  119. package/src/bin/utils/logPatcher.js +1 -1
  120. package/src/bin/utils/logReportingAPI.js +1 -1
  121. package/src/bin/utils/playwright-patcher.js +1 -1
  122. package/src/bin/utils/puppeteer-patcher.js +1 -1
  123. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  124. package/src/bin/utils/sharedUtils.js +1 -1
  125. package/src/bin/v2/TestInfo.js +1 -1
  126. package/src/bin/v2/browserstackCLI.js +1 -1
  127. package/src/bin/v2/cliUtils.js +1 -1
  128. package/src/bin/v2/customTagManager.js +1 -1
  129. package/src/bin/v2/eventDispatcher.js +1 -1
  130. package/src/bin/v2/framework/automationFramework.js +1 -1
  131. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  132. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  133. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  134. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  135. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  136. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  137. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  138. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  139. package/src/bin/v2/framework/testFramework.js +1 -1
  140. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  141. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  142. package/src/bin/v2/grpcClient.js +1 -1
  143. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  144. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  145. package/src/bin/v2/instances/trackedContext.js +1 -1
  146. package/src/bin/v2/instances/trackedInstance.js +1 -1
  147. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  148. package/src/bin/v2/modules/baseModule.js +1 -1
  149. package/src/bin/v2/modules/loadTestModule.js +1 -1
  150. package/src/bin/v2/modules/observabilityModule.js +1 -1
  151. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  152. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  153. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  154. package/src/bin/v2/modules/testhubModule.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_0x11dc99=a1_0x4cfd;(function(_0x2951f6,_0x1a48ed){const _0x4600e8=a1_0x4cfd,_0x18e0c4=_0x2951f6();while(!![]){try{const _0x7808e2=-parseInt(_0x4600e8(0x1d2))/0x1*(parseInt(_0x4600e8(0x267))/0x2)+-parseInt(_0x4600e8(0x21d))/0x3+-parseInt(_0x4600e8(0x1ca))/0x4+-parseInt(_0x4600e8(0x272))/0x5*(-parseInt(_0x4600e8(0x27f))/0x6)+parseInt(_0x4600e8(0x20b))/0x7*(-parseInt(_0x4600e8(0x252))/0x8)+-parseInt(_0x4600e8(0x270))/0x9*(parseInt(_0x4600e8(0x1ce))/0xa)+parseInt(_0x4600e8(0x27a))/0xb*(parseInt(_0x4600e8(0x1cd))/0xc);if(_0x7808e2===_0x1a48ed)break;else _0x18e0c4['push'](_0x18e0c4['shift']());}catch(_0x35b07c){_0x18e0c4['push'](_0x18e0c4['shift']());}}}(a1_0x43e8,0x9e625));const fs=require('fs'),util=require('util'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x11dc99(0x1ff)),logger=require(a1_0x11dc99(0x246))[a1_0x11dc99(0x2ad)],testOpsHelper=require(a1_0x11dc99(0x213)),requestSpy=require(a1_0x11dc99(0x241)),PlaywrightSessionDetails=require(a1_0x11dc99(0x273)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x11dc99(0x218)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x11dc99(0x29d)),AccessibilityHelper=require(a1_0x11dc99(0x1d9)),scripts=require(a1_0x11dc99(0x1f8)),PerformanceTester=require(a1_0x11dc99(0x285)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x11dc99(0x1c8)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x11dc99(0x25d)),testHubConstants=require(a1_0x11dc99(0x2ab)),globals=require(a1_0x11dc99(0x234)),CodeceptJS=requireModule(a1_0x11dc99(0x26d),'codeceptjs'),CodeceptUtils=requireModule('codeceptjs/lib/utils.js',a1_0x11dc99(0x1e6)),CodeceptWebDriver=requireModule(a1_0x11dc99(0x230),a1_0x11dc99(0x1e6)),CodeceptRecorder=requireModule('codeceptjs/lib/recorder.js',a1_0x11dc99(0x1e6)),CodeceptPlaywright=requireModule('codeceptjs/lib/helper/Playwright.js',a1_0x11dc99(0x1e6));try{require(a1_0x11dc99(0x1be))[a1_0x11dc99(0x1f7)]('codeceptjs');}catch(a1_0x34ac72){logger[a1_0x11dc99(0x1e0)]('driver-init\x20capture\x20install\x20failed:\x20'+(a1_0x34ac72&&a1_0x34ac72[a1_0x11dc99(0x254)]));}function a1_0x4cfd(_0x57f51f,_0x3c5065){const _0x43e8bd=a1_0x43e8();return a1_0x4cfd=function(_0x4cfd8c,_0x5ca402){_0x4cfd8c=_0x4cfd8c-0x199;let _0x38f468=_0x43e8bd[_0x4cfd8c];return _0x38f468;},a1_0x4cfd(_0x57f51f,_0x3c5065);}const playwrightMarkSessionStatus=(_0x12867c,_0x58c689,_0x4560cf)=>{const _0x3d87a1=a1_0x11dc99,_0x587aeb={'BYdXM':_0x3d87a1(0x1fe),'NKYYx':function(_0x455f5b,_0x67df99){return _0x455f5b(_0x67df99);}},_0x242cfa={};_0x242cfa[_0x3d87a1(0x21f)]=_0x58c689;const _0x423639={};_0x423639[_0x3d87a1(0x1e7)]=_0x587aeb[_0x3d87a1(0x291)],_0x423639['arguments']=_0x242cfa;const _0x3ee407=_0x423639;return!_0x587aeb[_0x3d87a1(0x283)](isUndefined,_0x4560cf)&&(_0x3ee407[_0x3d87a1(0x202)][_0x3d87a1(0x24a)]=JSON[_0x3d87a1(0x253)](_0x4560cf)),_0x12867c[_0x3d87a1(0x203)](()=>{},_0x3d87a1(0x2a6)+JSON[_0x3d87a1(0x253)](_0x3ee407));},o11ySync=PerformanceTester[a1_0x11dc99(0x28a)](PerformanceO11yEvents[a1_0x11dc99(0x2aa)],async _0x33fbef=>{const _0x12a9d1=a1_0x11dc99,_0x531e9c={};_0x531e9c[_0x12a9d1(0x19e)]=function(_0x5a09a9,_0xfd612a){return _0x5a09a9===_0xfd612a;},_0x531e9c[_0x12a9d1(0x290)]=_0x12a9d1(0x1c6);const _0x3a8d2c=_0x531e9c;_0x3a8d2c[_0x12a9d1(0x19e)](_0x33fbef['constructor']['name'],_0x3a8d2c[_0x12a9d1(0x290)])?await _0x33fbef[_0x12a9d1(0x203)](_0x2c1739=>{},testOpsHelper[_0x12a9d1(0x26e)]()):await _0x33fbef[_0x12a9d1(0x203)](testOpsHelper[_0x12a9d1(0x26e)]());}),markSessionName=PerformanceTester[a1_0x11dc99(0x28a)](PerformanceAutEvents[a1_0x11dc99(0x2a2)],async(_0x48d1ca,_0x4ffce9)=>{const _0x23a2f4=a1_0x11dc99,_0x364f35={};_0x364f35['rljRl']=_0x23a2f4(0x1a4),_0x364f35['HzIzW']=function(_0x3ae410,_0x26ddba){return _0x3ae410===_0x26ddba;},_0x364f35[_0x23a2f4(0x233)]='Playwright';const _0x45288c=_0x364f35,_0x4b8853={};_0x4b8853[_0x23a2f4(0x25c)]=_0x4ffce9;const _0x5a1ba8={};_0x5a1ba8['action']=_0x45288c['rljRl'],_0x5a1ba8[_0x23a2f4(0x202)]=_0x4b8853;const _0xa98ce6=_0x5a1ba8;_0x45288c[_0x23a2f4(0x23b)](_0x48d1ca[_0x23a2f4(0x247)][_0x23a2f4(0x25c)],_0x45288c[_0x23a2f4(0x233)])?await _0x48d1ca[_0x23a2f4(0x203)](()=>{},_0x23a2f4(0x2a6)+JSON[_0x23a2f4(0x253)](_0xa98ce6)):await _0x48d1ca[_0x23a2f4(0x203)](_0x23a2f4(0x2a6)+JSON[_0x23a2f4(0x253)](_0xa98ce6));}),patchSaveScreenshot=_0x54a775=>{const _0x25f64c=a1_0x11dc99,_0x120f6c={'Jxxth':'base64','aiqwU':'TEST_SCREENSHOT','easDh':function(_0x212ded){return _0x212ded();},'nDPZl':function(_0x2932f2,_0x440ab5){return _0x2932f2(_0x440ab5);},'BgoiR':'Screenshot\x20path\x20not\x20found','oKmyO':function(_0x34df60,_0x3f5e90){return _0x34df60(_0x3f5e90);}};_0x120f6c[_0x25f64c(0x207)](isTrue,process['env'][_0x25f64c(0x293)])&&!_0x54a775[_0x25f64c(0x275)]&&(_0x54a775['patchSaveScreenshot']=!![],_0x54a775['initSaveScreenshot']=_0x54a775['saveScreenshot'],_0x54a775[_0x25f64c(0x1ae)]=(_0x3711df,_0x3fd68d=![])=>{return new Promise(function(_0x4185d0,_0x523f2f){const _0x11ce2f=a1_0x4cfd,_0x41ba10={'nlGUa':_0x120f6c[_0x11ce2f(0x1db)],'AXcGc':_0x120f6c[_0x11ce2f(0x1a8)],'aMEEt':function(_0x2de59c){const _0x1826f4=_0x11ce2f;return _0x120f6c[_0x1826f4(0x280)](_0x2de59c);},'JXKaL':function(_0x1923e6,_0x406dc2){return _0x120f6c['nDPZl'](_0x1923e6,_0x406dc2);},'YHSgC':_0x120f6c[_0x11ce2f(0x1fa)]};_0x54a775[_0x11ce2f(0x1bb)](_0x3711df,_0x3fd68d)[_0x11ce2f(0x279)](()=>{const _0x44189f=_0x11ce2f,_0x1d9cd3=CodeceptUtils[_0x44189f(0x1b7)](_0x3711df);if(_0x1d9cd3){const _0x498a09=fs[_0x44189f(0x282)](_0x1d9cd3);process[_0x44189f(0x19d)](_0x44189f(0x1f4)+process[_0x44189f(0x1c2)],{'timestamp':new Date()[_0x44189f(0x1d0)](),'message':_0x498a09[_0x44189f(0x295)](_0x41ba10['nlGUa']),'kind':_0x41ba10[_0x44189f(0x1ad)]}),_0x41ba10[_0x44189f(0x274)](_0x4185d0);}_0x41ba10['JXKaL'](_0x523f2f,new Error(_0x41ba10[_0x44189f(0x26f)]));})[_0x11ce2f(0x26b)](()=>null);});});},patchWebDriverBefore=(_0x4a3405,_0x1ddf96)=>{const _0x13bfd5=a1_0x11dc99,_0x55fa59={'NugMU':function(_0x5b422f){return _0x5b422f();},'MMgKi':function(_0x4238a0,_0x50458d){return _0x4238a0(_0x50458d);},'BWtEi':function(_0x449879,_0x2262dc){return _0x449879===_0x2262dc;},'owQAw':_0x13bfd5(0x289),'dXgph':function(_0xf680a,_0x1585c6){return _0xf680a===_0x1585c6;},'Yzcqr':'string','aQbOh':_0x13bfd5(0x205),'NQuBo':_0x13bfd5(0x1e2)},_0x4b9797=async function(_0x3fb928,_0x3c646a){const _0xb8ced1=_0x13bfd5;_0x55fa59[_0xb8ced1(0x224)](isAccessibilityAutomationSession)&&!global[_0xb8ced1(0x212)]&&global['accessibilityPlatform']&&scripts[_0xb8ced1(0x20f)](_0x3fb928[_0xb8ced1(0x25c)])&&_0x55fa59[_0xb8ced1(0x26c)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0xb8ced1(0x212)]=!![],await PerformanceTester[_0xb8ced1(0x28a)](PerformanceA11yEvents[_0xb8ced1(0x255)],async()=>{const _0x390092=_0xb8ced1;logger['debug'](_0x390092(0x1a7)+_0x3fb928[_0x390092(0x1d4)]+'\x20'+_0x3fb928[_0x390092(0x25c)]),await AccessibilityHelper[_0x390092(0x269)](_0x4a3405,scripts['performScan']);},{'command':_0x3fb928['name']})());global[_0xb8ced1(0x212)]=![];const _0x2d1869=JSON[_0xb8ced1(0x251)](process[_0xb8ced1(0x292)][_0xb8ced1(0x22a)]||'{}');if(_0x55fa59['BWtEi'](_0x2d1869?.['testFramework']?.[_0xb8ced1(0x25c)],_0x55fa59[_0xb8ced1(0x19f)])&&_0x55fa59[_0xb8ced1(0x1cc)](typeof _0x2d1869?.[_0xb8ced1(0x297)]?.[_0xb8ced1(0x232)],_0x55fa59['Yzcqr'])&&_0x2d1869?.[_0xb8ced1(0x297)]?.[_0xb8ced1(0x232)]['startsWith']('7'))return _0x3c646a[_0xb8ced1(0x29a)](null,Array[_0xb8ced1(0x1df)][_0xb8ced1(0x1da)]['call'](arguments,0x2));return _0x3c646a[_0xb8ced1(0x29a)](this,Array['prototype'][_0xb8ced1(0x1da)][_0xb8ced1(0x28e)](arguments,0x2));},_0xdba36=CodeceptWebDriver[_0x13bfd5(0x1df)]['_before'];CodeceptWebDriver[_0x13bfd5(0x1df)][_0x13bfd5(0x243)]=async function(){const _0x2ae8ca=_0x13bfd5;try{await _0xdba36[_0x2ae8ca(0x29a)](this,arguments);}catch(_0x4871d9){logger[_0x2ae8ca(0x1e0)](_0x2ae8ca(0x1fb)+util[_0x2ae8ca(0x2a7)](_0x4871d9));}scripts[_0x2ae8ca(0x24c)][_0x2ae8ca(0x209)](_0x346461=>_0x346461[_0x2ae8ca(0x25c)]&&_0x346461[_0x2ae8ca(0x1d4)])['forEach'](_0x32524f=>{const _0x19724a=_0x2ae8ca;this['browser'][_0x19724a(0x21a)](_0x32524f['name'],_0x4b9797[_0x19724a(0x2ac)](this,_0x32524f),_0x55fa59['BWtEi'](_0x32524f[_0x19724a(0x1d4)],_0x55fa59[_0x19724a(0x259)]));}),_0x55fa59[_0x2ae8ca(0x26c)](processWebDriverConfig,_0x4a3405);try{_0x1ddf96&&_0x55fa59['BWtEi'](typeof _0x1ddf96[_0x2ae8ca(0x1a5)],_0x55fa59[_0x2ae8ca(0x23c)])&&await _0x1ddf96[_0x2ae8ca(0x1a5)]();}catch(_0x384677){logger[_0x2ae8ca(0x1e0)](_0x2ae8ca(0x228)+util[_0x2ae8ca(0x2a7)](_0x384677));}};};function a1_0x43e8(){const _0x1b0a3e=['kTLPZ','bddStep','test','SESSION_NAME','passed','event','includes','browserstack_executor:\x20','format','OGeYc','getAccessibilityResultsSummary','SYNC','../../helpers/testhub/constants.js','bind','winstonLogger','CUnLy','test-before','PIxLZ','hook-passed','page','startMonitoring','emit','XQJvn','owQAw','oYEAe','container','startsWith','split','setSessionName','flushPendingHookEvents','SDK_TEST','Performing\x20scan\x20for\x20','aiqwU','dispatcher','SDK_HOOK','patch','titlePath','AXcGc','saveScreenshot','iFgIW','add','url','restore','setGlobal','\x0aStack:\x20','step','haCBf','screenshotOutputFolder','SDK_PRE_INITIALIZE','hook','bufferPendingHookEvent','initSaveScreenshot','testAnalyticsId','Suite','../../helpers/driverInitErrorReporter','DdFGy','hqkYV','browserstackTestName','pid','step-comment','hasLiveDriverSession','test-failed','Playwright','from','../../helpers/performance/constants','test-passed','3888248YGzFcr','captureError','dXgph','5581668qtiwXc','50mamWzC','SAVE_RESULTS','toISOString','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','4868zDrTJO','wXMYc','class','failed','uWRNk','stop','lvSHT','../../bin/playwright/accessibility-helper','slice','Jxxth','test-started','SDK_POST_INITIALIZE','cUTLH','prototype','debug','RKpZF','function','stack','push','WSywW','codeceptjs','action','ohCMC','HOOK_RUN_STARTED','end','TEST_RUN_FINISHED','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20Playwright\x20_before:\x20','__driver','warn','KpBGj','--auto-open-devtools-for-tabs','FJxwi','__workerDetails','after','bs:addLog:','browserContext','EIdaH','installAll','../../helpers/accessibility-automation/scripts','ctx','BgoiR','Failed\x20to\x20execute\x20_before:\x20','BKtek','INFO','setSessionStatus','../../helpers/helper','cqFAl','exports','arguments','executeScript','ENV_VAR','Element','SDK_POST_TEST','oKmyO','dIyqJ','filter','browser','230664VThmML','BROWSERSTACK_TESTHUB_JWT','HOOK_RUN_FINISHED','fjQdi','shouldWrapCommand','getAccessibilityResults','WebDriver','bstackAllyScanning','../../helpers/test-observability/utils','title','comment','skipped','enabled','./o11yHelper','getResultsSummary','overwriteCommand','ewbrL','nQLYe','319776NbuGLw','base64','status','bddStepFinish','dFbPP','captureEvent','start','NugMU','chromium','accessibilityPlatform','qEhAu','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20_before:\x20','domForge','FRAMEWORK_DETAILS','isMobilePlatform','isArray','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','before','TEST_RUN_SKIPPED','codeceptjs/lib/helper/WebDriver.js','hookType','version','sXAHz','../../helpers/globals.js','qaLVg','contexts','thJwtToken','QrKxh','SDK_PRE_TEST','started','HzIzW','NQuBo','devtools://','JWdfg','config','OgRLY','../../helpers/request-spy','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','_before','BS_A11Y_JWT','a11y_core_config','../../helpers/logger','constructor','performScan','JeKwi','reason','ZqoVX','commandsToWrap','command','atfgU','WtkAC','TEST_RUN_STARTED','parse','72NIBDqx','stringify','message','PERFORM_SCAN','getGlobal','ZWUwy','hook-started','aQbOh','TestCafe','UZgRz','name','./helper.js','BROWSERSTACK_TESTHUB_UUID','xCMct','all','currentTest','qVBPA','saveTestResults','EauZA','yzkeF','IlIfi','76pDkeuV','info','browserStackExecuteDriver','oZucT','catch','MMgKi','codeceptjs/lib/index.js','getSyncScript','YHSgC','2233971QVxSsp','GBKBz','803105tpLcbl','../../bin/playwright/sessionDetails','aMEEt','patchSaveScreenshot','fireEvent','is_mobile_session','CCMjS','then','55sJrkYz','helpers','OwokU','NDQdD','bddStepStart','42QTgrKQ','easDh','thBuildUuid','readFileSync','NKYYx','args','../../helpers/performance/performance-tester','afterTest','thTestRunUuid','hook-failed','webdriverio','measureWrapper','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','XRHJu','cEPfZ','call','bCkkK','jhxFz','BYdXM','env','BS_TESTOPS_ALLOW_SCREENSHOTS','pages','toString','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','testFramework','find','skipSessionStatus','apply','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','AtujF','../../helpers/accessibility-automation/helper','rhwmP'];a1_0x43e8=function(){return _0x1b0a3e;};return a1_0x43e8();}function parseJwt(_0x38aada){const _0xc232a7=a1_0x11dc99,_0x214d72={};_0x214d72['CUnLy']=_0xc232a7(0x21e);const _0x29b5fa=_0x214d72;if(!_0x38aada)return null;return JSON['parse'](Buffer[_0xc232a7(0x1c7)](_0x38aada[_0xc232a7(0x1a3)]('.')[0x1],_0x29b5fa[_0xc232a7(0x2ae)])[_0xc232a7(0x295)]());}const patchPlaywrightBefore=_0x5163fd=>{const _0x3e536c=a1_0x11dc99,_0x176df7={'hqkYV':function(_0xa6d8ee){return _0xa6d8ee();},'haCBf':_0x3e536c(0x23d),'WtkAC':_0x3e536c(0x1f0),'sTGtr':function(_0x4c3194,_0x748339){return _0x4c3194(_0x748339);},'JeKwi':function(_0x49e7b5,_0x5cc8bd){return _0x49e7b5+_0x5cc8bd;},'nQLYe':_0x3e536c(0x1b4),'ohCMC':function(_0x270bdc){return _0x270bdc();},'AtujF':function(_0x5c23c9){return _0x5c23c9();},'dFbPP':function(_0x21aac9,_0x1daf54){return _0x21aac9===_0x1daf54;},'QsDeX':_0x3e536c(0x1e2)};PlaywrightSessionDetails[_0x3e536c(0x1ab)]();const _0x7662f5=CodeceptPlaywright[_0x3e536c(0x1df)][_0x3e536c(0x243)];CodeceptPlaywright['prototype'][_0x3e536c(0x243)]=async function(){const _0x1b5877=_0x3e536c,_0x59fc39={'OicUi':function(_0x237ddf){const _0x15deae=a1_0x4cfd;return _0x176df7[_0x15deae(0x1c0)](_0x237ddf);},'FJxwi':_0x176df7[_0x1b5877(0x1b6)],'aLYRL':_0x176df7[_0x1b5877(0x24f)],'qEhAu':function(_0x1984c9){const _0x1945e9=_0x1b5877;return _0x176df7[_0x1945e9(0x1c0)](_0x1984c9);},'cqFAl':function(_0x141ab5,_0x2da653){return _0x176df7['sTGtr'](_0x141ab5,_0x2da653);},'RKpZF':function(_0x2842ff,_0x3fa7dc){const _0x13e2f7=_0x1b5877;return _0x176df7[_0x13e2f7(0x249)](_0x2842ff,_0x3fa7dc);},'NIitc':_0x176df7[_0x1b5877(0x21c)]};this[_0x1b5877(0x1f5)]=await this[_0x1b5877(0x20a)][_0x1b5877(0x236)]()[0x0];const _0x48c2fe=async()=>{const _0x1682bd=_0x1b5877,_0x117185=this[_0x1682bd(0x23f)]&&this[_0x1682bd(0x23f)][_0x1682bd(0x225)]&&this[_0x1682bd(0x23f)][_0x1682bd(0x225)][_0x1682bd(0x284)]&&Array[_0x1682bd(0x22c)](this[_0x1682bd(0x23f)][_0x1682bd(0x225)][_0x1682bd(0x284)])&&this['config'][_0x1682bd(0x225)][_0x1682bd(0x284)][_0x1682bd(0x2a5)](_0x59fc39['aLYRL']);if(_0x59fc39[_0x1682bd(0x227)](isAccessibilityAutomationSession)&&!_0x117185)try{const _0x36b347=_0x59fc39[_0x1682bd(0x200)](parseJwt,process[_0x1682bd(0x292)][_0x1682bd(0x244)]);if(_0x36b347&&_0x36b347['a11y_core_config']&&_0x36b347[_0x1682bd(0x245)][_0x1682bd(0x229)]){const _0x341cc6=this[_0x1682bd(0x1f5)][_0x1682bd(0x294)][_0x1682bd(0x2ac)](this[_0x1682bd(0x1f5)]);this[_0x1682bd(0x1f5)][_0x1682bd(0x294)]=async function(){const _0x1840dd=_0x1682bd,_0x256d34=await _0x59fc39['OicUi'](_0x341cc6),_0x41e744=[];for(const _0x5a5533 of _0x256d34){try{const _0x378c1d=await _0x5a5533['url']();!_0x378c1d['startsWith'](_0x59fc39[_0x1840dd(0x1f1)])&&_0x41e744[_0x1840dd(0x1e4)](_0x5a5533);}catch(_0x568942){_0x41e744['push'](_0x5a5533);}}return _0x41e744;};}if(!_0x59fc39[_0x1682bd(0x227)](isBrowserstackInfra)){const _0x1ce0c8=await this[_0x1682bd(0x19b)][_0x1682bd(0x1b1)]();if(_0x1ce0c8[_0x1682bd(0x1a2)](_0x59fc39[_0x1682bd(0x1f1)])){const _0x3b6afa=await this[_0x1682bd(0x1f5)][_0x1682bd(0x294)]();this['_setPage'](_0x3b6afa[0x0]);}}}catch(_0x3cb569){logger[_0x1682bd(0x1e0)](_0x1682bd(0x28b)+_0x3cb569[_0x1682bd(0x254)]+(_0x3cb569[_0x1682bd(0x1e3)]?_0x59fc39[_0x1682bd(0x1e1)](_0x59fc39['NIitc'],_0x3cb569['stack']):''));}};_0x176df7[_0x1b5877(0x1e8)](isBrowserstackInfra)&&await _0x176df7[_0x1b5877(0x29c)](_0x48c2fe);await _0x7662f5['apply'](this,arguments);!_0x176df7['ohCMC'](isBrowserstackInfra)&&await _0x176df7[_0x1b5877(0x1c0)](_0x48c2fe);try{_0x5163fd&&_0x176df7[_0x1b5877(0x221)](typeof _0x5163fd['flushPendingHookEvents'],_0x176df7['QsDeX'])&&await _0x5163fd[_0x1b5877(0x1a5)]();}catch(_0x1d1652){logger['debug'](_0x1b5877(0x1ec)+util[_0x1b5877(0x2a7)](_0x1d1652));}};},getCodeceptDriver=()=>{const _0x646775=a1_0x11dc99,_0x27396a={};_0x27396a['WSywW']=_0x646775(0x211),_0x27396a['IlIfi']='Playwright',_0x27396a['qVBPA']='Puppeteer',_0x27396a[_0x646775(0x25f)]=_0x646775(0x25a);const _0x48d013=_0x27396a,_0x1940ef=[_0x48d013[_0x646775(0x1e5)],_0x48d013[_0x646775(0x266)],_0x48d013[_0x646775(0x262)],_0x48d013[_0x646775(0x25f)]],_0x3a6ed6=_0x1940ef[_0x646775(0x298)](_0x33e9cd=>!!CodeceptJS[_0x646775(0x1a1)]['helpers'](_0x33e9cd));if(!_0x3a6ed6)return null;return CodeceptJS['container'][_0x646775(0x27b)](_0x3a6ed6);};module[a1_0x11dc99(0x201)]=function(_0x94726c){const _0x379033=a1_0x11dc99,_0x367eb9={'etNzG':function(_0x85a67e,_0x2fcccf){return _0x85a67e(_0x2fcccf);},'wXMYc':function(_0x5b99b9,_0x15419d,_0x8bf87d){return _0x5b99b9(_0x15419d,_0x8bf87d);},'cEPfZ':_0x379033(0x2a9),'OGeYc':_0x379033(0x296),'UZgRz':_0x379033(0x210),'KpBGj':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','fNxMP':function(_0x5bca8f,_0x448250){return _0x5bca8f(_0x448250);},'ZWUwy':_0x379033(0x258),'JWdfg':_0x379033(0x19a),'oYEAe':_0x379033(0x288),'kTLPZ':_0x379033(0x1c1),'EIdaH':function(_0x46fba5){return _0x46fba5();},'fjQdi':_0x379033(0x2af),'oZucT':function(_0x2d3db1,_0xfd3cb2){return _0x2d3db1(_0xfd3cb2);},'dIyqJ':function(_0x281d5d,_0x1c166d,_0x4beb35){return _0x281d5d(_0x1c166d,_0x4beb35);},'OwokU':_0x379033(0x1dc),'rhwmP':_0x379033(0x1c9),'QrKxh':function(_0x39593a){return _0x39593a();},'OfpuX':function(_0x378d06,_0x369ab2,_0x18913f,_0x316258){return _0x378d06(_0x369ab2,_0x18913f,_0x316258);},'lvSHT':function(_0x1d6904,_0x4e6bbd){return _0x1d6904===_0x4e6bbd;},'atfgU':_0x379033(0x1bd),'GBKBz':_0x379033(0x1c5),'BKtek':'test-skipped','yzkeF':_0x379033(0x286),'xlTzN':_0x379033(0x22b),'XRHJu':function(_0x3a5b91){return _0x3a5b91();},'BlGIz':_0x379033(0x242),'iFgIW':'test-after','CCMjS':_0x379033(0x1fd),'MRFrA':'TEST_LOG','EauZA':_0x379033(0x1c3),'GCSrl':'bddStep-before','ZqoVX':'bddStep-after','bCkkK':_0x379033(0x1c6)};_0x94726c['skipSessionStatus']&&(global['__skipSessionStatus']=_0x94726c[_0x379033(0x299)]);PerformanceTester[_0x379033(0x19c)]();const _0x190545=_0x367eb9[_0x379033(0x1f6)](getCodeceptDriver),_0x2309c3=new O11yHelper(_0x190545,_0x94726c),_0x19dc21=!!CodeceptJS['container'][_0x379033(0x27b)](_0x367eb9[_0x379033(0x28f)]);global[_0x379033(0x1ed)]=_0x190545;_0x190545&&(PerformanceTester['measureWrapper'](PerformanceEvents[_0x379033(0x1b8)],()=>{const _0x2f3d24=_0x379033;_0x19dc21?_0x367eb9['etNzG'](patchPlaywrightBefore,_0x2309c3):_0x367eb9[_0x2f3d24(0x1d3)](patchWebDriverBefore,_0x190545,_0x2309c3);})(),PerformanceTester['measureWrapper'](PerformanceEvents[_0x379033(0x1dd)],()=>{const _0x3f9674=_0x379033,_0x4f8187={};_0x4f8187[_0x3f9674(0x21b)]=_0x367eb9[_0x3f9674(0x25b)],_0x4f8187['NDQdD']=_0x367eb9[_0x3f9674(0x1ef)];const _0x542679=_0x4f8187;_0x190545[_0x3f9674(0x2a9)]=async()=>{const _0x293ad0=_0x3f9674;if(global['accessibilityPlatform']){const _0x557591={};return _0x557591[_0x293ad0(0x24d)]=_0x367eb9[_0x293ad0(0x28d)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x293ad0(0x255)],async()=>{const _0x2e5772=_0x293ad0;return await AccessibilityHelper[_0x2e5772(0x269)](_0x190545,scripts['performScan']);},_0x557591)(),await PerformanceTester[_0x293ad0(0x28a)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x426f7b=_0x293ad0;return await AccessibilityHelper['browserStackExecuteDriver'](_0x190545,scripts[_0x426f7b(0x219)]);})();}return logger[_0x293ad0(0x1ee)](_0x367eb9[_0x293ad0(0x2a8)]),{};},_0x190545[_0x3f9674(0x210)]=async()=>{const _0x2cf005=_0x3f9674;if(global['accessibilityPlatform']){const _0x146b50={};return _0x146b50[_0x2cf005(0x24d)]=_0x542679['ewbrL'],await PerformanceTester[_0x2cf005(0x28a)](PerformanceA11yEvents[_0x2cf005(0x255)],async()=>{const _0x4c3dcc=_0x2cf005;return await AccessibilityHelper[_0x4c3dcc(0x269)](_0x190545,scripts[_0x4c3dcc(0x248)]);},_0x146b50)(),await PerformanceTester[_0x2cf005(0x28a)](PerformanceA11yEvents['GET_RESULTS'],async()=>{const _0x519baf=_0x2cf005;return await AccessibilityHelper[_0x519baf(0x269)](_0x190545,scripts['getResults']);})();}return logger[_0x2cf005(0x1ee)](_0x542679[_0x2cf005(0x27d)]),{};},_0x367eb9['fNxMP'](patchSaveScreenshot,_0x190545);})());CodeceptJS[_0x379033(0x2a4)][_0x379033(0x1a9)]['on'](CodeceptJS['event'][_0x379033(0x260)][_0x379033(0x22e)],()=>{const _0x2d478d=_0x379033;PerformanceTester[_0x2d478d(0x223)](PerformanceEvents['SDK_PRE_TEST']);try{_0x2309c3[_0x2d478d(0x223)](),testOpsHelper['addRequestSpy'](),PerformanceTester[_0x2d478d(0x1ea)](PerformanceEvents[_0x2d478d(0x239)]);}catch(_0x2cb91a){PerformanceTester[_0x2d478d(0x1cb)](_0x2cb91a),PerformanceTester['end'](PerformanceEvents['SDK_PRE_TEST'],![],_0x2cb91a);}}),CodeceptJS[_0x379033(0x2a4)][_0x379033(0x1a9)]['on'](CodeceptJS[_0x379033(0x2a4)][_0x379033(0x260)]['after'],async()=>{const _0x1002d4=_0x379033;PerformanceTester[_0x1002d4(0x223)](PerformanceEvents[_0x1002d4(0x206)]);try{requestSpy[_0x1002d4(0x1b2)](),await _0x2309c3[_0x1002d4(0x1d7)](),PerformanceTester[_0x1002d4(0x1ea)](PerformanceEvents[_0x1002d4(0x206)]);}catch(_0x3fad33){PerformanceTester['captureError'](_0x3fad33),PerformanceTester[_0x1002d4(0x1ea)](PerformanceEvents[_0x1002d4(0x206)],![],_0x3fad33);}finally{PerformanceTester['stopMonitoring']();}});const _0x460a2a=(_0x60850f,_0x5bc01a)=>{const _0xb47507=_0x379033;if(!_0x2309c3)return;if(!_0x2309c3[_0xb47507(0x1c4)]()){_0x2309c3[_0xb47507(0x1ba)](_0x60850f,_0x5bc01a);return;}CodeceptRecorder['add'](()=>_0x2309c3[_0xb47507(0x276)](_0x60850f,_0x5bc01a));};CodeceptJS['event'][_0x379033(0x1a9)]['on'](CodeceptJS[_0x379033(0x2a4)][_0x379033(0x1b9)][_0x379033(0x23a)],_0x59f3aa=>{const _0x28ffe4=_0x379033;PerformanceTester[_0x28ffe4(0x223)](PerformanceEvents[_0x28ffe4(0x1aa)]);try{const _0x922de2=_0x59f3aa[_0x28ffe4(0x1f9)][_0x28ffe4(0x2a1)],_0x1db568=_0x2309c3[_0x28ffe4(0x222)](TEST_EVENTS[_0x28ffe4(0x1e9)],_0x922de2);_0x367eb9[_0x28ffe4(0x1d3)](_0x460a2a,TEST_EVENTS['HOOK_RUN_STARTED'],_0x1db568);const _0x1f6fea={};_0x1f6fea[_0x28ffe4(0x231)]=_0x367eb9[_0x28ffe4(0x257)],PerformanceTester['end'](PerformanceEvents[_0x28ffe4(0x1aa)],!![],null,_0x1f6fea);}catch(_0x10a5fd){const _0x2dee6b={};_0x2dee6b[_0x28ffe4(0x231)]=_0x367eb9[_0x28ffe4(0x257)],PerformanceTester[_0x28ffe4(0x1ea)](PerformanceEvents[_0x28ffe4(0x1aa)],![],_0x10a5fd,_0x2dee6b),PerformanceTester[_0x28ffe4(0x1cb)](_0x10a5fd);}}),CodeceptJS[_0x379033(0x2a4)][_0x379033(0x1a9)]['on'](CodeceptJS[_0x379033(0x2a4)][_0x379033(0x1b9)]['passed'],_0x515ddb=>{const _0x17fc27=_0x379033,_0x4555a1={};_0x4555a1[_0x17fc27(0x231)]=_0x367eb9[_0x17fc27(0x23e)],PerformanceTester['start'](PerformanceHookEvents[_0x17fc27(0x1aa)],!![],null,_0x4555a1);try{const _0x5760d0=_0x515ddb[_0x17fc27(0x1f9)][_0x17fc27(0x2a1)],_0x1b1840=_0x2309c3[_0x17fc27(0x222)](TEST_EVENTS[_0x17fc27(0x20d)],_0x5760d0);_0x367eb9[_0x17fc27(0x1d3)](_0x460a2a,TEST_EVENTS[_0x17fc27(0x20d)],_0x1b1840);const _0x5f5669={};_0x5f5669['hookType']=_0x367eb9[_0x17fc27(0x23e)],PerformanceTester[_0x17fc27(0x1ea)](PerformanceHookEvents[_0x17fc27(0x1aa)],!![],null,_0x5f5669);}catch(_0x1c158c){PerformanceTester[_0x17fc27(0x1cb)](_0x1c158c);const _0x329464={};_0x329464[_0x17fc27(0x231)]=_0x367eb9['JWdfg'],PerformanceTester[_0x17fc27(0x1ea)](PerformanceHookEvents['SDK_HOOK'],![],_0x1c158c,_0x329464);}}),CodeceptJS[_0x379033(0x2a4)][_0x379033(0x1a9)]['on'](CodeceptJS['event']['hook'][_0x379033(0x1d5)],async(_0x53ae02,_0x2f6f8b)=>{const _0x57145d=_0x379033;PerformanceTester['start'](PerformanceHookEvents[_0x57145d(0x1aa)]);try{const _0x2e01cd=_0x53ae02[_0x57145d(0x1f9)][_0x57145d(0x2a1)],_0x562753=_0x2309c3[_0x57145d(0x222)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x2e01cd,_0x2f6f8b);_0x367eb9[_0x57145d(0x1d3)](_0x460a2a,TEST_EVENTS[_0x57145d(0x20d)],_0x562753);const _0x3079e1={};_0x3079e1['hookType']=_0x367eb9[_0x57145d(0x1a0)],PerformanceTester[_0x57145d(0x223)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x3079e1);}catch(_0x3b7e4a){PerformanceTester[_0x57145d(0x1cb)](_0x3b7e4a);const _0xf2d19c={};_0xf2d19c[_0x57145d(0x231)]=_0x367eb9[_0x57145d(0x1a0)],PerformanceTester[_0x57145d(0x1ea)](PerformanceHookEvents[_0x57145d(0x1aa)],![],_0x3b7e4a,_0xf2d19c);}const _0x1fe7d5={};_0x1fe7d5[_0x57145d(0x231)]=_0x367eb9[_0x57145d(0x1a0)],PerformanceTester[_0x57145d(0x1ea)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x1fe7d5);}),CodeceptJS[_0x379033(0x2a4)][_0x379033(0x1a9)]['on'](CodeceptJS[_0x379033(0x2a4)][_0x379033(0x2a1)][_0x379033(0x22e)],_0x1df137=>{const _0x1bf7d1=_0x379033;PerformanceTester['start'](PerformanceHookEvents[_0x1bf7d1(0x1aa)]);try{globals[_0x1bf7d1(0x1b3)](_0x367eb9[_0x1bf7d1(0x29f)],_0x1df137[_0x1bf7d1(0x214)]);_0x367eb9[_0x1bf7d1(0x1f6)](isBrowserstackInfra)&&(_0x19dc21&&(global[_0x1bf7d1(0x1f2)]={'currentTest':{'name':_0x1df137['title'],'testInfo':{'titlePath':_0x1df137['titlePath']()}}}));const _0x13743b={};_0x13743b[_0x1bf7d1(0x231)]=_0x367eb9[_0x1bf7d1(0x20e)],PerformanceTester[_0x1bf7d1(0x1ea)](PerformanceHookEvents[_0x1bf7d1(0x1aa)],!![],null,_0x13743b);}catch(_0x4a91df){PerformanceTester[_0x1bf7d1(0x1cb)](_0x4a91df);const _0x3d8ec7={};_0x3d8ec7[_0x1bf7d1(0x231)]=_0x367eb9['fjQdi'],PerformanceTester[_0x1bf7d1(0x1ea)](PerformanceHookEvents[_0x1bf7d1(0x1aa)],![],_0x4a91df,_0x3d8ec7);}}),CodeceptJS['event'][_0x379033(0x1a9)]['on'](CodeceptJS['event'][_0x379033(0x2a1)][_0x379033(0x23a)],_0x452a1a=>{const _0x378da7=_0x379033,_0x41b6dc={'OgRLY':function(_0x3c948b){return _0x367eb9['EIdaH'](_0x3c948b);},'qaLVg':function(_0x1bb530,_0x511837){const _0x2cbb1c=a1_0x4cfd;return _0x367eb9[_0x2cbb1c(0x26a)](_0x1bb530,_0x511837);},'PIxLZ':function(_0x20670e,_0x17e6ae,_0x3d6f0c){return _0x367eb9['dIyqJ'](_0x20670e,_0x17e6ae,_0x3d6f0c);}};PerformanceTester[_0x378da7(0x223)](PerformanceHookEvents[_0x378da7(0x1aa)]);try{globals['setGlobal'](_0x367eb9['kTLPZ'],_0x452a1a[_0x378da7(0x214)]);const _0x2bdb7b=_0x2309c3[_0x378da7(0x222)](TEST_EVENTS[_0x378da7(0x250)],_0x452a1a);CodeceptRecorder['add'](()=>_0x2309c3[_0x378da7(0x1a5)]()),CodeceptRecorder[_0x378da7(0x1b0)](()=>_0x2309c3[_0x378da7(0x276)](TEST_EVENTS[_0x378da7(0x250)],_0x2bdb7b)),CodeceptRecorder[_0x378da7(0x1b0)](async()=>{const _0x1de310=_0x378da7;_0x41b6dc[_0x1de310(0x240)](isBrowserstackInfra)&&(!_0x41b6dc[_0x1de310(0x235)](isTrue,_0x94726c['skipSessionName'])&&await _0x41b6dc[_0x1de310(0x199)](markSessionName,_0x190545,_0x452a1a['title']),_0x2309c3[_0x1de310(0x217)]&&await _0x41b6dc[_0x1de310(0x235)](o11ySync,_0x190545));});}catch(_0x4eee22){const _0xe1b5fa={};_0xe1b5fa[_0x378da7(0x231)]=_0x367eb9[_0x378da7(0x27c)],PerformanceTester[_0x378da7(0x1ea)](PerformanceHookEvents[_0x378da7(0x1aa)],![],_0x4eee22,_0xe1b5fa),PerformanceTester['captureError'](_0x4eee22);}const _0x4c5ea1={};_0x4c5ea1[_0x378da7(0x231)]=_0x367eb9[_0x378da7(0x27c)],PerformanceTester['end'](PerformanceHookEvents[_0x378da7(0x1aa)],!![],null,_0x4c5ea1);}),CodeceptJS[_0x379033(0x2a4)][_0x379033(0x1a9)]['on'](CodeceptJS[_0x379033(0x2a4)]['test'][_0x379033(0x2a3)],_0xb20f6d=>{const _0x35ff7c=_0x379033,_0x1919f5={'DdFGy':function(_0x3394a6,_0xf8497d,_0x302976){const _0x42ed56=a1_0x4cfd;return _0x367eb9[_0x42ed56(0x208)](_0x3394a6,_0xf8497d,_0x302976);}};PerformanceTester[_0x35ff7c(0x223)](PerformanceHookEvents[_0x35ff7c(0x1aa)]);try{const _0x4a614e=_0x2309c3[_0x35ff7c(0x222)](TEST_EVENTS[_0x35ff7c(0x1eb)],_0xb20f6d);CodeceptRecorder[_0x35ff7c(0x1b0)](()=>_0x2309c3[_0x35ff7c(0x276)](TEST_EVENTS[_0x35ff7c(0x1eb)],_0x4a614e)),CodeceptRecorder['add'](async()=>{const _0x5d7824=_0x35ff7c;_0x367eb9['EIdaH'](isBrowserstackInfra)&&await PerformanceTester[_0x5d7824(0x28a)](PerformanceAutEvents['SESSION_STATUS'],async()=>{const _0x52d1b4=_0x5d7824;_0x19dc21?await _0x1919f5[_0x52d1b4(0x1bf)](playwrightMarkSessionStatus,_0x190545,STATE_PASSED):await _0x1919f5['DdFGy'](markSessionStatus,_0x190545,STATE_PASSED);})();}),PerformanceTester[_0x35ff7c(0x1ea)](PerformanceEvents[_0x35ff7c(0x1a6)]);}catch(_0x51d012){PerformanceTester[_0x35ff7c(0x1cb)](_0x51d012);const _0x54c50f={};_0x54c50f['hookType']=_0x367eb9[_0x35ff7c(0x29e)],PerformanceTester[_0x35ff7c(0x1ea)](PerformanceHookEvents['SDK_HOOK'],![],_0x51d012,_0x54c50f),PerformanceTester[_0x35ff7c(0x1ea)](PerformanceEvents[_0x35ff7c(0x1a6)],![],_0x51d012);}const _0x58ea18={};_0x58ea18[_0x35ff7c(0x231)]=_0x367eb9['rhwmP'],PerformanceTester[_0x35ff7c(0x1ea)](PerformanceHookEvents[_0x35ff7c(0x1aa)],!![],null,_0x58ea18);}),CodeceptJS['event'][_0x379033(0x1a9)]['on'](CodeceptJS[_0x379033(0x2a4)][_0x379033(0x2a1)]['failed'],(_0x24f51f,_0xda868f)=>{const _0x3fd694=_0x379033,_0x220358={'cUTLH':function(_0x2fdebe){const _0x47bf6c=a1_0x4cfd;return _0x367eb9[_0x47bf6c(0x238)](_0x2fdebe);},'uWRNk':function(_0x591310,_0x483307,_0x56a2eb,_0xa01992){return _0x367eb9['OfpuX'](_0x591310,_0x483307,_0x56a2eb,_0xa01992);}};PerformanceTester[_0x3fd694(0x223)](PerformanceHookEvents['SDK_HOOK']);try{if(_0x367eb9[_0x3fd694(0x1d8)](_0x24f51f[_0x3fd694(0x247)][_0x3fd694(0x25c)],_0x367eb9[_0x3fd694(0x24e)])){const _0x34a6fe=_0x2309c3[_0x3fd694(0x222)](TEST_EVENTS[_0x3fd694(0x22f)],_0x24f51f['ctx'][_0x3fd694(0x261)]);CodeceptRecorder[_0x3fd694(0x1b0)](()=>_0x2309c3[_0x3fd694(0x276)](TEST_EVENTS[_0x3fd694(0x22f)],_0x34a6fe));}else{const _0x36f513=_0x2309c3['captureEvent'](TEST_EVENTS['TEST_RUN_FINISHED'],_0x24f51f,_0xda868f);CodeceptRecorder[_0x3fd694(0x1b0)](()=>{const _0x267f50=_0x3fd694;try{_0x2309c3[_0x267f50(0x276)](TEST_EVENTS[_0x267f50(0x1eb)],_0x36f513);}catch(_0x449e5d){logger['debug'](_0x267f50(0x1d1)+util['format'](_0x449e5d)),PerformanceTester[_0x267f50(0x1ea)](PerformanceEvents['SDK_TEST'],![],_0x449e5d);}}),CodeceptRecorder['add'](async()=>{const _0x5213bc=_0x3fd694;try{_0x220358[_0x5213bc(0x1de)](isBrowserstackInfra)&&(_0x19dc21?await _0x220358['uWRNk'](playwrightMarkSessionStatus,_0x190545,STATE_FAILED,_0xda868f):await _0x220358[_0x5213bc(0x1d6)](markSessionStatus,_0x190545,STATE_FAILED,_0xda868f));}catch(_0x3f8816){logger[_0x5213bc(0x1e0)](_0x5213bc(0x22d)+util['format'](_0x3f8816)),PerformanceTester[_0x5213bc(0x1ea)](PerformanceEvents[_0x5213bc(0x1a6)],![],_0x3f8816);}});}PerformanceTester[_0x3fd694(0x1ea)](PerformanceEvents[_0x3fd694(0x1a6)]);}catch(_0x267a6){PerformanceTester['captureError'](_0x267a6);const _0x5e8207={};_0x5e8207[_0x3fd694(0x231)]=_0x367eb9['GBKBz'],PerformanceTester[_0x3fd694(0x1ea)](PerformanceHookEvents['SDK_HOOK'],![],_0x267a6,_0x5e8207),PerformanceTester[_0x3fd694(0x1ea)](PerformanceEvents['SDK_TEST'],![],_0x267a6);}const _0x797b2={};_0x797b2[_0x3fd694(0x231)]=_0x367eb9[_0x3fd694(0x271)],PerformanceTester[_0x3fd694(0x1ea)](PerformanceHookEvents[_0x3fd694(0x1aa)],!![],null,_0x797b2);}),CodeceptJS['event'][_0x379033(0x1a9)]['on'](CodeceptJS[_0x379033(0x2a4)][_0x379033(0x2a1)][_0x379033(0x216)],_0x23422c=>{const _0x21c234=_0x379033;PerformanceTester[_0x21c234(0x223)](PerformanceHookEvents[_0x21c234(0x1aa)]);try{const _0x18b6b9=_0x2309c3[_0x21c234(0x222)](TEST_EVENTS[_0x21c234(0x22f)],_0x23422c);CodeceptRecorder[_0x21c234(0x1b0)](()=>_0x2309c3['fireEvent'](TEST_EVENTS[_0x21c234(0x22f)],_0x18b6b9)),PerformanceTester['end'](PerformanceEvents['SDK_TEST']);}catch(_0xc8973a){PerformanceTester[_0x21c234(0x1cb)](_0xc8973a),PerformanceTester[_0x21c234(0x1ea)](PerformanceEvents[_0x21c234(0x1a6)],![],_0xc8973a);const _0x5a1846={};_0x5a1846[_0x21c234(0x231)]=_0x367eb9[_0x21c234(0x1fc)],PerformanceTester[_0x21c234(0x1ea)](PerformanceHookEvents[_0x21c234(0x1aa)],![],_0xc8973a,_0x5a1846);}const _0x37dd39={};_0x37dd39[_0x21c234(0x231)]=_0x367eb9['BKtek'],PerformanceTester['end'](PerformanceHookEvents[_0x21c234(0x1aa)],!![],null,_0x37dd39);}),CodeceptJS[_0x379033(0x2a4)][_0x379033(0x1a9)]['on'](CodeceptJS[_0x379033(0x2a4)][_0x379033(0x2a1)]['after'],async(_0x5aeef2,_0x2ad4d5)=>{const _0x216f2a=_0x379033;try{PerformanceTester[_0x216f2a(0x223)](PerformanceHookEvents[_0x216f2a(0x1aa)]);const _0x392828=_0x367eb9[_0x216f2a(0x1d3)](shouldScanTestForAccessibility,_0x5aeef2[_0x216f2a(0x1ac)](),!![]);if(_0x367eb9[_0x216f2a(0x28c)](isAccessibilityAutomationSession)&&global[_0x216f2a(0x226)]&&_0x392828){const _0x1369b2={};_0x1369b2[_0x216f2a(0x287)]=_0x5aeef2[_0x216f2a(0x1bc)],_0x1369b2[_0x216f2a(0x281)]=process['env'][testHubConstants['ENV_VAR'][_0x216f2a(0x25e)]],_0x1369b2[_0x216f2a(0x237)]=process['env'][testHubConstants[_0x216f2a(0x204)][_0x216f2a(0x20c)]];const _0x576e4c=_0x1369b2;logger['debug'](_0x216f2a(0x29b)+JSON[_0x216f2a(0x253)](_0x576e4c)),CodeceptRecorder[_0x216f2a(0x1b0)](async()=>{const _0x1fc7f9=_0x216f2a,_0x86f4e7={};_0x86f4e7[_0x1fc7f9(0x24d)]=_0x367eb9[_0x1fc7f9(0x265)],await PerformanceTester[_0x1fc7f9(0x28a)](PerformanceA11yEvents[_0x1fc7f9(0x255)],async()=>{const _0x20d1bf=_0x1fc7f9;await AccessibilityHelper[_0x20d1bf(0x269)](_0x190545,scripts[_0x20d1bf(0x248)]);},_0x86f4e7)(),globals[_0x1fc7f9(0x256)](_0x367eb9['xlTzN'])&&(_0x576e4c[_0x1fc7f9(0x277)]=!![]),await PerformanceTester[_0x1fc7f9(0x28a)](PerformanceA11yEvents[_0x1fc7f9(0x1cf)],async()=>{const _0x30d355=_0x1fc7f9;await AccessibilityHelper[_0x30d355(0x269)](_0x190545,scripts[_0x30d355(0x263)],_0x576e4c);})();}),logger[_0x216f2a(0x268)](_0x367eb9['BlGIz']);}const _0x5d8e17={};_0x5d8e17[_0x216f2a(0x231)]=_0x367eb9[_0x216f2a(0x1af)],PerformanceTester[_0x216f2a(0x1ea)](PerformanceHookEvents[_0x216f2a(0x1aa)],!![],null,_0x5d8e17);}catch(_0x4b25fe){PerformanceTester['captureError'](_0x4b25fe);const _0x4d31d2={};_0x4d31d2[_0x216f2a(0x231)]=_0x367eb9[_0x216f2a(0x1af)],PerformanceTester[_0x216f2a(0x1ea)](PerformanceHookEvents[_0x216f2a(0x1aa)],![],_0x4b25fe,_0x4d31d2);}}),CodeceptJS[_0x379033(0x2a4)][_0x379033(0x1a9)]['on'](CodeceptJS[_0x379033(0x2a4)][_0x379033(0x1b5)][_0x379033(0x215)],_0x2719cf=>{const _0x557dc2=_0x379033;PerformanceTester[_0x557dc2(0x223)](PerformanceHookEvents[_0x557dc2(0x1aa)]);try{process[_0x557dc2(0x19d)](_0x557dc2(0x1f4)+process['pid'],{'timestamp':new Date()[_0x557dc2(0x1d0)](),'level':_0x367eb9[_0x557dc2(0x278)],'message':_0x2719cf,'kind':_0x367eb9['MRFrA'],'http_response':{}});}catch(_0xb442af){PerformanceTester[_0x557dc2(0x1cb)](_0xb442af);const _0x19733f={};_0x19733f['hookType']=_0x367eb9[_0x557dc2(0x264)],PerformanceTester[_0x557dc2(0x1ea)](PerformanceHookEvents['SDK_HOOK'],![],_0xb442af,_0x19733f);}const _0x4cadca={};_0x4cadca[_0x557dc2(0x231)]=_0x367eb9[_0x557dc2(0x264)],PerformanceTester[_0x557dc2(0x1ea)](PerformanceHookEvents[_0x557dc2(0x1aa)],!![],null,_0x4cadca);}),CodeceptJS[_0x379033(0x2a4)][_0x379033(0x1a9)]['on'](CodeceptJS[_0x379033(0x2a4)][_0x379033(0x2a0)][_0x379033(0x22e)],_0x82e46b=>{const _0x1ae1c3=_0x379033,_0x11fd53={};_0x11fd53['hookType']=_0x367eb9['GCSrl'],PerformanceTester[_0x1ae1c3(0x28a)](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x58085b=_0x1ae1c3;_0x2309c3[_0x58085b(0x27e)](_0x82e46b);},_0x11fd53)();}),CodeceptJS[_0x379033(0x2a4)][_0x379033(0x1a9)]['on'](CodeceptJS[_0x379033(0x2a4)][_0x379033(0x2a0)][_0x379033(0x1f3)],_0x58a49b=>{const _0x5b5f41=_0x379033,_0x39df90={};_0x39df90['hookType']=_0x367eb9[_0x5b5f41(0x24b)],PerformanceTester[_0x5b5f41(0x28a)](PerformanceHookEvents[_0x5b5f41(0x1aa)],()=>{const _0x3db036=_0x5b5f41;_0x2309c3[_0x3db036(0x220)](_0x58a49b);},_0x39df90)();});};
1
+ function a1_0x3270(){const _0x100a72=['SAVE_RESULTS','saveTestResults','helpers','sXqNN','thTestRunUuid','format','parse','AeeOG','bs:addLog:','bstackAllyScanning','function','LHswR','LpLlz','177380RCFtgO','NcHdP','GsqPQ','stringify','restore','installAll','name','titlePath','bufferPendingHookEvent','bddStep-before','pages','catch','info','ndyLB','hasLiveDriverSession','start','add','flushPendingHookEvents','message','bddStep-after','TEST_RUN_FINISHED','LIpJU','SDK_PRE_TEST','djvpe','bvvxb','env','Puppeteer','warn','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20Playwright\x20_before:\x20','contexts','test-failed','setSessionName','before','test-started','Performing\x20scan\x20for\x20','WebDriver','ayxqA','getAccessibilityResults','from','SYNC','getGlobal','BROWSERSTACK_TESTHUB_JWT','stop','HOOK_RUN_STARTED','skipSessionStatus','failed','ggcTk','TEST_RUN_SKIPPED','kISVO','end','browserContext','LRkBn','cvwDb','xWSou','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20_before:\x20','BS_A11Y_JWT','\x0aStack:\x20','UIqQe','4016691TVRhSD','__skipSessionStatus','_setPage','SDK_PRE_INITIALIZE','ZbVRB','GET_RESULTS','hookType','executeScript','patchSaveScreenshot','NNPTz','AGyYc','UEEby','hook-passed','captureError','hook-started','VTSMm','command','util','SQCMQ','../../helpers/performance/performance-tester','SDK_HOOK','GET_RESULTS_SUMMARY','startsWith','passed','YKOJZ','chromium','__driver','zeFHg','apply','filter','codeceptjs/lib/recorder.js','getResultsSummary','overwriteCommand','version','AWkjk','dqIJd','string','started','slice','addRequestSpy','TestCafe','BS_TESTOPS_ALLOW_SCREENSHOTS','captureEvent','SDK_POST_TEST','nIMSC','ligjB','NJGNG','./helper.js','PERFORM_SCAN','test-before','toISOString','webdriverio','JGgIe','dispatcher','currentTest','arguments','4214987nmhZvH','class','base64','YFSDC','url','status','voGcb','debug','wJdzm','TEST_SCREENSHOT','FJxjx','browser','test-after','getSyncScript','../../helpers/accessibility-automation/helper','bddStepFinish','skipped','split','uToAD','step-comment','../../helpers/logger','fJpvL','RvxWK','332729GnQrfH','commandsToWrap','codeceptjs/lib/index.js','getAccessibilityResultsSummary','2096034RevAsm','after','afterTest','browserStackExecuteDriver','testFramework','setSessionStatus','container','all','call','PiarE','../../helpers/driverInitErrorReporter','push','HOOK_RUN_FINISHED','thJwtToken','XRTzB','zMwHJ','patch','VgPib','hFCUt','codeceptjs','XiGNS','devtools://','DtMWJ','event','izJVt','hook','bind','iHfJz','Playwright','then','FRAMEWORK_DETAILS','stack','vUGsj','initSaveScreenshot','fireEvent','gOguy','saveScreenshot','Dkqoj','toString','ftAWN','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','sODcl','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','SESSION_NAME','Suite','constructor','pid','winstonLogger','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','forEach','TEST_RUN_STARTED','Qebfz','SDK_TEST','../../helpers/helper','ciqGX','Nuvdo','zrrYF','./o11yHelper','TzhdO','YIVXK','_before','ctx','test','6937104pvCVfa','IigSZ','Element','emit','enabled','stopMonitoring','../../helpers/performance/constants','find','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','BROWSERSTACK_TESTHUB_UUID','config','accessibilityPlatform','performScan','driver-init\x20capture\x20install\x20failed:\x20','9SFTGyD','test-skipped','JQeGu','--auto-open-devtools-for-tabs','a11y_core_config','step','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','measureWrapper','aFnaD','PGYIV','hook-failed','waFpX','ENV_VAR','isMobilePlatform','browserstackTestName','../../helpers/test-observability/utils','testAnalyticsId','gKKFn','setGlobal','browserstack_executor:\x20','4VXpSba','prototype','yiQMq','action','JFpGU','MeQTC','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','bddStepStart','1898955aeSccb','title','VkoiI','PjBmx','nmjYu','WKZms','domForge','bddStep','mBkmi','SDK_POST_INITIALIZE'];a1_0x3270=function(){return _0x100a72;};return a1_0x3270();}function a1_0x518a(_0x22f396,_0x54ec5a){const _0x3270d8=a1_0x3270();return a1_0x518a=function(_0x518ac5,_0x145174){_0x518ac5=_0x518ac5-0x16e;let _0x58fbf6=_0x3270d8[_0x518ac5];return _0x58fbf6;},a1_0x518a(_0x22f396,_0x54ec5a);}const a1_0x45a214=a1_0x518a;(function(_0x3fb753,_0x3bcdb6){const _0x1836ce=a1_0x518a,_0x3f3840=_0x3fb753();while(!![]){try{const _0x2c7325=-parseInt(_0x1836ce(0x240))/0x1*(parseInt(_0x1836ce(0x198))/0x2)+parseInt(_0x1836ce(0x1f1))/0x3+parseInt(_0x1836ce(0x1b7))/0x4+-parseInt(_0x1836ce(0x1a0))/0x5+parseInt(_0x1836ce(0x244))/0x6+-parseInt(_0x1836ce(0x229))/0x7+-parseInt(_0x1836ce(0x176))/0x8*(-parseInt(_0x1836ce(0x184))/0x9);if(_0x2c7325===_0x3bcdb6)break;else _0x3f3840['push'](_0x3f3840['shift']());}catch(_0x29bd02){_0x3f3840['push'](_0x3f3840['shift']());}}}(a1_0x3270,0xe8809));const fs=require('fs'),util=require(a1_0x45a214(0x202)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x45a214(0x279)),logger=require(a1_0x45a214(0x23d))[a1_0x45a214(0x273)],testOpsHelper=require(a1_0x45a214(0x193)),requestSpy=require('../../helpers/request-spy'),PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x45a214(0x170)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x45a214(0x237)),AccessibilityHelper=require('../../bin/playwright/accessibility-helper'),scripts=require('../../helpers/accessibility-automation/scripts'),PerformanceTester=require(a1_0x45a214(0x204)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x45a214(0x17c)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x45a214(0x220)),testHubConstants=require('../../helpers/testhub/constants.js'),globals=require('../../helpers/globals.js'),CodeceptJS=requireModule(a1_0x45a214(0x242),'codeceptjs'),CodeceptUtils=requireModule('codeceptjs/lib/utils.js','codeceptjs'),CodeceptWebDriver=requireModule('codeceptjs/lib/helper/WebDriver.js',a1_0x45a214(0x257)),CodeceptRecorder=requireModule(a1_0x45a214(0x20f),a1_0x45a214(0x257)),CodeceptPlaywright=requireModule('codeceptjs/lib/helper/Playwright.js',a1_0x45a214(0x257));try{require(a1_0x45a214(0x24e))[a1_0x45a214(0x1bc)](a1_0x45a214(0x257));}catch(a1_0x2d1f92){logger[a1_0x45a214(0x230)](a1_0x45a214(0x183)+(a1_0x2d1f92&&a1_0x2d1f92[a1_0x45a214(0x1c9)]));}const playwrightMarkSessionStatus=(_0x3c368d,_0x58baed,_0x3ad40a)=>{const _0x540c83=a1_0x45a214,_0x3b538f={'tGkXt':_0x540c83(0x249),'YChuf':function(_0x4552e9,_0xaba1fa){return _0x4552e9(_0xaba1fa);}},_0x3dea53={};_0x3dea53[_0x540c83(0x22e)]=_0x58baed;const _0x5617aa={};_0x5617aa[_0x540c83(0x19b)]=_0x3b538f['tGkXt'],_0x5617aa[_0x540c83(0x228)]=_0x3dea53;const _0x29e472=_0x5617aa;return!_0x3b538f['YChuf'](isUndefined,_0x3ad40a)&&(_0x29e472[_0x540c83(0x228)]['reason']=JSON[_0x540c83(0x1ba)](_0x3ad40a)),_0x3c368d[_0x540c83(0x1f8)](()=>{},_0x540c83(0x197)+JSON['stringify'](_0x29e472));},o11ySync=PerformanceTester['measureWrapper'](PerformanceO11yEvents[a1_0x45a214(0x1de)],async _0x404104=>{const _0x34294b=a1_0x45a214,_0x2daac3={};_0x2daac3[_0x34294b(0x172)]=function(_0x222550,_0x289e89){return _0x222550===_0x289e89;},_0x2daac3['RvxWK']=_0x34294b(0x260);const _0x493264=_0x2daac3;_0x493264[_0x34294b(0x172)](_0x404104[_0x34294b(0x271)][_0x34294b(0x1bd)],_0x493264[_0x34294b(0x23f)])?await _0x404104['executeScript'](_0x165382=>{},testOpsHelper[_0x34294b(0x236)]()):await _0x404104[_0x34294b(0x1f8)](testOpsHelper['getSyncScript']());}),markSessionName=PerformanceTester[a1_0x45a214(0x18b)](PerformanceAutEvents[a1_0x45a214(0x26f)],async(_0x1fea81,_0x5391f3)=>{const _0x5285c6=a1_0x45a214,_0x209c94={};_0x209c94[_0x5285c6(0x24d)]=_0x5285c6(0x1d6),_0x209c94['auLTE']=function(_0xf81547,_0x524298){return _0xf81547===_0x524298;},_0x209c94[_0x5285c6(0x22c)]=_0x5285c6(0x260);const _0x11ec8d=_0x209c94,_0x1249a0={};_0x1249a0[_0x5285c6(0x1bd)]=_0x5391f3;const _0x2c280f={};_0x2c280f[_0x5285c6(0x19b)]=_0x11ec8d[_0x5285c6(0x24d)],_0x2c280f[_0x5285c6(0x228)]=_0x1249a0;const _0x25dc37=_0x2c280f;_0x11ec8d['auLTE'](_0x1fea81[_0x5285c6(0x271)][_0x5285c6(0x1bd)],_0x11ec8d[_0x5285c6(0x22c)])?await _0x1fea81[_0x5285c6(0x1f8)](()=>{},_0x5285c6(0x197)+JSON[_0x5285c6(0x1ba)](_0x25dc37)):await _0x1fea81['executeScript'](_0x5285c6(0x197)+JSON[_0x5285c6(0x1ba)](_0x25dc37));}),patchSaveScreenshot=_0x18fa40=>{const _0x543188=a1_0x45a214,_0x3ccc9d={'JQeGu':_0x543188(0x22b),'VkoiI':_0x543188(0x232),'dqIJd':function(_0x10fd5e){return _0x10fd5e();},'mBkmi':function(_0x4d1ceb,_0xec2ec0){return _0x4d1ceb(_0xec2ec0);},'PGYIV':'Screenshot\x20path\x20not\x20found','sODcl':function(_0x288c07,_0x354a7b){return _0x288c07(_0x354a7b);}};_0x3ccc9d[_0x543188(0x26d)](isTrue,process[_0x543188(0x1d0)][_0x543188(0x21a)])&&!_0x18fa40[_0x543188(0x1f9)]&&(_0x18fa40['patchSaveScreenshot']=!![],_0x18fa40[_0x543188(0x265)]=_0x18fa40['saveScreenshot'],_0x18fa40[_0x543188(0x268)]=(_0x26971f,_0x4c7bd8=![])=>{return new Promise(function(_0x5e0e18,_0x2e2ce1){const _0x174462=a1_0x518a,_0x82bedd={'AWkjk':_0x3ccc9d[_0x174462(0x186)],'waFpX':_0x3ccc9d[_0x174462(0x1a2)],'NXBls':function(_0xc50f60){const _0x501dff=_0x174462;return _0x3ccc9d[_0x501dff(0x214)](_0xc50f60);},'PchZt':function(_0x384fd9,_0x4d4bf8){const _0x177495=_0x174462;return _0x3ccc9d[_0x177495(0x1a8)](_0x384fd9,_0x4d4bf8);},'ZbVRB':_0x3ccc9d[_0x174462(0x18d)]};_0x18fa40[_0x174462(0x265)](_0x26971f,_0x4c7bd8)[_0x174462(0x261)](()=>{const _0x296b2e=_0x174462,_0x27248e=CodeceptUtils['screenshotOutputFolder'](_0x26971f);if(_0x27248e){const _0x528e49=fs['readFileSync'](_0x27248e);process[_0x296b2e(0x179)](_0x296b2e(0x1b2)+process[_0x296b2e(0x272)],{'timestamp':new Date()['toISOString'](),'message':_0x528e49[_0x296b2e(0x26a)](_0x82bedd[_0x296b2e(0x213)]),'kind':_0x82bedd[_0x296b2e(0x18f)]}),_0x82bedd['NXBls'](_0x5e0e18);}_0x82bedd['PchZt'](_0x2e2ce1,new Error(_0x82bedd[_0x296b2e(0x1f5)]));})[_0x174462(0x1c2)](()=>null);});});},patchWebDriverBefore=(_0x114e3d,_0x51b4d3)=>{const _0x2778f7=a1_0x45a214,_0x39018b={'fJpvL':function(_0x5b6dc2){return _0x5b6dc2();},'zrrYF':function(_0x5c0119,_0x32c863){return _0x5c0119(_0x32c863);},'ciqGX':function(_0x695c3f,_0x4d9f8c){return _0x695c3f===_0x4d9f8c;},'LHswR':_0x2778f7(0x224),'NJGNG':function(_0x43de86,_0x49f6c6){return _0x43de86===_0x49f6c6;},'kwdcR':_0x2778f7(0x215),'kISVO':function(_0x47251c,_0x210f38){return _0x47251c===_0x210f38;},'ggcTk':_0x2778f7(0x178),'Nuvdo':'function'},_0x39e676=async function(_0x11415a,_0x5e830e){const _0x2a345d=_0x2778f7;_0x39018b[_0x2a345d(0x23e)](isAccessibilityAutomationSession)&&!global[_0x2a345d(0x1b3)]&&global['accessibilityPlatform']&&scripts['shouldWrapCommand'](_0x11415a['name'])&&_0x39018b['zrrYF'](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x2a345d(0x1b3)]=!![],await PerformanceTester[_0x2a345d(0x18b)](PerformanceA11yEvents[_0x2a345d(0x221)],async()=>{const _0x1a33d3=_0x2a345d;logger[_0x1a33d3(0x230)](_0x1a33d3(0x1d9)+_0x11415a[_0x1a33d3(0x22a)]+'\x20'+_0x11415a['name']),await AccessibilityHelper[_0x1a33d3(0x247)](_0x114e3d,scripts[_0x1a33d3(0x182)]);},{'command':_0x11415a[_0x2a345d(0x1bd)]})());global[_0x2a345d(0x1b3)]=![];const _0x52e024=JSON['parse'](process['env'][_0x2a345d(0x262)]||'{}');if(_0x39018b[_0x2a345d(0x27a)](_0x52e024?.[_0x2a345d(0x248)]?.['name'],_0x39018b[_0x2a345d(0x1b5)])&&_0x39018b[_0x2a345d(0x21f)](typeof _0x52e024?.[_0x2a345d(0x248)]?.[_0x2a345d(0x212)],_0x39018b['kwdcR'])&&_0x52e024?.['testFramework']?.['version'][_0x2a345d(0x207)]('7'))return _0x5e830e[_0x2a345d(0x20d)](null,Array['prototype'][_0x2a345d(0x217)][_0x2a345d(0x24c)](arguments,0x2));return _0x5e830e[_0x2a345d(0x20d)](this,Array['prototype']['slice']['call'](arguments,0x2));},_0x8269b4=CodeceptWebDriver[_0x2778f7(0x199)][_0x2778f7(0x173)];CodeceptWebDriver[_0x2778f7(0x199)][_0x2778f7(0x173)]=async function(){const _0x34ab75=_0x2778f7;try{await _0x8269b4[_0x34ab75(0x20d)](this,arguments);}catch(_0x5f1b72){logger['debug']('Failed\x20to\x20execute\x20_before:\x20'+util[_0x34ab75(0x1af)](_0x5f1b72));}scripts[_0x34ab75(0x241)][_0x34ab75(0x20e)](_0x557c68=>_0x557c68['name']&&_0x557c68[_0x34ab75(0x22a)])[_0x34ab75(0x275)](_0x5a097f=>{const _0x411f9d=_0x34ab75;this[_0x411f9d(0x234)][_0x411f9d(0x211)](_0x5a097f[_0x411f9d(0x1bd)],_0x39e676[_0x411f9d(0x25e)](this,_0x5a097f),_0x39018b[_0x411f9d(0x1e7)](_0x5a097f[_0x411f9d(0x22a)],_0x39018b[_0x411f9d(0x1e5)]));}),_0x39018b[_0x34ab75(0x16f)](processWebDriverConfig,_0x114e3d);try{_0x51b4d3&&_0x39018b[_0x34ab75(0x1e7)](typeof _0x51b4d3['flushPendingHookEvents'],_0x39018b[_0x34ab75(0x16e)])&&await _0x51b4d3['flushPendingHookEvents']();}catch(_0x483694){logger[_0x34ab75(0x230)](_0x34ab75(0x1ed)+util[_0x34ab75(0x1af)](_0x483694));}};};function parseJwt(_0x533cfd){const _0x48e253=a1_0x45a214,_0x5cfa80={};_0x5cfa80['UIqQe']=_0x48e253(0x22b);const _0x4f3b71=_0x5cfa80;if(!_0x533cfd)return null;return JSON[_0x48e253(0x1b0)](Buffer[_0x48e253(0x1dd)](_0x533cfd[_0x48e253(0x23a)]('.')[0x1],_0x4f3b71[_0x48e253(0x1f0)])[_0x48e253(0x26a)]());}const patchPlaywrightBefore=_0x35dd3e=>{const _0x20697e=a1_0x45a214,_0x28d1bf={'ftAWN':function(_0x1f643d){return _0x1f643d();},'hFCUt':_0x20697e(0x259),'AGyYc':_0x20697e(0x187),'AeeOG':function(_0x119ca1){return _0x119ca1();},'rjSqj':function(_0x25c459,_0x1f38be){return _0x25c459(_0x1f38be);},'cvwDb':function(_0x6af5e,_0x45b0b6){return _0x6af5e+_0x45b0b6;},'DtMWJ':_0x20697e(0x1ef),'NcHdP':function(_0x3792eb){return _0x3792eb();},'nIMSC':function(_0x27cd1e){return _0x27cd1e();},'yiQMq':function(_0x408833){return _0x408833();},'ndyLB':function(_0x525520,_0x22c07d){return _0x525520===_0x22c07d;},'Qebfz':_0x20697e(0x1b4)};PlaywrightSessionDetails[_0x20697e(0x254)]();const _0x2e72fb=CodeceptPlaywright[_0x20697e(0x199)]['_before'];CodeceptPlaywright[_0x20697e(0x199)]['_before']=async function(){const _0x331ca2=_0x20697e,_0x47c6a0={'WKZms':function(_0x4ab5a4){const _0x2d5e1c=a1_0x518a;return _0x28d1bf[_0x2d5e1c(0x26b)](_0x4ab5a4);},'izJVt':_0x28d1bf[_0x331ca2(0x256)],'Dkqoj':_0x28d1bf[_0x331ca2(0x1fb)],'XAGGM':function(_0x1f2f09){const _0xb4c344=_0x331ca2;return _0x28d1bf[_0xb4c344(0x1b1)](_0x1f2f09);},'FJxjx':function(_0x507ef3,_0x92aa6d){return _0x28d1bf['rjSqj'](_0x507ef3,_0x92aa6d);},'uApdZ':function(_0x4afcd2){const _0x47a355=_0x331ca2;return _0x28d1bf[_0x47a355(0x1b1)](_0x4afcd2);},'jjCDh':function(_0x32d87c,_0x174e23){const _0xd83ed0=_0x331ca2;return _0x28d1bf[_0xd83ed0(0x1eb)](_0x32d87c,_0x174e23);},'LduWZ':_0x28d1bf[_0x331ca2(0x25a)]};this[_0x331ca2(0x1e9)]=await this[_0x331ca2(0x234)][_0x331ca2(0x1d4)]()[0x0];const _0x2ae55e=async()=>{const _0x3ed15e=_0x331ca2,_0x66e08b={'uToAD':function(_0x52d781){const _0x1834b8=a1_0x518a;return _0x47c6a0[_0x1834b8(0x1a5)](_0x52d781);},'MeQTC':_0x47c6a0[_0x3ed15e(0x25c)]},_0x318eeb=this[_0x3ed15e(0x180)]&&this[_0x3ed15e(0x180)]['chromium']&&this[_0x3ed15e(0x180)][_0x3ed15e(0x20a)]['args']&&Array['isArray'](this[_0x3ed15e(0x180)][_0x3ed15e(0x20a)]['args'])&&this[_0x3ed15e(0x180)][_0x3ed15e(0x20a)]['args']['includes'](_0x47c6a0[_0x3ed15e(0x269)]);if(_0x47c6a0['XAGGM'](isAccessibilityAutomationSession)&&!_0x318eeb)try{const _0x3ee776=_0x47c6a0[_0x3ed15e(0x233)](parseJwt,process[_0x3ed15e(0x1d0)][_0x3ed15e(0x1ee)]);if(_0x3ee776&&_0x3ee776['a11y_core_config']&&_0x3ee776[_0x3ed15e(0x188)][_0x3ed15e(0x1a6)]){const _0xa278d2=this[_0x3ed15e(0x1e9)]['pages']['bind'](this[_0x3ed15e(0x1e9)]);this['browserContext'][_0x3ed15e(0x1c1)]=async function(){const _0x3e25f0=_0x3ed15e,_0x5d0b14=await _0x66e08b[_0x3e25f0(0x23b)](_0xa278d2),_0x503ac1=[];for(const _0xb562dd of _0x5d0b14){try{const _0x444e87=await _0xb562dd[_0x3e25f0(0x22d)]();!_0x444e87[_0x3e25f0(0x207)](_0x66e08b[_0x3e25f0(0x19d)])&&_0x503ac1[_0x3e25f0(0x24f)](_0xb562dd);}catch(_0x432ab3){_0x503ac1[_0x3e25f0(0x24f)](_0xb562dd);}}return _0x503ac1;};}if(!_0x47c6a0['uApdZ'](isBrowserstackInfra)){const _0x5a65c9=await this['page'][_0x3ed15e(0x22d)]();if(_0x5a65c9[_0x3ed15e(0x207)](_0x47c6a0['izJVt'])){const _0x43a468=await this[_0x3ed15e(0x1e9)]['pages']();this[_0x3ed15e(0x1f3)](_0x43a468[0x0]);}}}catch(_0x3f7e2c){logger[_0x3ed15e(0x230)]('Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20'+_0x3f7e2c[_0x3ed15e(0x1c9)]+(_0x3f7e2c['stack']?_0x47c6a0['jjCDh'](_0x47c6a0['LduWZ'],_0x3f7e2c[_0x3ed15e(0x263)]):''));}};_0x28d1bf[_0x331ca2(0x1b8)](isBrowserstackInfra)&&await _0x28d1bf[_0x331ca2(0x26b)](_0x2ae55e);await _0x2e72fb['apply'](this,arguments);!_0x28d1bf[_0x331ca2(0x21d)](isBrowserstackInfra)&&await _0x28d1bf[_0x331ca2(0x19a)](_0x2ae55e);try{_0x35dd3e&&_0x28d1bf[_0x331ca2(0x1c4)](typeof _0x35dd3e[_0x331ca2(0x1c8)],_0x28d1bf[_0x331ca2(0x277)])&&await _0x35dd3e[_0x331ca2(0x1c8)]();}catch(_0xa4c080){logger[_0x331ca2(0x230)](_0x331ca2(0x1d3)+util[_0x331ca2(0x1af)](_0xa4c080));}};},getCodeceptDriver=()=>{const _0x260c53=a1_0x45a214,_0x503a9f={};_0x503a9f[_0x260c53(0x203)]=_0x260c53(0x1da),_0x503a9f[_0x260c53(0x1a3)]='Playwright',_0x503a9f['LbDyW']=_0x260c53(0x1d1),_0x503a9f[_0x260c53(0x200)]=_0x260c53(0x219);const _0x5265a1=_0x503a9f,_0x7f5cb=[_0x5265a1[_0x260c53(0x203)],_0x5265a1['PjBmx'],_0x5265a1['LbDyW'],_0x5265a1[_0x260c53(0x200)]],_0x5703fe=_0x7f5cb[_0x260c53(0x17d)](_0x2d6843=>!!CodeceptJS[_0x260c53(0x24a)][_0x260c53(0x1ac)](_0x2d6843));if(!_0x5703fe)return null;return CodeceptJS[_0x260c53(0x24a)][_0x260c53(0x1ac)](_0x5703fe);};module['exports']=function(_0x5c876a){const _0x55c5c0=a1_0x45a214,_0xa4ce1d={'vUGsj':function(_0x5dbcc9,_0x254f8a){return _0x5dbcc9(_0x254f8a);},'wJdzm':function(_0x5c01be,_0x1ac01b,_0x19ab47){return _0x5c01be(_0x1ac01b,_0x19ab47);},'NNPTz':'getAccessibilityResultsSummary','nRzlb':_0x55c5c0(0x26e),'XiGNS':'getAccessibilityResults','zeFHg':_0x55c5c0(0x17e),'GsqPQ':function(_0x188808,_0xe82b3f,_0x46924e){return _0x188808(_0xe82b3f,_0x46924e);},'djvpe':_0x55c5c0(0x1ff),'sXqNN':_0x55c5c0(0x1fd),'VgPib':_0x55c5c0(0x18e),'MKBgA':_0x55c5c0(0x192),'ayxqA':function(_0x425860){return _0x425860();},'LIpJU':_0x55c5c0(0x222),'ZAIFc':function(_0x48a064,_0x2c51aa){return _0x48a064(_0x2c51aa);},'XRTzB':_0x55c5c0(0x1d8),'IigSZ':function(_0x57c590,_0x5aaccf,_0x3bf075){return _0x57c590(_0x5aaccf,_0x3bf075);},'UEEby':function(_0x29e7fa){return _0x29e7fa();},'YKOJZ':'test-passed','EaMuW':function(_0x446244,_0x40cbe4,_0x6729f3,_0x5b6c3d){return _0x446244(_0x40cbe4,_0x6729f3,_0x5b6c3d);},'CglRE':function(_0x20cec6,_0x15ece5){return _0x20cec6===_0x15ece5;},'JGgIe':_0x55c5c0(0x270),'LpLlz':_0x55c5c0(0x1d5),'zMwHJ':_0x55c5c0(0x185),'nWwDm':_0x55c5c0(0x246),'iHfJz':_0x55c5c0(0x191),'xWSou':_0x55c5c0(0x19e),'bvvxb':_0x55c5c0(0x235),'voGcb':'INFO','gKKFn':'TEST_LOG','aFnaD':_0x55c5c0(0x23c),'LRkBn':_0x55c5c0(0x1c0),'ligjB':_0x55c5c0(0x1ca),'TzhdO':_0x55c5c0(0x260)};_0x5c876a[_0x55c5c0(0x1e3)]&&(global[_0x55c5c0(0x1f2)]=_0x5c876a['skipSessionStatus']);PerformanceTester['startMonitoring']();const _0x5468f2=_0xa4ce1d[_0x55c5c0(0x1fc)](getCodeceptDriver),_0x2c6019=new O11yHelper(_0x5468f2,_0x5c876a),_0x4af871=!!CodeceptJS['container']['helpers'](_0xa4ce1d[_0x55c5c0(0x171)]);global[_0x55c5c0(0x20b)]=_0x5468f2;_0x5468f2&&(PerformanceTester[_0x55c5c0(0x18b)](PerformanceEvents[_0x55c5c0(0x1f4)],()=>{const _0x144c3b=_0x55c5c0;_0x4af871?_0xa4ce1d[_0x144c3b(0x264)](patchPlaywrightBefore,_0x2c6019):_0xa4ce1d[_0x144c3b(0x231)](patchWebDriverBefore,_0x5468f2,_0x2c6019);})(),PerformanceTester[_0x55c5c0(0x18b)](PerformanceEvents[_0x55c5c0(0x1a9)],()=>{const _0x2c879e=_0x55c5c0;_0x5468f2[_0x2c879e(0x243)]=async()=>{const _0x353385=_0x2c879e;if(global[_0x353385(0x181)]){const _0x4fa7ea={};return _0x4fa7ea[_0x353385(0x201)]=_0xa4ce1d[_0x353385(0x1fa)],await PerformanceTester[_0x353385(0x18b)](PerformanceA11yEvents[_0x353385(0x221)],async()=>{const _0x4fa4c4=_0x353385;return await AccessibilityHelper[_0x4fa4c4(0x247)](_0x5468f2,scripts['performScan']);},_0x4fa7ea)(),await PerformanceTester[_0x353385(0x18b)](PerformanceA11yEvents[_0x353385(0x206)],async()=>{const _0x2bf16f=_0x353385;return await AccessibilityHelper[_0x2bf16f(0x247)](_0x5468f2,scripts[_0x2bf16f(0x210)]);})();}return logger[_0x353385(0x1d2)](_0xa4ce1d['nRzlb']),{};},_0x5468f2[_0x2c879e(0x1dc)]=async()=>{const _0x3b1538=_0x2c879e;if(global['accessibilityPlatform']){const _0x3117b4={};return _0x3117b4[_0x3b1538(0x201)]=_0xa4ce1d[_0x3b1538(0x258)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x3b1538(0x221)],async()=>{const _0x44804f=_0x3b1538;return await AccessibilityHelper['browserStackExecuteDriver'](_0x5468f2,scripts[_0x44804f(0x182)]);},_0x3117b4)(),await PerformanceTester[_0x3b1538(0x18b)](PerformanceA11yEvents[_0x3b1538(0x1f6)],async()=>{const _0x392842=_0x3b1538;return await AccessibilityHelper[_0x392842(0x247)](_0x5468f2,scripts['getResults']);})();}return logger[_0x3b1538(0x1d2)](_0xa4ce1d[_0x3b1538(0x20c)]),{};},_0xa4ce1d[_0x2c879e(0x264)](patchSaveScreenshot,_0x5468f2);})());CodeceptJS[_0x55c5c0(0x25b)][_0x55c5c0(0x226)]['on'](CodeceptJS[_0x55c5c0(0x25b)]['all'][_0x55c5c0(0x1d7)],()=>{const _0x5437d6=_0x55c5c0;PerformanceTester['start'](PerformanceEvents[_0x5437d6(0x1cd)]);try{_0x2c6019[_0x5437d6(0x1c6)](),testOpsHelper[_0x5437d6(0x218)](),PerformanceTester[_0x5437d6(0x1e8)](PerformanceEvents[_0x5437d6(0x1cd)]);}catch(_0x4cccaf){PerformanceTester['captureError'](_0x4cccaf),PerformanceTester[_0x5437d6(0x1e8)](PerformanceEvents[_0x5437d6(0x1cd)],![],_0x4cccaf);}}),CodeceptJS[_0x55c5c0(0x25b)][_0x55c5c0(0x226)]['on'](CodeceptJS['event'][_0x55c5c0(0x24b)][_0x55c5c0(0x245)],async()=>{const _0x5c8e98=_0x55c5c0;PerformanceTester[_0x5c8e98(0x1c6)](PerformanceEvents[_0x5c8e98(0x21c)]);try{requestSpy[_0x5c8e98(0x1bb)](),await _0x2c6019[_0x5c8e98(0x1e1)](),PerformanceTester[_0x5c8e98(0x1e8)](PerformanceEvents['SDK_POST_TEST']);}catch(_0x414d23){PerformanceTester['captureError'](_0x414d23),PerformanceTester['end'](PerformanceEvents[_0x5c8e98(0x21c)],![],_0x414d23);}finally{PerformanceTester[_0x5c8e98(0x17b)]();}});const _0x4bc46e=(_0x2839ae,_0x11a7b8)=>{const _0x50b21c=_0x55c5c0;if(!_0x2c6019)return;if(!_0x2c6019[_0x50b21c(0x1c5)]()){_0x2c6019[_0x50b21c(0x1bf)](_0x2839ae,_0x11a7b8);return;}CodeceptRecorder['add'](()=>_0x2c6019['fireEvent'](_0x2839ae,_0x11a7b8));};CodeceptJS[_0x55c5c0(0x25b)]['dispatcher']['on'](CodeceptJS[_0x55c5c0(0x25b)]['hook'][_0x55c5c0(0x216)],_0x11c7ba=>{const _0x4c9e57=_0x55c5c0;PerformanceTester[_0x4c9e57(0x1c6)](PerformanceEvents['SDK_HOOK']);try{const _0x2a9ee1=_0x11c7ba[_0x4c9e57(0x174)]['test'],_0x3079aa=_0x2c6019[_0x4c9e57(0x21b)](TEST_EVENTS[_0x4c9e57(0x1e2)],_0x2a9ee1);_0xa4ce1d[_0x4c9e57(0x1b9)](_0x4bc46e,TEST_EVENTS[_0x4c9e57(0x1e2)],_0x3079aa);const _0x482c1e={};_0x482c1e['hookType']=_0xa4ce1d[_0x4c9e57(0x1ce)],PerformanceTester[_0x4c9e57(0x1e8)](PerformanceEvents[_0x4c9e57(0x205)],!![],null,_0x482c1e);}catch(_0x231883){const _0x3c2210={};_0x3c2210[_0x4c9e57(0x1f7)]=_0xa4ce1d[_0x4c9e57(0x1ce)],PerformanceTester[_0x4c9e57(0x1e8)](PerformanceEvents[_0x4c9e57(0x205)],![],_0x231883,_0x3c2210),PerformanceTester[_0x4c9e57(0x1fe)](_0x231883);}}),CodeceptJS[_0x55c5c0(0x25b)][_0x55c5c0(0x226)]['on'](CodeceptJS[_0x55c5c0(0x25b)][_0x55c5c0(0x25d)][_0x55c5c0(0x208)],_0x51a9df=>{const _0x20c761=_0x55c5c0,_0x5898f4={};_0x5898f4[_0x20c761(0x1f7)]=_0xa4ce1d[_0x20c761(0x1ad)],PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x5898f4);try{const _0x1ada4e=_0x51a9df[_0x20c761(0x174)][_0x20c761(0x175)],_0x57351a=_0x2c6019[_0x20c761(0x21b)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x1ada4e);_0xa4ce1d[_0x20c761(0x1b9)](_0x4bc46e,TEST_EVENTS[_0x20c761(0x250)],_0x57351a);const _0x24ba32={};_0x24ba32[_0x20c761(0x1f7)]=_0xa4ce1d[_0x20c761(0x1ad)],PerformanceTester[_0x20c761(0x1e8)](PerformanceHookEvents[_0x20c761(0x205)],!![],null,_0x24ba32);}catch(_0x3f2f2d){PerformanceTester[_0x20c761(0x1fe)](_0x3f2f2d);const _0x56e393={};_0x56e393[_0x20c761(0x1f7)]=_0xa4ce1d[_0x20c761(0x1ad)],PerformanceTester['end'](PerformanceHookEvents[_0x20c761(0x205)],![],_0x3f2f2d,_0x56e393);}}),CodeceptJS['event'][_0x55c5c0(0x226)]['on'](CodeceptJS[_0x55c5c0(0x25b)][_0x55c5c0(0x25d)][_0x55c5c0(0x1e4)],async(_0x4219a8,_0x11a467)=>{const _0x58b1e7=_0x55c5c0;PerformanceTester[_0x58b1e7(0x1c6)](PerformanceHookEvents[_0x58b1e7(0x205)]);try{const _0x24aa8e=_0x4219a8[_0x58b1e7(0x174)][_0x58b1e7(0x175)],_0x488c24=_0x2c6019['captureEvent'](TEST_EVENTS[_0x58b1e7(0x250)],_0x24aa8e,_0x11a467);_0xa4ce1d['GsqPQ'](_0x4bc46e,TEST_EVENTS[_0x58b1e7(0x250)],_0x488c24);const _0x5eed3b={};_0x5eed3b[_0x58b1e7(0x1f7)]=_0xa4ce1d[_0x58b1e7(0x255)],PerformanceTester[_0x58b1e7(0x1c6)](PerformanceHookEvents[_0x58b1e7(0x205)],!![],null,_0x5eed3b);}catch(_0x5e5716){PerformanceTester['captureError'](_0x5e5716);const _0x4f784f={};_0x4f784f['hookType']=_0xa4ce1d[_0x58b1e7(0x255)],PerformanceTester[_0x58b1e7(0x1e8)](PerformanceHookEvents[_0x58b1e7(0x205)],![],_0x5e5716,_0x4f784f);}const _0x58ec85={};_0x58ec85[_0x58b1e7(0x1f7)]=_0xa4ce1d[_0x58b1e7(0x255)],PerformanceTester['end'](PerformanceHookEvents[_0x58b1e7(0x205)],!![],null,_0x58ec85);}),CodeceptJS[_0x55c5c0(0x25b)]['dispatcher']['on'](CodeceptJS[_0x55c5c0(0x25b)][_0x55c5c0(0x175)][_0x55c5c0(0x1d7)],_0x3fb3ad=>{const _0x217017=_0x55c5c0;PerformanceTester[_0x217017(0x1c6)](PerformanceHookEvents['SDK_HOOK']);try{globals[_0x217017(0x196)](_0xa4ce1d['MKBgA'],_0x3fb3ad['title']);_0xa4ce1d[_0x217017(0x1db)](isBrowserstackInfra)&&(_0x4af871&&(global['__workerDetails']={'currentTest':{'name':_0x3fb3ad[_0x217017(0x1a1)],'testInfo':{'titlePath':_0x3fb3ad[_0x217017(0x1be)]()}}}));const _0x366273={};_0x366273[_0x217017(0x1f7)]=_0xa4ce1d[_0x217017(0x1cc)],PerformanceTester[_0x217017(0x1e8)](PerformanceHookEvents[_0x217017(0x205)],!![],null,_0x366273);}catch(_0x33db79){PerformanceTester[_0x217017(0x1fe)](_0x33db79);const _0x26a801={};_0x26a801[_0x217017(0x1f7)]=_0xa4ce1d[_0x217017(0x1cc)],PerformanceTester[_0x217017(0x1e8)](PerformanceHookEvents['SDK_HOOK'],![],_0x33db79,_0x26a801);}}),CodeceptJS[_0x55c5c0(0x25b)]['dispatcher']['on'](CodeceptJS[_0x55c5c0(0x25b)]['test']['started'],_0x1c7447=>{const _0x1827e9=_0x55c5c0;PerformanceTester[_0x1827e9(0x1c6)](PerformanceHookEvents[_0x1827e9(0x205)]);try{globals['setGlobal'](_0xa4ce1d['MKBgA'],_0x1c7447[_0x1827e9(0x1a1)]);const _0x130b2e=_0x2c6019[_0x1827e9(0x21b)](TEST_EVENTS[_0x1827e9(0x276)],_0x1c7447);CodeceptRecorder[_0x1827e9(0x1c7)](()=>_0x2c6019[_0x1827e9(0x1c8)]()),CodeceptRecorder[_0x1827e9(0x1c7)](()=>_0x2c6019[_0x1827e9(0x266)](TEST_EVENTS[_0x1827e9(0x276)],_0x130b2e)),CodeceptRecorder[_0x1827e9(0x1c7)](async()=>{const _0x428d6a=_0x1827e9;_0xa4ce1d[_0x428d6a(0x1db)](isBrowserstackInfra)&&(!_0xa4ce1d[_0x428d6a(0x264)](isTrue,_0x5c876a['skipSessionName'])&&await _0xa4ce1d[_0x428d6a(0x1b9)](markSessionName,_0x5468f2,_0x1c7447[_0x428d6a(0x1a1)]),_0x2c6019[_0x428d6a(0x17a)]&&await _0xa4ce1d['ZAIFc'](o11ySync,_0x5468f2));});}catch(_0x565898){const _0x209c7c={};_0x209c7c[_0x1827e9(0x1f7)]=_0xa4ce1d[_0x1827e9(0x252)],PerformanceTester[_0x1827e9(0x1e8)](PerformanceHookEvents[_0x1827e9(0x205)],![],_0x565898,_0x209c7c),PerformanceTester[_0x1827e9(0x1fe)](_0x565898);}const _0x174b07={};_0x174b07[_0x1827e9(0x1f7)]=_0xa4ce1d[_0x1827e9(0x252)],PerformanceTester[_0x1827e9(0x1e8)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x174b07);}),CodeceptJS[_0x55c5c0(0x25b)][_0x55c5c0(0x226)]['on'](CodeceptJS[_0x55c5c0(0x25b)]['test'][_0x55c5c0(0x208)],_0x4a3865=>{const _0x2ef3c9=_0x55c5c0;PerformanceTester[_0x2ef3c9(0x1c6)](PerformanceHookEvents[_0x2ef3c9(0x205)]);try{const _0x2b2543=_0x2c6019[_0x2ef3c9(0x21b)](TEST_EVENTS[_0x2ef3c9(0x1cb)],_0x4a3865);CodeceptRecorder[_0x2ef3c9(0x1c7)](()=>_0x2c6019['fireEvent'](TEST_EVENTS[_0x2ef3c9(0x1cb)],_0x2b2543)),CodeceptRecorder['add'](async()=>{const _0x1f1639=_0x2ef3c9,_0x183bea={'JFpGU':function(_0x55340a,_0x31df9b,_0x8e2432){const _0x515e3e=a1_0x518a;return _0xa4ce1d[_0x515e3e(0x177)](_0x55340a,_0x31df9b,_0x8e2432);}};_0xa4ce1d['UEEby'](isBrowserstackInfra)&&await PerformanceTester[_0x1f1639(0x18b)](PerformanceAutEvents['SESSION_STATUS'],async()=>{const _0x5e9363=_0x1f1639;_0x4af871?await _0x183bea['JFpGU'](playwrightMarkSessionStatus,_0x5468f2,STATE_PASSED):await _0x183bea[_0x5e9363(0x19c)](markSessionStatus,_0x5468f2,STATE_PASSED);})();}),PerformanceTester[_0x2ef3c9(0x1e8)](PerformanceEvents[_0x2ef3c9(0x278)]);}catch(_0xa087dd){PerformanceTester[_0x2ef3c9(0x1fe)](_0xa087dd);const _0x23d49e={};_0x23d49e[_0x2ef3c9(0x1f7)]=_0xa4ce1d[_0x2ef3c9(0x209)],PerformanceTester[_0x2ef3c9(0x1e8)](PerformanceHookEvents['SDK_HOOK'],![],_0xa087dd,_0x23d49e),PerformanceTester[_0x2ef3c9(0x1e8)](PerformanceEvents[_0x2ef3c9(0x278)],![],_0xa087dd);}const _0x225180={};_0x225180[_0x2ef3c9(0x1f7)]=_0xa4ce1d['YKOJZ'],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x225180);}),CodeceptJS[_0x55c5c0(0x25b)][_0x55c5c0(0x226)]['on'](CodeceptJS[_0x55c5c0(0x25b)][_0x55c5c0(0x175)][_0x55c5c0(0x1e4)],(_0x3956eb,_0x717c24)=>{const _0x332271=_0x55c5c0,_0x991c0a={'gOguy':function(_0x424198){const _0x1e832c=a1_0x518a;return _0xa4ce1d[_0x1e832c(0x1fc)](_0x424198);},'nmjYu':function(_0x1a3943,_0x444665,_0x213a09,_0x5c29b2){return _0xa4ce1d['EaMuW'](_0x1a3943,_0x444665,_0x213a09,_0x5c29b2);}};PerformanceTester[_0x332271(0x1c6)](PerformanceHookEvents[_0x332271(0x205)]);try{if(_0xa4ce1d['CglRE'](_0x3956eb[_0x332271(0x271)][_0x332271(0x1bd)],_0xa4ce1d[_0x332271(0x225)])){const _0x520f5c=_0x2c6019[_0x332271(0x21b)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x3956eb[_0x332271(0x174)][_0x332271(0x227)]);CodeceptRecorder[_0x332271(0x1c7)](()=>_0x2c6019[_0x332271(0x266)](TEST_EVENTS[_0x332271(0x1e6)],_0x520f5c));}else{const _0x11274d=_0x2c6019[_0x332271(0x21b)](TEST_EVENTS[_0x332271(0x1cb)],_0x3956eb,_0x717c24);CodeceptRecorder[_0x332271(0x1c7)](()=>{const _0x1ab98d=_0x332271;try{_0x2c6019['fireEvent'](TEST_EVENTS[_0x1ab98d(0x1cb)],_0x11274d);}catch(_0x1df40b){logger[_0x1ab98d(0x230)](_0x1ab98d(0x274)+util[_0x1ab98d(0x1af)](_0x1df40b)),PerformanceTester[_0x1ab98d(0x1e8)](PerformanceEvents[_0x1ab98d(0x278)],![],_0x1df40b);}}),CodeceptRecorder['add'](async()=>{const _0x3ce7fb=_0x332271;try{_0x991c0a[_0x3ce7fb(0x267)](isBrowserstackInfra)&&(_0x4af871?await _0x991c0a[_0x3ce7fb(0x1a4)](playwrightMarkSessionStatus,_0x5468f2,STATE_FAILED,_0x717c24):await _0x991c0a[_0x3ce7fb(0x1a4)](markSessionStatus,_0x5468f2,STATE_FAILED,_0x717c24));}catch(_0x152e49){logger['debug'](_0x3ce7fb(0x18a)+util[_0x3ce7fb(0x1af)](_0x152e49)),PerformanceTester[_0x3ce7fb(0x1e8)](PerformanceEvents[_0x3ce7fb(0x278)],![],_0x152e49);}});}PerformanceTester[_0x332271(0x1e8)](PerformanceEvents[_0x332271(0x278)]);}catch(_0x4db736){PerformanceTester[_0x332271(0x1fe)](_0x4db736);const _0x44b726={};_0x44b726[_0x332271(0x1f7)]=_0xa4ce1d['LpLlz'],PerformanceTester['end'](PerformanceHookEvents[_0x332271(0x205)],![],_0x4db736,_0x44b726),PerformanceTester[_0x332271(0x1e8)](PerformanceEvents[_0x332271(0x278)],![],_0x4db736);}const _0x3e6809={};_0x3e6809[_0x332271(0x1f7)]=_0xa4ce1d[_0x332271(0x1b6)],PerformanceTester['end'](PerformanceHookEvents[_0x332271(0x205)],!![],null,_0x3e6809);}),CodeceptJS[_0x55c5c0(0x25b)][_0x55c5c0(0x226)]['on'](CodeceptJS[_0x55c5c0(0x25b)][_0x55c5c0(0x175)][_0x55c5c0(0x239)],_0x1b422a=>{const _0x2b0796=_0x55c5c0;PerformanceTester[_0x2b0796(0x1c6)](PerformanceHookEvents[_0x2b0796(0x205)]);try{const _0x551f79=_0x2c6019[_0x2b0796(0x21b)](TEST_EVENTS[_0x2b0796(0x1e6)],_0x1b422a);CodeceptRecorder['add'](()=>_0x2c6019[_0x2b0796(0x266)](TEST_EVENTS[_0x2b0796(0x1e6)],_0x551f79)),PerformanceTester[_0x2b0796(0x1e8)](PerformanceEvents[_0x2b0796(0x278)]);}catch(_0x2001ee){PerformanceTester[_0x2b0796(0x1fe)](_0x2001ee),PerformanceTester[_0x2b0796(0x1e8)](PerformanceEvents[_0x2b0796(0x278)],![],_0x2001ee);const _0x2b997b={};_0x2b997b['hookType']=_0xa4ce1d[_0x2b0796(0x253)],PerformanceTester['end'](PerformanceHookEvents[_0x2b0796(0x205)],![],_0x2001ee,_0x2b997b);}const _0x8d848={};_0x8d848[_0x2b0796(0x1f7)]=_0xa4ce1d[_0x2b0796(0x253)],PerformanceTester[_0x2b0796(0x1e8)](PerformanceHookEvents[_0x2b0796(0x205)],!![],null,_0x8d848);}),CodeceptJS[_0x55c5c0(0x25b)][_0x55c5c0(0x226)]['on'](CodeceptJS[_0x55c5c0(0x25b)][_0x55c5c0(0x175)][_0x55c5c0(0x245)],async(_0x915c64,_0x193862)=>{const _0xfdcf7=_0x55c5c0;try{PerformanceTester[_0xfdcf7(0x1c6)](PerformanceHookEvents[_0xfdcf7(0x205)]);const _0xe2c503=_0xa4ce1d[_0xfdcf7(0x1b9)](shouldScanTestForAccessibility,_0x915c64[_0xfdcf7(0x1be)](),!![]);if(_0xa4ce1d[_0xfdcf7(0x1fc)](isAccessibilityAutomationSession)&&global['accessibilityPlatform']&&_0xe2c503){const _0xf91d27={};_0xf91d27[_0xfdcf7(0x1ae)]=_0x915c64[_0xfdcf7(0x194)],_0xf91d27['thBuildUuid']=process[_0xfdcf7(0x1d0)][testHubConstants['ENV_VAR'][_0xfdcf7(0x17f)]],_0xf91d27[_0xfdcf7(0x251)]=process['env'][testHubConstants[_0xfdcf7(0x190)][_0xfdcf7(0x1e0)]];const _0x1e0f38=_0xf91d27;logger[_0xfdcf7(0x230)](_0xfdcf7(0x26c)+JSON[_0xfdcf7(0x1ba)](_0x1e0f38)),CodeceptRecorder['add'](async()=>{const _0x54e317=_0xfdcf7,_0x386d1d={};_0x386d1d[_0x54e317(0x201)]=_0xa4ce1d['nWwDm'],await PerformanceTester[_0x54e317(0x18b)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x16b3d5=_0x54e317;await AccessibilityHelper[_0x16b3d5(0x247)](_0x5468f2,scripts[_0x16b3d5(0x182)]);},_0x386d1d)(),globals[_0x54e317(0x1df)](_0xa4ce1d[_0x54e317(0x25f)])&&(_0x1e0f38['is_mobile_session']=!![]),await PerformanceTester[_0x54e317(0x18b)](PerformanceA11yEvents[_0x54e317(0x1aa)],async()=>{const _0x593294=_0x54e317;await AccessibilityHelper['browserStackExecuteDriver'](_0x5468f2,scripts[_0x593294(0x1ab)],_0x1e0f38);})();}),logger[_0xfdcf7(0x1c3)](_0xa4ce1d[_0xfdcf7(0x1ec)]);}const _0x4d8073={};_0x4d8073[_0xfdcf7(0x1f7)]=_0xa4ce1d[_0xfdcf7(0x1cf)],PerformanceTester[_0xfdcf7(0x1e8)](PerformanceHookEvents[_0xfdcf7(0x205)],!![],null,_0x4d8073);}catch(_0x458f2b){PerformanceTester['captureError'](_0x458f2b);const _0x386005={};_0x386005[_0xfdcf7(0x1f7)]=_0xa4ce1d[_0xfdcf7(0x1cf)],PerformanceTester[_0xfdcf7(0x1e8)](PerformanceHookEvents[_0xfdcf7(0x205)],![],_0x458f2b,_0x386005);}}),CodeceptJS[_0x55c5c0(0x25b)]['dispatcher']['on'](CodeceptJS[_0x55c5c0(0x25b)][_0x55c5c0(0x189)]['comment'],_0x39c55b=>{const _0x11a382=_0x55c5c0;PerformanceTester[_0x11a382(0x1c6)](PerformanceHookEvents[_0x11a382(0x205)]);try{process[_0x11a382(0x179)](_0x11a382(0x1b2)+process['pid'],{'timestamp':new Date()[_0x11a382(0x223)](),'level':_0xa4ce1d[_0x11a382(0x22f)],'message':_0x39c55b,'kind':_0xa4ce1d[_0x11a382(0x195)],'http_response':{}});}catch(_0x4dce6f){PerformanceTester[_0x11a382(0x1fe)](_0x4dce6f);const _0x877c9d={};_0x877c9d[_0x11a382(0x1f7)]=_0xa4ce1d[_0x11a382(0x18c)],PerformanceTester[_0x11a382(0x1e8)](PerformanceHookEvents['SDK_HOOK'],![],_0x4dce6f,_0x877c9d);}const _0xead58e={};_0xead58e[_0x11a382(0x1f7)]=_0xa4ce1d['aFnaD'],PerformanceTester[_0x11a382(0x1e8)](PerformanceHookEvents[_0x11a382(0x205)],!![],null,_0xead58e);}),CodeceptJS[_0x55c5c0(0x25b)]['dispatcher']['on'](CodeceptJS['event'][_0x55c5c0(0x1a7)]['before'],_0x4665f8=>{const _0x58d221=_0x55c5c0,_0x1ccb50={};_0x1ccb50[_0x58d221(0x1f7)]=_0xa4ce1d[_0x58d221(0x1ea)],PerformanceTester[_0x58d221(0x18b)](PerformanceHookEvents[_0x58d221(0x205)],()=>{const _0x116bf5=_0x58d221;_0x2c6019[_0x116bf5(0x19f)](_0x4665f8);},_0x1ccb50)();}),CodeceptJS[_0x55c5c0(0x25b)][_0x55c5c0(0x226)]['on'](CodeceptJS[_0x55c5c0(0x25b)][_0x55c5c0(0x1a7)][_0x55c5c0(0x245)],_0x12088a=>{const _0x2818a9=_0x55c5c0,_0x225922={};_0x225922[_0x2818a9(0x1f7)]=_0xa4ce1d[_0x2818a9(0x21e)],PerformanceTester['measureWrapper'](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x422726=_0x2818a9;_0x2c6019[_0x422726(0x238)](_0x12088a);},_0x225922)();});};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a2_0x112ae9=a2_0x2e83;function a2_0x5ad6(){const _0x41f5b8=['length','push','vtGMm','bootstrapAll','load','existsSync','user','vxaWu','desiredCapabilities','WebDriver','CODECEPT_CUCUMBER','BROWSERSTACK_TEST_ACCESSIBILITY_YML','all','Started\x20:\x20','spawn','findIndex','browser','chromium','USER_CONFIG_DETAILS_PATH','izLuS','Workers','wHROJ','printResults','--config','end','BrowserStackPlugin.js','codecept.conf.js','3072JCPaPe','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','printBuildLink','10590408BoUlPb','sLYSB','resolveWithinCwd','addOptions','run','testObservability','addTests','Pqqyy','profile','trim','join','../../helpers/helper','3541279uXsldP','event','setupBrowserstackLocal','isEmpty','webkit','getInstance','../../helpers/testhub/testhubHandler','/wd/hub','teardownAll','../../helpers/logger','accessibilityOptions','err','playwright-chromium','KMHug','skipSessionStatus','testConfig','start','EcmYU','host','chrome','72aaMAbo','../../helpers/performance/constants','Ignoring\x20--config\x20path\x20\x22','TkzhJ','jGxzR','BROWSERSTACK_TEST_OBSERVABILITY_YML','9005350YwufqE','hubUrl','browserStackCwd','rNXXO','QOPeR','parallelsPerPlatform','warn','CODECEPT','4868109oOZxtC','result','initialize','YvCaY','stack','map','getPlaywrightUrl','leurI','mUqgY','isTrue','2695722fJNDIY','getPlatformName','exports','validPlatformsPresent','debug','isUndefined','prepareCapabilities','skipSessionName','../../helpers/utilities','Playwright','assign','awJkH','184523zRXDVd','../../helpers/test-observability/constants','oJJVL','stringify','codeceptjs/lib/index.js','splice','Atxyv','codeceptjs','before','BROWSERSTACK_FRAMEWORK','format','passed','QXdSA','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','2nBdGxc','testContextOptions','gherkin','info','key','enabled','../v2/browserstackCLI','test','BROWSERSTACK_RERUN_TESTS','\x22:\x20it\x20resolves\x20outside\x20the\x20project\x20directory.','replace','EdLgm','1|0|5|3|4|2','browserWSEndpoint','toLowerCase','now','chdir','FRAMEWORKS','isTestObservabilitySession','mergeDeep','util','GmeBW','setAdditionalCapabilities','LNVTe','../utils/clientTroubleshootingService','ykheY','log','ZgjZt','winstonLogger','helpers','Passed\x20:\x20','kyVJm','11nbMNLf','config','cwd','KONqc','getUserWorkerCount','root','yOyWM','launchBuild','path','10vQzZnT','8pSexNy','rkHpX','alBsp','frameworkName','jdwOG','forEach','Failed\x20:\x20','accessibility','SDK_CLEANUP','VaMcW','accessKey','failed','title','browserName','platforms','useW3C','env','split'];a2_0x5ad6=function(){return _0x41f5b8;};return a2_0x5ad6();}(function(_0x14e048,_0x43f82d){const _0x2376e9=a2_0x2e83,_0x42bac2=_0x14e048();while(!![]){try{const _0x5e7539=parseInt(_0x2376e9(0x19b))/0x1*(-parseInt(_0x2376e9(0x1aa))/0x2)+parseInt(_0x2376e9(0x201))/0x3*(parseInt(_0x2376e9(0x177))/0x4)+parseInt(_0x2376e9(0x1d3))/0x5*(parseInt(_0x2376e9(0x18f))/0x6)+-parseInt(_0x2376e9(0x210))/0x7+parseInt(_0x2376e9(0x1d4))/0x8*(parseInt(_0x2376e9(0x185))/0x9)+parseInt(_0x2376e9(0x17d))/0xa+parseInt(_0x2376e9(0x1ca))/0xb*(-parseInt(_0x2376e9(0x204))/0xc);if(_0x5e7539===_0x43f82d)break;else _0x42bac2['push'](_0x42bac2['shift']());}catch(_0x257549){_0x42bac2['push'](_0x42bac2['shift']());}}}(a2_0x5ad6,0xbfc50));function a2_0x2e83(_0x58f8a,_0x24176c){const _0x5ad66e=a2_0x5ad6();return a2_0x2e83=function(_0x2e837e,_0x11535c){_0x2e837e=_0x2e837e-0x16e;let _0x39fea6=_0x5ad66e[_0x2e837e];return _0x39fea6;},a2_0x2e83(_0x58f8a,_0x24176c);}const fs=require('fs'),path=require(a2_0x112ae9(0x1d2)),util=require(a2_0x112ae9(0x1be)),process=require('process'),logger=require(a2_0x112ae9(0x219))[a2_0x112ae9(0x1c6)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a2_0x112ae9(0x20f)),utilities=require(a2_0x112ae9(0x197)),{checkAccessibilityPlatformConfig}=require('../../helpers/accessibility-automation/helper'),{setAccessibilityCapabilities,processAccessibilityCaps}=require('../../bin/playwright/accessibility-helper'),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x112ae9(0x20f)),CodeceptJS=requireModule(a2_0x112ae9(0x19f),a2_0x112ae9(0x1a2)),testOpsHelper=require('../../helpers/test-observability/utils'),TestHubHandler=require(a2_0x112ae9(0x216)),BrowserstackCLI=require(a2_0x112ae9(0x1b0)),constants=require('../utils/constants'),PerformanceTester=require('../../helpers/performance/performance-tester'),{FRAMEWORKS}=require(a2_0x112ae9(0x19c)),PerformanceEvents=require(a2_0x112ae9(0x178))['EVENTS'],ClientTroubleShootingService=require(a2_0x112ae9(0x1c2)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x16922c,_0x13ef8d)=>{const _0x4e1927=a2_0x112ae9,_0x4909c6={};_0x4909c6[_0x4e1927(0x1cd)]=function(_0x91579f,_0x1faf1c){return _0x91579f===_0x1faf1c;},_0x4909c6[_0x4e1927(0x17a)]=_0x4e1927(0x200),_0x4909c6[_0x4e1927(0x18d)]='codecept.json';const _0x4010ea=_0x4909c6;let _0xf36ad6=null;const _0x49490f={};let _0x44ba41=_0x13ef8d[_0x4e1927(0x1f5)](_0x46b218=>_0x46b218===_0x4e1927(0x1fd));_0x4010ea[_0x4e1927(0x1cd)](_0x44ba41,-0x1)&&(_0x44ba41=_0x13ef8d[_0x4e1927(0x1f5)](_0x25f71d=>_0x25f71d==='-c'));const _0x266602=!helper['isUndefined'](_0x16922c['config'])?helper[_0x4e1927(0x206)](_0x16922c['config']):null,_0x29b41a=!helper['isUndefined'](_0x16922c['c'])?helper[_0x4e1927(0x206)](_0x16922c['c']):null;if(!helper[_0x4e1927(0x194)](_0x16922c['config'])&&!_0x266602)logger[_0x4e1927(0x183)](_0x4e1927(0x179)+_0x16922c['config']+_0x4e1927(0x1b3));else!helper[_0x4e1927(0x194)](_0x16922c['c'])&&!_0x29b41a&&logger[_0x4e1927(0x183)]('Ignoring\x20-c\x20config\x20path\x20\x22'+_0x16922c['c']+_0x4e1927(0x1b3));if(_0x266602&&fs[_0x4e1927(0x1eb)](_0x266602))_0xf36ad6=_0x266602,_0x13ef8d[_0x4e1927(0x1a0)](_0x44ba41,0x2);else{if(_0x29b41a&&fs['existsSync'](_0x29b41a))_0xf36ad6=_0x29b41a,_0x13ef8d[_0x4e1927(0x1a0)](_0x44ba41,0x2);else{if(fs[_0x4e1927(0x1eb)](path['join'](process['cwd'](),_0x4010ea[_0x4e1927(0x17a)])))_0xf36ad6=path[_0x4e1927(0x20e)](process[_0x4e1927(0x1cc)](),_0x4010ea[_0x4e1927(0x17a)]);else fs[_0x4e1927(0x1eb)](path[_0x4e1927(0x20e)](process[_0x4e1927(0x1cc)](),_0x4010ea[_0x4e1927(0x18d)]))&&(_0xf36ad6=path[_0x4e1927(0x20e)](process[_0x4e1927(0x1cc)](),_0x4010ea['mUqgY']));}}return process['env'][_0x4e1927(0x1f8)]=_0xf36ad6,_0xf36ad6;},getO11yRerunPattern=()=>{const _0x23264a=a2_0x112ae9,_0x2f2cc7=helper[_0x23264a(0x18e)](process[_0x23264a(0x1e4)]['BROWSERSTACK_RERUN']);if(_0x2f2cc7){const _0x293044=process['env'][_0x23264a(0x1b2)],_0x1a6643=[];if(helper['validateRerunTestList'](_0x293044)&&!helper[_0x23264a(0x194)](_0x293044)){_0x293044[_0x23264a(0x1e5)](',')[_0x23264a(0x18a)](_0x2a9526=>{const _0x50c352=_0x23264a;_0x1a6643[_0x50c352(0x1e7)]('('+_0x2a9526[_0x50c352(0x20d)]()+')');});const _0x38a5f4='^'+_0x1a6643[_0x23264a(0x20e)]('|')+'$';return _0x38a5f4;}}return null;},a2_0x53f814={};a2_0x53f814[a2_0x112ae9(0x176)]=a2_0x112ae9(0x1f7),a2_0x53f814[a2_0x112ae9(0x16f)]=a2_0x112ae9(0x1f7),a2_0x53f814['playwright-firefox']='firefox',a2_0x53f814['playwright-webkit']=a2_0x112ae9(0x214);const pwToCodeceptBrowser=a2_0x53f814;async function run(_0x5e0d9c,_0x19cbdb,_0x215ebd){const _0x52c54=a2_0x112ae9,_0x516b02={'ykheY':function(_0x248644,_0x5325cd,_0x261272,_0x297285){return _0x248644(_0x5325cd,_0x261272,_0x297285);},'izLuS':function(_0x1259a7,_0xe9d01){return _0x1259a7+_0xe9d01;},'yOyWM':function(_0x33a2d5,_0x3e67a6){return _0x33a2d5(_0x3e67a6);},'sLYSB':function(_0x26d84d,_0x44376b,_0xbb2ac7){return _0x26d84d(_0x44376b,_0xbb2ac7);},'wHROJ':'helpers','QXdSA':function(_0x5d7284){return _0x5d7284();},'Pqqyy':_0x52c54(0x217),'ZgjZt':function(_0x4fc883){return _0x4fc883();},'GmeBW':_0x52c54(0x1da),'alBsp':_0x52c54(0x1c8),'jdwOG':_0x52c54(0x1f3),'EdLgm':_0x52c54(0x1b6),'YdZow':function(_0x4e65fb,_0x3b295a,_0x6bfa17){return _0x4e65fb(_0x3b295a,_0x6bfa17);},'Atxyv':_0x52c54(0x202),'rkHpX':function(_0x4a2a22,_0x3da20c,_0x1bdd92){return _0x4a2a22(_0x3da20c,_0x1bdd92);},'QOPeR':_0x52c54(0x198),'vRqEc':_0x52c54(0x1ef),'leurI':function(_0x37abeb,_0x17aba2){return _0x37abeb(_0x17aba2);},'xopiX':function(_0x13d6ee,_0x159c7e){return _0x13d6ee!=_0x159c7e;},'YvCaY':function(_0x2b5709,_0x3b8637){return _0x2b5709===_0x3b8637;},'awJkH':function(_0x7a4545,_0x4fc0d0,_0x2be967){return _0x7a4545(_0x4fc0d0,_0x2be967);},'uudGw':_0x52c54(0x1ac),'jGxzR':function(_0x2cde1b,_0x1ec023){return _0x2cde1b(_0x1ec023);},'kyVJm':function(_0x5986a9){return _0x5986a9();},'EcmYU':function(_0x385d26,_0x240f28){return _0x385d26*_0x240f28;},'vtGMm':function(_0x10b68f,_0x1d49fd,_0x5ac38a){return _0x10b68f(_0x1d49fd,_0x5ac38a);},'LNVTe':_0x52c54(0x1f6),'KMHug':_0x52c54(0x1ee),'vxaWu':_0x52c54(0x1cf),'rNXXO':_0x52c54(0x1ff),'qVEXx':_0x52c54(0x17f),'oJJVL':_0x52c54(0x1a2),'VaMcW':function(_0x11cb31){return _0x11cb31();}};await _0x215ebd[_0x52c54(0x187)](_0x5e0d9c);!BrowserstackCLI[_0x52c54(0x215)]()['isRunning']()&&await _0x215ebd[_0x52c54(0x212)]();await helper['handleApp'](_0x215ebd[_0x52c54(0x1cb)]);if(!_0x215ebd[_0x52c54(0x1cb)])return;process[_0x52c54(0x20c)]=_0x5e0d9c[_0x52c54(0x20c)];_0x5e0d9c['profile']&&(process[_0x52c54(0x1e4)]['profile']=_0x5e0d9c['profile']);const _0x16c46f=_0x516b02['YdZow'](getUserCodeceptJSConfigs,_0x5e0d9c,_0x19cbdb);let _0x139c94={};_0x16c46f?(logger[_0x52c54(0x1ad)](_0x52c54(0x1a9)+_0x16c46f),_0x139c94=CodeceptJS[_0x52c54(0x1cb)][_0x52c54(0x1ea)](_0x16c46f)):logger[_0x52c54(0x1ad)](_0x516b02[_0x52c54(0x1a1)]);let _0x2ef9b6=![];_0x516b02[_0x52c54(0x1d5)](nestedKeyValue,_0x139c94,[_0x516b02[_0x52c54(0x1fb)],_0x516b02['QOPeR']])&&(_0x2ef9b6=!![]);const _0x465f65=_0x2ef9b6?_0x516b02[_0x52c54(0x181)]:_0x516b02['vRqEc'];let _0x17e0bf=!_0x2ef9b6?helper[_0x52c54(0x1e3)](_0x215ebd[_0x52c54(0x1cb)]):![];!helper['isUndefined'](_0x215ebd[_0x52c54(0x1cb)][_0x52c54(0x21a)])&&(process[_0x52c54(0x1e4)][_0x52c54(0x1a8)]=JSON[_0x52c54(0x19e)](_0x215ebd['config'][_0x52c54(0x21a)]));let _0x5756ae=_0x215ebd[_0x52c54(0x1cb)][_0x52c54(0x1db)];_0x5756ae=_0x5756ae||_0x516b02[_0x52c54(0x18c)](checkAccessibilityPlatformConfig,_0x215ebd['config']),process['env'][_0x52c54(0x1f1)]=_0x5756ae;_0x5756ae&&(_0x17e0bf=!_0x5756ae);_0x516b02['xopiX'](_0x215ebd[_0x52c54(0x1cb)]['testObservability'],null)?process['env']['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x215ebd[_0x52c54(0x1cb)][_0x52c54(0x209)]:process[_0x52c54(0x1e4)][_0x52c54(0x17c)]=_0x516b02[_0x52c54(0x188)](_0x465f65,_0x516b02[_0x52c54(0x181)]);const _0x59776a=_0x516b02[_0x52c54(0x19a)](nestedKeyValue,_0x139c94,[_0x516b02['uudGw']]),_0x86e7ea=_0x59776a&&!helper[_0x52c54(0x213)](_0x59776a)?FRAMEWORKS[_0x52c54(0x1f0)]:FRAMEWORKS[_0x52c54(0x184)],_0x23b1d9=await TestHubHandler[_0x52c54(0x1d1)](_0x86e7ea,_0x215ebd);_0x5756ae&&_0x516b02[_0x52c54(0x17b)](setAccessibilityCapabilities,_0x215ebd[_0x52c54(0x1cb)]);const _0x2f56e8={},_0x1f4dc9=[],_0x32f81d=_0x215ebd['config'][_0x52c54(0x182)]||helper[_0x52c54(0x1ce)](_0x5e0d9c,_0x19cbdb,_0x215ebd[_0x52c54(0x1cb)],constants[_0x52c54(0x1bb)]['CODECEPT'])||0x1;let _0xaea559=0x1;if(_0x516b02[_0x52c54(0x1c9)](isBrowserstackInfra)){const _0xfa8d48=helper[_0x52c54(0x195)](_0x215ebd[_0x52c54(0x1cb)],_0x17e0bf,constants[_0x52c54(0x1bb)]['CODECEPT']);_0xfa8d48['forEach'](_0x3518e1=>{const _0x54dd86=_0x52c54;helper[_0x54dd86(0x1c0)](_0x3518e1);}),helper[_0x52c54(0x192)](_0x215ebd[_0x52c54(0x1cb)])?_0xaea559=_0x516b02[_0x52c54(0x174)](_0x32f81d,_0x215ebd[_0x52c54(0x1cb)][_0x52c54(0x1e2)][_0x52c54(0x1e6)]):_0xaea559=_0x32f81d,_0xfa8d48[_0x52c54(0x1d9)](_0x4d738c=>{const _0x1067d2=_0x52c54,_0x5e5b64=_0x516b02[_0x1067d2(0x1f9)](helper[_0x1067d2(0x190)](_0x4d738c,'_'),'_'+Date[_0x1067d2(0x1b9)]()),_0x1351b2=((()=>{const _0x40e83d=_0x1067d2;if(_0x2ef9b6){const _0x3f4b0c=pwToCodeceptBrowser[_0x4d738c[_0x40e83d(0x1e1)]]||_0x4d738c[_0x40e83d(0x1e1)],_0x165777=helper[_0x40e83d(0x18b)](_0x215ebd[_0x40e83d(0x1cb)]),_0x530686=Object[_0x40e83d(0x199)]({},_0x4d738c);return _0x516b02[_0x40e83d(0x1c3)](processAccessibilityCaps,_0x530686,_0x165777,null),{'browser':_0x3f4b0c,[_0x3f4b0c]:{'browserWSEndpoint':_0x516b02[_0x40e83d(0x1f9)](_0x165777,_0x516b02[_0x40e83d(0x1d0)](encodeURIComponent,JSON[_0x40e83d(0x19e)](_0x530686)))}};}const _0x24bb51={};return _0x24bb51['desiredCapabilities']=_0x4d738c,_0x24bb51[_0x40e83d(0x1ec)]=_0x215ebd['config']['userName'],_0x24bb51[_0x40e83d(0x1ae)]=_0x215ebd[_0x40e83d(0x1cb)][_0x40e83d(0x1de)],_0x24bb51;})()),_0x286a77=_0x516b02[_0x1067d2(0x205)](nestedKeyValue,_0x139c94,[_0x516b02[_0x1067d2(0x1fb)],_0x465f65]);_0x2f56e8[_0x5e5b64]=_0x286a77?helper[_0x1067d2(0x1bd)](_0x1351b2,_0x286a77):_0x1351b2;if(_0x2ef9b6)_0x2f56e8[_0x5e5b64]['browser']=pwToCodeceptBrowser[_0x4d738c[_0x1067d2(0x1e1)]]||_0x4d738c[_0x1067d2(0x1e1)];else{_0x2f56e8[_0x5e5b64][_0x1067d2(0x1f6)]=_0x4d738c['browserName']||_0x1351b2['browser'];if(_0x516b02[_0x1067d2(0x1a7)](isBrowserstackInfra)){_0x2f56e8[_0x5e5b64][_0x1067d2(0x175)]=constants[_0x1067d2(0x17e)]['replace'](_0x516b02[_0x1067d2(0x20b)],'')[_0x1067d2(0x1b4)](/https?:\/\//,'');;_0x2f56e8[_0x5e5b64][_0x1067d2(0x1d2)]=_0x516b02[_0x1067d2(0x20b)];}}_0x1f4dc9[_0x1067d2(0x1e7)](_0x5e5b64);});}else{_0xaea559=0x1;if(_0x2ef9b6){const _0x385452=_0x516b02[_0x52c54(0x1e8)](nestedKeyValue,_0x139c94,[_0x516b02[_0x52c54(0x1fb)],_0x465f65,_0x516b02[_0x52c54(0x1c1)]]),_0x2b799c=_0x516b02[_0x52c54(0x1e8)](nestedKeyValue,_0x139c94,[_0x516b02[_0x52c54(0x1fb)],_0x465f65,_0x385452]);if(_0x2b799c&&_0x2b799c['browserWSEndpoint']){const _0x1a8f00={};_0x1a8f00['platforms']=[],_0x2b799c[_0x52c54(0x1b7)]=helper[_0x52c54(0x195)](Object['assign']({},_0x215ebd[_0x52c54(0x1cb)],_0x1a8f00),null,_0x86e7ea[_0x52c54(0x1b8)](),null,null,_0x2b799c[_0x52c54(0x1b7)]);}}else{const _0x193347={};_0x193347['platforms']=[],_0x139c94[_0x516b02[_0x52c54(0x1fb)]][_0x465f65][_0x516b02['KMHug']]=helper[_0x52c54(0x195)](Object['assign']({},_0x215ebd[_0x52c54(0x1cb)],_0x193347),null,_0x86e7ea['toLowerCase'](),_0x516b02[_0x52c54(0x205)](nestedKeyValue,_0x139c94,[_0x516b02[_0x52c54(0x1fb)],_0x465f65,_0x516b02[_0x52c54(0x170)]])||{},null,null);}_0x2f56e8[_0x516b02[_0x52c54(0x1ed)]]=_0x139c94,_0x1f4dc9[_0x52c54(0x1e7)](_0x516b02[_0x52c54(0x1ed)]);}const _0x1695a9={};_0x1695a9[_0x52c54(0x172)]=_0x16c46f;const _0x4d063e=_0x1695a9,_0x3cc612=path[_0x52c54(0x20e)](__dirname,_0x516b02[_0x52c54(0x180)]),_0x28b869=process[_0x52c54(0x1cc)]();process['env'][_0x516b02['qVEXx']]=_0x28b869,process[_0x52c54(0x1e4)][_0x52c54(0x1a4)]=process[_0x52c54(0x1e4)][_0x52c54(0x1a4)]||_0x516b02[_0x52c54(0x19d)],process[_0x52c54(0x1ba)](path['dirname'](_0x16c46f));const _0x2fe222=new CodeceptJS[(_0x52c54(0x1fa))](null,_0x4d063e),_0x114869=_0x2fe222['createGroupsOfSuites'](_0x32f81d),_0x501301=testOpsHelper[_0x52c54(0x1bc)](),_0x52e4e2=_0x1f4dc9[_0x52c54(0x18a)](_0x1e8d00=>{const _0x220a5b=_0x52c54,_0x27c262={};_0x27c262[_0x220a5b(0x198)]=_0x2f56e8[_0x1e8d00];const _0x4eadc6={};_0x4eadc6[_0x220a5b(0x1ef)]=_0x2f56e8[_0x1e8d00];const _0x354e33=_0x2ef9b6?_0x27c262:_0x4eadc6,_0x177d48=_0x516b02['ZgjZt'](getO11yRerunPattern),_0x537733={};_0x537733[_0x220a5b(0x1c7)]=_0x354e33;const _0x22b228={};_0x22b228['require']=_0x3cc612,_0x22b228[_0x220a5b(0x1af)]=!![],_0x22b228[_0x220a5b(0x196)]=_0x215ebd[_0x220a5b(0x1cb)][_0x220a5b(0x1ab)][_0x220a5b(0x196)],_0x22b228[_0x220a5b(0x171)]=_0x215ebd[_0x220a5b(0x1cb)][_0x220a5b(0x1ab)][_0x220a5b(0x171)],_0x22b228['testObservability']=_0x501301,_0x22b228[_0x220a5b(0x1d7)]=_0x86e7ea;const _0x54017b={};_0x54017b['BrowserStackPlugin']=_0x22b228;const _0x4c64c2={};return _0x4c64c2['plugins']=_0x54017b,helper[_0x220a5b(0x1bd)]({},_0x139c94,_0x516b02[_0x220a5b(0x1c5)](isBrowserstackInfra)?_0x537733:{},_0x177d48?{'grep':_0x177d48}:{},_0x4c64c2);});for(const _0x55d8f5 of _0x52e4e2){for(const _0x2e8dd4 of _0x114869){const _0x3605c4=_0x2fe222[_0x52c54(0x1f4)]();_0x3605c4[_0x52c54(0x20a)](_0x2e8dd4),_0x3605c4['addConfig'](_0x55d8f5);const _0x16c41c={};_0x16c41c[_0x52c54(0x1cb)]=_0x16c46f,_0x3605c4[_0x52c54(0x207)](Object[_0x52c54(0x199)](_0x16c41c,_0x5e0d9c));}}_0x2fe222['on'](CodeceptJS[_0x52c54(0x211)][_0x52c54(0x1b1)][_0x52c54(0x1df)],(_0x1d9cef,_0x5247a5)=>{const _0x24a992=_0x52c54;console[_0x24a992(0x1c4)](_0x516b02[_0x24a992(0x1bf)],_0x1d9cef[_0x24a992(0x1e0)]);const _0x28458d={[_0x1d9cef['title']]:_0x1d9cef[_0x24a992(0x16e)][_0x24a992(0x189)]};_testErrorData['push'](_0x28458d);}),_0x2fe222['on'](CodeceptJS['event'][_0x52c54(0x1b1)][_0x52c54(0x1a6)],async _0x222100=>{const _0x33c781=_0x52c54;console[_0x33c781(0x1c4)](_0x516b02[_0x33c781(0x1d6)],_0x222100[_0x33c781(0x1e0)]);}),_0x2fe222['on'](CodeceptJS[_0x52c54(0x211)][_0x52c54(0x1b1)][_0x52c54(0x1a3)],async _0x13772d=>{const _0x2fd1ed=_0x52c54;console[_0x2fd1ed(0x1c4)](_0x516b02[_0x2fd1ed(0x1d8)],_0x13772d[_0x2fd1ed(0x1e0)]);}),_0x2fe222['on'](CodeceptJS[_0x52c54(0x211)][_0x52c54(0x1f2)][_0x52c54(0x186)],async()=>{const _0x257185=_0x52c54,_0x5543a3=_0x516b02[_0x257185(0x1b5)][_0x257185(0x1e5)]('|');let _0x5b7e4c=0x0;while(!![]){switch(_0x5543a3[_0x5b7e4c++]){case'0':_0x215ebd['errorMessage']=_testErrorData;continue;case'1':PerformanceTester[_0x257185(0x173)](PerformanceEvents[_0x257185(0x1dc)]);continue;case'2':_0x2fe222[_0x257185(0x1fc)]();continue;case'3':utilities['finalExecution'](_0x215ebd);continue;case'4':try{await TestHubHandler['stop']();}catch(_0x3ca3e9){logger[_0x257185(0x193)]('Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20'+util[_0x257185(0x1a5)](_0x3ca3e9));}continue;case'5':testOpsHelper[_0x257185(0x203)]();continue;}break;}});async function _0x509d54(){const _0x37c89f=_0x52c54;try{await _0x2fe222[_0x37c89f(0x1e9)](),await _0x2fe222[_0x37c89f(0x208)]();}finally{process['chdir'](_0x28b869),await _0x2fe222[_0x37c89f(0x218)]();}}PerformanceTester[_0x52c54(0x1fe)](PerformanceEvents['SDK_SETUP']),await _0x516b02[_0x52c54(0x1dd)](_0x509d54);}module[a2_0x112ae9(0x191)]=run;
2
+ 'use strict';function a2_0x9296(_0x3ed290,_0x4e47e2){const _0x456aa0=a2_0x456a();return a2_0x9296=function(_0x929690,_0x2077a3){_0x929690=_0x929690-0x159;let _0x12f624=_0x456aa0[_0x929690];return _0x12f624;},a2_0x9296(_0x3ed290,_0x4e47e2);}function a2_0x456a(){const _0x45a8b0=['../../helpers/accessibility-automation/helper','skipSessionStatus','launchBuild','../../helpers/utilities','Workers','chrome','passed','BROWSERSTACK_TEST_ACCESSIBILITY_YML','../../helpers/testhub/testhubHandler','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','accessibility','FRAMEWORKS','config','join','../../helpers/BrowserStackSetup','2WdanRu','KljjJ','findIndex','forEach','qSZwX','platforms','load','toLowerCase','BROWSERSTACK_TEST_OBSERVABILITY_YML','chdir','testObservability','8256402yeUBcs','KagOG','../utils/constants','HobLd','test','../../bin/playwright/accessibility-helper','../../helpers/performance/constants','SDK_SETUP','userName','CODECEPT_CUCUMBER','mVMrQ','WjzcR','isUndefined','getPlatformName','assign','BrowserStackPlugin.js','stop','prepareCapabilities','addOptions','FcpZh','1602948GbKzme','BROWSERSTACK_RERUN','initialize','existsSync','WebDriver','mRHkM','WpEXc','accessKey','warn','errorMessage','setupBrowserstackLocal','stringify','enabled','parallelsPerPlatform','BROWSERSTACK_RERUN_TESTS','3209090VoDkTy','TBqdt','browserName','../../helpers/helper','gherkin','helpers','16psJKAE','isTrue','map','env','createGroupsOfSuites','splice','browserWSEndpoint','Xxpfa','all','YvQnE','stack','replace','RmakP','xYTQs','split','fHXXA','isRunning','browserStackCwd','CODECEPT','length','mergeDeep','title','mMseD','DXyIo','frameworkName','getInstance','desiredCapabilities','push','772862xbcyBv','22FtaMIJ','dfkAo','setAdditionalCapabilities','profile','../../helpers/test-observability/constants','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','xcKxN','hubUrl','../v2/browserstackCLI','Ignoring\x20--config\x20path\x20\x22','isTestObservabilitySession','2010522miwfWg','path','handleApp','wxxFF','validPlatformsPresent','JMHUu','printResults','bootstrapAll','codeceptjs','2|4|5|3|1|0','NIDwD','printBuildLink','before','browser','USER_CONFIG_DETAILS_PATH','dirname','host','2028040FrmqlB','SDK_CLEANUP','ocCVz','../../helpers/logger','spawn','QDaNX','failed','../../helpers/test-observability/utils','log','sFpqN','EVENTS','key','BrowserStackPlugin','CXVOh','testContextOptions','validateRerunTestList','codecept.conf.js','TrwOf','end','wodhc','process','cwd','6101322zQlHvR','skipSessionName','event','useW3C','FLNTX','SfRSE','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','SlMBF','5yZMcLP','plugins','run','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','ohXNG','info','Started\x20:\x20','\x22:\x20it\x20resolves\x20outside\x20the\x20project\x20directory.'];a2_0x456a=function(){return _0x45a8b0;};return a2_0x456a();}const a2_0xaaa833=a2_0x9296;(function(_0x2ca265,_0x4af5a3){const _0x5ec137=a2_0x9296,_0x5bbc61=_0x2ca265();while(!![]){try{const _0x1f9453=parseInt(_0x5ec137(0x1eb))/0x1*(parseInt(_0x5ec137(0x19b))/0x2)+parseInt(_0x5ec137(0x1f7))/0x3+parseInt(_0x5ec137(0x1ba))/0x4+parseInt(_0x5ec137(0x184))/0x5*(-parseInt(_0x5ec137(0x17c))/0x6)+-parseInt(_0x5ec137(0x166))/0x7*(parseInt(_0x5ec137(0x1cf))/0x8)+parseInt(_0x5ec137(0x1a6))/0x9+-parseInt(_0x5ec137(0x1c9))/0xa*(parseInt(_0x5ec137(0x1ec))/0xb);if(_0x1f9453===_0x4af5a3)break;else _0x5bbc61['push'](_0x5bbc61['shift']());}catch(_0x300af1){_0x5bbc61['push'](_0x5bbc61['shift']());}}}(a2_0x456a,0x7fafe));const fs=require('fs'),path=require(a2_0xaaa833(0x1f8)),util=require('util'),process=require(a2_0xaaa833(0x17a)),logger=require(a2_0xaaa833(0x169))['winstonLogger'],{default:BrowserStackSetup}=require(a2_0xaaa833(0x19a)),helper=require(a2_0xaaa833(0x1cc)),utilities=require(a2_0xaaa833(0x18f)),{checkAccessibilityPlatformConfig}=require(a2_0xaaa833(0x18c)),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a2_0xaaa833(0x1ab)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require('../../helpers/helper'),CodeceptJS=requireModule('codeceptjs/lib/index.js','codeceptjs'),testOpsHelper=require(a2_0xaaa833(0x16d)),TestHubHandler=require(a2_0xaaa833(0x194)),BrowserstackCLI=require(a2_0xaaa833(0x1f4)),constants=require(a2_0xaaa833(0x1a8)),PerformanceTester=require('../../helpers/performance/performance-tester'),{FRAMEWORKS}=require(a2_0xaaa833(0x1f0)),PerformanceEvents=require(a2_0xaaa833(0x1ac))[a2_0xaaa833(0x170)],ClientTroubleShootingService=require('../utils/clientTroubleshootingService'),_testErrorData=[],getUserCodeceptJSConfigs=(_0x4f955f,_0x2e597a)=>{const _0x592ea9=a2_0xaaa833,_0x37a0bb={};_0x37a0bb['FLNTX']=function(_0x39498b,_0x55f8da){return _0x39498b===_0x55f8da;},_0x37a0bb[_0x592ea9(0x16f)]=_0x592ea9(0x176),_0x37a0bb['qSZwX']='codecept.json';const _0x480785=_0x37a0bb;let _0x23e64c=null;const _0x450230={};let _0x522557=_0x2e597a[_0x592ea9(0x19d)](_0x1e454c=>_0x1e454c==='--config');_0x480785[_0x592ea9(0x180)](_0x522557,-0x1)&&(_0x522557=_0x2e597a[_0x592ea9(0x19d)](_0x126fb5=>_0x126fb5==='-c'));const _0x1bf1ce=!helper[_0x592ea9(0x1b2)](_0x4f955f['config'])?helper['resolveWithinCwd'](_0x4f955f[_0x592ea9(0x198)]):null,_0x33a15d=!helper[_0x592ea9(0x1b2)](_0x4f955f['c'])?helper['resolveWithinCwd'](_0x4f955f['c']):null;if(!helper[_0x592ea9(0x1b2)](_0x4f955f[_0x592ea9(0x198)])&&!_0x1bf1ce)logger[_0x592ea9(0x1c2)](_0x592ea9(0x1f5)+_0x4f955f[_0x592ea9(0x198)]+'\x22:\x20it\x20resolves\x20outside\x20the\x20project\x20directory.');else!helper[_0x592ea9(0x1b2)](_0x4f955f['c'])&&!_0x33a15d&&logger[_0x592ea9(0x1c2)]('Ignoring\x20-c\x20config\x20path\x20\x22'+_0x4f955f['c']+_0x592ea9(0x18b));if(_0x1bf1ce&&fs[_0x592ea9(0x1bd)](_0x1bf1ce))_0x23e64c=_0x1bf1ce,_0x2e597a[_0x592ea9(0x1d4)](_0x522557,0x2);else{if(_0x33a15d&&fs['existsSync'](_0x33a15d))_0x23e64c=_0x33a15d,_0x2e597a[_0x592ea9(0x1d4)](_0x522557,0x2);else{if(fs[_0x592ea9(0x1bd)](path['join'](process['cwd'](),_0x480785[_0x592ea9(0x16f)])))_0x23e64c=path[_0x592ea9(0x199)](process[_0x592ea9(0x17b)](),_0x480785[_0x592ea9(0x16f)]);else fs[_0x592ea9(0x1bd)](path['join'](process[_0x592ea9(0x17b)](),_0x480785[_0x592ea9(0x19f)]))&&(_0x23e64c=path['join'](process[_0x592ea9(0x17b)](),_0x480785[_0x592ea9(0x19f)]));}}return process[_0x592ea9(0x1d2)][_0x592ea9(0x163)]=_0x23e64c,_0x23e64c;},getO11yRerunPattern=()=>{const _0x334165=a2_0xaaa833,_0x2e3511=helper[_0x334165(0x1d0)](process[_0x334165(0x1d2)][_0x334165(0x1bb)]);if(_0x2e3511){const _0x29a21a=process[_0x334165(0x1d2)][_0x334165(0x1c8)],_0x41148a=[];if(helper[_0x334165(0x175)](_0x29a21a)&&!helper['isUndefined'](_0x29a21a)){_0x29a21a['split'](',')[_0x334165(0x1d1)](_0x185e90=>{const _0x3f9482=_0x334165;_0x41148a[_0x3f9482(0x1ea)]('('+_0x185e90['trim']()+')');});const _0x2545b3='^'+_0x41148a[_0x334165(0x199)]('|')+'$';return _0x2545b3;}}return null;},a2_0x2f572e={};a2_0x2f572e[a2_0xaaa833(0x191)]='chromium',a2_0x2f572e['playwright-chromium']='chromium',a2_0x2f572e['playwright-firefox']='firefox',a2_0x2f572e['playwright-webkit']='webkit';const pwToCodeceptBrowser=a2_0x2f572e;async function run(_0x1c5dee,_0x3655d2,_0x4b71f7){const _0x4b2d1c=a2_0xaaa833,_0x75fd35={'KljjJ':function(_0x37ea92,_0x989d02,_0x88a4ab,_0x237e9e){return _0x37ea92(_0x989d02,_0x88a4ab,_0x237e9e);},'YvQnE':function(_0x5a98f2,_0x2bb553){return _0x5a98f2+_0x2bb553;},'mMseD':function(_0xe385e4,_0x1b4b6a){return _0xe385e4(_0x1b4b6a);},'KiIuH':function(_0x100f1f,_0x4b94f7){return _0x100f1f+_0x4b94f7;},'SfRSE':function(_0x1f4c90,_0x2c2ebd,_0x2eb7fa){return _0x1f4c90(_0x2c2ebd,_0x2eb7fa);},'Xxpfa':_0x4b2d1c(0x1ce),'FcpZh':function(_0x19ee82){return _0x19ee82();},'dfkAo':'/wd/hub','Hioui':function(_0xac684e){return _0xac684e();},'HobLd':function(_0x145ad0){return _0x145ad0();},'IAArK':'Failed\x20:\x20','WjzcR':'Passed\x20:\x20','QDaNX':_0x4b2d1c(0x18a),'JgmlV':_0x4b2d1c(0x15e),'lZQuG':_0x4b2d1c(0x182),'xcKxN':'Playwright','TrwOf':_0x4b2d1c(0x1be),'SlMBF':function(_0x181d5d,_0x112a14){return _0x181d5d!=_0x112a14;},'ocCVz':function(_0x4bbb1a,_0x2bbc7f){return _0x4bbb1a===_0x2bbc7f;},'NIDwD':function(_0x392b75,_0x5a35ca,_0x5384d9){return _0x392b75(_0x5a35ca,_0x5384d9);},'fHXXA':_0x4b2d1c(0x1cd),'RmakP':function(_0x61cab9,_0x167bf7){return _0x61cab9(_0x167bf7);},'DXyIo':function(_0x5403b1,_0xe8d359){return _0x5403b1*_0xe8d359;},'WpEXc':function(_0x534c20,_0x3e9e47,_0x2e870b){return _0x534c20(_0x3e9e47,_0x2e870b);},'mVMrQ':_0x4b2d1c(0x162),'KagOG':function(_0x586f19,_0x599cb0,_0x524837){return _0x586f19(_0x599cb0,_0x524837);},'xYTQs':_0x4b2d1c(0x1e9),'wxxFF':'root','JMHUu':_0x4b2d1c(0x1b5),'mRHkM':_0x4b2d1c(0x1e0),'wodhc':_0x4b2d1c(0x15d),'TBqdt':function(_0x2cf81a){return _0x2cf81a();}};await _0x4b71f7[_0x4b2d1c(0x1bc)](_0x1c5dee);!BrowserstackCLI[_0x4b2d1c(0x1e8)]()[_0x4b2d1c(0x1df)]()&&await _0x4b71f7[_0x4b2d1c(0x1c4)]();await helper[_0x4b2d1c(0x1f9)](_0x4b71f7[_0x4b2d1c(0x198)]);if(!_0x4b71f7[_0x4b2d1c(0x198)])return;process['profile']=_0x1c5dee[_0x4b2d1c(0x1ef)];_0x1c5dee[_0x4b2d1c(0x1ef)]&&(process['env'][_0x4b2d1c(0x1ef)]=_0x1c5dee[_0x4b2d1c(0x1ef)]);const _0x4723f4=_0x75fd35[_0x4b2d1c(0x181)](getUserCodeceptJSConfigs,_0x1c5dee,_0x3655d2);let _0x53d136={};_0x4723f4?(logger[_0x4b2d1c(0x189)](_0x4b2d1c(0x195)+_0x4723f4),_0x53d136=CodeceptJS[_0x4b2d1c(0x198)][_0x4b2d1c(0x1a1)](_0x4723f4)):logger[_0x4b2d1c(0x189)](_0x75fd35['lZQuG']);let _0xf66a5c=![];_0x75fd35['SfRSE'](nestedKeyValue,_0x53d136,[_0x75fd35[_0x4b2d1c(0x1d6)],_0x75fd35[_0x4b2d1c(0x1f2)]])&&(_0xf66a5c=!![]);const _0x33b72e=_0xf66a5c?_0x75fd35['xcKxN']:_0x75fd35[_0x4b2d1c(0x177)];let _0x565ca9=!_0xf66a5c?helper[_0x4b2d1c(0x17f)](_0x4b71f7[_0x4b2d1c(0x198)]):![];!helper[_0x4b2d1c(0x1b2)](_0x4b71f7[_0x4b2d1c(0x198)]['accessibilityOptions'])&&(process[_0x4b2d1c(0x1d2)][_0x4b2d1c(0x187)]=JSON[_0x4b2d1c(0x1c5)](_0x4b71f7[_0x4b2d1c(0x198)]['accessibilityOptions']));let _0x1391d4=_0x4b71f7[_0x4b2d1c(0x198)][_0x4b2d1c(0x196)];_0x1391d4=_0x1391d4||_0x75fd35[_0x4b2d1c(0x1e5)](checkAccessibilityPlatformConfig,_0x4b71f7['config']),process[_0x4b2d1c(0x1d2)][_0x4b2d1c(0x193)]=_0x1391d4;_0x1391d4&&(_0x565ca9=!_0x1391d4);_0x75fd35[_0x4b2d1c(0x183)](_0x4b71f7[_0x4b2d1c(0x198)][_0x4b2d1c(0x1a5)],null)?process[_0x4b2d1c(0x1d2)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x4b71f7[_0x4b2d1c(0x198)]['testObservability']:process[_0x4b2d1c(0x1d2)][_0x4b2d1c(0x1a3)]=_0x75fd35[_0x4b2d1c(0x168)](_0x33b72e,_0x75fd35[_0x4b2d1c(0x1f2)]);const _0x1177be=_0x75fd35[_0x4b2d1c(0x15f)](nestedKeyValue,_0x53d136,[_0x75fd35[_0x4b2d1c(0x1de)]]),_0x2ce10a=_0x1177be&&!helper['isEmpty'](_0x1177be)?FRAMEWORKS[_0x4b2d1c(0x1af)]:FRAMEWORKS[_0x4b2d1c(0x1e1)],_0x53ea1f=await TestHubHandler[_0x4b2d1c(0x18e)](_0x2ce10a,_0x4b71f7);_0x1391d4&&_0x75fd35[_0x4b2d1c(0x1db)](setAccessibilityCapabilities,_0x4b71f7[_0x4b2d1c(0x198)]);const _0x4a625c={},_0x129e59=[],_0x5f59a3=_0x4b71f7[_0x4b2d1c(0x198)][_0x4b2d1c(0x1c7)]||helper['getUserWorkerCount'](_0x1c5dee,_0x3655d2,_0x4b71f7[_0x4b2d1c(0x198)],constants[_0x4b2d1c(0x197)][_0x4b2d1c(0x1e1)])||0x1;let _0x31b81f=0x1;if(_0x75fd35['HobLd'](isBrowserstackInfra)){const _0x5e1af3=helper[_0x4b2d1c(0x1b7)](_0x4b71f7['config'],_0x565ca9,constants[_0x4b2d1c(0x197)]['CODECEPT']);_0x5e1af3[_0x4b2d1c(0x19e)](_0x3aeb9b=>{const _0x2dcd1f=_0x4b2d1c;helper[_0x2dcd1f(0x1ee)](_0x3aeb9b);}),helper[_0x4b2d1c(0x159)](_0x4b71f7[_0x4b2d1c(0x198)])?_0x31b81f=_0x75fd35[_0x4b2d1c(0x1e6)](_0x5f59a3,_0x4b71f7[_0x4b2d1c(0x198)]['platforms'][_0x4b2d1c(0x1e2)]):_0x31b81f=_0x5f59a3,_0x5e1af3[_0x4b2d1c(0x19e)](_0x52adca=>{const _0x10ce6d=_0x4b2d1c,_0x1c9594={'CXVOh':function(_0x17b24a,_0x568d60,_0x3cc3b8,_0x1cbdf1){const _0x31da2c=a2_0x9296;return _0x75fd35[_0x31da2c(0x19c)](_0x17b24a,_0x568d60,_0x3cc3b8,_0x1cbdf1);},'WIUnr':function(_0x2c11e3,_0x5c730e){const _0x2e3bcc=a2_0x9296;return _0x75fd35[_0x2e3bcc(0x1d8)](_0x2c11e3,_0x5c730e);},'ohXNG':function(_0x9a4d47,_0x599d3c){const _0x31fef1=a2_0x9296;return _0x75fd35[_0x31fef1(0x1e5)](_0x9a4d47,_0x599d3c);}},_0x43ad23=_0x75fd35['KiIuH'](helper[_0x10ce6d(0x1b3)](_0x52adca,'_'),'_'+Date['now']()),_0x2635af=((()=>{const _0xb5765a=_0x10ce6d;if(_0xf66a5c){const _0x275409=pwToCodeceptBrowser[_0x52adca['browserName']]||_0x52adca['browserName'],_0xdbb7ce=helper['getPlaywrightUrl'](_0x4b71f7[_0xb5765a(0x198)]),_0x4cb70b=Object[_0xb5765a(0x1b4)]({},_0x52adca);return _0x1c9594[_0xb5765a(0x173)](processAccessibilityCaps,_0x4cb70b,_0xdbb7ce,null),{'browser':_0x275409,[_0x275409]:{'browserWSEndpoint':_0x1c9594['WIUnr'](_0xdbb7ce,_0x1c9594[_0xb5765a(0x188)](encodeURIComponent,JSON['stringify'](_0x4cb70b)))}};}const _0x485882={};return _0x485882['desiredCapabilities']=_0x52adca,_0x485882['user']=_0x4b71f7[_0xb5765a(0x198)][_0xb5765a(0x1ae)],_0x485882[_0xb5765a(0x171)]=_0x4b71f7[_0xb5765a(0x198)][_0xb5765a(0x1c1)],_0x485882;})()),_0x5771c3=_0x75fd35['SfRSE'](nestedKeyValue,_0x53d136,[_0x75fd35[_0x10ce6d(0x1d6)],_0x33b72e]);_0x4a625c[_0x43ad23]=_0x5771c3?helper[_0x10ce6d(0x1e3)](_0x2635af,_0x5771c3):_0x2635af;if(_0xf66a5c)_0x4a625c[_0x43ad23][_0x10ce6d(0x162)]=pwToCodeceptBrowser[_0x52adca[_0x10ce6d(0x1cb)]]||_0x52adca[_0x10ce6d(0x1cb)];else{_0x4a625c[_0x43ad23]['browser']=_0x52adca['browserName']||_0x2635af[_0x10ce6d(0x162)];if(_0x75fd35[_0x10ce6d(0x1b9)](isBrowserstackInfra)){_0x4a625c[_0x43ad23][_0x10ce6d(0x165)]=constants[_0x10ce6d(0x1f3)][_0x10ce6d(0x1da)](_0x75fd35[_0x10ce6d(0x1ed)],'')[_0x10ce6d(0x1da)](/https?:\/\//,'');;_0x4a625c[_0x43ad23]['path']=_0x75fd35[_0x10ce6d(0x1ed)];}}_0x129e59[_0x10ce6d(0x1ea)](_0x43ad23);});}else{_0x31b81f=0x1;if(_0xf66a5c){const _0x5b4612=_0x75fd35[_0x4b2d1c(0x1c0)](nestedKeyValue,_0x53d136,[_0x75fd35['Xxpfa'],_0x33b72e,_0x75fd35[_0x4b2d1c(0x1b0)]]),_0x187946=_0x75fd35[_0x4b2d1c(0x1a7)](nestedKeyValue,_0x53d136,[_0x75fd35[_0x4b2d1c(0x1d6)],_0x33b72e,_0x5b4612]);if(_0x187946&&_0x187946[_0x4b2d1c(0x1d5)]){const _0x16fea8={};_0x16fea8[_0x4b2d1c(0x1a0)]=[],_0x187946[_0x4b2d1c(0x1d5)]=helper[_0x4b2d1c(0x1b7)](Object[_0x4b2d1c(0x1b4)]({},_0x4b71f7['config'],_0x16fea8),null,_0x2ce10a[_0x4b2d1c(0x1a2)](),null,null,_0x187946['browserWSEndpoint']);}}else{const _0x3135ef={};_0x3135ef[_0x4b2d1c(0x1a0)]=[],_0x53d136[_0x75fd35[_0x4b2d1c(0x1d6)]][_0x33b72e][_0x75fd35[_0x4b2d1c(0x1dc)]]=helper['prepareCapabilities'](Object[_0x4b2d1c(0x1b4)]({},_0x4b71f7[_0x4b2d1c(0x198)],_0x3135ef),null,_0x2ce10a[_0x4b2d1c(0x1a2)](),_0x75fd35['KagOG'](nestedKeyValue,_0x53d136,[_0x75fd35[_0x4b2d1c(0x1d6)],_0x33b72e,_0x75fd35[_0x4b2d1c(0x1dc)]])||{},null,null);}_0x4a625c[_0x75fd35[_0x4b2d1c(0x1fa)]]=_0x53d136,_0x129e59[_0x4b2d1c(0x1ea)](_0x75fd35[_0x4b2d1c(0x1fa)]);}const _0x4bccc0={};_0x4bccc0['testConfig']=_0x4723f4;const _0x27bc31=_0x4bccc0,_0x51e4dd=path['join'](__dirname,_0x75fd35[_0x4b2d1c(0x15a)]),_0x5dac82=process['cwd']();process['env'][_0x75fd35[_0x4b2d1c(0x1bf)]]=_0x5dac82,process[_0x4b2d1c(0x1d2)]['BROWSERSTACK_FRAMEWORK']=process['env']['BROWSERSTACK_FRAMEWORK']||_0x75fd35[_0x4b2d1c(0x179)],process[_0x4b2d1c(0x1a4)](path[_0x4b2d1c(0x164)](_0x4723f4));const _0x3acf70=new CodeceptJS[(_0x4b2d1c(0x190))](null,_0x27bc31),_0x1fad84=_0x3acf70[_0x4b2d1c(0x1d3)](_0x5f59a3),_0x1523f6=testOpsHelper[_0x4b2d1c(0x1f6)](),_0x10fa2f=_0x129e59[_0x4b2d1c(0x1d1)](_0x1e74b2=>{const _0x5c0dde=_0x4b2d1c,_0x598952={};_0x598952['Playwright']=_0x4a625c[_0x1e74b2];const _0x59d576={};_0x59d576[_0x5c0dde(0x1be)]=_0x4a625c[_0x1e74b2];const _0x4843c4=_0xf66a5c?_0x598952:_0x59d576,_0x3bbe94=_0x75fd35['Hioui'](getO11yRerunPattern),_0xeff050={};_0xeff050[_0x5c0dde(0x1ce)]=_0x4843c4;const _0x5f04e2={};_0x5f04e2['require']=_0x51e4dd,_0x5f04e2[_0x5c0dde(0x1c6)]=!![],_0x5f04e2[_0x5c0dde(0x17d)]=_0x4b71f7[_0x5c0dde(0x198)][_0x5c0dde(0x174)]['skipSessionName'],_0x5f04e2[_0x5c0dde(0x18d)]=_0x4b71f7['config'][_0x5c0dde(0x174)]['skipSessionStatus'],_0x5f04e2[_0x5c0dde(0x1a5)]=_0x1523f6,_0x5f04e2[_0x5c0dde(0x1e7)]=_0x2ce10a;const _0x4d0a99={};_0x4d0a99[_0x5c0dde(0x172)]=_0x5f04e2;const _0x3e5372={};return _0x3e5372[_0x5c0dde(0x185)]=_0x4d0a99,helper[_0x5c0dde(0x1e3)]({},_0x53d136,_0x75fd35[_0x5c0dde(0x1a9)](isBrowserstackInfra)?_0xeff050:{},_0x3bbe94?{'grep':_0x3bbe94}:{},_0x3e5372);});for(const _0x44da7d of _0x10fa2f){for(const _0x298e25 of _0x1fad84){const _0x3ef50b=_0x3acf70[_0x4b2d1c(0x16a)]();_0x3ef50b['addTests'](_0x298e25),_0x3ef50b['addConfig'](_0x44da7d);const _0x392ae8={};_0x392ae8[_0x4b2d1c(0x198)]=_0x4723f4,_0x3ef50b[_0x4b2d1c(0x1b8)](Object[_0x4b2d1c(0x1b4)](_0x392ae8,_0x1c5dee));}}_0x3acf70['on'](CodeceptJS[_0x4b2d1c(0x17e)][_0x4b2d1c(0x1aa)][_0x4b2d1c(0x16c)],(_0x4076a7,_0x481d64)=>{const _0x59a682=_0x4b2d1c;console[_0x59a682(0x16e)](_0x75fd35['IAArK'],_0x4076a7['title']);const _0x61af17={[_0x4076a7[_0x59a682(0x1e4)]]:_0x4076a7['err'][_0x59a682(0x1d9)]};_testErrorData[_0x59a682(0x1ea)](_0x61af17);}),_0x3acf70['on'](CodeceptJS[_0x4b2d1c(0x17e)][_0x4b2d1c(0x1aa)][_0x4b2d1c(0x192)],async _0x394194=>{const _0x16b5d1=_0x4b2d1c;console[_0x16b5d1(0x16e)](_0x75fd35[_0x16b5d1(0x1b1)],_0x394194['title']);}),_0x3acf70['on'](CodeceptJS['event'][_0x4b2d1c(0x1aa)][_0x4b2d1c(0x161)],async _0x5503e0=>{const _0xb71a11=_0x4b2d1c;console['log'](_0x75fd35[_0xb71a11(0x16b)],_0x5503e0[_0xb71a11(0x1e4)]);}),_0x3acf70['on'](CodeceptJS[_0x4b2d1c(0x17e)][_0x4b2d1c(0x1d7)]['result'],async()=>{const _0x42a2aa=_0x4b2d1c,_0x3c8331=_0x75fd35['JgmlV'][_0x42a2aa(0x1dd)]('|');let _0x1a8e19=0x0;while(!![]){switch(_0x3c8331[_0x1a8e19++]){case'0':_0x3acf70[_0x42a2aa(0x15b)]();continue;case'1':try{await TestHubHandler[_0x42a2aa(0x1b6)]();}catch(_0x2ba3c1){logger['debug'](_0x42a2aa(0x1f1)+util['format'](_0x2ba3c1));}continue;case'2':PerformanceTester['start'](PerformanceEvents[_0x42a2aa(0x167)]);continue;case'3':utilities['finalExecution'](_0x4b71f7);continue;case'4':_0x4b71f7[_0x42a2aa(0x1c3)]=_testErrorData;continue;case'5':testOpsHelper[_0x42a2aa(0x160)]();continue;}break;}});async function _0x9dc0b6(){const _0x1166d3=_0x4b2d1c;try{await _0x3acf70[_0x1166d3(0x15c)](),await _0x3acf70[_0x1166d3(0x186)]();}finally{process[_0x1166d3(0x1a4)](_0x5dac82),await _0x3acf70['teardownAll']();}}PerformanceTester[_0x4b2d1c(0x178)](PerformanceEvents[_0x4b2d1c(0x1ad)]),await _0x75fd35[_0x4b2d1c(0x1ca)](_0x9dc0b6);}module['exports']=run;
@@ -1 +1 @@
1
- function a3_0x543d(){const _0xcc50b0=['mQiFY','capabilities','xNxOO','parse','../../bin/playwright/sessionDetails','WebDriver','browser_version','osVersion','browserName','platformName','includes','warn','oLDet','../../helpers/helper','JiOpF','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','isVersionSupported','winstonLogger','HjIap','HqkpE','getDetails','../../helpers/test-observability/utils','get','5934174otapyH','KbEBa','string','2859710QMrnNE','2508231LBDevW','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','jGCPD','browserstack_executor','762734DVouFR','searchParams','platform','browser','fetchPlatformDetails','constructor','config','os_version','__cloud_provider___','accessibilityPlatform','getMinVersionForBrowser','xrVOo','latest','isBrowserSupportedForAccessibility','vbUwF','deviceName','VNboy','rrsLG','on\x20non-BrowserStack\x20infrastructure\x20','AJQEt','cloudProvider','platform_version','jecVx','bsSessionId','4994528MHgjCP','gtplf','QAaAl','\x20browser\x20version\x20','sessionId','hphsn','824CnKGoz','../../helpers/logger','AeYNT','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','unknown_grid','../../helpers/accessibility-automation/helper','platformVersion','EDqNQ','MmOrG','caps','LxuAh','451468gHulrv','name','bstack:options','14707nmaqtu','XSyAK','browserVersion'];a3_0x543d=function(){return _0xcc50b0;};return a3_0x543d();}function a3_0x5130(_0x337dc3,_0x77477e){const _0x543d9b=a3_0x543d();return a3_0x5130=function(_0x5130b8,_0x5e56e9){_0x5130b8=_0x5130b8-0xf5;let _0x47ec4f=_0x543d9b[_0x5130b8];return _0x47ec4f;},a3_0x5130(_0x337dc3,_0x77477e);}const a3_0x5f102d=a3_0x5130;(function(_0x423f8a,_0x544117){const _0x484955=a3_0x5130,_0x574a25=_0x423f8a();while(!![]){try{const _0xf36e57=parseInt(_0x484955(0x141))/0x1+-parseInt(_0x484955(0x11c))/0x2+parseInt(_0x484955(0x13d))/0x3+-parseInt(_0x484955(0x10b))/0x4+-parseInt(_0x484955(0x13c))/0x5+parseInt(_0x484955(0x139))/0x6+-parseInt(_0x484955(0x11f))/0x7*(-parseInt(_0x484955(0x111))/0x8);if(_0xf36e57===_0x544117)break;else _0x574a25['push'](_0x574a25['shift']());}catch(_0x55c637){_0x574a25['push'](_0x574a25['shift']());}}}(a3_0x543d,0xb90af));const {isUndefined,nestedKeyValue}=require('../../helpers/helper'),logger=require(a3_0x5f102d(0x112))[a3_0x5f102d(0x133)],PlaywrightSessionDetails=require(a3_0x5f102d(0x126)),{isAccessibilityAutomationSession}=require(a3_0x5f102d(0x116)),{getObservabilityLinkedProductName}=require(a3_0x5f102d(0x137)),accessibilityHelper=require(a3_0x5f102d(0x116)),{isBrowserstackInfra}=require(a3_0x5f102d(0x12f)),getOSVersionFromCaps=_0x52b6cb=>{const _0x31440b=a3_0x5f102d,_0x48c598={};_0x48c598[_0x31440b(0x120)]=_0x31440b(0x11e),_0x48c598['oLDet']=_0x31440b(0x117),_0x48c598[_0x31440b(0x118)]=_0x31440b(0x108),_0x48c598['JiOpF']=_0x31440b(0x129),_0x48c598[_0x31440b(0x110)]=_0x31440b(0xfa);const _0x2d0d2d=_0x48c598;if(!_0x52b6cb)return null;const _0x33eebd=_0x52b6cb[_0x2d0d2d[_0x31440b(0x120)]],_0x4d6fe7=[_0x2d0d2d[_0x31440b(0x12e)],_0x2d0d2d[_0x31440b(0x118)],_0x2d0d2d[_0x31440b(0x130)],_0x2d0d2d[_0x31440b(0x110)]];for(const _0x10e55b of _0x4d6fe7){if(_0x33eebd&&_0x33eebd[_0x10e55b])return _0x33eebd[_0x10e55b];else{if(_0x52b6cb[_0x10e55b])return _0x52b6cb[_0x10e55b];}}return null;};exports[a3_0x5f102d(0xf7)]=_0x5725be=>{const _0x47b022=a3_0x5f102d,_0x2eb3ae={'MmOrG':_0x47b022(0x115),'xrVOo':function(_0x1ec316,_0x4391b6){return _0x1ec316===_0x4391b6;},'zUdJV':_0x47b022(0x127),'imKMT':function(_0x26062e,_0x169d5e){return _0x26062e(_0x169d5e);},'xNxOO':function(_0x37a2d5,_0x4cfb95,_0x1eccfb){return _0x37a2d5(_0x4cfb95,_0x1eccfb);},'jecVx':_0x47b022(0xf9),'mXvds':'desiredCapabilities','FGexA':'Playwright','gtplf':function(_0xc5e72e,_0x20702f,_0x5f1dcb){return _0xc5e72e(_0x20702f,_0x5f1dcb);},'OCuYl':_0x47b022(0xf6),'NcbNq':'browserWSEndpoint','HjIap':_0x47b022(0x11a),'rrsLG':function(_0x7d1cc1,_0x58f627){return _0x7d1cc1(_0x58f627);}};if(!_0x5725be)return null;let _0x4ce011=global[_0x47b022(0xfb)]||_0x2eb3ae[_0x47b022(0x119)];if(_0x2eb3ae[_0x47b022(0xfe)](_0x5725be[_0x47b022(0xf8)][_0x47b022(0x11d)],_0x2eb3ae['zUdJV'])){const _0x50d718=_0x5725be[_0x47b022(0xf6)];if(!_0x50d718)return null;const _0x2211a6=_0x50d718[_0x47b022(0x123)],_0x55261d=_0x2eb3ae['imKMT'](getOSVersionFromCaps,_0x2eb3ae[_0x47b022(0x124)](nestedKeyValue,_0x5725be,[_0x2eb3ae[_0x47b022(0x109)],_0x2eb3ae['mXvds']]));return{[_0x4ce011]:{'browser':_0x2211a6[_0x47b022(0x12a)],'browser_version':_0x2211a6[_0x47b022(0x121)],'capabilities':_0x2211a6,'platform':_0x2211a6[_0x47b022(0x12b)],'platform_version':_0x2211a6[_0x47b022(0x117)]||_0x55261d,'product':_0x2eb3ae['imKMT'](getObservabilityLinkedProductName,_0x2211a6),'session_id':_0x50d718[_0x47b022(0x10f)]}};}else{if(_0x2eb3ae[_0x47b022(0xfe)](_0x5725be[_0x47b022(0xf8)]['name'],_0x2eb3ae['FGexA'])){const _0x3b8822=PlaywrightSessionDetails[_0x47b022(0x136)]();_0x4ce011=_0x3b8822[_0x47b022(0x107)]||_0x4ce011;const _0x2f1a8b=_0x2eb3ae[_0x47b022(0x10c)](nestedKeyValue,_0x5725be,[_0x2eb3ae[_0x47b022(0x109)],_0x2eb3ae['OCuYl'],_0x2eb3ae['NcbNq']]),_0x12de4a=_0x2f1a8b?JSON[_0x47b022(0x125)](new URL(_0x2f1a8b)[_0x47b022(0x142)][_0x47b022(0x138)](_0x2eb3ae[_0x47b022(0x134)])):{};return{[_0x4ce011]:{'browser':_0x3b8822['browser']||_0x12de4a[_0x47b022(0x12a)],'browser_version':_0x3b8822[_0x47b022(0x128)]||_0x12de4a['browser_version'],'capabilities':_0x12de4a,'platform':_0x3b8822[_0x47b022(0xf5)],'platform_version':_0x3b8822['platform_version'],'product':_0x2eb3ae[_0x47b022(0x104)](getObservabilityLinkedProductName,_0x12de4a),'session_id':_0x3b8822[_0x47b022(0x10a)]}};}}},exports['processWebDriverConfig']=_0x41286e=>{const _0x1005a4=a3_0x5f102d,_0x588e13={'mQiFY':function(_0x37d6da){return _0x37d6da();},'NfzQX':_0x1005a4(0x13e),'LxuAh':function(_0x28ae6d,_0x25e47a){return _0x28ae6d!==_0x25e47a;},'AJQEt':_0x1005a4(0xff),'jGCPD':_0x1005a4(0x105),'KbEBa':function(_0x3d7f22,_0x486f47){return _0x3d7f22(_0x486f47);},'VNboy':_0x1005a4(0x131)};if(_0x588e13[_0x1005a4(0x122)](isAccessibilityAutomationSession)){const _0x46dd4a=_0x41286e[_0x1005a4(0xf6)],_0x5d01a4=_0x46dd4a['capabilities'];global['accessibilityPlatform']=!![];!accessibilityHelper[_0x1005a4(0x100)](_0x5d01a4[_0x1005a4(0x12a)])&&(logger[_0x1005a4(0x12d)](_0x588e13['NfzQX']),global['accessibilityPlatform']=![]);if(_0x588e13[_0x1005a4(0x11b)](_0x5d01a4['browserVersion'],_0x588e13[_0x1005a4(0x106)])){const _0x5bafe0=_0x588e13[_0x1005a4(0x122)](isBrowserstackInfra),_0x313aad=accessibilityHelper[_0x1005a4(0xfd)](_0x5d01a4['browserName'],_0x5bafe0),_0x69b68b=accessibilityHelper['getBrowserDisplayName'](_0x5d01a4[_0x1005a4(0x12a)]);if(!accessibilityHelper[_0x1005a4(0x132)](_0x5d01a4[_0x1005a4(0x121)],_0x313aad)){const _0x457201=_0x5bafe0?'':_0x588e13[_0x1005a4(0x13f)];logger[_0x1005a4(0x12d)](_0x1005a4(0x114)+_0x69b68b+_0x1005a4(0x10e)+_0x313aad+'\x20or\x20higher\x20'+_0x457201+'.'),global[_0x1005a4(0xfc)]=![];}}!_0x588e13[_0x1005a4(0x13a)](isUndefined,_0x5d01a4[_0x1005a4(0x102)])&&(logger['warn'](_0x588e13[_0x1005a4(0x103)]),global['accessibilityPlatform']=![]);}},exports['shouldPatchExecuteScript']=_0x340987=>{const _0x2820f8=a3_0x5f102d,_0x450f43={};_0x450f43[_0x2820f8(0x10d)]=function(_0x259c2c,_0x1e0245){return _0x259c2c!==_0x1e0245;},_0x450f43[_0x2820f8(0x113)]=_0x2820f8(0x13b),_0x450f43['HqkpE']=_0x2820f8(0x140),_0x450f43[_0x2820f8(0x101)]='browserstack_accessibility_automation_script';const _0x9579d=_0x450f43;if(!_0x340987)return![];else{if(_0x9579d[_0x2820f8(0x10d)](typeof _0x340987,_0x9579d['AeYNT']))return!![];}return!_0x340987[_0x2820f8(0x12c)](_0x9579d[_0x2820f8(0x135)])&&!_0x340987[_0x2820f8(0x12c)](_0x9579d[_0x2820f8(0x101)]);};
1
+ function a3_0x4292(){const _0x2f9c43=['4041639qagZKg','ZWMkZ','platformName','accessibilityPlatform','fetchPlatformDetails','deviceName','1487595jdXvuF','browserstack_accessibility_automation_script','bsSessionId','NIubw','20578nZCUCZ','6YvKWUQ','parse','2970595CgaNdQ','29SfKuob','platformVersion','includes','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','kINxS','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','getBrowserDisplayName','browser','browserstack_executor','fVMeW','fhjCo','4876487VqvEVw','warn','bstack:options','\x20browser\x20version\x20','294432QQlZxK','MSVqj','../../helpers/logger','winstonLogger','osVersion','swLAZ','HDxgW','../../helpers/helper','eMdgh','platform_version','getDetails','yqZca','WrhAo','../../helpers/accessibility-automation/helper','sessionId','AkqwT','browserVersion','ptEbS','RWDKA','WebDriver','cloudProvider','name','isBrowserSupportedForAccessibility','latest','qATWX','getMinVersionForBrowser','EXEsa','constructor','browser_version','caps','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','144aRCVNQ','10sgbWiU','kPYGt','searchParams','ObnEU','../../bin/playwright/sessionDetails','\x20or\x20higher\x20','1893960FTjpJO','desiredCapabilities','isVersionSupported','shouldPatchExecuteScript','unknown_grid','os_version','nQcol','Playwright','LnQXi','__cloud_provider___','browserName','platform','OJMhb','CBfsd','LJfQQ'];a3_0x4292=function(){return _0x2f9c43;};return a3_0x4292();}const a3_0xcd18f2=a3_0x529e;function a3_0x529e(_0x47bc6f,_0x53c542){const _0x4292d7=a3_0x4292();return a3_0x529e=function(_0x529e8e,_0x3314dd){_0x529e8e=_0x529e8e-0x8c;let _0x4ea46c=_0x4292d7[_0x529e8e];return _0x4ea46c;},a3_0x529e(_0x47bc6f,_0x53c542);}(function(_0x5e9b7e,_0x327ee8){const _0xbc58f8=a3_0x529e,_0x482610=_0x5e9b7e();while(!![]){try{const _0x4f761a=parseInt(_0xbc58f8(0xd1))/0x1*(-parseInt(_0xbc58f8(0xcd))/0x2)+parseInt(_0xbc58f8(0xc9))/0x3+parseInt(_0xbc58f8(0xb4))/0x4+-parseInt(_0xbc58f8(0xd0))/0x5+parseInt(_0xbc58f8(0xce))/0x6*(parseInt(_0xbc58f8(0xc3))/0x7)+-parseInt(_0xbc58f8(0x8e))/0x8*(parseInt(_0xbc58f8(0xad))/0x9)+-parseInt(_0xbc58f8(0xae))/0xa*(-parseInt(_0xbc58f8(0xdc))/0xb);if(_0x4f761a===_0x327ee8)break;else _0x482610['push'](_0x482610['shift']());}catch(_0x489692){_0x482610['push'](_0x482610['shift']());}}}(a3_0x4292,0x7c30d));const {isUndefined,nestedKeyValue}=require(a3_0xcd18f2(0x95)),logger=require(a3_0xcd18f2(0x90))[a3_0xcd18f2(0x91)],PlaywrightSessionDetails=require(a3_0xcd18f2(0xb2)),{isAccessibilityAutomationSession}=require(a3_0xcd18f2(0x9b)),{getObservabilityLinkedProductName}=require('../../helpers/test-observability/utils'),accessibilityHelper=require(a3_0xcd18f2(0x9b)),{isBrowserstackInfra}=require(a3_0xcd18f2(0x95)),getOSVersionFromCaps=_0x4a3a21=>{const _0x433557=a3_0xcd18f2,_0x32cde3={};_0x32cde3[_0x433557(0xbc)]=_0x433557(0x8c),_0x32cde3[_0x433557(0x96)]='platformVersion',_0x32cde3[_0x433557(0x9f)]=_0x433557(0x97),_0x32cde3[_0x433557(0xc0)]=_0x433557(0x92),_0x32cde3[_0x433557(0xdb)]=_0x433557(0xb9);const _0x21bf12=_0x32cde3;if(!_0x4a3a21)return null;const _0x53637a=_0x4a3a21[_0x21bf12[_0x433557(0xbc)]],_0x3fa2e4=[_0x21bf12[_0x433557(0x96)],_0x21bf12[_0x433557(0x9f)],_0x21bf12[_0x433557(0xc0)],_0x21bf12[_0x433557(0xdb)]];for(const _0x4f904c of _0x3fa2e4){if(_0x53637a&&_0x53637a[_0x4f904c])return _0x53637a[_0x4f904c];else{if(_0x4a3a21[_0x4f904c])return _0x4a3a21[_0x4f904c];}}return null;};exports[a3_0xcd18f2(0xc7)]=_0x212e15=>{const _0x3e95e4=a3_0xcd18f2,_0x340c91={'AkqwT':_0x3e95e4(0xb8),'ObnEU':function(_0x112735,_0x12557a){return _0x112735===_0x12557a;},'ZWMkZ':_0x3e95e4(0xa1),'NIubw':function(_0x1467fa,_0x1b8bc2){return _0x1467fa(_0x1b8bc2);},'EXEsa':function(_0x597426,_0x3b375c,_0x569349){return _0x597426(_0x3b375c,_0x569349);},'HDxgW':'config','ueqnD':_0x3e95e4(0xb5),'CBfsd':_0x3e95e4(0xbb),'uJHWH':'browser','yqZca':'browserWSEndpoint','LJfQQ':_0x3e95e4(0xab)};if(!_0x212e15)return null;let _0x33ea57=global[_0x3e95e4(0xbd)]||_0x340c91[_0x3e95e4(0x9d)];if(_0x340c91['ObnEU'](_0x212e15[_0x3e95e4(0xa9)]['name'],_0x340c91[_0x3e95e4(0xc4)])){const _0x29d119=_0x212e15[_0x3e95e4(0xd8)];if(!_0x29d119)return null;const _0x217d0b=_0x29d119['capabilities'],_0x289404=_0x340c91[_0x3e95e4(0xcc)](getOSVersionFromCaps,_0x340c91[_0x3e95e4(0xa8)](nestedKeyValue,_0x212e15,[_0x340c91[_0x3e95e4(0x94)],_0x340c91['ueqnD']]));return{[_0x33ea57]:{'browser':_0x217d0b[_0x3e95e4(0xbe)],'browser_version':_0x217d0b[_0x3e95e4(0x9e)],'capabilities':_0x217d0b,'platform':_0x217d0b[_0x3e95e4(0xc5)],'platform_version':_0x217d0b[_0x3e95e4(0xd2)]||_0x289404,'product':_0x340c91['NIubw'](getObservabilityLinkedProductName,_0x217d0b),'session_id':_0x29d119[_0x3e95e4(0x9c)]}};}else{if(_0x340c91[_0x3e95e4(0xb1)](_0x212e15[_0x3e95e4(0xa9)][_0x3e95e4(0xa3)],_0x340c91[_0x3e95e4(0xc1)])){const _0x42c873=PlaywrightSessionDetails[_0x3e95e4(0x98)]();_0x33ea57=_0x42c873[_0x3e95e4(0xa2)]||_0x33ea57;const _0x443b94=_0x340c91[_0x3e95e4(0xa8)](nestedKeyValue,_0x212e15,[_0x340c91[_0x3e95e4(0x94)],_0x340c91['uJHWH'],_0x340c91[_0x3e95e4(0x99)]]),_0x4fd35f=_0x443b94?JSON[_0x3e95e4(0xcf)](new URL(_0x443b94)[_0x3e95e4(0xb0)]['get'](_0x340c91[_0x3e95e4(0xc2)])):{};return{[_0x33ea57]:{'browser':_0x42c873[_0x3e95e4(0xd8)]||_0x4fd35f[_0x3e95e4(0xbe)],'browser_version':_0x42c873[_0x3e95e4(0xaa)]||_0x4fd35f[_0x3e95e4(0xaa)],'capabilities':_0x4fd35f,'platform':_0x42c873[_0x3e95e4(0xbf)],'platform_version':_0x42c873[_0x3e95e4(0x97)],'product':_0x340c91[_0x3e95e4(0xcc)](getObservabilityLinkedProductName,_0x4fd35f),'session_id':_0x42c873[_0x3e95e4(0xcb)]}};}}},exports['processWebDriverConfig']=_0x2154ed=>{const _0x397cbe=a3_0xcd18f2,_0x5c1906={'kPYGt':function(_0x186a47){return _0x186a47();},'swLAZ':_0x397cbe(0xac),'nQcol':function(_0x34cc2e,_0x31d21e){return _0x34cc2e!==_0x31d21e;},'MSVqj':_0x397cbe(0xa5),'fVMeW':'on\x20non-BrowserStack\x20infrastructure\x20','THxfI':function(_0x4f2cbc,_0x5ab469){return _0x4f2cbc(_0x5ab469);},'CzWff':_0x397cbe(0xd4)};if(_0x5c1906[_0x397cbe(0xaf)](isAccessibilityAutomationSession)){const _0x2d6912=_0x2154ed[_0x397cbe(0xd8)],_0xbe5635=_0x2d6912['capabilities'];global[_0x397cbe(0xc6)]=!![];!accessibilityHelper[_0x397cbe(0xa4)](_0xbe5635['browserName'])&&(logger[_0x397cbe(0xdd)](_0x5c1906[_0x397cbe(0x93)]),global[_0x397cbe(0xc6)]=![]);if(_0x5c1906[_0x397cbe(0xba)](_0xbe5635['browserVersion'],_0x5c1906[_0x397cbe(0x8f)])){const _0x5a8acf=_0x5c1906[_0x397cbe(0xaf)](isBrowserstackInfra),_0x174fd2=accessibilityHelper[_0x397cbe(0xa7)](_0xbe5635[_0x397cbe(0xbe)],_0x5a8acf),_0x29dc20=accessibilityHelper[_0x397cbe(0xd7)](_0xbe5635['browserName']);if(!accessibilityHelper[_0x397cbe(0xb6)](_0xbe5635[_0x397cbe(0x9e)],_0x174fd2)){const _0x38fcbc=_0x5a8acf?'':_0x5c1906[_0x397cbe(0xda)];logger[_0x397cbe(0xdd)](_0x397cbe(0xd6)+_0x29dc20+_0x397cbe(0x8d)+_0x174fd2+_0x397cbe(0xb3)+_0x38fcbc+'.'),global[_0x397cbe(0xc6)]=![];}}!_0x5c1906['THxfI'](isUndefined,_0xbe5635[_0x397cbe(0xc8)])&&(logger[_0x397cbe(0xdd)](_0x5c1906['CzWff']),global[_0x397cbe(0xc6)]=![]);}},exports[a3_0xcd18f2(0xb7)]=_0x359617=>{const _0x38e97c=a3_0xcd18f2,_0x29c7a2={};_0x29c7a2[_0x38e97c(0xa0)]=function(_0x24eb8d,_0x54f88c){return _0x24eb8d!==_0x54f88c;},_0x29c7a2[_0x38e97c(0xa6)]='string',_0x29c7a2[_0x38e97c(0xd5)]=_0x38e97c(0xd9),_0x29c7a2[_0x38e97c(0x9a)]=_0x38e97c(0xca);const _0x17c9d8=_0x29c7a2;if(!_0x359617)return![];else{if(_0x17c9d8['RWDKA'](typeof _0x359617,_0x17c9d8['qATWX']))return!![];}return!_0x359617[_0x38e97c(0xd3)](_0x17c9d8[_0x38e97c(0xd5)])&&!_0x359617[_0x38e97c(0xd3)](_0x17c9d8[_0x38e97c(0x9a)]);};
@@ -1 +1 @@
1
- const a4_0x227bc7=a4_0x20bd;(function(_0x2ec3e6,_0x5133c9){const _0x1e9ec9=a4_0x20bd,_0x24626d=_0x2ec3e6();while(!![]){try{const _0x24fa9c=-parseInt(_0x1e9ec9(0x1be))/0x1*(-parseInt(_0x1e9ec9(0x25a))/0x2)+parseInt(_0x1e9ec9(0x1ae))/0x3+parseInt(_0x1e9ec9(0x190))/0x4+parseInt(_0x1e9ec9(0x1c9))/0x5*(parseInt(_0x1e9ec9(0x25d))/0x6)+-parseInt(_0x1e9ec9(0x1e6))/0x7*(parseInt(_0x1e9ec9(0x1e5))/0x8)+-parseInt(_0x1e9ec9(0x1d5))/0x9*(-parseInt(_0x1e9ec9(0x1b2))/0xa)+parseInt(_0x1e9ec9(0x1d1))/0xb*(-parseInt(_0x1e9ec9(0x270))/0xc);if(_0x24fa9c===_0x5133c9)break;else _0x24626d['push'](_0x24626d['shift']());}catch(_0x579228){_0x24626d['push'](_0x24626d['shift']());}}}(a4_0x49f8,0x35497));const path=require(a4_0x227bc7(0x23a)),util=require('util'),fs=require('fs'),{v4:uuidv4}=require(a4_0x227bc7(0x1b3)),{resolveBrowserTypeClass,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x227bc7(0x1ff)),testOpsHelper=require(a4_0x227bc7(0x1f5)),{getTestEnv}=require(a4_0x227bc7(0x246)),{FRAMEWORKS}=require(a4_0x227bc7(0x1d9)),logger=require(a4_0x227bc7(0x199))['winstonLogger'],SessionHandler=require(a4_0x227bc7(0x1df)),RequestQueueHandler=require(a4_0x227bc7(0x24d)),PlaywrightSessionDetails=require('../playwright/sessionDetails'),debug=testOpsHelper['debug'],{processAccessibilityCaps}=require(a4_0x227bc7(0x205)),Constants=require(a4_0x227bc7(0x202)),{fetchPlatformDetails}=require(a4_0x227bc7(0x24e)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x227bc7(0x1aa)),constants=require(a4_0x227bc7(0x202)),STATE_PASSED=a4_0x227bc7(0x1d8),STATE_FAILED=a4_0x227bc7(0x1f3),a4_0x5b5dab={};a4_0x5b5dab[a4_0x227bc7(0x215)]=a4_0x227bc7(0x21c),a4_0x5b5dab[a4_0x227bc7(0x26b)]=a4_0x227bc7(0x284),a4_0x5b5dab[a4_0x227bc7(0x21a)]=a4_0x227bc7(0x1ec),a4_0x5b5dab['HOOK_RUN_STARTED']=a4_0x227bc7(0x221),a4_0x5b5dab[a4_0x227bc7(0x27b)]=a4_0x227bc7(0x1f9);const TEST_EVENTS=a4_0x5b5dab,parseEvent=_0x2a9073=>{const _0x1bb9dd=a4_0x227bc7,_0x1bd10f={};_0x1bd10f[_0x1bb9dd(0x191)]=function(_0x2e62d5,_0xf8389d){return _0x2e62d5<_0xf8389d;},_0x1bd10f['KjaSZ']=function(_0x22bb12,_0x182ac3){return _0x22bb12===_0x182ac3;},_0x1bd10f[_0x1bb9dd(0x1c4)]='test',_0x1bd10f[_0x1bb9dd(0x20f)]=_0x1bb9dd(0x222),_0x1bd10f['NnQpE']='skipped',_0x1bd10f[_0x1bb9dd(0x28a)]=function(_0x5b76e5,_0x5c6d6f){return _0x5b76e5===_0x5c6d6f;},_0x1bd10f[_0x1bb9dd(0x272)]=_0x1bb9dd(0x26f),_0x1bd10f[_0x1bb9dd(0x23c)]=function(_0x2090b1,_0x1f375d){return _0x2090b1===_0x1f375d;},_0x1bd10f[_0x1bb9dd(0x251)]=_0x1bb9dd(0x1e3);const _0x2b1618=_0x1bd10f,_0x1f9340=_0x2a9073[_0x1bb9dd(0x1e8)](/^(.*)Run(.*)$/);if(!_0x1f9340)return null;if(_0x2b1618[_0x1bb9dd(0x191)](_0x1f9340[_0x1bb9dd(0x1ef)],0x3))return null;const _0x40fba7=_0x1f9340[0x1][_0x1bb9dd(0x1c7)](),_0x15e9d3=_0x1f9340[0x2][_0x1bb9dd(0x1c7)]();return{'test':_0x2b1618[_0x1bb9dd(0x1b8)](_0x40fba7,_0x2b1618[_0x1bb9dd(0x1c4)]),'hook':_0x2b1618[_0x1bb9dd(0x1b8)](_0x40fba7,_0x2b1618['KkARa']),'skipped':_0x2b1618[_0x1bb9dd(0x1b8)](_0x15e9d3,_0x2b1618[_0x1bb9dd(0x235)]),'started':_0x2b1618['MdRCA'](_0x15e9d3,_0x2b1618[_0x1bb9dd(0x272)]),'finished':_0x2b1618[_0x1bb9dd(0x23c)](_0x15e9d3,_0x2b1618[_0x1bb9dd(0x251)])};},mockPWBrowserType=_0x209244=>{const _0x2d3676=a4_0x227bc7,_0x3b1053={'aqFAX':function(_0x4c16d4,_0x342ed1,_0x16aa29){return _0x4c16d4(_0x342ed1,_0x16aa29);},'GbUwk':_0x2d3676(0x207),'HFJkH':function(_0x28da2d,_0x401f52){return _0x28da2d(_0x401f52);},'JcHmy':'browserstack','bfJGX':function(_0x475bfb,_0x8436f5){return _0x475bfb(_0x8436f5);},'dhnCH':function(_0x27fad2,_0x167792){return _0x27fad2===_0x167792;},'tZsDH':_0x2d3676(0x287),'MiTae':function(_0x1c0f89){return _0x1c0f89();},'JiRQs':_0x2d3676(0x209),'DrlhU':_0x2d3676(0x212),'qoCDw':'launch'},_0x43feb2=_0x3b1053['MiTae'](resolveBrowserTypeClass);if(!_0x43feb2){_0x3b1053['HFJkH'](debug,_0x3b1053[_0x2d3676(0x24f)]);return;}const _0x11a60e=_0x43feb2['prototype'];if(_0x11a60e[_0x2d3676(0x237)])return;const _0x4e5c03=_0x11a60e[_0x2d3676(0x212)];Object['defineProperty'](_0x11a60e,_0x3b1053[_0x2d3676(0x1f1)],{'get':function(){const _0x38b8f7=_0x2d3676,_0xf29a60={'rBnFD':function(_0x48e1c6,_0x57c89c){const _0x3dc10b=a4_0x20bd;return _0x3b1053[_0x3dc10b(0x1ca)](_0x48e1c6,_0x57c89c);},'eyvdM':_0x3b1053[_0x38b8f7(0x1c0)]};return async function _0x552551(_0x2b4779,_0x411b99){const _0x561b76=_0x38b8f7,_0x508da0=_0x3b1053[_0x561b76(0x1d6)](nestedKeyValue,_0x2b4779,[_0x3b1053[_0x561b76(0x224)]])||_0x2b4779;let _0x5984cf=null,_0x57a23f=null;try{[_0x57a23f,_0x5984cf]=_0x508da0?_0x3b1053['HFJkH'](parseWSEndpoint,_0x508da0):[null,null],global[_0x561b76(0x1e2)]=_0x5984cf,logger[_0x561b76(0x211)](_0x561b76(0x277)+_0x57a23f),_0x57a23f[_0x561b76(0x248)](Constants[_0x561b76(0x1b9)])&&(global[_0x561b76(0x229)]=_0x3b1053[_0x561b76(0x231)]);}catch(_0x2c17c5){logger['debug']('Failed\x20to\x20parse\x20wsendpoint\x20'+_0x508da0+'\x20'+_0x2c17c5);}_0x3b1053[_0x561b76(0x1d6)](processAccessibilityCaps,_0x5984cf,_0x57a23f);if(global[_0x561b76(0x273)]){const _0x32a951=await _0x11a60e['connectOverCDP'][_0x561b76(0x1c5)](this,[''+Constants[_0x561b76(0x234)]+_0x3b1053['bfJGX'](encodeURIComponent,JSON['stringify'](_0x5984cf))]);return PlaywrightSessionDetails[_0x561b76(0x245)](_0x32a951,_0x209244,_0x508da0),_0x32a951;}return _0x4e5c03[_0x561b76(0x1c5)](this,arguments)[_0x561b76(0x265)](_0x1c2040=>{const _0x2a0be4=_0x561b76;let _0x5b7c6e=_0x2b4779[_0x2a0be4(0x207)];return _0xf29a60[_0x2a0be4(0x1b4)](typeof _0x2b4779,_0xf29a60[_0x2a0be4(0x282)])&&(_0x5b7c6e=_0x2b4779),PlaywrightSessionDetails[_0x2a0be4(0x245)](_0x1c2040,_0x209244,_0x5b7c6e),_0x1c2040;});};}});const _0x4e1e95=_0x11a60e[_0x2d3676(0x1e1)];Object[_0x2d3676(0x23e)](_0x11a60e,_0x3b1053['qoCDw'],{'get':function(){return async function _0x4e8d8d(){const _0x33ae0c=a4_0x20bd;return _0x4e1e95[_0x33ae0c(0x1c5)](this,arguments)[_0x33ae0c(0x265)](_0x2f92ca=>{const _0x52322e=_0x33ae0c;return PlaywrightSessionDetails[_0x52322e(0x245)](_0x2f92ca,null),_0x2f92ca;});};}});};class O11yHelper{[a4_0x227bc7(0x208)]=null;[a4_0x227bc7(0x1c3)]=null;[a4_0x227bc7(0x200)]=![];[a4_0x227bc7(0x1f4)]=![];[a4_0x227bc7(0x1b6)]=[];constructor(_0x174674,_0x3cd6ed){const _0x5cc724=a4_0x227bc7,_0x2f5eaf={'oLlFh':_0x5cc724(0x1d3),'LYvsD':function(_0x5d283b){return _0x5d283b();},'BtnsR':function(_0x160309,_0x2d6dc0){return _0x160309===_0x2d6dc0;},'hllsw':_0x5cc724(0x264),'LvFtM':function(_0x1bb1bf,_0x1e63bd){return _0x1bb1bf(_0x1e63bd);}},_0x5a487c=_0x2f5eaf['oLlFh'][_0x5cc724(0x19c)]('|');let _0x2277be=0x0;while(!![]){switch(_0x5a487c[_0x2277be++]){case'0':this[_0x5cc724(0x1a9)]=_0x2f5eaf[_0x5cc724(0x226)](getTestEnv);continue;case'1':this[_0x5cc724(0x1f4)]=_0x3cd6ed[_0x5cc724(0x1f4)];continue;case'2':this['driver']=_0x174674;continue;case'3':this[_0x5cc724(0x1a6)]&&_0x2f5eaf[_0x5cc724(0x23b)](this['driver']['constructor'][_0x5cc724(0x20c)],_0x2f5eaf[_0x5cc724(0x1cc)])&&_0x2f5eaf[_0x5cc724(0x268)](mockPWBrowserType,null);continue;case'4':this[_0x5cc724(0x200)]=_0x2f5eaf[_0x5cc724(0x226)](shouldProcessEventForTesthub);continue;case'5':this[_0x5cc724(0x278)]=new testOpsHelper[(_0x5cc724(0x1ab))]({'cwd':process[_0x5cc724(0x28c)]()},this['_testEnv']['location_prefix']);continue;}break;}}[a4_0x227bc7(0x274)](){const _0x3857ac=a4_0x227bc7,_0x3dd75f={'CvPCB':function(_0x51a591,_0x2f37ec){return _0x51a591(_0x2f37ec);}};if(!this['driver'])return![];try{const _0x336054=_0x3dd75f['CvPCB'](fetchPlatformDetails,this[_0x3857ac(0x1a6)]);if(!_0x336054)return![];const _0x5d0676=Object[_0x3857ac(0x203)](_0x336054)[0x0];return!!(_0x5d0676&&_0x336054[_0x5d0676]&&_0x336054[_0x5d0676][_0x3857ac(0x1bc)]);}catch(_0x3872be){return![];}}[a4_0x227bc7(0x22b)](_0xeef33d,_0x2d4805){const _0x3c7b5d=a4_0x227bc7;if(!_0x2d4805)return;const _0x499a80={};_0x499a80['eventType']=_0xeef33d,_0x499a80[_0x3c7b5d(0x201)]=_0x2d4805,this[_0x3c7b5d(0x1b6)]['push'](_0x499a80);}async['flushPendingHookEvents'](){const _0xd56a4f=a4_0x227bc7,_0xda0b88={};_0xda0b88[_0xd56a4f(0x1a7)]=function(_0x381f76,_0x115a8f){return _0x381f76&&_0x115a8f;};const _0x4c05e3=_0xda0b88;if(!this[_0xd56a4f(0x1b6)][_0xd56a4f(0x1ef)])return;if(!this['hasLiveDriverSession']())return;const _0x20d6f6=this[_0xd56a4f(0x23d)](this[_0xd56a4f(0x1a6)]),_0x469bd2=this[_0xd56a4f(0x1b6)][_0xd56a4f(0x20b)](0x0,this[_0xd56a4f(0x1b6)][_0xd56a4f(0x1ef)]);for(const {eventType:_0x1df69b,uploadData:_0x560342}of _0x469bd2){try{const _0x5a8f82=_0x560342['hook_run']||_0x560342[_0xd56a4f(0x262)];_0x4c05e3[_0xd56a4f(0x1a7)](_0x5a8f82,_0x20d6f6)&&(_0x5a8f82['integrations']=_0x20d6f6),await this['fireEvent'](_0x1df69b,_0x560342);}catch(_0x5bb9e0){logger[_0xd56a4f(0x211)](_0xd56a4f(0x22a)+_0x1df69b+':\x20'+util[_0xd56a4f(0x266)](_0x5bb9e0));}}}[a4_0x227bc7(0x1fb)](){const _0x261370=a4_0x227bc7;if(!this['enabled'])return;testOpsHelper[_0x261370(0x22e)](),process[_0x261370(0x254)](_0x261370(0x213)+process[_0x261370(0x225)]),process['on']('bs:addLog:'+process['pid'],this['appendTestItemLog'][_0x261370(0x1f0)](this));}async[a4_0x227bc7(0x285)](){await RequestQueueHandler['getInstance']()['shutdown']();}async['appendTestItemLog'](_0x46b0b6){const _0x15b062=a4_0x227bc7,_0x381055={'fmKVJ':_0x15b062(0x1c1),'HaEbR':function(_0x59165f,_0x5a1507){return _0x59165f(_0x5a1507);}};try{this[_0x15b062(0x1c3)]&&!this[_0x15b062(0x1c3)][_0x15b062(0x263)]&&(_0x46b0b6['hook_run_uuid']=this[_0x15b062(0x1c3)][_0x15b062(0x258)]);!_0x46b0b6['hook_run_uuid']&&this[_0x15b062(0x208)]&&!this['currentTest'][_0x15b062(0x263)]&&(_0x46b0b6['test_run_uuid']=this[_0x15b062(0x208)][_0x15b062(0x1b7)]);if(_0x46b0b6[_0x15b062(0x219)]||_0x46b0b6[_0x15b062(0x249)]){const _0x5ede76={};_0x5ede76[_0x15b062(0x22d)]=_0x381055[_0x15b062(0x240)],_0x5ede76['logs']=[_0x46b0b6],await SessionHandler[_0x15b062(0x26e)](_0x5ede76);}}catch(_0x2309de){_0x381055[_0x15b062(0x269)](debug,_0x15b062(0x19d)+constants[_0x15b062(0x244)]+'\x20with\x20error\x20:\x20'+_0x2309de);}}async[a4_0x227bc7(0x28d)](_0x1d2df8){const _0xf6b2a5=a4_0x227bc7,_0x2421b0={'ZhVwj':_0xf6b2a5(0x217),'QNhXi':function(_0x1f55ea,_0x53b229){return _0x1f55ea(_0x53b229);}};if(!this[_0xf6b2a5(0x200)])return;const _0x2cde05=this[_0xf6b2a5(0x23d)](this['driver']);try{const _0x15c216={};_0x15c216[_0xf6b2a5(0x1b3)]=_0x1d2df8,_0x15c216[_0xf6b2a5(0x259)]=_0x2cde05;const _0x2c0d28=_0x15c216,_0x34b445={};_0x34b445[_0xf6b2a5(0x22d)]=_0x2421b0[_0xf6b2a5(0x21d)],_0x34b445[_0xf6b2a5(0x262)]=_0x2c0d28,await SessionHandler['uploadEventData'](_0x34b445);}catch(_0x140723){_0x2421b0[_0xf6b2a5(0x276)](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20'+constants['TEST_REPORTING_ANALYTICS']+_0xf6b2a5(0x1c6)+_0x140723);}}[a4_0x227bc7(0x23d)](_0x1d68b4){const _0x4f7c12=a4_0x227bc7,_0x573878={'kmoSV':function(_0x54fa41,_0x5f416e){return _0x54fa41(_0x5f416e);}};return _0x573878[_0x4f7c12(0x210)](fetchPlatformDetails,_0x1d68b4);}[a4_0x227bc7(0x242)]=_0x83416=>{const _0x2168db=a4_0x227bc7,_0x27bf36={};_0x27bf36[_0x2168db(0x1fa)]=_0x2168db(0x1bd),_0x27bf36[_0x2168db(0x1ed)]='_afterEach';const _0x2e5688=_0x27bf36;if(!_0x83416||!_0x83416[_0x2168db(0x271)])return;[_0x2e5688[_0x2168db(0x1fa)],_0x2e5688[_0x2168db(0x1ed)]]['forEach'](_0x43626c=>{const _0x5cc9f8=_0x2168db,_0x36d0ff=_0x83416[_0x5cc9f8(0x271)][_0x43626c];_0x36d0ff[_0x5cc9f8(0x1cb)](_0x139c4d=>{const _0x1b63b8=_0x5cc9f8;_0x139c4d['hookAnalyticsId']&&(_0x139c4d[_0x1b63b8(0x258)]=null);});});};[a4_0x227bc7(0x1c2)](_0x3498de){const _0x5c803c=a4_0x227bc7,_0x4f7d53={'EaMuW':_0x5c803c(0x1bf),'AUdyl':function(_0x5538cd){return _0x5538cd();},'wLiua':function(_0x245b33,_0x5b419b){return _0x245b33===_0x5b419b;},'neoRN':'_afterEach','DIkFv':function(_0x54c557){return _0x54c557();},'nqGZS':_0x5c803c(0x1ad),'hhigj':'_afterAll','ouAry':_0x5c803c(0x1bd)};if(!_0x3498de||!_0x3498de[_0x5c803c(0x271)])return;[_0x4f7d53[_0x5c803c(0x1b0)],_0x4f7d53[_0x5c803c(0x22c)],_0x4f7d53['ouAry'],_0x4f7d53['neoRN']][_0x5c803c(0x1cb)](_0x3f2935=>{const _0x12458d=_0x5c803c,_0x585bba=_0x3498de[_0x12458d(0x271)][_0x3f2935]||[];_0x585bba[_0x12458d(0x1cb)](_0x28564c=>{const _0x119085=_0x12458d;if(_0x28564c[_0x119085(0x19b)][_0x119085(0x248)](_0x4f7d53[_0x119085(0x281)]))return;if(!_0x28564c[_0x119085(0x258)])_0x28564c[_0x119085(0x258)]=_0x4f7d53['AUdyl'](uuidv4);else _0x28564c[_0x119085(0x263)]&&_0x4f7d53[_0x119085(0x195)](_0x3f2935,_0x4f7d53[_0x119085(0x27a)])&&(_0x28564c[_0x119085(0x258)]=_0x4f7d53['DIkFv'](uuidv4),delete _0x28564c[_0x119085(0x263)]);});}),this[_0x5c803c(0x1c2)](_0x3498de['parent']);}[a4_0x227bc7(0x279)](_0x661d65){const _0x950cb5=a4_0x227bc7,_0xb8a1ab={};_0xb8a1ab[_0x950cb5(0x1e4)]='_beforeAll',_0xb8a1ab[_0x950cb5(0x247)]=_0x950cb5(0x1a5),_0xb8a1ab[_0x950cb5(0x1d2)]=_0x950cb5(0x1bd),_0xb8a1ab['ypVgX']='_afterEach';const _0x516c9a=_0xb8a1ab;if(!_0x661d65||!_0x661d65['parent'])return[];const _0x1b50c5=[];return[_0x516c9a[_0x950cb5(0x1e4)],_0x516c9a[_0x950cb5(0x247)],_0x516c9a[_0x950cb5(0x1d2)],_0x516c9a[_0x950cb5(0x1a3)]][_0x950cb5(0x1cb)](_0x2ac115=>{const _0x301071=_0x950cb5,_0x1fe6df=_0x661d65[_0x301071(0x271)][_0x2ac115]||[];_0x1fe6df[_0x301071(0x1cb)](_0x5d740f=>{const _0x4d6460=_0x301071;_0x5d740f[_0x4d6460(0x258)]&&_0x1b50c5[_0x4d6460(0x25f)](_0x5d740f[_0x4d6460(0x258)]);});}),[][_0x950cb5(0x20d)](_0x1b50c5,this[_0x950cb5(0x279)](_0x661d65[_0x950cb5(0x271)]));}[a4_0x227bc7(0x275)](_0x2b0189){const _0x20da10=a4_0x227bc7,_0x53a340=/^"(?<hook>.*)" hook:.*$/,_0x510caf=_0x2b0189[_0x20da10(0x19b)],_0x4be1fc=_0x510caf[_0x20da10(0x1e8)](_0x53a340);if(_0x4be1fc&&_0x4be1fc[_0x20da10(0x260)])return _0x4be1fc[_0x20da10(0x260)][_0x20da10(0x222)]['toUpperCase']()[_0x20da10(0x1ac)]('\x20','_');return null;}[a4_0x227bc7(0x1cd)](_0x44a292){const _0x27cd4e=a4_0x227bc7,_0x5c0dac={};_0x5c0dac[_0x27cd4e(0x1a2)]=function(_0x5d691a,_0x5a78f4){return _0x5d691a===_0x5a78f4;},_0x5c0dac[_0x27cd4e(0x1e0)]=function(_0x109e70,_0x1df47b){return _0x109e70===_0x1df47b;},_0x5c0dac[_0x27cd4e(0x238)]=function(_0x25cf1e,_0x2de3a6){return _0x25cf1e===_0x2de3a6;},_0x5c0dac[_0x27cd4e(0x204)]=_0x27cd4e(0x21f);const _0x2d7d5f=_0x5c0dac,_0x438794=path[_0x27cd4e(0x1db)];if(_0x2d7d5f[_0x27cd4e(0x1a2)](_0x44a292,null)||_0x2d7d5f[_0x27cd4e(0x1e0)](_0x44a292,'')||_0x2d7d5f[_0x27cd4e(0x238)](_0x44a292,_0x438794)||_0x2d7d5f[_0x27cd4e(0x1a2)](_0x44a292,path[_0x27cd4e(0x20a)](_0x44a292)))return null;try{return fs[_0x27cd4e(0x193)](path[_0x27cd4e(0x1af)](_0x44a292,_0x2d7d5f['iQLbZ'])),_0x44a292;}catch(_0x154475){const _0x1458e5=path[_0x27cd4e(0x20a)](_0x44a292);return this[_0x27cd4e(0x1cd)](_0x1458e5);}}[a4_0x227bc7(0x1f7)](_0x36ab75){const _0x1160be=a4_0x227bc7,_0x193955={};_0x193955[_0x1160be(0x243)]=function(_0xd43db9,_0x1a7c16){return _0xd43db9>_0x1a7c16;};const _0x409d93=_0x193955;if(_0x36ab75[_0x1160be(0x227)])return _0x36ab75[_0x1160be(0x227)];if(_0x36ab75[_0x1160be(0x25b)]){const _0xe147c2=_0x36ab75[_0x1160be(0x25b)][_0x1160be(0x208)]?this[_0x1160be(0x1f7)](_0x36ab75['ctx'][_0x1160be(0x208)]):null;if(_0xe147c2)return _0xe147c2;}if(_0x36ab75[_0x1160be(0x271)]){const _0xa7c4dd=this[_0x1160be(0x1f7)](_0x36ab75[_0x1160be(0x271)])||(_0x36ab75[_0x1160be(0x271)]['ctx']&&_0x36ab75[_0x1160be(0x271)][_0x1160be(0x25b)][_0x1160be(0x208)]?this['getRootParentFile'](_0x36ab75[_0x1160be(0x271)]['ctx']['currentTest']):null);if(_0xa7c4dd)return _0xa7c4dd;_0x36ab75[_0x1160be(0x271)]['suites']&&_0x409d93[_0x1160be(0x243)](_0x36ab75['parent'][_0x1160be(0x1f6)][_0x1160be(0x1ef)],0x0)&&_0x36ab75['parent'][_0x1160be(0x1f6)][_0x1160be(0x1cb)](_0x466c02=>{const _0x4142cf=_0x1160be,_0x52b4c8=_0x466c02[_0x4142cf(0x25b)]?this['getRootParentFile'](_0x466c02[_0x4142cf(0x25b)]):null;if(_0x52b4c8)return _0x52b4c8;});}return null;}[a4_0x227bc7(0x233)](_0xddada5){const _0x1d99d2=a4_0x227bc7,_0x290633={};_0x290633[_0x1d99d2(0x20e)]=function(_0x6dec4b,_0x28a456){return _0x6dec4b!==_0x28a456;};const _0x38e455=_0x290633,_0x22a7b5=[];if(_0xddada5&&_0xddada5[_0x1d99d2(0x271)]){let _0x300d2c=_0xddada5[_0x1d99d2(0x271)];while(_0x300d2c&&_0x38e455[_0x1d99d2(0x20e)](_0x300d2c[_0x1d99d2(0x19b)],'')){_0x22a7b5[_0x1d99d2(0x25f)](_0x300d2c[_0x1d99d2(0x19b)]),_0x300d2c=_0x300d2c[_0x1d99d2(0x271)];}}return _0x22a7b5;}[a4_0x227bc7(0x256)](_0x5c4f45,_0xfbf30a,_0xa041b7=undefined){const _0x5c42a9=a4_0x227bc7,_0x2bfe1d={'USIMp':function(_0x545935,_0x12525b){return _0x545935(_0x12525b);},'aaYqn':function(_0x4e3264){return _0x4e3264();},'dNfVD':function(_0x146b80){return _0x146b80();},'HYhIn':function(_0x263c12){return _0x263c12();},'iHAaF':_0x5c42a9(0x25c),'tejmA':function(_0x3bc3bf,_0x3a06d6){return _0x3bc3bf!==_0x3a06d6;},'pmBxc':function(_0x2ab2a1,_0x456b2d){return _0x2ab2a1!==_0x456b2d;},'qFluq':_0x5c42a9(0x194),'RNxwy':_0x5c42a9(0x21e),'nTgfJ':'failed','knLgH':_0x5c42a9(0x1d8),'ZwGTJ':_0x5c42a9(0x252),'mqNzn':'javascript','NUmXB':function(_0x1ac18f,_0x1fd233){return _0x1ac18f-_0x1fd233;},'xlGBS':function(_0x55e1ce,_0x20db18,_0x979bb4,_0x588971,_0x4b93ba){return _0x55e1ce(_0x20db18,_0x979bb4,_0x588971,_0x4b93ba);},'zwVjE':function(_0x44e3f8,_0x4c1e3b){return _0x44e3f8!==_0x4c1e3b;},'XOqax':_0x5c42a9(0x259),'CGOvH':'meta','EmQHX':_0x5c42a9(0x239),'kzSZu':_0x5c42a9(0x1e7),'hvIMT':'backtrace','XnbYb':'failure_reason_expanded','GegTX':_0x5c42a9(0x257),'SSJZr':function(_0x20142d,_0x4da286){return _0x20142d===_0x4da286;},'eDjtl':_0x5c42a9(0x255),'Fykkq':_0x5c42a9(0x262)};if(!this[_0x5c42a9(0x200)])return;try{if(_0xfbf30a['fn']&&_0xfbf30a['fn'][_0x5c42a9(0x289)]()[_0x5c42a9(0x1e8)](/browserstack internal helper hook/))return;const _0x45ab51=_0x2bfe1d[_0x5c42a9(0x206)](parseEvent,_0x5c4f45);if(!_0x45ab51)return;if(_0x45ab51[_0x5c42a9(0x24b)]){this['currentTest']=_0xfbf30a,this[_0x5c42a9(0x1c3)]=null;if(_0x45ab51['started']||_0x45ab51[_0x5c42a9(0x252)]){_0xfbf30a[_0x5c42a9(0x1dd)]=new Date(),_0xfbf30a[_0x5c42a9(0x263)]=![];if(!_0xfbf30a[_0x5c42a9(0x1b7)])_0xfbf30a[_0x5c42a9(0x1b7)]=_0x2bfe1d[_0x5c42a9(0x250)](uuidv4);else _0xfbf30a[_0x5c42a9(0x263)]&&(!_0xfbf30a['retryOf']&&(_0xfbf30a[_0x5c42a9(0x198)]=_0xfbf30a['testAnalyticsId']),_0xfbf30a[_0x5c42a9(0x1b7)]=_0x2bfe1d[_0x5c42a9(0x24c)](uuidv4));}}else{if(_0x45ab51[_0x5c42a9(0x222)]){this[_0x5c42a9(0x1c3)]=_0xfbf30a;if(_0x45ab51[_0x5c42a9(0x26f)]){_0xfbf30a[_0x5c42a9(0x1dd)]=new Date(),_0xfbf30a['markedStatus']=![];if(!_0xfbf30a['hookAnalyticsId'])_0xfbf30a['hookAnalyticsId']=_0x2bfe1d['HYhIn'](uuidv4);else _0xfbf30a[_0x5c42a9(0x258)]&&_0xfbf30a[_0x5c42a9(0x263)]&&(_0xfbf30a['hookAnalyticsId']=_0x2bfe1d[_0x5c42a9(0x1b1)](uuidv4));}}}if(_0x45ab51[_0x5c42a9(0x1e3)]&&_0xfbf30a[_0x5c42a9(0x263)])return;let _0x416c7e;try{_0x416c7e=this[_0x5c42a9(0x1f7)](_0xfbf30a);}catch(_0x27962e){logger[_0x5c42a9(0x211)](_0x5c42a9(0x280)+_0x27962e),_0x416c7e=null;}let _0x54837a=[];_0xa041b7&&(_0x54837a=[_0xa041b7,_0x2bfe1d[_0x5c42a9(0x1de)]]);const _0x468a19=_0x2bfe1d[_0x5c42a9(0x253)](_0xfbf30a[_0x5c42a9(0x1d0)],undefined)?util[_0x5c42a9(0x19e)](_0xfbf30a[_0x5c42a9(0x1d0)][0x0]):_0x2bfe1d[_0x5c42a9(0x1ea)](_0xa041b7,undefined)?_0xa041b7[_0x5c42a9(0x289)]():undefined,_0x5b7b1b=_0x416c7e?this['findGitConfig'](_0x416c7e):null,_0x12df22=_0x416c7e?this[_0x5c42a9(0x278)][_0x5c42a9(0x283)](this[_0x5c42a9(0x1f7)](_0xfbf30a)):_0x2bfe1d[_0x5c42a9(0x1a1)];let _0xecc1e0=_0x2bfe1d[_0x5c42a9(0x1f2)];const _0x11f9e8=!_0x45ab51[_0x5c42a9(0x26f)]?new Date()[_0x5c42a9(0x220)]():null;if(_0x45ab51[_0x5c42a9(0x1e3)])_0xecc1e0=_0xa041b7?_0x2bfe1d[_0x5c42a9(0x216)]:_0x2bfe1d['knLgH'],_0xfbf30a['markedStatus']=!![];else _0x45ab51[_0x5c42a9(0x252)]&&(_0xecc1e0=_0x2bfe1d['ZwGTJ'],_0xfbf30a[_0x5c42a9(0x263)]=!![]);const _0x26958d={'framework':this['frameworkName'],'uuid':_0xfbf30a[_0x5c42a9(0x1b7)]||_0xfbf30a[_0x5c42a9(0x258)],'name':_0xfbf30a[_0x5c42a9(0x19b)],'body':{'lang':_0x2bfe1d[_0x5c42a9(0x261)],'code':_0xfbf30a[_0x5c42a9(0x1ba)]['toString']()},'type':_0xfbf30a[_0x5c42a9(0x223)],'scope':_0xfbf30a['fullTitle'](),'scopes':this[_0x5c42a9(0x233)](_0xfbf30a),'file_name':_0x12df22,'vc_filepath':_0x5b7b1b?path[_0x5c42a9(0x232)](_0x5b7b1b,_0x416c7e):null,'location':_0x12df22,'result':_0xecc1e0,'failure_reason':_0x468a19,'duration_in_ms':_0xfbf30a[_0x5c42a9(0x27c)]||(_0x45ab51['finished']||_0x45ab51[_0x5c42a9(0x252)])?_0x2bfe1d[_0x5c42a9(0x192)](Date['now'](),new Date(_0xfbf30a[_0x5c42a9(0x1dd)])[_0x5c42a9(0x1ce)]()):null,'started_at':new Date(_0xfbf30a['startedAt'])['toISOString'](),'finished_at':_0x11f9e8,'failure':testOpsHelper[_0x5c42a9(0x267)][_0x5c42a9(0x1c5)](null,_0x54837a),'failure_type':!_0x468a19?null:testOpsHelper[_0x5c42a9(0x286)](_0x468a19),'retry_of':_0xfbf30a[_0x5c42a9(0x198)]||null,'tags':_0xfbf30a[_0x5c42a9(0x1a0)]||[],'customRerunParam':{'rerun_name':_0xfbf30a['fullTitle']()}};_0x2bfe1d[_0x5c42a9(0x1e9)](appendTesthubParams,_0x26958d,_0x5c4f45,_0xfbf30a,FRAMEWORKS[_0x5c42a9(0x1b5)]);if(_0x45ab51[_0x5c42a9(0x222)])[_0x26958d[_0x5c42a9(0x1fe)],_0x26958d[_0x5c42a9(0x20c)]]=[this['getHookType'](_0xfbf30a),_0xfbf30a[_0x5c42a9(0x25b)]['test'][_0x5c42a9(0x19b)]],_0x45ab51[_0x5c42a9(0x1e3)]?_0x2bfe1d[_0x5c42a9(0x241)](_0x26958d[_0x5c42a9(0x23f)],_0x2bfe1d[_0x5c42a9(0x216)])&&(_0x26958d[_0x5c42a9(0x23f)]=_0x2bfe1d[_0x5c42a9(0x218)]):_0x26958d['body']={};else _0x45ab51[_0x5c42a9(0x24b)]&&(this[_0x5c42a9(0x1c2)](_0xfbf30a),_0x45ab51[_0x5c42a9(0x252)]&&this['resetSkipTestHooks'](_0xfbf30a),(_0x45ab51[_0x5c42a9(0x1e3)]||_0x45ab51[_0x5c42a9(0x252)])&&(_0x26958d['hooks']=this[_0x5c42a9(0x279)](_0xfbf30a)));this[_0x5c42a9(0x1a6)]&&(_0x45ab51[_0x5c42a9(0x26f)]||_0x45ab51[_0x5c42a9(0x252)])&&(_0x26958d[_0x2bfe1d[_0x5c42a9(0x196)]]=this['getCBTInfo'](this['driver']));_0x45ab51[_0x5c42a9(0x24b)]&&_0x45ab51[_0x5c42a9(0x1e3)]&&_0xfbf30a['bddSteps']&&(_0x26958d[_0x2bfe1d[_0x5c42a9(0x230)]]={'feature':{'name':_0xfbf30a['parent']['feature'][_0x5c42a9(0x20c)],'path':_0x26958d[_0x5c42a9(0x1c8)],'description':_0xfbf30a['parent']['comment']},'scenario':{'name':_0xfbf30a[_0x5c42a9(0x19b)]},'steps':_0xfbf30a[_0x5c42a9(0x19a)]});const _0x2e7cb5=_0x26958d[_0x2bfe1d[_0x5c42a9(0x26c)]][0x0];_0x2e7cb5&&(_0x26958d[_0x2bfe1d[_0x5c42a9(0x22f)]]=_0x2e7cb5[_0x2bfe1d[_0x5c42a9(0x228)]],_0x26958d[_0x2bfe1d[_0x5c42a9(0x214)]]=_0x2e7cb5[_0x2bfe1d[_0x5c42a9(0x26d)]]);if(_0xfbf30a[_0x5c42a9(0x19a)])for(const _0x470e75 of _0xfbf30a['bddSteps']){!_0x470e75[_0x5c42a9(0x1ee)]&&(_0x470e75[_0x5c42a9(0x1ee)]=new Date()['toISOString'](),_0x2bfe1d[_0x5c42a9(0x197)](_0x470e75['result'],_0x2bfe1d[_0x5c42a9(0x1f2)])&&(_0x2e7cb5?(_0x470e75[_0x5c42a9(0x23f)]=_0x2bfe1d['nTgfJ'],_0x470e75[_0x5c42a9(0x239)]=_0x2e7cb5[_0x2bfe1d[_0x5c42a9(0x228)]][0x0]):_0x470e75['result']=_0x2bfe1d['knLgH']));}const _0x93c9a5={};_0x93c9a5[_0x5c42a9(0x22d)]=_0x45ab51[_0x5c42a9(0x252)]?TEST_EVENTS[_0x5c42a9(0x26b)]:_0x5c4f45;const _0x1d6240=_0x93c9a5;return _0x45ab51[_0x5c42a9(0x222)]?_0x1d6240[_0x2bfe1d[_0x5c42a9(0x1bb)]]=_0x26958d:_0x1d6240[_0x2bfe1d['Fykkq']]=_0x26958d,_0x1d6240;}catch(_0x93f9e6){logger[_0x5c42a9(0x211)](_0x5c42a9(0x1d7)+_0x5c4f45+_0x5c42a9(0x1c6)+_0x93f9e6);}}async[a4_0x227bc7(0x24a)](_0x2e6d10,_0x429cf0){const _0x51b6c9=a4_0x227bc7;if(!this[_0x51b6c9(0x200)]||!_0x429cf0||!_0x2e6d10)return![];try{return await SessionHandler['uploadEventData'](_0x429cf0);}catch(_0x1b3248){logger[_0x51b6c9(0x211)](_0x51b6c9(0x21b)+_0x2e6d10+_0x51b6c9(0x1c6)+_0x1b3248);}}[a4_0x227bc7(0x28b)](_0x46bc3a){const _0x4ab2c0=a4_0x227bc7,_0x3ce955={};_0x3ce955['LUrgn']=_0x4ab2c0(0x21e);const _0x57f278=_0x3ce955;return{'id':_0x46bc3a[_0x4ab2c0(0x26a)],'text':_0x46bc3a[_0x4ab2c0(0x1fc)],'keyword':_0x46bc3a[_0x4ab2c0(0x288)],'started_at':_0x46bc3a[_0x4ab2c0(0x1dd)]['toISOString'](),'result':_0x57f278[_0x4ab2c0(0x1da)]};}[a4_0x227bc7(0x27d)](_0x388657){const _0xaeee2f=a4_0x227bc7,_0x53534b={'DZBGI':function(_0x3f649e){return _0x3f649e();}};!this[_0xaeee2f(0x208)][_0xaeee2f(0x19a)]&&(this[_0xaeee2f(0x208)][_0xaeee2f(0x19a)]=[]),!_0x388657[_0xaeee2f(0x26a)]&&(_0x388657['stepAnalyticsId']=_0x53534b[_0xaeee2f(0x1d4)](uuidv4),_0x388657[_0xaeee2f(0x1dd)]=new Date(),this[_0xaeee2f(0x208)][_0xaeee2f(0x19a)][_0xaeee2f(0x25f)](this[_0xaeee2f(0x28b)](_0x388657)));}[a4_0x227bc7(0x1dc)](_0x5eda4f){const _0x3ad767=a4_0x227bc7,_0x4e3183={'kaqsx':function(_0x611a31,_0x4bdd41){return _0x611a31(_0x4bdd41);},'zoGiz':'success','zMipJ':_0x3ad767(0x21e),'xswmR':_0x3ad767(0x1d8),'boLJP':function(_0x1e42ab,_0x187712){return _0x1e42ab-_0x187712;}};let _0x5354ca=this[_0x3ad767(0x208)][_0x3ad767(0x19a)][_0x3ad767(0x27f)](_0x4ef0c7=>_0x4ef0c7['id']===_0x5eda4f[_0x3ad767(0x26a)]);_0x4e3183[_0x3ad767(0x236)](isUndefined,_0x5354ca)&&(_0x5354ca=this[_0x3ad767(0x28b)](_0x5eda4f)),_0x5354ca[_0x3ad767(0x23f)]=[_0x4e3183[_0x3ad767(0x27e)],_0x4e3183[_0x3ad767(0x1eb)]][_0x3ad767(0x248)](_0x5eda4f[_0x3ad767(0x25e)])?_0x4e3183['xswmR']:_0x5eda4f[_0x3ad767(0x25e)],_0x5354ca[_0x3ad767(0x1ee)]=new Date()[_0x3ad767(0x220)](),_0x5354ca[_0x3ad767(0x27c)]=_0x4e3183[_0x3ad767(0x1a8)](Date[_0x3ad767(0x1a4)](),_0x5eda4f[_0x3ad767(0x1dd)][_0x3ad767(0x1ce)]()),_0x5354ca[_0x3ad767(0x239)]=_0x5eda4f[_0x3ad767(0x25c)]?_0x5eda4f['err'][_0x3ad767(0x1f8)]:null;}}function a4_0x20bd(_0x408beb,_0x4f0284){const _0x49f8ac=a4_0x49f8();return a4_0x20bd=function(_0x20bd9f,_0x224e9d){_0x20bd9f=_0x20bd9f-0x190;let _0x47a15f=_0x49f8ac[_0x20bd9f];return _0x47a15f;},a4_0x20bd(_0x408beb,_0x4f0284);}function a4_0x49f8(){const _0x3f6179=['HOOK_RUN_FINISHED','duration','bddStepStart','zoGiz','find','failed\x20to\x20get\x20root\x20parent\x20file\x20','EaMuW','eyvdM','prefixTestPath','TestRunFinished','stop','getFailureType','string','keyword','toString','MdRCA','initializeBddStep','cwd','sendCBTInfo','981024mwoOOr','DEico','NUmXB','statSync','File\x20path\x20could\x20not\x20be\x20found','wLiua','XOqax','SSJZr','retryOf','../../helpers/logger','bddSteps','title','split','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','inspect','STATE_FAILED','tags','qFluq','CTKsP','ypVgX','now','_afterAll','driver','ailTl','boLJP','_testEnv','../../helpers/testhub/utils.js','PathHelper','replace','_beforeAll','561048BeQXOZ','join','nqGZS','HYhIn','10fuqROT','uuid','rBnFD','CODECEPT','pendingHookEvents','testAnalyticsId','KjaSZ','BROWSERSTACK','body','eDjtl','session_id','_beforeEach','210715rpjlIi','codeceptjs','tZsDH','LogCreated','mapTestHooks','currentHook','aRDIB','apply','\x20with\x20error\x20:\x20','toLowerCase','file_name','1655pKLurZ','dhnCH','forEach','hllsw','findGitConfig','getTime','O11yHelper','errorsDetailed','7082339weXmOH','nhGlI','4|1|2|0|5|3','DZBGI','1192194XOTanY','aqFAX','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','passed','../../helpers/test-observability/constants','LUrgn','sep','bddStepFinish','startedAt','iHAaF','../../helpers/test-observability/sessionHandler','UOWRV','launch','__platformCaps','finished','qWuDI','95712oqGgEG','154sDxuVo','failure_backtrace','match','xlGBS','pmBxc','zMipJ','TestRunSkipped','FITfM','finished_at','length','bind','DrlhU','RNxwy','failed','frameworkName','../../helpers/test-observability/utils','suites','getRootParentFile','message','HookRunFinished','RHMam','start','text','TEST_EVENTS','hook_type','../../helpers/helper','enabled','uploadData','../utils/constants','keys','iQLbZ','../playwright/accessibility-helper','USIMp','wsEndpoint','currentTest','Not\x20able\x20to\x20import\x20Browser','dirname','splice','name','concat','Eufpe','KkARa','kmoSV','debug','connect','bs:addLog:','XnbYb','TEST_RUN_STARTED','nTgfJ','CBTSessionCreated','knLgH','hook_run_uuid','TEST_RUN_SKIPPED','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','TestRunStarted','ZhVwj','pending','.git','toISOString','HookRunStarted','hook','type','GbUwk','pid','LYvsD','file','hvIMT','__cloud_provider___','Failed\x20to\x20flush\x20pending\x20hook\x20event\x20','bufferPendingHookEvent','hhigj','event_type','patchConsoleLogger','kzSZu','CGOvH','JcHmy','relative','getHierarchy','PLAYWRIGHT_HUB_URL','NnQpE','kaqsx','obsBrowserTypeMockApplied','hNZGs','failure','path','BtnsR','aAMlJ','getCBTInfo','defineProperty','result','fmKVJ','zwVjE','resetSkipTestHooks','MJDnh','TEST_REPORTING_ANALYTICS','setupBrowserDetails','../mocha/test-observability/mochaUtils','ruZAY','includes','test_run_uuid','fireEvent','test','dNfVD','../../helpers/test-observability/requestQueueHandler','./helper.js','JiRQs','aaYqn','UiXnS','skipped','tejmA','removeAllListeners','hook_run','captureEvent','expanded','hookAnalyticsId','integrations','2UwDttE','ctx','err','6342JUdwoH','status','push','groups','mqNzn','test_run','markedStatus','Playwright','then','format','failureData','LvFtM','HaEbR','stepAnalyticsId','TEST_RUN_FINISHED','EmQHX','GegTX','uploadEventData','started','12lcnwCw','parent','vYemf','accessibilityPlatform','hasLiveDriverSession','getHookType','QNhXi','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','_paths','getHooksForTest','neoRN'];a4_0x49f8=function(){return _0x3f6179;};return a4_0x49f8();}const a4_0xc666ed={};a4_0xc666ed[a4_0x227bc7(0x1cf)]=O11yHelper,a4_0xc666ed['STATE_PASSED']=STATE_PASSED,a4_0xc666ed[a4_0x227bc7(0x19f)]=STATE_FAILED,a4_0xc666ed[a4_0x227bc7(0x1fd)]=TEST_EVENTS,module['exports']=a4_0xc666ed;
1
+ const a4_0x294a1a=a4_0x586c;(function(_0x1a960d,_0x2b1d8e){const _0x282d33=a4_0x586c,_0x5819f2=_0x1a960d();while(!![]){try{const _0x1d0029=-parseInt(_0x282d33(0x147))/0x1+-parseInt(_0x282d33(0xef))/0x2+-parseInt(_0x282d33(0xf5))/0x3*(parseInt(_0x282d33(0x17f))/0x4)+-parseInt(_0x282d33(0x10d))/0x5*(-parseInt(_0x282d33(0x15a))/0x6)+-parseInt(_0x282d33(0xff))/0x7+parseInt(_0x282d33(0x16c))/0x8*(parseInt(_0x282d33(0x171))/0x9)+parseInt(_0x282d33(0x166))/0xa*(parseInt(_0x282d33(0x180))/0xb);if(_0x1d0029===_0x2b1d8e)break;else _0x5819f2['push'](_0x5819f2['shift']());}catch(_0x5b673f){_0x5819f2['push'](_0x5819f2['shift']());}}}(a4_0x56b5,0xe3bf9));const path=require(a4_0x294a1a(0x19b)),util=require(a4_0x294a1a(0xd0)),fs=require('fs'),{v4:uuidv4}=require(a4_0x294a1a(0x1a0)),{resolveBrowserTypeClass,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x294a1a(0x118)),testOpsHelper=require(a4_0x294a1a(0x13d)),{getTestEnv}=require(a4_0x294a1a(0x1af)),{FRAMEWORKS}=require(a4_0x294a1a(0x12d)),logger=require(a4_0x294a1a(0x193))[a4_0x294a1a(0x181)],SessionHandler=require(a4_0x294a1a(0x100)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),PlaywrightSessionDetails=require(a4_0x294a1a(0x103)),debug=testOpsHelper['debug'],{processAccessibilityCaps}=require(a4_0x294a1a(0xda)),Constants=require('../utils/constants'),{fetchPlatformDetails}=require(a4_0x294a1a(0x191)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x294a1a(0x133)),constants=require(a4_0x294a1a(0xf8)),STATE_PASSED=a4_0x294a1a(0xe9),STATE_FAILED=a4_0x294a1a(0x170),a4_0x3e19ed={};function a4_0x586c(_0x57bb54,_0x5a09e0){const _0x56b582=a4_0x56b5();return a4_0x586c=function(_0x586cd2,_0x18fcec){_0x586cd2=_0x586cd2-0xca;let _0x3ece39=_0x56b582[_0x586cd2];return _0x3ece39;},a4_0x586c(_0x57bb54,_0x5a09e0);}a4_0x3e19ed[a4_0x294a1a(0x1b2)]=a4_0x294a1a(0x128),a4_0x3e19ed[a4_0x294a1a(0x14e)]=a4_0x294a1a(0x1c3),a4_0x3e19ed[a4_0x294a1a(0xce)]=a4_0x294a1a(0x169),a4_0x3e19ed[a4_0x294a1a(0xe1)]='HookRunStarted',a4_0x3e19ed[a4_0x294a1a(0x1c2)]=a4_0x294a1a(0xcf);const TEST_EVENTS=a4_0x3e19ed,parseEvent=_0x43d9cb=>{const _0xa9c834=a4_0x294a1a,_0x126268={};_0x126268['abjCn']=function(_0xf22bb0,_0x41030f){return _0xf22bb0<_0x41030f;},_0x126268['QdpOR']=function(_0x3cda36,_0xdf1152){return _0x3cda36===_0xdf1152;},_0x126268[_0xa9c834(0x188)]=_0xa9c834(0x168),_0x126268[_0xa9c834(0x110)]=function(_0x138679,_0x556e40){return _0x138679===_0x556e40;},_0x126268[_0xa9c834(0x148)]=_0xa9c834(0x1be),_0x126268['ECxuA']=_0xa9c834(0x13f),_0x126268[_0xa9c834(0x11b)]=function(_0x2e9faf,_0x49d195){return _0x2e9faf===_0x49d195;},_0x126268[_0xa9c834(0xf4)]='started',_0x126268['OmNQV']=function(_0x95ab8b,_0xe8dff4){return _0x95ab8b===_0xe8dff4;},_0x126268[_0xa9c834(0x1b5)]='finished';const _0x4e76f8=_0x126268,_0x4c3b33=_0x43d9cb[_0xa9c834(0x17d)](/^(.*)Run(.*)$/);if(!_0x4c3b33)return null;if(_0x4e76f8[_0xa9c834(0xd4)](_0x4c3b33[_0xa9c834(0x109)],0x3))return null;const _0x1418ae=_0x4c3b33[0x1]['toLowerCase'](),_0x4a51a4=_0x4c3b33[0x2][_0xa9c834(0x125)]();return{'test':_0x4e76f8[_0xa9c834(0x12c)](_0x1418ae,_0x4e76f8['lfBsA']),'hook':_0x4e76f8[_0xa9c834(0x110)](_0x1418ae,_0x4e76f8['PwsKF']),'skipped':_0x4e76f8['VifCr'](_0x4a51a4,_0x4e76f8[_0xa9c834(0x195)]),'started':_0x4e76f8['UqhYr'](_0x4a51a4,_0x4e76f8[_0xa9c834(0xf4)]),'finished':_0x4e76f8[_0xa9c834(0xf1)](_0x4a51a4,_0x4e76f8[_0xa9c834(0x1b5)])};},mockPWBrowserType=_0xfff3a8=>{const _0x378ec6=a4_0x294a1a,_0xb72edf={'ynkvw':function(_0x13e555,_0xa2ca82){return _0x13e555===_0xa2ca82;},'cMQFN':'string','LijNk':function(_0x1c231c,_0x3487df,_0x2c2eaa){return _0x1c231c(_0x3487df,_0x2c2eaa);},'wOUIl':_0x378ec6(0x12e),'wEdYH':function(_0xe3ec94,_0x237861){return _0xe3ec94(_0x237861);},'yeclo':'browserstack','iNcOe':function(_0xdc3f0e,_0x479c9a){return _0xdc3f0e(_0x479c9a);},'BcBEe':function(_0x2f9cac){return _0x2f9cac();},'PabuX':_0x378ec6(0x173),'YPtVh':_0x378ec6(0x116),'TKAyq':'launch'},_0x583507=_0xb72edf[_0x378ec6(0xd8)](resolveBrowserTypeClass);if(!_0x583507){_0xb72edf[_0x378ec6(0xcc)](debug,_0xb72edf[_0x378ec6(0x1c1)]);return;}const _0x1d5922=_0x583507[_0x378ec6(0x1ae)];if(_0x1d5922[_0x378ec6(0xd6)])return;const _0x53a5cc=_0x1d5922[_0x378ec6(0x116)];Object[_0x378ec6(0xf2)](_0x1d5922,_0xb72edf[_0x378ec6(0x151)],{'get':function(){return async function _0x532ac9(_0x143ecc,_0x375589){const _0x57911b=a4_0x586c,_0x19a20e={'VKkNQ':function(_0x153fed,_0x3fdd0c){return _0xb72edf['ynkvw'](_0x153fed,_0x3fdd0c);},'FehcE':_0xb72edf[_0x57911b(0x16f)]},_0x5ab4cc=_0xb72edf[_0x57911b(0x11d)](nestedKeyValue,_0x143ecc,[_0xb72edf[_0x57911b(0x18e)]])||_0x143ecc;let _0x35d214=null,_0x3b9729=null;try{[_0x3b9729,_0x35d214]=_0x5ab4cc?_0xb72edf[_0x57911b(0xcc)](parseWSEndpoint,_0x5ab4cc):[null,null],global[_0x57911b(0x1aa)]=_0x35d214,logger[_0x57911b(0xf6)]('Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20'+_0x3b9729),_0x3b9729[_0x57911b(0xf3)](Constants[_0x57911b(0x167)])&&(global[_0x57911b(0x131)]=_0xb72edf[_0x57911b(0x198)]);}catch(_0x2fec5c){logger[_0x57911b(0xf6)](_0x57911b(0x13e)+_0x5ab4cc+'\x20'+_0x2fec5c);}_0xb72edf['LijNk'](processAccessibilityCaps,_0x35d214,_0x3b9729);if(global['accessibilityPlatform']){const _0x45d4c3=await _0x1d5922[_0x57911b(0x115)][_0x57911b(0x1a3)](this,[''+Constants['PLAYWRIGHT_HUB_URL']+_0xb72edf[_0x57911b(0x1b7)](encodeURIComponent,JSON[_0x57911b(0x17b)](_0x35d214))]);return PlaywrightSessionDetails[_0x57911b(0x137)](_0x45d4c3,_0xfff3a8,_0x5ab4cc),_0x45d4c3;}return _0x53a5cc['apply'](this,arguments)['then'](_0x31717a=>{const _0x551180=_0x57911b;let _0x3e7b45=_0x143ecc['wsEndpoint'];return _0x19a20e[_0x551180(0xca)](typeof _0x143ecc,_0x19a20e[_0x551180(0xfa)])&&(_0x3e7b45=_0x143ecc),PlaywrightSessionDetails['setupBrowserDetails'](_0x31717a,_0xfff3a8,_0x3e7b45),_0x31717a;});};}});const _0xbe9898=_0x1d5922[_0x378ec6(0xfe)];Object[_0x378ec6(0xf2)](_0x1d5922,_0xb72edf[_0x378ec6(0x18b)],{'get':function(){return async function _0x53caf0(){const _0x3ba0ba=a4_0x586c;return _0xbe9898[_0x3ba0ba(0x1a3)](this,arguments)[_0x3ba0ba(0xfb)](_0x3e02e4=>{const _0x18003f=_0x3ba0ba;return PlaywrightSessionDetails[_0x18003f(0x137)](_0x3e02e4,null),_0x3e02e4;});};}});};function a4_0x56b5(){const _0x437eca=['1705743rOsSay','pending','Not\x20able\x20to\x20import\x20Browser','failure_reason_expanded','\x20with\x20error\x20:\x20','file','hasLiveDriverSession','test_run','getHookType','ZkYdc','stringify','BfPzf','match','tags','7252744gJUmmJ','23674948aIsYkS','winstonLogger','keyword','MqttP','bddStepFinish','OTGeD','statSync','location_prefix','lfBsA','retryOf','GIZPf','TKAyq','text','title','wOUIl','taaLp','pid','./helper.js','0|4|5|1|3|2','../../helpers/logger','uploadEventData','ECxuA','resetSkipTestHooks','BRpzU','yeclo','failure','sep','path','testAnalyticsId','bddSteps','cUxDz','SzFEH','uuid','_beforeEach','initializeBddStep','apply','IdWNJ','getHierarchy','parent','hooks','RpNoE','body','__platformCaps','_afterAll','getInstance','codeceptjs','prototype','../mocha/test-observability/mochaUtils','concat','_testEnv','TEST_RUN_STARTED','hookAnalyticsId','bufferPendingHookEvent','ebcEL','bs:addLog:','iNcOe','IOKsl','markedStatus','message','bCWLG','wWkLD','finished','hook','KCHxR','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','PabuX','HOOK_RUN_FINISHED','TestRunFinished','frameworkName','VKkNQ','join','wEdYH','qBuQA','TEST_RUN_SKIPPED','HookRunFinished','util','hook_run','suites','eventType','abjCn','duration','obsBrowserTypeMockApplied','BygSV','BcBEe','pendingHookEvents','../playwright/accessibility-helper','dDryW','SvHLe','GbyAe','meta','prefixTestPath','dgPxm','HOOK_RUN_STARTED','errorsDetailed','getHooksForTest','removeAllListeners','_afterEach','File\x20path\x20could\x20not\x20be\x20found','fullTitle','relative','passed','fireEvent','replace','constructor','ZWfkM','finished_at','1245938tFNsBw','toISOString','OmNQV','defineProperty','includes','aobAi','3MUJVzm','debug','STATE_PASSED','../utils/constants','getCBTInfo','FehcE','then','thGcH','CODECEPT','launch','9834398pEwIOO','../../helpers/test-observability/sessionHandler','mmILD','GvzAg','../playwright/sessionDetails','O11yHelper','BpEGy','UciHN','keys','failureData','length','eizTU','feature','appendTestItemLog','905wvBfAz','started','hook_run_uuid','VifCr','findGitConfig','MIwWy','IIDbW','backtrace','connectOverCDP','connect','TEST_EVENTS','../../helpers/helper','event_type','getTime','UqhYr','getFailureType','LijNk','.git','TEST_REPORTING_ANALYTICS','JosuX','EPRJX','splice','name','type','toLowerCase','comment','toUpperCase','TestRunStarted','ctx','exports','failed\x20to\x20get\x20root\x20parent\x20file\x20','QdpOR','../../helpers/test-observability/constants','wsEndpoint','bddStepStart','groups','__cloud_provider___','enabled','../../helpers/testhub/utils.js','Pmbgb','logs','push','setupBrowserDetails','format','OBVac','toString','HujeP','err','../../helpers/test-observability/utils','Failed\x20to\x20parse\x20wsendpoint\x20','skipped','startedAt','tJbOI','BtROr','wFPqx','integrations','stop','dirname','54826tdMKLO','PwsKF','failure_backtrace','result','_beforeAll','getRootParentFile','FlHph','TEST_RUN_FINISHED','nntxE','currentTest','YPtVh','_paths','patchConsoleLogger','LogCreated','NphUL','now','currentHook','MOmQx','fKwBi','4812vTHvTL','driver','Failed\x20to\x20flush\x20pending\x20hook\x20event\x20','ylfUm','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','sendCBTInfo','stepAnalyticsId','BhKCJ','RscXy','CBTSessionCreated','forEach','inspect','20DUSzIC','BROWSERSTACK','test','TestRunSkipped','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','uploadData','16eMIShv','mapTestHooks','oCdCf','cMQFN','failed'];a4_0x56b5=function(){return _0x437eca;};return a4_0x56b5();}class O11yHelper{[a4_0x294a1a(0x150)]=null;['currentHook']=null;[a4_0x294a1a(0x132)]=![];[a4_0x294a1a(0x1c4)]=![];['pendingHookEvents']=[];constructor(_0x130e94,_0x4083b7){const _0xcea546=a4_0x294a1a,_0x36ac50={'SzFEH':_0xcea546(0x192),'GvzAg':function(_0x5c4bfe){return _0x5c4bfe();},'HujeP':function(_0x58fe3f){return _0x58fe3f();},'mmILD':function(_0x441314,_0x5af387){return _0x441314===_0x5af387;},'dUyOL':'Playwright','OTGeD':function(_0x4b1f1a,_0x218f0d){return _0x4b1f1a(_0x218f0d);}},_0x50429a=_0x36ac50[_0xcea546(0x19f)]['split']('|');let _0x3fcd79=0x0;while(!![]){switch(_0x50429a[_0x3fcd79++]){case'0':this['enabled']=_0x36ac50[_0xcea546(0x102)](shouldProcessEventForTesthub);continue;case'1':this[_0xcea546(0x1b1)]=_0x36ac50[_0xcea546(0x13b)](getTestEnv);continue;case'2':this[_0xcea546(0x15b)]&&_0x36ac50[_0xcea546(0x101)](this['driver'][_0xcea546(0xec)]['name'],_0x36ac50['dUyOL'])&&_0x36ac50[_0xcea546(0x185)](mockPWBrowserType,null);continue;case'3':this[_0xcea546(0x152)]=new testOpsHelper['PathHelper']({'cwd':process['cwd']()},this[_0xcea546(0x1b1)][_0xcea546(0x187)]);continue;case'4':this['frameworkName']=_0x4083b7[_0xcea546(0x1c4)];continue;case'5':this['driver']=_0x130e94;continue;}break;}}[a4_0x294a1a(0x177)](){const _0xe59803=a4_0x294a1a,_0x4ddfaf={'sSLvt':function(_0x2f2a21,_0x14f1c4){return _0x2f2a21(_0x14f1c4);}};if(!this[_0xe59803(0x15b)])return![];try{const _0x2440e0=_0x4ddfaf['sSLvt'](fetchPlatformDetails,this[_0xe59803(0x15b)]);if(!_0x2440e0)return![];const _0x3e551f=Object[_0xe59803(0x107)](_0x2440e0)[0x0];return!!(_0x3e551f&&_0x2440e0[_0x3e551f]&&_0x2440e0[_0x3e551f]['session_id']);}catch(_0x44d963){return![];}}[a4_0x294a1a(0x1b4)](_0x378211,_0x5ba615){const _0x3fc89b=a4_0x294a1a;if(!_0x5ba615)return;const _0x97bd97={};_0x97bd97[_0x3fc89b(0xd3)]=_0x378211,_0x97bd97[_0x3fc89b(0x16b)]=_0x5ba615,this[_0x3fc89b(0xd9)][_0x3fc89b(0x136)](_0x97bd97);}async['flushPendingHookEvents'](){const _0x20188f=a4_0x294a1a,_0x4c1839={};_0x4c1839['BXxXn']=function(_0x3b1b07,_0x3d68ce){return _0x3b1b07&&_0x3d68ce;};const _0x23cdb1=_0x4c1839;if(!this[_0x20188f(0xd9)]['length'])return;if(!this[_0x20188f(0x177)]())return;const _0x956c4e=this[_0x20188f(0xf9)](this['driver']),_0x2c3423=this[_0x20188f(0xd9)][_0x20188f(0x122)](0x0,this[_0x20188f(0xd9)][_0x20188f(0x109)]);for(const {eventType:_0x53e512,uploadData:_0x5c3b68}of _0x2c3423){try{const _0x3c3e97=_0x5c3b68[_0x20188f(0xd1)]||_0x5c3b68[_0x20188f(0x178)];_0x23cdb1['BXxXn'](_0x3c3e97,_0x956c4e)&&(_0x3c3e97[_0x20188f(0x144)]=_0x956c4e),await this[_0x20188f(0xea)](_0x53e512,_0x5c3b68);}catch(_0x2d3869){logger[_0x20188f(0xf6)](_0x20188f(0x15c)+_0x53e512+':\x20'+util[_0x20188f(0x138)](_0x2d3869));}}}['start'](){const _0x5931c5=a4_0x294a1a;if(!this[_0x5931c5(0x132)])return;testOpsHelper[_0x5931c5(0x153)](),process[_0x5931c5(0xe4)](_0x5931c5(0x1b6)+process[_0x5931c5(0x190)]),process['on'](_0x5931c5(0x1b6)+process[_0x5931c5(0x190)],this[_0x5931c5(0x10c)]['bind'](this));}async[a4_0x294a1a(0x145)](){const _0x36a540=a4_0x294a1a;await RequestQueueHandler[_0x36a540(0x1ac)]()['shutdown']();}async[a4_0x294a1a(0x10c)](_0xcc3e16){const _0x37976f=a4_0x294a1a,_0x4bb77f={'qBuQA':_0x37976f(0x154),'PggQQ':function(_0x557ed0,_0x384c0f){return _0x557ed0(_0x384c0f);}};try{this[_0x37976f(0x157)]&&!this[_0x37976f(0x157)][_0x37976f(0x1b9)]&&(_0xcc3e16[_0x37976f(0x10f)]=this[_0x37976f(0x157)][_0x37976f(0x1b3)]);!_0xcc3e16[_0x37976f(0x10f)]&&this[_0x37976f(0x150)]&&!this['currentTest'][_0x37976f(0x1b9)]&&(_0xcc3e16['test_run_uuid']=this[_0x37976f(0x150)]['testAnalyticsId']);if(_0xcc3e16[_0x37976f(0x10f)]||_0xcc3e16['test_run_uuid']){const _0x37e251={};_0x37e251[_0x37976f(0x119)]=_0x4bb77f[_0x37976f(0xcd)],_0x37e251[_0x37976f(0x135)]=[_0xcc3e16],await SessionHandler[_0x37976f(0x194)](_0x37e251);}}catch(_0x41b584){_0x4bb77f['PggQQ'](debug,_0x37976f(0x1c0)+constants['TEST_REPORTING_ANALYTICS']+'\x20with\x20error\x20:\x20'+_0x41b584);}}async[a4_0x294a1a(0x15f)](_0x4842d9){const _0x40fd5e=a4_0x294a1a,_0x29f36f={'OBVac':_0x40fd5e(0x163),'hISQP':function(_0x893f73,_0xf8fa52){return _0x893f73(_0xf8fa52);}};if(!this[_0x40fd5e(0x132)])return;const _0x29065d=this[_0x40fd5e(0xf9)](this['driver']);try{const _0x1ee0e2={};_0x1ee0e2['uuid']=_0x4842d9,_0x1ee0e2[_0x40fd5e(0x144)]=_0x29065d;const _0xde2560=_0x1ee0e2,_0x5487a4={};_0x5487a4['event_type']=_0x29f36f[_0x40fd5e(0x139)],_0x5487a4[_0x40fd5e(0x178)]=_0xde2560,await SessionHandler['uploadEventData'](_0x5487a4);}catch(_0x490f1c){_0x29f36f['hISQP'](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20'+constants[_0x40fd5e(0x11f)]+_0x40fd5e(0x175)+_0x490f1c);}}[a4_0x294a1a(0xf9)](_0x5070ec){const _0x36e367=a4_0x294a1a,_0x1fb307={'IdWNJ':function(_0x2d19cf,_0x450018){return _0x2d19cf(_0x450018);}};return _0x1fb307[_0x36e367(0x1a4)](fetchPlatformDetails,_0x5070ec);}[a4_0x294a1a(0x196)]=_0x4875cc=>{const _0x102245=a4_0x294a1a,_0x14d156={};_0x14d156[_0x102245(0x18f)]=_0x102245(0x1a1),_0x14d156[_0x102245(0x142)]=_0x102245(0xe5);const _0xb513ce=_0x14d156;if(!_0x4875cc||!_0x4875cc[_0x102245(0x1a6)])return;[_0xb513ce[_0x102245(0x18f)],_0xb513ce[_0x102245(0x142)]][_0x102245(0x164)](_0x2ecb42=>{const _0x2f6d6f=_0x102245,_0x581a43=_0x4875cc[_0x2f6d6f(0x1a6)][_0x2ecb42];_0x581a43[_0x2f6d6f(0x164)](_0x30c56d=>{const _0x3205f3=_0x2f6d6f;_0x30c56d[_0x3205f3(0x1b3)]&&(_0x30c56d[_0x3205f3(0x1b3)]=null);});});};['mapTestHooks'](_0x3b1937){const _0x43a886=a4_0x294a1a,_0x2bb033={'fKwBi':_0x43a886(0x1ad),'BygSV':function(_0x8ac553){return _0x8ac553();},'dDryW':function(_0x2e9826,_0x2650d0){return _0x2e9826===_0x2650d0;},'dgPxm':_0x43a886(0xe5),'EPRJX':function(_0x57faa5){return _0x57faa5();},'Pmbgb':_0x43a886(0x14b),'BhKCJ':_0x43a886(0x1ab),'bCWLG':_0x43a886(0x1a1)};if(!_0x3b1937||!_0x3b1937['parent'])return;[_0x2bb033[_0x43a886(0x134)],_0x2bb033[_0x43a886(0x161)],_0x2bb033[_0x43a886(0x1bb)],_0x2bb033[_0x43a886(0xe0)]][_0x43a886(0x164)](_0x498a78=>{const _0x1be888=_0x43a886,_0x2d9394=_0x3b1937[_0x1be888(0x1a6)][_0x498a78]||[];_0x2d9394[_0x1be888(0x164)](_0x13dc5f=>{const _0x54f819=_0x1be888;if(_0x13dc5f[_0x54f819(0x18d)]['includes'](_0x2bb033[_0x54f819(0x159)]))return;if(!_0x13dc5f[_0x54f819(0x1b3)])_0x13dc5f[_0x54f819(0x1b3)]=_0x2bb033[_0x54f819(0xd7)](uuidv4);else _0x13dc5f[_0x54f819(0x1b9)]&&_0x2bb033[_0x54f819(0xdb)](_0x498a78,_0x2bb033[_0x54f819(0xe0)])&&(_0x13dc5f[_0x54f819(0x1b3)]=_0x2bb033[_0x54f819(0x121)](uuidv4),delete _0x13dc5f[_0x54f819(0x1b9)]);});}),this[_0x43a886(0x16d)](_0x3b1937[_0x43a886(0x1a6)]);}[a4_0x294a1a(0xe3)](_0x230823){const _0x30435f=a4_0x294a1a,_0x38a3f9={};_0x38a3f9[_0x30435f(0x113)]=_0x30435f(0x14b),_0x38a3f9[_0x30435f(0x143)]=_0x30435f(0x1ab),_0x38a3f9[_0x30435f(0x141)]=_0x30435f(0x1a1),_0x38a3f9[_0x30435f(0x14d)]=_0x30435f(0xe5);const _0x12b4a6=_0x38a3f9;if(!_0x230823||!_0x230823[_0x30435f(0x1a6)])return[];const _0x3b60b5=[];return[_0x12b4a6[_0x30435f(0x113)],_0x12b4a6[_0x30435f(0x143)],_0x12b4a6['tJbOI'],_0x12b4a6[_0x30435f(0x14d)]][_0x30435f(0x164)](_0x3c70a9=>{const _0x189132=_0x30435f,_0x504063=_0x230823[_0x189132(0x1a6)][_0x3c70a9]||[];_0x504063['forEach'](_0x26769b=>{const _0x53be80=_0x189132;_0x26769b[_0x53be80(0x1b3)]&&_0x3b60b5[_0x53be80(0x136)](_0x26769b[_0x53be80(0x1b3)]);});}),[][_0x30435f(0x1b0)](_0x3b60b5,this['getHooksForTest'](_0x230823[_0x30435f(0x1a6)]));}[a4_0x294a1a(0x179)](_0x20b0e1){const _0x502501=a4_0x294a1a,_0x578a2b=/^"(?<hook>.*)" hook:.*$/,_0x590e42=_0x20b0e1[_0x502501(0x18d)],_0x1b131d=_0x590e42[_0x502501(0x17d)](_0x578a2b);if(_0x1b131d&&_0x1b131d[_0x502501(0x130)])return _0x1b131d[_0x502501(0x130)][_0x502501(0x1be)][_0x502501(0x127)]()[_0x502501(0xeb)]('\x20','_');return null;}[a4_0x294a1a(0x111)](_0x5a53d6){const _0x435f3d=a4_0x294a1a,_0x45f916={};_0x45f916[_0x435f3d(0x17c)]=function(_0x45962f,_0x2a10ae){return _0x45962f===_0x2a10ae;},_0x45f916[_0x435f3d(0x15d)]=_0x435f3d(0x11e);const _0x33ae38=_0x45f916,_0x3d53ae=path[_0x435f3d(0x19a)];if(_0x33ae38[_0x435f3d(0x17c)](_0x5a53d6,null)||_0x33ae38[_0x435f3d(0x17c)](_0x5a53d6,'')||_0x33ae38[_0x435f3d(0x17c)](_0x5a53d6,_0x3d53ae)||_0x33ae38[_0x435f3d(0x17c)](_0x5a53d6,path['dirname'](_0x5a53d6)))return null;try{return fs[_0x435f3d(0x186)](path[_0x435f3d(0xcb)](_0x5a53d6,_0x33ae38[_0x435f3d(0x15d)])),_0x5a53d6;}catch(_0x185407){const _0x27b347=path[_0x435f3d(0x146)](_0x5a53d6);return this[_0x435f3d(0x111)](_0x27b347);}}[a4_0x294a1a(0x14c)](_0x497860){const _0x2e45ac=a4_0x294a1a,_0x41c8a8={};_0x41c8a8[_0x2e45ac(0x16e)]=function(_0x47bf0f,_0x466a22){return _0x47bf0f>_0x466a22;};const _0x599200=_0x41c8a8;if(_0x497860[_0x2e45ac(0x176)])return _0x497860[_0x2e45ac(0x176)];if(_0x497860[_0x2e45ac(0x129)]){const _0x1981f5=_0x497860[_0x2e45ac(0x129)][_0x2e45ac(0x150)]?this[_0x2e45ac(0x14c)](_0x497860[_0x2e45ac(0x129)][_0x2e45ac(0x150)]):null;if(_0x1981f5)return _0x1981f5;}if(_0x497860['parent']){const _0x5a1bf4=this[_0x2e45ac(0x14c)](_0x497860[_0x2e45ac(0x1a6)])||(_0x497860[_0x2e45ac(0x1a6)][_0x2e45ac(0x129)]&&_0x497860['parent'][_0x2e45ac(0x129)][_0x2e45ac(0x150)]?this['getRootParentFile'](_0x497860[_0x2e45ac(0x1a6)]['ctx'][_0x2e45ac(0x150)]):null);if(_0x5a1bf4)return _0x5a1bf4;_0x497860[_0x2e45ac(0x1a6)][_0x2e45ac(0xd2)]&&_0x599200[_0x2e45ac(0x16e)](_0x497860['parent'][_0x2e45ac(0xd2)]['length'],0x0)&&_0x497860[_0x2e45ac(0x1a6)][_0x2e45ac(0xd2)]['forEach'](_0x594dba=>{const _0x3c2c7b=_0x2e45ac,_0x50b72d=_0x594dba[_0x3c2c7b(0x129)]?this['getRootParentFile'](_0x594dba['ctx']):null;if(_0x50b72d)return _0x50b72d;});}return null;}[a4_0x294a1a(0x1a5)](_0x38ff93){const _0x4b0939=a4_0x294a1a,_0x3a830b={};_0x3a830b['NphUL']=function(_0x3f615f,_0x4a8051){return _0x3f615f!==_0x4a8051;};const _0x59c969=_0x3a830b,_0x442202=[];if(_0x38ff93&&_0x38ff93[_0x4b0939(0x1a6)]){let _0x625998=_0x38ff93[_0x4b0939(0x1a6)];while(_0x625998&&_0x59c969[_0x4b0939(0x155)](_0x625998['title'],'')){_0x442202[_0x4b0939(0x136)](_0x625998['title']),_0x625998=_0x625998[_0x4b0939(0x1a6)];}}return _0x442202;}['captureEvent'](_0x437310,_0x3cfa9b,_0xc75880=undefined){const _0x5c58a1=a4_0x294a1a,_0x4d97ef={'kxwZo':function(_0x5a46ba,_0x2189b1){return _0x5a46ba(_0x2189b1);},'thGcH':function(_0x4172b7){return _0x4172b7();},'CTDTz':function(_0x14999f){return _0x14999f();},'fcuCN':'err','cUxDz':function(_0x29f852,_0x444243){return _0x29f852!==_0x444243;},'MOmQx':function(_0x5451bc,_0x2b76e9){return _0x5451bc!==_0x2b76e9;},'KCHxR':_0x5c58a1(0xe6),'IOKsl':_0x5c58a1(0x172),'GbyAe':'failed','UciHN':_0x5c58a1(0xe9),'JeYrr':_0x5c58a1(0x13f),'nntxE':'javascript','qrcuC':function(_0xf68a97,_0x7ec378){return _0xf68a97-_0x7ec378;},'RscXy':function(_0x55e6c0,_0x164c39,_0x3c968f,_0x4a8cbe,_0x54d7a5){return _0x55e6c0(_0x164c39,_0x3c968f,_0x4a8cbe,_0x54d7a5);},'TyApM':_0x5c58a1(0x144),'WIwCb':_0x5c58a1(0xde),'RpNoE':'failure','MqttP':_0x5c58a1(0x149),'BRpzU':_0x5c58a1(0x114),'eizTU':_0x5c58a1(0x174),'NMBVM':'expanded','BpEGy':function(_0x3c63b4,_0x3f2355){return _0x3c63b4===_0x3f2355;},'MIwWy':'hook_run','Bulcn':_0x5c58a1(0x178)};if(!this[_0x5c58a1(0x132)])return;try{if(_0x3cfa9b['fn']&&_0x3cfa9b['fn'][_0x5c58a1(0x13a)]()[_0x5c58a1(0x17d)](/browserstack internal helper hook/))return;const _0x1e03a4=_0x4d97ef['kxwZo'](parseEvent,_0x437310);if(!_0x1e03a4)return;if(_0x1e03a4['test']){this[_0x5c58a1(0x150)]=_0x3cfa9b,this[_0x5c58a1(0x157)]=null;if(_0x1e03a4[_0x5c58a1(0x10e)]||_0x1e03a4[_0x5c58a1(0x13f)]){_0x3cfa9b[_0x5c58a1(0x140)]=new Date(),_0x3cfa9b['markedStatus']=![];if(!_0x3cfa9b[_0x5c58a1(0x19c)])_0x3cfa9b[_0x5c58a1(0x19c)]=_0x4d97ef[_0x5c58a1(0xfc)](uuidv4);else _0x3cfa9b[_0x5c58a1(0x1b9)]&&(!_0x3cfa9b['retryOf']&&(_0x3cfa9b[_0x5c58a1(0x189)]=_0x3cfa9b[_0x5c58a1(0x19c)]),_0x3cfa9b['testAnalyticsId']=_0x4d97ef[_0x5c58a1(0xfc)](uuidv4));}}else{if(_0x1e03a4[_0x5c58a1(0x1be)]){this[_0x5c58a1(0x157)]=_0x3cfa9b;if(_0x1e03a4[_0x5c58a1(0x10e)]){_0x3cfa9b[_0x5c58a1(0x140)]=new Date(),_0x3cfa9b[_0x5c58a1(0x1b9)]=![];if(!_0x3cfa9b['hookAnalyticsId'])_0x3cfa9b[_0x5c58a1(0x1b3)]=_0x4d97ef[_0x5c58a1(0xfc)](uuidv4);else _0x3cfa9b[_0x5c58a1(0x1b3)]&&_0x3cfa9b['markedStatus']&&(_0x3cfa9b[_0x5c58a1(0x1b3)]=_0x4d97ef['CTDTz'](uuidv4));}}}if(_0x1e03a4[_0x5c58a1(0x1bd)]&&_0x3cfa9b[_0x5c58a1(0x1b9)])return;let _0x283a25;try{_0x283a25=this[_0x5c58a1(0x14c)](_0x3cfa9b);}catch(_0x37ae19){logger[_0x5c58a1(0xf6)](_0x5c58a1(0x12b)+_0x37ae19),_0x283a25=null;}let _0x6dd4bf=[];_0xc75880&&(_0x6dd4bf=[_0xc75880,_0x4d97ef['fcuCN']]);const _0x1cf489=_0x4d97ef[_0x5c58a1(0x19e)](_0x3cfa9b[_0x5c58a1(0xe2)],undefined)?util[_0x5c58a1(0x165)](_0x3cfa9b['errorsDetailed'][0x0]):_0x4d97ef[_0x5c58a1(0x158)](_0xc75880,undefined)?_0xc75880[_0x5c58a1(0x13a)]():undefined,_0x51d2fd=_0x283a25?this[_0x5c58a1(0x111)](_0x283a25):null,_0x1ef40c=_0x283a25?this['_paths'][_0x5c58a1(0xdf)](this[_0x5c58a1(0x14c)](_0x3cfa9b)):_0x4d97ef[_0x5c58a1(0x1bf)];let _0xff9310=_0x4d97ef[_0x5c58a1(0x1b8)];const _0x274731=!_0x1e03a4['started']?new Date()[_0x5c58a1(0xf0)]():null;if(_0x1e03a4[_0x5c58a1(0x1bd)])_0xff9310=_0xc75880?_0x4d97ef[_0x5c58a1(0xdd)]:_0x4d97ef['UciHN'],_0x3cfa9b[_0x5c58a1(0x1b9)]=!![];else _0x1e03a4[_0x5c58a1(0x13f)]&&(_0xff9310=_0x4d97ef['JeYrr'],_0x3cfa9b[_0x5c58a1(0x1b9)]=!![]);const _0xa2b302={'framework':this[_0x5c58a1(0x1c4)],'uuid':_0x3cfa9b['testAnalyticsId']||_0x3cfa9b[_0x5c58a1(0x1b3)],'name':_0x3cfa9b['title'],'body':{'lang':_0x4d97ef[_0x5c58a1(0x14f)],'code':_0x3cfa9b[_0x5c58a1(0x1a9)]['toString']()},'type':_0x3cfa9b[_0x5c58a1(0x124)],'scope':_0x3cfa9b[_0x5c58a1(0xe7)](),'scopes':this[_0x5c58a1(0x1a5)](_0x3cfa9b),'file_name':_0x1ef40c,'vc_filepath':_0x51d2fd?path[_0x5c58a1(0xe8)](_0x51d2fd,_0x283a25):null,'location':_0x1ef40c,'result':_0xff9310,'failure_reason':_0x1cf489,'duration_in_ms':_0x3cfa9b[_0x5c58a1(0xd5)]||(_0x1e03a4['finished']||_0x1e03a4[_0x5c58a1(0x13f)])?_0x4d97ef['qrcuC'](Date[_0x5c58a1(0x156)](),new Date(_0x3cfa9b[_0x5c58a1(0x140)])['getTime']()):null,'started_at':new Date(_0x3cfa9b['startedAt'])[_0x5c58a1(0xf0)](),'finished_at':_0x274731,'failure':testOpsHelper[_0x5c58a1(0x108)][_0x5c58a1(0x1a3)](null,_0x6dd4bf),'failure_type':!_0x1cf489?null:testOpsHelper[_0x5c58a1(0x11c)](_0x1cf489),'retry_of':_0x3cfa9b[_0x5c58a1(0x189)]||null,'tags':_0x3cfa9b[_0x5c58a1(0x17e)]||[],'customRerunParam':{'rerun_name':_0x3cfa9b[_0x5c58a1(0xe7)]()}};_0x4d97ef[_0x5c58a1(0x162)](appendTesthubParams,_0xa2b302,_0x437310,_0x3cfa9b,FRAMEWORKS[_0x5c58a1(0xfd)]);if(_0x1e03a4[_0x5c58a1(0x1be)])[_0xa2b302['hook_type'],_0xa2b302[_0x5c58a1(0x123)]]=[this[_0x5c58a1(0x179)](_0x3cfa9b),_0x3cfa9b[_0x5c58a1(0x129)]['test'][_0x5c58a1(0x18d)]],_0x1e03a4[_0x5c58a1(0x1bd)]?_0x4d97ef[_0x5c58a1(0x19e)](_0xa2b302[_0x5c58a1(0x14a)],_0x4d97ef[_0x5c58a1(0xdd)])&&(_0xa2b302[_0x5c58a1(0x14a)]=_0x4d97ef[_0x5c58a1(0x106)]):_0xa2b302['body']={};else _0x1e03a4[_0x5c58a1(0x168)]&&(this[_0x5c58a1(0x16d)](_0x3cfa9b),_0x1e03a4[_0x5c58a1(0x13f)]&&this[_0x5c58a1(0x196)](_0x3cfa9b),(_0x1e03a4[_0x5c58a1(0x1bd)]||_0x1e03a4['skipped'])&&(_0xa2b302[_0x5c58a1(0x1a7)]=this[_0x5c58a1(0xe3)](_0x3cfa9b)));this['driver']&&(_0x1e03a4[_0x5c58a1(0x10e)]||_0x1e03a4['skipped'])&&(_0xa2b302[_0x4d97ef['TyApM']]=this['getCBTInfo'](this['driver']));_0x1e03a4['test']&&_0x1e03a4[_0x5c58a1(0x1bd)]&&_0x3cfa9b[_0x5c58a1(0x19d)]&&(_0xa2b302[_0x4d97ef['WIwCb']]={'feature':{'name':_0x3cfa9b[_0x5c58a1(0x1a6)][_0x5c58a1(0x10b)]['name'],'path':_0xa2b302['file_name'],'description':_0x3cfa9b[_0x5c58a1(0x1a6)][_0x5c58a1(0x126)]},'scenario':{'name':_0x3cfa9b['title']},'steps':_0x3cfa9b[_0x5c58a1(0x19d)]});const _0x35f7b2=_0xa2b302[_0x4d97ef[_0x5c58a1(0x1a8)]][0x0];_0x35f7b2&&(_0xa2b302[_0x4d97ef[_0x5c58a1(0x183)]]=_0x35f7b2[_0x4d97ef[_0x5c58a1(0x197)]],_0xa2b302[_0x4d97ef[_0x5c58a1(0x10a)]]=_0x35f7b2[_0x4d97ef['NMBVM']]);if(_0x3cfa9b[_0x5c58a1(0x19d)])for(const _0x376f45 of _0x3cfa9b['bddSteps']){!_0x376f45[_0x5c58a1(0xee)]&&(_0x376f45['finished_at']=new Date()[_0x5c58a1(0xf0)](),_0x4d97ef[_0x5c58a1(0x105)](_0x376f45[_0x5c58a1(0x14a)],_0x4d97ef['IOKsl'])&&(_0x35f7b2?(_0x376f45[_0x5c58a1(0x14a)]=_0x4d97ef[_0x5c58a1(0xdd)],_0x376f45[_0x5c58a1(0x199)]=_0x35f7b2[_0x4d97ef[_0x5c58a1(0x197)]][0x0]):_0x376f45[_0x5c58a1(0x14a)]=_0x4d97ef[_0x5c58a1(0x106)]));}const _0x2d6bdd={};_0x2d6bdd['event_type']=_0x1e03a4[_0x5c58a1(0x13f)]?TEST_EVENTS[_0x5c58a1(0x14e)]:_0x437310;const _0x318315=_0x2d6bdd;return _0x1e03a4[_0x5c58a1(0x1be)]?_0x318315[_0x4d97ef[_0x5c58a1(0x112)]]=_0xa2b302:_0x318315[_0x4d97ef['Bulcn']]=_0xa2b302,_0x318315;}catch(_0x2e67a7){logger['debug'](_0x5c58a1(0x16a)+_0x437310+_0x5c58a1(0x175)+_0x2e67a7);}}async[a4_0x294a1a(0xea)](_0x3b617d,_0x34e8da){const _0x3009a1=a4_0x294a1a;if(!this[_0x3009a1(0x132)]||!_0x34e8da||!_0x3b617d)return![];try{return await SessionHandler[_0x3009a1(0x194)](_0x34e8da);}catch(_0x40e56a){logger[_0x3009a1(0xf6)](_0x3009a1(0x15e)+_0x3b617d+_0x3009a1(0x175)+_0x40e56a);}}[a4_0x294a1a(0x1a2)](_0x3b085b){const _0x6d7b64=a4_0x294a1a,_0x18caa4={};_0x18caa4[_0x6d7b64(0x1bc)]=_0x6d7b64(0x172);const _0x43b06b=_0x18caa4;return{'id':_0x3b085b[_0x6d7b64(0x160)],'text':_0x3b085b[_0x6d7b64(0x18c)],'keyword':_0x3b085b[_0x6d7b64(0x182)],'started_at':_0x3b085b[_0x6d7b64(0x140)][_0x6d7b64(0xf0)](),'result':_0x43b06b[_0x6d7b64(0x1bc)]};}[a4_0x294a1a(0x12f)](_0x575df5){const _0x573963=a4_0x294a1a,_0x557ca0={'SvHLe':function(_0x3b5c54){return _0x3b5c54();}};!this['currentTest'][_0x573963(0x19d)]&&(this[_0x573963(0x150)][_0x573963(0x19d)]=[]),!_0x575df5[_0x573963(0x160)]&&(_0x575df5['stepAnalyticsId']=_0x557ca0[_0x573963(0xdc)](uuidv4),_0x575df5[_0x573963(0x140)]=new Date(),this['currentTest'][_0x573963(0x19d)][_0x573963(0x136)](this['initializeBddStep'](_0x575df5)));}[a4_0x294a1a(0x184)](_0x746d15){const _0x1c7c2d=a4_0x294a1a,_0x30c621={'JosuX':function(_0x33ce3c,_0x1ff14a){return _0x33ce3c(_0x1ff14a);},'ZWfkM':'success','gBncj':_0x1c7c2d(0x172),'GIZPf':_0x1c7c2d(0xe9),'ZkYdc':function(_0x5c0ac3,_0x2dfad9){return _0x5c0ac3-_0x2dfad9;}};let _0x2ff601=this[_0x1c7c2d(0x150)][_0x1c7c2d(0x19d)]['find'](_0x48e6c3=>_0x48e6c3['id']===_0x746d15[_0x1c7c2d(0x160)]);_0x30c621[_0x1c7c2d(0x120)](isUndefined,_0x2ff601)&&(_0x2ff601=this[_0x1c7c2d(0x1a2)](_0x746d15)),_0x2ff601[_0x1c7c2d(0x14a)]=[_0x30c621[_0x1c7c2d(0xed)],_0x30c621['gBncj']][_0x1c7c2d(0xf3)](_0x746d15['status'])?_0x30c621[_0x1c7c2d(0x18a)]:_0x746d15['status'],_0x2ff601[_0x1c7c2d(0xee)]=new Date()[_0x1c7c2d(0xf0)](),_0x2ff601[_0x1c7c2d(0xd5)]=_0x30c621[_0x1c7c2d(0x17a)](Date[_0x1c7c2d(0x156)](),_0x746d15[_0x1c7c2d(0x140)][_0x1c7c2d(0x11a)]()),_0x2ff601['failure']=_0x746d15[_0x1c7c2d(0x13c)]?_0x746d15['err'][_0x1c7c2d(0x1ba)]:null;}}const a4_0x177de3={};a4_0x177de3[a4_0x294a1a(0x104)]=O11yHelper,a4_0x177de3[a4_0x294a1a(0xf7)]=STATE_PASSED,a4_0x177de3['STATE_FAILED']=STATE_FAILED,a4_0x177de3[a4_0x294a1a(0x117)]=TEST_EVENTS,module[a4_0x294a1a(0x12a)]=a4_0x177de3;