browserstack-node-sdk 1.53.3 → 1.53.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (193) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/nightwatch/command.js +1 -1
  79. package/src/bin/playwright/accessibility-helper.js +1 -1
  80. package/src/bin/playwright/command.js +1 -1
  81. package/src/bin/playwright/globalSetup.js +1 -1
  82. package/src/bin/playwright/mock-process.js +1 -1
  83. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  84. package/src/bin/playwright/patches.js +1 -1
  85. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  86. package/src/bin/playwright/reporter/reporter.js +1 -1
  87. package/src/bin/playwright/reporter/test-details.js +1 -1
  88. package/src/bin/playwright/sessionDetails.js +1 -1
  89. package/src/bin/puppeteer/patches.js +1 -1
  90. package/src/bin/puppeteer/sessionDetails.js +1 -1
  91. package/src/bin/puppeteer/test.setup.js +1 -1
  92. package/src/bin/runner.js +1 -1
  93. package/src/bin/setup.js +1 -1
  94. package/src/bin/test-runner/index.js +1 -1
  95. package/src/bin/test-runner/runTest.js +1 -1
  96. package/src/bin/test-runner/testWorker.js +1 -1
  97. package/src/bin/utils/apiUtilityMethods.js +1 -1
  98. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  99. package/src/bin/utils/constants.js +1 -1
  100. package/src/bin/utils/log4jsAppender.js +1 -1
  101. package/src/bin/utils/logPatcher.js +1 -1
  102. package/src/bin/utils/logReportingAPI.js +1 -1
  103. package/src/bin/utils/playwright-patcher.js +1 -1
  104. package/src/bin/utils/puppeteer-patcher.js +1 -1
  105. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  106. package/src/bin/utils/sharedUtils.js +1 -1
  107. package/src/bin/v2/TestInfo.js +1 -1
  108. package/src/bin/v2/browserstackCLI.js +1 -1
  109. package/src/bin/v2/cliUtils.js +1 -1
  110. package/src/bin/v2/customTagManager.js +1 -1
  111. package/src/bin/v2/eventDispatcher.js +1 -1
  112. package/src/bin/v2/framework/automationFramework.js +1 -1
  113. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  114. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  115. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  116. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  117. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  118. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  119. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  120. package/src/bin/v2/framework/testFramework.js +1 -1
  121. package/src/bin/v2/grpcClient.js +1 -1
  122. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  123. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  124. package/src/bin/v2/instances/trackedContext.js +1 -1
  125. package/src/bin/v2/instances/trackedInstance.js +1 -1
  126. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  127. package/src/bin/v2/modules/baseModule.js +1 -1
  128. package/src/bin/v2/modules/loadTestModule.js +1 -1
  129. package/src/bin/v2/modules/observabilityModule.js +1 -1
  130. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  131. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  132. package/src/bin/v2/modules/testhubModule.js +1 -1
  133. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  134. package/src/bin/v2/state/hookState.js +1 -1
  135. package/src/bin/v2/state/testFrameworkState.js +1 -1
  136. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  137. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  138. package/src/bin/v2/utils/jest-utils.js +1 -1
  139. package/src/bin/vanilla-js/command.js +1 -1
  140. package/src/browserStackSdk.js +1 -1
  141. package/src/helpers/BrowserStackSetup.js +1 -1
  142. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  143. package/src/helpers/accessibility-automation/constants.js +1 -1
  144. package/src/helpers/accessibility-automation/helper.js +1 -1
  145. package/src/helpers/accessibility-automation/scripts.js +1 -1
  146. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  147. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  148. package/src/helpers/ats/constants.js +1 -1
  149. package/src/helpers/ats/helper.js +1 -1
  150. package/src/helpers/capsMapping.js +1 -1
  151. package/src/helpers/central-scanner/constants.js +1 -1
  152. package/src/helpers/central-scanner/helpers.js +1 -1
  153. package/src/helpers/classLogger.js +1 -1
  154. package/src/helpers/globals.js +1 -1
  155. package/src/helpers/helper.js +1 -1
  156. package/src/helpers/logger.js +1 -1
  157. package/src/helpers/metadata.js +1 -1
  158. package/src/helpers/patchHelper.js +1 -1
  159. package/src/helpers/patchHelpers.js +1 -1
  160. package/src/helpers/percy/Percy.js +1 -1
  161. package/src/helpers/percy/PercyBinary.js +1 -1
  162. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  163. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  164. package/src/helpers/percy/PercySDK.js +1 -1
  165. package/src/helpers/percy/index.js +1 -1
  166. package/src/helpers/percy/utils.js +1 -1
  167. package/src/helpers/performance/constants.js +1 -1
  168. package/src/helpers/performance/performance-tester.js +1 -1
  169. package/src/helpers/playwright-helper.js +1 -1
  170. package/src/helpers/processHelper.js +1 -1
  171. package/src/helpers/puppeteer-helper.js +1 -1
  172. package/src/helpers/request-spy.js +1 -1
  173. package/src/helpers/setKeepAlive.js +1 -1
  174. package/src/helpers/test-observability/constants.js +1 -1
  175. package/src/helpers/test-observability/error-handler.js +1 -1
  176. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  177. package/src/helpers/test-observability/sessionHandler.js +1 -1
  178. package/src/helpers/test-observability/utils.js +1 -1
  179. package/src/helpers/test-orchestration/constants.js +1 -1
  180. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  181. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  182. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  183. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  184. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  185. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  186. package/src/helpers/testhub/constants.js +1 -1
  187. package/src/helpers/testhub/testhubHandler.js +1 -1
  188. package/src/helpers/testhub/utils.js +1 -1
  189. package/src/helpers/timeoutPromise.js +1 -1
  190. package/src/helpers/utilities.js +1 -1
  191. package/src/helpers/w3cMapping.js +1 -1
  192. package/src/hubAllocationMethods.js +1 -1
  193. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a1_0x279493=a1_0x6227;(function(_0x47c594,_0x22bbef){const _0x43560b=a1_0x6227,_0x16c889=_0x47c594();while(!![]){try{const _0x52ff14=parseInt(_0x43560b(0x242))/0x1*(-parseInt(_0x43560b(0x216))/0x2)+-parseInt(_0x43560b(0x1e0))/0x3*(parseInt(_0x43560b(0x28e))/0x4)+parseInt(_0x43560b(0x23e))/0x5+parseInt(_0x43560b(0x27e))/0x6*(-parseInt(_0x43560b(0x1de))/0x7)+parseInt(_0x43560b(0x19c))/0x8+parseInt(_0x43560b(0x26f))/0x9*(-parseInt(_0x43560b(0x241))/0xa)+parseInt(_0x43560b(0x1eb))/0xb*(parseInt(_0x43560b(0x230))/0xc);if(_0x52ff14===_0x22bbef)break;else _0x16c889['push'](_0x16c889['shift']());}catch(_0x341811){_0x16c889['push'](_0x16c889['shift']());}}}(a1_0x2522,0x56468));const fs=require('fs'),util=require('util'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require('../../helpers/helper'),logger=require(a1_0x279493(0x193))[a1_0x279493(0x1db)],testOpsHelper=require(a1_0x279493(0x1e5)),requestSpy=require(a1_0x279493(0x1d8)),PlaywrightSessionDetails=require(a1_0x279493(0x1c0)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x279493(0x248)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),AccessibilityHelper=require(a1_0x279493(0x27f)),scripts=require(a1_0x279493(0x240)),PerformanceTester=require(a1_0x279493(0x285)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x279493(0x1bf)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x279493(0x1cc)),testHubConstants=require(a1_0x279493(0x23c)),globals=require(a1_0x279493(0x1cf)),CodeceptJS=requireModule(a1_0x279493(0x254),a1_0x279493(0x223)),CodeceptUtils=requireModule(a1_0x279493(0x1b2),'codeceptjs'),CodeceptWebDriver=requireModule(a1_0x279493(0x287),'codeceptjs'),CodeceptRecorder=requireModule(a1_0x279493(0x24d),'codeceptjs'),CodeceptPlaywright=requireModule('codeceptjs/lib/helper/Playwright.js',a1_0x279493(0x223)),playwrightMarkSessionStatus=(_0x50c88e,_0xfe839a,_0x2fc9ff)=>{const _0x235f0f=a1_0x279493,_0x5f3899={'srXMK':'setSessionStatus','ffOmN':function(_0xed2bae,_0x4f8744){return _0xed2bae(_0x4f8744);}},_0x3bfd3e={};_0x3bfd3e[_0x235f0f(0x1b8)]=_0xfe839a;const _0x2b36f4={};_0x2b36f4[_0x235f0f(0x251)]=_0x5f3899[_0x235f0f(0x1ca)],_0x2b36f4['arguments']=_0x3bfd3e;const _0x490fec=_0x2b36f4;return!_0x5f3899['ffOmN'](isUndefined,_0x2fc9ff)&&(_0x490fec['arguments'][_0x235f0f(0x1c7)]=JSON['stringify'](_0x2fc9ff)),_0x50c88e['executeScript'](()=>{},_0x235f0f(0x1b0)+JSON[_0x235f0f(0x296)](_0x490fec));},o11ySync=PerformanceTester[a1_0x279493(0x283)](PerformanceO11yEvents[a1_0x279493(0x1e6)],async _0x2ef443=>{const _0x3b5c29=a1_0x279493,_0x3006c1={};_0x3006c1['DZWwH']=function(_0x29cb86,_0x5e977b){return _0x29cb86===_0x5e977b;},_0x3006c1[_0x3b5c29(0x1dd)]=_0x3b5c29(0x1d9);const _0x475b8d=_0x3006c1;_0x475b8d['DZWwH'](_0x2ef443[_0x3b5c29(0x1f1)][_0x3b5c29(0x20c)],_0x475b8d['PTLUl'])?await _0x2ef443[_0x3b5c29(0x1c1)](_0x1352d5=>{},testOpsHelper[_0x3b5c29(0x22a)]()):await _0x2ef443['executeScript'](testOpsHelper[_0x3b5c29(0x22a)]());}),markSessionName=PerformanceTester[a1_0x279493(0x283)](PerformanceAutEvents[a1_0x279493(0x25d)],async(_0x3a798c,_0x36fa14)=>{const _0x1a4e82=a1_0x279493,_0x31a9f3={};_0x31a9f3['cMJgb']=_0x1a4e82(0x255),_0x31a9f3[_0x1a4e82(0x1aa)]=function(_0x167c6a,_0x280872){return _0x167c6a===_0x280872;},_0x31a9f3[_0x1a4e82(0x1ad)]='Playwright';const _0x47cadf=_0x31a9f3,_0x16ea9d={};_0x16ea9d[_0x1a4e82(0x20c)]=_0x36fa14;const _0x54d90e={};_0x54d90e['action']=_0x47cadf[_0x1a4e82(0x1fb)],_0x54d90e['arguments']=_0x16ea9d;const _0x5e980a=_0x54d90e;_0x47cadf['OvwaM'](_0x3a798c[_0x1a4e82(0x1f1)][_0x1a4e82(0x20c)],_0x47cadf[_0x1a4e82(0x1ad)])?await _0x3a798c['executeScript'](()=>{},_0x1a4e82(0x1b0)+JSON[_0x1a4e82(0x296)](_0x5e980a)):await _0x3a798c[_0x1a4e82(0x1c1)](_0x1a4e82(0x1b0)+JSON[_0x1a4e82(0x296)](_0x5e980a));}),patchSaveScreenshot=_0x39cee4=>{const _0x375ad3=a1_0x279493,_0x43ca21={'aKlfa':_0x375ad3(0x1ac),'SlYcG':_0x375ad3(0x280),'NMShF':function(_0x5bd949){return _0x5bd949();},'Nilhr':function(_0x28e306,_0x2cfd13){return _0x28e306(_0x2cfd13);},'SiMrG':'Screenshot\x20path\x20not\x20found'};_0x43ca21[_0x375ad3(0x224)](isTrue,process[_0x375ad3(0x20d)][_0x375ad3(0x210)])&&!_0x39cee4[_0x375ad3(0x28a)]&&(_0x39cee4[_0x375ad3(0x28a)]=!![],_0x39cee4[_0x375ad3(0x1b1)]=_0x39cee4[_0x375ad3(0x22c)],_0x39cee4[_0x375ad3(0x22c)]=(_0x2fb846,_0x4225f2=![])=>{const _0xaf7b6d=_0x375ad3,_0x5db2e4={'sSMfD':_0x43ca21[_0xaf7b6d(0x26a)],'uTerW':_0x43ca21[_0xaf7b6d(0x226)],'uBWee':function(_0x49a9db){const _0x587f31=_0xaf7b6d;return _0x43ca21[_0x587f31(0x250)](_0x49a9db);},'oDLQR':function(_0x39b202,_0x4d6735){const _0xa1a95e=_0xaf7b6d;return _0x43ca21[_0xa1a95e(0x224)](_0x39b202,_0x4d6735);},'ZJdEM':_0x43ca21['SiMrG']};return new Promise(function(_0x471092,_0x2812a0){const _0x360a19=_0xaf7b6d,_0x16c289={'CtdbL':_0x5db2e4[_0x360a19(0x258)],'SuYmF':_0x5db2e4[_0x360a19(0x1c5)],'ocKQO':function(_0xbda5b6){const _0x48ada4=_0x360a19;return _0x5db2e4[_0x48ada4(0x1f3)](_0xbda5b6);},'ZpoBe':function(_0x449704,_0x146113){const _0x4a6ff1=_0x360a19;return _0x5db2e4[_0x4a6ff1(0x20e)](_0x449704,_0x146113);},'nOkzz':_0x5db2e4['ZJdEM']};_0x39cee4[_0x360a19(0x1b1)](_0x2fb846,_0x4225f2)[_0x360a19(0x236)](()=>{const _0x1ce06f=_0x360a19,_0x3a1f77=CodeceptUtils[_0x1ce06f(0x272)](_0x2fb846);if(_0x3a1f77){const _0x572b14=fs[_0x1ce06f(0x246)](_0x3a1f77);process['emit']('bs:addLog:'+process['pid'],{'timestamp':new Date()[_0x1ce06f(0x201)](),'message':_0x572b14[_0x1ce06f(0x1ee)](_0x16c289[_0x1ce06f(0x1b9)]),'kind':_0x16c289[_0x1ce06f(0x208)]}),_0x16c289['ocKQO'](_0x471092);}_0x16c289[_0x1ce06f(0x1bd)](_0x2812a0,new Error(_0x16c289[_0x1ce06f(0x1ff)]));})[_0x360a19(0x192)](()=>null);});});},patchWebDriverBefore=_0x3a2b38=>{const _0x5e5e3c=a1_0x279493,_0x291fb7={'ohGxQ':function(_0x2e10db){return _0x2e10db();},'bkSGj':function(_0xa4da82,_0x11129e){return _0xa4da82(_0x11129e);},'zeufs':function(_0x42a4e7,_0x5f0b27){return _0x42a4e7===_0x5f0b27;},'HrQQI':_0x5e5e3c(0x1c6),'ZJfBp':function(_0x5c8db5,_0x402386){return _0x5c8db5===_0x402386;},'Excvd':'string','hlPVJ':function(_0xdb65d8,_0x54b48f){return _0xdb65d8===_0x54b48f;},'fYCGv':_0x5e5e3c(0x244)},_0x3d7689=async function(_0x103cbe,_0x37c252){const _0xc97e24=_0x5e5e3c;_0x291fb7[_0xc97e24(0x269)](isAccessibilityAutomationSession)&&!global[_0xc97e24(0x262)]&&global[_0xc97e24(0x291)]&&scripts[_0xc97e24(0x228)](_0x103cbe[_0xc97e24(0x20c)])&&_0x291fb7['bkSGj'](shouldPatchExecuteScript,arguments[0x2])&&(global[_0xc97e24(0x262)]=!![],await PerformanceTester[_0xc97e24(0x283)](PerformanceA11yEvents[_0xc97e24(0x274)],async()=>{const _0x5cd1f6=_0xc97e24;logger[_0x5cd1f6(0x28c)]('Performing\x20scan\x20for\x20'+_0x103cbe[_0x5cd1f6(0x259)]+'\x20'+_0x103cbe[_0x5cd1f6(0x20c)]),await AccessibilityHelper[_0x5cd1f6(0x263)](_0x3a2b38,scripts['performScan']);},{'command':_0x103cbe[_0xc97e24(0x20c)]})());global[_0xc97e24(0x262)]=![];const _0x3aec8e=JSON[_0xc97e24(0x1b4)](process[_0xc97e24(0x20d)][_0xc97e24(0x218)]||'{}');if(_0x291fb7['zeufs'](_0x3aec8e?.[_0xc97e24(0x1ec)]?.[_0xc97e24(0x20c)],_0x291fb7[_0xc97e24(0x234)])&&_0x291fb7[_0xc97e24(0x21c)](typeof _0x3aec8e?.['testFramework']?.[_0xc97e24(0x1cb)],_0x291fb7[_0xc97e24(0x1a8)])&&_0x3aec8e?.[_0xc97e24(0x1ec)]?.['version'][_0xc97e24(0x1da)]('7'))return _0x37c252[_0xc97e24(0x288)](null,Array[_0xc97e24(0x1f7)]['slice'][_0xc97e24(0x284)](arguments,0x2));return _0x37c252['apply'](this,Array[_0xc97e24(0x1f7)]['slice'][_0xc97e24(0x284)](arguments,0x2));},_0x15d58c=CodeceptWebDriver[_0x5e5e3c(0x1f7)][_0x5e5e3c(0x22e)];CodeceptWebDriver[_0x5e5e3c(0x1f7)][_0x5e5e3c(0x22e)]=async function(){const _0xc9bbd2=_0x5e5e3c,_0x53ad6b={'xRXIT':function(_0x1b60cf,_0x407002){const _0x220cc6=a1_0x6227;return _0x291fb7[_0x220cc6(0x25c)](_0x1b60cf,_0x407002);},'sJjuf':_0x291fb7[_0xc9bbd2(0x290)]};try{await _0x15d58c['apply'](this,arguments);}catch(_0x4d6113){logger[_0xc9bbd2(0x28c)](_0xc9bbd2(0x1ce)+util[_0xc9bbd2(0x1df)](_0x4d6113));}scripts[_0xc9bbd2(0x292)]['filter'](_0x5a02d5=>_0x5a02d5[_0xc9bbd2(0x20c)]&&_0x5a02d5[_0xc9bbd2(0x259)])[_0xc9bbd2(0x1ba)](_0x4fc7a4=>{const _0x28b3a5=_0xc9bbd2;this['browser'][_0x28b3a5(0x1f8)](_0x4fc7a4[_0x28b3a5(0x20c)],_0x3d7689[_0x28b3a5(0x235)](this,_0x4fc7a4),_0x53ad6b[_0x28b3a5(0x1d1)](_0x4fc7a4['class'],_0x53ad6b[_0x28b3a5(0x1a1)]));}),_0x291fb7['bkSGj'](processWebDriverConfig,_0x3a2b38);};};function parseJwt(_0x41a82d){const _0x3474e6=a1_0x279493,_0x1924dc={};_0x1924dc[_0x3474e6(0x211)]=_0x3474e6(0x1ac);const _0xe08867=_0x1924dc;if(!_0x41a82d)return null;return JSON[_0x3474e6(0x1b4)](Buffer['from'](_0x41a82d[_0x3474e6(0x19f)]('.')[0x1],_0xe08867['SfGnO'])['toString']());}const patchPlaywrightBefore=()=>{const _0x30b967=a1_0x279493,_0x402a37={'WJWJc':function(_0x3d4f5a){return _0x3d4f5a();},'hQUoD':_0x30b967(0x245),'dnsjN':_0x30b967(0x195),'fgoUB':function(_0x21afe5){return _0x21afe5();},'IlMfo':function(_0x1bbcc6,_0x2addea){return _0x1bbcc6(_0x2addea);},'NkNDo':function(_0x51c5a1){return _0x51c5a1();},'XXPcs':function(_0x29526b,_0x48cc93){return _0x29526b+_0x48cc93;},'eiQwC':_0x30b967(0x23d),'MyVhV':function(_0x51c138){return _0x51c138();},'UXdLG':function(_0xbcbbb1){return _0xbcbbb1();},'dOhwr':function(_0x376aa5){return _0x376aa5();},'JmVfj':function(_0x2a49fe){return _0x2a49fe();}};PlaywrightSessionDetails[_0x30b967(0x1f6)]();const _0xf9a662=CodeceptPlaywright[_0x30b967(0x1f7)][_0x30b967(0x22e)];CodeceptPlaywright[_0x30b967(0x1f7)]['_before']=async function(){const _0x5536ce=_0x30b967;this['browserContext']=await this[_0x5536ce(0x214)][_0x5536ce(0x21a)]()[0x0];const _0x3d90d4=async()=>{const _0x35f046=_0x5536ce,_0x5378b2={'eBkcH':function(_0x38e89e){const _0x14efa1=a1_0x6227;return _0x402a37[_0x14efa1(0x26b)](_0x38e89e);},'zghTS':_0x402a37[_0x35f046(0x24c)]},_0xd36b7a=this['config']&&this[_0x35f046(0x253)][_0x35f046(0x1ae)]&&this[_0x35f046(0x253)][_0x35f046(0x1ae)]['args']&&Array['isArray'](this[_0x35f046(0x253)][_0x35f046(0x1ae)][_0x35f046(0x237)])&&this[_0x35f046(0x253)][_0x35f046(0x1ae)][_0x35f046(0x237)]['includes'](_0x402a37[_0x35f046(0x190)]);if(_0x402a37['fgoUB'](isAccessibilityAutomationSession)&&!_0xd36b7a)try{const _0x1d8eb8=_0x402a37[_0x35f046(0x1ab)](parseJwt,process[_0x35f046(0x20d)][_0x35f046(0x21b)]);if(_0x1d8eb8&&_0x1d8eb8['a11y_core_config']&&_0x1d8eb8[_0x35f046(0x293)][_0x35f046(0x200)]){const _0x20118c=this['browserContext'][_0x35f046(0x209)][_0x35f046(0x235)](this[_0x35f046(0x1d5)]);this[_0x35f046(0x1d5)][_0x35f046(0x209)]=async function(){const _0x1671c9=_0x35f046,_0x5c6aa3=await _0x5378b2['eBkcH'](_0x20118c),_0x361897=[];for(const _0x14d1c2 of _0x5c6aa3){try{const _0x21d259=await _0x14d1c2[_0x1671c9(0x26d)]();!_0x21d259['startsWith'](_0x5378b2[_0x1671c9(0x1d3)])&&_0x361897[_0x1671c9(0x197)](_0x14d1c2);}catch(_0x41bb32){_0x361897[_0x1671c9(0x197)](_0x14d1c2);}}return _0x361897;};}if(!_0x402a37['NkNDo'](isBrowserstackInfra)){const _0x59eca8=await this['page'][_0x35f046(0x26d)]();if(_0x59eca8[_0x35f046(0x1da)](_0x402a37[_0x35f046(0x24c)])){const _0x5a7065=await this['browserContext']['pages']();this[_0x35f046(0x24e)](_0x5a7065[0x0]);}}}catch(_0x2ef226){logger[_0x35f046(0x28c)]('Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20'+_0x2ef226[_0x35f046(0x202)]+(_0x2ef226[_0x35f046(0x22b)]?_0x402a37['XXPcs'](_0x402a37[_0x35f046(0x276)],_0x2ef226[_0x35f046(0x22b)]):''));}};_0x402a37[_0x5536ce(0x23b)](isBrowserstackInfra)&&await _0x402a37[_0x5536ce(0x1a9)](_0x3d90d4),await _0xf9a662[_0x5536ce(0x288)](this,arguments),!_0x402a37[_0x5536ce(0x217)](isBrowserstackInfra)&&await _0x402a37[_0x5536ce(0x1f0)](_0x3d90d4);};},getCodeceptDriver=()=>{const _0x2fbcdb=a1_0x279493,_0x3eed0f={};_0x3eed0f[_0x2fbcdb(0x25b)]=_0x2fbcdb(0x229),_0x3eed0f[_0x2fbcdb(0x1f5)]=_0x2fbcdb(0x1d9),_0x3eed0f[_0x2fbcdb(0x1e7)]=_0x2fbcdb(0x1c9),_0x3eed0f[_0x2fbcdb(0x281)]=_0x2fbcdb(0x203);const _0x33efd3=_0x3eed0f,_0x357849=[_0x33efd3[_0x2fbcdb(0x25b)],_0x33efd3[_0x2fbcdb(0x1f5)],_0x33efd3['jYLbW'],_0x33efd3[_0x2fbcdb(0x281)]],_0x19ab80=_0x357849[_0x2fbcdb(0x268)](_0x3932f6=>!!CodeceptJS['container']['helpers'](_0x3932f6));if(!_0x19ab80)return null;return CodeceptJS[_0x2fbcdb(0x21e)][_0x2fbcdb(0x28f)](_0x19ab80);};function a1_0x6227(_0x3d664d,_0x2b5728){const _0x2522af=a1_0x2522();return a1_0x6227=function(_0x6227f9,_0xbbc6f6){_0x6227f9=_0x6227f9-0x190;let _0x5ba0eb=_0x2522af[_0x6227f9];return _0x5ba0eb;},a1_0x6227(_0x3d664d,_0x2b5728);}function a1_0x2522(){const _0x56f389=['QeCop','nOkzz','domForge','toISOString','message','TestCafe','ENV_VAR','failed','nEEjP','nXGTL','SuYmF','pages','XMTGg','test-after','name','env','oDLQR','test-skipped','BS_TESTOPS_ALLOW_SCREENSHOTS','SfGnO','setGlobal','captureError','browser','zgagr','36XriwIz','dOhwr','FRAMEWORK_DETAILS','GET_RESULTS','contexts','BS_A11Y_JWT','ZJfBp','fireEvent','container','saveTestResults','getResults','dySqk','hook-started','codeceptjs','Nilhr','UaOOO','SlYcG','OZldB','shouldWrapCommand','WebDriver','getSyncScript','stack','saveScreenshot','PdbNN','_before','enabled','12quBUfb','SDK_PRE_TEST','passed','titlePath','HrQQI','bind','then','args','kBAgz','fmzrq','performScan','MyVhV','../../helpers/testhub/constants.js','\x0aStack:\x20','614190csGeqC','currentTest','../../helpers/accessibility-automation/scripts','540GYhJTI','1327zwTzca','hook-passed','Element','devtools://','readFileSync','title','./o11yHelper','rIaRl','add','event','hQUoD','codeceptjs/lib/recorder.js','_setPage','gcSYY','NMShF','action','test','config','codeceptjs/lib/index.js','setSessionName','getAccessibilityResultsSummary','thBuildUuid','sSMfD','class','warn','doukD','hlPVJ','SESSION_NAME','WaQNq','WpfAz','SDK_POST_TEST','bOCVA','bstackAllyScanning','browserStackExecuteDriver','bddStepStart','startMonitoring','TEST_LOG','getAccessibilityResults','find','ohGxQ','aKlfa','WJWJc','YNoPO','url','is_mobile_session','80028zOFtfy','end','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','screenshotOutputFolder','bddStepFinish','PERFORM_SCAN','__workerDetails','eiQwC','BAavW','skipSessionStatus','start','thJwtToken','tkxeT','JyUiL','bddStep-before','208086RRxwSs','../../bin/playwright/accessibility-helper','TEST_SCREENSHOT','pfBMV','before','measureWrapper','call','../../helpers/performance/performance-tester','test-passed','codeceptjs/lib/helper/WebDriver.js','apply','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','patchSaveScreenshot','step','debug','all','1164808EqaeRi','helpers','fYCGv','accessibilityPlatform','commandsToWrap','a11y_core_config','BROWSERSTACK_TESTHUB_JWT','cAucu','stringify','SDK_TEST','dnsjN','vmohk','catch','../../helpers/logger','stop','--auto-open-devtools-for-tabs','test-started','push','HOOK_RUN_STARTED','mEqfT','INFO','NgmWA','5477032MZVNpv','VNknh','__skipSessionStatus','split','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','sJjuf','woaNR','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','RAxQz','started','oVsEs','hookType','Excvd','UXdLG','OvwaM','IlMfo','base64','FTALZ','chromium','hook','browserstack_executor:\x20','initSaveScreenshot','codeceptjs/lib/utils.js','getGlobal','parse','thTestRunUuid','addRequestSpy','TEST_RUN_STARTED','status','CtdbL','forEach','emit','BflGh','ZpoBe','Suite','../../helpers/performance/constants','../../bin/playwright/sessionDetails','executeScript','NgkiO','sHttE','after','uTerW','webdriverio','reason','SDK_HOOK','Puppeteer','srXMK','version','./helper.js','OBMdI','Failed\x20to\x20execute\x20_before:\x20','../../helpers/globals.js','IqMIz','xRXIT','SESSION_STATUS','zghTS','RxKTJ','browserContext','ctx','skipped','../../helpers/request-spy','Playwright','startsWith','winstonLogger','captureEvent','PTLUl','42jrWyiP','format','3erbLcQ','vqOZu','command','browserstackTestName','TEST_RUN_FINISHED','../../helpers/test-observability/utils','SYNC','jYLbW','TEST_RUN_SKIPPED','nYTxx','BOHYu','6041849IcwKsI','testFramework','HOOK_RUN_FINISHED','toString','dispatcher','JmVfj','constructor','bs:addLog:','uBWee','eafHU','XjADW','patch','prototype','overwriteCommand','kULab','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','cMJgb','bddStep','ogeHw'];a1_0x2522=function(){return _0x56f389;};return a1_0x2522();}module['exports']=function(_0x47f975){const _0x4d06a7=a1_0x279493,_0x19b7d1={'RAxQz':function(_0x24e9ac){return _0x24e9ac();},'XMTGg':function(_0x447fb3,_0x58226d){return _0x447fb3(_0x58226d);},'WpfAz':_0x4d06a7(0x256),'kULab':_0x4d06a7(0x271),'sHttE':_0x4d06a7(0x267),'WaQNq':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','dySqk':_0x4d06a7(0x222),'NgmWA':_0x4d06a7(0x243),'woaNR':'hook-failed','ogeHw':_0x4d06a7(0x1e3),'BAavW':'test-before','fmzrq':function(_0x51028f){return _0x51028f();},'gcSYY':function(_0x1085aa,_0x2e4219,_0x2fba22){return _0x1085aa(_0x2e4219,_0x2fba22);},'nYTxx':_0x4d06a7(0x196),'tkxeT':function(_0x2c209b,_0x566b95,_0x13c4eb){return _0x2c209b(_0x566b95,_0x13c4eb);},'IqMIz':_0x4d06a7(0x286),'vmohk':function(_0x4a6304,_0x329128,_0x4b75c7,_0x702487){return _0x4a6304(_0x329128,_0x4b75c7,_0x702487);},'nhGGl':function(_0x18d8b3,_0x3ebda3,_0x168620,_0x511c31){return _0x18d8b3(_0x3ebda3,_0x168620,_0x511c31);},'NgkiO':function(_0x43a66c,_0x30f41b){return _0x43a66c===_0x30f41b;},'JyUiL':_0x4d06a7(0x1be),'YNoPO':'test-failed','rIaRl':_0x4d06a7(0x20f),'cAucu':'afterTest','bOCVA':'isMobilePlatform','VNknh':function(_0x4f8c12,_0x22ee06,_0xc6e323){return _0x4f8c12(_0x22ee06,_0xc6e323);},'BOHYu':function(_0x1d3527){return _0x1d3527();},'kBAgz':_0x4d06a7(0x1a0),'ZzpGS':_0x4d06a7(0x20b),'nXGTL':_0x4d06a7(0x19a),'OBMdI':_0x4d06a7(0x266),'BflGh':'step-comment','eafHU':_0x4d06a7(0x27d),'mEqfT':'bddStep-after','UaOOO':'Playwright'};_0x47f975[_0x4d06a7(0x278)]&&(global[_0x4d06a7(0x19e)]=_0x47f975['skipSessionStatus']);PerformanceTester[_0x4d06a7(0x265)]();const _0x3c5a9e=_0x19b7d1[_0x4d06a7(0x239)](getCodeceptDriver),_0x356489=new O11yHelper(_0x3c5a9e,_0x47f975),_0xa7b596=!!CodeceptJS[_0x4d06a7(0x21e)]['helpers'](_0x19b7d1[_0x4d06a7(0x225)]);global['__driver']=_0x3c5a9e,_0x3c5a9e&&(PerformanceTester['measureWrapper'](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x280335=_0x4d06a7;_0xa7b596?_0x19b7d1['RAxQz'](patchPlaywrightBefore):_0x19b7d1[_0x280335(0x20a)](patchWebDriverBefore,_0x3c5a9e);})(),PerformanceTester[_0x4d06a7(0x283)](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0x348f9e=_0x4d06a7,_0x4e295b={};_0x4e295b['vqOZu']=_0x19b7d1[_0x348f9e(0x25f)],_0x4e295b['QeCop']=_0x19b7d1[_0x348f9e(0x1f9)],_0x4e295b[_0x348f9e(0x1a6)]=_0x19b7d1[_0x348f9e(0x1c3)],_0x4e295b[_0x348f9e(0x22d)]=_0x19b7d1[_0x348f9e(0x25e)];const _0x449620=_0x4e295b;_0x3c5a9e['getAccessibilityResultsSummary']=async()=>{const _0x3ddc5b=_0x348f9e;if(global[_0x3ddc5b(0x291)]){const _0x4a49c7={};return _0x4a49c7[_0x3ddc5b(0x1e2)]=_0x449620[_0x3ddc5b(0x1e1)],await PerformanceTester[_0x3ddc5b(0x283)](PerformanceA11yEvents[_0x3ddc5b(0x274)],async()=>{const _0x5ca381=_0x3ddc5b;return await AccessibilityHelper[_0x5ca381(0x263)](_0x3c5a9e,scripts[_0x5ca381(0x23a)]);},_0x4a49c7)(),await PerformanceTester[_0x3ddc5b(0x283)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x57df77=_0x3ddc5b;return await AccessibilityHelper[_0x57df77(0x263)](_0x3c5a9e,scripts['getResultsSummary']);})();}return logger['warn'](_0x449620[_0x3ddc5b(0x1fe)]),{};},_0x3c5a9e[_0x348f9e(0x267)]=async()=>{const _0x4a8178=_0x348f9e;if(global[_0x4a8178(0x291)]){const _0x1d2b5c={};return _0x1d2b5c[_0x4a8178(0x1e2)]=_0x449620[_0x4a8178(0x1a6)],await PerformanceTester[_0x4a8178(0x283)](PerformanceA11yEvents[_0x4a8178(0x274)],async()=>{const _0x593d22=_0x4a8178;return await AccessibilityHelper[_0x593d22(0x263)](_0x3c5a9e,scripts['performScan']);},_0x1d2b5c)(),await PerformanceTester[_0x4a8178(0x283)](PerformanceA11yEvents[_0x4a8178(0x219)],async()=>{const _0x15ccfa=_0x4a8178;return await AccessibilityHelper[_0x15ccfa(0x263)](_0x3c5a9e,scripts[_0x15ccfa(0x220)]);})();}return logger[_0x4a8178(0x25a)](_0x449620[_0x4a8178(0x22d)]),{};},_0x19b7d1[_0x348f9e(0x20a)](patchSaveScreenshot,_0x3c5a9e);})()),CodeceptJS[_0x4d06a7(0x24b)]['dispatcher']['on'](CodeceptJS['event'][_0x4d06a7(0x28d)]['before'],()=>{const _0x551ce2=_0x4d06a7;PerformanceTester[_0x551ce2(0x279)](PerformanceEvents[_0x551ce2(0x231)]);try{_0x356489['start'](),testOpsHelper[_0x551ce2(0x1b6)](),PerformanceTester[_0x551ce2(0x270)](PerformanceEvents[_0x551ce2(0x231)]);}catch(_0x2ac28e){PerformanceTester['captureError'](_0x2ac28e),PerformanceTester[_0x551ce2(0x270)](PerformanceEvents['SDK_PRE_TEST'],![],_0x2ac28e);}}),CodeceptJS['event'][_0x4d06a7(0x1ef)]['on'](CodeceptJS[_0x4d06a7(0x24b)][_0x4d06a7(0x28d)][_0x4d06a7(0x1c4)],async()=>{const _0x3d0d0e=_0x4d06a7;PerformanceTester[_0x3d0d0e(0x279)](PerformanceEvents['SDK_POST_TEST']);try{requestSpy['restore'](),await _0x356489[_0x3d0d0e(0x194)](),PerformanceTester[_0x3d0d0e(0x270)](PerformanceEvents[_0x3d0d0e(0x260)]);}catch(_0x22c93d){PerformanceTester[_0x3d0d0e(0x213)](_0x22c93d),PerformanceTester[_0x3d0d0e(0x270)](PerformanceEvents[_0x3d0d0e(0x260)],![],_0x22c93d);}finally{PerformanceTester['stopMonitoring']();}}),CodeceptJS[_0x4d06a7(0x24b)]['dispatcher']['on'](CodeceptJS[_0x4d06a7(0x24b)]['hook']['started'],_0x4ebc2b=>{const _0x166bec=_0x4d06a7;PerformanceTester['start'](PerformanceEvents[_0x166bec(0x1c8)]);try{const _0x2a4056=_0x4ebc2b['ctx'][_0x166bec(0x252)],_0x25ff1a=_0x356489['captureEvent'](TEST_EVENTS[_0x166bec(0x198)],_0x2a4056);CodeceptRecorder[_0x166bec(0x24a)](()=>_0x356489[_0x166bec(0x21d)](TEST_EVENTS[_0x166bec(0x198)],_0x25ff1a));const _0x58d67a={};_0x58d67a[_0x166bec(0x1a7)]=_0x19b7d1['dySqk'],PerformanceTester[_0x166bec(0x270)](PerformanceEvents['SDK_HOOK'],!![],null,_0x58d67a);}catch(_0x5cd008){const _0x49020d={};_0x49020d[_0x166bec(0x1a7)]=_0x19b7d1[_0x166bec(0x221)],PerformanceTester[_0x166bec(0x270)](PerformanceEvents['SDK_HOOK'],![],_0x5cd008,_0x49020d),PerformanceTester[_0x166bec(0x213)](_0x5cd008);}}),CodeceptJS['event'][_0x4d06a7(0x1ef)]['on'](CodeceptJS['event'][_0x4d06a7(0x1af)][_0x4d06a7(0x232)],_0x1f3804=>{const _0x4cbeaf=_0x4d06a7,_0x39b732={};_0x39b732['hookType']=_0x19b7d1[_0x4cbeaf(0x19b)],PerformanceTester['start'](PerformanceHookEvents[_0x4cbeaf(0x1c8)],!![],null,_0x39b732);try{const _0x3c7aa1=_0x1f3804[_0x4cbeaf(0x1d6)][_0x4cbeaf(0x252)],_0x50e523=_0x356489[_0x4cbeaf(0x1dc)](TEST_EVENTS[_0x4cbeaf(0x1ed)],_0x3c7aa1);CodeceptRecorder['add'](()=>_0x356489['fireEvent'](TEST_EVENTS[_0x4cbeaf(0x1ed)],_0x50e523));const _0x24a5e7={};_0x24a5e7[_0x4cbeaf(0x1a7)]=_0x19b7d1['NgmWA'],PerformanceTester[_0x4cbeaf(0x270)](PerformanceHookEvents[_0x4cbeaf(0x1c8)],!![],null,_0x24a5e7);}catch(_0x167dfd){PerformanceTester[_0x4cbeaf(0x213)](_0x167dfd);const _0x3a29d2={};_0x3a29d2['hookType']=_0x19b7d1[_0x4cbeaf(0x19b)],PerformanceTester['end'](PerformanceHookEvents[_0x4cbeaf(0x1c8)],![],_0x167dfd,_0x3a29d2);}}),CodeceptJS[_0x4d06a7(0x24b)][_0x4d06a7(0x1ef)]['on'](CodeceptJS['event'][_0x4d06a7(0x1af)][_0x4d06a7(0x205)],async(_0xc82704,_0xf092a4)=>{const _0x3748ae=_0x4d06a7;PerformanceTester['start'](PerformanceHookEvents[_0x3748ae(0x1c8)]);try{const _0x235de3=_0xc82704[_0x3748ae(0x1d6)][_0x3748ae(0x252)],_0x512243=_0x356489[_0x3748ae(0x1dc)](TEST_EVENTS[_0x3748ae(0x1ed)],_0x235de3,_0xf092a4);CodeceptRecorder[_0x3748ae(0x24a)](()=>_0x356489['fireEvent'](TEST_EVENTS[_0x3748ae(0x1ed)],_0x512243));const _0x1ebead={};_0x1ebead[_0x3748ae(0x1a7)]=_0x19b7d1['woaNR'],PerformanceTester['start'](PerformanceHookEvents[_0x3748ae(0x1c8)],!![],null,_0x1ebead);}catch(_0x529697){PerformanceTester[_0x3748ae(0x213)](_0x529697);const _0x51f4b2={};_0x51f4b2[_0x3748ae(0x1a7)]=_0x19b7d1['woaNR'],PerformanceTester[_0x3748ae(0x270)](PerformanceHookEvents[_0x3748ae(0x1c8)],![],_0x529697,_0x51f4b2);}const _0x171ea3={};_0x171ea3[_0x3748ae(0x1a7)]=_0x19b7d1[_0x3748ae(0x1a2)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x171ea3);}),CodeceptJS['event'][_0x4d06a7(0x1ef)]['on'](CodeceptJS[_0x4d06a7(0x24b)][_0x4d06a7(0x252)]['before'],_0x4733fb=>{const _0xd23f65=_0x4d06a7;PerformanceTester[_0xd23f65(0x279)](PerformanceHookEvents['SDK_HOOK']);try{globals[_0xd23f65(0x212)](_0x19b7d1[_0xd23f65(0x1fd)],_0x4733fb['title']);_0x19b7d1[_0xd23f65(0x1a4)](isBrowserstackInfra)&&(_0xa7b596&&(global[_0xd23f65(0x275)]={'currentTest':{'name':_0x4733fb[_0xd23f65(0x247)],'testInfo':{'titlePath':_0x4733fb[_0xd23f65(0x233)]()}}}));const _0x137162={};_0x137162[_0xd23f65(0x1a7)]=_0x19b7d1[_0xd23f65(0x277)],PerformanceTester['end'](PerformanceHookEvents[_0xd23f65(0x1c8)],!![],null,_0x137162);}catch(_0x2a3d83){PerformanceTester[_0xd23f65(0x213)](_0x2a3d83);const _0x588a2f={};_0x588a2f['hookType']=_0x19b7d1[_0xd23f65(0x277)],PerformanceTester['end'](PerformanceHookEvents[_0xd23f65(0x1c8)],![],_0x2a3d83,_0x588a2f);}}),CodeceptJS[_0x4d06a7(0x24b)][_0x4d06a7(0x1ef)]['on'](CodeceptJS['event']['test'][_0x4d06a7(0x1a5)],_0x572064=>{const _0x563f0c=_0x4d06a7,_0x5b7aa8={'nEEjP':function(_0x54f487){const _0x35c93b=a1_0x6227;return _0x19b7d1[_0x35c93b(0x239)](_0x54f487);},'OZldB':function(_0x5b02a6,_0x1ade43){const _0x91938b=a1_0x6227;return _0x19b7d1[_0x91938b(0x20a)](_0x5b02a6,_0x1ade43);},'JjhrN':function(_0x51bacb,_0x2b1cbb,_0x12b507){return _0x19b7d1['gcSYY'](_0x51bacb,_0x2b1cbb,_0x12b507);}};PerformanceTester[_0x563f0c(0x279)](PerformanceHookEvents[_0x563f0c(0x1c8)]);try{globals[_0x563f0c(0x212)](_0x19b7d1['ogeHw'],_0x572064['title']);const _0x41dabe=_0x356489['captureEvent'](TEST_EVENTS[_0x563f0c(0x1b7)],_0x572064);CodeceptRecorder[_0x563f0c(0x24a)](()=>_0x356489[_0x563f0c(0x21d)](TEST_EVENTS['TEST_RUN_STARTED'],_0x41dabe)),CodeceptRecorder[_0x563f0c(0x24a)](async()=>{const _0x4c98ab=_0x563f0c;_0x5b7aa8[_0x4c98ab(0x206)](isBrowserstackInfra)&&(!_0x5b7aa8[_0x4c98ab(0x227)](isTrue,_0x47f975['skipSessionName'])&&await _0x5b7aa8['JjhrN'](markSessionName,_0x3c5a9e,_0x572064[_0x4c98ab(0x247)]),_0x356489[_0x4c98ab(0x22f)]&&await _0x5b7aa8[_0x4c98ab(0x227)](o11ySync,_0x3c5a9e));});}catch(_0x2b9853){const _0x3b0dcd={};_0x3b0dcd[_0x563f0c(0x1a7)]=_0x19b7d1[_0x563f0c(0x1e9)],PerformanceTester[_0x563f0c(0x270)](PerformanceHookEvents[_0x563f0c(0x1c8)],![],_0x2b9853,_0x3b0dcd),PerformanceTester['captureError'](_0x2b9853);}const _0x541ff5={};_0x541ff5[_0x563f0c(0x1a7)]=_0x19b7d1['nYTxx'],PerformanceTester[_0x563f0c(0x270)](PerformanceHookEvents[_0x563f0c(0x1c8)],!![],null,_0x541ff5);}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x4d06a7(0x24b)][_0x4d06a7(0x252)][_0x4d06a7(0x232)],_0x7eec53=>{const _0x4fb44a=_0x4d06a7;PerformanceTester[_0x4fb44a(0x279)](PerformanceHookEvents[_0x4fb44a(0x1c8)]);try{const _0x7ce716=_0x356489[_0x4fb44a(0x1dc)](TEST_EVENTS[_0x4fb44a(0x1e4)],_0x7eec53);CodeceptRecorder[_0x4fb44a(0x24a)](()=>_0x356489[_0x4fb44a(0x21d)](TEST_EVENTS[_0x4fb44a(0x1e4)],_0x7ce716)),CodeceptRecorder[_0x4fb44a(0x24a)](async()=>{const _0x5f4ec5=_0x4fb44a,_0x275106={'zgagr':function(_0x4186a5,_0x645fc5,_0xb0ae4e){const _0x286f82=a1_0x6227;return _0x19b7d1[_0x286f82(0x24f)](_0x4186a5,_0x645fc5,_0xb0ae4e);},'RxKTJ':function(_0x22dca2,_0x4cc73e,_0x60d20a){const _0x4a64df=a1_0x6227;return _0x19b7d1[_0x4a64df(0x27b)](_0x22dca2,_0x4cc73e,_0x60d20a);}};_0x19b7d1[_0x5f4ec5(0x239)](isBrowserstackInfra)&&await PerformanceTester[_0x5f4ec5(0x283)](PerformanceAutEvents[_0x5f4ec5(0x1d2)],async()=>{const _0x1e1da2=_0x5f4ec5;_0xa7b596?await _0x275106[_0x1e1da2(0x215)](playwrightMarkSessionStatus,_0x3c5a9e,STATE_PASSED):await _0x275106[_0x1e1da2(0x1d4)](markSessionStatus,_0x3c5a9e,STATE_PASSED);})();}),PerformanceTester[_0x4fb44a(0x270)](PerformanceEvents['SDK_TEST']);}catch(_0x31d08c){PerformanceTester[_0x4fb44a(0x213)](_0x31d08c);const _0x66a03a={};_0x66a03a['hookType']=_0x19b7d1[_0x4fb44a(0x1d0)],PerformanceTester[_0x4fb44a(0x270)](PerformanceHookEvents['SDK_HOOK'],![],_0x31d08c,_0x66a03a),PerformanceTester[_0x4fb44a(0x270)](PerformanceEvents[_0x4fb44a(0x297)],![],_0x31d08c);}const _0x515ce3={};_0x515ce3['hookType']=_0x19b7d1['IqMIz'],PerformanceTester[_0x4fb44a(0x270)](PerformanceHookEvents[_0x4fb44a(0x1c8)],!![],null,_0x515ce3);}),CodeceptJS[_0x4d06a7(0x24b)]['dispatcher']['on'](CodeceptJS[_0x4d06a7(0x24b)][_0x4d06a7(0x252)]['failed'],(_0x235c9e,_0x354b54)=>{const _0x3f92cb=_0x4d06a7;PerformanceTester[_0x3f92cb(0x279)](PerformanceHookEvents[_0x3f92cb(0x1c8)]);try{if(_0x19b7d1[_0x3f92cb(0x1c2)](_0x235c9e[_0x3f92cb(0x1f1)][_0x3f92cb(0x20c)],_0x19b7d1[_0x3f92cb(0x27c)])){const _0x269b94=_0x356489['captureEvent'](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x235c9e[_0x3f92cb(0x1d6)][_0x3f92cb(0x23f)]);CodeceptRecorder[_0x3f92cb(0x24a)](()=>_0x356489[_0x3f92cb(0x21d)](TEST_EVENTS[_0x3f92cb(0x1e8)],_0x269b94));}else{const _0x20b1b5=_0x356489[_0x3f92cb(0x1dc)](TEST_EVENTS[_0x3f92cb(0x1e4)],_0x235c9e,_0x354b54);CodeceptRecorder['add'](()=>{const _0x7e7bfc=_0x3f92cb;try{_0x356489['fireEvent'](TEST_EVENTS[_0x7e7bfc(0x1e4)],_0x20b1b5);}catch(_0x36c8a4){logger[_0x7e7bfc(0x28c)](_0x7e7bfc(0x1a3)+util[_0x7e7bfc(0x1df)](_0x36c8a4)),PerformanceTester[_0x7e7bfc(0x270)](PerformanceEvents[_0x7e7bfc(0x297)],![],_0x36c8a4);}}),CodeceptRecorder[_0x3f92cb(0x24a)](async()=>{const _0x43c012=_0x3f92cb;try{_0x19b7d1[_0x43c012(0x1a4)](isBrowserstackInfra)&&(_0xa7b596?await _0x19b7d1[_0x43c012(0x191)](playwrightMarkSessionStatus,_0x3c5a9e,STATE_FAILED,_0x354b54):await _0x19b7d1['nhGGl'](markSessionStatus,_0x3c5a9e,STATE_FAILED,_0x354b54));}catch(_0x116286){logger[_0x43c012(0x28c)](_0x43c012(0x1fa)+util[_0x43c012(0x1df)](_0x116286)),PerformanceTester[_0x43c012(0x270)](PerformanceEvents[_0x43c012(0x297)],![],_0x116286);}});}PerformanceTester[_0x3f92cb(0x270)](PerformanceEvents['SDK_TEST']);}catch(_0xdf3183){PerformanceTester[_0x3f92cb(0x213)](_0xdf3183);const _0x143960={};_0x143960[_0x3f92cb(0x1a7)]=_0x19b7d1['YNoPO'],PerformanceTester[_0x3f92cb(0x270)](PerformanceHookEvents[_0x3f92cb(0x1c8)],![],_0xdf3183,_0x143960),PerformanceTester[_0x3f92cb(0x270)](PerformanceEvents['SDK_TEST'],![],_0xdf3183);}const _0x345d5f={};_0x345d5f[_0x3f92cb(0x1a7)]=_0x19b7d1[_0x3f92cb(0x26c)],PerformanceTester[_0x3f92cb(0x270)](PerformanceHookEvents[_0x3f92cb(0x1c8)],!![],null,_0x345d5f);}),CodeceptJS['event'][_0x4d06a7(0x1ef)]['on'](CodeceptJS['event']['test'][_0x4d06a7(0x1d7)],_0x59ab7f=>{const _0x18d073=_0x4d06a7;PerformanceTester[_0x18d073(0x279)](PerformanceHookEvents[_0x18d073(0x1c8)]);try{const _0x29ebd3=_0x356489[_0x18d073(0x1dc)](TEST_EVENTS[_0x18d073(0x1e8)],_0x59ab7f);CodeceptRecorder[_0x18d073(0x24a)](()=>_0x356489[_0x18d073(0x21d)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x29ebd3)),PerformanceTester[_0x18d073(0x270)](PerformanceEvents[_0x18d073(0x297)]);}catch(_0x50c9a9){PerformanceTester[_0x18d073(0x213)](_0x50c9a9),PerformanceTester[_0x18d073(0x270)](PerformanceEvents[_0x18d073(0x297)],![],_0x50c9a9);const _0x51f213={};_0x51f213[_0x18d073(0x1a7)]=_0x19b7d1[_0x18d073(0x249)],PerformanceTester['end'](PerformanceHookEvents[_0x18d073(0x1c8)],![],_0x50c9a9,_0x51f213);}const _0x3288f9={};_0x3288f9[_0x18d073(0x1a7)]=_0x19b7d1[_0x18d073(0x249)],PerformanceTester[_0x18d073(0x270)](PerformanceHookEvents[_0x18d073(0x1c8)],!![],null,_0x3288f9);}),CodeceptJS[_0x4d06a7(0x24b)]['dispatcher']['on'](CodeceptJS[_0x4d06a7(0x24b)]['test'][_0x4d06a7(0x1c4)],async(_0x2f25fd,_0x3de2e8)=>{const _0x3bf391=_0x4d06a7;try{PerformanceTester[_0x3bf391(0x279)](PerformanceHookEvents[_0x3bf391(0x1c8)]);const _0x4f282a=_0x19b7d1[_0x3bf391(0x19d)](shouldScanTestForAccessibility,_0x2f25fd[_0x3bf391(0x233)](),!![]);if(_0x19b7d1[_0x3bf391(0x1ea)](isAccessibilityAutomationSession)&&global[_0x3bf391(0x291)]&&_0x4f282a){const _0x196c7c={};_0x196c7c[_0x3bf391(0x1b5)]=_0x2f25fd['testAnalyticsId'],_0x196c7c[_0x3bf391(0x257)]=process[_0x3bf391(0x20d)][testHubConstants[_0x3bf391(0x204)]['BROWSERSTACK_TESTHUB_UUID']],_0x196c7c[_0x3bf391(0x27a)]=process[_0x3bf391(0x20d)][testHubConstants['ENV_VAR'][_0x3bf391(0x294)]];const _0x509799=_0x196c7c;logger[_0x3bf391(0x28c)](_0x3bf391(0x289)+JSON[_0x3bf391(0x296)](_0x509799)),CodeceptRecorder['add'](async()=>{const _0x4fceb6=_0x3bf391,_0x3ae3ec={};_0x3ae3ec[_0x4fceb6(0x1e2)]=_0x19b7d1[_0x4fceb6(0x295)],await PerformanceTester[_0x4fceb6(0x283)](PerformanceA11yEvents[_0x4fceb6(0x274)],async()=>{await AccessibilityHelper['browserStackExecuteDriver'](_0x3c5a9e,scripts['performScan']);},_0x3ae3ec)(),globals[_0x4fceb6(0x1b3)](_0x19b7d1[_0x4fceb6(0x261)])&&(_0x509799[_0x4fceb6(0x26e)]=!![]),await PerformanceTester['measureWrapper'](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x4136b6=_0x4fceb6;await AccessibilityHelper[_0x4136b6(0x263)](_0x3c5a9e,scripts[_0x4136b6(0x21f)],_0x509799);})();}),logger['info'](_0x19b7d1[_0x3bf391(0x238)]);}const _0xad3e54={};_0xad3e54['hookType']=_0x19b7d1['ZzpGS'],PerformanceTester[_0x3bf391(0x270)](PerformanceHookEvents[_0x3bf391(0x1c8)],!![],null,_0xad3e54);}catch(_0x1f6d04){PerformanceTester[_0x3bf391(0x213)](_0x1f6d04);const _0xaa0c6={};_0xaa0c6['hookType']=_0x19b7d1['ZzpGS'],PerformanceTester['end'](PerformanceHookEvents[_0x3bf391(0x1c8)],![],_0x1f6d04,_0xaa0c6);}}),CodeceptJS[_0x4d06a7(0x24b)][_0x4d06a7(0x1ef)]['on'](CodeceptJS[_0x4d06a7(0x24b)][_0x4d06a7(0x28b)]['comment'],_0x3b6a84=>{const _0x355df2=_0x4d06a7;PerformanceTester[_0x355df2(0x279)](PerformanceHookEvents['SDK_HOOK']);try{process[_0x355df2(0x1bb)](_0x355df2(0x1f2)+process['pid'],{'timestamp':new Date()[_0x355df2(0x201)](),'level':_0x19b7d1[_0x355df2(0x207)],'message':_0x3b6a84,'kind':_0x19b7d1[_0x355df2(0x1cd)],'http_response':{}});}catch(_0x2d7a4f){PerformanceTester['captureError'](_0x2d7a4f);const _0x28b977={};_0x28b977['hookType']=_0x19b7d1[_0x355df2(0x1bc)],PerformanceTester[_0x355df2(0x270)](PerformanceHookEvents[_0x355df2(0x1c8)],![],_0x2d7a4f,_0x28b977);}const _0xc2f587={};_0xc2f587[_0x355df2(0x1a7)]=_0x19b7d1[_0x355df2(0x1bc)],PerformanceTester['end'](PerformanceHookEvents[_0x355df2(0x1c8)],!![],null,_0xc2f587);}),CodeceptJS[_0x4d06a7(0x24b)]['dispatcher']['on'](CodeceptJS['event'][_0x4d06a7(0x1fc)][_0x4d06a7(0x282)],_0x59bae6=>{const _0x38c61f=_0x4d06a7,_0x1138ba={};_0x1138ba[_0x38c61f(0x1a7)]=_0x19b7d1[_0x38c61f(0x1f4)],PerformanceTester[_0x38c61f(0x283)](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x453668=_0x38c61f;_0x356489[_0x453668(0x264)](_0x59bae6);},_0x1138ba)();}),CodeceptJS[_0x4d06a7(0x24b)]['dispatcher']['on'](CodeceptJS['event'][_0x4d06a7(0x1fc)][_0x4d06a7(0x1c4)],_0x142781=>{const _0x5e19ea=_0x4d06a7,_0x229da4={};_0x229da4['hookType']=_0x19b7d1[_0x5e19ea(0x199)],PerformanceTester[_0x5e19ea(0x283)](PerformanceHookEvents[_0x5e19ea(0x1c8)],()=>{const _0x5f50d1=_0x5e19ea;_0x356489[_0x5f50d1(0x273)](_0x142781);},_0x229da4)();});};
1
+ const a1_0x5554ea=a1_0x55fb;(function(_0x37c010,_0x2c39bc){const _0x1ba887=a1_0x55fb,_0x552ade=_0x37c010();while(!![]){try{const _0x54c703=parseInt(_0x1ba887(0x1bc))/0x1*(parseInt(_0x1ba887(0x171))/0x2)+-parseInt(_0x1ba887(0x11e))/0x3*(parseInt(_0x1ba887(0x127))/0x4)+-parseInt(_0x1ba887(0x1ac))/0x5*(-parseInt(_0x1ba887(0x189))/0x6)+parseInt(_0x1ba887(0x113))/0x7*(parseInt(_0x1ba887(0x142))/0x8)+parseInt(_0x1ba887(0x135))/0x9+parseInt(_0x1ba887(0x1ad))/0xa+-parseInt(_0x1ba887(0xe2))/0xb;if(_0x54c703===_0x2c39bc)break;else _0x552ade['push'](_0x552ade['shift']());}catch(_0x5e36fd){_0x552ade['push'](_0x552ade['shift']());}}}(a1_0x50a3,0x26756));const fs=require('fs'),util=require('util'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x5554ea(0x1a3)),logger=require(a1_0x5554ea(0x133))['winstonLogger'],testOpsHelper=require(a1_0x5554ea(0x160)),requestSpy=require(a1_0x5554ea(0xf2)),PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x5554ea(0x1b3)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),AccessibilityHelper=require(a1_0x5554ea(0x10c)),scripts=require(a1_0x5554ea(0x143)),PerformanceTester=require('../../helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x5554ea(0x193)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x5554ea(0x188)),testHubConstants=require(a1_0x5554ea(0xe6)),globals=require('../../helpers/globals.js'),CodeceptJS=requireModule(a1_0x5554ea(0xd4),a1_0x5554ea(0xce)),CodeceptUtils=requireModule(a1_0x5554ea(0xeb),'codeceptjs'),CodeceptWebDriver=requireModule('codeceptjs/lib/helper/WebDriver.js',a1_0x5554ea(0xce)),CodeceptRecorder=requireModule(a1_0x5554ea(0xd8),a1_0x5554ea(0xce)),CodeceptPlaywright=requireModule(a1_0x5554ea(0x19d),'codeceptjs'),playwrightMarkSessionStatus=(_0x1e13f8,_0x3408b8,_0x54285e)=>{const _0x4a66b1=a1_0x5554ea,_0x3da4a0={'uIvvW':_0x4a66b1(0xf7),'KvUci':function(_0x33eb2e,_0x3b5be0){return _0x33eb2e(_0x3b5be0);}},_0x3f2ae7={};_0x3f2ae7[_0x4a66b1(0x1b2)]=_0x3408b8;const _0x48f6f5={};_0x48f6f5['action']=_0x3da4a0[_0x4a66b1(0x1b6)],_0x48f6f5[_0x4a66b1(0x141)]=_0x3f2ae7;const _0x3a57e5=_0x48f6f5;return!_0x3da4a0['KvUci'](isUndefined,_0x54285e)&&(_0x3a57e5[_0x4a66b1(0x141)][_0x4a66b1(0x1c9)]=JSON[_0x4a66b1(0x10a)](_0x54285e)),_0x1e13f8[_0x4a66b1(0xd9)](()=>{},_0x4a66b1(0x1c3)+JSON[_0x4a66b1(0x10a)](_0x3a57e5));},o11ySync=PerformanceTester['measureWrapper'](PerformanceO11yEvents[a1_0x5554ea(0x185)],async _0x487221=>{const _0x12f1a5=a1_0x5554ea,_0x35080b={};_0x35080b[_0x12f1a5(0x1b1)]=function(_0x413f7c,_0x2a6882){return _0x413f7c===_0x2a6882;},_0x35080b[_0x12f1a5(0x1ae)]=_0x12f1a5(0x15c);const _0x59ec40=_0x35080b;_0x59ec40['HGdJo'](_0x487221[_0x12f1a5(0x116)]['name'],_0x59ec40['MipDN'])?await _0x487221['executeScript'](_0x1ddd03=>{},testOpsHelper['getSyncScript']()):await _0x487221[_0x12f1a5(0xd9)](testOpsHelper[_0x12f1a5(0xed)]());}),markSessionName=PerformanceTester[a1_0x5554ea(0xea)](PerformanceAutEvents[a1_0x5554ea(0x1aa)],async(_0x1232e2,_0x172313)=>{const _0xd2f033=a1_0x5554ea,_0x52a753={};_0x52a753['yWEfS']=_0xd2f033(0x12c),_0x52a753[_0xd2f033(0xe8)]=function(_0xf65764,_0x57f75c){return _0xf65764===_0x57f75c;},_0x52a753['mcPNX']=_0xd2f033(0x15c);const _0x537f1e=_0x52a753,_0xb1b1d1={};_0xb1b1d1[_0xd2f033(0x10d)]=_0x172313;const _0x4900c1={};_0x4900c1[_0xd2f033(0xe4)]=_0x537f1e[_0xd2f033(0x17c)],_0x4900c1[_0xd2f033(0x141)]=_0xb1b1d1;const _0x3afbd9=_0x4900c1;_0x537f1e[_0xd2f033(0xe8)](_0x1232e2[_0xd2f033(0x116)][_0xd2f033(0x10d)],_0x537f1e[_0xd2f033(0x19e)])?await _0x1232e2[_0xd2f033(0xd9)](()=>{},_0xd2f033(0x1c3)+JSON[_0xd2f033(0x10a)](_0x3afbd9)):await _0x1232e2[_0xd2f033(0xd9)](_0xd2f033(0x1c3)+JSON[_0xd2f033(0x10a)](_0x3afbd9));}),patchSaveScreenshot=_0x197497=>{const _0x3185e1=a1_0x5554ea,_0x1fbd04={'Pldkf':_0x3185e1(0x161),'OlrXG':_0x3185e1(0x1c6),'WPAch':function(_0x6b782e){return _0x6b782e();},'FQzfH':function(_0x485480,_0x34ca62){return _0x485480(_0x34ca62);},'mKaKD':_0x3185e1(0x16a),'FmoTe':function(_0x29f137,_0x1cb0bc){return _0x29f137(_0x1cb0bc);}};_0x1fbd04[_0x3185e1(0x1a7)](isTrue,process[_0x3185e1(0x1ab)]['BS_TESTOPS_ALLOW_SCREENSHOTS'])&&!_0x197497[_0x3185e1(0x139)]&&(_0x197497[_0x3185e1(0x139)]=!![],_0x197497['initSaveScreenshot']=_0x197497[_0x3185e1(0x17d)],_0x197497[_0x3185e1(0x17d)]=(_0x90b6ba,_0x265958=![])=>{const _0x3589b6=_0x3185e1,_0x11aa84={'Ahjgb':_0x1fbd04[_0x3589b6(0x111)],'TGzXy':_0x1fbd04[_0x3589b6(0xf6)],'ecSkE':function(_0x754367){return _0x1fbd04['WPAch'](_0x754367);},'lByVJ':function(_0xcaf2d2,_0x1bf1d4){return _0x1fbd04['FQzfH'](_0xcaf2d2,_0x1bf1d4);},'Uaimf':_0x1fbd04[_0x3589b6(0xdc)]};return new Promise(function(_0x18a86b,_0x3db0e4){const _0x56e224=_0x3589b6;_0x197497[_0x56e224(0x14f)](_0x90b6ba,_0x265958)[_0x56e224(0x146)](()=>{const _0x4cac0a=_0x56e224,_0x46a3da=CodeceptUtils['screenshotOutputFolder'](_0x90b6ba);if(_0x46a3da){const _0x308836=fs['readFileSync'](_0x46a3da);process[_0x4cac0a(0x145)](_0x4cac0a(0x151)+process[_0x4cac0a(0x197)],{'timestamp':new Date()[_0x4cac0a(0x19b)](),'message':_0x308836[_0x4cac0a(0x18a)](_0x11aa84[_0x4cac0a(0x107)]),'kind':_0x11aa84[_0x4cac0a(0x13d)]}),_0x11aa84[_0x4cac0a(0x155)](_0x18a86b);}_0x11aa84[_0x4cac0a(0x109)](_0x3db0e4,new Error(_0x11aa84[_0x4cac0a(0x11c)]));})[_0x56e224(0x163)](()=>null);});});},patchWebDriverBefore=_0x5a2a40=>{const _0x7d8df9=a1_0x5554ea,_0x7ce34f={'Kevuj':function(_0x5a0dad){return _0x5a0dad();},'bSkdX':function(_0x1eebd7,_0x5c6bbf){return _0x1eebd7(_0x5c6bbf);},'oaCqJ':function(_0x5e13a6,_0x351932){return _0x5e13a6===_0x351932;},'TCGuh':'webdriverio','HsnyM':_0x7d8df9(0xf9),'RtzsF':function(_0xb3c54d,_0x2796d4){return _0xb3c54d===_0x2796d4;},'JxLRr':'Element','MeZVn':function(_0x148b39,_0x3dbc8a){return _0x148b39(_0x3dbc8a);}},_0x15f0cc=async function(_0x4dcb1e,_0x2ae8d3){const _0x4b6bcd=_0x7d8df9;_0x7ce34f[_0x4b6bcd(0x132)](isAccessibilityAutomationSession)&&!global[_0x4b6bcd(0x1bd)]&&global[_0x4b6bcd(0x191)]&&scripts[_0x4b6bcd(0xe5)](_0x4dcb1e['name'])&&_0x7ce34f[_0x4b6bcd(0xd3)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x4b6bcd(0x1bd)]=!![],await PerformanceTester[_0x4b6bcd(0xea)](PerformanceA11yEvents[_0x4b6bcd(0x138)],async()=>{const _0x5e36ab=_0x4b6bcd;logger[_0x5e36ab(0x194)](_0x5e36ab(0x173)+_0x4dcb1e[_0x5e36ab(0x126)]+'\x20'+_0x4dcb1e['name']),await AccessibilityHelper['browserStackExecuteDriver'](_0x5a2a40,scripts[_0x5e36ab(0x106)]);},{'command':_0x4dcb1e['name']})());global[_0x4b6bcd(0x1bd)]=![];const _0x49bc1f=JSON['parse'](process[_0x4b6bcd(0x1ab)]['FRAMEWORK_DETAILS']||'{}');if(_0x7ce34f[_0x4b6bcd(0xd5)](_0x49bc1f?.[_0x4b6bcd(0xf3)]?.[_0x4b6bcd(0x10d)],_0x7ce34f[_0x4b6bcd(0x15a)])&&_0x7ce34f[_0x4b6bcd(0xd5)](typeof _0x49bc1f?.['testFramework']?.['version'],_0x7ce34f[_0x4b6bcd(0x183)])&&_0x49bc1f?.[_0x4b6bcd(0xf3)]?.[_0x4b6bcd(0xe7)]['startsWith']('7'))return _0x2ae8d3[_0x4b6bcd(0x12f)](null,Array[_0x4b6bcd(0x15d)][_0x4b6bcd(0x11b)]['call'](arguments,0x2));return _0x2ae8d3[_0x4b6bcd(0x12f)](this,Array[_0x4b6bcd(0x15d)]['slice'][_0x4b6bcd(0x17e)](arguments,0x2));},_0x5691d4=CodeceptWebDriver['prototype'][_0x7d8df9(0x176)];CodeceptWebDriver[_0x7d8df9(0x15d)]['_before']=async function(){const _0x20dd3c=_0x7d8df9,_0x2efaaf={'ecTlq':function(_0x21fc61,_0x54b985){return _0x7ce34f['RtzsF'](_0x21fc61,_0x54b985);},'OdEci':_0x7ce34f[_0x20dd3c(0xf4)]};try{await _0x5691d4[_0x20dd3c(0x12f)](this,arguments);}catch(_0x5f51db){logger[_0x20dd3c(0x194)](_0x20dd3c(0x196)+util[_0x20dd3c(0x1be)](_0x5f51db));}scripts[_0x20dd3c(0x16b)][_0x20dd3c(0x1c2)](_0x32a9a7=>_0x32a9a7['name']&&_0x32a9a7[_0x20dd3c(0x126)])[_0x20dd3c(0x164)](_0x3e9b86=>{const _0x3ae5b7=_0x20dd3c;this[_0x3ae5b7(0x1c4)]['overwriteCommand'](_0x3e9b86[_0x3ae5b7(0x10d)],_0x15f0cc[_0x3ae5b7(0x174)](this,_0x3e9b86),_0x2efaaf[_0x3ae5b7(0x1a0)](_0x3e9b86[_0x3ae5b7(0x126)],_0x2efaaf[_0x3ae5b7(0xf8)]));}),_0x7ce34f[_0x20dd3c(0xfe)](processWebDriverConfig,_0x5a2a40);};};function a1_0x50a3(){const _0x8d6361=['startsWith','OHhQX','SDK_PRE_TEST','passed','SDK_PRE_INITIALIZE','UZUiz','aYwTp','parse','initSaveScreenshot','started','bs:addLog:','patch','a11y_core_config','WeAhs','ecSkE','jRAgR','oPNSU','__skipSessionStatus','test-failed','TCGuh','stopMonitoring','Playwright','prototype','\x0aStack:\x20','from','../../helpers/test-observability/utils','base64','Puppeteer','catch','forEach','_setPage','SDK_POST_INITIALIZE','MkpLn','end','BROWSERSTACK_TESTHUB_JWT','Screenshot\x20path\x20not\x20found','commandsToWrap','QRnlv','nNuwP','mhiUz','jRwPS','start','4UjmKzq','GET_RESULTS','Performing\x20scan\x20for\x20','bind','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','_before','sWrEO','helpers','ONfPg','test-passed','VVpnH','yWEfS','saveScreenshot','call','QDXeK','find','hookType','command','HsnyM','bddStepFinish','SYNC','captureError','bddStep','./helper.js','72546FMAONV','toString','title','bddStep-before','TEST_RUN_SKIPPED','TEST_RUN_FINISHED','SDK_POST_TEST','domForge','accessibilityPlatform','KOGBN','../../helpers/performance/constants','debug','getAccessibilityResults','Failed\x20to\x20execute\x20_before:\x20','pid','YVRZF','VMzUk','GASID','toISOString','Suite','codeceptjs/lib/helper/Playwright.js','mcPNX','setGlobal','ecTlq','INFO','EoKST','../../helpers/helper','HOOK_RUN_STARTED','JWWkz','url','FmoTe','getResultsSummary','SDK_TEST','SESSION_NAME','env','95oQlYtF','679990NMUhhu','MipDN','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','wZtYL','HGdJo','status','./o11yHelper','bddStepStart','SDK_HOOK','uIvvW','chromium','test-started','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','browserStackExecuteDriver','--auto-open-devtools-for-tabs','64204LvsoWK','bstackAllyScanning','format','exports','DcXIx','KJnWf','filter','browserstack_executor:\x20','browser','devtools://','TEST_SCREENSHOT','EEJDi','message','reason','TestCafe','codeceptjs','test','XZFLp','warn','UGxni','bSkdX','codeceptjs/lib/index.js','oaCqJ','cgMYq','SAPLI','codeceptjs/lib/recorder.js','executeScript','getAccessibilityResultsSummary','Kaykj','mKaKD','addRequestSpy','__workerDetails','push','add','all','3293455eoMSEl','bddStep-after','action','shouldWrapCommand','../../helpers/testhub/constants.js','version','rNDoL','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','measureWrapper','codeceptjs/lib/utils.js','captureEvent','getSyncScript','container','before','step-comment','__driver','../../helpers/request-spy','testFramework','JxLRr','vSdsS','OlrXG','setSessionStatus','OdEci','string','args','DyIwO','hook-passed','TSJUN','MeZVn','skipSessionStatus','qRZQH','ctx','skipSessionName','test-before','after','UMjBR','performScan','Ahjgb','thJwtToken','lByVJ','stringify','BS_A11Y_JWT','../../bin/playwright/accessibility-helper','name','TEST_RUN_STARTED','pages','JwZRT','Pldkf','config','7RUoxwo','ENV_VAR','page','constructor','thTestRunUuid','Xmqxz','split','stack','slice','Uaimf','mOGBH','195BuvXNQ','hook','iNgII','dOUUO','fireEvent','WIdHj','hCUkG','browserContext','class','3568UyEyAi','contexts','dispatcher','hook-failed','failed','setSessionName','restore','WebDriver','apply','testAnalyticsId','enabled','Kevuj','../../helpers/logger','SESSION_STATUS','657459zQbZHj','hoZTD','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','PERFORM_SCAN','patchSaveScreenshot','isMobilePlatform','NpGWT','event','TGzXy','step','FsMha','HOOK_RUN_FINISHED','arguments','125792wANPqm','../../helpers/accessibility-automation/scripts','bxJXm','emit','then'];a1_0x50a3=function(){return _0x8d6361;};return a1_0x50a3();}function parseJwt(_0x16b2d0){const _0x154b5b=a1_0x5554ea,_0x37672b={};_0x37672b['wzaDQ']=_0x154b5b(0x161);const _0x537de5=_0x37672b;if(!_0x16b2d0)return null;return JSON[_0x154b5b(0x14e)](Buffer[_0x154b5b(0x15f)](_0x16b2d0[_0x154b5b(0x119)]('.')[0x1],_0x537de5['wzaDQ'])['toString']());}const patchPlaywrightBefore=()=>{const _0x3aa41c=a1_0x5554ea,_0x9a0deb={'hoZTD':function(_0x2d1424){return _0x2d1424();},'FsMha':_0x3aa41c(0x1c5),'jRwPS':_0x3aa41c(0x1bb),'UZUiz':function(_0x2af5df,_0x3c0940){return _0x2af5df(_0x3c0940);},'DcXIx':function(_0x3f9ea0,_0x2aaf7){return _0x3f9ea0+_0x2aaf7;},'QRnlv':_0x3aa41c(0x15e)};PlaywrightSessionDetails[_0x3aa41c(0x152)]();const _0x171d45=CodeceptPlaywright[_0x3aa41c(0x15d)][_0x3aa41c(0x176)];CodeceptPlaywright[_0x3aa41c(0x15d)][_0x3aa41c(0x176)]=async function(){const _0x22af87=_0x3aa41c,_0x29430e={'hCUkG':function(_0x54ceec){return _0x9a0deb['hoZTD'](_0x54ceec);},'jRAgR':_0x9a0deb[_0x22af87(0x13f)],'DyIwO':_0x9a0deb[_0x22af87(0x16f)],'sWrEO':function(_0x57d6e1,_0x15e0d8){const _0xe9a567=_0x22af87;return _0x9a0deb[_0xe9a567(0x14c)](_0x57d6e1,_0x15e0d8);},'vSdsS':function(_0x31a527){return _0x9a0deb['hoZTD'](_0x31a527);},'SAPLI':function(_0x35a692,_0x40202d){const _0x4f08e7=_0x22af87;return _0x9a0deb[_0x4f08e7(0x1c0)](_0x35a692,_0x40202d);},'VMzUk':_0x9a0deb[_0x22af87(0x16c)]};this[_0x22af87(0x125)]=await this[_0x22af87(0x1c4)][_0x22af87(0x128)]()[0x0];const _0x47b2f0=async()=>{const _0x499d45=_0x22af87,_0xfdd39f=this[_0x499d45(0x112)]&&this['config']['chromium']&&this[_0x499d45(0x112)][_0x499d45(0x1b7)]['args']&&Array['isArray'](this['config'][_0x499d45(0x1b7)][_0x499d45(0xfa)])&&this[_0x499d45(0x112)][_0x499d45(0x1b7)][_0x499d45(0xfa)]['includes'](_0x29430e[_0x499d45(0xfb)]);if(_0x29430e[_0x499d45(0x124)](isAccessibilityAutomationSession)&&!_0xfdd39f)try{const _0x2021a1=_0x29430e[_0x499d45(0x177)](parseJwt,process[_0x499d45(0x1ab)][_0x499d45(0x10b)]);if(_0x2021a1&&_0x2021a1[_0x499d45(0x153)]&&_0x2021a1['a11y_core_config'][_0x499d45(0x190)]){const _0x2131b0=this[_0x499d45(0x125)]['pages'][_0x499d45(0x174)](this[_0x499d45(0x125)]);this[_0x499d45(0x125)]['pages']=async function(){const _0x522aae=_0x499d45,_0x540a51=await _0x29430e['hCUkG'](_0x2131b0),_0x5406c8=[];for(const _0x36684d of _0x540a51){try{const _0x3130b7=await _0x36684d[_0x522aae(0x1a6)]();!_0x3130b7[_0x522aae(0x147)](_0x29430e[_0x522aae(0x156)])&&_0x5406c8[_0x522aae(0xdf)](_0x36684d);}catch(_0x469c7e){_0x5406c8[_0x522aae(0xdf)](_0x36684d);}}return _0x5406c8;};}if(!_0x29430e[_0x499d45(0xf5)](isBrowserstackInfra)){const _0x572e40=await this[_0x499d45(0x115)][_0x499d45(0x1a6)]();if(_0x572e40['startsWith'](_0x29430e[_0x499d45(0x156)])){const _0x4b0a60=await this[_0x499d45(0x125)][_0x499d45(0x10f)]();this[_0x499d45(0x165)](_0x4b0a60[0x0]);}}}catch(_0x3a992e){logger[_0x499d45(0x194)](_0x499d45(0x1b9)+_0x3a992e[_0x499d45(0x1c8)]+(_0x3a992e['stack']?_0x29430e[_0x499d45(0xd7)](_0x29430e[_0x499d45(0x199)],_0x3a992e[_0x499d45(0x11a)]):''));}};_0x9a0deb['hoZTD'](isBrowserstackInfra)&&await _0x9a0deb[_0x22af87(0x136)](_0x47b2f0),await _0x171d45['apply'](this,arguments),!_0x9a0deb[_0x22af87(0x136)](isBrowserstackInfra)&&await _0x9a0deb[_0x22af87(0x136)](_0x47b2f0);};},getCodeceptDriver=()=>{const _0x4666db=a1_0x5554ea,_0xae01d3={};_0xae01d3[_0x4666db(0x17f)]=_0x4666db(0x12e),_0xae01d3[_0x4666db(0x123)]=_0x4666db(0x15c),_0xae01d3['IGGTP']=_0x4666db(0x162),_0xae01d3[_0x4666db(0x118)]=_0x4666db(0x1ca);const _0x1757cf=_0xae01d3,_0x3c11dd=[_0x1757cf[_0x4666db(0x17f)],_0x1757cf['WIdHj'],_0x1757cf['IGGTP'],_0x1757cf[_0x4666db(0x118)]],_0x272a71=_0x3c11dd[_0x4666db(0x180)](_0x3132c7=>!!CodeceptJS[_0x4666db(0xee)][_0x4666db(0x178)](_0x3132c7));if(!_0x272a71)return null;return CodeceptJS[_0x4666db(0xee)][_0x4666db(0x178)](_0x272a71);};function a1_0x55fb(_0x267647,_0x30dd2c){const _0x50a338=a1_0x50a3();return a1_0x55fb=function(_0x55fbf4,_0x557681){_0x55fbf4=_0x55fbf4-0xce;let _0x5711ac=_0x50a338[_0x55fbf4];return _0x5711ac;},a1_0x55fb(_0x267647,_0x30dd2c);}module[a1_0x5554ea(0x1bf)]=function(_0x4beda8){const _0x35194f=a1_0x5554ea,_0x5fbd2c={'iNgII':function(_0x116f55){return _0x116f55();},'jhuSU':function(_0x477852,_0x2aceab){return _0x477852(_0x2aceab);},'bJIen':_0x35194f(0xda),'PhEfa':_0x35194f(0x137),'KJnWf':_0x35194f(0x195),'EEJDi':_0x35194f(0x175),'nNuwP':'hook-started','NpGWT':_0x35194f(0xfc),'TSJUN':_0x35194f(0x12a),'KOGBN':'browserstackTestName','UMjBR':_0x35194f(0x103),'YVRZF':function(_0x308359,_0x34fb36){return _0x308359(_0x34fb36);},'XZFLp':function(_0x5b953b,_0x22c6b2,_0x3aac9b){return _0x5b953b(_0x22c6b2,_0x3aac9b);},'JWWkz':_0x35194f(0x1b8),'qRZQH':function(_0x12c474,_0x3747dc,_0x5380da){return _0x12c474(_0x3747dc,_0x5380da);},'MkpLn':_0x35194f(0x17a),'EoKST':function(_0x5ed784,_0x3c1379,_0x54a6bf,_0x15fa7c){return _0x5ed784(_0x3c1379,_0x54a6bf,_0x15fa7c);},'rHYwZ':function(_0xea72bd,_0x584d49){return _0xea72bd===_0x584d49;},'XaZzD':_0x35194f(0x19c),'JwZRT':_0x35194f(0x159),'GASID':'test-skipped','UGxni':'afterTest','cgMYq':_0x35194f(0x13a),'nebcD':function(_0x1d389c,_0x2769ce,_0x42c382){return _0x1d389c(_0x2769ce,_0x42c382);},'IgyAo':_0x35194f(0xe9),'THpPU':'test-after','OHhQX':_0x35194f(0x1a1),'dOUUO':'TEST_LOG','GBBhw':_0x35194f(0xf0),'VVpnH':_0x35194f(0x18c),'oPNSU':_0x35194f(0xe3),'Kaykj':function(_0x307e66){return _0x307e66();},'yWBZc':_0x35194f(0x15c)};_0x4beda8[_0x35194f(0xff)]&&(global[_0x35194f(0x158)]=_0x4beda8[_0x35194f(0xff)]);PerformanceTester['startMonitoring']();const _0x5183b6=_0x5fbd2c[_0x35194f(0xdb)](getCodeceptDriver),_0x4ea8ae=new O11yHelper(_0x5183b6,_0x4beda8),_0x3c7f6a=!!CodeceptJS[_0x35194f(0xee)]['helpers'](_0x5fbd2c['yWBZc']);global[_0x35194f(0xf1)]=_0x5183b6,_0x5183b6&&(PerformanceTester[_0x35194f(0xea)](PerformanceEvents[_0x35194f(0x14b)],()=>{const _0x3dd720=_0x35194f;_0x3c7f6a?_0x5fbd2c[_0x3dd720(0x120)](patchPlaywrightBefore):_0x5fbd2c['jhuSU'](patchWebDriverBefore,_0x5183b6);})(),PerformanceTester[_0x35194f(0xea)](PerformanceEvents[_0x35194f(0x166)],()=>{const _0x91e153=_0x35194f,_0x5c488d={};_0x5c488d[_0x91e153(0x16e)]=_0x5fbd2c[_0x91e153(0x1c1)],_0x5c488d[_0x91e153(0x144)]=_0x5fbd2c[_0x91e153(0x1c7)];const _0x30a81a=_0x5c488d;_0x5183b6[_0x91e153(0xda)]=async()=>{const _0x52c620=_0x91e153;if(global['accessibilityPlatform']){const _0x5dfdf3={};return _0x5dfdf3['command']=_0x5fbd2c['bJIen'],await PerformanceTester[_0x52c620(0xea)](PerformanceA11yEvents[_0x52c620(0x138)],async()=>{const _0x518bf8=_0x52c620;return await AccessibilityHelper[_0x518bf8(0x1ba)](_0x5183b6,scripts[_0x518bf8(0x106)]);},_0x5dfdf3)(),await PerformanceTester[_0x52c620(0xea)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x336c1d=_0x52c620;return await AccessibilityHelper[_0x336c1d(0x1ba)](_0x5183b6,scripts[_0x336c1d(0x1a8)]);})();}return logger[_0x52c620(0xd1)](_0x5fbd2c['PhEfa']),{};},_0x5183b6['getAccessibilityResults']=async()=>{const _0x2c546f=_0x91e153;if(global['accessibilityPlatform']){const _0x3758cc={};return _0x3758cc[_0x2c546f(0x182)]=_0x30a81a[_0x2c546f(0x16e)],await PerformanceTester[_0x2c546f(0xea)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x2e489d=_0x2c546f;return await AccessibilityHelper[_0x2e489d(0x1ba)](_0x5183b6,scripts['performScan']);},_0x3758cc)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x2c546f(0x172)],async()=>{const _0x55c68b=_0x2c546f;return await AccessibilityHelper[_0x55c68b(0x1ba)](_0x5183b6,scripts['getResults']);})();}return logger[_0x2c546f(0xd1)](_0x30a81a[_0x2c546f(0x144)]),{};},_0x5fbd2c['jhuSU'](patchSaveScreenshot,_0x5183b6);})()),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x35194f(0x13c)][_0x35194f(0xe1)][_0x35194f(0xef)],()=>{const _0x33a014=_0x35194f;PerformanceTester[_0x33a014(0x170)](PerformanceEvents[_0x33a014(0x149)]);try{_0x4ea8ae[_0x33a014(0x170)](),testOpsHelper[_0x33a014(0xdd)](),PerformanceTester[_0x33a014(0x168)](PerformanceEvents[_0x33a014(0x149)]);}catch(_0x5aa1e5){PerformanceTester[_0x33a014(0x186)](_0x5aa1e5),PerformanceTester[_0x33a014(0x168)](PerformanceEvents[_0x33a014(0x149)],![],_0x5aa1e5);}}),CodeceptJS[_0x35194f(0x13c)]['dispatcher']['on'](CodeceptJS['event'][_0x35194f(0xe1)][_0x35194f(0x104)],async()=>{const _0x5746ff=_0x35194f;PerformanceTester[_0x5746ff(0x170)](PerformanceEvents[_0x5746ff(0x18f)]);try{requestSpy[_0x5746ff(0x12d)](),await _0x4ea8ae['stop'](),PerformanceTester[_0x5746ff(0x168)](PerformanceEvents[_0x5746ff(0x18f)]);}catch(_0x58f565){PerformanceTester['captureError'](_0x58f565),PerformanceTester['end'](PerformanceEvents[_0x5746ff(0x18f)],![],_0x58f565);}finally{PerformanceTester[_0x5746ff(0x15b)]();}}),CodeceptJS['event'][_0x35194f(0x129)]['on'](CodeceptJS[_0x35194f(0x13c)][_0x35194f(0x11f)][_0x35194f(0x150)],_0x2ee9d5=>{const _0x197f79=_0x35194f;PerformanceTester[_0x197f79(0x170)](PerformanceEvents['SDK_HOOK']);try{const _0x104b0e=_0x2ee9d5[_0x197f79(0x101)][_0x197f79(0xcf)],_0x3d6cb6=_0x4ea8ae[_0x197f79(0xec)](TEST_EVENTS[_0x197f79(0x1a4)],_0x104b0e);CodeceptRecorder['add'](()=>_0x4ea8ae[_0x197f79(0x122)](TEST_EVENTS[_0x197f79(0x1a4)],_0x3d6cb6));const _0x9c8abe={};_0x9c8abe[_0x197f79(0x181)]=_0x5fbd2c[_0x197f79(0x16d)],PerformanceTester['end'](PerformanceEvents[_0x197f79(0x1b5)],!![],null,_0x9c8abe);}catch(_0x3ab93d){const _0x2cc5fb={};_0x2cc5fb[_0x197f79(0x181)]=_0x5fbd2c[_0x197f79(0x16d)],PerformanceTester['end'](PerformanceEvents[_0x197f79(0x1b5)],![],_0x3ab93d,_0x2cc5fb),PerformanceTester[_0x197f79(0x186)](_0x3ab93d);}}),CodeceptJS[_0x35194f(0x13c)][_0x35194f(0x129)]['on'](CodeceptJS[_0x35194f(0x13c)]['hook']['passed'],_0x4ea3d1=>{const _0x50c626=_0x35194f,_0xf39849={};_0xf39849[_0x50c626(0x181)]=_0x5fbd2c['NpGWT'],PerformanceTester[_0x50c626(0x170)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0xf39849);try{const _0x126251=_0x4ea3d1[_0x50c626(0x101)][_0x50c626(0xcf)],_0x2d1121=_0x4ea8ae[_0x50c626(0xec)](TEST_EVENTS[_0x50c626(0x140)],_0x126251);CodeceptRecorder[_0x50c626(0xe0)](()=>_0x4ea8ae[_0x50c626(0x122)](TEST_EVENTS[_0x50c626(0x140)],_0x2d1121));const _0x2036d0={};_0x2036d0[_0x50c626(0x181)]=_0x5fbd2c['NpGWT'],PerformanceTester[_0x50c626(0x168)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x2036d0);}catch(_0x427aaf){PerformanceTester[_0x50c626(0x186)](_0x427aaf);const _0x344b2e={};_0x344b2e[_0x50c626(0x181)]=_0x5fbd2c[_0x50c626(0x13b)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x427aaf,_0x344b2e);}}),CodeceptJS[_0x35194f(0x13c)][_0x35194f(0x129)]['on'](CodeceptJS[_0x35194f(0x13c)][_0x35194f(0x11f)][_0x35194f(0x12b)],async(_0x2ccff2,_0x5bd0da)=>{const _0x26854a=_0x35194f;PerformanceTester[_0x26854a(0x170)](PerformanceHookEvents[_0x26854a(0x1b5)]);try{const _0x51fb3b=_0x2ccff2[_0x26854a(0x101)][_0x26854a(0xcf)],_0x422851=_0x4ea8ae[_0x26854a(0xec)](TEST_EVENTS[_0x26854a(0x140)],_0x51fb3b,_0x5bd0da);CodeceptRecorder[_0x26854a(0xe0)](()=>_0x4ea8ae['fireEvent'](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x422851));const _0x36d82a={};_0x36d82a[_0x26854a(0x181)]=_0x5fbd2c['TSJUN'],PerformanceTester[_0x26854a(0x170)](PerformanceHookEvents[_0x26854a(0x1b5)],!![],null,_0x36d82a);}catch(_0x2a6f24){PerformanceTester[_0x26854a(0x186)](_0x2a6f24);const _0x24cd48={};_0x24cd48[_0x26854a(0x181)]=_0x5fbd2c[_0x26854a(0xfd)],PerformanceTester[_0x26854a(0x168)](PerformanceHookEvents[_0x26854a(0x1b5)],![],_0x2a6f24,_0x24cd48);}const _0x175932={};_0x175932[_0x26854a(0x181)]=_0x5fbd2c['TSJUN'],PerformanceTester[_0x26854a(0x168)](PerformanceHookEvents[_0x26854a(0x1b5)],!![],null,_0x175932);}),CodeceptJS[_0x35194f(0x13c)]['dispatcher']['on'](CodeceptJS[_0x35194f(0x13c)][_0x35194f(0xcf)][_0x35194f(0xef)],_0x5035c9=>{const _0x4c91ce=_0x35194f;PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{globals[_0x4c91ce(0x19f)](_0x5fbd2c[_0x4c91ce(0x192)],_0x5035c9[_0x4c91ce(0x18b)]);_0x5fbd2c[_0x4c91ce(0x120)](isBrowserstackInfra)&&(_0x3c7f6a&&(global[_0x4c91ce(0xde)]={'currentTest':{'name':_0x5035c9['title'],'testInfo':{'titlePath':_0x5035c9['titlePath']()}}}));const _0x11ec4e={};_0x11ec4e[_0x4c91ce(0x181)]=_0x5fbd2c[_0x4c91ce(0x105)],PerformanceTester[_0x4c91ce(0x168)](PerformanceHookEvents[_0x4c91ce(0x1b5)],!![],null,_0x11ec4e);}catch(_0x5c0a9d){PerformanceTester[_0x4c91ce(0x186)](_0x5c0a9d);const _0x1c733a={};_0x1c733a[_0x4c91ce(0x181)]=_0x5fbd2c[_0x4c91ce(0x105)],PerformanceTester['end'](PerformanceHookEvents[_0x4c91ce(0x1b5)],![],_0x5c0a9d,_0x1c733a);}}),CodeceptJS[_0x35194f(0x13c)]['dispatcher']['on'](CodeceptJS[_0x35194f(0x13c)][_0x35194f(0xcf)][_0x35194f(0x150)],_0xac139d=>{const _0x278b0f=_0x35194f,_0x9fa2dd={'KcocG':function(_0x28111a){const _0x15f752=a1_0x55fb;return _0x5fbd2c[_0x15f752(0x120)](_0x28111a);},'wZtYL':function(_0x369cd2,_0x21fd38){const _0x11e2e5=a1_0x55fb;return _0x5fbd2c[_0x11e2e5(0x198)](_0x369cd2,_0x21fd38);},'WNAZl':function(_0x582851,_0x242874,_0xd2d7ee){const _0x22f65f=a1_0x55fb;return _0x5fbd2c[_0x22f65f(0xd0)](_0x582851,_0x242874,_0xd2d7ee);}};PerformanceTester[_0x278b0f(0x170)](PerformanceHookEvents[_0x278b0f(0x1b5)]);try{globals['setGlobal'](_0x5fbd2c[_0x278b0f(0x192)],_0xac139d[_0x278b0f(0x18b)]);const _0x57bd09=_0x4ea8ae['captureEvent'](TEST_EVENTS[_0x278b0f(0x10e)],_0xac139d);CodeceptRecorder[_0x278b0f(0xe0)](()=>_0x4ea8ae['fireEvent'](TEST_EVENTS[_0x278b0f(0x10e)],_0x57bd09)),CodeceptRecorder['add'](async()=>{const _0x110f04=_0x278b0f;_0x9fa2dd['KcocG'](isBrowserstackInfra)&&(!_0x9fa2dd[_0x110f04(0x1b0)](isTrue,_0x4beda8[_0x110f04(0x102)])&&await _0x9fa2dd['WNAZl'](markSessionName,_0x5183b6,_0xac139d[_0x110f04(0x18b)]),_0x4ea8ae[_0x110f04(0x131)]&&await _0x9fa2dd[_0x110f04(0x1b0)](o11ySync,_0x5183b6));});}catch(_0x4d72f7){const _0x33d66b={};_0x33d66b[_0x278b0f(0x181)]=_0x5fbd2c['JWWkz'],PerformanceTester['end'](PerformanceHookEvents[_0x278b0f(0x1b5)],![],_0x4d72f7,_0x33d66b),PerformanceTester[_0x278b0f(0x186)](_0x4d72f7);}const _0x3d4e99={};_0x3d4e99[_0x278b0f(0x181)]=_0x5fbd2c[_0x278b0f(0x1a5)],PerformanceTester[_0x278b0f(0x168)](PerformanceHookEvents[_0x278b0f(0x1b5)],!![],null,_0x3d4e99);}),CodeceptJS[_0x35194f(0x13c)][_0x35194f(0x129)]['on'](CodeceptJS[_0x35194f(0x13c)][_0x35194f(0xcf)][_0x35194f(0x14a)],_0x3c238b=>{const _0x7721b8=_0x35194f,_0x1d1bb3={'mOGBH':function(_0x30d0c4,_0x56402b,_0x1f0731){const _0x3dd8cd=a1_0x55fb;return _0x5fbd2c[_0x3dd8cd(0x100)](_0x30d0c4,_0x56402b,_0x1f0731);},'WeAhs':function(_0x4c2117){const _0x244225=a1_0x55fb;return _0x5fbd2c[_0x244225(0x120)](_0x4c2117);}};PerformanceTester[_0x7721b8(0x170)](PerformanceHookEvents[_0x7721b8(0x1b5)]);try{const _0x34d012=_0x4ea8ae['captureEvent'](TEST_EVENTS[_0x7721b8(0x18e)],_0x3c238b);CodeceptRecorder[_0x7721b8(0xe0)](()=>_0x4ea8ae[_0x7721b8(0x122)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x34d012)),CodeceptRecorder[_0x7721b8(0xe0)](async()=>{const _0xf3cb17=_0x7721b8,_0x321602={'aYwTp':function(_0x590c23,_0x33c0b6,_0x33ae50){const _0x2d316c=a1_0x55fb;return _0x1d1bb3[_0x2d316c(0x11d)](_0x590c23,_0x33c0b6,_0x33ae50);}};_0x1d1bb3[_0xf3cb17(0x154)](isBrowserstackInfra)&&await PerformanceTester[_0xf3cb17(0xea)](PerformanceAutEvents[_0xf3cb17(0x134)],async()=>{const _0x4aef8e=_0xf3cb17;_0x3c7f6a?await _0x321602[_0x4aef8e(0x14d)](playwrightMarkSessionStatus,_0x5183b6,STATE_PASSED):await _0x321602[_0x4aef8e(0x14d)](markSessionStatus,_0x5183b6,STATE_PASSED);})();}),PerformanceTester[_0x7721b8(0x168)](PerformanceEvents[_0x7721b8(0x1a9)]);}catch(_0x1aca0c){PerformanceTester[_0x7721b8(0x186)](_0x1aca0c);const _0x400e88={};_0x400e88['hookType']=_0x5fbd2c[_0x7721b8(0x167)],PerformanceTester[_0x7721b8(0x168)](PerformanceHookEvents['SDK_HOOK'],![],_0x1aca0c,_0x400e88),PerformanceTester[_0x7721b8(0x168)](PerformanceEvents[_0x7721b8(0x1a9)],![],_0x1aca0c);}const _0x369713={};_0x369713['hookType']=_0x5fbd2c[_0x7721b8(0x167)],PerformanceTester[_0x7721b8(0x168)](PerformanceHookEvents[_0x7721b8(0x1b5)],!![],null,_0x369713);}),CodeceptJS[_0x35194f(0x13c)]['dispatcher']['on'](CodeceptJS[_0x35194f(0x13c)]['test'][_0x35194f(0x12b)],(_0x4a9e66,_0x55494f)=>{const _0x4fddd5=_0x35194f,_0x449841={'oreMd':function(_0x4efbf5){const _0x15d236=a1_0x55fb;return _0x5fbd2c[_0x15d236(0x120)](_0x4efbf5);},'ONfPg':function(_0x192234,_0x571722,_0x545e19,_0x2892b7){const _0x40500c=a1_0x55fb;return _0x5fbd2c[_0x40500c(0x1a2)](_0x192234,_0x571722,_0x545e19,_0x2892b7);},'VdJrc':function(_0x25b4c9,_0x2246d2,_0x5705b5,_0x5b3839){const _0x2d4ebf=a1_0x55fb;return _0x5fbd2c[_0x2d4ebf(0x1a2)](_0x25b4c9,_0x2246d2,_0x5705b5,_0x5b3839);}};PerformanceTester[_0x4fddd5(0x170)](PerformanceHookEvents[_0x4fddd5(0x1b5)]);try{if(_0x5fbd2c['rHYwZ'](_0x4a9e66[_0x4fddd5(0x116)][_0x4fddd5(0x10d)],_0x5fbd2c['XaZzD'])){const _0x4f6e6=_0x4ea8ae[_0x4fddd5(0xec)](TEST_EVENTS[_0x4fddd5(0x18d)],_0x4a9e66[_0x4fddd5(0x101)]['currentTest']);CodeceptRecorder[_0x4fddd5(0xe0)](()=>_0x4ea8ae[_0x4fddd5(0x122)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x4f6e6));}else{const _0x232b53=_0x4ea8ae[_0x4fddd5(0xec)](TEST_EVENTS[_0x4fddd5(0x18e)],_0x4a9e66,_0x55494f);CodeceptRecorder[_0x4fddd5(0xe0)](()=>{const _0x3da921=_0x4fddd5;try{_0x4ea8ae[_0x3da921(0x122)](TEST_EVENTS[_0x3da921(0x18e)],_0x232b53);}catch(_0xc6b28e){logger[_0x3da921(0x194)]('Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20'+util[_0x3da921(0x1be)](_0xc6b28e)),PerformanceTester[_0x3da921(0x168)](PerformanceEvents['SDK_TEST'],![],_0xc6b28e);}}),CodeceptRecorder[_0x4fddd5(0xe0)](async()=>{const _0x41b4b7=_0x4fddd5;try{_0x449841['oreMd'](isBrowserstackInfra)&&(_0x3c7f6a?await _0x449841[_0x41b4b7(0x179)](playwrightMarkSessionStatus,_0x5183b6,STATE_FAILED,_0x55494f):await _0x449841['VdJrc'](markSessionStatus,_0x5183b6,STATE_FAILED,_0x55494f));}catch(_0x46b0b7){logger[_0x41b4b7(0x194)](_0x41b4b7(0x1af)+util[_0x41b4b7(0x1be)](_0x46b0b7)),PerformanceTester[_0x41b4b7(0x168)](PerformanceEvents['SDK_TEST'],![],_0x46b0b7);}});}PerformanceTester['end'](PerformanceEvents[_0x4fddd5(0x1a9)]);}catch(_0x8f8cc6){PerformanceTester[_0x4fddd5(0x186)](_0x8f8cc6);const _0x99b2ca={};_0x99b2ca[_0x4fddd5(0x181)]=_0x5fbd2c['JwZRT'],PerformanceTester[_0x4fddd5(0x168)](PerformanceHookEvents[_0x4fddd5(0x1b5)],![],_0x8f8cc6,_0x99b2ca),PerformanceTester['end'](PerformanceEvents[_0x4fddd5(0x1a9)],![],_0x8f8cc6);}const _0xcab982={};_0xcab982[_0x4fddd5(0x181)]=_0x5fbd2c[_0x4fddd5(0x110)],PerformanceTester['end'](PerformanceHookEvents[_0x4fddd5(0x1b5)],!![],null,_0xcab982);}),CodeceptJS[_0x35194f(0x13c)][_0x35194f(0x129)]['on'](CodeceptJS[_0x35194f(0x13c)][_0x35194f(0xcf)]['skipped'],_0x502f0b=>{const _0x36afca=_0x35194f;PerformanceTester[_0x36afca(0x170)](PerformanceHookEvents['SDK_HOOK']);try{const _0x119f1e=_0x4ea8ae[_0x36afca(0xec)](TEST_EVENTS[_0x36afca(0x18d)],_0x502f0b);CodeceptRecorder[_0x36afca(0xe0)](()=>_0x4ea8ae['fireEvent'](TEST_EVENTS[_0x36afca(0x18d)],_0x119f1e)),PerformanceTester[_0x36afca(0x168)](PerformanceEvents[_0x36afca(0x1a9)]);}catch(_0x3c289e){PerformanceTester[_0x36afca(0x186)](_0x3c289e),PerformanceTester[_0x36afca(0x168)](PerformanceEvents[_0x36afca(0x1a9)],![],_0x3c289e);const _0x2d8f7e={};_0x2d8f7e[_0x36afca(0x181)]=_0x5fbd2c[_0x36afca(0x19a)],PerformanceTester[_0x36afca(0x168)](PerformanceHookEvents[_0x36afca(0x1b5)],![],_0x3c289e,_0x2d8f7e);}const _0x1b76f5={};_0x1b76f5[_0x36afca(0x181)]=_0x5fbd2c['GASID'],PerformanceTester[_0x36afca(0x168)](PerformanceHookEvents[_0x36afca(0x1b5)],!![],null,_0x1b76f5);}),CodeceptJS[_0x35194f(0x13c)][_0x35194f(0x129)]['on'](CodeceptJS[_0x35194f(0x13c)][_0x35194f(0xcf)]['after'],async(_0x278392,_0x528604)=>{const _0x22ed02=_0x35194f;try{PerformanceTester[_0x22ed02(0x170)](PerformanceHookEvents['SDK_HOOK']);const _0x18fe8d=_0x5fbd2c['nebcD'](shouldScanTestForAccessibility,_0x278392['titlePath'](),!![]);if(_0x5fbd2c['iNgII'](isAccessibilityAutomationSession)&&global[_0x22ed02(0x191)]&&_0x18fe8d){const _0x42e103={};_0x42e103[_0x22ed02(0x117)]=_0x278392[_0x22ed02(0x130)],_0x42e103['thBuildUuid']=process[_0x22ed02(0x1ab)][testHubConstants[_0x22ed02(0x114)]['BROWSERSTACK_TESTHUB_UUID']],_0x42e103[_0x22ed02(0x108)]=process['env'][testHubConstants[_0x22ed02(0x114)][_0x22ed02(0x169)]];const _0x3d51c9=_0x42e103;logger[_0x22ed02(0x194)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON[_0x22ed02(0x10a)](_0x3d51c9)),CodeceptRecorder[_0x22ed02(0xe0)](async()=>{const _0x23c4fb=_0x22ed02,_0x368027={};_0x368027[_0x23c4fb(0x182)]=_0x5fbd2c[_0x23c4fb(0xd2)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x17ca42=_0x23c4fb;await AccessibilityHelper['browserStackExecuteDriver'](_0x5183b6,scripts[_0x17ca42(0x106)]);},_0x368027)(),globals['getGlobal'](_0x5fbd2c[_0x23c4fb(0xd6)])&&(_0x3d51c9['is_mobile_session']=!![]),await PerformanceTester['measureWrapper'](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{await AccessibilityHelper['browserStackExecuteDriver'](_0x5183b6,scripts['saveTestResults'],_0x3d51c9);})();}),logger['info'](_0x5fbd2c['IgyAo']);}const _0x1a0bb1={};_0x1a0bb1['hookType']=_0x5fbd2c['THpPU'],PerformanceTester[_0x22ed02(0x168)](PerformanceHookEvents[_0x22ed02(0x1b5)],!![],null,_0x1a0bb1);}catch(_0x29ef52){PerformanceTester[_0x22ed02(0x186)](_0x29ef52);const _0x153b3f={};_0x153b3f[_0x22ed02(0x181)]=_0x5fbd2c['THpPU'],PerformanceTester[_0x22ed02(0x168)](PerformanceHookEvents[_0x22ed02(0x1b5)],![],_0x29ef52,_0x153b3f);}}),CodeceptJS['event'][_0x35194f(0x129)]['on'](CodeceptJS['event'][_0x35194f(0x13e)]['comment'],_0x5a3fe4=>{const _0x2075b6=_0x35194f;PerformanceTester[_0x2075b6(0x170)](PerformanceHookEvents['SDK_HOOK']);try{process[_0x2075b6(0x145)](_0x2075b6(0x151)+process[_0x2075b6(0x197)],{'timestamp':new Date()[_0x2075b6(0x19b)](),'level':_0x5fbd2c[_0x2075b6(0x148)],'message':_0x5a3fe4,'kind':_0x5fbd2c[_0x2075b6(0x121)],'http_response':{}});}catch(_0x5c8258){PerformanceTester['captureError'](_0x5c8258);const _0x1625ad={};_0x1625ad[_0x2075b6(0x181)]=_0x5fbd2c['GBBhw'],PerformanceTester[_0x2075b6(0x168)](PerformanceHookEvents['SDK_HOOK'],![],_0x5c8258,_0x1625ad);}const _0x2e3026={};_0x2e3026[_0x2075b6(0x181)]=_0x5fbd2c['GBBhw'],PerformanceTester[_0x2075b6(0x168)](PerformanceHookEvents[_0x2075b6(0x1b5)],!![],null,_0x2e3026);}),CodeceptJS[_0x35194f(0x13c)][_0x35194f(0x129)]['on'](CodeceptJS[_0x35194f(0x13c)][_0x35194f(0x187)][_0x35194f(0xef)],_0x42380a=>{const _0x10650c=_0x35194f,_0x5b6a22={};_0x5b6a22[_0x10650c(0x181)]=_0x5fbd2c[_0x10650c(0x17b)],PerformanceTester[_0x10650c(0xea)](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x26299e=_0x10650c;_0x4ea8ae[_0x26299e(0x1b4)](_0x42380a);},_0x5b6a22)();}),CodeceptJS['event'][_0x35194f(0x129)]['on'](CodeceptJS['event'][_0x35194f(0x187)][_0x35194f(0x104)],_0x1498ce=>{const _0x35c93c=_0x35194f,_0x33b236={};_0x33b236[_0x35c93c(0x181)]=_0x5fbd2c[_0x35c93c(0x157)],PerformanceTester[_0x35c93c(0xea)](PerformanceHookEvents[_0x35c93c(0x1b5)],()=>{const _0x4bfc2b=_0x35c93c;_0x4ea8ae[_0x4bfc2b(0x184)](_0x1498ce);},_0x33b236)();});};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a2_0x3edaed=a2_0x5ea0;(function(_0x495684,_0x10d7cd){const _0x7faf38=a2_0x5ea0,_0x182a40=_0x495684();while(!![]){try{const _0x1dcda6=-parseInt(_0x7faf38(0x24b))/0x1+parseInt(_0x7faf38(0x1e3))/0x2*(parseInt(_0x7faf38(0x21d))/0x3)+parseInt(_0x7faf38(0x26a))/0x4*(parseInt(_0x7faf38(0x1f5))/0x5)+-parseInt(_0x7faf38(0x257))/0x6*(-parseInt(_0x7faf38(0x209))/0x7)+-parseInt(_0x7faf38(0x21b))/0x8+parseInt(_0x7faf38(0x1ec))/0x9+-parseInt(_0x7faf38(0x25c))/0xa;if(_0x1dcda6===_0x10d7cd)break;else _0x182a40['push'](_0x182a40['shift']());}catch(_0x3fa3c3){_0x182a40['push'](_0x182a40['shift']());}}}(a2_0x825e,0x32d77));const fs=require('fs'),path=require(a2_0x3edaed(0x211)),util=require(a2_0x3edaed(0x1e9)),process=require(a2_0x3edaed(0x256)),logger=require('../../helpers/logger')[a2_0x3edaed(0x263)],{default:BrowserStackSetup}=require(a2_0x3edaed(0x262)),helper=require(a2_0x3edaed(0x1e4)),utilities=require(a2_0x3edaed(0x25e)),{checkAccessibilityPlatformConfig}=require(a2_0x3edaed(0x24f)),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a2_0x3edaed(0x216)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x3edaed(0x1e4)),CodeceptJS=requireModule('codeceptjs/lib/index.js',a2_0x3edaed(0x260)),testOpsHelper=require('../../helpers/test-observability/utils'),TestHubHandler=require(a2_0x3edaed(0x227)),constants=require(a2_0x3edaed(0x20e)),PerformanceTester=require(a2_0x3edaed(0x26f)),{FRAMEWORKS}=require(a2_0x3edaed(0x1f7)),PerformanceEvents=require(a2_0x3edaed(0x21e))[a2_0x3edaed(0x243)],ClientTroubleShootingService=require(a2_0x3edaed(0x25d)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x21e377,_0x5a49ba)=>{const _0x4456d1=a2_0x3edaed,_0x367f14={};_0x367f14['XesXy']=function(_0x4b1c60,_0x267107){return _0x4b1c60===_0x267107;},_0x367f14[_0x4456d1(0x20d)]=_0x4456d1(0x222),_0x367f14['pDDfd']=_0x4456d1(0x1ed);const _0x20851c=_0x367f14;let _0x52be77=null;const _0x29805a={};let _0x4ab857=_0x5a49ba[_0x4456d1(0x219)](_0x21e7af=>_0x21e7af===_0x4456d1(0x26b));_0x20851c[_0x4456d1(0x226)](_0x4ab857,-0x1)&&(_0x4ab857=_0x5a49ba[_0x4456d1(0x219)](_0x319c8d=>_0x319c8d==='-c'));if(!helper[_0x4456d1(0x251)](_0x21e377[_0x4456d1(0x1fa)])&&fs['existsSync'](path[_0x4456d1(0x23e)](process[_0x4456d1(0x1de)](),_0x21e377[_0x4456d1(0x1fa)])))_0x52be77=path['join'](process[_0x4456d1(0x1de)](),_0x21e377[_0x4456d1(0x1fa)]),_0x5a49ba[_0x4456d1(0x259)](_0x4ab857,0x2);else{if(!helper['isUndefined'](_0x21e377['c'])&&fs['existsSync'](path['join'](process[_0x4456d1(0x1de)](),_0x21e377['c'])))_0x52be77=path[_0x4456d1(0x23e)](process['cwd'](),_0x21e377['c']),_0x5a49ba['slice'](_0x4ab857,0x2);else{if(fs[_0x4456d1(0x1f0)](path['join'](process[_0x4456d1(0x1de)](),_0x20851c[_0x4456d1(0x20d)])))_0x52be77=path[_0x4456d1(0x23e)](process['cwd'](),_0x20851c[_0x4456d1(0x20d)]);else fs['existsSync'](path[_0x4456d1(0x23e)](process[_0x4456d1(0x1de)](),_0x20851c['pDDfd']))&&(_0x52be77=path[_0x4456d1(0x23e)](process[_0x4456d1(0x1de)](),_0x20851c[_0x4456d1(0x25a)]));}}return process['env'][_0x4456d1(0x207)]=_0x52be77,_0x52be77;},getO11yRerunPattern=()=>{const _0x5ebdce=a2_0x3edaed,_0x4a55bf=helper[_0x5ebdce(0x1db)](process[_0x5ebdce(0x268)][_0x5ebdce(0x225)]);if(_0x4a55bf){const _0x31274a=process[_0x5ebdce(0x268)][_0x5ebdce(0x1fd)],_0x5d0813=[];if(helper[_0x5ebdce(0x26c)](_0x31274a)&&!helper['isUndefined'](_0x31274a)){_0x31274a[_0x5ebdce(0x1d6)](',')[_0x5ebdce(0x201)](_0x5871c3=>{const _0x59f250=_0x5ebdce;_0x5d0813[_0x59f250(0x1e2)]('('+_0x5871c3[_0x59f250(0x1da)]()+')');});const _0x40ad2e='^'+_0x5d0813[_0x5ebdce(0x23e)]('|')+'$';return _0x40ad2e;}}return null;},a2_0x3a8c7d={};function a2_0x5ea0(_0x10e7c8,_0x4a0eb5){const _0x825e30=a2_0x825e();return a2_0x5ea0=function(_0x5ea048,_0x4cd5f3){_0x5ea048=_0x5ea048-0x1d6;let _0x2c4498=_0x825e30[_0x5ea048];return _0x2c4498;},a2_0x5ea0(_0x10e7c8,_0x4a0eb5);}a2_0x3a8c7d[a2_0x3edaed(0x238)]=a2_0x3edaed(0x1ee),a2_0x3a8c7d[a2_0x3edaed(0x22e)]=a2_0x3edaed(0x1ee),a2_0x3a8c7d[a2_0x3edaed(0x261)]=a2_0x3edaed(0x1f3),a2_0x3a8c7d['playwright-webkit']='webkit';function a2_0x825e(){const _0x3883cf=['../../helpers/BrowserStackSetup','winstonLogger','PAbFS','nJEZz','setAdditionalCapabilities','key','env','prepareCapabilities','16vFgaNm','--config','validateRerunTestList','qGOTh','bOdhE','../../helpers/performance/performance-tester','split','WebDriver','browser','createGroupsOfSuites','trim','isTrue','require','Workers','cwd','all','MIuUn','btgdO','push','18plVBKM','../../helpers/helper','addConfig','kqIFf','RWCvz','zLfgc','util','njqsD','hubUrl','1595322NULsTc','codecept.json','chromium','CODECEPT_CUCUMBER','existsSync','0|4|2|1|3|5','before','firefox','passed','252610ANScQo','UyJOQ','../../helpers/test-observability/constants','AsOSf','toLowerCase','config','testConfig','getPlatformName','BROWSERSTACK_RERUN_TESTS','assign','AFAtC','addTests','map','desiredCapabilities','skipSessionName','initialize','info','exports','USER_CONFIG_DETAILS_PATH','event','77uNmMgs','end','start','finalExecution','UhdIY','../utils/constants','JVoQv','testObservability','path','drNni','NkUFo','stack','replace','../../bin/playwright/accessibility-helper','length','chdir','findIndex','oURNq','1005008ZTXlqh','BROWSERSTACK_TEST_OBSERVABILITY_YML','125754rWmgcX','../../helpers/performance/constants','FEuKJ','debug','stop','codecept.conf.js','mergeDeep','COvDU','BROWSERSTACK_RERUN','XesXy','../../helpers/testhub/testhubHandler','SDK_CLEANUP','title','WCQeW','result','urTgm','browserWSEndpoint','playwright-chromium','accessKey','profile','browserName','launchBuild','err','testContextOptions','accessibilityOptions','log','cwBkR','chrome','teardownAll','isTestObservabilitySession','now','host','root','join','CODECEPT','addOptions','platforms','user','EVENTS','useW3C','FRAMEWORKS','cGoFT','test','Failed\x20:\x20','printResults','Started\x20:\x20','210306xQMBgM','validPlatformsPresent','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','Fnbav','../../helpers/accessibility-automation/helper','helpers','isUndefined','frameworkName','iJYjV','enabled','accessibility','process','82740kwaKew','format','slice','pDDfd','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','3641190MonGmm','../utils/clientTroubleshootingService','../../helpers/utilities','stringify','codeceptjs','playwright-firefox'];a2_0x825e=function(){return _0x3883cf;};return a2_0x825e();}const pwToCodeceptBrowser=a2_0x3a8c7d;async function run(_0x4c7ccd,_0x22d8e2,_0x1bfd61){const _0x8c2a32=a2_0x3edaed,_0x38d7f5={'iJYjV':function(_0x33de9e,_0x53dc11,_0x41dc57,_0x32d22d){return _0x33de9e(_0x53dc11,_0x41dc57,_0x32d22d);},'UyJOQ':function(_0x14dce9,_0x1ef4c3){return _0x14dce9+_0x1ef4c3;},'zLfgc':function(_0x3b91d7,_0x4e4b5b){return _0x3b91d7(_0x4e4b5b);},'RWCvz':function(_0x18e4bf,_0x3db625,_0x42a2e1){return _0x18e4bf(_0x3db625,_0x42a2e1);},'MIuUn':_0x8c2a32(0x250),'FEuKJ':function(_0x5c3d15){return _0x5c3d15();},'Fnbav':'/wd/hub','kqIFf':function(_0x167dd3){return _0x167dd3();},'AFAtC':function(_0x8f28f0){return _0x8f28f0();},'bOdhE':_0x8c2a32(0x248),'qGOTh':'Passed\x20:\x20','drNni':_0x8c2a32(0x24a),'NkUFo':_0x8c2a32(0x1f1),'urTgm':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','PAbFS':'Playwright','AsOSf':'WebDriver','COvDU':function(_0x4cd068,_0x53b8a0){return _0x4cd068(_0x53b8a0);},'cGoFT':function(_0x4f335a,_0x3a586d){return _0x4f335a!=_0x3a586d;},'WCQeW':function(_0x296c8c,_0x18b37c){return _0x296c8c===_0x18b37c;},'JVoQv':function(_0x5dae37,_0x20c706,_0x5d7081){return _0x5dae37(_0x20c706,_0x5d7081);},'nJEZz':'gherkin','UwvEv':function(_0x5788f4,_0x47efc5){return _0x5788f4*_0x47efc5;},'IKMTY':function(_0x4066a2,_0x3cab72,_0x41db73){return _0x4066a2(_0x3cab72,_0x41db73);},'btgdO':'browser','njqsD':_0x8c2a32(0x202),'oURNq':_0x8c2a32(0x23d),'cwBkR':'BrowserStackPlugin.js','yQisq':'browserStackCwd'};await _0x1bfd61[_0x8c2a32(0x204)](_0x4c7ccd),await helper['handleApp'](_0x1bfd61[_0x8c2a32(0x1fa)]);if(!_0x1bfd61[_0x8c2a32(0x1fa)])return;process[_0x8c2a32(0x230)]=_0x4c7ccd[_0x8c2a32(0x230)];_0x4c7ccd[_0x8c2a32(0x230)]&&(process['env'][_0x8c2a32(0x230)]=_0x4c7ccd[_0x8c2a32(0x230)]);const _0x30835c=_0x38d7f5[_0x8c2a32(0x1e7)](getUserCodeceptJSConfigs,_0x4c7ccd,_0x22d8e2);let _0x28d54d={};_0x30835c?(logger[_0x8c2a32(0x205)](_0x8c2a32(0x24d)+_0x30835c),_0x28d54d=CodeceptJS[_0x8c2a32(0x1fa)]['load'](_0x30835c)):logger[_0x8c2a32(0x205)](_0x38d7f5[_0x8c2a32(0x22c)]);let _0x1e18bc=![];_0x38d7f5['RWCvz'](nestedKeyValue,_0x28d54d,[_0x38d7f5[_0x8c2a32(0x1e0)],_0x38d7f5[_0x8c2a32(0x264)]])&&(_0x1e18bc=!![]);const _0x1df457=_0x1e18bc?_0x38d7f5['PAbFS']:_0x38d7f5[_0x8c2a32(0x1f8)];let _0x546bd1=!_0x1e18bc?helper[_0x8c2a32(0x244)](_0x1bfd61[_0x8c2a32(0x1fa)]):![];!helper[_0x8c2a32(0x251)](_0x1bfd61[_0x8c2a32(0x1fa)][_0x8c2a32(0x235)])&&(process[_0x8c2a32(0x268)][_0x8c2a32(0x25b)]=JSON[_0x8c2a32(0x25f)](_0x1bfd61[_0x8c2a32(0x1fa)][_0x8c2a32(0x235)]));let _0x122b6d=_0x1bfd61[_0x8c2a32(0x1fa)][_0x8c2a32(0x255)];_0x122b6d=_0x122b6d||_0x38d7f5[_0x8c2a32(0x224)](checkAccessibilityPlatformConfig,_0x1bfd61[_0x8c2a32(0x1fa)]),process[_0x8c2a32(0x268)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x122b6d;_0x122b6d&&(_0x546bd1=!_0x122b6d);_0x38d7f5[_0x8c2a32(0x246)](_0x1bfd61[_0x8c2a32(0x1fa)][_0x8c2a32(0x210)],null)?process[_0x8c2a32(0x268)][_0x8c2a32(0x21c)]=_0x1bfd61[_0x8c2a32(0x1fa)][_0x8c2a32(0x210)]:process[_0x8c2a32(0x268)][_0x8c2a32(0x21c)]=_0x38d7f5[_0x8c2a32(0x22a)](_0x1df457,_0x38d7f5[_0x8c2a32(0x264)]);const _0x466ab5=_0x38d7f5[_0x8c2a32(0x20f)](nestedKeyValue,_0x28d54d,[_0x38d7f5[_0x8c2a32(0x265)]]),_0x568fe6=_0x466ab5&&!helper['isEmpty'](_0x466ab5)?FRAMEWORKS[_0x8c2a32(0x1ef)]:FRAMEWORKS[_0x8c2a32(0x23f)],_0x34bf1c=await TestHubHandler[_0x8c2a32(0x232)](_0x568fe6,_0x1bfd61);_0x122b6d&&_0x38d7f5['COvDU'](setAccessibilityCapabilities,_0x1bfd61['config']);const _0x39bb4d={},_0x39c445=[],_0x2bb4f8=_0x1bfd61['config']['parallelsPerPlatform']||helper['getUserWorkerCount'](_0x4c7ccd,_0x22d8e2,_0x1bfd61['config'],constants[_0x8c2a32(0x245)][_0x8c2a32(0x23f)])||0x1;let _0x6c1655=0x1;if(_0x38d7f5[_0x8c2a32(0x1ff)](isBrowserstackInfra)){const _0x592e65=helper[_0x8c2a32(0x269)](_0x1bfd61[_0x8c2a32(0x1fa)],_0x546bd1,constants[_0x8c2a32(0x245)][_0x8c2a32(0x23f)]);_0x592e65['forEach'](_0x3a914f=>{const _0x4be1c0=_0x8c2a32;helper[_0x4be1c0(0x266)](_0x3a914f);}),helper[_0x8c2a32(0x24c)](_0x1bfd61[_0x8c2a32(0x1fa)])?_0x6c1655=_0x38d7f5['UwvEv'](_0x2bb4f8,_0x1bfd61['config'][_0x8c2a32(0x241)][_0x8c2a32(0x217)]):_0x6c1655=_0x2bb4f8,_0x592e65['forEach'](_0x428077=>{const _0x1c6eb4=_0x8c2a32,_0x2ab08e=_0x38d7f5[_0x1c6eb4(0x1f6)](helper[_0x1c6eb4(0x1fc)](_0x428077,'_'),'_'+Date[_0x1c6eb4(0x23b)]()),_0x22d29b=((()=>{const _0x91038b=_0x1c6eb4;if(_0x1e18bc){const _0x2e20b8=pwToCodeceptBrowser[_0x428077[_0x91038b(0x231)]]||_0x428077[_0x91038b(0x231)],_0x53c788=helper['getPlaywrightUrl'](_0x1bfd61['config']),_0x6d1d59=Object[_0x91038b(0x1fe)]({},_0x428077);return _0x38d7f5[_0x91038b(0x253)](processAccessibilityCaps,_0x6d1d59,_0x53c788,null),{'browser':_0x2e20b8,[_0x2e20b8]:{'browserWSEndpoint':_0x38d7f5['UyJOQ'](_0x53c788,_0x38d7f5[_0x91038b(0x1e8)](encodeURIComponent,JSON[_0x91038b(0x25f)](_0x6d1d59)))}};}const _0x260932={};return _0x260932[_0x91038b(0x202)]=_0x428077,_0x260932[_0x91038b(0x242)]=_0x1bfd61['config']['userName'],_0x260932[_0x91038b(0x267)]=_0x1bfd61[_0x91038b(0x1fa)][_0x91038b(0x22f)],_0x260932;})()),_0x2f5e66=_0x38d7f5[_0x1c6eb4(0x1e7)](nestedKeyValue,_0x28d54d,[_0x38d7f5['MIuUn'],_0x1df457]);_0x39bb4d[_0x2ab08e]=_0x2f5e66?helper[_0x1c6eb4(0x223)](_0x22d29b,_0x2f5e66):_0x22d29b;if(_0x1e18bc)_0x39bb4d[_0x2ab08e][_0x1c6eb4(0x1d8)]=pwToCodeceptBrowser[_0x428077['browserName']]||_0x428077[_0x1c6eb4(0x231)];else{_0x39bb4d[_0x2ab08e][_0x1c6eb4(0x1d8)]=_0x428077['browserName']||_0x22d29b[_0x1c6eb4(0x1d8)];if(_0x38d7f5[_0x1c6eb4(0x21f)](isBrowserstackInfra)){_0x39bb4d[_0x2ab08e][_0x1c6eb4(0x23c)]=constants[_0x1c6eb4(0x1eb)][_0x1c6eb4(0x215)](_0x38d7f5[_0x1c6eb4(0x24e)],'')['replace'](/https?:\/\//,'');;_0x39bb4d[_0x2ab08e]['path']=_0x38d7f5['Fnbav'];}}_0x39c445[_0x1c6eb4(0x1e2)](_0x2ab08e);});}else{_0x6c1655=0x1;if(_0x1e18bc){const _0x580091=_0x38d7f5['IKMTY'](nestedKeyValue,_0x28d54d,[_0x38d7f5[_0x8c2a32(0x1e0)],_0x1df457,_0x38d7f5[_0x8c2a32(0x1e1)]]),_0x5b679e=_0x38d7f5[_0x8c2a32(0x1e7)](nestedKeyValue,_0x28d54d,[_0x38d7f5[_0x8c2a32(0x1e0)],_0x1df457,_0x580091]);if(_0x5b679e&&_0x5b679e['browserWSEndpoint']){const _0x2c2946={};_0x2c2946[_0x8c2a32(0x241)]=[],_0x5b679e['browserWSEndpoint']=helper[_0x8c2a32(0x269)](Object['assign']({},_0x1bfd61[_0x8c2a32(0x1fa)],_0x2c2946),null,_0x568fe6[_0x8c2a32(0x1f9)](),null,null,_0x5b679e[_0x8c2a32(0x22d)]);}}else{const _0x345bb2={};_0x345bb2[_0x8c2a32(0x241)]=[],_0x28d54d[_0x38d7f5[_0x8c2a32(0x1e0)]][_0x1df457][_0x38d7f5[_0x8c2a32(0x1ea)]]=helper[_0x8c2a32(0x269)](Object['assign']({},_0x1bfd61[_0x8c2a32(0x1fa)],_0x345bb2),null,_0x568fe6['toLowerCase'](),_0x38d7f5['JVoQv'](nestedKeyValue,_0x28d54d,[_0x38d7f5[_0x8c2a32(0x1e0)],_0x1df457,_0x38d7f5[_0x8c2a32(0x1ea)]])||{},null,null);}_0x39bb4d[_0x38d7f5[_0x8c2a32(0x21a)]]=_0x28d54d,_0x39c445['push'](_0x38d7f5[_0x8c2a32(0x21a)]);}const _0x58924f={};_0x58924f[_0x8c2a32(0x1fb)]=_0x30835c;const _0x5a155f=_0x58924f,_0x325cb6=path[_0x8c2a32(0x23e)](__dirname,_0x38d7f5[_0x8c2a32(0x237)]),_0x50c257=process[_0x8c2a32(0x1de)]();process[_0x8c2a32(0x268)][_0x38d7f5['yQisq']]=_0x50c257,process['chdir'](path['dirname'](_0x30835c));const _0x298b74=new CodeceptJS[(_0x8c2a32(0x1dd))](null,_0x5a155f),_0x1421e7=_0x298b74[_0x8c2a32(0x1d9)](_0x2bb4f8),_0x59bee7=testOpsHelper[_0x8c2a32(0x23a)](),_0x15b708=_0x39c445[_0x8c2a32(0x201)](_0x3a8639=>{const _0x3119dd=_0x8c2a32,_0x39d615={};_0x39d615['Playwright']=_0x39bb4d[_0x3a8639];const _0x55ffed={};_0x55ffed[_0x3119dd(0x1d7)]=_0x39bb4d[_0x3a8639];const _0x512142=_0x1e18bc?_0x39d615:_0x55ffed,_0x395528=_0x38d7f5[_0x3119dd(0x1e6)](getO11yRerunPattern),_0x270f98={};_0x270f98[_0x3119dd(0x250)]=_0x512142;const _0x5b654b={};_0x5b654b[_0x3119dd(0x1dc)]=_0x325cb6,_0x5b654b[_0x3119dd(0x254)]=!![],_0x5b654b['skipSessionName']=_0x1bfd61[_0x3119dd(0x1fa)]['testContextOptions'][_0x3119dd(0x203)],_0x5b654b['skipSessionStatus']=_0x1bfd61['config'][_0x3119dd(0x234)]['skipSessionStatus'],_0x5b654b[_0x3119dd(0x210)]=_0x59bee7,_0x5b654b[_0x3119dd(0x252)]=_0x568fe6;const _0x1c916d={};_0x1c916d['BrowserStackPlugin']=_0x5b654b;const _0x5c842b={};return _0x5c842b['plugins']=_0x1c916d,helper[_0x3119dd(0x223)]({},_0x28d54d,_0x38d7f5[_0x3119dd(0x1ff)](isBrowserstackInfra)?_0x270f98:{},_0x395528?{'grep':_0x395528}:{},_0x5c842b);});for(const _0x22da58 of _0x15b708){for(const _0x5f49d2 of _0x1421e7){const _0x2075bb=_0x298b74['spawn']();_0x2075bb[_0x8c2a32(0x200)](_0x5f49d2),_0x2075bb[_0x8c2a32(0x1e5)](_0x22da58);const _0x1a3cdc={};_0x1a3cdc[_0x8c2a32(0x1fa)]=_0x30835c,_0x2075bb[_0x8c2a32(0x240)](Object[_0x8c2a32(0x1fe)](_0x1a3cdc,_0x4c7ccd));}}_0x298b74['on'](CodeceptJS[_0x8c2a32(0x208)]['test']['failed'],(_0x996cb,_0x3557ac)=>{const _0xa4169a=_0x8c2a32;console[_0xa4169a(0x236)](_0x38d7f5[_0xa4169a(0x26e)],_0x996cb[_0xa4169a(0x229)]);const _0x565c47={[_0x996cb['title']]:_0x996cb[_0xa4169a(0x233)][_0xa4169a(0x214)]};_testErrorData['push'](_0x565c47);}),_0x298b74['on'](CodeceptJS[_0x8c2a32(0x208)]['test'][_0x8c2a32(0x1f4)],async _0xb93386=>{const _0x2d65b2=_0x8c2a32;console[_0x2d65b2(0x236)](_0x38d7f5[_0x2d65b2(0x26d)],_0xb93386[_0x2d65b2(0x229)]);}),_0x298b74['on'](CodeceptJS['event'][_0x8c2a32(0x247)][_0x8c2a32(0x1f2)],async _0x222843=>{const _0x4f646a=_0x8c2a32;console[_0x4f646a(0x236)](_0x38d7f5[_0x4f646a(0x212)],_0x222843['title']);}),_0x298b74['on'](CodeceptJS[_0x8c2a32(0x208)][_0x8c2a32(0x1df)][_0x8c2a32(0x22b)],async()=>{const _0x37b2f5=_0x8c2a32,_0x42b0ee=_0x38d7f5[_0x37b2f5(0x213)][_0x37b2f5(0x1d6)]('|');let _0x328e2a=0x0;while(!![]){switch(_0x42b0ee[_0x328e2a++]){case'0':PerformanceTester[_0x37b2f5(0x20b)](PerformanceEvents[_0x37b2f5(0x228)]);continue;case'1':utilities[_0x37b2f5(0x20c)](_0x1bfd61);continue;case'2':testOpsHelper['printBuildLink']();continue;case'3':try{await TestHubHandler[_0x37b2f5(0x221)]();}catch(_0x5843de){logger[_0x37b2f5(0x220)]('Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20'+util[_0x37b2f5(0x258)](_0x5843de));}continue;case'4':_0x1bfd61['errorMessage']=_testErrorData;continue;case'5':_0x298b74[_0x37b2f5(0x249)]();continue;}break;}});async function _0x22f89b(){const _0x1a634b=_0x8c2a32;try{await _0x298b74['bootstrapAll'](),await _0x298b74['run']();}finally{process[_0x1a634b(0x218)](_0x50c257),await _0x298b74[_0x1a634b(0x239)]();}}PerformanceTester[_0x8c2a32(0x20a)](PerformanceEvents['SDK_SETUP']),await _0x38d7f5[_0x8c2a32(0x21f)](_0x22f89b);}module[a2_0x3edaed(0x206)]=run;
2
+ 'use strict';const a2_0x4ca47d=a2_0x30d1;function a2_0xde7c(){const _0x32e041=['gNRsu','../../helpers/test-observability/constants','30541XMNvuu','info','WhrNz','rihOz','playwright-webkit','2785050wqQUGJ','isUndefined','enabled','existsSync','getUserWorkerCount','Passed\x20:\x20','PmjVD','HrRlr','test','process','Workers','title','run','10opYGde','../../helpers/logger','BROWSERSTACK_RERUN_TESTS','qrdgd','Playwright','finalExecution','length','32392CFeeCc','skipSessionStatus','3004320kmGtox','Failed\x20:\x20','playwright-firefox','testContextOptions','BrowserStackPlugin.js','errorMessage','event','env','gVEtq','failed','uPVwy','Started\x20:\x20','TnlNP','stack','before','../utils/clientTroubleshootingService','prepareCapabilities','split','hubUrl','require','mergeDeep','102554EGJBKb','key','teardownAll','profile','--config','accessibilityOptions','isTrue','getPlatformName','skipSessionName','browserName','join','urXew','dirname','qwKuj','jxNNe','browser','ZVHeD','util','forEach','now','3|4|0|5|1|2','end','qZFne','result','chrome','slice','bootstrapAll','WtTYq','findIndex','XpZwU','1XTrZFv','helpers','CODECEPT_CUCUMBER','../../helpers/helper','KzUuh','isEmpty','log','2817405SxgHhj','knqhI','format','ksAPb','root','spawn','validPlatformsPresent','BROWSERSTACK_TEST_ACCESSIBILITY_YML','MhhGL','MJlxb','../utils/constants','desiredCapabilities','IaEnT','NbiTb','lilpe','addOptions','path','frameworkName','cwd','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','testConfig','CODECEPT','browserWSEndpoint','load','aZYww','../../helpers/accessibility-automation/helper','playwright-chromium','platforms','getPlaywrightUrl','parallelsPerPlatform','push','map','codeceptjs','lscoJ','assign','start','SDK_SETUP','useW3C','toLowerCase','WebDriver','378LvmkYm','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','../../helpers/performance/constants','BROWSERSTACK_TEST_OBSERVABILITY_YML','../../helpers/BrowserStackSetup','USER_CONFIG_DETAILS_PATH','testObservability','all','12399750AhBPzu','FRAMEWORKS','replace','70kyYKSr','handleApp','firefox','browserStackCwd','isTestObservabilitySession','yxKFK','createGroupsOfSuites','QRbsk','BrowserStackPlugin','passed','winstonLogger','exports','YsonD','config','stop','accessibility','initialize','../../bin/playwright/accessibility-helper','codeceptjs/lib/index.js'];a2_0xde7c=function(){return _0x32e041;};return a2_0xde7c();}(function(_0x580382,_0x1ec23a){const _0x2d126b=a2_0x30d1,_0x5bd7c5=_0x580382();while(!![]){try{const _0xa6910d=parseInt(_0x2d126b(0x188))/0x1*(parseInt(_0x2d126b(0x16a))/0x2)+-parseInt(_0x2d126b(0x18f))/0x3+parseInt(_0x2d126b(0x1f0))/0x4*(-parseInt(_0x2d126b(0x1c2))/0x5)+-parseInt(_0x2d126b(0x1b7))/0x6*(parseInt(_0x2d126b(0x1d7))/0x7)+parseInt(_0x2d126b(0x1f2))/0x8+parseInt(_0x2d126b(0x1dc))/0x9+-parseInt(_0x2d126b(0x1e9))/0xa*(-parseInt(_0x2d126b(0x1bf))/0xb);if(_0xa6910d===_0x1ec23a)break;else _0x5bd7c5['push'](_0x5bd7c5['shift']());}catch(_0xecfdbe){_0x5bd7c5['push'](_0x5bd7c5['shift']());}}}(a2_0xde7c,0x82e4d));const fs=require('fs'),path=require('path'),util=require(a2_0x4ca47d(0x17b)),process=require(a2_0x4ca47d(0x1e5)),logger=require(a2_0x4ca47d(0x1ea))[a2_0x4ca47d(0x1cc)],{default:BrowserStackSetup}=require(a2_0x4ca47d(0x1bb)),helper=require(a2_0x4ca47d(0x18b)),utilities=require('../../helpers/utilities'),{checkAccessibilityPlatformConfig}=require(a2_0x4ca47d(0x1a8)),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a2_0x4ca47d(0x1d3)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x4ca47d(0x18b)),CodeceptJS=requireModule(a2_0x4ca47d(0x1d4),a2_0x4ca47d(0x1af)),testOpsHelper=require('../../helpers/test-observability/utils'),TestHubHandler=require('../../helpers/testhub/testhubHandler'),constants=require(a2_0x4ca47d(0x199)),PerformanceTester=require('../../helpers/performance/performance-tester'),{FRAMEWORKS}=require(a2_0x4ca47d(0x1d6)),PerformanceEvents=require(a2_0x4ca47d(0x1b9))['EVENTS'],ClientTroubleShootingService=require(a2_0x4ca47d(0x164)),_testErrorData=[],getUserCodeceptJSConfigs=(_0xf4bc93,_0x13db16)=>{const _0x1e0f4d=a2_0x4ca47d,_0x35d255={};_0x35d255[_0x1e0f4d(0x19c)]=function(_0x70f1c0,_0x2afa3d){return _0x70f1c0===_0x2afa3d;},_0x35d255[_0x1e0f4d(0x178)]='codecept.conf.js',_0x35d255[_0x1e0f4d(0x1d5)]='codecept.json';const _0x1fe269=_0x35d255;let _0x5134c1=null;const _0x2b16ea={};let _0x229259=_0x13db16[_0x1e0f4d(0x186)](_0x20097f=>_0x20097f===_0x1e0f4d(0x16e));_0x1fe269[_0x1e0f4d(0x19c)](_0x229259,-0x1)&&(_0x229259=_0x13db16[_0x1e0f4d(0x186)](_0x4fb05f=>_0x4fb05f==='-c'));if(!helper[_0x1e0f4d(0x1dd)](_0xf4bc93['config'])&&fs[_0x1e0f4d(0x1df)](path['join'](process[_0x1e0f4d(0x1a1)](),_0xf4bc93[_0x1e0f4d(0x1cf)])))_0x5134c1=path[_0x1e0f4d(0x174)](process[_0x1e0f4d(0x1a1)](),_0xf4bc93[_0x1e0f4d(0x1cf)]),_0x13db16[_0x1e0f4d(0x183)](_0x229259,0x2);else{if(!helper[_0x1e0f4d(0x1dd)](_0xf4bc93['c'])&&fs[_0x1e0f4d(0x1df)](path['join'](process[_0x1e0f4d(0x1a1)](),_0xf4bc93['c'])))_0x5134c1=path[_0x1e0f4d(0x174)](process['cwd'](),_0xf4bc93['c']),_0x13db16[_0x1e0f4d(0x183)](_0x229259,0x2);else{if(fs[_0x1e0f4d(0x1df)](path[_0x1e0f4d(0x174)](process[_0x1e0f4d(0x1a1)](),_0x1fe269[_0x1e0f4d(0x178)])))_0x5134c1=path['join'](process[_0x1e0f4d(0x1a1)](),_0x1fe269[_0x1e0f4d(0x178)]);else fs[_0x1e0f4d(0x1df)](path[_0x1e0f4d(0x174)](process[_0x1e0f4d(0x1a1)](),_0x1fe269[_0x1e0f4d(0x1d5)]))&&(_0x5134c1=path[_0x1e0f4d(0x174)](process['cwd'](),_0x1fe269[_0x1e0f4d(0x1d5)]));}}return process[_0x1e0f4d(0x1f9)][_0x1e0f4d(0x1bc)]=_0x5134c1,_0x5134c1;},getO11yRerunPattern=()=>{const _0x1ff553=a2_0x4ca47d,_0x31a271=helper[_0x1ff553(0x170)](process[_0x1ff553(0x1f9)]['BROWSERSTACK_RERUN']);if(_0x31a271){const _0x440981=process[_0x1ff553(0x1f9)][_0x1ff553(0x1eb)],_0xacb636=[];if(helper['validateRerunTestList'](_0x440981)&&!helper[_0x1ff553(0x1dd)](_0x440981)){_0x440981[_0x1ff553(0x166)](',')[_0x1ff553(0x1ae)](_0xd2c7d=>{const _0x1cfabe=_0x1ff553;_0xacb636[_0x1cfabe(0x1ad)]('('+_0xd2c7d['trim']()+')');});const _0x44c0db='^'+_0xacb636[_0x1ff553(0x174)]('|')+'$';return _0x44c0db;}}return null;},a2_0x1e51eb={};a2_0x1e51eb[a2_0x4ca47d(0x182)]='chromium',a2_0x1e51eb[a2_0x4ca47d(0x1a9)]='chromium',a2_0x1e51eb[a2_0x4ca47d(0x1f4)]=a2_0x4ca47d(0x1c4),a2_0x1e51eb[a2_0x4ca47d(0x1db)]='webkit';function a2_0x30d1(_0x447c40,_0x5381ae){const _0xde7c24=a2_0xde7c();return a2_0x30d1=function(_0x30d13c,_0x49b532){_0x30d13c=_0x30d13c-0x15e;let _0x3e2022=_0xde7c24[_0x30d13c];return _0x3e2022;},a2_0x30d1(_0x447c40,_0x5381ae);}const pwToCodeceptBrowser=a2_0x1e51eb;async function run(_0x155424,_0x491153,_0x337fc6){const _0x16ae24=a2_0x4ca47d,_0x126c64={'HrRlr':function(_0xefb2b0,_0x11672e,_0x22a0e5,_0x15545b){return _0xefb2b0(_0x11672e,_0x22a0e5,_0x15545b);},'uPVwy':function(_0x41e564,_0x3d5817){return _0x41e564+_0x3d5817;},'ksAPb':function(_0xd29d6a,_0x1e18ff){return _0xd29d6a(_0x1e18ff);},'qZFne':function(_0x34dc2a,_0x2d207a,_0x1ae950){return _0x34dc2a(_0x2d207a,_0x1ae950);},'KzUuh':_0x16ae24(0x189),'aZYww':function(_0x5727aa){return _0x5727aa();},'SorCa':'/wd/hub','IaEnT':function(_0x144241){return _0x144241();},'XChej':_0x16ae24(0x1f3),'urXew':_0x16ae24(0x1e1),'TnlNP':_0x16ae24(0x160),'WtTYq':_0x16ae24(0x17e),'YsonD':_0x16ae24(0x1a2),'lilpe':function(_0x49b9fa,_0x187499,_0x16111e){return _0x49b9fa(_0x187499,_0x16111e);},'PmjVD':_0x16ae24(0x1ed),'XpZwU':'WebDriver','gVEtq':function(_0x73b92b,_0x4be877){return _0x73b92b(_0x4be877);},'rihOz':function(_0x292ad4,_0x52b54f){return _0x292ad4!=_0x52b54f;},'rcXGL':function(_0x1f2996,_0x409b64){return _0x1f2996===_0x409b64;},'knqhI':function(_0xb6ab82,_0x1ebee8,_0x9a8377){return _0xb6ab82(_0x1ebee8,_0x9a8377);},'lscoJ':'gherkin','qrdgd':function(_0x4a51f6,_0x294680){return _0x4a51f6*_0x294680;},'yxKFK':function(_0x1e7106,_0x50f999,_0x388071){return _0x1e7106(_0x50f999,_0x388071);},'ZVHeD':_0x16ae24(0x179),'QRbsk':function(_0x9578a6,_0x174b31,_0x5aeb11){return _0x9578a6(_0x174b31,_0x5aeb11);},'smSYK':_0x16ae24(0x19a),'qwKuj':_0x16ae24(0x193),'MhhGL':_0x16ae24(0x1f6),'WhrNz':_0x16ae24(0x1c5),'MJlxb':function(_0x14e870){return _0x14e870();}};await _0x337fc6[_0x16ae24(0x1d2)](_0x155424),await helper[_0x16ae24(0x1c3)](_0x337fc6[_0x16ae24(0x1cf)]);if(!_0x337fc6['config'])return;process['profile']=_0x155424[_0x16ae24(0x16d)];_0x155424[_0x16ae24(0x16d)]&&(process[_0x16ae24(0x1f9)][_0x16ae24(0x16d)]=_0x155424[_0x16ae24(0x16d)]);const _0x3567e3=_0x126c64[_0x16ae24(0x180)](getUserCodeceptJSConfigs,_0x155424,_0x491153);let _0x2fe88d={};_0x3567e3?(logger[_0x16ae24(0x1d8)]('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0x3567e3),_0x2fe88d=CodeceptJS[_0x16ae24(0x1cf)][_0x16ae24(0x1a6)](_0x3567e3)):logger[_0x16ae24(0x1d8)](_0x126c64[_0x16ae24(0x1ce)]);let _0x5397b2=![];_0x126c64[_0x16ae24(0x19d)](nestedKeyValue,_0x2fe88d,[_0x126c64['KzUuh'],_0x126c64[_0x16ae24(0x1e2)]])&&(_0x5397b2=!![]);const _0x2b6844=_0x5397b2?_0x126c64[_0x16ae24(0x1e2)]:_0x126c64[_0x16ae24(0x187)];let _0x39e949=!_0x5397b2?helper[_0x16ae24(0x1b4)](_0x337fc6[_0x16ae24(0x1cf)]):![];!helper['isUndefined'](_0x337fc6[_0x16ae24(0x1cf)]['accessibilityOptions'])&&(process[_0x16ae24(0x1f9)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON['stringify'](_0x337fc6[_0x16ae24(0x1cf)][_0x16ae24(0x16f)]));let _0x411ff1=_0x337fc6['config'][_0x16ae24(0x1d1)];_0x411ff1=_0x411ff1||_0x126c64[_0x16ae24(0x1fa)](checkAccessibilityPlatformConfig,_0x337fc6[_0x16ae24(0x1cf)]),process[_0x16ae24(0x1f9)][_0x16ae24(0x196)]=_0x411ff1;_0x411ff1&&(_0x39e949=!_0x411ff1);_0x126c64[_0x16ae24(0x1da)](_0x337fc6['config'][_0x16ae24(0x1bd)],null)?process[_0x16ae24(0x1f9)][_0x16ae24(0x1ba)]=_0x337fc6[_0x16ae24(0x1cf)][_0x16ae24(0x1bd)]:process[_0x16ae24(0x1f9)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x126c64['rcXGL'](_0x2b6844,_0x126c64[_0x16ae24(0x1e2)]);const _0x4ad90c=_0x126c64[_0x16ae24(0x190)](nestedKeyValue,_0x2fe88d,[_0x126c64[_0x16ae24(0x1b0)]]),_0x45229c=_0x4ad90c&&!helper[_0x16ae24(0x18d)](_0x4ad90c)?FRAMEWORKS[_0x16ae24(0x18a)]:FRAMEWORKS[_0x16ae24(0x1a4)],_0x30d627=await TestHubHandler['launchBuild'](_0x45229c,_0x337fc6);_0x411ff1&&_0x126c64[_0x16ae24(0x1fa)](setAccessibilityCapabilities,_0x337fc6[_0x16ae24(0x1cf)]);const _0x2f5d85={},_0x1a90bf=[],_0x2d163f=_0x337fc6[_0x16ae24(0x1cf)][_0x16ae24(0x1ac)]||helper[_0x16ae24(0x1e0)](_0x155424,_0x491153,_0x337fc6[_0x16ae24(0x1cf)],constants[_0x16ae24(0x1c0)][_0x16ae24(0x1a4)])||0x1;let _0x23a89d=0x1;if(_0x126c64[_0x16ae24(0x19b)](isBrowserstackInfra)){const _0x3e1ba8=helper[_0x16ae24(0x165)](_0x337fc6['config'],_0x39e949,constants['FRAMEWORKS'][_0x16ae24(0x1a4)]);_0x3e1ba8[_0x16ae24(0x17c)](_0x47d09f=>{helper['setAdditionalCapabilities'](_0x47d09f);}),helper[_0x16ae24(0x195)](_0x337fc6[_0x16ae24(0x1cf)])?_0x23a89d=_0x126c64[_0x16ae24(0x1ec)](_0x2d163f,_0x337fc6[_0x16ae24(0x1cf)][_0x16ae24(0x1aa)][_0x16ae24(0x1ef)]):_0x23a89d=_0x2d163f,_0x3e1ba8['forEach'](_0xb5c83e=>{const _0x216dae=_0x16ae24,_0x44dbd5=_0x126c64['uPVwy'](helper[_0x216dae(0x171)](_0xb5c83e,'_'),'_'+Date[_0x216dae(0x17d)]()),_0x1ea0d4=((()=>{const _0x1bd718=_0x216dae;if(_0x5397b2){const _0x1a6941=pwToCodeceptBrowser[_0xb5c83e[_0x1bd718(0x173)]]||_0xb5c83e['browserName'],_0x3d2f32=helper[_0x1bd718(0x1ab)](_0x337fc6[_0x1bd718(0x1cf)]),_0x590457=Object[_0x1bd718(0x1b1)]({},_0xb5c83e);return _0x126c64[_0x1bd718(0x1e3)](processAccessibilityCaps,_0x590457,_0x3d2f32,null),{'browser':_0x1a6941,[_0x1a6941]:{'browserWSEndpoint':_0x126c64[_0x1bd718(0x15f)](_0x3d2f32,_0x126c64[_0x1bd718(0x192)](encodeURIComponent,JSON['stringify'](_0x590457)))}};}const _0x5b2f46={};return _0x5b2f46[_0x1bd718(0x19a)]=_0xb5c83e,_0x5b2f46['user']=_0x337fc6[_0x1bd718(0x1cf)]['userName'],_0x5b2f46[_0x1bd718(0x16b)]=_0x337fc6['config']['accessKey'],_0x5b2f46;})()),_0x1b3e36=_0x126c64['qZFne'](nestedKeyValue,_0x2fe88d,[_0x126c64['KzUuh'],_0x2b6844]);_0x2f5d85[_0x44dbd5]=_0x1b3e36?helper[_0x216dae(0x169)](_0x1ea0d4,_0x1b3e36):_0x1ea0d4;if(_0x5397b2)_0x2f5d85[_0x44dbd5]['browser']=pwToCodeceptBrowser[_0xb5c83e[_0x216dae(0x173)]]||_0xb5c83e[_0x216dae(0x173)];else{_0x2f5d85[_0x44dbd5][_0x216dae(0x179)]=_0xb5c83e['browserName']||_0x1ea0d4['browser'];if(_0x126c64[_0x216dae(0x1a7)](isBrowserstackInfra)){_0x2f5d85[_0x44dbd5]['host']=constants[_0x216dae(0x167)]['replace'](_0x126c64['SorCa'],'')[_0x216dae(0x1c1)](/https?:\/\//,'');;_0x2f5d85[_0x44dbd5][_0x216dae(0x19f)]=_0x126c64['SorCa'];}}_0x1a90bf['push'](_0x44dbd5);});}else{_0x23a89d=0x1;if(_0x5397b2){const _0x2ff4c6=_0x126c64[_0x16ae24(0x1c7)](nestedKeyValue,_0x2fe88d,[_0x126c64[_0x16ae24(0x18c)],_0x2b6844,_0x126c64[_0x16ae24(0x17a)]]),_0x1abdf7=_0x126c64[_0x16ae24(0x1c9)](nestedKeyValue,_0x2fe88d,[_0x126c64[_0x16ae24(0x18c)],_0x2b6844,_0x2ff4c6]);if(_0x1abdf7&&_0x1abdf7[_0x16ae24(0x1a5)]){const _0x277857={};_0x277857[_0x16ae24(0x1aa)]=[],_0x1abdf7[_0x16ae24(0x1a5)]=helper[_0x16ae24(0x165)](Object[_0x16ae24(0x1b1)]({},_0x337fc6[_0x16ae24(0x1cf)],_0x277857),null,_0x45229c[_0x16ae24(0x1b5)](),null,null,_0x1abdf7['browserWSEndpoint']);}}else{const _0x57d90d={};_0x57d90d[_0x16ae24(0x1aa)]=[],_0x2fe88d[_0x126c64[_0x16ae24(0x18c)]][_0x2b6844][_0x126c64['smSYK']]=helper['prepareCapabilities'](Object['assign']({},_0x337fc6['config'],_0x57d90d),null,_0x45229c['toLowerCase'](),_0x126c64[_0x16ae24(0x180)](nestedKeyValue,_0x2fe88d,[_0x126c64[_0x16ae24(0x18c)],_0x2b6844,_0x126c64['smSYK']])||{},null,null);}_0x2f5d85[_0x126c64[_0x16ae24(0x177)]]=_0x2fe88d,_0x1a90bf['push'](_0x126c64[_0x16ae24(0x177)]);}const _0x28c75c={};_0x28c75c[_0x16ae24(0x1a3)]=_0x3567e3;const _0x2c6c00=_0x28c75c,_0x44c7c1=path['join'](__dirname,_0x126c64[_0x16ae24(0x197)]),_0x16376b=process[_0x16ae24(0x1a1)]();process['env'][_0x126c64[_0x16ae24(0x1d9)]]=_0x16376b,process['chdir'](path[_0x16ae24(0x176)](_0x3567e3));const _0x3486ac=new CodeceptJS[(_0x16ae24(0x1e6))](null,_0x2c6c00),_0x37111c=_0x3486ac[_0x16ae24(0x1c8)](_0x2d163f),_0x184970=testOpsHelper[_0x16ae24(0x1c6)](),_0x16fd24=_0x1a90bf[_0x16ae24(0x1ae)](_0x56e8b3=>{const _0x440a34=_0x16ae24,_0x4f4578={};_0x4f4578[_0x440a34(0x1ed)]=_0x2f5d85[_0x56e8b3];const _0x480e08={};_0x480e08[_0x440a34(0x1b6)]=_0x2f5d85[_0x56e8b3];const _0x379f63=_0x5397b2?_0x4f4578:_0x480e08,_0x37ca89=_0x126c64['aZYww'](getO11yRerunPattern),_0x15a247={};_0x15a247['helpers']=_0x379f63;const _0x2ccf0f={};_0x2ccf0f[_0x440a34(0x168)]=_0x44c7c1,_0x2ccf0f[_0x440a34(0x1de)]=!![],_0x2ccf0f[_0x440a34(0x172)]=_0x337fc6[_0x440a34(0x1cf)][_0x440a34(0x1f5)]['skipSessionName'],_0x2ccf0f['skipSessionStatus']=_0x337fc6['config'][_0x440a34(0x1f5)][_0x440a34(0x1f1)],_0x2ccf0f['testObservability']=_0x184970,_0x2ccf0f[_0x440a34(0x1a0)]=_0x45229c;const _0x2148f3={};_0x2148f3[_0x440a34(0x1ca)]=_0x2ccf0f;const _0x440229={};return _0x440229['plugins']=_0x2148f3,helper[_0x440a34(0x169)]({},_0x2fe88d,_0x126c64[_0x440a34(0x19b)](isBrowserstackInfra)?_0x15a247:{},_0x37ca89?{'grep':_0x37ca89}:{},_0x440229);});for(const _0x5ac8a8 of _0x16fd24){for(const _0x33a9d1 of _0x37111c){const _0x1af02d=_0x3486ac[_0x16ae24(0x194)]();_0x1af02d['addTests'](_0x33a9d1),_0x1af02d['addConfig'](_0x5ac8a8);const _0x1ffe02={};_0x1ffe02[_0x16ae24(0x1cf)]=_0x3567e3,_0x1af02d[_0x16ae24(0x19e)](Object[_0x16ae24(0x1b1)](_0x1ffe02,_0x155424));}}_0x3486ac['on'](CodeceptJS[_0x16ae24(0x1f8)][_0x16ae24(0x1e4)][_0x16ae24(0x15e)],(_0x29e203,_0x53d115)=>{const _0x585232=_0x16ae24;console['log'](_0x126c64['XChej'],_0x29e203['title']);const _0x4ac147={[_0x29e203['title']]:_0x29e203['err'][_0x585232(0x162)]};_testErrorData['push'](_0x4ac147);}),_0x3486ac['on'](CodeceptJS[_0x16ae24(0x1f8)]['test'][_0x16ae24(0x1cb)],async _0x1475f1=>{const _0x3763aa=_0x16ae24;console[_0x3763aa(0x18e)](_0x126c64[_0x3763aa(0x175)],_0x1475f1[_0x3763aa(0x1e7)]);}),_0x3486ac['on'](CodeceptJS['event'][_0x16ae24(0x1e4)][_0x16ae24(0x163)],async _0x490d4d=>{const _0x4ed8a4=_0x16ae24;console['log'](_0x126c64[_0x4ed8a4(0x161)],_0x490d4d[_0x4ed8a4(0x1e7)]);}),_0x3486ac['on'](CodeceptJS[_0x16ae24(0x1f8)][_0x16ae24(0x1be)][_0x16ae24(0x181)],async()=>{const _0x41eaa1=_0x16ae24,_0x1e8f0e=_0x126c64[_0x41eaa1(0x185)]['split']('|');let _0x975a92=0x0;while(!![]){switch(_0x1e8f0e[_0x975a92++]){case'0':testOpsHelper['printBuildLink']();continue;case'1':try{await TestHubHandler[_0x41eaa1(0x1d0)]();}catch(_0xcfbfc2){logger['debug'](_0x41eaa1(0x1b8)+util[_0x41eaa1(0x191)](_0xcfbfc2));}continue;case'2':_0x3486ac['printResults']();continue;case'3':PerformanceTester[_0x41eaa1(0x1b2)](PerformanceEvents['SDK_CLEANUP']);continue;case'4':_0x337fc6[_0x41eaa1(0x1f7)]=_testErrorData;continue;case'5':utilities[_0x41eaa1(0x1ee)](_0x337fc6);continue;}break;}});async function _0x1eb184(){const _0xede058=_0x16ae24;try{await _0x3486ac[_0xede058(0x184)](),await _0x3486ac[_0xede058(0x1e8)]();}finally{process['chdir'](_0x16376b),await _0x3486ac[_0xede058(0x16c)]();}}PerformanceTester[_0x16ae24(0x17f)](PerformanceEvents[_0x16ae24(0x1b3)]),await _0x126c64[_0x16ae24(0x198)](_0x1eb184);}module[a2_0x4ca47d(0x1cd)]=run;
@@ -1 +1 @@
1
- const a3_0x596f55=a3_0x2fb8;function a3_0x28e0(){const _0x98d69c=['CTFQw','nZVsW','1170071OmxuLR','../../helpers/accessibility-automation/helper','isVersionSupported','514850ohpegj','warn','kRRfD','latest','ZClUp','platform_version','BJJiF','parse','lXryb','pHXoq','YawWR','string','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','dIeUf','get','1605ShlUNH','browserstack_accessibility_automation_script','desiredCapabilities','../../helpers/test-observability/utils','../../helpers/logger','QwNBM','browser_version','3502176BjCKYN','searchParams','bstack:options','constructor','fetchPlatformDetails','\x20or\x20higher\x20','osVersion','config','name','7734PocLux','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','207lDSVop','vpxJx','accessibilityPlatform','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','sessionId','getMinVersionForBrowser','capabilities','zlWBO','UZXLm','platformName','browserWSEndpoint','309736SiLZeP','MEGHK','processWebDriverConfig','browser','cygVu','Playwright','shouldPatchExecuteScript','WebDriver','getDetails','feHIo','tXrxJ','UFXof','__cloud_provider___','824laUJby','../../helpers/helper','browserName','browserstack_executor','lsFRa','includes','rFpPP','4902jJGfwA','on\x20non-BrowserStack\x20infrastructure\x20','AlDAl','deviceName','cloudProvider','555014ivKhmf','\x20browser\x20version\x20','VqvyI','browserVersion','nSnTK','unknown_grid','getBrowserDisplayName','Vusuh'];a3_0x28e0=function(){return _0x98d69c;};return a3_0x28e0();}function a3_0x2fb8(_0x5dc22f,_0x5ccc4a){const _0x28e0c1=a3_0x28e0();return a3_0x2fb8=function(_0x2fb8d2,_0x321e4c){_0x2fb8d2=_0x2fb8d2-0x1b0;let _0x38cc6d=_0x28e0c1[_0x2fb8d2];return _0x38cc6d;},a3_0x2fb8(_0x5dc22f,_0x5ccc4a);}(function(_0xcae96c,_0x53b2be){const _0x5aabf3=a3_0x2fb8,_0x542fa4=_0xcae96c();while(!![]){try{const _0x26410e=parseInt(_0x5aabf3(0x1fb))/0x1+parseInt(_0x5aabf3(0x1c2))/0x2+-parseInt(_0x5aabf3(0x1ee))/0x3*(-parseInt(_0x5aabf3(0x1b6))/0x4)+parseInt(_0x5aabf3(0x1de))/0x5*(-parseInt(_0x5aabf3(0x1bd))/0x6)+parseInt(_0x5aabf3(0x1cc))/0x7+parseInt(_0x5aabf3(0x1e5))/0x8+parseInt(_0x5aabf3(0x1f0))/0x9*(-parseInt(_0x5aabf3(0x1cf))/0xa);if(_0x26410e===_0x53b2be)break;else _0x542fa4['push'](_0x542fa4['shift']());}catch(_0x8bb99f){_0x542fa4['push'](_0x542fa4['shift']());}}}(a3_0x28e0,0x43958));const {isUndefined,nestedKeyValue}=require(a3_0x596f55(0x1b7)),logger=require(a3_0x596f55(0x1e2))['winstonLogger'],PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{isAccessibilityAutomationSession}=require(a3_0x596f55(0x1cd)),{getObservabilityLinkedProductName}=require(a3_0x596f55(0x1e1)),accessibilityHelper=require(a3_0x596f55(0x1cd)),{isBrowserstackInfra}=require(a3_0x596f55(0x1b7)),getOSVersionFromCaps=_0x4b2fbc=>{const _0x29ac01=a3_0x596f55,_0x561b01={};_0x561b01[_0x29ac01(0x1d7)]=_0x29ac01(0x1e7),_0x561b01[_0x29ac01(0x1f8)]='platformVersion',_0x561b01['GSXDM']=_0x29ac01(0x1d4),_0x561b01[_0x29ac01(0x1f1)]=_0x29ac01(0x1eb),_0x561b01['pHXoq']='os_version';const _0x5b8a17=_0x561b01;if(!_0x4b2fbc)return null;const _0x3f4c4b=_0x4b2fbc[_0x5b8a17[_0x29ac01(0x1d7)]],_0x37e6b2=[_0x5b8a17[_0x29ac01(0x1f8)],_0x5b8a17['GSXDM'],_0x5b8a17[_0x29ac01(0x1f1)],_0x5b8a17[_0x29ac01(0x1d8)]];for(const _0x2316b4 of _0x37e6b2){if(_0x3f4c4b&&_0x3f4c4b[_0x2316b4])return _0x3f4c4b[_0x2316b4];else{if(_0x4b2fbc[_0x2316b4])return _0x4b2fbc[_0x2316b4];}}return null;};exports[a3_0x596f55(0x1e9)]=_0x3fea69=>{const _0x169b1c=a3_0x596f55,_0x76188b={'ZNMzh':_0x169b1c(0x1c7),'VqvyI':function(_0x4346af,_0x157041){return _0x4346af===_0x157041;},'dKNex':_0x169b1c(0x1b0),'YawWR':function(_0x245f44,_0x11073f){return _0x245f44(_0x11073f);},'AlDAl':function(_0x458071,_0x13d586,_0x367418){return _0x458071(_0x13d586,_0x367418);},'UFXof':_0x169b1c(0x1ec),'nSnTK':_0x169b1c(0x1e0),'lsFRa':_0x169b1c(0x200),'mLKHl':_0x169b1c(0x1fe),'rFpPP':_0x169b1c(0x1fa),'CTFQw':'caps'};if(!_0x3fea69)return null;let _0x156f4b=global[_0x169b1c(0x1b5)]||_0x76188b['ZNMzh'];if(_0x76188b[_0x169b1c(0x1c4)](_0x3fea69[_0x169b1c(0x1e8)][_0x169b1c(0x1ed)],_0x76188b['dKNex'])){const _0x208259=_0x3fea69['browser'];if(!_0x208259)return null;const _0x4f1ffe=_0x208259['capabilities'],_0x4128f1=_0x76188b[_0x169b1c(0x1d9)](getOSVersionFromCaps,_0x76188b[_0x169b1c(0x1bf)](nestedKeyValue,_0x3fea69,[_0x76188b[_0x169b1c(0x1b4)],_0x76188b[_0x169b1c(0x1c6)]]));return{[_0x156f4b]:{'browser':_0x4f1ffe[_0x169b1c(0x1b8)],'browser_version':_0x4f1ffe[_0x169b1c(0x1c5)],'capabilities':_0x4f1ffe,'platform':_0x4f1ffe[_0x169b1c(0x1f9)],'platform_version':_0x4f1ffe['platformVersion']||_0x4128f1,'product':_0x76188b[_0x169b1c(0x1d9)](getObservabilityLinkedProductName,_0x4f1ffe),'session_id':_0x208259[_0x169b1c(0x1f4)]}};}else{if(_0x76188b[_0x169b1c(0x1c4)](_0x3fea69[_0x169b1c(0x1e8)][_0x169b1c(0x1ed)],_0x76188b[_0x169b1c(0x1ba)])){const _0x4f605c=PlaywrightSessionDetails[_0x169b1c(0x1b1)]();_0x156f4b=_0x4f605c[_0x169b1c(0x1c1)]||_0x156f4b;const _0x365a9d=_0x76188b['AlDAl'](nestedKeyValue,_0x3fea69,[_0x76188b[_0x169b1c(0x1b4)],_0x76188b['mLKHl'],_0x76188b[_0x169b1c(0x1bc)]]),_0x324ddb=_0x365a9d?JSON[_0x169b1c(0x1d6)](new URL(_0x365a9d)[_0x169b1c(0x1e6)][_0x169b1c(0x1dd)](_0x76188b[_0x169b1c(0x1ca)])):{};return{[_0x156f4b]:{'browser':_0x4f605c[_0x169b1c(0x1fe)]||_0x324ddb[_0x169b1c(0x1b8)],'browser_version':_0x4f605c[_0x169b1c(0x1e4)]||_0x324ddb['browser_version'],'capabilities':_0x324ddb,'platform':_0x4f605c['platform'],'platform_version':_0x4f605c[_0x169b1c(0x1d4)],'product':_0x76188b[_0x169b1c(0x1d9)](getObservabilityLinkedProductName,_0x324ddb),'session_id':_0x4f605c['bsSessionId']}};}}},exports[a3_0x596f55(0x1fd)]=_0x5c0939=>{const _0x4dba10=a3_0x596f55,_0x358318={'nZVsW':function(_0x13e7ae){return _0x13e7ae();},'BJJiF':_0x4dba10(0x1db),'cygVu':function(_0x1c797f,_0x3d68fa){return _0x1c797f!==_0x3d68fa;},'feHIo':_0x4dba10(0x1d2),'tXrxJ':function(_0x61690a){return _0x61690a();},'kRRfD':_0x4dba10(0x1be),'Vusuh':function(_0x942023,_0x126bb9){return _0x942023(_0x126bb9);},'ZClUp':_0x4dba10(0x1f3)};if(_0x358318[_0x4dba10(0x1cb)](isAccessibilityAutomationSession)){const _0x8efb8=_0x5c0939[_0x4dba10(0x1fe)],_0x588823=_0x8efb8[_0x4dba10(0x1f6)];global['accessibilityPlatform']=!![];!accessibilityHelper['isBrowserSupportedForAccessibility'](_0x588823['browserName'])&&(logger[_0x4dba10(0x1d0)](_0x358318[_0x4dba10(0x1d5)]),global[_0x4dba10(0x1f2)]=![]);if(_0x358318[_0x4dba10(0x1ff)](_0x588823['browserVersion'],_0x358318[_0x4dba10(0x1b2)])){const _0x2afd88=_0x358318[_0x4dba10(0x1b3)](isBrowserstackInfra),_0x53466a=accessibilityHelper[_0x4dba10(0x1f5)](_0x588823[_0x4dba10(0x1b8)],_0x2afd88),_0x120fcc=accessibilityHelper[_0x4dba10(0x1c8)](_0x588823['browserName']);if(!accessibilityHelper[_0x4dba10(0x1ce)](_0x588823['browserVersion'],_0x53466a)){const _0x131dff=_0x2afd88?'':_0x358318[_0x4dba10(0x1d1)];logger[_0x4dba10(0x1d0)](_0x4dba10(0x1ef)+_0x120fcc+_0x4dba10(0x1c3)+_0x53466a+_0x4dba10(0x1ea)+_0x131dff+'.'),global['accessibilityPlatform']=![];}}!_0x358318[_0x4dba10(0x1c9)](isUndefined,_0x588823[_0x4dba10(0x1c0)])&&(logger[_0x4dba10(0x1d0)](_0x358318[_0x4dba10(0x1d3)]),global[_0x4dba10(0x1f2)]=![]);}},exports[a3_0x596f55(0x201)]=_0x1e6a7b=>{const _0x352715=a3_0x596f55,_0x2db4d1={};_0x2db4d1[_0x352715(0x1f7)]=function(_0x46ee15,_0x2e80aa){return _0x46ee15!==_0x2e80aa;},_0x2db4d1[_0x352715(0x1fc)]=_0x352715(0x1da),_0x2db4d1[_0x352715(0x1e3)]=_0x352715(0x1b9),_0x2db4d1[_0x352715(0x1dc)]=_0x352715(0x1df);const _0x9edf74=_0x2db4d1;if(!_0x1e6a7b)return![];else{if(_0x9edf74[_0x352715(0x1f7)](typeof _0x1e6a7b,_0x9edf74['MEGHK']))return!![];}return!_0x1e6a7b[_0x352715(0x1bb)](_0x9edf74[_0x352715(0x1e3)])&&!_0x1e6a7b[_0x352715(0x1bb)](_0x9edf74[_0x352715(0x1dc)]);};
1
+ const a3_0x114b2f=a3_0x5818;function a3_0x4f83(){const _0x337761=['WbAFy','fOwzN','omVNe','../../helpers/accessibility-automation/helper','IDzWZ','caps','platformVersion','osVersion','wnHLj','browserVersion','dlfAL','on\x20non-BrowserStack\x20infrastructure\x20','bsSessionId','lzKak','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','WebDriver','deviceName','searchParams','hMMXX','anoBR','kFfmQ','constructor','getBrowserDisplayName','715pjBaUi','browserstack_executor','bstack:options','5484837ZxpdpD','IFHmF','browserName','MWHVK','__cloud_provider___','ptvrZ','2699908uTuduI','../../helpers/helper','getMinVersionForBrowser','browser_version','483440qZSVgQ','1578874VlpMJj','isBrowserSupportedForAccessibility','browserWSEndpoint','../../helpers/logger','shouldPatchExecuteScript','unknown_grid','browser','getDetails','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','23946StYeyY','2VePYlF','platformName','includes','capabilities','OyeRi','SJHLG','zLdNg','sessionId','accessibilityPlatform','vrSdQ','warn','fetchPlatformDetails','os_version','1382738yzgpon','\x20browser\x20version\x20','nKDAX','platform_version','13431843IPyone','parse','fTUKT','../../helpers/test-observability/utils','name','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','KDqOq','TLDLF','latest','config','OiTWb','dkrrh','../../bin/playwright/sessionDetails'];a3_0x4f83=function(){return _0x337761;};return a3_0x4f83();}function a3_0x5818(_0x1f5c29,_0x1b29b9){const _0x4f8396=a3_0x4f83();return a3_0x5818=function(_0x5818ca,_0x34c724){_0x5818ca=_0x5818ca-0xc9;let _0x461464=_0x4f8396[_0x5818ca];return _0x461464;},a3_0x5818(_0x1f5c29,_0x1b29b9);}(function(_0x4f694f,_0x20edb1){const _0x30f11f=a3_0x5818,_0x310067=_0x4f694f();while(!![]){try{const _0x5dc17c=parseInt(_0x30f11f(0x10c))/0x1+parseInt(_0x30f11f(0xc9))/0x2*(parseInt(_0x30f11f(0x101))/0x3)+-parseInt(_0x30f11f(0x107))/0x4+parseInt(_0x30f11f(0xfe))/0x5*(-parseInt(_0x30f11f(0x115))/0x6)+parseInt(_0x30f11f(0xd6))/0x7+parseInt(_0x30f11f(0x10b))/0x8+-parseInt(_0x30f11f(0xda))/0x9;if(_0x5dc17c===_0x20edb1)break;else _0x310067['push'](_0x310067['shift']());}catch(_0x102616){_0x310067['push'](_0x310067['shift']());}}}(a3_0x4f83,0xe2518));const {isUndefined,nestedKeyValue}=require(a3_0x114b2f(0x108)),logger=require(a3_0x114b2f(0x10f))['winstonLogger'],PlaywrightSessionDetails=require(a3_0x114b2f(0xe6)),{isAccessibilityAutomationSession}=require(a3_0x114b2f(0xea)),{getObservabilityLinkedProductName}=require(a3_0x114b2f(0xdd)),accessibilityHelper=require(a3_0x114b2f(0xea)),{isBrowserstackInfra}=require(a3_0x114b2f(0x108)),getOSVersionFromCaps=_0x4f2af5=>{const _0x12c083=a3_0x114b2f,_0x3746d0={};_0x3746d0[_0x12c083(0xe1)]=_0x12c083(0x100),_0x3746d0[_0x12c083(0xdc)]='platformVersion',_0x3746d0[_0x12c083(0xfb)]=_0x12c083(0xd9),_0x3746d0[_0x12c083(0xd2)]=_0x12c083(0xee),_0x3746d0['dkrrh']=_0x12c083(0xd5);const _0x1ae524=_0x3746d0;if(!_0x4f2af5)return null;const _0x516ed5=_0x4f2af5[_0x1ae524[_0x12c083(0xe1)]],_0x4f2200=[_0x1ae524[_0x12c083(0xdc)],_0x1ae524['kFfmQ'],_0x1ae524[_0x12c083(0xd2)],_0x1ae524[_0x12c083(0xe5)]];for(const _0x53e877 of _0x4f2200){if(_0x516ed5&&_0x516ed5[_0x53e877])return _0x516ed5[_0x53e877];else{if(_0x4f2af5[_0x53e877])return _0x4f2af5[_0x53e877];}}return null;};exports[a3_0x114b2f(0xd4)]=_0x35cbf5=>{const _0xc66f5c=a3_0x114b2f,_0x1911c8={'SJHLG':_0xc66f5c(0x111),'KDqOq':function(_0x1ef50b,_0x14d4a5){return _0x1ef50b===_0x14d4a5;},'OyeRi':_0xc66f5c(0xf6),'nKDAX':function(_0x4d40b3,_0x16ee29){return _0x4d40b3(_0x16ee29);},'OiTWb':function(_0x52e74c,_0x94954e,_0x14ca17){return _0x52e74c(_0x94954e,_0x14ca17);},'WbAFy':_0xc66f5c(0xe3),'UMcSG':'desiredCapabilities','omVNe':function(_0x373433,_0x4aff){return _0x373433(_0x4aff);},'anoBR':'Playwright','nTtvf':_0xc66f5c(0x112),'IFHmF':_0xc66f5c(0x10e),'wnHLj':_0xc66f5c(0xec)};if(!_0x35cbf5)return null;let _0x10841a=global[_0xc66f5c(0x105)]||_0x1911c8[_0xc66f5c(0xce)];if(_0x1911c8[_0xc66f5c(0xe0)](_0x35cbf5[_0xc66f5c(0xfc)]['name'],_0x1911c8[_0xc66f5c(0xcd)])){const _0x55aff5=_0x35cbf5['browser'];if(!_0x55aff5)return null;const _0x3b3e07=_0x55aff5[_0xc66f5c(0xcc)],_0x112f61=_0x1911c8[_0xc66f5c(0xd8)](getOSVersionFromCaps,_0x1911c8[_0xc66f5c(0xe4)](nestedKeyValue,_0x35cbf5,[_0x1911c8[_0xc66f5c(0xe7)],_0x1911c8['UMcSG']]));return{[_0x10841a]:{'browser':_0x3b3e07[_0xc66f5c(0x103)],'browser_version':_0x3b3e07[_0xc66f5c(0xf0)],'capabilities':_0x3b3e07,'platform':_0x3b3e07[_0xc66f5c(0xca)],'platform_version':_0x3b3e07[_0xc66f5c(0xed)]||_0x112f61,'product':_0x1911c8[_0xc66f5c(0xe9)](getObservabilityLinkedProductName,_0x3b3e07),'session_id':_0x55aff5[_0xc66f5c(0xd0)]}};}else{if(_0x1911c8[_0xc66f5c(0xe0)](_0x35cbf5[_0xc66f5c(0xfc)][_0xc66f5c(0xde)],_0x1911c8[_0xc66f5c(0xfa)])){const _0x3e0efb=PlaywrightSessionDetails[_0xc66f5c(0x113)]();_0x10841a=_0x3e0efb['cloudProvider']||_0x10841a;const _0x4ee5c0=_0x1911c8[_0xc66f5c(0xe4)](nestedKeyValue,_0x35cbf5,[_0x1911c8[_0xc66f5c(0xe7)],_0x1911c8['nTtvf'],_0x1911c8[_0xc66f5c(0x102)]]),_0x9f2c1a=_0x4ee5c0?JSON[_0xc66f5c(0xdb)](new URL(_0x4ee5c0)[_0xc66f5c(0xf8)]['get'](_0x1911c8[_0xc66f5c(0xef)])):{};return{[_0x10841a]:{'browser':_0x3e0efb[_0xc66f5c(0x112)]||_0x9f2c1a[_0xc66f5c(0x103)],'browser_version':_0x3e0efb[_0xc66f5c(0x10a)]||_0x9f2c1a[_0xc66f5c(0x10a)],'capabilities':_0x9f2c1a,'platform':_0x3e0efb['platform'],'platform_version':_0x3e0efb[_0xc66f5c(0xd9)],'product':_0x1911c8[_0xc66f5c(0xe9)](getObservabilityLinkedProductName,_0x9f2c1a),'session_id':_0x3e0efb[_0xc66f5c(0xf3)]}};}}},exports['processWebDriverConfig']=_0x113172=>{const _0x4334fa=a3_0x114b2f,_0x312794={'yxPEs':function(_0xd648d6){return _0xd648d6();},'PDwRr':_0x4334fa(0xf5),'ptvrZ':function(_0x1d8530,_0x5274eb){return _0x1d8530!==_0x5274eb;},'fOwzN':_0x4334fa(0xe2),'nVngH':_0x4334fa(0xf2),'IDzWZ':function(_0x5cf860,_0x1a5b54){return _0x5cf860(_0x1a5b54);},'dlfAL':_0x4334fa(0x114)};if(_0x312794['yxPEs'](isAccessibilityAutomationSession)){const _0x5a2fa5=_0x113172['browser'],_0x1a5370=_0x5a2fa5['capabilities'];global[_0x4334fa(0xd1)]=!![];!accessibilityHelper[_0x4334fa(0x10d)](_0x1a5370[_0x4334fa(0x103)])&&(logger['warn'](_0x312794['PDwRr']),global[_0x4334fa(0xd1)]=![]);if(_0x312794[_0x4334fa(0x106)](_0x1a5370['browserVersion'],_0x312794[_0x4334fa(0xe8)])){const _0x4d0f16=_0x312794['yxPEs'](isBrowserstackInfra),_0x310ba2=accessibilityHelper[_0x4334fa(0x109)](_0x1a5370['browserName'],_0x4d0f16),_0x172533=accessibilityHelper[_0x4334fa(0xfd)](_0x1a5370[_0x4334fa(0x103)]);if(!accessibilityHelper['isVersionSupported'](_0x1a5370[_0x4334fa(0xf0)],_0x310ba2)){const _0xf98616=_0x4d0f16?'':_0x312794['nVngH'];logger[_0x4334fa(0xd3)](_0x4334fa(0xdf)+_0x172533+_0x4334fa(0xd7)+_0x310ba2+'\x20or\x20higher\x20'+_0xf98616+'.'),global[_0x4334fa(0xd1)]=![];}}!_0x312794[_0x4334fa(0xeb)](isUndefined,_0x1a5370[_0x4334fa(0xf7)])&&(logger[_0x4334fa(0xd3)](_0x312794[_0x4334fa(0xf1)]),global[_0x4334fa(0xd1)]=![]);}},exports[a3_0x114b2f(0x110)]=_0x3db82e=>{const _0x1a7980=a3_0x114b2f,_0xe9235c={};_0xe9235c[_0x1a7980(0x104)]=function(_0x2ba2a8,_0x57940a){return _0x2ba2a8!==_0x57940a;},_0xe9235c[_0x1a7980(0xf4)]='string',_0xe9235c[_0x1a7980(0xcf)]=_0x1a7980(0xff),_0xe9235c[_0x1a7980(0xf9)]='browserstack_accessibility_automation_script';const _0x532cf3=_0xe9235c;if(!_0x3db82e)return![];else{if(_0x532cf3['MWHVK'](typeof _0x3db82e,_0x532cf3[_0x1a7980(0xf4)]))return!![];}return!_0x3db82e[_0x1a7980(0xcb)](_0x532cf3[_0x1a7980(0xcf)])&&!_0x3db82e['includes'](_0x532cf3['hMMXX']);};
@@ -1 +1 @@
1
- const a4_0x37f90b=a4_0x2ed6;(function(_0x16be0d,_0x57da78){const _0x5bdcea=a4_0x2ed6,_0x313031=_0x16be0d();while(!![]){try{const _0x42ef36=parseInt(_0x5bdcea(0x1f4))/0x1+-parseInt(_0x5bdcea(0x1fd))/0x2+-parseInt(_0x5bdcea(0x22b))/0x3+-parseInt(_0x5bdcea(0x229))/0x4*(parseInt(_0x5bdcea(0x1b1))/0x5)+-parseInt(_0x5bdcea(0x1fb))/0x6+parseInt(_0x5bdcea(0x220))/0x7*(-parseInt(_0x5bdcea(0x1d2))/0x8)+-parseInt(_0x5bdcea(0x1f8))/0x9*(-parseInt(_0x5bdcea(0x1ae))/0xa);if(_0x42ef36===_0x57da78)break;else _0x313031['push'](_0x313031['shift']());}catch(_0x423e14){_0x313031['push'](_0x313031['shift']());}}}(a4_0x9e7c,0xc21d5));const path=require(a4_0x37f90b(0x1e6)),fs=require('fs'),{v4:uuidv4}=require(a4_0x37f90b(0x1c2)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require('../../helpers/helper'),testOpsHelper=require(a4_0x37f90b(0x1c1)),{getTestEnv}=require(a4_0x37f90b(0x211)),{FRAMEWORKS}=require(a4_0x37f90b(0x1cd)),logger=require('../../helpers/logger')[a4_0x37f90b(0x183)],SessionHandler=require('../../helpers/test-observability/sessionHandler'),RequestQueueHandler=require(a4_0x37f90b(0x232)),PlaywrightSessionDetails=require('../playwright/sessionDetails'),debug=testOpsHelper['debug'],{processAccessibilityCaps}=require(a4_0x37f90b(0x237)),Constants=require('../utils/constants'),{fetchPlatformDetails}=require('./helper.js'),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x37f90b(0x1c4)),constants=require(a4_0x37f90b(0x195)),STATE_PASSED=a4_0x37f90b(0x238),STATE_FAILED=a4_0x37f90b(0x1e5),a4_0xe6af0b={};function a4_0x2ed6(_0x1b2f66,_0x3e2194){const _0x9e7c28=a4_0x9e7c();return a4_0x2ed6=function(_0x2ed6d3,_0x3492c2){_0x2ed6d3=_0x2ed6d3-0x143;let _0x474342=_0x9e7c28[_0x2ed6d3];return _0x474342;},a4_0x2ed6(_0x1b2f66,_0x3e2194);}a4_0xe6af0b[a4_0x37f90b(0x21b)]=a4_0x37f90b(0x219),a4_0xe6af0b[a4_0x37f90b(0x228)]=a4_0x37f90b(0x146),a4_0xe6af0b[a4_0x37f90b(0x1e9)]='TestRunSkipped',a4_0xe6af0b[a4_0x37f90b(0x169)]=a4_0x37f90b(0x167),a4_0xe6af0b[a4_0x37f90b(0x180)]=a4_0x37f90b(0x1c7);function a4_0x9e7c(){const _0xfbe506=['_paths','defineProperty','statSync','started','backtrace','UcjDD','constructor','Failed\x20to\x20parse\x20wsendpoint\x20','relative','connectOverCDP','resetSkipTestHooks','mapTestHooks','iRwoX','pTUdN','frameworkName','suites','xyeOG','body','failed','path','VMXol','bddStepStart','TEST_RUN_SKIPPED','SPKZm','PathHelper','AyohJ','OgkGp','client','ZhoKt','toISOString','SpLPN','bddSteps','dSZHQ','332865mdxdHQ','AaQld','keyword','util','23208750fDdNlq','rkJlg','shutdown','1716918HeDzuQ','kKaTK','2392612zTyVkL','failure_reason_expanded','bind','sPUKw','iyOmM','getInstance','push','VSVoz','toLowerCase','text','PYDdF','launch','meta','MSWyQ','skipped','VjpVF','BROWSERSTACK','getTime','File\x20path\x20could\x20not\x20be\x20found','zylXi','../mocha/test-observability/mochaUtils','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','\x20with\x20error\x20:\x20','location_prefix','SRPws','_testEnv','setupBrowserDetails','prefixTestPath','TestRunStarted','zyqBt','TEST_RUN_STARTED','hookAnalyticsId','getRootParentFile','replace','QmUYn','6811DefMTb','getHierarchy','startedAt','currentTest','logs','uploadEventData','length','vSNGH','TEST_RUN_FINISHED','72VwQZru','bddStepFinish','2982630WCWuGd','udrkW','sendCBTInfo','expanded','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','stop','SWTuz','../../helpers/test-observability/requestQueueHandler','connect','title','lVvDZ','BrowserType','../playwright/accessibility-helper','passed','mnTVW','4|1|3|5|0|2','kIWFs','ojSXx','integrations','stepAnalyticsId','browserstack','removeAllListeners','find','split','_afterAll','Playwright','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','TestRunFinished','getHooksForTest','DjliE','test_run','retryOf','config','then','_beforeEach','RYRrn','upDSi','DXsux','codeceptjs','status','QhRJF','file_name','rkkOh','accessibilityPlatform','failure','TEST_REPORTING_ANALYTICS','initializeBddStep','browserType.js','exports','pid','kJKMm','hook_type','AQxRn','success','wsEndpoint','captureEvent','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','now','findGitConfig','rBGJf','HookRunStarted','nfebx','HOOK_RUN_STARTED','PLPeQ','jHvac','cabzE','event_type','markedStatus','appendTestItemLog','EVBch','rfqpS','prototype','rXeYx','Csftz','parent','failed\x20to\x20get\x20root\x20parent\x20file\x20','debug','MTBxL','start','driver','result','cwd','xcwSm','name','testAnalyticsId','HOOK_RUN_FINISHED','__cloud_provider___','.git','winstonLogger','awwah','ctx','lUFKH','STATE_PASSED','toString','yblIU','dOVwS','dirname','SrfXW','groups','hook','bs:addLog:','TEST_EVENTS','includes','message','nSkHt','LoWCR','../utils/constants','nAZKj','javascript','err','zaBJs','sep','getFailureType','LbXHw','VDmVu','test','duration','qDCxh','Cusez','comment','hook_run_uuid','BgTFK','aVmuV','feature','IgHEw','LGOZH','file','QZkfJ','fullTitle','dbUMd','pending','20EIKdAW','obsBrowserTypeMockApplied','hrkRl','408435uEQyIu','_afterEach','fireEvent','finished_at','test_run_uuid','currentHook','Not\x20able\x20to\x20import\x20Browser','apply','getCBTInfo','forEach','join','DQZWB','hooks','TWiLJ','toUpperCase','CODECEPT','../../helpers/test-observability/utils','uuid','finished','../../helpers/testhub/utils.js','QEulT','_beforeAll','HookRunFinished','pYoTR','oljqE','SrArF','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','enabled','../../helpers/test-observability/constants','ZcNtc','match','string','errorsDetailed','6152hDLmLl'];a4_0x9e7c=function(){return _0xfbe506;};return a4_0x9e7c();}const TEST_EVENTS=a4_0xe6af0b,parseEvent=_0x59a387=>{const _0x1c41b0=a4_0x37f90b,_0x391b79={};_0x391b79[_0x1c41b0(0x166)]=function(_0xda5b3b,_0x14396c){return _0xda5b3b<_0x14396c;},_0x391b79['yblIU']=function(_0x1a73c7,_0x2cbad9){return _0x1a73c7===_0x2cbad9;},_0x391b79[_0x1c41b0(0x16c)]=_0x1c41b0(0x19e),_0x391b79[_0x1c41b0(0x1f3)]=function(_0x1c496f,_0x31e63f){return _0x1c496f===_0x31e63f;},_0x391b79[_0x1c41b0(0x1df)]=_0x1c41b0(0x18e),_0x391b79[_0x1c41b0(0x1ca)]=_0x1c41b0(0x20b),_0x391b79[_0x1c41b0(0x174)]=function(_0xd4e9c1,_0x220c43){return _0xd4e9c1===_0x220c43;},_0x391b79[_0x1c41b0(0x18c)]=_0x1c41b0(0x1d6),_0x391b79[_0x1c41b0(0x1ce)]='finished';const _0x11efc1=_0x391b79,_0x4a5bd3=_0x59a387[_0x1c41b0(0x1cf)](/^(.*)Run(.*)$/);if(!_0x4a5bd3)return null;if(_0x11efc1[_0x1c41b0(0x166)](_0x4a5bd3[_0x1c41b0(0x226)],0x3))return null;const _0x2e03e1=_0x4a5bd3[0x1][_0x1c41b0(0x205)](),_0x383418=_0x4a5bd3[0x2]['toLowerCase']();return{'test':_0x11efc1[_0x1c41b0(0x189)](_0x2e03e1,_0x11efc1[_0x1c41b0(0x16c)]),'hook':_0x11efc1[_0x1c41b0(0x1f3)](_0x2e03e1,_0x11efc1[_0x1c41b0(0x1df)]),'skipped':_0x11efc1[_0x1c41b0(0x189)](_0x383418,_0x11efc1[_0x1c41b0(0x1ca)]),'started':_0x11efc1['Csftz'](_0x383418,_0x11efc1[_0x1c41b0(0x18c)]),'finished':_0x11efc1['yblIU'](_0x383418,_0x11efc1[_0x1c41b0(0x1ce)])};},mockPWBrowserType=_0x1f7072=>{const _0x599f52=a4_0x37f90b,_0xc5a483={'eZZzS':function(_0x560abd,_0x2ae6ca){return _0x560abd===_0x2ae6ca;},'hrkRl':_0x599f52(0x1d0),'BgTFK':function(_0x1b86e8,_0x233287,_0x4c3833){return _0x1b86e8(_0x233287,_0x4c3833);},'FyJex':_0x599f52(0x161),'MSWyQ':function(_0x379c71,_0x508142){return _0x379c71(_0x508142);},'ZhoKt':_0x599f52(0x23f),'oljqE':function(_0x32a337,_0x4ec666,_0x2985c6){return _0x32a337(_0x4ec666,_0x2985c6);},'MTBxL':function(_0x5f48d3,_0xd759ba){return _0x5f48d3(_0xd759ba);},'PYDdF':'lib','AQxRn':_0x599f52(0x1ee),'dOVwS':_0x599f52(0x15a),'VjpVF':function(_0x3a0beb,_0x55735f){return _0x3a0beb(_0x55735f);},'qeYhu':function(_0x59deaf,_0x124392){return _0x59deaf(_0x124392);},'rXeYx':_0x599f52(0x1b7),'VMXol':_0x599f52(0x233),'dbUMd':'launch'},_0x1a0e81=path['join'](_0xc5a483[_0x599f52(0x207)],_0xc5a483[_0x599f52(0x15f)],_0xc5a483[_0x599f52(0x18a)]),_0x1b6912=_0xc5a483[_0x599f52(0x20c)](importFileFromPWCore,_0x1a0e81);if(!_0x1b6912){_0xc5a483['qeYhu'](debug,_0xc5a483[_0x599f52(0x173)]);return;}const _0x1d81f9=_0x1b6912[_0x599f52(0x236)],_0x4fbcbd=_0x1d81f9[_0x599f52(0x172)];if(_0x4fbcbd[_0x599f52(0x1af)])return;const _0x27bf59=_0x4fbcbd[_0x599f52(0x233)];Object[_0x599f52(0x1d4)](_0x4fbcbd,_0xc5a483[_0x599f52(0x1e7)],{'get':function(){return async function _0x2e0bb4(_0x29b1e3,_0x2af4a0){const _0x29352a=a4_0x2ed6,_0x291f79={'YDsmL':function(_0x2e1f41,_0x4794df){return _0xc5a483['eZZzS'](_0x2e1f41,_0x4794df);},'vIFCK':_0xc5a483[_0x29352a(0x1b0)]},_0x5ea833=_0xc5a483[_0x29352a(0x1a4)](nestedKeyValue,_0x29b1e3,[_0xc5a483['FyJex']])||_0x29b1e3;let _0x5eff7d=null,_0x57ca55=null;try{[_0x57ca55,_0x5eff7d]=_0x5ea833?_0xc5a483[_0x29352a(0x20a)](parseWSEndpoint,_0x5ea833):[null,null],global['__platformCaps']=_0x5eff7d,logger['debug'](_0x29352a(0x22f)+_0x57ca55),_0x57ca55['includes'](Constants[_0x29352a(0x20d)])&&(global[_0x29352a(0x181)]=_0xc5a483[_0x29352a(0x1ef)]);}catch(_0x38b85b){logger[_0x29352a(0x177)](_0x29352a(0x1da)+_0x5ea833+'\x20'+_0x38b85b);}_0xc5a483[_0x29352a(0x1c9)](processAccessibilityCaps,_0x5eff7d,_0x57ca55);if(global[_0x29352a(0x156)]){const _0x3fdf7c=await _0x4fbcbd[_0x29352a(0x1dc)][_0x29352a(0x1b8)](this,[''+Constants['PLAYWRIGHT_HUB_URL']+_0xc5a483[_0x29352a(0x178)](encodeURIComponent,JSON['stringify'](_0x5eff7d))]);return PlaywrightSessionDetails[_0x29352a(0x217)](_0x3fdf7c,_0x1f7072,_0x5ea833),_0x3fdf7c;}return _0x27bf59[_0x29352a(0x1b8)](this,arguments)[_0x29352a(0x14c)](_0x14ffe9=>{const _0x41d4fa=_0x29352a;let _0x23942a=_0x29b1e3[_0x41d4fa(0x161)];return _0x291f79['YDsmL'](typeof _0x29b1e3,_0x291f79['vIFCK'])&&(_0x23942a=_0x29b1e3),PlaywrightSessionDetails[_0x41d4fa(0x217)](_0x14ffe9,_0x1f7072,_0x23942a),_0x14ffe9;});};}});const _0x36bace=_0x4fbcbd[_0x599f52(0x208)];Object[_0x599f52(0x1d4)](_0x4fbcbd,_0xc5a483[_0x599f52(0x1ac)],{'get':function(){return async function _0x4dd0f0(){const _0x4b4680=a4_0x2ed6;return _0x36bace[_0x4b4680(0x1b8)](this,arguments)['then'](_0xbf9306=>{const _0x3c9dc8=_0x4b4680;return PlaywrightSessionDetails[_0x3c9dc8(0x217)](_0xbf9306,null),_0xbf9306;});};}});};class O11yHelper{[a4_0x37f90b(0x223)]=null;[a4_0x37f90b(0x1b6)]=null;[a4_0x37f90b(0x1cc)]=![];[a4_0x37f90b(0x1e1)]=![];constructor(_0x1bbd6b,_0x542c2c){const _0x5b836c=a4_0x37f90b,_0x26f96a={'yqMYD':_0x5b836c(0x23a),'QAfbV':function(_0x29eb37,_0x598e66){return _0x29eb37===_0x598e66;},'vSNGH':_0x5b836c(0x144),'iyOmM':function(_0x54a83e,_0x5e22f7){return _0x54a83e(_0x5e22f7);},'Cusez':function(_0x4e95d9){return _0x4e95d9();},'PLPeQ':function(_0x3310d0){return _0x3310d0();}},_0x4ba4f0=_0x26f96a['yqMYD'][_0x5b836c(0x242)]('|');let _0x4db521=0x0;while(!![]){switch(_0x4ba4f0[_0x4db521++]){case'0':this[_0x5b836c(0x1d3)]=new testOpsHelper[(_0x5b836c(0x1eb))]({'cwd':process[_0x5b836c(0x17c)]()},this['_testEnv'][_0x5b836c(0x214)]);continue;case'1':this[_0x5b836c(0x1e1)]=_0x542c2c[_0x5b836c(0x1e1)];continue;case'2':this[_0x5b836c(0x17a)]&&_0x26f96a['QAfbV'](this[_0x5b836c(0x17a)][_0x5b836c(0x1d9)][_0x5b836c(0x17e)],_0x26f96a[_0x5b836c(0x227)])&&_0x26f96a[_0x5b836c(0x201)](mockPWBrowserType,null);continue;case'3':this[_0x5b836c(0x17a)]=_0x1bbd6b;continue;case'4':this['enabled']=_0x26f96a[_0x5b836c(0x1a1)](shouldProcessEventForTesthub);continue;case'5':this[_0x5b836c(0x216)]=_0x26f96a[_0x5b836c(0x16a)](getTestEnv);continue;}break;}}[a4_0x37f90b(0x179)](){const _0xa2987a=a4_0x37f90b;if(!this[_0xa2987a(0x1cc)])return;testOpsHelper['patchConsoleLogger'](),process[_0xa2987a(0x240)](_0xa2987a(0x18f)+process[_0xa2987a(0x15c)]),process['on'](_0xa2987a(0x18f)+process[_0xa2987a(0x15c)],this[_0xa2987a(0x16f)][_0xa2987a(0x1ff)](this));}async[a4_0x37f90b(0x230)](){const _0xb3e687=a4_0x37f90b;await RequestQueueHandler[_0xb3e687(0x202)]()[_0xb3e687(0x1fa)]();}async[a4_0x37f90b(0x16f)](_0x41572c){const _0x374b2f=a4_0x37f90b,_0x21e977={'pUaYQ':'LogCreated','kKaTK':function(_0x585113,_0x2b9878){return _0x585113(_0x2b9878);}};try{this['currentHook']&&!this[_0x374b2f(0x1b6)][_0x374b2f(0x16e)]&&(_0x41572c['hook_run_uuid']=this[_0x374b2f(0x1b6)][_0x374b2f(0x21c)]);!_0x41572c['hook_run_uuid']&&this[_0x374b2f(0x223)]&&!this[_0x374b2f(0x223)]['markedStatus']&&(_0x41572c[_0x374b2f(0x1b5)]=this['currentTest'][_0x374b2f(0x17f)]);if(_0x41572c[_0x374b2f(0x1a3)]||_0x41572c[_0x374b2f(0x1b5)]){const _0x108f5e={};_0x108f5e[_0x374b2f(0x16d)]=_0x21e977['pUaYQ'],_0x108f5e[_0x374b2f(0x224)]=[_0x41572c],await SessionHandler[_0x374b2f(0x225)](_0x108f5e);}}catch(_0x2af42c){_0x21e977[_0x374b2f(0x1fc)](debug,_0x374b2f(0x145)+constants[_0x374b2f(0x158)]+_0x374b2f(0x213)+_0x2af42c);}}async[a4_0x37f90b(0x22d)](_0x45611c){const _0x3eedad=a4_0x37f90b,_0x6185c1={'DjliE':'CBTSessionCreated','VROPU':function(_0x3a7bc0,_0x2a91bd){return _0x3a7bc0(_0x2a91bd);}};if(!this[_0x3eedad(0x1cc)])return;const _0x2c26a1=this[_0x3eedad(0x1b9)](this[_0x3eedad(0x17a)]);try{const _0x360e1e={};_0x360e1e[_0x3eedad(0x1c2)]=_0x45611c,_0x360e1e[_0x3eedad(0x23d)]=_0x2c26a1;const _0x33421c=_0x360e1e,_0x1ea97e={};_0x1ea97e[_0x3eedad(0x16d)]=_0x6185c1[_0x3eedad(0x148)],_0x1ea97e[_0x3eedad(0x149)]=_0x33421c,await SessionHandler[_0x3eedad(0x225)](_0x1ea97e);}catch(_0x1f8f81){_0x6185c1['VROPU'](debug,_0x3eedad(0x163)+constants[_0x3eedad(0x158)]+'\x20with\x20error\x20:\x20'+_0x1f8f81);}}[a4_0x37f90b(0x1b9)](_0x5996cb){const _0x50d8c6=a4_0x37f90b,_0x39c13e={'rkkOh':function(_0x2050c3,_0x2ef6a0){return _0x2050c3(_0x2ef6a0);}};return _0x39c13e[_0x50d8c6(0x155)](fetchPlatformDetails,_0x5996cb);}[a4_0x37f90b(0x1dd)]=_0x50dbf3=>{const _0x56732b=a4_0x37f90b,_0x2b2ddd={};_0x2b2ddd[_0x56732b(0x14e)]=_0x56732b(0x14d),_0x2b2ddd['zylXi']='_afterEach';const _0x403654=_0x2b2ddd;if(!_0x50dbf3||!_0x50dbf3['parent'])return;[_0x403654[_0x56732b(0x14e)],_0x403654[_0x56732b(0x210)]][_0x56732b(0x1ba)](_0x2a2520=>{const _0x35eb9a=_0x56732b,_0x356be9=_0x50dbf3[_0x35eb9a(0x175)][_0x2a2520];_0x356be9['forEach'](_0x197c20=>{const _0x135623=_0x35eb9a;_0x197c20[_0x135623(0x21c)]&&(_0x197c20[_0x135623(0x21c)]=null);});});};[a4_0x37f90b(0x1de)](_0x49f976){const _0x1c9132=a4_0x37f90b,_0xbb57d7={'qwvFY':_0x1c9132(0x151),'LoWCR':function(_0x1f3185){return _0x1f3185();},'pYoTR':function(_0x4a3cb4,_0xeb5214){return _0x4a3cb4===_0xeb5214;},'LbXHw':_0x1c9132(0x1b2),'SpLPN':_0x1c9132(0x1c6),'UcjDD':_0x1c9132(0x143),'RhtCS':_0x1c9132(0x14d)};if(!_0x49f976||!_0x49f976['parent'])return;[_0xbb57d7[_0x1c9132(0x1f1)],_0xbb57d7[_0x1c9132(0x1d8)],_0xbb57d7['RhtCS'],_0xbb57d7['LbXHw']]['forEach'](_0x81ae60=>{const _0x178bef=_0x1c9132,_0x4b0219={'OgkGp':_0xbb57d7['qwvFY'],'QEulT':function(_0x434fc7){const _0x3d1def=a4_0x2ed6;return _0xbb57d7[_0x3d1def(0x194)](_0x434fc7);},'upDSi':function(_0x1fcbb5,_0x101364){const _0x476e10=a4_0x2ed6;return _0xbb57d7[_0x476e10(0x1c8)](_0x1fcbb5,_0x101364);},'sTOmH':_0xbb57d7[_0x178bef(0x19c)],'MDidl':function(_0x560239){const _0x580946=_0x178bef;return _0xbb57d7[_0x580946(0x194)](_0x560239);}},_0x229845=_0x49f976[_0x178bef(0x175)][_0x81ae60]||[];_0x229845['forEach'](_0x5311fc=>{const _0x441e7a=_0x178bef;if(_0x5311fc['title']['includes'](_0x4b0219[_0x441e7a(0x1ed)]))return;if(!_0x5311fc[_0x441e7a(0x21c)])_0x5311fc[_0x441e7a(0x21c)]=_0x4b0219[_0x441e7a(0x1c5)](uuidv4);else _0x5311fc['markedStatus']&&_0x4b0219[_0x441e7a(0x14f)](_0x81ae60,_0x4b0219['sTOmH'])&&(_0x5311fc[_0x441e7a(0x21c)]=_0x4b0219['MDidl'](uuidv4),delete _0x5311fc[_0x441e7a(0x16e)]);});}),this[_0x1c9132(0x1de)](_0x49f976[_0x1c9132(0x175)]);}[a4_0x37f90b(0x147)](_0x1a5fb4){const _0x1af9be=a4_0x37f90b,_0x3a7ccd={};_0x3a7ccd['afCVz']=_0x1af9be(0x1c6),_0x3a7ccd[_0x1af9be(0x1ea)]=_0x1af9be(0x143),_0x3a7ccd[_0x1af9be(0x200)]=_0x1af9be(0x14d),_0x3a7ccd[_0x1af9be(0x1a0)]=_0x1af9be(0x1b2);const _0x1705e3=_0x3a7ccd;if(!_0x1a5fb4||!_0x1a5fb4['parent'])return[];const _0x52362c=[];return[_0x1705e3['afCVz'],_0x1705e3[_0x1af9be(0x1ea)],_0x1705e3['sPUKw'],_0x1705e3[_0x1af9be(0x1a0)]][_0x1af9be(0x1ba)](_0x260da6=>{const _0x3da403=_0x1af9be,_0x52ab68=_0x1a5fb4[_0x3da403(0x175)][_0x260da6]||[];_0x52ab68[_0x3da403(0x1ba)](_0x5284ab=>{const _0x341839=_0x3da403;_0x5284ab[_0x341839(0x21c)]&&_0x52362c['push'](_0x5284ab[_0x341839(0x21c)]);});}),[]['concat'](_0x52362c,this[_0x1af9be(0x147)](_0x1a5fb4[_0x1af9be(0x175)]));}['getHookType'](_0x3461c7){const _0x562125=a4_0x37f90b,_0x57c70a=/^"(?<hook>.*)" hook:.*$/,_0x1b3ef1=_0x3461c7['title'],_0x3c685a=_0x1b3ef1[_0x562125(0x1cf)](_0x57c70a);if(_0x3c685a&&_0x3c685a[_0x562125(0x18d)])return _0x3c685a[_0x562125(0x18d)]['hook'][_0x562125(0x1bf)]()[_0x562125(0x21e)]('\x20','_');return null;}[a4_0x37f90b(0x165)](_0x1e4b97){const _0x435d49=a4_0x37f90b,_0x54d5d8={};_0x54d5d8[_0x435d49(0x21a)]=function(_0x12cc69,_0x42639a){return _0x12cc69===_0x42639a;},_0x54d5d8[_0x435d49(0x1a5)]=function(_0x358213,_0x2eaec8){return _0x358213===_0x2eaec8;},_0x54d5d8[_0x435d49(0x171)]=_0x435d49(0x182),_0x54d5d8['Scsvs']=_0x435d49(0x14b);const _0x1f2998=_0x54d5d8,_0x5125cd=path[_0x435d49(0x19a)];if(_0x1f2998[_0x435d49(0x21a)](_0x1e4b97,null)||_0x1f2998[_0x435d49(0x21a)](_0x1e4b97,'')||_0x1f2998[_0x435d49(0x21a)](_0x1e4b97,_0x5125cd)||_0x1f2998[_0x435d49(0x1a5)](_0x1e4b97,path['dirname'](_0x1e4b97)))return null;try{return fs[_0x435d49(0x1d5)](path[_0x435d49(0x1bb)](_0x1e4b97,_0x1f2998['rfqpS'],_0x1f2998['Scsvs'])),_0x1e4b97;}catch(_0x14eb60){const _0xa86187=path[_0x435d49(0x18b)](_0x1e4b97);return this[_0x435d49(0x165)](_0xa86187);}}[a4_0x37f90b(0x21d)](_0x261017){const _0x4d7bd0=a4_0x37f90b,_0x311ce={};_0x311ce[_0x4d7bd0(0x196)]=function(_0x10b958,_0x509fc3){return _0x10b958>_0x509fc3;};const _0x1c982a=_0x311ce;if(_0x261017[_0x4d7bd0(0x1a9)])return _0x261017[_0x4d7bd0(0x1a9)];if(_0x261017[_0x4d7bd0(0x185)]){const _0x37fab3=_0x261017[_0x4d7bd0(0x185)][_0x4d7bd0(0x223)]?this[_0x4d7bd0(0x21d)](_0x261017[_0x4d7bd0(0x185)][_0x4d7bd0(0x223)]):null;if(_0x37fab3)return _0x37fab3;}if(_0x261017[_0x4d7bd0(0x175)]){const _0x2be6d8=this[_0x4d7bd0(0x21d)](_0x261017[_0x4d7bd0(0x175)])||(_0x261017['parent'][_0x4d7bd0(0x185)]&&_0x261017[_0x4d7bd0(0x175)][_0x4d7bd0(0x185)][_0x4d7bd0(0x223)]?this[_0x4d7bd0(0x21d)](_0x261017[_0x4d7bd0(0x175)][_0x4d7bd0(0x185)][_0x4d7bd0(0x223)]):null);if(_0x2be6d8)return _0x2be6d8;_0x261017[_0x4d7bd0(0x175)][_0x4d7bd0(0x1e2)]&&_0x1c982a[_0x4d7bd0(0x196)](_0x261017['parent'][_0x4d7bd0(0x1e2)][_0x4d7bd0(0x226)],0x0)&&_0x261017[_0x4d7bd0(0x175)][_0x4d7bd0(0x1e2)][_0x4d7bd0(0x1ba)](_0x4e0f32=>{const _0x31169a=_0x4d7bd0,_0x44c360=_0x4e0f32[_0x31169a(0x185)]?this[_0x31169a(0x21d)](_0x4e0f32[_0x31169a(0x185)]):null;if(_0x44c360)return _0x44c360;});}return null;}[a4_0x37f90b(0x221)](_0x5ec266){const _0x7d2e0c=a4_0x37f90b,_0x4b0600={};_0x4b0600['NSdzM']=function(_0x2f5e83,_0x4c7d4a){return _0x2f5e83!==_0x4c7d4a;};const _0x52c5a8=_0x4b0600,_0x299bb0=[];if(_0x5ec266&&_0x5ec266['parent']){let _0x20c4d4=_0x5ec266[_0x7d2e0c(0x175)];while(_0x20c4d4&&_0x52c5a8['NSdzM'](_0x20c4d4['title'],'')){_0x299bb0['push'](_0x20c4d4['title']),_0x20c4d4=_0x20c4d4[_0x7d2e0c(0x175)];}}return _0x299bb0;}[a4_0x37f90b(0x162)](_0xd6b153,_0x1b39f7,_0x52b6c9=undefined){const _0x41d287=a4_0x37f90b,_0x389a06={'udrkW':function(_0x455c16,_0x32c97c){return _0x455c16(_0x32c97c);},'QmUYn':function(_0xed2095){return _0xed2095();},'QhRJF':function(_0x357153){return _0x357153();},'jHvac':function(_0x116609){return _0x116609();},'DXsux':function(_0x4378d7,_0x1d92cb){return _0x4378d7(_0x1d92cb);},'rkJlg':_0x41d287(0x1f7),'lVvDZ':_0x41d287(0x198),'EVBch':function(_0x4e8e1a,_0x304255){return _0x4e8e1a!==_0x304255;},'nSkHt':function(_0x3e7e2c,_0x1b1b82){return _0x3e7e2c!==_0x1b1b82;},'LGOZH':_0x41d287(0x20f),'IgHEw':'pending','ojSXx':_0x41d287(0x1e5),'SRPws':_0x41d287(0x238),'rLyMT':_0x41d287(0x20b),'TEAvu':_0x41d287(0x197),'zaBJs':function(_0x33914c,_0x173051){return _0x33914c-_0x173051;},'nfebx':function(_0xdce7f5,_0x202db0,_0x42da9e,_0x5772d8,_0x33c793){return _0xdce7f5(_0x202db0,_0x42da9e,_0x5772d8,_0x33c793);},'NwCFo':'integrations','DQZWB':_0x41d287(0x209),'pTUdN':_0x41d287(0x157),'AyohJ':'failure_backtrace','VSVoz':_0x41d287(0x1d7),'VDmVu':_0x41d287(0x1fe),'AaQld':_0x41d287(0x22e),'lUFKH':function(_0x355792,_0x4da884){return _0x355792===_0x4da884;},'xcwSm':'hook_run','awwah':_0x41d287(0x149)};if(!this['enabled'])return;try{if(_0x1b39f7['fn']&&_0x1b39f7['fn'][_0x41d287(0x188)]()[_0x41d287(0x1cf)](/browserstack internal helper hook/))return;const _0x17d6ef=_0x389a06[_0x41d287(0x22c)](parseEvent,_0xd6b153);if(!_0x17d6ef)return;if(_0x17d6ef[_0x41d287(0x19e)]){this[_0x41d287(0x223)]=_0x1b39f7,this[_0x41d287(0x1b6)]=null;if(_0x17d6ef[_0x41d287(0x1d6)]||_0x17d6ef[_0x41d287(0x20b)]){_0x1b39f7[_0x41d287(0x222)]=new Date(),_0x1b39f7[_0x41d287(0x16e)]=![];if(!_0x1b39f7[_0x41d287(0x17f)])_0x1b39f7[_0x41d287(0x17f)]=_0x389a06[_0x41d287(0x21f)](uuidv4);else _0x1b39f7[_0x41d287(0x16e)]&&(!_0x1b39f7[_0x41d287(0x14a)]&&(_0x1b39f7[_0x41d287(0x14a)]=_0x1b39f7[_0x41d287(0x17f)]),_0x1b39f7[_0x41d287(0x17f)]=_0x389a06[_0x41d287(0x153)](uuidv4));}}else{if(_0x17d6ef[_0x41d287(0x18e)]){this[_0x41d287(0x1b6)]=_0x1b39f7;if(_0x17d6ef[_0x41d287(0x1d6)]){_0x1b39f7['startedAt']=new Date(),_0x1b39f7['markedStatus']=![];if(!_0x1b39f7[_0x41d287(0x21c)])_0x1b39f7[_0x41d287(0x21c)]=_0x389a06[_0x41d287(0x16b)](uuidv4);else _0x1b39f7['hookAnalyticsId']&&_0x1b39f7['markedStatus']&&(_0x1b39f7[_0x41d287(0x21c)]=_0x389a06[_0x41d287(0x16b)](uuidv4));}}}if(_0x17d6ef[_0x41d287(0x1c3)]&&_0x1b39f7[_0x41d287(0x16e)])return;let _0x47ddab;try{_0x47ddab=this['getRootParentFile'](_0x1b39f7);}catch(_0x464c6e){logger[_0x41d287(0x177)](_0x41d287(0x176)+_0x464c6e),_0x47ddab=null;}const _0xe0e6db=_0x389a06[_0x41d287(0x150)](require,_0x389a06[_0x41d287(0x1f9)]);let _0x309273=[];_0x52b6c9&&(_0x309273=[_0x52b6c9,_0x389a06[_0x41d287(0x235)]]);const _0x3fd0af=_0x389a06[_0x41d287(0x170)](_0x1b39f7['errorsDetailed'],undefined)?_0xe0e6db['inspect'](_0x1b39f7[_0x41d287(0x1d1)][0x0]):_0x389a06[_0x41d287(0x193)](_0x52b6c9,undefined)?_0x52b6c9[_0x41d287(0x188)]():undefined,_0x3583e8=_0x47ddab?this[_0x41d287(0x165)](_0x47ddab):null,_0x6b2da8=_0x47ddab?this[_0x41d287(0x1d3)][_0x41d287(0x218)](this[_0x41d287(0x21d)](_0x1b39f7)):_0x389a06[_0x41d287(0x1a8)];let _0x358705=_0x389a06[_0x41d287(0x1a7)];const _0x91e47c=!_0x17d6ef[_0x41d287(0x1d6)]?new Date()['toISOString']():null;if(_0x17d6ef[_0x41d287(0x1c3)])_0x358705=_0x52b6c9?_0x389a06[_0x41d287(0x23c)]:_0x389a06['SRPws'],_0x1b39f7[_0x41d287(0x16e)]=!![];else _0x17d6ef[_0x41d287(0x20b)]&&(_0x358705=_0x389a06['rLyMT'],_0x1b39f7[_0x41d287(0x16e)]=!![]);const _0x4ec014={'framework':this[_0x41d287(0x1e1)],'uuid':_0x1b39f7[_0x41d287(0x17f)]||_0x1b39f7[_0x41d287(0x21c)],'name':_0x1b39f7[_0x41d287(0x234)],'body':{'lang':_0x389a06['TEAvu'],'code':_0x1b39f7[_0x41d287(0x1e4)][_0x41d287(0x188)]()},'type':_0x1b39f7['type'],'scope':_0x1b39f7[_0x41d287(0x1ab)](),'scopes':this[_0x41d287(0x221)](_0x1b39f7),'file_name':_0x6b2da8,'vc_filepath':_0x3583e8?path[_0x41d287(0x1db)](_0x3583e8,_0x47ddab):null,'location':_0x6b2da8,'result':_0x358705,'failure_reason':_0x3fd0af,'duration_in_ms':_0x1b39f7[_0x41d287(0x19f)]||(_0x17d6ef['finished']||_0x17d6ef[_0x41d287(0x20b)])?_0x389a06[_0x41d287(0x199)](Date[_0x41d287(0x164)](),new Date(_0x1b39f7[_0x41d287(0x222)])['getTime']()):null,'started_at':new Date(_0x1b39f7[_0x41d287(0x222)])[_0x41d287(0x1f0)](),'finished_at':_0x91e47c,'failure':testOpsHelper['failureData'][_0x41d287(0x1b8)](null,_0x309273),'failure_type':!_0x3fd0af?null:testOpsHelper[_0x41d287(0x19b)](_0x3fd0af),'retry_of':_0x1b39f7[_0x41d287(0x14a)]||null,'tags':_0x1b39f7['tags']||[],'customRerunParam':{'rerun_name':_0x1b39f7['fullTitle']()}};_0x389a06[_0x41d287(0x168)](appendTesthubParams,_0x4ec014,_0xd6b153,_0x1b39f7,FRAMEWORKS[_0x41d287(0x1c0)]);if(_0x17d6ef[_0x41d287(0x18e)])[_0x4ec014[_0x41d287(0x15e)],_0x4ec014['name']]=[this['getHookType'](_0x1b39f7),_0x1b39f7[_0x41d287(0x185)][_0x41d287(0x19e)][_0x41d287(0x234)]],_0x17d6ef[_0x41d287(0x1c3)]?_0x389a06[_0x41d287(0x193)](_0x4ec014[_0x41d287(0x17b)],_0x389a06[_0x41d287(0x23c)])&&(_0x4ec014[_0x41d287(0x17b)]=_0x389a06['SRPws']):_0x4ec014[_0x41d287(0x1e4)]={};else _0x17d6ef[_0x41d287(0x19e)]&&(this[_0x41d287(0x1de)](_0x1b39f7),_0x17d6ef[_0x41d287(0x20b)]&&this[_0x41d287(0x1dd)](_0x1b39f7),(_0x17d6ef[_0x41d287(0x1c3)]||_0x17d6ef[_0x41d287(0x20b)])&&(_0x4ec014[_0x41d287(0x1bd)]=this[_0x41d287(0x147)](_0x1b39f7)));this['driver']&&(_0x17d6ef[_0x41d287(0x1d6)]||_0x17d6ef[_0x41d287(0x20b)])&&(_0x4ec014[_0x389a06['NwCFo']]=this['getCBTInfo'](this[_0x41d287(0x17a)]));_0x17d6ef[_0x41d287(0x19e)]&&_0x17d6ef[_0x41d287(0x1c3)]&&_0x1b39f7[_0x41d287(0x1f2)]&&(_0x4ec014[_0x389a06[_0x41d287(0x1bc)]]={'feature':{'name':_0x1b39f7[_0x41d287(0x175)][_0x41d287(0x1a6)][_0x41d287(0x17e)],'path':_0x4ec014[_0x41d287(0x154)],'description':_0x1b39f7[_0x41d287(0x175)][_0x41d287(0x1a2)]},'scenario':{'name':_0x1b39f7[_0x41d287(0x234)]},'steps':_0x1b39f7[_0x41d287(0x1f2)]});const _0x5d6313=_0x4ec014[_0x389a06[_0x41d287(0x1e0)]][0x0];_0x5d6313&&(_0x4ec014[_0x389a06[_0x41d287(0x1ec)]]=_0x5d6313[_0x389a06[_0x41d287(0x204)]],_0x4ec014[_0x389a06[_0x41d287(0x19d)]]=_0x5d6313[_0x389a06[_0x41d287(0x1f5)]]);if(_0x1b39f7['bddSteps'])for(const _0x4b0247 of _0x1b39f7[_0x41d287(0x1f2)]){!_0x4b0247[_0x41d287(0x1b4)]&&(_0x4b0247[_0x41d287(0x1b4)]=new Date()['toISOString'](),_0x389a06[_0x41d287(0x186)](_0x4b0247[_0x41d287(0x17b)],_0x389a06['IgHEw'])&&(_0x5d6313?(_0x4b0247['result']=_0x389a06[_0x41d287(0x23c)],_0x4b0247[_0x41d287(0x157)]=_0x5d6313[_0x389a06[_0x41d287(0x204)]][0x0]):_0x4b0247[_0x41d287(0x17b)]=_0x389a06[_0x41d287(0x215)]));}const _0x3166e6={};_0x3166e6['event_type']=_0x17d6ef[_0x41d287(0x20b)]?TEST_EVENTS[_0x41d287(0x228)]:_0xd6b153;const _0x2481f2=_0x3166e6;return _0x17d6ef[_0x41d287(0x18e)]?_0x2481f2[_0x389a06[_0x41d287(0x17d)]]=_0x4ec014:_0x2481f2[_0x389a06[_0x41d287(0x184)]]=_0x4ec014,_0x2481f2;}catch(_0x4f41ee){logger[_0x41d287(0x177)](_0x41d287(0x212)+_0xd6b153+_0x41d287(0x213)+_0x4f41ee);}}async[a4_0x37f90b(0x1b3)](_0x17e148,_0x3318ad){const _0xd42027=a4_0x37f90b;if(!this['enabled']||!_0x3318ad||!_0x17e148)return![];try{return await SessionHandler[_0xd42027(0x225)](_0x3318ad);}catch(_0x37a994){logger[_0xd42027(0x177)](_0xd42027(0x1cb)+_0x17e148+_0xd42027(0x213)+_0x37a994);}}['initializeBddStep'](_0x4920a1){const _0x221fe6=a4_0x37f90b,_0x39568e={};_0x39568e[_0x221fe6(0x1e3)]=_0x221fe6(0x1ad);const _0x1f7836=_0x39568e;return{'id':_0x4920a1[_0x221fe6(0x23e)],'text':_0x4920a1[_0x221fe6(0x206)],'keyword':_0x4920a1[_0x221fe6(0x1f6)],'started_at':_0x4920a1[_0x221fe6(0x222)][_0x221fe6(0x1f0)](),'result':_0x1f7836[_0x221fe6(0x1e3)]};}[a4_0x37f90b(0x1e8)](_0x4e6d9b){const _0x427054=a4_0x37f90b,_0x30bab8={'SWTuz':function(_0x35d4d3){return _0x35d4d3();}};!this['currentTest'][_0x427054(0x1f2)]&&(this[_0x427054(0x223)][_0x427054(0x1f2)]=[]),!_0x4e6d9b['stepAnalyticsId']&&(_0x4e6d9b[_0x427054(0x23e)]=_0x30bab8[_0x427054(0x231)](uuidv4),_0x4e6d9b['startedAt']=new Date(),this[_0x427054(0x223)][_0x427054(0x1f2)][_0x427054(0x203)](this[_0x427054(0x159)](_0x4e6d9b)));}[a4_0x37f90b(0x22a)](_0x426921){const _0x151e84=a4_0x37f90b,_0x32dda3={'QZkfJ':function(_0x34a7ec,_0x4f2e5f){return _0x34a7ec(_0x4f2e5f);},'kIWFs':_0x151e84(0x160),'mnTVW':_0x151e84(0x1ad),'kJKMm':_0x151e84(0x238),'TWiLJ':function(_0x50ee4c,_0x44155f){return _0x50ee4c-_0x44155f;}};let _0x11915f=this[_0x151e84(0x223)][_0x151e84(0x1f2)][_0x151e84(0x241)](_0x62dfa7=>_0x62dfa7['id']===_0x426921[_0x151e84(0x23e)]);_0x32dda3[_0x151e84(0x1aa)](isUndefined,_0x11915f)&&(_0x11915f=this[_0x151e84(0x159)](_0x426921)),_0x11915f[_0x151e84(0x17b)]=[_0x32dda3[_0x151e84(0x23b)],_0x32dda3[_0x151e84(0x239)]][_0x151e84(0x191)](_0x426921[_0x151e84(0x152)])?_0x32dda3[_0x151e84(0x15d)]:_0x426921[_0x151e84(0x152)],_0x11915f[_0x151e84(0x1b4)]=new Date()[_0x151e84(0x1f0)](),_0x11915f[_0x151e84(0x19f)]=_0x32dda3[_0x151e84(0x1be)](Date[_0x151e84(0x164)](),_0x426921[_0x151e84(0x222)][_0x151e84(0x20e)]()),_0x11915f[_0x151e84(0x157)]=_0x426921['err']?_0x426921['err'][_0x151e84(0x192)]:null;}}const a4_0x6d6b79={};a4_0x6d6b79['O11yHelper']=O11yHelper,a4_0x6d6b79[a4_0x37f90b(0x187)]=STATE_PASSED,a4_0x6d6b79['STATE_FAILED']=STATE_FAILED,a4_0x6d6b79[a4_0x37f90b(0x190)]=TEST_EVENTS,module[a4_0x37f90b(0x15b)]=a4_0x6d6b79;
1
+ const a4_0xeb03ae=a4_0x56c9;(function(_0x3d5505,_0x533572){const _0x2e0790=a4_0x56c9,_0x50267e=_0x3d5505();while(!![]){try{const _0x17cf62=-parseInt(_0x2e0790(0x118))/0x1*(parseInt(_0x2e0790(0x1e2))/0x2)+-parseInt(_0x2e0790(0x182))/0x3*(-parseInt(_0x2e0790(0x11a))/0x4)+parseInt(_0x2e0790(0x1ba))/0x5+parseInt(_0x2e0790(0x19e))/0x6+parseInt(_0x2e0790(0x1df))/0x7*(-parseInt(_0x2e0790(0x139))/0x8)+parseInt(_0x2e0790(0x177))/0x9*(parseInt(_0x2e0790(0x14f))/0xa)+-parseInt(_0x2e0790(0x132))/0xb;if(_0x17cf62===_0x533572)break;else _0x50267e['push'](_0x50267e['shift']());}catch(_0x3e22cb){_0x50267e['push'](_0x50267e['shift']());}}}(a4_0x508e,0x896c5));const path=require(a4_0xeb03ae(0x1aa)),fs=require('fs'),{v4:uuidv4}=require(a4_0xeb03ae(0x142)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0xeb03ae(0x14a)),testOpsHelper=require(a4_0xeb03ae(0x17c)),{getTestEnv}=require('../mocha/test-observability/mochaUtils'),{FRAMEWORKS}=require(a4_0xeb03ae(0x164)),logger=require(a4_0xeb03ae(0x166))[a4_0xeb03ae(0x105)],SessionHandler=require(a4_0xeb03ae(0x145)),RequestQueueHandler=require(a4_0xeb03ae(0xff)),PlaywrightSessionDetails=require(a4_0xeb03ae(0x1a9)),debug=testOpsHelper['debug'],{processAccessibilityCaps}=require(a4_0xeb03ae(0x143)),Constants=require(a4_0xeb03ae(0x19d)),{fetchPlatformDetails}=require(a4_0xeb03ae(0x11c)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0xeb03ae(0x1c8)),constants=require(a4_0xeb03ae(0x19d)),STATE_PASSED='passed',STATE_FAILED=a4_0xeb03ae(0x1ce),a4_0xd30bed={};a4_0xd30bed['TEST_RUN_STARTED']='TestRunStarted',a4_0xd30bed[a4_0xeb03ae(0x131)]=a4_0xeb03ae(0x10e),a4_0xd30bed[a4_0xeb03ae(0x1d3)]=a4_0xeb03ae(0x127),a4_0xd30bed[a4_0xeb03ae(0x1ca)]=a4_0xeb03ae(0x175),a4_0xd30bed[a4_0xeb03ae(0x1c4)]=a4_0xeb03ae(0x1e3);const TEST_EVENTS=a4_0xd30bed,parseEvent=_0x2fd8a9=>{const _0x3b1c30=a4_0xeb03ae,_0x424a1c={};_0x424a1c['IGnym']=function(_0xf37132,_0x2e5817){return _0xf37132<_0x2e5817;},_0x424a1c['EbTRr']=function(_0x3889de,_0x3605b8){return _0x3889de===_0x3605b8;},_0x424a1c[_0x3b1c30(0x137)]=_0x3b1c30(0x1d9),_0x424a1c[_0x3b1c30(0x1e9)]=function(_0x330feb,_0x4183ef){return _0x330feb===_0x4183ef;},_0x424a1c[_0x3b1c30(0x1bf)]=_0x3b1c30(0x146),_0x424a1c[_0x3b1c30(0x16c)]=_0x3b1c30(0x109),_0x424a1c[_0x3b1c30(0x110)]=function(_0x3e8469,_0x3ec637){return _0x3e8469===_0x3ec637;},_0x424a1c[_0x3b1c30(0x128)]=_0x3b1c30(0x1dd),_0x424a1c[_0x3b1c30(0x13d)]=_0x3b1c30(0x17d);const _0x52389c=_0x424a1c,_0x1311a4=_0x2fd8a9[_0x3b1c30(0x152)](/^(.*)Run(.*)$/);if(!_0x1311a4)return null;if(_0x52389c[_0x3b1c30(0x1ac)](_0x1311a4['length'],0x3))return null;const _0x506c21=_0x1311a4[0x1][_0x3b1c30(0x130)](),_0x133393=_0x1311a4[0x2][_0x3b1c30(0x130)]();return{'test':_0x52389c[_0x3b1c30(0x15a)](_0x506c21,_0x52389c['VZvbR']),'hook':_0x52389c[_0x3b1c30(0x1e9)](_0x506c21,_0x52389c['aeEFD']),'skipped':_0x52389c['EbTRr'](_0x133393,_0x52389c[_0x3b1c30(0x16c)]),'started':_0x52389c[_0x3b1c30(0x110)](_0x133393,_0x52389c['lOTmy']),'finished':_0x52389c['PxNeN'](_0x133393,_0x52389c['lMETM'])};},mockPWBrowserType=_0x28a992=>{const _0x37dc8d=a4_0xeb03ae,_0x2d55ce={'jNWBQ':function(_0x281200,_0x2ef2ba){return _0x281200===_0x2ef2ba;},'PfzjX':_0x37dc8d(0x151),'NjMUw':function(_0x4ac27e,_0x49e1a4,_0x8a8a5d){return _0x4ac27e(_0x49e1a4,_0x8a8a5d);},'odapF':_0x37dc8d(0x17a),'LzYBr':function(_0x4fdede,_0xfb3a9c){return _0x4fdede(_0xfb3a9c);},'TBJcr':_0x37dc8d(0xfe),'SzgUX':function(_0x39237b,_0x55b671,_0x5a2b93){return _0x39237b(_0x55b671,_0x5a2b93);},'ZYRhH':'lib','CETJH':_0x37dc8d(0x12c),'rImlu':_0x37dc8d(0x188),'hethK':function(_0xe0ec1d,_0x4d3234){return _0xe0ec1d(_0x4d3234);},'HhRjJ':function(_0x4e6d3f,_0x3657f9){return _0x4e6d3f(_0x3657f9);},'wPAMr':_0x37dc8d(0x1b3),'EQQml':_0x37dc8d(0x154),'lfMTT':'launch'},_0x46705c=path[_0x37dc8d(0x1d1)](_0x2d55ce[_0x37dc8d(0x17f)],_0x2d55ce[_0x37dc8d(0x1be)],_0x2d55ce['rImlu']),_0x3b71d1=_0x2d55ce['hethK'](importFileFromPWCore,_0x46705c);if(!_0x3b71d1){_0x2d55ce[_0x37dc8d(0x17b)](debug,_0x2d55ce[_0x37dc8d(0x120)]);return;}const _0x31d5fb=_0x3b71d1[_0x37dc8d(0x197)],_0x3e21e2=_0x31d5fb[_0x37dc8d(0x19a)];if(_0x3e21e2['obsBrowserTypeMockApplied'])return;const _0x2308a5=_0x3e21e2[_0x37dc8d(0x154)];Object['defineProperty'](_0x3e21e2,_0x2d55ce[_0x37dc8d(0x13f)],{'get':function(){return async function _0x73b148(_0x5bec8c,_0x375322){const _0x57a14e=a4_0x56c9,_0x4b781b={'aGotn':function(_0x4bfa51,_0xa886d2){const _0x309b92=a4_0x56c9;return _0x2d55ce[_0x309b92(0x19b)](_0x4bfa51,_0xa886d2);},'kObhs':_0x2d55ce[_0x57a14e(0x10b)]},_0x5939fe=_0x2d55ce[_0x57a14e(0x12b)](nestedKeyValue,_0x5bec8c,[_0x2d55ce[_0x57a14e(0xf9)]])||_0x5bec8c;let _0x1b7286=null,_0x164911=null;try{[_0x164911,_0x1b7286]=_0x5939fe?_0x2d55ce[_0x57a14e(0x161)](parseWSEndpoint,_0x5939fe):[null,null],global['__platformCaps']=_0x1b7286,logger[_0x57a14e(0x18e)](_0x57a14e(0x111)+_0x164911),_0x164911[_0x57a14e(0x125)](Constants[_0x57a14e(0x147)])&&(global['__cloud_provider___']=_0x2d55ce[_0x57a14e(0x1d6)]);}catch(_0x366f58){logger[_0x57a14e(0x18e)](_0x57a14e(0x13e)+_0x5939fe+'\x20'+_0x366f58);}_0x2d55ce['SzgUX'](processAccessibilityCaps,_0x1b7286,_0x164911);if(global[_0x57a14e(0x170)]){const _0x451374=await _0x3e21e2[_0x57a14e(0x156)]['apply'](this,[''+Constants[_0x57a14e(0x1da)]+_0x2d55ce['LzYBr'](encodeURIComponent,JSON[_0x57a14e(0x15c)](_0x1b7286))]);return PlaywrightSessionDetails[_0x57a14e(0x10d)](_0x451374,_0x28a992,_0x5939fe),_0x451374;}return _0x2308a5['apply'](this,arguments)[_0x57a14e(0x178)](_0x1478d6=>{const _0x3a758b=_0x57a14e;let _0x534081=_0x5bec8c[_0x3a758b(0x17a)];return _0x4b781b['aGotn'](typeof _0x5bec8c,_0x4b781b[_0x3a758b(0x1d8)])&&(_0x534081=_0x5bec8c),PlaywrightSessionDetails[_0x3a758b(0x10d)](_0x1478d6,_0x28a992,_0x534081),_0x1478d6;});};}});const _0x46b73e=_0x3e21e2['launch'];Object['defineProperty'](_0x3e21e2,_0x2d55ce[_0x37dc8d(0x190)],{'get':function(){return async function _0x565743(){const _0x589b19=a4_0x56c9;return _0x46b73e[_0x589b19(0x1c9)](this,arguments)[_0x589b19(0x178)](_0x5a7bf3=>{const _0x54f76=_0x589b19;return PlaywrightSessionDetails[_0x54f76(0x10d)](_0x5a7bf3,null),_0x5a7bf3;});};}});};class O11yHelper{[a4_0xeb03ae(0x1cb)]=null;['currentHook']=null;['enabled']=![];[a4_0xeb03ae(0x14b)]=![];constructor(_0x78ebf6,_0x4850ee){const _0x5f5078=a4_0xeb03ae,_0xca9306={'Rsqrj':_0x5f5078(0x1d7),'yeqhZ':function(_0x59a757){return _0x59a757();},'QJlYP':function(_0x513350,_0x7d1afc){return _0x513350===_0x7d1afc;},'TmDHs':_0x5f5078(0x11f),'PSMAT':function(_0x27c6e0,_0x4aeb23){return _0x27c6e0(_0x4aeb23);},'guLrp':function(_0x3a0f9){return _0x3a0f9();}},_0x46d376=_0xca9306['Rsqrj']['split']('|');let _0x57261e=0x0;while(!![]){switch(_0x46d376[_0x57261e++]){case'0':this['driver']=_0x78ebf6;continue;case'1':this[_0x5f5078(0x1d0)]=new testOpsHelper['PathHelper']({'cwd':process[_0x5f5078(0x1db)]()},this[_0x5f5078(0x16a)][_0x5f5078(0x18f)]);continue;case'2':this['frameworkName']=_0x4850ee[_0x5f5078(0x14b)];continue;case'3':this[_0x5f5078(0x1b0)]=_0xca9306['yeqhZ'](shouldProcessEventForTesthub);continue;case'4':this[_0x5f5078(0x115)]&&_0xca9306[_0x5f5078(0x149)](this[_0x5f5078(0x115)]['constructor'][_0x5f5078(0x1cf)],_0xca9306[_0x5f5078(0x12e)])&&_0xca9306['PSMAT'](mockPWBrowserType,null);continue;case'5':this[_0x5f5078(0x16a)]=_0xca9306[_0x5f5078(0x19c)](getTestEnv);continue;}break;}}[a4_0xeb03ae(0x155)](){const _0x35057e=a4_0xeb03ae;if(!this['enabled'])return;testOpsHelper['patchConsoleLogger'](),process[_0x35057e(0x1a4)](_0x35057e(0x165)+process['pid']),process['on'](_0x35057e(0x165)+process[_0x35057e(0x1a0)],this[_0x35057e(0x104)][_0x35057e(0x1e8)](this));}async['stop'](){const _0x46e3b1=a4_0xeb03ae;await RequestQueueHandler[_0x46e3b1(0x138)]()[_0x46e3b1(0x163)]();}async[a4_0xeb03ae(0x104)](_0x183776){const _0x55f115=a4_0xeb03ae,_0xac54bd={'DStcC':'LogCreated','kxSXI':function(_0x77a77c,_0x36966f){return _0x77a77c(_0x36966f);}};try{this[_0x55f115(0x1a6)]&&!this[_0x55f115(0x1a6)]['markedStatus']&&(_0x183776[_0x55f115(0x153)]=this[_0x55f115(0x1a6)][_0x55f115(0x10f)]);!_0x183776[_0x55f115(0x153)]&&this['currentTest']&&!this[_0x55f115(0x1cb)][_0x55f115(0x16b)]&&(_0x183776[_0x55f115(0x15d)]=this[_0x55f115(0x1cb)][_0x55f115(0x199)]);if(_0x183776[_0x55f115(0x153)]||_0x183776['test_run_uuid']){const _0x402991={};_0x402991['event_type']=_0xac54bd[_0x55f115(0x18d)],_0x402991[_0x55f115(0x1c3)]=[_0x183776],await SessionHandler[_0x55f115(0x101)](_0x402991);}}catch(_0x5bf5df){_0xac54bd[_0x55f115(0x114)](debug,_0x55f115(0x1c2)+constants[_0x55f115(0x1c7)]+_0x55f115(0x1d5)+_0x5bf5df);}}async['sendCBTInfo'](_0x3f263e){const _0x557d37=a4_0xeb03ae,_0x555b4d={'QbgOX':_0x557d37(0x11d),'djBRW':function(_0x43e59f,_0x4adc7f){return _0x43e59f(_0x4adc7f);}};if(!this[_0x557d37(0x1b0)])return;const _0x26722e=this[_0x557d37(0x1a8)](this[_0x557d37(0x115)]);try{const _0x2f6d5c={};_0x2f6d5c[_0x557d37(0x142)]=_0x3f263e,_0x2f6d5c['integrations']=_0x26722e;const _0xcd2473=_0x2f6d5c,_0x4245a0={};_0x4245a0[_0x557d37(0x1a2)]=_0x555b4d[_0x557d37(0x122)],_0x4245a0[_0x557d37(0x13b)]=_0xcd2473,await SessionHandler[_0x557d37(0x101)](_0x4245a0);}catch(_0x139ad1){_0x555b4d['djBRW'](debug,_0x557d37(0x14e)+constants[_0x557d37(0x1c7)]+_0x557d37(0x1d5)+_0x139ad1);}}[a4_0xeb03ae(0x1a8)](_0x84ed1){const _0x3111f2=a4_0xeb03ae,_0x488cad={'fNhUF':function(_0x1043f3,_0x1fe3f8){return _0x1043f3(_0x1fe3f8);}};return _0x488cad[_0x3111f2(0xfb)](fetchPlatformDetails,_0x84ed1);}[a4_0xeb03ae(0x183)]=_0x82b7da=>{const _0x197b01=a4_0xeb03ae,_0x4f8d6f={};_0x4f8d6f['DUbKm']=_0x197b01(0x1b8),_0x4f8d6f[_0x197b01(0xf6)]='_afterEach';const _0x1255f8=_0x4f8d6f;if(!_0x82b7da||!_0x82b7da[_0x197b01(0x193)])return;[_0x1255f8[_0x197b01(0x129)],_0x1255f8[_0x197b01(0xf6)]][_0x197b01(0x1e6)](_0x2f0c81=>{const _0x4e1d77=_0x197b01,_0x392c83=_0x82b7da['parent'][_0x2f0c81];_0x392c83[_0x4e1d77(0x1e6)](_0x1d9f46=>{const _0x387481=_0x4e1d77;_0x1d9f46[_0x387481(0x10f)]&&(_0x1d9f46['hookAnalyticsId']=null);});});};['mapTestHooks'](_0x4ee19d){const _0x42f0aa=a4_0xeb03ae,_0x3e29f2={'mmIrf':_0x42f0aa(0x1b6),'pWYOx':function(_0x5ef98f){return _0x5ef98f();},'KSSjc':function(_0x2d85d7,_0x493f50){return _0x2d85d7===_0x493f50;},'HYjYU':'_afterEach','kcmAW':_0x42f0aa(0x179),'cnjys':_0x42f0aa(0x1a7),'WxxUJ':_0x42f0aa(0x1b8)};if(!_0x4ee19d||!_0x4ee19d[_0x42f0aa(0x193)])return;[_0x3e29f2[_0x42f0aa(0x196)],_0x3e29f2[_0x42f0aa(0x14c)],_0x3e29f2['WxxUJ'],_0x3e29f2['HYjYU']]['forEach'](_0x40cf91=>{const _0x5bfdec=_0x42f0aa,_0x567d4b={'WMkIM':_0x3e29f2[_0x5bfdec(0x15b)],'XFyqm':function(_0x3532ae){const _0x30848b=_0x5bfdec;return _0x3e29f2[_0x30848b(0x1bb)](_0x3532ae);},'HMkTw':function(_0xc9e1cf,_0x411cb1){const _0x52d5db=_0x5bfdec;return _0x3e29f2[_0x52d5db(0x135)](_0xc9e1cf,_0x411cb1);},'qQJGP':_0x3e29f2['HYjYU'],'AcDpA':function(_0x2fc3c3){const _0x4b6cba=_0x5bfdec;return _0x3e29f2[_0x4b6cba(0x1bb)](_0x2fc3c3);}},_0x5b987b=_0x4ee19d[_0x5bfdec(0x193)][_0x40cf91]||[];_0x5b987b['forEach'](_0x1fd857=>{const _0x3210ce=_0x5bfdec;if(_0x1fd857[_0x3210ce(0x116)][_0x3210ce(0x125)](_0x567d4b[_0x3210ce(0x198)]))return;if(!_0x1fd857[_0x3210ce(0x10f)])_0x1fd857[_0x3210ce(0x10f)]=_0x567d4b[_0x3210ce(0x1e4)](uuidv4);else _0x1fd857[_0x3210ce(0x16b)]&&_0x567d4b[_0x3210ce(0x1b9)](_0x40cf91,_0x567d4b['qQJGP'])&&(_0x1fd857[_0x3210ce(0x10f)]=_0x567d4b['AcDpA'](uuidv4),delete _0x1fd857[_0x3210ce(0x16b)]);});}),this[_0x42f0aa(0x176)](_0x4ee19d['parent']);}['getHooksForTest'](_0xf9bf4a){const _0x312b12=a4_0xeb03ae,_0x489f24={};_0x489f24[_0x312b12(0x1ad)]=_0x312b12(0x179),_0x489f24[_0x312b12(0x180)]=_0x312b12(0x1a7),_0x489f24[_0x312b12(0x1b4)]=_0x312b12(0x1b8),_0x489f24[_0x312b12(0x1af)]=_0x312b12(0x16e);const _0x5f199e=_0x489f24;if(!_0xf9bf4a||!_0xf9bf4a['parent'])return[];const _0x54ccd6=[];return[_0x5f199e[_0x312b12(0x1ad)],_0x5f199e[_0x312b12(0x180)],_0x5f199e['UrUqV'],_0x5f199e[_0x312b12(0x1af)]][_0x312b12(0x1e6)](_0x41c6b0=>{const _0xbee3ea=_0xf9bf4a['parent'][_0x41c6b0]||[];_0xbee3ea['forEach'](_0x4a0c24=>{const _0x504394=a4_0x56c9;_0x4a0c24[_0x504394(0x10f)]&&_0x54ccd6[_0x504394(0x136)](_0x4a0c24['hookAnalyticsId']);});}),[][_0x312b12(0xfc)](_0x54ccd6,this['getHooksForTest'](_0xf9bf4a[_0x312b12(0x193)]));}[a4_0xeb03ae(0x134)](_0x980fd5){const _0x37153f=a4_0xeb03ae,_0x38be46=/^"(?<hook>.*)" hook:.*$/,_0x3cba8c=_0x980fd5['title'],_0x1e898e=_0x3cba8c['match'](_0x38be46);if(_0x1e898e&&_0x1e898e[_0x37153f(0x160)])return _0x1e898e[_0x37153f(0x160)][_0x37153f(0x146)][_0x37153f(0x10a)]()['replace']('\x20','_');return null;}[a4_0xeb03ae(0x12f)](_0x233146){const _0x18354d=a4_0xeb03ae,_0x5ef2d5={};_0x5ef2d5[_0x18354d(0x162)]=function(_0x2fa403,_0x27cb6e){return _0x2fa403===_0x27cb6e;},_0x5ef2d5[_0x18354d(0x103)]=_0x18354d(0x191),_0x5ef2d5['BqeGf']='config';const _0x2b33d5=_0x5ef2d5,_0x4562f7=path[_0x18354d(0x173)];if(_0x2b33d5[_0x18354d(0x162)](_0x233146,null)||_0x2b33d5[_0x18354d(0x162)](_0x233146,'')||_0x2b33d5[_0x18354d(0x162)](_0x233146,_0x4562f7)||_0x2b33d5[_0x18354d(0x162)](_0x233146,path['dirname'](_0x233146)))return null;try{return fs[_0x18354d(0x18b)](path[_0x18354d(0x1d1)](_0x233146,_0x2b33d5['LVEhS'],_0x2b33d5[_0x18354d(0x102)])),_0x233146;}catch(_0xa58040){const _0xa5e799=path[_0x18354d(0x141)](_0x233146);return this[_0x18354d(0x12f)](_0xa5e799);}}[a4_0xeb03ae(0x1bd)](_0x4dfa22){const _0x15f71a=a4_0xeb03ae,_0x65d869={};_0x65d869['RgvvF']=function(_0x12b8b6,_0x2074ea){return _0x12b8b6>_0x2074ea;};const _0x559a7e=_0x65d869;if(_0x4dfa22['file'])return _0x4dfa22[_0x15f71a(0x150)];if(_0x4dfa22[_0x15f71a(0x1b2)]){const _0x166b5a=_0x4dfa22[_0x15f71a(0x1b2)][_0x15f71a(0x1cb)]?this[_0x15f71a(0x1bd)](_0x4dfa22['ctx']['currentTest']):null;if(_0x166b5a)return _0x166b5a;}if(_0x4dfa22[_0x15f71a(0x193)]){const _0x10e0f4=this[_0x15f71a(0x1bd)](_0x4dfa22[_0x15f71a(0x193)])||(_0x4dfa22[_0x15f71a(0x193)]['ctx']&&_0x4dfa22[_0x15f71a(0x193)][_0x15f71a(0x1b2)]['currentTest']?this[_0x15f71a(0x1bd)](_0x4dfa22[_0x15f71a(0x193)][_0x15f71a(0x1b2)][_0x15f71a(0x1cb)]):null);if(_0x10e0f4)return _0x10e0f4;_0x4dfa22[_0x15f71a(0x193)][_0x15f71a(0xfd)]&&_0x559a7e['RgvvF'](_0x4dfa22[_0x15f71a(0x193)][_0x15f71a(0xfd)][_0x15f71a(0x184)],0x0)&&_0x4dfa22['parent'][_0x15f71a(0xfd)]['forEach'](_0x9323ea=>{const _0x26149d=_0x15f71a,_0x36854a=_0x9323ea['ctx']?this[_0x26149d(0x1bd)](_0x9323ea[_0x26149d(0x1b2)]):null;if(_0x36854a)return _0x36854a;});}return null;}[a4_0xeb03ae(0x171)](_0x373297){const _0x48fd25=a4_0xeb03ae,_0x41817c={};_0x41817c['jmBDH']=function(_0x11e05e,_0x51d4f1){return _0x11e05e!==_0x51d4f1;};const _0x12f73c=_0x41817c,_0x1f9952=[];if(_0x373297&&_0x373297['parent']){let _0x3eea76=_0x373297[_0x48fd25(0x193)];while(_0x3eea76&&_0x12f73c[_0x48fd25(0x121)](_0x3eea76['title'],'')){_0x1f9952['push'](_0x3eea76['title']),_0x3eea76=_0x3eea76['parent'];}}return _0x1f9952;}[a4_0xeb03ae(0x1e5)](_0x1656b6,_0x3a9cd8,_0x4d6ca5=undefined){const _0x4231d5=a4_0xeb03ae,_0x304e4d={'sZKDQ':function(_0x3fbfe3,_0x5c2adc){return _0x3fbfe3(_0x5c2adc);},'WVonW':function(_0x59f7e6){return _0x59f7e6();},'Juekv':function(_0x3e9146){return _0x3e9146();},'VYTPq':function(_0x51067c,_0x2fa2c1){return _0x51067c(_0x2fa2c1);},'XJBOl':'util','Zqrhn':'err','nkPAU':function(_0x109ab7,_0x2b75ce){return _0x109ab7!==_0x2b75ce;},'aREyk':function(_0x444800,_0x18649d){return _0x444800!==_0x18649d;},'EOnuy':_0x4231d5(0x1e7),'jBtNR':_0x4231d5(0x181),'zBwEK':_0x4231d5(0x1ce),'OjHfg':_0x4231d5(0x19f),'lnwJP':_0x4231d5(0x109),'ejGzm':'javascript','GdOdz':function(_0x2f06b2,_0x120ebd){return _0x2f06b2-_0x120ebd;},'gHhog':function(_0x19bd07,_0x30e117,_0x370d7d,_0x30c535,_0x25cdbd){return _0x19bd07(_0x30e117,_0x370d7d,_0x30c535,_0x25cdbd);},'XpEhQ':_0x4231d5(0x1e0),'HFskz':_0x4231d5(0x158),'LTcTe':_0x4231d5(0x194),'FnDnS':'failure_backtrace','BdKHk':_0x4231d5(0x186),'zssHD':_0x4231d5(0x106),'ZSeFF':'expanded','lPNDu':function(_0x21169b,_0x11c327){return _0x21169b===_0x11c327;},'oTtpG':_0x4231d5(0x1a5),'irfEz':_0x4231d5(0x13b)};if(!this[_0x4231d5(0x1b0)])return;try{if(_0x3a9cd8['fn']&&_0x3a9cd8['fn'][_0x4231d5(0x168)]()['match'](/browserstack internal helper hook/))return;const _0x1de5d9=_0x304e4d[_0x4231d5(0x10c)](parseEvent,_0x1656b6);if(!_0x1de5d9)return;if(_0x1de5d9[_0x4231d5(0x1d9)]){this[_0x4231d5(0x1cb)]=_0x3a9cd8,this[_0x4231d5(0x1a6)]=null;if(_0x1de5d9[_0x4231d5(0x1dd)]||_0x1de5d9[_0x4231d5(0x109)]){_0x3a9cd8[_0x4231d5(0x16f)]=new Date(),_0x3a9cd8[_0x4231d5(0x16b)]=![];if(!_0x3a9cd8['testAnalyticsId'])_0x3a9cd8[_0x4231d5(0x199)]=_0x304e4d[_0x4231d5(0x174)](uuidv4);else _0x3a9cd8[_0x4231d5(0x16b)]&&(!_0x3a9cd8[_0x4231d5(0x1de)]&&(_0x3a9cd8[_0x4231d5(0x1de)]=_0x3a9cd8[_0x4231d5(0x199)]),_0x3a9cd8[_0x4231d5(0x199)]=_0x304e4d[_0x4231d5(0x174)](uuidv4));}}else{if(_0x1de5d9[_0x4231d5(0x146)]){this[_0x4231d5(0x1a6)]=_0x3a9cd8;if(_0x1de5d9['started']){_0x3a9cd8[_0x4231d5(0x16f)]=new Date(),_0x3a9cd8['markedStatus']=![];if(!_0x3a9cd8[_0x4231d5(0x10f)])_0x3a9cd8[_0x4231d5(0x10f)]=_0x304e4d['Juekv'](uuidv4);else _0x3a9cd8[_0x4231d5(0x10f)]&&_0x3a9cd8[_0x4231d5(0x16b)]&&(_0x3a9cd8[_0x4231d5(0x10f)]=_0x304e4d[_0x4231d5(0x1d4)](uuidv4));}}}if(_0x1de5d9['finished']&&_0x3a9cd8[_0x4231d5(0x16b)])return;let _0x21abea;try{_0x21abea=this['getRootParentFile'](_0x3a9cd8);}catch(_0x2244e0){logger['debug'](_0x4231d5(0x133)+_0x2244e0),_0x21abea=null;}const _0x476d8a=_0x304e4d['VYTPq'](require,_0x304e4d['XJBOl']);let _0x592fa3=[];_0x4d6ca5&&(_0x592fa3=[_0x4d6ca5,_0x304e4d['Zqrhn']]);const _0x1b6046=_0x304e4d['nkPAU'](_0x3a9cd8[_0x4231d5(0x148)],undefined)?_0x476d8a['inspect'](_0x3a9cd8[_0x4231d5(0x148)][0x0]):_0x304e4d[_0x4231d5(0x11e)](_0x4d6ca5,undefined)?_0x4d6ca5[_0x4231d5(0x168)]():undefined,_0x422ba8=_0x21abea?this[_0x4231d5(0x12f)](_0x21abea):null,_0x1c907a=_0x21abea?this[_0x4231d5(0x1d0)]['prefixTestPath'](this[_0x4231d5(0x1bd)](_0x3a9cd8)):_0x304e4d[_0x4231d5(0x1a3)];let _0x21f77f=_0x304e4d['jBtNR'];const _0x146900=!_0x1de5d9[_0x4231d5(0x1dd)]?new Date()[_0x4231d5(0x107)]():null;if(_0x1de5d9['finished'])_0x21f77f=_0x4d6ca5?_0x304e4d[_0x4231d5(0x1c6)]:_0x304e4d[_0x4231d5(0xf7)],_0x3a9cd8['markedStatus']=!![];else _0x1de5d9['skipped']&&(_0x21f77f=_0x304e4d['lnwJP'],_0x3a9cd8['markedStatus']=!![]);const _0x3d2c34={'framework':this[_0x4231d5(0x14b)],'uuid':_0x3a9cd8[_0x4231d5(0x199)]||_0x3a9cd8[_0x4231d5(0x10f)],'name':_0x3a9cd8['title'],'body':{'lang':_0x304e4d[_0x4231d5(0x15e)],'code':_0x3a9cd8[_0x4231d5(0x113)][_0x4231d5(0x168)]()},'type':_0x3a9cd8[_0x4231d5(0x1c1)],'scope':_0x3a9cd8['fullTitle'](),'scopes':this[_0x4231d5(0x171)](_0x3a9cd8),'file_name':_0x1c907a,'vc_filepath':_0x422ba8?path[_0x4231d5(0x1a1)](_0x422ba8,_0x21abea):null,'location':_0x1c907a,'result':_0x21f77f,'failure_reason':_0x1b6046,'duration_in_ms':_0x3a9cd8[_0x4231d5(0xfa)]||(_0x1de5d9[_0x4231d5(0x17d)]||_0x1de5d9[_0x4231d5(0x109)])?_0x304e4d[_0x4231d5(0xf8)](Date[_0x4231d5(0x185)](),new Date(_0x3a9cd8[_0x4231d5(0x16f)])[_0x4231d5(0x169)]()):null,'started_at':new Date(_0x3a9cd8['startedAt'])[_0x4231d5(0x107)](),'finished_at':_0x146900,'failure':testOpsHelper[_0x4231d5(0x144)]['apply'](null,_0x592fa3),'failure_type':!_0x1b6046?null:testOpsHelper[_0x4231d5(0x1dc)](_0x1b6046),'retry_of':_0x3a9cd8['retryOf']||null,'tags':_0x3a9cd8[_0x4231d5(0x126)]||[],'customRerunParam':{'rerun_name':_0x3a9cd8[_0x4231d5(0x1cd)]()}};_0x304e4d[_0x4231d5(0x12a)](appendTesthubParams,_0x3d2c34,_0x1656b6,_0x3a9cd8,FRAMEWORKS[_0x4231d5(0x1c0)]);if(_0x1de5d9[_0x4231d5(0x146)])[_0x3d2c34[_0x4231d5(0x18c)],_0x3d2c34[_0x4231d5(0x1cf)]]=[this[_0x4231d5(0x134)](_0x3a9cd8),_0x3a9cd8[_0x4231d5(0x1b2)][_0x4231d5(0x1d9)][_0x4231d5(0x116)]],_0x1de5d9[_0x4231d5(0x17d)]?_0x304e4d[_0x4231d5(0x11e)](_0x3d2c34[_0x4231d5(0x1bc)],_0x304e4d[_0x4231d5(0x1c6)])&&(_0x3d2c34[_0x4231d5(0x1bc)]=_0x304e4d[_0x4231d5(0xf7)]):_0x3d2c34[_0x4231d5(0x113)]={};else _0x1de5d9['test']&&(this['mapTestHooks'](_0x3a9cd8),_0x1de5d9[_0x4231d5(0x109)]&&this[_0x4231d5(0x183)](_0x3a9cd8),(_0x1de5d9[_0x4231d5(0x17d)]||_0x1de5d9[_0x4231d5(0x109)])&&(_0x3d2c34['hooks']=this[_0x4231d5(0x18a)](_0x3a9cd8)));this[_0x4231d5(0x115)]&&(_0x1de5d9[_0x4231d5(0x1dd)]||_0x1de5d9['skipped'])&&(_0x3d2c34[_0x304e4d['XpEhQ']]=this[_0x4231d5(0x1a8)](this[_0x4231d5(0x115)]));_0x1de5d9[_0x4231d5(0x1d9)]&&_0x1de5d9[_0x4231d5(0x17d)]&&_0x3a9cd8[_0x4231d5(0x1c5)]&&(_0x3d2c34[_0x304e4d[_0x4231d5(0x112)]]={'feature':{'name':_0x3a9cd8[_0x4231d5(0x193)][_0x4231d5(0x12d)][_0x4231d5(0x1cf)],'path':_0x3d2c34[_0x4231d5(0x192)],'description':_0x3a9cd8[_0x4231d5(0x193)][_0x4231d5(0x140)]},'scenario':{'name':_0x3a9cd8[_0x4231d5(0x116)]},'steps':_0x3a9cd8['bddSteps']});const _0x2f31e0=_0x3d2c34[_0x304e4d[_0x4231d5(0x1b7)]][0x0];_0x2f31e0&&(_0x3d2c34[_0x304e4d[_0x4231d5(0x195)]]=_0x2f31e0[_0x304e4d['BdKHk']],_0x3d2c34[_0x304e4d['zssHD']]=_0x2f31e0[_0x304e4d[_0x4231d5(0x1b1)]]);if(_0x3a9cd8[_0x4231d5(0x1c5)])for(const _0x39a808 of _0x3a9cd8['bddSteps']){!_0x39a808[_0x4231d5(0x124)]&&(_0x39a808[_0x4231d5(0x124)]=new Date()['toISOString'](),_0x304e4d[_0x4231d5(0x11b)](_0x39a808[_0x4231d5(0x1bc)],_0x304e4d[_0x4231d5(0x16d)])&&(_0x2f31e0?(_0x39a808['result']=_0x304e4d[_0x4231d5(0x1c6)],_0x39a808[_0x4231d5(0x194)]=_0x2f31e0[_0x304e4d[_0x4231d5(0x117)]][0x0]):_0x39a808[_0x4231d5(0x1bc)]=_0x304e4d['OjHfg']));}const _0x2fd5e2={};_0x2fd5e2['event_type']=_0x1de5d9['skipped']?TEST_EVENTS[_0x4231d5(0x131)]:_0x1656b6;const _0x52d59c=_0x2fd5e2;return _0x1de5d9[_0x4231d5(0x146)]?_0x52d59c[_0x304e4d[_0x4231d5(0x1cc)]]=_0x3d2c34:_0x52d59c[_0x304e4d[_0x4231d5(0x13c)]]=_0x3d2c34,_0x52d59c;}catch(_0x129f81){logger['debug']('Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0x1656b6+_0x4231d5(0x1d5)+_0x129f81);}}async[a4_0xeb03ae(0x1e1)](_0x51bdd4,_0x10de7c){const _0x4356f9=a4_0xeb03ae;if(!this[_0x4356f9(0x1b0)]||!_0x10de7c||!_0x51bdd4)return![];try{return await SessionHandler['uploadEventData'](_0x10de7c);}catch(_0xf7957e){logger[_0x4356f9(0x18e)]('Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20'+_0x51bdd4+_0x4356f9(0x1d5)+_0xf7957e);}}['initializeBddStep'](_0x71f0c9){const _0x5c6176=a4_0xeb03ae,_0x69b624={};_0x69b624[_0x5c6176(0x15f)]=_0x5c6176(0x181);const _0x4ca8af=_0x69b624;return{'id':_0x71f0c9['stepAnalyticsId'],'text':_0x71f0c9[_0x5c6176(0x167)],'keyword':_0x71f0c9[_0x5c6176(0x172)],'started_at':_0x71f0c9[_0x5c6176(0x16f)]['toISOString'](),'result':_0x4ca8af[_0x5c6176(0x15f)]};}['bddStepStart'](_0xf0f43e){const _0x3416f3=a4_0xeb03ae,_0x4b6d9c={'FbbVR':function(_0x101cb4){return _0x101cb4();}};!this[_0x3416f3(0x1cb)]['bddSteps']&&(this[_0x3416f3(0x1cb)][_0x3416f3(0x1c5)]=[]),!_0xf0f43e[_0x3416f3(0x14d)]&&(_0xf0f43e[_0x3416f3(0x14d)]=_0x4b6d9c['FbbVR'](uuidv4),_0xf0f43e['startedAt']=new Date(),this[_0x3416f3(0x1cb)][_0x3416f3(0x1c5)]['push'](this[_0x3416f3(0x159)](_0xf0f43e)));}[a4_0xeb03ae(0x108)](_0x4fa77a){const _0x5390c9=a4_0xeb03ae,_0x59ca5c={'cYvdj':function(_0x574737,_0x274385){return _0x574737(_0x274385);},'Jdfyi':'success','JRORw':'pending','KPjHn':_0x5390c9(0x19f),'aSkjj':function(_0x3306a0,_0x36072a){return _0x3306a0-_0x36072a;}};let _0x34e7d3=this[_0x5390c9(0x1cb)]['bddSteps']['find'](_0x5439a2=>_0x5439a2['id']===_0x4fa77a['stepAnalyticsId']);_0x59ca5c[_0x5390c9(0x13a)](isUndefined,_0x34e7d3)&&(_0x34e7d3=this[_0x5390c9(0x159)](_0x4fa77a)),_0x34e7d3[_0x5390c9(0x1bc)]=[_0x59ca5c[_0x5390c9(0x123)],_0x59ca5c[_0x5390c9(0x1b5)]][_0x5390c9(0x125)](_0x4fa77a[_0x5390c9(0x1d2)])?_0x59ca5c['KPjHn']:_0x4fa77a[_0x5390c9(0x1d2)],_0x34e7d3[_0x5390c9(0x124)]=new Date()[_0x5390c9(0x107)](),_0x34e7d3[_0x5390c9(0xfa)]=_0x59ca5c[_0x5390c9(0x17e)](Date[_0x5390c9(0x185)](),_0x4fa77a[_0x5390c9(0x16f)][_0x5390c9(0x169)]()),_0x34e7d3[_0x5390c9(0x194)]=_0x4fa77a['err']?_0x4fa77a[_0x5390c9(0x1ae)][_0x5390c9(0x119)]:null;}}function a4_0x508e(){const _0xb3f3de=['getHookType','KSSjc','push','VZvbR','getInstance','8OXxdSo','cYvdj','test_run','irfEz','lMETM','Failed\x20to\x20parse\x20wsendpoint\x20','EQQml','comment','dirname','uuid','../playwright/accessibility-helper','failureData','../../helpers/test-observability/sessionHandler','hook','BROWSERSTACK','errorsDetailed','QJlYP','../../helpers/helper','frameworkName','cnjys','stepAnalyticsId','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','9590790qDQuPy','file','string','match','hook_run_uuid','connect','start','connectOverCDP','O11yHelper','meta','initializeBddStep','EbTRr','mmIrf','stringify','test_run_uuid','ejGzm','pSHyk','groups','LzYBr','WzBhF','shutdown','../../helpers/test-observability/constants','bs:addLog:','../../helpers/logger','text','toString','getTime','_testEnv','markedStatus','ZARny','jBtNR','_afterEach','startedAt','accessibilityPlatform','getHierarchy','keyword','sep','WVonW','HookRunStarted','mapTestHooks','9ARWOxU','then','_beforeAll','wsEndpoint','HhRjJ','../../helpers/test-observability/utils','finished','aSkjj','ZYRhH','YBoLJ','pending','12xUhkWQ','resetSkipTestHooks','length','now','backtrace','exports','browserType.js','STATE_PASSED','getHooksForTest','statSync','hook_type','DStcC','debug','location_prefix','lfMTT','.git','file_name','parent','failure','FnDnS','kcmAW','BrowserType','WMkIM','testAnalyticsId','prototype','jNWBQ','guLrp','../utils/constants','3949956dacUtc','passed','pid','relative','event_type','EOnuy','removeAllListeners','hook_run','currentHook','_afterAll','getCBTInfo','../playwright/sessionDetails','path','STATE_FAILED','IGnym','TshdY','err','sGfvO','enabled','ZSeFF','ctx','Not\x20able\x20to\x20import\x20Browser','UrUqV','JRORw','codeceptjs','LTcTe','_beforeEach','HMkTw','433110jabWEA','pWYOx','result','getRootParentFile','CETJH','aeEFD','CODECEPT','type','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','logs','HOOK_RUN_FINISHED','bddSteps','zBwEK','TEST_REPORTING_ANALYTICS','../../helpers/testhub/utils.js','apply','HOOK_RUN_STARTED','currentTest','oTtpG','fullTitle','failed','name','_paths','join','status','TEST_RUN_SKIPPED','Juekv','\x20with\x20error\x20:\x20','TBJcr','3|2|0|5|1|4','kObhs','test','PLAYWRIGHT_HUB_URL','cwd','getFailureType','started','retryOf','4355330Gdxodu','integrations','fireEvent','2EGPPeT','HookRunFinished','XFyqm','captureEvent','forEach','File\x20path\x20could\x20not\x20be\x20found','bind','wAMTx','czAnV','OjHfg','GdOdz','odapF','duration','fNhUF','concat','suites','browserstack','../../helpers/test-observability/requestQueueHandler','TEST_EVENTS','uploadEventData','BqeGf','LVEhS','appendTestItemLog','winstonLogger','failure_reason_expanded','toISOString','bddStepFinish','skipped','toUpperCase','PfzjX','sZKDQ','setupBrowserDetails','TestRunFinished','hookAnalyticsId','PxNeN','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','HFskz','body','kxSXI','driver','title','BdKHk','841754WSqpyc','message','553864yRHHmF','lPNDu','./helper.js','CBTSessionCreated','aREyk','Playwright','wPAMr','jmBDH','QbgOX','Jdfyi','finished_at','includes','tags','TestRunSkipped','lOTmy','DUbKm','gHhog','NjMUw','client','feature','TmDHs','findGitConfig','toLowerCase','TEST_RUN_FINISHED','2541682cVhARn','failed\x20to\x20get\x20root\x20parent\x20file\x20'];a4_0x508e=function(){return _0xb3f3de;};return a4_0x508e();}const a4_0x5d5f08={};function a4_0x56c9(_0x76e33b,_0x5d7bad){const _0x508ef6=a4_0x508e();return a4_0x56c9=function(_0x56c923,_0x46a05a){_0x56c923=_0x56c923-0xf6;let _0xc7b228=_0x508ef6[_0x56c923];return _0xc7b228;},a4_0x56c9(_0x76e33b,_0x5d7bad);}a4_0x5d5f08[a4_0xeb03ae(0x157)]=O11yHelper,a4_0x5d5f08[a4_0xeb03ae(0x189)]=STATE_PASSED,a4_0x5d5f08[a4_0xeb03ae(0x1ab)]=STATE_FAILED,a4_0x5d5f08[a4_0xeb03ae(0x100)]=TEST_EVENTS,module[a4_0xeb03ae(0x187)]=a4_0x5d5f08;