browserstack-node-sdk 1.54.2 → 1.55.0

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 (198) 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 +3 -3
  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/newman/command.js +2 -0
  79. package/src/bin/newman/helper.js +1 -0
  80. package/src/bin/newman/reporter/index.js +1 -0
  81. package/src/bin/newman/scriptRunner.js +2 -0
  82. package/src/bin/nightwatch/command.js +1 -1
  83. package/src/bin/playwright/accessibility-helper.js +1 -1
  84. package/src/bin/playwright/command.js +1 -1
  85. package/src/bin/playwright/globalSetup.js +1 -1
  86. package/src/bin/playwright/mock-process.js +1 -1
  87. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  88. package/src/bin/playwright/patches.js +1 -1
  89. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  90. package/src/bin/playwright/reporter/reporter.js +1 -1
  91. package/src/bin/playwright/reporter/test-details.js +1 -1
  92. package/src/bin/playwright/sessionDetails.js +1 -1
  93. package/src/bin/puppeteer/patches.js +1 -1
  94. package/src/bin/puppeteer/sessionDetails.js +1 -1
  95. package/src/bin/puppeteer/test.setup.js +1 -1
  96. package/src/bin/runner.js +1 -1
  97. package/src/bin/setup.js +1 -1
  98. package/src/bin/test-runner/index.js +1 -1
  99. package/src/bin/test-runner/runTest.js +1 -1
  100. package/src/bin/test-runner/testWorker.js +1 -1
  101. package/src/bin/utils/apiUtilityMethods.js +1 -1
  102. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  103. package/src/bin/utils/constants.js +1 -1
  104. package/src/bin/utils/log4jsAppender.js +1 -1
  105. package/src/bin/utils/logPatcher.js +1 -1
  106. package/src/bin/utils/logReportingAPI.js +1 -1
  107. package/src/bin/utils/playwright-patcher.js +1 -1
  108. package/src/bin/utils/puppeteer-patcher.js +1 -1
  109. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  110. package/src/bin/utils/sharedUtils.js +1 -1
  111. package/src/bin/v2/TestInfo.js +1 -1
  112. package/src/bin/v2/browserstackCLI.js +1 -1
  113. package/src/bin/v2/cliUtils.js +1 -1
  114. package/src/bin/v2/customTagManager.js +1 -1
  115. package/src/bin/v2/eventDispatcher.js +1 -1
  116. package/src/bin/v2/framework/automationFramework.js +1 -1
  117. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  118. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  119. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  120. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  121. package/src/bin/v2/framework/newmanTestFramework.js +1 -0
  122. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  123. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  124. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  125. package/src/bin/v2/framework/testFramework.js +1 -1
  126. package/src/bin/v2/grpcClient.js +1 -1
  127. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  128. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  129. package/src/bin/v2/instances/trackedContext.js +1 -1
  130. package/src/bin/v2/instances/trackedInstance.js +1 -1
  131. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  132. package/src/bin/v2/modules/baseModule.js +1 -1
  133. package/src/bin/v2/modules/loadTestModule.js +1 -1
  134. package/src/bin/v2/modules/observabilityModule.js +1 -1
  135. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  136. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  137. package/src/bin/v2/modules/testhubModule.js +1 -1
  138. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  139. package/src/bin/v2/state/hookState.js +1 -1
  140. package/src/bin/v2/state/testFrameworkState.js +1 -1
  141. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  142. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  143. package/src/bin/v2/utils/jest-utils.js +1 -1
  144. package/src/bin/vanilla-js/command.js +1 -1
  145. package/src/browserStackSdk.js +1 -1
  146. package/src/helpers/BrowserStackSetup.js +1 -1
  147. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  148. package/src/helpers/accessibility-automation/constants.js +1 -1
  149. package/src/helpers/accessibility-automation/helper.js +1 -1
  150. package/src/helpers/accessibility-automation/scripts.js +1 -1
  151. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  152. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  153. package/src/helpers/ats/constants.js +1 -1
  154. package/src/helpers/ats/helper.js +1 -1
  155. package/src/helpers/capsMapping.js +1 -1
  156. package/src/helpers/central-scanner/constants.js +1 -1
  157. package/src/helpers/central-scanner/helpers.js +1 -1
  158. package/src/helpers/classLogger.js +1 -1
  159. package/src/helpers/globals.js +1 -1
  160. package/src/helpers/helper.js +1 -1
  161. package/src/helpers/logger.js +1 -1
  162. package/src/helpers/metadata.js +1 -1
  163. package/src/helpers/patchHelper.js +1 -1
  164. package/src/helpers/patchHelpers.js +1 -1
  165. package/src/helpers/percy/Percy.js +1 -1
  166. package/src/helpers/percy/PercyBinary.js +1 -1
  167. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  168. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  169. package/src/helpers/percy/PercySDK.js +1 -1
  170. package/src/helpers/percy/index.js +1 -1
  171. package/src/helpers/percy/utils.js +1 -1
  172. package/src/helpers/performance/constants.js +1 -1
  173. package/src/helpers/performance/performance-tester.js +1 -1
  174. package/src/helpers/playwright-helper.js +1 -1
  175. package/src/helpers/processHelper.js +1 -1
  176. package/src/helpers/puppeteer-helper.js +1 -1
  177. package/src/helpers/request-spy.js +1 -1
  178. package/src/helpers/setKeepAlive.js +1 -1
  179. package/src/helpers/test-observability/constants.js +1 -1
  180. package/src/helpers/test-observability/error-handler.js +1 -1
  181. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  182. package/src/helpers/test-observability/sessionHandler.js +1 -1
  183. package/src/helpers/test-observability/utils.js +1 -1
  184. package/src/helpers/test-orchestration/constants.js +1 -1
  185. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  186. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  187. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  188. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  189. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  190. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  191. package/src/helpers/testhub/constants.js +1 -1
  192. package/src/helpers/testhub/testhubHandler.js +1 -1
  193. package/src/helpers/testhub/utils.js +1 -1
  194. package/src/helpers/timeoutPromise.js +1 -1
  195. package/src/helpers/utilities.js +1 -1
  196. package/src/helpers/w3cMapping.js +1 -1
  197. package/src/hubAllocationMethods.js +1 -1
  198. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a1_0x4439(_0x4f46a4,_0x5f1952){const _0x1e230b=a1_0x1e23();return a1_0x4439=function(_0x443918,_0x4472f0){_0x443918=_0x443918-0x185;let _0x22de7b=_0x1e230b[_0x443918];return _0x22de7b;},a1_0x4439(_0x4f46a4,_0x5f1952);}const a1_0x330f1e=a1_0x4439;(function(_0x2f45a7,_0x4a573f){const _0x3bbc8c=a1_0x4439,_0x11c379=_0x2f45a7();while(!![]){try{const _0x1438e9=-parseInt(_0x3bbc8c(0x289))/0x1*(-parseInt(_0x3bbc8c(0x198))/0x2)+-parseInt(_0x3bbc8c(0x258))/0x3+parseInt(_0x3bbc8c(0x1eb))/0x4*(parseInt(_0x3bbc8c(0x200))/0x5)+parseInt(_0x3bbc8c(0x1d6))/0x6*(-parseInt(_0x3bbc8c(0x1b6))/0x7)+parseInt(_0x3bbc8c(0x1e3))/0x8*(-parseInt(_0x3bbc8c(0x1c5))/0x9)+-parseInt(_0x3bbc8c(0x26b))/0xa*(parseInt(_0x3bbc8c(0x1a9))/0xb)+parseInt(_0x3bbc8c(0x1ee))/0xc;if(_0x1438e9===_0x4a573f)break;else _0x11c379['push'](_0x11c379['shift']());}catch(_0x16e64b){_0x11c379['push'](_0x11c379['shift']());}}}(a1_0x1e23,0xc918f));const fs=require('fs'),util=require('util'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require('../../helpers/helper'),logger=require('../../helpers/logger')[a1_0x330f1e(0x287)],testOpsHelper=require(a1_0x330f1e(0x20f)),requestSpy=require(a1_0x330f1e(0x259)),PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x330f1e(0x270)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x330f1e(0x272)),AccessibilityHelper=require(a1_0x330f1e(0x1b0)),scripts=require(a1_0x330f1e(0x243)),PerformanceTester=require(a1_0x330f1e(0x1af)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x330f1e(0x225)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x330f1e(0x224)),testHubConstants=require(a1_0x330f1e(0x217)),globals=require(a1_0x330f1e(0x20c)),CodeceptJS=requireModule(a1_0x330f1e(0x1a1),a1_0x330f1e(0x204)),CodeceptUtils=requireModule(a1_0x330f1e(0x1ef),a1_0x330f1e(0x204)),CodeceptWebDriver=requireModule(a1_0x330f1e(0x195),a1_0x330f1e(0x204)),CodeceptRecorder=requireModule(a1_0x330f1e(0x28a),'codeceptjs'),CodeceptPlaywright=requireModule(a1_0x330f1e(0x1f2),a1_0x330f1e(0x204)),playwrightMarkSessionStatus=(_0x21ffe4,_0x4c8ec5,_0x4c8b2c)=>{const _0x5cc094=a1_0x330f1e,_0x571771={'MQgOY':'setSessionStatus','fOLBF':function(_0x32e80e,_0x4fd100){return _0x32e80e(_0x4fd100);}},_0x271aff={};_0x271aff[_0x5cc094(0x186)]=_0x4c8ec5;const _0x32c24f={};_0x32c24f[_0x5cc094(0x266)]=_0x571771[_0x5cc094(0x1aa)],_0x32c24f[_0x5cc094(0x209)]=_0x271aff;const _0x38657b=_0x32c24f;return!_0x571771[_0x5cc094(0x260)](isUndefined,_0x4c8b2c)&&(_0x38657b[_0x5cc094(0x209)]['reason']=JSON[_0x5cc094(0x1c1)](_0x4c8b2c)),_0x21ffe4[_0x5cc094(0x21d)](()=>{},_0x5cc094(0x22f)+JSON[_0x5cc094(0x1c1)](_0x38657b));},o11ySync=PerformanceTester['measureWrapper'](PerformanceO11yEvents[a1_0x330f1e(0x237)],async _0x2b5f85=>{const _0x5b953a=a1_0x330f1e,_0x3346a4={};_0x3346a4[_0x5b953a(0x253)]=function(_0x10ee1d,_0x11d6f0){return _0x10ee1d===_0x11d6f0;},_0x3346a4[_0x5b953a(0x25e)]=_0x5b953a(0x19b);const _0x2590d6=_0x3346a4;_0x2590d6['QiGZj'](_0x2b5f85[_0x5b953a(0x234)]['name'],_0x2590d6[_0x5b953a(0x25e)])?await _0x2b5f85[_0x5b953a(0x21d)](_0x4b1118=>{},testOpsHelper[_0x5b953a(0x1b5)]()):await _0x2b5f85['executeScript'](testOpsHelper[_0x5b953a(0x1b5)]());}),markSessionName=PerformanceTester['measureWrapper'](PerformanceAutEvents[a1_0x330f1e(0x25d)],async(_0x1bf7e0,_0xc6f47f)=>{const _0x27044e=a1_0x330f1e,_0x498e02={};_0x498e02['Dhjys']=_0x27044e(0x212),_0x498e02[_0x27044e(0x25c)]=function(_0x18793a,_0x573641){return _0x18793a===_0x573641;},_0x498e02[_0x27044e(0x221)]=_0x27044e(0x19b);const _0x1b6a22=_0x498e02,_0xdf46fc={};_0xdf46fc[_0x27044e(0x21c)]=_0xc6f47f;const _0x56a171={};_0x56a171['action']=_0x1b6a22['Dhjys'],_0x56a171['arguments']=_0xdf46fc;const _0x5b081f=_0x56a171;_0x1b6a22[_0x27044e(0x25c)](_0x1bf7e0[_0x27044e(0x234)][_0x27044e(0x21c)],_0x1b6a22[_0x27044e(0x221)])?await _0x1bf7e0['executeScript'](()=>{},_0x27044e(0x22f)+JSON[_0x27044e(0x1c1)](_0x5b081f)):await _0x1bf7e0['executeScript']('browserstack_executor:\x20'+JSON[_0x27044e(0x1c1)](_0x5b081f));}),patchSaveScreenshot=_0x40582a=>{const _0x4f99c9=a1_0x330f1e,_0x479d1a={'KXQEq':'base64','OAyuw':_0x4f99c9(0x1d3),'RGYob':function(_0x573535){return _0x573535();},'DFchM':function(_0x576da5,_0x41cbf2){return _0x576da5(_0x41cbf2);},'GWalv':_0x4f99c9(0x215)};_0x479d1a[_0x4f99c9(0x1a3)](isTrue,process['env'][_0x4f99c9(0x261)])&&!_0x40582a[_0x4f99c9(0x286)]&&(_0x40582a[_0x4f99c9(0x286)]=!![],_0x40582a['initSaveScreenshot']=_0x40582a[_0x4f99c9(0x220)],_0x40582a['saveScreenshot']=(_0x4e1663,_0x8eeb82=![])=>{const _0x586d29=_0x4f99c9,_0x5d4a58={'eYWql':_0x479d1a[_0x586d29(0x27a)],'ewfHt':_0x479d1a[_0x586d29(0x1f9)],'aMurv':function(_0x1cb1f0){const _0x3a2fe8=_0x586d29;return _0x479d1a[_0x3a2fe8(0x1dd)](_0x1cb1f0);},'iDJBF':function(_0x112853,_0x194185){const _0x5c7e8b=_0x586d29;return _0x479d1a[_0x5c7e8b(0x1a3)](_0x112853,_0x194185);},'zYUwD':_0x479d1a[_0x586d29(0x23b)]};return new Promise(function(_0x57958e,_0x85dc91){const _0x258883=_0x586d29,_0x150413={'QaCml':_0x5d4a58['eYWql'],'AGtKp':_0x5d4a58[_0x258883(0x285)],'VQxTa':function(_0xd867d1){const _0x41e1f5=_0x258883;return _0x5d4a58[_0x41e1f5(0x192)](_0xd867d1);},'ktzOq':function(_0x5fa96e,_0xf408e2){const _0x77511e=_0x258883;return _0x5d4a58[_0x77511e(0x21a)](_0x5fa96e,_0xf408e2);},'xRzao':_0x5d4a58[_0x258883(0x227)]};_0x40582a[_0x258883(0x249)](_0x4e1663,_0x8eeb82)['then'](()=>{const _0x4b7ecc=_0x258883,_0x4901da=CodeceptUtils[_0x4b7ecc(0x1a4)](_0x4e1663);if(_0x4901da){const _0x200f88=fs['readFileSync'](_0x4901da);process[_0x4b7ecc(0x24e)]('bs:addLog:'+process[_0x4b7ecc(0x1c9)],{'timestamp':new Date()[_0x4b7ecc(0x19d)](),'message':_0x200f88[_0x4b7ecc(0x20a)](_0x150413[_0x4b7ecc(0x282)]),'kind':_0x150413['AGtKp']}),_0x150413[_0x4b7ecc(0x20d)](_0x57958e);}_0x150413[_0x4b7ecc(0x1a5)](_0x85dc91,new Error(_0x150413[_0x4b7ecc(0x222)]));})[_0x258883(0x190)](()=>null);});});},patchWebDriverBefore=_0x2021f4=>{const _0x4a9dc0=a1_0x330f1e,_0x430444={'IGyUw':function(_0x135638){return _0x135638();},'fBHfo':function(_0x1ad8c,_0x159965){return _0x1ad8c(_0x159965);},'vRQfz':function(_0x5ba62e,_0x43a9a0){return _0x5ba62e===_0x43a9a0;},'KNdle':_0x4a9dc0(0x290),'IkqyD':function(_0x10b813,_0x45720b){return _0x10b813===_0x45720b;},'jNFnE':'string','Vqcmk':'Element'},_0x2ee72e=async function(_0x309134,_0x209cd5){const _0x2e2d58=_0x4a9dc0;_0x430444['IGyUw'](isAccessibilityAutomationSession)&&!global['bstackAllyScanning']&&global['accessibilityPlatform']&&scripts[_0x2e2d58(0x278)](_0x309134[_0x2e2d58(0x21c)])&&_0x430444[_0x2e2d58(0x19e)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x2e2d58(0x191)]=!![],await PerformanceTester[_0x2e2d58(0x1f6)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x3c0d1b=_0x2e2d58;logger[_0x3c0d1b(0x1c6)](_0x3c0d1b(0x25b)+_0x309134[_0x3c0d1b(0x1d0)]+'\x20'+_0x309134['name']),await AccessibilityHelper['browserStackExecuteDriver'](_0x2021f4,scripts[_0x3c0d1b(0x247)]);},{'command':_0x309134['name']})());global[_0x2e2d58(0x191)]=![];const _0x1852e5=JSON[_0x2e2d58(0x1b3)](process['env'][_0x2e2d58(0x219)]||'{}');if(_0x430444['vRQfz'](_0x1852e5?.[_0x2e2d58(0x18f)]?.['name'],_0x430444['KNdle'])&&_0x430444[_0x2e2d58(0x250)](typeof _0x1852e5?.[_0x2e2d58(0x18f)]?.[_0x2e2d58(0x207)],_0x430444[_0x2e2d58(0x1be)])&&_0x1852e5?.['testFramework']?.[_0x2e2d58(0x207)][_0x2e2d58(0x223)]('7'))return _0x209cd5['apply'](null,Array[_0x2e2d58(0x1c3)][_0x2e2d58(0x189)][_0x2e2d58(0x24b)](arguments,0x2));return _0x209cd5[_0x2e2d58(0x1cf)](this,Array[_0x2e2d58(0x1c3)][_0x2e2d58(0x189)][_0x2e2d58(0x24b)](arguments,0x2));},_0xd2b31c=CodeceptWebDriver['prototype'][_0x4a9dc0(0x22c)];CodeceptWebDriver[_0x4a9dc0(0x1c3)][_0x4a9dc0(0x22c)]=async function(){const _0x9a6f64=_0x4a9dc0;try{await _0xd2b31c[_0x9a6f64(0x1cf)](this,arguments);}catch(_0x5e7ff8){logger[_0x9a6f64(0x1c6)](_0x9a6f64(0x1c0)+util[_0x9a6f64(0x1c8)](_0x5e7ff8));}scripts[_0x9a6f64(0x1b8)][_0x9a6f64(0x288)](_0x4f865e=>_0x4f865e['name']&&_0x4f865e[_0x9a6f64(0x1d0)])[_0x9a6f64(0x26c)](_0x175fb4=>{const _0xe94206=_0x9a6f64;this[_0xe94206(0x203)][_0xe94206(0x188)](_0x175fb4[_0xe94206(0x21c)],_0x2ee72e[_0xe94206(0x230)](this,_0x175fb4),_0x430444['IkqyD'](_0x175fb4[_0xe94206(0x1d0)],_0x430444[_0xe94206(0x187)]));}),_0x430444[_0x9a6f64(0x19e)](processWebDriverConfig,_0x2021f4);};};function parseJwt(_0x47a5e0){const _0xf1ebb2=a1_0x330f1e,_0x5dc907={};_0x5dc907['lhwmt']=_0xf1ebb2(0x257);const _0x5c1cfa=_0x5dc907;if(!_0x47a5e0)return null;return JSON[_0xf1ebb2(0x1b3)](Buffer[_0xf1ebb2(0x18e)](_0x47a5e0[_0xf1ebb2(0x1f0)]('.')[0x1],_0x5c1cfa[_0xf1ebb2(0x1de)])[_0xf1ebb2(0x20a)]());}const patchPlaywrightBefore=()=>{const _0x321d4f=a1_0x330f1e,_0x5e4ad1={'aTCKv':function(_0x5025c7){return _0x5025c7();},'gtijL':_0x321d4f(0x238),'tQYik':'--auto-open-devtools-for-tabs','lzayd':function(_0x304627,_0x3687fc){return _0x304627(_0x3687fc);},'RFOah':function(_0x1503c2,_0x1fbbd8){return _0x1503c2+_0x1fbbd8;},'lnFbf':'\x0aStack:\x20','BuUIR':function(_0x2e3417){return _0x2e3417();},'bakTW':function(_0x3b5e28){return _0x3b5e28();}};PlaywrightSessionDetails[_0x321d4f(0x19f)]();const _0x2cd0f6=CodeceptPlaywright['prototype'][_0x321d4f(0x22c)];CodeceptPlaywright[_0x321d4f(0x1c3)]['_before']=async function(){const _0xce495=_0x321d4f,_0x17c846={'sqGKg':function(_0x253dd0){const _0x1ddc9f=a1_0x4439;return _0x5e4ad1[_0x1ddc9f(0x1f5)](_0x253dd0);},'Cjcve':_0x5e4ad1[_0xce495(0x18b)],'eucuR':_0x5e4ad1[_0xce495(0x202)],'sANZp':function(_0x2bef0d,_0x715342){return _0x5e4ad1['lzayd'](_0x2bef0d,_0x715342);},'QfzML':function(_0x3f899f,_0x98e586){return _0x5e4ad1['RFOah'](_0x3f899f,_0x98e586);},'JSXtj':_0x5e4ad1[_0xce495(0x213)]};this[_0xce495(0x1d1)]=await this[_0xce495(0x203)][_0xce495(0x294)]()[0x0];const _0x1a4b0b=async()=>{const _0x28a4a7=_0xce495,_0x155940=this[_0x28a4a7(0x24c)]&&this[_0x28a4a7(0x24c)][_0x28a4a7(0x1ac)]&&this[_0x28a4a7(0x24c)][_0x28a4a7(0x1ac)][_0x28a4a7(0x25f)]&&Array[_0x28a4a7(0x251)](this['config'][_0x28a4a7(0x1ac)]['args'])&&this[_0x28a4a7(0x24c)][_0x28a4a7(0x1ac)][_0x28a4a7(0x25f)][_0x28a4a7(0x284)](_0x17c846[_0x28a4a7(0x1a8)]);if(_0x17c846[_0x28a4a7(0x267)](isAccessibilityAutomationSession)&&!_0x155940)try{const _0x41e3b5=_0x17c846[_0x28a4a7(0x263)](parseJwt,process[_0x28a4a7(0x256)][_0x28a4a7(0x1e6)]);if(_0x41e3b5&&_0x41e3b5[_0x28a4a7(0x293)]&&_0x41e3b5[_0x28a4a7(0x293)]['domForge']){const _0x101708=this[_0x28a4a7(0x1d1)]['pages'][_0x28a4a7(0x230)](this['browserContext']);this[_0x28a4a7(0x1d1)]['pages']=async function(){const _0x6f4a82=_0x28a4a7,_0x240a60=await _0x17c846[_0x6f4a82(0x267)](_0x101708),_0x1f271b=[];for(const _0x3c95c1 of _0x240a60){try{const _0x453e1d=await _0x3c95c1['url']();!_0x453e1d['startsWith'](_0x17c846['Cjcve'])&&_0x1f271b[_0x6f4a82(0x1e4)](_0x3c95c1);}catch(_0x309fe0){_0x1f271b[_0x6f4a82(0x1e4)](_0x3c95c1);}}return _0x1f271b;};}if(!_0x17c846[_0x28a4a7(0x267)](isBrowserstackInfra)){const _0x1f7a26=await this[_0x28a4a7(0x1ab)][_0x28a4a7(0x1dc)]();if(_0x1f7a26[_0x28a4a7(0x223)](_0x17c846[_0x28a4a7(0x1f4)])){const _0xc6e8fa=await this[_0x28a4a7(0x1d1)][_0x28a4a7(0x1ca)]();this[_0x28a4a7(0x1b9)](_0xc6e8fa[0x0]);}}}catch(_0x502130){logger[_0x28a4a7(0x1c6)](_0x28a4a7(0x23c)+_0x502130[_0x28a4a7(0x21f)]+(_0x502130['stack']?_0x17c846[_0x28a4a7(0x268)](_0x17c846['JSXtj'],_0x502130[_0x28a4a7(0x1b4)]):''));}};_0x5e4ad1[_0xce495(0x1f5)](isBrowserstackInfra)&&await _0x5e4ad1[_0xce495(0x1f5)](_0x1a4b0b),await _0x2cd0f6[_0xce495(0x1cf)](this,arguments),!_0x5e4ad1[_0xce495(0x197)](isBrowserstackInfra)&&await _0x5e4ad1[_0xce495(0x18c)](_0x1a4b0b);};},getCodeceptDriver=()=>{const _0x4b3189=a1_0x330f1e,_0x34c296={};_0x34c296[_0x4b3189(0x245)]='WebDriver',_0x34c296[_0x4b3189(0x194)]=_0x4b3189(0x19b),_0x34c296[_0x4b3189(0x1c2)]=_0x4b3189(0x1e1),_0x34c296[_0x4b3189(0x20e)]=_0x4b3189(0x1d8);const _0x367244=_0x34c296,_0x2d41f3=[_0x367244[_0x4b3189(0x245)],_0x367244['uiUlJ'],_0x367244[_0x4b3189(0x1c2)],_0x367244[_0x4b3189(0x20e)]],_0x432451=_0x2d41f3['find'](_0x193535=>!!CodeceptJS[_0x4b3189(0x1d9)][_0x4b3189(0x1a0)](_0x193535));if(!_0x432451)return null;return CodeceptJS[_0x4b3189(0x1d9)][_0x4b3189(0x1a0)](_0x432451);};function a1_0x1e23(){const _0xbc0bc=['4QenCci','WyRjy','sBAzt','19291884oEEfzq','codeceptjs/lib/utils.js','split','captureEvent','codeceptjs/lib/helper/Playwright.js','after','Cjcve','aTCKv','measureWrapper','addRequestSpy','eEfqV','OAyuw','eJyyb','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','saveTestResults','warn','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','BROWSERSTACK_TESTHUB_JWT','6985175wxWwbD','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','tQYik','browser','codeceptjs','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','bddStep','version','bs:addLog:','arguments','toString','KAzha','../../helpers/globals.js','VQxTa','RBAUv','../../helpers/test-observability/utils','cdMKW','passed','setSessionName','lnFbf','egKJP','Screenshot\x20path\x20not\x20found','thBuildUuid','../../helpers/testhub/constants.js','SAVE_RESULTS','FRAMEWORK_DETAILS','iDJBF','SXnml','name','executeScript','CwGmV','message','saveScreenshot','kGlBd','xRzao','startsWith','./helper.js','../../helpers/performance/constants','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','zYUwD','wHLWV','enabled','INFO','start','_before','browserStackExecuteDriver','TeLad','browserstack_executor:\x20','bind','UkXWT','__skipSessionStatus','failed','constructor','before','ctx','SYNC','devtools://','skipped','test-failed','GWalv','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','getAccessibilityResultsSummary','bddStepFinish','fjvpA','step-comment','getResults','hookType','../../helpers/accessibility-automation/scripts','hMBSg','XfMri','nHuMc','performScan','YmoPS','initSaveScreenshot','GET_RESULTS_SUMMARY','call','config','__workerDetails','emit','RyMwL','IkqyD','isArray','test-started','QiGZj','zEeye','TEST_RUN_STARTED','env','base64','3177147zEzZcL','../../helpers/request-spy','SDK_PRE_INITIALIZE','Performing\x20scan\x20for\x20','tJNWm','SESSION_NAME','FIbvp','args','fOLBF','BS_TESTOPS_ALLOW_SCREENSHOTS','PERFORM_SCAN','sANZp','QQUBk','SDK_POST_TEST','action','sqGKg','QfzML','oQXaW','JMJlD','1420glyeZo','forEach','hook-failed','TEST_RUN_SKIPPED','zYxFM','./o11yHelper','test-before','../../helpers/accessibility-automation/helper','TEST_LOG','FFKwk','ENV_VAR','XlQZG','HOOK_RUN_FINISHED','shouldWrapCommand','fireEvent','KXQEq','gXjKI','currentTest','command','BvLms','end','bddStepStart','pQMYG','QaCml','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','includes','ewfHt','patchSaveScreenshot','winstonLogger','filter','9iOZaVK','codeceptjs/lib/recorder.js','thTestRunUuid','titlePath','TSfGR','skipSessionName','skipSessionStatus','webdriverio','captureError','stopMonitoring','a11y_core_config','contexts','SDK_POST_INITIALIZE','hook','zrUYU','SDK_PRE_TEST','status','Vqcmk','overwriteCommand','slice','MtIMD','gtijL','bakTW','Azvpf','from','testFramework','catch','bstackAllyScanning','aMurv','hook-started','uiUlJ','codeceptjs/lib/helper/WebDriver.js','event','BuUIR','82158gAOpnl','xfuTO','ltZDl','Playwright','wAEsF','toISOString','fBHfo','patch','helpers','codeceptjs/lib/index.js','sRdQu','DFchM','screenshotOutputFolder','ktzOq','title','browserstackTestName','eucuR','924hizfHR','MQgOY','page','chromium','add','HOOK_RUN_STARTED','../../helpers/performance/performance-tester','../../bin/playwright/accessibility-helper','QyqvM','test','parse','stack','getSyncScript','517909hBijVn','FGeOu','commandsToWrap','_setPage','SDK_HOOK','getAccessibilityResults','started','info','jNFnE','accessibilityPlatform','Failed\x20to\x20execute\x20_before:\x20','stringify','raoLB','prototype','isMobilePlatform','909SRzwWn','debug','UQqrr','format','pid','pages','tdQIy','SESSION_STATUS','slqMt','BROWSERSTACK_TESTHUB_UUID','apply','class','browserContext','__driver','TEST_SCREENSHOT','TEST_RUN_FINISHED','SDK_TEST','108IeGaET','zBavn','TestCafe','container','test-passed','is_mobile_session','url','RGYob','lhwmt','restore','thJwtToken','Puppeteer','step','11720CYXoCG','push','dispatcher','BS_A11Y_JWT','CINFt','bddStep-after','IRuPe','setGlobal'];a1_0x1e23=function(){return _0xbc0bc;};return a1_0x1e23();}module['exports']=function(_0x38043a){const _0x585e3d=a1_0x330f1e,_0x4f1f0e={'KAzha':function(_0x5de5a0){return _0x5de5a0();},'wHLWV':function(_0xe2bb45,_0x4a8d0a){return _0xe2bb45(_0x4a8d0a);},'tdQIy':'getAccessibilityResultsSummary','nHuMc':_0x585e3d(0x1fe),'FFKwk':_0x585e3d(0x1bb),'slqMt':_0x585e3d(0x201),'SXnml':_0x585e3d(0x193),'MtIMD':'hook-passed','hMBSg':_0x585e3d(0x26d),'sRdQu':_0x585e3d(0x1a7),'zBavn':_0x585e3d(0x271),'UQqrr':function(_0x8e6dfb){return _0x8e6dfb();},'JMJlD':function(_0x46d816,_0x491f72){return _0x46d816(_0x491f72);},'GwXrc':function(_0x5db5d2,_0x599d4e,_0x15bf9c){return _0x5db5d2(_0x599d4e,_0x15bf9c);},'wAEsF':_0x585e3d(0x252),'XlQZG':function(_0x3ea7df,_0x3ddfe7,_0x2666db){return _0x3ea7df(_0x3ddfe7,_0x2666db);},'WyRjy':function(_0x77859c){return _0x77859c();},'pQMYG':_0x585e3d(0x1da),'QyqvM':function(_0x51abc4,_0x54a142,_0x1c0322,_0x437b5b){return _0x51abc4(_0x54a142,_0x1c0322,_0x437b5b);},'UkXWT':function(_0x1a9213,_0x2271aa){return _0x1a9213===_0x2271aa;},'RyMwL':'Suite','zEeye':_0x585e3d(0x23a),'vQzmI':'test-skipped','CINFt':'afterTest','gXjKI':_0x585e3d(0x1c4),'TSfGR':function(_0x17b303,_0x5792e3,_0x751aaf){return _0x17b303(_0x5792e3,_0x751aaf);},'eEfqV':_0x585e3d(0x226),'CwGmV':'test-after','zrUYU':_0x585e3d(0x22a),'rWSxB':_0x585e3d(0x273),'cdMKW':_0x585e3d(0x240),'YmoPS':'bddStep-before','zYxFM':_0x585e3d(0x1e8),'IRuPe':function(_0x47b683){return _0x47b683();},'ikMsQ':_0x585e3d(0x19b)};_0x38043a[_0x585e3d(0x28f)]&&(global[_0x585e3d(0x232)]=_0x38043a[_0x585e3d(0x28f)]);PerformanceTester['startMonitoring']();const _0x1d6e05=_0x4f1f0e[_0x585e3d(0x1e9)](getCodeceptDriver),_0x2c940d=new O11yHelper(_0x1d6e05,_0x38043a),_0x338c84=!!CodeceptJS['container'][_0x585e3d(0x1a0)](_0x4f1f0e['ikMsQ']);global[_0x585e3d(0x1d2)]=_0x1d6e05,_0x1d6e05&&(PerformanceTester[_0x585e3d(0x1f6)](PerformanceEvents[_0x585e3d(0x25a)],()=>{const _0x314365=_0x585e3d;_0x338c84?_0x4f1f0e[_0x314365(0x20b)](patchPlaywrightBefore):_0x4f1f0e[_0x314365(0x228)](patchWebDriverBefore,_0x1d6e05);})(),PerformanceTester['measureWrapper'](PerformanceEvents[_0x585e3d(0x295)],()=>{const _0x41f310=_0x585e3d,_0x57c27d={};_0x57c27d[_0x41f310(0x199)]=_0x4f1f0e[_0x41f310(0x1cb)],_0x57c27d[_0x41f310(0x23f)]=_0x4f1f0e[_0x41f310(0x246)],_0x57c27d[_0x41f310(0x1fa)]=_0x4f1f0e[_0x41f310(0x274)],_0x57c27d[_0x41f310(0x1ed)]=_0x4f1f0e[_0x41f310(0x1cd)];const _0x2542f1=_0x57c27d;_0x1d6e05[_0x41f310(0x23d)]=async()=>{const _0xd24dab=_0x41f310;if(global[_0xd24dab(0x1bf)]){const _0x30a9aa={};return _0x30a9aa[_0xd24dab(0x27d)]=_0x2542f1[_0xd24dab(0x199)],await PerformanceTester[_0xd24dab(0x1f6)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0xe468f7=_0xd24dab;return await AccessibilityHelper[_0xe468f7(0x22d)](_0x1d6e05,scripts['performScan']);},_0x30a9aa)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0xd24dab(0x24a)],async()=>{const _0x32bbd2=_0xd24dab;return await AccessibilityHelper[_0x32bbd2(0x22d)](_0x1d6e05,scripts['getResultsSummary']);})();}return logger[_0xd24dab(0x1fd)](_0x2542f1[_0xd24dab(0x23f)]),{};},_0x1d6e05[_0x41f310(0x1bb)]=async()=>{const _0x4c1d99=_0x41f310;if(global[_0x4c1d99(0x1bf)]){const _0x273e97={};return _0x273e97[_0x4c1d99(0x27d)]=_0x2542f1[_0x4c1d99(0x1fa)],await PerformanceTester[_0x4c1d99(0x1f6)](PerformanceA11yEvents[_0x4c1d99(0x262)],async()=>{return await AccessibilityHelper['browserStackExecuteDriver'](_0x1d6e05,scripts['performScan']);},_0x273e97)(),await PerformanceTester[_0x4c1d99(0x1f6)](PerformanceA11yEvents['GET_RESULTS'],async()=>{const _0x4ec8ab=_0x4c1d99;return await AccessibilityHelper[_0x4ec8ab(0x22d)](_0x1d6e05,scripts[_0x4ec8ab(0x241)]);})();}return logger['warn'](_0x2542f1['sBAzt']),{};},_0x4f1f0e['wHLWV'](patchSaveScreenshot,_0x1d6e05);})()),CodeceptJS[_0x585e3d(0x196)][_0x585e3d(0x1e5)]['on'](CodeceptJS[_0x585e3d(0x196)]['all'][_0x585e3d(0x235)],()=>{const _0x359866=_0x585e3d;PerformanceTester[_0x359866(0x22b)](PerformanceEvents['SDK_PRE_TEST']);try{_0x2c940d[_0x359866(0x22b)](),testOpsHelper[_0x359866(0x1f7)](),PerformanceTester['end'](PerformanceEvents['SDK_PRE_TEST']);}catch(_0x401594){PerformanceTester['captureError'](_0x401594),PerformanceTester[_0x359866(0x27f)](PerformanceEvents[_0x359866(0x185)],![],_0x401594);}}),CodeceptJS['event'][_0x585e3d(0x1e5)]['on'](CodeceptJS[_0x585e3d(0x196)]['all'][_0x585e3d(0x1f3)],async()=>{const _0x4925d4=_0x585e3d;PerformanceTester['start'](PerformanceEvents[_0x4925d4(0x265)]);try{requestSpy[_0x4925d4(0x1df)](),await _0x2c940d['stop'](),PerformanceTester[_0x4925d4(0x27f)](PerformanceEvents[_0x4925d4(0x265)]);}catch(_0x5f2e1e){PerformanceTester[_0x4925d4(0x291)](_0x5f2e1e),PerformanceTester['end'](PerformanceEvents['SDK_POST_TEST'],![],_0x5f2e1e);}finally{PerformanceTester[_0x4925d4(0x292)]();}}),CodeceptJS[_0x585e3d(0x196)][_0x585e3d(0x1e5)]['on'](CodeceptJS['event'][_0x585e3d(0x296)][_0x585e3d(0x1bc)],_0x4e8264=>{const _0x3f74e6=_0x585e3d;PerformanceTester['start'](PerformanceEvents[_0x3f74e6(0x1ba)]);try{const _0x4f8a18=_0x4e8264[_0x3f74e6(0x236)][_0x3f74e6(0x1b2)],_0x33010a=_0x2c940d['captureEvent'](TEST_EVENTS[_0x3f74e6(0x1ae)],_0x4f8a18);CodeceptRecorder[_0x3f74e6(0x1ad)](()=>_0x2c940d[_0x3f74e6(0x279)](TEST_EVENTS[_0x3f74e6(0x1ae)],_0x33010a));const _0x116be1={};_0x116be1['hookType']=_0x4f1f0e['SXnml'],PerformanceTester[_0x3f74e6(0x27f)](PerformanceEvents[_0x3f74e6(0x1ba)],!![],null,_0x116be1);}catch(_0x2d81e8){const _0x4616d6={};_0x4616d6[_0x3f74e6(0x242)]=_0x4f1f0e[_0x3f74e6(0x21b)],PerformanceTester[_0x3f74e6(0x27f)](PerformanceEvents[_0x3f74e6(0x1ba)],![],_0x2d81e8,_0x4616d6),PerformanceTester['captureError'](_0x2d81e8);}}),CodeceptJS[_0x585e3d(0x196)]['dispatcher']['on'](CodeceptJS['event'][_0x585e3d(0x296)][_0x585e3d(0x211)],_0x503f70=>{const _0x30483b=_0x585e3d,_0x112455={};_0x112455[_0x30483b(0x242)]=_0x4f1f0e[_0x30483b(0x18a)],PerformanceTester[_0x30483b(0x22b)](PerformanceHookEvents[_0x30483b(0x1ba)],!![],null,_0x112455);try{const _0x4b2581=_0x503f70[_0x30483b(0x236)][_0x30483b(0x1b2)],_0x4197b6=_0x2c940d[_0x30483b(0x1f1)](TEST_EVENTS[_0x30483b(0x277)],_0x4b2581);CodeceptRecorder[_0x30483b(0x1ad)](()=>_0x2c940d[_0x30483b(0x279)](TEST_EVENTS[_0x30483b(0x277)],_0x4197b6));const _0xa7cd81={};_0xa7cd81[_0x30483b(0x242)]=_0x4f1f0e[_0x30483b(0x18a)],PerformanceTester[_0x30483b(0x27f)](PerformanceHookEvents[_0x30483b(0x1ba)],!![],null,_0xa7cd81);}catch(_0x1ee340){PerformanceTester[_0x30483b(0x291)](_0x1ee340);const _0x29ced0={};_0x29ced0[_0x30483b(0x242)]=_0x4f1f0e[_0x30483b(0x18a)],PerformanceTester[_0x30483b(0x27f)](PerformanceHookEvents[_0x30483b(0x1ba)],![],_0x1ee340,_0x29ced0);}}),CodeceptJS[_0x585e3d(0x196)]['dispatcher']['on'](CodeceptJS[_0x585e3d(0x196)][_0x585e3d(0x296)][_0x585e3d(0x233)],async(_0x21e6a4,_0x4a1ce3)=>{const _0x69fe1f=_0x585e3d;PerformanceTester[_0x69fe1f(0x22b)](PerformanceHookEvents[_0x69fe1f(0x1ba)]);try{const _0x4f6b03=_0x21e6a4['ctx'][_0x69fe1f(0x1b2)],_0x4f780a=_0x2c940d[_0x69fe1f(0x1f1)](TEST_EVENTS[_0x69fe1f(0x277)],_0x4f6b03,_0x4a1ce3);CodeceptRecorder[_0x69fe1f(0x1ad)](()=>_0x2c940d[_0x69fe1f(0x279)](TEST_EVENTS[_0x69fe1f(0x277)],_0x4f780a));const _0x790f5f={};_0x790f5f['hookType']=_0x4f1f0e[_0x69fe1f(0x244)],PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x790f5f);}catch(_0x67f693){PerformanceTester['captureError'](_0x67f693);const _0x15ae12={};_0x15ae12[_0x69fe1f(0x242)]=_0x4f1f0e[_0x69fe1f(0x244)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x67f693,_0x15ae12);}const _0x4de761={};_0x4de761[_0x69fe1f(0x242)]=_0x4f1f0e[_0x69fe1f(0x244)],PerformanceTester[_0x69fe1f(0x27f)](PerformanceHookEvents[_0x69fe1f(0x1ba)],!![],null,_0x4de761);}),CodeceptJS[_0x585e3d(0x196)][_0x585e3d(0x1e5)]['on'](CodeceptJS[_0x585e3d(0x196)][_0x585e3d(0x1b2)][_0x585e3d(0x235)],_0x462c96=>{const _0x580b04=_0x585e3d;PerformanceTester['start'](PerformanceHookEvents[_0x580b04(0x1ba)]);try{globals[_0x580b04(0x1ea)](_0x4f1f0e[_0x580b04(0x1a2)],_0x462c96[_0x580b04(0x1a6)]);_0x4f1f0e[_0x580b04(0x20b)](isBrowserstackInfra)&&(_0x338c84&&(global[_0x580b04(0x24d)]={'currentTest':{'name':_0x462c96[_0x580b04(0x1a6)],'testInfo':{'titlePath':_0x462c96['titlePath']()}}}));const _0x1b3152={};_0x1b3152['hookType']=_0x4f1f0e[_0x580b04(0x1d7)],PerformanceTester[_0x580b04(0x27f)](PerformanceHookEvents[_0x580b04(0x1ba)],!![],null,_0x1b3152);}catch(_0x157804){PerformanceTester[_0x580b04(0x291)](_0x157804);const _0x3ca592={};_0x3ca592[_0x580b04(0x242)]=_0x4f1f0e[_0x580b04(0x1d7)],PerformanceTester[_0x580b04(0x27f)](PerformanceHookEvents[_0x580b04(0x1ba)],![],_0x157804,_0x3ca592);}}),CodeceptJS[_0x585e3d(0x196)][_0x585e3d(0x1e5)]['on'](CodeceptJS[_0x585e3d(0x196)]['test'][_0x585e3d(0x1bc)],_0x584894=>{const _0x55188e=_0x585e3d,_0x303363={'FGeOu':function(_0x25fff9){return _0x4f1f0e['UQqrr'](_0x25fff9);},'ltZDl':function(_0x47539f,_0x38ed04){const _0x32192a=a1_0x4439;return _0x4f1f0e[_0x32192a(0x26a)](_0x47539f,_0x38ed04);},'Azvpf':function(_0x538e78,_0x4af86b,_0x1fff1b){return _0x4f1f0e['GwXrc'](_0x538e78,_0x4af86b,_0x1fff1b);}};PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{globals['setGlobal'](_0x4f1f0e['sRdQu'],_0x584894[_0x55188e(0x1a6)]);const _0x518aa7=_0x2c940d['captureEvent'](TEST_EVENTS[_0x55188e(0x255)],_0x584894);CodeceptRecorder['add'](()=>_0x2c940d[_0x55188e(0x279)](TEST_EVENTS[_0x55188e(0x255)],_0x518aa7)),CodeceptRecorder['add'](async()=>{const _0x5aada4=_0x55188e;_0x303363[_0x5aada4(0x1b7)](isBrowserstackInfra)&&(!_0x303363[_0x5aada4(0x19a)](isTrue,_0x38043a[_0x5aada4(0x28e)])&&await _0x303363[_0x5aada4(0x18d)](markSessionName,_0x1d6e05,_0x584894[_0x5aada4(0x1a6)]),_0x2c940d[_0x5aada4(0x229)]&&await _0x303363[_0x5aada4(0x19a)](o11ySync,_0x1d6e05));});}catch(_0xb3f43e){const _0x4fb814={};_0x4fb814[_0x55188e(0x242)]=_0x4f1f0e[_0x55188e(0x19c)],PerformanceTester[_0x55188e(0x27f)](PerformanceHookEvents[_0x55188e(0x1ba)],![],_0xb3f43e,_0x4fb814),PerformanceTester[_0x55188e(0x291)](_0xb3f43e);}const _0x5efb1b={};_0x5efb1b['hookType']=_0x4f1f0e['wAEsF'],PerformanceTester[_0x55188e(0x27f)](PerformanceHookEvents[_0x55188e(0x1ba)],!![],null,_0x5efb1b);}),CodeceptJS[_0x585e3d(0x196)]['dispatcher']['on'](CodeceptJS['event']['test'][_0x585e3d(0x211)],_0x1230f9=>{const _0x1c976e=_0x585e3d,_0x1ab3ba={'QQUBk':function(_0x1c8ad4,_0x294418,_0x54cfe6){const _0x12213b=a1_0x4439;return _0x4f1f0e[_0x12213b(0x276)](_0x1c8ad4,_0x294418,_0x54cfe6);},'saYsl':function(_0x3fa66f){const _0x5ab6c0=a1_0x4439;return _0x4f1f0e[_0x5ab6c0(0x1ec)](_0x3fa66f);}};PerformanceTester[_0x1c976e(0x22b)](PerformanceHookEvents['SDK_HOOK']);try{const _0x376b0b=_0x2c940d[_0x1c976e(0x1f1)](TEST_EVENTS[_0x1c976e(0x1d4)],_0x1230f9);CodeceptRecorder[_0x1c976e(0x1ad)](()=>_0x2c940d[_0x1c976e(0x279)](TEST_EVENTS[_0x1c976e(0x1d4)],_0x376b0b)),CodeceptRecorder[_0x1c976e(0x1ad)](async()=>{const _0x4bfd21=_0x1c976e,_0xb7a8d8={'BvLms':function(_0x5b6acd,_0x1f285d,_0x2df726){const _0x3391fd=a1_0x4439;return _0x1ab3ba[_0x3391fd(0x264)](_0x5b6acd,_0x1f285d,_0x2df726);}};_0x1ab3ba['saYsl'](isBrowserstackInfra)&&await PerformanceTester[_0x4bfd21(0x1f6)](PerformanceAutEvents[_0x4bfd21(0x1cc)],async()=>{const _0x5a537f=_0x4bfd21;_0x338c84?await _0xb7a8d8[_0x5a537f(0x27e)](playwrightMarkSessionStatus,_0x1d6e05,STATE_PASSED):await _0xb7a8d8[_0x5a537f(0x27e)](markSessionStatus,_0x1d6e05,STATE_PASSED);})();}),PerformanceTester['end'](PerformanceEvents[_0x1c976e(0x1d5)]);}catch(_0x1427b6){PerformanceTester[_0x1c976e(0x291)](_0x1427b6);const _0x433938={};_0x433938['hookType']=_0x4f1f0e[_0x1c976e(0x281)],PerformanceTester['end'](PerformanceHookEvents[_0x1c976e(0x1ba)],![],_0x1427b6,_0x433938),PerformanceTester[_0x1c976e(0x27f)](PerformanceEvents['SDK_TEST'],![],_0x1427b6);}const _0x1bb77f={};_0x1bb77f[_0x1c976e(0x242)]=_0x4f1f0e[_0x1c976e(0x281)],PerformanceTester[_0x1c976e(0x27f)](PerformanceHookEvents[_0x1c976e(0x1ba)],!![],null,_0x1bb77f);}),CodeceptJS['event'][_0x585e3d(0x1e5)]['on'](CodeceptJS[_0x585e3d(0x196)][_0x585e3d(0x1b2)][_0x585e3d(0x233)],(_0x462e5c,_0x3b1b68)=>{const _0x1e0d27=_0x585e3d,_0x5aa75f={'oQXaW':function(_0x24090f){const _0x140a59=a1_0x4439;return _0x4f1f0e[_0x140a59(0x1c7)](_0x24090f);},'pBtHX':function(_0x1eeb0f,_0x54425d,_0x5610d5,_0x3091b2){const _0x338f32=a1_0x4439;return _0x4f1f0e[_0x338f32(0x1b1)](_0x1eeb0f,_0x54425d,_0x5610d5,_0x3091b2);}};PerformanceTester[_0x1e0d27(0x22b)](PerformanceHookEvents['SDK_HOOK']);try{if(_0x4f1f0e[_0x1e0d27(0x231)](_0x462e5c[_0x1e0d27(0x234)][_0x1e0d27(0x21c)],_0x4f1f0e[_0x1e0d27(0x24f)])){const _0x55ed4f=_0x2c940d[_0x1e0d27(0x1f1)](TEST_EVENTS[_0x1e0d27(0x26e)],_0x462e5c[_0x1e0d27(0x236)][_0x1e0d27(0x27c)]);CodeceptRecorder['add'](()=>_0x2c940d['fireEvent'](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x55ed4f));}else{const _0x3b8f22=_0x2c940d[_0x1e0d27(0x1f1)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x462e5c,_0x3b1b68);CodeceptRecorder[_0x1e0d27(0x1ad)](()=>{const _0x2d7b7e=_0x1e0d27;try{_0x2c940d[_0x2d7b7e(0x279)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x3b8f22);}catch(_0x57c7a3){logger['debug'](_0x2d7b7e(0x205)+util[_0x2d7b7e(0x1c8)](_0x57c7a3)),PerformanceTester[_0x2d7b7e(0x27f)](PerformanceEvents[_0x2d7b7e(0x1d5)],![],_0x57c7a3);}}),CodeceptRecorder['add'](async()=>{const _0x14f9f6=_0x1e0d27;try{_0x5aa75f[_0x14f9f6(0x269)](isBrowserstackInfra)&&(_0x338c84?await _0x5aa75f['pBtHX'](playwrightMarkSessionStatus,_0x1d6e05,STATE_FAILED,_0x3b1b68):await _0x5aa75f['pBtHX'](markSessionStatus,_0x1d6e05,STATE_FAILED,_0x3b1b68));}catch(_0x1f681d){logger[_0x14f9f6(0x1c6)](_0x14f9f6(0x283)+util[_0x14f9f6(0x1c8)](_0x1f681d)),PerformanceTester[_0x14f9f6(0x27f)](PerformanceEvents[_0x14f9f6(0x1d5)],![],_0x1f681d);}});}PerformanceTester[_0x1e0d27(0x27f)](PerformanceEvents['SDK_TEST']);}catch(_0x44e8d1){PerformanceTester[_0x1e0d27(0x291)](_0x44e8d1);const _0x669214={};_0x669214[_0x1e0d27(0x242)]=_0x4f1f0e[_0x1e0d27(0x254)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x44e8d1,_0x669214),PerformanceTester[_0x1e0d27(0x27f)](PerformanceEvents['SDK_TEST'],![],_0x44e8d1);}const _0x34ab6b={};_0x34ab6b['hookType']=_0x4f1f0e[_0x1e0d27(0x254)],PerformanceTester[_0x1e0d27(0x27f)](PerformanceHookEvents[_0x1e0d27(0x1ba)],!![],null,_0x34ab6b);}),CodeceptJS['event'][_0x585e3d(0x1e5)]['on'](CodeceptJS[_0x585e3d(0x196)]['test'][_0x585e3d(0x239)],_0x4fef8a=>{const _0x3afac3=_0x585e3d;PerformanceTester[_0x3afac3(0x22b)](PerformanceHookEvents[_0x3afac3(0x1ba)]);try{const _0x2a3a2a=_0x2c940d[_0x3afac3(0x1f1)](TEST_EVENTS[_0x3afac3(0x26e)],_0x4fef8a);CodeceptRecorder[_0x3afac3(0x1ad)](()=>_0x2c940d[_0x3afac3(0x279)](TEST_EVENTS[_0x3afac3(0x26e)],_0x2a3a2a)),PerformanceTester[_0x3afac3(0x27f)](PerformanceEvents[_0x3afac3(0x1d5)]);}catch(_0x5abe63){PerformanceTester[_0x3afac3(0x291)](_0x5abe63),PerformanceTester[_0x3afac3(0x27f)](PerformanceEvents['SDK_TEST'],![],_0x5abe63);const _0x3d4d86={};_0x3d4d86['hookType']=_0x4f1f0e['vQzmI'],PerformanceTester[_0x3afac3(0x27f)](PerformanceHookEvents[_0x3afac3(0x1ba)],![],_0x5abe63,_0x3d4d86);}const _0x284f46={};_0x284f46[_0x3afac3(0x242)]=_0x4f1f0e['vQzmI'],PerformanceTester['end'](PerformanceHookEvents[_0x3afac3(0x1ba)],!![],null,_0x284f46);}),CodeceptJS['event'][_0x585e3d(0x1e5)]['on'](CodeceptJS[_0x585e3d(0x196)][_0x585e3d(0x1b2)]['after'],async(_0x430a79,_0x1f4972)=>{const _0x3abe6e=_0x585e3d,_0x536018={};_0x536018[_0x3abe6e(0x214)]=_0x4f1f0e[_0x3abe6e(0x1e7)],_0x536018[_0x3abe6e(0x22e)]=_0x4f1f0e[_0x3abe6e(0x27b)];const _0x28dc57=_0x536018;try{PerformanceTester[_0x3abe6e(0x22b)](PerformanceHookEvents[_0x3abe6e(0x1ba)]);const _0x2fef29=_0x4f1f0e[_0x3abe6e(0x28d)](shouldScanTestForAccessibility,_0x430a79[_0x3abe6e(0x28c)](),!![]);if(_0x4f1f0e['WyRjy'](isAccessibilityAutomationSession)&&global[_0x3abe6e(0x1bf)]&&_0x2fef29){const _0x39dbd3={};_0x39dbd3[_0x3abe6e(0x28b)]=_0x430a79['testAnalyticsId'],_0x39dbd3[_0x3abe6e(0x216)]=process[_0x3abe6e(0x256)][testHubConstants[_0x3abe6e(0x275)][_0x3abe6e(0x1ce)]],_0x39dbd3[_0x3abe6e(0x1e0)]=process[_0x3abe6e(0x256)][testHubConstants[_0x3abe6e(0x275)][_0x3abe6e(0x1ff)]];const _0x5336a5=_0x39dbd3;logger[_0x3abe6e(0x1c6)](_0x3abe6e(0x1fb)+JSON[_0x3abe6e(0x1c1)](_0x5336a5)),CodeceptRecorder[_0x3abe6e(0x1ad)](async()=>{const _0x2613be=_0x3abe6e,_0x495127={};_0x495127[_0x2613be(0x27d)]=_0x28dc57[_0x2613be(0x214)],await PerformanceTester[_0x2613be(0x1f6)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x419e40=_0x2613be;await AccessibilityHelper[_0x419e40(0x22d)](_0x1d6e05,scripts[_0x419e40(0x247)]);},_0x495127)(),globals['getGlobal'](_0x28dc57[_0x2613be(0x22e)])&&(_0x5336a5[_0x2613be(0x1db)]=!![]),await PerformanceTester[_0x2613be(0x1f6)](PerformanceA11yEvents[_0x2613be(0x218)],async()=>{const _0x42a754=_0x2613be;await AccessibilityHelper[_0x42a754(0x22d)](_0x1d6e05,scripts[_0x42a754(0x1fc)],_0x5336a5);})();}),logger[_0x3abe6e(0x1bd)](_0x4f1f0e[_0x3abe6e(0x1f8)]);}const _0x3ee310={};_0x3ee310[_0x3abe6e(0x242)]=_0x4f1f0e[_0x3abe6e(0x21e)],PerformanceTester[_0x3abe6e(0x27f)](PerformanceHookEvents[_0x3abe6e(0x1ba)],!![],null,_0x3ee310);}catch(_0x1d8e7b){PerformanceTester['captureError'](_0x1d8e7b);const _0x23a91e={};_0x23a91e[_0x3abe6e(0x242)]=_0x4f1f0e[_0x3abe6e(0x21e)],PerformanceTester['end'](PerformanceHookEvents[_0x3abe6e(0x1ba)],![],_0x1d8e7b,_0x23a91e);}}),CodeceptJS[_0x585e3d(0x196)][_0x585e3d(0x1e5)]['on'](CodeceptJS[_0x585e3d(0x196)][_0x585e3d(0x1e2)]['comment'],_0x2beb82=>{const _0x58c888=_0x585e3d;PerformanceTester[_0x58c888(0x22b)](PerformanceHookEvents[_0x58c888(0x1ba)]);try{process[_0x58c888(0x24e)](_0x58c888(0x208)+process[_0x58c888(0x1c9)],{'timestamp':new Date()[_0x58c888(0x19d)](),'level':_0x4f1f0e[_0x58c888(0x297)],'message':_0x2beb82,'kind':_0x4f1f0e['rWSxB'],'http_response':{}});}catch(_0x41c9d2){PerformanceTester[_0x58c888(0x291)](_0x41c9d2);const _0x592f8b={};_0x592f8b[_0x58c888(0x242)]=_0x4f1f0e[_0x58c888(0x210)],PerformanceTester[_0x58c888(0x27f)](PerformanceHookEvents[_0x58c888(0x1ba)],![],_0x41c9d2,_0x592f8b);}const _0x216d37={};_0x216d37[_0x58c888(0x242)]=_0x4f1f0e[_0x58c888(0x210)],PerformanceTester[_0x58c888(0x27f)](PerformanceHookEvents[_0x58c888(0x1ba)],!![],null,_0x216d37);}),CodeceptJS[_0x585e3d(0x196)]['dispatcher']['on'](CodeceptJS['event'][_0x585e3d(0x206)]['before'],_0x4da81f=>{const _0x16e66b=_0x585e3d,_0x33f7c1={};_0x33f7c1[_0x16e66b(0x242)]=_0x4f1f0e[_0x16e66b(0x248)],PerformanceTester['measureWrapper'](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x567c20=_0x16e66b;_0x2c940d[_0x567c20(0x280)](_0x4da81f);},_0x33f7c1)();}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x585e3d(0x196)][_0x585e3d(0x206)][_0x585e3d(0x1f3)],_0x1b2099=>{const _0x12d1e7=_0x585e3d,_0x2b2e56={};_0x2b2e56[_0x12d1e7(0x242)]=_0x4f1f0e[_0x12d1e7(0x26f)],PerformanceTester[_0x12d1e7(0x1f6)](PerformanceHookEvents[_0x12d1e7(0x1ba)],()=>{const _0x27e19e=_0x12d1e7;_0x2c940d[_0x27e19e(0x23e)](_0x1b2099);},_0x2b2e56)();});};
1
+ const a1_0x5c6c76=a1_0x165a;(function(_0x10d8e1,_0x5624f8){const _0x3eaafb=a1_0x165a,_0x330509=_0x10d8e1();while(!![]){try{const _0x550513=parseInt(_0x3eaafb(0x24f))/0x1+parseInt(_0x3eaafb(0x218))/0x2*(-parseInt(_0x3eaafb(0x21a))/0x3)+parseInt(_0x3eaafb(0x271))/0x4+-parseInt(_0x3eaafb(0x27b))/0x5*(parseInt(_0x3eaafb(0x20c))/0x6)+-parseInt(_0x3eaafb(0x28c))/0x7*(-parseInt(_0x3eaafb(0x1cd))/0x8)+-parseInt(_0x3eaafb(0x23f))/0x9*(parseInt(_0x3eaafb(0x25c))/0xa)+-parseInt(_0x3eaafb(0x198))/0xb*(parseInt(_0x3eaafb(0x233))/0xc);if(_0x550513===_0x5624f8)break;else _0x330509['push'](_0x330509['shift']());}catch(_0x3fbc7b){_0x330509['push'](_0x330509['shift']());}}}(a1_0xc052,0x647f1));function a1_0x165a(_0x4bbea5,_0x49cb33){const _0xc052f3=a1_0xc052();return a1_0x165a=function(_0x165a55,_0x5424e3){_0x165a55=_0x165a55-0x196;let _0x410031=_0xc052f3[_0x165a55];return _0x410031;},a1_0x165a(_0x4bbea5,_0x49cb33);}const fs=require('fs'),util=require(a1_0x5c6c76(0x287)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x5c6c76(0x284)),logger=require('../../helpers/logger')[a1_0x5c6c76(0x29d)],testOpsHelper=require(a1_0x5c6c76(0x296)),requestSpy=require(a1_0x5c6c76(0x1c2)),PlaywrightSessionDetails=require(a1_0x5c6c76(0x1e5)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x5c6c76(0x248)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x5c6c76(0x265)),AccessibilityHelper=require(a1_0x5c6c76(0x20e)),scripts=require(a1_0x5c6c76(0x256)),PerformanceTester=require(a1_0x5c6c76(0x19b)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x5c6c76(0x1b4)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x5c6c76(0x23c)),testHubConstants=require(a1_0x5c6c76(0x261)),globals=require('../../helpers/globals.js'),CodeceptJS=requireModule('codeceptjs/lib/index.js','codeceptjs'),CodeceptUtils=requireModule(a1_0x5c6c76(0x243),a1_0x5c6c76(0x1b2)),CodeceptWebDriver=requireModule(a1_0x5c6c76(0x292),a1_0x5c6c76(0x1b2)),CodeceptRecorder=requireModule('codeceptjs/lib/recorder.js','codeceptjs'),CodeceptPlaywright=requireModule(a1_0x5c6c76(0x29f),a1_0x5c6c76(0x1b2)),playwrightMarkSessionStatus=(_0x35ad52,_0xd96804,_0x38946e)=>{const _0x5d27be=a1_0x5c6c76,_0x28883a={'LajCM':'setSessionStatus','TxGNt':function(_0x78429a,_0x27f4a8){return _0x78429a(_0x27f4a8);}},_0x4d2367={};_0x4d2367[_0x5d27be(0x22d)]=_0xd96804;const _0x3aa2ce={};_0x3aa2ce[_0x5d27be(0x264)]=_0x28883a[_0x5d27be(0x1e6)],_0x3aa2ce[_0x5d27be(0x1a8)]=_0x4d2367;const _0x4277b3=_0x3aa2ce;return!_0x28883a[_0x5d27be(0x226)](isUndefined,_0x38946e)&&(_0x4277b3['arguments'][_0x5d27be(0x1e3)]=JSON[_0x5d27be(0x255)](_0x38946e)),_0x35ad52['executeScript'](()=>{},'browserstack_executor:\x20'+JSON[_0x5d27be(0x255)](_0x4277b3));},o11ySync=PerformanceTester[a1_0x5c6c76(0x21d)](PerformanceO11yEvents[a1_0x5c6c76(0x1de)],async _0x3b1cee=>{const _0x2925ff=a1_0x5c6c76,_0x8555f6={};_0x8555f6['pcfsl']=function(_0x8aec0e,_0x54bf25){return _0x8aec0e===_0x54bf25;},_0x8555f6[_0x2925ff(0x216)]='Playwright';const _0x31465c=_0x8555f6;_0x31465c[_0x2925ff(0x1eb)](_0x3b1cee[_0x2925ff(0x1c4)][_0x2925ff(0x29e)],_0x31465c[_0x2925ff(0x216)])?await _0x3b1cee[_0x2925ff(0x1db)](_0x4f5f4b=>{},testOpsHelper[_0x2925ff(0x21f)]()):await _0x3b1cee[_0x2925ff(0x1db)](testOpsHelper[_0x2925ff(0x21f)]());}),markSessionName=PerformanceTester['measureWrapper'](PerformanceAutEvents[a1_0x5c6c76(0x205)],async(_0x2b571a,_0x59eada)=>{const _0x202fdb=a1_0x5c6c76,_0x576161={};_0x576161['cGIeE']=_0x202fdb(0x22c),_0x576161['ywprs']=function(_0x2ebc3c,_0x17875f){return _0x2ebc3c===_0x17875f;},_0x576161['NgYBD']='Playwright';const _0x1b8e97=_0x576161,_0x1a938b={};_0x1a938b['name']=_0x59eada;const _0x3f2cf3={};_0x3f2cf3['action']=_0x1b8e97[_0x202fdb(0x268)],_0x3f2cf3[_0x202fdb(0x1a8)]=_0x1a938b;const _0x1352b2=_0x3f2cf3;_0x1b8e97['ywprs'](_0x2b571a[_0x202fdb(0x1c4)][_0x202fdb(0x29e)],_0x1b8e97['NgYBD'])?await _0x2b571a[_0x202fdb(0x1db)](()=>{},_0x202fdb(0x29c)+JSON[_0x202fdb(0x255)](_0x1352b2)):await _0x2b571a[_0x202fdb(0x1db)](_0x202fdb(0x29c)+JSON['stringify'](_0x1352b2));}),patchSaveScreenshot=_0xa628c5=>{const _0x591f7d=a1_0x5c6c76,_0x30ecf4={'gChLH':_0x591f7d(0x24c),'uKeLL':_0x591f7d(0x1be),'vxNPe':function(_0x1c3c87){return _0x1c3c87();},'IjRpg':function(_0x4f143d,_0x394724){return _0x4f143d(_0x394724);},'tKSFZ':_0x591f7d(0x1fa)};_0x30ecf4[_0x591f7d(0x22a)](isTrue,process[_0x591f7d(0x289)][_0x591f7d(0x222)])&&!_0xa628c5[_0x591f7d(0x23e)]&&(_0xa628c5['patchSaveScreenshot']=!![],_0xa628c5['initSaveScreenshot']=_0xa628c5[_0x591f7d(0x1fd)],_0xa628c5['saveScreenshot']=(_0x7016fc,_0x2eb3f6=![])=>{const _0xabe9ee=_0x591f7d,_0x2da648={'zAPqq':_0x30ecf4[_0xabe9ee(0x250)],'ZBgrZ':_0x30ecf4[_0xabe9ee(0x245)],'QYnwQ':function(_0x466011){return _0x30ecf4['vxNPe'](_0x466011);},'perHQ':function(_0x22f462,_0xcaa882){return _0x30ecf4['IjRpg'](_0x22f462,_0xcaa882);},'QjRbH':_0x30ecf4['tKSFZ']};return new Promise(function(_0x9ee5f5,_0x58bc6d){const _0x4bdcf3=_0xabe9ee,_0xaf2a77={'LtNdN':_0x2da648[_0x4bdcf3(0x1f2)],'ahoQP':_0x2da648[_0x4bdcf3(0x1c5)],'DgRII':function(_0xe5d549){const _0x2dc4e7=_0x4bdcf3;return _0x2da648[_0x2dc4e7(0x19e)](_0xe5d549);},'vgJmp':function(_0x39b325,_0x35b72e){const _0x2ec758=_0x4bdcf3;return _0x2da648[_0x2ec758(0x25a)](_0x39b325,_0x35b72e);},'XqEMX':_0x2da648[_0x4bdcf3(0x1b3)]};_0xa628c5[_0x4bdcf3(0x1cb)](_0x7016fc,_0x2eb3f6)[_0x4bdcf3(0x1f8)](()=>{const _0x1c521b=_0x4bdcf3,_0xf13bb8=CodeceptUtils[_0x1c521b(0x281)](_0x7016fc);if(_0xf13bb8){const _0x9ff275=fs[_0x1c521b(0x276)](_0xf13bb8);process[_0x1c521b(0x229)](_0x1c521b(0x266)+process[_0x1c521b(0x270)],{'timestamp':new Date()['toISOString'](),'message':_0x9ff275[_0x1c521b(0x23b)](_0xaf2a77[_0x1c521b(0x235)]),'kind':_0xaf2a77[_0x1c521b(0x220)]}),_0xaf2a77[_0x1c521b(0x22e)](_0x9ee5f5);}_0xaf2a77[_0x1c521b(0x1c8)](_0x58bc6d,new Error(_0xaf2a77['XqEMX']));})[_0x4bdcf3(0x1f7)](()=>null);});});},patchWebDriverBefore=_0x2c1f0a=>{const _0x1f19a0=a1_0x5c6c76,_0x466600={'RDoVa':function(_0x146799){return _0x146799();},'mmeFK':function(_0x4dae33,_0x461a9c){return _0x4dae33(_0x461a9c);},'gOWwV':function(_0x146c38,_0x525085){return _0x146c38===_0x525085;},'vkvsk':_0x1f19a0(0x1af),'qgkZo':function(_0x4feee4,_0x318fa3){return _0x4feee4===_0x318fa3;},'RvuBy':_0x1f19a0(0x267),'zkvOj':_0x1f19a0(0x1f4)},_0x3a4ea0=async function(_0x39239f,_0x1e8865){const _0x1b3119=_0x1f19a0;_0x466600[_0x1b3119(0x20f)](isAccessibilityAutomationSession)&&!global['bstackAllyScanning']&&global[_0x1b3119(0x247)]&&scripts[_0x1b3119(0x212)](_0x39239f[_0x1b3119(0x29e)])&&_0x466600[_0x1b3119(0x1b1)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x1b3119(0x298)]=!![],await PerformanceTester[_0x1b3119(0x21d)](PerformanceA11yEvents[_0x1b3119(0x224)],async()=>{const _0x46fd3c=_0x1b3119;logger[_0x46fd3c(0x204)](_0x46fd3c(0x288)+_0x39239f[_0x46fd3c(0x293)]+'\x20'+_0x39239f['name']),await AccessibilityHelper[_0x46fd3c(0x252)](_0x2c1f0a,scripts['performScan']);},{'command':_0x39239f[_0x1b3119(0x29e)]})());global[_0x1b3119(0x298)]=![];const _0x3ce2fa=JSON[_0x1b3119(0x1d7)](process['env'][_0x1b3119(0x27c)]||'{}');if(_0x466600['gOWwV'](_0x3ce2fa?.[_0x1b3119(0x214)]?.[_0x1b3119(0x29e)],_0x466600[_0x1b3119(0x1f9)])&&_0x466600['qgkZo'](typeof _0x3ce2fa?.[_0x1b3119(0x214)]?.[_0x1b3119(0x1ec)],_0x466600[_0x1b3119(0x1dd)])&&_0x3ce2fa?.[_0x1b3119(0x214)]?.[_0x1b3119(0x1ec)]['startsWith']('7'))return _0x1e8865[_0x1b3119(0x28e)](null,Array[_0x1b3119(0x1d3)][_0x1b3119(0x1d4)][_0x1b3119(0x1cc)](arguments,0x2));return _0x1e8865[_0x1b3119(0x28e)](this,Array[_0x1b3119(0x1d3)][_0x1b3119(0x1d4)][_0x1b3119(0x1cc)](arguments,0x2));},_0x74fcc4=CodeceptWebDriver[_0x1f19a0(0x1d3)][_0x1f19a0(0x1fc)];CodeceptWebDriver[_0x1f19a0(0x1d3)]['_before']=async function(){const _0x566288=_0x1f19a0;try{await _0x74fcc4[_0x566288(0x28e)](this,arguments);}catch(_0x35691f){logger['debug']('Failed\x20to\x20execute\x20_before:\x20'+util[_0x566288(0x294)](_0x35691f));}scripts['commandsToWrap'][_0x566288(0x1d6)](_0x16dd6d=>_0x16dd6d[_0x566288(0x29e)]&&_0x16dd6d[_0x566288(0x293)])[_0x566288(0x199)](_0x265597=>{const _0x104cbb=_0x566288;this['browser']['overwriteCommand'](_0x265597[_0x104cbb(0x29e)],_0x3a4ea0[_0x104cbb(0x258)](this,_0x265597),_0x466600['gOWwV'](_0x265597[_0x104cbb(0x293)],_0x466600[_0x104cbb(0x25d)]));}),_0x466600[_0x566288(0x1b1)](processWebDriverConfig,_0x2c1f0a);};};function a1_0xc052(){const _0x2192b4=['slice','test-started','filter','parse','Playwright','TEST_RUN_STARTED','TEST_LOG','executeScript','TEST_RUN_SKIPPED','RvuBy','SYNC','addRequestSpy','before','browser','jSCqw','reason','zAlgW','../../bin/playwright/sessionDetails','LajCM','IXUeQ','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','INFO','hook-started','pcfsl','version','message','YQSQf','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','TYzou','failed','zAPqq','IZnxA','Element','helpers','lDMrk','catch','then','vkvsk','Screenshot\x20path\x20not\x20found','ukAfP','_before','saveScreenshot','YHCsl','title','info','getAccessibilityResultsSummary','end','stack','debug','SESSION_NAME','ZjbbG','SAVE_RESULTS','split','pages','test-failed','NGiMR','996LvSrwr','TEST_RUN_FINISHED','../../bin/playwright/accessibility-helper','RDoVa','performScan','HOOK_RUN_FINISHED','shouldWrapCommand','chromium','testFramework','patch','yvWwJ','getResults','29996QkqNEe','ObGiQ','57lNSlLz','saveTestResults','ulsPO','measureWrapper','rIUCd','getSyncScript','ahoQP','currentTest','BS_TESTOPS_ALLOW_SCREENSHOTS','a11y_core_config','PERFORM_SCAN','xyUFf','TxGNt','__driver','restore','emit','IjRpg','EJiqS','setSessionName','status','DgRII','passed','BROWSERSTACK_TESTHUB_UUID','skipSessionName','--auto-open-devtools-for-tabs','9084uCrVNy','Puppeteer','LtNdN','zdMrz','args','browserstackTestName','hook-passed','setGlobal','toString','./helper.js','yGjEK','patchSaveScreenshot','36VXffnH','\x0aStack:\x20','test-after','SDK_POST_TEST','codeceptjs/lib/utils.js','mFivw','uKeLL','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','accessibilityPlatform','./o11yHelper','getGlobal','after','VmxLl','base64','SDK_TEST','test','726151GYDuLo','gChLH','push','browserStackExecuteDriver','iQVYB','zSaFu','stringify','../../helpers/accessibility-automation/scripts','step-comment','bind','joidA','perHQ','bddStepStart','1289460LruuXa','zkvOj','contexts','isMobilePlatform','atJpx','../../helpers/testhub/constants.js','bddStep','eGYdX','action','../../helpers/accessibility-automation/helper','bs:addLog:','string','cGIeE','add','hookType','config','sIYQi','page','getAccessibilityResults','TestCafe','pid','2798500udCMCs','devtools://','GET_RESULTS','WebDriver','SDK_HOOK','readFileSync','__skipSessionStatus','EEgbG','skipSessionStatus','CyMig','3820fvaUly','FRAMEWORK_DETAILS','ENV_VAR','SDK_PRE_INITIALIZE','started','command','screenshotOutputFolder','startMonitoring','captureEvent','../../helpers/helper','is_mobile_session','KwkiE','util','Performing\x20scan\x20for\x20','env','domForge','UWvKa','303933iYqwjH','step','apply','warn','fireEvent','includes','codeceptjs/lib/helper/WebDriver.js','class','format','captureError','../../helpers/test-observability/utils','VKujT','bstackAllyScanning','test-passed','container','titlePath','browserstack_executor:\x20','winstonLogger','name','codeceptjs/lib/helper/Playwright.js','comment','test-skipped','9460uKbWQD','forEach','thJwtToken','../../helpers/performance/performance-tester','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','all','QYnwQ','OgvbQ','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','Kjrcl','SESSION_STATUS','jEaen','stop','browserContext','cJBCU','thBuildUuid','arguments','SCSAO','QLbwZ','hJavE','thTestRunUuid','bddStep-after','_setPage','webdriverio','ZWNMX','mmeFK','codeceptjs','QjRbH','../../helpers/performance/constants','enabled','KPunU','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','JbZHI','BwFwc','url','exports','__workerDetails','SDK_PRE_TEST','TEST_SCREENSHOT','dispatcher','start','event','../../helpers/request-spy','ctx','constructor','ZBgrZ','QEViR','mCPEC','vgJmp','TKLEF','bddStep-before','initSaveScreenshot','call','104xDUoco','HOOK_RUN_STARTED','startsWith','WotfQ','hook','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','prototype'];a1_0xc052=function(){return _0x2192b4;};return a1_0xc052();}function parseJwt(_0x8d198c){const _0x1de158=a1_0x5c6c76,_0x1d3fe1={};_0x1d3fe1['BtNkY']=_0x1de158(0x24c);const _0x31599a=_0x1d3fe1;if(!_0x8d198c)return null;return JSON[_0x1de158(0x1d7)](Buffer['from'](_0x8d198c[_0x1de158(0x208)]('.')[0x1],_0x31599a['BtNkY'])['toString']());}const patchPlaywrightBefore=()=>{const _0x486d76=a1_0x5c6c76,_0x48a8a6={'SbluG':_0x486d76(0x232),'chPSo':function(_0x2c989a){return _0x2c989a();},'yGjEK':function(_0x4839df,_0x14a40e){return _0x4839df(_0x14a40e);},'zSaFu':function(_0x23eae6){return _0x23eae6();},'rIUCd':_0x486d76(0x272),'EOVBH':function(_0xcefa12,_0x214e11){return _0xcefa12+_0x214e11;},'iQVYB':_0x486d76(0x240),'chslz':function(_0x34317a){return _0x34317a();},'VKujT':function(_0x1626a5){return _0x1626a5();}};PlaywrightSessionDetails[_0x486d76(0x215)]();const _0x39234b=CodeceptPlaywright[_0x486d76(0x1d3)][_0x486d76(0x1fc)];CodeceptPlaywright['prototype']['_before']=async function(){const _0x4469e1=_0x486d76,_0x1219a7={'VmxLl':function(_0x2a267b){return _0x48a8a6['zSaFu'](_0x2a267b);},'ZjbbG':_0x48a8a6[_0x4469e1(0x21e)]};this['browserContext']=await this[_0x4469e1(0x1e1)][_0x4469e1(0x25e)]()[0x0];const _0x2f3880=async()=>{const _0x2c0613=_0x4469e1,_0xf764e3=this[_0x2c0613(0x26b)]&&this[_0x2c0613(0x26b)][_0x2c0613(0x213)]&&this['config']['chromium'][_0x2c0613(0x237)]&&Array['isArray'](this['config'][_0x2c0613(0x213)]['args'])&&this['config']['chromium']['args'][_0x2c0613(0x291)](_0x48a8a6['SbluG']);if(_0x48a8a6['chPSo'](isAccessibilityAutomationSession)&&!_0xf764e3)try{const _0x162cd2=_0x48a8a6[_0x2c0613(0x23d)](parseJwt,process[_0x2c0613(0x289)]['BS_A11Y_JWT']);if(_0x162cd2&&_0x162cd2[_0x2c0613(0x223)]&&_0x162cd2[_0x2c0613(0x223)][_0x2c0613(0x28a)]){const _0x385f30=this['browserContext'][_0x2c0613(0x209)][_0x2c0613(0x258)](this['browserContext']);this['browserContext'][_0x2c0613(0x209)]=async function(){const _0x295493=_0x2c0613,_0x6048c0=await _0x1219a7[_0x295493(0x24b)](_0x385f30),_0x5cd129=[];for(const _0x545c34 of _0x6048c0){try{const _0x4bc3ad=await _0x545c34[_0x295493(0x1ba)]();!_0x4bc3ad[_0x295493(0x1cf)](_0x1219a7[_0x295493(0x206)])&&_0x5cd129[_0x295493(0x251)](_0x545c34);}catch(_0x52289d){_0x5cd129[_0x295493(0x251)](_0x545c34);}}return _0x5cd129;};}if(!_0x48a8a6[_0x2c0613(0x254)](isBrowserstackInfra)){const _0x5aa6fe=await this[_0x2c0613(0x26d)][_0x2c0613(0x1ba)]();if(_0x5aa6fe[_0x2c0613(0x1cf)](_0x48a8a6[_0x2c0613(0x21e)])){const _0x5d5103=await this[_0x2c0613(0x1a5)][_0x2c0613(0x209)]();this[_0x2c0613(0x1ae)](_0x5d5103[0x0]);}}}catch(_0x4dfeaf){logger[_0x2c0613(0x204)](_0x2c0613(0x1e8)+_0x4dfeaf[_0x2c0613(0x1ed)]+(_0x4dfeaf[_0x2c0613(0x203)]?_0x48a8a6['EOVBH'](_0x48a8a6[_0x2c0613(0x253)],_0x4dfeaf[_0x2c0613(0x203)]):''));}};_0x48a8a6['chPSo'](isBrowserstackInfra)&&await _0x48a8a6['chslz'](_0x2f3880),await _0x39234b[_0x4469e1(0x28e)](this,arguments),!_0x48a8a6[_0x4469e1(0x297)](isBrowserstackInfra)&&await _0x48a8a6[_0x4469e1(0x254)](_0x2f3880);};},getCodeceptDriver=()=>{const _0x57f3ed=a1_0x5c6c76,_0x286e12={};_0x286e12[_0x57f3ed(0x244)]=_0x57f3ed(0x274),_0x286e12[_0x57f3ed(0x1a6)]=_0x57f3ed(0x1d8),_0x286e12['cPGlP']=_0x57f3ed(0x234),_0x286e12[_0x57f3ed(0x263)]=_0x57f3ed(0x26f);const _0x240f02=_0x286e12,_0x44ff1e=[_0x240f02['mFivw'],_0x240f02[_0x57f3ed(0x1a6)],_0x240f02['cPGlP'],_0x240f02[_0x57f3ed(0x263)]],_0x2c8c5f=_0x44ff1e['find'](_0x419d3c=>!!CodeceptJS[_0x57f3ed(0x29a)][_0x57f3ed(0x1f5)](_0x419d3c));if(!_0x2c8c5f)return null;return CodeceptJS[_0x57f3ed(0x29a)]['helpers'](_0x2c8c5f);};module[a1_0x5c6c76(0x1bb)]=function(_0x543bfa){const _0x2eae1c=a1_0x5c6c76,_0x597691={'sIYQi':function(_0x4e49cf){return _0x4e49cf();},'Kjrcl':function(_0x321704,_0x2d8004){return _0x321704(_0x2d8004);},'atJpx':_0x2eae1c(0x26e),'ObGiQ':_0x2eae1c(0x19c),'ZWNMX':'getAccessibilityResultsSummary','KwkiE':_0x2eae1c(0x246),'NGiMR':_0x2eae1c(0x1ea),'KPunU':_0x2eae1c(0x239),'EEgbG':'hook-failed','IZnxA':_0x2eae1c(0x238),'joidA':'test-before','sBNeb':function(_0x5eb5f8){return _0x5eb5f8();},'TKLEF':function(_0x5db0d8,_0x3322f0){return _0x5db0d8(_0x3322f0);},'EJiqS':function(_0x15bb27,_0x5b3f0c,_0x1d1c81){return _0x15bb27(_0x5b3f0c,_0x1d1c81);},'hJavE':_0x2eae1c(0x1d5),'ocWoF':function(_0x155669,_0x1369d9,_0x4cb913){return _0x155669(_0x1369d9,_0x4cb913);},'UWvKa':_0x2eae1c(0x299),'mCPEC':function(_0x5a5113){return _0x5a5113();},'EfTEB':function(_0x16b088,_0x3847aa,_0xb91799,_0x2cbb6d){return _0x16b088(_0x3847aa,_0xb91799,_0x2cbb6d);},'IRCUj':function(_0x315672,_0x480a3d,_0x431c4d,_0x51ccc9){return _0x315672(_0x480a3d,_0x431c4d,_0x51ccc9);},'jEaen':function(_0x5c64f2,_0x1c19e8){return _0x5c64f2===_0x1c19e8;},'lDMrk':'Suite','BwFwc':_0x2eae1c(0x20a),'ulsPO':_0x2eae1c(0x197),'QEViR':'afterTest','zdMrz':_0x2eae1c(0x25f),'jSCqw':function(_0x2bef8b,_0x820254,_0x521f20){return _0x2bef8b(_0x820254,_0x521f20);},'CDEyw':function(_0x4acc3f){return _0x4acc3f();},'xyUFf':_0x2eae1c(0x1ef),'SCSAO':_0x2eae1c(0x241),'ukAfP':_0x2eae1c(0x1e9),'TYzou':_0x2eae1c(0x1da),'OgvbQ':_0x2eae1c(0x257),'JbZHI':_0x2eae1c(0x1ca),'zAlgW':_0x2eae1c(0x1ad),'IXUeQ':'Playwright'};_0x543bfa[_0x2eae1c(0x279)]&&(global[_0x2eae1c(0x277)]=_0x543bfa[_0x2eae1c(0x279)]);PerformanceTester[_0x2eae1c(0x282)]();const _0x32f018=_0x597691[_0x2eae1c(0x26c)](getCodeceptDriver),_0xdb6feb=new O11yHelper(_0x32f018,_0x543bfa),_0xe39ccc=!!CodeceptJS[_0x2eae1c(0x29a)][_0x2eae1c(0x1f5)](_0x597691[_0x2eae1c(0x1e7)]);global[_0x2eae1c(0x227)]=_0x32f018,_0x32f018&&(PerformanceTester[_0x2eae1c(0x21d)](PerformanceEvents[_0x2eae1c(0x27e)],()=>{const _0x57e218=_0x2eae1c;_0xe39ccc?_0x597691[_0x57e218(0x26c)](patchPlaywrightBefore):_0x597691[_0x57e218(0x1a1)](patchWebDriverBefore,_0x32f018);})(),PerformanceTester[_0x2eae1c(0x21d)](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0x4b7597=_0x2eae1c,_0x378f60={};_0x378f60[_0x4b7597(0x1fe)]=_0x597691[_0x4b7597(0x1b0)],_0x378f60['WotfQ']=_0x597691[_0x4b7597(0x286)];const _0x23b41c=_0x378f60;_0x32f018[_0x4b7597(0x201)]=async()=>{const _0x1eeb04=_0x4b7597;if(global['accessibilityPlatform']){const _0x454c78={};return _0x454c78[_0x1eeb04(0x280)]=_0x23b41c['YHCsl'],await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x212fd5=_0x1eeb04;return await AccessibilityHelper['browserStackExecuteDriver'](_0x32f018,scripts[_0x212fd5(0x210)]);},_0x454c78)(),await PerformanceTester[_0x1eeb04(0x21d)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x4d1dee=_0x1eeb04;return await AccessibilityHelper[_0x4d1dee(0x252)](_0x32f018,scripts['getResultsSummary']);})();}return logger[_0x1eeb04(0x28f)](_0x23b41c[_0x1eeb04(0x1d0)]),{};},_0x32f018[_0x4b7597(0x26e)]=async()=>{const _0x3b674b=_0x4b7597;if(global['accessibilityPlatform']){const _0x2defa0={};return _0x2defa0['command']=_0x597691[_0x3b674b(0x260)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x3b674b(0x224)],async()=>{const _0x3920b5=_0x3b674b;return await AccessibilityHelper['browserStackExecuteDriver'](_0x32f018,scripts[_0x3920b5(0x210)]);},_0x2defa0)(),await PerformanceTester[_0x3b674b(0x21d)](PerformanceA11yEvents[_0x3b674b(0x273)],async()=>{const _0x37b7c0=_0x3b674b;return await AccessibilityHelper['browserStackExecuteDriver'](_0x32f018,scripts[_0x37b7c0(0x217)]);})();}return logger[_0x3b674b(0x28f)](_0x597691[_0x3b674b(0x219)]),{};},_0x597691['Kjrcl'](patchSaveScreenshot,_0x32f018);})()),CodeceptJS['event'][_0x2eae1c(0x1bf)]['on'](CodeceptJS[_0x2eae1c(0x1c1)][_0x2eae1c(0x19d)][_0x2eae1c(0x1e0)],()=>{const _0x10fee1=_0x2eae1c;PerformanceTester['start'](PerformanceEvents[_0x10fee1(0x1bd)]);try{_0xdb6feb[_0x10fee1(0x1c0)](),testOpsHelper[_0x10fee1(0x1df)](),PerformanceTester[_0x10fee1(0x202)](PerformanceEvents['SDK_PRE_TEST']);}catch(_0x2f0839){PerformanceTester['captureError'](_0x2f0839),PerformanceTester[_0x10fee1(0x202)](PerformanceEvents[_0x10fee1(0x1bd)],![],_0x2f0839);}}),CodeceptJS[_0x2eae1c(0x1c1)][_0x2eae1c(0x1bf)]['on'](CodeceptJS[_0x2eae1c(0x1c1)][_0x2eae1c(0x19d)]['after'],async()=>{const _0x25d7f6=_0x2eae1c;PerformanceTester[_0x25d7f6(0x1c0)](PerformanceEvents[_0x25d7f6(0x242)]);try{requestSpy[_0x25d7f6(0x228)](),await _0xdb6feb[_0x25d7f6(0x1a4)](),PerformanceTester['end'](PerformanceEvents[_0x25d7f6(0x242)]);}catch(_0x52fb2d){PerformanceTester[_0x25d7f6(0x295)](_0x52fb2d),PerformanceTester['end'](PerformanceEvents['SDK_POST_TEST'],![],_0x52fb2d);}finally{PerformanceTester['stopMonitoring']();}}),CodeceptJS['event'][_0x2eae1c(0x1bf)]['on'](CodeceptJS['event'][_0x2eae1c(0x1d1)]['started'],_0x3abded=>{const _0x4c4739=_0x2eae1c;PerformanceTester[_0x4c4739(0x1c0)](PerformanceEvents[_0x4c4739(0x275)]);try{const _0x235a2=_0x3abded[_0x4c4739(0x1c3)][_0x4c4739(0x24e)],_0x277e1e=_0xdb6feb['captureEvent'](TEST_EVENTS[_0x4c4739(0x1ce)],_0x235a2);CodeceptRecorder['add'](()=>_0xdb6feb['fireEvent'](TEST_EVENTS[_0x4c4739(0x1ce)],_0x277e1e));const _0x41bf68={};_0x41bf68[_0x4c4739(0x26a)]=_0x597691[_0x4c4739(0x20b)],PerformanceTester[_0x4c4739(0x202)](PerformanceEvents[_0x4c4739(0x275)],!![],null,_0x41bf68);}catch(_0x3df77c){const _0x22d83c={};_0x22d83c[_0x4c4739(0x26a)]=_0x597691[_0x4c4739(0x20b)],PerformanceTester[_0x4c4739(0x202)](PerformanceEvents[_0x4c4739(0x275)],![],_0x3df77c,_0x22d83c),PerformanceTester[_0x4c4739(0x295)](_0x3df77c);}}),CodeceptJS[_0x2eae1c(0x1c1)]['dispatcher']['on'](CodeceptJS[_0x2eae1c(0x1c1)][_0x2eae1c(0x1d1)][_0x2eae1c(0x22f)],_0x453ad5=>{const _0x4d7dd6=_0x2eae1c,_0x313941={};_0x313941[_0x4d7dd6(0x26a)]=_0x597691[_0x4d7dd6(0x1b6)],PerformanceTester[_0x4d7dd6(0x1c0)](PerformanceHookEvents[_0x4d7dd6(0x275)],!![],null,_0x313941);try{const _0x46dabd=_0x453ad5['ctx']['test'],_0x28fa51=_0xdb6feb[_0x4d7dd6(0x283)](TEST_EVENTS[_0x4d7dd6(0x211)],_0x46dabd);CodeceptRecorder['add'](()=>_0xdb6feb[_0x4d7dd6(0x290)](TEST_EVENTS[_0x4d7dd6(0x211)],_0x28fa51));const _0x58e2b9={};_0x58e2b9[_0x4d7dd6(0x26a)]=_0x597691[_0x4d7dd6(0x1b6)],PerformanceTester[_0x4d7dd6(0x202)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x58e2b9);}catch(_0x4aeb80){PerformanceTester[_0x4d7dd6(0x295)](_0x4aeb80);const _0x2291fa={};_0x2291fa[_0x4d7dd6(0x26a)]=_0x597691[_0x4d7dd6(0x1b6)],PerformanceTester[_0x4d7dd6(0x202)](PerformanceHookEvents['SDK_HOOK'],![],_0x4aeb80,_0x2291fa);}}),CodeceptJS[_0x2eae1c(0x1c1)][_0x2eae1c(0x1bf)]['on'](CodeceptJS[_0x2eae1c(0x1c1)][_0x2eae1c(0x1d1)][_0x2eae1c(0x1f1)],async(_0x2d9612,_0x3ce0c2)=>{const _0x484526=_0x2eae1c;PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{const _0x29e91a=_0x2d9612[_0x484526(0x1c3)][_0x484526(0x24e)],_0xac59f0=_0xdb6feb[_0x484526(0x283)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x29e91a,_0x3ce0c2);CodeceptRecorder[_0x484526(0x269)](()=>_0xdb6feb['fireEvent'](TEST_EVENTS['HOOK_RUN_FINISHED'],_0xac59f0));const _0x2b02bf={};_0x2b02bf[_0x484526(0x26a)]=_0x597691[_0x484526(0x278)],PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x2b02bf);}catch(_0x55203a){PerformanceTester[_0x484526(0x295)](_0x55203a);const _0x324b7a={};_0x324b7a[_0x484526(0x26a)]=_0x597691[_0x484526(0x278)],PerformanceTester[_0x484526(0x202)](PerformanceHookEvents[_0x484526(0x275)],![],_0x55203a,_0x324b7a);}const _0xda9fa8={};_0xda9fa8[_0x484526(0x26a)]=_0x597691[_0x484526(0x278)],PerformanceTester[_0x484526(0x202)](PerformanceHookEvents[_0x484526(0x275)],!![],null,_0xda9fa8);}),CodeceptJS[_0x2eae1c(0x1c1)]['dispatcher']['on'](CodeceptJS['event']['test'][_0x2eae1c(0x1e0)],_0x1c9a52=>{const _0x17f2da=_0x2eae1c;PerformanceTester[_0x17f2da(0x1c0)](PerformanceHookEvents[_0x17f2da(0x275)]);try{globals[_0x17f2da(0x23a)](_0x597691[_0x17f2da(0x1f3)],_0x1c9a52[_0x17f2da(0x1ff)]);_0x597691[_0x17f2da(0x26c)](isBrowserstackInfra)&&(_0xe39ccc&&(global[_0x17f2da(0x1bc)]={'currentTest':{'name':_0x1c9a52[_0x17f2da(0x1ff)],'testInfo':{'titlePath':_0x1c9a52[_0x17f2da(0x29b)]()}}}));const _0x23d424={};_0x23d424['hookType']=_0x597691['joidA'],PerformanceTester['end'](PerformanceHookEvents[_0x17f2da(0x275)],!![],null,_0x23d424);}catch(_0x452f2b){PerformanceTester[_0x17f2da(0x295)](_0x452f2b);const _0xd12ea3={};_0xd12ea3[_0x17f2da(0x26a)]=_0x597691[_0x17f2da(0x259)],PerformanceTester[_0x17f2da(0x202)](PerformanceHookEvents[_0x17f2da(0x275)],![],_0x452f2b,_0xd12ea3);}}),CodeceptJS[_0x2eae1c(0x1c1)][_0x2eae1c(0x1bf)]['on'](CodeceptJS[_0x2eae1c(0x1c1)][_0x2eae1c(0x24e)][_0x2eae1c(0x27f)],_0x2d8d10=>{const _0x2578fa=_0x2eae1c;PerformanceTester[_0x2578fa(0x1c0)](PerformanceHookEvents[_0x2578fa(0x275)]);try{globals[_0x2578fa(0x23a)](_0x597691[_0x2578fa(0x1f3)],_0x2d8d10[_0x2578fa(0x1ff)]);const _0x34c3a1=_0xdb6feb['captureEvent'](TEST_EVENTS[_0x2578fa(0x1d9)],_0x2d8d10);CodeceptRecorder[_0x2578fa(0x269)](()=>_0xdb6feb[_0x2578fa(0x290)](TEST_EVENTS[_0x2578fa(0x1d9)],_0x34c3a1)),CodeceptRecorder[_0x2578fa(0x269)](async()=>{const _0x11e612=_0x2578fa;_0x597691['sBNeb'](isBrowserstackInfra)&&(!_0x597691[_0x11e612(0x1c9)](isTrue,_0x543bfa[_0x11e612(0x231)])&&await _0x597691[_0x11e612(0x22b)](markSessionName,_0x32f018,_0x2d8d10[_0x11e612(0x1ff)]),_0xdb6feb[_0x11e612(0x1b5)]&&await _0x597691[_0x11e612(0x1a1)](o11ySync,_0x32f018));});}catch(_0x2dcbf6){const _0xf71741={};_0xf71741[_0x2578fa(0x26a)]=_0x597691[_0x2578fa(0x1ab)],PerformanceTester['end'](PerformanceHookEvents[_0x2578fa(0x275)],![],_0x2dcbf6,_0xf71741),PerformanceTester[_0x2578fa(0x295)](_0x2dcbf6);}const _0x34f39d={};_0x34f39d[_0x2578fa(0x26a)]=_0x597691[_0x2578fa(0x1ab)],PerformanceTester['end'](PerformanceHookEvents[_0x2578fa(0x275)],!![],null,_0x34f39d);}),CodeceptJS[_0x2eae1c(0x1c1)][_0x2eae1c(0x1bf)]['on'](CodeceptJS[_0x2eae1c(0x1c1)]['test'][_0x2eae1c(0x22f)],_0x3d625d=>{const _0x273986=_0x2eae1c,_0x74bebb={'QLbwZ':function(_0x2e6ec4,_0x591c16,_0x530602){return _0x597691['ocWoF'](_0x2e6ec4,_0x591c16,_0x530602);},'CyMig':function(_0x1603e9){return _0x597691['sIYQi'](_0x1603e9);}};PerformanceTester[_0x273986(0x1c0)](PerformanceHookEvents[_0x273986(0x275)]);try{const _0x46951a=_0xdb6feb[_0x273986(0x283)](TEST_EVENTS[_0x273986(0x20d)],_0x3d625d);CodeceptRecorder[_0x273986(0x269)](()=>_0xdb6feb['fireEvent'](TEST_EVENTS[_0x273986(0x20d)],_0x46951a)),CodeceptRecorder['add'](async()=>{const _0x4856cd=_0x273986;_0x74bebb[_0x4856cd(0x27a)](isBrowserstackInfra)&&await PerformanceTester[_0x4856cd(0x21d)](PerformanceAutEvents[_0x4856cd(0x1a2)],async()=>{const _0x3fc9e0=_0x4856cd;_0xe39ccc?await _0x74bebb[_0x3fc9e0(0x1aa)](playwrightMarkSessionStatus,_0x32f018,STATE_PASSED):await _0x74bebb[_0x3fc9e0(0x1aa)](markSessionStatus,_0x32f018,STATE_PASSED);})();}),PerformanceTester[_0x273986(0x202)](PerformanceEvents['SDK_TEST']);}catch(_0x51fb4f){PerformanceTester[_0x273986(0x295)](_0x51fb4f);const _0xf50484={};_0xf50484['hookType']=_0x597691['UWvKa'],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x51fb4f,_0xf50484),PerformanceTester[_0x273986(0x202)](PerformanceEvents[_0x273986(0x24d)],![],_0x51fb4f);}const _0x191d15={};_0x191d15[_0x273986(0x26a)]=_0x597691[_0x273986(0x28b)],PerformanceTester[_0x273986(0x202)](PerformanceHookEvents[_0x273986(0x275)],!![],null,_0x191d15);}),CodeceptJS[_0x2eae1c(0x1c1)][_0x2eae1c(0x1bf)]['on'](CodeceptJS[_0x2eae1c(0x1c1)][_0x2eae1c(0x24e)]['failed'],(_0x35c16a,_0x2d904a)=>{const _0x30b8cc=_0x2eae1c,_0x359f2c={'RbDwG':function(_0x5d3e31){const _0x41d76d=a1_0x165a;return _0x597691[_0x41d76d(0x1c7)](_0x5d3e31);},'YQSQf':function(_0x52415c,_0x54c240,_0x1006b4,_0x492770){return _0x597691['EfTEB'](_0x52415c,_0x54c240,_0x1006b4,_0x492770);},'qhoCT':function(_0x450b50,_0x12cf26,_0x19302f,_0x43d788){return _0x597691['IRCUj'](_0x450b50,_0x12cf26,_0x19302f,_0x43d788);}};PerformanceTester[_0x30b8cc(0x1c0)](PerformanceHookEvents[_0x30b8cc(0x275)]);try{if(_0x597691[_0x30b8cc(0x1a3)](_0x35c16a[_0x30b8cc(0x1c4)][_0x30b8cc(0x29e)],_0x597691[_0x30b8cc(0x1f6)])){const _0x2895b0=_0xdb6feb[_0x30b8cc(0x283)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x35c16a[_0x30b8cc(0x1c3)][_0x30b8cc(0x221)]);CodeceptRecorder[_0x30b8cc(0x269)](()=>_0xdb6feb[_0x30b8cc(0x290)](TEST_EVENTS[_0x30b8cc(0x1dc)],_0x2895b0));}else{const _0x2c8ca3=_0xdb6feb[_0x30b8cc(0x283)](TEST_EVENTS[_0x30b8cc(0x20d)],_0x35c16a,_0x2d904a);CodeceptRecorder[_0x30b8cc(0x269)](()=>{const _0x56e66d=_0x30b8cc;try{_0xdb6feb[_0x56e66d(0x290)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x2c8ca3);}catch(_0x5ddc63){logger['debug'](_0x56e66d(0x1d2)+util[_0x56e66d(0x294)](_0x5ddc63)),PerformanceTester['end'](PerformanceEvents[_0x56e66d(0x24d)],![],_0x5ddc63);}}),CodeceptRecorder[_0x30b8cc(0x269)](async()=>{const _0x4a954b=_0x30b8cc;try{_0x359f2c['RbDwG'](isBrowserstackInfra)&&(_0xe39ccc?await _0x359f2c[_0x4a954b(0x1ee)](playwrightMarkSessionStatus,_0x32f018,STATE_FAILED,_0x2d904a):await _0x359f2c['qhoCT'](markSessionStatus,_0x32f018,STATE_FAILED,_0x2d904a));}catch(_0x138243){logger[_0x4a954b(0x204)](_0x4a954b(0x1b7)+util[_0x4a954b(0x294)](_0x138243)),PerformanceTester['end'](PerformanceEvents[_0x4a954b(0x24d)],![],_0x138243);}});}PerformanceTester['end'](PerformanceEvents[_0x30b8cc(0x24d)]);}catch(_0x33bf54){PerformanceTester[_0x30b8cc(0x295)](_0x33bf54);const _0x10f42a={};_0x10f42a[_0x30b8cc(0x26a)]=_0x597691[_0x30b8cc(0x1b9)],PerformanceTester[_0x30b8cc(0x202)](PerformanceHookEvents[_0x30b8cc(0x275)],![],_0x33bf54,_0x10f42a),PerformanceTester['end'](PerformanceEvents[_0x30b8cc(0x24d)],![],_0x33bf54);}const _0xdfe7c1={};_0xdfe7c1[_0x30b8cc(0x26a)]=_0x597691['BwFwc'],PerformanceTester[_0x30b8cc(0x202)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0xdfe7c1);}),CodeceptJS[_0x2eae1c(0x1c1)][_0x2eae1c(0x1bf)]['on'](CodeceptJS['event'][_0x2eae1c(0x24e)]['skipped'],_0x4cde8a=>{const _0x4d4180=_0x2eae1c;PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{const _0x34ad32=_0xdb6feb[_0x4d4180(0x283)](TEST_EVENTS[_0x4d4180(0x1dc)],_0x4cde8a);CodeceptRecorder[_0x4d4180(0x269)](()=>_0xdb6feb[_0x4d4180(0x290)](TEST_EVENTS[_0x4d4180(0x1dc)],_0x34ad32)),PerformanceTester['end'](PerformanceEvents[_0x4d4180(0x24d)]);}catch(_0x49ca22){PerformanceTester[_0x4d4180(0x295)](_0x49ca22),PerformanceTester[_0x4d4180(0x202)](PerformanceEvents['SDK_TEST'],![],_0x49ca22);const _0x3464c1={};_0x3464c1['hookType']=_0x597691[_0x4d4180(0x21c)],PerformanceTester[_0x4d4180(0x202)](PerformanceHookEvents[_0x4d4180(0x275)],![],_0x49ca22,_0x3464c1);}const _0x45ad4d={};_0x45ad4d[_0x4d4180(0x26a)]=_0x597691[_0x4d4180(0x21c)],PerformanceTester['end'](PerformanceHookEvents[_0x4d4180(0x275)],!![],null,_0x45ad4d);}),CodeceptJS[_0x2eae1c(0x1c1)][_0x2eae1c(0x1bf)]['on'](CodeceptJS[_0x2eae1c(0x1c1)][_0x2eae1c(0x24e)][_0x2eae1c(0x24a)],async(_0x1411a0,_0x1dcff6)=>{const _0x681574=_0x2eae1c;try{PerformanceTester['start'](PerformanceHookEvents[_0x681574(0x275)]);const _0x7ea8ae=_0x597691[_0x681574(0x1e2)](shouldScanTestForAccessibility,_0x1411a0[_0x681574(0x29b)](),!![]);if(_0x597691['CDEyw'](isAccessibilityAutomationSession)&&global['accessibilityPlatform']&&_0x7ea8ae){const _0x5485ba={};_0x5485ba[_0x681574(0x1ac)]=_0x1411a0['testAnalyticsId'],_0x5485ba[_0x681574(0x1a7)]=process[_0x681574(0x289)][testHubConstants[_0x681574(0x27d)][_0x681574(0x230)]],_0x5485ba[_0x681574(0x19a)]=process['env'][testHubConstants[_0x681574(0x27d)]['BROWSERSTACK_TESTHUB_JWT']];const _0x199175=_0x5485ba;logger[_0x681574(0x204)](_0x681574(0x1a0)+JSON[_0x681574(0x255)](_0x199175)),CodeceptRecorder['add'](async()=>{const _0x3acd7d=_0x681574,_0x30fbd5={};_0x30fbd5['command']=_0x597691[_0x3acd7d(0x1c6)],await PerformanceTester[_0x3acd7d(0x21d)](PerformanceA11yEvents[_0x3acd7d(0x224)],async()=>{const _0x290466=_0x3acd7d;await AccessibilityHelper[_0x290466(0x252)](_0x32f018,scripts[_0x290466(0x210)]);},_0x30fbd5)(),globals[_0x3acd7d(0x249)](_0x597691[_0x3acd7d(0x236)])&&(_0x199175[_0x3acd7d(0x285)]=!![]),await PerformanceTester[_0x3acd7d(0x21d)](PerformanceA11yEvents[_0x3acd7d(0x207)],async()=>{const _0x3fed08=_0x3acd7d;await AccessibilityHelper[_0x3fed08(0x252)](_0x32f018,scripts[_0x3fed08(0x21b)],_0x199175);})();}),logger[_0x681574(0x200)](_0x597691[_0x681574(0x225)]);}const _0x5e6329={};_0x5e6329[_0x681574(0x26a)]=_0x597691[_0x681574(0x1a9)],PerformanceTester[_0x681574(0x202)](PerformanceHookEvents[_0x681574(0x275)],!![],null,_0x5e6329);}catch(_0x16564a){PerformanceTester[_0x681574(0x295)](_0x16564a);const _0x3e6713={};_0x3e6713[_0x681574(0x26a)]=_0x597691[_0x681574(0x1a9)],PerformanceTester['end'](PerformanceHookEvents[_0x681574(0x275)],![],_0x16564a,_0x3e6713);}}),CodeceptJS[_0x2eae1c(0x1c1)][_0x2eae1c(0x1bf)]['on'](CodeceptJS[_0x2eae1c(0x1c1)][_0x2eae1c(0x28d)][_0x2eae1c(0x196)],_0x16f7cf=>{const _0x5cf62f=_0x2eae1c;PerformanceTester['start'](PerformanceHookEvents[_0x5cf62f(0x275)]);try{process['emit'](_0x5cf62f(0x266)+process['pid'],{'timestamp':new Date()['toISOString'](),'level':_0x597691[_0x5cf62f(0x1fb)],'message':_0x16f7cf,'kind':_0x597691[_0x5cf62f(0x1f0)],'http_response':{}});}catch(_0x2f1de3){PerformanceTester[_0x5cf62f(0x295)](_0x2f1de3);const _0x22474e={};_0x22474e['hookType']=_0x597691['OgvbQ'],PerformanceTester[_0x5cf62f(0x202)](PerformanceHookEvents['SDK_HOOK'],![],_0x2f1de3,_0x22474e);}const _0x1a97de={};_0x1a97de[_0x5cf62f(0x26a)]=_0x597691[_0x5cf62f(0x19f)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x1a97de);}),CodeceptJS[_0x2eae1c(0x1c1)]['dispatcher']['on'](CodeceptJS[_0x2eae1c(0x1c1)][_0x2eae1c(0x262)]['before'],_0x1d5af4=>{const _0x16c6b0=_0x2eae1c,_0x2f7925={};_0x2f7925[_0x16c6b0(0x26a)]=_0x597691[_0x16c6b0(0x1b8)],PerformanceTester[_0x16c6b0(0x21d)](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x54a613=_0x16c6b0;_0xdb6feb[_0x54a613(0x25b)](_0x1d5af4);},_0x2f7925)();}),CodeceptJS[_0x2eae1c(0x1c1)][_0x2eae1c(0x1bf)]['on'](CodeceptJS['event'][_0x2eae1c(0x262)][_0x2eae1c(0x24a)],_0xfdb803=>{const _0x175878=_0x2eae1c,_0x2485c3={};_0x2485c3[_0x175878(0x26a)]=_0x597691[_0x175878(0x1e4)],PerformanceTester[_0x175878(0x21d)](PerformanceHookEvents[_0x175878(0x275)],()=>{_0xdb6feb['bddStepFinish'](_0xfdb803);},_0x2485c3)();});};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a2_0x30a611=a2_0x317c;(function(_0x40857c,_0x4bcdfa){const _0x1c4fc2=a2_0x317c,_0x3a1bcc=_0x40857c();while(!![]){try{const _0x4fb838=parseInt(_0x1c4fc2(0xa3))/0x1+-parseInt(_0x1c4fc2(0xc3))/0x2*(-parseInt(_0x1c4fc2(0xab))/0x3)+parseInt(_0x1c4fc2(0x9e))/0x4+-parseInt(_0x1c4fc2(0xdf))/0x5*(parseInt(_0x1c4fc2(0xf5))/0x6)+parseInt(_0x1c4fc2(0xf4))/0x7*(-parseInt(_0x1c4fc2(0xe3))/0x8)+parseInt(_0x1c4fc2(0xc1))/0x9+-parseInt(_0x1c4fc2(0xae))/0xa*(parseInt(_0x1c4fc2(0xeb))/0xb);if(_0x4fb838===_0x4bcdfa)break;else _0x3a1bcc['push'](_0x3a1bcc['shift']());}catch(_0x371f3a){_0x3a1bcc['push'](_0x3a1bcc['shift']());}}}(a2_0x3a7f,0x18ff5));function a2_0x3a7f(){const _0xa69ea9=['JmSKs','findIndex','browser','bZeOG','forEach','../../helpers/test-observability/utils','isTestObservabilitySession','initialize','dsnao','320SgZoZx','length','stringify','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','1280Ihrddv','Failed\x20:\x20','icwQX','BROWSERSTACK_TEST_ACCESSIBILITY_YML','helpers','chdir','testObservability','../../helpers/utilities','212146ENWMrc','browserName','useW3C','hubUrl','event','dirname','../../helpers/logger','QQRlS','getUserWorkerCount','6433KdjAjA','4938snbNDB','qUreN','vPwmL','process','USER_CONFIG_DETAILS_PATH','csCRi','handleApp','--config','finalExecution','trim','playwright-webkit','load','failed','prepareCapabilities','playwright-chromium','join','browserStackCwd','qyFUU','CYBUE','BROWSERSTACK_TEST_OBSERVABILITY_YML','FRAMEWORKS','../utils/clientTroubleshootingService','root','../utils/constants','parallelsPerPlatform','IpckE','path','clHJY','Workers','env','WebDriver','ykeMl','../../bin/playwright/accessibility-helper','jLLSr','map','enabled','key','browserWSEndpoint','playwright-firefox','printBuildLink','OFQPq','desiredCapabilities','Passed\x20:\x20','launchBuild','Playwright','now','/wd/hub','exports','isUndefined','BrowserStackPlugin.js','Started\x20:\x20','MyZSr','result','EVENTS','createGroupsOfSuites','info','plugins','CODECEPT','codecept.conf.js','test','qWCJo','sHqxI','cwd','codeceptjs','../../helpers/accessibility-automation/helper','skipSessionStatus','accessibilityOptions','firefox','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','testContextOptions','486220RiIIgE','OCGNU','ZizcS','validPlatformsPresent','RPjci','136546LRGOIh','CODECEPT_CUCUMBER','stack','addTests','profile','passed','config','user','10680IPJmmH','yvoRf','mergeDeep','40THBbQs','push','isEmpty','setAdditionalCapabilities','existsSync','chromium','EUyAc','accessKey','FHEXe','run','shCwq','BROWSERSTACK_RERUN','SDK_CLEANUP','winstonLogger','userName','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','ZTLqW','../../helpers/helper','../../helpers/BrowserStackSetup','481536Nqinyi','split','38HVnDrG','Mmnuw','printResults','debug','toLowerCase','errorMessage','all','platforms','util','assign','skipSessionName','gherkin','log','testConfig','before','KrKgc','title','replace','slice'];a2_0x3a7f=function(){return _0xa69ea9;};return a2_0x3a7f();}const fs=require('fs'),path=require(a2_0x30a611(0x10f)),util=require(a2_0x30a611(0xcb)),process=require(a2_0x30a611(0xf8)),logger=require(a2_0x30a611(0xf1))[a2_0x30a611(0xbb)],{default:BrowserStackSetup}=require(a2_0x30a611(0xc0)),helper=require(a2_0x30a611(0xbf)),utilities=require(a2_0x30a611(0xea)),{checkAccessibilityPlatformConfig}=require(a2_0x30a611(0x98)),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a2_0x30a611(0x115)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x30a611(0xbf)),CodeceptJS=requireModule('codeceptjs/lib/index.js',a2_0x30a611(0x97)),testOpsHelper=require(a2_0x30a611(0xdb)),TestHubHandler=require('../../helpers/testhub/testhubHandler'),constants=require(a2_0x30a611(0x10c)),PerformanceTester=require('../../helpers/performance/performance-tester'),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),PerformanceEvents=require('../../helpers/performance/constants')[a2_0x30a611(0x8d)],ClientTroubleShootingService=require(a2_0x30a611(0x10a)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x5cfdbe,_0x125fcc)=>{const _0x91f770=a2_0x30a611,_0x2cd214={};_0x2cd214['OFQPq']=function(_0x2e194d,_0x4eccb2){return _0x2e194d===_0x4eccb2;},_0x2cd214[_0x91f770(0xb4)]=_0x91f770(0x92),_0x2cd214['FHEXe']='codecept.json';const _0x188d81=_0x2cd214;let _0x5eb61c=null;const _0x2c7736={};let _0x48cb58=_0x125fcc[_0x91f770(0xd7)](_0x136f8a=>_0x136f8a===_0x91f770(0xfc));_0x188d81[_0x91f770(0x11d)](_0x48cb58,-0x1)&&(_0x48cb58=_0x125fcc[_0x91f770(0xd7)](_0x29b3f3=>_0x29b3f3==='-c'));if(!helper[_0x91f770(0x125)](_0x5cfdbe[_0x91f770(0xa9)])&&fs[_0x91f770(0xb2)](path[_0x91f770(0x104)](process[_0x91f770(0x96)](),_0x5cfdbe['config'])))_0x5eb61c=path[_0x91f770(0x104)](process[_0x91f770(0x96)](),_0x5cfdbe['config']),_0x125fcc[_0x91f770(0xd5)](_0x48cb58,0x2);else{if(!helper[_0x91f770(0x125)](_0x5cfdbe['c'])&&fs[_0x91f770(0xb2)](path[_0x91f770(0x104)](process['cwd'](),_0x5cfdbe['c'])))_0x5eb61c=path[_0x91f770(0x104)](process[_0x91f770(0x96)](),_0x5cfdbe['c']),_0x125fcc[_0x91f770(0xd5)](_0x48cb58,0x2);else{if(fs[_0x91f770(0xb2)](path[_0x91f770(0x104)](process[_0x91f770(0x96)](),_0x188d81[_0x91f770(0xb4)])))_0x5eb61c=path[_0x91f770(0x104)](process[_0x91f770(0x96)](),_0x188d81['EUyAc']);else fs[_0x91f770(0xb2)](path[_0x91f770(0x104)](process[_0x91f770(0x96)](),_0x188d81['FHEXe']))&&(_0x5eb61c=path[_0x91f770(0x104)](process['cwd'](),_0x188d81[_0x91f770(0xb6)]));}}return process['env'][_0x91f770(0xf9)]=_0x5eb61c,_0x5eb61c;},getO11yRerunPattern=()=>{const _0x5ccd6f=a2_0x30a611,_0x338411=helper['isTrue'](process[_0x5ccd6f(0x112)][_0x5ccd6f(0xb9)]);if(_0x338411){const _0x56574d=process[_0x5ccd6f(0x112)]['BROWSERSTACK_RERUN_TESTS'],_0x1d726a=[];if(helper['validateRerunTestList'](_0x56574d)&&!helper[_0x5ccd6f(0x125)](_0x56574d)){_0x56574d[_0x5ccd6f(0xc2)](',')[_0x5ccd6f(0x117)](_0x2e9397=>{const _0x678af4=_0x5ccd6f;_0x1d726a[_0x678af4(0xaf)]('('+_0x2e9397[_0x678af4(0xfe)]()+')');});const _0x425df7='^'+_0x1d726a['join']('|')+'$';return _0x425df7;}}return null;},a2_0x5b13c0={};a2_0x5b13c0['chrome']=a2_0x30a611(0xb3),a2_0x5b13c0[a2_0x30a611(0x103)]=a2_0x30a611(0xb3),a2_0x5b13c0[a2_0x30a611(0x11b)]=a2_0x30a611(0x9b),a2_0x5b13c0[a2_0x30a611(0xff)]='webkit';const pwToCodeceptBrowser=a2_0x5b13c0;function a2_0x317c(_0x222952,_0x1ed4d2){const _0x3a7fed=a2_0x3a7f();return a2_0x317c=function(_0x317cb2,_0x4bd0ae){_0x317cb2=_0x317cb2-0x8c;let _0x27b944=_0x3a7fed[_0x317cb2];return _0x27b944;},a2_0x317c(_0x222952,_0x1ed4d2);}async function run(_0x3cb26b,_0x3e78f8,_0x170290){const _0x2ea75d=a2_0x30a611,_0xb92781={'shCwq':function(_0x2657ec,_0x2b5ce8,_0x213b0f,_0x3b7d51){return _0x2657ec(_0x2b5ce8,_0x213b0f,_0x3b7d51);},'bYkkO':function(_0x1da0dc,_0x43e039){return _0x1da0dc+_0x43e039;},'CYBUE':function(_0x60bb39,_0x2852ff){return _0x60bb39(_0x2852ff);},'ykeMl':function(_0x3be7f4,_0xdfdc60){return _0x3be7f4+_0xdfdc60;},'vPwmL':function(_0x5bde66,_0x28717a,_0x12a5fd){return _0x5bde66(_0x28717a,_0x12a5fd);},'MyZSr':_0x2ea75d(0xe7),'bZeOG':function(_0x307749){return _0x307749();},'OCGNU':_0x2ea75d(0x123),'dsnao':function(_0x18992f){return _0x18992f();},'ZizcS':_0x2ea75d(0xe4),'lOUge':_0x2ea75d(0x11f),'QQRlS':_0x2ea75d(0x127),'JmSKs':'5|0|2|4|3|1','clHJY':_0x2ea75d(0x9c),'qyFUU':_0x2ea75d(0x121),'sHqxI':_0x2ea75d(0x113),'KJGtB':function(_0x93e3b,_0x13d89c){return _0x93e3b(_0x13d89c);},'ZTLqW':function(_0x2b2a74,_0x3f97a0){return _0x2b2a74!=_0x3f97a0;},'Mmnuw':function(_0x315354,_0x4c5e49){return _0x315354===_0x4c5e49;},'jLLSr':function(_0x5e604f,_0x59da3b,_0x4c0ba4){return _0x5e604f(_0x59da3b,_0x4c0ba4);},'icwQX':_0x2ea75d(0xce),'qUreN':function(_0x1d2d9f,_0x1813b6){return _0x1d2d9f(_0x1813b6);},'cbWGL':function(_0x29e5fd,_0x7c8060){return _0x29e5fd*_0x7c8060;},'KrKgc':function(_0x3d6a7c,_0x3ebc0e,_0x5336a3){return _0x3d6a7c(_0x3ebc0e,_0x5336a3);},'qWCJo':'browser','JxQDO':function(_0x4b2fe9,_0x4c29f0,_0x27fc9a){return _0x4b2fe9(_0x4c29f0,_0x27fc9a);},'csCRi':_0x2ea75d(0x11e),'IpckE':_0x2ea75d(0x10b),'yvoRf':_0x2ea75d(0x126),'RPjci':_0x2ea75d(0x105)};await _0x170290[_0x2ea75d(0xdd)](_0x3cb26b),await helper[_0x2ea75d(0xfb)](_0x170290[_0x2ea75d(0xa9)]);if(!_0x170290[_0x2ea75d(0xa9)])return;process[_0x2ea75d(0xa7)]=_0x3cb26b[_0x2ea75d(0xa7)];_0x3cb26b[_0x2ea75d(0xa7)]&&(process[_0x2ea75d(0x112)]['profile']=_0x3cb26b['profile']);const _0x496713=_0xb92781[_0x2ea75d(0xf7)](getUserCodeceptJSConfigs,_0x3cb26b,_0x3e78f8);let _0xa3bf3d={};_0x496713?(logger[_0x2ea75d(0x8f)](_0x2ea75d(0xbd)+_0x496713),_0xa3bf3d=CodeceptJS[_0x2ea75d(0xa9)][_0x2ea75d(0x100)](_0x496713)):logger['info'](_0xb92781[_0x2ea75d(0x110)]);let _0x58cd62=![];_0xb92781[_0x2ea75d(0xf7)](nestedKeyValue,_0xa3bf3d,[_0xb92781[_0x2ea75d(0x128)],_0xb92781['qyFUU']])&&(_0x58cd62=!![]);const _0x4d225f=_0x58cd62?_0xb92781[_0x2ea75d(0x106)]:_0xb92781[_0x2ea75d(0x95)];let _0xe5ff48=!_0x58cd62?helper[_0x2ea75d(0xed)](_0x170290[_0x2ea75d(0xa9)]):![];!helper[_0x2ea75d(0x125)](_0x170290['config'][_0x2ea75d(0x9a)])&&(process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x2ea75d(0xe1)](_0x170290[_0x2ea75d(0xa9)][_0x2ea75d(0x9a)]));let _0x5f2abf=_0x170290[_0x2ea75d(0xa9)]['accessibility'];_0x5f2abf=_0x5f2abf||_0xb92781['KJGtB'](checkAccessibilityPlatformConfig,_0x170290[_0x2ea75d(0xa9)]),process[_0x2ea75d(0x112)][_0x2ea75d(0xe6)]=_0x5f2abf;_0x5f2abf&&(_0xe5ff48=!_0x5f2abf);_0xb92781[_0x2ea75d(0xbe)](_0x170290[_0x2ea75d(0xa9)][_0x2ea75d(0xe9)],null)?process[_0x2ea75d(0x112)][_0x2ea75d(0x108)]=_0x170290[_0x2ea75d(0xa9)][_0x2ea75d(0xe9)]:process[_0x2ea75d(0x112)][_0x2ea75d(0x108)]=_0xb92781[_0x2ea75d(0xc4)](_0x4d225f,_0xb92781['qyFUU']);const _0x331f92=_0xb92781[_0x2ea75d(0x116)](nestedKeyValue,_0xa3bf3d,[_0xb92781[_0x2ea75d(0xe5)]]),_0x57cea1=_0x331f92&&!helper[_0x2ea75d(0xb0)](_0x331f92)?FRAMEWORKS[_0x2ea75d(0xa4)]:FRAMEWORKS[_0x2ea75d(0x91)],_0x3c9a5f=await TestHubHandler[_0x2ea75d(0x120)](_0x57cea1,_0x170290);_0x5f2abf&&_0xb92781[_0x2ea75d(0xf6)](setAccessibilityCapabilities,_0x170290[_0x2ea75d(0xa9)]);const _0x4c6873={},_0x1efd59=[],_0x778f0c=_0x170290[_0x2ea75d(0xa9)][_0x2ea75d(0x10d)]||helper[_0x2ea75d(0xf3)](_0x3cb26b,_0x3e78f8,_0x170290[_0x2ea75d(0xa9)],constants[_0x2ea75d(0x109)]['CODECEPT'])||0x1;let _0xbc4540=0x1;if(_0xb92781[_0x2ea75d(0xde)](isBrowserstackInfra)){const _0x5da39a=helper['prepareCapabilities'](_0x170290['config'],_0xe5ff48,constants[_0x2ea75d(0x109)][_0x2ea75d(0x91)]);_0x5da39a['forEach'](_0x1ab42c=>{const _0x326b95=_0x2ea75d;helper[_0x326b95(0xb1)](_0x1ab42c);}),helper[_0x2ea75d(0xa1)](_0x170290[_0x2ea75d(0xa9)])?_0xbc4540=_0xb92781['cbWGL'](_0x778f0c,_0x170290[_0x2ea75d(0xa9)]['platforms'][_0x2ea75d(0xe0)]):_0xbc4540=_0x778f0c,_0x5da39a[_0x2ea75d(0xda)](_0x2a9582=>{const _0xc386a6=_0x2ea75d,_0x4a2aaf=_0xb92781[_0xc386a6(0x114)](helper['getPlatformName'](_0x2a9582,'_'),'_'+Date[_0xc386a6(0x122)]()),_0x332295=((()=>{const _0x59e2d3=_0xc386a6;if(_0x58cd62){const _0x162225=pwToCodeceptBrowser[_0x2a9582['browserName']]||_0x2a9582[_0x59e2d3(0xec)],_0x4fc12d=helper['getPlaywrightUrl'](_0x170290['config']),_0x5c2629=Object[_0x59e2d3(0xcc)]({},_0x2a9582);return _0xb92781[_0x59e2d3(0xb8)](processAccessibilityCaps,_0x5c2629,_0x4fc12d,null),{'browser':_0x162225,[_0x162225]:{'browserWSEndpoint':_0xb92781['bYkkO'](_0x4fc12d,_0xb92781[_0x59e2d3(0x107)](encodeURIComponent,JSON[_0x59e2d3(0xe1)](_0x5c2629)))}};}const _0x4ebac9={};return _0x4ebac9[_0x59e2d3(0x11e)]=_0x2a9582,_0x4ebac9[_0x59e2d3(0xaa)]=_0x170290[_0x59e2d3(0xa9)][_0x59e2d3(0xbc)],_0x4ebac9[_0x59e2d3(0x119)]=_0x170290[_0x59e2d3(0xa9)][_0x59e2d3(0xb5)],_0x4ebac9;})()),_0x3f468f=_0xb92781[_0xc386a6(0xf7)](nestedKeyValue,_0xa3bf3d,[_0xb92781['MyZSr'],_0x4d225f]);_0x4c6873[_0x4a2aaf]=_0x3f468f?helper[_0xc386a6(0xad)](_0x332295,_0x3f468f):_0x332295;if(_0x58cd62)_0x4c6873[_0x4a2aaf]['browser']=pwToCodeceptBrowser[_0x2a9582['browserName']]||_0x2a9582['browserName'];else{_0x4c6873[_0x4a2aaf][_0xc386a6(0xd8)]=_0x2a9582[_0xc386a6(0xec)]||_0x332295[_0xc386a6(0xd8)];if(_0xb92781[_0xc386a6(0xd9)](isBrowserstackInfra)){_0x4c6873[_0x4a2aaf]['host']=constants[_0xc386a6(0xee)][_0xc386a6(0xd4)](_0xb92781[_0xc386a6(0x9f)],'')[_0xc386a6(0xd4)](/https?:\/\//,'');;_0x4c6873[_0x4a2aaf]['path']=_0xb92781[_0xc386a6(0x9f)];}}_0x1efd59[_0xc386a6(0xaf)](_0x4a2aaf);});}else{_0xbc4540=0x1;if(_0x58cd62){const _0x4a4fed=_0xb92781[_0x2ea75d(0xd2)](nestedKeyValue,_0xa3bf3d,[_0xb92781[_0x2ea75d(0x128)],_0x4d225f,_0xb92781[_0x2ea75d(0x94)]]),_0x4cefa5=_0xb92781['JxQDO'](nestedKeyValue,_0xa3bf3d,[_0xb92781[_0x2ea75d(0x128)],_0x4d225f,_0x4a4fed]);if(_0x4cefa5&&_0x4cefa5[_0x2ea75d(0x11a)]){const _0x418897={};_0x418897[_0x2ea75d(0xca)]=[],_0x4cefa5[_0x2ea75d(0x11a)]=helper[_0x2ea75d(0x102)](Object['assign']({},_0x170290['config'],_0x418897),null,_0x57cea1[_0x2ea75d(0xc7)](),null,null,_0x4cefa5[_0x2ea75d(0x11a)]);}}else{const _0x29fcc4={};_0x29fcc4[_0x2ea75d(0xca)]=[],_0xa3bf3d[_0xb92781['MyZSr']][_0x4d225f][_0xb92781[_0x2ea75d(0xfa)]]=helper['prepareCapabilities'](Object[_0x2ea75d(0xcc)]({},_0x170290[_0x2ea75d(0xa9)],_0x29fcc4),null,_0x57cea1[_0x2ea75d(0xc7)](),_0xb92781['KrKgc'](nestedKeyValue,_0xa3bf3d,[_0xb92781[_0x2ea75d(0x128)],_0x4d225f,_0xb92781['csCRi']])||{},null,null);}_0x4c6873[_0xb92781[_0x2ea75d(0x10e)]]=_0xa3bf3d,_0x1efd59[_0x2ea75d(0xaf)](_0xb92781[_0x2ea75d(0x10e)]);}const _0x5414c1={};_0x5414c1[_0x2ea75d(0xd0)]=_0x496713;const _0x2b7889=_0x5414c1,_0x3d0bec=path[_0x2ea75d(0x104)](__dirname,_0xb92781[_0x2ea75d(0xac)]),_0x4f6f25=process[_0x2ea75d(0x96)]();process['env'][_0xb92781[_0x2ea75d(0xa2)]]=_0x4f6f25,process['chdir'](path[_0x2ea75d(0xf0)](_0x496713));const _0x3568ae=new CodeceptJS[(_0x2ea75d(0x111))](null,_0x2b7889),_0x3abd51=_0x3568ae[_0x2ea75d(0x8e)](_0x778f0c),_0x1f2545=testOpsHelper[_0x2ea75d(0xdc)](),_0x535772=_0x1efd59[_0x2ea75d(0x117)](_0x81745d=>{const _0x51b5be=_0x2ea75d,_0xc9c03c={};_0xc9c03c[_0x51b5be(0x121)]=_0x4c6873[_0x81745d];const _0xed226e={};_0xed226e[_0x51b5be(0x113)]=_0x4c6873[_0x81745d];const _0x476ced=_0x58cd62?_0xc9c03c:_0xed226e,_0x52f269=_0xb92781[_0x51b5be(0xd9)](getO11yRerunPattern),_0x262e33={};_0x262e33[_0x51b5be(0xe7)]=_0x476ced;const _0x1630b1={};_0x1630b1['require']=_0x3d0bec,_0x1630b1[_0x51b5be(0x118)]=!![],_0x1630b1[_0x51b5be(0xcd)]=_0x170290[_0x51b5be(0xa9)][_0x51b5be(0x9d)]['skipSessionName'],_0x1630b1[_0x51b5be(0x99)]=_0x170290[_0x51b5be(0xa9)][_0x51b5be(0x9d)][_0x51b5be(0x99)],_0x1630b1[_0x51b5be(0xe9)]=_0x1f2545,_0x1630b1['frameworkName']=_0x57cea1;const _0x486667={};_0x486667['BrowserStackPlugin']=_0x1630b1;const _0x539116={};return _0x539116[_0x51b5be(0x90)]=_0x486667,helper[_0x51b5be(0xad)]({},_0xa3bf3d,_0xb92781[_0x51b5be(0xde)](isBrowserstackInfra)?_0x262e33:{},_0x52f269?{'grep':_0x52f269}:{},_0x539116);});for(const _0x49baff of _0x535772){for(const _0x1ae63c of _0x3abd51){const _0x5a7c31=_0x3568ae['spawn']();_0x5a7c31[_0x2ea75d(0xa6)](_0x1ae63c),_0x5a7c31['addConfig'](_0x49baff);const _0x12624e={};_0x12624e[_0x2ea75d(0xa9)]=_0x496713,_0x5a7c31['addOptions'](Object[_0x2ea75d(0xcc)](_0x12624e,_0x3cb26b));}}_0x3568ae['on'](CodeceptJS[_0x2ea75d(0xef)][_0x2ea75d(0x93)][_0x2ea75d(0x101)],(_0x36d95f,_0x551f81)=>{const _0x47331f=_0x2ea75d;console[_0x47331f(0xcf)](_0xb92781[_0x47331f(0xa0)],_0x36d95f['title']);const _0x56f8bc={[_0x36d95f[_0x47331f(0xd3)]]:_0x36d95f['err'][_0x47331f(0xa5)]};_testErrorData[_0x47331f(0xaf)](_0x56f8bc);}),_0x3568ae['on'](CodeceptJS[_0x2ea75d(0xef)][_0x2ea75d(0x93)][_0x2ea75d(0xa8)],async _0x5861ff=>{console['log'](_0xb92781['lOUge'],_0x5861ff['title']);}),_0x3568ae['on'](CodeceptJS[_0x2ea75d(0xef)][_0x2ea75d(0x93)][_0x2ea75d(0xd1)],async _0x5016bd=>{const _0x5487ad=_0x2ea75d;console[_0x5487ad(0xcf)](_0xb92781[_0x5487ad(0xf2)],_0x5016bd[_0x5487ad(0xd3)]);}),_0x3568ae['on'](CodeceptJS['event'][_0x2ea75d(0xc9)][_0x2ea75d(0x8c)],async()=>{const _0x22c162=_0x2ea75d,_0x8a4524=_0xb92781[_0x22c162(0xd6)][_0x22c162(0xc2)]('|');let _0x58591a=0x0;while(!![]){switch(_0x8a4524[_0x58591a++]){case'0':_0x170290[_0x22c162(0xc8)]=_testErrorData;continue;case'1':_0x3568ae[_0x22c162(0xc5)]();continue;case'2':testOpsHelper[_0x22c162(0x11c)]();continue;case'3':try{await TestHubHandler['stop']();}catch(_0x40046e){logger[_0x22c162(0xc6)](_0x22c162(0xe2)+util['format'](_0x40046e));}continue;case'4':utilities[_0x22c162(0xfd)](_0x170290);continue;case'5':PerformanceTester['start'](PerformanceEvents[_0x22c162(0xba)]);continue;}break;}});async function _0x2319ac(){const _0x96168=_0x2ea75d;try{await _0x3568ae['bootstrapAll'](),await _0x3568ae[_0x96168(0xb7)]();}finally{process[_0x96168(0xe8)](_0x4f6f25),await _0x3568ae['teardownAll']();}}PerformanceTester['end'](PerformanceEvents['SDK_SETUP']),await _0xb92781[_0x2ea75d(0xd9)](_0x2319ac);}module[a2_0x30a611(0x124)]=run;
2
+ 'use strict';const a2_0x2b3dbb=a2_0xaa72;(function(_0x2ad216,_0xd404f7){const _0x35855e=a2_0xaa72,_0x9602b3=_0x2ad216();while(!![]){try{const _0x59ab8f=parseInt(_0x35855e(0x1c8))/0x1*(-parseInt(_0x35855e(0x21b))/0x2)+parseInt(_0x35855e(0x19f))/0x3+-parseInt(_0x35855e(0x1b4))/0x4*(parseInt(_0x35855e(0x1f1))/0x5)+parseInt(_0x35855e(0x1b5))/0x6+parseInt(_0x35855e(0x1db))/0x7*(-parseInt(_0x35855e(0x225))/0x8)+-parseInt(_0x35855e(0x1a7))/0x9+parseInt(_0x35855e(0x204))/0xa*(parseInt(_0x35855e(0x1df))/0xb);if(_0x59ab8f===_0xd404f7)break;else _0x9602b3['push'](_0x9602b3['shift']());}catch(_0x1a7e23){_0x9602b3['push'](_0x9602b3['shift']());}}}(a2_0x8791,0x9902e));function a2_0x8791(){const _0x3c7755=['setAdditionalCapabilities','BROWSERSTACK_TEST_OBSERVABILITY_YML','cWbvO','testObservability','firefox','printResults','CODECEPT','8KlEIiV','playwright-webkit','pbbSZ','accessibilityOptions','testConfig','LOUQq','before','../../helpers/BrowserStackSetup','forEach','DydFV','replace','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','slice','desiredCapabilities','existsSync','../../helpers/utilities','codeceptjs/lib/index.js','launchBuild','../../helpers/performance/performance-tester','ORBQC','1910448ZPAvwH','plugins','addConfig','winstonLogger','isEmpty','push','errorMessage','exports','1309968cLzxcD','../utils/clientTroubleshootingService','chromium','HUDFG','rLIlR','profile','mNerT','getPlatformName','enabled','isTestObservabilitySession','user','browserStackCwd','Playwright','28crgjip','3508200JhrqfE','validateRerunTestList','toLowerCase','addOptions','DNVgL','hubUrl','failed','/wd/hub','parallelsPerPlatform','browserName','prepareCapabilities','kZjvU','chdir','info','debug','helpers','log','WebDriver','../utils/constants','2OpenBm','EVENTS','DFYqW','passed','env','join','process','handleApp','end','KhYjt','testContextOptions','Passed\x20:\x20','findIndex','isTrue','getPlaywrightUrl','stringify','ISzhj','../../bin/playwright/accessibility-helper','util','3917263vpYTwk','browser','result','skipSessionStatus','11iCGmWY','../../helpers/test-observability/utils','eUyvH','zwazS','BrowserStackPlugin','stop','svQkH','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','mergeDeep','spawn','config','assign','title','USER_CONFIG_DETAILS_PATH','gwxVy','skipSessionName','cwd','BrowserStackPlugin.js','431330SFNxzF','test','qMgYj','playwright-chromium','split','event','SQaii','path','../../helpers/testhub/testhubHandler','host','browserWSEndpoint','BROWSERSTACK_TEST_ACCESSIBILITY_YML','dirname','../../helpers/test-observability/constants','zOhYQ','4|3|2|1|5|0','key','goYWB','root','17796230BhQwIY','load','userName','Started\x20:\x20','length','now','FRAMEWORKS','SDK_CLEANUP','codeceptjs','platforms','ZpXsS','map','run','CODECEPT_CUCUMBER','accessibility','WTUsi','getUserWorkerCount','JNZbE','isUndefined','MlCIS','frameworkName','codecept.conf.js','../../helpers/accessibility-automation/helper','1065382UakNNG','../../helpers/helper','CvDqY'];a2_0x8791=function(){return _0x3c7755;};return a2_0x8791();}const fs=require('fs'),path=require(a2_0x2b3dbb(0x1f8)),util=require(a2_0x2b3dbb(0x1da)),process=require(a2_0x2b3dbb(0x1ce)),logger=require('../../helpers/logger')[a2_0x2b3dbb(0x1a2)],{default:BrowserStackSetup}=require(a2_0x2b3dbb(0x22c)),helper=require(a2_0x2b3dbb(0x21c)),utilities=require(a2_0x2b3dbb(0x234)),{checkAccessibilityPlatformConfig}=require(a2_0x2b3dbb(0x21a)),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a2_0x2b3dbb(0x1d9)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require('../../helpers/helper'),CodeceptJS=requireModule(a2_0x2b3dbb(0x19b),a2_0x2b3dbb(0x20c)),testOpsHelper=require(a2_0x2b3dbb(0x1e0)),TestHubHandler=require(a2_0x2b3dbb(0x1f9)),constants=require(a2_0x2b3dbb(0x1c7)),PerformanceTester=require(a2_0x2b3dbb(0x19d)),{FRAMEWORKS}=require(a2_0x2b3dbb(0x1fe)),PerformanceEvents=require('../../helpers/performance/constants')[a2_0x2b3dbb(0x1c9)],ClientTroubleShootingService=require(a2_0x2b3dbb(0x1a8)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x5c9b36,_0x1eceb3)=>{const _0x55e611=a2_0x2b3dbb,_0xcb8d63={};_0xcb8d63['DNVgL']=function(_0x4152c0,_0x43e9f9){return _0x4152c0===_0x43e9f9;},_0xcb8d63[_0x55e611(0x1d8)]=_0x55e611(0x219),_0xcb8d63[_0x55e611(0x215)]='codecept.json';const _0x44a524=_0xcb8d63;let _0x6bc0a9=null;const _0x1b5971={};let _0x526716=_0x1eceb3[_0x55e611(0x1d4)](_0x1ade46=>_0x1ade46==='--config');_0x44a524[_0x55e611(0x1b9)](_0x526716,-0x1)&&(_0x526716=_0x1eceb3[_0x55e611(0x1d4)](_0x268645=>_0x268645==='-c'));if(!helper['isUndefined'](_0x5c9b36[_0x55e611(0x1e9)])&&fs['existsSync'](path[_0x55e611(0x1cd)](process['cwd'](),_0x5c9b36['config'])))_0x6bc0a9=path[_0x55e611(0x1cd)](process[_0x55e611(0x1ef)](),_0x5c9b36['config']),_0x1eceb3[_0x55e611(0x231)](_0x526716,0x2);else{if(!helper[_0x55e611(0x216)](_0x5c9b36['c'])&&fs['existsSync'](path['join'](process[_0x55e611(0x1ef)](),_0x5c9b36['c'])))_0x6bc0a9=path[_0x55e611(0x1cd)](process[_0x55e611(0x1ef)](),_0x5c9b36['c']),_0x1eceb3[_0x55e611(0x231)](_0x526716,0x2);else{if(fs[_0x55e611(0x233)](path['join'](process[_0x55e611(0x1ef)](),_0x44a524[_0x55e611(0x1d8)])))_0x6bc0a9=path[_0x55e611(0x1cd)](process[_0x55e611(0x1ef)](),_0x44a524[_0x55e611(0x1d8)]);else fs[_0x55e611(0x233)](path[_0x55e611(0x1cd)](process['cwd'](),_0x44a524['JNZbE']))&&(_0x6bc0a9=path[_0x55e611(0x1cd)](process[_0x55e611(0x1ef)](),_0x44a524[_0x55e611(0x215)]));}}return process[_0x55e611(0x1cc)][_0x55e611(0x1ec)]=_0x6bc0a9,_0x6bc0a9;},getO11yRerunPattern=()=>{const _0x97c52e=a2_0x2b3dbb,_0xacf36=helper[_0x97c52e(0x1d5)](process[_0x97c52e(0x1cc)]['BROWSERSTACK_RERUN']);if(_0xacf36){const _0x48d872=process[_0x97c52e(0x1cc)]['BROWSERSTACK_RERUN_TESTS'],_0x24182a=[];if(helper[_0x97c52e(0x1b6)](_0x48d872)&&!helper[_0x97c52e(0x216)](_0x48d872)){_0x48d872[_0x97c52e(0x1f5)](',')[_0x97c52e(0x20f)](_0x324069=>{const _0x495335=_0x97c52e;_0x24182a[_0x495335(0x1a4)]('('+_0x324069['trim']()+')');});const _0x5d2dbc='^'+_0x24182a[_0x97c52e(0x1cd)]('|')+'$';return _0x5d2dbc;}}return null;},a2_0x20f47c={};a2_0x20f47c['chrome']=a2_0x2b3dbb(0x1a9),a2_0x20f47c[a2_0x2b3dbb(0x1f4)]=a2_0x2b3dbb(0x1a9),a2_0x20f47c['playwright-firefox']=a2_0x2b3dbb(0x222),a2_0x20f47c[a2_0x2b3dbb(0x226)]='webkit';const pwToCodeceptBrowser=a2_0x20f47c;function a2_0xaa72(_0x136d33,_0x2e85e6){const _0x87915c=a2_0x8791();return a2_0xaa72=function(_0xaa7208,_0x3ad866){_0xaa7208=_0xaa7208-0x19b;let _0x2423f4=_0x87915c[_0xaa7208];return _0x2423f4;},a2_0xaa72(_0x136d33,_0x2e85e6);}async function run(_0x10c788,_0x5b5144,_0x2008cb){const _0x55fb86=a2_0x2b3dbb,_0x42dae5={'zwazS':function(_0x3c33d3,_0x127115,_0x395baf,_0x1f42a0){return _0x3c33d3(_0x127115,_0x395baf,_0x1f42a0);},'XePIB':function(_0x28b8a3,_0x58ea69){return _0x28b8a3+_0x58ea69;},'MlCIS':function(_0x4dd209,_0x5a7290){return _0x4dd209(_0x5a7290);},'KhYjt':function(_0x4e09e3,_0x349e74){return _0x4e09e3+_0x349e74;},'qMgYj':function(_0x25d50c,_0xcd8deb,_0x4f3df7){return _0x25d50c(_0xcd8deb,_0x4f3df7);},'rLIlR':_0x55fb86(0x1c4),'DydFV':function(_0x66d616){return _0x66d616();},'WTUsi':_0x55fb86(0x1bc),'svQkH':function(_0x284021){return _0x284021();},'gCNjR':'Failed\x20:\x20','ORBQC':_0x55fb86(0x1d3),'mNerT':_0x55fb86(0x207),'zpSMM':_0x55fb86(0x200),'SQaii':function(_0x3e96ff,_0x3d6af3,_0x299d7c){return _0x3e96ff(_0x3d6af3,_0x299d7c);},'DFYqW':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','zOhYQ':_0x55fb86(0x1b3),'goYWB':_0x55fb86(0x1c6),'CvDqY':function(_0xc52f27,_0x53f731){return _0xc52f27(_0x53f731);},'cWbvO':function(_0x417aa9,_0x54a278){return _0x417aa9!=_0x54a278;},'ZpXsS':function(_0x29b81f,_0xf67e3a){return _0x29b81f===_0xf67e3a;},'pbbSZ':function(_0x37a66,_0x54f7b0,_0x4e8580){return _0x37a66(_0x54f7b0,_0x4e8580);},'qkEYP':'gherkin','nkngS':function(_0x3b8f33,_0x9197c4){return _0x3b8f33(_0x9197c4);},'BVdGY':function(_0x35c4f2,_0x22d83b){return _0x35c4f2*_0x22d83b;},'kqGZa':'browser','RRBjD':function(_0x5f1483,_0x787f87,_0x42ef4b){return _0x5f1483(_0x787f87,_0x42ef4b);},'kZjvU':_0x55fb86(0x232),'eUyvH':_0x55fb86(0x203),'HuHOE':_0x55fb86(0x1f0),'LOUQq':_0x55fb86(0x1b2)};await _0x2008cb['initialize'](_0x10c788),await helper[_0x55fb86(0x1cf)](_0x2008cb[_0x55fb86(0x1e9)]);if(!_0x2008cb['config'])return;process['profile']=_0x10c788['profile'];_0x10c788['profile']&&(process['env'][_0x55fb86(0x1ac)]=_0x10c788[_0x55fb86(0x1ac)]);const _0x2a38a2=_0x42dae5[_0x55fb86(0x1f7)](getUserCodeceptJSConfigs,_0x10c788,_0x5b5144);let _0x502827={};_0x2a38a2?(logger[_0x55fb86(0x1c2)]('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0x2a38a2),_0x502827=CodeceptJS[_0x55fb86(0x1e9)][_0x55fb86(0x205)](_0x2a38a2)):logger[_0x55fb86(0x1c2)](_0x42dae5[_0x55fb86(0x1ca)]);let _0x45788f=![];_0x42dae5['SQaii'](nestedKeyValue,_0x502827,[_0x42dae5[_0x55fb86(0x1ab)],_0x42dae5[_0x55fb86(0x1ff)]])&&(_0x45788f=!![]);const _0x4771d0=_0x45788f?_0x42dae5[_0x55fb86(0x1ff)]:_0x42dae5[_0x55fb86(0x202)];let _0x5f52c6=!_0x45788f?helper['useW3C'](_0x2008cb[_0x55fb86(0x1e9)]):![];!helper[_0x55fb86(0x216)](_0x2008cb[_0x55fb86(0x1e9)][_0x55fb86(0x228)])&&(process[_0x55fb86(0x1cc)][_0x55fb86(0x230)]=JSON[_0x55fb86(0x1d7)](_0x2008cb[_0x55fb86(0x1e9)][_0x55fb86(0x228)]));let _0x32197a=_0x2008cb[_0x55fb86(0x1e9)][_0x55fb86(0x212)];_0x32197a=_0x32197a||_0x42dae5[_0x55fb86(0x21d)](checkAccessibilityPlatformConfig,_0x2008cb[_0x55fb86(0x1e9)]),process[_0x55fb86(0x1cc)][_0x55fb86(0x1fc)]=_0x32197a;_0x32197a&&(_0x5f52c6=!_0x32197a);_0x42dae5[_0x55fb86(0x220)](_0x2008cb[_0x55fb86(0x1e9)][_0x55fb86(0x221)],null)?process[_0x55fb86(0x1cc)][_0x55fb86(0x21f)]=_0x2008cb['config'][_0x55fb86(0x221)]:process[_0x55fb86(0x1cc)][_0x55fb86(0x21f)]=_0x42dae5[_0x55fb86(0x20e)](_0x4771d0,_0x42dae5['zOhYQ']);const _0x5e1e6d=_0x42dae5[_0x55fb86(0x227)](nestedKeyValue,_0x502827,[_0x42dae5['qkEYP']]),_0x26baeb=_0x5e1e6d&&!helper[_0x55fb86(0x1a3)](_0x5e1e6d)?FRAMEWORKS[_0x55fb86(0x211)]:FRAMEWORKS[_0x55fb86(0x224)],_0x5dbf36=await TestHubHandler[_0x55fb86(0x19c)](_0x26baeb,_0x2008cb);_0x32197a&&_0x42dae5['nkngS'](setAccessibilityCapabilities,_0x2008cb['config']);const _0x1aa7c7={},_0x805e74=[],_0xde1aee=_0x2008cb['config'][_0x55fb86(0x1bd)]||helper[_0x55fb86(0x214)](_0x10c788,_0x5b5144,_0x2008cb[_0x55fb86(0x1e9)],constants[_0x55fb86(0x20a)]['CODECEPT'])||0x1;let _0x43ff83=0x1;if(_0x42dae5[_0x55fb86(0x22e)](isBrowserstackInfra)){const _0x325653=helper[_0x55fb86(0x1bf)](_0x2008cb[_0x55fb86(0x1e9)],_0x5f52c6,constants[_0x55fb86(0x20a)][_0x55fb86(0x224)]);_0x325653[_0x55fb86(0x22d)](_0x2f7a5e=>{const _0x7c7a7a=_0x55fb86;helper[_0x7c7a7a(0x21e)](_0x2f7a5e);}),helper['validPlatformsPresent'](_0x2008cb[_0x55fb86(0x1e9)])?_0x43ff83=_0x42dae5['BVdGY'](_0xde1aee,_0x2008cb[_0x55fb86(0x1e9)][_0x55fb86(0x20d)][_0x55fb86(0x208)]):_0x43ff83=_0xde1aee,_0x325653[_0x55fb86(0x22d)](_0x7c79f9=>{const _0x320007=_0x55fb86,_0x1a1dc4={'DpLnp':function(_0x102ab8,_0x44b122,_0x8b51f0,_0x6cdd9d){const _0x591010=a2_0xaa72;return _0x42dae5[_0x591010(0x1e2)](_0x102ab8,_0x44b122,_0x8b51f0,_0x6cdd9d);},'gwxVy':function(_0x453726,_0x48ea94){return _0x42dae5['XePIB'](_0x453726,_0x48ea94);},'HUDFG':function(_0x3ed4a7,_0x169dde){const _0x298627=a2_0xaa72;return _0x42dae5[_0x298627(0x217)](_0x3ed4a7,_0x169dde);}},_0x5c8d33=_0x42dae5[_0x320007(0x1d1)](helper[_0x320007(0x1ae)](_0x7c79f9,'_'),'_'+Date[_0x320007(0x209)]()),_0x3445c0=((()=>{const _0x50a868=_0x320007;if(_0x45788f){const _0x53afc4=pwToCodeceptBrowser[_0x7c79f9[_0x50a868(0x1be)]]||_0x7c79f9['browserName'],_0xfc3a25=helper[_0x50a868(0x1d6)](_0x2008cb[_0x50a868(0x1e9)]),_0x4e3fde=Object[_0x50a868(0x1ea)]({},_0x7c79f9);return _0x1a1dc4['DpLnp'](processAccessibilityCaps,_0x4e3fde,_0xfc3a25,null),{'browser':_0x53afc4,[_0x53afc4]:{'browserWSEndpoint':_0x1a1dc4[_0x50a868(0x1ed)](_0xfc3a25,_0x1a1dc4[_0x50a868(0x1aa)](encodeURIComponent,JSON[_0x50a868(0x1d7)](_0x4e3fde)))}};}const _0x4b42a4={};return _0x4b42a4[_0x50a868(0x232)]=_0x7c79f9,_0x4b42a4[_0x50a868(0x1b1)]=_0x2008cb[_0x50a868(0x1e9)][_0x50a868(0x206)],_0x4b42a4[_0x50a868(0x201)]=_0x2008cb[_0x50a868(0x1e9)]['accessKey'],_0x4b42a4;})()),_0x17b0ce=_0x42dae5[_0x320007(0x1f3)](nestedKeyValue,_0x502827,[_0x42dae5['rLIlR'],_0x4771d0]);_0x1aa7c7[_0x5c8d33]=_0x17b0ce?helper['mergeDeep'](_0x3445c0,_0x17b0ce):_0x3445c0;if(_0x45788f)_0x1aa7c7[_0x5c8d33][_0x320007(0x1dc)]=pwToCodeceptBrowser[_0x7c79f9['browserName']]||_0x7c79f9[_0x320007(0x1be)];else{_0x1aa7c7[_0x5c8d33][_0x320007(0x1dc)]=_0x7c79f9[_0x320007(0x1be)]||_0x3445c0[_0x320007(0x1dc)];if(_0x42dae5[_0x320007(0x22e)](isBrowserstackInfra)){_0x1aa7c7[_0x5c8d33][_0x320007(0x1fa)]=constants[_0x320007(0x1ba)][_0x320007(0x22f)](_0x42dae5[_0x320007(0x213)],'')[_0x320007(0x22f)](/https?:\/\//,'');;_0x1aa7c7[_0x5c8d33][_0x320007(0x1f8)]=_0x42dae5[_0x320007(0x213)];}}_0x805e74[_0x320007(0x1a4)](_0x5c8d33);});}else{_0x43ff83=0x1;if(_0x45788f){const _0x3273f1=_0x42dae5[_0x55fb86(0x1f7)](nestedKeyValue,_0x502827,[_0x42dae5[_0x55fb86(0x1ab)],_0x4771d0,_0x42dae5['kqGZa']]),_0x59039d=_0x42dae5['RRBjD'](nestedKeyValue,_0x502827,[_0x42dae5['rLIlR'],_0x4771d0,_0x3273f1]);if(_0x59039d&&_0x59039d[_0x55fb86(0x1fb)]){const _0x445068={};_0x445068[_0x55fb86(0x20d)]=[],_0x59039d['browserWSEndpoint']=helper['prepareCapabilities'](Object['assign']({},_0x2008cb[_0x55fb86(0x1e9)],_0x445068),null,_0x26baeb[_0x55fb86(0x1b7)](),null,null,_0x59039d['browserWSEndpoint']);}}else{const _0xe7c213={};_0xe7c213[_0x55fb86(0x20d)]=[],_0x502827[_0x42dae5[_0x55fb86(0x1ab)]][_0x4771d0][_0x42dae5[_0x55fb86(0x1c0)]]=helper['prepareCapabilities'](Object[_0x55fb86(0x1ea)]({},_0x2008cb['config'],_0xe7c213),null,_0x26baeb['toLowerCase'](),_0x42dae5[_0x55fb86(0x1f3)](nestedKeyValue,_0x502827,[_0x42dae5[_0x55fb86(0x1ab)],_0x4771d0,_0x42dae5[_0x55fb86(0x1c0)]])||{},null,null);}_0x1aa7c7[_0x42dae5['eUyvH']]=_0x502827,_0x805e74['push'](_0x42dae5[_0x55fb86(0x1e1)]);}const _0x3ba961={};_0x3ba961[_0x55fb86(0x229)]=_0x2a38a2;const _0x4bfcb1=_0x3ba961,_0x58a421=path[_0x55fb86(0x1cd)](__dirname,_0x42dae5['HuHOE']),_0x29bfd5=process[_0x55fb86(0x1ef)]();process[_0x55fb86(0x1cc)][_0x42dae5[_0x55fb86(0x22a)]]=_0x29bfd5,process[_0x55fb86(0x1c1)](path[_0x55fb86(0x1fd)](_0x2a38a2));const _0x17cb51=new CodeceptJS['Workers'](null,_0x4bfcb1),_0x7405fb=_0x17cb51['createGroupsOfSuites'](_0xde1aee),_0x110b0d=testOpsHelper[_0x55fb86(0x1b0)](),_0x14adba=_0x805e74['map'](_0x26d426=>{const _0x52e8b9=_0x55fb86,_0xf600c={};_0xf600c[_0x52e8b9(0x1b3)]=_0x1aa7c7[_0x26d426];const _0x4592c0={};_0x4592c0[_0x52e8b9(0x1c6)]=_0x1aa7c7[_0x26d426];const _0x2fe98a=_0x45788f?_0xf600c:_0x4592c0,_0x64b48a=_0x42dae5[_0x52e8b9(0x1e5)](getO11yRerunPattern),_0x5bc93e={};_0x5bc93e[_0x52e8b9(0x1c4)]=_0x2fe98a;const _0x56bd2e={};_0x56bd2e['require']=_0x58a421,_0x56bd2e[_0x52e8b9(0x1af)]=!![],_0x56bd2e[_0x52e8b9(0x1ee)]=_0x2008cb['config'][_0x52e8b9(0x1d2)][_0x52e8b9(0x1ee)],_0x56bd2e[_0x52e8b9(0x1de)]=_0x2008cb[_0x52e8b9(0x1e9)]['testContextOptions'][_0x52e8b9(0x1de)],_0x56bd2e[_0x52e8b9(0x221)]=_0x110b0d,_0x56bd2e[_0x52e8b9(0x218)]=_0x26baeb;const _0x58905e={};_0x58905e[_0x52e8b9(0x1e3)]=_0x56bd2e;const _0x5cc823={};return _0x5cc823[_0x52e8b9(0x1a0)]=_0x58905e,helper[_0x52e8b9(0x1e7)]({},_0x502827,_0x42dae5[_0x52e8b9(0x1e5)](isBrowserstackInfra)?_0x5bc93e:{},_0x64b48a?{'grep':_0x64b48a}:{},_0x5cc823);});for(const _0x2078ae of _0x14adba){for(const _0x4ea87d of _0x7405fb){const _0x462d19=_0x17cb51[_0x55fb86(0x1e8)]();_0x462d19['addTests'](_0x4ea87d),_0x462d19[_0x55fb86(0x1a1)](_0x2078ae);const _0x43bc6b={};_0x43bc6b[_0x55fb86(0x1e9)]=_0x2a38a2,_0x462d19[_0x55fb86(0x1b8)](Object[_0x55fb86(0x1ea)](_0x43bc6b,_0x10c788));}}_0x17cb51['on'](CodeceptJS[_0x55fb86(0x1f6)][_0x55fb86(0x1f2)][_0x55fb86(0x1bb)],(_0xc9176c,_0x29f4a2)=>{const _0x3e8bd0=_0x55fb86;console[_0x3e8bd0(0x1c5)](_0x42dae5['gCNjR'],_0xc9176c[_0x3e8bd0(0x1eb)]);const _0x180ce6={[_0xc9176c[_0x3e8bd0(0x1eb)]]:_0xc9176c['err']['stack']};_testErrorData['push'](_0x180ce6);}),_0x17cb51['on'](CodeceptJS['event'][_0x55fb86(0x1f2)][_0x55fb86(0x1cb)],async _0x52abe2=>{const _0x4ab9f4=_0x55fb86;console['log'](_0x42dae5[_0x4ab9f4(0x19e)],_0x52abe2['title']);}),_0x17cb51['on'](CodeceptJS['event'][_0x55fb86(0x1f2)][_0x55fb86(0x22b)],async _0xf1a3ce=>{const _0x52eae5=_0x55fb86;console['log'](_0x42dae5[_0x52eae5(0x1ad)],_0xf1a3ce[_0x52eae5(0x1eb)]);}),_0x17cb51['on'](CodeceptJS[_0x55fb86(0x1f6)]['all'][_0x55fb86(0x1dd)],async()=>{const _0x597f61=_0x55fb86,_0xe30839=_0x42dae5['zpSMM'][_0x597f61(0x1f5)]('|');let _0x13f3e1=0x0;while(!![]){switch(_0xe30839[_0x13f3e1++]){case'0':_0x17cb51[_0x597f61(0x223)]();continue;case'1':utilities['finalExecution'](_0x2008cb);continue;case'2':testOpsHelper['printBuildLink']();continue;case'3':_0x2008cb[_0x597f61(0x1a5)]=_testErrorData;continue;case'4':PerformanceTester['start'](PerformanceEvents[_0x597f61(0x20b)]);continue;case'5':try{await TestHubHandler[_0x597f61(0x1e4)]();}catch(_0x44e1e3){logger[_0x597f61(0x1c3)](_0x597f61(0x1e6)+util['format'](_0x44e1e3));}continue;}break;}});async function _0x110d63(){const _0x2f73cc=_0x55fb86;try{await _0x17cb51['bootstrapAll'](),await _0x17cb51[_0x2f73cc(0x210)]();}finally{process['chdir'](_0x29bfd5),await _0x17cb51['teardownAll']();}}PerformanceTester[_0x55fb86(0x1d0)](PerformanceEvents['SDK_SETUP']),await _0x42dae5[_0x55fb86(0x22e)](_0x110d63);}module[a2_0x2b3dbb(0x1a6)]=run;
@@ -1 +1 @@
1
- const a3_0x461965=a3_0x43d3;(function(_0x2702b0,_0x27f093){const _0x3e74ec=a3_0x43d3,_0x4df05c=_0x2702b0();while(!![]){try{const _0x4d60a4=parseInt(_0x3e74ec(0xcc))/0x1*(-parseInt(_0x3e74ec(0xea))/0x2)+-parseInt(_0x3e74ec(0xcd))/0x3*(-parseInt(_0x3e74ec(0x10c))/0x4)+-parseInt(_0x3e74ec(0xf6))/0x5*(-parseInt(_0x3e74ec(0xde))/0x6)+parseInt(_0x3e74ec(0xf9))/0x7+-parseInt(_0x3e74ec(0x106))/0x8+-parseInt(_0x3e74ec(0xc4))/0x9+parseInt(_0x3e74ec(0xfc))/0xa;if(_0x4d60a4===_0x27f093)break;else _0x4df05c['push'](_0x4df05c['shift']());}catch(_0x54449d){_0x4df05c['push'](_0x4df05c['shift']());}}}(a3_0x2d10,0x3429b));function a3_0x2d10(){const _0x2b5171=['ylmap','unknown_grid','browserName','656715aPcqyJ','get','bstack:options','2034340TouMGo','FuCSE','warn','3537300ZJdiyn','isVersionSupported','neiRv','CEIEz','includes','XHMSe','browserVersion','desiredCapabilities','accessibilityPlatform','WKOVI','3040496muZmMt','FuAUz','kXdKZ','osVersion','browserstack_accessibility_automation_script','NvmEF','63868ehVNyu','browser_version','on\x20non-BrowserStack\x20infrastructure\x20','parse','searchParams','processWebDriverConfig','sessionId','getDetails','isBrowserSupportedForAccessibility','1212606epkiie','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','FXepK','qoMCW','qVQUc','POSIF','hQlPi','browserWSEndpoint','1PEJraa','69abLDvG','os_version','platform','FRdmR','tXfnC','fetchPlatformDetails','shouldPatchExecuteScript','name','ceQIB','deviceName','platform_version','\x20browser\x20version\x20','config','capabilities','hwVYw','cloudProvider','azTqd','6yvRgER','../../helpers/accessibility-automation/helper','TGiVp','string','bsSessionId','browser','platformVersion','JFero','niMXm','../../helpers/helper','getMinVersionForBrowser','platformName','828958JBQVeh','constructor','snRbV','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','qjRKT','\x20or\x20higher\x20','QtnRl','sxXVf','__cloud_provider___'];a3_0x2d10=function(){return _0x2b5171;};return a3_0x2d10();}function a3_0x43d3(_0x3fa804,_0x228ee0){const _0x2d1011=a3_0x2d10();return a3_0x43d3=function(_0x43d3aa,_0x4e8154){_0x43d3aa=_0x43d3aa-0xbf;let _0x5107e5=_0x2d1011[_0x43d3aa];return _0x5107e5;},a3_0x43d3(_0x3fa804,_0x228ee0);}const {isUndefined,nestedKeyValue}=require('../../helpers/helper'),logger=require('../../helpers/logger')['winstonLogger'],PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),{getObservabilityLinkedProductName}=require('../../helpers/test-observability/utils'),accessibilityHelper=require(a3_0x461965(0xdf)),{isBrowserstackInfra}=require(a3_0x461965(0xe7)),getOSVersionFromCaps=_0x2ff7ac=>{const _0x62abe=a3_0x461965,_0x2dc305={};_0x2dc305[_0x62abe(0xe5)]=_0x62abe(0xf8),_0x2dc305[_0x62abe(0x101)]=_0x62abe(0xe4),_0x2dc305[_0x62abe(0x105)]=_0x62abe(0xd7),_0x2dc305['CEIEz']=_0x62abe(0x109),_0x2dc305[_0x62abe(0x107)]=_0x62abe(0xce);const _0x1fa536=_0x2dc305;if(!_0x2ff7ac)return null;const _0x530e75=_0x2ff7ac[_0x1fa536[_0x62abe(0xe5)]],_0x5a8a40=[_0x1fa536['XHMSe'],_0x1fa536[_0x62abe(0x105)],_0x1fa536[_0x62abe(0xff)],_0x1fa536['FuAUz']];for(const _0x38087e of _0x5a8a40){if(_0x530e75&&_0x530e75[_0x38087e])return _0x530e75[_0x38087e];else{if(_0x2ff7ac[_0x38087e])return _0x2ff7ac[_0x38087e];}}return null;};exports[a3_0x461965(0xd2)]=_0x33f341=>{const _0x1d48e3=a3_0x461965,_0x123c37={'FXepK':_0x1d48e3(0xf4),'NvmEF':function(_0x302d63,_0x27edd8){return _0x302d63===_0x27edd8;},'niMXm':'WebDriver','TGiVp':function(_0xf06279,_0x43afbf){return _0xf06279(_0x43afbf);},'FRdmR':function(_0x37995c,_0x3b842d,_0x2e26a4){return _0x37995c(_0x3b842d,_0x2e26a4);},'qjRKT':_0x1d48e3(0xd9),'kXdKZ':_0x1d48e3(0x103),'neiRv':'Playwright','hQlPi':'browser','ceQIB':_0x1d48e3(0xcb),'azTqd':'caps','LWWar':function(_0x2fbe03,_0x268cb8){return _0x2fbe03(_0x268cb8);}};if(!_0x33f341)return null;let _0x2bbf60=global[_0x1d48e3(0xf2)]||_0x123c37[_0x1d48e3(0xc6)];if(_0x123c37[_0x1d48e3(0x10b)](_0x33f341['constructor'][_0x1d48e3(0xd4)],_0x123c37[_0x1d48e3(0xe6)])){const _0x30ceed=_0x33f341[_0x1d48e3(0xe3)];if(!_0x30ceed)return null;const _0x12c90d=_0x30ceed['capabilities'],_0x398075=_0x123c37[_0x1d48e3(0xe0)](getOSVersionFromCaps,_0x123c37[_0x1d48e3(0xd0)](nestedKeyValue,_0x33f341,[_0x123c37[_0x1d48e3(0xee)],_0x123c37[_0x1d48e3(0x108)]]));return{[_0x2bbf60]:{'browser':_0x12c90d[_0x1d48e3(0xf5)],'browser_version':_0x12c90d['browserVersion'],'capabilities':_0x12c90d,'platform':_0x12c90d[_0x1d48e3(0xe9)],'platform_version':_0x12c90d[_0x1d48e3(0xe4)]||_0x398075,'product':_0x123c37['TGiVp'](getObservabilityLinkedProductName,_0x12c90d),'session_id':_0x30ceed[_0x1d48e3(0xc1)]}};}else{if(_0x123c37[_0x1d48e3(0x10b)](_0x33f341[_0x1d48e3(0xeb)][_0x1d48e3(0xd4)],_0x123c37[_0x1d48e3(0xfe)])){const _0xb58fe5=PlaywrightSessionDetails[_0x1d48e3(0xc2)]();_0x2bbf60=_0xb58fe5[_0x1d48e3(0xdc)]||_0x2bbf60;const _0x1df29f=_0x123c37[_0x1d48e3(0xd0)](nestedKeyValue,_0x33f341,[_0x123c37[_0x1d48e3(0xee)],_0x123c37[_0x1d48e3(0xca)],_0x123c37[_0x1d48e3(0xd5)]]),_0x1a9dce=_0x1df29f?JSON[_0x1d48e3(0x10f)](new URL(_0x1df29f)[_0x1d48e3(0xbf)][_0x1d48e3(0xf7)](_0x123c37[_0x1d48e3(0xdd)])):{};return{[_0x2bbf60]:{'browser':_0xb58fe5[_0x1d48e3(0xe3)]||_0x1a9dce[_0x1d48e3(0xf5)],'browser_version':_0xb58fe5[_0x1d48e3(0x10d)]||_0x1a9dce[_0x1d48e3(0x10d)],'capabilities':_0x1a9dce,'platform':_0xb58fe5[_0x1d48e3(0xcf)],'platform_version':_0xb58fe5[_0x1d48e3(0xd7)],'product':_0x123c37['LWWar'](getObservabilityLinkedProductName,_0x1a9dce),'session_id':_0xb58fe5[_0x1d48e3(0xe2)]}};}}},exports[a3_0x461965(0xc0)]=_0x7e3926=>{const _0x1d79d0=a3_0x461965,_0x3b0090={'POSIF':function(_0x14c395){return _0x14c395();},'snRbV':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','MuufU':function(_0x342439,_0x4da20e){return _0x342439!==_0x4da20e;},'FuCSE':'latest','tXfnC':_0x1d79d0(0x10e),'qVQUc':function(_0x338717,_0x37e377){return _0x338717(_0x37e377);},'hwVYw':_0x1d79d0(0xc5)};if(_0x3b0090[_0x1d79d0(0xc9)](isAccessibilityAutomationSession)){const _0x21238d=_0x7e3926[_0x1d79d0(0xe3)],_0x35e0f3=_0x21238d[_0x1d79d0(0xda)];global['accessibilityPlatform']=!![];!accessibilityHelper[_0x1d79d0(0xc3)](_0x35e0f3[_0x1d79d0(0xf5)])&&(logger[_0x1d79d0(0xfb)](_0x3b0090[_0x1d79d0(0xec)]),global['accessibilityPlatform']=![]);if(_0x3b0090['MuufU'](_0x35e0f3[_0x1d79d0(0x102)],_0x3b0090[_0x1d79d0(0xfa)])){const _0x5b6a11=_0x3b0090[_0x1d79d0(0xc9)](isBrowserstackInfra),_0x23c8b3=accessibilityHelper[_0x1d79d0(0xe8)](_0x35e0f3[_0x1d79d0(0xf5)],_0x5b6a11),_0xd00dcc=accessibilityHelper['getBrowserDisplayName'](_0x35e0f3[_0x1d79d0(0xf5)]);if(!accessibilityHelper[_0x1d79d0(0xfd)](_0x35e0f3[_0x1d79d0(0x102)],_0x23c8b3)){const _0x112f05=_0x5b6a11?'':_0x3b0090[_0x1d79d0(0xd1)];logger[_0x1d79d0(0xfb)](_0x1d79d0(0xed)+_0xd00dcc+_0x1d79d0(0xd8)+_0x23c8b3+_0x1d79d0(0xef)+_0x112f05+'.'),global['accessibilityPlatform']=![];}}!_0x3b0090[_0x1d79d0(0xc8)](isUndefined,_0x35e0f3[_0x1d79d0(0xd6)])&&(logger['warn'](_0x3b0090[_0x1d79d0(0xdb)]),global[_0x1d79d0(0x104)]=![]);}},exports[a3_0x461965(0xd3)]=_0x34950f=>{const _0x15094b=a3_0x461965,_0x31f000={};_0x31f000[_0x15094b(0xf0)]=function(_0x3ca266,_0x204d62){return _0x3ca266!==_0x204d62;},_0x31f000[_0x15094b(0xc7)]=_0x15094b(0xe1),_0x31f000[_0x15094b(0xf1)]='browserstack_executor',_0x31f000[_0x15094b(0xf3)]=_0x15094b(0x10a);const _0xbb3537=_0x31f000;if(!_0x34950f)return![];else{if(_0xbb3537[_0x15094b(0xf0)](typeof _0x34950f,_0xbb3537[_0x15094b(0xc7)]))return!![];}return!_0x34950f[_0x15094b(0x100)](_0xbb3537[_0x15094b(0xf1)])&&!_0x34950f['includes'](_0xbb3537['ylmap']);};
1
+ function a3_0x5aa4(_0x50e4d9,_0x314b44){const _0x26d86c=a3_0x26d8();return a3_0x5aa4=function(_0x5aa4fd,_0x4e756d){_0x5aa4fd=_0x5aa4fd-0xf2;let _0x454376=_0x26d86c[_0x5aa4fd];return _0x454376;},a3_0x5aa4(_0x50e4d9,_0x314b44);}const a3_0x353832=a3_0x5aa4;(function(_0x4b33b8,_0x77766c){const _0x37aa7c=a3_0x5aa4,_0x51dfa0=_0x4b33b8();while(!![]){try{const _0x3a3ed4=-parseInt(_0x37aa7c(0x13f))/0x1+parseInt(_0x37aa7c(0x13a))/0x2*(parseInt(_0x37aa7c(0x135))/0x3)+parseInt(_0x37aa7c(0x131))/0x4*(-parseInt(_0x37aa7c(0x134))/0x5)+-parseInt(_0x37aa7c(0xfd))/0x6*(parseInt(_0x37aa7c(0x115))/0x7)+parseInt(_0x37aa7c(0xff))/0x8*(-parseInt(_0x37aa7c(0xfa))/0x9)+parseInt(_0x37aa7c(0x126))/0xa+parseInt(_0x37aa7c(0xf6))/0xb;if(_0x3a3ed4===_0x77766c)break;else _0x51dfa0['push'](_0x51dfa0['shift']());}catch(_0x6fd155){_0x51dfa0['push'](_0x51dfa0['shift']());}}}(a3_0x26d8,0xe1440));function a3_0x26d8(){const _0x7684d2=['platformName','lOmQF','latest','14549170CrhRoV','SUUrA','flqvv','RVULf','browserWSEndpoint','platformVersion','WebDriver','fvywA','__cloud_provider___','getBrowserDisplayName','name','44SIKFVM','getDetails','YcBcz','374875PucJmb','6tYRPIX','TaqID','../../helpers/accessibility-automation/helper','bsSessionId','browserVersion','1695302IroXdA','unknown_grid','wSxvo','searchParams','PqIob','1399219trbHTJ','os_version','\x20or\x20higher\x20','StcMm','ROraz','constructor','htGKq','capabilities','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','accessibilityPlatform','browser_version','11158521rGGYVP','string','parse','xEzko','91161ylLkEe','shouldPatchExecuteScript','browser','6jloFzh','TidhJ','728ToaTue','bstack:options','deviceName','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','isVersionSupported','vxkXJ','FPnUD','getMinVersionForBrowser','cloudProvider','qOZFy','desiredCapabilities','MoQiU','osVersion','browserName','REoUq','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','\x20browser\x20version\x20','fetchPlatformDetails','warn','caps','UDDLa','platform_version','673813tkoHOL','sEdBF','../../helpers/helper','ElGiF','jXIDw','KrShf','jrbik','includes','browserstack_executor','isBrowserSupportedForAccessibility','gSAKX','get','XmNMy','../../helpers/logger'];a3_0x26d8=function(){return _0x7684d2;};return a3_0x26d8();}const {isUndefined,nestedKeyValue}=require(a3_0x353832(0x117)),logger=require(a3_0x353832(0x122))['winstonLogger'],PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{isAccessibilityAutomationSession}=require(a3_0x353832(0x137)),{getObservabilityLinkedProductName}=require('../../helpers/test-observability/utils'),accessibilityHelper=require(a3_0x353832(0x137)),{isBrowserstackInfra}=require(a3_0x353832(0x117)),getOSVersionFromCaps=_0xf812cf=>{const _0x35d764=a3_0x353832,_0x58c72b={};_0x58c72b['TaqID']=_0x35d764(0x100),_0x58c72b[_0x35d764(0x113)]='platformVersion',_0x58c72b[_0x35d764(0x11b)]=_0x35d764(0x114),_0x58c72b[_0x35d764(0x105)]=_0x35d764(0x10b),_0x58c72b[_0x35d764(0x116)]=_0x35d764(0x140);const _0x512475=_0x58c72b;if(!_0xf812cf)return null;const _0x5355ca=_0xf812cf[_0x512475[_0x35d764(0x136)]],_0x1cddfb=[_0x512475[_0x35d764(0x113)],_0x512475[_0x35d764(0x11b)],_0x512475[_0x35d764(0x105)],_0x512475['sEdBF']];for(const _0x10401b of _0x1cddfb){if(_0x5355ca&&_0x5355ca[_0x10401b])return _0x5355ca[_0x10401b];else{if(_0xf812cf[_0x10401b])return _0xf812cf[_0x10401b];}}return null;};exports[a3_0x353832(0x110)]=_0x38737a=>{const _0x11baf7=a3_0x353832,_0x5b659b={'qOZFy':_0x11baf7(0x13b),'XmNMy':function(_0x54da59,_0x55e78c){return _0x54da59===_0x55e78c;},'WyQjv':_0x11baf7(0x12c),'YcBcz':function(_0x1cc927,_0x57be76){return _0x1cc927(_0x57be76);},'REoUq':function(_0x5c10b7,_0x1df2d9,_0x3024e5){return _0x5c10b7(_0x1df2d9,_0x3024e5);},'MoQiU':'config','StcMm':_0x11baf7(0x109),'PqIob':function(_0x775f9f,_0x1a799a){return _0x775f9f(_0x1a799a);},'htGKq':function(_0x255fb8,_0x476efd){return _0x255fb8===_0x476efd;},'OizEC':'Playwright','rqnnV':'browser','TidhJ':_0x11baf7(0x12a),'xEzko':_0x11baf7(0x112),'SUUrA':function(_0xb445d5,_0x2bf613){return _0xb445d5(_0x2bf613);}};if(!_0x38737a)return null;let _0x28e5cc=global[_0x11baf7(0x12e)]||_0x5b659b[_0x11baf7(0x108)];if(_0x5b659b[_0x11baf7(0x121)](_0x38737a[_0x11baf7(0x144)][_0x11baf7(0x130)],_0x5b659b['WyQjv'])){const _0x2109fd=_0x38737a[_0x11baf7(0xfc)];if(!_0x2109fd)return null;const _0x1357a0=_0x2109fd[_0x11baf7(0xf2)],_0x2a20c4=_0x5b659b[_0x11baf7(0x133)](getOSVersionFromCaps,_0x5b659b[_0x11baf7(0x10d)](nestedKeyValue,_0x38737a,[_0x5b659b[_0x11baf7(0x10a)],_0x5b659b[_0x11baf7(0x142)]]));return{[_0x28e5cc]:{'browser':_0x1357a0[_0x11baf7(0x10c)],'browser_version':_0x1357a0['browserVersion'],'capabilities':_0x1357a0,'platform':_0x1357a0[_0x11baf7(0x123)],'platform_version':_0x1357a0[_0x11baf7(0x12b)]||_0x2a20c4,'product':_0x5b659b[_0x11baf7(0x13e)](getObservabilityLinkedProductName,_0x1357a0),'session_id':_0x2109fd['sessionId']}};}else{if(_0x5b659b[_0x11baf7(0x145)](_0x38737a['constructor'][_0x11baf7(0x130)],_0x5b659b['OizEC'])){const _0x3e3aab=PlaywrightSessionDetails[_0x11baf7(0x132)]();_0x28e5cc=_0x3e3aab[_0x11baf7(0x107)]||_0x28e5cc;const _0x565e0a=_0x5b659b[_0x11baf7(0x10d)](nestedKeyValue,_0x38737a,[_0x5b659b[_0x11baf7(0x10a)],_0x5b659b['rqnnV'],_0x5b659b[_0x11baf7(0xfe)]]),_0x2efc35=_0x565e0a?JSON[_0x11baf7(0xf8)](new URL(_0x565e0a)[_0x11baf7(0x13d)][_0x11baf7(0x120)](_0x5b659b[_0x11baf7(0xf9)])):{};return{[_0x28e5cc]:{'browser':_0x3e3aab[_0x11baf7(0xfc)]||_0x2efc35['browserName'],'browser_version':_0x3e3aab['browser_version']||_0x2efc35[_0x11baf7(0xf5)],'capabilities':_0x2efc35,'platform':_0x3e3aab['platform'],'platform_version':_0x3e3aab['platform_version'],'product':_0x5b659b[_0x11baf7(0x127)](getObservabilityLinkedProductName,_0x2efc35),'session_id':_0x3e3aab[_0x11baf7(0x138)]}};}}},exports['processWebDriverConfig']=_0x1889d6=>{const _0x33f764=a3_0x353832,_0x2528de={'jXIDw':function(_0x164886){return _0x164886();},'ElGiF':_0x33f764(0xf3),'ROraz':function(_0x325673,_0x22230f){return _0x325673!==_0x22230f;},'wSxvo':_0x33f764(0x125),'gSAKX':function(_0x4487e2){return _0x4487e2();},'fvywA':'on\x20non-BrowserStack\x20infrastructure\x20','wuPjy':function(_0x2bb3b0,_0x58df8f){return _0x2bb3b0(_0x58df8f);},'flqvv':_0x33f764(0x10e)};if(_0x2528de[_0x33f764(0x119)](isAccessibilityAutomationSession)){const _0xc8836c=_0x1889d6['browser'],_0x5f0a4c=_0xc8836c[_0x33f764(0xf2)];global[_0x33f764(0xf4)]=!![];!accessibilityHelper[_0x33f764(0x11e)](_0x5f0a4c[_0x33f764(0x10c)])&&(logger[_0x33f764(0x111)](_0x2528de[_0x33f764(0x118)]),global[_0x33f764(0xf4)]=![]);if(_0x2528de[_0x33f764(0x143)](_0x5f0a4c[_0x33f764(0x139)],_0x2528de[_0x33f764(0x13c)])){const _0x81b583=_0x2528de[_0x33f764(0x11f)](isBrowserstackInfra),_0xc383d0=accessibilityHelper[_0x33f764(0x106)](_0x5f0a4c['browserName'],_0x81b583),_0x59116f=accessibilityHelper[_0x33f764(0x12f)](_0x5f0a4c['browserName']);if(!accessibilityHelper[_0x33f764(0x103)](_0x5f0a4c['browserVersion'],_0xc383d0)){const _0x3efe18=_0x81b583?'':_0x2528de[_0x33f764(0x12d)];logger[_0x33f764(0x111)](_0x33f764(0x102)+_0x59116f+_0x33f764(0x10f)+_0xc383d0+_0x33f764(0x141)+_0x3efe18+'.'),global[_0x33f764(0xf4)]=![];}}!_0x2528de['wuPjy'](isUndefined,_0x5f0a4c[_0x33f764(0x101)])&&(logger[_0x33f764(0x111)](_0x2528de[_0x33f764(0x128)]),global[_0x33f764(0xf4)]=![]);}},exports[a3_0x353832(0xfb)]=_0x41be95=>{const _0x2f707b=a3_0x353832,_0x5201b4={};_0x5201b4[_0x2f707b(0x129)]=function(_0x55bcc4,_0x35a817){return _0x55bcc4!==_0x35a817;},_0x5201b4[_0x2f707b(0x124)]=_0x2f707b(0xf7),_0x5201b4[_0x2f707b(0x11a)]=_0x2f707b(0x11d),_0x5201b4[_0x2f707b(0x104)]='browserstack_accessibility_automation_script';const _0x3424da=_0x5201b4;if(!_0x41be95)return![];else{if(_0x3424da['RVULf'](typeof _0x41be95,_0x3424da['lOmQF']))return!![];}return!_0x41be95['includes'](_0x3424da[_0x2f707b(0x11a)])&&!_0x41be95[_0x2f707b(0x11c)](_0x3424da['vxkXJ']);};
@@ -1 +1 @@
1
- const a4_0x552b47=a4_0x2f88;(function(_0xbab766,_0x254027){const _0x583f10=a4_0x2f88,_0x40f061=_0xbab766();while(!![]){try{const _0x14785c=parseInt(_0x583f10(0x226))/0x1*(parseInt(_0x583f10(0x292))/0x2)+-parseInt(_0x583f10(0x209))/0x3+-parseInt(_0x583f10(0x2bf))/0x4+parseInt(_0x583f10(0x2e4))/0x5+parseInt(_0x583f10(0x200))/0x6+parseInt(_0x583f10(0x1f6))/0x7*(-parseInt(_0x583f10(0x29d))/0x8)+parseInt(_0x583f10(0x21f))/0x9*(parseInt(_0x583f10(0x1f5))/0xa);if(_0x14785c===_0x254027)break;else _0x40f061['push'](_0x40f061['shift']());}catch(_0x5cb9dc){_0x40f061['push'](_0x40f061['shift']());}}}(a4_0x2a4e,0xb6aa3));const path=require(a4_0x552b47(0x26a)),fs=require('fs'),{v4:uuidv4}=require(a4_0x552b47(0x253)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x552b47(0x280)),testOpsHelper=require(a4_0x552b47(0x20f)),{getTestEnv}=require('../mocha/test-observability/mochaUtils'),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),logger=require(a4_0x552b47(0x26f))[a4_0x552b47(0x2e1)],SessionHandler=require(a4_0x552b47(0x296)),RequestQueueHandler=require(a4_0x552b47(0x2b5)),PlaywrightSessionDetails=require(a4_0x552b47(0x2d1)),debug=testOpsHelper['debug'],{processAccessibilityCaps}=require(a4_0x552b47(0x248)),Constants=require(a4_0x552b47(0x237)),{fetchPlatformDetails}=require(a4_0x552b47(0x204)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x552b47(0x2af)),constants=require('../utils/constants'),STATE_PASSED='passed',STATE_FAILED=a4_0x552b47(0x22d),a4_0x5200cb={};a4_0x5200cb[a4_0x552b47(0x24e)]='TestRunStarted',a4_0x5200cb[a4_0x552b47(0x1f0)]=a4_0x552b47(0x24a),a4_0x5200cb[a4_0x552b47(0x1f3)]=a4_0x552b47(0x1ec),a4_0x5200cb[a4_0x552b47(0x285)]='HookRunStarted',a4_0x5200cb['HOOK_RUN_FINISHED']='HookRunFinished';const TEST_EVENTS=a4_0x5200cb,parseEvent=_0x4027b4=>{const _0x3c0f4a=a4_0x552b47,_0x146987={};_0x146987[_0x3c0f4a(0x2c7)]=function(_0x5e2415,_0x1bbeb8){return _0x5e2415<_0x1bbeb8;},_0x146987[_0x3c0f4a(0x290)]=function(_0x1c4ccc,_0x3585a9){return _0x1c4ccc===_0x3585a9;},_0x146987[_0x3c0f4a(0x29b)]=_0x3c0f4a(0x20d),_0x146987[_0x3c0f4a(0x25c)]=_0x3c0f4a(0x20c),_0x146987[_0x3c0f4a(0x25d)]=_0x3c0f4a(0x259),_0x146987[_0x3c0f4a(0x21d)]=function(_0x24d3b7,_0x8d6ae){return _0x24d3b7===_0x8d6ae;},_0x146987[_0x3c0f4a(0x2d6)]=_0x3c0f4a(0x23f),_0x146987[_0x3c0f4a(0x257)]=function(_0x2634c3,_0x489393){return _0x2634c3===_0x489393;},_0x146987[_0x3c0f4a(0x2a6)]=_0x3c0f4a(0x252);const _0x1b4949=_0x146987,_0x2b5258=_0x4027b4[_0x3c0f4a(0x2b2)](/^(.*)Run(.*)$/);if(!_0x2b5258)return null;if(_0x1b4949[_0x3c0f4a(0x2c7)](_0x2b5258[_0x3c0f4a(0x250)],0x3))return null;const _0x2ccd69=_0x2b5258[0x1][_0x3c0f4a(0x238)](),_0x1f9dd7=_0x2b5258[0x2]['toLowerCase']();return{'test':_0x1b4949[_0x3c0f4a(0x290)](_0x2ccd69,_0x1b4949['pAnYR']),'hook':_0x1b4949[_0x3c0f4a(0x290)](_0x2ccd69,_0x1b4949[_0x3c0f4a(0x25c)]),'skipped':_0x1b4949[_0x3c0f4a(0x290)](_0x1f9dd7,_0x1b4949['ygkmN']),'started':_0x1b4949['WMLJI'](_0x1f9dd7,_0x1b4949[_0x3c0f4a(0x2d6)]),'finished':_0x1b4949[_0x3c0f4a(0x257)](_0x1f9dd7,_0x1b4949[_0x3c0f4a(0x2a6)])};},mockPWBrowserType=_0x4146a7=>{const _0x46fa7c=a4_0x552b47,_0x114c86={'lqhMO':function(_0x22d503,_0x135031){return _0x22d503===_0x135031;},'sNtwh':'string','OeMYM':function(_0x144a42,_0x5b6079,_0xbc5c70){return _0x144a42(_0x5b6079,_0xbc5c70);},'pqjbL':_0x46fa7c(0x1f2),'aFgvY':function(_0x3d1064,_0x523fb4){return _0x3d1064(_0x523fb4);},'KTYUR':_0x46fa7c(0x206),'ocuSy':'lib','APfPP':_0x46fa7c(0x2ac),'RnisD':_0x46fa7c(0x23d),'oSoYD':function(_0x33a5a9,_0x464369){return _0x33a5a9(_0x464369);},'MvHpI':_0x46fa7c(0x1fd),'BfqrV':_0x46fa7c(0x2de),'jjVpb':_0x46fa7c(0x26c)},_0x209658=path[_0x46fa7c(0x2b4)](_0x114c86['ocuSy'],_0x114c86[_0x46fa7c(0x215)],_0x114c86['RnisD']),_0x2bd1f4=_0x114c86[_0x46fa7c(0x249)](importFileFromPWCore,_0x209658);if(!_0x2bd1f4){_0x114c86['aFgvY'](debug,_0x114c86[_0x46fa7c(0x2cb)]);return;}const _0x348d0f=_0x2bd1f4['BrowserType'],_0x23cabd=_0x348d0f['prototype'];if(_0x23cabd[_0x46fa7c(0x228)])return;const _0x5a3c73=_0x23cabd[_0x46fa7c(0x2de)];Object['defineProperty'](_0x23cabd,_0x114c86[_0x46fa7c(0x211)],{'get':function(){const _0x2cccbe=_0x46fa7c,_0x2747de={'aYJAq':function(_0x3cd81a,_0x3a232e){const _0x52ecbe=a4_0x2f88;return _0x114c86[_0x52ecbe(0x264)](_0x3cd81a,_0x3a232e);},'MohJm':_0x114c86[_0x2cccbe(0x2ba)],'nRbLi':function(_0x319d4e,_0x1bc470,_0x2adc76){return _0x114c86['OeMYM'](_0x319d4e,_0x1bc470,_0x2adc76);},'eibSG':_0x114c86[_0x2cccbe(0x21b)],'GAyeH':function(_0x4c6243,_0x50f50b){const _0x43e59f=_0x2cccbe;return _0x114c86[_0x43e59f(0x2d3)](_0x4c6243,_0x50f50b);},'KciGx':_0x114c86['KTYUR']};return async function _0x4fe92a(_0x2db1d9,_0x3cbb9c){const _0x57e4bc=_0x2cccbe,_0x59f013={'rgXoU':function(_0x4d61fb,_0x213dc3){const _0x1503b3=a4_0x2f88;return _0x2747de[_0x1503b3(0x268)](_0x4d61fb,_0x213dc3);},'ppsLp':_0x2747de[_0x57e4bc(0x2df)]},_0x4f89e7=_0x2747de[_0x57e4bc(0x218)](nestedKeyValue,_0x2db1d9,[_0x2747de[_0x57e4bc(0x220)]])||_0x2db1d9;let _0x5cdd5c=null,_0x139496=null;try{[_0x139496,_0x5cdd5c]=_0x4f89e7?_0x2747de[_0x57e4bc(0x1eb)](parseWSEndpoint,_0x4f89e7):[null,null],global['__platformCaps']=_0x5cdd5c,logger[_0x57e4bc(0x230)](_0x57e4bc(0x28f)+_0x139496),_0x139496[_0x57e4bc(0x282)](Constants[_0x57e4bc(0x261)])&&(global[_0x57e4bc(0x245)]=_0x2747de[_0x57e4bc(0x2be)]);}catch(_0x5a9eb4){logger[_0x57e4bc(0x230)](_0x57e4bc(0x297)+_0x4f89e7+'\x20'+_0x5a9eb4);}_0x2747de[_0x57e4bc(0x218)](processAccessibilityCaps,_0x5cdd5c,_0x139496);if(global['accessibilityPlatform']){const _0x4c2a93=await _0x23cabd[_0x57e4bc(0x2ae)][_0x57e4bc(0x2e2)](this,[''+Constants[_0x57e4bc(0x2c1)]+_0x2747de[_0x57e4bc(0x1eb)](encodeURIComponent,JSON[_0x57e4bc(0x21c)](_0x5cdd5c))]);return PlaywrightSessionDetails[_0x57e4bc(0x219)](_0x4c2a93,_0x4146a7,_0x4f89e7),_0x4c2a93;}return _0x5a3c73[_0x57e4bc(0x2e2)](this,arguments)['then'](_0x31d28c=>{const _0x1077f2=_0x57e4bc;let _0x25559f=_0x2db1d9[_0x1077f2(0x1f2)];return _0x59f013[_0x1077f2(0x23c)](typeof _0x2db1d9,_0x59f013['ppsLp'])&&(_0x25559f=_0x2db1d9),PlaywrightSessionDetails['setupBrowserDetails'](_0x31d28c,_0x4146a7,_0x25559f),_0x31d28c;});};}});const _0x55dd22=_0x23cabd[_0x46fa7c(0x26c)];Object[_0x46fa7c(0x255)](_0x23cabd,_0x114c86[_0x46fa7c(0x1f8)],{'get':function(){return async function _0x36ef27(){const _0x5a7c60=a4_0x2f88;return _0x55dd22[_0x5a7c60(0x2e2)](this,arguments)[_0x5a7c60(0x291)](_0x267723=>{const _0x240379=_0x5a7c60;return PlaywrightSessionDetails[_0x240379(0x219)](_0x267723,null),_0x267723;});};}});};class O11yHelper{['currentTest']=null;['currentHook']=null;['enabled']=![];[a4_0x552b47(0x232)]=![];constructor(_0x1e8f7c,_0x5c8832){const _0x46a229=a4_0x552b47,_0x2e50a3={'OlOgG':_0x46a229(0x2b3),'jamel':function(_0x1f8612,_0xc1ba2f){return _0x1f8612===_0xc1ba2f;},'jlXGs':'Playwright','AmsZW':function(_0x2012ae,_0x43ae3e){return _0x2012ae(_0x43ae3e);},'cukbq':function(_0x263fbb){return _0x263fbb();}},_0x26a03a=_0x2e50a3['OlOgG'][_0x46a229(0x205)]('|');let _0x58259c=0x0;while(!![]){switch(_0x26a03a[_0x58259c++]){case'0':this[_0x46a229(0x26e)]&&_0x2e50a3['jamel'](this[_0x46a229(0x26e)]['constructor'][_0x46a229(0x2d7)],_0x2e50a3['jlXGs'])&&_0x2e50a3[_0x46a229(0x269)](mockPWBrowserType,null);continue;case'1':this[_0x46a229(0x232)]=_0x5c8832[_0x46a229(0x232)];continue;case'2':this['_testEnv']=_0x2e50a3[_0x46a229(0x2a3)](getTestEnv);continue;case'3':this['enabled']=_0x2e50a3[_0x46a229(0x2a3)](shouldProcessEventForTesthub);continue;case'4':this[_0x46a229(0x26e)]=_0x1e8f7c;continue;case'5':this[_0x46a229(0x25a)]=new testOpsHelper[(_0x46a229(0x2c0))]({'cwd':process[_0x46a229(0x2c8)]()},this[_0x46a229(0x260)][_0x46a229(0x2b1)]);continue;}break;}}[a4_0x552b47(0x28b)](){const _0x29e201=a4_0x552b47;if(!this['enabled'])return;testOpsHelper[_0x29e201(0x24b)](),process[_0x29e201(0x23e)](_0x29e201(0x242)+process[_0x29e201(0x1f7)]),process['on'](_0x29e201(0x242)+process['pid'],this[_0x29e201(0x222)]['bind'](this));}async[a4_0x552b47(0x1fb)](){const _0x4b41ba=a4_0x552b47;await RequestQueueHandler[_0x4b41ba(0x1ed)]()['shutdown']();}async[a4_0x552b47(0x222)](_0x1d17df){const _0x47dc90=a4_0x552b47,_0x22886e={'HCKGK':_0x47dc90(0x271),'VZfKS':function(_0x1f3d1d,_0x537195){return _0x1f3d1d(_0x537195);}};try{this[_0x47dc90(0x201)]&&!this[_0x47dc90(0x201)][_0x47dc90(0x287)]&&(_0x1d17df[_0x47dc90(0x216)]=this[_0x47dc90(0x201)][_0x47dc90(0x25f)]);!_0x1d17df['hook_run_uuid']&&this[_0x47dc90(0x270)]&&!this['currentTest'][_0x47dc90(0x287)]&&(_0x1d17df[_0x47dc90(0x266)]=this[_0x47dc90(0x270)]['testAnalyticsId']);if(_0x1d17df['hook_run_uuid']||_0x1d17df[_0x47dc90(0x266)]){const _0x26cd61={};_0x26cd61[_0x47dc90(0x236)]=_0x22886e[_0x47dc90(0x213)],_0x26cd61[_0x47dc90(0x244)]=[_0x1d17df],await SessionHandler[_0x47dc90(0x229)](_0x26cd61);}}catch(_0x42413d){_0x22886e[_0x47dc90(0x22b)](debug,_0x47dc90(0x275)+constants[_0x47dc90(0x27e)]+_0x47dc90(0x2cf)+_0x42413d);}}async[a4_0x552b47(0x22c)](_0x315d4f){const _0x1cde22=a4_0x552b47,_0x4a1638={'ZJJaf':_0x1cde22(0x2d0),'ndNur':function(_0x236839,_0x2efdf2){return _0x236839(_0x2efdf2);}};if(!this['enabled'])return;const _0x35a014=this[_0x1cde22(0x278)](this[_0x1cde22(0x26e)]);try{const _0x4a2bed={};_0x4a2bed[_0x1cde22(0x253)]=_0x315d4f,_0x4a2bed[_0x1cde22(0x2db)]=_0x35a014;const _0x588107=_0x4a2bed,_0x27b68c={};_0x27b68c[_0x1cde22(0x236)]=_0x4a1638[_0x1cde22(0x24f)],_0x27b68c[_0x1cde22(0x26d)]=_0x588107,await SessionHandler['uploadEventData'](_0x27b68c);}catch(_0x30ecb6){_0x4a1638['ndNur'](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20'+constants[_0x1cde22(0x27e)]+_0x1cde22(0x2cf)+_0x30ecb6);}}[a4_0x552b47(0x278)](_0x5f4cf8){const _0x359a0e=a4_0x552b47,_0x4d0886={'AKytw':function(_0x2126cb,_0x1e8c7c){return _0x2126cb(_0x1e8c7c);}};return _0x4d0886[_0x359a0e(0x2b8)](fetchPlatformDetails,_0x5f4cf8);}[a4_0x552b47(0x2a7)]=_0x1fe4cd=>{const _0x2338e3=a4_0x552b47,_0x565b2a={};_0x565b2a['dMnJh']=_0x2338e3(0x272),_0x565b2a[_0x2338e3(0x1f1)]=_0x2338e3(0x26b);const _0x2b3d87=_0x565b2a;if(!_0x1fe4cd||!_0x1fe4cd[_0x2338e3(0x288)])return;[_0x2b3d87[_0x2338e3(0x1ef)],_0x2b3d87[_0x2338e3(0x1f1)]][_0x2338e3(0x212)](_0x6f4eaf=>{const _0x4116a8=_0x2338e3,_0x4f9108=_0x1fe4cd[_0x4116a8(0x288)][_0x6f4eaf];_0x4f9108[_0x4116a8(0x212)](_0x478292=>{const _0x4d6a59=_0x4116a8;_0x478292[_0x4d6a59(0x25f)]&&(_0x478292[_0x4d6a59(0x25f)]=null);});});};[a4_0x552b47(0x225)](_0x1f8066){const _0x5a533d=a4_0x552b47,_0x32d67b={'PkqQt':_0x5a533d(0x2d2),'mtyjL':function(_0x51eadc){return _0x51eadc();},'LZvdE':function(_0x3b8da0,_0x56d3ed){return _0x3b8da0===_0x56d3ed;},'cGTIk':_0x5a533d(0x26b),'OoFfc':function(_0x530f32){return _0x530f32();},'yIvgL':'_beforeAll','OZZrE':'_afterAll','MZoLq':_0x5a533d(0x272)};if(!_0x1f8066||!_0x1f8066[_0x5a533d(0x288)])return;[_0x32d67b[_0x5a533d(0x2c5)],_0x32d67b['OZZrE'],_0x32d67b['MZoLq'],_0x32d67b[_0x5a533d(0x20a)]][_0x5a533d(0x212)](_0xf45069=>{const _0x543c1b=_0x1f8066['parent'][_0xf45069]||[];_0x543c1b['forEach'](_0x3d7f67=>{const _0x5650d2=a4_0x2f88;if(_0x3d7f67[_0x5650d2(0x265)][_0x5650d2(0x282)](_0x32d67b[_0x5650d2(0x2c9)]))return;if(!_0x3d7f67[_0x5650d2(0x25f)])_0x3d7f67[_0x5650d2(0x25f)]=_0x32d67b[_0x5650d2(0x241)](uuidv4);else _0x3d7f67[_0x5650d2(0x287)]&&_0x32d67b['LZvdE'](_0xf45069,_0x32d67b[_0x5650d2(0x20a)])&&(_0x3d7f67[_0x5650d2(0x25f)]=_0x32d67b[_0x5650d2(0x274)](uuidv4),delete _0x3d7f67[_0x5650d2(0x287)]);});}),this[_0x5a533d(0x225)](_0x1f8066['parent']);}[a4_0x552b47(0x1f9)](_0x444164){const _0x47e5f6=a4_0x552b47,_0x2ee844={};_0x2ee844['JxdDS']=_0x47e5f6(0x21e),_0x2ee844['VUYtw']=_0x47e5f6(0x254),_0x2ee844[_0x47e5f6(0x276)]=_0x47e5f6(0x272),_0x2ee844[_0x47e5f6(0x22f)]='_afterEach';const _0x4ec10b=_0x2ee844;if(!_0x444164||!_0x444164[_0x47e5f6(0x288)])return[];const _0x5cd378=[];return[_0x4ec10b[_0x47e5f6(0x2c4)],_0x4ec10b[_0x47e5f6(0x27a)],_0x4ec10b[_0x47e5f6(0x276)],_0x4ec10b[_0x47e5f6(0x22f)]][_0x47e5f6(0x212)](_0x37061b=>{const _0x532db4=_0x444164['parent'][_0x37061b]||[];_0x532db4['forEach'](_0x1c48fa=>{const _0x679a17=a4_0x2f88;_0x1c48fa[_0x679a17(0x25f)]&&_0x5cd378[_0x679a17(0x22e)](_0x1c48fa[_0x679a17(0x25f)]);});}),[][_0x47e5f6(0x27d)](_0x5cd378,this[_0x47e5f6(0x1f9)](_0x444164[_0x47e5f6(0x288)]));}[a4_0x552b47(0x277)](_0x5570d4){const _0x5719d5=a4_0x552b47,_0x592c21=/^"(?<hook>.*)" hook:.*$/,_0x546754=_0x5570d4[_0x5719d5(0x265)],_0x101fa7=_0x546754[_0x5719d5(0x2b2)](_0x592c21);if(_0x101fa7&&_0x101fa7['groups'])return _0x101fa7[_0x5719d5(0x2a8)][_0x5719d5(0x20c)]['toUpperCase']()[_0x5719d5(0x28e)]('\x20','_');return null;}[a4_0x552b47(0x2aa)](_0x19aa13){const _0x46f4b6=a4_0x552b47,_0x2aaee0={};_0x2aaee0[_0x46f4b6(0x20b)]=function(_0xb82644,_0x5c4954){return _0xb82644===_0x5c4954;},_0x2aaee0[_0x46f4b6(0x29a)]=function(_0x4bfcbd,_0x2bcbb9){return _0x4bfcbd===_0x2bcbb9;},_0x2aaee0['FQtWn']=function(_0x75a5c6,_0x177cd4){return _0x75a5c6===_0x177cd4;},_0x2aaee0[_0x46f4b6(0x207)]=function(_0x3884e8,_0x1db0e0){return _0x3884e8===_0x1db0e0;},_0x2aaee0['yYoAM']=_0x46f4b6(0x210),_0x2aaee0[_0x46f4b6(0x28c)]=_0x46f4b6(0x2d8);const _0x16ed96=_0x2aaee0,_0x23c9da=path[_0x46f4b6(0x2a2)];if(_0x16ed96['sPZCs'](_0x19aa13,null)||_0x16ed96[_0x46f4b6(0x29a)](_0x19aa13,'')||_0x16ed96[_0x46f4b6(0x2a5)](_0x19aa13,_0x23c9da)||_0x16ed96['fwXoH'](_0x19aa13,path[_0x46f4b6(0x281)](_0x19aa13)))return null;try{return fs[_0x46f4b6(0x2c6)](path[_0x46f4b6(0x2b4)](_0x19aa13,_0x16ed96[_0x46f4b6(0x25b)],_0x16ed96[_0x46f4b6(0x28c)])),_0x19aa13;}catch(_0x4f0a68){const _0x2a1ebb=path[_0x46f4b6(0x281)](_0x19aa13);return this[_0x46f4b6(0x2aa)](_0x2a1ebb);}}[a4_0x552b47(0x284)](_0x357fdb){const _0x640da5=a4_0x552b47,_0x16a601={};_0x16a601[_0x640da5(0x23b)]=function(_0x5ceee1,_0x43a767){return _0x5ceee1>_0x43a767;};const _0x563155=_0x16a601;if(_0x357fdb[_0x640da5(0x235)])return _0x357fdb[_0x640da5(0x235)];if(_0x357fdb[_0x640da5(0x21a)]){const _0x5cf87a=_0x357fdb[_0x640da5(0x21a)]['currentTest']?this[_0x640da5(0x284)](_0x357fdb[_0x640da5(0x21a)][_0x640da5(0x270)]):null;if(_0x5cf87a)return _0x5cf87a;}if(_0x357fdb[_0x640da5(0x288)]){const _0x5ad562=this[_0x640da5(0x284)](_0x357fdb[_0x640da5(0x288)])||(_0x357fdb['parent'][_0x640da5(0x21a)]&&_0x357fdb[_0x640da5(0x288)][_0x640da5(0x21a)][_0x640da5(0x270)]?this[_0x640da5(0x284)](_0x357fdb[_0x640da5(0x288)][_0x640da5(0x21a)]['currentTest']):null);if(_0x5ad562)return _0x5ad562;_0x357fdb['parent'][_0x640da5(0x227)]&&_0x563155['BcYOw'](_0x357fdb[_0x640da5(0x288)][_0x640da5(0x227)][_0x640da5(0x250)],0x0)&&_0x357fdb['parent'][_0x640da5(0x227)]['forEach'](_0x542296=>{const _0x2d58b9=_0x640da5,_0x964c1=_0x542296[_0x2d58b9(0x21a)]?this[_0x2d58b9(0x284)](_0x542296[_0x2d58b9(0x21a)]):null;if(_0x964c1)return _0x964c1;});}return null;}[a4_0x552b47(0x27f)](_0x195960){const _0x121536=a4_0x552b47,_0xc9e7fb={};_0xc9e7fb[_0x121536(0x283)]=function(_0x8b124f,_0x34e2f1){return _0x8b124f!==_0x34e2f1;};const _0x40bbaf=_0xc9e7fb,_0x13af75=[];if(_0x195960&&_0x195960['parent']){let _0x124bcd=_0x195960[_0x121536(0x288)];while(_0x124bcd&&_0x40bbaf[_0x121536(0x283)](_0x124bcd[_0x121536(0x265)],'')){_0x13af75[_0x121536(0x22e)](_0x124bcd[_0x121536(0x265)]),_0x124bcd=_0x124bcd[_0x121536(0x288)];}}return _0x13af75;}[a4_0x552b47(0x29e)](_0x5bb83d,_0x3dd6e0,_0x49d445=undefined){const _0x15bb07=a4_0x552b47,_0x4c8f47={'sJIrL':function(_0xa83cdc,_0x231cf0){return _0xa83cdc(_0x231cf0);},'qVNdv':function(_0x257eac){return _0x257eac();},'RXuQg':function(_0x1d5816){return _0x1d5816();},'FIOGk':function(_0x5d8ae4,_0x15af89){return _0x5d8ae4(_0x15af89);},'OKnyU':_0x15bb07(0x1ff),'ugeIW':_0x15bb07(0x295),'YSWHx':function(_0x4314ac,_0x46203a){return _0x4314ac!==_0x46203a;},'licfF':function(_0x485613,_0x52d17a){return _0x485613!==_0x52d17a;},'wItTO':'File\x20path\x20could\x20not\x20be\x20found','VCrcu':_0x15bb07(0x2cc),'AFBCb':_0x15bb07(0x22d),'QLsax':_0x15bb07(0x2a1),'IkUXs':'skipped','BoqJw':_0x15bb07(0x217),'VbbuA':function(_0x2e7c1a,_0x528044){return _0x2e7c1a-_0x528044;},'IeeTK':function(_0x4b29b4,_0x5d7681,_0x1461f2,_0x5ca0eb,_0x5e7fae){return _0x4b29b4(_0x5d7681,_0x1461f2,_0x5ca0eb,_0x5e7fae);},'Goonv':function(_0x960c33,_0x59fd99){return _0x960c33!==_0x59fd99;},'szhab':_0x15bb07(0x2db),'GtGnj':_0x15bb07(0x25e),'hIonE':_0x15bb07(0x256),'IvXoS':_0x15bb07(0x1fc),'wCxtM':_0x15bb07(0x27b),'LtYtu':'failure_reason_expanded','bVons':_0x15bb07(0x1f4),'mgAMP':function(_0x1659eb,_0x42ebf1){return _0x1659eb===_0x42ebf1;},'mvljZ':_0x15bb07(0x247),'nNVnn':'test_run'};if(!this[_0x15bb07(0x24d)])return;try{if(_0x3dd6e0['fn']&&_0x3dd6e0['fn'][_0x15bb07(0x202)]()[_0x15bb07(0x2b2)](/browserstack internal helper hook/))return;const _0x48cc11=_0x4c8f47[_0x15bb07(0x298)](parseEvent,_0x5bb83d);if(!_0x48cc11)return;if(_0x48cc11[_0x15bb07(0x20d)]){this[_0x15bb07(0x270)]=_0x3dd6e0,this[_0x15bb07(0x201)]=null;if(_0x48cc11[_0x15bb07(0x23f)]||_0x48cc11[_0x15bb07(0x259)]){_0x3dd6e0['startedAt']=new Date(),_0x3dd6e0[_0x15bb07(0x287)]=![];if(!_0x3dd6e0['testAnalyticsId'])_0x3dd6e0[_0x15bb07(0x2d9)]=_0x4c8f47['qVNdv'](uuidv4);else _0x3dd6e0['markedStatus']&&(!_0x3dd6e0['retryOf']&&(_0x3dd6e0['retryOf']=_0x3dd6e0['testAnalyticsId']),_0x3dd6e0['testAnalyticsId']=_0x4c8f47[_0x15bb07(0x1fe)](uuidv4));}}else{if(_0x48cc11[_0x15bb07(0x20c)]){this['currentHook']=_0x3dd6e0;if(_0x48cc11[_0x15bb07(0x23f)]){_0x3dd6e0[_0x15bb07(0x20e)]=new Date(),_0x3dd6e0[_0x15bb07(0x287)]=![];if(!_0x3dd6e0[_0x15bb07(0x25f)])_0x3dd6e0[_0x15bb07(0x25f)]=_0x4c8f47[_0x15bb07(0x2dd)](uuidv4);else _0x3dd6e0[_0x15bb07(0x25f)]&&_0x3dd6e0[_0x15bb07(0x287)]&&(_0x3dd6e0[_0x15bb07(0x25f)]=_0x4c8f47[_0x15bb07(0x1fe)](uuidv4));}}}if(_0x48cc11[_0x15bb07(0x252)]&&_0x3dd6e0[_0x15bb07(0x287)])return;let _0x85d5d2;try{_0x85d5d2=this[_0x15bb07(0x284)](_0x3dd6e0);}catch(_0x7df238){logger[_0x15bb07(0x230)](_0x15bb07(0x243)+_0x7df238),_0x85d5d2=null;}const _0x54ccfa=_0x4c8f47[_0x15bb07(0x2b6)](require,_0x4c8f47[_0x15bb07(0x240)]);let _0x4e681d=[];_0x49d445&&(_0x4e681d=[_0x49d445,_0x4c8f47[_0x15bb07(0x267)]]);const _0x584c87=_0x4c8f47[_0x15bb07(0x2d5)](_0x3dd6e0['errorsDetailed'],undefined)?_0x54ccfa[_0x15bb07(0x224)](_0x3dd6e0[_0x15bb07(0x2cd)][0x0]):_0x4c8f47['licfF'](_0x49d445,undefined)?_0x49d445['toString']():undefined,_0x46775b=_0x85d5d2?this[_0x15bb07(0x2aa)](_0x85d5d2):null,_0x242f37=_0x85d5d2?this[_0x15bb07(0x25a)][_0x15bb07(0x2a9)](this[_0x15bb07(0x284)](_0x3dd6e0)):_0x4c8f47[_0x15bb07(0x2c2)];let _0x2b6579=_0x4c8f47[_0x15bb07(0x1fa)];const _0x183b2c=!_0x48cc11[_0x15bb07(0x23f)]?new Date()[_0x15bb07(0x2d4)]():null;if(_0x48cc11['finished'])_0x2b6579=_0x49d445?_0x4c8f47['AFBCb']:_0x4c8f47[_0x15bb07(0x24c)],_0x3dd6e0[_0x15bb07(0x287)]=!![];else _0x48cc11[_0x15bb07(0x259)]&&(_0x2b6579=_0x4c8f47[_0x15bb07(0x289)],_0x3dd6e0['markedStatus']=!![]);const _0x2ce396={'framework':this[_0x15bb07(0x232)],'uuid':_0x3dd6e0[_0x15bb07(0x2d9)]||_0x3dd6e0[_0x15bb07(0x25f)],'name':_0x3dd6e0['title'],'body':{'lang':_0x4c8f47[_0x15bb07(0x2bd)],'code':_0x3dd6e0[_0x15bb07(0x273)][_0x15bb07(0x202)]()},'type':_0x3dd6e0[_0x15bb07(0x2ca)],'scope':_0x3dd6e0[_0x15bb07(0x22a)](),'scopes':this[_0x15bb07(0x27f)](_0x3dd6e0),'file_name':_0x242f37,'vc_filepath':_0x46775b?path['relative'](_0x46775b,_0x85d5d2):null,'location':_0x242f37,'result':_0x2b6579,'failure_reason':_0x584c87,'duration_in_ms':_0x3dd6e0[_0x15bb07(0x294)]||(_0x48cc11[_0x15bb07(0x252)]||_0x48cc11[_0x15bb07(0x259)])?_0x4c8f47['VbbuA'](Date[_0x15bb07(0x2da)](),new Date(_0x3dd6e0[_0x15bb07(0x20e)])[_0x15bb07(0x28a)]()):null,'started_at':new Date(_0x3dd6e0[_0x15bb07(0x20e)])['toISOString'](),'finished_at':_0x183b2c,'failure':testOpsHelper[_0x15bb07(0x2ab)][_0x15bb07(0x2e2)](null,_0x4e681d),'failure_type':!_0x584c87?null:testOpsHelper[_0x15bb07(0x2e0)](_0x584c87),'retry_of':_0x3dd6e0[_0x15bb07(0x2c3)]||null,'tags':_0x3dd6e0[_0x15bb07(0x23a)]||[],'customRerunParam':{'rerun_name':_0x3dd6e0[_0x15bb07(0x22a)]()}};_0x4c8f47[_0x15bb07(0x221)](appendTesthubParams,_0x2ce396,_0x5bb83d,_0x3dd6e0,FRAMEWORKS[_0x15bb07(0x2a4)]);if(_0x48cc11[_0x15bb07(0x20c)])[_0x2ce396[_0x15bb07(0x2bb)],_0x2ce396[_0x15bb07(0x2d7)]]=[this[_0x15bb07(0x277)](_0x3dd6e0),_0x3dd6e0['ctx'][_0x15bb07(0x20d)][_0x15bb07(0x265)]],_0x48cc11[_0x15bb07(0x252)]?_0x4c8f47['Goonv'](_0x2ce396[_0x15bb07(0x286)],_0x4c8f47['AFBCb'])&&(_0x2ce396[_0x15bb07(0x286)]=_0x4c8f47[_0x15bb07(0x24c)]):_0x2ce396[_0x15bb07(0x273)]={};else _0x48cc11['test']&&(this[_0x15bb07(0x225)](_0x3dd6e0),_0x48cc11[_0x15bb07(0x259)]&&this['resetSkipTestHooks'](_0x3dd6e0),(_0x48cc11[_0x15bb07(0x252)]||_0x48cc11[_0x15bb07(0x259)])&&(_0x2ce396[_0x15bb07(0x208)]=this[_0x15bb07(0x1f9)](_0x3dd6e0)));this[_0x15bb07(0x26e)]&&(_0x48cc11[_0x15bb07(0x23f)]||_0x48cc11[_0x15bb07(0x259)])&&(_0x2ce396[_0x4c8f47['szhab']]=this[_0x15bb07(0x278)](this[_0x15bb07(0x26e)]));_0x48cc11['test']&&_0x48cc11[_0x15bb07(0x252)]&&_0x3dd6e0[_0x15bb07(0x263)]&&(_0x2ce396[_0x4c8f47[_0x15bb07(0x2b9)]]={'feature':{'name':_0x3dd6e0[_0x15bb07(0x288)][_0x15bb07(0x262)]['name'],'path':_0x2ce396['file_name'],'description':_0x3dd6e0[_0x15bb07(0x288)][_0x15bb07(0x239)]},'scenario':{'name':_0x3dd6e0['title']},'steps':_0x3dd6e0[_0x15bb07(0x263)]});const _0x4ecbbc=_0x2ce396[_0x4c8f47[_0x15bb07(0x1ee)]][0x0];_0x4ecbbc&&(_0x2ce396[_0x4c8f47[_0x15bb07(0x29c)]]=_0x4ecbbc[_0x4c8f47[_0x15bb07(0x2b0)]],_0x2ce396[_0x4c8f47[_0x15bb07(0x2dc)]]=_0x4ecbbc[_0x4c8f47['bVons']]);if(_0x3dd6e0['bddSteps'])for(const _0x3cfef2 of _0x3dd6e0[_0x15bb07(0x263)]){!_0x3cfef2[_0x15bb07(0x2b7)]&&(_0x3cfef2[_0x15bb07(0x2b7)]=new Date()['toISOString'](),_0x4c8f47[_0x15bb07(0x2ad)](_0x3cfef2[_0x15bb07(0x286)],_0x4c8f47['VCrcu'])&&(_0x4ecbbc?(_0x3cfef2[_0x15bb07(0x286)]=_0x4c8f47[_0x15bb07(0x203)],_0x3cfef2['failure']=_0x4ecbbc[_0x4c8f47['wCxtM']][0x0]):_0x3cfef2[_0x15bb07(0x286)]=_0x4c8f47[_0x15bb07(0x24c)]));}const _0x34c917={};_0x34c917[_0x15bb07(0x236)]=_0x48cc11['skipped']?TEST_EVENTS[_0x15bb07(0x1f0)]:_0x5bb83d;const _0x2b0bfe=_0x34c917;return _0x48cc11['hook']?_0x2b0bfe[_0x4c8f47[_0x15bb07(0x234)]]=_0x2ce396:_0x2b0bfe[_0x4c8f47[_0x15bb07(0x251)]]=_0x2ce396,_0x2b0bfe;}catch(_0x34b199){logger[_0x15bb07(0x230)](_0x15bb07(0x233)+_0x5bb83d+_0x15bb07(0x2cf)+_0x34b199);}}async['fireEvent'](_0x3071f0,_0x54a5cc){const _0x2b1696=a4_0x552b47;if(!this[_0x2b1696(0x24d)]||!_0x54a5cc||!_0x3071f0)return![];try{return await SessionHandler['uploadEventData'](_0x54a5cc);}catch(_0xf9249){logger[_0x2b1696(0x230)]('Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20'+_0x3071f0+_0x2b1696(0x2cf)+_0xf9249);}}[a4_0x552b47(0x2a0)](_0x23f407){const _0x45216e=a4_0x552b47,_0x42f34e={};_0x42f34e['YNvUm']=_0x45216e(0x2cc);const _0x122566=_0x42f34e;return{'id':_0x23f407['stepAnalyticsId'],'text':_0x23f407[_0x45216e(0x231)],'keyword':_0x23f407[_0x45216e(0x27c)],'started_at':_0x23f407[_0x45216e(0x20e)][_0x45216e(0x2d4)](),'result':_0x122566[_0x45216e(0x2e3)]};}['bddStepStart'](_0x33053f){const _0x25c91b=a4_0x552b47,_0x2138e5={'HsqNh':function(_0x3f86a4){return _0x3f86a4();}};!this[_0x25c91b(0x270)][_0x25c91b(0x263)]&&(this['currentTest'][_0x25c91b(0x263)]=[]),!_0x33053f[_0x25c91b(0x223)]&&(_0x33053f[_0x25c91b(0x223)]=_0x2138e5['HsqNh'](uuidv4),_0x33053f[_0x25c91b(0x20e)]=new Date(),this['currentTest']['bddSteps']['push'](this[_0x25c91b(0x2a0)](_0x33053f)));}[a4_0x552b47(0x258)](_0x51befe){const _0x1485e0=a4_0x552b47,_0x53648c={'kOgVm':function(_0x1464f4,_0x3e534a){return _0x1464f4(_0x3e534a);},'cGFMP':_0x1485e0(0x2ce),'twtUq':'pending','UAehK':_0x1485e0(0x2a1),'AHLek':function(_0x4c6e18,_0x37da90){return _0x4c6e18-_0x37da90;}};let _0xbdb796=this['currentTest'][_0x1485e0(0x263)][_0x1485e0(0x214)](_0x8db6bc=>_0x8db6bc['id']===_0x51befe[_0x1485e0(0x223)]);_0x53648c[_0x1485e0(0x246)](isUndefined,_0xbdb796)&&(_0xbdb796=this[_0x1485e0(0x2a0)](_0x51befe)),_0xbdb796['result']=[_0x53648c['cGFMP'],_0x53648c[_0x1485e0(0x2bc)]][_0x1485e0(0x282)](_0x51befe[_0x1485e0(0x28d)])?_0x53648c['UAehK']:_0x51befe[_0x1485e0(0x28d)],_0xbdb796[_0x1485e0(0x2b7)]=new Date()['toISOString'](),_0xbdb796['duration']=_0x53648c['AHLek'](Date[_0x1485e0(0x2da)](),_0x51befe[_0x1485e0(0x20e)]['getTime']()),_0xbdb796[_0x1485e0(0x256)]=_0x51befe[_0x1485e0(0x295)]?_0x51befe[_0x1485e0(0x295)][_0x1485e0(0x279)]:null;}}function a4_0x2a4e(){const _0x37fdbd=['yYoAM','FVUzJ','ygkmN','meta','hookAnalyticsId','_testEnv','BROWSERSTACK','feature','bddSteps','lqhMO','title','test_run_uuid','ugeIW','aYJAq','AmsZW','path','_afterEach','launch','test_run','driver','../../helpers/logger','currentTest','LogCreated','_beforeEach','body','OoFfc','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','YcCgx','getHookType','getCBTInfo','message','VUYtw','backtrace','keyword','concat','TEST_REPORTING_ANALYTICS','getHierarchy','../../helpers/helper','dirname','includes','wxBDe','getRootParentFile','HOOK_RUN_STARTED','result','markedStatus','parent','IkUXs','getTime','start','dNrWE','status','replace','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','VDHbk','then','22uhnvsZ','O11yHelper','duration','err','../../helpers/test-observability/sessionHandler','Failed\x20to\x20parse\x20wsendpoint\x20','sJIrL','exports','sGpzY','pAnYR','IvXoS','3576YVpTvp','captureEvent','TEST_EVENTS','initializeBddStep','passed','sep','cukbq','CODECEPT','FQtWn','fLikb','resetSkipTestHooks','groups','prefixTestPath','findGitConfig','failureData','client','mgAMP','connectOverCDP','../../helpers/testhub/utils.js','wCxtM','location_prefix','match','3|1|4|2|5|0','join','../../helpers/test-observability/requestQueueHandler','FIOGk','finished_at','AKytw','GtGnj','sNtwh','hook_type','twtUq','BoqJw','KciGx','622448Bbnhla','PathHelper','PLAYWRIGHT_HUB_URL','wItTO','retryOf','JxdDS','yIvgL','statSync','BQAgN','cwd','PkqQt','type','MvHpI','pending','errorsDetailed','success','\x20with\x20error\x20:\x20','CBTSessionCreated','../playwright/sessionDetails','codeceptjs','aFgvY','toISOString','YSWHx','oxdxD','name','config','testAnalyticsId','now','integrations','LtYtu','qVNdv','connect','MohJm','getFailureType','winstonLogger','apply','YNvUm','1564385wmqqSf','GAyeH','TestRunSkipped','getInstance','hIonE','dMnJh','TEST_RUN_FINISHED','hWitC','wsEndpoint','TEST_RUN_SKIPPED','expanded','4830TNoPxh','12082XYcyfE','pid','jjVpb','getHooksForTest','VCrcu','stop','failure_backtrace','Not\x20able\x20to\x20import\x20Browser','RXuQg','util','4714122tEpVcI','currentHook','toString','AFBCb','./helper.js','split','browserstack','fwXoH','hooks','3975261JnHtZU','cGTIk','sPZCs','hook','test','startedAt','../../helpers/test-observability/utils','.git','BfqrV','forEach','HCKGK','find','APfPP','hook_run_uuid','javascript','nRbLi','setupBrowserDetails','ctx','pqjbL','stringify','WMLJI','_beforeAll','13401DULsiY','eibSG','IeeTK','appendTestItemLog','stepAnalyticsId','inspect','mapTestHooks','107515GzNiRw','suites','obsBrowserTypeMockApplied','uploadEventData','fullTitle','VZfKS','sendCBTInfo','failed','push','wUGWD','debug','text','frameworkName','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','mvljZ','file','event_type','../utils/constants','toLowerCase','comment','tags','BcYOw','rgXoU','browserType.js','removeAllListeners','started','OKnyU','mtyjL','bs:addLog:','failed\x20to\x20get\x20root\x20parent\x20file\x20','logs','__cloud_provider___','kOgVm','hook_run','../playwright/accessibility-helper','oSoYD','TestRunFinished','patchConsoleLogger','QLsax','enabled','TEST_RUN_STARTED','ZJJaf','length','nNVnn','finished','uuid','_afterAll','defineProperty','failure','EThul','bddStepFinish','skipped','_paths'];a4_0x2a4e=function(){return _0x37fdbd;};return a4_0x2a4e();}function a4_0x2f88(_0x217d58,_0xaed812){const _0x2a4e3d=a4_0x2a4e();return a4_0x2f88=function(_0x2f8894,_0x3c3bdf){_0x2f8894=_0x2f8894-0x1eb;let _0x154457=_0x2a4e3d[_0x2f8894];return _0x154457;},a4_0x2f88(_0x217d58,_0xaed812);}const a4_0x11f5f4={};a4_0x11f5f4[a4_0x552b47(0x293)]=O11yHelper,a4_0x11f5f4['STATE_PASSED']=STATE_PASSED,a4_0x11f5f4['STATE_FAILED']=STATE_FAILED,a4_0x11f5f4[a4_0x552b47(0x29f)]=TEST_EVENTS,module[a4_0x552b47(0x299)]=a4_0x11f5f4;
1
+ const a4_0x1137ae=a4_0x13d0;function a4_0x2728(){const _0x51514f=['XIkNm','HqIpK','relative','MGxpw','PathHelper','test_run','../../helpers/testhub/utils.js','1706096HWseRN','comment','result','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','enabled','auQDz','pid','getRootParentFile','guDve','ULFVe','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','title','stepAnalyticsId','TestRunSkipped','find','toISOString','GYsoi','launch','NtBeD','IKFRN','markedStatus','getHookType','passed','duration','_afterEach','JYAdp','getTime','startedAt','JYoBp','forEach','225669XaLqLW','kCwYo','hookAnalyticsId','getHooksForTest','text','toString','currentHook','patchConsoleLogger','currentTest','qSpZf','failure','\x20with\x20error\x20:\x20','PLAYWRIGHT_HUB_URL','zkGmV','../playwright/sessionDetails','success','Not\x20able\x20to\x20import\x20Browser','lrxEV','join','dXRBa','includes','../../helpers/helper','constructor','testAnalyticsId','event_type','toLowerCase','88026tJmZVA','BrowserType','cwd','expanded','../../helpers/test-observability/constants','suites','AUvYK','lib','mapTestHooks','file_name','test','now','Omhnj','connectOverCDP','fireEvent','TEST_RUN_STARTED','jsafM','name','ESLSS','__platformCaps','groups','failed','UktYL','wsEndpoint','1297558CimThS','length','_beforeAll','cZNzC','STrNf','bs:addLog:','appendTestItemLog','FpcPN','fullTitle','uploadEventData','hyEhE','stringify','message','resetSkipTestHooks','vZplN','then','finished','hyOpn','hook_run_uuid','failed\x20to\x20get\x20root\x20parent\x20file\x20','VxUiP','apply','../playwright/accessibility-helper','util','defineProperty','aUCIr','winstonLogger','bddSteps','HPuEo','YKTzF','accessibilityPlatform','aWVMc','file','bddStepFinish','stop','errorsDetailed','mDNtR','../utils/constants','pvokM','WDWGi','bddStepStart','auJOS','retryOf','prefixTestPath','JckXB','../../helpers/logger','qJwVu','BjfxI','GIeRh','TestRunStarted','../../helpers/test-observability/sessionHandler','ctx','_afterAll','RUpss','findGitConfig','171YSNvqJ','_beforeEach','Playwright','140610xaRiUn','javascript','__cloud_provider___','test_run_uuid','body','feature','40212aiyxjf','split','mIide','pending','zAHbd','failure_reason_expanded','replace','push','removeAllListeners','559760gIIHoA','hook_type','TEST_RUN_SKIPPED','35SeWlAQ','gGguy','getHierarchy','cnQeT','krJdn','HIbEb','QPnmK','status','hook','hook_run','uuid','STATE_PASSED','match','setupBrowserDetails','RiYyD','started','finished_at','ONulD','initializeBddStep','getCBTInfo','skipped','TestRunFinished','vQrrE','WrgEL','6303MqxQeO','DkHck','XEBcR','Nfkzv','codeceptjs','O11yHelper','iEmDN','../mocha/test-observability/mochaUtils','exports','plKFd','start','getFailureType','location_prefix','driver','failure_backtrace','statSync','TEST_EVENTS','oRzau','frameworkName','gglXx','keyword','logs','File\x20path\x20could\x20not\x20be\x20found','debug','prototype','config','hzgrN','FdODM','concat','sZRFt','TEST_RUN_FINISHED','integrations','ULFFa','36dXunvi','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','dLKAg','QKGba','IPAwG','parent','../../helpers/test-observability/requestQueueHandler','err','client','./helper.js','lxBbP','265igraYR','_paths','browserType.js','WNdMf','3|2|4|1|5|0','CBTSessionCreated'];a4_0x2728=function(){return _0x51514f;};return a4_0x2728();}(function(_0x36560f,_0x756abf){const _0xc68c78=a4_0x13d0,_0x2a5402=_0x36560f();while(!![]){try{const _0x46c8c3=parseInt(_0xc68c78(0x15c))/0x1+parseInt(_0xc68c78(0x174))/0x2+-parseInt(_0xc68c78(0x142))/0x3*(-parseInt(_0xc68c78(0x10c))/0x4)+parseInt(_0xc68c78(0x117))/0x5*(parseInt(_0xc68c78(0x1ae))/0x6)+-parseInt(_0xc68c78(0x1c0))/0x7*(parseInt(_0xc68c78(0x124))/0x8)+-parseInt(_0xc68c78(0x1ab))/0x9*(-parseInt(_0xc68c78(0x1bd))/0xa)+-parseInt(_0xc68c78(0xeb))/0xb*(parseInt(_0xc68c78(0x1b4))/0xc);if(_0x46c8c3===_0x756abf)break;else _0x2a5402['push'](_0x2a5402['shift']());}catch(_0x35381e){_0x2a5402['push'](_0x2a5402['shift']());}}}(a4_0x2728,0xb2f32));const path=require('path'),fs=require('fs'),{v4:uuidv4}=require(a4_0x1137ae(0x1ca)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x1137ae(0x157)),testOpsHelper=require('../../helpers/test-observability/utils'),{getTestEnv}=require(a4_0x1137ae(0xf2)),{FRAMEWORKS}=require(a4_0x1137ae(0x160)),logger=require(a4_0x1137ae(0x1a1))[a4_0x1137ae(0x18e)],SessionHandler=require(a4_0x1137ae(0x1a6)),RequestQueueHandler=require(a4_0x1137ae(0x112)),PlaywrightSessionDetails=require(a4_0x1137ae(0x150)),debug=testOpsHelper['debug'],{processAccessibilityCaps}=require(a4_0x1137ae(0x18a)),Constants=require(a4_0x1137ae(0x199)),{fetchPlatformDetails}=require(a4_0x1137ae(0x115)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x1137ae(0x123)),constants=require(a4_0x1137ae(0x199)),STATE_PASSED=a4_0x1137ae(0x13a),STATE_FAILED=a4_0x1137ae(0x171),a4_0x14e3c9={};a4_0x14e3c9[a4_0x1137ae(0x16b)]=a4_0x1137ae(0x1a5),a4_0x14e3c9[a4_0x1137ae(0x109)]=a4_0x1137ae(0xe8),a4_0x14e3c9[a4_0x1137ae(0x1bf)]=a4_0x1137ae(0x131),a4_0x14e3c9['HOOK_RUN_STARTED']='HookRunStarted',a4_0x14e3c9['HOOK_RUN_FINISHED']='HookRunFinished';const TEST_EVENTS=a4_0x14e3c9,parseEvent=_0x38a58a=>{const _0x581935=a4_0x1137ae,_0x193207={};_0x193207['WrgEL']=function(_0x398b44,_0x54d536){return _0x398b44<_0x54d536;},_0x193207['gGguy']=function(_0x2546a6,_0xa9a422){return _0x2546a6===_0xa9a422;},_0x193207[_0x581935(0x1b6)]=_0x581935(0x166),_0x193207['ONulD']=_0x581935(0x1c8),_0x193207[_0x581935(0x10e)]='skipped',_0x193207[_0x581935(0x1c5)]=function(_0x517454,_0x370405){return _0x517454===_0x370405;},_0x193207[_0x581935(0xee)]='started',_0x193207[_0x581935(0x1ce)]=_0x581935(0x184);const _0x14c76a=_0x193207,_0x41b48a=_0x38a58a['match'](/^(.*)Run(.*)$/);if(!_0x41b48a)return null;if(_0x14c76a[_0x581935(0xea)](_0x41b48a[_0x581935(0x175)],0x3))return null;const _0x4a749f=_0x41b48a[0x1][_0x581935(0x15b)](),_0x4f8196=_0x41b48a[0x2][_0x581935(0x15b)]();return{'test':_0x14c76a[_0x581935(0x1c1)](_0x4a749f,_0x14c76a['mIide']),'hook':_0x14c76a[_0x581935(0x1c1)](_0x4a749f,_0x14c76a[_0x581935(0xe4)]),'skipped':_0x14c76a[_0x581935(0x1c1)](_0x4f8196,_0x14c76a['dLKAg']),'started':_0x14c76a[_0x581935(0x1c5)](_0x4f8196,_0x14c76a[_0x581935(0xee)]),'finished':_0x14c76a[_0x581935(0x1c1)](_0x4f8196,_0x14c76a[_0x581935(0x1ce)])};},mockPWBrowserType=_0xb38f88=>{const _0x209083=a4_0x1137ae,_0xad0f15={'QKGba':function(_0x1ed6c1,_0x46923a,_0x4b0883){return _0x1ed6c1(_0x46923a,_0x4b0883);},'JYAdp':_0x209083(0x173),'iEmDN':function(_0x2f01b2,_0xd5adfa){return _0x2f01b2(_0xd5adfa);},'eEIxQ':'browserstack','ylBaB':function(_0x408e16,_0x4164a9){return _0x408e16(_0x4164a9);},'WdjcK':function(_0x5031fb,_0x121f9c){return _0x5031fb===_0x121f9c;},'jsafM':'string','ExxQp':_0x209083(0x163),'Omhnj':_0x209083(0x114),'dXRBa':_0x209083(0x119),'ULFFa':function(_0x3dee7d,_0x11c27b){return _0x3dee7d(_0x11c27b);},'gglXx':_0x209083(0x152),'cXfOk':'connect','IkAzo':_0x209083(0x135)},_0x28d818=path[_0x209083(0x154)](_0xad0f15['ExxQp'],_0xad0f15[_0x209083(0x168)],_0xad0f15[_0x209083(0x155)]),_0x34ec6a=_0xad0f15[_0x209083(0xf1)](importFileFromPWCore,_0x28d818);if(!_0x34ec6a){_0xad0f15[_0x209083(0x10b)](debug,_0xad0f15[_0x209083(0xfe)]);return;}const _0x43d278=_0x34ec6a[_0x209083(0x15d)],_0x10058b=_0x43d278[_0x209083(0x103)];if(_0x10058b['obsBrowserTypeMockApplied'])return;const _0x39e846=_0x10058b['connect'];Object['defineProperty'](_0x10058b,_0xad0f15['cXfOk'],{'get':function(){const _0x486283=_0x209083,_0x3143f7={'UktYL':function(_0x701707,_0xf4f9c7){return _0xad0f15['WdjcK'](_0x701707,_0xf4f9c7);},'mdlzd':_0xad0f15[_0x486283(0x16c)]};return async function _0x128bea(_0x384404,_0x2e4702){const _0x41b85c=_0x486283,_0x413c0c=_0xad0f15[_0x41b85c(0x10f)](nestedKeyValue,_0x384404,[_0xad0f15[_0x41b85c(0x13d)]])||_0x384404;let _0x7870a2=null,_0x38706b=null;try{[_0x38706b,_0x7870a2]=_0x413c0c?_0xad0f15[_0x41b85c(0xf1)](parseWSEndpoint,_0x413c0c):[null,null],global[_0x41b85c(0x16f)]=_0x7870a2,logger[_0x41b85c(0x102)](_0x41b85c(0x10d)+_0x38706b),_0x38706b[_0x41b85c(0x156)](Constants['BROWSERSTACK'])&&(global[_0x41b85c(0x1b0)]=_0xad0f15['eEIxQ']);}catch(_0x2587d2){logger[_0x41b85c(0x102)]('Failed\x20to\x20parse\x20wsendpoint\x20'+_0x413c0c+'\x20'+_0x2587d2);}_0xad0f15['QKGba'](processAccessibilityCaps,_0x7870a2,_0x38706b);if(global[_0x41b85c(0x192)]){const _0x1cd17b=await _0x10058b[_0x41b85c(0x169)][_0x41b85c(0x189)](this,[''+Constants[_0x41b85c(0x14e)]+_0xad0f15['ylBaB'](encodeURIComponent,JSON[_0x41b85c(0x17f)](_0x7870a2))]);return PlaywrightSessionDetails[_0x41b85c(0x1cd)](_0x1cd17b,_0xb38f88,_0x413c0c),_0x1cd17b;}return _0x39e846[_0x41b85c(0x189)](this,arguments)[_0x41b85c(0x183)](_0x54d83e=>{const _0x42665c=_0x41b85c;let _0x569826=_0x384404[_0x42665c(0x173)];return _0x3143f7[_0x42665c(0x172)](typeof _0x384404,_0x3143f7['mdlzd'])&&(_0x569826=_0x384404),PlaywrightSessionDetails['setupBrowserDetails'](_0x54d83e,_0xb38f88,_0x569826),_0x54d83e;});};}});const _0x363966=_0x10058b[_0x209083(0x135)];Object[_0x209083(0x18c)](_0x10058b,_0xad0f15['IkAzo'],{'get':function(){return async function _0x1ee5ac(){const _0x58cc63=a4_0x13d0;return _0x363966[_0x58cc63(0x189)](this,arguments)['then'](_0x3757ec=>{const _0x3d0047=_0x58cc63;return PlaywrightSessionDetails[_0x3d0047(0x1cd)](_0x3757ec,null),_0x3757ec;});};}});};function a4_0x13d0(_0x2e8a86,_0x2cb69d){const _0x272886=a4_0x2728();return a4_0x13d0=function(_0x13d06b,_0x5a9690){_0x13d06b=_0x13d06b-0xe2;let _0x909ef2=_0x272886[_0x13d06b];return _0x909ef2;},a4_0x13d0(_0x2e8a86,_0x2cb69d);}class O11yHelper{['currentTest']=null;[a4_0x1137ae(0x148)]=null;[a4_0x1137ae(0x128)]=![];[a4_0x1137ae(0xfd)]=![];constructor(_0x4cb640,_0x368363){const _0x15139e=a4_0x1137ae,_0x7c986b={'MGxpw':_0x15139e(0x11b),'QPnmK':function(_0xc026b6,_0xbd6c30){return _0xc026b6===_0xbd6c30;},'JckXB':_0x15139e(0x1ad),'IKFRN':function(_0x1daeee,_0x30bfd8){return _0x1daeee(_0x30bfd8);},'cZNzC':function(_0x26c33a){return _0x26c33a();},'plKFd':function(_0x30394c){return _0x30394c();}},_0x3da73b=_0x7c986b[_0x15139e(0x120)][_0x15139e(0x1b5)]('|');let _0x1f10b9=0x0;while(!![]){switch(_0x3da73b[_0x1f10b9++]){case'0':this[_0x15139e(0xf8)]&&_0x7c986b[_0x15139e(0x1c6)](this[_0x15139e(0xf8)][_0x15139e(0x158)][_0x15139e(0x16d)],_0x7c986b[_0x15139e(0x1a0)])&&_0x7c986b[_0x15139e(0x137)](mockPWBrowserType,null);continue;case'1':this['_testEnv']=_0x7c986b[_0x15139e(0x177)](getTestEnv);continue;case'2':this['frameworkName']=_0x368363[_0x15139e(0xfd)];continue;case'3':this[_0x15139e(0x128)]=_0x7c986b[_0x15139e(0xf4)](shouldProcessEventForTesthub);continue;case'4':this[_0x15139e(0xf8)]=_0x4cb640;continue;case'5':this[_0x15139e(0x118)]=new testOpsHelper[(_0x15139e(0x121))]({'cwd':process[_0x15139e(0x15e)]()},this['_testEnv'][_0x15139e(0xf7)]);continue;}break;}}[a4_0x1137ae(0xf5)](){const _0x330f3e=a4_0x1137ae;if(!this['enabled'])return;testOpsHelper[_0x330f3e(0x149)](),process[_0x330f3e(0x1bc)](_0x330f3e(0x179)+process[_0x330f3e(0x12a)]),process['on'](_0x330f3e(0x179)+process[_0x330f3e(0x12a)],this[_0x330f3e(0x17a)]['bind'](this));}async[a4_0x1137ae(0x196)](){await RequestQueueHandler['getInstance']()['shutdown']();}async[a4_0x1137ae(0x17a)](_0xb0e561){const _0x127cd8=a4_0x1137ae,_0x3c4621={'WNdMf':'LogCreated','VdKTD':function(_0x2b6a13,_0x17296d){return _0x2b6a13(_0x17296d);}};try{this['currentHook']&&!this[_0x127cd8(0x148)][_0x127cd8(0x138)]&&(_0xb0e561['hook_run_uuid']=this['currentHook'][_0x127cd8(0x144)]);!_0xb0e561[_0x127cd8(0x186)]&&this[_0x127cd8(0x14a)]&&!this[_0x127cd8(0x14a)][_0x127cd8(0x138)]&&(_0xb0e561[_0x127cd8(0x1b1)]=this[_0x127cd8(0x14a)][_0x127cd8(0x159)]);if(_0xb0e561[_0x127cd8(0x186)]||_0xb0e561[_0x127cd8(0x1b1)]){const _0xa066cd={};_0xa066cd[_0x127cd8(0x15a)]=_0x3c4621[_0x127cd8(0x11a)],_0xa066cd[_0x127cd8(0x100)]=[_0xb0e561],await SessionHandler['uploadEventData'](_0xa066cd);}}catch(_0x361e22){_0x3c4621['VdKTD'](debug,'Exception\x20in\x20uploading\x20log\x20data\x20to\x20'+constants['TEST_REPORTING_ANALYTICS']+_0x127cd8(0x14d)+_0x361e22);}}async['sendCBTInfo'](_0x45d069){const _0x50b685=a4_0x1137ae,_0xf2598b={'aWVMc':_0x50b685(0x11c),'pvokM':function(_0x341eb1,_0x1a214e){return _0x341eb1(_0x1a214e);}};if(!this['enabled'])return;const _0x5db4ca=this['getCBTInfo'](this[_0x50b685(0xf8)]);try{const _0x478379={};_0x478379['uuid']=_0x45d069,_0x478379[_0x50b685(0x10a)]=_0x5db4ca;const _0x59944b=_0x478379,_0x510836={};_0x510836[_0x50b685(0x15a)]=_0xf2598b[_0x50b685(0x193)],_0x510836['test_run']=_0x59944b,await SessionHandler['uploadEventData'](_0x510836);}catch(_0x4cba37){_0xf2598b[_0x50b685(0x19a)](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20'+constants['TEST_REPORTING_ANALYTICS']+'\x20with\x20error\x20:\x20'+_0x4cba37);}}['getCBTInfo'](_0x43abfa){const _0x169576={'iGcys':function(_0x35c98a,_0x2088c0){return _0x35c98a(_0x2088c0);}};return _0x169576['iGcys'](fetchPlatformDetails,_0x43abfa);}['resetSkipTestHooks']=_0x5524d4=>{const _0x73ba80=a4_0x1137ae,_0x28e967={};_0x28e967['ULFVe']=_0x73ba80(0x1ac),_0x28e967[_0x73ba80(0x162)]=_0x73ba80(0x13c);const _0x446ff1=_0x28e967;if(!_0x5524d4||!_0x5524d4['parent'])return;[_0x446ff1[_0x73ba80(0x12d)],_0x446ff1[_0x73ba80(0x162)]][_0x73ba80(0x141)](_0x8977de=>{const _0x53c560=_0x5524d4['parent'][_0x8977de];_0x53c560['forEach'](_0xb89e22=>{const _0x1ef5a1=a4_0x13d0;_0xb89e22[_0x1ef5a1(0x144)]&&(_0xb89e22[_0x1ef5a1(0x144)]=null);});});};[a4_0x1137ae(0x164)](_0x5a51da){const _0x5c6fa1=a4_0x1137ae,_0x42ea09={'IPAwG':_0x5c6fa1(0xef),'STrNf':function(_0x1fb95c){return _0x1fb95c();},'MnRke':function(_0x3942e8,_0x45c6a9){return _0x3942e8===_0x45c6a9;},'lrxEV':_0x5c6fa1(0x13c),'qKJVx':function(_0xf37865){return _0xf37865();},'mDNtR':_0x5c6fa1(0x176),'qgzKI':'_afterAll','hyEhE':_0x5c6fa1(0x1ac)};if(!_0x5a51da||!_0x5a51da[_0x5c6fa1(0x111)])return;[_0x42ea09[_0x5c6fa1(0x198)],_0x42ea09['qgzKI'],_0x42ea09[_0x5c6fa1(0x17e)],_0x42ea09[_0x5c6fa1(0x153)]]['forEach'](_0x5b4189=>{const _0x137dde=_0x5c6fa1,_0x127f1d=_0x5a51da['parent'][_0x5b4189]||[];_0x127f1d[_0x137dde(0x141)](_0x52dad1=>{const _0x503b65=_0x137dde;if(_0x52dad1[_0x503b65(0x12f)][_0x503b65(0x156)](_0x42ea09[_0x503b65(0x110)]))return;if(!_0x52dad1['hookAnalyticsId'])_0x52dad1[_0x503b65(0x144)]=_0x42ea09[_0x503b65(0x178)](uuidv4);else _0x52dad1[_0x503b65(0x138)]&&_0x42ea09['MnRke'](_0x5b4189,_0x42ea09[_0x503b65(0x153)])&&(_0x52dad1['hookAnalyticsId']=_0x42ea09['qKJVx'](uuidv4),delete _0x52dad1['markedStatus']);});}),this['mapTestHooks'](_0x5a51da[_0x5c6fa1(0x111)]);}[a4_0x1137ae(0x145)](_0x43c34a){const _0x1a29d9=a4_0x1137ae,_0x456793={};_0x456793['GYsoi']=_0x1a29d9(0x176),_0x456793['BjfxI']=_0x1a29d9(0x1a8),_0x456793[_0x1a29d9(0x191)]=_0x1a29d9(0x1ac),_0x456793[_0x1a29d9(0x11e)]='_afterEach';const _0xff3fa=_0x456793;if(!_0x43c34a||!_0x43c34a[_0x1a29d9(0x111)])return[];const _0xfeba91=[];return[_0xff3fa[_0x1a29d9(0x134)],_0xff3fa[_0x1a29d9(0x1a3)],_0xff3fa[_0x1a29d9(0x191)],_0xff3fa[_0x1a29d9(0x11e)]][_0x1a29d9(0x141)](_0xade415=>{const _0x17452f=_0x1a29d9,_0x293467=_0x43c34a[_0x17452f(0x111)][_0xade415]||[];_0x293467[_0x17452f(0x141)](_0xec31da=>{const _0x5a0a0a=_0x17452f;_0xec31da['hookAnalyticsId']&&_0xfeba91[_0x5a0a0a(0x1bb)](_0xec31da[_0x5a0a0a(0x144)]);});}),[][_0x1a29d9(0x107)](_0xfeba91,this[_0x1a29d9(0x145)](_0x43c34a[_0x1a29d9(0x111)]));}[a4_0x1137ae(0x139)](_0x3746d3){const _0x4f007f=a4_0x1137ae,_0x546ef2=/^"(?<hook>.*)" hook:.*$/,_0x37de2c=_0x3746d3[_0x4f007f(0x12f)],_0xb66784=_0x37de2c['match'](_0x546ef2);if(_0xb66784&&_0xb66784[_0x4f007f(0x170)])return _0xb66784['groups'][_0x4f007f(0x1c8)]['toUpperCase']()[_0x4f007f(0x1ba)]('\x20','_');return null;}[a4_0x1137ae(0x1aa)](_0x236dc6){const _0x93c746=a4_0x1137ae,_0x5dda13={};_0x5dda13[_0x93c746(0x1a2)]=function(_0x46c0a1,_0x53f84b){return _0x46c0a1===_0x53f84b;},_0x5dda13[_0x93c746(0x129)]='.git',_0x5dda13[_0x93c746(0x105)]=_0x93c746(0x104);const _0x8dff97=_0x5dda13,_0x480a9e=path['sep'];if(_0x8dff97['qJwVu'](_0x236dc6,null)||_0x8dff97[_0x93c746(0x1a2)](_0x236dc6,'')||_0x8dff97[_0x93c746(0x1a2)](_0x236dc6,_0x480a9e)||_0x8dff97['qJwVu'](_0x236dc6,path['dirname'](_0x236dc6)))return null;try{return fs[_0x93c746(0xfa)](path[_0x93c746(0x154)](_0x236dc6,_0x8dff97['auQDz'],_0x8dff97[_0x93c746(0x105)])),_0x236dc6;}catch(_0x970138){const _0xed76f8=path['dirname'](_0x236dc6);return this['findGitConfig'](_0xed76f8);}}[a4_0x1137ae(0x12b)](_0x76567e){const _0x29f1da=a4_0x1137ae,_0x557bc9={};_0x557bc9[_0x29f1da(0x140)]=function(_0x403f9b,_0x447f72){return _0x403f9b>_0x447f72;};const _0x26be89=_0x557bc9;if(_0x76567e[_0x29f1da(0x194)])return _0x76567e[_0x29f1da(0x194)];if(_0x76567e[_0x29f1da(0x1a7)]){const _0x2acfd8=_0x76567e['ctx'][_0x29f1da(0x14a)]?this['getRootParentFile'](_0x76567e[_0x29f1da(0x1a7)][_0x29f1da(0x14a)]):null;if(_0x2acfd8)return _0x2acfd8;}if(_0x76567e[_0x29f1da(0x111)]){const _0x2b2b22=this[_0x29f1da(0x12b)](_0x76567e[_0x29f1da(0x111)])||(_0x76567e[_0x29f1da(0x111)][_0x29f1da(0x1a7)]&&_0x76567e[_0x29f1da(0x111)][_0x29f1da(0x1a7)][_0x29f1da(0x14a)]?this[_0x29f1da(0x12b)](_0x76567e['parent'][_0x29f1da(0x1a7)]['currentTest']):null);if(_0x2b2b22)return _0x2b2b22;_0x76567e['parent'][_0x29f1da(0x161)]&&_0x26be89[_0x29f1da(0x140)](_0x76567e[_0x29f1da(0x111)][_0x29f1da(0x161)][_0x29f1da(0x175)],0x0)&&_0x76567e[_0x29f1da(0x111)][_0x29f1da(0x161)][_0x29f1da(0x141)](_0x687c13=>{const _0x300006=_0x29f1da,_0x4bcec1=_0x687c13['ctx']?this[_0x300006(0x12b)](_0x687c13[_0x300006(0x1a7)]):null;if(_0x4bcec1)return _0x4bcec1;});}return null;}[a4_0x1137ae(0x1c2)](_0x5c87a4){const _0x44f959=a4_0x1137ae,_0x4e0370={};_0x4e0370['lbcVg']=function(_0x1208ed,_0x583f17){return _0x1208ed!==_0x583f17;};const _0x1b0ae5=_0x4e0370,_0x509408=[];if(_0x5c87a4&&_0x5c87a4[_0x44f959(0x111)]){let _0x73d346=_0x5c87a4[_0x44f959(0x111)];while(_0x73d346&&_0x1b0ae5['lbcVg'](_0x73d346['title'],'')){_0x509408[_0x44f959(0x1bb)](_0x73d346[_0x44f959(0x12f)]),_0x73d346=_0x73d346[_0x44f959(0x111)];}}return _0x509408;}['captureEvent'](_0x5f4605,_0x452148,_0x32da5b=undefined){const _0x17ba96=a4_0x1137ae,_0x303b53={'zkGmV':function(_0x5d01d8,_0x32c519){return _0x5d01d8(_0x32c519);},'oBtga':function(_0x310081){return _0x310081();},'XIkNm':function(_0x373707){return _0x373707();},'VxUiP':function(_0x469c41){return _0x469c41();},'VJInM':function(_0x1499e1,_0x48f844){return _0x1499e1(_0x48f844);},'HIqyL':_0x17ba96(0x18b),'FpcPN':'err','vZplN':function(_0x37fe1c,_0x43d4c7){return _0x37fe1c!==_0x43d4c7;},'oRzau':_0x17ba96(0x101),'cnQeT':_0x17ba96(0x1b7),'auJOS':_0x17ba96(0x171),'ESLSS':_0x17ba96(0x13a),'GIeRh':_0x17ba96(0xe7),'sZRFt':_0x17ba96(0x1af),'MdsLb':function(_0x397c32,_0x3c5a89){return _0x397c32-_0x3c5a89;},'guDve':function(_0x64e82d,_0x2fbe80,_0x4891a2,_0x527e77,_0xa109da){return _0x64e82d(_0x2fbe80,_0x4891a2,_0x527e77,_0xa109da);},'krJdn':function(_0x14d671,_0x21464b){return _0x14d671!==_0x21464b;},'zAHbd':_0x17ba96(0x10a),'qSpZf':'meta','lxBbP':_0x17ba96(0x14c),'HPuEo':_0x17ba96(0xf9),'XEBcR':'backtrace','RUpss':_0x17ba96(0x1b9),'FdODM':_0x17ba96(0x15f),'zvrDQ':function(_0x1801c5,_0x2c0669){return _0x1801c5===_0x2c0669;},'rRqAe':_0x17ba96(0x1c9),'aUCIr':_0x17ba96(0x122)};if(!this[_0x17ba96(0x128)])return;try{if(_0x452148['fn']&&_0x452148['fn']['toString']()[_0x17ba96(0x1cc)](/browserstack internal helper hook/))return;const _0x223a44=_0x303b53[_0x17ba96(0x14f)](parseEvent,_0x5f4605);if(!_0x223a44)return;if(_0x223a44['test']){this['currentTest']=_0x452148,this[_0x17ba96(0x148)]=null;if(_0x223a44[_0x17ba96(0xe2)]||_0x223a44['skipped']){_0x452148[_0x17ba96(0x13f)]=new Date(),_0x452148[_0x17ba96(0x138)]=![];if(!_0x452148['testAnalyticsId'])_0x452148['testAnalyticsId']=_0x303b53['oBtga'](uuidv4);else _0x452148[_0x17ba96(0x138)]&&(!_0x452148[_0x17ba96(0x19e)]&&(_0x452148[_0x17ba96(0x19e)]=_0x452148['testAnalyticsId']),_0x452148[_0x17ba96(0x159)]=_0x303b53[_0x17ba96(0x11d)](uuidv4));}}else{if(_0x223a44['hook']){this[_0x17ba96(0x148)]=_0x452148;if(_0x223a44['started']){_0x452148[_0x17ba96(0x13f)]=new Date(),_0x452148[_0x17ba96(0x138)]=![];if(!_0x452148[_0x17ba96(0x144)])_0x452148[_0x17ba96(0x144)]=_0x303b53[_0x17ba96(0x188)](uuidv4);else _0x452148['hookAnalyticsId']&&_0x452148[_0x17ba96(0x138)]&&(_0x452148[_0x17ba96(0x144)]=_0x303b53['XIkNm'](uuidv4));}}}if(_0x223a44[_0x17ba96(0x184)]&&_0x452148[_0x17ba96(0x138)])return;let _0xafdd47;try{_0xafdd47=this[_0x17ba96(0x12b)](_0x452148);}catch(_0x5dbaad){logger['debug'](_0x17ba96(0x187)+_0x5dbaad),_0xafdd47=null;}const _0x2a143f=_0x303b53['VJInM'](require,_0x303b53['HIqyL']);let _0xc671e7=[];_0x32da5b&&(_0xc671e7=[_0x32da5b,_0x303b53[_0x17ba96(0x17b)]]);const _0x40899c=_0x303b53['vZplN'](_0x452148['errorsDetailed'],undefined)?_0x2a143f['inspect'](_0x452148[_0x17ba96(0x197)][0x0]):_0x303b53[_0x17ba96(0x182)](_0x32da5b,undefined)?_0x32da5b[_0x17ba96(0x147)]():undefined,_0x224c0a=_0xafdd47?this[_0x17ba96(0x1aa)](_0xafdd47):null,_0x47403b=_0xafdd47?this['_paths'][_0x17ba96(0x19f)](this[_0x17ba96(0x12b)](_0x452148)):_0x303b53[_0x17ba96(0xfc)];let _0x44ce1f=_0x303b53['cnQeT'];const _0x381a1b=!_0x223a44[_0x17ba96(0xe2)]?new Date()[_0x17ba96(0x133)]():null;if(_0x223a44[_0x17ba96(0x184)])_0x44ce1f=_0x32da5b?_0x303b53[_0x17ba96(0x19d)]:_0x303b53[_0x17ba96(0x16e)],_0x452148[_0x17ba96(0x138)]=!![];else _0x223a44[_0x17ba96(0xe7)]&&(_0x44ce1f=_0x303b53[_0x17ba96(0x1a4)],_0x452148[_0x17ba96(0x138)]=!![]);const _0x1149ec={'framework':this[_0x17ba96(0xfd)],'uuid':_0x452148[_0x17ba96(0x159)]||_0x452148['hookAnalyticsId'],'name':_0x452148[_0x17ba96(0x12f)],'body':{'lang':_0x303b53[_0x17ba96(0x108)],'code':_0x452148[_0x17ba96(0x1b2)]['toString']()},'type':_0x452148['type'],'scope':_0x452148[_0x17ba96(0x17c)](),'scopes':this[_0x17ba96(0x1c2)](_0x452148),'file_name':_0x47403b,'vc_filepath':_0x224c0a?path[_0x17ba96(0x11f)](_0x224c0a,_0xafdd47):null,'location':_0x47403b,'result':_0x44ce1f,'failure_reason':_0x40899c,'duration_in_ms':_0x452148[_0x17ba96(0x13b)]||(_0x223a44[_0x17ba96(0x184)]||_0x223a44[_0x17ba96(0xe7)])?_0x303b53['MdsLb'](Date[_0x17ba96(0x167)](),new Date(_0x452148[_0x17ba96(0x13f)])['getTime']()):null,'started_at':new Date(_0x452148[_0x17ba96(0x13f)])[_0x17ba96(0x133)](),'finished_at':_0x381a1b,'failure':testOpsHelper['failureData'][_0x17ba96(0x189)](null,_0xc671e7),'failure_type':!_0x40899c?null:testOpsHelper[_0x17ba96(0xf6)](_0x40899c),'retry_of':_0x452148[_0x17ba96(0x19e)]||null,'tags':_0x452148['tags']||[],'customRerunParam':{'rerun_name':_0x452148['fullTitle']()}};_0x303b53[_0x17ba96(0x12c)](appendTesthubParams,_0x1149ec,_0x5f4605,_0x452148,FRAMEWORKS['CODECEPT']);if(_0x223a44[_0x17ba96(0x1c8)])[_0x1149ec[_0x17ba96(0x1be)],_0x1149ec[_0x17ba96(0x16d)]]=[this[_0x17ba96(0x139)](_0x452148),_0x452148[_0x17ba96(0x1a7)][_0x17ba96(0x166)][_0x17ba96(0x12f)]],_0x223a44[_0x17ba96(0x184)]?_0x303b53[_0x17ba96(0x1c4)](_0x1149ec[_0x17ba96(0x126)],_0x303b53['auJOS'])&&(_0x1149ec[_0x17ba96(0x126)]=_0x303b53[_0x17ba96(0x16e)]):_0x1149ec['body']={};else _0x223a44['test']&&(this[_0x17ba96(0x164)](_0x452148),_0x223a44[_0x17ba96(0xe7)]&&this[_0x17ba96(0x181)](_0x452148),(_0x223a44[_0x17ba96(0x184)]||_0x223a44[_0x17ba96(0xe7)])&&(_0x1149ec['hooks']=this[_0x17ba96(0x145)](_0x452148)));this[_0x17ba96(0xf8)]&&(_0x223a44[_0x17ba96(0xe2)]||_0x223a44[_0x17ba96(0xe7)])&&(_0x1149ec[_0x303b53[_0x17ba96(0x1b8)]]=this[_0x17ba96(0xe6)](this[_0x17ba96(0xf8)]));_0x223a44[_0x17ba96(0x166)]&&_0x223a44[_0x17ba96(0x184)]&&_0x452148['bddSteps']&&(_0x1149ec[_0x303b53[_0x17ba96(0x14b)]]={'feature':{'name':_0x452148['parent'][_0x17ba96(0x1b3)][_0x17ba96(0x16d)],'path':_0x1149ec[_0x17ba96(0x165)],'description':_0x452148[_0x17ba96(0x111)][_0x17ba96(0x125)]},'scenario':{'name':_0x452148[_0x17ba96(0x12f)]},'steps':_0x452148[_0x17ba96(0x18f)]});const _0x5f373f=_0x1149ec[_0x303b53[_0x17ba96(0x116)]][0x0];_0x5f373f&&(_0x1149ec[_0x303b53[_0x17ba96(0x190)]]=_0x5f373f[_0x303b53['XEBcR']],_0x1149ec[_0x303b53[_0x17ba96(0x1a9)]]=_0x5f373f[_0x303b53[_0x17ba96(0x106)]]);if(_0x452148['bddSteps'])for(const _0x51cf3f of _0x452148[_0x17ba96(0x18f)]){!_0x51cf3f[_0x17ba96(0xe3)]&&(_0x51cf3f['finished_at']=new Date()[_0x17ba96(0x133)](),_0x303b53['zvrDQ'](_0x51cf3f['result'],_0x303b53[_0x17ba96(0x1c3)])&&(_0x5f373f?(_0x51cf3f['result']=_0x303b53[_0x17ba96(0x19d)],_0x51cf3f[_0x17ba96(0x14c)]=_0x5f373f[_0x303b53[_0x17ba96(0xed)]][0x0]):_0x51cf3f[_0x17ba96(0x126)]=_0x303b53[_0x17ba96(0x16e)]));}const _0x362ab6={};_0x362ab6['event_type']=_0x223a44['skipped']?TEST_EVENTS['TEST_RUN_FINISHED']:_0x5f4605;const _0x63ed66=_0x362ab6;return _0x223a44[_0x17ba96(0x1c8)]?_0x63ed66[_0x303b53['rRqAe']]=_0x1149ec:_0x63ed66[_0x303b53[_0x17ba96(0x18d)]]=_0x1149ec,_0x63ed66;}catch(_0x2b1dc4){logger[_0x17ba96(0x102)](_0x17ba96(0x127)+_0x5f4605+_0x17ba96(0x14d)+_0x2b1dc4);}}async[a4_0x1137ae(0x16a)](_0x501ed3,_0x47164d){const _0x4f891d=a4_0x1137ae;if(!this[_0x4f891d(0x128)]||!_0x47164d||!_0x501ed3)return![];try{return await SessionHandler[_0x4f891d(0x17d)](_0x47164d);}catch(_0x23f75c){logger['debug'](_0x4f891d(0x12e)+_0x501ed3+_0x4f891d(0x14d)+_0x23f75c);}}[a4_0x1137ae(0xe5)](_0xa66534){const _0x572c0f=a4_0x1137ae,_0x24634d={};_0x24634d[_0x572c0f(0x143)]=_0x572c0f(0x1b7);const _0x3d382d=_0x24634d;return{'id':_0xa66534['stepAnalyticsId'],'text':_0xa66534[_0x572c0f(0x146)],'keyword':_0xa66534[_0x572c0f(0xff)],'started_at':_0xa66534['startedAt'][_0x572c0f(0x133)](),'result':_0x3d382d[_0x572c0f(0x143)]};}[a4_0x1137ae(0x19c)](_0x19baa2){const _0xe18332=a4_0x1137ae,_0x5576bf={'vQrrE':function(_0x212714){return _0x212714();}};!this[_0xe18332(0x14a)][_0xe18332(0x18f)]&&(this[_0xe18332(0x14a)][_0xe18332(0x18f)]=[]),!_0x19baa2[_0xe18332(0x130)]&&(_0x19baa2[_0xe18332(0x130)]=_0x5576bf[_0xe18332(0xe9)](uuidv4),_0x19baa2[_0xe18332(0x13f)]=new Date(),this[_0xe18332(0x14a)][_0xe18332(0x18f)][_0xe18332(0x1bb)](this[_0xe18332(0xe5)](_0x19baa2)));}[a4_0x1137ae(0x195)](_0x16bd6d){const _0x10afbc=a4_0x1137ae,_0x33be9f={'qtYkB':function(_0x3144d1,_0x10b64e){return _0x3144d1(_0x10b64e);},'hyOpn':_0x10afbc(0x151),'NtBeD':_0x10afbc(0x1b7),'WDWGi':_0x10afbc(0x13a),'DkHck':function(_0x5804c3,_0x3bad6b){return _0x5804c3-_0x3bad6b;}};let _0x4f4db6=this['currentTest'][_0x10afbc(0x18f)][_0x10afbc(0x132)](_0x450bae=>_0x450bae['id']===_0x16bd6d['stepAnalyticsId']);_0x33be9f['qtYkB'](isUndefined,_0x4f4db6)&&(_0x4f4db6=this[_0x10afbc(0xe5)](_0x16bd6d)),_0x4f4db6[_0x10afbc(0x126)]=[_0x33be9f[_0x10afbc(0x185)],_0x33be9f[_0x10afbc(0x136)]]['includes'](_0x16bd6d[_0x10afbc(0x1c7)])?_0x33be9f[_0x10afbc(0x19b)]:_0x16bd6d['status'],_0x4f4db6[_0x10afbc(0xe3)]=new Date()[_0x10afbc(0x133)](),_0x4f4db6[_0x10afbc(0x13b)]=_0x33be9f[_0x10afbc(0xec)](Date[_0x10afbc(0x167)](),_0x16bd6d[_0x10afbc(0x13f)][_0x10afbc(0x13e)]()),_0x4f4db6[_0x10afbc(0x14c)]=_0x16bd6d[_0x10afbc(0x113)]?_0x16bd6d[_0x10afbc(0x113)][_0x10afbc(0x180)]:null;}}const a4_0x28e474={};a4_0x28e474[a4_0x1137ae(0xf0)]=O11yHelper,a4_0x28e474[a4_0x1137ae(0x1cb)]=STATE_PASSED,a4_0x28e474['STATE_FAILED']=STATE_FAILED,a4_0x28e474[a4_0x1137ae(0xfb)]=TEST_EVENTS,module[a4_0x1137ae(0xf3)]=a4_0x28e474;