browserstack-node-sdk 1.46.3 → 1.46.5

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 +116 -0
  41. package/generated/sdk-messages_pb.js +902 -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_0x54df68=a1_0x3d04;function a1_0x55d4(){const _0x5b2cde=['1074028gpJGyc','browserstackTestName','measureWrapper','args','util','ctx','SDK_HOOK','devtools://','Playwright','yaXIY','SDK_TEST','BROWSERSTACK_TESTHUB_JWT','executeScript','../../helpers/accessibility-automation/helper','includes','chromium','all','startsWith','readFileSync','base64','./helper.js','VmLDh','TgmIV','TEST_LOG','startMonitoring','setGlobal','LXwra','pid','saveScreenshot','pLGnJ','before','2039319sTuuhj','passed','MqNvp','codeceptjs','action','captureEvent','HOOK_RUN_STARTED','browser','DqyeF','goFlO','screenshotOutputFolder','container','event','titlePath','end','_setPage','DPdvc','test-passed','warn','SSKjZ','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','../../bin/playwright/accessibility-helper','hook-started','yBAfT','accessibilityPlatform','browserstack_executor:\x20','bind','afterTest','currentTest','uhpBh','TestCafe','captureError','TEST_SCREENSHOT','aYfKz','KkQVf','helpers','restore','vlNeJ','class','FRAMEWORK_DETAILS','\x0aStack:\x20','stop','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','lZVlR','catch','stringify','debug','FpKcw','ZvJPh','fQwhQ','UlySy','TrzHO','setSessionName','YiFvL','dgNcY','../../helpers/performance/performance-tester','hook','VRDed','uUPNh','stack','hook-passed','oCwGE','GEwvv','test-skipped','bddStep','stopMonitoring','after','getResultsSummary','skipped','./o11yHelper','version','dispatcher','webdriverio','../../helpers/helper','Puppeteer','2846354ssvehf','info','page','../../helpers/globals.js','arguments','hookType','TBjpD','rhrEp','saveTestResults','PERFORM_SCAN','__skipSessionStatus','env','find','exports','SDK_POST_INITIALIZE','start','pages','overwriteCommand','zDZex','isArray','5YNKOqH','AxGFm','GET_RESULTS_SUMMARY','test-before','dFmnl','gvSwq','Gfqbm','apply','thBuildUuid','call','SYNC','fzabl','AZJcS','534566HNHzOG','enWIV','hHVJF','../../helpers/request-spy','INFO','hook-failed','performScan','nighY','setSessionStatus','patchSaveScreenshot','config','forEach','SDK_PRE_TEST','../../helpers/accessibility-automation/scripts','jWgnk','18021591HhvAJe','mWofZ','initSaveScreenshot','exngJ','../../helpers/test-observability/utils','tsdXu','SESSION_NAME','sJpEY','title','euWjJ','2466600pfysTZ','HOOK_RUN_FINISHED','test','codeceptjs/lib/recorder.js','VZhNA','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','slice','WebDriver','Element','test-after','nZKCB','SDK_POST_TEST','mGIHF','prototype','toString','gVhot','Suite','shouldWrapCommand','nmTce','bddStepStart','from','push','KIiKE','ENV_VAR','_before','eNrtA','rYgEv','testAnalyticsId','failed','add','message','WYVPQ','TxFqW','SAVE_RESULTS','tFfpW','tkPhX','Failed\x20to\x20execute\x20_before:\x20','a11y_core_config','6SFtfuo','reason','test-failed','WMhyB','constructor','lwXAj','BS_TESTOPS_ALLOW_SCREENSHOTS','patch','fireEvent','toISOString','url','MdzDD','step','addRequestSpy','FuCHi','TEST_RUN_STARTED','vjBWE','zAOuj','fwYuG','TEST_RUN_FINISHED','thJwtToken','command','1109702qxaNWk','--auto-open-devtools-for-tabs','Screenshot\x20path\x20not\x20found','Performing\x20scan\x20for\x20','Tthsl','SDK_PRE_INITIALIZE','VTWlB','format','contexts','test-started','cJsGD','emit','WbhhX','vIOIt','bddStep-before','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','getAccessibilityResults','started','bstackAllyScanning','codeceptjs/lib/helper/Playwright.js','CcASk','browserStackExecuteDriver','codeceptjs/lib/index.js','BkpUN','TEST_RUN_SKIPPED','BROWSERSTACK_TESTHUB_UUID','testFramework','skipSessionName','getSyncScript','comment','name','GET_RESULTS','hguLR','browserContext','__driver','commandsToWrap','bddStepFinish','parse','STayh','status','skipSessionStatus'];a1_0x55d4=function(){return _0x5b2cde;};return a1_0x55d4();}(function(_0x14a635,_0x453582){const _0x45c34e=a1_0x3d04,_0x17c0fb=_0x14a635();while(!![]){try{const _0x447961=-parseInt(_0x45c34e(0x245))/0x1+-parseInt(_0x45c34e(0x190))/0x2+-parseInt(_0x45c34e(0x1d8))/0x3+-parseInt(_0x45c34e(0x1b9))/0x4*(-parseInt(_0x45c34e(0x238))/0x5)+parseInt(_0x45c34e(0x17a))/0x6*(-parseInt(_0x45c34e(0x224))/0x7)+parseInt(_0x45c34e(0x25e))/0x8+parseInt(_0x45c34e(0x254))/0x9;if(_0x447961===_0x453582)break;else _0x17c0fb['push'](_0x17c0fb['shift']());}catch(_0x5dcd00){_0x17c0fb['push'](_0x17c0fb['shift']());}}}(a1_0x55d4,0x627db));const fs=require('fs'),util=require(a1_0x54df68(0x1bd)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x54df68(0x222)),logger=require('../../helpers/logger')['winstonLogger'],testOpsHelper=require(a1_0x54df68(0x258)),requestSpy=require(a1_0x54df68(0x248)),PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x54df68(0x21e)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x54df68(0x1c6)),AccessibilityHelper=require(a1_0x54df68(0x1ed)),scripts=require(a1_0x54df68(0x252)),PerformanceTester=require(a1_0x54df68(0x210)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require('../../helpers/performance/constants'),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x54df68(0x1cd)),testHubConstants=require('../../helpers/testhub/constants.js'),globals=require(a1_0x54df68(0x227)),CodeceptJS=requireModule(a1_0x54df68(0x1a6),'codeceptjs'),CodeceptUtils=requireModule('codeceptjs/lib/utils.js','codeceptjs'),CodeceptWebDriver=requireModule('codeceptjs/lib/helper/WebDriver.js','codeceptjs'),CodeceptRecorder=requireModule(a1_0x54df68(0x261),a1_0x54df68(0x1db)),CodeceptPlaywright=requireModule(a1_0x54df68(0x1a3),'codeceptjs'),playwrightMarkSessionStatus=(_0x278c29,_0x1f1c0d,_0x5df73a)=>{const _0x54d1fd=a1_0x54df68,_0x1cfaae={'Gfqbm':_0x54d1fd(0x24d),'tsdXu':function(_0x2af9ce,_0x37cc14){return _0x2af9ce(_0x37cc14);}},_0x567a6e={};_0x567a6e[_0x54d1fd(0x1b7)]=_0x1f1c0d;const _0x33a1b1={};_0x33a1b1['action']=_0x1cfaae[_0x54d1fd(0x23e)],_0x33a1b1[_0x54d1fd(0x228)]=_0x567a6e;const _0x41cbd6=_0x33a1b1;return!_0x1cfaae[_0x54d1fd(0x259)](isUndefined,_0x5df73a)&&(_0x41cbd6[_0x54d1fd(0x228)][_0x54d1fd(0x17b)]=JSON['stringify'](_0x5df73a)),_0x278c29[_0x54d1fd(0x1c5)](()=>{},_0x54d1fd(0x1f1)+JSON['stringify'](_0x41cbd6));},o11ySync=PerformanceTester['measureWrapper'](PerformanceO11yEvents[a1_0x54df68(0x242)],async _0x47eedb=>{const _0x1a5ca1=a1_0x54df68,_0x5c3fbb={};_0x5c3fbb['gvSwq']=function(_0x31e406,_0x3ec0ec){return _0x31e406===_0x3ec0ec;},_0x5c3fbb[_0x1a5ca1(0x20c)]=_0x1a5ca1(0x1c1);const _0x41722f=_0x5c3fbb;_0x41722f[_0x1a5ca1(0x23d)](_0x47eedb['constructor'][_0x1a5ca1(0x1ae)],_0x41722f[_0x1a5ca1(0x20c)])?await _0x47eedb[_0x1a5ca1(0x1c5)](_0x4534b5=>{},testOpsHelper[_0x1a5ca1(0x1ac)]()):await _0x47eedb['executeScript'](testOpsHelper[_0x1a5ca1(0x1ac)]());}),markSessionName=PerformanceTester[a1_0x54df68(0x1bb)](PerformanceAutEvents[a1_0x54df68(0x25a)],async(_0x6ea1cd,_0x5e7eb0)=>{const _0x3f41ae=a1_0x54df68,_0x1e5709={};_0x1e5709[_0x3f41ae(0x246)]=_0x3f41ae(0x20d),_0x1e5709['STayh']=function(_0x40e4ad,_0x139321){return _0x40e4ad===_0x139321;},_0x1e5709[_0x3f41ae(0x18b)]='Playwright';const _0xa3634f=_0x1e5709,_0xa35ba7={};_0xa35ba7[_0x3f41ae(0x1ae)]=_0x5e7eb0;const _0x37b67d={};_0x37b67d[_0x3f41ae(0x1dc)]=_0xa3634f['enWIV'],_0x37b67d['arguments']=_0xa35ba7;const _0x3e3263=_0x37b67d;_0xa3634f[_0x3f41ae(0x1b6)](_0x6ea1cd['constructor'][_0x3f41ae(0x1ae)],_0xa3634f[_0x3f41ae(0x18b)])?await _0x6ea1cd[_0x3f41ae(0x1c5)](()=>{},'browserstack_executor:\x20'+JSON['stringify'](_0x3e3263)):await _0x6ea1cd[_0x3f41ae(0x1c5)](_0x3f41ae(0x1f1)+JSON[_0x3f41ae(0x206)](_0x3e3263));}),patchSaveScreenshot=_0x212e73=>{const _0x5aecc6=a1_0x54df68,_0xb36fdb={'KkQVf':_0x5aecc6(0x1cc),'MqNvp':_0x5aecc6(0x1f8),'zDZex':function(_0x875e9b){return _0x875e9b();},'VmLDh':function(_0x308b4f,_0x17ca92){return _0x308b4f(_0x17ca92);},'ERUts':_0x5aecc6(0x192),'yBAfT':function(_0x16677f,_0x48d283){return _0x16677f(_0x48d283);}};_0xb36fdb[_0x5aecc6(0x1ef)](isTrue,process[_0x5aecc6(0x22f)][_0x5aecc6(0x180)])&&!_0x212e73[_0x5aecc6(0x24e)]&&(_0x212e73[_0x5aecc6(0x24e)]=!![],_0x212e73[_0x5aecc6(0x256)]=_0x212e73[_0x5aecc6(0x1d5)],_0x212e73[_0x5aecc6(0x1d5)]=(_0x49e70e,_0x518ee7=![])=>{return new Promise(function(_0x2697c5,_0x41375d){const _0x358198=a1_0x3d04,_0x4d7fb2={'Uxrsy':_0xb36fdb[_0x358198(0x1fa)],'WMhyB':_0xb36fdb[_0x358198(0x1da)],'eGqpg':function(_0x5f74d1){const _0x578922=_0x358198;return _0xb36fdb[_0x578922(0x236)](_0x5f74d1);},'DPdvc':function(_0x2c705a,_0x8c624b){const _0x535c05=_0x358198;return _0xb36fdb[_0x535c05(0x1ce)](_0x2c705a,_0x8c624b);},'AZKvB':_0xb36fdb['ERUts']};_0x212e73[_0x358198(0x256)](_0x49e70e,_0x518ee7)['then'](()=>{const _0x164fae=_0x358198,_0x26a399=CodeceptUtils[_0x164fae(0x1e2)](_0x49e70e);if(_0x26a399){const _0x294047=fs[_0x164fae(0x1cb)](_0x26a399);process[_0x164fae(0x19b)]('bs:addLog:'+process['pid'],{'timestamp':new Date()['toISOString'](),'message':_0x294047[_0x164fae(0x162)](_0x4d7fb2['Uxrsy']),'kind':_0x4d7fb2[_0x164fae(0x17d)]}),_0x4d7fb2['eGqpg'](_0x2697c5);}_0x4d7fb2[_0x164fae(0x1e8)](_0x41375d,new Error(_0x4d7fb2['AZKvB']));})[_0x358198(0x205)](()=>null);});});},patchWebDriverBefore=_0x160e3a=>{const _0x36466d=a1_0x54df68,_0x305cde={'exngJ':function(_0x3af81e){return _0x3af81e();},'tkPhX':function(_0x1e129a,_0x59f423){return _0x1e129a(_0x59f423);},'RAoQu':function(_0x20d102,_0x438b0b){return _0x20d102===_0x438b0b;},'khnqv':_0x36466d(0x221),'pLGnJ':function(_0x4f16a8,_0x19ee0c){return _0x4f16a8===_0x19ee0c;},'rhrEp':'string','MkrjI':function(_0x5c3050,_0x2fb46a){return _0x5c3050===_0x2fb46a;},'yaXIY':_0x36466d(0x266)},_0x370ed3=async function(_0x20d6a8,_0x1b4380){const _0x5525a3=_0x36466d;_0x305cde[_0x5525a3(0x257)](isAccessibilityAutomationSession)&&!global[_0x5525a3(0x1a2)]&&global[_0x5525a3(0x1f0)]&&scripts[_0x5525a3(0x165)](_0x20d6a8[_0x5525a3(0x1ae)])&&_0x305cde[_0x5525a3(0x177)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x5525a3(0x1a2)]=!![],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x5525a3(0x22d)],async()=>{const _0x394431=_0x5525a3;logger['debug'](_0x394431(0x193)+_0x20d6a8[_0x394431(0x1fe)]+'\x20'+_0x20d6a8['name']),await AccessibilityHelper[_0x394431(0x1a5)](_0x160e3a,scripts['performScan']);},{'command':_0x20d6a8[_0x5525a3(0x1ae)]})());global['bstackAllyScanning']=![];const _0x107f60=JSON[_0x5525a3(0x1b5)](process[_0x5525a3(0x22f)][_0x5525a3(0x1ff)]||'{}');if(_0x305cde['RAoQu'](_0x107f60?.[_0x5525a3(0x1aa)]?.['name'],_0x305cde['khnqv'])&&_0x305cde[_0x5525a3(0x1d6)](typeof _0x107f60?.[_0x5525a3(0x1aa)]?.['version'],_0x305cde[_0x5525a3(0x22b)])&&_0x107f60?.[_0x5525a3(0x1aa)]?.[_0x5525a3(0x21f)]['startsWith']('7'))return _0x1b4380[_0x5525a3(0x23f)](null,Array[_0x5525a3(0x161)][_0x5525a3(0x264)][_0x5525a3(0x241)](arguments,0x2));return _0x1b4380[_0x5525a3(0x23f)](this,Array[_0x5525a3(0x161)][_0x5525a3(0x264)]['call'](arguments,0x2));},_0x1bb85d=CodeceptWebDriver[_0x36466d(0x161)][_0x36466d(0x16c)];CodeceptWebDriver['prototype'][_0x36466d(0x16c)]=async function(){const _0x5e9936=_0x36466d;try{await _0x1bb85d[_0x5e9936(0x23f)](this,arguments);}catch(_0x176e72){logger[_0x5e9936(0x207)](_0x5e9936(0x178)+util['format'](_0x176e72));}scripts[_0x5e9936(0x1b3)]['filter'](_0x28767a=>_0x28767a['name']&&_0x28767a[_0x5e9936(0x1fe)])[_0x5e9936(0x250)](_0x157cf2=>{const _0x28d6e2=_0x5e9936;this[_0x28d6e2(0x1df)][_0x28d6e2(0x235)](_0x157cf2['name'],_0x370ed3[_0x28d6e2(0x1f2)](this,_0x157cf2),_0x305cde['MkrjI'](_0x157cf2['class'],_0x305cde[_0x28d6e2(0x1c2)]));}),_0x305cde[_0x5e9936(0x177)](processWebDriverConfig,_0x160e3a);};};function a1_0x3d04(_0x36ae5d,_0x3696ca){const _0x55d42a=a1_0x55d4();return a1_0x3d04=function(_0x3d0451,_0x5bb2d0){_0x3d0451=_0x3d0451-0x15f;let _0x55851c=_0x55d42a[_0x3d0451];return _0x55851c;},a1_0x3d04(_0x36ae5d,_0x3696ca);}function parseJwt(_0x1845f8){const _0x3f625d=a1_0x54df68,_0x425a8b={};_0x425a8b[_0x3f625d(0x16e)]='base64';const _0xa42326=_0x425a8b;if(!_0x1845f8)return null;return JSON['parse'](Buffer[_0x3f625d(0x168)](_0x1845f8['split']('.')[0x1],_0xa42326[_0x3f625d(0x16e)])[_0x3f625d(0x162)]());}const patchPlaywrightBefore=()=>{const _0x23708d=a1_0x54df68,_0x123ffe={'gVhot':function(_0x234bad){return _0x234bad();},'TBjpD':_0x23708d(0x1c0),'hguLR':_0x23708d(0x191),'rBSFO':function(_0x5e789d,_0x1b0aa3){return _0x5e789d(_0x1b0aa3);},'jWgnk':function(_0x30ade3,_0x1302cd){return _0x30ade3+_0x1302cd;},'jofZK':_0x23708d(0x200),'AxGFm':function(_0x8b60ba){return _0x8b60ba();},'LXwra':function(_0x3bbdf6){return _0x3bbdf6();},'aYfKz':function(_0x27ba6b){return _0x27ba6b();}};PlaywrightSessionDetails[_0x23708d(0x181)]();const _0x2d0e38=CodeceptPlaywright['prototype'][_0x23708d(0x16c)];CodeceptPlaywright[_0x23708d(0x161)][_0x23708d(0x16c)]=async function(){const _0xa62b66=_0x23708d,_0x35c7ac={'fzabl':function(_0x353db2){const _0x2f2c13=a1_0x3d04;return _0x123ffe[_0x2f2c13(0x163)](_0x353db2);},'fwYuG':_0x123ffe[_0xa62b66(0x22a)],'YiFvL':_0x123ffe[_0xa62b66(0x1b0)],'WbhhX':function(_0x281716){return _0x123ffe['gVhot'](_0x281716);},'mGIHF':function(_0x97815a,_0x113acb){return _0x123ffe['rBSFO'](_0x97815a,_0x113acb);},'dgNcY':function(_0x373b7e){const _0x46b68e=_0xa62b66;return _0x123ffe[_0x46b68e(0x163)](_0x373b7e);},'Tthsl':function(_0x24290f,_0x591d4a){const _0x57dfd4=_0xa62b66;return _0x123ffe[_0x57dfd4(0x253)](_0x24290f,_0x591d4a);},'vjBWE':_0x123ffe['jofZK']};this[_0xa62b66(0x1b1)]=await this['browser'][_0xa62b66(0x198)]()[0x0];const _0x308083=async()=>{const _0x21b934=_0xa62b66,_0x2fe8a2={'goFlO':function(_0x100e86){const _0x3ba2e9=a1_0x3d04;return _0x35c7ac[_0x3ba2e9(0x243)](_0x100e86);},'ZvJPh':_0x35c7ac[_0x21b934(0x18c)]},_0x4fcb66=this[_0x21b934(0x24f)]&&this[_0x21b934(0x24f)][_0x21b934(0x1c8)]&&this[_0x21b934(0x24f)]['chromium'][_0x21b934(0x1bc)]&&Array[_0x21b934(0x237)](this[_0x21b934(0x24f)][_0x21b934(0x1c8)][_0x21b934(0x1bc)])&&this[_0x21b934(0x24f)][_0x21b934(0x1c8)][_0x21b934(0x1bc)][_0x21b934(0x1c7)](_0x35c7ac[_0x21b934(0x20e)]);if(_0x35c7ac[_0x21b934(0x19c)](isAccessibilityAutomationSession)&&!_0x4fcb66)try{const _0x118322=_0x35c7ac[_0x21b934(0x160)](parseJwt,process['env']['BS_A11Y_JWT']);if(_0x118322&&_0x118322[_0x21b934(0x179)]&&_0x118322['a11y_core_config']['domForge']){const _0xcab6e7=this[_0x21b934(0x1b1)][_0x21b934(0x234)][_0x21b934(0x1f2)](this[_0x21b934(0x1b1)]);this[_0x21b934(0x1b1)]['pages']=async function(){const _0x4546ad=_0x21b934,_0x5b532e=await _0x2fe8a2[_0x4546ad(0x1e1)](_0xcab6e7),_0x6c2316=[];for(const _0x102775 of _0x5b532e){try{const _0x47ecac=await _0x102775[_0x4546ad(0x184)]();!_0x47ecac['startsWith'](_0x2fe8a2[_0x4546ad(0x209)])&&_0x6c2316[_0x4546ad(0x169)](_0x102775);}catch(_0x3fd6e2){_0x6c2316[_0x4546ad(0x169)](_0x102775);}}return _0x6c2316;};}if(!_0x35c7ac[_0x21b934(0x20f)](isBrowserstackInfra)){const _0x58c3f0=await this[_0x21b934(0x226)][_0x21b934(0x184)]();if(_0x58c3f0[_0x21b934(0x1ca)](_0x35c7ac[_0x21b934(0x18c)])){const _0x42d21f=await this[_0x21b934(0x1b1)]['pages']();this[_0x21b934(0x1e7)](_0x42d21f[0x0]);}}}catch(_0x593fca){logger[_0x21b934(0x207)](_0x21b934(0x263)+_0x593fca[_0x21b934(0x172)]+(_0x593fca[_0x21b934(0x214)]?_0x35c7ac[_0x21b934(0x194)](_0x35c7ac[_0x21b934(0x18a)],_0x593fca['stack']):''));}};_0x123ffe[_0xa62b66(0x239)](isBrowserstackInfra)&&await _0x123ffe['gVhot'](_0x308083),await _0x2d0e38['apply'](this,arguments),!_0x123ffe[_0xa62b66(0x1d3)](isBrowserstackInfra)&&await _0x123ffe[_0xa62b66(0x1f9)](_0x308083);};},getCodeceptDriver=()=>{const _0x37ff97=a1_0x54df68,_0x5d635b={};_0x5d635b[_0x37ff97(0x174)]=_0x37ff97(0x265),_0x5d635b['KIiKE']=_0x37ff97(0x1c1),_0x5d635b[_0x37ff97(0x216)]=_0x37ff97(0x223),_0x5d635b[_0x37ff97(0x247)]=_0x37ff97(0x1f6);const _0x58f89d=_0x5d635b,_0x335c1d=[_0x58f89d[_0x37ff97(0x174)],_0x58f89d[_0x37ff97(0x16a)],_0x58f89d[_0x37ff97(0x216)],_0x58f89d[_0x37ff97(0x247)]],_0x352b3f=_0x335c1d[_0x37ff97(0x230)](_0x400bc7=>!!CodeceptJS[_0x37ff97(0x1e3)][_0x37ff97(0x1fb)](_0x400bc7));if(!_0x352b3f)return null;return CodeceptJS[_0x37ff97(0x1e3)][_0x37ff97(0x1fb)](_0x352b3f);};module[a1_0x54df68(0x231)]=function(_0x172b5b){const _0x4dec33=a1_0x54df68,_0x5d1923={'LbOkL':function(_0x1a3acb){return _0x1a3acb();},'vlNeJ':function(_0x3d888f,_0x3d3cdd){return _0x3d888f(_0x3d3cdd);},'mWofZ':'getAccessibilityResultsSummary','WXske':_0x4dec33(0x19f),'uUPNh':_0x4dec33(0x1a0),'nighY':_0x4dec33(0x203),'euWjJ':_0x4dec33(0x1ee),'uhpBh':_0x4dec33(0x215),'AZJcS':_0x4dec33(0x24a),'dFmnl':_0x4dec33(0x1ba),'VTWlB':_0x4dec33(0x23b),'FpKcw':function(_0x3b8b7c){return _0x3b8b7c();},'tiCIU':function(_0x186701,_0x5bd3f9){return _0x186701(_0x5bd3f9);},'VZhNA':function(_0x1dbbc4,_0x4f7ad7,_0x4bd166){return _0x1dbbc4(_0x4f7ad7,_0x4bd166);},'SSKjZ':function(_0x32ac98,_0x30a3d6){return _0x32ac98(_0x30a3d6);},'lZVlR':_0x4dec33(0x199),'fQwhQ':function(_0xcb8c0d,_0x323a52,_0x4a9659){return _0xcb8c0d(_0x323a52,_0x4a9659);},'TgmIV':_0x4dec33(0x1e9),'BakEA':function(_0x501ed3){return _0x501ed3();},'WYVPQ':function(_0x2697db,_0x59b482,_0x29feba,_0x40d3be){return _0x2697db(_0x59b482,_0x29feba,_0x40d3be);},'vIOIt':function(_0x5e10a9,_0x137806,_0x3c9e4f,_0x1d6c68){return _0x5e10a9(_0x137806,_0x3c9e4f,_0x1d6c68);},'VTbtm':function(_0x5b9faa,_0x705329){return _0x5b9faa===_0x705329;},'iPKMy':_0x4dec33(0x164),'sJpEY':_0x4dec33(0x17c),'nmTce':_0x4dec33(0x218),'VRDed':_0x4dec33(0x1f3),'BkpUN':function(_0x2480a6,_0x10ea6b,_0x2cc016){return _0x2480a6(_0x10ea6b,_0x2cc016);},'umGoc':_0x4dec33(0x202),'lwXAj':_0x4dec33(0x267),'CcASk':_0x4dec33(0x249),'nZKCB':_0x4dec33(0x1d0),'UlySy':'step-comment','FuCHi':_0x4dec33(0x19e),'eNrtA':'bddStep-after','AUAcY':_0x4dec33(0x1c1)};_0x172b5b[_0x4dec33(0x1b8)]&&(global[_0x4dec33(0x22e)]=_0x172b5b['skipSessionStatus']);PerformanceTester[_0x4dec33(0x1d1)]();const _0xbeebb6=_0x5d1923[_0x4dec33(0x208)](getCodeceptDriver),_0x28da5e=new O11yHelper(_0xbeebb6,_0x172b5b),_0x27bae3=!!CodeceptJS[_0x4dec33(0x1e3)][_0x4dec33(0x1fb)](_0x5d1923['AUAcY']);global[_0x4dec33(0x1b2)]=_0xbeebb6,_0xbeebb6&&(PerformanceTester[_0x4dec33(0x1bb)](PerformanceEvents[_0x4dec33(0x195)],()=>{const _0x598005=_0x4dec33;_0x27bae3?_0x5d1923['LbOkL'](patchPlaywrightBefore):_0x5d1923[_0x598005(0x1fd)](patchWebDriverBefore,_0xbeebb6);})(),PerformanceTester[_0x4dec33(0x1bb)](PerformanceEvents[_0x4dec33(0x232)],()=>{const _0x4f5f3d=_0x4dec33,_0x4d1929={};_0x4d1929[_0x4f5f3d(0x217)]=_0x5d1923[_0x4f5f3d(0x213)],_0x4d1929[_0x4f5f3d(0x1e0)]=_0x5d1923[_0x4f5f3d(0x24c)];const _0x5cf26e=_0x4d1929;_0xbeebb6['getAccessibilityResultsSummary']=async()=>{const _0x4132b2=_0x4f5f3d;if(global['accessibilityPlatform']){const _0x1d49dc={};return _0x1d49dc[_0x4132b2(0x18f)]=_0x5d1923[_0x4132b2(0x255)],await PerformanceTester[_0x4132b2(0x1bb)](PerformanceA11yEvents[_0x4132b2(0x22d)],async()=>{const _0x719c93=_0x4132b2;return await AccessibilityHelper[_0x719c93(0x1a5)](_0xbeebb6,scripts['performScan']);},_0x1d49dc)(),await PerformanceTester[_0x4132b2(0x1bb)](PerformanceA11yEvents[_0x4132b2(0x23a)],async()=>{const _0x13a38f=_0x4132b2;return await AccessibilityHelper[_0x13a38f(0x1a5)](_0xbeebb6,scripts[_0x13a38f(0x21c)]);})();}return logger[_0x4132b2(0x1ea)](_0x5d1923['WXske']),{};},_0xbeebb6[_0x4f5f3d(0x1a0)]=async()=>{const _0x548c35=_0x4f5f3d;if(global[_0x548c35(0x1f0)]){const _0x54638a={};return _0x54638a[_0x548c35(0x18f)]=_0x5cf26e[_0x548c35(0x217)],await PerformanceTester[_0x548c35(0x1bb)](PerformanceA11yEvents[_0x548c35(0x22d)],async()=>{const _0x425c24=_0x548c35;return await AccessibilityHelper[_0x425c24(0x1a5)](_0xbeebb6,scripts['performScan']);},_0x54638a)(),await PerformanceTester[_0x548c35(0x1bb)](PerformanceA11yEvents[_0x548c35(0x1af)],async()=>{return await AccessibilityHelper['browserStackExecuteDriver'](_0xbeebb6,scripts['getResults']);})();}return logger[_0x548c35(0x1ea)](_0x5cf26e['DqyeF']),{};},_0x5d1923[_0x4f5f3d(0x1fd)](patchSaveScreenshot,_0xbeebb6);})()),CodeceptJS[_0x4dec33(0x1e4)][_0x4dec33(0x220)]['on'](CodeceptJS[_0x4dec33(0x1e4)][_0x4dec33(0x1c9)][_0x4dec33(0x1d7)],()=>{const _0x29cc51=_0x4dec33;PerformanceTester[_0x29cc51(0x233)](PerformanceEvents[_0x29cc51(0x251)]);try{_0x28da5e[_0x29cc51(0x233)](),testOpsHelper[_0x29cc51(0x187)](),PerformanceTester[_0x29cc51(0x1e6)](PerformanceEvents[_0x29cc51(0x251)]);}catch(_0x37e1bd){PerformanceTester[_0x29cc51(0x1f7)](_0x37e1bd),PerformanceTester[_0x29cc51(0x1e6)](PerformanceEvents[_0x29cc51(0x251)],![],_0x37e1bd);}}),CodeceptJS[_0x4dec33(0x1e4)][_0x4dec33(0x220)]['on'](CodeceptJS[_0x4dec33(0x1e4)][_0x4dec33(0x1c9)][_0x4dec33(0x21b)],async()=>{const _0x4ed0be=_0x4dec33;PerformanceTester[_0x4ed0be(0x233)](PerformanceEvents[_0x4ed0be(0x15f)]);try{requestSpy[_0x4ed0be(0x1fc)](),await _0x28da5e[_0x4ed0be(0x201)](),PerformanceTester[_0x4ed0be(0x1e6)](PerformanceEvents[_0x4ed0be(0x15f)]);}catch(_0x1eaf10){PerformanceTester['captureError'](_0x1eaf10),PerformanceTester['end'](PerformanceEvents[_0x4ed0be(0x15f)],![],_0x1eaf10);}finally{PerformanceTester[_0x4ed0be(0x21a)]();}}),CodeceptJS[_0x4dec33(0x1e4)]['dispatcher']['on'](CodeceptJS[_0x4dec33(0x1e4)][_0x4dec33(0x211)][_0x4dec33(0x1a1)],_0x46acdb=>{const _0x12b133=_0x4dec33;PerformanceTester[_0x12b133(0x233)](PerformanceEvents['SDK_HOOK']);try{const _0x4c1d5e=_0x46acdb['ctx'][_0x12b133(0x260)],_0x4125b3=_0x28da5e[_0x12b133(0x1dd)](TEST_EVENTS[_0x12b133(0x1de)],_0x4c1d5e);CodeceptRecorder[_0x12b133(0x171)](()=>_0x28da5e[_0x12b133(0x182)](TEST_EVENTS[_0x12b133(0x1de)],_0x4125b3));const _0x5b15a9={};_0x5b15a9['hookType']=_0x5d1923[_0x12b133(0x25d)],PerformanceTester['end'](PerformanceEvents['SDK_HOOK'],!![],null,_0x5b15a9);}catch(_0xf6411d){const _0x3ca274={};_0x3ca274[_0x12b133(0x229)]=_0x5d1923[_0x12b133(0x25d)],PerformanceTester[_0x12b133(0x1e6)](PerformanceEvents[_0x12b133(0x1bf)],![],_0xf6411d,_0x3ca274),PerformanceTester[_0x12b133(0x1f7)](_0xf6411d);}}),CodeceptJS[_0x4dec33(0x1e4)]['dispatcher']['on'](CodeceptJS['event'][_0x4dec33(0x211)]['passed'],_0x33417c=>{const _0x962836=_0x4dec33,_0x266b35={};_0x266b35['hookType']=_0x5d1923[_0x962836(0x1f5)],PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x266b35);try{const _0x47c671=_0x33417c[_0x962836(0x1be)][_0x962836(0x260)],_0x5d659d=_0x28da5e[_0x962836(0x1dd)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x47c671);CodeceptRecorder[_0x962836(0x171)](()=>_0x28da5e[_0x962836(0x182)](TEST_EVENTS[_0x962836(0x25f)],_0x5d659d));const _0x54ca15={};_0x54ca15[_0x962836(0x229)]=_0x5d1923[_0x962836(0x1f5)],PerformanceTester[_0x962836(0x1e6)](PerformanceHookEvents[_0x962836(0x1bf)],!![],null,_0x54ca15);}catch(_0x3fb0f4){PerformanceTester[_0x962836(0x1f7)](_0x3fb0f4);const _0x226a9c={};_0x226a9c[_0x962836(0x229)]=_0x5d1923[_0x962836(0x1f5)],PerformanceTester[_0x962836(0x1e6)](PerformanceHookEvents[_0x962836(0x1bf)],![],_0x3fb0f4,_0x226a9c);}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x4dec33(0x1e4)][_0x4dec33(0x211)]['failed'],async(_0x4afe54,_0x1a40cd)=>{const _0x31b7d7=_0x4dec33;PerformanceTester['start'](PerformanceHookEvents[_0x31b7d7(0x1bf)]);try{const _0x150908=_0x4afe54['ctx']['test'],_0x1a0a67=_0x28da5e[_0x31b7d7(0x1dd)](TEST_EVENTS[_0x31b7d7(0x25f)],_0x150908,_0x1a40cd);CodeceptRecorder[_0x31b7d7(0x171)](()=>_0x28da5e['fireEvent'](TEST_EVENTS[_0x31b7d7(0x25f)],_0x1a0a67));const _0xf91127={};_0xf91127['hookType']=_0x5d1923[_0x31b7d7(0x244)],PerformanceTester['start'](PerformanceHookEvents[_0x31b7d7(0x1bf)],!![],null,_0xf91127);}catch(_0x2b8e5b){PerformanceTester[_0x31b7d7(0x1f7)](_0x2b8e5b);const _0x40653b={};_0x40653b['hookType']=_0x5d1923[_0x31b7d7(0x244)],PerformanceTester[_0x31b7d7(0x1e6)](PerformanceHookEvents[_0x31b7d7(0x1bf)],![],_0x2b8e5b,_0x40653b);}const _0x1457b6={};_0x1457b6[_0x31b7d7(0x229)]=_0x5d1923[_0x31b7d7(0x244)],PerformanceTester[_0x31b7d7(0x1e6)](PerformanceHookEvents[_0x31b7d7(0x1bf)],!![],null,_0x1457b6);}),CodeceptJS[_0x4dec33(0x1e4)][_0x4dec33(0x220)]['on'](CodeceptJS[_0x4dec33(0x1e4)][_0x4dec33(0x260)][_0x4dec33(0x1d7)],_0x15d6f6=>{const _0xb7ffa9=_0x4dec33;PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{globals['setGlobal'](_0x5d1923['dFmnl'],_0x15d6f6[_0xb7ffa9(0x25c)]);_0x5d1923['LbOkL'](isBrowserstackInfra)&&(_0x27bae3&&(global['__workerDetails']={'currentTest':{'name':_0x15d6f6[_0xb7ffa9(0x25c)],'testInfo':{'titlePath':_0x15d6f6[_0xb7ffa9(0x1e5)]()}}}));const _0x26ec1d={};_0x26ec1d[_0xb7ffa9(0x229)]=_0x5d1923[_0xb7ffa9(0x196)],PerformanceTester[_0xb7ffa9(0x1e6)](PerformanceHookEvents[_0xb7ffa9(0x1bf)],!![],null,_0x26ec1d);}catch(_0x241402){PerformanceTester[_0xb7ffa9(0x1f7)](_0x241402);const _0x33a67c={};_0x33a67c[_0xb7ffa9(0x229)]=_0x5d1923[_0xb7ffa9(0x196)],PerformanceTester[_0xb7ffa9(0x1e6)](PerformanceHookEvents[_0xb7ffa9(0x1bf)],![],_0x241402,_0x33a67c);}}),CodeceptJS[_0x4dec33(0x1e4)]['dispatcher']['on'](CodeceptJS['event'][_0x4dec33(0x260)][_0x4dec33(0x1a1)],_0x3deeb7=>{const _0xb471e6=_0x4dec33;PerformanceTester[_0xb471e6(0x233)](PerformanceHookEvents[_0xb471e6(0x1bf)]);try{globals[_0xb471e6(0x1d2)](_0x5d1923[_0xb471e6(0x23c)],_0x3deeb7[_0xb471e6(0x25c)]);const _0x2388da=_0x28da5e[_0xb471e6(0x1dd)](TEST_EVENTS['TEST_RUN_STARTED'],_0x3deeb7);CodeceptRecorder[_0xb471e6(0x171)](()=>_0x28da5e[_0xb471e6(0x182)](TEST_EVENTS[_0xb471e6(0x189)],_0x2388da)),CodeceptRecorder[_0xb471e6(0x171)](async()=>{const _0x55d5f7=_0xb471e6;_0x5d1923['FpKcw'](isBrowserstackInfra)&&(!_0x5d1923['tiCIU'](isTrue,_0x172b5b[_0x55d5f7(0x1ab)])&&await _0x5d1923[_0x55d5f7(0x262)](markSessionName,_0xbeebb6,_0x3deeb7[_0x55d5f7(0x25c)]),_0x28da5e['enabled']&&await _0x5d1923[_0x55d5f7(0x1eb)](o11ySync,_0xbeebb6));});}catch(_0x1a6152){const _0x52d7ab={};_0x52d7ab[_0xb471e6(0x229)]=_0x5d1923[_0xb471e6(0x204)],PerformanceTester[_0xb471e6(0x1e6)](PerformanceHookEvents[_0xb471e6(0x1bf)],![],_0x1a6152,_0x52d7ab),PerformanceTester['captureError'](_0x1a6152);}const _0x2da766={};_0x2da766[_0xb471e6(0x229)]=_0x5d1923['lZVlR'],PerformanceTester['end'](PerformanceHookEvents[_0xb471e6(0x1bf)],!![],null,_0x2da766);}),CodeceptJS[_0x4dec33(0x1e4)][_0x4dec33(0x220)]['on'](CodeceptJS[_0x4dec33(0x1e4)][_0x4dec33(0x260)][_0x4dec33(0x1d9)],_0x2279df=>{const _0x4e7d81=_0x4dec33,_0x36f06c={'MdzDD':function(_0x2e9cdf,_0x389f77,_0x1e0bc4){const _0x225b50=a1_0x3d04;return _0x5d1923[_0x225b50(0x20a)](_0x2e9cdf,_0x389f77,_0x1e0bc4);},'cJsGD':function(_0x2dc14b){return _0x5d1923['LbOkL'](_0x2dc14b);}};PerformanceTester[_0x4e7d81(0x233)](PerformanceHookEvents[_0x4e7d81(0x1bf)]);try{const _0x7c2a78=_0x28da5e[_0x4e7d81(0x1dd)](TEST_EVENTS[_0x4e7d81(0x18d)],_0x2279df);CodeceptRecorder['add'](()=>_0x28da5e[_0x4e7d81(0x182)](TEST_EVENTS[_0x4e7d81(0x18d)],_0x7c2a78)),CodeceptRecorder[_0x4e7d81(0x171)](async()=>{const _0x9af860=_0x4e7d81,_0x349843={'tFfpW':function(_0x15fe75,_0x4cc9f8,_0x4e972a){const _0x250a9b=a1_0x3d04;return _0x36f06c[_0x250a9b(0x185)](_0x15fe75,_0x4cc9f8,_0x4e972a);}};_0x36f06c[_0x9af860(0x19a)](isBrowserstackInfra)&&await PerformanceTester[_0x9af860(0x1bb)](PerformanceAutEvents['SESSION_STATUS'],async()=>{const _0x43bbcf=_0x9af860;_0x27bae3?await _0x349843[_0x43bbcf(0x176)](playwrightMarkSessionStatus,_0xbeebb6,STATE_PASSED):await _0x349843[_0x43bbcf(0x176)](markSessionStatus,_0xbeebb6,STATE_PASSED);})();}),PerformanceTester[_0x4e7d81(0x1e6)](PerformanceEvents[_0x4e7d81(0x1c3)]);}catch(_0x3ad58b){PerformanceTester['captureError'](_0x3ad58b);const _0x3ff0ba={};_0x3ff0ba['hookType']=_0x5d1923[_0x4e7d81(0x1cf)],PerformanceTester[_0x4e7d81(0x1e6)](PerformanceHookEvents['SDK_HOOK'],![],_0x3ad58b,_0x3ff0ba),PerformanceTester[_0x4e7d81(0x1e6)](PerformanceEvents['SDK_TEST'],![],_0x3ad58b);}const _0x1b554b={};_0x1b554b[_0x4e7d81(0x229)]=_0x5d1923[_0x4e7d81(0x1cf)],PerformanceTester[_0x4e7d81(0x1e6)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x1b554b);}),CodeceptJS[_0x4dec33(0x1e4)][_0x4dec33(0x220)]['on'](CodeceptJS[_0x4dec33(0x1e4)][_0x4dec33(0x260)][_0x4dec33(0x170)],(_0x298396,_0x54558f)=>{const _0x2c4071=_0x4dec33;PerformanceTester[_0x2c4071(0x233)](PerformanceHookEvents[_0x2c4071(0x1bf)]);try{if(_0x5d1923['VTbtm'](_0x298396[_0x2c4071(0x17e)][_0x2c4071(0x1ae)],_0x5d1923['iPKMy'])){const _0x261042=_0x28da5e[_0x2c4071(0x1dd)](TEST_EVENTS[_0x2c4071(0x1a8)],_0x298396['ctx'][_0x2c4071(0x1f4)]);CodeceptRecorder[_0x2c4071(0x171)](()=>_0x28da5e[_0x2c4071(0x182)](TEST_EVENTS[_0x2c4071(0x1a8)],_0x261042));}else{const _0x3d337a=_0x28da5e[_0x2c4071(0x1dd)](TEST_EVENTS[_0x2c4071(0x18d)],_0x298396,_0x54558f);CodeceptRecorder[_0x2c4071(0x171)](()=>{const _0x45866a=_0x2c4071;try{_0x28da5e['fireEvent'](TEST_EVENTS[_0x45866a(0x18d)],_0x3d337a);}catch(_0x14adba){logger[_0x45866a(0x207)]('Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20'+util[_0x45866a(0x197)](_0x14adba)),PerformanceTester[_0x45866a(0x1e6)](PerformanceEvents[_0x45866a(0x1c3)],![],_0x14adba);}}),CodeceptRecorder[_0x2c4071(0x171)](async()=>{const _0x28a879=_0x2c4071;try{_0x5d1923['BakEA'](isBrowserstackInfra)&&(_0x27bae3?await _0x5d1923[_0x28a879(0x173)](playwrightMarkSessionStatus,_0xbeebb6,STATE_FAILED,_0x54558f):await _0x5d1923[_0x28a879(0x19d)](markSessionStatus,_0xbeebb6,STATE_FAILED,_0x54558f));}catch(_0x5c93e7){logger['debug'](_0x28a879(0x1ec)+util[_0x28a879(0x197)](_0x5c93e7)),PerformanceTester[_0x28a879(0x1e6)](PerformanceEvents[_0x28a879(0x1c3)],![],_0x5c93e7);}});}PerformanceTester[_0x2c4071(0x1e6)](PerformanceEvents[_0x2c4071(0x1c3)]);}catch(_0x321e13){PerformanceTester[_0x2c4071(0x1f7)](_0x321e13);const _0x19f067={};_0x19f067[_0x2c4071(0x229)]=_0x5d1923[_0x2c4071(0x25b)],PerformanceTester[_0x2c4071(0x1e6)](PerformanceHookEvents[_0x2c4071(0x1bf)],![],_0x321e13,_0x19f067),PerformanceTester[_0x2c4071(0x1e6)](PerformanceEvents[_0x2c4071(0x1c3)],![],_0x321e13);}const _0x515d76={};_0x515d76['hookType']=_0x5d1923[_0x2c4071(0x25b)],PerformanceTester[_0x2c4071(0x1e6)](PerformanceHookEvents[_0x2c4071(0x1bf)],!![],null,_0x515d76);}),CodeceptJS[_0x4dec33(0x1e4)][_0x4dec33(0x220)]['on'](CodeceptJS['event'][_0x4dec33(0x260)][_0x4dec33(0x21d)],_0x5b1928=>{const _0x1e2658=_0x4dec33;PerformanceTester[_0x1e2658(0x233)](PerformanceHookEvents[_0x1e2658(0x1bf)]);try{const _0xa2dab3=_0x28da5e['captureEvent'](TEST_EVENTS[_0x1e2658(0x1a8)],_0x5b1928);CodeceptRecorder['add'](()=>_0x28da5e['fireEvent'](TEST_EVENTS['TEST_RUN_SKIPPED'],_0xa2dab3)),PerformanceTester['end'](PerformanceEvents[_0x1e2658(0x1c3)]);}catch(_0x4cba48){PerformanceTester[_0x1e2658(0x1f7)](_0x4cba48),PerformanceTester[_0x1e2658(0x1e6)](PerformanceEvents[_0x1e2658(0x1c3)],![],_0x4cba48);const _0x4ff9b7={};_0x4ff9b7[_0x1e2658(0x229)]=_0x5d1923[_0x1e2658(0x166)],PerformanceTester[_0x1e2658(0x1e6)](PerformanceHookEvents[_0x1e2658(0x1bf)],![],_0x4cba48,_0x4ff9b7);}const _0x24a7bd={};_0x24a7bd[_0x1e2658(0x229)]=_0x5d1923[_0x1e2658(0x166)],PerformanceTester[_0x1e2658(0x1e6)](PerformanceHookEvents[_0x1e2658(0x1bf)],!![],null,_0x24a7bd);}),CodeceptJS[_0x4dec33(0x1e4)][_0x4dec33(0x220)]['on'](CodeceptJS[_0x4dec33(0x1e4)][_0x4dec33(0x260)]['after'],async(_0x474ab8,_0x27a1a5)=>{const _0x5d497a=_0x4dec33;try{PerformanceTester[_0x5d497a(0x233)](PerformanceHookEvents[_0x5d497a(0x1bf)]);const _0x19dbfb=_0x5d1923[_0x5d497a(0x1a7)](shouldScanTestForAccessibility,_0x474ab8[_0x5d497a(0x1e5)](),!![]);if(_0x5d1923[_0x5d497a(0x208)](isAccessibilityAutomationSession)&&global['accessibilityPlatform']&&_0x19dbfb){const _0x8a0921={};_0x8a0921['thTestRunUuid']=_0x474ab8[_0x5d497a(0x16f)],_0x8a0921[_0x5d497a(0x240)]=process[_0x5d497a(0x22f)][testHubConstants[_0x5d497a(0x16b)][_0x5d497a(0x1a9)]],_0x8a0921[_0x5d497a(0x18e)]=process['env'][testHubConstants[_0x5d497a(0x16b)][_0x5d497a(0x1c4)]];const _0x1b65e5=_0x8a0921;logger[_0x5d497a(0x207)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON['stringify'](_0x1b65e5)),CodeceptRecorder[_0x5d497a(0x171)](async()=>{const _0x2ad659=_0x5d497a,_0x21c7b8={};_0x21c7b8['command']=_0x5d1923[_0x2ad659(0x212)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x2ad659(0x22d)],async()=>{const _0x19f8b3=_0x2ad659;await AccessibilityHelper['browserStackExecuteDriver'](_0xbeebb6,scripts[_0x19f8b3(0x24b)]);},_0x21c7b8)(),await PerformanceTester[_0x2ad659(0x1bb)](PerformanceA11yEvents[_0x2ad659(0x175)],async()=>{const _0x2a5cc4=_0x2ad659;await AccessibilityHelper['browserStackExecuteDriver'](_0xbeebb6,scripts[_0x2a5cc4(0x22c)],_0x1b65e5);})();}),logger[_0x5d497a(0x225)](_0x5d1923['umGoc']);}const _0x486717={};_0x486717[_0x5d497a(0x229)]=_0x5d1923[_0x5d497a(0x17f)],PerformanceTester[_0x5d497a(0x1e6)](PerformanceHookEvents[_0x5d497a(0x1bf)],!![],null,_0x486717);}catch(_0x17ad82){PerformanceTester['captureError'](_0x17ad82);const _0x147280={};_0x147280['hookType']=_0x5d1923[_0x5d497a(0x17f)],PerformanceTester[_0x5d497a(0x1e6)](PerformanceHookEvents[_0x5d497a(0x1bf)],![],_0x17ad82,_0x147280);}}),CodeceptJS[_0x4dec33(0x1e4)][_0x4dec33(0x220)]['on'](CodeceptJS['event'][_0x4dec33(0x186)][_0x4dec33(0x1ad)],_0x2e0ecd=>{const _0x185e8c=_0x4dec33;PerformanceTester[_0x185e8c(0x233)](PerformanceHookEvents['SDK_HOOK']);try{process['emit']('bs:addLog:'+process[_0x185e8c(0x1d4)],{'timestamp':new Date()[_0x185e8c(0x183)](),'level':_0x5d1923[_0x185e8c(0x1a4)],'message':_0x2e0ecd,'kind':_0x5d1923[_0x185e8c(0x268)],'http_response':{}});}catch(_0x1a36dd){PerformanceTester[_0x185e8c(0x1f7)](_0x1a36dd);const _0x391ac0={};_0x391ac0[_0x185e8c(0x229)]=_0x5d1923[_0x185e8c(0x20b)],PerformanceTester[_0x185e8c(0x1e6)](PerformanceHookEvents[_0x185e8c(0x1bf)],![],_0x1a36dd,_0x391ac0);}const _0x1620e5={};_0x1620e5[_0x185e8c(0x229)]=_0x5d1923[_0x185e8c(0x20b)],PerformanceTester[_0x185e8c(0x1e6)](PerformanceHookEvents[_0x185e8c(0x1bf)],!![],null,_0x1620e5);}),CodeceptJS['event'][_0x4dec33(0x220)]['on'](CodeceptJS[_0x4dec33(0x1e4)][_0x4dec33(0x219)][_0x4dec33(0x1d7)],_0x2a460a=>{const _0x28a4ae=_0x4dec33,_0x27b9e7={};_0x27b9e7[_0x28a4ae(0x229)]=_0x5d1923[_0x28a4ae(0x188)],PerformanceTester[_0x28a4ae(0x1bb)](PerformanceHookEvents[_0x28a4ae(0x1bf)],()=>{const _0x5a8ab0=_0x28a4ae;_0x28da5e[_0x5a8ab0(0x167)](_0x2a460a);},_0x27b9e7)();}),CodeceptJS[_0x4dec33(0x1e4)][_0x4dec33(0x220)]['on'](CodeceptJS[_0x4dec33(0x1e4)][_0x4dec33(0x219)]['after'],_0x4a18f3=>{const _0x4df2e1=_0x4dec33,_0x4ccd02={};_0x4ccd02['hookType']=_0x5d1923[_0x4df2e1(0x16d)],PerformanceTester[_0x4df2e1(0x1bb)](PerformanceHookEvents[_0x4df2e1(0x1bf)],()=>{const _0x252ffc=_0x4df2e1;_0x28da5e[_0x252ffc(0x1b4)](_0x4a18f3);},_0x4ccd02)();});};
@@ -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_0x18818c=a2_0x2715;(function(_0x3aaac8,_0x36441d){const _0x3f3711=a2_0x2715,_0x405129=_0x3aaac8();while(!![]){try{const _0x14577b=parseInt(_0x3f3711(0x125))/0x1*(parseInt(_0x3f3711(0xf0))/0x2)+-parseInt(_0x3f3711(0x110))/0x3*(parseInt(_0x3f3711(0x17c))/0x4)+-parseInt(_0x3f3711(0x161))/0x5*(parseInt(_0x3f3711(0x154))/0x6)+parseInt(_0x3f3711(0xde))/0x7*(-parseInt(_0x3f3711(0x16c))/0x8)+-parseInt(_0x3f3711(0x179))/0x9+parseInt(_0x3f3711(0x169))/0xa*(-parseInt(_0x3f3711(0x101))/0xb)+parseInt(_0x3f3711(0x120))/0xc;if(_0x14577b===_0x36441d)break;else _0x405129['push'](_0x405129['shift']());}catch(_0x24bc25){_0x405129['push'](_0x405129['shift']());}}}(a2_0x34ee,0xb1ce5));const fs=require('fs'),path=require(a2_0x18818c(0x116)),util=require('util'),process=require(a2_0x18818c(0x100)),logger=require('../../helpers/logger')['winstonLogger'],{default:BrowserStackSetup}=require(a2_0x18818c(0xfc)),helper=require(a2_0x18818c(0x150)),utilities=require(a2_0x18818c(0xec)),{checkAccessibilityPlatformConfig}=require(a2_0x18818c(0x148)),{setAccessibilityCapabilities}=require('../../bin/playwright/accessibility-helper'),{requireModule,nestedKeyValue,isBrowserstackInfra}=require('../../helpers/helper'),CodeceptJS=requireModule('codeceptjs/lib/index.js',a2_0x18818c(0x156)),testOpsHelper=require(a2_0x18818c(0xf2)),TestHubHandler=require(a2_0x18818c(0x15a)),constants=require(a2_0x18818c(0x157)),PerformanceTester=require(a2_0x18818c(0x15d)),{FRAMEWORKS}=require(a2_0x18818c(0x10f)),PerformanceEvents=require('../../helpers/performance/constants')[a2_0x18818c(0x126)],ClientTroubleShootingService=require(a2_0x18818c(0x139)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x350774,_0x59afe9)=>{const _0x309b18=a2_0x18818c,_0x33a705={};_0x33a705[_0x309b18(0x172)]=function(_0x57487e,_0x10ef76){return _0x57487e===_0x10ef76;},_0x33a705[_0x309b18(0x170)]='codecept.conf.js',_0x33a705['RfskI']=_0x309b18(0xe9);const _0x545409=_0x33a705;let _0x2b92e3=null;const _0x538848={};let _0x8d364a=_0x59afe9['findIndex'](_0x33f169=>_0x33f169===_0x309b18(0x115));_0x545409['JJsPk'](_0x8d364a,-0x1)&&(_0x8d364a=_0x59afe9[_0x309b18(0xf3)](_0x5d67fb=>_0x5d67fb==='-c'));if(!helper[_0x309b18(0x174)](_0x350774['config'])&&fs[_0x309b18(0xef)](path[_0x309b18(0x140)](process[_0x309b18(0xfa)](),_0x350774[_0x309b18(0xf9)])))_0x2b92e3=path[_0x309b18(0x140)](process[_0x309b18(0xfa)](),_0x350774[_0x309b18(0xf9)]),_0x59afe9['slice'](_0x8d364a,0x2);else{if(!helper['isUndefined'](_0x350774['c'])&&fs[_0x309b18(0xef)](path[_0x309b18(0x140)](process['cwd'](),_0x350774['c'])))_0x2b92e3=path[_0x309b18(0x140)](process[_0x309b18(0xfa)](),_0x350774['c']),_0x59afe9[_0x309b18(0x11d)](_0x8d364a,0x2);else{if(fs['existsSync'](path[_0x309b18(0x140)](process[_0x309b18(0xfa)](),_0x545409[_0x309b18(0x170)])))_0x2b92e3=path[_0x309b18(0x140)](process[_0x309b18(0xfa)](),_0x545409['QXmwf']);else fs[_0x309b18(0xef)](path[_0x309b18(0x140)](process[_0x309b18(0xfa)](),_0x545409[_0x309b18(0x127)]))&&(_0x2b92e3=path[_0x309b18(0x140)](process[_0x309b18(0xfa)](),_0x545409[_0x309b18(0x127)]));}}return process[_0x309b18(0x12c)][_0x309b18(0x11c)]=_0x2b92e3,_0x2b92e3;},getO11yRerunPattern=()=>{const _0x136529=a2_0x18818c,_0x45a893=helper[_0x136529(0x108)](process[_0x136529(0x12c)][_0x136529(0x12d)]);if(_0x45a893){const _0x343191=process[_0x136529(0x12c)]['BROWSERSTACK_RERUN_TESTS'],_0x384473=[];if(helper[_0x136529(0x11a)](_0x343191)&&!helper[_0x136529(0x174)](_0x343191)){_0x343191['split'](',')[_0x136529(0x153)](_0x187666=>{const _0xb4035d=_0x136529;_0x384473[_0xb4035d(0xed)]('('+_0x187666[_0xb4035d(0xe5)]()+')');});const _0x51d7ff='^'+_0x384473['join']('|')+'$';return _0x51d7ff;}}return null;},a2_0x1064ee={};a2_0x1064ee[a2_0x18818c(0x145)]='chromium',a2_0x1064ee[a2_0x18818c(0x12f)]=a2_0x18818c(0xdd),a2_0x1064ee['playwright-firefox']=a2_0x18818c(0x132),a2_0x1064ee[a2_0x18818c(0x159)]=a2_0x18818c(0x14c);const pwToCodeceptBrowser=a2_0x1064ee;function a2_0x2715(_0x9451f2,_0x2f355b){const _0x34ee7c=a2_0x34ee();return a2_0x2715=function(_0x2715eb,_0xc0b777){_0x2715eb=_0x2715eb-0xdc;let _0x4ccdc4=_0x34ee7c[_0x2715eb];return _0x4ccdc4;},a2_0x2715(_0x9451f2,_0x2f355b);}function a2_0x34ee(){const _0xc35831=['2KtUrRT','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','../../helpers/test-observability/utils','findIndex','teardownAll','finalExecution','browserName','log','all','config','cwd','before','../../helpers/BrowserStackSetup','kVQGc','createGroupsOfSuites','initialize','process','2594922IgJCyt','Started\x20:\x20','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','replace','BROWSERSTACK_TEST_OBSERVABILITY_YML','IkwXZ','neRKw','isTrue','plugins','CODECEPT','printResults','addOptions','stack','stop','../../helpers/test-observability/constants','384JmVOUc','Playwright','end','accessibilityOptions','AqAMN','--config','path','passed','WebDriver','frameworkName','validateRerunTestList','length','USER_CONFIG_DETAILS_PATH','slice','UccbG','validPlatformsPresent','70729896HmPvKT','testObservability','testConfig','ijgQV','wQQFY','360269yvAGXU','EVENTS','RfskI','BROWSERSTACK_TEST_ACCESSIBILITY_YML','getPlatformName','wugOw','wdGzD','env','BROWSERSTACK_RERUN','bootstrapAll','playwright-chromium','handleApp','AroNA','firefox','FhyQg','test','title','koPFu','browserWSEndpoint','gherkin','../utils/clientTroubleshootingService','prepareCapabilities','result','Workers','skipSessionStatus','LUrVF','BnVyD','join','Passed\x20:\x20','FRAMEWORKS','printBuildLink','skipSessionName','chrome','addTests','pOpEo','../../helpers/accessibility-automation/helper','browser','assign','isEmpty','webkit','Mnapp','parallelsPerPlatform','/wd/hub','../../helpers/helper','accessKey','ZmwKJ','map','76020RwALWr','setAdditionalCapabilities','codeceptjs','../utils/constants','eDzlw','playwright-webkit','../../helpers/testhub/testhubHandler','IKQHF','enabled','../../helpers/performance/performance-tester','format','stringify','BrowserStackPlugin.js','515fFmLIk','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','Failed\x20:\x20','root','require','start','JstOU','BrowserStackPlugin','50VtbckJ','tmIzQ','mergeDeep','8447536oHfHsc','launchBuild','uwNHN','desiredCapabilities','QXmwf','dKKLI','JJsPk','forEach','isUndefined','event','err','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','toLowerCase','6313032XLxbav','gAnVo','info','40132SVtGWw','isTestObservabilitySession','chromium','7cSqxCp','platforms','0|3|1|5|2|4','profile','testContextOptions','ASnwo','dirname','trim','browserStackCwd','run','AYRpa','codecept.json','spawn','helpers','../../helpers/utilities','push','RVbiN','existsSync'];a2_0x34ee=function(){return _0xc35831;};return a2_0x34ee();}async function run(_0x40d8ac,_0x4e23ea,_0x1a1c95){const _0x369d2c=a2_0x18818c,_0x34716b={'uwNHN':function(_0xe71739,_0x47b439){return _0xe71739+_0x47b439;},'wugOw':function(_0x293dfb,_0x54b1bb){return _0x293dfb(_0x54b1bb);},'RVbiN':function(_0x27974f,_0x380326){return _0x27974f+_0x380326;},'ASnwo':function(_0x3c35fe,_0x8f5315,_0x212e43){return _0x3c35fe(_0x8f5315,_0x212e43);},'IKQHF':_0x369d2c(0xeb),'Mnapp':function(_0x6b7158){return _0x6b7158();},'pOpEo':_0x369d2c(0x14f),'gAnVo':function(_0x33cf7b){return _0x33cf7b();},'kVQGc':function(_0x1893bb){return _0x1893bb();},'ijgQV':_0x369d2c(0x163),'FhyQg':_0x369d2c(0x141),'neRKw':_0x369d2c(0x102),'oGGmE':_0x369d2c(0xe0),'koPFu':function(_0x5e6231,_0x4c7f32,_0x473b66){return _0x5e6231(_0x4c7f32,_0x473b66);},'AqAMN':_0x369d2c(0x162),'IdpVN':function(_0x4090c8,_0xea5eec,_0x2e55f3){return _0x4090c8(_0xea5eec,_0x2e55f3);},'wdGzD':_0x369d2c(0x111),'LUrVF':_0x369d2c(0x118),'AroNA':function(_0x33eaef,_0x2b5eca){return _0x33eaef!=_0x2b5eca;},'eDzlw':function(_0x338d75,_0x22d954){return _0x338d75===_0x22d954;},'BnVyD':_0x369d2c(0x138),'dKKLI':function(_0x13fdf9,_0x6b6a30){return _0x13fdf9(_0x6b6a30);},'jjdut':function(_0x164dd1,_0x2bcaab){return _0x164dd1*_0x2bcaab;},'BLovT':function(_0x1864c9,_0x227e69,_0x50c6b4){return _0x1864c9(_0x227e69,_0x50c6b4);},'AYRpa':'browser','wQQFY':_0x369d2c(0x16f),'ZmwKJ':function(_0x5de89b,_0x27657c,_0x99fee){return _0x5de89b(_0x27657c,_0x99fee);},'tmIzQ':_0x369d2c(0x164),'UccbG':_0x369d2c(0x160),'IkwXZ':_0x369d2c(0xe6),'JstOU':function(_0x214d36){return _0x214d36();}};await _0x1a1c95[_0x369d2c(0xff)](_0x40d8ac),await helper[_0x369d2c(0x130)](_0x1a1c95['config']);if(!_0x1a1c95['config'])return;process[_0x369d2c(0xe1)]=_0x40d8ac[_0x369d2c(0xe1)];_0x40d8ac[_0x369d2c(0xe1)]&&(process['env'][_0x369d2c(0xe1)]=_0x40d8ac['profile']);const _0x2d6e17=_0x34716b[_0x369d2c(0x136)](getUserCodeceptJSConfigs,_0x40d8ac,_0x4e23ea);let _0x5838d4={};_0x2d6e17?(logger[_0x369d2c(0x17b)](_0x369d2c(0xf1)+_0x2d6e17),_0x5838d4=CodeceptJS[_0x369d2c(0xf9)]['load'](_0x2d6e17)):logger['info'](_0x34716b[_0x369d2c(0x114)]);let _0x1b5daa=![];_0x34716b['IdpVN'](nestedKeyValue,_0x5838d4,[_0x34716b[_0x369d2c(0x15b)],_0x34716b[_0x369d2c(0x12b)]])&&(_0x1b5daa=!![]);const _0x1b7a81=_0x1b5daa?_0x34716b[_0x369d2c(0x12b)]:_0x34716b[_0x369d2c(0x13e)];let _0x29e6bf=!_0x1b5daa?helper['useW3C'](_0x1a1c95[_0x369d2c(0xf9)]):![];!helper[_0x369d2c(0x174)](_0x1a1c95[_0x369d2c(0xf9)][_0x369d2c(0x113)])&&(process[_0x369d2c(0x12c)][_0x369d2c(0x103)]=JSON[_0x369d2c(0x15f)](_0x1a1c95[_0x369d2c(0xf9)][_0x369d2c(0x113)]));let _0x55f7a7=_0x1a1c95['config']['accessibility'];_0x55f7a7=_0x55f7a7||_0x34716b[_0x369d2c(0x12a)](checkAccessibilityPlatformConfig,_0x1a1c95[_0x369d2c(0xf9)]),process[_0x369d2c(0x12c)][_0x369d2c(0x128)]=_0x55f7a7;_0x55f7a7&&(_0x29e6bf=!_0x55f7a7);_0x34716b[_0x369d2c(0x131)](_0x1a1c95['config'][_0x369d2c(0x121)],null)?process['env']['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x1a1c95[_0x369d2c(0xf9)][_0x369d2c(0x121)]:process['env'][_0x369d2c(0x105)]=_0x34716b[_0x369d2c(0x158)](_0x1b7a81,_0x34716b['wdGzD']);const _0x30c409=_0x34716b[_0x369d2c(0xe3)](nestedKeyValue,_0x5838d4,[_0x34716b[_0x369d2c(0x13f)]]),_0x33d369=_0x30c409&&!helper[_0x369d2c(0x14b)](_0x30c409)?FRAMEWORKS['CODECEPT_CUCUMBER']:FRAMEWORKS['CODECEPT'],_0xe02991=await TestHubHandler[_0x369d2c(0x16d)](_0x33d369,_0x1a1c95);_0x55f7a7&&_0x34716b[_0x369d2c(0x171)](setAccessibilityCapabilities,_0x1a1c95[_0x369d2c(0xf9)]);const _0x2ba57f={},_0x519d86=[],_0xfc3a76=_0x1a1c95[_0x369d2c(0xf9)][_0x369d2c(0x14e)]||helper['getUserWorkerCount'](_0x40d8ac,_0x4e23ea,_0x1a1c95['config'],constants['FRAMEWORKS']['CODECEPT'])||0x1;let _0x21e04d=0x1;if(_0x34716b[_0x369d2c(0x17a)](isBrowserstackInfra)){const _0x114ff6=helper[_0x369d2c(0x13a)](_0x1a1c95['config'],_0x29e6bf,constants[_0x369d2c(0x142)][_0x369d2c(0x10a)]);_0x114ff6[_0x369d2c(0x173)](_0x4d222f=>{const _0x3a0c4b=_0x369d2c;helper[_0x3a0c4b(0x155)](_0x4d222f);}),helper[_0x369d2c(0x11f)](_0x1a1c95[_0x369d2c(0xf9)])?_0x21e04d=_0x34716b['jjdut'](_0xfc3a76,_0x1a1c95[_0x369d2c(0xf9)][_0x369d2c(0xdf)][_0x369d2c(0x11b)]):_0x21e04d=_0xfc3a76,_0x114ff6['forEach'](_0x9580f1=>{const _0x438e2a=_0x369d2c,_0x4204d1=_0x34716b[_0x438e2a(0xee)](helper[_0x438e2a(0x129)](_0x9580f1,'_'),'_'+Date['now']()),_0x5d273d=((()=>{const _0x3da0d6=_0x438e2a;if(_0x1b5daa){const _0x590538=pwToCodeceptBrowser[_0x9580f1[_0x3da0d6(0xf6)]]||_0x9580f1[_0x3da0d6(0xf6)];return{'browser':_0x590538,[_0x590538]:{'browserWSEndpoint':_0x34716b[_0x3da0d6(0x16e)](helper['getPlaywrightUrl'](_0x1a1c95[_0x3da0d6(0xf9)]),_0x34716b['wugOw'](encodeURIComponent,JSON[_0x3da0d6(0x15f)](_0x9580f1)))}};}const _0x3a1370={};return _0x3a1370[_0x3da0d6(0x16f)]=_0x9580f1,_0x3a1370['user']=_0x1a1c95['config']['userName'],_0x3a1370['key']=_0x1a1c95[_0x3da0d6(0xf9)][_0x3da0d6(0x151)],_0x3a1370;})()),_0x5bbe55=_0x34716b['ASnwo'](nestedKeyValue,_0x5838d4,[_0x34716b[_0x438e2a(0x15b)],_0x1b7a81]);_0x2ba57f[_0x4204d1]=_0x5bbe55?helper['mergeDeep'](_0x5d273d,_0x5bbe55):_0x5d273d;if(!_0x1b5daa){_0x2ba57f[_0x4204d1]['browser']=_0x9580f1[_0x438e2a(0xf6)]||_0x5d273d[_0x438e2a(0x149)];if(_0x34716b[_0x438e2a(0x14d)](isBrowserstackInfra)){_0x2ba57f[_0x4204d1]['host']=constants['hubUrl'][_0x438e2a(0x104)](_0x34716b[_0x438e2a(0x147)],'')[_0x438e2a(0x104)](/https?:\/\//,'');;_0x2ba57f[_0x4204d1][_0x438e2a(0x116)]=_0x34716b['pOpEo'];}}_0x519d86[_0x438e2a(0xed)](_0x4204d1);});}else{_0x21e04d=0x1;if(_0x1b5daa){const _0x4e266f=_0x34716b['BLovT'](nestedKeyValue,_0x5838d4,[_0x34716b['IKQHF'],_0x1b7a81,_0x34716b[_0x369d2c(0xe8)]]),_0x22c7a8=_0x34716b['koPFu'](nestedKeyValue,_0x5838d4,[_0x34716b[_0x369d2c(0x15b)],_0x1b7a81,_0x4e266f]);if(_0x22c7a8&&_0x22c7a8[_0x369d2c(0x137)]){const _0x85640e={};_0x85640e[_0x369d2c(0xdf)]=[],_0x22c7a8[_0x369d2c(0x137)]=helper[_0x369d2c(0x13a)](Object[_0x369d2c(0x14a)]({},_0x1a1c95[_0x369d2c(0xf9)],_0x85640e),null,_0x33d369[_0x369d2c(0x178)](),null,null,_0x22c7a8['browserWSEndpoint']);}}else{const _0x6609e9={};_0x6609e9[_0x369d2c(0xdf)]=[],_0x5838d4[_0x34716b[_0x369d2c(0x15b)]][_0x1b7a81][_0x34716b[_0x369d2c(0x124)]]=helper['prepareCapabilities'](Object[_0x369d2c(0x14a)]({},_0x1a1c95[_0x369d2c(0xf9)],_0x6609e9),null,_0x33d369[_0x369d2c(0x178)](),_0x34716b[_0x369d2c(0x152)](nestedKeyValue,_0x5838d4,[_0x34716b[_0x369d2c(0x15b)],_0x1b7a81,_0x34716b[_0x369d2c(0x124)]])||{},null,null);}_0x2ba57f[_0x34716b[_0x369d2c(0x16a)]]=_0x5838d4,_0x519d86[_0x369d2c(0xed)](_0x34716b['tmIzQ']);}const _0x50500a={};_0x50500a[_0x369d2c(0x122)]=_0x2d6e17;const _0x39d05f=_0x50500a,_0x346e5b=path[_0x369d2c(0x140)](__dirname,_0x34716b[_0x369d2c(0x11e)]),_0x45d876=process[_0x369d2c(0xfa)]();process['env'][_0x34716b[_0x369d2c(0x106)]]=_0x45d876,process['chdir'](path[_0x369d2c(0xe4)](_0x2d6e17));const _0x25afb4=new CodeceptJS[(_0x369d2c(0x13c))](null,_0x39d05f),_0x559b66=_0x25afb4[_0x369d2c(0xfe)](_0x21e04d),_0x460c35=testOpsHelper[_0x369d2c(0xdc)](),_0x24d353=_0x519d86['map'](_0x4ec343=>{const _0xe88984=_0x369d2c,_0x229323={};_0x229323[_0xe88984(0x111)]=_0x2ba57f[_0x4ec343];const _0x523471={};_0x523471['WebDriver']=_0x2ba57f[_0x4ec343];const _0x563138=_0x1b5daa?_0x229323:_0x523471,_0x1c7218=_0x34716b[_0xe88984(0x17a)](getO11yRerunPattern),_0x582874={};_0x582874[_0xe88984(0xeb)]=_0x563138;const _0x2f2f9f={};_0x2f2f9f[_0xe88984(0x165)]=_0x346e5b,_0x2f2f9f[_0xe88984(0x15c)]=!![],_0x2f2f9f['skipSessionName']=_0x1a1c95[_0xe88984(0xf9)][_0xe88984(0xe2)][_0xe88984(0x144)],_0x2f2f9f[_0xe88984(0x13d)]=_0x1a1c95[_0xe88984(0xf9)][_0xe88984(0xe2)][_0xe88984(0x13d)],_0x2f2f9f['testObservability']=_0x460c35,_0x2f2f9f[_0xe88984(0x119)]=_0x33d369;const _0x4caa89={};_0x4caa89[_0xe88984(0x168)]=_0x2f2f9f;const _0xd3ce30={};return _0xd3ce30[_0xe88984(0x109)]=_0x4caa89,helper[_0xe88984(0x16b)]({},_0x5838d4,_0x34716b[_0xe88984(0xfd)](isBrowserstackInfra)?_0x582874:{},_0x1c7218?{'grep':_0x1c7218}:{},_0xd3ce30);});for(const _0x411183 of _0x24d353){for(const _0x21c367 of _0x559b66){const _0x51ce9a=_0x25afb4[_0x369d2c(0xea)]();_0x51ce9a[_0x369d2c(0x146)](_0x21c367),_0x51ce9a['addConfig'](_0x411183);const _0x4a12fb={};_0x4a12fb[_0x369d2c(0xf9)]=_0x2d6e17,_0x51ce9a[_0x369d2c(0x10c)](Object[_0x369d2c(0x14a)](_0x4a12fb,_0x40d8ac));}}_0x25afb4['on'](CodeceptJS[_0x369d2c(0x175)][_0x369d2c(0x134)]['failed'],(_0x3fa5e3,_0xca088b)=>{const _0x1e1a14=_0x369d2c;console[_0x1e1a14(0xf7)](_0x34716b[_0x1e1a14(0x123)],_0x3fa5e3['title']);const _0x135cbe={[_0x3fa5e3[_0x1e1a14(0x135)]]:_0x3fa5e3[_0x1e1a14(0x176)][_0x1e1a14(0x10d)]};_testErrorData[_0x1e1a14(0xed)](_0x135cbe);}),_0x25afb4['on'](CodeceptJS[_0x369d2c(0x175)][_0x369d2c(0x134)][_0x369d2c(0x117)],async _0x5e42ad=>{const _0xdd47b4=_0x369d2c;console[_0xdd47b4(0xf7)](_0x34716b[_0xdd47b4(0x133)],_0x5e42ad['title']);}),_0x25afb4['on'](CodeceptJS['event'][_0x369d2c(0x134)][_0x369d2c(0xfb)],async _0x518ec4=>{const _0x4c64ca=_0x369d2c;console[_0x4c64ca(0xf7)](_0x34716b[_0x4c64ca(0x107)],_0x518ec4['title']);}),_0x25afb4['on'](CodeceptJS[_0x369d2c(0x175)][_0x369d2c(0xf8)][_0x369d2c(0x13b)],async()=>{const _0x478a4e=_0x369d2c,_0x1d0090=_0x34716b['oGGmE']['split']('|');let _0xcb5ce1=0x0;while(!![]){switch(_0x1d0090[_0xcb5ce1++]){case'0':PerformanceTester[_0x478a4e(0x166)](PerformanceEvents['SDK_CLEANUP']);continue;case'1':testOpsHelper[_0x478a4e(0x143)]();continue;case'2':try{await TestHubHandler[_0x478a4e(0x10e)]();}catch(_0x1a3d10){logger['debug'](_0x478a4e(0x177)+util[_0x478a4e(0x15e)](_0x1a3d10));}continue;case'3':_0x1a1c95['errorMessage']=_testErrorData;continue;case'4':_0x25afb4[_0x478a4e(0x10b)]();continue;case'5':utilities[_0x478a4e(0xf5)](_0x1a1c95);continue;}break;}});async function _0x402d3a(){const _0x513993=_0x369d2c;try{await _0x25afb4[_0x513993(0x12e)](),await _0x25afb4[_0x513993(0xe7)]();}finally{process['chdir'](_0x45d876),await _0x25afb4[_0x513993(0xf4)]();}}PerformanceTester[_0x369d2c(0x112)](PerformanceEvents['SDK_SETUP']),_0x34716b[_0x369d2c(0x167)](_0x402d3a);}module['exports']=run;
@@ -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
+ function a3_0x2436(_0x48cc47,_0x5d6260){const _0x566401=a3_0x5664();return a3_0x2436=function(_0x2436ad,_0x107bff){_0x2436ad=_0x2436ad-0x18d;let _0x3fa671=_0x566401[_0x2436ad];return _0x3fa671;},a3_0x2436(_0x48cc47,_0x5d6260);}const a3_0x3b2533=a3_0x2436;(function(_0x2b0072,_0x43a53d){const _0x1a0f8c=a3_0x2436,_0x211abd=_0x2b0072();while(!![]){try{const _0x2b2b97=parseInt(_0x1a0f8c(0x19b))/0x1+parseInt(_0x1a0f8c(0x1ae))/0x2*(-parseInt(_0x1a0f8c(0x193))/0x3)+-parseInt(_0x1a0f8c(0x1c0))/0x4*(-parseInt(_0x1a0f8c(0x1a5))/0x5)+parseInt(_0x1a0f8c(0x1ab))/0x6*(parseInt(_0x1a0f8c(0x1ba))/0x7)+parseInt(_0x1a0f8c(0x1a8))/0x8+-parseInt(_0x1a0f8c(0x194))/0x9+parseInt(_0x1a0f8c(0x1b9))/0xa*(-parseInt(_0x1a0f8c(0x1d8))/0xb);if(_0x2b2b97===_0x43a53d)break;else _0x211abd['push'](_0x211abd['shift']());}catch(_0x2daa53){_0x211abd['push'](_0x211abd['shift']());}}}(a3_0x5664,0x7cd82));const {isUndefined,nestedKeyValue}=require(a3_0x3b2533(0x1db)),logger=require(a3_0x3b2533(0x1bb))[a3_0x3b2533(0x1bf)],PlaywrightSessionDetails=require(a3_0x3b2533(0x1cd)),{isAccessibilityAutomationSession}=require(a3_0x3b2533(0x1cf)),{getObservabilityLinkedProductName}=require('../../helpers/test-observability/utils'),getOSVersionFromCaps=_0x33aa6e=>{const _0x593c13=a3_0x3b2533,_0x22f83f={};_0x22f83f[_0x593c13(0x1df)]='bstack:options',_0x22f83f[_0x593c13(0x1d7)]=_0x593c13(0x192),_0x22f83f[_0x593c13(0x1dc)]=_0x593c13(0x199),_0x22f83f[_0x593c13(0x1e5)]=_0x593c13(0x19d),_0x22f83f[_0x593c13(0x1d2)]='os_version';const _0x4a914d=_0x22f83f;if(!_0x33aa6e)return null;const _0x35e66f=_0x33aa6e[_0x4a914d[_0x593c13(0x1df)]],_0xda359b=[_0x4a914d[_0x593c13(0x1d7)],_0x4a914d[_0x593c13(0x1dc)],_0x4a914d[_0x593c13(0x1e5)],_0x4a914d[_0x593c13(0x1d2)]];for(const _0x181ad0 of _0xda359b){if(_0x35e66f&&_0x35e66f[_0x181ad0])return _0x35e66f[_0x181ad0];else{if(_0x33aa6e[_0x181ad0])return _0x33aa6e[_0x181ad0];}}return null;};function a3_0x5664(){const _0x120f7b=['67846BqGCOI','parse','getDetails','odgJE','eNXkq','get','searchParams','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','constructor','tdQab','bsSessionId','10GAhzcn','210BINeRM','../../helpers/logger','desiredCapabilities','browserstack_accessibility_automation_script','platformName','winstonLogger','28904FjFHsj','__cloud_provider___','browserstack_executor','CcjFC','config','JroKI','XWxBX','cloudProvider','QaJTB','deviceName','unknown_grid','uVYvy','ZXAxA','../../bin/playwright/sessionDetails','accessibilityPlatform','../../helpers/accessibility-automation/helper','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','string','RYCcv','Playwright','gtsEh','ajaZY','chrome','lcjpM','5688089Xgtyaw','YlEad','hUEVv','../../helpers/helper','ivMhs','eOBoX','name','kWgKH','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','processWebDriverConfig','browser_version','bMPtr','browser','gIGqD','browserVersion','Gksoz','smSAf','warn','sessionId','platformVersion','57hxfxyD','3017817HWGvFR','KJNSJ','KAWgF','ExLHr','fetchPlatformDetails','platform_version','YfhDa','809849xyBhDL','kGOJt','osVersion','browserName','playwright-chromium','iotvw','platform','DCukz','erDvX','LkCUq','275EjByjP','shouldPatchExecuteScript','includes','4650736XKESGd','capabilities','caps','43938BJZCCq','DEaoA','WebDriver'];a3_0x5664=function(){return _0x120f7b;};return a3_0x5664();}exports[a3_0x3b2533(0x198)]=_0x4fb7c1=>{const _0xb05cb=a3_0x3b2533,_0x3b069b={'erDvX':_0xb05cb(0x1ca),'tdQab':function(_0xe769b5,_0x1e9716){return _0xe769b5===_0x1e9716;},'XWxBX':_0xb05cb(0x1ad),'KAWgF':function(_0x1ec2b4,_0x4e934f){return _0x1ec2b4(_0x4e934f);},'odgJE':function(_0x2c5afa,_0x6a086e,_0x1bf731){return _0x2c5afa(_0x6a086e,_0x1bf731);},'CcjFC':_0xb05cb(0x1c4),'JroKI':_0xb05cb(0x1bc),'DEaoA':function(_0x4c4eb9,_0x4bccb7){return _0x4c4eb9(_0x4bccb7);},'ajaZY':function(_0x52b883,_0x3731a0){return _0x52b883===_0x3731a0;},'gtsEh':_0xb05cb(0x1d3),'hUEVv':function(_0x2ab702,_0x2e4128,_0xb04ab){return _0x2ab702(_0x2e4128,_0xb04ab);},'xsbMk':'browser','smSAf':'browserWSEndpoint','ExLHr':_0xb05cb(0x1aa)};if(!_0x4fb7c1)return null;let _0x47235f=global[_0xb05cb(0x1c1)]||_0x3b069b[_0xb05cb(0x1a3)];if(_0x3b069b[_0xb05cb(0x1b7)](_0x4fb7c1[_0xb05cb(0x1b6)][_0xb05cb(0x1de)],_0x3b069b[_0xb05cb(0x1c6)])){const _0x57fa0d=_0x4fb7c1[_0xb05cb(0x1e4)];if(!_0x57fa0d)return null;const _0x51a761=_0x57fa0d['capabilities'],_0x589398=_0x3b069b[_0xb05cb(0x196)](getOSVersionFromCaps,_0x3b069b[_0xb05cb(0x1b1)](nestedKeyValue,_0x4fb7c1,[_0x3b069b[_0xb05cb(0x1c3)],_0x3b069b[_0xb05cb(0x1c5)]]));return{[_0x47235f]:{'browser':_0x51a761[_0xb05cb(0x19e)],'browser_version':_0x51a761[_0xb05cb(0x18d)],'capabilities':_0x51a761,'platform':_0x51a761[_0xb05cb(0x1be)],'platform_version':_0x51a761[_0xb05cb(0x192)]||_0x589398,'product':_0x3b069b[_0xb05cb(0x1ac)](getObservabilityLinkedProductName,_0x51a761),'session_id':_0x57fa0d[_0xb05cb(0x191)]}};}else{if(_0x3b069b[_0xb05cb(0x1d5)](_0x4fb7c1[_0xb05cb(0x1b6)][_0xb05cb(0x1de)],_0x3b069b[_0xb05cb(0x1d4)])){const _0x21be84=PlaywrightSessionDetails[_0xb05cb(0x1b0)]();_0x47235f=_0x21be84[_0xb05cb(0x1c7)]||_0x47235f;const _0x232db5=_0x3b069b[_0xb05cb(0x1da)](nestedKeyValue,_0x4fb7c1,[_0x3b069b[_0xb05cb(0x1c3)],_0x3b069b['xsbMk'],_0x3b069b[_0xb05cb(0x18f)]]),_0x5078a9=_0x232db5?JSON[_0xb05cb(0x1af)](new URL(_0x232db5)[_0xb05cb(0x1b4)][_0xb05cb(0x1b3)](_0x3b069b[_0xb05cb(0x197)])):{};return{[_0x47235f]:{'browser':_0x21be84[_0xb05cb(0x1e4)]||_0x5078a9[_0xb05cb(0x19e)],'browser_version':_0x21be84[_0xb05cb(0x1e2)]||_0x5078a9[_0xb05cb(0x1e2)],'capabilities':_0x5078a9,'platform':_0x21be84[_0xb05cb(0x1a1)],'platform_version':_0x21be84[_0xb05cb(0x199)],'product':_0x3b069b[_0xb05cb(0x1ac)](getObservabilityLinkedProductName,_0x5078a9),'session_id':_0x21be84[_0xb05cb(0x1b8)]}};}}},exports[a3_0x3b2533(0x1e1)]=_0x251583=>{const _0x1826d3=a3_0x3b2533,_0x3d1303={'bMPtr':function(_0x219bc2){return _0x219bc2();},'eNXkq':function(_0x896823,_0x52c6a2){return _0x896823===_0x52c6a2;},'kGOJt':'latest','uVYvy':function(_0x497cae,_0x3b2abe){return _0x497cae>_0x3b2abe;},'eOBoX':function(_0x3e3d93,_0x595a98){return _0x3e3d93(_0x595a98);},'YlEad':_0x1826d3(0x1e0),'QaJTB':_0x1826d3(0x1d6),'gUtAQ':function(_0x14a254,_0x2cc8bd){return _0x14a254===_0x2cc8bd;},'KJNSJ':_0x1826d3(0x19f),'Gksoz':_0x1826d3(0x1d0),'YfhDa':function(_0x162e3a,_0x23d31b){return _0x162e3a(_0x23d31b);},'ZXAxA':_0x1826d3(0x1b5)};if(_0x3d1303[_0x1826d3(0x1e3)](isAccessibilityAutomationSession)){const _0x10cb15=_0x251583[_0x1826d3(0x1e4)],_0x12f149=_0x10cb15[_0x1826d3(0x1a9)];global[_0x1826d3(0x1ce)]=!![],!(_0x3d1303[_0x1826d3(0x1b2)](_0x12f149[_0x1826d3(0x18d)],_0x3d1303[_0x1826d3(0x19c)])||_0x3d1303[_0x1826d3(0x1cb)](_0x3d1303[_0x1826d3(0x1dd)](parseInt,_0x12f149['browserVersion']),0x5e))&&(logger[_0x1826d3(0x190)](_0x3d1303[_0x1826d3(0x1d9)]),global[_0x1826d3(0x1ce)]=![]),!(_0x3d1303[_0x1826d3(0x1b2)](_0x12f149[_0x1826d3(0x19e)],_0x3d1303[_0x1826d3(0x1c8)])||_0x3d1303['gUtAQ'](_0x12f149[_0x1826d3(0x19e)],_0x3d1303[_0x1826d3(0x195)]))&&(logger[_0x1826d3(0x190)](_0x3d1303[_0x1826d3(0x18e)]),global[_0x1826d3(0x1ce)]=![]),!_0x3d1303[_0x1826d3(0x19a)](isUndefined,_0x12f149[_0x1826d3(0x1c9)])&&(logger[_0x1826d3(0x190)](_0x3d1303[_0x1826d3(0x1cc)]),global[_0x1826d3(0x1ce)]=![]);}},exports[a3_0x3b2533(0x1a6)]=_0x56b701=>{const _0x1dea6d=a3_0x3b2533,_0x28c49a={};_0x28c49a[_0x1dea6d(0x1a0)]=function(_0x61b87,_0x2aecfa){return _0x61b87!==_0x2aecfa;},_0x28c49a['LkCUq']=_0x1dea6d(0x1d1),_0x28c49a['Fdqla']=_0x1dea6d(0x1c2),_0x28c49a[_0x1dea6d(0x1a2)]=_0x1dea6d(0x1bd);const _0x2036ee=_0x28c49a;if(!_0x56b701)return![];else{if(_0x2036ee['iotvw'](typeof _0x56b701,_0x2036ee[_0x1dea6d(0x1a4)]))return!![];}return!_0x56b701[_0x1dea6d(0x1a7)](_0x2036ee['Fdqla'])&&!_0x56b701[_0x1dea6d(0x1a7)](_0x2036ee[_0x1dea6d(0x1a2)]);};
@@ -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_0x4ea6(_0x94a119,_0x3cdee7){const _0x490744=a4_0x4907();return a4_0x4ea6=function(_0x4ea6a4,_0x1a9502){_0x4ea6a4=_0x4ea6a4-0x165;let _0x3b567b=_0x490744[_0x4ea6a4];return _0x3b567b;},a4_0x4ea6(_0x94a119,_0x3cdee7);}const a4_0x5f06ea=a4_0x4ea6;function a4_0x4907(){const _0x2bbede=['Gqvrv','iIlcq','TestRunStarted','ntKUt','Failed\x20to\x20parse\x20wsendpoint\x20','push','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','test_run_uuid','tbAqn','_afterEach','STATE_FAILED','split','wsEndpoint','hook_run','JCSwx','getTime','ihpuD','failure_backtrace','_beforeAll','133371kzsktk','CLBxS','getInstance','bs:addLog:','toLowerCase','fWMVz','JHFKj','path','JlllF','file_name','Playwright','__platformCaps','40pWwicI','2mVSfqd','apply','UFlbM','Asepg','__cloud_provider___','kqFNI','groups','WACHO','toString','ArcfG','fireEvent','test_run','BhNNX','\x20with\x20error\x20:\x20','appendTestItemLog','323547SZvwqf','lVfED','frameworkName','retryOf','hook_run_uuid','getCBTInfo','exports','hynHY','TestRunSkipped','util','duration','stop','kgBYg','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','finished_at','TestRunFinished','hook_type','FHVoT','now','prFit','uploadEventData','tags','TdQjr','tfvBc','passed','Vjoaf','finished','codeceptjs','title','136qzKYbg','length','event_type','eDHGZ','inspect','LogCreated','currentHook','CODECEPT','HookRunStarted','err','TEST_EVENTS','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','getHooksForTest','pykcF','driver','success','captureEvent','debug','message','expanded','failed','failed\x20to\x20get\x20root\x20parent\x20file\x20','bind','string','testAnalyticsId','WWIwv','EfuTo','STATE_PASSED','failure','bddStepStart','meta','setupBrowserDetails','findGitConfig','feature','getHierarchy','result','prototype','TEST_RUN_FINISHED','file','startedAt','ELCex','_beforeEach','10512970JQEoZi','AeDwH','rVTlm','forEach','UuAzU','O11yHelper','pid','OFufI','enabled','find','aXtml','13412520NpTBUb','FhMgv','parent','cpMLi','5105AImAch','match','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','dirname','pkuUp','WzMcH','errorsDetailed','comment','started','getHookType','HOOK_RUN_STARTED','JxJfP','PathHelper','concat','status','YfmQT','stepAnalyticsId','../../helpers/testhub/utils.js','WIEYT','UnYio','qpVHW','start','GfYLn','EZtYa','uuid','TEST_RUN_STARTED','failureData','launch','_afterAll','constructor','efsZi','7164AfcKDL','YgPBh','dKFwo','body','TEST_REPORTING_ANALYTICS','hookAnalyticsId','eOQkO','lUMkW','test','connectOverCDP','TTNhK','hook','bddSteps','../playwright/accessibility-helper','then','sep','eaKHe','vXFKg','pending','WWksL','../utils/constants','prefixTestPath','includes','connect','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','njzzo','client','winstonLogger','abAmX','currentTest','accessibilityPlatform','.git','getFailureType','tsFNh','cwd','ksgyl','ctx','initializeBddStep','udfSj','getRootParentFile','_paths','config','relative','lUMkx','HOOK_RUN_FINISHED','../../helpers/test-observability/constants','BSPXa','keyword','join','toUpperCase','suites','bGMTR','logs','aZwsB','fullTitle','markedStatus','failure_reason_expanded','toISOString','386265BWbsTg','skipped','HookRunFinished','_testEnv','name','7256375OFCVPW','OWzkj','../../helpers/logger','nggvO','browserstack','wClGl','../../helpers/test-observability/sessionHandler','powQu','eYLjN','mapTestHooks','resetSkipTestHooks','Wsrod','jbiee'];a4_0x4907=function(){return _0x2bbede;};return a4_0x4907();}(function(_0x447d5d,_0x22f1e7){const _0x238816=a4_0x4ea6,_0x4694a0=_0x447d5d();while(!![]){try{const _0x9a5703=-parseInt(_0x238816(0x1a7))/0x1*(parseInt(_0x238816(0x198))/0x2)+parseInt(_0x238816(0x166))/0x3*(parseInt(_0x238816(0x197))/0x4)+-parseInt(_0x238816(0x1fd))/0x5*(parseInt(_0x238816(0x21c))/0x6)+parseInt(_0x238816(0x16b))/0x7+parseInt(_0x238816(0x1c4))/0x8*(-parseInt(_0x238816(0x18b))/0x9)+-parseInt(_0x238816(0x1ee))/0xa+parseInt(_0x238816(0x1f9))/0xb;if(_0x9a5703===_0x22f1e7)break;else _0x4694a0['push'](_0x4694a0['shift']());}catch(_0x148aee){_0x4694a0['push'](_0x4694a0['shift']());}}}(a4_0x4907,0xaa536));const path=require(a4_0x5f06ea(0x192)),fs=require('fs'),{v4:uuidv4}=require(a4_0x5f06ea(0x215)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require('../../helpers/helper'),testOpsHelper=require('../../helpers/test-observability/utils'),{getTestEnv}=require('../mocha/test-observability/mochaUtils'),{FRAMEWORKS}=require(a4_0x5f06ea(0x249)),logger=require(a4_0x5f06ea(0x16d))[a4_0x5f06ea(0x237)],SessionHandler=require(a4_0x5f06ea(0x171)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),PlaywrightSessionDetails=require('../playwright/sessionDetails'),debug=testOpsHelper[a4_0x5f06ea(0x1d5)],{processAccessibilityCaps}=require(a4_0x5f06ea(0x229)),Constants=require(a4_0x5f06ea(0x230)),{fetchPlatformDetails}=require('./helper.js'),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x5f06ea(0x20e)),constants=require(a4_0x5f06ea(0x230)),STATE_PASSED=a4_0x5f06ea(0x1bf),STATE_FAILED=a4_0x5f06ea(0x1d8),a4_0x2ebfb1={};a4_0x2ebfb1[a4_0x5f06ea(0x216)]=a4_0x5f06ea(0x17a),a4_0x2ebfb1[a4_0x5f06ea(0x1e9)]=a4_0x5f06ea(0x1b6),a4_0x2ebfb1['TEST_RUN_SKIPPED']=a4_0x5f06ea(0x1af),a4_0x2ebfb1[a4_0x5f06ea(0x207)]=a4_0x5f06ea(0x1cc),a4_0x2ebfb1[a4_0x5f06ea(0x248)]=a4_0x5f06ea(0x168);const TEST_EVENTS=a4_0x2ebfb1,parseEvent=_0x4b152b=>{const _0xfb0c48=a4_0x5f06ea,_0xbe0904={};_0xbe0904[_0xfb0c48(0x1a8)]=function(_0x30c415,_0x5b6040){return _0x30c415<_0x5b6040;},_0xbe0904[_0xfb0c48(0x20f)]=function(_0x1d5232,_0x46f1ce){return _0x1d5232===_0x46f1ce;},_0xbe0904[_0xfb0c48(0x170)]=_0xfb0c48(0x224),_0xbe0904[_0xfb0c48(0x1c7)]=_0xfb0c48(0x227),_0xbe0904[_0xfb0c48(0x16e)]='skipped',_0xbe0904[_0xfb0c48(0x178)]='started',_0xbe0904[_0xfb0c48(0x186)]=_0xfb0c48(0x1c1);const _0x640903=_0xbe0904,_0x42e440=_0x4b152b[_0xfb0c48(0x1fe)](/^(.*)Run(.*)$/);if(!_0x42e440)return null;if(_0x640903[_0xfb0c48(0x1a8)](_0x42e440[_0xfb0c48(0x1c5)],0x3))return null;const _0x2c80a7=_0x42e440[0x1][_0xfb0c48(0x18f)](),_0x52b851=_0x42e440[0x2][_0xfb0c48(0x18f)]();return{'test':_0x640903[_0xfb0c48(0x20f)](_0x2c80a7,_0x640903[_0xfb0c48(0x170)]),'hook':_0x640903[_0xfb0c48(0x20f)](_0x2c80a7,_0x640903['eDHGZ']),'skipped':_0x640903['WIEYT'](_0x52b851,_0x640903['nggvO']),'started':_0x640903[_0xfb0c48(0x20f)](_0x52b851,_0x640903[_0xfb0c48(0x178)]),'finished':_0x640903[_0xfb0c48(0x20f)](_0x52b851,_0x640903['JCSwx'])};},mockPWBrowserType=_0x14e708=>{const _0x52b2e3=a4_0x5f06ea,_0x24fa13={'OWzkj':function(_0x57f977,_0x25f5b7){return _0x57f977===_0x25f5b7;},'gJEOq':_0x52b2e3(0x1db),'Pdlkk':function(_0x1889cb,_0x1fcaec,_0x50adcc){return _0x1889cb(_0x1fcaec,_0x50adcc);},'dKFwo':'wsEndpoint','ckaBv':function(_0x4a9e76,_0xb30292){return _0x4a9e76(_0xb30292);},'efsZi':_0x52b2e3(0x16f),'udfSj':function(_0xd49594,_0x34421c,_0x5dc36c){return _0xd49594(_0x34421c,_0x5dc36c);},'qRqxK':function(_0x26dcb8,_0x336183){return _0x26dcb8(_0x336183);},'aZwsB':'lib','KZAtn':_0x52b2e3(0x236),'mkhkt':'browserType.js','TTNhK':function(_0x116266,_0x2e9c6f){return _0x116266(_0x2e9c6f);},'abAmX':'Not\x20able\x20to\x20import\x20Browser','eOQkO':_0x52b2e3(0x233),'dhIJo':_0x52b2e3(0x218)},_0x399b3f=path[_0x52b2e3(0x24c)](_0x24fa13[_0x52b2e3(0x251)],_0x24fa13['KZAtn'],_0x24fa13['mkhkt']),_0xfae55b=_0x24fa13[_0x52b2e3(0x226)](importFileFromPWCore,_0x399b3f);if(!_0xfae55b){_0x24fa13[_0x52b2e3(0x226)](debug,_0x24fa13[_0x52b2e3(0x238)]);return;}const _0x2a1eb2=_0xfae55b['BrowserType'],_0x9bbcb8=_0x2a1eb2[_0x52b2e3(0x1e8)];if(_0x9bbcb8['obsBrowserTypeMockApplied'])return;const _0x23ec9f=_0x9bbcb8[_0x52b2e3(0x233)];Object['defineProperty'](_0x9bbcb8,_0x24fa13[_0x52b2e3(0x222)],{'get':function(){const _0x47a86c=_0x52b2e3,_0x15dd00={'yTdZh':function(_0x5f269b,_0x5f3ebb){const _0x3c32a2=a4_0x4ea6;return _0x24fa13[_0x3c32a2(0x16c)](_0x5f269b,_0x5f3ebb);},'ihpuD':_0x24fa13['gJEOq'],'efmub':function(_0x2d6ffb,_0x5c88de,_0x3973dd){return _0x24fa13['Pdlkk'](_0x2d6ffb,_0x5c88de,_0x3973dd);},'tfvBc':_0x24fa13[_0x47a86c(0x21e)],'bUYAY':function(_0x1826a7,_0x276a68){return _0x24fa13['ckaBv'](_0x1826a7,_0x276a68);},'DtGYt':_0x24fa13[_0x47a86c(0x21b)],'lUMkW':function(_0x3b41bd,_0x451eac,_0x19c286){const _0x5474e2=_0x47a86c;return _0x24fa13[_0x5474e2(0x242)](_0x3b41bd,_0x451eac,_0x19c286);},'Wsrod':function(_0x1da59e,_0x5819c8){return _0x24fa13['qRqxK'](_0x1da59e,_0x5819c8);}};return async function _0x44aa60(_0x4075d8,_0x5559aa){const _0x1756c4=_0x47a86c,_0x344314={'BSPXa':function(_0x90cb5,_0x2c7938){return _0x15dd00['yTdZh'](_0x90cb5,_0x2c7938);},'YgPBh':_0x15dd00[_0x1756c4(0x188)]},_0xe1318d=_0x15dd00['efmub'](nestedKeyValue,_0x4075d8,[_0x15dd00[_0x1756c4(0x1be)]])||_0x4075d8;let _0x3187ae=null,_0x5c192d=null;try{[_0x5c192d,_0x3187ae]=_0xe1318d?_0x15dd00['bUYAY'](parseWSEndpoint,_0xe1318d):[null,null],global[_0x1756c4(0x196)]=_0x3187ae,logger[_0x1756c4(0x1d5)](_0x1756c4(0x234)+_0x5c192d),_0x5c192d['includes'](Constants['BROWSERSTACK'])&&(global[_0x1756c4(0x19c)]=_0x15dd00['DtGYt']);}catch(_0x128d16){logger[_0x1756c4(0x1d5)](_0x1756c4(0x17c)+_0xe1318d+'\x20'+_0x128d16);}_0x15dd00[_0x1756c4(0x223)](processAccessibilityCaps,_0x3187ae,_0x5c192d);if(global[_0x1756c4(0x23a)]){const _0x2eb377=await _0x9bbcb8[_0x1756c4(0x225)][_0x1756c4(0x199)](this,[''+Constants['PLAYWRIGHT_HUB_URL']+_0x15dd00[_0x1756c4(0x176)](encodeURIComponent,JSON['stringify'](_0x3187ae))]);return PlaywrightSessionDetails['setupBrowserDetails'](_0x2eb377,_0x14e708,_0xe1318d),_0x2eb377;}return _0x23ec9f[_0x1756c4(0x199)](this,arguments)[_0x1756c4(0x22a)](_0x862678=>{const _0xb0ad1f=_0x1756c4;let _0x2a72e1=_0x4075d8[_0xb0ad1f(0x184)];return _0x344314[_0xb0ad1f(0x24a)](typeof _0x4075d8,_0x344314[_0xb0ad1f(0x21d)])&&(_0x2a72e1=_0x4075d8),PlaywrightSessionDetails['setupBrowserDetails'](_0x862678,_0x14e708,_0x2a72e1),_0x862678;});};}});const _0x2d322b=_0x9bbcb8[_0x52b2e3(0x218)];Object['defineProperty'](_0x9bbcb8,_0x24fa13['dhIJo'],{'get':function(){return async function _0xbbda1d(){const _0x8c05d0=a4_0x4ea6;return _0x2d322b[_0x8c05d0(0x199)](this,arguments)['then'](_0x5b0d4f=>{const _0x5b37bc=_0x8c05d0;return PlaywrightSessionDetails[_0x5b37bc(0x1e3)](_0x5b0d4f,null),_0x5b0d4f;});};}});};class O11yHelper{[a4_0x5f06ea(0x239)]=null;['currentHook']=null;[a4_0x5f06ea(0x1f6)]=![];[a4_0x5f06ea(0x1a9)]=![];constructor(_0x43050c,_0x581b7d){const _0x521173=a4_0x5f06ea,_0x5b9270={'vOkCi':'2|4|3|1|5|0','WzMcH':function(_0x12fc6f,_0xef1c3){return _0x12fc6f===_0xef1c3;},'RBKtw':_0x521173(0x195),'WWIwv':function(_0x323685,_0x29a159){return _0x323685(_0x29a159);},'Vjoaf':function(_0x3fcff3){return _0x3fcff3();}},_0x4767b0=_0x5b9270['vOkCi'][_0x521173(0x183)]('|');let _0xc637ef=0x0;while(!![]){switch(_0x4767b0[_0xc637ef++]){case'0':this[_0x521173(0x1d2)]&&_0x5b9270[_0x521173(0x202)](this[_0x521173(0x1d2)][_0x521173(0x21a)][_0x521173(0x16a)],_0x5b9270['RBKtw'])&&_0x5b9270[_0x521173(0x1dd)](mockPWBrowserType,null);continue;case'1':this['_testEnv']=_0x5b9270[_0x521173(0x1c0)](getTestEnv);continue;case'2':this['enabled']=_0x5b9270['Vjoaf'](shouldProcessEventForTesthub);continue;case'3':this[_0x521173(0x1d2)]=_0x43050c;continue;case'4':this['frameworkName']=_0x581b7d[_0x521173(0x1a9)];continue;case'5':this[_0x521173(0x244)]=new testOpsHelper[(_0x521173(0x209))]({'cwd':process[_0x521173(0x23e)]()},this[_0x521173(0x169)]['location_prefix']);continue;}break;}}[a4_0x5f06ea(0x212)](){const _0x381b74=a4_0x5f06ea;if(!this[_0x381b74(0x1f6)])return;testOpsHelper['patchConsoleLogger'](),process['removeAllListeners'](_0x381b74(0x18e)+process[_0x381b74(0x1f4)]),process['on'](_0x381b74(0x18e)+process[_0x381b74(0x1f4)],this[_0x381b74(0x1a6)][_0x381b74(0x1da)](this));}async[a4_0x5f06ea(0x1b2)](){const _0xf360e5=a4_0x5f06ea;await RequestQueueHandler[_0xf360e5(0x18d)]()['shutdown']();}async[a4_0x5f06ea(0x1a6)](_0x5d35f7){const _0x3af258=a4_0x5f06ea,_0x3baa16={'UFlbM':_0x3af258(0x1c9),'aXtml':function(_0x47d81c,_0x47c616){return _0x47d81c(_0x47c616);}};try{this[_0x3af258(0x1ca)]&&!this[_0x3af258(0x1ca)][_0x3af258(0x253)]&&(_0x5d35f7[_0x3af258(0x1ab)]=this['currentHook']['hookAnalyticsId']);!_0x5d35f7[_0x3af258(0x1ab)]&&this[_0x3af258(0x239)]&&!this['currentTest'][_0x3af258(0x253)]&&(_0x5d35f7[_0x3af258(0x17f)]=this[_0x3af258(0x239)][_0x3af258(0x1dc)]);if(_0x5d35f7[_0x3af258(0x1ab)]||_0x5d35f7['test_run_uuid']){const _0x53b876={};_0x53b876['event_type']=_0x3baa16[_0x3af258(0x19a)],_0x53b876[_0x3af258(0x250)]=[_0x5d35f7],await SessionHandler['uploadEventData'](_0x53b876);}}catch(_0x3f3398){_0x3baa16[_0x3af258(0x1f8)](debug,_0x3af258(0x1cf)+constants['TEST_REPORTING_ANALYTICS']+_0x3af258(0x1a5)+_0x3f3398);}}async['sendCBTInfo'](_0x12195c){const _0x5d374e=a4_0x5f06ea,_0x3ee711={'EfuTo':'CBTSessionCreated','QZSia':function(_0x4ee814,_0x41bcce){return _0x4ee814(_0x41bcce);}};if(!this[_0x5d374e(0x1f6)])return;const _0x3ee091=this[_0x5d374e(0x1ac)](this[_0x5d374e(0x1d2)]);try{const _0x513354={};_0x513354[_0x5d374e(0x215)]=_0x12195c,_0x513354['integrations']=_0x3ee091;const _0x5db62b=_0x513354,_0x5a3611={};_0x5a3611[_0x5d374e(0x1c6)]=_0x3ee711[_0x5d374e(0x1de)],_0x5a3611['test_run']=_0x5db62b,await SessionHandler[_0x5d374e(0x1bb)](_0x5a3611);}catch(_0x3d4e9e){_0x3ee711['QZSia'](debug,_0x5d374e(0x17e)+constants[_0x5d374e(0x220)]+_0x5d374e(0x1a5)+_0x3d4e9e);}}[a4_0x5f06ea(0x1ac)](_0x774cc8){const _0x562ab8=a4_0x5f06ea,_0x56dc7d={'EZtYa':function(_0xc6e541,_0x3c0774){return _0xc6e541(_0x3c0774);}};return _0x56dc7d[_0x562ab8(0x214)](fetchPlatformDetails,_0x774cc8);}['resetSkipTestHooks']=_0x2f2697=>{const _0x3461b3=a4_0x5f06ea,_0x48579a={};_0x48579a[_0x3461b3(0x1f0)]=_0x3461b3(0x1ed),_0x48579a['BhNNX']=_0x3461b3(0x181);const _0x251d52=_0x48579a;if(!_0x2f2697||!_0x2f2697['parent'])return;[_0x251d52[_0x3461b3(0x1f0)],_0x251d52[_0x3461b3(0x1a4)]][_0x3461b3(0x1f1)](_0x5718e6=>{const _0x8cf06e=_0x2f2697['parent'][_0x5718e6];_0x8cf06e['forEach'](_0x26c596=>{const _0x2dd6ad=a4_0x4ea6;_0x26c596[_0x2dd6ad(0x221)]&&(_0x26c596[_0x2dd6ad(0x221)]=null);});});};[a4_0x5f06ea(0x174)](_0x527810){const _0x4fd41b=a4_0x5f06ea,_0xa6e56c={'qpVHW':_0x4fd41b(0x1c2),'kEPXx':function(_0x27fe84){return _0x27fe84();},'Vqtka':function(_0x2483a3,_0x49b4d7){return _0x2483a3===_0x49b4d7;},'eaKHe':_0x4fd41b(0x181),'FHVoT':function(_0x18030c){return _0x18030c();},'JHFKj':_0x4fd41b(0x18a),'eYLjN':'_afterAll','wZQyU':_0x4fd41b(0x1ed)};if(!_0x527810||!_0x527810[_0x4fd41b(0x1fb)])return;[_0xa6e56c[_0x4fd41b(0x191)],_0xa6e56c[_0x4fd41b(0x173)],_0xa6e56c['wZQyU'],_0xa6e56c[_0x4fd41b(0x22c)]][_0x4fd41b(0x1f1)](_0x3895a6=>{const _0x3ac898=_0x4fd41b,_0x39cc68=_0x527810['parent'][_0x3895a6]||[];_0x39cc68[_0x3ac898(0x1f1)](_0x4f9681=>{const _0xaabf9=_0x3ac898;if(_0x4f9681[_0xaabf9(0x1c3)][_0xaabf9(0x232)](_0xa6e56c[_0xaabf9(0x211)]))return;if(!_0x4f9681['hookAnalyticsId'])_0x4f9681[_0xaabf9(0x221)]=_0xa6e56c['kEPXx'](uuidv4);else _0x4f9681[_0xaabf9(0x253)]&&_0xa6e56c['Vqtka'](_0x3895a6,_0xa6e56c[_0xaabf9(0x22c)])&&(_0x4f9681[_0xaabf9(0x221)]=_0xa6e56c[_0xaabf9(0x1b8)](uuidv4),delete _0x4f9681[_0xaabf9(0x253)]);});}),this[_0x4fd41b(0x174)](_0x527810[_0x4fd41b(0x1fb)]);}[a4_0x5f06ea(0x1d0)](_0x213197){const _0x378791=a4_0x5f06ea,_0x48e1c6={};_0x48e1c6[_0x378791(0x19d)]=_0x378791(0x18a),_0x48e1c6[_0x378791(0x1ba)]=_0x378791(0x219),_0x48e1c6[_0x378791(0x210)]=_0x378791(0x1ed),_0x48e1c6[_0x378791(0x19f)]=_0x378791(0x181);const _0x3426dd=_0x48e1c6;if(!_0x213197||!_0x213197[_0x378791(0x1fb)])return[];const _0x1ac71f=[];return[_0x3426dd[_0x378791(0x19d)],_0x3426dd[_0x378791(0x1ba)],_0x3426dd[_0x378791(0x210)],_0x3426dd['WACHO']]['forEach'](_0x2aaf69=>{const _0x4ab7f9=_0x378791,_0x5af3ac=_0x213197[_0x4ab7f9(0x1fb)][_0x2aaf69]||[];_0x5af3ac[_0x4ab7f9(0x1f1)](_0x3e7bbe=>{const _0x4e8a08=_0x4ab7f9;_0x3e7bbe[_0x4e8a08(0x221)]&&_0x1ac71f[_0x4e8a08(0x17d)](_0x3e7bbe[_0x4e8a08(0x221)]);});}),[][_0x378791(0x20a)](_0x1ac71f,this[_0x378791(0x1d0)](_0x213197[_0x378791(0x1fb)]));}[a4_0x5f06ea(0x206)](_0x2de1fc){const _0x1d371c=a4_0x5f06ea,_0x51c0b0=/^"(?<hook>.*)" hook:.*$/,_0x4902c8=_0x2de1fc[_0x1d371c(0x1c3)],_0x5bc3d0=_0x4902c8[_0x1d371c(0x1fe)](_0x51c0b0);if(_0x5bc3d0&&_0x5bc3d0[_0x1d371c(0x19e)])return _0x5bc3d0[_0x1d371c(0x19e)][_0x1d371c(0x227)][_0x1d371c(0x24d)]()['replace']('\x20','_');return null;}[a4_0x5f06ea(0x1e4)](_0x4c7705){const _0x1df3ff=a4_0x5f06ea,_0x392f29={};_0x392f29[_0x1df3ff(0x1ae)]=function(_0x1ecdc9,_0x733307){return _0x1ecdc9===_0x733307;},_0x392f29[_0x1df3ff(0x1ef)]=function(_0x459eca,_0x24d4a4){return _0x459eca===_0x24d4a4;},_0x392f29['fWMVz']=function(_0x30c17e,_0x66c61c){return _0x30c17e===_0x66c61c;},_0x392f29[_0x1df3ff(0x1bd)]=_0x1df3ff(0x23b),_0x392f29[_0x1df3ff(0x213)]=_0x1df3ff(0x245);const _0x4fb104=_0x392f29,_0x218ac9=path[_0x1df3ff(0x22b)];if(_0x4fb104[_0x1df3ff(0x1ae)](_0x4c7705,null)||_0x4fb104['AeDwH'](_0x4c7705,'')||_0x4fb104[_0x1df3ff(0x190)](_0x4c7705,_0x218ac9)||_0x4fb104[_0x1df3ff(0x190)](_0x4c7705,path[_0x1df3ff(0x200)](_0x4c7705)))return null;try{return fs['statSync'](path[_0x1df3ff(0x24c)](_0x4c7705,_0x4fb104[_0x1df3ff(0x1bd)],_0x4fb104[_0x1df3ff(0x213)])),_0x4c7705;}catch(_0x5485c0){const _0x4c8585=path[_0x1df3ff(0x200)](_0x4c7705);return this[_0x1df3ff(0x1e4)](_0x4c8585);}}[a4_0x5f06ea(0x243)](_0x923259){const _0x2445db=a4_0x5f06ea,_0x1657ee={};_0x1657ee[_0x2445db(0x22d)]=function(_0x189b31,_0x246c9f){return _0x189b31>_0x246c9f;};const _0x5b3f9f=_0x1657ee;if(_0x923259[_0x2445db(0x1ea)])return _0x923259[_0x2445db(0x1ea)];if(_0x923259[_0x2445db(0x240)]){const _0x32e49b=_0x923259[_0x2445db(0x240)][_0x2445db(0x239)]?this[_0x2445db(0x243)](_0x923259[_0x2445db(0x240)][_0x2445db(0x239)]):null;if(_0x32e49b)return _0x32e49b;}if(_0x923259[_0x2445db(0x1fb)]){const _0xb493c8=this[_0x2445db(0x243)](_0x923259[_0x2445db(0x1fb)])||(_0x923259[_0x2445db(0x1fb)][_0x2445db(0x240)]&&_0x923259[_0x2445db(0x1fb)][_0x2445db(0x240)][_0x2445db(0x239)]?this['getRootParentFile'](_0x923259['parent'][_0x2445db(0x240)]['currentTest']):null);if(_0xb493c8)return _0xb493c8;_0x923259[_0x2445db(0x1fb)]['suites']&&_0x5b3f9f[_0x2445db(0x22d)](_0x923259[_0x2445db(0x1fb)][_0x2445db(0x24e)][_0x2445db(0x1c5)],0x0)&&_0x923259[_0x2445db(0x1fb)]['suites']['forEach'](_0x28d776=>{const _0x3a0e58=_0x2445db,_0x860fbc=_0x28d776[_0x3a0e58(0x240)]?this[_0x3a0e58(0x243)](_0x28d776[_0x3a0e58(0x240)]):null;if(_0x860fbc)return _0x860fbc;});}return null;}[a4_0x5f06ea(0x1e6)](_0x1830f9){const _0x3b01fc=a4_0x5f06ea,_0x5f403c={};_0x5f403c[_0x3b01fc(0x1a1)]=function(_0xb8e0b,_0x19064a){return _0xb8e0b!==_0x19064a;};const _0x1fe046=_0x5f403c,_0x14b6ba=[];if(_0x1830f9&&_0x1830f9['parent']){let _0x30ad77=_0x1830f9[_0x3b01fc(0x1fb)];while(_0x30ad77&&_0x1fe046[_0x3b01fc(0x1a1)](_0x30ad77[_0x3b01fc(0x1c3)],'')){_0x14b6ba[_0x3b01fc(0x17d)](_0x30ad77[_0x3b01fc(0x1c3)]),_0x30ad77=_0x30ad77[_0x3b01fc(0x1fb)];}}return _0x14b6ba;}[a4_0x5f06ea(0x1d4)](_0x374070,_0xb98e6b,_0xe6dff5=undefined){const _0x508690=a4_0x5f06ea,_0x660c0f={'tbAqn':function(_0x8ca957,_0x36f1e9){return _0x8ca957(_0x36f1e9);},'cpMLi':function(_0x1c3464){return _0x1c3464();},'bGMTR':function(_0x30dd84){return _0x30dd84();},'UuAzU':_0x508690(0x1b0),'kgBYg':'err','tsFNh':function(_0x3f100a,_0xb48955){return _0x3f100a!==_0xb48955;},'WWksL':function(_0x13a9f3,_0x1dbcfc){return _0x13a9f3!==_0x1dbcfc;},'iIlcq':'File\x20path\x20could\x20not\x20be\x20found','OFufI':_0x508690(0x22e),'jbiee':'failed','powQu':'passed','CdIgk':_0x508690(0x167),'Asepg':'javascript','JxJfP':function(_0x2ae7fc,_0x3e1d45){return _0x2ae7fc-_0x3e1d45;},'jgRFW':function(_0x5a52fb,_0x281390,_0x3d1af8,_0x34924b,_0x25d730){return _0x5a52fb(_0x281390,_0x3d1af8,_0x34924b,_0x25d730);},'CLBxS':function(_0x6133dd,_0x35eb2f){return _0x6133dd!==_0x35eb2f;},'YfmQT':'integrations','lUMkx':_0x508690(0x1e2),'eRuNB':_0x508690(0x1e0),'ouJVw':_0x508690(0x189),'FhMgv':'backtrace','njzzo':_0x508690(0x254),'ELCex':_0x508690(0x1d7),'ntKUt':function(_0x14dfc7,_0x220594){return _0x14dfc7===_0x220594;},'pkuUp':_0x508690(0x185),'pykcF':_0x508690(0x1a3)};if(!this[_0x508690(0x1f6)])return;try{if(_0xb98e6b['fn']&&_0xb98e6b['fn'][_0x508690(0x1a0)]()['match'](/browserstack internal helper hook/))return;const _0x19b401=_0x660c0f['tbAqn'](parseEvent,_0x374070);if(!_0x19b401)return;if(_0x19b401['test']){this[_0x508690(0x239)]=_0xb98e6b,this[_0x508690(0x1ca)]=null;if(_0x19b401[_0x508690(0x205)]||_0x19b401[_0x508690(0x167)]){_0xb98e6b[_0x508690(0x1eb)]=new Date(),_0xb98e6b[_0x508690(0x253)]=![];if(!_0xb98e6b[_0x508690(0x1dc)])_0xb98e6b[_0x508690(0x1dc)]=_0x660c0f['cpMLi'](uuidv4);else _0xb98e6b[_0x508690(0x253)]&&(!_0xb98e6b['retryOf']&&(_0xb98e6b[_0x508690(0x1aa)]=_0xb98e6b[_0x508690(0x1dc)]),_0xb98e6b[_0x508690(0x1dc)]=_0x660c0f[_0x508690(0x1fc)](uuidv4));}}else{if(_0x19b401[_0x508690(0x227)]){this[_0x508690(0x1ca)]=_0xb98e6b;if(_0x19b401[_0x508690(0x205)]){_0xb98e6b[_0x508690(0x1eb)]=new Date(),_0xb98e6b[_0x508690(0x253)]=![];if(!_0xb98e6b['hookAnalyticsId'])_0xb98e6b['hookAnalyticsId']=_0x660c0f['bGMTR'](uuidv4);else _0xb98e6b['hookAnalyticsId']&&_0xb98e6b[_0x508690(0x253)]&&(_0xb98e6b[_0x508690(0x221)]=_0x660c0f[_0x508690(0x24f)](uuidv4));}}}if(_0x19b401[_0x508690(0x1c1)]&&_0xb98e6b[_0x508690(0x253)])return;let _0x4554cf;try{_0x4554cf=this['getRootParentFile'](_0xb98e6b);}catch(_0x29822f){logger[_0x508690(0x1d5)](_0x508690(0x1d9)+_0x29822f),_0x4554cf=null;}const _0x205737=_0x660c0f[_0x508690(0x180)](require,_0x660c0f[_0x508690(0x1f2)]);let _0x25d113=[];_0xe6dff5&&(_0x25d113=[_0xe6dff5,_0x660c0f[_0x508690(0x1b3)]]);const _0x4832f3=_0x660c0f[_0x508690(0x23d)](_0xb98e6b['errorsDetailed'],undefined)?_0x205737[_0x508690(0x1c8)](_0xb98e6b[_0x508690(0x203)][0x0]):_0x660c0f[_0x508690(0x22f)](_0xe6dff5,undefined)?_0xe6dff5['toString']():undefined,_0x374757=_0x4554cf?this[_0x508690(0x1e4)](_0x4554cf):null,_0x48037e=_0x4554cf?this['_paths'][_0x508690(0x231)](this[_0x508690(0x243)](_0xb98e6b)):_0x660c0f[_0x508690(0x179)];let _0x4f21ab=_0x660c0f[_0x508690(0x1f5)];const _0x33d589=!_0x19b401[_0x508690(0x205)]?new Date()[_0x508690(0x165)]():null;if(_0x19b401[_0x508690(0x1c1)])_0x4f21ab=_0xe6dff5?_0x660c0f['jbiee']:_0x660c0f[_0x508690(0x172)],_0xb98e6b[_0x508690(0x253)]=!![];else _0x19b401['skipped']&&(_0x4f21ab=_0x660c0f['CdIgk'],_0xb98e6b[_0x508690(0x253)]=!![]);const _0x42d0fc={'framework':this[_0x508690(0x1a9)],'uuid':_0xb98e6b['testAnalyticsId']||_0xb98e6b[_0x508690(0x221)],'name':_0xb98e6b[_0x508690(0x1c3)],'body':{'lang':_0x660c0f[_0x508690(0x19b)],'code':_0xb98e6b['body'][_0x508690(0x1a0)]()},'type':_0xb98e6b['type'],'scope':_0xb98e6b['fullTitle'](),'scopes':this[_0x508690(0x1e6)](_0xb98e6b),'file_name':_0x48037e,'vc_filepath':_0x374757?path[_0x508690(0x246)](_0x374757,_0x4554cf):null,'location':_0x48037e,'result':_0x4f21ab,'failure_reason':_0x4832f3,'duration_in_ms':_0xb98e6b[_0x508690(0x1b1)]||(_0x19b401[_0x508690(0x1c1)]||_0x19b401[_0x508690(0x167)])?_0x660c0f[_0x508690(0x208)](Date[_0x508690(0x1b9)](),new Date(_0xb98e6b[_0x508690(0x1eb)])['getTime']()):null,'started_at':new Date(_0xb98e6b[_0x508690(0x1eb)])[_0x508690(0x165)](),'finished_at':_0x33d589,'failure':testOpsHelper[_0x508690(0x217)]['apply'](null,_0x25d113),'failure_type':!_0x4832f3?null:testOpsHelper[_0x508690(0x23c)](_0x4832f3),'retry_of':_0xb98e6b['retryOf']||null,'tags':_0xb98e6b[_0x508690(0x1bc)]||[],'customRerunParam':{'rerun_name':_0xb98e6b[_0x508690(0x252)]()}};_0x660c0f['jgRFW'](appendTesthubParams,_0x42d0fc,_0x374070,_0xb98e6b,FRAMEWORKS[_0x508690(0x1cb)]);if(_0x19b401[_0x508690(0x227)])[_0x42d0fc[_0x508690(0x1b7)],_0x42d0fc[_0x508690(0x16a)]]=[this[_0x508690(0x206)](_0xb98e6b),_0xb98e6b[_0x508690(0x240)][_0x508690(0x224)][_0x508690(0x1c3)]],_0x19b401[_0x508690(0x1c1)]?_0x660c0f[_0x508690(0x18c)](_0x42d0fc[_0x508690(0x1e7)],_0x660c0f[_0x508690(0x177)])&&(_0x42d0fc[_0x508690(0x1e7)]=_0x660c0f[_0x508690(0x172)]):_0x42d0fc[_0x508690(0x21f)]={};else _0x19b401[_0x508690(0x224)]&&(this[_0x508690(0x174)](_0xb98e6b),_0x19b401[_0x508690(0x167)]&&this[_0x508690(0x175)](_0xb98e6b),(_0x19b401[_0x508690(0x1c1)]||_0x19b401[_0x508690(0x167)])&&(_0x42d0fc['hooks']=this[_0x508690(0x1d0)](_0xb98e6b)));this[_0x508690(0x1d2)]&&(_0x19b401['started']||_0x19b401[_0x508690(0x167)])&&(_0x42d0fc[_0x660c0f[_0x508690(0x20c)]]=this['getCBTInfo'](this[_0x508690(0x1d2)]));_0x19b401['test']&&_0x19b401[_0x508690(0x1c1)]&&_0xb98e6b[_0x508690(0x228)]&&(_0x42d0fc[_0x660c0f[_0x508690(0x247)]]={'feature':{'name':_0xb98e6b[_0x508690(0x1fb)][_0x508690(0x1e5)][_0x508690(0x16a)],'path':_0x42d0fc[_0x508690(0x194)],'description':_0xb98e6b[_0x508690(0x1fb)][_0x508690(0x204)]},'scenario':{'name':_0xb98e6b[_0x508690(0x1c3)]},'steps':_0xb98e6b[_0x508690(0x228)]});const _0x24d2c1=_0x42d0fc[_0x660c0f['eRuNB']][0x0];_0x24d2c1&&(_0x42d0fc[_0x660c0f['ouJVw']]=_0x24d2c1[_0x660c0f[_0x508690(0x1fa)]],_0x42d0fc[_0x660c0f[_0x508690(0x235)]]=_0x24d2c1[_0x660c0f[_0x508690(0x1ec)]]);if(_0xb98e6b[_0x508690(0x228)])for(const _0x4242d4 of _0xb98e6b['bddSteps']){!_0x4242d4[_0x508690(0x1b5)]&&(_0x4242d4[_0x508690(0x1b5)]=new Date()[_0x508690(0x165)](),_0x660c0f[_0x508690(0x17b)](_0x4242d4[_0x508690(0x1e7)],_0x660c0f['OFufI'])&&(_0x24d2c1?(_0x4242d4[_0x508690(0x1e7)]=_0x660c0f[_0x508690(0x177)],_0x4242d4[_0x508690(0x1e0)]=_0x24d2c1[_0x660c0f[_0x508690(0x1fa)]][0x0]):_0x4242d4[_0x508690(0x1e7)]=_0x660c0f[_0x508690(0x172)]));}const _0x2a42ee={};_0x2a42ee[_0x508690(0x1c6)]=_0x19b401[_0x508690(0x167)]?TEST_EVENTS['TEST_RUN_FINISHED']:_0x374070;const _0xbc3211=_0x2a42ee;return _0x19b401['hook']?_0xbc3211[_0x660c0f[_0x508690(0x201)]]=_0x42d0fc:_0xbc3211[_0x660c0f[_0x508690(0x1d1)]]=_0x42d0fc,_0xbc3211;}catch(_0x563ed0){logger[_0x508690(0x1d5)](_0x508690(0x1ff)+_0x374070+_0x508690(0x1a5)+_0x563ed0);}}async[a4_0x5f06ea(0x1a2)](_0x5237a9,_0xb69f6){const _0x3f75bb=a4_0x5f06ea;if(!this[_0x3f75bb(0x1f6)]||!_0xb69f6||!_0x5237a9)return![];try{return await SessionHandler[_0x3f75bb(0x1bb)](_0xb69f6);}catch(_0x348dbc){logger[_0x3f75bb(0x1d5)](_0x3f75bb(0x1b4)+_0x5237a9+_0x3f75bb(0x1a5)+_0x348dbc);}}[a4_0x5f06ea(0x241)](_0x368094){const _0x279389=a4_0x5f06ea,_0x37bc91={};_0x37bc91['TvXHR']='pending';const _0x4523ef=_0x37bc91;return{'id':_0x368094['stepAnalyticsId'],'text':_0x368094['text'],'keyword':_0x368094[_0x279389(0x24b)],'started_at':_0x368094[_0x279389(0x1eb)][_0x279389(0x165)](),'result':_0x4523ef['TvXHR']};}[a4_0x5f06ea(0x1e1)](_0x4f498c){const _0x4ef928=a4_0x5f06ea,_0x18b809={'vFmxf':function(_0x273a2a){return _0x273a2a();}};!this[_0x4ef928(0x239)][_0x4ef928(0x228)]&&(this[_0x4ef928(0x239)][_0x4ef928(0x228)]=[]),!_0x4f498c[_0x4ef928(0x20d)]&&(_0x4f498c[_0x4ef928(0x20d)]=_0x18b809['vFmxf'](uuidv4),_0x4f498c[_0x4ef928(0x1eb)]=new Date(),this['currentTest'][_0x4ef928(0x228)][_0x4ef928(0x17d)](this[_0x4ef928(0x241)](_0x4f498c)));}['bddStepFinish'](_0x297cba){const _0x478d58=a4_0x5f06ea,_0x82d7e8={'ksgyl':function(_0x26c948,_0x235f16){return _0x26c948(_0x235f16);},'PcOaa':_0x478d58(0x1d3),'NEapE':_0x478d58(0x22e),'DanGB':_0x478d58(0x1bf),'JlllF':function(_0x25444e,_0x1978ce){return _0x25444e-_0x1978ce;}};let _0x6dd504=this[_0x478d58(0x239)][_0x478d58(0x228)][_0x478d58(0x1f7)](_0x4b542d=>_0x4b542d['id']===_0x297cba[_0x478d58(0x20d)]);_0x82d7e8[_0x478d58(0x23f)](isUndefined,_0x6dd504)&&(_0x6dd504=this[_0x478d58(0x241)](_0x297cba)),_0x6dd504['result']=[_0x82d7e8['PcOaa'],_0x82d7e8['NEapE']]['includes'](_0x297cba['status'])?_0x82d7e8['DanGB']:_0x297cba[_0x478d58(0x20b)],_0x6dd504[_0x478d58(0x1b5)]=new Date()['toISOString'](),_0x6dd504[_0x478d58(0x1b1)]=_0x82d7e8[_0x478d58(0x193)](Date[_0x478d58(0x1b9)](),_0x297cba[_0x478d58(0x1eb)][_0x478d58(0x187)]()),_0x6dd504[_0x478d58(0x1e0)]=_0x297cba[_0x478d58(0x1cd)]?_0x297cba[_0x478d58(0x1cd)][_0x478d58(0x1d6)]:null;}}const a4_0xdb0818={};a4_0xdb0818[a4_0x5f06ea(0x1f3)]=O11yHelper,a4_0xdb0818[a4_0x5f06ea(0x1df)]=STATE_PASSED,a4_0xdb0818[a4_0x5f06ea(0x182)]=STATE_FAILED,a4_0xdb0818[a4_0x5f06ea(0x1ce)]=TEST_EVENTS,module[a4_0x5f06ea(0x1ad)]=a4_0xdb0818;