browserstack-node-sdk 1.50.9 → 1.50.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (186) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/nightwatch/command.js +1 -1
  79. package/src/bin/playwright/accessibility-helper.js +1 -1
  80. package/src/bin/playwright/command.js +1 -1
  81. package/src/bin/playwright/globalSetup.js +1 -1
  82. package/src/bin/playwright/mock-process.js +1 -1
  83. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  84. package/src/bin/playwright/patches.js +1 -1
  85. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  86. package/src/bin/playwright/reporter/reporter.js +1 -1
  87. package/src/bin/playwright/reporter/test-details.js +1 -1
  88. package/src/bin/playwright/sessionDetails.js +1 -1
  89. package/src/bin/runner.js +1 -1
  90. package/src/bin/setup.js +1 -1
  91. package/src/bin/test-runner/index.js +1 -1
  92. package/src/bin/test-runner/runTest.js +1 -1
  93. package/src/bin/test-runner/testWorker.js +1 -1
  94. package/src/bin/utils/apiUtilityMethods.js +1 -1
  95. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  96. package/src/bin/utils/constants.js +1 -1
  97. package/src/bin/utils/log4jsAppender.js +1 -1
  98. package/src/bin/utils/logPatcher.js +1 -1
  99. package/src/bin/utils/logReportingAPI.js +1 -1
  100. package/src/bin/utils/playwright-patcher.js +1 -1
  101. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  102. package/src/bin/utils/sharedUtils.js +1 -1
  103. package/src/bin/v2/TestInfo.js +1 -1
  104. package/src/bin/v2/browserstackCLI.js +1 -1
  105. package/src/bin/v2/cliUtils.js +1 -1
  106. package/src/bin/v2/customTagManager.js +1 -1
  107. package/src/bin/v2/eventDispatcher.js +1 -1
  108. package/src/bin/v2/framework/automationFramework.js +1 -1
  109. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  110. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  111. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  112. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  113. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  114. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  115. package/src/bin/v2/framework/testFramework.js +1 -1
  116. package/src/bin/v2/grpcClient.js +1 -1
  117. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  118. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  119. package/src/bin/v2/instances/trackedContext.js +1 -1
  120. package/src/bin/v2/instances/trackedInstance.js +1 -1
  121. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  122. package/src/bin/v2/modules/baseModule.js +1 -1
  123. package/src/bin/v2/modules/loadTestModule.js +1 -1
  124. package/src/bin/v2/modules/observabilityModule.js +1 -1
  125. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  126. package/src/bin/v2/modules/testhubModule.js +1 -1
  127. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  128. package/src/bin/v2/state/hookState.js +1 -1
  129. package/src/bin/v2/state/testFrameworkState.js +1 -1
  130. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  131. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  132. package/src/bin/v2/utils/jest-utils.js +1 -1
  133. package/src/bin/vanilla-js/command.js +1 -1
  134. package/src/browserStackSdk.js +1 -1
  135. package/src/helpers/BrowserStackSetup.js +1 -1
  136. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  137. package/src/helpers/accessibility-automation/constants.js +1 -1
  138. package/src/helpers/accessibility-automation/helper.js +1 -1
  139. package/src/helpers/accessibility-automation/scripts.js +1 -1
  140. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  141. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  142. package/src/helpers/ats/constants.js +1 -1
  143. package/src/helpers/ats/helper.js +1 -1
  144. package/src/helpers/capsMapping.js +1 -1
  145. package/src/helpers/central-scanner/constants.js +1 -1
  146. package/src/helpers/central-scanner/helpers.js +1 -1
  147. package/src/helpers/classLogger.js +1 -1
  148. package/src/helpers/globals.js +1 -1
  149. package/src/helpers/helper.js +1 -1
  150. package/src/helpers/logger.js +1 -1
  151. package/src/helpers/metadata.js +1 -1
  152. package/src/helpers/patchHelper.js +1 -1
  153. package/src/helpers/patchHelpers.js +1 -1
  154. package/src/helpers/percy/Percy.js +1 -1
  155. package/src/helpers/percy/PercyBinary.js +1 -1
  156. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  157. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  158. package/src/helpers/percy/PercySDK.js +1 -1
  159. package/src/helpers/percy/index.js +1 -1
  160. package/src/helpers/percy/utils.js +1 -1
  161. package/src/helpers/performance/constants.js +1 -1
  162. package/src/helpers/performance/performance-tester.js +1 -1
  163. package/src/helpers/playwright-helper.js +1 -1
  164. package/src/helpers/processHelper.js +1 -1
  165. package/src/helpers/request-spy.js +1 -1
  166. package/src/helpers/setKeepAlive.js +1 -1
  167. package/src/helpers/test-observability/constants.js +1 -1
  168. package/src/helpers/test-observability/error-handler.js +1 -1
  169. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  170. package/src/helpers/test-observability/sessionHandler.js +1 -1
  171. package/src/helpers/test-observability/utils.js +1 -1
  172. package/src/helpers/test-orchestration/constants.js +1 -1
  173. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  174. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  175. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  176. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  177. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  178. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  179. package/src/helpers/testhub/constants.js +1 -1
  180. package/src/helpers/testhub/testhubHandler.js +1 -1
  181. package/src/helpers/testhub/utils.js +1 -1
  182. package/src/helpers/timeoutPromise.js +1 -1
  183. package/src/helpers/utilities.js +1 -1
  184. package/src/helpers/w3cMapping.js +1 -1
  185. package/src/hubAllocationMethods.js +1 -1
  186. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a1_0x3b706d=a1_0x236f;(function(_0x57007c,_0x14806f){const _0x5830d5=a1_0x236f,_0x2c654c=_0x57007c();while(!![]){try{const _0x1f3335=parseInt(_0x5830d5(0x20c))/0x1+parseInt(_0x5830d5(0x15b))/0x2+parseInt(_0x5830d5(0x25d))/0x3+-parseInt(_0x5830d5(0x222))/0x4+-parseInt(_0x5830d5(0x19f))/0x5+-parseInt(_0x5830d5(0x224))/0x6+parseInt(_0x5830d5(0x24c))/0x7*(parseInt(_0x5830d5(0x16f))/0x8);if(_0x1f3335===_0x14806f)break;else _0x2c654c['push'](_0x2c654c['shift']());}catch(_0x4a4ef2){_0x2c654c['push'](_0x2c654c['shift']());}}}(a1_0x2b5a,0x7d5d9));const fs=require('fs'),util=require('util'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x3b706d(0x252)),logger=require(a1_0x3b706d(0x19d))[a1_0x3b706d(0x1b8)],testOpsHelper=require(a1_0x3b706d(0x22e)),requestSpy=require(a1_0x3b706d(0x195)),PlaywrightSessionDetails=require(a1_0x3b706d(0x1c5)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x3b706d(0x1f8)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),AccessibilityHelper=require(a1_0x3b706d(0x19a)),scripts=require('../../helpers/accessibility-automation/scripts'),PerformanceTester=require(a1_0x3b706d(0x1be)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x3b706d(0x18a)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x3b706d(0x187)),testHubConstants=require(a1_0x3b706d(0x1ff)),globals=require(a1_0x3b706d(0x1ed)),CodeceptJS=requireModule(a1_0x3b706d(0x16a),a1_0x3b706d(0x213)),CodeceptUtils=requireModule(a1_0x3b706d(0x1e4),a1_0x3b706d(0x213)),CodeceptWebDriver=requireModule(a1_0x3b706d(0x227),a1_0x3b706d(0x213)),CodeceptRecorder=requireModule(a1_0x3b706d(0x1f4),a1_0x3b706d(0x213)),CodeceptPlaywright=requireModule('codeceptjs/lib/helper/Playwright.js',a1_0x3b706d(0x213)),playwrightMarkSessionStatus=(_0x89dd68,_0x3621ea,_0x5cc278)=>{const _0x40b5f9=a1_0x3b706d,_0x368e80={'jTJnh':_0x40b5f9(0x1d4),'YYGps':function(_0x57f7c7,_0x16d590){return _0x57f7c7(_0x16d590);}},_0x59ae27={};_0x59ae27['status']=_0x3621ea;const _0x9a4666={};_0x9a4666['action']=_0x368e80[_0x40b5f9(0x1cd)],_0x9a4666['arguments']=_0x59ae27;const _0x20a31d=_0x9a4666;return!_0x368e80[_0x40b5f9(0x1ef)](isUndefined,_0x5cc278)&&(_0x20a31d[_0x40b5f9(0x180)]['reason']=JSON[_0x40b5f9(0x1fd)](_0x5cc278)),_0x89dd68[_0x40b5f9(0x1c0)](()=>{},'browserstack_executor:\x20'+JSON[_0x40b5f9(0x1fd)](_0x20a31d));},o11ySync=PerformanceTester[a1_0x3b706d(0x1ea)](PerformanceO11yEvents[a1_0x3b706d(0x161)],async _0x2d0d43=>{const _0x54c895=a1_0x3b706d,_0x360573={};_0x360573[_0x54c895(0x1dc)]=function(_0x2b6cc3,_0x37c412){return _0x2b6cc3===_0x37c412;},_0x360573[_0x54c895(0x171)]=_0x54c895(0x17f);const _0x503361=_0x360573;_0x503361[_0x54c895(0x1dc)](_0x2d0d43[_0x54c895(0x225)][_0x54c895(0x238)],_0x503361[_0x54c895(0x171)])?await _0x2d0d43[_0x54c895(0x1c0)](_0x32fe25=>{},testOpsHelper[_0x54c895(0x1f0)]()):await _0x2d0d43['executeScript'](testOpsHelper[_0x54c895(0x1f0)]());}),markSessionName=PerformanceTester['measureWrapper'](PerformanceAutEvents[a1_0x3b706d(0x1a2)],async(_0xceaed5,_0x4205cb)=>{const _0x2d7357=a1_0x3b706d,_0x5a305f={};_0x5a305f[_0x2d7357(0x20e)]=_0x2d7357(0x1d7),_0x5a305f[_0x2d7357(0x249)]=function(_0x4f891c,_0x51f372){return _0x4f891c===_0x51f372;},_0x5a305f[_0x2d7357(0x203)]=_0x2d7357(0x17f);const _0x2a5ce1=_0x5a305f,_0x18ea4b={};_0x18ea4b[_0x2d7357(0x238)]=_0x4205cb;const _0x21fdaa={};_0x21fdaa['action']=_0x2a5ce1[_0x2d7357(0x20e)],_0x21fdaa['arguments']=_0x18ea4b;const _0x2ad9c8=_0x21fdaa;_0x2a5ce1[_0x2d7357(0x249)](_0xceaed5[_0x2d7357(0x225)]['name'],_0x2a5ce1[_0x2d7357(0x203)])?await _0xceaed5[_0x2d7357(0x1c0)](()=>{},_0x2d7357(0x18d)+JSON[_0x2d7357(0x1fd)](_0x2ad9c8)):await _0xceaed5['executeScript'](_0x2d7357(0x18d)+JSON['stringify'](_0x2ad9c8));}),patchSaveScreenshot=_0x466106=>{const _0x3c7c08=a1_0x3b706d,_0x20a09d={'QccPY':_0x3c7c08(0x20b),'wYURA':_0x3c7c08(0x169),'MHfxD':function(_0x3e7ac2){return _0x3e7ac2();},'Alkpk':function(_0x422844,_0x498722){return _0x422844(_0x498722);},'lopxH':_0x3c7c08(0x23e)};_0x20a09d['Alkpk'](isTrue,process['env']['BS_TESTOPS_ALLOW_SCREENSHOTS'])&&!_0x466106[_0x3c7c08(0x255)]&&(_0x466106[_0x3c7c08(0x255)]=!![],_0x466106[_0x3c7c08(0x1f3)]=_0x466106['saveScreenshot'],_0x466106[_0x3c7c08(0x217)]=(_0x1975c2,_0x1264f5=![])=>{const _0x103958=_0x3c7c08,_0x5993b0={'tHUFi':_0x20a09d['QccPY'],'ThWeR':_0x20a09d[_0x103958(0x204)],'VSUNX':function(_0x130468){const _0x284568=_0x103958;return _0x20a09d[_0x284568(0x214)](_0x130468);},'ULTca':function(_0x476681,_0x2fdd41){const _0x43883f=_0x103958;return _0x20a09d[_0x43883f(0x176)](_0x476681,_0x2fdd41);},'xPoaH':_0x20a09d[_0x103958(0x21a)]};return new Promise(function(_0x302358,_0x420ac8){const _0x59d4a5=_0x103958;_0x466106['initSaveScreenshot'](_0x1975c2,_0x1264f5)['then'](()=>{const _0x45c1ab=a1_0x236f,_0x347bac=CodeceptUtils[_0x45c1ab(0x256)](_0x1975c2);if(_0x347bac){const _0x2f4a8e=fs[_0x45c1ab(0x206)](_0x347bac);process[_0x45c1ab(0x19b)](_0x45c1ab(0x178)+process[_0x45c1ab(0x179)],{'timestamp':new Date()['toISOString'](),'message':_0x2f4a8e[_0x45c1ab(0x1f9)](_0x5993b0[_0x45c1ab(0x198)]),'kind':_0x5993b0[_0x45c1ab(0x185)]}),_0x5993b0['VSUNX'](_0x302358);}_0x5993b0[_0x45c1ab(0x1b7)](_0x420ac8,new Error(_0x5993b0[_0x45c1ab(0x192)]));})[_0x59d4a5(0x231)](()=>null);});});},patchWebDriverBefore=_0xb1fb89=>{const _0x10e12a=a1_0x3b706d,_0x373ad0={'ZwPdA':function(_0x380b81){return _0x380b81();},'WHLDZ':function(_0x9c8f30,_0x2dff4b){return _0x9c8f30(_0x2dff4b);},'copGK':function(_0x405856,_0x5d54f5){return _0x405856===_0x5d54f5;},'FwUnd':_0x10e12a(0x1bf),'QrsPh':_0x10e12a(0x1af),'WKzrr':function(_0x3d0b52,_0xb9c414){return _0x3d0b52===_0xb9c414;},'jLHzN':'Element'},_0x483c02=async function(_0x144c40,_0xb3703a){const _0x5f1a7b=_0x10e12a;_0x373ad0[_0x5f1a7b(0x15a)](isAccessibilityAutomationSession)&&!global[_0x5f1a7b(0x212)]&&global[_0x5f1a7b(0x1da)]&&scripts[_0x5f1a7b(0x157)](_0x144c40[_0x5f1a7b(0x238)])&&_0x373ad0[_0x5f1a7b(0x25b)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x5f1a7b(0x212)]=!![],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x5f1a7b(0x16d)],async()=>{const _0x1a00ae=_0x5f1a7b;logger[_0x1a00ae(0x22a)](_0x1a00ae(0x1c8)+_0x144c40[_0x1a00ae(0x15c)]+'\x20'+_0x144c40[_0x1a00ae(0x238)]),await AccessibilityHelper[_0x1a00ae(0x21b)](_0xb1fb89,scripts[_0x1a00ae(0x170)]);},{'command':_0x144c40[_0x5f1a7b(0x238)]})());global['bstackAllyScanning']=![];const _0x1e77dd=JSON['parse'](process['env'][_0x5f1a7b(0x1e9)]||'{}');if(_0x373ad0['copGK'](_0x1e77dd?.[_0x5f1a7b(0x1e1)]?.[_0x5f1a7b(0x238)],_0x373ad0[_0x5f1a7b(0x239)])&&_0x373ad0[_0x5f1a7b(0x1e6)](typeof _0x1e77dd?.[_0x5f1a7b(0x1e1)]?.[_0x5f1a7b(0x243)],_0x373ad0[_0x5f1a7b(0x208)])&&_0x1e77dd?.[_0x5f1a7b(0x1e1)]?.[_0x5f1a7b(0x243)]['startsWith']('7'))return _0xb3703a[_0x5f1a7b(0x194)](null,Array[_0x5f1a7b(0x242)][_0x5f1a7b(0x211)][_0x5f1a7b(0x16e)](arguments,0x2));return _0xb3703a[_0x5f1a7b(0x194)](this,Array[_0x5f1a7b(0x242)][_0x5f1a7b(0x211)][_0x5f1a7b(0x16e)](arguments,0x2));},_0x1cdb6d=CodeceptWebDriver['prototype'][_0x10e12a(0x17c)];CodeceptWebDriver[_0x10e12a(0x242)]['_before']=async function(){const _0x20378d=_0x10e12a,_0x5a9e55={'EOOmF':function(_0x2b6afa,_0x584951){return _0x373ad0['WKzrr'](_0x2b6afa,_0x584951);},'ydVZW':_0x373ad0[_0x20378d(0x17a)]};try{await _0x1cdb6d['apply'](this,arguments);}catch(_0x2d38e8){logger[_0x20378d(0x22a)](_0x20378d(0x166)+util['format'](_0x2d38e8));}scripts[_0x20378d(0x24f)][_0x20378d(0x1a9)](_0x3db08c=>_0x3db08c[_0x20378d(0x238)]&&_0x3db08c['class'])[_0x20378d(0x228)](_0x583339=>{const _0xb21330=_0x20378d;this[_0xb21330(0x1e2)][_0xb21330(0x18f)](_0x583339[_0xb21330(0x238)],_0x483c02[_0xb21330(0x1d8)](this,_0x583339),_0x5a9e55[_0xb21330(0x196)](_0x583339[_0xb21330(0x15c)],_0x5a9e55[_0xb21330(0x183)]));}),_0x373ad0[_0x20378d(0x25b)](processWebDriverConfig,_0xb1fb89);};};function parseJwt(_0x27bea0){const _0xc8c99b=a1_0x3b706d,_0x745dc5={};_0x745dc5[_0xc8c99b(0x1ad)]=_0xc8c99b(0x20b);const _0x3d6192=_0x745dc5;if(!_0x27bea0)return null;return JSON[_0xc8c99b(0x1b6)](Buffer[_0xc8c99b(0x193)](_0x27bea0['split']('.')[0x1],_0x3d6192[_0xc8c99b(0x1ad)])[_0xc8c99b(0x1f9)]());}function a1_0x236f(_0x205f5a,_0x59dcf6){const _0x2b5ad6=a1_0x2b5a();return a1_0x236f=function(_0x236f1b,_0x23fdc3){_0x236f1b=_0x236f1b-0x157;let _0x521037=_0x2b5ad6[_0x236f1b];return _0x521037;},a1_0x236f(_0x205f5a,_0x59dcf6);}const patchPlaywrightBefore=()=>{const _0xc9cf60=a1_0x3b706d,_0x3a6767={'tyGiI':function(_0x169393){return _0x169393();},'AnSCV':_0xc9cf60(0x1a1),'WFmou':'--auto-open-devtools-for-tabs','ROeMI':function(_0xddc4c9,_0x55d550){return _0xddc4c9(_0x55d550);},'gnNCH':function(_0x148f07,_0x3b5005){return _0x148f07+_0x3b5005;},'AJzNo':'\x0aStack:\x20','ftDBs':function(_0x16e5de){return _0x16e5de();},'AVlnU':function(_0x510431){return _0x510431();}};PlaywrightSessionDetails['patch']();const _0x2a369c=CodeceptPlaywright[_0xc9cf60(0x242)][_0xc9cf60(0x17c)];CodeceptPlaywright[_0xc9cf60(0x242)][_0xc9cf60(0x17c)]=async function(){const _0x20762c=_0xc9cf60,_0x542c13={'YpBuM':function(_0x2101cd){const _0x15fa8f=a1_0x236f;return _0x3a6767[_0x15fa8f(0x20a)](_0x2101cd);},'IGsyy':_0x3a6767[_0x20762c(0x254)],'YsOOE':_0x3a6767[_0x20762c(0x18e)],'XmQTd':function(_0x952bf4,_0x117a50){const _0x3ccdae=_0x20762c;return _0x3a6767[_0x3ccdae(0x1b5)](_0x952bf4,_0x117a50);},'jowIo':function(_0x9e8caa,_0x5ca9dc){const _0x591cc5=_0x20762c;return _0x3a6767[_0x591cc5(0x219)](_0x9e8caa,_0x5ca9dc);},'rnAUm':_0x3a6767['AJzNo']};this[_0x20762c(0x164)]=await this[_0x20762c(0x1e2)][_0x20762c(0x246)]()[0x0];const _0x1fb64e=async()=>{const _0x315e30=_0x20762c,_0x50c810=this[_0x315e30(0x177)]&&this['config']['chromium']&&this['config']['chromium'][_0x315e30(0x21c)]&&Array[_0x315e30(0x24b)](this[_0x315e30(0x177)]['chromium'][_0x315e30(0x21c)])&&this[_0x315e30(0x177)][_0x315e30(0x186)][_0x315e30(0x21c)]['includes'](_0x542c13[_0x315e30(0x160)]);if(_0x542c13[_0x315e30(0x168)](isAccessibilityAutomationSession)&&!_0x50c810)try{const _0x5b7c0d=_0x542c13[_0x315e30(0x158)](parseJwt,process[_0x315e30(0x22d)][_0x315e30(0x1b1)]);if(_0x5b7c0d&&_0x5b7c0d[_0x315e30(0x25a)]&&_0x5b7c0d[_0x315e30(0x25a)]['domForge']){const _0x23d5e0=this[_0x315e30(0x164)][_0x315e30(0x1f2)][_0x315e30(0x1d8)](this['browserContext']);this[_0x315e30(0x164)]['pages']=async function(){const _0x122d0f=_0x315e30,_0xa1b1a1=await _0x542c13[_0x122d0f(0x168)](_0x23d5e0),_0x902080=[];for(const _0x5b4304 of _0xa1b1a1){try{const _0x38e284=await _0x5b4304[_0x122d0f(0x1c9)]();!_0x38e284[_0x122d0f(0x1bd)](_0x542c13[_0x122d0f(0x20d)])&&_0x902080[_0x122d0f(0x1e7)](_0x5b4304);}catch(_0x4f2f38){_0x902080[_0x122d0f(0x1e7)](_0x5b4304);}}return _0x902080;};}if(!_0x542c13[_0x315e30(0x168)](isBrowserstackInfra)){const _0x5e01a6=await this[_0x315e30(0x1b0)][_0x315e30(0x1c9)]();if(_0x5e01a6[_0x315e30(0x1bd)](_0x542c13[_0x315e30(0x20d)])){const _0x140951=await this[_0x315e30(0x164)][_0x315e30(0x1f2)]();this[_0x315e30(0x15f)](_0x140951[0x0]);}}}catch(_0x2f7f97){logger[_0x315e30(0x22a)](_0x315e30(0x1aa)+_0x2f7f97[_0x315e30(0x1d2)]+(_0x2f7f97[_0x315e30(0x1cf)]?_0x542c13['jowIo'](_0x542c13[_0x315e30(0x24e)],_0x2f7f97[_0x315e30(0x1cf)]):''));}};_0x3a6767[_0x20762c(0x20a)](isBrowserstackInfra)&&await _0x3a6767[_0x20762c(0x20a)](_0x1fb64e),await _0x2a369c[_0x20762c(0x194)](this,arguments),!_0x3a6767[_0x20762c(0x215)](isBrowserstackInfra)&&await _0x3a6767[_0x20762c(0x197)](_0x1fb64e);};},getCodeceptDriver=()=>{const _0x430488=a1_0x3b706d,_0x1c9988={};_0x1c9988[_0x430488(0x1bb)]=_0x430488(0x23b),_0x1c9988[_0x430488(0x17b)]=_0x430488(0x17f),_0x1c9988[_0x430488(0x1fa)]='Puppeteer',_0x1c9988[_0x430488(0x1f6)]=_0x430488(0x1ce);const _0x1eba77=_0x1c9988,_0x5dd626=[_0x1eba77[_0x430488(0x1bb)],_0x1eba77[_0x430488(0x17b)],_0x1eba77[_0x430488(0x1fa)],_0x1eba77[_0x430488(0x1f6)]],_0x58a272=_0x5dd626[_0x430488(0x1a4)](_0x22cad6=>!!CodeceptJS[_0x430488(0x258)][_0x430488(0x1c2)](_0x22cad6));if(!_0x58a272)return null;return CodeceptJS[_0x430488(0x258)]['helpers'](_0x58a272);};module[a1_0x3b706d(0x163)]=function(_0x183998){const _0x14da2b=a1_0x3b706d,_0x1435ed={'zOPVh':function(_0x3e4a10){return _0x3e4a10();},'dYSMx':function(_0x28e4f2,_0x30cd12){return _0x28e4f2(_0x30cd12);},'UvdSz':'getAccessibilityResults','Cuksx':_0x14da2b(0x1fb),'YHLUY':_0x14da2b(0x1e0),'wsuHB':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','LTfaK':_0x14da2b(0x1a7),'ZJFJv':_0x14da2b(0x191),'tLAWi':_0x14da2b(0x244),'gNKUY':_0x14da2b(0x1de),'qFeaX':function(_0x12c00c){return _0x12c00c();},'fDCpa':'test-before','hxATt':function(_0x3d32cc,_0x31d312){return _0x3d32cc(_0x31d312);},'cvAUj':function(_0x14d910,_0x434aa8,_0x184560){return _0x14d910(_0x434aa8,_0x184560);},'lmGKD':function(_0x2da4ec,_0x27ada2){return _0x2da4ec(_0x27ada2);},'NDCWo':_0x14da2b(0x1e5),'TVxZh':function(_0x40282e){return _0x40282e();},'YDrkV':_0x14da2b(0x1a0),'UAScS':function(_0x1b231c){return _0x1b231c();},'FUnJg':function(_0x215965,_0x1c62b3,_0x222bfe,_0x5bc1eb){return _0x215965(_0x1c62b3,_0x222bfe,_0x5bc1eb);},'Otrfp':function(_0x15d0e5,_0x231d94){return _0x15d0e5===_0x231d94;},'yzCgl':_0x14da2b(0x165),'psusp':_0x14da2b(0x1dd),'TSttF':_0x14da2b(0x1fc),'xxACO':_0x14da2b(0x1ee),'MtBlq':function(_0xc9a7f6){return _0xc9a7f6();},'YOejj':_0x14da2b(0x184),'wjQDS':_0x14da2b(0x188),'OYWer':_0x14da2b(0x229),'baxso':_0x14da2b(0x1c6),'MWZym':_0x14da2b(0x257),'kvaGJ':_0x14da2b(0x1c1),'cVNzg':_0x14da2b(0x182),'gdcFM':'Playwright'};_0x183998[_0x14da2b(0x1ec)]&&(global[_0x14da2b(0x236)]=_0x183998[_0x14da2b(0x1ec)]);PerformanceTester[_0x14da2b(0x20f)]();const _0x4dc4c6=_0x1435ed[_0x14da2b(0x190)](getCodeceptDriver),_0x4ad711=new O11yHelper(_0x4dc4c6,_0x183998),_0x140d32=!!CodeceptJS[_0x14da2b(0x258)]['helpers'](_0x1435ed[_0x14da2b(0x21d)]);global['__driver']=_0x4dc4c6,_0x4dc4c6&&(PerformanceTester[_0x14da2b(0x1ea)](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x24d0bf=_0x14da2b;_0x140d32?_0x1435ed['zOPVh'](patchPlaywrightBefore):_0x1435ed[_0x24d0bf(0x17d)](patchWebDriverBefore,_0x4dc4c6);})(),PerformanceTester[_0x14da2b(0x1ea)](PerformanceEvents[_0x14da2b(0x230)],()=>{const _0x5b34bd=_0x14da2b,_0x32411d={};_0x32411d['DNVMj']=_0x1435ed[_0x5b34bd(0x173)],_0x32411d[_0x5b34bd(0x1a8)]=_0x1435ed['wsuHB'];const _0x180a53=_0x32411d;_0x4dc4c6['getAccessibilityResultsSummary']=async()=>{const _0x10846e=_0x5b34bd;if(global['accessibilityPlatform']){const _0x11532f={};return _0x11532f[_0x10846e(0x1ba)]=_0x180a53[_0x10846e(0x24d)],await PerformanceTester[_0x10846e(0x1ea)](PerformanceA11yEvents[_0x10846e(0x16d)],async()=>{const _0x44729a=_0x10846e;return await AccessibilityHelper[_0x44729a(0x21b)](_0x4dc4c6,scripts[_0x44729a(0x170)]);},_0x11532f)(),await PerformanceTester[_0x10846e(0x1ea)](PerformanceA11yEvents[_0x10846e(0x1cb)],async()=>{const _0x3bca0d=_0x10846e;return await AccessibilityHelper[_0x3bca0d(0x21b)](_0x4dc4c6,scripts[_0x3bca0d(0x251)]);})();}return logger[_0x10846e(0x1cc)](_0x180a53[_0x10846e(0x1a8)]),{};},_0x4dc4c6[_0x5b34bd(0x223)]=async()=>{const _0x24d1ce=_0x5b34bd;if(global['accessibilityPlatform']){const _0x2d2523={};return _0x2d2523[_0x24d1ce(0x1ba)]=_0x1435ed[_0x24d1ce(0x250)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x24d1ce(0x16d)],async()=>{const _0x1ef248=_0x24d1ce;return await AccessibilityHelper[_0x1ef248(0x21b)](_0x4dc4c6,scripts[_0x1ef248(0x170)]);},_0x2d2523)(),await PerformanceTester[_0x24d1ce(0x1ea)](PerformanceA11yEvents[_0x24d1ce(0x18b)],async()=>{const _0x4c1630=_0x24d1ce;return await AccessibilityHelper[_0x4c1630(0x21b)](_0x4dc4c6,scripts['getResults']);})();}return logger['warn'](_0x1435ed['Cuksx']),{};},_0x1435ed[_0x5b34bd(0x17d)](patchSaveScreenshot,_0x4dc4c6);})()),CodeceptJS[_0x14da2b(0x159)][_0x14da2b(0x216)]['on'](CodeceptJS['event']['all'][_0x14da2b(0x207)],()=>{const _0x32a152=_0x14da2b;PerformanceTester[_0x32a152(0x201)](PerformanceEvents['SDK_PRE_TEST']);try{_0x4ad711[_0x32a152(0x201)](),testOpsHelper[_0x32a152(0x1e8)](),PerformanceTester[_0x32a152(0x199)](PerformanceEvents[_0x32a152(0x1d5)]);}catch(_0x29fed7){PerformanceTester['captureError'](_0x29fed7),PerformanceTester[_0x32a152(0x199)](PerformanceEvents[_0x32a152(0x1d5)],![],_0x29fed7);}}),CodeceptJS[_0x14da2b(0x159)][_0x14da2b(0x216)]['on'](CodeceptJS[_0x14da2b(0x159)][_0x14da2b(0x167)][_0x14da2b(0x1ca)],async()=>{const _0x39cb04=_0x14da2b;PerformanceTester['start'](PerformanceEvents[_0x39cb04(0x1a5)]);try{requestSpy[_0x39cb04(0x1e3)](),await _0x4ad711[_0x39cb04(0x23f)](),PerformanceTester[_0x39cb04(0x199)](PerformanceEvents[_0x39cb04(0x1a5)]);}catch(_0x3506d6){PerformanceTester['captureError'](_0x3506d6),PerformanceTester[_0x39cb04(0x199)](PerformanceEvents[_0x39cb04(0x1a5)],![],_0x3506d6);}finally{PerformanceTester['stopMonitoring']();}}),CodeceptJS[_0x14da2b(0x159)][_0x14da2b(0x216)]['on'](CodeceptJS[_0x14da2b(0x159)][_0x14da2b(0x226)]['started'],_0x470c09=>{const _0x3cf0d2=_0x14da2b;PerformanceTester[_0x3cf0d2(0x201)](PerformanceEvents[_0x3cf0d2(0x205)]);try{const _0x23efb5=_0x470c09['ctx'][_0x3cf0d2(0x1d0)],_0x2843be=_0x4ad711[_0x3cf0d2(0x241)](TEST_EVENTS['HOOK_RUN_STARTED'],_0x23efb5);CodeceptRecorder[_0x3cf0d2(0x210)](()=>_0x4ad711[_0x3cf0d2(0x1c4)](TEST_EVENTS[_0x3cf0d2(0x1b9)],_0x2843be));const _0x3ac7f5={};_0x3ac7f5[_0x3cf0d2(0x253)]=_0x1435ed[_0x3cf0d2(0x1b4)],PerformanceTester['end'](PerformanceEvents['SDK_HOOK'],!![],null,_0x3ac7f5);}catch(_0x4dccd0){const _0x4e26e8={};_0x4e26e8[_0x3cf0d2(0x253)]=_0x1435ed[_0x3cf0d2(0x1b4)],PerformanceTester['end'](PerformanceEvents[_0x3cf0d2(0x205)],![],_0x4dccd0,_0x4e26e8),PerformanceTester['captureError'](_0x4dccd0);}}),CodeceptJS[_0x14da2b(0x159)][_0x14da2b(0x216)]['on'](CodeceptJS['event'][_0x14da2b(0x226)][_0x14da2b(0x248)],_0x409ccc=>{const _0x12759f=_0x14da2b,_0x405cc3={};_0x405cc3['hookType']=_0x1435ed[_0x12759f(0x181)],PerformanceTester[_0x12759f(0x201)](PerformanceHookEvents[_0x12759f(0x205)],!![],null,_0x405cc3);try{const _0x5a777f=_0x409ccc[_0x12759f(0x240)]['test'],_0x4691cd=_0x4ad711[_0x12759f(0x241)](TEST_EVENTS[_0x12759f(0x22b)],_0x5a777f);CodeceptRecorder['add'](()=>_0x4ad711['fireEvent'](TEST_EVENTS[_0x12759f(0x22b)],_0x4691cd));const _0x2ae0e0={};_0x2ae0e0[_0x12759f(0x253)]=_0x1435ed['ZJFJv'],PerformanceTester[_0x12759f(0x199)](PerformanceHookEvents[_0x12759f(0x205)],!![],null,_0x2ae0e0);}catch(_0x1199f5){PerformanceTester[_0x12759f(0x174)](_0x1199f5);const _0x5e6a1c={};_0x5e6a1c['hookType']=_0x1435ed[_0x12759f(0x181)],PerformanceTester['end'](PerformanceHookEvents[_0x12759f(0x205)],![],_0x1199f5,_0x5e6a1c);}}),CodeceptJS[_0x14da2b(0x159)][_0x14da2b(0x216)]['on'](CodeceptJS[_0x14da2b(0x159)][_0x14da2b(0x226)]['failed'],async(_0x2c34e0,_0x206d62)=>{const _0x1862fe=_0x14da2b;PerformanceTester[_0x1862fe(0x201)](PerformanceHookEvents[_0x1862fe(0x205)]);try{const _0x33a125=_0x2c34e0['ctx']['test'],_0x28d689=_0x4ad711[_0x1862fe(0x241)](TEST_EVENTS[_0x1862fe(0x22b)],_0x33a125,_0x206d62);CodeceptRecorder[_0x1862fe(0x210)](()=>_0x4ad711[_0x1862fe(0x1c4)](TEST_EVENTS[_0x1862fe(0x22b)],_0x28d689));const _0x597c30={};_0x597c30[_0x1862fe(0x253)]=_0x1435ed[_0x1862fe(0x233)],PerformanceTester[_0x1862fe(0x201)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x597c30);}catch(_0x5e059e){PerformanceTester[_0x1862fe(0x174)](_0x5e059e);const _0x592eff={};_0x592eff[_0x1862fe(0x253)]=_0x1435ed['tLAWi'],PerformanceTester[_0x1862fe(0x199)](PerformanceHookEvents[_0x1862fe(0x205)],![],_0x5e059e,_0x592eff);}const _0x4c4750={};_0x4c4750[_0x1862fe(0x253)]=_0x1435ed[_0x1862fe(0x233)],PerformanceTester[_0x1862fe(0x199)](PerformanceHookEvents[_0x1862fe(0x205)],!![],null,_0x4c4750);}),CodeceptJS[_0x14da2b(0x159)]['dispatcher']['on'](CodeceptJS[_0x14da2b(0x159)][_0x14da2b(0x1d0)]['before'],_0x388525=>{const _0x563bc6=_0x14da2b;PerformanceTester[_0x563bc6(0x201)](PerformanceHookEvents[_0x563bc6(0x205)]);try{globals[_0x563bc6(0x1ae)](_0x1435ed[_0x563bc6(0x1d6)],_0x388525[_0x563bc6(0x237)]);_0x1435ed[_0x563bc6(0x1d3)](isBrowserstackInfra)&&(_0x140d32&&(global[_0x563bc6(0x22c)]={'currentTest':{'name':_0x388525[_0x563bc6(0x237)],'testInfo':{'titlePath':_0x388525[_0x563bc6(0x202)]()}}}));const _0x32e7e9={};_0x32e7e9[_0x563bc6(0x253)]=_0x1435ed[_0x563bc6(0x259)],PerformanceTester[_0x563bc6(0x199)](PerformanceHookEvents[_0x563bc6(0x205)],!![],null,_0x32e7e9);}catch(_0xba61a4){PerformanceTester['captureError'](_0xba61a4);const _0x5b73ca={};_0x5b73ca[_0x563bc6(0x253)]=_0x1435ed['fDCpa'],PerformanceTester[_0x563bc6(0x199)](PerformanceHookEvents[_0x563bc6(0x205)],![],_0xba61a4,_0x5b73ca);}}),CodeceptJS[_0x14da2b(0x159)][_0x14da2b(0x216)]['on'](CodeceptJS['event'][_0x14da2b(0x1d0)][_0x14da2b(0x23a)],_0x2406c9=>{const _0x1aadd4=_0x14da2b;PerformanceTester[_0x1aadd4(0x201)](PerformanceHookEvents[_0x1aadd4(0x205)]);try{globals[_0x1aadd4(0x1ae)](_0x1435ed[_0x1aadd4(0x1d6)],_0x2406c9['title']);const _0x48250a=_0x4ad711[_0x1aadd4(0x241)](TEST_EVENTS[_0x1aadd4(0x19e)],_0x2406c9);CodeceptRecorder[_0x1aadd4(0x210)](()=>_0x4ad711[_0x1aadd4(0x1c4)](TEST_EVENTS[_0x1aadd4(0x19e)],_0x48250a)),CodeceptRecorder['add'](async()=>{const _0x3aaf01=_0x1aadd4;_0x1435ed[_0x3aaf01(0x1d3)](isBrowserstackInfra)&&(!_0x1435ed[_0x3aaf01(0x200)](isTrue,_0x183998[_0x3aaf01(0x19c)])&&await _0x1435ed[_0x3aaf01(0x17e)](markSessionName,_0x4dc4c6,_0x2406c9[_0x3aaf01(0x237)]),_0x4ad711['enabled']&&await _0x1435ed[_0x3aaf01(0x16c)](o11ySync,_0x4dc4c6));});}catch(_0x5e6f67){const _0xeb9020={};_0xeb9020[_0x1aadd4(0x253)]=_0x1435ed[_0x1aadd4(0x1fe)],PerformanceTester[_0x1aadd4(0x199)](PerformanceHookEvents['SDK_HOOK'],![],_0x5e6f67,_0xeb9020),PerformanceTester[_0x1aadd4(0x174)](_0x5e6f67);}const _0x59d4b7={};_0x59d4b7[_0x1aadd4(0x253)]=_0x1435ed[_0x1aadd4(0x1fe)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x59d4b7);}),CodeceptJS[_0x14da2b(0x159)][_0x14da2b(0x216)]['on'](CodeceptJS[_0x14da2b(0x159)]['test'][_0x14da2b(0x248)],_0x33e2ee=>{const _0x317497=_0x14da2b,_0x57033f={'YuNov':function(_0xecae89,_0x300cc3,_0x368289){const _0x4678f5=a1_0x236f;return _0x1435ed[_0x4678f5(0x17e)](_0xecae89,_0x300cc3,_0x368289);},'XOPXH':function(_0x27689b){const _0x453bc1=a1_0x236f;return _0x1435ed[_0x453bc1(0x15d)](_0x27689b);}};PerformanceTester[_0x317497(0x201)](PerformanceHookEvents[_0x317497(0x205)]);try{const _0x108165=_0x4ad711[_0x317497(0x241)](TEST_EVENTS[_0x317497(0x1d1)],_0x33e2ee);CodeceptRecorder[_0x317497(0x210)](()=>_0x4ad711[_0x317497(0x1c4)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x108165)),CodeceptRecorder[_0x317497(0x210)](async()=>{const _0x1a2443=_0x317497,_0x3e9292={'ctllZ':function(_0x5ff4fb,_0x301200,_0x31d9fc){const _0x4d6e0a=a1_0x236f;return _0x57033f[_0x4d6e0a(0x209)](_0x5ff4fb,_0x301200,_0x31d9fc);}};_0x57033f[_0x1a2443(0x1c7)](isBrowserstackInfra)&&await PerformanceTester[_0x1a2443(0x1ea)](PerformanceAutEvents[_0x1a2443(0x25e)],async()=>{const _0x32c54d=_0x1a2443;_0x140d32?await _0x3e9292[_0x32c54d(0x1bc)](playwrightMarkSessionStatus,_0x4dc4c6,STATE_PASSED):await _0x3e9292['ctllZ'](markSessionStatus,_0x4dc4c6,STATE_PASSED);})();}),PerformanceTester['end'](PerformanceEvents[_0x317497(0x1c3)]);}catch(_0x14767a){PerformanceTester[_0x317497(0x174)](_0x14767a);const _0x436d96={};_0x436d96[_0x317497(0x253)]=_0x1435ed[_0x317497(0x1f1)],PerformanceTester[_0x317497(0x199)](PerformanceHookEvents[_0x317497(0x205)],![],_0x14767a,_0x436d96),PerformanceTester[_0x317497(0x199)](PerformanceEvents[_0x317497(0x1c3)],![],_0x14767a);}const _0x3be44d={};_0x3be44d[_0x317497(0x253)]=_0x1435ed[_0x317497(0x1f1)],PerformanceTester[_0x317497(0x199)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x3be44d);}),CodeceptJS['event'][_0x14da2b(0x216)]['on'](CodeceptJS['event'][_0x14da2b(0x1d0)]['failed'],(_0x1e9a55,_0x57ebe4)=>{const _0x2773b7=_0x14da2b,_0x11cf14={'ZzDos':function(_0x2d82d4){return _0x1435ed['UAScS'](_0x2d82d4);},'aFCvP':function(_0xf0727c,_0x1485e6,_0x426832,_0x9d5ab){const _0x24f5fa=a1_0x236f;return _0x1435ed[_0x24f5fa(0x1f5)](_0xf0727c,_0x1485e6,_0x426832,_0x9d5ab);}};PerformanceTester[_0x2773b7(0x201)](PerformanceHookEvents[_0x2773b7(0x205)]);try{if(_0x1435ed[_0x2773b7(0x21e)](_0x1e9a55['constructor']['name'],_0x1435ed[_0x2773b7(0x1a6)])){const _0x2d60b2=_0x4ad711[_0x2773b7(0x241)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x1e9a55['ctx'][_0x2773b7(0x1d9)]);CodeceptRecorder['add'](()=>_0x4ad711['fireEvent'](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x2d60b2));}else{const _0x2de6b6=_0x4ad711[_0x2773b7(0x241)](TEST_EVENTS[_0x2773b7(0x1d1)],_0x1e9a55,_0x57ebe4);CodeceptRecorder[_0x2773b7(0x210)](()=>{const _0x5d2ac7=_0x2773b7;try{_0x4ad711[_0x5d2ac7(0x1c4)](TEST_EVENTS[_0x5d2ac7(0x1d1)],_0x2de6b6);}catch(_0x4f280f){logger[_0x5d2ac7(0x22a)](_0x5d2ac7(0x1ab)+util[_0x5d2ac7(0x172)](_0x4f280f)),PerformanceTester[_0x5d2ac7(0x199)](PerformanceEvents[_0x5d2ac7(0x1c3)],![],_0x4f280f);}}),CodeceptRecorder[_0x2773b7(0x210)](async()=>{const _0x1e6e57=_0x2773b7;try{_0x11cf14[_0x1e6e57(0x234)](isBrowserstackInfra)&&(_0x140d32?await _0x11cf14['aFCvP'](playwrightMarkSessionStatus,_0x4dc4c6,STATE_FAILED,_0x57ebe4):await _0x11cf14['aFCvP'](markSessionStatus,_0x4dc4c6,STATE_FAILED,_0x57ebe4));}catch(_0xa59339){logger['debug'](_0x1e6e57(0x232)+util[_0x1e6e57(0x172)](_0xa59339)),PerformanceTester[_0x1e6e57(0x199)](PerformanceEvents[_0x1e6e57(0x1c3)],![],_0xa59339);}});}PerformanceTester[_0x2773b7(0x199)](PerformanceEvents[_0x2773b7(0x1c3)]);}catch(_0x2b1e92){PerformanceTester['captureError'](_0x2b1e92);const _0x1141db={};_0x1141db[_0x2773b7(0x253)]=_0x1435ed[_0x2773b7(0x245)],PerformanceTester[_0x2773b7(0x199)](PerformanceHookEvents[_0x2773b7(0x205)],![],_0x2b1e92,_0x1141db),PerformanceTester['end'](PerformanceEvents[_0x2773b7(0x1c3)],![],_0x2b1e92);}const _0x38364f={};_0x38364f['hookType']=_0x1435ed[_0x2773b7(0x245)],PerformanceTester[_0x2773b7(0x199)](PerformanceHookEvents[_0x2773b7(0x205)],!![],null,_0x38364f);}),CodeceptJS[_0x14da2b(0x159)]['dispatcher']['on'](CodeceptJS[_0x14da2b(0x159)]['test'][_0x14da2b(0x247)],_0x4bb71f=>{const _0x4fa9d2=_0x14da2b;PerformanceTester[_0x4fa9d2(0x201)](PerformanceHookEvents[_0x4fa9d2(0x205)]);try{const _0x309f8b=_0x4ad711[_0x4fa9d2(0x241)](TEST_EVENTS[_0x4fa9d2(0x15e)],_0x4bb71f);CodeceptRecorder[_0x4fa9d2(0x210)](()=>_0x4ad711[_0x4fa9d2(0x1c4)](TEST_EVENTS[_0x4fa9d2(0x15e)],_0x309f8b)),PerformanceTester[_0x4fa9d2(0x199)](PerformanceEvents[_0x4fa9d2(0x1c3)]);}catch(_0x51f9f4){PerformanceTester[_0x4fa9d2(0x174)](_0x51f9f4),PerformanceTester[_0x4fa9d2(0x199)](PerformanceEvents[_0x4fa9d2(0x1c3)],![],_0x51f9f4);const _0x3fb4f7={};_0x3fb4f7[_0x4fa9d2(0x253)]=_0x1435ed[_0x4fa9d2(0x175)],PerformanceTester[_0x4fa9d2(0x199)](PerformanceHookEvents[_0x4fa9d2(0x205)],![],_0x51f9f4,_0x3fb4f7);}const _0x3a8f4e={};_0x3a8f4e[_0x4fa9d2(0x253)]=_0x1435ed[_0x4fa9d2(0x175)],PerformanceTester[_0x4fa9d2(0x199)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x3a8f4e);}),CodeceptJS[_0x14da2b(0x159)][_0x14da2b(0x216)]['on'](CodeceptJS['event'][_0x14da2b(0x1d0)][_0x14da2b(0x1ca)],async(_0x44aee1,_0x3d4ced)=>{const _0x3afab4=_0x14da2b,_0x54e719={};_0x54e719['YyYnT']=_0x1435ed[_0x3afab4(0x16b)];const _0x3b84ff=_0x54e719;try{PerformanceTester[_0x3afab4(0x201)](PerformanceHookEvents[_0x3afab4(0x205)]);const _0x3f8d1a=_0x1435ed['cvAUj'](shouldScanTestForAccessibility,_0x44aee1[_0x3afab4(0x202)](),!![]);if(_0x1435ed['MtBlq'](isAccessibilityAutomationSession)&&global[_0x3afab4(0x1da)]&&_0x3f8d1a){const _0x5c95d2={};_0x5c95d2[_0x3afab4(0x25f)]=_0x44aee1['testAnalyticsId'],_0x5c95d2[_0x3afab4(0x1a3)]=process[_0x3afab4(0x22d)][testHubConstants[_0x3afab4(0x220)][_0x3afab4(0x23c)]],_0x5c95d2[_0x3afab4(0x221)]=process[_0x3afab4(0x22d)][testHubConstants['ENV_VAR'][_0x3afab4(0x25c)]];const _0x250431=_0x5c95d2;logger['debug'](_0x3afab4(0x1eb)+JSON[_0x3afab4(0x1fd)](_0x250431)),CodeceptRecorder['add'](async()=>{const _0x8b299=_0x3afab4,_0x13b703={};_0x13b703[_0x8b299(0x1ba)]=_0x3b84ff[_0x8b299(0x1b2)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0xee36a0=_0x8b299;await AccessibilityHelper[_0xee36a0(0x21b)](_0x4dc4c6,scripts[_0xee36a0(0x170)]);},_0x13b703)(),await PerformanceTester[_0x8b299(0x1ea)](PerformanceA11yEvents[_0x8b299(0x18c)],async()=>{const _0x244c0a=_0x8b299;await AccessibilityHelper['browserStackExecuteDriver'](_0x4dc4c6,scripts[_0x244c0a(0x21f)],_0x250431);})();}),logger[_0x3afab4(0x1ac)](_0x1435ed[_0x3afab4(0x162)]);}const _0x57a302={};_0x57a302['hookType']=_0x1435ed[_0x3afab4(0x218)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x57a302);}catch(_0x21a39a){PerformanceTester[_0x3afab4(0x174)](_0x21a39a);const _0x496be5={};_0x496be5[_0x3afab4(0x253)]=_0x1435ed['wjQDS'],PerformanceTester[_0x3afab4(0x199)](PerformanceHookEvents[_0x3afab4(0x205)],![],_0x21a39a,_0x496be5);}}),CodeceptJS[_0x14da2b(0x159)]['dispatcher']['on'](CodeceptJS[_0x14da2b(0x159)][_0x14da2b(0x1db)]['comment'],_0xd0318a=>{const _0x856f95=_0x14da2b;PerformanceTester[_0x856f95(0x201)](PerformanceHookEvents[_0x856f95(0x205)]);try{process[_0x856f95(0x19b)](_0x856f95(0x178)+process[_0x856f95(0x179)],{'timestamp':new Date()[_0x856f95(0x1b3)](),'level':_0x1435ed[_0x856f95(0x1f7)],'message':_0xd0318a,'kind':_0x1435ed[_0x856f95(0x23d)],'http_response':{}});}catch(_0xee21b9){PerformanceTester['captureError'](_0xee21b9);const _0x576fe4={};_0x576fe4[_0x856f95(0x253)]=_0x1435ed[_0x856f95(0x22f)],PerformanceTester[_0x856f95(0x199)](PerformanceHookEvents[_0x856f95(0x205)],![],_0xee21b9,_0x576fe4);}const _0xb74259={};_0xb74259[_0x856f95(0x253)]=_0x1435ed['MWZym'],PerformanceTester[_0x856f95(0x199)](PerformanceHookEvents[_0x856f95(0x205)],!![],null,_0xb74259);}),CodeceptJS[_0x14da2b(0x159)][_0x14da2b(0x216)]['on'](CodeceptJS[_0x14da2b(0x159)][_0x14da2b(0x24a)]['before'],_0x3cb4b1=>{const _0x4d2c55=_0x14da2b,_0x55d320={};_0x55d320['hookType']=_0x1435ed[_0x4d2c55(0x235)],PerformanceTester[_0x4d2c55(0x1ea)](PerformanceHookEvents[_0x4d2c55(0x205)],()=>{const _0x54d557=_0x4d2c55;_0x4ad711[_0x54d557(0x1df)](_0x3cb4b1);},_0x55d320)();}),CodeceptJS[_0x14da2b(0x159)]['dispatcher']['on'](CodeceptJS[_0x14da2b(0x159)]['bddStep'][_0x14da2b(0x1ca)],_0x363162=>{const _0x434ef5=_0x14da2b,_0x18f09a={};_0x18f09a[_0x434ef5(0x253)]=_0x1435ed['cVNzg'],PerformanceTester['measureWrapper'](PerformanceHookEvents[_0x434ef5(0x205)],()=>{const _0x1cd58a=_0x434ef5;_0x4ad711[_0x1cd58a(0x189)](_0x363162);},_0x18f09a)();});};function a1_0x2b5a(){const _0x358b51=['Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','info','dOBzx','setGlobal','string','page','BS_A11Y_JWT','YyYnT','toISOString','LTfaK','ROeMI','parse','ULTca','winstonLogger','HOOK_RUN_STARTED','command','jivgp','ctllZ','startsWith','../../helpers/performance/performance-tester','webdriverio','executeScript','bddStep-before','helpers','SDK_TEST','fireEvent','../../bin/playwright/sessionDetails','TEST_LOG','XOPXH','Performing\x20scan\x20for\x20','url','after','GET_RESULTS_SUMMARY','warn','jTJnh','TestCafe','stack','test','TEST_RUN_FINISHED','message','qFeaX','setSessionStatus','SDK_PRE_TEST','gNKUY','setSessionName','bind','currentTest','accessibilityPlatform','step','doxDB','test-failed','browserstackTestName','bddStepStart','getAccessibilityResultsSummary','testFramework','browser','restore','codeceptjs/lib/utils.js','test-started','copGK','push','addRequestSpy','FRAMEWORK_DETAILS','measureWrapper','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','skipSessionStatus','../../helpers/globals.js','afterTest','YYGps','getSyncScript','YDrkV','pages','initSaveScreenshot','codeceptjs/lib/recorder.js','FUnJg','qzaxV','OYWer','./o11yHelper','toString','NnRgF','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','test-skipped','stringify','NDCWo','../../helpers/testhub/constants.js','hxATt','start','titlePath','vzCcl','wYURA','SDK_HOOK','readFileSync','before','QrsPh','YuNov','tyGiI','base64','697369WlFAqu','IGsyy','CQGfc','startMonitoring','add','slice','bstackAllyScanning','codeceptjs','MHfxD','ftDBs','dispatcher','saveScreenshot','wjQDS','gnNCH','lopxH','browserStackExecuteDriver','args','gdcFM','Otrfp','saveTestResults','ENV_VAR','thJwtToken','3889752ndINsu','getAccessibilityResults','4040592ZbEjqI','constructor','hook','codeceptjs/lib/helper/WebDriver.js','forEach','INFO','debug','HOOK_RUN_FINISHED','__workerDetails','env','../../helpers/test-observability/utils','MWZym','SDK_POST_INITIALIZE','catch','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','tLAWi','ZzDos','kvaGJ','__skipSessionStatus','title','name','FwUnd','started','WebDriver','BROWSERSTACK_TESTHUB_UUID','baxso','Screenshot\x20path\x20not\x20found','stop','ctx','captureEvent','prototype','version','hook-failed','psusp','contexts','skipped','passed','qTkyX','bddStep','isArray','2890979UdqUxo','DNVMj','rnAUm','commandsToWrap','UvdSz','getResultsSummary','../../helpers/helper','hookType','AnSCV','patchSaveScreenshot','screenshotOutputFolder','step-comment','container','fDCpa','a11y_core_config','WHLDZ','BROWSERSTACK_TESTHUB_JWT','569073mcydtY','SESSION_STATUS','thTestRunUuid','shouldWrapCommand','XmQTd','event','ZwPdA','1886756ZwAWSR','class','TVxZh','TEST_RUN_SKIPPED','_setPage','YsOOE','SYNC','YOejj','exports','browserContext','Suite','Failed\x20to\x20execute\x20_before:\x20','all','YpBuM','TEST_SCREENSHOT','codeceptjs/lib/index.js','xxACO','lmGKD','PERFORM_SCAN','call','8HQsDDF','performScan','MFKSB','format','YHLUY','captureError','TSttF','Alkpk','config','bs:addLog:','pid','jLHzN','xbhjc','_before','dYSMx','cvAUj','Playwright','arguments','ZJFJv','bddStep-after','ydVZW','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','ThWeR','chromium','./helper.js','test-after','bddStepFinish','../../helpers/performance/constants','GET_RESULTS','SAVE_RESULTS','browserstack_executor:\x20','WFmou','overwriteCommand','zOPVh','hook-passed','xPoaH','from','apply','../../helpers/request-spy','EOOmF','AVlnU','tHUFi','end','../../bin/playwright/accessibility-helper','emit','skipSessionName','../../helpers/logger','TEST_RUN_STARTED','420340NskscB','test-passed','devtools://','SESSION_NAME','thBuildUuid','find','SDK_POST_TEST','yzCgl','hook-started','rsZEK','filter','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20'];a1_0x2b5a=function(){return _0x358b51;};return a1_0x2b5a();}
1
+ const a1_0x4c576e=a1_0x4852;function a1_0x1820(){const _0x3a5c41=['TEST_RUN_SKIPPED','../../helpers/accessibility-automation/helper','page','screenshotOutputFolder','jaIhM','filter','testFramework','saveScreenshot','SDK_POST_INITIALIZE','4557CTIRTI','NJtdX','ZlLvT','pJJUv','title','bddStepStart','../../helpers/request-spy','skipped','hPynz','SlSFQ','patchSaveScreenshot','test-before','tGdmo','../../helpers/test-observability/utils','slice','WVemR','find','jubXJ','RRdHR','../../helpers/performance/performance-tester','XsaiD','SESSION_STATUS','stopMonitoring','KUahp','../../helpers/globals.js','SDK_PRE_TEST','MYwvp','../../helpers/performance/constants','BqFtv','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','stop','started','ylIEH','xOjzZ','pVGHu','browserStackExecuteDriver','call','initSaveScreenshot','vOErN','FgfDY','SDK_TEST','1hpcJZY','message','passed','bdTul','1826428swNjXG','mCAgO','test-after','test','debug','wzIij','pid','zrkfq','string','bs:addLog:','codeceptjs/lib/utils.js','Playwright','bddStepFinish','RkGrY','env','codeceptjs/lib/helper/Playwright.js','class','stringify','step-comment','thJwtToken','chromium','base64','WMeoz','SfnfY','executeScript','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','YdpMl','emit','browserstack_executor:\x20','BySKk','uMOII','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','measureWrapper','hYbjq','ENV_VAR','test-passed','bddStep','from','ZeYrA','arguments','PredZ','XBYFq','getResultsSummary','tQcGC','end','hook-passed','UjiVn','startsWith','bind','TEST_LOG','includes','a11y_core_config','dhjAo','codeceptjs/lib/recorder.js','bstackAllyScanning','1546665rKvyIv','VTnZZ','domForge','_before','3298212snyWab','command','../../helpers/logger','toISOString','uDlyG','args','getAccessibilityResultsSummary','fEEQg','readFileSync','HOOK_RUN_FINISHED','TUxPB','stack','iiDAb','SESSION_NAME','QMBVH','TEST_RUN_FINISHED','hook-failed','version','titlePath','SWygQ','jFZTD','forEach','_setPage','action','captureError','constructor','BROWSERSTACK_TESTHUB_UUID','apply','skipSessionStatus','15416090Lefqcr','BdwbL','setSessionName','elsMR','warn','NWIIM','prototype','AkzLI','gEjwI','captureEvent','rXUtI','8yaFmIr','foCSL','name','hook-started','restore','reason','hGoKx','browserContext','isArray','uWYaK','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','3768HQFama','status','kvRvr','setSessionStatus','BS_A11Y_JWT','pages','helpers','nAuho','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','__workerDetails','SDK_HOOK','iebTD','WebDriver','container','dispatcher','DAoHt','../../bin/playwright/accessibility-helper','format','./o11yHelper','Failed\x20to\x20execute\x20_before:\x20','Performing\x20scan\x20for\x20','yrXCs','performScan','setGlobal','accessibilityPlatform','../../bin/playwright/sessionDetails','SDK_PRE_INITIALIZE','catch','goupt','Ibqap','\x0aStack:\x20','winstonLogger','UyPiZ','AkuTf','NPiQI','voyZv','failed','config','fireEvent','lxOFg','BROWSERSTACK_TESTHUB_JWT','Element','addRequestSpy','push','3050185PJNroA','PERFORM_SCAN','getSyncScript','url','event','shouldWrapCommand','toString','test-skipped','codeceptjs/lib/helper/WebDriver.js','split','devtools://','BS_TESTOPS_ALLOW_SCREENSHOTS','codeceptjs','ajRlb','gQTtA','exports','../../helpers/helper','VkzvF','before','UZjrO','parse','test-started','browser','NxaVv','currentTest','Hzkmh','HOOK_RUN_STARTED','Suite','QtGok','BGGhk','all','AmVrH','hookType','getResults','hYwOj','TEST_RUN_STARTED','pGYMg','add','TestCafe','ZRZGU','ewwoJ','PQtug','SAVE_RESULTS','after','--auto-open-devtools-for-tabs','ctx','1108502ojFUPH','pPrKt','IVxOU','OcvXZ','TEST_SCREENSHOT','ZUqzt','onogV','saveTestResults','hsJhS','start','CEGxd','./helper.js','hook','browserstackTestName','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','GET_RESULTS_SUMMARY','SDK_POST_TEST','startMonitoring','SYNC','zsZPA'];a1_0x1820=function(){return _0x3a5c41;};return a1_0x1820();}(function(_0x360e10,_0x3689f8){const _0x2357de=a1_0x4852,_0x34db3f=_0x360e10();while(!![]){try{const _0x5174eb=parseInt(_0x2357de(0x17d))/0x1*(-parseInt(_0x2357de(0x137))/0x2)+parseInt(_0x2357de(0x1b8))/0x3+parseInt(_0x2357de(0x181))/0x4+-parseInt(_0x2357de(0x21b))/0x5+parseInt(_0x2357de(0x1ef))/0x6*(-parseInt(_0x2357de(0x154))/0x7)+-parseInt(_0x2357de(0x1e4))/0x8*(parseInt(_0x2357de(0x1bc))/0x9)+parseInt(_0x2357de(0x1d9))/0xa;if(_0x5174eb===_0x3689f8)break;else _0x34db3f['push'](_0x34db3f['shift']());}catch(_0x5b47a8){_0x34db3f['push'](_0x34db3f['shift']());}}}(a1_0x1820,0x8c2eb));const fs=require('fs'),util=require('util'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x4c576e(0x119)),logger=require(a1_0x4c576e(0x1be))[a1_0x4c576e(0x20e)],testOpsHelper=require(a1_0x4c576e(0x161)),requestSpy=require(a1_0x4c576e(0x15a)),PlaywrightSessionDetails=require(a1_0x4c576e(0x208)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x4c576e(0x201)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x4c576e(0x14c)),AccessibilityHelper=require(a1_0x4c576e(0x1ff)),scripts=require('../../helpers/accessibility-automation/scripts'),PerformanceTester=require(a1_0x4c576e(0x167)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x4c576e(0x16f)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x4c576e(0x142)),testHubConstants=require('../../helpers/testhub/constants.js'),globals=require(a1_0x4c576e(0x16c)),CodeceptJS=requireModule('codeceptjs/lib/index.js',a1_0x4c576e(0x115)),CodeceptUtils=requireModule(a1_0x4c576e(0x18b),a1_0x4c576e(0x115)),CodeceptWebDriver=requireModule(a1_0x4c576e(0x111),a1_0x4c576e(0x115)),CodeceptRecorder=requireModule(a1_0x4c576e(0x1b6),a1_0x4c576e(0x115)),CodeceptPlaywright=requireModule(a1_0x4c576e(0x190),'codeceptjs'),playwrightMarkSessionStatus=(_0x56d2df,_0x4a69f4,_0x42278a)=>{const _0x42606e=a1_0x4c576e,_0x332854={'NWIIM':_0x42606e(0x1f2),'uWYaK':function(_0x1865c0,_0x473dda){return _0x1865c0(_0x473dda);}},_0x5a43a1={};_0x5a43a1[_0x42606e(0x1f0)]=_0x4a69f4;const _0xfd9158={};_0xfd9158[_0x42606e(0x1d3)]=_0x332854[_0x42606e(0x1de)],_0xfd9158['arguments']=_0x5a43a1;const _0x1ded7f=_0xfd9158;return!_0x332854[_0x42606e(0x1ed)](isUndefined,_0x42278a)&&(_0x1ded7f[_0x42606e(0x1a8)][_0x42606e(0x1e9)]=JSON['stringify'](_0x42278a)),_0x56d2df[_0x42606e(0x199)](()=>{},_0x42606e(0x19d)+JSON[_0x42606e(0x192)](_0x1ded7f));},o11ySync=PerformanceTester[a1_0x4c576e(0x1a1)](PerformanceO11yEvents[a1_0x4c576e(0x149)],async _0x468b83=>{const _0x30fec1=a1_0x4c576e,_0x4a69f5={};_0x4a69f5[_0x30fec1(0x116)]=function(_0x5ab003,_0x27f39b){return _0x5ab003===_0x27f39b;},_0x4a69f5[_0x30fec1(0x20f)]=_0x30fec1(0x18c);const _0x365bc1=_0x4a69f5;_0x365bc1[_0x30fec1(0x116)](_0x468b83[_0x30fec1(0x1d5)]['name'],_0x365bc1['UyPiZ'])?await _0x468b83[_0x30fec1(0x199)](_0x361499=>{},testOpsHelper[_0x30fec1(0x10b)]()):await _0x468b83['executeScript'](testOpsHelper[_0x30fec1(0x10b)]());}),markSessionName=PerformanceTester[a1_0x4c576e(0x1a1)](PerformanceAutEvents[a1_0x4c576e(0x1c9)],async(_0x240630,_0x166a0d)=>{const _0x174d2a=a1_0x4c576e,_0x1c999d={};_0x1c999d['gQTtA']=_0x174d2a(0x1db),_0x1c999d['nBCze']=function(_0x4bae9a,_0x4d363c){return _0x4bae9a===_0x4d363c;},_0x1c999d[_0x174d2a(0x182)]='Playwright';const _0x476ffa=_0x1c999d,_0x2d0f10={};_0x2d0f10[_0x174d2a(0x1e6)]=_0x166a0d;const _0x479cc2={};_0x479cc2[_0x174d2a(0x1d3)]=_0x476ffa[_0x174d2a(0x117)],_0x479cc2['arguments']=_0x2d0f10;const _0x204e0f=_0x479cc2;_0x476ffa['nBCze'](_0x240630['constructor'][_0x174d2a(0x1e6)],_0x476ffa['mCAgO'])?await _0x240630[_0x174d2a(0x199)](()=>{},'browserstack_executor:\x20'+JSON['stringify'](_0x204e0f)):await _0x240630[_0x174d2a(0x199)]('browserstack_executor:\x20'+JSON[_0x174d2a(0x192)](_0x204e0f));}),patchSaveScreenshot=_0x195f6f=>{const _0x27a483=a1_0x4c576e,_0x434c20={'RkGrY':_0x27a483(0x196),'oeBCY':_0x27a483(0x13b),'hPynz':function(_0x41f0ff){return _0x41f0ff();},'NPiQI':function(_0x27bb2e,_0x14cd72){return _0x27bb2e(_0x14cd72);},'PQtug':'Screenshot\x20path\x20not\x20found'};_0x434c20[_0x27a483(0x211)](isTrue,process['env'][_0x27a483(0x114)])&&!_0x195f6f[_0x27a483(0x15e)]&&(_0x195f6f[_0x27a483(0x15e)]=!![],_0x195f6f[_0x27a483(0x179)]=_0x195f6f[_0x27a483(0x152)],_0x195f6f[_0x27a483(0x152)]=(_0x24443f,_0x44cef2=![])=>{const _0x1fd626=_0x27a483,_0xffd059={'DVkvB':_0x434c20[_0x1fd626(0x18e)],'ylIEH':_0x434c20['oeBCY'],'BqFtv':function(_0x4a93b7){const _0x2e9f19=_0x1fd626;return _0x434c20[_0x2e9f19(0x15c)](_0x4a93b7);},'jaIhM':function(_0x28d788,_0x33891b){const _0x5141d1=_0x1fd626;return _0x434c20[_0x5141d1(0x211)](_0x28d788,_0x33891b);},'IVxOU':_0x434c20[_0x1fd626(0x132)]};return new Promise(function(_0x14b177,_0x573b45){const _0x23b24f=_0x1fd626,_0x4bd268={'iebTD':_0xffd059['DVkvB'],'RqnUL':_0xffd059[_0x23b24f(0x174)],'AmVrH':function(_0x1955ec){const _0x19baef=_0x23b24f;return _0xffd059[_0x19baef(0x170)](_0x1955ec);},'SCSMS':function(_0x30e3ae,_0x2fe64c){const _0x476795=_0x23b24f;return _0xffd059[_0x476795(0x14f)](_0x30e3ae,_0x2fe64c);},'QZdIA':_0xffd059[_0x23b24f(0x139)]};_0x195f6f[_0x23b24f(0x179)](_0x24443f,_0x44cef2)['then'](()=>{const _0x12309e=_0x23b24f,_0x1b9d1d=CodeceptUtils[_0x12309e(0x14e)](_0x24443f);if(_0x1b9d1d){const _0x4fc3e7=fs[_0x12309e(0x1c4)](_0x1b9d1d);process[_0x12309e(0x19c)](_0x12309e(0x18a)+process[_0x12309e(0x187)],{'timestamp':new Date()[_0x12309e(0x1bf)](),'message':_0x4fc3e7[_0x12309e(0x10f)](_0x4bd268[_0x12309e(0x1fa)]),'kind':_0x4bd268['RqnUL']}),_0x4bd268[_0x12309e(0x128)](_0x14b177);}_0x4bd268['SCSMS'](_0x573b45,new Error(_0x4bd268['QZdIA']));})[_0x23b24f(0x20a)](()=>null);});});},patchWebDriverBefore=_0x2de69a=>{const _0x5086d6=a1_0x4c576e,_0x2beb28={'SfnfY':function(_0x32077d){return _0x32077d();},'BySKk':function(_0x2787a0,_0x524b21){return _0x2787a0(_0x524b21);},'foCSL':function(_0x1c3a8c,_0x43d67c){return _0x1c3a8c===_0x43d67c;},'VkzvF':'webdriverio','tGdmo':function(_0x1c24e2,_0x12025a){return _0x1c24e2===_0x12025a;},'MYwvp':_0x5086d6(0x189),'uMOII':function(_0x11b2c8,_0x2cb43){return _0x11b2c8===_0x2cb43;},'UxmFy':_0x5086d6(0x218)},_0x221261=async function(_0x43a184,_0x34cffb){const _0x6e965a=_0x5086d6;_0x2beb28[_0x6e965a(0x198)](isAccessibilityAutomationSession)&&!global[_0x6e965a(0x1b7)]&&global[_0x6e965a(0x207)]&&scripts[_0x6e965a(0x10e)](_0x43a184[_0x6e965a(0x1e6)])&&_0x2beb28[_0x6e965a(0x19e)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x6e965a(0x1b7)]=!![],await PerformanceTester[_0x6e965a(0x1a1)](PerformanceA11yEvents[_0x6e965a(0x21c)],async()=>{const _0x7f8681=_0x6e965a;logger[_0x7f8681(0x185)](_0x7f8681(0x203)+_0x43a184[_0x7f8681(0x191)]+'\x20'+_0x43a184[_0x7f8681(0x1e6)]),await AccessibilityHelper[_0x7f8681(0x177)](_0x2de69a,scripts[_0x7f8681(0x205)]);},{'command':_0x43a184[_0x6e965a(0x1e6)]})());global[_0x6e965a(0x1b7)]=![];const _0x584029=JSON[_0x6e965a(0x11d)](process[_0x6e965a(0x18f)]['FRAMEWORK_DETAILS']||'{}');if(_0x2beb28[_0x6e965a(0x1e5)](_0x584029?.[_0x6e965a(0x151)]?.[_0x6e965a(0x1e6)],_0x2beb28[_0x6e965a(0x11a)])&&_0x2beb28[_0x6e965a(0x160)](typeof _0x584029?.[_0x6e965a(0x151)]?.[_0x6e965a(0x1cd)],_0x2beb28[_0x6e965a(0x16e)])&&_0x584029?.[_0x6e965a(0x151)]?.[_0x6e965a(0x1cd)]['startsWith']('7'))return _0x34cffb['apply'](null,Array[_0x6e965a(0x1df)][_0x6e965a(0x162)][_0x6e965a(0x178)](arguments,0x2));return _0x34cffb[_0x6e965a(0x1d7)](this,Array['prototype'][_0x6e965a(0x162)]['call'](arguments,0x2));},_0x101c99=CodeceptWebDriver[_0x5086d6(0x1df)]['_before'];CodeceptWebDriver[_0x5086d6(0x1df)]['_before']=async function(){const _0x35b78c=_0x5086d6;try{await _0x101c99[_0x35b78c(0x1d7)](this,arguments);}catch(_0x13bbd4){logger[_0x35b78c(0x185)](_0x35b78c(0x202)+util[_0x35b78c(0x200)](_0x13bbd4));}scripts['commandsToWrap'][_0x35b78c(0x150)](_0x19f86d=>_0x19f86d['name']&&_0x19f86d['class'])[_0x35b78c(0x1d1)](_0x4d7955=>{const _0x5c9861=_0x35b78c;this[_0x5c9861(0x11f)]['overwriteCommand'](_0x4d7955['name'],_0x221261['bind'](this,_0x4d7955),_0x2beb28[_0x5c9861(0x19f)](_0x4d7955[_0x5c9861(0x191)],_0x2beb28['UxmFy']));}),_0x2beb28['BySKk'](processWebDriverConfig,_0x2de69a);};};function parseJwt(_0x27d9bc){const _0x3ca72a=a1_0x4c576e,_0x366379={};_0x366379[_0x3ca72a(0x16b)]='base64';const _0x3e80de=_0x366379;if(!_0x27d9bc)return null;return JSON[_0x3ca72a(0x11d)](Buffer[_0x3ca72a(0x1a6)](_0x27d9bc[_0x3ca72a(0x112)]('.')[0x1],_0x3e80de[_0x3ca72a(0x16b)])[_0x3ca72a(0x10f)]());}function a1_0x4852(_0xd08350,_0x43b5ce){const _0x1820fb=a1_0x1820();return a1_0x4852=function(_0x48527c,_0x18b60b){_0x48527c=_0x48527c-0x10b;let _0x2a49ed=_0x1820fb[_0x48527c];return _0x2a49ed;},a1_0x4852(_0xd08350,_0x43b5ce);}const patchPlaywrightBefore=()=>{const _0x3eda35=a1_0x4c576e,_0x13159a={'FgfDY':function(_0x57a48d){return _0x57a48d();},'uDlyG':_0x3eda35(0x113),'PredZ':_0x3eda35(0x135),'BGGhk':function(_0x4343cd,_0x37329c){return _0x4343cd(_0x37329c);},'Ibqap':function(_0x2c2679){return _0x2c2679();},'goupt':function(_0x3aded1,_0x3662fe){return _0x3aded1+_0x3662fe;},'QMBVH':_0x3eda35(0x20d),'fEEQg':function(_0x2c0490){return _0x2c0490();}};PlaywrightSessionDetails['patch']();const _0x3e363d=CodeceptPlaywright['prototype'][_0x3eda35(0x1bb)];CodeceptPlaywright[_0x3eda35(0x1df)][_0x3eda35(0x1bb)]=async function(){const _0xfac638=_0x3eda35,_0x3e1f18={'nAuho':function(_0xc23025){const _0x5a8e69=a1_0x4852;return _0x13159a[_0x5a8e69(0x17b)](_0xc23025);},'hsJhS':_0x13159a[_0xfac638(0x1c0)],'bTxYv':_0x13159a[_0xfac638(0x1a9)],'DAoHt':function(_0x50317e,_0x328711){const _0x59b504=_0xfac638;return _0x13159a[_0x59b504(0x126)](_0x50317e,_0x328711);},'OcvXZ':function(_0x3bbcc7){return _0x13159a['Ibqap'](_0x3bbcc7);},'JUZfN':function(_0x5ba37d,_0xd8410a){const _0xc7475d=_0xfac638;return _0x13159a[_0xc7475d(0x20b)](_0x5ba37d,_0xd8410a);},'fFmwx':_0x13159a[_0xfac638(0x1ca)]};this[_0xfac638(0x1eb)]=await this[_0xfac638(0x11f)]['contexts']()[0x0];const _0x51f70f=async()=>{const _0x403b4e=_0xfac638,_0x5eef50=this[_0x403b4e(0x214)]&&this['config'][_0x403b4e(0x195)]&&this[_0x403b4e(0x214)]['chromium'][_0x403b4e(0x1c1)]&&Array[_0x403b4e(0x1ec)](this['config']['chromium'][_0x403b4e(0x1c1)])&&this['config'][_0x403b4e(0x195)][_0x403b4e(0x1c1)][_0x403b4e(0x1b3)](_0x3e1f18['bTxYv']);if(_0x3e1f18['nAuho'](isAccessibilityAutomationSession)&&!_0x5eef50)try{const _0x1ed156=_0x3e1f18[_0x403b4e(0x1fe)](parseJwt,process[_0x403b4e(0x18f)][_0x403b4e(0x1f3)]);if(_0x1ed156&&_0x1ed156[_0x403b4e(0x1b4)]&&_0x1ed156['a11y_core_config'][_0x403b4e(0x1ba)]){const _0x25dd80=this[_0x403b4e(0x1eb)][_0x403b4e(0x1f4)][_0x403b4e(0x1b1)](this[_0x403b4e(0x1eb)]);this[_0x403b4e(0x1eb)]['pages']=async function(){const _0x43cccc=_0x403b4e,_0x60d5=await _0x3e1f18[_0x43cccc(0x1f6)](_0x25dd80),_0x59c973=[];for(const _0x33d67f of _0x60d5){try{const _0x19b0e3=await _0x33d67f[_0x43cccc(0x10c)]();!_0x19b0e3['startsWith'](_0x3e1f18[_0x43cccc(0x13f)])&&_0x59c973[_0x43cccc(0x21a)](_0x33d67f);}catch(_0x49ba3b){_0x59c973['push'](_0x33d67f);}}return _0x59c973;};}if(!_0x3e1f18[_0x403b4e(0x13a)](isBrowserstackInfra)){const _0x3d1d36=await this[_0x403b4e(0x14d)]['url']();if(_0x3d1d36[_0x403b4e(0x1b0)](_0x3e1f18[_0x403b4e(0x13f)])){const _0x56df51=await this[_0x403b4e(0x1eb)][_0x403b4e(0x1f4)]();this[_0x403b4e(0x1d2)](_0x56df51[0x0]);}}}catch(_0x3401ec){logger[_0x403b4e(0x185)](_0x403b4e(0x1a0)+_0x3401ec[_0x403b4e(0x17e)]+(_0x3401ec[_0x403b4e(0x1c7)]?_0x3e1f18['JUZfN'](_0x3e1f18['fFmwx'],_0x3401ec[_0x403b4e(0x1c7)]):''));}};_0x13159a[_0xfac638(0x20c)](isBrowserstackInfra)&&await _0x13159a[_0xfac638(0x1c3)](_0x51f70f),await _0x3e363d[_0xfac638(0x1d7)](this,arguments),!_0x13159a['FgfDY'](isBrowserstackInfra)&&await _0x13159a[_0xfac638(0x1c3)](_0x51f70f);};},getCodeceptDriver=()=>{const _0x468a1d=a1_0x4c576e,_0x183f3b={};_0x183f3b[_0x468a1d(0x1da)]=_0x468a1d(0x1fb),_0x183f3b[_0x468a1d(0x210)]=_0x468a1d(0x18c),_0x183f3b[_0x468a1d(0x166)]='Puppeteer',_0x183f3b[_0x468a1d(0x12d)]=_0x468a1d(0x12f);const _0x5ea9cf=_0x183f3b,_0x424120=[_0x5ea9cf[_0x468a1d(0x1da)],_0x5ea9cf[_0x468a1d(0x210)],_0x5ea9cf['RRdHR'],_0x5ea9cf[_0x468a1d(0x12d)]],_0xbebc3b=_0x424120[_0x468a1d(0x164)](_0x43e945=>!!CodeceptJS[_0x468a1d(0x1fc)]['helpers'](_0x43e945));if(!_0xbebc3b)return null;return CodeceptJS['container'][_0x468a1d(0x1f5)](_0xbebc3b);};module[a1_0x4c576e(0x118)]=function(_0x4c10af){const _0x2258e8=a1_0x4c576e,_0xe66c0={'SWygQ':function(_0x1491a6){return _0x1491a6();},'pPrKt':function(_0xc59192,_0x5b6ca7){return _0xc59192(_0x5b6ca7);},'XBYFq':_0x2258e8(0x1c2),'pnLUb':_0x2258e8(0x145),'zsZPA':'getAccessibilityResults','pJJUv':_0x2258e8(0x171),'hGoKx':function(_0x162ac4,_0x468523){return _0x162ac4(_0x468523);},'iiDAb':_0x2258e8(0x1e7),'ZRZGU':_0x2258e8(0x1ae),'onogV':_0x2258e8(0x1cc),'NJtdX':_0x2258e8(0x144),'kvRvr':_0x2258e8(0x15f),'AkzLI':function(_0x32a0b5){return _0x32a0b5();},'XsaiD':function(_0x31e689,_0x395894){return _0x31e689(_0x395894);},'UjiVn':function(_0x175d83,_0x1f16f3,_0x4076c5){return _0x175d83(_0x1f16f3,_0x4076c5);},'UZjrO':_0x2258e8(0x11e),'voyZv':function(_0x275f4a,_0x246197,_0x4bb04d){return _0x275f4a(_0x246197,_0x4bb04d);},'vOErN':function(_0x5db82a,_0x285184,_0x361103){return _0x5db82a(_0x285184,_0x361103);},'zrkfq':function(_0x3182ac){return _0x3182ac();},'dhjAo':_0x2258e8(0x1a4),'VTnZZ':function(_0x4a9171,_0x412834,_0x4b252f,_0x46b713){return _0x4a9171(_0x412834,_0x4b252f,_0x46b713);},'Hzkmh':function(_0x49a7f0,_0x1ea4ff,_0x6188e2,_0x362348){return _0x49a7f0(_0x1ea4ff,_0x6188e2,_0x362348);},'yrXCs':function(_0x1c32bc,_0x1e0219){return _0x1c32bc===_0x1e0219;},'lxOFg':_0x2258e8(0x124),'NxaVv':'test-failed','QtGok':_0x2258e8(0x110),'jubXJ':'afterTest','xOjzZ':_0x2258e8(0x1ee),'ZeYrA':_0x2258e8(0x183),'TUxPB':'INFO','gEjwI':_0x2258e8(0x1b2),'jFZTD':_0x2258e8(0x193),'BbSkp':'bddStep-before','WMeoz':'bddStep-after','ewwoJ':'Playwright'};_0x4c10af[_0x2258e8(0x1d8)]&&(global['__skipSessionStatus']=_0x4c10af['skipSessionStatus']);PerformanceTester[_0x2258e8(0x148)]();const _0x20cf89=_0xe66c0[_0x2258e8(0x1e0)](getCodeceptDriver),_0x53ac93=new O11yHelper(_0x20cf89,_0x4c10af),_0x323121=!!CodeceptJS['container'][_0x2258e8(0x1f5)](_0xe66c0[_0x2258e8(0x131)]);global['__driver']=_0x20cf89,_0x20cf89&&(PerformanceTester['measureWrapper'](PerformanceEvents[_0x2258e8(0x209)],()=>{const _0x5a597b=_0x2258e8;_0x323121?_0xe66c0[_0x5a597b(0x1cf)](patchPlaywrightBefore):_0xe66c0[_0x5a597b(0x138)](patchWebDriverBefore,_0x20cf89);})(),PerformanceTester['measureWrapper'](PerformanceEvents[_0x2258e8(0x153)],()=>{const _0x114739=_0x2258e8,_0x52291a={};_0x52291a[_0x114739(0x15d)]=_0xe66c0[_0x114739(0x1aa)],_0x52291a[_0x114739(0x1e3)]=_0xe66c0['pnLUb'],_0x52291a['oGiPm']=_0xe66c0[_0x114739(0x14a)],_0x52291a[_0x114739(0x163)]=_0xe66c0[_0x114739(0x157)];const _0x289201=_0x52291a;_0x20cf89[_0x114739(0x1c2)]=async()=>{const _0x5788e9=_0x114739;if(global[_0x5788e9(0x207)]){const _0x5b6db7={};return _0x5b6db7[_0x5788e9(0x1bd)]=_0x289201['SlSFQ'],await PerformanceTester[_0x5788e9(0x1a1)](PerformanceA11yEvents[_0x5788e9(0x21c)],async()=>{const _0x33cd6b=_0x5788e9;return await AccessibilityHelper[_0x33cd6b(0x177)](_0x20cf89,scripts['performScan']);},_0x5b6db7)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x5788e9(0x146)],async()=>{const _0x21eb1d=_0x5788e9;return await AccessibilityHelper[_0x21eb1d(0x177)](_0x20cf89,scripts[_0x21eb1d(0x1ab)]);})();}return logger['warn'](_0x289201[_0x5788e9(0x1e3)]),{};},_0x20cf89['getAccessibilityResults']=async()=>{const _0xb6aa05=_0x114739;if(global[_0xb6aa05(0x207)]){const _0xf597b={};return _0xf597b[_0xb6aa05(0x1bd)]=_0x289201['oGiPm'],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0xb6aa05(0x21c)],async()=>{const _0x431599=_0xb6aa05;return await AccessibilityHelper['browserStackExecuteDriver'](_0x20cf89,scripts[_0x431599(0x205)]);},_0xf597b)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents['GET_RESULTS'],async()=>{const _0x27ae3f=_0xb6aa05;return await AccessibilityHelper['browserStackExecuteDriver'](_0x20cf89,scripts[_0x27ae3f(0x12a)]);})();}return logger[_0xb6aa05(0x1dd)](_0x289201[_0xb6aa05(0x163)]),{};},_0xe66c0['hGoKx'](patchSaveScreenshot,_0x20cf89);})()),CodeceptJS['event'][_0x2258e8(0x1fd)]['on'](CodeceptJS['event'][_0x2258e8(0x127)][_0x2258e8(0x11b)],()=>{const _0xa14594=_0x2258e8;PerformanceTester[_0xa14594(0x140)](PerformanceEvents['SDK_PRE_TEST']);try{_0x53ac93[_0xa14594(0x140)](),testOpsHelper[_0xa14594(0x219)](),PerformanceTester['end'](PerformanceEvents[_0xa14594(0x16d)]);}catch(_0x386a44){PerformanceTester[_0xa14594(0x1d4)](_0x386a44),PerformanceTester['end'](PerformanceEvents[_0xa14594(0x16d)],![],_0x386a44);}}),CodeceptJS[_0x2258e8(0x10d)][_0x2258e8(0x1fd)]['on'](CodeceptJS[_0x2258e8(0x10d)][_0x2258e8(0x127)][_0x2258e8(0x134)],async()=>{const _0x432cb2=_0x2258e8;PerformanceTester['start'](PerformanceEvents[_0x432cb2(0x147)]);try{requestSpy[_0x432cb2(0x1e8)](),await _0x53ac93[_0x432cb2(0x172)](),PerformanceTester[_0x432cb2(0x1ad)](PerformanceEvents[_0x432cb2(0x147)]);}catch(_0x407624){PerformanceTester[_0x432cb2(0x1d4)](_0x407624),PerformanceTester[_0x432cb2(0x1ad)](PerformanceEvents['SDK_POST_TEST'],![],_0x407624);}finally{PerformanceTester[_0x432cb2(0x16a)]();}}),CodeceptJS[_0x2258e8(0x10d)]['dispatcher']['on'](CodeceptJS['event'][_0x2258e8(0x143)][_0x2258e8(0x173)],_0x34eb96=>{const _0x16463b=_0x2258e8;PerformanceTester[_0x16463b(0x140)](PerformanceEvents[_0x16463b(0x1f9)]);try{const _0xb0c844=_0x34eb96[_0x16463b(0x136)][_0x16463b(0x184)],_0x450909=_0x53ac93[_0x16463b(0x1e2)](TEST_EVENTS[_0x16463b(0x123)],_0xb0c844);CodeceptRecorder[_0x16463b(0x12e)](()=>_0x53ac93[_0x16463b(0x215)](TEST_EVENTS['HOOK_RUN_STARTED'],_0x450909));const _0x3dfbeb={};_0x3dfbeb[_0x16463b(0x129)]=_0xe66c0['iiDAb'],PerformanceTester[_0x16463b(0x1ad)](PerformanceEvents[_0x16463b(0x1f9)],!![],null,_0x3dfbeb);}catch(_0x4d30f8){const _0x52c621={};_0x52c621['hookType']=_0xe66c0[_0x16463b(0x1c8)],PerformanceTester[_0x16463b(0x1ad)](PerformanceEvents[_0x16463b(0x1f9)],![],_0x4d30f8,_0x52c621),PerformanceTester['captureError'](_0x4d30f8);}}),CodeceptJS[_0x2258e8(0x10d)][_0x2258e8(0x1fd)]['on'](CodeceptJS[_0x2258e8(0x10d)]['hook'][_0x2258e8(0x17f)],_0x1ce5e9=>{const _0x2aa002=_0x2258e8,_0x3a384f={};_0x3a384f[_0x2aa002(0x129)]=_0xe66c0['ZRZGU'],PerformanceTester[_0x2aa002(0x140)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x3a384f);try{const _0x251533=_0x1ce5e9[_0x2aa002(0x136)][_0x2aa002(0x184)],_0x44cbf4=_0x53ac93[_0x2aa002(0x1e2)](TEST_EVENTS[_0x2aa002(0x1c5)],_0x251533);CodeceptRecorder[_0x2aa002(0x12e)](()=>_0x53ac93[_0x2aa002(0x215)](TEST_EVENTS[_0x2aa002(0x1c5)],_0x44cbf4));const _0x1b1e4f={};_0x1b1e4f[_0x2aa002(0x129)]=_0xe66c0[_0x2aa002(0x130)],PerformanceTester['end'](PerformanceHookEvents[_0x2aa002(0x1f9)],!![],null,_0x1b1e4f);}catch(_0x47e127){PerformanceTester[_0x2aa002(0x1d4)](_0x47e127);const _0x1e5d1a={};_0x1e5d1a[_0x2aa002(0x129)]=_0xe66c0[_0x2aa002(0x130)],PerformanceTester[_0x2aa002(0x1ad)](PerformanceHookEvents[_0x2aa002(0x1f9)],![],_0x47e127,_0x1e5d1a);}}),CodeceptJS[_0x2258e8(0x10d)][_0x2258e8(0x1fd)]['on'](CodeceptJS['event'][_0x2258e8(0x143)][_0x2258e8(0x213)],async(_0x1e3230,_0x432e32)=>{const _0x2145f6=_0x2258e8;PerformanceTester[_0x2145f6(0x140)](PerformanceHookEvents['SDK_HOOK']);try{const _0x2f26da=_0x1e3230[_0x2145f6(0x136)][_0x2145f6(0x184)],_0x9c3b52=_0x53ac93['captureEvent'](TEST_EVENTS[_0x2145f6(0x1c5)],_0x2f26da,_0x432e32);CodeceptRecorder[_0x2145f6(0x12e)](()=>_0x53ac93['fireEvent'](TEST_EVENTS[_0x2145f6(0x1c5)],_0x9c3b52));const _0x2a22f6={};_0x2a22f6[_0x2145f6(0x129)]=_0xe66c0[_0x2145f6(0x13d)],PerformanceTester[_0x2145f6(0x140)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x2a22f6);}catch(_0x214482){PerformanceTester['captureError'](_0x214482);const _0x38a25e={};_0x38a25e['hookType']=_0xe66c0[_0x2145f6(0x13d)],PerformanceTester[_0x2145f6(0x1ad)](PerformanceHookEvents[_0x2145f6(0x1f9)],![],_0x214482,_0x38a25e);}const _0xbcb0c={};_0xbcb0c[_0x2145f6(0x129)]=_0xe66c0[_0x2145f6(0x13d)],PerformanceTester['end'](PerformanceHookEvents[_0x2145f6(0x1f9)],!![],null,_0xbcb0c);}),CodeceptJS['event'][_0x2258e8(0x1fd)]['on'](CodeceptJS['event'][_0x2258e8(0x184)][_0x2258e8(0x11b)],_0x9030aa=>{const _0x22860d=_0x2258e8;PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{globals[_0x22860d(0x206)](_0xe66c0['NJtdX'],_0x9030aa[_0x22860d(0x158)]);_0xe66c0['SWygQ'](isBrowserstackInfra)&&(_0x323121&&(global[_0x22860d(0x1f8)]={'currentTest':{'name':_0x9030aa['title'],'testInfo':{'titlePath':_0x9030aa['titlePath']()}}}));const _0x45c16d={};_0x45c16d[_0x22860d(0x129)]=_0xe66c0[_0x22860d(0x1f1)],PerformanceTester['end'](PerformanceHookEvents[_0x22860d(0x1f9)],!![],null,_0x45c16d);}catch(_0x260682){PerformanceTester['captureError'](_0x260682);const _0x5661f0={};_0x5661f0[_0x22860d(0x129)]=_0xe66c0[_0x22860d(0x1f1)],PerformanceTester[_0x22860d(0x1ad)](PerformanceHookEvents['SDK_HOOK'],![],_0x260682,_0x5661f0);}}),CodeceptJS[_0x2258e8(0x10d)][_0x2258e8(0x1fd)]['on'](CodeceptJS[_0x2258e8(0x10d)][_0x2258e8(0x184)][_0x2258e8(0x173)],_0x47c325=>{const _0x3d55b4=_0x2258e8,_0x4f25f0={'tQcGC':function(_0x10a778){const _0xa305c0=a1_0x4852;return _0xe66c0[_0xa305c0(0x1e0)](_0x10a778);},'oMzUi':function(_0x5ce704,_0x48e7f8){const _0x53c9c0=a1_0x4852;return _0xe66c0[_0x53c9c0(0x168)](_0x5ce704,_0x48e7f8);},'hYwOj':function(_0x530235,_0x5a75db,_0x12a843){const _0x4d23ed=a1_0x4852;return _0xe66c0[_0x4d23ed(0x1af)](_0x530235,_0x5a75db,_0x12a843);},'wzIij':function(_0x40e7a0,_0x160f48){const _0x60fc87=a1_0x4852;return _0xe66c0[_0x60fc87(0x1ea)](_0x40e7a0,_0x160f48);}};PerformanceTester[_0x3d55b4(0x140)](PerformanceHookEvents[_0x3d55b4(0x1f9)]);try{globals[_0x3d55b4(0x206)](_0xe66c0[_0x3d55b4(0x155)],_0x47c325['title']);const _0x1e9a55=_0x53ac93[_0x3d55b4(0x1e2)](TEST_EVENTS[_0x3d55b4(0x12c)],_0x47c325);CodeceptRecorder[_0x3d55b4(0x12e)](()=>_0x53ac93[_0x3d55b4(0x215)](TEST_EVENTS[_0x3d55b4(0x12c)],_0x1e9a55)),CodeceptRecorder[_0x3d55b4(0x12e)](async()=>{const _0x504de7=_0x3d55b4;_0x4f25f0[_0x504de7(0x1ac)](isBrowserstackInfra)&&(!_0x4f25f0['oMzUi'](isTrue,_0x4c10af['skipSessionName'])&&await _0x4f25f0[_0x504de7(0x12b)](markSessionName,_0x20cf89,_0x47c325[_0x504de7(0x158)]),_0x53ac93['enabled']&&await _0x4f25f0[_0x504de7(0x186)](o11ySync,_0x20cf89));});}catch(_0xec9b70){const _0x4741aa={};_0x4741aa['hookType']=_0xe66c0[_0x3d55b4(0x11c)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0xec9b70,_0x4741aa),PerformanceTester[_0x3d55b4(0x1d4)](_0xec9b70);}const _0x37361c={};_0x37361c[_0x3d55b4(0x129)]=_0xe66c0[_0x3d55b4(0x11c)],PerformanceTester[_0x3d55b4(0x1ad)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x37361c);}),CodeceptJS[_0x2258e8(0x10d)][_0x2258e8(0x1fd)]['on'](CodeceptJS[_0x2258e8(0x10d)][_0x2258e8(0x184)][_0x2258e8(0x17f)],_0x141c54=>{const _0x5364d8=_0x2258e8,_0x2edc73={'bdTul':function(_0x1653d0,_0x1e6fd8,_0x22a9b6){const _0x4fe7b1=a1_0x4852;return _0xe66c0[_0x4fe7b1(0x212)](_0x1653d0,_0x1e6fd8,_0x22a9b6);},'hYbjq':function(_0x1c41f3,_0x1c82fd,_0x508ab8){const _0x19ecce=a1_0x4852;return _0xe66c0[_0x19ecce(0x17a)](_0x1c41f3,_0x1c82fd,_0x508ab8);},'rTFDh':function(_0x45db2f){const _0x47c473=a1_0x4852;return _0xe66c0[_0x47c473(0x188)](_0x45db2f);}};PerformanceTester[_0x5364d8(0x140)](PerformanceHookEvents[_0x5364d8(0x1f9)]);try{const _0x176bcf=_0x53ac93['captureEvent'](TEST_EVENTS[_0x5364d8(0x1cb)],_0x141c54);CodeceptRecorder[_0x5364d8(0x12e)](()=>_0x53ac93['fireEvent'](TEST_EVENTS['TEST_RUN_FINISHED'],_0x176bcf)),CodeceptRecorder[_0x5364d8(0x12e)](async()=>{const _0x2a9d2b=_0x5364d8,_0x5db464={'ZlLvT':function(_0x222103,_0x229543,_0x7e75d5){const _0x5e0dff=a1_0x4852;return _0x2edc73[_0x5e0dff(0x180)](_0x222103,_0x229543,_0x7e75d5);},'CEGxd':function(_0x5c5e2c,_0x3a04c9,_0x11785c){const _0x295b95=a1_0x4852;return _0x2edc73[_0x295b95(0x1a2)](_0x5c5e2c,_0x3a04c9,_0x11785c);}};_0x2edc73['rTFDh'](isBrowserstackInfra)&&await PerformanceTester[_0x2a9d2b(0x1a1)](PerformanceAutEvents[_0x2a9d2b(0x169)],async()=>{const _0x313bb7=_0x2a9d2b;_0x323121?await _0x5db464[_0x313bb7(0x156)](playwrightMarkSessionStatus,_0x20cf89,STATE_PASSED):await _0x5db464[_0x313bb7(0x141)](markSessionStatus,_0x20cf89,STATE_PASSED);})();}),PerformanceTester[_0x5364d8(0x1ad)](PerformanceEvents['SDK_TEST']);}catch(_0x40b48d){PerformanceTester[_0x5364d8(0x1d4)](_0x40b48d);const _0xf65ed2={};_0xf65ed2[_0x5364d8(0x129)]=_0xe66c0[_0x5364d8(0x1b5)],PerformanceTester[_0x5364d8(0x1ad)](PerformanceHookEvents['SDK_HOOK'],![],_0x40b48d,_0xf65ed2),PerformanceTester['end'](PerformanceEvents[_0x5364d8(0x17c)],![],_0x40b48d);}const _0xd748c3={};_0xd748c3['hookType']=_0xe66c0['dhjAo'],PerformanceTester[_0x5364d8(0x1ad)](PerformanceHookEvents[_0x5364d8(0x1f9)],!![],null,_0xd748c3);}),CodeceptJS[_0x2258e8(0x10d)]['dispatcher']['on'](CodeceptJS[_0x2258e8(0x10d)][_0x2258e8(0x184)][_0x2258e8(0x213)],(_0x171929,_0x190e59)=>{const _0x4693a2=_0x2258e8,_0x517117={'pVGHu':function(_0x27c30a){return _0xe66c0['AkzLI'](_0x27c30a);},'elsMR':function(_0x93da5b,_0x256655,_0x22ff68,_0x20ca80){const _0x4ce2d1=a1_0x4852;return _0xe66c0[_0x4ce2d1(0x1b9)](_0x93da5b,_0x256655,_0x22ff68,_0x20ca80);},'YdpMl':function(_0x103152,_0x4fb85a,_0x4871c8,_0x42f344){const _0x356c93=a1_0x4852;return _0xe66c0[_0x356c93(0x122)](_0x103152,_0x4fb85a,_0x4871c8,_0x42f344);}};PerformanceTester[_0x4693a2(0x140)](PerformanceHookEvents[_0x4693a2(0x1f9)]);try{if(_0xe66c0[_0x4693a2(0x204)](_0x171929[_0x4693a2(0x1d5)][_0x4693a2(0x1e6)],_0xe66c0[_0x4693a2(0x216)])){const _0x1d2a58=_0x53ac93[_0x4693a2(0x1e2)](TEST_EVENTS[_0x4693a2(0x14b)],_0x171929[_0x4693a2(0x136)][_0x4693a2(0x121)]);CodeceptRecorder[_0x4693a2(0x12e)](()=>_0x53ac93[_0x4693a2(0x215)](TEST_EVENTS[_0x4693a2(0x14b)],_0x1d2a58));}else{const _0x1cadf3=_0x53ac93[_0x4693a2(0x1e2)](TEST_EVENTS[_0x4693a2(0x1cb)],_0x171929,_0x190e59);CodeceptRecorder['add'](()=>{const _0x2837a2=_0x4693a2;try{_0x53ac93[_0x2837a2(0x215)](TEST_EVENTS[_0x2837a2(0x1cb)],_0x1cadf3);}catch(_0x1246ec){logger[_0x2837a2(0x185)](_0x2837a2(0x1f7)+util[_0x2837a2(0x200)](_0x1246ec)),PerformanceTester[_0x2837a2(0x1ad)](PerformanceEvents[_0x2837a2(0x17c)],![],_0x1246ec);}}),CodeceptRecorder[_0x4693a2(0x12e)](async()=>{const _0x509352=_0x4693a2;try{_0x517117[_0x509352(0x176)](isBrowserstackInfra)&&(_0x323121?await _0x517117[_0x509352(0x1dc)](playwrightMarkSessionStatus,_0x20cf89,STATE_FAILED,_0x190e59):await _0x517117[_0x509352(0x19b)](markSessionStatus,_0x20cf89,STATE_FAILED,_0x190e59));}catch(_0x137d34){logger[_0x509352(0x185)]('Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20'+util[_0x509352(0x200)](_0x137d34)),PerformanceTester[_0x509352(0x1ad)](PerformanceEvents[_0x509352(0x17c)],![],_0x137d34);}});}PerformanceTester[_0x4693a2(0x1ad)](PerformanceEvents['SDK_TEST']);}catch(_0x5ca071){PerformanceTester[_0x4693a2(0x1d4)](_0x5ca071);const _0x133828={};_0x133828[_0x4693a2(0x129)]=_0xe66c0[_0x4693a2(0x120)],PerformanceTester['end'](PerformanceHookEvents[_0x4693a2(0x1f9)],![],_0x5ca071,_0x133828),PerformanceTester[_0x4693a2(0x1ad)](PerformanceEvents[_0x4693a2(0x17c)],![],_0x5ca071);}const _0x25351b={};_0x25351b[_0x4693a2(0x129)]=_0xe66c0['NxaVv'],PerformanceTester[_0x4693a2(0x1ad)](PerformanceHookEvents[_0x4693a2(0x1f9)],!![],null,_0x25351b);}),CodeceptJS['event'][_0x2258e8(0x1fd)]['on'](CodeceptJS[_0x2258e8(0x10d)][_0x2258e8(0x184)][_0x2258e8(0x15b)],_0x19e4a5=>{const _0x1fdd07=_0x2258e8;PerformanceTester[_0x1fdd07(0x140)](PerformanceHookEvents[_0x1fdd07(0x1f9)]);try{const _0x2af0b4=_0x53ac93[_0x1fdd07(0x1e2)](TEST_EVENTS[_0x1fdd07(0x14b)],_0x19e4a5);CodeceptRecorder[_0x1fdd07(0x12e)](()=>_0x53ac93[_0x1fdd07(0x215)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x2af0b4)),PerformanceTester['end'](PerformanceEvents[_0x1fdd07(0x17c)]);}catch(_0x3fb287){PerformanceTester['captureError'](_0x3fb287),PerformanceTester[_0x1fdd07(0x1ad)](PerformanceEvents['SDK_TEST'],![],_0x3fb287);const _0x333887={};_0x333887[_0x1fdd07(0x129)]=_0xe66c0[_0x1fdd07(0x125)],PerformanceTester[_0x1fdd07(0x1ad)](PerformanceHookEvents[_0x1fdd07(0x1f9)],![],_0x3fb287,_0x333887);}const _0x49e26d={};_0x49e26d[_0x1fdd07(0x129)]=_0xe66c0['QtGok'],PerformanceTester[_0x1fdd07(0x1ad)](PerformanceHookEvents[_0x1fdd07(0x1f9)],!![],null,_0x49e26d);}),CodeceptJS[_0x2258e8(0x10d)]['dispatcher']['on'](CodeceptJS[_0x2258e8(0x10d)]['test'][_0x2258e8(0x134)],async(_0x1ffffe,_0x22d9e9)=>{const _0x20c8d6=_0x2258e8,_0x486958={};_0x486958[_0x20c8d6(0x13c)]=_0xe66c0[_0x20c8d6(0x165)];const _0x3f269b=_0x486958;try{PerformanceTester[_0x20c8d6(0x140)](PerformanceHookEvents[_0x20c8d6(0x1f9)]);const _0x4eafe8=_0xe66c0[_0x20c8d6(0x212)](shouldScanTestForAccessibility,_0x1ffffe[_0x20c8d6(0x1ce)](),!![]);if(_0xe66c0[_0x20c8d6(0x1e0)](isAccessibilityAutomationSession)&&global[_0x20c8d6(0x207)]&&_0x4eafe8){const _0x4f204f={};_0x4f204f['thTestRunUuid']=_0x1ffffe['testAnalyticsId'],_0x4f204f['thBuildUuid']=process['env'][testHubConstants['ENV_VAR'][_0x20c8d6(0x1d6)]],_0x4f204f[_0x20c8d6(0x194)]=process['env'][testHubConstants[_0x20c8d6(0x1a3)][_0x20c8d6(0x217)]];const _0x42c324=_0x4f204f;logger[_0x20c8d6(0x185)](_0x20c8d6(0x19a)+JSON['stringify'](_0x42c324)),CodeceptRecorder[_0x20c8d6(0x12e)](async()=>{const _0x40f1a0=_0x20c8d6,_0x21a417={};_0x21a417[_0x40f1a0(0x1bd)]=_0x3f269b[_0x40f1a0(0x13c)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x3a51bc=_0x40f1a0;await AccessibilityHelper[_0x3a51bc(0x177)](_0x20cf89,scripts['performScan']);},_0x21a417)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x40f1a0(0x133)],async()=>{const _0x298ce2=_0x40f1a0;await AccessibilityHelper[_0x298ce2(0x177)](_0x20cf89,scripts[_0x298ce2(0x13e)],_0x42c324);})();}),logger['info'](_0xe66c0[_0x20c8d6(0x175)]);}const _0xdffe17={};_0xdffe17[_0x20c8d6(0x129)]=_0xe66c0[_0x20c8d6(0x1a7)],PerformanceTester[_0x20c8d6(0x1ad)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0xdffe17);}catch(_0x26cc2d){PerformanceTester[_0x20c8d6(0x1d4)](_0x26cc2d);const _0x59f10c={};_0x59f10c[_0x20c8d6(0x129)]=_0xe66c0[_0x20c8d6(0x1a7)],PerformanceTester[_0x20c8d6(0x1ad)](PerformanceHookEvents[_0x20c8d6(0x1f9)],![],_0x26cc2d,_0x59f10c);}}),CodeceptJS['event'][_0x2258e8(0x1fd)]['on'](CodeceptJS['event']['step']['comment'],_0x5ec955=>{const _0x5e4ba3=_0x2258e8;PerformanceTester['start'](PerformanceHookEvents[_0x5e4ba3(0x1f9)]);try{process[_0x5e4ba3(0x19c)]('bs:addLog:'+process[_0x5e4ba3(0x187)],{'timestamp':new Date()[_0x5e4ba3(0x1bf)](),'level':_0xe66c0[_0x5e4ba3(0x1c6)],'message':_0x5ec955,'kind':_0xe66c0[_0x5e4ba3(0x1e1)],'http_response':{}});}catch(_0x24b963){PerformanceTester['captureError'](_0x24b963);const _0x585da9={};_0x585da9[_0x5e4ba3(0x129)]=_0xe66c0['jFZTD'],PerformanceTester[_0x5e4ba3(0x1ad)](PerformanceHookEvents[_0x5e4ba3(0x1f9)],![],_0x24b963,_0x585da9);}const _0x43268a={};_0x43268a[_0x5e4ba3(0x129)]=_0xe66c0[_0x5e4ba3(0x1d0)],PerformanceTester[_0x5e4ba3(0x1ad)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x43268a);}),CodeceptJS['event'][_0x2258e8(0x1fd)]['on'](CodeceptJS[_0x2258e8(0x10d)][_0x2258e8(0x1a5)][_0x2258e8(0x11b)],_0x258766=>{const _0x1d555b=_0x2258e8,_0x22159d={};_0x22159d[_0x1d555b(0x129)]=_0xe66c0['BbSkp'],PerformanceTester['measureWrapper'](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x5a06b2=_0x1d555b;_0x53ac93[_0x5a06b2(0x159)](_0x258766);},_0x22159d)();}),CodeceptJS['event'][_0x2258e8(0x1fd)]['on'](CodeceptJS[_0x2258e8(0x10d)][_0x2258e8(0x1a5)][_0x2258e8(0x134)],_0x22de78=>{const _0x44e110=_0x2258e8,_0x41c733={};_0x41c733[_0x44e110(0x129)]=_0xe66c0[_0x44e110(0x197)],PerformanceTester[_0x44e110(0x1a1)](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x1c7886=_0x44e110;_0x53ac93[_0x1c7886(0x18d)](_0x22de78);},_0x41c733)();});};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a2_0x44f5eb=a2_0x4f94;(function(_0x157715,_0x3a0e78){const _0x3e5389=a2_0x4f94,_0x2d61f0=_0x157715();while(!![]){try{const _0x2d3118=-parseInt(_0x3e5389(0x20f))/0x1*(-parseInt(_0x3e5389(0x282))/0x2)+parseInt(_0x3e5389(0x1f8))/0x3*(-parseInt(_0x3e5389(0x237))/0x4)+-parseInt(_0x3e5389(0x21d))/0x5+parseInt(_0x3e5389(0x227))/0x6*(-parseInt(_0x3e5389(0x26e))/0x7)+-parseInt(_0x3e5389(0x26f))/0x8*(parseInt(_0x3e5389(0x225))/0x9)+-parseInt(_0x3e5389(0x22e))/0xa+parseInt(_0x3e5389(0x285))/0xb;if(_0x2d3118===_0x3a0e78)break;else _0x2d61f0['push'](_0x2d61f0['shift']());}catch(_0x2079a1){_0x2d61f0['push'](_0x2d61f0['shift']());}}}(a2_0x1ac2,0x99207));const fs=require('fs'),path=require('path'),util=require(a2_0x44f5eb(0x24f)),process=require(a2_0x44f5eb(0x279)),logger=require('../../helpers/logger')[a2_0x44f5eb(0x260)],{default:BrowserStackSetup}=require(a2_0x44f5eb(0x201)),helper=require(a2_0x44f5eb(0x238)),utilities=require(a2_0x44f5eb(0x216)),{checkAccessibilityPlatformConfig}=require(a2_0x44f5eb(0x27b)),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a2_0x44f5eb(0x24d)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x44f5eb(0x238)),CodeceptJS=requireModule(a2_0x44f5eb(0x259),a2_0x44f5eb(0x208)),testOpsHelper=require(a2_0x44f5eb(0x20b)),TestHubHandler=require('../../helpers/testhub/testhubHandler'),constants=require(a2_0x44f5eb(0x21b)),PerformanceTester=require(a2_0x44f5eb(0x249)),{FRAMEWORKS}=require(a2_0x44f5eb(0x257)),PerformanceEvents=require(a2_0x44f5eb(0x23f))[a2_0x44f5eb(0x241)],ClientTroubleShootingService=require(a2_0x44f5eb(0x22d)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x4668b4,_0x1d6f49)=>{const _0x36046f=a2_0x44f5eb,_0x31c79b={};_0x31c79b[_0x36046f(0x251)]=function(_0x3c2a5d,_0x5811d7){return _0x3c2a5d===_0x5811d7;},_0x31c79b[_0x36046f(0x26b)]='codecept.conf.js',_0x31c79b[_0x36046f(0x1f7)]='codecept.json';const _0x296d57=_0x31c79b;let _0x490b3d=null;const _0x3a4f37={};let _0x492063=_0x1d6f49[_0x36046f(0x248)](_0x4c2b3a=>_0x4c2b3a===_0x36046f(0x272));_0x296d57[_0x36046f(0x251)](_0x492063,-0x1)&&(_0x492063=_0x1d6f49[_0x36046f(0x248)](_0x437364=>_0x437364==='-c'));if(!helper[_0x36046f(0x23e)](_0x4668b4[_0x36046f(0x246)])&&fs[_0x36046f(0x21a)](path['join'](process[_0x36046f(0x254)](),_0x4668b4[_0x36046f(0x246)])))_0x490b3d=path['join'](process['cwd'](),_0x4668b4[_0x36046f(0x246)]),_0x1d6f49['slice'](_0x492063,0x2);else{if(!helper[_0x36046f(0x23e)](_0x4668b4['c'])&&fs[_0x36046f(0x21a)](path[_0x36046f(0x284)](process['cwd'](),_0x4668b4['c'])))_0x490b3d=path['join'](process[_0x36046f(0x254)](),_0x4668b4['c']),_0x1d6f49[_0x36046f(0x223)](_0x492063,0x2);else{if(fs['existsSync'](path['join'](process[_0x36046f(0x254)](),_0x296d57[_0x36046f(0x26b)])))_0x490b3d=path[_0x36046f(0x284)](process['cwd'](),_0x296d57[_0x36046f(0x26b)]);else fs[_0x36046f(0x21a)](path[_0x36046f(0x284)](process['cwd'](),_0x296d57[_0x36046f(0x1f7)]))&&(_0x490b3d=path[_0x36046f(0x284)](process['cwd'](),_0x296d57[_0x36046f(0x1f7)]));}}return process[_0x36046f(0x203)][_0x36046f(0x27a)]=_0x490b3d,_0x490b3d;},getO11yRerunPattern=()=>{const _0x3c0d6d=a2_0x44f5eb,_0x3c3fb9=helper[_0x3c0d6d(0x25b)](process[_0x3c0d6d(0x203)][_0x3c0d6d(0x271)]);if(_0x3c3fb9){const _0x3b3f05=process['env'][_0x3c0d6d(0x231)],_0x5155f7=[];if(helper[_0x3c0d6d(0x25c)](_0x3b3f05)&&!helper['isUndefined'](_0x3b3f05)){_0x3b3f05[_0x3c0d6d(0x247)](',')[_0x3c0d6d(0x244)](_0x2a2e5f=>{const _0x3c60b4=_0x3c0d6d;_0x5155f7[_0x3c60b4(0x232)]('('+_0x2a2e5f[_0x3c60b4(0x267)]()+')');});const _0x1144b2='^'+_0x5155f7[_0x3c0d6d(0x284)]('|')+'$';return _0x1144b2;}}return null;},a2_0x4e8b1c={};a2_0x4e8b1c[a2_0x44f5eb(0x230)]=a2_0x44f5eb(0x28b),a2_0x4e8b1c[a2_0x44f5eb(0x25f)]=a2_0x44f5eb(0x28b),a2_0x4e8b1c[a2_0x44f5eb(0x242)]=a2_0x44f5eb(0x236),a2_0x4e8b1c[a2_0x44f5eb(0x219)]='webkit';function a2_0x1ac2(){const _0x194a42=['CODECEPT_CUCUMBER','addConfig','replace','addTests','errorMessage','../utils/clientTroubleshootingService','1595570PFSWsv','getPlaywrightUrl','chrome','BROWSERSTACK_RERUN_TESTS','push','userName','load','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','firefox','188336gJEJzg','../../helpers/helper','forEach','dUIsx','iqwKT','now','printBuildLink','isUndefined','../../helpers/performance/constants','prepareCapabilities','EVENTS','playwright-firefox','FRAMEWORKS','map','toLowerCase','config','split','findIndex','../../helpers/performance/performance-tester','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','chdir','RmmkD','../../bin/playwright/accessibility-helper','path','util','result','cainm','yVSZb','dirname','cwd','run','skipSessionName','../../helpers/test-observability/constants','SDK_SETUP','codeceptjs/lib/index.js','getUserWorkerCount','isTrue','validateRerunTestList','length','EQIYF','playwright-chromium','winstonLogger','validPlatformsPresent','dcUQO','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','platforms','useW3C','addOptions','trim','start','JwGQN','key','iJAee','teardownAll','PHifT','4420717jQGnjA','8UxZanG','Playwright','BROWSERSTACK_RERUN','--config','browserWSEndpoint','NqRZD','enabled','browser','spawn','WebDriver','process','USER_CONFIG_DETAILS_PATH','../../helpers/accessibility-automation/helper','accessibility','testObservability','mergeDeep','require','before','createGroupsOfSuites','14172qmbhlW','end','join','30378964yjbcBV','kDsOx','plugins','stringify','browserName','desiredCapabilities','chromium','title','setAdditionalCapabilities','Failed\x20:\x20','testContextOptions','ofHRn','12zFuhdE','ePAyW','initialize','skipSessionStatus','err','assign','qkybX','UtZJa','frameworkName','../../helpers/BrowserStackSetup','BROWSERSTACK_TEST_OBSERVABILITY_YML','env','event','profile','helpers','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','codeceptjs','YSopZ','log','../../helpers/test-observability/utils','test','accessibilityOptions','VobSZ','1oDSHWU','MXNeG','CODECEPT','gherkin','failed','JVwap','format','../../helpers/utilities','UfdPV','BrowserStackPlugin.js','playwright-webkit','existsSync','../utils/constants','handleApp','2528040AwvqWg','passed','testConfig','browserStackCwd','HwdVX','dcAEd','slice','getPlatformName','5909139XWiDNb','bootstrapAll','6NGwlJN'];a2_0x1ac2=function(){return _0x194a42;};return a2_0x1ac2();}const pwToCodeceptBrowser=a2_0x4e8b1c;async function run(_0x41ebbb,_0x1ae8fc,_0x4acdb3){const _0x11a346=a2_0x44f5eb,_0x3ca319={'YSopZ':function(_0x5a4e06,_0x1e0416,_0x147382,_0x29c2c0){return _0x5a4e06(_0x1e0416,_0x147382,_0x29c2c0);},'HwdVX':function(_0x2f2cda,_0x4c6620){return _0x2f2cda+_0x4c6620;},'PHifT':function(_0x59eea8,_0x17c87b){return _0x59eea8(_0x17c87b);},'JwGQN':function(_0x5c6f02,_0x391be9,_0x30c5b0){return _0x5c6f02(_0x391be9,_0x30c5b0);},'MXNeG':'helpers','yVSZb':function(_0x4f5f3f){return _0x4f5f3f();},'UfdPV':'/wd/hub','dcUQO':function(_0x23031b){return _0x23031b();},'qfoVU':function(_0x187d81){return _0x187d81();},'wnGIn':_0x11a346(0x1f5),'VobSZ':'Passed\x20:\x20','EQIYF':'Started\x20:\x20','qfGRa':'5|2|3|4|0|1','ePAyW':function(_0x3f4398,_0x15fbd4,_0x11017d){return _0x3f4398(_0x15fbd4,_0x11017d);},'NqRZD':_0x11a346(0x24a),'kDsOx':_0x11a346(0x270),'JVwap':_0x11a346(0x278),'NOlIq':function(_0x11a163,_0x43e9e4){return _0x11a163!=_0x43e9e4;},'XKVhc':function(_0x876311,_0x44feee){return _0x876311===_0x44feee;},'qYXAL':_0x11a346(0x212),'RmmkD':function(_0x30454e,_0x4d4ae7){return _0x30454e*_0x4d4ae7;},'HNVcG':_0x11a346(0x276),'dUIsx':function(_0x43985b,_0x44e004,_0x368d23){return _0x43985b(_0x44e004,_0x368d23);},'dcAEd':'desiredCapabilities','qkybX':'root','iqwKT':_0x11a346(0x218),'DIlCN':_0x11a346(0x220),'UtZJa':function(_0x54c81f){return _0x54c81f();}};await _0x4acdb3[_0x11a346(0x1fa)](_0x41ebbb),await helper[_0x11a346(0x21c)](_0x4acdb3['config']);if(!_0x4acdb3[_0x11a346(0x246)])return;process[_0x11a346(0x205)]=_0x41ebbb[_0x11a346(0x205)];_0x41ebbb[_0x11a346(0x205)]&&(process['env'][_0x11a346(0x205)]=_0x41ebbb[_0x11a346(0x205)]);const _0x3bd75d=_0x3ca319[_0x11a346(0x1f9)](getUserCodeceptJSConfigs,_0x41ebbb,_0x1ae8fc);let _0x319942={};_0x3bd75d?(logger['info'](_0x11a346(0x235)+_0x3bd75d),_0x319942=CodeceptJS[_0x11a346(0x246)][_0x11a346(0x234)](_0x3bd75d)):logger['info'](_0x3ca319[_0x11a346(0x274)]);let _0x4c57f0=![];_0x3ca319[_0x11a346(0x1f9)](nestedKeyValue,_0x319942,[_0x3ca319['MXNeG'],_0x3ca319[_0x11a346(0x286)]])&&(_0x4c57f0=!![]);const _0x5343fe=_0x4c57f0?_0x3ca319[_0x11a346(0x286)]:_0x3ca319[_0x11a346(0x214)];let _0x134712=!_0x4c57f0?helper[_0x11a346(0x265)](_0x4acdb3[_0x11a346(0x246)]):![];!helper[_0x11a346(0x23e)](_0x4acdb3[_0x11a346(0x246)][_0x11a346(0x20d)])&&(process[_0x11a346(0x203)][_0x11a346(0x207)]=JSON[_0x11a346(0x288)](_0x4acdb3[_0x11a346(0x246)][_0x11a346(0x20d)]));let _0x33711a=_0x4acdb3['config'][_0x11a346(0x27c)];_0x33711a=_0x33711a||_0x3ca319[_0x11a346(0x26d)](checkAccessibilityPlatformConfig,_0x4acdb3[_0x11a346(0x246)]),process[_0x11a346(0x203)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x33711a;_0x33711a&&(_0x134712=!_0x33711a);_0x3ca319['NOlIq'](_0x4acdb3[_0x11a346(0x246)]['testObservability'],null)?process[_0x11a346(0x203)][_0x11a346(0x202)]=_0x4acdb3[_0x11a346(0x246)]['testObservability']:process['env'][_0x11a346(0x202)]=_0x3ca319['XKVhc'](_0x5343fe,_0x3ca319[_0x11a346(0x286)]);const _0x1f64a7=_0x3ca319[_0x11a346(0x1f9)](nestedKeyValue,_0x319942,[_0x3ca319['qYXAL']]),_0x390e7d=_0x1f64a7&&!helper['isEmpty'](_0x1f64a7)?FRAMEWORKS[_0x11a346(0x228)]:FRAMEWORKS[_0x11a346(0x211)],_0x3006ca=await TestHubHandler['launchBuild'](_0x390e7d,_0x4acdb3);_0x33711a&&_0x3ca319[_0x11a346(0x26d)](setAccessibilityCapabilities,_0x4acdb3['config']);const _0x14b618={},_0x42a444=[],_0x4aa91c=_0x4acdb3[_0x11a346(0x246)]['parallelsPerPlatform']||helper[_0x11a346(0x25a)](_0x41ebbb,_0x1ae8fc,_0x4acdb3[_0x11a346(0x246)],constants[_0x11a346(0x243)][_0x11a346(0x211)])||0x1;let _0x49704c=0x1;if(_0x3ca319[_0x11a346(0x262)](isBrowserstackInfra)){const _0x2d1fbf=helper['prepareCapabilities'](_0x4acdb3[_0x11a346(0x246)],_0x134712,constants[_0x11a346(0x243)][_0x11a346(0x211)]);_0x2d1fbf[_0x11a346(0x239)](_0x12af62=>{const _0x542dd7=_0x11a346;helper[_0x542dd7(0x1f4)](_0x12af62);}),helper[_0x11a346(0x261)](_0x4acdb3[_0x11a346(0x246)])?_0x49704c=_0x3ca319[_0x11a346(0x24c)](_0x4aa91c,_0x4acdb3['config'][_0x11a346(0x264)][_0x11a346(0x25d)]):_0x49704c=_0x4aa91c,_0x2d1fbf[_0x11a346(0x239)](_0x467eed=>{const _0x26e53c=_0x11a346,_0x585ce7=_0x3ca319['HwdVX'](helper[_0x26e53c(0x224)](_0x467eed,'_'),'_'+Date[_0x26e53c(0x23c)]()),_0x58a28d=((()=>{const _0x22d107=_0x26e53c;if(_0x4c57f0){const _0x487626=pwToCodeceptBrowser[_0x467eed['browserName']]||_0x467eed[_0x22d107(0x289)],_0x3d00a4=helper[_0x22d107(0x22f)](_0x4acdb3['config']),_0x4b2440=Object[_0x22d107(0x1fd)]({},_0x467eed);return _0x3ca319[_0x22d107(0x209)](processAccessibilityCaps,_0x4b2440,_0x3d00a4,null),{'browser':_0x487626,[_0x487626]:{'browserWSEndpoint':_0x3ca319[_0x22d107(0x221)](_0x3d00a4,_0x3ca319['PHifT'](encodeURIComponent,JSON['stringify'](_0x4b2440)))}};}const _0x38e5ed={};return _0x38e5ed[_0x22d107(0x28a)]=_0x467eed,_0x38e5ed['user']=_0x4acdb3[_0x22d107(0x246)][_0x22d107(0x233)],_0x38e5ed[_0x22d107(0x26a)]=_0x4acdb3[_0x22d107(0x246)]['accessKey'],_0x38e5ed;})()),_0x41832c=_0x3ca319[_0x26e53c(0x269)](nestedKeyValue,_0x319942,[_0x3ca319[_0x26e53c(0x210)],_0x5343fe]);_0x14b618[_0x585ce7]=_0x41832c?helper['mergeDeep'](_0x58a28d,_0x41832c):_0x58a28d;if(_0x4c57f0)_0x14b618[_0x585ce7][_0x26e53c(0x276)]=pwToCodeceptBrowser[_0x467eed[_0x26e53c(0x289)]]||_0x467eed[_0x26e53c(0x289)];else{_0x14b618[_0x585ce7][_0x26e53c(0x276)]=_0x467eed['browserName']||_0x58a28d[_0x26e53c(0x276)];if(_0x3ca319[_0x26e53c(0x252)](isBrowserstackInfra)){_0x14b618[_0x585ce7]['host']=constants['hubUrl'][_0x26e53c(0x22a)](_0x3ca319['UfdPV'],'')[_0x26e53c(0x22a)](/https?:\/\//,'');;_0x14b618[_0x585ce7][_0x26e53c(0x24e)]=_0x3ca319[_0x26e53c(0x217)];}}_0x42a444['push'](_0x585ce7);});}else{_0x49704c=0x1;if(_0x4c57f0){const _0x234337=_0x3ca319[_0x11a346(0x269)](nestedKeyValue,_0x319942,[_0x3ca319[_0x11a346(0x210)],_0x5343fe,_0x3ca319['HNVcG']]),_0x382aa0=_0x3ca319[_0x11a346(0x23a)](nestedKeyValue,_0x319942,[_0x3ca319['MXNeG'],_0x5343fe,_0x234337]);if(_0x382aa0&&_0x382aa0[_0x11a346(0x273)]){const _0x5f41f5={};_0x5f41f5[_0x11a346(0x264)]=[],_0x382aa0['browserWSEndpoint']=helper[_0x11a346(0x240)](Object['assign']({},_0x4acdb3[_0x11a346(0x246)],_0x5f41f5),null,_0x390e7d[_0x11a346(0x245)](),null,null,_0x382aa0[_0x11a346(0x273)]);}}else{const _0x5c6c39={};_0x5c6c39['platforms']=[],_0x319942[_0x3ca319[_0x11a346(0x210)]][_0x5343fe][_0x3ca319[_0x11a346(0x222)]]=helper[_0x11a346(0x240)](Object[_0x11a346(0x1fd)]({},_0x4acdb3['config'],_0x5c6c39),null,_0x390e7d['toLowerCase'](),_0x3ca319['ePAyW'](nestedKeyValue,_0x319942,[_0x3ca319[_0x11a346(0x210)],_0x5343fe,_0x3ca319[_0x11a346(0x222)]])||{},null,null);}_0x14b618[_0x3ca319[_0x11a346(0x1fe)]]=_0x319942,_0x42a444[_0x11a346(0x232)](_0x3ca319[_0x11a346(0x1fe)]);}const _0x2699f1={};_0x2699f1[_0x11a346(0x21f)]=_0x3bd75d;const _0x50bbf5=_0x2699f1,_0x14a8d5=path[_0x11a346(0x284)](__dirname,_0x3ca319[_0x11a346(0x23b)]),_0x40424e=process['cwd']();process[_0x11a346(0x203)][_0x3ca319['DIlCN']]=_0x40424e,process[_0x11a346(0x24b)](path[_0x11a346(0x253)](_0x3bd75d));const _0x24465e=new CodeceptJS['Workers'](null,_0x50bbf5),_0x251b59=_0x24465e[_0x11a346(0x281)](_0x49704c),_0x1e13bf=testOpsHelper['isTestObservabilitySession'](),_0x37798a=_0x42a444[_0x11a346(0x244)](_0x2813e6=>{const _0x9c0aba=_0x11a346,_0x4e1c40={};_0x4e1c40['Playwright']=_0x14b618[_0x2813e6];const _0x26be94={};_0x26be94[_0x9c0aba(0x278)]=_0x14b618[_0x2813e6];const _0x40d193=_0x4c57f0?_0x4e1c40:_0x26be94,_0x27305f=_0x3ca319[_0x9c0aba(0x262)](getO11yRerunPattern),_0x74687={};_0x74687[_0x9c0aba(0x206)]=_0x40d193;const _0x298881={};_0x298881[_0x9c0aba(0x27f)]=_0x14a8d5,_0x298881[_0x9c0aba(0x275)]=!![],_0x298881[_0x9c0aba(0x256)]=_0x4acdb3[_0x9c0aba(0x246)][_0x9c0aba(0x1f6)][_0x9c0aba(0x256)],_0x298881[_0x9c0aba(0x1fb)]=_0x4acdb3['config'][_0x9c0aba(0x1f6)][_0x9c0aba(0x1fb)],_0x298881[_0x9c0aba(0x27d)]=_0x1e13bf,_0x298881[_0x9c0aba(0x200)]=_0x390e7d;const _0x1fd73c={};_0x1fd73c['BrowserStackPlugin']=_0x298881;const _0xf6bdd3={};return _0xf6bdd3[_0x9c0aba(0x287)]=_0x1fd73c,helper[_0x9c0aba(0x27e)]({},_0x319942,_0x3ca319['qfoVU'](isBrowserstackInfra)?_0x74687:{},_0x27305f?{'grep':_0x27305f}:{},_0xf6bdd3);});for(const _0x8ebf59 of _0x37798a){for(const _0x49c82b of _0x251b59){const _0x57ed5b=_0x24465e[_0x11a346(0x277)]();_0x57ed5b[_0x11a346(0x22b)](_0x49c82b),_0x57ed5b[_0x11a346(0x229)](_0x8ebf59);const _0x1c98ae={};_0x1c98ae[_0x11a346(0x246)]=_0x3bd75d,_0x57ed5b[_0x11a346(0x266)](Object[_0x11a346(0x1fd)](_0x1c98ae,_0x41ebbb));}}_0x24465e['on'](CodeceptJS[_0x11a346(0x204)][_0x11a346(0x20c)][_0x11a346(0x213)],(_0x4aca7b,_0x71eb55)=>{const _0x5c49db=_0x11a346;console[_0x5c49db(0x20a)](_0x3ca319['wnGIn'],_0x4aca7b[_0x5c49db(0x1f3)]);const _0x4ab9f2={[_0x4aca7b[_0x5c49db(0x1f3)]]:_0x4aca7b[_0x5c49db(0x1fc)]['stack']};_testErrorData['push'](_0x4ab9f2);}),_0x24465e['on'](CodeceptJS[_0x11a346(0x204)]['test'][_0x11a346(0x21e)],async _0x3f876f=>{const _0x2a1814=_0x11a346;console['log'](_0x3ca319[_0x2a1814(0x20e)],_0x3f876f[_0x2a1814(0x1f3)]);}),_0x24465e['on'](CodeceptJS[_0x11a346(0x204)][_0x11a346(0x20c)][_0x11a346(0x280)],async _0x3b6614=>{const _0x452520=_0x11a346;console[_0x452520(0x20a)](_0x3ca319[_0x452520(0x25e)],_0x3b6614[_0x452520(0x1f3)]);}),_0x24465e['on'](CodeceptJS['event']['all'][_0x11a346(0x250)],async()=>{const _0xb47227=_0x11a346,_0x53ad2e=_0x3ca319['qfGRa']['split']('|');let _0x1ebda9=0x0;while(!![]){switch(_0x53ad2e[_0x1ebda9++]){case'0':try{await TestHubHandler['stop']();}catch(_0x4818be){logger['debug'](_0xb47227(0x263)+util[_0xb47227(0x215)](_0x4818be));}continue;case'1':_0x24465e['printResults']();continue;case'2':_0x4acdb3[_0xb47227(0x22c)]=_testErrorData;continue;case'3':testOpsHelper[_0xb47227(0x23d)]();continue;case'4':utilities['finalExecution'](_0x4acdb3);continue;case'5':PerformanceTester[_0xb47227(0x268)](PerformanceEvents['SDK_CLEANUP']);continue;}break;}});async function _0x2e519d(){const _0x4b0531=_0x11a346;try{await _0x24465e[_0x4b0531(0x226)](),await _0x24465e[_0x4b0531(0x255)]();}finally{process[_0x4b0531(0x24b)](_0x40424e),await _0x24465e[_0x4b0531(0x26c)]();}}PerformanceTester[_0x11a346(0x283)](PerformanceEvents[_0x11a346(0x258)]),_0x3ca319[_0x11a346(0x1ff)](_0x2e519d);}function a2_0x4f94(_0x3a8a93,_0x591bd3){const _0x1ac21c=a2_0x1ac2();return a2_0x4f94=function(_0x4f942b,_0x7989dd){_0x4f942b=_0x4f942b-0x1f3;let _0x26d796=_0x1ac21c[_0x4f942b];return _0x26d796;},a2_0x4f94(_0x3a8a93,_0x591bd3);}module['exports']=run;
2
+ 'use strict';const a2_0x134138=a2_0x141c;function a2_0x141c(_0x51b52d,_0x34c4fb){const _0x4dfe51=a2_0x4dfe();return a2_0x141c=function(_0x141cad,_0x101a24){_0x141cad=_0x141cad-0x92;let _0xe6e42b=_0x4dfe51[_0x141cad];return _0xe6e42b;},a2_0x141c(_0x51b52d,_0x34c4fb);}(function(_0x14f9ca,_0x2a568f){const _0x4ee349=a2_0x141c,_0x300278=_0x14f9ca();while(!![]){try{const _0x416c51=parseInt(_0x4ee349(0xfc))/0x1*(-parseInt(_0x4ee349(0xfb))/0x2)+parseInt(_0x4ee349(0xa9))/0x3+-parseInt(_0x4ee349(0xaa))/0x4+parseInt(_0x4ee349(0x11a))/0x5*(parseInt(_0x4ee349(0x125))/0x6)+-parseInt(_0x4ee349(0x104))/0x7+-parseInt(_0x4ee349(0x12c))/0x8*(-parseInt(_0x4ee349(0x128))/0x9)+parseInt(_0x4ee349(0x93))/0xa;if(_0x416c51===_0x2a568f)break;else _0x300278['push'](_0x300278['shift']());}catch(_0x5c9e1d){_0x300278['push'](_0x300278['shift']());}}}(a2_0x4dfe,0x83c32));const fs=require('fs'),path=require(a2_0x134138(0xa1)),util=require(a2_0x134138(0x12d)),process=require(a2_0x134138(0xcf)),logger=require(a2_0x134138(0x96))[a2_0x134138(0x10a)],{default:BrowserStackSetup}=require(a2_0x134138(0xc4)),helper=require('../../helpers/helper'),utilities=require(a2_0x134138(0xdc)),{checkAccessibilityPlatformConfig}=require(a2_0x134138(0x103)),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a2_0x134138(0x107)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x134138(0xed)),CodeceptJS=requireModule(a2_0x134138(0x9d),a2_0x134138(0xe2)),testOpsHelper=require(a2_0x134138(0x12e)),TestHubHandler=require(a2_0x134138(0xc0)),constants=require('../utils/constants'),PerformanceTester=require(a2_0x134138(0xec)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),PerformanceEvents=require(a2_0x134138(0x114))['EVENTS'],ClientTroubleShootingService=require(a2_0x134138(0xc5)),_testErrorData=[],getUserCodeceptJSConfigs=(_0xad37e8,_0x57a999)=>{const _0x5467b3=a2_0x134138,_0x17be39={};_0x17be39['lTnsb']=function(_0x5ba39a,_0x5875bf){return _0x5ba39a===_0x5875bf;},_0x17be39[_0x5467b3(0xbb)]=_0x5467b3(0xb7),_0x17be39[_0x5467b3(0x10b)]=_0x5467b3(0xde);const _0xe820c5=_0x17be39;let _0xf1336a=null;const _0x3c50f1={};let _0x17b20c=_0x57a999['findIndex'](_0x31948b=>_0x31948b===_0x5467b3(0x132));_0xe820c5[_0x5467b3(0x9f)](_0x17b20c,-0x1)&&(_0x17b20c=_0x57a999[_0x5467b3(0xf6)](_0x153a52=>_0x153a52==='-c'));if(!helper[_0x5467b3(0xc8)](_0xad37e8[_0x5467b3(0xd7)])&&fs['existsSync'](path[_0x5467b3(0xbc)](process[_0x5467b3(0x106)](),_0xad37e8['config'])))_0xf1336a=path[_0x5467b3(0xbc)](process[_0x5467b3(0x106)](),_0xad37e8[_0x5467b3(0xd7)]),_0x57a999[_0x5467b3(0x127)](_0x17b20c,0x2);else{if(!helper[_0x5467b3(0xc8)](_0xad37e8['c'])&&fs[_0x5467b3(0xe9)](path[_0x5467b3(0xbc)](process['cwd'](),_0xad37e8['c'])))_0xf1336a=path[_0x5467b3(0xbc)](process[_0x5467b3(0x106)](),_0xad37e8['c']),_0x57a999[_0x5467b3(0x127)](_0x17b20c,0x2);else{if(fs[_0x5467b3(0xe9)](path['join'](process[_0x5467b3(0x106)](),_0xe820c5[_0x5467b3(0xbb)])))_0xf1336a=path[_0x5467b3(0xbc)](process['cwd'](),_0xe820c5[_0x5467b3(0xbb)]);else fs[_0x5467b3(0xe9)](path['join'](process[_0x5467b3(0x106)](),_0xe820c5[_0x5467b3(0x10b)]))&&(_0xf1336a=path[_0x5467b3(0xbc)](process[_0x5467b3(0x106)](),_0xe820c5[_0x5467b3(0x10b)]));}}return process[_0x5467b3(0xcb)][_0x5467b3(0xe6)]=_0xf1336a,_0xf1336a;},getO11yRerunPattern=()=>{const _0x549c9f=a2_0x134138,_0x13b8a2=helper[_0x549c9f(0xda)](process[_0x549c9f(0xcb)][_0x549c9f(0xf1)]);if(_0x13b8a2){const _0x4d58a1=process['env'][_0x549c9f(0x111)],_0x1ba3cd=[];if(helper[_0x549c9f(0xf3)](_0x4d58a1)&&!helper[_0x549c9f(0xc8)](_0x4d58a1)){_0x4d58a1[_0x549c9f(0xa2)](',')['map'](_0x5981a8=>{_0x1ba3cd['push']('('+_0x5981a8['trim']()+')');});const _0x4b4bca='^'+_0x1ba3cd[_0x549c9f(0xbc)]('|')+'$';return _0x4b4bca;}}return null;},a2_0x239f9a={};a2_0x239f9a[a2_0x134138(0xc9)]=a2_0x134138(0xc1),a2_0x239f9a[a2_0x134138(0xd2)]=a2_0x134138(0xc1),a2_0x239f9a[a2_0x134138(0xe4)]='firefox',a2_0x239f9a[a2_0x134138(0xd4)]=a2_0x134138(0xab);const pwToCodeceptBrowser=a2_0x239f9a;async function run(_0xfa8d77,_0x3c8d61,_0x1314d7){const _0x29bcf8=a2_0x134138,_0x5ca46f={'ZyJov':function(_0x46fd55,_0x4dbfbb,_0x4e4c9b,_0x56ced3){return _0x46fd55(_0x4dbfbb,_0x4e4c9b,_0x56ced3);},'VUawQ':function(_0x443b7a,_0x3e59c9){return _0x443b7a+_0x3e59c9;},'gFcLI':function(_0x268b58,_0x5a6251){return _0x268b58(_0x5a6251);},'wDGfI':function(_0x22a103,_0x294a15){return _0x22a103+_0x294a15;},'yeFPT':function(_0x124f03,_0x158e56,_0x11de86){return _0x124f03(_0x158e56,_0x11de86);},'FKirR':_0x29bcf8(0x9e),'cxjTu':function(_0x11e958){return _0x11e958();},'PBtyV':_0x29bcf8(0x10c),'SRjED':function(_0x11d353){return _0x11d353();},'GHpwr':_0x29bcf8(0x10e),'ClvwL':_0x29bcf8(0xe7),'fsWnZ':'Started\x20:\x20','BHZxN':_0x29bcf8(0xe5),'nNEkU':_0x29bcf8(0x123),'lyxQg':function(_0x380049,_0x7cec4c,_0x142020){return _0x380049(_0x7cec4c,_0x142020);},'yeaFb':'Playwright','wdKqb':_0x29bcf8(0xc7),'CWOdk':function(_0x260b10,_0x3812a6){return _0x260b10!=_0x3812a6;},'mxRYR':function(_0x394235,_0x3ec90d){return _0x394235===_0x3ec90d;},'fgrHg':function(_0x452906,_0x2c841e,_0x3d1117){return _0x452906(_0x2c841e,_0x3d1117);},'SMYxf':_0x29bcf8(0xb6),'FgOYZ':function(_0x22742e,_0x48289e){return _0x22742e(_0x48289e);},'GnjXv':function(_0x8e7236){return _0x8e7236();},'OJnLd':function(_0x3208b5,_0x3e9f21){return _0x3208b5*_0x3e9f21;},'hglQg':_0x29bcf8(0x10d),'pwxNn':_0x29bcf8(0x116),'evxOj':function(_0xd0d97c,_0x1c31fc,_0xcf3c81){return _0xd0d97c(_0x1c31fc,_0xcf3c81);},'urpDY':_0x29bcf8(0x12a),'ewGCc':_0x29bcf8(0xaf),'fzRVB':_0x29bcf8(0x110)};await _0x1314d7[_0x29bcf8(0xd0)](_0xfa8d77),await helper[_0x29bcf8(0x100)](_0x1314d7[_0x29bcf8(0xd7)]);if(!_0x1314d7[_0x29bcf8(0xd7)])return;process[_0x29bcf8(0x105)]=_0xfa8d77[_0x29bcf8(0x105)];_0xfa8d77[_0x29bcf8(0x105)]&&(process['env']['profile']=_0xfa8d77[_0x29bcf8(0x105)]);const _0x250e8a=_0x5ca46f[_0x29bcf8(0xa4)](getUserCodeceptJSConfigs,_0xfa8d77,_0x3c8d61);let _0x59a101={};_0x250e8a?(logger[_0x29bcf8(0xf4)](_0x29bcf8(0xa8)+_0x250e8a),_0x59a101=CodeceptJS[_0x29bcf8(0xd7)][_0x29bcf8(0x120)](_0x250e8a)):logger[_0x29bcf8(0xf4)](_0x5ca46f[_0x29bcf8(0xb1)]);let _0x5d0b54=![];_0x5ca46f[_0x29bcf8(0xf5)](nestedKeyValue,_0x59a101,[_0x5ca46f[_0x29bcf8(0xb3)],_0x5ca46f[_0x29bcf8(0x92)]])&&(_0x5d0b54=!![]);const _0x4b38fc=_0x5d0b54?_0x5ca46f[_0x29bcf8(0x92)]:_0x5ca46f['wdKqb'];let _0x472681=!_0x5d0b54?helper[_0x29bcf8(0xd1)](_0x1314d7[_0x29bcf8(0xd7)]):![];!helper[_0x29bcf8(0xc8)](_0x1314d7[_0x29bcf8(0xd7)][_0x29bcf8(0xc2)])&&(process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON['stringify'](_0x1314d7[_0x29bcf8(0xd7)][_0x29bcf8(0xc2)]));let _0x3b4fa2=_0x1314d7[_0x29bcf8(0xd7)][_0x29bcf8(0x11f)];_0x3b4fa2=_0x3b4fa2||_0x5ca46f[_0x29bcf8(0x108)](checkAccessibilityPlatformConfig,_0x1314d7['config']),process[_0x29bcf8(0xcb)][_0x29bcf8(0xa5)]=_0x3b4fa2;_0x3b4fa2&&(_0x472681=!_0x3b4fa2);_0x5ca46f[_0x29bcf8(0x115)](_0x1314d7[_0x29bcf8(0xd7)][_0x29bcf8(0x113)],null)?process['env']['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x1314d7[_0x29bcf8(0xd7)][_0x29bcf8(0x113)]:process[_0x29bcf8(0xcb)][_0x29bcf8(0xb2)]=_0x5ca46f['mxRYR'](_0x4b38fc,_0x5ca46f['yeaFb']);const _0xe1df21=_0x5ca46f[_0x29bcf8(0xb4)](nestedKeyValue,_0x59a101,[_0x5ca46f[_0x29bcf8(0x129)]]),_0x482036=_0xe1df21&&!helper['isEmpty'](_0xe1df21)?FRAMEWORKS[_0x29bcf8(0x11c)]:FRAMEWORKS[_0x29bcf8(0xc3)],_0x163464=await TestHubHandler[_0x29bcf8(0xce)](_0x482036,_0x1314d7);_0x3b4fa2&&_0x5ca46f[_0x29bcf8(0xbe)](setAccessibilityCapabilities,_0x1314d7[_0x29bcf8(0xd7)]);const _0x1aa598={},_0x4fc924=[],_0xc6950=_0x1314d7[_0x29bcf8(0xd7)]['parallelsPerPlatform']||helper[_0x29bcf8(0xa6)](_0xfa8d77,_0x3c8d61,_0x1314d7[_0x29bcf8(0xd7)],constants[_0x29bcf8(0xf8)]['CODECEPT'])||0x1;let _0xa20db=0x1;if(_0x5ca46f[_0x29bcf8(0xe1)](isBrowserstackInfra)){const _0x46a2ce=helper[_0x29bcf8(0x119)](_0x1314d7[_0x29bcf8(0xd7)],_0x472681,constants[_0x29bcf8(0xf8)][_0x29bcf8(0xc3)]);_0x46a2ce[_0x29bcf8(0xa0)](_0x541660=>{const _0x2b37aa=_0x29bcf8;helper[_0x2b37aa(0x102)](_0x541660);}),helper['validPlatformsPresent'](_0x1314d7['config'])?_0xa20db=_0x5ca46f['OJnLd'](_0xc6950,_0x1314d7[_0x29bcf8(0xd7)][_0x29bcf8(0xf0)][_0x29bcf8(0x126)]):_0xa20db=_0xc6950,_0x46a2ce[_0x29bcf8(0xa0)](_0x494e27=>{const _0x3e7488=_0x29bcf8,_0x9278d9=_0x5ca46f['wDGfI'](helper[_0x3e7488(0x9c)](_0x494e27,'_'),'_'+Date[_0x3e7488(0xcc)]()),_0x563b17=((()=>{const _0x3f82f8=_0x3e7488;if(_0x5d0b54){const _0x3a4359=pwToCodeceptBrowser[_0x494e27[_0x3f82f8(0x122)]]||_0x494e27['browserName'],_0x299400=helper[_0x3f82f8(0xe0)](_0x1314d7[_0x3f82f8(0xd7)]),_0x4e87f8=Object[_0x3f82f8(0xb0)]({},_0x494e27);return _0x5ca46f[_0x3f82f8(0x118)](processAccessibilityCaps,_0x4e87f8,_0x299400,null),{'browser':_0x3a4359,[_0x3a4359]:{'browserWSEndpoint':_0x5ca46f[_0x3f82f8(0xea)](_0x299400,_0x5ca46f['gFcLI'](encodeURIComponent,JSON[_0x3f82f8(0xfe)](_0x4e87f8)))}};}const _0x44c15b={};return _0x44c15b[_0x3f82f8(0x116)]=_0x494e27,_0x44c15b[_0x3f82f8(0xba)]=_0x1314d7[_0x3f82f8(0xd7)]['userName'],_0x44c15b[_0x3f82f8(0x97)]=_0x1314d7['config']['accessKey'],_0x44c15b;})()),_0x2e99e3=_0x5ca46f[_0x3e7488(0xa4)](nestedKeyValue,_0x59a101,[_0x5ca46f[_0x3e7488(0xb3)],_0x4b38fc]);_0x1aa598[_0x9278d9]=_0x2e99e3?helper['mergeDeep'](_0x563b17,_0x2e99e3):_0x563b17;if(_0x5d0b54)_0x1aa598[_0x9278d9][_0x3e7488(0x10d)]=pwToCodeceptBrowser[_0x494e27[_0x3e7488(0x122)]]||_0x494e27['browserName'];else{_0x1aa598[_0x9278d9][_0x3e7488(0x10d)]=_0x494e27[_0x3e7488(0x122)]||_0x563b17[_0x3e7488(0x10d)];if(_0x5ca46f[_0x3e7488(0xd3)](isBrowserstackInfra)){_0x1aa598[_0x9278d9][_0x3e7488(0x9a)]=constants['hubUrl'][_0x3e7488(0xfd)](_0x5ca46f[_0x3e7488(0x11d)],'')['replace'](/https?:\/\//,'');;_0x1aa598[_0x9278d9][_0x3e7488(0xa1)]=_0x5ca46f[_0x3e7488(0x11d)];}}_0x4fc924[_0x3e7488(0xb5)](_0x9278d9);});}else{_0xa20db=0x1;if(_0x5d0b54){const _0xcb9fb5=_0x5ca46f[_0x29bcf8(0xf5)](nestedKeyValue,_0x59a101,[_0x5ca46f[_0x29bcf8(0xb3)],_0x4b38fc,_0x5ca46f['hglQg']]),_0x1b9546=_0x5ca46f[_0x29bcf8(0xf5)](nestedKeyValue,_0x59a101,[_0x5ca46f[_0x29bcf8(0xb3)],_0x4b38fc,_0xcb9fb5]);if(_0x1b9546&&_0x1b9546[_0x29bcf8(0x12b)]){const _0x547824={};_0x547824[_0x29bcf8(0xf0)]=[],_0x1b9546[_0x29bcf8(0x12b)]=helper[_0x29bcf8(0x119)](Object[_0x29bcf8(0xb0)]({},_0x1314d7['config'],_0x547824),null,_0x482036[_0x29bcf8(0x9b)](),null,null,_0x1b9546[_0x29bcf8(0x12b)]);}}else{const _0x48a8d4={};_0x48a8d4[_0x29bcf8(0xf0)]=[],_0x59a101[_0x5ca46f[_0x29bcf8(0xb3)]][_0x4b38fc][_0x5ca46f['pwxNn']]=helper[_0x29bcf8(0x119)](Object[_0x29bcf8(0xb0)]({},_0x1314d7['config'],_0x48a8d4),null,_0x482036[_0x29bcf8(0x9b)](),_0x5ca46f['evxOj'](nestedKeyValue,_0x59a101,[_0x5ca46f[_0x29bcf8(0xb3)],_0x4b38fc,_0x5ca46f[_0x29bcf8(0xdd)]])||{},null,null);}_0x1aa598[_0x5ca46f[_0x29bcf8(0xdf)]]=_0x59a101,_0x4fc924['push'](_0x5ca46f[_0x29bcf8(0xdf)]);}const _0x1004eb={};_0x1004eb[_0x29bcf8(0xef)]=_0x250e8a;const _0x5a457b=_0x1004eb,_0x3a2abb=path[_0x29bcf8(0xbc)](__dirname,_0x5ca46f['ewGCc']),_0x1878c4=process[_0x29bcf8(0x106)]();process[_0x29bcf8(0xcb)][_0x5ca46f[_0x29bcf8(0xae)]]=_0x1878c4,process[_0x29bcf8(0x11e)](path[_0x29bcf8(0x130)](_0x250e8a));const _0x3ab0fb=new CodeceptJS[(_0x29bcf8(0xd8))](null,_0x5a457b),_0x1618b3=_0x3ab0fb['createGroupsOfSuites'](_0xa20db),_0x22373c=testOpsHelper[_0x29bcf8(0x12f)](),_0x774eb9=_0x4fc924[_0x29bcf8(0xa3)](_0x58be03=>{const _0x40b78b=_0x29bcf8,_0x47f386={};_0x47f386[_0x40b78b(0xd9)]=_0x1aa598[_0x58be03];const _0x3302d1={};_0x3302d1['WebDriver']=_0x1aa598[_0x58be03];const _0x2c17fb=_0x5d0b54?_0x47f386:_0x3302d1,_0x2739ab=_0x5ca46f[_0x40b78b(0xb9)](getO11yRerunPattern),_0x55e441={};_0x55e441['helpers']=_0x2c17fb;const _0x1acac2={};_0x1acac2[_0x40b78b(0xf7)]=_0x3a2abb,_0x1acac2[_0x40b78b(0x117)]=!![],_0x1acac2['skipSessionName']=_0x1314d7[_0x40b78b(0xd7)][_0x40b78b(0x124)]['skipSessionName'],_0x1acac2[_0x40b78b(0x109)]=_0x1314d7[_0x40b78b(0xd7)][_0x40b78b(0x124)][_0x40b78b(0x109)],_0x1acac2[_0x40b78b(0x113)]=_0x22373c,_0x1acac2[_0x40b78b(0x131)]=_0x482036;const _0x2b8bc2={};_0x2b8bc2[_0x40b78b(0xac)]=_0x1acac2;const _0x1b44b1={};return _0x1b44b1[_0x40b78b(0xfa)]=_0x2b8bc2,helper[_0x40b78b(0xff)]({},_0x59a101,_0x5ca46f['SRjED'](isBrowserstackInfra)?_0x55e441:{},_0x2739ab?{'grep':_0x2739ab}:{},_0x1b44b1);});for(const _0x3a454b of _0x774eb9){for(const _0x5c4e52 of _0x1618b3){const _0x4c630d=_0x3ab0fb[_0x29bcf8(0xf9)]();_0x4c630d[_0x29bcf8(0xd6)](_0x5c4e52),_0x4c630d[_0x29bcf8(0xca)](_0x3a454b);const _0x1b9869={};_0x1b9869[_0x29bcf8(0xd7)]=_0x250e8a,_0x4c630d[_0x29bcf8(0xe3)](Object[_0x29bcf8(0xb0)](_0x1b9869,_0xfa8d77));}}_0x3ab0fb['on'](CodeceptJS[_0x29bcf8(0x98)][_0x29bcf8(0xe8)]['failed'],(_0x3304c0,_0x36db68)=>{const _0x2b2136=_0x29bcf8;console['log'](_0x5ca46f['GHpwr'],_0x3304c0['title']);const _0x350673={[_0x3304c0[_0x2b2136(0xa7)]]:_0x3304c0['err'][_0x2b2136(0xc6)]};_testErrorData[_0x2b2136(0xb5)](_0x350673);}),_0x3ab0fb['on'](CodeceptJS[_0x29bcf8(0x98)][_0x29bcf8(0xe8)][_0x29bcf8(0x94)],async _0x539603=>{const _0x4ddaad=_0x29bcf8;console['log'](_0x5ca46f[_0x4ddaad(0x101)],_0x539603['title']);}),_0x3ab0fb['on'](CodeceptJS[_0x29bcf8(0x98)][_0x29bcf8(0xe8)][_0x29bcf8(0x95)],async _0x36c829=>{const _0x1cad62=_0x29bcf8;console[_0x1cad62(0x10f)](_0x5ca46f[_0x1cad62(0xbd)],_0x36c829[_0x1cad62(0xa7)]);}),_0x3ab0fb['on'](CodeceptJS[_0x29bcf8(0x98)][_0x29bcf8(0x11b)][_0x29bcf8(0xbf)],async()=>{const _0x337f4d=_0x29bcf8,_0x443a0a=_0x5ca46f[_0x337f4d(0xf2)][_0x337f4d(0xa2)]('|');let _0x40985f=0x0;while(!![]){switch(_0x443a0a[_0x40985f++]){case'0':_0x1314d7['errorMessage']=_testErrorData;continue;case'1':utilities[_0x337f4d(0xd5)](_0x1314d7);continue;case'2':testOpsHelper[_0x337f4d(0xcd)]();continue;case'3':PerformanceTester['start'](PerformanceEvents[_0x337f4d(0xad)]);continue;case'4':_0x3ab0fb[_0x337f4d(0x112)]();continue;case'5':try{await TestHubHandler[_0x337f4d(0xee)]();}catch(_0x360378){logger['debug'](_0x337f4d(0x99)+util[_0x337f4d(0xeb)](_0x360378));}continue;}break;}});async function _0x1b8662(){const _0x4d503d=_0x29bcf8;try{await _0x3ab0fb[_0x4d503d(0x121)](),await _0x3ab0fb[_0x4d503d(0xb8)]();}finally{process['chdir'](_0x1878c4),await _0x3ab0fb['teardownAll']();}}PerformanceTester[_0x29bcf8(0x133)](PerformanceEvents['SDK_SETUP']),_0x5ca46f[_0x29bcf8(0xb9)](_0x1b8662);}module[a2_0x134138(0xdb)]=run;function a2_0x4dfe(){const _0x53c3d1=['../utils/clientTroubleshootingService','stack','WebDriver','isUndefined','chrome','addConfig','env','now','printBuildLink','launchBuild','process','initialize','useW3C','playwright-chromium','cxjTu','playwright-webkit','finalExecution','addTests','config','Workers','Playwright','isTrue','exports','../../helpers/utilities','pwxNn','codecept.json','urpDY','getPlaywrightUrl','GnjXv','codeceptjs','addOptions','playwright-firefox','3|0|2|1|5|4','USER_CONFIG_DETAILS_PATH','Passed\x20:\x20','test','existsSync','VUawQ','format','../../helpers/performance/performance-tester','../../helpers/helper','stop','testConfig','platforms','BROWSERSTACK_RERUN','BHZxN','validateRerunTestList','info','lyxQg','findIndex','require','FRAMEWORKS','spawn','plugins','10376oWBFBB','141iDivZr','replace','stringify','mergeDeep','handleApp','ClvwL','setAdditionalCapabilities','../../helpers/accessibility-automation/helper','7408898brmOIs','profile','cwd','../../bin/playwright/accessibility-helper','gFcLI','skipSessionStatus','winstonLogger','LFUHs','/wd/hub','browser','Failed\x20:\x20','log','browserStackCwd','BROWSERSTACK_RERUN_TESTS','printResults','testObservability','../../helpers/performance/constants','CWOdk','desiredCapabilities','enabled','ZyJov','prepareCapabilities','3614815ozaZua','all','CODECEPT_CUCUMBER','PBtyV','chdir','accessibility','load','bootstrapAll','browserName','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','testContextOptions','6FZOcnZ','length','slice','1431wlsoMe','SMYxf','root','browserWSEndpoint','16936ofKuRC','util','../../helpers/test-observability/utils','isTestObservabilitySession','dirname','frameworkName','--config','end','yeaFb','16652670eBswhy','passed','before','../../helpers/logger','key','event','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','host','toLowerCase','getPlatformName','codeceptjs/lib/index.js','helpers','lTnsb','forEach','path','split','map','yeFPT','BROWSERSTACK_TEST_ACCESSIBILITY_YML','getUserWorkerCount','title','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','63150sGQKiM','1665052cUADqf','webkit','BrowserStackPlugin','SDK_CLEANUP','fzRVB','BrowserStackPlugin.js','assign','nNEkU','BROWSERSTACK_TEST_OBSERVABILITY_YML','FKirR','fgrHg','push','gherkin','codecept.conf.js','run','SRjED','user','FWNmY','join','fsWnZ','FgOYZ','result','../../helpers/testhub/testhubHandler','chromium','accessibilityOptions','CODECEPT','../../helpers/BrowserStackSetup'];a2_0x4dfe=function(){return _0x53c3d1;};return a2_0x4dfe();}
@@ -1 +1 @@
1
- const a3_0x57486c=a3_0x5448;(function(_0x3cfd2c,_0x1c002d){const _0x3152d4=a3_0x5448,_0x1638b9=_0x3cfd2c();while(!![]){try{const _0x5cd32c=parseInt(_0x3152d4(0xdf))/0x1+-parseInt(_0x3152d4(0xb9))/0x2*(parseInt(_0x3152d4(0xc7))/0x3)+parseInt(_0x3152d4(0xc4))/0x4+parseInt(_0x3152d4(0x9e))/0x5+-parseInt(_0x3152d4(0xcb))/0x6+parseInt(_0x3152d4(0xca))/0x7*(-parseInt(_0x3152d4(0xc5))/0x8)+parseInt(_0x3152d4(0xce))/0x9;if(_0x5cd32c===_0x1c002d)break;else _0x1638b9['push'](_0x1638b9['shift']());}catch(_0x2b8836){_0x1638b9['push'](_0x1638b9['shift']());}}}(a3_0x4529,0x8c64d));const {isUndefined,nestedKeyValue}=require('../../helpers/helper'),logger=require('../../helpers/logger')[a3_0x57486c(0xb1)],PlaywrightSessionDetails=require(a3_0x57486c(0xd5)),{isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),{getObservabilityLinkedProductName}=require(a3_0x57486c(0xd4)),getOSVersionFromCaps=_0x1ed88c=>{const _0x116f4c=a3_0x57486c,_0x3b1503={};_0x3b1503[_0x116f4c(0xc1)]='bstack:options',_0x3b1503['fJmiK']=_0x116f4c(0xbd),_0x3b1503[_0x116f4c(0xe0)]=_0x116f4c(0xcd),_0x3b1503[_0x116f4c(0xb4)]='osVersion',_0x3b1503[_0x116f4c(0xd6)]=_0x116f4c(0xb7);const _0x36d049=_0x3b1503;if(!_0x1ed88c)return null;const _0x1c7c38=_0x1ed88c[_0x36d049['daXMY']],_0x1ff076=[_0x36d049[_0x116f4c(0xdc)],_0x36d049[_0x116f4c(0xe0)],_0x36d049['exFjG'],_0x36d049[_0x116f4c(0xd6)]];for(const _0x44632e of _0x1ff076){if(_0x1c7c38&&_0x1c7c38[_0x44632e])return _0x1c7c38[_0x44632e];else{if(_0x1ed88c[_0x44632e])return _0x1ed88c[_0x44632e];}}return null;};exports[a3_0x57486c(0xc8)]=_0xda6c7b=>{const _0x318f80=a3_0x57486c,_0x27bfed={'pHtXE':_0x318f80(0xd8),'zkxqf':function(_0x2eefe7,_0x53b9f4){return _0x2eefe7===_0x53b9f4;},'AgPTm':'WebDriver','NXShd':function(_0x30140f,_0x588538){return _0x30140f(_0x588538);},'IhRhn':function(_0xb69014,_0x43d5d2,_0x52c9cb){return _0xb69014(_0x43d5d2,_0x52c9cb);},'UzFhD':_0x318f80(0xda),'eViEt':'desiredCapabilities','WraZv':function(_0x2ef3dc,_0x1dbe19){return _0x2ef3dc(_0x1dbe19);},'pEeQS':_0x318f80(0xa7),'syfqO':function(_0x5e3add,_0x2d2330,_0x3e2f24){return _0x5e3add(_0x2d2330,_0x3e2f24);},'lBmbO':_0x318f80(0xa5),'lrpYy':'browserWSEndpoint','XWJBN':_0x318f80(0xcf)};if(!_0xda6c7b)return null;let _0x5afe2a=global[_0x318f80(0xa9)]||_0x27bfed[_0x318f80(0xad)];if(_0x27bfed['zkxqf'](_0xda6c7b[_0x318f80(0xa1)][_0x318f80(0x9b)],_0x27bfed['AgPTm'])){const _0x4beac1=_0xda6c7b[_0x318f80(0xa5)];if(!_0x4beac1)return null;const _0x48a1a5=_0x4beac1[_0x318f80(0xab)],_0x51eca4=_0x27bfed[_0x318f80(0xbe)](getOSVersionFromCaps,_0x27bfed['IhRhn'](nestedKeyValue,_0xda6c7b,[_0x27bfed[_0x318f80(0xbc)],_0x27bfed[_0x318f80(0xaa)]]));return{[_0x5afe2a]:{'browser':_0x48a1a5[_0x318f80(0xc9)],'browser_version':_0x48a1a5[_0x318f80(0xae)],'capabilities':_0x48a1a5,'platform':_0x48a1a5[_0x318f80(0xcc)],'platform_version':_0x48a1a5[_0x318f80(0xbd)]||_0x51eca4,'product':_0x27bfed[_0x318f80(0xb2)](getObservabilityLinkedProductName,_0x48a1a5),'session_id':_0x4beac1[_0x318f80(0xa4)]}};}else{if(_0x27bfed[_0x318f80(0xd3)](_0xda6c7b[_0x318f80(0xa1)][_0x318f80(0x9b)],_0x27bfed[_0x318f80(0x9d)])){const _0xfb51ee=PlaywrightSessionDetails[_0x318f80(0x9f)]();_0x5afe2a=_0xfb51ee['cloudProvider']||_0x5afe2a;const _0x171e37=_0x27bfed[_0x318f80(0xd7)](nestedKeyValue,_0xda6c7b,[_0x27bfed[_0x318f80(0xbc)],_0x27bfed[_0x318f80(0xd1)],_0x27bfed[_0x318f80(0x9c)]]),_0x5db4ab=_0x171e37?JSON[_0x318f80(0xd0)](new URL(_0x171e37)[_0x318f80(0xdd)]['get'](_0x27bfed['XWJBN'])):{};return{[_0x5afe2a]:{'browser':_0xfb51ee[_0x318f80(0xa5)]||_0x5db4ab['browserName'],'browser_version':_0xfb51ee[_0x318f80(0xde)]||_0x5db4ab[_0x318f80(0xde)],'capabilities':_0x5db4ab,'platform':_0xfb51ee[_0x318f80(0xaf)],'platform_version':_0xfb51ee[_0x318f80(0xcd)],'product':_0x27bfed['NXShd'](getObservabilityLinkedProductName,_0x5db4ab),'session_id':_0xfb51ee[_0x318f80(0xa8)]}};}}},exports[a3_0x57486c(0xc3)]=_0x48cfd6=>{const _0xe8ce25=a3_0x57486c,_0x4ed91b={'limpD':function(_0x4342c8){return _0x4342c8();},'jmyaR':function(_0x583076,_0x33e7a5){return _0x583076===_0x33e7a5;},'wiICr':'latest','sNSDA':function(_0x3ca654,_0x323614){return _0x3ca654>_0x323614;},'zuUJu':function(_0x349452,_0x260ba1){return _0x349452(_0x260ba1);},'xWWYm':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','dNslG':_0xe8ce25(0xa0),'XgRDq':'playwright-chromium','fXnHR':_0xe8ce25(0xb0),'YsIAJ':_0xe8ce25(0xb6)};if(_0x4ed91b['limpD'](isAccessibilityAutomationSession)){const _0x1716c6=_0x48cfd6[_0xe8ce25(0xa5)],_0x5eca3d=_0x1716c6[_0xe8ce25(0xab)];global[_0xe8ce25(0xb8)]=!![],!(_0x4ed91b['jmyaR'](_0x5eca3d[_0xe8ce25(0xae)],_0x4ed91b['wiICr'])||_0x4ed91b['sNSDA'](_0x4ed91b[_0xe8ce25(0x9a)](parseInt,_0x5eca3d[_0xe8ce25(0xae)]),0x5e))&&(logger[_0xe8ce25(0xb5)](_0x4ed91b[_0xe8ce25(0xb3)]),global['accessibilityPlatform']=![]),!(_0x4ed91b['jmyaR'](_0x5eca3d[_0xe8ce25(0xc9)],_0x4ed91b[_0xe8ce25(0xa6)])||_0x4ed91b[_0xe8ce25(0xc6)](_0x5eca3d[_0xe8ce25(0xc9)],_0x4ed91b[_0xe8ce25(0xa2)]))&&(logger['warn'](_0x4ed91b[_0xe8ce25(0xdb)]),global[_0xe8ce25(0xb8)]=![]),!_0x4ed91b[_0xe8ce25(0x9a)](isUndefined,_0x5eca3d[_0xe8ce25(0xba)])&&(logger[_0xe8ce25(0xb5)](_0x4ed91b[_0xe8ce25(0xac)]),global['accessibilityPlatform']=![]);}},exports[a3_0x57486c(0xc2)]=_0x2f8e0f=>{const _0x3a9442=a3_0x57486c,_0x34ba20={};_0x34ba20['pjLXU']=function(_0xffb238,_0x4f04b9){return _0xffb238!==_0x4f04b9;},_0x34ba20[_0x3a9442(0xd9)]=_0x3a9442(0xe1),_0x34ba20[_0x3a9442(0xbf)]='browserstack_executor',_0x34ba20[_0x3a9442(0xd2)]=_0x3a9442(0xa3);const _0x5ac215=_0x34ba20;if(!_0x2f8e0f)return![];else{if(_0x5ac215[_0x3a9442(0xc0)](typeof _0x2f8e0f,_0x5ac215['LjrwM']))return!![];}return!_0x2f8e0f[_0x3a9442(0xbb)](_0x5ac215[_0x3a9442(0xbf)])&&!_0x2f8e0f[_0x3a9442(0xbb)](_0x5ac215[_0x3a9442(0xd2)]);};function a3_0x5448(_0x1d808f,_0x59f599){const _0x452908=a3_0x4529();return a3_0x5448=function(_0x5448ba,_0x53adfe){_0x5448ba=_0x5448ba-0x9a;let _0x1b9434=_0x452908[_0x5448ba];return _0x1b9434;},a3_0x5448(_0x1d808f,_0x59f599);}function a3_0x4529(){const _0x1cdd75=['WraZv','xWWYm','exFjG','warn','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','os_version','accessibilityPlatform','38dtCgXd','deviceName','includes','UzFhD','platformVersion','NXShd','jWWyS','pjLXU','daXMY','shouldPatchExecuteScript','processWebDriverConfig','4249160BFcVii','496yBbKSN','jmyaR','142974kknxpR','fetchPlatformDetails','browserName','100863vssIuG','5303106UpWKJv','platformName','platform_version','12626469ricrCG','caps','parse','lBmbO','ZtdRM','zkxqf','../../helpers/test-observability/utils','../../bin/playwright/sessionDetails','WdCBD','syfqO','unknown_grid','LjrwM','config','fXnHR','fJmiK','searchParams','browser_version','175560WWzDOV','yJBqS','string','zuUJu','name','lrpYy','pEeQS','3084865cjAnHv','getDetails','chrome','constructor','XgRDq','browserstack_accessibility_automation_script','sessionId','browser','dNslG','Playwright','bsSessionId','__cloud_provider___','eViEt','capabilities','YsIAJ','pHtXE','browserVersion','platform','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','winstonLogger'];a3_0x4529=function(){return _0x1cdd75;};return a3_0x4529();}
1
+ function a3_0x1e64(_0x5169e0,_0x3f5bbc){const _0xed6e6e=a3_0xed6e();return a3_0x1e64=function(_0x1e644d,_0x499ef1){_0x1e644d=_0x1e644d-0x16a;let _0xb666bc=_0xed6e6e[_0x1e644d];return _0xb666bc;},a3_0x1e64(_0x5169e0,_0x3f5bbc);}const a3_0x3e60dc=a3_0x1e64;(function(_0x59cf7b,_0x5b4734){const _0x5efe20=a3_0x1e64,_0x3875bb=_0x59cf7b();while(!![]){try{const _0x247c83=parseInt(_0x5efe20(0x19b))/0x1+parseInt(_0x5efe20(0x16a))/0x2+parseInt(_0x5efe20(0x19e))/0x3+-parseInt(_0x5efe20(0x178))/0x4+-parseInt(_0x5efe20(0x18d))/0x5+parseInt(_0x5efe20(0x179))/0x6+-parseInt(_0x5efe20(0x1b9))/0x7*(-parseInt(_0x5efe20(0x199))/0x8);if(_0x247c83===_0x5b4734)break;else _0x3875bb['push'](_0x3875bb['shift']());}catch(_0x440b7a){_0x3875bb['push'](_0x3875bb['shift']());}}}(a3_0xed6e,0xbc979));const {isUndefined,nestedKeyValue}=require('../../helpers/helper'),logger=require(a3_0x3e60dc(0x185))[a3_0x3e60dc(0x1b2)],PlaywrightSessionDetails=require(a3_0x3e60dc(0x176)),{isAccessibilityAutomationSession}=require(a3_0x3e60dc(0x197)),{getObservabilityLinkedProductName}=require(a3_0x3e60dc(0x1a7)),getOSVersionFromCaps=_0x261786=>{const _0x42fe5c=a3_0x3e60dc,_0x41c5b9={};_0x41c5b9[_0x42fe5c(0x17b)]=_0x42fe5c(0x1a3),_0x41c5b9[_0x42fe5c(0x193)]='platformVersion',_0x41c5b9['FoGDT']='platform_version',_0x41c5b9[_0x42fe5c(0x19a)]=_0x42fe5c(0x192),_0x41c5b9[_0x42fe5c(0x184)]='os_version';const _0x261464=_0x41c5b9;if(!_0x261786)return null;const _0x5804fb=_0x261786[_0x261464[_0x42fe5c(0x17b)]],_0x58eb62=[_0x261464['swsZh'],_0x261464[_0x42fe5c(0x17e)],_0x261464[_0x42fe5c(0x19a)],_0x261464[_0x42fe5c(0x184)]];for(const _0x2d49dc of _0x58eb62){if(_0x5804fb&&_0x5804fb[_0x2d49dc])return _0x5804fb[_0x2d49dc];else{if(_0x261786[_0x2d49dc])return _0x261786[_0x2d49dc];}}return null;};exports['fetchPlatformDetails']=_0x34c2db=>{const _0x4a5842=a3_0x3e60dc,_0x5a3869={'OBJlK':_0x4a5842(0x177),'DywHz':function(_0x2902d4,_0x854965){return _0x2902d4===_0x854965;},'ngCQJ':_0x4a5842(0x173),'guLOa':function(_0x1a8412,_0x3386d4){return _0x1a8412(_0x3386d4);},'VaFTh':function(_0x10f3c1,_0x2ee70e,_0x6af5c1){return _0x10f3c1(_0x2ee70e,_0x6af5c1);},'dQyxj':'config','iEGyO':'desiredCapabilities','BNfWQ':function(_0x56dae0,_0x429383){return _0x56dae0(_0x429383);},'zkohx':_0x4a5842(0x188),'HLfNe':_0x4a5842(0x187),'suHSx':_0x4a5842(0x1b7),'svNwL':_0x4a5842(0x1a2)};if(!_0x34c2db)return null;let _0x4d39d6=global[_0x4a5842(0x180)]||_0x5a3869[_0x4a5842(0x1a9)];if(_0x5a3869[_0x4a5842(0x181)](_0x34c2db[_0x4a5842(0x174)]['name'],_0x5a3869[_0x4a5842(0x1b0)])){const _0x14e2aa=_0x34c2db[_0x4a5842(0x187)];if(!_0x14e2aa)return null;const _0x28ee10=_0x14e2aa[_0x4a5842(0x19d)],_0x3d5b79=_0x5a3869[_0x4a5842(0x1b6)](getOSVersionFromCaps,_0x5a3869['VaFTh'](nestedKeyValue,_0x34c2db,[_0x5a3869[_0x4a5842(0x1a4)],_0x5a3869[_0x4a5842(0x17f)]]));return{[_0x4d39d6]:{'browser':_0x28ee10['browserName'],'browser_version':_0x28ee10[_0x4a5842(0x1a0)],'capabilities':_0x28ee10,'platform':_0x28ee10[_0x4a5842(0x16e)],'platform_version':_0x28ee10[_0x4a5842(0x18a)]||_0x3d5b79,'product':_0x5a3869['BNfWQ'](getObservabilityLinkedProductName,_0x28ee10),'session_id':_0x14e2aa[_0x4a5842(0x17d)]}};}else{if(_0x5a3869[_0x4a5842(0x181)](_0x34c2db[_0x4a5842(0x174)][_0x4a5842(0x1a1)],_0x5a3869[_0x4a5842(0x16c)])){const _0xc9a1f=PlaywrightSessionDetails[_0x4a5842(0x1af)]();_0x4d39d6=_0xc9a1f[_0x4a5842(0x198)]||_0x4d39d6;const _0x3ab65b=_0x5a3869[_0x4a5842(0x1b8)](nestedKeyValue,_0x34c2db,[_0x5a3869['dQyxj'],_0x5a3869['HLfNe'],_0x5a3869[_0x4a5842(0x1b1)]]),_0x38fb20=_0x3ab65b?JSON[_0x4a5842(0x186)](new URL(_0x3ab65b)[_0x4a5842(0x19f)][_0x4a5842(0x172)](_0x5a3869[_0x4a5842(0x18f)])):{};return{[_0x4d39d6]:{'browser':_0xc9a1f[_0x4a5842(0x187)]||_0x38fb20[_0x4a5842(0x1ae)],'browser_version':_0xc9a1f[_0x4a5842(0x17c)]||_0x38fb20[_0x4a5842(0x17c)],'capabilities':_0x38fb20,'platform':_0xc9a1f[_0x4a5842(0x1ad)],'platform_version':_0xc9a1f[_0x4a5842(0x1a8)],'product':_0x5a3869[_0x4a5842(0x16f)](getObservabilityLinkedProductName,_0x38fb20),'session_id':_0xc9a1f[_0x4a5842(0x194)]}};}}},exports[a3_0x3e60dc(0x1ab)]=_0x1f29c4=>{const _0x18c822=a3_0x3e60dc,_0x114c03={'voyaK':function(_0xcec242){return _0xcec242();},'Msymf':function(_0x137018,_0x306725){return _0x137018===_0x306725;},'qcQvJ':_0x18c822(0x190),'pDoSV':function(_0x500745,_0x4a399b){return _0x500745>_0x4a399b;},'qcoSz':function(_0x2a8f,_0x78797b){return _0x2a8f(_0x78797b);},'IRWCL':_0x18c822(0x196),'DleTS':function(_0x398b65,_0x112d52){return _0x398b65===_0x112d52;},'JAdRx':_0x18c822(0x175),'itHZY':'playwright-chromium','IVumn':_0x18c822(0x18e),'mFUbK':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.'};if(_0x114c03[_0x18c822(0x18c)](isAccessibilityAutomationSession)){const _0x4de8e6=_0x1f29c4[_0x18c822(0x187)],_0x1235cc=_0x4de8e6['capabilities'];global[_0x18c822(0x16d)]=!![],!(_0x114c03[_0x18c822(0x1a6)](_0x1235cc[_0x18c822(0x1a0)],_0x114c03[_0x18c822(0x1aa)])||_0x114c03[_0x18c822(0x1a5)](_0x114c03[_0x18c822(0x183)](parseInt,_0x1235cc[_0x18c822(0x1a0)]),0x5e))&&(logger[_0x18c822(0x17a)](_0x114c03[_0x18c822(0x1b4)]),global[_0x18c822(0x16d)]=![]),!(_0x114c03[_0x18c822(0x191)](_0x1235cc[_0x18c822(0x1ae)],_0x114c03['JAdRx'])||_0x114c03['DleTS'](_0x1235cc[_0x18c822(0x1ae)],_0x114c03[_0x18c822(0x16b)]))&&(logger[_0x18c822(0x17a)](_0x114c03[_0x18c822(0x18b)]),global[_0x18c822(0x16d)]=![]),!_0x114c03['qcoSz'](isUndefined,_0x1235cc[_0x18c822(0x19c)])&&(logger['warn'](_0x114c03[_0x18c822(0x170)]),global[_0x18c822(0x16d)]=![]);}},exports['shouldPatchExecuteScript']=_0x339c48=>{const _0xa02ccf=a3_0x3e60dc,_0xa0fae2={};_0xa0fae2[_0xa02ccf(0x182)]=function(_0x3ab3df,_0x5cddcb){return _0x3ab3df!==_0x5cddcb;},_0xa0fae2[_0xa02ccf(0x1b5)]='string',_0xa0fae2['JJYIo']=_0xa02ccf(0x171),_0xa0fae2[_0xa02ccf(0x1ac)]=_0xa02ccf(0x1b3);const _0x1e646e=_0xa0fae2;if(!_0x339c48)return![];else{if(_0x1e646e[_0xa02ccf(0x182)](typeof _0x339c48,_0x1e646e[_0xa02ccf(0x1b5)]))return!![];}return!_0x339c48['includes'](_0x1e646e[_0xa02ccf(0x195)])&&!_0x339c48[_0xa02ccf(0x189)](_0x1e646e['TWyAA']);};function a3_0xed6e(){const _0x30e0b0=['parse','browser','Playwright','includes','platformVersion','IVumn','voyaK','2745135zbXhBb','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','svNwL','latest','DleTS','osVersion','swsZh','bsSessionId','JJYIo','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','../../helpers/accessibility-automation/helper','cloudProvider','2104usNylO','bMWPt','1084928uPSNRT','deviceName','capabilities','3251508EtBQFO','searchParams','browserVersion','name','caps','bstack:options','dQyxj','pDoSV','Msymf','../../helpers/test-observability/utils','platform_version','OBJlK','qcQvJ','processWebDriverConfig','TWyAA','platform','browserName','getDetails','ngCQJ','suHSx','winstonLogger','browserstack_accessibility_automation_script','IRWCL','OOMgc','guLOa','browserWSEndpoint','VaFTh','6671RhPTPY','440798syrxRk','itHZY','zkohx','accessibilityPlatform','platformName','BNfWQ','mFUbK','browserstack_executor','get','WebDriver','constructor','chrome','../../bin/playwright/sessionDetails','unknown_grid','5449604kutZnh','264594tNnLvE','warn','ZCoMj','browser_version','sessionId','FoGDT','iEGyO','__cloud_provider___','DywHz','yEIGi','qcoSz','GLEDI','../../helpers/logger'];a3_0xed6e=function(){return _0x30e0b0;};return a3_0xed6e();}
@@ -1 +1 @@
1
- const a4_0x143d67=a4_0x9ddf;(function(_0xfd3c9a,_0x380211){const _0xa35acd=a4_0x9ddf,_0x4c5c0e=_0xfd3c9a();while(!![]){try{const _0xc5847d=parseInt(_0xa35acd(0xe6))/0x1+parseInt(_0xa35acd(0x159))/0x2*(parseInt(_0xa35acd(0xc9))/0x3)+parseInt(_0xa35acd(0x115))/0x4+-parseInt(_0xa35acd(0x11a))/0x5+parseInt(_0xa35acd(0x166))/0x6*(-parseInt(_0xa35acd(0x18f))/0x7)+-parseInt(_0xa35acd(0x104))/0x8*(-parseInt(_0xa35acd(0x18a))/0x9)+-parseInt(_0xa35acd(0x170))/0xa;if(_0xc5847d===_0x380211)break;else _0x4c5c0e['push'](_0x4c5c0e['shift']());}catch(_0x473c8e){_0x4c5c0e['push'](_0x4c5c0e['shift']());}}}(a4_0x1ebf,0x4b29c));const path=require(a4_0x143d67(0x126)),fs=require('fs'),{v4:uuidv4}=require(a4_0x143d67(0xb2)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require('../../helpers/helper'),testOpsHelper=require(a4_0x143d67(0x158)),{getTestEnv}=require(a4_0x143d67(0x102)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),logger=require(a4_0x143d67(0x148))['winstonLogger'],SessionHandler=require('../../helpers/test-observability/sessionHandler'),RequestQueueHandler=require(a4_0x143d67(0xca)),PlaywrightSessionDetails=require('../playwright/sessionDetails'),debug=testOpsHelper[a4_0x143d67(0xf5)],{processAccessibilityCaps}=require(a4_0x143d67(0xf4)),Constants=require(a4_0x143d67(0xc0)),{fetchPlatformDetails}=require('./helper.js'),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x143d67(0x127)),constants=require('../utils/constants'),STATE_PASSED=a4_0x143d67(0xd4),STATE_FAILED='failed',a4_0x52d2b8={};a4_0x52d2b8[a4_0x143d67(0x10d)]=a4_0x143d67(0x155),a4_0x52d2b8[a4_0x143d67(0x11f)]=a4_0x143d67(0x178),a4_0x52d2b8[a4_0x143d67(0x150)]=a4_0x143d67(0xd8),a4_0x52d2b8[a4_0x143d67(0xfa)]=a4_0x143d67(0xf3),a4_0x52d2b8[a4_0x143d67(0xbd)]=a4_0x143d67(0x196);const TEST_EVENTS=a4_0x52d2b8,parseEvent=_0x19caab=>{const _0x127205=a4_0x143d67,_0x5403d9={};_0x5403d9[_0x127205(0x189)]=function(_0x3fedb6,_0x5ca3dc){return _0x3fedb6<_0x5ca3dc;},_0x5403d9[_0x127205(0x14b)]=function(_0x162526,_0x1e853d){return _0x162526===_0x1e853d;},_0x5403d9[_0x127205(0x17b)]='test',_0x5403d9[_0x127205(0xb7)]=function(_0xfd4cb5,_0x48cd79){return _0xfd4cb5===_0x48cd79;},_0x5403d9[_0x127205(0xfe)]=_0x127205(0x103),_0x5403d9[_0x127205(0x19b)]='skipped',_0x5403d9[_0x127205(0x11e)]=_0x127205(0x14d),_0x5403d9[_0x127205(0x14a)]=function(_0x18fff0,_0x2912c5){return _0x18fff0===_0x2912c5;},_0x5403d9[_0x127205(0x18c)]=_0x127205(0xcb);const _0x6f8458=_0x5403d9,_0x69a338=_0x19caab[_0x127205(0x13c)](/^(.*)Run(.*)$/);if(!_0x69a338)return null;if(_0x6f8458[_0x127205(0x189)](_0x69a338['length'],0x3))return null;const _0x30c0dd=_0x69a338[0x1][_0x127205(0x153)](),_0x1a2148=_0x69a338[0x2][_0x127205(0x153)]();return{'test':_0x6f8458['NOgGv'](_0x30c0dd,_0x6f8458[_0x127205(0x17b)]),'hook':_0x6f8458[_0x127205(0xb7)](_0x30c0dd,_0x6f8458[_0x127205(0xfe)]),'skipped':_0x6f8458[_0x127205(0x14b)](_0x1a2148,_0x6f8458[_0x127205(0x19b)]),'started':_0x6f8458[_0x127205(0xb7)](_0x1a2148,_0x6f8458[_0x127205(0x11e)]),'finished':_0x6f8458[_0x127205(0x14a)](_0x1a2148,_0x6f8458['oENqq'])};},mockPWBrowserType=_0x26d2d0=>{const _0x1a3474=a4_0x143d67,_0x9ca9a5={'CKuVH':function(_0x5e60f6,_0x3b957c){return _0x5e60f6===_0x3b957c;},'WIcFj':_0x1a3474(0x128),'DUEJg':function(_0x1776ca,_0x43d6c3,_0xf9bfe5){return _0x1776ca(_0x43d6c3,_0xf9bfe5);},'PHEAl':_0x1a3474(0xc1),'rMtza':function(_0x3ce840,_0x164318){return _0x3ce840(_0x164318);},'xfWbt':_0x1a3474(0x17c),'eziTE':function(_0x190363,_0x41857f){return _0x190363(_0x41857f);},'QTZPu':_0x1a3474(0xac),'iroEP':_0x1a3474(0x122),'pAjQD':_0x1a3474(0xed),'WJLpT':function(_0x14f8d9,_0x5cb04a){return _0x14f8d9(_0x5cb04a);},'UMmzb':'Not\x20able\x20to\x20import\x20Browser','UxiRN':'connect','FJDLD':_0x1a3474(0x18b)},_0x78d12e=path[_0x1a3474(0x18d)](_0x9ca9a5[_0x1a3474(0x10e)],_0x9ca9a5['iroEP'],_0x9ca9a5['pAjQD']),_0x28fc90=_0x9ca9a5[_0x1a3474(0x182)](importFileFromPWCore,_0x78d12e);if(!_0x28fc90){_0x9ca9a5[_0x1a3474(0xf9)](debug,_0x9ca9a5[_0x1a3474(0x136)]);return;}const _0x25ecef=_0x28fc90[_0x1a3474(0xc2)],_0x171ecd=_0x25ecef['prototype'];if(_0x171ecd[_0x1a3474(0x138)])return;const _0x283f0c=_0x171ecd[_0x1a3474(0xab)];Object[_0x1a3474(0x188)](_0x171ecd,_0x9ca9a5[_0x1a3474(0xaf)],{'get':function(){return async function _0x533629(_0x12c3c3,_0x403486){const _0x20f444=a4_0x9ddf,_0x287484={'orOht':function(_0x1262be,_0x535eb0){const _0x31db29=a4_0x9ddf;return _0x9ca9a5[_0x31db29(0x105)](_0x1262be,_0x535eb0);},'ehYQh':_0x9ca9a5[_0x20f444(0x10b)]},_0x52fb95=_0x9ca9a5['DUEJg'](nestedKeyValue,_0x12c3c3,[_0x9ca9a5[_0x20f444(0x15a)]])||_0x12c3c3;let _0x48a87b=null,_0x10979f=null;try{[_0x10979f,_0x48a87b]=_0x52fb95?_0x9ca9a5['rMtza'](parseWSEndpoint,_0x52fb95):[null,null],global[_0x20f444(0x19f)]=_0x48a87b,logger['debug'](_0x20f444(0x191)+_0x10979f),_0x10979f[_0x20f444(0x13a)](Constants[_0x20f444(0x110)])&&(global['__cloud_provider___']=_0x9ca9a5[_0x20f444(0x132)]);}catch(_0x3efa8d){logger[_0x20f444(0xf5)]('Failed\x20to\x20parse\x20wsendpoint\x20'+_0x52fb95+'\x20'+_0x3efa8d);}_0x9ca9a5['DUEJg'](processAccessibilityCaps,_0x48a87b,_0x10979f);if(global[_0x20f444(0x173)]){const _0x48fd35=await _0x171ecd['connectOverCDP'][_0x20f444(0x17d)](this,[''+Constants[_0x20f444(0xeb)]+_0x9ca9a5[_0x20f444(0xdf)](encodeURIComponent,JSON[_0x20f444(0x193)](_0x48a87b))]);return PlaywrightSessionDetails[_0x20f444(0xe4)](_0x48fd35,_0x26d2d0,_0x52fb95),_0x48fd35;}return _0x283f0c[_0x20f444(0x17d)](this,arguments)['then'](_0x2f99e7=>{const _0x55dd03=_0x20f444;let _0x2d769d=_0x12c3c3[_0x55dd03(0xc1)];return _0x287484['orOht'](typeof _0x12c3c3,_0x287484[_0x55dd03(0xb9)])&&(_0x2d769d=_0x12c3c3),PlaywrightSessionDetails[_0x55dd03(0xe4)](_0x2f99e7,_0x26d2d0,_0x2d769d),_0x2f99e7;});};}});const _0x167adc=_0x171ecd[_0x1a3474(0x18b)];Object[_0x1a3474(0x188)](_0x171ecd,_0x9ca9a5[_0x1a3474(0xf8)],{'get':function(){return async function _0x480397(){const _0x5e41bf=a4_0x9ddf;return _0x167adc['apply'](this,arguments)[_0x5e41bf(0x16e)](_0x42ca19=>{const _0x4f1f00=_0x5e41bf;return PlaywrightSessionDetails[_0x4f1f00(0xe4)](_0x42ca19,null),_0x42ca19;});};}});};class O11yHelper{[a4_0x143d67(0x143)]=null;[a4_0x143d67(0x1a3)]=null;['enabled']=![];[a4_0x143d67(0xb8)]=![];constructor(_0x1a8b29,_0x4d398a){const _0x2b870f=a4_0x143d67,_0x3317f2={'AMZIt':_0x2b870f(0x124),'Dchnl':function(_0xb9e9f6,_0x4242bf){return _0xb9e9f6===_0x4242bf;},'xqiLs':'Playwright','QusXv':function(_0x1f4804,_0x5d4609){return _0x1f4804(_0x5d4609);},'qUYhV':function(_0x11db2d){return _0x11db2d();}},_0x2ee739=_0x3317f2['AMZIt'][_0x2b870f(0xd5)]('|');let _0x57cee7=0x0;while(!![]){switch(_0x2ee739[_0x57cee7++]){case'0':this[_0x2b870f(0xae)]=_0x1a8b29;continue;case'1':this[_0x2b870f(0xae)]&&_0x3317f2[_0x2b870f(0x116)](this[_0x2b870f(0xae)]['constructor']['name'],_0x3317f2[_0x2b870f(0xd0)])&&_0x3317f2['QusXv'](mockPWBrowserType,null);continue;case'2':this[_0x2b870f(0xd6)]=_0x3317f2[_0x2b870f(0x169)](shouldProcessEventForTesthub);continue;case'3':this[_0x2b870f(0xb8)]=_0x4d398a['frameworkName'];continue;case'4':this[_0x2b870f(0x117)]=_0x3317f2[_0x2b870f(0x169)](getTestEnv);continue;case'5':this[_0x2b870f(0xee)]=new testOpsHelper['PathHelper']({'cwd':process[_0x2b870f(0x12e)]()},this['_testEnv'][_0x2b870f(0x181)]);continue;}break;}}[a4_0x143d67(0x10f)](){const _0x3d08e7=a4_0x143d67;if(!this[_0x3d08e7(0xd6)])return;testOpsHelper[_0x3d08e7(0x163)](),process[_0x3d08e7(0x133)](_0x3d08e7(0x179)+process[_0x3d08e7(0xe8)]),process['on'](_0x3d08e7(0x179)+process[_0x3d08e7(0xe8)],this[_0x3d08e7(0x111)]['bind'](this));}async['stop'](){const _0x2da1db=a4_0x143d67;await RequestQueueHandler[_0x2da1db(0x194)]()['shutdown']();}async[a4_0x143d67(0x111)](_0x361658){const _0x1fb93c=a4_0x143d67,_0x371cbe={'TDXjN':_0x1fb93c(0xb5),'bvQsP':function(_0x2ca28d,_0x4e112e){return _0x2ca28d(_0x4e112e);}};try{this['currentHook']&&!this[_0x1fb93c(0x1a3)][_0x1fb93c(0x19d)]&&(_0x361658[_0x1fb93c(0x107)]=this['currentHook'][_0x1fb93c(0x106)]);!_0x361658[_0x1fb93c(0x107)]&&this[_0x1fb93c(0x143)]&&!this[_0x1fb93c(0x143)][_0x1fb93c(0x19d)]&&(_0x361658['test_run_uuid']=this['currentTest']['testAnalyticsId']);if(_0x361658[_0x1fb93c(0x107)]||_0x361658[_0x1fb93c(0x156)]){const _0x4e6427={};_0x4e6427[_0x1fb93c(0x15b)]=_0x371cbe[_0x1fb93c(0x146)],_0x4e6427['logs']=[_0x361658],await SessionHandler[_0x1fb93c(0x154)](_0x4e6427);}}catch(_0x586dc5){_0x371cbe[_0x1fb93c(0xc6)](debug,_0x1fb93c(0x197)+constants[_0x1fb93c(0xd2)]+'\x20with\x20error\x20:\x20'+_0x586dc5);}}async[a4_0x143d67(0xe5)](_0x11999a){const _0x3e7735=a4_0x143d67,_0x1656ce={'dcsxf':_0x3e7735(0xc3),'zQnpC':function(_0x1bfb55,_0x2e61f5){return _0x1bfb55(_0x2e61f5);}};if(!this[_0x3e7735(0xd6)])return;const _0x264010=this[_0x3e7735(0xf7)](this[_0x3e7735(0xae)]);try{const _0x2e42d6={};_0x2e42d6['uuid']=_0x11999a,_0x2e42d6[_0x3e7735(0x17e)]=_0x264010;const _0x4092c1=_0x2e42d6,_0xb8b489={};_0xb8b489['event_type']=_0x1656ce[_0x3e7735(0xdb)],_0xb8b489[_0x3e7735(0x119)]=_0x4092c1,await SessionHandler['uploadEventData'](_0xb8b489);}catch(_0x76f9b6){_0x1656ce[_0x3e7735(0x165)](debug,_0x3e7735(0x114)+constants['TEST_REPORTING_ANALYTICS']+_0x3e7735(0xb4)+_0x76f9b6);}}['getCBTInfo'](_0x581a72){const _0x510e64=a4_0x143d67,_0x2fc992={'BOzaT':function(_0x2e63a5,_0xda387c){return _0x2e63a5(_0xda387c);}};return _0x2fc992[_0x510e64(0x180)](fetchPlatformDetails,_0x581a72);}[a4_0x143d67(0xd7)]=_0x4dd0f8=>{const _0x2902d8=a4_0x143d67,_0x1fba3d={};_0x1fba3d[_0x2902d8(0x11c)]=_0x2902d8(0x198),_0x1fba3d[_0x2902d8(0x12b)]=_0x2902d8(0x139);const _0x455718=_0x1fba3d;if(!_0x4dd0f8||!_0x4dd0f8['parent'])return;[_0x455718['nWCDC'],_0x455718['pJYmR']][_0x2902d8(0x175)](_0x5b0c71=>{const _0x2f5403=_0x4dd0f8['parent'][_0x5b0c71];_0x2f5403['forEach'](_0x29f001=>{const _0xb2e4ef=a4_0x9ddf;_0x29f001['hookAnalyticsId']&&(_0x29f001[_0xb2e4ef(0x106)]=null);});});};[a4_0x143d67(0x12c)](_0xcaff30){const _0x17becc=a4_0x143d67,_0x1d41aa={'ztPlK':_0x17becc(0x15c),'uAknS':function(_0x46d804){return _0x46d804();},'qrVKg':function(_0x591f62,_0x26fe27){return _0x591f62===_0x26fe27;},'oxQUU':_0x17becc(0x139),'ZtRtC':_0x17becc(0x1a0),'EoHnz':_0x17becc(0xf2),'CaAQw':'_beforeEach'};if(!_0xcaff30||!_0xcaff30['parent'])return;[_0x1d41aa['ZtRtC'],_0x1d41aa['EoHnz'],_0x1d41aa[_0x17becc(0xba)],_0x1d41aa[_0x17becc(0xbb)]][_0x17becc(0x175)](_0x459260=>{const _0x488143=_0x17becc,_0x53d003={'zwLLg':_0x1d41aa['ztPlK'],'bYJaq':function(_0x50b398){const _0x2b3d52=a4_0x9ddf;return _0x1d41aa[_0x2b3d52(0x121)](_0x50b398);},'ZkapA':function(_0x4e6ce4,_0x58ba90){const _0x26e364=a4_0x9ddf;return _0x1d41aa[_0x26e364(0x118)](_0x4e6ce4,_0x58ba90);},'rxIfd':_0x1d41aa[_0x488143(0xbb)]},_0x49b3db=_0xcaff30[_0x488143(0xb6)][_0x459260]||[];_0x49b3db[_0x488143(0x175)](_0x4c7fb2=>{const _0x15c144=_0x488143;if(_0x4c7fb2[_0x15c144(0x16d)][_0x15c144(0x13a)](_0x53d003['zwLLg']))return;if(!_0x4c7fb2['hookAnalyticsId'])_0x4c7fb2[_0x15c144(0x106)]=_0x53d003[_0x15c144(0x162)](uuidv4);else _0x4c7fb2['markedStatus']&&_0x53d003['ZkapA'](_0x459260,_0x53d003[_0x15c144(0x18e)])&&(_0x4c7fb2[_0x15c144(0x106)]=_0x53d003[_0x15c144(0x162)](uuidv4),delete _0x4c7fb2['markedStatus']);});}),this[_0x17becc(0x12c)](_0xcaff30[_0x17becc(0xb6)]);}[a4_0x143d67(0x141)](_0x2d846b){const _0x5dc7d2=a4_0x143d67,_0x272c5a={};_0x272c5a[_0x5dc7d2(0xf0)]=_0x5dc7d2(0x1a0),_0x272c5a[_0x5dc7d2(0x168)]=_0x5dc7d2(0xf2),_0x272c5a[_0x5dc7d2(0xc5)]='_beforeEach',_0x272c5a['gXHJW']=_0x5dc7d2(0x139);const _0x157ba9=_0x272c5a;if(!_0x2d846b||!_0x2d846b[_0x5dc7d2(0xb6)])return[];const _0x108ea5=[];return[_0x157ba9[_0x5dc7d2(0xf0)],_0x157ba9['gabdi'],_0x157ba9[_0x5dc7d2(0xc5)],_0x157ba9[_0x5dc7d2(0x11d)]][_0x5dc7d2(0x175)](_0x66d0ca=>{const _0x42ef13=_0x5dc7d2,_0x44eb92=_0x2d846b[_0x42ef13(0xb6)][_0x66d0ca]||[];_0x44eb92[_0x42ef13(0x175)](_0x566401=>{const _0x18d6d7=_0x42ef13;_0x566401[_0x18d6d7(0x106)]&&_0x108ea5[_0x18d6d7(0x101)](_0x566401['hookAnalyticsId']);});}),[][_0x5dc7d2(0x157)](_0x108ea5,this['getHooksForTest'](_0x2d846b[_0x5dc7d2(0xb6)]));}[a4_0x143d67(0x177)](_0x1c3f0a){const _0x402733=a4_0x143d67,_0x24835b=/^"(?<hook>.*)" hook:.*$/,_0x4dc157=_0x1c3f0a[_0x402733(0x16d)],_0x122693=_0x4dc157['match'](_0x24835b);if(_0x122693&&_0x122693[_0x402733(0xec)])return _0x122693[_0x402733(0xec)][_0x402733(0x103)][_0x402733(0x149)]()['replace']('\x20','_');return null;}[a4_0x143d67(0x137)](_0x293a4b){const _0x34b0b0=a4_0x143d67,_0x445653={};_0x445653[_0x34b0b0(0x19a)]=function(_0xe4b6cd,_0x5ce55d){return _0xe4b6cd===_0x5ce55d;},_0x445653[_0x34b0b0(0xe7)]=function(_0x1f5419,_0x1fd70a){return _0x1f5419===_0x1fd70a;},_0x445653['sejOn']=_0x34b0b0(0x147),_0x445653[_0x34b0b0(0xe9)]=_0x34b0b0(0xe0);const _0x124f3c=_0x445653,_0x1dfed4=path[_0x34b0b0(0xbe)];if(_0x124f3c[_0x34b0b0(0x19a)](_0x293a4b,null)||_0x124f3c[_0x34b0b0(0xe7)](_0x293a4b,'')||_0x124f3c[_0x34b0b0(0xe7)](_0x293a4b,_0x1dfed4)||_0x124f3c[_0x34b0b0(0xe7)](_0x293a4b,path[_0x34b0b0(0x134)](_0x293a4b)))return null;try{return fs[_0x34b0b0(0xd1)](path[_0x34b0b0(0x18d)](_0x293a4b,_0x124f3c[_0x34b0b0(0x108)],_0x124f3c[_0x34b0b0(0xe9)])),_0x293a4b;}catch(_0x5adce1){const _0x1c97f4=path[_0x34b0b0(0x134)](_0x293a4b);return this['findGitConfig'](_0x1c97f4);}}[a4_0x143d67(0x125)](_0x2717dd){const _0x120c12=a4_0x143d67,_0x1a1e83={};_0x1a1e83[_0x120c12(0x14f)]=function(_0x270e2a,_0x5c7037){return _0x270e2a>_0x5c7037;};const _0x506397=_0x1a1e83;if(_0x2717dd[_0x120c12(0x167)])return _0x2717dd[_0x120c12(0x167)];if(_0x2717dd[_0x120c12(0x19c)]){const _0x51592a=_0x2717dd[_0x120c12(0x19c)][_0x120c12(0x143)]?this[_0x120c12(0x125)](_0x2717dd[_0x120c12(0x19c)][_0x120c12(0x143)]):null;if(_0x51592a)return _0x51592a;}if(_0x2717dd[_0x120c12(0xb6)]){const _0x455c82=this[_0x120c12(0x125)](_0x2717dd[_0x120c12(0xb6)])||(_0x2717dd[_0x120c12(0xb6)][_0x120c12(0x19c)]&&_0x2717dd['parent'][_0x120c12(0x19c)][_0x120c12(0x143)]?this[_0x120c12(0x125)](_0x2717dd[_0x120c12(0xb6)][_0x120c12(0x19c)][_0x120c12(0x143)]):null);if(_0x455c82)return _0x455c82;_0x2717dd[_0x120c12(0xb6)][_0x120c12(0x140)]&&_0x506397[_0x120c12(0x14f)](_0x2717dd[_0x120c12(0xb6)]['suites'][_0x120c12(0x17f)],0x0)&&_0x2717dd[_0x120c12(0xb6)][_0x120c12(0x140)][_0x120c12(0x175)](_0x257cff=>{const _0x3a8604=_0x120c12,_0x569fa2=_0x257cff[_0x3a8604(0x19c)]?this[_0x3a8604(0x125)](_0x257cff[_0x3a8604(0x19c)]):null;if(_0x569fa2)return _0x569fa2;});}return null;}[a4_0x143d67(0x186)](_0x54ff91){const _0x5448b4=a4_0x143d67,_0xd59963={};_0xd59963[_0x5448b4(0x172)]=function(_0x3a9d88,_0x30fce1){return _0x3a9d88!==_0x30fce1;};const _0x417a53=_0xd59963,_0xd2d187=[];if(_0x54ff91&&_0x54ff91[_0x5448b4(0xb6)]){let _0x2db193=_0x54ff91[_0x5448b4(0xb6)];while(_0x2db193&&_0x417a53[_0x5448b4(0x172)](_0x2db193[_0x5448b4(0x16d)],'')){_0xd2d187[_0x5448b4(0x101)](_0x2db193[_0x5448b4(0x16d)]),_0x2db193=_0x2db193[_0x5448b4(0xb6)];}}return _0xd2d187;}[a4_0x143d67(0x19e)](_0x25aaa3,_0x18114a,_0x43ca8d=undefined){const _0x5c633e=a4_0x143d67,_0x384685={'CKHEP':function(_0x3e159b,_0x2f868){return _0x3e159b(_0x2f868);},'NQsod':function(_0xf00e69){return _0xf00e69();},'lFShz':_0x5c633e(0x15d),'ScnTJ':_0x5c633e(0x183),'AXnco':function(_0x1e55e7,_0x2b9afa){return _0x1e55e7!==_0x2b9afa;},'PgDGj':_0x5c633e(0x13e),'rMtyA':'pending','sVpDq':_0x5c633e(0xd3),'QTAmI':_0x5c633e(0xd4),'sStQw':_0x5c633e(0x12a),'Hobnl':_0x5c633e(0x130),'PsRPW':function(_0x25b0c2,_0x4f7221){return _0x25b0c2-_0x4f7221;},'TtbYN':function(_0x55f971,_0x44a17b,_0xd92cb4,_0x32b7d7,_0x29fd30){return _0x55f971(_0x44a17b,_0xd92cb4,_0x32b7d7,_0x29fd30);},'YmmLH':function(_0x10d381,_0x833bdd){return _0x10d381!==_0x833bdd;},'rsZOB':'integrations','Izxxc':_0x5c633e(0x129),'UMNrK':_0x5c633e(0x135),'JZSks':_0x5c633e(0x1a1),'cHTRd':_0x5c633e(0xfd),'rvaCT':_0x5c633e(0x152),'nDeaM':_0x5c633e(0x123),'XbOfK':function(_0x44aade,_0x2058f3){return _0x44aade===_0x2058f3;},'tsKMo':_0x5c633e(0x12d),'FiQjw':_0x5c633e(0x119)};if(!this[_0x5c633e(0xd6)])return;try{if(_0x18114a['fn']&&_0x18114a['fn'][_0x5c633e(0x195)]()[_0x5c633e(0x13c)](/browserstack internal helper hook/))return;const _0x44ecce=_0x384685[_0x5c633e(0x142)](parseEvent,_0x25aaa3);if(!_0x44ecce)return;if(_0x44ecce[_0x5c633e(0x16b)]){this[_0x5c633e(0x143)]=_0x18114a,this[_0x5c633e(0x1a3)]=null;if(_0x44ecce['started']||_0x44ecce[_0x5c633e(0x12a)]){_0x18114a[_0x5c633e(0xc7)]=new Date(),_0x18114a[_0x5c633e(0x19d)]=![];if(!_0x18114a[_0x5c633e(0x16a)])_0x18114a[_0x5c633e(0x16a)]=_0x384685['NQsod'](uuidv4);else _0x18114a[_0x5c633e(0x19d)]&&(!_0x18114a['retryOf']&&(_0x18114a['retryOf']=_0x18114a[_0x5c633e(0x16a)]),_0x18114a[_0x5c633e(0x16a)]=_0x384685[_0x5c633e(0x16f)](uuidv4));}}else{if(_0x44ecce[_0x5c633e(0x103)]){this[_0x5c633e(0x1a3)]=_0x18114a;if(_0x44ecce[_0x5c633e(0x14d)]){_0x18114a['startedAt']=new Date(),_0x18114a[_0x5c633e(0x19d)]=![];if(!_0x18114a[_0x5c633e(0x106)])_0x18114a[_0x5c633e(0x106)]=_0x384685[_0x5c633e(0x16f)](uuidv4);else _0x18114a[_0x5c633e(0x106)]&&_0x18114a[_0x5c633e(0x19d)]&&(_0x18114a['hookAnalyticsId']=_0x384685['NQsod'](uuidv4));}}}if(_0x44ecce[_0x5c633e(0xcb)]&&_0x18114a[_0x5c633e(0x19d)])return;let _0x2b6579;try{_0x2b6579=this[_0x5c633e(0x125)](_0x18114a);}catch(_0xc2a4be){logger[_0x5c633e(0xf5)](_0x5c633e(0x184)+_0xc2a4be),_0x2b6579=null;}const _0x28cc96=_0x384685[_0x5c633e(0x142)](require,_0x384685['lFShz']);let _0x3c42b4=[];_0x43ca8d&&(_0x3c42b4=[_0x43ca8d,_0x384685[_0x5c633e(0x187)]]);const _0x3e0b48=_0x384685[_0x5c633e(0x10c)](_0x18114a[_0x5c633e(0xce)],undefined)?_0x28cc96[_0x5c633e(0xbf)](_0x18114a[_0x5c633e(0xce)][0x0]):_0x384685[_0x5c633e(0x10c)](_0x43ca8d,undefined)?_0x43ca8d[_0x5c633e(0x195)]():undefined,_0xfe6f52=_0x2b6579?this[_0x5c633e(0x137)](_0x2b6579):null,_0x1911d3=_0x2b6579?this[_0x5c633e(0xee)][_0x5c633e(0xe1)](this[_0x5c633e(0x125)](_0x18114a)):_0x384685['PgDGj'];let _0x8bde6e=_0x384685[_0x5c633e(0xde)];const _0x282ec9=!_0x44ecce[_0x5c633e(0x14d)]?new Date()[_0x5c633e(0xc8)]():null;if(_0x44ecce['finished'])_0x8bde6e=_0x43ca8d?_0x384685['sVpDq']:_0x384685[_0x5c633e(0x151)],_0x18114a[_0x5c633e(0x19d)]=!![];else _0x44ecce[_0x5c633e(0x12a)]&&(_0x8bde6e=_0x384685[_0x5c633e(0xc4)],_0x18114a[_0x5c633e(0x19d)]=!![]);const _0x4d251a={'framework':this[_0x5c633e(0xb8)],'uuid':_0x18114a['testAnalyticsId']||_0x18114a['hookAnalyticsId'],'name':_0x18114a[_0x5c633e(0x16d)],'body':{'lang':_0x384685[_0x5c633e(0xfb)],'code':_0x18114a[_0x5c633e(0x16c)]['toString']()},'type':_0x18114a[_0x5c633e(0x164)],'scope':_0x18114a[_0x5c633e(0x1a2)](),'scopes':this[_0x5c633e(0x186)](_0x18114a),'file_name':_0x1911d3,'vc_filepath':_0xfe6f52?path[_0x5c633e(0xcc)](_0xfe6f52,_0x2b6579):null,'location':_0x1911d3,'result':_0x8bde6e,'failure_reason':_0x3e0b48,'duration_in_ms':_0x18114a[_0x5c633e(0x185)]||(_0x44ecce[_0x5c633e(0xcb)]||_0x44ecce[_0x5c633e(0x12a)])?_0x384685[_0x5c633e(0x131)](Date[_0x5c633e(0x113)](),new Date(_0x18114a['startedAt'])[_0x5c633e(0x13f)]()):null,'started_at':new Date(_0x18114a[_0x5c633e(0xc7)])[_0x5c633e(0xc8)](),'finished_at':_0x282ec9,'failure':testOpsHelper[_0x5c633e(0xdd)][_0x5c633e(0x17d)](null,_0x3c42b4),'failure_type':!_0x3e0b48?null:testOpsHelper[_0x5c633e(0x100)](_0x3e0b48),'retry_of':_0x18114a[_0x5c633e(0xbc)]||null,'tags':_0x18114a[_0x5c633e(0x190)]||[],'customRerunParam':{'rerun_name':_0x18114a['fullTitle']()}};_0x384685[_0x5c633e(0xcf)](appendTesthubParams,_0x4d251a,_0x25aaa3,_0x18114a,FRAMEWORKS[_0x5c633e(0x120)]);if(_0x44ecce[_0x5c633e(0x103)])[_0x4d251a['hook_type'],_0x4d251a['name']]=[this[_0x5c633e(0x177)](_0x18114a),_0x18114a[_0x5c633e(0x19c)][_0x5c633e(0x16b)][_0x5c633e(0x16d)]],_0x44ecce[_0x5c633e(0xcb)]?_0x384685[_0x5c633e(0xff)](_0x4d251a[_0x5c633e(0xcd)],_0x384685[_0x5c633e(0xd9)])&&(_0x4d251a[_0x5c633e(0xcd)]=_0x384685[_0x5c633e(0x151)]):_0x4d251a['body']={};else _0x44ecce[_0x5c633e(0x16b)]&&(this[_0x5c633e(0x12c)](_0x18114a),_0x44ecce[_0x5c633e(0x12a)]&&this[_0x5c633e(0xd7)](_0x18114a),(_0x44ecce[_0x5c633e(0xcb)]||_0x44ecce[_0x5c633e(0x12a)])&&(_0x4d251a['hooks']=this[_0x5c633e(0x141)](_0x18114a)));this[_0x5c633e(0xae)]&&(_0x44ecce[_0x5c633e(0x14d)]||_0x44ecce[_0x5c633e(0x12a)])&&(_0x4d251a[_0x384685[_0x5c633e(0xef)]]=this[_0x5c633e(0xf7)](this[_0x5c633e(0xae)]));_0x44ecce[_0x5c633e(0x16b)]&&_0x44ecce[_0x5c633e(0xcb)]&&_0x18114a[_0x5c633e(0xad)]&&(_0x4d251a[_0x384685[_0x5c633e(0x109)]]={'feature':{'name':_0x18114a[_0x5c633e(0xb6)][_0x5c633e(0x12f)][_0x5c633e(0x11b)],'path':_0x4d251a[_0x5c633e(0x14e)],'description':_0x18114a['parent'][_0x5c633e(0xdc)]},'scenario':{'name':_0x18114a[_0x5c633e(0x16d)]},'steps':_0x18114a[_0x5c633e(0xad)]});const _0xefd37f=_0x4d251a[_0x384685['UMNrK']][0x0];_0xefd37f&&(_0x4d251a[_0x384685[_0x5c633e(0x15e)]]=_0xefd37f[_0x384685['cHTRd']],_0x4d251a[_0x384685[_0x5c633e(0xb0)]]=_0xefd37f[_0x384685[_0x5c633e(0x176)]]);if(_0x18114a[_0x5c633e(0xad)])for(const _0x4959ce of _0x18114a[_0x5c633e(0xad)]){!_0x4959ce['finished_at']&&(_0x4959ce[_0x5c633e(0x171)]=new Date()[_0x5c633e(0xc8)](),_0x384685[_0x5c633e(0x10a)](_0x4959ce[_0x5c633e(0xcd)],_0x384685[_0x5c633e(0xde)])&&(_0xefd37f?(_0x4959ce[_0x5c633e(0xcd)]=_0x384685[_0x5c633e(0xd9)],_0x4959ce[_0x5c633e(0x135)]=_0xefd37f[_0x384685[_0x5c633e(0xb1)]][0x0]):_0x4959ce[_0x5c633e(0xcd)]=_0x384685[_0x5c633e(0x151)]));}const _0xf7768e={};_0xf7768e[_0x5c633e(0x15b)]=_0x44ecce[_0x5c633e(0x12a)]?TEST_EVENTS[_0x5c633e(0x11f)]:_0x25aaa3;const _0x1a4d83=_0xf7768e;return _0x44ecce[_0x5c633e(0x103)]?_0x1a4d83[_0x384685['tsKMo']]=_0x4d251a:_0x1a4d83[_0x384685[_0x5c633e(0x1a4)]]=_0x4d251a,_0x1a4d83;}catch(_0x1b1c2c){logger[_0x5c633e(0xf5)](_0x5c633e(0xfc)+_0x25aaa3+_0x5c633e(0xb4)+_0x1b1c2c);}}async[a4_0x143d67(0xe3)](_0x21b6b6,_0x3718de){const _0x2d838c=a4_0x143d67;if(!this[_0x2d838c(0xd6)]||!_0x3718de||!_0x21b6b6)return![];try{return await SessionHandler['uploadEventData'](_0x3718de);}catch(_0x145bce){logger[_0x2d838c(0xf5)](_0x2d838c(0x199)+_0x21b6b6+'\x20with\x20error\x20:\x20'+_0x145bce);}}[a4_0x143d67(0x174)](_0x2c26fa){const _0x2cffd9=a4_0x143d67,_0x51e70e={};_0x51e70e[_0x2cffd9(0xe2)]=_0x2cffd9(0x160);const _0x4ea9a5=_0x51e70e;return{'id':_0x2c26fa['stepAnalyticsId'],'text':_0x2c26fa['text'],'keyword':_0x2c26fa[_0x2cffd9(0x14c)],'started_at':_0x2c26fa[_0x2cffd9(0xc7)][_0x2cffd9(0xc8)](),'result':_0x4ea9a5[_0x2cffd9(0xe2)]};}['bddStepStart'](_0x304d15){const _0x3c130f=a4_0x143d67,_0xf69233={'BgVJm':function(_0x43145c){return _0x43145c();}};!this[_0x3c130f(0x143)][_0x3c130f(0xad)]&&(this['currentTest'][_0x3c130f(0xad)]=[]),!_0x304d15[_0x3c130f(0x15f)]&&(_0x304d15[_0x3c130f(0x15f)]=_0xf69233[_0x3c130f(0x13b)](uuidv4),_0x304d15[_0x3c130f(0xc7)]=new Date(),this[_0x3c130f(0x143)][_0x3c130f(0xad)][_0x3c130f(0x101)](this['initializeBddStep'](_0x304d15)));}[a4_0x143d67(0x17a)](_0x9b46a1){const _0x3f82ee=a4_0x143d67,_0x1d24ff={'tlyNu':function(_0x17a176,_0x1b5b41){return _0x17a176(_0x1b5b41);},'uGCfN':_0x3f82ee(0x13d),'OEYqc':_0x3f82ee(0x160),'VpOnq':_0x3f82ee(0xd4),'gjKbY':function(_0x303d18,_0x25c671){return _0x303d18-_0x25c671;}};let _0x2eadcd=this[_0x3f82ee(0x143)][_0x3f82ee(0xad)][_0x3f82ee(0x145)](_0xaa4ce9=>_0xaa4ce9['id']===_0x9b46a1[_0x3f82ee(0x15f)]);_0x1d24ff[_0x3f82ee(0xf1)](isUndefined,_0x2eadcd)&&(_0x2eadcd=this[_0x3f82ee(0x174)](_0x9b46a1)),_0x2eadcd['result']=[_0x1d24ff[_0x3f82ee(0xb3)],_0x1d24ff['OEYqc']][_0x3f82ee(0x13a)](_0x9b46a1['status'])?_0x1d24ff[_0x3f82ee(0xf6)]:_0x9b46a1['status'],_0x2eadcd[_0x3f82ee(0x171)]=new Date()[_0x3f82ee(0xc8)](),_0x2eadcd[_0x3f82ee(0x185)]=_0x1d24ff[_0x3f82ee(0xea)](Date[_0x3f82ee(0x113)](),_0x9b46a1[_0x3f82ee(0xc7)][_0x3f82ee(0x13f)]()),_0x2eadcd[_0x3f82ee(0x135)]=_0x9b46a1[_0x3f82ee(0x183)]?_0x9b46a1[_0x3f82ee(0x183)][_0x3f82ee(0x161)]:null;}}const a4_0x3b4ac0={};function a4_0x1ebf(){const _0x5f1ab9=['wsEndpoint','BrowserType','CBTSessionCreated','sStQw','FRXzZ','bvQsP','startedAt','toISOString','3rBZqSN','../../helpers/test-observability/requestQueueHandler','finished','relative','result','errorsDetailed','TtbYN','xqiLs','statSync','TEST_REPORTING_ANALYTICS','failed','passed','split','enabled','resetSkipTestHooks','TestRunSkipped','sVpDq','STATE_FAILED','dcsxf','comment','failureData','rMtyA','eziTE','config','prefixTestPath','QbJzL','fireEvent','setupBrowserDetails','sendCBTInfo','122481kUxCNl','ujMsU','pid','NXPIx','gjKbY','PLAYWRIGHT_HUB_URL','groups','browserType.js','_paths','rsZOB','FYiQe','tlyNu','_afterAll','HookRunStarted','../playwright/accessibility-helper','debug','VpOnq','getCBTInfo','FJDLD','rMtza','HOOK_RUN_STARTED','Hobnl','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','backtrace','EWxwh','YmmLH','getFailureType','push','../mocha/test-observability/mochaUtils','hook','30216XkmXzy','CKuVH','hookAnalyticsId','hook_run_uuid','sejOn','Izxxc','XbOfK','WIcFj','AXnco','TEST_RUN_STARTED','QTZPu','start','BROWSERSTACK','appendTestItemLog','TEST_EVENTS','now','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','934852WrTUEJ','Dchnl','_testEnv','qrVKg','test_run','1077215CFckoS','name','nWCDC','gXHJW','hCkZM','TEST_RUN_FINISHED','CODECEPT','uAknS','client','expanded','2|3|0|4|5|1','getRootParentFile','path','../../helpers/testhub/utils.js','string','meta','skipped','pJYmR','mapTestHooks','hook_run','cwd','feature','javascript','PsRPW','xfWbt','removeAllListeners','dirname','failure','UMmzb','findGitConfig','obsBrowserTypeMockApplied','_afterEach','includes','BgVJm','match','success','File\x20path\x20could\x20not\x20be\x20found','getTime','suites','getHooksForTest','CKHEP','currentTest','O11yHelper','find','TDXjN','.git','../../helpers/logger','toUpperCase','iAhqp','NOgGv','keyword','started','file_name','wIZYH','TEST_RUN_SKIPPED','QTAmI','failure_reason_expanded','toLowerCase','uploadEventData','TestRunStarted','test_run_uuid','concat','../../helpers/test-observability/utils','618010lUjSNd','PHEAl','event_type','codeceptjs','util','JZSks','stepAnalyticsId','pending','message','bYJaq','patchConsoleLogger','type','zQnpC','1458smAsGl','file','gabdi','qUYhV','testAnalyticsId','test','body','title','then','NQsod','385740ijjeYn','finished_at','krdWG','accessibilityPlatform','initializeBddStep','forEach','nDeaM','getHookType','TestRunFinished','bs:addLog:','bddStepFinish','CpWtH','browserstack','apply','integrations','length','BOzaT','location_prefix','WJLpT','err','failed\x20to\x20get\x20root\x20parent\x20file\x20','duration','getHierarchy','ScnTJ','defineProperty','EkUAS','279EJPKfA','launch','oENqq','join','rxIfd','6349zOgsbB','tags','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','exports','stringify','getInstance','toString','HookRunFinished','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','_beforeEach','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','RmfQq','cUHDL','ctx','markedStatus','captureEvent','__platformCaps','_beforeAll','failure_backtrace','fullTitle','currentHook','FiQjw','connect','lib','bddSteps','driver','UxiRN','rvaCT','cHTRd','uuid','uGCfN','\x20with\x20error\x20:\x20','LogCreated','parent','oNrZm','frameworkName','ehYQh','CaAQw','oxQUU','retryOf','HOOK_RUN_FINISHED','sep','inspect','../utils/constants'];a4_0x1ebf=function(){return _0x5f1ab9;};return a4_0x1ebf();}function a4_0x9ddf(_0x50c2a3,_0x3c1471){const _0x1ebf15=a4_0x1ebf();return a4_0x9ddf=function(_0x9ddf75,_0x34182c){_0x9ddf75=_0x9ddf75-0xab;let _0x2f54d5=_0x1ebf15[_0x9ddf75];return _0x2f54d5;},a4_0x9ddf(_0x50c2a3,_0x3c1471);}a4_0x3b4ac0[a4_0x143d67(0x144)]=O11yHelper,a4_0x3b4ac0['STATE_PASSED']=STATE_PASSED,a4_0x3b4ac0[a4_0x143d67(0xda)]=STATE_FAILED,a4_0x3b4ac0[a4_0x143d67(0x112)]=TEST_EVENTS,module[a4_0x143d67(0x192)]=a4_0x3b4ac0;
1
+ const a4_0x2b0832=a4_0x3405;function a4_0x3405(_0x2541df,_0x1920e4){const _0x1eb2c4=a4_0x1eb2();return a4_0x3405=function(_0x340588,_0x51e386){_0x340588=_0x340588-0xf5;let _0x18a4e8=_0x1eb2c4[_0x340588];return _0x18a4e8;},a4_0x3405(_0x2541df,_0x1920e4);}function a4_0x1eb2(){const _0x4b56b4=['success','BmvUg','getHooksForTest','File\x20path\x20could\x20not\x20be\x20found','comment','tags','hook','IUskQ','../mocha/test-observability/mochaUtils','DGypI','now','tDLSl','../playwright/accessibility-helper','integrations','push','DptvH','qkIrB','config','gZyJt','qCIxx','WUEEP','ghwrb','BmDog','12JyJfpS','test','browserstack','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','oqrFM','find','KeIWw','JqXSs','findGitConfig','getHierarchy','keyword','O11yHelper','match','apply','STATE_FAILED','backtrace','Failed\x20to\x20parse\x20wsendpoint\x20','getFailureType','9gfAxis','failure','5051620FLryyf','WrViU','zcQFW','BrowserType','hook_run','rfhiS','iWkNV','getCBTInfo','mapTestHooks','dirname','XfCRQ','LogCreated','TestRunSkipped','bddSteps','_afterAll','HOOK_RUN_STARTED','hLtSd','inspect','TestRunStarted','jGyHW','LKNMB','initializeBddStep','shutdown','vKFwU','iCtGA','_beforeAll','testAnalyticsId','xIxoo','lib','TEST_RUN_FINISHED','connectOverCDP','zOYMi','hook_run_uuid','jzixJ','setupBrowserDetails','cziGc','./helper.js','ctx','body','sep','includes','LXAtc','name','987711NpgmlX','util','../../helpers/logger','skipped','test_run_uuid','bs:addLog:','connect','ByBOA','STATE_PASSED','OfGqS','groups','toISOString','uesmJ','status','then','currentTest','JZzOD','lKBdC','NEpHz','CODECEPT','_testEnv','resetSkipTestHooks','bddStepStart','toString','launch','err','IIYGM','PkvmB','wNAmS','TEST_REPORTING_ANALYTICS','failure_backtrace','driver','hvukr','61279jEGbay','patchConsoleLogger','file_name','failure_reason_expanded','xOqik','KVyRU','EPJfZ','../../helpers/testhub/utils.js','YdNIb','length','currentHook','uploadEventData','fgvjF','QnuSz','TRsgu','14128870RjsUTV','FFDXK','3253514fXvwxo','result','test_run','event_type','Qhytw','7309255ZryTRx','suites','wsEndpoint','QNXQJ','pending','cdfVg','file','TEST_RUN_SKIPPED','toLowerCase','zpAcq','KGlqL','getTime','prefixTestPath','zPZWK','GNsRR','started','WnZdI','bddStepFinish','location_prefix','hookAnalyticsId','elFYh','yxfOE','EEEmN','../../helpers/test-observability/constants','pid','__cloud_provider___','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','start','zPeoH','message','defineProperty','cywIQ','appendTestItemLog','../../helpers/test-observability/requestQueueHandler','HOOK_RUN_FINISHED','hook_type','failed','_afterEach','UqqoV','Playwright','parent','constructor','captureEvent','markedStatus','6gPGPck','.git','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','uuid','failureData','string','prototype','title','javascript','jBFLJ','getRootParentFile','OBJxV','jZYFV','stepAnalyticsId','getHookType','client','6vQUSSs','exports','startedAt','replace','YRTDU','concat','\x20with\x20error\x20:\x20','sendCBTInfo','CBTSessionCreated','UwtIU','_beforeEach','2518808EuawOu','retryOf','yHxBs','TestRunFinished','kPYkm','jNVun','finished_at','type','hooks','HZZbc','FcYnO','forEach','lDkPU','finished','passed','meta','getInstance','../utils/constants','enabled','removeAllListeners','frameworkName','EBPfY','split','neTFV','TEST_EVENTS','../../helpers/test-observability/sessionHandler','gbshy','_paths','HookRunFinished','debug','IDviF','BROWSERSTACK','aoCOO','Not\x20able\x20to\x20import\x20Browser','duration','LNIKy','FZDhV','browserType.js','toUpperCase','join','fullTitle','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','wRBfy','accessibilityPlatform'];a4_0x1eb2=function(){return _0x4b56b4;};return a4_0x1eb2();}(function(_0x1fd9ce,_0x3c7f45){const _0x57c46f=a4_0x3405,_0x3ef2a7=_0x1fd9ce();while(!![]){try{const _0x16c7bf=parseInt(_0x57c46f(0xf7))/0x1*(-parseInt(_0x57c46f(0x149))/0x2)+-parseInt(_0x57c46f(0x1d6))/0x3*(parseInt(_0x57c46f(0x197))/0x4)+parseInt(_0x57c46f(0x10d))/0x5*(parseInt(_0x57c46f(0x139))/0x6)+-parseInt(_0x57c46f(0x1ab))/0x7+parseInt(_0x57c46f(0x154))/0x8*(-parseInt(_0x57c46f(0x1a9))/0x9)+parseInt(_0x57c46f(0x106))/0xa+parseInt(_0x57c46f(0x108))/0xb;if(_0x16c7bf===_0x3c7f45)break;else _0x3ef2a7['push'](_0x3ef2a7['shift']());}catch(_0x3ace84){_0x3ef2a7['push'](_0x3ef2a7['shift']());}}}(a4_0x1eb2,0xeaf95));const path=require('path'),fs=require('fs'),{v4:uuidv4}=require(a4_0x2b0832(0x13c)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require('../../helpers/helper'),testOpsHelper=require('../../helpers/test-observability/utils'),{getTestEnv}=require(a4_0x2b0832(0x188)),{FRAMEWORKS}=require(a4_0x2b0832(0x124)),logger=require(a4_0x2b0832(0x1d8))['winstonLogger'],SessionHandler=require(a4_0x2b0832(0x16d)),RequestQueueHandler=require(a4_0x2b0832(0x12e)),PlaywrightSessionDetails=require('../playwright/sessionDetails'),debug=testOpsHelper[a4_0x2b0832(0x171)],{processAccessibilityCaps}=require(a4_0x2b0832(0x18c)),Constants=require(a4_0x2b0832(0x165)),{fetchPlatformDetails}=require(a4_0x2b0832(0x1cf)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x2b0832(0xfe)),constants=require(a4_0x2b0832(0x165)),STATE_PASSED=a4_0x2b0832(0x162),STATE_FAILED=a4_0x2b0832(0x131),a4_0x653b7={};a4_0x653b7['TEST_RUN_STARTED']=a4_0x2b0832(0x1bd),a4_0x653b7[a4_0x2b0832(0x1c8)]=a4_0x2b0832(0x157),a4_0x653b7[a4_0x2b0832(0x114)]=a4_0x2b0832(0x1b7),a4_0x653b7[a4_0x2b0832(0x1ba)]='HookRunStarted',a4_0x653b7[a4_0x2b0832(0x12f)]=a4_0x2b0832(0x170);const TEST_EVENTS=a4_0x653b7,parseEvent=_0x496802=>{const _0x5e170d=a4_0x2b0832,_0x546ab3={};_0x546ab3[_0x5e170d(0x117)]=function(_0x39b718,_0xfe3b31){return _0x39b718<_0xfe3b31;},_0x546ab3[_0x5e170d(0x1e6)]=function(_0x312b8c,_0x32a808){return _0x312b8c===_0x32a808;},_0x546ab3[_0x5e170d(0x174)]=_0x5e170d(0x198),_0x546ab3[_0x5e170d(0x16e)]=_0x5e170d(0x186),_0x546ab3[_0x5e170d(0x14d)]=_0x5e170d(0x1d9),_0x546ab3[_0x5e170d(0x145)]=function(_0x13105c,_0x12756b){return _0x13105c===_0x12756b;},_0x546ab3[_0x5e170d(0x18f)]=_0x5e170d(0x11c),_0x546ab3['KeIWw']=function(_0x27159a,_0x589f67){return _0x27159a===_0x589f67;},_0x546ab3[_0x5e170d(0x190)]=_0x5e170d(0x161);const _0x14912a=_0x546ab3,_0x24ca24=_0x496802[_0x5e170d(0x1a3)](/^(.*)Run(.*)$/);if(!_0x24ca24)return null;if(_0x14912a[_0x5e170d(0x117)](_0x24ca24[_0x5e170d(0x100)],0x3))return null;const _0x20b437=_0x24ca24[0x1]['toLowerCase'](),_0x3cf81a=_0x24ca24[0x2][_0x5e170d(0x115)]();return{'test':_0x14912a[_0x5e170d(0x1e6)](_0x20b437,_0x14912a[_0x5e170d(0x174)]),'hook':_0x14912a[_0x5e170d(0x1e6)](_0x20b437,_0x14912a[_0x5e170d(0x16e)]),'skipped':_0x14912a[_0x5e170d(0x1e6)](_0x3cf81a,_0x14912a[_0x5e170d(0x14d)]),'started':_0x14912a[_0x5e170d(0x145)](_0x3cf81a,_0x14912a['DptvH']),'finished':_0x14912a[_0x5e170d(0x19d)](_0x3cf81a,_0x14912a[_0x5e170d(0x190)])};},mockPWBrowserType=_0x597a2a=>{const _0xa927a6=a4_0x2b0832,_0x2d5c1a={'kPYkm':function(_0x4c110e,_0x499ffb){return _0x4c110e===_0x499ffb;},'XfCRQ':_0xa927a6(0x13e),'OBJxV':function(_0x14d3c5,_0x13ae03,_0x628517){return _0x14d3c5(_0x13ae03,_0x628517);},'QNXQJ':_0xa927a6(0x10f),'IDviF':function(_0x4416ae,_0x51e89a){return _0x4416ae(_0x51e89a);},'UwtIU':_0xa927a6(0x199),'zPZWK':_0xa927a6(0x1c7),'NmpWk':_0xa927a6(0x148),'WnZdI':_0xa927a6(0x179),'oqrFM':_0xa927a6(0x175),'SYqol':_0xa927a6(0x1dc),'FkdnR':_0xa927a6(0x1ee)},_0x4fbc75=path['join'](_0x2d5c1a[_0xa927a6(0x11a)],_0x2d5c1a['NmpWk'],_0x2d5c1a[_0xa927a6(0x11d)]),_0x5950b5=_0x2d5c1a[_0xa927a6(0x172)](importFileFromPWCore,_0x4fbc75);if(!_0x5950b5){_0x2d5c1a[_0xa927a6(0x172)](debug,_0x2d5c1a[_0xa927a6(0x19b)]);return;}const _0x4d7334=_0x5950b5[_0xa927a6(0x1ae)],_0x12bd9e=_0x4d7334[_0xa927a6(0x13f)];if(_0x12bd9e['obsBrowserTypeMockApplied'])return;const _0x4f45c0=_0x12bd9e['connect'];Object[_0xa927a6(0x12b)](_0x12bd9e,_0x2d5c1a['SYqol'],{'get':function(){const _0x50c87c=_0xa927a6,_0x31ab26={'lDkPU':function(_0x41a820,_0x32d0ec){const _0x25e7c8=a4_0x3405;return _0x2d5c1a[_0x25e7c8(0x158)](_0x41a820,_0x32d0ec);},'rfhiS':_0x2d5c1a[_0x50c87c(0x1b5)],'lKBdC':function(_0x430f62,_0x471e81,_0x3b2282){const _0x2522dd=_0x50c87c;return _0x2d5c1a[_0x2522dd(0x144)](_0x430f62,_0x471e81,_0x3b2282);},'FcYnO':_0x2d5c1a[_0x50c87c(0x110)],'ghwrb':function(_0x41c34a,_0x47e5f6){const _0x38ed1d=_0x50c87c;return _0x2d5c1a[_0x38ed1d(0x172)](_0x41c34a,_0x47e5f6);},'EXKFu':_0x2d5c1a[_0x50c87c(0x152)]};return async function _0x4293d2(_0x168050,_0x33e99c){const _0xf9098=_0x50c87c,_0x17dc13={'EBPfY':function(_0x5b039c,_0x1056d0){const _0x7eee53=a4_0x3405;return _0x31ab26[_0x7eee53(0x160)](_0x5b039c,_0x1056d0);},'IUskQ':_0x31ab26[_0xf9098(0x1b0)]},_0xadeaa1=_0x31ab26[_0xf9098(0x1e7)](nestedKeyValue,_0x168050,[_0x31ab26[_0xf9098(0x15e)]])||_0x168050;let _0x57879a=null,_0x1e0dcb=null;try{[_0x1e0dcb,_0x57879a]=_0xadeaa1?_0x31ab26[_0xf9098(0x195)](parseWSEndpoint,_0xadeaa1):[null,null],global['__platformCaps']=_0x57879a,logger[_0xf9098(0x171)](_0xf9098(0x127)+_0x1e0dcb),_0x1e0dcb['includes'](Constants[_0xf9098(0x173)])&&(global[_0xf9098(0x126)]=_0x31ab26['EXKFu']);}catch(_0x523d75){logger[_0xf9098(0x171)](_0xf9098(0x1a7)+_0xadeaa1+'\x20'+_0x523d75);}_0x31ab26[_0xf9098(0x1e7)](processAccessibilityCaps,_0x57879a,_0x1e0dcb);if(global[_0xf9098(0x17f)]){const _0x3d3e83=await _0x12bd9e[_0xf9098(0x1c9)][_0xf9098(0x1a4)](this,[''+Constants['PLAYWRIGHT_HUB_URL']+_0x31ab26[_0xf9098(0x195)](encodeURIComponent,JSON['stringify'](_0x57879a))]);return PlaywrightSessionDetails[_0xf9098(0x1cd)](_0x3d3e83,_0x597a2a,_0xadeaa1),_0x3d3e83;}return _0x4f45c0[_0xf9098(0x1a4)](this,arguments)['then'](_0x2862c8=>{const _0x61cf0b=_0xf9098;let _0x4cb1ce=_0x168050['wsEndpoint'];return _0x17dc13[_0x61cf0b(0x169)](typeof _0x168050,_0x17dc13[_0x61cf0b(0x187)])&&(_0x4cb1ce=_0x168050),PlaywrightSessionDetails[_0x61cf0b(0x1cd)](_0x2862c8,_0x597a2a,_0x4cb1ce),_0x2862c8;});};}});const _0x6fe526=_0x12bd9e[_0xa927a6(0x1ee)];Object[_0xa927a6(0x12b)](_0x12bd9e,_0x2d5c1a['FkdnR'],{'get':function(){return async function _0x3ab147(){const _0x20f3ed=a4_0x3405;return _0x6fe526[_0x20f3ed(0x1a4)](this,arguments)[_0x20f3ed(0x1e4)](_0x369323=>{return PlaywrightSessionDetails['setupBrowserDetails'](_0x369323,null),_0x369323;});};}});};class O11yHelper{[a4_0x2b0832(0x1e5)]=null;[a4_0x2b0832(0x101)]=null;[a4_0x2b0832(0x166)]=![];[a4_0x2b0832(0x168)]=![];constructor(_0x7c6d06,_0x27a9ec){const _0x2eb138=a4_0x2b0832,_0x2b9e26={'LKNMB':'2|3|1|5|0|4','gZyJt':function(_0x22f92a){return _0x22f92a();},'elFYh':function(_0xc64b88,_0x5c1d36){return _0xc64b88===_0x5c1d36;},'fgvjF':_0x2eb138(0x134),'jNVun':function(_0x1cae76,_0x545b4d){return _0x1cae76(_0x545b4d);}},_0x322a60=_0x2b9e26[_0x2eb138(0x1bf)][_0x2eb138(0x16a)]('|');let _0x5203e3=0x0;while(!![]){switch(_0x322a60[_0x5203e3++]){case'0':this['_paths']=new testOpsHelper['PathHelper']({'cwd':process['cwd']()},this[_0x2eb138(0x1ea)][_0x2eb138(0x11f)]);continue;case'1':this[_0x2eb138(0xf5)]=_0x7c6d06;continue;case'2':this[_0x2eb138(0x166)]=_0x2b9e26['gZyJt'](shouldProcessEventForTesthub);continue;case'3':this[_0x2eb138(0x168)]=_0x27a9ec[_0x2eb138(0x168)];continue;case'4':this[_0x2eb138(0xf5)]&&_0x2b9e26[_0x2eb138(0x121)](this['driver'][_0x2eb138(0x136)]['name'],_0x2b9e26[_0x2eb138(0x103)])&&_0x2b9e26[_0x2eb138(0x159)](mockPWBrowserType,null);continue;case'5':this[_0x2eb138(0x1ea)]=_0x2b9e26[_0x2eb138(0x192)](getTestEnv);continue;}break;}}[a4_0x2b0832(0x128)](){const _0x225bc2=a4_0x2b0832;if(!this[_0x225bc2(0x166)])return;testOpsHelper[_0x225bc2(0xf8)](),process[_0x225bc2(0x167)](_0x225bc2(0x1db)+process['pid']),process['on']('bs:addLog:'+process[_0x225bc2(0x125)],this[_0x225bc2(0x12d)]['bind'](this));}async['stop'](){const _0xf7922b=a4_0x2b0832;await RequestQueueHandler[_0xf7922b(0x164)]()[_0xf7922b(0x1c1)]();}async[a4_0x2b0832(0x12d)](_0x43de25){const _0x17a9d0=a4_0x2b0832,_0x2412f9={'EGzAq':_0x17a9d0(0x1b6),'jBFLJ':function(_0x491324,_0x46b085){return _0x491324(_0x46b085);}};try{this[_0x17a9d0(0x101)]&&!this[_0x17a9d0(0x101)]['markedStatus']&&(_0x43de25[_0x17a9d0(0x1cb)]=this[_0x17a9d0(0x101)][_0x17a9d0(0x120)]);!_0x43de25['hook_run_uuid']&&this[_0x17a9d0(0x1e5)]&&!this[_0x17a9d0(0x1e5)][_0x17a9d0(0x138)]&&(_0x43de25[_0x17a9d0(0x1da)]=this['currentTest'][_0x17a9d0(0x1c5)]);if(_0x43de25[_0x17a9d0(0x1cb)]||_0x43de25['test_run_uuid']){const _0x4b7e85={};_0x4b7e85[_0x17a9d0(0x10b)]=_0x2412f9['EGzAq'],_0x4b7e85['logs']=[_0x43de25],await SessionHandler['uploadEventData'](_0x4b7e85);}}catch(_0x4ec4ff){_0x2412f9[_0x17a9d0(0x142)](debug,_0x17a9d0(0x19a)+constants[_0x17a9d0(0x1f3)]+'\x20with\x20error\x20:\x20'+_0x4ec4ff);}}async[a4_0x2b0832(0x150)](_0xc1c9d1){const _0x3ca677=a4_0x2b0832,_0x4ddd36={'GNsRR':_0x3ca677(0x151),'zcQFW':function(_0x22c211,_0x4e1a7c){return _0x22c211(_0x4e1a7c);}};if(!this[_0x3ca677(0x166)])return;const _0x3d502d=this[_0x3ca677(0x1b2)](this[_0x3ca677(0xf5)]);try{const _0x292211={};_0x292211[_0x3ca677(0x13c)]=_0xc1c9d1,_0x292211[_0x3ca677(0x18d)]=_0x3d502d;const _0x10691c=_0x292211,_0x2dbb1c={};_0x2dbb1c[_0x3ca677(0x10b)]=_0x4ddd36[_0x3ca677(0x11b)],_0x2dbb1c[_0x3ca677(0x10a)]=_0x10691c,await SessionHandler['uploadEventData'](_0x2dbb1c);}catch(_0x6367b9){_0x4ddd36[_0x3ca677(0x1ad)](debug,_0x3ca677(0x13b)+constants['TEST_REPORTING_ANALYTICS']+_0x3ca677(0x14f)+_0x6367b9);}}[a4_0x2b0832(0x1b2)](_0x384ed1){const _0xdc8eed=a4_0x2b0832,_0x44a7b2={'jzixJ':function(_0x116084,_0x1b8c38){return _0x116084(_0x1b8c38);}};return _0x44a7b2[_0xdc8eed(0x1cc)](fetchPlatformDetails,_0x384ed1);}[a4_0x2b0832(0x1eb)]=_0x2a6751=>{const _0x3ec34b=a4_0x2b0832,_0x1789a8={};_0x1789a8['LXAtc']=_0x3ec34b(0x153),_0x1789a8[_0x3ec34b(0x123)]=_0x3ec34b(0x132);const _0x99c92=_0x1789a8;if(!_0x2a6751||!_0x2a6751['parent'])return;[_0x99c92[_0x3ec34b(0x1d4)],_0x99c92['EEEmN']][_0x3ec34b(0x15f)](_0xe02d2a=>{const _0x560ffc=_0x3ec34b,_0x1fe422=_0x2a6751[_0x560ffc(0x135)][_0xe02d2a];_0x1fe422[_0x560ffc(0x15f)](_0x3ac23e=>{const _0x302d3d=_0x560ffc;_0x3ac23e[_0x302d3d(0x120)]&&(_0x3ac23e['hookAnalyticsId']=null);});});};[a4_0x2b0832(0x1b3)](_0x5ca697){const _0x18640c=a4_0x2b0832,_0x5492ff={'LNIKy':'codeceptjs','jGyHW':function(_0x3d34d5){return _0x3d34d5();},'HZZbc':function(_0x24368f,_0x4032ec){return _0x24368f===_0x4032ec;},'hvukr':_0x18640c(0x132),'ByBOA':'_beforeAll','qCIxx':_0x18640c(0x1b9),'PkvmB':_0x18640c(0x153)};if(!_0x5ca697||!_0x5ca697['parent'])return;[_0x5492ff[_0x18640c(0x1dd)],_0x5492ff[_0x18640c(0x193)],_0x5492ff[_0x18640c(0x1f1)],_0x5492ff[_0x18640c(0xf6)]][_0x18640c(0x15f)](_0x1389c3=>{const _0x498585=_0x18640c,_0x419cff=_0x5ca697['parent'][_0x1389c3]||[];_0x419cff[_0x498585(0x15f)](_0x121040=>{const _0x48d9e1=_0x498585;if(_0x121040[_0x48d9e1(0x140)]['includes'](_0x5492ff[_0x48d9e1(0x177)]))return;if(!_0x121040[_0x48d9e1(0x120)])_0x121040[_0x48d9e1(0x120)]=_0x5492ff[_0x48d9e1(0x1be)](uuidv4);else _0x121040['markedStatus']&&_0x5492ff[_0x48d9e1(0x15d)](_0x1389c3,_0x5492ff[_0x48d9e1(0xf6)])&&(_0x121040[_0x48d9e1(0x120)]=_0x5492ff[_0x48d9e1(0x1be)](uuidv4),delete _0x121040[_0x48d9e1(0x138)]);});}),this[_0x18640c(0x1b3)](_0x5ca697[_0x18640c(0x135)]);}['getHooksForTest'](_0x4c5848){const _0x2611e9=a4_0x2b0832,_0x59bccb={};_0x59bccb[_0x2611e9(0x1e2)]=_0x2611e9(0x1c4),_0x59bccb['vKFwU']=_0x2611e9(0x1b9),_0x59bccb[_0x2611e9(0x1ac)]='_beforeEach',_0x59bccb[_0x2611e9(0x189)]='_afterEach';const _0x36902b=_0x59bccb;if(!_0x4c5848||!_0x4c5848[_0x2611e9(0x135)])return[];const _0x333431=[];return[_0x36902b['uesmJ'],_0x36902b[_0x2611e9(0x1c2)],_0x36902b['WrViU'],_0x36902b[_0x2611e9(0x189)]][_0x2611e9(0x15f)](_0x5ba44e=>{const _0x582768=_0x2611e9,_0x147a47=_0x4c5848[_0x582768(0x135)][_0x5ba44e]||[];_0x147a47[_0x582768(0x15f)](_0x1c7cc4=>{const _0x26cef1=_0x582768;_0x1c7cc4[_0x26cef1(0x120)]&&_0x333431[_0x26cef1(0x18e)](_0x1c7cc4['hookAnalyticsId']);});}),[][_0x2611e9(0x14e)](_0x333431,this[_0x2611e9(0x182)](_0x4c5848[_0x2611e9(0x135)]));}[a4_0x2b0832(0x147)](_0x2b8c4f){const _0x3cca27=a4_0x2b0832,_0x5a4e36=/^"(?<hook>.*)" hook:.*$/,_0xbb148a=_0x2b8c4f[_0x3cca27(0x140)],_0x525a05=_0xbb148a[_0x3cca27(0x1a3)](_0x5a4e36);if(_0x525a05&&_0x525a05['groups'])return _0x525a05[_0x3cca27(0x1e0)][_0x3cca27(0x186)][_0x3cca27(0x17a)]()[_0x3cca27(0x14c)]('\x20','_');return null;}[a4_0x2b0832(0x19f)](_0x2baf2a){const _0x1aad2a=a4_0x2b0832,_0x1ce81d={};_0x1ce81d['FFDXK']=function(_0x21ac1e,_0x2b4564){return _0x21ac1e===_0x2b4564;},_0x1ce81d[_0x1aad2a(0x181)]=function(_0x48c5b8,_0x5a2d6e){return _0x48c5b8===_0x5a2d6e;},_0x1ce81d[_0x1aad2a(0x16b)]=_0x1aad2a(0x13a),_0x1ce81d[_0x1aad2a(0x129)]=_0x1aad2a(0x191);const _0x5beaa1=_0x1ce81d,_0x555d00=path[_0x1aad2a(0x1d2)];if(_0x5beaa1[_0x1aad2a(0x107)](_0x2baf2a,null)||_0x5beaa1['FFDXK'](_0x2baf2a,'')||_0x5beaa1[_0x1aad2a(0x181)](_0x2baf2a,_0x555d00)||_0x5beaa1[_0x1aad2a(0x107)](_0x2baf2a,path[_0x1aad2a(0x1b4)](_0x2baf2a)))return null;try{return fs['statSync'](path[_0x1aad2a(0x17b)](_0x2baf2a,_0x5beaa1[_0x1aad2a(0x16b)],_0x5beaa1['zPeoH'])),_0x2baf2a;}catch(_0x6ddf2d){const _0x10608d=path[_0x1aad2a(0x1b4)](_0x2baf2a);return this['findGitConfig'](_0x10608d);}}[a4_0x2b0832(0x143)](_0x3a4418){const _0x3b238c=a4_0x2b0832,_0x39374c={};_0x39374c[_0x3b238c(0x18b)]=function(_0x494c33,_0x49698a){return _0x494c33>_0x49698a;};const _0x45913f=_0x39374c;if(_0x3a4418['file'])return _0x3a4418[_0x3b238c(0x113)];if(_0x3a4418['ctx']){const _0x21717e=_0x3a4418[_0x3b238c(0x1d0)][_0x3b238c(0x1e5)]?this[_0x3b238c(0x143)](_0x3a4418[_0x3b238c(0x1d0)]['currentTest']):null;if(_0x21717e)return _0x21717e;}if(_0x3a4418[_0x3b238c(0x135)]){const _0x366f0d=this['getRootParentFile'](_0x3a4418[_0x3b238c(0x135)])||(_0x3a4418['parent'][_0x3b238c(0x1d0)]&&_0x3a4418[_0x3b238c(0x135)][_0x3b238c(0x1d0)]['currentTest']?this['getRootParentFile'](_0x3a4418[_0x3b238c(0x135)]['ctx'][_0x3b238c(0x1e5)]):null);if(_0x366f0d)return _0x366f0d;_0x3a4418[_0x3b238c(0x135)]['suites']&&_0x45913f[_0x3b238c(0x18b)](_0x3a4418[_0x3b238c(0x135)]['suites'][_0x3b238c(0x100)],0x0)&&_0x3a4418[_0x3b238c(0x135)][_0x3b238c(0x10e)]['forEach'](_0x13379d=>{const _0x5a997d=_0x3b238c,_0x3081af=_0x13379d[_0x5a997d(0x1d0)]?this[_0x5a997d(0x143)](_0x13379d[_0x5a997d(0x1d0)]):null;if(_0x3081af)return _0x3081af;});}return null;}[a4_0x2b0832(0x1a0)](_0x3b5904){const _0xf94734=a4_0x2b0832,_0x12f52b={};_0x12f52b[_0xf94734(0x178)]=function(_0x252681,_0x5c117c){return _0x252681!==_0x5c117c;};const _0x467e83=_0x12f52b,_0x550e6b=[];if(_0x3b5904&&_0x3b5904['parent']){let _0x2bf17e=_0x3b5904[_0xf94734(0x135)];while(_0x2bf17e&&_0x467e83[_0xf94734(0x178)](_0x2bf17e['title'],'')){_0x550e6b[_0xf94734(0x18e)](_0x2bf17e[_0xf94734(0x140)]),_0x2bf17e=_0x2bf17e['parent'];}}return _0x550e6b;}[a4_0x2b0832(0x137)](_0x1db909,_0x4db6ae,_0x3b1e6d=undefined){const _0x14b663=a4_0x2b0832,_0x4832ef={'cziGc':function(_0x31eded,_0x377292){return _0x31eded(_0x377292);},'wRBfy':function(_0x211ae0){return _0x211ae0();},'WISUN':function(_0xc902a7){return _0xc902a7();},'yHxBs':function(_0x441515){return _0x441515();},'EPJfZ':_0x14b663(0x1d7),'iCtGA':_0x14b663(0x1ef),'TRsgu':function(_0x3d5dae,_0x113580){return _0x3d5dae!==_0x113580;},'QnuSz':function(_0x448339,_0x2d46be){return _0x448339!==_0x2d46be;},'yxfOE':_0x14b663(0x183),'cywIQ':'pending','KVyRU':_0x14b663(0x131),'zOYMi':_0x14b663(0x162),'IIYGM':_0x14b663(0x1d9),'eaEST':_0x14b663(0x141),'wNAmS':function(_0x537f8e,_0x18e59f){return _0x537f8e-_0x18e59f;},'iWkNV':function(_0x516157,_0x4563e4,_0x53268b,_0xe84d9f,_0x3192a5){return _0x516157(_0x4563e4,_0x53268b,_0xe84d9f,_0x3192a5);},'NEpHz':_0x14b663(0x18d),'fdmYS':_0x14b663(0x163),'UqqoV':_0x14b663(0x1aa),'cdfVg':_0x14b663(0x1f4),'zpAcq':_0x14b663(0x1a6),'xIxoo':_0x14b663(0xfa),'JqXSs':'expanded','RXdMv':function(_0x161a95,_0x2c816b){return _0x161a95===_0x2c816b;},'BmDog':_0x14b663(0x1af),'xOqik':_0x14b663(0x10a)};if(!this[_0x14b663(0x166)])return;try{if(_0x4db6ae['fn']&&_0x4db6ae['fn'][_0x14b663(0x1ed)]()[_0x14b663(0x1a3)](/browserstack internal helper hook/))return;const _0x5ca5e7=_0x4832ef[_0x14b663(0x1ce)](parseEvent,_0x1db909);if(!_0x5ca5e7)return;if(_0x5ca5e7['test']){this[_0x14b663(0x1e5)]=_0x4db6ae,this[_0x14b663(0x101)]=null;if(_0x5ca5e7['started']||_0x5ca5e7[_0x14b663(0x1d9)]){_0x4db6ae['startedAt']=new Date(),_0x4db6ae[_0x14b663(0x138)]=![];if(!_0x4db6ae[_0x14b663(0x1c5)])_0x4db6ae['testAnalyticsId']=_0x4832ef[_0x14b663(0x17e)](uuidv4);else _0x4db6ae[_0x14b663(0x138)]&&(!_0x4db6ae[_0x14b663(0x155)]&&(_0x4db6ae[_0x14b663(0x155)]=_0x4db6ae['testAnalyticsId']),_0x4db6ae[_0x14b663(0x1c5)]=_0x4832ef['WISUN'](uuidv4));}}else{if(_0x5ca5e7[_0x14b663(0x186)]){this[_0x14b663(0x101)]=_0x4db6ae;if(_0x5ca5e7['started']){_0x4db6ae[_0x14b663(0x14b)]=new Date(),_0x4db6ae[_0x14b663(0x138)]=![];if(!_0x4db6ae[_0x14b663(0x120)])_0x4db6ae[_0x14b663(0x120)]=_0x4832ef[_0x14b663(0x156)](uuidv4);else _0x4db6ae[_0x14b663(0x120)]&&_0x4db6ae[_0x14b663(0x138)]&&(_0x4db6ae['hookAnalyticsId']=_0x4832ef[_0x14b663(0x17e)](uuidv4));}}}if(_0x5ca5e7[_0x14b663(0x161)]&&_0x4db6ae[_0x14b663(0x138)])return;let _0x2413b6;try{_0x2413b6=this[_0x14b663(0x143)](_0x4db6ae);}catch(_0x2aae3b){logger[_0x14b663(0x171)]('failed\x20to\x20get\x20root\x20parent\x20file\x20'+_0x2aae3b),_0x2413b6=null;}const _0x4e572d=_0x4832ef[_0x14b663(0x1ce)](require,_0x4832ef[_0x14b663(0xfd)]);let _0x469cc3=[];_0x3b1e6d&&(_0x469cc3=[_0x3b1e6d,_0x4832ef[_0x14b663(0x1c3)]]);const _0x1a6605=_0x4832ef[_0x14b663(0x105)](_0x4db6ae['errorsDetailed'],undefined)?_0x4e572d[_0x14b663(0x1bc)](_0x4db6ae['errorsDetailed'][0x0]):_0x4832ef[_0x14b663(0x104)](_0x3b1e6d,undefined)?_0x3b1e6d[_0x14b663(0x1ed)]():undefined,_0x4d4687=_0x2413b6?this[_0x14b663(0x19f)](_0x2413b6):null,_0x488c78=_0x2413b6?this[_0x14b663(0x16f)][_0x14b663(0x119)](this[_0x14b663(0x143)](_0x4db6ae)):_0x4832ef[_0x14b663(0x122)];let _0x212c9f=_0x4832ef[_0x14b663(0x12c)];const _0x43c53a=!_0x5ca5e7['started']?new Date()[_0x14b663(0x1e1)]():null;if(_0x5ca5e7['finished'])_0x212c9f=_0x3b1e6d?_0x4832ef[_0x14b663(0xfc)]:_0x4832ef[_0x14b663(0x1ca)],_0x4db6ae['markedStatus']=!![];else _0x5ca5e7[_0x14b663(0x1d9)]&&(_0x212c9f=_0x4832ef[_0x14b663(0x1f0)],_0x4db6ae[_0x14b663(0x138)]=!![]);const _0x55ff8d={'framework':this[_0x14b663(0x168)],'uuid':_0x4db6ae[_0x14b663(0x1c5)]||_0x4db6ae[_0x14b663(0x120)],'name':_0x4db6ae[_0x14b663(0x140)],'body':{'lang':_0x4832ef['eaEST'],'code':_0x4db6ae[_0x14b663(0x1d1)]['toString']()},'type':_0x4db6ae[_0x14b663(0x15b)],'scope':_0x4db6ae['fullTitle'](),'scopes':this[_0x14b663(0x1a0)](_0x4db6ae),'file_name':_0x488c78,'vc_filepath':_0x4d4687?path['relative'](_0x4d4687,_0x2413b6):null,'location':_0x488c78,'result':_0x212c9f,'failure_reason':_0x1a6605,'duration_in_ms':_0x4db6ae[_0x14b663(0x176)]||(_0x5ca5e7[_0x14b663(0x161)]||_0x5ca5e7[_0x14b663(0x1d9)])?_0x4832ef[_0x14b663(0x1f2)](Date[_0x14b663(0x18a)](),new Date(_0x4db6ae[_0x14b663(0x14b)])['getTime']()):null,'started_at':new Date(_0x4db6ae[_0x14b663(0x14b)])[_0x14b663(0x1e1)](),'finished_at':_0x43c53a,'failure':testOpsHelper[_0x14b663(0x13d)][_0x14b663(0x1a4)](null,_0x469cc3),'failure_type':!_0x1a6605?null:testOpsHelper[_0x14b663(0x1a8)](_0x1a6605),'retry_of':_0x4db6ae[_0x14b663(0x155)]||null,'tags':_0x4db6ae[_0x14b663(0x185)]||[],'customRerunParam':{'rerun_name':_0x4db6ae[_0x14b663(0x17c)]()}};_0x4832ef[_0x14b663(0x1b1)](appendTesthubParams,_0x55ff8d,_0x1db909,_0x4db6ae,FRAMEWORKS[_0x14b663(0x1e9)]);if(_0x5ca5e7[_0x14b663(0x186)])[_0x55ff8d[_0x14b663(0x130)],_0x55ff8d[_0x14b663(0x1d5)]]=[this[_0x14b663(0x147)](_0x4db6ae),_0x4db6ae[_0x14b663(0x1d0)][_0x14b663(0x198)][_0x14b663(0x140)]],_0x5ca5e7['finished']?_0x4832ef[_0x14b663(0x104)](_0x55ff8d[_0x14b663(0x109)],_0x4832ef[_0x14b663(0xfc)])&&(_0x55ff8d[_0x14b663(0x109)]=_0x4832ef[_0x14b663(0x1ca)]):_0x55ff8d['body']={};else _0x5ca5e7['test']&&(this['mapTestHooks'](_0x4db6ae),_0x5ca5e7[_0x14b663(0x1d9)]&&this[_0x14b663(0x1eb)](_0x4db6ae),(_0x5ca5e7['finished']||_0x5ca5e7[_0x14b663(0x1d9)])&&(_0x55ff8d[_0x14b663(0x15c)]=this[_0x14b663(0x182)](_0x4db6ae)));this[_0x14b663(0xf5)]&&(_0x5ca5e7['started']||_0x5ca5e7[_0x14b663(0x1d9)])&&(_0x55ff8d[_0x4832ef[_0x14b663(0x1e8)]]=this['getCBTInfo'](this[_0x14b663(0xf5)]));_0x5ca5e7[_0x14b663(0x198)]&&_0x5ca5e7['finished']&&_0x4db6ae[_0x14b663(0x1b8)]&&(_0x55ff8d[_0x4832ef['fdmYS']]={'feature':{'name':_0x4db6ae[_0x14b663(0x135)]['feature']['name'],'path':_0x55ff8d[_0x14b663(0xf9)],'description':_0x4db6ae[_0x14b663(0x135)][_0x14b663(0x184)]},'scenario':{'name':_0x4db6ae[_0x14b663(0x140)]},'steps':_0x4db6ae[_0x14b663(0x1b8)]});const _0x39c032=_0x55ff8d[_0x4832ef[_0x14b663(0x133)]][0x0];_0x39c032&&(_0x55ff8d[_0x4832ef[_0x14b663(0x112)]]=_0x39c032[_0x4832ef[_0x14b663(0x116)]],_0x55ff8d[_0x4832ef[_0x14b663(0x1c6)]]=_0x39c032[_0x4832ef[_0x14b663(0x19e)]]);if(_0x4db6ae[_0x14b663(0x1b8)])for(const _0x2f92d5 of _0x4db6ae[_0x14b663(0x1b8)]){!_0x2f92d5['finished_at']&&(_0x2f92d5[_0x14b663(0x15a)]=new Date()[_0x14b663(0x1e1)](),_0x4832ef['RXdMv'](_0x2f92d5[_0x14b663(0x109)],_0x4832ef[_0x14b663(0x12c)])&&(_0x39c032?(_0x2f92d5[_0x14b663(0x109)]=_0x4832ef[_0x14b663(0xfc)],_0x2f92d5[_0x14b663(0x1aa)]=_0x39c032[_0x4832ef['zpAcq']][0x0]):_0x2f92d5[_0x14b663(0x109)]=_0x4832ef[_0x14b663(0x1ca)]));}const _0x284102={};_0x284102['event_type']=_0x5ca5e7[_0x14b663(0x1d9)]?TEST_EVENTS[_0x14b663(0x1c8)]:_0x1db909;const _0x41b8dc=_0x284102;return _0x5ca5e7[_0x14b663(0x186)]?_0x41b8dc[_0x4832ef[_0x14b663(0x196)]]=_0x55ff8d:_0x41b8dc[_0x4832ef[_0x14b663(0xfb)]]=_0x55ff8d,_0x41b8dc;}catch(_0x14c85f){logger[_0x14b663(0x171)]('Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0x1db909+_0x14b663(0x14f)+_0x14c85f);}}async['fireEvent'](_0x46339e,_0x353a22){const _0x2469ce=a4_0x2b0832;if(!this[_0x2469ce(0x166)]||!_0x353a22||!_0x46339e)return![];try{return await SessionHandler[_0x2469ce(0x102)](_0x353a22);}catch(_0x4b0f7f){logger[_0x2469ce(0x171)](_0x2469ce(0x17d)+_0x46339e+'\x20with\x20error\x20:\x20'+_0x4b0f7f);}}[a4_0x2b0832(0x1c0)](_0x1e423a){const _0x3763df=a4_0x2b0832,_0x47e472={};_0x47e472['YdNIb']=_0x3763df(0x111);const _0x249a44=_0x47e472;return{'id':_0x1e423a['stepAnalyticsId'],'text':_0x1e423a['text'],'keyword':_0x1e423a[_0x3763df(0x1a1)],'started_at':_0x1e423a['startedAt'][_0x3763df(0x1e1)](),'result':_0x249a44[_0x3763df(0xff)]};}[a4_0x2b0832(0x1ec)](_0xa88ac4){const _0x1d9391=a4_0x2b0832,_0x247c7f={'DrHZs':function(_0x4f5f27){return _0x4f5f27();}};!this['currentTest'][_0x1d9391(0x1b8)]&&(this['currentTest'][_0x1d9391(0x1b8)]=[]),!_0xa88ac4['stepAnalyticsId']&&(_0xa88ac4[_0x1d9391(0x146)]=_0x247c7f['DrHZs'](uuidv4),_0xa88ac4[_0x1d9391(0x14b)]=new Date(),this[_0x1d9391(0x1e5)][_0x1d9391(0x1b8)][_0x1d9391(0x18e)](this['initializeBddStep'](_0xa88ac4)));}[a4_0x2b0832(0x11e)](_0x1e4b0d){const _0x15baf=a4_0x2b0832,_0x53384b={'OfGqS':function(_0x3055d0,_0x3c2971){return _0x3055d0(_0x3c2971);},'WUEEP':_0x15baf(0x180),'ZfRaA':'pending','Qhytw':_0x15baf(0x162),'hLtSd':function(_0x3a96c8,_0x232f8f){return _0x3a96c8-_0x232f8f;}};let _0x1df965=this[_0x15baf(0x1e5)][_0x15baf(0x1b8)][_0x15baf(0x19c)](_0xaed591=>_0xaed591['id']===_0x1e4b0d[_0x15baf(0x146)]);_0x53384b[_0x15baf(0x1df)](isUndefined,_0x1df965)&&(_0x1df965=this[_0x15baf(0x1c0)](_0x1e4b0d)),_0x1df965['result']=[_0x53384b[_0x15baf(0x194)],_0x53384b['ZfRaA']][_0x15baf(0x1d3)](_0x1e4b0d['status'])?_0x53384b[_0x15baf(0x10c)]:_0x1e4b0d[_0x15baf(0x1e3)],_0x1df965[_0x15baf(0x15a)]=new Date()[_0x15baf(0x1e1)](),_0x1df965[_0x15baf(0x176)]=_0x53384b[_0x15baf(0x1bb)](Date[_0x15baf(0x18a)](),_0x1e4b0d[_0x15baf(0x14b)][_0x15baf(0x118)]()),_0x1df965[_0x15baf(0x1aa)]=_0x1e4b0d[_0x15baf(0x1ef)]?_0x1e4b0d[_0x15baf(0x1ef)][_0x15baf(0x12a)]:null;}}const a4_0xc5a81c={};a4_0xc5a81c[a4_0x2b0832(0x1a2)]=O11yHelper,a4_0xc5a81c[a4_0x2b0832(0x1de)]=STATE_PASSED,a4_0xc5a81c[a4_0x2b0832(0x1a5)]=STATE_FAILED,a4_0xc5a81c[a4_0x2b0832(0x16c)]=TEST_EVENTS,module[a4_0x2b0832(0x14a)]=a4_0xc5a81c;