browserstack-node-sdk 1.55.7 → 1.56.1

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 (204) 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/generated/sdk-messages_pb.d.ts +64 -0
  41. package/generated/sdk-messages_pb.js +512 -0
  42. package/generated/sdk_grpc_pb.d.ts +5 -0
  43. package/generated/sdk_grpc_pb.js +33 -0
  44. package/package.json +2 -1
  45. package/src/ai-sdk-node/bundle.js +1 -1
  46. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  47. package/src/bin/codeceptjs/command.js +1 -1
  48. package/src/bin/codeceptjs/helper.js +1 -1
  49. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  50. package/src/bin/cucumber-js/command.js +1 -1
  51. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  52. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  53. package/src/bin/cucumber-js/test-observability.js +1 -1
  54. package/src/bin/cucumber-js/test.setup.js +1 -1
  55. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  56. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  57. package/src/bin/integrations/command.js +1 -1
  58. package/src/bin/integrations/constants.js +1 -1
  59. package/src/bin/jest/command.js +1 -1
  60. package/src/bin/jest/customImplements/customCircus.js +1 -1
  61. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  62. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  63. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  64. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  65. package/src/bin/jest/jest.setup.js +1 -1
  66. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  67. package/src/bin/jest/test-observability/helper.js +1 -1
  68. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  69. package/src/bin/jest/test-observability/test-details.js +1 -1
  70. package/src/bin/jest/test.setup.js +1 -1
  71. package/src/bin/jest/test_before.setup.js +1 -1
  72. package/src/bin/launcher/launcher.js +1 -1
  73. package/src/bin/load/index.js +1 -1
  74. package/src/bin/load/loadUtils.js +1 -1
  75. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  76. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  77. package/src/bin/mocha/command.js +1 -1
  78. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  79. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  80. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  81. package/src/bin/mocha/test.setup.js +1 -1
  82. package/src/bin/newman/command.js +1 -1
  83. package/src/bin/newman/helper.js +1 -1
  84. package/src/bin/newman/reporter/index.js +1 -1
  85. package/src/bin/newman/scriptRunner.js +1 -1
  86. package/src/bin/nightwatch/command.js +1 -1
  87. package/src/bin/playwright/accessibility-helper.js +1 -1
  88. package/src/bin/playwright/command.js +1 -1
  89. package/src/bin/playwright/globalSetup.js +1 -1
  90. package/src/bin/playwright/mock-process.js +1 -1
  91. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  92. package/src/bin/playwright/patches.js +1 -1
  93. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  94. package/src/bin/playwright/reporter/reporter.js +1 -1
  95. package/src/bin/playwright/reporter/test-details.js +1 -1
  96. package/src/bin/playwright/sessionDetails.js +1 -1
  97. package/src/bin/puppeteer/patches.js +1 -1
  98. package/src/bin/puppeteer/sessionDetails.js +1 -1
  99. package/src/bin/puppeteer/test.setup.js +1 -1
  100. package/src/bin/runner.js +1 -1
  101. package/src/bin/setup.js +1 -1
  102. package/src/bin/test-runner/index.js +1 -1
  103. package/src/bin/test-runner/runTest.js +1 -1
  104. package/src/bin/test-runner/testWorker.js +1 -1
  105. package/src/bin/utils/apiUtilityMethods.js +1 -1
  106. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  107. package/src/bin/utils/constants.js +1 -1
  108. package/src/bin/utils/log4jsAppender.js +1 -1
  109. package/src/bin/utils/logPatcher.js +1 -1
  110. package/src/bin/utils/logReportingAPI.js +1 -1
  111. package/src/bin/utils/playwright-patcher.js +1 -1
  112. package/src/bin/utils/puppeteer-patcher.js +1 -1
  113. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  114. package/src/bin/utils/sharedUtils.js +1 -1
  115. package/src/bin/v2/TestInfo.js +1 -1
  116. package/src/bin/v2/browserstackCLI.js +1 -1
  117. package/src/bin/v2/cliUtils.js +1 -1
  118. package/src/bin/v2/customTagManager.js +1 -1
  119. package/src/bin/v2/eventDispatcher.js +1 -1
  120. package/src/bin/v2/framework/automationFramework.js +1 -1
  121. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  122. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  123. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  124. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  125. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  126. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  127. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  128. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  129. package/src/bin/v2/framework/testFramework.js +1 -1
  130. package/src/bin/v2/grpcClient.js +1 -1
  131. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  132. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  133. package/src/bin/v2/instances/trackedContext.js +1 -1
  134. package/src/bin/v2/instances/trackedInstance.js +1 -1
  135. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  136. package/src/bin/v2/modules/baseModule.js +1 -1
  137. package/src/bin/v2/modules/loadTestModule.js +1 -1
  138. package/src/bin/v2/modules/observabilityModule.js +1 -1
  139. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  140. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  141. package/src/bin/v2/modules/testhubModule.js +1 -1
  142. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  143. package/src/bin/v2/state/hookState.js +1 -1
  144. package/src/bin/v2/state/testFrameworkState.js +1 -1
  145. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  146. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  147. package/src/bin/v2/utils/jest-utils.js +1 -1
  148. package/src/bin/vanilla-js/command.js +1 -1
  149. package/src/browserStackSdk.js +1 -1
  150. package/src/helpers/BrowserStackSetup.js +1 -1
  151. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  152. package/src/helpers/accessibility-automation/constants.js +1 -1
  153. package/src/helpers/accessibility-automation/helper.js +1 -1
  154. package/src/helpers/accessibility-automation/scripts.js +1 -1
  155. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  156. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  157. package/src/helpers/ats/constants.js +1 -1
  158. package/src/helpers/ats/helper.js +1 -1
  159. package/src/helpers/caCertHelper.js +1 -1
  160. package/src/helpers/capsMapping.js +1 -1
  161. package/src/helpers/central-scanner/constants.js +1 -1
  162. package/src/helpers/central-scanner/helpers.js +1 -1
  163. package/src/helpers/classLogger.js +1 -1
  164. package/src/helpers/globals.js +1 -1
  165. package/src/helpers/helper.js +1 -1
  166. package/src/helpers/logger.js +1 -1
  167. package/src/helpers/metadata.js +1 -1
  168. package/src/helpers/patchHelper.js +1 -1
  169. package/src/helpers/patchHelpers.js +1 -1
  170. package/src/helpers/percy/Percy.js +1 -1
  171. package/src/helpers/percy/PercyBinary.js +1 -1
  172. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  173. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  174. package/src/helpers/percy/PercySDK.js +1 -1
  175. package/src/helpers/percy/index.js +1 -1
  176. package/src/helpers/percy/utils.js +1 -1
  177. package/src/helpers/performance/constants.js +1 -1
  178. package/src/helpers/performance/performance-tester.js +1 -1
  179. package/src/helpers/playwright-helper.js +1 -1
  180. package/src/helpers/processHelper.js +1 -1
  181. package/src/helpers/puppeteer-helper.js +1 -1
  182. package/src/helpers/request-spy.js +1 -1
  183. package/src/helpers/setKeepAlive.js +1 -1
  184. package/src/helpers/stackFrameUtils.js +1 -1
  185. package/src/helpers/test-observability/constants.js +1 -1
  186. package/src/helpers/test-observability/error-handler.js +1 -1
  187. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  188. package/src/helpers/test-observability/sessionHandler.js +1 -1
  189. package/src/helpers/test-observability/utils.js +1 -1
  190. package/src/helpers/test-orchestration/constants.js +1 -1
  191. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  192. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  193. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  194. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  195. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  196. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  197. package/src/helpers/testhub/constants.js +1 -1
  198. package/src/helpers/testhub/testhubHandler.js +1 -1
  199. package/src/helpers/testhub/utils.js +1 -1
  200. package/src/helpers/timeoutPromise.js +1 -1
  201. package/src/helpers/utilities.js +1 -1
  202. package/src/helpers/w3cMapping.js +1 -1
  203. package/src/hubAllocationMethods.js +1 -1
  204. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a1_0x319a(_0x57e95b,_0x40a8ee){const _0xdcfbd3=a1_0xdcfb();return a1_0x319a=function(_0x319ae1,_0x31bc49){_0x319ae1=_0x319ae1-0xd4;let _0x4fb292=_0xdcfbd3[_0x319ae1];return _0x4fb292;},a1_0x319a(_0x57e95b,_0x40a8ee);}const a1_0x1d66bb=a1_0x319a;(function(_0xa21b75,_0xe6faf4){const _0xaa5528=a1_0x319a,_0x53a41a=_0xa21b75();while(!![]){try{const _0xefce70=-parseInt(_0xaa5528(0x187))/0x1+-parseInt(_0xaa5528(0x192))/0x2*(-parseInt(_0xaa5528(0x1d3))/0x3)+parseInt(_0xaa5528(0x198))/0x4*(-parseInt(_0xaa5528(0x189))/0x5)+parseInt(_0xaa5528(0x1a4))/0x6*(parseInt(_0xaa5528(0xf1))/0x7)+-parseInt(_0xaa5528(0x18a))/0x8*(-parseInt(_0xaa5528(0x181))/0x9)+parseInt(_0xaa5528(0x115))/0xa+-parseInt(_0xaa5528(0x105))/0xb;if(_0xefce70===_0xe6faf4)break;else _0x53a41a['push'](_0x53a41a['shift']());}catch(_0x1d362b){_0x53a41a['push'](_0x53a41a['shift']());}}}(a1_0xdcfb,0x733da));const fs=require('fs'),util=require('util'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x1d66bb(0x1db)),logger=require(a1_0x1d66bb(0x174))[a1_0x1d66bb(0x117)],testOpsHelper=require(a1_0x1d66bb(0x12d)),requestSpy=require(a1_0x1d66bb(0x188)),PlaywrightSessionDetails=require(a1_0x1d66bb(0x102)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x1d66bb(0xf2)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x1d66bb(0x155)),AccessibilityHelper=require('../../bin/playwright/accessibility-helper'),scripts=require(a1_0x1d66bb(0x166)),PerformanceTester=require('../../helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x1d66bb(0x1b4)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x1d66bb(0x1c7)),testHubConstants=require(a1_0x1d66bb(0x17c)),globals=require('../../helpers/globals.js'),CodeceptJS=requireModule(a1_0x1d66bb(0xea),a1_0x1d66bb(0x150)),CodeceptUtils=requireModule(a1_0x1d66bb(0x1e3),a1_0x1d66bb(0x150)),CodeceptWebDriver=requireModule(a1_0x1d66bb(0x1d7),a1_0x1d66bb(0x150)),CodeceptRecorder=requireModule(a1_0x1d66bb(0x110),a1_0x1d66bb(0x150)),CodeceptPlaywright=requireModule('codeceptjs/lib/helper/Playwright.js','codeceptjs'),playwrightMarkSessionStatus=(_0x465b93,_0x52fa00,_0x589314)=>{const _0x4ac860=a1_0x1d66bb,_0x699be9={'RjvJl':_0x4ac860(0x10d),'gnjbb':function(_0x32581c,_0x1b260b){return _0x32581c(_0x1b260b);}},_0x4de348={};_0x4de348[_0x4ac860(0xe8)]=_0x52fa00;const _0x41a3b6={};_0x41a3b6[_0x4ac860(0x177)]=_0x699be9[_0x4ac860(0x120)],_0x41a3b6[_0x4ac860(0xe7)]=_0x4de348;const _0x1ca7b1=_0x41a3b6;return!_0x699be9['gnjbb'](isUndefined,_0x589314)&&(_0x1ca7b1[_0x4ac860(0xe7)][_0x4ac860(0x19d)]=JSON[_0x4ac860(0x194)](_0x589314)),_0x465b93['executeScript'](()=>{},_0x4ac860(0x160)+JSON[_0x4ac860(0x194)](_0x1ca7b1));},o11ySync=PerformanceTester[a1_0x1d66bb(0x15b)](PerformanceO11yEvents[a1_0x1d66bb(0x1bc)],async _0x39b731=>{const _0x3079ca=a1_0x1d66bb,_0x361db5={};_0x361db5[_0x3079ca(0x116)]=function(_0x225d88,_0x1addef){return _0x225d88===_0x1addef;},_0x361db5['goJDL']=_0x3079ca(0x163);const _0x5800af=_0x361db5;_0x5800af['xUenY'](_0x39b731[_0x3079ca(0x10e)]['name'],_0x5800af[_0x3079ca(0x124)])?await _0x39b731['executeScript'](_0x283df7=>{},testOpsHelper[_0x3079ca(0x1b2)]()):await _0x39b731['executeScript'](testOpsHelper[_0x3079ca(0x1b2)]());}),markSessionName=PerformanceTester['measureWrapper'](PerformanceAutEvents[a1_0x1d66bb(0x141)],async(_0x1d02d5,_0x5cb92a)=>{const _0x4f982d=a1_0x1d66bb,_0x248671={};_0x248671[_0x4f982d(0x159)]=_0x4f982d(0x1c2),_0x248671[_0x4f982d(0x18f)]=function(_0x3aaa54,_0x2a889d){return _0x3aaa54===_0x2a889d;},_0x248671[_0x4f982d(0x17b)]=_0x4f982d(0x163);const _0x18972=_0x248671,_0x4abce3={};_0x4abce3[_0x4f982d(0x1bb)]=_0x5cb92a;const _0x10e5e3={};_0x10e5e3[_0x4f982d(0x177)]=_0x18972[_0x4f982d(0x159)],_0x10e5e3[_0x4f982d(0xe7)]=_0x4abce3;const _0x5b46a5=_0x10e5e3;_0x18972['tJPPg'](_0x1d02d5[_0x4f982d(0x10e)][_0x4f982d(0x1bb)],_0x18972['uEkNQ'])?await _0x1d02d5[_0x4f982d(0x135)](()=>{},_0x4f982d(0x160)+JSON[_0x4f982d(0x194)](_0x5b46a5)):await _0x1d02d5[_0x4f982d(0x135)](_0x4f982d(0x160)+JSON[_0x4f982d(0x194)](_0x5b46a5));}),patchSaveScreenshot=_0x1cadde=>{const _0x472db6=a1_0x1d66bb,_0x28ef5d={'vyQkf':_0x472db6(0x111),'PwAMl':'TEST_SCREENSHOT','abpVq':function(_0x23e95b){return _0x23e95b();},'kFEEx':function(_0x1eb14d,_0x4d421e){return _0x1eb14d(_0x4d421e);},'ZiXCn':'Screenshot\x20path\x20not\x20found'};_0x28ef5d[_0x472db6(0x1df)](isTrue,process['env']['BS_TESTOPS_ALLOW_SCREENSHOTS'])&&!_0x1cadde['patchSaveScreenshot']&&(_0x1cadde[_0x472db6(0x1b7)]=!![],_0x1cadde['initSaveScreenshot']=_0x1cadde['saveScreenshot'],_0x1cadde[_0x472db6(0x199)]=(_0x5b49dd,_0x158b82=![])=>{return new Promise(function(_0x3aec66,_0xc69b82){const _0x4f0a2e=a1_0x319a,_0x23d880={'iPFtw':_0x28ef5d['vyQkf'],'zniLm':_0x28ef5d[_0x4f0a2e(0x17f)],'ZzsDd':function(_0x20f07c){const _0xa6cc73=_0x4f0a2e;return _0x28ef5d[_0xa6cc73(0x103)](_0x20f07c);},'SAoSB':function(_0x2edb7c,_0x2b1a6b){const _0x3c722a=_0x4f0a2e;return _0x28ef5d[_0x3c722a(0x1df)](_0x2edb7c,_0x2b1a6b);},'phres':_0x28ef5d[_0x4f0a2e(0x13d)]};_0x1cadde['initSaveScreenshot'](_0x5b49dd,_0x158b82)[_0x4f0a2e(0xf4)](()=>{const _0x33357c=_0x4f0a2e,_0xe49866=CodeceptUtils['screenshotOutputFolder'](_0x5b49dd);if(_0xe49866){const _0x205605=fs[_0x33357c(0x19b)](_0xe49866);process[_0x33357c(0xec)](_0x33357c(0x158)+process[_0x33357c(0x1c1)],{'timestamp':new Date()[_0x33357c(0x180)](),'message':_0x205605['toString'](_0x23d880[_0x33357c(0x152)]),'kind':_0x23d880[_0x33357c(0x113)]}),_0x23d880[_0x33357c(0x129)](_0x3aec66);}_0x23d880['SAoSB'](_0xc69b82,new Error(_0x23d880[_0x33357c(0x186)]));})['catch'](()=>null);});});},patchWebDriverBefore=(_0x90a1e8,_0x446a27)=>{const _0x20d6a6=a1_0x1d66bb,_0x66fbc2={'ZvbLR':function(_0x2eb409){return _0x2eb409();},'sBnWk':function(_0x2b3800,_0x4e9b86){return _0x2b3800(_0x4e9b86);},'SLoSj':function(_0x26db77,_0x129c2c){return _0x26db77===_0x129c2c;},'Wrkic':_0x20d6a6(0x1c6),'cAsUr':function(_0xdb7639,_0x462865){return _0xdb7639===_0x462865;},'QuNsQ':_0x20d6a6(0x1e4),'Aldvk':function(_0x4d03fd,_0x4c2e6a){return _0x4d03fd===_0x4c2e6a;},'rCKri':'Element','CiaPs':function(_0xa6641f,_0x5b37b6){return _0xa6641f===_0x5b37b6;},'fJRJw':_0x20d6a6(0x1cc)},_0x4f85de=async function(_0x466228,_0x499438){const _0x49250f=_0x20d6a6;_0x66fbc2[_0x49250f(0x1de)](isAccessibilityAutomationSession)&&!global['bstackAllyScanning']&&global[_0x49250f(0x1b5)]&&scripts[_0x49250f(0x19e)](_0x466228['name'])&&_0x66fbc2[_0x49250f(0x1bf)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x49250f(0x13b)]=!![],await PerformanceTester[_0x49250f(0x15b)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x454334=_0x49250f;logger[_0x454334(0x196)](_0x454334(0x1c3)+_0x466228[_0x454334(0x108)]+'\x20'+_0x466228[_0x454334(0x1bb)]),await AccessibilityHelper['browserStackExecuteDriver'](_0x90a1e8,scripts['performScan']);},{'command':_0x466228[_0x49250f(0x1bb)]})());global[_0x49250f(0x13b)]=![];const _0x443760=JSON['parse'](process['env']['FRAMEWORK_DETAILS']||'{}');if(_0x66fbc2[_0x49250f(0x18d)](_0x443760?.[_0x49250f(0x1ba)]?.[_0x49250f(0x1bb)],_0x66fbc2[_0x49250f(0x161)])&&_0x66fbc2['cAsUr'](typeof _0x443760?.['testFramework']?.[_0x49250f(0x144)],_0x66fbc2[_0x49250f(0x169)])&&_0x443760?.[_0x49250f(0x1ba)]?.[_0x49250f(0x144)]['startsWith']('7'))return _0x499438[_0x49250f(0x118)](null,Array[_0x49250f(0x172)]['slice'][_0x49250f(0x145)](arguments,0x2));return _0x499438[_0x49250f(0x118)](this,Array[_0x49250f(0x172)][_0x49250f(0x1c8)][_0x49250f(0x145)](arguments,0x2));},_0x4bf7bf=CodeceptWebDriver[_0x20d6a6(0x172)]['_before'];CodeceptWebDriver[_0x20d6a6(0x172)][_0x20d6a6(0x14f)]=async function(){const _0x4e0016=_0x20d6a6;try{await _0x4bf7bf[_0x4e0016(0x118)](this,arguments);}catch(_0x52840e){logger['debug'](_0x4e0016(0x1a5)+util['format'](_0x52840e));}scripts['commandsToWrap'][_0x4e0016(0x1ca)](_0x9b6ee8=>_0x9b6ee8[_0x4e0016(0x1bb)]&&_0x9b6ee8[_0x4e0016(0x108)])[_0x4e0016(0x14e)](_0xe1b956=>{const _0x73dcc9=_0x4e0016;this[_0x73dcc9(0x171)][_0x73dcc9(0x12e)](_0xe1b956[_0x73dcc9(0x1bb)],_0x4f85de[_0x73dcc9(0x178)](this,_0xe1b956),_0x66fbc2[_0x73dcc9(0x190)](_0xe1b956[_0x73dcc9(0x108)],_0x66fbc2['rCKri']));}),_0x66fbc2['sBnWk'](processWebDriverConfig,_0x90a1e8);try{_0x446a27&&_0x66fbc2['CiaPs'](typeof _0x446a27[_0x4e0016(0x19a)],_0x66fbc2[_0x4e0016(0x1e0)])&&await _0x446a27[_0x4e0016(0x19a)]();}catch(_0xd6a097){logger['debug'](_0x4e0016(0x1ce)+util[_0x4e0016(0x1ab)](_0xd6a097));}};};function parseJwt(_0x2caa79){const _0x1307c0=a1_0x1d66bb,_0x2cb0fd={};_0x2cb0fd['ELRCO']=_0x1307c0(0x111);const _0x1da9a5=_0x2cb0fd;if(!_0x2caa79)return null;return JSON[_0x1307c0(0x14a)](Buffer[_0x1307c0(0x107)](_0x2caa79[_0x1307c0(0x154)]('.')[0x1],_0x1da9a5[_0x1307c0(0x18b)])[_0x1307c0(0xdb)]());}function a1_0xdcfb(){const _0x359046=['wmaTs','BfJck','PTyEm','phres','446173WqBXTt','../../helpers/request-spy','279995AyRKnz','7278448hScCEE','ELRCO','QUvzE','SLoSj','blVYy','tJPPg','Aldvk','test-failed','44682SQzGyn','hPjyB','stringify','kuWzT','debug','getResults','28hlmsod','saveScreenshot','flushPendingHookEvents','readFileSync','SDK_POST_TEST','reason','shouldWrapCommand','config','OCXLw','after','YxMLA','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','6xbeldE','Failed\x20to\x20execute\x20_before:\x20','skipped','step','BS_A11Y_JWT','SESSION_STATUS','patch','format','TEST_RUN_SKIPPED','thTestRunUuid','HOOK_RUN_FINISHED','before','qVfyO','bEDId','getSyncScript','zQcOS','../../helpers/performance/constants','accessibilityPlatform','nkDKP','patchSaveScreenshot','__workerDetails','pmfux','testFramework','name','SYNC','hookType','hook-started','sBnWk','thJwtToken','pid','setSessionName','Performing\x20scan\x20for\x20','test-passed','url','webdriverio','./helper.js','slice','ixEpS','filter','helpers','function','OoDNv','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20_before:\x20','startMonitoring','push','iKehf','passed','102mgYCgf','SQUAp','bddStep-after','addRequestSpy','codeceptjs/lib/helper/WebDriver.js','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20Playwright\x20_before:\x20','container','warn','../../helpers/helper','TEST_RUN_STARTED','ctx','ZvbLR','kFEEx','fJRJw','end','GET_RESULTS','codeceptjs/lib/utils.js','string','FVwRY','test','devtools://','saveTestResults','test-started','GET_RESULTS_SUMMARY','PERFORM_SCAN','TEST_RUN_FINISHED','test-skipped','toString','GnQuO','OFnrm','info','titlePath','LOmcV','getAccessibilityResultsSummary','wNhtC','captureEvent','KxmUv','PCQIL','pages','arguments','status','title','codeceptjs/lib/index.js','JRgdv','emit','SDK_HOOK','BROWSERSTACK_TESTHUB_UUID','izuXX','comment','672049jdKyfc','./o11yHelper','VBKUh','then','started','Suite','test-before','domForge','hook','command','bddStepStart','jgLGF','startsWith','fireEvent','contexts','HUTtf','args','../../bin/playwright/sessionDetails','abpVq','izANm','12409991wruInd','TEST_LOG','from','class','WWRYt','NAyyq','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','chromium','setSessionStatus','constructor','getResultsSummary','codeceptjs/lib/recorder.js','base64','Puppeteer','zniLm','page','6729660vxTdYY','xUenY','winstonLogger','apply','env','TestCafe','WebDriver','hasLiveDriverSession','stack','getAccessibilityResults','nLouE','RjvJl','bddStep','stQeu','xeWOp','goJDL','fqnLb','exports','SAVE_RESULTS','step-comment','ZzsDd','dispatcher','failed','performScan','../../helpers/test-observability/utils','overwriteCommand','__driver','isArray','uNaqc','SDK_PRE_INITIALIZE','browserStackExecuteDriver','browserstackTestName','executeScript','YSEix','xwmeA','hook-passed','khSpk','qxdEQ','bstackAllyScanning','IfESH','ZiXCn','is_mobile_session','UvUZS','includes','SESSION_NAME','find','SDK_POST_INITIALIZE','version','call','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','_setPage','captureError','FfCWz','parse','add','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','HOOK_RUN_STARTED','forEach','_before','codeceptjs','restore','iPFtw','event','split','../../helpers/accessibility-automation/helper','bddStep-before','dHUnx','bs:addLog:','FPZBN','SDK_TEST','measureWrapper','dQskE','TBnjn','tgXDt','xFFXy','browserstack_executor:\x20','Wrkic','start','Playwright','a11y_core_config','--auto-open-devtools-for-tabs','../../helpers/accessibility-automation/scripts','ENV_VAR','HsuGB','QuNsQ','nyqIl','jQcVZ','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','enabled','stop','WtvkN','stopMonitoring','browser','prototype','isMobilePlatform','../../helpers/logger','yFQcK','skipSessionStatus','action','bind','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','currentTest','uEkNQ','../../helpers/testhub/constants.js','browserContext','SDK_PRE_TEST','PwAMl','toISOString','9RedXpu','setGlobal'];a1_0xdcfb=function(){return _0x359046;};return a1_0xdcfb();}const patchPlaywrightBefore=_0x8455ea=>{const _0x29282c=a1_0x1d66bb,_0xe4cf3d={'WtvkN':function(_0x3d12bc){return _0x3d12bc();},'QMmeX':_0x29282c(0xd4),'YxMLA':_0x29282c(0x165),'stQeu':function(_0x253893,_0x2ae1b8){return _0x253893(_0x2ae1b8);},'PCQIL':function(_0x250ed4){return _0x250ed4();},'LOmcV':function(_0x44c3ab,_0x3cb77e){return _0x44c3ab+_0x3cb77e;},'UDAID':'\x0aStack:\x20','xeWOp':function(_0x5cff2c){return _0x5cff2c();},'KnvNB':function(_0x2e1ad0){return _0x2e1ad0();},'PTyEm':function(_0x55bcbf){return _0x55bcbf();},'YSEix':function(_0xd6f1c3,_0x497d88){return _0xd6f1c3===_0x497d88;},'bsOTq':'function'};PlaywrightSessionDetails[_0x29282c(0x1aa)]();const _0x400d41=CodeceptPlaywright[_0x29282c(0x172)]['_before'];CodeceptPlaywright[_0x29282c(0x172)][_0x29282c(0x14f)]=async function(){const _0x52207c=_0x29282c,_0x411a3e={'HUTtf':function(_0x5a66c6){const _0x3f7847=a1_0x319a;return _0xe4cf3d[_0x3f7847(0x16f)](_0x5a66c6);},'nkDKP':_0xe4cf3d['QMmeX'],'tgXDt':_0xe4cf3d[_0x52207c(0x1a2)],'BfJck':function(_0x20014c,_0x3f3a36){const _0x2bc382=_0x52207c;return _0xe4cf3d[_0x2bc382(0x122)](_0x20014c,_0x3f3a36);},'MruyX':function(_0x583021){const _0x5ce35c=_0x52207c;return _0xe4cf3d[_0x5ce35c(0xe5)](_0x583021);},'lNKPJ':function(_0x1b0d90,_0xec6930){const _0xc584bb=_0x52207c;return _0xe4cf3d[_0xc584bb(0xe0)](_0x1b0d90,_0xec6930);},'dHUnx':_0xe4cf3d['UDAID']};this['browserContext']=await this[_0x52207c(0x171)][_0x52207c(0xff)]()[0x0];const _0x5edc79=async()=>{const _0x356e27=_0x52207c,_0x2e1bb8={'LBesz':function(_0x12696a){const _0x12764b=a1_0x319a;return _0x411a3e[_0x12764b(0x100)](_0x12696a);},'ixEpS':_0x411a3e['nkDKP']},_0x546be1=this[_0x356e27(0x19f)]&&this[_0x356e27(0x19f)][_0x356e27(0x10c)]&&this[_0x356e27(0x19f)][_0x356e27(0x10c)][_0x356e27(0x101)]&&Array[_0x356e27(0x130)](this[_0x356e27(0x19f)]['chromium']['args'])&&this['config']['chromium'][_0x356e27(0x101)][_0x356e27(0x140)](_0x411a3e[_0x356e27(0x15e)]);if(_0x411a3e[_0x356e27(0x100)](isAccessibilityAutomationSession)&&!_0x546be1)try{const _0xb79285=_0x411a3e[_0x356e27(0x184)](parseJwt,process[_0x356e27(0x119)][_0x356e27(0x1a8)]);if(_0xb79285&&_0xb79285[_0x356e27(0x164)]&&_0xb79285[_0x356e27(0x164)][_0x356e27(0xf8)]){const _0x2e4fb2=this[_0x356e27(0x17d)][_0x356e27(0xe6)][_0x356e27(0x178)](this['browserContext']);this[_0x356e27(0x17d)][_0x356e27(0xe6)]=async function(){const _0x5c83ea=_0x356e27,_0x118e5c=await _0x2e1bb8['LBesz'](_0x2e4fb2),_0x5bd0bd=[];for(const _0x2d4a68 of _0x118e5c){try{const _0x1ed0ff=await _0x2d4a68[_0x5c83ea(0x1c5)]();!_0x1ed0ff[_0x5c83ea(0xfd)](_0x2e1bb8[_0x5c83ea(0x1c9)])&&_0x5bd0bd[_0x5c83ea(0x1d0)](_0x2d4a68);}catch(_0x302871){_0x5bd0bd['push'](_0x2d4a68);}}return _0x5bd0bd;};}if(!_0x411a3e['MruyX'](isBrowserstackInfra)){const _0x3d7ac9=await this[_0x356e27(0x114)][_0x356e27(0x1c5)]();if(_0x3d7ac9[_0x356e27(0xfd)](_0x411a3e[_0x356e27(0x1b6)])){const _0x5db7d8=await this[_0x356e27(0x17d)][_0x356e27(0xe6)]();this[_0x356e27(0x147)](_0x5db7d8[0x0]);}}}catch(_0x52e12c){logger[_0x356e27(0x196)]('Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20'+_0x52e12c['message']+(_0x52e12c[_0x356e27(0x11d)]?_0x411a3e['lNKPJ'](_0x411a3e[_0x356e27(0x157)],_0x52e12c[_0x356e27(0x11d)]):''));}};_0xe4cf3d[_0x52207c(0x123)](isBrowserstackInfra)&&await _0xe4cf3d['WtvkN'](_0x5edc79);await _0x400d41['apply'](this,arguments);!_0xe4cf3d['KnvNB'](isBrowserstackInfra)&&await _0xe4cf3d[_0x52207c(0x185)](_0x5edc79);try{_0x8455ea&&_0xe4cf3d[_0x52207c(0x136)](typeof _0x8455ea[_0x52207c(0x19a)],_0xe4cf3d['bsOTq'])&&await _0x8455ea['flushPendingHookEvents']();}catch(_0x3337d4){logger[_0x52207c(0x196)](_0x52207c(0x1d8)+util[_0x52207c(0x1ab)](_0x3337d4));}};},getCodeceptDriver=()=>{const _0x17a29=a1_0x1d66bb,_0x5798f0={};_0x5798f0[_0x17a29(0x11f)]=_0x17a29(0x11b),_0x5798f0[_0x17a29(0x125)]=_0x17a29(0x163),_0x5798f0[_0x17a29(0x13f)]=_0x17a29(0x112),_0x5798f0[_0x17a29(0xeb)]=_0x17a29(0x11a);const _0x47a2fc=_0x5798f0,_0x2eb19f=[_0x47a2fc[_0x17a29(0x11f)],_0x47a2fc[_0x17a29(0x125)],_0x47a2fc[_0x17a29(0x13f)],_0x47a2fc[_0x17a29(0xeb)]],_0x1b698b=_0x2eb19f[_0x17a29(0x142)](_0xcac05d=>!!CodeceptJS[_0x17a29(0x1d9)][_0x17a29(0x1cb)](_0xcac05d));if(!_0x1b698b)return null;return CodeceptJS[_0x17a29(0x1d9)][_0x17a29(0x1cb)](_0x1b698b);};module[a1_0x1d66bb(0x126)]=function(_0x423bf9){const _0x5c4afb=a1_0x1d66bb,_0x258721={'krmyt':function(_0x465094,_0x596862){return _0x465094(_0x596862);},'pmfux':function(_0x1717f,_0x5cf8b2,_0x356edd){return _0x1717f(_0x5cf8b2,_0x356edd);},'VBKUh':_0x5c4afb(0xe1),'zQcOS':_0x5c4afb(0x1a3),'OCXLw':'getAccessibilityResults','HsuGB':_0x5c4afb(0x146),'qVfyO':function(_0x11efe5,_0x10328e){return _0x11efe5(_0x10328e);},'uNaqc':_0x5c4afb(0x1be),'kuWzT':_0x5c4afb(0x138),'jgLGF':'hook-failed','dTmnd':_0x5c4afb(0x134),'TBnjn':function(_0x17431f){return _0x17431f();},'OoDNv':_0x5c4afb(0xf7),'OFnrm':function(_0x3de64e,_0x2175e0,_0x40b599){return _0x3de64e(_0x2175e0,_0x40b599);},'izANm':function(_0x30bfb0,_0x63cad4){return _0x30bfb0(_0x63cad4);},'iKehf':_0x5c4afb(0xd6),'izuXX':function(_0x15fdc2){return _0x15fdc2();},'FfCWz':function(_0x91203,_0xfb61ff,_0xbfa143){return _0x91203(_0xfb61ff,_0xbfa143);},'FVwRY':function(_0x5d0195,_0x3faaa1,_0xaf9131){return _0x5d0195(_0x3faaa1,_0xaf9131);},'qxdEQ':_0x5c4afb(0x1c4),'SQUAp':function(_0x55a206,_0x87dda,_0xc6c1e7,_0x1761d5){return _0x55a206(_0x87dda,_0xc6c1e7,_0x1761d5);},'gewFU':function(_0x5acf9c,_0x3aa4){return _0x5acf9c===_0x3aa4;},'NAyyq':_0x5c4afb(0xf6),'nyqIl':_0x5c4afb(0x191),'wNhtC':_0x5c4afb(0xda),'WWRYt':'afterTest','dQskE':_0x5c4afb(0x173),'hPjyB':function(_0x271ec8){return _0x271ec8();},'GnQuO':_0x5c4afb(0x10b),'xFFXy':'test-after','khSpk':'INFO','mSMFR':_0x5c4afb(0x106),'blVYy':_0x5c4afb(0x128),'IfESH':_0x5c4afb(0x156),'wmaTs':_0x5c4afb(0x1d5),'QUvzE':_0x5c4afb(0x163)};_0x423bf9[_0x5c4afb(0x176)]&&(global['__skipSessionStatus']=_0x423bf9[_0x5c4afb(0x176)]);PerformanceTester[_0x5c4afb(0x1cf)]();const _0x420e28=_0x258721[_0x5c4afb(0x193)](getCodeceptDriver),_0x26eb33=new O11yHelper(_0x420e28,_0x423bf9),_0x1cda91=!!CodeceptJS[_0x5c4afb(0x1d9)]['helpers'](_0x258721[_0x5c4afb(0x18c)]);global[_0x5c4afb(0x12f)]=_0x420e28;_0x420e28&&(PerformanceTester[_0x5c4afb(0x15b)](PerformanceEvents[_0x5c4afb(0x132)],()=>{const _0x5c438a=_0x5c4afb;_0x1cda91?_0x258721['krmyt'](patchPlaywrightBefore,_0x26eb33):_0x258721[_0x5c438a(0x1b9)](patchWebDriverBefore,_0x420e28,_0x26eb33);})(),PerformanceTester['measureWrapper'](PerformanceEvents[_0x5c4afb(0x143)],()=>{const _0xb5f9e2=_0x5c4afb,_0x1b5a69={};_0x1b5a69[_0xb5f9e2(0x137)]=_0x258721[_0xb5f9e2(0x1a0)],_0x1b5a69[_0xb5f9e2(0x175)]=_0x258721[_0xb5f9e2(0x168)];const _0x44b150=_0x1b5a69;_0x420e28[_0xb5f9e2(0xe1)]=async()=>{const _0x44c51e=_0xb5f9e2;if(global[_0x44c51e(0x1b5)]){const _0x5b3e4e={};return _0x5b3e4e[_0x44c51e(0xfa)]=_0x258721[_0x44c51e(0xf3)],await PerformanceTester[_0x44c51e(0x15b)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x40f370=_0x44c51e;return await AccessibilityHelper[_0x40f370(0x133)](_0x420e28,scripts[_0x40f370(0x12c)]);},_0x5b3e4e)(),await PerformanceTester[_0x44c51e(0x15b)](PerformanceA11yEvents[_0x44c51e(0xd7)],async()=>{const _0x1ff727=_0x44c51e;return await AccessibilityHelper['browserStackExecuteDriver'](_0x420e28,scripts[_0x1ff727(0x10f)]);})();}return logger[_0x44c51e(0x1da)](_0x258721[_0x44c51e(0x1b3)]),{};},_0x420e28[_0xb5f9e2(0x11e)]=async()=>{const _0x2e17ef=_0xb5f9e2;if(global[_0x2e17ef(0x1b5)]){const _0xc05874={};return _0xc05874[_0x2e17ef(0xfa)]=_0x44b150[_0x2e17ef(0x137)],await PerformanceTester[_0x2e17ef(0x15b)](PerformanceA11yEvents[_0x2e17ef(0xd8)],async()=>{const _0x144c63=_0x2e17ef;return await AccessibilityHelper[_0x144c63(0x133)](_0x420e28,scripts[_0x144c63(0x12c)]);},_0xc05874)(),await PerformanceTester[_0x2e17ef(0x15b)](PerformanceA11yEvents[_0x2e17ef(0x1e2)],async()=>{const _0x4bc653=_0x2e17ef;return await AccessibilityHelper['browserStackExecuteDriver'](_0x420e28,scripts[_0x4bc653(0x197)]);})();}return logger[_0x2e17ef(0x1da)](_0x44b150[_0x2e17ef(0x175)]),{};},_0x258721[_0xb5f9e2(0x1b0)](patchSaveScreenshot,_0x420e28);})());CodeceptJS[_0x5c4afb(0x153)][_0x5c4afb(0x12a)]['on'](CodeceptJS[_0x5c4afb(0x153)]['all']['before'],()=>{const _0x217d1b=_0x5c4afb;PerformanceTester[_0x217d1b(0x162)](PerformanceEvents['SDK_PRE_TEST']);try{_0x26eb33[_0x217d1b(0x162)](),testOpsHelper[_0x217d1b(0x1d6)](),PerformanceTester[_0x217d1b(0x1e1)](PerformanceEvents['SDK_PRE_TEST']);}catch(_0x19ae33){PerformanceTester[_0x217d1b(0x148)](_0x19ae33),PerformanceTester[_0x217d1b(0x1e1)](PerformanceEvents[_0x217d1b(0x17e)],![],_0x19ae33);}}),CodeceptJS[_0x5c4afb(0x153)]['dispatcher']['on'](CodeceptJS['event']['all'][_0x5c4afb(0x1a1)],async()=>{const _0x5b3e70=_0x5c4afb;PerformanceTester[_0x5b3e70(0x162)](PerformanceEvents['SDK_POST_TEST']);try{requestSpy[_0x5b3e70(0x151)](),await _0x26eb33[_0x5b3e70(0x16e)](),PerformanceTester['end'](PerformanceEvents[_0x5b3e70(0x19c)]);}catch(_0x31f0e2){PerformanceTester[_0x5b3e70(0x148)](_0x31f0e2),PerformanceTester[_0x5b3e70(0x1e1)](PerformanceEvents['SDK_POST_TEST'],![],_0x31f0e2);}finally{PerformanceTester[_0x5b3e70(0x170)]();}});const _0x56cd0f=(_0x6b9385,_0x349177)=>{const _0x2285a3=_0x5c4afb;if(!_0x26eb33)return;if(!_0x26eb33[_0x2285a3(0x11c)]()){_0x26eb33['bufferPendingHookEvent'](_0x6b9385,_0x349177);return;}CodeceptRecorder['add'](()=>_0x26eb33[_0x2285a3(0xfe)](_0x6b9385,_0x349177));};CodeceptJS[_0x5c4afb(0x153)]['dispatcher']['on'](CodeceptJS[_0x5c4afb(0x153)][_0x5c4afb(0xf9)]['started'],_0x388f10=>{const _0x1c1125=_0x5c4afb;PerformanceTester['start'](PerformanceEvents['SDK_HOOK']);try{const _0x59e8a5=_0x388f10[_0x1c1125(0x1dd)]['test'],_0x415649=_0x26eb33[_0x1c1125(0xe3)](TEST_EVENTS[_0x1c1125(0x14d)],_0x59e8a5);_0x258721[_0x1c1125(0x1b9)](_0x56cd0f,TEST_EVENTS['HOOK_RUN_STARTED'],_0x415649);const _0x485080={};_0x485080['hookType']=_0x258721['uNaqc'],PerformanceTester[_0x1c1125(0x1e1)](PerformanceEvents[_0x1c1125(0xed)],!![],null,_0x485080);}catch(_0x4c130d){const _0x4b0587={};_0x4b0587[_0x1c1125(0x1bd)]=_0x258721[_0x1c1125(0x131)],PerformanceTester[_0x1c1125(0x1e1)](PerformanceEvents[_0x1c1125(0xed)],![],_0x4c130d,_0x4b0587),PerformanceTester[_0x1c1125(0x148)](_0x4c130d);}}),CodeceptJS[_0x5c4afb(0x153)][_0x5c4afb(0x12a)]['on'](CodeceptJS[_0x5c4afb(0x153)][_0x5c4afb(0xf9)][_0x5c4afb(0x1d2)],_0x3b0046=>{const _0x23f6ba=_0x5c4afb,_0x1af04f={};_0x1af04f[_0x23f6ba(0x1bd)]=_0x258721['kuWzT'],PerformanceTester[_0x23f6ba(0x162)](PerformanceHookEvents[_0x23f6ba(0xed)],!![],null,_0x1af04f);try{const _0x33663f=_0x3b0046[_0x23f6ba(0x1dd)]['test'],_0x5f3822=_0x26eb33[_0x23f6ba(0xe3)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x33663f);_0x258721[_0x23f6ba(0x1b9)](_0x56cd0f,TEST_EVENTS['HOOK_RUN_FINISHED'],_0x5f3822);const _0x18483d={};_0x18483d['hookType']=_0x258721[_0x23f6ba(0x195)],PerformanceTester[_0x23f6ba(0x1e1)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x18483d);}catch(_0x2de356){PerformanceTester[_0x23f6ba(0x148)](_0x2de356);const _0x3a94a0={};_0x3a94a0[_0x23f6ba(0x1bd)]=_0x258721[_0x23f6ba(0x195)],PerformanceTester[_0x23f6ba(0x1e1)](PerformanceHookEvents[_0x23f6ba(0xed)],![],_0x2de356,_0x3a94a0);}}),CodeceptJS[_0x5c4afb(0x153)][_0x5c4afb(0x12a)]['on'](CodeceptJS[_0x5c4afb(0x153)][_0x5c4afb(0xf9)][_0x5c4afb(0x12b)],async(_0x22be69,_0x4a0694)=>{const _0x38fbee=_0x5c4afb;PerformanceTester[_0x38fbee(0x162)](PerformanceHookEvents['SDK_HOOK']);try{const _0xe292d4=_0x22be69['ctx'][_0x38fbee(0x1e6)],_0x382260=_0x26eb33['captureEvent'](TEST_EVENTS['HOOK_RUN_FINISHED'],_0xe292d4,_0x4a0694);_0x258721['pmfux'](_0x56cd0f,TEST_EVENTS[_0x38fbee(0x1ae)],_0x382260);const _0x5f48a3={};_0x5f48a3[_0x38fbee(0x1bd)]=_0x258721[_0x38fbee(0xfc)],PerformanceTester[_0x38fbee(0x162)](PerformanceHookEvents[_0x38fbee(0xed)],!![],null,_0x5f48a3);}catch(_0x3307e7){PerformanceTester['captureError'](_0x3307e7);const _0x59dd4b={};_0x59dd4b['hookType']=_0x258721['jgLGF'],PerformanceTester[_0x38fbee(0x1e1)](PerformanceHookEvents[_0x38fbee(0xed)],![],_0x3307e7,_0x59dd4b);}const _0x2f6923={};_0x2f6923['hookType']=_0x258721[_0x38fbee(0xfc)],PerformanceTester[_0x38fbee(0x1e1)](PerformanceHookEvents[_0x38fbee(0xed)],!![],null,_0x2f6923);}),CodeceptJS[_0x5c4afb(0x153)][_0x5c4afb(0x12a)]['on'](CodeceptJS['event'][_0x5c4afb(0x1e6)][_0x5c4afb(0x1af)],_0x1ad469=>{const _0x1f2485=_0x5c4afb;PerformanceTester['start'](PerformanceHookEvents[_0x1f2485(0xed)]);try{globals[_0x1f2485(0x182)](_0x258721['dTmnd'],_0x1ad469[_0x1f2485(0xe9)]);_0x258721[_0x1f2485(0x15d)](isBrowserstackInfra)&&(_0x1cda91&&(global[_0x1f2485(0x1b8)]={'currentTest':{'name':_0x1ad469[_0x1f2485(0xe9)],'testInfo':{'titlePath':_0x1ad469[_0x1f2485(0xdf)]()}}}));const _0x538e7e={};_0x538e7e['hookType']=_0x258721['OoDNv'],PerformanceTester[_0x1f2485(0x1e1)](PerformanceHookEvents[_0x1f2485(0xed)],!![],null,_0x538e7e);}catch(_0x58375e){PerformanceTester[_0x1f2485(0x148)](_0x58375e);const _0xa7aa28={};_0xa7aa28[_0x1f2485(0x1bd)]=_0x258721[_0x1f2485(0x1cd)],PerformanceTester[_0x1f2485(0x1e1)](PerformanceHookEvents[_0x1f2485(0xed)],![],_0x58375e,_0xa7aa28);}}),CodeceptJS[_0x5c4afb(0x153)][_0x5c4afb(0x12a)]['on'](CodeceptJS[_0x5c4afb(0x153)][_0x5c4afb(0x1e6)][_0x5c4afb(0xf5)],_0x5648b9=>{const _0x3a6330=_0x5c4afb;PerformanceTester[_0x3a6330(0x162)](PerformanceHookEvents[_0x3a6330(0xed)]);try{globals['setGlobal'](_0x258721['dTmnd'],_0x5648b9[_0x3a6330(0xe9)]);const _0x267af1=_0x26eb33[_0x3a6330(0xe3)](TEST_EVENTS[_0x3a6330(0x1dc)],_0x5648b9);CodeceptRecorder['add'](()=>_0x26eb33['flushPendingHookEvents']()),CodeceptRecorder[_0x3a6330(0x14b)](()=>_0x26eb33[_0x3a6330(0xfe)](TEST_EVENTS[_0x3a6330(0x1dc)],_0x267af1)),CodeceptRecorder[_0x3a6330(0x14b)](async()=>{const _0x25cb88=_0x3a6330;_0x258721[_0x25cb88(0x15d)](isBrowserstackInfra)&&(!_0x258721[_0x25cb88(0x1b0)](isTrue,_0x423bf9['skipSessionName'])&&await _0x258721[_0x25cb88(0xdd)](markSessionName,_0x420e28,_0x5648b9['title']),_0x26eb33[_0x25cb88(0x16d)]&&await _0x258721[_0x25cb88(0x104)](o11ySync,_0x420e28));});}catch(_0x553de0){const _0x5666a8={};_0x5666a8[_0x3a6330(0x1bd)]=_0x258721[_0x3a6330(0x1d1)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x553de0,_0x5666a8),PerformanceTester[_0x3a6330(0x148)](_0x553de0);}const _0x402313={};_0x402313['hookType']=_0x258721[_0x3a6330(0x1d1)],PerformanceTester[_0x3a6330(0x1e1)](PerformanceHookEvents[_0x3a6330(0xed)],!![],null,_0x402313);}),CodeceptJS[_0x5c4afb(0x153)][_0x5c4afb(0x12a)]['on'](CodeceptJS[_0x5c4afb(0x153)][_0x5c4afb(0x1e6)][_0x5c4afb(0x1d2)],_0x40eae2=>{const _0x39e431=_0x5c4afb,_0xac63e1={'jQcVZ':function(_0x54ea69,_0x14bbb0,_0x2c0819){const _0x3eabb8=a1_0x319a;return _0x258721[_0x3eabb8(0x149)](_0x54ea69,_0x14bbb0,_0x2c0819);},'bEDId':function(_0x1beca5,_0x456c73,_0x1c11d6){const _0x3cffc2=a1_0x319a;return _0x258721[_0x3cffc2(0x1e5)](_0x1beca5,_0x456c73,_0x1c11d6);}};PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{const _0x2e3868=_0x26eb33[_0x39e431(0xe3)](TEST_EVENTS[_0x39e431(0xd9)],_0x40eae2);CodeceptRecorder[_0x39e431(0x14b)](()=>_0x26eb33[_0x39e431(0xfe)](TEST_EVENTS[_0x39e431(0xd9)],_0x2e3868)),CodeceptRecorder[_0x39e431(0x14b)](async()=>{const _0x1d77b9=_0x39e431;_0x258721[_0x1d77b9(0xef)](isBrowserstackInfra)&&await PerformanceTester[_0x1d77b9(0x15b)](PerformanceAutEvents[_0x1d77b9(0x1a9)],async()=>{const _0x54bbcf=_0x1d77b9;_0x1cda91?await _0xac63e1[_0x54bbcf(0x16b)](playwrightMarkSessionStatus,_0x420e28,STATE_PASSED):await _0xac63e1[_0x54bbcf(0x1b1)](markSessionStatus,_0x420e28,STATE_PASSED);})();}),PerformanceTester[_0x39e431(0x1e1)](PerformanceEvents[_0x39e431(0x15a)]);}catch(_0x17bcc8){PerformanceTester['captureError'](_0x17bcc8);const _0x2cf09e={};_0x2cf09e['hookType']=_0x258721['qxdEQ'],PerformanceTester[_0x39e431(0x1e1)](PerformanceHookEvents[_0x39e431(0xed)],![],_0x17bcc8,_0x2cf09e),PerformanceTester[_0x39e431(0x1e1)](PerformanceEvents[_0x39e431(0x15a)],![],_0x17bcc8);}const _0x33e61b={};_0x33e61b[_0x39e431(0x1bd)]=_0x258721[_0x39e431(0x13a)],PerformanceTester[_0x39e431(0x1e1)](PerformanceHookEvents[_0x39e431(0xed)],!![],null,_0x33e61b);}),CodeceptJS[_0x5c4afb(0x153)][_0x5c4afb(0x12a)]['on'](CodeceptJS[_0x5c4afb(0x153)][_0x5c4afb(0x1e6)][_0x5c4afb(0x12b)],(_0x1207f7,_0x48151a)=>{const _0x15d5c4=_0x5c4afb,_0x5003c5={'FcEcg':function(_0x47e53f){const _0x71ce92=a1_0x319a;return _0x258721[_0x71ce92(0xef)](_0x47e53f);},'KxmUv':function(_0x15a4fd,_0x2acc9a,_0x144853,_0x190e6a){const _0x4c3b9a=a1_0x319a;return _0x258721[_0x4c3b9a(0x1d4)](_0x15a4fd,_0x2acc9a,_0x144853,_0x190e6a);}};PerformanceTester[_0x15d5c4(0x162)](PerformanceHookEvents[_0x15d5c4(0xed)]);try{if(_0x258721['gewFU'](_0x1207f7[_0x15d5c4(0x10e)][_0x15d5c4(0x1bb)],_0x258721[_0x15d5c4(0x10a)])){const _0x42e0f4=_0x26eb33[_0x15d5c4(0xe3)](TEST_EVENTS[_0x15d5c4(0x1ac)],_0x1207f7['ctx'][_0x15d5c4(0x17a)]);CodeceptRecorder[_0x15d5c4(0x14b)](()=>_0x26eb33['fireEvent'](TEST_EVENTS[_0x15d5c4(0x1ac)],_0x42e0f4));}else{const _0x189913=_0x26eb33[_0x15d5c4(0xe3)](TEST_EVENTS[_0x15d5c4(0xd9)],_0x1207f7,_0x48151a);CodeceptRecorder['add'](()=>{const _0x24c43a=_0x15d5c4;try{_0x26eb33[_0x24c43a(0xfe)](TEST_EVENTS[_0x24c43a(0xd9)],_0x189913);}catch(_0x4819a1){logger['debug'](_0x24c43a(0x179)+util[_0x24c43a(0x1ab)](_0x4819a1)),PerformanceTester['end'](PerformanceEvents['SDK_TEST'],![],_0x4819a1);}}),CodeceptRecorder[_0x15d5c4(0x14b)](async()=>{const _0x17e750=_0x15d5c4;try{_0x5003c5['FcEcg'](isBrowserstackInfra)&&(_0x1cda91?await _0x5003c5['KxmUv'](playwrightMarkSessionStatus,_0x420e28,STATE_FAILED,_0x48151a):await _0x5003c5[_0x17e750(0xe4)](markSessionStatus,_0x420e28,STATE_FAILED,_0x48151a));}catch(_0x25e549){logger[_0x17e750(0x196)](_0x17e750(0x14c)+util[_0x17e750(0x1ab)](_0x25e549)),PerformanceTester[_0x17e750(0x1e1)](PerformanceEvents[_0x17e750(0x15a)],![],_0x25e549);}});}PerformanceTester['end'](PerformanceEvents['SDK_TEST']);}catch(_0x4088a3){PerformanceTester[_0x15d5c4(0x148)](_0x4088a3);const _0x524ff6={};_0x524ff6[_0x15d5c4(0x1bd)]=_0x258721['nyqIl'],PerformanceTester['end'](PerformanceHookEvents[_0x15d5c4(0xed)],![],_0x4088a3,_0x524ff6),PerformanceTester[_0x15d5c4(0x1e1)](PerformanceEvents[_0x15d5c4(0x15a)],![],_0x4088a3);}const _0x387015={};_0x387015[_0x15d5c4(0x1bd)]=_0x258721[_0x15d5c4(0x16a)],PerformanceTester[_0x15d5c4(0x1e1)](PerformanceHookEvents[_0x15d5c4(0xed)],!![],null,_0x387015);}),CodeceptJS[_0x5c4afb(0x153)][_0x5c4afb(0x12a)]['on'](CodeceptJS[_0x5c4afb(0x153)][_0x5c4afb(0x1e6)][_0x5c4afb(0x1a6)],_0x193e80=>{const _0x1659e4=_0x5c4afb;PerformanceTester['start'](PerformanceHookEvents[_0x1659e4(0xed)]);try{const _0x91e4a9=_0x26eb33[_0x1659e4(0xe3)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x193e80);CodeceptRecorder[_0x1659e4(0x14b)](()=>_0x26eb33[_0x1659e4(0xfe)](TEST_EVENTS[_0x1659e4(0x1ac)],_0x91e4a9)),PerformanceTester[_0x1659e4(0x1e1)](PerformanceEvents['SDK_TEST']);}catch(_0xb27375){PerformanceTester['captureError'](_0xb27375),PerformanceTester[_0x1659e4(0x1e1)](PerformanceEvents[_0x1659e4(0x15a)],![],_0xb27375);const _0x481991={};_0x481991[_0x1659e4(0x1bd)]=_0x258721[_0x1659e4(0xe2)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0xb27375,_0x481991);}const _0x103e84={};_0x103e84[_0x1659e4(0x1bd)]=_0x258721[_0x1659e4(0xe2)],PerformanceTester['end'](PerformanceHookEvents[_0x1659e4(0xed)],!![],null,_0x103e84);}),CodeceptJS['event'][_0x5c4afb(0x12a)]['on'](CodeceptJS[_0x5c4afb(0x153)][_0x5c4afb(0x1e6)]['after'],async(_0xf6eb8d,_0x291e64)=>{const _0x16360e=_0x5c4afb;try{PerformanceTester[_0x16360e(0x162)](PerformanceHookEvents[_0x16360e(0xed)]);const _0x449f0c=_0x258721[_0x16360e(0x1e5)](shouldScanTestForAccessibility,_0xf6eb8d[_0x16360e(0xdf)](),!![]);if(_0x258721[_0x16360e(0x193)](isAccessibilityAutomationSession)&&global[_0x16360e(0x1b5)]&&_0x449f0c){const _0x5687c4={};_0x5687c4[_0x16360e(0x1ad)]=_0xf6eb8d['testAnalyticsId'],_0x5687c4['thBuildUuid']=process['env'][testHubConstants[_0x16360e(0x167)][_0x16360e(0xee)]],_0x5687c4[_0x16360e(0x1c0)]=process[_0x16360e(0x119)][testHubConstants[_0x16360e(0x167)]['BROWSERSTACK_TESTHUB_JWT']];const _0x227593=_0x5687c4;logger[_0x16360e(0x196)](_0x16360e(0x16c)+JSON[_0x16360e(0x194)](_0x227593)),CodeceptRecorder[_0x16360e(0x14b)](async()=>{const _0x2e7f0d=_0x16360e,_0x4bb9d2={};_0x4bb9d2[_0x2e7f0d(0xfa)]=_0x258721[_0x2e7f0d(0x109)],await PerformanceTester[_0x2e7f0d(0x15b)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x5a6240=_0x2e7f0d;await AccessibilityHelper[_0x5a6240(0x133)](_0x420e28,scripts[_0x5a6240(0x12c)]);},_0x4bb9d2)(),globals['getGlobal'](_0x258721[_0x2e7f0d(0x15c)])&&(_0x227593[_0x2e7f0d(0x13e)]=!![]),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x2e7f0d(0x127)],async()=>{const _0x3a0186=_0x2e7f0d;await AccessibilityHelper[_0x3a0186(0x133)](_0x420e28,scripts[_0x3a0186(0xd5)],_0x227593);})();}),logger[_0x16360e(0xde)](_0x258721[_0x16360e(0xdc)]);}const _0xef8ba9={};_0xef8ba9[_0x16360e(0x1bd)]=_0x258721['xFFXy'],PerformanceTester[_0x16360e(0x1e1)](PerformanceHookEvents[_0x16360e(0xed)],!![],null,_0xef8ba9);}catch(_0x354420){PerformanceTester[_0x16360e(0x148)](_0x354420);const _0x1248e6={};_0x1248e6['hookType']=_0x258721[_0x16360e(0x15f)],PerformanceTester[_0x16360e(0x1e1)](PerformanceHookEvents['SDK_HOOK'],![],_0x354420,_0x1248e6);}}),CodeceptJS[_0x5c4afb(0x153)][_0x5c4afb(0x12a)]['on'](CodeceptJS[_0x5c4afb(0x153)][_0x5c4afb(0x1a7)][_0x5c4afb(0xf0)],_0x1cd80b=>{const _0x5016b9=_0x5c4afb;PerformanceTester[_0x5016b9(0x162)](PerformanceHookEvents[_0x5016b9(0xed)]);try{process[_0x5016b9(0xec)](_0x5016b9(0x158)+process['pid'],{'timestamp':new Date()['toISOString'](),'level':_0x258721[_0x5016b9(0x139)],'message':_0x1cd80b,'kind':_0x258721['mSMFR'],'http_response':{}});}catch(_0x2a8d38){PerformanceTester[_0x5016b9(0x148)](_0x2a8d38);const _0x31afda={};_0x31afda['hookType']=_0x258721[_0x5016b9(0x18e)],PerformanceTester[_0x5016b9(0x1e1)](PerformanceHookEvents[_0x5016b9(0xed)],![],_0x2a8d38,_0x31afda);}const _0x4e8ed9={};_0x4e8ed9['hookType']=_0x258721[_0x5016b9(0x18e)],PerformanceTester['end'](PerformanceHookEvents[_0x5016b9(0xed)],!![],null,_0x4e8ed9);}),CodeceptJS[_0x5c4afb(0x153)]['dispatcher']['on'](CodeceptJS['event'][_0x5c4afb(0x121)][_0x5c4afb(0x1af)],_0x592ba4=>{const _0x1c0c7c=_0x5c4afb,_0x499d12={};_0x499d12[_0x1c0c7c(0x1bd)]=_0x258721[_0x1c0c7c(0x13c)],PerformanceTester[_0x1c0c7c(0x15b)](PerformanceHookEvents[_0x1c0c7c(0xed)],()=>{const _0x167230=_0x1c0c7c;_0x26eb33[_0x167230(0xfb)](_0x592ba4);},_0x499d12)();}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS['event'][_0x5c4afb(0x121)]['after'],_0x318f3e=>{const _0x421a54=_0x5c4afb,_0x146523={};_0x146523[_0x421a54(0x1bd)]=_0x258721[_0x421a54(0x183)],PerformanceTester['measureWrapper'](PerformanceHookEvents[_0x421a54(0xed)],()=>{_0x26eb33['bddStepFinish'](_0x318f3e);},_0x146523)();});};
1
+ const a1_0x168f78=a1_0x4c04;(function(_0x1015ef,_0x16e1e9){const _0x5ce95a=a1_0x4c04,_0x252c6e=_0x1015ef();while(!![]){try{const _0x43a6a5=parseInt(_0x5ce95a(0x245))/0x1+parseInt(_0x5ce95a(0x216))/0x2*(-parseInt(_0x5ce95a(0x286))/0x3)+-parseInt(_0x5ce95a(0x1f0))/0x4*(parseInt(_0x5ce95a(0x251))/0x5)+-parseInt(_0x5ce95a(0x27a))/0x6+-parseInt(_0x5ce95a(0x232))/0x7+parseInt(_0x5ce95a(0x25d))/0x8+parseInt(_0x5ce95a(0x270))/0x9;if(_0x43a6a5===_0x16e1e9)break;else _0x252c6e['push'](_0x252c6e['shift']());}catch(_0x1af29e){_0x252c6e['push'](_0x252c6e['shift']());}}}(a1_0x2714,0x8a6b5));function a1_0x2714(){const _0x1e5ad8=['IvCLt','then','codeceptjs/lib/helper/Playwright.js','getSyncScript','__skipSessionStatus','measureWrapper','container','PhpBb','WebDriver','filter','Playwright','nEpnj','action','FRAMEWORK_DETAILS','codeceptjs/lib/utils.js','../../helpers/performance/performance-tester','--auto-open-devtools-for-tabs','Lccim','flushPendingHookEvents','split','../../helpers/test-observability/utils','16XUjVik','version','currentTest','args','add','thTestRunUuid','performScan','nPKVV','DEXLS','TEST_RUN_STARTED','_before','cZYFj','bKrNV','pid','Screenshot\x20path\x20not\x20found','bddStep-after','aLIbP','from','aVLur','ekhuk','bind','skipSessionName','hFMmB','setGlobal','step','failed','Failed\x20to\x20execute\x20_before:\x20','BPIvh','browserstackTestName','patchSaveScreenshot','isMobilePlatform','../../helpers/testhub/constants.js','GET_RESULTS_SUMMARY','initSaveScreenshot','Performing\x20scan\x20for\x20','cbTwx','hook-passed','RCYEJ','135860YSGHGL','pages','afterTest','../../bin/playwright/sessionDetails','tNMzV','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20_before:\x20','class','EVlUs','chromium','TestCafe','WILLC','toString','OToNu','TEST_RUN_SKIPPED','startMonitoring','SosEq','dispatcher','YdNyC','format','YrAmF','apply','gxhZU','FqNrJ','getResults','LjVcL','PERFORM_SCAN','codeceptjs','startsWith','941997TWnxTR','VwSMx','EggvS','stringify','./helper.js','isArray','iaRKM','tEoud','TEST_SCREENSHOT','vUURj','RrQFU','codeceptjs/lib/index.js','kQTSb','stack','pFRNh','all','eXxhk','vzQDR','cTazX','1025917paOXzF','ENV_VAR','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','SAVE_RESULTS','overwriteCommand','hasLiveDriverSession','debug','../../helpers/accessibility-automation/scripts','test-after','QJYQC','Tjxna','constructor','663355kstoUP','BS_TESTOPS_ALLOW_SCREENSHOTS','skipped','bEAzc','arguments','message','HOOK_RUN_STARTED','codeceptjs/lib/recorder.js','before','bddStep','function','jymMO','4453296yrbxWK','browserContext','thJwtToken','wJcWe','after','../../helpers/logger','OtMHt','emit','push','SDK_TEST','TEST_LOG','yeYAO','slice','lwWLE','call','fKtcQ','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','INFO','captureError','5714163MEehiv','end','./o11yHelper','lXuyj','status','HOOK_RUN_FINISHED','getAccessibilityResultsSummary','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20Playwright\x20_before:\x20','screenshotOutputFolder','contexts','4688856kUOTUI','eNghl','BROWSERSTACK_TESTHUB_UUID','AaZVb','FmdfB','Puppeteer','browser','passed','khzwH','parse','XENYa','browserStackExecuteDriver','9gymiGV','bddStepStart','toISOString','IeVbe','stopMonitoring','getAccessibilityResults','prototype','setSessionName','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','saveTestResults','saveScreenshot','config','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','gdrCo','webdriverio','url','includes','command','DPTEN','SESSION_STATUS','omRWW','SYNC','shouldWrapCommand','title','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','helpers','started','dIPbf','executeScript','env','hook-failed','exports','test-passed','SzOFj','restore','foXyf','base64','SDK_POST_TEST','a11y_core_config','../../bin/playwright/accessibility-helper','oXgsB','UowBx','winstonLogger','page','start','titlePath','IxWZB','readFileSync','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','string','ctx','CBTBa','test','__workerDetails','hookType','HOeTx','hqPet','ViBii','captureEvent','warn','DhGbu','__driver','rNTFv','MUbhP','accessibilityPlatform','forEach','Suite','SDK_HOOK','browserstack_executor:\x20','xTrir','domForge','BYsIw','dTFto','test-started','../../helpers/helper','patch','TjTYS','util','enabled','../../helpers/request-spy','step-comment','name','test-before','bfwlD','hook','event','test-skipped','YCiXs','frULW','SDK_PRE_TEST','../../helpers/accessibility-automation/helper','fireEvent','SyEcY','IRmoH','testAnalyticsId','getResultsSummary','TEST_RUN_FINISHED','bstackAllyScanning','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','testFramework','xbNXE','iBIwy','SDK_POST_INITIALIZE','iskNT','skipSessionStatus','VEJWH','bs:addLog:'];a1_0x2714=function(){return _0x1e5ad8;};return a1_0x2714();}function a1_0x4c04(_0x458f2c,_0x843a1){const _0x271457=a1_0x2714();return a1_0x4c04=function(_0x4c0402,_0x3b7941){_0x4c0402=_0x4c0402-0x1ac;let _0x108091=_0x271457[_0x4c0402];return _0x108091;},a1_0x4c04(_0x458f2c,_0x843a1);}const fs=require('fs'),util=require(a1_0x168f78(0x1bd)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x168f78(0x1ba)),logger=require(a1_0x168f78(0x262))[a1_0x168f78(0x2b0)],testOpsHelper=require(a1_0x168f78(0x1ef)),requestSpy=require(a1_0x168f78(0x1bf)),PlaywrightSessionDetails=require(a1_0x168f78(0x219)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x168f78(0x272)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x168f78(0x1ca)),AccessibilityHelper=require(a1_0x168f78(0x2ad)),scripts=require(a1_0x168f78(0x24c)),PerformanceTester=require(a1_0x168f78(0x1ea)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require('../../helpers/performance/constants'),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x168f78(0x236)),testHubConstants=require(a1_0x168f78(0x20f)),globals=require('../../helpers/globals.js'),CodeceptJS=requireModule(a1_0x168f78(0x23d),a1_0x168f78(0x230)),CodeceptUtils=requireModule(a1_0x168f78(0x1e9),a1_0x168f78(0x230)),CodeceptWebDriver=requireModule('codeceptjs/lib/helper/WebDriver.js',a1_0x168f78(0x230)),CodeceptRecorder=requireModule(a1_0x168f78(0x258),a1_0x168f78(0x230)),CodeceptPlaywright=requireModule(a1_0x168f78(0x1dd),a1_0x168f78(0x230)),playwrightMarkSessionStatus=(_0x16cbb0,_0x2044b8,_0x433015)=>{const _0x389314=a1_0x168f78,_0x4d31d9={'RFApf':'setSessionStatus','EggvS':function(_0x516c50,_0xef1b78){return _0x516c50(_0xef1b78);}},_0x17c692={};_0x17c692[_0x389314(0x274)]=_0x2044b8;const _0x351539={};_0x351539[_0x389314(0x1e7)]=_0x4d31d9['RFApf'],_0x351539[_0x389314(0x255)]=_0x17c692;const _0x502706=_0x351539;return!_0x4d31d9[_0x389314(0x234)](isUndefined,_0x433015)&&(_0x502706[_0x389314(0x255)]['reason']=JSON[_0x389314(0x235)](_0x433015)),_0x16cbb0[_0x389314(0x2a2)](()=>{},_0x389314(0x1b4)+JSON['stringify'](_0x502706));},o11ySync=PerformanceTester['measureWrapper'](PerformanceO11yEvents[a1_0x168f78(0x29b)],async _0x31b1fd=>{const _0xa0eb88=a1_0x168f78,_0x4b93d5={};_0x4b93d5[_0xa0eb88(0x293)]=function(_0x434fa1,_0x1e90b9){return _0x434fa1===_0x1e90b9;},_0x4b93d5[_0xa0eb88(0x1fc)]=_0xa0eb88(0x1e5);const _0x190bd0=_0x4b93d5;_0x190bd0[_0xa0eb88(0x293)](_0x31b1fd[_0xa0eb88(0x250)][_0xa0eb88(0x1c1)],_0x190bd0[_0xa0eb88(0x1fc)])?await _0x31b1fd[_0xa0eb88(0x2a2)](_0x3325c5=>{},testOpsHelper[_0xa0eb88(0x1de)]()):await _0x31b1fd[_0xa0eb88(0x2a2)](testOpsHelper[_0xa0eb88(0x1de)]());}),markSessionName=PerformanceTester[a1_0x168f78(0x1e0)](PerformanceAutEvents['SESSION_NAME'],async(_0x10ea62,_0xb68d33)=>{const _0x17598a=a1_0x168f78,_0x3e8817={};_0x3e8817[_0x17598a(0x24f)]=_0x17598a(0x28d),_0x3e8817[_0x17598a(0x27b)]=function(_0x3fca02,_0x40bbfe){return _0x3fca02===_0x40bbfe;},_0x3e8817[_0x17598a(0x1af)]=_0x17598a(0x1e5);const _0x39e10a=_0x3e8817,_0x4d15b2={};_0x4d15b2['name']=_0xb68d33;const _0x556250={};_0x556250['action']=_0x39e10a[_0x17598a(0x24f)],_0x556250['arguments']=_0x4d15b2;const _0x41e905=_0x556250;_0x39e10a['eNghl'](_0x10ea62[_0x17598a(0x250)][_0x17598a(0x1c1)],_0x39e10a[_0x17598a(0x1af)])?await _0x10ea62[_0x17598a(0x2a2)](()=>{},_0x17598a(0x1b4)+JSON[_0x17598a(0x235)](_0x41e905)):await _0x10ea62[_0x17598a(0x2a2)](_0x17598a(0x1b4)+JSON[_0x17598a(0x235)](_0x41e905));}),patchSaveScreenshot=_0x5b2f22=>{const _0x3aa00b=a1_0x168f78,_0x1db93f={'yeYAO':_0x3aa00b(0x2aa),'cbTwx':_0x3aa00b(0x23a),'FqNrJ':function(_0x2528c6){return _0x2528c6();},'dTFto':function(_0x569948,_0x417a82){return _0x569948(_0x417a82);},'ekhuk':_0x3aa00b(0x1fe)};_0x1db93f[_0x3aa00b(0x1b8)](isTrue,process['env'][_0x3aa00b(0x252)])&&!_0x5b2f22[_0x3aa00b(0x20d)]&&(_0x5b2f22[_0x3aa00b(0x20d)]=!![],_0x5b2f22[_0x3aa00b(0x211)]=_0x5b2f22[_0x3aa00b(0x290)],_0x5b2f22['saveScreenshot']=(_0x1aadb8,_0x47b15a=![])=>{const _0x4fbfc2=_0x3aa00b,_0x8fa3e3={'aLIbP':_0x1db93f[_0x4fbfc2(0x268)],'RrQFU':_0x1db93f[_0x4fbfc2(0x213)],'IRmoH':function(_0x300032){const _0x5875f8=_0x4fbfc2;return _0x1db93f[_0x5875f8(0x22c)](_0x300032);},'BYsIw':function(_0x57ee56,_0x580851){const _0x21f8c4=_0x4fbfc2;return _0x1db93f[_0x21f8c4(0x1b8)](_0x57ee56,_0x580851);},'iskNT':_0x1db93f[_0x4fbfc2(0x203)]};return new Promise(function(_0x6eab81,_0x10a14c){const _0x2ebfa3=_0x4fbfc2;_0x5b2f22[_0x2ebfa3(0x211)](_0x1aadb8,_0x47b15a)[_0x2ebfa3(0x1dc)](()=>{const _0x56bc8d=_0x2ebfa3,_0x17b864=CodeceptUtils[_0x56bc8d(0x278)](_0x1aadb8);if(_0x17b864){const _0x2dfeeb=fs[_0x56bc8d(0x2b5)](_0x17b864);process[_0x56bc8d(0x264)](_0x56bc8d(0x1da)+process[_0x56bc8d(0x1fd)],{'timestamp':new Date()[_0x56bc8d(0x288)](),'message':_0x2dfeeb['toString'](_0x8fa3e3[_0x56bc8d(0x200)]),'kind':_0x8fa3e3[_0x56bc8d(0x23c)]}),_0x8fa3e3[_0x56bc8d(0x1cd)](_0x6eab81);}_0x8fa3e3[_0x56bc8d(0x1b7)](_0x10a14c,new Error(_0x8fa3e3[_0x56bc8d(0x1d7)]));})['catch'](()=>null);});});},patchWebDriverBefore=(_0x2d68c5,_0x2128ad)=>{const _0x588be6=a1_0x168f78,_0x58ab2d={'DEXLS':function(_0xd33283){return _0xd33283();},'tNMzV':function(_0x5f074c,_0x309b3c){return _0x5f074c(_0x309b3c);},'AaZVb':function(_0x47c187,_0x183994){return _0x47c187===_0x183994;},'pZiyG':_0x588be6(0x294),'hFMmB':_0x588be6(0x2b7),'EUWdO':function(_0x474387,_0x265f59){return _0x474387===_0x265f59;},'lusAh':'Element','xTrir':_0x588be6(0x25b)},_0x555a3a=async function(_0xc52a96,_0x3b3432){const _0x1ecc1c=_0x588be6;_0x58ab2d[_0x1ecc1c(0x1f8)](isAccessibilityAutomationSession)&&!global[_0x1ecc1c(0x1d1)]&&global[_0x1ecc1c(0x1b0)]&&scripts[_0x1ecc1c(0x29c)](_0xc52a96['name'])&&_0x58ab2d[_0x1ecc1c(0x21a)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x1ecc1c(0x1d1)]=!![],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x1ecc1c(0x22f)],async()=>{const _0x3d5c9=_0x1ecc1c;logger[_0x3d5c9(0x24b)](_0x3d5c9(0x212)+_0xc52a96[_0x3d5c9(0x21c)]+'\x20'+_0xc52a96[_0x3d5c9(0x1c1)]),await AccessibilityHelper['browserStackExecuteDriver'](_0x2d68c5,scripts['performScan']);},{'command':_0xc52a96['name']})());global['bstackAllyScanning']=![];const _0x5cacd1=JSON[_0x1ecc1c(0x283)](process[_0x1ecc1c(0x2a3)][_0x1ecc1c(0x1e8)]||'{}');if(_0x58ab2d['AaZVb'](_0x5cacd1?.['testFramework']?.[_0x1ecc1c(0x1c1)],_0x58ab2d['pZiyG'])&&_0x58ab2d[_0x1ecc1c(0x27d)](typeof _0x5cacd1?.[_0x1ecc1c(0x1d3)]?.[_0x1ecc1c(0x1f1)],_0x58ab2d[_0x1ecc1c(0x206)])&&_0x5cacd1?.[_0x1ecc1c(0x1d3)]?.['version']['startsWith']('7'))return _0x3b3432[_0x1ecc1c(0x22a)](null,Array[_0x1ecc1c(0x28c)][_0x1ecc1c(0x269)][_0x1ecc1c(0x26b)](arguments,0x2));return _0x3b3432['apply'](this,Array[_0x1ecc1c(0x28c)]['slice'][_0x1ecc1c(0x26b)](arguments,0x2));},_0x328f05=CodeceptWebDriver[_0x588be6(0x28c)][_0x588be6(0x1fa)];CodeceptWebDriver['prototype'][_0x588be6(0x1fa)]=async function(){const _0x246f43=_0x588be6,_0x2a2691={'khzwH':function(_0x31cba3,_0x2d29e7){return _0x58ab2d['EUWdO'](_0x31cba3,_0x2d29e7);},'URryc':_0x58ab2d['lusAh']};try{await _0x328f05[_0x246f43(0x22a)](this,arguments);}catch(_0x2df876){logger[_0x246f43(0x24b)](_0x246f43(0x20a)+util[_0x246f43(0x228)](_0x2df876));}scripts['commandsToWrap'][_0x246f43(0x1e4)](_0x5d953c=>_0x5d953c[_0x246f43(0x1c1)]&&_0x5d953c['class'])[_0x246f43(0x1b1)](_0x181718=>{const _0x503343=_0x246f43;this[_0x503343(0x280)][_0x503343(0x249)](_0x181718['name'],_0x555a3a['bind'](this,_0x181718),_0x2a2691[_0x503343(0x282)](_0x181718['class'],_0x2a2691['URryc']));}),_0x58ab2d[_0x246f43(0x21a)](processWebDriverConfig,_0x2d68c5);try{_0x2128ad&&_0x58ab2d[_0x246f43(0x27d)](typeof _0x2128ad[_0x246f43(0x1ed)],_0x58ab2d[_0x246f43(0x1b5)])&&await _0x2128ad[_0x246f43(0x1ed)]();}catch(_0x5eb059){logger[_0x246f43(0x24b)](_0x246f43(0x21b)+util[_0x246f43(0x228)](_0x5eb059));}};};function parseJwt(_0x11bae8){const _0x4fddce=a1_0x168f78,_0x1fa225={};_0x1fa225[_0x4fddce(0x2bf)]=_0x4fddce(0x2aa);const _0x24656a=_0x1fa225;if(!_0x11bae8)return null;return JSON[_0x4fddce(0x283)](Buffer[_0x4fddce(0x201)](_0x11bae8[_0x4fddce(0x1ee)]('.')[0x1],_0x24656a['ViBii'])[_0x4fddce(0x221)]());}const patchPlaywrightBefore=_0x277776=>{const _0x2b222d=a1_0x168f78,_0x32bc7a={'DhGbu':function(_0x2dede6){return _0x2dede6();},'iBIwy':'devtools://','VEJWH':_0x2b222d(0x1eb),'lXuyj':function(_0x2d950f){return _0x2d950f();},'nEpnj':function(_0x6903ab,_0xe1287d){return _0x6903ab(_0xe1287d);},'Rjdos':function(_0x1ed4ec,_0x29da99){return _0x1ed4ec+_0x29da99;},'vUURj':'\x0aStack:\x20','xbNXE':function(_0x2fca9e){return _0x2fca9e();},'gqhVL':function(_0x4e6e99){return _0x4e6e99();},'emsIB':function(_0xca4400,_0x1bca5f){return _0xca4400===_0x1bca5f;},'PhpBb':'function'};PlaywrightSessionDetails[_0x2b222d(0x1bb)]();const _0x4f7f83=CodeceptPlaywright[_0x2b222d(0x28c)][_0x2b222d(0x1fa)];CodeceptPlaywright[_0x2b222d(0x28c)]['_before']=async function(){const _0x5952e0=_0x2b222d,_0xe4f91c={'oXgsB':function(_0x4d1182){const _0x30b6bd=a1_0x4c04;return _0x32bc7a[_0x30b6bd(0x1ac)](_0x4d1182);},'rNTFv':_0x32bc7a[_0x5952e0(0x1d5)],'adled':_0x32bc7a[_0x5952e0(0x1d9)],'QJYQC':function(_0x42a560){return _0x32bc7a['lXuyj'](_0x42a560);},'IvCLt':function(_0x45b7b5,_0x1b4f82){const _0x286db5=_0x5952e0;return _0x32bc7a[_0x286db5(0x1e6)](_0x45b7b5,_0x1b4f82);},'bEAzc':function(_0x43f9b2,_0x534a1b){return _0x32bc7a['Rjdos'](_0x43f9b2,_0x534a1b);},'LjVcL':_0x32bc7a[_0x5952e0(0x23b)]};this[_0x5952e0(0x25e)]=await this[_0x5952e0(0x280)][_0x5952e0(0x279)]()[0x0];const _0x313f20=async()=>{const _0x56ba57=_0x5952e0,_0x24d8c2=this[_0x56ba57(0x291)]&&this['config'][_0x56ba57(0x21e)]&&this[_0x56ba57(0x291)][_0x56ba57(0x21e)][_0x56ba57(0x1f3)]&&Array[_0x56ba57(0x237)](this[_0x56ba57(0x291)][_0x56ba57(0x21e)][_0x56ba57(0x1f3)])&&this[_0x56ba57(0x291)][_0x56ba57(0x21e)]['args'][_0x56ba57(0x296)](_0xe4f91c['adled']);if(_0xe4f91c[_0x56ba57(0x24e)](isAccessibilityAutomationSession)&&!_0x24d8c2)try{const _0x434f3f=_0xe4f91c[_0x56ba57(0x1db)](parseJwt,process[_0x56ba57(0x2a3)]['BS_A11Y_JWT']);if(_0x434f3f&&_0x434f3f[_0x56ba57(0x2ac)]&&_0x434f3f[_0x56ba57(0x2ac)][_0x56ba57(0x1b6)]){const _0xdfaf4b=this['browserContext'][_0x56ba57(0x217)][_0x56ba57(0x204)](this[_0x56ba57(0x25e)]);this[_0x56ba57(0x25e)][_0x56ba57(0x217)]=async function(){const _0x443379=_0x56ba57,_0x4ff8e1=await _0xe4f91c[_0x443379(0x2ae)](_0xdfaf4b),_0xe3d54a=[];for(const _0x5367e6 of _0x4ff8e1){try{const _0x24e65f=await _0x5367e6[_0x443379(0x295)]();!_0x24e65f[_0x443379(0x231)](_0xe4f91c[_0x443379(0x1ae)])&&_0xe3d54a[_0x443379(0x265)](_0x5367e6);}catch(_0x5b39f7){_0xe3d54a[_0x443379(0x265)](_0x5367e6);}}return _0xe3d54a;};}if(!_0xe4f91c['QJYQC'](isBrowserstackInfra)){const _0x391aee=await this[_0x56ba57(0x2b1)]['url']();if(_0x391aee[_0x56ba57(0x231)](_0xe4f91c[_0x56ba57(0x1ae)])){const _0x1cb4cf=await this['browserContext'][_0x56ba57(0x217)]();this['_setPage'](_0x1cb4cf[0x0]);}}}catch(_0x559672){logger[_0x56ba57(0x24b)](_0x56ba57(0x292)+_0x559672[_0x56ba57(0x256)]+(_0x559672[_0x56ba57(0x23f)]?_0xe4f91c[_0x56ba57(0x254)](_0xe4f91c[_0x56ba57(0x22e)],_0x559672[_0x56ba57(0x23f)]):''));}};_0x32bc7a[_0x5952e0(0x1d4)](isBrowserstackInfra)&&await _0x32bc7a[_0x5952e0(0x273)](_0x313f20);await _0x4f7f83[_0x5952e0(0x22a)](this,arguments);!_0x32bc7a['gqhVL'](isBrowserstackInfra)&&await _0x32bc7a['lXuyj'](_0x313f20);try{_0x277776&&_0x32bc7a['emsIB'](typeof _0x277776[_0x5952e0(0x1ed)],_0x32bc7a[_0x5952e0(0x1e2)])&&await _0x277776[_0x5952e0(0x1ed)]();}catch(_0x4806b5){logger[_0x5952e0(0x24b)](_0x5952e0(0x277)+util['format'](_0x4806b5));}};},getCodeceptDriver=()=>{const _0x28e8d0=a1_0x168f78,_0x3e1eae={};_0x3e1eae['ODZDz']=_0x28e8d0(0x1e3),_0x3e1eae[_0x28e8d0(0x242)]=_0x28e8d0(0x1e5),_0x3e1eae[_0x28e8d0(0x27e)]=_0x28e8d0(0x27f),_0x3e1eae[_0x28e8d0(0x2af)]=_0x28e8d0(0x21f);const _0x32bf32=_0x3e1eae,_0x41feee=[_0x32bf32['ODZDz'],_0x32bf32[_0x28e8d0(0x242)],_0x32bf32['FmdfB'],_0x32bf32['UowBx']],_0x109018=_0x41feee['find'](_0x376d97=>!!CodeceptJS[_0x28e8d0(0x1e1)][_0x28e8d0(0x29f)](_0x376d97));if(!_0x109018)return null;return CodeceptJS['container'][_0x28e8d0(0x29f)](_0x109018);};module[a1_0x168f78(0x2a5)]=function(_0x4d374c){const _0x5209a1=a1_0x168f78,_0xf69d7a={'frULW':function(_0x491630,_0x5528fe){return _0x491630(_0x5528fe);},'IxWZB':function(_0x48dd65,_0xe7f1b5,_0x3f4c2c){return _0x48dd65(_0xe7f1b5,_0x3f4c2c);},'wJcWe':'getAccessibilityResultsSummary','omRWW':_0x5209a1(0x29e),'IeVbe':_0x5209a1(0x28b),'gxhZU':_0x5209a1(0x247),'bfwlD':'hook-started','nPKVV':_0x5209a1(0x214),'pFRNh':function(_0x1feb8f,_0x166763,_0x29e1f6){return _0x1feb8f(_0x166763,_0x29e1f6);},'SzOFj':function(_0x26adda,_0x592533,_0x2fdd59){return _0x26adda(_0x592533,_0x2fdd59);},'EVlUs':_0x5209a1(0x2a4),'fKtcQ':_0x5209a1(0x20c),'aVLur':function(_0x2cbc46){return _0x2cbc46();},'HOeTx':_0x5209a1(0x1c2),'SyEcY':function(_0x519846){return _0x519846();},'hqPet':function(_0x207e77,_0x3d335d){return _0x207e77(_0x3d335d);},'OToNu':function(_0x15d6a5,_0x2a51ce,_0x860968){return _0x15d6a5(_0x2a51ce,_0x860968);},'OtMHt':function(_0x17e91b,_0x32132e){return _0x17e91b(_0x32132e);},'XENYa':_0x5209a1(0x1b9),'VwSMx':function(_0x23836d,_0x269fe0,_0x22596f){return _0x23836d(_0x269fe0,_0x22596f);},'lwWLE':function(_0x2c4cb8,_0x521a0e,_0x35ddfb){return _0x2c4cb8(_0x521a0e,_0x35ddfb);},'cZYFj':_0x5209a1(0x2a6),'RCYEJ':function(_0x1abb78,_0x1478c2,_0x7dfb22,_0x36a487){return _0x1abb78(_0x1478c2,_0x7dfb22,_0x36a487);},'CBTBa':function(_0x5ced5e,_0x5300f1){return _0x5ced5e===_0x5300f1;},'Lccim':_0x5209a1(0x1b2),'TjTYS':'test-failed','DPTEN':_0x5209a1(0x1c6),'frlPe':_0x5209a1(0x218),'BPIvh':_0x5209a1(0x20e),'vzQDR':function(_0x20bebf,_0x5c4957,_0x22fb38){return _0x20bebf(_0x5c4957,_0x22fb38);},'SMRmj':function(_0x4ee268){return _0x4ee268();},'YdNyC':_0x5209a1(0x2b6),'jymMO':_0x5209a1(0x24d),'WILLC':_0x5209a1(0x26e),'kQTSb':_0x5209a1(0x267),'cTazX':_0x5209a1(0x1c0),'dcmzL':'bddStep-before','iaRKM':_0x5209a1(0x1ff),'YCiXs':function(_0x1e0938){return _0x1e0938();},'dIPbf':'Playwright'};_0x4d374c[_0x5209a1(0x1d8)]&&(global[_0x5209a1(0x1df)]=_0x4d374c[_0x5209a1(0x1d8)]);PerformanceTester[_0x5209a1(0x224)]();const _0x2769e2=_0xf69d7a[_0x5209a1(0x1c7)](getCodeceptDriver),_0x347d20=new O11yHelper(_0x2769e2,_0x4d374c),_0x23f381=!!CodeceptJS[_0x5209a1(0x1e1)][_0x5209a1(0x29f)](_0xf69d7a[_0x5209a1(0x2a1)]);global[_0x5209a1(0x1ad)]=_0x2769e2;_0x2769e2&&(PerformanceTester[_0x5209a1(0x1e0)](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x15c6b1=_0x5209a1;_0x23f381?_0xf69d7a[_0x15c6b1(0x1c8)](patchPlaywrightBefore,_0x347d20):_0xf69d7a[_0x15c6b1(0x2b4)](patchWebDriverBefore,_0x2769e2,_0x347d20);})(),PerformanceTester[_0x5209a1(0x1e0)](PerformanceEvents[_0x5209a1(0x1d6)],()=>{const _0x3ffcdb=_0x5209a1;_0x2769e2[_0x3ffcdb(0x276)]=async()=>{const _0x5a71c9=_0x3ffcdb;if(global[_0x5a71c9(0x1b0)]){const _0x38f822={};return _0x38f822[_0x5a71c9(0x297)]=_0xf69d7a[_0x5a71c9(0x260)],await PerformanceTester[_0x5a71c9(0x1e0)](PerformanceA11yEvents[_0x5a71c9(0x22f)],async()=>{const _0x285fc9=_0x5a71c9;return await AccessibilityHelper[_0x285fc9(0x285)](_0x2769e2,scripts[_0x285fc9(0x1f6)]);},_0x38f822)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x5a71c9(0x210)],async()=>{const _0x10916f=_0x5a71c9;return await AccessibilityHelper[_0x10916f(0x285)](_0x2769e2,scripts[_0x10916f(0x1cf)]);})();}return logger[_0x5a71c9(0x2c1)](_0xf69d7a[_0x5a71c9(0x29a)]),{};},_0x2769e2[_0x3ffcdb(0x28b)]=async()=>{const _0x996974=_0x3ffcdb;if(global[_0x996974(0x1b0)]){const _0x2fc654={};return _0x2fc654[_0x996974(0x297)]=_0xf69d7a[_0x996974(0x289)],await PerformanceTester[_0x996974(0x1e0)](PerformanceA11yEvents[_0x996974(0x22f)],async()=>{const _0xdddcfa=_0x996974;return await AccessibilityHelper[_0xdddcfa(0x285)](_0x2769e2,scripts[_0xdddcfa(0x1f6)]);},_0x2fc654)(),await PerformanceTester[_0x996974(0x1e0)](PerformanceA11yEvents['GET_RESULTS'],async()=>{const _0x189f3a=_0x996974;return await AccessibilityHelper[_0x189f3a(0x285)](_0x2769e2,scripts[_0x189f3a(0x22d)]);})();}return logger[_0x996974(0x2c1)](_0xf69d7a[_0x996974(0x22b)]),{};},_0xf69d7a[_0x3ffcdb(0x1c8)](patchSaveScreenshot,_0x2769e2);})());CodeceptJS[_0x5209a1(0x1c5)][_0x5209a1(0x226)]['on'](CodeceptJS[_0x5209a1(0x1c5)]['all'][_0x5209a1(0x259)],()=>{const _0x5714b2=_0x5209a1;PerformanceTester[_0x5714b2(0x2b2)](PerformanceEvents[_0x5714b2(0x1c9)]);try{_0x347d20[_0x5714b2(0x2b2)](),testOpsHelper['addRequestSpy'](),PerformanceTester[_0x5714b2(0x271)](PerformanceEvents[_0x5714b2(0x1c9)]);}catch(_0x53b85c){PerformanceTester[_0x5714b2(0x26f)](_0x53b85c),PerformanceTester[_0x5714b2(0x271)](PerformanceEvents['SDK_PRE_TEST'],![],_0x53b85c);}}),CodeceptJS[_0x5209a1(0x1c5)][_0x5209a1(0x226)]['on'](CodeceptJS[_0x5209a1(0x1c5)][_0x5209a1(0x241)][_0x5209a1(0x261)],async()=>{const _0x31c081=_0x5209a1;PerformanceTester[_0x31c081(0x2b2)](PerformanceEvents[_0x31c081(0x2ab)]);try{requestSpy[_0x31c081(0x2a8)](),await _0x347d20['stop'](),PerformanceTester['end'](PerformanceEvents[_0x31c081(0x2ab)]);}catch(_0x46d48a){PerformanceTester[_0x31c081(0x26f)](_0x46d48a),PerformanceTester['end'](PerformanceEvents[_0x31c081(0x2ab)],![],_0x46d48a);}finally{PerformanceTester[_0x31c081(0x28a)]();}});const _0x14ebb8=(_0x3bc886,_0x2c9cd4)=>{const _0x284902=_0x5209a1;if(!_0x347d20)return;if(!_0x347d20[_0x284902(0x24a)]()){_0x347d20['bufferPendingHookEvent'](_0x3bc886,_0x2c9cd4);return;}CodeceptRecorder[_0x284902(0x1f4)](()=>_0x347d20[_0x284902(0x1cb)](_0x3bc886,_0x2c9cd4));};CodeceptJS['event']['dispatcher']['on'](CodeceptJS['event']['hook'][_0x5209a1(0x2a0)],_0xa78bae=>{const _0xd17219=_0x5209a1;PerformanceTester['start'](PerformanceEvents[_0xd17219(0x1b3)]);try{const _0xefd3fd=_0xa78bae[_0xd17219(0x2b8)][_0xd17219(0x2ba)],_0x16108a=_0x347d20[_0xd17219(0x2c0)](TEST_EVENTS['HOOK_RUN_STARTED'],_0xefd3fd);_0xf69d7a[_0xd17219(0x2b4)](_0x14ebb8,TEST_EVENTS[_0xd17219(0x257)],_0x16108a);const _0x209898={};_0x209898[_0xd17219(0x2bc)]=_0xf69d7a[_0xd17219(0x1c3)],PerformanceTester[_0xd17219(0x271)](PerformanceEvents[_0xd17219(0x1b3)],!![],null,_0x209898);}catch(_0x349352){const _0x391d36={};_0x391d36[_0xd17219(0x2bc)]=_0xf69d7a[_0xd17219(0x1c3)],PerformanceTester['end'](PerformanceEvents[_0xd17219(0x1b3)],![],_0x349352,_0x391d36),PerformanceTester[_0xd17219(0x26f)](_0x349352);}}),CodeceptJS[_0x5209a1(0x1c5)][_0x5209a1(0x226)]['on'](CodeceptJS['event'][_0x5209a1(0x1c4)][_0x5209a1(0x281)],_0x45ac91=>{const _0xfee495=_0x5209a1,_0x41c3d6={};_0x41c3d6['hookType']=_0xf69d7a[_0xfee495(0x1f7)],PerformanceTester['start'](PerformanceHookEvents[_0xfee495(0x1b3)],!![],null,_0x41c3d6);try{const _0x1b95ab=_0x45ac91[_0xfee495(0x2b8)][_0xfee495(0x2ba)],_0x9147a3=_0x347d20[_0xfee495(0x2c0)](TEST_EVENTS[_0xfee495(0x275)],_0x1b95ab);_0xf69d7a[_0xfee495(0x240)](_0x14ebb8,TEST_EVENTS['HOOK_RUN_FINISHED'],_0x9147a3);const _0x1203ab={};_0x1203ab['hookType']=_0xf69d7a[_0xfee495(0x1f7)],PerformanceTester['end'](PerformanceHookEvents[_0xfee495(0x1b3)],!![],null,_0x1203ab);}catch(_0x1ea807){PerformanceTester['captureError'](_0x1ea807);const _0x11e530={};_0x11e530['hookType']=_0xf69d7a[_0xfee495(0x1f7)],PerformanceTester[_0xfee495(0x271)](PerformanceHookEvents[_0xfee495(0x1b3)],![],_0x1ea807,_0x11e530);}}),CodeceptJS[_0x5209a1(0x1c5)][_0x5209a1(0x226)]['on'](CodeceptJS[_0x5209a1(0x1c5)]['hook']['failed'],async(_0x4e6446,_0x4448d4)=>{const _0x263c95=_0x5209a1;PerformanceTester['start'](PerformanceHookEvents[_0x263c95(0x1b3)]);try{const _0x3f353a=_0x4e6446['ctx'][_0x263c95(0x2ba)],_0x56ace4=_0x347d20[_0x263c95(0x2c0)](TEST_EVENTS[_0x263c95(0x275)],_0x3f353a,_0x4448d4);_0xf69d7a[_0x263c95(0x2a7)](_0x14ebb8,TEST_EVENTS[_0x263c95(0x275)],_0x56ace4);const _0x39f443={};_0x39f443['hookType']=_0xf69d7a[_0x263c95(0x21d)],PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x39f443);}catch(_0x5c8bb4){PerformanceTester[_0x263c95(0x26f)](_0x5c8bb4);const _0x3039b4={};_0x3039b4[_0x263c95(0x2bc)]=_0xf69d7a[_0x263c95(0x21d)],PerformanceTester[_0x263c95(0x271)](PerformanceHookEvents[_0x263c95(0x1b3)],![],_0x5c8bb4,_0x3039b4);}const _0x294b46={};_0x294b46[_0x263c95(0x2bc)]=_0xf69d7a['EVlUs'],PerformanceTester['end'](PerformanceHookEvents[_0x263c95(0x1b3)],!![],null,_0x294b46);}),CodeceptJS[_0x5209a1(0x1c5)]['dispatcher']['on'](CodeceptJS[_0x5209a1(0x1c5)][_0x5209a1(0x2ba)][_0x5209a1(0x259)],_0x2ba497=>{const _0x12b7a7=_0x5209a1;PerformanceTester[_0x12b7a7(0x2b2)](PerformanceHookEvents[_0x12b7a7(0x1b3)]);try{globals[_0x12b7a7(0x207)](_0xf69d7a[_0x12b7a7(0x26c)],_0x2ba497[_0x12b7a7(0x29d)]);_0xf69d7a[_0x12b7a7(0x202)](isBrowserstackInfra)&&(_0x23f381&&(global[_0x12b7a7(0x2bb)]={'currentTest':{'name':_0x2ba497[_0x12b7a7(0x29d)],'testInfo':{'titlePath':_0x2ba497[_0x12b7a7(0x2b3)]()}}}));const _0x348f7d={};_0x348f7d['hookType']=_0xf69d7a[_0x12b7a7(0x2bd)],PerformanceTester['end'](PerformanceHookEvents[_0x12b7a7(0x1b3)],!![],null,_0x348f7d);}catch(_0x283972){PerformanceTester[_0x12b7a7(0x26f)](_0x283972);const _0x3b2f19={};_0x3b2f19[_0x12b7a7(0x2bc)]=_0xf69d7a[_0x12b7a7(0x2bd)],PerformanceTester[_0x12b7a7(0x271)](PerformanceHookEvents[_0x12b7a7(0x1b3)],![],_0x283972,_0x3b2f19);}}),CodeceptJS[_0x5209a1(0x1c5)]['dispatcher']['on'](CodeceptJS['event'][_0x5209a1(0x2ba)]['started'],_0x54cf97=>{const _0x20698d=_0x5209a1;PerformanceTester[_0x20698d(0x2b2)](PerformanceHookEvents[_0x20698d(0x1b3)]);try{globals['setGlobal'](_0xf69d7a[_0x20698d(0x26c)],_0x54cf97['title']);const _0x289968=_0x347d20[_0x20698d(0x2c0)](TEST_EVENTS['TEST_RUN_STARTED'],_0x54cf97);CodeceptRecorder['add'](()=>_0x347d20['flushPendingHookEvents']()),CodeceptRecorder[_0x20698d(0x1f4)](()=>_0x347d20[_0x20698d(0x1cb)](TEST_EVENTS[_0x20698d(0x1f9)],_0x289968)),CodeceptRecorder[_0x20698d(0x1f4)](async()=>{const _0x1b69e4=_0x20698d;_0xf69d7a[_0x1b69e4(0x1cc)](isBrowserstackInfra)&&(!_0xf69d7a[_0x1b69e4(0x2be)](isTrue,_0x4d374c[_0x1b69e4(0x205)])&&await _0xf69d7a[_0x1b69e4(0x222)](markSessionName,_0x2769e2,_0x54cf97[_0x1b69e4(0x29d)]),_0x347d20[_0x1b69e4(0x1be)]&&await _0xf69d7a[_0x1b69e4(0x263)](o11ySync,_0x2769e2));});}catch(_0x5582ad){const _0x3652a1={};_0x3652a1[_0x20698d(0x2bc)]=_0xf69d7a[_0x20698d(0x284)],PerformanceTester[_0x20698d(0x271)](PerformanceHookEvents['SDK_HOOK'],![],_0x5582ad,_0x3652a1),PerformanceTester[_0x20698d(0x26f)](_0x5582ad);}const _0x10caa8={};_0x10caa8[_0x20698d(0x2bc)]=_0xf69d7a[_0x20698d(0x284)],PerformanceTester[_0x20698d(0x271)](PerformanceHookEvents[_0x20698d(0x1b3)],!![],null,_0x10caa8);}),CodeceptJS[_0x5209a1(0x1c5)][_0x5209a1(0x226)]['on'](CodeceptJS[_0x5209a1(0x1c5)]['test']['passed'],_0x1a27c5=>{const _0x477c67=_0x5209a1,_0x1e5346={'YrAmF':function(_0x4d9bef,_0x2d1765,_0x1d46c1){const _0x5d471e=a1_0x4c04;return _0xf69d7a[_0x5d471e(0x233)](_0x4d9bef,_0x2d1765,_0x1d46c1);},'tEoud':function(_0x230aaf,_0x44d2eb,_0x96044d){const _0x17b72b=a1_0x4c04;return _0xf69d7a[_0x17b72b(0x26a)](_0x230aaf,_0x44d2eb,_0x96044d);}};PerformanceTester[_0x477c67(0x2b2)](PerformanceHookEvents[_0x477c67(0x1b3)]);try{const _0x14eb3b=_0x347d20[_0x477c67(0x2c0)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x1a27c5);CodeceptRecorder[_0x477c67(0x1f4)](()=>_0x347d20[_0x477c67(0x1cb)](TEST_EVENTS[_0x477c67(0x1d0)],_0x14eb3b)),CodeceptRecorder[_0x477c67(0x1f4)](async()=>{const _0x133003=_0x477c67;_0xf69d7a[_0x133003(0x1cc)](isBrowserstackInfra)&&await PerformanceTester['measureWrapper'](PerformanceAutEvents[_0x133003(0x299)],async()=>{const _0x53d7ab=_0x133003;_0x23f381?await _0x1e5346[_0x53d7ab(0x229)](playwrightMarkSessionStatus,_0x2769e2,STATE_PASSED):await _0x1e5346[_0x53d7ab(0x239)](markSessionStatus,_0x2769e2,STATE_PASSED);})();}),PerformanceTester[_0x477c67(0x271)](PerformanceEvents[_0x477c67(0x266)]);}catch(_0x3fafc3){PerformanceTester[_0x477c67(0x26f)](_0x3fafc3);const _0x41820b={};_0x41820b[_0x477c67(0x2bc)]=_0xf69d7a['cZYFj'],PerformanceTester[_0x477c67(0x271)](PerformanceHookEvents[_0x477c67(0x1b3)],![],_0x3fafc3,_0x41820b),PerformanceTester[_0x477c67(0x271)](PerformanceEvents[_0x477c67(0x266)],![],_0x3fafc3);}const _0x3ee92f={};_0x3ee92f[_0x477c67(0x2bc)]=_0xf69d7a[_0x477c67(0x1fb)],PerformanceTester[_0x477c67(0x271)](PerformanceHookEvents[_0x477c67(0x1b3)],!![],null,_0x3ee92f);}),CodeceptJS[_0x5209a1(0x1c5)]['dispatcher']['on'](CodeceptJS[_0x5209a1(0x1c5)]['test'][_0x5209a1(0x209)],(_0x4b7155,_0x46ce21)=>{const _0x280008=_0x5209a1;PerformanceTester[_0x280008(0x2b2)](PerformanceHookEvents[_0x280008(0x1b3)]);try{if(_0xf69d7a[_0x280008(0x2b9)](_0x4b7155[_0x280008(0x250)][_0x280008(0x1c1)],_0xf69d7a[_0x280008(0x1ec)])){const _0x3d39f4=_0x347d20[_0x280008(0x2c0)](TEST_EVENTS[_0x280008(0x223)],_0x4b7155[_0x280008(0x2b8)][_0x280008(0x1f2)]);CodeceptRecorder['add'](()=>_0x347d20['fireEvent'](TEST_EVENTS[_0x280008(0x223)],_0x3d39f4));}else{const _0x24360d=_0x347d20['captureEvent'](TEST_EVENTS[_0x280008(0x1d0)],_0x4b7155,_0x46ce21);CodeceptRecorder[_0x280008(0x1f4)](()=>{const _0x40d18d=_0x280008;try{_0x347d20[_0x40d18d(0x1cb)](TEST_EVENTS[_0x40d18d(0x1d0)],_0x24360d);}catch(_0x2a16bd){logger[_0x40d18d(0x24b)](_0x40d18d(0x1d2)+util[_0x40d18d(0x228)](_0x2a16bd)),PerformanceTester[_0x40d18d(0x271)](PerformanceEvents['SDK_TEST'],![],_0x2a16bd);}}),CodeceptRecorder[_0x280008(0x1f4)](async()=>{const _0x28d903=_0x280008;try{_0xf69d7a[_0x28d903(0x202)](isBrowserstackInfra)&&(_0x23f381?await _0xf69d7a[_0x28d903(0x215)](playwrightMarkSessionStatus,_0x2769e2,STATE_FAILED,_0x46ce21):await _0xf69d7a[_0x28d903(0x215)](markSessionStatus,_0x2769e2,STATE_FAILED,_0x46ce21));}catch(_0x423f9e){logger[_0x28d903(0x24b)](_0x28d903(0x26d)+util['format'](_0x423f9e)),PerformanceTester[_0x28d903(0x271)](PerformanceEvents[_0x28d903(0x266)],![],_0x423f9e);}});}PerformanceTester[_0x280008(0x271)](PerformanceEvents[_0x280008(0x266)]);}catch(_0xc84eb3){PerformanceTester[_0x280008(0x26f)](_0xc84eb3);const _0x334f43={};_0x334f43[_0x280008(0x2bc)]=_0xf69d7a[_0x280008(0x1bc)],PerformanceTester[_0x280008(0x271)](PerformanceHookEvents[_0x280008(0x1b3)],![],_0xc84eb3,_0x334f43),PerformanceTester['end'](PerformanceEvents[_0x280008(0x266)],![],_0xc84eb3);}const _0x97f954={};_0x97f954[_0x280008(0x2bc)]=_0xf69d7a[_0x280008(0x1bc)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x97f954);}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x5209a1(0x1c5)]['test'][_0x5209a1(0x253)],_0x2f0d3d=>{const _0x5985a5=_0x5209a1;PerformanceTester[_0x5985a5(0x2b2)](PerformanceHookEvents['SDK_HOOK']);try{const _0x396880=_0x347d20[_0x5985a5(0x2c0)](TEST_EVENTS[_0x5985a5(0x223)],_0x2f0d3d);CodeceptRecorder[_0x5985a5(0x1f4)](()=>_0x347d20[_0x5985a5(0x1cb)](TEST_EVENTS[_0x5985a5(0x223)],_0x396880)),PerformanceTester['end'](PerformanceEvents[_0x5985a5(0x266)]);}catch(_0x5a4f35){PerformanceTester[_0x5985a5(0x26f)](_0x5a4f35),PerformanceTester[_0x5985a5(0x271)](PerformanceEvents['SDK_TEST'],![],_0x5a4f35);const _0x2f3a9c={};_0x2f3a9c[_0x5985a5(0x2bc)]=_0xf69d7a['DPTEN'],PerformanceTester[_0x5985a5(0x271)](PerformanceHookEvents[_0x5985a5(0x1b3)],![],_0x5a4f35,_0x2f3a9c);}const _0x38af77={};_0x38af77[_0x5985a5(0x2bc)]=_0xf69d7a[_0x5985a5(0x298)],PerformanceTester[_0x5985a5(0x271)](PerformanceHookEvents[_0x5985a5(0x1b3)],!![],null,_0x38af77);}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x5209a1(0x1c5)][_0x5209a1(0x2ba)][_0x5209a1(0x261)],async(_0x20e762,_0x45a441)=>{const _0x5ddce1=_0x5209a1,_0x51af5b={};_0x51af5b[_0x5ddce1(0x2a9)]=_0xf69d7a['frlPe'],_0x51af5b[_0x5ddce1(0x225)]=_0xf69d7a[_0x5ddce1(0x20b)];const _0x35ae3a=_0x51af5b;try{PerformanceTester[_0x5ddce1(0x2b2)](PerformanceHookEvents[_0x5ddce1(0x1b3)]);const _0x1149aa=_0xf69d7a[_0x5ddce1(0x243)](shouldScanTestForAccessibility,_0x20e762['titlePath'](),!![]);if(_0xf69d7a['SMRmj'](isAccessibilityAutomationSession)&&global[_0x5ddce1(0x1b0)]&&_0x1149aa){const _0x3dcfbe={};_0x3dcfbe[_0x5ddce1(0x1f5)]=_0x20e762[_0x5ddce1(0x1ce)],_0x3dcfbe['thBuildUuid']=process[_0x5ddce1(0x2a3)][testHubConstants['ENV_VAR'][_0x5ddce1(0x27c)]],_0x3dcfbe[_0x5ddce1(0x25f)]=process[_0x5ddce1(0x2a3)][testHubConstants[_0x5ddce1(0x246)]['BROWSERSTACK_TESTHUB_JWT']];const _0x18b266=_0x3dcfbe;logger['debug'](_0x5ddce1(0x28e)+JSON[_0x5ddce1(0x235)](_0x18b266)),CodeceptRecorder[_0x5ddce1(0x1f4)](async()=>{const _0x5a7dfc=_0x5ddce1,_0xcd0b54={};_0xcd0b54[_0x5a7dfc(0x297)]=_0x35ae3a[_0x5a7dfc(0x2a9)],await PerformanceTester[_0x5a7dfc(0x1e0)](PerformanceA11yEvents[_0x5a7dfc(0x22f)],async()=>{const _0x135999=_0x5a7dfc;await AccessibilityHelper[_0x135999(0x285)](_0x2769e2,scripts[_0x135999(0x1f6)]);},_0xcd0b54)(),globals['getGlobal'](_0x35ae3a[_0x5a7dfc(0x225)])&&(_0x18b266['is_mobile_session']=!![]),await PerformanceTester[_0x5a7dfc(0x1e0)](PerformanceA11yEvents[_0x5a7dfc(0x248)],async()=>{const _0x172eee=_0x5a7dfc;await AccessibilityHelper[_0x172eee(0x285)](_0x2769e2,scripts[_0x172eee(0x28f)],_0x18b266);})();}),logger['info'](_0xf69d7a[_0x5ddce1(0x227)]);}const _0x1a8fe6={};_0x1a8fe6[_0x5ddce1(0x2bc)]=_0xf69d7a['jymMO'],PerformanceTester['end'](PerformanceHookEvents[_0x5ddce1(0x1b3)],!![],null,_0x1a8fe6);}catch(_0x2fd3f3){PerformanceTester[_0x5ddce1(0x26f)](_0x2fd3f3);const _0x44cb2e={};_0x44cb2e[_0x5ddce1(0x2bc)]=_0xf69d7a[_0x5ddce1(0x25c)],PerformanceTester['end'](PerformanceHookEvents[_0x5ddce1(0x1b3)],![],_0x2fd3f3,_0x44cb2e);}}),CodeceptJS[_0x5209a1(0x1c5)][_0x5209a1(0x226)]['on'](CodeceptJS['event'][_0x5209a1(0x208)]['comment'],_0x16bc13=>{const _0x2dd73d=_0x5209a1;PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{process[_0x2dd73d(0x264)](_0x2dd73d(0x1da)+process[_0x2dd73d(0x1fd)],{'timestamp':new Date()[_0x2dd73d(0x288)](),'level':_0xf69d7a[_0x2dd73d(0x220)],'message':_0x16bc13,'kind':_0xf69d7a[_0x2dd73d(0x23e)],'http_response':{}});}catch(_0x40577e){PerformanceTester[_0x2dd73d(0x26f)](_0x40577e);const _0x2bd92c={};_0x2bd92c[_0x2dd73d(0x2bc)]=_0xf69d7a[_0x2dd73d(0x244)],PerformanceTester[_0x2dd73d(0x271)](PerformanceHookEvents['SDK_HOOK'],![],_0x40577e,_0x2bd92c);}const _0x288c55={};_0x288c55['hookType']=_0xf69d7a[_0x2dd73d(0x244)],PerformanceTester[_0x2dd73d(0x271)](PerformanceHookEvents[_0x2dd73d(0x1b3)],!![],null,_0x288c55);}),CodeceptJS[_0x5209a1(0x1c5)]['dispatcher']['on'](CodeceptJS['event']['bddStep'][_0x5209a1(0x259)],_0x4aee13=>{const _0x1176dc=_0x5209a1,_0x1143fc={};_0x1143fc[_0x1176dc(0x2bc)]=_0xf69d7a['dcmzL'],PerformanceTester[_0x1176dc(0x1e0)](PerformanceHookEvents[_0x1176dc(0x1b3)],()=>{const _0x491f13=_0x1176dc;_0x347d20[_0x491f13(0x287)](_0x4aee13);},_0x1143fc)();}),CodeceptJS[_0x5209a1(0x1c5)][_0x5209a1(0x226)]['on'](CodeceptJS[_0x5209a1(0x1c5)][_0x5209a1(0x25a)][_0x5209a1(0x261)],_0x4fb3f8=>{const _0x460b31=_0x5209a1,_0x3169b5={};_0x3169b5[_0x460b31(0x2bc)]=_0xf69d7a[_0x460b31(0x238)],PerformanceTester['measureWrapper'](PerformanceHookEvents['SDK_HOOK'],()=>{_0x347d20['bddStepFinish'](_0x4fb3f8);},_0x3169b5)();});};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a2_0x2f6ff9=a2_0x48bd;function a2_0x4f7d(){const _0x25bf1b=['user','accessibilityOptions','Started\x20:\x20','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','dlzpB','playwright-firefox','codeceptjs/lib/index.js','result','accessibility','stop','../../helpers/testhub/testhubHandler','gherkin','142295AHMmWe','err','FRAMEWORKS','browser','iWIKk','xociV','dMDSn','Passed\x20:\x20','1784237klBnCn','chromium','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','length','oUWas','DuLvp','BROWSERSTACK_RERUN','SDK_CLEANUP','Playwright','skipSessionName','BROWSERSTACK_TEST_ACCESSIBILITY_YML','desiredCapabilities','USER_CONFIG_DETAILS_PATH','FfzPB','useW3C','EWmYd','config','../../helpers/logger','22Pxdeky','assign','dirname','qrYUF','GCQmN','fRDyX','dsWQW','skipSessionStatus','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','join','../utils/constants','plugins','createGroupsOfSuites','pMKJK','AUGeT','../../helpers/helper','winstonLogger','util','log','913527IQmixM','userName','ZbLIs','findIndex','firefox','printResults','chdir','trim','pUVZV','10813692GwdteR','exports','forEach','format','IOVuo','helpers','mergeDeep','bootstrapAll','platforms','wOWqj','playwright-chromium','browserName','testObservability','VfOpf','end','../../helpers/test-observability/constants','WebDriver','env','initialize','CODECEPT','slice','event','codecept.json','enabled','split','profile','process','gFkeJ','info','playwright-webkit','BROWSERSTACK_RERUN_TESTS','isTestObservabilitySession','codecept.conf.js','errorMessage','Failed\x20:\x20','tAcKJ','../../helpers/BrowserStackSetup','stringify','addConfig','title','--config','isUndefined','../../helpers/utilities','webkit','Workers','printBuildLink','1575342oCkycC','setAdditionalCapabilities','path','RhHRn','replace','qBefh','browserStackCwd','7066810iUKZcr','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','12RfRCBq','parallelsPerPlatform','3rveMvx','finalExecution','100ZENKaA','hubUrl','cwd','spawn','SDK_SETUP','toLowerCase','610392koXILu','chrome','BrowserStackPlugin','addOptions','browserWSEndpoint','CODECEPT_CUCUMBER','2|3|5|1|4|0','BROWSERSTACK_TEST_OBSERVABILITY_YML','getPlaywrightUrl','24omOrEU','Ptzqa','validPlatformsPresent','llmoW','debug','testContextOptions','MljRO','push','QRJbg','map','isEmpty','../../helpers/accessibility-automation/helper','../../helpers/test-observability/utils','/wd/hub','load','existsSync','failed','frameworkName','fvqCs','handleApp','accessKey','test','prepareCapabilities','require','bPslt'];a2_0x4f7d=function(){return _0x25bf1b;};return a2_0x4f7d();}(function(_0x1d94bc,_0xd7594f){const _0x4a65f6=a2_0x48bd,_0x2e6b84=_0x1d94bc();while(!![]){try{const _0x298166=parseInt(_0x4a65f6(0x11d))/0x1+-parseInt(_0x4a65f6(0x10a))/0x2*(-parseInt(_0x4a65f6(0x115))/0x3)+-parseInt(_0x4a65f6(0x117))/0x4*(parseInt(_0x4a65f6(0x14b))/0x5)+parseInt(_0x4a65f6(0x113))/0x6*(parseInt(_0x4a65f6(0xae))/0x7)+parseInt(_0x4a65f6(0x126))/0x8*(parseInt(_0x4a65f6(0xd3))/0x9)+parseInt(_0x4a65f6(0x111))/0xa+-parseInt(_0x4a65f6(0xc0))/0xb*(parseInt(_0x4a65f6(0xdc))/0xc);if(_0x298166===_0xd7594f)break;else _0x2e6b84['push'](_0x2e6b84['shift']());}catch(_0x9eab4f){_0x2e6b84['push'](_0x2e6b84['shift']());}}}(a2_0x4f7d,0x62f1e));const fs=require('fs'),path=require(a2_0x2f6ff9(0x10c)),util=require(a2_0x2f6ff9(0xd1)),process=require(a2_0x2f6ff9(0xf6)),logger=require(a2_0x2f6ff9(0xbf))[a2_0x2f6ff9(0xd0)],{default:BrowserStackSetup}=require(a2_0x2f6ff9(0x100)),helper=require('../../helpers/helper'),utilities=require(a2_0x2f6ff9(0x106)),{checkAccessibilityPlatformConfig}=require(a2_0x2f6ff9(0x131)),{setAccessibilityCapabilities,processAccessibilityCaps}=require('../../bin/playwright/accessibility-helper'),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x2f6ff9(0xcf)),CodeceptJS=requireModule(a2_0x2f6ff9(0x145),'codeceptjs'),testOpsHelper=require(a2_0x2f6ff9(0x132)),TestHubHandler=require(a2_0x2f6ff9(0x149)),constants=require(a2_0x2f6ff9(0xca)),PerformanceTester=require('../../helpers/performance/performance-tester'),{FRAMEWORKS}=require(a2_0x2f6ff9(0xeb)),PerformanceEvents=require('../../helpers/performance/constants')['EVENTS'],ClientTroubleShootingService=require('../utils/clientTroubleshootingService'),_testErrorData=[],getUserCodeceptJSConfigs=(_0x487b76,_0x24992a)=>{const _0xda47be=a2_0x2f6ff9,_0x3a657e={};_0x3a657e[_0xda47be(0x12e)]=function(_0x559571,_0x5b6e9){return _0x559571===_0x5b6e9;},_0x3a657e[_0xda47be(0x13e)]=_0xda47be(0xfc),_0x3a657e[_0xda47be(0xcd)]=_0xda47be(0xf2);const _0x313a3b=_0x3a657e;let _0x46f097=null;const _0x2bc11f={};let _0x1fd5df=_0x24992a['findIndex'](_0x21cb06=>_0x21cb06===_0xda47be(0x104));_0x313a3b['QRJbg'](_0x1fd5df,-0x1)&&(_0x1fd5df=_0x24992a[_0xda47be(0xd6)](_0x4f0b55=>_0x4f0b55==='-c'));if(!helper[_0xda47be(0x105)](_0x487b76[_0xda47be(0xbe)])&&fs['existsSync'](path[_0xda47be(0xc9)](process[_0xda47be(0x119)](),_0x487b76['config'])))_0x46f097=path['join'](process[_0xda47be(0x119)](),_0x487b76[_0xda47be(0xbe)]),_0x24992a['slice'](_0x1fd5df,0x2);else{if(!helper[_0xda47be(0x105)](_0x487b76['c'])&&fs[_0xda47be(0x135)](path[_0xda47be(0xc9)](process['cwd'](),_0x487b76['c'])))_0x46f097=path['join'](process[_0xda47be(0x119)](),_0x487b76['c']),_0x24992a[_0xda47be(0xf0)](_0x1fd5df,0x2);else{if(fs[_0xda47be(0x135)](path[_0xda47be(0xc9)](process[_0xda47be(0x119)](),_0x313a3b[_0xda47be(0x13e)])))_0x46f097=path[_0xda47be(0xc9)](process[_0xda47be(0x119)](),_0x313a3b[_0xda47be(0x13e)]);else fs[_0xda47be(0x135)](path[_0xda47be(0xc9)](process[_0xda47be(0x119)](),_0x313a3b[_0xda47be(0xcd)]))&&(_0x46f097=path[_0xda47be(0xc9)](process[_0xda47be(0x119)](),_0x313a3b[_0xda47be(0xcd)]));}}return process['env'][_0xda47be(0xba)]=_0x46f097,_0x46f097;},getO11yRerunPattern=()=>{const _0x2bf817=a2_0x2f6ff9,_0x57ba03=helper['isTrue'](process[_0x2bf817(0xed)][_0x2bf817(0xb4)]);if(_0x57ba03){const _0x6f0b04=process[_0x2bf817(0xed)][_0x2bf817(0xfa)],_0x35e8c7=[];if(helper['validateRerunTestList'](_0x6f0b04)&&!helper[_0x2bf817(0x105)](_0x6f0b04)){_0x6f0b04[_0x2bf817(0xf4)](',')[_0x2bf817(0x12f)](_0x31a174=>{const _0xd27474=_0x2bf817;_0x35e8c7[_0xd27474(0x12d)]('('+_0x31a174[_0xd27474(0xda)]()+')');});const _0x6e75e9='^'+_0x35e8c7[_0x2bf817(0xc9)]('|')+'$';return _0x6e75e9;}}return null;},a2_0x244692={};a2_0x244692[a2_0x2f6ff9(0x11e)]=a2_0x2f6ff9(0xaf),a2_0x244692[a2_0x2f6ff9(0xe6)]='chromium',a2_0x244692[a2_0x2f6ff9(0x144)]=a2_0x2f6ff9(0xd7),a2_0x244692[a2_0x2f6ff9(0xf9)]=a2_0x2f6ff9(0x107);const pwToCodeceptBrowser=a2_0x244692;async function run(_0x418809,_0x3b7557,_0x50ab65){const _0x31e877=a2_0x2f6ff9,_0x2c7a33={'pUVZV':function(_0x5577d9,_0x42f5c5,_0x4e1d5d,_0x4de8a2){return _0x5577d9(_0x42f5c5,_0x4e1d5d,_0x4de8a2);},'xociV':function(_0x81fa3,_0x46060b){return _0x81fa3+_0x46060b;},'qrYUF':function(_0x552ad7,_0x111083){return _0x552ad7(_0x111083);},'dsWQW':function(_0x1e935b,_0x14ea92,_0x49b3ce){return _0x1e935b(_0x14ea92,_0x49b3ce);},'gFkeJ':'helpers','VfOpf':function(_0x37fd74){return _0x37fd74();},'oUWas':_0x31e877(0x133),'wOWqj':function(_0x32fc43){return _0x32fc43();},'iWIKk':_0x31e877(0xfe),'DuLvp':_0x31e877(0xad),'TxIOJ':_0x31e877(0x141),'tAcKJ':_0x31e877(0x123),'ZbLIs':function(_0x4b96b1,_0x46280f,_0x231bb8){return _0x4b96b1(_0x46280f,_0x231bb8);},'IOVuo':_0x31e877(0x142),'GCQmN':function(_0x526eb5,_0x45ee75,_0x58140f){return _0x526eb5(_0x45ee75,_0x58140f);},'dMDSn':'Playwright','fRDyX':_0x31e877(0xec),'dlzpB':function(_0x2dc2fd,_0x4892b8){return _0x2dc2fd(_0x4892b8);},'FfzPB':function(_0x3f09a9,_0x3b938f){return _0x3f09a9!=_0x3b938f;},'MljRO':function(_0x30d7bd,_0x5c71e9){return _0x30d7bd===_0x5c71e9;},'RhHRn':_0x31e877(0x14a),'tZhCD':function(_0x12ac1b,_0x4967a6){return _0x12ac1b(_0x4967a6);},'qBefh':function(_0xc29638,_0x229f33){return _0xc29638*_0x229f33;},'EWmYd':'browser','fvqCs':function(_0x5d89a0,_0x27d113,_0x1939cd){return _0x5d89a0(_0x27d113,_0x1939cd);},'AUGeT':_0x31e877(0xb9),'Ptzqa':'root','JsJkR':'BrowserStackPlugin.js','llmoW':_0x31e877(0x110)};await _0x50ab65[_0x31e877(0xee)](_0x418809),await helper[_0x31e877(0x139)](_0x50ab65[_0x31e877(0xbe)]);if(!_0x50ab65[_0x31e877(0xbe)])return;process[_0x31e877(0xf5)]=_0x418809['profile'];_0x418809['profile']&&(process[_0x31e877(0xed)][_0x31e877(0xf5)]=_0x418809[_0x31e877(0xf5)]);const _0x297ce3=_0x2c7a33[_0x31e877(0xd5)](getUserCodeceptJSConfigs,_0x418809,_0x3b7557);let _0xa9eb28={};_0x297ce3?(logger['info'](_0x31e877(0xb0)+_0x297ce3),_0xa9eb28=CodeceptJS[_0x31e877(0xbe)][_0x31e877(0x134)](_0x297ce3)):logger[_0x31e877(0xf8)](_0x2c7a33[_0x31e877(0xe0)]);let _0x5a3f16=![];_0x2c7a33[_0x31e877(0xc4)](nestedKeyValue,_0xa9eb28,[_0x2c7a33['gFkeJ'],_0x2c7a33[_0x31e877(0xac)]])&&(_0x5a3f16=!![]);const _0xede44=_0x5a3f16?_0x2c7a33[_0x31e877(0xac)]:_0x2c7a33[_0x31e877(0xc5)];let _0x3f25eb=!_0x5a3f16?helper[_0x31e877(0xbc)](_0x50ab65['config']):![];!helper['isUndefined'](_0x50ab65['config'][_0x31e877(0x140)])&&(process[_0x31e877(0xed)][_0x31e877(0xc8)]=JSON[_0x31e877(0x101)](_0x50ab65[_0x31e877(0xbe)][_0x31e877(0x140)]));let _0x473bea=_0x50ab65[_0x31e877(0xbe)][_0x31e877(0x147)];_0x473bea=_0x473bea||_0x2c7a33[_0x31e877(0x143)](checkAccessibilityPlatformConfig,_0x50ab65[_0x31e877(0xbe)]),process[_0x31e877(0xed)][_0x31e877(0xb8)]=_0x473bea;_0x473bea&&(_0x3f25eb=!_0x473bea);_0x2c7a33[_0x31e877(0xbb)](_0x50ab65[_0x31e877(0xbe)][_0x31e877(0xe8)],null)?process['env'][_0x31e877(0x124)]=_0x50ab65[_0x31e877(0xbe)][_0x31e877(0xe8)]:process['env'][_0x31e877(0x124)]=_0x2c7a33[_0x31e877(0x12c)](_0xede44,_0x2c7a33[_0x31e877(0xac)]);const _0x561a7f=_0x2c7a33[_0x31e877(0xc6)](nestedKeyValue,_0xa9eb28,[_0x2c7a33[_0x31e877(0x10d)]]),_0x53c729=_0x561a7f&&!helper[_0x31e877(0x130)](_0x561a7f)?FRAMEWORKS[_0x31e877(0x122)]:FRAMEWORKS[_0x31e877(0xef)],_0x5e12c1=await TestHubHandler['launchBuild'](_0x53c729,_0x50ab65);_0x473bea&&_0x2c7a33['tZhCD'](setAccessibilityCapabilities,_0x50ab65[_0x31e877(0xbe)]);const _0x1d2fb1={},_0x3a47db=[],_0xe98fcc=_0x50ab65['config'][_0x31e877(0x114)]||helper['getUserWorkerCount'](_0x418809,_0x3b7557,_0x50ab65[_0x31e877(0xbe)],constants[_0x31e877(0xa8)][_0x31e877(0xef)])||0x1;let _0x17e314=0x1;if(_0x2c7a33[_0x31e877(0xe5)](isBrowserstackInfra)){const _0x3e300c=helper['prepareCapabilities'](_0x50ab65[_0x31e877(0xbe)],_0x3f25eb,constants[_0x31e877(0xa8)][_0x31e877(0xef)]);_0x3e300c[_0x31e877(0xde)](_0x5ce3bf=>{const _0x37120c=_0x31e877;helper[_0x37120c(0x10b)](_0x5ce3bf);}),helper[_0x31e877(0x128)](_0x50ab65[_0x31e877(0xbe)])?_0x17e314=_0x2c7a33[_0x31e877(0x10f)](_0xe98fcc,_0x50ab65[_0x31e877(0xbe)][_0x31e877(0xe4)][_0x31e877(0xb1)]):_0x17e314=_0xe98fcc,_0x3e300c['forEach'](_0x2bfb83=>{const _0x2b71a4=_0x31e877,_0x394364=_0x2c7a33[_0x2b71a4(0xab)](helper['getPlatformName'](_0x2bfb83,'_'),'_'+Date['now']()),_0x2de691=((()=>{const _0x4a75a1=_0x2b71a4;if(_0x5a3f16){const _0x222287=pwToCodeceptBrowser[_0x2bfb83['browserName']]||_0x2bfb83[_0x4a75a1(0xe7)],_0xde40c1=helper[_0x4a75a1(0x125)](_0x50ab65['config']),_0x4cf0ec=Object['assign']({},_0x2bfb83);return _0x2c7a33[_0x4a75a1(0xdb)](processAccessibilityCaps,_0x4cf0ec,_0xde40c1,null),{'browser':_0x222287,[_0x222287]:{'browserWSEndpoint':_0x2c7a33[_0x4a75a1(0xab)](_0xde40c1,_0x2c7a33[_0x4a75a1(0xc3)](encodeURIComponent,JSON[_0x4a75a1(0x101)](_0x4cf0ec)))}};}const _0x5c5b35={};return _0x5c5b35[_0x4a75a1(0xb9)]=_0x2bfb83,_0x5c5b35[_0x4a75a1(0x13f)]=_0x50ab65[_0x4a75a1(0xbe)][_0x4a75a1(0xd4)],_0x5c5b35['key']=_0x50ab65[_0x4a75a1(0xbe)][_0x4a75a1(0x13a)],_0x5c5b35;})()),_0x54780a=_0x2c7a33[_0x2b71a4(0xc6)](nestedKeyValue,_0xa9eb28,[_0x2c7a33[_0x2b71a4(0xf7)],_0xede44]);_0x1d2fb1[_0x394364]=_0x54780a?helper['mergeDeep'](_0x2de691,_0x54780a):_0x2de691;if(_0x5a3f16)_0x1d2fb1[_0x394364]['browser']=pwToCodeceptBrowser[_0x2bfb83[_0x2b71a4(0xe7)]]||_0x2bfb83[_0x2b71a4(0xe7)];else{_0x1d2fb1[_0x394364][_0x2b71a4(0xa9)]=_0x2bfb83[_0x2b71a4(0xe7)]||_0x2de691[_0x2b71a4(0xa9)];if(_0x2c7a33[_0x2b71a4(0xe9)](isBrowserstackInfra)){_0x1d2fb1[_0x394364]['host']=constants[_0x2b71a4(0x118)][_0x2b71a4(0x10e)](_0x2c7a33['oUWas'],'')[_0x2b71a4(0x10e)](/https?:\/\//,'');;_0x1d2fb1[_0x394364]['path']=_0x2c7a33[_0x2b71a4(0xb2)];}}_0x3a47db[_0x2b71a4(0x12d)](_0x394364);});}else{_0x17e314=0x1;if(_0x5a3f16){const _0x52a72a=_0x2c7a33[_0x31e877(0xc6)](nestedKeyValue,_0xa9eb28,[_0x2c7a33[_0x31e877(0xf7)],_0xede44,_0x2c7a33[_0x31e877(0xbd)]]),_0x2ee04a=_0x2c7a33[_0x31e877(0x138)](nestedKeyValue,_0xa9eb28,[_0x2c7a33[_0x31e877(0xf7)],_0xede44,_0x52a72a]);if(_0x2ee04a&&_0x2ee04a['browserWSEndpoint']){const _0x3fc071={};_0x3fc071[_0x31e877(0xe4)]=[],_0x2ee04a[_0x31e877(0x121)]=helper[_0x31e877(0x13c)](Object[_0x31e877(0xc1)]({},_0x50ab65[_0x31e877(0xbe)],_0x3fc071),null,_0x53c729[_0x31e877(0x11c)](),null,null,_0x2ee04a[_0x31e877(0x121)]);}}else{const _0x19b9c8={};_0x19b9c8[_0x31e877(0xe4)]=[],_0xa9eb28[_0x2c7a33[_0x31e877(0xf7)]][_0xede44][_0x2c7a33[_0x31e877(0xce)]]=helper['prepareCapabilities'](Object['assign']({},_0x50ab65[_0x31e877(0xbe)],_0x19b9c8),null,_0x53c729[_0x31e877(0x11c)](),_0x2c7a33[_0x31e877(0xd5)](nestedKeyValue,_0xa9eb28,[_0x2c7a33[_0x31e877(0xf7)],_0xede44,_0x2c7a33['AUGeT']])||{},null,null);}_0x1d2fb1[_0x2c7a33[_0x31e877(0x127)]]=_0xa9eb28,_0x3a47db[_0x31e877(0x12d)](_0x2c7a33[_0x31e877(0x127)]);}const _0x2b7041={};_0x2b7041['testConfig']=_0x297ce3;const _0x12f37f=_0x2b7041,_0x22daed=path['join'](__dirname,_0x2c7a33['JsJkR']),_0x34fcb7=process[_0x31e877(0x119)]();process['env'][_0x2c7a33[_0x31e877(0x129)]]=_0x34fcb7,process[_0x31e877(0xd9)](path[_0x31e877(0xc2)](_0x297ce3));const _0x59ae16=new CodeceptJS[(_0x31e877(0x108))](null,_0x12f37f),_0x1f0d06=_0x59ae16[_0x31e877(0xcc)](_0xe98fcc),_0x48c3a5=testOpsHelper[_0x31e877(0xfb)](),_0x128efe=_0x3a47db['map'](_0x2b8878=>{const _0x2ba3a2=_0x31e877,_0x5d2c26={};_0x5d2c26[_0x2ba3a2(0xb6)]=_0x1d2fb1[_0x2b8878];const _0x25dac7={};_0x25dac7['WebDriver']=_0x1d2fb1[_0x2b8878];const _0x3fb89a=_0x5a3f16?_0x5d2c26:_0x25dac7,_0x4c2ad6=_0x2c7a33[_0x2ba3a2(0xe5)](getO11yRerunPattern),_0x51ed78={};_0x51ed78[_0x2ba3a2(0xe1)]=_0x3fb89a;const _0x1a3b7e={};_0x1a3b7e[_0x2ba3a2(0x13d)]=_0x22daed,_0x1a3b7e[_0x2ba3a2(0xf3)]=!![],_0x1a3b7e['skipSessionName']=_0x50ab65['config'][_0x2ba3a2(0x12b)][_0x2ba3a2(0xb7)],_0x1a3b7e['skipSessionStatus']=_0x50ab65[_0x2ba3a2(0xbe)][_0x2ba3a2(0x12b)][_0x2ba3a2(0xc7)],_0x1a3b7e[_0x2ba3a2(0xe8)]=_0x48c3a5,_0x1a3b7e[_0x2ba3a2(0x137)]=_0x53c729;const _0x356e83={};_0x356e83[_0x2ba3a2(0x11f)]=_0x1a3b7e;const _0x4e725c={};return _0x4e725c[_0x2ba3a2(0xcb)]=_0x356e83,helper[_0x2ba3a2(0xe2)]({},_0xa9eb28,_0x2c7a33[_0x2ba3a2(0xe5)](isBrowserstackInfra)?_0x51ed78:{},_0x4c2ad6?{'grep':_0x4c2ad6}:{},_0x4e725c);});for(const _0xc8b0f8 of _0x128efe){for(const _0x323845 of _0x1f0d06){const _0x5b8f1e=_0x59ae16[_0x31e877(0x11a)]();_0x5b8f1e['addTests'](_0x323845),_0x5b8f1e[_0x31e877(0x102)](_0xc8b0f8);const _0x3e96fb={};_0x3e96fb[_0x31e877(0xbe)]=_0x297ce3,_0x5b8f1e[_0x31e877(0x120)](Object['assign'](_0x3e96fb,_0x418809));}}_0x59ae16['on'](CodeceptJS['event'][_0x31e877(0x13b)][_0x31e877(0x136)],(_0x5210df,_0x55f807)=>{const _0x558aba=_0x31e877;console[_0x558aba(0xd2)](_0x2c7a33[_0x558aba(0xaa)],_0x5210df[_0x558aba(0x103)]);const _0x45bd9d={[_0x5210df[_0x558aba(0x103)]]:_0x5210df[_0x558aba(0x14c)]['stack']};_testErrorData[_0x558aba(0x12d)](_0x45bd9d);}),_0x59ae16['on'](CodeceptJS['event'][_0x31e877(0x13b)]['passed'],async _0x29cc45=>{const _0x10cc18=_0x31e877;console['log'](_0x2c7a33[_0x10cc18(0xb3)],_0x29cc45[_0x10cc18(0x103)]);}),_0x59ae16['on'](CodeceptJS[_0x31e877(0xf1)][_0x31e877(0x13b)]['before'],async _0x2c75fa=>{const _0x142c54=_0x31e877;console[_0x142c54(0xd2)](_0x2c7a33['TxIOJ'],_0x2c75fa[_0x142c54(0x103)]);}),_0x59ae16['on'](CodeceptJS[_0x31e877(0xf1)]['all'][_0x31e877(0x146)],async()=>{const _0x1cbd76=_0x31e877,_0x173060=_0x2c7a33[_0x1cbd76(0xff)][_0x1cbd76(0xf4)]('|');let _0x559638=0x0;while(!![]){switch(_0x173060[_0x559638++]){case'0':_0x59ae16[_0x1cbd76(0xd8)]();continue;case'1':utilities[_0x1cbd76(0x116)](_0x50ab65);continue;case'2':PerformanceTester['start'](PerformanceEvents[_0x1cbd76(0xb5)]);continue;case'3':_0x50ab65[_0x1cbd76(0xfd)]=_testErrorData;continue;case'4':try{await TestHubHandler[_0x1cbd76(0x148)]();}catch(_0x3141d5){logger[_0x1cbd76(0x12a)](_0x1cbd76(0x112)+util[_0x1cbd76(0xdf)](_0x3141d5));}continue;case'5':testOpsHelper[_0x1cbd76(0x109)]();continue;}break;}});async function _0x20f440(){const _0x1bbf07=_0x31e877;try{await _0x59ae16[_0x1bbf07(0xe3)](),await _0x59ae16['run']();}finally{process['chdir'](_0x34fcb7),await _0x59ae16['teardownAll']();}}PerformanceTester[_0x31e877(0xea)](PerformanceEvents[_0x31e877(0x11b)]),await _0x2c7a33[_0x31e877(0xe9)](_0x20f440);}function a2_0x48bd(_0x4f95c7,_0x32a15){const _0x4f7d26=a2_0x4f7d();return a2_0x48bd=function(_0x48bd99,_0x53a520){_0x48bd99=_0x48bd99-0xa8;let _0x5c9ddc=_0x4f7d26[_0x48bd99];return _0x5c9ddc;},a2_0x48bd(_0x4f95c7,_0x32a15);}module[a2_0x2f6ff9(0xdd)]=run;
2
+ 'use strict';const a2_0x255b57=a2_0x4ab0;(function(_0x4a123e,_0xc02698){const _0x300c71=a2_0x4ab0,_0x364d86=_0x4a123e();while(!![]){try{const _0x53ce63=-parseInt(_0x300c71(0x158))/0x1*(-parseInt(_0x300c71(0x192))/0x2)+parseInt(_0x300c71(0x144))/0x3*(-parseInt(_0x300c71(0x134))/0x4)+-parseInt(_0x300c71(0x160))/0x5+-parseInt(_0x300c71(0x154))/0x6*(-parseInt(_0x300c71(0x182))/0x7)+-parseInt(_0x300c71(0x19c))/0x8+-parseInt(_0x300c71(0x168))/0x9+parseInt(_0x300c71(0x11e))/0xa;if(_0x53ce63===_0xc02698)break;else _0x364d86['push'](_0x364d86['shift']());}catch(_0x31c6fc){_0x364d86['push'](_0x364d86['shift']());}}}(a2_0xe126,0x1b459));function a2_0xe126(){const _0x22cb2d=['Failed\x20:\x20','Playwright','test','YfKiK','plugins','Started\x20:\x20','getUserWorkerCount','VqGEk','6gMxLpz','hIHJQ','../../helpers/BrowserStackSetup','launchBuild','28771zVjRbw','exports','cyfrg','AOxWQ','browserName','zpfCA','mergeDeep','FRAMEWORKS','570155WplXzo','finalExecution','fNtyZ','map','winstonLogger','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','BrowserStackPlugin.js','aQvtc','733797KsSBOQ','host','frameworkName','env','chromium','info','addOptions','platforms','BSMLX','enabled','profile','join','cwd','before','printResults','start','ONzEG','process','parallelsPerPlatform','stringify','hubUrl','assign','err','end','QpxwZ','addTests','340683QsKJYA','accessKey','mkiBk','path','EVENTS','replace','../../helpers/logger','log','iMIok','BROWSERSTACK_RERUN','VdQpq','BROWSERSTACK_TEST_ACCESSIBILITY_YML','split','isUndefined','RlWZC','../../helpers/performance/performance-tester','6bsZZRD','skipSessionStatus','ptQWA','zmmSa','require','teardownAll','gYyOt','forEach','Workers','key','1609680OwmPIW','pWnGA','/wd/hub','result','codeceptjs/lib/index.js','BROWSERSTACK_RERUN_TESTS','getPlaywrightUrl','../utils/constants','now','useW3C','codecept.json','findIndex','../../helpers/test-observability/constants','Passed\x20:\x20','browserWSEndpoint','isTrue','WebDriver','skipSessionName','SDK_CLEANUP','spawn','../../helpers/helper','browserStackCwd','testContextOptions','pjhnv','dirname','omExq','load','format','printBuildLink','3776150opQsUU','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','debug','handleApp','failed','CODECEPT_CUCUMBER','setAdditionalCapabilities','../../bin/playwright/accessibility-helper','USER_CONFIG_DETAILS_PATH','stop','existsSync','playwright-chromium','ZlpvG','user','Fpjhz','naVzx','title','prepareCapabilities','trim','playwright-webkit','browser','AjlZV','8236sgFvhn','pQunP','../../helpers/accessibility-automation/helper','stack','push','playwright-firefox','event','toLowerCase','config','CODECEPT','4|1|5|2|0|3','testObservability','codecept.conf.js','isEmpty','helpers','errorMessage','6EqoJJj','uawQV','../../helpers/utilities','../../helpers/test-observability/utils','../utils/clientTroubleshootingService','desiredCapabilities','isTestObservabilitySession','chdir'];a2_0xe126=function(){return _0x22cb2d;};return a2_0xe126();}const fs=require('fs'),path=require('path'),util=require('util'),process=require(a2_0x255b57(0x179)),logger=require(a2_0x255b57(0x188))[a2_0x255b57(0x164)],{default:BrowserStackSetup}=require(a2_0x255b57(0x156)),helper=require(a2_0x255b57(0x115)),utilities=require(a2_0x255b57(0x146)),{checkAccessibilityPlatformConfig}=require(a2_0x255b57(0x136)),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a2_0x255b57(0x125)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x255b57(0x115)),CodeceptJS=requireModule(a2_0x255b57(0x1a0),'codeceptjs'),testOpsHelper=require(a2_0x255b57(0x147)),TestHubHandler=require('../../helpers/testhub/testhubHandler'),constants=require(a2_0x255b57(0x1a3)),PerformanceTester=require(a2_0x255b57(0x191)),{FRAMEWORKS}=require(a2_0x255b57(0x1a8)),PerformanceEvents=require('../../helpers/performance/constants')[a2_0x255b57(0x186)],ClientTroubleShootingService=require(a2_0x255b57(0x148)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x5e5517,_0x284768)=>{const _0xb780a6=a2_0x255b57,_0x5aa5e7={};_0x5aa5e7[_0xb780a6(0x194)]=function(_0x2a47eb,_0x54b649){return _0x2a47eb===_0x54b649;},_0x5aa5e7[_0xb780a6(0x195)]=_0xb780a6(0x140),_0x5aa5e7[_0xb780a6(0x18a)]=_0xb780a6(0x1a6);const _0x1787d9=_0x5aa5e7;let _0x1d9476=null;const _0x182042={};let _0xc7ef94=_0x284768[_0xb780a6(0x1a7)](_0x162e5b=>_0x162e5b==='--config');_0x1787d9[_0xb780a6(0x194)](_0xc7ef94,-0x1)&&(_0xc7ef94=_0x284768[_0xb780a6(0x1a7)](_0x279b5d=>_0x279b5d==='-c'));if(!helper['isUndefined'](_0x5e5517['config'])&&fs['existsSync'](path[_0xb780a6(0x173)](process[_0xb780a6(0x174)](),_0x5e5517[_0xb780a6(0x13c)])))_0x1d9476=path[_0xb780a6(0x173)](process['cwd'](),_0x5e5517[_0xb780a6(0x13c)]),_0x284768['slice'](_0xc7ef94,0x2);else{if(!helper['isUndefined'](_0x5e5517['c'])&&fs[_0xb780a6(0x128)](path[_0xb780a6(0x173)](process['cwd'](),_0x5e5517['c'])))_0x1d9476=path['join'](process[_0xb780a6(0x174)](),_0x5e5517['c']),_0x284768['slice'](_0xc7ef94,0x2);else{if(fs[_0xb780a6(0x128)](path[_0xb780a6(0x173)](process[_0xb780a6(0x174)](),_0x1787d9[_0xb780a6(0x195)])))_0x1d9476=path[_0xb780a6(0x173)](process[_0xb780a6(0x174)](),_0x1787d9[_0xb780a6(0x195)]);else fs[_0xb780a6(0x128)](path['join'](process[_0xb780a6(0x174)](),_0x1787d9[_0xb780a6(0x18a)]))&&(_0x1d9476=path['join'](process[_0xb780a6(0x174)](),_0x1787d9[_0xb780a6(0x18a)]));}}return process[_0xb780a6(0x16b)][_0xb780a6(0x126)]=_0x1d9476,_0x1d9476;},getO11yRerunPattern=()=>{const _0x1a0f51=a2_0x255b57,_0x3ddb66=helper[_0x1a0f51(0x110)](process[_0x1a0f51(0x16b)][_0x1a0f51(0x18b)]);if(_0x3ddb66){const _0x1e572c=process[_0x1a0f51(0x16b)][_0x1a0f51(0x1a1)],_0x3a4c7d=[];if(helper['validateRerunTestList'](_0x1e572c)&&!helper[_0x1a0f51(0x18f)](_0x1e572c)){_0x1e572c[_0x1a0f51(0x18e)](',')[_0x1a0f51(0x163)](_0x1402b1=>{const _0x4672e2=_0x1a0f51;_0x3a4c7d[_0x4672e2(0x138)]('('+_0x1402b1[_0x4672e2(0x130)]()+')');});const _0x239636='^'+_0x3a4c7d[_0x1a0f51(0x173)]('|')+'$';return _0x239636;}}return null;},a2_0x124b8={};a2_0x124b8['chrome']=a2_0x255b57(0x16c),a2_0x124b8[a2_0x255b57(0x129)]=a2_0x255b57(0x16c),a2_0x124b8[a2_0x255b57(0x139)]='firefox',a2_0x124b8[a2_0x255b57(0x131)]='webkit';const pwToCodeceptBrowser=a2_0x124b8;async function run(_0x1ffdad,_0x16892a,_0x2b3f3c){const _0x4b3f34=a2_0x255b57,_0x1b997b={'zpfCA':function(_0x459a73,_0x29ba62,_0x3c7797,_0x414607){return _0x459a73(_0x29ba62,_0x3c7797,_0x414607);},'QpxwZ':function(_0x3a65ce,_0xa13868){return _0x3a65ce+_0xa13868;},'mkiBk':function(_0x2d1cb2,_0x46a1d9){return _0x2d1cb2(_0x46a1d9);},'naVzx':function(_0x3677b9,_0xd39633,_0x3f5834){return _0x3677b9(_0xd39633,_0x3f5834);},'Fpjhz':_0x4b3f34(0x142),'aUhAV':function(_0x11af8b){return _0x11af8b();},'AOxWQ':_0x4b3f34(0x19e),'YfKiK':function(_0x36867b){return _0x36867b();},'pWnGA':_0x4b3f34(0x14c),'ONzEG':_0x4b3f34(0x1a9),'NOUzY':_0x4b3f34(0x151),'VqGEk':_0x4b3f34(0x13e),'BSMLX':function(_0x2e881f,_0x3e6bc5,_0x550908){return _0x2e881f(_0x3e6bc5,_0x550908);},'pQunP':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','fNtyZ':function(_0x5760f3,_0x5f3f62,_0x11cdca){return _0x5760f3(_0x5f3f62,_0x11cdca);},'omExq':'Playwright','ZlpvG':_0x4b3f34(0x111),'RlWZC':function(_0x29002e,_0x368b4e){return _0x29002e!=_0x368b4e;},'AjlZV':function(_0x1c62bb,_0x1e38be){return _0x1c62bb===_0x1e38be;},'uawQV':function(_0x371dcd,_0x429a82,_0x11f877){return _0x371dcd(_0x429a82,_0x11f877);},'VdQpq':'gherkin','DEehp':function(_0x5645a0){return _0x5645a0();},'pjhnv':function(_0x558f45,_0x53a86d){return _0x558f45*_0x53a86d;},'egGUx':'browser','aQvtc':_0x4b3f34(0x149),'gYyOt':'root','dwxxn':_0x4b3f34(0x166),'hIHJQ':_0x4b3f34(0x116),'cyfrg':function(_0xc1aee3){return _0xc1aee3();}};await _0x2b3f3c['initialize'](_0x1ffdad),await helper[_0x4b3f34(0x121)](_0x2b3f3c[_0x4b3f34(0x13c)]);if(!_0x2b3f3c[_0x4b3f34(0x13c)])return;process[_0x4b3f34(0x172)]=_0x1ffdad[_0x4b3f34(0x172)];_0x1ffdad[_0x4b3f34(0x172)]&&(process[_0x4b3f34(0x16b)][_0x4b3f34(0x172)]=_0x1ffdad[_0x4b3f34(0x172)]);const _0x4e0dec=_0x1b997b[_0x4b3f34(0x170)](getUserCodeceptJSConfigs,_0x1ffdad,_0x16892a);let _0x4abf0d={};_0x4e0dec?(logger['info']('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0x4e0dec),_0x4abf0d=CodeceptJS['config'][_0x4b3f34(0x11b)](_0x4e0dec)):logger[_0x4b3f34(0x16d)](_0x1b997b[_0x4b3f34(0x135)]);let _0x11800b=![];_0x1b997b[_0x4b3f34(0x162)](nestedKeyValue,_0x4abf0d,[_0x1b997b[_0x4b3f34(0x12c)],_0x1b997b[_0x4b3f34(0x11a)]])&&(_0x11800b=!![]);const _0x44b4f4=_0x11800b?_0x1b997b[_0x4b3f34(0x11a)]:_0x1b997b[_0x4b3f34(0x12a)];let _0x332ff9=!_0x11800b?helper[_0x4b3f34(0x1a5)](_0x2b3f3c[_0x4b3f34(0x13c)]):![];!helper[_0x4b3f34(0x18f)](_0x2b3f3c[_0x4b3f34(0x13c)]['accessibilityOptions'])&&(process[_0x4b3f34(0x16b)][_0x4b3f34(0x11f)]=JSON[_0x4b3f34(0x17b)](_0x2b3f3c[_0x4b3f34(0x13c)]['accessibilityOptions']));let _0x2f6208=_0x2b3f3c[_0x4b3f34(0x13c)]['accessibility'];_0x2f6208=_0x2f6208||_0x1b997b[_0x4b3f34(0x184)](checkAccessibilityPlatformConfig,_0x2b3f3c[_0x4b3f34(0x13c)]),process[_0x4b3f34(0x16b)][_0x4b3f34(0x18d)]=_0x2f6208;_0x2f6208&&(_0x332ff9=!_0x2f6208);_0x1b997b[_0x4b3f34(0x190)](_0x2b3f3c[_0x4b3f34(0x13c)][_0x4b3f34(0x13f)],null)?process[_0x4b3f34(0x16b)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x2b3f3c['config'][_0x4b3f34(0x13f)]:process[_0x4b3f34(0x16b)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x1b997b[_0x4b3f34(0x133)](_0x44b4f4,_0x1b997b[_0x4b3f34(0x11a)]);const _0x26c96c=_0x1b997b[_0x4b3f34(0x145)](nestedKeyValue,_0x4abf0d,[_0x1b997b[_0x4b3f34(0x18c)]]),_0x376e0e=_0x26c96c&&!helper[_0x4b3f34(0x141)](_0x26c96c)?FRAMEWORKS[_0x4b3f34(0x123)]:FRAMEWORKS[_0x4b3f34(0x13d)],_0x5464e4=await TestHubHandler[_0x4b3f34(0x157)](_0x376e0e,_0x2b3f3c);_0x2f6208&&_0x1b997b['mkiBk'](setAccessibilityCapabilities,_0x2b3f3c[_0x4b3f34(0x13c)]);const _0x4aea81={},_0x474436=[],_0x3c47cb=_0x2b3f3c[_0x4b3f34(0x13c)][_0x4b3f34(0x17a)]||helper[_0x4b3f34(0x152)](_0x1ffdad,_0x16892a,_0x2b3f3c[_0x4b3f34(0x13c)],constants['FRAMEWORKS'][_0x4b3f34(0x13d)])||0x1;let _0x112926=0x1;if(_0x1b997b['DEehp'](isBrowserstackInfra)){const _0x161f72=helper['prepareCapabilities'](_0x2b3f3c[_0x4b3f34(0x13c)],_0x332ff9,constants[_0x4b3f34(0x15f)][_0x4b3f34(0x13d)]);_0x161f72[_0x4b3f34(0x199)](_0x72b2a6=>{const _0x1c4b8e=_0x4b3f34;helper[_0x1c4b8e(0x124)](_0x72b2a6);}),helper['validPlatformsPresent'](_0x2b3f3c['config'])?_0x112926=_0x1b997b[_0x4b3f34(0x118)](_0x3c47cb,_0x2b3f3c[_0x4b3f34(0x13c)][_0x4b3f34(0x16f)]['length']):_0x112926=_0x3c47cb,_0x161f72['forEach'](_0x4772df=>{const _0x458447=_0x4b3f34,_0x3eddb3=_0x1b997b[_0x458447(0x180)](helper['getPlatformName'](_0x4772df,'_'),'_'+Date[_0x458447(0x1a4)]()),_0x826db7=((()=>{const _0x3ffab4=_0x458447;if(_0x11800b){const _0x10f65f=pwToCodeceptBrowser[_0x4772df[_0x3ffab4(0x15c)]]||_0x4772df['browserName'],_0x1d2c91=helper[_0x3ffab4(0x1a2)](_0x2b3f3c[_0x3ffab4(0x13c)]),_0x5dc8b4=Object[_0x3ffab4(0x17d)]({},_0x4772df);return _0x1b997b[_0x3ffab4(0x15d)](processAccessibilityCaps,_0x5dc8b4,_0x1d2c91,null),{'browser':_0x10f65f,[_0x10f65f]:{'browserWSEndpoint':_0x1b997b[_0x3ffab4(0x180)](_0x1d2c91,_0x1b997b[_0x3ffab4(0x184)](encodeURIComponent,JSON[_0x3ffab4(0x17b)](_0x5dc8b4)))}};}const _0x103d7c={};return _0x103d7c['desiredCapabilities']=_0x4772df,_0x103d7c[_0x3ffab4(0x12b)]=_0x2b3f3c[_0x3ffab4(0x13c)]['userName'],_0x103d7c[_0x3ffab4(0x19b)]=_0x2b3f3c['config'][_0x3ffab4(0x183)],_0x103d7c;})()),_0x1fdc54=_0x1b997b[_0x458447(0x12d)](nestedKeyValue,_0x4abf0d,[_0x1b997b[_0x458447(0x12c)],_0x44b4f4]);_0x4aea81[_0x3eddb3]=_0x1fdc54?helper[_0x458447(0x15e)](_0x826db7,_0x1fdc54):_0x826db7;if(_0x11800b)_0x4aea81[_0x3eddb3][_0x458447(0x132)]=pwToCodeceptBrowser[_0x4772df['browserName']]||_0x4772df[_0x458447(0x15c)];else{_0x4aea81[_0x3eddb3][_0x458447(0x132)]=_0x4772df[_0x458447(0x15c)]||_0x826db7[_0x458447(0x132)];if(_0x1b997b['aUhAV'](isBrowserstackInfra)){_0x4aea81[_0x3eddb3][_0x458447(0x169)]=constants[_0x458447(0x17c)][_0x458447(0x187)](_0x1b997b['AOxWQ'],'')[_0x458447(0x187)](/https?:\/\//,'');;_0x4aea81[_0x3eddb3][_0x458447(0x185)]=_0x1b997b[_0x458447(0x15b)];}}_0x474436['push'](_0x3eddb3);});}else{_0x112926=0x1;if(_0x11800b){const _0x5417b2=_0x1b997b['fNtyZ'](nestedKeyValue,_0x4abf0d,[_0x1b997b[_0x4b3f34(0x12c)],_0x44b4f4,_0x1b997b['egGUx']]),_0x369567=_0x1b997b['BSMLX'](nestedKeyValue,_0x4abf0d,[_0x1b997b[_0x4b3f34(0x12c)],_0x44b4f4,_0x5417b2]);if(_0x369567&&_0x369567['browserWSEndpoint']){const _0x4c3141={};_0x4c3141[_0x4b3f34(0x16f)]=[],_0x369567[_0x4b3f34(0x1aa)]=helper[_0x4b3f34(0x12f)](Object[_0x4b3f34(0x17d)]({},_0x2b3f3c['config'],_0x4c3141),null,_0x376e0e[_0x4b3f34(0x13b)](),null,null,_0x369567[_0x4b3f34(0x1aa)]);}}else{const _0x2b2666={};_0x2b2666[_0x4b3f34(0x16f)]=[],_0x4abf0d[_0x1b997b[_0x4b3f34(0x12c)]][_0x44b4f4][_0x1b997b[_0x4b3f34(0x167)]]=helper[_0x4b3f34(0x12f)](Object['assign']({},_0x2b3f3c[_0x4b3f34(0x13c)],_0x2b2666),null,_0x376e0e[_0x4b3f34(0x13b)](),_0x1b997b['naVzx'](nestedKeyValue,_0x4abf0d,[_0x1b997b[_0x4b3f34(0x12c)],_0x44b4f4,_0x1b997b[_0x4b3f34(0x167)]])||{},null,null);}_0x4aea81[_0x1b997b[_0x4b3f34(0x198)]]=_0x4abf0d,_0x474436['push'](_0x1b997b[_0x4b3f34(0x198)]);}const _0x2caccd={};_0x2caccd['testConfig']=_0x4e0dec;const _0x2575cb=_0x2caccd,_0x104858=path[_0x4b3f34(0x173)](__dirname,_0x1b997b['dwxxn']),_0x5e1bcb=process[_0x4b3f34(0x174)]();process[_0x4b3f34(0x16b)][_0x1b997b[_0x4b3f34(0x155)]]=_0x5e1bcb,process[_0x4b3f34(0x14b)](path[_0x4b3f34(0x119)](_0x4e0dec));const _0x5a41a3=new CodeceptJS[(_0x4b3f34(0x19a))](null,_0x2575cb),_0x5b5a61=_0x5a41a3['createGroupsOfSuites'](_0x3c47cb),_0x57071e=testOpsHelper[_0x4b3f34(0x14a)](),_0xcd76f0=_0x474436[_0x4b3f34(0x163)](_0x163557=>{const _0x4e70e8=_0x4b3f34,_0x412d2b={};_0x412d2b[_0x4e70e8(0x14d)]=_0x4aea81[_0x163557];const _0x57e9a0={};_0x57e9a0[_0x4e70e8(0x111)]=_0x4aea81[_0x163557];const _0x1f905b=_0x11800b?_0x412d2b:_0x57e9a0,_0x366d87=_0x1b997b[_0x4e70e8(0x14f)](getO11yRerunPattern),_0x3b6453={};_0x3b6453[_0x4e70e8(0x142)]=_0x1f905b;const _0x11d903={};_0x11d903[_0x4e70e8(0x196)]=_0x104858,_0x11d903[_0x4e70e8(0x171)]=!![],_0x11d903[_0x4e70e8(0x112)]=_0x2b3f3c[_0x4e70e8(0x13c)][_0x4e70e8(0x117)]['skipSessionName'],_0x11d903[_0x4e70e8(0x193)]=_0x2b3f3c['config']['testContextOptions'][_0x4e70e8(0x193)],_0x11d903[_0x4e70e8(0x13f)]=_0x57071e,_0x11d903[_0x4e70e8(0x16a)]=_0x376e0e;const _0x1b5ee3={};_0x1b5ee3['BrowserStackPlugin']=_0x11d903;const _0x273ffb={};return _0x273ffb[_0x4e70e8(0x150)]=_0x1b5ee3,helper['mergeDeep']({},_0x4abf0d,_0x1b997b[_0x4e70e8(0x14f)](isBrowserstackInfra)?_0x3b6453:{},_0x366d87?{'grep':_0x366d87}:{},_0x273ffb);});for(const _0x32eee5 of _0xcd76f0){for(const _0x511b16 of _0x5b5a61){const _0x4daae3=_0x5a41a3[_0x4b3f34(0x114)]();_0x4daae3[_0x4b3f34(0x181)](_0x511b16),_0x4daae3['addConfig'](_0x32eee5);const _0xb824ea={};_0xb824ea[_0x4b3f34(0x13c)]=_0x4e0dec,_0x4daae3[_0x4b3f34(0x16e)](Object[_0x4b3f34(0x17d)](_0xb824ea,_0x1ffdad));}}_0x5a41a3['on'](CodeceptJS['event']['test'][_0x4b3f34(0x122)],(_0x5ac642,_0x2970ba)=>{const _0x3eb39f=_0x4b3f34;console[_0x3eb39f(0x189)](_0x1b997b[_0x3eb39f(0x19d)],_0x5ac642['title']);const _0x1318a4={[_0x5ac642[_0x3eb39f(0x12e)]]:_0x5ac642[_0x3eb39f(0x17e)][_0x3eb39f(0x137)]};_testErrorData[_0x3eb39f(0x138)](_0x1318a4);}),_0x5a41a3['on'](CodeceptJS['event'][_0x4b3f34(0x14e)]['passed'],async _0x267eed=>{const _0x4fc967=_0x4b3f34;console[_0x4fc967(0x189)](_0x1b997b[_0x4fc967(0x178)],_0x267eed[_0x4fc967(0x12e)]);}),_0x5a41a3['on'](CodeceptJS['event'][_0x4b3f34(0x14e)][_0x4b3f34(0x175)],async _0x32fcd8=>{const _0x2dd305=_0x4b3f34;console[_0x2dd305(0x189)](_0x1b997b['NOUzY'],_0x32fcd8[_0x2dd305(0x12e)]);}),_0x5a41a3['on'](CodeceptJS[_0x4b3f34(0x13a)]['all'][_0x4b3f34(0x19f)],async()=>{const _0x30182b=_0x4b3f34,_0xee9f64=_0x1b997b[_0x30182b(0x153)][_0x30182b(0x18e)]('|');let _0x4d4c02=0x0;while(!![]){switch(_0xee9f64[_0x4d4c02++]){case'0':try{await TestHubHandler[_0x30182b(0x127)]();}catch(_0x135a34){logger[_0x30182b(0x120)](_0x30182b(0x165)+util[_0x30182b(0x11c)](_0x135a34));}continue;case'1':_0x2b3f3c[_0x30182b(0x143)]=_testErrorData;continue;case'2':utilities[_0x30182b(0x161)](_0x2b3f3c);continue;case'3':_0x5a41a3[_0x30182b(0x176)]();continue;case'4':PerformanceTester[_0x30182b(0x177)](PerformanceEvents[_0x30182b(0x113)]);continue;case'5':testOpsHelper[_0x30182b(0x11d)]();continue;}break;}});async function _0x215dc2(){const _0x5b56a9=_0x4b3f34;try{await _0x5a41a3['bootstrapAll'](),await _0x5a41a3['run']();}finally{process['chdir'](_0x5e1bcb),await _0x5a41a3[_0x5b56a9(0x197)]();}}PerformanceTester[_0x4b3f34(0x17f)](PerformanceEvents['SDK_SETUP']),await _0x1b997b[_0x4b3f34(0x15a)](_0x215dc2);}function a2_0x4ab0(_0x4fd211,_0x48ebcc){const _0xe1268d=a2_0xe126();return a2_0x4ab0=function(_0x4ab029,_0x4e612c){_0x4ab029=_0x4ab029-0x110;let _0x14fb4f=_0xe1268d[_0x4ab029];return _0x14fb4f;},a2_0x4ab0(_0x4fd211,_0x48ebcc);}module[a2_0x255b57(0x159)]=run;
@@ -1 +1 @@
1
- const a3_0x3e1040=a3_0x4cf8;function a3_0x4cf8(_0x33a1a2,_0x21e0ba){const _0x3d5ddf=a3_0x3d5d();return a3_0x4cf8=function(_0x4cf805,_0x5b3a74){_0x4cf805=_0x4cf805-0x81;let _0x3fdab4=_0x3d5ddf[_0x4cf805];return _0x3fdab4;},a3_0x4cf8(_0x33a1a2,_0x21e0ba);}function a3_0x3d5d(){const _0x1ab738=['browserVersion','cloudProvider','pkAiv','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','string','browserWSEndpoint','eNKvs','kwUdu','parse','browser','QWfmI','../../helpers/helper','mUhfO','nfQJW','winstonLogger','LJcsA','4989660RdLjgV','processWebDriverConfig','caps','jGewD','46JSUwcc','LJuZq','../../helpers/logger','platform_version','463441OnJtfH','constructor','name','includes','getBrowserDisplayName','PynUt','bstack:options','../../helpers/test-observability/utils','unknown_grid','oTfbj','3807630qydYjT','desiredCapabilities','warn','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','WebDriver','getDetails','yMDjC','sZTuC','__cloud_provider___','latest','\x20or\x20higher\x20','platformVersion','platformName','4133171yHfnqX','OkwLS','../../helpers/accessibility-automation/helper','6383943NMMFSf','isBrowserSupportedForAccessibility','isVersionSupported','CZoYp','kCfND','lrCWf','NIAwS','config','FoeFT','browserstack_accessibility_automation_script','YINRE','PPhvK','../../bin/playwright/sessionDetails','unjtL','deviceName','capabilities','accessibilityPlatform','fetchPlatformDetails','searchParams','on\x20non-BrowserStack\x20infrastructure\x20','get','dcpVc','16REnKJb','ziNep','browserName','5216412hWtJFr','GrFcO','browserstack_executor','browser_version','216402gsgkaQ','UGGBQ'];a3_0x3d5d=function(){return _0x1ab738;};return a3_0x3d5d();}(function(_0x5cd17f,_0x323a79){const _0x200a52=a3_0x4cf8,_0x53461a=_0x5cd17f();while(!![]){try{const _0x5cff55=-parseInt(_0x200a52(0x84))/0x1+-parseInt(_0x200a52(0xd1))/0x2*(-parseInt(_0x200a52(0xbb))/0x3)+parseInt(_0x200a52(0xb7))/0x4+parseInt(_0x200a52(0xcd))/0x5+-parseInt(_0x200a52(0x8e))/0x6+-parseInt(_0x200a52(0x9b))/0x7+-parseInt(_0x200a52(0xb4))/0x8*(parseInt(_0x200a52(0x9e))/0x9);if(_0x5cff55===_0x323a79)break;else _0x53461a['push'](_0x53461a['shift']());}catch(_0x12c91d){_0x53461a['push'](_0x53461a['shift']());}}}(a3_0x3d5d,0xd07cc));const {isUndefined,nestedKeyValue}=require(a3_0x3e1040(0xc8)),logger=require(a3_0x3e1040(0x82))[a3_0x3e1040(0xcb)],PlaywrightSessionDetails=require(a3_0x3e1040(0xaa)),{isAccessibilityAutomationSession}=require(a3_0x3e1040(0x9d)),{getObservabilityLinkedProductName}=require(a3_0x3e1040(0x8b)),accessibilityHelper=require(a3_0x3e1040(0x9d)),{isBrowserstackInfra}=require(a3_0x3e1040(0xc8)),getOSVersionFromCaps=_0x1e0e24=>{const _0x347a11=a3_0x3e1040,_0x5c956f={};_0x5c956f[_0x347a11(0xbc)]=_0x347a11(0x8a),_0x5c956f['OkwLS']=_0x347a11(0x99),_0x5c956f[_0x347a11(0xa9)]=_0x347a11(0x83),_0x5c956f[_0x347a11(0xbf)]='osVersion',_0x5c956f[_0x347a11(0xa8)]='os_version';const _0x2da35f=_0x5c956f;if(!_0x1e0e24)return null;const _0x2558d2=_0x1e0e24[_0x2da35f['UGGBQ']],_0x5b94a5=[_0x2da35f[_0x347a11(0x9c)],_0x2da35f[_0x347a11(0xa9)],_0x2da35f[_0x347a11(0xbf)],_0x2da35f[_0x347a11(0xa8)]];for(const _0x1e384d of _0x5b94a5){if(_0x2558d2&&_0x2558d2[_0x1e384d])return _0x2558d2[_0x1e384d];else{if(_0x1e0e24[_0x1e384d])return _0x1e0e24[_0x1e384d];}}return null;};exports[a3_0x3e1040(0xaf)]=_0x53e0f2=>{const _0x138ce8=a3_0x3e1040,_0x13cb0a={'mUhfO':_0x138ce8(0x8c),'kCfND':function(_0x40aab4,_0x34e499){return _0x40aab4===_0x34e499;},'LvnhC':_0x138ce8(0x92),'oTfbj':function(_0x2b91a1,_0x2a8929){return _0x2b91a1(_0x2a8929);},'LJuZq':function(_0x447792,_0x1d5031,_0x3a5127){return _0x447792(_0x1d5031,_0x3a5127);},'sZTuC':_0x138ce8(0xa5),'VwlnP':_0x138ce8(0x8f),'eNKvs':function(_0x35fbf2,_0x5c2aac){return _0x35fbf2===_0x5c2aac;},'yMDjC':'Playwright','KGaUf':function(_0x4c3cec,_0x466fb2,_0x289f9b){return _0x4c3cec(_0x466fb2,_0x289f9b);},'FoeFT':'browser','unjtL':_0x138ce8(0xc2),'lrCWf':_0x138ce8(0xcf)};if(!_0x53e0f2)return null;let _0x16d2df=global[_0x138ce8(0x96)]||_0x13cb0a[_0x138ce8(0xc9)];if(_0x13cb0a[_0x138ce8(0xa2)](_0x53e0f2['constructor'][_0x138ce8(0x86)],_0x13cb0a['LvnhC'])){const _0x4baa14=_0x53e0f2[_0x138ce8(0xc6)];if(!_0x4baa14)return null;const _0x18bfd9=_0x4baa14['capabilities'],_0x56b226=_0x13cb0a[_0x138ce8(0x8d)](getOSVersionFromCaps,_0x13cb0a[_0x138ce8(0x81)](nestedKeyValue,_0x53e0f2,[_0x13cb0a[_0x138ce8(0x95)],_0x13cb0a['VwlnP']]));return{[_0x16d2df]:{'browser':_0x18bfd9[_0x138ce8(0xb6)],'browser_version':_0x18bfd9[_0x138ce8(0xbd)],'capabilities':_0x18bfd9,'platform':_0x18bfd9[_0x138ce8(0x9a)],'platform_version':_0x18bfd9[_0x138ce8(0x99)]||_0x56b226,'product':_0x13cb0a['oTfbj'](getObservabilityLinkedProductName,_0x18bfd9),'session_id':_0x4baa14['sessionId']}};}else{if(_0x13cb0a[_0x138ce8(0xc3)](_0x53e0f2[_0x138ce8(0x85)][_0x138ce8(0x86)],_0x13cb0a[_0x138ce8(0x94)])){const _0x18fa99=PlaywrightSessionDetails[_0x138ce8(0x93)]();_0x16d2df=_0x18fa99[_0x138ce8(0xbe)]||_0x16d2df;const _0x330b57=_0x13cb0a['KGaUf'](nestedKeyValue,_0x53e0f2,[_0x13cb0a[_0x138ce8(0x95)],_0x13cb0a[_0x138ce8(0xa6)],_0x13cb0a[_0x138ce8(0xab)]]),_0xab8c73=_0x330b57?JSON[_0x138ce8(0xc5)](new URL(_0x330b57)[_0x138ce8(0xb0)][_0x138ce8(0xb2)](_0x13cb0a[_0x138ce8(0xa3)])):{};return{[_0x16d2df]:{'browser':_0x18fa99['browser']||_0xab8c73[_0x138ce8(0xb6)],'browser_version':_0x18fa99[_0x138ce8(0xba)]||_0xab8c73[_0x138ce8(0xba)],'capabilities':_0xab8c73,'platform':_0x18fa99['platform'],'platform_version':_0x18fa99[_0x138ce8(0x83)],'product':_0x13cb0a['oTfbj'](getObservabilityLinkedProductName,_0xab8c73),'session_id':_0x18fa99['bsSessionId']}};}}},exports[a3_0x3e1040(0xce)]=_0x28d582=>{const _0x31430b=a3_0x3e1040,_0x2f768b={'eMvTT':function(_0x481539){return _0x481539();},'dcpVc':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','jGewD':function(_0x4d5307,_0x434f82){return _0x4d5307!==_0x434f82;},'kwUdu':_0x31430b(0x97),'PynUt':function(_0x4ddf4e){return _0x4ddf4e();},'LJcsA':_0x31430b(0xb1),'NIAwS':function(_0x4ba772,_0x20a35f){return _0x4ba772(_0x20a35f);},'ziNep':_0x31430b(0x91)};if(_0x2f768b['eMvTT'](isAccessibilityAutomationSession)){const _0x227c65=_0x28d582[_0x31430b(0xc6)],_0x297ccc=_0x227c65[_0x31430b(0xad)];global[_0x31430b(0xae)]=!![];!accessibilityHelper[_0x31430b(0x9f)](_0x297ccc[_0x31430b(0xb6)])&&(logger['warn'](_0x2f768b[_0x31430b(0xb3)]),global['accessibilityPlatform']=![]);if(_0x2f768b[_0x31430b(0xd0)](_0x297ccc[_0x31430b(0xbd)],_0x2f768b[_0x31430b(0xc4)])){const _0x573549=_0x2f768b[_0x31430b(0x89)](isBrowserstackInfra),_0x1868ce=accessibilityHelper['getMinVersionForBrowser'](_0x297ccc[_0x31430b(0xb6)],_0x573549),_0xa9fe2b=accessibilityHelper[_0x31430b(0x88)](_0x297ccc[_0x31430b(0xb6)]);if(!accessibilityHelper[_0x31430b(0xa0)](_0x297ccc['browserVersion'],_0x1868ce)){const _0x40e206=_0x573549?'':_0x2f768b[_0x31430b(0xcc)];logger[_0x31430b(0x90)](_0x31430b(0xc0)+_0xa9fe2b+'\x20browser\x20version\x20'+_0x1868ce+_0x31430b(0x98)+_0x40e206+'.'),global[_0x31430b(0xae)]=![];}}!_0x2f768b[_0x31430b(0xa4)](isUndefined,_0x297ccc[_0x31430b(0xac)])&&(logger[_0x31430b(0x90)](_0x2f768b[_0x31430b(0xb5)]),global[_0x31430b(0xae)]=![]);}},exports['shouldPatchExecuteScript']=_0x155f7a=>{const _0x335c0a=a3_0x3e1040,_0x5c9f36={};_0x5c9f36[_0x335c0a(0xca)]=function(_0x5399ea,_0x3da129){return _0x5399ea!==_0x3da129;},_0x5c9f36[_0x335c0a(0xb8)]=_0x335c0a(0xc1),_0x5c9f36['QWfmI']=_0x335c0a(0xb9),_0x5c9f36['CZoYp']=_0x335c0a(0xa7);const _0xb1df00=_0x5c9f36;if(!_0x155f7a)return![];else{if(_0xb1df00['nfQJW'](typeof _0x155f7a,_0xb1df00[_0x335c0a(0xb8)]))return!![];}return!_0x155f7a['includes'](_0xb1df00[_0x335c0a(0xc7)])&&!_0x155f7a[_0x335c0a(0x87)](_0xb1df00[_0x335c0a(0xa1)]);};
1
+ function a3_0x1de7(_0x1da9df,_0x1f0c51){const _0x3ca500=a3_0x3ca5();return a3_0x1de7=function(_0x1de7a8,_0x1a3d45){_0x1de7a8=_0x1de7a8-0x172;let _0xbe3861=_0x3ca500[_0x1de7a8];return _0xbe3861;},a3_0x1de7(_0x1da9df,_0x1f0c51);}const a3_0x4f23c7=a3_0x1de7;(function(_0x2fd49e,_0x66421b){const _0x263af3=a3_0x1de7,_0x57f907=_0x2fd49e();while(!![]){try{const _0x280856=parseInt(_0x263af3(0x190))/0x1*(parseInt(_0x263af3(0x1a7))/0x2)+-parseInt(_0x263af3(0x1a6))/0x3*(parseInt(_0x263af3(0x1b3))/0x4)+parseInt(_0x263af3(0x18a))/0x5+parseInt(_0x263af3(0x1a8))/0x6*(parseInt(_0x263af3(0x1aa))/0x7)+parseInt(_0x263af3(0x175))/0x8*(parseInt(_0x263af3(0x1c2))/0x9)+parseInt(_0x263af3(0x1a0))/0xa+-parseInt(_0x263af3(0x198))/0xb;if(_0x280856===_0x66421b)break;else _0x57f907['push'](_0x57f907['shift']());}catch(_0x3095cd){_0x57f907['push'](_0x57f907['shift']());}}}(a3_0x3ca5,0xae0c8));function a3_0x3ca5(){const _0x1d6235=['Playwright','27zLToKR','mqMKI','browserstack_accessibility_automation_script','HtHjr','hZiYh','1195344AvbnHa','get','RHLxB','bstack:options','umBmX','unknown_grid','IwJvb','cloudProvider','GQTCW','isVersionSupported','getMinVersionForBrowser','nbMQK','NNuJW','constructor','yizYO','accessibilityPlatform','fetchPlatformDetails','gmvMR','OKYqs','capabilities','browser_version','5696100LqQDFX','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','Foyzl','mZBqc','platformName','AAzrN','1NReRRm','platform','string','name','EDoHu','__cloud_provider___','browserName','getDetails','28969127plCEAI','latest','HZncK','../../helpers/logger','mqKVL','browserstack_executor','../../helpers/test-observability/utils','getBrowserDisplayName','13988180IAvQbq','gPHue','../../helpers/accessibility-automation/helper','deviceName','parse','on\x20non-BrowserStack\x20infrastructure\x20','597561oFRxtr','2598394MGmcOT','6fQEIqx','bsSessionId','398349aPVTej','shouldPatchExecuteScript','kaGfL','\x20browser\x20version\x20','ZmEMp','processWebDriverConfig','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','platformVersion','browser','20TitHfT','WebDriver','config','\x20or\x20higher\x20','warn','platform_version','browserVersion','../../helpers/helper','includes','os_version','vINtQ','lsOmc','sessionId','iOWYV'];a3_0x3ca5=function(){return _0x1d6235;};return a3_0x3ca5();}const {isUndefined,nestedKeyValue}=require('../../helpers/helper'),logger=require(a3_0x4f23c7(0x19b))['winstonLogger'],PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{isAccessibilityAutomationSession}=require(a3_0x4f23c7(0x1a2)),{getObservabilityLinkedProductName}=require(a3_0x4f23c7(0x19e)),accessibilityHelper=require(a3_0x4f23c7(0x1a2)),{isBrowserstackInfra}=require(a3_0x4f23c7(0x1ba)),getOSVersionFromCaps=_0x350994=>{const _0x334ed3=a3_0x4f23c7,_0x41b4e5={};_0x41b4e5['AAzrN']=_0x334ed3(0x178),_0x41b4e5[_0x334ed3(0x180)]=_0x334ed3(0x1b1),_0x41b4e5['OKYqs']=_0x334ed3(0x1b8),_0x41b4e5['UxXoi']='osVersion',_0x41b4e5['IwJvb']=_0x334ed3(0x1bc);const _0xce9c56=_0x41b4e5;if(!_0x350994)return null;const _0x3365f9=_0x350994[_0xce9c56[_0x334ed3(0x18f)]],_0x232bf9=[_0xce9c56[_0x334ed3(0x180)],_0xce9c56[_0x334ed3(0x187)],_0xce9c56['UxXoi'],_0xce9c56[_0x334ed3(0x17b)]];for(const _0x3ed9ee of _0x232bf9){if(_0x3365f9&&_0x3365f9[_0x3ed9ee])return _0x3365f9[_0x3ed9ee];else{if(_0x350994[_0x3ed9ee])return _0x350994[_0x3ed9ee];}}return null;};exports[a3_0x4f23c7(0x185)]=_0x3d6cbb=>{const _0x543d7b=a3_0x4f23c7,_0x285d17={'HZncK':_0x543d7b(0x17a),'mZBqc':function(_0x351be8,_0x34f131){return _0x351be8===_0x34f131;},'ZmEMp':_0x543d7b(0x1b4),'mqMKI':function(_0x3c9b3d,_0x1b068a){return _0x3c9b3d(_0x1b068a);},'yizYO':function(_0x12f4eb,_0x2aee48,_0x2046e9){return _0x12f4eb(_0x2aee48,_0x2046e9);},'NNuJW':_0x543d7b(0x1b5),'OCDHe':'desiredCapabilities','dtDGg':_0x543d7b(0x1c1),'umBmX':function(_0x197f6e,_0x3b8d94,_0x20df13){return _0x197f6e(_0x3b8d94,_0x20df13);},'heXKA':_0x543d7b(0x1b2),'lsOmc':'browserWSEndpoint','xhffJ':'caps','gPHue':function(_0x2db0e9,_0x5c05a7){return _0x2db0e9(_0x5c05a7);}};if(!_0x3d6cbb)return null;let _0x3bb4fc=global[_0x543d7b(0x195)]||_0x285d17[_0x543d7b(0x19a)];if(_0x285d17[_0x543d7b(0x18d)](_0x3d6cbb[_0x543d7b(0x182)][_0x543d7b(0x193)],_0x285d17[_0x543d7b(0x1ae)])){const _0x46b9d2=_0x3d6cbb[_0x543d7b(0x1b2)];if(!_0x46b9d2)return null;const _0x568fa0=_0x46b9d2['capabilities'],_0x43e88a=_0x285d17[_0x543d7b(0x1c3)](getOSVersionFromCaps,_0x285d17[_0x543d7b(0x183)](nestedKeyValue,_0x3d6cbb,[_0x285d17[_0x543d7b(0x181)],_0x285d17['OCDHe']]));return{[_0x3bb4fc]:{'browser':_0x568fa0[_0x543d7b(0x196)],'browser_version':_0x568fa0['browserVersion'],'capabilities':_0x568fa0,'platform':_0x568fa0[_0x543d7b(0x18e)],'platform_version':_0x568fa0[_0x543d7b(0x1b1)]||_0x43e88a,'product':_0x285d17[_0x543d7b(0x1c3)](getObservabilityLinkedProductName,_0x568fa0),'session_id':_0x46b9d2[_0x543d7b(0x1bf)]}};}else{if(_0x285d17[_0x543d7b(0x18d)](_0x3d6cbb['constructor'][_0x543d7b(0x193)],_0x285d17['dtDGg'])){const _0x1d8280=PlaywrightSessionDetails[_0x543d7b(0x197)]();_0x3bb4fc=_0x1d8280[_0x543d7b(0x17c)]||_0x3bb4fc;const _0x2909e2=_0x285d17[_0x543d7b(0x179)](nestedKeyValue,_0x3d6cbb,[_0x285d17[_0x543d7b(0x181)],_0x285d17['heXKA'],_0x285d17[_0x543d7b(0x1be)]]),_0x4f5fec=_0x2909e2?JSON[_0x543d7b(0x1a4)](new URL(_0x2909e2)['searchParams'][_0x543d7b(0x176)](_0x285d17['xhffJ'])):{};return{[_0x3bb4fc]:{'browser':_0x1d8280[_0x543d7b(0x1b2)]||_0x4f5fec[_0x543d7b(0x196)],'browser_version':_0x1d8280[_0x543d7b(0x189)]||_0x4f5fec[_0x543d7b(0x189)],'capabilities':_0x4f5fec,'platform':_0x1d8280[_0x543d7b(0x191)],'platform_version':_0x1d8280[_0x543d7b(0x1b8)],'product':_0x285d17[_0x543d7b(0x1a1)](getObservabilityLinkedProductName,_0x4f5fec),'session_id':_0x1d8280[_0x543d7b(0x1a9)]}};}}},exports[a3_0x4f23c7(0x1af)]=_0x1ca1e2=>{const _0x395686=a3_0x4f23c7,_0x2fd988={'bTiGz':function(_0x4c8ce5){return _0x4c8ce5();},'vINtQ':_0x395686(0x18b),'hZiYh':function(_0x157acc,_0x326564){return _0x157acc!==_0x326564;},'iOWYV':_0x395686(0x199),'GQTCW':function(_0xffa353){return _0xffa353();},'EDoHu':_0x395686(0x1a5),'HtHjr':function(_0x2a065f,_0x5a39dc){return _0x2a065f(_0x5a39dc);},'Foyzl':_0x395686(0x1b0)};if(_0x2fd988['bTiGz'](isAccessibilityAutomationSession)){const _0x493b68=_0x1ca1e2[_0x395686(0x1b2)],_0x3ca3fa=_0x493b68[_0x395686(0x188)];global[_0x395686(0x184)]=!![];!accessibilityHelper['isBrowserSupportedForAccessibility'](_0x3ca3fa[_0x395686(0x196)])&&(logger['warn'](_0x2fd988[_0x395686(0x1bd)]),global[_0x395686(0x184)]=![]);if(_0x2fd988[_0x395686(0x174)](_0x3ca3fa[_0x395686(0x1b9)],_0x2fd988[_0x395686(0x1c0)])){const _0x1c9eb4=_0x2fd988[_0x395686(0x17d)](isBrowserstackInfra),_0x2c54dd=accessibilityHelper[_0x395686(0x17f)](_0x3ca3fa[_0x395686(0x196)],_0x1c9eb4),_0x1de51d=accessibilityHelper[_0x395686(0x19f)](_0x3ca3fa[_0x395686(0x196)]);if(!accessibilityHelper[_0x395686(0x17e)](_0x3ca3fa['browserVersion'],_0x2c54dd)){const _0x1eb599=_0x1c9eb4?'':_0x2fd988[_0x395686(0x194)];logger['warn']('Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20'+_0x1de51d+_0x395686(0x1ad)+_0x2c54dd+_0x395686(0x1b6)+_0x1eb599+'.'),global[_0x395686(0x184)]=![];}}!_0x2fd988[_0x395686(0x173)](isUndefined,_0x3ca3fa[_0x395686(0x1a3)])&&(logger[_0x395686(0x1b7)](_0x2fd988[_0x395686(0x18c)]),global[_0x395686(0x184)]=![]);}},exports[a3_0x4f23c7(0x1ab)]=_0x5b6051=>{const _0x4e7429=a3_0x4f23c7,_0x571661={};_0x571661[_0x4e7429(0x1ac)]=function(_0xf71cc6,_0x538f8b){return _0xf71cc6!==_0x538f8b;},_0x571661['mqKVL']=_0x4e7429(0x192),_0x571661[_0x4e7429(0x177)]=_0x4e7429(0x19d),_0x571661[_0x4e7429(0x186)]=_0x4e7429(0x172);const _0x42593c=_0x571661;if(!_0x5b6051)return![];else{if(_0x42593c['kaGfL'](typeof _0x5b6051,_0x42593c[_0x4e7429(0x19c)]))return!![];}return!_0x5b6051[_0x4e7429(0x1bb)](_0x42593c[_0x4e7429(0x177)])&&!_0x5b6051[_0x4e7429(0x1bb)](_0x42593c[_0x4e7429(0x186)]);};
@@ -1 +1 @@
1
- const a4_0x6cbd18=a4_0x3060;(function(_0x5c8024,_0x549104){const _0x58d1f3=a4_0x3060,_0x261abd=_0x5c8024();while(!![]){try{const _0x51e0f3=parseInt(_0x58d1f3(0x12b))/0x1+parseInt(_0x58d1f3(0x112))/0x2*(parseInt(_0x58d1f3(0x178))/0x3)+parseInt(_0x58d1f3(0x10d))/0x4*(-parseInt(_0x58d1f3(0x133))/0x5)+-parseInt(_0x58d1f3(0x111))/0x6*(-parseInt(_0x58d1f3(0x17e))/0x7)+parseInt(_0x58d1f3(0x1d9))/0x8+-parseInt(_0x58d1f3(0x1a0))/0x9+-parseInt(_0x58d1f3(0x195))/0xa*(-parseInt(_0x58d1f3(0x1c7))/0xb);if(_0x51e0f3===_0x549104)break;else _0x261abd['push'](_0x261abd['shift']());}catch(_0x3cf4bd){_0x261abd['push'](_0x261abd['shift']());}}}(a4_0xf9fa,0xa262f));const path=require(a4_0x6cbd18(0x152)),util=require('util'),fs=require('fs'),{v4:uuidv4}=require(a4_0x6cbd18(0x1d3)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require('../../helpers/helper'),testOpsHelper=require('../../helpers/test-observability/utils'),{getTestEnv}=require(a4_0x6cbd18(0x1da)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),logger=require(a4_0x6cbd18(0x180))[a4_0x6cbd18(0x1c4)],SessionHandler=require(a4_0x6cbd18(0x1cc)),RequestQueueHandler=require(a4_0x6cbd18(0x1ea)),PlaywrightSessionDetails=require(a4_0x6cbd18(0x122)),debug=testOpsHelper[a4_0x6cbd18(0x1a9)],{processAccessibilityCaps}=require('../playwright/accessibility-helper'),Constants=require(a4_0x6cbd18(0x15b)),{fetchPlatformDetails}=require('./helper.js'),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x6cbd18(0x11c)),constants=require('../utils/constants'),STATE_PASSED='passed',STATE_FAILED=a4_0x6cbd18(0x155),a4_0x40633c={};a4_0x40633c[a4_0x6cbd18(0x196)]='TestRunStarted',a4_0x40633c[a4_0x6cbd18(0x145)]=a4_0x6cbd18(0x138),a4_0x40633c['TEST_RUN_SKIPPED']=a4_0x6cbd18(0x1f1),a4_0x40633c[a4_0x6cbd18(0x128)]=a4_0x6cbd18(0x1b4),a4_0x40633c[a4_0x6cbd18(0x1d0)]=a4_0x6cbd18(0x134);const TEST_EVENTS=a4_0x40633c,parseEvent=_0x1772fd=>{const _0x3115d4=a4_0x6cbd18,_0x593803={};_0x593803[_0x3115d4(0x1c2)]=function(_0x4a56dd,_0x3a0977){return _0x4a56dd<_0x3a0977;},_0x593803[_0x3115d4(0x139)]=function(_0x40dd20,_0x2a46bf){return _0x40dd20===_0x2a46bf;},_0x593803[_0x3115d4(0x102)]=_0x3115d4(0x12c),_0x593803[_0x3115d4(0x129)]=_0x3115d4(0x11a),_0x593803[_0x3115d4(0xe7)]='skipped',_0x593803[_0x3115d4(0x135)]=function(_0x2d2f38,_0x5c67a1){return _0x2d2f38===_0x5c67a1;},_0x593803[_0x3115d4(0x14e)]=_0x3115d4(0x14a),_0x593803['WQnho']=_0x3115d4(0x136);const _0x54c166=_0x593803,_0x1633b2=_0x1772fd[_0x3115d4(0x17a)](/^(.*)Run(.*)$/);if(!_0x1633b2)return null;if(_0x54c166['OrCjV'](_0x1633b2[_0x3115d4(0x121)],0x3))return null;const _0x792440=_0x1633b2[0x1][_0x3115d4(0x1bd)](),_0x5abb59=_0x1633b2[0x2]['toLowerCase']();return{'test':_0x54c166[_0x3115d4(0x139)](_0x792440,_0x54c166[_0x3115d4(0x102)]),'hook':_0x54c166[_0x3115d4(0x139)](_0x792440,_0x54c166[_0x3115d4(0x129)]),'skipped':_0x54c166['bYoVH'](_0x5abb59,_0x54c166['CkXyJ']),'started':_0x54c166[_0x3115d4(0x135)](_0x5abb59,_0x54c166['WFvsP']),'finished':_0x54c166[_0x3115d4(0x139)](_0x5abb59,_0x54c166[_0x3115d4(0x19e)])};},mockPWBrowserType=_0x25d4ac=>{const _0x3b9235=a4_0x6cbd18,_0x5f3a97={'vkiVG':function(_0x433077,_0x3b1259){return _0x433077===_0x3b1259;},'Rmhan':_0x3b9235(0x13b),'wRxnr':function(_0x413a2b,_0xe6cbb4,_0x205170){return _0x413a2b(_0xe6cbb4,_0x205170);},'HUuos':_0x3b9235(0x1e5),'XvoyY':function(_0x5db290,_0x34df17){return _0x5db290(_0x34df17);},'scPFK':_0x3b9235(0xf2),'AyFRf':function(_0x20bd0d,_0x14c35a,_0x2d7c50){return _0x20bd0d(_0x14c35a,_0x2d7c50);},'liQxy':_0x3b9235(0x18c),'DCslt':_0x3b9235(0xea),'RPfnv':_0x3b9235(0x1b3),'fIGbx':function(_0x5ce081,_0x3a81e9){return _0x5ce081(_0x3a81e9);},'iepsV':_0x3b9235(0x1ef),'fUKMq':'connect','YDvND':'launch'},_0x4e804c=path[_0x3b9235(0x15f)](_0x5f3a97[_0x3b9235(0x13e)],_0x5f3a97['DCslt'],_0x5f3a97[_0x3b9235(0x16d)]),_0x1e7828=_0x5f3a97['XvoyY'](importFileFromPWCore,_0x4e804c);if(!_0x1e7828){_0x5f3a97[_0x3b9235(0x1be)](debug,_0x5f3a97[_0x3b9235(0x106)]);return;}const _0x2b1320=_0x1e7828[_0x3b9235(0x1e1)],_0xc9567b=_0x2b1320['prototype'];if(_0xc9567b[_0x3b9235(0x175)])return;const _0x490299=_0xc9567b['connect'];Object['defineProperty'](_0xc9567b,_0x5f3a97[_0x3b9235(0x169)],{'get':function(){const _0x392faf=_0x3b9235,_0x4a5bea={'mipAI':function(_0x2df8d6,_0x229d1c){const _0x7f50f0=a4_0x3060;return _0x5f3a97[_0x7f50f0(0xee)](_0x2df8d6,_0x229d1c);},'pTKnS':_0x5f3a97[_0x392faf(0x18a)],'wdQqF':function(_0x272ec1,_0x35c4fc,_0x464ea6){const _0x250c10=_0x392faf;return _0x5f3a97[_0x250c10(0x185)](_0x272ec1,_0x35c4fc,_0x464ea6);},'TfUKd':_0x5f3a97[_0x392faf(0x126)],'UXAHH':function(_0xcedf63,_0x543dfd){return _0x5f3a97['XvoyY'](_0xcedf63,_0x543dfd);},'MJITV':_0x5f3a97['scPFK'],'qNwLy':function(_0x59ed83,_0x3acf51,_0x59d56a){const _0x279d38=_0x392faf;return _0x5f3a97[_0x279d38(0xed)](_0x59ed83,_0x3acf51,_0x59d56a);}};return async function _0x493f8f(_0x18d7fd,_0xa5eb1e){const _0x1fac73=_0x392faf,_0x74d799={'Zpgtj':function(_0x1d9747,_0x173e1c){const _0x4f639a=a4_0x3060;return _0x4a5bea[_0x4f639a(0x1e3)](_0x1d9747,_0x173e1c);},'akNSX':_0x4a5bea['pTKnS']},_0x21fdde=_0x4a5bea[_0x1fac73(0x1a2)](nestedKeyValue,_0x18d7fd,[_0x4a5bea['TfUKd']])||_0x18d7fd;let _0x147cdf=null,_0x130e41=null;try{[_0x130e41,_0x147cdf]=_0x21fdde?_0x4a5bea['UXAHH'](parseWSEndpoint,_0x21fdde):[null,null],global[_0x1fac73(0x101)]=_0x147cdf,logger['debug'](_0x1fac73(0x18e)+_0x130e41),_0x130e41[_0x1fac73(0x16f)](Constants[_0x1fac73(0x132)])&&(global[_0x1fac73(0x130)]=_0x4a5bea[_0x1fac73(0x1cf)]);}catch(_0x394ad8){logger[_0x1fac73(0x1a9)](_0x1fac73(0x1c6)+_0x21fdde+'\x20'+_0x394ad8);}_0x4a5bea[_0x1fac73(0x10e)](processAccessibilityCaps,_0x147cdf,_0x130e41);if(global[_0x1fac73(0x170)]){const _0x17f827=await _0xc9567b['connectOverCDP'][_0x1fac73(0x168)](this,[''+Constants[_0x1fac73(0x15c)]+_0x4a5bea[_0x1fac73(0x1ee)](encodeURIComponent,JSON[_0x1fac73(0x16b)](_0x147cdf))]);return PlaywrightSessionDetails[_0x1fac73(0x116)](_0x17f827,_0x25d4ac,_0x21fdde),_0x17f827;}return _0x490299[_0x1fac73(0x168)](this,arguments)[_0x1fac73(0xf6)](_0x59872b=>{const _0x51e8aa=_0x1fac73;let _0x1d42be=_0x18d7fd[_0x51e8aa(0x1e5)];return _0x74d799[_0x51e8aa(0x120)](typeof _0x18d7fd,_0x74d799[_0x51e8aa(0x197)])&&(_0x1d42be=_0x18d7fd),PlaywrightSessionDetails[_0x51e8aa(0x116)](_0x59872b,_0x25d4ac,_0x1d42be),_0x59872b;});};}});const _0x12bdd5=_0xc9567b[_0x3b9235(0x194)];Object[_0x3b9235(0xf4)](_0xc9567b,_0x5f3a97[_0x3b9235(0x1d1)],{'get':function(){return async function _0x46016d(){const _0x39c76e=a4_0x3060;return _0x12bdd5['apply'](this,arguments)[_0x39c76e(0xf6)](_0x1043cb=>{return PlaywrightSessionDetails['setupBrowserDetails'](_0x1043cb,null),_0x1043cb;});};}});};class O11yHelper{['currentTest']=null;[a4_0x6cbd18(0x115)]=null;['enabled']=![];['frameworkName']=![];[a4_0x6cbd18(0x156)]=[];constructor(_0x41bfde,_0x2bc28d){const _0x2a3765=a4_0x6cbd18,_0x2d3915={'VQcgE':_0x2a3765(0x151),'lqFmL':function(_0x172d8e,_0x1b2bfb){return _0x172d8e===_0x1b2bfb;},'BnxRp':_0x2a3765(0x1ac),'AGrLb':function(_0x315954,_0x3cb5a9){return _0x315954(_0x3cb5a9);},'whFdh':function(_0x9bce89){return _0x9bce89();}},_0x249073=_0x2d3915[_0x2a3765(0x1af)][_0x2a3765(0x1f4)]('|');let _0x5983ce=0x0;while(!![]){switch(_0x249073[_0x5983ce++]){case'0':this[_0x2a3765(0x117)]&&_0x2d3915[_0x2a3765(0x157)](this[_0x2a3765(0x117)][_0x2a3765(0x1a3)][_0x2a3765(0x1db)],_0x2d3915['BnxRp'])&&_0x2d3915['AGrLb'](mockPWBrowserType,null);continue;case'1':this['enabled']=_0x2d3915[_0x2a3765(0x113)](shouldProcessEventForTesthub);continue;case'2':this[_0x2a3765(0x182)]=_0x2d3915[_0x2a3765(0x113)](getTestEnv);continue;case'3':this[_0x2a3765(0xeb)]=new testOpsHelper[(_0x2a3765(0x1b5))]({'cwd':process[_0x2a3765(0x11e)]()},this['_testEnv'][_0x2a3765(0x16a)]);continue;case'4':this[_0x2a3765(0x117)]=_0x41bfde;continue;case'5':this[_0x2a3765(0x1b8)]=_0x2bc28d[_0x2a3765(0x1b8)];continue;}break;}}['hasLiveDriverSession'](){const _0x308e62=a4_0x6cbd18,_0x4d7a50={'eytOR':function(_0x8cd42d,_0x4f00f6){return _0x8cd42d(_0x4f00f6);}};if(!this[_0x308e62(0x117)])return![];try{const _0x4c8416=_0x4d7a50[_0x308e62(0x1c1)](fetchPlatformDetails,this['driver']);if(!_0x4c8416)return![];const _0x4dce74=Object[_0x308e62(0x187)](_0x4c8416)[0x0];return!!(_0x4dce74&&_0x4c8416[_0x4dce74]&&_0x4c8416[_0x4dce74][_0x308e62(0x17b)]);}catch(_0x4b5880){return![];}}[a4_0x6cbd18(0x1f3)](_0x5923a1,_0x5801e8){const _0x19892d=a4_0x6cbd18;if(!_0x5801e8)return;const _0x166134={};_0x166134[_0x19892d(0x10a)]=_0x5923a1,_0x166134['uploadData']=_0x5801e8,this[_0x19892d(0x156)][_0x19892d(0x173)](_0x166134);}async[a4_0x6cbd18(0x158)](){const _0x400bb7=a4_0x6cbd18,_0x5ea910={};_0x5ea910[_0x400bb7(0x1bc)]=function(_0x4bdcc5,_0x4fac99){return _0x4bdcc5&&_0x4fac99;};const _0x52eb3d=_0x5ea910;if(!this['pendingHookEvents']['length'])return;if(!this['hasLiveDriverSession']())return;const _0x16c975=this[_0x400bb7(0x1ce)](this['driver']),_0x8e9fbe=this[_0x400bb7(0x156)][_0x400bb7(0x18f)](0x0,this[_0x400bb7(0x156)][_0x400bb7(0x121)]);for(const {eventType:_0x412082,uploadData:_0x43f673}of _0x8e9fbe){try{const _0x2fe845=_0x43f673[_0x400bb7(0x1d5)]||_0x43f673['test_run'];_0x52eb3d['KzAoq'](_0x2fe845,_0x16c975)&&(_0x2fe845[_0x400bb7(0x11f)]=_0x16c975),await this[_0x400bb7(0x1cb)](_0x412082,_0x43f673);}catch(_0x414aad){logger[_0x400bb7(0x1a9)]('Failed\x20to\x20flush\x20pending\x20hook\x20event\x20'+_0x412082+':\x20'+util[_0x400bb7(0x1a4)](_0x414aad));}}}[a4_0x6cbd18(0x149)](){const _0x3ade7e=a4_0x6cbd18;if(!this[_0x3ade7e(0x1e7)])return;testOpsHelper[_0x3ade7e(0x14f)](),process[_0x3ade7e(0x1d8)]('bs:addLog:'+process[_0x3ade7e(0x1cd)]),process['on'](_0x3ade7e(0xfb)+process[_0x3ade7e(0x1cd)],this[_0x3ade7e(0xff)][_0x3ade7e(0x15a)](this));}async[a4_0x6cbd18(0x179)](){const _0x4fd9cd=a4_0x6cbd18;await RequestQueueHandler[_0x4fd9cd(0x1b6)]()['shutdown']();}async[a4_0x6cbd18(0xff)](_0xde893d){const _0x155447=a4_0x6cbd18,_0x311d86={'PjFXn':_0x155447(0xfd),'ELxpf':function(_0x303bae,_0x1aa76f){return _0x303bae(_0x1aa76f);}};try{this[_0x155447(0x115)]&&!this[_0x155447(0x115)][_0x155447(0x1ae)]&&(_0xde893d[_0x155447(0x1c5)]=this[_0x155447(0x115)]['hookAnalyticsId']);!_0xde893d[_0x155447(0x1c5)]&&this[_0x155447(0x13a)]&&!this['currentTest'][_0x155447(0x1ae)]&&(_0xde893d[_0x155447(0x15e)]=this[_0x155447(0x13a)][_0x155447(0x1b9)]);if(_0xde893d['hook_run_uuid']||_0xde893d[_0x155447(0x15e)]){const _0x284ced={};_0x284ced[_0x155447(0x1b1)]=_0x311d86[_0x155447(0x1dd)],_0x284ced[_0x155447(0x105)]=[_0xde893d],await SessionHandler[_0x155447(0x143)](_0x284ced);}}catch(_0x4325a8){_0x311d86['ELxpf'](debug,'Exception\x20in\x20uploading\x20log\x20data\x20to\x20'+constants['TEST_REPORTING_ANALYTICS']+_0x155447(0x119)+_0x4325a8);}}async[a4_0x6cbd18(0x1ec)](_0x4b6654){const _0x21259d=a4_0x6cbd18,_0xe99dda={'DgroV':'CBTSessionCreated','JBmmk':function(_0x30b84d,_0x46ec75){return _0x30b84d(_0x46ec75);}};if(!this[_0x21259d(0x1e7)])return;const _0x3f6926=this[_0x21259d(0x1ce)](this[_0x21259d(0x117)]);try{const _0x2f75a9={};_0x2f75a9[_0x21259d(0x1d3)]=_0x4b6654,_0x2f75a9[_0x21259d(0x11f)]=_0x3f6926;const _0x9ac558=_0x2f75a9,_0x590426={};_0x590426[_0x21259d(0x1b1)]=_0xe99dda[_0x21259d(0x1dc)],_0x590426[_0x21259d(0x153)]=_0x9ac558,await SessionHandler[_0x21259d(0x143)](_0x590426);}catch(_0x4688d7){_0xe99dda[_0x21259d(0xef)](debug,_0x21259d(0x125)+constants[_0x21259d(0x124)]+_0x21259d(0x119)+_0x4688d7);}}[a4_0x6cbd18(0x1ce)](_0x44f34d){const _0x44fa61=a4_0x6cbd18,_0x3acc52={'hFFQf':function(_0x111b51,_0x36cb91){return _0x111b51(_0x36cb91);}};return _0x3acc52[_0x44fa61(0x18d)](fetchPlatformDetails,_0x44f34d);}['resetSkipTestHooks']=_0x3456c0=>{const _0x2d0df2=a4_0x6cbd18,_0x5ca6d4={};_0x5ca6d4['uTGqJ']=_0x2d0df2(0x1e8),_0x5ca6d4[_0x2d0df2(0x1d4)]='_afterEach';const _0x319b17=_0x5ca6d4;if(!_0x3456c0||!_0x3456c0[_0x2d0df2(0x165)])return;[_0x319b17['uTGqJ'],_0x319b17[_0x2d0df2(0x1d4)]]['forEach'](_0x796fda=>{const _0x3def96=_0x2d0df2,_0x501b4e=_0x3456c0['parent'][_0x796fda];_0x501b4e[_0x3def96(0x16c)](_0x22fcf5=>{const _0x537a55=_0x3def96;_0x22fcf5[_0x537a55(0xfe)]&&(_0x22fcf5[_0x537a55(0xfe)]=null);});});};[a4_0x6cbd18(0x171)](_0x2d371a){const _0x3452ef=a4_0x6cbd18,_0x20c6c5={'qSQLR':_0x3452ef(0x1e9),'Npnjt':function(_0x334b0a){return _0x334b0a();},'nkBRS':function(_0x2d1dd0,_0xbcd6b0){return _0x2d1dd0===_0xbcd6b0;},'SQgJM':'_afterEach','HXvuW':_0x3452ef(0x1c3),'XHIpQ':_0x3452ef(0x104),'JshmO':_0x3452ef(0x1e8)};if(!_0x2d371a||!_0x2d371a[_0x3452ef(0x165)])return;[_0x20c6c5[_0x3452ef(0x141)],_0x20c6c5['XHIpQ'],_0x20c6c5[_0x3452ef(0x108)],_0x20c6c5['SQgJM']]['forEach'](_0x2051d2=>{const _0x2c5fd7=_0x3452ef,_0x261ca2={'sTfoE':_0x20c6c5['qSQLR'],'MoHQx':function(_0x4c8c23){return _0x20c6c5['Npnjt'](_0x4c8c23);},'gBCEQ':function(_0x54ef4b,_0x566367){const _0x176af9=a4_0x3060;return _0x20c6c5[_0x176af9(0x186)](_0x54ef4b,_0x566367);},'UzovV':_0x20c6c5['SQgJM']},_0x5c49cb=_0x2d371a[_0x2c5fd7(0x165)][_0x2051d2]||[];_0x5c49cb[_0x2c5fd7(0x16c)](_0x49fc48=>{const _0x2105aa=_0x2c5fd7;if(_0x49fc48[_0x2105aa(0x18b)][_0x2105aa(0x16f)](_0x261ca2[_0x2105aa(0xe8)]))return;if(!_0x49fc48[_0x2105aa(0xfe)])_0x49fc48['hookAnalyticsId']=_0x261ca2['MoHQx'](uuidv4);else _0x49fc48[_0x2105aa(0x1ae)]&&_0x261ca2[_0x2105aa(0x1de)](_0x2051d2,_0x261ca2[_0x2105aa(0x1d7)])&&(_0x49fc48[_0x2105aa(0xfe)]=_0x261ca2[_0x2105aa(0xfa)](uuidv4),delete _0x49fc48[_0x2105aa(0x1ae)]);});}),this[_0x3452ef(0x171)](_0x2d371a[_0x3452ef(0x165)]);}[a4_0x6cbd18(0x184)](_0x1fe286){const _0x369239=a4_0x6cbd18,_0x594efd={};_0x594efd[_0x369239(0x1f0)]='_beforeAll',_0x594efd[_0x369239(0x181)]=_0x369239(0x104),_0x594efd[_0x369239(0x1bb)]=_0x369239(0x1e8),_0x594efd[_0x369239(0x150)]='_afterEach';const _0x405396=_0x594efd;if(!_0x1fe286||!_0x1fe286[_0x369239(0x165)])return[];const _0x54de13=[];return[_0x405396[_0x369239(0x1f0)],_0x405396[_0x369239(0x181)],_0x405396[_0x369239(0x1bb)],_0x405396[_0x369239(0x150)]][_0x369239(0x16c)](_0xa06b77=>{const _0x10b239=_0x369239,_0x474ef7=_0x1fe286['parent'][_0xa06b77]||[];_0x474ef7[_0x10b239(0x16c)](_0x13735e=>{const _0x4e8df2=_0x10b239;_0x13735e['hookAnalyticsId']&&_0x54de13[_0x4e8df2(0x173)](_0x13735e['hookAnalyticsId']);});}),[][_0x369239(0xf9)](_0x54de13,this['getHooksForTest'](_0x1fe286['parent']));}[a4_0x6cbd18(0x17c)](_0xf36fa4){const _0xd3e1aa=a4_0x6cbd18,_0x77daf4=/^"(?<hook>.*)" hook:.*$/,_0x4aa444=_0xf36fa4[_0xd3e1aa(0x18b)],_0x2af611=_0x4aa444[_0xd3e1aa(0x17a)](_0x77daf4);if(_0x2af611&&_0x2af611[_0xd3e1aa(0x1b0)])return _0x2af611[_0xd3e1aa(0x1b0)]['hook'][_0xd3e1aa(0x1df)]()[_0xd3e1aa(0x1c0)]('\x20','_');return null;}[a4_0x6cbd18(0x14d)](_0x353d1c){const _0x3c3ee4=a4_0x6cbd18,_0x91c736={};_0x91c736[_0x3c3ee4(0x1e4)]=function(_0x1d4355,_0x2b31dd){return _0x1d4355===_0x2b31dd;},_0x91c736[_0x3c3ee4(0x1d2)]=function(_0x5169cb,_0x17bcd3){return _0x5169cb===_0x17bcd3;},_0x91c736[_0x3c3ee4(0x140)]=function(_0x24b1fc,_0x183e08){return _0x24b1fc===_0x183e08;},_0x91c736[_0x3c3ee4(0x1c8)]=_0x3c3ee4(0x1a1),_0x91c736[_0x3c3ee4(0x190)]=_0x3c3ee4(0x19c);const _0x313a55=_0x91c736,_0x6ff9ae=path[_0x3c3ee4(0xf8)];if(_0x313a55['cwRwv'](_0x353d1c,null)||_0x313a55[_0x3c3ee4(0x1d2)](_0x353d1c,'')||_0x313a55['uOLKH'](_0x353d1c,_0x6ff9ae)||_0x313a55['cwRwv'](_0x353d1c,path[_0x3c3ee4(0x110)](_0x353d1c)))return null;try{return fs[_0x3c3ee4(0x193)](path[_0x3c3ee4(0x15f)](_0x353d1c,_0x313a55['KLHAF'],_0x313a55[_0x3c3ee4(0x190)])),_0x353d1c;}catch(_0x26e49c){const _0x433388=path[_0x3c3ee4(0x110)](_0x353d1c);return this[_0x3c3ee4(0x14d)](_0x433388);}}[a4_0x6cbd18(0x1a6)](_0xe7bde3){const _0x40f709=a4_0x6cbd18,_0x62b5f6={};_0x62b5f6[_0x40f709(0x1c9)]=function(_0x33464d,_0x564ba3){return _0x33464d>_0x564ba3;};const _0x7b8540=_0x62b5f6;if(_0xe7bde3[_0x40f709(0x167)])return _0xe7bde3[_0x40f709(0x167)];if(_0xe7bde3[_0x40f709(0x147)]){const _0x13b939=_0xe7bde3['ctx'][_0x40f709(0x13a)]?this['getRootParentFile'](_0xe7bde3[_0x40f709(0x147)][_0x40f709(0x13a)]):null;if(_0x13b939)return _0x13b939;}if(_0xe7bde3[_0x40f709(0x165)]){const _0x4db661=this['getRootParentFile'](_0xe7bde3[_0x40f709(0x165)])||(_0xe7bde3[_0x40f709(0x165)][_0x40f709(0x147)]&&_0xe7bde3[_0x40f709(0x165)][_0x40f709(0x147)][_0x40f709(0x13a)]?this[_0x40f709(0x1a6)](_0xe7bde3['parent']['ctx'][_0x40f709(0x13a)]):null);if(_0x4db661)return _0x4db661;_0xe7bde3['parent']['suites']&&_0x7b8540[_0x40f709(0x1c9)](_0xe7bde3[_0x40f709(0x165)][_0x40f709(0x127)]['length'],0x0)&&_0xe7bde3['parent']['suites'][_0x40f709(0x16c)](_0x415ccd=>{const _0x4661a7=_0x40f709,_0x38b649=_0x415ccd[_0x4661a7(0x147)]?this['getRootParentFile'](_0x415ccd[_0x4661a7(0x147)]):null;if(_0x38b649)return _0x38b649;});}return null;}[a4_0x6cbd18(0x1f2)](_0xc10d05){const _0x229edf=a4_0x6cbd18,_0x4850de={};_0x4850de['FemtF']=function(_0x3a80f4,_0x3cc84a){return _0x3a80f4!==_0x3cc84a;};const _0x4b369e=_0x4850de,_0x1e1f6b=[];if(_0xc10d05&&_0xc10d05[_0x229edf(0x165)]){let _0x4c00ed=_0xc10d05[_0x229edf(0x165)];while(_0x4c00ed&&_0x4b369e['FemtF'](_0x4c00ed[_0x229edf(0x18b)],'')){_0x1e1f6b[_0x229edf(0x173)](_0x4c00ed[_0x229edf(0x18b)]),_0x4c00ed=_0x4c00ed[_0x229edf(0x165)];}}return _0x1e1f6b;}[a4_0x6cbd18(0x19a)](_0x5fcf6b,_0x540135,_0x4290d1=undefined){const _0x13e50c=a4_0x6cbd18,_0x1c04ef={'zAfXI':function(_0x24bdf8,_0x167d20){return _0x24bdf8(_0x167d20);},'IzPJM':function(_0x4c5e72){return _0x4c5e72();},'xwGIv':function(_0x2f88ab){return _0x2f88ab();},'VqTqY':function(_0x336a79){return _0x336a79();},'dkoBS':_0x13e50c(0x19b),'IqOCD':function(_0x435869,_0x494bfa){return _0x435869!==_0x494bfa;},'nhKgS':function(_0x3ed48d,_0x330ff9){return _0x3ed48d!==_0x330ff9;},'bPMln':_0x13e50c(0x142),'UomfT':_0x13e50c(0x188),'ueDih':_0x13e50c(0x155),'NrtvS':_0x13e50c(0x166),'fUSBG':_0x13e50c(0x1b2),'cOXtJ':_0x13e50c(0x1e2),'acNYQ':function(_0xd418bc,_0x42a1b8){return _0xd418bc-_0x42a1b8;},'IelWF':function(_0x40d31c,_0xb934b,_0x158a6d,_0x84c802,_0x2f2812){return _0x40d31c(_0xb934b,_0x158a6d,_0x84c802,_0x2f2812);},'ZYpbt':function(_0x2abf25,_0x1a4feb){return _0x2abf25!==_0x1a4feb;},'DrPIa':_0x13e50c(0x11f),'KkgnV':_0x13e50c(0x1d6),'nnPiR':_0x13e50c(0x161),'UuRGh':_0x13e50c(0x162),'QtkcJ':_0x13e50c(0x1ba),'VZsWV':_0x13e50c(0x109),'oNxSZ':'expanded','zkaSC':function(_0x7b2b87,_0xdd1837){return _0x7b2b87===_0xdd1837;},'sAtEP':'hook_run','SoHML':_0x13e50c(0x153)};if(!this['enabled'])return;try{if(_0x540135['fn']&&_0x540135['fn'][_0x13e50c(0x11d)]()[_0x13e50c(0x17a)](/browserstack internal helper hook/))return;const _0x48b2ed=_0x1c04ef[_0x13e50c(0xf7)](parseEvent,_0x5fcf6b);if(!_0x48b2ed)return;if(_0x48b2ed[_0x13e50c(0x12c)]){this['currentTest']=_0x540135,this[_0x13e50c(0x115)]=null;if(_0x48b2ed['started']||_0x48b2ed[_0x13e50c(0x1b2)]){_0x540135[_0x13e50c(0x189)]=new Date(),_0x540135[_0x13e50c(0x1ae)]=![];if(!_0x540135[_0x13e50c(0x1b9)])_0x540135[_0x13e50c(0x1b9)]=_0x1c04ef['IzPJM'](uuidv4);else _0x540135[_0x13e50c(0x1ae)]&&(!_0x540135['retryOf']&&(_0x540135[_0x13e50c(0x144)]=_0x540135[_0x13e50c(0x1b9)]),_0x540135[_0x13e50c(0x1b9)]=_0x1c04ef[_0x13e50c(0x176)](uuidv4));}}else{if(_0x48b2ed[_0x13e50c(0x11a)]){this[_0x13e50c(0x115)]=_0x540135;if(_0x48b2ed[_0x13e50c(0x14a)]){_0x540135['startedAt']=new Date(),_0x540135[_0x13e50c(0x1ae)]=![];if(!_0x540135[_0x13e50c(0xfe)])_0x540135[_0x13e50c(0xfe)]=_0x1c04ef['xwGIv'](uuidv4);else _0x540135[_0x13e50c(0xfe)]&&_0x540135['markedStatus']&&(_0x540135[_0x13e50c(0xfe)]=_0x1c04ef['VqTqY'](uuidv4));}}}if(_0x48b2ed[_0x13e50c(0x136)]&&_0x540135['markedStatus'])return;let _0x1b6317;try{_0x1b6317=this['getRootParentFile'](_0x540135);}catch(_0x33f9eb){logger[_0x13e50c(0x1a9)](_0x13e50c(0xe9)+_0x33f9eb),_0x1b6317=null;}let _0x449bfa=[];_0x4290d1&&(_0x449bfa=[_0x4290d1,_0x1c04ef['dkoBS']]);const _0x39dcfd=_0x1c04ef[_0x13e50c(0x154)](_0x540135[_0x13e50c(0x17d)],undefined)?util[_0x13e50c(0x183)](_0x540135[_0x13e50c(0x17d)][0x0]):_0x1c04ef[_0x13e50c(0x1a5)](_0x4290d1,undefined)?_0x4290d1[_0x13e50c(0x11d)]():undefined,_0x2bb5fa=_0x1b6317?this['findGitConfig'](_0x1b6317):null,_0x228327=_0x1b6317?this['_paths']['prefixTestPath'](this[_0x13e50c(0x1a6)](_0x540135)):_0x1c04ef[_0x13e50c(0x164)];let _0xf4b411=_0x1c04ef['UomfT'];const _0x32b0b5=!_0x48b2ed['started']?new Date()[_0x13e50c(0x12d)]():null;if(_0x48b2ed[_0x13e50c(0x136)])_0xf4b411=_0x4290d1?_0x1c04ef[_0x13e50c(0x1ab)]:_0x1c04ef[_0x13e50c(0x19f)],_0x540135[_0x13e50c(0x1ae)]=!![];else _0x48b2ed[_0x13e50c(0x1b2)]&&(_0xf4b411=_0x1c04ef[_0x13e50c(0x11b)],_0x540135[_0x13e50c(0x1ae)]=!![]);const _0x3d0202={'framework':this[_0x13e50c(0x1b8)],'uuid':_0x540135[_0x13e50c(0x1b9)]||_0x540135[_0x13e50c(0xfe)],'name':_0x540135[_0x13e50c(0x18b)],'body':{'lang':_0x1c04ef[_0x13e50c(0x100)],'code':_0x540135[_0x13e50c(0x174)][_0x13e50c(0x11d)]()},'type':_0x540135[_0x13e50c(0xf3)],'scope':_0x540135[_0x13e50c(0x131)](),'scopes':this['getHierarchy'](_0x540135),'file_name':_0x228327,'vc_filepath':_0x2bb5fa?path[_0x13e50c(0x1bf)](_0x2bb5fa,_0x1b6317):null,'location':_0x228327,'result':_0xf4b411,'failure_reason':_0x39dcfd,'duration_in_ms':_0x540135[_0x13e50c(0x19d)]||(_0x48b2ed[_0x13e50c(0x136)]||_0x48b2ed[_0x13e50c(0x1b2)])?_0x1c04ef[_0x13e50c(0x148)](Date[_0x13e50c(0xf5)](),new Date(_0x540135[_0x13e50c(0x189)])['getTime']()):null,'started_at':new Date(_0x540135[_0x13e50c(0x189)])[_0x13e50c(0x12d)](),'finished_at':_0x32b0b5,'failure':testOpsHelper[_0x13e50c(0x14b)]['apply'](null,_0x449bfa),'failure_type':!_0x39dcfd?null:testOpsHelper[_0x13e50c(0x123)](_0x39dcfd),'retry_of':_0x540135[_0x13e50c(0x144)]||null,'tags':_0x540135[_0x13e50c(0x13d)]||[],'customRerunParam':{'rerun_name':_0x540135[_0x13e50c(0x131)]()}};_0x1c04ef[_0x13e50c(0x191)](appendTesthubParams,_0x3d0202,_0x5fcf6b,_0x540135,FRAMEWORKS['CODECEPT']);if(_0x48b2ed['hook'])[_0x3d0202[_0x13e50c(0x114)],_0x3d0202['name']]=[this[_0x13e50c(0x17c)](_0x540135),_0x540135[_0x13e50c(0x147)][_0x13e50c(0x12c)][_0x13e50c(0x18b)]],_0x48b2ed[_0x13e50c(0x136)]?_0x1c04ef[_0x13e50c(0x10c)](_0x3d0202['result'],_0x1c04ef[_0x13e50c(0x1ab)])&&(_0x3d0202[_0x13e50c(0x146)]=_0x1c04ef[_0x13e50c(0x19f)]):_0x3d0202[_0x13e50c(0x174)]={};else _0x48b2ed['test']&&(this[_0x13e50c(0x171)](_0x540135),_0x48b2ed[_0x13e50c(0x1b2)]&&this[_0x13e50c(0x12e)](_0x540135),(_0x48b2ed[_0x13e50c(0x136)]||_0x48b2ed[_0x13e50c(0x1b2)])&&(_0x3d0202[_0x13e50c(0x10f)]=this['getHooksForTest'](_0x540135)));this[_0x13e50c(0x117)]&&(_0x48b2ed['started']||_0x48b2ed[_0x13e50c(0x1b2)])&&(_0x3d0202[_0x1c04ef[_0x13e50c(0x1a8)]]=this[_0x13e50c(0x1ce)](this[_0x13e50c(0x117)]));_0x48b2ed[_0x13e50c(0x12c)]&&_0x48b2ed[_0x13e50c(0x136)]&&_0x540135[_0x13e50c(0x1ed)]&&(_0x3d0202[_0x1c04ef[_0x13e50c(0x163)]]={'feature':{'name':_0x540135[_0x13e50c(0x165)][_0x13e50c(0x16e)][_0x13e50c(0x1db)],'path':_0x3d0202[_0x13e50c(0x1e6)],'description':_0x540135[_0x13e50c(0x165)][_0x13e50c(0x137)]},'scenario':{'name':_0x540135[_0x13e50c(0x18b)]},'steps':_0x540135[_0x13e50c(0x1ed)]});const _0x4939cc=_0x3d0202[_0x1c04ef[_0x13e50c(0x118)]][0x0];_0x4939cc&&(_0x3d0202[_0x1c04ef[_0x13e50c(0x13c)]]=_0x4939cc[_0x1c04ef[_0x13e50c(0xf0)]],_0x3d0202[_0x1c04ef[_0x13e50c(0x1a7)]]=_0x4939cc[_0x1c04ef[_0x13e50c(0x172)]]);if(_0x540135['bddSteps'])for(const _0x2b9818 of _0x540135[_0x13e50c(0x1ed)]){!_0x2b9818[_0x13e50c(0x1eb)]&&(_0x2b9818['finished_at']=new Date()[_0x13e50c(0x12d)](),_0x1c04ef[_0x13e50c(0x199)](_0x2b9818['result'],_0x1c04ef[_0x13e50c(0x17f)])&&(_0x4939cc?(_0x2b9818[_0x13e50c(0x146)]=_0x1c04ef[_0x13e50c(0x1ab)],_0x2b9818[_0x13e50c(0x161)]=_0x4939cc[_0x1c04ef[_0x13e50c(0xf0)]][0x0]):_0x2b9818[_0x13e50c(0x146)]=_0x1c04ef[_0x13e50c(0x19f)]));}const _0x2e43c2={};_0x2e43c2['event_type']=_0x48b2ed['skipped']?TEST_EVENTS[_0x13e50c(0x145)]:_0x5fcf6b;const _0x5dfdf5=_0x2e43c2;return _0x48b2ed[_0x13e50c(0x11a)]?_0x5dfdf5[_0x1c04ef['sAtEP']]=_0x3d0202:_0x5dfdf5[_0x1c04ef['SoHML']]=_0x3d0202,_0x5dfdf5;}catch(_0x81363d){logger[_0x13e50c(0x1a9)](_0x13e50c(0x107)+_0x5fcf6b+'\x20with\x20error\x20:\x20'+_0x81363d);}}async[a4_0x6cbd18(0x1cb)](_0x39df9d,_0x10b77d){const _0x14f009=a4_0x6cbd18;if(!this[_0x14f009(0x1e7)]||!_0x10b77d||!_0x39df9d)return![];try{return await SessionHandler[_0x14f009(0x143)](_0x10b77d);}catch(_0x54f1be){logger[_0x14f009(0x1a9)](_0x14f009(0xe6)+_0x39df9d+'\x20with\x20error\x20:\x20'+_0x54f1be);}}[a4_0x6cbd18(0x12f)](_0x363fc){const _0x42a2eb=a4_0x6cbd18,_0x4ce3e4={};_0x4ce3e4[_0x42a2eb(0x160)]=_0x42a2eb(0x188);const _0x1b8435=_0x4ce3e4;return{'id':_0x363fc[_0x42a2eb(0x1ad)],'text':_0x363fc[_0x42a2eb(0x103)],'keyword':_0x363fc[_0x42a2eb(0x177)],'started_at':_0x363fc[_0x42a2eb(0x189)][_0x42a2eb(0x12d)](),'result':_0x1b8435[_0x42a2eb(0x160)]};}[a4_0x6cbd18(0x1e0)](_0x3ed343){const _0x461c2c=a4_0x6cbd18,_0x231701={'TNWoE':function(_0x58f7bc){return _0x58f7bc();}};!this[_0x461c2c(0x13a)][_0x461c2c(0x1ed)]&&(this[_0x461c2c(0x13a)][_0x461c2c(0x1ed)]=[]),!_0x3ed343[_0x461c2c(0x1ad)]&&(_0x3ed343['stepAnalyticsId']=_0x231701[_0x461c2c(0x1aa)](uuidv4),_0x3ed343[_0x461c2c(0x189)]=new Date(),this[_0x461c2c(0x13a)][_0x461c2c(0x1ed)]['push'](this['initializeBddStep'](_0x3ed343)));}[a4_0x6cbd18(0x1b7)](_0x1bebcf){const _0x3b11f9=a4_0x6cbd18,_0x379939={'ysZbs':function(_0x53d811,_0x1aeea7){return _0x53d811(_0x1aeea7);},'IEQeJ':_0x3b11f9(0x12a),'iFgQJ':_0x3b11f9(0x188),'rxHGd':_0x3b11f9(0x166),'pXjRE':function(_0x218784,_0x4294a2){return _0x218784-_0x4294a2;}};let _0x462bd0=this['currentTest'][_0x3b11f9(0x1ed)][_0x3b11f9(0x10b)](_0xd8e57=>_0xd8e57['id']===_0x1bebcf[_0x3b11f9(0x1ad)]);_0x379939[_0x3b11f9(0x14c)](isUndefined,_0x462bd0)&&(_0x462bd0=this[_0x3b11f9(0x12f)](_0x1bebcf)),_0x462bd0['result']=[_0x379939['IEQeJ'],_0x379939[_0x3b11f9(0x192)]][_0x3b11f9(0x16f)](_0x1bebcf[_0x3b11f9(0x15d)])?_0x379939[_0x3b11f9(0x198)]:_0x1bebcf[_0x3b11f9(0x15d)],_0x462bd0[_0x3b11f9(0x1eb)]=new Date()[_0x3b11f9(0x12d)](),_0x462bd0[_0x3b11f9(0x19d)]=_0x379939[_0x3b11f9(0xfc)](Date[_0x3b11f9(0xf5)](),_0x1bebcf[_0x3b11f9(0x189)]['getTime']()),_0x462bd0[_0x3b11f9(0x161)]=_0x1bebcf[_0x3b11f9(0x19b)]?_0x1bebcf['err'][_0x3b11f9(0xec)]:null;}}function a4_0x3060(_0x2316ee,_0x11ecc1){const _0xf9fac3=a4_0xf9fa();return a4_0x3060=function(_0x306016,_0x572fe1){_0x306016=_0x306016-0xe6;let _0x205d5e=_0xf9fac3[_0x306016];return _0x205d5e;},a4_0x3060(_0x2316ee,_0x11ecc1);}const a4_0x289ee7={};function a4_0xf9fa(){const _0x7b07bd=['UomfT','../../helpers/logger','OASBU','_testEnv','inspect','getHooksForTest','wRxnr','nkBRS','keys','pending','startedAt','Rmhan','title','lib','hFFQf','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','splice','NajeD','IelWF','iFgQJ','statSync','launch','10IMzxzV','TEST_RUN_STARTED','akNSX','rxHGd','zkaSC','captureEvent','err','config','duration','WQnho','NrtvS','10361295TLektf','.git','wdQqF','constructor','format','nhKgS','getRootParentFile','VZsWV','DrPIa','debug','TNWoE','ueDih','Playwright','stepAnalyticsId','markedStatus','VQcgE','groups','event_type','skipped','browserType.js','HookRunStarted','PathHelper','getInstance','bddStepFinish','frameworkName','testAnalyticsId','backtrace','RaSRm','KzAoq','toLowerCase','fIGbx','relative','replace','eytOR','OrCjV','_beforeAll','winstonLogger','hook_run_uuid','Failed\x20to\x20parse\x20wsendpoint\x20','4590905FNrRtu','KLHAF','iBAOY','exports','fireEvent','../../helpers/test-observability/sessionHandler','pid','getCBTInfo','MJITV','HOOK_RUN_FINISHED','YDvND','bPPLv','uuid','jzjdv','hook_run','meta','UzovV','removeAllListeners','1352616FwjfFJ','../mocha/test-observability/mochaUtils','name','DgroV','PjFXn','gBCEQ','toUpperCase','bddStepStart','BrowserType','javascript','mipAI','cwRwv','wsEndpoint','file_name','enabled','_beforeEach','codeceptjs','../../helpers/test-observability/requestQueueHandler','finished_at','sendCBTInfo','bddSteps','UXAHH','Not\x20able\x20to\x20import\x20Browser','QmXRm','TestRunSkipped','getHierarchy','bufferPendingHookEvent','split','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','CkXyJ','sTfoE','failed\x20to\x20get\x20root\x20parent\x20file\x20','client','_paths','message','AyFRf','vkiVG','JBmmk','QtkcJ','TEST_EVENTS','browserstack','type','defineProperty','now','then','zAfXI','sep','concat','MoHQx','bs:addLog:','pXjRE','LogCreated','hookAnalyticsId','appendTestItemLog','cOXtJ','__platformCaps','gDsnL','text','_afterAll','logs','iepsV','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','JshmO','failure_reason_expanded','eventType','find','ZYpbt','1948qBrvKs','qNwLy','hooks','dirname','3416574XXJPdj','15474dmqQld','whFdh','hook_type','currentHook','setupBrowserDetails','driver','nnPiR','\x20with\x20error\x20:\x20','hook','fUSBG','../../helpers/testhub/utils.js','toString','cwd','integrations','Zpgtj','length','../playwright/sessionDetails','getFailureType','TEST_REPORTING_ANALYTICS','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','HUuos','suites','HOOK_RUN_STARTED','sLUBO','success','1070898vJVCqY','test','toISOString','resetSkipTestHooks','initializeBddStep','__cloud_provider___','fullTitle','BROWSERSTACK','8185MtcslM','HookRunFinished','zpqXe','finished','comment','TestRunFinished','bYoVH','currentTest','string','UuRGh','tags','liQxy','STATE_PASSED','uOLKH','HXvuW','File\x20path\x20could\x20not\x20be\x20found','uploadEventData','retryOf','TEST_RUN_FINISHED','result','ctx','acNYQ','start','started','failureData','ysZbs','findGitConfig','WFvsP','patchConsoleLogger','FKZNy','1|5|4|2|3|0','path','test_run','IqOCD','failed','pendingHookEvents','lqFmL','flushPendingHookEvents','STATE_FAILED','bind','../utils/constants','PLAYWRIGHT_HUB_URL','status','test_run_uuid','join','eofQn','failure','failure_backtrace','KkgnV','bPMln','parent','passed','file','apply','fUKMq','location_prefix','stringify','forEach','RPfnv','feature','includes','accessibilityPlatform','mapTestHooks','oNxSZ','push','body','obsBrowserTypeMockApplied','IzPJM','keyword','150BFwYTt','stop','match','session_id','getHookType','errorsDetailed','7FNfFOc'];a4_0xf9fa=function(){return _0x7b07bd;};return a4_0xf9fa();}a4_0x289ee7['O11yHelper']=O11yHelper,a4_0x289ee7[a4_0x6cbd18(0x13f)]=STATE_PASSED,a4_0x289ee7[a4_0x6cbd18(0x159)]=STATE_FAILED,a4_0x289ee7[a4_0x6cbd18(0xf1)]=TEST_EVENTS,module[a4_0x6cbd18(0x1ca)]=a4_0x289ee7;
1
+ const a4_0x3e6a2d=a4_0x3380;(function(_0x248279,_0x5d7a08){const _0x4dc2fa=a4_0x3380,_0x545ac4=_0x248279();while(!![]){try{const _0x614574=-parseInt(_0x4dc2fa(0x1b2))/0x1*(-parseInt(_0x4dc2fa(0x1fd))/0x2)+parseInt(_0x4dc2fa(0x1df))/0x3+-parseInt(_0x4dc2fa(0x1a4))/0x4+-parseInt(_0x4dc2fa(0x247))/0x5+parseInt(_0x4dc2fa(0x238))/0x6+parseInt(_0x4dc2fa(0x1bd))/0x7+-parseInt(_0x4dc2fa(0x1f1))/0x8;if(_0x614574===_0x5d7a08)break;else _0x545ac4['push'](_0x545ac4['shift']());}catch(_0x4feb6a){_0x545ac4['push'](_0x545ac4['shift']());}}}(a4_0x1c6e,0xab9c4));function a4_0x1c6e(){const _0x1a81e3=['OZYML','err','../utils/constants','failure_reason_expanded','WNZpe','SRDTM','WrfDS','parent','../../helpers/test-observability/sessionHandler','browserType.js','PvzMc','eSAdD','uploadEventData','mIoxc','result','_beforeAll','wsEndpoint','flushPendingHookEvents','khSRi','message','520041mUojWp','kvOsq','failure_backtrace','JRDsY','oDYdz','success','inspect','keys','YySRN','rPfZm','toISOString','captureEvent','meta','fireEvent','frameworkName','TEST_RUN_FINISHED','_beforeEach','_paths','1500048absguj','QiiIZ','connectOverCDP','DhILy','../../helpers/helper','hasLiveDriverSession','MBgGN','qerqY','finished','TEST_RUN_SKIPPED','xhjgP','jQmce','2FoYRfS','passed','config','HvDlr','Not\x20able\x20to\x20import\x20Browser','match','bddSteps','appendTestItemLog','UqUzx','forEach','rMquZ','HookRunStarted','BrowserType','started','Sqvzq','CGSlM','test_run_uuid','patchConsoleLogger','getCBTInfo','currentHook','IWVyo','getTime','vpOXK','browserstack','bddStepFinish','RvDMB','.git','ezCOy','TestRunSkipped','SkGMn','fvOQU','Dcnrz','Ctstm','apply','zxIrV','statSync','bs:addLog:','fullTitle','connect','splice','../../helpers/testhub/utils.js','YqLhT','initializeBddStep','eUjuT','getHookType','KxqNR','ieUmD','suites','SoSZn','failed\x20to\x20get\x20root\x20parent\x20file\x20','PLAYWRIGHT_HUB_URL','tags','TEST_EVENTS','nPvUY','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','wkRLQ','CODECEPT','debug','eASqN','3238674sWwXaS','getHierarchy','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','wPhxX','includes','bufferPendingHookEvent','Failed\x20to\x20flush\x20pending\x20hook\x20event\x20','skipped','AMVZl','failed','stepAnalyticsId','type','pendingHookEvents','resetSkipTestHooks','startedAt','6131920RYkZyH','pending','getHooksForTest','kQRUk','vHKxU','vjSiB','constructor','integrations','title','stop','path','CBTSessionCreated','../../helpers/logger','aBEWB','STATE_PASSED','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','testAnalyticsId','launch','name','uuid','bind','Rgqxe','tfPMg','_afterEach','split','sep','javascript','toLowerCase','duration','AnHOU','KTfkq','_testEnv','AeeRo','hook_run','now','failure','concat','arQjw','comment','HOOK_RUN_STARTED','markedStatus','toString','DlCly','BROWSERSTACK','XarHN','util','relative','ofhkJ','Playwright','RwzSL','kYiYZ','_afterAll','groups','sendCBTInfo','lfuCq','JBrsP','feature','roGmm','finished_at','currentTest','ikLZE','length','../../helpers/test-observability/utils','\x20with\x20error\x20:\x20','cunMh','__cloud_provider___','driver','test_run','event_type','status','dirname','hookAnalyticsId','join','findGitConfig','../../helpers/test-observability/constants','ujaWW','stringify','GvEpp','start','TTTfI','hook_run_uuid','test','152624tLtyic','ctx','bddStepStart','ogyRn','body','session_id','getRootParentFile','lib','HookRunFinished','push','EkKJX','defineProperty','wvuZJ','string','246247hjAphA','retryOf','mapTestHooks','fzyOj','errorsDetailed','prefixTestPath','File\x20path\x20could\x20not\x20be\x20found','AZYYb','O11yHelper','enabled','file_name','8369123hfivOo','LogCreated','failureData','rTHMD','IHedv','file','logs','then','hook','setupBrowserDetails','TEST_RUN_STARTED','gUIAc','eventType','codeceptjs'];a4_0x1c6e=function(){return _0x1a81e3;};return a4_0x1c6e();}const path=require(a4_0x3e6a2d(0x15c)),util=require(a4_0x3e6a2d(0x17f)),fs=require('fs'),{v4:uuidv4}=require('uuid'),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x3e6a2d(0x1f5)),testOpsHelper=require(a4_0x3e6a2d(0x190)),{getTestEnv}=require('../mocha/test-observability/mochaUtils'),{FRAMEWORKS}=require(a4_0x3e6a2d(0x19c)),logger=require(a4_0x3e6a2d(0x15e))['winstonLogger'],SessionHandler=require(a4_0x3e6a2d(0x1d3)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),PlaywrightSessionDetails=require('../playwright/sessionDetails'),debug=testOpsHelper['debug'],{processAccessibilityCaps}=require('../playwright/accessibility-helper'),Constants=require('../utils/constants'),{fetchPlatformDetails}=require('./helper.js'),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x3e6a2d(0x225)),constants=require(a4_0x3e6a2d(0x1cd)),STATE_PASSED=a4_0x3e6a2d(0x1fe),STATE_FAILED=a4_0x3e6a2d(0x241),a4_0x1de78f={};a4_0x1de78f[a4_0x3e6a2d(0x1c7)]='TestRunStarted',a4_0x1de78f[a4_0x3e6a2d(0x1ee)]='TestRunFinished',a4_0x1de78f[a4_0x3e6a2d(0x1fa)]=a4_0x3e6a2d(0x219),a4_0x1de78f[a4_0x3e6a2d(0x179)]=a4_0x3e6a2d(0x208),a4_0x1de78f['HOOK_RUN_FINISHED']=a4_0x3e6a2d(0x1ac);const TEST_EVENTS=a4_0x1de78f,parseEvent=_0x2eb187=>{const _0x188773=a4_0x3e6a2d,_0xcc16c3={};_0xcc16c3[_0x188773(0x188)]=function(_0x4ec8ec,_0x27c242){return _0x4ec8ec<_0x27c242;},_0xcc16c3[_0x188773(0x22d)]=function(_0x182158,_0x1dcf7b){return _0x182158===_0x1dcf7b;},_0xcc16c3[_0x188773(0x183)]=_0x188773(0x1a3),_0xcc16c3[_0x188773(0x216)]=_0x188773(0x1c5),_0xcc16c3[_0x188773(0x16f)]=function(_0x19f532,_0x5ac103){return _0x19f532===_0x5ac103;},_0xcc16c3[_0x188773(0x1c1)]=_0x188773(0x23f),_0xcc16c3[_0x188773(0x1d8)]=_0x188773(0x20a),_0xcc16c3['WNZpe']=function(_0x120a8b,_0x344dda){return _0x120a8b===_0x344dda;},_0xcc16c3['AZYYb']=_0x188773(0x1f9);const _0x14026d=_0xcc16c3,_0x2c92af=_0x2eb187[_0x188773(0x202)](/^(.*)Run(.*)$/);if(!_0x2c92af)return null;if(_0x14026d[_0x188773(0x188)](_0x2c92af['length'],0x3))return null;const _0x5a23be=_0x2c92af[0x1][_0x188773(0x16d)](),_0x53142f=_0x2c92af[0x2][_0x188773(0x16d)]();return{'test':_0x14026d[_0x188773(0x22d)](_0x5a23be,_0x14026d[_0x188773(0x183)]),'hook':_0x14026d['SoSZn'](_0x5a23be,_0x14026d[_0x188773(0x216)]),'skipped':_0x14026d['AnHOU'](_0x53142f,_0x14026d[_0x188773(0x1c1)]),'started':_0x14026d[_0x188773(0x22d)](_0x53142f,_0x14026d['mIoxc']),'finished':_0x14026d[_0x188773(0x1cf)](_0x53142f,_0x14026d[_0x188773(0x1b9)])};},mockPWBrowserType=_0x219eab=>{const _0x2e438a=a4_0x3e6a2d,_0x4de6b7={'nPvUY':function(_0x531abf,_0x43672f){return _0x531abf===_0x43672f;},'vjSiB':_0x2e438a(0x1b1),'KTfkq':function(_0x37c2e6,_0x1c4a6c,_0x626e3f){return _0x37c2e6(_0x1c4a6c,_0x626e3f);},'rTHMD':_0x2e438a(0x1db),'ezCOy':function(_0x182319,_0x30c8d9){return _0x182319(_0x30c8d9);},'SkGMn':_0x2e438a(0x214),'YqLhT':_0x2e438a(0x1ab),'zxIrV':'client','AeeRo':_0x2e438a(0x1d4),'ofhkJ':_0x2e438a(0x201),'TTTfI':_0x2e438a(0x223),'MBgGN':_0x2e438a(0x163)},_0x3911dd=path[_0x2e438a(0x19a)](_0x4de6b7[_0x2e438a(0x226)],_0x4de6b7[_0x2e438a(0x21f)],_0x4de6b7[_0x2e438a(0x172)]),_0x55f174=_0x4de6b7[_0x2e438a(0x218)](importFileFromPWCore,_0x3911dd);if(!_0x55f174){_0x4de6b7[_0x2e438a(0x218)](debug,_0x4de6b7[_0x2e438a(0x181)]);return;}const _0x294346=_0x55f174[_0x2e438a(0x209)],_0x6bffca=_0x294346['prototype'];if(_0x6bffca['obsBrowserTypeMockApplied'])return;const _0x5ec6d1=_0x6bffca[_0x2e438a(0x223)];Object[_0x2e438a(0x1af)](_0x6bffca,_0x4de6b7[_0x2e438a(0x1a1)],{'get':function(){return async function _0x1f6186(_0x574827,_0x2f224d){const _0x1c7d30=a4_0x3380,_0x209b2a={'iACPB':function(_0x36230b,_0x535e1d){const _0x69aedc=a4_0x3380;return _0x4de6b7[_0x69aedc(0x232)](_0x36230b,_0x535e1d);},'EkKJX':_0x4de6b7[_0x1c7d30(0x24c)]},_0xcd442e=_0x4de6b7[_0x1c7d30(0x170)](nestedKeyValue,_0x574827,[_0x4de6b7[_0x1c7d30(0x1c0)]])||_0x574827;let _0x6c618d=null,_0xa01b73=null;try{[_0xa01b73,_0x6c618d]=_0xcd442e?_0x4de6b7['ezCOy'](parseWSEndpoint,_0xcd442e):[null,null],global['__platformCaps']=_0x6c618d,logger['debug'](_0x1c7d30(0x161)+_0xa01b73),_0xa01b73[_0x1c7d30(0x23c)](Constants[_0x1c7d30(0x17d)])&&(global[_0x1c7d30(0x193)]=_0x4de6b7[_0x1c7d30(0x21a)]);}catch(_0x546bf8){logger['debug']('Failed\x20to\x20parse\x20wsendpoint\x20'+_0xcd442e+'\x20'+_0x546bf8);}_0x4de6b7['KTfkq'](processAccessibilityCaps,_0x6c618d,_0xa01b73);if(global['accessibilityPlatform']){const _0xebd362=await _0x6bffca[_0x1c7d30(0x1f3)]['apply'](this,[''+Constants[_0x1c7d30(0x22f)]+_0x4de6b7[_0x1c7d30(0x218)](encodeURIComponent,JSON[_0x1c7d30(0x19e)](_0x6c618d))]);return PlaywrightSessionDetails[_0x1c7d30(0x1c6)](_0xebd362,_0x219eab,_0xcd442e),_0xebd362;}return _0x5ec6d1[_0x1c7d30(0x21e)](this,arguments)[_0x1c7d30(0x1c4)](_0x15e257=>{const _0x1a662d=_0x1c7d30;let _0x94a7cf=_0x574827['wsEndpoint'];return _0x209b2a['iACPB'](typeof _0x574827,_0x209b2a[_0x1a662d(0x1ae)])&&(_0x94a7cf=_0x574827),PlaywrightSessionDetails['setupBrowserDetails'](_0x15e257,_0x219eab,_0x94a7cf),_0x15e257;});};}});const _0x222370=_0x6bffca[_0x2e438a(0x163)];Object[_0x2e438a(0x1af)](_0x6bffca,_0x4de6b7[_0x2e438a(0x1f7)],{'get':function(){return async function _0x43456d(){const _0x2add13=a4_0x3380;return _0x222370[_0x2add13(0x21e)](this,arguments)[_0x2add13(0x1c4)](_0x2e3e56=>{const _0xe48a51=_0x2add13;return PlaywrightSessionDetails[_0xe48a51(0x1c6)](_0x2e3e56,null),_0x2e3e56;});};}});};function a4_0x3380(_0x100157,_0x436b01){const _0x1c6e98=a4_0x1c6e();return a4_0x3380=function(_0x3380fd,_0x2da18b){_0x3380fd=_0x3380fd-0x15a;let _0x12b60e=_0x1c6e98[_0x3380fd];return _0x12b60e;},a4_0x3380(_0x100157,_0x436b01);}class O11yHelper{[a4_0x3e6a2d(0x18d)]=null;[a4_0x3e6a2d(0x210)]=null;[a4_0x3e6a2d(0x1bb)]=![];['frameworkName']=![];[a4_0x3e6a2d(0x244)]=[];constructor(_0x4e58b8,_0x3abb0d){const _0x23d315=a4_0x3e6a2d,_0x4951f5={'lNlmD':'0|5|1|3|2|4','roGmm':function(_0x1d1b93){return _0x1d1b93();},'wvuZJ':function(_0x3e7c96,_0x4c2e2e){return _0x3e7c96===_0x4c2e2e;},'KeQyr':_0x23d315(0x182),'PfcJf':function(_0x5791a4,_0x5edbfd){return _0x5791a4(_0x5edbfd);}},_0x41cafb=_0x4951f5['lNlmD'][_0x23d315(0x16a)]('|');let _0x1d74f4=0x0;while(!![]){switch(_0x41cafb[_0x1d74f4++]){case'0':this[_0x23d315(0x1bb)]=_0x4951f5[_0x23d315(0x18b)](shouldProcessEventForTesthub);continue;case'1':this['driver']=_0x4e58b8;continue;case'2':this[_0x23d315(0x1f0)]=new testOpsHelper['PathHelper']({'cwd':process['cwd']()},this[_0x23d315(0x171)]['location_prefix']);continue;case'3':this[_0x23d315(0x171)]=_0x4951f5[_0x23d315(0x18b)](getTestEnv);continue;case'4':this['driver']&&_0x4951f5[_0x23d315(0x1b0)](this[_0x23d315(0x194)][_0x23d315(0x24d)][_0x23d315(0x164)],_0x4951f5['KeQyr'])&&_0x4951f5['PfcJf'](mockPWBrowserType,null);continue;case'5':this['frameworkName']=_0x3abb0d[_0x23d315(0x1ed)];continue;}break;}}[a4_0x3e6a2d(0x1f6)](){const _0x4dac6f=a4_0x3e6a2d,_0x3a33b8={'kvOsq':function(_0x3f7d9e,_0x363d85){return _0x3f7d9e(_0x363d85);}};if(!this['driver'])return![];try{const _0x4d70e2=_0x3a33b8[_0x4dac6f(0x1e0)](fetchPlatformDetails,this['driver']);if(!_0x4d70e2)return![];const _0x14c5e5=Object[_0x4dac6f(0x1e6)](_0x4d70e2)[0x0];return!!(_0x14c5e5&&_0x4d70e2[_0x14c5e5]&&_0x4d70e2[_0x14c5e5][_0x4dac6f(0x1a9)]);}catch(_0x18f15b){return![];}}[a4_0x3e6a2d(0x23d)](_0x5198b7,_0x120be8){const _0x1019cf=a4_0x3e6a2d;if(!_0x120be8)return;const _0x3e13e8={};_0x3e13e8[_0x1019cf(0x1c9)]=_0x5198b7,_0x3e13e8['uploadData']=_0x120be8,this[_0x1019cf(0x244)][_0x1019cf(0x1ad)](_0x3e13e8);}async[a4_0x3e6a2d(0x1dc)](){const _0x1981ea=a4_0x3e6a2d,_0x2c4cf5={};_0x2c4cf5[_0x1981ea(0x1f4)]=function(_0x1b84b6,_0x2f50ca){return _0x1b84b6&&_0x2f50ca;};const _0x29fd9a=_0x2c4cf5;if(!this[_0x1981ea(0x244)][_0x1981ea(0x18f)])return;if(!this[_0x1981ea(0x1f6)]())return;const _0x14256a=this[_0x1981ea(0x20f)](this[_0x1981ea(0x194)]),_0x4aba92=this[_0x1981ea(0x244)][_0x1981ea(0x224)](0x0,this['pendingHookEvents'][_0x1981ea(0x18f)]);for(const {eventType:_0x49b52b,uploadData:_0x1c5a35}of _0x4aba92){try{const _0x5dd13d=_0x1c5a35[_0x1981ea(0x173)]||_0x1c5a35[_0x1981ea(0x195)];_0x29fd9a['DhILy'](_0x5dd13d,_0x14256a)&&(_0x5dd13d['integrations']=_0x14256a),await this[_0x1981ea(0x1ec)](_0x49b52b,_0x1c5a35);}catch(_0x216301){logger['debug'](_0x1981ea(0x23e)+_0x49b52b+':\x20'+util['format'](_0x216301));}}}[a4_0x3e6a2d(0x1a0)](){const _0xdf762d=a4_0x3e6a2d;if(!this[_0xdf762d(0x1bb)])return;testOpsHelper[_0xdf762d(0x20e)](),process['removeAllListeners']('bs:addLog:'+process['pid']),process['on'](_0xdf762d(0x221)+process['pid'],this['appendTestItemLog'][_0xdf762d(0x166)](this));}async[a4_0x3e6a2d(0x15b)](){await RequestQueueHandler['getInstance']()['shutdown']();}async[a4_0x3e6a2d(0x204)](_0x4285d1){const _0x605a86=a4_0x3e6a2d,_0x4d7fb3={'fvOQU':_0x605a86(0x1be),'gUIAc':function(_0x5d99ce,_0x7bbf1f){return _0x5d99ce(_0x7bbf1f);}};try{this[_0x605a86(0x210)]&&!this['currentHook'][_0x605a86(0x17a)]&&(_0x4285d1[_0x605a86(0x1a2)]=this[_0x605a86(0x210)][_0x605a86(0x199)]);!_0x4285d1[_0x605a86(0x1a2)]&&this[_0x605a86(0x18d)]&&!this[_0x605a86(0x18d)][_0x605a86(0x17a)]&&(_0x4285d1[_0x605a86(0x20d)]=this[_0x605a86(0x18d)][_0x605a86(0x162)]);if(_0x4285d1[_0x605a86(0x1a2)]||_0x4285d1[_0x605a86(0x20d)]){const _0x139e80={};_0x139e80[_0x605a86(0x196)]=_0x4d7fb3[_0x605a86(0x21b)],_0x139e80[_0x605a86(0x1c3)]=[_0x4285d1],await SessionHandler[_0x605a86(0x1d7)](_0x139e80);}}catch(_0x5944e7){_0x4d7fb3[_0x605a86(0x1c8)](debug,_0x605a86(0x233)+constants['TEST_REPORTING_ANALYTICS']+_0x605a86(0x191)+_0x5944e7);}}async[a4_0x3e6a2d(0x187)](_0x3ca42f){const _0x4bdb17=a4_0x3e6a2d,_0x7b7474={'WrfDS':_0x4bdb17(0x15d),'vWPAu':function(_0x2cf816,_0x5d641c){return _0x2cf816(_0x5d641c);}};if(!this[_0x4bdb17(0x1bb)])return;const _0x1c34b4=this[_0x4bdb17(0x20f)](this[_0x4bdb17(0x194)]);try{const _0x5ca5be={};_0x5ca5be[_0x4bdb17(0x165)]=_0x3ca42f,_0x5ca5be[_0x4bdb17(0x24e)]=_0x1c34b4;const _0x5656be=_0x5ca5be,_0x52d80c={};_0x52d80c['event_type']=_0x7b7474[_0x4bdb17(0x1d1)],_0x52d80c[_0x4bdb17(0x195)]=_0x5656be,await SessionHandler[_0x4bdb17(0x1d7)](_0x52d80c);}catch(_0x19bb78){_0x7b7474['vWPAu'](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20'+constants['TEST_REPORTING_ANALYTICS']+_0x4bdb17(0x191)+_0x19bb78);}}[a4_0x3e6a2d(0x20f)](_0x2dc891){const _0x45d98d=a4_0x3e6a2d,_0x34d783={'eASqN':function(_0x4f9f6b,_0x2f99a5){return _0x4f9f6b(_0x2f99a5);}};return _0x34d783[_0x45d98d(0x237)](fetchPlatformDetails,_0x2dc891);}[a4_0x3e6a2d(0x245)]=_0x1631c9=>{const _0x2530bc=a4_0x3e6a2d,_0x5bb1aa={};_0x5bb1aa[_0x2530bc(0x168)]=_0x2530bc(0x1ef),_0x5bb1aa[_0x2530bc(0x1e3)]='_afterEach';const _0x22cb16=_0x5bb1aa;if(!_0x1631c9||!_0x1631c9[_0x2530bc(0x1d2)])return;[_0x22cb16[_0x2530bc(0x168)],_0x22cb16['oDYdz']][_0x2530bc(0x206)](_0x7cec05=>{const _0x598e98=_0x2530bc,_0x47612a=_0x1631c9['parent'][_0x7cec05];_0x47612a[_0x598e98(0x206)](_0x177b6f=>{const _0x41f40f=_0x598e98;_0x177b6f[_0x41f40f(0x199)]&&(_0x177b6f[_0x41f40f(0x199)]=null);});});};[a4_0x3e6a2d(0x1b4)](_0x1ba82f){const _0x26fc5a=a4_0x3e6a2d,_0x2643cf={'UqUzx':_0x26fc5a(0x1ca),'ujaWW':function(_0x187c87){return _0x187c87();},'ytfmV':function(_0x32ccb4,_0x28e4c7){return _0x32ccb4===_0x28e4c7;},'rMquZ':'_afterEach','CGSlM':_0x26fc5a(0x1da),'Sqvzq':_0x26fc5a(0x185),'lXnqD':'_beforeEach'};if(!_0x1ba82f||!_0x1ba82f[_0x26fc5a(0x1d2)])return;[_0x2643cf[_0x26fc5a(0x20c)],_0x2643cf[_0x26fc5a(0x20b)],_0x2643cf['lXnqD'],_0x2643cf[_0x26fc5a(0x207)]][_0x26fc5a(0x206)](_0x4a97cf=>{const _0x350969=_0x26fc5a,_0x21334e=_0x1ba82f[_0x350969(0x1d2)][_0x4a97cf]||[];_0x21334e[_0x350969(0x206)](_0x312db5=>{const _0x371ba6=_0x350969;if(_0x312db5['title']['includes'](_0x2643cf[_0x371ba6(0x205)]))return;if(!_0x312db5['hookAnalyticsId'])_0x312db5[_0x371ba6(0x199)]=_0x2643cf[_0x371ba6(0x19d)](uuidv4);else _0x312db5['markedStatus']&&_0x2643cf['ytfmV'](_0x4a97cf,_0x2643cf['rMquZ'])&&(_0x312db5[_0x371ba6(0x199)]=_0x2643cf[_0x371ba6(0x19d)](uuidv4),delete _0x312db5[_0x371ba6(0x17a)]);});}),this[_0x26fc5a(0x1b4)](_0x1ba82f[_0x26fc5a(0x1d2)]);}[a4_0x3e6a2d(0x249)](_0x53135e){const _0x47386c=a4_0x3e6a2d,_0x18ee07={};_0x18ee07[_0x47386c(0x1d0)]=_0x47386c(0x1da),_0x18ee07['HvDlr']='_afterAll',_0x18ee07[_0x47386c(0x1b5)]='_beforeEach',_0x18ee07[_0x47386c(0x1d6)]=_0x47386c(0x169);const _0x114d35=_0x18ee07;if(!_0x53135e||!_0x53135e[_0x47386c(0x1d2)])return[];const _0x3fc2b5=[];return[_0x114d35[_0x47386c(0x1d0)],_0x114d35[_0x47386c(0x200)],_0x114d35[_0x47386c(0x1b5)],_0x114d35[_0x47386c(0x1d6)]]['forEach'](_0x5e8b37=>{const _0x2b1012=_0x47386c,_0x54780e=_0x53135e[_0x2b1012(0x1d2)][_0x5e8b37]||[];_0x54780e[_0x2b1012(0x206)](_0x39e25b=>{const _0x126526=_0x2b1012;_0x39e25b[_0x126526(0x199)]&&_0x3fc2b5[_0x126526(0x1ad)](_0x39e25b['hookAnalyticsId']);});}),[][_0x47386c(0x176)](_0x3fc2b5,this[_0x47386c(0x249)](_0x53135e[_0x47386c(0x1d2)]));}[a4_0x3e6a2d(0x229)](_0x4d2ca1){const _0x31056e=a4_0x3e6a2d,_0x38f2fe=/^"(?<hook>.*)" hook:.*$/,_0x549589=_0x4d2ca1[_0x31056e(0x15a)],_0x3408f0=_0x549589['match'](_0x38f2fe);if(_0x3408f0&&_0x3408f0[_0x31056e(0x186)])return _0x3408f0[_0x31056e(0x186)]['hook']['toUpperCase']()['replace']('\x20','_');return null;}[a4_0x3e6a2d(0x19b)](_0x1836de){const _0x5195d7=a4_0x3e6a2d,_0x4f56d6={};_0x4f56d6['vpOXK']=function(_0x51a560,_0x310735){return _0x51a560===_0x310735;},_0x4f56d6['JRDsY']=function(_0x362774,_0x45609a){return _0x362774===_0x45609a;},_0x4f56d6[_0x5195d7(0x21c)]=function(_0x42bb8f,_0x3c91f1){return _0x42bb8f===_0x3c91f1;},_0x4f56d6[_0x5195d7(0x22b)]=_0x5195d7(0x217),_0x4f56d6[_0x5195d7(0x23b)]=_0x5195d7(0x1ff);const _0x3c3286=_0x4f56d6,_0x1c0164=path[_0x5195d7(0x16b)];if(_0x3c3286[_0x5195d7(0x213)](_0x1836de,null)||_0x3c3286[_0x5195d7(0x1e2)](_0x1836de,'')||_0x3c3286[_0x5195d7(0x1e2)](_0x1836de,_0x1c0164)||_0x3c3286[_0x5195d7(0x21c)](_0x1836de,path[_0x5195d7(0x198)](_0x1836de)))return null;try{return fs[_0x5195d7(0x220)](path[_0x5195d7(0x19a)](_0x1836de,_0x3c3286[_0x5195d7(0x22b)],_0x3c3286['wPhxX'])),_0x1836de;}catch(_0x1d0ae7){const _0x7621b8=path['dirname'](_0x1836de);return this[_0x5195d7(0x19b)](_0x7621b8);}}['getRootParentFile'](_0x430342){const _0x49e0f6=a4_0x3e6a2d,_0x40d944={};_0x40d944[_0x49e0f6(0x15f)]=function(_0x26cfcb,_0x483dc6){return _0x26cfcb>_0x483dc6;};const _0x26c468=_0x40d944;if(_0x430342[_0x49e0f6(0x1c2)])return _0x430342[_0x49e0f6(0x1c2)];if(_0x430342[_0x49e0f6(0x1a5)]){const _0x19a3d8=_0x430342['ctx'][_0x49e0f6(0x18d)]?this['getRootParentFile'](_0x430342[_0x49e0f6(0x1a5)][_0x49e0f6(0x18d)]):null;if(_0x19a3d8)return _0x19a3d8;}if(_0x430342[_0x49e0f6(0x1d2)]){const _0x1e4d54=this[_0x49e0f6(0x1aa)](_0x430342[_0x49e0f6(0x1d2)])||(_0x430342[_0x49e0f6(0x1d2)][_0x49e0f6(0x1a5)]&&_0x430342[_0x49e0f6(0x1d2)]['ctx'][_0x49e0f6(0x18d)]?this[_0x49e0f6(0x1aa)](_0x430342['parent'][_0x49e0f6(0x1a5)][_0x49e0f6(0x18d)]):null);if(_0x1e4d54)return _0x1e4d54;_0x430342[_0x49e0f6(0x1d2)]['suites']&&_0x26c468[_0x49e0f6(0x15f)](_0x430342[_0x49e0f6(0x1d2)][_0x49e0f6(0x22c)][_0x49e0f6(0x18f)],0x0)&&_0x430342[_0x49e0f6(0x1d2)][_0x49e0f6(0x22c)][_0x49e0f6(0x206)](_0x1f3cc6=>{const _0x141e89=_0x49e0f6,_0x5af0c6=_0x1f3cc6['ctx']?this[_0x141e89(0x1aa)](_0x1f3cc6[_0x141e89(0x1a5)]):null;if(_0x5af0c6)return _0x5af0c6;});}return null;}[a4_0x3e6a2d(0x239)](_0x566f11){const _0x147bfe=a4_0x3e6a2d,_0x3c38a8={};_0x3c38a8[_0x147bfe(0x1dd)]=function(_0x576a95,_0x547abc){return _0x576a95!==_0x547abc;};const _0x266067=_0x3c38a8,_0x3015f7=[];if(_0x566f11&&_0x566f11[_0x147bfe(0x1d2)]){let _0x3e8ed8=_0x566f11['parent'];while(_0x3e8ed8&&_0x266067[_0x147bfe(0x1dd)](_0x3e8ed8['title'],'')){_0x3015f7[_0x147bfe(0x1ad)](_0x3e8ed8[_0x147bfe(0x15a)]),_0x3e8ed8=_0x3e8ed8[_0x147bfe(0x1d2)];}}return _0x3015f7;}[a4_0x3e6a2d(0x1ea)](_0x34b70b,_0x6a10d0,_0xd36770=undefined){const _0x5b9174=a4_0x3e6a2d,_0x4e6017={'XarHN':function(_0x1265d4,_0x426176){return _0x1265d4(_0x426176);},'DlCly':function(_0x4ae7cb){return _0x4ae7cb();},'OZYML':function(_0x31ee08){return _0x31ee08();},'IWVyo':function(_0x193ce5){return _0x193ce5();},'JBrsP':_0x5b9174(0x1cc),'qerqY':function(_0xc57e8d,_0x309fda){return _0xc57e8d!==_0x309fda;},'jQmce':function(_0x4ab3a9,_0x273f25){return _0x4ab3a9!==_0x273f25;},'kQRUk':_0x5b9174(0x1b8),'cunMh':_0x5b9174(0x248),'vHKxU':_0x5b9174(0x241),'eUjuT':'passed','arQjw':'skipped','ogyRn':_0x5b9174(0x16c),'ikLZE':function(_0x8c85a,_0x2127ba){return _0x8c85a-_0x2127ba;},'jDyAW':function(_0x175848,_0x20dab4,_0x7b976b,_0x233448,_0x3a0e8b){return _0x175848(_0x20dab4,_0x7b976b,_0x233448,_0x3a0e8b);},'yQCqW':function(_0x4dfe98,_0xaa60f3){return _0x4dfe98!==_0xaa60f3;},'frxrL':_0x5b9174(0x24e),'YySRN':_0x5b9174(0x1eb),'PvzMc':'failure','Rgqxe':_0x5b9174(0x1e1),'GvEpp':'backtrace','xhjgP':_0x5b9174(0x1ce),'jcqpA':'expanded','kYiYZ':function(_0x352fa6,_0x4be0a2){return _0x352fa6===_0x4be0a2;},'MGZAQ':_0x5b9174(0x173),'QiiIZ':_0x5b9174(0x195)};if(!this[_0x5b9174(0x1bb)])return;try{if(_0x6a10d0['fn']&&_0x6a10d0['fn']['toString']()[_0x5b9174(0x202)](/browserstack internal helper hook/))return;const _0x364fbe=_0x4e6017[_0x5b9174(0x17e)](parseEvent,_0x34b70b);if(!_0x364fbe)return;if(_0x364fbe[_0x5b9174(0x1a3)]){this[_0x5b9174(0x18d)]=_0x6a10d0,this[_0x5b9174(0x210)]=null;if(_0x364fbe[_0x5b9174(0x20a)]||_0x364fbe['skipped']){_0x6a10d0[_0x5b9174(0x246)]=new Date(),_0x6a10d0['markedStatus']=![];if(!_0x6a10d0[_0x5b9174(0x162)])_0x6a10d0[_0x5b9174(0x162)]=_0x4e6017['DlCly'](uuidv4);else _0x6a10d0[_0x5b9174(0x17a)]&&(!_0x6a10d0['retryOf']&&(_0x6a10d0[_0x5b9174(0x1b3)]=_0x6a10d0[_0x5b9174(0x162)]),_0x6a10d0[_0x5b9174(0x162)]=_0x4e6017[_0x5b9174(0x17c)](uuidv4));}}else{if(_0x364fbe[_0x5b9174(0x1c5)]){this[_0x5b9174(0x210)]=_0x6a10d0;if(_0x364fbe[_0x5b9174(0x20a)]){_0x6a10d0['startedAt']=new Date(),_0x6a10d0['markedStatus']=![];if(!_0x6a10d0['hookAnalyticsId'])_0x6a10d0[_0x5b9174(0x199)]=_0x4e6017[_0x5b9174(0x1cb)](uuidv4);else _0x6a10d0['hookAnalyticsId']&&_0x6a10d0[_0x5b9174(0x17a)]&&(_0x6a10d0[_0x5b9174(0x199)]=_0x4e6017[_0x5b9174(0x211)](uuidv4));}}}if(_0x364fbe[_0x5b9174(0x1f9)]&&_0x6a10d0[_0x5b9174(0x17a)])return;let _0x1a99bc;try{_0x1a99bc=this['getRootParentFile'](_0x6a10d0);}catch(_0xe9fc82){logger[_0x5b9174(0x236)](_0x5b9174(0x22e)+_0xe9fc82),_0x1a99bc=null;}let _0x56a0f8=[];_0xd36770&&(_0x56a0f8=[_0xd36770,_0x4e6017[_0x5b9174(0x189)]]);const _0x4fb6a8=_0x4e6017[_0x5b9174(0x1f8)](_0x6a10d0[_0x5b9174(0x1b6)],undefined)?util[_0x5b9174(0x1e5)](_0x6a10d0[_0x5b9174(0x1b6)][0x0]):_0x4e6017[_0x5b9174(0x1fc)](_0xd36770,undefined)?_0xd36770[_0x5b9174(0x17b)]():undefined,_0x4a6c24=_0x1a99bc?this['findGitConfig'](_0x1a99bc):null,_0x4f330f=_0x1a99bc?this[_0x5b9174(0x1f0)][_0x5b9174(0x1b7)](this[_0x5b9174(0x1aa)](_0x6a10d0)):_0x4e6017[_0x5b9174(0x24a)];let _0x8063f6=_0x4e6017[_0x5b9174(0x192)];const _0xf74ee3=!_0x364fbe['started']?new Date()[_0x5b9174(0x1e9)]():null;if(_0x364fbe[_0x5b9174(0x1f9)])_0x8063f6=_0xd36770?_0x4e6017['vHKxU']:_0x4e6017[_0x5b9174(0x228)],_0x6a10d0[_0x5b9174(0x17a)]=!![];else _0x364fbe[_0x5b9174(0x23f)]&&(_0x8063f6=_0x4e6017[_0x5b9174(0x177)],_0x6a10d0[_0x5b9174(0x17a)]=!![]);const _0x4c8a4b={'framework':this['frameworkName'],'uuid':_0x6a10d0[_0x5b9174(0x162)]||_0x6a10d0[_0x5b9174(0x199)],'name':_0x6a10d0[_0x5b9174(0x15a)],'body':{'lang':_0x4e6017[_0x5b9174(0x1a7)],'code':_0x6a10d0[_0x5b9174(0x1a8)][_0x5b9174(0x17b)]()},'type':_0x6a10d0[_0x5b9174(0x243)],'scope':_0x6a10d0['fullTitle'](),'scopes':this[_0x5b9174(0x239)](_0x6a10d0),'file_name':_0x4f330f,'vc_filepath':_0x4a6c24?path[_0x5b9174(0x180)](_0x4a6c24,_0x1a99bc):null,'location':_0x4f330f,'result':_0x8063f6,'failure_reason':_0x4fb6a8,'duration_in_ms':_0x6a10d0[_0x5b9174(0x16e)]||(_0x364fbe['finished']||_0x364fbe[_0x5b9174(0x23f)])?_0x4e6017[_0x5b9174(0x18e)](Date[_0x5b9174(0x174)](),new Date(_0x6a10d0['startedAt'])[_0x5b9174(0x212)]()):null,'started_at':new Date(_0x6a10d0['startedAt'])[_0x5b9174(0x1e9)](),'finished_at':_0xf74ee3,'failure':testOpsHelper[_0x5b9174(0x1bf)]['apply'](null,_0x56a0f8),'failure_type':!_0x4fb6a8?null:testOpsHelper['getFailureType'](_0x4fb6a8),'retry_of':_0x6a10d0[_0x5b9174(0x1b3)]||null,'tags':_0x6a10d0[_0x5b9174(0x230)]||[],'customRerunParam':{'rerun_name':_0x6a10d0[_0x5b9174(0x222)]()}};_0x4e6017['jDyAW'](appendTesthubParams,_0x4c8a4b,_0x34b70b,_0x6a10d0,FRAMEWORKS[_0x5b9174(0x235)]);if(_0x364fbe[_0x5b9174(0x1c5)])[_0x4c8a4b['hook_type'],_0x4c8a4b[_0x5b9174(0x164)]]=[this[_0x5b9174(0x229)](_0x6a10d0),_0x6a10d0[_0x5b9174(0x1a5)][_0x5b9174(0x1a3)]['title']],_0x364fbe['finished']?_0x4e6017['yQCqW'](_0x4c8a4b['result'],_0x4e6017['vHKxU'])&&(_0x4c8a4b[_0x5b9174(0x1d9)]=_0x4e6017[_0x5b9174(0x228)]):_0x4c8a4b['body']={};else _0x364fbe[_0x5b9174(0x1a3)]&&(this[_0x5b9174(0x1b4)](_0x6a10d0),_0x364fbe[_0x5b9174(0x23f)]&&this[_0x5b9174(0x245)](_0x6a10d0),(_0x364fbe[_0x5b9174(0x1f9)]||_0x364fbe['skipped'])&&(_0x4c8a4b['hooks']=this['getHooksForTest'](_0x6a10d0)));this[_0x5b9174(0x194)]&&(_0x364fbe[_0x5b9174(0x20a)]||_0x364fbe['skipped'])&&(_0x4c8a4b[_0x4e6017['frxrL']]=this[_0x5b9174(0x20f)](this[_0x5b9174(0x194)]));_0x364fbe[_0x5b9174(0x1a3)]&&_0x364fbe['finished']&&_0x6a10d0[_0x5b9174(0x203)]&&(_0x4c8a4b[_0x4e6017[_0x5b9174(0x1e7)]]={'feature':{'name':_0x6a10d0[_0x5b9174(0x1d2)][_0x5b9174(0x18a)][_0x5b9174(0x164)],'path':_0x4c8a4b[_0x5b9174(0x1bc)],'description':_0x6a10d0[_0x5b9174(0x1d2)][_0x5b9174(0x178)]},'scenario':{'name':_0x6a10d0[_0x5b9174(0x15a)]},'steps':_0x6a10d0[_0x5b9174(0x203)]});const _0x2b18cc=_0x4c8a4b[_0x4e6017[_0x5b9174(0x1d5)]][0x0];_0x2b18cc&&(_0x4c8a4b[_0x4e6017[_0x5b9174(0x167)]]=_0x2b18cc[_0x4e6017[_0x5b9174(0x19f)]],_0x4c8a4b[_0x4e6017[_0x5b9174(0x1fb)]]=_0x2b18cc[_0x4e6017['jcqpA']]);if(_0x6a10d0[_0x5b9174(0x203)])for(const _0x5804cb of _0x6a10d0['bddSteps']){!_0x5804cb['finished_at']&&(_0x5804cb[_0x5b9174(0x18c)]=new Date()['toISOString'](),_0x4e6017[_0x5b9174(0x184)](_0x5804cb[_0x5b9174(0x1d9)],_0x4e6017[_0x5b9174(0x192)])&&(_0x2b18cc?(_0x5804cb[_0x5b9174(0x1d9)]=_0x4e6017[_0x5b9174(0x24b)],_0x5804cb[_0x5b9174(0x175)]=_0x2b18cc[_0x4e6017[_0x5b9174(0x19f)]][0x0]):_0x5804cb[_0x5b9174(0x1d9)]=_0x4e6017[_0x5b9174(0x228)]));}const _0x2c26b0={};_0x2c26b0[_0x5b9174(0x196)]=_0x364fbe['skipped']?TEST_EVENTS['TEST_RUN_FINISHED']:_0x34b70b;const _0x5d5b68=_0x2c26b0;return _0x364fbe[_0x5b9174(0x1c5)]?_0x5d5b68[_0x4e6017['MGZAQ']]=_0x4c8a4b:_0x5d5b68[_0x4e6017[_0x5b9174(0x1f2)]]=_0x4c8a4b,_0x5d5b68;}catch(_0x1b807f){logger['debug'](_0x5b9174(0x23a)+_0x34b70b+_0x5b9174(0x191)+_0x1b807f);}}async[a4_0x3e6a2d(0x1ec)](_0x53fa61,_0x1c20d5){const _0x30bb83=a4_0x3e6a2d;if(!this[_0x30bb83(0x1bb)]||!_0x1c20d5||!_0x53fa61)return![];try{return await SessionHandler[_0x30bb83(0x1d7)](_0x1c20d5);}catch(_0x23e5f5){logger[_0x30bb83(0x236)]('Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20'+_0x53fa61+'\x20with\x20error\x20:\x20'+_0x23e5f5);}}['initializeBddStep'](_0x16b82e){const _0x75c5d7=a4_0x3e6a2d,_0x2bfbdb={};_0x2bfbdb['vFayv']='pending';const _0x238d29=_0x2bfbdb;return{'id':_0x16b82e[_0x75c5d7(0x242)],'text':_0x16b82e['text'],'keyword':_0x16b82e['keyword'],'started_at':_0x16b82e[_0x75c5d7(0x246)][_0x75c5d7(0x1e9)](),'result':_0x238d29['vFayv']};}[a4_0x3e6a2d(0x1a6)](_0x3aff7b){const _0x50dbe3=a4_0x3e6a2d,_0xe9d1ee={'rPfZm':function(_0x4a5ec5){return _0x4a5ec5();}};!this[_0x50dbe3(0x18d)][_0x50dbe3(0x203)]&&(this[_0x50dbe3(0x18d)][_0x50dbe3(0x203)]=[]),!_0x3aff7b[_0x50dbe3(0x242)]&&(_0x3aff7b[_0x50dbe3(0x242)]=_0xe9d1ee[_0x50dbe3(0x1e8)](uuidv4),_0x3aff7b[_0x50dbe3(0x246)]=new Date(),this[_0x50dbe3(0x18d)][_0x50dbe3(0x203)][_0x50dbe3(0x1ad)](this[_0x50dbe3(0x227)](_0x3aff7b)));}[a4_0x3e6a2d(0x215)](_0x807eb4){const _0x14cd50=a4_0x3e6a2d,_0x27853a={'AMVZl':function(_0x4264e,_0xe8fb59){return _0x4264e(_0xe8fb59);},'KxqNR':_0x14cd50(0x1e4),'wkRLQ':_0x14cd50(0x248),'ZJGOH':_0x14cd50(0x1fe),'Ctstm':function(_0x5352c4,_0x425ad1){return _0x5352c4-_0x425ad1;}};let _0x22d9ce=this[_0x14cd50(0x18d)][_0x14cd50(0x203)]['find'](_0x3a6530=>_0x3a6530['id']===_0x807eb4[_0x14cd50(0x242)]);_0x27853a[_0x14cd50(0x240)](isUndefined,_0x22d9ce)&&(_0x22d9ce=this[_0x14cd50(0x227)](_0x807eb4)),_0x22d9ce[_0x14cd50(0x1d9)]=[_0x27853a[_0x14cd50(0x22a)],_0x27853a[_0x14cd50(0x234)]][_0x14cd50(0x23c)](_0x807eb4[_0x14cd50(0x197)])?_0x27853a['ZJGOH']:_0x807eb4['status'],_0x22d9ce[_0x14cd50(0x18c)]=new Date()[_0x14cd50(0x1e9)](),_0x22d9ce[_0x14cd50(0x16e)]=_0x27853a[_0x14cd50(0x21d)](Date[_0x14cd50(0x174)](),_0x807eb4['startedAt'][_0x14cd50(0x212)]()),_0x22d9ce[_0x14cd50(0x175)]=_0x807eb4['err']?_0x807eb4[_0x14cd50(0x1cc)][_0x14cd50(0x1de)]:null;}}const a4_0x2ffd92={};a4_0x2ffd92[a4_0x3e6a2d(0x1ba)]=O11yHelper,a4_0x2ffd92[a4_0x3e6a2d(0x160)]=STATE_PASSED,a4_0x2ffd92['STATE_FAILED']=STATE_FAILED,a4_0x2ffd92[a4_0x3e6a2d(0x231)]=TEST_EVENTS,module['exports']=a4_0x2ffd92;