browserstack-node-sdk 1.50.5 → 1.50.6

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 +2 -2
  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_0xa90e84=a1_0x4020;(function(_0x2b17d1,_0x4e614d){const _0x2a8a7d=a1_0x4020,_0x5e4b33=_0x2b17d1();while(!![]){try{const _0x3ccee=parseInt(_0x2a8a7d(0x101))/0x1+-parseInt(_0x2a8a7d(0xd6))/0x2+parseInt(_0x2a8a7d(0x107))/0x3+-parseInt(_0x2a8a7d(0x116))/0x4*(-parseInt(_0x2a8a7d(0x138))/0x5)+-parseInt(_0x2a8a7d(0xef))/0x6+parseInt(_0x2a8a7d(0x13c))/0x7*(-parseInt(_0x2a8a7d(0xcf))/0x8)+parseInt(_0x2a8a7d(0x11d))/0x9*(parseInt(_0x2a8a7d(0xfd))/0xa);if(_0x3ccee===_0x4e614d)break;else _0x5e4b33['push'](_0x5e4b33['shift']());}catch(_0x189087){_0x5e4b33['push'](_0x5e4b33['shift']());}}}(a1_0x3e42,0xf41f6));function a1_0x4020(_0x2fdc2d,_0x496055){const _0x3e4237=a1_0x3e42();return a1_0x4020=function(_0x402098,_0xcb8b3b){_0x402098=_0x402098-0x7e;let _0x2ddc78=_0x3e4237[_0x402098];return _0x2ddc78;},a1_0x4020(_0x2fdc2d,_0x496055);}const fs=require('fs'),util=require(a1_0xa90e84(0xac)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require('../../helpers/helper'),logger=require(a1_0xa90e84(0x186))[a1_0xa90e84(0xa7)],testOpsHelper=require(a1_0xa90e84(0x98)),requestSpy=require(a1_0xa90e84(0x9b)),PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require('./o11yHelper'),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0xa90e84(0x165)),AccessibilityHelper=require(a1_0xa90e84(0x131)),scripts=require(a1_0xa90e84(0x128)),PerformanceTester=require('../../helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0xa90e84(0xfb)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0xa90e84(0x178)),testHubConstants=require(a1_0xa90e84(0xfe)),globals=require(a1_0xa90e84(0x16f)),CodeceptJS=requireModule(a1_0xa90e84(0xc6),a1_0xa90e84(0x109)),CodeceptUtils=requireModule('codeceptjs/lib/utils.js',a1_0xa90e84(0x109)),CodeceptWebDriver=requireModule(a1_0xa90e84(0x8a),a1_0xa90e84(0x109)),CodeceptRecorder=requireModule('codeceptjs/lib/recorder.js','codeceptjs'),CodeceptPlaywright=requireModule('codeceptjs/lib/helper/Playwright.js',a1_0xa90e84(0x109)),playwrightMarkSessionStatus=(_0x282238,_0x1b8dbc,_0x2f627c)=>{const _0x17096d=a1_0xa90e84,_0xbc4058={'iyVYM':_0x17096d(0x163),'GbGVL':function(_0x36bebe,_0x1f823a){return _0x36bebe(_0x1f823a);}},_0x1cfb23={};_0x1cfb23['status']=_0x1b8dbc;const _0x31c993={};_0x31c993['action']=_0xbc4058[_0x17096d(0x146)],_0x31c993[_0x17096d(0x11b)]=_0x1cfb23;const _0x47c9ec=_0x31c993;return!_0xbc4058[_0x17096d(0xdf)](isUndefined,_0x2f627c)&&(_0x47c9ec[_0x17096d(0x11b)][_0x17096d(0x17c)]=JSON[_0x17096d(0xd3)](_0x2f627c)),_0x282238[_0x17096d(0x17d)](()=>{},_0x17096d(0x10c)+JSON[_0x17096d(0xd3)](_0x47c9ec));},o11ySync=PerformanceTester[a1_0xa90e84(0xa6)](PerformanceO11yEvents[a1_0xa90e84(0x87)],async _0x2830c1=>{const _0x29c7b6=a1_0xa90e84,_0x40cac1={};_0x40cac1[_0x29c7b6(0xde)]=function(_0x27b353,_0x173ec9){return _0x27b353===_0x173ec9;},_0x40cac1[_0x29c7b6(0xdc)]=_0x29c7b6(0x113);const _0x5a34f6=_0x40cac1;_0x5a34f6['KUMZm'](_0x2830c1['constructor'][_0x29c7b6(0xe8)],_0x5a34f6[_0x29c7b6(0xdc)])?await _0x2830c1[_0x29c7b6(0x17d)](_0x197e35=>{},testOpsHelper['getSyncScript']()):await _0x2830c1[_0x29c7b6(0x17d)](testOpsHelper[_0x29c7b6(0xfc)]());}),markSessionName=PerformanceTester[a1_0xa90e84(0xa6)](PerformanceAutEvents[a1_0xa90e84(0x105)],async(_0x1a9585,_0x481b1e)=>{const _0x39c229=a1_0xa90e84,_0x2ef056={};_0x2ef056[_0x39c229(0x99)]=_0x39c229(0x96),_0x2ef056[_0x39c229(0xf9)]=function(_0x559e07,_0x60a19d){return _0x559e07===_0x60a19d;},_0x2ef056[_0x39c229(0xc5)]=_0x39c229(0x113);const _0x426948=_0x2ef056,_0x4c1b40={};_0x4c1b40[_0x39c229(0xe8)]=_0x481b1e;const _0xd9e6d6={};_0xd9e6d6[_0x39c229(0xd5)]=_0x426948['nZsfE'],_0xd9e6d6[_0x39c229(0x11b)]=_0x4c1b40;const _0x2c243a=_0xd9e6d6;_0x426948[_0x39c229(0xf9)](_0x1a9585[_0x39c229(0xab)][_0x39c229(0xe8)],_0x426948[_0x39c229(0xc5)])?await _0x1a9585[_0x39c229(0x17d)](()=>{},_0x39c229(0x10c)+JSON[_0x39c229(0xd3)](_0x2c243a)):await _0x1a9585[_0x39c229(0x17d)](_0x39c229(0x10c)+JSON[_0x39c229(0xd3)](_0x2c243a));}),patchSaveScreenshot=_0xd4c601=>{const _0x116b75=a1_0xa90e84,_0x14f8a4={'jwNpA':_0x116b75(0xea),'AKUpJ':'TEST_SCREENSHOT','ZLgwI':function(_0x27dc52){return _0x27dc52();},'fFtUb':function(_0x26741b,_0x1dffae){return _0x26741b(_0x1dffae);},'sYURS':_0x116b75(0x12d)};_0x14f8a4[_0x116b75(0x8f)](isTrue,process[_0x116b75(0x9d)]['BS_TESTOPS_ALLOW_SCREENSHOTS'])&&!_0xd4c601[_0x116b75(0x7f)]&&(_0xd4c601[_0x116b75(0x7f)]=!![],_0xd4c601[_0x116b75(0xd9)]=_0xd4c601[_0x116b75(0x124)],_0xd4c601[_0x116b75(0x124)]=(_0x428898,_0x1da837=![])=>{const _0x4b7d46=_0x116b75,_0x17a71c={'xmMaZ':_0x14f8a4[_0x4b7d46(0x16c)],'eLZjT':_0x14f8a4['AKUpJ'],'wuGMb':function(_0x448a33){const _0x56cdb4=_0x4b7d46;return _0x14f8a4[_0x56cdb4(0x148)](_0x448a33);},'UhBYI':function(_0x222ca8,_0x124c48){const _0x238da3=_0x4b7d46;return _0x14f8a4[_0x238da3(0x8f)](_0x222ca8,_0x124c48);},'YdtLA':_0x14f8a4['sYURS']};return new Promise(function(_0x51543d,_0x334477){const _0x5518fb=_0x4b7d46,_0x300174={'Iefnv':_0x17a71c[_0x5518fb(0xf3)],'xrcrE':_0x17a71c[_0x5518fb(0x13e)],'YyEqM':function(_0x569076){const _0x41ca03=_0x5518fb;return _0x17a71c[_0x41ca03(0x8c)](_0x569076);},'VOfPy':function(_0x12dab0,_0x1d9b65){const _0x4ef64f=_0x5518fb;return _0x17a71c[_0x4ef64f(0xd0)](_0x12dab0,_0x1d9b65);},'hvYOO':_0x17a71c['YdtLA']};_0xd4c601[_0x5518fb(0xd9)](_0x428898,_0x1da837)[_0x5518fb(0x114)](()=>{const _0xc030bf=_0x5518fb,_0x3fa251=CodeceptUtils[_0xc030bf(0x86)](_0x428898);if(_0x3fa251){const _0x2eaf7b=fs[_0xc030bf(0x16b)](_0x3fa251);process['emit'](_0xc030bf(0x183)+process[_0xc030bf(0x171)],{'timestamp':new Date()[_0xc030bf(0xaf)](),'message':_0x2eaf7b[_0xc030bf(0x9e)](_0x300174['Iefnv']),'kind':_0x300174[_0xc030bf(0xb7)]}),_0x300174['YyEqM'](_0x51543d);}_0x300174[_0xc030bf(0x168)](_0x334477,new Error(_0x300174[_0xc030bf(0xe5)]));})[_0x5518fb(0x122)](()=>null);});});},patchWebDriverBefore=_0x5661c2=>{const _0x11828e=a1_0xa90e84,_0x59fdda={'svDGM':function(_0x110a23){return _0x110a23();},'HpobM':function(_0x47ea10,_0x4a4b26){return _0x47ea10(_0x4a4b26);},'ukSnR':function(_0x3eaced,_0x2adb40){return _0x3eaced===_0x2adb40;},'weyov':_0x11828e(0xd7),'XHiFl':function(_0x71d06e,_0xb0baf7){return _0x71d06e===_0xb0baf7;},'OcpKX':_0x11828e(0x108),'phOnF':_0x11828e(0x159),'tNLjV':function(_0x4a9344,_0x18a797){return _0x4a9344(_0x18a797);}},_0x190a6d=async function(_0x5698c6,_0x35fb1b){const _0x26081a=_0x11828e;_0x59fdda[_0x26081a(0x118)](isAccessibilityAutomationSession)&&!global[_0x26081a(0x156)]&&global[_0x26081a(0x91)]&&scripts[_0x26081a(0x9a)](_0x5698c6[_0x26081a(0xe8)])&&_0x59fdda['HpobM'](shouldPatchExecuteScript,arguments[0x2])&&(global['bstackAllyScanning']=!![],await PerformanceTester[_0x26081a(0xa6)](PerformanceA11yEvents[_0x26081a(0x84)],async()=>{const _0x17d04e=_0x26081a;logger[_0x17d04e(0x8b)](_0x17d04e(0xda)+_0x5698c6['class']+'\x20'+_0x5698c6['name']),await AccessibilityHelper['browserStackExecuteDriver'](_0x5661c2,scripts['performScan']);},{'command':_0x5698c6[_0x26081a(0xe8)]})());global[_0x26081a(0x156)]=![];const _0xa14415=JSON[_0x26081a(0x13f)](process[_0x26081a(0x9d)][_0x26081a(0x119)]||'{}');if(_0x59fdda[_0x26081a(0xeb)](_0xa14415?.[_0x26081a(0x13d)]?.['name'],_0x59fdda['weyov'])&&_0x59fdda['XHiFl'](typeof _0xa14415?.[_0x26081a(0x13d)]?.[_0x26081a(0x8e)],_0x59fdda['OcpKX'])&&_0xa14415?.[_0x26081a(0x13d)]?.[_0x26081a(0x8e)][_0x26081a(0xb0)]('7'))return _0x35fb1b[_0x26081a(0x181)](null,Array[_0x26081a(0xa3)][_0x26081a(0x175)][_0x26081a(0x14f)](arguments,0x2));return _0x35fb1b['apply'](this,Array[_0x26081a(0xa3)]['slice']['call'](arguments,0x2));},_0x2c92a6=CodeceptWebDriver[_0x11828e(0xa3)][_0x11828e(0xd1)];CodeceptWebDriver['prototype']['_before']=async function(){const _0x1c7cbf=_0x11828e,_0x3f758a={'mTtjl':function(_0x5e11aa,_0x4f0e2a){const _0x4cd90f=a1_0x4020;return _0x59fdda[_0x4cd90f(0x157)](_0x5e11aa,_0x4f0e2a);},'vEtpL':_0x59fdda[_0x1c7cbf(0xf4)]};try{await _0x2c92a6[_0x1c7cbf(0x181)](this,arguments);}catch(_0x47d4a0){logger['debug'](_0x1c7cbf(0x132)+util[_0x1c7cbf(0xdb)](_0x47d4a0));}scripts[_0x1c7cbf(0x127)][_0x1c7cbf(0xfa)](_0x5dd92b=>_0x5dd92b[_0x1c7cbf(0xe8)]&&_0x5dd92b[_0x1c7cbf(0x172)])[_0x1c7cbf(0xc9)](_0x23b86f=>{const _0x5de535=_0x1c7cbf;this[_0x5de535(0x85)][_0x5de535(0xe9)](_0x23b86f[_0x5de535(0xe8)],_0x190a6d[_0x5de535(0xb2)](this,_0x23b86f),_0x3f758a['mTtjl'](_0x23b86f[_0x5de535(0x172)],_0x3f758a[_0x5de535(0xd2)]));}),_0x59fdda[_0x1c7cbf(0x12e)](processWebDriverConfig,_0x5661c2);};};function parseJwt(_0x1abdbd){const _0x42926d=a1_0xa90e84,_0x47e376={};_0x47e376['TUCys']=_0x42926d(0xea);const _0x5b98bd=_0x47e376;if(!_0x1abdbd)return null;return JSON[_0x42926d(0x13f)](Buffer[_0x42926d(0x149)](_0x1abdbd[_0x42926d(0x9f)]('.')[0x1],_0x5b98bd['TUCys'])[_0x42926d(0x9e)]());}const patchPlaywrightBefore=()=>{const _0x3c9c17=a1_0xa90e84,_0x8a95c7={'lAOOP':function(_0x10ebac){return _0x10ebac();},'KZadE':'devtools://','ACveO':_0x3c9c17(0xf6),'ZlZBD':function(_0x29c7e1){return _0x29c7e1();},'smxJt':function(_0x1ce546,_0x374917){return _0x1ce546(_0x374917);},'EOYXC':function(_0x4eea48,_0x265bdb){return _0x4eea48+_0x265bdb;},'bLpOJ':_0x3c9c17(0xa8),'ZQjfT':function(_0x2aff8c){return _0x2aff8c();},'oOmpV':function(_0x58ffa4){return _0x58ffa4();},'GBhEd':function(_0x5330a9){return _0x5330a9();}};PlaywrightSessionDetails[_0x3c9c17(0x14c)]();const _0x5b80de=CodeceptPlaywright[_0x3c9c17(0xa3)][_0x3c9c17(0xd1)];CodeceptPlaywright[_0x3c9c17(0xa3)]['_before']=async function(){const _0x2a9ca6=_0x3c9c17,_0x47e636={'jzohG':function(_0x408521){return _0x8a95c7['lAOOP'](_0x408521);},'DpEIf':_0x8a95c7[_0x2a9ca6(0x17a)],'Oorho':_0x8a95c7['ACveO'],'uyrjy':function(_0x568351){const _0x24606c=_0x2a9ca6;return _0x8a95c7[_0x24606c(0xe4)](_0x568351);},'hsJng':function(_0x42ca61,_0x690d9c){const _0xbc473c=_0x2a9ca6;return _0x8a95c7[_0xbc473c(0x129)](_0x42ca61,_0x690d9c);},'AEvgB':function(_0x22fb4e){const _0x3ec577=_0x2a9ca6;return _0x8a95c7[_0x3ec577(0xe4)](_0x22fb4e);},'DJPpf':function(_0x1ec28a,_0x43d1f1){return _0x8a95c7['EOYXC'](_0x1ec28a,_0x43d1f1);},'CQsnA':_0x8a95c7['bLpOJ']};this['browserContext']=await this[_0x2a9ca6(0x85)][_0x2a9ca6(0x81)]()[0x0];const _0x2f8df9=async()=>{const _0x2212b0=_0x2a9ca6,_0x52dfaa=this['config']&&this['config']['chromium']&&this[_0x2212b0(0x16e)][_0x2212b0(0x14d)]['args']&&Array[_0x2212b0(0xca)](this['config']['chromium']['args'])&&this['config'][_0x2212b0(0x14d)][_0x2212b0(0x13b)][_0x2212b0(0xae)](_0x47e636[_0x2212b0(0x15d)]);if(_0x47e636[_0x2212b0(0xf0)](isAccessibilityAutomationSession)&&!_0x52dfaa)try{const _0x1e7244=_0x47e636['hsJng'](parseJwt,process['env']['BS_A11Y_JWT']);if(_0x1e7244&&_0x1e7244['a11y_core_config']&&_0x1e7244[_0x2212b0(0xc7)]['domForge']){const _0xe5ed90=this['browserContext'][_0x2212b0(0x10e)][_0x2212b0(0xb2)](this['browserContext']);this[_0x2212b0(0x15a)]['pages']=async function(){const _0x22983b=_0x2212b0,_0x23b9d4=await _0x47e636[_0x22983b(0xbc)](_0xe5ed90),_0x3c7a4b=[];for(const _0x2b6703 of _0x23b9d4){try{const _0x4fbfe4=await _0x2b6703[_0x22983b(0x189)]();!_0x4fbfe4['startsWith'](_0x47e636[_0x22983b(0xf8)])&&_0x3c7a4b[_0x22983b(0x136)](_0x2b6703);}catch(_0x563fc2){_0x3c7a4b['push'](_0x2b6703);}}return _0x3c7a4b;};}if(!_0x47e636[_0x2212b0(0x137)](isBrowserstackInfra)){const _0xbebc7c=await this['page']['url']();if(_0xbebc7c[_0x2212b0(0xb0)](_0x47e636[_0x2212b0(0xf8)])){const _0x211656=await this[_0x2212b0(0x15a)][_0x2212b0(0x10e)]();this[_0x2212b0(0x162)](_0x211656[0x0]);}}}catch(_0x2c3911){logger[_0x2212b0(0x8b)](_0x2212b0(0xd4)+_0x2c3911[_0x2212b0(0x121)]+(_0x2c3911[_0x2212b0(0x17f)]?_0x47e636[_0x2212b0(0x106)](_0x47e636[_0x2212b0(0x12c)],_0x2c3911['stack']):''));}};_0x8a95c7[_0x2a9ca6(0xb5)](isBrowserstackInfra)&&await _0x8a95c7[_0x2a9ca6(0xf7)](_0x2f8df9),await _0x5b80de['apply'](this,arguments),!_0x8a95c7[_0x2a9ca6(0xe4)](isBrowserstackInfra)&&await _0x8a95c7[_0x2a9ca6(0x12b)](_0x2f8df9);};},getCodeceptDriver=()=>{const _0x1766da=a1_0xa90e84,_0x3648e0={};_0x3648e0[_0x1766da(0xa2)]=_0x1766da(0x169),_0x3648e0[_0x1766da(0xc4)]=_0x1766da(0x113),_0x3648e0['jXXPg']=_0x1766da(0x150),_0x3648e0[_0x1766da(0xc2)]=_0x1766da(0xec);const _0x456056=_0x3648e0,_0x2d4b64=[_0x456056['BUXQX'],_0x456056['rrtXN'],_0x456056[_0x1766da(0x152)],_0x456056[_0x1766da(0xc2)]],_0x464ee5=_0x2d4b64[_0x1766da(0x94)](_0x2806e8=>!!CodeceptJS[_0x1766da(0x10f)][_0x1766da(0x117)](_0x2806e8));if(!_0x464ee5)return null;return CodeceptJS['container']['helpers'](_0x464ee5);};function a1_0x3e42(){const _0x40d977=['UhBYI','_before','vEtpL','stringify','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','action','1239536NVrDdh','webdriverio','warn','initSaveScreenshot','Performing\x20scan\x20for\x20','format','Qwdfm','ibMnM','KUMZm','GbGVL','sMdtc','hookType','SGMwn','TEST_RUN_SKIPPED','ZlZBD','hvYOO','__driver','passed','name','overwriteCommand','base64','ukSnR','TestCafe','YDjmS','setGlobal','11317566CAlUWL','uyrjy','uPbLE','dKckR','xmMaZ','phOnF','captureEvent','--auto-open-devtools-for-tabs','oOmpV','DpEIf','tDbhb','filter','../../helpers/performance/constants','getSyncScript','10bmUaiO','../../helpers/testhub/constants.js','step-comment','ctx','1404151LtGepW','event','emit','stop','SESSION_NAME','DJPpf','5368350jLWDtO','string','codeceptjs','end','skipped','browserstack_executor:\x20','aHpQu','pages','container','JrQNf','dttxV','JYoRA','Playwright','then','TEST_RUN_STARTED','2424028kiiSpy','helpers','svDGM','FRAMEWORK_DETAILS','SDK_HOOK','arguments','ENV_VAR','7961679qOgWjH','INFO','IHbWs','test','message','catch','TEST_RUN_FINISHED','saveScreenshot','SAVE_RESULTS','saveTestResults','commandsToWrap','../../helpers/accessibility-automation/scripts','smxJt','performScan','GBhEd','CQsnA','Screenshot\x20path\x20not\x20found','tNLjV','titlePath','getAccessibilityResultsSummary','../../bin/playwright/accessibility-helper','Failed\x20to\x20execute\x20_before:\x20','Nyiub','title','browserStackExecuteDriver','push','AEvgB','5uJqRqR','zlUff','test-passed','args','1498CeOCZT','testFramework','eLZjT','parse','captureError','dispatcher','hook-started','SDK_POST_INITIALIZE','WOCQc','UjQsR','iyVYM','zPXxa','ZLgwI','from','thTestRunUuid','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','patch','chromium','test-after','call','Puppeteer','yrZGH','jXXPg','bddStepStart','wwEdZ','hook','bstackAllyScanning','XHiFl','testAnalyticsId','Element','browserContext','ySZkq','HdauZ','Oorho','before','eLncg','hook-passed','iXtfz','_setPage','setSessionStatus','test-failed','../../helpers/accessibility-automation/helper','EtHGC','SDK_POST_TEST','VOfPy','WebDriver','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','readFileSync','jwNpA','CEGGn','config','../../helpers/globals.js','enabled','pid','class','skipSessionStatus','eJELA','slice','qKLuO','restore','./helper.js','SDK_PRE_TEST','KZadE','HOOK_RUN_FINISHED','reason','executeScript','afterTest','stack','BhEHW','apply','all','bs:addLog:','Suite','getResultsSummary','../../helpers/logger','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','LrAmI','url','getAccessibilityResults','addRequestSpy','patchSaveScreenshot','HOOK_RUN_STARTED','contexts','started','QZRHY','PERFORM_SCAN','browser','screenshotOutputFolder','SYNC','__workerDetails','dtIsn','codeceptjs/lib/helper/WebDriver.js','debug','wuGMb','yuIpY','version','fFtUb','failed','accessibilityPlatform','start','test-started','find','step','setSessionName','info','../../helpers/test-observability/utils','nZsfE','shouldWrapCommand','../../helpers/request-spy','browserstackTestName','env','toString','split','itiqO','startMonitoring','BUXQX','prototype','yADQo','bddStep','measureWrapper','winstonLogger','\x0aStack:\x20','BROWSERSTACK_TESTHUB_JWT','PPAcW','constructor','util','bddStepFinish','includes','toISOString','startsWith','kHRbq','bind','add','test-skipped','ZQjfT','jyIfK','xrcrE','aQfGH','TEST_LOG','skipSessionName','fireEvent','jzohG','HyYGo','znbMC','XpvPX','hook-failed','after','nqMjA','command','rrtXN','mtQxt','codeceptjs/lib/index.js','a11y_core_config','BROWSERSTACK_TESTHUB_UUID','forEach','isArray','SDK_TEST','exports','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','wOfTY','44048rFguhi'];a1_0x3e42=function(){return _0x40d977;};return a1_0x3e42();}module[a1_0xa90e84(0xcc)]=function(_0x2ee786){const _0x368231=a1_0xa90e84,_0x4fe310={'zbaYP':function(_0x1ca8d1){return _0x1ca8d1();},'yrZGH':function(_0x2d6d9f,_0x4001d8){return _0x2d6d9f(_0x4001d8);},'IHbWs':_0x368231(0x130),'itiqO':_0x368231(0x187),'qKLuO':_0x368231(0x18a),'NlHqQ':_0x368231(0x16a),'dKckR':_0x368231(0x142),'EtHGC':_0x368231(0x160),'YDjmS':_0x368231(0xc0),'dttxV':_0x368231(0x9c),'fZQjR':function(_0x3f05d9){return _0x3f05d9();},'eLncg':'test-before','ibMnM':function(_0x66a8da){return _0x66a8da();},'aHpQu':function(_0xdaf35e,_0x46c0a5,_0x537d16){return _0xdaf35e(_0x46c0a5,_0x537d16);},'yuIpY':_0x368231(0x93),'wwEdZ':_0x368231(0x13a),'kHRbq':function(_0x14bc00){return _0x14bc00();},'HdauZ':function(_0xae0fb0,_0x3001db,_0x18c90d,_0x4089ed){return _0xae0fb0(_0x3001db,_0x18c90d,_0x4089ed);},'XpvPX':function(_0x3400e4,_0x3ccaaa,_0x5b305a,_0x1cc0ee){return _0x3400e4(_0x3ccaaa,_0x5b305a,_0x1cc0ee);},'HyYGo':function(_0x18a4d4,_0x1d4766){return _0x18a4d4===_0x1d4766;},'dtIsn':_0x368231(0x184),'aQfGH':_0x368231(0x164),'uPbLE':_0x368231(0xb4),'PPAcW':_0x368231(0x17e),'UjQsR':function(_0x5aaac3){return _0x5aaac3();},'zPXxa':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','wOfTY':_0x368231(0x14e),'QZRHY':_0x368231(0x11e),'WOCQc':_0x368231(0xb9),'SGMwn':_0x368231(0xff),'jyIfK':'bddStep-before','ySZkq':'bddStep-after','LrAmI':_0x368231(0x113)};_0x2ee786[_0x368231(0x173)]&&(global['__skipSessionStatus']=_0x2ee786['skipSessionStatus']);PerformanceTester[_0x368231(0xa1)]();const _0x2ceebc=_0x4fe310[_0x368231(0xdd)](getCodeceptDriver),_0xff42ac=new O11yHelper(_0x2ceebc,_0x2ee786),_0x46c8a8=!!CodeceptJS['container'][_0x368231(0x117)](_0x4fe310[_0x368231(0x188)]);global[_0x368231(0xe6)]=_0x2ceebc,_0x2ceebc&&(PerformanceTester[_0x368231(0xa6)](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x46d7e4=_0x368231;_0x46c8a8?_0x4fe310['zbaYP'](patchPlaywrightBefore):_0x4fe310[_0x46d7e4(0x151)](patchWebDriverBefore,_0x2ceebc);})(),PerformanceTester['measureWrapper'](PerformanceEvents[_0x368231(0x143)],()=>{const _0x5cf2da=_0x368231,_0x2f6ca2={};_0x2f6ca2[_0x5cf2da(0x174)]=_0x4fe310[_0x5cf2da(0x11f)],_0x2f6ca2[_0x5cf2da(0x161)]=_0x4fe310[_0x5cf2da(0xa0)],_0x2f6ca2[_0x5cf2da(0x180)]=_0x4fe310[_0x5cf2da(0x176)],_0x2f6ca2['znbMC']=_0x4fe310['NlHqQ'];const _0x3a83ff=_0x2f6ca2;_0x2ceebc[_0x5cf2da(0x130)]=async()=>{const _0x5c9750=_0x5cf2da;if(global['accessibilityPlatform']){const _0x25d054={};return _0x25d054['command']=_0x3a83ff[_0x5c9750(0x174)],await PerformanceTester[_0x5c9750(0xa6)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x377011=_0x5c9750;return await AccessibilityHelper[_0x377011(0x135)](_0x2ceebc,scripts['performScan']);},_0x25d054)(),await PerformanceTester[_0x5c9750(0xa6)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x46e0b3=_0x5c9750;return await AccessibilityHelper[_0x46e0b3(0x135)](_0x2ceebc,scripts[_0x46e0b3(0x185)]);})();}return logger[_0x5c9750(0xd8)](_0x3a83ff[_0x5c9750(0x161)]),{};},_0x2ceebc[_0x5cf2da(0x18a)]=async()=>{const _0xaaffcc=_0x5cf2da;if(global[_0xaaffcc(0x91)]){const _0x1df987={};return _0x1df987['command']=_0x3a83ff[_0xaaffcc(0x180)],await PerformanceTester[_0xaaffcc(0xa6)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x2ffce2=_0xaaffcc;return await AccessibilityHelper[_0x2ffce2(0x135)](_0x2ceebc,scripts[_0x2ffce2(0x12a)]);},_0x1df987)(),await PerformanceTester[_0xaaffcc(0xa6)](PerformanceA11yEvents['GET_RESULTS'],async()=>{const _0x25ad5f=_0xaaffcc;return await AccessibilityHelper[_0x25ad5f(0x135)](_0x2ceebc,scripts['getResults']);})();}return logger['warn'](_0x3a83ff[_0xaaffcc(0xbe)]),{};},_0x4fe310[_0x5cf2da(0x151)](patchSaveScreenshot,_0x2ceebc);})()),CodeceptJS[_0x368231(0x102)][_0x368231(0x141)]['on'](CodeceptJS['event'][_0x368231(0x182)]['before'],()=>{const _0x271720=_0x368231;PerformanceTester[_0x271720(0x92)](PerformanceEvents[_0x271720(0x179)]);try{_0xff42ac['start'](),testOpsHelper[_0x271720(0x7e)](),PerformanceTester['end'](PerformanceEvents[_0x271720(0x179)]);}catch(_0x3189a4){PerformanceTester[_0x271720(0x140)](_0x3189a4),PerformanceTester[_0x271720(0x10a)](PerformanceEvents['SDK_PRE_TEST'],![],_0x3189a4);}}),CodeceptJS[_0x368231(0x102)][_0x368231(0x141)]['on'](CodeceptJS[_0x368231(0x102)][_0x368231(0x182)][_0x368231(0xc1)],async()=>{const _0x1fa96e=_0x368231;PerformanceTester[_0x1fa96e(0x92)](PerformanceEvents[_0x1fa96e(0x167)]);try{requestSpy[_0x1fa96e(0x177)](),await _0xff42ac[_0x1fa96e(0x104)](),PerformanceTester['end'](PerformanceEvents[_0x1fa96e(0x167)]);}catch(_0x107d49){PerformanceTester[_0x1fa96e(0x140)](_0x107d49),PerformanceTester[_0x1fa96e(0x10a)](PerformanceEvents[_0x1fa96e(0x167)],![],_0x107d49);}finally{PerformanceTester['stopMonitoring']();}}),CodeceptJS[_0x368231(0x102)][_0x368231(0x141)]['on'](CodeceptJS[_0x368231(0x102)][_0x368231(0x155)][_0x368231(0x82)],_0x533cf2=>{const _0x19da71=_0x368231;PerformanceTester[_0x19da71(0x92)](PerformanceEvents['SDK_HOOK']);try{const _0x54a035=_0x533cf2[_0x19da71(0x100)]['test'],_0xa75a5a=_0xff42ac[_0x19da71(0xf5)](TEST_EVENTS[_0x19da71(0x80)],_0x54a035);CodeceptRecorder[_0x19da71(0xb3)](()=>_0xff42ac[_0x19da71(0xbb)](TEST_EVENTS[_0x19da71(0x80)],_0xa75a5a));const _0x107aaa={};_0x107aaa[_0x19da71(0xe1)]=_0x4fe310[_0x19da71(0xf2)],PerformanceTester[_0x19da71(0x10a)](PerformanceEvents[_0x19da71(0x11a)],!![],null,_0x107aaa);}catch(_0x3663ee){const _0x516403={};_0x516403[_0x19da71(0xe1)]=_0x4fe310[_0x19da71(0xf2)],PerformanceTester['end'](PerformanceEvents['SDK_HOOK'],![],_0x3663ee,_0x516403),PerformanceTester['captureError'](_0x3663ee);}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS['event'][_0x368231(0x155)][_0x368231(0xe7)],_0x529e06=>{const _0x53ef28=_0x368231,_0x6853f0={};_0x6853f0[_0x53ef28(0xe1)]=_0x4fe310[_0x53ef28(0x166)],PerformanceTester[_0x53ef28(0x92)](PerformanceHookEvents[_0x53ef28(0x11a)],!![],null,_0x6853f0);try{const _0x21d64b=_0x529e06[_0x53ef28(0x100)]['test'],_0x2368b0=_0xff42ac[_0x53ef28(0xf5)](TEST_EVENTS[_0x53ef28(0x17b)],_0x21d64b);CodeceptRecorder[_0x53ef28(0xb3)](()=>_0xff42ac['fireEvent'](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x2368b0));const _0x22f2a9={};_0x22f2a9[_0x53ef28(0xe1)]=_0x4fe310[_0x53ef28(0x166)],PerformanceTester['end'](PerformanceHookEvents[_0x53ef28(0x11a)],!![],null,_0x22f2a9);}catch(_0x5aafe4){PerformanceTester['captureError'](_0x5aafe4);const _0x40c3f6={};_0x40c3f6[_0x53ef28(0xe1)]=_0x4fe310['EtHGC'],PerformanceTester[_0x53ef28(0x10a)](PerformanceHookEvents[_0x53ef28(0x11a)],![],_0x5aafe4,_0x40c3f6);}}),CodeceptJS[_0x368231(0x102)]['dispatcher']['on'](CodeceptJS['event'][_0x368231(0x155)][_0x368231(0x90)],async(_0x572fbd,_0x23593d)=>{const _0x5f41d2=_0x368231;PerformanceTester['start'](PerformanceHookEvents[_0x5f41d2(0x11a)]);try{const _0x4a37a8=_0x572fbd[_0x5f41d2(0x100)][_0x5f41d2(0x120)],_0x3ade3b=_0xff42ac[_0x5f41d2(0xf5)](TEST_EVENTS[_0x5f41d2(0x17b)],_0x4a37a8,_0x23593d);CodeceptRecorder[_0x5f41d2(0xb3)](()=>_0xff42ac[_0x5f41d2(0xbb)](TEST_EVENTS[_0x5f41d2(0x17b)],_0x3ade3b));const _0x2d5a9b={};_0x2d5a9b[_0x5f41d2(0xe1)]=_0x4fe310[_0x5f41d2(0xed)],PerformanceTester[_0x5f41d2(0x92)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x2d5a9b);}catch(_0xa6ff97){PerformanceTester[_0x5f41d2(0x140)](_0xa6ff97);const _0x37c716={};_0x37c716[_0x5f41d2(0xe1)]=_0x4fe310[_0x5f41d2(0xed)],PerformanceTester[_0x5f41d2(0x10a)](PerformanceHookEvents[_0x5f41d2(0x11a)],![],_0xa6ff97,_0x37c716);}const _0x355c14={};_0x355c14[_0x5f41d2(0xe1)]=_0x4fe310['YDjmS'],PerformanceTester[_0x5f41d2(0x10a)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x355c14);}),CodeceptJS['event'][_0x368231(0x141)]['on'](CodeceptJS['event'][_0x368231(0x120)][_0x368231(0x15e)],_0x40b363=>{const _0x5a120b=_0x368231;PerformanceTester[_0x5a120b(0x92)](PerformanceHookEvents[_0x5a120b(0x11a)]);try{globals[_0x5a120b(0xee)](_0x4fe310[_0x5a120b(0x111)],_0x40b363[_0x5a120b(0x134)]);_0x4fe310['fZQjR'](isBrowserstackInfra)&&(_0x46c8a8&&(global[_0x5a120b(0x88)]={'currentTest':{'name':_0x40b363['title'],'testInfo':{'titlePath':_0x40b363[_0x5a120b(0x12f)]()}}}));const _0x3dfdba={};_0x3dfdba['hookType']=_0x4fe310[_0x5a120b(0x15f)],PerformanceTester[_0x5a120b(0x10a)](PerformanceHookEvents[_0x5a120b(0x11a)],!![],null,_0x3dfdba);}catch(_0x4f2006){PerformanceTester['captureError'](_0x4f2006);const _0x3a9db4={};_0x3a9db4[_0x5a120b(0xe1)]=_0x4fe310['eLncg'],PerformanceTester['end'](PerformanceHookEvents[_0x5a120b(0x11a)],![],_0x4f2006,_0x3a9db4);}}),CodeceptJS['event'][_0x368231(0x141)]['on'](CodeceptJS[_0x368231(0x102)]['test']['started'],_0x2541c5=>{const _0x2fb3e6=_0x368231,_0x436a9a={'Nyiub':function(_0xcb0002){const _0x185f3b=a1_0x4020;return _0x4fe310[_0x185f3b(0xdd)](_0xcb0002);},'yADQo':function(_0x54ddae,_0xbc7b21){const _0xb688d7=a1_0x4020;return _0x4fe310[_0xb688d7(0x151)](_0x54ddae,_0xbc7b21);},'JrQNf':function(_0x14f5f3,_0x263a0d,_0x33a769){return _0x4fe310['aHpQu'](_0x14f5f3,_0x263a0d,_0x33a769);}};PerformanceTester[_0x2fb3e6(0x92)](PerformanceHookEvents['SDK_HOOK']);try{globals[_0x2fb3e6(0xee)](_0x4fe310[_0x2fb3e6(0x111)],_0x2541c5[_0x2fb3e6(0x134)]);const _0x318ee7=_0xff42ac[_0x2fb3e6(0xf5)](TEST_EVENTS[_0x2fb3e6(0x115)],_0x2541c5);CodeceptRecorder['add'](()=>_0xff42ac[_0x2fb3e6(0xbb)](TEST_EVENTS['TEST_RUN_STARTED'],_0x318ee7)),CodeceptRecorder['add'](async()=>{const _0x433973=_0x2fb3e6;_0x436a9a[_0x433973(0x133)](isBrowserstackInfra)&&(!_0x436a9a[_0x433973(0xa4)](isTrue,_0x2ee786[_0x433973(0xba)])&&await _0x436a9a[_0x433973(0x110)](markSessionName,_0x2ceebc,_0x2541c5[_0x433973(0x134)]),_0xff42ac[_0x433973(0x170)]&&await _0x436a9a[_0x433973(0xa4)](o11ySync,_0x2ceebc));});}catch(_0x3676ac){const _0x13487f={};_0x13487f[_0x2fb3e6(0xe1)]=_0x4fe310['yuIpY'],PerformanceTester[_0x2fb3e6(0x10a)](PerformanceHookEvents[_0x2fb3e6(0x11a)],![],_0x3676ac,_0x13487f),PerformanceTester['captureError'](_0x3676ac);}const _0x227e80={};_0x227e80['hookType']=_0x4fe310[_0x2fb3e6(0x8d)],PerformanceTester['end'](PerformanceHookEvents[_0x2fb3e6(0x11a)],!![],null,_0x227e80);}),CodeceptJS[_0x368231(0x102)][_0x368231(0x141)]['on'](CodeceptJS[_0x368231(0x102)][_0x368231(0x120)][_0x368231(0xe7)],_0x11c68f=>{const _0x26e942=_0x368231,_0x329e19={'JYoRA':function(_0x2f4b9c,_0x379c03,_0x336a56){const _0x129b57=a1_0x4020;return _0x4fe310[_0x129b57(0x10d)](_0x2f4b9c,_0x379c03,_0x336a56);},'sMdtc':function(_0x316a1c){return _0x4fe310['zbaYP'](_0x316a1c);}};PerformanceTester[_0x26e942(0x92)](PerformanceHookEvents[_0x26e942(0x11a)]);try{const _0x5ed115=_0xff42ac[_0x26e942(0xf5)](TEST_EVENTS[_0x26e942(0x123)],_0x11c68f);CodeceptRecorder[_0x26e942(0xb3)](()=>_0xff42ac[_0x26e942(0xbb)](TEST_EVENTS[_0x26e942(0x123)],_0x5ed115)),CodeceptRecorder[_0x26e942(0xb3)](async()=>{const _0x58b483=_0x26e942,_0x337b6a={'zlUff':function(_0x4c663d,_0x2e2d72,_0x2c6d09){const _0x176366=a1_0x4020;return _0x329e19[_0x176366(0x112)](_0x4c663d,_0x2e2d72,_0x2c6d09);}};_0x329e19[_0x58b483(0xe0)](isBrowserstackInfra)&&await PerformanceTester[_0x58b483(0xa6)](PerformanceAutEvents['SESSION_STATUS'],async()=>{const _0x330693=_0x58b483;_0x46c8a8?await _0x337b6a[_0x330693(0x139)](playwrightMarkSessionStatus,_0x2ceebc,STATE_PASSED):await _0x337b6a[_0x330693(0x139)](markSessionStatus,_0x2ceebc,STATE_PASSED);})();}),PerformanceTester[_0x26e942(0x10a)](PerformanceEvents[_0x26e942(0xcb)]);}catch(_0x1423dd){PerformanceTester[_0x26e942(0x140)](_0x1423dd);const _0x400bdf={};_0x400bdf['hookType']=_0x4fe310[_0x26e942(0x154)],PerformanceTester[_0x26e942(0x10a)](PerformanceHookEvents['SDK_HOOK'],![],_0x1423dd,_0x400bdf),PerformanceTester['end'](PerformanceEvents['SDK_TEST'],![],_0x1423dd);}const _0x146180={};_0x146180[_0x26e942(0xe1)]=_0x4fe310[_0x26e942(0x154)],PerformanceTester[_0x26e942(0x10a)](PerformanceHookEvents[_0x26e942(0x11a)],!![],null,_0x146180);}),CodeceptJS[_0x368231(0x102)][_0x368231(0x141)]['on'](CodeceptJS[_0x368231(0x102)][_0x368231(0x120)]['failed'],(_0x348b99,_0xb7a37b)=>{const _0x8e1e69=_0x368231;PerformanceTester[_0x8e1e69(0x92)](PerformanceHookEvents[_0x8e1e69(0x11a)]);try{if(_0x4fe310[_0x8e1e69(0xbd)](_0x348b99[_0x8e1e69(0xab)][_0x8e1e69(0xe8)],_0x4fe310[_0x8e1e69(0x89)])){const _0x26b81e=_0xff42ac[_0x8e1e69(0xf5)](TEST_EVENTS[_0x8e1e69(0xe3)],_0x348b99[_0x8e1e69(0x100)]['currentTest']);CodeceptRecorder[_0x8e1e69(0xb3)](()=>_0xff42ac[_0x8e1e69(0xbb)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x26b81e));}else{const _0x2cb41c=_0xff42ac['captureEvent'](TEST_EVENTS[_0x8e1e69(0x123)],_0x348b99,_0xb7a37b);CodeceptRecorder[_0x8e1e69(0xb3)](()=>{const _0x23a908=_0x8e1e69;try{_0xff42ac[_0x23a908(0xbb)](TEST_EVENTS[_0x23a908(0x123)],_0x2cb41c);}catch(_0x561c79){logger['debug'](_0x23a908(0xcd)+util[_0x23a908(0xdb)](_0x561c79)),PerformanceTester['end'](PerformanceEvents['SDK_TEST'],![],_0x561c79);}}),CodeceptRecorder[_0x8e1e69(0xb3)](async()=>{const _0x34dc03=_0x8e1e69;try{_0x4fe310[_0x34dc03(0xb1)](isBrowserstackInfra)&&(_0x46c8a8?await _0x4fe310[_0x34dc03(0x15c)](playwrightMarkSessionStatus,_0x2ceebc,STATE_FAILED,_0xb7a37b):await _0x4fe310[_0x34dc03(0xbf)](markSessionStatus,_0x2ceebc,STATE_FAILED,_0xb7a37b));}catch(_0x2ab84a){logger['debug'](_0x34dc03(0x14b)+util['format'](_0x2ab84a)),PerformanceTester['end'](PerformanceEvents[_0x34dc03(0xcb)],![],_0x2ab84a);}});}PerformanceTester[_0x8e1e69(0x10a)](PerformanceEvents[_0x8e1e69(0xcb)]);}catch(_0x18112b){PerformanceTester[_0x8e1e69(0x140)](_0x18112b);const _0x48ab3d={};_0x48ab3d[_0x8e1e69(0xe1)]=_0x4fe310[_0x8e1e69(0xb8)],PerformanceTester['end'](PerformanceHookEvents[_0x8e1e69(0x11a)],![],_0x18112b,_0x48ab3d),PerformanceTester[_0x8e1e69(0x10a)](PerformanceEvents['SDK_TEST'],![],_0x18112b);}const _0x3865c5={};_0x3865c5[_0x8e1e69(0xe1)]=_0x4fe310[_0x8e1e69(0xb8)],PerformanceTester['end'](PerformanceHookEvents[_0x8e1e69(0x11a)],!![],null,_0x3865c5);}),CodeceptJS[_0x368231(0x102)][_0x368231(0x141)]['on'](CodeceptJS[_0x368231(0x102)][_0x368231(0x120)][_0x368231(0x10b)],_0x3c59d6=>{const _0x3e15d6=_0x368231;PerformanceTester[_0x3e15d6(0x92)](PerformanceHookEvents[_0x3e15d6(0x11a)]);try{const _0x1aab32=_0xff42ac[_0x3e15d6(0xf5)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x3c59d6);CodeceptRecorder[_0x3e15d6(0xb3)](()=>_0xff42ac[_0x3e15d6(0xbb)](TEST_EVENTS[_0x3e15d6(0xe3)],_0x1aab32)),PerformanceTester['end'](PerformanceEvents[_0x3e15d6(0xcb)]);}catch(_0x454d80){PerformanceTester[_0x3e15d6(0x140)](_0x454d80),PerformanceTester[_0x3e15d6(0x10a)](PerformanceEvents[_0x3e15d6(0xcb)],![],_0x454d80);const _0x16bbab={};_0x16bbab['hookType']=_0x4fe310[_0x3e15d6(0xf1)],PerformanceTester[_0x3e15d6(0x10a)](PerformanceHookEvents['SDK_HOOK'],![],_0x454d80,_0x16bbab);}const _0x32bb7e={};_0x32bb7e['hookType']=_0x4fe310[_0x3e15d6(0xf1)],PerformanceTester[_0x3e15d6(0x10a)](PerformanceHookEvents[_0x3e15d6(0x11a)],!![],null,_0x32bb7e);}),CodeceptJS[_0x368231(0x102)][_0x368231(0x141)]['on'](CodeceptJS[_0x368231(0x102)][_0x368231(0x120)][_0x368231(0xc1)],async(_0x388dee,_0x403d10)=>{const _0x27c040=_0x368231,_0x23feed={};_0x23feed[_0x27c040(0x16d)]=_0x4fe310[_0x27c040(0xaa)];const _0x374ff7=_0x23feed;try{PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);const _0x50164f=_0x4fe310[_0x27c040(0x10d)](shouldScanTestForAccessibility,_0x388dee[_0x27c040(0x12f)](),!![]);if(_0x4fe310[_0x27c040(0x145)](isAccessibilityAutomationSession)&&global[_0x27c040(0x91)]&&_0x50164f){const _0x2c3072={};_0x2c3072[_0x27c040(0x14a)]=_0x388dee[_0x27c040(0x158)],_0x2c3072['thBuildUuid']=process[_0x27c040(0x9d)][testHubConstants[_0x27c040(0x11c)][_0x27c040(0xc8)]],_0x2c3072['thJwtToken']=process[_0x27c040(0x9d)][testHubConstants['ENV_VAR'][_0x27c040(0xa9)]];const _0x55f9bf=_0x2c3072;logger[_0x27c040(0x8b)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON['stringify'](_0x55f9bf)),CodeceptRecorder[_0x27c040(0xb3)](async()=>{const _0x223f0b=_0x27c040,_0x3e9d59={};_0x3e9d59[_0x223f0b(0xc3)]=_0x374ff7[_0x223f0b(0x16d)],await PerformanceTester[_0x223f0b(0xa6)](PerformanceA11yEvents[_0x223f0b(0x84)],async()=>{const _0x43af23=_0x223f0b;await AccessibilityHelper['browserStackExecuteDriver'](_0x2ceebc,scripts[_0x43af23(0x12a)]);},_0x3e9d59)(),await PerformanceTester[_0x223f0b(0xa6)](PerformanceA11yEvents[_0x223f0b(0x125)],async()=>{const _0x242385=_0x223f0b;await AccessibilityHelper[_0x242385(0x135)](_0x2ceebc,scripts[_0x242385(0x126)],_0x55f9bf);})();}),logger[_0x27c040(0x97)](_0x4fe310[_0x27c040(0x147)]);}const _0x26ed06={};_0x26ed06[_0x27c040(0xe1)]=_0x4fe310[_0x27c040(0xce)],PerformanceTester[_0x27c040(0x10a)](PerformanceHookEvents[_0x27c040(0x11a)],!![],null,_0x26ed06);}catch(_0x570c51){PerformanceTester[_0x27c040(0x140)](_0x570c51);const _0x5e5fce={};_0x5e5fce[_0x27c040(0xe1)]=_0x4fe310[_0x27c040(0xce)],PerformanceTester[_0x27c040(0x10a)](PerformanceHookEvents[_0x27c040(0x11a)],![],_0x570c51,_0x5e5fce);}}),CodeceptJS[_0x368231(0x102)][_0x368231(0x141)]['on'](CodeceptJS[_0x368231(0x102)][_0x368231(0x95)]['comment'],_0x5c7f59=>{const _0x1e1a00=_0x368231;PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{process[_0x1e1a00(0x103)](_0x1e1a00(0x183)+process['pid'],{'timestamp':new Date()['toISOString'](),'level':_0x4fe310[_0x1e1a00(0x83)],'message':_0x5c7f59,'kind':_0x4fe310[_0x1e1a00(0x144)],'http_response':{}});}catch(_0x10b77a){PerformanceTester[_0x1e1a00(0x140)](_0x10b77a);const _0x490c85={};_0x490c85[_0x1e1a00(0xe1)]=_0x4fe310[_0x1e1a00(0xe2)],PerformanceTester[_0x1e1a00(0x10a)](PerformanceHookEvents[_0x1e1a00(0x11a)],![],_0x10b77a,_0x490c85);}const _0x22d3bc={};_0x22d3bc[_0x1e1a00(0xe1)]=_0x4fe310[_0x1e1a00(0xe2)],PerformanceTester[_0x1e1a00(0x10a)](PerformanceHookEvents[_0x1e1a00(0x11a)],!![],null,_0x22d3bc);}),CodeceptJS['event'][_0x368231(0x141)]['on'](CodeceptJS[_0x368231(0x102)][_0x368231(0xa5)][_0x368231(0x15e)],_0x2fb530=>{const _0x1e74ea=_0x368231,_0x4cf1e8={};_0x4cf1e8[_0x1e74ea(0xe1)]=_0x4fe310[_0x1e74ea(0xb6)],PerformanceTester[_0x1e74ea(0xa6)](PerformanceHookEvents[_0x1e74ea(0x11a)],()=>{const _0x3083a0=_0x1e74ea;_0xff42ac[_0x3083a0(0x153)](_0x2fb530);},_0x4cf1e8)();}),CodeceptJS[_0x368231(0x102)][_0x368231(0x141)]['on'](CodeceptJS['event'][_0x368231(0xa5)][_0x368231(0xc1)],_0x59e803=>{const _0x430711=_0x368231,_0x509914={};_0x509914[_0x430711(0xe1)]=_0x4fe310[_0x430711(0x15b)],PerformanceTester[_0x430711(0xa6)](PerformanceHookEvents[_0x430711(0x11a)],()=>{const _0x26a2a8=_0x430711;_0xff42ac[_0x26a2a8(0xad)](_0x59e803);},_0x509914)();});};
1
+ const a1_0x488c9=a1_0x2c50;(function(_0x22a79d,_0x547856){const _0x23dab1=a1_0x2c50,_0x1cf486=_0x22a79d();while(!![]){try{const _0x151262=parseInt(_0x23dab1(0x1ad))/0x1+-parseInt(_0x23dab1(0x210))/0x2+-parseInt(_0x23dab1(0x1d4))/0x3*(parseInt(_0x23dab1(0x1a9))/0x4)+parseInt(_0x23dab1(0x14c))/0x5+parseInt(_0x23dab1(0x162))/0x6+parseInt(_0x23dab1(0x1c9))/0x7*(-parseInt(_0x23dab1(0x1cc))/0x8)+-parseInt(_0x23dab1(0x222))/0x9*(-parseInt(_0x23dab1(0x18a))/0xa);if(_0x151262===_0x547856)break;else _0x1cf486['push'](_0x1cf486['shift']());}catch(_0x4a0988){_0x1cf486['push'](_0x1cf486['shift']());}}}(a1_0x1347,0x37127));const fs=require('fs'),util=require(a1_0x488c9(0x202)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x488c9(0x238)),logger=require(a1_0x488c9(0x1f0))[a1_0x488c9(0x223)],testOpsHelper=require(a1_0x488c9(0x179)),requestSpy=require(a1_0x488c9(0x16c)),PlaywrightSessionDetails=require(a1_0x488c9(0x1ff)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x488c9(0x1ba)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x488c9(0x19d)),AccessibilityHelper=require(a1_0x488c9(0x155)),scripts=require(a1_0x488c9(0x1f8)),PerformanceTester=require(a1_0x488c9(0x1b1)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x488c9(0x1c7)),{processWebDriverConfig,shouldPatchExecuteScript}=require('./helper.js'),testHubConstants=require(a1_0x488c9(0x232)),globals=require(a1_0x488c9(0x215)),CodeceptJS=requireModule('codeceptjs/lib/index.js','codeceptjs'),CodeceptUtils=requireModule('codeceptjs/lib/utils.js','codeceptjs'),CodeceptWebDriver=requireModule(a1_0x488c9(0x206),'codeceptjs'),CodeceptRecorder=requireModule('codeceptjs/lib/recorder.js',a1_0x488c9(0x21f)),CodeceptPlaywright=requireModule('codeceptjs/lib/helper/Playwright.js',a1_0x488c9(0x21f)),playwrightMarkSessionStatus=(_0x4885ca,_0x15b4f4,_0x158f19)=>{const _0x29fc18=a1_0x488c9,_0x4a2f82={'OUmoc':_0x29fc18(0x1a6),'MjmhD':function(_0x5afb7b,_0x2353fe){return _0x5afb7b(_0x2353fe);}},_0x302d13={};_0x302d13[_0x29fc18(0x1be)]=_0x15b4f4;const _0xf65bb4={};_0xf65bb4['action']=_0x4a2f82[_0x29fc18(0x168)],_0xf65bb4[_0x29fc18(0x1de)]=_0x302d13;const _0x12659b=_0xf65bb4;return!_0x4a2f82[_0x29fc18(0x193)](isUndefined,_0x158f19)&&(_0x12659b[_0x29fc18(0x1de)][_0x29fc18(0x219)]=JSON[_0x29fc18(0x1b5)](_0x158f19)),_0x4885ca[_0x29fc18(0x220)](()=>{},'browserstack_executor:\x20'+JSON[_0x29fc18(0x1b5)](_0x12659b));},o11ySync=PerformanceTester['measureWrapper'](PerformanceO11yEvents['SYNC'],async _0x44afeb=>{const _0x591e37=a1_0x488c9,_0x102fc8={};_0x102fc8[_0x591e37(0x142)]=function(_0x3eb2ea,_0x4fca23){return _0x3eb2ea===_0x4fca23;},_0x102fc8[_0x591e37(0x19b)]=_0x591e37(0x207);const _0x561666=_0x102fc8;_0x561666['xwKec'](_0x44afeb[_0x591e37(0x1fa)][_0x591e37(0x1e8)],_0x561666[_0x591e37(0x19b)])?await _0x44afeb[_0x591e37(0x220)](_0xd78473=>{},testOpsHelper[_0x591e37(0x1bc)]()):await _0x44afeb['executeScript'](testOpsHelper[_0x591e37(0x1bc)]());}),markSessionName=PerformanceTester[a1_0x488c9(0x1e0)](PerformanceAutEvents['SESSION_NAME'],async(_0x17f359,_0xaa1c8f)=>{const _0x2165d3=a1_0x488c9,_0x2bc14a={};_0x2bc14a[_0x2165d3(0x143)]=_0x2165d3(0x16e),_0x2bc14a[_0x2165d3(0x1b0)]=function(_0x53d12d,_0x22199f){return _0x53d12d===_0x22199f;},_0x2bc14a[_0x2165d3(0x1ef)]=_0x2165d3(0x207);const _0xdbaf01=_0x2bc14a,_0x42328a={};_0x42328a['name']=_0xaa1c8f;const _0x57d39e={};_0x57d39e[_0x2165d3(0x18b)]=_0xdbaf01[_0x2165d3(0x143)],_0x57d39e[_0x2165d3(0x1de)]=_0x42328a;const _0x2b431b=_0x57d39e;_0xdbaf01[_0x2165d3(0x1b0)](_0x17f359[_0x2165d3(0x1fa)][_0x2165d3(0x1e8)],_0xdbaf01['oTAnI'])?await _0x17f359[_0x2165d3(0x220)](()=>{},_0x2165d3(0x1ec)+JSON[_0x2165d3(0x1b5)](_0x2b431b)):await _0x17f359[_0x2165d3(0x220)](_0x2165d3(0x1ec)+JSON['stringify'](_0x2b431b));}),patchSaveScreenshot=_0x496e00=>{const _0xf9b33c=a1_0x488c9,_0x202813={'IrjRT':_0xf9b33c(0x1d6),'WKcYO':'TEST_SCREENSHOT','FGcOB':function(_0x311ce0){return _0x311ce0();},'zuCtm':function(_0x2fe809,_0x334129){return _0x2fe809(_0x334129);},'sYcZi':_0xf9b33c(0x1a3)};_0x202813[_0xf9b33c(0x148)](isTrue,process[_0xf9b33c(0x1e2)][_0xf9b33c(0x1c3)])&&!_0x496e00['patchSaveScreenshot']&&(_0x496e00[_0xf9b33c(0x236)]=!![],_0x496e00[_0xf9b33c(0x16f)]=_0x496e00['saveScreenshot'],_0x496e00[_0xf9b33c(0x1e9)]=(_0x430bf8,_0x6e12cd=![])=>{const _0x2c72d0=_0xf9b33c,_0x590586={'afCYH':_0x202813['IrjRT'],'wmOVn':_0x202813[_0x2c72d0(0x208)],'TEkeu':function(_0x34e855){return _0x202813['FGcOB'](_0x34e855);},'BXvjv':function(_0x3de9bb,_0x15a474){const _0x287482=_0x2c72d0;return _0x202813[_0x287482(0x148)](_0x3de9bb,_0x15a474);},'ZsYCt':_0x202813[_0x2c72d0(0x175)]};return new Promise(function(_0x590aca,_0x16456a){const _0x499159=_0x2c72d0;_0x496e00[_0x499159(0x16f)](_0x430bf8,_0x6e12cd)[_0x499159(0x17e)](()=>{const _0x4a488c=_0x499159,_0x344d97=CodeceptUtils[_0x4a488c(0x1d3)](_0x430bf8);if(_0x344d97){const _0x47bf39=fs['readFileSync'](_0x344d97);process[_0x4a488c(0x1fc)](_0x4a488c(0x21c)+process[_0x4a488c(0x234)],{'timestamp':new Date()['toISOString'](),'message':_0x47bf39['toString'](_0x590586['afCYH']),'kind':_0x590586[_0x4a488c(0x1b9)]}),_0x590586[_0x4a488c(0x1c1)](_0x590aca);}_0x590586[_0x4a488c(0x1fb)](_0x16456a,new Error(_0x590586[_0x4a488c(0x198)]));})[_0x499159(0x225)](()=>null);});});},patchWebDriverBefore=_0x13d759=>{const _0x46e920=a1_0x488c9,_0x43765a={'GEQnm':function(_0x40de31){return _0x40de31();},'ZRmrP':function(_0x5439cf,_0xe2092d){return _0x5439cf(_0xe2092d);},'aTCud':function(_0x1084a1,_0x5acc27){return _0x1084a1===_0x5acc27;},'nXYUT':_0x46e920(0x178),'cZajc':_0x46e920(0x1aa),'oAbjY':function(_0x5dac0b,_0xe3ecfa){return _0x5dac0b===_0xe3ecfa;},'LUSFe':_0x46e920(0x21b)},_0x3cb6b0=async function(_0xb6be84,_0x27c5f0){const _0x2ac6be=_0x46e920;_0x43765a[_0x2ac6be(0x16a)](isAccessibilityAutomationSession)&&!global[_0x2ac6be(0x200)]&&global[_0x2ac6be(0x1dd)]&&scripts[_0x2ac6be(0x1ce)](_0xb6be84[_0x2ac6be(0x1e8)])&&_0x43765a['ZRmrP'](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x2ac6be(0x200)]=!![],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x2ac6be(0x1f1)],async()=>{const _0xf5b8d7=_0x2ac6be;logger[_0xf5b8d7(0x228)](_0xf5b8d7(0x18d)+_0xb6be84[_0xf5b8d7(0x221)]+'\x20'+_0xb6be84[_0xf5b8d7(0x1e8)]),await AccessibilityHelper[_0xf5b8d7(0x235)](_0x13d759,scripts[_0xf5b8d7(0x145)]);},{'command':_0xb6be84[_0x2ac6be(0x1e8)]})());global[_0x2ac6be(0x200)]=![];const _0x1c3412=JSON[_0x2ac6be(0x1f5)](process['env']['FRAMEWORK_DETAILS']||'{}');if(_0x43765a[_0x2ac6be(0x150)](_0x1c3412?.[_0x2ac6be(0x147)]?.[_0x2ac6be(0x1e8)],_0x43765a[_0x2ac6be(0x227)])&&_0x43765a['aTCud'](typeof _0x1c3412?.['testFramework']?.['version'],_0x43765a[_0x2ac6be(0x22b)])&&_0x1c3412?.[_0x2ac6be(0x147)]?.[_0x2ac6be(0x141)][_0x2ac6be(0x211)]('7'))return _0x27c5f0['apply'](null,Array[_0x2ac6be(0x1a5)][_0x2ac6be(0x1f3)][_0x2ac6be(0x177)](arguments,0x2));return _0x27c5f0['apply'](this,Array[_0x2ac6be(0x1a5)][_0x2ac6be(0x1f3)][_0x2ac6be(0x177)](arguments,0x2));},_0x24198e=CodeceptWebDriver[_0x46e920(0x1a5)][_0x46e920(0x17b)];CodeceptWebDriver['prototype'][_0x46e920(0x17b)]=async function(){const _0x531bc3=_0x46e920,_0x465672={'ZTJdG':function(_0x49e375,_0x3de71d){const _0x58fb22=a1_0x2c50;return _0x43765a[_0x58fb22(0x153)](_0x49e375,_0x3de71d);},'zlcff':_0x43765a[_0x531bc3(0x1f9)]};try{await _0x24198e[_0x531bc3(0x23e)](this,arguments);}catch(_0x113bc7){logger[_0x531bc3(0x228)]('Failed\x20to\x20execute\x20_before:\x20'+util['format'](_0x113bc7));}scripts[_0x531bc3(0x165)][_0x531bc3(0x172)](_0x16fcc9=>_0x16fcc9[_0x531bc3(0x1e8)]&&_0x16fcc9[_0x531bc3(0x221)])[_0x531bc3(0x1a1)](_0x369d46=>{const _0x212fd1=_0x531bc3;this[_0x212fd1(0x186)][_0x212fd1(0x201)](_0x369d46['name'],_0x3cb6b0[_0x212fd1(0x19f)](this,_0x369d46),_0x465672[_0x212fd1(0x14f)](_0x369d46[_0x212fd1(0x221)],_0x465672[_0x212fd1(0x14a)]));}),_0x43765a[_0x531bc3(0x1f7)](processWebDriverConfig,_0x13d759);};};function a1_0x1347(){const _0x30d251=['bddStepFinish','../../helpers/globals.js','url','setGlobal','mtNTQ','reason','chromium','Element','bs:addLog:','skipSessionName','hook-failed','codeceptjs','executeScript','class','125109LFivcY','winstonLogger','fireEvent','catch','testAnalyticsId','nXYUT','debug','dispatcher','koHGL','cZajc','isArray','add','HOOK_RUN_STARTED','SDK_HOOK','tPasf','XCpBW','../../helpers/testhub/constants.js','nLtee','pid','browserStackExecuteDriver','patchSaveScreenshot','browserstackTestName','../../helpers/helper','WzWCL','patch','stopMonitoring','message','__driver','apply','SDK_TEST','version','xwKec','OBfWy','nINeD','performScan','FZnoq','testFramework','zuCtm','hook','zlcff','TEST_RUN_STARTED','125105XEhGWj','glQua','oqGQf','ZTJdG','aTCud','getResultsSummary','helpers','oAbjY','bddStep-after','../../bin/playwright/accessibility-helper','INFO','comment','thTestRunUuid','fIwNB','HOOK_RUN_FINISHED','start','started','cBkwo','passed','BPIJW','ctx','SrBra','2094132fJQAuR','browserContext','rbTzg','commandsToWrap','event','_setPage','OUmoc','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','GEQnm','contexts','../../helpers/request-spy','SDK_PRE_TEST','setSessionName','initSaveScreenshot','hook-started','container','filter','EXMRf','page','sYcZi','jYDlX','call','webdriverio','../../helpers/test-observability/utils','LwSEB','_before','a11y_core_config','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','then','tOwCo','push','BZyGi','\x0aStack:\x20','command','test','titlePath','browser','eEaiL','bddStepStart','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','190ufulQP','action','failed','Performing\x20scan\x20for\x20','getAccessibilityResults','VMAJp','vfWxi','step','warn','MjmhD','__workerDetails','bddStep-before','ENV_VAR','chirW','ZsYCt','lEOaq','addRequestSpy','vlsME','jljUS','../../helpers/accessibility-automation/helper','TestCafe','bind','YUEGX','forEach','GET_RESULTS','Screenshot\x20path\x20not\x20found','HygKD','prototype','setSessionStatus','CaANY','FFJle','20brQQfb','string','step-comment','SESSION_STATUS','281948HRIeCd','captureEvent','startMonitoring','CtyiZ','../../helpers/performance/performance-tester','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','CorcV','afterTest','stringify','Suite','sHFHO','domForge','wmOVn','./o11yHelper','end','getSyncScript','SDK_PRE_INITIALIZE','status','pages','OKogQ','TEkeu','test-started','BS_TESTOPS_ALLOW_SCREENSHOTS','xTFKu','test-skipped','uoPOX','../../helpers/performance/constants','from','287462qNKiiD','test-failed','stack','64mmQEEu','tyPOd','shouldWrapCommand','smFWJ','gtZsR','XBaNM','BROWSERSTACK_TESTHUB_UUID','screenshotOutputFolder','5610eizArb','sJjgT','base64','config','skipSessionStatus','before','args','naJvh','UrRrY','accessibilityPlatform','arguments','QeWAk','measureWrapper','split','env','toISOString','title','format','currentTest','__skipSessionStatus','name','saveScreenshot','test-passed','FVOQj','browserstack_executor:\x20','hookType','devtools://','oTAnI','../../helpers/logger','PERFORM_SCAN','getAccessibilityResultsSummary','slice','bddStep','parse','Puppeteer','ZRmrP','../../helpers/accessibility-automation/scripts','LUSFe','constructor','BXvjv','emit','thBuildUuid','SDK_POST_INITIALIZE','../../bin/playwright/sessionDetails','bstackAllyScanning','overwriteCommand','util','all','after','fpltz','codeceptjs/lib/helper/WebDriver.js','Playwright','WKcYO','RkjkP','SDK_POST_TEST','WRQPk','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','TEST_RUN_FINISHED','TEST_RUN_SKIPPED','captureError','713314gkbGwg','startsWith','SVOVe','dIrRo'];a1_0x1347=function(){return _0x30d251;};return a1_0x1347();}function a1_0x2c50(_0x451aeb,_0x40b19a){const _0x1347c1=a1_0x1347();return a1_0x2c50=function(_0x2c50cb,_0x5e6516){_0x2c50cb=_0x2c50cb-0x141;let _0x11e6fa=_0x1347c1[_0x2c50cb];return _0x11e6fa;},a1_0x2c50(_0x451aeb,_0x40b19a);}function parseJwt(_0x577a69){const _0x39bef2=a1_0x488c9,_0x3dcbee={};_0x3dcbee['chirW']=_0x39bef2(0x1d6);const _0x32705a=_0x3dcbee;if(!_0x577a69)return null;return JSON['parse'](Buffer[_0x39bef2(0x1c8)](_0x577a69[_0x39bef2(0x1e1)]('.')[0x1],_0x32705a[_0x39bef2(0x197)])['toString']());}const patchPlaywrightBefore=()=>{const _0x15a9cd=a1_0x488c9,_0x1c5396={'WzWCL':function(_0xfbcfe6){return _0xfbcfe6();},'smFWJ':_0x15a9cd(0x1ee),'XBaNM':'--auto-open-devtools-for-tabs','cBkwo':function(_0xf2dc24){return _0xf2dc24();},'SVOVe':function(_0x5ae07d,_0x238ddb){return _0x5ae07d(_0x238ddb);},'WRQPk':function(_0x1e73a0){return _0x1e73a0();},'gtZsR':function(_0x4f3971,_0xa99386){return _0x4f3971+_0xa99386;},'VNueI':_0x15a9cd(0x182),'Ugpwi':function(_0x57e169){return _0x57e169();}};PlaywrightSessionDetails[_0x15a9cd(0x23a)]();const _0x186a9d=CodeceptPlaywright[_0x15a9cd(0x1a5)]['_before'];CodeceptPlaywright['prototype'][_0x15a9cd(0x17b)]=async function(){const _0x174ae8=_0x15a9cd;this['browserContext']=await this[_0x174ae8(0x186)][_0x174ae8(0x16b)]()[0x0];const _0x5b5f9b=async()=>{const _0x5d1b5a=_0x174ae8,_0x5054ec={'sJjgT':function(_0x50d2bb){const _0x3bd9fb=a1_0x2c50;return _0x1c5396[_0x3bd9fb(0x239)](_0x50d2bb);},'RkjkP':_0x1c5396[_0x5d1b5a(0x1cf)]},_0x491ba0=this[_0x5d1b5a(0x1d7)]&&this[_0x5d1b5a(0x1d7)][_0x5d1b5a(0x21a)]&&this[_0x5d1b5a(0x1d7)]['chromium'][_0x5d1b5a(0x1da)]&&Array[_0x5d1b5a(0x22c)](this[_0x5d1b5a(0x1d7)][_0x5d1b5a(0x21a)]['args'])&&this['config']['chromium'][_0x5d1b5a(0x1da)]['includes'](_0x1c5396[_0x5d1b5a(0x1d1)]);if(_0x1c5396[_0x5d1b5a(0x15d)](isAccessibilityAutomationSession)&&!_0x491ba0)try{const _0x3d9d07=_0x1c5396[_0x5d1b5a(0x212)](parseJwt,process[_0x5d1b5a(0x1e2)]['BS_A11Y_JWT']);if(_0x3d9d07&&_0x3d9d07[_0x5d1b5a(0x17c)]&&_0x3d9d07[_0x5d1b5a(0x17c)][_0x5d1b5a(0x1b8)]){const _0x453306=this[_0x5d1b5a(0x163)][_0x5d1b5a(0x1bf)]['bind'](this[_0x5d1b5a(0x163)]);this[_0x5d1b5a(0x163)][_0x5d1b5a(0x1bf)]=async function(){const _0xa3abbd=_0x5d1b5a,_0x12fd01=await _0x5054ec[_0xa3abbd(0x1d5)](_0x453306),_0xb47c2e=[];for(const _0x184374 of _0x12fd01){try{const _0x3255d0=await _0x184374[_0xa3abbd(0x216)]();!_0x3255d0['startsWith'](_0x5054ec[_0xa3abbd(0x209)])&&_0xb47c2e['push'](_0x184374);}catch(_0x3e79c6){_0xb47c2e[_0xa3abbd(0x180)](_0x184374);}}return _0xb47c2e;};}if(!_0x1c5396[_0x5d1b5a(0x20b)](isBrowserstackInfra)){const _0xfec715=await this[_0x5d1b5a(0x174)][_0x5d1b5a(0x216)]();if(_0xfec715[_0x5d1b5a(0x211)](_0x1c5396[_0x5d1b5a(0x1cf)])){const _0x540f39=await this[_0x5d1b5a(0x163)][_0x5d1b5a(0x1bf)]();this[_0x5d1b5a(0x167)](_0x540f39[0x0]);}}}catch(_0x28d441){logger[_0x5d1b5a(0x228)](_0x5d1b5a(0x169)+_0x28d441[_0x5d1b5a(0x23c)]+(_0x28d441[_0x5d1b5a(0x1cb)]?_0x1c5396[_0x5d1b5a(0x1d0)](_0x1c5396['VNueI'],_0x28d441['stack']):''));}};_0x1c5396['WzWCL'](isBrowserstackInfra)&&await _0x1c5396[_0x174ae8(0x239)](_0x5b5f9b),await _0x186a9d[_0x174ae8(0x23e)](this,arguments),!_0x1c5396[_0x174ae8(0x15d)](isBrowserstackInfra)&&await _0x1c5396['Ugpwi'](_0x5b5f9b);};},getCodeceptDriver=()=>{const _0x542245=a1_0x488c9,_0x4cb185={};_0x4cb185[_0x542245(0x1a0)]='WebDriver',_0x4cb185[_0x542245(0x17a)]=_0x542245(0x207),_0x4cb185['uoPOX']=_0x542245(0x1f6),_0x4cb185['UrRrY']=_0x542245(0x19e);const _0x1534a4=_0x4cb185,_0x2b1f90=[_0x1534a4[_0x542245(0x1a0)],_0x1534a4[_0x542245(0x17a)],_0x1534a4[_0x542245(0x1c6)],_0x1534a4[_0x542245(0x1dc)]],_0x4322d0=_0x2b1f90['find'](_0x4369db=>!!CodeceptJS[_0x542245(0x171)][_0x542245(0x152)](_0x4369db));if(!_0x4322d0)return null;return CodeceptJS[_0x542245(0x171)][_0x542245(0x152)](_0x4322d0);};module['exports']=function(_0xdae494){const _0x22c11f=a1_0x488c9,_0x5e0718={'VMAJp':function(_0x11d88a){return _0x11d88a();},'wsQrt':function(_0x440591,_0x42415d){return _0x440591(_0x42415d);},'HygKD':'getAccessibilityResultsSummary','eEaiL':_0x22c11f(0x189),'naJvh':_0x22c11f(0x18e),'BPIJW':_0x22c11f(0x1b2),'fpltz':function(_0x581052,_0xe4c3dd){return _0x581052(_0xe4c3dd);},'FZnoq':_0x22c11f(0x170),'rbTzg':'hook-passed','mtNTQ':_0x22c11f(0x21e),'tyPOd':_0x22c11f(0x237),'BZyGi':'test-before','CaANY':function(_0x301538,_0xe62d7){return _0x301538(_0xe62d7);},'sHFHO':function(_0x357bbe,_0x405d5d,_0x2d21ee){return _0x357bbe(_0x405d5d,_0x2d21ee);},'FFJle':_0x22c11f(0x1c2),'fIwNB':_0x22c11f(0x1ea),'lEOaq':function(_0x1c64e9,_0x1fa80c,_0x3d3cd6,_0x56959f){return _0x1c64e9(_0x1fa80c,_0x3d3cd6,_0x56959f);},'dIrRo':function(_0x314d74,_0x523090){return _0x314d74===_0x523090;},'Zoahz':_0x22c11f(0x1b6),'QeWAk':_0x22c11f(0x1ca),'glQua':_0x22c11f(0x1c5),'tAeYy':_0x22c11f(0x1b4),'XCpBW':function(_0x31f02b,_0x289a79,_0x25238c){return _0x31f02b(_0x289a79,_0x25238c);},'OKogQ':_0x22c11f(0x20c),'FVOQj':'test-after','tOwCo':_0x22c11f(0x156),'tPasf':'TEST_LOG','nLtee':_0x22c11f(0x1ab),'HHMnr':_0x22c11f(0x195),'SrBra':_0x22c11f(0x154),'jYDlX':_0x22c11f(0x207)};_0xdae494[_0x22c11f(0x1d8)]&&(global[_0x22c11f(0x1e7)]=_0xdae494[_0x22c11f(0x1d8)]);PerformanceTester[_0x22c11f(0x1af)]();const _0x31379c=_0x5e0718[_0x22c11f(0x18f)](getCodeceptDriver),_0x175425=new O11yHelper(_0x31379c,_0xdae494),_0x4fe529=!!CodeceptJS['container'][_0x22c11f(0x152)](_0x5e0718[_0x22c11f(0x176)]);global[_0x22c11f(0x23d)]=_0x31379c,_0x31379c&&(PerformanceTester[_0x22c11f(0x1e0)](PerformanceEvents[_0x22c11f(0x1bd)],()=>{const _0x3deecb=_0x22c11f;_0x4fe529?_0x5e0718[_0x3deecb(0x18f)](patchPlaywrightBefore):_0x5e0718['wsQrt'](patchWebDriverBefore,_0x31379c);})(),PerformanceTester['measureWrapper'](PerformanceEvents[_0x22c11f(0x1fe)],()=>{const _0x4e29fc=_0x22c11f,_0x564ed7={};_0x564ed7['jljUS']=_0x5e0718[_0x4e29fc(0x1db)],_0x564ed7[_0x4e29fc(0x173)]=_0x5e0718[_0x4e29fc(0x15f)];const _0x593698=_0x564ed7;_0x31379c[_0x4e29fc(0x1f2)]=async()=>{const _0x27aa92=_0x4e29fc;if(global['accessibilityPlatform']){const _0x3cdcba={};return _0x3cdcba[_0x27aa92(0x183)]=_0x5e0718[_0x27aa92(0x1a4)],await PerformanceTester[_0x27aa92(0x1e0)](PerformanceA11yEvents[_0x27aa92(0x1f1)],async()=>{const _0x202e3b=_0x27aa92;return await AccessibilityHelper[_0x202e3b(0x235)](_0x31379c,scripts[_0x202e3b(0x145)]);},_0x3cdcba)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x4d345c=_0x27aa92;return await AccessibilityHelper[_0x4d345c(0x235)](_0x31379c,scripts[_0x4d345c(0x151)]);})();}return logger[_0x27aa92(0x192)](_0x5e0718[_0x27aa92(0x187)]),{};},_0x31379c[_0x4e29fc(0x18e)]=async()=>{const _0x447ec4=_0x4e29fc;if(global[_0x447ec4(0x1dd)]){const _0x2dbce6={};return _0x2dbce6[_0x447ec4(0x183)]=_0x593698[_0x447ec4(0x19c)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x447ec4(0x1f1)],async()=>{const _0x5d9918=_0x447ec4;return await AccessibilityHelper[_0x5d9918(0x235)](_0x31379c,scripts['performScan']);},_0x2dbce6)(),await PerformanceTester[_0x447ec4(0x1e0)](PerformanceA11yEvents[_0x447ec4(0x1a2)],async()=>{return await AccessibilityHelper['browserStackExecuteDriver'](_0x31379c,scripts['getResults']);})();}return logger['warn'](_0x593698[_0x447ec4(0x173)]),{};},_0x5e0718[_0x4e29fc(0x205)](patchSaveScreenshot,_0x31379c);})()),CodeceptJS[_0x22c11f(0x166)][_0x22c11f(0x229)]['on'](CodeceptJS[_0x22c11f(0x166)][_0x22c11f(0x203)][_0x22c11f(0x1d9)],()=>{const _0x2e97b9=_0x22c11f;PerformanceTester['start'](PerformanceEvents[_0x2e97b9(0x16d)]);try{_0x175425[_0x2e97b9(0x15b)](),testOpsHelper[_0x2e97b9(0x19a)](),PerformanceTester[_0x2e97b9(0x1bb)](PerformanceEvents[_0x2e97b9(0x16d)]);}catch(_0x62908a){PerformanceTester[_0x2e97b9(0x20f)](_0x62908a),PerformanceTester[_0x2e97b9(0x1bb)](PerformanceEvents[_0x2e97b9(0x16d)],![],_0x62908a);}}),CodeceptJS[_0x22c11f(0x166)][_0x22c11f(0x229)]['on'](CodeceptJS[_0x22c11f(0x166)][_0x22c11f(0x203)]['after'],async()=>{const _0x4b8bd5=_0x22c11f;PerformanceTester[_0x4b8bd5(0x15b)](PerformanceEvents['SDK_POST_TEST']);try{requestSpy['restore'](),await _0x175425['stop'](),PerformanceTester[_0x4b8bd5(0x1bb)](PerformanceEvents[_0x4b8bd5(0x20a)]);}catch(_0x351c35){PerformanceTester[_0x4b8bd5(0x20f)](_0x351c35),PerformanceTester['end'](PerformanceEvents[_0x4b8bd5(0x20a)],![],_0x351c35);}finally{PerformanceTester[_0x4b8bd5(0x23b)]();}}),CodeceptJS[_0x22c11f(0x166)][_0x22c11f(0x229)]['on'](CodeceptJS['event']['hook'][_0x22c11f(0x15c)],_0x156322=>{const _0x18a004=_0x22c11f;PerformanceTester[_0x18a004(0x15b)](PerformanceEvents[_0x18a004(0x22f)]);try{const _0x3b88f4=_0x156322['ctx']['test'],_0x5cc6bd=_0x175425['captureEvent'](TEST_EVENTS[_0x18a004(0x22e)],_0x3b88f4);CodeceptRecorder[_0x18a004(0x22d)](()=>_0x175425[_0x18a004(0x224)](TEST_EVENTS[_0x18a004(0x22e)],_0x5cc6bd));const _0x4f49de={};_0x4f49de['hookType']=_0x5e0718[_0x18a004(0x146)],PerformanceTester['end'](PerformanceEvents[_0x18a004(0x22f)],!![],null,_0x4f49de);}catch(_0x23a25a){const _0xc14f7c={};_0xc14f7c[_0x18a004(0x1ed)]=_0x5e0718[_0x18a004(0x146)],PerformanceTester[_0x18a004(0x1bb)](PerformanceEvents[_0x18a004(0x22f)],![],_0x23a25a,_0xc14f7c),PerformanceTester[_0x18a004(0x20f)](_0x23a25a);}}),CodeceptJS[_0x22c11f(0x166)]['dispatcher']['on'](CodeceptJS[_0x22c11f(0x166)][_0x22c11f(0x149)][_0x22c11f(0x15e)],_0x4c072a=>{const _0x2874cd=_0x22c11f,_0x37a84c={};_0x37a84c[_0x2874cd(0x1ed)]=_0x5e0718[_0x2874cd(0x164)],PerformanceTester[_0x2874cd(0x15b)](PerformanceHookEvents[_0x2874cd(0x22f)],!![],null,_0x37a84c);try{const _0x4bdce7=_0x4c072a[_0x2874cd(0x160)][_0x2874cd(0x184)],_0x119718=_0x175425[_0x2874cd(0x1ae)](TEST_EVENTS[_0x2874cd(0x15a)],_0x4bdce7);CodeceptRecorder['add'](()=>_0x175425[_0x2874cd(0x224)](TEST_EVENTS[_0x2874cd(0x15a)],_0x119718));const _0x55a802={};_0x55a802['hookType']=_0x5e0718[_0x2874cd(0x164)],PerformanceTester[_0x2874cd(0x1bb)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x55a802);}catch(_0x1afb23){PerformanceTester[_0x2874cd(0x20f)](_0x1afb23);const _0x18f8e8={};_0x18f8e8[_0x2874cd(0x1ed)]=_0x5e0718[_0x2874cd(0x164)],PerformanceTester[_0x2874cd(0x1bb)](PerformanceHookEvents['SDK_HOOK'],![],_0x1afb23,_0x18f8e8);}}),CodeceptJS['event'][_0x22c11f(0x229)]['on'](CodeceptJS[_0x22c11f(0x166)][_0x22c11f(0x149)][_0x22c11f(0x18c)],async(_0x406e09,_0x2562bd)=>{const _0x566963=_0x22c11f;PerformanceTester[_0x566963(0x15b)](PerformanceHookEvents['SDK_HOOK']);try{const _0x5d40b4=_0x406e09[_0x566963(0x160)][_0x566963(0x184)],_0x2d5c6a=_0x175425[_0x566963(0x1ae)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x5d40b4,_0x2562bd);CodeceptRecorder['add'](()=>_0x175425[_0x566963(0x224)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x2d5c6a));const _0x26dcbb={};_0x26dcbb[_0x566963(0x1ed)]=_0x5e0718[_0x566963(0x218)],PerformanceTester[_0x566963(0x15b)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x26dcbb);}catch(_0x514c31){PerformanceTester['captureError'](_0x514c31);const _0x335afc={};_0x335afc[_0x566963(0x1ed)]=_0x5e0718[_0x566963(0x218)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x514c31,_0x335afc);}const _0x4cb4f6={};_0x4cb4f6[_0x566963(0x1ed)]=_0x5e0718[_0x566963(0x218)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x4cb4f6);}),CodeceptJS[_0x22c11f(0x166)][_0x22c11f(0x229)]['on'](CodeceptJS[_0x22c11f(0x166)][_0x22c11f(0x184)][_0x22c11f(0x1d9)],_0x29950f=>{const _0x20e9f2=_0x22c11f;PerformanceTester[_0x20e9f2(0x15b)](PerformanceHookEvents[_0x20e9f2(0x22f)]);try{globals['setGlobal'](_0x5e0718[_0x20e9f2(0x1cd)],_0x29950f[_0x20e9f2(0x1e4)]);_0x5e0718[_0x20e9f2(0x18f)](isBrowserstackInfra)&&(_0x4fe529&&(global[_0x20e9f2(0x194)]={'currentTest':{'name':_0x29950f[_0x20e9f2(0x1e4)],'testInfo':{'titlePath':_0x29950f[_0x20e9f2(0x185)]()}}}));const _0x3d55e3={};_0x3d55e3[_0x20e9f2(0x1ed)]=_0x5e0718[_0x20e9f2(0x181)],PerformanceTester[_0x20e9f2(0x1bb)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x3d55e3);}catch(_0x2405cc){PerformanceTester['captureError'](_0x2405cc);const _0x16a532={};_0x16a532[_0x20e9f2(0x1ed)]=_0x5e0718[_0x20e9f2(0x181)],PerformanceTester['end'](PerformanceHookEvents[_0x20e9f2(0x22f)],![],_0x2405cc,_0x16a532);}}),CodeceptJS[_0x22c11f(0x166)][_0x22c11f(0x229)]['on'](CodeceptJS[_0x22c11f(0x166)][_0x22c11f(0x184)]['started'],_0x339198=>{const _0x133166=_0x22c11f,_0x3cf7ca={'nINeD':function(_0x42e542){return _0x5e0718['VMAJp'](_0x42e542);},'xTFKu':function(_0x2d772b,_0x1f9dfc){const _0x462796=a1_0x2c50;return _0x5e0718[_0x462796(0x1a7)](_0x2d772b,_0x1f9dfc);},'koHGL':function(_0x390e17,_0x51a373,_0x6b8bb8){const _0x3915cf=a1_0x2c50;return _0x5e0718[_0x3915cf(0x1b7)](_0x390e17,_0x51a373,_0x6b8bb8);}};PerformanceTester[_0x133166(0x15b)](PerformanceHookEvents['SDK_HOOK']);try{globals[_0x133166(0x217)](_0x5e0718[_0x133166(0x1cd)],_0x339198['title']);const _0x4fdff1=_0x175425[_0x133166(0x1ae)](TEST_EVENTS[_0x133166(0x14b)],_0x339198);CodeceptRecorder[_0x133166(0x22d)](()=>_0x175425[_0x133166(0x224)](TEST_EVENTS['TEST_RUN_STARTED'],_0x4fdff1)),CodeceptRecorder[_0x133166(0x22d)](async()=>{const _0x51ff39=_0x133166;_0x3cf7ca[_0x51ff39(0x144)](isBrowserstackInfra)&&(!_0x3cf7ca[_0x51ff39(0x1c4)](isTrue,_0xdae494[_0x51ff39(0x21d)])&&await _0x3cf7ca[_0x51ff39(0x22a)](markSessionName,_0x31379c,_0x339198[_0x51ff39(0x1e4)]),_0x175425['enabled']&&await _0x3cf7ca[_0x51ff39(0x1c4)](o11ySync,_0x31379c));});}catch(_0x5e57c4){const _0x55cca1={};_0x55cca1[_0x133166(0x1ed)]=_0x5e0718[_0x133166(0x1a8)],PerformanceTester[_0x133166(0x1bb)](PerformanceHookEvents[_0x133166(0x22f)],![],_0x5e57c4,_0x55cca1),PerformanceTester['captureError'](_0x5e57c4);}const _0x39941b={};_0x39941b['hookType']=_0x5e0718[_0x133166(0x1a8)],PerformanceTester[_0x133166(0x1bb)](PerformanceHookEvents[_0x133166(0x22f)],!![],null,_0x39941b);}),CodeceptJS[_0x22c11f(0x166)][_0x22c11f(0x229)]['on'](CodeceptJS['event'][_0x22c11f(0x184)][_0x22c11f(0x15e)],_0x3607db=>{const _0x3c6dae=_0x22c11f,_0x3a807e={'vfWxi':function(_0x2b5981,_0xcc750e,_0xba8b44){const _0x2b3947=a1_0x2c50;return _0x5e0718[_0x2b3947(0x1b7)](_0x2b5981,_0xcc750e,_0xba8b44);},'oqGQf':function(_0x5adf66,_0x2f7569,_0x312db8){const _0x3d9efe=a1_0x2c50;return _0x5e0718[_0x3d9efe(0x1b7)](_0x5adf66,_0x2f7569,_0x312db8);},'EkmBP':function(_0x4b6ae0){const _0x50d94e=a1_0x2c50;return _0x5e0718[_0x50d94e(0x18f)](_0x4b6ae0);}};PerformanceTester[_0x3c6dae(0x15b)](PerformanceHookEvents[_0x3c6dae(0x22f)]);try{const _0x5d6b36=_0x175425[_0x3c6dae(0x1ae)](TEST_EVENTS[_0x3c6dae(0x20d)],_0x3607db);CodeceptRecorder['add'](()=>_0x175425['fireEvent'](TEST_EVENTS[_0x3c6dae(0x20d)],_0x5d6b36)),CodeceptRecorder[_0x3c6dae(0x22d)](async()=>{const _0x313d57=_0x3c6dae,_0x1c60b7={'BRHqa':function(_0x52ef12,_0x28c2d1,_0x475074){const _0x55397f=a1_0x2c50;return _0x3a807e[_0x55397f(0x190)](_0x52ef12,_0x28c2d1,_0x475074);},'CorcV':function(_0x34bd4b,_0x5e3d2d,_0x1f028a){const _0x3c595d=a1_0x2c50;return _0x3a807e[_0x3c595d(0x14e)](_0x34bd4b,_0x5e3d2d,_0x1f028a);}};_0x3a807e['EkmBP'](isBrowserstackInfra)&&await PerformanceTester['measureWrapper'](PerformanceAutEvents[_0x313d57(0x1ac)],async()=>{const _0x333f20=_0x313d57;_0x4fe529?await _0x1c60b7['BRHqa'](playwrightMarkSessionStatus,_0x31379c,STATE_PASSED):await _0x1c60b7[_0x333f20(0x1b3)](markSessionStatus,_0x31379c,STATE_PASSED);})();}),PerformanceTester['end'](PerformanceEvents[_0x3c6dae(0x23f)]);}catch(_0x106d7c){PerformanceTester['captureError'](_0x106d7c);const _0x5e5d3c={};_0x5e5d3c[_0x3c6dae(0x1ed)]=_0x5e0718[_0x3c6dae(0x159)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x106d7c,_0x5e5d3c),PerformanceTester['end'](PerformanceEvents[_0x3c6dae(0x23f)],![],_0x106d7c);}const _0x52ba1a={};_0x52ba1a[_0x3c6dae(0x1ed)]=_0x5e0718[_0x3c6dae(0x159)],PerformanceTester[_0x3c6dae(0x1bb)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x52ba1a);}),CodeceptJS[_0x22c11f(0x166)]['dispatcher']['on'](CodeceptJS[_0x22c11f(0x166)]['test'][_0x22c11f(0x18c)],(_0x4b3a15,_0x3b7064)=>{const _0x1eac67=_0x22c11f;PerformanceTester[_0x1eac67(0x15b)](PerformanceHookEvents['SDK_HOOK']);try{if(_0x5e0718[_0x1eac67(0x213)](_0x4b3a15[_0x1eac67(0x1fa)][_0x1eac67(0x1e8)],_0x5e0718['Zoahz'])){const _0x22fcc2=_0x175425[_0x1eac67(0x1ae)](TEST_EVENTS[_0x1eac67(0x20e)],_0x4b3a15['ctx'][_0x1eac67(0x1e6)]);CodeceptRecorder['add'](()=>_0x175425[_0x1eac67(0x224)](TEST_EVENTS[_0x1eac67(0x20e)],_0x22fcc2));}else{const _0x208b0c=_0x175425['captureEvent'](TEST_EVENTS[_0x1eac67(0x20d)],_0x4b3a15,_0x3b7064);CodeceptRecorder[_0x1eac67(0x22d)](()=>{const _0x46f146=_0x1eac67;try{_0x175425[_0x46f146(0x224)](TEST_EVENTS[_0x46f146(0x20d)],_0x208b0c);}catch(_0x4ea1ae){logger[_0x46f146(0x228)]('Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20'+util[_0x46f146(0x1e5)](_0x4ea1ae)),PerformanceTester[_0x46f146(0x1bb)](PerformanceEvents['SDK_TEST'],![],_0x4ea1ae);}}),CodeceptRecorder[_0x1eac67(0x22d)](async()=>{const _0x52dd74=_0x1eac67;try{_0x5e0718[_0x52dd74(0x18f)](isBrowserstackInfra)&&(_0x4fe529?await _0x5e0718[_0x52dd74(0x199)](playwrightMarkSessionStatus,_0x31379c,STATE_FAILED,_0x3b7064):await _0x5e0718['lEOaq'](markSessionStatus,_0x31379c,STATE_FAILED,_0x3b7064));}catch(_0x4e69cb){logger[_0x52dd74(0x228)](_0x52dd74(0x17d)+util['format'](_0x4e69cb)),PerformanceTester[_0x52dd74(0x1bb)](PerformanceEvents[_0x52dd74(0x23f)],![],_0x4e69cb);}});}PerformanceTester[_0x1eac67(0x1bb)](PerformanceEvents[_0x1eac67(0x23f)]);}catch(_0x154427){PerformanceTester[_0x1eac67(0x20f)](_0x154427);const _0x25afa7={};_0x25afa7[_0x1eac67(0x1ed)]=_0x5e0718[_0x1eac67(0x1df)],PerformanceTester[_0x1eac67(0x1bb)](PerformanceHookEvents[_0x1eac67(0x22f)],![],_0x154427,_0x25afa7),PerformanceTester[_0x1eac67(0x1bb)](PerformanceEvents[_0x1eac67(0x23f)],![],_0x154427);}const _0x3c35df={};_0x3c35df['hookType']=_0x5e0718['QeWAk'],PerformanceTester['end'](PerformanceHookEvents[_0x1eac67(0x22f)],!![],null,_0x3c35df);}),CodeceptJS[_0x22c11f(0x166)]['dispatcher']['on'](CodeceptJS[_0x22c11f(0x166)][_0x22c11f(0x184)]['skipped'],_0x5c7909=>{const _0x3e53af=_0x22c11f;PerformanceTester[_0x3e53af(0x15b)](PerformanceHookEvents[_0x3e53af(0x22f)]);try{const _0x59b6cb=_0x175425[_0x3e53af(0x1ae)](TEST_EVENTS[_0x3e53af(0x20e)],_0x5c7909);CodeceptRecorder['add'](()=>_0x175425[_0x3e53af(0x224)](TEST_EVENTS[_0x3e53af(0x20e)],_0x59b6cb)),PerformanceTester[_0x3e53af(0x1bb)](PerformanceEvents[_0x3e53af(0x23f)]);}catch(_0x4f6c3f){PerformanceTester[_0x3e53af(0x20f)](_0x4f6c3f),PerformanceTester['end'](PerformanceEvents[_0x3e53af(0x23f)],![],_0x4f6c3f);const _0x48ce51={};_0x48ce51[_0x3e53af(0x1ed)]=_0x5e0718['glQua'],PerformanceTester[_0x3e53af(0x1bb)](PerformanceHookEvents[_0x3e53af(0x22f)],![],_0x4f6c3f,_0x48ce51);}const _0x43dcbb={};_0x43dcbb[_0x3e53af(0x1ed)]=_0x5e0718[_0x3e53af(0x14d)],PerformanceTester[_0x3e53af(0x1bb)](PerformanceHookEvents[_0x3e53af(0x22f)],!![],null,_0x43dcbb);}),CodeceptJS['event'][_0x22c11f(0x229)]['on'](CodeceptJS[_0x22c11f(0x166)][_0x22c11f(0x184)][_0x22c11f(0x204)],async(_0x59afc4,_0x4e0ba2)=>{const _0x2258d1=_0x22c11f,_0x141583={};_0x141583['zPrpl']=_0x5e0718['tAeYy'];const _0x3b8253=_0x141583;try{PerformanceTester[_0x2258d1(0x15b)](PerformanceHookEvents['SDK_HOOK']);const _0x71c637=_0x5e0718[_0x2258d1(0x231)](shouldScanTestForAccessibility,_0x59afc4[_0x2258d1(0x185)](),!![]);if(_0x5e0718[_0x2258d1(0x18f)](isAccessibilityAutomationSession)&&global[_0x2258d1(0x1dd)]&&_0x71c637){const _0x5d80e4={};_0x5d80e4[_0x2258d1(0x158)]=_0x59afc4[_0x2258d1(0x226)],_0x5d80e4[_0x2258d1(0x1fd)]=process[_0x2258d1(0x1e2)][testHubConstants[_0x2258d1(0x196)][_0x2258d1(0x1d2)]],_0x5d80e4['thJwtToken']=process[_0x2258d1(0x1e2)][testHubConstants['ENV_VAR']['BROWSERSTACK_TESTHUB_JWT']];const _0x55c302=_0x5d80e4;logger[_0x2258d1(0x228)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON[_0x2258d1(0x1b5)](_0x55c302)),CodeceptRecorder['add'](async()=>{const _0x2ba603=_0x2258d1,_0x2cb511={};_0x2cb511[_0x2ba603(0x183)]=_0x3b8253['zPrpl'],await PerformanceTester[_0x2ba603(0x1e0)](PerformanceA11yEvents[_0x2ba603(0x1f1)],async()=>{const _0x56534c=_0x2ba603;await AccessibilityHelper[_0x56534c(0x235)](_0x31379c,scripts['performScan']);},_0x2cb511)(),await PerformanceTester[_0x2ba603(0x1e0)](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x9a8006=_0x2ba603;await AccessibilityHelper[_0x9a8006(0x235)](_0x31379c,scripts['saveTestResults'],_0x55c302);})();}),logger['info'](_0x5e0718[_0x2258d1(0x1c0)]);}const _0x274291={};_0x274291[_0x2258d1(0x1ed)]=_0x5e0718['FVOQj'],PerformanceTester[_0x2258d1(0x1bb)](PerformanceHookEvents[_0x2258d1(0x22f)],!![],null,_0x274291);}catch(_0x14f399){PerformanceTester[_0x2258d1(0x20f)](_0x14f399);const _0xabb0af={};_0xabb0af[_0x2258d1(0x1ed)]=_0x5e0718[_0x2258d1(0x1eb)],PerformanceTester[_0x2258d1(0x1bb)](PerformanceHookEvents['SDK_HOOK'],![],_0x14f399,_0xabb0af);}}),CodeceptJS[_0x22c11f(0x166)][_0x22c11f(0x229)]['on'](CodeceptJS[_0x22c11f(0x166)][_0x22c11f(0x191)][_0x22c11f(0x157)],_0x4a39a7=>{const _0x1de7c0=_0x22c11f;PerformanceTester[_0x1de7c0(0x15b)](PerformanceHookEvents[_0x1de7c0(0x22f)]);try{process[_0x1de7c0(0x1fc)](_0x1de7c0(0x21c)+process[_0x1de7c0(0x234)],{'timestamp':new Date()[_0x1de7c0(0x1e3)](),'level':_0x5e0718[_0x1de7c0(0x17f)],'message':_0x4a39a7,'kind':_0x5e0718[_0x1de7c0(0x230)],'http_response':{}});}catch(_0x48b3b3){PerformanceTester[_0x1de7c0(0x20f)](_0x48b3b3);const _0x1c03b0={};_0x1c03b0[_0x1de7c0(0x1ed)]=_0x5e0718[_0x1de7c0(0x233)],PerformanceTester[_0x1de7c0(0x1bb)](PerformanceHookEvents['SDK_HOOK'],![],_0x48b3b3,_0x1c03b0);}const _0xc33da9={};_0xc33da9[_0x1de7c0(0x1ed)]=_0x5e0718['nLtee'],PerformanceTester['end'](PerformanceHookEvents[_0x1de7c0(0x22f)],!![],null,_0xc33da9);}),CodeceptJS[_0x22c11f(0x166)][_0x22c11f(0x229)]['on'](CodeceptJS[_0x22c11f(0x166)][_0x22c11f(0x1f4)][_0x22c11f(0x1d9)],_0x2f50b5=>{const _0xaf187=_0x22c11f,_0x1c1016={};_0x1c1016[_0xaf187(0x1ed)]=_0x5e0718['HHMnr'],PerformanceTester[_0xaf187(0x1e0)](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x5b42aa=_0xaf187;_0x175425[_0x5b42aa(0x188)](_0x2f50b5);},_0x1c1016)();}),CodeceptJS['event'][_0x22c11f(0x229)]['on'](CodeceptJS[_0x22c11f(0x166)][_0x22c11f(0x1f4)][_0x22c11f(0x204)],_0x1549d9=>{const _0x279e2f=_0x22c11f,_0x21eb00={};_0x21eb00['hookType']=_0x5e0718[_0x279e2f(0x161)],PerformanceTester[_0x279e2f(0x1e0)](PerformanceHookEvents[_0x279e2f(0x22f)],()=>{const _0x3e822a=_0x279e2f;_0x175425[_0x3e822a(0x214)](_0x1549d9);},_0x21eb00)();});};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a2_0x432050=a2_0x9ecd;(function(_0x18cb01,_0x58e218){const _0x515e2d=a2_0x9ecd,_0x58c991=_0x18cb01();while(!![]){try{const _0x5dff69=parseInt(_0x515e2d(0x170))/0x1+parseInt(_0x515e2d(0x181))/0x2*(-parseInt(_0x515e2d(0x152))/0x3)+-parseInt(_0x515e2d(0x19e))/0x4*(-parseInt(_0x515e2d(0x127))/0x5)+-parseInt(_0x515e2d(0x192))/0x6+-parseInt(_0x515e2d(0x132))/0x7*(-parseInt(_0x515e2d(0x133))/0x8)+-parseInt(_0x515e2d(0x193))/0x9+parseInt(_0x515e2d(0x19a))/0xa;if(_0x5dff69===_0x58e218)break;else _0x58c991['push'](_0x58c991['shift']());}catch(_0xe09f){_0x58c991['push'](_0x58c991['shift']());}}}(a2_0x5d9e,0xcf20a));function a2_0x5d9e(){const _0x4f469b=['BrowserStackPlugin','../../bin/playwright/accessibility-helper','856yNGFvN','KEzhz','BrowserStackPlugin.js','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','now','bootstrapAll','../utils/clientTroubleshootingService','CODECEPT_CUCUMBER','forEach','trim','Started\x20:\x20','chromium','config','../../helpers/utilities','toLowerCase','require','testObservability','8570076IbBQUT','4918140MPXwtK','run','start','CODECEPT','testContextOptions','addOptions','desiredCapabilities','2070400AhcYHa','codeceptjs/lib/index.js','info','GqfEr','4HCjofN','length','platforms','BROWSERSTACK_RERUN','spawn','getPlatformName','../../helpers/helper','frameworkName','split','title','codeceptjs','BTnNy','printBuildLink','key','accessibilityOptions','cDYbL','stringify','thUbA','event','LlVUn','process','map','skipSessionStatus','codecept.json','chrome','winstonLogger','finalExecution','XbgXo','playwright-firefox','BROWSERSTACK_TEST_ACCESSIBILITY_YML','BHsuU','browser','push','1412570LKQNnJ','browserWSEndpoint','errorMessage','../../helpers/performance/constants','chAGG','ToXpy','accessKey','userName','BspOR','USER_CONFIG_DETAILS_PATH','vjclg','622244hjpQDW','128SiupIO','IrYZh','err','root','testConfig','path','chdir','eJzUj','isUndefined','bLxOp','existsSync','BROWSERSTACK_TEST_OBSERVABILITY_YML','StcxO','GVmsa','load','printResults','LjSQX','helpers','test','teardownAll','assign','SDK_CLEANUP','skipSessionName','Playwright','EVENTS','firefox','slice','stack','hubUrl','playwright-chromium','accessibility','798PgFZkl','host','xKWgT','all','FRAMEWORKS','gQWQM','hbNKc','getUserWorkerCount','WebDriver','webkit','PdPFb','validPlatformsPresent','validateRerunTestList','SnjBC','aWjkM','launchBuild','setAdditionalCapabilities','browserName','env','dirname','isTestObservabilitySession','../../helpers/accessibility-automation/helper','5|3|2|4|0|1','end','NIYKA','BROWSERSTACK_RERUN_TESTS','Passed\x20:\x20','../utils/constants','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','join','1025222EpLtiv','initialize','browserStackCwd','addTests','profile','/wd/hub','prepareCapabilities','codecept.conf.js','findIndex','../../helpers/logger','cwd','replace','before','YqNwI','mergeDeep'];a2_0x5d9e=function(){return _0x4f469b;};return a2_0x5d9e();}function a2_0x9ecd(_0x559c20,_0xc70d91){const _0x5d9e0e=a2_0x5d9e();return a2_0x9ecd=function(_0x9ecda5,_0x7de9c4){_0x9ecda5=_0x9ecda5-0x10a;let _0x3cf96a=_0x5d9e0e[_0x9ecda5];return _0x3cf96a;},a2_0x9ecd(_0x559c20,_0xc70d91);}const fs=require('fs'),path=require(a2_0x432050(0x138)),util=require('util'),process=require(a2_0x432050(0x11a)),logger=require(a2_0x432050(0x179))[a2_0x432050(0x11f)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a2_0x432050(0x10c)),utilities=require(a2_0x432050(0x18e)),{checkAccessibilityPlatformConfig}=require(a2_0x432050(0x167)),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a2_0x432050(0x180)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require('../../helpers/helper'),CodeceptJS=requireModule(a2_0x432050(0x19b),a2_0x432050(0x110)),testOpsHelper=require('../../helpers/test-observability/utils'),TestHubHandler=require('../../helpers/testhub/testhubHandler'),constants=require(a2_0x432050(0x16d)),PerformanceTester=require('../../helpers/performance/performance-tester'),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),PerformanceEvents=require(a2_0x432050(0x12a))[a2_0x432050(0x14b)],ClientTroubleShootingService=require(a2_0x432050(0x187)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x1b0daa,_0x316918)=>{const _0x45e3c8=a2_0x432050,_0x55c638={};_0x55c638[_0x45e3c8(0x15f)]=function(_0x2e4d6b,_0x2e909b){return _0x2e4d6b===_0x2e909b;},_0x55c638[_0x45e3c8(0x13f)]=_0x45e3c8(0x177),_0x55c638[_0x45e3c8(0x124)]=_0x45e3c8(0x11d);const _0x4156ca=_0x55c638;let _0xaa10b=null;const _0x4dffad={};let _0x495192=_0x316918[_0x45e3c8(0x178)](_0x4a36b8=>_0x4a36b8==='--config');_0x4156ca[_0x45e3c8(0x15f)](_0x495192,-0x1)&&(_0x495192=_0x316918[_0x45e3c8(0x178)](_0x594bba=>_0x594bba==='-c'));if(!helper[_0x45e3c8(0x13b)](_0x1b0daa[_0x45e3c8(0x18d)])&&fs['existsSync'](path['join'](process['cwd'](),_0x1b0daa[_0x45e3c8(0x18d)])))_0xaa10b=path[_0x45e3c8(0x16f)](process[_0x45e3c8(0x17a)](),_0x1b0daa['config']),_0x316918['slice'](_0x495192,0x2);else{if(!helper[_0x45e3c8(0x13b)](_0x1b0daa['c'])&&fs[_0x45e3c8(0x13d)](path[_0x45e3c8(0x16f)](process[_0x45e3c8(0x17a)](),_0x1b0daa['c'])))_0xaa10b=path[_0x45e3c8(0x16f)](process['cwd'](),_0x1b0daa['c']),_0x316918[_0x45e3c8(0x14d)](_0x495192,0x2);else{if(fs[_0x45e3c8(0x13d)](path[_0x45e3c8(0x16f)](process[_0x45e3c8(0x17a)](),_0x4156ca[_0x45e3c8(0x13f)])))_0xaa10b=path[_0x45e3c8(0x16f)](process[_0x45e3c8(0x17a)](),_0x4156ca[_0x45e3c8(0x13f)]);else fs[_0x45e3c8(0x13d)](path['join'](process[_0x45e3c8(0x17a)](),_0x4156ca['BHsuU']))&&(_0xaa10b=path['join'](process['cwd'](),_0x4156ca[_0x45e3c8(0x124)]));}}return process[_0x45e3c8(0x164)][_0x45e3c8(0x130)]=_0xaa10b,_0xaa10b;},getO11yRerunPattern=()=>{const _0x12c427=a2_0x432050,_0x3b07b2=helper['isTrue'](process[_0x12c427(0x164)][_0x12c427(0x1a1)]);if(_0x3b07b2){const _0x470f26=process[_0x12c427(0x164)][_0x12c427(0x16b)],_0xee64f4=[];if(helper[_0x12c427(0x15e)](_0x470f26)&&!helper[_0x12c427(0x13b)](_0x470f26)){_0x470f26['split'](',')[_0x12c427(0x11b)](_0x5e435a=>{const _0x154c5f=_0x12c427;_0xee64f4['push']('('+_0x5e435a[_0x154c5f(0x18a)]()+')');});const _0x434d05='^'+_0xee64f4[_0x12c427(0x16f)]('|')+'$';return _0x434d05;}}return null;},a2_0x2dbb2a={};a2_0x2dbb2a[a2_0x432050(0x11e)]='chromium',a2_0x2dbb2a[a2_0x432050(0x150)]=a2_0x432050(0x18c),a2_0x2dbb2a[a2_0x432050(0x122)]=a2_0x432050(0x14c),a2_0x2dbb2a['playwright-webkit']=a2_0x432050(0x15b);const pwToCodeceptBrowser=a2_0x2dbb2a;async function run(_0x3fdbab,_0xadab47,_0x54e677){const _0x4ab26e=a2_0x432050,_0x564541={'chAGG':function(_0x5e6c43,_0x10aa70,_0xa04af,_0x13496b){return _0x5e6c43(_0x10aa70,_0xa04af,_0x13496b);},'vjclg':function(_0x56d0e9,_0xa4b4f4){return _0x56d0e9+_0xa4b4f4;},'LlVUn':function(_0x51d4ff,_0x1f9b87){return _0x51d4ff(_0x1f9b87);},'adEWx':function(_0x24e1ce,_0x36baa5){return _0x24e1ce+_0x36baa5;},'GVmsa':function(_0x428bd6,_0x16fce6,_0x34d0ad){return _0x428bd6(_0x16fce6,_0x34d0ad);},'GqfEr':_0x4ab26e(0x144),'iGwgO':function(_0x372159){return _0x372159();},'KEzhz':_0x4ab26e(0x175),'LjSQX':function(_0x5a95eb){return _0x5a95eb();},'xKWgT':function(_0x12cf83){return _0x12cf83();},'bLxOp':'Failed\x20:\x20','hbNKc':_0x4ab26e(0x16c),'thUbA':_0x4ab26e(0x18b),'NIYKA':_0x4ab26e(0x168),'YqNwI':_0x4ab26e(0x16e),'aWjkM':function(_0x5baf74,_0x14987d,_0x287608){return _0x5baf74(_0x14987d,_0x287608);},'cDYbL':_0x4ab26e(0x14a),'BTnNy':'WebDriver','CCvLO':function(_0x211530,_0x114714){return _0x211530!=_0x114714;},'BspOR':function(_0x1fe2a8,_0x20c293){return _0x1fe2a8===_0x20c293;},'Mcjig':'gherkin','uyWmo':function(_0xa65cb9,_0x13c4e5){return _0xa65cb9*_0x13c4e5;},'xAurv':_0x4ab26e(0x125),'eJzUj':_0x4ab26e(0x199),'XbgXo':function(_0x432032,_0x714bf3,_0x298704){return _0x432032(_0x714bf3,_0x298704);},'ToXpy':_0x4ab26e(0x136),'PdPFb':_0x4ab26e(0x183),'gQWQM':_0x4ab26e(0x172),'fyLSA':function(_0x159927){return _0x159927();}};await _0x54e677[_0x4ab26e(0x171)](_0x3fdbab),await helper['handleApp'](_0x54e677[_0x4ab26e(0x18d)]);if(!_0x54e677[_0x4ab26e(0x18d)])return;process[_0x4ab26e(0x174)]=_0x3fdbab['profile'];_0x3fdbab[_0x4ab26e(0x174)]&&(process[_0x4ab26e(0x164)][_0x4ab26e(0x174)]=_0x3fdbab[_0x4ab26e(0x174)]);const _0x1e463d=_0x564541[_0x4ab26e(0x140)](getUserCodeceptJSConfigs,_0x3fdbab,_0xadab47);let _0x3158a4={};_0x1e463d?(logger[_0x4ab26e(0x19c)]('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0x1e463d),_0x3158a4=CodeceptJS[_0x4ab26e(0x18d)][_0x4ab26e(0x141)](_0x1e463d)):logger[_0x4ab26e(0x19c)](_0x564541[_0x4ab26e(0x17d)]);let _0x208d0a=![];_0x564541[_0x4ab26e(0x160)](nestedKeyValue,_0x3158a4,[_0x564541[_0x4ab26e(0x19d)],_0x564541['cDYbL']])&&(_0x208d0a=!![]);const _0xb08a73=_0x208d0a?_0x564541[_0x4ab26e(0x115)]:_0x564541[_0x4ab26e(0x111)];let _0x5306f6=!_0x208d0a?helper['useW3C'](_0x54e677[_0x4ab26e(0x18d)]):![];!helper[_0x4ab26e(0x13b)](_0x54e677[_0x4ab26e(0x18d)][_0x4ab26e(0x114)])&&(process[_0x4ab26e(0x164)][_0x4ab26e(0x184)]=JSON['stringify'](_0x54e677[_0x4ab26e(0x18d)][_0x4ab26e(0x114)]));let _0x574e91=_0x54e677[_0x4ab26e(0x18d)][_0x4ab26e(0x151)];_0x574e91=_0x574e91||_0x564541[_0x4ab26e(0x119)](checkAccessibilityPlatformConfig,_0x54e677[_0x4ab26e(0x18d)]),process[_0x4ab26e(0x164)][_0x4ab26e(0x123)]=_0x574e91;_0x574e91&&(_0x5306f6=!_0x574e91);_0x564541['CCvLO'](_0x54e677['config']['testObservability'],null)?process[_0x4ab26e(0x164)][_0x4ab26e(0x13e)]=_0x54e677[_0x4ab26e(0x18d)][_0x4ab26e(0x191)]:process['env']['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x564541[_0x4ab26e(0x12f)](_0xb08a73,_0x564541['cDYbL']);const _0xc2ca50=_0x564541['GVmsa'](nestedKeyValue,_0x3158a4,[_0x564541['Mcjig']]),_0x218a3a=_0xc2ca50&&!helper['isEmpty'](_0xc2ca50)?FRAMEWORKS[_0x4ab26e(0x188)]:FRAMEWORKS[_0x4ab26e(0x196)],_0x11a265=await TestHubHandler[_0x4ab26e(0x161)](_0x218a3a,_0x54e677);_0x574e91&&_0x564541[_0x4ab26e(0x119)](setAccessibilityCapabilities,_0x54e677[_0x4ab26e(0x18d)]);const _0x1200f7={},_0x245643=[],_0x1782d4=_0x54e677[_0x4ab26e(0x18d)]['parallelsPerPlatform']||helper[_0x4ab26e(0x159)](_0x3fdbab,_0xadab47,_0x54e677[_0x4ab26e(0x18d)],constants[_0x4ab26e(0x156)][_0x4ab26e(0x196)])||0x1;let _0x4e24e6=0x1;if(_0x564541[_0x4ab26e(0x154)](isBrowserstackInfra)){const _0x21a6a7=helper[_0x4ab26e(0x176)](_0x54e677[_0x4ab26e(0x18d)],_0x5306f6,constants[_0x4ab26e(0x156)][_0x4ab26e(0x196)]);_0x21a6a7['forEach'](_0x32d18d=>{const _0x46a8a8=_0x4ab26e;helper[_0x46a8a8(0x162)](_0x32d18d);}),helper[_0x4ab26e(0x15d)](_0x54e677[_0x4ab26e(0x18d)])?_0x4e24e6=_0x564541['uyWmo'](_0x1782d4,_0x54e677[_0x4ab26e(0x18d)][_0x4ab26e(0x1a0)][_0x4ab26e(0x19f)]):_0x4e24e6=_0x1782d4,_0x21a6a7[_0x4ab26e(0x189)](_0x2685df=>{const _0x416c8c=_0x4ab26e,_0x34aff7={'IrYZh':function(_0x171731,_0x3080ac,_0x4fa4b0,_0x340222){const _0x465013=a2_0x9ecd;return _0x564541[_0x465013(0x12b)](_0x171731,_0x3080ac,_0x4fa4b0,_0x340222);},'hagHL':function(_0x5655d1,_0x4312f7){const _0x261301=a2_0x9ecd;return _0x564541[_0x261301(0x131)](_0x5655d1,_0x4312f7);},'NTsxs':function(_0x16b71b,_0x207fb0){const _0xafad69=a2_0x9ecd;return _0x564541[_0xafad69(0x119)](_0x16b71b,_0x207fb0);}},_0x1aaded=_0x564541['adEWx'](helper[_0x416c8c(0x10b)](_0x2685df,'_'),'_'+Date[_0x416c8c(0x185)]()),_0xec06da=((()=>{const _0x191742=_0x416c8c;if(_0x208d0a){const _0x4a3674=pwToCodeceptBrowser[_0x2685df[_0x191742(0x163)]]||_0x2685df[_0x191742(0x163)],_0x894c68=helper['getPlaywrightUrl'](_0x54e677[_0x191742(0x18d)]),_0x4cbece=Object[_0x191742(0x147)]({},_0x2685df);return _0x34aff7[_0x191742(0x134)](processAccessibilityCaps,_0x4cbece,_0x894c68,null),{'browser':_0x4a3674,[_0x4a3674]:{'browserWSEndpoint':_0x34aff7['hagHL'](_0x894c68,_0x34aff7['NTsxs'](encodeURIComponent,JSON[_0x191742(0x116)](_0x4cbece)))}};}const _0x2225e5={};return _0x2225e5[_0x191742(0x199)]=_0x2685df,_0x2225e5['user']=_0x54e677[_0x191742(0x18d)][_0x191742(0x12e)],_0x2225e5[_0x191742(0x113)]=_0x54e677['config'][_0x191742(0x12d)],_0x2225e5;})()),_0x3a2486=_0x564541[_0x416c8c(0x140)](nestedKeyValue,_0x3158a4,[_0x564541['GqfEr'],_0xb08a73]);_0x1200f7[_0x1aaded]=_0x3a2486?helper['mergeDeep'](_0xec06da,_0x3a2486):_0xec06da;if(_0x208d0a)_0x1200f7[_0x1aaded][_0x416c8c(0x125)]=pwToCodeceptBrowser[_0x2685df[_0x416c8c(0x163)]]||_0x2685df[_0x416c8c(0x163)];else{_0x1200f7[_0x1aaded][_0x416c8c(0x125)]=_0x2685df[_0x416c8c(0x163)]||_0xec06da[_0x416c8c(0x125)];if(_0x564541['iGwgO'](isBrowserstackInfra)){_0x1200f7[_0x1aaded][_0x416c8c(0x153)]=constants[_0x416c8c(0x14f)]['replace'](_0x564541[_0x416c8c(0x182)],'')[_0x416c8c(0x17b)](/https?:\/\//,'');;_0x1200f7[_0x1aaded]['path']=_0x564541[_0x416c8c(0x182)];}}_0x245643[_0x416c8c(0x126)](_0x1aaded);});}else{_0x4e24e6=0x1;if(_0x208d0a){const _0x35a8df=_0x564541[_0x4ab26e(0x160)](nestedKeyValue,_0x3158a4,[_0x564541[_0x4ab26e(0x19d)],_0xb08a73,_0x564541['xAurv']]),_0x39176a=_0x564541['GVmsa'](nestedKeyValue,_0x3158a4,[_0x564541[_0x4ab26e(0x19d)],_0xb08a73,_0x35a8df]);if(_0x39176a&&_0x39176a[_0x4ab26e(0x128)]){const _0x39715f={};_0x39715f[_0x4ab26e(0x1a0)]=[],_0x39176a[_0x4ab26e(0x128)]=helper['prepareCapabilities'](Object[_0x4ab26e(0x147)]({},_0x54e677['config'],_0x39715f),null,_0x218a3a[_0x4ab26e(0x18f)](),null,null,_0x39176a[_0x4ab26e(0x128)]);}}else{const _0x3edab2={};_0x3edab2[_0x4ab26e(0x1a0)]=[],_0x3158a4[_0x564541[_0x4ab26e(0x19d)]][_0xb08a73][_0x564541[_0x4ab26e(0x13a)]]=helper[_0x4ab26e(0x176)](Object[_0x4ab26e(0x147)]({},_0x54e677[_0x4ab26e(0x18d)],_0x3edab2),null,_0x218a3a[_0x4ab26e(0x18f)](),_0x564541[_0x4ab26e(0x121)](nestedKeyValue,_0x3158a4,[_0x564541[_0x4ab26e(0x19d)],_0xb08a73,_0x564541['eJzUj']])||{},null,null);}_0x1200f7[_0x564541['ToXpy']]=_0x3158a4,_0x245643[_0x4ab26e(0x126)](_0x564541[_0x4ab26e(0x12c)]);}const _0x4b946d={};_0x4b946d[_0x4ab26e(0x137)]=_0x1e463d;const _0x382673=_0x4b946d,_0x3a6c9e=path['join'](__dirname,_0x564541[_0x4ab26e(0x15c)]),_0x122295=process[_0x4ab26e(0x17a)]();process[_0x4ab26e(0x164)][_0x564541[_0x4ab26e(0x157)]]=_0x122295,process['chdir'](path[_0x4ab26e(0x165)](_0x1e463d));const _0xc11209=new CodeceptJS['Workers'](null,_0x382673),_0x29d710=_0xc11209['createGroupsOfSuites'](_0x4e24e6),_0xad6efd=testOpsHelper[_0x4ab26e(0x166)](),_0x2a6e34=_0x245643[_0x4ab26e(0x11b)](_0x1edce4=>{const _0xad5920=_0x4ab26e,_0x457b60={};_0x457b60[_0xad5920(0x14a)]=_0x1200f7[_0x1edce4];const _0x25337c={};_0x25337c[_0xad5920(0x15a)]=_0x1200f7[_0x1edce4];const _0x1f5652=_0x208d0a?_0x457b60:_0x25337c,_0x1fe84a=_0x564541[_0xad5920(0x143)](getO11yRerunPattern),_0x26d6b4={};_0x26d6b4[_0xad5920(0x144)]=_0x1f5652;const _0x443053={};_0x443053[_0xad5920(0x190)]=_0x3a6c9e,_0x443053['enabled']=!![],_0x443053['skipSessionName']=_0x54e677[_0xad5920(0x18d)][_0xad5920(0x197)][_0xad5920(0x149)],_0x443053[_0xad5920(0x11c)]=_0x54e677[_0xad5920(0x18d)][_0xad5920(0x197)]['skipSessionStatus'],_0x443053[_0xad5920(0x191)]=_0xad6efd,_0x443053[_0xad5920(0x10d)]=_0x218a3a;const _0x64c51={};_0x64c51[_0xad5920(0x17f)]=_0x443053;const _0x5194a1={};return _0x5194a1['plugins']=_0x64c51,helper[_0xad5920(0x17e)]({},_0x3158a4,_0x564541[_0xad5920(0x154)](isBrowserstackInfra)?_0x26d6b4:{},_0x1fe84a?{'grep':_0x1fe84a}:{},_0x5194a1);});for(const _0x5bd4b6 of _0x2a6e34){for(const _0x15edc2 of _0x29d710){const _0x643c60=_0xc11209[_0x4ab26e(0x10a)]();_0x643c60[_0x4ab26e(0x173)](_0x15edc2),_0x643c60['addConfig'](_0x5bd4b6);const _0x472ad9={};_0x472ad9[_0x4ab26e(0x18d)]=_0x1e463d,_0x643c60[_0x4ab26e(0x198)](Object[_0x4ab26e(0x147)](_0x472ad9,_0x3fdbab));}}_0xc11209['on'](CodeceptJS[_0x4ab26e(0x118)][_0x4ab26e(0x145)]['failed'],(_0xba708a,_0x48c563)=>{const _0x740d86=_0x4ab26e;console['log'](_0x564541[_0x740d86(0x13c)],_0xba708a[_0x740d86(0x10f)]);const _0x4f1344={[_0xba708a[_0x740d86(0x10f)]]:_0xba708a[_0x740d86(0x135)][_0x740d86(0x14e)]};_testErrorData[_0x740d86(0x126)](_0x4f1344);}),_0xc11209['on'](CodeceptJS[_0x4ab26e(0x118)][_0x4ab26e(0x145)]['passed'],async _0x1e797e=>{const _0x492d78=_0x4ab26e;console['log'](_0x564541[_0x492d78(0x158)],_0x1e797e[_0x492d78(0x10f)]);}),_0xc11209['on'](CodeceptJS['event'][_0x4ab26e(0x145)][_0x4ab26e(0x17c)],async _0x54cd27=>{const _0x2e696c=_0x4ab26e;console['log'](_0x564541[_0x2e696c(0x117)],_0x54cd27['title']);}),_0xc11209['on'](CodeceptJS['event'][_0x4ab26e(0x155)]['result'],async()=>{const _0x4a54f6=_0x4ab26e,_0xb126af=_0x564541[_0x4a54f6(0x16a)][_0x4a54f6(0x10e)]('|');let _0x27f5ed=0x0;while(!![]){switch(_0xb126af[_0x27f5ed++]){case'0':try{await TestHubHandler['stop']();}catch(_0x1d56c9){logger['debug']('Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20'+util['format'](_0x1d56c9));}continue;case'1':_0xc11209[_0x4a54f6(0x142)]();continue;case'2':testOpsHelper[_0x4a54f6(0x112)]();continue;case'3':_0x54e677[_0x4a54f6(0x129)]=_testErrorData;continue;case'4':utilities[_0x4a54f6(0x120)](_0x54e677);continue;case'5':PerformanceTester[_0x4a54f6(0x195)](PerformanceEvents[_0x4a54f6(0x148)]);continue;}break;}});async function _0x591d63(){const _0x26b03d=_0x4ab26e;try{await _0xc11209[_0x26b03d(0x186)](),await _0xc11209[_0x26b03d(0x194)]();}finally{process[_0x26b03d(0x139)](_0x122295),await _0xc11209[_0x26b03d(0x146)]();}}PerformanceTester[_0x4ab26e(0x169)](PerformanceEvents['SDK_SETUP']),_0x564541['fyLSA'](_0x591d63);}module['exports']=run;
2
+ 'use strict';function a2_0x4296(_0x23980d,_0x333520){const _0x424988=a2_0x4249();return a2_0x4296=function(_0x429663,_0x5c6f07){_0x429663=_0x429663-0x19c;let _0x131203=_0x424988[_0x429663];return _0x131203;},a2_0x4296(_0x23980d,_0x333520);}function a2_0x4249(){const _0x3aee41=['util','browserWSEndpoint','../../bin/playwright/accessibility-helper','getPlaywrightUrl','title','../../helpers/logger','length','webkit','HnqaO','event','vZkiN','SDK_CLEANUP','browserStackCwd','EVENTS','errorMessage','Ccolh','accessibilityOptions','trim','browser','117123uMhuKG','BrowserStackPlugin.js','toLowerCase','qEvNM','end','2427115OjQYdJ','isTestObservabilitySession','info','BROWSERSTACK_RERUN','Workers','ryxSl','../../helpers/performance/constants','test','../utils/constants','mergeDeep','vWShX','/wd/hub','spawn','frameworkName','Playwright','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','playwright-firefox','isTrue','BROWSERSTACK_TEST_ACCESSIBILITY_YML','jJCly','platforms','333rEDxkL','BROWSERSTACK_TEST_OBSERVABILITY_YML','firefox','prepareCapabilities','key','../utils/clientTroubleshootingService','setAdditionalCapabilities','now','YLaOl','FRAMEWORKS','3717507RBQcSM','Kvtza','err','printBuildLink','../../helpers/performance/performance-tester','accessibility','exports','root','plugins','998994pWYLRt','WebDriver','load','rfznb','TLwwn','codeceptjs/lib/index.js','PdIzQ','forEach','parallelsPerPlatform','split','OSkgT','kbvrA','BROWSERSTACK_RERUN_TESTS','XMtnO','bootstrapAll','testContextOptions','../../helpers/test-observability/constants','BrowserStackPlugin','path','start','addConfig','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','../../helpers/utilities','env','teardownAll','addOptions','testObservability','skipSessionName','codeceptjs','process','WwcYd','YpKfN','5|4|1|0|3|2','assign','push','browserName','all','nGzJE','chromium','validPlatformsPresent','profile','../../helpers/helper','result','lVAwh','desiredCapabilities','tHYTp','VRWmo','failed','playwright-chromium','cwd','host','getPlatformName','getUserWorkerCount','testConfig','frYog','config','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','12EMqcSM','findIndex','Started\x20:\x20','stack','join','stringify','Passed\x20:\x20','printResults','run','map','stop','PwNcR','passed','validateRerunTestList','../../helpers/testhub/testhubHandler','accessKey','LMqTa','isEmpty','chrome','2168524ospxWk','AdULD','--config','winstonLogger','skipSessionStatus','format','chdir','wFppW','hubUrl','../../helpers/BrowserStackSetup','USER_CONFIG_DETAILS_PATH','319960mfXIuR','Failed\x20:\x20','require','helpers','CODECEPT_CUCUMBER','useW3C','hvUtp','existsSync','codecept.json','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','3498173OHVzKd','isUndefined','userName','log','slice','gherkin','handleApp','playwright-webkit','CODECEPT'];a2_0x4249=function(){return _0x3aee41;};return a2_0x4249();}const a2_0x310a21=a2_0x4296;(function(_0x242a70,_0x21d714){const _0x46cfdc=a2_0x4296,_0x17e45d=_0x242a70();while(!![]){try{const _0x3b6e93=-parseInt(_0x46cfdc(0x1b9))/0x1+parseInt(_0x46cfdc(0x1e6))/0x2+-parseInt(_0x46cfdc(0x1dd))/0x3+parseInt(_0x46cfdc(0x232))/0x4+parseInt(_0x46cfdc(0x1be))/0x5+-parseInt(_0x46cfdc(0x21f))/0x6*(parseInt(_0x46cfdc(0x19d))/0x7)+parseInt(_0x46cfdc(0x23d))/0x8*(parseInt(_0x46cfdc(0x1d3))/0x9);if(_0x3b6e93===_0x21d714)break;else _0x17e45d['push'](_0x17e45d['shift']());}catch(_0x2d8332){_0x17e45d['push'](_0x17e45d['shift']());}}}(a2_0x4249,0x9ef58));const fs=require('fs'),path=require(a2_0x310a21(0x1f8)),util=require(a2_0x310a21(0x1a6)),process=require(a2_0x310a21(0x203)),logger=require(a2_0x310a21(0x1ab))[a2_0x310a21(0x235)],{default:BrowserStackSetup}=require(a2_0x310a21(0x23b)),helper=require(a2_0x310a21(0x20f)),utilities=require(a2_0x310a21(0x1fc)),{checkAccessibilityPlatformConfig}=require('../../helpers/accessibility-automation/helper'),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a2_0x310a21(0x1a8)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x310a21(0x20f)),CodeceptJS=requireModule(a2_0x310a21(0x1eb),a2_0x310a21(0x202)),testOpsHelper=require('../../helpers/test-observability/utils'),TestHubHandler=require(a2_0x310a21(0x22d)),constants=require(a2_0x310a21(0x1c6)),PerformanceTester=require(a2_0x310a21(0x1e1)),{FRAMEWORKS}=require(a2_0x310a21(0x1f6)),PerformanceEvents=require(a2_0x310a21(0x1c4))[a2_0x310a21(0x1b3)],ClientTroubleShootingService=require(a2_0x310a21(0x1d8)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x35b6a0,_0x50fbf7)=>{const _0x3406ed=a2_0x310a21,_0x5d0753={};_0x5d0753[_0x3406ed(0x213)]=function(_0x108393,_0x207e41){return _0x108393===_0x207e41;},_0x5d0753[_0x3406ed(0x22a)]='codecept.conf.js',_0x5d0753[_0x3406ed(0x233)]=_0x3406ed(0x245);const _0x17fe50=_0x5d0753;let _0x406803=null;const _0x309574={};let _0x461b7f=_0x50fbf7[_0x3406ed(0x220)](_0x179f55=>_0x179f55===_0x3406ed(0x234));_0x17fe50[_0x3406ed(0x213)](_0x461b7f,-0x1)&&(_0x461b7f=_0x50fbf7[_0x3406ed(0x220)](_0x4cfc4f=>_0x4cfc4f==='-c'));if(!helper['isUndefined'](_0x35b6a0[_0x3406ed(0x21d)])&&fs[_0x3406ed(0x244)](path[_0x3406ed(0x223)](process[_0x3406ed(0x217)](),_0x35b6a0['config'])))_0x406803=path[_0x3406ed(0x223)](process[_0x3406ed(0x217)](),_0x35b6a0[_0x3406ed(0x21d)]),_0x50fbf7[_0x3406ed(0x1a1)](_0x461b7f,0x2);else{if(!helper[_0x3406ed(0x19e)](_0x35b6a0['c'])&&fs[_0x3406ed(0x244)](path['join'](process[_0x3406ed(0x217)](),_0x35b6a0['c'])))_0x406803=path['join'](process[_0x3406ed(0x217)](),_0x35b6a0['c']),_0x50fbf7[_0x3406ed(0x1a1)](_0x461b7f,0x2);else{if(fs[_0x3406ed(0x244)](path[_0x3406ed(0x223)](process['cwd'](),_0x17fe50[_0x3406ed(0x22a)])))_0x406803=path[_0x3406ed(0x223)](process[_0x3406ed(0x217)](),_0x17fe50['PwNcR']);else fs[_0x3406ed(0x244)](path[_0x3406ed(0x223)](process[_0x3406ed(0x217)](),_0x17fe50['AdULD']))&&(_0x406803=path[_0x3406ed(0x223)](process[_0x3406ed(0x217)](),_0x17fe50[_0x3406ed(0x233)]));}}return process[_0x3406ed(0x1fd)][_0x3406ed(0x23c)]=_0x406803,_0x406803;},getO11yRerunPattern=()=>{const _0x5b775b=a2_0x310a21,_0x8a64f8=helper[_0x5b775b(0x1cf)](process[_0x5b775b(0x1fd)][_0x5b775b(0x1c1)]);if(_0x8a64f8){const _0x2bbc0e=process[_0x5b775b(0x1fd)][_0x5b775b(0x1f2)],_0x3ff8e2=[];if(helper[_0x5b775b(0x22c)](_0x2bbc0e)&&!helper[_0x5b775b(0x19e)](_0x2bbc0e)){_0x2bbc0e[_0x5b775b(0x1ef)](',')[_0x5b775b(0x228)](_0x2ff273=>{const _0x225f32=_0x5b775b;_0x3ff8e2[_0x225f32(0x208)]('('+_0x2ff273[_0x225f32(0x1b7)]()+')');});const _0x584dd1='^'+_0x3ff8e2[_0x5b775b(0x223)]('|')+'$';return _0x584dd1;}}return null;},a2_0x590b19={};a2_0x590b19[a2_0x310a21(0x231)]=a2_0x310a21(0x20c),a2_0x590b19[a2_0x310a21(0x216)]='chromium',a2_0x590b19[a2_0x310a21(0x1ce)]=a2_0x310a21(0x1d5),a2_0x590b19[a2_0x310a21(0x1a4)]=a2_0x310a21(0x1ad);const pwToCodeceptBrowser=a2_0x590b19;async function run(_0x3be371,_0x3717ab,_0x4f0b7e){const _0x53e1c7=a2_0x310a21,_0x2ea691={'XMtnO':function(_0xd50c5f,_0x52f421,_0x253aa6,_0x5546f9){return _0xd50c5f(_0x52f421,_0x253aa6,_0x5546f9);},'jJCly':function(_0x108ace,_0x1cf4a4){return _0x108ace+_0x1cf4a4;},'WwcYd':function(_0x3ee438,_0xb56c23){return _0x3ee438(_0xb56c23);},'VRWmo':function(_0xf88531,_0x4fdb7f){return _0xf88531+_0x4fdb7f;},'JuAuR':function(_0x591823,_0x3ce68d,_0x11be68){return _0x591823(_0x3ce68d,_0x11be68);},'hvUtp':_0x53e1c7(0x240),'TLwwn':function(_0x583cdb){return _0x583cdb();},'Kvtza':_0x53e1c7(0x1c9),'SZMKh':function(_0x461f3a){return _0x461f3a();},'nGzJE':_0x53e1c7(0x23e),'YLaOl':_0x53e1c7(0x225),'LMqTa':_0x53e1c7(0x221),'lVAwh':_0x53e1c7(0x206),'sBWQL':function(_0x21e148,_0x5a4246,_0x4a7a21){return _0x21e148(_0x5a4246,_0x4a7a21);},'PdIzQ':_0x53e1c7(0x1fb),'wFppW':function(_0x1cabd1,_0x17333c,_0x5303c5){return _0x1cabd1(_0x17333c,_0x5303c5);},'vWShX':'Playwright','dSSoA':_0x53e1c7(0x1e7),'Ccolh':function(_0x1869e7,_0x2ab4ed){return _0x1869e7!=_0x2ab4ed;},'rfznb':function(_0x56eefe,_0xc47361){return _0x56eefe===_0xc47361;},'vZkiN':function(_0x3fb9c2,_0x358539,_0x47fe0e){return _0x3fb9c2(_0x358539,_0x47fe0e);},'dHzfR':_0x53e1c7(0x1a2),'ckoNF':function(_0x3b7246,_0x22d2bd){return _0x3b7246(_0x22d2bd);},'OTCmO':function(_0x3acbeb,_0x222da4){return _0x3acbeb*_0x222da4;},'YpKfN':function(_0x351777,_0x3fcbe3,_0x5216d9){return _0x351777(_0x3fcbe3,_0x5216d9);},'kbvrA':_0x53e1c7(0x1b8),'OSkgT':function(_0x1f3fd9,_0x1f17f4,_0x129a20){return _0x1f3fd9(_0x1f17f4,_0x129a20);},'qEvNM':'desiredCapabilities','frYog':function(_0x1f4e0c,_0x4dbc26,_0x4f2008){return _0x1f4e0c(_0x4dbc26,_0x4f2008);},'HnqaO':_0x53e1c7(0x1e4),'LbAso':_0x53e1c7(0x1ba),'ryxSl':_0x53e1c7(0x1b2)};await _0x4f0b7e['initialize'](_0x3be371),await helper[_0x53e1c7(0x1a3)](_0x4f0b7e[_0x53e1c7(0x21d)]);if(!_0x4f0b7e[_0x53e1c7(0x21d)])return;process[_0x53e1c7(0x20e)]=_0x3be371[_0x53e1c7(0x20e)];_0x3be371[_0x53e1c7(0x20e)]&&(process[_0x53e1c7(0x1fd)]['profile']=_0x3be371[_0x53e1c7(0x20e)]);const _0x4a60a5=_0x2ea691['sBWQL'](getUserCodeceptJSConfigs,_0x3be371,_0x3717ab);let _0x5a7c4f={};_0x4a60a5?(logger[_0x53e1c7(0x1c0)](_0x53e1c7(0x1cd)+_0x4a60a5),_0x5a7c4f=CodeceptJS[_0x53e1c7(0x21d)][_0x53e1c7(0x1e8)](_0x4a60a5)):logger[_0x53e1c7(0x1c0)](_0x2ea691[_0x53e1c7(0x1ec)]);let _0x222cfb=![];_0x2ea691[_0x53e1c7(0x239)](nestedKeyValue,_0x5a7c4f,[_0x2ea691[_0x53e1c7(0x243)],_0x2ea691[_0x53e1c7(0x1c8)]])&&(_0x222cfb=!![]);const _0x3fa00f=_0x222cfb?_0x2ea691['vWShX']:_0x2ea691['dSSoA'];let _0x55b187=!_0x222cfb?helper[_0x53e1c7(0x242)](_0x4f0b7e[_0x53e1c7(0x21d)]):![];!helper[_0x53e1c7(0x19e)](_0x4f0b7e[_0x53e1c7(0x21d)]['accessibilityOptions'])&&(process['env'][_0x53e1c7(0x21e)]=JSON[_0x53e1c7(0x224)](_0x4f0b7e[_0x53e1c7(0x21d)][_0x53e1c7(0x1b6)]));let _0x162aeb=_0x4f0b7e[_0x53e1c7(0x21d)][_0x53e1c7(0x1e2)];_0x162aeb=_0x162aeb||_0x2ea691[_0x53e1c7(0x204)](checkAccessibilityPlatformConfig,_0x4f0b7e[_0x53e1c7(0x21d)]),process[_0x53e1c7(0x1fd)][_0x53e1c7(0x1d0)]=_0x162aeb;_0x162aeb&&(_0x55b187=!_0x162aeb);_0x2ea691[_0x53e1c7(0x1b5)](_0x4f0b7e[_0x53e1c7(0x21d)][_0x53e1c7(0x200)],null)?process[_0x53e1c7(0x1fd)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x4f0b7e[_0x53e1c7(0x21d)]['testObservability']:process[_0x53e1c7(0x1fd)][_0x53e1c7(0x1d4)]=_0x2ea691[_0x53e1c7(0x1e9)](_0x3fa00f,_0x2ea691[_0x53e1c7(0x1c8)]);const _0x3345c1=_0x2ea691[_0x53e1c7(0x1b0)](nestedKeyValue,_0x5a7c4f,[_0x2ea691['dHzfR']]),_0x407644=_0x3345c1&&!helper[_0x53e1c7(0x230)](_0x3345c1)?FRAMEWORKS[_0x53e1c7(0x241)]:FRAMEWORKS[_0x53e1c7(0x1a5)],_0x520b38=await TestHubHandler['launchBuild'](_0x407644,_0x4f0b7e);_0x162aeb&&_0x2ea691['ckoNF'](setAccessibilityCapabilities,_0x4f0b7e['config']);const _0x211f5d={},_0x53c093=[],_0x824e58=_0x4f0b7e[_0x53e1c7(0x21d)][_0x53e1c7(0x1ee)]||helper[_0x53e1c7(0x21a)](_0x3be371,_0x3717ab,_0x4f0b7e[_0x53e1c7(0x21d)],constants[_0x53e1c7(0x1dc)][_0x53e1c7(0x1a5)])||0x1;let _0x443e25=0x1;if(_0x2ea691[_0x53e1c7(0x1ea)](isBrowserstackInfra)){const _0x4a519b=helper[_0x53e1c7(0x1d6)](_0x4f0b7e[_0x53e1c7(0x21d)],_0x55b187,constants['FRAMEWORKS'][_0x53e1c7(0x1a5)]);_0x4a519b[_0x53e1c7(0x1ed)](_0x98fc76=>{const _0x244567=_0x53e1c7;helper[_0x244567(0x1d9)](_0x98fc76);}),helper[_0x53e1c7(0x20d)](_0x4f0b7e[_0x53e1c7(0x21d)])?_0x443e25=_0x2ea691['OTCmO'](_0x824e58,_0x4f0b7e['config'][_0x53e1c7(0x1d2)][_0x53e1c7(0x1ac)]):_0x443e25=_0x824e58,_0x4a519b[_0x53e1c7(0x1ed)](_0x35a4a5=>{const _0x395030=_0x53e1c7,_0x422895=_0x2ea691[_0x395030(0x214)](helper[_0x395030(0x219)](_0x35a4a5,'_'),'_'+Date[_0x395030(0x1da)]()),_0x388729=((()=>{const _0x3a68c5=_0x395030;if(_0x222cfb){const _0x4b9f88=pwToCodeceptBrowser[_0x35a4a5[_0x3a68c5(0x209)]]||_0x35a4a5[_0x3a68c5(0x209)],_0xb6d35c=helper[_0x3a68c5(0x1a9)](_0x4f0b7e[_0x3a68c5(0x21d)]),_0x4954b9=Object[_0x3a68c5(0x207)]({},_0x35a4a5);return _0x2ea691[_0x3a68c5(0x1f3)](processAccessibilityCaps,_0x4954b9,_0xb6d35c,null),{'browser':_0x4b9f88,[_0x4b9f88]:{'browserWSEndpoint':_0x2ea691[_0x3a68c5(0x1d1)](_0xb6d35c,_0x2ea691[_0x3a68c5(0x204)](encodeURIComponent,JSON[_0x3a68c5(0x224)](_0x4954b9)))}};}const _0x4eb0e3={};return _0x4eb0e3[_0x3a68c5(0x212)]=_0x35a4a5,_0x4eb0e3['user']=_0x4f0b7e[_0x3a68c5(0x21d)][_0x3a68c5(0x19f)],_0x4eb0e3[_0x3a68c5(0x1d7)]=_0x4f0b7e[_0x3a68c5(0x21d)][_0x3a68c5(0x22e)],_0x4eb0e3;})()),_0x30a80f=_0x2ea691['JuAuR'](nestedKeyValue,_0x5a7c4f,[_0x2ea691[_0x395030(0x243)],_0x3fa00f]);_0x211f5d[_0x422895]=_0x30a80f?helper[_0x395030(0x1c7)](_0x388729,_0x30a80f):_0x388729;if(_0x222cfb)_0x211f5d[_0x422895]['browser']=pwToCodeceptBrowser[_0x35a4a5[_0x395030(0x209)]]||_0x35a4a5[_0x395030(0x209)];else{_0x211f5d[_0x422895][_0x395030(0x1b8)]=_0x35a4a5[_0x395030(0x209)]||_0x388729[_0x395030(0x1b8)];if(_0x2ea691[_0x395030(0x1ea)](isBrowserstackInfra)){_0x211f5d[_0x422895][_0x395030(0x218)]=constants[_0x395030(0x23a)]['replace'](_0x2ea691[_0x395030(0x1de)],'')['replace'](/https?:\/\//,'');;_0x211f5d[_0x422895]['path']=_0x2ea691[_0x395030(0x1de)];}}_0x53c093[_0x395030(0x208)](_0x422895);});}else{_0x443e25=0x1;if(_0x222cfb){const _0x5cfb12=_0x2ea691[_0x53e1c7(0x205)](nestedKeyValue,_0x5a7c4f,[_0x2ea691[_0x53e1c7(0x243)],_0x3fa00f,_0x2ea691[_0x53e1c7(0x1f1)]]),_0x2a0501=_0x2ea691[_0x53e1c7(0x1f0)](nestedKeyValue,_0x5a7c4f,[_0x2ea691[_0x53e1c7(0x243)],_0x3fa00f,_0x5cfb12]);if(_0x2a0501&&_0x2a0501[_0x53e1c7(0x1a7)]){const _0x49d294={};_0x49d294[_0x53e1c7(0x1d2)]=[],_0x2a0501[_0x53e1c7(0x1a7)]=helper[_0x53e1c7(0x1d6)](Object[_0x53e1c7(0x207)]({},_0x4f0b7e[_0x53e1c7(0x21d)],_0x49d294),null,_0x407644[_0x53e1c7(0x1bb)](),null,null,_0x2a0501[_0x53e1c7(0x1a7)]);}}else{const _0x22bb54={};_0x22bb54['platforms']=[],_0x5a7c4f[_0x2ea691[_0x53e1c7(0x243)]][_0x3fa00f][_0x2ea691[_0x53e1c7(0x1bc)]]=helper['prepareCapabilities'](Object[_0x53e1c7(0x207)]({},_0x4f0b7e['config'],_0x22bb54),null,_0x407644[_0x53e1c7(0x1bb)](),_0x2ea691[_0x53e1c7(0x21c)](nestedKeyValue,_0x5a7c4f,[_0x2ea691['hvUtp'],_0x3fa00f,_0x2ea691[_0x53e1c7(0x1bc)]])||{},null,null);}_0x211f5d[_0x2ea691['HnqaO']]=_0x5a7c4f,_0x53c093['push'](_0x2ea691[_0x53e1c7(0x1ae)]);}const _0x4a2f7e={};_0x4a2f7e[_0x53e1c7(0x21b)]=_0x4a60a5;const _0x562c23=_0x4a2f7e,_0x2cea83=path[_0x53e1c7(0x223)](__dirname,_0x2ea691['LbAso']),_0x2b2857=process[_0x53e1c7(0x217)]();process[_0x53e1c7(0x1fd)][_0x2ea691[_0x53e1c7(0x1c3)]]=_0x2b2857,process[_0x53e1c7(0x238)](path['dirname'](_0x4a60a5));const _0x3991a2=new CodeceptJS[(_0x53e1c7(0x1c2))](null,_0x562c23),_0x2cafc7=_0x3991a2['createGroupsOfSuites'](_0x443e25),_0x20ca95=testOpsHelper[_0x53e1c7(0x1bf)](),_0x17b266=_0x53c093[_0x53e1c7(0x228)](_0x36692c=>{const _0x25a4a6=_0x53e1c7,_0x318229={};_0x318229[_0x25a4a6(0x1cc)]=_0x211f5d[_0x36692c];const _0x1a753e={};_0x1a753e[_0x25a4a6(0x1e7)]=_0x211f5d[_0x36692c];const _0x2926bc=_0x222cfb?_0x318229:_0x1a753e,_0x40cccd=_0x2ea691['SZMKh'](getO11yRerunPattern),_0x328a72={};_0x328a72[_0x25a4a6(0x240)]=_0x2926bc;const _0x3123df={};_0x3123df[_0x25a4a6(0x23f)]=_0x2cea83,_0x3123df['enabled']=!![],_0x3123df[_0x25a4a6(0x201)]=_0x4f0b7e[_0x25a4a6(0x21d)]['testContextOptions'][_0x25a4a6(0x201)],_0x3123df[_0x25a4a6(0x236)]=_0x4f0b7e[_0x25a4a6(0x21d)][_0x25a4a6(0x1f5)][_0x25a4a6(0x236)],_0x3123df[_0x25a4a6(0x200)]=_0x20ca95,_0x3123df[_0x25a4a6(0x1cb)]=_0x407644;const _0x938df9={};_0x938df9[_0x25a4a6(0x1f7)]=_0x3123df;const _0x53dc7e={};return _0x53dc7e[_0x25a4a6(0x1e5)]=_0x938df9,helper['mergeDeep']({},_0x5a7c4f,_0x2ea691[_0x25a4a6(0x1ea)](isBrowserstackInfra)?_0x328a72:{},_0x40cccd?{'grep':_0x40cccd}:{},_0x53dc7e);});for(const _0x2cb7a8 of _0x17b266){for(const _0x51fea4 of _0x2cafc7){const _0x2f277c=_0x3991a2[_0x53e1c7(0x1ca)]();_0x2f277c['addTests'](_0x51fea4),_0x2f277c[_0x53e1c7(0x1fa)](_0x2cb7a8);const _0x3a19aa={};_0x3a19aa['config']=_0x4a60a5,_0x2f277c[_0x53e1c7(0x1ff)](Object[_0x53e1c7(0x207)](_0x3a19aa,_0x3be371));}}_0x3991a2['on'](CodeceptJS[_0x53e1c7(0x1af)][_0x53e1c7(0x1c5)][_0x53e1c7(0x215)],(_0x12e366,_0x9643ea)=>{const _0x2820f6=_0x53e1c7;console[_0x2820f6(0x1a0)](_0x2ea691[_0x2820f6(0x20b)],_0x12e366[_0x2820f6(0x1aa)]);const _0x1db574={[_0x12e366['title']]:_0x12e366[_0x2820f6(0x1df)][_0x2820f6(0x222)]};_testErrorData[_0x2820f6(0x208)](_0x1db574);}),_0x3991a2['on'](CodeceptJS['event']['test'][_0x53e1c7(0x22b)],async _0x1d6a6b=>{const _0x54fa1b=_0x53e1c7;console['log'](_0x2ea691[_0x54fa1b(0x1db)],_0x1d6a6b[_0x54fa1b(0x1aa)]);}),_0x3991a2['on'](CodeceptJS[_0x53e1c7(0x1af)][_0x53e1c7(0x1c5)]['before'],async _0x100f84=>{const _0x4d4420=_0x53e1c7;console[_0x4d4420(0x1a0)](_0x2ea691[_0x4d4420(0x22f)],_0x100f84[_0x4d4420(0x1aa)]);}),_0x3991a2['on'](CodeceptJS[_0x53e1c7(0x1af)][_0x53e1c7(0x20a)][_0x53e1c7(0x210)],async()=>{const _0x3b9b9b=_0x53e1c7,_0x2b10f5=_0x2ea691[_0x3b9b9b(0x211)][_0x3b9b9b(0x1ef)]('|');let _0x42ec54=0x0;while(!![]){switch(_0x2b10f5[_0x42ec54++]){case'0':utilities['finalExecution'](_0x4f0b7e);continue;case'1':testOpsHelper[_0x3b9b9b(0x1e0)]();continue;case'2':_0x3991a2[_0x3b9b9b(0x226)]();continue;case'3':try{await TestHubHandler[_0x3b9b9b(0x229)]();}catch(_0xc41c2e){logger['debug'](_0x3b9b9b(0x19c)+util[_0x3b9b9b(0x237)](_0xc41c2e));}continue;case'4':_0x4f0b7e[_0x3b9b9b(0x1b4)]=_testErrorData;continue;case'5':PerformanceTester[_0x3b9b9b(0x1f9)](PerformanceEvents[_0x3b9b9b(0x1b1)]);continue;}break;}});async function _0x4c9ab9(){const _0x562e60=_0x53e1c7;try{await _0x3991a2[_0x562e60(0x1f4)](),await _0x3991a2[_0x562e60(0x227)]();}finally{process[_0x562e60(0x238)](_0x2b2857),await _0x3991a2[_0x562e60(0x1fe)]();}}PerformanceTester[_0x53e1c7(0x1bd)](PerformanceEvents['SDK_SETUP']),_0x2ea691[_0x53e1c7(0x1ea)](_0x4c9ab9);}module[a2_0x310a21(0x1e3)]=run;
@@ -1 +1 @@
1
- const a3_0x3c92d0=a3_0x19bb;function a3_0x19bb(_0x1336cc,_0x190b3d){const _0x330e56=a3_0x330e();return a3_0x19bb=function(_0x19bb1e,_0x469600){_0x19bb1e=_0x19bb1e-0x152;let _0x423126=_0x330e56[_0x19bb1e];return _0x423126;},a3_0x19bb(_0x1336cc,_0x190b3d);}(function(_0x143397,_0x1beda4){const _0x2bef07=a3_0x19bb,_0x5ef9d9=_0x143397();while(!![]){try{const _0x3c05fa=parseInt(_0x2bef07(0x171))/0x1+parseInt(_0x2bef07(0x176))/0x2*(parseInt(_0x2bef07(0x16a))/0x3)+parseInt(_0x2bef07(0x16c))/0x4+parseInt(_0x2bef07(0x173))/0x5*(parseInt(_0x2bef07(0x169))/0x6)+parseInt(_0x2bef07(0x18c))/0x7+parseInt(_0x2bef07(0x190))/0x8*(parseInt(_0x2bef07(0x19c))/0x9)+-parseInt(_0x2bef07(0x155))/0xa;if(_0x3c05fa===_0x1beda4)break;else _0x5ef9d9['push'](_0x5ef9d9['shift']());}catch(_0x2680a2){_0x5ef9d9['push'](_0x5ef9d9['shift']());}}}(a3_0x330e,0xd595c));const {isUndefined,nestedKeyValue}=require(a3_0x3c92d0(0x178)),logger=require(a3_0x3c92d0(0x167))[a3_0x3c92d0(0x18a)],PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{isAccessibilityAutomationSession}=require(a3_0x3c92d0(0x183)),{getObservabilityLinkedProductName}=require(a3_0x3c92d0(0x18b)),getOSVersionFromCaps=_0x5c6ae3=>{const _0x49a411=a3_0x3c92d0,_0x6cc194={};_0x6cc194[_0x49a411(0x15a)]='bstack:options',_0x6cc194['QaFEm']='platformVersion',_0x6cc194[_0x49a411(0x154)]='platform_version',_0x6cc194[_0x49a411(0x193)]='osVersion',_0x6cc194[_0x49a411(0x16d)]=_0x49a411(0x18f);const _0x5ec7ab=_0x6cc194;if(!_0x5c6ae3)return null;const _0x18bf7b=_0x5c6ae3[_0x5ec7ab[_0x49a411(0x15a)]],_0x1f5627=[_0x5ec7ab[_0x49a411(0x188)],_0x5ec7ab[_0x49a411(0x154)],_0x5ec7ab[_0x49a411(0x193)],_0x5ec7ab[_0x49a411(0x16d)]];for(const _0x33276e of _0x1f5627){if(_0x18bf7b&&_0x18bf7b[_0x33276e])return _0x18bf7b[_0x33276e];else{if(_0x5c6ae3[_0x33276e])return _0x5c6ae3[_0x33276e];}}return null;};exports[a3_0x3c92d0(0x164)]=_0x678d08=>{const _0x549c5e=a3_0x3c92d0,_0x4bc105={'QjBIA':_0x549c5e(0x1a0),'ryepc':function(_0x5425c7,_0x1881ec){return _0x5425c7===_0x1881ec;},'LiHdK':'WebDriver','vcMFs':function(_0x5a637c,_0x47226b){return _0x5a637c(_0x47226b);},'hHnSx':function(_0xb6cfbd,_0x3604f5,_0x3f981a){return _0xb6cfbd(_0x3604f5,_0x3f981a);},'UsvGz':_0x549c5e(0x18d),'NjqCK':_0x549c5e(0x15f),'xJGAP':_0x549c5e(0x175),'OttJC':_0x549c5e(0x17f),'WPJVV':_0x549c5e(0x159),'tbLWK':_0x549c5e(0x198),'zVDxG':function(_0x28385b,_0x5df640){return _0x28385b(_0x5df640);}};if(!_0x678d08)return null;let _0x301292=global[_0x549c5e(0x166)]||_0x4bc105[_0x549c5e(0x189)];if(_0x4bc105[_0x549c5e(0x17e)](_0x678d08[_0x549c5e(0x174)][_0x549c5e(0x187)],_0x4bc105[_0x549c5e(0x172)])){const _0x38b26b=_0x678d08[_0x549c5e(0x17f)];if(!_0x38b26b)return null;const _0x5063b3=_0x38b26b[_0x549c5e(0x163)],_0x55dd24=_0x4bc105[_0x549c5e(0x182)](getOSVersionFromCaps,_0x4bc105[_0x549c5e(0x162)](nestedKeyValue,_0x678d08,[_0x4bc105['UsvGz'],_0x4bc105[_0x549c5e(0x15b)]]));return{[_0x301292]:{'browser':_0x5063b3[_0x549c5e(0x181)],'browser_version':_0x5063b3[_0x549c5e(0x17b)],'capabilities':_0x5063b3,'platform':_0x5063b3[_0x549c5e(0x15e)],'platform_version':_0x5063b3[_0x549c5e(0x180)]||_0x55dd24,'product':_0x4bc105[_0x549c5e(0x182)](getObservabilityLinkedProductName,_0x5063b3),'session_id':_0x38b26b[_0x549c5e(0x17c)]}};}else{if(_0x4bc105[_0x549c5e(0x17e)](_0x678d08[_0x549c5e(0x174)][_0x549c5e(0x187)],_0x4bc105['xJGAP'])){const _0x21f420=PlaywrightSessionDetails['getDetails']();_0x301292=_0x21f420['cloudProvider']||_0x301292;const _0x3c7a9c=_0x4bc105[_0x549c5e(0x162)](nestedKeyValue,_0x678d08,[_0x4bc105[_0x549c5e(0x161)],_0x4bc105[_0x549c5e(0x15d)],_0x4bc105[_0x549c5e(0x194)]]),_0x2d6bd8=_0x3c7a9c?JSON[_0x549c5e(0x19a)](new URL(_0x3c7a9c)[_0x549c5e(0x195)][_0x549c5e(0x191)](_0x4bc105[_0x549c5e(0x19e)])):{};return{[_0x301292]:{'browser':_0x21f420['browser']||_0x2d6bd8['browserName'],'browser_version':_0x21f420[_0x549c5e(0x170)]||_0x2d6bd8[_0x549c5e(0x170)],'capabilities':_0x2d6bd8,'platform':_0x21f420[_0x549c5e(0x17a)],'platform_version':_0x21f420[_0x549c5e(0x18e)],'product':_0x4bc105[_0x549c5e(0x1a1)](getObservabilityLinkedProductName,_0x2d6bd8),'session_id':_0x21f420[_0x549c5e(0x158)]}};}}},exports[a3_0x3c92d0(0x185)]=_0x1f958f=>{const _0x3308dd=a3_0x3c92d0,_0x310814={'jYIkk':function(_0x2a2a2a){return _0x2a2a2a();},'zuerb':function(_0x2d618d,_0x3da04a){return _0x2d618d===_0x3da04a;},'JFdLK':_0x3308dd(0x15c),'MYQlJ':function(_0x4de7b9,_0x4ae081){return _0x4de7b9>_0x4ae081;},'KAram':function(_0x2f3df6,_0x530d9a){return _0x2f3df6(_0x530d9a);},'VKKeu':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','ffqCq':_0x3308dd(0x199),'cGeTx':_0x3308dd(0x153),'ravFB':_0x3308dd(0x165),'MDNmK':function(_0x354272,_0x105c01){return _0x354272(_0x105c01);},'OsRly':_0x3308dd(0x197)};if(_0x310814['jYIkk'](isAccessibilityAutomationSession)){const _0xf1f364=_0x1f958f[_0x3308dd(0x17f)],_0x1845ee=_0xf1f364['capabilities'];global[_0x3308dd(0x19d)]=!![],!(_0x310814[_0x3308dd(0x16e)](_0x1845ee[_0x3308dd(0x17b)],_0x310814['JFdLK'])||_0x310814['MYQlJ'](_0x310814[_0x3308dd(0x179)](parseInt,_0x1845ee[_0x3308dd(0x17b)]),0x5e))&&(logger[_0x3308dd(0x196)](_0x310814['VKKeu']),global[_0x3308dd(0x19d)]=![]),!(_0x310814[_0x3308dd(0x16e)](_0x1845ee[_0x3308dd(0x181)],_0x310814[_0x3308dd(0x177)])||_0x310814[_0x3308dd(0x16e)](_0x1845ee['browserName'],_0x310814[_0x3308dd(0x192)]))&&(logger[_0x3308dd(0x196)](_0x310814['ravFB']),global[_0x3308dd(0x19d)]=![]),!_0x310814[_0x3308dd(0x17d)](isUndefined,_0x1845ee[_0x3308dd(0x184)])&&(logger[_0x3308dd(0x196)](_0x310814[_0x3308dd(0x16b)]),global[_0x3308dd(0x19d)]=![]);}},exports[a3_0x3c92d0(0x16f)]=_0x7d151d=>{const _0x37a686=a3_0x3c92d0,_0x26376a={};_0x26376a[_0x37a686(0x19f)]=function(_0x191e12,_0x253875){return _0x191e12!==_0x253875;},_0x26376a[_0x37a686(0x186)]=_0x37a686(0x157),_0x26376a[_0x37a686(0x160)]=_0x37a686(0x168),_0x26376a[_0x37a686(0x152)]=_0x37a686(0x19b);const _0x4ebb73=_0x26376a;if(!_0x7d151d)return![];else{if(_0x4ebb73[_0x37a686(0x19f)](typeof _0x7d151d,_0x4ebb73['pNQmx']))return!![];}return!_0x7d151d[_0x37a686(0x156)](_0x4ebb73['ZmeLs'])&&!_0x7d151d['includes'](_0x4ebb73['TXBpN']);};function a3_0x330e(){const _0x4c273e=['warn','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','caps','chrome','parse','browserstack_accessibility_automation_script','12357DgElgL','accessibilityPlatform','tbLWK','DcUAf','unknown_grid','zVDxG','TXBpN','playwright-chromium','GFUnD','67464470HhXWgW','includes','string','bsSessionId','browserWSEndpoint','XmTux','NjqCK','latest','OttJC','platformName','desiredCapabilities','ZmeLs','UsvGz','hHnSx','capabilities','fetchPlatformDetails','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','__cloud_provider___','../../helpers/logger','browserstack_executor','6jXtOCm','127638SDtPAV','OsRly','2983648GsVNfb','LJhhF','zuerb','shouldPatchExecuteScript','browser_version','1734625YNJEKO','LiHdK','4257830MeluIb','constructor','Playwright','60CQQZaM','ffqCq','../../helpers/helper','KAram','platform','browserVersion','sessionId','MDNmK','ryepc','browser','platformVersion','browserName','vcMFs','../../helpers/accessibility-automation/helper','deviceName','processWebDriverConfig','pNQmx','name','QaFEm','QjBIA','winstonLogger','../../helpers/test-observability/utils','8874075ipNCYL','config','platform_version','os_version','10168NXaFRn','get','cGeTx','PlKGr','WPJVV','searchParams'];a3_0x330e=function(){return _0x4c273e;};return a3_0x330e();}
1
+ const a3_0x486d28=a3_0x3c3a;(function(_0x53794e,_0x4df33f){const _0x47c90e=a3_0x3c3a,_0x5a477d=_0x53794e();while(!![]){try{const _0x3a82a4=-parseInt(_0x47c90e(0x12a))/0x1+-parseInt(_0x47c90e(0x136))/0x2*(-parseInt(_0x47c90e(0x155))/0x3)+-parseInt(_0x47c90e(0x10c))/0x4*(parseInt(_0x47c90e(0x146))/0x5)+-parseInt(_0x47c90e(0x12e))/0x6*(parseInt(_0x47c90e(0x113))/0x7)+parseInt(_0x47c90e(0x154))/0x8+parseInt(_0x47c90e(0x115))/0x9*(parseInt(_0x47c90e(0x10a))/0xa)+-parseInt(_0x47c90e(0x118))/0xb*(-parseInt(_0x47c90e(0x145))/0xc);if(_0x3a82a4===_0x4df33f)break;else _0x5a477d['push'](_0x5a477d['shift']());}catch(_0x3ac6ed){_0x5a477d['push'](_0x5a477d['shift']());}}}(a3_0x5191,0xe61ac));function a3_0x5191(){const _0x21b6d8=['PTISw','28836wgZbaN','parse','vlNPS','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','../../helpers/helper','CHcnu','name','../../helpers/accessibility-automation/helper','NKadn','searchParams','GAMfM','xzOan','kICfJ','pZNKD','processWebDriverConfig','12TjvQpy','2315LSwVVt','caps','browser','unknown_grid','getDetails','AKufP','platform_version','winstonLogger','../../helpers/test-observability/utils','VUeVP','accessibilityPlatform','browserstack_executor','QeWSQ','constructor','8996392YJkvHC','186lRISMi','YFGAS','aRmjV','aPAIr','browserWSEndpoint','platform','10IpFQwl','includes','10072VZOdPo','DwkRi','warn','bnAIl','../../bin/playwright/sessionDetails','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','string','7FXEIuD','capabilities','1757592tFmgIe','sessionId','sRNFo','14016134KFzXtI','__cloud_provider___','browserVersion','syAsu','browserName','aOnqP','platformVersion','zEPQP','browser_version','EkIMU','uFqYI','JDotx','shouldPatchExecuteScript','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','playwright-chromium','vnBNR','platformName','deviceName','976947jcuOrj','GjVEW','browserstack_accessibility_automation_script','chrome','2415948kzyVDi','MUdoq','pboXm','osVersion','bsSessionId','latest','yxkPS'];a3_0x5191=function(){return _0x21b6d8;};return a3_0x5191();}function a3_0x3c3a(_0x470358,_0x2c07d6){const _0x5191ca=a3_0x5191();return a3_0x3c3a=function(_0x3c3a34,_0x2b6e62){_0x3c3a34=_0x3c3a34-0x106;let _0x2c720c=_0x5191ca[_0x3c3a34];return _0x2c720c;},a3_0x3c3a(_0x470358,_0x2c07d6);}const {isUndefined,nestedKeyValue}=require(a3_0x486d28(0x13a)),logger=require('../../helpers/logger')[a3_0x486d28(0x14d)],PlaywrightSessionDetails=require(a3_0x486d28(0x110)),{isAccessibilityAutomationSession}=require(a3_0x486d28(0x13d)),{getObservabilityLinkedProductName}=require(a3_0x486d28(0x14e)),getOSVersionFromCaps=_0x94f942=>{const _0x586508=a3_0x486d28,_0x393373={};_0x393373[_0x586508(0x12b)]='bstack:options',_0x393373[_0x586508(0x142)]=_0x586508(0x11e),_0x393373[_0x586508(0x135)]=_0x586508(0x14c),_0x393373[_0x586508(0x130)]=_0x586508(0x131),_0x393373[_0x586508(0x106)]='os_version';const _0x48f8ef=_0x393373;if(!_0x94f942)return null;const _0x203250=_0x94f942[_0x48f8ef[_0x586508(0x12b)]],_0x83fcfb=[_0x48f8ef[_0x586508(0x142)],_0x48f8ef[_0x586508(0x135)],_0x48f8ef[_0x586508(0x130)],_0x48f8ef['aRmjV']];for(const _0x20915e of _0x83fcfb){if(_0x203250&&_0x203250[_0x20915e])return _0x203250[_0x20915e];else{if(_0x94f942[_0x20915e])return _0x94f942[_0x20915e];}}return null;};exports['fetchPlatformDetails']=_0x3e4f79=>{const _0x31b48e=a3_0x486d28,_0x291a8d={'DwkRi':_0x31b48e(0x149),'MUdoq':function(_0x5ca734,_0x3bc1f9){return _0x5ca734===_0x3bc1f9;},'aOnqP':'WebDriver','vlNPS':function(_0x2d76f0,_0x4062b6){return _0x2d76f0(_0x4062b6);},'aPAIr':function(_0x542ab5,_0x569be5,_0x4b7fbf){return _0x542ab5(_0x569be5,_0x4b7fbf);},'AKufP':'config','rtBgu':'desiredCapabilities','vnBNR':function(_0x5376fa,_0xb55748){return _0x5376fa===_0xb55748;},'CHcnu':'Playwright','syAsu':function(_0x42a676,_0x22d665,_0x3f2a02){return _0x42a676(_0x22d665,_0x3f2a02);},'YFGAS':_0x31b48e(0x148),'cythP':_0x31b48e(0x108),'qolxa':_0x31b48e(0x147)};if(!_0x3e4f79)return null;let _0x4fe58e=global[_0x31b48e(0x119)]||_0x291a8d[_0x31b48e(0x10d)];if(_0x291a8d[_0x31b48e(0x12f)](_0x3e4f79[_0x31b48e(0x153)][_0x31b48e(0x13c)],_0x291a8d[_0x31b48e(0x11d)])){const _0x58aa15=_0x3e4f79['browser'];if(!_0x58aa15)return null;const _0x34f51c=_0x58aa15[_0x31b48e(0x114)],_0x3e0e28=_0x291a8d[_0x31b48e(0x138)](getOSVersionFromCaps,_0x291a8d[_0x31b48e(0x107)](nestedKeyValue,_0x3e4f79,[_0x291a8d['AKufP'],_0x291a8d['rtBgu']]));return{[_0x4fe58e]:{'browser':_0x34f51c[_0x31b48e(0x11c)],'browser_version':_0x34f51c[_0x31b48e(0x11a)],'capabilities':_0x34f51c,'platform':_0x34f51c[_0x31b48e(0x128)],'platform_version':_0x34f51c['platformVersion']||_0x3e0e28,'product':_0x291a8d[_0x31b48e(0x138)](getObservabilityLinkedProductName,_0x34f51c),'session_id':_0x58aa15[_0x31b48e(0x116)]}};}else{if(_0x291a8d[_0x31b48e(0x127)](_0x3e4f79['constructor'][_0x31b48e(0x13c)],_0x291a8d[_0x31b48e(0x13b)])){const _0x44d869=PlaywrightSessionDetails[_0x31b48e(0x14a)]();_0x4fe58e=_0x44d869['cloudProvider']||_0x4fe58e;const _0x352417=_0x291a8d[_0x31b48e(0x11b)](nestedKeyValue,_0x3e4f79,[_0x291a8d[_0x31b48e(0x14b)],_0x291a8d[_0x31b48e(0x156)],_0x291a8d['cythP']]),_0x15af77=_0x352417?JSON[_0x31b48e(0x137)](new URL(_0x352417)[_0x31b48e(0x13f)]['get'](_0x291a8d['qolxa'])):{};return{[_0x4fe58e]:{'browser':_0x44d869[_0x31b48e(0x148)]||_0x15af77['browserName'],'browser_version':_0x44d869[_0x31b48e(0x120)]||_0x15af77[_0x31b48e(0x120)],'capabilities':_0x15af77,'platform':_0x44d869[_0x31b48e(0x109)],'platform_version':_0x44d869['platform_version'],'product':_0x291a8d[_0x31b48e(0x138)](getObservabilityLinkedProductName,_0x15af77),'session_id':_0x44d869[_0x31b48e(0x132)]}};}}},exports[a3_0x486d28(0x144)]=_0x562edf=>{const _0x1d7e45=a3_0x486d28,_0x5aab53={'bnAIl':function(_0xd9c44a){return _0xd9c44a();},'xzOan':function(_0x443987,_0x1cbaed){return _0x443987===_0x1cbaed;},'sRNFo':_0x1d7e45(0x133),'EkIMU':function(_0x917431,_0x48dcbd){return _0x917431>_0x48dcbd;},'JDotx':function(_0x338eec,_0x234ec1){return _0x338eec(_0x234ec1);},'aAEnr':_0x1d7e45(0x111),'uFqYI':function(_0x3ce035,_0x18e7f0){return _0x3ce035===_0x18e7f0;},'VUeVP':_0x1d7e45(0x12d),'LfmpA':function(_0x25efd6,_0x431b12){return _0x25efd6===_0x431b12;},'GAMfM':_0x1d7e45(0x126),'NKadn':_0x1d7e45(0x125),'Wcjqj':_0x1d7e45(0x139)};if(_0x5aab53[_0x1d7e45(0x10f)](isAccessibilityAutomationSession)){const _0xccbbd9=_0x562edf[_0x1d7e45(0x148)],_0x23ca06=_0xccbbd9[_0x1d7e45(0x114)];global[_0x1d7e45(0x150)]=!![],!(_0x5aab53[_0x1d7e45(0x141)](_0x23ca06[_0x1d7e45(0x11a)],_0x5aab53[_0x1d7e45(0x117)])||_0x5aab53[_0x1d7e45(0x121)](_0x5aab53[_0x1d7e45(0x123)](parseInt,_0x23ca06[_0x1d7e45(0x11a)]),0x5e))&&(logger[_0x1d7e45(0x10e)](_0x5aab53['aAEnr']),global[_0x1d7e45(0x150)]=![]),!(_0x5aab53[_0x1d7e45(0x122)](_0x23ca06[_0x1d7e45(0x11c)],_0x5aab53[_0x1d7e45(0x14f)])||_0x5aab53['LfmpA'](_0x23ca06[_0x1d7e45(0x11c)],_0x5aab53[_0x1d7e45(0x140)]))&&(logger[_0x1d7e45(0x10e)](_0x5aab53[_0x1d7e45(0x13e)]),global[_0x1d7e45(0x150)]=![]),!_0x5aab53[_0x1d7e45(0x123)](isUndefined,_0x23ca06[_0x1d7e45(0x129)])&&(logger[_0x1d7e45(0x10e)](_0x5aab53['Wcjqj']),global[_0x1d7e45(0x150)]=![]);}},exports[a3_0x486d28(0x124)]=_0x5b21e5=>{const _0x1b351b=a3_0x486d28,_0x28611f={};_0x28611f[_0x1b351b(0x134)]=function(_0x54722e,_0x54e7e5){return _0x54722e!==_0x54e7e5;},_0x28611f[_0x1b351b(0x152)]=_0x1b351b(0x112),_0x28611f[_0x1b351b(0x143)]=_0x1b351b(0x151),_0x28611f[_0x1b351b(0x11f)]=_0x1b351b(0x12c);const _0x286fe2=_0x28611f;if(!_0x5b21e5)return![];else{if(_0x286fe2[_0x1b351b(0x134)](typeof _0x5b21e5,_0x286fe2[_0x1b351b(0x152)]))return!![];}return!_0x5b21e5[_0x1b351b(0x10b)](_0x286fe2[_0x1b351b(0x143)])&&!_0x5b21e5[_0x1b351b(0x10b)](_0x286fe2[_0x1b351b(0x11f)]);};
@@ -1 +1 @@
1
- const a4_0x74b268=a4_0x5186;(function(_0x5e19f2,_0x56ca41){const _0x312923=a4_0x5186,_0x47f6bc=_0x5e19f2();while(!![]){try{const _0x320089=parseInt(_0x312923(0x136))/0x1*(-parseInt(_0x312923(0x140))/0x2)+parseInt(_0x312923(0x16c))/0x3*(parseInt(_0x312923(0x1bb))/0x4)+-parseInt(_0x312923(0x1e5))/0x5*(parseInt(_0x312923(0x1d5))/0x6)+-parseInt(_0x312923(0x1c2))/0x7*(parseInt(_0x312923(0x217))/0x8)+parseInt(_0x312923(0x206))/0x9*(-parseInt(_0x312923(0x1b7))/0xa)+parseInt(_0x312923(0x212))/0xb+parseInt(_0x312923(0x1cc))/0xc;if(_0x320089===_0x56ca41)break;else _0x47f6bc['push'](_0x47f6bc['shift']());}catch(_0x3059f6){_0x47f6bc['push'](_0x47f6bc['shift']());}}}(a4_0x2d3a,0xddc2f));const path=require(a4_0x74b268(0x219)),fs=require('fs'),{v4:uuidv4}=require('uuid'),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x74b268(0x1f4)),testOpsHelper=require(a4_0x74b268(0x1ac)),{getTestEnv}=require(a4_0x74b268(0x1fc)),{FRAMEWORKS}=require(a4_0x74b268(0x134)),logger=require(a4_0x74b268(0x14d))['winstonLogger'],SessionHandler=require(a4_0x74b268(0x17c)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),PlaywrightSessionDetails=require(a4_0x74b268(0x1b8)),debug=testOpsHelper[a4_0x74b268(0x204)],{processAccessibilityCaps}=require(a4_0x74b268(0x158)),Constants=require(a4_0x74b268(0x207)),{fetchPlatformDetails}=require(a4_0x74b268(0x17a)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x74b268(0x150)),constants=require(a4_0x74b268(0x207)),STATE_PASSED=a4_0x74b268(0x1f3),STATE_FAILED=a4_0x74b268(0x1a5),a4_0x159920={};a4_0x159920['TEST_RUN_STARTED']=a4_0x74b268(0x141),a4_0x159920[a4_0x74b268(0x1a8)]=a4_0x74b268(0x1bf),a4_0x159920[a4_0x74b268(0x171)]='TestRunSkipped',a4_0x159920[a4_0x74b268(0x180)]=a4_0x74b268(0x187),a4_0x159920[a4_0x74b268(0x1f5)]=a4_0x74b268(0x19e);const TEST_EVENTS=a4_0x159920,parseEvent=_0x20f959=>{const _0x4d03b7=a4_0x74b268,_0x5071a5={};_0x5071a5[_0x4d03b7(0x127)]=function(_0x3f2a51,_0x2de88a){return _0x3f2a51<_0x2de88a;},_0x5071a5[_0x4d03b7(0x143)]=function(_0x23e679,_0x5391cf){return _0x23e679===_0x5391cf;},_0x5071a5['FFsgy']=_0x4d03b7(0x1e6),_0x5071a5[_0x4d03b7(0x131)]=_0x4d03b7(0x1a2),_0x5071a5['jOxce']=_0x4d03b7(0x128),_0x5071a5[_0x4d03b7(0x1f0)]=_0x4d03b7(0x15a),_0x5071a5['DmcYs']=_0x4d03b7(0x15b);const _0x910f7c=_0x5071a5,_0x5bc96f=_0x20f959[_0x4d03b7(0x125)](/^(.*)Run(.*)$/);if(!_0x5bc96f)return null;if(_0x910f7c[_0x4d03b7(0x127)](_0x5bc96f[_0x4d03b7(0x16e)],0x3))return null;const _0x309536=_0x5bc96f[0x1]['toLowerCase'](),_0x445eac=_0x5bc96f[0x2][_0x4d03b7(0x149)]();return{'test':_0x910f7c['lvtoa'](_0x309536,_0x910f7c['FFsgy']),'hook':_0x910f7c[_0x4d03b7(0x143)](_0x309536,_0x910f7c[_0x4d03b7(0x131)]),'skipped':_0x910f7c[_0x4d03b7(0x143)](_0x445eac,_0x910f7c[_0x4d03b7(0x181)]),'started':_0x910f7c[_0x4d03b7(0x143)](_0x445eac,_0x910f7c['TMELf']),'finished':_0x910f7c[_0x4d03b7(0x143)](_0x445eac,_0x910f7c[_0x4d03b7(0x1fd)])};},mockPWBrowserType=_0x14080f=>{const _0x4df9b4=a4_0x74b268,_0x3e6336={'HSjYE':function(_0x3a1740,_0x393670){return _0x3a1740===_0x393670;},'HDRpy':_0x4df9b4(0x18c),'qMJEU':function(_0x5d7dcb,_0x4e180d,_0x414f0b){return _0x5d7dcb(_0x4e180d,_0x414f0b);},'mFkDf':'wsEndpoint','mrFLM':function(_0x8e4285,_0x8fdb61){return _0x8e4285(_0x8fdb61);},'MVDsn':_0x4df9b4(0x164),'DUnrX':function(_0x3d1c29,_0x486ea9,_0x1a4010){return _0x3d1c29(_0x486ea9,_0x1a4010);},'ZlFNP':function(_0x235668,_0xda6ea3){return _0x235668(_0xda6ea3);},'bmMkW':_0x4df9b4(0x1f7),'eBiSQ':'client','wCqwF':'browserType.js','UQcrA':function(_0x2c1d1c,_0x8e746f){return _0x2c1d1c(_0x8e746f);},'wbioh':'Not\x20able\x20to\x20import\x20Browser','PUqdJ':_0x4df9b4(0x15c),'fRKwY':_0x4df9b4(0x1d0)},_0x40d368=path['join'](_0x3e6336[_0x4df9b4(0x20c)],_0x3e6336['eBiSQ'],_0x3e6336[_0x4df9b4(0x1b9)]),_0x102e57=_0x3e6336['ZlFNP'](importFileFromPWCore,_0x40d368);if(!_0x102e57){_0x3e6336[_0x4df9b4(0x1e8)](debug,_0x3e6336[_0x4df9b4(0x179)]);return;}const _0x27e037=_0x102e57[_0x4df9b4(0x167)],_0x624c05=_0x27e037[_0x4df9b4(0x1c9)];if(_0x624c05['obsBrowserTypeMockApplied'])return;const _0xdaf725=_0x624c05[_0x4df9b4(0x15c)];Object['defineProperty'](_0x624c05,_0x3e6336[_0x4df9b4(0x12e)],{'get':function(){const _0x2cb59e=_0x4df9b4,_0x394275={'lAPpv':function(_0xb2411b,_0x277c26){return _0x3e6336['HSjYE'](_0xb2411b,_0x277c26);},'fhAuE':_0x3e6336[_0x2cb59e(0x161)],'Msrse':function(_0x2b9a95,_0x501428,_0x1cb1c1){const _0x1e266c=_0x2cb59e;return _0x3e6336[_0x1e266c(0x1d3)](_0x2b9a95,_0x501428,_0x1cb1c1);},'WggKi':_0x3e6336[_0x2cb59e(0x142)],'qofgQ':function(_0x4053ca,_0x3b939e){const _0x27fc17=_0x2cb59e;return _0x3e6336[_0x27fc17(0x185)](_0x4053ca,_0x3b939e);},'iDELy':_0x3e6336[_0x2cb59e(0x1c1)],'znLWi':function(_0x413dc0,_0x1dcff8,_0x1617c1){const _0x2be37e=_0x2cb59e;return _0x3e6336[_0x2be37e(0x176)](_0x413dc0,_0x1dcff8,_0x1617c1);},'NLXiB':function(_0x403acd,_0x179eab){const _0x129b3e=_0x2cb59e;return _0x3e6336[_0x129b3e(0x1d9)](_0x403acd,_0x179eab);}};return async function _0x25bd0c(_0x54fe12,_0x29fde7){const _0x380c82=_0x2cb59e,_0x36e0f3=_0x394275[_0x380c82(0x13d)](nestedKeyValue,_0x54fe12,[_0x394275[_0x380c82(0x1ec)]])||_0x54fe12;let _0x45fe60=null,_0x3a9614=null;try{[_0x3a9614,_0x45fe60]=_0x36e0f3?_0x394275[_0x380c82(0x17e)](parseWSEndpoint,_0x36e0f3):[null,null],global[_0x380c82(0x20b)]=_0x45fe60,logger[_0x380c82(0x204)]('Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20'+_0x3a9614),_0x3a9614[_0x380c82(0x1d2)](Constants[_0x380c82(0x1e2)])&&(global[_0x380c82(0x1c6)]=_0x394275[_0x380c82(0x146)]);}catch(_0x24ee3d){logger['debug']('Failed\x20to\x20parse\x20wsendpoint\x20'+_0x36e0f3+'\x20'+_0x24ee3d);}_0x394275[_0x380c82(0x17f)](processAccessibilityCaps,_0x45fe60,_0x3a9614);if(global[_0x380c82(0x1ea)]){const _0x4e377e=await _0x624c05['connectOverCDP'][_0x380c82(0x198)](this,[''+Constants['PLAYWRIGHT_HUB_URL']+_0x394275[_0x380c82(0x133)](encodeURIComponent,JSON['stringify'](_0x45fe60))]);return PlaywrightSessionDetails['setupBrowserDetails'](_0x4e377e,_0x14080f,_0x36e0f3),_0x4e377e;}return _0xdaf725['apply'](this,arguments)[_0x380c82(0x190)](_0x121d13=>{const _0x4fb04e=_0x380c82;let _0x245254=_0x54fe12['wsEndpoint'];return _0x394275[_0x4fb04e(0x1be)](typeof _0x54fe12,_0x394275[_0x4fb04e(0x1e0)])&&(_0x245254=_0x54fe12),PlaywrightSessionDetails['setupBrowserDetails'](_0x121d13,_0x14080f,_0x245254),_0x121d13;});};}});const _0x179f11=_0x624c05[_0x4df9b4(0x1d0)];Object[_0x4df9b4(0x1a3)](_0x624c05,_0x3e6336[_0x4df9b4(0x15e)],{'get':function(){return async function _0xbc2b7a(){const _0x4a7b9c=a4_0x5186;return _0x179f11[_0x4a7b9c(0x198)](this,arguments)[_0x4a7b9c(0x190)](_0x18ac2e=>{const _0xba6f2e=_0x4a7b9c;return PlaywrightSessionDetails[_0xba6f2e(0x16d)](_0x18ac2e,null),_0x18ac2e;});};}});};class O11yHelper{['currentTest']=null;[a4_0x74b268(0x1c8)]=null;['enabled']=![];[a4_0x74b268(0x1af)]=![];constructor(_0x1789ae,_0x22bc77){const _0x2b7670=a4_0x74b268,_0x10f750={'FlccH':'4|0|5|3|2|1','Gwiro':function(_0x15a503,_0x85f158){return _0x15a503===_0x85f158;},'SZSnv':_0x2b7670(0x153),'HTCMf':function(_0x1d6032,_0x581604){return _0x1d6032(_0x581604);},'lLaTr':function(_0x3c505e){return _0x3c505e();},'PXNKE':function(_0x4cd86e){return _0x4cd86e();}},_0x255bc9=_0x10f750['FlccH'][_0x2b7670(0x21d)]('|');let _0x10b779=0x0;while(!![]){switch(_0x255bc9[_0x10b779++]){case'0':this[_0x2b7670(0x1af)]=_0x22bc77[_0x2b7670(0x1af)];continue;case'1':this[_0x2b7670(0x162)]&&_0x10f750[_0x2b7670(0x1cf)](this[_0x2b7670(0x162)][_0x2b7670(0x1f1)][_0x2b7670(0x209)],_0x10f750[_0x2b7670(0x195)])&&_0x10f750['HTCMf'](mockPWBrowserType,null);continue;case'2':this[_0x2b7670(0x1b1)]=new testOpsHelper[(_0x2b7670(0x178))]({'cwd':process[_0x2b7670(0x1ce)]()},this[_0x2b7670(0x1b0)][_0x2b7670(0x1d6)]);continue;case'3':this[_0x2b7670(0x1b0)]=_0x10f750[_0x2b7670(0x197)](getTestEnv);continue;case'4':this[_0x2b7670(0x1ef)]=_0x10f750[_0x2b7670(0x14e)](shouldProcessEventForTesthub);continue;case'5':this[_0x2b7670(0x162)]=_0x1789ae;continue;}break;}}[a4_0x74b268(0x1ee)](){const _0x4ce59b=a4_0x74b268;if(!this[_0x4ce59b(0x1ef)])return;testOpsHelper[_0x4ce59b(0x208)](),process['removeAllListeners']('bs:addLog:'+process['pid']),process['on'](_0x4ce59b(0x1e1)+process['pid'],this[_0x4ce59b(0x1c5)][_0x4ce59b(0x13b)](this));}async[a4_0x74b268(0x14a)](){const _0x57f158=a4_0x74b268;await RequestQueueHandler[_0x57f158(0x18b)]()[_0x57f158(0x192)]();}async[a4_0x74b268(0x1c5)](_0x5d5ced){const _0x1fe032=a4_0x74b268,_0xbe9b02={'vKVhw':_0x1fe032(0x17b),'zFcyO':function(_0xfa227a,_0x4d98f4){return _0xfa227a(_0x4d98f4);}};try{this['currentHook']&&!this[_0x1fe032(0x1c8)][_0x1fe032(0x152)]&&(_0x5d5ced[_0x1fe032(0x12c)]=this[_0x1fe032(0x1c8)]['hookAnalyticsId']);!_0x5d5ced[_0x1fe032(0x12c)]&&this[_0x1fe032(0x203)]&&!this[_0x1fe032(0x203)]['markedStatus']&&(_0x5d5ced[_0x1fe032(0x144)]=this['currentTest'][_0x1fe032(0x170)]);if(_0x5d5ced[_0x1fe032(0x12c)]||_0x5d5ced[_0x1fe032(0x144)]){const _0x4097b2={};_0x4097b2['event_type']=_0xbe9b02[_0x1fe032(0x1b4)],_0x4097b2[_0x1fe032(0x21a)]=[_0x5d5ced],await SessionHandler[_0x1fe032(0x151)](_0x4097b2);}}catch(_0x31d260){_0xbe9b02[_0x1fe032(0x1bc)](debug,_0x1fe032(0x1fa)+constants[_0x1fe032(0x137)]+_0x1fe032(0x1b2)+_0x31d260);}}async[a4_0x74b268(0x19c)](_0x5e7b8c){const _0x5b271c=a4_0x74b268,_0x46f215={'fmJqc':'CBTSessionCreated','gzbFR':function(_0x5eda66,_0x2fe7f4){return _0x5eda66(_0x2fe7f4);}};if(!this[_0x5b271c(0x1ef)])return;const _0x2bf539=this[_0x5b271c(0x1ed)](this[_0x5b271c(0x162)]);try{const _0x35d62c={};_0x35d62c[_0x5b271c(0x1a6)]=_0x5e7b8c,_0x35d62c[_0x5b271c(0x126)]=_0x2bf539;const _0x46a1b3=_0x35d62c,_0x416d10={};_0x416d10[_0x5b271c(0x12d)]=_0x46f215[_0x5b271c(0x19b)],_0x416d10[_0x5b271c(0x1a9)]=_0x46a1b3,await SessionHandler[_0x5b271c(0x151)](_0x416d10);}catch(_0x39af44){_0x46f215[_0x5b271c(0x218)](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20'+constants[_0x5b271c(0x137)]+_0x5b271c(0x1b2)+_0x39af44);}}[a4_0x74b268(0x1ed)](_0x5575e4){const _0x47734e=a4_0x74b268,_0x160574={'swtiP':function(_0x2d805f,_0x468995){return _0x2d805f(_0x468995);}};return _0x160574[_0x47734e(0x193)](fetchPlatformDetails,_0x5575e4);}[a4_0x74b268(0x148)]=_0x21efaa=>{const _0x5eeff0=a4_0x74b268,_0x33c9c6={};_0x33c9c6['Jhgpo']=_0x5eeff0(0x165),_0x33c9c6[_0x5eeff0(0x1a4)]='_afterEach';const _0x2297d4=_0x33c9c6;if(!_0x21efaa||!_0x21efaa['parent'])return;[_0x2297d4[_0x5eeff0(0x14b)],_0x2297d4[_0x5eeff0(0x1a4)]][_0x5eeff0(0x14c)](_0x360c38=>{const _0x5c442a=_0x5eeff0,_0xbbf43b=_0x21efaa[_0x5c442a(0x12a)][_0x360c38];_0xbbf43b[_0x5c442a(0x14c)](_0x3b5f6c=>{const _0x3dbfb3=_0x5c442a;_0x3b5f6c[_0x3dbfb3(0x18f)]&&(_0x3b5f6c[_0x3dbfb3(0x18f)]=null);});});};[a4_0x74b268(0x182)](_0x14ebd3){const _0x47dcdf=a4_0x74b268,_0x28ef33={'bNDYB':_0x47dcdf(0x1f9),'VInUm':function(_0xd12356){return _0xd12356();},'yaCMt':function(_0x5394e2,_0x34d946){return _0x5394e2===_0x34d946;},'RGjak':_0x47dcdf(0x13f),'PIrfu':function(_0x2346c6){return _0x2346c6();},'RAfMb':_0x47dcdf(0x16f),'vKPRS':'_afterAll','UaBAz':_0x47dcdf(0x165)};if(!_0x14ebd3||!_0x14ebd3['parent'])return;[_0x28ef33[_0x47dcdf(0x173)],_0x28ef33[_0x47dcdf(0x138)],_0x28ef33[_0x47dcdf(0x16a)],_0x28ef33[_0x47dcdf(0x1a1)]][_0x47dcdf(0x14c)](_0xf20e21=>{const _0x4d7570=_0x47dcdf,_0x1fe0ef=_0x14ebd3[_0x4d7570(0x12a)][_0xf20e21]||[];_0x1fe0ef[_0x4d7570(0x14c)](_0x1f75bd=>{const _0x861f8d=_0x4d7570;if(_0x1f75bd[_0x861f8d(0x1b6)][_0x861f8d(0x1d2)](_0x28ef33[_0x861f8d(0x18d)]))return;if(!_0x1f75bd[_0x861f8d(0x18f)])_0x1f75bd[_0x861f8d(0x18f)]=_0x28ef33[_0x861f8d(0x168)](uuidv4);else _0x1f75bd['markedStatus']&&_0x28ef33['yaCMt'](_0xf20e21,_0x28ef33[_0x861f8d(0x1a1)])&&(_0x1f75bd['hookAnalyticsId']=_0x28ef33[_0x861f8d(0x1db)](uuidv4),delete _0x1f75bd['markedStatus']);});}),this[_0x47dcdf(0x182)](_0x14ebd3[_0x47dcdf(0x12a)]);}[a4_0x74b268(0x1fe)](_0x508895){const _0x523e66=a4_0x74b268,_0x3a9c25={};_0x3a9c25['XSWII']=_0x523e66(0x16f),_0x3a9c25[_0x523e66(0x166)]=_0x523e66(0x129),_0x3a9c25[_0x523e66(0x135)]='_beforeEach',_0x3a9c25['EBOUf']=_0x523e66(0x13f);const _0xfcf2a5=_0x3a9c25;if(!_0x508895||!_0x508895[_0x523e66(0x12a)])return[];const _0x3deb9c=[];return[_0xfcf2a5[_0x523e66(0x154)],_0xfcf2a5['OnWwq'],_0xfcf2a5[_0x523e66(0x135)],_0xfcf2a5['EBOUf']]['forEach'](_0x239b1d=>{const _0x185040=_0x523e66,_0x19fb09=_0x508895[_0x185040(0x12a)][_0x239b1d]||[];_0x19fb09['forEach'](_0x5ed6f7=>{const _0x22fa61=_0x185040;_0x5ed6f7[_0x22fa61(0x18f)]&&_0x3deb9c['push'](_0x5ed6f7[_0x22fa61(0x18f)]);});}),[]['concat'](_0x3deb9c,this[_0x523e66(0x1fe)](_0x508895[_0x523e66(0x12a)]));}[a4_0x74b268(0x13c)](_0x2efe6f){const _0x1534fb=a4_0x74b268,_0x7421b4=/^"(?<hook>.*)" hook:.*$/,_0x390bbc=_0x2efe6f[_0x1534fb(0x1b6)],_0x1ca214=_0x390bbc['match'](_0x7421b4);if(_0x1ca214&&_0x1ca214[_0x1534fb(0x163)])return _0x1ca214[_0x1534fb(0x163)]['hook'][_0x1534fb(0x132)]()['replace']('\x20','_');return null;}[a4_0x74b268(0x13e)](_0x16ee74){const _0x30c144=a4_0x74b268,_0x486636={};_0x486636[_0x30c144(0x1f8)]=function(_0x1fb3e0,_0x9c5d33){return _0x1fb3e0===_0x9c5d33;},_0x486636['VFswJ']=_0x30c144(0x1d8),_0x486636[_0x30c144(0x18a)]=_0x30c144(0x1df);const _0x477d05=_0x486636,_0x16a0bb=path[_0x30c144(0x20e)];if(_0x477d05[_0x30c144(0x1f8)](_0x16ee74,null)||_0x477d05[_0x30c144(0x1f8)](_0x16ee74,'')||_0x477d05['fxJMu'](_0x16ee74,_0x16a0bb)||_0x477d05[_0x30c144(0x1f8)](_0x16ee74,path[_0x30c144(0x1d1)](_0x16ee74)))return null;try{return fs[_0x30c144(0x213)](path['join'](_0x16ee74,_0x477d05[_0x30c144(0x169)],_0x477d05['IHftU'])),_0x16ee74;}catch(_0x3a691f){const _0x4474d1=path[_0x30c144(0x1d1)](_0x16ee74);return this['findGitConfig'](_0x4474d1);}}['getRootParentFile'](_0x4e8d91){const _0x17011c=a4_0x74b268,_0xbe35e9={};_0xbe35e9[_0x17011c(0x177)]=function(_0x327c8c,_0x14ec47){return _0x327c8c>_0x14ec47;};const _0x191238=_0xbe35e9;if(_0x4e8d91[_0x17011c(0x1c7)])return _0x4e8d91[_0x17011c(0x1c7)];if(_0x4e8d91[_0x17011c(0x1c4)]){const _0x2140ec=_0x4e8d91[_0x17011c(0x1c4)][_0x17011c(0x203)]?this[_0x17011c(0x191)](_0x4e8d91['ctx']['currentTest']):null;if(_0x2140ec)return _0x2140ec;}if(_0x4e8d91['parent']){const _0x47625b=this[_0x17011c(0x191)](_0x4e8d91[_0x17011c(0x12a)])||(_0x4e8d91['parent'][_0x17011c(0x1c4)]&&_0x4e8d91[_0x17011c(0x12a)][_0x17011c(0x1c4)][_0x17011c(0x203)]?this['getRootParentFile'](_0x4e8d91['parent'][_0x17011c(0x1c4)][_0x17011c(0x203)]):null);if(_0x47625b)return _0x47625b;_0x4e8d91['parent'][_0x17011c(0x175)]&&_0x191238[_0x17011c(0x177)](_0x4e8d91[_0x17011c(0x12a)][_0x17011c(0x175)][_0x17011c(0x16e)],0x0)&&_0x4e8d91['parent'][_0x17011c(0x175)]['forEach'](_0x2616d3=>{const _0x17a097=_0x17011c,_0x33e8fa=_0x2616d3[_0x17a097(0x1c4)]?this[_0x17a097(0x191)](_0x2616d3[_0x17a097(0x1c4)]):null;if(_0x33e8fa)return _0x33e8fa;});}return null;}[a4_0x74b268(0x160)](_0xf45daf){const _0x1479bd=a4_0x74b268,_0x56b52a={};_0x56b52a['PbezZ']=function(_0x427220,_0x2dded7){return _0x427220!==_0x2dded7;};const _0x2695bc=_0x56b52a,_0x435f2b=[];if(_0xf45daf&&_0xf45daf['parent']){let _0x1e671b=_0xf45daf[_0x1479bd(0x12a)];while(_0x1e671b&&_0x2695bc['PbezZ'](_0x1e671b['title'],'')){_0x435f2b[_0x1479bd(0x21c)](_0x1e671b[_0x1479bd(0x1b6)]),_0x1e671b=_0x1e671b[_0x1479bd(0x12a)];}}return _0x435f2b;}[a4_0x74b268(0x202)](_0x34ba09,_0x173947,_0x3abfaa=undefined){const _0x49365f=a4_0x74b268,_0x17b15b={'cPKUC':function(_0x3565a1,_0x4f7e10){return _0x3565a1(_0x4f7e10);},'YtTAi':function(_0x522b03){return _0x522b03();},'LDert':function(_0x355752){return _0x355752();},'FljpD':'util','DjhQa':_0x49365f(0x19d),'EBxga':function(_0x2738ab,_0x242818){return _0x2738ab!==_0x242818;},'bCeHW':function(_0x2da191,_0x54e0ed){return _0x2da191!==_0x54e0ed;},'nbPUH':_0x49365f(0x15f),'ZeerT':_0x49365f(0x156),'BFKoJ':_0x49365f(0x1a5),'iaBtx':_0x49365f(0x1f3),'jMjhy':_0x49365f(0x128),'CjeFt':'javascript','udbvP':function(_0x18d893,_0x446e78){return _0x18d893-_0x446e78;},'XULaF':function(_0x23f882,_0x4641ec,_0x6fdd27,_0x139380,_0x4d5541){return _0x23f882(_0x4641ec,_0x6fdd27,_0x139380,_0x4d5541);},'GQnzI':function(_0x5b77cc,_0x2f568d){return _0x5b77cc!==_0x2f568d;},'vUTWZ':_0x49365f(0x126),'RMKtf':_0x49365f(0x1e3),'dgQjt':_0x49365f(0x174),'rMJAU':_0x49365f(0x14f),'QhGqT':_0x49365f(0x139),'DBnmk':_0x49365f(0x199),'xJSfM':_0x49365f(0x1de),'Kknhc':function(_0x4c766b,_0x30eeef){return _0x4c766b===_0x30eeef;},'zuEqo':_0x49365f(0x145),'nghuL':_0x49365f(0x1a9)};if(!this[_0x49365f(0x1ef)])return;try{if(_0x173947['fn']&&_0x173947['fn'][_0x49365f(0x189)]()[_0x49365f(0x125)](/browserstack internal helper hook/))return;const _0x22a997=_0x17b15b[_0x49365f(0x1da)](parseEvent,_0x34ba09);if(!_0x22a997)return;if(_0x22a997[_0x49365f(0x1e6)]){this[_0x49365f(0x203)]=_0x173947,this['currentHook']=null;if(_0x22a997[_0x49365f(0x15a)]||_0x22a997['skipped']){_0x173947[_0x49365f(0x183)]=new Date(),_0x173947[_0x49365f(0x152)]=![];if(!_0x173947[_0x49365f(0x170)])_0x173947[_0x49365f(0x170)]=_0x17b15b[_0x49365f(0x157)](uuidv4);else _0x173947[_0x49365f(0x152)]&&(!_0x173947[_0x49365f(0x216)]&&(_0x173947['retryOf']=_0x173947[_0x49365f(0x170)]),_0x173947[_0x49365f(0x170)]=_0x17b15b[_0x49365f(0x157)](uuidv4));}}else{if(_0x22a997[_0x49365f(0x1a2)]){this[_0x49365f(0x1c8)]=_0x173947;if(_0x22a997[_0x49365f(0x15a)]){_0x173947[_0x49365f(0x183)]=new Date(),_0x173947[_0x49365f(0x152)]=![];if(!_0x173947['hookAnalyticsId'])_0x173947['hookAnalyticsId']=_0x17b15b[_0x49365f(0x210)](uuidv4);else _0x173947['hookAnalyticsId']&&_0x173947[_0x49365f(0x152)]&&(_0x173947[_0x49365f(0x18f)]=_0x17b15b[_0x49365f(0x157)](uuidv4));}}}if(_0x22a997[_0x49365f(0x15b)]&&_0x173947[_0x49365f(0x152)])return;let _0xb910cb;try{_0xb910cb=this['getRootParentFile'](_0x173947);}catch(_0x1c05ec){logger[_0x49365f(0x204)](_0x49365f(0x19a)+_0x1c05ec),_0xb910cb=null;}const _0x5ae7e2=_0x17b15b['cPKUC'](require,_0x17b15b[_0x49365f(0x147)]);let _0x196cef=[];_0x3abfaa&&(_0x196cef=[_0x3abfaa,_0x17b15b[_0x49365f(0x1d7)]]);const _0x6e4b15=_0x17b15b['EBxga'](_0x173947['errorsDetailed'],undefined)?_0x5ae7e2[_0x49365f(0x1a7)](_0x173947[_0x49365f(0x196)][0x0]):_0x17b15b[_0x49365f(0x1aa)](_0x3abfaa,undefined)?_0x3abfaa['toString']():undefined,_0x303aea=_0xb910cb?this[_0x49365f(0x13e)](_0xb910cb):null,_0x462513=_0xb910cb?this[_0x49365f(0x1b1)][_0x49365f(0x12b)](this[_0x49365f(0x191)](_0x173947)):_0x17b15b['nbPUH'];let _0x1fd01c=_0x17b15b[_0x49365f(0x201)];const _0x3c3186=!_0x22a997[_0x49365f(0x15a)]?new Date()[_0x49365f(0x200)]():null;if(_0x22a997[_0x49365f(0x15b)])_0x1fd01c=_0x3abfaa?_0x17b15b[_0x49365f(0x214)]:_0x17b15b[_0x49365f(0x1d4)],_0x173947[_0x49365f(0x152)]=!![];else _0x22a997[_0x49365f(0x128)]&&(_0x1fd01c=_0x17b15b[_0x49365f(0x1e9)],_0x173947[_0x49365f(0x152)]=!![]);const _0x3d0aa6={'framework':this['frameworkName'],'uuid':_0x173947[_0x49365f(0x170)]||_0x173947[_0x49365f(0x18f)],'name':_0x173947[_0x49365f(0x1b6)],'body':{'lang':_0x17b15b['CjeFt'],'code':_0x173947[_0x49365f(0x1ab)]['toString']()},'type':_0x173947[_0x49365f(0x20d)],'scope':_0x173947[_0x49365f(0x194)](),'scopes':this[_0x49365f(0x160)](_0x173947),'file_name':_0x462513,'vc_filepath':_0x303aea?path[_0x49365f(0x16b)](_0x303aea,_0xb910cb):null,'location':_0x462513,'result':_0x1fd01c,'failure_reason':_0x6e4b15,'duration_in_ms':_0x173947[_0x49365f(0x1cb)]||(_0x22a997[_0x49365f(0x15b)]||_0x22a997[_0x49365f(0x128)])?_0x17b15b['udbvP'](Date[_0x49365f(0x1e4)](),new Date(_0x173947[_0x49365f(0x183)])[_0x49365f(0x1c0)]()):null,'started_at':new Date(_0x173947[_0x49365f(0x183)])[_0x49365f(0x200)](),'finished_at':_0x3c3186,'failure':testOpsHelper[_0x49365f(0x1e7)][_0x49365f(0x198)](null,_0x196cef),'failure_type':!_0x6e4b15?null:testOpsHelper[_0x49365f(0x188)](_0x6e4b15),'retry_of':_0x173947[_0x49365f(0x216)]||null,'tags':_0x173947[_0x49365f(0x155)]||[],'customRerunParam':{'rerun_name':_0x173947[_0x49365f(0x194)]()}};_0x17b15b[_0x49365f(0x186)](appendTesthubParams,_0x3d0aa6,_0x34ba09,_0x173947,FRAMEWORKS[_0x49365f(0x20a)]);if(_0x22a997[_0x49365f(0x1a2)])[_0x3d0aa6[_0x49365f(0x21b)],_0x3d0aa6[_0x49365f(0x209)]]=[this[_0x49365f(0x13c)](_0x173947),_0x173947['ctx']['test'][_0x49365f(0x1b6)]],_0x22a997[_0x49365f(0x15b)]?_0x17b15b['GQnzI'](_0x3d0aa6['result'],_0x17b15b[_0x49365f(0x214)])&&(_0x3d0aa6['result']=_0x17b15b[_0x49365f(0x1d4)]):_0x3d0aa6[_0x49365f(0x1ab)]={};else _0x22a997['test']&&(this[_0x49365f(0x182)](_0x173947),_0x22a997[_0x49365f(0x128)]&&this[_0x49365f(0x148)](_0x173947),(_0x22a997[_0x49365f(0x15b)]||_0x22a997[_0x49365f(0x128)])&&(_0x3d0aa6['hooks']=this['getHooksForTest'](_0x173947)));this[_0x49365f(0x162)]&&(_0x22a997['started']||_0x22a997[_0x49365f(0x128)])&&(_0x3d0aa6[_0x17b15b['vUTWZ']]=this[_0x49365f(0x1ed)](this[_0x49365f(0x162)]));_0x22a997[_0x49365f(0x1e6)]&&_0x22a997[_0x49365f(0x15b)]&&_0x173947['bddSteps']&&(_0x3d0aa6[_0x17b15b[_0x49365f(0x1f6)]]={'feature':{'name':_0x173947[_0x49365f(0x12a)]['feature'][_0x49365f(0x209)],'path':_0x3d0aa6[_0x49365f(0x1ad)],'description':_0x173947[_0x49365f(0x12a)][_0x49365f(0x18e)]},'scenario':{'name':_0x173947[_0x49365f(0x1b6)]},'steps':_0x173947['bddSteps']});const _0x81ccf5=_0x3d0aa6[_0x17b15b['dgQjt']][0x0];_0x81ccf5&&(_0x3d0aa6[_0x17b15b[_0x49365f(0x215)]]=_0x81ccf5[_0x17b15b[_0x49365f(0x205)]],_0x3d0aa6[_0x17b15b[_0x49365f(0x1dc)]]=_0x81ccf5[_0x17b15b['xJSfM']]);if(_0x173947[_0x49365f(0x13a)])for(const _0xba10cb of _0x173947['bddSteps']){!_0xba10cb['finished_at']&&(_0xba10cb['finished_at']=new Date()['toISOString'](),_0x17b15b[_0x49365f(0x20f)](_0xba10cb['result'],_0x17b15b['ZeerT'])&&(_0x81ccf5?(_0xba10cb[_0x49365f(0x1cd)]=_0x17b15b[_0x49365f(0x214)],_0xba10cb[_0x49365f(0x174)]=_0x81ccf5[_0x17b15b['QhGqT']][0x0]):_0xba10cb[_0x49365f(0x1cd)]=_0x17b15b[_0x49365f(0x1d4)]));}const _0x2eb640={};_0x2eb640[_0x49365f(0x12d)]=_0x22a997['skipped']?TEST_EVENTS[_0x49365f(0x1a8)]:_0x34ba09;const _0x579a36=_0x2eb640;return _0x22a997['hook']?_0x579a36[_0x17b15b['zuEqo']]=_0x3d0aa6:_0x579a36[_0x17b15b[_0x49365f(0x1c3)]]=_0x3d0aa6,_0x579a36;}catch(_0x39cf11){logger[_0x49365f(0x204)](_0x49365f(0x1fb)+_0x34ba09+_0x49365f(0x1b2)+_0x39cf11);}}async['fireEvent'](_0x5ce31e,_0x179719){const _0x4167d6=a4_0x74b268;if(!this['enabled']||!_0x179719||!_0x5ce31e)return![];try{return await SessionHandler['uploadEventData'](_0x179719);}catch(_0x7c56fa){logger[_0x4167d6(0x204)](_0x4167d6(0x15d)+_0x5ce31e+_0x4167d6(0x1b2)+_0x7c56fa);}}[a4_0x74b268(0x19f)](_0x2434a5){const _0x1c115f=a4_0x74b268,_0x5cb688={};_0x5cb688[_0x1c115f(0x1ba)]=_0x1c115f(0x156);const _0x117428=_0x5cb688;return{'id':_0x2434a5[_0x1c115f(0x1f2)],'text':_0x2434a5[_0x1c115f(0x1b3)],'keyword':_0x2434a5[_0x1c115f(0x184)],'started_at':_0x2434a5['startedAt']['toISOString'](),'result':_0x117428[_0x1c115f(0x1ba)]};}['bddStepStart'](_0x459ec9){const _0x24ff6f=a4_0x74b268,_0x4f9830={'RvIRF':function(_0x2c80c6){return _0x2c80c6();}};!this[_0x24ff6f(0x203)][_0x24ff6f(0x13a)]&&(this[_0x24ff6f(0x203)][_0x24ff6f(0x13a)]=[]),!_0x459ec9[_0x24ff6f(0x1f2)]&&(_0x459ec9[_0x24ff6f(0x1f2)]=_0x4f9830[_0x24ff6f(0x1ca)](uuidv4),_0x459ec9[_0x24ff6f(0x183)]=new Date(),this[_0x24ff6f(0x203)][_0x24ff6f(0x13a)][_0x24ff6f(0x21c)](this[_0x24ff6f(0x19f)](_0x459ec9)));}[a4_0x74b268(0x1a0)](_0x4b279a){const _0x51aeb6=a4_0x74b268,_0x209a79={'vFjZQ':function(_0x7ef7ba,_0x1cc10e){return _0x7ef7ba(_0x1cc10e);},'RSplR':'success','wjfLb':_0x51aeb6(0x156),'cDdGH':'passed','NbkYW':function(_0x38d521,_0x56487d){return _0x38d521-_0x56487d;}};let _0xcd59cc=this[_0x51aeb6(0x203)][_0x51aeb6(0x13a)][_0x51aeb6(0x1ff)](_0x19836a=>_0x19836a['id']===_0x4b279a[_0x51aeb6(0x1f2)]);_0x209a79[_0x51aeb6(0x159)](isUndefined,_0xcd59cc)&&(_0xcd59cc=this[_0x51aeb6(0x19f)](_0x4b279a)),_0xcd59cc['result']=[_0x209a79[_0x51aeb6(0x17d)],_0x209a79[_0x51aeb6(0x1ae)]][_0x51aeb6(0x1d2)](_0x4b279a[_0x51aeb6(0x1dd)])?_0x209a79[_0x51aeb6(0x1bd)]:_0x4b279a['status'],_0xcd59cc[_0x51aeb6(0x1b5)]=new Date()[_0x51aeb6(0x200)](),_0xcd59cc[_0x51aeb6(0x1cb)]=_0x209a79[_0x51aeb6(0x172)](Date[_0x51aeb6(0x1e4)](),_0x4b279a[_0x51aeb6(0x183)]['getTime']()),_0xcd59cc[_0x51aeb6(0x174)]=_0x4b279a[_0x51aeb6(0x19d)]?_0x4b279a[_0x51aeb6(0x19d)][_0x51aeb6(0x211)]:null;}}const a4_0x36897e={};function a4_0x5186(_0xa27bf0,_0x15ffa1){const _0x2d3a7a=a4_0x2d3a();return a4_0x5186=function(_0x5186c8,_0x4f15d5){_0x5186c8=_0x5186c8-0x125;let _0x1fc8c8=_0x2d3a7a[_0x5186c8];return _0x1fc8c8;},a4_0x5186(_0xa27bf0,_0x15ffa1);}function a4_0x2d3a(){const _0x5526db=['suites','DUnrX','ideDA','PathHelper','wbioh','./helper.js','LogCreated','../../helpers/test-observability/sessionHandler','RSplR','qofgQ','znLWi','HOOK_RUN_STARTED','jOxce','mapTestHooks','startedAt','keyword','mrFLM','XULaF','HookRunStarted','getFailureType','toString','IHftU','getInstance','string','bNDYB','comment','hookAnalyticsId','then','getRootParentFile','shutdown','swtiP','fullTitle','SZSnv','errorsDetailed','lLaTr','apply','failure_reason_expanded','failed\x20to\x20get\x20root\x20parent\x20file\x20','fmJqc','sendCBTInfo','err','HookRunFinished','initializeBddStep','bddStepFinish','RGjak','hook','defineProperty','ghZkR','failed','uuid','inspect','TEST_RUN_FINISHED','test_run','bCeHW','body','../../helpers/test-observability/utils','file_name','wjfLb','frameworkName','_testEnv','_paths','\x20with\x20error\x20:\x20','text','vKVhw','finished_at','title','260KsaJcI','../playwright/sessionDetails','wCqwF','RFpBH','3560gmAJaq','zFcyO','cDdGH','lAPpv','TestRunFinished','getTime','MVDsn','247583dZKzvd','nghuL','ctx','appendTestItemLog','__cloud_provider___','file','currentHook','prototype','RvIRF','duration','26492484ViEKHf','result','cwd','Gwiro','launch','dirname','includes','qMJEU','iaBtx','6RmysQM','location_prefix','DjhQa','.git','ZlFNP','cPKUC','PIrfu','DBnmk','status','expanded','config','fhAuE','bs:addLog:','BROWSERSTACK','meta','now','1953470QDyNuA','test','failureData','UQcrA','jMjhy','accessibilityPlatform','STATE_PASSED','WggKi','getCBTInfo','start','enabled','TMELf','constructor','stepAnalyticsId','passed','../../helpers/helper','HOOK_RUN_FINISHED','RMKtf','lib','fxJMu','codeceptjs','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','../mocha/test-observability/mochaUtils','DmcYs','getHooksForTest','find','toISOString','ZeerT','captureEvent','currentTest','debug','QhGqT','98379aAvHJn','../utils/constants','patchConsoleLogger','name','CODECEPT','__platformCaps','bmMkW','type','sep','Kknhc','LDert','message','8173110qDiENJ','statSync','BFKoJ','rMJAU','retryOf','184PnMQCJ','gzbFR','path','logs','hook_type','push','split','match','integrations','Scrtb','skipped','_afterAll','parent','prefixTestPath','hook_run_uuid','event_type','PUqdJ','exports','TEST_EVENTS','dwBlE','toUpperCase','NLXiB','../../helpers/test-observability/constants','IWixu','1HLCRdY','TEST_REPORTING_ANALYTICS','vKPRS','backtrace','bddSteps','bind','getHookType','Msrse','findGitConfig','_afterEach','2492830SHXSBR','TestRunStarted','mFkDf','lvtoa','test_run_uuid','hook_run','iDELy','FljpD','resetSkipTestHooks','toLowerCase','stop','Jhgpo','forEach','../../helpers/logger','PXNKE','failure_backtrace','../../helpers/testhub/utils.js','uploadEventData','markedStatus','Playwright','XSWII','tags','pending','YtTAi','../playwright/accessibility-helper','vFjZQ','started','finished','connect','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','fRKwY','File\x20path\x20could\x20not\x20be\x20found','getHierarchy','HDRpy','driver','groups','browserstack','_beforeEach','OnWwq','BrowserType','VInUm','VFswJ','UaBAz','relative','2334PggVSk','setupBrowserDetails','length','_beforeAll','testAnalyticsId','TEST_RUN_SKIPPED','NbkYW','RAfMb','failure'];a4_0x2d3a=function(){return _0x5526db;};return a4_0x2d3a();}a4_0x36897e['O11yHelper']=O11yHelper,a4_0x36897e[a4_0x74b268(0x1eb)]=STATE_PASSED,a4_0x36897e['STATE_FAILED']=STATE_FAILED,a4_0x36897e[a4_0x74b268(0x130)]=TEST_EVENTS,module[a4_0x74b268(0x12f)]=a4_0x36897e;
1
+ const a4_0x59e308=a4_0x316d;(function(_0x1a94b7,_0x1ca2a0){const _0x361f1d=a4_0x316d,_0x96c414=_0x1a94b7();while(!![]){try{const _0x50cc44=parseInt(_0x361f1d(0xea))/0x1*(parseInt(_0x361f1d(0x14e))/0x2)+-parseInt(_0x361f1d(0x16c))/0x3+parseInt(_0x361f1d(0x197))/0x4+parseInt(_0x361f1d(0x139))/0x5+-parseInt(_0x361f1d(0x10f))/0x6+parseInt(_0x361f1d(0x11a))/0x7*(-parseInt(_0x361f1d(0x198))/0x8)+parseInt(_0x361f1d(0x115))/0x9;if(_0x50cc44===_0x1ca2a0)break;else _0x96c414['push'](_0x96c414['shift']());}catch(_0x2a7c05){_0x96c414['push'](_0x96c414['shift']());}}}(a4_0x17a9,0xf41f5));function a4_0x316d(_0x471043,_0x243b3){const _0x17a9c1=a4_0x17a9();return a4_0x316d=function(_0x316d03,_0x21ea81){_0x316d03=_0x316d03-0xd3;let _0xf3238a=_0x17a9c1[_0x316d03];return _0xf3238a;},a4_0x316d(_0x471043,_0x243b3);}const path=require('path'),fs=require('fs'),{v4:uuidv4}=require(a4_0x59e308(0x182)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require('../../helpers/helper'),testOpsHelper=require(a4_0x59e308(0x1c6)),{getTestEnv}=require(a4_0x59e308(0x17f)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),logger=require('../../helpers/logger')[a4_0x59e308(0x190)],SessionHandler=require(a4_0x59e308(0x1cb)),RequestQueueHandler=require(a4_0x59e308(0x104)),PlaywrightSessionDetails=require('../playwright/sessionDetails'),debug=testOpsHelper['debug'],{processAccessibilityCaps}=require(a4_0x59e308(0x120)),Constants=require(a4_0x59e308(0xfd)),{fetchPlatformDetails}=require('./helper.js'),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x59e308(0x13a)),constants=require(a4_0x59e308(0xfd)),STATE_PASSED=a4_0x59e308(0xf9),STATE_FAILED=a4_0x59e308(0x13f),a4_0x4d34eb={};function a4_0x17a9(){const _0x13ed7d=['uuid','jBHOl','FTAXE','GIbdC','OsshT','HhYJH','KiWFV','location_prefix','suites','hook_run_uuid','_paths','GkmsH','test_run_uuid','_beforeEach','winstonLogger','javascript','kGJqg','File\x20path\x20could\x20not\x20be\x20found','getFailureType','fQmPG','Skdvt','2023648lYQlSI','227928MRXLPw','frameworkName','fvBJa','driver','\x20with\x20error\x20:\x20','success','captureEvent','qRLbM','HOOK_RUN_FINISHED','HookRunStarted','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','then','replace','bs:addLog:','push','TestRunFinished','QACTd','sep','SObdc','browserstack','LfHex','test','bddSteps','message','join','lib','BROWSERSTACK','xfotl','uwvAW','testAnalyticsId','wEoWv','PLAYWRIGHT_HUB_URL','Zuyom','cwd','SofdQ','length','constructor','wsEndpoint','getHierarchy','expanded','stop','rZHNl','stringify','AXcGc','currentTest','status','../../helpers/test-observability/utils','debug','shutdown','getHookType','PBNzL','../../helpers/test-observability/sessionHandler','meta','STATE_PASSED','TsvcR','integrations','stepAnalyticsId','tfSAp','oUbCJ','obsBrowserTypeMockApplied','setupBrowserDetails','toString','eHXeV','viMgx','forEach','CODECEPT','failure','apply','name','findGitConfig','ymnaa','accessibilityPlatform','__platformCaps','file_name','zrAFS','logs','pending','79927VqyWRr','PdRyl','uploadEventData','_testEnv','MGMMe','dEbhN','hook','OFqxs','kewCU','find','file','STATE_FAILED','mapTestHooks','UBGTh','initializeBddStep','passed','Playwright','_beforeAll','MlthC','../utils/constants','backtrace','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','prototype','RTCVy','inspect','gJEbn','../../helpers/test-observability/requestQueueHandler','hookAnalyticsId','Failed\x20to\x20parse\x20wsendpoint\x20','title','TEST_REPORTING_ANALYTICS','parent','includes','ysXGa','LogCreated','BrowserType','ChPvE','5762574ouMuRy','resetSkipTestHooks','tags','IWrRT','LtjHL','fullTitle','6782067MMVQyw','lADyi','LwLum','rVETN','vWXyu','203sSlQDd','tfJsj','prefixTestPath','vNoUW','CBTSessionCreated','startedAt','../playwright/accessibility-helper','GsOup','UllyT','started','TestRunStarted','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','Wlhlh','EhBjg','launch','_afterAll','iPBed','exports','lmKxe','TEST_RUN_FINISHED','_afterEach','toLowerCase','HqAyJ','errorsDetailed','currentHook','finished_at','fXpYT','client','zuHWm','test_run','util','3801160ShnAtr','../../helpers/testhub/utils.js','ORNdk','rGUYt','bind','fVqFT','failed','enabled','type','appendTestItemLog','getTime','hooks','bddStepFinish','now','NzTLT','dirname','markedStatus','match','tXIib','getHooksForTest','TestRunSkipped','46htRhHu','failure_reason_expanded','YCHKu','getCBTInfo','SfDxi','skipped','codeceptjs','err','result','evEWq','fauwl','groups','EBquN','toISOString','RjvCI','__cloud_provider___','IjCmH','TOZEU','YhlPB','toUpperCase','HgCHc','cKwKr','coVhv','hook_run','rLOYi','VdPfh','whOgR','string','eSEXL','retryOf','3214305vbRnuE','defineProperty','TEST_RUN_SKIPPED','duration','NjhjA','Not\x20able\x20to\x20import\x20Browser','text','split','lFuzU','VXwCR','TEST_RUN_STARTED','connectOverCDP','PathHelper','pid','O11yHelper','finished','bddStepStart','ctx','keyword','../mocha/test-observability/mochaUtils','event_type','getRootParentFile'];a4_0x17a9=function(){return _0x13ed7d;};return a4_0x17a9();}a4_0x4d34eb[a4_0x59e308(0x176)]=a4_0x59e308(0x124),a4_0x4d34eb[a4_0x59e308(0x12d)]=a4_0x59e308(0x1a7),a4_0x4d34eb[a4_0x59e308(0x16e)]=a4_0x59e308(0x14d),a4_0x4d34eb['HOOK_RUN_STARTED']=a4_0x59e308(0x1a1),a4_0x4d34eb[a4_0x59e308(0x1a0)]='HookRunFinished';const TEST_EVENTS=a4_0x4d34eb,parseEvent=_0x290649=>{const _0x5ab242=a4_0x59e308,_0x27e1d8={};_0x27e1d8[_0x5ab242(0x113)]=function(_0x29407b,_0x34f218){return _0x29407b<_0x34f218;},_0x27e1d8['IjCmH']=function(_0x129558,_0x380e3b){return _0x129558===_0x380e3b;},_0x27e1d8[_0x5ab242(0x170)]=_0x5ab242(0x1ad),_0x27e1d8[_0x5ab242(0xe7)]=_0x5ab242(0xf0),_0x27e1d8['PdRyl']='skipped',_0x27e1d8['HDrno']=function(_0x186bc7,_0x52dcaa){return _0x186bc7===_0x52dcaa;},_0x27e1d8[_0x5ab242(0x116)]=_0x5ab242(0x123),_0x27e1d8[_0x5ab242(0x1ca)]=function(_0x50dc36,_0x10362d){return _0x50dc36===_0x10362d;},_0x27e1d8['GsOup']=_0x5ab242(0x17b);const _0x413241=_0x27e1d8,_0x827b5a=_0x290649[_0x5ab242(0x14a)](/^(.*)Run(.*)$/);if(!_0x827b5a)return null;if(_0x413241[_0x5ab242(0x113)](_0x827b5a[_0x5ab242(0x1bb)],0x3))return null;const _0x356ae4=_0x827b5a[0x1][_0x5ab242(0x12f)](),_0x2bee4e=_0x827b5a[0x2][_0x5ab242(0x12f)]();return{'test':_0x413241[_0x5ab242(0x15e)](_0x356ae4,_0x413241[_0x5ab242(0x170)]),'hook':_0x413241['IjCmH'](_0x356ae4,_0x413241['zrAFS']),'skipped':_0x413241['IjCmH'](_0x2bee4e,_0x413241[_0x5ab242(0xeb)]),'started':_0x413241['HDrno'](_0x2bee4e,_0x413241[_0x5ab242(0x116)]),'finished':_0x413241[_0x5ab242(0x1ca)](_0x2bee4e,_0x413241[_0x5ab242(0x121)])};},mockPWBrowserType=_0x3670b5=>{const _0x406752=a4_0x59e308,_0x12c035={'ChPvE':function(_0x561b6b,_0x543e95){return _0x561b6b===_0x543e95;},'OZFFT':_0x406752(0x169),'dEbhN':function(_0xec13e0,_0x4e7bd9,_0xca085b){return _0xec13e0(_0x4e7bd9,_0xca085b);},'AXcGc':_0x406752(0x1bd),'cKwKr':function(_0x55e53e,_0x295b5c){return _0x55e53e(_0x295b5c);},'kewCU':_0x406752(0x1ab),'UBGTh':_0x406752(0x1b1),'wEoWv':_0x406752(0x135),'SdjgO':'browserType.js','fauwl':function(_0x29fd62,_0x278c11){return _0x29fd62(_0x278c11);},'rVETN':_0x406752(0x171),'OFqxs':'connect','SObdc':_0x406752(0x128)},_0x434f41=path[_0x406752(0x1b0)](_0x12c035[_0x406752(0xf7)],_0x12c035[_0x406752(0x1b6)],_0x12c035['SdjgO']),_0x5c00a8=_0x12c035['cKwKr'](importFileFromPWCore,_0x434f41);if(!_0x5c00a8){_0x12c035[_0x406752(0x158)](debug,_0x12c035[_0x406752(0x118)]);return;}const _0x287af8=_0x5c00a8[_0x406752(0x10d)],_0x486f52=_0x287af8[_0x406752(0x100)];if(_0x486f52[_0x406752(0xd8)])return;const _0x49fad5=_0x486f52['connect'];Object[_0x406752(0x16d)](_0x486f52,_0x12c035[_0x406752(0xf1)],{'get':function(){const _0xca6ecb=_0x406752,_0x622d5b={'FAhlN':function(_0x40047c,_0x2e98b3){const _0x587ee8=a4_0x316d;return _0x12c035[_0x587ee8(0x10e)](_0x40047c,_0x2e98b3);},'HgCHc':_0x12c035['OZFFT'],'kGJqg':function(_0x33fb8d,_0x3e333b,_0x25e40e){const _0x1d7bf6=a4_0x316d;return _0x12c035[_0x1d7bf6(0xef)](_0x33fb8d,_0x3e333b,_0x25e40e);},'GkmsH':_0x12c035[_0xca6ecb(0x1c3)],'KiWFV':function(_0x27bca5,_0x4f54a8){return _0x12c035['cKwKr'](_0x27bca5,_0x4f54a8);},'Wlhlh':_0x12c035[_0xca6ecb(0xf2)],'rxldY':function(_0x29d90b,_0xf5c1f8){const _0x22e48e=_0xca6ecb;return _0x12c035[_0x22e48e(0x163)](_0x29d90b,_0xf5c1f8);}};return async function _0x4f2050(_0x5c7354,_0xa10acc){const _0x118449=_0xca6ecb,_0x2397c9=_0x622d5b['kGJqg'](nestedKeyValue,_0x5c7354,[_0x622d5b[_0x118449(0x18d)]])||_0x5c7354;let _0x13be21=null,_0x12c1dd=null;try{[_0x12c1dd,_0x13be21]=_0x2397c9?_0x622d5b[_0x118449(0x188)](parseWSEndpoint,_0x2397c9):[null,null],global[_0x118449(0xe5)]=_0x13be21,logger['debug'](_0x118449(0xff)+_0x12c1dd),_0x12c1dd[_0x118449(0x10a)](Constants[_0x118449(0x1b2)])&&(global[_0x118449(0x15d)]=_0x622d5b[_0x118449(0x126)]);}catch(_0x5e425b){logger[_0x118449(0x1c7)](_0x118449(0x106)+_0x2397c9+'\x20'+_0x5e425b);}_0x622d5b[_0x118449(0x192)](processAccessibilityCaps,_0x13be21,_0x12c1dd);if(global[_0x118449(0xe4)]){const _0x3cbdb2=await _0x486f52[_0x118449(0x177)][_0x118449(0xe0)](this,[''+Constants[_0x118449(0x1b7)]+_0x622d5b['rxldY'](encodeURIComponent,JSON[_0x118449(0x1c2)](_0x13be21))]);return PlaywrightSessionDetails[_0x118449(0xd9)](_0x3cbdb2,_0x3670b5,_0x2397c9),_0x3cbdb2;}return _0x49fad5[_0x118449(0xe0)](this,arguments)[_0x118449(0x1a3)](_0x45150f=>{const _0x5c1cb1=_0x118449;let _0x3ac121=_0x5c7354[_0x5c1cb1(0x1bd)];return _0x622d5b['FAhlN'](typeof _0x5c7354,_0x622d5b[_0x5c1cb1(0x162)])&&(_0x3ac121=_0x5c7354),PlaywrightSessionDetails['setupBrowserDetails'](_0x45150f,_0x3670b5,_0x3ac121),_0x45150f;});};}});const _0x5a5f6a=_0x486f52[_0x406752(0x128)];Object[_0x406752(0x16d)](_0x486f52,_0x12c035[_0x406752(0x1aa)],{'get':function(){return async function _0x2088a3(){const _0x45be13=a4_0x316d;return _0x5a5f6a[_0x45be13(0xe0)](this,arguments)[_0x45be13(0x1a3)](_0x47b7de=>{const _0x53e752=_0x45be13;return PlaywrightSessionDetails[_0x53e752(0xd9)](_0x47b7de,null),_0x47b7de;});};}});};class O11yHelper{[a4_0x59e308(0x1c4)]=null;[a4_0x59e308(0x132)]=null;[a4_0x59e308(0x140)]=![];['frameworkName']=![];constructor(_0x4393c7,_0x1e073c){const _0x138368=a4_0x59e308,_0x1afb4d={'HhYJH':'5|0|3|4|1|2','zuHWm':function(_0x1df31e,_0x11beb3){return _0x1df31e===_0x11beb3;},'idSjH':_0x138368(0xfa),'Zuyom':function(_0x3656a6,_0x2f8ec1){return _0x3656a6(_0x2f8ec1);},'eSEXL':function(_0x427b6b){return _0x427b6b();},'fXpYT':function(_0x5f1c1f){return _0x5f1c1f();}},_0x4cf33e=_0x1afb4d[_0x138368(0x187)][_0x138368(0x173)]('|');let _0x2f9a97=0x0;while(!![]){switch(_0x4cf33e[_0x2f9a97++]){case'0':this['frameworkName']=_0x1e073c[_0x138368(0x199)];continue;case'1':this[_0x138368(0x18c)]=new testOpsHelper[(_0x138368(0x178))]({'cwd':process[_0x138368(0x1b9)]()},this[_0x138368(0xed)][_0x138368(0x189)]);continue;case'2':this[_0x138368(0x19b)]&&_0x1afb4d[_0x138368(0x136)](this[_0x138368(0x19b)][_0x138368(0x1bc)]['name'],_0x1afb4d['idSjH'])&&_0x1afb4d[_0x138368(0x1b8)](mockPWBrowserType,null);continue;case'3':this[_0x138368(0x19b)]=_0x4393c7;continue;case'4':this[_0x138368(0xed)]=_0x1afb4d[_0x138368(0x16a)](getTestEnv);continue;case'5':this[_0x138368(0x140)]=_0x1afb4d[_0x138368(0x134)](shouldProcessEventForTesthub);continue;}break;}}['start'](){const _0x45459b=a4_0x59e308;if(!this[_0x45459b(0x140)])return;testOpsHelper['patchConsoleLogger'](),process['removeAllListeners'](_0x45459b(0x1a5)+process['pid']),process['on'](_0x45459b(0x1a5)+process[_0x45459b(0x179)],this['appendTestItemLog'][_0x45459b(0x13d)](this));}async[a4_0x59e308(0x1c0)](){const _0x1255b7=a4_0x59e308;await RequestQueueHandler['getInstance']()[_0x1255b7(0x1c8)]();}async[a4_0x59e308(0x142)](_0x435fb1){const _0x532435=a4_0x59e308,_0x10ede6={'UllyT':_0x532435(0x10c),'OsshT':function(_0x4423fe,_0x3131b0){return _0x4423fe(_0x3131b0);}};try{this[_0x532435(0x132)]&&!this[_0x532435(0x132)][_0x532435(0x149)]&&(_0x435fb1[_0x532435(0x18b)]=this[_0x532435(0x132)][_0x532435(0x105)]);!_0x435fb1[_0x532435(0x18b)]&&this[_0x532435(0x1c4)]&&!this[_0x532435(0x1c4)]['markedStatus']&&(_0x435fb1['test_run_uuid']=this['currentTest']['testAnalyticsId']);if(_0x435fb1[_0x532435(0x18b)]||_0x435fb1[_0x532435(0x18e)]){const _0x574c99={};_0x574c99[_0x532435(0x180)]=_0x10ede6[_0x532435(0x122)],_0x574c99[_0x532435(0xe8)]=[_0x435fb1],await SessionHandler[_0x532435(0xec)](_0x574c99);}}catch(_0x1119cb){_0x10ede6[_0x532435(0x186)](debug,_0x532435(0x1a2)+constants[_0x532435(0x108)]+'\x20with\x20error\x20:\x20'+_0x1119cb);}}async['sendCBTInfo'](_0x330ee7){const _0x4175ea=a4_0x59e308,_0x222a8={'xfotl':_0x4175ea(0x11e),'HHzyo':function(_0x4cce0b,_0x1b5153){return _0x4cce0b(_0x1b5153);}};if(!this[_0x4175ea(0x140)])return;const _0x1038c7=this['getCBTInfo'](this[_0x4175ea(0x19b)]);try{const _0x2c63f4={};_0x2c63f4[_0x4175ea(0x182)]=_0x330ee7,_0x2c63f4[_0x4175ea(0xd4)]=_0x1038c7;const _0x3caf28=_0x2c63f4,_0x31766d={};_0x31766d[_0x4175ea(0x180)]=_0x222a8[_0x4175ea(0x1b3)],_0x31766d[_0x4175ea(0x137)]=_0x3caf28,await SessionHandler['uploadEventData'](_0x31766d);}catch(_0x4e03a4){_0x222a8['HHzyo'](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20'+constants[_0x4175ea(0x108)]+_0x4175ea(0x19c)+_0x4e03a4);}}[a4_0x59e308(0x151)](_0x25ebbe){const _0x4b358d=a4_0x59e308,_0x19075b={'vWXyu':function(_0x4eadac,_0x268d4f){return _0x4eadac(_0x268d4f);}};return _0x19075b[_0x4b358d(0x119)](fetchPlatformDetails,_0x25ebbe);}[a4_0x59e308(0x110)]=_0x428ebb=>{const _0x5ae54e=a4_0x59e308,_0x491a55={};_0x491a55[_0x5ae54e(0x12a)]='_beforeEach',_0x491a55[_0x5ae54e(0x10b)]=_0x5ae54e(0x12e);const _0x2234f7=_0x491a55;if(!_0x428ebb||!_0x428ebb[_0x5ae54e(0x109)])return;[_0x2234f7['iPBed'],_0x2234f7[_0x5ae54e(0x10b)]]['forEach'](_0x579ed5=>{const _0x4007ba=_0x5ae54e,_0x5b02e0=_0x428ebb[_0x4007ba(0x109)][_0x579ed5];_0x5b02e0[_0x4007ba(0xdd)](_0x1f4f62=>{const _0x5b08dd=_0x4007ba;_0x1f4f62['hookAnalyticsId']&&(_0x1f4f62[_0x5b08dd(0x105)]=null);});});};[a4_0x59e308(0xf6)](_0x2eed42){const _0x3cb08a=a4_0x59e308,_0x135bef={'rLOYi':_0x3cb08a(0x154),'IWrRT':function(_0x471646){return _0x471646();},'tfSAp':function(_0x2c660b,_0x364d4e){return _0x2c660b===_0x364d4e;},'fVqFT':_0x3cb08a(0x12e),'VXwCR':'_beforeAll','cWBvR':'_afterAll','rWxwJ':_0x3cb08a(0x18f)};if(!_0x2eed42||!_0x2eed42['parent'])return;[_0x135bef[_0x3cb08a(0x175)],_0x135bef['cWBvR'],_0x135bef['rWxwJ'],_0x135bef['fVqFT']]['forEach'](_0x1af240=>{const _0x3198eb=_0x3cb08a,_0x9fccf7={'jBHOl':_0x135bef[_0x3198eb(0x166)],'viMgx':function(_0x40b18d){const _0x4acb0b=_0x3198eb;return _0x135bef[_0x4acb0b(0x112)](_0x40b18d);},'RjvCI':function(_0x56ca31,_0x252f09){const _0xa46519=_0x3198eb;return _0x135bef[_0xa46519(0xd6)](_0x56ca31,_0x252f09);},'oUbCJ':_0x135bef[_0x3198eb(0x13e)],'evEWq':function(_0x235ac6){const _0x72f07c=_0x3198eb;return _0x135bef[_0x72f07c(0x112)](_0x235ac6);}},_0x292cfe=_0x2eed42[_0x3198eb(0x109)][_0x1af240]||[];_0x292cfe[_0x3198eb(0xdd)](_0x1c738c=>{const _0x1d1f19=_0x3198eb;if(_0x1c738c['title']['includes'](_0x9fccf7[_0x1d1f19(0x183)]))return;if(!_0x1c738c['hookAnalyticsId'])_0x1c738c['hookAnalyticsId']=_0x9fccf7[_0x1d1f19(0xdc)](uuidv4);else _0x1c738c[_0x1d1f19(0x149)]&&_0x9fccf7[_0x1d1f19(0x15c)](_0x1af240,_0x9fccf7[_0x1d1f19(0xd7)])&&(_0x1c738c['hookAnalyticsId']=_0x9fccf7[_0x1d1f19(0x157)](uuidv4),delete _0x1c738c[_0x1d1f19(0x149)]);});}),this['mapTestHooks'](_0x2eed42['parent']);}[a4_0x59e308(0x14c)](_0x482d6e){const _0x15418e=a4_0x59e308,_0x59778c={};_0x59778c[_0x15418e(0xe3)]=_0x15418e(0xfb),_0x59778c['gJEbn']=_0x15418e(0x129),_0x59778c[_0x15418e(0x195)]=_0x15418e(0x18f),_0x59778c['coVhv']='_afterEach';const _0x2c01c0=_0x59778c;if(!_0x482d6e||!_0x482d6e['parent'])return[];const _0x26e534=[];return[_0x2c01c0[_0x15418e(0xe3)],_0x2c01c0[_0x15418e(0x103)],_0x2c01c0[_0x15418e(0x195)],_0x2c01c0[_0x15418e(0x164)]][_0x15418e(0xdd)](_0x4c7ea8=>{const _0x2ff5a7=_0x15418e,_0x34cefa=_0x482d6e[_0x2ff5a7(0x109)][_0x4c7ea8]||[];_0x34cefa[_0x2ff5a7(0xdd)](_0x3a7ac7=>{const _0x11ae38=_0x2ff5a7;_0x3a7ac7['hookAnalyticsId']&&_0x26e534[_0x11ae38(0x1a6)](_0x3a7ac7[_0x11ae38(0x105)]);});}),[]['concat'](_0x26e534,this[_0x15418e(0x14c)](_0x482d6e[_0x15418e(0x109)]));}[a4_0x59e308(0x1c9)](_0x583e11){const _0x199a4b=a4_0x59e308,_0x1269cd=/^"(?<hook>.*)" hook:.*$/,_0x142fcc=_0x583e11[_0x199a4b(0x107)],_0x32413b=_0x142fcc[_0x199a4b(0x14a)](_0x1269cd);if(_0x32413b&&_0x32413b['groups'])return _0x32413b[_0x199a4b(0x159)][_0x199a4b(0xf0)][_0x199a4b(0x161)]()[_0x199a4b(0x1a4)]('\x20','_');return null;}[a4_0x59e308(0xe2)](_0x15ab1d){const _0x1c89db=a4_0x59e308,_0x2c591b={};_0x2c591b['TsvcR']=function(_0x49ff47,_0x2cca93){return _0x49ff47===_0x2cca93;},_0x2c591b[_0x1c89db(0x1b4)]='.git',_0x2c591b[_0x1c89db(0x127)]='config';const _0x4b2297=_0x2c591b,_0x1d360=path[_0x1c89db(0x1a9)];if(_0x4b2297[_0x1c89db(0xd3)](_0x15ab1d,null)||_0x4b2297[_0x1c89db(0xd3)](_0x15ab1d,'')||_0x4b2297[_0x1c89db(0xd3)](_0x15ab1d,_0x1d360)||_0x4b2297[_0x1c89db(0xd3)](_0x15ab1d,path[_0x1c89db(0x148)](_0x15ab1d)))return null;try{return fs['statSync'](path[_0x1c89db(0x1b0)](_0x15ab1d,_0x4b2297[_0x1c89db(0x1b4)],_0x4b2297[_0x1c89db(0x127)])),_0x15ab1d;}catch(_0xf0922d){const _0x30f430=path[_0x1c89db(0x148)](_0x15ab1d);return this['findGitConfig'](_0x30f430);}}[a4_0x59e308(0x181)](_0x8c6d0e){const _0x6c10b8=a4_0x59e308,_0x2ee0a1={};_0x2ee0a1[_0x6c10b8(0x12c)]=function(_0x3a67eb,_0x37c256){return _0x3a67eb>_0x37c256;};const _0x5d2c30=_0x2ee0a1;if(_0x8c6d0e['file'])return _0x8c6d0e[_0x6c10b8(0xf4)];if(_0x8c6d0e[_0x6c10b8(0x17d)]){const _0x296549=_0x8c6d0e[_0x6c10b8(0x17d)][_0x6c10b8(0x1c4)]?this[_0x6c10b8(0x181)](_0x8c6d0e[_0x6c10b8(0x17d)][_0x6c10b8(0x1c4)]):null;if(_0x296549)return _0x296549;}if(_0x8c6d0e[_0x6c10b8(0x109)]){const _0x98b093=this['getRootParentFile'](_0x8c6d0e['parent'])||(_0x8c6d0e[_0x6c10b8(0x109)][_0x6c10b8(0x17d)]&&_0x8c6d0e['parent'][_0x6c10b8(0x17d)][_0x6c10b8(0x1c4)]?this[_0x6c10b8(0x181)](_0x8c6d0e[_0x6c10b8(0x109)]['ctx']['currentTest']):null);if(_0x98b093)return _0x98b093;_0x8c6d0e[_0x6c10b8(0x109)][_0x6c10b8(0x18a)]&&_0x5d2c30['lmKxe'](_0x8c6d0e['parent']['suites'][_0x6c10b8(0x1bb)],0x0)&&_0x8c6d0e[_0x6c10b8(0x109)][_0x6c10b8(0x18a)][_0x6c10b8(0xdd)](_0x79dead=>{const _0xe889ec=_0x6c10b8,_0x30035d=_0x79dead[_0xe889ec(0x17d)]?this['getRootParentFile'](_0x79dead[_0xe889ec(0x17d)]):null;if(_0x30035d)return _0x30035d;});}return null;}[a4_0x59e308(0x1be)](_0xd09a3d){const _0x10086a=a4_0x59e308,_0x519e97={};_0x519e97['ORNdk']=function(_0xa7ad69,_0x40b379){return _0xa7ad69!==_0x40b379;};const _0xc55735=_0x519e97,_0x16c3ec=[];if(_0xd09a3d&&_0xd09a3d['parent']){let _0x478962=_0xd09a3d[_0x10086a(0x109)];while(_0x478962&&_0xc55735[_0x10086a(0x13b)](_0x478962[_0x10086a(0x107)],'')){_0x16c3ec[_0x10086a(0x1a6)](_0x478962[_0x10086a(0x107)]),_0x478962=_0x478962['parent'];}}return _0x16c3ec;}[a4_0x59e308(0x19e)](_0x373f2f,_0x10566f,_0x5e8988=undefined){const _0xa0e84=a4_0x59e308,_0x166fec={'Skdvt':function(_0x183430,_0x44f7e0){return _0x183430(_0x44f7e0);},'fvBJa':function(_0x409b28){return _0x409b28();},'rZHNl':function(_0x2f1dfc){return _0x2f1dfc();},'fPxYr':_0xa0e84(0x138),'rGUYt':'err','RTCVy':function(_0x54d25e,_0x384b73){return _0x54d25e!==_0x384b73;},'EBquN':_0xa0e84(0x193),'SfDxi':'pending','MlthC':'failed','NzTLT':'passed','tXIib':_0xa0e84(0x153),'TOZEU':_0xa0e84(0x191),'YhlPB':function(_0x54017a,_0x170545){return _0x54017a-_0x170545;},'FTAXE':function(_0x5da2c6,_0x3e4d7d,_0x165c73,_0x21de87,_0x2a6f46){return _0x5da2c6(_0x3e4d7d,_0x165c73,_0x21de87,_0x2a6f46);},'SofdQ':function(_0x1207ee,_0x204f75){return _0x1207ee!==_0x204f75;},'tfJsj':_0xa0e84(0xd4),'YCHKu':_0xa0e84(0x1cc),'xjsLg':_0xa0e84(0xdf),'HqAyJ':'failure_backtrace','GIbdC':_0xa0e84(0xfe),'LwLum':_0xa0e84(0x14f),'whOgR':_0xa0e84(0x1bf),'lFuzU':function(_0x37c894,_0x5978d0){return _0x37c894===_0x5978d0;},'zYQgK':_0xa0e84(0x165),'eHXeV':_0xa0e84(0x137)};if(!this[_0xa0e84(0x140)])return;try{if(_0x10566f['fn']&&_0x10566f['fn']['toString']()[_0xa0e84(0x14a)](/browserstack internal helper hook/))return;const _0x6d58e2=_0x166fec[_0xa0e84(0x196)](parseEvent,_0x373f2f);if(!_0x6d58e2)return;if(_0x6d58e2[_0xa0e84(0x1ad)]){this[_0xa0e84(0x1c4)]=_0x10566f,this[_0xa0e84(0x132)]=null;if(_0x6d58e2[_0xa0e84(0x123)]||_0x6d58e2['skipped']){_0x10566f[_0xa0e84(0x11f)]=new Date(),_0x10566f['markedStatus']=![];if(!_0x10566f[_0xa0e84(0x1b5)])_0x10566f['testAnalyticsId']=_0x166fec[_0xa0e84(0x19a)](uuidv4);else _0x10566f[_0xa0e84(0x149)]&&(!_0x10566f[_0xa0e84(0x16b)]&&(_0x10566f[_0xa0e84(0x16b)]=_0x10566f[_0xa0e84(0x1b5)]),_0x10566f['testAnalyticsId']=_0x166fec['fvBJa'](uuidv4));}}else{if(_0x6d58e2[_0xa0e84(0xf0)]){this['currentHook']=_0x10566f;if(_0x6d58e2[_0xa0e84(0x123)]){_0x10566f[_0xa0e84(0x11f)]=new Date(),_0x10566f['markedStatus']=![];if(!_0x10566f[_0xa0e84(0x105)])_0x10566f['hookAnalyticsId']=_0x166fec[_0xa0e84(0x19a)](uuidv4);else _0x10566f[_0xa0e84(0x105)]&&_0x10566f[_0xa0e84(0x149)]&&(_0x10566f[_0xa0e84(0x105)]=_0x166fec[_0xa0e84(0x1c1)](uuidv4));}}}if(_0x6d58e2[_0xa0e84(0x17b)]&&_0x10566f[_0xa0e84(0x149)])return;let _0x53f65b;try{_0x53f65b=this[_0xa0e84(0x181)](_0x10566f);}catch(_0x5f2e51){logger[_0xa0e84(0x1c7)]('failed\x20to\x20get\x20root\x20parent\x20file\x20'+_0x5f2e51),_0x53f65b=null;}const _0x2c76bc=_0x166fec['Skdvt'](require,_0x166fec['fPxYr']);let _0x50361d=[];_0x5e8988&&(_0x50361d=[_0x5e8988,_0x166fec[_0xa0e84(0x13c)]]);const _0x10ff5c=_0x166fec['RTCVy'](_0x10566f[_0xa0e84(0x131)],undefined)?_0x2c76bc[_0xa0e84(0x102)](_0x10566f[_0xa0e84(0x131)][0x0]):_0x166fec[_0xa0e84(0x101)](_0x5e8988,undefined)?_0x5e8988[_0xa0e84(0xda)]():undefined,_0x587612=_0x53f65b?this[_0xa0e84(0xe2)](_0x53f65b):null,_0x14c349=_0x53f65b?this[_0xa0e84(0x18c)][_0xa0e84(0x11c)](this[_0xa0e84(0x181)](_0x10566f)):_0x166fec[_0xa0e84(0x15a)];let _0x6b76f8=_0x166fec[_0xa0e84(0x152)];const _0x4d6ca7=!_0x6d58e2[_0xa0e84(0x123)]?new Date()[_0xa0e84(0x15b)]():null;if(_0x6d58e2[_0xa0e84(0x17b)])_0x6b76f8=_0x5e8988?_0x166fec[_0xa0e84(0xfc)]:_0x166fec[_0xa0e84(0x147)],_0x10566f[_0xa0e84(0x149)]=!![];else _0x6d58e2[_0xa0e84(0x153)]&&(_0x6b76f8=_0x166fec[_0xa0e84(0x14b)],_0x10566f[_0xa0e84(0x149)]=!![]);const _0x4568ed={'framework':this[_0xa0e84(0x199)],'uuid':_0x10566f['testAnalyticsId']||_0x10566f[_0xa0e84(0x105)],'name':_0x10566f['title'],'body':{'lang':_0x166fec[_0xa0e84(0x15f)],'code':_0x10566f['body'][_0xa0e84(0xda)]()},'type':_0x10566f[_0xa0e84(0x141)],'scope':_0x10566f[_0xa0e84(0x114)](),'scopes':this['getHierarchy'](_0x10566f),'file_name':_0x14c349,'vc_filepath':_0x587612?path['relative'](_0x587612,_0x53f65b):null,'location':_0x14c349,'result':_0x6b76f8,'failure_reason':_0x10ff5c,'duration_in_ms':_0x10566f['duration']||(_0x6d58e2['finished']||_0x6d58e2['skipped'])?_0x166fec[_0xa0e84(0x160)](Date[_0xa0e84(0x146)](),new Date(_0x10566f[_0xa0e84(0x11f)])[_0xa0e84(0x143)]()):null,'started_at':new Date(_0x10566f[_0xa0e84(0x11f)])['toISOString'](),'finished_at':_0x4d6ca7,'failure':testOpsHelper['failureData'][_0xa0e84(0xe0)](null,_0x50361d),'failure_type':!_0x10ff5c?null:testOpsHelper[_0xa0e84(0x194)](_0x10ff5c),'retry_of':_0x10566f[_0xa0e84(0x16b)]||null,'tags':_0x10566f[_0xa0e84(0x111)]||[],'customRerunParam':{'rerun_name':_0x10566f[_0xa0e84(0x114)]()}};_0x166fec[_0xa0e84(0x184)](appendTesthubParams,_0x4568ed,_0x373f2f,_0x10566f,FRAMEWORKS[_0xa0e84(0xde)]);if(_0x6d58e2[_0xa0e84(0xf0)])[_0x4568ed['hook_type'],_0x4568ed[_0xa0e84(0xe1)]]=[this[_0xa0e84(0x1c9)](_0x10566f),_0x10566f[_0xa0e84(0x17d)][_0xa0e84(0x1ad)][_0xa0e84(0x107)]],_0x6d58e2['finished']?_0x166fec[_0xa0e84(0x1ba)](_0x4568ed[_0xa0e84(0x156)],_0x166fec[_0xa0e84(0xfc)])&&(_0x4568ed['result']=_0x166fec[_0xa0e84(0x147)]):_0x4568ed['body']={};else _0x6d58e2['test']&&(this[_0xa0e84(0xf6)](_0x10566f),_0x6d58e2[_0xa0e84(0x153)]&&this['resetSkipTestHooks'](_0x10566f),(_0x6d58e2['finished']||_0x6d58e2['skipped'])&&(_0x4568ed[_0xa0e84(0x144)]=this[_0xa0e84(0x14c)](_0x10566f)));this[_0xa0e84(0x19b)]&&(_0x6d58e2[_0xa0e84(0x123)]||_0x6d58e2[_0xa0e84(0x153)])&&(_0x4568ed[_0x166fec[_0xa0e84(0x11b)]]=this[_0xa0e84(0x151)](this[_0xa0e84(0x19b)]));_0x6d58e2[_0xa0e84(0x1ad)]&&_0x6d58e2[_0xa0e84(0x17b)]&&_0x10566f[_0xa0e84(0x1ae)]&&(_0x4568ed[_0x166fec[_0xa0e84(0x150)]]={'feature':{'name':_0x10566f['parent']['feature']['name'],'path':_0x4568ed[_0xa0e84(0xe6)],'description':_0x10566f[_0xa0e84(0x109)]['comment']},'scenario':{'name':_0x10566f[_0xa0e84(0x107)]},'steps':_0x10566f[_0xa0e84(0x1ae)]});const _0x26df7c=_0x4568ed[_0x166fec['xjsLg']][0x0];_0x26df7c&&(_0x4568ed[_0x166fec[_0xa0e84(0x130)]]=_0x26df7c[_0x166fec[_0xa0e84(0x185)]],_0x4568ed[_0x166fec[_0xa0e84(0x117)]]=_0x26df7c[_0x166fec[_0xa0e84(0x168)]]);if(_0x10566f[_0xa0e84(0x1ae)])for(const _0x14bc11 of _0x10566f[_0xa0e84(0x1ae)]){!_0x14bc11[_0xa0e84(0x133)]&&(_0x14bc11[_0xa0e84(0x133)]=new Date()['toISOString'](),_0x166fec[_0xa0e84(0x174)](_0x14bc11['result'],_0x166fec[_0xa0e84(0x152)])&&(_0x26df7c?(_0x14bc11[_0xa0e84(0x156)]=_0x166fec[_0xa0e84(0xfc)],_0x14bc11[_0xa0e84(0xdf)]=_0x26df7c[_0x166fec[_0xa0e84(0x185)]][0x0]):_0x14bc11[_0xa0e84(0x156)]=_0x166fec['NzTLT']));}const _0x51c421={};_0x51c421[_0xa0e84(0x180)]=_0x6d58e2['skipped']?TEST_EVENTS[_0xa0e84(0x12d)]:_0x373f2f;const _0x1d1059=_0x51c421;return _0x6d58e2[_0xa0e84(0xf0)]?_0x1d1059[_0x166fec['zYQgK']]=_0x4568ed:_0x1d1059[_0x166fec[_0xa0e84(0xdb)]]=_0x4568ed,_0x1d1059;}catch(_0x106864){logger['debug']('Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0x373f2f+'\x20with\x20error\x20:\x20'+_0x106864);}}async['fireEvent'](_0x2a34a4,_0x55ae73){const _0x3298d4=a4_0x59e308;if(!this[_0x3298d4(0x140)]||!_0x55ae73||!_0x2a34a4)return![];try{return await SessionHandler[_0x3298d4(0xec)](_0x55ae73);}catch(_0x17a495){logger[_0x3298d4(0x1c7)](_0x3298d4(0x125)+_0x2a34a4+'\x20with\x20error\x20:\x20'+_0x17a495);}}[a4_0x59e308(0xf8)](_0x260e16){const _0x2a53ca=a4_0x59e308,_0x5eae93={};_0x5eae93[_0x2a53ca(0x11d)]='pending';const _0x53b759=_0x5eae93;return{'id':_0x260e16[_0x2a53ca(0xd5)],'text':_0x260e16[_0x2a53ca(0x172)],'keyword':_0x260e16[_0x2a53ca(0x17e)],'started_at':_0x260e16[_0x2a53ca(0x11f)][_0x2a53ca(0x15b)](),'result':_0x53b759[_0x2a53ca(0x11d)]};}[a4_0x59e308(0x17c)](_0x544419){const _0x5b3612=a4_0x59e308,_0x2029c3={'VdPfh':function(_0x263461){return _0x263461();}};!this[_0x5b3612(0x1c4)][_0x5b3612(0x1ae)]&&(this[_0x5b3612(0x1c4)]['bddSteps']=[]),!_0x544419['stepAnalyticsId']&&(_0x544419[_0x5b3612(0xd5)]=_0x2029c3[_0x5b3612(0x167)](uuidv4),_0x544419[_0x5b3612(0x11f)]=new Date(),this['currentTest'][_0x5b3612(0x1ae)]['push'](this['initializeBddStep'](_0x544419)));}[a4_0x59e308(0x145)](_0x46f34b){const _0x463db0=a4_0x59e308,_0xd41c7b={'jWjHr':function(_0x5732c0,_0x25c8be){return _0x5732c0(_0x25c8be);},'LfHex':_0x463db0(0x19d),'MGMMe':_0x463db0(0xe9),'QACTd':_0x463db0(0xf9),'qRLbM':function(_0x207eac,_0x49bbf0){return _0x207eac-_0x49bbf0;}};let _0x31cac0=this[_0x463db0(0x1c4)][_0x463db0(0x1ae)][_0x463db0(0xf3)](_0x4917ca=>_0x4917ca['id']===_0x46f34b[_0x463db0(0xd5)]);_0xd41c7b['jWjHr'](isUndefined,_0x31cac0)&&(_0x31cac0=this['initializeBddStep'](_0x46f34b)),_0x31cac0[_0x463db0(0x156)]=[_0xd41c7b[_0x463db0(0x1ac)],_0xd41c7b[_0x463db0(0xee)]][_0x463db0(0x10a)](_0x46f34b[_0x463db0(0x1c5)])?_0xd41c7b[_0x463db0(0x1a8)]:_0x46f34b[_0x463db0(0x1c5)],_0x31cac0[_0x463db0(0x133)]=new Date()[_0x463db0(0x15b)](),_0x31cac0[_0x463db0(0x16f)]=_0xd41c7b[_0x463db0(0x19f)](Date[_0x463db0(0x146)](),_0x46f34b[_0x463db0(0x11f)][_0x463db0(0x143)]()),_0x31cac0[_0x463db0(0xdf)]=_0x46f34b[_0x463db0(0x155)]?_0x46f34b[_0x463db0(0x155)][_0x463db0(0x1af)]:null;}}const a4_0x2037f2={};a4_0x2037f2[a4_0x59e308(0x17a)]=O11yHelper,a4_0x2037f2[a4_0x59e308(0x1cd)]=STATE_PASSED,a4_0x2037f2[a4_0x59e308(0xf5)]=STATE_FAILED,a4_0x2037f2['TEST_EVENTS']=TEST_EVENTS,module[a4_0x59e308(0x12b)]=a4_0x2037f2;