browserstack-node-sdk 1.46.3 → 1.46.4

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 (187) 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 +108 -0
  41. package/generated/sdk-messages_pb.js +830 -0
  42. package/generated/sdk_grpc_pb.d.ts +10 -0
  43. package/generated/sdk_grpc_pb.js +66 -0
  44. package/package.json +1 -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/nightwatch/command.js +1 -1
  83. package/src/bin/playwright/accessibility-helper.js +1 -1
  84. package/src/bin/playwright/command.js +1 -1
  85. package/src/bin/playwright/globalSetup.js +1 -1
  86. package/src/bin/playwright/mock-process.js +1 -1
  87. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  88. package/src/bin/playwright/patches.js +1 -1
  89. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  90. package/src/bin/playwright/reporter/reporter.js +1 -1
  91. package/src/bin/playwright/reporter/test-details.js +1 -1
  92. package/src/bin/playwright/sessionDetails.js +1 -1
  93. package/src/bin/runner.js +1 -1
  94. package/src/bin/setup.js +1 -1
  95. package/src/bin/test-runner/index.js +1 -1
  96. package/src/bin/test-runner/runTest.js +1 -1
  97. package/src/bin/test-runner/testWorker.js +1 -1
  98. package/src/bin/utils/apiUtilityMethods.js +1 -1
  99. package/src/bin/utils/clientTroubleshootingService.js +1 -0
  100. package/src/bin/utils/constants.js +1 -1
  101. package/src/bin/utils/log4jsAppender.js +1 -1
  102. package/src/bin/utils/logPatcher.js +1 -1
  103. package/src/bin/utils/logReportingAPI.js +1 -1
  104. package/src/bin/utils/playwright-patcher.js +1 -1
  105. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  106. package/src/bin/utils/sharedUtils.js +1 -1
  107. package/src/bin/v2/TestInfo.js +1 -1
  108. package/src/bin/v2/browserstackCLI.js +1 -1
  109. package/src/bin/v2/cliUtils.js +1 -1
  110. package/src/bin/v2/customTagManager.js +1 -1
  111. package/src/bin/v2/eventDispatcher.js +1 -1
  112. package/src/bin/v2/framework/automationFramework.js +1 -1
  113. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  114. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  115. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  116. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  117. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  118. package/src/bin/v2/framework/testFramework.js +1 -1
  119. package/src/bin/v2/grpcClient.js +1 -1
  120. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  121. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  122. package/src/bin/v2/instances/trackedContext.js +1 -1
  123. package/src/bin/v2/instances/trackedInstance.js +1 -1
  124. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  125. package/src/bin/v2/modules/baseModule.js +1 -1
  126. package/src/bin/v2/modules/observabilityModule.js +1 -1
  127. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  128. package/src/bin/v2/modules/testhubModule.js +1 -1
  129. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  130. package/src/bin/v2/state/hookState.js +1 -1
  131. package/src/bin/v2/state/testFrameworkState.js +1 -1
  132. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  133. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  134. package/src/bin/vanilla-js/command.js +1 -1
  135. package/src/browserStackSdk.js +1 -1
  136. package/src/helpers/BrowserStackSetup.js +1 -1
  137. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  138. package/src/helpers/accessibility-automation/constants.js +1 -1
  139. package/src/helpers/accessibility-automation/helper.js +1 -1
  140. package/src/helpers/accessibility-automation/scripts.js +1 -1
  141. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  142. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  143. package/src/helpers/ats/constants.js +1 -1
  144. package/src/helpers/ats/helper.js +1 -1
  145. package/src/helpers/capsMapping.js +1 -1
  146. package/src/helpers/central-scanner/constants.js +1 -1
  147. package/src/helpers/central-scanner/helpers.js +1 -1
  148. package/src/helpers/classLogger.js +1 -1
  149. package/src/helpers/globals.js +1 -1
  150. package/src/helpers/helper.js +1 -1
  151. package/src/helpers/logger.js +1 -1
  152. package/src/helpers/metadata.js +1 -1
  153. package/src/helpers/patchHelper.js +1 -1
  154. package/src/helpers/patchHelpers.js +1 -1
  155. package/src/helpers/percy/Percy.js +1 -1
  156. package/src/helpers/percy/PercyBinary.js +1 -1
  157. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  158. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  159. package/src/helpers/percy/PercySDK.js +1 -1
  160. package/src/helpers/percy/index.js +1 -1
  161. package/src/helpers/percy/utils.js +1 -1
  162. package/src/helpers/performance/constants.js +1 -1
  163. package/src/helpers/performance/performance-tester.js +1 -1
  164. package/src/helpers/playwright-helper.js +1 -1
  165. package/src/helpers/processHelper.js +1 -1
  166. package/src/helpers/request-spy.js +1 -1
  167. package/src/helpers/setKeepAlive.js +1 -1
  168. package/src/helpers/test-observability/constants.js +1 -1
  169. package/src/helpers/test-observability/error-handler.js +1 -1
  170. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  171. package/src/helpers/test-observability/sessionHandler.js +1 -1
  172. package/src/helpers/test-observability/utils.js +1 -1
  173. package/src/helpers/test-orchestration/constants.js +1 -1
  174. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  175. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  176. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  177. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  178. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  179. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  180. package/src/helpers/testhub/constants.js +1 -1
  181. package/src/helpers/testhub/testhubHandler.js +1 -1
  182. package/src/helpers/testhub/utils.js +1 -1
  183. package/src/helpers/timeoutPromise.js +1 -1
  184. package/src/helpers/utilities.js +1 -1
  185. package/src/helpers/w3cMapping.js +1 -1
  186. package/src/hubAllocationMethods.js +1 -1
  187. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a1_0x3ae0(_0x29263d,_0xe8ce65){const _0x4c0989=a1_0x4c09();return a1_0x3ae0=function(_0x3ae021,_0x393d84){_0x3ae021=_0x3ae021-0x181;let _0x3f7478=_0x4c0989[_0x3ae021];return _0x3f7478;},a1_0x3ae0(_0x29263d,_0xe8ce65);}const a1_0x2a08fc=a1_0x3ae0;(function(_0x2b0380,_0x31cbef){const _0xf3a94a=a1_0x3ae0,_0x299aaf=_0x2b0380();while(!![]){try{const _0x4abd1d=-parseInt(_0xf3a94a(0x27d))/0x1+parseInt(_0xf3a94a(0x240))/0x2+parseInt(_0xf3a94a(0x248))/0x3+-parseInt(_0xf3a94a(0x264))/0x4*(parseInt(_0xf3a94a(0x191))/0x5)+parseInt(_0xf3a94a(0x1f3))/0x6+parseInt(_0xf3a94a(0x1f1))/0x7*(-parseInt(_0xf3a94a(0x1c8))/0x8)+parseInt(_0xf3a94a(0x20c))/0x9;if(_0x4abd1d===_0x31cbef)break;else _0x299aaf['push'](_0x299aaf['shift']());}catch(_0x504f48){_0x299aaf['push'](_0x299aaf['shift']());}}}(a1_0x4c09,0xd4a53));const fs=require('fs'),util=require(a1_0x2a08fc(0x260)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x2a08fc(0x280)),logger=require('../../helpers/logger')['winstonLogger'],testOpsHelper=require(a1_0x2a08fc(0x1b9)),requestSpy=require(a1_0x2a08fc(0x1c6)),PlaywrightSessionDetails=require(a1_0x2a08fc(0x190)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x2a08fc(0x21a)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x2a08fc(0x277)),AccessibilityHelper=require('../../bin/playwright/accessibility-helper'),scripts=require(a1_0x2a08fc(0x236)),PerformanceTester=require(a1_0x2a08fc(0x1f5)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x2a08fc(0x25f)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x2a08fc(0x1a5)),testHubConstants=require(a1_0x2a08fc(0x246)),globals=require(a1_0x2a08fc(0x208)),CodeceptJS=requireModule(a1_0x2a08fc(0x18a),a1_0x2a08fc(0x274)),CodeceptUtils=requireModule(a1_0x2a08fc(0x25c),a1_0x2a08fc(0x274)),CodeceptWebDriver=requireModule(a1_0x2a08fc(0x269),a1_0x2a08fc(0x274)),CodeceptRecorder=requireModule(a1_0x2a08fc(0x23d),a1_0x2a08fc(0x274)),CodeceptPlaywright=requireModule(a1_0x2a08fc(0x273),'codeceptjs'),playwrightMarkSessionStatus=(_0x438072,_0x528700,_0x1919b0)=>{const _0x1bbde3=a1_0x2a08fc,_0x479fc9={'GlYxn':_0x1bbde3(0x232),'Sxbtl':function(_0x5e1bc6,_0x453923){return _0x5e1bc6(_0x453923);}},_0x103e28={};_0x103e28[_0x1bbde3(0x1fb)]=_0x528700;const _0x3de193={};_0x3de193[_0x1bbde3(0x237)]=_0x479fc9[_0x1bbde3(0x266)],_0x3de193[_0x1bbde3(0x1f6)]=_0x103e28;const _0x2cc0f8=_0x3de193;return!_0x479fc9[_0x1bbde3(0x1eb)](isUndefined,_0x1919b0)&&(_0x2cc0f8[_0x1bbde3(0x1f6)]['reason']=JSON['stringify'](_0x1919b0)),_0x438072[_0x1bbde3(0x259)](()=>{},_0x1bbde3(0x1d9)+JSON[_0x1bbde3(0x201)](_0x2cc0f8));},o11ySync=PerformanceTester[a1_0x2a08fc(0x27e)](PerformanceO11yEvents[a1_0x2a08fc(0x1cc)],async _0xa134d=>{const _0x47f383=a1_0x2a08fc,_0x1abd4b={};_0x1abd4b[_0x47f383(0x21e)]=function(_0x193c83,_0x5be4a8){return _0x193c83===_0x5be4a8;},_0x1abd4b[_0x47f383(0x252)]=_0x47f383(0x218);const _0x4cc775=_0x1abd4b;_0x4cc775[_0x47f383(0x21e)](_0xa134d[_0x47f383(0x24e)]['name'],_0x4cc775['eYdsv'])?await _0xa134d['executeScript'](_0x537108=>{},testOpsHelper['getSyncScript']()):await _0xa134d[_0x47f383(0x259)](testOpsHelper[_0x47f383(0x1af)]());}),markSessionName=PerformanceTester['measureWrapper'](PerformanceAutEvents[a1_0x2a08fc(0x1b2)],async(_0x4253e2,_0x3e72e6)=>{const _0x250c45=a1_0x2a08fc,_0x556eb3={};_0x556eb3[_0x250c45(0x254)]=_0x250c45(0x1d8),_0x556eb3[_0x250c45(0x189)]=function(_0x48bc0c,_0x3fdd85){return _0x48bc0c===_0x3fdd85;},_0x556eb3['lQcGM']=_0x250c45(0x218);const _0x3f9670=_0x556eb3,_0x2bab03={};_0x2bab03[_0x250c45(0x211)]=_0x3e72e6;const _0x50d979={};_0x50d979[_0x250c45(0x237)]=_0x3f9670[_0x250c45(0x254)],_0x50d979[_0x250c45(0x1f6)]=_0x2bab03;const _0x3cf7ad=_0x50d979;_0x3f9670[_0x250c45(0x189)](_0x4253e2[_0x250c45(0x24e)][_0x250c45(0x211)],_0x3f9670[_0x250c45(0x243)])?await _0x4253e2[_0x250c45(0x259)](()=>{},_0x250c45(0x1d9)+JSON[_0x250c45(0x201)](_0x3cf7ad)):await _0x4253e2[_0x250c45(0x259)](_0x250c45(0x1d9)+JSON[_0x250c45(0x201)](_0x3cf7ad));}),patchSaveScreenshot=_0x3875f=>{const _0x986eb3=a1_0x2a08fc,_0x3a0c47={'UBpST':_0x986eb3(0x1c1),'qtPtQ':_0x986eb3(0x1a9),'eIbLN':function(_0x438258){return _0x438258();},'ZWZzO':function(_0x191bbc,_0x2d7325){return _0x191bbc(_0x2d7325);},'jOdHa':_0x986eb3(0x217)};_0x3a0c47[_0x986eb3(0x1b8)](isTrue,process[_0x986eb3(0x19c)][_0x986eb3(0x1fd)])&&!_0x3875f['patchSaveScreenshot']&&(_0x3875f[_0x986eb3(0x283)]=!![],_0x3875f['initSaveScreenshot']=_0x3875f[_0x986eb3(0x27b)],_0x3875f[_0x986eb3(0x27b)]=(_0x2ce819,_0x48ce2d=![])=>{const _0x3df518=_0x986eb3,_0x196f1c={'mZcjH':_0x3a0c47[_0x3df518(0x23b)],'vWbga':_0x3a0c47[_0x3df518(0x265)],'mtuob':function(_0x495e7e){const _0x540acb=_0x3df518;return _0x3a0c47[_0x540acb(0x223)](_0x495e7e);},'oxTBY':function(_0x369cbf,_0x14b7cf){return _0x3a0c47['ZWZzO'](_0x369cbf,_0x14b7cf);},'svEJp':_0x3a0c47['jOdHa']};return new Promise(function(_0x5e6dfc,_0x63f1fc){const _0x40b0c7=_0x3df518,_0x50a1bf={'EIPnY':_0x196f1c[_0x40b0c7(0x18c)],'qZIEU':_0x196f1c['vWbga'],'KeiPX':function(_0x3f072f){const _0x3ac7fc=_0x40b0c7;return _0x196f1c[_0x3ac7fc(0x1d3)](_0x3f072f);},'HwNPD':function(_0x153e3a,_0x435eb6){const _0x2939bb=_0x40b0c7;return _0x196f1c[_0x2939bb(0x1cb)](_0x153e3a,_0x435eb6);},'MYnvJ':_0x196f1c['svEJp']};_0x3875f[_0x40b0c7(0x279)](_0x2ce819,_0x48ce2d)[_0x40b0c7(0x233)](()=>{const _0x2ba08d=_0x40b0c7,_0x555701=CodeceptUtils[_0x2ba08d(0x1be)](_0x2ce819);if(_0x555701){const _0x43e556=fs[_0x2ba08d(0x22e)](_0x555701);process[_0x2ba08d(0x23c)](_0x2ba08d(0x26b)+process[_0x2ba08d(0x1b1)],{'timestamp':new Date()[_0x2ba08d(0x230)](),'message':_0x43e556[_0x2ba08d(0x239)](_0x50a1bf['EIPnY']),'kind':_0x50a1bf[_0x2ba08d(0x1b4)]}),_0x50a1bf[_0x2ba08d(0x19e)](_0x5e6dfc);}_0x50a1bf[_0x2ba08d(0x1d6)](_0x63f1fc,new Error(_0x50a1bf['MYnvJ']));})[_0x40b0c7(0x1ed)](()=>null);});});},patchWebDriverBefore=_0x59ecc2=>{const _0x3ab0e4=a1_0x2a08fc,_0x15cb9f={'krBml':function(_0x5e9b2c){return _0x5e9b2c();},'evOPU':function(_0xd06f60,_0xb57c5c){return _0xd06f60(_0xb57c5c);},'aXfCA':function(_0x108cee,_0x4c01f7){return _0x108cee===_0x4c01f7;},'kGCOL':'webdriverio','ToHUn':function(_0x28e549,_0x54f47c){return _0x28e549===_0x54f47c;},'pgYhH':'string','Qpdtn':_0x3ab0e4(0x24d),'HiQhT':function(_0x51bb4b,_0x26f50f){return _0x51bb4b(_0x26f50f);}},_0x5c6830=async function(_0x18e51d,_0x5a9b81){const _0x5336c9=_0x3ab0e4;_0x15cb9f[_0x5336c9(0x253)](isAccessibilityAutomationSession)&&!global['bstackAllyScanning']&&global[_0x5336c9(0x1da)]&&scripts[_0x5336c9(0x1c5)](_0x18e51d['name'])&&_0x15cb9f[_0x5336c9(0x203)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x5336c9(0x198)]=!![],await PerformanceTester[_0x5336c9(0x27e)](PerformanceA11yEvents[_0x5336c9(0x235)],async()=>{const _0x27cc0b=_0x5336c9;logger[_0x27cc0b(0x1c3)](_0x27cc0b(0x1e2)+_0x18e51d[_0x27cc0b(0x24b)]+'\x20'+_0x18e51d[_0x27cc0b(0x211)]),await AccessibilityHelper['browserStackExecuteDriver'](_0x59ecc2,scripts[_0x27cc0b(0x1c4)]);},{'command':_0x18e51d[_0x5336c9(0x211)]})());global[_0x5336c9(0x198)]=![];const _0x1d82de=JSON[_0x5336c9(0x216)](process[_0x5336c9(0x19c)][_0x5336c9(0x281)]||'{}');if(_0x15cb9f[_0x5336c9(0x210)](_0x1d82de?.[_0x5336c9(0x27f)]?.[_0x5336c9(0x211)],_0x15cb9f[_0x5336c9(0x270)])&&_0x15cb9f['ToHUn'](typeof _0x1d82de?.[_0x5336c9(0x27f)]?.[_0x5336c9(0x188)],_0x15cb9f[_0x5336c9(0x22a)])&&_0x1d82de?.[_0x5336c9(0x27f)]?.['version'][_0x5336c9(0x199)]('7'))return _0x5a9b81[_0x5336c9(0x244)](null,Array[_0x5336c9(0x18d)][_0x5336c9(0x1bb)]['call'](arguments,0x2));return _0x5a9b81[_0x5336c9(0x244)](this,Array[_0x5336c9(0x18d)][_0x5336c9(0x1bb)][_0x5336c9(0x214)](arguments,0x2));},_0x2571fa=CodeceptWebDriver[_0x3ab0e4(0x18d)][_0x3ab0e4(0x183)];CodeceptWebDriver[_0x3ab0e4(0x18d)][_0x3ab0e4(0x183)]=async function(){const _0x334e04=_0x3ab0e4,_0x35099e={'aiuwJ':function(_0x2d200e,_0x6b51c0){const _0x1328b6=a1_0x3ae0;return _0x15cb9f[_0x1328b6(0x210)](_0x2d200e,_0x6b51c0);},'KJLER':_0x15cb9f[_0x334e04(0x1e4)]};try{await _0x2571fa[_0x334e04(0x244)](this,arguments);}catch(_0x4f0ead){logger[_0x334e04(0x1c3)](_0x334e04(0x275)+util[_0x334e04(0x1dd)](_0x4f0ead));}scripts[_0x334e04(0x182)][_0x334e04(0x1ca)](_0x78ea57=>_0x78ea57[_0x334e04(0x211)]&&_0x78ea57[_0x334e04(0x24b)])['forEach'](_0x39e292=>{const _0x57fbed=_0x334e04;this[_0x57fbed(0x1ef)]['overwriteCommand'](_0x39e292[_0x57fbed(0x211)],_0x5c6830[_0x57fbed(0x255)](this,_0x39e292),_0x35099e[_0x57fbed(0x1cf)](_0x39e292['class'],_0x35099e[_0x57fbed(0x247)]));}),_0x15cb9f[_0x334e04(0x25e)](processWebDriverConfig,_0x59ecc2);};};function parseJwt(_0x5cfbb2){const _0x4ed034=a1_0x2a08fc,_0x4f9494={};_0x4f9494[_0x4ed034(0x24c)]='base64';const _0x1f6439=_0x4f9494;if(!_0x5cfbb2)return null;return JSON[_0x4ed034(0x216)](Buffer[_0x4ed034(0x1f8)](_0x5cfbb2[_0x4ed034(0x1f2)]('.')[0x1],_0x1f6439['ViWKT'])[_0x4ed034(0x239)]());}const patchPlaywrightBefore=()=>{const _0x17a9c2=a1_0x2a08fc,_0x1999ed={'aoNnl':function(_0x277111){return _0x277111();},'hhaOx':_0x17a9c2(0x19d),'aDkeM':_0x17a9c2(0x276),'gvsxs':function(_0x1a3e7c){return _0x1a3e7c();},'BuQYA':function(_0x385567,_0x27cea6){return _0x385567(_0x27cea6);},'vGAMe':function(_0x10359a,_0x232358){return _0x10359a+_0x232358;},'fZYMy':_0x17a9c2(0x1c9),'lcUDM':function(_0x1a0eb1){return _0x1a0eb1();}};PlaywrightSessionDetails['patch']();const _0x3d5ccb=CodeceptPlaywright[_0x17a9c2(0x18d)]['_before'];CodeceptPlaywright[_0x17a9c2(0x18d)][_0x17a9c2(0x183)]=async function(){const _0x581616=_0x17a9c2;this[_0x581616(0x1e9)]=await this[_0x581616(0x1ef)]['contexts']()[0x0];const _0x3d3146=async()=>{const _0x6ec210=_0x581616,_0x17b1d8={'NSncO':function(_0x107250){const _0x5f0691=a1_0x3ae0;return _0x1999ed[_0x5f0691(0x21c)](_0x107250);},'xSjcV':_0x1999ed[_0x6ec210(0x256)]},_0x3f32dd=this[_0x6ec210(0x288)]&&this[_0x6ec210(0x288)][_0x6ec210(0x222)]&&this[_0x6ec210(0x288)][_0x6ec210(0x222)][_0x6ec210(0x1ab)]&&Array['isArray'](this[_0x6ec210(0x288)]['chromium'][_0x6ec210(0x1ab)])&&this[_0x6ec210(0x288)]['chromium'][_0x6ec210(0x1ab)][_0x6ec210(0x25b)](_0x1999ed[_0x6ec210(0x1d4)]);if(_0x1999ed[_0x6ec210(0x1bc)](isAccessibilityAutomationSession)&&!_0x3f32dd)try{const _0x33da06=_0x1999ed[_0x6ec210(0x250)](parseJwt,process[_0x6ec210(0x19c)][_0x6ec210(0x262)]);if(_0x33da06&&_0x33da06[_0x6ec210(0x220)]&&_0x33da06[_0x6ec210(0x220)][_0x6ec210(0x286)]){const _0x26b030=this[_0x6ec210(0x1e9)][_0x6ec210(0x27c)][_0x6ec210(0x255)](this[_0x6ec210(0x1e9)]);this['browserContext'][_0x6ec210(0x27c)]=async function(){const _0x35d00b=_0x6ec210,_0x1f0317=await _0x17b1d8[_0x35d00b(0x18f)](_0x26b030),_0x167d53=[];for(const _0x15870f of _0x1f0317){try{const _0x31079c=await _0x15870f[_0x35d00b(0x225)]();!_0x31079c[_0x35d00b(0x199)](_0x17b1d8['xSjcV'])&&_0x167d53[_0x35d00b(0x234)](_0x15870f);}catch(_0x5df991){_0x167d53[_0x35d00b(0x234)](_0x15870f);}}return _0x167d53;};}if(!_0x1999ed[_0x6ec210(0x1bc)](isBrowserstackInfra)){const _0x132d0c=await this[_0x6ec210(0x1e8)][_0x6ec210(0x225)]();if(_0x132d0c[_0x6ec210(0x199)](_0x1999ed[_0x6ec210(0x256)])){const _0x1d440b=await this[_0x6ec210(0x1e9)][_0x6ec210(0x27c)]();this[_0x6ec210(0x1c2)](_0x1d440b[0x0]);}}}catch(_0x1ff329){logger['debug'](_0x6ec210(0x209)+_0x1ff329[_0x6ec210(0x26f)]+(_0x1ff329['stack']?_0x1999ed[_0x6ec210(0x1bd)](_0x1999ed[_0x6ec210(0x1a2)],_0x1ff329[_0x6ec210(0x1d1)]):''));}};_0x1999ed[_0x581616(0x228)](isBrowserstackInfra)&&await _0x1999ed[_0x581616(0x21c)](_0x3d3146),await _0x3d5ccb['apply'](this,arguments),!_0x1999ed[_0x581616(0x1bc)](isBrowserstackInfra)&&await _0x1999ed[_0x581616(0x228)](_0x3d3146);};},getCodeceptDriver=()=>{const _0xe9b143=a1_0x2a08fc,_0x286058={};_0x286058[_0xe9b143(0x238)]=_0xe9b143(0x249),_0x286058['zljHW']=_0xe9b143(0x218),_0x286058[_0xe9b143(0x24a)]=_0xe9b143(0x194),_0x286058[_0xe9b143(0x1d2)]='TestCafe';const _0x38d918=_0x286058,_0x6588a8=[_0x38d918[_0xe9b143(0x238)],_0x38d918['zljHW'],_0x38d918[_0xe9b143(0x24a)],_0x38d918[_0xe9b143(0x1d2)]],_0x1f6069=_0x6588a8[_0xe9b143(0x1a3)](_0x2198c0=>!!CodeceptJS[_0xe9b143(0x272)][_0xe9b143(0x196)](_0x2198c0));if(!_0x1f6069)return null;return CodeceptJS[_0xe9b143(0x272)][_0xe9b143(0x196)](_0x1f6069);};module['exports']=function(_0x4685e6){const _0x4719f8=a1_0x2a08fc,_0x4f1ee0={'zQVon':function(_0x28a4df){return _0x28a4df();},'umaDo':function(_0x2243b0,_0x49a4e5){return _0x2243b0(_0x49a4e5);},'EoOGt':_0x4719f8(0x268),'AfviW':_0x4719f8(0x23a),'YotpA':_0x4719f8(0x1db),'Pqedh':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','JCTwH':function(_0x4a5285,_0x5af591){return _0x4a5285(_0x5af591);},'CBdBp':_0x4719f8(0x1e6),'PKxWm':'hook-passed','tDlUd':_0x4719f8(0x1ba),'tigOp':_0x4719f8(0x1f4),'ipwsE':function(_0x1c0ee1){return _0x1c0ee1();},'HOzYB':'test-before','AqSub':function(_0x1b500a,_0xa67829,_0x1857c2){return _0x1b500a(_0xa67829,_0x1857c2);},'BLmfL':_0x4719f8(0x19a),'hIqUr':function(_0x261dc8){return _0x261dc8();},'wFJrC':_0x4719f8(0x1ad),'LefFB':function(_0x46ede2){return _0x46ede2();},'AhRNA':function(_0x12bb7f,_0x3a6d50,_0x3118c0,_0x46cb49){return _0x12bb7f(_0x3a6d50,_0x3118c0,_0x46cb49);},'FuTdO':function(_0x279211,_0x25af12){return _0x279211===_0x25af12;},'VivRy':_0x4719f8(0x1ce),'UXHOH':_0x4719f8(0x1e3),'FjHTg':_0x4719f8(0x202),'CPWOn':_0x4719f8(0x1a1),'VXlrW':function(_0x36a009,_0x500fad,_0x5e61de){return _0x36a009(_0x500fad,_0x5e61de);},'unLta':_0x4719f8(0x1b6),'vkrJv':'test-after','oacOv':'INFO','AIJCL':'TEST_LOG','KRUYg':_0x4719f8(0x185),'NyrBc':_0x4719f8(0x1ee),'OTBrW':'bddStep-after','ridgW':_0x4719f8(0x218)};_0x4685e6['skipSessionStatus']&&(global[_0x4719f8(0x19b)]=_0x4685e6['skipSessionStatus']);PerformanceTester[_0x4719f8(0x1b7)]();const _0x141100=_0x4f1ee0[_0x4719f8(0x22c)](getCodeceptDriver),_0x4b60af=new O11yHelper(_0x141100,_0x4685e6),_0x464875=!!CodeceptJS[_0x4719f8(0x272)][_0x4719f8(0x196)](_0x4f1ee0[_0x4719f8(0x1ac)]);global[_0x4719f8(0x206)]=_0x141100,_0x141100&&(PerformanceTester['measureWrapper'](PerformanceEvents[_0x4719f8(0x193)],()=>{const _0x4c1e2c=_0x4719f8;_0x464875?_0x4f1ee0[_0x4c1e2c(0x22c)](patchPlaywrightBefore):_0x4f1ee0['umaDo'](patchWebDriverBefore,_0x141100);})(),PerformanceTester[_0x4719f8(0x27e)](PerformanceEvents[_0x4719f8(0x221)],()=>{const _0x145cc7=_0x4719f8;_0x141100['getAccessibilityResultsSummary']=async()=>{const _0x4bfef8=a1_0x3ae0;if(global['accessibilityPlatform']){const _0x1f3618={};return _0x1f3618[_0x4bfef8(0x28a)]=_0x4f1ee0[_0x4bfef8(0x1ae)],await PerformanceTester[_0x4bfef8(0x27e)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x292a99=_0x4bfef8;return await AccessibilityHelper[_0x292a99(0x1a6)](_0x141100,scripts['performScan']);},_0x1f3618)(),await PerformanceTester[_0x4bfef8(0x27e)](PerformanceA11yEvents[_0x4bfef8(0x22f)],async()=>{const _0xa30d4=_0x4bfef8;return await AccessibilityHelper[_0xa30d4(0x1a6)](_0x141100,scripts[_0xa30d4(0x18e)]);})();}return logger[_0x4bfef8(0x1e7)](_0x4f1ee0[_0x4bfef8(0x187)]),{};},_0x141100[_0x145cc7(0x1db)]=async()=>{const _0x10a1e0=_0x145cc7;if(global[_0x10a1e0(0x1da)]){const _0x1c5dfa={};return _0x1c5dfa['command']=_0x4f1ee0[_0x10a1e0(0x207)],await PerformanceTester[_0x10a1e0(0x27e)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x2af61e=_0x10a1e0;return await AccessibilityHelper[_0x2af61e(0x1a6)](_0x141100,scripts[_0x2af61e(0x1c4)]);},_0x1c5dfa)(),await PerformanceTester[_0x10a1e0(0x27e)](PerformanceA11yEvents[_0x10a1e0(0x1de)],async()=>{const _0x53190a=_0x10a1e0;return await AccessibilityHelper[_0x53190a(0x1a6)](_0x141100,scripts[_0x53190a(0x1d7)]);})();}return logger[_0x10a1e0(0x1e7)](_0x4f1ee0[_0x10a1e0(0x1e5)]),{};},_0x4f1ee0['JCTwH'](patchSaveScreenshot,_0x141100);})()),CodeceptJS[_0x4719f8(0x1d0)][_0x4719f8(0x181)]['on'](CodeceptJS[_0x4719f8(0x1d0)][_0x4719f8(0x200)][_0x4719f8(0x1ff)],()=>{const _0x2cfd6e=_0x4719f8;PerformanceTester[_0x2cfd6e(0x22b)](PerformanceEvents[_0x2cfd6e(0x1b3)]);try{_0x4b60af[_0x2cfd6e(0x22b)](),testOpsHelper[_0x2cfd6e(0x1aa)](),PerformanceTester['end'](PerformanceEvents[_0x2cfd6e(0x1b3)]);}catch(_0x5491ef){PerformanceTester[_0x2cfd6e(0x284)](_0x5491ef),PerformanceTester['end'](PerformanceEvents[_0x2cfd6e(0x1b3)],![],_0x5491ef);}}),CodeceptJS[_0x4719f8(0x1d0)]['dispatcher']['on'](CodeceptJS[_0x4719f8(0x1d0)][_0x4719f8(0x200)][_0x4719f8(0x20e)],async()=>{const _0x135d42=_0x4719f8;PerformanceTester['start'](PerformanceEvents[_0x135d42(0x1dc)]);try{requestSpy[_0x135d42(0x1a7)](),await _0x4b60af[_0x135d42(0x231)](),PerformanceTester['end'](PerformanceEvents[_0x135d42(0x1dc)]);}catch(_0x2a13b2){PerformanceTester[_0x135d42(0x284)](_0x2a13b2),PerformanceTester[_0x135d42(0x197)](PerformanceEvents[_0x135d42(0x1dc)],![],_0x2a13b2);}finally{PerformanceTester[_0x135d42(0x263)]();}}),CodeceptJS[_0x4719f8(0x1d0)][_0x4719f8(0x181)]['on'](CodeceptJS[_0x4719f8(0x1d0)][_0x4719f8(0x1df)][_0x4719f8(0x1f7)],_0x26969f=>{const _0x239e08=_0x4719f8;PerformanceTester[_0x239e08(0x22b)](PerformanceEvents[_0x239e08(0x213)]);try{const _0x12c00e=_0x26969f['ctx']['test'],_0x2a4d52=_0x4b60af[_0x239e08(0x1a8)](TEST_EVENTS[_0x239e08(0x28b)],_0x12c00e);CodeceptRecorder[_0x239e08(0x26e)](()=>_0x4b60af[_0x239e08(0x21d)](TEST_EVENTS['HOOK_RUN_STARTED'],_0x2a4d52));const _0x2a8804={};_0x2a8804['hookType']=_0x4f1ee0[_0x239e08(0x21f)],PerformanceTester[_0x239e08(0x197)](PerformanceEvents[_0x239e08(0x213)],!![],null,_0x2a8804);}catch(_0x427426){const _0x1ed8af={};_0x1ed8af['hookType']=_0x4f1ee0[_0x239e08(0x21f)],PerformanceTester[_0x239e08(0x197)](PerformanceEvents['SDK_HOOK'],![],_0x427426,_0x1ed8af),PerformanceTester[_0x239e08(0x284)](_0x427426);}}),CodeceptJS[_0x4719f8(0x1d0)][_0x4719f8(0x181)]['on'](CodeceptJS[_0x4719f8(0x1d0)]['hook']['passed'],_0x142e70=>{const _0x3eba3f=_0x4719f8,_0x38c3a2={};_0x38c3a2[_0x3eba3f(0x282)]=_0x4f1ee0[_0x3eba3f(0x27a)],PerformanceTester[_0x3eba3f(0x22b)](PerformanceHookEvents[_0x3eba3f(0x213)],!![],null,_0x38c3a2);try{const _0x2917df=_0x142e70[_0x3eba3f(0x1ec)]['test'],_0x2712b1=_0x4b60af[_0x3eba3f(0x1a8)](TEST_EVENTS[_0x3eba3f(0x26d)],_0x2917df);CodeceptRecorder[_0x3eba3f(0x26e)](()=>_0x4b60af[_0x3eba3f(0x21d)](TEST_EVENTS[_0x3eba3f(0x26d)],_0x2712b1));const _0x22f8b2={};_0x22f8b2[_0x3eba3f(0x282)]=_0x4f1ee0['PKxWm'],PerformanceTester['end'](PerformanceHookEvents[_0x3eba3f(0x213)],!![],null,_0x22f8b2);}catch(_0x374e00){PerformanceTester[_0x3eba3f(0x284)](_0x374e00);const _0xe40340={};_0xe40340[_0x3eba3f(0x282)]=_0x4f1ee0[_0x3eba3f(0x27a)],PerformanceTester['end'](PerformanceHookEvents[_0x3eba3f(0x213)],![],_0x374e00,_0xe40340);}}),CodeceptJS[_0x4719f8(0x1d0)][_0x4719f8(0x181)]['on'](CodeceptJS[_0x4719f8(0x1d0)][_0x4719f8(0x1df)]['failed'],async(_0x222697,_0x466fc5)=>{const _0xb9036=_0x4719f8;PerformanceTester['start'](PerformanceHookEvents[_0xb9036(0x213)]);try{const _0x42a6ee=_0x222697[_0xb9036(0x1ec)]['test'],_0x330c9b=_0x4b60af['captureEvent'](TEST_EVENTS[_0xb9036(0x26d)],_0x42a6ee,_0x466fc5);CodeceptRecorder['add'](()=>_0x4b60af[_0xb9036(0x21d)](TEST_EVENTS[_0xb9036(0x26d)],_0x330c9b));const _0x210f3e={};_0x210f3e[_0xb9036(0x282)]=_0x4f1ee0['tDlUd'],PerformanceTester[_0xb9036(0x22b)](PerformanceHookEvents[_0xb9036(0x213)],!![],null,_0x210f3e);}catch(_0x2729d5){PerformanceTester[_0xb9036(0x284)](_0x2729d5);const _0x306301={};_0x306301[_0xb9036(0x282)]=_0x4f1ee0[_0xb9036(0x227)],PerformanceTester[_0xb9036(0x197)](PerformanceHookEvents['SDK_HOOK'],![],_0x2729d5,_0x306301);}const _0x58a455={};_0x58a455[_0xb9036(0x282)]=_0x4f1ee0[_0xb9036(0x227)],PerformanceTester[_0xb9036(0x197)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x58a455);}),CodeceptJS[_0x4719f8(0x1d0)][_0x4719f8(0x181)]['on'](CodeceptJS[_0x4719f8(0x1d0)][_0x4719f8(0x1bf)]['before'],_0x1489cd=>{const _0x5e5bc3=_0x4719f8;PerformanceTester[_0x5e5bc3(0x22b)](PerformanceHookEvents[_0x5e5bc3(0x213)]);try{globals['setGlobal'](_0x4f1ee0[_0x5e5bc3(0x26a)],_0x1489cd['title']);_0x4f1ee0['ipwsE'](isBrowserstackInfra)&&(_0x464875&&(global[_0x5e5bc3(0x1f0)]={'currentTest':{'name':_0x1489cd[_0x5e5bc3(0x285)],'testInfo':{'titlePath':_0x1489cd[_0x5e5bc3(0x271)]()}}}));const _0x302912={};_0x302912[_0x5e5bc3(0x282)]=_0x4f1ee0[_0x5e5bc3(0x1c7)],PerformanceTester[_0x5e5bc3(0x197)](PerformanceHookEvents[_0x5e5bc3(0x213)],!![],null,_0x302912);}catch(_0x495b2d){PerformanceTester['captureError'](_0x495b2d);const _0x171a66={};_0x171a66[_0x5e5bc3(0x282)]=_0x4f1ee0[_0x5e5bc3(0x1c7)],PerformanceTester[_0x5e5bc3(0x197)](PerformanceHookEvents['SDK_HOOK'],![],_0x495b2d,_0x171a66);}}),CodeceptJS[_0x4719f8(0x1d0)][_0x4719f8(0x181)]['on'](CodeceptJS['event']['test'][_0x4719f8(0x1f7)],_0x1c7272=>{const _0x1614ec=_0x4719f8;PerformanceTester[_0x1614ec(0x22b)](PerformanceHookEvents[_0x1614ec(0x213)]);try{globals[_0x1614ec(0x242)](_0x4f1ee0[_0x1614ec(0x26a)],_0x1c7272[_0x1614ec(0x285)]);const _0x32d69f=_0x4b60af['captureEvent'](TEST_EVENTS[_0x1614ec(0x192)],_0x1c7272);CodeceptRecorder[_0x1614ec(0x26e)](()=>_0x4b60af['fireEvent'](TEST_EVENTS[_0x1614ec(0x192)],_0x32d69f)),CodeceptRecorder[_0x1614ec(0x26e)](async()=>{const _0x4af667=_0x1614ec;_0x4f1ee0['ipwsE'](isBrowserstackInfra)&&(!_0x4f1ee0['JCTwH'](isTrue,_0x4685e6[_0x4af667(0x1cd)])&&await _0x4f1ee0[_0x4af667(0x21b)](markSessionName,_0x141100,_0x1c7272[_0x4af667(0x285)]),_0x4b60af[_0x4af667(0x1f9)]&&await _0x4f1ee0[_0x4af667(0x205)](o11ySync,_0x141100));});}catch(_0xab3e7d){const _0x2aef74={};_0x2aef74['hookType']=_0x4f1ee0[_0x1614ec(0x278)],PerformanceTester[_0x1614ec(0x197)](PerformanceHookEvents['SDK_HOOK'],![],_0xab3e7d,_0x2aef74),PerformanceTester[_0x1614ec(0x284)](_0xab3e7d);}const _0x30588a={};_0x30588a[_0x1614ec(0x282)]=_0x4f1ee0[_0x1614ec(0x278)],PerformanceTester[_0x1614ec(0x197)](PerformanceHookEvents[_0x1614ec(0x213)],!![],null,_0x30588a);}),CodeceptJS[_0x4719f8(0x1d0)][_0x4719f8(0x181)]['on'](CodeceptJS['event'][_0x4719f8(0x1bf)][_0x4719f8(0x18b)],_0x1e7c25=>{const _0x13a3f9=_0x4719f8,_0x58d28d={'exLqh':function(_0x51b5b6,_0x1f5095,_0x5e41d2){const _0x1b0b30=a1_0x3ae0;return _0x4f1ee0[_0x1b0b30(0x21b)](_0x51b5b6,_0x1f5095,_0x5e41d2);},'asTEG':function(_0x30db79){const _0xc062ea=a1_0x3ae0;return _0x4f1ee0[_0xc062ea(0x224)](_0x30db79);}};PerformanceTester['start'](PerformanceHookEvents[_0x13a3f9(0x213)]);try{const _0x54080f=_0x4b60af[_0x13a3f9(0x1a8)](TEST_EVENTS[_0x13a3f9(0x1e1)],_0x1e7c25);CodeceptRecorder[_0x13a3f9(0x26e)](()=>_0x4b60af[_0x13a3f9(0x21d)](TEST_EVENTS[_0x13a3f9(0x1e1)],_0x54080f)),CodeceptRecorder[_0x13a3f9(0x26e)](async()=>{const _0x5b56ec=_0x13a3f9,_0x1fae6b={'pfyti':function(_0x59a4db,_0x31458a,_0x24f197){const _0x4877b7=a1_0x3ae0;return _0x58d28d[_0x4877b7(0x229)](_0x59a4db,_0x31458a,_0x24f197);}};_0x58d28d[_0x5b56ec(0x184)](isBrowserstackInfra)&&await PerformanceTester[_0x5b56ec(0x27e)](PerformanceAutEvents['SESSION_STATUS'],async()=>{const _0x56687b=_0x5b56ec;_0x464875?await _0x1fae6b['pfyti'](playwrightMarkSessionStatus,_0x141100,STATE_PASSED):await _0x1fae6b[_0x56687b(0x25d)](markSessionStatus,_0x141100,STATE_PASSED);})();}),PerformanceTester[_0x13a3f9(0x197)](PerformanceEvents[_0x13a3f9(0x1d5)]);}catch(_0xafdfc1){PerformanceTester[_0x13a3f9(0x284)](_0xafdfc1);const _0x27d606={};_0x27d606[_0x13a3f9(0x282)]=_0x4f1ee0[_0x13a3f9(0x1c0)],PerformanceTester[_0x13a3f9(0x197)](PerformanceHookEvents[_0x13a3f9(0x213)],![],_0xafdfc1,_0x27d606),PerformanceTester[_0x13a3f9(0x197)](PerformanceEvents['SDK_TEST'],![],_0xafdfc1);}const _0x276384={};_0x276384['hookType']=_0x4f1ee0[_0x13a3f9(0x1c0)],PerformanceTester[_0x13a3f9(0x197)](PerformanceHookEvents[_0x13a3f9(0x213)],!![],null,_0x276384);}),CodeceptJS[_0x4719f8(0x1d0)][_0x4719f8(0x181)]['on'](CodeceptJS['event'][_0x4719f8(0x1bf)][_0x4719f8(0x204)],(_0xd95fc3,_0x880134)=>{const _0xb2e003=_0x4719f8,_0x5e94de={'zlHoq':function(_0x3d2a67){const _0x585d09=a1_0x3ae0;return _0x4f1ee0[_0x585d09(0x20b)](_0x3d2a67);},'CjozO':function(_0x4d41e0,_0x53664e,_0x7ae2ce,_0xbbb93a){const _0x1619b0=a1_0x3ae0;return _0x4f1ee0[_0x1619b0(0x24f)](_0x4d41e0,_0x53664e,_0x7ae2ce,_0xbbb93a);}};PerformanceTester['start'](PerformanceHookEvents[_0xb2e003(0x213)]);try{if(_0x4f1ee0[_0xb2e003(0x1b0)](_0xd95fc3['constructor'][_0xb2e003(0x211)],_0x4f1ee0[_0xb2e003(0x219)])){const _0x5acdd3=_0x4b60af['captureEvent'](TEST_EVENTS['TEST_RUN_SKIPPED'],_0xd95fc3[_0xb2e003(0x1ec)][_0xb2e003(0x258)]);CodeceptRecorder[_0xb2e003(0x26e)](()=>_0x4b60af[_0xb2e003(0x21d)](TEST_EVENTS[_0xb2e003(0x20a)],_0x5acdd3));}else{const _0x4fb2c1=_0x4b60af[_0xb2e003(0x1a8)](TEST_EVENTS[_0xb2e003(0x1e1)],_0xd95fc3,_0x880134);CodeceptRecorder[_0xb2e003(0x26e)](()=>{const _0x3eacbc=_0xb2e003;try{_0x4b60af['fireEvent'](TEST_EVENTS[_0x3eacbc(0x1e1)],_0x4fb2c1);}catch(_0x73d8c8){logger['debug']('Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20'+util['format'](_0x73d8c8)),PerformanceTester['end'](PerformanceEvents[_0x3eacbc(0x1d5)],![],_0x73d8c8);}}),CodeceptRecorder[_0xb2e003(0x26e)](async()=>{const _0x159e4a=_0xb2e003;try{_0x5e94de[_0x159e4a(0x1e0)](isBrowserstackInfra)&&(_0x464875?await _0x5e94de['CjozO'](playwrightMarkSessionStatus,_0x141100,STATE_FAILED,_0x880134):await _0x5e94de[_0x159e4a(0x20d)](markSessionStatus,_0x141100,STATE_FAILED,_0x880134));}catch(_0x4003f0){logger[_0x159e4a(0x1c3)](_0x159e4a(0x267)+util['format'](_0x4003f0)),PerformanceTester[_0x159e4a(0x197)](PerformanceEvents[_0x159e4a(0x1d5)],![],_0x4003f0);}});}PerformanceTester[_0xb2e003(0x197)](PerformanceEvents['SDK_TEST']);}catch(_0x3d4b7d){PerformanceTester[_0xb2e003(0x284)](_0x3d4b7d);const _0x2c5597={};_0x2c5597[_0xb2e003(0x282)]=_0x4f1ee0[_0xb2e003(0x1fa)],PerformanceTester[_0xb2e003(0x197)](PerformanceHookEvents['SDK_HOOK'],![],_0x3d4b7d,_0x2c5597),PerformanceTester[_0xb2e003(0x197)](PerformanceEvents[_0xb2e003(0x1d5)],![],_0x3d4b7d);}const _0x44f038={};_0x44f038['hookType']=_0x4f1ee0[_0xb2e003(0x1fa)],PerformanceTester['end'](PerformanceHookEvents[_0xb2e003(0x213)],!![],null,_0x44f038);}),CodeceptJS[_0x4719f8(0x1d0)]['dispatcher']['on'](CodeceptJS[_0x4719f8(0x1d0)][_0x4719f8(0x1bf)][_0x4719f8(0x195)],_0x4e9e02=>{const _0x5345d6=_0x4719f8;PerformanceTester[_0x5345d6(0x22b)](PerformanceHookEvents[_0x5345d6(0x213)]);try{const _0x3e24d8=_0x4b60af[_0x5345d6(0x1a8)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x4e9e02);CodeceptRecorder[_0x5345d6(0x26e)](()=>_0x4b60af[_0x5345d6(0x21d)](TEST_EVENTS[_0x5345d6(0x20a)],_0x3e24d8)),PerformanceTester[_0x5345d6(0x197)](PerformanceEvents[_0x5345d6(0x1d5)]);}catch(_0x38b0e2){PerformanceTester[_0x5345d6(0x284)](_0x38b0e2),PerformanceTester[_0x5345d6(0x197)](PerformanceEvents[_0x5345d6(0x1d5)],![],_0x38b0e2);const _0x9938d2={};_0x9938d2[_0x5345d6(0x282)]=_0x4f1ee0[_0x5345d6(0x1fc)],PerformanceTester['end'](PerformanceHookEvents[_0x5345d6(0x213)],![],_0x38b0e2,_0x9938d2);}const _0x2d94fa={};_0x2d94fa['hookType']=_0x4f1ee0[_0x5345d6(0x1fc)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x2d94fa);}),CodeceptJS[_0x4719f8(0x1d0)][_0x4719f8(0x181)]['on'](CodeceptJS['event']['test']['after'],async(_0x40b46a,_0x4f8601)=>{const _0x4d283c=_0x4719f8;try{PerformanceTester['start'](PerformanceHookEvents[_0x4d283c(0x213)]);const _0x118795=_0x4f1ee0[_0x4d283c(0x1a4)](shouldScanTestForAccessibility,_0x40b46a[_0x4d283c(0x271)](),!![]);if(_0x4f1ee0[_0x4d283c(0x22c)](isAccessibilityAutomationSession)&&global[_0x4d283c(0x1da)]&&_0x118795){const _0x3eb7b5={};_0x3eb7b5[_0x4d283c(0x26c)]=_0x40b46a[_0x4d283c(0x251)],_0x3eb7b5[_0x4d283c(0x20f)]=process[_0x4d283c(0x19c)][testHubConstants[_0x4d283c(0x1ea)][_0x4d283c(0x186)]],_0x3eb7b5[_0x4d283c(0x245)]=process[_0x4d283c(0x19c)][testHubConstants[_0x4d283c(0x1ea)][_0x4d283c(0x287)]];const _0x2e7f9c=_0x3eb7b5;logger[_0x4d283c(0x1c3)](_0x4d283c(0x23e)+JSON[_0x4d283c(0x201)](_0x2e7f9c)),CodeceptRecorder[_0x4d283c(0x26e)](async()=>{const _0x1b2108=_0x4d283c,_0x292e47={};_0x292e47['command']=_0x4f1ee0[_0x1b2108(0x212)],await PerformanceTester[_0x1b2108(0x27e)](PerformanceA11yEvents[_0x1b2108(0x235)],async()=>{const _0x1a171a=_0x1b2108;await AccessibilityHelper['browserStackExecuteDriver'](_0x141100,scripts[_0x1a171a(0x1c4)]);},_0x292e47)(),await PerformanceTester[_0x1b2108(0x27e)](PerformanceA11yEvents[_0x1b2108(0x1a0)],async()=>{const _0x32d94e=_0x1b2108;await AccessibilityHelper[_0x32d94e(0x1a6)](_0x141100,scripts[_0x32d94e(0x289)],_0x2e7f9c);})();}),logger[_0x4d283c(0x19f)](_0x4f1ee0[_0x4d283c(0x22d)]);}const _0x65baa8={};_0x65baa8[_0x4d283c(0x282)]=_0x4f1ee0[_0x4d283c(0x257)],PerformanceTester[_0x4d283c(0x197)](PerformanceHookEvents[_0x4d283c(0x213)],!![],null,_0x65baa8);}catch(_0x265b1f){PerformanceTester[_0x4d283c(0x284)](_0x265b1f);const _0x37a676={};_0x37a676[_0x4d283c(0x282)]=_0x4f1ee0[_0x4d283c(0x257)],PerformanceTester['end'](PerformanceHookEvents[_0x4d283c(0x213)],![],_0x265b1f,_0x37a676);}}),CodeceptJS['event'][_0x4719f8(0x181)]['on'](CodeceptJS[_0x4719f8(0x1d0)][_0x4719f8(0x261)]['comment'],_0x29615d=>{const _0x1e3803=_0x4719f8;PerformanceTester[_0x1e3803(0x22b)](PerformanceHookEvents['SDK_HOOK']);try{process[_0x1e3803(0x23c)](_0x1e3803(0x26b)+process[_0x1e3803(0x1b1)],{'timestamp':new Date()[_0x1e3803(0x230)](),'level':_0x4f1ee0[_0x1e3803(0x215)],'message':_0x29615d,'kind':_0x4f1ee0[_0x1e3803(0x1b5)],'http_response':{}});}catch(_0x5efbdf){PerformanceTester[_0x1e3803(0x284)](_0x5efbdf);const _0x5446f9={};_0x5446f9['hookType']=_0x4f1ee0[_0x1e3803(0x241)],PerformanceTester[_0x1e3803(0x197)](PerformanceHookEvents[_0x1e3803(0x213)],![],_0x5efbdf,_0x5446f9);}const _0x249e2c={};_0x249e2c[_0x1e3803(0x282)]=_0x4f1ee0[_0x1e3803(0x241)],PerformanceTester[_0x1e3803(0x197)](PerformanceHookEvents[_0x1e3803(0x213)],!![],null,_0x249e2c);}),CodeceptJS['event'][_0x4719f8(0x181)]['on'](CodeceptJS[_0x4719f8(0x1d0)]['bddStep'][_0x4719f8(0x1ff)],_0x533236=>{const _0x3be321=_0x4719f8,_0x57129c={};_0x57129c['hookType']=_0x4f1ee0[_0x3be321(0x23f)],PerformanceTester['measureWrapper'](PerformanceHookEvents[_0x3be321(0x213)],()=>{const _0x4735ab=_0x3be321;_0x4b60af[_0x4735ab(0x1fe)](_0x533236);},_0x57129c)();}),CodeceptJS['event'][_0x4719f8(0x181)]['on'](CodeceptJS['event']['bddStep']['after'],_0x5d0ec3=>{const _0x162080=_0x4719f8,_0x2fac8d={};_0x2fac8d[_0x162080(0x282)]=_0x4f1ee0[_0x162080(0x226)],PerformanceTester[_0x162080(0x27e)](PerformanceHookEvents[_0x162080(0x213)],()=>{const _0x57c3ee=_0x162080;_0x4b60af[_0x57c3ee(0x25a)](_0x5d0ec3);},_0x2fac8d)();});};function a1_0x4c09(){const _0x9a4982=['NyrBc','2368686zDNIVx','KRUYg','setGlobal','lQcGM','apply','thJwtToken','../../helpers/testhub/constants.js','KJLER','2898207gCtlmO','WebDriver','PcIWb','class','ViWKT','Element','constructor','AhRNA','BuQYA','testAnalyticsId','eYdsv','krBml','dvhkf','bind','hhaOx','vkrJv','currentTest','executeScript','bddStepFinish','includes','codeceptjs/lib/utils.js','pfyti','HiQhT','../../helpers/performance/constants','util','step','BS_A11Y_JWT','stopMonitoring','1348QmebAE','qtPtQ','GlYxn','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','getAccessibilityResultsSummary','codeceptjs/lib/helper/WebDriver.js','tigOp','bs:addLog:','thTestRunUuid','HOOK_RUN_FINISHED','add','message','kGCOL','titlePath','container','codeceptjs/lib/helper/Playwright.js','codeceptjs','Failed\x20to\x20execute\x20_before:\x20','--auto-open-devtools-for-tabs','../../helpers/accessibility-automation/helper','BLmfL','initSaveScreenshot','PKxWm','saveScreenshot','pages','314245JysMeR','measureWrapper','testFramework','../../helpers/helper','FRAMEWORK_DETAILS','hookType','patchSaveScreenshot','captureError','title','domForge','BROWSERSTACK_TESTHUB_JWT','config','saveTestResults','command','HOOK_RUN_STARTED','dispatcher','commandsToWrap','_before','asTEG','step-comment','BROWSERSTACK_TESTHUB_UUID','AfviW','version','zBKzE','codeceptjs/lib/index.js','passed','mZcjH','prototype','getResultsSummary','NSncO','../../bin/playwright/sessionDetails','20115wyTaAV','TEST_RUN_STARTED','SDK_PRE_INITIALIZE','Puppeteer','skipped','helpers','end','bstackAllyScanning','startsWith','test-started','__skipSessionStatus','env','devtools://','KeiPX','info','SAVE_RESULTS','afterTest','fZYMy','find','VXlrW','./helper.js','browserStackExecuteDriver','restore','captureEvent','TEST_SCREENSHOT','addRequestSpy','args','ridgW','test-passed','EoOGt','getSyncScript','FuTdO','pid','SESSION_NAME','SDK_PRE_TEST','qZIEU','AIJCL','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','startMonitoring','ZWZzO','../../helpers/test-observability/utils','hook-failed','slice','gvsxs','vGAMe','screenshotOutputFolder','test','wFJrC','base64','_setPage','debug','performScan','shouldWrapCommand','../../helpers/request-spy','HOzYB','743816pUajAV','\x0aStack:\x20','filter','oxTBY','SYNC','skipSessionName','Suite','aiuwJ','event','stack','KNNqj','mtuob','aDkeM','SDK_TEST','HwNPD','getResults','setSessionName','browserstack_executor:\x20','accessibilityPlatform','getAccessibilityResults','SDK_POST_TEST','format','GET_RESULTS','hook','zlHoq','TEST_RUN_FINISHED','Performing\x20scan\x20for\x20','test-failed','Qpdtn','Pqedh','hook-started','warn','page','browserContext','ENV_VAR','Sxbtl','ctx','catch','bddStep-before','browser','__workerDetails','7wsPHxx','split','1834584WJZcbF','browserstackTestName','../../helpers/performance/performance-tester','arguments','started','from','enabled','UXHOH','status','FjHTg','BS_TESTOPS_ALLOW_SCREENSHOTS','bddStepStart','before','all','stringify','test-skipped','evOPU','failed','umaDo','__driver','YotpA','../../helpers/globals.js','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','TEST_RUN_SKIPPED','LefFB','1600128SOMzbc','CjozO','after','thBuildUuid','aXfCA','name','CPWOn','SDK_HOOK','call','oacOv','parse','Screenshot\x20path\x20not\x20found','Playwright','VivRy','./o11yHelper','AqSub','aoNnl','fireEvent','bumbN','CBdBp','a11y_core_config','SDK_POST_INITIALIZE','chromium','eIbLN','hIqUr','url','OTBrW','tDlUd','lcUDM','exLqh','pgYhH','start','zQVon','unLta','readFileSync','GET_RESULTS_SUMMARY','toISOString','stop','setSessionStatus','then','push','PERFORM_SCAN','../../helpers/accessibility-automation/scripts','action','HJQIt','toString','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','UBpST','emit','codeceptjs/lib/recorder.js','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'];a1_0x4c09=function(){return _0x9a4982;};return a1_0x4c09();}
1
+ const a1_0x4edc03=a1_0x1ada;(function(_0x1f6da7,_0x11e937){const _0xcb87c1=a1_0x1ada,_0x4ab47d=_0x1f6da7();while(!![]){try{const _0x498a75=parseInt(_0xcb87c1(0x161))/0x1+parseInt(_0xcb87c1(0xee))/0x2+-parseInt(_0xcb87c1(0xe4))/0x3*(parseInt(_0xcb87c1(0xbb))/0x4)+parseInt(_0xcb87c1(0xfc))/0x5*(-parseInt(_0xcb87c1(0x11d))/0x6)+parseInt(_0xcb87c1(0x192))/0x7+parseInt(_0xcb87c1(0x125))/0x8*(parseInt(_0xcb87c1(0xf8))/0x9)+parseInt(_0xcb87c1(0x11f))/0xa;if(_0x498a75===_0x11e937)break;else _0x4ab47d['push'](_0x4ab47d['shift']());}catch(_0x5e50fe){_0x4ab47d['push'](_0x4ab47d['shift']());}}}(a1_0x3adb,0x69732));function a1_0x3adb(){const _0x52f122=['265670wrQnac','AHBcJ','arguments','IbngP','WebDriver','test-before','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','TEST_RUN_STARTED','SDK_POST_TEST','Wwfol','63DJFxXG','all','call','fHEkB','516440eIaCCZ','kOOTN','cyBel','test-after','find','KuylJ','thTestRunUuid','comment','a11y_core_config','Vpsit','dBaEe','pbNCk','vVJMH','BS_TESTOPS_ALLOW_SCREENSHOTS','GfjiV','apply','test-started','devtools://','HczFj','accessibilityPlatform','stopMonitoring','HOOK_RUN_FINISHED','url','split','ctx','yiVLs','pQWfo','hook-failed','patchSaveScreenshot','skipSessionName','saveTestResults','browserContext','hAEgu','24UzzsHi','test-failed','366780ADDVAV','isArray','YTIjU','fireEvent','overwriteCommand','container','255512oiNTfV','passed','addRequestSpy','fDxiK','then','XuMAb','reXIK','emit','slice','ohkMr','./o11yHelper','./helper.js','SDK_PRE_INITIALIZE','QDVdn','oOGYS','kDflw','ENV_VAR','SESSION_NAME','thJwtToken','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','bddStep','titlePath','skipSessionStatus','gfbVp','name','SYNC','chromium','Screenshot\x20path\x20not\x20found','version','ctuFP','startsWith','toString','ooGtp','pages','ecAcY','bind','bddStep-after','getAccessibilityResults','emdhs','../../bin/playwright/accessibility-helper','currentTest','reason','NNZhs','HMcKl','bddStep-before','toISOString','event','Dcecu','xkpeN','commandsToWrap','Nnbdl','testFramework','dfjGi','crOER','stringify','../../helpers/accessibility-automation/helper','status','CroVD','sgnoB','BROWSERSTACK_TESTHUB_UUID','234145ALzzqA','codeceptjs','pid','test-passed','helpers','codeceptjs/lib/recorder.js','browser','SDK_TEST','../../helpers/globals.js','env','skipped','catch','codeceptjs/lib/helper/Playwright.js','getSyncScript','util','warn','step','Performing\x20scan\x20for\x20','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','HOOK_RUN_STARTED','JEHzq','LoaDS','class','GET_RESULTS','TEST_RUN_FINISHED','INFO','args','executeScript','end','SDK_PRE_TEST','ipzne','bs:addLog:','add','rsHWd','tHmXA','SDK_HOOK','shouldWrapCommand','chKqy','restore','BdFVz','__workerDetails','test','UFsJb','before','Mrmvz','testAnalyticsId','hook','hookType','gUUZT','3318714FkfCmZ','format','TEST_LOG','Suite','started','title','bstackAllyScanning','prototype','string','BlBKG','readFileSync','tjwXv','TEST_RUN_SKIPPED','stop','bddStepFinish','captureError','debug','initSaveScreenshot','BS_A11Y_JWT','JMcCC','failed','patch','dCvLr','domForge','message','NWvEJ','browserstack_executor:\x20','JjiBg','rYyzX','SDK_POST_INITIALIZE','screenshotOutputFolder','getResults','config','codeceptjs/lib/helper/WebDriver.js','1025036wERhnU','Puppeteer','EmUvy','UWXor','browserStackExecuteDriver','dispatcher','ckcDr','setGlobal','aOXJa','../../helpers/helper','Fohla','getResultsSummary','Playwright','enabled','hook-started','gWrBg','afterTest','AVLGl','PERFORM_SCAN','bddStepStart','test-skipped','TestCafe','joOXI','jMGqP','_before','start','../../helpers/test-observability/utils','hIXrx','NnFbQ','setSessionName','constructor','after','FRAMEWORK_DETAILS','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','push','poYyZ','parse','saveScreenshot','info','BROWSERSTACK_TESTHUB_JWT','measureWrapper','3hbKKIC','hook-passed','stack','performScan','webdriverio','getAccessibilityResultsSummary','HcAPj','pYUdF','oSevq','captureEvent'];a1_0x3adb=function(){return _0x52f122;};return a1_0x3adb();}const fs=require('fs'),util=require(a1_0x4edc03(0x16f)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x4edc03(0xc4)),logger=require('../../helpers/logger')['winstonLogger'],testOpsHelper=require(a1_0x4edc03(0xd5)),requestSpy=require('../../helpers/request-spy'),PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x4edc03(0x12f)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x4edc03(0x15c)),AccessibilityHelper=require(a1_0x4edc03(0x14c)),scripts=require('../../helpers/accessibility-automation/scripts'),PerformanceTester=require('../../helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require('../../helpers/performance/constants'),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x4edc03(0x130)),testHubConstants=require('../../helpers/testhub/constants.js'),globals=require(a1_0x4edc03(0x169)),CodeceptJS=requireModule('codeceptjs/lib/index.js',a1_0x4edc03(0x162)),CodeceptUtils=requireModule('codeceptjs/lib/utils.js','codeceptjs'),CodeceptWebDriver=requireModule(a1_0x4edc03(0xba),a1_0x4edc03(0x162)),CodeceptRecorder=requireModule(a1_0x4edc03(0x166),a1_0x4edc03(0x162)),CodeceptPlaywright=requireModule(a1_0x4edc03(0x16d),'codeceptjs'),playwrightMarkSessionStatus=(_0x24f48c,_0x21ee90,_0x481411)=>{const _0x402334=a1_0x4edc03,_0x3d3c1d={'poYyZ':'setSessionStatus','KuylJ':function(_0x51bea7,_0x31fb8d){return _0x51bea7(_0x31fb8d);}},_0x39324d={};_0x39324d[_0x402334(0x15d)]=_0x21ee90;const _0x430711={};_0x430711['action']=_0x3d3c1d[_0x402334(0xde)],_0x430711[_0x402334(0xf0)]=_0x39324d;const _0x19218d=_0x430711;return!_0x3d3c1d[_0x402334(0x101)](isUndefined,_0x481411)&&(_0x19218d[_0x402334(0xf0)][_0x402334(0x14e)]=JSON['stringify'](_0x481411)),_0x24f48c[_0x402334(0x17c)](()=>{},_0x402334(0xb3)+JSON['stringify'](_0x19218d));},o11ySync=PerformanceTester[a1_0x4edc03(0xe3)](PerformanceO11yEvents[a1_0x4edc03(0x13e)],async _0xd68025=>{const _0x22bc3a=a1_0x4edc03,_0x5abdf5={};_0x5abdf5[_0x22bc3a(0xfd)]=function(_0x17145c,_0x5619f6){return _0x17145c===_0x5619f6;},_0x5abdf5[_0x22bc3a(0x108)]=_0x22bc3a(0xc7);const _0x17641a=_0x5abdf5;_0x17641a['kOOTN'](_0xd68025[_0x22bc3a(0xd9)][_0x22bc3a(0x13d)],_0x17641a[_0x22bc3a(0x108)])?await _0xd68025[_0x22bc3a(0x17c)](_0xd0fccf=>{},testOpsHelper[_0x22bc3a(0x16e)]()):await _0xd68025['executeScript'](testOpsHelper['getSyncScript']());}),markSessionName=PerformanceTester[a1_0x4edc03(0xe3)](PerformanceAutEvents[a1_0x4edc03(0x136)],async(_0x220a02,_0x22a95b)=>{const _0x21e40d=a1_0x4edc03,_0x264744={};_0x264744[_0x21e40d(0x176)]=_0x21e40d(0xd8),_0x264744[_0x21e40d(0xca)]=function(_0x19f0ba,_0x315f7b){return _0x19f0ba===_0x315f7b;},_0x264744[_0x21e40d(0x134)]=_0x21e40d(0xc7);const _0x473c3d=_0x264744,_0x57fd85={};_0x57fd85['name']=_0x22a95b;const _0x2f6ec1={};_0x2f6ec1['action']=_0x473c3d['LoaDS'],_0x2f6ec1[_0x21e40d(0xf0)]=_0x57fd85;const _0x5a781d=_0x2f6ec1;_0x473c3d[_0x21e40d(0xca)](_0x220a02[_0x21e40d(0xd9)][_0x21e40d(0x13d)],_0x473c3d[_0x21e40d(0x134)])?await _0x220a02[_0x21e40d(0x17c)](()=>{},_0x21e40d(0xb3)+JSON[_0x21e40d(0x15b)](_0x5a781d)):await _0x220a02[_0x21e40d(0x17c)]('browserstack_executor:\x20'+JSON[_0x21e40d(0x15b)](_0x5a781d));}),patchSaveScreenshot=_0x313198=>{const _0x5693f8=a1_0x4edc03,_0x60b0dc={'oxAwI':'base64','UFsJb':'TEST_SCREENSHOT','OcgOT':function(_0x95552d){return _0x95552d();},'oOGYS':function(_0x16b8c2,_0x51838a){return _0x16b8c2(_0x51838a);},'IirlC':_0x5693f8(0x140)};_0x60b0dc['oOGYS'](isTrue,process[_0x5693f8(0x16a)][_0x5693f8(0x109)])&&!_0x313198[_0x5693f8(0x118)]&&(_0x313198[_0x5693f8(0x118)]=!![],_0x313198[_0x5693f8(0x1a3)]=_0x313198[_0x5693f8(0xe0)],_0x313198[_0x5693f8(0xe0)]=(_0x47df56,_0x5a7860=![])=>{const _0x5865c0=_0x5693f8,_0x13bb13={'NnFbQ':_0x60b0dc['oxAwI'],'UWXor':_0x60b0dc[_0x5865c0(0x18b)],'GfjiV':function(_0x1859dd){return _0x60b0dc['OcgOT'](_0x1859dd);},'AVLGl':function(_0x3b805b,_0xcbcac4){const _0x1abf52=_0x5865c0;return _0x60b0dc[_0x1abf52(0x133)](_0x3b805b,_0xcbcac4);},'hAEgu':_0x60b0dc['IirlC']};return new Promise(function(_0x2922a6,_0x270925){const _0x200d42=_0x5865c0;_0x313198[_0x200d42(0x1a3)](_0x47df56,_0x5a7860)[_0x200d42(0x129)](()=>{const _0x18617c=_0x200d42,_0x493774=CodeceptUtils[_0x18617c(0xb7)](_0x47df56);if(_0x493774){const _0x50e629=fs[_0x18617c(0x19c)](_0x493774);process[_0x18617c(0x12c)](_0x18617c(0x180)+process['pid'],{'timestamp':new Date()[_0x18617c(0x152)](),'message':_0x50e629['toString'](_0x13bb13[_0x18617c(0xd7)]),'kind':_0x13bb13[_0x18617c(0xbe)]}),_0x13bb13[_0x18617c(0x10a)](_0x2922a6);}_0x13bb13[_0x18617c(0xcc)](_0x270925,new Error(_0x13bb13[_0x18617c(0x11c)]));})[_0x200d42(0x16c)](()=>null);});});},patchWebDriverBefore=_0x2aaafd=>{const _0x2039c1=a1_0x4edc03,_0x59d6b5={'IbngP':function(_0x38ffc7){return _0x38ffc7();},'ctuFP':function(_0x3eb979,_0x230129){return _0x3eb979(_0x230129);},'ipzne':function(_0x52205d,_0x409eed){return _0x52205d===_0x409eed;},'crOER':_0x2039c1(0xe8),'HcAPj':_0x2039c1(0x19a),'VQtbp':'Element','gfbVp':function(_0x2a2b78,_0x167df1){return _0x2a2b78(_0x167df1);}},_0x5af21d=async function(_0x34ee81,_0x487cb2){const _0x3cce4a=_0x2039c1;_0x59d6b5[_0x3cce4a(0xf1)](isAccessibilityAutomationSession)&&!global[_0x3cce4a(0x198)]&&global[_0x3cce4a(0x10f)]&&scripts[_0x3cce4a(0x185)](_0x34ee81[_0x3cce4a(0x13d)])&&_0x59d6b5[_0x3cce4a(0x142)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x3cce4a(0x198)]=!![],await PerformanceTester[_0x3cce4a(0xe3)](PerformanceA11yEvents[_0x3cce4a(0xcd)],async()=>{const _0x1d435e=_0x3cce4a;logger['debug'](_0x1d435e(0x172)+_0x34ee81[_0x1d435e(0x177)]+'\x20'+_0x34ee81[_0x1d435e(0x13d)]),await AccessibilityHelper[_0x1d435e(0xbf)](_0x2aaafd,scripts[_0x1d435e(0xe7)]);},{'command':_0x34ee81['name']})());global['bstackAllyScanning']=![];const _0x38dd90=JSON[_0x3cce4a(0xdf)](process[_0x3cce4a(0x16a)][_0x3cce4a(0xdb)]||'{}');if(_0x59d6b5[_0x3cce4a(0x17f)](_0x38dd90?.[_0x3cce4a(0x158)]?.['name'],_0x59d6b5[_0x3cce4a(0x15a)])&&_0x59d6b5['ipzne'](typeof _0x38dd90?.['testFramework']?.[_0x3cce4a(0x141)],_0x59d6b5[_0x3cce4a(0xea)])&&_0x38dd90?.[_0x3cce4a(0x158)]?.['version']['startsWith']('7'))return _0x487cb2[_0x3cce4a(0x10b)](null,Array['prototype'][_0x3cce4a(0x12d)][_0x3cce4a(0xfa)](arguments,0x2));return _0x487cb2[_0x3cce4a(0x10b)](this,Array[_0x3cce4a(0x199)]['slice'][_0x3cce4a(0xfa)](arguments,0x2));},_0xc642a=CodeceptWebDriver[_0x2039c1(0x199)][_0x2039c1(0xd3)];CodeceptWebDriver[_0x2039c1(0x199)]['_before']=async function(){const _0x65e639=_0x2039c1,_0x3b6180={'djuFS':function(_0x346db4,_0x2a1387){const _0x2256b5=a1_0x1ada;return _0x59d6b5[_0x2256b5(0x17f)](_0x346db4,_0x2a1387);},'sgnoB':_0x59d6b5['VQtbp']};try{await _0xc642a[_0x65e639(0x10b)](this,arguments);}catch(_0x17f2de){logger[_0x65e639(0x1a2)]('Failed\x20to\x20execute\x20_before:\x20'+util[_0x65e639(0x193)](_0x17f2de));}scripts[_0x65e639(0x156)]['filter'](_0xce9389=>_0xce9389[_0x65e639(0x13d)]&&_0xce9389[_0x65e639(0x177)])['forEach'](_0x5e89c1=>{const _0x3cb516=_0x65e639;this[_0x3cb516(0x167)][_0x3cb516(0x123)](_0x5e89c1[_0x3cb516(0x13d)],_0x5af21d[_0x3cb516(0x148)](this,_0x5e89c1),_0x3b6180['djuFS'](_0x5e89c1['class'],_0x3b6180[_0x3cb516(0x15f)]));}),_0x59d6b5[_0x65e639(0x13c)](processWebDriverConfig,_0x2aaafd);};};function a1_0x1ada(_0x227b87,_0x578101){const _0x3adb32=a1_0x3adb();return a1_0x1ada=function(_0x1ada0d,_0x3f26bc){_0x1ada0d=_0x1ada0d-0xaf;let _0x3db962=_0x3adb32[_0x1ada0d];return _0x3db962;},a1_0x1ada(_0x227b87,_0x578101);}function parseJwt(_0x4b0524){const _0x7db4bf=a1_0x4edc03,_0x54f964={};_0x54f964['xkpeN']='base64';const _0x571dca=_0x54f964;if(!_0x4b0524)return null;return JSON[_0x7db4bf(0xdf)](Buffer['from'](_0x4b0524[_0x7db4bf(0x113)]('.')[0x1],_0x571dca[_0x7db4bf(0x155)])[_0x7db4bf(0x144)]());}const patchPlaywrightBefore=()=>{const _0x40a0fd=a1_0x4edc03,_0x366a8d={'YTIjU':function(_0x17cc53){return _0x17cc53();},'Wwfol':_0x40a0fd(0x10d),'CroVD':'--auto-open-devtools-for-tabs','jMGqP':function(_0x11a1c4){return _0x11a1c4();},'qYgFR':function(_0x2ed329,_0x339c59){return _0x2ed329(_0x339c59);},'rYyzX':function(_0x30486a){return _0x30486a();},'rsHWd':function(_0x6a01e1,_0x25cac1){return _0x6a01e1+_0x25cac1;},'Glitx':'\x0aStack:\x20','pbNCk':function(_0x50c1ed){return _0x50c1ed();}};PlaywrightSessionDetails[_0x40a0fd(0x1a7)]();const _0x2757b4=CodeceptPlaywright[_0x40a0fd(0x199)][_0x40a0fd(0xd3)];CodeceptPlaywright[_0x40a0fd(0x199)]['_before']=async function(){const _0x5bd48d=_0x40a0fd;this['browserContext']=await this[_0x5bd48d(0x167)]['contexts']()[0x0];const _0x3f4c2b=async()=>{const _0x3071e2=_0x5bd48d,_0x523cd9={'Dcecu':function(_0x146337){const _0x12bc0e=a1_0x1ada;return _0x366a8d[_0x12bc0e(0x121)](_0x146337);},'fDxiK':_0x366a8d[_0x3071e2(0xf7)]},_0x206bbb=this[_0x3071e2(0xb9)]&&this[_0x3071e2(0xb9)][_0x3071e2(0x13f)]&&this[_0x3071e2(0xb9)]['chromium'][_0x3071e2(0x17b)]&&Array[_0x3071e2(0x120)](this[_0x3071e2(0xb9)][_0x3071e2(0x13f)]['args'])&&this['config'][_0x3071e2(0x13f)][_0x3071e2(0x17b)]['includes'](_0x366a8d[_0x3071e2(0x15e)]);if(_0x366a8d['jMGqP'](isAccessibilityAutomationSession)&&!_0x206bbb)try{const _0x47bf06=_0x366a8d['qYgFR'](parseJwt,process[_0x3071e2(0x16a)][_0x3071e2(0x1a4)]);if(_0x47bf06&&_0x47bf06['a11y_core_config']&&_0x47bf06[_0x3071e2(0x104)][_0x3071e2(0xb0)]){const _0x549b1a=this[_0x3071e2(0x11b)][_0x3071e2(0x146)][_0x3071e2(0x148)](this['browserContext']);this[_0x3071e2(0x11b)][_0x3071e2(0x146)]=async function(){const _0x1c51ed=_0x3071e2,_0x43a84d=await _0x523cd9[_0x1c51ed(0x154)](_0x549b1a),_0x17e16e=[];for(const _0x302b45 of _0x43a84d){try{const _0xe60ae3=await _0x302b45[_0x1c51ed(0x112)]();!_0xe60ae3[_0x1c51ed(0x143)](_0x523cd9[_0x1c51ed(0x128)])&&_0x17e16e[_0x1c51ed(0xdd)](_0x302b45);}catch(_0x5e203b){_0x17e16e[_0x1c51ed(0xdd)](_0x302b45);}}return _0x17e16e;};}if(!_0x366a8d[_0x3071e2(0xb5)](isBrowserstackInfra)){const _0x48464b=await this['page']['url']();if(_0x48464b[_0x3071e2(0x143)](_0x366a8d['Wwfol'])){const _0x5aa229=await this[_0x3071e2(0x11b)][_0x3071e2(0x146)]();this['_setPage'](_0x5aa229[0x0]);}}}catch(_0x13712b){logger[_0x3071e2(0x1a2)]('Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20'+_0x13712b[_0x3071e2(0xb1)]+(_0x13712b['stack']?_0x366a8d[_0x3071e2(0x182)](_0x366a8d['Glitx'],_0x13712b[_0x3071e2(0xe6)]):''));}};_0x366a8d[_0x5bd48d(0x121)](isBrowserstackInfra)&&await _0x366a8d[_0x5bd48d(0x107)](_0x3f4c2b),await _0x2757b4['apply'](this,arguments),!_0x366a8d[_0x5bd48d(0x107)](isBrowserstackInfra)&&await _0x366a8d[_0x5bd48d(0xd2)](_0x3f4c2b);};},getCodeceptDriver=()=>{const _0x8e64a3=a1_0x4edc03,_0x125fbf={};_0x125fbf[_0x8e64a3(0x116)]=_0x8e64a3(0xf2),_0x125fbf['Nnbdl']=_0x8e64a3(0xc7),_0x125fbf[_0x8e64a3(0xfb)]=_0x8e64a3(0xbc),_0x125fbf[_0x8e64a3(0x12a)]=_0x8e64a3(0xd0);const _0x4f57ab=_0x125fbf,_0xf5163f=[_0x4f57ab['pQWfo'],_0x4f57ab[_0x8e64a3(0x157)],_0x4f57ab[_0x8e64a3(0xfb)],_0x4f57ab['XuMAb']],_0x2ff28c=_0xf5163f[_0x8e64a3(0x100)](_0x4ff264=>!!CodeceptJS[_0x8e64a3(0x124)][_0x8e64a3(0x165)](_0x4ff264));if(!_0x2ff28c)return null;return CodeceptJS[_0x8e64a3(0x124)]['helpers'](_0x2ff28c);};module['exports']=function(_0x1eae59){const _0x253b9f=a1_0x4edc03,_0x4a4ccc={'oSevq':function(_0x29f05f){return _0x29f05f();},'Vpsit':function(_0x30517c,_0x4195c9){return _0x30517c(_0x4195c9);},'EmUvy':_0x253b9f(0xe9),'BdFVz':_0x253b9f(0x138),'HMcKl':_0x253b9f(0x14a),'HczFj':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','JEHzq':function(_0x77e8b1,_0x549e47){return _0x77e8b1(_0x549e47);},'gUUZT':_0x253b9f(0xc9),'Fohla':_0x253b9f(0xe5),'pYUdF':_0x253b9f(0x117),'tHmXA':'browserstackTestName','reXIK':function(_0x2d75d0){return _0x2d75d0();},'ckcDr':_0x253b9f(0xf3),'cyBel':function(_0x953336,_0x79a60a,_0xe04d96){return _0x953336(_0x79a60a,_0xe04d96);},'tjwXv':_0x253b9f(0x10c),'QDVdn':function(_0x25672e,_0x440503,_0x37911f){return _0x25672e(_0x440503,_0x37911f);},'BlBKG':_0x253b9f(0x164),'Mrmvz':function(_0x5a39c2,_0x211bcc,_0x5563a7,_0x4e7534){return _0x5a39c2(_0x211bcc,_0x5563a7,_0x4e7534);},'emdhs':function(_0x144515,_0x2fc0b4){return _0x144515===_0x2fc0b4;},'CjDqg':_0x253b9f(0x195),'NWvEJ':_0x253b9f(0x11e),'aOXJa':_0x253b9f(0xcf),'dfjGi':_0x253b9f(0xcb),'KOyuR':function(_0x3acd42){return _0x3acd42();},'ecAcY':_0x253b9f(0x173),'ooGtp':_0x253b9f(0xff),'efRDJ':_0x253b9f(0x17a),'dCvLr':_0x253b9f(0x194),'jLiFw':'step-comment','JjiBg':_0x253b9f(0x151),'YLAIW':_0x253b9f(0x149),'joOXI':function(_0x51f0b1){return _0x51f0b1();},'ohkMr':_0x253b9f(0xc7)};_0x1eae59['skipSessionStatus']&&(global['__skipSessionStatus']=_0x1eae59[_0x253b9f(0x13b)]);PerformanceTester['startMonitoring']();const _0x2d325c=_0x4a4ccc[_0x253b9f(0xd1)](getCodeceptDriver),_0x4b9494=new O11yHelper(_0x2d325c,_0x1eae59),_0x525053=!!CodeceptJS[_0x253b9f(0x124)]['helpers'](_0x4a4ccc[_0x253b9f(0x12e)]);global['__driver']=_0x2d325c,_0x2d325c&&(PerformanceTester[_0x253b9f(0xe3)](PerformanceEvents[_0x253b9f(0x131)],()=>{const _0x21aab2=_0x253b9f;_0x525053?_0x4a4ccc[_0x21aab2(0xec)](patchPlaywrightBefore):_0x4a4ccc[_0x21aab2(0x105)](patchWebDriverBefore,_0x2d325c);})(),PerformanceTester[_0x253b9f(0xe3)](PerformanceEvents[_0x253b9f(0xb6)],()=>{const _0x503541=_0x253b9f,_0x38bc29={};_0x38bc29[_0x503541(0xd6)]=_0x4a4ccc[_0x503541(0x150)],_0x38bc29[_0x503541(0x1a5)]=_0x4a4ccc[_0x503541(0x10e)];const _0x25ec02=_0x38bc29;_0x2d325c[_0x503541(0xe9)]=async()=>{const _0x175521=_0x503541;if(global[_0x175521(0x10f)]){const _0x182924={};return _0x182924['command']=_0x4a4ccc[_0x175521(0xbd)],await PerformanceTester[_0x175521(0xe3)](PerformanceA11yEvents[_0x175521(0xcd)],async()=>{const _0x3ddc1d=_0x175521;return await AccessibilityHelper[_0x3ddc1d(0xbf)](_0x2d325c,scripts[_0x3ddc1d(0xe7)]);},_0x182924)(),await PerformanceTester[_0x175521(0xe3)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x122037=_0x175521;return await AccessibilityHelper[_0x122037(0xbf)](_0x2d325c,scripts[_0x122037(0xc6)]);})();}return logger[_0x175521(0x170)](_0x4a4ccc[_0x175521(0x188)]),{};},_0x2d325c[_0x503541(0x14a)]=async()=>{const _0x4189ca=_0x503541;if(global[_0x4189ca(0x10f)]){const _0x2da508={};return _0x2da508['command']=_0x25ec02[_0x4189ca(0xd6)],await PerformanceTester[_0x4189ca(0xe3)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x5321a3=_0x4189ca;return await AccessibilityHelper['browserStackExecuteDriver'](_0x2d325c,scripts[_0x5321a3(0xe7)]);},_0x2da508)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x4189ca(0x178)],async()=>{const _0x2f820c=_0x4189ca;return await AccessibilityHelper['browserStackExecuteDriver'](_0x2d325c,scripts[_0x2f820c(0xb8)]);})();}return logger[_0x4189ca(0x170)](_0x25ec02['JMcCC']),{};},_0x4a4ccc[_0x503541(0x175)](patchSaveScreenshot,_0x2d325c);})()),CodeceptJS['event'][_0x253b9f(0xc0)]['on'](CodeceptJS[_0x253b9f(0x153)]['all'][_0x253b9f(0x18c)],()=>{const _0x380acc=_0x253b9f;PerformanceTester[_0x380acc(0xd4)](PerformanceEvents[_0x380acc(0x17e)]);try{_0x4b9494[_0x380acc(0xd4)](),testOpsHelper[_0x380acc(0x127)](),PerformanceTester[_0x380acc(0x17d)](PerformanceEvents[_0x380acc(0x17e)]);}catch(_0x459b6a){PerformanceTester[_0x380acc(0x1a1)](_0x459b6a),PerformanceTester[_0x380acc(0x17d)](PerformanceEvents[_0x380acc(0x17e)],![],_0x459b6a);}}),CodeceptJS[_0x253b9f(0x153)]['dispatcher']['on'](CodeceptJS[_0x253b9f(0x153)][_0x253b9f(0xf9)][_0x253b9f(0xda)],async()=>{const _0x531e85=_0x253b9f;PerformanceTester[_0x531e85(0xd4)](PerformanceEvents[_0x531e85(0xf6)]);try{requestSpy[_0x531e85(0x187)](),await _0x4b9494[_0x531e85(0x19f)](),PerformanceTester['end'](PerformanceEvents[_0x531e85(0xf6)]);}catch(_0x1de24f){PerformanceTester[_0x531e85(0x1a1)](_0x1de24f),PerformanceTester[_0x531e85(0x17d)](PerformanceEvents[_0x531e85(0xf6)],![],_0x1de24f);}finally{PerformanceTester[_0x531e85(0x110)]();}}),CodeceptJS['event'][_0x253b9f(0xc0)]['on'](CodeceptJS[_0x253b9f(0x153)][_0x253b9f(0x18f)][_0x253b9f(0x196)],_0x521785=>{const _0x1f6919=_0x253b9f;PerformanceTester['start'](PerformanceEvents[_0x1f6919(0x184)]);try{const _0x1bd0e7=_0x521785[_0x1f6919(0x114)]['test'],_0x101936=_0x4b9494[_0x1f6919(0xed)](TEST_EVENTS[_0x1f6919(0x174)],_0x1bd0e7);CodeceptRecorder[_0x1f6919(0x181)](()=>_0x4b9494[_0x1f6919(0x122)](TEST_EVENTS[_0x1f6919(0x174)],_0x101936));const _0x27daf9={};_0x27daf9[_0x1f6919(0x190)]=_0x4a4ccc[_0x1f6919(0x191)],PerformanceTester[_0x1f6919(0x17d)](PerformanceEvents[_0x1f6919(0x184)],!![],null,_0x27daf9);}catch(_0x36a213){const _0x767318={};_0x767318['hookType']=_0x4a4ccc[_0x1f6919(0x191)],PerformanceTester[_0x1f6919(0x17d)](PerformanceEvents[_0x1f6919(0x184)],![],_0x36a213,_0x767318),PerformanceTester[_0x1f6919(0x1a1)](_0x36a213);}}),CodeceptJS[_0x253b9f(0x153)][_0x253b9f(0xc0)]['on'](CodeceptJS[_0x253b9f(0x153)][_0x253b9f(0x18f)][_0x253b9f(0x126)],_0x494d40=>{const _0x295e02=_0x253b9f,_0x387cfd={};_0x387cfd[_0x295e02(0x190)]=_0x4a4ccc[_0x295e02(0xc5)],PerformanceTester[_0x295e02(0xd4)](PerformanceHookEvents[_0x295e02(0x184)],!![],null,_0x387cfd);try{const _0x431056=_0x494d40[_0x295e02(0x114)]['test'],_0x4be835=_0x4b9494[_0x295e02(0xed)](TEST_EVENTS[_0x295e02(0x111)],_0x431056);CodeceptRecorder[_0x295e02(0x181)](()=>_0x4b9494[_0x295e02(0x122)](TEST_EVENTS[_0x295e02(0x111)],_0x4be835));const _0x37210c={};_0x37210c['hookType']=_0x4a4ccc['Fohla'],PerformanceTester[_0x295e02(0x17d)](PerformanceHookEvents[_0x295e02(0x184)],!![],null,_0x37210c);}catch(_0x485f10){PerformanceTester[_0x295e02(0x1a1)](_0x485f10);const _0x41ee75={};_0x41ee75[_0x295e02(0x190)]=_0x4a4ccc[_0x295e02(0xc5)],PerformanceTester['end'](PerformanceHookEvents[_0x295e02(0x184)],![],_0x485f10,_0x41ee75);}}),CodeceptJS['event'][_0x253b9f(0xc0)]['on'](CodeceptJS[_0x253b9f(0x153)][_0x253b9f(0x18f)][_0x253b9f(0x1a6)],async(_0x3ddc8f,_0x524985)=>{const _0x1cde40=_0x253b9f;PerformanceTester['start'](PerformanceHookEvents[_0x1cde40(0x184)]);try{const _0x204577=_0x3ddc8f[_0x1cde40(0x114)]['test'],_0x3ff84e=_0x4b9494[_0x1cde40(0xed)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x204577,_0x524985);CodeceptRecorder['add'](()=>_0x4b9494[_0x1cde40(0x122)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x3ff84e));const _0x1f163b={};_0x1f163b[_0x1cde40(0x190)]=_0x4a4ccc['pYUdF'],PerformanceTester[_0x1cde40(0xd4)](PerformanceHookEvents[_0x1cde40(0x184)],!![],null,_0x1f163b);}catch(_0x1cf4e4){PerformanceTester['captureError'](_0x1cf4e4);const _0x3264a2={};_0x3264a2[_0x1cde40(0x190)]=_0x4a4ccc[_0x1cde40(0xeb)],PerformanceTester['end'](PerformanceHookEvents[_0x1cde40(0x184)],![],_0x1cf4e4,_0x3264a2);}const _0x2b655b={};_0x2b655b[_0x1cde40(0x190)]=_0x4a4ccc[_0x1cde40(0xeb)],PerformanceTester['end'](PerformanceHookEvents[_0x1cde40(0x184)],!![],null,_0x2b655b);}),CodeceptJS[_0x253b9f(0x153)]['dispatcher']['on'](CodeceptJS['event'][_0x253b9f(0x18a)][_0x253b9f(0x18c)],_0x1ad72e=>{const _0x2c4f1e=_0x253b9f;PerformanceTester['start'](PerformanceHookEvents[_0x2c4f1e(0x184)]);try{globals[_0x2c4f1e(0xc2)](_0x4a4ccc[_0x2c4f1e(0x183)],_0x1ad72e['title']);_0x4a4ccc[_0x2c4f1e(0x12b)](isBrowserstackInfra)&&(_0x525053&&(global[_0x2c4f1e(0x189)]={'currentTest':{'name':_0x1ad72e['title'],'testInfo':{'titlePath':_0x1ad72e[_0x2c4f1e(0x13a)]()}}}));const _0x418307={};_0x418307[_0x2c4f1e(0x190)]=_0x4a4ccc[_0x2c4f1e(0xc1)],PerformanceTester[_0x2c4f1e(0x17d)](PerformanceHookEvents[_0x2c4f1e(0x184)],!![],null,_0x418307);}catch(_0x5d2948){PerformanceTester[_0x2c4f1e(0x1a1)](_0x5d2948);const _0x161887={};_0x161887['hookType']=_0x4a4ccc['ckcDr'],PerformanceTester[_0x2c4f1e(0x17d)](PerformanceHookEvents[_0x2c4f1e(0x184)],![],_0x5d2948,_0x161887);}}),CodeceptJS['event'][_0x253b9f(0xc0)]['on'](CodeceptJS[_0x253b9f(0x153)][_0x253b9f(0x18a)][_0x253b9f(0x196)],_0x3d9ad1=>{const _0x304ca8=_0x253b9f,_0x50a81a={'NNZhs':function(_0x1f79f6){const _0x27ae2f=a1_0x1ada;return _0x4a4ccc[_0x27ae2f(0xec)](_0x1f79f6);},'chKqy':function(_0x2ee536,_0x5e5859){return _0x4a4ccc['JEHzq'](_0x2ee536,_0x5e5859);},'QktVV':function(_0x289ac1,_0x19b21b,_0x16f62d){const _0x4265cf=a1_0x1ada;return _0x4a4ccc[_0x4265cf(0xfe)](_0x289ac1,_0x19b21b,_0x16f62d);}};PerformanceTester['start'](PerformanceHookEvents[_0x304ca8(0x184)]);try{globals[_0x304ca8(0xc2)](_0x4a4ccc[_0x304ca8(0x183)],_0x3d9ad1[_0x304ca8(0x197)]);const _0x4c6bc3=_0x4b9494['captureEvent'](TEST_EVENTS[_0x304ca8(0xf5)],_0x3d9ad1);CodeceptRecorder[_0x304ca8(0x181)](()=>_0x4b9494[_0x304ca8(0x122)](TEST_EVENTS[_0x304ca8(0xf5)],_0x4c6bc3)),CodeceptRecorder[_0x304ca8(0x181)](async()=>{const _0x4478a8=_0x304ca8;_0x50a81a[_0x4478a8(0x14f)](isBrowserstackInfra)&&(!_0x50a81a['chKqy'](isTrue,_0x1eae59[_0x4478a8(0x119)])&&await _0x50a81a['QktVV'](markSessionName,_0x2d325c,_0x3d9ad1[_0x4478a8(0x197)]),_0x4b9494[_0x4478a8(0xc8)]&&await _0x50a81a[_0x4478a8(0x186)](o11ySync,_0x2d325c));});}catch(_0x2d2c1f){const _0x317e1b={};_0x317e1b[_0x304ca8(0x190)]=_0x4a4ccc['tjwXv'],PerformanceTester[_0x304ca8(0x17d)](PerformanceHookEvents[_0x304ca8(0x184)],![],_0x2d2c1f,_0x317e1b),PerformanceTester[_0x304ca8(0x1a1)](_0x2d2c1f);}const _0x1d2937={};_0x1d2937[_0x304ca8(0x190)]=_0x4a4ccc[_0x304ca8(0x19d)],PerformanceTester[_0x304ca8(0x17d)](PerformanceHookEvents[_0x304ca8(0x184)],!![],null,_0x1d2937);}),CodeceptJS[_0x253b9f(0x153)]['dispatcher']['on'](CodeceptJS[_0x253b9f(0x153)][_0x253b9f(0x18a)]['passed'],_0x41e3ec=>{const _0x3c0863=_0x253b9f,_0xb4a3be={'dBaEe':function(_0x4add0e,_0x68bc1,_0x582fce){const _0x402585=a1_0x1ada;return _0x4a4ccc[_0x402585(0xfe)](_0x4add0e,_0x68bc1,_0x582fce);},'AHBcJ':function(_0x504d94,_0x453127,_0xcf234e){const _0x199069=a1_0x1ada;return _0x4a4ccc[_0x199069(0x132)](_0x504d94,_0x453127,_0xcf234e);}};PerformanceTester[_0x3c0863(0xd4)](PerformanceHookEvents[_0x3c0863(0x184)]);try{const _0x436748=_0x4b9494[_0x3c0863(0xed)](TEST_EVENTS[_0x3c0863(0x179)],_0x41e3ec);CodeceptRecorder['add'](()=>_0x4b9494[_0x3c0863(0x122)](TEST_EVENTS[_0x3c0863(0x179)],_0x436748)),CodeceptRecorder[_0x3c0863(0x181)](async()=>{const _0x353c73=_0x3c0863;_0x4a4ccc['oSevq'](isBrowserstackInfra)&&await PerformanceTester[_0x353c73(0xe3)](PerformanceAutEvents['SESSION_STATUS'],async()=>{const _0x99e117=_0x353c73;_0x525053?await _0xb4a3be[_0x99e117(0x106)](playwrightMarkSessionStatus,_0x2d325c,STATE_PASSED):await _0xb4a3be[_0x99e117(0xef)](markSessionStatus,_0x2d325c,STATE_PASSED);})();}),PerformanceTester['end'](PerformanceEvents[_0x3c0863(0x168)]);}catch(_0x297f30){PerformanceTester[_0x3c0863(0x1a1)](_0x297f30);const _0x4faf59={};_0x4faf59[_0x3c0863(0x190)]=_0x4a4ccc['BlBKG'],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x297f30,_0x4faf59),PerformanceTester[_0x3c0863(0x17d)](PerformanceEvents[_0x3c0863(0x168)],![],_0x297f30);}const _0x206a30={};_0x206a30[_0x3c0863(0x190)]=_0x4a4ccc[_0x3c0863(0x19b)],PerformanceTester[_0x3c0863(0x17d)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x206a30);}),CodeceptJS[_0x253b9f(0x153)][_0x253b9f(0xc0)]['on'](CodeceptJS['event']['test'][_0x253b9f(0x1a6)],(_0x43881a,_0x5e41f1)=>{const _0x7b1269=_0x253b9f;PerformanceTester[_0x7b1269(0xd4)](PerformanceHookEvents[_0x7b1269(0x184)]);try{if(_0x4a4ccc[_0x7b1269(0x14b)](_0x43881a[_0x7b1269(0xd9)][_0x7b1269(0x13d)],_0x4a4ccc['CjDqg'])){const _0x13b2df=_0x4b9494[_0x7b1269(0xed)](TEST_EVENTS[_0x7b1269(0x19e)],_0x43881a[_0x7b1269(0x114)][_0x7b1269(0x14d)]);CodeceptRecorder['add'](()=>_0x4b9494['fireEvent'](TEST_EVENTS[_0x7b1269(0x19e)],_0x13b2df));}else{const _0x56ef91=_0x4b9494[_0x7b1269(0xed)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x43881a,_0x5e41f1);CodeceptRecorder[_0x7b1269(0x181)](()=>{const _0x495539=_0x7b1269;try{_0x4b9494[_0x495539(0x122)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x56ef91);}catch(_0x3895c3){logger[_0x495539(0x1a2)](_0x495539(0xf4)+util[_0x495539(0x193)](_0x3895c3)),PerformanceTester[_0x495539(0x17d)](PerformanceEvents[_0x495539(0x168)],![],_0x3895c3);}}),CodeceptRecorder['add'](async()=>{const _0x1aad5c=_0x7b1269;try{_0x4a4ccc[_0x1aad5c(0xec)](isBrowserstackInfra)&&(_0x525053?await _0x4a4ccc[_0x1aad5c(0x18d)](playwrightMarkSessionStatus,_0x2d325c,STATE_FAILED,_0x5e41f1):await _0x4a4ccc[_0x1aad5c(0x18d)](markSessionStatus,_0x2d325c,STATE_FAILED,_0x5e41f1));}catch(_0x257853){logger[_0x1aad5c(0x1a2)](_0x1aad5c(0xdc)+util[_0x1aad5c(0x193)](_0x257853)),PerformanceTester[_0x1aad5c(0x17d)](PerformanceEvents[_0x1aad5c(0x168)],![],_0x257853);}});}PerformanceTester[_0x7b1269(0x17d)](PerformanceEvents[_0x7b1269(0x168)]);}catch(_0x3274ec){PerformanceTester[_0x7b1269(0x1a1)](_0x3274ec);const _0x182fc1={};_0x182fc1['hookType']=_0x4a4ccc[_0x7b1269(0xb2)],PerformanceTester[_0x7b1269(0x17d)](PerformanceHookEvents[_0x7b1269(0x184)],![],_0x3274ec,_0x182fc1),PerformanceTester['end'](PerformanceEvents[_0x7b1269(0x168)],![],_0x3274ec);}const _0x28c6fe={};_0x28c6fe[_0x7b1269(0x190)]=_0x4a4ccc['NWvEJ'],PerformanceTester[_0x7b1269(0x17d)](PerformanceHookEvents[_0x7b1269(0x184)],!![],null,_0x28c6fe);}),CodeceptJS[_0x253b9f(0x153)]['dispatcher']['on'](CodeceptJS[_0x253b9f(0x153)]['test'][_0x253b9f(0x16b)],_0x26392c=>{const _0x1da144=_0x253b9f;PerformanceTester[_0x1da144(0xd4)](PerformanceHookEvents['SDK_HOOK']);try{const _0x4a0770=_0x4b9494['captureEvent'](TEST_EVENTS[_0x1da144(0x19e)],_0x26392c);CodeceptRecorder[_0x1da144(0x181)](()=>_0x4b9494['fireEvent'](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x4a0770)),PerformanceTester['end'](PerformanceEvents[_0x1da144(0x168)]);}catch(_0x456691){PerformanceTester[_0x1da144(0x1a1)](_0x456691),PerformanceTester['end'](PerformanceEvents[_0x1da144(0x168)],![],_0x456691);const _0x18dfb4={};_0x18dfb4['hookType']=_0x4a4ccc['aOXJa'],PerformanceTester[_0x1da144(0x17d)](PerformanceHookEvents[_0x1da144(0x184)],![],_0x456691,_0x18dfb4);}const _0x1945a0={};_0x1945a0['hookType']=_0x4a4ccc[_0x1da144(0xc3)],PerformanceTester[_0x1da144(0x17d)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x1945a0);}),CodeceptJS['event'][_0x253b9f(0xc0)]['on'](CodeceptJS['event']['test'][_0x253b9f(0xda)],async(_0x57fa25,_0x5b930f)=>{const _0x1505b0=_0x253b9f,_0x1d6d8e={};_0x1d6d8e[_0x1505b0(0x115)]=_0x4a4ccc[_0x1505b0(0x159)];const _0x36a75a=_0x1d6d8e;try{PerformanceTester[_0x1505b0(0xd4)](PerformanceHookEvents[_0x1505b0(0x184)]);const _0x24d9dc=_0x4a4ccc[_0x1505b0(0x132)](shouldScanTestForAccessibility,_0x57fa25['titlePath'](),!![]);if(_0x4a4ccc['KOyuR'](isAccessibilityAutomationSession)&&global[_0x1505b0(0x10f)]&&_0x24d9dc){const _0x14e879={};_0x14e879[_0x1505b0(0x102)]=_0x57fa25[_0x1505b0(0x18e)],_0x14e879['thBuildUuid']=process[_0x1505b0(0x16a)][testHubConstants[_0x1505b0(0x135)][_0x1505b0(0x160)]],_0x14e879[_0x1505b0(0x137)]=process[_0x1505b0(0x16a)][testHubConstants[_0x1505b0(0x135)][_0x1505b0(0xe2)]];const _0x30ccce=_0x14e879;logger[_0x1505b0(0x1a2)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON['stringify'](_0x30ccce)),CodeceptRecorder[_0x1505b0(0x181)](async()=>{const _0x1e3b52=_0x1505b0,_0xf8ca16={};_0xf8ca16['command']=_0x36a75a[_0x1e3b52(0x115)],await PerformanceTester[_0x1e3b52(0xe3)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x4cb4e9=_0x1e3b52;await AccessibilityHelper[_0x4cb4e9(0xbf)](_0x2d325c,scripts[_0x4cb4e9(0xe7)]);},_0xf8ca16)(),await PerformanceTester[_0x1e3b52(0xe3)](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x2d27f1=_0x1e3b52;await AccessibilityHelper[_0x2d27f1(0xbf)](_0x2d325c,scripts[_0x2d27f1(0x11a)],_0x30ccce);})();}),logger[_0x1505b0(0xe1)](_0x4a4ccc[_0x1505b0(0x147)]);}const _0x53fbea={};_0x53fbea[_0x1505b0(0x190)]=_0x4a4ccc[_0x1505b0(0x145)],PerformanceTester[_0x1505b0(0x17d)](PerformanceHookEvents[_0x1505b0(0x184)],!![],null,_0x53fbea);}catch(_0x41384b){PerformanceTester['captureError'](_0x41384b);const _0x5d24ef={};_0x5d24ef['hookType']=_0x4a4ccc[_0x1505b0(0x145)],PerformanceTester[_0x1505b0(0x17d)](PerformanceHookEvents[_0x1505b0(0x184)],![],_0x41384b,_0x5d24ef);}}),CodeceptJS[_0x253b9f(0x153)][_0x253b9f(0xc0)]['on'](CodeceptJS[_0x253b9f(0x153)][_0x253b9f(0x171)][_0x253b9f(0x103)],_0x4aa339=>{const _0x7c8953=_0x253b9f;PerformanceTester[_0x7c8953(0xd4)](PerformanceHookEvents[_0x7c8953(0x184)]);try{process['emit'](_0x7c8953(0x180)+process[_0x7c8953(0x163)],{'timestamp':new Date()['toISOString'](),'level':_0x4a4ccc['efRDJ'],'message':_0x4aa339,'kind':_0x4a4ccc[_0x7c8953(0xaf)],'http_response':{}});}catch(_0x58b87c){PerformanceTester[_0x7c8953(0x1a1)](_0x58b87c);const _0x2ddcf9={};_0x2ddcf9['hookType']=_0x4a4ccc['jLiFw'],PerformanceTester[_0x7c8953(0x17d)](PerformanceHookEvents[_0x7c8953(0x184)],![],_0x58b87c,_0x2ddcf9);}const _0x3ff105={};_0x3ff105[_0x7c8953(0x190)]=_0x4a4ccc['jLiFw'],PerformanceTester['end'](PerformanceHookEvents[_0x7c8953(0x184)],!![],null,_0x3ff105);}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x253b9f(0x153)][_0x253b9f(0x139)][_0x253b9f(0x18c)],_0x2df623=>{const _0x5a4159=_0x253b9f,_0x4c6bf1={};_0x4c6bf1[_0x5a4159(0x190)]=_0x4a4ccc[_0x5a4159(0xb4)],PerformanceTester[_0x5a4159(0xe3)](PerformanceHookEvents[_0x5a4159(0x184)],()=>{const _0x30dd7b=_0x5a4159;_0x4b9494[_0x30dd7b(0xce)](_0x2df623);},_0x4c6bf1)();}),CodeceptJS[_0x253b9f(0x153)][_0x253b9f(0xc0)]['on'](CodeceptJS[_0x253b9f(0x153)][_0x253b9f(0x139)][_0x253b9f(0xda)],_0x38faf2=>{const _0xf97797=_0x253b9f,_0x21e7fb={};_0x21e7fb[_0xf97797(0x190)]=_0x4a4ccc['YLAIW'],PerformanceTester['measureWrapper'](PerformanceHookEvents[_0xf97797(0x184)],()=>{const _0x542705=_0xf97797;_0x4b9494[_0x542705(0x1a0)](_0x38faf2);},_0x21e7fb)();});};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a2_0x31e2ba=a2_0x315c;function a2_0x315c(_0x57aed8,_0x17d28f){const _0x227545=a2_0x2275();return a2_0x315c=function(_0x315c94,_0x417aae){_0x315c94=_0x315c94-0x192;let _0x99cb0f=_0x227545[_0x315c94];return _0x99cb0f;},a2_0x315c(_0x57aed8,_0x17d28f);}(function(_0xa7ed4e,_0x3a3062){const _0x3a16ed=a2_0x315c,_0x1f174d=_0xa7ed4e();while(!![]){try{const _0x222876=-parseInt(_0x3a16ed(0x1ac))/0x1+parseInt(_0x3a16ed(0x22b))/0x2+parseInt(_0x3a16ed(0x220))/0x3*(-parseInt(_0x3a16ed(0x19f))/0x4)+-parseInt(_0x3a16ed(0x1ca))/0x5*(-parseInt(_0x3a16ed(0x1d6))/0x6)+parseInt(_0x3a16ed(0x20a))/0x7+parseInt(_0x3a16ed(0x216))/0x8*(parseInt(_0x3a16ed(0x202))/0x9)+parseInt(_0x3a16ed(0x209))/0xa;if(_0x222876===_0x3a3062)break;else _0x1f174d['push'](_0x1f174d['shift']());}catch(_0x4fdcd4){_0x1f174d['push'](_0x1f174d['shift']());}}}(a2_0x2275,0xb4390));const fs=require('fs'),path=require('path'),util=require(a2_0x31e2ba(0x1f4)),process=require(a2_0x31e2ba(0x1e2)),logger=require(a2_0x31e2ba(0x1e4))['winstonLogger'],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a2_0x31e2ba(0x1ee)),utilities=require(a2_0x31e2ba(0x1ff)),{checkAccessibilityPlatformConfig}=require('../../helpers/accessibility-automation/helper'),{setAccessibilityCapabilities}=require(a2_0x31e2ba(0x1ae)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x31e2ba(0x1ee)),CodeceptJS=requireModule(a2_0x31e2ba(0x224),'codeceptjs'),testOpsHelper=require(a2_0x31e2ba(0x1a6)),TestHubHandler=require(a2_0x31e2ba(0x1fa)),constants=require(a2_0x31e2ba(0x219)),PerformanceTester=require(a2_0x31e2ba(0x1a0)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),PerformanceEvents=require(a2_0x31e2ba(0x192))[a2_0x31e2ba(0x1c9)],_testErrorData=[],getUserCodeceptJSConfigs=(_0x35eb33,_0x26988b)=>{const _0x27fc58=a2_0x31e2ba,_0x4836de={};_0x4836de[_0x27fc58(0x212)]=function(_0x1b8684,_0x473032){return _0x1b8684===_0x473032;},_0x4836de[_0x27fc58(0x1bd)]=_0x27fc58(0x1a2),_0x4836de['OkIJE']='codecept.json';const _0x2e26dc=_0x4836de;let _0x2f1358=null;const _0x39f74c={};let _0x27ba4a=_0x26988b[_0x27fc58(0x203)](_0x4aaae7=>_0x4aaae7===_0x27fc58(0x1f6));_0x2e26dc[_0x27fc58(0x212)](_0x27ba4a,-0x1)&&(_0x27ba4a=_0x26988b['findIndex'](_0x29ecd2=>_0x29ecd2==='-c'));if(!helper[_0x27fc58(0x1bf)](_0x35eb33[_0x27fc58(0x1da)])&&fs['existsSync'](path[_0x27fc58(0x1f8)](process[_0x27fc58(0x1c8)](),_0x35eb33[_0x27fc58(0x1da)])))_0x2f1358=path['join'](process[_0x27fc58(0x1c8)](),_0x35eb33[_0x27fc58(0x1da)]),_0x26988b['slice'](_0x27ba4a,0x2);else{if(!helper[_0x27fc58(0x1bf)](_0x35eb33['c'])&&fs[_0x27fc58(0x21c)](path[_0x27fc58(0x1f8)](process[_0x27fc58(0x1c8)](),_0x35eb33['c'])))_0x2f1358=path['join'](process[_0x27fc58(0x1c8)](),_0x35eb33['c']),_0x26988b[_0x27fc58(0x21b)](_0x27ba4a,0x2);else{if(fs[_0x27fc58(0x21c)](path[_0x27fc58(0x1f8)](process[_0x27fc58(0x1c8)](),_0x2e26dc['jmXDK'])))_0x2f1358=path[_0x27fc58(0x1f8)](process[_0x27fc58(0x1c8)](),_0x2e26dc[_0x27fc58(0x1bd)]);else fs['existsSync'](path[_0x27fc58(0x1f8)](process[_0x27fc58(0x1c8)](),_0x2e26dc[_0x27fc58(0x1d5)]))&&(_0x2f1358=path[_0x27fc58(0x1f8)](process['cwd'](),_0x2e26dc['OkIJE']));}}return process[_0x27fc58(0x221)][_0x27fc58(0x208)]=_0x2f1358,_0x2f1358;},getO11yRerunPattern=()=>{const _0x570991=a2_0x31e2ba,_0x3903bd=helper[_0x570991(0x1c5)](process[_0x570991(0x221)][_0x570991(0x1df)]);if(_0x3903bd){const _0x2bf0d1=process[_0x570991(0x221)]['BROWSERSTACK_RERUN_TESTS'],_0x13cd73=[];if(helper[_0x570991(0x1cc)](_0x2bf0d1)&&!helper['isUndefined'](_0x2bf0d1)){_0x2bf0d1[_0x570991(0x226)](',')[_0x570991(0x1e1)](_0x36baa9=>{const _0x46f33b=_0x570991;_0x13cd73[_0x46f33b(0x227)]('('+_0x36baa9[_0x46f33b(0x194)]()+')');});const _0x414f43='^'+_0x13cd73[_0x570991(0x1f8)]('|')+'$';return _0x414f43;}}return null;},a2_0x50f6ee={};a2_0x50f6ee[a2_0x31e2ba(0x1ed)]=a2_0x31e2ba(0x21e),a2_0x50f6ee[a2_0x31e2ba(0x1e9)]=a2_0x31e2ba(0x21e),a2_0x50f6ee[a2_0x31e2ba(0x1cd)]=a2_0x31e2ba(0x1dd),a2_0x50f6ee['playwright-webkit']=a2_0x31e2ba(0x204);const pwToCodeceptBrowser=a2_0x50f6ee;async function run(_0x5d3ba8,_0xbd4fd2,_0x2baf36){const _0x906c61=a2_0x31e2ba,_0x723c63={'xgBOH':function(_0x2cc1a5,_0x2ec078){return _0x2cc1a5+_0x2ec078;},'ZEPOt':function(_0x197bc4,_0x53f7ca){return _0x197bc4(_0x53f7ca);},'ALGOi':function(_0x554499,_0x374341,_0x3bf69e){return _0x554499(_0x374341,_0x3bf69e);},'NaKRi':'helpers','YdhWM':function(_0x4e3686){return _0x4e3686();},'IDSGC':'/wd/hub','wjYOJ':function(_0x320d3b){return _0x320d3b();},'gkhyw':'Failed\x20:\x20','heLlB':'Passed\x20:\x20','OJSlY':_0x906c61(0x1d9),'yAEXr':_0x906c61(0x1d0),'rXhiK':_0x906c61(0x19e),'lfAdU':function(_0x3f9390,_0x37b4de,_0x2408b1){return _0x3f9390(_0x37b4de,_0x2408b1);},'huQWn':_0x906c61(0x1b8),'OlyJw':'WebDriver','euXnj':function(_0x50e842,_0xddcaf){return _0x50e842(_0xddcaf);},'EDAlJ':function(_0x3098f0,_0x246e2a){return _0x3098f0!=_0x246e2a;},'aeVsT':function(_0x5aaf0b,_0x453da2){return _0x5aaf0b===_0x453da2;},'FAVlz':'gherkin','QANLv':function(_0x3c9ca8,_0x9485ed){return _0x3c9ca8(_0x9485ed);},'CBkfY':function(_0x114759){return _0x114759();},'uKWCz':function(_0x99ff34,_0x359c55){return _0x99ff34*_0x359c55;},'qWXLT':_0x906c61(0x1be),'gPZyU':_0x906c61(0x1a9),'BbUqa':function(_0x2e62b8,_0x13928e,_0x5a99e2){return _0x2e62b8(_0x13928e,_0x5a99e2);},'aXasI':_0x906c61(0x1ba),'WuXDU':_0x906c61(0x1db),'iVeSv':_0x906c61(0x1ad)};await _0x2baf36[_0x906c61(0x1ec)](_0x5d3ba8),await helper[_0x906c61(0x21d)](_0x2baf36['config']);if(!_0x2baf36[_0x906c61(0x1da)])return;process[_0x906c61(0x1c4)]=_0x5d3ba8[_0x906c61(0x1c4)];_0x5d3ba8['profile']&&(process['env'][_0x906c61(0x1c4)]=_0x5d3ba8[_0x906c61(0x1c4)]);const _0x1eab74=_0x723c63['ALGOi'](getUserCodeceptJSConfigs,_0x5d3ba8,_0xbd4fd2);let _0x5b1107={};_0x1eab74?(logger[_0x906c61(0x1ea)]('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0x1eab74),_0x5b1107=CodeceptJS[_0x906c61(0x1da)]['load'](_0x1eab74)):logger[_0x906c61(0x1ea)](_0x723c63[_0x906c61(0x1e8)]);let _0x26ecac=![];_0x723c63['lfAdU'](nestedKeyValue,_0x5b1107,[_0x723c63[_0x906c61(0x1b4)],_0x723c63[_0x906c61(0x1c6)]])&&(_0x26ecac=!![]);const _0x6b61a2=_0x26ecac?_0x723c63[_0x906c61(0x1c6)]:_0x723c63['OlyJw'];let _0x1076f4=!_0x26ecac?helper['useW3C'](_0x2baf36['config']):![];!helper[_0x906c61(0x1bf)](_0x2baf36[_0x906c61(0x1da)][_0x906c61(0x1b6)])&&(process[_0x906c61(0x221)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON['stringify'](_0x2baf36[_0x906c61(0x1da)][_0x906c61(0x1b6)]));let _0x4af729=_0x2baf36[_0x906c61(0x1da)][_0x906c61(0x22d)];_0x4af729=_0x4af729||_0x723c63[_0x906c61(0x20f)](checkAccessibilityPlatformConfig,_0x2baf36['config']),process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x4af729;_0x4af729&&(_0x1076f4=!_0x4af729);_0x723c63[_0x906c61(0x1de)](_0x2baf36['config'][_0x906c61(0x228)],null)?process[_0x906c61(0x221)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x2baf36[_0x906c61(0x1da)][_0x906c61(0x228)]:process[_0x906c61(0x221)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x723c63[_0x906c61(0x1fe)](_0x6b61a2,_0x723c63['huQWn']);const _0x271ea8=_0x723c63[_0x906c61(0x1fc)](nestedKeyValue,_0x5b1107,[_0x723c63[_0x906c61(0x20e)]]),_0x3a9238=_0x271ea8&&!helper['isEmpty'](_0x271ea8)?FRAMEWORKS[_0x906c61(0x1a4)]:FRAMEWORKS[_0x906c61(0x1c2)],_0x4004a5=await TestHubHandler['launchBuild'](_0x3a9238,_0x2baf36);_0x4af729&&_0x723c63[_0x906c61(0x1d3)](setAccessibilityCapabilities,_0x2baf36['config']);const _0x29b694={},_0x3fe945=[],_0x1cf64f=_0x2baf36[_0x906c61(0x1da)][_0x906c61(0x22c)]||helper[_0x906c61(0x1a8)](_0x5d3ba8,_0xbd4fd2,_0x2baf36['config'],constants[_0x906c61(0x1a5)][_0x906c61(0x1c2)])||0x1;let _0x448639=0x1;if(_0x723c63[_0x906c61(0x199)](isBrowserstackInfra)){const _0x588046=helper['prepareCapabilities'](_0x2baf36[_0x906c61(0x1da)],_0x1076f4,constants[_0x906c61(0x1a5)][_0x906c61(0x1c2)]);_0x588046['forEach'](_0x247c04=>{const _0x5d58bc=_0x906c61;helper[_0x5d58bc(0x1b2)](_0x247c04);}),helper[_0x906c61(0x1f2)](_0x2baf36[_0x906c61(0x1da)])?_0x448639=_0x723c63['uKWCz'](_0x1cf64f,_0x2baf36[_0x906c61(0x1da)][_0x906c61(0x1a7)]['length']):_0x448639=_0x1cf64f,_0x588046[_0x906c61(0x1f5)](_0x205051=>{const _0x3b748a=_0x906c61,_0x15d089={'KEggi':function(_0x424476,_0x2c26c0){const _0x5af571=a2_0x315c;return _0x723c63[_0x5af571(0x1d8)](_0x424476,_0x2c26c0);},'vtrZS':function(_0x101b84,_0x16c002){const _0x52bab0=a2_0x315c;return _0x723c63[_0x52bab0(0x1dc)](_0x101b84,_0x16c002);}},_0x47335e=_0x723c63['xgBOH'](helper[_0x3b748a(0x210)](_0x205051,'_'),'_'+Date[_0x3b748a(0x205)]()),_0x1714ec=((()=>{const _0x564359=_0x3b748a;if(_0x26ecac){const _0x50e0cf=pwToCodeceptBrowser[_0x205051[_0x564359(0x21a)]]||_0x205051[_0x564359(0x21a)];return{'browser':_0x50e0cf,[_0x50e0cf]:{'browserWSEndpoint':_0x15d089[_0x564359(0x1f1)](helper[_0x564359(0x1b3)](_0x2baf36['config']),_0x15d089[_0x564359(0x1bc)](encodeURIComponent,JSON[_0x564359(0x1d2)](_0x205051)))}};}const _0x19bf49={};return _0x19bf49[_0x564359(0x1a9)]=_0x205051,_0x19bf49[_0x564359(0x19d)]=_0x2baf36['config'][_0x564359(0x1c0)],_0x19bf49[_0x564359(0x198)]=_0x2baf36[_0x564359(0x1da)][_0x564359(0x20d)],_0x19bf49;})()),_0x3d12b0=_0x723c63[_0x3b748a(0x1fc)](nestedKeyValue,_0x5b1107,[_0x723c63[_0x3b748a(0x1b4)],_0x6b61a2]);_0x29b694[_0x47335e]=_0x3d12b0?helper[_0x3b748a(0x1f0)](_0x1714ec,_0x3d12b0):_0x1714ec;if(!_0x26ecac){_0x29b694[_0x47335e][_0x3b748a(0x1be)]=_0x205051[_0x3b748a(0x21a)]||_0x1714ec['browser'];if(_0x723c63[_0x3b748a(0x1a1)](isBrowserstackInfra)){_0x29b694[_0x47335e]['host']=constants[_0x3b748a(0x195)][_0x3b748a(0x193)](_0x723c63['IDSGC'],'')[_0x3b748a(0x193)](/https?:\/\//,'');;_0x29b694[_0x47335e][_0x3b748a(0x20b)]=_0x723c63[_0x3b748a(0x1d1)];}}_0x3fe945[_0x3b748a(0x227)](_0x47335e);});}else{_0x448639=0x1;if(_0x26ecac){const _0x2d25ef=_0x723c63[_0x906c61(0x1a3)](nestedKeyValue,_0x5b1107,[_0x723c63[_0x906c61(0x1b4)],_0x6b61a2,_0x723c63[_0x906c61(0x1cf)]]),_0x1a8326=_0x723c63[_0x906c61(0x1a3)](nestedKeyValue,_0x5b1107,[_0x723c63['NaKRi'],_0x6b61a2,_0x2d25ef]);if(_0x1a8326&&_0x1a8326[_0x906c61(0x21f)]){const _0x5e14b0={};_0x5e14b0[_0x906c61(0x1a7)]=[],_0x1a8326[_0x906c61(0x21f)]=helper['prepareCapabilities'](Object[_0x906c61(0x1b1)]({},_0x2baf36[_0x906c61(0x1da)],_0x5e14b0),null,_0x3a9238[_0x906c61(0x1d7)](),null,null,_0x1a8326[_0x906c61(0x21f)]);}}else{const _0x379572={};_0x379572[_0x906c61(0x1a7)]=[],_0x5b1107[_0x723c63[_0x906c61(0x1b4)]][_0x6b61a2][_0x723c63[_0x906c61(0x200)]]=helper[_0x906c61(0x211)](Object[_0x906c61(0x1b1)]({},_0x2baf36[_0x906c61(0x1da)],_0x379572),null,_0x3a9238[_0x906c61(0x1d7)](),_0x723c63['BbUqa'](nestedKeyValue,_0x5b1107,[_0x723c63['NaKRi'],_0x6b61a2,_0x723c63['gPZyU']])||{},null,null);}_0x29b694[_0x723c63[_0x906c61(0x1e7)]]=_0x5b1107,_0x3fe945[_0x906c61(0x227)](_0x723c63[_0x906c61(0x1e7)]);}const _0x5801d1={};_0x5801d1[_0x906c61(0x1af)]=_0x1eab74;const _0x2d8887=_0x5801d1,_0x5bb0dd=path[_0x906c61(0x1f8)](__dirname,_0x723c63[_0x906c61(0x1c3)]),_0x34a1b2=process[_0x906c61(0x1c8)]();process[_0x906c61(0x221)][_0x723c63[_0x906c61(0x1e0)]]=_0x34a1b2,process[_0x906c61(0x1f7)](path[_0x906c61(0x1b5)](_0x1eab74));const _0x393b26=new CodeceptJS[(_0x906c61(0x1aa))](null,_0x2d8887),_0x535087=_0x393b26[_0x906c61(0x222)](_0x448639),_0x23734b=testOpsHelper[_0x906c61(0x197)](),_0x2921cc=_0x3fe945[_0x906c61(0x1e1)](_0x51380d=>{const _0x4c832f=_0x906c61,_0x42157c={};_0x42157c[_0x4c832f(0x1b8)]=_0x29b694[_0x51380d];const _0x55ca8b={};_0x55ca8b[_0x4c832f(0x19c)]=_0x29b694[_0x51380d];const _0x2ae644=_0x26ecac?_0x42157c:_0x55ca8b,_0xe8cb0=_0x723c63['YdhWM'](getO11yRerunPattern),_0x30c780={};_0x30c780[_0x4c832f(0x229)]=_0x2ae644;const _0x162ebb={};_0x162ebb['require']=_0x5bb0dd,_0x162ebb[_0x4c832f(0x1e3)]=!![],_0x162ebb[_0x4c832f(0x215)]=_0x2baf36[_0x4c832f(0x1da)][_0x4c832f(0x1f9)][_0x4c832f(0x215)],_0x162ebb['skipSessionStatus']=_0x2baf36['config']['testContextOptions'][_0x4c832f(0x206)],_0x162ebb[_0x4c832f(0x228)]=_0x23734b,_0x162ebb[_0x4c832f(0x207)]=_0x3a9238;const _0x427f6f={};_0x427f6f[_0x4c832f(0x22a)]=_0x162ebb;const _0x58aaea={};return _0x58aaea[_0x4c832f(0x19b)]=_0x427f6f,helper[_0x4c832f(0x1f0)]({},_0x5b1107,_0x723c63[_0x4c832f(0x218)](isBrowserstackInfra)?_0x30c780:{},_0xe8cb0?{'grep':_0xe8cb0}:{},_0x58aaea);});for(const _0x166f40 of _0x2921cc){for(const _0x16e32e of _0x535087){const _0x10e86c=_0x393b26[_0x906c61(0x1eb)]();_0x10e86c[_0x906c61(0x1bb)](_0x16e32e),_0x10e86c[_0x906c61(0x1c7)](_0x166f40);const _0x23fe8a={};_0x23fe8a[_0x906c61(0x1da)]=_0x1eab74,_0x10e86c[_0x906c61(0x1fb)](Object['assign'](_0x23fe8a,_0x5d3ba8));}}_0x393b26['on'](CodeceptJS[_0x906c61(0x1b9)][_0x906c61(0x1f3)][_0x906c61(0x214)],(_0x1d187d,_0x5df9aa)=>{const _0x270a4a=_0x906c61;console[_0x270a4a(0x1b0)](_0x723c63[_0x270a4a(0x19a)],_0x1d187d['title']);const _0x2d5572={[_0x1d187d[_0x270a4a(0x1c1)]]:_0x1d187d[_0x270a4a(0x1ef)]['stack']};_testErrorData['push'](_0x2d5572);}),_0x393b26['on'](CodeceptJS[_0x906c61(0x1b9)][_0x906c61(0x1f3)][_0x906c61(0x217)],async _0x1eba98=>{const _0x279fbd=_0x906c61;console[_0x279fbd(0x1b0)](_0x723c63['heLlB'],_0x1eba98[_0x279fbd(0x1c1)]);}),_0x393b26['on'](CodeceptJS[_0x906c61(0x1b9)][_0x906c61(0x1f3)]['before'],async _0x290d2e=>{const _0x271ab8=_0x906c61;console[_0x271ab8(0x1b0)](_0x723c63['OJSlY'],_0x290d2e[_0x271ab8(0x1c1)]);}),_0x393b26['on'](CodeceptJS[_0x906c61(0x1b9)][_0x906c61(0x1e5)]['result'],async()=>{const _0x33b36e=_0x906c61,_0x138d12=_0x723c63[_0x33b36e(0x1b7)][_0x33b36e(0x226)]('|');let _0x2eef4c=0x0;while(!![]){switch(_0x138d12[_0x2eef4c++]){case'0':_0x2baf36[_0x33b36e(0x20c)]=_testErrorData;continue;case'1':PerformanceTester[_0x33b36e(0x1ce)](PerformanceEvents[_0x33b36e(0x225)]);continue;case'2':try{await TestHubHandler[_0x33b36e(0x1fd)]();}catch(_0x56a8ae){logger[_0x33b36e(0x213)](_0x33b36e(0x1cb)+util[_0x33b36e(0x196)](_0x56a8ae));}continue;case'3':_0x393b26[_0x33b36e(0x1d4)]();continue;case'4':testOpsHelper['printBuildLink']();continue;case'5':utilities[_0x33b36e(0x223)](_0x2baf36);continue;}break;}});async function _0x4f2607(){const _0x2c4fc7=_0x906c61;try{await _0x393b26[_0x2c4fc7(0x1e6)](),await _0x393b26[_0x2c4fc7(0x201)]();}finally{process[_0x2c4fc7(0x1f7)](_0x34a1b2),await _0x393b26['teardownAll']();}}PerformanceTester[_0x906c61(0x1ab)](PerformanceEvents['SDK_SETUP']),_0x723c63['YdhWM'](_0x4f2607);}module['exports']=run;function a2_0x2275(){const _0x570935=['chromium','browserWSEndpoint','2937477LIVrKR','env','createGroupsOfSuites','finalExecution','codeceptjs/lib/index.js','SDK_CLEANUP','split','push','testObservability','helpers','BrowserStackPlugin','1767096EwTPeV','parallelsPerPlatform','accessibility','../../helpers/performance/constants','replace','trim','hubUrl','format','isTestObservabilitySession','key','CBkfY','gkhyw','plugins','WebDriver','user','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','4pvvQtL','../../helpers/performance/performance-tester','YdhWM','codecept.conf.js','lfAdU','CODECEPT_CUCUMBER','FRAMEWORKS','../../helpers/test-observability/utils','platforms','getUserWorkerCount','desiredCapabilities','Workers','end','1064331Scvtas','browserStackCwd','../../bin/playwright/accessibility-helper','testConfig','log','assign','setAdditionalCapabilities','getPlaywrightUrl','NaKRi','dirname','accessibilityOptions','yAEXr','Playwright','event','root','addTests','vtrZS','jmXDK','browser','isUndefined','userName','title','CODECEPT','WuXDU','profile','isTrue','huQWn','addConfig','cwd','EVENTS','5mcuOFN','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','validateRerunTestList','playwright-firefox','start','qWXLT','1|0|4|5|2|3','IDSGC','stringify','QANLv','printResults','OkIJE','6238542vbdgQW','toLowerCase','xgBOH','Started\x20:\x20','config','BrowserStackPlugin.js','ZEPOt','firefox','EDAlJ','BROWSERSTACK_RERUN','iVeSv','map','process','enabled','../../helpers/logger','all','bootstrapAll','aXasI','rXhiK','playwright-chromium','info','spawn','initialize','chrome','../../helpers/helper','err','mergeDeep','KEggi','validPlatformsPresent','test','util','forEach','--config','chdir','join','testContextOptions','../../helpers/testhub/testhubHandler','addOptions','ALGOi','stop','aeVsT','../../helpers/utilities','gPZyU','run','279756XUhcrM','findIndex','webkit','now','skipSessionStatus','frameworkName','USER_CONFIG_DETAILS_PATH','1639170GpEWti','2902928YWRtVJ','path','errorMessage','accessKey','FAVlz','euXnj','getPlatformName','prepareCapabilities','TjTsH','debug','failed','skipSessionName','72GcwmQP','passed','wjYOJ','../utils/constants','browserName','slice','existsSync','handleApp'];a2_0x2275=function(){return _0x570935;};return a2_0x2275();}
2
+ 'use strict';const a2_0x46d5e2=a2_0x5e92;(function(_0x3cf284,_0x171e14){const _0x687d47=a2_0x5e92,_0x87927=_0x3cf284();while(!![]){try{const _0xd22405=parseInt(_0x687d47(0x1dc))/0x1+parseInt(_0x687d47(0x205))/0x2*(parseInt(_0x687d47(0x216))/0x3)+-parseInt(_0x687d47(0x21b))/0x4*(parseInt(_0x687d47(0x256))/0x5)+parseInt(_0x687d47(0x1ce))/0x6*(-parseInt(_0x687d47(0x20d))/0x7)+parseInt(_0x687d47(0x24b))/0x8+-parseInt(_0x687d47(0x244))/0x9*(parseInt(_0x687d47(0x21d))/0xa)+parseInt(_0x687d47(0x25a))/0xb*(parseInt(_0x687d47(0x1e3))/0xc);if(_0xd22405===_0x171e14)break;else _0x87927['push'](_0x87927['shift']());}catch(_0x3aa182){_0x87927['push'](_0x87927['shift']());}}}(a2_0x2365,0xe6b06));const fs=require('fs'),path=require(a2_0x46d5e2(0x1d2)),util=require(a2_0x46d5e2(0x1c8)),process=require(a2_0x46d5e2(0x228)),logger=require(a2_0x46d5e2(0x23b))[a2_0x46d5e2(0x1dd)],{default:BrowserStackSetup}=require(a2_0x46d5e2(0x250)),helper=require(a2_0x46d5e2(0x1d3)),utilities=require(a2_0x46d5e2(0x23d)),{checkAccessibilityPlatformConfig}=require('../../helpers/accessibility-automation/helper'),{setAccessibilityCapabilities}=require(a2_0x46d5e2(0x239)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x46d5e2(0x1d3)),CodeceptJS=requireModule(a2_0x46d5e2(0x24a),a2_0x46d5e2(0x262)),testOpsHelper=require(a2_0x46d5e2(0x1f7)),TestHubHandler=require('../../helpers/testhub/testhubHandler'),constants=require(a2_0x46d5e2(0x252)),PerformanceTester=require(a2_0x46d5e2(0x1ed)),{FRAMEWORKS}=require(a2_0x46d5e2(0x1e4)),PerformanceEvents=require(a2_0x46d5e2(0x22c))['EVENTS'],ClientTroubleShootingService=require(a2_0x46d5e2(0x1ec)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x23745f,_0x57784f)=>{const _0x51024c=a2_0x46d5e2,_0x5f59da={};_0x5f59da[_0x51024c(0x24f)]=function(_0x3b8c0a,_0x2fa91d){return _0x3b8c0a===_0x2fa91d;},_0x5f59da['slLVB']=_0x51024c(0x1e9),_0x5f59da[_0x51024c(0x257)]=_0x51024c(0x24d);const _0x4c4d47=_0x5f59da;let _0x8ade44=null;const _0x5cad31={};let _0x3bcaa4=_0x57784f[_0x51024c(0x237)](_0x5c55cd=>_0x5c55cd===_0x51024c(0x1fe));_0x4c4d47[_0x51024c(0x24f)](_0x3bcaa4,-0x1)&&(_0x3bcaa4=_0x57784f[_0x51024c(0x237)](_0x543333=>_0x543333==='-c'));if(!helper[_0x51024c(0x260)](_0x23745f[_0x51024c(0x1de)])&&fs['existsSync'](path['join'](process[_0x51024c(0x24e)](),_0x23745f[_0x51024c(0x1de)])))_0x8ade44=path['join'](process['cwd'](),_0x23745f[_0x51024c(0x1de)]),_0x57784f['slice'](_0x3bcaa4,0x2);else{if(!helper[_0x51024c(0x260)](_0x23745f['c'])&&fs[_0x51024c(0x22b)](path['join'](process['cwd'](),_0x23745f['c'])))_0x8ade44=path['join'](process[_0x51024c(0x24e)](),_0x23745f['c']),_0x57784f[_0x51024c(0x1f2)](_0x3bcaa4,0x2);else{if(fs[_0x51024c(0x22b)](path[_0x51024c(0x20c)](process['cwd'](),_0x4c4d47['slLVB'])))_0x8ade44=path[_0x51024c(0x20c)](process['cwd'](),_0x4c4d47[_0x51024c(0x206)]);else fs[_0x51024c(0x22b)](path[_0x51024c(0x20c)](process[_0x51024c(0x24e)](),_0x4c4d47['nrfIm']))&&(_0x8ade44=path['join'](process[_0x51024c(0x24e)](),_0x4c4d47['nrfIm']));}}return process[_0x51024c(0x1f8)]['USER_CONFIG_DETAILS_PATH']=_0x8ade44,_0x8ade44;},getO11yRerunPattern=()=>{const _0x291ce6=a2_0x46d5e2,_0x51ca97=helper['isTrue'](process[_0x291ce6(0x1f8)]['BROWSERSTACK_RERUN']);if(_0x51ca97){const _0x45a177=process[_0x291ce6(0x1f8)][_0x291ce6(0x233)],_0x49fa99=[];if(helper[_0x291ce6(0x248)](_0x45a177)&&!helper['isUndefined'](_0x45a177)){_0x45a177[_0x291ce6(0x20e)](',')[_0x291ce6(0x261)](_0xa9024b=>{const _0x1eaa90=_0x291ce6;_0x49fa99[_0x1eaa90(0x253)]('('+_0xa9024b['trim']()+')');});const _0x4907e2='^'+_0x49fa99[_0x291ce6(0x20c)]('|')+'$';return _0x4907e2;}}return null;},a2_0x1c1e69={};a2_0x1c1e69['chrome']=a2_0x46d5e2(0x245),a2_0x1c1e69[a2_0x46d5e2(0x1d5)]=a2_0x46d5e2(0x245),a2_0x1c1e69['playwright-firefox']=a2_0x46d5e2(0x21c),a2_0x1c1e69[a2_0x46d5e2(0x242)]=a2_0x46d5e2(0x1d4);const pwToCodeceptBrowser=a2_0x1c1e69;function a2_0x5e92(_0x5f4173,_0x246b22){const _0x236587=a2_0x2365();return a2_0x5e92=function(_0x5e9295,_0x454c77){_0x5e9295=_0x5e9295-0x1bf;let _0x30d73b=_0x236587[_0x5e9295];return _0x30d73b;},a2_0x5e92(_0x5f4173,_0x246b22);}async function run(_0x83b086,_0x4f0996,_0x38e5e9){const _0x93737a=a2_0x46d5e2,_0x7a5185={'uvmnJ':function(_0xc4f069,_0x407c74){return _0xc4f069+_0x407c74;},'quvGp':function(_0x3eed1a,_0x42b744){return _0x3eed1a(_0x42b744);},'DGygb':function(_0x39ad93,_0x462ccc,_0x1d2dd9){return _0x39ad93(_0x462ccc,_0x1d2dd9);},'RFQMX':_0x93737a(0x1ff),'LGdjQ':function(_0x26d849){return _0x26d849();},'HUJGz':_0x93737a(0x229),'SYoMR':function(_0x3f5c6f){return _0x3f5c6f();},'SiBGc':_0x93737a(0x227),'kzjya':_0x93737a(0x20b),'FqUEQ':_0x93737a(0x241),'yugBL':'3|5|2|0|1|4','gSZJn':_0x93737a(0x211),'EIOKb':_0x93737a(0x1ee),'BEjRL':'WebDriver','OJmSD':function(_0x4566e7,_0x3f1693){return _0x4566e7!=_0x3f1693;},'vFiJg':function(_0x54ee34,_0x3f8d70){return _0x54ee34===_0x3f8d70;},'lWcxN':function(_0x54b5d0,_0x5304a1,_0x52fa60){return _0x54b5d0(_0x5304a1,_0x52fa60);},'KBMUk':_0x93737a(0x1ea),'axmag':function(_0x31a668,_0x37e1db){return _0x31a668(_0x37e1db);},'Wzcbc':function(_0x573ed3){return _0x573ed3();},'JddfV':function(_0x21b0c4,_0x43d78d){return _0x21b0c4*_0x43d78d;},'ZDOjG':function(_0x2931f7,_0xef3600,_0x1ba416){return _0x2931f7(_0xef3600,_0x1ba416);},'ZuzHr':_0x93737a(0x25b),'BZOmy':function(_0x57a899,_0x467bfa,_0x3326d9){return _0x57a899(_0x467bfa,_0x3326d9);},'pvvEg':'desiredCapabilities','ovtqV':_0x93737a(0x1f9),'pBqmB':_0x93737a(0x1f1),'EJLcv':'browserStackCwd'};await _0x38e5e9[_0x93737a(0x25f)](_0x83b086),await helper['handleApp'](_0x38e5e9[_0x93737a(0x1de)]);if(!_0x38e5e9[_0x93737a(0x1de)])return;process[_0x93737a(0x23a)]=_0x83b086[_0x93737a(0x23a)];_0x83b086[_0x93737a(0x23a)]&&(process['env'][_0x93737a(0x23a)]=_0x83b086[_0x93737a(0x23a)]);const _0x26942c=_0x7a5185[_0x93737a(0x263)](getUserCodeceptJSConfigs,_0x83b086,_0x4f0996);let _0x590681={};_0x26942c?(logger[_0x93737a(0x1e1)]('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0x26942c),_0x590681=CodeceptJS[_0x93737a(0x1de)][_0x93737a(0x1da)](_0x26942c)):logger[_0x93737a(0x1e1)](_0x7a5185['gSZJn']);let _0x56becb=![];_0x7a5185[_0x93737a(0x263)](nestedKeyValue,_0x590681,[_0x7a5185['RFQMX'],_0x7a5185['EIOKb']])&&(_0x56becb=!![]);const _0x7eccae=_0x56becb?_0x7a5185['EIOKb']:_0x7a5185[_0x93737a(0x1d1)];let _0x518925=!_0x56becb?helper[_0x93737a(0x204)](_0x38e5e9[_0x93737a(0x1de)]):![];!helper[_0x93737a(0x260)](_0x38e5e9['config'][_0x93737a(0x1cf)])&&(process[_0x93737a(0x1f8)][_0x93737a(0x1eb)]=JSON[_0x93737a(0x222)](_0x38e5e9[_0x93737a(0x1de)][_0x93737a(0x1cf)]));let _0x2a9ab7=_0x38e5e9[_0x93737a(0x1de)]['accessibility'];_0x2a9ab7=_0x2a9ab7||_0x7a5185['quvGp'](checkAccessibilityPlatformConfig,_0x38e5e9[_0x93737a(0x1de)]),process[_0x93737a(0x1f8)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x2a9ab7;_0x2a9ab7&&(_0x518925=!_0x2a9ab7);_0x7a5185[_0x93737a(0x1f5)](_0x38e5e9[_0x93737a(0x1de)]['testObservability'],null)?process[_0x93737a(0x1f8)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x38e5e9[_0x93737a(0x1de)][_0x93737a(0x215)]:process['env'][_0x93737a(0x225)]=_0x7a5185[_0x93737a(0x21e)](_0x7eccae,_0x7a5185[_0x93737a(0x1fb)]);const _0xab0616=_0x7a5185['lWcxN'](nestedKeyValue,_0x590681,[_0x7a5185[_0x93737a(0x1cd)]]),_0x31a9ce=_0xab0616&&!helper[_0x93737a(0x25c)](_0xab0616)?FRAMEWORKS[_0x93737a(0x201)]:FRAMEWORKS[_0x93737a(0x1e6)],_0xbe3c8e=await TestHubHandler['launchBuild'](_0x31a9ce,_0x38e5e9);_0x2a9ab7&&_0x7a5185[_0x93737a(0x230)](setAccessibilityCapabilities,_0x38e5e9[_0x93737a(0x1de)]);const _0x2e8571={},_0x430fe2=[],_0x3e5a97=_0x38e5e9[_0x93737a(0x1de)][_0x93737a(0x238)]||helper[_0x93737a(0x25e)](_0x83b086,_0x4f0996,_0x38e5e9[_0x93737a(0x1de)],constants[_0x93737a(0x243)]['CODECEPT'])||0x1;let _0x17e189=0x1;if(_0x7a5185[_0x93737a(0x1e0)](isBrowserstackInfra)){const _0x4cb4d6=helper[_0x93737a(0x1e5)](_0x38e5e9[_0x93737a(0x1de)],_0x518925,constants[_0x93737a(0x243)][_0x93737a(0x1e6)]);_0x4cb4d6['forEach'](_0x39656d=>{helper['setAdditionalCapabilities'](_0x39656d);}),helper[_0x93737a(0x247)](_0x38e5e9[_0x93737a(0x1de)])?_0x17e189=_0x7a5185['JddfV'](_0x3e5a97,_0x38e5e9[_0x93737a(0x1de)][_0x93737a(0x246)][_0x93737a(0x217)]):_0x17e189=_0x3e5a97,_0x4cb4d6[_0x93737a(0x1d6)](_0x10d079=>{const _0x4eac94=_0x93737a,_0x5cfcfa={'yJHxm':function(_0x368175,_0x4d1b27){const _0x2b08d0=a2_0x5e92;return _0x7a5185[_0x2b08d0(0x1c9)](_0x368175,_0x4d1b27);},'ayCfK':function(_0x45260d,_0xb8f724){const _0x3110b4=a2_0x5e92;return _0x7a5185[_0x3110b4(0x1ef)](_0x45260d,_0xb8f724);}},_0x428a40=_0x7a5185[_0x4eac94(0x1c9)](helper[_0x4eac94(0x1f4)](_0x10d079,'_'),'_'+Date['now']()),_0x3e7143=((()=>{const _0x2dee57=_0x4eac94;if(_0x56becb){const _0x328191=pwToCodeceptBrowser[_0x10d079['browserName']]||_0x10d079[_0x2dee57(0x1cc)];return{'browser':_0x328191,[_0x328191]:{'browserWSEndpoint':_0x5cfcfa['yJHxm'](helper[_0x2dee57(0x249)](_0x38e5e9['config']),_0x5cfcfa[_0x2dee57(0x1c3)](encodeURIComponent,JSON[_0x2dee57(0x222)](_0x10d079)))}};}const _0x142d68={};return _0x142d68[_0x2dee57(0x1db)]=_0x10d079,_0x142d68[_0x2dee57(0x209)]=_0x38e5e9[_0x2dee57(0x1de)][_0x2dee57(0x223)],_0x142d68[_0x2dee57(0x1df)]=_0x38e5e9[_0x2dee57(0x1de)][_0x2dee57(0x236)],_0x142d68;})()),_0x42fe47=_0x7a5185[_0x4eac94(0x263)](nestedKeyValue,_0x590681,[_0x7a5185[_0x4eac94(0x1bf)],_0x7eccae]);_0x2e8571[_0x428a40]=_0x42fe47?helper[_0x4eac94(0x202)](_0x3e7143,_0x42fe47):_0x3e7143;if(!_0x56becb){_0x2e8571[_0x428a40][_0x4eac94(0x25b)]=_0x10d079[_0x4eac94(0x1cc)]||_0x3e7143[_0x4eac94(0x25b)];if(_0x7a5185[_0x4eac94(0x220)](isBrowserstackInfra)){_0x2e8571[_0x428a40][_0x4eac94(0x1cb)]=constants[_0x4eac94(0x213)][_0x4eac94(0x1ca)](_0x7a5185[_0x4eac94(0x226)],'')[_0x4eac94(0x1ca)](/https?:\/\//,'');;_0x2e8571[_0x428a40]['path']=_0x7a5185[_0x4eac94(0x226)];}}_0x430fe2['push'](_0x428a40);});}else{_0x17e189=0x1;if(_0x56becb){const _0x1ca7ce=_0x7a5185[_0x93737a(0x25d)](nestedKeyValue,_0x590681,[_0x7a5185[_0x93737a(0x1bf)],_0x7eccae,_0x7a5185['ZuzHr']]),_0x58e996=_0x7a5185[_0x93737a(0x234)](nestedKeyValue,_0x590681,[_0x7a5185['RFQMX'],_0x7eccae,_0x1ca7ce]);if(_0x58e996&&_0x58e996[_0x93737a(0x235)]){const _0x215e9b={};_0x215e9b[_0x93737a(0x246)]=[],_0x58e996['browserWSEndpoint']=helper[_0x93737a(0x1e5)](Object[_0x93737a(0x214)]({},_0x38e5e9[_0x93737a(0x1de)],_0x215e9b),null,_0x31a9ce[_0x93737a(0x1f0)](),null,null,_0x58e996[_0x93737a(0x235)]);}}else{const _0x107d6c={};_0x107d6c[_0x93737a(0x246)]=[],_0x590681[_0x7a5185[_0x93737a(0x1bf)]][_0x7eccae][_0x7a5185[_0x93737a(0x23c)]]=helper['prepareCapabilities'](Object[_0x93737a(0x214)]({},_0x38e5e9[_0x93737a(0x1de)],_0x107d6c),null,_0x31a9ce[_0x93737a(0x1f0)](),_0x7a5185[_0x93737a(0x22d)](nestedKeyValue,_0x590681,[_0x7a5185[_0x93737a(0x1bf)],_0x7eccae,_0x7a5185['pvvEg']])||{},null,null);}_0x2e8571[_0x7a5185[_0x93737a(0x23e)]]=_0x590681,_0x430fe2[_0x93737a(0x253)](_0x7a5185[_0x93737a(0x23e)]);}const _0x18ba6f={};_0x18ba6f[_0x93737a(0x218)]=_0x26942c;const _0x3ee6de=_0x18ba6f,_0x551c50=path[_0x93737a(0x20c)](__dirname,_0x7a5185[_0x93737a(0x207)]),_0x5978f5=process['cwd']();process[_0x93737a(0x1f8)][_0x7a5185[_0x93737a(0x24c)]]=_0x5978f5,process[_0x93737a(0x254)](path[_0x93737a(0x259)](_0x26942c));const _0x5c969f=new CodeceptJS[(_0x93737a(0x203))](null,_0x3ee6de),_0x12b98e=_0x5c969f[_0x93737a(0x1d7)](_0x17e189),_0x17d006=testOpsHelper[_0x93737a(0x1c6)](),_0x4253fc=_0x430fe2[_0x93737a(0x261)](_0x3f486b=>{const _0x4c97a3=_0x93737a,_0xd9939b={};_0xd9939b[_0x4c97a3(0x1ee)]=_0x2e8571[_0x3f486b];const _0x542b24={};_0x542b24[_0x4c97a3(0x1c4)]=_0x2e8571[_0x3f486b];const _0x51ad13=_0x56becb?_0xd9939b:_0x542b24,_0x141080=_0x7a5185['LGdjQ'](getO11yRerunPattern),_0x2db56d={};_0x2db56d['helpers']=_0x51ad13;const _0x3f0fec={};_0x3f0fec[_0x4c97a3(0x20a)]=_0x551c50,_0x3f0fec[_0x4c97a3(0x22a)]=!![],_0x3f0fec['skipSessionName']=_0x38e5e9['config'][_0x4c97a3(0x1c0)][_0x4c97a3(0x221)],_0x3f0fec['skipSessionStatus']=_0x38e5e9[_0x4c97a3(0x1de)][_0x4c97a3(0x1c0)]['skipSessionStatus'],_0x3f0fec[_0x4c97a3(0x215)]=_0x17d006,_0x3f0fec[_0x4c97a3(0x1f6)]=_0x31a9ce;const _0x254cb0={};_0x254cb0[_0x4c97a3(0x208)]=_0x3f0fec;const _0x217a3b={};return _0x217a3b[_0x4c97a3(0x1d0)]=_0x254cb0,helper['mergeDeep']({},_0x590681,_0x7a5185[_0x4c97a3(0x22f)](isBrowserstackInfra)?_0x2db56d:{},_0x141080?{'grep':_0x141080}:{},_0x217a3b);});for(const _0x368a56 of _0x4253fc){for(const _0x1e074e of _0x12b98e){const _0xab1f99=_0x5c969f[_0x93737a(0x1e7)]();_0xab1f99[_0x93737a(0x224)](_0x1e074e),_0xab1f99['addConfig'](_0x368a56);const _0x4b95b8={};_0x4b95b8['config']=_0x26942c,_0xab1f99['addOptions'](Object[_0x93737a(0x214)](_0x4b95b8,_0x83b086));}}_0x5c969f['on'](CodeceptJS[_0x93737a(0x1f3)][_0x93737a(0x20f)][_0x93737a(0x212)],(_0x259634,_0x3dcdf2)=>{const _0x23101b=_0x93737a;console['log'](_0x7a5185[_0x23101b(0x219)],_0x259634[_0x23101b(0x1fc)]);const _0x22d16a={[_0x259634[_0x23101b(0x1fc)]]:_0x259634[_0x23101b(0x258)][_0x23101b(0x251)]};_testErrorData[_0x23101b(0x253)](_0x22d16a);}),_0x5c969f['on'](CodeceptJS[_0x93737a(0x1f3)][_0x93737a(0x20f)][_0x93737a(0x1e2)],async _0x321d84=>{const _0x1f4750=_0x93737a;console[_0x1f4750(0x22e)](_0x7a5185[_0x1f4750(0x255)],_0x321d84[_0x1f4750(0x1fc)]);}),_0x5c969f['on'](CodeceptJS[_0x93737a(0x1f3)][_0x93737a(0x20f)][_0x93737a(0x23f)],async _0x4198fe=>{const _0xbeb90b=_0x93737a;console[_0xbeb90b(0x22e)](_0x7a5185[_0xbeb90b(0x1fa)],_0x4198fe[_0xbeb90b(0x1fc)]);}),_0x5c969f['on'](CodeceptJS[_0x93737a(0x1f3)][_0x93737a(0x1fd)][_0x93737a(0x1c1)],async()=>{const _0x5c4b85=_0x93737a,_0x3bdcd0=_0x7a5185[_0x5c4b85(0x231)][_0x5c4b85(0x20e)]('|');let _0x3d08a6=0x0;while(!![]){switch(_0x3bdcd0[_0x3d08a6++]){case'0':utilities[_0x5c4b85(0x1c2)](_0x38e5e9);continue;case'1':try{await TestHubHandler[_0x5c4b85(0x232)]();}catch(_0x9802d){logger[_0x5c4b85(0x21f)]('Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20'+util[_0x5c4b85(0x1d8)](_0x9802d));}continue;case'2':testOpsHelper[_0x5c4b85(0x210)]();continue;case'3':PerformanceTester[_0x5c4b85(0x240)](PerformanceEvents[_0x5c4b85(0x200)]);continue;case'4':_0x5c969f[_0x5c4b85(0x1d9)]();continue;case'5':_0x38e5e9[_0x5c4b85(0x1e8)]=_testErrorData;continue;}break;}});async function _0x4bbe0b(){const _0x12baae=_0x93737a;try{await _0x5c969f[_0x12baae(0x1c5)](),await _0x5c969f[_0x12baae(0x1c7)]();}finally{process['chdir'](_0x5978f5),await _0x5c969f[_0x12baae(0x21a)]();}}PerformanceTester['end'](PerformanceEvents['SDK_SETUP']),_0x7a5185[_0x93737a(0x1e0)](_0x4bbe0b);}module['exports']=run;function a2_0x2365(){const _0x556fac=['require','Passed\x20:\x20','join','1923299SZSQiN','split','test','printBuildLink','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','failed','hubUrl','assign','testObservability','5099733cgjlst','length','testConfig','SiBGc','teardownAll','1196pPMCFi','firefox','2530knzYlc','vFiJg','debug','LGdjQ','skipSessionName','stringify','userName','addTests','BROWSERSTACK_TEST_OBSERVABILITY_YML','HUJGz','Failed\x20:\x20','process','/wd/hub','enabled','existsSync','../../helpers/performance/constants','lWcxN','log','SYoMR','axmag','yugBL','stop','BROWSERSTACK_RERUN_TESTS','BZOmy','browserWSEndpoint','accessKey','findIndex','parallelsPerPlatform','../../bin/playwright/accessibility-helper','profile','../../helpers/logger','pvvEg','../../helpers/utilities','ovtqV','before','start','Started\x20:\x20','playwright-webkit','FRAMEWORKS','39429RxJpCe','chromium','platforms','validPlatformsPresent','validateRerunTestList','getPlaywrightUrl','codeceptjs/lib/index.js','377112EaMoGF','EJLcv','codecept.json','cwd','JZPkS','../../helpers/BrowserStackSetup','stack','../utils/constants','push','chdir','kzjya','28745HiqzSE','nrfIm','err','dirname','3032546FARrPt','browser','isEmpty','ZDOjG','getUserWorkerCount','initialize','isUndefined','map','codeceptjs','DGygb','RFQMX','testContextOptions','result','finalExecution','ayCfK','WebDriver','bootstrapAll','isTestObservabilitySession','run','util','uvmnJ','replace','host','browserName','KBMUk','30dHvada','accessibilityOptions','plugins','BEjRL','path','../../helpers/helper','webkit','playwright-chromium','forEach','createGroupsOfSuites','format','printResults','load','desiredCapabilities','1193493OlnPkv','winstonLogger','config','key','Wzcbc','info','passed','96gBoNOE','../../helpers/test-observability/constants','prepareCapabilities','CODECEPT','spawn','errorMessage','codecept.conf.js','gherkin','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','../utils/clientTroubleshootingService','../../helpers/performance/performance-tester','Playwright','quvGp','toLowerCase','BrowserStackPlugin.js','slice','event','getPlatformName','OJmSD','frameworkName','../../helpers/test-observability/utils','env','root','FqUEQ','EIOKb','title','all','--config','helpers','SDK_CLEANUP','CODECEPT_CUCUMBER','mergeDeep','Workers','useW3C','2ADVPPx','slLVB','pBqmB','BrowserStackPlugin','user'];a2_0x2365=function(){return _0x556fac;};return a2_0x2365();}
@@ -1 +1 @@
1
- const a3_0x2eb3a5=a3_0x1ac9;(function(_0x4c6c22,_0x5f5598){const _0x5ddbbc=a3_0x1ac9,_0x5684e3=_0x4c6c22();while(!![]){try{const _0x53d156=-parseInt(_0x5ddbbc(0x150))/0x1*(-parseInt(_0x5ddbbc(0x174))/0x2)+-parseInt(_0x5ddbbc(0x147))/0x3*(-parseInt(_0x5ddbbc(0x16c))/0x4)+parseInt(_0x5ddbbc(0x148))/0x5+-parseInt(_0x5ddbbc(0x139))/0x6*(-parseInt(_0x5ddbbc(0x155))/0x7)+parseInt(_0x5ddbbc(0x144))/0x8+-parseInt(_0x5ddbbc(0x14e))/0x9+-parseInt(_0x5ddbbc(0x15e))/0xa;if(_0x53d156===_0x5f5598)break;else _0x5684e3['push'](_0x5684e3['shift']());}catch(_0x1f55ee){_0x5684e3['push'](_0x5684e3['shift']());}}}(a3_0x31f3,0x59340));function a3_0x1ac9(_0x1b86cf,_0x14d659){const _0x31f33c=a3_0x31f3();return a3_0x1ac9=function(_0x1ac94d,_0x247cd9){_0x1ac94d=_0x1ac94d-0x128;let _0x1387bb=_0x31f33c[_0x1ac94d];return _0x1387bb;},a3_0x1ac9(_0x1b86cf,_0x14d659);}const {isUndefined,nestedKeyValue}=require('../../helpers/helper'),logger=require(a3_0x2eb3a5(0x14a))[a3_0x2eb3a5(0x12b)],PlaywrightSessionDetails=require(a3_0x2eb3a5(0x12d)),{isAccessibilityAutomationSession}=require(a3_0x2eb3a5(0x163)),{getObservabilityLinkedProductName}=require('../../helpers/test-observability/utils'),getOSVersionFromCaps=_0x311e75=>{const _0x32fe3a=a3_0x2eb3a5,_0x1f2205={};_0x1f2205[_0x32fe3a(0x151)]=_0x32fe3a(0x177),_0x1f2205[_0x32fe3a(0x14f)]=_0x32fe3a(0x13d),_0x1f2205['WqIVP']=_0x32fe3a(0x178),_0x1f2205['iCHTf']=_0x32fe3a(0x128),_0x1f2205[_0x32fe3a(0x172)]=_0x32fe3a(0x164);const _0x39fd86=_0x1f2205;if(!_0x311e75)return null;const _0x3c162e=_0x311e75[_0x39fd86[_0x32fe3a(0x151)]],_0x14ac6a=[_0x39fd86[_0x32fe3a(0x14f)],_0x39fd86[_0x32fe3a(0x166)],_0x39fd86[_0x32fe3a(0x14c)],_0x39fd86['RIqeJ']];for(const _0x1111d6 of _0x14ac6a){if(_0x3c162e&&_0x3c162e[_0x1111d6])return _0x3c162e[_0x1111d6];else{if(_0x311e75[_0x1111d6])return _0x311e75[_0x1111d6];}}return null;};exports[a3_0x2eb3a5(0x16a)]=_0x5cea9f=>{const _0xc05e93=a3_0x2eb3a5,_0x56ce0b={'aQZKR':_0xc05e93(0x16b),'vVKVi':function(_0x642815,_0x3c3d61){return _0x642815===_0x3c3d61;},'qRebo':_0xc05e93(0x16f),'Ozfyz':function(_0x2d1bda,_0x78b85b){return _0x2d1bda(_0x78b85b);},'YxAIT':function(_0x3478ea,_0xdf420f,_0x317b13){return _0x3478ea(_0xdf420f,_0x317b13);},'zJluU':_0xc05e93(0x173),'qVcve':_0xc05e93(0x134),'SLJHN':function(_0x277d48,_0x527475){return _0x277d48===_0x527475;},'gYCdc':_0xc05e93(0x176),'GXNxT':function(_0x2cce02,_0x7ddcbb,_0x38e892){return _0x2cce02(_0x7ddcbb,_0x38e892);},'qCMFf':_0xc05e93(0x13b),'aXHTr':'browserWSEndpoint','zVMlN':_0xc05e93(0x169),'RsHOi':function(_0x5d1db9,_0x42c833){return _0x5d1db9(_0x42c833);}};if(!_0x5cea9f)return null;let _0x2e08da=global[_0xc05e93(0x142)]||_0x56ce0b[_0xc05e93(0x152)];if(_0x56ce0b[_0xc05e93(0x160)](_0x5cea9f[_0xc05e93(0x158)]['name'],_0x56ce0b['qRebo'])){const _0x23270d=_0x5cea9f[_0xc05e93(0x13b)];if(!_0x23270d)return null;const _0x273440=_0x23270d['capabilities'],_0x38cd74=_0x56ce0b['Ozfyz'](getOSVersionFromCaps,_0x56ce0b[_0xc05e93(0x130)](nestedKeyValue,_0x5cea9f,[_0x56ce0b[_0xc05e93(0x154)],_0x56ce0b[_0xc05e93(0x149)]]));return{[_0x2e08da]:{'browser':_0x273440[_0xc05e93(0x15b)],'browser_version':_0x273440[_0xc05e93(0x170)],'capabilities':_0x273440,'platform':_0x273440[_0xc05e93(0x161)],'platform_version':_0x273440[_0xc05e93(0x13d)]||_0x38cd74,'product':_0x56ce0b['Ozfyz'](getObservabilityLinkedProductName,_0x273440),'session_id':_0x23270d[_0xc05e93(0x157)]}};}else{if(_0x56ce0b['SLJHN'](_0x5cea9f[_0xc05e93(0x158)][_0xc05e93(0x14b)],_0x56ce0b['gYCdc'])){const _0x5cdd39=PlaywrightSessionDetails[_0xc05e93(0x12c)]();_0x2e08da=_0x5cdd39[_0xc05e93(0x131)]||_0x2e08da;const _0x107f4d=_0x56ce0b[_0xc05e93(0x12e)](nestedKeyValue,_0x5cea9f,[_0x56ce0b[_0xc05e93(0x154)],_0x56ce0b[_0xc05e93(0x13e)],_0x56ce0b[_0xc05e93(0x15f)]]),_0x4bda70=_0x107f4d?JSON[_0xc05e93(0x168)](new URL(_0x107f4d)[_0xc05e93(0x146)][_0xc05e93(0x141)](_0x56ce0b['zVMlN'])):{};return{[_0x2e08da]:{'browser':_0x5cdd39[_0xc05e93(0x13b)]||_0x4bda70[_0xc05e93(0x15b)],'browser_version':_0x5cdd39[_0xc05e93(0x12f)]||_0x4bda70['browser_version'],'capabilities':_0x4bda70,'platform':_0x5cdd39[_0xc05e93(0x129)],'platform_version':_0x5cdd39['platform_version'],'product':_0x56ce0b[_0xc05e93(0x135)](getObservabilityLinkedProductName,_0x4bda70),'session_id':_0x5cdd39[_0xc05e93(0x15c)]}};}}},exports[a3_0x2eb3a5(0x138)]=_0x1489fa=>{const _0x5895a0=a3_0x2eb3a5,_0x539617={'IaSDv':function(_0x38f9c0){return _0x38f9c0();},'NhLym':function(_0x4e6834,_0x1c2f9d){return _0x4e6834===_0x1c2f9d;},'HhzuS':_0x5895a0(0x14d),'oPtWS':function(_0x40255c,_0x4b31f1){return _0x40255c>_0x4b31f1;},'zmgfK':function(_0x34311d,_0x52c545){return _0x34311d(_0x52c545);},'MfFBq':_0x5895a0(0x140),'zEbIG':function(_0x122097,_0x1e718f){return _0x122097===_0x1e718f;},'XdERn':'chrome','fLQiO':function(_0xd5302d,_0x57f7f9){return _0xd5302d===_0x57f7f9;},'fvsvO':'playwright-chromium','tNFzW':_0x5895a0(0x179),'qYHMQ':_0x5895a0(0x165)};if(_0x539617['IaSDv'](isAccessibilityAutomationSession)){const _0x1983e9=_0x1489fa['browser'],_0x231b5a=_0x1983e9['capabilities'];global[_0x5895a0(0x15d)]=!![],!(_0x539617[_0x5895a0(0x162)](_0x231b5a[_0x5895a0(0x170)],_0x539617[_0x5895a0(0x16e)])||_0x539617[_0x5895a0(0x13c)](_0x539617[_0x5895a0(0x13f)](parseInt,_0x231b5a['browserVersion']),0x5e))&&(logger[_0x5895a0(0x167)](_0x539617[_0x5895a0(0x136)]),global[_0x5895a0(0x15d)]=![]),!(_0x539617['zEbIG'](_0x231b5a[_0x5895a0(0x15b)],_0x539617[_0x5895a0(0x15a)])||_0x539617[_0x5895a0(0x175)](_0x231b5a[_0x5895a0(0x15b)],_0x539617[_0x5895a0(0x137)]))&&(logger[_0x5895a0(0x167)](_0x539617[_0x5895a0(0x159)]),global[_0x5895a0(0x15d)]=![]),!_0x539617[_0x5895a0(0x13f)](isUndefined,_0x231b5a[_0x5895a0(0x13a)])&&(logger[_0x5895a0(0x167)](_0x539617[_0x5895a0(0x132)]),global[_0x5895a0(0x15d)]=![]);}},exports[a3_0x2eb3a5(0x171)]=_0x4cc0ab=>{const _0x241059=a3_0x2eb3a5,_0x1dcd73={};_0x1dcd73[_0x241059(0x145)]=function(_0x82cc79,_0x29cdec){return _0x82cc79!==_0x29cdec;},_0x1dcd73[_0x241059(0x133)]=_0x241059(0x153),_0x1dcd73['mErdb']=_0x241059(0x156),_0x1dcd73[_0x241059(0x12a)]=_0x241059(0x16d);const _0x3d5ed7=_0x1dcd73;if(!_0x4cc0ab)return![];else{if(_0x3d5ed7[_0x241059(0x145)](typeof _0x4cc0ab,_0x3d5ed7[_0x241059(0x133)]))return!![];}return!_0x4cc0ab[_0x241059(0x143)](_0x3d5ed7['mErdb'])&&!_0x4cc0ab['includes'](_0x3d5ed7['llYLM']);};function a3_0x31f3(){const _0x52b91d=['latest','475731oiBMrV','ZxjdL','644399eMTaGk','VWXPj','aQZKR','string','zJluU','98ROmbiq','browserstack_executor','sessionId','constructor','tNFzW','XdERn','browserName','bsSessionId','accessibilityPlatform','19515640hBuWwK','aXHTr','vVKVi','platformName','NhLym','../../helpers/accessibility-automation/helper','os_version','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','WqIVP','warn','parse','caps','fetchPlatformDetails','unknown_grid','60836XIDGxr','browserstack_accessibility_automation_script','HhzuS','WebDriver','browserVersion','shouldPatchExecuteScript','RIqeJ','config','2MVcZKx','fLQiO','Playwright','bstack:options','platform_version','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','osVersion','platform','llYLM','winstonLogger','getDetails','../../bin/playwright/sessionDetails','GXNxT','browser_version','YxAIT','cloudProvider','qYHMQ','MQJjZ','desiredCapabilities','RsHOi','MfFBq','fvsvO','processWebDriverConfig','170916WBRyan','deviceName','browser','oPtWS','platformVersion','qCMFf','zmgfK','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','get','__cloud_provider___','includes','2490456eHmbIr','yJjps','searchParams','87aDAVvf','2871140ZqWkQR','qVcve','../../helpers/logger','name','iCHTf'];a3_0x31f3=function(){return _0x52b91d;};return a3_0x31f3();}
1
+ const a3_0x431859=a3_0xa210;(function(_0x29bdef,_0x551ab6){const _0x2c0079=a3_0xa210,_0xc7608=_0x29bdef();while(!![]){try{const _0xaee3e0=parseInt(_0x2c0079(0x10b))/0x1+parseInt(_0x2c0079(0x122))/0x2*(parseInt(_0x2c0079(0x119))/0x3)+parseInt(_0x2c0079(0x129))/0x4+parseInt(_0x2c0079(0x108))/0x5+-parseInt(_0x2c0079(0x11e))/0x6*(-parseInt(_0x2c0079(0x12f))/0x7)+-parseInt(_0x2c0079(0x134))/0x8+parseInt(_0x2c0079(0x10e))/0x9*(-parseInt(_0x2c0079(0x133))/0xa);if(_0xaee3e0===_0x551ab6)break;else _0xc7608['push'](_0xc7608['shift']());}catch(_0x5b8439){_0xc7608['push'](_0xc7608['shift']());}}}(a3_0x2d62,0x94d7c));function a3_0xa210(_0x322961,_0x3b156c){const _0x2d62d5=a3_0x2d62();return a3_0xa210=function(_0xa2102,_0x558654){_0xa2102=_0xa2102-0xee;let _0x417b24=_0x2d62d5[_0xa2102];return _0x417b24;},a3_0xa210(_0x322961,_0x3b156c);}function a3_0x2d62(){const _0x116862=['WFAxi','chrome','../../bin/playwright/sessionDetails','get','YUQKu','accessibilityPlatform','YavpN','KOrFF','parse','fOvuI','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','playwright-chromium','string','cGzdT','__cloud_provider___','bstack:options','browser_version','SDtyJ','unknown_grid','sessionId','tTMAg','platformVersion','../../helpers/helper','desiredCapabilities','BdSQV','NDsPg','../../helpers/logger','fetchPlatformDetails','lZqVE','constructor','config','5793785IGEhDf','WebDriver','eUvVV','546555usnVgJ','browserWSEndpoint','../../helpers/test-observability/utils','25420257NaVibt','browserstack_accessibility_automation_script','browserName','aFTqs','name','browserstack_executor','os_version','CxiuY','capabilities','../../helpers/accessibility-automation/helper','TRkWT','26340rdLbHS','getDetails','browserVersion','BfjEj','fiyrI','13134SxZYUk','bufSn','platformName','Rtjyu','238WqvIQb','platform_version','browser','lImNk','PYWAb','winstonLogger','rBSAX','1383124VyuuSj','shouldPatchExecuteScript','wiZWM','tyLay','koRlT','HebLf','1393EBlVTU','platform','latest','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','10INIGwo','779128NgpCxy','nhivy','warn','osVersion'];a3_0x2d62=function(){return _0x116862;};return a3_0x2d62();}const {isUndefined,nestedKeyValue}=require(a3_0x431859(0xff)),logger=require(a3_0x431859(0x103))[a3_0x431859(0x127)],PlaywrightSessionDetails=require(a3_0x431859(0x13a)),{isAccessibilityAutomationSession}=require(a3_0x431859(0x117)),{getObservabilityLinkedProductName}=require(a3_0x431859(0x10d)),getOSVersionFromCaps=_0x5aeff6=>{const _0x4816cb=a3_0x431859,_0x44ef5b={};_0x44ef5b[_0x4816cb(0x12d)]=_0x4816cb(0xf8),_0x44ef5b[_0x4816cb(0x10a)]=_0x4816cb(0xfe),_0x44ef5b['cDStZ']='platform_version',_0x44ef5b['RqsUL']=_0x4816cb(0x137),_0x44ef5b['lZqVE']=_0x4816cb(0x114);const _0x528156=_0x44ef5b;if(!_0x5aeff6)return null;const _0x4b8410=_0x5aeff6[_0x528156[_0x4816cb(0x12d)]],_0x3a9d2d=[_0x528156[_0x4816cb(0x10a)],_0x528156['cDStZ'],_0x528156['RqsUL'],_0x528156[_0x4816cb(0x105)]];for(const _0x27c79f of _0x3a9d2d){if(_0x4b8410&&_0x4b8410[_0x27c79f])return _0x4b8410[_0x27c79f];else{if(_0x5aeff6[_0x27c79f])return _0x5aeff6[_0x27c79f];}}return null;};exports[a3_0x431859(0x104)]=_0x1ede9f=>{const _0x9aca32=a3_0x431859,_0x17db77={'WFAxi':_0x9aca32(0xfb),'BdSQV':function(_0x33e835,_0x3188e0){return _0x33e835===_0x3188e0;},'KOrFF':_0x9aca32(0x109),'nhivy':function(_0xa0a27a,_0x53d394){return _0xa0a27a(_0x53d394);},'lImNk':function(_0x119142,_0x238596,_0x5bbb7d){return _0x119142(_0x238596,_0x5bbb7d);},'CxiuY':_0x9aca32(0x107),'tTMAg':_0x9aca32(0x100),'efRtk':function(_0x57bcdd,_0x255bf2){return _0x57bcdd===_0x255bf2;},'fiyrI':'Playwright','zqpum':_0x9aca32(0x124),'aFTqs':_0x9aca32(0x10c),'rBSAX':'caps','SDtyJ':function(_0x1fdeab,_0x2e0d0e){return _0x1fdeab(_0x2e0d0e);}};if(!_0x1ede9f)return null;let _0x616b7d=global[_0x9aca32(0xf7)]||_0x17db77[_0x9aca32(0x138)];if(_0x17db77[_0x9aca32(0x101)](_0x1ede9f['constructor'][_0x9aca32(0x112)],_0x17db77[_0x9aca32(0xf0)])){const _0x4e5fd9=_0x1ede9f[_0x9aca32(0x124)];if(!_0x4e5fd9)return null;const _0x1cb0ef=_0x4e5fd9[_0x9aca32(0x116)],_0x4a0ad6=_0x17db77[_0x9aca32(0x135)](getOSVersionFromCaps,_0x17db77[_0x9aca32(0x125)](nestedKeyValue,_0x1ede9f,[_0x17db77[_0x9aca32(0x115)],_0x17db77[_0x9aca32(0xfd)]]));return{[_0x616b7d]:{'browser':_0x1cb0ef[_0x9aca32(0x110)],'browser_version':_0x1cb0ef[_0x9aca32(0x11b)],'capabilities':_0x1cb0ef,'platform':_0x1cb0ef[_0x9aca32(0x120)],'platform_version':_0x1cb0ef[_0x9aca32(0xfe)]||_0x4a0ad6,'product':_0x17db77[_0x9aca32(0x135)](getObservabilityLinkedProductName,_0x1cb0ef),'session_id':_0x4e5fd9[_0x9aca32(0xfc)]}};}else{if(_0x17db77['efRtk'](_0x1ede9f[_0x9aca32(0x106)][_0x9aca32(0x112)],_0x17db77[_0x9aca32(0x11d)])){const _0x12b9a7=PlaywrightSessionDetails[_0x9aca32(0x11a)]();_0x616b7d=_0x12b9a7['cloudProvider']||_0x616b7d;const _0x5cc3c2=_0x17db77['lImNk'](nestedKeyValue,_0x1ede9f,[_0x17db77[_0x9aca32(0x115)],_0x17db77['zqpum'],_0x17db77[_0x9aca32(0x111)]]),_0x30226d=_0x5cc3c2?JSON[_0x9aca32(0xf1)](new URL(_0x5cc3c2)['searchParams'][_0x9aca32(0x13b)](_0x17db77[_0x9aca32(0x128)])):{};return{[_0x616b7d]:{'browser':_0x12b9a7[_0x9aca32(0x124)]||_0x30226d[_0x9aca32(0x110)],'browser_version':_0x12b9a7[_0x9aca32(0xf9)]||_0x30226d[_0x9aca32(0xf9)],'capabilities':_0x30226d,'platform':_0x12b9a7[_0x9aca32(0x130)],'platform_version':_0x12b9a7[_0x9aca32(0x123)],'product':_0x17db77[_0x9aca32(0xfa)](getObservabilityLinkedProductName,_0x30226d),'session_id':_0x12b9a7['bsSessionId']}};}}},exports['processWebDriverConfig']=_0x201b36=>{const _0x176130=a3_0x431859,_0x54ebcd={'HebLf':function(_0x3548ed){return _0x3548ed();},'NDsPg':function(_0x4ce5be,_0x44db2b){return _0x4ce5be===_0x44db2b;},'YUQKu':_0x176130(0x131),'tyLay':function(_0x1a8219,_0x245de3){return _0x1a8219>_0x245de3;},'wiZWM':function(_0xd49f35,_0x157a4f){return _0xd49f35(_0x157a4f);},'Rtjyu':_0x176130(0x132),'cGzdT':_0x176130(0x139),'TRkWT':_0x176130(0xf4),'JgMUi':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','fOvuI':_0x176130(0xf3)};if(_0x54ebcd[_0x176130(0x12e)](isAccessibilityAutomationSession)){const _0x1df576=_0x201b36[_0x176130(0x124)],_0xbc0994=_0x1df576[_0x176130(0x116)];global[_0x176130(0xee)]=!![],!(_0x54ebcd[_0x176130(0x102)](_0xbc0994[_0x176130(0x11b)],_0x54ebcd[_0x176130(0x13c)])||_0x54ebcd[_0x176130(0x12c)](_0x54ebcd[_0x176130(0x12b)](parseInt,_0xbc0994[_0x176130(0x11b)]),0x5e))&&(logger['warn'](_0x54ebcd[_0x176130(0x121)]),global[_0x176130(0xee)]=![]),!(_0x54ebcd[_0x176130(0x102)](_0xbc0994['browserName'],_0x54ebcd[_0x176130(0xf6)])||_0x54ebcd[_0x176130(0x102)](_0xbc0994[_0x176130(0x110)],_0x54ebcd[_0x176130(0x118)]))&&(logger[_0x176130(0x136)](_0x54ebcd['JgMUi']),global[_0x176130(0xee)]=![]),!_0x54ebcd[_0x176130(0x12b)](isUndefined,_0xbc0994['deviceName'])&&(logger['warn'](_0x54ebcd[_0x176130(0xf2)]),global[_0x176130(0xee)]=![]);}},exports[a3_0x431859(0x12a)]=_0x41e6f5=>{const _0x588f1c=a3_0x431859,_0x4e4c2b={};_0x4e4c2b[_0x588f1c(0x126)]=function(_0x2d5d67,_0x46574d){return _0x2d5d67!==_0x46574d;},_0x4e4c2b[_0x588f1c(0x11c)]=_0x588f1c(0xf5),_0x4e4c2b['YavpN']=_0x588f1c(0x113),_0x4e4c2b[_0x588f1c(0x11f)]=_0x588f1c(0x10f);const _0x2876a7=_0x4e4c2b;if(!_0x41e6f5)return![];else{if(_0x2876a7[_0x588f1c(0x126)](typeof _0x41e6f5,_0x2876a7[_0x588f1c(0x11c)]))return!![];}return!_0x41e6f5['includes'](_0x2876a7[_0x588f1c(0xef)])&&!_0x41e6f5['includes'](_0x2876a7['bufSn']);};
@@ -1 +1 @@
1
- const a4_0x4c8713=a4_0x12b9;function a4_0x12b9(_0x4fea2b,_0x33c0db){const _0x53578d=a4_0x5357();return a4_0x12b9=function(_0x12b944,_0x315aeb){_0x12b944=_0x12b944-0x191;let _0xf8318=_0x53578d[_0x12b944];return _0xf8318;},a4_0x12b9(_0x4fea2b,_0x33c0db);}(function(_0x4c7d62,_0x282d4d){const _0x2fa7a7=a4_0x12b9,_0x3839e5=_0x4c7d62();while(!![]){try{const _0x15621d=parseInt(_0x2fa7a7(0x1c3))/0x1+parseInt(_0x2fa7a7(0x1e9))/0x2*(-parseInt(_0x2fa7a7(0x20e))/0x3)+parseInt(_0x2fa7a7(0x1e6))/0x4*(parseInt(_0x2fa7a7(0x269))/0x5)+parseInt(_0x2fa7a7(0x28a))/0x6*(-parseInt(_0x2fa7a7(0x243))/0x7)+-parseInt(_0x2fa7a7(0x20a))/0x8+parseInt(_0x2fa7a7(0x200))/0x9*(-parseInt(_0x2fa7a7(0x291))/0xa)+-parseInt(_0x2fa7a7(0x1aa))/0xb*(-parseInt(_0x2fa7a7(0x1b4))/0xc);if(_0x15621d===_0x282d4d)break;else _0x3839e5['push'](_0x3839e5['shift']());}catch(_0x514218){_0x3839e5['push'](_0x3839e5['shift']());}}}(a4_0x5357,0x8b636));const path=require(a4_0x4c8713(0x263)),fs=require('fs'),{v4:uuidv4}=require(a4_0x4c8713(0x280)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x4c8713(0x1b2)),testOpsHelper=require(a4_0x4c8713(0x1d6)),{getTestEnv}=require(a4_0x4c8713(0x1cb)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),logger=require(a4_0x4c8713(0x242))['winstonLogger'],SessionHandler=require(a4_0x4c8713(0x1b9)),RequestQueueHandler=require(a4_0x4c8713(0x289)),PlaywrightSessionDetails=require(a4_0x4c8713(0x1a6)),debug=testOpsHelper[a4_0x4c8713(0x1e1)],{processAccessibilityCaps}=require(a4_0x4c8713(0x1bb)),Constants=require(a4_0x4c8713(0x1e5)),{fetchPlatformDetails}=require('./helper.js'),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x4c8713(0x194)),constants=require(a4_0x4c8713(0x1e5)),STATE_PASSED=a4_0x4c8713(0x241),STATE_FAILED=a4_0x4c8713(0x239),a4_0x1779dd={};function a4_0x5357(){const _0x54d4c8=['LogCreated','NRsep','TestRunSkipped','AVCLu','Evdea','iwUZK','getCBTInfo','lib','concat','body','akTay','tTBmN','proqy','BROWSERSTACK','failed','zLXha','failure','YIUSa','getTime','uEBSF','MISQp','stepAnalyticsId','passed','../../helpers/logger','7ZtuUNl','feature','TEST_RUN_SKIPPED','expanded','O11yHelper','prefixTestPath','STATE_FAILED','prototype','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','HookRunFinished','yePgC','aIsUv','stop','removeAllListeners','inspect','match','push','CoOtS','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','driver','_testEnv','veoJb','sendCBTInfo','test_run','client','errorsDetailed','PathHelper','toString','BvJYZ','hPjJR','shutdown','find','path','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','cwd','CBgoT','SWQbB','suites','422020dhWYwi','currentHook','qUBev','adnOI','browserType.js','replace','getHierarchy','Xftjc','location_prefix','now','TEST_REPORTING_ANALYTICS','util','hook_run','razWG','rilUN','ctx','length','DlNna','pending','success','wluPk','integrations','ldDwD','uuid','failureData','dEwXY','apply','IdkYw','duration','findGitConfig','WXQsV','hhzDi','../../helpers/test-observability/requestQueueHandler','222162IhnDqR','file','text','status','NHJpF','currentTest','qnTjr','10650190TIThjY','APwtk','TestRunFinished','fmauu','finished_at','../../helpers/testhub/utils.js','join','KtjNz','started','vTUdh','mapTestHooks','config','mTYVP','UZcRK','bs:addLog:','testAnalyticsId','bddSteps','title','cXjCT','appendTestItemLog','puyOM','accessibilityPlatform','TEST_RUN_STARTED','../playwright/sessionDetails','vRzio','hook_run_uuid','frameworkName','11nKwuoW','backtrace','OrsCT','name','nccqt','retryOf','UsLcE','pid','../../helpers/helper','eQfQy','40052316QRoiey','wsEndpoint','Failed\x20to\x20parse\x20wsendpoint\x20','exports','GXJbx','../../helpers/test-observability/sessionHandler','toUpperCase','../playwright/accessibility-helper','TEST_RUN_FINISHED','PtuVc','__platformCaps','sep','hgBRO','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','CDsZr','77649YfdQxM','getHooksForTest','1|2|3|5|4|0','FPuzL','BrowserType','VDYZN','PLAYWRIGHT_HUB_URL','hookAnalyticsId','../mocha/test-observability/mochaUtils','aFvAs','STATE_PASSED','defineProperty','err','_afterEach','TestRunStarted','GsxMw','hook','ulzzY','PgzSV','../../helpers/test-observability/utils','startedAt','markedStatus','WazVB','bygRp','sIaHW','GxYnY','ztXjE','dirname','kWdkz','failure_backtrace','debug','namgl','forEach','statSync','../utils/constants','20zgpEzR','hook_type','lMEJr','262scBaMu','string','_beforeEach','getHookType','FSwEC','setupBrowserDetails','qgCpZ','\x20with\x20error\x20:\x20','aSXjR','CjRNt','XqNfH','test','RxXjH','javascript','TeHHN','event_type','getInstance','codeceptjs','meta','.git','sJjFO','CxNbl','HOOK_RUN_FINISHED','9dvGsvc','CBTSessionCreated','CZqmX','bind','Playwright','then','_paths','skipped','split','gmOZO','8479368JeDArE','test_run_uuid','Vcraj','patchConsoleLogger','25293RKrbDV','initializeBddStep','YHbqt','XtAhe','_afterAll','uNEfw','qbNuT','fullTitle','obsBrowserTypeMockApplied','_beforeAll','cXSXS','iCkTV','result','hooks','parent','browserstack','Tlppv','uuejR','finished','enabled','fireEvent','connect','keyword','getRootParentFile','tags','groups','toISOString','uploadEventData','toLowerCase'];a4_0x5357=function(){return _0x54d4c8;};return a4_0x5357();}a4_0x1779dd[a4_0x4c8713(0x1a5)]=a4_0x4c8713(0x1d1),a4_0x1779dd[a4_0x4c8713(0x1bc)]=a4_0x4c8713(0x191),a4_0x1779dd[a4_0x4c8713(0x245)]=a4_0x4c8713(0x22d),a4_0x1779dd['HOOK_RUN_STARTED']='HookRunStarted',a4_0x1779dd[a4_0x4c8713(0x1ff)]=a4_0x4c8713(0x24c);const TEST_EVENTS=a4_0x1779dd,parseEvent=_0x52bb3e=>{const _0x5f0419=a4_0x4c8713,_0x13e6d6={};_0x13e6d6[_0x5f0419(0x19b)]=function(_0x8ad849,_0x3da0ed){return _0x8ad849<_0x3da0ed;},_0x13e6d6[_0x5f0419(0x1da)]=function(_0x5970d2,_0x160d65){return _0x5970d2===_0x160d65;},_0x13e6d6[_0x5f0419(0x25f)]=_0x5f0419(0x1f4),_0x13e6d6[_0x5f0419(0x1fe)]='hook',_0x13e6d6['XqNfH']=function(_0x49bd26,_0x5426af){return _0x49bd26===_0x5426af;},_0x13e6d6[_0x5f0419(0x1d4)]=_0x5f0419(0x207),_0x13e6d6[_0x5f0419(0x1c0)]=function(_0x3b75e3,_0x4d01b0){return _0x3b75e3===_0x4d01b0;},_0x13e6d6[_0x5f0419(0x196)]=_0x5f0419(0x197),_0x13e6d6[_0x5f0419(0x210)]=_0x5f0419(0x220);const _0x31ff75=_0x13e6d6,_0x447089=_0x52bb3e['match'](/^(.*)Run(.*)$/);if(!_0x447089)return null;if(_0x31ff75[_0x5f0419(0x19b)](_0x447089[_0x5f0419(0x279)],0x3))return null;const _0xba9de0=_0x447089[0x1][_0x5f0419(0x22a)](),_0x34ca02=_0x447089[0x2][_0x5f0419(0x22a)]();return{'test':_0x31ff75['bygRp'](_0xba9de0,_0x31ff75[_0x5f0419(0x25f)]),'hook':_0x31ff75[_0x5f0419(0x1da)](_0xba9de0,_0x31ff75['CxNbl']),'skipped':_0x31ff75['XqNfH'](_0x34ca02,_0x31ff75['ulzzY']),'started':_0x31ff75[_0x5f0419(0x1c0)](_0x34ca02,_0x31ff75['KtjNz']),'finished':_0x31ff75[_0x5f0419(0x1f3)](_0x34ca02,_0x31ff75[_0x5f0419(0x210)])};},mockPWBrowserType=_0x4e6147=>{const _0x3a2840=a4_0x4c8713,_0x565679={'iCkTV':function(_0x4120de,_0x5ef941){return _0x4120de===_0x5ef941;},'OrsCT':_0x3a2840(0x1ea),'tsrvj':function(_0xaeaa9e,_0x814097,_0x535e90){return _0xaeaa9e(_0x814097,_0x535e90);},'PgzSV':'wsEndpoint','IdkYw':function(_0x4d691f,_0x2c73ea){return _0x4d691f(_0x2c73ea);},'sIaHW':_0x3a2840(0x21d),'lsxXV':function(_0x146085,_0x126be9,_0x503c6a){return _0x146085(_0x126be9,_0x503c6a);},'WazVB':function(_0x55f183,_0x18e16f){return _0x55f183(_0x18e16f);},'rVNhJ':_0x3a2840(0x232),'rNLXp':_0x3a2840(0x25b),'CDsZr':_0x3a2840(0x26d),'UZcRK':function(_0x12fbc3,_0xf9039){return _0x12fbc3(_0xf9039);},'yePgC':'Not\x20able\x20to\x20import\x20Browser','Tlppv':_0x3a2840(0x223),'GxYnY':'launch'},_0x13f9e1=path[_0x3a2840(0x195)](_0x565679['rVNhJ'],_0x565679['rNLXp'],_0x565679[_0x3a2840(0x1c2)]),_0x92a64d=_0x565679[_0x3a2840(0x19c)](importFileFromPWCore,_0x13f9e1);if(!_0x92a64d){_0x565679[_0x3a2840(0x19c)](debug,_0x565679[_0x3a2840(0x24d)]);return;}const _0x3d0c53=_0x92a64d[_0x3a2840(0x1c7)],_0x5233ec=_0x3d0c53[_0x3a2840(0x24a)];if(_0x5233ec[_0x3a2840(0x216)])return;const _0x58f2e2=_0x5233ec[_0x3a2840(0x223)];Object['defineProperty'](_0x5233ec,_0x565679[_0x3a2840(0x21e)],{'get':function(){const _0x2a012d=_0x3a2840,_0x3e7b75={'qbNuT':function(_0x375e4b,_0x289cc2){const _0x18f626=a4_0x12b9;return _0x565679[_0x18f626(0x219)](_0x375e4b,_0x289cc2);},'Xftjc':_0x565679[_0x2a012d(0x1ac)],'RxXjH':function(_0x59506c,_0x352897,_0x5cd42f){return _0x565679['tsrvj'](_0x59506c,_0x352897,_0x5cd42f);},'akTay':_0x565679[_0x2a012d(0x1d5)],'VDYZN':function(_0x47206c,_0x30621d){const _0x56614a=_0x2a012d;return _0x565679[_0x56614a(0x284)](_0x47206c,_0x30621d);},'hhzDi':_0x565679[_0x2a012d(0x1db)],'qgCpZ':function(_0x5a37d5,_0x3d2149,_0x4e1cb3){return _0x565679['lsxXV'](_0x5a37d5,_0x3d2149,_0x4e1cb3);},'QZDYE':function(_0x223b09,_0x4477cc){const _0x35b9a7=_0x2a012d;return _0x565679[_0x35b9a7(0x1d9)](_0x223b09,_0x4477cc);}};return async function _0xcc41fa(_0x3498fd,_0x2756b9){const _0x555de1=_0x2a012d,_0x3541a9={'MEVNo':function(_0x13a9de,_0x495bcb){const _0x302f56=a4_0x12b9;return _0x3e7b75[_0x302f56(0x214)](_0x13a9de,_0x495bcb);},'tTBmN':_0x3e7b75[_0x555de1(0x270)]},_0x13e0b2=_0x3e7b75[_0x555de1(0x1f5)](nestedKeyValue,_0x3498fd,[_0x3e7b75[_0x555de1(0x235)]])||_0x3498fd;let _0x5afd24=null,_0x47e3a2=null;try{[_0x47e3a2,_0x5afd24]=_0x13e0b2?_0x3e7b75[_0x555de1(0x1c8)](parseWSEndpoint,_0x13e0b2):[null,null],global[_0x555de1(0x1be)]=_0x5afd24,logger[_0x555de1(0x1e1)]('Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20'+_0x47e3a2),_0x47e3a2['includes'](Constants[_0x555de1(0x238)])&&(global['__cloud_provider___']=_0x3e7b75[_0x555de1(0x288)]);}catch(_0x2d85dd){logger[_0x555de1(0x1e1)](_0x555de1(0x1b6)+_0x13e0b2+'\x20'+_0x2d85dd);}_0x3e7b75[_0x555de1(0x1ef)](processAccessibilityCaps,_0x5afd24,_0x47e3a2);if(global[_0x555de1(0x1a4)]){const _0xa3e0b1=await _0x5233ec['connectOverCDP'][_0x555de1(0x283)](this,[''+Constants[_0x555de1(0x1c9)]+_0x3e7b75['QZDYE'](encodeURIComponent,JSON['stringify'](_0x5afd24))]);return PlaywrightSessionDetails[_0x555de1(0x1ee)](_0xa3e0b1,_0x4e6147,_0x13e0b2),_0xa3e0b1;}return _0x58f2e2[_0x555de1(0x283)](this,arguments)[_0x555de1(0x205)](_0x5c0d46=>{const _0x3d1a65=_0x555de1;let _0x3355b2=_0x3498fd[_0x3d1a65(0x1b5)];return _0x3541a9['MEVNo'](typeof _0x3498fd,_0x3541a9[_0x3d1a65(0x236)])&&(_0x3355b2=_0x3498fd),PlaywrightSessionDetails[_0x3d1a65(0x1ee)](_0x5c0d46,_0x4e6147,_0x3355b2),_0x5c0d46;});};}});const _0x18038e=_0x5233ec['launch'];Object[_0x3a2840(0x1ce)](_0x5233ec,_0x565679[_0x3a2840(0x1dc)],{'get':function(){return async function _0x4090ca(){const _0x50f30c=a4_0x12b9;return _0x18038e[_0x50f30c(0x283)](this,arguments)[_0x50f30c(0x205)](_0x243eff=>{const _0x32edf0=_0x50f30c;return PlaywrightSessionDetails[_0x32edf0(0x1ee)](_0x243eff,null),_0x243eff;});};}});};class O11yHelper{[a4_0x4c8713(0x28f)]=null;[a4_0x4c8713(0x26a)]=null;[a4_0x4c8713(0x221)]=![];[a4_0x4c8713(0x1a9)]=![];constructor(_0x302e30,_0x3745b5){const _0x26757b=a4_0x4c8713,_0x29fa0b={'PtuVc':_0x26757b(0x1c5),'eQfQy':function(_0x317323,_0x47cfc4){return _0x317323===_0x47cfc4;},'NRsep':_0x26757b(0x204),'WXQsV':function(_0x477220,_0x43fe25){return _0x477220(_0x43fe25);},'iwUZK':function(_0x4e4230){return _0x4e4230();}},_0x42eb40=_0x29fa0b[_0x26757b(0x1bd)][_0x26757b(0x208)]('|');let _0x445c94=0x0;while(!![]){switch(_0x42eb40[_0x445c94++]){case'0':this[_0x26757b(0x256)]&&_0x29fa0b[_0x26757b(0x1b3)](this[_0x26757b(0x256)]['constructor']['name'],_0x29fa0b[_0x26757b(0x22c)])&&_0x29fa0b[_0x26757b(0x287)](mockPWBrowserType,null);continue;case'1':this[_0x26757b(0x221)]=_0x29fa0b[_0x26757b(0x230)](shouldProcessEventForTesthub);continue;case'2':this[_0x26757b(0x1a9)]=_0x3745b5[_0x26757b(0x1a9)];continue;case'3':this['driver']=_0x302e30;continue;case'4':this[_0x26757b(0x206)]=new testOpsHelper[(_0x26757b(0x25d))]({'cwd':process[_0x26757b(0x265)]()},this[_0x26757b(0x257)][_0x26757b(0x271)]);continue;case'5':this['_testEnv']=_0x29fa0b['iwUZK'](getTestEnv);continue;}break;}}['start'](){const _0x394641=a4_0x4c8713;if(!this[_0x394641(0x221)])return;testOpsHelper[_0x394641(0x20d)](),process[_0x394641(0x250)]('bs:addLog:'+process[_0x394641(0x1b1)]),process['on'](_0x394641(0x19d)+process[_0x394641(0x1b1)],this[_0x394641(0x1a2)][_0x394641(0x203)](this));}async[a4_0x4c8713(0x24f)](){const _0x361536=a4_0x4c8713;await RequestQueueHandler[_0x361536(0x1f9)]()[_0x361536(0x261)]();}async['appendTestItemLog'](_0x27cd26){const _0x26baa5=a4_0x4c8713,_0x31dee6={'aIsUv':_0x26baa5(0x22b),'CAGcX':function(_0x2b3559,_0x116bfa){return _0x2b3559(_0x116bfa);}};try{this['currentHook']&&!this[_0x26baa5(0x26a)][_0x26baa5(0x1d8)]&&(_0x27cd26[_0x26baa5(0x1a8)]=this[_0x26baa5(0x26a)]['hookAnalyticsId']);!_0x27cd26['hook_run_uuid']&&this['currentTest']&&!this[_0x26baa5(0x28f)][_0x26baa5(0x1d8)]&&(_0x27cd26[_0x26baa5(0x20b)]=this['currentTest'][_0x26baa5(0x19e)]);if(_0x27cd26[_0x26baa5(0x1a8)]||_0x27cd26[_0x26baa5(0x20b)]){const _0x495d1b={};_0x495d1b[_0x26baa5(0x1f8)]=_0x31dee6[_0x26baa5(0x24e)],_0x495d1b['logs']=[_0x27cd26],await SessionHandler[_0x26baa5(0x229)](_0x495d1b);}}catch(_0x116aa9){_0x31dee6['CAGcX'](debug,_0x26baa5(0x264)+constants[_0x26baa5(0x273)]+_0x26baa5(0x1f0)+_0x116aa9);}}async[a4_0x4c8713(0x259)](_0x4f2abb){const _0x1b512e=a4_0x4c8713,_0x9288c5={'gmOZO':_0x1b512e(0x201),'Evdea':function(_0x15cf85,_0x51b1c0){return _0x15cf85(_0x51b1c0);}};if(!this[_0x1b512e(0x221)])return;const _0x3bc3fd=this[_0x1b512e(0x231)](this[_0x1b512e(0x256)]);try{const _0xc13045={};_0xc13045[_0x1b512e(0x280)]=_0x4f2abb,_0xc13045[_0x1b512e(0x27e)]=_0x3bc3fd;const _0xae19c6=_0xc13045,_0x12f271={};_0x12f271[_0x1b512e(0x1f8)]=_0x9288c5[_0x1b512e(0x209)],_0x12f271[_0x1b512e(0x25a)]=_0xae19c6,await SessionHandler['uploadEventData'](_0x12f271);}catch(_0x24beea){_0x9288c5[_0x1b512e(0x22f)](debug,_0x1b512e(0x1c1)+constants[_0x1b512e(0x273)]+_0x1b512e(0x1f0)+_0x24beea);}}['getCBTInfo'](_0x3cd772){const _0x3a9e1f=a4_0x4c8713,_0x2e8cf4={'MISQp':function(_0x292dd0,_0x18b2c1){return _0x292dd0(_0x18b2c1);}};return _0x2e8cf4[_0x3a9e1f(0x23f)](fetchPlatformDetails,_0x3cd772);}['resetSkipTestHooks']=_0x33082d=>{const _0x21be0e=a4_0x4c8713,_0x4ea654={};_0x4ea654[_0x21be0e(0x27a)]='_beforeEach',_0x4ea654[_0x21be0e(0x192)]=_0x21be0e(0x1d0);const _0x41e8e8=_0x4ea654;if(!_0x33082d||!_0x33082d[_0x21be0e(0x21c)])return;[_0x41e8e8[_0x21be0e(0x27a)],_0x41e8e8[_0x21be0e(0x192)]][_0x21be0e(0x1e3)](_0x21e1ce=>{const _0x4fb68e=_0x21be0e,_0x360447=_0x33082d[_0x4fb68e(0x21c)][_0x21e1ce];_0x360447[_0x4fb68e(0x1e3)](_0x2e7409=>{const _0xf43efd=_0x4fb68e;_0x2e7409[_0xf43efd(0x1ca)]&&(_0x2e7409[_0xf43efd(0x1ca)]=null);});});};[a4_0x4c8713(0x199)](_0x3ad09f){const _0x5344e2=a4_0x4c8713,_0x26149f={'qavRd':_0x5344e2(0x1fa),'qnTjr':function(_0x7ca1d){return _0x7ca1d();},'UsLcE':function(_0x10fcf7,_0x2ff0f7){return _0x10fcf7===_0x2ff0f7;},'uuejR':'_afterEach','GsxMw':_0x5344e2(0x217),'puyOM':_0x5344e2(0x212),'wluPk':'_beforeEach'};if(!_0x3ad09f||!_0x3ad09f[_0x5344e2(0x21c)])return;[_0x26149f[_0x5344e2(0x1d2)],_0x26149f[_0x5344e2(0x1a3)],_0x26149f[_0x5344e2(0x27d)],_0x26149f[_0x5344e2(0x21f)]][_0x5344e2(0x1e3)](_0x1127ef=>{const _0x3efb8a={'UfkuU':_0x26149f['qavRd'],'proqy':function(_0x4e026f){const _0x2e3580=a4_0x12b9;return _0x26149f[_0x2e3580(0x290)](_0x4e026f);},'ldDwD':function(_0x24ec1e,_0x173fc4){const _0x160ab9=a4_0x12b9;return _0x26149f[_0x160ab9(0x1b0)](_0x24ec1e,_0x173fc4);},'SWQbB':_0x26149f['uuejR']},_0x1e644=_0x3ad09f['parent'][_0x1127ef]||[];_0x1e644['forEach'](_0x3590c3=>{const _0x4dae06=a4_0x12b9;if(_0x3590c3[_0x4dae06(0x1a0)]['includes'](_0x3efb8a['UfkuU']))return;if(!_0x3590c3[_0x4dae06(0x1ca)])_0x3590c3[_0x4dae06(0x1ca)]=_0x3efb8a[_0x4dae06(0x237)](uuidv4);else _0x3590c3[_0x4dae06(0x1d8)]&&_0x3efb8a[_0x4dae06(0x27f)](_0x1127ef,_0x3efb8a[_0x4dae06(0x267)])&&(_0x3590c3[_0x4dae06(0x1ca)]=_0x3efb8a['proqy'](uuidv4),delete _0x3590c3['markedStatus']);});}),this[_0x5344e2(0x199)](_0x3ad09f['parent']);}[a4_0x4c8713(0x1c4)](_0x2473f4){const _0x417d49=a4_0x4c8713,_0x18f08b={};_0x18f08b[_0x417d49(0x23a)]=_0x417d49(0x217),_0x18f08b[_0x417d49(0x266)]=_0x417d49(0x212),_0x18f08b[_0x417d49(0x1a1)]=_0x417d49(0x1eb),_0x18f08b[_0x417d49(0x1ed)]=_0x417d49(0x1d0);const _0x758c9c=_0x18f08b;if(!_0x2473f4||!_0x2473f4[_0x417d49(0x21c)])return[];const _0x15c21e=[];return[_0x758c9c[_0x417d49(0x23a)],_0x758c9c[_0x417d49(0x266)],_0x758c9c[_0x417d49(0x1a1)],_0x758c9c[_0x417d49(0x1ed)]][_0x417d49(0x1e3)](_0xffe6fb=>{const _0x1166d1=_0x417d49,_0x37ac50=_0x2473f4['parent'][_0xffe6fb]||[];_0x37ac50[_0x1166d1(0x1e3)](_0x1b642e=>{const _0x476288=_0x1166d1;_0x1b642e[_0x476288(0x1ca)]&&_0x15c21e['push'](_0x1b642e[_0x476288(0x1ca)]);});}),[][_0x417d49(0x233)](_0x15c21e,this['getHooksForTest'](_0x2473f4[_0x417d49(0x21c)]));}[a4_0x4c8713(0x1ec)](_0x228473){const _0x3f83be=a4_0x4c8713,_0x3fd499=/^"(?<hook>.*)" hook:.*$/,_0x3c3798=_0x228473[_0x3f83be(0x1a0)],_0xea5308=_0x3c3798[_0x3f83be(0x252)](_0x3fd499);if(_0xea5308&&_0xea5308[_0x3f83be(0x227)])return _0xea5308[_0x3f83be(0x227)][_0x3f83be(0x1d3)][_0x3f83be(0x1ba)]()[_0x3f83be(0x26e)]('\x20','_');return null;}['findGitConfig'](_0x4016c1){const _0xc1c7f4=a4_0x4c8713,_0x224821={};_0x224821[_0xc1c7f4(0x26c)]=function(_0x4212ba,_0x3701a3){return _0x4212ba===_0x3701a3;},_0x224821['nccqt']=function(_0x42ece6,_0xb5026c){return _0x42ece6===_0xb5026c;},_0x224821[_0xc1c7f4(0x277)]=function(_0xdf4ae2,_0x5090da){return _0xdf4ae2===_0x5090da;},_0x224821[_0xc1c7f4(0x1f7)]=_0xc1c7f4(0x1fc),_0x224821[_0xc1c7f4(0x1cc)]=_0xc1c7f4(0x19a);const _0xf7d308=_0x224821,_0x420816=path[_0xc1c7f4(0x1bf)];if(_0xf7d308[_0xc1c7f4(0x26c)](_0x4016c1,null)||_0xf7d308[_0xc1c7f4(0x26c)](_0x4016c1,'')||_0xf7d308[_0xc1c7f4(0x1ae)](_0x4016c1,_0x420816)||_0xf7d308[_0xc1c7f4(0x277)](_0x4016c1,path[_0xc1c7f4(0x1de)](_0x4016c1)))return null;try{return fs[_0xc1c7f4(0x1e4)](path[_0xc1c7f4(0x195)](_0x4016c1,_0xf7d308[_0xc1c7f4(0x1f7)],_0xf7d308[_0xc1c7f4(0x1cc)])),_0x4016c1;}catch(_0x4c7995){const _0x5dbf94=path[_0xc1c7f4(0x1de)](_0x4016c1);return this[_0xc1c7f4(0x286)](_0x5dbf94);}}[a4_0x4c8713(0x225)](_0xb247de){const _0x170229=a4_0x4c8713,_0x1b8602={};_0x1b8602[_0x170229(0x1dd)]=function(_0x4bce91,_0x58202c){return _0x4bce91>_0x58202c;};const _0xac1166=_0x1b8602;if(_0xb247de[_0x170229(0x28b)])return _0xb247de[_0x170229(0x28b)];if(_0xb247de[_0x170229(0x278)]){const _0x578100=_0xb247de[_0x170229(0x278)][_0x170229(0x28f)]?this[_0x170229(0x225)](_0xb247de[_0x170229(0x278)][_0x170229(0x28f)]):null;if(_0x578100)return _0x578100;}if(_0xb247de[_0x170229(0x21c)]){const _0x3dbaf6=this[_0x170229(0x225)](_0xb247de[_0x170229(0x21c)])||(_0xb247de[_0x170229(0x21c)]['ctx']&&_0xb247de[_0x170229(0x21c)][_0x170229(0x278)][_0x170229(0x28f)]?this[_0x170229(0x225)](_0xb247de[_0x170229(0x21c)][_0x170229(0x278)][_0x170229(0x28f)]):null);if(_0x3dbaf6)return _0x3dbaf6;_0xb247de['parent'][_0x170229(0x268)]&&_0xac1166[_0x170229(0x1dd)](_0xb247de[_0x170229(0x21c)][_0x170229(0x268)][_0x170229(0x279)],0x0)&&_0xb247de[_0x170229(0x21c)][_0x170229(0x268)][_0x170229(0x1e3)](_0x24f7f3=>{const _0x3c057c=_0x170229,_0x34b2b1=_0x24f7f3['ctx']?this[_0x3c057c(0x225)](_0x24f7f3[_0x3c057c(0x278)]):null;if(_0x34b2b1)return _0x34b2b1;});}return null;}[a4_0x4c8713(0x26f)](_0x1e9092){const _0x4c1fb7=a4_0x4c8713,_0x45e163={};_0x45e163[_0x4c1fb7(0x1fd)]=function(_0x4def0d,_0x4df170){return _0x4def0d!==_0x4df170;};const _0x19bf16=_0x45e163,_0xf31af6=[];if(_0x1e9092&&_0x1e9092[_0x4c1fb7(0x21c)]){let _0x28fa9d=_0x1e9092[_0x4c1fb7(0x21c)];while(_0x28fa9d&&_0x19bf16[_0x4c1fb7(0x1fd)](_0x28fa9d[_0x4c1fb7(0x1a0)],'')){_0xf31af6[_0x4c1fb7(0x253)](_0x28fa9d[_0x4c1fb7(0x1a0)]),_0x28fa9d=_0x28fa9d['parent'];}}return _0xf31af6;}['captureEvent'](_0x2891e2,_0x5f3dd0,_0x15b27a=undefined){const _0x49debb=a4_0x4c8713,_0x1a7c1c={'CZqmX':function(_0x1438c2,_0x268adf){return _0x1438c2(_0x268adf);},'AVCLu':function(_0x50c80a){return _0x50c80a();},'CjRNt':function(_0x25a0c7){return _0x25a0c7();},'kWdkz':function(_0x11a992){return _0x11a992();},'BvGKO':function(_0x5e57c4,_0x5620ea){return _0x5e57c4(_0x5620ea);},'veoJb':_0x49debb(0x274),'TdliW':_0x49debb(0x1cf),'dEwXY':function(_0x2dcef8,_0x22c792){return _0x2dcef8!==_0x22c792;},'fkdJt':'File\x20path\x20could\x20not\x20be\x20found','namgl':_0x49debb(0x27b),'cXSXS':_0x49debb(0x239),'FPuzL':_0x49debb(0x241),'CoOtS':_0x49debb(0x207),'BkrXr':_0x49debb(0x1f6),'vRzio':function(_0x162ce0,_0x2df868){return _0x162ce0-_0x2df868;},'ZatXl':function(_0x58c0a5,_0x3916be,_0x32e11c,_0x1ead67,_0x1bb131){return _0x58c0a5(_0x3916be,_0x32e11c,_0x1ead67,_0x1bb131);},'Vcraj':function(_0x596c0b,_0x337756){return _0x596c0b!==_0x337756;},'awUDw':'integrations','NHJpF':_0x49debb(0x1fb),'hPjJR':_0x49debb(0x23b),'lMEJr':_0x49debb(0x1e0),'XtAhe':_0x49debb(0x1ab),'WzZjH':'failure_reason_expanded','qUBev':_0x49debb(0x246),'dAavf':function(_0x2e534c,_0x54aeef){return _0x2e534c===_0x54aeef;},'GXJbx':_0x49debb(0x275),'YIUSa':'test_run'};if(!this['enabled'])return;try{if(_0x5f3dd0['fn']&&_0x5f3dd0['fn']['toString']()['match'](/browserstack internal helper hook/))return;const _0x30928f=_0x1a7c1c[_0x49debb(0x202)](parseEvent,_0x2891e2);if(!_0x30928f)return;if(_0x30928f[_0x49debb(0x1f4)]){this[_0x49debb(0x28f)]=_0x5f3dd0,this[_0x49debb(0x26a)]=null;if(_0x30928f[_0x49debb(0x197)]||_0x30928f[_0x49debb(0x207)]){_0x5f3dd0[_0x49debb(0x1d7)]=new Date(),_0x5f3dd0[_0x49debb(0x1d8)]=![];if(!_0x5f3dd0[_0x49debb(0x19e)])_0x5f3dd0[_0x49debb(0x19e)]=_0x1a7c1c[_0x49debb(0x22e)](uuidv4);else _0x5f3dd0[_0x49debb(0x1d8)]&&(!_0x5f3dd0[_0x49debb(0x1af)]&&(_0x5f3dd0['retryOf']=_0x5f3dd0['testAnalyticsId']),_0x5f3dd0[_0x49debb(0x19e)]=_0x1a7c1c['AVCLu'](uuidv4));}}else{if(_0x30928f[_0x49debb(0x1d3)]){this['currentHook']=_0x5f3dd0;if(_0x30928f[_0x49debb(0x197)]){_0x5f3dd0[_0x49debb(0x1d7)]=new Date(),_0x5f3dd0[_0x49debb(0x1d8)]=![];if(!_0x5f3dd0[_0x49debb(0x1ca)])_0x5f3dd0[_0x49debb(0x1ca)]=_0x1a7c1c[_0x49debb(0x1f2)](uuidv4);else _0x5f3dd0[_0x49debb(0x1ca)]&&_0x5f3dd0[_0x49debb(0x1d8)]&&(_0x5f3dd0[_0x49debb(0x1ca)]=_0x1a7c1c[_0x49debb(0x1df)](uuidv4));}}}if(_0x30928f[_0x49debb(0x220)]&&_0x5f3dd0[_0x49debb(0x1d8)])return;let _0x1ccd9e;try{_0x1ccd9e=this['getRootParentFile'](_0x5f3dd0);}catch(_0x2ae87c){logger[_0x49debb(0x1e1)]('failed\x20to\x20get\x20root\x20parent\x20file\x20'+_0x2ae87c),_0x1ccd9e=null;}const _0x230d6e=_0x1a7c1c['BvGKO'](require,_0x1a7c1c[_0x49debb(0x258)]);let _0x369a5c=[];_0x15b27a&&(_0x369a5c=[_0x15b27a,_0x1a7c1c['TdliW']]);const _0x6d8775=_0x1a7c1c[_0x49debb(0x282)](_0x5f3dd0[_0x49debb(0x25c)],undefined)?_0x230d6e[_0x49debb(0x251)](_0x5f3dd0[_0x49debb(0x25c)][0x0]):_0x1a7c1c[_0x49debb(0x282)](_0x15b27a,undefined)?_0x15b27a[_0x49debb(0x25e)]():undefined,_0x58472c=_0x1ccd9e?this[_0x49debb(0x286)](_0x1ccd9e):null,_0x491ac7=_0x1ccd9e?this[_0x49debb(0x206)][_0x49debb(0x248)](this['getRootParentFile'](_0x5f3dd0)):_0x1a7c1c['fkdJt'];let _0x1c5c64=_0x1a7c1c[_0x49debb(0x1e2)];const _0x5e5bdd=!_0x30928f[_0x49debb(0x197)]?new Date()[_0x49debb(0x228)]():null;if(_0x30928f[_0x49debb(0x220)])_0x1c5c64=_0x15b27a?_0x1a7c1c[_0x49debb(0x218)]:_0x1a7c1c[_0x49debb(0x1c6)],_0x5f3dd0[_0x49debb(0x1d8)]=!![];else _0x30928f[_0x49debb(0x207)]&&(_0x1c5c64=_0x1a7c1c[_0x49debb(0x254)],_0x5f3dd0[_0x49debb(0x1d8)]=!![]);const _0x183fe4={'framework':this[_0x49debb(0x1a9)],'uuid':_0x5f3dd0['testAnalyticsId']||_0x5f3dd0[_0x49debb(0x1ca)],'name':_0x5f3dd0[_0x49debb(0x1a0)],'body':{'lang':_0x1a7c1c['BkrXr'],'code':_0x5f3dd0['body'][_0x49debb(0x25e)]()},'type':_0x5f3dd0['type'],'scope':_0x5f3dd0[_0x49debb(0x215)](),'scopes':this[_0x49debb(0x26f)](_0x5f3dd0),'file_name':_0x491ac7,'vc_filepath':_0x58472c?path['relative'](_0x58472c,_0x1ccd9e):null,'location':_0x491ac7,'result':_0x1c5c64,'failure_reason':_0x6d8775,'duration_in_ms':_0x5f3dd0[_0x49debb(0x285)]||(_0x30928f[_0x49debb(0x220)]||_0x30928f[_0x49debb(0x207)])?_0x1a7c1c[_0x49debb(0x1a7)](Date[_0x49debb(0x272)](),new Date(_0x5f3dd0['startedAt'])[_0x49debb(0x23d)]()):null,'started_at':new Date(_0x5f3dd0['startedAt'])['toISOString'](),'finished_at':_0x5e5bdd,'failure':testOpsHelper[_0x49debb(0x281)][_0x49debb(0x283)](null,_0x369a5c),'failure_type':!_0x6d8775?null:testOpsHelper['getFailureType'](_0x6d8775),'retry_of':_0x5f3dd0[_0x49debb(0x1af)]||null,'tags':_0x5f3dd0[_0x49debb(0x226)]||[],'customRerunParam':{'rerun_name':_0x5f3dd0[_0x49debb(0x215)]()}};_0x1a7c1c['ZatXl'](appendTesthubParams,_0x183fe4,_0x2891e2,_0x5f3dd0,FRAMEWORKS['CODECEPT']);if(_0x30928f['hook'])[_0x183fe4[_0x49debb(0x1e7)],_0x183fe4[_0x49debb(0x1ad)]]=[this[_0x49debb(0x1ec)](_0x5f3dd0),_0x5f3dd0[_0x49debb(0x278)][_0x49debb(0x1f4)][_0x49debb(0x1a0)]],_0x30928f[_0x49debb(0x220)]?_0x1a7c1c[_0x49debb(0x20c)](_0x183fe4[_0x49debb(0x21a)],_0x1a7c1c[_0x49debb(0x218)])&&(_0x183fe4[_0x49debb(0x21a)]=_0x1a7c1c['FPuzL']):_0x183fe4[_0x49debb(0x234)]={};else _0x30928f[_0x49debb(0x1f4)]&&(this['mapTestHooks'](_0x5f3dd0),_0x30928f['skipped']&&this['resetSkipTestHooks'](_0x5f3dd0),(_0x30928f[_0x49debb(0x220)]||_0x30928f[_0x49debb(0x207)])&&(_0x183fe4[_0x49debb(0x21b)]=this['getHooksForTest'](_0x5f3dd0)));this['driver']&&(_0x30928f['started']||_0x30928f[_0x49debb(0x207)])&&(_0x183fe4[_0x1a7c1c['awUDw']]=this[_0x49debb(0x231)](this[_0x49debb(0x256)]));_0x30928f[_0x49debb(0x1f4)]&&_0x30928f['finished']&&_0x5f3dd0[_0x49debb(0x19f)]&&(_0x183fe4[_0x1a7c1c[_0x49debb(0x28e)]]={'feature':{'name':_0x5f3dd0[_0x49debb(0x21c)][_0x49debb(0x244)][_0x49debb(0x1ad)],'path':_0x183fe4['file_name'],'description':_0x5f3dd0[_0x49debb(0x21c)]['comment']},'scenario':{'name':_0x5f3dd0['title']},'steps':_0x5f3dd0[_0x49debb(0x19f)]});const _0xf2eb1b=_0x183fe4[_0x1a7c1c[_0x49debb(0x260)]][0x0];_0xf2eb1b&&(_0x183fe4[_0x1a7c1c[_0x49debb(0x1e8)]]=_0xf2eb1b[_0x1a7c1c[_0x49debb(0x211)]],_0x183fe4[_0x1a7c1c['WzZjH']]=_0xf2eb1b[_0x1a7c1c[_0x49debb(0x26b)]]);if(_0x5f3dd0[_0x49debb(0x19f)])for(const _0x527d7d of _0x5f3dd0['bddSteps']){!_0x527d7d[_0x49debb(0x193)]&&(_0x527d7d[_0x49debb(0x193)]=new Date()['toISOString'](),_0x1a7c1c['dAavf'](_0x527d7d[_0x49debb(0x21a)],_0x1a7c1c[_0x49debb(0x1e2)])&&(_0xf2eb1b?(_0x527d7d['result']=_0x1a7c1c['cXSXS'],_0x527d7d[_0x49debb(0x23b)]=_0xf2eb1b[_0x1a7c1c['XtAhe']][0x0]):_0x527d7d[_0x49debb(0x21a)]=_0x1a7c1c[_0x49debb(0x1c6)]));}const _0x56f1ce={};_0x56f1ce[_0x49debb(0x1f8)]=_0x30928f[_0x49debb(0x207)]?TEST_EVENTS['TEST_RUN_FINISHED']:_0x2891e2;const _0x20895b=_0x56f1ce;return _0x30928f[_0x49debb(0x1d3)]?_0x20895b[_0x1a7c1c[_0x49debb(0x1b8)]]=_0x183fe4:_0x20895b[_0x1a7c1c[_0x49debb(0x23c)]]=_0x183fe4,_0x20895b;}catch(_0x48c574){logger[_0x49debb(0x1e1)](_0x49debb(0x255)+_0x2891e2+_0x49debb(0x1f0)+_0x48c574);}}async[a4_0x4c8713(0x222)](_0x3224bd,_0xc6413d){const _0x32eb11=a4_0x4c8713;if(!this['enabled']||!_0xc6413d||!_0x3224bd)return![];try{return await SessionHandler[_0x32eb11(0x229)](_0xc6413d);}catch(_0x2fc316){logger['debug'](_0x32eb11(0x24b)+_0x3224bd+_0x32eb11(0x1f0)+_0x2fc316);}}[a4_0x4c8713(0x20f)](_0x56da8a){const _0x3cdfa4=a4_0x4c8713,_0x4d272e={};_0x4d272e[_0x3cdfa4(0x276)]=_0x3cdfa4(0x27b);const _0x4cdeaa=_0x4d272e;return{'id':_0x56da8a[_0x3cdfa4(0x240)],'text':_0x56da8a[_0x3cdfa4(0x28c)],'keyword':_0x56da8a[_0x3cdfa4(0x224)],'started_at':_0x56da8a['startedAt'][_0x3cdfa4(0x228)](),'result':_0x4cdeaa[_0x3cdfa4(0x276)]};}['bddStepStart'](_0x12a3f9){const _0x478fde=a4_0x4c8713,_0x533fc3={'uEBSF':function(_0x13bfac){return _0x13bfac();}};!this[_0x478fde(0x28f)]['bddSteps']&&(this[_0x478fde(0x28f)][_0x478fde(0x19f)]=[]),!_0x12a3f9[_0x478fde(0x240)]&&(_0x12a3f9['stepAnalyticsId']=_0x533fc3[_0x478fde(0x23e)](uuidv4),_0x12a3f9[_0x478fde(0x1d7)]=new Date(),this['currentTest'][_0x478fde(0x19f)][_0x478fde(0x253)](this['initializeBddStep'](_0x12a3f9)));}['bddStepFinish'](_0xbf8c2c){const _0x219c32=a4_0x4c8713,_0xede925={'LxwIk':function(_0x391bd7,_0x10c2cb){return _0x391bd7(_0x10c2cb);},'aSXjR':_0x219c32(0x27c),'vTUdh':'pending','uNEfw':_0x219c32(0x241),'APwtk':function(_0x422e25,_0x573fc9){return _0x422e25-_0x573fc9;}};let _0x3ceea2=this['currentTest']['bddSteps'][_0x219c32(0x262)](_0x1565e4=>_0x1565e4['id']===_0xbf8c2c['stepAnalyticsId']);_0xede925['LxwIk'](isUndefined,_0x3ceea2)&&(_0x3ceea2=this[_0x219c32(0x20f)](_0xbf8c2c)),_0x3ceea2['result']=[_0xede925[_0x219c32(0x1f1)],_0xede925[_0x219c32(0x198)]]['includes'](_0xbf8c2c[_0x219c32(0x28d)])?_0xede925[_0x219c32(0x213)]:_0xbf8c2c[_0x219c32(0x28d)],_0x3ceea2[_0x219c32(0x193)]=new Date()[_0x219c32(0x228)](),_0x3ceea2['duration']=_0xede925[_0x219c32(0x292)](Date['now'](),_0xbf8c2c[_0x219c32(0x1d7)]['getTime']()),_0x3ceea2[_0x219c32(0x23b)]=_0xbf8c2c['err']?_0xbf8c2c[_0x219c32(0x1cf)]['message']:null;}}const a4_0x38b906={};a4_0x38b906[a4_0x4c8713(0x247)]=O11yHelper,a4_0x38b906[a4_0x4c8713(0x1cd)]=STATE_PASSED,a4_0x38b906[a4_0x4c8713(0x249)]=STATE_FAILED,a4_0x38b906['TEST_EVENTS']=TEST_EVENTS,module[a4_0x4c8713(0x1b7)]=a4_0x38b906;
1
+ function a4_0x491d(_0x172d08,_0x431716){const _0x5b717a=a4_0x5b71();return a4_0x491d=function(_0x491d81,_0xb87b77){_0x491d81=_0x491d81-0xe0;let _0x300dcc=_0x5b717a[_0x491d81];return _0x300dcc;},a4_0x491d(_0x172d08,_0x431716);}const a4_0x5c783e=a4_0x491d;(function(_0x4d8d9a,_0x1e7353){const _0x2343a5=a4_0x491d,_0xd12ba=_0x4d8d9a();while(!![]){try{const _0x2ff124=parseInt(_0x2343a5(0x165))/0x1+parseInt(_0x2343a5(0x12f))/0x2+-parseInt(_0x2343a5(0x159))/0x3+-parseInt(_0x2343a5(0x14e))/0x4+-parseInt(_0x2343a5(0x1bf))/0x5*(-parseInt(_0x2343a5(0x1bc))/0x6)+-parseInt(_0x2343a5(0x1ca))/0x7+-parseInt(_0x2343a5(0x19e))/0x8*(-parseInt(_0x2343a5(0x1d7))/0x9);if(_0x2ff124===_0x1e7353)break;else _0xd12ba['push'](_0xd12ba['shift']());}catch(_0x103086){_0xd12ba['push'](_0xd12ba['shift']());}}}(a4_0x5b71,0xe7306));function a4_0x5b71(){const _0x317974=['getInstance','STATE_FAILED','JAFzG','apply','obsBrowserTypeMockApplied','mapTestHooks','xgXwj','forEach','../utils/constants','parent','result','ctx','push','BmIuj','dirname','test','VVVTT','mwDbn','integrations','DQkeq','inspect','uEVAR','config','finished_at','toISOString','BvIpO','failed','kgkQo','rbBun','skipped','BiQtJ','cHmLt','./helper.js','enabled','logs','tags','match','err','captureEvent','frameworkName','initializeBddStep','BROWSERSTACK','nUXqd','3313754dFjLcZ','CODECEPT','codeceptjs','tilZE','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','hookAnalyticsId','vqrTX','gXcCY','stepAnalyticsId','TUjwl','message','../mocha/test-observability/mochaUtils','failure','File\x20path\x20could\x20not\x20be\x20found','yYuWl','ZLyFv','suites','TJGYR','EjOBt','wAsjh','../../helpers/test-observability/sessionHandler','hook_run_uuid','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','iehLk','_beforeEach','__cloud_provider___','../../helpers/testhub/utils.js','TEST_RUN_FINISHED','zlpRl','failure_reason_expanded','launch','3041320LzDwnn','TEST_REPORTING_ANALYTICS','retryOf','hdvtp','toUpperCase','JdBPT','finished','gofOk','stringify','QJWcb','started','4160289YeiTnu','MtYUJ','HOOK_RUN_STARTED','stop','uploadEventData','relative','zFTrO','split','TEST_RUN_STARTED','jzuiA','ApPXh','swnFi','1038116zGxZeC','fuvSC','xlDNh','constructor','connect','_afterEach','hook','name','uyrnF','getFailureType','oAnrv','YSJEV','text','YkBHr','TestRunFinished','MRrzx','browserstack','UKOKF','expanded','Failed\x20to\x20parse\x20wsendpoint\x20','path','HookRunStarted','pid','BsGAx','CJelX','pending','startedAt','Not\x20able\x20to\x20import\x20Browser','includes','.git','appendTestItemLog','__platformCaps','status','_afterAll','getCBTInfo','getHookType','lib','find','prototype','wqwBe','test_run_uuid','hook_run','YvNEW','mHILC','replace','ICpQV','keyword','nRsIX','getRootParentFile','BJUnJ','currentHook','wKZoc','toLowerCase','ArLdV','iKFcG','success','HIxPY','24iEyOjN','QTjfl','DdRgG','shutdown','2|3|5|1|0|4','file','duration','yGsmD','xiKZC','comment','event_type','LogCreated','TEST_EVENTS','PLAYWRIGHT_HUB_URL','dFDku','BxhGD','debug','BCdPX','XMjhg','WVNGG','rzqMW','setupBrowserDetails','TEST_RUN_SKIPPED','NvkSM','then','Playwright','toString','HOOK_RUN_FINISHED','markedStatus','concat','1335198ZcaCmX','uuid','findGitConfig','20jdAKYv','yHxhn','getHooksForTest','connectOverCDP','location_prefix','browserType.js','bs:addLog:','testAnalyticsId','DEhMO','hooks','body','4353111loqxAx','rOZTl','HlJWO','meta','cwd','mFvPr','resetSkipTestHooks','failureData','statSync','../playwright/sessionDetails','wYzdb','vKELw','OWJji','392373BvGLFc','PathHelper','feature','../../helpers/logger','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','CBTSessionCreated','../../helpers/helper','join','_beforeAll','OKSOy','_testEnv','groups','length','EcOAT','errorsDetailed','\x20with\x20error\x20:\x20','wCsHs','driver','RoBGH','../../helpers/test-observability/constants','wsEndpoint','defineProperty','bddSteps','fullTitle','util','prefixTestPath','_paths','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','title','currentTest','passed','zrWSE','FmtpI','test_run','wuTWB','GZpNS','now','JrWuN','getHierarchy','DhXXZ','Kaqlb','podez','getTime'];a4_0x5b71=function(){return _0x317974;};return a4_0x5b71();}const path=require(a4_0x5c783e(0x179)),fs=require('fs'),{v4:uuidv4}=require(a4_0x5c783e(0x1bd)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x5c783e(0x1dd)),testOpsHelper=require('../../helpers/test-observability/utils'),{getTestEnv}=require(a4_0x5c783e(0x13a)),{FRAMEWORKS}=require(a4_0x5c783e(0xec)),logger=require(a4_0x5c783e(0x1da))['winstonLogger'],SessionHandler=require(a4_0x5c783e(0x143)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),PlaywrightSessionDetails=require(a4_0x5c783e(0x1d3)),debug=testOpsHelper[a4_0x5c783e(0x1ae)],{processAccessibilityCaps}=require('../playwright/accessibility-helper'),Constants=require(a4_0x5c783e(0x10c)),{fetchPlatformDetails}=require(a4_0x5c783e(0x124)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x5c783e(0x149)),constants=require(a4_0x5c783e(0x10c)),STATE_PASSED=a4_0x5c783e(0xf7),STATE_FAILED=a4_0x5c783e(0x11e),a4_0x56c09b={};a4_0x56c09b[a4_0x5c783e(0x161)]='TestRunStarted',a4_0x56c09b['TEST_RUN_FINISHED']=a4_0x5c783e(0x173),a4_0x56c09b[a4_0x5c783e(0x1b4)]='TestRunSkipped',a4_0x56c09b[a4_0x5c783e(0x15b)]=a4_0x5c783e(0x17a),a4_0x56c09b[a4_0x5c783e(0x1b9)]='HookRunFinished';const TEST_EVENTS=a4_0x56c09b,parseEvent=_0x315de8=>{const _0x2cb4a6=a4_0x5c783e,_0x297b12={};_0x297b12[_0x2cb4a6(0x13e)]=function(_0x5cb6bc,_0x49508f){return _0x5cb6bc<_0x49508f;},_0x297b12[_0x2cb4a6(0x17d)]=function(_0x317735,_0x3389af){return _0x317735===_0x3389af;},_0x297b12['NvkSM']=_0x2cb4a6(0x113),_0x297b12[_0x2cb4a6(0x17c)]=function(_0x114bf6,_0x3ed757){return _0x114bf6===_0x3ed757;},_0x297b12[_0x2cb4a6(0x172)]=_0x2cb4a6(0x16b),_0x297b12['BvIpO']=_0x2cb4a6(0x121),_0x297b12[_0x2cb4a6(0x1b1)]=function(_0x208c83,_0x3c11ec){return _0x208c83===_0x3c11ec;},_0x297b12['iehLk']=_0x2cb4a6(0x158),_0x297b12[_0x2cb4a6(0x151)]=function(_0x487d85,_0x1abf03){return _0x487d85===_0x1abf03;},_0x297b12['ICpQV']=_0x2cb4a6(0x154);const _0x1205c9=_0x297b12,_0x222485=_0x315de8[_0x2cb4a6(0x128)](/^(.*)Run(.*)$/);if(!_0x222485)return null;if(_0x1205c9[_0x2cb4a6(0x13e)](_0x222485[_0x2cb4a6(0xe5)],0x3))return null;const _0x379ee0=_0x222485[0x1][_0x2cb4a6(0x199)](),_0x4729c2=_0x222485[0x2][_0x2cb4a6(0x199)]();return{'test':_0x1205c9[_0x2cb4a6(0x17d)](_0x379ee0,_0x1205c9[_0x2cb4a6(0x1b5)]),'hook':_0x1205c9[_0x2cb4a6(0x17c)](_0x379ee0,_0x1205c9[_0x2cb4a6(0x172)]),'skipped':_0x1205c9[_0x2cb4a6(0x17d)](_0x4729c2,_0x1205c9[_0x2cb4a6(0x11d)]),'started':_0x1205c9['WVNGG'](_0x4729c2,_0x1205c9[_0x2cb4a6(0x146)]),'finished':_0x1205c9[_0x2cb4a6(0x151)](_0x4729c2,_0x1205c9[_0x2cb4a6(0x192)])};},mockPWBrowserType=_0x53be44=>{const _0x7bce5b=a4_0x5c783e,_0x17aff7={'UKOKF':function(_0x113cd3,_0x4e2fa6){return _0x113cd3===_0x4e2fa6;},'yGsmD':'string','XMjhg':function(_0x1d1512,_0x36d91f,_0xe6a66c){return _0x1d1512(_0x36d91f,_0xe6a66c);},'yYuWl':'wsEndpoint','oAnrv':function(_0xbc25af,_0x223afd){return _0xbc25af(_0x223afd);},'qyiMn':_0x7bce5b(0x175),'MRrzx':function(_0x1176aa,_0x51a038){return _0x1176aa(_0x51a038);},'jzuiA':_0x7bce5b(0x189),'wYzdb':'client','BiQtJ':_0x7bce5b(0x1c4),'BJUnJ':_0x7bce5b(0x180),'wAsjh':'connect','UmeFY':'launch'},_0x32c4c1=path[_0x7bce5b(0xe0)](_0x17aff7[_0x7bce5b(0x162)],_0x17aff7[_0x7bce5b(0x1d4)],_0x17aff7[_0x7bce5b(0x122)]),_0x1e5f63=_0x17aff7[_0x7bce5b(0x16f)](importFileFromPWCore,_0x32c4c1);if(!_0x1e5f63){_0x17aff7[_0x7bce5b(0x174)](debug,_0x17aff7[_0x7bce5b(0x196)]);return;}const _0x4ac8dc=_0x1e5f63['BrowserType'],_0x438e1e=_0x4ac8dc[_0x7bce5b(0x18b)];if(_0x438e1e[_0x7bce5b(0x108)])return;const _0x24068d=_0x438e1e[_0x7bce5b(0x169)];Object[_0x7bce5b(0xee)](_0x438e1e,_0x17aff7[_0x7bce5b(0x142)],{'get':function(){const _0x1fdb2e=_0x7bce5b,_0x20a5ff={'JrWuN':function(_0x30bb79,_0x127416){const _0x517fd2=a4_0x491d;return _0x17aff7[_0x517fd2(0x176)](_0x30bb79,_0x127416);},'VVVTT':_0x17aff7[_0x1fdb2e(0x1a5)],'uyrnF':function(_0x523125,_0x134f81,_0x53dbe2){const _0x5c94e4=_0x1fdb2e;return _0x17aff7[_0x5c94e4(0x1b0)](_0x523125,_0x134f81,_0x53dbe2);},'rOZTl':_0x17aff7[_0x1fdb2e(0x13d)],'QTjfl':function(_0x3cf734,_0x5ab33a){const _0x422a3a=_0x1fdb2e;return _0x17aff7[_0x422a3a(0x16f)](_0x3cf734,_0x5ab33a);},'tilZE':_0x17aff7['qyiMn'],'sGOEu':function(_0x5d0f30,_0xcc2933,_0x690e71){const _0x597190=_0x1fdb2e;return _0x17aff7[_0x597190(0x1b0)](_0x5d0f30,_0xcc2933,_0x690e71);},'zlpRl':function(_0x1fc00d,_0xd4e8ba){return _0x17aff7['MRrzx'](_0x1fc00d,_0xd4e8ba);}};return async function _0x112bba(_0xd7447e,_0x198139){const _0x5c62a2=_0x1fdb2e,_0x2ba168={'gofOk':function(_0x207bd7,_0x37a14e){const _0x329e42=a4_0x491d;return _0x20a5ff[_0x329e42(0xfe)](_0x207bd7,_0x37a14e);},'JAFzG':_0x20a5ff[_0x5c62a2(0x114)]},_0x8fcd00=_0x20a5ff[_0x5c62a2(0x16d)](nestedKeyValue,_0xd7447e,[_0x20a5ff[_0x5c62a2(0x1cb)]])||_0xd7447e;let _0x2f3b23=null,_0x4be22d=null;try{[_0x4be22d,_0x2f3b23]=_0x8fcd00?_0x20a5ff[_0x5c62a2(0x19f)](parseWSEndpoint,_0x8fcd00):[null,null],global[_0x5c62a2(0x184)]=_0x2f3b23,logger['debug'](_0x5c62a2(0x145)+_0x4be22d),_0x4be22d[_0x5c62a2(0x181)](Constants[_0x5c62a2(0x12d)])&&(global[_0x5c62a2(0x148)]=_0x20a5ff[_0x5c62a2(0x132)]);}catch(_0x359dc0){logger[_0x5c62a2(0x1ae)](_0x5c62a2(0x178)+_0x8fcd00+'\x20'+_0x359dc0);}_0x20a5ff['sGOEu'](processAccessibilityCaps,_0x2f3b23,_0x4be22d);if(global['accessibilityPlatform']){const _0x34621a=await _0x438e1e[_0x5c62a2(0x1c2)][_0x5c62a2(0x107)](this,[''+Constants[_0x5c62a2(0x1ab)]+_0x20a5ff[_0x5c62a2(0x14b)](encodeURIComponent,JSON[_0x5c62a2(0x156)](_0x2f3b23))]);return PlaywrightSessionDetails[_0x5c62a2(0x1b3)](_0x34621a,_0x53be44,_0x8fcd00),_0x34621a;}return _0x24068d[_0x5c62a2(0x107)](this,arguments)[_0x5c62a2(0x1b6)](_0x5d96d4=>{const _0x5f17c1=_0x5c62a2;let _0x545b43=_0xd7447e[_0x5f17c1(0xed)];return _0x2ba168[_0x5f17c1(0x155)](typeof _0xd7447e,_0x2ba168[_0x5f17c1(0x106)])&&(_0x545b43=_0xd7447e),PlaywrightSessionDetails[_0x5f17c1(0x1b3)](_0x5d96d4,_0x53be44,_0x545b43),_0x5d96d4;});};}});const _0xe7b4f1=_0x438e1e[_0x7bce5b(0x14d)];Object[_0x7bce5b(0xee)](_0x438e1e,_0x17aff7['UmeFY'],{'get':function(){return async function _0xcbd062(){return _0xe7b4f1['apply'](this,arguments)['then'](_0x23c597=>{return PlaywrightSessionDetails['setupBrowserDetails'](_0x23c597,null),_0x23c597;});};}});};class O11yHelper{[a4_0x5c783e(0xf6)]=null;[a4_0x5c783e(0x197)]=null;[a4_0x5c783e(0x125)]=![];['frameworkName']=![];constructor(_0x4c5491,_0x13051c){const _0x6b7797=a4_0x5c783e,_0x4c96d7={'WcjLU':_0x6b7797(0x1a2),'cHmLt':function(_0x19350d){return _0x19350d();},'mwDbn':function(_0x313efd,_0x2a8f13){return _0x313efd===_0x2a8f13;},'iKFcG':_0x6b7797(0x1b7),'Kaqlb':function(_0x36e65e,_0x3ebcca){return _0x36e65e(_0x3ebcca);}},_0x464e4b=_0x4c96d7['WcjLU'][_0x6b7797(0x160)]('|');let _0x4c282c=0x0;while(!![]){switch(_0x464e4b[_0x4c282c++]){case'0':this[_0x6b7797(0xf3)]=new testOpsHelper[(_0x6b7797(0x1d8))]({'cwd':process[_0x6b7797(0x1ce)]()},this[_0x6b7797(0xe3)][_0x6b7797(0x1c3)]);continue;case'1':this[_0x6b7797(0xe3)]=_0x4c96d7[_0x6b7797(0x123)](getTestEnv);continue;case'2':this['enabled']=_0x4c96d7['cHmLt'](shouldProcessEventForTesthub);continue;case'3':this[_0x6b7797(0x12b)]=_0x13051c['frameworkName'];continue;case'4':this[_0x6b7797(0xea)]&&_0x4c96d7[_0x6b7797(0x115)](this['driver'][_0x6b7797(0x168)][_0x6b7797(0x16c)],_0x4c96d7[_0x6b7797(0x19b)])&&_0x4c96d7[_0x6b7797(0x101)](mockPWBrowserType,null);continue;case'5':this[_0x6b7797(0xea)]=_0x4c5491;continue;}break;}}['start'](){const _0x27ed69=a4_0x5c783e;if(!this[_0x27ed69(0x125)])return;testOpsHelper['patchConsoleLogger'](),process['removeAllListeners'](_0x27ed69(0x1c5)+process[_0x27ed69(0x17b)]),process['on']('bs:addLog:'+process[_0x27ed69(0x17b)],this[_0x27ed69(0x183)]['bind'](this));}async[a4_0x5c783e(0x15c)](){const _0x7091b8=a4_0x5c783e;await RequestQueueHandler[_0x7091b8(0x104)]()[_0x7091b8(0x1a1)]();}async[a4_0x5c783e(0x183)](_0x1a4ce6){const _0x5e7801=a4_0x5c783e,_0x4e30dd={'BmIuj':_0x5e7801(0x1a9),'TUjwl':function(_0xbd6816,_0x55fb11){return _0xbd6816(_0x55fb11);}};try{this[_0x5e7801(0x197)]&&!this[_0x5e7801(0x197)][_0x5e7801(0x1ba)]&&(_0x1a4ce6[_0x5e7801(0x144)]=this[_0x5e7801(0x197)][_0x5e7801(0x134)]);!_0x1a4ce6[_0x5e7801(0x144)]&&this[_0x5e7801(0xf6)]&&!this['currentTest']['markedStatus']&&(_0x1a4ce6['test_run_uuid']=this['currentTest'][_0x5e7801(0x1c6)]);if(_0x1a4ce6[_0x5e7801(0x144)]||_0x1a4ce6[_0x5e7801(0x18d)]){const _0x3ad880={};_0x3ad880[_0x5e7801(0x1a8)]=_0x4e30dd[_0x5e7801(0x111)],_0x3ad880[_0x5e7801(0x126)]=[_0x1a4ce6],await SessionHandler[_0x5e7801(0x15d)](_0x3ad880);}}catch(_0x179189){_0x4e30dd[_0x5e7801(0x138)](debug,_0x5e7801(0x1db)+constants['TEST_REPORTING_ANALYTICS']+_0x5e7801(0xe8)+_0x179189);}}async['sendCBTInfo'](_0x2d19ee){const _0x44af9d=a4_0x5c783e,_0x4ed4a8={'HIxPY':_0x44af9d(0x1dc),'xiKZC':function(_0x501d5c,_0x34d801){return _0x501d5c(_0x34d801);}};if(!this['enabled'])return;const _0x11c02e=this['getCBTInfo'](this['driver']);try{const _0x4e992e={};_0x4e992e[_0x44af9d(0x1bd)]=_0x2d19ee,_0x4e992e['integrations']=_0x11c02e;const _0x2d1e90=_0x4e992e,_0x3261c1={};_0x3261c1[_0x44af9d(0x1a8)]=_0x4ed4a8[_0x44af9d(0x19d)],_0x3261c1[_0x44af9d(0xfa)]=_0x2d1e90,await SessionHandler['uploadEventData'](_0x3261c1);}catch(_0x53af98){_0x4ed4a8[_0x44af9d(0x1a6)](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20'+constants[_0x44af9d(0x14f)]+_0x44af9d(0xe8)+_0x53af98);}}[a4_0x5c783e(0x187)](_0x467f85){const _0x4986b5=a4_0x5c783e,_0x39d44c={'MtYUJ':function(_0x4b15aa,_0x1ce975){return _0x4b15aa(_0x1ce975);}};return _0x39d44c[_0x4986b5(0x15a)](fetchPlatformDetails,_0x467f85);}[a4_0x5c783e(0x1d0)]=_0x41f2c7=>{const _0x24f177=a4_0x5c783e,_0x1303d1={};_0x1303d1[_0x24f177(0x1d6)]=_0x24f177(0x147),_0x1303d1['ZWxJF']=_0x24f177(0x16a);const _0x40434b=_0x1303d1;if(!_0x41f2c7||!_0x41f2c7[_0x24f177(0x10d)])return;[_0x40434b[_0x24f177(0x1d6)],_0x40434b['ZWxJF']][_0x24f177(0x10b)](_0x187c3b=>{const _0x119729=_0x24f177,_0xa96671=_0x41f2c7['parent'][_0x187c3b];_0xa96671[_0x119729(0x10b)](_0x466376=>{const _0x5f2266=_0x119729;_0x466376[_0x5f2266(0x134)]&&(_0x466376[_0x5f2266(0x134)]=null);});});};['mapTestHooks'](_0xdcba99){const _0x181858=a4_0x5c783e,_0xba49e9={'OKSOy':_0x181858(0x131),'QJWcb':function(_0x5363ed){return _0x5363ed();},'JdBPT':function(_0x564f64,_0xcf3227){return _0x564f64===_0xcf3227;},'RoBGH':'_afterEach','vKELw':'_beforeAll','nUXqd':_0x181858(0x186),'nRsIX':_0x181858(0x147)};if(!_0xdcba99||!_0xdcba99[_0x181858(0x10d)])return;[_0xba49e9[_0x181858(0x1d5)],_0xba49e9[_0x181858(0x12e)],_0xba49e9[_0x181858(0x194)],_0xba49e9[_0x181858(0xeb)]][_0x181858(0x10b)](_0x1cf8a9=>{const _0x3147a1=_0x181858,_0x3389de=_0xdcba99[_0x3147a1(0x10d)][_0x1cf8a9]||[];_0x3389de[_0x3147a1(0x10b)](_0x30cfaa=>{const _0x5a211b=_0x3147a1;if(_0x30cfaa[_0x5a211b(0xf5)][_0x5a211b(0x181)](_0xba49e9[_0x5a211b(0xe2)]))return;if(!_0x30cfaa['hookAnalyticsId'])_0x30cfaa[_0x5a211b(0x134)]=_0xba49e9[_0x5a211b(0x157)](uuidv4);else _0x30cfaa['markedStatus']&&_0xba49e9[_0x5a211b(0x153)](_0x1cf8a9,_0xba49e9[_0x5a211b(0xeb)])&&(_0x30cfaa[_0x5a211b(0x134)]=_0xba49e9[_0x5a211b(0x157)](uuidv4),delete _0x30cfaa[_0x5a211b(0x1ba)]);});}),this[_0x181858(0x109)](_0xdcba99['parent']);}[a4_0x5c783e(0x1c1)](_0x26c367){const _0x30cb4c=a4_0x5c783e,_0x202402={};_0x202402['wKZoc']=_0x30cb4c(0xe1),_0x202402['rbBun']='_afterAll',_0x202402[_0x30cb4c(0xf9)]=_0x30cb4c(0x147),_0x202402[_0x30cb4c(0x100)]=_0x30cb4c(0x16a);const _0x2cb238=_0x202402;if(!_0x26c367||!_0x26c367['parent'])return[];const _0x2afec9=[];return[_0x2cb238[_0x30cb4c(0x198)],_0x2cb238[_0x30cb4c(0x120)],_0x2cb238[_0x30cb4c(0xf9)],_0x2cb238[_0x30cb4c(0x100)]][_0x30cb4c(0x10b)](_0x51bdeb=>{const _0x5324ff=_0x30cb4c,_0x523907=_0x26c367[_0x5324ff(0x10d)][_0x51bdeb]||[];_0x523907['forEach'](_0xbec787=>{const _0x439424=_0x5324ff;_0xbec787['hookAnalyticsId']&&_0x2afec9[_0x439424(0x110)](_0xbec787[_0x439424(0x134)]);});}),[][_0x30cb4c(0x1bb)](_0x2afec9,this[_0x30cb4c(0x1c1)](_0x26c367[_0x30cb4c(0x10d)]));}[a4_0x5c783e(0x188)](_0x3d8ef2){const _0x495506=a4_0x5c783e,_0x12f067=/^"(?<hook>.*)" hook:.*$/,_0x3ac8a1=_0x3d8ef2[_0x495506(0xf5)],_0x413a1e=_0x3ac8a1[_0x495506(0x128)](_0x12f067);if(_0x413a1e&&_0x413a1e[_0x495506(0xe4)])return _0x413a1e[_0x495506(0xe4)][_0x495506(0x16b)][_0x495506(0x152)]()[_0x495506(0x191)]('\x20','_');return null;}[a4_0x5c783e(0x1be)](_0x11b2d5){const _0x517e5b=a4_0x5c783e,_0x470c98={};_0x470c98[_0x517e5b(0xfc)]=function(_0x2a1440,_0x5ba321){return _0x2a1440===_0x5ba321;},_0x470c98['kgkQo']=function(_0x25663b,_0x37ab62){return _0x25663b===_0x37ab62;},_0x470c98[_0x517e5b(0x1af)]=function(_0xbf8106,_0x282278){return _0xbf8106===_0x282278;},_0x470c98['BxhGD']=function(_0x3f8763,_0x22e683){return _0x3f8763===_0x22e683;},_0x470c98['KiZUr']=_0x517e5b(0x182),_0x470c98[_0x517e5b(0x1cf)]=_0x517e5b(0x11a);const _0x1bd459=_0x470c98,_0x1b5a75=path['sep'];if(_0x1bd459['GZpNS'](_0x11b2d5,null)||_0x1bd459[_0x517e5b(0x11f)](_0x11b2d5,'')||_0x1bd459[_0x517e5b(0x1af)](_0x11b2d5,_0x1b5a75)||_0x1bd459[_0x517e5b(0x1ad)](_0x11b2d5,path[_0x517e5b(0x112)](_0x11b2d5)))return null;try{return fs[_0x517e5b(0x1d2)](path[_0x517e5b(0xe0)](_0x11b2d5,_0x1bd459['KiZUr'],_0x1bd459[_0x517e5b(0x1cf)])),_0x11b2d5;}catch(_0x5b93da){const _0x41c7af=path[_0x517e5b(0x112)](_0x11b2d5);return this[_0x517e5b(0x1be)](_0x41c7af);}}[a4_0x5c783e(0x195)](_0x40991c){const _0x2894cc=a4_0x5c783e,_0x2e7419={};_0x2e7419['fuvSC']=function(_0x3200bf,_0x5c12db){return _0x3200bf>_0x5c12db;};const _0x236ba3=_0x2e7419;if(_0x40991c[_0x2894cc(0x1a3)])return _0x40991c[_0x2894cc(0x1a3)];if(_0x40991c[_0x2894cc(0x10f)]){const _0x2fc286=_0x40991c['ctx'][_0x2894cc(0xf6)]?this[_0x2894cc(0x195)](_0x40991c['ctx'][_0x2894cc(0xf6)]):null;if(_0x2fc286)return _0x2fc286;}if(_0x40991c['parent']){const _0x41618c=this['getRootParentFile'](_0x40991c[_0x2894cc(0x10d)])||(_0x40991c['parent'][_0x2894cc(0x10f)]&&_0x40991c[_0x2894cc(0x10d)][_0x2894cc(0x10f)]['currentTest']?this[_0x2894cc(0x195)](_0x40991c['parent'][_0x2894cc(0x10f)]['currentTest']):null);if(_0x41618c)return _0x41618c;_0x40991c[_0x2894cc(0x10d)][_0x2894cc(0x13f)]&&_0x236ba3[_0x2894cc(0x166)](_0x40991c[_0x2894cc(0x10d)]['suites'][_0x2894cc(0xe5)],0x0)&&_0x40991c[_0x2894cc(0x10d)][_0x2894cc(0x13f)][_0x2894cc(0x10b)](_0x3e92ab=>{const _0x563834=_0x2894cc,_0x28669f=_0x3e92ab[_0x563834(0x10f)]?this[_0x563834(0x195)](_0x3e92ab[_0x563834(0x10f)]):null;if(_0x28669f)return _0x28669f;});}return null;}[a4_0x5c783e(0xff)](_0x3acd30){const _0x5b8565=a4_0x5c783e,_0x23625e={};_0x23625e[_0x5b8565(0x119)]=function(_0x3a41f6,_0x2d9664){return _0x3a41f6!==_0x2d9664;};const _0x592316=_0x23625e,_0x5bc78a=[];if(_0x3acd30&&_0x3acd30[_0x5b8565(0x10d)]){let _0x5a6069=_0x3acd30[_0x5b8565(0x10d)];while(_0x5a6069&&_0x592316[_0x5b8565(0x119)](_0x5a6069[_0x5b8565(0xf5)],'')){_0x5bc78a['push'](_0x5a6069[_0x5b8565(0xf5)]),_0x5a6069=_0x5a6069[_0x5b8565(0x10d)];}}return _0x5bc78a;}[a4_0x5c783e(0x12a)](_0x214c1d,_0x59d091,_0xb85c6f=undefined){const _0x200d7e=a4_0x5c783e,_0x4aa96e={'xgXwj':function(_0xd3ff8f,_0x59f07d){return _0xd3ff8f(_0x59f07d);},'gXcCY':function(_0x547b6e){return _0x547b6e();},'swnFi':function(_0x31d132){return _0x31d132();},'OAvzX':function(_0xb7b743){return _0xb7b743();},'DQkeq':_0x200d7e(0xf1),'rzqMW':_0x200d7e(0x129),'YSJEV':function(_0x3dfd42,_0x13d167){return _0x3dfd42!==_0x13d167;},'wuTWB':function(_0x3bbffb,_0x500b9c){return _0x3bbffb!==_0x500b9c;},'THsMJ':_0x200d7e(0x13c),'YvNEW':_0x200d7e(0x17e),'DdRgG':_0x200d7e(0x11e),'podez':'passed','mixPG':'skipped','zftFi':'javascript','EcOAT':function(_0x3862c2,_0x2fa7c4){return _0x3862c2-_0x2fa7c4;},'DEhMO':function(_0x57ee7c,_0x21dc3e,_0x352455,_0x426806,_0x425df5){return _0x57ee7c(_0x21dc3e,_0x352455,_0x426806,_0x425df5);},'AcpSA':function(_0x542bc5,_0x2addbb){return _0x542bc5!==_0x2addbb;},'xlDNh':_0x200d7e(0x116),'HlJWO':_0x200d7e(0x1cd),'zrWSE':'failure','VjvJh':'failure_backtrace','dFDku':'backtrace','TJGYR':_0x200d7e(0x14c),'wqwBe':_0x200d7e(0x177),'ArLdV':function(_0x2406d6,_0x2c386a){return _0x2406d6===_0x2c386a;},'mHILC':_0x200d7e(0x18e),'kBoKv':_0x200d7e(0xfa)};if(!this[_0x200d7e(0x125)])return;try{if(_0x59d091['fn']&&_0x59d091['fn'][_0x200d7e(0x1b8)]()[_0x200d7e(0x128)](/browserstack internal helper hook/))return;const _0x5af09c=_0x4aa96e[_0x200d7e(0x10a)](parseEvent,_0x214c1d);if(!_0x5af09c)return;if(_0x5af09c[_0x200d7e(0x113)]){this[_0x200d7e(0xf6)]=_0x59d091,this[_0x200d7e(0x197)]=null;if(_0x5af09c[_0x200d7e(0x158)]||_0x5af09c[_0x200d7e(0x121)]){_0x59d091['startedAt']=new Date(),_0x59d091['markedStatus']=![];if(!_0x59d091[_0x200d7e(0x1c6)])_0x59d091['testAnalyticsId']=_0x4aa96e[_0x200d7e(0x136)](uuidv4);else _0x59d091[_0x200d7e(0x1ba)]&&(!_0x59d091['retryOf']&&(_0x59d091[_0x200d7e(0x150)]=_0x59d091[_0x200d7e(0x1c6)]),_0x59d091['testAnalyticsId']=_0x4aa96e[_0x200d7e(0x164)](uuidv4));}}else{if(_0x5af09c[_0x200d7e(0x16b)]){this['currentHook']=_0x59d091;if(_0x5af09c[_0x200d7e(0x158)]){_0x59d091['startedAt']=new Date(),_0x59d091[_0x200d7e(0x1ba)]=![];if(!_0x59d091['hookAnalyticsId'])_0x59d091[_0x200d7e(0x134)]=_0x4aa96e[_0x200d7e(0x136)](uuidv4);else _0x59d091['hookAnalyticsId']&&_0x59d091[_0x200d7e(0x1ba)]&&(_0x59d091['hookAnalyticsId']=_0x4aa96e['OAvzX'](uuidv4));}}}if(_0x5af09c[_0x200d7e(0x154)]&&_0x59d091['markedStatus'])return;let _0x2c2d9a;try{_0x2c2d9a=this[_0x200d7e(0x195)](_0x59d091);}catch(_0x1412f8){logger[_0x200d7e(0x1ae)]('failed\x20to\x20get\x20root\x20parent\x20file\x20'+_0x1412f8),_0x2c2d9a=null;}const _0x546865=_0x4aa96e['xgXwj'](require,_0x4aa96e[_0x200d7e(0x117)]);let _0x444f0f=[];_0xb85c6f&&(_0x444f0f=[_0xb85c6f,_0x4aa96e[_0x200d7e(0x1b2)]]);const _0x1f0957=_0x4aa96e[_0x200d7e(0x170)](_0x59d091[_0x200d7e(0xe7)],undefined)?_0x546865[_0x200d7e(0x118)](_0x59d091[_0x200d7e(0xe7)][0x0]):_0x4aa96e[_0x200d7e(0xfb)](_0xb85c6f,undefined)?_0xb85c6f['toString']():undefined,_0xd897f6=_0x2c2d9a?this[_0x200d7e(0x1be)](_0x2c2d9a):null,_0x3f04b7=_0x2c2d9a?this[_0x200d7e(0xf3)][_0x200d7e(0xf2)](this['getRootParentFile'](_0x59d091)):_0x4aa96e['THsMJ'];let _0x72188b=_0x4aa96e['YvNEW'];const _0x44c188=!_0x5af09c[_0x200d7e(0x158)]?new Date()['toISOString']():null;if(_0x5af09c['finished'])_0x72188b=_0xb85c6f?_0x4aa96e['DdRgG']:_0x4aa96e[_0x200d7e(0x102)],_0x59d091[_0x200d7e(0x1ba)]=!![];else _0x5af09c[_0x200d7e(0x121)]&&(_0x72188b=_0x4aa96e['mixPG'],_0x59d091[_0x200d7e(0x1ba)]=!![]);const _0x33c255={'framework':this[_0x200d7e(0x12b)],'uuid':_0x59d091[_0x200d7e(0x1c6)]||_0x59d091['hookAnalyticsId'],'name':_0x59d091[_0x200d7e(0xf5)],'body':{'lang':_0x4aa96e['zftFi'],'code':_0x59d091[_0x200d7e(0x1c9)]['toString']()},'type':_0x59d091['type'],'scope':_0x59d091[_0x200d7e(0xf0)](),'scopes':this[_0x200d7e(0xff)](_0x59d091),'file_name':_0x3f04b7,'vc_filepath':_0xd897f6?path[_0x200d7e(0x15e)](_0xd897f6,_0x2c2d9a):null,'location':_0x3f04b7,'result':_0x72188b,'failure_reason':_0x1f0957,'duration_in_ms':_0x59d091[_0x200d7e(0x1a4)]||(_0x5af09c['finished']||_0x5af09c[_0x200d7e(0x121)])?_0x4aa96e[_0x200d7e(0xe6)](Date[_0x200d7e(0xfd)](),new Date(_0x59d091[_0x200d7e(0x17f)])['getTime']()):null,'started_at':new Date(_0x59d091[_0x200d7e(0x17f)])[_0x200d7e(0x11c)](),'finished_at':_0x44c188,'failure':testOpsHelper[_0x200d7e(0x1d1)][_0x200d7e(0x107)](null,_0x444f0f),'failure_type':!_0x1f0957?null:testOpsHelper[_0x200d7e(0x16e)](_0x1f0957),'retry_of':_0x59d091[_0x200d7e(0x150)]||null,'tags':_0x59d091[_0x200d7e(0x127)]||[],'customRerunParam':{'rerun_name':_0x59d091[_0x200d7e(0xf0)]()}};_0x4aa96e[_0x200d7e(0x1c7)](appendTesthubParams,_0x33c255,_0x214c1d,_0x59d091,FRAMEWORKS[_0x200d7e(0x130)]);if(_0x5af09c[_0x200d7e(0x16b)])[_0x33c255['hook_type'],_0x33c255[_0x200d7e(0x16c)]]=[this['getHookType'](_0x59d091),_0x59d091[_0x200d7e(0x10f)][_0x200d7e(0x113)]['title']],_0x5af09c[_0x200d7e(0x154)]?_0x4aa96e['AcpSA'](_0x33c255[_0x200d7e(0x10e)],_0x4aa96e['DdRgG'])&&(_0x33c255['result']=_0x4aa96e['podez']):_0x33c255['body']={};else _0x5af09c[_0x200d7e(0x113)]&&(this[_0x200d7e(0x109)](_0x59d091),_0x5af09c[_0x200d7e(0x121)]&&this['resetSkipTestHooks'](_0x59d091),(_0x5af09c['finished']||_0x5af09c[_0x200d7e(0x121)])&&(_0x33c255[_0x200d7e(0x1c8)]=this[_0x200d7e(0x1c1)](_0x59d091)));this['driver']&&(_0x5af09c[_0x200d7e(0x158)]||_0x5af09c[_0x200d7e(0x121)])&&(_0x33c255[_0x4aa96e[_0x200d7e(0x167)]]=this[_0x200d7e(0x187)](this[_0x200d7e(0xea)]));_0x5af09c['test']&&_0x5af09c['finished']&&_0x59d091['bddSteps']&&(_0x33c255[_0x4aa96e[_0x200d7e(0x1cc)]]={'feature':{'name':_0x59d091[_0x200d7e(0x10d)][_0x200d7e(0x1d9)][_0x200d7e(0x16c)],'path':_0x33c255['file_name'],'description':_0x59d091['parent'][_0x200d7e(0x1a7)]},'scenario':{'name':_0x59d091[_0x200d7e(0xf5)]},'steps':_0x59d091[_0x200d7e(0xef)]});const _0x1eecea=_0x33c255[_0x4aa96e[_0x200d7e(0xf8)]][0x0];_0x1eecea&&(_0x33c255[_0x4aa96e['VjvJh']]=_0x1eecea[_0x4aa96e[_0x200d7e(0x1ac)]],_0x33c255[_0x4aa96e[_0x200d7e(0x140)]]=_0x1eecea[_0x4aa96e[_0x200d7e(0x18c)]]);if(_0x59d091[_0x200d7e(0xef)])for(const _0x2b0d61 of _0x59d091[_0x200d7e(0xef)]){!_0x2b0d61[_0x200d7e(0x11b)]&&(_0x2b0d61[_0x200d7e(0x11b)]=new Date()[_0x200d7e(0x11c)](),_0x4aa96e[_0x200d7e(0x19a)](_0x2b0d61['result'],_0x4aa96e[_0x200d7e(0x18f)])&&(_0x1eecea?(_0x2b0d61['result']=_0x4aa96e[_0x200d7e(0x1a0)],_0x2b0d61[_0x200d7e(0x13b)]=_0x1eecea[_0x4aa96e[_0x200d7e(0x1ac)]][0x0]):_0x2b0d61[_0x200d7e(0x10e)]=_0x4aa96e[_0x200d7e(0x102)]));}const _0x42471b={};_0x42471b[_0x200d7e(0x1a8)]=_0x5af09c[_0x200d7e(0x121)]?TEST_EVENTS[_0x200d7e(0x14a)]:_0x214c1d;const _0x4c307f=_0x42471b;return _0x5af09c[_0x200d7e(0x16b)]?_0x4c307f[_0x4aa96e[_0x200d7e(0x190)]]=_0x33c255:_0x4c307f[_0x4aa96e['kBoKv']]=_0x33c255,_0x4c307f;}catch(_0x48642b){logger[_0x200d7e(0x1ae)](_0x200d7e(0xf4)+_0x214c1d+_0x200d7e(0xe8)+_0x48642b);}}async['fireEvent'](_0x5cbb42,_0x44b04a){const _0x4b9efd=a4_0x5c783e;if(!this[_0x4b9efd(0x125)]||!_0x44b04a||!_0x5cbb42)return![];try{return await SessionHandler[_0x4b9efd(0x15d)](_0x44b04a);}catch(_0x578ab8){logger[_0x4b9efd(0x1ae)](_0x4b9efd(0x133)+_0x5cbb42+_0x4b9efd(0xe8)+_0x578ab8);}}[a4_0x5c783e(0x12c)](_0x510593){const _0x2d254b=a4_0x5c783e,_0x18aa79={};_0x18aa79[_0x2d254b(0x163)]=_0x2d254b(0x17e);const _0x45b3c3=_0x18aa79;return{'id':_0x510593[_0x2d254b(0x137)],'text':_0x510593[_0x2d254b(0x171)],'keyword':_0x510593[_0x2d254b(0x193)],'started_at':_0x510593[_0x2d254b(0x17f)][_0x2d254b(0x11c)](),'result':_0x45b3c3[_0x2d254b(0x163)]};}['bddStepStart'](_0x30f9b7){const _0xcc6116=a4_0x5c783e,_0x25aca9={'EjOBt':function(_0x340089){return _0x340089();}};!this['currentTest'][_0xcc6116(0xef)]&&(this[_0xcc6116(0xf6)][_0xcc6116(0xef)]=[]),!_0x30f9b7['stepAnalyticsId']&&(_0x30f9b7[_0xcc6116(0x137)]=_0x25aca9[_0xcc6116(0x141)](uuidv4),_0x30f9b7[_0xcc6116(0x17f)]=new Date(),this['currentTest'][_0xcc6116(0xef)]['push'](this[_0xcc6116(0x12c)](_0x30f9b7)));}['bddStepFinish'](_0x3dedeb){const _0x36caf7=a4_0x5c783e,_0x75f354={'zFTrO':function(_0x136a4b,_0x209c08){return _0x136a4b(_0x209c08);},'yHxhn':_0x36caf7(0x19c),'wCsHs':'pending','vqrTX':_0x36caf7(0xf7),'cyxfG':function(_0x29beba,_0x4d080c){return _0x29beba-_0x4d080c;}};let _0x12cf2c=this[_0x36caf7(0xf6)][_0x36caf7(0xef)][_0x36caf7(0x18a)](_0x22656f=>_0x22656f['id']===_0x3dedeb[_0x36caf7(0x137)]);_0x75f354[_0x36caf7(0x15f)](isUndefined,_0x12cf2c)&&(_0x12cf2c=this[_0x36caf7(0x12c)](_0x3dedeb)),_0x12cf2c['result']=[_0x75f354[_0x36caf7(0x1c0)],_0x75f354[_0x36caf7(0xe9)]][_0x36caf7(0x181)](_0x3dedeb[_0x36caf7(0x185)])?_0x75f354[_0x36caf7(0x135)]:_0x3dedeb[_0x36caf7(0x185)],_0x12cf2c[_0x36caf7(0x11b)]=new Date()[_0x36caf7(0x11c)](),_0x12cf2c['duration']=_0x75f354['cyxfG'](Date[_0x36caf7(0xfd)](),_0x3dedeb['startedAt'][_0x36caf7(0x103)]()),_0x12cf2c[_0x36caf7(0x13b)]=_0x3dedeb[_0x36caf7(0x129)]?_0x3dedeb[_0x36caf7(0x129)][_0x36caf7(0x139)]:null;}}const a4_0x2f562f={};a4_0x2f562f['O11yHelper']=O11yHelper,a4_0x2f562f['STATE_PASSED']=STATE_PASSED,a4_0x2f562f[a4_0x5c783e(0x105)]=STATE_FAILED,a4_0x2f562f[a4_0x5c783e(0x1aa)]=TEST_EVENTS,module['exports']=a4_0x2f562f;