browserstack-node-sdk 1.50.6 → 1.50.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (186) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/nightwatch/command.js +1 -1
  79. package/src/bin/playwright/accessibility-helper.js +1 -1
  80. package/src/bin/playwright/command.js +1 -1
  81. package/src/bin/playwright/globalSetup.js +1 -1
  82. package/src/bin/playwright/mock-process.js +1 -1
  83. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  84. package/src/bin/playwright/patches.js +1 -1
  85. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  86. package/src/bin/playwright/reporter/reporter.js +1 -1
  87. package/src/bin/playwright/reporter/test-details.js +1 -1
  88. package/src/bin/playwright/sessionDetails.js +1 -1
  89. package/src/bin/runner.js +1 -1
  90. package/src/bin/setup.js +1 -1
  91. package/src/bin/test-runner/index.js +1 -1
  92. package/src/bin/test-runner/runTest.js +1 -1
  93. package/src/bin/test-runner/testWorker.js +1 -1
  94. package/src/bin/utils/apiUtilityMethods.js +1 -1
  95. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  96. package/src/bin/utils/constants.js +1 -1
  97. package/src/bin/utils/log4jsAppender.js +1 -1
  98. package/src/bin/utils/logPatcher.js +1 -1
  99. package/src/bin/utils/logReportingAPI.js +1 -1
  100. package/src/bin/utils/playwright-patcher.js +1 -1
  101. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  102. package/src/bin/utils/sharedUtils.js +1 -1
  103. package/src/bin/v2/TestInfo.js +1 -1
  104. package/src/bin/v2/browserstackCLI.js +1 -1
  105. package/src/bin/v2/cliUtils.js +1 -1
  106. package/src/bin/v2/customTagManager.js +1 -1
  107. package/src/bin/v2/eventDispatcher.js +1 -1
  108. package/src/bin/v2/framework/automationFramework.js +1 -1
  109. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  110. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  111. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  112. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  113. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  114. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  115. package/src/bin/v2/framework/testFramework.js +1 -1
  116. package/src/bin/v2/grpcClient.js +1 -1
  117. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  118. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  119. package/src/bin/v2/instances/trackedContext.js +1 -1
  120. package/src/bin/v2/instances/trackedInstance.js +1 -1
  121. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  122. package/src/bin/v2/modules/baseModule.js +1 -1
  123. package/src/bin/v2/modules/loadTestModule.js +1 -1
  124. package/src/bin/v2/modules/observabilityModule.js +1 -1
  125. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  126. package/src/bin/v2/modules/testhubModule.js +1 -1
  127. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  128. package/src/bin/v2/state/hookState.js +1 -1
  129. package/src/bin/v2/state/testFrameworkState.js +1 -1
  130. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  131. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  132. package/src/bin/v2/utils/jest-utils.js +1 -1
  133. package/src/bin/vanilla-js/command.js +1 -1
  134. package/src/browserStackSdk.js +1 -1
  135. package/src/helpers/BrowserStackSetup.js +1 -1
  136. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  137. package/src/helpers/accessibility-automation/constants.js +1 -1
  138. package/src/helpers/accessibility-automation/helper.js +1 -1
  139. package/src/helpers/accessibility-automation/scripts.js +1 -1
  140. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  141. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  142. package/src/helpers/ats/constants.js +1 -1
  143. package/src/helpers/ats/helper.js +1 -1
  144. package/src/helpers/capsMapping.js +1 -1
  145. package/src/helpers/central-scanner/constants.js +1 -1
  146. package/src/helpers/central-scanner/helpers.js +1 -1
  147. package/src/helpers/classLogger.js +1 -1
  148. package/src/helpers/globals.js +1 -1
  149. package/src/helpers/helper.js +1 -1
  150. package/src/helpers/logger.js +1 -1
  151. package/src/helpers/metadata.js +1 -1
  152. package/src/helpers/patchHelper.js +1 -1
  153. package/src/helpers/patchHelpers.js +1 -1
  154. package/src/helpers/percy/Percy.js +1 -1
  155. package/src/helpers/percy/PercyBinary.js +1 -1
  156. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  157. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  158. package/src/helpers/percy/PercySDK.js +1 -1
  159. package/src/helpers/percy/index.js +1 -1
  160. package/src/helpers/percy/utils.js +1 -1
  161. package/src/helpers/performance/constants.js +1 -1
  162. package/src/helpers/performance/performance-tester.js +1 -1
  163. package/src/helpers/playwright-helper.js +1 -1
  164. package/src/helpers/processHelper.js +1 -1
  165. package/src/helpers/request-spy.js +1 -1
  166. package/src/helpers/setKeepAlive.js +1 -1
  167. package/src/helpers/test-observability/constants.js +1 -1
  168. package/src/helpers/test-observability/error-handler.js +1 -1
  169. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  170. package/src/helpers/test-observability/sessionHandler.js +1 -1
  171. package/src/helpers/test-observability/utils.js +1 -1
  172. package/src/helpers/test-orchestration/constants.js +1 -1
  173. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  174. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  175. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  176. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  177. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  178. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  179. package/src/helpers/testhub/constants.js +1 -1
  180. package/src/helpers/testhub/testhubHandler.js +1 -1
  181. package/src/helpers/testhub/utils.js +1 -1
  182. package/src/helpers/timeoutPromise.js +1 -1
  183. package/src/helpers/utilities.js +1 -1
  184. package/src/helpers/w3cMapping.js +1 -1
  185. package/src/hubAllocationMethods.js +1 -1
  186. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a1_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
+ function a1_0xb81c(){const _0x1f0492=['reason','ZOZMB','MGlvN','QmTuX','LRHPn','info','container','GPKoS','chromium','HOOK_RUN_STARTED','nymdQ','_before','SESSION_STATUS','getAccessibilityResults','helpers','comment','gUkjn','stack','winstonLogger','accessibilityPlatform','executeScript','screenshotOutputFolder','getSyncScript','__skipSessionStatus','shouldWrapCommand','BROWSERSTACK_TESTHUB_UUID','CFmrg','emit','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','../../helpers/accessibility-automation/helper','setSessionStatus','then','TEST_SCREENSHOT','DUjxI','test-passed','failed','Element','GWHNE','codeceptjs/lib/helper/Playwright.js','test-failed','hook-failed','3880665BMlhxx','apply','Performing\x20scan\x20for\x20','test-before','Failed\x20to\x20execute\x20_before:\x20','setSessionName','pfUGO','wTJDs','FRAMEWORK_DETAILS','titlePath','SDK_POST_INITIALIZE','yXOQt','Suite','getResults','TestCafe','BS_TESTOPS_ALLOW_SCREENSHOTS','toISOString','slice','hookType','FKcGb','all','url','WRAbS','devtools://','../../helpers/logger','after','ENV_VAR','dispatcher','stopMonitoring','readFileSync','env','pKsni','browser','VnzET','prototype','webdriverio','test-after','BS_A11Y_JWT','startsWith','browserstackTestName','SDK_PRE_INITIALIZE','commandsToWrap','PERFORM_SCAN','codeceptjs/lib/recorder.js','../../helpers/request-spy','Puppeteer','end','jsZXy','NQuBa','push','ozijX','erUWn','args','GXOWw','NsPWH','3893660MqkTxU','--auto-open-devtools-for-tabs','qhqoT','rJYvd','codeceptjs','config','bxzIw','ieOdX','patchSaveScreenshot','from','IRXOX','test','HVhbV','hQuUX','name','13192630RalNMu','SxByL','nSVgg','SYNC','browserContext','startMonitoring','INSPT','4yPnTBS','addRequestSpy','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','tvoHM','duqhK','ONstQ','ZhHQw','codeceptjs/lib/helper/WebDriver.js','base64','xdZgH','CFkze','eKGbd','63TiSJqo','arguments','pages','forEach','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','hook','stringify','690hzpdTb','NGkdK','Vxskq','HOnjY','format','389196WhfTyW','GqrvS','bstackAllyScanning','cUYng','bddStep-before','UVKop','HVQaw','__driver','started','211072mjhZJP','INFO','bs:addLog:','browserstack_executor:\x20','testFramework','UOlZO','fireEvent','vglJq','captureEvent','SAVE_RESULTS','passed','TEST_RUN_SKIPPED','nLoTY','GmRVb','bddStep','thJwtToken','ctx','warn','codeceptjs/lib/utils.js','JwZcy','hook-passed','add','TEST_RUN_STARTED','performScan','string','event','yRnfG','version','HXwUc','thBuildUuid','SDK_POST_TEST','util','Screenshot\x20path\x20not\x20found','title','aMTUm','aLeCe','BFuxm','message','RCQMa','domForge','saveTestResults','setGlobal','../../helpers/test-observability/utils','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','./helper.js','JtnFS','debug','a11y_core_config','skipSessionStatus','afterTest','../../helpers/globals.js','Rbulh','kmQWJ','../../bin/playwright/sessionDetails','captureError','restore','SDK_HOOK','yhGwW','SESSION_NAME','parse','aaOWm','find','hPRCf','stop','pOanO','kxjan','includes','step-comment','saveScreenshot','class','SDK_PRE_TEST','constructor','before','codeceptjs/lib/index.js','Jkifl','GET_RESULTS','MmzGs','SDK_TEST','kSHnd','toString','TEST_LOG','bddStepStart','cGZvO','browserStackExecuteDriver','initSaveScreenshot','fKsFJ','measureWrapper','pid','MAaWQ','patch','start','CDooz','\x0aStack:\x20','getResultsSummary','catch','TEST_RUN_FINISHED','contexts','47194jyuboG','HOOK_RUN_FINISHED','zWaRX','../../helpers/helper','MxiWk','bind','BROWSERSTACK_TESTHUB_JWT','bddStepFinish','2466591VrQsmW','step','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','test-started','Playwright','../../helpers/testhub/constants.js','gwQYT','call','action'];a1_0xb81c=function(){return _0x1f0492;};return a1_0xb81c();}const a1_0x21710f=a1_0x343d;(function(_0xc08dce,_0x54eb48){const _0x3e815c=a1_0x343d,_0xab3a6f=_0xc08dce();while(!![]){try{const _0x12c5f0=-parseInt(_0x3e815c(0x14e))/0x1*(parseInt(_0x3e815c(0x136))/0x2)+parseInt(_0x3e815c(0xb7))/0x3+-parseInt(_0x3e815c(0x120))/0x4+-parseInt(_0x3e815c(0xe9))/0x5+parseInt(_0x3e815c(0x149))/0x6*(parseInt(_0x3e815c(0xaf))/0x7)+-parseInt(_0x3e815c(0x157))/0x8*(-parseInt(_0x3e815c(0x142))/0x9)+parseInt(_0x3e815c(0x12f))/0xa;if(_0x12c5f0===_0x54eb48)break;else _0xab3a6f['push'](_0xab3a6f['shift']());}catch(_0x16ce01){_0xab3a6f['push'](_0xab3a6f['shift']());}}}(a1_0xb81c,0x8c062));const fs=require('fs'),util=require(a1_0x21710f(0x176)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x21710f(0xb2)),logger=require(a1_0x21710f(0x101))[a1_0x21710f(0xd2)],testOpsHelper=require(a1_0x21710f(0x78)),requestSpy=require(a1_0x21710f(0x115)),PlaywrightSessionDetails=require(a1_0x21710f(0x83)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require('./o11yHelper'),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x21710f(0xdd)),AccessibilityHelper=require('../../bin/playwright/accessibility-helper'),scripts=require('../../helpers/accessibility-automation/scripts'),PerformanceTester=require('../../helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require('../../helpers/performance/constants'),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x21710f(0x7a)),testHubConstants=require(a1_0x21710f(0xbc)),globals=require(a1_0x21710f(0x80)),CodeceptJS=requireModule(a1_0x21710f(0x97),a1_0x21710f(0x124)),CodeceptUtils=requireModule(a1_0x21710f(0x169),a1_0x21710f(0x124)),CodeceptWebDriver=requireModule(a1_0x21710f(0x13d),a1_0x21710f(0x124)),CodeceptRecorder=requireModule(a1_0x21710f(0x114),'codeceptjs'),CodeceptPlaywright=requireModule(a1_0x21710f(0xe6),a1_0x21710f(0x124)),playwrightMarkSessionStatus=(_0x378769,_0x1393e7,_0x456261)=>{const _0x372b1a=a1_0x21710f,_0xc1e139={'UOlZO':_0x372b1a(0xde),'CFkze':function(_0x57a00c,_0xd7b9fc){return _0x57a00c(_0xd7b9fc);}},_0x20155f={};_0x20155f['status']=_0x1393e7;const _0x50254d={};_0x50254d[_0x372b1a(0xbf)]=_0xc1e139[_0x372b1a(0x15c)],_0x50254d['arguments']=_0x20155f;const _0x5c21f4=_0x50254d;return!_0xc1e139[_0x372b1a(0x140)](isUndefined,_0x456261)&&(_0x5c21f4[_0x372b1a(0x143)][_0x372b1a(0xc0)]=JSON['stringify'](_0x456261)),_0x378769['executeScript'](()=>{},_0x372b1a(0x15a)+JSON[_0x372b1a(0x148)](_0x5c21f4));},o11ySync=PerformanceTester[a1_0x21710f(0xa4)](PerformanceO11yEvents[a1_0x21710f(0x132)],async _0x1774e3=>{const _0x51d8c6=a1_0x21710f,_0x36dd5f={};_0x36dd5f[_0x51d8c6(0x14f)]=function(_0x282731,_0x4a82fb){return _0x282731===_0x4a82fb;},_0x36dd5f[_0x51d8c6(0xa0)]='Playwright';const _0x1ee88b=_0x36dd5f;_0x1ee88b[_0x51d8c6(0x14f)](_0x1774e3[_0x51d8c6(0x95)][_0x51d8c6(0x12e)],_0x1ee88b[_0x51d8c6(0xa0)])?await _0x1774e3[_0x51d8c6(0xd4)](_0x4cdb2a=>{},testOpsHelper[_0x51d8c6(0xd6)]()):await _0x1774e3[_0x51d8c6(0xd4)](testOpsHelper[_0x51d8c6(0xd6)]());}),markSessionName=PerformanceTester[a1_0x21710f(0xa4)](PerformanceAutEvents[a1_0x21710f(0x88)],async(_0x27ae34,_0x2f1ab3)=>{const _0x57dc80=a1_0x21710f,_0x32c076={};_0x32c076[_0x57dc80(0x17a)]=_0x57dc80(0xee),_0x32c076['gUkjn']=function(_0x2c2f6d,_0x1b2278){return _0x2c2f6d===_0x1b2278;},_0x32c076[_0x57dc80(0x14c)]=_0x57dc80(0xbb);const _0x32e5f3=_0x32c076,_0x505fd3={};_0x505fd3[_0x57dc80(0x12e)]=_0x2f1ab3;const _0x1e6394={};_0x1e6394['action']=_0x32e5f3[_0x57dc80(0x17a)],_0x1e6394[_0x57dc80(0x143)]=_0x505fd3;const _0x2d2fe8=_0x1e6394;_0x32e5f3[_0x57dc80(0xd0)](_0x27ae34[_0x57dc80(0x95)]['name'],_0x32e5f3[_0x57dc80(0x14c)])?await _0x27ae34[_0x57dc80(0xd4)](()=>{},_0x57dc80(0x15a)+JSON[_0x57dc80(0x148)](_0x2d2fe8)):await _0x27ae34[_0x57dc80(0xd4)](_0x57dc80(0x15a)+JSON[_0x57dc80(0x148)](_0x2d2fe8));}),patchSaveScreenshot=_0x45f107=>{const _0x19703b=a1_0x21710f,_0x2edf3e={'GPKoS':'base64','rJYvd':_0x19703b(0xe0),'doPHs':function(_0x309f69){return _0x309f69();},'NGkdK':function(_0x51be4d,_0x4d03a8){return _0x51be4d(_0x4d03a8);},'FKcGb':_0x19703b(0x177),'GXOWw':function(_0x2d2ed5,_0x35a782){return _0x2d2ed5(_0x35a782);}};_0x2edf3e[_0x19703b(0x11e)](isTrue,process[_0x19703b(0x107)][_0x19703b(0xf8)])&&!_0x45f107[_0x19703b(0x128)]&&(_0x45f107[_0x19703b(0x128)]=!![],_0x45f107['initSaveScreenshot']=_0x45f107[_0x19703b(0x92)],_0x45f107[_0x19703b(0x92)]=(_0x2adc46,_0x3ecf69=![])=>{const _0x52f62d=_0x19703b,_0x38211a={'IRXOX':_0x2edf3e[_0x52f62d(0xc7)],'ieOdX':_0x2edf3e[_0x52f62d(0x123)],'MGlvN':function(_0x32f566){return _0x2edf3e['doPHs'](_0x32f566);},'nymdQ':function(_0x2b8eb9,_0xfb4ffc){const _0x52a026=_0x52f62d;return _0x2edf3e[_0x52a026(0x14a)](_0x2b8eb9,_0xfb4ffc);},'CFmrg':_0x2edf3e[_0x52f62d(0xfc)]};return new Promise(function(_0x3bf128,_0xc6abbf){const _0x2cd681=_0x52f62d,_0xd777f9={'nLoTY':_0x38211a[_0x2cd681(0x12a)],'pOanO':_0x38211a[_0x2cd681(0x127)],'HXwUc':function(_0x215780){const _0x2068e1=_0x2cd681;return _0x38211a[_0x2068e1(0xc2)](_0x215780);},'PbKST':function(_0x49a934,_0x5551f4){const _0xf3d9ff=_0x2cd681;return _0x38211a[_0xf3d9ff(0xca)](_0x49a934,_0x5551f4);},'xdZgH':_0x38211a[_0x2cd681(0xda)]};_0x45f107[_0x2cd681(0xa2)](_0x2adc46,_0x3ecf69)[_0x2cd681(0xdf)](()=>{const _0x55050e=_0x2cd681,_0x45daf6=CodeceptUtils[_0x55050e(0xd5)](_0x2adc46);if(_0x45daf6){const _0x2819db=fs[_0x55050e(0x106)](_0x45daf6);process[_0x55050e(0xdb)](_0x55050e(0x159)+process['pid'],{'timestamp':new Date()[_0x55050e(0xf9)](),'message':_0x2819db[_0x55050e(0x9d)](_0xd777f9[_0x55050e(0x163)]),'kind':_0xd777f9[_0x55050e(0x8e)]}),_0xd777f9[_0x55050e(0x173)](_0x3bf128);}_0xd777f9['PbKST'](_0xc6abbf,new Error(_0xd777f9[_0x55050e(0x13f)]));})[_0x2cd681(0xac)](()=>null);});});},patchWebDriverBefore=_0x31c8a4=>{const _0x3f7dd0=a1_0x21710f,_0x3747b6={'Rbulh':function(_0x434f25){return _0x434f25();},'NQuBa':function(_0x34d119,_0x4ebcae){return _0x34d119(_0x4ebcae);},'VnzET':function(_0x35d10f,_0x3a8236){return _0x35d10f===_0x3a8236;},'CDooz':_0x3f7dd0(0x10c),'GWHNE':function(_0x1f9757,_0x576078){return _0x1f9757===_0x576078;},'duqhK':_0x3f7dd0(0x16f),'zWaRX':function(_0x38f595,_0x4143f6){return _0x38f595===_0x4143f6;},'INSPT':_0x3f7dd0(0xe4),'uqCly':function(_0x1c7e4d,_0x2e97cc){return _0x1c7e4d(_0x2e97cc);}},_0x417583=async function(_0xa2f612,_0x48acec){const _0x55ec1b=_0x3f7dd0;_0x3747b6[_0x55ec1b(0x81)](isAccessibilityAutomationSession)&&!global[_0x55ec1b(0x150)]&&global[_0x55ec1b(0xd3)]&&scripts[_0x55ec1b(0xd8)](_0xa2f612[_0x55ec1b(0x12e)])&&_0x3747b6[_0x55ec1b(0x119)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x55ec1b(0x150)]=!![],await PerformanceTester[_0x55ec1b(0xa4)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x3c6b1f=_0x55ec1b;logger['debug'](_0x3c6b1f(0xeb)+_0xa2f612[_0x3c6b1f(0x93)]+'\x20'+_0xa2f612[_0x3c6b1f(0x12e)]),await AccessibilityHelper['browserStackExecuteDriver'](_0x31c8a4,scripts[_0x3c6b1f(0x16e)]);},{'command':_0xa2f612[_0x55ec1b(0x12e)]})());global['bstackAllyScanning']=![];const _0xcb4195=JSON[_0x55ec1b(0x89)](process[_0x55ec1b(0x107)][_0x55ec1b(0xf1)]||'{}');if(_0x3747b6[_0x55ec1b(0x10a)](_0xcb4195?.[_0x55ec1b(0x15b)]?.[_0x55ec1b(0x12e)],_0x3747b6[_0x55ec1b(0xa9)])&&_0x3747b6[_0x55ec1b(0xe5)](typeof _0xcb4195?.[_0x55ec1b(0x15b)]?.['version'],_0x3747b6[_0x55ec1b(0x13a)])&&_0xcb4195?.[_0x55ec1b(0x15b)]?.[_0x55ec1b(0x172)][_0x55ec1b(0x10f)]('7'))return _0x48acec['apply'](null,Array[_0x55ec1b(0x10b)]['slice'][_0x55ec1b(0xbe)](arguments,0x2));return _0x48acec['apply'](this,Array[_0x55ec1b(0x10b)][_0x55ec1b(0xfa)]['call'](arguments,0x2));},_0x183fff=CodeceptWebDriver[_0x3f7dd0(0x10b)][_0x3f7dd0(0xcb)];CodeceptWebDriver[_0x3f7dd0(0x10b)]['_before']=async function(){const _0x1ad4ae=_0x3f7dd0;try{await _0x183fff[_0x1ad4ae(0xea)](this,arguments);}catch(_0x486a11){logger['debug'](_0x1ad4ae(0xed)+util[_0x1ad4ae(0x14d)](_0x486a11));}scripts[_0x1ad4ae(0x112)]['filter'](_0x186df5=>_0x186df5[_0x1ad4ae(0x12e)]&&_0x186df5[_0x1ad4ae(0x93)])[_0x1ad4ae(0x145)](_0x4af75e=>{const _0x29f125=_0x1ad4ae;this[_0x29f125(0x109)]['overwriteCommand'](_0x4af75e[_0x29f125(0x12e)],_0x417583[_0x29f125(0xb4)](this,_0x4af75e),_0x3747b6[_0x29f125(0xb1)](_0x4af75e['class'],_0x3747b6[_0x29f125(0x135)]));}),_0x3747b6['uqCly'](processWebDriverConfig,_0x31c8a4);};};function parseJwt(_0x72cae4){const _0x134a76=a1_0x21710f,_0x1533a8={};_0x1533a8[_0x134a76(0xc3)]=_0x134a76(0x13e);const _0x2d0988=_0x1533a8;if(!_0x72cae4)return null;return JSON['parse'](Buffer[_0x134a76(0x129)](_0x72cae4['split']('.')[0x1],_0x2d0988[_0x134a76(0xc3)])[_0x134a76(0x9d)]());}const patchPlaywrightBefore=()=>{const _0x57072a=a1_0x21710f,_0xa482d8={'gwQYT':function(_0x79b0a0){return _0x79b0a0();},'Jkifl':_0x57072a(0x100),'yXOQt':_0x57072a(0x121),'INcSH':function(_0x3b3653,_0x512bd9){return _0x3b3653(_0x512bd9);},'jsZXy':function(_0x58b798,_0x19fdb6){return _0x58b798+_0x19fdb6;},'aaOWm':_0x57072a(0xaa),'ZOZMB':function(_0x571162){return _0x571162();},'pKsni':function(_0x39dc2d){return _0x39dc2d();}};PlaywrightSessionDetails[_0x57072a(0xa7)]();const _0x526568=CodeceptPlaywright[_0x57072a(0x10b)][_0x57072a(0xcb)];CodeceptPlaywright[_0x57072a(0x10b)][_0x57072a(0xcb)]=async function(){const _0x371efe=_0x57072a,_0x2e4306={'GmRVb':function(_0x49bbcd){const _0x51511d=a1_0x343d;return _0xa482d8[_0x51511d(0xbd)](_0x49bbcd);},'WRAbS':_0xa482d8[_0x371efe(0x98)],'tTGbA':_0xa482d8[_0x371efe(0xf4)],'wTJDs':function(_0xf0ade4,_0x31d3ff){return _0xa482d8['INcSH'](_0xf0ade4,_0x31d3ff);},'qhqoT':function(_0x5952d6,_0x45fc91){const _0x4a4fef=_0x371efe;return _0xa482d8[_0x4a4fef(0x118)](_0x5952d6,_0x45fc91);},'jTplc':_0xa482d8[_0x371efe(0x8a)]};this['browserContext']=await this['browser'][_0x371efe(0xae)]()[0x0];const _0x1c0a34=async()=>{const _0x12cd3a=_0x371efe,_0x48dee2={'UVKop':function(_0x1d3590){const _0x322407=a1_0x343d;return _0x2e4306[_0x322407(0x164)](_0x1d3590);},'cUYng':_0x2e4306[_0x12cd3a(0xff)]},_0x255d6b=this[_0x12cd3a(0x125)]&&this[_0x12cd3a(0x125)][_0x12cd3a(0xc8)]&&this[_0x12cd3a(0x125)][_0x12cd3a(0xc8)][_0x12cd3a(0x11d)]&&Array['isArray'](this[_0x12cd3a(0x125)][_0x12cd3a(0xc8)][_0x12cd3a(0x11d)])&&this['config'][_0x12cd3a(0xc8)][_0x12cd3a(0x11d)][_0x12cd3a(0x90)](_0x2e4306['tTGbA']);if(_0x2e4306[_0x12cd3a(0x164)](isAccessibilityAutomationSession)&&!_0x255d6b)try{const _0x4a3889=_0x2e4306[_0x12cd3a(0xf0)](parseJwt,process[_0x12cd3a(0x107)][_0x12cd3a(0x10e)]);if(_0x4a3889&&_0x4a3889[_0x12cd3a(0x7d)]&&_0x4a3889['a11y_core_config'][_0x12cd3a(0x75)]){const _0x4bd923=this[_0x12cd3a(0x133)][_0x12cd3a(0x144)]['bind'](this[_0x12cd3a(0x133)]);this[_0x12cd3a(0x133)][_0x12cd3a(0x144)]=async function(){const _0xed4e7d=_0x12cd3a,_0x35df70=await _0x48dee2[_0xed4e7d(0x153)](_0x4bd923),_0x272add=[];for(const _0x24d563 of _0x35df70){try{const _0x3dff58=await _0x24d563[_0xed4e7d(0xfe)]();!_0x3dff58[_0xed4e7d(0x10f)](_0x48dee2[_0xed4e7d(0x151)])&&_0x272add[_0xed4e7d(0x11a)](_0x24d563);}catch(_0x28b8d3){_0x272add['push'](_0x24d563);}}return _0x272add;};}if(!_0x2e4306[_0x12cd3a(0x164)](isBrowserstackInfra)){const _0x53601d=await this['page']['url']();if(_0x53601d[_0x12cd3a(0x10f)](_0x2e4306[_0x12cd3a(0xff)])){const _0x1c047f=await this[_0x12cd3a(0x133)][_0x12cd3a(0x144)]();this['_setPage'](_0x1c047f[0x0]);}}}catch(_0xba8e3e){logger[_0x12cd3a(0x7c)]('Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20'+_0xba8e3e[_0x12cd3a(0x73)]+(_0xba8e3e[_0x12cd3a(0xd1)]?_0x2e4306[_0x12cd3a(0x122)](_0x2e4306['jTplc'],_0xba8e3e['stack']):''));}};_0xa482d8[_0x371efe(0xbd)](isBrowserstackInfra)&&await _0xa482d8[_0x371efe(0xc1)](_0x1c0a34),await _0x526568[_0x371efe(0xea)](this,arguments),!_0xa482d8[_0x371efe(0x108)](isBrowserstackInfra)&&await _0xa482d8['ZOZMB'](_0x1c0a34);};},getCodeceptDriver=()=>{const _0xbb2828=a1_0x21710f,_0x2df2bb={};_0x2df2bb['yJaQB']='WebDriver',_0x2df2bb['MWbEP']=_0xbb2828(0xbb),_0x2df2bb['hPRCf']=_0xbb2828(0x116),_0x2df2bb['kxjan']=_0xbb2828(0xf7);const _0x3886d4=_0x2df2bb,_0x2f4a7c=[_0x3886d4['yJaQB'],_0x3886d4['MWbEP'],_0x3886d4[_0xbb2828(0x8c)],_0x3886d4[_0xbb2828(0x8f)]],_0x2b7783=_0x2f4a7c[_0xbb2828(0x8b)](_0x3dbd61=>!!CodeceptJS[_0xbb2828(0xc6)][_0xbb2828(0xce)](_0x3dbd61));if(!_0x2b7783)return null;return CodeceptJS[_0xbb2828(0xc6)][_0xbb2828(0xce)](_0x2b7783);};function a1_0x343d(_0x3168e4,_0x26c001){const _0xb81cca=a1_0xb81c();return a1_0x343d=function(_0x343dc8,_0x3e3235){_0x343dc8=_0x343dc8-0x73;let _0xbb9a82=_0xb81cca[_0x343dc8];return _0xbb9a82;},a1_0x343d(_0x3168e4,_0x26c001);}module['exports']=function(_0x5d4194){const _0x432950=a1_0x21710f,_0x1d37bd={'fKsFJ':function(_0x4f46ed){return _0x4f46ed();},'ZhHQw':function(_0x1f62fd,_0x593701){return _0x1f62fd(_0x593701);},'tvoHM':_0x432950(0xcd),'uYPnP':_0x432950(0xb9),'yhGwW':'getAccessibilityResultsSummary','XDxIa':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','LRHPn':'hook-started','NsPWH':_0x432950(0x16b),'MAaWQ':_0x432950(0xe8),'kmQWJ':_0x432950(0x110),'yRnfG':_0x432950(0xec),'BFuxm':function(_0x7bf08,_0x256b38){return _0x7bf08(_0x256b38);},'DUjxI':function(_0xf5f978,_0x5e4cc7,_0x4d5c1a){return _0xf5f978(_0x5e4cc7,_0x4d5c1a);},'bxzIw':_0x432950(0xba),'JtnFS':function(_0x3f8d96,_0x4e5e8e,_0x3c6200){return _0x3f8d96(_0x4e5e8e,_0x3c6200);},'AinII':function(_0x5bdb06,_0x53b80c,_0xc277aa){return _0x5bdb06(_0x53b80c,_0xc277aa);},'HVQaw':_0x432950(0xe2),'SxByL':function(_0x4612ce){return _0x4612ce();},'ONstQ':function(_0x4a41d3,_0x4b41f1,_0x4d4d6a,_0x1477f3){return _0x4a41d3(_0x4b41f1,_0x4d4d6a,_0x1477f3);},'MmzGs':function(_0x5e8127,_0x43e3ad,_0x54b071,_0x14901b){return _0x5e8127(_0x43e3ad,_0x54b071,_0x14901b);},'HVhbV':function(_0x5dadbe,_0x1e3aec){return _0x5dadbe===_0x1e3aec;},'GOAOL':_0x432950(0xf5),'MxiWk':_0x432950(0xe7),'hQuUX':'test-skipped','pfUGO':_0x432950(0x7f),'nSVgg':function(_0x47adda,_0x254998,_0xf2fa26){return _0x47adda(_0x254998,_0xf2fa26);},'eKGbd':_0x432950(0x138),'vglJq':_0x432950(0x10d),'EhALQ':_0x432950(0x158),'kSHnd':_0x432950(0x9e),'RCQMa':_0x432950(0x91),'ozijX':_0x432950(0x152),'eiOLQ':'bddStep-after','aMTUm':function(_0x2e4fc6){return _0x2e4fc6();},'XkgCT':'Playwright'};_0x5d4194[_0x432950(0x7e)]&&(global[_0x432950(0xd7)]=_0x5d4194[_0x432950(0x7e)]);PerformanceTester[_0x432950(0x134)]();const _0x5373fa=_0x1d37bd[_0x432950(0x179)](getCodeceptDriver),_0x453319=new O11yHelper(_0x5373fa,_0x5d4194),_0xbc2b66=!!CodeceptJS[_0x432950(0xc6)]['helpers'](_0x1d37bd['XkgCT']);global[_0x432950(0x155)]=_0x5373fa,_0x5373fa&&(PerformanceTester[_0x432950(0xa4)](PerformanceEvents[_0x432950(0x111)],()=>{const _0x33e707=_0x432950;_0xbc2b66?_0x1d37bd['fKsFJ'](patchPlaywrightBefore):_0x1d37bd[_0x33e707(0x13c)](patchWebDriverBefore,_0x5373fa);})(),PerformanceTester['measureWrapper'](PerformanceEvents[_0x432950(0xf3)],()=>{const _0x10a870=_0x432950,_0x260e58={};_0x260e58['CdjHJ']=_0x1d37bd[_0x10a870(0x87)],_0x260e58[_0x10a870(0x11c)]=_0x1d37bd['XDxIa'];const _0x40e9ad=_0x260e58;_0x5373fa['getAccessibilityResultsSummary']=async()=>{const _0xb245b5=_0x10a870;if(global['accessibilityPlatform']){const _0x465b83={};return _0x465b83['command']=_0x40e9ad['CdjHJ'],await PerformanceTester[_0xb245b5(0xa4)](PerformanceA11yEvents[_0xb245b5(0x113)],async()=>{const _0x340bed=_0xb245b5;return await AccessibilityHelper[_0x340bed(0xa1)](_0x5373fa,scripts[_0x340bed(0x16e)]);},_0x465b83)(),await PerformanceTester[_0xb245b5(0xa4)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x54b722=_0xb245b5;return await AccessibilityHelper['browserStackExecuteDriver'](_0x5373fa,scripts[_0x54b722(0xab)]);})();}return logger['warn'](_0x40e9ad['erUWn']),{};},_0x5373fa[_0x10a870(0xcd)]=async()=>{const _0x3c4d03=_0x10a870;if(global[_0x3c4d03(0xd3)]){const _0x256734={};return _0x256734['command']=_0x1d37bd[_0x3c4d03(0x139)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x3c4d03(0x113)],async()=>{return await AccessibilityHelper['browserStackExecuteDriver'](_0x5373fa,scripts['performScan']);},_0x256734)(),await PerformanceTester[_0x3c4d03(0xa4)](PerformanceA11yEvents[_0x3c4d03(0x99)],async()=>{const _0x55012e=_0x3c4d03;return await AccessibilityHelper[_0x55012e(0xa1)](_0x5373fa,scripts[_0x55012e(0xf6)]);})();}return logger[_0x3c4d03(0x168)](_0x1d37bd['uYPnP']),{};},_0x1d37bd[_0x10a870(0x13c)](patchSaveScreenshot,_0x5373fa);})()),CodeceptJS[_0x432950(0x170)][_0x432950(0x104)]['on'](CodeceptJS[_0x432950(0x170)][_0x432950(0xfd)]['before'],()=>{const _0x9dfc7b=_0x432950;PerformanceTester[_0x9dfc7b(0xa8)](PerformanceEvents[_0x9dfc7b(0x94)]);try{_0x453319[_0x9dfc7b(0xa8)](),testOpsHelper[_0x9dfc7b(0x137)](),PerformanceTester[_0x9dfc7b(0x117)](PerformanceEvents[_0x9dfc7b(0x94)]);}catch(_0x361046){PerformanceTester['captureError'](_0x361046),PerformanceTester[_0x9dfc7b(0x117)](PerformanceEvents['SDK_PRE_TEST'],![],_0x361046);}}),CodeceptJS[_0x432950(0x170)][_0x432950(0x104)]['on'](CodeceptJS['event'][_0x432950(0xfd)][_0x432950(0x102)],async()=>{const _0x28ca57=_0x432950;PerformanceTester['start'](PerformanceEvents[_0x28ca57(0x175)]);try{requestSpy[_0x28ca57(0x85)](),await _0x453319[_0x28ca57(0x8d)](),PerformanceTester[_0x28ca57(0x117)](PerformanceEvents[_0x28ca57(0x175)]);}catch(_0x515c73){PerformanceTester['captureError'](_0x515c73),PerformanceTester[_0x28ca57(0x117)](PerformanceEvents[_0x28ca57(0x175)],![],_0x515c73);}finally{PerformanceTester[_0x28ca57(0x105)]();}}),CodeceptJS[_0x432950(0x170)][_0x432950(0x104)]['on'](CodeceptJS['event'][_0x432950(0x147)][_0x432950(0x156)],_0xbb21cf=>{const _0x1dba13=_0x432950;PerformanceTester[_0x1dba13(0xa8)](PerformanceEvents['SDK_HOOK']);try{const _0x1de83a=_0xbb21cf[_0x1dba13(0x167)][_0x1dba13(0x12b)],_0x161416=_0x453319['captureEvent'](TEST_EVENTS[_0x1dba13(0xc9)],_0x1de83a);CodeceptRecorder[_0x1dba13(0x16c)](()=>_0x453319['fireEvent'](TEST_EVENTS['HOOK_RUN_STARTED'],_0x161416));const _0x5a5705={};_0x5a5705['hookType']=_0x1d37bd[_0x1dba13(0xc4)],PerformanceTester[_0x1dba13(0x117)](PerformanceEvents[_0x1dba13(0x86)],!![],null,_0x5a5705);}catch(_0x35538a){const _0x5dcb3c={};_0x5dcb3c[_0x1dba13(0xfb)]=_0x1d37bd[_0x1dba13(0xc4)],PerformanceTester[_0x1dba13(0x117)](PerformanceEvents['SDK_HOOK'],![],_0x35538a,_0x5dcb3c),PerformanceTester[_0x1dba13(0x84)](_0x35538a);}}),CodeceptJS[_0x432950(0x170)][_0x432950(0x104)]['on'](CodeceptJS[_0x432950(0x170)][_0x432950(0x147)]['passed'],_0x1f71ba=>{const _0x3ecfd3=_0x432950,_0x47b336={};_0x47b336[_0x3ecfd3(0xfb)]=_0x1d37bd[_0x3ecfd3(0x11f)],PerformanceTester[_0x3ecfd3(0xa8)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x47b336);try{const _0x8f368=_0x1f71ba[_0x3ecfd3(0x167)]['test'],_0x57fdd0=_0x453319['captureEvent'](TEST_EVENTS[_0x3ecfd3(0xb0)],_0x8f368);CodeceptRecorder[_0x3ecfd3(0x16c)](()=>_0x453319[_0x3ecfd3(0x15d)](TEST_EVENTS[_0x3ecfd3(0xb0)],_0x57fdd0));const _0x28c50b={};_0x28c50b[_0x3ecfd3(0xfb)]=_0x1d37bd[_0x3ecfd3(0x11f)],PerformanceTester[_0x3ecfd3(0x117)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x28c50b);}catch(_0x56ebf0){PerformanceTester['captureError'](_0x56ebf0);const _0x5cd099={};_0x5cd099['hookType']=_0x1d37bd['NsPWH'],PerformanceTester[_0x3ecfd3(0x117)](PerformanceHookEvents[_0x3ecfd3(0x86)],![],_0x56ebf0,_0x5cd099);}}),CodeceptJS[_0x432950(0x170)]['dispatcher']['on'](CodeceptJS[_0x432950(0x170)][_0x432950(0x147)]['failed'],async(_0x3fd8b2,_0x1e85be)=>{const _0x574876=_0x432950;PerformanceTester[_0x574876(0xa8)](PerformanceHookEvents[_0x574876(0x86)]);try{const _0x45ac2b=_0x3fd8b2['ctx'][_0x574876(0x12b)],_0x3d667c=_0x453319['captureEvent'](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x45ac2b,_0x1e85be);CodeceptRecorder[_0x574876(0x16c)](()=>_0x453319['fireEvent'](TEST_EVENTS[_0x574876(0xb0)],_0x3d667c));const _0x3eda17={};_0x3eda17[_0x574876(0xfb)]=_0x1d37bd[_0x574876(0xa6)],PerformanceTester[_0x574876(0xa8)](PerformanceHookEvents[_0x574876(0x86)],!![],null,_0x3eda17);}catch(_0x37cace){PerformanceTester[_0x574876(0x84)](_0x37cace);const _0x1c3f7c={};_0x1c3f7c['hookType']=_0x1d37bd['MAaWQ'],PerformanceTester[_0x574876(0x117)](PerformanceHookEvents['SDK_HOOK'],![],_0x37cace,_0x1c3f7c);}const _0x54b68f={};_0x54b68f[_0x574876(0xfb)]=_0x1d37bd[_0x574876(0xa6)],PerformanceTester[_0x574876(0x117)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x54b68f);}),CodeceptJS['event'][_0x432950(0x104)]['on'](CodeceptJS[_0x432950(0x170)][_0x432950(0x12b)][_0x432950(0x96)],_0x41157a=>{const _0x45fcd4=_0x432950;PerformanceTester[_0x45fcd4(0xa8)](PerformanceHookEvents['SDK_HOOK']);try{globals[_0x45fcd4(0x77)](_0x1d37bd[_0x45fcd4(0x82)],_0x41157a[_0x45fcd4(0x178)]);_0x1d37bd[_0x45fcd4(0xa3)](isBrowserstackInfra)&&(_0xbc2b66&&(global['__workerDetails']={'currentTest':{'name':_0x41157a['title'],'testInfo':{'titlePath':_0x41157a[_0x45fcd4(0xf2)]()}}}));const _0x1b31b1={};_0x1b31b1[_0x45fcd4(0xfb)]=_0x1d37bd['yRnfG'],PerformanceTester[_0x45fcd4(0x117)](PerformanceHookEvents[_0x45fcd4(0x86)],!![],null,_0x1b31b1);}catch(_0x588a39){PerformanceTester['captureError'](_0x588a39);const _0x45bd4d={};_0x45bd4d[_0x45fcd4(0xfb)]=_0x1d37bd[_0x45fcd4(0x171)],PerformanceTester['end'](PerformanceHookEvents[_0x45fcd4(0x86)],![],_0x588a39,_0x45bd4d);}}),CodeceptJS[_0x432950(0x170)]['dispatcher']['on'](CodeceptJS[_0x432950(0x170)][_0x432950(0x12b)][_0x432950(0x156)],_0x5b0c90=>{const _0x569d12=_0x432950;PerformanceTester[_0x569d12(0xa8)](PerformanceHookEvents[_0x569d12(0x86)]);try{globals[_0x569d12(0x77)](_0x1d37bd['kmQWJ'],_0x5b0c90[_0x569d12(0x178)]);const _0x21ec52=_0x453319['captureEvent'](TEST_EVENTS[_0x569d12(0x16d)],_0x5b0c90);CodeceptRecorder[_0x569d12(0x16c)](()=>_0x453319[_0x569d12(0x15d)](TEST_EVENTS[_0x569d12(0x16d)],_0x21ec52)),CodeceptRecorder[_0x569d12(0x16c)](async()=>{const _0x17ba21=_0x569d12;_0x1d37bd[_0x17ba21(0xa3)](isBrowserstackInfra)&&(!_0x1d37bd[_0x17ba21(0x17b)](isTrue,_0x5d4194['skipSessionName'])&&await _0x1d37bd[_0x17ba21(0xe1)](markSessionName,_0x5373fa,_0x5b0c90[_0x17ba21(0x178)]),_0x453319['enabled']&&await _0x1d37bd['ZhHQw'](o11ySync,_0x5373fa));});}catch(_0x4261fe){const _0x5d198b={};_0x5d198b[_0x569d12(0xfb)]=_0x1d37bd[_0x569d12(0x126)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x4261fe,_0x5d198b),PerformanceTester[_0x569d12(0x84)](_0x4261fe);}const _0x1666b5={};_0x1666b5['hookType']=_0x1d37bd[_0x569d12(0x126)],PerformanceTester[_0x569d12(0x117)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x1666b5);}),CodeceptJS['event'][_0x432950(0x104)]['on'](CodeceptJS['event'][_0x432950(0x12b)][_0x432950(0x161)],_0xb9cabc=>{const _0x347156=_0x432950;PerformanceTester['start'](PerformanceHookEvents[_0x347156(0x86)]);try{const _0x4b6d9e=_0x453319['captureEvent'](TEST_EVENTS[_0x347156(0xad)],_0xb9cabc);CodeceptRecorder[_0x347156(0x16c)](()=>_0x453319[_0x347156(0x15d)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x4b6d9e)),CodeceptRecorder[_0x347156(0x16c)](async()=>{const _0x438ea5=_0x347156,_0xfb5e91={'Vxskq':function(_0x807bb7,_0x50bfd7,_0x10c347){const _0x176cb4=a1_0x343d;return _0x1d37bd[_0x176cb4(0x7b)](_0x807bb7,_0x50bfd7,_0x10c347);},'JwZcy':function(_0xe0b99b,_0x3b1441,_0x62aa26){return _0x1d37bd['AinII'](_0xe0b99b,_0x3b1441,_0x62aa26);}};_0x1d37bd[_0x438ea5(0xa3)](isBrowserstackInfra)&&await PerformanceTester[_0x438ea5(0xa4)](PerformanceAutEvents[_0x438ea5(0xcc)],async()=>{const _0x4eb4e9=_0x438ea5;_0xbc2b66?await _0xfb5e91[_0x4eb4e9(0x14b)](playwrightMarkSessionStatus,_0x5373fa,STATE_PASSED):await _0xfb5e91[_0x4eb4e9(0x16a)](markSessionStatus,_0x5373fa,STATE_PASSED);})();}),PerformanceTester[_0x347156(0x117)](PerformanceEvents[_0x347156(0x9b)]);}catch(_0x36d36a){PerformanceTester[_0x347156(0x84)](_0x36d36a);const _0x5317f1={};_0x5317f1[_0x347156(0xfb)]=_0x1d37bd[_0x347156(0x154)],PerformanceTester[_0x347156(0x117)](PerformanceHookEvents['SDK_HOOK'],![],_0x36d36a,_0x5317f1),PerformanceTester[_0x347156(0x117)](PerformanceEvents[_0x347156(0x9b)],![],_0x36d36a);}const _0x35b370={};_0x35b370[_0x347156(0xfb)]=_0x1d37bd[_0x347156(0x154)],PerformanceTester[_0x347156(0x117)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x35b370);}),CodeceptJS[_0x432950(0x170)][_0x432950(0x104)]['on'](CodeceptJS['event']['test'][_0x432950(0xe3)],(_0x5b886f,_0x23b441)=>{const _0x552e54=_0x432950;PerformanceTester[_0x552e54(0xa8)](PerformanceHookEvents[_0x552e54(0x86)]);try{if(_0x1d37bd[_0x552e54(0x12c)](_0x5b886f['constructor'][_0x552e54(0x12e)],_0x1d37bd['GOAOL'])){const _0x2e887f=_0x453319[_0x552e54(0x15f)](TEST_EVENTS[_0x552e54(0x162)],_0x5b886f['ctx']['currentTest']);CodeceptRecorder['add'](()=>_0x453319[_0x552e54(0x15d)](TEST_EVENTS[_0x552e54(0x162)],_0x2e887f));}else{const _0x175351=_0x453319['captureEvent'](TEST_EVENTS['TEST_RUN_FINISHED'],_0x5b886f,_0x23b441);CodeceptRecorder[_0x552e54(0x16c)](()=>{const _0x19ccdd=_0x552e54;try{_0x453319[_0x19ccdd(0x15d)](TEST_EVENTS[_0x19ccdd(0xad)],_0x175351);}catch(_0x102f95){logger[_0x19ccdd(0x7c)](_0x19ccdd(0xdc)+util['format'](_0x102f95)),PerformanceTester[_0x19ccdd(0x117)](PerformanceEvents['SDK_TEST'],![],_0x102f95);}}),CodeceptRecorder[_0x552e54(0x16c)](async()=>{const _0x5733d7=_0x552e54;try{_0x1d37bd[_0x5733d7(0x130)](isBrowserstackInfra)&&(_0xbc2b66?await _0x1d37bd[_0x5733d7(0x13b)](playwrightMarkSessionStatus,_0x5373fa,STATE_FAILED,_0x23b441):await _0x1d37bd[_0x5733d7(0x9a)](markSessionStatus,_0x5373fa,STATE_FAILED,_0x23b441));}catch(_0xe94629){logger[_0x5733d7(0x7c)](_0x5733d7(0x79)+util[_0x5733d7(0x14d)](_0xe94629)),PerformanceTester[_0x5733d7(0x117)](PerformanceEvents['SDK_TEST'],![],_0xe94629);}});}PerformanceTester['end'](PerformanceEvents['SDK_TEST']);}catch(_0x19091c){PerformanceTester['captureError'](_0x19091c);const _0x5579bc={};_0x5579bc[_0x552e54(0xfb)]=_0x1d37bd['MxiWk'],PerformanceTester[_0x552e54(0x117)](PerformanceHookEvents['SDK_HOOK'],![],_0x19091c,_0x5579bc),PerformanceTester[_0x552e54(0x117)](PerformanceEvents[_0x552e54(0x9b)],![],_0x19091c);}const _0x280791={};_0x280791[_0x552e54(0xfb)]=_0x1d37bd[_0x552e54(0xb3)],PerformanceTester[_0x552e54(0x117)](PerformanceHookEvents[_0x552e54(0x86)],!![],null,_0x280791);}),CodeceptJS[_0x432950(0x170)]['dispatcher']['on'](CodeceptJS[_0x432950(0x170)][_0x432950(0x12b)]['skipped'],_0x4a9dd1=>{const _0x57e87c=_0x432950;PerformanceTester[_0x57e87c(0xa8)](PerformanceHookEvents[_0x57e87c(0x86)]);try{const _0x1aaf9b=_0x453319[_0x57e87c(0x15f)](TEST_EVENTS[_0x57e87c(0x162)],_0x4a9dd1);CodeceptRecorder[_0x57e87c(0x16c)](()=>_0x453319[_0x57e87c(0x15d)](TEST_EVENTS[_0x57e87c(0x162)],_0x1aaf9b)),PerformanceTester[_0x57e87c(0x117)](PerformanceEvents[_0x57e87c(0x9b)]);}catch(_0x5557fd){PerformanceTester[_0x57e87c(0x84)](_0x5557fd),PerformanceTester[_0x57e87c(0x117)](PerformanceEvents[_0x57e87c(0x9b)],![],_0x5557fd);const _0x509bae={};_0x509bae[_0x57e87c(0xfb)]=_0x1d37bd[_0x57e87c(0x12d)],PerformanceTester['end'](PerformanceHookEvents[_0x57e87c(0x86)],![],_0x5557fd,_0x509bae);}const _0x151969={};_0x151969[_0x57e87c(0xfb)]=_0x1d37bd[_0x57e87c(0x12d)],PerformanceTester[_0x57e87c(0x117)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x151969);}),CodeceptJS[_0x432950(0x170)][_0x432950(0x104)]['on'](CodeceptJS[_0x432950(0x170)][_0x432950(0x12b)][_0x432950(0x102)],async(_0x36bf78,_0x1146a4)=>{const _0x261153=_0x432950;try{PerformanceTester[_0x261153(0xa8)](PerformanceHookEvents[_0x261153(0x86)]);const _0x18e2ce=_0x1d37bd[_0x261153(0x131)](shouldScanTestForAccessibility,_0x36bf78[_0x261153(0xf2)](),!![]);if(_0x1d37bd['fKsFJ'](isAccessibilityAutomationSession)&&global[_0x261153(0xd3)]&&_0x18e2ce){const _0x11c219={};_0x11c219['thTestRunUuid']=_0x36bf78['testAnalyticsId'],_0x11c219[_0x261153(0x174)]=process['env'][testHubConstants[_0x261153(0x103)][_0x261153(0xd9)]],_0x11c219[_0x261153(0x166)]=process['env'][testHubConstants[_0x261153(0x103)][_0x261153(0xb5)]];const _0x27d5c8=_0x11c219;logger[_0x261153(0x7c)](_0x261153(0x146)+JSON[_0x261153(0x148)](_0x27d5c8)),CodeceptRecorder['add'](async()=>{const _0x143f49=_0x261153,_0x2aa8e0={};_0x2aa8e0['command']=_0x1d37bd[_0x143f49(0xef)],await PerformanceTester[_0x143f49(0xa4)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x7a4dc1=_0x143f49;await AccessibilityHelper[_0x7a4dc1(0xa1)](_0x5373fa,scripts[_0x7a4dc1(0x16e)]);},_0x2aa8e0)(),await PerformanceTester[_0x143f49(0xa4)](PerformanceA11yEvents[_0x143f49(0x160)],async()=>{const _0x3bbb3b=_0x143f49;await AccessibilityHelper[_0x3bbb3b(0xa1)](_0x5373fa,scripts[_0x3bbb3b(0x76)],_0x27d5c8);})();}),logger[_0x261153(0xc5)](_0x1d37bd[_0x261153(0x141)]);}const _0x3a2444={};_0x3a2444[_0x261153(0xfb)]=_0x1d37bd[_0x261153(0x15e)],PerformanceTester[_0x261153(0x117)](PerformanceHookEvents[_0x261153(0x86)],!![],null,_0x3a2444);}catch(_0x5d6b95){PerformanceTester[_0x261153(0x84)](_0x5d6b95);const _0xed2e48={};_0xed2e48[_0x261153(0xfb)]=_0x1d37bd[_0x261153(0x15e)],PerformanceTester[_0x261153(0x117)](PerformanceHookEvents[_0x261153(0x86)],![],_0x5d6b95,_0xed2e48);}}),CodeceptJS[_0x432950(0x170)][_0x432950(0x104)]['on'](CodeceptJS['event'][_0x432950(0xb8)][_0x432950(0xcf)],_0x57e206=>{const _0x584e3e=_0x432950;PerformanceTester[_0x584e3e(0xa8)](PerformanceHookEvents[_0x584e3e(0x86)]);try{process[_0x584e3e(0xdb)](_0x584e3e(0x159)+process[_0x584e3e(0xa5)],{'timestamp':new Date()['toISOString'](),'level':_0x1d37bd['EhALQ'],'message':_0x57e206,'kind':_0x1d37bd[_0x584e3e(0x9c)],'http_response':{}});}catch(_0x434221){PerformanceTester[_0x584e3e(0x84)](_0x434221);const _0x21ad01={};_0x21ad01['hookType']=_0x1d37bd[_0x584e3e(0x74)],PerformanceTester[_0x584e3e(0x117)](PerformanceHookEvents['SDK_HOOK'],![],_0x434221,_0x21ad01);}const _0x4a48a2={};_0x4a48a2[_0x584e3e(0xfb)]=_0x1d37bd[_0x584e3e(0x74)],PerformanceTester['end'](PerformanceHookEvents[_0x584e3e(0x86)],!![],null,_0x4a48a2);}),CodeceptJS[_0x432950(0x170)][_0x432950(0x104)]['on'](CodeceptJS[_0x432950(0x170)]['bddStep'][_0x432950(0x96)],_0x50ee90=>{const _0x5aecb0=_0x432950,_0x13a3ee={};_0x13a3ee['hookType']=_0x1d37bd[_0x5aecb0(0x11b)],PerformanceTester[_0x5aecb0(0xa4)](PerformanceHookEvents[_0x5aecb0(0x86)],()=>{const _0x23ffa2=_0x5aecb0;_0x453319[_0x23ffa2(0x9f)](_0x50ee90);},_0x13a3ee)();}),CodeceptJS[_0x432950(0x170)][_0x432950(0x104)]['on'](CodeceptJS[_0x432950(0x170)][_0x432950(0x165)][_0x432950(0x102)],_0x3ea32a=>{const _0xedcffb=_0x432950,_0x128012={};_0x128012[_0xedcffb(0xfb)]=_0x1d37bd['eiOLQ'],PerformanceTester[_0xedcffb(0xa4)](PerformanceHookEvents[_0xedcffb(0x86)],()=>{const _0x56efbe=_0xedcffb;_0x453319[_0x56efbe(0xb6)](_0x3ea32a);},_0x128012)();});};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
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;
2
+ 'use strict';const a2_0xb4d4ae=a2_0x4605;(function(_0x4f120f,_0x3391e6){const _0x360675=a2_0x4605,_0x234e69=_0x4f120f();while(!![]){try{const _0x44b012=parseInt(_0x360675(0xdc))/0x1*(parseInt(_0x360675(0xe4))/0x2)+-parseInt(_0x360675(0x100))/0x3+parseInt(_0x360675(0x13b))/0x4*(-parseInt(_0x360675(0x143))/0x5)+-parseInt(_0x360675(0xdf))/0x6+parseInt(_0x360675(0x154))/0x7+parseInt(_0x360675(0xd5))/0x8+parseInt(_0x360675(0x12f))/0x9*(parseInt(_0x360675(0xe3))/0xa);if(_0x44b012===_0x3391e6)break;else _0x234e69['push'](_0x234e69['shift']());}catch(_0xd59205){_0x234e69['push'](_0x234e69['shift']());}}}(a2_0x35be,0xcaf29));function a2_0x35be(){const _0x33e171=['exports','hubUrl','Started\x20:\x20','1053112XhNILQ','../../helpers/test-observability/utils','frameworkName','eSYOk','existsSync','stop','format','join','10MfyQtu','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','util','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','mPKSV','/wd/hub','uQszi','test','BpAmB','YVjev','end','Rqmlx','chromium','codeceptjs/lib/index.js','qRMJs','cwd','key','2298793aVUZog','helpers','desiredCapabilities','map','lqdQO','../../helpers/helper','bootstrapAll','err','chrome','codecept.conf.js','accessibilityOptions','start','WTOjA','Failed\x20:\x20','env','config','sTAUV','log','../utils/constants','useW3C','toLowerCase','browserName','addOptions','prepareCapabilities','process','WLIcZ','root','slice','codecept.json','isTrue','browserWSEndpoint','teardownAll','bEepv','4651392yHMCfb','push','../../helpers/performance/constants','BROWSERSTACK_TEST_OBSERVABILITY_YML','before','EVENTS','webkit','2Xwcyxd','firefox','SxMDG','2500308hXbyQU','getPlaywrightUrl','winstonLogger','tnUfI','4290cRfrwh','1193710kvkClb','load','spawn','iYxoJ','drjzh','playwright-webkit','accessKey','../../helpers/BrowserStackSetup','stringify','BrowserStackPlugin.js','plugins','skipSessionName','printResults','0|3|5|2|4|1','Passed\x20:\x20','../../helpers/utilities','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','event','testConfig','../../helpers/test-observability/constants','browserStackCwd','kALCy','now','errorMessage','addConfig','length','Workers','SDK_SETUP','3346029EgSoNY','platforms','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','parallelsPerPlatform','assign','testContextOptions','run','result','findIndex','SEWPb','split','Playwright','failed','playwright-chromium','skipSessionStatus','BrowserStackPlugin','isEmpty','finalExecution','jugBL','stack','host','launchBuild','BUWWQ','isUndefined','profile','CODECEPT','user','replace','isTestObservabilitySession','forEach','SEOwu','lrIJa','browser','ACVBl','testObservability','chdir','jncsv','getPlatformName','MDKBZ','initialize','../../helpers/testhub/testhubHandler','title','JwUof','trim','mergeDeep','handleApp','SaaZX','16497vybcpg','enabled','info','USER_CONFIG_DETAILS_PATH','--config','TUYUd','createGroupsOfSuites','WebDriver','gherkin'];a2_0x35be=function(){return _0x33e171;};return a2_0x35be();}const fs=require('fs'),path=require('path'),util=require(a2_0xb4d4ae(0x145)),process=require(a2_0xb4d4ae(0xcc)),logger=require('../../helpers/logger')[a2_0xb4d4ae(0xe1)],{default:BrowserStackSetup}=require(a2_0xb4d4ae(0xeb)),helper=require(a2_0xb4d4ae(0x159)),utilities=require(a2_0xb4d4ae(0xf3)),{checkAccessibilityPlatformConfig}=require('../../helpers/accessibility-automation/helper'),{setAccessibilityCapabilities,processAccessibilityCaps}=require('../../bin/playwright/accessibility-helper'),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0xb4d4ae(0x159)),CodeceptJS=requireModule(a2_0xb4d4ae(0x150),'codeceptjs'),testOpsHelper=require(a2_0xb4d4ae(0x13c)),TestHubHandler=require(a2_0xb4d4ae(0x128)),constants=require(a2_0xb4d4ae(0xc6)),PerformanceTester=require('../../helpers/performance/performance-tester'),{FRAMEWORKS}=require(a2_0xb4d4ae(0xf7)),PerformanceEvents=require(a2_0xb4d4ae(0xd7))[a2_0xb4d4ae(0xda)],ClientTroubleShootingService=require('../utils/clientTroubleshootingService'),_testErrorData=[],getUserCodeceptJSConfigs=(_0x2630b7,_0x5cf84a)=>{const _0x3ae6f8=a2_0xb4d4ae,_0x518a8a={};_0x518a8a['eSYOk']=function(_0x17d79e,_0x34a6f6){return _0x17d79e===_0x34a6f6;},_0x518a8a[_0x3ae6f8(0xe8)]=_0x3ae6f8(0x15d),_0x518a8a[_0x3ae6f8(0x116)]=_0x3ae6f8(0xd0);const _0x499d5b=_0x518a8a;let _0x308913=null;const _0x6a24fb={};let _0x9946=_0x5cf84a[_0x3ae6f8(0x108)](_0x6967b9=>_0x6967b9===_0x3ae6f8(0x133));_0x499d5b[_0x3ae6f8(0x13e)](_0x9946,-0x1)&&(_0x9946=_0x5cf84a[_0x3ae6f8(0x108)](_0x3c3dab=>_0x3c3dab==='-c'));if(!helper[_0x3ae6f8(0x117)](_0x2630b7['config'])&&fs[_0x3ae6f8(0x13f)](path[_0x3ae6f8(0x142)](process[_0x3ae6f8(0x152)](),_0x2630b7[_0x3ae6f8(0x163)])))_0x308913=path[_0x3ae6f8(0x142)](process[_0x3ae6f8(0x152)](),_0x2630b7[_0x3ae6f8(0x163)]),_0x5cf84a['slice'](_0x9946,0x2);else{if(!helper[_0x3ae6f8(0x117)](_0x2630b7['c'])&&fs[_0x3ae6f8(0x13f)](path[_0x3ae6f8(0x142)](process[_0x3ae6f8(0x152)](),_0x2630b7['c'])))_0x308913=path[_0x3ae6f8(0x142)](process[_0x3ae6f8(0x152)](),_0x2630b7['c']),_0x5cf84a[_0x3ae6f8(0xcf)](_0x9946,0x2);else{if(fs[_0x3ae6f8(0x13f)](path[_0x3ae6f8(0x142)](process[_0x3ae6f8(0x152)](),_0x499d5b[_0x3ae6f8(0xe8)])))_0x308913=path[_0x3ae6f8(0x142)](process[_0x3ae6f8(0x152)](),_0x499d5b[_0x3ae6f8(0xe8)]);else fs[_0x3ae6f8(0x13f)](path['join'](process[_0x3ae6f8(0x152)](),_0x499d5b[_0x3ae6f8(0x116)]))&&(_0x308913=path[_0x3ae6f8(0x142)](process[_0x3ae6f8(0x152)](),_0x499d5b[_0x3ae6f8(0x116)]));}}return process[_0x3ae6f8(0x162)][_0x3ae6f8(0x132)]=_0x308913,_0x308913;},getO11yRerunPattern=()=>{const _0x40723f=a2_0xb4d4ae,_0x554c19=helper[_0x40723f(0xd1)](process[_0x40723f(0x162)]['BROWSERSTACK_RERUN']);if(_0x554c19){const _0x53a526=process[_0x40723f(0x162)]['BROWSERSTACK_RERUN_TESTS'],_0x990d08=[];if(helper['validateRerunTestList'](_0x53a526)&&!helper[_0x40723f(0x117)](_0x53a526)){_0x53a526[_0x40723f(0x10a)](',')[_0x40723f(0x157)](_0x30ba0a=>{const _0x4d7547=_0x40723f;_0x990d08['push']('('+_0x30ba0a[_0x4d7547(0x12b)]()+')');});const _0x2927c5='^'+_0x990d08[_0x40723f(0x142)]('|')+'$';return _0x2927c5;}}return null;},a2_0x23af76={};function a2_0x4605(_0x3f0484,_0x19e157){const _0x35be34=a2_0x35be();return a2_0x4605=function(_0x460593,_0x561b28){_0x460593=_0x460593-0xc6;let _0x47fd2a=_0x35be34[_0x460593];return _0x47fd2a;},a2_0x4605(_0x3f0484,_0x19e157);}a2_0x23af76[a2_0xb4d4ae(0x15c)]='chromium',a2_0x23af76[a2_0xb4d4ae(0x10d)]=a2_0xb4d4ae(0x14f),a2_0x23af76['playwright-firefox']=a2_0xb4d4ae(0xdd),a2_0x23af76[a2_0xb4d4ae(0xe9)]=a2_0xb4d4ae(0xdb);const pwToCodeceptBrowser=a2_0x23af76;async function run(_0x2c2845,_0x21e2dc,_0x3a4b9b){const _0x50ed96=a2_0xb4d4ae,_0x305ca9={'lrIJa':function(_0x175a5c,_0x2ab5e6,_0x549077,_0x4c876e){return _0x175a5c(_0x2ab5e6,_0x549077,_0x4c876e);},'JwUof':function(_0x39e0ae,_0x48c025){return _0x39e0ae+_0x48c025;},'tOPzw':function(_0x491f40,_0x4cd707){return _0x491f40(_0x4cd707);},'SaaZX':function(_0x3e99e1,_0x43b929,_0x56f722){return _0x3e99e1(_0x43b929,_0x56f722);},'kALCy':_0x50ed96(0x155),'SEWPb':function(_0x1310c6){return _0x1310c6();},'TUYUd':_0x50ed96(0x148),'qRMJs':function(_0x283ec6){return _0x283ec6();},'MQBaY':_0x50ed96(0x161),'Rqmlx':_0x50ed96(0xf2),'SxMDG':_0x50ed96(0x13a),'sTAUV':_0x50ed96(0xf1),'WLIcZ':_0x50ed96(0x146),'TRoao':function(_0x342bd8,_0x3ccac0,_0x4ef472){return _0x342bd8(_0x3ccac0,_0x4ef472);},'SEOwu':'Playwright','tQSGN':'WebDriver','jncsv':function(_0x2573bb,_0x3bcbbf){return _0x2573bb(_0x3bcbbf);},'MDKBZ':function(_0x2cc3d8,_0x22b4b8){return _0x2cc3d8!=_0x22b4b8;},'DxIWI':function(_0x3e3f29,_0x469797){return _0x3e3f29===_0x469797;},'CDHaK':function(_0x2ade7d,_0x3cec92,_0x517ae8){return _0x2ade7d(_0x3cec92,_0x517ae8);},'lqdQO':_0x50ed96(0x137),'vRXGH':function(_0xf77ed6){return _0xf77ed6();},'jugBL':function(_0xf30cba,_0x418bf5){return _0xf30cba*_0x418bf5;},'BpAmB':function(_0x531391,_0x36b225,_0x278b72){return _0x531391(_0x36b225,_0x278b72);},'iYxoJ':_0x50ed96(0x120),'WTOjA':function(_0x50b22f,_0x1340a2,_0x15d0ea){return _0x50b22f(_0x1340a2,_0x15d0ea);},'uQszi':_0x50ed96(0x156),'tnUfI':_0x50ed96(0xce),'ACVBl':_0x50ed96(0xed),'bEepv':_0x50ed96(0xf8)};await _0x3a4b9b[_0x50ed96(0x127)](_0x2c2845),await helper[_0x50ed96(0x12d)](_0x3a4b9b['config']);if(!_0x3a4b9b[_0x50ed96(0x163)])return;process[_0x50ed96(0x118)]=_0x2c2845[_0x50ed96(0x118)];_0x2c2845['profile']&&(process[_0x50ed96(0x162)]['profile']=_0x2c2845['profile']);const _0xc3f1ec=_0x305ca9['SaaZX'](getUserCodeceptJSConfigs,_0x2c2845,_0x21e2dc);let _0x68c477={};_0xc3f1ec?(logger[_0x50ed96(0x131)](_0x50ed96(0xf4)+_0xc3f1ec),_0x68c477=CodeceptJS['config'][_0x50ed96(0xe5)](_0xc3f1ec)):logger['info'](_0x305ca9[_0x50ed96(0xcd)]);let _0x417717=![];_0x305ca9['TRoao'](nestedKeyValue,_0x68c477,[_0x305ca9['kALCy'],_0x305ca9[_0x50ed96(0x11e)]])&&(_0x417717=!![]);const _0x17580a=_0x417717?_0x305ca9[_0x50ed96(0x11e)]:_0x305ca9['tQSGN'];let _0x266b78=!_0x417717?helper[_0x50ed96(0xc7)](_0x3a4b9b[_0x50ed96(0x163)]):![];!helper[_0x50ed96(0x117)](_0x3a4b9b[_0x50ed96(0x163)][_0x50ed96(0x15e)])&&(process[_0x50ed96(0x162)][_0x50ed96(0x144)]=JSON[_0x50ed96(0xec)](_0x3a4b9b[_0x50ed96(0x163)]['accessibilityOptions']));let _0x25960c=_0x3a4b9b['config']['accessibility'];_0x25960c=_0x25960c||_0x305ca9[_0x50ed96(0x124)](checkAccessibilityPlatformConfig,_0x3a4b9b['config']),process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x25960c;_0x25960c&&(_0x266b78=!_0x25960c);_0x305ca9[_0x50ed96(0x126)](_0x3a4b9b['config'][_0x50ed96(0x122)],null)?process[_0x50ed96(0x162)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x3a4b9b[_0x50ed96(0x163)][_0x50ed96(0x122)]:process[_0x50ed96(0x162)][_0x50ed96(0xd8)]=_0x305ca9['DxIWI'](_0x17580a,_0x305ca9[_0x50ed96(0x11e)]);const _0x33e55a=_0x305ca9['CDHaK'](nestedKeyValue,_0x68c477,[_0x305ca9[_0x50ed96(0x158)]]),_0x5c8d2d=_0x33e55a&&!helper[_0x50ed96(0x110)](_0x33e55a)?FRAMEWORKS['CODECEPT_CUCUMBER']:FRAMEWORKS[_0x50ed96(0x119)],_0xf4f112=await TestHubHandler[_0x50ed96(0x115)](_0x5c8d2d,_0x3a4b9b);_0x25960c&&_0x305ca9['jncsv'](setAccessibilityCapabilities,_0x3a4b9b[_0x50ed96(0x163)]);const _0x3102e0={},_0x5d4504=[],_0x233aa3=_0x3a4b9b['config'][_0x50ed96(0x103)]||helper['getUserWorkerCount'](_0x2c2845,_0x21e2dc,_0x3a4b9b['config'],constants['FRAMEWORKS'][_0x50ed96(0x119)])||0x1;let _0x2be16b=0x1;if(_0x305ca9['vRXGH'](isBrowserstackInfra)){const _0x30c3fb=helper[_0x50ed96(0xcb)](_0x3a4b9b['config'],_0x266b78,constants['FRAMEWORKS'][_0x50ed96(0x119)]);_0x30c3fb[_0x50ed96(0x11d)](_0x5106cd=>{helper['setAdditionalCapabilities'](_0x5106cd);}),helper['validPlatformsPresent'](_0x3a4b9b[_0x50ed96(0x163)])?_0x2be16b=_0x305ca9[_0x50ed96(0x112)](_0x233aa3,_0x3a4b9b['config'][_0x50ed96(0x101)][_0x50ed96(0xfd)]):_0x2be16b=_0x233aa3,_0x30c3fb['forEach'](_0x51c073=>{const _0x53afec=_0x50ed96,_0x20aae7={'SLxvb':function(_0x37300e,_0x3bdb86,_0x59d47f,_0x330a5b){const _0x9f3a5e=a2_0x4605;return _0x305ca9[_0x9f3a5e(0x11f)](_0x37300e,_0x3bdb86,_0x59d47f,_0x330a5b);},'YVjev':function(_0xf5985,_0x5977f6){const _0x526314=a2_0x4605;return _0x305ca9[_0x526314(0x12a)](_0xf5985,_0x5977f6);},'mPKSV':function(_0x410593,_0x2bb169){return _0x305ca9['tOPzw'](_0x410593,_0x2bb169);}},_0x97e459=_0x305ca9[_0x53afec(0x12a)](helper[_0x53afec(0x125)](_0x51c073,'_'),'_'+Date[_0x53afec(0xfa)]()),_0x3cce86=((()=>{const _0x9bfc63=_0x53afec;if(_0x417717){const _0x175e63=pwToCodeceptBrowser[_0x51c073[_0x9bfc63(0xc9)]]||_0x51c073[_0x9bfc63(0xc9)],_0xeff250=helper[_0x9bfc63(0xe0)](_0x3a4b9b[_0x9bfc63(0x163)]),_0xb7dc4b=Object[_0x9bfc63(0x104)]({},_0x51c073);return _0x20aae7['SLxvb'](processAccessibilityCaps,_0xb7dc4b,_0xeff250,null),{'browser':_0x175e63,[_0x175e63]:{'browserWSEndpoint':_0x20aae7[_0x9bfc63(0x14c)](_0xeff250,_0x20aae7[_0x9bfc63(0x147)](encodeURIComponent,JSON[_0x9bfc63(0xec)](_0xb7dc4b)))}};}const _0x1ca623={};return _0x1ca623[_0x9bfc63(0x156)]=_0x51c073,_0x1ca623[_0x9bfc63(0x11a)]=_0x3a4b9b[_0x9bfc63(0x163)]['userName'],_0x1ca623[_0x9bfc63(0x153)]=_0x3a4b9b['config'][_0x9bfc63(0xea)],_0x1ca623;})()),_0x193f4f=_0x305ca9[_0x53afec(0x12e)](nestedKeyValue,_0x68c477,[_0x305ca9[_0x53afec(0xf9)],_0x17580a]);_0x3102e0[_0x97e459]=_0x193f4f?helper[_0x53afec(0x12c)](_0x3cce86,_0x193f4f):_0x3cce86;if(_0x417717)_0x3102e0[_0x97e459][_0x53afec(0x120)]=pwToCodeceptBrowser[_0x51c073['browserName']]||_0x51c073[_0x53afec(0xc9)];else{_0x3102e0[_0x97e459][_0x53afec(0x120)]=_0x51c073[_0x53afec(0xc9)]||_0x3cce86['browser'];if(_0x305ca9[_0x53afec(0x109)](isBrowserstackInfra)){_0x3102e0[_0x97e459][_0x53afec(0x114)]=constants[_0x53afec(0x139)][_0x53afec(0x11b)](_0x305ca9[_0x53afec(0x134)],'')['replace'](/https?:\/\//,'');;_0x3102e0[_0x97e459]['path']=_0x305ca9[_0x53afec(0x134)];}}_0x5d4504['push'](_0x97e459);});}else{_0x2be16b=0x1;if(_0x417717){const _0x50c9f3=_0x305ca9['BpAmB'](nestedKeyValue,_0x68c477,[_0x305ca9[_0x50ed96(0xf9)],_0x17580a,_0x305ca9[_0x50ed96(0xe7)]]),_0x3f6101=_0x305ca9[_0x50ed96(0x160)](nestedKeyValue,_0x68c477,[_0x305ca9[_0x50ed96(0xf9)],_0x17580a,_0x50c9f3]);if(_0x3f6101&&_0x3f6101[_0x50ed96(0xd2)]){const _0x2ae340={};_0x2ae340[_0x50ed96(0x101)]=[],_0x3f6101['browserWSEndpoint']=helper[_0x50ed96(0xcb)](Object['assign']({},_0x3a4b9b[_0x50ed96(0x163)],_0x2ae340),null,_0x5c8d2d['toLowerCase'](),null,null,_0x3f6101[_0x50ed96(0xd2)]);}}else{const _0x12d8e9={};_0x12d8e9[_0x50ed96(0x101)]=[],_0x68c477[_0x305ca9['kALCy']][_0x17580a][_0x305ca9['uQszi']]=helper[_0x50ed96(0xcb)](Object['assign']({},_0x3a4b9b[_0x50ed96(0x163)],_0x12d8e9),null,_0x5c8d2d[_0x50ed96(0xc8)](),_0x305ca9[_0x50ed96(0x14b)](nestedKeyValue,_0x68c477,[_0x305ca9['kALCy'],_0x17580a,_0x305ca9[_0x50ed96(0x149)]])||{},null,null);}_0x3102e0[_0x305ca9[_0x50ed96(0xe2)]]=_0x68c477,_0x5d4504[_0x50ed96(0xd6)](_0x305ca9[_0x50ed96(0xe2)]);}const _0x18c540={};_0x18c540[_0x50ed96(0xf6)]=_0xc3f1ec;const _0x5a2a75=_0x18c540,_0x3af5f7=path[_0x50ed96(0x142)](__dirname,_0x305ca9[_0x50ed96(0x121)]),_0x21154d=process[_0x50ed96(0x152)]();process[_0x50ed96(0x162)][_0x305ca9[_0x50ed96(0xd4)]]=_0x21154d,process[_0x50ed96(0x123)](path['dirname'](_0xc3f1ec));const _0x17cee4=new CodeceptJS[(_0x50ed96(0xfe))](null,_0x5a2a75),_0x243f23=_0x17cee4[_0x50ed96(0x135)](_0x2be16b),_0xfe2e77=testOpsHelper[_0x50ed96(0x11c)](),_0x445ec9=_0x5d4504['map'](_0x2c9ad2=>{const _0x3fd6f7=_0x50ed96,_0x5711f2={};_0x5711f2[_0x3fd6f7(0x10b)]=_0x3102e0[_0x2c9ad2];const _0x2be1b5={};_0x2be1b5[_0x3fd6f7(0x136)]=_0x3102e0[_0x2c9ad2];const _0x1321b4=_0x417717?_0x5711f2:_0x2be1b5,_0x239134=_0x305ca9[_0x3fd6f7(0x109)](getO11yRerunPattern),_0x47edc4={};_0x47edc4[_0x3fd6f7(0x155)]=_0x1321b4;const _0x282594={};_0x282594['require']=_0x3af5f7,_0x282594[_0x3fd6f7(0x130)]=!![],_0x282594[_0x3fd6f7(0xef)]=_0x3a4b9b[_0x3fd6f7(0x163)][_0x3fd6f7(0x105)][_0x3fd6f7(0xef)],_0x282594[_0x3fd6f7(0x10e)]=_0x3a4b9b[_0x3fd6f7(0x163)][_0x3fd6f7(0x105)][_0x3fd6f7(0x10e)],_0x282594['testObservability']=_0xfe2e77,_0x282594[_0x3fd6f7(0x13d)]=_0x5c8d2d;const _0x5253f8={};_0x5253f8[_0x3fd6f7(0x10f)]=_0x282594;const _0x3681b6={};return _0x3681b6[_0x3fd6f7(0xee)]=_0x5253f8,helper[_0x3fd6f7(0x12c)]({},_0x68c477,_0x305ca9['qRMJs'](isBrowserstackInfra)?_0x47edc4:{},_0x239134?{'grep':_0x239134}:{},_0x3681b6);});for(const _0x5c4915 of _0x445ec9){for(const _0x3cad50 of _0x243f23){const _0x27d717=_0x17cee4[_0x50ed96(0xe6)]();_0x27d717['addTests'](_0x3cad50),_0x27d717[_0x50ed96(0xfc)](_0x5c4915);const _0x228545={};_0x228545[_0x50ed96(0x163)]=_0xc3f1ec,_0x27d717[_0x50ed96(0xca)](Object[_0x50ed96(0x104)](_0x228545,_0x2c2845));}}_0x17cee4['on'](CodeceptJS[_0x50ed96(0xf5)]['test'][_0x50ed96(0x10c)],(_0x230b09,_0x3807e8)=>{const _0x53ba99=_0x50ed96;console[_0x53ba99(0x165)](_0x305ca9['MQBaY'],_0x230b09['title']);const _0x431e0e={[_0x230b09[_0x53ba99(0x129)]]:_0x230b09[_0x53ba99(0x15b)][_0x53ba99(0x113)]};_testErrorData[_0x53ba99(0xd6)](_0x431e0e);}),_0x17cee4['on'](CodeceptJS[_0x50ed96(0xf5)][_0x50ed96(0x14a)]['passed'],async _0x53d140=>{const _0x1b6a87=_0x50ed96;console['log'](_0x305ca9[_0x1b6a87(0x14e)],_0x53d140[_0x1b6a87(0x129)]);}),_0x17cee4['on'](CodeceptJS[_0x50ed96(0xf5)][_0x50ed96(0x14a)][_0x50ed96(0xd9)],async _0x53a29b=>{const _0x28ead7=_0x50ed96;console[_0x28ead7(0x165)](_0x305ca9[_0x28ead7(0xde)],_0x53a29b['title']);}),_0x17cee4['on'](CodeceptJS[_0x50ed96(0xf5)]['all'][_0x50ed96(0x107)],async()=>{const _0x49c4d4=_0x50ed96,_0x345e42=_0x305ca9[_0x49c4d4(0x164)]['split']('|');let _0x2211d8=0x0;while(!![]){switch(_0x345e42[_0x2211d8++]){case'0':PerformanceTester[_0x49c4d4(0x15f)](PerformanceEvents['SDK_CLEANUP']);continue;case'1':_0x17cee4[_0x49c4d4(0xf0)]();continue;case'2':utilities[_0x49c4d4(0x111)](_0x3a4b9b);continue;case'3':_0x3a4b9b[_0x49c4d4(0xfb)]=_testErrorData;continue;case'4':try{await TestHubHandler[_0x49c4d4(0x140)]();}catch(_0x5e85b9){logger['debug'](_0x49c4d4(0x102)+util[_0x49c4d4(0x141)](_0x5e85b9));}continue;case'5':testOpsHelper['printBuildLink']();continue;}break;}});async function _0x276167(){const _0x4b0cc5=_0x50ed96;try{await _0x17cee4[_0x4b0cc5(0x15a)](),await _0x17cee4[_0x4b0cc5(0x106)]();}finally{process['chdir'](_0x21154d),await _0x17cee4[_0x4b0cc5(0xd3)]();}}PerformanceTester[_0x50ed96(0x14d)](PerformanceEvents[_0x50ed96(0xff)]),_0x305ca9[_0x50ed96(0x151)](_0x276167);}module[a2_0xb4d4ae(0x138)]=run;
@@ -1 +1 @@
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
+ const a3_0x130c6e=a3_0x435a;(function(_0x4b1011,_0x42af55){const _0x429552=a3_0x435a,_0x4ffd27=_0x4b1011();while(!![]){try{const _0x1e7bc8=parseInt(_0x429552(0x1fa))/0x1+-parseInt(_0x429552(0x1f8))/0x2+-parseInt(_0x429552(0x1f7))/0x3+-parseInt(_0x429552(0x1dc))/0x4*(parseInt(_0x429552(0x1c9))/0x5)+parseInt(_0x429552(0x1d0))/0x6+-parseInt(_0x429552(0x1e7))/0x7*(-parseInt(_0x429552(0x1f1))/0x8)+parseInt(_0x429552(0x1ef))/0x9;if(_0x1e7bc8===_0x42af55)break;else _0x4ffd27['push'](_0x4ffd27['shift']());}catch(_0x58727e){_0x4ffd27['push'](_0x4ffd27['shift']());}}}(a3_0x1372,0xa47db));function a3_0x435a(_0x3a7815,_0x9115d4){const _0x1372cf=a3_0x1372();return a3_0x435a=function(_0x435a4b,_0x57289d){_0x435a4b=_0x435a4b-0x1c8;let _0x5dbcfe=_0x1372cf[_0x435a4b];return _0x5dbcfe;},a3_0x435a(_0x3a7815,_0x9115d4);}const {isUndefined,nestedKeyValue}=require(a3_0x130c6e(0x1df)),logger=require(a3_0x130c6e(0x1cd))[a3_0x130c6e(0x204)],PlaywrightSessionDetails=require(a3_0x130c6e(0x1e8)),{isAccessibilityAutomationSession}=require(a3_0x130c6e(0x214)),{getObservabilityLinkedProductName}=require('../../helpers/test-observability/utils'),getOSVersionFromCaps=_0x75b86a=>{const _0x4d78c9=a3_0x130c6e,_0x212ff8={};_0x212ff8[_0x4d78c9(0x1dd)]='bstack:options',_0x212ff8[_0x4d78c9(0x1f9)]=_0x4d78c9(0x203),_0x212ff8[_0x4d78c9(0x205)]=_0x4d78c9(0x1d4),_0x212ff8[_0x4d78c9(0x1c8)]=_0x4d78c9(0x1e2),_0x212ff8[_0x4d78c9(0x1ca)]=_0x4d78c9(0x1db);const _0x6e73eb=_0x212ff8;if(!_0x75b86a)return null;const _0x249107=_0x75b86a[_0x6e73eb['shsVl']],_0x52f2a3=[_0x6e73eb[_0x4d78c9(0x1f9)],_0x6e73eb[_0x4d78c9(0x205)],_0x6e73eb['DpyNs'],_0x6e73eb['NpICg']];for(const _0x44af75 of _0x52f2a3){if(_0x249107&&_0x249107[_0x44af75])return _0x249107[_0x44af75];else{if(_0x75b86a[_0x44af75])return _0x75b86a[_0x44af75];}}return null;};function a3_0x1372(){const _0x7f5b3d=['Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','HMzvw','cnayY','__cloud_provider___','browserVersion','caps','bsSessionId','platformVersion','winstonLogger','wNjph','name','ZorQh','config','fetchPlatformDetails','browserName','deviceName','bMwQm','AOPAq','latest','cloudProvider','desiredCapabilities','aIAiU','playwright-chromium','SqGRS','../../helpers/accessibility-automation/helper','DpyNs','791510KAGjLn','NpICg','capabilities','accessibilityPlatform','../../helpers/logger','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','iXTuF','3771342SSShNm','FAyOH','platformName','RCdDy','platform_version','sessionId','EgjGA','searchParams','string','kRdNW','LRnno','os_version','12jIXfyS','shsVl','gbdal','../../helpers/helper','chrome','constructor','osVersion','parse','SfkeE','IfaXJ','includes','2367673FDdLvm','../../bin/playwright/sessionDetails','shouldPatchExecuteScript','unknown_grid','ZwmxQ','getDetails','BKxbd','jlAMl','9727776MdrJcD','LIRIN','8yaiSzq','WebDriver','PjpVV','browser','warn','browser_version','1510767lLuHsk','1882452SyPkHM','DVPJe','545816cZtTLD','ccQUW'];a3_0x1372=function(){return _0x7f5b3d;};return a3_0x1372();}exports[a3_0x130c6e(0x209)]=_0x2b3902=>{const _0x28b1e6=a3_0x130c6e,_0x457320={'iXTuF':_0x28b1e6(0x1ea),'AOPAq':function(_0x432df1,_0x1a1eb0){return _0x432df1===_0x1a1eb0;},'BKxbd':_0x28b1e6(0x1f2),'bMwQm':function(_0x3dec0a,_0x1891de){return _0x3dec0a(_0x1891de);},'HMzvw':function(_0x2f99e0,_0x3234a9,_0x2f68d7){return _0x2f99e0(_0x3234a9,_0x2f68d7);},'SqGRS':_0x28b1e6(0x208),'EgjGA':_0x28b1e6(0x210),'ccQUW':function(_0x517d4f,_0xad56af){return _0x517d4f(_0xad56af);},'IfaXJ':'Playwright','cnayY':function(_0x5c1708,_0x293682,_0x39c171){return _0x5c1708(_0x293682,_0x39c171);},'aqraP':_0x28b1e6(0x1f4),'jlAMl':'browserWSEndpoint','ZwmxQ':_0x28b1e6(0x201)};if(!_0x2b3902)return null;let _0x764fda=global[_0x28b1e6(0x1ff)]||_0x457320[_0x28b1e6(0x1cf)];if(_0x457320[_0x28b1e6(0x20d)](_0x2b3902['constructor']['name'],_0x457320[_0x28b1e6(0x1ed)])){const _0x34bf0b=_0x2b3902[_0x28b1e6(0x1f4)];if(!_0x34bf0b)return null;const _0xf39595=_0x34bf0b[_0x28b1e6(0x1cb)],_0x194ce2=_0x457320[_0x28b1e6(0x20c)](getOSVersionFromCaps,_0x457320[_0x28b1e6(0x1fd)](nestedKeyValue,_0x2b3902,[_0x457320[_0x28b1e6(0x213)],_0x457320[_0x28b1e6(0x1d6)]]));return{[_0x764fda]:{'browser':_0xf39595[_0x28b1e6(0x20a)],'browser_version':_0xf39595[_0x28b1e6(0x200)],'capabilities':_0xf39595,'platform':_0xf39595[_0x28b1e6(0x1d2)],'platform_version':_0xf39595[_0x28b1e6(0x203)]||_0x194ce2,'product':_0x457320['ccQUW'](getObservabilityLinkedProductName,_0xf39595),'session_id':_0x34bf0b[_0x28b1e6(0x1d5)]}};}else{if(_0x457320['AOPAq'](_0x2b3902[_0x28b1e6(0x1e1)][_0x28b1e6(0x206)],_0x457320[_0x28b1e6(0x1e5)])){const _0x175c6b=PlaywrightSessionDetails[_0x28b1e6(0x1ec)]();_0x764fda=_0x175c6b[_0x28b1e6(0x20f)]||_0x764fda;const _0x24adff=_0x457320[_0x28b1e6(0x1fe)](nestedKeyValue,_0x2b3902,[_0x457320[_0x28b1e6(0x213)],_0x457320['aqraP'],_0x457320[_0x28b1e6(0x1ee)]]),_0x288073=_0x24adff?JSON[_0x28b1e6(0x1e3)](new URL(_0x24adff)[_0x28b1e6(0x1d7)]['get'](_0x457320[_0x28b1e6(0x1eb)])):{};return{[_0x764fda]:{'browser':_0x175c6b[_0x28b1e6(0x1f4)]||_0x288073[_0x28b1e6(0x20a)],'browser_version':_0x175c6b[_0x28b1e6(0x1f6)]||_0x288073[_0x28b1e6(0x1f6)],'capabilities':_0x288073,'platform':_0x175c6b['platform'],'platform_version':_0x175c6b['platform_version'],'product':_0x457320[_0x28b1e6(0x1fb)](getObservabilityLinkedProductName,_0x288073),'session_id':_0x175c6b[_0x28b1e6(0x202)]}};}}},exports['processWebDriverConfig']=_0x266b34=>{const _0x303dff=a3_0x130c6e,_0x2661cf={'PjpVV':function(_0x154d8c){return _0x154d8c();},'LIRIN':function(_0x3d26aa,_0x4eca3c){return _0x3d26aa===_0x4eca3c;},'FAyOH':_0x303dff(0x20e),'RCdDy':function(_0x6aa90d,_0x760871){return _0x6aa90d>_0x760871;},'MitzS':function(_0x5eeda7,_0x3f2d42){return _0x5eeda7(_0x3f2d42);},'gbdal':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','moPwt':_0x303dff(0x1e0),'pqlFy':function(_0x4891b2,_0x4ce49d){return _0x4891b2===_0x4ce49d;},'qYgpX':_0x303dff(0x212),'kRdNW':_0x303dff(0x1fc),'bTFDH':_0x303dff(0x1ce)};if(_0x2661cf[_0x303dff(0x1f3)](isAccessibilityAutomationSession)){const _0x256ece=_0x266b34[_0x303dff(0x1f4)],_0x567958=_0x256ece[_0x303dff(0x1cb)];global['accessibilityPlatform']=!![],!(_0x2661cf[_0x303dff(0x1f0)](_0x567958['browserVersion'],_0x2661cf[_0x303dff(0x1d1)])||_0x2661cf[_0x303dff(0x1d3)](_0x2661cf['MitzS'](parseInt,_0x567958[_0x303dff(0x200)]),0x5e))&&(logger[_0x303dff(0x1f5)](_0x2661cf[_0x303dff(0x1de)]),global[_0x303dff(0x1cc)]=![]),!(_0x2661cf['LIRIN'](_0x567958['browserName'],_0x2661cf['moPwt'])||_0x2661cf['pqlFy'](_0x567958[_0x303dff(0x20a)],_0x2661cf['qYgpX']))&&(logger[_0x303dff(0x1f5)](_0x2661cf[_0x303dff(0x1d9)]),global[_0x303dff(0x1cc)]=![]),!_0x2661cf['MitzS'](isUndefined,_0x567958[_0x303dff(0x20b)])&&(logger[_0x303dff(0x1f5)](_0x2661cf['bTFDH']),global[_0x303dff(0x1cc)]=![]);}},exports[a3_0x130c6e(0x1e9)]=_0x536aa2=>{const _0x3a67ce=a3_0x130c6e,_0x2eadb5={};_0x2eadb5[_0x3a67ce(0x1da)]=function(_0x5aa3ed,_0x2a27bd){return _0x5aa3ed!==_0x2a27bd;},_0x2eadb5[_0x3a67ce(0x211)]=_0x3a67ce(0x1d8),_0x2eadb5['ZorQh']='browserstack_executor',_0x2eadb5['SfkeE']='browserstack_accessibility_automation_script';const _0x4b1742=_0x2eadb5;if(!_0x536aa2)return![];else{if(_0x4b1742[_0x3a67ce(0x1da)](typeof _0x536aa2,_0x4b1742[_0x3a67ce(0x211)]))return!![];}return!_0x536aa2[_0x3a67ce(0x1e6)](_0x4b1742[_0x3a67ce(0x207)])&&!_0x536aa2[_0x3a67ce(0x1e6)](_0x4b1742[_0x3a67ce(0x1e4)]);};
@@ -1 +1 @@
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;
1
+ const a4_0x1db952=a4_0x323a;(function(_0xedfab2,_0x3dba1d){const _0x47eba8=a4_0x323a,_0xd729dd=_0xedfab2();while(!![]){try{const _0x57efd3=-parseInt(_0x47eba8(0x200))/0x1*(parseInt(_0x47eba8(0x26f))/0x2)+parseInt(_0x47eba8(0x191))/0x3+parseInt(_0x47eba8(0x225))/0x4*(-parseInt(_0x47eba8(0x1da))/0x5)+-parseInt(_0x47eba8(0x1ea))/0x6*(parseInt(_0x47eba8(0x253))/0x7)+-parseInt(_0x47eba8(0x223))/0x8*(-parseInt(_0x47eba8(0x24d))/0x9)+parseInt(_0x47eba8(0x1f2))/0xa*(parseInt(_0x47eba8(0x19f))/0xb)+-parseInt(_0x47eba8(0x1e1))/0xc*(-parseInt(_0x47eba8(0x19b))/0xd);if(_0x57efd3===_0x3dba1d)break;else _0xd729dd['push'](_0xd729dd['shift']());}catch(_0x4d9ee9){_0xd729dd['push'](_0xd729dd['shift']());}}}(a4_0x2e47,0xa3682));const path=require(a4_0x1db952(0x203)),fs=require('fs'),{v4:uuidv4}=require(a4_0x1db952(0x19a)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x1db952(0x185)),testOpsHelper=require(a4_0x1db952(0x1c9)),{getTestEnv}=require(a4_0x1db952(0x230)),{FRAMEWORKS}=require(a4_0x1db952(0x26c)),logger=require(a4_0x1db952(0x1e5))[a4_0x1db952(0x212)],SessionHandler=require(a4_0x1db952(0x226)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),PlaywrightSessionDetails=require(a4_0x1db952(0x1d2)),debug=testOpsHelper['debug'],{processAccessibilityCaps}=require(a4_0x1db952(0x18c)),Constants=require(a4_0x1db952(0x23b)),{fetchPlatformDetails}=require('./helper.js'),{shouldProcessEventForTesthub,appendTesthubParams}=require('../../helpers/testhub/utils.js'),constants=require('../utils/constants'),STATE_PASSED=a4_0x1db952(0x1c5),STATE_FAILED=a4_0x1db952(0x255),a4_0x5dee52={};a4_0x5dee52[a4_0x1db952(0x20a)]=a4_0x1db952(0x1f5),a4_0x5dee52[a4_0x1db952(0x209)]=a4_0x1db952(0x1dc),a4_0x5dee52[a4_0x1db952(0x1d4)]=a4_0x1db952(0x22d),a4_0x5dee52['HOOK_RUN_STARTED']=a4_0x1db952(0x1b8),a4_0x5dee52['HOOK_RUN_FINISHED']='HookRunFinished';const TEST_EVENTS=a4_0x5dee52,parseEvent=_0x1c6b58=>{const _0xb37e6e=a4_0x1db952,_0x638326={};_0x638326[_0xb37e6e(0x25d)]=function(_0x5f2ff6,_0x10c4bd){return _0x5f2ff6<_0x10c4bd;},_0x638326['pgQtw']=function(_0x3826d5,_0x30e173){return _0x3826d5===_0x30e173;},_0x638326[_0xb37e6e(0x187)]=_0xb37e6e(0x247),_0x638326['rmASy']=_0xb37e6e(0x210),_0x638326[_0xb37e6e(0x224)]='skipped',_0x638326['iudSp']=function(_0x23efb7,_0x31c4a9){return _0x23efb7===_0x31c4a9;},_0x638326[_0xb37e6e(0x248)]=_0xb37e6e(0x193),_0x638326['RaJwR']=function(_0x44534e,_0x22a20c){return _0x44534e===_0x22a20c;},_0x638326[_0xb37e6e(0x1fd)]=_0xb37e6e(0x1e2);const _0x44f95d=_0x638326,_0x41410d=_0x1c6b58['match'](/^(.*)Run(.*)$/);if(!_0x41410d)return null;if(_0x44f95d['UHwOI'](_0x41410d[_0xb37e6e(0x24b)],0x3))return null;const _0x3742c0=_0x41410d[0x1]['toLowerCase'](),_0x5dd5ae=_0x41410d[0x2][_0xb37e6e(0x1bd)]();return{'test':_0x44f95d['pgQtw'](_0x3742c0,_0x44f95d[_0xb37e6e(0x187)]),'hook':_0x44f95d[_0xb37e6e(0x22b)](_0x3742c0,_0x44f95d[_0xb37e6e(0x1b6)]),'skipped':_0x44f95d[_0xb37e6e(0x22b)](_0x5dd5ae,_0x44f95d[_0xb37e6e(0x224)]),'started':_0x44f95d[_0xb37e6e(0x1e9)](_0x5dd5ae,_0x44f95d[_0xb37e6e(0x248)]),'finished':_0x44f95d[_0xb37e6e(0x251)](_0x5dd5ae,_0x44f95d[_0xb37e6e(0x1fd)])};},mockPWBrowserType=_0x3e0a42=>{const _0x24a1fd=a4_0x1db952,_0x3ad445={'YoIJc':function(_0x47944c,_0xe2ecaf){return _0x47944c===_0xe2ecaf;},'Urifm':_0x24a1fd(0x218),'hazMQ':function(_0x3ea2c4,_0x4a5018,_0x73f4cf){return _0x3ea2c4(_0x4a5018,_0x73f4cf);},'eeMrE':_0x24a1fd(0x237),'UUroJ':function(_0x23873c,_0x26d255){return _0x23873c(_0x26d255);},'TmpIL':_0x24a1fd(0x1df),'pPyVc':function(_0x3043c9,_0x34d682){return _0x3043c9(_0x34d682);},'ADIaF':'lib','tPJzg':_0x24a1fd(0x23c),'koZHX':_0x24a1fd(0x1ff),'kTCHN':_0x24a1fd(0x236),'ueFDh':_0x24a1fd(0x198),'wVKnp':_0x24a1fd(0x1ec)},_0x296ed4=path[_0x24a1fd(0x23e)](_0x3ad445[_0x24a1fd(0x1be)],_0x3ad445[_0x24a1fd(0x199)],_0x3ad445['koZHX']),_0x1d4a30=_0x3ad445[_0x24a1fd(0x222)](importFileFromPWCore,_0x296ed4);if(!_0x1d4a30){_0x3ad445['UUroJ'](debug,_0x3ad445[_0x24a1fd(0x1f6)]);return;}const _0x377285=_0x1d4a30[_0x24a1fd(0x1dd)],_0x3960ae=_0x377285[_0x24a1fd(0x21e)];if(_0x3960ae[_0x24a1fd(0x1cf)])return;const _0x532a61=_0x3960ae['connect'];Object[_0x24a1fd(0x188)](_0x3960ae,_0x3ad445['ueFDh'],{'get':function(){return async function _0x39405b(_0x3ce05b,_0x4689e6){const _0x43873f=a4_0x323a,_0x2809aa={'awnAK':function(_0x24f9d1,_0x1156a3){const _0x2652dc=a4_0x323a;return _0x3ad445[_0x2652dc(0x1a9)](_0x24f9d1,_0x1156a3);},'PwqCX':_0x3ad445['Urifm']},_0x3a24ff=_0x3ad445[_0x43873f(0x25e)](nestedKeyValue,_0x3ce05b,[_0x3ad445[_0x43873f(0x214)]])||_0x3ce05b;let _0x44ab31=null,_0x3b7e48=null;try{[_0x3b7e48,_0x44ab31]=_0x3a24ff?_0x3ad445[_0x43873f(0x222)](parseWSEndpoint,_0x3a24ff):[null,null],global['__platformCaps']=_0x44ab31,logger[_0x43873f(0x1c8)](_0x43873f(0x250)+_0x3b7e48),_0x3b7e48[_0x43873f(0x1e7)](Constants[_0x43873f(0x1a3)])&&(global[_0x43873f(0x1d7)]=_0x3ad445[_0x43873f(0x245)]);}catch(_0x422e3b){logger[_0x43873f(0x1c8)]('Failed\x20to\x20parse\x20wsendpoint\x20'+_0x3a24ff+'\x20'+_0x422e3b);}_0x3ad445[_0x43873f(0x25e)](processAccessibilityCaps,_0x44ab31,_0x3b7e48);if(global[_0x43873f(0x1ab)]){const _0x551968=await _0x3960ae[_0x43873f(0x22e)][_0x43873f(0x240)](this,[''+Constants[_0x43873f(0x192)]+_0x3ad445[_0x43873f(0x1eb)](encodeURIComponent,JSON['stringify'](_0x44ab31))]);return PlaywrightSessionDetails[_0x43873f(0x27b)](_0x551968,_0x3e0a42,_0x3a24ff),_0x551968;}return _0x532a61[_0x43873f(0x240)](this,arguments)[_0x43873f(0x275)](_0x58d479=>{const _0x3ec21f=_0x43873f;let _0x53cff1=_0x3ce05b[_0x3ec21f(0x237)];return _0x2809aa[_0x3ec21f(0x239)](typeof _0x3ce05b,_0x2809aa[_0x3ec21f(0x1ee)])&&(_0x53cff1=_0x3ce05b),PlaywrightSessionDetails[_0x3ec21f(0x27b)](_0x58d479,_0x3e0a42,_0x53cff1),_0x58d479;});};}});const _0x4da78d=_0x3960ae[_0x24a1fd(0x1ec)];Object[_0x24a1fd(0x188)](_0x3960ae,_0x3ad445['wVKnp'],{'get':function(){return async function _0x4affde(){const _0x4da334=a4_0x323a;return _0x4da78d[_0x4da334(0x240)](this,arguments)[_0x4da334(0x275)](_0x88e8fd=>{const _0x24bed9=_0x4da334;return PlaywrightSessionDetails[_0x24bed9(0x27b)](_0x88e8fd,null),_0x88e8fd;});};}});};class O11yHelper{[a4_0x1db952(0x195)]=null;['currentHook']=null;[a4_0x1db952(0x273)]=![];[a4_0x1db952(0x217)]=![];constructor(_0x55f337,_0x548123){const _0x3f1fe0=a4_0x1db952,_0x5941ad={'XZJrr':'3|0|1|4|2|5','otqaX':function(_0x32cbd7){return _0x32cbd7();},'Opawg':function(_0x267fd1,_0x154e17){return _0x267fd1===_0x154e17;},'fHRCj':_0x3f1fe0(0x25c),'OSeuL':function(_0xdb17e5,_0x4ba567){return _0xdb17e5(_0x4ba567);}},_0x29b291=_0x5941ad['XZJrr'][_0x3f1fe0(0x1cc)]('|');let _0x33ce47=0x0;while(!![]){switch(_0x29b291[_0x33ce47++]){case'0':this[_0x3f1fe0(0x217)]=_0x548123['frameworkName'];continue;case'1':this[_0x3f1fe0(0x27a)]=_0x55f337;continue;case'2':this[_0x3f1fe0(0x1b1)]=new testOpsHelper[(_0x3f1fe0(0x1a0))]({'cwd':process[_0x3f1fe0(0x1a8)]()},this[_0x3f1fe0(0x201)][_0x3f1fe0(0x181)]);continue;case'3':this['enabled']=_0x5941ad['otqaX'](shouldProcessEventForTesthub);continue;case'4':this[_0x3f1fe0(0x201)]=_0x5941ad[_0x3f1fe0(0x208)](getTestEnv);continue;case'5':this['driver']&&_0x5941ad['Opawg'](this[_0x3f1fe0(0x27a)]['constructor'][_0x3f1fe0(0x20b)],_0x5941ad[_0x3f1fe0(0x259)])&&_0x5941ad[_0x3f1fe0(0x269)](mockPWBrowserType,null);continue;}break;}}[a4_0x1db952(0x1cd)](){const _0x520f1c=a4_0x1db952;if(!this[_0x520f1c(0x273)])return;testOpsHelper[_0x520f1c(0x19d)](),process['removeAllListeners'](_0x520f1c(0x20f)+process[_0x520f1c(0x18f)]),process['on'](_0x520f1c(0x20f)+process[_0x520f1c(0x18f)],this[_0x520f1c(0x25a)]['bind'](this));}async[a4_0x1db952(0x205)](){const _0x5b1031=a4_0x1db952;await RequestQueueHandler[_0x5b1031(0x1a5)]()['shutdown']();}async[a4_0x1db952(0x25a)](_0x56e314){const _0x2afd8a=a4_0x1db952,_0x11dc0e={'hEQBx':_0x2afd8a(0x271),'CetJZ':function(_0xcdad4c,_0x39d0c2){return _0xcdad4c(_0x39d0c2);}};try{this[_0x2afd8a(0x1ef)]&&!this[_0x2afd8a(0x1ef)][_0x2afd8a(0x1f7)]&&(_0x56e314[_0x2afd8a(0x1c7)]=this['currentHook'][_0x2afd8a(0x1b9)]);!_0x56e314[_0x2afd8a(0x1c7)]&&this[_0x2afd8a(0x195)]&&!this[_0x2afd8a(0x195)]['markedStatus']&&(_0x56e314[_0x2afd8a(0x18e)]=this[_0x2afd8a(0x195)][_0x2afd8a(0x1d6)]);if(_0x56e314[_0x2afd8a(0x1c7)]||_0x56e314['test_run_uuid']){const _0x2eba20={};_0x2eba20['event_type']=_0x11dc0e[_0x2afd8a(0x1d9)],_0x2eba20['logs']=[_0x56e314],await SessionHandler[_0x2afd8a(0x18b)](_0x2eba20);}}catch(_0x3d11d9){_0x11dc0e[_0x2afd8a(0x221)](debug,_0x2afd8a(0x1a1)+constants['TEST_REPORTING_ANALYTICS']+_0x2afd8a(0x242)+_0x3d11d9);}}async[a4_0x1db952(0x267)](_0x472fd0){const _0x4c7f86=a4_0x1db952,_0x2c35b4={'wbbUo':'CBTSessionCreated','GiaZQ':function(_0x32c3cf,_0x338f6b){return _0x32c3cf(_0x338f6b);}};if(!this[_0x4c7f86(0x273)])return;const _0x24e16c=this['getCBTInfo'](this[_0x4c7f86(0x27a)]);try{const _0x11c7d6={};_0x11c7d6['uuid']=_0x472fd0,_0x11c7d6['integrations']=_0x24e16c;const _0xf09254=_0x11c7d6,_0xd7a1db={};_0xd7a1db[_0x4c7f86(0x23a)]=_0x2c35b4[_0x4c7f86(0x260)],_0xd7a1db[_0x4c7f86(0x22c)]=_0xf09254,await SessionHandler['uploadEventData'](_0xd7a1db);}catch(_0x271aa5){_0x2c35b4[_0x4c7f86(0x1c2)](debug,_0x4c7f86(0x279)+constants[_0x4c7f86(0x21b)]+_0x4c7f86(0x242)+_0x271aa5);}}[a4_0x1db952(0x1b2)](_0x346758){const _0x364fef=a4_0x1db952,_0x1ca996={'DaNgY':function(_0x4bb179,_0x1789ee){return _0x4bb179(_0x1789ee);}};return _0x1ca996[_0x364fef(0x1bc)](fetchPlatformDetails,_0x346758);}['resetSkipTestHooks']=_0x56317c=>{const _0x1765cc=a4_0x1db952,_0x2855dc={};_0x2855dc[_0x1765cc(0x190)]=_0x1765cc(0x19e),_0x2855dc[_0x1765cc(0x206)]='_afterEach';const _0x3917c1=_0x2855dc;if(!_0x56317c||!_0x56317c[_0x1765cc(0x182)])return;[_0x3917c1[_0x1765cc(0x190)],_0x3917c1[_0x1765cc(0x206)]]['forEach'](_0x22006e=>{const _0x29d41c=_0x1765cc,_0x4624f8=_0x56317c[_0x29d41c(0x182)][_0x22006e];_0x4624f8[_0x29d41c(0x227)](_0x20adf0=>{const _0x2b4244=_0x29d41c;_0x20adf0[_0x2b4244(0x1b9)]&&(_0x20adf0[_0x2b4244(0x1b9)]=null);});});};[a4_0x1db952(0x233)](_0x1cce43){const _0x4736fb=a4_0x1db952,_0x232ea8={'ucwlJ':'codeceptjs','pFVlW':function(_0x2a99b0){return _0x2a99b0();},'qKvZZ':function(_0x118a3c,_0x16585d){return _0x118a3c===_0x16585d;},'EcFAQ':_0x4736fb(0x184),'mrRij':function(_0xe9cc5b){return _0xe9cc5b();},'Vpgdn':_0x4736fb(0x219),'wCbza':_0x4736fb(0x1aa),'FVTRq':_0x4736fb(0x19e)};if(!_0x1cce43||!_0x1cce43[_0x4736fb(0x182)])return;[_0x232ea8[_0x4736fb(0x276)],_0x232ea8[_0x4736fb(0x18a)],_0x232ea8[_0x4736fb(0x189)],_0x232ea8[_0x4736fb(0x26a)]][_0x4736fb(0x227)](_0x43fec0=>{const _0x4a79af=_0x4736fb,_0x22ee68=_0x1cce43['parent'][_0x43fec0]||[];_0x22ee68[_0x4a79af(0x227)](_0x2533a=>{const _0x2887aa=_0x4a79af;if(_0x2533a[_0x2887aa(0x215)][_0x2887aa(0x1e7)](_0x232ea8[_0x2887aa(0x1e3)]))return;if(!_0x2533a[_0x2887aa(0x1b9)])_0x2533a[_0x2887aa(0x1b9)]=_0x232ea8[_0x2887aa(0x261)](uuidv4);else _0x2533a[_0x2887aa(0x1f7)]&&_0x232ea8[_0x2887aa(0x277)](_0x43fec0,_0x232ea8['EcFAQ'])&&(_0x2533a[_0x2887aa(0x1b9)]=_0x232ea8[_0x2887aa(0x243)](uuidv4),delete _0x2533a['markedStatus']);});}),this[_0x4736fb(0x233)](_0x1cce43[_0x4736fb(0x182)]);}[a4_0x1db952(0x1e0)](_0xe64ce8){const _0x42d329=a4_0x1db952,_0x581470={};_0x581470[_0x42d329(0x1c1)]=_0x42d329(0x219),_0x581470[_0x42d329(0x24c)]=_0x42d329(0x1aa),_0x581470[_0x42d329(0x1d8)]='_beforeEach',_0x581470[_0x42d329(0x232)]=_0x42d329(0x184);const _0x36a20f=_0x581470;if(!_0xe64ce8||!_0xe64ce8['parent'])return[];const _0x2f2bfb=[];return[_0x36a20f[_0x42d329(0x1c1)],_0x36a20f[_0x42d329(0x24c)],_0x36a20f[_0x42d329(0x1d8)],_0x36a20f[_0x42d329(0x232)]]['forEach'](_0x1c43b7=>{const _0x5a1d3b=_0x42d329,_0x59c8e8=_0xe64ce8[_0x5a1d3b(0x182)][_0x1c43b7]||[];_0x59c8e8['forEach'](_0x55f822=>{const _0x4a9bd1=_0x5a1d3b;_0x55f822[_0x4a9bd1(0x1b9)]&&_0x2f2bfb['push'](_0x55f822['hookAnalyticsId']);});}),[][_0x42d329(0x25f)](_0x2f2bfb,this[_0x42d329(0x1e0)](_0xe64ce8[_0x42d329(0x182)]));}[a4_0x1db952(0x24e)](_0x5b9baa){const _0x6e3680=a4_0x1db952,_0x40e211=/^"(?<hook>.*)" hook:.*$/,_0x5c516b=_0x5b9baa[_0x6e3680(0x215)],_0x39ca42=_0x5c516b[_0x6e3680(0x207)](_0x40e211);if(_0x39ca42&&_0x39ca42[_0x6e3680(0x1de)])return _0x39ca42[_0x6e3680(0x1de)][_0x6e3680(0x210)][_0x6e3680(0x216)]()[_0x6e3680(0x278)]('\x20','_');return null;}[a4_0x1db952(0x202)](_0x2cccf7){const _0x50ca9b=a4_0x1db952,_0x7a8659={};_0x7a8659[_0x50ca9b(0x238)]=function(_0x5cc995,_0x1c2dd1){return _0x5cc995===_0x1c2dd1;},_0x7a8659['qWVsq']=function(_0x24c943,_0x4a284e){return _0x24c943===_0x4a284e;},_0x7a8659[_0x50ca9b(0x1f3)]=_0x50ca9b(0x26d),_0x7a8659[_0x50ca9b(0x1ca)]=_0x50ca9b(0x257);const _0x5632f3=_0x7a8659,_0x2a4ada=path[_0x50ca9b(0x274)];if(_0x5632f3[_0x50ca9b(0x238)](_0x2cccf7,null)||_0x5632f3[_0x50ca9b(0x22a)](_0x2cccf7,'')||_0x5632f3[_0x50ca9b(0x238)](_0x2cccf7,_0x2a4ada)||_0x5632f3[_0x50ca9b(0x22a)](_0x2cccf7,path[_0x50ca9b(0x1ac)](_0x2cccf7)))return null;try{return fs[_0x50ca9b(0x264)](path['join'](_0x2cccf7,_0x5632f3[_0x50ca9b(0x1f3)],_0x5632f3[_0x50ca9b(0x1ca)])),_0x2cccf7;}catch(_0x374502){const _0x505e04=path[_0x50ca9b(0x1ac)](_0x2cccf7);return this['findGitConfig'](_0x505e04);}}[a4_0x1db952(0x26e)](_0xb08cee){const _0x5affd1=a4_0x1db952,_0x304108={};_0x304108[_0x5affd1(0x1f9)]=function(_0x232165,_0x7ece95){return _0x232165>_0x7ece95;};const _0x4ba2cc=_0x304108;if(_0xb08cee[_0x5affd1(0x25b)])return _0xb08cee[_0x5affd1(0x25b)];if(_0xb08cee[_0x5affd1(0x1c3)]){const _0x5db4b1=_0xb08cee[_0x5affd1(0x1c3)][_0x5affd1(0x195)]?this[_0x5affd1(0x26e)](_0xb08cee[_0x5affd1(0x1c3)]['currentTest']):null;if(_0x5db4b1)return _0x5db4b1;}if(_0xb08cee[_0x5affd1(0x182)]){const _0x10bfe2=this[_0x5affd1(0x26e)](_0xb08cee[_0x5affd1(0x182)])||(_0xb08cee['parent']['ctx']&&_0xb08cee[_0x5affd1(0x182)][_0x5affd1(0x1c3)]['currentTest']?this['getRootParentFile'](_0xb08cee[_0x5affd1(0x182)]['ctx'][_0x5affd1(0x195)]):null);if(_0x10bfe2)return _0x10bfe2;_0xb08cee[_0x5affd1(0x182)][_0x5affd1(0x265)]&&_0x4ba2cc[_0x5affd1(0x1f9)](_0xb08cee[_0x5affd1(0x182)][_0x5affd1(0x265)]['length'],0x0)&&_0xb08cee[_0x5affd1(0x182)]['suites'][_0x5affd1(0x227)](_0x2540b2=>{const _0x4c2cb1=_0x5affd1,_0x224884=_0x2540b2[_0x4c2cb1(0x1c3)]?this[_0x4c2cb1(0x26e)](_0x2540b2['ctx']):null;if(_0x224884)return _0x224884;});}return null;}['getHierarchy'](_0x2dce61){const _0x1a2d9b=a4_0x1db952,_0xa2569f={};_0xa2569f[_0x1a2d9b(0x20c)]=function(_0x29cf98,_0x3c2230){return _0x29cf98!==_0x3c2230;};const _0xec2f68=_0xa2569f,_0x18a345=[];if(_0x2dce61&&_0x2dce61['parent']){let _0x34fc52=_0x2dce61[_0x1a2d9b(0x182)];while(_0x34fc52&&_0xec2f68[_0x1a2d9b(0x20c)](_0x34fc52[_0x1a2d9b(0x215)],'')){_0x18a345[_0x1a2d9b(0x211)](_0x34fc52[_0x1a2d9b(0x215)]),_0x34fc52=_0x34fc52[_0x1a2d9b(0x182)];}}return _0x18a345;}['captureEvent'](_0x297ce3,_0x27d72b,_0x2026ea=undefined){const _0x218dfe=a4_0x1db952,_0xb4cd3e={'ySJjn':function(_0x599e26,_0x39c870){return _0x599e26(_0x39c870);},'fscEU':function(_0x76b637){return _0x76b637();},'uBqPH':function(_0xbb237b){return _0xbb237b();},'NQnbb':function(_0x422a32,_0x161512){return _0x422a32(_0x161512);},'pzxlQ':_0x218dfe(0x1c4),'uBCwU':_0x218dfe(0x21f),'UCniH':function(_0x34ce89,_0x1360c9){return _0x34ce89!==_0x1360c9;},'saHvV':function(_0x174ccb,_0x3e6fc2){return _0x174ccb!==_0x3e6fc2;},'RoLHg':_0x218dfe(0x1e8),'mjsdy':_0x218dfe(0x24a),'UZaba':_0x218dfe(0x255),'BLeoq':'passed','cOIYt':_0x218dfe(0x1a7),'IinxD':'javascript','zGFuj':function(_0x1d6fcc,_0x109c53){return _0x1d6fcc-_0x109c53;},'wwRVc':function(_0xad2325,_0x151296,_0xff204e,_0x13ffc0,_0x200bc8){return _0xad2325(_0x151296,_0xff204e,_0x13ffc0,_0x200bc8);},'neOlM':function(_0x5596d9,_0x4720e7){return _0x5596d9!==_0x4720e7;},'KzyyI':_0x218dfe(0x197),'SjRTG':'meta','DKggv':_0x218dfe(0x1fa),'SnBdm':_0x218dfe(0x1d0),'mGerk':_0x218dfe(0x24f),'ymRwz':'failure_reason_expanded','uHwTQ':_0x218dfe(0x1ed),'LqINV':function(_0x1cff50,_0x4bd242){return _0x1cff50===_0x4bd242;},'fkegC':_0x218dfe(0x1c6),'sTfvP':'test_run'};if(!this[_0x218dfe(0x273)])return;try{if(_0x27d72b['fn']&&_0x27d72b['fn'][_0x218dfe(0x196)]()[_0x218dfe(0x207)](/browserstack internal helper hook/))return;const _0x491a6b=_0xb4cd3e[_0x218dfe(0x23d)](parseEvent,_0x297ce3);if(!_0x491a6b)return;if(_0x491a6b[_0x218dfe(0x247)]){this[_0x218dfe(0x195)]=_0x27d72b,this['currentHook']=null;if(_0x491a6b[_0x218dfe(0x193)]||_0x491a6b[_0x218dfe(0x1a7)]){_0x27d72b[_0x218dfe(0x194)]=new Date(),_0x27d72b['markedStatus']=![];if(!_0x27d72b['testAnalyticsId'])_0x27d72b[_0x218dfe(0x1d6)]=_0xb4cd3e[_0x218dfe(0x21c)](uuidv4);else _0x27d72b[_0x218dfe(0x1f7)]&&(!_0x27d72b[_0x218dfe(0x272)]&&(_0x27d72b[_0x218dfe(0x272)]=_0x27d72b[_0x218dfe(0x1d6)]),_0x27d72b[_0x218dfe(0x1d6)]=_0xb4cd3e[_0x218dfe(0x244)](uuidv4));}}else{if(_0x491a6b[_0x218dfe(0x210)]){this[_0x218dfe(0x1ef)]=_0x27d72b;if(_0x491a6b['started']){_0x27d72b[_0x218dfe(0x194)]=new Date(),_0x27d72b['markedStatus']=![];if(!_0x27d72b[_0x218dfe(0x1b9)])_0x27d72b[_0x218dfe(0x1b9)]=_0xb4cd3e[_0x218dfe(0x21c)](uuidv4);else _0x27d72b[_0x218dfe(0x1b9)]&&_0x27d72b[_0x218dfe(0x1f7)]&&(_0x27d72b[_0x218dfe(0x1b9)]=_0xb4cd3e[_0x218dfe(0x244)](uuidv4));}}}if(_0x491a6b[_0x218dfe(0x1e2)]&&_0x27d72b[_0x218dfe(0x1f7)])return;let _0x38e72c;try{_0x38e72c=this[_0x218dfe(0x26e)](_0x27d72b);}catch(_0x31d57e){logger[_0x218dfe(0x1c8)](_0x218dfe(0x1b5)+_0x31d57e),_0x38e72c=null;}const _0x416347=_0xb4cd3e['NQnbb'](require,_0xb4cd3e[_0x218dfe(0x1af)]);let _0x4068c5=[];_0x2026ea&&(_0x4068c5=[_0x2026ea,_0xb4cd3e[_0x218dfe(0x252)]]);const _0x2d5728=_0xb4cd3e[_0x218dfe(0x204)](_0x27d72b[_0x218dfe(0x1e4)],undefined)?_0x416347[_0x218dfe(0x263)](_0x27d72b[_0x218dfe(0x1e4)][0x0]):_0xb4cd3e[_0x218dfe(0x1bf)](_0x2026ea,undefined)?_0x2026ea[_0x218dfe(0x196)]():undefined,_0x574958=_0x38e72c?this['findGitConfig'](_0x38e72c):null,_0x41a6a3=_0x38e72c?this[_0x218dfe(0x1b1)][_0x218dfe(0x1fe)](this['getRootParentFile'](_0x27d72b)):_0xb4cd3e['RoLHg'];let _0x1b61c9=_0xb4cd3e[_0x218dfe(0x268)];const _0x5639a2=!_0x491a6b['started']?new Date()[_0x218dfe(0x235)]():null;if(_0x491a6b[_0x218dfe(0x1e2)])_0x1b61c9=_0x2026ea?_0xb4cd3e[_0x218dfe(0x1b3)]:_0xb4cd3e['BLeoq'],_0x27d72b[_0x218dfe(0x1f7)]=!![];else _0x491a6b[_0x218dfe(0x1a7)]&&(_0x1b61c9=_0xb4cd3e[_0x218dfe(0x220)],_0x27d72b[_0x218dfe(0x1f7)]=!![]);const _0x319bdd={'framework':this[_0x218dfe(0x217)],'uuid':_0x27d72b[_0x218dfe(0x1d6)]||_0x27d72b[_0x218dfe(0x1b9)],'name':_0x27d72b[_0x218dfe(0x215)],'body':{'lang':_0xb4cd3e[_0x218dfe(0x1b7)],'code':_0x27d72b[_0x218dfe(0x1fb)]['toString']()},'type':_0x27d72b[_0x218dfe(0x1ad)],'scope':_0x27d72b['fullTitle'](),'scopes':this[_0x218dfe(0x1e6)](_0x27d72b),'file_name':_0x41a6a3,'vc_filepath':_0x574958?path[_0x218dfe(0x1b0)](_0x574958,_0x38e72c):null,'location':_0x41a6a3,'result':_0x1b61c9,'failure_reason':_0x2d5728,'duration_in_ms':_0x27d72b[_0x218dfe(0x1f4)]||(_0x491a6b[_0x218dfe(0x1e2)]||_0x491a6b[_0x218dfe(0x1a7)])?_0xb4cd3e['zGFuj'](Date[_0x218dfe(0x1f8)](),new Date(_0x27d72b[_0x218dfe(0x194)])[_0x218dfe(0x258)]()):null,'started_at':new Date(_0x27d72b[_0x218dfe(0x194)])[_0x218dfe(0x235)](),'finished_at':_0x5639a2,'failure':testOpsHelper[_0x218dfe(0x1a6)][_0x218dfe(0x240)](null,_0x4068c5),'failure_type':!_0x2d5728?null:testOpsHelper[_0x218dfe(0x1db)](_0x2d5728),'retry_of':_0x27d72b[_0x218dfe(0x272)]||null,'tags':_0x27d72b[_0x218dfe(0x1b4)]||[],'customRerunParam':{'rerun_name':_0x27d72b['fullTitle']()}};_0xb4cd3e[_0x218dfe(0x213)](appendTesthubParams,_0x319bdd,_0x297ce3,_0x27d72b,FRAMEWORKS[_0x218dfe(0x1f1)]);if(_0x491a6b[_0x218dfe(0x210)])[_0x319bdd['hook_type'],_0x319bdd[_0x218dfe(0x20b)]]=[this[_0x218dfe(0x24e)](_0x27d72b),_0x27d72b[_0x218dfe(0x1c3)][_0x218dfe(0x247)][_0x218dfe(0x215)]],_0x491a6b[_0x218dfe(0x1e2)]?_0xb4cd3e[_0x218dfe(0x1cb)](_0x319bdd[_0x218dfe(0x21a)],_0xb4cd3e[_0x218dfe(0x1b3)])&&(_0x319bdd['result']=_0xb4cd3e[_0x218dfe(0x21d)]):_0x319bdd['body']={};else _0x491a6b[_0x218dfe(0x247)]&&(this['mapTestHooks'](_0x27d72b),_0x491a6b[_0x218dfe(0x1a7)]&&this[_0x218dfe(0x1d1)](_0x27d72b),(_0x491a6b[_0x218dfe(0x1e2)]||_0x491a6b[_0x218dfe(0x1a7)])&&(_0x319bdd['hooks']=this['getHooksForTest'](_0x27d72b)));this[_0x218dfe(0x27a)]&&(_0x491a6b[_0x218dfe(0x193)]||_0x491a6b[_0x218dfe(0x1a7)])&&(_0x319bdd[_0xb4cd3e[_0x218dfe(0x1d3)]]=this[_0x218dfe(0x1b2)](this[_0x218dfe(0x27a)]));_0x491a6b[_0x218dfe(0x247)]&&_0x491a6b[_0x218dfe(0x1e2)]&&_0x27d72b['bddSteps']&&(_0x319bdd[_0xb4cd3e[_0x218dfe(0x266)]]={'feature':{'name':_0x27d72b[_0x218dfe(0x182)][_0x218dfe(0x1c0)][_0x218dfe(0x20b)],'path':_0x319bdd[_0x218dfe(0x20d)],'description':_0x27d72b[_0x218dfe(0x182)][_0x218dfe(0x270)]},'scenario':{'name':_0x27d72b['title']},'steps':_0x27d72b['bddSteps']});const _0x512600=_0x319bdd[_0xb4cd3e[_0x218dfe(0x1ba)]][0x0];_0x512600&&(_0x319bdd[_0xb4cd3e[_0x218dfe(0x186)]]=_0x512600[_0xb4cd3e[_0x218dfe(0x1f0)]],_0x319bdd[_0xb4cd3e[_0x218dfe(0x262)]]=_0x512600[_0xb4cd3e[_0x218dfe(0x254)]]);if(_0x27d72b['bddSteps'])for(const _0x5d50c0 of _0x27d72b[_0x218dfe(0x249)]){!_0x5d50c0[_0x218dfe(0x229)]&&(_0x5d50c0['finished_at']=new Date()['toISOString'](),_0xb4cd3e['LqINV'](_0x5d50c0[_0x218dfe(0x21a)],_0xb4cd3e['mjsdy'])&&(_0x512600?(_0x5d50c0[_0x218dfe(0x21a)]=_0xb4cd3e[_0x218dfe(0x1b3)],_0x5d50c0['failure']=_0x512600[_0xb4cd3e[_0x218dfe(0x1f0)]][0x0]):_0x5d50c0[_0x218dfe(0x21a)]=_0xb4cd3e[_0x218dfe(0x21d)]));}const _0x3e2fa1={};_0x3e2fa1['event_type']=_0x491a6b['skipped']?TEST_EVENTS[_0x218dfe(0x209)]:_0x297ce3;const _0x268b39=_0x3e2fa1;return _0x491a6b[_0x218dfe(0x210)]?_0x268b39[_0xb4cd3e['fkegC']]=_0x319bdd:_0x268b39[_0xb4cd3e['sTfvP']]=_0x319bdd,_0x268b39;}catch(_0x3d54b1){logger[_0x218dfe(0x1c8)](_0x218dfe(0x241)+_0x297ce3+_0x218dfe(0x242)+_0x3d54b1);}}async[a4_0x1db952(0x183)](_0x553f4e,_0x45c183){const _0x82d855=a4_0x1db952;if(!this[_0x82d855(0x273)]||!_0x45c183||!_0x553f4e)return![];try{return await SessionHandler['uploadEventData'](_0x45c183);}catch(_0x52535a){logger[_0x82d855(0x1c8)](_0x82d855(0x246)+_0x553f4e+_0x82d855(0x242)+_0x52535a);}}[a4_0x1db952(0x18d)](_0x185825){const _0x24e0ea=a4_0x1db952,_0x488d41={};_0x488d41[_0x24e0ea(0x1a2)]=_0x24e0ea(0x24a);const _0x3bd708=_0x488d41;return{'id':_0x185825[_0x24e0ea(0x1fc)],'text':_0x185825[_0x24e0ea(0x234)],'keyword':_0x185825[_0x24e0ea(0x1a4)],'started_at':_0x185825[_0x24e0ea(0x194)]['toISOString'](),'result':_0x3bd708[_0x24e0ea(0x1a2)]};}[a4_0x1db952(0x231)](_0x1077b0){const _0x4ea82b=a4_0x1db952,_0x490edd={'BXjON':function(_0x10ebfc){return _0x10ebfc();}};!this[_0x4ea82b(0x195)][_0x4ea82b(0x249)]&&(this[_0x4ea82b(0x195)]['bddSteps']=[]),!_0x1077b0[_0x4ea82b(0x1fc)]&&(_0x1077b0['stepAnalyticsId']=_0x490edd['BXjON'](uuidv4),_0x1077b0[_0x4ea82b(0x194)]=new Date(),this[_0x4ea82b(0x195)][_0x4ea82b(0x249)][_0x4ea82b(0x211)](this['initializeBddStep'](_0x1077b0)));}[a4_0x1db952(0x1bb)](_0x125af2){const _0x350a2c=a4_0x1db952,_0x299064={'jeUCn':function(_0x42613c,_0x2039f9){return _0x42613c(_0x2039f9);},'bdADt':_0x350a2c(0x19c),'HvNuo':_0x350a2c(0x24a),'FQciW':_0x350a2c(0x1c5),'WuoKI':function(_0x2ca1e3,_0x3b9ee3){return _0x2ca1e3-_0x3b9ee3;}};let _0x368602=this['currentTest'][_0x350a2c(0x249)][_0x350a2c(0x1ce)](_0x40060a=>_0x40060a['id']===_0x125af2[_0x350a2c(0x1fc)]);_0x299064[_0x350a2c(0x20e)](isUndefined,_0x368602)&&(_0x368602=this[_0x350a2c(0x18d)](_0x125af2)),_0x368602[_0x350a2c(0x21a)]=[_0x299064[_0x350a2c(0x1d5)],_0x299064['HvNuo']][_0x350a2c(0x1e7)](_0x125af2[_0x350a2c(0x1ae)])?_0x299064[_0x350a2c(0x22f)]:_0x125af2[_0x350a2c(0x1ae)],_0x368602[_0x350a2c(0x229)]=new Date()[_0x350a2c(0x235)](),_0x368602[_0x350a2c(0x1f4)]=_0x299064['WuoKI'](Date[_0x350a2c(0x1f8)](),_0x125af2[_0x350a2c(0x194)][_0x350a2c(0x258)]()),_0x368602[_0x350a2c(0x1fa)]=_0x125af2[_0x350a2c(0x21f)]?_0x125af2[_0x350a2c(0x21f)]['message']:null;}}const a4_0x1b89d2={};a4_0x1b89d2[a4_0x1db952(0x23f)]=O11yHelper,a4_0x1b89d2['STATE_PASSED']=STATE_PASSED,a4_0x1b89d2[a4_0x1db952(0x256)]=STATE_FAILED,a4_0x1b89d2[a4_0x1db952(0x228)]=TEST_EVENTS,module[a4_0x1db952(0x26b)]=a4_0x1b89d2;function a4_0x323a(_0x15a3aa,_0x1abeda){const _0x2e47b8=a4_0x2e47();return a4_0x323a=function(_0x323a32,_0x242017){_0x323a32=_0x323a32-0x181;let _0x4464d3=_0x2e47b8[_0x323a32];return _0x4464d3;},a4_0x323a(_0x15a3aa,_0x1abeda);}function a4_0x2e47(){const _0x1a576a=['toUpperCase','frameworkName','string','_beforeAll','result','TEST_REPORTING_ANALYTICS','fscEU','BLeoq','prototype','err','cOIYt','CetJZ','UUroJ','37712MyrXfI','SuxUR','1082836jOmBCD','../../helpers/test-observability/sessionHandler','forEach','TEST_EVENTS','finished_at','qWVsq','pgQtw','test_run','TestRunSkipped','connectOverCDP','FQciW','../mocha/test-observability/mochaUtils','bddStepStart','dkHXt','mapTestHooks','text','toISOString','Not\x20able\x20to\x20import\x20Browser','wsEndpoint','ZyBPC','awnAK','event_type','../utils/constants','client','ySJjn','join','O11yHelper','apply','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','\x20with\x20error\x20:\x20','mrRij','uBqPH','TmpIL','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','test','vJdaM','bddSteps','pending','length','YTbhN','1269LVjaAk','getHookType','backtrace','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','RaJwR','uBCwU','715568bahERi','uHwTQ','failed','STATE_FAILED','config','getTime','fHRCj','appendTestItemLog','file','Playwright','UHwOI','hazMQ','concat','wbbUo','pFVlW','ymRwz','inspect','statSync','suites','SjRTG','sendCBTInfo','mjsdy','OSeuL','EcFAQ','exports','../../helpers/test-observability/constants','.git','getRootParentFile','5654wCnxAa','comment','LogCreated','retryOf','enabled','sep','then','Vpgdn','qKvZZ','replace','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','driver','setupBrowserDetails','location_prefix','parent','fireEvent','_afterEach','../../helpers/helper','SnBdm','akOWF','defineProperty','FVTRq','wCbza','uploadEventData','../playwright/accessibility-helper','initializeBddStep','test_run_uuid','pid','BBmlP','591162quirCD','PLAYWRIGHT_HUB_URL','started','startedAt','currentTest','toString','integrations','connect','tPJzg','uuid','8882276ELwcpa','success','patchConsoleLogger','_beforeEach','213455xShKNH','PathHelper','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','CTojZ','BROWSERSTACK','keyword','getInstance','failureData','skipped','cwd','YoIJc','_afterAll','accessibilityPlatform','dirname','type','status','pzxlQ','relative','_paths','getCBTInfo','UZaba','tags','failed\x20to\x20get\x20root\x20parent\x20file\x20','rmASy','IinxD','HookRunStarted','hookAnalyticsId','DKggv','bddStepFinish','DaNgY','toLowerCase','ADIaF','saHvV','feature','pVSVO','GiaZQ','ctx','util','passed','hook_run','hook_run_uuid','debug','../../helpers/test-observability/utils','KAmGf','neOlM','split','start','find','obsBrowserTypeMockApplied','failure_backtrace','resetSkipTestHooks','../playwright/sessionDetails','KzyyI','TEST_RUN_SKIPPED','bdADt','testAnalyticsId','__cloud_provider___','BMOjo','hEQBx','20tKKRRq','getFailureType','TestRunFinished','BrowserType','groups','browserstack','getHooksForTest','24cplhLv','finished','ucwlJ','errorsDetailed','../../helpers/logger','getHierarchy','includes','File\x20path\x20could\x20not\x20be\x20found','iudSp','24Jbwbte','pPyVc','launch','expanded','PwqCX','currentHook','mGerk','CODECEPT','130vaNkhT','CYWJu','duration','TestRunStarted','kTCHN','markedStatus','now','iGHZn','failure','body','stepAnalyticsId','NipVr','prefixTestPath','browserType.js','113GKidJQ','_testEnv','findGitConfig','path','UCniH','stop','SXVVN','match','otqaX','TEST_RUN_FINISHED','TEST_RUN_STARTED','name','mwcPk','file_name','jeUCn','bs:addLog:','hook','push','winstonLogger','wwRVc','eeMrE','title'];a4_0x2e47=function(){return _0x1a576a;};return a4_0x2e47();}