browserstack-node-sdk 1.49.2 → 1.49.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (186) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/nightwatch/command.js +1 -1
  79. package/src/bin/playwright/accessibility-helper.js +1 -1
  80. package/src/bin/playwright/command.js +1 -1
  81. package/src/bin/playwright/globalSetup.js +1 -1
  82. package/src/bin/playwright/mock-process.js +1 -1
  83. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  84. package/src/bin/playwright/patches.js +1 -1
  85. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  86. package/src/bin/playwright/reporter/reporter.js +1 -1
  87. package/src/bin/playwright/reporter/test-details.js +1 -1
  88. package/src/bin/playwright/sessionDetails.js +1 -1
  89. package/src/bin/runner.js +1 -1
  90. package/src/bin/setup.js +1 -1
  91. package/src/bin/test-runner/index.js +1 -1
  92. package/src/bin/test-runner/runTest.js +1 -1
  93. package/src/bin/test-runner/testWorker.js +1 -1
  94. package/src/bin/utils/apiUtilityMethods.js +1 -1
  95. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  96. package/src/bin/utils/constants.js +1 -1
  97. package/src/bin/utils/log4jsAppender.js +1 -1
  98. package/src/bin/utils/logPatcher.js +1 -1
  99. package/src/bin/utils/logReportingAPI.js +1 -1
  100. package/src/bin/utils/playwright-patcher.js +1 -1
  101. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  102. package/src/bin/utils/sharedUtils.js +1 -1
  103. package/src/bin/v2/TestInfo.js +1 -1
  104. package/src/bin/v2/browserstackCLI.js +1 -1
  105. package/src/bin/v2/cliUtils.js +1 -1
  106. package/src/bin/v2/customTagManager.js +1 -1
  107. package/src/bin/v2/eventDispatcher.js +1 -1
  108. package/src/bin/v2/framework/automationFramework.js +1 -1
  109. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  110. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  111. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  112. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  113. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  114. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  115. package/src/bin/v2/framework/testFramework.js +1 -1
  116. package/src/bin/v2/grpcClient.js +1 -1
  117. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  118. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  119. package/src/bin/v2/instances/trackedContext.js +1 -1
  120. package/src/bin/v2/instances/trackedInstance.js +1 -1
  121. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  122. package/src/bin/v2/modules/baseModule.js +1 -1
  123. package/src/bin/v2/modules/loadTestModule.js +1 -1
  124. package/src/bin/v2/modules/observabilityModule.js +1 -1
  125. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  126. package/src/bin/v2/modules/testhubModule.js +1 -1
  127. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  128. package/src/bin/v2/state/hookState.js +1 -1
  129. package/src/bin/v2/state/testFrameworkState.js +1 -1
  130. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  131. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  132. package/src/bin/v2/utils/jest-utils.js +1 -1
  133. package/src/bin/vanilla-js/command.js +1 -1
  134. package/src/browserStackSdk.js +1 -1
  135. package/src/helpers/BrowserStackSetup.js +1 -1
  136. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  137. package/src/helpers/accessibility-automation/constants.js +1 -1
  138. package/src/helpers/accessibility-automation/helper.js +1 -1
  139. package/src/helpers/accessibility-automation/scripts.js +1 -1
  140. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  141. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  142. package/src/helpers/ats/constants.js +1 -1
  143. package/src/helpers/ats/helper.js +1 -1
  144. package/src/helpers/capsMapping.js +1 -1
  145. package/src/helpers/central-scanner/constants.js +1 -1
  146. package/src/helpers/central-scanner/helpers.js +1 -1
  147. package/src/helpers/classLogger.js +1 -1
  148. package/src/helpers/globals.js +1 -1
  149. package/src/helpers/helper.js +1 -1
  150. package/src/helpers/logger.js +1 -1
  151. package/src/helpers/metadata.js +1 -1
  152. package/src/helpers/patchHelper.js +1 -1
  153. package/src/helpers/patchHelpers.js +1 -1
  154. package/src/helpers/percy/Percy.js +1 -1
  155. package/src/helpers/percy/PercyBinary.js +1 -1
  156. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  157. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  158. package/src/helpers/percy/PercySDK.js +1 -1
  159. package/src/helpers/percy/index.js +1 -1
  160. package/src/helpers/percy/utils.js +1 -1
  161. package/src/helpers/performance/constants.js +1 -1
  162. package/src/helpers/performance/performance-tester.js +1 -1
  163. package/src/helpers/playwright-helper.js +1 -1
  164. package/src/helpers/processHelper.js +1 -1
  165. package/src/helpers/request-spy.js +1 -1
  166. package/src/helpers/setKeepAlive.js +1 -1
  167. package/src/helpers/test-observability/constants.js +1 -1
  168. package/src/helpers/test-observability/error-handler.js +1 -1
  169. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  170. package/src/helpers/test-observability/sessionHandler.js +1 -1
  171. package/src/helpers/test-observability/utils.js +1 -1
  172. package/src/helpers/test-orchestration/constants.js +1 -1
  173. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  174. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  175. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  176. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  177. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  178. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  179. package/src/helpers/testhub/constants.js +1 -1
  180. package/src/helpers/testhub/testhubHandler.js +1 -1
  181. package/src/helpers/testhub/utils.js +1 -1
  182. package/src/helpers/timeoutPromise.js +1 -1
  183. package/src/helpers/utilities.js +1 -1
  184. package/src/helpers/w3cMapping.js +1 -1
  185. package/src/hubAllocationMethods.js +1 -1
  186. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a1_0x528a5e=a1_0xe514;function a1_0xe514(_0x971599,_0x4045d2){const _0x5543c8=a1_0x5543();return a1_0xe514=function(_0xe51403,_0x5d102a){_0xe51403=_0xe51403-0x1df;let _0x28542a=_0x5543c8[_0xe51403];return _0x28542a;},a1_0xe514(_0x971599,_0x4045d2);}(function(_0x2c5c75,_0x5aec91){const _0x209378=a1_0xe514,_0x56071d=_0x2c5c75();while(!![]){try{const _0x361b64=-parseInt(_0x209378(0x28b))/0x1*(-parseInt(_0x209378(0x2e9))/0x2)+parseInt(_0x209378(0x1f3))/0x3+-parseInt(_0x209378(0x267))/0x4*(-parseInt(_0x209378(0x1e0))/0x5)+parseInt(_0x209378(0x286))/0x6+-parseInt(_0x209378(0x21d))/0x7+parseInt(_0x209378(0x2d1))/0x8*(-parseInt(_0x209378(0x22e))/0x9)+-parseInt(_0x209378(0x2de))/0xa*(parseInt(_0x209378(0x20f))/0xb);if(_0x361b64===_0x5aec91)break;else _0x56071d['push'](_0x56071d['shift']());}catch(_0x273f48){_0x56071d['push'](_0x56071d['shift']());}}}(a1_0x5543,0x22243));const fs=require('fs'),util=require(a1_0x528a5e(0x2a5)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x528a5e(0x225)),logger=require(a1_0x528a5e(0x20d))[a1_0x528a5e(0x296)],testOpsHelper=require(a1_0x528a5e(0x24f)),requestSpy=require(a1_0x528a5e(0x2db)),PlaywrightSessionDetails=require(a1_0x528a5e(0x1e6)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require('./o11yHelper'),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),AccessibilityHelper=require(a1_0x528a5e(0x238)),scripts=require(a1_0x528a5e(0x231)),PerformanceTester=require(a1_0x528a5e(0x23e)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x528a5e(0x21e)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x528a5e(0x20b)),testHubConstants=require('../../helpers/testhub/constants.js'),globals=require(a1_0x528a5e(0x240)),CodeceptJS=requireModule('codeceptjs/lib/index.js',a1_0x528a5e(0x2ce)),CodeceptUtils=requireModule('codeceptjs/lib/utils.js',a1_0x528a5e(0x2ce)),CodeceptWebDriver=requireModule(a1_0x528a5e(0x2af),a1_0x528a5e(0x2ce)),CodeceptRecorder=requireModule(a1_0x528a5e(0x28e),'codeceptjs'),CodeceptPlaywright=requireModule('codeceptjs/lib/helper/Playwright.js','codeceptjs'),playwrightMarkSessionStatus=(_0x19fd73,_0x4ef877,_0x31d6ea)=>{const _0xf37831=a1_0x528a5e,_0x43047f={'JJLIF':_0xf37831(0x1f5),'pnIUo':function(_0x39d74d,_0x14f4f3){return _0x39d74d(_0x14f4f3);}},_0x51f882={};_0x51f882[_0xf37831(0x2d0)]=_0x4ef877;const _0x58048a={};_0x58048a[_0xf37831(0x281)]=_0x43047f[_0xf37831(0x1f9)],_0x58048a[_0xf37831(0x236)]=_0x51f882;const _0x384ee7=_0x58048a;return!_0x43047f[_0xf37831(0x2bf)](isUndefined,_0x31d6ea)&&(_0x384ee7['arguments'][_0xf37831(0x2c2)]=JSON[_0xf37831(0x229)](_0x31d6ea)),_0x19fd73[_0xf37831(0x2a7)](()=>{},_0xf37831(0x2ac)+JSON['stringify'](_0x384ee7));},o11ySync=PerformanceTester['measureWrapper'](PerformanceO11yEvents[a1_0x528a5e(0x235)],async _0x470837=>{const _0x27b674=a1_0x528a5e,_0x18a396={};_0x18a396[_0x27b674(0x2cb)]=function(_0x55886e,_0x1a840f){return _0x55886e===_0x1a840f;},_0x18a396[_0x27b674(0x25c)]=_0x27b674(0x2a9);const _0x4de3ba=_0x18a396;_0x4de3ba[_0x27b674(0x2cb)](_0x470837[_0x27b674(0x239)][_0x27b674(0x1fb)],_0x4de3ba[_0x27b674(0x25c)])?await _0x470837['executeScript'](_0x37c0dd=>{},testOpsHelper['getSyncScript']()):await _0x470837['executeScript'](testOpsHelper[_0x27b674(0x227)]());}),markSessionName=PerformanceTester[a1_0x528a5e(0x230)](PerformanceAutEvents['SESSION_NAME'],async(_0x2b2967,_0x5e354a)=>{const _0xb6caf3=a1_0x528a5e,_0x35fb58={};_0x35fb58[_0xb6caf3(0x2b7)]=_0xb6caf3(0x285),_0x35fb58['HSoej']=function(_0x190641,_0x1dd6b3){return _0x190641===_0x1dd6b3;},_0x35fb58[_0xb6caf3(0x271)]=_0xb6caf3(0x2a9);const _0x14b632=_0x35fb58,_0x4f7d11={};_0x4f7d11[_0xb6caf3(0x1fb)]=_0x5e354a;const _0x4f73fb={};_0x4f73fb['action']=_0x14b632[_0xb6caf3(0x2b7)],_0x4f73fb[_0xb6caf3(0x236)]=_0x4f7d11;const _0x23421f=_0x4f73fb;_0x14b632[_0xb6caf3(0x293)](_0x2b2967[_0xb6caf3(0x239)][_0xb6caf3(0x1fb)],_0x14b632[_0xb6caf3(0x271)])?await _0x2b2967[_0xb6caf3(0x2a7)](()=>{},_0xb6caf3(0x2ac)+JSON['stringify'](_0x23421f)):await _0x2b2967[_0xb6caf3(0x2a7)]('browserstack_executor:\x20'+JSON[_0xb6caf3(0x229)](_0x23421f));}),patchSaveScreenshot=_0x104b90=>{const _0x1ce434=a1_0x528a5e,_0x41c92c={'twyiS':'base64','UddUS':_0x1ce434(0x1f1),'BQivB':function(_0x327b60){return _0x327b60();},'AjStZ':function(_0x562542,_0x449878){return _0x562542(_0x449878);},'tDaPS':_0x1ce434(0x258)};_0x41c92c[_0x1ce434(0x298)](isTrue,process[_0x1ce434(0x2c1)][_0x1ce434(0x2e4)])&&!_0x104b90[_0x1ce434(0x2b6)]&&(_0x104b90[_0x1ce434(0x2b6)]=!![],_0x104b90[_0x1ce434(0x1f4)]=_0x104b90[_0x1ce434(0x1ea)],_0x104b90[_0x1ce434(0x1ea)]=(_0xc84ee6,_0x155b11=![])=>{const _0x2cb3e3=_0x1ce434,_0x53da6f={'lbNBH':_0x41c92c['twyiS'],'wWoIc':_0x41c92c[_0x2cb3e3(0x255)],'PBeDb':function(_0x222dd8){return _0x41c92c['BQivB'](_0x222dd8);},'zLDdD':function(_0x255fcb,_0x39a2a5){const _0x384da8=_0x2cb3e3;return _0x41c92c[_0x384da8(0x298)](_0x255fcb,_0x39a2a5);},'qpuZS':_0x41c92c['tDaPS']};return new Promise(function(_0x137035,_0x2513fb){const _0xd40d3d=_0x2cb3e3;_0x104b90[_0xd40d3d(0x1f4)](_0xc84ee6,_0x155b11)[_0xd40d3d(0x263)](()=>{const _0x28c1e5=_0xd40d3d,_0x4950b8=CodeceptUtils[_0x28c1e5(0x22d)](_0xc84ee6);if(_0x4950b8){const _0x3dd372=fs[_0x28c1e5(0x24e)](_0x4950b8);process[_0x28c1e5(0x2c5)](_0x28c1e5(0x26e)+process[_0x28c1e5(0x1f8)],{'timestamp':new Date()[_0x28c1e5(0x290)](),'message':_0x3dd372['toString'](_0x53da6f[_0x28c1e5(0x2dd)]),'kind':_0x53da6f['wWoIc']}),_0x53da6f[_0x28c1e5(0x246)](_0x137035);}_0x53da6f[_0x28c1e5(0x241)](_0x2513fb,new Error(_0x53da6f['qpuZS']));})[_0xd40d3d(0x1ee)](()=>null);});});},patchWebDriverBefore=_0x569740=>{const _0x564127=a1_0x528a5e,_0x115f1d={'nbiYk':function(_0x26d9b4){return _0x26d9b4();},'vmDHo':function(_0x487b69,_0x24bedc){return _0x487b69(_0x24bedc);},'qmMPS':function(_0x5f56ec,_0x8d52ac){return _0x5f56ec===_0x8d52ac;},'WqfVa':_0x564127(0x209),'nmLhi':_0x564127(0x29a),'scypt':function(_0x45a721,_0x137cf8){return _0x45a721===_0x137cf8;},'aWWeY':_0x564127(0x270),'DtUlo':function(_0x832c0e,_0x3bf1aa){return _0x832c0e(_0x3bf1aa);}},_0xfaad53=async function(_0x5b595f,_0x33e19e){const _0x2b1777=_0x564127;_0x115f1d['nbiYk'](isAccessibilityAutomationSession)&&!global[_0x2b1777(0x243)]&&global['accessibilityPlatform']&&scripts[_0x2b1777(0x1e9)](_0x5b595f[_0x2b1777(0x1fb)])&&_0x115f1d['vmDHo'](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x2b1777(0x243)]=!![],await PerformanceTester[_0x2b1777(0x230)](PerformanceA11yEvents[_0x2b1777(0x20c)],async()=>{const _0x4d4a18=_0x2b1777;logger[_0x4d4a18(0x2ca)](_0x4d4a18(0x25d)+_0x5b595f[_0x4d4a18(0x1f0)]+'\x20'+_0x5b595f[_0x4d4a18(0x1fb)]),await AccessibilityHelper[_0x4d4a18(0x25e)](_0x569740,scripts[_0x4d4a18(0x2ab)]);},{'command':_0x5b595f[_0x2b1777(0x1fb)]})());global[_0x2b1777(0x243)]=![];const _0x34eb52=JSON[_0x2b1777(0x211)](process[_0x2b1777(0x2c1)][_0x2b1777(0x215)]||'{}');if(_0x115f1d[_0x2b1777(0x295)](_0x34eb52?.[_0x2b1777(0x277)]?.[_0x2b1777(0x1fb)],_0x115f1d['WqfVa'])&&_0x115f1d[_0x2b1777(0x295)](typeof _0x34eb52?.[_0x2b1777(0x277)]?.[_0x2b1777(0x23c)],_0x115f1d[_0x2b1777(0x2a1)])&&_0x34eb52?.[_0x2b1777(0x277)]?.[_0x2b1777(0x23c)][_0x2b1777(0x221)]('7'))return _0x33e19e[_0x2b1777(0x261)](null,Array[_0x2b1777(0x2b8)][_0x2b1777(0x23a)]['call'](arguments,0x2));return _0x33e19e[_0x2b1777(0x261)](this,Array[_0x2b1777(0x2b8)][_0x2b1777(0x23a)][_0x2b1777(0x2cf)](arguments,0x2));},_0x26f86e=CodeceptWebDriver[_0x564127(0x2b8)][_0x564127(0x228)];CodeceptWebDriver['prototype'][_0x564127(0x228)]=async function(){const _0x5d7fda=_0x564127,_0x52da69={'sIAYq':function(_0x4ccdf7,_0x527446){return _0x115f1d['scypt'](_0x4ccdf7,_0x527446);},'rwdPe':_0x115f1d['aWWeY']};try{await _0x26f86e[_0x5d7fda(0x261)](this,arguments);}catch(_0x706e6){logger[_0x5d7fda(0x2ca)](_0x5d7fda(0x2d6)+util[_0x5d7fda(0x253)](_0x706e6));}scripts['commandsToWrap']['filter'](_0x10e2c6=>_0x10e2c6[_0x5d7fda(0x1fb)]&&_0x10e2c6[_0x5d7fda(0x1f0)])[_0x5d7fda(0x251)](_0x3123b8=>{const _0x576e16=_0x5d7fda;this['browser'][_0x576e16(0x250)](_0x3123b8[_0x576e16(0x1fb)],_0xfaad53[_0x576e16(0x21a)](this,_0x3123b8),_0x52da69[_0x576e16(0x1fa)](_0x3123b8[_0x576e16(0x1f0)],_0x52da69[_0x576e16(0x274)]));}),_0x115f1d['DtUlo'](processWebDriverConfig,_0x569740);};};function a1_0x5543(){const _0x2b92e0=['constructor','slice','thJwtToken','version','getAccessibilityResults','../../helpers/performance/performance-tester','getAccessibilityResultsSummary','../../helpers/globals.js','zLDdD','saveTestResults','bstackAllyScanning','WFpvt','currentTest','PBeDb','smEBq','page','YBRVg','LIqfd','container','passed','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','readFileSync','../../helpers/test-observability/utils','overwriteCommand','forEach','message','format','WebDriver','UddUS','HOOK_RUN_STARTED','__driver','Screenshot\x20path\x20not\x20found','ngVQG','BDjyZ','eBNsp','WcFmC','Performing\x20scan\x20for\x20','browserStackExecuteDriver','config','LXxio','apply','GrDWa','then','skipSessionName','before','lxIYF','484wdJstr','comment','setGlobal','BHHNx','pages','xXqFW','enabled','bs:addLog:','browserContext','Element','FxUjF','vyZmq','qOvaF','rwdPe','ctx','hook-passed','testFramework','VxabE','ENV_VAR','ObTBi','skipSessionStatus','add','split','failed','HOOK_RUN_FINISHED','find','action','bddStep-after','Hfptt','browserstackTestName','setSessionName','715734RCnkVq','command','TEST_RUN_STARTED','title','step','25rBVzBp','bddStep-before','after','codeceptjs/lib/recorder.js','VIsav','toISOString','getResults','SAVE_RESULTS','HSoej','test-started','qmMPS','winstonLogger','bddStepFinish','AjStZ','test-passed','string','isArray','sHrNE','contexts','titlePath','eLrEs','UZIlb','nmLhi','captureEvent','kjmbj','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','util','test-after','executeScript','KHsEP','Playwright','SDK_TEST','performScan','browserstack_executor:\x20','started','toString','codeceptjs/lib/helper/WebDriver.js','TWgwF','MgErP','CQEVd','bqlgN','test-skipped','WWlZK','patchSaveScreenshot','OanFq','prototype','klllP','BROWSERSTACK_TESTHUB_UUID','hookType','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','SsTzM','browser','pnIUo','includes','env','reason','test','fireEvent','emit','stack','dYssJ','a11y_core_config','TEST_LOG','debug','brtDl','from','aSBJm','codeceptjs','call','status','18136moGQXn','bddStep','patch','--auto-open-devtools-for-tabs','RcWFJ','Failed\x20to\x20execute\x20_before:\x20','dBqhp','skipped','thBuildUuid','hook-started','../../helpers/request-spy','dispatcher','lbNBH','120CHfDSd','ItwPC','stopMonitoring','hook','__workerDetails','_setPage','BS_TESTOPS_ALLOW_SCREENSHOTS','iVSiJ','getResultsSummary','SDK_PRE_TEST','lVVnW','2238xxELvd','SDK_POST_TEST','4395JTDOLw','thTestRunUuid','all','whreT','LEeYy','TEST_RUN_SKIPPED','../../bin/playwright/sessionDetails','addRequestSpy','cjbFC','shouldWrapCommand','saveScreenshot','push','BROWSERSTACK_TESTHUB_JWT','Suite','catch','SgzMs','class','TEST_SCREENSHOT','Uynue','656076zNhxjo','initSaveScreenshot','setSessionStatus','afterTest','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','pid','JJLIF','sIAYq','name','cDEtf','TEST_RUN_FINISHED','sVWoU','end','hUFmn','devtools://','__skipSessionStatus','captureError','helpers','exports','mRqgb','accessibilityPlatform','usvZc','webdriverio','SDK_PRE_INITIALIZE','./helper.js','PERFORM_SCAN','../../helpers/logger','step-comment','144705qLrcJc','testAnalyticsId','parse','domForge','GET_RESULTS_SUMMARY','wxjHe','FRAMEWORK_DETAILS','XqVCk','SDK_HOOK','ICHdd','args','bind','GET_RESULTS','SDK_POST_INITIALIZE','254275iHBbNG','../../helpers/performance/constants','\x0aStack:\x20','chromium','startsWith','RQmLi','JGgLH','info','../../helpers/helper','NEyvk','getSyncScript','_before','stringify','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','start','event','screenshotOutputFolder','549dpPxHs','url','measureWrapper','../../helpers/accessibility-automation/scripts','warn','bddStepStart','SESSION_STATUS','SYNC','arguments','qIprQ','../../bin/playwright/accessibility-helper'];a1_0x5543=function(){return _0x2b92e0;};return a1_0x5543();}function parseJwt(_0x2ae453){const _0x41c673=a1_0x528a5e,_0x25698a={};_0x25698a[_0x41c673(0x218)]='base64';const _0x63a5cb=_0x25698a;if(!_0x2ae453)return null;return JSON[_0x41c673(0x211)](Buffer[_0x41c673(0x2cc)](_0x2ae453[_0x41c673(0x27d)]('.')[0x1],_0x63a5cb[_0x41c673(0x218)])[_0x41c673(0x2ae)]());}const patchPlaywrightBefore=()=>{const _0x4dad7d=a1_0x528a5e,_0x596a1c={'iVSiJ':function(_0x37552c){return _0x37552c();},'XqVCk':_0x4dad7d(0x201),'BDjyZ':_0x4dad7d(0x2d4),'TCkRD':function(_0x5b9ef6){return _0x5b9ef6();},'LXxio':function(_0x4bbbe7,_0xa0f7e1){return _0x4bbbe7(_0xa0f7e1);},'VxabE':function(_0x49de58,_0xc4da3){return _0x49de58+_0xc4da3;},'WWlZK':_0x4dad7d(0x21f),'XMOec':function(_0x1bcd74){return _0x1bcd74();},'mRqgb':function(_0x12a781){return _0x12a781();},'qOvaF':function(_0x5fe349){return _0x5fe349();}};PlaywrightSessionDetails[_0x4dad7d(0x2d3)]();const _0x1605b4=CodeceptPlaywright[_0x4dad7d(0x2b8)]['_before'];CodeceptPlaywright[_0x4dad7d(0x2b8)][_0x4dad7d(0x228)]=async function(){const _0x29e011=_0x4dad7d,_0xc3015f={'Hfptt':function(_0x2c6a34){return _0x596a1c['iVSiJ'](_0x2c6a34);},'whreT':_0x596a1c[_0x29e011(0x216)],'AHvUL':_0x596a1c[_0x29e011(0x25a)],'YBRVg':function(_0xef4eb6){return _0x596a1c['TCkRD'](_0xef4eb6);},'sVWoU':function(_0x4f1415,_0x4f18b0){const _0x1914d3=_0x29e011;return _0x596a1c[_0x1914d3(0x260)](_0x4f1415,_0x4f18b0);},'SsTzM':function(_0x36311a,_0x2b9612){const _0x4e20a8=_0x29e011;return _0x596a1c[_0x4e20a8(0x278)](_0x36311a,_0x2b9612);},'BHHNx':_0x596a1c[_0x29e011(0x2b5)]};this[_0x29e011(0x26f)]=await this[_0x29e011(0x2be)][_0x29e011(0x29d)]()[0x0];const _0x3c7b42=async()=>{const _0x199a36=_0x29e011,_0x5f163a={'PGJnI':function(_0x4b2108){const _0x2d4491=a1_0xe514;return _0xc3015f[_0x2d4491(0x283)](_0x4b2108);},'sHrNE':_0xc3015f[_0x199a36(0x1e3)]},_0xfe5e96=this['config']&&this[_0x199a36(0x25f)][_0x199a36(0x220)]&&this[_0x199a36(0x25f)][_0x199a36(0x220)][_0x199a36(0x219)]&&Array[_0x199a36(0x29b)](this[_0x199a36(0x25f)]['chromium'][_0x199a36(0x219)])&&this[_0x199a36(0x25f)][_0x199a36(0x220)]['args'][_0x199a36(0x2c0)](_0xc3015f['AHvUL']);if(_0xc3015f[_0x199a36(0x249)](isAccessibilityAutomationSession)&&!_0xfe5e96)try{const _0x4527df=_0xc3015f[_0x199a36(0x1fe)](parseJwt,process[_0x199a36(0x2c1)]['BS_A11Y_JWT']);if(_0x4527df&&_0x4527df[_0x199a36(0x2c8)]&&_0x4527df[_0x199a36(0x2c8)][_0x199a36(0x212)]){const _0x340019=this[_0x199a36(0x26f)][_0x199a36(0x26b)][_0x199a36(0x21a)](this['browserContext']);this[_0x199a36(0x26f)][_0x199a36(0x26b)]=async function(){const _0x23f345=_0x199a36,_0x1c00d3=await _0x5f163a['PGJnI'](_0x340019),_0x3db925=[];for(const _0x5e27ec of _0x1c00d3){try{const _0x10b11e=await _0x5e27ec[_0x23f345(0x22f)]();!_0x10b11e[_0x23f345(0x221)](_0x5f163a[_0x23f345(0x29c)])&&_0x3db925['push'](_0x5e27ec);}catch(_0x906f64){_0x3db925[_0x23f345(0x1eb)](_0x5e27ec);}}return _0x3db925;};}if(!_0xc3015f[_0x199a36(0x249)](isBrowserstackInfra)){const _0x2cbae5=await this[_0x199a36(0x248)]['url']();if(_0x2cbae5['startsWith'](_0xc3015f[_0x199a36(0x1e3)])){const _0x1e328f=await this[_0x199a36(0x26f)][_0x199a36(0x26b)]();this[_0x199a36(0x2e3)](_0x1e328f[0x0]);}}}catch(_0x3898c7){logger[_0x199a36(0x2ca)]('Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20'+_0x3898c7[_0x199a36(0x252)]+(_0x3898c7[_0x199a36(0x2c6)]?_0xc3015f[_0x199a36(0x2bd)](_0xc3015f[_0x199a36(0x26a)],_0x3898c7['stack']):''));}};_0x596a1c[_0x29e011(0x2e5)](isBrowserstackInfra)&&await _0x596a1c['XMOec'](_0x3c7b42),await _0x1605b4['apply'](this,arguments),!_0x596a1c[_0x29e011(0x206)](isBrowserstackInfra)&&await _0x596a1c[_0x29e011(0x273)](_0x3c7b42);};},getCodeceptDriver=()=>{const _0x5e2a86=a1_0x528a5e,_0x5bd8d5={};_0x5bd8d5[_0x5e2a86(0x2a3)]=_0x5e2a86(0x254),_0x5bd8d5[_0x5e2a86(0x1fc)]='Playwright',_0x5bd8d5['dYssJ']='Puppeteer',_0x5bd8d5[_0x5e2a86(0x2b0)]='TestCafe';const _0x412979=_0x5bd8d5,_0x597537=[_0x412979['kjmbj'],_0x412979['cDEtf'],_0x412979[_0x5e2a86(0x2c7)],_0x412979[_0x5e2a86(0x2b0)]],_0x441d48=_0x597537[_0x5e2a86(0x280)](_0x42153d=>!!CodeceptJS[_0x5e2a86(0x24b)][_0x5e2a86(0x204)](_0x42153d));if(!_0x441d48)return null;return CodeceptJS[_0x5e2a86(0x24b)][_0x5e2a86(0x204)](_0x441d48);};module[a1_0x528a5e(0x205)]=function(_0x46d9bd){const _0x24908d=a1_0x528a5e,_0x39c810={'UZIlb':function(_0x52d504){return _0x52d504();},'lxIYF':function(_0x23fb42,_0x107659){return _0x23fb42(_0x107659);},'CQEVd':_0x24908d(0x23f),'cjbFC':_0x24908d(0x1f7),'usvZc':'getAccessibilityResults','LIqfd':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','dBqhp':_0x24908d(0x2da),'vyZmq':_0x24908d(0x276),'bqlgN':'hook-failed','SgzMs':_0x24908d(0x284),'qIprQ':'test-before','RcWFJ':function(_0x4044db,_0xb41c84){return _0x4044db(_0xb41c84);},'WFpvt':function(_0x126f1c,_0x89e121,_0x2ffe7b){return _0x126f1c(_0x89e121,_0x2ffe7b);},'xuZEA':_0x24908d(0x294),'LEeYy':function(_0x3548b8,_0x275c81,_0x7b7cfa){return _0x3548b8(_0x275c81,_0x7b7cfa);},'ngVQG':function(_0xa61b0f){return _0xa61b0f();},'VIsav':_0x24908d(0x299),'hUFmn':function(_0x4528d1){return _0x4528d1();},'BahWe':function(_0x5f32a7,_0x99781f,_0x442cda,_0x58b1a9){return _0x5f32a7(_0x99781f,_0x442cda,_0x58b1a9);},'GrDWa':function(_0x32f3d0,_0x5c1daf){return _0x32f3d0===_0x5c1daf;},'VigOf':_0x24908d(0x1ed),'eLrEs':'test-failed','KHsEP':_0x24908d(0x2b4),'UAqTR':_0x24908d(0x1f6),'NEyvk':function(_0x88209){return _0x88209();},'ObTBi':_0x24908d(0x2bc),'lVVnW':_0x24908d(0x2a6),'smEBq':'INFO','aOSDZ':_0x24908d(0x2c9),'ItwPC':_0x24908d(0x20e),'klllP':_0x24908d(0x28c),'ewZtj':_0x24908d(0x282),'JGgLH':function(_0x32a9cf){return _0x32a9cf();},'ZlVos':_0x24908d(0x2a9)};_0x46d9bd[_0x24908d(0x27b)]&&(global[_0x24908d(0x202)]=_0x46d9bd[_0x24908d(0x27b)]);PerformanceTester['startMonitoring']();const _0x45c127=_0x39c810[_0x24908d(0x223)](getCodeceptDriver),_0x84250=new O11yHelper(_0x45c127,_0x46d9bd),_0x3e2b08=!!CodeceptJS['container']['helpers'](_0x39c810['ZlVos']);global[_0x24908d(0x257)]=_0x45c127,_0x45c127&&(PerformanceTester[_0x24908d(0x230)](PerformanceEvents[_0x24908d(0x20a)],()=>{const _0x1ce03c=_0x24908d;_0x3e2b08?_0x39c810['UZIlb'](patchPlaywrightBefore):_0x39c810[_0x1ce03c(0x266)](patchWebDriverBefore,_0x45c127);})(),PerformanceTester[_0x24908d(0x230)](PerformanceEvents[_0x24908d(0x21c)],()=>{const _0x357b6a=_0x24908d,_0x1d662e={};_0x1d662e[_0x357b6a(0x26c)]=_0x39c810[_0x357b6a(0x2b2)],_0x1d662e[_0x357b6a(0x214)]=_0x39c810[_0x357b6a(0x1e8)],_0x1d662e['RQmLi']=_0x39c810[_0x357b6a(0x208)],_0x1d662e[_0x357b6a(0x1f2)]=_0x39c810[_0x357b6a(0x24a)];const _0x3c3cb3=_0x1d662e;_0x45c127[_0x357b6a(0x23f)]=async()=>{const _0x28c1e9=_0x357b6a;if(global['accessibilityPlatform']){const _0x4ca52b={};return _0x4ca52b['command']=_0x3c3cb3[_0x28c1e9(0x26c)],await PerformanceTester[_0x28c1e9(0x230)](PerformanceA11yEvents[_0x28c1e9(0x20c)],async()=>{const _0x3689be=_0x28c1e9;return await AccessibilityHelper[_0x3689be(0x25e)](_0x45c127,scripts[_0x3689be(0x2ab)]);},_0x4ca52b)(),await PerformanceTester[_0x28c1e9(0x230)](PerformanceA11yEvents[_0x28c1e9(0x213)],async()=>{const _0x5cbf48=_0x28c1e9;return await AccessibilityHelper['browserStackExecuteDriver'](_0x45c127,scripts[_0x5cbf48(0x2e6)]);})();}return logger[_0x28c1e9(0x232)](_0x3c3cb3[_0x28c1e9(0x214)]),{};},_0x45c127[_0x357b6a(0x23d)]=async()=>{const _0x43640e=_0x357b6a;if(global[_0x43640e(0x207)]){const _0x3c42be={};return _0x3c42be[_0x43640e(0x287)]=_0x3c3cb3[_0x43640e(0x222)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x43640e(0x20c)],async()=>{const _0xd91e60=_0x43640e;return await AccessibilityHelper[_0xd91e60(0x25e)](_0x45c127,scripts[_0xd91e60(0x2ab)]);},_0x3c42be)(),await PerformanceTester[_0x43640e(0x230)](PerformanceA11yEvents[_0x43640e(0x21b)],async()=>{const _0x54f47d=_0x43640e;return await AccessibilityHelper[_0x54f47d(0x25e)](_0x45c127,scripts[_0x54f47d(0x291)]);})();}return logger[_0x43640e(0x232)](_0x3c3cb3['Uynue']),{};},_0x39c810[_0x357b6a(0x266)](patchSaveScreenshot,_0x45c127);})()),CodeceptJS[_0x24908d(0x22c)][_0x24908d(0x2dc)]['on'](CodeceptJS[_0x24908d(0x22c)]['all'][_0x24908d(0x265)],()=>{const _0x39042e=_0x24908d;PerformanceTester[_0x39042e(0x22b)](PerformanceEvents[_0x39042e(0x2e7)]);try{_0x84250[_0x39042e(0x22b)](),testOpsHelper[_0x39042e(0x1e7)](),PerformanceTester[_0x39042e(0x1ff)](PerformanceEvents[_0x39042e(0x2e7)]);}catch(_0x3f1600){PerformanceTester[_0x39042e(0x203)](_0x3f1600),PerformanceTester[_0x39042e(0x1ff)](PerformanceEvents[_0x39042e(0x2e7)],![],_0x3f1600);}}),CodeceptJS[_0x24908d(0x22c)][_0x24908d(0x2dc)]['on'](CodeceptJS[_0x24908d(0x22c)][_0x24908d(0x1e2)][_0x24908d(0x28d)],async()=>{const _0x85e88b=_0x24908d;PerformanceTester[_0x85e88b(0x22b)](PerformanceEvents[_0x85e88b(0x1df)]);try{requestSpy['restore'](),await _0x84250['stop'](),PerformanceTester[_0x85e88b(0x1ff)](PerformanceEvents[_0x85e88b(0x1df)]);}catch(_0x5bb107){PerformanceTester['captureError'](_0x5bb107),PerformanceTester[_0x85e88b(0x1ff)](PerformanceEvents['SDK_POST_TEST'],![],_0x5bb107);}finally{PerformanceTester[_0x85e88b(0x2e0)]();}}),CodeceptJS[_0x24908d(0x22c)][_0x24908d(0x2dc)]['on'](CodeceptJS[_0x24908d(0x22c)][_0x24908d(0x2e1)][_0x24908d(0x2ad)],_0x100d55=>{const _0x4e886a=_0x24908d;PerformanceTester[_0x4e886a(0x22b)](PerformanceEvents['SDK_HOOK']);try{const _0xcdcfe5=_0x100d55[_0x4e886a(0x275)]['test'],_0x342632=_0x84250[_0x4e886a(0x2a2)](TEST_EVENTS[_0x4e886a(0x256)],_0xcdcfe5);CodeceptRecorder[_0x4e886a(0x27c)](()=>_0x84250[_0x4e886a(0x2c4)](TEST_EVENTS[_0x4e886a(0x256)],_0x342632));const _0x9f8aab={};_0x9f8aab[_0x4e886a(0x2bb)]=_0x39c810[_0x4e886a(0x2d7)],PerformanceTester[_0x4e886a(0x1ff)](PerformanceEvents[_0x4e886a(0x217)],!![],null,_0x9f8aab);}catch(_0x13b562){const _0x287866={};_0x287866[_0x4e886a(0x2bb)]=_0x39c810[_0x4e886a(0x2d7)],PerformanceTester[_0x4e886a(0x1ff)](PerformanceEvents['SDK_HOOK'],![],_0x13b562,_0x287866),PerformanceTester[_0x4e886a(0x203)](_0x13b562);}}),CodeceptJS[_0x24908d(0x22c)][_0x24908d(0x2dc)]['on'](CodeceptJS[_0x24908d(0x22c)][_0x24908d(0x2e1)]['passed'],_0x3d5dce=>{const _0x863e6d=_0x24908d,_0x15b413={};_0x15b413[_0x863e6d(0x2bb)]=_0x39c810[_0x863e6d(0x272)],PerformanceTester[_0x863e6d(0x22b)](PerformanceHookEvents[_0x863e6d(0x217)],!![],null,_0x15b413);try{const _0x650471=_0x3d5dce[_0x863e6d(0x275)][_0x863e6d(0x2c3)],_0x3e55ba=_0x84250[_0x863e6d(0x2a2)](TEST_EVENTS[_0x863e6d(0x27f)],_0x650471);CodeceptRecorder[_0x863e6d(0x27c)](()=>_0x84250[_0x863e6d(0x2c4)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x3e55ba));const _0xbb4d8d={};_0xbb4d8d[_0x863e6d(0x2bb)]=_0x39c810[_0x863e6d(0x272)],PerformanceTester[_0x863e6d(0x1ff)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0xbb4d8d);}catch(_0x5b2f73){PerformanceTester['captureError'](_0x5b2f73);const _0x47ea44={};_0x47ea44[_0x863e6d(0x2bb)]=_0x39c810[_0x863e6d(0x272)],PerformanceTester[_0x863e6d(0x1ff)](PerformanceHookEvents[_0x863e6d(0x217)],![],_0x5b2f73,_0x47ea44);}}),CodeceptJS[_0x24908d(0x22c)]['dispatcher']['on'](CodeceptJS[_0x24908d(0x22c)]['hook']['failed'],async(_0x1f8ddd,_0x2789ca)=>{const _0x26c3f3=_0x24908d;PerformanceTester[_0x26c3f3(0x22b)](PerformanceHookEvents['SDK_HOOK']);try{const _0x1d8bd1=_0x1f8ddd[_0x26c3f3(0x275)]['test'],_0x3b005c=_0x84250[_0x26c3f3(0x2a2)](TEST_EVENTS[_0x26c3f3(0x27f)],_0x1d8bd1,_0x2789ca);CodeceptRecorder[_0x26c3f3(0x27c)](()=>_0x84250[_0x26c3f3(0x2c4)](TEST_EVENTS[_0x26c3f3(0x27f)],_0x3b005c));const _0xae0e04={};_0xae0e04[_0x26c3f3(0x2bb)]=_0x39c810[_0x26c3f3(0x2b3)],PerformanceTester[_0x26c3f3(0x22b)](PerformanceHookEvents[_0x26c3f3(0x217)],!![],null,_0xae0e04);}catch(_0xc46ac9){PerformanceTester[_0x26c3f3(0x203)](_0xc46ac9);const _0x246a6d={};_0x246a6d[_0x26c3f3(0x2bb)]=_0x39c810['bqlgN'],PerformanceTester[_0x26c3f3(0x1ff)](PerformanceHookEvents[_0x26c3f3(0x217)],![],_0xc46ac9,_0x246a6d);}const _0x2ce832={};_0x2ce832['hookType']=_0x39c810[_0x26c3f3(0x2b3)],PerformanceTester[_0x26c3f3(0x1ff)](PerformanceHookEvents[_0x26c3f3(0x217)],!![],null,_0x2ce832);}),CodeceptJS[_0x24908d(0x22c)][_0x24908d(0x2dc)]['on'](CodeceptJS['event']['test'][_0x24908d(0x265)],_0x1a69a5=>{const _0x5ace28=_0x24908d;PerformanceTester[_0x5ace28(0x22b)](PerformanceHookEvents['SDK_HOOK']);try{globals[_0x5ace28(0x269)](_0x39c810[_0x5ace28(0x1ef)],_0x1a69a5[_0x5ace28(0x289)]);_0x39c810['UZIlb'](isBrowserstackInfra)&&(_0x3e2b08&&(global[_0x5ace28(0x2e2)]={'currentTest':{'name':_0x1a69a5['title'],'testInfo':{'titlePath':_0x1a69a5[_0x5ace28(0x29e)]()}}}));const _0x308958={};_0x308958['hookType']=_0x39c810[_0x5ace28(0x237)],PerformanceTester['end'](PerformanceHookEvents[_0x5ace28(0x217)],!![],null,_0x308958);}catch(_0x23ac6d){PerformanceTester[_0x5ace28(0x203)](_0x23ac6d);const _0x478d00={};_0x478d00[_0x5ace28(0x2bb)]=_0x39c810['qIprQ'],PerformanceTester[_0x5ace28(0x1ff)](PerformanceHookEvents['SDK_HOOK'],![],_0x23ac6d,_0x478d00);}}),CodeceptJS[_0x24908d(0x22c)][_0x24908d(0x2dc)]['on'](CodeceptJS[_0x24908d(0x22c)][_0x24908d(0x2c3)]['started'],_0x11d166=>{const _0x419edf=_0x24908d;PerformanceTester[_0x419edf(0x22b)](PerformanceHookEvents[_0x419edf(0x217)]);try{globals[_0x419edf(0x269)](_0x39c810[_0x419edf(0x1ef)],_0x11d166['title']);const _0x5591d=_0x84250[_0x419edf(0x2a2)](TEST_EVENTS[_0x419edf(0x288)],_0x11d166);CodeceptRecorder[_0x419edf(0x27c)](()=>_0x84250[_0x419edf(0x2c4)](TEST_EVENTS[_0x419edf(0x288)],_0x5591d)),CodeceptRecorder[_0x419edf(0x27c)](async()=>{const _0x2dbff0=_0x419edf;_0x39c810[_0x2dbff0(0x2a0)](isBrowserstackInfra)&&(!_0x39c810[_0x2dbff0(0x2d5)](isTrue,_0x46d9bd[_0x2dbff0(0x264)])&&await _0x39c810[_0x2dbff0(0x244)](markSessionName,_0x45c127,_0x11d166[_0x2dbff0(0x289)]),_0x84250[_0x2dbff0(0x26d)]&&await _0x39c810['RcWFJ'](o11ySync,_0x45c127));});}catch(_0x3447e7){const _0x2e8c04={};_0x2e8c04[_0x419edf(0x2bb)]=_0x39c810['xuZEA'],PerformanceTester[_0x419edf(0x1ff)](PerformanceHookEvents[_0x419edf(0x217)],![],_0x3447e7,_0x2e8c04),PerformanceTester['captureError'](_0x3447e7);}const _0x425780={};_0x425780[_0x419edf(0x2bb)]=_0x39c810['xuZEA'],PerformanceTester[_0x419edf(0x1ff)](PerformanceHookEvents[_0x419edf(0x217)],!![],null,_0x425780);}),CodeceptJS[_0x24908d(0x22c)][_0x24908d(0x2dc)]['on'](CodeceptJS[_0x24908d(0x22c)]['test'][_0x24908d(0x24c)],_0x3c8c88=>{const _0x20ae6e=_0x24908d,_0x426c81={'MgErP':function(_0x5b4dd6,_0xdc1f92,_0x4da286){return _0x39c810['WFpvt'](_0x5b4dd6,_0xdc1f92,_0x4da286);},'FqixR':function(_0x3df6a5,_0x550498,_0x336859){const _0x47e051=a1_0xe514;return _0x39c810[_0x47e051(0x1e4)](_0x3df6a5,_0x550498,_0x336859);},'IpWhy':function(_0x250ae6){const _0x44bce1=a1_0xe514;return _0x39c810[_0x44bce1(0x259)](_0x250ae6);}};PerformanceTester['start'](PerformanceHookEvents[_0x20ae6e(0x217)]);try{const _0x51f3ea=_0x84250[_0x20ae6e(0x2a2)](TEST_EVENTS[_0x20ae6e(0x1fd)],_0x3c8c88);CodeceptRecorder['add'](()=>_0x84250[_0x20ae6e(0x2c4)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x51f3ea)),CodeceptRecorder[_0x20ae6e(0x27c)](async()=>{const _0x632b2=_0x20ae6e;_0x426c81['IpWhy'](isBrowserstackInfra)&&await PerformanceTester[_0x632b2(0x230)](PerformanceAutEvents[_0x632b2(0x234)],async()=>{const _0x2fd844=_0x632b2;_0x3e2b08?await _0x426c81[_0x2fd844(0x2b1)](playwrightMarkSessionStatus,_0x45c127,STATE_PASSED):await _0x426c81['FqixR'](markSessionStatus,_0x45c127,STATE_PASSED);})();}),PerformanceTester[_0x20ae6e(0x1ff)](PerformanceEvents['SDK_TEST']);}catch(_0x2cc4d6){PerformanceTester[_0x20ae6e(0x203)](_0x2cc4d6);const _0x34625b={};_0x34625b['hookType']=_0x39c810[_0x20ae6e(0x28f)],PerformanceTester[_0x20ae6e(0x1ff)](PerformanceHookEvents['SDK_HOOK'],![],_0x2cc4d6,_0x34625b),PerformanceTester['end'](PerformanceEvents[_0x20ae6e(0x2aa)],![],_0x2cc4d6);}const _0x2c2473={};_0x2c2473[_0x20ae6e(0x2bb)]=_0x39c810[_0x20ae6e(0x28f)],PerformanceTester[_0x20ae6e(0x1ff)](PerformanceHookEvents[_0x20ae6e(0x217)],!![],null,_0x2c2473);}),CodeceptJS[_0x24908d(0x22c)][_0x24908d(0x2dc)]['on'](CodeceptJS[_0x24908d(0x22c)][_0x24908d(0x2c3)][_0x24908d(0x27e)],(_0x1325ae,_0x1372bd)=>{const _0x3b0e43=_0x24908d,_0x1f7d5c={'eBNsp':function(_0x3c137a){const _0x442e71=a1_0xe514;return _0x39c810[_0x442e71(0x200)](_0x3c137a);},'aSBJm':function(_0x25dc15,_0x4e8cf3,_0x5aa9c0,_0x18ea3a){return _0x39c810['BahWe'](_0x25dc15,_0x4e8cf3,_0x5aa9c0,_0x18ea3a);}};PerformanceTester['start'](PerformanceHookEvents[_0x3b0e43(0x217)]);try{if(_0x39c810[_0x3b0e43(0x262)](_0x1325ae[_0x3b0e43(0x239)]['name'],_0x39c810['VigOf'])){const _0x4523a4=_0x84250[_0x3b0e43(0x2a2)](TEST_EVENTS[_0x3b0e43(0x1e5)],_0x1325ae[_0x3b0e43(0x275)][_0x3b0e43(0x245)]);CodeceptRecorder[_0x3b0e43(0x27c)](()=>_0x84250[_0x3b0e43(0x2c4)](TEST_EVENTS[_0x3b0e43(0x1e5)],_0x4523a4));}else{const _0x18b952=_0x84250['captureEvent'](TEST_EVENTS[_0x3b0e43(0x1fd)],_0x1325ae,_0x1372bd);CodeceptRecorder[_0x3b0e43(0x27c)](()=>{const _0x5d941d=_0x3b0e43;try{_0x84250[_0x5d941d(0x2c4)](TEST_EVENTS[_0x5d941d(0x1fd)],_0x18b952);}catch(_0x5a0656){logger[_0x5d941d(0x2ca)](_0x5d941d(0x2a4)+util[_0x5d941d(0x253)](_0x5a0656)),PerformanceTester['end'](PerformanceEvents[_0x5d941d(0x2aa)],![],_0x5a0656);}}),CodeceptRecorder[_0x3b0e43(0x27c)](async()=>{const _0x364480=_0x3b0e43;try{_0x1f7d5c[_0x364480(0x25b)](isBrowserstackInfra)&&(_0x3e2b08?await _0x1f7d5c[_0x364480(0x2cd)](playwrightMarkSessionStatus,_0x45c127,STATE_FAILED,_0x1372bd):await _0x1f7d5c[_0x364480(0x2cd)](markSessionStatus,_0x45c127,STATE_FAILED,_0x1372bd));}catch(_0xc2e4f8){logger[_0x364480(0x2ca)](_0x364480(0x24d)+util['format'](_0xc2e4f8)),PerformanceTester[_0x364480(0x1ff)](PerformanceEvents['SDK_TEST'],![],_0xc2e4f8);}});}PerformanceTester[_0x3b0e43(0x1ff)](PerformanceEvents[_0x3b0e43(0x2aa)]);}catch(_0x35f495){PerformanceTester[_0x3b0e43(0x203)](_0x35f495);const _0x4e7093={};_0x4e7093[_0x3b0e43(0x2bb)]=_0x39c810[_0x3b0e43(0x29f)],PerformanceTester[_0x3b0e43(0x1ff)](PerformanceHookEvents[_0x3b0e43(0x217)],![],_0x35f495,_0x4e7093),PerformanceTester[_0x3b0e43(0x1ff)](PerformanceEvents[_0x3b0e43(0x2aa)],![],_0x35f495);}const _0x55998b={};_0x55998b[_0x3b0e43(0x2bb)]=_0x39c810['eLrEs'],PerformanceTester[_0x3b0e43(0x1ff)](PerformanceHookEvents[_0x3b0e43(0x217)],!![],null,_0x55998b);}),CodeceptJS[_0x24908d(0x22c)][_0x24908d(0x2dc)]['on'](CodeceptJS['event']['test'][_0x24908d(0x2d8)],_0x1e305a=>{const _0x36e95b=_0x24908d;PerformanceTester['start'](PerformanceHookEvents[_0x36e95b(0x217)]);try{const _0x4e0a98=_0x84250[_0x36e95b(0x2a2)](TEST_EVENTS[_0x36e95b(0x1e5)],_0x1e305a);CodeceptRecorder[_0x36e95b(0x27c)](()=>_0x84250[_0x36e95b(0x2c4)](TEST_EVENTS[_0x36e95b(0x1e5)],_0x4e0a98)),PerformanceTester[_0x36e95b(0x1ff)](PerformanceEvents[_0x36e95b(0x2aa)]);}catch(_0x13e3d4){PerformanceTester[_0x36e95b(0x203)](_0x13e3d4),PerformanceTester[_0x36e95b(0x1ff)](PerformanceEvents['SDK_TEST'],![],_0x13e3d4);const _0x2ad8d4={};_0x2ad8d4[_0x36e95b(0x2bb)]=_0x39c810[_0x36e95b(0x2a8)],PerformanceTester[_0x36e95b(0x1ff)](PerformanceHookEvents['SDK_HOOK'],![],_0x13e3d4,_0x2ad8d4);}const _0x31eef0={};_0x31eef0[_0x36e95b(0x2bb)]=_0x39c810['KHsEP'],PerformanceTester['end'](PerformanceHookEvents[_0x36e95b(0x217)],!![],null,_0x31eef0);}),CodeceptJS[_0x24908d(0x22c)]['dispatcher']['on'](CodeceptJS[_0x24908d(0x22c)]['test'][_0x24908d(0x28d)],async(_0x5e95f1,_0x263768)=>{const _0x388247=_0x24908d,_0x35824c={};_0x35824c['SgLcv']=_0x39c810['UAqTR'];const _0xdcd430=_0x35824c;try{PerformanceTester[_0x388247(0x22b)](PerformanceHookEvents[_0x388247(0x217)]);const _0x2634f5=_0x39c810[_0x388247(0x1e4)](shouldScanTestForAccessibility,_0x5e95f1[_0x388247(0x29e)](),!![]);if(_0x39c810[_0x388247(0x226)](isAccessibilityAutomationSession)&&global[_0x388247(0x207)]&&_0x2634f5){const _0xd200e={};_0xd200e[_0x388247(0x1e1)]=_0x5e95f1[_0x388247(0x210)],_0xd200e[_0x388247(0x2d9)]=process[_0x388247(0x2c1)][testHubConstants['ENV_VAR'][_0x388247(0x2ba)]],_0xd200e[_0x388247(0x23b)]=process[_0x388247(0x2c1)][testHubConstants[_0x388247(0x279)][_0x388247(0x1ec)]];const _0x3a20dd=_0xd200e;logger[_0x388247(0x2ca)](_0x388247(0x22a)+JSON[_0x388247(0x229)](_0x3a20dd)),CodeceptRecorder[_0x388247(0x27c)](async()=>{const _0x100dc9=_0x388247,_0xd0ef48={};_0xd0ef48[_0x100dc9(0x287)]=_0xdcd430['SgLcv'],await PerformanceTester[_0x100dc9(0x230)](PerformanceA11yEvents[_0x100dc9(0x20c)],async()=>{const _0x4a7753=_0x100dc9;await AccessibilityHelper[_0x4a7753(0x25e)](_0x45c127,scripts[_0x4a7753(0x2ab)]);},_0xd0ef48)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x100dc9(0x292)],async()=>{const _0x32536f=_0x100dc9;await AccessibilityHelper[_0x32536f(0x25e)](_0x45c127,scripts[_0x32536f(0x242)],_0x3a20dd);})();}),logger[_0x388247(0x224)](_0x39c810[_0x388247(0x27a)]);}const _0x554722={};_0x554722[_0x388247(0x2bb)]=_0x39c810[_0x388247(0x2e8)],PerformanceTester[_0x388247(0x1ff)](PerformanceHookEvents[_0x388247(0x217)],!![],null,_0x554722);}catch(_0x3cd05e){PerformanceTester[_0x388247(0x203)](_0x3cd05e);const _0xa35922={};_0xa35922[_0x388247(0x2bb)]=_0x39c810[_0x388247(0x2e8)],PerformanceTester[_0x388247(0x1ff)](PerformanceHookEvents['SDK_HOOK'],![],_0x3cd05e,_0xa35922);}}),CodeceptJS[_0x24908d(0x22c)][_0x24908d(0x2dc)]['on'](CodeceptJS[_0x24908d(0x22c)][_0x24908d(0x28a)][_0x24908d(0x268)],_0x2b3e3e=>{const _0x4e07db=_0x24908d;PerformanceTester['start'](PerformanceHookEvents[_0x4e07db(0x217)]);try{process[_0x4e07db(0x2c5)](_0x4e07db(0x26e)+process[_0x4e07db(0x1f8)],{'timestamp':new Date()[_0x4e07db(0x290)](),'level':_0x39c810[_0x4e07db(0x247)],'message':_0x2b3e3e,'kind':_0x39c810['aOSDZ'],'http_response':{}});}catch(_0x5f3e37){PerformanceTester[_0x4e07db(0x203)](_0x5f3e37);const _0x1d5c58={};_0x1d5c58[_0x4e07db(0x2bb)]=_0x39c810[_0x4e07db(0x2df)],PerformanceTester[_0x4e07db(0x1ff)](PerformanceHookEvents['SDK_HOOK'],![],_0x5f3e37,_0x1d5c58);}const _0x46b29e={};_0x46b29e['hookType']=_0x39c810[_0x4e07db(0x2df)],PerformanceTester[_0x4e07db(0x1ff)](PerformanceHookEvents[_0x4e07db(0x217)],!![],null,_0x46b29e);}),CodeceptJS[_0x24908d(0x22c)][_0x24908d(0x2dc)]['on'](CodeceptJS[_0x24908d(0x22c)][_0x24908d(0x2d2)]['before'],_0x13fc9b=>{const _0x30106a=_0x24908d,_0x14837b={};_0x14837b['hookType']=_0x39c810[_0x30106a(0x2b9)],PerformanceTester[_0x30106a(0x230)](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x5b53af=_0x30106a;_0x84250[_0x5b53af(0x233)](_0x13fc9b);},_0x14837b)();}),CodeceptJS[_0x24908d(0x22c)][_0x24908d(0x2dc)]['on'](CodeceptJS[_0x24908d(0x22c)]['bddStep'][_0x24908d(0x28d)],_0x4c28fd=>{const _0x5deb21=_0x24908d,_0x41db6e={};_0x41db6e[_0x5deb21(0x2bb)]=_0x39c810['ewZtj'],PerformanceTester[_0x5deb21(0x230)](PerformanceHookEvents[_0x5deb21(0x217)],()=>{const _0x14bb7f=_0x5deb21;_0x84250[_0x14bb7f(0x297)](_0x4c28fd);},_0x41db6e)();});};
1
+ function a1_0x13f7(){const _0x1b5e48=['iETzI','mFLlR','prototype','hIRhE','testAnalyticsId','constructor','_setPage','QGClK','browserStackExecuteDriver','ZRCJM','dUXaT','enabled','warn','event','isArray','bind','4833480cgVlcb','OnUKX','name','class','ctx','2932374lMQmvj','Screenshot\x20path\x20not\x20found','PERFORM_SCAN','orirf','SidSZ','arguments','pages','hook-failed','stringify','addRequestSpy','end','catch','browserstack_executor:\x20','measureWrapper','info','INFO','hook-passed','THcMR','container','bddStepFinish','../../helpers/testhub/constants.js','ijtht','saveScreenshot','yBGQc','TEST_LOG','initSaveScreenshot','stack','ukgqF','FNTWB','bddStepStart','test-started','captureEvent','QYcQW','SDK_PRE_INITIALIZE','hookType','BiaQJ','before','startsWith','stopMonitoring','EsKaG','HoQgw','failed','SDK_POST_TEST','codeceptjs','7OvDGQc','Failed\x20to\x20execute\x20_before:\x20','BtnJL','domForge','dispatcher','setGlobal','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','stop','parse','setSessionName','HsNzg','FmXey','executeScript','Performing\x20scan\x20for\x20','WebDriver','browser','add','665325IiVkzF','includes','2617300HaSLZS','captureError','LYqnC','BROWSERSTACK_TESTHUB_JWT','SDK_TEST','after','afterTest','thTestRunUuid','../../helpers/accessibility-automation/helper','util','MBoPu','patch','getResultsSummary','TdmWz','skipSessionName','a11y_core_config','then','zQHHP','_before','185697nMhxkB','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','push','../../helpers/accessibility-automation/scripts','test-failed','eBJlG','YBisR','gaJUx','TEST_SCREENSHOT','JdCuE','hook','SDK_HOOK','VOMTl','SESSION_NAME','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','codeceptjs/lib/recorder.js','action','title','Suite','BROWSERSTACK_TESTHUB_UUID','start','call','SAVE_RESULTS','HOOK_RUN_FINISHED','BS_TESTOPS_ALLOW_SCREENSHOTS','MidMK','winstonLogger','Playwright','../../helpers/test-observability/utils','find','split','TEST_RUN_FINISHED','../../helpers/performance/performance-tester','gbIcc','vBBDA','DyEFZ','chromium','AVXXb','SDK_POST_INITIALIZE','performScan','xTECV','format','SDK_PRE_TEST','getAccessibilityResultsSummary','test-after','setSessionStatus','xkuOv','screenshotOutputFolder','from','GET_RESULTS_SUMMARY','80PpmSYc','toISOString','GET_RESULTS','FHFtK','accessibilityPlatform','getSyncScript','uMMsU','CNydl','config','TEST_RUN_STARTED','ENV_VAR','CIVxl','TEST_RUN_SKIPPED','startMonitoring','RIJNV','SjwOl','Element','emit','IlyVG','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','args','bs:addLog:','\x0aStack:\x20','./helper.js','ckVlB','bstackAllyScanning','VhWpD','currentTest','xCEsG','GluSG','slice','env','commandsToWrap','JRWpt','getResults','ofYbU','../../bin/playwright/sessionDetails','FRAMEWORK_DETAILS','codeceptjs/lib/index.js','GtYyh','gHMzy','QDnzD','test-skipped','saveTestResults','IlUEm','bddStep','patchSaveScreenshot','HOOK_RUN_STARTED','apply','TestCafe','SnbsV','helpers','bddStep-after','bmMhG','passed','PenLN','skipSessionStatus','iDSlX','filter','browserstackTestName','1459tTtQGE','bddStep-before','test','__workerDetails','pid','step-comment','nPWmC','page','all','fireEvent','../../helpers/request-spy','UrXGg','titlePath','testFramework','../../helpers/globals.js','getAccessibilityResults','mIvfX','../../helpers/helper','cUQZo','hook-started','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','toString','ZspMi','SgftS','kAGbF','BS_A11Y_JWT','url','command','TgGxi','comment','debug','1080792CqyOUp','guQHy','VlmfC','VPbKN','SESSION_STATUS','message','browserContext','VmKcb','__skipSessionStatus','--auto-open-devtools-for-tabs','KOdwf','tEBGz','./o11yHelper','vdxkp','652lzEIZx','status'];a1_0x13f7=function(){return _0x1b5e48;};return a1_0x13f7();}const a1_0x15ccb8=a1_0x58d3;(function(_0x18531c,_0x1b5894){const _0x2ffe24=a1_0x58d3,_0x1d4a90=_0x18531c();while(!![]){try{const _0x2ede3b=parseInt(_0x2ffe24(0x1e4))/0x1*(-parseInt(_0x2ffe24(0x211))/0x2)+-parseInt(_0x2ffe24(0x27a))/0x3+parseInt(_0x2ffe24(0x267))/0x4+parseInt(_0x2ffe24(0x265))/0x5+parseInt(_0x2ffe24(0x228))/0x6*(parseInt(_0x2ffe24(0x254))/0x7)+parseInt(_0x2ffe24(0x223))/0x8+parseInt(_0x2ffe24(0x203))/0x9*(-parseInt(_0x2ffe24(0x2ac))/0xa);if(_0x2ede3b===_0x1b5894)break;else _0x1d4a90['push'](_0x1d4a90['shift']());}catch(_0x3928d1){_0x1d4a90['push'](_0x1d4a90['shift']());}}}(a1_0x13f7,0x5d473));const fs=require('fs'),util=require(a1_0x15ccb8(0x270)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x15ccb8(0x1f5)),logger=require('../../helpers/logger')[a1_0x15ccb8(0x294)],testOpsHelper=require(a1_0x15ccb8(0x296)),requestSpy=require(a1_0x15ccb8(0x1ee)),PlaywrightSessionDetails=require(a1_0x15ccb8(0x1cc)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x15ccb8(0x20f)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x15ccb8(0x26f)),AccessibilityHelper=require('../../bin/playwright/accessibility-helper'),scripts=require(a1_0x15ccb8(0x27d)),PerformanceTester=require(a1_0x15ccb8(0x29a)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require('../../helpers/performance/constants'),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x15ccb8(0x1bf)),testHubConstants=require(a1_0x15ccb8(0x23c)),globals=require(a1_0x15ccb8(0x1f2)),CodeceptJS=requireModule(a1_0x15ccb8(0x1ce),a1_0x15ccb8(0x253)),CodeceptUtils=requireModule('codeceptjs/lib/utils.js',a1_0x15ccb8(0x253)),CodeceptWebDriver=requireModule('codeceptjs/lib/helper/WebDriver.js',a1_0x15ccb8(0x253)),CodeceptRecorder=requireModule(a1_0x15ccb8(0x289),'codeceptjs'),CodeceptPlaywright=requireModule('codeceptjs/lib/helper/Playwright.js',a1_0x15ccb8(0x253)),playwrightMarkSessionStatus=(_0x106a45,_0x1ab75f,_0x430c7b)=>{const _0x11aaac=a1_0x15ccb8,_0x4d5b02={'FHFtK':_0x11aaac(0x2a7),'iDSlX':function(_0x4a9e66,_0xad133a){return _0x4a9e66(_0xad133a);}},_0x3c5ec2={};_0x3c5ec2[_0x11aaac(0x212)]=_0x1ab75f;const _0x14fad2={};_0x14fad2[_0x11aaac(0x28a)]=_0x4d5b02[_0x11aaac(0x2af)],_0x14fad2[_0x11aaac(0x22d)]=_0x3c5ec2;const _0x250c98=_0x14fad2;return!_0x4d5b02[_0x11aaac(0x1e1)](isUndefined,_0x430c7b)&&(_0x250c98[_0x11aaac(0x22d)]['reason']=JSON[_0x11aaac(0x230)](_0x430c7b)),_0x106a45[_0x11aaac(0x260)](()=>{},_0x11aaac(0x234)+JSON[_0x11aaac(0x230)](_0x250c98));},o11ySync=PerformanceTester[a1_0x15ccb8(0x235)](PerformanceO11yEvents['SYNC'],async _0x53d941=>{const _0x19c9d7=a1_0x15ccb8,_0xc205eb={};_0xc205eb['EsKaG']=function(_0x28a120,_0x5b71c4){return _0x28a120===_0x5b71c4;},_0xc205eb[_0x19c9d7(0x1df)]='Playwright';const _0x2f475b=_0xc205eb;_0x2f475b[_0x19c9d7(0x24f)](_0x53d941[_0x19c9d7(0x218)][_0x19c9d7(0x225)],_0x2f475b[_0x19c9d7(0x1df)])?await _0x53d941[_0x19c9d7(0x260)](_0x330a2d=>{},testOpsHelper[_0x19c9d7(0x2b1)]()):await _0x53d941[_0x19c9d7(0x260)](testOpsHelper['getSyncScript']());}),markSessionName=PerformanceTester[a1_0x15ccb8(0x235)](PerformanceAutEvents[a1_0x15ccb8(0x287)],async(_0x49a6d0,_0x2f7a13)=>{const _0x38bd3a=a1_0x15ccb8,_0xccd809={};_0xccd809['FBvSj']=_0x38bd3a(0x25d),_0xccd809[_0x38bd3a(0x286)]=function(_0x311112,_0x1c08b9){return _0x311112===_0x1c08b9;},_0xccd809[_0x38bd3a(0x2b7)]='Playwright';const _0x2cd824=_0xccd809,_0x53da14={};_0x53da14[_0x38bd3a(0x225)]=_0x2f7a13;const _0x44f04c={};_0x44f04c[_0x38bd3a(0x28a)]=_0x2cd824['FBvSj'],_0x44f04c[_0x38bd3a(0x22d)]=_0x53da14;const _0x354d07=_0x44f04c;_0x2cd824[_0x38bd3a(0x286)](_0x49a6d0['constructor'][_0x38bd3a(0x225)],_0x2cd824[_0x38bd3a(0x2b7)])?await _0x49a6d0[_0x38bd3a(0x260)](()=>{},'browserstack_executor:\x20'+JSON[_0x38bd3a(0x230)](_0x354d07)):await _0x49a6d0[_0x38bd3a(0x260)](_0x38bd3a(0x234)+JSON['stringify'](_0x354d07));}),patchSaveScreenshot=_0x29c074=>{const _0x470d64=a1_0x15ccb8,_0x2b089b={'BiaQJ':'base64','SjwOl':_0x470d64(0x282),'bmMhG':function(_0x595ca8){return _0x595ca8();},'mtCbH':function(_0x2dfb4e,_0x5d8707){return _0x2dfb4e(_0x5d8707);},'ZspMi':_0x470d64(0x229),'IFZjI':function(_0x3b7b78,_0x118b72){return _0x3b7b78(_0x118b72);}};_0x2b089b['IFZjI'](isTrue,process['env'][_0x470d64(0x292)])&&!_0x29c074[_0x470d64(0x1d6)]&&(_0x29c074['patchSaveScreenshot']=!![],_0x29c074[_0x470d64(0x241)]=_0x29c074[_0x470d64(0x23e)],_0x29c074['saveScreenshot']=(_0x5209bd,_0x4c3b1a=![])=>{const _0x1d1211=_0x470d64,_0x3f1f18={'guQHy':_0x2b089b[_0x1d1211(0x24b)],'ofYbU':_0x2b089b[_0x1d1211(0x1b7)],'RaSnM':function(_0x37303f){const _0x14b6eb=_0x1d1211;return _0x2b089b[_0x14b6eb(0x1dd)](_0x37303f);},'FmXey':function(_0x3c5981,_0x590fa2){return _0x2b089b['mtCbH'](_0x3c5981,_0x590fa2);},'tiZHN':_0x2b089b[_0x1d1211(0x1fa)]};return new Promise(function(_0x4b82a3,_0x44d71c){const _0x5093ce=_0x1d1211;_0x29c074['initSaveScreenshot'](_0x5209bd,_0x4c3b1a)[_0x5093ce(0x277)](()=>{const _0x2610a4=_0x5093ce,_0x406bc7=CodeceptUtils[_0x2610a4(0x2a9)](_0x5209bd);if(_0x406bc7){const _0x4a8df6=fs['readFileSync'](_0x406bc7);process[_0x2610a4(0x1b9)](_0x2610a4(0x1bd)+process[_0x2610a4(0x1e8)],{'timestamp':new Date()[_0x2610a4(0x2ad)](),'message':_0x4a8df6[_0x2610a4(0x1f9)](_0x3f1f18[_0x2610a4(0x204)]),'kind':_0x3f1f18[_0x2610a4(0x1cb)]}),_0x3f1f18['RaSnM'](_0x4b82a3);}_0x3f1f18[_0x2610a4(0x25f)](_0x44d71c,new Error(_0x3f1f18['tiZHN']));})[_0x5093ce(0x233)](()=>null);});});},patchWebDriverBefore=_0x52af74=>{const _0x442bb5=a1_0x15ccb8,_0x2d1fc0={'aRBMQ':function(_0x4fad68){return _0x4fad68();},'gHMzy':function(_0x4fdf07,_0x5f3ca7){return _0x4fdf07(_0x5f3ca7);},'mFLlR':function(_0x59dcff,_0x4d5aa8){return _0x59dcff===_0x4d5aa8;},'ckVlB':'webdriverio','QDnzD':function(_0x1077d4,_0x172034){return _0x1077d4===_0x172034;},'DyEFZ':'string','tEBGz':_0x442bb5(0x1b8)},_0x495d69=async function(_0x386748,_0x523224){const _0x3159dd=_0x442bb5;_0x2d1fc0['aRBMQ'](isAccessibilityAutomationSession)&&!global[_0x3159dd(0x1c1)]&&global[_0x3159dd(0x2b0)]&&scripts['shouldWrapCommand'](_0x386748[_0x3159dd(0x225)])&&_0x2d1fc0['gHMzy'](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x3159dd(0x1c1)]=!![],await PerformanceTester[_0x3159dd(0x235)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x21143f=_0x3159dd;logger[_0x21143f(0x202)](_0x21143f(0x261)+_0x386748[_0x21143f(0x226)]+'\x20'+_0x386748['name']),await AccessibilityHelper[_0x21143f(0x21b)](_0x52af74,scripts[_0x21143f(0x2a1)]);},{'command':_0x386748[_0x3159dd(0x225)]})());global[_0x3159dd(0x1c1)]=![];const _0x4240d0=JSON[_0x3159dd(0x25c)](process[_0x3159dd(0x1c7)][_0x3159dd(0x1cd)]||'{}');if(_0x2d1fc0['mFLlR'](_0x4240d0?.[_0x3159dd(0x1f1)]?.[_0x3159dd(0x225)],_0x2d1fc0[_0x3159dd(0x1c0)])&&_0x2d1fc0[_0x3159dd(0x1d1)](typeof _0x4240d0?.[_0x3159dd(0x1f1)]?.['version'],_0x2d1fc0[_0x3159dd(0x29d)])&&_0x4240d0?.[_0x3159dd(0x1f1)]?.['version'][_0x3159dd(0x24d)]('7'))return _0x523224[_0x3159dd(0x1d8)](null,Array[_0x3159dd(0x215)]['slice']['call'](arguments,0x2));return _0x523224['apply'](this,Array[_0x3159dd(0x215)][_0x3159dd(0x1c6)][_0x3159dd(0x28f)](arguments,0x2));},_0x128dfc=CodeceptWebDriver['prototype'][_0x442bb5(0x279)];CodeceptWebDriver[_0x442bb5(0x215)][_0x442bb5(0x279)]=async function(){const _0x34c48f=_0x442bb5;try{await _0x128dfc[_0x34c48f(0x1d8)](this,arguments);}catch(_0x48c63d){logger[_0x34c48f(0x202)](_0x34c48f(0x255)+util[_0x34c48f(0x2a3)](_0x48c63d));}scripts[_0x34c48f(0x1c8)][_0x34c48f(0x1e2)](_0x21bc6b=>_0x21bc6b['name']&&_0x21bc6b[_0x34c48f(0x226)])['forEach'](_0x5a414f=>{const _0x78dc2e=_0x34c48f;this[_0x78dc2e(0x263)]['overwriteCommand'](_0x5a414f[_0x78dc2e(0x225)],_0x495d69['bind'](this,_0x5a414f),_0x2d1fc0[_0x78dc2e(0x214)](_0x5a414f['class'],_0x2d1fc0[_0x78dc2e(0x20e)]));}),_0x2d1fc0[_0x34c48f(0x1d0)](processWebDriverConfig,_0x52af74);};};function a1_0x58d3(_0x31fe7c,_0x1fd342){const _0x13f750=a1_0x13f7();return a1_0x58d3=function(_0x58d390,_0x29ed97){_0x58d390=_0x58d390-0x1b5;let _0x309493=_0x13f750[_0x58d390];return _0x309493;},a1_0x58d3(_0x31fe7c,_0x1fd342);}function parseJwt(_0x3ec261){const _0x139dd1=a1_0x15ccb8,_0x391035={};_0x391035[_0x139dd1(0x250)]='base64';const _0x4c9fe8=_0x391035;if(!_0x3ec261)return null;return JSON[_0x139dd1(0x25c)](Buffer[_0x139dd1(0x2aa)](_0x3ec261[_0x139dd1(0x298)]('.')[0x1],_0x4c9fe8[_0x139dd1(0x250)])[_0x139dd1(0x1f9)]());}const patchPlaywrightBefore=()=>{const _0x49f3f0=a1_0x15ccb8,_0x562ac1={'sekBO':function(_0x1b53a2){return _0x1b53a2();},'FMKiw':'devtools://','GluSG':_0x49f3f0(0x20c),'UrXGg':function(_0x1c7dd0,_0x4dda9c){return _0x1c7dd0(_0x4dda9c);},'VmKcb':function(_0x2be83e,_0x57e3fb){return _0x2be83e+_0x57e3fb;},'QYcQW':_0x49f3f0(0x1be),'cUQZo':function(_0x5be95b){return _0x5be95b();},'nPWmC':function(_0x53c760){return _0x53c760();}};PlaywrightSessionDetails[_0x49f3f0(0x272)]();const _0x38237a=CodeceptPlaywright[_0x49f3f0(0x215)][_0x49f3f0(0x279)];CodeceptPlaywright[_0x49f3f0(0x215)][_0x49f3f0(0x279)]=async function(){const _0x19a1bd=_0x49f3f0,_0x2d765e={'JdCuE':function(_0x46a76a){return _0x562ac1['sekBO'](_0x46a76a);},'SgftS':_0x562ac1['FMKiw'],'ZjbrS':_0x562ac1[_0x19a1bd(0x1c5)],'xTECV':function(_0x47cce0,_0x5376fb){const _0x2a90ba=_0x19a1bd;return _0x562ac1[_0x2a90ba(0x1ef)](_0x47cce0,_0x5376fb);},'YBisR':function(_0xe8140c,_0x141b95){const _0x4e8ba6=_0x19a1bd;return _0x562ac1[_0x4e8ba6(0x20a)](_0xe8140c,_0x141b95);},'SnbsV':_0x562ac1[_0x19a1bd(0x248)]};this[_0x19a1bd(0x209)]=await this['browser']['contexts']()[0x0];const _0x46f359=async()=>{const _0x242e3b=_0x19a1bd,_0x3835e2={'VPbKN':function(_0x52f342){const _0x350451=a1_0x58d3;return _0x2d765e[_0x350451(0x283)](_0x52f342);},'GYNVJ':_0x2d765e[_0x242e3b(0x1fb)]},_0x5a1c69=this[_0x242e3b(0x2b4)]&&this[_0x242e3b(0x2b4)][_0x242e3b(0x29e)]&&this[_0x242e3b(0x2b4)]['chromium'][_0x242e3b(0x1bc)]&&Array[_0x242e3b(0x221)](this[_0x242e3b(0x2b4)][_0x242e3b(0x29e)]['args'])&&this[_0x242e3b(0x2b4)][_0x242e3b(0x29e)]['args'][_0x242e3b(0x266)](_0x2d765e['ZjbrS']);if(_0x2d765e['JdCuE'](isAccessibilityAutomationSession)&&!_0x5a1c69)try{const _0x140287=_0x2d765e[_0x242e3b(0x2a2)](parseJwt,process[_0x242e3b(0x1c7)][_0x242e3b(0x1fd)]);if(_0x140287&&_0x140287[_0x242e3b(0x276)]&&_0x140287[_0x242e3b(0x276)][_0x242e3b(0x257)]){const _0xe067f=this[_0x242e3b(0x209)]['pages'][_0x242e3b(0x222)](this['browserContext']);this[_0x242e3b(0x209)][_0x242e3b(0x22e)]=async function(){const _0x5266f7=_0x242e3b,_0x18c178=await _0x3835e2[_0x5266f7(0x206)](_0xe067f),_0x19576d=[];for(const _0x59e431 of _0x18c178){try{const _0x5ee2ef=await _0x59e431[_0x5266f7(0x1fe)]();!_0x5ee2ef[_0x5266f7(0x24d)](_0x3835e2['GYNVJ'])&&_0x19576d[_0x5266f7(0x27c)](_0x59e431);}catch(_0x4b8081){_0x19576d[_0x5266f7(0x27c)](_0x59e431);}}return _0x19576d;};}if(!_0x2d765e[_0x242e3b(0x283)](isBrowserstackInfra)){const _0x558629=await this[_0x242e3b(0x1eb)][_0x242e3b(0x1fe)]();if(_0x558629['startsWith'](_0x2d765e['SgftS'])){const _0x1d049d=await this[_0x242e3b(0x209)][_0x242e3b(0x22e)]();this[_0x242e3b(0x219)](_0x1d049d[0x0]);}}}catch(_0x3fa401){logger[_0x242e3b(0x202)](_0x242e3b(0x25a)+_0x3fa401[_0x242e3b(0x208)]+(_0x3fa401['stack']?_0x2d765e[_0x242e3b(0x280)](_0x2d765e[_0x242e3b(0x1da)],_0x3fa401[_0x242e3b(0x242)]):''));}};_0x562ac1['cUQZo'](isBrowserstackInfra)&&await _0x562ac1[_0x19a1bd(0x1f6)](_0x46f359),await _0x38237a[_0x19a1bd(0x1d8)](this,arguments),!_0x562ac1[_0x19a1bd(0x1f6)](isBrowserstackInfra)&&await _0x562ac1[_0x19a1bd(0x1ea)](_0x46f359);};},getCodeceptDriver=()=>{const _0x4ea9bf=a1_0x15ccb8,_0xd9c1d1={};_0xd9c1d1[_0x4ea9bf(0x21d)]=_0x4ea9bf(0x262),_0xd9c1d1[_0x4ea9bf(0x1d4)]='Playwright',_0xd9c1d1[_0x4ea9bf(0x20d)]='Puppeteer',_0xd9c1d1[_0x4ea9bf(0x22b)]=_0x4ea9bf(0x1d9);const _0x4da1af=_0xd9c1d1,_0x46defb=[_0x4da1af['dUXaT'],_0x4da1af['IlUEm'],_0x4da1af[_0x4ea9bf(0x20d)],_0x4da1af[_0x4ea9bf(0x22b)]],_0x90a055=_0x46defb[_0x4ea9bf(0x297)](_0x225ee5=>!!CodeceptJS['container'][_0x4ea9bf(0x1db)](_0x225ee5));if(!_0x90a055)return null;return CodeceptJS[_0x4ea9bf(0x23a)][_0x4ea9bf(0x1db)](_0x90a055);};module['exports']=function(_0x2bbbe6){const _0x4fe287=a1_0x15ccb8,_0x569f4c={'AVXXb':function(_0x547452){return _0x547452();},'gaJUx':function(_0x1bd5f5,_0x5d5aec){return _0x1bd5f5(_0x5d5aec);},'RIJNV':_0x4fe287(0x2a5),'vBBDA':_0x4fe287(0x288),'QGClK':_0x4fe287(0x1f3),'hIRhE':_0x4fe287(0x1bb),'ijtht':function(_0xe2675f,_0x2ee8db){return _0xe2675f(_0x2ee8db);},'yBGQc':_0x4fe287(0x1f7),'TgGxi':_0x4fe287(0x238),'FNTWB':_0x4fe287(0x22f),'xkuOv':_0x4fe287(0x1e3),'SidSZ':'test-before','GtYyh':function(_0x33c3b2){return _0x33c3b2();},'LYqnC':function(_0x3786d9,_0x27d8f8,_0x1f725e){return _0x3786d9(_0x27d8f8,_0x1f725e);},'BtnJL':function(_0x6cd842,_0x1003d7){return _0x6cd842(_0x1003d7);},'eBJlG':_0x4fe287(0x246),'THcMR':function(_0x38b478,_0x542d60,_0x49697f){return _0x38b478(_0x542d60,_0x49697f);},'MBoPu':function(_0x3a8539){return _0x3a8539();},'dYHqi':'test-passed','ukgqF':function(_0x10db4d,_0x44cd72,_0x1c0700,_0x51f8e4){return _0x10db4d(_0x44cd72,_0x1c0700,_0x51f8e4);},'TytQb':function(_0x34c02d,_0x3e19cb){return _0x34c02d===_0x3e19cb;},'vdxkp':_0x4fe287(0x28c),'HsNzg':_0x4fe287(0x27e),'Fzcvv':_0x4fe287(0x1d2),'ZRCJM':_0x4fe287(0x26d),'VhWpD':function(_0x12ffc8,_0x4276a7,_0x18f3f2){return _0x12ffc8(_0x4276a7,_0x18f3f2);},'CNydl':function(_0x350264){return _0x350264();},'kAGbF':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','xCEsG':_0x4fe287(0x2a6),'mIvfX':_0x4fe287(0x237),'IlyVG':_0x4fe287(0x240),'uMMsU':_0x4fe287(0x1e9),'VlmfC':_0x4fe287(0x1e5),'MidMK':_0x4fe287(0x1dc),'JRWpt':function(_0x110b14){return _0x110b14();},'zQHHP':_0x4fe287(0x295)};_0x2bbbe6[_0x4fe287(0x1e0)]&&(global[_0x4fe287(0x20b)]=_0x2bbbe6[_0x4fe287(0x1e0)]);PerformanceTester[_0x4fe287(0x1b5)]();const _0x205807=_0x569f4c[_0x4fe287(0x1c9)](getCodeceptDriver),_0x966f08=new O11yHelper(_0x205807,_0x2bbbe6),_0x5986db=!!CodeceptJS['container']['helpers'](_0x569f4c[_0x4fe287(0x278)]);global['__driver']=_0x205807,_0x205807&&(PerformanceTester[_0x4fe287(0x235)](PerformanceEvents[_0x4fe287(0x249)],()=>{const _0x85458f=_0x4fe287;_0x5986db?_0x569f4c[_0x85458f(0x29f)](patchPlaywrightBefore):_0x569f4c[_0x85458f(0x281)](patchWebDriverBefore,_0x205807);})(),PerformanceTester[_0x4fe287(0x235)](PerformanceEvents[_0x4fe287(0x2a0)],()=>{const _0x38b8ce=_0x4fe287;_0x205807[_0x38b8ce(0x2a5)]=async()=>{const _0x2fa04d=_0x38b8ce;if(global['accessibilityPlatform']){const _0x34eeb9={};return _0x34eeb9[_0x2fa04d(0x1ff)]=_0x569f4c[_0x2fa04d(0x1b6)],await PerformanceTester[_0x2fa04d(0x235)](PerformanceA11yEvents[_0x2fa04d(0x22a)],async()=>{const _0x757339=_0x2fa04d;return await AccessibilityHelper['browserStackExecuteDriver'](_0x205807,scripts[_0x757339(0x2a1)]);},_0x34eeb9)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x2fa04d(0x2ab)],async()=>{const _0x1e6edd=_0x2fa04d;return await AccessibilityHelper['browserStackExecuteDriver'](_0x205807,scripts[_0x1e6edd(0x273)]);})();}return logger[_0x2fa04d(0x21f)](_0x569f4c[_0x2fa04d(0x29c)]),{};},_0x205807['getAccessibilityResults']=async()=>{const _0x4a71e0=_0x38b8ce;if(global[_0x4a71e0(0x2b0)]){const _0x27d567={};return _0x27d567[_0x4a71e0(0x1ff)]=_0x569f4c[_0x4a71e0(0x21a)],await PerformanceTester[_0x4a71e0(0x235)](PerformanceA11yEvents[_0x4a71e0(0x22a)],async()=>{const _0x5bd932=_0x4a71e0;return await AccessibilityHelper['browserStackExecuteDriver'](_0x205807,scripts[_0x5bd932(0x2a1)]);},_0x27d567)(),await PerformanceTester[_0x4a71e0(0x235)](PerformanceA11yEvents[_0x4a71e0(0x2ae)],async()=>{const _0x292f80=_0x4a71e0;return await AccessibilityHelper[_0x292f80(0x21b)](_0x205807,scripts[_0x292f80(0x1ca)]);})();}return logger['warn'](_0x569f4c[_0x4a71e0(0x216)]),{};},_0x569f4c[_0x38b8ce(0x23d)](patchSaveScreenshot,_0x205807);})()),CodeceptJS[_0x4fe287(0x220)][_0x4fe287(0x258)]['on'](CodeceptJS['event'][_0x4fe287(0x1ec)][_0x4fe287(0x24c)],()=>{const _0x45c70b=_0x4fe287;PerformanceTester[_0x45c70b(0x28e)](PerformanceEvents[_0x45c70b(0x2a4)]);try{_0x966f08['start'](),testOpsHelper[_0x45c70b(0x231)](),PerformanceTester['end'](PerformanceEvents[_0x45c70b(0x2a4)]);}catch(_0x2a70e6){PerformanceTester[_0x45c70b(0x268)](_0x2a70e6),PerformanceTester['end'](PerformanceEvents[_0x45c70b(0x2a4)],![],_0x2a70e6);}}),CodeceptJS['event'][_0x4fe287(0x258)]['on'](CodeceptJS[_0x4fe287(0x220)][_0x4fe287(0x1ec)]['after'],async()=>{const _0x14e8e2=_0x4fe287;PerformanceTester[_0x14e8e2(0x28e)](PerformanceEvents[_0x14e8e2(0x252)]);try{requestSpy['restore'](),await _0x966f08[_0x14e8e2(0x25b)](),PerformanceTester[_0x14e8e2(0x232)](PerformanceEvents[_0x14e8e2(0x252)]);}catch(_0x474ba6){PerformanceTester[_0x14e8e2(0x268)](_0x474ba6),PerformanceTester[_0x14e8e2(0x232)](PerformanceEvents[_0x14e8e2(0x252)],![],_0x474ba6);}finally{PerformanceTester[_0x14e8e2(0x24e)]();}}),CodeceptJS[_0x4fe287(0x220)][_0x4fe287(0x258)]['on'](CodeceptJS[_0x4fe287(0x220)][_0x4fe287(0x284)]['started'],_0x4bc652=>{const _0x14005e=_0x4fe287;PerformanceTester[_0x14005e(0x28e)](PerformanceEvents[_0x14005e(0x285)]);try{const _0x5d2587=_0x4bc652[_0x14005e(0x227)][_0x14005e(0x1e6)],_0x506c78=_0x966f08[_0x14005e(0x247)](TEST_EVENTS[_0x14005e(0x1d7)],_0x5d2587);CodeceptRecorder[_0x14005e(0x264)](()=>_0x966f08['fireEvent'](TEST_EVENTS[_0x14005e(0x1d7)],_0x506c78));const _0x43e8c1={};_0x43e8c1[_0x14005e(0x24a)]=_0x569f4c[_0x14005e(0x23f)],PerformanceTester[_0x14005e(0x232)](PerformanceEvents[_0x14005e(0x285)],!![],null,_0x43e8c1);}catch(_0x3c724d){const _0x1d5c3c={};_0x1d5c3c[_0x14005e(0x24a)]=_0x569f4c[_0x14005e(0x23f)],PerformanceTester[_0x14005e(0x232)](PerformanceEvents[_0x14005e(0x285)],![],_0x3c724d,_0x1d5c3c),PerformanceTester['captureError'](_0x3c724d);}}),CodeceptJS[_0x4fe287(0x220)][_0x4fe287(0x258)]['on'](CodeceptJS['event']['hook'][_0x4fe287(0x1de)],_0x24435d=>{const _0x23c305=_0x4fe287,_0x47ad67={};_0x47ad67[_0x23c305(0x24a)]=_0x569f4c[_0x23c305(0x200)],PerformanceTester[_0x23c305(0x28e)](PerformanceHookEvents[_0x23c305(0x285)],!![],null,_0x47ad67);try{const _0x326893=_0x24435d[_0x23c305(0x227)]['test'],_0x6ad12d=_0x966f08['captureEvent'](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x326893);CodeceptRecorder[_0x23c305(0x264)](()=>_0x966f08[_0x23c305(0x1ed)](TEST_EVENTS[_0x23c305(0x291)],_0x6ad12d));const _0x2c9d98={};_0x2c9d98['hookType']=_0x569f4c[_0x23c305(0x200)],PerformanceTester[_0x23c305(0x232)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x2c9d98);}catch(_0x453faf){PerformanceTester[_0x23c305(0x268)](_0x453faf);const _0xf04646={};_0xf04646[_0x23c305(0x24a)]=_0x569f4c[_0x23c305(0x200)],PerformanceTester['end'](PerformanceHookEvents[_0x23c305(0x285)],![],_0x453faf,_0xf04646);}}),CodeceptJS[_0x4fe287(0x220)][_0x4fe287(0x258)]['on'](CodeceptJS['event'][_0x4fe287(0x284)][_0x4fe287(0x251)],async(_0x166727,_0x5dc965)=>{const _0x52fc70=_0x4fe287;PerformanceTester[_0x52fc70(0x28e)](PerformanceHookEvents[_0x52fc70(0x285)]);try{const _0x514527=_0x166727[_0x52fc70(0x227)]['test'],_0x312400=_0x966f08[_0x52fc70(0x247)](TEST_EVENTS[_0x52fc70(0x291)],_0x514527,_0x5dc965);CodeceptRecorder[_0x52fc70(0x264)](()=>_0x966f08[_0x52fc70(0x1ed)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x312400));const _0x590a33={};_0x590a33[_0x52fc70(0x24a)]=_0x569f4c[_0x52fc70(0x244)],PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x590a33);}catch(_0x5db43f){PerformanceTester[_0x52fc70(0x268)](_0x5db43f);const _0x19086f={};_0x19086f['hookType']=_0x569f4c['FNTWB'],PerformanceTester[_0x52fc70(0x232)](PerformanceHookEvents[_0x52fc70(0x285)],![],_0x5db43f,_0x19086f);}const _0x3040bf={};_0x3040bf['hookType']=_0x569f4c[_0x52fc70(0x244)],PerformanceTester[_0x52fc70(0x232)](PerformanceHookEvents[_0x52fc70(0x285)],!![],null,_0x3040bf);}),CodeceptJS['event'][_0x4fe287(0x258)]['on'](CodeceptJS[_0x4fe287(0x220)][_0x4fe287(0x1e6)][_0x4fe287(0x24c)],_0xe95de0=>{const _0x12137e=_0x4fe287;PerformanceTester['start'](PerformanceHookEvents[_0x12137e(0x285)]);try{globals[_0x12137e(0x259)](_0x569f4c[_0x12137e(0x2a8)],_0xe95de0[_0x12137e(0x28b)]);_0x569f4c[_0x12137e(0x29f)](isBrowserstackInfra)&&(_0x5986db&&(global[_0x12137e(0x1e7)]={'currentTest':{'name':_0xe95de0[_0x12137e(0x28b)],'testInfo':{'titlePath':_0xe95de0['titlePath']()}}}));const _0x417e3e={};_0x417e3e['hookType']=_0x569f4c[_0x12137e(0x22c)],PerformanceTester['end'](PerformanceHookEvents[_0x12137e(0x285)],!![],null,_0x417e3e);}catch(_0x30ca1f){PerformanceTester['captureError'](_0x30ca1f);const _0x5a56b1={};_0x5a56b1[_0x12137e(0x24a)]=_0x569f4c[_0x12137e(0x22c)],PerformanceTester[_0x12137e(0x232)](PerformanceHookEvents[_0x12137e(0x285)],![],_0x30ca1f,_0x5a56b1);}}),CodeceptJS[_0x4fe287(0x220)][_0x4fe287(0x258)]['on'](CodeceptJS[_0x4fe287(0x220)]['test']['started'],_0x1dd8c8=>{const _0x20c3c3=_0x4fe287;PerformanceTester[_0x20c3c3(0x28e)](PerformanceHookEvents[_0x20c3c3(0x285)]);try{globals[_0x20c3c3(0x259)](_0x569f4c[_0x20c3c3(0x2a8)],_0x1dd8c8['title']);const _0x418b13=_0x966f08[_0x20c3c3(0x247)](TEST_EVENTS['TEST_RUN_STARTED'],_0x1dd8c8);CodeceptRecorder[_0x20c3c3(0x264)](()=>_0x966f08[_0x20c3c3(0x1ed)](TEST_EVENTS[_0x20c3c3(0x2b5)],_0x418b13)),CodeceptRecorder[_0x20c3c3(0x264)](async()=>{const _0x559e39=_0x20c3c3;_0x569f4c[_0x559e39(0x1cf)](isBrowserstackInfra)&&(!_0x569f4c['ijtht'](isTrue,_0x2bbbe6[_0x559e39(0x275)])&&await _0x569f4c[_0x559e39(0x269)](markSessionName,_0x205807,_0x1dd8c8['title']),_0x966f08[_0x559e39(0x21e)]&&await _0x569f4c[_0x559e39(0x256)](o11ySync,_0x205807));});}catch(_0x34a62f){const _0x27e84e={};_0x27e84e[_0x20c3c3(0x24a)]=_0x569f4c[_0x20c3c3(0x27f)],PerformanceTester[_0x20c3c3(0x232)](PerformanceHookEvents[_0x20c3c3(0x285)],![],_0x34a62f,_0x27e84e),PerformanceTester[_0x20c3c3(0x268)](_0x34a62f);}const _0x28e7e2={};_0x28e7e2[_0x20c3c3(0x24a)]=_0x569f4c[_0x20c3c3(0x27f)],PerformanceTester[_0x20c3c3(0x232)](PerformanceHookEvents[_0x20c3c3(0x285)],!![],null,_0x28e7e2);}),CodeceptJS[_0x4fe287(0x220)][_0x4fe287(0x258)]['on'](CodeceptJS[_0x4fe287(0x220)]['test']['passed'],_0x3b866c=>{const _0x5bca86=_0x4fe287,_0x575398={'TdmWz':function(_0x47595f,_0x5c2e7a,_0x2457ce){const _0x4b4799=a1_0x58d3;return _0x569f4c[_0x4b4799(0x239)](_0x47595f,_0x5c2e7a,_0x2457ce);},'gbIcc':function(_0x2d3c31){return _0x569f4c['MBoPu'](_0x2d3c31);}};PerformanceTester[_0x5bca86(0x28e)](PerformanceHookEvents[_0x5bca86(0x285)]);try{const _0x57c1e5=_0x966f08['captureEvent'](TEST_EVENTS['TEST_RUN_FINISHED'],_0x3b866c);CodeceptRecorder[_0x5bca86(0x264)](()=>_0x966f08[_0x5bca86(0x1ed)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x57c1e5)),CodeceptRecorder['add'](async()=>{const _0xc53273=_0x5bca86,_0x4c7dfb={'OnUKX':function(_0x4df906,_0x4377ae,_0x2275a7){const _0x4387e0=a1_0x58d3;return _0x575398[_0x4387e0(0x274)](_0x4df906,_0x4377ae,_0x2275a7);},'iETzI':function(_0x4478ba,_0x36eb5e,_0x2efdc5){const _0x3984be=a1_0x58d3;return _0x575398[_0x3984be(0x274)](_0x4478ba,_0x36eb5e,_0x2efdc5);}};_0x575398[_0xc53273(0x29b)](isBrowserstackInfra)&&await PerformanceTester[_0xc53273(0x235)](PerformanceAutEvents[_0xc53273(0x207)],async()=>{const _0x375ad7=_0xc53273;_0x5986db?await _0x4c7dfb[_0x375ad7(0x224)](playwrightMarkSessionStatus,_0x205807,STATE_PASSED):await _0x4c7dfb[_0x375ad7(0x213)](markSessionStatus,_0x205807,STATE_PASSED);})();}),PerformanceTester[_0x5bca86(0x232)](PerformanceEvents[_0x5bca86(0x26b)]);}catch(_0x2f80ff){PerformanceTester['captureError'](_0x2f80ff);const _0x2a8172={};_0x2a8172['hookType']=_0x569f4c['dYHqi'],PerformanceTester[_0x5bca86(0x232)](PerformanceHookEvents['SDK_HOOK'],![],_0x2f80ff,_0x2a8172),PerformanceTester[_0x5bca86(0x232)](PerformanceEvents[_0x5bca86(0x26b)],![],_0x2f80ff);}const _0x53c8d2={};_0x53c8d2[_0x5bca86(0x24a)]=_0x569f4c['dYHqi'],PerformanceTester[_0x5bca86(0x232)](PerformanceHookEvents[_0x5bca86(0x285)],!![],null,_0x53c8d2);}),CodeceptJS['event'][_0x4fe287(0x258)]['on'](CodeceptJS[_0x4fe287(0x220)][_0x4fe287(0x1e6)][_0x4fe287(0x251)],(_0xb701fd,_0x128b11)=>{const _0x8439b2=_0x4fe287;PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{if(_0x569f4c['TytQb'](_0xb701fd[_0x8439b2(0x218)][_0x8439b2(0x225)],_0x569f4c[_0x8439b2(0x210)])){const _0x12e544=_0x966f08[_0x8439b2(0x247)](TEST_EVENTS[_0x8439b2(0x2b8)],_0xb701fd[_0x8439b2(0x227)][_0x8439b2(0x1c3)]);CodeceptRecorder[_0x8439b2(0x264)](()=>_0x966f08[_0x8439b2(0x1ed)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x12e544));}else{const _0x4e3b2=_0x966f08['captureEvent'](TEST_EVENTS[_0x8439b2(0x299)],_0xb701fd,_0x128b11);CodeceptRecorder[_0x8439b2(0x264)](()=>{const _0x53ff1d=_0x8439b2;try{_0x966f08['fireEvent'](TEST_EVENTS[_0x53ff1d(0x299)],_0x4e3b2);}catch(_0x37618d){logger[_0x53ff1d(0x202)](_0x53ff1d(0x1f8)+util[_0x53ff1d(0x2a3)](_0x37618d)),PerformanceTester[_0x53ff1d(0x232)](PerformanceEvents[_0x53ff1d(0x26b)],![],_0x37618d);}}),CodeceptRecorder['add'](async()=>{const _0x8aa055=_0x8439b2;try{_0x569f4c[_0x8aa055(0x271)](isBrowserstackInfra)&&(_0x5986db?await _0x569f4c[_0x8aa055(0x243)](playwrightMarkSessionStatus,_0x205807,STATE_FAILED,_0x128b11):await _0x569f4c[_0x8aa055(0x243)](markSessionStatus,_0x205807,STATE_FAILED,_0x128b11));}catch(_0x48fb4e){logger[_0x8aa055(0x202)](_0x8aa055(0x27b)+util[_0x8aa055(0x2a3)](_0x48fb4e)),PerformanceTester[_0x8aa055(0x232)](PerformanceEvents[_0x8aa055(0x26b)],![],_0x48fb4e);}});}PerformanceTester[_0x8439b2(0x232)](PerformanceEvents['SDK_TEST']);}catch(_0x19dcd5){PerformanceTester[_0x8439b2(0x268)](_0x19dcd5);const _0xce0dbc={};_0xce0dbc[_0x8439b2(0x24a)]=_0x569f4c['HsNzg'],PerformanceTester[_0x8439b2(0x232)](PerformanceHookEvents[_0x8439b2(0x285)],![],_0x19dcd5,_0xce0dbc),PerformanceTester[_0x8439b2(0x232)](PerformanceEvents['SDK_TEST'],![],_0x19dcd5);}const _0x55b124={};_0x55b124[_0x8439b2(0x24a)]=_0x569f4c[_0x8439b2(0x25e)],PerformanceTester[_0x8439b2(0x232)](PerformanceHookEvents[_0x8439b2(0x285)],!![],null,_0x55b124);}),CodeceptJS[_0x4fe287(0x220)][_0x4fe287(0x258)]['on'](CodeceptJS[_0x4fe287(0x220)][_0x4fe287(0x1e6)]['skipped'],_0xad2477=>{const _0x4d5023=_0x4fe287;PerformanceTester[_0x4d5023(0x28e)](PerformanceHookEvents[_0x4d5023(0x285)]);try{const _0xbe60a=_0x966f08['captureEvent'](TEST_EVENTS[_0x4d5023(0x2b8)],_0xad2477);CodeceptRecorder[_0x4d5023(0x264)](()=>_0x966f08[_0x4d5023(0x1ed)](TEST_EVENTS[_0x4d5023(0x2b8)],_0xbe60a)),PerformanceTester[_0x4d5023(0x232)](PerformanceEvents[_0x4d5023(0x26b)]);}catch(_0x3fb04e){PerformanceTester['captureError'](_0x3fb04e),PerformanceTester[_0x4d5023(0x232)](PerformanceEvents['SDK_TEST'],![],_0x3fb04e);const _0x377e30={};_0x377e30[_0x4d5023(0x24a)]=_0x569f4c['Fzcvv'],PerformanceTester[_0x4d5023(0x232)](PerformanceHookEvents[_0x4d5023(0x285)],![],_0x3fb04e,_0x377e30);}const _0x3a8704={};_0x3a8704[_0x4d5023(0x24a)]=_0x569f4c['Fzcvv'],PerformanceTester[_0x4d5023(0x232)](PerformanceHookEvents[_0x4d5023(0x285)],!![],null,_0x3a8704);}),CodeceptJS['event'][_0x4fe287(0x258)]['on'](CodeceptJS[_0x4fe287(0x220)][_0x4fe287(0x1e6)][_0x4fe287(0x26c)],async(_0x480c1f,_0x5389cc)=>{const _0x2625ee=_0x4fe287;try{PerformanceTester['start'](PerformanceHookEvents[_0x2625ee(0x285)]);const _0x32f63a=_0x569f4c[_0x2625ee(0x1c2)](shouldScanTestForAccessibility,_0x480c1f[_0x2625ee(0x1f0)](),!![]);if(_0x569f4c[_0x2625ee(0x2b3)](isAccessibilityAutomationSession)&&global[_0x2625ee(0x2b0)]&&_0x32f63a){const _0xdc3a91={};_0xdc3a91[_0x2625ee(0x26e)]=_0x480c1f[_0x2625ee(0x217)],_0xdc3a91['thBuildUuid']=process[_0x2625ee(0x1c7)][testHubConstants[_0x2625ee(0x2b6)][_0x2625ee(0x28d)]],_0xdc3a91['thJwtToken']=process[_0x2625ee(0x1c7)][testHubConstants[_0x2625ee(0x2b6)][_0x2625ee(0x26a)]];const _0x4ece85=_0xdc3a91;logger[_0x2625ee(0x202)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON[_0x2625ee(0x230)](_0x4ece85)),CodeceptRecorder['add'](async()=>{const _0x52ed96=_0x2625ee,_0x1de807={};_0x1de807['command']=_0x569f4c[_0x52ed96(0x21c)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x25ecf6=_0x52ed96;await AccessibilityHelper[_0x25ecf6(0x21b)](_0x205807,scripts[_0x25ecf6(0x2a1)]);},_0x1de807)(),await PerformanceTester[_0x52ed96(0x235)](PerformanceA11yEvents[_0x52ed96(0x290)],async()=>{const _0x238635=_0x52ed96;await AccessibilityHelper['browserStackExecuteDriver'](_0x205807,scripts[_0x238635(0x1d3)],_0x4ece85);})();}),logger[_0x2625ee(0x236)](_0x569f4c[_0x2625ee(0x1fc)]);}const _0x3a0872={};_0x3a0872[_0x2625ee(0x24a)]=_0x569f4c[_0x2625ee(0x1c4)],PerformanceTester[_0x2625ee(0x232)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x3a0872);}catch(_0x57215e){PerformanceTester[_0x2625ee(0x268)](_0x57215e);const _0x5243ba={};_0x5243ba['hookType']=_0x569f4c['xCEsG'],PerformanceTester[_0x2625ee(0x232)](PerformanceHookEvents[_0x2625ee(0x285)],![],_0x57215e,_0x5243ba);}}),CodeceptJS[_0x4fe287(0x220)][_0x4fe287(0x258)]['on'](CodeceptJS[_0x4fe287(0x220)]['step'][_0x4fe287(0x201)],_0x3b93cf=>{const _0x5b1d98=_0x4fe287;PerformanceTester[_0x5b1d98(0x28e)](PerformanceHookEvents[_0x5b1d98(0x285)]);try{process[_0x5b1d98(0x1b9)](_0x5b1d98(0x1bd)+process[_0x5b1d98(0x1e8)],{'timestamp':new Date()['toISOString'](),'level':_0x569f4c[_0x5b1d98(0x1f4)],'message':_0x3b93cf,'kind':_0x569f4c[_0x5b1d98(0x1ba)],'http_response':{}});}catch(_0x1367a3){PerformanceTester[_0x5b1d98(0x268)](_0x1367a3);const _0x26a45e={};_0x26a45e['hookType']=_0x569f4c[_0x5b1d98(0x2b2)],PerformanceTester['end'](PerformanceHookEvents[_0x5b1d98(0x285)],![],_0x1367a3,_0x26a45e);}const _0x1280d5={};_0x1280d5[_0x5b1d98(0x24a)]=_0x569f4c['uMMsU'],PerformanceTester['end'](PerformanceHookEvents[_0x5b1d98(0x285)],!![],null,_0x1280d5);}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x4fe287(0x220)][_0x4fe287(0x1d5)][_0x4fe287(0x24c)],_0x5b4cfd=>{const _0x517981=_0x4fe287,_0x3daf7b={};_0x3daf7b[_0x517981(0x24a)]=_0x569f4c[_0x517981(0x205)],PerformanceTester[_0x517981(0x235)](PerformanceHookEvents[_0x517981(0x285)],()=>{const _0x448316=_0x517981;_0x966f08[_0x448316(0x245)](_0x5b4cfd);},_0x3daf7b)();}),CodeceptJS[_0x4fe287(0x220)][_0x4fe287(0x258)]['on'](CodeceptJS[_0x4fe287(0x220)]['bddStep']['after'],_0x1c9262=>{const _0x16b4b1=_0x4fe287,_0x16b8d0={};_0x16b8d0[_0x16b4b1(0x24a)]=_0x569f4c[_0x16b4b1(0x293)],PerformanceTester['measureWrapper'](PerformanceHookEvents[_0x16b4b1(0x285)],()=>{const _0x215315=_0x16b4b1;_0x966f08[_0x215315(0x23b)](_0x1c9262);},_0x16b8d0)();});};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a2_0xeac989=a2_0x1c06;function a2_0xa594(){const _0x23f842=['passed','100kVOhgt','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','util','1770505dgJViS','5911842EhxDIP','format','result','playwright-firefox','CODECEPT','browserWSEndpoint','printBuildLink','err','CHZPw','NiBKo','nnIAn','../../helpers/test-observability/utils','exports','Playwright','xmPnI','QIykM','RwIDP','useW3C','../../helpers/performance/performance-tester','require','join','330883CwBXBk','enabled','hubUrl','BROWSERSTACK_RERUN','prepareCapabilities','browserName','xnmAv','chrome','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','Qrkff','../../helpers/test-observability/constants','isTrue','failed','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','codecept.conf.js','env','BrowserStackPlugin.js','map','parallelsPerPlatform','playwright-chromium','../../helpers/helper','webkit','413272znnWXY','addConfig','--config','FRAMEWORKS','LccMu','JQudT','1747320EtUQFg','WebDriver','../../helpers/BrowserStackSetup','SDK_CLEANUP','ZwhJh','spawn','run','testConfig','CwBOP','wSTHY','uaZol','accessibilityOptions','platforms','jmXyy','Workers','assign','EVENTS','chromium','playwright-webkit','uMUPA','testContextOptions','../../helpers/accessibility-automation/helper','profile','findIndex','event','info','2imerVb','title','now','browser','desiredCapabilities','userName','printResults','isUndefined','skipSessionName','codecept.json','browserStackCwd','user','BROWSERSTACK_RERUN_TESTS','BrowserStackPlugin','split','../../bin/playwright/accessibility-helper','JNCXq','end','90MNNKoQ','initialize','config','chdir','SYxUV','launchBuild','log','winstonLogger','Started\x20:\x20','helpers','BROWSERSTACK_TEST_ACCESSIBILITY_YML','../../helpers/logger','CRHbq','host','test','Failed\x20:\x20','errorMessage','12KEUNeo','all','isTestObservabilitySession','ESpiZ','handleApp','key','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','CODECEPT_CUCUMBER','../../helpers/testhub/testhubHandler','stop','BROWSERSTACK_TEST_OBSERVABILITY_YML','testObservability','load','addOptions','USER_CONFIG_DETAILS_PATH','MuURs','push','trim','OFEob','skipSessionStatus','mergeDeep','../../helpers/performance/constants','SDK_SETUP','length','dMtQj','1040036wetkOp','getPlaywrightUrl','slice','gherkin','accessibility','../../helpers/utilities','setAdditionalCapabilities','path','1621705Jpwhgp','getUserWorkerCount','dbtPk','validateRerunTestList','/wd/hub','start','cwd','existsSync'];a2_0xa594=function(){return _0x23f842;};return a2_0xa594();}(function(_0x52b918,_0x29929f){const _0x289bdc=a2_0x1c06,_0x30e48b=_0x52b918();while(!![]){try{const _0x269746=-parseInt(_0x289bdc(0xda))/0x1*(parseInt(_0x289bdc(0x116))/0x2)+-parseInt(_0x289bdc(0xc0))/0x3+parseInt(_0x289bdc(0xfd))/0x4*(parseInt(_0x289bdc(0x11e))/0x5)+-parseInt(_0x289bdc(0x12b))/0x6+parseInt(_0x289bdc(0x140))/0x7+-parseInt(_0x289bdc(0x156))/0x8*(-parseInt(_0x289bdc(0xec))/0x9)+-parseInt(_0x289bdc(0x127))/0xa*(-parseInt(_0x289bdc(0x12a))/0xb);if(_0x269746===_0x29929f)break;else _0x30e48b['push'](_0x30e48b['shift']());}catch(_0x853d5a){_0x30e48b['push'](_0x30e48b['shift']());}}}(a2_0xa594,0x83819));const fs=require('fs'),path=require('path'),util=require(a2_0xeac989(0x129)),process=require('process'),logger=require(a2_0xeac989(0xf7))[a2_0xeac989(0xf3)],{default:BrowserStackSetup}=require(a2_0xeac989(0xc2)),helper=require(a2_0xeac989(0x154)),utilities=require(a2_0xeac989(0x11b)),{checkAccessibilityPlatformConfig}=require(a2_0xeac989(0xd5)),{setAccessibilityCapabilities}=require(a2_0xeac989(0xe9)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0xeac989(0x154)),CodeceptJS=requireModule('codeceptjs/lib/index.js','codeceptjs'),testOpsHelper=require(a2_0xeac989(0x136)),TestHubHandler=require(a2_0xeac989(0x105)),constants=require('../utils/constants'),PerformanceTester=require(a2_0xeac989(0x13d)),{FRAMEWORKS}=require(a2_0xeac989(0x14a)),PerformanceEvents=require(a2_0xeac989(0x112))[a2_0xeac989(0xd0)],ClientTroubleShootingService=require('../utils/clientTroubleshootingService'),_testErrorData=[],getUserCodeceptJSConfigs=(_0x3602e3,_0x10c578)=>{const _0x1c2508=a2_0xeac989,_0x36aeeb={};_0x36aeeb[_0x1c2508(0xcd)]=function(_0x24850b,_0x551f04){return _0x24850b===_0x551f04;},_0x36aeeb[_0x1c2508(0xc4)]=_0x1c2508(0x14e),_0x36aeeb[_0x1c2508(0x149)]=_0x1c2508(0xe3);const _0x333bb4=_0x36aeeb;let _0x4cce4d=null;const _0x211f84={};let _0x243d31=_0x10c578[_0x1c2508(0xd7)](_0x3fdda2=>_0x3fdda2===_0x1c2508(0x158));_0x333bb4['jmXyy'](_0x243d31,-0x1)&&(_0x243d31=_0x10c578[_0x1c2508(0xd7)](_0x1c41ff=>_0x1c41ff==='-c'));if(!helper['isUndefined'](_0x3602e3[_0x1c2508(0xee)])&&fs[_0x1c2508(0x125)](path['join'](process[_0x1c2508(0x124)](),_0x3602e3[_0x1c2508(0xee)])))_0x4cce4d=path[_0x1c2508(0x13f)](process[_0x1c2508(0x124)](),_0x3602e3[_0x1c2508(0xee)]),_0x10c578['slice'](_0x243d31,0x2);else{if(!helper['isUndefined'](_0x3602e3['c'])&&fs['existsSync'](path['join'](process[_0x1c2508(0x124)](),_0x3602e3['c'])))_0x4cce4d=path['join'](process[_0x1c2508(0x124)](),_0x3602e3['c']),_0x10c578[_0x1c2508(0x118)](_0x243d31,0x2);else{if(fs['existsSync'](path['join'](process['cwd'](),_0x333bb4[_0x1c2508(0xc4)])))_0x4cce4d=path[_0x1c2508(0x13f)](process['cwd'](),_0x333bb4['ZwhJh']);else fs[_0x1c2508(0x125)](path[_0x1c2508(0x13f)](process[_0x1c2508(0x124)](),_0x333bb4[_0x1c2508(0x149)]))&&(_0x4cce4d=path['join'](process['cwd'](),_0x333bb4[_0x1c2508(0x149)]));}}return process[_0x1c2508(0x14f)][_0x1c2508(0x10b)]=_0x4cce4d,_0x4cce4d;},getO11yRerunPattern=()=>{const _0x16a131=a2_0xeac989,_0x2494b6=helper[_0x16a131(0x14b)](process['env'][_0x16a131(0x143)]);if(_0x2494b6){const _0x43e64d=process[_0x16a131(0x14f)][_0x16a131(0xe6)],_0x1f7e9a=[];if(helper[_0x16a131(0x121)](_0x43e64d)&&!helper[_0x16a131(0xe1)](_0x43e64d)){_0x43e64d[_0x16a131(0xe8)](',')[_0x16a131(0x151)](_0x942332=>{const _0x18024a=_0x16a131;_0x1f7e9a[_0x18024a(0x10d)]('('+_0x942332[_0x18024a(0x10e)]()+')');});const _0x10c662='^'+_0x1f7e9a[_0x16a131(0x13f)]('|')+'$';return _0x10c662;}}return null;},a2_0x546388={};function a2_0x1c06(_0x17fde5,_0x14e753){const _0xa5948b=a2_0xa594();return a2_0x1c06=function(_0x1c0626,_0x35d1b5){_0x1c0626=_0x1c0626-0xbe;let _0x58b4e3=_0xa5948b[_0x1c0626];return _0x58b4e3;},a2_0x1c06(_0x17fde5,_0x14e753);}a2_0x546388[a2_0xeac989(0x147)]=a2_0xeac989(0xd1),a2_0x546388[a2_0xeac989(0x153)]=a2_0xeac989(0xd1),a2_0x546388[a2_0xeac989(0x12e)]='firefox',a2_0x546388[a2_0xeac989(0xd2)]=a2_0xeac989(0x155);const pwToCodeceptBrowser=a2_0x546388;async function run(_0x471a30,_0x1d5840,_0x338d12){const _0x567136=a2_0xeac989,_0x296c08={'DnqZA':function(_0x1a603e,_0x3b2af9){return _0x1a603e+_0x3b2af9;},'dMtQj':function(_0x525d25,_0x59d310){return _0x525d25(_0x59d310);},'ESpiZ':function(_0x55f920,_0x23f969){return _0x55f920+_0x23f969;},'CwBOP':function(_0x425e34,_0x4e8fb9,_0x2756b1){return _0x425e34(_0x4e8fb9,_0x2756b1);},'uaZol':'helpers','JQudT':function(_0x54f43d){return _0x54f43d();},'nnIAn':_0x567136(0x122),'YCYAs':_0x567136(0xfb),'LqvGj':'Passed\x20:\x20','dbtPk':_0x567136(0xf4),'uMUPA':'1|2|0|4|3|5','JNCXq':_0x567136(0x148),'SYxUV':function(_0x463a08,_0x4a150b,_0x1d4b9c){return _0x463a08(_0x4a150b,_0x1d4b9c);},'CRHbq':'Playwright','QIykM':_0x567136(0xc1),'OFEob':function(_0x45e776,_0x3bc5b1){return _0x45e776!=_0x3bc5b1;},'NiBKo':function(_0x527200,_0x5e9344){return _0x527200===_0x5e9344;},'YALdK':_0x567136(0x119),'Zwbqx':function(_0x4e3019){return _0x4e3019();},'wSTHY':function(_0x45e0ff,_0x3e60e2){return _0x45e0ff*_0x3e60e2;},'AwnQn':_0x567136(0xdd),'CHZPw':function(_0x3af577,_0x5cace6,_0x1ae44e){return _0x3af577(_0x5cace6,_0x1ae44e);},'MuURs':_0x567136(0xde),'RwIDP':'root','xmPnI':_0x567136(0x150),'xnmAv':_0x567136(0xe4)};await _0x338d12[_0x567136(0xed)](_0x471a30),await helper[_0x567136(0x101)](_0x338d12['config']);if(!_0x338d12['config'])return;process['profile']=_0x471a30[_0x567136(0xd6)];_0x471a30[_0x567136(0xd6)]&&(process[_0x567136(0x14f)][_0x567136(0xd6)]=_0x471a30[_0x567136(0xd6)]);const _0x58545c=_0x296c08['CwBOP'](getUserCodeceptJSConfigs,_0x471a30,_0x1d5840);let _0x9ab521={};_0x58545c?(logger[_0x567136(0xd9)](_0x567136(0x103)+_0x58545c),_0x9ab521=CodeceptJS[_0x567136(0xee)][_0x567136(0x109)](_0x58545c)):logger[_0x567136(0xd9)](_0x296c08[_0x567136(0xea)]);let _0x399e07=![];_0x296c08[_0x567136(0xf0)](nestedKeyValue,_0x9ab521,[_0x296c08['uaZol'],_0x296c08[_0x567136(0xf8)]])&&(_0x399e07=!![]);const _0x9ec9a=_0x399e07?_0x296c08[_0x567136(0xf8)]:_0x296c08[_0x567136(0x13a)];let _0x398564=!_0x399e07?helper[_0x567136(0x13c)](_0x338d12['config']):![];!helper['isUndefined'](_0x338d12[_0x567136(0xee)][_0x567136(0xcb)])&&(process[_0x567136(0x14f)][_0x567136(0x14d)]=JSON['stringify'](_0x338d12[_0x567136(0xee)]['accessibilityOptions']));let _0x47fc8d=_0x338d12[_0x567136(0xee)][_0x567136(0x11a)];_0x47fc8d=_0x47fc8d||_0x296c08[_0x567136(0x115)](checkAccessibilityPlatformConfig,_0x338d12[_0x567136(0xee)]),process[_0x567136(0x14f)][_0x567136(0xf6)]=_0x47fc8d;_0x47fc8d&&(_0x398564=!_0x47fc8d);_0x296c08[_0x567136(0x10f)](_0x338d12['config'][_0x567136(0x108)],null)?process[_0x567136(0x14f)][_0x567136(0x107)]=_0x338d12[_0x567136(0xee)][_0x567136(0x108)]:process[_0x567136(0x14f)][_0x567136(0x107)]=_0x296c08[_0x567136(0x134)](_0x9ec9a,_0x296c08[_0x567136(0xf8)]);const _0x298cd8=_0x296c08['CwBOP'](nestedKeyValue,_0x9ab521,[_0x296c08['YALdK']]),_0xe90c9e=_0x298cd8&&!helper['isEmpty'](_0x298cd8)?FRAMEWORKS[_0x567136(0x104)]:FRAMEWORKS[_0x567136(0x12f)],_0x5e918a=await TestHubHandler[_0x567136(0xf1)](_0xe90c9e,_0x338d12);_0x47fc8d&&_0x296c08[_0x567136(0x115)](setAccessibilityCapabilities,_0x338d12[_0x567136(0xee)]);const _0x19973c={},_0x7c5658=[],_0x12a3a1=_0x338d12[_0x567136(0xee)][_0x567136(0x152)]||helper[_0x567136(0x11f)](_0x471a30,_0x1d5840,_0x338d12[_0x567136(0xee)],constants[_0x567136(0x159)][_0x567136(0x12f)])||0x1;let _0x4291fe=0x1;if(_0x296c08['Zwbqx'](isBrowserstackInfra)){const _0x436f5f=helper[_0x567136(0x144)](_0x338d12[_0x567136(0xee)],_0x398564,constants[_0x567136(0x159)][_0x567136(0x12f)]);_0x436f5f['forEach'](_0xb4e538=>{const _0x477658=_0x567136;helper[_0x477658(0x11c)](_0xb4e538);}),helper['validPlatformsPresent'](_0x338d12[_0x567136(0xee)])?_0x4291fe=_0x296c08[_0x567136(0xc9)](_0x12a3a1,_0x338d12[_0x567136(0xee)]['platforms'][_0x567136(0x114)]):_0x4291fe=_0x12a3a1,_0x436f5f['forEach'](_0x5002c8=>{const _0x361cc2=_0x567136,_0x27073c={'LccMu':function(_0x4cd8f6,_0x5b6ad8){return _0x296c08['DnqZA'](_0x4cd8f6,_0x5b6ad8);},'mUJOt':function(_0x13e493,_0x560061){const _0x458021=a2_0x1c06;return _0x296c08[_0x458021(0x115)](_0x13e493,_0x560061);}},_0xc155d1=_0x296c08[_0x361cc2(0x100)](helper['getPlatformName'](_0x5002c8,'_'),'_'+Date[_0x361cc2(0xdc)]()),_0x4f328f=((()=>{const _0x3bed2d=_0x361cc2;if(_0x399e07){const _0x39cea9=pwToCodeceptBrowser[_0x5002c8[_0x3bed2d(0x145)]]||_0x5002c8[_0x3bed2d(0x145)];return{'browser':_0x39cea9,[_0x39cea9]:{'browserWSEndpoint':_0x27073c[_0x3bed2d(0xbe)](helper[_0x3bed2d(0x117)](_0x338d12[_0x3bed2d(0xee)]),_0x27073c['mUJOt'](encodeURIComponent,JSON['stringify'](_0x5002c8)))}};}const _0x538703={};return _0x538703[_0x3bed2d(0xde)]=_0x5002c8,_0x538703[_0x3bed2d(0xe5)]=_0x338d12['config'][_0x3bed2d(0xdf)],_0x538703[_0x3bed2d(0x102)]=_0x338d12[_0x3bed2d(0xee)]['accessKey'],_0x538703;})()),_0xaca21b=_0x296c08['CwBOP'](nestedKeyValue,_0x9ab521,[_0x296c08[_0x361cc2(0xca)],_0x9ec9a]);_0x19973c[_0xc155d1]=_0xaca21b?helper[_0x361cc2(0x111)](_0x4f328f,_0xaca21b):_0x4f328f;if(_0x399e07)_0x19973c[_0xc155d1][_0x361cc2(0xdd)]=pwToCodeceptBrowser[_0x5002c8[_0x361cc2(0x145)]]||_0x5002c8['browserName'];else{_0x19973c[_0xc155d1][_0x361cc2(0xdd)]=_0x5002c8[_0x361cc2(0x145)]||_0x4f328f[_0x361cc2(0xdd)];if(_0x296c08['JQudT'](isBrowserstackInfra)){_0x19973c[_0xc155d1][_0x361cc2(0xf9)]=constants[_0x361cc2(0x142)]['replace'](_0x296c08[_0x361cc2(0x135)],'')['replace'](/https?:\/\//,'');;_0x19973c[_0xc155d1][_0x361cc2(0x11d)]=_0x296c08[_0x361cc2(0x135)];}}_0x7c5658[_0x361cc2(0x10d)](_0xc155d1);});}else{_0x4291fe=0x1;if(_0x399e07){const _0x4b150e=_0x296c08[_0x567136(0xc8)](nestedKeyValue,_0x9ab521,[_0x296c08[_0x567136(0xca)],_0x9ec9a,_0x296c08['AwnQn']]),_0x393609=_0x296c08[_0x567136(0x133)](nestedKeyValue,_0x9ab521,[_0x296c08[_0x567136(0xca)],_0x9ec9a,_0x4b150e]);if(_0x393609&&_0x393609[_0x567136(0x130)]){const _0x287347={};_0x287347[_0x567136(0xcc)]=[],_0x393609[_0x567136(0x130)]=helper[_0x567136(0x144)](Object[_0x567136(0xcf)]({},_0x338d12[_0x567136(0xee)],_0x287347),null,_0xe90c9e['toLowerCase'](),null,null,_0x393609[_0x567136(0x130)]);}}else{const _0x2fad62={};_0x2fad62[_0x567136(0xcc)]=[],_0x9ab521[_0x296c08[_0x567136(0xca)]][_0x9ec9a][_0x296c08[_0x567136(0x10c)]]=helper['prepareCapabilities'](Object[_0x567136(0xcf)]({},_0x338d12[_0x567136(0xee)],_0x2fad62),null,_0xe90c9e['toLowerCase'](),_0x296c08['CwBOP'](nestedKeyValue,_0x9ab521,[_0x296c08[_0x567136(0xca)],_0x9ec9a,_0x296c08[_0x567136(0x10c)]])||{},null,null);}_0x19973c[_0x296c08['RwIDP']]=_0x9ab521,_0x7c5658[_0x567136(0x10d)](_0x296c08[_0x567136(0x13b)]);}const _0x43d72c={};_0x43d72c[_0x567136(0xc7)]=_0x58545c;const _0x3744d8=_0x43d72c,_0x24f91b=path['join'](__dirname,_0x296c08[_0x567136(0x139)]),_0x47b2e4=process[_0x567136(0x124)]();process['env'][_0x296c08[_0x567136(0x146)]]=_0x47b2e4,process[_0x567136(0xef)](path['dirname'](_0x58545c));const _0x58fa2c=new CodeceptJS[(_0x567136(0xce))](null,_0x3744d8),_0x430eb1=_0x58fa2c['createGroupsOfSuites'](_0x4291fe),_0x1872e2=testOpsHelper[_0x567136(0xff)](),_0x473e82=_0x7c5658[_0x567136(0x151)](_0x559a6a=>{const _0x18282a=_0x567136,_0xecf8e1={};_0xecf8e1[_0x18282a(0x138)]=_0x19973c[_0x559a6a];const _0xb50ad3={};_0xb50ad3[_0x18282a(0xc1)]=_0x19973c[_0x559a6a];const _0x5a0d4b=_0x399e07?_0xecf8e1:_0xb50ad3,_0x1d101b=_0x296c08[_0x18282a(0xbf)](getO11yRerunPattern),_0xdb2613={};_0xdb2613[_0x18282a(0xf5)]=_0x5a0d4b;const _0xa36af8={};_0xa36af8[_0x18282a(0x13e)]=_0x24f91b,_0xa36af8[_0x18282a(0x141)]=!![],_0xa36af8[_0x18282a(0xe2)]=_0x338d12[_0x18282a(0xee)][_0x18282a(0xd4)]['skipSessionName'],_0xa36af8[_0x18282a(0x110)]=_0x338d12[_0x18282a(0xee)][_0x18282a(0xd4)][_0x18282a(0x110)],_0xa36af8[_0x18282a(0x108)]=_0x1872e2,_0xa36af8['frameworkName']=_0xe90c9e;const _0x1924d2={};_0x1924d2[_0x18282a(0xe7)]=_0xa36af8;const _0x227533={};return _0x227533['plugins']=_0x1924d2,helper[_0x18282a(0x111)]({},_0x9ab521,_0x296c08[_0x18282a(0xbf)](isBrowserstackInfra)?_0xdb2613:{},_0x1d101b?{'grep':_0x1d101b}:{},_0x227533);});for(const _0x347f6e of _0x473e82){for(const _0x26a8ab of _0x430eb1){const _0x33c6bd=_0x58fa2c[_0x567136(0xc5)]();_0x33c6bd['addTests'](_0x26a8ab),_0x33c6bd[_0x567136(0x157)](_0x347f6e);const _0xcbe4ad={};_0xcbe4ad['config']=_0x58545c,_0x33c6bd[_0x567136(0x10a)](Object[_0x567136(0xcf)](_0xcbe4ad,_0x471a30));}}_0x58fa2c['on'](CodeceptJS[_0x567136(0xd8)]['test'][_0x567136(0x14c)],(_0x54353d,_0x3a8355)=>{const _0x4e3889=_0x567136;console[_0x4e3889(0xf2)](_0x296c08['YCYAs'],_0x54353d[_0x4e3889(0xdb)]);const _0x11e9da={[_0x54353d['title']]:_0x54353d[_0x4e3889(0x132)]['stack']};_testErrorData['push'](_0x11e9da);}),_0x58fa2c['on'](CodeceptJS[_0x567136(0xd8)][_0x567136(0xfa)][_0x567136(0x126)],async _0x1c8061=>{const _0x2d5ee9=_0x567136;console['log'](_0x296c08['LqvGj'],_0x1c8061[_0x2d5ee9(0xdb)]);}),_0x58fa2c['on'](CodeceptJS['event'][_0x567136(0xfa)]['before'],async _0x40e05a=>{const _0x20ffc5=_0x567136;console[_0x20ffc5(0xf2)](_0x296c08[_0x20ffc5(0x120)],_0x40e05a[_0x20ffc5(0xdb)]);}),_0x58fa2c['on'](CodeceptJS['event'][_0x567136(0xfe)][_0x567136(0x12d)],async()=>{const _0x6effa9=_0x567136,_0x29de74=_0x296c08[_0x6effa9(0xd3)][_0x6effa9(0xe8)]('|');let _0x907476=0x0;while(!![]){switch(_0x29de74[_0x907476++]){case'0':testOpsHelper[_0x6effa9(0x131)]();continue;case'1':PerformanceTester[_0x6effa9(0x123)](PerformanceEvents[_0x6effa9(0xc3)]);continue;case'2':_0x338d12[_0x6effa9(0xfc)]=_testErrorData;continue;case'3':try{await TestHubHandler[_0x6effa9(0x106)]();}catch(_0x3c01ed){logger['debug'](_0x6effa9(0x128)+util[_0x6effa9(0x12c)](_0x3c01ed));}continue;case'4':utilities['finalExecution'](_0x338d12);continue;case'5':_0x58fa2c[_0x6effa9(0xe0)]();continue;}break;}});async function _0x22132e(){const _0x127464=_0x567136;try{await _0x58fa2c['bootstrapAll'](),await _0x58fa2c[_0x127464(0xc6)]();}finally{process[_0x127464(0xef)](_0x47b2e4),await _0x58fa2c['teardownAll']();}}PerformanceTester[_0x567136(0xeb)](PerformanceEvents[_0x567136(0x113)]),_0x296c08[_0x567136(0xbf)](_0x22132e);}module[a2_0xeac989(0x137)]=run;
2
+ 'use strict';const a2_0x1e8f8b=a2_0x23d5;(function(_0x3361b0,_0x979273){const _0x11db28=a2_0x23d5,_0x50be50=_0x3361b0();while(!![]){try{const _0x5b4c12=-parseInt(_0x11db28(0x13f))/0x1*(-parseInt(_0x11db28(0x153))/0x2)+-parseInt(_0x11db28(0x16c))/0x3+-parseInt(_0x11db28(0x16b))/0x4*(-parseInt(_0x11db28(0x142))/0x5)+-parseInt(_0x11db28(0x11a))/0x6+parseInt(_0x11db28(0x118))/0x7+parseInt(_0x11db28(0x15b))/0x8*(parseInt(_0x11db28(0x18b))/0x9)+parseInt(_0x11db28(0x173))/0xa;if(_0x5b4c12===_0x979273)break;else _0x50be50['push'](_0x50be50['shift']());}catch(_0x25bd7e){_0x50be50['push'](_0x50be50['shift']());}}}(a2_0x5bcd,0x68744));function a2_0x5bcd(){const _0x12c38d=['assign','skipSessionName','addConfig','config','env','BrowserStackPlugin','LEZmu','LklZd','BGgkw','--config','isUndefined','RGfym','Passed\x20:\x20','../../helpers/test-observability/constants','codeceptjs/lib/index.js','require','../../helpers/test-observability/utils','browserWSEndpoint','slice','../utils/constants','MmONX','dAlFr','1|5|4|3|2|0','skipSessionStatus','forEach','84737DtSoMz','teardownAll','BROWSERSTACK_TEST_OBSERVABILITY_YML','865QpHhqv','push','replace','tQuvK','plugins','cAlsk','testContextOptions','../../helpers/logger','saCqO','printResults','ORAcf','isTestObservabilitySession','createGroupsOfSuites','FyLHR','mergeDeep','TirSd','playwright-firefox','14YGbpKq','UPSzY','desiredCapabilities','info','USER_CONFIG_DETAILS_PATH','AVHjc','validPlatformsPresent','cwd','8jwCoKX','Failed\x20:\x20','RSdvq','frameworkName','codecept.conf.js','spawn','exports','dirname','useW3C','dHvro','WebDriver','hubUrl','playwright-webkit','SDK_CLEANUP','platforms','profile','5332CBBNuw','2548962GwhfPk','finalExecution','path','../../helpers/performance/performance-tester','parallelsPerPlatform','getUserWorkerCount','../../helpers/accessibility-automation/helper','1400020upjcQX','playwright-chromium','BROWSERSTACK_RERUN','initialize','split','format','process','COIOI','before','UCYyj','Workers','FfHEi','SDK_SETUP','stack','key','CODECEPT','title','root','EVENTS','helpers','NAsLk','Playwright','toLowerCase','FRAMEWORKS','2978973TyEykn','findIndex','addTests','debug','getPlatformName','host','ETHaA','handleApp','setAdditionalCapabilities','browserName','QjrDU','stop','util','gherkin','BROWSERSTACK_RERUN_TESTS','leEgM','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','chromium','enabled','stringify','testObservability','accessibilityOptions','event','../../bin/playwright/accessibility-helper','isTrue','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','seBcQ','../../helpers/performance/constants','test','../../helpers/utilities','vUcgN','browser','../../helpers/BrowserStackSetup','existsSync','getPlaywrightUrl','isEmpty','map','result','../../helpers/helper','join','end','now','testConfig','prepareCapabilities','accessKey','errorMessage','752353eHasaA','launchBuild','748488BGenbt','validateRerunTestList','eJkQe','start','addOptions','../../helpers/testhub/testhubHandler','bootstrapAll','CBNTr','err','log','LnQBP','../utils/clientTroubleshootingService'];a2_0x5bcd=function(){return _0x12c38d;};return a2_0x5bcd();}const fs=require('fs'),path=require(a2_0x1e8f8b(0x16e)),util=require(a2_0x1e8f8b(0x197)),process=require(a2_0x1e8f8b(0x179)),logger=require(a2_0x1e8f8b(0x149))['winstonLogger'],{default:BrowserStackSetup}=require(a2_0x1e8f8b(0x1ab)),helper=require(a2_0x1e8f8b(0x1b1)),utilities=require(a2_0x1e8f8b(0x1a8)),{checkAccessibilityPlatformConfig}=require(a2_0x1e8f8b(0x172)),{setAccessibilityCapabilities}=require(a2_0x1e8f8b(0x1a2)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x1e8f8b(0x1b1)),CodeceptJS=requireModule(a2_0x1e8f8b(0x134),'codeceptjs'),testOpsHelper=require(a2_0x1e8f8b(0x136)),TestHubHandler=require(a2_0x1e8f8b(0x11f)),constants=require(a2_0x1e8f8b(0x139)),PerformanceTester=require(a2_0x1e8f8b(0x16f)),{FRAMEWORKS}=require(a2_0x1e8f8b(0x133)),PerformanceEvents=require(a2_0x1e8f8b(0x1a6))[a2_0x1e8f8b(0x185)],ClientTroubleShootingService=require(a2_0x1e8f8b(0x125)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x5c6e17,_0x2c6b55)=>{const _0x3cf509=a2_0x1e8f8b,_0x35c1e3={};_0x35c1e3[_0x3cf509(0x12e)]=function(_0x42dbfe,_0x5b53e3){return _0x42dbfe===_0x5b53e3;},_0x35c1e3[_0x3cf509(0x17e)]=_0x3cf509(0x15f),_0x35c1e3[_0x3cf509(0x147)]='codecept.json';const _0x20a0f6=_0x35c1e3;let _0x3111b6=null;const _0x292c10={};let _0x28f517=_0x2c6b55['findIndex'](_0x4b6596=>_0x4b6596===_0x3cf509(0x12f));_0x20a0f6[_0x3cf509(0x12e)](_0x28f517,-0x1)&&(_0x28f517=_0x2c6b55[_0x3cf509(0x18c)](_0x379db9=>_0x379db9==='-c'));if(!helper['isUndefined'](_0x5c6e17['config'])&&fs[_0x3cf509(0x1ac)](path[_0x3cf509(0x1b2)](process[_0x3cf509(0x15a)](),_0x5c6e17['config'])))_0x3111b6=path[_0x3cf509(0x1b2)](process[_0x3cf509(0x15a)](),_0x5c6e17[_0x3cf509(0x129)]),_0x2c6b55[_0x3cf509(0x138)](_0x28f517,0x2);else{if(!helper[_0x3cf509(0x130)](_0x5c6e17['c'])&&fs[_0x3cf509(0x1ac)](path[_0x3cf509(0x1b2)](process[_0x3cf509(0x15a)](),_0x5c6e17['c'])))_0x3111b6=path[_0x3cf509(0x1b2)](process[_0x3cf509(0x15a)](),_0x5c6e17['c']),_0x2c6b55[_0x3cf509(0x138)](_0x28f517,0x2);else{if(fs[_0x3cf509(0x1ac)](path[_0x3cf509(0x1b2)](process['cwd'](),_0x20a0f6[_0x3cf509(0x17e)])))_0x3111b6=path['join'](process[_0x3cf509(0x15a)](),_0x20a0f6[_0x3cf509(0x17e)]);else fs['existsSync'](path[_0x3cf509(0x1b2)](process[_0x3cf509(0x15a)](),_0x20a0f6[_0x3cf509(0x147)]))&&(_0x3111b6=path[_0x3cf509(0x1b2)](process[_0x3cf509(0x15a)](),_0x20a0f6['cAlsk']));}}return process['env'][_0x3cf509(0x157)]=_0x3111b6,_0x3111b6;},getO11yRerunPattern=()=>{const _0x5405ea=a2_0x1e8f8b,_0x2a925b=helper[_0x5405ea(0x1a3)](process[_0x5405ea(0x12a)][_0x5405ea(0x175)]);if(_0x2a925b){const _0x44e2b8=process[_0x5405ea(0x12a)][_0x5405ea(0x199)],_0x2230ca=[];if(helper[_0x5405ea(0x11b)](_0x44e2b8)&&!helper['isUndefined'](_0x44e2b8)){_0x44e2b8[_0x5405ea(0x177)](',')[_0x5405ea(0x1af)](_0x324b51=>{const _0x3a6b44=_0x5405ea;_0x2230ca[_0x3a6b44(0x143)]('('+_0x324b51['trim']()+')');});const _0xc6f32a='^'+_0x2230ca['join']('|')+'$';return _0xc6f32a;}}return null;},a2_0x53dde8={};a2_0x53dde8['chrome']=a2_0x1e8f8b(0x19c),a2_0x53dde8[a2_0x1e8f8b(0x174)]='chromium',a2_0x53dde8[a2_0x1e8f8b(0x152)]='firefox',a2_0x53dde8[a2_0x1e8f8b(0x167)]='webkit';function a2_0x23d5(_0x2bb0b3,_0x4561a5){const _0x5bcd07=a2_0x5bcd();return a2_0x23d5=function(_0x23d5a7,_0x10d294){_0x23d5a7=_0x23d5a7-0x112;let _0x8a54d7=_0x5bcd07[_0x23d5a7];return _0x8a54d7;},a2_0x23d5(_0x2bb0b3,_0x4561a5);}const pwToCodeceptBrowser=a2_0x53dde8;async function run(_0x19e54e,_0x5c2128,_0x1bb419){const _0x2c5da8=a2_0x1e8f8b,_0x145b42={'COIOI':function(_0x4a0e6b,_0x493299){return _0x4a0e6b+_0x493299;},'LklZd':function(_0x2bb013,_0x29ef7f){return _0x2bb013(_0x29ef7f);},'LEZmu':function(_0x4541f5,_0x5cbac7){return _0x4541f5+_0x5cbac7;},'QjrDU':function(_0x4f6a6e,_0x54112f,_0x3a7ab0){return _0x4f6a6e(_0x54112f,_0x3a7ab0);},'RGfym':_0x2c5da8(0x186),'LnQBP':function(_0x2fef53){return _0x2fef53();},'tQuvK':'/wd/hub','cGRWU':function(_0x3027ca){return _0x3027ca();},'mAGdz':function(_0x53b798){return _0x53b798();},'yxpwC':_0x2c5da8(0x15c),'NAsLk':_0x2c5da8(0x132),'UCYyj':'Started\x20:\x20','saCqO':_0x2c5da8(0x13c),'vUcgN':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','RSdvq':_0x2c5da8(0x188),'seBcQ':_0x2c5da8(0x165),'eJkQe':function(_0x28a9c0,_0x30c87b){return _0x28a9c0(_0x30c87b);},'ETHaA':function(_0x36ab7d,_0x292e57){return _0x36ab7d!=_0x292e57;},'GRgfW':function(_0x3aac1d,_0xff6402){return _0x3aac1d===_0xff6402;},'CBNTr':function(_0xd3ff4a,_0x72f1eb,_0x5c7d55){return _0xd3ff4a(_0x72f1eb,_0x5c7d55);},'dHvro':_0x2c5da8(0x198),'UPSzY':function(_0x3effe7){return _0x3effe7();},'FyLHR':function(_0x4416f9,_0x780396){return _0x4416f9*_0x780396;},'MmONX':function(_0x9964ac,_0xd73dd6,_0x47f842){return _0x9964ac(_0xd73dd6,_0x47f842);},'AVHjc':'browser','wEuCU':_0x2c5da8(0x155),'BVIHr':function(_0x173bc2,_0x1700d3,_0xd166cc){return _0x173bc2(_0x1700d3,_0xd166cc);},'leEgM':_0x2c5da8(0x184),'ORAcf':'BrowserStackPlugin.js','TirSd':'browserStackCwd','dAlFr':function(_0x16e367){return _0x16e367();}};await _0x1bb419[_0x2c5da8(0x176)](_0x19e54e),await helper[_0x2c5da8(0x192)](_0x1bb419['config']);if(!_0x1bb419['config'])return;process[_0x2c5da8(0x16a)]=_0x19e54e[_0x2c5da8(0x16a)];_0x19e54e['profile']&&(process[_0x2c5da8(0x12a)][_0x2c5da8(0x16a)]=_0x19e54e[_0x2c5da8(0x16a)]);const _0x1e7860=_0x145b42[_0x2c5da8(0x195)](getUserCodeceptJSConfigs,_0x19e54e,_0x5c2128);let _0x8ae87f={};_0x1e7860?(logger[_0x2c5da8(0x156)]('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0x1e7860),_0x8ae87f=CodeceptJS[_0x2c5da8(0x129)]['load'](_0x1e7860)):logger[_0x2c5da8(0x156)](_0x145b42[_0x2c5da8(0x1a9)]);let _0x324946=![];_0x145b42[_0x2c5da8(0x195)](nestedKeyValue,_0x8ae87f,[_0x145b42[_0x2c5da8(0x131)],_0x145b42[_0x2c5da8(0x15d)]])&&(_0x324946=!![]);const _0x125015=_0x324946?_0x145b42[_0x2c5da8(0x15d)]:_0x145b42[_0x2c5da8(0x1a5)];let _0x41a9b9=!_0x324946?helper[_0x2c5da8(0x163)](_0x1bb419['config']):![];!helper[_0x2c5da8(0x130)](_0x1bb419[_0x2c5da8(0x129)][_0x2c5da8(0x1a0)])&&(process[_0x2c5da8(0x12a)][_0x2c5da8(0x19b)]=JSON[_0x2c5da8(0x19e)](_0x1bb419[_0x2c5da8(0x129)][_0x2c5da8(0x1a0)]));let _0x3e01bc=_0x1bb419[_0x2c5da8(0x129)]['accessibility'];_0x3e01bc=_0x3e01bc||_0x145b42[_0x2c5da8(0x11c)](checkAccessibilityPlatformConfig,_0x1bb419[_0x2c5da8(0x129)]),process[_0x2c5da8(0x12a)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x3e01bc;_0x3e01bc&&(_0x41a9b9=!_0x3e01bc);_0x145b42[_0x2c5da8(0x191)](_0x1bb419[_0x2c5da8(0x129)][_0x2c5da8(0x19f)],null)?process['env'][_0x2c5da8(0x141)]=_0x1bb419['config'][_0x2c5da8(0x19f)]:process[_0x2c5da8(0x12a)][_0x2c5da8(0x141)]=_0x145b42['GRgfW'](_0x125015,_0x145b42[_0x2c5da8(0x15d)]);const _0x14e2ca=_0x145b42[_0x2c5da8(0x121)](nestedKeyValue,_0x8ae87f,[_0x145b42[_0x2c5da8(0x164)]]),_0x55fcf4=_0x14e2ca&&!helper[_0x2c5da8(0x1ae)](_0x14e2ca)?FRAMEWORKS['CODECEPT_CUCUMBER']:FRAMEWORKS['CODECEPT'],_0x2bf9c5=await TestHubHandler[_0x2c5da8(0x119)](_0x55fcf4,_0x1bb419);_0x3e01bc&&_0x145b42[_0x2c5da8(0x12d)](setAccessibilityCapabilities,_0x1bb419[_0x2c5da8(0x129)]);const _0x3ffacd={},_0x140baf=[],_0x440076=_0x1bb419[_0x2c5da8(0x129)][_0x2c5da8(0x170)]||helper[_0x2c5da8(0x171)](_0x19e54e,_0x5c2128,_0x1bb419[_0x2c5da8(0x129)],constants[_0x2c5da8(0x18a)][_0x2c5da8(0x182)])||0x1;let _0x2fb6f0=0x1;if(_0x145b42[_0x2c5da8(0x154)](isBrowserstackInfra)){const _0x347eb0=helper[_0x2c5da8(0x115)](_0x1bb419['config'],_0x41a9b9,constants['FRAMEWORKS']['CODECEPT']);_0x347eb0[_0x2c5da8(0x13e)](_0x49b7e1=>{const _0x5e18cb=_0x2c5da8;helper[_0x5e18cb(0x193)](_0x49b7e1);}),helper[_0x2c5da8(0x159)](_0x1bb419[_0x2c5da8(0x129)])?_0x2fb6f0=_0x145b42[_0x2c5da8(0x14f)](_0x440076,_0x1bb419[_0x2c5da8(0x129)][_0x2c5da8(0x169)]['length']):_0x2fb6f0=_0x440076,_0x347eb0[_0x2c5da8(0x13e)](_0xf8ff8e=>{const _0x477566=_0x2c5da8,_0x3d6699=_0x145b42[_0x477566(0x12c)](helper[_0x477566(0x18f)](_0xf8ff8e,'_'),'_'+Date[_0x477566(0x113)]()),_0x4e5f0b=((()=>{const _0x823560=_0x477566;if(_0x324946){const _0x27e98e=pwToCodeceptBrowser[_0xf8ff8e['browserName']]||_0xf8ff8e['browserName'];return{'browser':_0x27e98e,[_0x27e98e]:{'browserWSEndpoint':_0x145b42[_0x823560(0x17a)](helper[_0x823560(0x1ad)](_0x1bb419[_0x823560(0x129)]),_0x145b42[_0x823560(0x12d)](encodeURIComponent,JSON[_0x823560(0x19e)](_0xf8ff8e)))}};}const _0xb98f64={};return _0xb98f64[_0x823560(0x155)]=_0xf8ff8e,_0xb98f64['user']=_0x1bb419['config']['userName'],_0xb98f64[_0x823560(0x181)]=_0x1bb419['config'][_0x823560(0x116)],_0xb98f64;})()),_0x22e7f5=_0x145b42[_0x477566(0x195)](nestedKeyValue,_0x8ae87f,[_0x145b42[_0x477566(0x131)],_0x125015]);_0x3ffacd[_0x3d6699]=_0x22e7f5?helper[_0x477566(0x150)](_0x4e5f0b,_0x22e7f5):_0x4e5f0b;if(_0x324946)_0x3ffacd[_0x3d6699][_0x477566(0x1aa)]=pwToCodeceptBrowser[_0xf8ff8e[_0x477566(0x194)]]||_0xf8ff8e[_0x477566(0x194)];else{_0x3ffacd[_0x3d6699]['browser']=_0xf8ff8e[_0x477566(0x194)]||_0x4e5f0b[_0x477566(0x1aa)];if(_0x145b42[_0x477566(0x124)](isBrowserstackInfra)){_0x3ffacd[_0x3d6699][_0x477566(0x190)]=constants[_0x477566(0x166)][_0x477566(0x144)](_0x145b42[_0x477566(0x145)],'')['replace'](/https?:\/\//,'');;_0x3ffacd[_0x3d6699][_0x477566(0x16e)]=_0x145b42[_0x477566(0x145)];}}_0x140baf[_0x477566(0x143)](_0x3d6699);});}else{_0x2fb6f0=0x1;if(_0x324946){const _0x41f2a9=_0x145b42[_0x2c5da8(0x13a)](nestedKeyValue,_0x8ae87f,[_0x145b42[_0x2c5da8(0x131)],_0x125015,_0x145b42[_0x2c5da8(0x158)]]),_0x2098c5=_0x145b42[_0x2c5da8(0x13a)](nestedKeyValue,_0x8ae87f,[_0x145b42[_0x2c5da8(0x131)],_0x125015,_0x41f2a9]);if(_0x2098c5&&_0x2098c5['browserWSEndpoint']){const _0xc6d61e={};_0xc6d61e[_0x2c5da8(0x169)]=[],_0x2098c5['browserWSEndpoint']=helper[_0x2c5da8(0x115)](Object[_0x2c5da8(0x126)]({},_0x1bb419[_0x2c5da8(0x129)],_0xc6d61e),null,_0x55fcf4['toLowerCase'](),null,null,_0x2098c5[_0x2c5da8(0x137)]);}}else{const _0x118316={};_0x118316[_0x2c5da8(0x169)]=[],_0x8ae87f[_0x145b42['RGfym']][_0x125015][_0x145b42['wEuCU']]=helper[_0x2c5da8(0x115)](Object[_0x2c5da8(0x126)]({},_0x1bb419['config'],_0x118316),null,_0x55fcf4[_0x2c5da8(0x189)](),_0x145b42['BVIHr'](nestedKeyValue,_0x8ae87f,[_0x145b42[_0x2c5da8(0x131)],_0x125015,_0x145b42['wEuCU']])||{},null,null);}_0x3ffacd[_0x145b42[_0x2c5da8(0x19a)]]=_0x8ae87f,_0x140baf[_0x2c5da8(0x143)](_0x145b42[_0x2c5da8(0x19a)]);}const _0x33fc7b={};_0x33fc7b[_0x2c5da8(0x114)]=_0x1e7860;const _0xd25755=_0x33fc7b,_0x454413=path[_0x2c5da8(0x1b2)](__dirname,_0x145b42[_0x2c5da8(0x14c)]),_0x15909a=process[_0x2c5da8(0x15a)]();process['env'][_0x145b42[_0x2c5da8(0x151)]]=_0x15909a,process['chdir'](path[_0x2c5da8(0x162)](_0x1e7860));const _0x8cdb77=new CodeceptJS[(_0x2c5da8(0x17d))](null,_0xd25755),_0x2b124e=_0x8cdb77[_0x2c5da8(0x14e)](_0x2fb6f0),_0x49ded0=testOpsHelper[_0x2c5da8(0x14d)](),_0x5ce134=_0x140baf[_0x2c5da8(0x1af)](_0x59dd66=>{const _0xf9edc3=_0x2c5da8,_0x5e5426={};_0x5e5426[_0xf9edc3(0x188)]=_0x3ffacd[_0x59dd66];const _0x1b8170={};_0x1b8170[_0xf9edc3(0x165)]=_0x3ffacd[_0x59dd66];const _0x53bf08=_0x324946?_0x5e5426:_0x1b8170,_0x1fa9a7=_0x145b42['cGRWU'](getO11yRerunPattern),_0x329302={};_0x329302[_0xf9edc3(0x186)]=_0x53bf08;const _0x3aaa69={};_0x3aaa69[_0xf9edc3(0x135)]=_0x454413,_0x3aaa69[_0xf9edc3(0x19d)]=!![],_0x3aaa69[_0xf9edc3(0x127)]=_0x1bb419['config'][_0xf9edc3(0x148)][_0xf9edc3(0x127)],_0x3aaa69[_0xf9edc3(0x13d)]=_0x1bb419[_0xf9edc3(0x129)]['testContextOptions'][_0xf9edc3(0x13d)],_0x3aaa69[_0xf9edc3(0x19f)]=_0x49ded0,_0x3aaa69[_0xf9edc3(0x15e)]=_0x55fcf4;const _0x23ac83={};_0x23ac83[_0xf9edc3(0x12b)]=_0x3aaa69;const _0x2ee161={};return _0x2ee161[_0xf9edc3(0x146)]=_0x23ac83,helper[_0xf9edc3(0x150)]({},_0x8ae87f,_0x145b42['mAGdz'](isBrowserstackInfra)?_0x329302:{},_0x1fa9a7?{'grep':_0x1fa9a7}:{},_0x2ee161);});for(const _0xfc56d4 of _0x5ce134){for(const _0x593d9e of _0x2b124e){const _0x40c2d3=_0x8cdb77[_0x2c5da8(0x160)]();_0x40c2d3[_0x2c5da8(0x18d)](_0x593d9e),_0x40c2d3[_0x2c5da8(0x128)](_0xfc56d4);const _0x44d782={};_0x44d782['config']=_0x1e7860,_0x40c2d3[_0x2c5da8(0x11e)](Object['assign'](_0x44d782,_0x19e54e));}}_0x8cdb77['on'](CodeceptJS['event'][_0x2c5da8(0x1a7)]['failed'],(_0x14f7f1,_0x556a1b)=>{const _0x1d7eb6=_0x2c5da8;console['log'](_0x145b42['yxpwC'],_0x14f7f1[_0x1d7eb6(0x183)]);const _0x490460={[_0x14f7f1['title']]:_0x14f7f1[_0x1d7eb6(0x122)][_0x1d7eb6(0x180)]};_testErrorData[_0x1d7eb6(0x143)](_0x490460);}),_0x8cdb77['on'](CodeceptJS[_0x2c5da8(0x1a1)][_0x2c5da8(0x1a7)]['passed'],async _0x41f05e=>{const _0x7afc96=_0x2c5da8;console['log'](_0x145b42[_0x7afc96(0x187)],_0x41f05e[_0x7afc96(0x183)]);}),_0x8cdb77['on'](CodeceptJS[_0x2c5da8(0x1a1)]['test'][_0x2c5da8(0x17b)],async _0x20036e=>{const _0x34ec9d=_0x2c5da8;console[_0x34ec9d(0x123)](_0x145b42[_0x34ec9d(0x17c)],_0x20036e[_0x34ec9d(0x183)]);}),_0x8cdb77['on'](CodeceptJS[_0x2c5da8(0x1a1)]['all'][_0x2c5da8(0x1b0)],async()=>{const _0x215854=_0x2c5da8,_0x3560bc=_0x145b42[_0x215854(0x14a)]['split']('|');let _0x2864bf=0x0;while(!![]){switch(_0x3560bc[_0x2864bf++]){case'0':_0x8cdb77[_0x215854(0x14b)]();continue;case'1':PerformanceTester[_0x215854(0x11d)](PerformanceEvents[_0x215854(0x168)]);continue;case'2':try{await TestHubHandler[_0x215854(0x196)]();}catch(_0x36c68a){logger[_0x215854(0x18e)](_0x215854(0x1a4)+util[_0x215854(0x178)](_0x36c68a));}continue;case'3':utilities[_0x215854(0x16d)](_0x1bb419);continue;case'4':testOpsHelper['printBuildLink']();continue;case'5':_0x1bb419[_0x215854(0x117)]=_testErrorData;continue;}break;}});async function _0x4e0356(){const _0x528d7f=_0x2c5da8;try{await _0x8cdb77[_0x528d7f(0x120)](),await _0x8cdb77['run']();}finally{process['chdir'](_0x15909a),await _0x8cdb77[_0x528d7f(0x140)]();}}PerformanceTester[_0x2c5da8(0x112)](PerformanceEvents[_0x2c5da8(0x17f)]),_0x145b42[_0x2c5da8(0x13b)](_0x4e0356);}module[a2_0x1e8f8b(0x161)]=run;
@@ -1 +1 @@
1
- const a3_0x1e1fca=a3_0x2c19;(function(_0x96e3e9,_0x455237){const _0x21c19d=a3_0x2c19,_0x3b8012=_0x96e3e9();while(!![]){try{const _0x166384=-parseInt(_0x21c19d(0x1f8))/0x1*(parseInt(_0x21c19d(0x227))/0x2)+parseInt(_0x21c19d(0x1fd))/0x3+parseInt(_0x21c19d(0x1eb))/0x4*(parseInt(_0x21c19d(0x214))/0x5)+parseInt(_0x21c19d(0x22b))/0x6*(-parseInt(_0x21c19d(0x1f2))/0x7)+-parseInt(_0x21c19d(0x1f0))/0x8+parseInt(_0x21c19d(0x1ef))/0x9*(-parseInt(_0x21c19d(0x200))/0xa)+parseInt(_0x21c19d(0x1f9))/0xb;if(_0x166384===_0x455237)break;else _0x3b8012['push'](_0x3b8012['shift']());}catch(_0x2089d4){_0x3b8012['push'](_0x3b8012['shift']());}}}(a3_0x57fd,0x47571));const {isUndefined,nestedKeyValue}=require('../../helpers/helper'),logger=require(a3_0x1e1fca(0x212))['winstonLogger'],PlaywrightSessionDetails=require(a3_0x1e1fca(0x1f3)),{isAccessibilityAutomationSession}=require(a3_0x1e1fca(0x20c)),{getObservabilityLinkedProductName}=require(a3_0x1e1fca(0x21e)),getOSVersionFromCaps=_0x4bde9a=>{const _0x1cc902=a3_0x1e1fca,_0x2b2203={};_0x2b2203[_0x1cc902(0x218)]=_0x1cc902(0x207),_0x2b2203['Lhhey']=_0x1cc902(0x205),_0x2b2203[_0x1cc902(0x1ff)]=_0x1cc902(0x20a),_0x2b2203[_0x1cc902(0x229)]=_0x1cc902(0x1f5),_0x2b2203[_0x1cc902(0x1ec)]='os_version';const _0x53d0dd=_0x2b2203;if(!_0x4bde9a)return null;const _0x417304=_0x4bde9a[_0x53d0dd[_0x1cc902(0x218)]],_0x3f5f35=[_0x53d0dd[_0x1cc902(0x224)],_0x53d0dd['mCtNi'],_0x53d0dd[_0x1cc902(0x229)],_0x53d0dd[_0x1cc902(0x1ec)]];for(const _0x2ea22a of _0x3f5f35){if(_0x417304&&_0x417304[_0x2ea22a])return _0x417304[_0x2ea22a];else{if(_0x4bde9a[_0x2ea22a])return _0x4bde9a[_0x2ea22a];}}return null;};exports['fetchPlatformDetails']=_0x5941c4=>{const _0x549d29=a3_0x1e1fca,_0xe20efc={'jFIbv':_0x549d29(0x1ea),'UQzBy':function(_0x5726b9,_0xd67c39){return _0x5726b9===_0xd67c39;},'ogkTq':_0x549d29(0x1ee),'iBlsy':function(_0x5c2b1e,_0x4cd02a){return _0x5c2b1e(_0x4cd02a);},'HARaU':function(_0x5057e8,_0x458812,_0x258f1a){return _0x5057e8(_0x458812,_0x258f1a);},'eRZQU':_0x549d29(0x1e8),'irsHn':'desiredCapabilities','yVJiF':function(_0x285c6d,_0xf97eba){return _0x285c6d===_0xf97eba;},'LGAHU':_0x549d29(0x1e7),'OXgQN':function(_0x785ba4,_0x1af4fe,_0x23476f){return _0x785ba4(_0x1af4fe,_0x23476f);},'ytBWT':'browser','qeTMs':_0x549d29(0x202),'nQJkX':'caps'};if(!_0x5941c4)return null;let _0x381ba4=global['__cloud_provider___']||_0xe20efc['jFIbv'];if(_0xe20efc['UQzBy'](_0x5941c4['constructor'][_0x549d29(0x226)],_0xe20efc[_0x549d29(0x1f6)])){const _0x1c4061=_0x5941c4['browser'];if(!_0x1c4061)return null;const _0x1a3e75=_0x1c4061[_0x549d29(0x20b)],_0x6bc350=_0xe20efc['iBlsy'](getOSVersionFromCaps,_0xe20efc[_0x549d29(0x203)](nestedKeyValue,_0x5941c4,[_0xe20efc['eRZQU'],_0xe20efc[_0x549d29(0x213)]]));return{[_0x381ba4]:{'browser':_0x1a3e75['browserName'],'browser_version':_0x1a3e75['browserVersion'],'capabilities':_0x1a3e75,'platform':_0x1a3e75[_0x549d29(0x21d)],'platform_version':_0x1a3e75[_0x549d29(0x205)]||_0x6bc350,'product':_0xe20efc[_0x549d29(0x1fe)](getObservabilityLinkedProductName,_0x1a3e75),'session_id':_0x1c4061['sessionId']}};}else{if(_0xe20efc[_0x549d29(0x206)](_0x5941c4[_0x549d29(0x219)][_0x549d29(0x226)],_0xe20efc[_0x549d29(0x1e5)])){const _0x4b91de=PlaywrightSessionDetails['getDetails']();_0x381ba4=_0x4b91de[_0x549d29(0x21a)]||_0x381ba4;const _0x5200cb=_0xe20efc[_0x549d29(0x209)](nestedKeyValue,_0x5941c4,[_0xe20efc[_0x549d29(0x20d)],_0xe20efc[_0x549d29(0x221)],_0xe20efc[_0x549d29(0x210)]]),_0x82529a=_0x5200cb?JSON[_0x549d29(0x1e9)](new URL(_0x5200cb)[_0x549d29(0x1f4)][_0x549d29(0x1f1)](_0xe20efc[_0x549d29(0x204)])):{};return{[_0x381ba4]:{'browser':_0x4b91de['browser']||_0x82529a[_0x549d29(0x222)],'browser_version':_0x4b91de[_0x549d29(0x1fb)]||_0x82529a[_0x549d29(0x1fb)],'capabilities':_0x82529a,'platform':_0x4b91de[_0x549d29(0x20f)],'platform_version':_0x4b91de[_0x549d29(0x20a)],'product':_0xe20efc[_0x549d29(0x1fe)](getObservabilityLinkedProductName,_0x82529a),'session_id':_0x4b91de[_0x549d29(0x225)]}};}}},exports[a3_0x1e1fca(0x220)]=_0x41f9dc=>{const _0xf449a0=a3_0x1e1fca,_0x185899={'GBJRg':function(_0x3d9521){return _0x3d9521();},'DtBhU':function(_0x213441,_0x261a8a){return _0x213441===_0x261a8a;},'AaPAS':'latest','ymPLZ':function(_0x1e4ab2,_0x3309dd){return _0x1e4ab2>_0x3309dd;},'PhbXq':function(_0x2e48be,_0x15e824){return _0x2e48be(_0x15e824);},'aWyOB':_0xf449a0(0x217),'zESBh':function(_0x10f200,_0x162898){return _0x10f200===_0x162898;},'kksgx':_0xf449a0(0x20e),'TKBop':'playwright-chromium','bIVrG':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','IXmFf':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.'};if(_0x185899[_0xf449a0(0x1e6)](isAccessibilityAutomationSession)){const _0x20991e=_0x41f9dc['browser'],_0x2c5985=_0x20991e[_0xf449a0(0x20b)];global[_0xf449a0(0x21c)]=!![],!(_0x185899[_0xf449a0(0x22e)](_0x2c5985[_0xf449a0(0x22a)],_0x185899[_0xf449a0(0x216)])||_0x185899[_0xf449a0(0x228)](_0x185899['PhbXq'](parseInt,_0x2c5985['browserVersion']),0x5e))&&(logger[_0xf449a0(0x1fc)](_0x185899[_0xf449a0(0x1f7)]),global[_0xf449a0(0x21c)]=![]),!(_0x185899[_0xf449a0(0x1fa)](_0x2c5985[_0xf449a0(0x222)],_0x185899[_0xf449a0(0x208)])||_0x185899[_0xf449a0(0x22e)](_0x2c5985[_0xf449a0(0x222)],_0x185899['TKBop']))&&(logger[_0xf449a0(0x1fc)](_0x185899[_0xf449a0(0x22c)]),global['accessibilityPlatform']=![]),!_0x185899[_0xf449a0(0x211)](isUndefined,_0x2c5985['deviceName'])&&(logger[_0xf449a0(0x1fc)](_0x185899[_0xf449a0(0x21b)]),global[_0xf449a0(0x21c)]=![]);}},exports[a3_0x1e1fca(0x201)]=_0x3990a6=>{const _0x22ee70=a3_0x1e1fca,_0x553036={};_0x553036['TzcMw']=function(_0x102df5,_0x49c535){return _0x102df5!==_0x49c535;},_0x553036[_0x22ee70(0x22d)]=_0x22ee70(0x223),_0x553036[_0x22ee70(0x1e4)]=_0x22ee70(0x1ed),_0x553036['BJhDx']='browserstack_accessibility_automation_script';const _0xdd71db=_0x553036;if(!_0x3990a6)return![];else{if(_0xdd71db[_0x22ee70(0x215)](typeof _0x3990a6,_0xdd71db[_0x22ee70(0x22d)]))return!![];}return!_0x3990a6['includes'](_0xdd71db[_0x22ee70(0x1e4)])&&!_0x3990a6['includes'](_0xdd71db[_0x22ee70(0x21f)]);};function a3_0x2c19(_0x374728,_0x1bfe6){const _0x57fd4e=a3_0x57fd();return a3_0x2c19=function(_0x2c1939,_0x4bac5b){_0x2c1939=_0x2c1939-0x1e4;let _0xd010a8=_0x57fd4e[_0x2c1939];return _0xd010a8;},a3_0x2c19(_0x374728,_0x1bfe6);}function a3_0x57fd(){const _0x47c5d7=['OXgQN','platform_version','capabilities','../../helpers/accessibility-automation/helper','eRZQU','chrome','platform','qeTMs','PhbXq','../../helpers/logger','irsHn','65YaDLCd','TzcMw','AaPAS','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','VnAOI','constructor','cloudProvider','IXmFf','accessibilityPlatform','platformName','../../helpers/test-observability/utils','BJhDx','processWebDriverConfig','ytBWT','browserName','string','Lhhey','bsSessionId','name','122384oOFufU','ymPLZ','jRFlB','browserVersion','1596vVpgYQ','bIVrG','gTKQB','DtBhU','qvnHb','LGAHU','GBJRg','Playwright','config','parse','unknown_grid','19672bYdWwY','tWrvo','browserstack_executor','WebDriver','9MSGUwA','26176nZZvYk','get','5369eFGQCj','../../bin/playwright/sessionDetails','searchParams','osVersion','ogkTq','aWyOB','3vRKByn','1905750UWqzta','zESBh','browser_version','warn','1429470YLSbMv','iBlsy','mCtNi','305950KPYoRM','shouldPatchExecuteScript','browserWSEndpoint','HARaU','nQJkX','platformVersion','yVJiF','bstack:options','kksgx'];a3_0x57fd=function(){return _0x47c5d7;};return a3_0x57fd();}
1
+ const a3_0x84e99f=a3_0x1ba7;function a3_0x5f5c(){const _0x15ca2e=['includes','wuPDz','../../helpers/helper','jkcSD','WsQVy','constructor','2RAZHgb','1830312gWIcFi','136140lAXPzU','JRARy','parse','latest','YTVfG','MvPsm','sessionId','name','JHjZm','MmkeG','desiredCapabilities','../../bin/playwright/sessionDetails','browser_version','jcLda','browser','1098200ptjcKL','45jlDuye','__cloud_provider___','LXKtx','746769MHbITT','platformVersion','caps','config','hiRlW','getDetails','processWebDriverConfig','tdVen','MkkOc','bstack:options','ozJKz','ZaqKp','searchParams','osVersion','browserVersion','IuJML','WjMgk','unknown_grid','browserstack_accessibility_automation_script','bsSessionId','DcURE','browserstack_executor','uxrFI','string','oOBpx','cloudProvider','platform_version','2135900WCEyUW','fBkJl','SrLTZ','browserName','WTquf','warn','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','sBvEz','fetchPlatformDetails','yUkCc','5fPfiVt','WebDriver','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','McmIb','1672zVxpEv','get','platformName','sgorM','bWkIc','GNkWd','browserWSEndpoint','3851286wEDSmM','3355653ALLdnH','../../helpers/accessibility-automation/helper','../../helpers/logger','accessibilityPlatform','eUHRL','platform'];a3_0x5f5c=function(){return _0x15ca2e;};return a3_0x5f5c();}(function(_0x2f1318,_0xd1f266){const _0x518b01=a3_0x1ba7,_0x5db100=_0x2f1318();while(!![]){try{const _0x44b702=-parseInt(_0x518b01(0x18d))/0x1+-parseInt(_0x518b01(0x17c))/0x2*(-parseInt(_0x518b01(0x191))/0x3)+-parseInt(_0x518b01(0x1ac))/0x4+-parseInt(_0x518b01(0x1b6))/0x5*(parseInt(_0x518b01(0x16f))/0x6)+-parseInt(_0x518b01(0x170))/0x7+-parseInt(_0x518b01(0x17d))/0x8*(-parseInt(_0x518b01(0x18e))/0x9)+-parseInt(_0x518b01(0x17e))/0xa*(-parseInt(_0x518b01(0x1ba))/0xb);if(_0x44b702===_0xd1f266)break;else _0x5db100['push'](_0x5db100['shift']());}catch(_0x2c29b0){_0x5db100['push'](_0x5db100['shift']());}}}(a3_0x5f5c,0xad099));function a3_0x1ba7(_0x8b80ca,_0x5e3feb){const _0x5f5c72=a3_0x5f5c();return a3_0x1ba7=function(_0x1ba730,_0x4e4ddf){_0x1ba730=_0x1ba730-0x16f;let _0x10da01=_0x5f5c72[_0x1ba730];return _0x10da01;},a3_0x1ba7(_0x8b80ca,_0x5e3feb);}const {isUndefined,nestedKeyValue}=require(a3_0x84e99f(0x178)),logger=require(a3_0x84e99f(0x172))['winstonLogger'],PlaywrightSessionDetails=require(a3_0x84e99f(0x189)),{isAccessibilityAutomationSession}=require(a3_0x84e99f(0x171)),{getObservabilityLinkedProductName}=require('../../helpers/test-observability/utils'),getOSVersionFromCaps=_0x4d6471=>{const _0x3db535=a3_0x84e99f,_0x2bacb3={};_0x2bacb3[_0x3db535(0x17a)]=_0x3db535(0x19a),_0x2bacb3[_0x3db535(0x1be)]='platformVersion',_0x2bacb3[_0x3db535(0x18b)]='platform_version',_0x2bacb3['YTVfG']=_0x3db535(0x19e),_0x2bacb3[_0x3db535(0x177)]='os_version';const _0x14894d=_0x2bacb3;if(!_0x4d6471)return null;const _0x335ab8=_0x4d6471[_0x14894d[_0x3db535(0x17a)]],_0x3da368=[_0x14894d[_0x3db535(0x1be)],_0x14894d[_0x3db535(0x18b)],_0x14894d[_0x3db535(0x182)],_0x14894d[_0x3db535(0x177)]];for(const _0x45e302 of _0x3da368){if(_0x335ab8&&_0x335ab8[_0x45e302])return _0x335ab8[_0x45e302];else{if(_0x4d6471[_0x45e302])return _0x4d6471[_0x45e302];}}return null;};exports[a3_0x84e99f(0x1b4)]=_0x36ffda=>{const _0x287570=a3_0x84e99f,_0x5f0634={'MvPsm':_0x287570(0x1a2),'JRARy':function(_0x5864bc,_0x433169){return _0x5864bc===_0x433169;},'tRCbX':_0x287570(0x1b7),'IuJML':function(_0x442435,_0x40fc53){return _0x442435(_0x40fc53);},'JHjZm':function(_0x5990b0,_0x342496,_0x379643){return _0x5990b0(_0x342496,_0x379643);},'jkcSD':_0x287570(0x194),'ozJKz':_0x287570(0x188),'GNkWd':function(_0x33ee00,_0x345f6d){return _0x33ee00===_0x345f6d;},'MkkOc':'Playwright','yUkCc':function(_0x15dbb8,_0x4f310d,_0x5bebe5){return _0x15dbb8(_0x4f310d,_0x5bebe5);},'MmkeG':'browser','DcURE':_0x287570(0x1c0),'fBkJl':_0x287570(0x193)};if(!_0x36ffda)return null;let _0x390cfa=global[_0x287570(0x18f)]||_0x5f0634[_0x287570(0x183)];if(_0x5f0634[_0x287570(0x17f)](_0x36ffda[_0x287570(0x17b)][_0x287570(0x185)],_0x5f0634['tRCbX'])){const _0x2f283d=_0x36ffda['browser'];if(!_0x2f283d)return null;const _0x1f22c5=_0x2f283d['capabilities'],_0x14e188=_0x5f0634['IuJML'](getOSVersionFromCaps,_0x5f0634[_0x287570(0x186)](nestedKeyValue,_0x36ffda,[_0x5f0634['jkcSD'],_0x5f0634[_0x287570(0x19b)]]));return{[_0x390cfa]:{'browser':_0x1f22c5['browserName'],'browser_version':_0x1f22c5[_0x287570(0x19f)],'capabilities':_0x1f22c5,'platform':_0x1f22c5[_0x287570(0x1bc)],'platform_version':_0x1f22c5[_0x287570(0x192)]||_0x14e188,'product':_0x5f0634[_0x287570(0x1a0)](getObservabilityLinkedProductName,_0x1f22c5),'session_id':_0x2f283d[_0x287570(0x184)]}};}else{if(_0x5f0634[_0x287570(0x1bf)](_0x36ffda[_0x287570(0x17b)]['name'],_0x5f0634[_0x287570(0x199)])){const _0xc72cdd=PlaywrightSessionDetails[_0x287570(0x196)]();_0x390cfa=_0xc72cdd[_0x287570(0x1aa)]||_0x390cfa;const _0x5a711b=_0x5f0634[_0x287570(0x1b5)](nestedKeyValue,_0x36ffda,[_0x5f0634[_0x287570(0x179)],_0x5f0634[_0x287570(0x187)],_0x5f0634[_0x287570(0x1a5)]]),_0x59e071=_0x5a711b?JSON[_0x287570(0x180)](new URL(_0x5a711b)[_0x287570(0x19d)][_0x287570(0x1bb)](_0x5f0634[_0x287570(0x1ad)])):{};return{[_0x390cfa]:{'browser':_0xc72cdd['browser']||_0x59e071[_0x287570(0x1af)],'browser_version':_0xc72cdd[_0x287570(0x18a)]||_0x59e071['browser_version'],'capabilities':_0x59e071,'platform':_0xc72cdd[_0x287570(0x175)],'platform_version':_0xc72cdd[_0x287570(0x1ab)],'product':_0x5f0634[_0x287570(0x1a0)](getObservabilityLinkedProductName,_0x59e071),'session_id':_0xc72cdd[_0x287570(0x1a4)]}};}}},exports[a3_0x84e99f(0x197)]=_0xb5b162=>{const _0x20a626=a3_0x84e99f,_0xa49d30={'sBvEz':function(_0x3deb4c){return _0x3deb4c();},'SrLTZ':function(_0x41803b,_0x2a57e8){return _0x41803b===_0x2a57e8;},'tdVen':_0x20a626(0x181),'sgorM':function(_0x50278c,_0x10ec0a){return _0x50278c>_0x10ec0a;},'McmIb':function(_0xdfa7b6,_0x18fa5e){return _0xdfa7b6(_0x18fa5e);},'uxrFI':_0x20a626(0x1b8),'WjMgk':'chrome','AONXM':'playwright-chromium','ZaqKp':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','WTquf':function(_0x544351,_0xfcf7f8){return _0x544351(_0xfcf7f8);},'hiRlW':_0x20a626(0x1b2)};if(_0xa49d30[_0x20a626(0x1b3)](isAccessibilityAutomationSession)){const _0x12af2a=_0xb5b162[_0x20a626(0x18c)],_0x44908e=_0x12af2a['capabilities'];global[_0x20a626(0x173)]=!![],!(_0xa49d30[_0x20a626(0x1ae)](_0x44908e['browserVersion'],_0xa49d30[_0x20a626(0x198)])||_0xa49d30[_0x20a626(0x1bd)](_0xa49d30[_0x20a626(0x1b9)](parseInt,_0x44908e[_0x20a626(0x19f)]),0x5e))&&(logger[_0x20a626(0x1b1)](_0xa49d30[_0x20a626(0x1a7)]),global[_0x20a626(0x173)]=![]),!(_0xa49d30[_0x20a626(0x1ae)](_0x44908e['browserName'],_0xa49d30[_0x20a626(0x1a1)])||_0xa49d30[_0x20a626(0x1ae)](_0x44908e[_0x20a626(0x1af)],_0xa49d30['AONXM']))&&(logger[_0x20a626(0x1b1)](_0xa49d30[_0x20a626(0x19c)]),global[_0x20a626(0x173)]=![]),!_0xa49d30[_0x20a626(0x1b0)](isUndefined,_0x44908e['deviceName'])&&(logger[_0x20a626(0x1b1)](_0xa49d30[_0x20a626(0x195)]),global[_0x20a626(0x173)]=![]);}},exports['shouldPatchExecuteScript']=_0xfcd69a=>{const _0x219e06=a3_0x84e99f,_0x53ebc4={};_0x53ebc4[_0x219e06(0x1a9)]=function(_0x2bacd6,_0x1bebb3){return _0x2bacd6!==_0x1bebb3;},_0x53ebc4[_0x219e06(0x174)]=_0x219e06(0x1a8),_0x53ebc4['ZSkmZ']=_0x219e06(0x1a6),_0x53ebc4[_0x219e06(0x190)]=_0x219e06(0x1a3);const _0x56df50=_0x53ebc4;if(!_0xfcd69a)return![];else{if(_0x56df50[_0x219e06(0x1a9)](typeof _0xfcd69a,_0x56df50[_0x219e06(0x174)]))return!![];}return!_0xfcd69a[_0x219e06(0x176)](_0x56df50['ZSkmZ'])&&!_0xfcd69a[_0x219e06(0x176)](_0x56df50[_0x219e06(0x190)]);};
@@ -1 +1 @@
1
- function a4_0x452a(_0xc9620e,_0x1b34ea){const _0x52a84d=a4_0x52a8();return a4_0x452a=function(_0x452a0d,_0xc78f1){_0x452a0d=_0x452a0d-0x19b;let _0x1d229d=_0x52a84d[_0x452a0d];return _0x1d229d;},a4_0x452a(_0xc9620e,_0x1b34ea);}const a4_0x3d4c94=a4_0x452a;(function(_0xfbef80,_0x5c3795){const _0x58932c=a4_0x452a,_0x59dbbc=_0xfbef80();while(!![]){try{const _0x54f61f=-parseInt(_0x58932c(0x1b8))/0x1+-parseInt(_0x58932c(0x1db))/0x2+-parseInt(_0x58932c(0x238))/0x3+parseInt(_0x58932c(0x289))/0x4+-parseInt(_0x58932c(0x229))/0x5*(-parseInt(_0x58932c(0x20b))/0x6)+-parseInt(_0x58932c(0x1a1))/0x7+parseInt(_0x58932c(0x25e))/0x8;if(_0x54f61f===_0x5c3795)break;else _0x59dbbc['push'](_0x59dbbc['shift']());}catch(_0x4d04e0){_0x59dbbc['push'](_0x59dbbc['shift']());}}}(a4_0x52a8,0xd76bc));const path=require(a4_0x3d4c94(0x1a5)),fs=require('fs'),{v4:uuidv4}=require('uuid'),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x3d4c94(0x1c9)),testOpsHelper=require(a4_0x3d4c94(0x1d0)),{getTestEnv}=require(a4_0x3d4c94(0x245)),{FRAMEWORKS}=require(a4_0x3d4c94(0x28b)),logger=require('../../helpers/logger')[a4_0x3d4c94(0x1d1)],SessionHandler=require(a4_0x3d4c94(0x279)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),PlaywrightSessionDetails=require('../playwright/sessionDetails'),debug=testOpsHelper[a4_0x3d4c94(0x19d)],{processAccessibilityCaps}=require(a4_0x3d4c94(0x1c5)),Constants=require(a4_0x3d4c94(0x1a8)),{fetchPlatformDetails}=require('./helper.js'),{shouldProcessEventForTesthub,appendTesthubParams}=require('../../helpers/testhub/utils.js'),constants=require(a4_0x3d4c94(0x1a8)),STATE_PASSED=a4_0x3d4c94(0x24f),STATE_FAILED=a4_0x3d4c94(0x214),a4_0x3310ac={};a4_0x3310ac[a4_0x3d4c94(0x24e)]=a4_0x3d4c94(0x244),a4_0x3310ac[a4_0x3d4c94(0x205)]=a4_0x3d4c94(0x1aa),a4_0x3310ac['TEST_RUN_SKIPPED']=a4_0x3d4c94(0x1cf),a4_0x3310ac[a4_0x3d4c94(0x262)]=a4_0x3d4c94(0x259),a4_0x3310ac['HOOK_RUN_FINISHED']='HookRunFinished';const TEST_EVENTS=a4_0x3310ac,parseEvent=_0x27c3b8=>{const _0xcb35d7=a4_0x3d4c94,_0x5b2fde={};_0x5b2fde[_0xcb35d7(0x230)]=function(_0x3ca9b0,_0x1ac3d5){return _0x3ca9b0<_0x1ac3d5;},_0x5b2fde['BXGNY']=function(_0x1e96be,_0xd96d9e){return _0x1e96be===_0xd96d9e;},_0x5b2fde[_0xcb35d7(0x1e6)]=_0xcb35d7(0x22e),_0x5b2fde[_0xcb35d7(0x26e)]='hook',_0x5b2fde[_0xcb35d7(0x223)]=function(_0x11e71f,_0x359df7){return _0x11e71f===_0x359df7;},_0x5b2fde[_0xcb35d7(0x21c)]=_0xcb35d7(0x250),_0x5b2fde[_0xcb35d7(0x23f)]=_0xcb35d7(0x252),_0x5b2fde[_0xcb35d7(0x285)]=_0xcb35d7(0x1ca);const _0x48c35d=_0x5b2fde,_0x4c744e=_0x27c3b8[_0xcb35d7(0x224)](/^(.*)Run(.*)$/);if(!_0x4c744e)return null;if(_0x48c35d[_0xcb35d7(0x230)](_0x4c744e['length'],0x3))return null;const _0x570763=_0x4c744e[0x1][_0xcb35d7(0x232)](),_0x1bf522=_0x4c744e[0x2][_0xcb35d7(0x232)]();return{'test':_0x48c35d[_0xcb35d7(0x1b9)](_0x570763,_0x48c35d[_0xcb35d7(0x1e6)]),'hook':_0x48c35d[_0xcb35d7(0x1b9)](_0x570763,_0x48c35d[_0xcb35d7(0x26e)]),'skipped':_0x48c35d[_0xcb35d7(0x223)](_0x1bf522,_0x48c35d[_0xcb35d7(0x21c)]),'started':_0x48c35d[_0xcb35d7(0x1b9)](_0x1bf522,_0x48c35d['vWONL']),'finished':_0x48c35d[_0xcb35d7(0x1b9)](_0x1bf522,_0x48c35d[_0xcb35d7(0x285)])};},mockPWBrowserType=_0x24d7ea=>{const _0x4f019a=a4_0x3d4c94,_0x45b838={'rYCbF':function(_0x28ca5a,_0x508850){return _0x28ca5a===_0x508850;},'cRwvC':_0x4f019a(0x1d3),'gNzjT':function(_0x396126,_0x5bc804,_0x512969){return _0x396126(_0x5bc804,_0x512969);},'FRGcD':_0x4f019a(0x231),'OeXoq':function(_0x1ba085,_0x32f1cd){return _0x1ba085(_0x32f1cd);},'rgflu':_0x4f019a(0x27d),'AjqAL':_0x4f019a(0x1b5),'bubEs':_0x4f019a(0x220),'MqVEL':_0x4f019a(0x265),'tWycu':function(_0x18a5f2,_0x1fa83a){return _0x18a5f2(_0x1fa83a);},'pCkeg':_0x4f019a(0x274),'JJQhp':_0x4f019a(0x268),'EkZDC':_0x4f019a(0x26f)},_0x53c3bc=path['join'](_0x45b838[_0x4f019a(0x225)],_0x45b838[_0x4f019a(0x21e)],_0x45b838['MqVEL']),_0x3e0576=_0x45b838[_0x4f019a(0x248)](importFileFromPWCore,_0x53c3bc);if(!_0x3e0576){_0x45b838['tWycu'](debug,_0x45b838[_0x4f019a(0x1d8)]);return;}const _0x140158=_0x3e0576[_0x4f019a(0x1ee)],_0x496fe6=_0x140158['prototype'];if(_0x496fe6['obsBrowserTypeMockApplied'])return;const _0x2995e9=_0x496fe6['connect'];Object[_0x4f019a(0x1bd)](_0x496fe6,_0x45b838[_0x4f019a(0x234)],{'get':function(){const _0x4badbd=_0x4f019a,_0x2acec1={'xEluk':function(_0x192ee8,_0x4e48f1){const _0x1d36aa=a4_0x452a;return _0x45b838[_0x1d36aa(0x1e1)](_0x192ee8,_0x4e48f1);},'gLzwx':_0x45b838['cRwvC'],'Jzxhh':function(_0x581ec7,_0x520608,_0x3c2e96){const _0x57f828=a4_0x452a;return _0x45b838[_0x57f828(0x209)](_0x581ec7,_0x520608,_0x3c2e96);},'KjZCR':_0x45b838['FRGcD'],'SjLnQ':function(_0x342f9b,_0xd7f6ec){const _0x2faf48=a4_0x452a;return _0x45b838[_0x2faf48(0x248)](_0x342f9b,_0xd7f6ec);},'AxUmE':_0x45b838[_0x4badbd(0x1e8)],'zHlJM':function(_0x304254,_0x490df0){return _0x45b838['OeXoq'](_0x304254,_0x490df0);}};return async function _0x28dcef(_0x1fe60d,_0x296548){const _0x1c23b4=_0x4badbd,_0x2fb6e8={'XPMhI':function(_0x137cef,_0x34134a){return _0x2acec1['xEluk'](_0x137cef,_0x34134a);},'AXHwi':_0x2acec1[_0x1c23b4(0x27b)]},_0x4ee59c=_0x2acec1[_0x1c23b4(0x1c1)](nestedKeyValue,_0x1fe60d,[_0x2acec1[_0x1c23b4(0x27c)]])||_0x1fe60d;let _0x41ff43=null,_0x1cb3e6=null;try{[_0x1cb3e6,_0x41ff43]=_0x4ee59c?_0x2acec1[_0x1c23b4(0x1c6)](parseWSEndpoint,_0x4ee59c):[null,null],global[_0x1c23b4(0x26d)]=_0x41ff43,logger[_0x1c23b4(0x19d)](_0x1c23b4(0x281)+_0x1cb3e6),_0x1cb3e6[_0x1c23b4(0x1ea)](Constants[_0x1c23b4(0x1be)])&&(global['__cloud_provider___']=_0x2acec1[_0x1c23b4(0x276)]);}catch(_0x434e31){logger[_0x1c23b4(0x19d)]('Failed\x20to\x20parse\x20wsendpoint\x20'+_0x4ee59c+'\x20'+_0x434e31);}_0x2acec1['Jzxhh'](processAccessibilityCaps,_0x41ff43,_0x1cb3e6);if(global[_0x1c23b4(0x1fe)]){const _0x38d552=await _0x496fe6[_0x1c23b4(0x288)][_0x1c23b4(0x23b)](this,[''+Constants[_0x1c23b4(0x1c8)]+_0x2acec1[_0x1c23b4(0x1d2)](encodeURIComponent,JSON[_0x1c23b4(0x260)](_0x41ff43))]);return PlaywrightSessionDetails[_0x1c23b4(0x1b1)](_0x38d552,_0x24d7ea,_0x4ee59c),_0x38d552;}return _0x2995e9[_0x1c23b4(0x23b)](this,arguments)[_0x1c23b4(0x257)](_0x4578ba=>{const _0x442f14=_0x1c23b4;let _0x4f6640=_0x1fe60d['wsEndpoint'];return _0x2fb6e8[_0x442f14(0x1b6)](typeof _0x1fe60d,_0x2fb6e8[_0x442f14(0x254)])&&(_0x4f6640=_0x1fe60d),PlaywrightSessionDetails[_0x442f14(0x1b1)](_0x4578ba,_0x24d7ea,_0x4f6640),_0x4578ba;});};}});const _0x38829d=_0x496fe6[_0x4f019a(0x26f)];Object[_0x4f019a(0x1bd)](_0x496fe6,_0x45b838[_0x4f019a(0x222)],{'get':function(){return async function _0x4090a9(){const _0x33bc90=a4_0x452a;return _0x38829d[_0x33bc90(0x23b)](this,arguments)['then'](_0x205f7f=>{const _0x204587=_0x33bc90;return PlaywrightSessionDetails[_0x204587(0x1b1)](_0x205f7f,null),_0x205f7f;});};}});};function a4_0x52a8(){const _0x53a962=['233373qpFqQY','mEKIo','split','tykGP','path','bind','relative','../utils/constants','file','TestRunFinished','RFuUk','tMFkH','currentTest','toUpperCase','hTaYS','wzORo','setupBrowserDetails','javascript','startedAt','STATE_PASSED','lib','XPMhI','czhaz','260915jCtIAa','BXGNY','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','NJiLe','meta','defineProperty','BROWSERSTACK','hook_run_uuid','parent','Jzxhh','hook','expanded','uuid','../playwright/accessibility-helper','SjLnQ','kpxyX','PLAYWRIGHT_HUB_URL','../../helpers/helper','finished','uvjDv','_paths','SiszX','forEach','TestRunSkipped','../../helpers/test-observability/utils','winstonLogger','zHlJM','string','findGitConfig','codeceptjs','\x20with\x20error\x20:\x20','finished_at','pCkeg','getHierarchy','comment','1085774AtNNsK','location_prefix','failure','ELKDu','_beforeEach','start','rYCbF','_testEnv','message','stepAnalyticsId','ctx','zUrDw','bs:addLog:','rgflu','SBbOh','includes','prefixTestPath','Playwright','dHxAd','BrowserType','currentHook','push','status','upLYE','URjHy','tags','xMrnt','event_type','name','eqVfk','XIVPg','groups','GsQBv','resetSkipTestHooks','QKteT','accessibilityPlatform','fullTitle','retryOf','igdzt','ymeRf','sendCBTInfo','QLJqF','TEST_RUN_FINISHED','bddSteps','KkoEn','kcZOq','gNzjT','fireEvent','18iYLkSz','toString','CBTSessionCreated','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','enabled','AUxao','dirname','join','lfGKW','failed','failureData','err','getInstance','TEST_REPORTING_ANALYTICS','testAnalyticsId','hookAnalyticsId','getHooksForTest','twuXh','TEST_EVENTS','bubEs','getRootParentFile','client','SYPqQ','EkZDC','TxYbG','match','AjqAL','type','ISVDj','failure_reason_expanded','1513100xyEWSa','sETrn','file_name','aOKns','xFKkk','test','_afterEach','CEJqv','wsEndpoint','toLowerCase','PathHelper','JJQhp','util','uploadEventData','now','2194509QeEmdh','LtKOP','imePa','apply','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','hooks','hFnhc','vWONL','BNbQH','ziNpc','frameworkName','logs','TestRunStarted','../mocha/test-observability/mochaUtils','_afterAll','yPKlg','OeXoq','text','duration','5|4|3|1|2|0','pKLxE','driver','TEST_RUN_STARTED','passed','skipped','exports','started','constructor','AXHwi','errorsDetailed','DiEzx','then','removeAllListeners','HookRunStarted','pending','pid','statSync','KXwtf','2234304jDevhz','mapTestHooks','stringify','VUXzn','HOOK_RUN_STARTED','test_run','XjFUq','browserType.js','CODECEPT','getHookType','connect','zOKvu','jXtHe','hook_run','SGVfr','__platformCaps','vWwhH','launch','KrXRF','result','backtrace','initializeBddStep','Not\x20able\x20to\x20import\x20Browser','FoFfY','AxUmE','patchConsoleLogger','body','../../helpers/test-observability/sessionHandler','test_run_uuid','gLzwx','KjZCR','browserstack','appendTestItemLog','failed\x20to\x20get\x20root\x20parent\x20file\x20','inspect','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','QTlxm','markedStatus','toISOString','CJssN','HkzFR','File\x20path\x20could\x20not\x20be\x20found','connectOverCDP','5055440DRqHMx','title','../../helpers/test-observability/constants','getFailureType','_beforeAll','NGPaH','success','debug','concat','XDkGt','XYfLK'];a4_0x52a8=function(){return _0x53a962;};return a4_0x52a8();}class O11yHelper{['currentTest']=null;['currentHook']=null;[a4_0x3d4c94(0x20f)]=![];[a4_0x3d4c94(0x242)]=![];constructor(_0x24588b,_0x53405c){const _0x5114ad=a4_0x3d4c94,_0xd4df2={'yPKlg':_0x5114ad(0x24b),'HVhit':function(_0x2a7ac2,_0x1cdca6){return _0x2a7ac2===_0x1cdca6;},'aOKns':_0x5114ad(0x1ec),'VUXzn':function(_0x5e464c,_0xdcf5ad){return _0x5e464c(_0xdcf5ad);},'XYfLK':function(_0x20cb97){return _0x20cb97();},'YvYCD':function(_0x3f140c){return _0x3f140c();}},_0x17088e=_0xd4df2[_0x5114ad(0x247)][_0x5114ad(0x1a3)]('|');let _0xddf2f6=0x0;while(!![]){switch(_0x17088e[_0xddf2f6++]){case'0':this[_0x5114ad(0x24d)]&&_0xd4df2['HVhit'](this[_0x5114ad(0x24d)][_0x5114ad(0x253)][_0x5114ad(0x1f7)],_0xd4df2[_0x5114ad(0x22c)])&&_0xd4df2[_0x5114ad(0x261)](mockPWBrowserType,null);continue;case'1':this[_0x5114ad(0x1e2)]=_0xd4df2[_0x5114ad(0x1a0)](getTestEnv);continue;case'2':this[_0x5114ad(0x1cc)]=new testOpsHelper[(_0x5114ad(0x233))]({'cwd':process['cwd']()},this[_0x5114ad(0x1e2)][_0x5114ad(0x1dc)]);continue;case'3':this[_0x5114ad(0x24d)]=_0x24588b;continue;case'4':this['frameworkName']=_0x53405c[_0x5114ad(0x242)];continue;case'5':this['enabled']=_0xd4df2['YvYCD'](shouldProcessEventForTesthub);continue;}break;}}[a4_0x3d4c94(0x1e0)](){const _0x49fea1=a4_0x3d4c94;if(!this[_0x49fea1(0x20f)])return;testOpsHelper[_0x49fea1(0x277)](),process[_0x49fea1(0x258)](_0x49fea1(0x1e7)+process[_0x49fea1(0x25b)]),process['on'](_0x49fea1(0x1e7)+process[_0x49fea1(0x25b)],this[_0x49fea1(0x27e)][_0x49fea1(0x1a6)](this));}async['stop'](){const _0x6217b1=a4_0x3d4c94;await RequestQueueHandler[_0x6217b1(0x217)]()['shutdown']();}async[a4_0x3d4c94(0x27e)](_0x1044d2){const _0x1820fe=a4_0x3d4c94,_0x217329={'HkzFR':'LogCreated','hTaYS':function(_0x4c1464,_0x454a2b){return _0x4c1464(_0x454a2b);}};try{this[_0x1820fe(0x1ef)]&&!this[_0x1820fe(0x1ef)][_0x1820fe(0x283)]&&(_0x1044d2[_0x1820fe(0x1bf)]=this['currentHook']['hookAnalyticsId']);!_0x1044d2['hook_run_uuid']&&this[_0x1820fe(0x1ad)]&&!this[_0x1820fe(0x1ad)][_0x1820fe(0x283)]&&(_0x1044d2[_0x1820fe(0x27a)]=this['currentTest'][_0x1820fe(0x219)]);if(_0x1044d2[_0x1820fe(0x1bf)]||_0x1044d2[_0x1820fe(0x27a)]){const _0x153c03={};_0x153c03[_0x1820fe(0x1f6)]=_0x217329[_0x1820fe(0x286)],_0x153c03[_0x1820fe(0x243)]=[_0x1044d2],await SessionHandler['uploadEventData'](_0x153c03);}}catch(_0x2580f1){_0x217329[_0x1820fe(0x1af)](debug,_0x1820fe(0x1ba)+constants[_0x1820fe(0x218)]+_0x1820fe(0x1d6)+_0x2580f1);}}async[a4_0x3d4c94(0x203)](_0x54739f){const _0x177e3e=a4_0x3d4c94,_0x551807={'DiEzx':_0x177e3e(0x20d),'QKteT':function(_0x37b9af,_0x3c5721){return _0x37b9af(_0x3c5721);}};if(!this['enabled'])return;const _0x12b4c2=this['getCBTInfo'](this['driver']);try{const _0x418638={};_0x418638[_0x177e3e(0x1c4)]=_0x54739f,_0x418638['integrations']=_0x12b4c2;const _0x569856=_0x418638,_0x3359a={};_0x3359a[_0x177e3e(0x1f6)]=_0x551807[_0x177e3e(0x256)],_0x3359a[_0x177e3e(0x263)]=_0x569856,await SessionHandler['uploadEventData'](_0x3359a);}catch(_0x43fbba){_0x551807[_0x177e3e(0x1fd)](debug,_0x177e3e(0x23c)+constants[_0x177e3e(0x218)]+_0x177e3e(0x1d6)+_0x43fbba);}}['getCBTInfo'](_0x184820){const _0x325cf8=a4_0x3d4c94,_0x1df813={'sETrn':function(_0x91cc9f,_0xd31bd0){return _0x91cc9f(_0xd31bd0);}};return _0x1df813[_0x325cf8(0x22a)](fetchPlatformDetails,_0x184820);}[a4_0x3d4c94(0x1fc)]=_0x4d8ec7=>{const _0x3f40ba=a4_0x3d4c94,_0x11d7e4={};_0x11d7e4[_0x3f40ba(0x275)]=_0x3f40ba(0x1df),_0x11d7e4[_0x3f40ba(0x1cd)]=_0x3f40ba(0x22f);const _0x31ff0b=_0x11d7e4;if(!_0x4d8ec7||!_0x4d8ec7[_0x3f40ba(0x1c0)])return;[_0x31ff0b[_0x3f40ba(0x275)],_0x31ff0b[_0x3f40ba(0x1cd)]][_0x3f40ba(0x1ce)](_0x4e95c1=>{const _0x50998c=_0x3f40ba,_0x534cda=_0x4d8ec7[_0x50998c(0x1c0)][_0x4e95c1];_0x534cda['forEach'](_0x3a2d0d=>{const _0x2a386e=_0x50998c;_0x3a2d0d[_0x2a386e(0x21a)]&&(_0x3a2d0d[_0x2a386e(0x21a)]=null);});});};[a4_0x3d4c94(0x25f)](_0x16be47){const _0xb9b4e6=a4_0x3d4c94,_0x5328ec={'pjGnq':_0xb9b4e6(0x1d5),'upLYE':function(_0x24544f){return _0x24544f();},'ziNpc':function(_0x435cb0,_0x1a25a3){return _0x435cb0===_0x1a25a3;},'myEVe':'_afterEach','SGVfr':function(_0x26dcd1){return _0x26dcd1();},'BNbQH':_0xb9b4e6(0x28d),'QTlxm':_0xb9b4e6(0x246),'sSmEB':'_beforeEach'};if(!_0x16be47||!_0x16be47[_0xb9b4e6(0x1c0)])return;[_0x5328ec[_0xb9b4e6(0x240)],_0x5328ec[_0xb9b4e6(0x282)],_0x5328ec['sSmEB'],_0x5328ec['myEVe']]['forEach'](_0x228164=>{const _0x27e8d8=_0xb9b4e6,_0x501a28=_0x16be47['parent'][_0x228164]||[];_0x501a28[_0x27e8d8(0x1ce)](_0x3c431b=>{const _0x3d02b8=_0x27e8d8;if(_0x3c431b[_0x3d02b8(0x28a)][_0x3d02b8(0x1ea)](_0x5328ec['pjGnq']))return;if(!_0x3c431b[_0x3d02b8(0x21a)])_0x3c431b[_0x3d02b8(0x21a)]=_0x5328ec[_0x3d02b8(0x1f2)](uuidv4);else _0x3c431b[_0x3d02b8(0x283)]&&_0x5328ec[_0x3d02b8(0x241)](_0x228164,_0x5328ec['myEVe'])&&(_0x3c431b[_0x3d02b8(0x21a)]=_0x5328ec[_0x3d02b8(0x26c)](uuidv4),delete _0x3c431b[_0x3d02b8(0x283)]);});}),this[_0xb9b4e6(0x25f)](_0x16be47[_0xb9b4e6(0x1c0)]);}[a4_0x3d4c94(0x21b)](_0x4e3696){const _0x238869=a4_0x3d4c94,_0x451fae={};_0x451fae[_0x238869(0x1b0)]=_0x238869(0x28d),_0x451fae[_0x238869(0x1de)]=_0x238869(0x246),_0x451fae[_0x238869(0x207)]='_beforeEach',_0x451fae['pKLxE']=_0x238869(0x22f);const _0x429097=_0x451fae;if(!_0x4e3696||!_0x4e3696[_0x238869(0x1c0)])return[];const _0x9dffa4=[];return[_0x429097[_0x238869(0x1b0)],_0x429097['ELKDu'],_0x429097[_0x238869(0x207)],_0x429097[_0x238869(0x24c)]][_0x238869(0x1ce)](_0x5bf0c6=>{const _0x1b7cd3=_0x238869,_0x4c1879=_0x4e3696[_0x1b7cd3(0x1c0)][_0x5bf0c6]||[];_0x4c1879[_0x1b7cd3(0x1ce)](_0x57dc89=>{const _0x3beba0=_0x1b7cd3;_0x57dc89[_0x3beba0(0x21a)]&&_0x9dffa4[_0x3beba0(0x1f0)](_0x57dc89[_0x3beba0(0x21a)]);});}),[][_0x238869(0x19e)](_0x9dffa4,this[_0x238869(0x21b)](_0x4e3696[_0x238869(0x1c0)]));}[a4_0x3d4c94(0x267)](_0x28b65f){const _0x547ea5=a4_0x3d4c94,_0xfdb408=/^"(?<hook>.*)" hook:.*$/,_0x105dd8=_0x28b65f[_0x547ea5(0x28a)],_0x53e00b=_0x105dd8[_0x547ea5(0x224)](_0xfdb408);if(_0x53e00b&&_0x53e00b[_0x547ea5(0x1fa)])return _0x53e00b[_0x547ea5(0x1fa)]['hook'][_0x547ea5(0x1ae)]()['replace']('\x20','_');return null;}[a4_0x3d4c94(0x1d4)](_0x90527b){const _0x44ec67=a4_0x3d4c94,_0x34ff81={};_0x34ff81['SBbOh']=function(_0x5bb103,_0x3d8aea){return _0x5bb103===_0x3d8aea;},_0x34ff81[_0x44ec67(0x23a)]='.git',_0x34ff81[_0x44ec67(0x1ab)]='config';const _0x3f090b=_0x34ff81,_0x3f6241=path['sep'];if(_0x3f090b[_0x44ec67(0x1e9)](_0x90527b,null)||_0x3f090b[_0x44ec67(0x1e9)](_0x90527b,'')||_0x3f090b[_0x44ec67(0x1e9)](_0x90527b,_0x3f6241)||_0x3f090b[_0x44ec67(0x1e9)](_0x90527b,path['dirname'](_0x90527b)))return null;try{return fs[_0x44ec67(0x25c)](path[_0x44ec67(0x212)](_0x90527b,_0x3f090b[_0x44ec67(0x23a)],_0x3f090b[_0x44ec67(0x1ab)])),_0x90527b;}catch(_0x57eaae){const _0x278713=path[_0x44ec67(0x211)](_0x90527b);return this[_0x44ec67(0x1d4)](_0x278713);}}[a4_0x3d4c94(0x21f)](_0x5417d2){const _0x19c418=a4_0x3d4c94,_0x5c9059={};_0x5c9059[_0x19c418(0x1bb)]=function(_0x4edbf0,_0x11a8c2){return _0x4edbf0>_0x11a8c2;};const _0x329212=_0x5c9059;if(_0x5417d2[_0x19c418(0x1a9)])return _0x5417d2[_0x19c418(0x1a9)];if(_0x5417d2[_0x19c418(0x1e5)]){const _0xad6508=_0x5417d2[_0x19c418(0x1e5)][_0x19c418(0x1ad)]?this[_0x19c418(0x21f)](_0x5417d2[_0x19c418(0x1e5)]['currentTest']):null;if(_0xad6508)return _0xad6508;}if(_0x5417d2[_0x19c418(0x1c0)]){const _0x346ce5=this[_0x19c418(0x21f)](_0x5417d2[_0x19c418(0x1c0)])||(_0x5417d2[_0x19c418(0x1c0)][_0x19c418(0x1e5)]&&_0x5417d2[_0x19c418(0x1c0)][_0x19c418(0x1e5)][_0x19c418(0x1ad)]?this[_0x19c418(0x21f)](_0x5417d2[_0x19c418(0x1c0)][_0x19c418(0x1e5)]['currentTest']):null);if(_0x346ce5)return _0x346ce5;_0x5417d2[_0x19c418(0x1c0)]['suites']&&_0x329212[_0x19c418(0x1bb)](_0x5417d2[_0x19c418(0x1c0)]['suites']['length'],0x0)&&_0x5417d2[_0x19c418(0x1c0)]['suites'][_0x19c418(0x1ce)](_0x3276ac=>{const _0x1e1186=_0x19c418,_0x269494=_0x3276ac[_0x1e1186(0x1e5)]?this[_0x1e1186(0x21f)](_0x3276ac['ctx']):null;if(_0x269494)return _0x269494;});}return null;}[a4_0x3d4c94(0x1d9)](_0x501d83){const _0x52e2cf=a4_0x3d4c94,_0x14a739={};_0x14a739['AUxao']=function(_0x126e06,_0xf032d4){return _0x126e06!==_0xf032d4;};const _0xa8a592=_0x14a739,_0x5c53de=[];if(_0x501d83&&_0x501d83[_0x52e2cf(0x1c0)]){let _0x1fa2ed=_0x501d83['parent'];while(_0x1fa2ed&&_0xa8a592[_0x52e2cf(0x210)](_0x1fa2ed['title'],'')){_0x5c53de[_0x52e2cf(0x1f0)](_0x1fa2ed[_0x52e2cf(0x28a)]),_0x1fa2ed=_0x1fa2ed['parent'];}}return _0x5c53de;}['captureEvent'](_0x24bc81,_0x2e837b,_0x53bed1=undefined){const _0x468197=a4_0x3d4c94,_0x18d8e4={'FBNgk':function(_0x47b810,_0x245b18){return _0x47b810(_0x245b18);},'tykGP':function(_0x4fb30c){return _0x4fb30c();},'SYPqQ':function(_0x9e7527){return _0x9e7527();},'KXwtf':function(_0x3a104e){return _0x3a104e();},'KrXRF':function(_0x5c59a2,_0xbe9d8e){return _0x5c59a2(_0xbe9d8e);},'RhPln':_0x468197(0x235),'xMrnt':_0x468197(0x216),'ahDtA':function(_0x24cc55,_0x305b72){return _0x24cc55!==_0x305b72;},'GsQBv':function(_0x2368f9,_0x54c0df){return _0x2368f9!==_0x54c0df;},'dDspT':_0x468197(0x287),'igdzt':_0x468197(0x25a),'ISVDj':_0x468197(0x214),'XIVPg':_0x468197(0x24f),'tMFkH':_0x468197(0x250),'zOKvu':_0x468197(0x1b2),'hFnhc':function(_0x2e0a06,_0x4231bd){return _0x2e0a06-_0x4231bd;},'eqVfk':function(_0x554929,_0x50cee9,_0x1098ab,_0x5ad589,_0x4b9217){return _0x554929(_0x50cee9,_0x1098ab,_0x5ad589,_0x4b9217);},'XDkGt':function(_0x5be4fe,_0x4ae7a8){return _0x5be4fe!==_0x4ae7a8;},'XjFUq':'integrations','czhaz':_0x468197(0x1bc),'URjHy':_0x468197(0x1dd),'NGPaH':'failure_backtrace','ymeRf':_0x468197(0x272),'dHxAd':_0x468197(0x228),'mEKIo':_0x468197(0x1c3),'uvjDv':function(_0x4502c4,_0x4a75b8){return _0x4502c4===_0x4a75b8;},'qHVLb':_0x468197(0x26b),'jXtHe':'test_run'};if(!this['enabled'])return;try{if(_0x2e837b['fn']&&_0x2e837b['fn'][_0x468197(0x20c)]()[_0x468197(0x224)](/browserstack internal helper hook/))return;const _0x55391d=_0x18d8e4['FBNgk'](parseEvent,_0x24bc81);if(!_0x55391d)return;if(_0x55391d[_0x468197(0x22e)]){this['currentTest']=_0x2e837b,this['currentHook']=null;if(_0x55391d[_0x468197(0x252)]||_0x55391d[_0x468197(0x250)]){_0x2e837b['startedAt']=new Date(),_0x2e837b[_0x468197(0x283)]=![];if(!_0x2e837b[_0x468197(0x219)])_0x2e837b[_0x468197(0x219)]=_0x18d8e4[_0x468197(0x1a4)](uuidv4);else _0x2e837b[_0x468197(0x283)]&&(!_0x2e837b[_0x468197(0x200)]&&(_0x2e837b['retryOf']=_0x2e837b[_0x468197(0x219)]),_0x2e837b[_0x468197(0x219)]=_0x18d8e4[_0x468197(0x221)](uuidv4));}}else{if(_0x55391d[_0x468197(0x1c2)]){this[_0x468197(0x1ef)]=_0x2e837b;if(_0x55391d[_0x468197(0x252)]){_0x2e837b['startedAt']=new Date(),_0x2e837b[_0x468197(0x283)]=![];if(!_0x2e837b[_0x468197(0x21a)])_0x2e837b[_0x468197(0x21a)]=_0x18d8e4[_0x468197(0x221)](uuidv4);else _0x2e837b[_0x468197(0x21a)]&&_0x2e837b['markedStatus']&&(_0x2e837b[_0x468197(0x21a)]=_0x18d8e4[_0x468197(0x25d)](uuidv4));}}}if(_0x55391d['finished']&&_0x2e837b[_0x468197(0x283)])return;let _0x168bd0;try{_0x168bd0=this[_0x468197(0x21f)](_0x2e837b);}catch(_0x4b778d){logger[_0x468197(0x19d)](_0x468197(0x27f)+_0x4b778d),_0x168bd0=null;}const _0xf6676c=_0x18d8e4[_0x468197(0x270)](require,_0x18d8e4['RhPln']);let _0x2ecb12=[];_0x53bed1&&(_0x2ecb12=[_0x53bed1,_0x18d8e4[_0x468197(0x1f5)]]);const _0x40de34=_0x18d8e4['ahDtA'](_0x2e837b['errorsDetailed'],undefined)?_0xf6676c[_0x468197(0x280)](_0x2e837b[_0x468197(0x255)][0x0]):_0x18d8e4[_0x468197(0x1fb)](_0x53bed1,undefined)?_0x53bed1[_0x468197(0x20c)]():undefined,_0x409c0a=_0x168bd0?this['findGitConfig'](_0x168bd0):null,_0x5726de=_0x168bd0?this[_0x468197(0x1cc)][_0x468197(0x1eb)](this[_0x468197(0x21f)](_0x2e837b)):_0x18d8e4['dDspT'];let _0x49f636=_0x18d8e4[_0x468197(0x201)];const _0xdbc58e=!_0x55391d[_0x468197(0x252)]?new Date()[_0x468197(0x284)]():null;if(_0x55391d[_0x468197(0x1ca)])_0x49f636=_0x53bed1?_0x18d8e4[_0x468197(0x227)]:_0x18d8e4['XIVPg'],_0x2e837b['markedStatus']=!![];else _0x55391d[_0x468197(0x250)]&&(_0x49f636=_0x18d8e4[_0x468197(0x1ac)],_0x2e837b[_0x468197(0x283)]=!![]);const _0x363de1={'framework':this[_0x468197(0x242)],'uuid':_0x2e837b[_0x468197(0x219)]||_0x2e837b[_0x468197(0x21a)],'name':_0x2e837b[_0x468197(0x28a)],'body':{'lang':_0x18d8e4[_0x468197(0x269)],'code':_0x2e837b[_0x468197(0x278)][_0x468197(0x20c)]()},'type':_0x2e837b[_0x468197(0x226)],'scope':_0x2e837b[_0x468197(0x1ff)](),'scopes':this[_0x468197(0x1d9)](_0x2e837b),'file_name':_0x5726de,'vc_filepath':_0x409c0a?path[_0x468197(0x1a7)](_0x409c0a,_0x168bd0):null,'location':_0x5726de,'result':_0x49f636,'failure_reason':_0x40de34,'duration_in_ms':_0x2e837b[_0x468197(0x24a)]||(_0x55391d[_0x468197(0x1ca)]||_0x55391d[_0x468197(0x250)])?_0x18d8e4[_0x468197(0x23e)](Date[_0x468197(0x237)](),new Date(_0x2e837b[_0x468197(0x1b3)])['getTime']()):null,'started_at':new Date(_0x2e837b[_0x468197(0x1b3)])['toISOString'](),'finished_at':_0xdbc58e,'failure':testOpsHelper[_0x468197(0x215)][_0x468197(0x23b)](null,_0x2ecb12),'failure_type':!_0x40de34?null:testOpsHelper[_0x468197(0x28c)](_0x40de34),'retry_of':_0x2e837b[_0x468197(0x200)]||null,'tags':_0x2e837b[_0x468197(0x1f4)]||[],'customRerunParam':{'rerun_name':_0x2e837b[_0x468197(0x1ff)]()}};_0x18d8e4[_0x468197(0x1f8)](appendTesthubParams,_0x363de1,_0x24bc81,_0x2e837b,FRAMEWORKS[_0x468197(0x266)]);if(_0x55391d[_0x468197(0x1c2)])[_0x363de1['hook_type'],_0x363de1[_0x468197(0x1f7)]]=[this[_0x468197(0x267)](_0x2e837b),_0x2e837b[_0x468197(0x1e5)][_0x468197(0x22e)][_0x468197(0x28a)]],_0x55391d[_0x468197(0x1ca)]?_0x18d8e4[_0x468197(0x19f)](_0x363de1[_0x468197(0x271)],_0x18d8e4[_0x468197(0x227)])&&(_0x363de1[_0x468197(0x271)]=_0x18d8e4[_0x468197(0x1f9)]):_0x363de1[_0x468197(0x278)]={};else _0x55391d[_0x468197(0x22e)]&&(this['mapTestHooks'](_0x2e837b),_0x55391d['skipped']&&this[_0x468197(0x1fc)](_0x2e837b),(_0x55391d[_0x468197(0x1ca)]||_0x55391d['skipped'])&&(_0x363de1[_0x468197(0x23d)]=this[_0x468197(0x21b)](_0x2e837b)));this[_0x468197(0x24d)]&&(_0x55391d[_0x468197(0x252)]||_0x55391d[_0x468197(0x250)])&&(_0x363de1[_0x18d8e4[_0x468197(0x264)]]=this['getCBTInfo'](this[_0x468197(0x24d)]));_0x55391d[_0x468197(0x22e)]&&_0x55391d[_0x468197(0x1ca)]&&_0x2e837b[_0x468197(0x206)]&&(_0x363de1[_0x18d8e4[_0x468197(0x1b7)]]={'feature':{'name':_0x2e837b[_0x468197(0x1c0)]['feature'][_0x468197(0x1f7)],'path':_0x363de1[_0x468197(0x22b)],'description':_0x2e837b[_0x468197(0x1c0)][_0x468197(0x1da)]},'scenario':{'name':_0x2e837b['title']},'steps':_0x2e837b['bddSteps']});const _0x2bf9f8=_0x363de1[_0x18d8e4[_0x468197(0x1f3)]][0x0];_0x2bf9f8&&(_0x363de1[_0x18d8e4[_0x468197(0x19b)]]=_0x2bf9f8[_0x18d8e4[_0x468197(0x202)]],_0x363de1[_0x18d8e4[_0x468197(0x1ed)]]=_0x2bf9f8[_0x18d8e4[_0x468197(0x1a2)]]);if(_0x2e837b[_0x468197(0x206)])for(const _0x3599fd of _0x2e837b[_0x468197(0x206)]){!_0x3599fd[_0x468197(0x1d7)]&&(_0x3599fd[_0x468197(0x1d7)]=new Date()[_0x468197(0x284)](),_0x18d8e4[_0x468197(0x1cb)](_0x3599fd[_0x468197(0x271)],_0x18d8e4[_0x468197(0x201)])&&(_0x2bf9f8?(_0x3599fd[_0x468197(0x271)]=_0x18d8e4[_0x468197(0x227)],_0x3599fd[_0x468197(0x1dd)]=_0x2bf9f8[_0x18d8e4['ymeRf']][0x0]):_0x3599fd['result']=_0x18d8e4['XIVPg']));}const _0x4b6c16={};_0x4b6c16['event_type']=_0x55391d['skipped']?TEST_EVENTS[_0x468197(0x205)]:_0x24bc81;const _0x52cbda=_0x4b6c16;return _0x55391d['hook']?_0x52cbda[_0x18d8e4['qHVLb']]=_0x363de1:_0x52cbda[_0x18d8e4[_0x468197(0x26a)]]=_0x363de1,_0x52cbda;}catch(_0x23fdb9){logger[_0x468197(0x19d)](_0x468197(0x20e)+_0x24bc81+_0x468197(0x1d6)+_0x23fdb9);}}async[a4_0x3d4c94(0x20a)](_0x475fa8,_0x58ae41){const _0x152544=a4_0x3d4c94;if(!this['enabled']||!_0x58ae41||!_0x475fa8)return![];try{return await SessionHandler[_0x152544(0x236)](_0x58ae41);}catch(_0x27da6e){logger[_0x152544(0x19d)]('Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20'+_0x475fa8+_0x152544(0x1d6)+_0x27da6e);}}['initializeBddStep'](_0x266ae5){const _0x2bc165=a4_0x3d4c94,_0x1ed667={};_0x1ed667[_0x2bc165(0x1c7)]=_0x2bc165(0x25a);const _0x5b6e4f=_0x1ed667;return{'id':_0x266ae5[_0x2bc165(0x1e4)],'text':_0x266ae5[_0x2bc165(0x249)],'keyword':_0x266ae5['keyword'],'started_at':_0x266ae5[_0x2bc165(0x1b3)]['toISOString'](),'result':_0x5b6e4f[_0x2bc165(0x1c7)]};}['bddStepStart'](_0x1032b7){const _0x450717=a4_0x3d4c94,_0x10ac4c={'kcZOq':function(_0x159c66){return _0x159c66();}};!this['currentTest'][_0x450717(0x206)]&&(this['currentTest'][_0x450717(0x206)]=[]),!_0x1032b7[_0x450717(0x1e4)]&&(_0x1032b7[_0x450717(0x1e4)]=_0x10ac4c[_0x450717(0x208)](uuidv4),_0x1032b7['startedAt']=new Date(),this[_0x450717(0x1ad)]['bddSteps']['push'](this[_0x450717(0x273)](_0x1032b7)));}['bddStepFinish'](_0x58e61f){const _0x48ae1f=a4_0x3d4c94,_0x3a9873={'LtKOP':function(_0x38e240,_0x5c9845){return _0x38e240(_0x5c9845);},'QLJqF':_0x48ae1f(0x19c),'xFKkk':_0x48ae1f(0x25a),'jaaFl':_0x48ae1f(0x24f),'lfGKW':function(_0xc8be9a,_0x219de5){return _0xc8be9a-_0x219de5;}};let _0x4b99ce=this[_0x48ae1f(0x1ad)]['bddSteps']['find'](_0x32688a=>_0x32688a['id']===_0x58e61f[_0x48ae1f(0x1e4)]);_0x3a9873[_0x48ae1f(0x239)](isUndefined,_0x4b99ce)&&(_0x4b99ce=this[_0x48ae1f(0x273)](_0x58e61f)),_0x4b99ce[_0x48ae1f(0x271)]=[_0x3a9873[_0x48ae1f(0x204)],_0x3a9873[_0x48ae1f(0x22d)]][_0x48ae1f(0x1ea)](_0x58e61f[_0x48ae1f(0x1f1)])?_0x3a9873['jaaFl']:_0x58e61f[_0x48ae1f(0x1f1)],_0x4b99ce[_0x48ae1f(0x1d7)]=new Date()[_0x48ae1f(0x284)](),_0x4b99ce['duration']=_0x3a9873[_0x48ae1f(0x213)](Date[_0x48ae1f(0x237)](),_0x58e61f[_0x48ae1f(0x1b3)]['getTime']()),_0x4b99ce[_0x48ae1f(0x1dd)]=_0x58e61f[_0x48ae1f(0x216)]?_0x58e61f[_0x48ae1f(0x216)][_0x48ae1f(0x1e3)]:null;}}const a4_0x40e8f9={};a4_0x40e8f9['O11yHelper']=O11yHelper,a4_0x40e8f9[a4_0x3d4c94(0x1b4)]=STATE_PASSED,a4_0x40e8f9['STATE_FAILED']=STATE_FAILED,a4_0x40e8f9[a4_0x3d4c94(0x21d)]=TEST_EVENTS,module[a4_0x3d4c94(0x251)]=a4_0x40e8f9;
1
+ const a4_0x4946f5=a4_0x508f;(function(_0x264aea,_0x1d4af4){const _0xd12459=a4_0x508f,_0x2c7ff2=_0x264aea();while(!![]){try{const _0x45c4de=parseInt(_0xd12459(0x208))/0x1*(-parseInt(_0xd12459(0x1df))/0x2)+-parseInt(_0xd12459(0x204))/0x3+-parseInt(_0xd12459(0x179))/0x4*(-parseInt(_0xd12459(0x147))/0x5)+parseInt(_0xd12459(0x220))/0x6+parseInt(_0xd12459(0x191))/0x7+parseInt(_0xd12459(0x16b))/0x8*(-parseInt(_0xd12459(0x141))/0x9)+-parseInt(_0xd12459(0x198))/0xa*(-parseInt(_0xd12459(0x1a6))/0xb);if(_0x45c4de===_0x1d4af4)break;else _0x2c7ff2['push'](_0x2c7ff2['shift']());}catch(_0x3e11d5){_0x2c7ff2['push'](_0x2c7ff2['shift']());}}}(a4_0x4316,0xbaf05));const path=require(a4_0x4946f5(0x16a)),fs=require('fs'),{v4:uuidv4}=require(a4_0x4946f5(0x16e)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x4946f5(0x176)),testOpsHelper=require(a4_0x4946f5(0x1ab)),{getTestEnv}=require(a4_0x4946f5(0x19d)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),logger=require('../../helpers/logger')[a4_0x4946f5(0x21e)],SessionHandler=require(a4_0x4946f5(0x165)),RequestQueueHandler=require(a4_0x4946f5(0x212)),PlaywrightSessionDetails=require(a4_0x4946f5(0x187)),debug=testOpsHelper[a4_0x4946f5(0x193)],{processAccessibilityCaps}=require(a4_0x4946f5(0x174)),Constants=require(a4_0x4946f5(0x1d4)),{fetchPlatformDetails}=require('./helper.js'),{shouldProcessEventForTesthub,appendTesthubParams}=require('../../helpers/testhub/utils.js'),constants=require(a4_0x4946f5(0x1d4)),STATE_PASSED=a4_0x4946f5(0x184),STATE_FAILED='failed',a4_0x3af1f={};a4_0x3af1f[a4_0x4946f5(0x1ac)]=a4_0x4946f5(0x1e9),a4_0x3af1f['TEST_RUN_FINISHED']='TestRunFinished',a4_0x3af1f['TEST_RUN_SKIPPED']=a4_0x4946f5(0x189),a4_0x3af1f[a4_0x4946f5(0x17f)]=a4_0x4946f5(0x216),a4_0x3af1f[a4_0x4946f5(0x1b4)]=a4_0x4946f5(0x14d);function a4_0x508f(_0x2ea056,_0x3b7cf5){const _0x431683=a4_0x4316();return a4_0x508f=function(_0x508fa7,_0x514fd0){_0x508fa7=_0x508fa7-0x139;let _0x2ce50e=_0x431683[_0x508fa7];return _0x2ce50e;},a4_0x508f(_0x2ea056,_0x3b7cf5);}const TEST_EVENTS=a4_0x3af1f,parseEvent=_0x5d7b6a=>{const _0x3a3d17=a4_0x4946f5,_0x5aaa33={};_0x5aaa33[_0x3a3d17(0x151)]=function(_0x56c95f,_0x37e6ed){return _0x56c95f<_0x37e6ed;},_0x5aaa33[_0x3a3d17(0x1e1)]=function(_0x4f2d8d,_0x5daf9e){return _0x4f2d8d===_0x5daf9e;},_0x5aaa33[_0x3a3d17(0x1f9)]=_0x3a3d17(0x19a),_0x5aaa33[_0x3a3d17(0x197)]=_0x3a3d17(0x1e2),_0x5aaa33[_0x3a3d17(0x155)]=function(_0x4f5f9b,_0x6835a8){return _0x4f5f9b===_0x6835a8;},_0x5aaa33[_0x3a3d17(0x1b8)]=_0x3a3d17(0x166),_0x5aaa33[_0x3a3d17(0x1f6)]=function(_0x4c4d25,_0x4178b8){return _0x4c4d25===_0x4178b8;},_0x5aaa33[_0x3a3d17(0x145)]=_0x3a3d17(0x1ae),_0x5aaa33['meyxZ']=function(_0x43dba4,_0x403e3d){return _0x43dba4===_0x403e3d;},_0x5aaa33[_0x3a3d17(0x1ff)]=_0x3a3d17(0x1da);const _0x7a8333=_0x5aaa33,_0x1d35e9=_0x5d7b6a[_0x3a3d17(0x158)](/^(.*)Run(.*)$/);if(!_0x1d35e9)return null;if(_0x7a8333['vdNge'](_0x1d35e9[_0x3a3d17(0x21d)],0x3))return null;const _0x4f2fd6=_0x1d35e9[0x1][_0x3a3d17(0x1cb)](),_0x25b0f8=_0x1d35e9[0x2]['toLowerCase']();return{'test':_0x7a8333[_0x3a3d17(0x1e1)](_0x4f2fd6,_0x7a8333[_0x3a3d17(0x1f9)]),'hook':_0x7a8333[_0x3a3d17(0x1e1)](_0x4f2fd6,_0x7a8333[_0x3a3d17(0x197)]),'skipped':_0x7a8333[_0x3a3d17(0x155)](_0x25b0f8,_0x7a8333['RXXBJ']),'started':_0x7a8333[_0x3a3d17(0x1f6)](_0x25b0f8,_0x7a8333['vbBvc']),'finished':_0x7a8333['meyxZ'](_0x25b0f8,_0x7a8333[_0x3a3d17(0x1ff)])};},mockPWBrowserType=_0x396c8a=>{const _0x10f53f=a4_0x4946f5,_0x2a6e72={'RrFCk':function(_0x23dd42,_0x452008){return _0x23dd42===_0x452008;},'Nhqwn':_0x10f53f(0x15e),'xfdLI':function(_0x408c75,_0x346177,_0xc6789f){return _0x408c75(_0x346177,_0xc6789f);},'TOYCK':_0x10f53f(0x1af),'jWKhl':function(_0x370ed9,_0xbf5e13){return _0x370ed9(_0xbf5e13);},'kCLRx':_0x10f53f(0x1ea),'xTaNz':_0x10f53f(0x218),'YWhjc':_0x10f53f(0x180),'HMGoS':_0x10f53f(0x1f3),'sUJpN':_0x10f53f(0x16d),'Pqtlj':'connect','doFuX':_0x10f53f(0x1de)},_0x46f07d=path['join'](_0x2a6e72[_0x10f53f(0x192)],_0x2a6e72['YWhjc'],_0x2a6e72['HMGoS']),_0x32204d=_0x2a6e72[_0x10f53f(0x149)](importFileFromPWCore,_0x46f07d);if(!_0x32204d){_0x2a6e72[_0x10f53f(0x149)](debug,_0x2a6e72[_0x10f53f(0x172)]);return;}const _0x37ea6b=_0x32204d[_0x10f53f(0x160)],_0x36c349=_0x37ea6b[_0x10f53f(0x1b7)];if(_0x36c349[_0x10f53f(0x1e6)])return;const _0xddea5f=_0x36c349[_0x10f53f(0x148)];Object['defineProperty'](_0x36c349,_0x2a6e72['Pqtlj'],{'get':function(){const _0x52724a=_0x10f53f,_0x523a4d={'KWNbp':function(_0x5c9330,_0x4269b2){const _0x1521e1=a4_0x508f;return _0x2a6e72[_0x1521e1(0x18d)](_0x5c9330,_0x4269b2);},'eZyvG':_0x2a6e72['Nhqwn'],'RIsHF':function(_0x2995b8,_0x5853ba,_0x38ed5c){return _0x2a6e72['xfdLI'](_0x2995b8,_0x5853ba,_0x38ed5c);},'hSoVv':_0x2a6e72['TOYCK'],'NHJdu':function(_0x184967,_0x222164){const _0x1fdf79=a4_0x508f;return _0x2a6e72[_0x1fdf79(0x149)](_0x184967,_0x222164);},'YXkqk':_0x2a6e72[_0x52724a(0x1fa)]};return async function _0x55f6a5(_0xa0435c,_0x316800){const _0x473b4d=_0x52724a,_0x469aff={'hwmft':function(_0x65bb22,_0x3b1c9c){const _0xb72915=a4_0x508f;return _0x523a4d[_0xb72915(0x228)](_0x65bb22,_0x3b1c9c);},'zrKlu':_0x523a4d['eZyvG']},_0x4c41e9=_0x523a4d[_0x473b4d(0x16f)](nestedKeyValue,_0xa0435c,[_0x523a4d[_0x473b4d(0x188)]])||_0xa0435c;let _0x5d145a=null,_0x2f6305=null;try{[_0x2f6305,_0x5d145a]=_0x4c41e9?_0x523a4d[_0x473b4d(0x207)](parseWSEndpoint,_0x4c41e9):[null,null],global[_0x473b4d(0x1a3)]=_0x5d145a,logger[_0x473b4d(0x193)](_0x473b4d(0x21b)+_0x2f6305),_0x2f6305[_0x473b4d(0x140)](Constants[_0x473b4d(0x219)])&&(global['__cloud_provider___']=_0x523a4d[_0x473b4d(0x1f2)]);}catch(_0x3ecdb7){logger[_0x473b4d(0x193)](_0x473b4d(0x142)+_0x4c41e9+'\x20'+_0x3ecdb7);}_0x523a4d[_0x473b4d(0x16f)](processAccessibilityCaps,_0x5d145a,_0x2f6305);if(global['accessibilityPlatform']){const _0x165adb=await _0x36c349[_0x473b4d(0x17a)][_0x473b4d(0x175)](this,[''+Constants[_0x473b4d(0x150)]+_0x523a4d[_0x473b4d(0x207)](encodeURIComponent,JSON[_0x473b4d(0x1fb)](_0x5d145a))]);return PlaywrightSessionDetails['setupBrowserDetails'](_0x165adb,_0x396c8a,_0x4c41e9),_0x165adb;}return _0xddea5f['apply'](this,arguments)[_0x473b4d(0x1ef)](_0x4e7373=>{const _0x1d4b80=_0x473b4d;let _0x45c4d8=_0xa0435c[_0x1d4b80(0x1af)];return _0x469aff[_0x1d4b80(0x1c2)](typeof _0xa0435c,_0x469aff[_0x1d4b80(0x21a)])&&(_0x45c4d8=_0xa0435c),PlaywrightSessionDetails['setupBrowserDetails'](_0x4e7373,_0x396c8a,_0x45c4d8),_0x4e7373;});};}});const _0x152b6d=_0x36c349[_0x10f53f(0x1de)];Object[_0x10f53f(0x205)](_0x36c349,_0x2a6e72[_0x10f53f(0x1bd)],{'get':function(){return async function _0x5a136b(){const _0x547175=a4_0x508f;return _0x152b6d[_0x547175(0x175)](this,arguments)['then'](_0x538dc4=>{const _0x4f3e71=_0x547175;return PlaywrightSessionDetails[_0x4f3e71(0x161)](_0x538dc4,null),_0x538dc4;});};}});};class O11yHelper{[a4_0x4946f5(0x1ec)]=null;[a4_0x4946f5(0x1d9)]=null;[a4_0x4946f5(0x15c)]=![];[a4_0x4946f5(0x195)]=![];constructor(_0x2f275f,_0xe28a9){const _0x216f54=a4_0x4946f5,_0x329105={'lcfho':'0|2|5|1|4|3','nroTk':function(_0x40ec61){return _0x40ec61();},'lRjWU':function(_0x36ea49,_0x3b20f7){return _0x36ea49===_0x3b20f7;},'TmplH':'Playwright','qwLwH':function(_0x278ade,_0x7a2c75){return _0x278ade(_0x7a2c75);}},_0x59358a=_0x329105['lcfho']['split']('|');let _0x226808=0x0;while(!![]){switch(_0x59358a[_0x226808++]){case'0':this[_0x216f54(0x15c)]=_0x329105['nroTk'](shouldProcessEventForTesthub);continue;case'1':this[_0x216f54(0x1ce)]=_0x329105[_0x216f54(0x157)](getTestEnv);continue;case'2':this['frameworkName']=_0xe28a9[_0x216f54(0x195)];continue;case'3':this['driver']&&_0x329105[_0x216f54(0x1f4)](this[_0x216f54(0x17c)][_0x216f54(0x13b)][_0x216f54(0x18a)],_0x329105[_0x216f54(0x1d0)])&&_0x329105[_0x216f54(0x1dd)](mockPWBrowserType,null);continue;case'4':this['_paths']=new testOpsHelper[(_0x216f54(0x13d))]({'cwd':process[_0x216f54(0x13c)]()},this['_testEnv'][_0x216f54(0x14e)]);continue;case'5':this[_0x216f54(0x17c)]=_0x2f275f;continue;}break;}}[a4_0x4946f5(0x144)](){const _0x2fb611=a4_0x4946f5;if(!this[_0x2fb611(0x15c)])return;testOpsHelper[_0x2fb611(0x1ed)](),process[_0x2fb611(0x183)](_0x2fb611(0x1d7)+process[_0x2fb611(0x153)]),process['on'](_0x2fb611(0x1d7)+process[_0x2fb611(0x153)],this[_0x2fb611(0x1ba)][_0x2fb611(0x162)](this));}async[a4_0x4946f5(0x225)](){const _0x29eff2=a4_0x4946f5;await RequestQueueHandler[_0x29eff2(0x211)]()[_0x29eff2(0x1a4)]();}async[a4_0x4946f5(0x1ba)](_0xf38fed){const _0x563f27=a4_0x4946f5,_0x190924={'eClMY':_0x563f27(0x20b),'UTpjk':function(_0x137833,_0x528a87){return _0x137833(_0x528a87);}};try{this['currentHook']&&!this['currentHook'][_0x563f27(0x163)]&&(_0xf38fed[_0x563f27(0x1c3)]=this['currentHook'][_0x563f27(0x14b)]);!_0xf38fed['hook_run_uuid']&&this['currentTest']&&!this[_0x563f27(0x1ec)][_0x563f27(0x163)]&&(_0xf38fed[_0x563f27(0x1b1)]=this[_0x563f27(0x1ec)][_0x563f27(0x1e8)]);if(_0xf38fed[_0x563f27(0x1c3)]||_0xf38fed[_0x563f27(0x1b1)]){const _0x3f487d={};_0x3f487d['event_type']=_0x190924[_0x563f27(0x159)],_0x3f487d[_0x563f27(0x201)]=[_0xf38fed],await SessionHandler[_0x563f27(0x1c4)](_0x3f487d);}}catch(_0x1d75cc){_0x190924['UTpjk'](debug,'Exception\x20in\x20uploading\x20log\x20data\x20to\x20'+constants[_0x563f27(0x1b0)]+_0x563f27(0x1fd)+_0x1d75cc);}}async['sendCBTInfo'](_0x374d57){const _0x48e8c9=a4_0x4946f5,_0x19251e={'oOhWN':_0x48e8c9(0x18c),'GUYrr':function(_0x409091,_0x183640){return _0x409091(_0x183640);}};if(!this[_0x48e8c9(0x15c)])return;const _0x256ea0=this['getCBTInfo'](this[_0x48e8c9(0x17c)]);try{const _0x3fdff3={};_0x3fdff3[_0x48e8c9(0x16e)]=_0x374d57,_0x3fdff3[_0x48e8c9(0x217)]=_0x256ea0;const _0x30b140=_0x3fdff3,_0x300440={};_0x300440['event_type']=_0x19251e['oOhWN'],_0x300440[_0x48e8c9(0x1cd)]=_0x30b140,await SessionHandler[_0x48e8c9(0x1c4)](_0x300440);}catch(_0x40b6af){_0x19251e[_0x48e8c9(0x21c)](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20'+constants[_0x48e8c9(0x1b0)]+_0x48e8c9(0x1fd)+_0x40b6af);}}['getCBTInfo'](_0x3609c6){const _0x37808e={'xAIwu':function(_0x36b872,_0x3937be){return _0x36b872(_0x3937be);}};return _0x37808e['xAIwu'](fetchPlatformDetails,_0x3609c6);}[a4_0x4946f5(0x1b9)]=_0x214775=>{const _0x34ba30=a4_0x4946f5,_0x17ced1={};_0x17ced1['rQDTJ']=_0x34ba30(0x1c8),_0x17ced1[_0x34ba30(0x20f)]='_afterEach';const _0x4a9c5c=_0x17ced1;if(!_0x214775||!_0x214775[_0x34ba30(0x1b2)])return;[_0x4a9c5c[_0x34ba30(0x1e0)],_0x4a9c5c[_0x34ba30(0x20f)]]['forEach'](_0x11bb01=>{const _0x283987=_0x34ba30,_0x36e1e5=_0x214775[_0x283987(0x1b2)][_0x11bb01];_0x36e1e5['forEach'](_0x25628b=>{const _0xf8a5c5=_0x283987;_0x25628b[_0xf8a5c5(0x14b)]&&(_0x25628b['hookAnalyticsId']=null);});});};[a4_0x4946f5(0x209)](_0x4d5de2){const _0x298ee4=a4_0x4946f5,_0x326c1b={'FDtHX':_0x298ee4(0x1d2),'feKGn':function(_0xe267e){return _0xe267e();},'aNIYz':function(_0x532af5,_0x4112a1){return _0x532af5===_0x4112a1;},'GjWrS':_0x298ee4(0x18b),'sMWLz':function(_0x163c7f){return _0x163c7f();},'uDlPZ':_0x298ee4(0x1d8),'pEzQl':_0x298ee4(0x206),'wzfSk':'_beforeEach'};if(!_0x4d5de2||!_0x4d5de2[_0x298ee4(0x1b2)])return;[_0x326c1b['uDlPZ'],_0x326c1b['pEzQl'],_0x326c1b[_0x298ee4(0x178)],_0x326c1b[_0x298ee4(0x15d)]][_0x298ee4(0x146)](_0x7d8d52=>{const _0x19cd67=_0x298ee4,_0x54ef1f=_0x4d5de2[_0x19cd67(0x1b2)][_0x7d8d52]||[];_0x54ef1f[_0x19cd67(0x146)](_0x543ac0=>{const _0x2d8cca=_0x19cd67;if(_0x543ac0[_0x2d8cca(0x152)][_0x2d8cca(0x140)](_0x326c1b['FDtHX']))return;if(!_0x543ac0[_0x2d8cca(0x14b)])_0x543ac0[_0x2d8cca(0x14b)]=_0x326c1b[_0x2d8cca(0x14f)](uuidv4);else _0x543ac0[_0x2d8cca(0x163)]&&_0x326c1b[_0x2d8cca(0x1fc)](_0x7d8d52,_0x326c1b[_0x2d8cca(0x15d)])&&(_0x543ac0[_0x2d8cca(0x14b)]=_0x326c1b['sMWLz'](uuidv4),delete _0x543ac0[_0x2d8cca(0x163)]);});}),this[_0x298ee4(0x209)](_0x4d5de2[_0x298ee4(0x1b2)]);}['getHooksForTest'](_0x46b923){const _0x4fe4ef=a4_0x4946f5,_0x145276={};_0x145276[_0x4fe4ef(0x202)]=_0x4fe4ef(0x1d8),_0x145276['DBZiX']=_0x4fe4ef(0x206),_0x145276[_0x4fe4ef(0x15b)]=_0x4fe4ef(0x1c8),_0x145276[_0x4fe4ef(0x17b)]=_0x4fe4ef(0x18b);const _0x510cc5=_0x145276;if(!_0x46b923||!_0x46b923['parent'])return[];const _0x4f1d55=[];return[_0x510cc5['YGzII'],_0x510cc5['DBZiX'],_0x510cc5[_0x4fe4ef(0x15b)],_0x510cc5[_0x4fe4ef(0x17b)]][_0x4fe4ef(0x146)](_0xc2c50c=>{const _0x145167=_0x4fe4ef,_0x50e52d=_0x46b923['parent'][_0xc2c50c]||[];_0x50e52d[_0x145167(0x146)](_0x3401c5=>{const _0x1c2138=_0x145167;_0x3401c5['hookAnalyticsId']&&_0x4f1d55[_0x1c2138(0x181)](_0x3401c5[_0x1c2138(0x14b)]);});}),[]['concat'](_0x4f1d55,this[_0x4fe4ef(0x1e5)](_0x46b923[_0x4fe4ef(0x1b2)]));}[a4_0x4946f5(0x1a9)](_0xae0c3f){const _0x9c9c90=a4_0x4946f5,_0x175c9e=/^"(?<hook>.*)" hook:.*$/,_0x5d3d96=_0xae0c3f[_0x9c9c90(0x152)],_0x422a0d=_0x5d3d96['match'](_0x175c9e);if(_0x422a0d&&_0x422a0d[_0x9c9c90(0x1a8)])return _0x422a0d[_0x9c9c90(0x1a8)][_0x9c9c90(0x1e2)][_0x9c9c90(0x1b3)]()[_0x9c9c90(0x1e3)]('\x20','_');return null;}[a4_0x4946f5(0x1fe)](_0x3005c2){const _0xd8084f=a4_0x4946f5,_0x1fd34b={};_0x1fd34b[_0xd8084f(0x224)]=function(_0xcc5690,_0x25814d){return _0xcc5690===_0x25814d;},_0x1fd34b[_0xd8084f(0x19c)]=function(_0x2fcc2a,_0x43dd41){return _0x2fcc2a===_0x43dd41;},_0x1fd34b['ckQnW']=function(_0x3b1c0a,_0x5d5341){return _0x3b1c0a===_0x5d5341;},_0x1fd34b['JqAgQ']='.git',_0x1fd34b[_0xd8084f(0x1d1)]=_0xd8084f(0x1e4);const _0x442874=_0x1fd34b,_0x401aef=path[_0xd8084f(0x203)];if(_0x442874[_0xd8084f(0x224)](_0x3005c2,null)||_0x442874['MHnKU'](_0x3005c2,'')||_0x442874['ovvjk'](_0x3005c2,_0x401aef)||_0x442874['ckQnW'](_0x3005c2,path[_0xd8084f(0x13e)](_0x3005c2)))return null;try{return fs[_0xd8084f(0x139)](path[_0xd8084f(0x156)](_0x3005c2,_0x442874['JqAgQ'],_0x442874[_0xd8084f(0x1d1)])),_0x3005c2;}catch(_0x166749){const _0x2a0ced=path[_0xd8084f(0x13e)](_0x3005c2);return this[_0xd8084f(0x1fe)](_0x2a0ced);}}[a4_0x4946f5(0x215)](_0x45b892){const _0x515672=a4_0x4946f5,_0x14d5a0={};_0x14d5a0[_0x515672(0x18e)]=function(_0x5bc483,_0x30a085){return _0x5bc483>_0x30a085;};const _0x513bb0=_0x14d5a0;if(_0x45b892[_0x515672(0x1bf)])return _0x45b892['file'];if(_0x45b892[_0x515672(0x173)]){const _0x24038c=_0x45b892['ctx']['currentTest']?this[_0x515672(0x215)](_0x45b892[_0x515672(0x173)][_0x515672(0x1ec)]):null;if(_0x24038c)return _0x24038c;}if(_0x45b892[_0x515672(0x1b2)]){const _0x2472af=this[_0x515672(0x215)](_0x45b892[_0x515672(0x1b2)])||(_0x45b892[_0x515672(0x1b2)][_0x515672(0x173)]&&_0x45b892['parent']['ctx'][_0x515672(0x1ec)]?this['getRootParentFile'](_0x45b892[_0x515672(0x1b2)][_0x515672(0x173)]['currentTest']):null);if(_0x2472af)return _0x2472af;_0x45b892[_0x515672(0x1b2)][_0x515672(0x14c)]&&_0x513bb0[_0x515672(0x18e)](_0x45b892['parent'][_0x515672(0x14c)][_0x515672(0x21d)],0x0)&&_0x45b892[_0x515672(0x1b2)][_0x515672(0x14c)][_0x515672(0x146)](_0xf1719f=>{const _0x3b8dfb=_0x515672,_0x8a0e9=_0xf1719f[_0x3b8dfb(0x173)]?this[_0x3b8dfb(0x215)](_0xf1719f[_0x3b8dfb(0x173)]):null;if(_0x8a0e9)return _0x8a0e9;});}return null;}[a4_0x4946f5(0x1bb)](_0x206900){const _0x2c1e7b=a4_0x4946f5,_0x53a61f={};_0x53a61f[_0x2c1e7b(0x1a0)]=function(_0x4bc247,_0x4cffdb){return _0x4bc247!==_0x4cffdb;};const _0x4d0e48=_0x53a61f,_0x334d72=[];if(_0x206900&&_0x206900['parent']){let _0x313492=_0x206900[_0x2c1e7b(0x1b2)];while(_0x313492&&_0x4d0e48['bhSMU'](_0x313492[_0x2c1e7b(0x152)],'')){_0x334d72['push'](_0x313492[_0x2c1e7b(0x152)]),_0x313492=_0x313492[_0x2c1e7b(0x1b2)];}}return _0x334d72;}[a4_0x4946f5(0x19f)](_0x5d8005,_0x49b667,_0x34821d=undefined){const _0x3980b2=a4_0x4946f5,_0x40b525={'hLvFw':function(_0x1d1f89,_0x51b39b){return _0x1d1f89(_0x51b39b);},'arRtp':function(_0x413ead){return _0x413ead();},'Irxcp':function(_0x5bc895){return _0x5bc895();},'VWEzs':'util','MsLcm':_0x3980b2(0x1d6),'VfeVS':function(_0x13fdb1,_0x44e908){return _0x13fdb1!==_0x44e908;},'pzSHI':function(_0x14e9cb,_0x3d8c1e){return _0x14e9cb!==_0x3d8c1e;},'BYDdE':_0x3980b2(0x15f),'dSCgc':_0x3980b2(0x20d),'IcRuD':_0x3980b2(0x1ad),'YrTIy':_0x3980b2(0x184),'BjByz':_0x3980b2(0x166),'xxOYS':_0x3980b2(0x1ee),'DaxFb':function(_0x4a37ae,_0x238bd8){return _0x4a37ae-_0x238bd8;},'toIlo':function(_0x427089,_0x13752e,_0x455f4d,_0x447f1d,_0x538158){return _0x427089(_0x13752e,_0x455f4d,_0x447f1d,_0x538158);},'AIwAr':function(_0x249762,_0x43a8b1){return _0x249762!==_0x43a8b1;},'jvYfQ':_0x3980b2(0x217),'bqbka':'meta','AueGM':_0x3980b2(0x1cf),'EbAlc':'failure_backtrace','VlEiM':_0x3980b2(0x167),'SsOGg':'failure_reason_expanded','WDGPy':'expanded','oFzrv':function(_0x7d50d3,_0x39db8a){return _0x7d50d3===_0x39db8a;},'huvpH':'hook_run','yIwzg':_0x3980b2(0x1cd)};if(!this[_0x3980b2(0x15c)])return;try{if(_0x49b667['fn']&&_0x49b667['fn']['toString']()[_0x3980b2(0x158)](/browserstack internal helper hook/))return;const _0x55e132=_0x40b525[_0x3980b2(0x1c9)](parseEvent,_0x5d8005);if(!_0x55e132)return;if(_0x55e132[_0x3980b2(0x19a)]){this[_0x3980b2(0x1ec)]=_0x49b667,this['currentHook']=null;if(_0x55e132['started']||_0x55e132['skipped']){_0x49b667['startedAt']=new Date(),_0x49b667[_0x3980b2(0x163)]=![];if(!_0x49b667[_0x3980b2(0x1e8)])_0x49b667[_0x3980b2(0x1e8)]=_0x40b525[_0x3980b2(0x182)](uuidv4);else _0x49b667[_0x3980b2(0x163)]&&(!_0x49b667['retryOf']&&(_0x49b667[_0x3980b2(0x19b)]=_0x49b667[_0x3980b2(0x1e8)]),_0x49b667[_0x3980b2(0x1e8)]=_0x40b525[_0x3980b2(0x182)](uuidv4));}}else{if(_0x55e132[_0x3980b2(0x1e2)]){this['currentHook']=_0x49b667;if(_0x55e132['started']){_0x49b667[_0x3980b2(0x1a7)]=new Date(),_0x49b667[_0x3980b2(0x163)]=![];if(!_0x49b667[_0x3980b2(0x14b)])_0x49b667[_0x3980b2(0x14b)]=_0x40b525[_0x3980b2(0x210)](uuidv4);else _0x49b667[_0x3980b2(0x14b)]&&_0x49b667[_0x3980b2(0x163)]&&(_0x49b667['hookAnalyticsId']=_0x40b525[_0x3980b2(0x182)](uuidv4));}}}if(_0x55e132[_0x3980b2(0x1da)]&&_0x49b667[_0x3980b2(0x163)])return;let _0x1979bc;try{_0x1979bc=this['getRootParentFile'](_0x49b667);}catch(_0x26c7ab){logger[_0x3980b2(0x193)](_0x3980b2(0x200)+_0x26c7ab),_0x1979bc=null;}const _0x3007d0=_0x40b525[_0x3980b2(0x1c9)](require,_0x40b525['VWEzs']);let _0x1f5690=[];_0x34821d&&(_0x1f5690=[_0x34821d,_0x40b525['MsLcm']]);const _0x2ce473=_0x40b525['VfeVS'](_0x49b667[_0x3980b2(0x1c5)],undefined)?_0x3007d0[_0x3980b2(0x20e)](_0x49b667[_0x3980b2(0x1c5)][0x0]):_0x40b525['pzSHI'](_0x34821d,undefined)?_0x34821d[_0x3980b2(0x1dc)]():undefined,_0x2b9da2=_0x1979bc?this['findGitConfig'](_0x1979bc):null,_0x3ee22c=_0x1979bc?this[_0x3980b2(0x169)][_0x3980b2(0x1f7)](this['getRootParentFile'](_0x49b667)):_0x40b525[_0x3980b2(0x1aa)];let _0x44c0f0=_0x40b525[_0x3980b2(0x1b5)];const _0x46b845=!_0x55e132[_0x3980b2(0x1ae)]?new Date()[_0x3980b2(0x1a1)]():null;if(_0x55e132[_0x3980b2(0x1da)])_0x44c0f0=_0x34821d?_0x40b525[_0x3980b2(0x1e7)]:_0x40b525['YrTIy'],_0x49b667[_0x3980b2(0x163)]=!![];else _0x55e132[_0x3980b2(0x166)]&&(_0x44c0f0=_0x40b525[_0x3980b2(0x18f)],_0x49b667[_0x3980b2(0x163)]=!![]);const _0x255211={'framework':this['frameworkName'],'uuid':_0x49b667[_0x3980b2(0x1e8)]||_0x49b667[_0x3980b2(0x14b)],'name':_0x49b667['title'],'body':{'lang':_0x40b525['xxOYS'],'code':_0x49b667['body']['toString']()},'type':_0x49b667[_0x3980b2(0x1b6)],'scope':_0x49b667[_0x3980b2(0x1cc)](),'scopes':this[_0x3980b2(0x1bb)](_0x49b667),'file_name':_0x3ee22c,'vc_filepath':_0x2b9da2?path[_0x3980b2(0x186)](_0x2b9da2,_0x1979bc):null,'location':_0x3ee22c,'result':_0x44c0f0,'failure_reason':_0x2ce473,'duration_in_ms':_0x49b667[_0x3980b2(0x1f8)]||(_0x55e132[_0x3980b2(0x1da)]||_0x55e132[_0x3980b2(0x166)])?_0x40b525[_0x3980b2(0x171)](Date[_0x3980b2(0x185)](),new Date(_0x49b667['startedAt'])[_0x3980b2(0x20a)]()):null,'started_at':new Date(_0x49b667[_0x3980b2(0x1a7)])['toISOString'](),'finished_at':_0x46b845,'failure':testOpsHelper[_0x3980b2(0x194)][_0x3980b2(0x175)](null,_0x1f5690),'failure_type':!_0x2ce473?null:testOpsHelper['getFailureType'](_0x2ce473),'retry_of':_0x49b667[_0x3980b2(0x19b)]||null,'tags':_0x49b667[_0x3980b2(0x17e)]||[],'customRerunParam':{'rerun_name':_0x49b667[_0x3980b2(0x1cc)]()}};_0x40b525[_0x3980b2(0x168)](appendTesthubParams,_0x255211,_0x5d8005,_0x49b667,FRAMEWORKS[_0x3980b2(0x1d3)]);if(_0x55e132['hook'])[_0x255211[_0x3980b2(0x1c0)],_0x255211[_0x3980b2(0x18a)]]=[this[_0x3980b2(0x1a9)](_0x49b667),_0x49b667[_0x3980b2(0x173)][_0x3980b2(0x19a)][_0x3980b2(0x152)]],_0x55e132[_0x3980b2(0x1da)]?_0x40b525[_0x3980b2(0x1f5)](_0x255211['result'],_0x40b525[_0x3980b2(0x1e7)])&&(_0x255211[_0x3980b2(0x1be)]=_0x40b525[_0x3980b2(0x177)]):_0x255211[_0x3980b2(0x1c1)]={};else _0x55e132[_0x3980b2(0x19a)]&&(this[_0x3980b2(0x209)](_0x49b667),_0x55e132[_0x3980b2(0x166)]&&this[_0x3980b2(0x1b9)](_0x49b667),(_0x55e132[_0x3980b2(0x1da)]||_0x55e132[_0x3980b2(0x166)])&&(_0x255211[_0x3980b2(0x143)]=this[_0x3980b2(0x1e5)](_0x49b667)));this[_0x3980b2(0x17c)]&&(_0x55e132[_0x3980b2(0x1ae)]||_0x55e132[_0x3980b2(0x166)])&&(_0x255211[_0x40b525['jvYfQ']]=this[_0x3980b2(0x164)](this[_0x3980b2(0x17c)]));_0x55e132[_0x3980b2(0x19a)]&&_0x55e132['finished']&&_0x49b667['bddSteps']&&(_0x255211[_0x40b525[_0x3980b2(0x13a)]]={'feature':{'name':_0x49b667['parent'][_0x3980b2(0x1c7)][_0x3980b2(0x18a)],'path':_0x255211[_0x3980b2(0x170)],'description':_0x49b667[_0x3980b2(0x1b2)]['comment']},'scenario':{'name':_0x49b667[_0x3980b2(0x152)]},'steps':_0x49b667[_0x3980b2(0x20c)]});const _0x24bda8=_0x255211[_0x40b525[_0x3980b2(0x226)]][0x0];_0x24bda8&&(_0x255211[_0x40b525['EbAlc']]=_0x24bda8[_0x40b525[_0x3980b2(0x1a2)]],_0x255211[_0x40b525[_0x3980b2(0x227)]]=_0x24bda8[_0x40b525[_0x3980b2(0x1c6)]]);if(_0x49b667[_0x3980b2(0x20c)])for(const _0x43fe77 of _0x49b667[_0x3980b2(0x20c)]){!_0x43fe77['finished_at']&&(_0x43fe77[_0x3980b2(0x199)]=new Date()['toISOString'](),_0x40b525[_0x3980b2(0x190)](_0x43fe77[_0x3980b2(0x1be)],_0x40b525[_0x3980b2(0x1b5)])&&(_0x24bda8?(_0x43fe77[_0x3980b2(0x1be)]=_0x40b525[_0x3980b2(0x1e7)],_0x43fe77[_0x3980b2(0x1cf)]=_0x24bda8[_0x40b525['VlEiM']][0x0]):_0x43fe77[_0x3980b2(0x1be)]=_0x40b525[_0x3980b2(0x177)]));}const _0x128da1={};_0x128da1[_0x3980b2(0x14a)]=_0x55e132[_0x3980b2(0x166)]?TEST_EVENTS[_0x3980b2(0x196)]:_0x5d8005;const _0x1a1b42=_0x128da1;return _0x55e132[_0x3980b2(0x1e2)]?_0x1a1b42[_0x40b525[_0x3980b2(0x213)]]=_0x255211:_0x1a1b42[_0x40b525['yIwzg']]=_0x255211,_0x1a1b42;}catch(_0x406486){logger[_0x3980b2(0x193)](_0x3980b2(0x1ca)+_0x5d8005+_0x3980b2(0x1fd)+_0x406486);}}async[a4_0x4946f5(0x1eb)](_0x45927e,_0x4f4dda){const _0x3dbeec=a4_0x4946f5;if(!this[_0x3dbeec(0x15c)]||!_0x4f4dda||!_0x45927e)return![];try{return await SessionHandler[_0x3dbeec(0x1c4)](_0x4f4dda);}catch(_0x55c549){logger[_0x3dbeec(0x193)]('Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20'+_0x45927e+'\x20with\x20error\x20:\x20'+_0x55c549);}}[a4_0x4946f5(0x222)](_0x22c49b){const _0x552baf=a4_0x4946f5,_0x35fa2f={};_0x35fa2f[_0x552baf(0x21f)]=_0x552baf(0x20d);const _0x39ef33=_0x35fa2f;return{'id':_0x22c49b[_0x552baf(0x16c)],'text':_0x22c49b['text'],'keyword':_0x22c49b[_0x552baf(0x13f)],'started_at':_0x22c49b[_0x552baf(0x1a7)][_0x552baf(0x1a1)](),'result':_0x39ef33[_0x552baf(0x21f)]};}[a4_0x4946f5(0x1d5)](_0x208e6d){const _0x5e0fc5=a4_0x4946f5,_0x4080f7={'qTwyb':function(_0x52a582){return _0x52a582();}};!this['currentTest']['bddSteps']&&(this['currentTest']['bddSteps']=[]),!_0x208e6d[_0x5e0fc5(0x16c)]&&(_0x208e6d[_0x5e0fc5(0x16c)]=_0x4080f7[_0x5e0fc5(0x1db)](uuidv4),_0x208e6d[_0x5e0fc5(0x1a7)]=new Date(),this[_0x5e0fc5(0x1ec)][_0x5e0fc5(0x20c)][_0x5e0fc5(0x181)](this['initializeBddStep'](_0x208e6d)));}[a4_0x4946f5(0x221)](_0x439ce1){const _0x43eb5d=a4_0x4946f5,_0x3d8d9e={'NpVBX':function(_0x45455c,_0x31043c){return _0x45455c(_0x31043c);},'kAgVP':'success','hJMEZ':_0x43eb5d(0x20d),'LqKqP':_0x43eb5d(0x184),'eeHOF':function(_0x2745fd,_0x2435d0){return _0x2745fd-_0x2435d0;}};let _0x359e82=this[_0x43eb5d(0x1ec)][_0x43eb5d(0x20c)]['find'](_0x1943c4=>_0x1943c4['id']===_0x439ce1[_0x43eb5d(0x16c)]);_0x3d8d9e[_0x43eb5d(0x15a)](isUndefined,_0x359e82)&&(_0x359e82=this[_0x43eb5d(0x222)](_0x439ce1)),_0x359e82[_0x43eb5d(0x1be)]=[_0x3d8d9e[_0x43eb5d(0x214)],_0x3d8d9e[_0x43eb5d(0x1f1)]][_0x43eb5d(0x140)](_0x439ce1['status'])?_0x3d8d9e['LqKqP']:_0x439ce1[_0x43eb5d(0x17d)],_0x359e82[_0x43eb5d(0x199)]=new Date()[_0x43eb5d(0x1a1)](),_0x359e82[_0x43eb5d(0x1f8)]=_0x3d8d9e[_0x43eb5d(0x19e)](Date[_0x43eb5d(0x185)](),_0x439ce1[_0x43eb5d(0x1a7)]['getTime']()),_0x359e82[_0x43eb5d(0x1cf)]=_0x439ce1[_0x43eb5d(0x1d6)]?_0x439ce1['err'][_0x43eb5d(0x1bc)]:null;}}const a4_0x57f4c7={};a4_0x57f4c7[a4_0x4946f5(0x154)]=O11yHelper,a4_0x57f4c7[a4_0x4946f5(0x1f0)]=STATE_PASSED,a4_0x57f4c7['STATE_FAILED']=STATE_FAILED,a4_0x57f4c7[a4_0x4946f5(0x223)]=TEST_EVENTS,module[a4_0x4946f5(0x1a5)]=a4_0x57f4c7;function a4_0x4316(){const _0x3d0950=['toUpperCase','HOOK_RUN_FINISHED','dSCgc','type','prototype','RXXBJ','resetSkipTestHooks','appendTestItemLog','getHierarchy','message','doFuX','result','file','hook_type','body','hwmft','hook_run_uuid','uploadEventData','errorsDetailed','WDGPy','feature','_beforeEach','hLvFw','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','toLowerCase','fullTitle','test_run','_testEnv','failure','TmplH','zrobl','codeceptjs','CODECEPT','../utils/constants','bddStepStart','err','bs:addLog:','_beforeAll','currentHook','finished','qTwyb','toString','qwLwH','launch','42842cOJMRT','rQDTJ','iGCAc','hook','replace','config','getHooksForTest','obsBrowserTypeMockApplied','IcRuD','testAnalyticsId','TestRunStarted','browserstack','fireEvent','currentTest','patchConsoleLogger','javascript','then','STATE_PASSED','hJMEZ','YXkqk','browserType.js','lRjWU','AIwAr','yNcCs','prefixTestPath','duration','GBuZn','kCLRx','stringify','aNIYz','\x20with\x20error\x20:\x20','findGitConfig','EVrLI','failed\x20to\x20get\x20root\x20parent\x20file\x20','logs','YGzII','sep','4489146qyKMLu','defineProperty','_afterAll','NHJdu','47gZjcRk','mapTestHooks','getTime','LogCreated','bddSteps','pending','inspect','QYfMW','Irxcp','getInstance','../../helpers/test-observability/requestQueueHandler','huvpH','kAgVP','getRootParentFile','HookRunStarted','integrations','lib','BROWSERSTACK','zrKlu','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','GUYrr','length','winstonLogger','iaQSv','5417748KDUfjK','bddStepFinish','initializeBddStep','TEST_EVENTS','ovvjk','stop','AueGM','SsOGg','KWNbp','statSync','bqbka','constructor','cwd','PathHelper','dirname','keyword','includes','9GprihE','Failed\x20to\x20parse\x20wsendpoint\x20','hooks','start','vbBvc','forEach','7060yJoSQe','connect','jWKhl','event_type','hookAnalyticsId','suites','HookRunFinished','location_prefix','feKGn','PLAYWRIGHT_HUB_URL','vdNge','title','pid','O11yHelper','fXIkO','join','nroTk','match','eClMY','NpVBX','UEodv','enabled','GjWrS','string','File\x20path\x20could\x20not\x20be\x20found','BrowserType','setupBrowserDetails','bind','markedStatus','getCBTInfo','../../helpers/test-observability/sessionHandler','skipped','backtrace','toIlo','_paths','path','4294856RhEQdt','stepAnalyticsId','Not\x20able\x20to\x20import\x20Browser','uuid','RIsHF','file_name','DaxFb','sUJpN','ctx','../playwright/accessibility-helper','apply','../../helpers/helper','YrTIy','wzfSk','1588oBjSWy','connectOverCDP','iCHZP','driver','status','tags','HOOK_RUN_STARTED','client','push','arRtp','removeAllListeners','passed','now','relative','../playwright/sessionDetails','hSoVv','TestRunSkipped','name','_afterEach','CBTSessionCreated','RrFCk','tkuqX','BjByz','oFzrv','7920276ZjvWhE','xTaNz','debug','failureData','frameworkName','TEST_RUN_FINISHED','hndTL','330CjCAGW','finished_at','test','retryOf','MHnKU','../mocha/test-observability/mochaUtils','eeHOF','captureEvent','bhSMU','toISOString','VlEiM','__platformCaps','shutdown','exports','403579iYZscG','startedAt','groups','getHookType','BYDdE','../../helpers/test-observability/utils','TEST_RUN_STARTED','failed','started','wsEndpoint','TEST_REPORTING_ANALYTICS','test_run_uuid','parent'];a4_0x4316=function(){return _0x3d0950;};return a4_0x4316();}