browserstack-node-sdk 1.50.6 → 1.50.7

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
+ const a1_0x25d614=a1_0x5092;function a1_0x5092(_0x2f3899,_0x172f0c){const _0x1c88d4=a1_0x1c88();return a1_0x5092=function(_0x509254,_0xbc613c){_0x509254=_0x509254-0xc3;let _0x286006=_0x1c88d4[_0x509254];return _0x286006;},a1_0x5092(_0x2f3899,_0x172f0c);}(function(_0x4105d2,_0x11aff2){const _0x35f9c8=a1_0x5092,_0x10d353=_0x4105d2();while(!![]){try{const _0x31c246=parseInt(_0x35f9c8(0x18d))/0x1+-parseInt(_0x35f9c8(0x14e))/0x2*(-parseInt(_0x35f9c8(0x169))/0x3)+parseInt(_0x35f9c8(0x16d))/0x4+-parseInt(_0x35f9c8(0x141))/0x5*(parseInt(_0x35f9c8(0x1cb))/0x6)+-parseInt(_0x35f9c8(0xec))/0x7+parseInt(_0x35f9c8(0x181))/0x8+-parseInt(_0x35f9c8(0x1b3))/0x9;if(_0x31c246===_0x11aff2)break;else _0x10d353['push'](_0x10d353['shift']());}catch(_0x4da5a7){_0x10d353['push'](_0x10d353['shift']());}}}(a1_0x1c88,0xb5e15));const fs=require('fs'),util=require(a1_0x25d614(0xef)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x25d614(0x192)),logger=require(a1_0x25d614(0x113))[a1_0x25d614(0x140)],testOpsHelper=require(a1_0x25d614(0x1a0)),requestSpy=require(a1_0x25d614(0x1b7)),PlaywrightSessionDetails=require(a1_0x25d614(0xdc)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x25d614(0x157)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x25d614(0xda)),AccessibilityHelper=require(a1_0x25d614(0xe0)),scripts=require('../../helpers/accessibility-automation/scripts'),PerformanceTester=require(a1_0x25d614(0x13a)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x25d614(0x17c)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x25d614(0xf1)),testHubConstants=require('../../helpers/testhub/constants.js'),globals=require(a1_0x25d614(0x1c3)),CodeceptJS=requireModule(a1_0x25d614(0x190),'codeceptjs'),CodeceptUtils=requireModule(a1_0x25d614(0x10a),a1_0x25d614(0x117)),CodeceptWebDriver=requireModule(a1_0x25d614(0x12d),a1_0x25d614(0x117)),CodeceptRecorder=requireModule(a1_0x25d614(0xfc),a1_0x25d614(0x117)),CodeceptPlaywright=requireModule(a1_0x25d614(0x1b0),a1_0x25d614(0x117)),playwrightMarkSessionStatus=(_0x5ee10e,_0x35f8c7,_0x4f1e7a)=>{const _0xd6f50b=a1_0x25d614,_0x10491d={'HAmcO':_0xd6f50b(0xf9),'dXhFO':function(_0x2c7cf7,_0x53bfcb){return _0x2c7cf7(_0x53bfcb);}},_0x1776e4={};_0x1776e4['status']=_0x35f8c7;const _0xeeaa27={};_0xeeaa27['action']=_0x10491d[_0xd6f50b(0x18c)],_0xeeaa27[_0xd6f50b(0x1b8)]=_0x1776e4;const _0x2ac527=_0xeeaa27;return!_0x10491d['dXhFO'](isUndefined,_0x4f1e7a)&&(_0x2ac527[_0xd6f50b(0x1b8)][_0xd6f50b(0x129)]=JSON[_0xd6f50b(0x1b9)](_0x4f1e7a)),_0x5ee10e[_0xd6f50b(0xcf)](()=>{},_0xd6f50b(0x11f)+JSON[_0xd6f50b(0x1b9)](_0x2ac527));},o11ySync=PerformanceTester[a1_0x25d614(0x1ca)](PerformanceO11yEvents[a1_0x25d614(0x164)],async _0x15fa9a=>{const _0x3a174f=a1_0x25d614,_0x3b6744={};_0x3b6744[_0x3a174f(0xfa)]=function(_0x4704f7,_0x46efdf){return _0x4704f7===_0x46efdf;},_0x3b6744[_0x3a174f(0x153)]='Playwright';const _0x5f26d6=_0x3b6744;_0x5f26d6['Pfwrv'](_0x15fa9a[_0x3a174f(0x16b)]['name'],_0x5f26d6[_0x3a174f(0x153)])?await _0x15fa9a[_0x3a174f(0xcf)](_0x44acc7=>{},testOpsHelper[_0x3a174f(0x1a9)]()):await _0x15fa9a[_0x3a174f(0xcf)](testOpsHelper[_0x3a174f(0x1a9)]());}),markSessionName=PerformanceTester[a1_0x25d614(0x1ca)](PerformanceAutEvents[a1_0x25d614(0x1c7)],async(_0xdbd191,_0x5e50e9)=>{const _0xa17236=a1_0x25d614,_0x59eab5={};_0x59eab5[_0xa17236(0x18a)]=_0xa17236(0xc9),_0x59eab5['Nafms']=function(_0xde5e5a,_0x86ae4c){return _0xde5e5a===_0x86ae4c;},_0x59eab5[_0xa17236(0xc7)]=_0xa17236(0x1c5);const _0x1d6936=_0x59eab5,_0x2f6474={};_0x2f6474[_0xa17236(0x1a2)]=_0x5e50e9;const _0x3c4164={};_0x3c4164['action']=_0x1d6936['VSWiE'],_0x3c4164[_0xa17236(0x1b8)]=_0x2f6474;const _0x243e01=_0x3c4164;_0x1d6936[_0xa17236(0xf7)](_0xdbd191[_0xa17236(0x16b)][_0xa17236(0x1a2)],_0x1d6936[_0xa17236(0xc7)])?await _0xdbd191[_0xa17236(0xcf)](()=>{},_0xa17236(0x11f)+JSON[_0xa17236(0x1b9)](_0x243e01)):await _0xdbd191[_0xa17236(0xcf)](_0xa17236(0x11f)+JSON[_0xa17236(0x1b9)](_0x243e01));}),patchSaveScreenshot=_0x1ce2a0=>{const _0x34ff1f=a1_0x25d614,_0x28a8c0={'CtwqQ':_0x34ff1f(0x147),'ZpUFZ':_0x34ff1f(0xc4),'gVuQq':function(_0x249512){return _0x249512();},'yrkTU':function(_0x3b6e2d,_0x158066){return _0x3b6e2d(_0x158066);},'qMIuz':'Screenshot\x20path\x20not\x20found','EcXWB':function(_0x1131fb,_0x212067){return _0x1131fb(_0x212067);}};_0x28a8c0[_0x34ff1f(0x17e)](isTrue,process[_0x34ff1f(0x161)][_0x34ff1f(0xff)])&&!_0x1ce2a0[_0x34ff1f(0x102)]&&(_0x1ce2a0[_0x34ff1f(0x102)]=!![],_0x1ce2a0[_0x34ff1f(0x18b)]=_0x1ce2a0[_0x34ff1f(0xf5)],_0x1ce2a0[_0x34ff1f(0xf5)]=(_0x23b7c4,_0x2c7062=![])=>{const _0x300b81=_0x34ff1f,_0x4f5c7d={'fHjDt':_0x28a8c0['CtwqQ'],'TLmrd':_0x28a8c0[_0x300b81(0x15d)],'eQVUJ':function(_0x3c3040){const _0x47ec56=_0x300b81;return _0x28a8c0[_0x47ec56(0x15b)](_0x3c3040);},'vtWxy':function(_0x2a8a89,_0x562fbc){const _0x1d4734=_0x300b81;return _0x28a8c0[_0x1d4734(0x148)](_0x2a8a89,_0x562fbc);},'qVbUV':_0x28a8c0[_0x300b81(0x182)]};return new Promise(function(_0x4faffd,_0x580d55){const _0x131133=_0x300b81,_0x5a0e65={'QRTFc':_0x4f5c7d[_0x131133(0x11b)],'sVkuN':_0x4f5c7d[_0x131133(0x133)],'kWNjo':function(_0x20f914){const _0x178afc=_0x131133;return _0x4f5c7d[_0x178afc(0x103)](_0x20f914);},'pElgV':function(_0x9f09e4,_0x4b10ec){const _0x417ed3=_0x131133;return _0x4f5c7d[_0x417ed3(0x186)](_0x9f09e4,_0x4b10ec);},'iuFMX':_0x4f5c7d[_0x131133(0x19f)]};_0x1ce2a0[_0x131133(0x18b)](_0x23b7c4,_0x2c7062)[_0x131133(0x131)](()=>{const _0x5816bb=_0x131133,_0x5d8001=CodeceptUtils['screenshotOutputFolder'](_0x23b7c4);if(_0x5d8001){const _0x194cd7=fs[_0x5816bb(0x14d)](_0x5d8001);process['emit'](_0x5816bb(0x110)+process[_0x5816bb(0x1b1)],{'timestamp':new Date()[_0x5816bb(0x173)](),'message':_0x194cd7[_0x5816bb(0xe9)](_0x5a0e65[_0x5816bb(0xc6)]),'kind':_0x5a0e65['sVkuN']}),_0x5a0e65[_0x5816bb(0x11e)](_0x4faffd);}_0x5a0e65['pElgV'](_0x580d55,new Error(_0x5a0e65[_0x5816bb(0x12b)]));})[_0x131133(0x12c)](()=>null);});});},patchWebDriverBefore=_0x12c42a=>{const _0x3445f4=a1_0x25d614,_0x26ddad={'OziYR':function(_0x39e15d){return _0x39e15d();},'jiLGT':function(_0x167ac5,_0x52cdfc){return _0x167ac5(_0x52cdfc);},'PdUQO':function(_0x596290,_0xaf7b05){return _0x596290===_0xaf7b05;},'CpNIr':_0x3445f4(0xce),'iogvs':function(_0x45169c,_0x358105){return _0x45169c===_0x358105;},'wWrUV':'string','nxska':function(_0x335204,_0x3e3874){return _0x335204===_0x3e3874;},'LWOPa':_0x3445f4(0x105)},_0x3879b1=async function(_0x3f6468,_0x36f4e8){const _0x123665=_0x3445f4;_0x26ddad[_0x123665(0x120)](isAccessibilityAutomationSession)&&!global[_0x123665(0x167)]&&global[_0x123665(0x17f)]&&scripts['shouldWrapCommand'](_0x3f6468[_0x123665(0x1a2)])&&_0x26ddad[_0x123665(0x1c2)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x123665(0x167)]=!![],await PerformanceTester[_0x123665(0x1ca)](PerformanceA11yEvents[_0x123665(0x11a)],async()=>{const _0x1a2f6e=_0x123665;logger[_0x1a2f6e(0x165)](_0x1a2f6e(0x1ad)+_0x3f6468[_0x1a2f6e(0x191)]+'\x20'+_0x3f6468[_0x1a2f6e(0x1a2)]),await AccessibilityHelper[_0x1a2f6e(0x1a4)](_0x12c42a,scripts['performScan']);},{'command':_0x3f6468[_0x123665(0x1a2)]})());global[_0x123665(0x167)]=![];const _0x28e529=JSON[_0x123665(0xcb)](process[_0x123665(0x161)]['FRAMEWORK_DETAILS']||'{}');if(_0x26ddad[_0x123665(0x14b)](_0x28e529?.['testFramework']?.[_0x123665(0x1a2)],_0x26ddad[_0x123665(0x134)])&&_0x26ddad[_0x123665(0x1bd)](typeof _0x28e529?.[_0x123665(0xd4)]?.[_0x123665(0x115)],_0x26ddad[_0x123665(0x160)])&&_0x28e529?.[_0x123665(0xd4)]?.[_0x123665(0x115)][_0x123665(0x14f)]('7'))return _0x36f4e8[_0x123665(0x16a)](null,Array[_0x123665(0x168)][_0x123665(0xfe)][_0x123665(0x1c6)](arguments,0x2));return _0x36f4e8[_0x123665(0x16a)](this,Array[_0x123665(0x168)][_0x123665(0xfe)][_0x123665(0x1c6)](arguments,0x2));},_0x103454=CodeceptWebDriver[_0x3445f4(0x168)][_0x3445f4(0x1b6)];CodeceptWebDriver[_0x3445f4(0x168)][_0x3445f4(0x1b6)]=async function(){const _0x478059=_0x3445f4;try{await _0x103454['apply'](this,arguments);}catch(_0x2a072d){logger[_0x478059(0x165)](_0x478059(0x174)+util[_0x478059(0x10f)](_0x2a072d));}scripts[_0x478059(0xc8)][_0x478059(0x122)](_0x1a7ef9=>_0x1a7ef9[_0x478059(0x1a2)]&&_0x1a7ef9['class'])[_0x478059(0x16c)](_0x3943f6=>{const _0x5a9419=_0x478059;this['browser'][_0x5a9419(0xf6)](_0x3943f6['name'],_0x3879b1['bind'](this,_0x3943f6),_0x26ddad[_0x5a9419(0x119)](_0x3943f6[_0x5a9419(0x191)],_0x26ddad[_0x5a9419(0x1a7)]));}),_0x26ddad['jiLGT'](processWebDriverConfig,_0x12c42a);};};function parseJwt(_0xaf88be){const _0x2e0470=a1_0x25d614,_0x334461={};_0x334461[_0x2e0470(0x19a)]='base64';const _0x519794=_0x334461;if(!_0xaf88be)return null;return JSON[_0x2e0470(0xcb)](Buffer['from'](_0xaf88be['split']('.')[0x1],_0x519794[_0x2e0470(0x19a)])[_0x2e0470(0xe9)]());}function a1_0x1c88(){const _0x4e6eb0=['browser','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','before','SDFkC','SDK_PRE_INITIALIZE','base64','yrkTU','TEST_RUN_FINISHED','hook-started','PdUQO','vvOwj','readFileSync','920626mbwsSx','startsWith','push','end','started','ePVMU','thTestRunUuid','zvpPV','EOPED','./o11yHelper','Suite','thJwtToken','NcMIY','gVuQq','zpWdh','ZpUFZ','TEST_RUN_SKIPPED','SAVE_RESULTS','wWrUV','env','getResults','domForge','SYNC','debug','restore','bstackAllyScanning','prototype','9wcFyuJ','apply','constructor','forEach','1227556FYWJVB','afterTest','bddStep-after','browserstackTestName','skipped','hook','toISOString','Failed\x20to\x20execute\x20_before:\x20','all','skipSessionStatus','PyhrP','test-passed','page','bddStep-before','xSTEW','../../helpers/performance/constants','pJeWX','EcXWB','accessibilityPlatform','chromium','9734472FnlUAz','qMIuz','qCAMu','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','VtzUv','vtWxy','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','exports','Xonec','VSWiE','initSaveScreenshot','HAmcO','1240445fmLqkM','args','getAccessibilityResultsSummary','codeceptjs/lib/index.js','class','../../helpers/helper','bbXZi','a11y_core_config','test-after','Puppeteer','saveTestResults','stack','step-comment','FajFr','message','sbasI','kxdkh','title','qVbUV','../../helpers/test-observability/utils','startMonitoring','name','failed','browserStackExecuteDriver','bddStepStart','find','LWOPa','HMoom','getSyncScript','pejYr','fITuQ','container','Performing\x20scan\x20for\x20','\x0aStack:\x20','skipSessionName','codeceptjs/lib/helper/Playwright.js','pid','XNaBr','12592908bkmxOJ','wjsem','config','_before','../../helpers/request-spy','arguments','stringify','fireEvent','passed','EkwBZ','iogvs','GzPJh','__driver','thBuildUuid','INFO','jiLGT','../../helpers/globals.js','SuMAE','Playwright','call','SESSION_NAME','BS_A11Y_JWT','WSYkz','measureWrapper','738qWAysC','CQKSs','step','TEST_SCREENSHOT','event','QRTFc','tRjXx','commandsToWrap','setSessionName','YSCxm','parse','dispatcher','hook-failed','webdriverio','executeScript','start','captureEvent','TEST_LOG','bddStepFinish','testFramework','GET_RESULTS_SUMMARY','includes','raugX','gHREP','QNKlV','../../helpers/accessibility-automation/helper','EeyFg','../../bin/playwright/sessionDetails','SDK_HOOK','ZjHzQ','titlePath','../../bin/playwright/accessibility-helper','__skipSessionStatus','comment','rbEFj','fKmaB','TEST_RUN_STARTED','DVdXA','isArray','info','toString','performScan','getResultsSummary','5059572bZgSMK','setGlobal','BROWSERSTACK_TESTHUB_UUID','util','ymsDS','./helper.js','captureError','warn','SDK_TEST','saveScreenshot','overwriteCommand','Nafms','FYsEs','setSessionStatus','Pfwrv','UKAuO','codeceptjs/lib/recorder.js','bind','slice','BS_TESTOPS_ALLOW_SCREENSHOTS','DXkEm','NfsDE','patchSaveScreenshot','eQVUJ','uXohi','Element','SDK_PRE_TEST','PNoQO','qxEtj','dleSV','codeceptjs/lib/utils.js','ctx','currentTest','test-skipped','contexts','format','bs:addLog:','_setPage','HOOK_RUN_FINISHED','../../helpers/logger','FMYcB','version','SDK_POST_TEST','codeceptjs','IiNEG','nxska','PERFORM_SCAN','fHjDt','browserContext','hook-passed','kWNjo','browserstack_executor:\x20','OziYR','hookType','filter','jxWdc','stopMonitoring','jtNvs','testAnalyticsId','FTGSU','klzqH','reason','HOOK_RUN_STARTED','iuFMX','catch','codeceptjs/lib/helper/WebDriver.js','test','patch','BROWSERSTACK_TESTHUB_JWT','then','add','TLmrd','CpNIr','enabled','bddStep','url','pages','test-started','../../helpers/performance/performance-tester','fZUuM','SDK_POST_INITIALIZE','command','getAccessibilityResults','helpers','winstonLogger','51955eNTsSd'];a1_0x1c88=function(){return _0x4e6eb0;};return a1_0x1c88();}const patchPlaywrightBefore=()=>{const _0x4d6194=a1_0x25d614,_0x31ffea={'PyhrP':'--auto-open-devtools-for-tabs','rbEFj':function(_0x3d5368){return _0x3d5368();},'Xonec':function(_0x36eff9,_0x17efd8){return _0x36eff9(_0x17efd8);},'dleSV':'devtools://','HfakD':function(_0x22f440,_0x38e5be){return _0x22f440+_0x38e5be;},'zpWdh':_0x4d6194(0x1ae),'GzPJh':function(_0x4d9fdc){return _0x4d9fdc();},'SuMAE':function(_0x5850cf){return _0x5850cf();}};PlaywrightSessionDetails[_0x4d6194(0x12f)]();const _0x23b46d=CodeceptPlaywright[_0x4d6194(0x168)][_0x4d6194(0x1b6)];CodeceptPlaywright[_0x4d6194(0x168)][_0x4d6194(0x1b6)]=async function(){const _0x1050d2=_0x4d6194,_0x270a42={'EeyFg':function(_0x394de9){const _0x163fe5=a1_0x5092;return _0x31ffea[_0x163fe5(0x1be)](_0x394de9);},'VtzUv':_0x31ffea[_0x1050d2(0x109)]};this['browserContext']=await this[_0x1050d2(0x142)][_0x1050d2(0x10e)]()[0x0];const _0x1e69f1=async()=>{const _0x20c186=_0x1050d2,_0xe825eb=this[_0x20c186(0x1b5)]&&this[_0x20c186(0x1b5)]['chromium']&&this[_0x20c186(0x1b5)][_0x20c186(0x180)][_0x20c186(0x18e)]&&Array[_0x20c186(0xe7)](this[_0x20c186(0x1b5)][_0x20c186(0x180)][_0x20c186(0x18e)])&&this[_0x20c186(0x1b5)][_0x20c186(0x180)][_0x20c186(0x18e)][_0x20c186(0xd6)](_0x31ffea[_0x20c186(0x177)]);if(_0x31ffea[_0x20c186(0xe3)](isAccessibilityAutomationSession)&&!_0xe825eb)try{const _0x5c55bf=_0x31ffea[_0x20c186(0x189)](parseJwt,process[_0x20c186(0x161)][_0x20c186(0x1c8)]);if(_0x5c55bf&&_0x5c55bf[_0x20c186(0x194)]&&_0x5c55bf['a11y_core_config'][_0x20c186(0x163)]){const _0x188386=this[_0x20c186(0x11c)]['pages'][_0x20c186(0xfd)](this[_0x20c186(0x11c)]);this[_0x20c186(0x11c)][_0x20c186(0x138)]=async function(){const _0x3919eb=_0x20c186,_0x25835c=await _0x270a42[_0x3919eb(0xdb)](_0x188386),_0x1aaf7e=[];for(const _0x5daacb of _0x25835c){try{const _0x388f82=await _0x5daacb[_0x3919eb(0x137)]();!_0x388f82['startsWith'](_0x270a42[_0x3919eb(0x185)])&&_0x1aaf7e['push'](_0x5daacb);}catch(_0x57162b){_0x1aaf7e[_0x3919eb(0x150)](_0x5daacb);}}return _0x1aaf7e;};}if(!_0x31ffea[_0x20c186(0xe3)](isBrowserstackInfra)){const _0x594fa6=await this[_0x20c186(0x179)][_0x20c186(0x137)]();if(_0x594fa6['startsWith'](_0x31ffea[_0x20c186(0x109)])){const _0x35db07=await this[_0x20c186(0x11c)][_0x20c186(0x138)]();this[_0x20c186(0x111)](_0x35db07[0x0]);}}}catch(_0x19e922){logger[_0x20c186(0x165)]('Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20'+_0x19e922[_0x20c186(0x19b)]+(_0x19e922[_0x20c186(0x198)]?_0x31ffea['HfakD'](_0x31ffea[_0x20c186(0x15c)],_0x19e922['stack']):''));}};_0x31ffea[_0x1050d2(0x1be)](isBrowserstackInfra)&&await _0x31ffea['rbEFj'](_0x1e69f1),await _0x23b46d[_0x1050d2(0x16a)](this,arguments),!_0x31ffea['GzPJh'](isBrowserstackInfra)&&await _0x31ffea[_0x1050d2(0x1c4)](_0x1e69f1);};},getCodeceptDriver=()=>{const _0x27b8bb=a1_0x25d614,_0x73b8b5={};_0x73b8b5['gHREP']='WebDriver',_0x73b8b5[_0x27b8bb(0xd9)]=_0x27b8bb(0x1c5),_0x73b8b5[_0x27b8bb(0xde)]=_0x27b8bb(0x196),_0x73b8b5[_0x27b8bb(0x14c)]='TestCafe';const _0x4945d8=_0x73b8b5,_0x1c826f=[_0x4945d8[_0x27b8bb(0xd8)],_0x4945d8[_0x27b8bb(0xd9)],_0x4945d8[_0x27b8bb(0xde)],_0x4945d8[_0x27b8bb(0x14c)]],_0x2a376f=_0x1c826f[_0x27b8bb(0x1a6)](_0x3a5538=>!!CodeceptJS[_0x27b8bb(0x1ac)][_0x27b8bb(0x13f)](_0x3a5538));if(!_0x2a376f)return null;return CodeceptJS[_0x27b8bb(0x1ac)][_0x27b8bb(0x13f)](_0x2a376f);};module[a1_0x25d614(0x188)]=function(_0x5b9a34){const _0x3ea702=a1_0x25d614,_0x337237={'pejYr':function(_0x4aa6a1){return _0x4aa6a1();},'tSDGZ':function(_0x2bab53,_0xef1e){return _0x2bab53(_0xef1e);},'wjsem':_0x3ea702(0x18f),'yrEsz':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','klzqH':_0x3ea702(0x13e),'ojxJN':_0x3ea702(0x184),'fITuQ':function(_0x8db5aa,_0x1e99b4){return _0x8db5aa(_0x1e99b4);},'FTGSU':_0x3ea702(0x14a),'fKmaB':_0x3ea702(0x11d),'raugX':_0x3ea702(0xcd),'WSYkz':_0x3ea702(0x170),'DXkEm':function(_0x401402){return _0x401402();},'sbasI':'test-before','uMcBp':function(_0x366223,_0x13bf34,_0x1faf04){return _0x366223(_0x13bf34,_0x1faf04);},'qCAMu':_0x3ea702(0x139),'uXohi':function(_0x6fc923,_0x4aeff9,_0x45fec7){return _0x6fc923(_0x4aeff9,_0x45fec7);},'zvpPV':function(_0x2e49ba,_0x5e3b1a,_0x201d38){return _0x2e49ba(_0x5e3b1a,_0x201d38);},'fZUuM':_0x3ea702(0x178),'OIuLy':function(_0x34d195){return _0x34d195();},'kxdkh':function(_0x2d3b5c,_0x3bf1a4,_0x1235fb,_0xf65c7d){return _0x2d3b5c(_0x3bf1a4,_0x1235fb,_0xf65c7d);},'XNaBr':function(_0x4fc23e,_0x163110){return _0x4fc23e===_0x163110;},'FYsEs':_0x3ea702(0x158),'CQKSs':'test-failed','bbXZi':_0x3ea702(0x10d),'NfsDE':_0x3ea702(0x16e),'pJeWX':function(_0x50f1ed,_0x3e81bc,_0x14f6ad){return _0x50f1ed(_0x3e81bc,_0x14f6ad);},'qxEtj':function(_0x4f41f2){return _0x4f41f2();},'PNoQO':_0x3ea702(0x143),'ymsDS':_0x3ea702(0x195),'EkwBZ':_0x3ea702(0x1c1),'IiNEG':_0x3ea702(0xd2),'UKAuO':_0x3ea702(0x199),'xSTEW':_0x3ea702(0x17a),'NcMIY':_0x3ea702(0x16f),'YSCxm':function(_0x569a12){return _0x569a12();},'SDFkC':'Playwright'};_0x5b9a34[_0x3ea702(0x176)]&&(global[_0x3ea702(0xe1)]=_0x5b9a34['skipSessionStatus']);PerformanceTester[_0x3ea702(0x1a1)]();const _0x3f7433=_0x337237[_0x3ea702(0xca)](getCodeceptDriver),_0x2886d5=new O11yHelper(_0x3f7433,_0x5b9a34),_0x2cd6b7=!!CodeceptJS[_0x3ea702(0x1ac)][_0x3ea702(0x13f)](_0x337237[_0x3ea702(0x145)]);global[_0x3ea702(0x1bf)]=_0x3f7433,_0x3f7433&&(PerformanceTester[_0x3ea702(0x1ca)](PerformanceEvents[_0x3ea702(0x146)],()=>{const _0x33c061=_0x3ea702;_0x2cd6b7?_0x337237[_0x33c061(0x1aa)](patchPlaywrightBefore):_0x337237['tSDGZ'](patchWebDriverBefore,_0x3f7433);})(),PerformanceTester['measureWrapper'](PerformanceEvents[_0x3ea702(0x13c)],()=>{const _0x2a82b3=_0x3ea702;_0x3f7433[_0x2a82b3(0x18f)]=async()=>{const _0x5090f6=_0x2a82b3;if(global['accessibilityPlatform']){const _0x431a17={};return _0x431a17[_0x5090f6(0x13d)]=_0x337237[_0x5090f6(0x1b4)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x5090f6(0x11a)],async()=>{const _0x49730a=_0x5090f6;return await AccessibilityHelper[_0x49730a(0x1a4)](_0x3f7433,scripts['performScan']);},_0x431a17)(),await PerformanceTester[_0x5090f6(0x1ca)](PerformanceA11yEvents[_0x5090f6(0xd5)],async()=>{const _0x3e95ad=_0x5090f6;return await AccessibilityHelper['browserStackExecuteDriver'](_0x3f7433,scripts[_0x3e95ad(0xeb)]);})();}return logger['warn'](_0x337237['yrEsz']),{};},_0x3f7433[_0x2a82b3(0x13e)]=async()=>{const _0x3eadd8=_0x2a82b3;if(global[_0x3eadd8(0x17f)]){const _0x3cd98a={};return _0x3cd98a['command']=_0x337237[_0x3eadd8(0x128)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{return await AccessibilityHelper['browserStackExecuteDriver'](_0x3f7433,scripts['performScan']);},_0x3cd98a)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents['GET_RESULTS'],async()=>{const _0x30cec4=_0x3eadd8;return await AccessibilityHelper[_0x30cec4(0x1a4)](_0x3f7433,scripts[_0x30cec4(0x162)]);})();}return logger[_0x3eadd8(0xf3)](_0x337237['ojxJN']),{};},_0x337237[_0x2a82b3(0x1ab)](patchSaveScreenshot,_0x3f7433);})()),CodeceptJS[_0x3ea702(0xc5)]['dispatcher']['on'](CodeceptJS[_0x3ea702(0xc5)]['all'][_0x3ea702(0x144)],()=>{const _0x1e4598=_0x3ea702;PerformanceTester[_0x1e4598(0xd0)](PerformanceEvents['SDK_PRE_TEST']);try{_0x2886d5[_0x1e4598(0xd0)](),testOpsHelper['addRequestSpy'](),PerformanceTester['end'](PerformanceEvents['SDK_PRE_TEST']);}catch(_0xa4c101){PerformanceTester[_0x1e4598(0xf2)](_0xa4c101),PerformanceTester[_0x1e4598(0x151)](PerformanceEvents[_0x1e4598(0x106)],![],_0xa4c101);}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS['event'][_0x3ea702(0x175)]['after'],async()=>{const _0x329627=_0x3ea702;PerformanceTester[_0x329627(0xd0)](PerformanceEvents['SDK_POST_TEST']);try{requestSpy[_0x329627(0x166)](),await _0x2886d5['stop'](),PerformanceTester[_0x329627(0x151)](PerformanceEvents['SDK_POST_TEST']);}catch(_0x39015b){PerformanceTester[_0x329627(0xf2)](_0x39015b),PerformanceTester[_0x329627(0x151)](PerformanceEvents[_0x329627(0x116)],![],_0x39015b);}finally{PerformanceTester[_0x329627(0x124)]();}}),CodeceptJS[_0x3ea702(0xc5)][_0x3ea702(0xcc)]['on'](CodeceptJS[_0x3ea702(0xc5)][_0x3ea702(0x172)]['started'],_0x4b6649=>{const _0x224acd=_0x3ea702;PerformanceTester[_0x224acd(0xd0)](PerformanceEvents[_0x224acd(0xdd)]);try{const _0x3e95f3=_0x4b6649[_0x224acd(0x10b)][_0x224acd(0x12e)],_0x4bb8e4=_0x2886d5['captureEvent'](TEST_EVENTS[_0x224acd(0x12a)],_0x3e95f3);CodeceptRecorder[_0x224acd(0x132)](()=>_0x2886d5[_0x224acd(0x1ba)](TEST_EVENTS[_0x224acd(0x12a)],_0x4bb8e4));const _0x6d1496={};_0x6d1496[_0x224acd(0x121)]=_0x337237[_0x224acd(0x127)],PerformanceTester['end'](PerformanceEvents['SDK_HOOK'],!![],null,_0x6d1496);}catch(_0x1999e0){const _0x5d9c70={};_0x5d9c70['hookType']=_0x337237[_0x224acd(0x127)],PerformanceTester['end'](PerformanceEvents[_0x224acd(0xdd)],![],_0x1999e0,_0x5d9c70),PerformanceTester['captureError'](_0x1999e0);}}),CodeceptJS['event'][_0x3ea702(0xcc)]['on'](CodeceptJS[_0x3ea702(0xc5)][_0x3ea702(0x172)][_0x3ea702(0x1bb)],_0x1e233d=>{const _0x3d0f45=_0x3ea702,_0x5aa202={};_0x5aa202[_0x3d0f45(0x121)]=_0x337237[_0x3d0f45(0xe4)],PerformanceTester['start'](PerformanceHookEvents[_0x3d0f45(0xdd)],!![],null,_0x5aa202);try{const _0x48b8bd=_0x1e233d[_0x3d0f45(0x10b)]['test'],_0x18b55f=_0x2886d5[_0x3d0f45(0xd1)](TEST_EVENTS[_0x3d0f45(0x112)],_0x48b8bd);CodeceptRecorder[_0x3d0f45(0x132)](()=>_0x2886d5[_0x3d0f45(0x1ba)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x18b55f));const _0x486aba={};_0x486aba[_0x3d0f45(0x121)]=_0x337237[_0x3d0f45(0xe4)],PerformanceTester[_0x3d0f45(0x151)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x486aba);}catch(_0x1c6a8e){PerformanceTester[_0x3d0f45(0xf2)](_0x1c6a8e);const _0xed05e6={};_0xed05e6[_0x3d0f45(0x121)]=_0x337237[_0x3d0f45(0xe4)],PerformanceTester['end'](PerformanceHookEvents[_0x3d0f45(0xdd)],![],_0x1c6a8e,_0xed05e6);}}),CodeceptJS['event'][_0x3ea702(0xcc)]['on'](CodeceptJS[_0x3ea702(0xc5)][_0x3ea702(0x172)]['failed'],async(_0x2daccf,_0x422cef)=>{const _0x493b73=_0x3ea702;PerformanceTester[_0x493b73(0xd0)](PerformanceHookEvents['SDK_HOOK']);try{const _0x27f16e=_0x2daccf[_0x493b73(0x10b)][_0x493b73(0x12e)],_0x51d49d=_0x2886d5[_0x493b73(0xd1)](TEST_EVENTS[_0x493b73(0x112)],_0x27f16e,_0x422cef);CodeceptRecorder['add'](()=>_0x2886d5[_0x493b73(0x1ba)](TEST_EVENTS[_0x493b73(0x112)],_0x51d49d));const _0x26ea67={};_0x26ea67[_0x493b73(0x121)]=_0x337237[_0x493b73(0xd7)],PerformanceTester[_0x493b73(0xd0)](PerformanceHookEvents[_0x493b73(0xdd)],!![],null,_0x26ea67);}catch(_0x574acb){PerformanceTester[_0x493b73(0xf2)](_0x574acb);const _0x55bf34={};_0x55bf34[_0x493b73(0x121)]=_0x337237[_0x493b73(0xd7)],PerformanceTester[_0x493b73(0x151)](PerformanceHookEvents[_0x493b73(0xdd)],![],_0x574acb,_0x55bf34);}const _0xcda7b1={};_0xcda7b1[_0x493b73(0x121)]=_0x337237[_0x493b73(0xd7)],PerformanceTester[_0x493b73(0x151)](PerformanceHookEvents[_0x493b73(0xdd)],!![],null,_0xcda7b1);}),CodeceptJS[_0x3ea702(0xc5)][_0x3ea702(0xcc)]['on'](CodeceptJS[_0x3ea702(0xc5)][_0x3ea702(0x12e)][_0x3ea702(0x144)],_0x3e8b44=>{const _0x419281=_0x3ea702;PerformanceTester[_0x419281(0xd0)](PerformanceHookEvents['SDK_HOOK']);try{globals[_0x419281(0xed)](_0x337237[_0x419281(0x1c9)],_0x3e8b44['title']);_0x337237['DXkEm'](isBrowserstackInfra)&&(_0x2cd6b7&&(global['__workerDetails']={'currentTest':{'name':_0x3e8b44[_0x419281(0x19e)],'testInfo':{'titlePath':_0x3e8b44[_0x419281(0xdf)]()}}}));const _0x40b151={};_0x40b151['hookType']=_0x337237[_0x419281(0x19c)],PerformanceTester[_0x419281(0x151)](PerformanceHookEvents[_0x419281(0xdd)],!![],null,_0x40b151);}catch(_0x36da95){PerformanceTester[_0x419281(0xf2)](_0x36da95);const _0xa2f7c8={};_0xa2f7c8[_0x419281(0x121)]=_0x337237[_0x419281(0x19c)],PerformanceTester[_0x419281(0x151)](PerformanceHookEvents[_0x419281(0xdd)],![],_0x36da95,_0xa2f7c8);}}),CodeceptJS[_0x3ea702(0xc5)]['dispatcher']['on'](CodeceptJS[_0x3ea702(0xc5)]['test'][_0x3ea702(0x152)],_0xab5e01=>{const _0x10159d=_0x3ea702;PerformanceTester[_0x10159d(0xd0)](PerformanceHookEvents[_0x10159d(0xdd)]);try{globals['setGlobal'](_0x337237['WSYkz'],_0xab5e01[_0x10159d(0x19e)]);const _0x145bc0=_0x2886d5[_0x10159d(0xd1)](TEST_EVENTS[_0x10159d(0xe5)],_0xab5e01);CodeceptRecorder['add'](()=>_0x2886d5['fireEvent'](TEST_EVENTS[_0x10159d(0xe5)],_0x145bc0)),CodeceptRecorder[_0x10159d(0x132)](async()=>{const _0x3fe280=_0x10159d;_0x337237[_0x3fe280(0x100)](isBrowserstackInfra)&&(!_0x337237[_0x3fe280(0x1ab)](isTrue,_0x5b9a34[_0x3fe280(0x1af)])&&await _0x337237['uMcBp'](markSessionName,_0x3f7433,_0xab5e01[_0x3fe280(0x19e)]),_0x2886d5[_0x3fe280(0x135)]&&await _0x337237[_0x3fe280(0x1ab)](o11ySync,_0x3f7433));});}catch(_0x1e941b){const _0x260f40={};_0x260f40[_0x10159d(0x121)]=_0x337237[_0x10159d(0x183)],PerformanceTester[_0x10159d(0x151)](PerformanceHookEvents[_0x10159d(0xdd)],![],_0x1e941b,_0x260f40),PerformanceTester[_0x10159d(0xf2)](_0x1e941b);}const _0x408aa0={};_0x408aa0[_0x10159d(0x121)]=_0x337237[_0x10159d(0x183)],PerformanceTester[_0x10159d(0x151)](PerformanceHookEvents[_0x10159d(0xdd)],!![],null,_0x408aa0);}),CodeceptJS[_0x3ea702(0xc5)][_0x3ea702(0xcc)]['on'](CodeceptJS[_0x3ea702(0xc5)][_0x3ea702(0x12e)]['passed'],_0xf7db5f=>{const _0xae432a=_0x3ea702,_0x14379d={'jtNvs':function(_0x48b642,_0x256b2f,_0x4834ec){const _0x138977=a1_0x5092;return _0x337237[_0x138977(0x104)](_0x48b642,_0x256b2f,_0x4834ec);},'DVdXA':function(_0x23d28b,_0xbed629,_0x450742){const _0x100870=a1_0x5092;return _0x337237[_0x100870(0x155)](_0x23d28b,_0xbed629,_0x450742);},'HMoom':function(_0x10c483){const _0x3431f4=a1_0x5092;return _0x337237[_0x3431f4(0x1aa)](_0x10c483);}};PerformanceTester[_0xae432a(0xd0)](PerformanceHookEvents[_0xae432a(0xdd)]);try{const _0xb5ec1e=_0x2886d5[_0xae432a(0xd1)](TEST_EVENTS[_0xae432a(0x149)],_0xf7db5f);CodeceptRecorder[_0xae432a(0x132)](()=>_0x2886d5[_0xae432a(0x1ba)](TEST_EVENTS['TEST_RUN_FINISHED'],_0xb5ec1e)),CodeceptRecorder['add'](async()=>{const _0x3fe956=_0xae432a;_0x14379d[_0x3fe956(0x1a8)](isBrowserstackInfra)&&await PerformanceTester[_0x3fe956(0x1ca)](PerformanceAutEvents['SESSION_STATUS'],async()=>{const _0x39b079=_0x3fe956;_0x2cd6b7?await _0x14379d[_0x39b079(0x125)](playwrightMarkSessionStatus,_0x3f7433,STATE_PASSED):await _0x14379d[_0x39b079(0xe6)](markSessionStatus,_0x3f7433,STATE_PASSED);})();}),PerformanceTester[_0xae432a(0x151)](PerformanceEvents[_0xae432a(0xf4)]);}catch(_0x5a2dc4){PerformanceTester[_0xae432a(0xf2)](_0x5a2dc4);const _0x511864={};_0x511864['hookType']=_0x337237['fZUuM'],PerformanceTester[_0xae432a(0x151)](PerformanceHookEvents[_0xae432a(0xdd)],![],_0x5a2dc4,_0x511864),PerformanceTester[_0xae432a(0x151)](PerformanceEvents[_0xae432a(0xf4)],![],_0x5a2dc4);}const _0x48c49d={};_0x48c49d[_0xae432a(0x121)]=_0x337237[_0xae432a(0x13b)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x48c49d);}),CodeceptJS[_0x3ea702(0xc5)][_0x3ea702(0xcc)]['on'](CodeceptJS[_0x3ea702(0xc5)][_0x3ea702(0x12e)][_0x3ea702(0x1a3)],(_0x51f0d3,_0x8a79b1)=>{const _0x45608e=_0x3ea702,_0x48f0d7={'jxWdc':function(_0x526961){return _0x337237['OIuLy'](_0x526961);},'EOPED':function(_0x1d64ad,_0x3f8d15,_0x3fa955,_0x5ee846){const _0x3d1944=a1_0x5092;return _0x337237[_0x3d1944(0x19d)](_0x1d64ad,_0x3f8d15,_0x3fa955,_0x5ee846);},'FMYcB':function(_0x4e7837,_0x16b5ad,_0x2f6efc,_0xe0a462){const _0x34d4ac=a1_0x5092;return _0x337237[_0x34d4ac(0x19d)](_0x4e7837,_0x16b5ad,_0x2f6efc,_0xe0a462);}};PerformanceTester[_0x45608e(0xd0)](PerformanceHookEvents['SDK_HOOK']);try{if(_0x337237[_0x45608e(0x1b2)](_0x51f0d3[_0x45608e(0x16b)][_0x45608e(0x1a2)],_0x337237[_0x45608e(0xf8)])){const _0x1ae170=_0x2886d5[_0x45608e(0xd1)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x51f0d3[_0x45608e(0x10b)][_0x45608e(0x10c)]);CodeceptRecorder[_0x45608e(0x132)](()=>_0x2886d5[_0x45608e(0x1ba)](TEST_EVENTS[_0x45608e(0x15e)],_0x1ae170));}else{const _0x1fbe53=_0x2886d5['captureEvent'](TEST_EVENTS[_0x45608e(0x149)],_0x51f0d3,_0x8a79b1);CodeceptRecorder[_0x45608e(0x132)](()=>{const _0x3b0008=_0x45608e;try{_0x2886d5[_0x3b0008(0x1ba)](TEST_EVENTS[_0x3b0008(0x149)],_0x1fbe53);}catch(_0x465e5e){logger[_0x3b0008(0x165)](_0x3b0008(0x187)+util[_0x3b0008(0x10f)](_0x465e5e)),PerformanceTester[_0x3b0008(0x151)](PerformanceEvents[_0x3b0008(0xf4)],![],_0x465e5e);}}),CodeceptRecorder[_0x45608e(0x132)](async()=>{const _0x1c70a9=_0x45608e;try{_0x48f0d7[_0x1c70a9(0x123)](isBrowserstackInfra)&&(_0x2cd6b7?await _0x48f0d7[_0x1c70a9(0x156)](playwrightMarkSessionStatus,_0x3f7433,STATE_FAILED,_0x8a79b1):await _0x48f0d7[_0x1c70a9(0x114)](markSessionStatus,_0x3f7433,STATE_FAILED,_0x8a79b1));}catch(_0x146ecb){logger[_0x1c70a9(0x165)]('Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20'+util['format'](_0x146ecb)),PerformanceTester[_0x1c70a9(0x151)](PerformanceEvents[_0x1c70a9(0xf4)],![],_0x146ecb);}});}PerformanceTester[_0x45608e(0x151)](PerformanceEvents[_0x45608e(0xf4)]);}catch(_0x4ae080){PerformanceTester[_0x45608e(0xf2)](_0x4ae080);const _0x3d8fef={};_0x3d8fef[_0x45608e(0x121)]=_0x337237[_0x45608e(0x1cc)],PerformanceTester[_0x45608e(0x151)](PerformanceHookEvents[_0x45608e(0xdd)],![],_0x4ae080,_0x3d8fef),PerformanceTester[_0x45608e(0x151)](PerformanceEvents[_0x45608e(0xf4)],![],_0x4ae080);}const _0x95d29e={};_0x95d29e['hookType']=_0x337237[_0x45608e(0x1cc)],PerformanceTester[_0x45608e(0x151)](PerformanceHookEvents[_0x45608e(0xdd)],!![],null,_0x95d29e);}),CodeceptJS[_0x3ea702(0xc5)][_0x3ea702(0xcc)]['on'](CodeceptJS[_0x3ea702(0xc5)][_0x3ea702(0x12e)][_0x3ea702(0x171)],_0x2d8917=>{const _0x355326=_0x3ea702;PerformanceTester[_0x355326(0xd0)](PerformanceHookEvents[_0x355326(0xdd)]);try{const _0x54e6af=_0x2886d5[_0x355326(0xd1)](TEST_EVENTS[_0x355326(0x15e)],_0x2d8917);CodeceptRecorder[_0x355326(0x132)](()=>_0x2886d5[_0x355326(0x1ba)](TEST_EVENTS[_0x355326(0x15e)],_0x54e6af)),PerformanceTester[_0x355326(0x151)](PerformanceEvents[_0x355326(0xf4)]);}catch(_0x54a526){PerformanceTester[_0x355326(0xf2)](_0x54a526),PerformanceTester[_0x355326(0x151)](PerformanceEvents['SDK_TEST'],![],_0x54a526);const _0x393350={};_0x393350['hookType']=_0x337237['bbXZi'],PerformanceTester[_0x355326(0x151)](PerformanceHookEvents['SDK_HOOK'],![],_0x54a526,_0x393350);}const _0x137b20={};_0x137b20[_0x355326(0x121)]=_0x337237[_0x355326(0x193)],PerformanceTester[_0x355326(0x151)](PerformanceHookEvents[_0x355326(0xdd)],!![],null,_0x137b20);}),CodeceptJS[_0x3ea702(0xc5)][_0x3ea702(0xcc)]['on'](CodeceptJS[_0x3ea702(0xc5)][_0x3ea702(0x12e)]['after'],async(_0x5c94ce,_0x502ac3)=>{const _0x3f2050=_0x3ea702;try{PerformanceTester[_0x3f2050(0xd0)](PerformanceHookEvents[_0x3f2050(0xdd)]);const _0xd2ecdb=_0x337237[_0x3f2050(0x17d)](shouldScanTestForAccessibility,_0x5c94ce['titlePath'](),!![]);if(_0x337237[_0x3f2050(0x108)](isAccessibilityAutomationSession)&&global[_0x3f2050(0x17f)]&&_0xd2ecdb){const _0x206e09={};_0x206e09[_0x3f2050(0x154)]=_0x5c94ce[_0x3f2050(0x126)],_0x206e09[_0x3f2050(0x1c0)]=process[_0x3f2050(0x161)][testHubConstants['ENV_VAR'][_0x3f2050(0xee)]],_0x206e09[_0x3f2050(0x159)]=process[_0x3f2050(0x161)][testHubConstants['ENV_VAR'][_0x3f2050(0x130)]];const _0x2f9580=_0x206e09;logger[_0x3f2050(0x165)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON[_0x3f2050(0x1b9)](_0x2f9580)),CodeceptRecorder[_0x3f2050(0x132)](async()=>{const _0x4d9507=_0x3f2050,_0x19c69a={};_0x19c69a['command']=_0x337237[_0x4d9507(0x101)],await PerformanceTester[_0x4d9507(0x1ca)](PerformanceA11yEvents[_0x4d9507(0x11a)],async()=>{const _0x19ec82=_0x4d9507;await AccessibilityHelper[_0x19ec82(0x1a4)](_0x3f7433,scripts[_0x19ec82(0xea)]);},_0x19c69a)(),await PerformanceTester[_0x4d9507(0x1ca)](PerformanceA11yEvents[_0x4d9507(0x15f)],async()=>{const _0x4f85e5=_0x4d9507;await AccessibilityHelper[_0x4f85e5(0x1a4)](_0x3f7433,scripts[_0x4f85e5(0x197)],_0x2f9580);})();}),logger[_0x3f2050(0xe8)](_0x337237[_0x3f2050(0x107)]);}const _0x254a0b={};_0x254a0b['hookType']=_0x337237[_0x3f2050(0xf0)],PerformanceTester['end'](PerformanceHookEvents[_0x3f2050(0xdd)],!![],null,_0x254a0b);}catch(_0x38b735){PerformanceTester[_0x3f2050(0xf2)](_0x38b735);const _0x4ab936={};_0x4ab936[_0x3f2050(0x121)]=_0x337237[_0x3f2050(0xf0)],PerformanceTester[_0x3f2050(0x151)](PerformanceHookEvents['SDK_HOOK'],![],_0x38b735,_0x4ab936);}}),CodeceptJS[_0x3ea702(0xc5)][_0x3ea702(0xcc)]['on'](CodeceptJS[_0x3ea702(0xc5)][_0x3ea702(0xc3)][_0x3ea702(0xe2)],_0x3da859=>{const _0x118ded=_0x3ea702;PerformanceTester['start'](PerformanceHookEvents[_0x118ded(0xdd)]);try{process['emit'](_0x118ded(0x110)+process[_0x118ded(0x1b1)],{'timestamp':new Date()['toISOString'](),'level':_0x337237[_0x118ded(0x1bc)],'message':_0x3da859,'kind':_0x337237[_0x118ded(0x118)],'http_response':{}});}catch(_0x1b27d5){PerformanceTester[_0x118ded(0xf2)](_0x1b27d5);const _0x100088={};_0x100088['hookType']=_0x337237[_0x118ded(0xfb)],PerformanceTester[_0x118ded(0x151)](PerformanceHookEvents[_0x118ded(0xdd)],![],_0x1b27d5,_0x100088);}const _0x479c8b={};_0x479c8b[_0x118ded(0x121)]=_0x337237[_0x118ded(0xfb)],PerformanceTester[_0x118ded(0x151)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x479c8b);}),CodeceptJS[_0x3ea702(0xc5)][_0x3ea702(0xcc)]['on'](CodeceptJS[_0x3ea702(0xc5)][_0x3ea702(0x136)][_0x3ea702(0x144)],_0x538bb5=>{const _0x143166=_0x3ea702,_0x19fa66={};_0x19fa66['hookType']=_0x337237[_0x143166(0x17b)],PerformanceTester[_0x143166(0x1ca)](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x388fa2=_0x143166;_0x2886d5[_0x388fa2(0x1a5)](_0x538bb5);},_0x19fa66)();}),CodeceptJS['event'][_0x3ea702(0xcc)]['on'](CodeceptJS[_0x3ea702(0xc5)][_0x3ea702(0x136)]['after'],_0x7b6cb9=>{const _0x51f769=_0x3ea702,_0x320b14={};_0x320b14[_0x51f769(0x121)]=_0x337237[_0x51f769(0x15a)],PerformanceTester[_0x51f769(0x1ca)](PerformanceHookEvents[_0x51f769(0xdd)],()=>{const _0x2e2412=_0x51f769;_0x2886d5[_0x2e2412(0xd3)](_0x7b6cb9);},_0x320b14)();});};
@@ -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_0x329245=a2_0x531c;(function(_0x18ccbb,_0x305aef){const _0x42a2bb=a2_0x531c,_0x681d9b=_0x18ccbb();while(!![]){try{const _0x1f3482=parseInt(_0x42a2bb(0x152))/0x1*(-parseInt(_0x42a2bb(0x1f0))/0x2)+parseInt(_0x42a2bb(0x1e3))/0x3*(parseInt(_0x42a2bb(0x1e6))/0x4)+-parseInt(_0x42a2bb(0x1b5))/0x5*(-parseInt(_0x42a2bb(0x1c1))/0x6)+-parseInt(_0x42a2bb(0x17c))/0x7*(-parseInt(_0x42a2bb(0x19a))/0x8)+parseInt(_0x42a2bb(0x175))/0x9*(parseInt(_0x42a2bb(0x1c5))/0xa)+parseInt(_0x42a2bb(0x16b))/0xb+-parseInt(_0x42a2bb(0x15e))/0xc;if(_0x1f3482===_0x305aef)break;else _0x681d9b['push'](_0x681d9b['shift']());}catch(_0x4aae1c){_0x681d9b['push'](_0x681d9b['shift']());}}}(a2_0x3fc7,0x86c9c));function a2_0x531c(_0x15d258,_0x4378af){const _0x3fc7d6=a2_0x3fc7();return a2_0x531c=function(_0x531c32,_0x3d91a5){_0x531c32=_0x531c32-0x14e;let _0x183554=_0x3fc7d6[_0x531c32];return _0x183554;},a2_0x531c(_0x15d258,_0x4378af);}function a2_0x3fc7(){const _0x3e255e=['userName','3311kpLEEN','gHKEl','host','test','map','validateRerunTestList','playwright-chromium','winstonLogger','assign','codecept.conf.js','printBuildLink','exports','0|5|4|2|1|3','teardownAll','../../helpers/testhub/testhubHandler','process','Passed\x20:\x20','skipSessionStatus','../utils/constants','TAbtR','platforms','BrowserStackPlugin','gherkin','join','Rpjbl','browserName','replace','XPcob','BROWSERSTACK_TEST_OBSERVABILITY_YML','spawn','17456snQOWV','SDK_CLEANUP','forEach','initialize','BROWSERSTACK_TEST_ACCESSIBILITY_YML','addTests','chromium','start','profile','event','info','bgTtp','ZtpZW','title','useW3C','accessibilityOptions','env','WebDriver','fIbPG','KVtGX','codecept.json','PecCv','toLowerCase','deBSZ','Workers','stop','isTestObservabilitySession','5lElgBc','CAidd','FmISN','addConfig','codeceptjs','user','addOptions','browserWSEndpoint','all','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','SVssU','browser','6459204GnBsJu','testConfig','../../bin/playwright/accessibility-helper','XlTqG','10DmjYYx','../../helpers/test-observability/constants','CODECEPT_CUCUMBER','testContextOptions','accessKey','vfXXM','load','jIzwb','firefox','passed','chdir','failed','validPlatformsPresent','cwd','DqeGf','Failed\x20:\x20','path','hubUrl','testObservability','helpers','trim','slice','util','gYVTn','CODECEPT','require','/wd/hub','chrome','getPlaywrightUrl','LvEtA','3kiKSbK','codeceptjs/lib/index.js','SDK_SETUP','2629964zXENUo','push','isTrue','tDahW','tgFkS','../../helpers/accessibility-automation/helper','scTtH','dirname','../../helpers/helper','ZMwgC','107654GXDgUl','log','prepareCapabilities','before','stringify','desiredCapabilities','FRAMEWORKS','playwright-webkit','length','getUserWorkerCount','cCVml','6HkYqHO','errorMessage','Playwright','BROWSERSTACK_RERUN_TESTS','split','zPzrJ','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','result','EVENTS','config','webkit','getPlatformName','31420608BHECeS','root','launchBuild','../../helpers/BrowserStackSetup','key','enabled','Started\x20:\x20','now','bootstrapAll','finalExecution','../../helpers/performance/constants','DgxYr','isEmpty','2035726SJHEJH','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','mergeDeep','existsSync','eZXjW','createGroupsOfSuites','iUrbD','../utils/clientTroubleshootingService','../../helpers/logger','stack','4880349wtypdv','run','findIndex','isUndefined','setAdditionalCapabilities','err'];a2_0x3fc7=function(){return _0x3e255e;};return a2_0x3fc7();}const fs=require('fs'),path=require('path'),util=require(a2_0x329245(0x1db)),process=require(a2_0x329245(0x18b)),logger=require(a2_0x329245(0x173))[a2_0x329245(0x183)],{default:BrowserStackSetup}=require(a2_0x329245(0x161)),helper=require(a2_0x329245(0x1ee)),utilities=require('../../helpers/utilities'),{checkAccessibilityPlatformConfig}=require(a2_0x329245(0x1eb)),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a2_0x329245(0x1c3)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x329245(0x1ee)),CodeceptJS=requireModule(a2_0x329245(0x1e4),a2_0x329245(0x1b9)),testOpsHelper=require('../../helpers/test-observability/utils'),TestHubHandler=require(a2_0x329245(0x18a)),constants=require(a2_0x329245(0x18e)),PerformanceTester=require('../../helpers/performance/performance-tester'),{FRAMEWORKS}=require(a2_0x329245(0x1c6)),PerformanceEvents=require(a2_0x329245(0x168))[a2_0x329245(0x15a)],ClientTroubleShootingService=require(a2_0x329245(0x172)),_testErrorData=[],getUserCodeceptJSConfigs=(_0xc89066,_0x43968c)=>{const _0x164b9b=a2_0x329245,_0x516771={};_0x516771['LvEtA']=function(_0x2c5eeb,_0x216722){return _0x2c5eeb===_0x216722;},_0x516771[_0x164b9b(0x1e9)]=_0x164b9b(0x185),_0x516771[_0x164b9b(0x17d)]=_0x164b9b(0x1ae);const _0x53ad2a=_0x516771;let _0x3bc5a6=null;const _0x36188b={};let _0x5a62b9=_0x43968c[_0x164b9b(0x177)](_0x16b7a4=>_0x16b7a4==='--config');_0x53ad2a[_0x164b9b(0x1e2)](_0x5a62b9,-0x1)&&(_0x5a62b9=_0x43968c['findIndex'](_0x3a1c5a=>_0x3a1c5a==='-c'));if(!helper[_0x164b9b(0x178)](_0xc89066[_0x164b9b(0x15b)])&&fs['existsSync'](path['join'](process['cwd'](),_0xc89066[_0x164b9b(0x15b)])))_0x3bc5a6=path[_0x164b9b(0x193)](process[_0x164b9b(0x1d2)](),_0xc89066[_0x164b9b(0x15b)]),_0x43968c[_0x164b9b(0x1da)](_0x5a62b9,0x2);else{if(!helper['isUndefined'](_0xc89066['c'])&&fs['existsSync'](path[_0x164b9b(0x193)](process[_0x164b9b(0x1d2)](),_0xc89066['c'])))_0x3bc5a6=path[_0x164b9b(0x193)](process['cwd'](),_0xc89066['c']),_0x43968c['slice'](_0x5a62b9,0x2);else{if(fs[_0x164b9b(0x16e)](path['join'](process[_0x164b9b(0x1d2)](),_0x53ad2a[_0x164b9b(0x1e9)])))_0x3bc5a6=path['join'](process[_0x164b9b(0x1d2)](),_0x53ad2a[_0x164b9b(0x1e9)]);else fs['existsSync'](path[_0x164b9b(0x193)](process['cwd'](),_0x53ad2a[_0x164b9b(0x17d)]))&&(_0x3bc5a6=path[_0x164b9b(0x193)](process['cwd'](),_0x53ad2a[_0x164b9b(0x17d)]));}}return process['env']['USER_CONFIG_DETAILS_PATH']=_0x3bc5a6,_0x3bc5a6;},getO11yRerunPattern=()=>{const _0x4206c3=a2_0x329245,_0x2b452f=helper[_0x4206c3(0x1e8)](process[_0x4206c3(0x1aa)]['BROWSERSTACK_RERUN']);if(_0x2b452f){const _0x1e78e2=process[_0x4206c3(0x1aa)][_0x4206c3(0x155)],_0x10d4c8=[];if(helper[_0x4206c3(0x181)](_0x1e78e2)&&!helper[_0x4206c3(0x178)](_0x1e78e2)){_0x1e78e2[_0x4206c3(0x156)](',')[_0x4206c3(0x180)](_0x419c48=>{const _0x16e264=_0x4206c3;_0x10d4c8['push']('('+_0x419c48[_0x16e264(0x1d9)]()+')');});const _0x317bc4='^'+_0x10d4c8['join']('|')+'$';return _0x317bc4;}}return null;},a2_0x1177af={};a2_0x1177af[a2_0x329245(0x1e0)]=a2_0x329245(0x1a0),a2_0x1177af[a2_0x329245(0x182)]=a2_0x329245(0x1a0),a2_0x1177af['playwright-firefox']=a2_0x329245(0x1cd),a2_0x1177af[a2_0x329245(0x14e)]=a2_0x329245(0x15c);const pwToCodeceptBrowser=a2_0x1177af;async function run(_0x2a703a,_0x154abe,_0x495f25){const _0x1eb23b=a2_0x329245,_0x42b08e={'scTtH':function(_0x2d179a,_0x17f190,_0x370f79,_0x4d4822){return _0x2d179a(_0x17f190,_0x370f79,_0x4d4822);},'vfXXM':function(_0x5908f6,_0x1358b3){return _0x5908f6+_0x1358b3;},'SVssU':function(_0x5d7638,_0x47319a){return _0x5d7638(_0x47319a);},'KVtGX':function(_0x55495c,_0x5af57f,_0x3d32ca){return _0x55495c(_0x5af57f,_0x3d32ca);},'XPcob':_0x1eb23b(0x1d8),'GiPDM':function(_0x105fd7){return _0x105fd7();},'Rpjbl':_0x1eb23b(0x1df),'eZXjW':function(_0x3082d7){return _0x3082d7();},'CIQfS':_0x1eb23b(0x1d4),'Aqjfn':_0x1eb23b(0x18c),'fIbPG':_0x1eb23b(0x164),'iUrbD':_0x1eb23b(0x188),'deBSZ':function(_0x58c243,_0x50c377,_0x3b19aa){return _0x58c243(_0x50c377,_0x3b19aa);},'tGNRj':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','bgTtp':function(_0x69df9,_0x2829b6,_0x539dc1){return _0x69df9(_0x2829b6,_0x539dc1);},'ZMwgC':'Playwright','tgFkS':_0x1eb23b(0x1ab),'FmISN':function(_0x4379d2,_0x23e565){return _0x4379d2(_0x23e565);},'cbbHM':function(_0x17af13,_0xb52e96){return _0x17af13!=_0xb52e96;},'TAbtR':function(_0x2231e4,_0x33faae){return _0x2231e4===_0x33faae;},'cCVml':_0x1eb23b(0x192),'PecCv':function(_0x4f85e0,_0x59cc6e){return _0x4f85e0(_0x59cc6e);},'CAidd':function(_0x4e4560,_0x3b2a2d){return _0x4e4560*_0x3b2a2d;},'DqeGf':function(_0x4b7d27,_0x4e1ed9,_0x5896be){return _0x4b7d27(_0x4e1ed9,_0x5896be);},'gYVTn':_0x1eb23b(0x1c0),'DgxYr':_0x1eb23b(0x1f5),'DcIYM':function(_0x339062,_0x1c997e,_0x91aa6b){return _0x339062(_0x1c997e,_0x91aa6b);},'jIzwb':_0x1eb23b(0x15f),'zPzrJ':'BrowserStackPlugin.js','XlTqG':'browserStackCwd','ZtpZW':function(_0x503e3e){return _0x503e3e();}};await _0x495f25[_0x1eb23b(0x19d)](_0x2a703a),await helper['handleApp'](_0x495f25[_0x1eb23b(0x15b)]);if(!_0x495f25[_0x1eb23b(0x15b)])return;process[_0x1eb23b(0x1a2)]=_0x2a703a[_0x1eb23b(0x1a2)];_0x2a703a['profile']&&(process[_0x1eb23b(0x1aa)][_0x1eb23b(0x1a2)]=_0x2a703a[_0x1eb23b(0x1a2)]);const _0x1f724f=_0x42b08e[_0x1eb23b(0x1b1)](getUserCodeceptJSConfigs,_0x2a703a,_0x154abe);let _0x460e51={};_0x1f724f?(logger[_0x1eb23b(0x1a4)](_0x1eb23b(0x16c)+_0x1f724f),_0x460e51=CodeceptJS[_0x1eb23b(0x15b)][_0x1eb23b(0x1cb)](_0x1f724f)):logger[_0x1eb23b(0x1a4)](_0x42b08e['tGNRj']);let _0x39d49b=![];_0x42b08e[_0x1eb23b(0x1a5)](nestedKeyValue,_0x460e51,[_0x42b08e[_0x1eb23b(0x197)],_0x42b08e[_0x1eb23b(0x1ef)]])&&(_0x39d49b=!![]);const _0x27c942=_0x39d49b?_0x42b08e['ZMwgC']:_0x42b08e[_0x1eb23b(0x1ea)];let _0x49c23a=!_0x39d49b?helper[_0x1eb23b(0x1a8)](_0x495f25[_0x1eb23b(0x15b)]):![];!helper[_0x1eb23b(0x178)](_0x495f25['config']['accessibilityOptions'])&&(process['env'][_0x1eb23b(0x158)]=JSON[_0x1eb23b(0x1f4)](_0x495f25[_0x1eb23b(0x15b)][_0x1eb23b(0x1a9)]));let _0x57d9a0=_0x495f25['config']['accessibility'];_0x57d9a0=_0x57d9a0||_0x42b08e[_0x1eb23b(0x1b7)](checkAccessibilityPlatformConfig,_0x495f25[_0x1eb23b(0x15b)]),process[_0x1eb23b(0x1aa)][_0x1eb23b(0x19e)]=_0x57d9a0;_0x57d9a0&&(_0x49c23a=!_0x57d9a0);_0x42b08e['cbbHM'](_0x495f25[_0x1eb23b(0x15b)][_0x1eb23b(0x1d7)],null)?process['env'][_0x1eb23b(0x198)]=_0x495f25[_0x1eb23b(0x15b)][_0x1eb23b(0x1d7)]:process[_0x1eb23b(0x1aa)][_0x1eb23b(0x198)]=_0x42b08e[_0x1eb23b(0x18f)](_0x27c942,_0x42b08e[_0x1eb23b(0x1ef)]);const _0x5db1c2=_0x42b08e[_0x1eb23b(0x1ad)](nestedKeyValue,_0x460e51,[_0x42b08e[_0x1eb23b(0x151)]]),_0x211dba=_0x5db1c2&&!helper[_0x1eb23b(0x16a)](_0x5db1c2)?FRAMEWORKS[_0x1eb23b(0x1c7)]:FRAMEWORKS[_0x1eb23b(0x1dd)],_0x5ace24=await TestHubHandler[_0x1eb23b(0x160)](_0x211dba,_0x495f25);_0x57d9a0&&_0x42b08e[_0x1eb23b(0x1af)](setAccessibilityCapabilities,_0x495f25[_0x1eb23b(0x15b)]);const _0x5bbfab={},_0x3da48d=[],_0xbbe304=_0x495f25[_0x1eb23b(0x15b)]['parallelsPerPlatform']||helper[_0x1eb23b(0x150)](_0x2a703a,_0x154abe,_0x495f25[_0x1eb23b(0x15b)],constants['FRAMEWORKS'][_0x1eb23b(0x1dd)])||0x1;let _0x316db2=0x1;if(_0x42b08e[_0x1eb23b(0x16f)](isBrowserstackInfra)){const _0x441385=helper[_0x1eb23b(0x1f2)](_0x495f25[_0x1eb23b(0x15b)],_0x49c23a,constants[_0x1eb23b(0x1f6)][_0x1eb23b(0x1dd)]);_0x441385[_0x1eb23b(0x19c)](_0x5947b5=>{const _0x20b1bb=_0x1eb23b;helper[_0x20b1bb(0x179)](_0x5947b5);}),helper[_0x1eb23b(0x1d1)](_0x495f25[_0x1eb23b(0x15b)])?_0x316db2=_0x42b08e[_0x1eb23b(0x1b6)](_0xbbe304,_0x495f25[_0x1eb23b(0x15b)][_0x1eb23b(0x190)][_0x1eb23b(0x14f)]):_0x316db2=_0xbbe304,_0x441385[_0x1eb23b(0x19c)](_0x31e92b=>{const _0x2055f1=_0x1eb23b,_0x22b8d4=_0x42b08e[_0x2055f1(0x1ca)](helper[_0x2055f1(0x15d)](_0x31e92b,'_'),'_'+Date[_0x2055f1(0x165)]()),_0x3779a9=((()=>{const _0x37596d=_0x2055f1;if(_0x39d49b){const _0xa8f64a=pwToCodeceptBrowser[_0x31e92b['browserName']]||_0x31e92b['browserName'],_0xb752a0=helper[_0x37596d(0x1e1)](_0x495f25[_0x37596d(0x15b)]),_0x21aeb5=Object['assign']({},_0x31e92b);return _0x42b08e[_0x37596d(0x1ec)](processAccessibilityCaps,_0x21aeb5,_0xb752a0,null),{'browser':_0xa8f64a,[_0xa8f64a]:{'browserWSEndpoint':_0x42b08e[_0x37596d(0x1ca)](_0xb752a0,_0x42b08e[_0x37596d(0x1bf)](encodeURIComponent,JSON[_0x37596d(0x1f4)](_0x21aeb5)))}};}const _0x133a08={};return _0x133a08['desiredCapabilities']=_0x31e92b,_0x133a08[_0x37596d(0x1ba)]=_0x495f25[_0x37596d(0x15b)][_0x37596d(0x17b)],_0x133a08[_0x37596d(0x162)]=_0x495f25['config'][_0x37596d(0x1c9)],_0x133a08;})()),_0x2f2802=_0x42b08e[_0x2055f1(0x1ad)](nestedKeyValue,_0x460e51,[_0x42b08e[_0x2055f1(0x197)],_0x27c942]);_0x5bbfab[_0x22b8d4]=_0x2f2802?helper[_0x2055f1(0x16d)](_0x3779a9,_0x2f2802):_0x3779a9;if(_0x39d49b)_0x5bbfab[_0x22b8d4][_0x2055f1(0x1c0)]=pwToCodeceptBrowser[_0x31e92b[_0x2055f1(0x195)]]||_0x31e92b['browserName'];else{_0x5bbfab[_0x22b8d4][_0x2055f1(0x1c0)]=_0x31e92b[_0x2055f1(0x195)]||_0x3779a9[_0x2055f1(0x1c0)];if(_0x42b08e['GiPDM'](isBrowserstackInfra)){_0x5bbfab[_0x22b8d4][_0x2055f1(0x17e)]=constants[_0x2055f1(0x1d6)][_0x2055f1(0x196)](_0x42b08e[_0x2055f1(0x194)],'')[_0x2055f1(0x196)](/https?:\/\//,'');;_0x5bbfab[_0x22b8d4][_0x2055f1(0x1d5)]=_0x42b08e['Rpjbl'];}}_0x3da48d['push'](_0x22b8d4);});}else{_0x316db2=0x1;if(_0x39d49b){const _0x2310d2=_0x42b08e[_0x1eb23b(0x1d3)](nestedKeyValue,_0x460e51,[_0x42b08e['XPcob'],_0x27c942,_0x42b08e[_0x1eb23b(0x1dc)]]),_0xeb936a=_0x42b08e['DqeGf'](nestedKeyValue,_0x460e51,[_0x42b08e[_0x1eb23b(0x197)],_0x27c942,_0x2310d2]);if(_0xeb936a&&_0xeb936a['browserWSEndpoint']){const _0x11cb7a={};_0x11cb7a[_0x1eb23b(0x190)]=[],_0xeb936a[_0x1eb23b(0x1bc)]=helper['prepareCapabilities'](Object[_0x1eb23b(0x184)]({},_0x495f25[_0x1eb23b(0x15b)],_0x11cb7a),null,_0x211dba[_0x1eb23b(0x1b0)](),null,null,_0xeb936a[_0x1eb23b(0x1bc)]);}}else{const _0x2e856f={};_0x2e856f[_0x1eb23b(0x190)]=[],_0x460e51[_0x42b08e['XPcob']][_0x27c942][_0x42b08e['DgxYr']]=helper['prepareCapabilities'](Object[_0x1eb23b(0x184)]({},_0x495f25['config'],_0x2e856f),null,_0x211dba[_0x1eb23b(0x1b0)](),_0x42b08e['DcIYM'](nestedKeyValue,_0x460e51,[_0x42b08e[_0x1eb23b(0x197)],_0x27c942,_0x42b08e[_0x1eb23b(0x169)]])||{},null,null);}_0x5bbfab[_0x42b08e[_0x1eb23b(0x1cc)]]=_0x460e51,_0x3da48d[_0x1eb23b(0x1e7)](_0x42b08e[_0x1eb23b(0x1cc)]);}const _0x59c946={};_0x59c946[_0x1eb23b(0x1c2)]=_0x1f724f;const _0x4255c7=_0x59c946,_0x5191f4=path[_0x1eb23b(0x193)](__dirname,_0x42b08e[_0x1eb23b(0x157)]),_0x286670=process['cwd']();process['env'][_0x42b08e[_0x1eb23b(0x1c4)]]=_0x286670,process[_0x1eb23b(0x1cf)](path[_0x1eb23b(0x1ed)](_0x1f724f));const _0x5a2b8d=new CodeceptJS[(_0x1eb23b(0x1b2))](null,_0x4255c7),_0x14e76a=_0x5a2b8d[_0x1eb23b(0x170)](_0x316db2),_0x4ee290=testOpsHelper[_0x1eb23b(0x1b4)](),_0x1d7dd1=_0x3da48d[_0x1eb23b(0x180)](_0x29d653=>{const _0x37dbde=_0x1eb23b,_0x5e435b={};_0x5e435b[_0x37dbde(0x154)]=_0x5bbfab[_0x29d653];const _0x250aa9={};_0x250aa9[_0x37dbde(0x1ab)]=_0x5bbfab[_0x29d653];const _0x2b5999=_0x39d49b?_0x5e435b:_0x250aa9,_0x346f42=_0x42b08e['GiPDM'](getO11yRerunPattern),_0x2209e7={};_0x2209e7[_0x37dbde(0x1d8)]=_0x2b5999;const _0x3860cc={};_0x3860cc[_0x37dbde(0x1de)]=_0x5191f4,_0x3860cc[_0x37dbde(0x163)]=!![],_0x3860cc['skipSessionName']=_0x495f25['config'][_0x37dbde(0x1c8)]['skipSessionName'],_0x3860cc[_0x37dbde(0x18d)]=_0x495f25[_0x37dbde(0x15b)]['testContextOptions'][_0x37dbde(0x18d)],_0x3860cc['testObservability']=_0x4ee290,_0x3860cc['frameworkName']=_0x211dba;const _0x23228e={};_0x23228e[_0x37dbde(0x191)]=_0x3860cc;const _0x3a0596={};return _0x3a0596['plugins']=_0x23228e,helper['mergeDeep']({},_0x460e51,_0x42b08e[_0x37dbde(0x16f)](isBrowserstackInfra)?_0x2209e7:{},_0x346f42?{'grep':_0x346f42}:{},_0x3a0596);});for(const _0x5de499 of _0x1d7dd1){for(const _0x5bc313 of _0x14e76a){const _0x581537=_0x5a2b8d[_0x1eb23b(0x199)]();_0x581537[_0x1eb23b(0x19f)](_0x5bc313),_0x581537[_0x1eb23b(0x1b8)](_0x5de499);const _0x27e618={};_0x27e618[_0x1eb23b(0x15b)]=_0x1f724f,_0x581537[_0x1eb23b(0x1bb)](Object[_0x1eb23b(0x184)](_0x27e618,_0x2a703a));}}_0x5a2b8d['on'](CodeceptJS[_0x1eb23b(0x1a3)][_0x1eb23b(0x17f)][_0x1eb23b(0x1d0)],(_0x5761fd,_0x39b38f)=>{const _0x45af26=_0x1eb23b;console[_0x45af26(0x1f1)](_0x42b08e['CIQfS'],_0x5761fd['title']);const _0x4b5c12={[_0x5761fd[_0x45af26(0x1a7)]]:_0x5761fd[_0x45af26(0x17a)][_0x45af26(0x174)]};_testErrorData[_0x45af26(0x1e7)](_0x4b5c12);}),_0x5a2b8d['on'](CodeceptJS[_0x1eb23b(0x1a3)][_0x1eb23b(0x17f)][_0x1eb23b(0x1ce)],async _0x3dd1ec=>{const _0x522feb=_0x1eb23b;console['log'](_0x42b08e['Aqjfn'],_0x3dd1ec[_0x522feb(0x1a7)]);}),_0x5a2b8d['on'](CodeceptJS[_0x1eb23b(0x1a3)][_0x1eb23b(0x17f)][_0x1eb23b(0x1f3)],async _0x53d05c=>{const _0x31cfc2=_0x1eb23b;console['log'](_0x42b08e[_0x31cfc2(0x1ac)],_0x53d05c['title']);}),_0x5a2b8d['on'](CodeceptJS[_0x1eb23b(0x1a3)][_0x1eb23b(0x1bd)][_0x1eb23b(0x159)],async()=>{const _0x582bba=_0x1eb23b,_0xf7d31a=_0x42b08e[_0x582bba(0x171)][_0x582bba(0x156)]('|');let _0xdd3ceb=0x0;while(!![]){switch(_0xf7d31a[_0xdd3ceb++]){case'0':PerformanceTester[_0x582bba(0x1a1)](PerformanceEvents[_0x582bba(0x19b)]);continue;case'1':try{await TestHubHandler[_0x582bba(0x1b3)]();}catch(_0x56102b){logger['debug'](_0x582bba(0x1be)+util['format'](_0x56102b));}continue;case'2':utilities[_0x582bba(0x167)](_0x495f25);continue;case'3':_0x5a2b8d['printResults']();continue;case'4':testOpsHelper[_0x582bba(0x186)]();continue;case'5':_0x495f25[_0x582bba(0x153)]=_testErrorData;continue;}break;}});async function _0x2fbe5d(){const _0x70d76e=_0x1eb23b;try{await _0x5a2b8d[_0x70d76e(0x166)](),await _0x5a2b8d[_0x70d76e(0x176)]();}finally{process[_0x70d76e(0x1cf)](_0x286670),await _0x5a2b8d[_0x70d76e(0x189)]();}}PerformanceTester['end'](PerformanceEvents[_0x1eb23b(0x1e5)]),_0x42b08e[_0x1eb23b(0x1a6)](_0x2fbe5d);}module[a2_0x329245(0x187)]=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_0x2636dd=a3_0x5cb9;(function(_0x5559b7,_0x59e277){const _0x3c7942=a3_0x5cb9,_0x48c31a=_0x5559b7();while(!![]){try{const _0x404bc7=parseInt(_0x3c7942(0x171))/0x1+-parseInt(_0x3c7942(0x15c))/0x2+parseInt(_0x3c7942(0x14c))/0x3+parseInt(_0x3c7942(0x185))/0x4+parseInt(_0x3c7942(0x145))/0x5+parseInt(_0x3c7942(0x147))/0x6*(parseInt(_0x3c7942(0x169))/0x7)+-parseInt(_0x3c7942(0x143))/0x8*(parseInt(_0x3c7942(0x164))/0x9);if(_0x404bc7===_0x59e277)break;else _0x48c31a['push'](_0x48c31a['shift']());}catch(_0x318c58){_0x48c31a['push'](_0x48c31a['shift']());}}}(a3_0xf952,0xa4903));const {isUndefined,nestedKeyValue}=require(a3_0x2636dd(0x188)),logger=require(a3_0x2636dd(0x146))[a3_0x2636dd(0x15e)],PlaywrightSessionDetails=require(a3_0x2636dd(0x177)),{isAccessibilityAutomationSession}=require(a3_0x2636dd(0x141)),{getObservabilityLinkedProductName}=require(a3_0x2636dd(0x18a)),getOSVersionFromCaps=_0x49f3b7=>{const _0x59b3e6=a3_0x2636dd,_0x48e537={};_0x48e537[_0x59b3e6(0x163)]='bstack:options',_0x48e537['JxDrz']=_0x59b3e6(0x166),_0x48e537[_0x59b3e6(0x182)]='platform_version',_0x48e537[_0x59b3e6(0x16d)]=_0x59b3e6(0x162),_0x48e537[_0x59b3e6(0x15a)]=_0x59b3e6(0x150);const _0x22c252=_0x48e537;if(!_0x49f3b7)return null;const _0x2223f8=_0x49f3b7[_0x22c252[_0x59b3e6(0x163)]],_0x4520c5=[_0x22c252[_0x59b3e6(0x15d)],_0x22c252['vnhRS'],_0x22c252[_0x59b3e6(0x16d)],_0x22c252[_0x59b3e6(0x15a)]];for(const _0x54146a of _0x4520c5){if(_0x2223f8&&_0x2223f8[_0x54146a])return _0x2223f8[_0x54146a];else{if(_0x49f3b7[_0x54146a])return _0x49f3b7[_0x54146a];}}return null;};exports[a3_0x2636dd(0x180)]=_0x122b7d=>{const _0x170f36=a3_0x2636dd,_0x301d73={'KHOtR':_0x170f36(0x14f),'Fcvgh':function(_0x3ac819,_0x3069d4){return _0x3ac819===_0x3069d4;},'VtcTM':'WebDriver','cfYKo':function(_0x3624a4,_0x204f37){return _0x3624a4(_0x204f37);},'JNmsA':function(_0x313f3b,_0x39fb74,_0x5b7a55){return _0x313f3b(_0x39fb74,_0x5b7a55);},'vtWsT':_0x170f36(0x154),'uVmxd':_0x170f36(0x144),'xFrxc':function(_0x436769,_0x35e18e){return _0x436769(_0x35e18e);},'dlzof':_0x170f36(0x140),'YXzxY':_0x170f36(0x16b),'tQOVB':_0x170f36(0x13f),'FamZM':_0x170f36(0x174),'JSDQN':function(_0x479ab9,_0x2dceeb){return _0x479ab9(_0x2dceeb);}};if(!_0x122b7d)return null;let _0x29f69f=global['__cloud_provider___']||_0x301d73[_0x170f36(0x152)];if(_0x301d73['Fcvgh'](_0x122b7d[_0x170f36(0x170)][_0x170f36(0x155)],_0x301d73[_0x170f36(0x13c)])){const _0x4862dd=_0x122b7d['browser'];if(!_0x4862dd)return null;const _0x290abd=_0x4862dd[_0x170f36(0x172)],_0x2f824b=_0x301d73['cfYKo'](getOSVersionFromCaps,_0x301d73[_0x170f36(0x18b)](nestedKeyValue,_0x122b7d,[_0x301d73['vtWsT'],_0x301d73[_0x170f36(0x186)]]));return{[_0x29f69f]:{'browser':_0x290abd['browserName'],'browser_version':_0x290abd[_0x170f36(0x189)],'capabilities':_0x290abd,'platform':_0x290abd[_0x170f36(0x15f)],'platform_version':_0x290abd['platformVersion']||_0x2f824b,'product':_0x301d73[_0x170f36(0x13b)](getObservabilityLinkedProductName,_0x290abd),'session_id':_0x4862dd[_0x170f36(0x165)]}};}else{if(_0x301d73[_0x170f36(0x157)](_0x122b7d[_0x170f36(0x170)][_0x170f36(0x155)],_0x301d73[_0x170f36(0x176)])){const _0x124673=PlaywrightSessionDetails[_0x170f36(0x184)]();_0x29f69f=_0x124673[_0x170f36(0x13e)]||_0x29f69f;const _0x2c9da9=_0x301d73['JNmsA'](nestedKeyValue,_0x122b7d,[_0x301d73[_0x170f36(0x179)],_0x301d73[_0x170f36(0x17e)],_0x301d73[_0x170f36(0x16f)]]),_0x4db732=_0x2c9da9?JSON['parse'](new URL(_0x2c9da9)[_0x170f36(0x175)]['get'](_0x301d73['FamZM'])):{};return{[_0x29f69f]:{'browser':_0x124673['browser']||_0x4db732['browserName'],'browser_version':_0x124673[_0x170f36(0x17b)]||_0x4db732['browser_version'],'capabilities':_0x4db732,'platform':_0x124673[_0x170f36(0x160)],'platform_version':_0x124673[_0x170f36(0x149)],'product':_0x301d73[_0x170f36(0x14e)](getObservabilityLinkedProductName,_0x4db732),'session_id':_0x124673[_0x170f36(0x17f)]}};}}},exports[a3_0x2636dd(0x161)]=_0xe5a7e3=>{const _0x241d50=a3_0x2636dd,_0x4c8a78={'DRkvv':function(_0x2446ae){return _0x2446ae();},'SsLGB':function(_0x2bc716,_0x2647a2){return _0x2bc716===_0x2647a2;},'WCQWe':_0x241d50(0x14a),'fGKaQ':function(_0x5b28dd,_0xfab9cd){return _0x5b28dd>_0xfab9cd;},'tGHJj':function(_0x2d70e8,_0x46ee4e){return _0x2d70e8(_0x46ee4e);},'LMNWm':_0x241d50(0x187),'jCIrA':function(_0x3c9a66,_0x39ad2d){return _0x3c9a66===_0x39ad2d;},'sFRos':_0x241d50(0x15b),'rNDUu':function(_0x4c53e2,_0x4b5cf8){return _0x4c53e2===_0x4b5cf8;},'XgKgK':_0x241d50(0x14d),'makke':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','EkKcU':_0x241d50(0x178)};if(_0x4c8a78[_0x241d50(0x183)](isAccessibilityAutomationSession)){const _0x18ddf5=_0xe5a7e3[_0x241d50(0x16b)],_0xa6a180=_0x18ddf5[_0x241d50(0x172)];global[_0x241d50(0x156)]=!![],!(_0x4c8a78['SsLGB'](_0xa6a180['browserVersion'],_0x4c8a78[_0x241d50(0x13d)])||_0x4c8a78[_0x241d50(0x16c)](_0x4c8a78[_0x241d50(0x13a)](parseInt,_0xa6a180[_0x241d50(0x189)]),0x5e))&&(logger['warn'](_0x4c8a78['LMNWm']),global[_0x241d50(0x156)]=![]),!(_0x4c8a78[_0x241d50(0x173)](_0xa6a180[_0x241d50(0x16e)],_0x4c8a78[_0x241d50(0x17c)])||_0x4c8a78['rNDUu'](_0xa6a180[_0x241d50(0x16e)],_0x4c8a78[_0x241d50(0x151)]))&&(logger['warn'](_0x4c8a78[_0x241d50(0x142)]),global['accessibilityPlatform']=![]),!_0x4c8a78[_0x241d50(0x13a)](isUndefined,_0xa6a180[_0x241d50(0x148)])&&(logger[_0x241d50(0x181)](_0x4c8a78[_0x241d50(0x16a)]),global[_0x241d50(0x156)]=![]);}},exports[a3_0x2636dd(0x14b)]=_0x50e1df=>{const _0x3e2def=a3_0x2636dd,_0x422c7c={};_0x422c7c['NWuyS']=function(_0x42d93b,_0x10bdac){return _0x42d93b!==_0x10bdac;},_0x422c7c[_0x3e2def(0x159)]=_0x3e2def(0x17d),_0x422c7c[_0x3e2def(0x158)]='browserstack_executor',_0x422c7c[_0x3e2def(0x17a)]=_0x3e2def(0x153);const _0x32fd41=_0x422c7c;if(!_0x50e1df)return![];else{if(_0x32fd41[_0x3e2def(0x168)](typeof _0x50e1df,_0x32fd41[_0x3e2def(0x159)]))return!![];}return!_0x50e1df['includes'](_0x32fd41['UAGYz'])&&!_0x50e1df[_0x3e2def(0x167)](_0x32fd41['AOHuI']);};function a3_0x5cb9(_0xb2de55,_0x2a5ce1){const _0xf9521c=a3_0xf952();return a3_0x5cb9=function(_0x5cb90e,_0x29a4a3){_0x5cb90e=_0x5cb90e-0x13a;let _0x1827f3=_0xf9521c[_0x5cb90e];return _0x1827f3;},a3_0x5cb9(_0xb2de55,_0x2a5ce1);}function a3_0xf952(){const _0x1597f7=['11226008AgqQoe','desiredCapabilities','899620vyJeyH','../../helpers/logger','36DfdWWu','deviceName','platform_version','latest','shouldPatchExecuteScript','339120pqojdm','playwright-chromium','JSDQN','unknown_grid','os_version','XgKgK','KHOtR','browserstack_accessibility_automation_script','config','name','accessibilityPlatform','Fcvgh','UAGYz','blMEE','CaUFY','chrome','1961794kOOsmK','JxDrz','winstonLogger','platformName','platform','processWebDriverConfig','osVersion','aucIL','9bJelWl','sessionId','platformVersion','includes','NWuyS','372211VHGBpr','EkKcU','browser','fGKaQ','Hfnag','browserName','tQOVB','constructor','1344884dtovvp','capabilities','jCIrA','caps','searchParams','dlzof','../../bin/playwright/sessionDetails','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','vtWsT','AOHuI','browser_version','sFRos','string','YXzxY','bsSessionId','fetchPlatformDetails','warn','vnhRS','DRkvv','getDetails','4405252uYDuyt','uVmxd','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','../../helpers/helper','browserVersion','../../helpers/test-observability/utils','JNmsA','tGHJj','xFrxc','VtcTM','WCQWe','cloudProvider','browserWSEndpoint','Playwright','../../helpers/accessibility-automation/helper','makke'];a3_0xf952=function(){return _0x1597f7;};return a3_0xf952();}
@@ -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
+ function a4_0x37e4(_0x4e5bcc,_0xaf7fe3){const _0x41eae4=a4_0x41ea();return a4_0x37e4=function(_0x37e4cc,_0x2449a9){_0x37e4cc=_0x37e4cc-0x177;let _0x238206=_0x41eae4[_0x37e4cc];return _0x238206;},a4_0x37e4(_0x4e5bcc,_0xaf7fe3);}const a4_0x249053=a4_0x37e4;(function(_0x9028f,_0x3fa568){const _0x59ede1=a4_0x37e4,_0x1e52ff=_0x9028f();while(!![]){try{const _0xeea404=parseInt(_0x59ede1(0x268))/0x1*(parseInt(_0x59ede1(0x217))/0x2)+-parseInt(_0x59ede1(0x1cb))/0x3*(-parseInt(_0x59ede1(0x235))/0x4)+-parseInt(_0x59ede1(0x19e))/0x5+-parseInt(_0x59ede1(0x204))/0x6+-parseInt(_0x59ede1(0x254))/0x7+parseInt(_0x59ede1(0x245))/0x8*(parseInt(_0x59ede1(0x1ce))/0x9)+-parseInt(_0x59ede1(0x23b))/0xa*(-parseInt(_0x59ede1(0x1a6))/0xb);if(_0xeea404===_0x3fa568)break;else _0x1e52ff['push'](_0x1e52ff['shift']());}catch(_0xf3c4b1){_0x1e52ff['push'](_0x1e52ff['shift']());}}}(a4_0x41ea,0x802ad));const path=require(a4_0x249053(0x20f)),fs=require('fs'),{v4:uuidv4}=require('uuid'),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x249053(0x1ee)),testOpsHelper=require(a4_0x249053(0x1c3)),{getTestEnv}=require('../mocha/test-observability/mochaUtils'),{FRAMEWORKS}=require(a4_0x249053(0x18b)),logger=require(a4_0x249053(0x190))[a4_0x249053(0x22c)],SessionHandler=require(a4_0x249053(0x1de)),RequestQueueHandler=require(a4_0x249053(0x19c)),PlaywrightSessionDetails=require(a4_0x249053(0x250)),debug=testOpsHelper[a4_0x249053(0x1b0)],{processAccessibilityCaps}=require('../playwright/accessibility-helper'),Constants=require(a4_0x249053(0x1f5)),{fetchPlatformDetails}=require(a4_0x249053(0x25d)),{shouldProcessEventForTesthub,appendTesthubParams}=require('../../helpers/testhub/utils.js'),constants=require(a4_0x249053(0x1f5)),STATE_PASSED=a4_0x249053(0x186),STATE_FAILED='failed',a4_0x284ee0={};a4_0x284ee0[a4_0x249053(0x1f4)]='TestRunStarted',a4_0x284ee0[a4_0x249053(0x200)]=a4_0x249053(0x249),a4_0x284ee0[a4_0x249053(0x201)]=a4_0x249053(0x246),a4_0x284ee0['HOOK_RUN_STARTED']=a4_0x249053(0x187),a4_0x284ee0[a4_0x249053(0x248)]=a4_0x249053(0x25a);const TEST_EVENTS=a4_0x284ee0,parseEvent=_0x3beed9=>{const _0x2f2a3f=a4_0x249053,_0x5343d9={};_0x5343d9['VQfCH']=function(_0x412e41,_0x110a36){return _0x412e41<_0x110a36;},_0x5343d9[_0x2f2a3f(0x178)]=function(_0x18d0da,_0x296ec7){return _0x18d0da===_0x296ec7;},_0x5343d9['xZxAO']=_0x2f2a3f(0x241),_0x5343d9[_0x2f2a3f(0x1c9)]=_0x2f2a3f(0x182),_0x5343d9[_0x2f2a3f(0x260)]=_0x2f2a3f(0x1d0),_0x5343d9['IKILs']=_0x2f2a3f(0x257),_0x5343d9[_0x2f2a3f(0x270)]=function(_0x11eaae,_0x2f4c76){return _0x11eaae===_0x2f4c76;},_0x5343d9[_0x2f2a3f(0x1e6)]='finished';const _0xb6d7c8=_0x5343d9,_0x13ae97=_0x3beed9['match'](/^(.*)Run(.*)$/);if(!_0x13ae97)return null;if(_0xb6d7c8[_0x2f2a3f(0x1f9)](_0x13ae97['length'],0x3))return null;const _0x1b738e=_0x13ae97[0x1][_0x2f2a3f(0x267)](),_0x3249e4=_0x13ae97[0x2][_0x2f2a3f(0x267)]();return{'test':_0xb6d7c8['cIFzi'](_0x1b738e,_0xb6d7c8[_0x2f2a3f(0x272)]),'hook':_0xb6d7c8[_0x2f2a3f(0x178)](_0x1b738e,_0xb6d7c8[_0x2f2a3f(0x1c9)]),'skipped':_0xb6d7c8[_0x2f2a3f(0x178)](_0x3249e4,_0xb6d7c8[_0x2f2a3f(0x260)]),'started':_0xb6d7c8[_0x2f2a3f(0x178)](_0x3249e4,_0xb6d7c8[_0x2f2a3f(0x21f)]),'finished':_0xb6d7c8[_0x2f2a3f(0x270)](_0x3249e4,_0xb6d7c8['fGMdt'])};},mockPWBrowserType=_0x1f3869=>{const _0x5c122f=a4_0x249053,_0x1fc30e={'oilqH':function(_0x19a67b,_0x36b669){return _0x19a67b===_0x36b669;},'hGdla':_0x5c122f(0x26b),'gBSsZ':function(_0x312e79,_0x3186ee,_0x4dcd70){return _0x312e79(_0x3186ee,_0x4dcd70);},'KpgBq':'wsEndpoint','gODvU':function(_0x5205a6,_0x208062){return _0x5205a6(_0x208062);},'ukcby':_0x5c122f(0x26d),'mqhfm':function(_0x181898,_0x37cf0c,_0x37374b){return _0x181898(_0x37cf0c,_0x37374b);},'MgTyZ':function(_0x3c6756,_0x318f7f){return _0x3c6756(_0x318f7f);},'ryRBw':_0x5c122f(0x1a5),'WscmT':_0x5c122f(0x209),'ryhJI':'browserType.js','xfKAi':function(_0x271ecb,_0x272d79){return _0x271ecb(_0x272d79);},'YCopd':function(_0x32f032,_0x3976a0){return _0x32f032(_0x3976a0);},'sXpzu':_0x5c122f(0x1ea),'xQuUe':_0x5c122f(0x17b),'Voiev':_0x5c122f(0x1d5)},_0x2429ec=path['join'](_0x1fc30e[_0x5c122f(0x1eb)],_0x1fc30e[_0x5c122f(0x17f)],_0x1fc30e['ryhJI']),_0x15488=_0x1fc30e[_0x5c122f(0x1a4)](importFileFromPWCore,_0x2429ec);if(!_0x15488){_0x1fc30e[_0x5c122f(0x1d3)](debug,_0x1fc30e[_0x5c122f(0x199)]);return;}const _0x5c0cf7=_0x15488['BrowserType'],_0x235497=_0x5c0cf7[_0x5c122f(0x1ad)];if(_0x235497[_0x5c122f(0x25e)])return;const _0x51c65f=_0x235497['connect'];Object[_0x5c122f(0x1a1)](_0x235497,_0x1fc30e[_0x5c122f(0x240)],{'get':function(){return async function _0x102f8e(_0x4afdba,_0x35c258){const _0x2299d6=a4_0x37e4,_0x5d656e={'GKDug':function(_0x568adf,_0x4871b5){const _0x31e0f=a4_0x37e4;return _0x1fc30e[_0x31e0f(0x253)](_0x568adf,_0x4871b5);},'QZRno':_0x1fc30e[_0x2299d6(0x23e)]},_0x2a3c85=_0x1fc30e[_0x2299d6(0x19a)](nestedKeyValue,_0x4afdba,[_0x1fc30e[_0x2299d6(0x218)]])||_0x4afdba;let _0x1087ea=null,_0x2737ee=null;try{[_0x2737ee,_0x1087ea]=_0x2a3c85?_0x1fc30e[_0x2299d6(0x1f1)](parseWSEndpoint,_0x2a3c85):[null,null],global['__platformCaps']=_0x1087ea,logger[_0x2299d6(0x1b0)](_0x2299d6(0x1fa)+_0x2737ee),_0x2737ee[_0x2299d6(0x230)](Constants[_0x2299d6(0x1ec)])&&(global[_0x2299d6(0x1e4)]=_0x1fc30e['ukcby']);}catch(_0x18ecea){logger[_0x2299d6(0x1b0)](_0x2299d6(0x1f3)+_0x2a3c85+'\x20'+_0x18ecea);}_0x1fc30e[_0x2299d6(0x239)](processAccessibilityCaps,_0x1087ea,_0x2737ee);if(global['accessibilityPlatform']){const _0x2cc23a=await _0x235497[_0x2299d6(0x255)][_0x2299d6(0x1c6)](this,[''+Constants[_0x2299d6(0x1b1)]+_0x1fc30e['MgTyZ'](encodeURIComponent,JSON[_0x2299d6(0x21e)](_0x1087ea))]);return PlaywrightSessionDetails[_0x2299d6(0x263)](_0x2cc23a,_0x1f3869,_0x2a3c85),_0x2cc23a;}return _0x51c65f['apply'](this,arguments)[_0x2299d6(0x24a)](_0x36e9c9=>{const _0x51239a=_0x2299d6;let _0xe35965=_0x4afdba[_0x51239a(0x222)];return _0x5d656e[_0x51239a(0x23d)](typeof _0x4afdba,_0x5d656e[_0x51239a(0x224)])&&(_0xe35965=_0x4afdba),PlaywrightSessionDetails[_0x51239a(0x263)](_0x36e9c9,_0x1f3869,_0xe35965),_0x36e9c9;});};}});const _0x15eda4=_0x235497[_0x5c122f(0x1d5)];Object['defineProperty'](_0x235497,_0x1fc30e[_0x5c122f(0x24d)],{'get':function(){return async function _0x2af41e(){const _0x5e6472=a4_0x37e4;return _0x15eda4[_0x5e6472(0x1c6)](this,arguments)[_0x5e6472(0x24a)](_0x33840c=>{return PlaywrightSessionDetails['setupBrowserDetails'](_0x33840c,null),_0x33840c;});};}});};function a4_0x41ea(){const _0x4c8e56=['launch','getCBTInfo','backtrace','cWOiD','bs:addLog:','currentHook','hook_run_uuid','file_name','fullTitle','../../helpers/test-observability/sessionHandler','rooea','uuid','getFailureType','ShEZL','oYVwb','__cloud_provider___','DXQtK','fGMdt','getRootParentFile','stepAnalyticsId','success','Not\x20able\x20to\x20import\x20Browser','ryRBw','BROWSERSTACK','bind','../../helpers/helper','fireEvent','COVru','gODvU','find','Failed\x20to\x20parse\x20wsendpoint\x20','TEST_RUN_STARTED','../utils/constants','wldBF','_beforeAll','toString','VQfCH','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','duration','patchConsoleLogger','STATE_PASSED','EEYEW','codeceptjs','TEST_RUN_FINISHED','TEST_RUN_SKIPPED','failure_backtrace','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','5085870ARRMnk','iEAaY','GoupP','_paths','hook_type','client','vyYHV','errorsDetailed','getHooksForTest','retryOf','dVCji','path','bddStepStart','File\x20path\x20could\x20not\x20be\x20found','text','failed','getHierarchy','match','shutdown','23998gbwjGf','KpgBq','_beforeEach','Nrjni','bFMJZ','Playwright','meta','stringify','IKILs','TewWv','elZZf','wsEndpoint','parent','QZRno','getInstance','test_run_uuid','pending','logs','toUpperCase','comment','javascript','winstonLogger','relative','_afterEach','pstAr','includes','now','qKWAC','PathHelper','eAWJh','3952008cwtDOk','lqceT','IyfBG','failureData','mqhfm','status','109030DkbLWQ','findGitConfig','GKDug','hGdla','HXyNc','xQuUe','test','event_type','.git','start','36488CasnsI','TestRunSkipped','body','HOOK_RUN_FINISHED','TestRunFinished','then','JVkrR','currentTest','Voiev','O11yHelper','YRHCr','../playwright/sessionDetails','HVLvt','file','oilqH','5886580IuZOsM','connectOverCDP','pZBag','started','initializeBddStep','suites','HookRunFinished','CODECEPT','ctx','./helper.js','obsBrowserTypeMockApplied','WiazQ','mpcJv','appendTestItemLog','forEach','setupBrowserDetails','bddSteps','inspect','failure','toLowerCase','58RlXiZr','sep','uInEk','string','dirname','browserstack','stop','IGcGt','gGnUW','captureEvent','xZxAO','markedStatus','ldDtF','gnPbO','cIFzi','eAxJl','driver','connect','err','KPTGz','jYEuh','WscmT','Uugfl','toISOString','hook','test_run','length','mapTestHooks','passed','HookRunStarted','SgazO','dcTRu','type','../../helpers/test-observability/constants','Avopu','result','GwvyP','resetSkipTestHooks','../../helpers/logger','rRykS','testAnalyticsId','enabled','startedAt','fTZVt','message','cwd','push','sXpzu','gBSsZ','exports','../../helpers/test-observability/requestQueueHandler','failed\x20to\x20get\x20root\x20parent\x20file\x20','142185vxpCnU','constructor','TEST_REPORTING_ANALYTICS','defineProperty','ZWpqp','\x20with\x20error\x20:\x20','xfKAi','lib','517ICqswX','hookAnalyticsId','rcugL','gujgW','finished','tags','lnoll','prototype','getHookType','_afterAll','debug','PLAYWRIGHT_HUB_URL','CBTSessionCreated','keyword','split','EdtuC','_testEnv','JkOXQ','BCbPK','mIfQO','pid','qrwrz','name','removeAllListeners','hALGf','integrations','failure_reason_expanded','VRixV','concat','../../helpers/test-observability/utils','LogCreated','iuaXv','apply','getTime','uploadEventData','NVrlw','isMdQ','3DGftMU','finished_at','title','90GNZiih','frameworkName','skipped','AHxmC','xlltp','YCopd','ohOqa'];a4_0x41ea=function(){return _0x4c8e56;};return a4_0x41ea();}class O11yHelper{['currentTest']=null;['currentHook']=null;[a4_0x249053(0x193)]=![];[a4_0x249053(0x1cf)]=![];constructor(_0x2d4278,_0x11b03f){const _0x486357=a4_0x249053,_0x303614={'pZBag':'2|3|4|0|5|1','fTZVt':function(_0x285dfd){return _0x285dfd();},'HVLvt':function(_0x425278,_0x56e395){return _0x425278===_0x56e395;},'TewWv':_0x486357(0x21c),'qKWAC':function(_0x1737aa,_0x17e4e2){return _0x1737aa(_0x17e4e2);},'IyfBG':function(_0x5de527){return _0x5de527();}},_0x25cd8c=_0x303614[_0x486357(0x256)][_0x486357(0x1b4)]('|');let _0x26b024=0x0;while(!![]){switch(_0x25cd8c[_0x26b024++]){case'0':this[_0x486357(0x1b6)]=_0x303614[_0x486357(0x195)](getTestEnv);continue;case'1':this['driver']&&_0x303614[_0x486357(0x251)](this[_0x486357(0x17a)][_0x486357(0x19f)][_0x486357(0x1bc)],_0x303614[_0x486357(0x220)])&&_0x303614[_0x486357(0x232)](mockPWBrowserType,null);continue;case'2':this[_0x486357(0x193)]=_0x303614[_0x486357(0x237)](shouldProcessEventForTesthub);continue;case'3':this[_0x486357(0x1cf)]=_0x11b03f[_0x486357(0x1cf)];continue;case'4':this['driver']=_0x2d4278;continue;case'5':this[_0x486357(0x207)]=new testOpsHelper[(_0x486357(0x233))]({'cwd':process[_0x486357(0x197)]()},this['_testEnv']['location_prefix']);continue;}break;}}[a4_0x249053(0x244)](){const _0x3d0417=a4_0x249053;if(!this['enabled'])return;testOpsHelper[_0x3d0417(0x1fc)](),process[_0x3d0417(0x1bd)](_0x3d0417(0x1d9)+process[_0x3d0417(0x1ba)]),process['on'](_0x3d0417(0x1d9)+process[_0x3d0417(0x1ba)],this[_0x3d0417(0x261)][_0x3d0417(0x1ed)](this));}async[a4_0x249053(0x26e)](){const _0x470e50=a4_0x249053;await RequestQueueHandler[_0x470e50(0x225)]()[_0x470e50(0x216)]();}async[a4_0x249053(0x261)](_0xa7cb86){const _0xe33c84=a4_0x249053,_0x269ee0={'hALGf':_0xe33c84(0x1c4),'lleMt':function(_0x3b1496,_0x295c20){return _0x3b1496(_0x295c20);}};try{this[_0xe33c84(0x1da)]&&!this[_0xe33c84(0x1da)][_0xe33c84(0x273)]&&(_0xa7cb86['hook_run_uuid']=this[_0xe33c84(0x1da)][_0xe33c84(0x1a7)]);!_0xa7cb86['hook_run_uuid']&&this['currentTest']&&!this[_0xe33c84(0x24c)][_0xe33c84(0x273)]&&(_0xa7cb86[_0xe33c84(0x226)]=this['currentTest']['testAnalyticsId']);if(_0xa7cb86[_0xe33c84(0x1db)]||_0xa7cb86[_0xe33c84(0x226)]){const _0x10f747={};_0x10f747['event_type']=_0x269ee0[_0xe33c84(0x1be)],_0x10f747[_0xe33c84(0x228)]=[_0xa7cb86],await SessionHandler[_0xe33c84(0x1c8)](_0x10f747);}}catch(_0xa779ef){_0x269ee0['lleMt'](debug,_0xe33c84(0x203)+constants[_0xe33c84(0x1a0)]+_0xe33c84(0x1a3)+_0xa779ef);}}async['sendCBTInfo'](_0x54c83e){const _0x3af5d3=a4_0x249053,_0x3901b8={'dVCji':_0x3af5d3(0x1b2),'AHxmC':function(_0x5bf768,_0x2a68c0){return _0x5bf768(_0x2a68c0);}};if(!this['enabled'])return;const _0x4140c8=this[_0x3af5d3(0x1d6)](this[_0x3af5d3(0x17a)]);try{const _0x4767d7={};_0x4767d7[_0x3af5d3(0x1e0)]=_0x54c83e,_0x4767d7[_0x3af5d3(0x1bf)]=_0x4140c8;const _0x494f90=_0x4767d7,_0x18d685={};_0x18d685[_0x3af5d3(0x242)]=_0x3901b8[_0x3af5d3(0x20e)],_0x18d685['test_run']=_0x494f90,await SessionHandler[_0x3af5d3(0x1c8)](_0x18d685);}catch(_0x5e643a){_0x3901b8[_0x3af5d3(0x1d1)](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20'+constants[_0x3af5d3(0x1a0)]+'\x20with\x20error\x20:\x20'+_0x5e643a);}}[a4_0x249053(0x1d6)](_0x32a542){const _0xfd6a6c=a4_0x249053,_0x201ef1={'isMdQ':function(_0x44409f,_0x131e4d){return _0x44409f(_0x131e4d);}};return _0x201ef1[_0xfd6a6c(0x1ca)](fetchPlatformDetails,_0x32a542);}[a4_0x249053(0x18f)]=_0x4e08bf=>{const _0x322b64=a4_0x249053,_0x40c17b={};_0x40c17b[_0x322b64(0x26f)]=_0x322b64(0x219),_0x40c17b['qrwrz']=_0x322b64(0x22e);const _0x4c8d6c=_0x40c17b;if(!_0x4e08bf||!_0x4e08bf[_0x322b64(0x223)])return;[_0x4c8d6c[_0x322b64(0x26f)],_0x4c8d6c[_0x322b64(0x1bb)]][_0x322b64(0x262)](_0x4a962d=>{const _0x2e7d35=_0x322b64,_0x3e0510=_0x4e08bf[_0x2e7d35(0x223)][_0x4a962d];_0x3e0510[_0x2e7d35(0x262)](_0x2aaa66=>{const _0x4c8de3=_0x2e7d35;_0x2aaa66[_0x4c8de3(0x1a7)]&&(_0x2aaa66[_0x4c8de3(0x1a7)]=null);});});};[a4_0x249053(0x185)](_0x328358){const _0x4d64d7=a4_0x249053,_0x1934c1={'ShEZL':_0x4d64d7(0x1ff),'cWOiD':function(_0x29f11d){return _0x29f11d();},'mIfQO':function(_0x1f76dc,_0x450159){return _0x1f76dc===_0x450159;},'gnPbO':_0x4d64d7(0x22e),'HXyNc':function(_0x4c416a){return _0x4c416a();},'EEYEW':_0x4d64d7(0x1f7),'vyYHV':'_afterAll','ldDtF':_0x4d64d7(0x219)};if(!_0x328358||!_0x328358[_0x4d64d7(0x223)])return;[_0x1934c1[_0x4d64d7(0x1fe)],_0x1934c1[_0x4d64d7(0x20a)],_0x1934c1[_0x4d64d7(0x274)],_0x1934c1['gnPbO']]['forEach'](_0x255f4a=>{const _0x4b5443=_0x4d64d7,_0x558a26=_0x328358[_0x4b5443(0x223)][_0x255f4a]||[];_0x558a26[_0x4b5443(0x262)](_0x1c1616=>{const _0x5d02fb=_0x4b5443;if(_0x1c1616[_0x5d02fb(0x1cd)][_0x5d02fb(0x230)](_0x1934c1[_0x5d02fb(0x1e2)]))return;if(!_0x1c1616['hookAnalyticsId'])_0x1c1616['hookAnalyticsId']=_0x1934c1[_0x5d02fb(0x1d8)](uuidv4);else _0x1c1616['markedStatus']&&_0x1934c1[_0x5d02fb(0x1b9)](_0x255f4a,_0x1934c1[_0x5d02fb(0x177)])&&(_0x1c1616['hookAnalyticsId']=_0x1934c1[_0x5d02fb(0x23f)](uuidv4),delete _0x1c1616[_0x5d02fb(0x273)]);});}),this[_0x4d64d7(0x185)](_0x328358[_0x4d64d7(0x223)]);}[a4_0x249053(0x20c)](_0x1739aa){const _0x57c262=a4_0x249053,_0x897915={};_0x897915[_0x57c262(0x221)]=_0x57c262(0x1f7),_0x897915[_0x57c262(0x1c1)]=_0x57c262(0x1af),_0x897915[_0x57c262(0x22f)]=_0x57c262(0x219),_0x897915['rRykS']=_0x57c262(0x22e);const _0xae7aae=_0x897915;if(!_0x1739aa||!_0x1739aa[_0x57c262(0x223)])return[];const _0x169edf=[];return[_0xae7aae['elZZf'],_0xae7aae[_0x57c262(0x1c1)],_0xae7aae[_0x57c262(0x22f)],_0xae7aae[_0x57c262(0x191)]][_0x57c262(0x262)](_0x254019=>{const _0x52ee9a=_0x1739aa['parent'][_0x254019]||[];_0x52ee9a['forEach'](_0x5cfdb7=>{const _0xc46f94=a4_0x37e4;_0x5cfdb7[_0xc46f94(0x1a7)]&&_0x169edf[_0xc46f94(0x198)](_0x5cfdb7[_0xc46f94(0x1a7)]);});}),[][_0x57c262(0x1c2)](_0x169edf,this[_0x57c262(0x20c)](_0x1739aa[_0x57c262(0x223)]));}['getHookType'](_0x1bd068){const _0x685c4f=a4_0x249053,_0x3a2d54=/^"(?<hook>.*)" hook:.*$/,_0x23762f=_0x1bd068[_0x685c4f(0x1cd)],_0x607506=_0x23762f[_0x685c4f(0x215)](_0x3a2d54);if(_0x607506&&_0x607506['groups'])return _0x607506['groups'][_0x685c4f(0x182)][_0x685c4f(0x229)]()['replace']('\x20','_');return null;}['findGitConfig'](_0xdfa90c){const _0x557517=a4_0x249053,_0x10098e={};_0x10098e['COVru']=function(_0x383e4b,_0x1304f9){return _0x383e4b===_0x1304f9;},_0x10098e[_0x557517(0x179)]=_0x557517(0x243),_0x10098e[_0x557517(0x21a)]='config';const _0x591452=_0x10098e,_0x46ce81=path[_0x557517(0x269)];if(_0x591452[_0x557517(0x1f0)](_0xdfa90c,null)||_0x591452[_0x557517(0x1f0)](_0xdfa90c,'')||_0x591452[_0x557517(0x1f0)](_0xdfa90c,_0x46ce81)||_0x591452['COVru'](_0xdfa90c,path[_0x557517(0x26c)](_0xdfa90c)))return null;try{return fs['statSync'](path['join'](_0xdfa90c,_0x591452['eAxJl'],_0x591452['Nrjni'])),_0xdfa90c;}catch(_0x46bf27){const _0x43ba16=path['dirname'](_0xdfa90c);return this['findGitConfig'](_0x43ba16);}}[a4_0x249053(0x1e7)](_0x3023b8){const _0x3f11e8=a4_0x249053,_0x5547f1={};_0x5547f1[_0x3f11e8(0x25f)]=function(_0x582a0d,_0x47e3b8){return _0x582a0d>_0x47e3b8;};const _0x3e854c=_0x5547f1;if(_0x3023b8[_0x3f11e8(0x252)])return _0x3023b8[_0x3f11e8(0x252)];if(_0x3023b8[_0x3f11e8(0x25c)]){const _0x39f1ee=_0x3023b8[_0x3f11e8(0x25c)]['currentTest']?this[_0x3f11e8(0x1e7)](_0x3023b8[_0x3f11e8(0x25c)][_0x3f11e8(0x24c)]):null;if(_0x39f1ee)return _0x39f1ee;}if(_0x3023b8[_0x3f11e8(0x223)]){const _0x256919=this[_0x3f11e8(0x1e7)](_0x3023b8[_0x3f11e8(0x223)])||(_0x3023b8[_0x3f11e8(0x223)]['ctx']&&_0x3023b8[_0x3f11e8(0x223)][_0x3f11e8(0x25c)][_0x3f11e8(0x24c)]?this['getRootParentFile'](_0x3023b8[_0x3f11e8(0x223)][_0x3f11e8(0x25c)]['currentTest']):null);if(_0x256919)return _0x256919;_0x3023b8['parent'][_0x3f11e8(0x259)]&&_0x3e854c[_0x3f11e8(0x25f)](_0x3023b8[_0x3f11e8(0x223)]['suites'][_0x3f11e8(0x184)],0x0)&&_0x3023b8[_0x3f11e8(0x223)][_0x3f11e8(0x259)]['forEach'](_0x2ba33d=>{const _0xa540a0=_0x3f11e8,_0x5cac0c=_0x2ba33d['ctx']?this[_0xa540a0(0x1e7)](_0x2ba33d[_0xa540a0(0x25c)]):null;if(_0x5cac0c)return _0x5cac0c;});}return null;}[a4_0x249053(0x214)](_0x5e06f5){const _0x370486=a4_0x249053,_0x3c7604={};_0x3c7604[_0x370486(0x1a2)]=function(_0x4a364f,_0x18e0d0){return _0x4a364f!==_0x18e0d0;};const _0xa24f91=_0x3c7604,_0x326190=[];if(_0x5e06f5&&_0x5e06f5[_0x370486(0x223)]){let _0x4d83f8=_0x5e06f5[_0x370486(0x223)];while(_0x4d83f8&&_0xa24f91[_0x370486(0x1a2)](_0x4d83f8[_0x370486(0x1cd)],'')){_0x326190[_0x370486(0x198)](_0x4d83f8[_0x370486(0x1cd)]),_0x4d83f8=_0x4d83f8[_0x370486(0x223)];}}return _0x326190;}[a4_0x249053(0x271)](_0x5b4c97,_0x51c4b0,_0x4e5815=undefined){const _0x1ccf36=a4_0x249053,_0x63f10a={'aOMaC':function(_0x95d3dc,_0x1b9faf){return _0x95d3dc(_0x1b9faf);},'uInEk':function(_0xe05d6){return _0xe05d6();},'JkOXQ':function(_0xef5101){return _0xef5101();},'iuaXv':function(_0x166e12){return _0x166e12();},'rooea':function(_0x52c851,_0x3eaaa9){return _0x52c851(_0x3eaaa9);},'YRHCr':'util','DXQtK':_0x1ccf36(0x17c),'GwvyP':function(_0x347cb4,_0x1f6fbf){return _0x347cb4!==_0x1f6fbf;},'ohOqa':function(_0x1230b6,_0x345bd8){return _0x1230b6!==_0x345bd8;},'iEAaY':_0x1ccf36(0x211),'JVkrR':'pending','Avopu':_0x1ccf36(0x213),'SgazO':_0x1ccf36(0x186),'wldBF':_0x1ccf36(0x1d0),'BCbPK':_0x1ccf36(0x22b),'rcugL':function(_0xf3a603,_0x2c3078){return _0xf3a603-_0x2c3078;},'gujgW':function(_0x3db01e,_0x441fd2,_0x1603fe,_0x121db9,_0x2f9c81){return _0x3db01e(_0x441fd2,_0x1603fe,_0x121db9,_0x2f9c81);},'pOwqY':function(_0x2ae94c,_0x19c762){return _0x2ae94c!==_0x19c762;},'eAWJh':_0x1ccf36(0x1bf),'GoupP':_0x1ccf36(0x21d),'QkENk':_0x1ccf36(0x266),'KPTGz':_0x1ccf36(0x202),'xlltp':_0x1ccf36(0x1d7),'wflYp':_0x1ccf36(0x1c0),'RmAMh':'expanded','TFjBW':function(_0x7d9594,_0x579a31){return _0x7d9594===_0x579a31;},'dcTRu':'hook_run','lnoll':_0x1ccf36(0x183)};if(!this['enabled'])return;try{if(_0x51c4b0['fn']&&_0x51c4b0['fn'][_0x1ccf36(0x1f8)]()[_0x1ccf36(0x215)](/browserstack internal helper hook/))return;const _0x45e63a=_0x63f10a['aOMaC'](parseEvent,_0x5b4c97);if(!_0x45e63a)return;if(_0x45e63a[_0x1ccf36(0x241)]){this['currentTest']=_0x51c4b0,this[_0x1ccf36(0x1da)]=null;if(_0x45e63a[_0x1ccf36(0x257)]||_0x45e63a[_0x1ccf36(0x1d0)]){_0x51c4b0[_0x1ccf36(0x194)]=new Date(),_0x51c4b0[_0x1ccf36(0x273)]=![];if(!_0x51c4b0['testAnalyticsId'])_0x51c4b0['testAnalyticsId']=_0x63f10a[_0x1ccf36(0x26a)](uuidv4);else _0x51c4b0[_0x1ccf36(0x273)]&&(!_0x51c4b0[_0x1ccf36(0x20d)]&&(_0x51c4b0[_0x1ccf36(0x20d)]=_0x51c4b0['testAnalyticsId']),_0x51c4b0[_0x1ccf36(0x192)]=_0x63f10a[_0x1ccf36(0x26a)](uuidv4));}}else{if(_0x45e63a[_0x1ccf36(0x182)]){this[_0x1ccf36(0x1da)]=_0x51c4b0;if(_0x45e63a['started']){_0x51c4b0[_0x1ccf36(0x194)]=new Date(),_0x51c4b0['markedStatus']=![];if(!_0x51c4b0[_0x1ccf36(0x1a7)])_0x51c4b0['hookAnalyticsId']=_0x63f10a[_0x1ccf36(0x1b7)](uuidv4);else _0x51c4b0[_0x1ccf36(0x1a7)]&&_0x51c4b0[_0x1ccf36(0x273)]&&(_0x51c4b0[_0x1ccf36(0x1a7)]=_0x63f10a[_0x1ccf36(0x1c5)](uuidv4));}}}if(_0x45e63a['finished']&&_0x51c4b0[_0x1ccf36(0x273)])return;let _0x45c0b4;try{_0x45c0b4=this[_0x1ccf36(0x1e7)](_0x51c4b0);}catch(_0x20fdd3){logger[_0x1ccf36(0x1b0)](_0x1ccf36(0x19d)+_0x20fdd3),_0x45c0b4=null;}const _0x5a4f20=_0x63f10a[_0x1ccf36(0x1df)](require,_0x63f10a[_0x1ccf36(0x24f)]);let _0x582e4c=[];_0x4e5815&&(_0x582e4c=[_0x4e5815,_0x63f10a[_0x1ccf36(0x1e5)]]);const _0x480871=_0x63f10a[_0x1ccf36(0x18e)](_0x51c4b0[_0x1ccf36(0x20b)],undefined)?_0x5a4f20[_0x1ccf36(0x265)](_0x51c4b0[_0x1ccf36(0x20b)][0x0]):_0x63f10a[_0x1ccf36(0x1d4)](_0x4e5815,undefined)?_0x4e5815[_0x1ccf36(0x1f8)]():undefined,_0x114f2f=_0x45c0b4?this[_0x1ccf36(0x23c)](_0x45c0b4):null,_0xfda04a=_0x45c0b4?this['_paths']['prefixTestPath'](this['getRootParentFile'](_0x51c4b0)):_0x63f10a[_0x1ccf36(0x205)];let _0x46142c=_0x63f10a['JVkrR'];const _0x381398=!_0x45e63a[_0x1ccf36(0x257)]?new Date()[_0x1ccf36(0x181)]():null;if(_0x45e63a['finished'])_0x46142c=_0x4e5815?_0x63f10a[_0x1ccf36(0x18c)]:_0x63f10a[_0x1ccf36(0x188)],_0x51c4b0[_0x1ccf36(0x273)]=!![];else _0x45e63a['skipped']&&(_0x46142c=_0x63f10a[_0x1ccf36(0x1f6)],_0x51c4b0['markedStatus']=!![]);const _0x284caa={'framework':this[_0x1ccf36(0x1cf)],'uuid':_0x51c4b0[_0x1ccf36(0x192)]||_0x51c4b0['hookAnalyticsId'],'name':_0x51c4b0['title'],'body':{'lang':_0x63f10a[_0x1ccf36(0x1b8)],'code':_0x51c4b0[_0x1ccf36(0x247)][_0x1ccf36(0x1f8)]()},'type':_0x51c4b0[_0x1ccf36(0x18a)],'scope':_0x51c4b0['fullTitle'](),'scopes':this['getHierarchy'](_0x51c4b0),'file_name':_0xfda04a,'vc_filepath':_0x114f2f?path[_0x1ccf36(0x22d)](_0x114f2f,_0x45c0b4):null,'location':_0xfda04a,'result':_0x46142c,'failure_reason':_0x480871,'duration_in_ms':_0x51c4b0['duration']||(_0x45e63a[_0x1ccf36(0x1aa)]||_0x45e63a['skipped'])?_0x63f10a[_0x1ccf36(0x1a8)](Date[_0x1ccf36(0x231)](),new Date(_0x51c4b0['startedAt'])['getTime']()):null,'started_at':new Date(_0x51c4b0[_0x1ccf36(0x194)])[_0x1ccf36(0x181)](),'finished_at':_0x381398,'failure':testOpsHelper[_0x1ccf36(0x238)][_0x1ccf36(0x1c6)](null,_0x582e4c),'failure_type':!_0x480871?null:testOpsHelper[_0x1ccf36(0x1e1)](_0x480871),'retry_of':_0x51c4b0[_0x1ccf36(0x20d)]||null,'tags':_0x51c4b0[_0x1ccf36(0x1ab)]||[],'customRerunParam':{'rerun_name':_0x51c4b0[_0x1ccf36(0x1dd)]()}};_0x63f10a[_0x1ccf36(0x1a9)](appendTesthubParams,_0x284caa,_0x5b4c97,_0x51c4b0,FRAMEWORKS[_0x1ccf36(0x25b)]);if(_0x45e63a[_0x1ccf36(0x182)])[_0x284caa[_0x1ccf36(0x208)],_0x284caa[_0x1ccf36(0x1bc)]]=[this[_0x1ccf36(0x1ae)](_0x51c4b0),_0x51c4b0[_0x1ccf36(0x25c)][_0x1ccf36(0x241)][_0x1ccf36(0x1cd)]],_0x45e63a[_0x1ccf36(0x1aa)]?_0x63f10a['pOwqY'](_0x284caa[_0x1ccf36(0x18d)],_0x63f10a[_0x1ccf36(0x18c)])&&(_0x284caa[_0x1ccf36(0x18d)]=_0x63f10a[_0x1ccf36(0x188)]):_0x284caa[_0x1ccf36(0x247)]={};else _0x45e63a[_0x1ccf36(0x241)]&&(this[_0x1ccf36(0x185)](_0x51c4b0),_0x45e63a[_0x1ccf36(0x1d0)]&&this[_0x1ccf36(0x18f)](_0x51c4b0),(_0x45e63a[_0x1ccf36(0x1aa)]||_0x45e63a['skipped'])&&(_0x284caa['hooks']=this['getHooksForTest'](_0x51c4b0)));this[_0x1ccf36(0x17a)]&&(_0x45e63a['started']||_0x45e63a[_0x1ccf36(0x1d0)])&&(_0x284caa[_0x63f10a[_0x1ccf36(0x234)]]=this[_0x1ccf36(0x1d6)](this['driver']));_0x45e63a[_0x1ccf36(0x241)]&&_0x45e63a[_0x1ccf36(0x1aa)]&&_0x51c4b0[_0x1ccf36(0x264)]&&(_0x284caa[_0x63f10a[_0x1ccf36(0x206)]]={'feature':{'name':_0x51c4b0[_0x1ccf36(0x223)]['feature'][_0x1ccf36(0x1bc)],'path':_0x284caa[_0x1ccf36(0x1dc)],'description':_0x51c4b0[_0x1ccf36(0x223)][_0x1ccf36(0x22a)]},'scenario':{'name':_0x51c4b0['title']},'steps':_0x51c4b0[_0x1ccf36(0x264)]});const _0x41dd34=_0x284caa[_0x63f10a['QkENk']][0x0];_0x41dd34&&(_0x284caa[_0x63f10a[_0x1ccf36(0x17d)]]=_0x41dd34[_0x63f10a[_0x1ccf36(0x1d2)]],_0x284caa[_0x63f10a['wflYp']]=_0x41dd34[_0x63f10a['RmAMh']]);if(_0x51c4b0[_0x1ccf36(0x264)])for(const _0x20790e of _0x51c4b0[_0x1ccf36(0x264)]){!_0x20790e['finished_at']&&(_0x20790e[_0x1ccf36(0x1cc)]=new Date()[_0x1ccf36(0x181)](),_0x63f10a['TFjBW'](_0x20790e[_0x1ccf36(0x18d)],_0x63f10a[_0x1ccf36(0x24b)])&&(_0x41dd34?(_0x20790e[_0x1ccf36(0x18d)]=_0x63f10a[_0x1ccf36(0x18c)],_0x20790e['failure']=_0x41dd34[_0x63f10a['xlltp']][0x0]):_0x20790e['result']=_0x63f10a['SgazO']));}const _0x3aff9e={};_0x3aff9e[_0x1ccf36(0x242)]=_0x45e63a[_0x1ccf36(0x1d0)]?TEST_EVENTS['TEST_RUN_FINISHED']:_0x5b4c97;const _0x5a6d55=_0x3aff9e;return _0x45e63a['hook']?_0x5a6d55[_0x63f10a[_0x1ccf36(0x189)]]=_0x284caa:_0x5a6d55[_0x63f10a[_0x1ccf36(0x1ac)]]=_0x284caa,_0x5a6d55;}catch(_0x1e04c1){logger[_0x1ccf36(0x1b0)]('Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0x5b4c97+_0x1ccf36(0x1a3)+_0x1e04c1);}}async[a4_0x249053(0x1ef)](_0x426ae4,_0x5e1cc2){const _0x21c882=a4_0x249053;if(!this[_0x21c882(0x193)]||!_0x5e1cc2||!_0x426ae4)return![];try{return await SessionHandler[_0x21c882(0x1c8)](_0x5e1cc2);}catch(_0x41b957){logger[_0x21c882(0x1b0)]('Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20'+_0x426ae4+_0x21c882(0x1a3)+_0x41b957);}}[a4_0x249053(0x258)](_0x366e18){const _0x51c800=a4_0x249053,_0x4459e2={};_0x4459e2[_0x51c800(0x180)]=_0x51c800(0x227);const _0x4a86c8=_0x4459e2;return{'id':_0x366e18[_0x51c800(0x1e8)],'text':_0x366e18[_0x51c800(0x212)],'keyword':_0x366e18[_0x51c800(0x1b3)],'started_at':_0x366e18[_0x51c800(0x194)][_0x51c800(0x181)](),'result':_0x4a86c8[_0x51c800(0x180)]};}[a4_0x249053(0x210)](_0x54c091){const _0x653270=a4_0x249053,_0x36e0d5={'EdtuC':function(_0x4c611c){return _0x4c611c();}};!this['currentTest'][_0x653270(0x264)]&&(this[_0x653270(0x24c)][_0x653270(0x264)]=[]),!_0x54c091[_0x653270(0x1e8)]&&(_0x54c091[_0x653270(0x1e8)]=_0x36e0d5[_0x653270(0x1b5)](uuidv4),_0x54c091[_0x653270(0x194)]=new Date(),this[_0x653270(0x24c)][_0x653270(0x264)]['push'](this[_0x653270(0x258)](_0x54c091)));}['bddStepFinish'](_0x113d7e){const _0x3355f6=a4_0x249053,_0x487b74={'bFMJZ':function(_0x456af4,_0x51df15){return _0x456af4(_0x51df15);},'oYVwb':_0x3355f6(0x1e9),'ALVvU':_0x3355f6(0x227),'jYEuh':_0x3355f6(0x186),'lqceT':function(_0x3e9015,_0x3f4384){return _0x3e9015-_0x3f4384;}};let _0x6791f4=this[_0x3355f6(0x24c)][_0x3355f6(0x264)][_0x3355f6(0x1f2)](_0xf70ad=>_0xf70ad['id']===_0x113d7e[_0x3355f6(0x1e8)]);_0x487b74[_0x3355f6(0x21b)](isUndefined,_0x6791f4)&&(_0x6791f4=this[_0x3355f6(0x258)](_0x113d7e)),_0x6791f4[_0x3355f6(0x18d)]=[_0x487b74[_0x3355f6(0x1e3)],_0x487b74['ALVvU']]['includes'](_0x113d7e[_0x3355f6(0x23a)])?_0x487b74[_0x3355f6(0x17e)]:_0x113d7e['status'],_0x6791f4[_0x3355f6(0x1cc)]=new Date()[_0x3355f6(0x181)](),_0x6791f4[_0x3355f6(0x1fb)]=_0x487b74[_0x3355f6(0x236)](Date[_0x3355f6(0x231)](),_0x113d7e['startedAt'][_0x3355f6(0x1c7)]()),_0x6791f4['failure']=_0x113d7e[_0x3355f6(0x17c)]?_0x113d7e[_0x3355f6(0x17c)][_0x3355f6(0x196)]:null;}}const a4_0x7f72a5={};a4_0x7f72a5[a4_0x249053(0x24e)]=O11yHelper,a4_0x7f72a5[a4_0x249053(0x1fd)]=STATE_PASSED,a4_0x7f72a5['STATE_FAILED']=STATE_FAILED,a4_0x7f72a5['TEST_EVENTS']=TEST_EVENTS,module[a4_0x249053(0x19b)]=a4_0x7f72a5;