browserstack-node-sdk 1.53.6 → 1.54.1

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 +10 -9
  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_0x4de30e=a1_0x3af1;(function(_0xf8786a,_0xa26ed3){const _0x43c33f=a1_0x3af1,_0x3dd8cc=_0xf8786a();while(!![]){try{const _0x112987=parseInt(_0x43c33f(0x203))/0x1+-parseInt(_0x43c33f(0x208))/0x2+parseInt(_0x43c33f(0x1d1))/0x3*(-parseInt(_0x43c33f(0x254))/0x4)+parseInt(_0x43c33f(0x1d4))/0x5*(parseInt(_0x43c33f(0x1ed))/0x6)+parseInt(_0x43c33f(0x1e8))/0x7+parseInt(_0x43c33f(0x1e4))/0x8+-parseInt(_0x43c33f(0x20c))/0x9*(parseInt(_0x43c33f(0x273))/0xa);if(_0x112987===_0xa26ed3)break;else _0x3dd8cc['push'](_0x3dd8cc['shift']());}catch(_0x53a487){_0x3dd8cc['push'](_0x3dd8cc['shift']());}}}(a1_0x2f20,0xb3d7f));const fs=require('fs'),util=require('util'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x4de30e(0x213)),logger=require('../../helpers/logger')[a1_0x4de30e(0x1f5)],testOpsHelper=require('../../helpers/test-observability/utils'),requestSpy=require(a1_0x4de30e(0x239)),PlaywrightSessionDetails=require(a1_0x4de30e(0x233)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x4de30e(0x271)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x4de30e(0x263)),AccessibilityHelper=require(a1_0x4de30e(0x2b8)),scripts=require('../../helpers/accessibility-automation/scripts'),PerformanceTester=require('../../helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x4de30e(0x29f)),{processWebDriverConfig,shouldPatchExecuteScript}=require('./helper.js'),testHubConstants=require('../../helpers/testhub/constants.js'),globals=require(a1_0x4de30e(0x1d5)),CodeceptJS=requireModule('codeceptjs/lib/index.js','codeceptjs'),CodeceptUtils=requireModule('codeceptjs/lib/utils.js',a1_0x4de30e(0x215)),CodeceptWebDriver=requireModule('codeceptjs/lib/helper/WebDriver.js','codeceptjs'),CodeceptRecorder=requireModule('codeceptjs/lib/recorder.js','codeceptjs'),CodeceptPlaywright=requireModule(a1_0x4de30e(0x1de),'codeceptjs'),playwrightMarkSessionStatus=(_0x3f0a73,_0x59ff32,_0x2d533e)=>{const _0x49402a=a1_0x4de30e,_0x3ced72={'qtFtA':'setSessionStatus','tvqYa':function(_0x229d62,_0x1f7784){return _0x229d62(_0x1f7784);}},_0x51d0af={};_0x51d0af[_0x49402a(0x26c)]=_0x59ff32;const _0x3cdb18={};_0x3cdb18[_0x49402a(0x276)]=_0x3ced72[_0x49402a(0x25f)],_0x3cdb18[_0x49402a(0x258)]=_0x51d0af;const _0x2dc952=_0x3cdb18;return!_0x3ced72[_0x49402a(0x222)](isUndefined,_0x2d533e)&&(_0x2dc952[_0x49402a(0x258)]['reason']=JSON['stringify'](_0x2d533e)),_0x3f0a73[_0x49402a(0x1fe)](()=>{},_0x49402a(0x26d)+JSON[_0x49402a(0x270)](_0x2dc952));},o11ySync=PerformanceTester['measureWrapper'](PerformanceO11yEvents[a1_0x4de30e(0x1d0)],async _0x23c46e=>{const _0x1e55f6=a1_0x4de30e,_0x1a7776={};_0x1a7776[_0x1e55f6(0x1f9)]=function(_0x3533b7,_0x57a3c5){return _0x3533b7===_0x57a3c5;},_0x1a7776[_0x1e55f6(0x275)]=_0x1e55f6(0x24f);const _0x51a809=_0x1a7776;_0x51a809[_0x1e55f6(0x1f9)](_0x23c46e[_0x1e55f6(0x29e)]['name'],_0x51a809[_0x1e55f6(0x275)])?await _0x23c46e[_0x1e55f6(0x1fe)](_0xcd3490=>{},testOpsHelper['getSyncScript']()):await _0x23c46e[_0x1e55f6(0x1fe)](testOpsHelper[_0x1e55f6(0x218)]());}),markSessionName=PerformanceTester[a1_0x4de30e(0x2b0)](PerformanceAutEvents[a1_0x4de30e(0x27d)],async(_0x33c936,_0x2aa2d1)=>{const _0x3642c2=a1_0x4de30e,_0x3d204d={};_0x3d204d[_0x3642c2(0x1e9)]=_0x3642c2(0x21e),_0x3d204d[_0x3642c2(0x22e)]=function(_0x16282c,_0x4209e8){return _0x16282c===_0x4209e8;},_0x3d204d[_0x3642c2(0x2a8)]='Playwright';const _0x44e3a3=_0x3d204d,_0x37fdb4={};_0x37fdb4['name']=_0x2aa2d1;const _0x1d7f98={};_0x1d7f98[_0x3642c2(0x276)]=_0x44e3a3[_0x3642c2(0x1e9)],_0x1d7f98[_0x3642c2(0x258)]=_0x37fdb4;const _0x2c349f=_0x1d7f98;_0x44e3a3['dbOBY'](_0x33c936['constructor'][_0x3642c2(0x232)],_0x44e3a3['gFoef'])?await _0x33c936[_0x3642c2(0x1fe)](()=>{},_0x3642c2(0x26d)+JSON[_0x3642c2(0x270)](_0x2c349f)):await _0x33c936['executeScript'](_0x3642c2(0x26d)+JSON[_0x3642c2(0x270)](_0x2c349f));}),patchSaveScreenshot=_0x271002=>{const _0x509872=a1_0x4de30e,_0xb2eaf9={'sZBRh':'base64','uvcQZ':_0x509872(0x1e2),'niscb':function(_0x367a1b){return _0x367a1b();},'yyWCo':function(_0x3847dc,_0x3a4e2d){return _0x3847dc(_0x3a4e2d);},'VSscb':_0x509872(0x205)};_0xb2eaf9['yyWCo'](isTrue,process[_0x509872(0x2bb)][_0x509872(0x223)])&&!_0x271002[_0x509872(0x278)]&&(_0x271002[_0x509872(0x278)]=!![],_0x271002[_0x509872(0x244)]=_0x271002[_0x509872(0x2c4)],_0x271002[_0x509872(0x2c4)]=(_0x3bd0c6,_0xe2f863=![])=>{const _0x28205a=_0x509872,_0x4cde4f={'yccFl':_0xb2eaf9['sZBRh'],'xeNtO':_0xb2eaf9[_0x28205a(0x247)],'ZSjGV':function(_0x447e79){const _0x1a39cd=_0x28205a;return _0xb2eaf9[_0x1a39cd(0x24a)](_0x447e79);},'vmAPX':function(_0x10e26f,_0x192438){const _0x45e013=_0x28205a;return _0xb2eaf9[_0x45e013(0x27b)](_0x10e26f,_0x192438);},'ZmMDx':_0xb2eaf9['VSscb']};return new Promise(function(_0x276d0f,_0x5d0072){const _0x2ab868=_0x28205a;_0x271002['initSaveScreenshot'](_0x3bd0c6,_0xe2f863)[_0x2ab868(0x2b3)](()=>{const _0x126aeb=_0x2ab868,_0x4c79a1=CodeceptUtils[_0x126aeb(0x253)](_0x3bd0c6);if(_0x4c79a1){const _0x35573b=fs[_0x126aeb(0x252)](_0x4c79a1);process[_0x126aeb(0x1eb)](_0x126aeb(0x21f)+process[_0x126aeb(0x220)],{'timestamp':new Date()['toISOString'](),'message':_0x35573b[_0x126aeb(0x264)](_0x4cde4f[_0x126aeb(0x2b2)]),'kind':_0x4cde4f['xeNtO']}),_0x4cde4f[_0x126aeb(0x23c)](_0x276d0f);}_0x4cde4f[_0x126aeb(0x1df)](_0x5d0072,new Error(_0x4cde4f[_0x126aeb(0x1e6)]));})['catch'](()=>null);});});},patchWebDriverBefore=_0x128041=>{const _0x1cf29c=a1_0x4de30e,_0x2c49a5={'OVxUx':function(_0x359f43){return _0x359f43();},'IuQSw':function(_0x2732c7,_0x3d9f32){return _0x2732c7(_0x3d9f32);},'OmUGy':function(_0x36db9a,_0x296e82){return _0x36db9a===_0x296e82;},'hnomO':_0x1cf29c(0x259),'QRHEv':function(_0x34abdf,_0x19f57e){return _0x34abdf===_0x19f57e;},'WjgMM':_0x1cf29c(0x26e),'QMjHc':'Element'},_0x3f4cc2=async function(_0x1bb653,_0x42e571){const _0x173253=_0x1cf29c;_0x2c49a5[_0x173253(0x27f)](isAccessibilityAutomationSession)&&!global[_0x173253(0x1e0)]&&global[_0x173253(0x297)]&&scripts[_0x173253(0x2a4)](_0x1bb653[_0x173253(0x232)])&&_0x2c49a5[_0x173253(0x21a)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x173253(0x1e0)]=!![],await PerformanceTester[_0x173253(0x2b0)](PerformanceA11yEvents[_0x173253(0x282)],async()=>{const _0x36f28b=_0x173253;logger[_0x36f28b(0x204)](_0x36f28b(0x294)+_0x1bb653[_0x36f28b(0x1cc)]+'\x20'+_0x1bb653['name']),await AccessibilityHelper['browserStackExecuteDriver'](_0x128041,scripts[_0x36f28b(0x23a)]);},{'command':_0x1bb653[_0x173253(0x232)]})());global[_0x173253(0x1e0)]=![];const _0x116e2f=JSON[_0x173253(0x20b)](process[_0x173253(0x2bb)]['FRAMEWORK_DETAILS']||'{}');if(_0x2c49a5['OmUGy'](_0x116e2f?.[_0x173253(0x1cd)]?.[_0x173253(0x232)],_0x2c49a5[_0x173253(0x281)])&&_0x2c49a5[_0x173253(0x21c)](typeof _0x116e2f?.['testFramework']?.[_0x173253(0x207)],_0x2c49a5[_0x173253(0x28d)])&&_0x116e2f?.['testFramework']?.[_0x173253(0x207)][_0x173253(0x285)]('7'))return _0x42e571['apply'](null,Array[_0x173253(0x251)][_0x173253(0x2c3)][_0x173253(0x1fa)](arguments,0x2));return _0x42e571['apply'](this,Array[_0x173253(0x251)][_0x173253(0x2c3)]['call'](arguments,0x2));},_0x3d915d=CodeceptWebDriver[_0x1cf29c(0x251)][_0x1cf29c(0x26f)];CodeceptWebDriver['prototype']['_before']=async function(){const _0x59c7c1=_0x1cf29c,_0x1703e7={'sXKha':function(_0x178da2,_0xeb1b50){const _0x5d581e=a1_0x3af1;return _0x2c49a5[_0x5d581e(0x21c)](_0x178da2,_0xeb1b50);},'JJTcc':_0x2c49a5[_0x59c7c1(0x1f0)]};try{await _0x3d915d[_0x59c7c1(0x2a0)](this,arguments);}catch(_0x326c17){logger['debug'](_0x59c7c1(0x2b5)+util[_0x59c7c1(0x2c7)](_0x326c17));}scripts['commandsToWrap']['filter'](_0x16a5e0=>_0x16a5e0[_0x59c7c1(0x232)]&&_0x16a5e0[_0x59c7c1(0x1cc)])[_0x59c7c1(0x2ac)](_0x33b18d=>{const _0x40d095=_0x59c7c1;this['browser'][_0x40d095(0x2c5)](_0x33b18d[_0x40d095(0x232)],_0x3f4cc2[_0x40d095(0x2a3)](this,_0x33b18d),_0x1703e7['sXKha'](_0x33b18d[_0x40d095(0x1cc)],_0x1703e7[_0x40d095(0x245)]));}),_0x2c49a5[_0x59c7c1(0x21a)](processWebDriverConfig,_0x128041);};};function parseJwt(_0x3c1f3b){const _0x46b0cc=a1_0x4de30e,_0x39792a={};_0x39792a['punTX']='base64';const _0x580789=_0x39792a;if(!_0x3c1f3b)return null;return JSON[_0x46b0cc(0x20b)](Buffer[_0x46b0cc(0x238)](_0x3c1f3b[_0x46b0cc(0x2bf)]('.')[0x1],_0x580789['punTX'])[_0x46b0cc(0x264)]());}function a1_0x3af1(_0x19a3ee,_0x33f54d){const _0x2f204c=a1_0x2f20();return a1_0x3af1=function(_0x3af1f6,_0x36b5a3){_0x3af1f6=_0x3af1f6-0x1cc;let _0x29fc1b=_0x2f204c[_0x3af1f6];return _0x29fc1b;},a1_0x3af1(_0x19a3ee,_0x33f54d);}function a1_0x2f20(){const _0x36d40a=['RVqED','6072297iVqUcg','MJKEs','helpers','emit','browserContext','48318hIFuaK','WRYpQ','after','QMjHc','pAoje','contexts','rfjdh','_setPage','winstonLogger','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','bddStep-before','gJcKq','VWwKg','call','cdEqh','SDK_PRE_INITIALIZE','hook-started','executeScript','addRequestSpy','command','hook-passed','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','1201132AHCtlf','debug','Screenshot\x20path\x20not\x20found','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','version','478866yBCaYo','args','rzOvL','parse','12079449jDgIkG','grkaG','config','setGlobal','passed','eDhyt','SAVE_RESULTS','../../helpers/helper','jprDR','codeceptjs','tFVUd','stopMonitoring','getSyncScript','HOOK_RUN_STARTED','IuQSw','thJwtToken','QRHEv','tEsVu','setSessionName','bs:addLog:','pid','mGlZm','tvqYa','BS_TESTOPS_ALLOW_SCREENSHOTS','GmmPY','step-comment','WLqaO','TEST_RUN_SKIPPED','startMonitoring','QVGGE','lFAIf','event','TtaeH','TestCafe','dbOBY','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','captureError','kruVd','name','../../bin/playwright/sessionDetails','SDK_POST_INITIALIZE','a11y_core_config','skipSessionName','add','from','../../helpers/request-spy','performScan','titlePath','ZSjGV','before','getAccessibilityResultsSummary','getResultsSummary','exports','getAccessibilityResults','stack','biBeI','initSaveScreenshot','JJTcc','browserStackExecuteDriver','uvcQZ','getGlobal','__driver','niscb','FWtdt','browserstackTestName','info','devtools://','Playwright','CnVKA','prototype','readFileSync','screenshotOutputFolder','33676DfEMaI','agrZF','test-after','testAnalyticsId','arguments','webdriverio','getResults','ottDQ','bddStepFinish','CGsXY','patch','qtFtA','qFVPY','TEST_RUN_FINISHED','tNjMM','../../helpers/accessibility-automation/helper','toString','fbDjX','bHWon','dispatcher','qYpRp','domForge','page','lxKtH','status','browserstack_executor:\x20','string','_before','stringify','./o11yHelper','--auto-open-devtools-for-tabs','10RdBOoX','gkFMS','vxCJm','action','skipped','patchSaveScreenshot','test-failed','SDK_HOOK','yyWCo','XMZGD','SESSION_NAME','chromium','OVxUx','stop','hnomO','PERFORM_SCAN','afterTest','bddStep','startsWith','XChwf','SDK_POST_TEST','Dinbb','fheJi','restore','step','warn','WjgMM','FCxgS','all','INynL','test-passed','failed','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','Performing\x20scan\x20for\x20','SzyPb','fireEvent','accessibilityPlatform','xkNeb','BVrDl','SDK_TEST','SDK_PRE_TEST','test-skipped','hbDRg','constructor','../../helpers/performance/constants','apply','nxPwW','end','bind','shouldWrapCommand','ENV_VAR','hook','ctx','gFoef','thBuildUuid','mApSp','djvix','forEach','hookType','currentTest','zkZWd','measureWrapper','find','yccFl','then','message','Failed\x20to\x20execute\x20_before:\x20','TEST_RUN_STARTED','YNdVA','../../bin/playwright/accessibility-helper','BMdim','gtpSe','env','test','enabled','url','split','pages','captureEvent','start','slice','saveScreenshot','overwriteCommand','ViKlL','format','class','testFramework','skipSessionStatus','__workerDetails','SYNC','402WClDwx','TEST_LOG','KeEbx','490ElAaKj','../../helpers/globals.js','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','isMobilePlatform','push','started','bddStepStart','thTestRunUuid','LicDx','title','codeceptjs/lib/helper/Playwright.js','vmAPX','bstackAllyScanning','HOOK_RUN_FINISHED','TEST_SCREENSHOT','GET_RESULTS','4708656mxJtRF','Puppeteer','ZmMDx'];a1_0x2f20=function(){return _0x36d40a;};return a1_0x2f20();}const patchPlaywrightBefore=()=>{const _0x4d4ca5=a1_0x4de30e,_0x44f76e={'lxKtH':function(_0x50fd0f){return _0x50fd0f();},'KeEbx':_0x4d4ca5(0x24e),'nxPwW':_0x4d4ca5(0x272),'uUuPd':function(_0x2a5ae0,_0x447b78){return _0x2a5ae0(_0x447b78);},'ottDQ':function(_0x1e7343,_0x6aa640){return _0x1e7343+_0x6aa640;},'gtpSe':'\x0aStack:\x20','WRYpQ':function(_0x4b2ff2){return _0x4b2ff2();},'cavhB':function(_0x40743a){return _0x40743a();}};PlaywrightSessionDetails[_0x4d4ca5(0x25e)]();const _0x300b05=CodeceptPlaywright[_0x4d4ca5(0x251)]['_before'];CodeceptPlaywright['prototype'][_0x4d4ca5(0x26f)]=async function(){const _0x28c5c8=_0x4d4ca5,_0x7b59df={'BVrDl':function(_0x175ba9){const _0x11ae5c=a1_0x3af1;return _0x44f76e[_0x11ae5c(0x26b)](_0x175ba9);},'UJyzm':_0x44f76e[_0x28c5c8(0x1d3)],'zkZWd':_0x44f76e[_0x28c5c8(0x2a1)],'XChwf':function(_0x364ad9){return _0x44f76e['lxKtH'](_0x364ad9);},'GmmPY':function(_0x401ea5,_0x512f1c){return _0x44f76e['uUuPd'](_0x401ea5,_0x512f1c);},'ViKlL':function(_0x4cb09a,_0x1542cf){const _0x1c58d3=_0x28c5c8;return _0x44f76e[_0x1c58d3(0x25b)](_0x4cb09a,_0x1542cf);},'ZPFfM':_0x44f76e[_0x28c5c8(0x2ba)]};this[_0x28c5c8(0x1ec)]=await this['browser'][_0x28c5c8(0x1f2)]()[0x0];const _0x347672=async()=>{const _0x5afbff=_0x28c5c8,_0x29e3a3=this[_0x5afbff(0x20e)]&&this[_0x5afbff(0x20e)]['chromium']&&this[_0x5afbff(0x20e)][_0x5afbff(0x27e)][_0x5afbff(0x209)]&&Array['isArray'](this[_0x5afbff(0x20e)][_0x5afbff(0x27e)][_0x5afbff(0x209)])&&this[_0x5afbff(0x20e)][_0x5afbff(0x27e)][_0x5afbff(0x209)]['includes'](_0x7b59df[_0x5afbff(0x2af)]);if(_0x7b59df[_0x5afbff(0x286)](isAccessibilityAutomationSession)&&!_0x29e3a3)try{const _0x132852=_0x7b59df[_0x5afbff(0x224)](parseJwt,process[_0x5afbff(0x2bb)]['BS_A11Y_JWT']);if(_0x132852&&_0x132852[_0x5afbff(0x235)]&&_0x132852[_0x5afbff(0x235)][_0x5afbff(0x269)]){const _0x5f557f=this[_0x5afbff(0x1ec)]['pages']['bind'](this[_0x5afbff(0x1ec)]);this['browserContext'][_0x5afbff(0x2c0)]=async function(){const _0x228014=_0x5afbff,_0x1732d2=await _0x7b59df['BVrDl'](_0x5f557f),_0xd38ca3=[];for(const _0x2d3223 of _0x1732d2){try{const _0x2a63ff=await _0x2d3223[_0x228014(0x2be)]();!_0x2a63ff[_0x228014(0x285)](_0x7b59df['UJyzm'])&&_0xd38ca3['push'](_0x2d3223);}catch(_0x2281a9){_0xd38ca3[_0x228014(0x1d8)](_0x2d3223);}}return _0xd38ca3;};}if(!_0x7b59df[_0x5afbff(0x299)](isBrowserstackInfra)){const _0x4cc42f=await this[_0x5afbff(0x26a)][_0x5afbff(0x2be)]();if(_0x4cc42f[_0x5afbff(0x285)](_0x7b59df['UJyzm'])){const _0x3d67bd=await this[_0x5afbff(0x1ec)][_0x5afbff(0x2c0)]();this[_0x5afbff(0x1f4)](_0x3d67bd[0x0]);}}}catch(_0x5436fb){logger[_0x5afbff(0x204)](_0x5afbff(0x22f)+_0x5436fb[_0x5afbff(0x2b4)]+(_0x5436fb[_0x5afbff(0x242)]?_0x7b59df[_0x5afbff(0x2c6)](_0x7b59df['ZPFfM'],_0x5436fb[_0x5afbff(0x242)]):''));}};_0x44f76e[_0x28c5c8(0x1ee)](isBrowserstackInfra)&&await _0x44f76e[_0x28c5c8(0x1ee)](_0x347672),await _0x300b05[_0x28c5c8(0x2a0)](this,arguments),!_0x44f76e[_0x28c5c8(0x26b)](isBrowserstackInfra)&&await _0x44f76e['cavhB'](_0x347672);};},getCodeceptDriver=()=>{const _0x662953=a1_0x4de30e,_0x5d79fc={};_0x5d79fc['eDhyt']='WebDriver',_0x5d79fc[_0x662953(0x1f3)]=_0x662953(0x24f),_0x5d79fc['jprDR']=_0x662953(0x1e5),_0x5d79fc[_0x662953(0x1f8)]=_0x662953(0x22d);const _0x32f448=_0x5d79fc,_0x5dda56=[_0x32f448[_0x662953(0x211)],_0x32f448[_0x662953(0x1f3)],_0x32f448[_0x662953(0x214)],_0x32f448[_0x662953(0x1f8)]],_0x45b40b=_0x5dda56[_0x662953(0x2b1)](_0x3c4590=>!!CodeceptJS['container']['helpers'](_0x3c4590));if(!_0x45b40b)return null;return CodeceptJS['container'][_0x662953(0x1ea)](_0x45b40b);};module[a1_0x4de30e(0x240)]=function(_0x4e0c06){const _0x406767=a1_0x4de30e,_0x4b9335={'YNdVA':function(_0x561a29){return _0x561a29();},'KApLU':function(_0x39bb8e,_0x14f664){return _0x39bb8e(_0x14f664);},'tFVUd':_0x406767(0x23e),'cdEqh':_0x406767(0x206),'CGsXY':_0x406767(0x241),'INynL':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','RVqED':function(_0x3b6769,_0x2d8f4b){return _0x3b6769(_0x2d8f4b);},'tEsVu':_0x406767(0x1fd),'WLqaO':_0x406767(0x201),'kruVd':'hook-failed','grkaG':_0x406767(0x24c),'xkNeb':'test-before','XMZGD':function(_0x4e4908,_0xbec172){return _0x4e4908(_0xbec172);},'CHlAF':function(_0x367e9e,_0x5e130c,_0x3224ce){return _0x367e9e(_0x5e130c,_0x3224ce);},'lFAIf':'test-started','IVqRb':_0x406767(0x291),'diatZ':function(_0x5d956e){return _0x5d956e();},'FWtdt':function(_0x37b1f9,_0x1205b6,_0x250603,_0x449a83){return _0x37b1f9(_0x1205b6,_0x250603,_0x449a83);},'agrZF':function(_0x4e41aa,_0x34b731){return _0x4e41aa===_0x34b731;},'Smlia':'Suite','mApSp':_0x406767(0x279),'pAoje':_0x406767(0x29c),'joxSs':_0x406767(0x283),'qYpRp':_0x406767(0x1d7),'LicDx':function(_0x18fc56){return _0x18fc56();},'FCxgS':_0x406767(0x1d6),'gkFMS':_0x406767(0x256),'tNjMM':'INFO','TtaeH':_0x406767(0x1d2),'djvix':_0x406767(0x225),'SzyPb':_0x406767(0x1f7),'ptwWm':'bddStep-after','MKnSX':function(_0x59ea38){return _0x59ea38();},'fBbfL':_0x406767(0x24f)};_0x4e0c06[_0x406767(0x1ce)]&&(global['__skipSessionStatus']=_0x4e0c06['skipSessionStatus']);PerformanceTester[_0x406767(0x228)]();const _0x5c8c36=_0x4b9335['MKnSX'](getCodeceptDriver),_0x3772f9=new O11yHelper(_0x5c8c36,_0x4e0c06),_0xaf872a=!!CodeceptJS['container'][_0x406767(0x1ea)](_0x4b9335['fBbfL']);global[_0x406767(0x249)]=_0x5c8c36,_0x5c8c36&&(PerformanceTester[_0x406767(0x2b0)](PerformanceEvents[_0x406767(0x1fc)],()=>{const _0x5b1593=_0x406767;_0xaf872a?_0x4b9335[_0x5b1593(0x2b7)](patchPlaywrightBefore):_0x4b9335['KApLU'](patchWebDriverBefore,_0x5c8c36);})(),PerformanceTester['measureWrapper'](PerformanceEvents[_0x406767(0x234)],()=>{const _0x38e469=_0x406767,_0x480f3c={};_0x480f3c[_0x38e469(0x2b9)]=_0x4b9335[_0x38e469(0x216)],_0x480f3c[_0x38e469(0x266)]=_0x4b9335[_0x38e469(0x1fb)],_0x480f3c[_0x38e469(0x229)]=_0x4b9335[_0x38e469(0x25d)],_0x480f3c[_0x38e469(0x289)]=_0x4b9335[_0x38e469(0x290)];const _0x26a227=_0x480f3c;_0x5c8c36[_0x38e469(0x23e)]=async()=>{const _0x6a5099=_0x38e469;if(global[_0x6a5099(0x297)]){const _0x2a5fe4={};return _0x2a5fe4[_0x6a5099(0x200)]=_0x26a227['BMdim'],await PerformanceTester[_0x6a5099(0x2b0)](PerformanceA11yEvents[_0x6a5099(0x282)],async()=>{const _0x1a1418=_0x6a5099;return await AccessibilityHelper[_0x1a1418(0x246)](_0x5c8c36,scripts[_0x1a1418(0x23a)]);},_0x2a5fe4)(),await PerformanceTester[_0x6a5099(0x2b0)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x1084b7=_0x6a5099;return await AccessibilityHelper[_0x1084b7(0x246)](_0x5c8c36,scripts[_0x1084b7(0x23f)]);})();}return logger[_0x6a5099(0x28c)](_0x26a227['bHWon']),{};},_0x5c8c36['getAccessibilityResults']=async()=>{const _0x5050f6=_0x38e469;if(global[_0x5050f6(0x297)]){const _0x904d82={};return _0x904d82['command']=_0x26a227[_0x5050f6(0x229)],await PerformanceTester[_0x5050f6(0x2b0)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{return await AccessibilityHelper['browserStackExecuteDriver'](_0x5c8c36,scripts['performScan']);},_0x904d82)(),await PerformanceTester[_0x5050f6(0x2b0)](PerformanceA11yEvents[_0x5050f6(0x1e3)],async()=>{const _0x3970c4=_0x5050f6;return await AccessibilityHelper[_0x3970c4(0x246)](_0x5c8c36,scripts[_0x3970c4(0x25a)]);})();}return logger['warn'](_0x26a227[_0x5050f6(0x289)]),{};},_0x4b9335[_0x38e469(0x1e7)](patchSaveScreenshot,_0x5c8c36);})()),CodeceptJS['event'][_0x406767(0x267)]['on'](CodeceptJS['event'][_0x406767(0x28f)][_0x406767(0x23d)],()=>{const _0x2aacc9=_0x406767;PerformanceTester[_0x2aacc9(0x2c2)](PerformanceEvents[_0x2aacc9(0x29b)]);try{_0x3772f9[_0x2aacc9(0x2c2)](),testOpsHelper[_0x2aacc9(0x1ff)](),PerformanceTester[_0x2aacc9(0x2a2)](PerformanceEvents['SDK_PRE_TEST']);}catch(_0x4a0184){PerformanceTester['captureError'](_0x4a0184),PerformanceTester[_0x2aacc9(0x2a2)](PerformanceEvents[_0x2aacc9(0x29b)],![],_0x4a0184);}}),CodeceptJS['event'][_0x406767(0x267)]['on'](CodeceptJS[_0x406767(0x22b)][_0x406767(0x28f)][_0x406767(0x1ef)],async()=>{const _0x214985=_0x406767;PerformanceTester[_0x214985(0x2c2)](PerformanceEvents[_0x214985(0x287)]);try{requestSpy[_0x214985(0x28a)](),await _0x3772f9[_0x214985(0x280)](),PerformanceTester[_0x214985(0x2a2)](PerformanceEvents['SDK_POST_TEST']);}catch(_0x349841){PerformanceTester[_0x214985(0x230)](_0x349841),PerformanceTester['end'](PerformanceEvents[_0x214985(0x287)],![],_0x349841);}finally{PerformanceTester[_0x214985(0x217)]();}}),CodeceptJS[_0x406767(0x22b)][_0x406767(0x267)]['on'](CodeceptJS['event'][_0x406767(0x2a6)]['started'],_0x24a73e=>{const _0x2c91a2=_0x406767;PerformanceTester['start'](PerformanceEvents['SDK_HOOK']);try{const _0x185c7a=_0x24a73e['ctx'][_0x2c91a2(0x2bc)],_0x79abce=_0x3772f9[_0x2c91a2(0x2c1)](TEST_EVENTS[_0x2c91a2(0x219)],_0x185c7a);CodeceptRecorder[_0x2c91a2(0x237)](()=>_0x3772f9[_0x2c91a2(0x296)](TEST_EVENTS['HOOK_RUN_STARTED'],_0x79abce));const _0x2dd7f1={};_0x2dd7f1[_0x2c91a2(0x2ad)]=_0x4b9335[_0x2c91a2(0x21d)],PerformanceTester['end'](PerformanceEvents[_0x2c91a2(0x27a)],!![],null,_0x2dd7f1);}catch(_0x4a4165){const _0x4852bc={};_0x4852bc[_0x2c91a2(0x2ad)]=_0x4b9335[_0x2c91a2(0x21d)],PerformanceTester['end'](PerformanceEvents[_0x2c91a2(0x27a)],![],_0x4a4165,_0x4852bc),PerformanceTester[_0x2c91a2(0x230)](_0x4a4165);}}),CodeceptJS['event'][_0x406767(0x267)]['on'](CodeceptJS[_0x406767(0x22b)][_0x406767(0x2a6)][_0x406767(0x210)],_0x16b8a4=>{const _0x38c452=_0x406767,_0x504cc7={};_0x504cc7[_0x38c452(0x2ad)]=_0x4b9335['WLqaO'],PerformanceTester[_0x38c452(0x2c2)](PerformanceHookEvents[_0x38c452(0x27a)],!![],null,_0x504cc7);try{const _0x5d99d2=_0x16b8a4['ctx'][_0x38c452(0x2bc)],_0x2c943e=_0x3772f9[_0x38c452(0x2c1)](TEST_EVENTS[_0x38c452(0x1e1)],_0x5d99d2);CodeceptRecorder[_0x38c452(0x237)](()=>_0x3772f9[_0x38c452(0x296)](TEST_EVENTS[_0x38c452(0x1e1)],_0x2c943e));const _0x3cd922={};_0x3cd922[_0x38c452(0x2ad)]=_0x4b9335[_0x38c452(0x226)],PerformanceTester[_0x38c452(0x2a2)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x3cd922);}catch(_0x2577d5){PerformanceTester['captureError'](_0x2577d5);const _0x28c476={};_0x28c476['hookType']=_0x4b9335[_0x38c452(0x226)],PerformanceTester[_0x38c452(0x2a2)](PerformanceHookEvents[_0x38c452(0x27a)],![],_0x2577d5,_0x28c476);}}),CodeceptJS[_0x406767(0x22b)][_0x406767(0x267)]['on'](CodeceptJS[_0x406767(0x22b)]['hook'][_0x406767(0x292)],async(_0x1b2fab,_0x4c2d57)=>{const _0x2fb45f=_0x406767;PerformanceTester[_0x2fb45f(0x2c2)](PerformanceHookEvents[_0x2fb45f(0x27a)]);try{const _0x3bf482=_0x1b2fab[_0x2fb45f(0x2a7)][_0x2fb45f(0x2bc)],_0x5edc22=_0x3772f9[_0x2fb45f(0x2c1)](TEST_EVENTS[_0x2fb45f(0x1e1)],_0x3bf482,_0x4c2d57);CodeceptRecorder[_0x2fb45f(0x237)](()=>_0x3772f9[_0x2fb45f(0x296)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x5edc22));const _0x2e25c0={};_0x2e25c0[_0x2fb45f(0x2ad)]=_0x4b9335[_0x2fb45f(0x231)],PerformanceTester[_0x2fb45f(0x2c2)](PerformanceHookEvents[_0x2fb45f(0x27a)],!![],null,_0x2e25c0);}catch(_0x2ebfd1){PerformanceTester[_0x2fb45f(0x230)](_0x2ebfd1);const _0x2e0193={};_0x2e0193[_0x2fb45f(0x2ad)]=_0x4b9335[_0x2fb45f(0x231)],PerformanceTester['end'](PerformanceHookEvents[_0x2fb45f(0x27a)],![],_0x2ebfd1,_0x2e0193);}const _0x15e21f={};_0x15e21f['hookType']=_0x4b9335['kruVd'],PerformanceTester[_0x2fb45f(0x2a2)](PerformanceHookEvents[_0x2fb45f(0x27a)],!![],null,_0x15e21f);}),CodeceptJS[_0x406767(0x22b)][_0x406767(0x267)]['on'](CodeceptJS['event'][_0x406767(0x2bc)]['before'],_0x3ec406=>{const _0x1e1194=_0x406767;PerformanceTester[_0x1e1194(0x2c2)](PerformanceHookEvents[_0x1e1194(0x27a)]);try{globals[_0x1e1194(0x20f)](_0x4b9335[_0x1e1194(0x20d)],_0x3ec406[_0x1e1194(0x1dd)]);_0x4b9335['YNdVA'](isBrowserstackInfra)&&(_0xaf872a&&(global[_0x1e1194(0x1cf)]={'currentTest':{'name':_0x3ec406['title'],'testInfo':{'titlePath':_0x3ec406[_0x1e1194(0x23b)]()}}}));const _0x58b077={};_0x58b077[_0x1e1194(0x2ad)]=_0x4b9335[_0x1e1194(0x298)],PerformanceTester[_0x1e1194(0x2a2)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x58b077);}catch(_0x334d84){PerformanceTester['captureError'](_0x334d84);const _0x324a9e={};_0x324a9e['hookType']=_0x4b9335[_0x1e1194(0x298)],PerformanceTester[_0x1e1194(0x2a2)](PerformanceHookEvents[_0x1e1194(0x27a)],![],_0x334d84,_0x324a9e);}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x406767(0x22b)][_0x406767(0x2bc)][_0x406767(0x1d9)],_0x290a4c=>{const _0x26d6e1=_0x406767,_0xe7f638={'biBeI':function(_0x36288d){const _0x3b07ab=a1_0x3af1;return _0x4b9335[_0x3b07ab(0x2b7)](_0x36288d);},'hbDRg':function(_0x40cc71,_0x25307a){const _0x37985f=a1_0x3af1;return _0x4b9335[_0x37985f(0x27c)](_0x40cc71,_0x25307a);},'oBcxV':function(_0x1e4cc7,_0xa7c7b6,_0xfbd142){return _0x4b9335['CHlAF'](_0x1e4cc7,_0xa7c7b6,_0xfbd142);}};PerformanceTester[_0x26d6e1(0x2c2)](PerformanceHookEvents[_0x26d6e1(0x27a)]);try{globals[_0x26d6e1(0x20f)](_0x4b9335['grkaG'],_0x290a4c['title']);const _0x32ce46=_0x3772f9[_0x26d6e1(0x2c1)](TEST_EVENTS['TEST_RUN_STARTED'],_0x290a4c);CodeceptRecorder[_0x26d6e1(0x237)](()=>_0x3772f9[_0x26d6e1(0x296)](TEST_EVENTS[_0x26d6e1(0x2b6)],_0x32ce46)),CodeceptRecorder['add'](async()=>{const _0x2ee265=_0x26d6e1;_0xe7f638[_0x2ee265(0x243)](isBrowserstackInfra)&&(!_0xe7f638['hbDRg'](isTrue,_0x4e0c06[_0x2ee265(0x236)])&&await _0xe7f638['oBcxV'](markSessionName,_0x5c8c36,_0x290a4c[_0x2ee265(0x1dd)]),_0x3772f9[_0x2ee265(0x2bd)]&&await _0xe7f638[_0x2ee265(0x29d)](o11ySync,_0x5c8c36));});}catch(_0x446296){const _0x22d31d={};_0x22d31d['hookType']=_0x4b9335[_0x26d6e1(0x22a)],PerformanceTester['end'](PerformanceHookEvents[_0x26d6e1(0x27a)],![],_0x446296,_0x22d31d),PerformanceTester[_0x26d6e1(0x230)](_0x446296);}const _0xbc8806={};_0xbc8806[_0x26d6e1(0x2ad)]=_0x4b9335[_0x26d6e1(0x22a)],PerformanceTester[_0x26d6e1(0x2a2)](PerformanceHookEvents[_0x26d6e1(0x27a)],!![],null,_0xbc8806);}),CodeceptJS[_0x406767(0x22b)]['dispatcher']['on'](CodeceptJS[_0x406767(0x22b)]['test'][_0x406767(0x210)],_0x4dc816=>{const _0x153ff2=_0x406767,_0x54cec7={'rzOvL':function(_0xa9a881,_0x2d4ee6,_0x1998c7){return _0x4b9335['CHlAF'](_0xa9a881,_0x2d4ee6,_0x1998c7);},'Dinbb':function(_0x3ecd67){const _0x2ae372=a1_0x3af1;return _0x4b9335[_0x2ae372(0x2b7)](_0x3ecd67);}};PerformanceTester[_0x153ff2(0x2c2)](PerformanceHookEvents[_0x153ff2(0x27a)]);try{const _0x53a286=_0x3772f9[_0x153ff2(0x2c1)](TEST_EVENTS[_0x153ff2(0x261)],_0x4dc816);CodeceptRecorder[_0x153ff2(0x237)](()=>_0x3772f9['fireEvent'](TEST_EVENTS[_0x153ff2(0x261)],_0x53a286)),CodeceptRecorder['add'](async()=>{const _0x3c7eb7=_0x153ff2,_0x168a6e={'fzbTA':function(_0x1641da,_0x2362b4,_0x548e60){const _0x2ef058=a1_0x3af1;return _0x54cec7[_0x2ef058(0x20a)](_0x1641da,_0x2362b4,_0x548e60);}};_0x54cec7[_0x3c7eb7(0x288)](isBrowserstackInfra)&&await PerformanceTester[_0x3c7eb7(0x2b0)](PerformanceAutEvents['SESSION_STATUS'],async()=>{_0xaf872a?await _0x168a6e['fzbTA'](playwrightMarkSessionStatus,_0x5c8c36,STATE_PASSED):await _0x168a6e['fzbTA'](markSessionStatus,_0x5c8c36,STATE_PASSED);})();}),PerformanceTester['end'](PerformanceEvents['SDK_TEST']);}catch(_0x3ad301){PerformanceTester[_0x153ff2(0x230)](_0x3ad301);const _0x466a60={};_0x466a60[_0x153ff2(0x2ad)]=_0x4b9335['IVqRb'],PerformanceTester[_0x153ff2(0x2a2)](PerformanceHookEvents[_0x153ff2(0x27a)],![],_0x3ad301,_0x466a60),PerformanceTester[_0x153ff2(0x2a2)](PerformanceEvents[_0x153ff2(0x29a)],![],_0x3ad301);}const _0x27226c={};_0x27226c[_0x153ff2(0x2ad)]=_0x4b9335['IVqRb'],PerformanceTester['end'](PerformanceHookEvents[_0x153ff2(0x27a)],!![],null,_0x27226c);}),CodeceptJS['event'][_0x406767(0x267)]['on'](CodeceptJS[_0x406767(0x22b)]['test'][_0x406767(0x292)],(_0x4eeba9,_0x3e10ad)=>{const _0x5626e1=_0x406767,_0x38d4ba={'fbDjX':function(_0x8a37f){return _0x4b9335['diatZ'](_0x8a37f);},'CnVKA':function(_0x56eb9e,_0x29e44d,_0x4eac00,_0xcb7d48){const _0x49cad3=a1_0x3af1;return _0x4b9335[_0x49cad3(0x24b)](_0x56eb9e,_0x29e44d,_0x4eac00,_0xcb7d48);},'UBBQy':function(_0x10df5f,_0x24ffda,_0x559a60,_0x285f47){const _0x2d1ad4=a1_0x3af1;return _0x4b9335[_0x2d1ad4(0x24b)](_0x10df5f,_0x24ffda,_0x559a60,_0x285f47);}};PerformanceTester[_0x5626e1(0x2c2)](PerformanceHookEvents[_0x5626e1(0x27a)]);try{if(_0x4b9335[_0x5626e1(0x255)](_0x4eeba9[_0x5626e1(0x29e)][_0x5626e1(0x232)],_0x4b9335['Smlia'])){const _0x1c2b4b=_0x3772f9[_0x5626e1(0x2c1)](TEST_EVENTS[_0x5626e1(0x227)],_0x4eeba9[_0x5626e1(0x2a7)][_0x5626e1(0x2ae)]);CodeceptRecorder[_0x5626e1(0x237)](()=>_0x3772f9[_0x5626e1(0x296)](TEST_EVENTS[_0x5626e1(0x227)],_0x1c2b4b));}else{const _0x8f5afd=_0x3772f9[_0x5626e1(0x2c1)](TEST_EVENTS[_0x5626e1(0x261)],_0x4eeba9,_0x3e10ad);CodeceptRecorder['add'](()=>{const _0xa8dfa7=_0x5626e1;try{_0x3772f9[_0xa8dfa7(0x296)](TEST_EVENTS[_0xa8dfa7(0x261)],_0x8f5afd);}catch(_0x2c50ba){logger['debug'](_0xa8dfa7(0x293)+util[_0xa8dfa7(0x2c7)](_0x2c50ba)),PerformanceTester[_0xa8dfa7(0x2a2)](PerformanceEvents['SDK_TEST'],![],_0x2c50ba);}}),CodeceptRecorder[_0x5626e1(0x237)](async()=>{const _0x948a53=_0x5626e1;try{_0x38d4ba[_0x948a53(0x265)](isBrowserstackInfra)&&(_0xaf872a?await _0x38d4ba[_0x948a53(0x250)](playwrightMarkSessionStatus,_0x5c8c36,STATE_FAILED,_0x3e10ad):await _0x38d4ba['UBBQy'](markSessionStatus,_0x5c8c36,STATE_FAILED,_0x3e10ad));}catch(_0x551710){logger['debug'](_0x948a53(0x202)+util['format'](_0x551710)),PerformanceTester[_0x948a53(0x2a2)](PerformanceEvents['SDK_TEST'],![],_0x551710);}});}PerformanceTester['end'](PerformanceEvents[_0x5626e1(0x29a)]);}catch(_0x5cb8d1){PerformanceTester[_0x5626e1(0x230)](_0x5cb8d1);const _0x4c5e5b={};_0x4c5e5b[_0x5626e1(0x2ad)]=_0x4b9335['mApSp'],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x5cb8d1,_0x4c5e5b),PerformanceTester[_0x5626e1(0x2a2)](PerformanceEvents[_0x5626e1(0x29a)],![],_0x5cb8d1);}const _0x37437c={};_0x37437c[_0x5626e1(0x2ad)]=_0x4b9335[_0x5626e1(0x2aa)],PerformanceTester[_0x5626e1(0x2a2)](PerformanceHookEvents[_0x5626e1(0x27a)],!![],null,_0x37437c);}),CodeceptJS[_0x406767(0x22b)][_0x406767(0x267)]['on'](CodeceptJS['event']['test'][_0x406767(0x277)],_0x131416=>{const _0x522343=_0x406767;PerformanceTester[_0x522343(0x2c2)](PerformanceHookEvents[_0x522343(0x27a)]);try{const _0x219308=_0x3772f9[_0x522343(0x2c1)](TEST_EVENTS[_0x522343(0x227)],_0x131416);CodeceptRecorder[_0x522343(0x237)](()=>_0x3772f9[_0x522343(0x296)](TEST_EVENTS[_0x522343(0x227)],_0x219308)),PerformanceTester[_0x522343(0x2a2)](PerformanceEvents[_0x522343(0x29a)]);}catch(_0x1d92fe){PerformanceTester['captureError'](_0x1d92fe),PerformanceTester[_0x522343(0x2a2)](PerformanceEvents[_0x522343(0x29a)],![],_0x1d92fe);const _0x126312={};_0x126312[_0x522343(0x2ad)]=_0x4b9335['pAoje'],PerformanceTester[_0x522343(0x2a2)](PerformanceHookEvents[_0x522343(0x27a)],![],_0x1d92fe,_0x126312);}const _0x3a363={};_0x3a363[_0x522343(0x2ad)]=_0x4b9335[_0x522343(0x1f1)],PerformanceTester[_0x522343(0x2a2)](PerformanceHookEvents[_0x522343(0x27a)],!![],null,_0x3a363);}),CodeceptJS[_0x406767(0x22b)][_0x406767(0x267)]['on'](CodeceptJS[_0x406767(0x22b)]['test'][_0x406767(0x1ef)],async(_0x528540,_0x1dfb29)=>{const _0x28ae0c=_0x406767,_0x396662={};_0x396662['mGlZm']=_0x4b9335['joxSs'],_0x396662[_0x28ae0c(0x260)]=_0x4b9335[_0x28ae0c(0x268)];const _0x2c7b59=_0x396662;try{PerformanceTester[_0x28ae0c(0x2c2)](PerformanceHookEvents['SDK_HOOK']);const _0x1b7dfd=_0x4b9335['CHlAF'](shouldScanTestForAccessibility,_0x528540[_0x28ae0c(0x23b)](),!![]);if(_0x4b9335[_0x28ae0c(0x1dc)](isAccessibilityAutomationSession)&&global['accessibilityPlatform']&&_0x1b7dfd){const _0x5e93b8={};_0x5e93b8[_0x28ae0c(0x1db)]=_0x528540[_0x28ae0c(0x257)],_0x5e93b8[_0x28ae0c(0x2a9)]=process[_0x28ae0c(0x2bb)][testHubConstants[_0x28ae0c(0x2a5)]['BROWSERSTACK_TESTHUB_UUID']],_0x5e93b8[_0x28ae0c(0x21b)]=process[_0x28ae0c(0x2bb)][testHubConstants[_0x28ae0c(0x2a5)]['BROWSERSTACK_TESTHUB_JWT']];const _0x4785ee=_0x5e93b8;logger[_0x28ae0c(0x204)](_0x28ae0c(0x1f6)+JSON['stringify'](_0x4785ee)),CodeceptRecorder[_0x28ae0c(0x237)](async()=>{const _0x4067c6=_0x28ae0c,_0x420b54={};_0x420b54[_0x4067c6(0x200)]=_0x2c7b59[_0x4067c6(0x221)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x4067c6(0x282)],async()=>{const _0x402ccc=_0x4067c6;await AccessibilityHelper[_0x402ccc(0x246)](_0x5c8c36,scripts['performScan']);},_0x420b54)(),globals[_0x4067c6(0x248)](_0x2c7b59[_0x4067c6(0x260)])&&(_0x4785ee['is_mobile_session']=!![]),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x4067c6(0x212)],async()=>{const _0x1fd24a=_0x4067c6;await AccessibilityHelper[_0x1fd24a(0x246)](_0x5c8c36,scripts['saveTestResults'],_0x4785ee);})();}),logger[_0x28ae0c(0x24d)](_0x4b9335[_0x28ae0c(0x28e)]);}const _0x538063={};_0x538063[_0x28ae0c(0x2ad)]=_0x4b9335[_0x28ae0c(0x274)],PerformanceTester[_0x28ae0c(0x2a2)](PerformanceHookEvents[_0x28ae0c(0x27a)],!![],null,_0x538063);}catch(_0x59538d){PerformanceTester[_0x28ae0c(0x230)](_0x59538d);const _0x194562={};_0x194562[_0x28ae0c(0x2ad)]=_0x4b9335[_0x28ae0c(0x274)],PerformanceTester[_0x28ae0c(0x2a2)](PerformanceHookEvents['SDK_HOOK'],![],_0x59538d,_0x194562);}}),CodeceptJS[_0x406767(0x22b)][_0x406767(0x267)]['on'](CodeceptJS[_0x406767(0x22b)][_0x406767(0x28b)]['comment'],_0x9770c7=>{const _0x205c5f=_0x406767;PerformanceTester[_0x205c5f(0x2c2)](PerformanceHookEvents[_0x205c5f(0x27a)]);try{process[_0x205c5f(0x1eb)](_0x205c5f(0x21f)+process[_0x205c5f(0x220)],{'timestamp':new Date()['toISOString'](),'level':_0x4b9335[_0x205c5f(0x262)],'message':_0x9770c7,'kind':_0x4b9335[_0x205c5f(0x22c)],'http_response':{}});}catch(_0x6b9ba){PerformanceTester[_0x205c5f(0x230)](_0x6b9ba);const _0xf59dc={};_0xf59dc[_0x205c5f(0x2ad)]=_0x4b9335[_0x205c5f(0x2ab)],PerformanceTester[_0x205c5f(0x2a2)](PerformanceHookEvents[_0x205c5f(0x27a)],![],_0x6b9ba,_0xf59dc);}const _0x99bdff={};_0x99bdff[_0x205c5f(0x2ad)]=_0x4b9335[_0x205c5f(0x2ab)],PerformanceTester[_0x205c5f(0x2a2)](PerformanceHookEvents[_0x205c5f(0x27a)],!![],null,_0x99bdff);}),CodeceptJS[_0x406767(0x22b)][_0x406767(0x267)]['on'](CodeceptJS[_0x406767(0x22b)][_0x406767(0x284)][_0x406767(0x23d)],_0x3a431c=>{const _0x2d2a01=_0x406767,_0x26126b={};_0x26126b[_0x2d2a01(0x2ad)]=_0x4b9335[_0x2d2a01(0x295)],PerformanceTester[_0x2d2a01(0x2b0)](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x4fcf52=_0x2d2a01;_0x3772f9[_0x4fcf52(0x1da)](_0x3a431c);},_0x26126b)();}),CodeceptJS[_0x406767(0x22b)][_0x406767(0x267)]['on'](CodeceptJS[_0x406767(0x22b)][_0x406767(0x284)][_0x406767(0x1ef)],_0x34b87b=>{const _0x35b5d9=_0x406767,_0x3dd448={};_0x3dd448[_0x35b5d9(0x2ad)]=_0x4b9335['ptwWm'],PerformanceTester[_0x35b5d9(0x2b0)](PerformanceHookEvents[_0x35b5d9(0x27a)],()=>{const _0x4e0694=_0x35b5d9;_0x3772f9[_0x4e0694(0x25c)](_0x34b87b);},_0x3dd448)();});};
1
+ const a1_0x4715df=a1_0xd850;(function(_0x19c9b3,_0x54603a){const _0x26d5ed=a1_0xd850,_0x4c1ef5=_0x19c9b3();while(!![]){try{const _0x7b0676=-parseInt(_0x26d5ed(0x127))/0x1*(-parseInt(_0x26d5ed(0xf7))/0x2)+-parseInt(_0x26d5ed(0x19a))/0x3*(parseInt(_0x26d5ed(0x112))/0x4)+-parseInt(_0x26d5ed(0xe7))/0x5+parseInt(_0x26d5ed(0x16e))/0x6*(-parseInt(_0x26d5ed(0x11b))/0x7)+-parseInt(_0x26d5ed(0xfa))/0x8+parseInt(_0x26d5ed(0x1b6))/0x9+parseInt(_0x26d5ed(0x14c))/0xa*(parseInt(_0x26d5ed(0x15b))/0xb);if(_0x7b0676===_0x54603a)break;else _0x4c1ef5['push'](_0x4c1ef5['shift']());}catch(_0x5d1a58){_0x4c1ef5['push'](_0x4c1ef5['shift']());}}}(a1_0x1166,0x6af9d));const fs=require('fs'),util=require('util'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x4715df(0xf0)),logger=require(a1_0x4715df(0xc1))[a1_0x4715df(0x134)],testOpsHelper=require(a1_0x4715df(0x198)),requestSpy=require('../../helpers/request-spy'),PlaywrightSessionDetails=require(a1_0x4715df(0xd0)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x4715df(0x154)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x4715df(0x179)),AccessibilityHelper=require(a1_0x4715df(0xdf)),scripts=require('../../helpers/accessibility-automation/scripts'),PerformanceTester=require(a1_0x4715df(0x100)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x4715df(0x13d)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x4715df(0x1b8)),testHubConstants=require(a1_0x4715df(0x102)),globals=require(a1_0x4715df(0x117)),CodeceptJS=requireModule(a1_0x4715df(0x1a6),a1_0x4715df(0xd5)),CodeceptUtils=requireModule('codeceptjs/lib/utils.js',a1_0x4715df(0xd5)),CodeceptWebDriver=requireModule(a1_0x4715df(0xf1),'codeceptjs'),CodeceptRecorder=requireModule('codeceptjs/lib/recorder.js',a1_0x4715df(0xd5)),CodeceptPlaywright=requireModule(a1_0x4715df(0xce),a1_0x4715df(0xd5)),playwrightMarkSessionStatus=(_0xa724fb,_0x56f174,_0x4bab21)=>{const _0x2bed05=a1_0x4715df,_0x448f8e={'QnEBu':_0x2bed05(0xed),'bqAME':function(_0x2bc669,_0x348bf4){return _0x2bc669(_0x348bf4);}},_0x44fd34={};_0x44fd34[_0x2bed05(0xbc)]=_0x56f174;const _0x5e3e9b={};_0x5e3e9b[_0x2bed05(0x188)]=_0x448f8e[_0x2bed05(0x157)],_0x5e3e9b[_0x2bed05(0x122)]=_0x44fd34;const _0x2a284e=_0x5e3e9b;return!_0x448f8e[_0x2bed05(0x17b)](isUndefined,_0x4bab21)&&(_0x2a284e[_0x2bed05(0x122)][_0x2bed05(0x1a2)]=JSON[_0x2bed05(0x19f)](_0x4bab21)),_0xa724fb[_0x2bed05(0x12e)](()=>{},_0x2bed05(0x125)+JSON[_0x2bed05(0x19f)](_0x2a284e));},o11ySync=PerformanceTester[a1_0x4715df(0x185)](PerformanceO11yEvents[a1_0x4715df(0xc9)],async _0x2f1ea9=>{const _0x379a1d=a1_0x4715df,_0x1f82f6={};_0x1f82f6[_0x379a1d(0xbf)]=function(_0x10744d,_0x2b0631){return _0x10744d===_0x2b0631;},_0x1f82f6['TEZiO']=_0x379a1d(0xbe);const _0xca79a0=_0x1f82f6;_0xca79a0[_0x379a1d(0xbf)](_0x2f1ea9[_0x379a1d(0x180)][_0x379a1d(0x12c)],_0xca79a0[_0x379a1d(0x11e)])?await _0x2f1ea9[_0x379a1d(0x12e)](_0x540d79=>{},testOpsHelper[_0x379a1d(0x1b1)]()):await _0x2f1ea9[_0x379a1d(0x12e)](testOpsHelper[_0x379a1d(0x1b1)]());}),markSessionName=PerformanceTester[a1_0x4715df(0x185)](PerformanceAutEvents['SESSION_NAME'],async(_0x5d043b,_0x56b553)=>{const _0x4ffd8a=a1_0x4715df,_0x5b7d19={};_0x5b7d19[_0x4ffd8a(0xc0)]='setSessionName',_0x5b7d19[_0x4ffd8a(0xda)]=function(_0x5bd940,_0x5358a1){return _0x5bd940===_0x5358a1;},_0x5b7d19['XfYrN']=_0x4ffd8a(0xbe);const _0xa88d23=_0x5b7d19,_0xc796db={};_0xc796db[_0x4ffd8a(0x12c)]=_0x56b553;const _0x184879={};_0x184879[_0x4ffd8a(0x188)]=_0xa88d23[_0x4ffd8a(0xc0)],_0x184879[_0x4ffd8a(0x122)]=_0xc796db;const _0x366ca8=_0x184879;_0xa88d23['wjqps'](_0x5d043b['constructor'][_0x4ffd8a(0x12c)],_0xa88d23[_0x4ffd8a(0x149)])?await _0x5d043b[_0x4ffd8a(0x12e)](()=>{},_0x4ffd8a(0x125)+JSON[_0x4ffd8a(0x19f)](_0x366ca8)):await _0x5d043b[_0x4ffd8a(0x12e)]('browserstack_executor:\x20'+JSON[_0x4ffd8a(0x19f)](_0x366ca8));}),patchSaveScreenshot=_0x45285d=>{const _0x3a84f1=a1_0x4715df,_0x6488e0={'PEnRk':_0x3a84f1(0x12b),'FRQwA':'TEST_SCREENSHOT','XnZTM':function(_0x55f484){return _0x55f484();},'mOqRf':function(_0x5e5fb8,_0x4a43d8){return _0x5e5fb8(_0x4a43d8);},'oXtMc':'Screenshot\x20path\x20not\x20found'};_0x6488e0[_0x3a84f1(0x126)](isTrue,process[_0x3a84f1(0xf8)]['BS_TESTOPS_ALLOW_SCREENSHOTS'])&&!_0x45285d[_0x3a84f1(0xba)]&&(_0x45285d[_0x3a84f1(0xba)]=!![],_0x45285d[_0x3a84f1(0x14b)]=_0x45285d[_0x3a84f1(0xe5)],_0x45285d['saveScreenshot']=(_0x4ff6d3,_0x52c75a=![])=>{const _0x10fa7f=_0x3a84f1,_0x37641a={'pMNby':_0x6488e0[_0x10fa7f(0x116)],'bMRke':_0x6488e0[_0x10fa7f(0x1a3)],'lyHKD':function(_0x362a83){const _0x4f311f=_0x10fa7f;return _0x6488e0[_0x4f311f(0xdc)](_0x362a83);},'qHdmH':function(_0x22888e,_0x1f70f2){const _0x1f0d44=_0x10fa7f;return _0x6488e0[_0x1f0d44(0x126)](_0x22888e,_0x1f70f2);},'PUMNF':_0x6488e0['oXtMc']};return new Promise(function(_0xc00c4a,_0x257e6b){const _0x21d294=_0x10fa7f;_0x45285d[_0x21d294(0x14b)](_0x4ff6d3,_0x52c75a)[_0x21d294(0x167)](()=>{const _0x2a5730=_0x21d294,_0x54fb5b=CodeceptUtils[_0x2a5730(0x110)](_0x4ff6d3);if(_0x54fb5b){const _0x9cd00a=fs[_0x2a5730(0x158)](_0x54fb5b);process[_0x2a5730(0x17f)](_0x2a5730(0x148)+process['pid'],{'timestamp':new Date()[_0x2a5730(0x13a)](),'message':_0x9cd00a[_0x2a5730(0x17a)](_0x37641a['pMNby']),'kind':_0x37641a[_0x2a5730(0x107)]}),_0x37641a['lyHKD'](_0xc00c4a);}_0x37641a['qHdmH'](_0x257e6b,new Error(_0x37641a[_0x2a5730(0x16d)]));})[_0x21d294(0xc8)](()=>null);});});},patchWebDriverBefore=_0x417677=>{const _0x5b31da=a1_0x4715df,_0x3c225f={'mCxsa':function(_0x39e134){return _0x39e134();},'rnXed':function(_0x3eb8d4,_0x3e800a){return _0x3eb8d4(_0x3e800a);},'RSHsY':function(_0x2142a3,_0x389fc6){return _0x2142a3===_0x389fc6;},'IKRzP':_0x5b31da(0x15c),'fiKLD':_0x5b31da(0x173),'fyOhT':'Element'},_0x36cf03=async function(_0x137994,_0x3ae379){const _0x29162e=_0x5b31da;_0x3c225f[_0x29162e(0x196)](isAccessibilityAutomationSession)&&!global['bstackAllyScanning']&&global['accessibilityPlatform']&&scripts['shouldWrapCommand'](_0x137994[_0x29162e(0x12c)])&&_0x3c225f[_0x29162e(0x18e)](shouldPatchExecuteScript,arguments[0x2])&&(global['bstackAllyScanning']=!![],await PerformanceTester[_0x29162e(0x185)](PerformanceA11yEvents[_0x29162e(0x195)],async()=>{const _0x47b944=_0x29162e;logger[_0x47b944(0xfb)]('Performing\x20scan\x20for\x20'+_0x137994[_0x47b944(0x193)]+'\x20'+_0x137994[_0x47b944(0x12c)]),await AccessibilityHelper[_0x47b944(0x120)](_0x417677,scripts['performScan']);},{'command':_0x137994[_0x29162e(0x12c)]})());global[_0x29162e(0x17e)]=![];const _0x3644f6=JSON[_0x29162e(0x15f)](process['env']['FRAMEWORK_DETAILS']||'{}');if(_0x3c225f[_0x29162e(0x16a)](_0x3644f6?.[_0x29162e(0x18a)]?.['name'],_0x3c225f[_0x29162e(0x10c)])&&_0x3c225f['RSHsY'](typeof _0x3644f6?.[_0x29162e(0x18a)]?.[_0x29162e(0xcd)],_0x3c225f['fiKLD'])&&_0x3644f6?.[_0x29162e(0x18a)]?.[_0x29162e(0xcd)][_0x29162e(0x10d)]('7'))return _0x3ae379[_0x29162e(0x187)](null,Array['prototype']['slice']['call'](arguments,0x2));return _0x3ae379[_0x29162e(0x187)](this,Array[_0x29162e(0x1a4)]['slice']['call'](arguments,0x2));},_0x24f7bf=CodeceptWebDriver[_0x5b31da(0x1a4)][_0x5b31da(0x137)];CodeceptWebDriver['prototype'][_0x5b31da(0x137)]=async function(){const _0x1abcb1=_0x5b31da,_0x346d1a={'iEZDF':function(_0x390135,_0x2b3eea){const _0x5bef40=a1_0xd850;return _0x3c225f[_0x5bef40(0x16a)](_0x390135,_0x2b3eea);},'xYMgb':_0x3c225f[_0x1abcb1(0xd2)]};try{await _0x24f7bf[_0x1abcb1(0x187)](this,arguments);}catch(_0x39cb2a){logger['debug']('Failed\x20to\x20execute\x20_before:\x20'+util[_0x1abcb1(0x170)](_0x39cb2a));}scripts['commandsToWrap'][_0x1abcb1(0x194)](_0x36cbd1=>_0x36cbd1[_0x1abcb1(0x12c)]&&_0x36cbd1[_0x1abcb1(0x193)])['forEach'](_0x2e648f=>{const _0x4bb80c=_0x1abcb1;this[_0x4bb80c(0xc7)][_0x4bb80c(0x14d)](_0x2e648f[_0x4bb80c(0x12c)],_0x36cf03['bind'](this,_0x2e648f),_0x346d1a[_0x4bb80c(0xd3)](_0x2e648f[_0x4bb80c(0x193)],_0x346d1a[_0x4bb80c(0x128)]));}),_0x3c225f[_0x1abcb1(0x18e)](processWebDriverConfig,_0x417677);};};function a1_0xd850(_0x3ca5d2,_0x37426a){const _0x1166ed=a1_0x1166();return a1_0xd850=function(_0xd850c9,_0x4167ed){_0xd850c9=_0xd850c9-0xb7;let _0x2fcaeb=_0x1166ed[_0xd850c9];return _0x2fcaeb;},a1_0xd850(_0x3ca5d2,_0x37426a);}function a1_0x1166(){const _0x2d9eaa=['bddStepStart','browserstack_executor:\x20','mOqRf','50xaGjkw','xYMgb','vFhsb','end','base64','name','getResultsSummary','executeScript','DmUoj','args','getGlobal','add','step','winstonLogger','push','chromium','_before','pages','all','toISOString','KSXXm','HOOK_RUN_FINISHED','../../helpers/performance/constants','test-failed','bddStep-before','captureError','\x0aStack:\x20','uBWDo','from','is_mobile_session','EHsag','FqALV','__driver','bs:addLog:','XfYrN','stop','initSaveScreenshot','73090sKwfmW','overwriteCommand','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','saveTestResults','nICCZ','config','test','stopMonitoring','./o11yHelper','bddStep','cxdjM','QnEBu','readFileSync','iCKnB','accessibilityPlatform','2233liAtXW','webdriverio','YKLMU','info','parse','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','sfXwa','ngMTI','HOOK_RUN_STARTED','restore','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','split','then','_setPage','BlEUB','RSHsY','meEFn','quMox','PUMNF','647526uuxmbU','title','format','UoPYV','ROZiv','string','browserstackTestName','CzSDm','SDK_HOOK','hook','OzAuA','../../helpers/accessibility-automation/helper','toString','bqAME','yVZYE','EyiGL','bstackAllyScanning','emit','constructor','helpers','KhMJe','SDK_PRE_INITIALIZE','devtools://','measureWrapper','BROWSERSTACK_TESTHUB_JWT','apply','action','LAzZt','testFramework','QVPMc','hphPB','TEST_LOG','rnXed','url','test-started','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','saQom','class','filter','PERFORM_SCAN','mCxsa','message','../../helpers/test-observability/utils','command','6DYFMHX','yRFmJ','ENV_VAR','hook-failed','pqDKy','stringify','jgsbc','VWsqk','reason','FRQwA','prototype','test-passed','codeceptjs/lib/index.js','TEST_RUN_STARTED','BROWSERSTACK_TESTHUB_UUID','TEST_RUN_SKIPPED','thTestRunUuid','peyQV','CFHZv','currentTest','thBuildUuid','test-before','WPdir','getSyncScript','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','TestCafe','GET_RESULTS','HWcig','6888501EtjBfA','YCLNV','./helper.js','Suite','hookType','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','patchSaveScreenshot','hook-passed','status','iPAwl','Playwright','mLmUQ','VpQzH','../../helpers/logger','oUcaw','DpSFU','passed','__skipSessionStatus','yQprO','browser','catch','SYNC','isMobilePlatform','aDDWb','__workerDetails','version','codeceptjs/lib/helper/Playwright.js','QMjVZ','../../bin/playwright/sessionDetails','skipSessionStatus','fyOhT','iEZDF','ihlYO','codeceptjs','before','Puppeteer','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','getAccessibilityResults','wjqps','getAccessibilityResultsSummary','XnZTM','stack','GET_RESULTS_SUMMARY','../../bin/playwright/accessibility-helper','a11y_core_config','performScan','after','aKKhr','yyVaO','saveScreenshot','NGywX','1721630jSudew','SDK_PRE_TEST','CFUXD','vYGrq','pqsAz','startMonitoring','setSessionStatus','container','EXmOj','../../helpers/helper','codeceptjs/lib/helper/WebDriver.js','failed','warn','LCFha','SDK_TEST','page','22294dHPxiF','env','NioiM','6119720DCFSmR','debug','Lfmmz','skipped','SDK_POST_TEST','XXGWe','../../helpers/performance/performance-tester','BDBfk','../../helpers/testhub/constants.js','Nrslc','bddStep-after','fireEvent','started','bMRke','TEST_RUN_FINISHED','hook-started','event','dispatcher','IKRzP','startsWith','ctx','includes','screenshotOutputFolder','addRequestSpy','1654636SZLkqa','browserContext','start','titlePath','PEnRk','../../helpers/globals.js','exports','hezos','SAVE_RESULTS','28zCiPeC','setGlobal','captureEvent','TEZiO','enabled','browserStackExecuteDriver','afterTest','arguments','isArray'];a1_0x1166=function(){return _0x2d9eaa;};return a1_0x1166();}function parseJwt(_0x219923){const _0x629b8d=a1_0x4715df,_0xb6ab83={};_0xb6ab83[_0x629b8d(0xe6)]=_0x629b8d(0x12b);const _0x3d493d=_0xb6ab83;if(!_0x219923)return null;return JSON['parse'](Buffer[_0x629b8d(0x143)](_0x219923[_0x629b8d(0x166)]('.')[0x1],_0x3d493d['NGywX'])['toString']());}const patchPlaywrightBefore=()=>{const _0x1e5ecc=a1_0x4715df,_0x17d1f8={'yRFmJ':'--auto-open-devtools-for-tabs','ltHpa':function(_0x2db0af){return _0x2db0af();},'gpkTe':function(_0x1282e0,_0x15d86e){return _0x1282e0(_0x15d86e);},'sfXwa':function(_0x1ca28c){return _0x1ca28c();},'meEFn':_0x1e5ecc(0x184),'CFHZv':function(_0x4d8658,_0x5bef43){return _0x4d8658+_0x5bef43;},'UgVsv':_0x1e5ecc(0x141),'KhMJe':function(_0x1afd81){return _0x1afd81();},'nICCZ':function(_0x3ba0b1){return _0x3ba0b1();},'yyVaO':function(_0x29ed0c){return _0x29ed0c();},'BDBfk':function(_0x43ac92){return _0x43ac92();}};PlaywrightSessionDetails['patch']();const _0x19a6ab=CodeceptPlaywright[_0x1e5ecc(0x1a4)]['_before'];CodeceptPlaywright[_0x1e5ecc(0x1a4)][_0x1e5ecc(0x137)]=async function(){const _0x560f1c=_0x1e5ecc,_0x55e67f={'DpSFU':function(_0x22e2c5){const _0x502152=a1_0xd850;return _0x17d1f8[_0x502152(0x182)](_0x22e2c5);},'cxdjM':_0x17d1f8[_0x560f1c(0x16b)]};this['browserContext']=await this['browser']['contexts']()[0x0];const _0x58ccd2=async()=>{const _0x240d40=_0x560f1c,_0x21e711=this[_0x240d40(0x151)]&&this[_0x240d40(0x151)][_0x240d40(0x136)]&&this[_0x240d40(0x151)][_0x240d40(0x136)][_0x240d40(0x130)]&&Array[_0x240d40(0x123)](this[_0x240d40(0x151)]['chromium']['args'])&&this['config'][_0x240d40(0x136)][_0x240d40(0x130)][_0x240d40(0x10f)](_0x17d1f8[_0x240d40(0x19b)]);if(_0x17d1f8['ltHpa'](isAccessibilityAutomationSession)&&!_0x21e711)try{const _0x14c3d3=_0x17d1f8['gpkTe'](parseJwt,process['env']['BS_A11Y_JWT']);if(_0x14c3d3&&_0x14c3d3['a11y_core_config']&&_0x14c3d3[_0x240d40(0xe0)]['domForge']){const _0x2b5a77=this[_0x240d40(0x113)][_0x240d40(0x138)]['bind'](this[_0x240d40(0x113)]);this[_0x240d40(0x113)][_0x240d40(0x138)]=async function(){const _0x58019d=_0x240d40,_0x5335c3=await _0x55e67f[_0x58019d(0xc3)](_0x2b5a77),_0x563e6a=[];for(const _0x17c7b9 of _0x5335c3){try{const _0x453f2a=await _0x17c7b9[_0x58019d(0x18f)]();!_0x453f2a[_0x58019d(0x10d)](_0x55e67f[_0x58019d(0x156)])&&_0x563e6a['push'](_0x17c7b9);}catch(_0x35262a){_0x563e6a[_0x58019d(0x135)](_0x17c7b9);}}return _0x563e6a;};}if(!_0x17d1f8[_0x240d40(0x161)](isBrowserstackInfra)){const _0x1f1f86=await this[_0x240d40(0xf6)][_0x240d40(0x18f)]();if(_0x1f1f86[_0x240d40(0x10d)](_0x17d1f8['meEFn'])){const _0x2066e9=await this['browserContext'][_0x240d40(0x138)]();this[_0x240d40(0x168)](_0x2066e9[0x0]);}}}catch(_0x17fe3a){logger[_0x240d40(0xfb)](_0x240d40(0x160)+_0x17fe3a[_0x240d40(0x197)]+(_0x17fe3a['stack']?_0x17d1f8[_0x240d40(0x1ac)](_0x17d1f8['UgVsv'],_0x17fe3a[_0x240d40(0xdd)]):''));}};_0x17d1f8['sfXwa'](isBrowserstackInfra)&&await _0x17d1f8[_0x560f1c(0x150)](_0x58ccd2),await _0x19a6ab[_0x560f1c(0x187)](this,arguments),!_0x17d1f8[_0x560f1c(0xe4)](isBrowserstackInfra)&&await _0x17d1f8[_0x560f1c(0x101)](_0x58ccd2);};},getCodeceptDriver=()=>{const _0x3998ac=a1_0x4715df,_0x3888fa={};_0x3888fa[_0x3998ac(0x1b0)]='WebDriver',_0x3888fa[_0x3998ac(0x189)]=_0x3998ac(0xbe),_0x3888fa[_0x3998ac(0x129)]=_0x3998ac(0xd7),_0x3888fa[_0x3998ac(0x142)]=_0x3998ac(0x1b3);const _0x10422f=_0x3888fa,_0x31f3d4=[_0x10422f[_0x3998ac(0x1b0)],_0x10422f[_0x3998ac(0x189)],_0x10422f[_0x3998ac(0x129)],_0x10422f['uBWDo']],_0x135a2d=_0x31f3d4['find'](_0xad4825=>!!CodeceptJS['container'][_0x3998ac(0x181)](_0xad4825));if(!_0x135a2d)return null;return CodeceptJS[_0x3998ac(0xee)][_0x3998ac(0x181)](_0x135a2d);};module[a1_0x4715df(0x118)]=function(_0x316454){const _0x5b9ec0=a1_0x4715df,_0x43f35c={'iPAwl':function(_0x3143b3){return _0x3143b3();},'lZnyE':function(_0x48b8f7,_0x1770be){return _0x48b8f7(_0x1770be);},'VWsqk':'getAccessibilityResultsSummary','DmUoj':_0x5b9ec0(0xd8),'ihlYO':_0x5b9ec0(0xd9),'ROZiv':_0x5b9ec0(0x1b2),'saQom':function(_0x533364,_0x21cdcc){return _0x533364(_0x21cdcc);},'Nrslc':_0x5b9ec0(0x109),'CzSDm':_0x5b9ec0(0xbb),'YCLNV':_0x5b9ec0(0x19d),'KSXXm':_0x5b9ec0(0x174),'XXGWe':_0x5b9ec0(0x1af),'BlEUB':function(_0x11f2e8){return _0x11f2e8();},'hphPB':function(_0x31bc0e,_0xc4fc6d){return _0x31bc0e(_0xc4fc6d);},'oUcaw':function(_0x1b3433,_0x4f64ee,_0x3f4069){return _0x1b3433(_0x4f64ee,_0x3f4069);},'iGuUG':function(_0x1b7d4b,_0x225ffd){return _0x1b7d4b(_0x225ffd);},'quMox':_0x5b9ec0(0x190),'pqsAz':_0x5b9ec0(0x1a5),'YKLMU':function(_0x4e9c71){return _0x4e9c71();},'CFUXD':function(_0x16ebb0,_0xafcfea,_0x3a16c7,_0xd7ff86){return _0x16ebb0(_0xafcfea,_0x3a16c7,_0xd7ff86);},'UoPYV':function(_0xcfebeb,_0x2980e6,_0x4a2e6b,_0x24ad12){return _0xcfebeb(_0x2980e6,_0x4a2e6b,_0x24ad12);},'OnbMU':function(_0x583c5d,_0x2c3256){return _0x583c5d===_0x2c3256;},'aKKhr':_0x5b9ec0(0xb7),'QMjVZ':_0x5b9ec0(0x13e),'Lfmmz':'test-skipped','QVPMc':_0x5b9ec0(0x121),'yQprO':_0x5b9ec0(0xca),'EHsag':function(_0x3e35bd,_0x44b548,_0x424b09){return _0x3e35bd(_0x44b548,_0x424b09);},'iCKnB':function(_0x558d7d){return _0x558d7d();},'EyiGL':_0x5b9ec0(0xb9),'vYGrq':'test-after','tiMVc':'INFO','LCFha':_0x5b9ec0(0x18d),'OzAuA':'step-comment','hezos':_0x5b9ec0(0x13f),'opmwv':_0x5b9ec0(0x104),'jgsbc':_0x5b9ec0(0xbe)};_0x316454[_0x5b9ec0(0xd1)]&&(global[_0x5b9ec0(0xc5)]=_0x316454[_0x5b9ec0(0xd1)]);PerformanceTester[_0x5b9ec0(0xec)]();const _0x598d9b=_0x43f35c[_0x5b9ec0(0x169)](getCodeceptDriver),_0x49c304=new O11yHelper(_0x598d9b,_0x316454),_0x5ac4f3=!!CodeceptJS[_0x5b9ec0(0xee)][_0x5b9ec0(0x181)](_0x43f35c[_0x5b9ec0(0x1a0)]);global[_0x5b9ec0(0x147)]=_0x598d9b,_0x598d9b&&(PerformanceTester[_0x5b9ec0(0x185)](PerformanceEvents[_0x5b9ec0(0x183)],()=>{const _0x28c5cc=_0x5b9ec0;_0x5ac4f3?_0x43f35c[_0x28c5cc(0xbd)](patchPlaywrightBefore):_0x43f35c['lZnyE'](patchWebDriverBefore,_0x598d9b);})(),PerformanceTester[_0x5b9ec0(0x185)](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0x4751ce=_0x5b9ec0;_0x598d9b[_0x4751ce(0xdb)]=async()=>{const _0x2a0338=_0x4751ce;if(global[_0x2a0338(0x15a)]){const _0x5f461b={};return _0x5f461b[_0x2a0338(0x199)]=_0x43f35c[_0x2a0338(0x1a1)],await PerformanceTester[_0x2a0338(0x185)](PerformanceA11yEvents[_0x2a0338(0x195)],async()=>{return await AccessibilityHelper['browserStackExecuteDriver'](_0x598d9b,scripts['performScan']);},_0x5f461b)(),await PerformanceTester[_0x2a0338(0x185)](PerformanceA11yEvents[_0x2a0338(0xde)],async()=>{const _0xa70ba0=_0x2a0338;return await AccessibilityHelper[_0xa70ba0(0x120)](_0x598d9b,scripts[_0xa70ba0(0x12d)]);})();}return logger[_0x2a0338(0xf3)](_0x43f35c[_0x2a0338(0x12f)]),{};},_0x598d9b[_0x4751ce(0xd9)]=async()=>{const _0x280043=_0x4751ce;if(global[_0x280043(0x15a)]){const _0xe607e0={};return _0xe607e0[_0x280043(0x199)]=_0x43f35c[_0x280043(0xd4)],await PerformanceTester[_0x280043(0x185)](PerformanceA11yEvents[_0x280043(0x195)],async()=>{const _0x1579ab=_0x280043;return await AccessibilityHelper[_0x1579ab(0x120)](_0x598d9b,scripts['performScan']);},_0xe607e0)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x280043(0x1b4)],async()=>{const _0x24a5af=_0x280043;return await AccessibilityHelper[_0x24a5af(0x120)](_0x598d9b,scripts['getResults']);})();}return logger['warn'](_0x43f35c[_0x280043(0x172)]),{};},_0x43f35c[_0x4751ce(0x192)](patchSaveScreenshot,_0x598d9b);})()),CodeceptJS['event'][_0x5b9ec0(0x10b)]['on'](CodeceptJS[_0x5b9ec0(0x10a)][_0x5b9ec0(0x139)][_0x5b9ec0(0xd6)],()=>{const _0x545bbe=_0x5b9ec0;PerformanceTester[_0x545bbe(0x114)](PerformanceEvents[_0x545bbe(0xe8)]);try{_0x49c304[_0x545bbe(0x114)](),testOpsHelper[_0x545bbe(0x111)](),PerformanceTester[_0x545bbe(0x12a)](PerformanceEvents['SDK_PRE_TEST']);}catch(_0x4c5395){PerformanceTester[_0x545bbe(0x140)](_0x4c5395),PerformanceTester[_0x545bbe(0x12a)](PerformanceEvents[_0x545bbe(0xe8)],![],_0x4c5395);}}),CodeceptJS['event'][_0x5b9ec0(0x10b)]['on'](CodeceptJS[_0x5b9ec0(0x10a)][_0x5b9ec0(0x139)][_0x5b9ec0(0xe2)],async()=>{const _0x3a972f=_0x5b9ec0;PerformanceTester[_0x3a972f(0x114)](PerformanceEvents[_0x3a972f(0xfe)]);try{requestSpy[_0x3a972f(0x164)](),await _0x49c304[_0x3a972f(0x14a)](),PerformanceTester[_0x3a972f(0x12a)](PerformanceEvents[_0x3a972f(0xfe)]);}catch(_0x78e544){PerformanceTester[_0x3a972f(0x140)](_0x78e544),PerformanceTester['end'](PerformanceEvents[_0x3a972f(0xfe)],![],_0x78e544);}finally{PerformanceTester[_0x3a972f(0x153)]();}}),CodeceptJS[_0x5b9ec0(0x10a)][_0x5b9ec0(0x10b)]['on'](CodeceptJS['event'][_0x5b9ec0(0x177)][_0x5b9ec0(0x106)],_0x44497a=>{const _0x17be14=_0x5b9ec0;PerformanceTester[_0x17be14(0x114)](PerformanceEvents[_0x17be14(0x176)]);try{const _0x29933d=_0x44497a['ctx']['test'],_0x300b21=_0x49c304[_0x17be14(0x11d)](TEST_EVENTS[_0x17be14(0x163)],_0x29933d);CodeceptRecorder['add'](()=>_0x49c304[_0x17be14(0x105)](TEST_EVENTS[_0x17be14(0x163)],_0x300b21));const _0x165e5c={};_0x165e5c[_0x17be14(0xb8)]=_0x43f35c['Nrslc'],PerformanceTester['end'](PerformanceEvents[_0x17be14(0x176)],!![],null,_0x165e5c);}catch(_0x53f16e){const _0x40e84e={};_0x40e84e[_0x17be14(0xb8)]=_0x43f35c[_0x17be14(0x103)],PerformanceTester[_0x17be14(0x12a)](PerformanceEvents[_0x17be14(0x176)],![],_0x53f16e,_0x40e84e),PerformanceTester['captureError'](_0x53f16e);}}),CodeceptJS[_0x5b9ec0(0x10a)]['dispatcher']['on'](CodeceptJS['event']['hook'][_0x5b9ec0(0xc4)],_0x5a4e23=>{const _0x5956e3=_0x5b9ec0,_0x31f547={};_0x31f547['hookType']=_0x43f35c[_0x5956e3(0x175)],PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x31f547);try{const _0x5b375f=_0x5a4e23[_0x5956e3(0x10e)]['test'],_0x11801c=_0x49c304[_0x5956e3(0x11d)](TEST_EVENTS[_0x5956e3(0x13c)],_0x5b375f);CodeceptRecorder[_0x5956e3(0x132)](()=>_0x49c304[_0x5956e3(0x105)](TEST_EVENTS[_0x5956e3(0x13c)],_0x11801c));const _0x25c172={};_0x25c172[_0x5956e3(0xb8)]=_0x43f35c[_0x5956e3(0x175)],PerformanceTester[_0x5956e3(0x12a)](PerformanceHookEvents[_0x5956e3(0x176)],!![],null,_0x25c172);}catch(_0x20d1e9){PerformanceTester[_0x5956e3(0x140)](_0x20d1e9);const _0x1363db={};_0x1363db[_0x5956e3(0xb8)]=_0x43f35c[_0x5956e3(0x175)],PerformanceTester[_0x5956e3(0x12a)](PerformanceHookEvents[_0x5956e3(0x176)],![],_0x20d1e9,_0x1363db);}}),CodeceptJS[_0x5b9ec0(0x10a)]['dispatcher']['on'](CodeceptJS[_0x5b9ec0(0x10a)][_0x5b9ec0(0x177)][_0x5b9ec0(0xf2)],async(_0xe7daf5,_0x2fcc6b)=>{const _0x3a9689=_0x5b9ec0;PerformanceTester[_0x3a9689(0x114)](PerformanceHookEvents['SDK_HOOK']);try{const _0x5d568b=_0xe7daf5[_0x3a9689(0x10e)][_0x3a9689(0x152)],_0x5603e1=_0x49c304['captureEvent'](TEST_EVENTS[_0x3a9689(0x13c)],_0x5d568b,_0x2fcc6b);CodeceptRecorder[_0x3a9689(0x132)](()=>_0x49c304[_0x3a9689(0x105)](TEST_EVENTS[_0x3a9689(0x13c)],_0x5603e1));const _0x4f6695={};_0x4f6695[_0x3a9689(0xb8)]=_0x43f35c[_0x3a9689(0x1b7)],PerformanceTester[_0x3a9689(0x114)](PerformanceHookEvents[_0x3a9689(0x176)],!![],null,_0x4f6695);}catch(_0x180c64){PerformanceTester[_0x3a9689(0x140)](_0x180c64);const _0x5372fb={};_0x5372fb[_0x3a9689(0xb8)]=_0x43f35c[_0x3a9689(0x1b7)],PerformanceTester[_0x3a9689(0x12a)](PerformanceHookEvents[_0x3a9689(0x176)],![],_0x180c64,_0x5372fb);}const _0x12ce94={};_0x12ce94[_0x3a9689(0xb8)]=_0x43f35c['YCLNV'],PerformanceTester[_0x3a9689(0x12a)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x12ce94);}),CodeceptJS[_0x5b9ec0(0x10a)][_0x5b9ec0(0x10b)]['on'](CodeceptJS[_0x5b9ec0(0x10a)]['test']['before'],_0x4e0bdf=>{const _0x931742=_0x5b9ec0;PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{globals['setGlobal'](_0x43f35c[_0x931742(0x13b)],_0x4e0bdf[_0x931742(0x16f)]);_0x43f35c['iPAwl'](isBrowserstackInfra)&&(_0x5ac4f3&&(global[_0x931742(0xcc)]={'currentTest':{'name':_0x4e0bdf[_0x931742(0x16f)],'testInfo':{'titlePath':_0x4e0bdf[_0x931742(0x115)]()}}}));const _0x445c76={};_0x445c76['hookType']=_0x43f35c[_0x931742(0xff)],PerformanceTester[_0x931742(0x12a)](PerformanceHookEvents[_0x931742(0x176)],!![],null,_0x445c76);}catch(_0x4c030b){PerformanceTester[_0x931742(0x140)](_0x4c030b);const _0x540cf7={};_0x540cf7[_0x931742(0xb8)]=_0x43f35c[_0x931742(0xff)],PerformanceTester[_0x931742(0x12a)](PerformanceHookEvents[_0x931742(0x176)],![],_0x4c030b,_0x540cf7);}}),CodeceptJS[_0x5b9ec0(0x10a)][_0x5b9ec0(0x10b)]['on'](CodeceptJS['event'][_0x5b9ec0(0x152)][_0x5b9ec0(0x106)],_0x2a1701=>{const _0x4471da=_0x5b9ec0,_0x9ec5a4={'EXmOj':function(_0x318a32){return _0x43f35c['BlEUB'](_0x318a32);},'yVZYE':function(_0x55a016,_0x26e795){const _0x1f0544=a1_0xd850;return _0x43f35c[_0x1f0544(0x18c)](_0x55a016,_0x26e795);},'aDDWb':function(_0x537bed,_0xec4928,_0x435a37){const _0x46f58e=a1_0xd850;return _0x43f35c[_0x46f58e(0xc2)](_0x537bed,_0xec4928,_0x435a37);},'FqALV':function(_0x360fe1,_0x39d0b3){return _0x43f35c['iGuUG'](_0x360fe1,_0x39d0b3);}};PerformanceTester[_0x4471da(0x114)](PerformanceHookEvents[_0x4471da(0x176)]);try{globals[_0x4471da(0x11c)](_0x43f35c[_0x4471da(0x13b)],_0x2a1701[_0x4471da(0x16f)]);const _0x2d5c5f=_0x49c304['captureEvent'](TEST_EVENTS[_0x4471da(0x1a7)],_0x2a1701);CodeceptRecorder[_0x4471da(0x132)](()=>_0x49c304[_0x4471da(0x105)](TEST_EVENTS['TEST_RUN_STARTED'],_0x2d5c5f)),CodeceptRecorder[_0x4471da(0x132)](async()=>{const _0x415844=_0x4471da;_0x9ec5a4[_0x415844(0xef)](isBrowserstackInfra)&&(!_0x9ec5a4[_0x415844(0x17c)](isTrue,_0x316454['skipSessionName'])&&await _0x9ec5a4[_0x415844(0xcb)](markSessionName,_0x598d9b,_0x2a1701[_0x415844(0x16f)]),_0x49c304[_0x415844(0x11f)]&&await _0x9ec5a4[_0x415844(0x146)](o11ySync,_0x598d9b));});}catch(_0x518774){const _0x2ec1cd={};_0x2ec1cd['hookType']=_0x43f35c[_0x4471da(0x16c)],PerformanceTester[_0x4471da(0x12a)](PerformanceHookEvents[_0x4471da(0x176)],![],_0x518774,_0x2ec1cd),PerformanceTester['captureError'](_0x518774);}const _0x2426a6={};_0x2426a6[_0x4471da(0xb8)]=_0x43f35c[_0x4471da(0x16c)],PerformanceTester[_0x4471da(0x12a)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x2426a6);}),CodeceptJS[_0x5b9ec0(0x10a)][_0x5b9ec0(0x10b)]['on'](CodeceptJS[_0x5b9ec0(0x10a)]['test'][_0x5b9ec0(0xc4)],_0x20efea=>{const _0x5c0237=_0x5b9ec0,_0x433e19={'ngMTI':function(_0x5db250,_0xe883a5,_0x4ed088){const _0x5cc845=a1_0xd850;return _0x43f35c[_0x5cc845(0xc2)](_0x5db250,_0xe883a5,_0x4ed088);},'SaZsK':function(_0xbb30e){return _0x43f35c['BlEUB'](_0xbb30e);}};PerformanceTester[_0x5c0237(0x114)](PerformanceHookEvents[_0x5c0237(0x176)]);try{const _0x562583=_0x49c304['captureEvent'](TEST_EVENTS[_0x5c0237(0x108)],_0x20efea);CodeceptRecorder['add'](()=>_0x49c304[_0x5c0237(0x105)](TEST_EVENTS[_0x5c0237(0x108)],_0x562583)),CodeceptRecorder[_0x5c0237(0x132)](async()=>{_0x433e19['SaZsK'](isBrowserstackInfra)&&await PerformanceTester['measureWrapper'](PerformanceAutEvents['SESSION_STATUS'],async()=>{const _0x3c78b4=a1_0xd850;_0x5ac4f3?await _0x433e19[_0x3c78b4(0x162)](playwrightMarkSessionStatus,_0x598d9b,STATE_PASSED):await _0x433e19[_0x3c78b4(0x162)](markSessionStatus,_0x598d9b,STATE_PASSED);})();}),PerformanceTester[_0x5c0237(0x12a)](PerformanceEvents[_0x5c0237(0xf5)]);}catch(_0x58b4a4){PerformanceTester[_0x5c0237(0x140)](_0x58b4a4);const _0x24cbe4={};_0x24cbe4['hookType']=_0x43f35c[_0x5c0237(0xeb)],PerformanceTester[_0x5c0237(0x12a)](PerformanceHookEvents[_0x5c0237(0x176)],![],_0x58b4a4,_0x24cbe4),PerformanceTester[_0x5c0237(0x12a)](PerformanceEvents[_0x5c0237(0xf5)],![],_0x58b4a4);}const _0x104752={};_0x104752[_0x5c0237(0xb8)]=_0x43f35c[_0x5c0237(0xeb)],PerformanceTester[_0x5c0237(0x12a)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x104752);}),CodeceptJS[_0x5b9ec0(0x10a)]['dispatcher']['on'](CodeceptJS[_0x5b9ec0(0x10a)]['test']['failed'],(_0x37af1a,_0x5e1c5f)=>{const _0x11d21b=_0x5b9ec0,_0xa628ab={'Oajbz':function(_0x2933fd){const _0x4d2980=a1_0xd850;return _0x43f35c[_0x4d2980(0x15d)](_0x2933fd);},'HWcig':function(_0x3b49a3,_0x273982,_0x2fd6b4,_0xd0a839){const _0x3df960=a1_0xd850;return _0x43f35c[_0x3df960(0xe9)](_0x3b49a3,_0x273982,_0x2fd6b4,_0xd0a839);},'NioiM':function(_0x400fb7,_0x4c2756,_0xd36953,_0xcd9e6d){const _0x287ff6=a1_0xd850;return _0x43f35c[_0x287ff6(0x171)](_0x400fb7,_0x4c2756,_0xd36953,_0xcd9e6d);}};PerformanceTester[_0x11d21b(0x114)](PerformanceHookEvents['SDK_HOOK']);try{if(_0x43f35c['OnbMU'](_0x37af1a[_0x11d21b(0x180)][_0x11d21b(0x12c)],_0x43f35c[_0x11d21b(0xe3)])){const _0x2303c9=_0x49c304[_0x11d21b(0x11d)](TEST_EVENTS[_0x11d21b(0x1a9)],_0x37af1a[_0x11d21b(0x10e)][_0x11d21b(0x1ad)]);CodeceptRecorder[_0x11d21b(0x132)](()=>_0x49c304[_0x11d21b(0x105)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x2303c9));}else{const _0xb040d1=_0x49c304[_0x11d21b(0x11d)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x37af1a,_0x5e1c5f);CodeceptRecorder[_0x11d21b(0x132)](()=>{const _0x7a6a29=_0x11d21b;try{_0x49c304['fireEvent'](TEST_EVENTS['TEST_RUN_FINISHED'],_0xb040d1);}catch(_0x243399){logger[_0x7a6a29(0xfb)](_0x7a6a29(0x165)+util[_0x7a6a29(0x170)](_0x243399)),PerformanceTester[_0x7a6a29(0x12a)](PerformanceEvents[_0x7a6a29(0xf5)],![],_0x243399);}}),CodeceptRecorder[_0x11d21b(0x132)](async()=>{const _0x4f1a84=_0x11d21b;try{_0xa628ab['Oajbz'](isBrowserstackInfra)&&(_0x5ac4f3?await _0xa628ab[_0x4f1a84(0x1b5)](playwrightMarkSessionStatus,_0x598d9b,STATE_FAILED,_0x5e1c5f):await _0xa628ab[_0x4f1a84(0xf9)](markSessionStatus,_0x598d9b,STATE_FAILED,_0x5e1c5f));}catch(_0x35cd0f){logger[_0x4f1a84(0xfb)](_0x4f1a84(0x14e)+util[_0x4f1a84(0x170)](_0x35cd0f)),PerformanceTester['end'](PerformanceEvents[_0x4f1a84(0xf5)],![],_0x35cd0f);}});}PerformanceTester[_0x11d21b(0x12a)](PerformanceEvents[_0x11d21b(0xf5)]);}catch(_0x524206){PerformanceTester[_0x11d21b(0x140)](_0x524206);const _0x3008da={};_0x3008da[_0x11d21b(0xb8)]=_0x43f35c[_0x11d21b(0xcf)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x524206,_0x3008da),PerformanceTester[_0x11d21b(0x12a)](PerformanceEvents[_0x11d21b(0xf5)],![],_0x524206);}const _0x1adbdf={};_0x1adbdf['hookType']=_0x43f35c[_0x11d21b(0xcf)],PerformanceTester[_0x11d21b(0x12a)](PerformanceHookEvents[_0x11d21b(0x176)],!![],null,_0x1adbdf);}),CodeceptJS[_0x5b9ec0(0x10a)][_0x5b9ec0(0x10b)]['on'](CodeceptJS[_0x5b9ec0(0x10a)][_0x5b9ec0(0x152)][_0x5b9ec0(0xfd)],_0x5eeffc=>{const _0x5b865a=_0x5b9ec0;PerformanceTester[_0x5b865a(0x114)](PerformanceHookEvents[_0x5b865a(0x176)]);try{const _0x42f938=_0x49c304['captureEvent'](TEST_EVENTS[_0x5b865a(0x1a9)],_0x5eeffc);CodeceptRecorder[_0x5b865a(0x132)](()=>_0x49c304[_0x5b865a(0x105)](TEST_EVENTS[_0x5b865a(0x1a9)],_0x42f938)),PerformanceTester['end'](PerformanceEvents[_0x5b865a(0xf5)]);}catch(_0x9d241d){PerformanceTester['captureError'](_0x9d241d),PerformanceTester['end'](PerformanceEvents[_0x5b865a(0xf5)],![],_0x9d241d);const _0x330357={};_0x330357['hookType']=_0x43f35c['Lfmmz'],PerformanceTester[_0x5b865a(0x12a)](PerformanceHookEvents[_0x5b865a(0x176)],![],_0x9d241d,_0x330357);}const _0x1908a1={};_0x1908a1[_0x5b865a(0xb8)]=_0x43f35c[_0x5b865a(0xfc)],PerformanceTester[_0x5b865a(0x12a)](PerformanceHookEvents[_0x5b865a(0x176)],!![],null,_0x1908a1);}),CodeceptJS[_0x5b9ec0(0x10a)][_0x5b9ec0(0x10b)]['on'](CodeceptJS[_0x5b9ec0(0x10a)][_0x5b9ec0(0x152)]['after'],async(_0x32381e,_0x55b114)=>{const _0x38e70e=_0x5b9ec0,_0x1c8c23={};_0x1c8c23[_0x38e70e(0x19e)]=_0x43f35c[_0x38e70e(0x18b)],_0x1c8c23['peyQV']=_0x43f35c[_0x38e70e(0xc6)];const _0x3360d1=_0x1c8c23;try{PerformanceTester[_0x38e70e(0x114)](PerformanceHookEvents[_0x38e70e(0x176)]);const _0x297dc1=_0x43f35c[_0x38e70e(0x145)](shouldScanTestForAccessibility,_0x32381e[_0x38e70e(0x115)](),!![]);if(_0x43f35c[_0x38e70e(0x159)](isAccessibilityAutomationSession)&&global['accessibilityPlatform']&&_0x297dc1){const _0x43d928={};_0x43d928[_0x38e70e(0x1aa)]=_0x32381e['testAnalyticsId'],_0x43d928[_0x38e70e(0x1ae)]=process['env'][testHubConstants[_0x38e70e(0x19c)][_0x38e70e(0x1a8)]],_0x43d928['thJwtToken']=process[_0x38e70e(0xf8)][testHubConstants[_0x38e70e(0x19c)][_0x38e70e(0x186)]];const _0x2bbb60=_0x43d928;logger[_0x38e70e(0xfb)](_0x38e70e(0x191)+JSON[_0x38e70e(0x19f)](_0x2bbb60)),CodeceptRecorder[_0x38e70e(0x132)](async()=>{const _0x262e6a=_0x38e70e,_0x571c00={};_0x571c00[_0x262e6a(0x199)]=_0x3360d1[_0x262e6a(0x19e)],await PerformanceTester[_0x262e6a(0x185)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x123f59=_0x262e6a;await AccessibilityHelper['browserStackExecuteDriver'](_0x598d9b,scripts[_0x123f59(0xe1)]);},_0x571c00)(),globals[_0x262e6a(0x131)](_0x3360d1[_0x262e6a(0x1ab)])&&(_0x2bbb60[_0x262e6a(0x144)]=!![]),await PerformanceTester[_0x262e6a(0x185)](PerformanceA11yEvents[_0x262e6a(0x11a)],async()=>{const _0x23c60f=_0x262e6a;await AccessibilityHelper[_0x23c60f(0x120)](_0x598d9b,scripts[_0x23c60f(0x14f)],_0x2bbb60);})();}),logger[_0x38e70e(0x15e)](_0x43f35c[_0x38e70e(0x17d)]);}const _0xffeeab={};_0xffeeab[_0x38e70e(0xb8)]=_0x43f35c[_0x38e70e(0xea)],PerformanceTester[_0x38e70e(0x12a)](PerformanceHookEvents[_0x38e70e(0x176)],!![],null,_0xffeeab);}catch(_0x370741){PerformanceTester[_0x38e70e(0x140)](_0x370741);const _0x13f38c={};_0x13f38c[_0x38e70e(0xb8)]=_0x43f35c[_0x38e70e(0xea)],PerformanceTester[_0x38e70e(0x12a)](PerformanceHookEvents[_0x38e70e(0x176)],![],_0x370741,_0x13f38c);}}),CodeceptJS[_0x5b9ec0(0x10a)][_0x5b9ec0(0x10b)]['on'](CodeceptJS[_0x5b9ec0(0x10a)][_0x5b9ec0(0x133)]['comment'],_0x5e3444=>{const _0x2f4667=_0x5b9ec0;PerformanceTester[_0x2f4667(0x114)](PerformanceHookEvents[_0x2f4667(0x176)]);try{process[_0x2f4667(0x17f)](_0x2f4667(0x148)+process['pid'],{'timestamp':new Date()[_0x2f4667(0x13a)](),'level':_0x43f35c['tiMVc'],'message':_0x5e3444,'kind':_0x43f35c[_0x2f4667(0xf4)],'http_response':{}});}catch(_0x1bff75){PerformanceTester['captureError'](_0x1bff75);const _0x22b9fa={};_0x22b9fa[_0x2f4667(0xb8)]=_0x43f35c[_0x2f4667(0x178)],PerformanceTester['end'](PerformanceHookEvents[_0x2f4667(0x176)],![],_0x1bff75,_0x22b9fa);}const _0x28a946={};_0x28a946[_0x2f4667(0xb8)]=_0x43f35c[_0x2f4667(0x178)],PerformanceTester[_0x2f4667(0x12a)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x28a946);}),CodeceptJS[_0x5b9ec0(0x10a)][_0x5b9ec0(0x10b)]['on'](CodeceptJS[_0x5b9ec0(0x10a)]['bddStep']['before'],_0x5e181f=>{const _0x871daf=_0x5b9ec0,_0x58c3ec={};_0x58c3ec[_0x871daf(0xb8)]=_0x43f35c[_0x871daf(0x119)],PerformanceTester['measureWrapper'](PerformanceHookEvents[_0x871daf(0x176)],()=>{const _0x45eada=_0x871daf;_0x49c304[_0x45eada(0x124)](_0x5e181f);},_0x58c3ec)();}),CodeceptJS[_0x5b9ec0(0x10a)][_0x5b9ec0(0x10b)]['on'](CodeceptJS[_0x5b9ec0(0x10a)][_0x5b9ec0(0x155)][_0x5b9ec0(0xe2)],_0x2f0c33=>{const _0x427232=_0x5b9ec0,_0x5f3d72={};_0x5f3d72['hookType']=_0x43f35c['opmwv'],PerformanceTester[_0x427232(0x185)](PerformanceHookEvents[_0x427232(0x176)],()=>{_0x49c304['bddStepFinish'](_0x2f0c33);},_0x5f3d72)();});};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a2_0x30d964=a2_0x55d5;function a2_0x2485(){const _0x594f03=['key','helpers','../../helpers/performance/constants','browserStackCwd','codeceptjs/lib/index.js','fTlYL','initialize','Playwright','chromium','jAELo','oAWGm','CODECEPT','addTests','testContextOptions','launchBuild','platforms','XlZVn','handleApp','wUTGk','finalExecution','Passed\x20:\x20','before','SDK_SETUP','../../helpers/test-observability/constants','hubUrl','BROWSERSTACK_TEST_ACCESSIBILITY_YML','XDYTj','info','YAZgk','skipSessionName','Inqrt','stringify','forEach','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','IexAH','existsSync','assign','addConfig','../../bin/playwright/accessibility-helper','start','require','14dYPTzt','bootstrapAll','replace','failed','stop','HXNst','BROWSERSTACK_RERUN_TESTS','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','13917996pCyqts','end','browserName','desiredCapabilities','all','oEPDp','codeceptjs','browserWSEndpoint','findIndex','trim','oXMxW','config','MDmpD','uNRJz','run','winstonLogger','frameworkName','exports','accessKey','toLowerCase','createGroupsOfSuites','EVENTS','IZVXZ','wOWbA','CODECEPT_CUCUMBER','accessibilityOptions','BROWSERSTACK_RERUN','ndgDv','codecept.json','debug','validateRerunTestList','log','chdir','1262035hHMBdK','process','iwaxn','isUndefined','1960122ylYMki','BrowserStackPlugin.js','getPlatformName','../../helpers/logger','passed','getUserWorkerCount','join','5|0|2|1|4|3','YvUPV','dirname','profile','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','util','../../helpers/test-observability/utils','test','Started\x20:\x20','teardownAll','env','qylQv','skipSessionStatus','mergeDeep','../../helpers/helper','ApHFP','6799464pqBWlg','push','playwright-webkit','jLAEQ','err','testObservability','NdCEU','plugins','/wd/hub','2fPrGZO','slice','webkit','printResults','lxhiy','codecept.conf.js','djjUV','split','playwright-firefox','map','4449784zOTlUy','Failed\x20:\x20','parallelsPerPlatform','browser','USER_CONFIG_DETAILS_PATH','FRAMEWORKS','errorMessage','root','title','useW3C','length','4810990xeCiRL','userName','duXwa','isTestObservabilitySession','2565856cWGceL','SDK_CLEANUP','isEmpty','BiuvV','enabled','rUVut','event','accessibility','getPlaywrightUrl','WebDriver','setAdditionalCapabilities','nGBHr','now','prepareCapabilities','path','nNHwQ','cwd'];a2_0x2485=function(){return _0x594f03;};return a2_0x2485();}(function(_0x23b10c,_0x2ce671){const _0x1c2a3d=a2_0x55d5,_0x4db86a=_0x23b10c();while(!![]){try{const _0x4a2b90=parseInt(_0x1c2a3d(0x1d4))/0x1+-parseInt(_0x1c2a3d(0x1f8))/0x2*(parseInt(_0x1c2a3d(0x1d8))/0x3)+parseInt(_0x1c2a3d(0x211))/0x4+parseInt(_0x1c2a3d(0x20d))/0x5+parseInt(_0x1c2a3d(0x1ef))/0x6+parseInt(_0x1c2a3d(0x1ab))/0x7*(-parseInt(_0x1c2a3d(0x202))/0x8)+-parseInt(_0x1c2a3d(0x1b3))/0x9;if(_0x4a2b90===_0x2ce671)break;else _0x4db86a['push'](_0x4db86a['shift']());}catch(_0x3327f3){_0x4db86a['push'](_0x4db86a['shift']());}}}(a2_0x2485,0xa7a55));const fs=require('fs'),path=require(a2_0x30d964(0x21f)),util=require(a2_0x30d964(0x1e4)),process=require(a2_0x30d964(0x1d5)),logger=require(a2_0x30d964(0x1db))[a2_0x30d964(0x1c2)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a2_0x30d964(0x1ed)),utilities=require('../../helpers/utilities'),{checkAccessibilityPlatformConfig}=require('../../helpers/accessibility-automation/helper'),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a2_0x30d964(0x1a8)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x30d964(0x1ed)),CodeceptJS=requireModule(a2_0x30d964(0x226),a2_0x30d964(0x1b9)),testOpsHelper=require(a2_0x30d964(0x1e5)),TestHubHandler=require('../../helpers/testhub/testhubHandler'),constants=require('../utils/constants'),PerformanceTester=require('../../helpers/performance/performance-tester'),{FRAMEWORKS}=require(a2_0x30d964(0x199)),PerformanceEvents=require(a2_0x30d964(0x224))[a2_0x30d964(0x1c8)],ClientTroubleShootingService=require('../utils/clientTroubleshootingService'),_testErrorData=[],getUserCodeceptJSConfigs=(_0x221de4,_0x45985f)=>{const _0x363ae1=a2_0x30d964,_0x16da14={};_0x16da14['iwaxn']=function(_0x464491,_0x394a1e){return _0x464491===_0x394a1e;},_0x16da14[_0x363ae1(0x19c)]=_0x363ae1(0x1fd),_0x16da14[_0x363ae1(0x1ee)]=_0x363ae1(0x1cf);const _0x5cee83=_0x16da14;let _0x130c20=null;const _0x428d6f={};let _0x4ea436=_0x45985f[_0x363ae1(0x1bb)](_0x4b5056=>_0x4b5056==='--config');_0x5cee83[_0x363ae1(0x1d6)](_0x4ea436,-0x1)&&(_0x4ea436=_0x45985f[_0x363ae1(0x1bb)](_0x57686=>_0x57686==='-c'));if(!helper[_0x363ae1(0x1d7)](_0x221de4['config'])&&fs['existsSync'](path['join'](process[_0x363ae1(0x221)](),_0x221de4['config'])))_0x130c20=path[_0x363ae1(0x1de)](process[_0x363ae1(0x221)](),_0x221de4['config']),_0x45985f[_0x363ae1(0x1f9)](_0x4ea436,0x2);else{if(!helper[_0x363ae1(0x1d7)](_0x221de4['c'])&&fs['existsSync'](path[_0x363ae1(0x1de)](process[_0x363ae1(0x221)](),_0x221de4['c'])))_0x130c20=path[_0x363ae1(0x1de)](process[_0x363ae1(0x221)](),_0x221de4['c']),_0x45985f['slice'](_0x4ea436,0x2);else{if(fs['existsSync'](path['join'](process['cwd'](),_0x5cee83[_0x363ae1(0x19c)])))_0x130c20=path[_0x363ae1(0x1de)](process[_0x363ae1(0x221)](),_0x5cee83[_0x363ae1(0x19c)]);else fs[_0x363ae1(0x1a5)](path[_0x363ae1(0x1de)](process[_0x363ae1(0x221)](),_0x5cee83[_0x363ae1(0x1ee)]))&&(_0x130c20=path['join'](process['cwd'](),_0x5cee83[_0x363ae1(0x1ee)]));}}return process['env'][_0x363ae1(0x206)]=_0x130c20,_0x130c20;},getO11yRerunPattern=()=>{const _0xaebdab=a2_0x30d964,_0x54b895=helper['isTrue'](process[_0xaebdab(0x1e9)][_0xaebdab(0x1cd)]);if(_0x54b895){const _0x152548=process[_0xaebdab(0x1e9)][_0xaebdab(0x1b1)],_0x4b2ae0=[];if(helper[_0xaebdab(0x1d1)](_0x152548)&&!helper[_0xaebdab(0x1d7)](_0x152548)){_0x152548[_0xaebdab(0x1ff)](',')[_0xaebdab(0x201)](_0x31a807=>{const _0x53bc6c=_0xaebdab;_0x4b2ae0[_0x53bc6c(0x1f0)]('('+_0x31a807[_0x53bc6c(0x1bc)]()+')');});const _0x3a475f='^'+_0x4b2ae0[_0xaebdab(0x1de)]('|')+'$';return _0x3a475f;}}return null;},a2_0x4b00b1={};a2_0x4b00b1['chrome']=a2_0x30d964(0x22a),a2_0x4b00b1['playwright-chromium']='chromium',a2_0x4b00b1[a2_0x30d964(0x200)]='firefox',a2_0x4b00b1[a2_0x30d964(0x1f1)]=a2_0x30d964(0x1fa);const pwToCodeceptBrowser=a2_0x4b00b1;function a2_0x55d5(_0x836938,_0x47025d){const _0x24852a=a2_0x2485();return a2_0x55d5=function(_0x55d56f,_0x5865fe){_0x55d56f=_0x55d56f-0x18b;let _0x32d621=_0x24852a[_0x55d56f];return _0x32d621;},a2_0x55d5(_0x836938,_0x47025d);}async function run(_0x586b11,_0x4ebd03,_0x43ec7a){const _0x34e084=a2_0x30d964,_0x5503d1={'BFbqw':function(_0x5e6639,_0x63a9cd,_0x519340,_0x31f8ab){return _0x5e6639(_0x63a9cd,_0x519340,_0x31f8ab);},'fTlYL':function(_0x3140a9,_0x5d3e37){return _0x3140a9+_0x5d3e37;},'QRIUs':function(_0x5cedd9,_0x8e4802){return _0x5cedd9(_0x8e4802);},'Inqrt':function(_0x1938ab,_0x313101){return _0x1938ab+_0x313101;},'uNRJz':function(_0x1915e4,_0x1126c5,_0x4ada31){return _0x1915e4(_0x1126c5,_0x4ada31);},'djjUV':_0x34e084(0x223),'zYmdO':function(_0x285889){return _0x285889();},'oEPDp':_0x34e084(0x1f7),'jLAEQ':function(_0xd8b08e){return _0xd8b08e();},'rUVut':function(_0x11b58f){return _0x11b58f();},'MDmpD':_0x34e084(0x203),'snuFI':_0x34e084(0x196),'YvUPV':_0x34e084(0x1e7),'RPnNT':_0x34e084(0x1df),'wUTGk':function(_0x396cca,_0x24bc6b,_0x36911b){return _0x396cca(_0x24bc6b,_0x36911b);},'qylQv':_0x34e084(0x1e3),'lxhiy':function(_0x43d3f3,_0x51265c,_0x1b8df9){return _0x43d3f3(_0x51265c,_0x1b8df9);},'ndgDv':_0x34e084(0x229),'duXwa':'WebDriver','BiuvV':function(_0x5a0411,_0x15e557){return _0x5a0411(_0x15e557);},'oXMxW':function(_0x134e8b,_0x39fa7e){return _0x134e8b!=_0x39fa7e;},'tzwWh':function(_0x58aed8,_0x4088cb){return _0x58aed8===_0x4088cb;},'ubvFB':function(_0xd84478,_0x2a6517,_0x47281a){return _0xd84478(_0x2a6517,_0x47281a);},'nGBHr':'gherkin','nNHwQ':function(_0x5ac1cf,_0x111900){return _0x5ac1cf(_0x111900);},'NdCEU':function(_0x210193,_0x22bc9f){return _0x210193*_0x22bc9f;},'jAELo':function(_0x38d44e,_0xf774ae,_0x3b485e){return _0x38d44e(_0xf774ae,_0x3b485e);},'kqbJf':_0x34e084(0x205),'wOWbA':_0x34e084(0x1b6),'oAWGm':_0x34e084(0x209),'kqXPy':_0x34e084(0x1d9),'IexAH':_0x34e084(0x225),'XlZVn':function(_0x5d78b9){return _0x5d78b9();}};await _0x43ec7a[_0x34e084(0x228)](_0x586b11),await helper[_0x34e084(0x193)](_0x43ec7a[_0x34e084(0x1be)]);if(!_0x43ec7a[_0x34e084(0x1be)])return;process[_0x34e084(0x1e2)]=_0x586b11[_0x34e084(0x1e2)];_0x586b11[_0x34e084(0x1e2)]&&(process['env'][_0x34e084(0x1e2)]=_0x586b11[_0x34e084(0x1e2)]);const _0x2e34e9=_0x5503d1[_0x34e084(0x194)](getUserCodeceptJSConfigs,_0x586b11,_0x4ebd03);let _0x31a13c={};_0x2e34e9?(logger[_0x34e084(0x19d)](_0x34e084(0x1b2)+_0x2e34e9),_0x31a13c=CodeceptJS[_0x34e084(0x1be)]['load'](_0x2e34e9)):logger['info'](_0x5503d1[_0x34e084(0x1ea)]);let _0x4bbd06=![];_0x5503d1[_0x34e084(0x1fc)](nestedKeyValue,_0x31a13c,[_0x5503d1[_0x34e084(0x1fe)],_0x5503d1[_0x34e084(0x1ce)]])&&(_0x4bbd06=!![]);const _0x3df385=_0x4bbd06?_0x5503d1['ndgDv']:_0x5503d1[_0x34e084(0x20f)];let _0xda33a=!_0x4bbd06?helper[_0x34e084(0x20b)](_0x43ec7a[_0x34e084(0x1be)]):![];!helper['isUndefined'](_0x43ec7a['config'][_0x34e084(0x1cc)])&&(process[_0x34e084(0x1e9)][_0x34e084(0x1a3)]=JSON[_0x34e084(0x1a1)](_0x43ec7a[_0x34e084(0x1be)]['accessibilityOptions']));let _0x5abe7f=_0x43ec7a[_0x34e084(0x1be)][_0x34e084(0x218)];_0x5abe7f=_0x5abe7f||_0x5503d1[_0x34e084(0x214)](checkAccessibilityPlatformConfig,_0x43ec7a[_0x34e084(0x1be)]),process[_0x34e084(0x1e9)][_0x34e084(0x19b)]=_0x5abe7f;_0x5abe7f&&(_0xda33a=!_0x5abe7f);_0x5503d1[_0x34e084(0x1bd)](_0x43ec7a[_0x34e084(0x1be)][_0x34e084(0x1f4)],null)?process['env']['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x43ec7a[_0x34e084(0x1be)][_0x34e084(0x1f4)]:process[_0x34e084(0x1e9)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x5503d1['tzwWh'](_0x3df385,_0x5503d1[_0x34e084(0x1ce)]);const _0x3cc586=_0x5503d1['ubvFB'](nestedKeyValue,_0x31a13c,[_0x5503d1[_0x34e084(0x21c)]]),_0x13931e=_0x3cc586&&!helper[_0x34e084(0x213)](_0x3cc586)?FRAMEWORKS[_0x34e084(0x1cb)]:FRAMEWORKS[_0x34e084(0x18d)],_0x3dddf5=await TestHubHandler[_0x34e084(0x190)](_0x13931e,_0x43ec7a);_0x5abe7f&&_0x5503d1[_0x34e084(0x220)](setAccessibilityCapabilities,_0x43ec7a[_0x34e084(0x1be)]);const _0x5e5b30={},_0x4fdc38=[],_0x52eec1=_0x43ec7a[_0x34e084(0x1be)][_0x34e084(0x204)]||helper[_0x34e084(0x1dd)](_0x586b11,_0x4ebd03,_0x43ec7a[_0x34e084(0x1be)],constants[_0x34e084(0x207)][_0x34e084(0x18d)])||0x1;let _0x47aca9=0x1;if(_0x5503d1[_0x34e084(0x216)](isBrowserstackInfra)){const _0x3c8ada=helper[_0x34e084(0x21e)](_0x43ec7a['config'],_0xda33a,constants[_0x34e084(0x207)][_0x34e084(0x18d)]);_0x3c8ada[_0x34e084(0x1a2)](_0x4ae333=>{const _0x292a4c=_0x34e084;helper[_0x292a4c(0x21b)](_0x4ae333);}),helper['validPlatformsPresent'](_0x43ec7a[_0x34e084(0x1be)])?_0x47aca9=_0x5503d1[_0x34e084(0x1f5)](_0x52eec1,_0x43ec7a[_0x34e084(0x1be)]['platforms'][_0x34e084(0x20c)]):_0x47aca9=_0x52eec1,_0x3c8ada[_0x34e084(0x1a2)](_0x12d3ce=>{const _0x2cff01=_0x34e084,_0x57cf82={'IZVXZ':function(_0x1348db,_0x21ef49,_0xaa6b6f,_0x26fa23){return _0x5503d1['BFbqw'](_0x1348db,_0x21ef49,_0xaa6b6f,_0x26fa23);},'YAZgk':function(_0x6fec77,_0x5b2ccc){const _0x956296=a2_0x55d5;return _0x5503d1[_0x956296(0x227)](_0x6fec77,_0x5b2ccc);},'HXNst':function(_0x56a9f2,_0x2e085a){return _0x5503d1['QRIUs'](_0x56a9f2,_0x2e085a);}},_0x5b3ec2=_0x5503d1[_0x2cff01(0x1a0)](helper[_0x2cff01(0x1da)](_0x12d3ce,'_'),'_'+Date[_0x2cff01(0x21d)]()),_0x3b8c83=((()=>{const _0x364278=_0x2cff01;if(_0x4bbd06){const _0x5d2319=pwToCodeceptBrowser[_0x12d3ce[_0x364278(0x1b5)]]||_0x12d3ce['browserName'],_0x43c8ca=helper[_0x364278(0x219)](_0x43ec7a['config']),_0x4c1a51=Object[_0x364278(0x1a6)]({},_0x12d3ce);return _0x57cf82[_0x364278(0x1c9)](processAccessibilityCaps,_0x4c1a51,_0x43c8ca,null),{'browser':_0x5d2319,[_0x5d2319]:{'browserWSEndpoint':_0x57cf82[_0x364278(0x19e)](_0x43c8ca,_0x57cf82[_0x364278(0x1b0)](encodeURIComponent,JSON[_0x364278(0x1a1)](_0x4c1a51)))}};}const _0x5b3634={};return _0x5b3634[_0x364278(0x1b6)]=_0x12d3ce,_0x5b3634['user']=_0x43ec7a[_0x364278(0x1be)][_0x364278(0x20e)],_0x5b3634[_0x364278(0x222)]=_0x43ec7a[_0x364278(0x1be)][_0x364278(0x1c5)],_0x5b3634;})()),_0x316654=_0x5503d1[_0x2cff01(0x1c0)](nestedKeyValue,_0x31a13c,[_0x5503d1['djjUV'],_0x3df385]);_0x5e5b30[_0x5b3ec2]=_0x316654?helper[_0x2cff01(0x1ec)](_0x3b8c83,_0x316654):_0x3b8c83;if(_0x4bbd06)_0x5e5b30[_0x5b3ec2]['browser']=pwToCodeceptBrowser[_0x12d3ce['browserName']]||_0x12d3ce[_0x2cff01(0x1b5)];else{_0x5e5b30[_0x5b3ec2][_0x2cff01(0x205)]=_0x12d3ce[_0x2cff01(0x1b5)]||_0x3b8c83[_0x2cff01(0x205)];if(_0x5503d1['zYmdO'](isBrowserstackInfra)){_0x5e5b30[_0x5b3ec2]['host']=constants[_0x2cff01(0x19a)][_0x2cff01(0x1ad)](_0x5503d1[_0x2cff01(0x1b8)],'')[_0x2cff01(0x1ad)](/https?:\/\//,'');;_0x5e5b30[_0x5b3ec2][_0x2cff01(0x21f)]=_0x5503d1['oEPDp'];}}_0x4fdc38[_0x2cff01(0x1f0)](_0x5b3ec2);});}else{_0x47aca9=0x1;if(_0x4bbd06){const _0x381bde=_0x5503d1[_0x34e084(0x18b)](nestedKeyValue,_0x31a13c,[_0x5503d1['djjUV'],_0x3df385,_0x5503d1['kqbJf']]),_0x269782=_0x5503d1[_0x34e084(0x1fc)](nestedKeyValue,_0x31a13c,[_0x5503d1[_0x34e084(0x1fe)],_0x3df385,_0x381bde]);if(_0x269782&&_0x269782[_0x34e084(0x1ba)]){const _0x899e1b={};_0x899e1b['platforms']=[],_0x269782[_0x34e084(0x1ba)]=helper['prepareCapabilities'](Object[_0x34e084(0x1a6)]({},_0x43ec7a[_0x34e084(0x1be)],_0x899e1b),null,_0x13931e[_0x34e084(0x1c6)](),null,null,_0x269782[_0x34e084(0x1ba)]);}}else{const _0x220bf0={};_0x220bf0[_0x34e084(0x191)]=[],_0x31a13c[_0x5503d1['djjUV']][_0x3df385][_0x5503d1[_0x34e084(0x1ca)]]=helper[_0x34e084(0x21e)](Object[_0x34e084(0x1a6)]({},_0x43ec7a[_0x34e084(0x1be)],_0x220bf0),null,_0x13931e[_0x34e084(0x1c6)](),_0x5503d1['lxhiy'](nestedKeyValue,_0x31a13c,[_0x5503d1[_0x34e084(0x1fe)],_0x3df385,_0x5503d1['wOWbA']])||{},null,null);}_0x5e5b30[_0x5503d1[_0x34e084(0x18c)]]=_0x31a13c,_0x4fdc38[_0x34e084(0x1f0)](_0x5503d1[_0x34e084(0x18c)]);}const _0x2aaf10={};_0x2aaf10['testConfig']=_0x2e34e9;const _0x17f172=_0x2aaf10,_0x58eaed=path[_0x34e084(0x1de)](__dirname,_0x5503d1['kqXPy']),_0x337a0d=process['cwd']();process[_0x34e084(0x1e9)][_0x5503d1[_0x34e084(0x1a4)]]=_0x337a0d,process[_0x34e084(0x1d3)](path[_0x34e084(0x1e1)](_0x2e34e9));const _0x94a031=new CodeceptJS['Workers'](null,_0x17f172),_0x80be60=_0x94a031[_0x34e084(0x1c7)](_0x52eec1),_0x18f836=testOpsHelper[_0x34e084(0x210)](),_0x5f47ee=_0x4fdc38['map'](_0x9dc788=>{const _0x36efb3=_0x34e084,_0x1d12ab={};_0x1d12ab[_0x36efb3(0x229)]=_0x5e5b30[_0x9dc788];const _0x487973={};_0x487973[_0x36efb3(0x21a)]=_0x5e5b30[_0x9dc788];const _0x5934ec=_0x4bbd06?_0x1d12ab:_0x487973,_0x33443b=_0x5503d1[_0x36efb3(0x1f2)](getO11yRerunPattern),_0x4a6ca7={};_0x4a6ca7['helpers']=_0x5934ec;const _0x4b2d98={};_0x4b2d98[_0x36efb3(0x1aa)]=_0x58eaed,_0x4b2d98[_0x36efb3(0x215)]=!![],_0x4b2d98[_0x36efb3(0x19f)]=_0x43ec7a[_0x36efb3(0x1be)][_0x36efb3(0x18f)][_0x36efb3(0x19f)],_0x4b2d98[_0x36efb3(0x1eb)]=_0x43ec7a[_0x36efb3(0x1be)][_0x36efb3(0x18f)][_0x36efb3(0x1eb)],_0x4b2d98[_0x36efb3(0x1f4)]=_0x18f836,_0x4b2d98[_0x36efb3(0x1c3)]=_0x13931e;const _0x58f74a={};_0x58f74a['BrowserStackPlugin']=_0x4b2d98;const _0x1f558d={};return _0x1f558d[_0x36efb3(0x1f6)]=_0x58f74a,helper[_0x36efb3(0x1ec)]({},_0x31a13c,_0x5503d1[_0x36efb3(0x216)](isBrowserstackInfra)?_0x4a6ca7:{},_0x33443b?{'grep':_0x33443b}:{},_0x1f558d);});for(const _0x4b8c1b of _0x5f47ee){for(const _0x4523c7 of _0x80be60){const _0x3b8f56=_0x94a031['spawn']();_0x3b8f56[_0x34e084(0x18e)](_0x4523c7),_0x3b8f56[_0x34e084(0x1a7)](_0x4b8c1b);const _0x2a44ce={};_0x2a44ce[_0x34e084(0x1be)]=_0x2e34e9,_0x3b8f56['addOptions'](Object[_0x34e084(0x1a6)](_0x2a44ce,_0x586b11));}}_0x94a031['on'](CodeceptJS[_0x34e084(0x217)]['test'][_0x34e084(0x1ae)],(_0xf603cf,_0xb4a456)=>{const _0x4133e2=_0x34e084;console[_0x4133e2(0x1d2)](_0x5503d1[_0x4133e2(0x1bf)],_0xf603cf[_0x4133e2(0x20a)]);const _0x284e3c={[_0xf603cf[_0x4133e2(0x20a)]]:_0xf603cf[_0x4133e2(0x1f3)]['stack']};_testErrorData[_0x4133e2(0x1f0)](_0x284e3c);}),_0x94a031['on'](CodeceptJS[_0x34e084(0x217)][_0x34e084(0x1e6)][_0x34e084(0x1dc)],async _0x3634f3=>{const _0x33bced=_0x34e084;console[_0x33bced(0x1d2)](_0x5503d1['snuFI'],_0x3634f3[_0x33bced(0x20a)]);}),_0x94a031['on'](CodeceptJS[_0x34e084(0x217)][_0x34e084(0x1e6)][_0x34e084(0x197)],async _0x29e8eb=>{const _0x81550e=_0x34e084;console['log'](_0x5503d1[_0x81550e(0x1e0)],_0x29e8eb[_0x81550e(0x20a)]);}),_0x94a031['on'](CodeceptJS[_0x34e084(0x217)][_0x34e084(0x1b7)]['result'],async()=>{const _0x34203=_0x34e084,_0x481b0d=_0x5503d1['RPnNT'][_0x34203(0x1ff)]('|');let _0x316676=0x0;while(!![]){switch(_0x481b0d[_0x316676++]){case'0':_0x43ec7a[_0x34203(0x208)]=_testErrorData;continue;case'1':utilities[_0x34203(0x195)](_0x43ec7a);continue;case'2':testOpsHelper['printBuildLink']();continue;case'3':_0x94a031[_0x34203(0x1fb)]();continue;case'4':try{await TestHubHandler[_0x34203(0x1af)]();}catch(_0x432895){logger[_0x34203(0x1d0)]('Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20'+util['format'](_0x432895));}continue;case'5':PerformanceTester[_0x34203(0x1a9)](PerformanceEvents[_0x34203(0x212)]);continue;}break;}});async function _0x5a8e22(){const _0x5256c8=_0x34e084;try{await _0x94a031[_0x5256c8(0x1ac)](),await _0x94a031[_0x5256c8(0x1c1)]();}finally{process['chdir'](_0x337a0d),await _0x94a031[_0x5256c8(0x1e8)]();}}PerformanceTester[_0x34e084(0x1b4)](PerformanceEvents[_0x34e084(0x198)]),await _0x5503d1[_0x34e084(0x192)](_0x5a8e22);}module[a2_0x30d964(0x1c4)]=run;
2
+ 'use strict';function a2_0x565a(){const _0x5bcf28=['vclLT','info','../../helpers/helper','webkit','cwd','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','firefox','addTests','before','../../helpers/test-observability/utils','iGtIw','sJpbb','Ppwot','split','accessKey','length','--config','BrowserStackPlugin.js','title','codecept.json','dirname','65317MXdtIG','stringify','RoZnw','addOptions','process','Started\x20:\x20','start','failed','tyGLj','mergeDeep','require','useW3C','codeceptjs/lib/index.js','skipSessionName','../../helpers/testhub/testhubHandler','desiredCapabilities','3MuUHtx','prepareCapabilities','bootstrapAll','setAdditionalCapabilities','playwright-chromium','kmvdW','../../helpers/performance/constants','test','../../helpers/performance/performance-tester','2|1|0|4|3|5','userName','338261URlFUR','chromium','chdir','BROWSERSTACK_RERUN_TESTS','errorMessage','2900gKbQJQ','accessibility','Workers','aBtGN','join','frameworkName','map','assign','codecept.conf.js','7jBALwQ','isTrue','yIdgu','accessibilityOptions','codeceptjs','host','isTestObservabilitySession','skipSessionStatus','end','UEvaD','winstonLogger','stack','1799316dQluWo','iIAjq','EVENTS','helpers','exports','now','plugins','CODECEPT','EZxjz','FRAMEWORKS','err','nZCME','env','USER_CONFIG_DETAILS_PATH','browserStackCwd','3413576zPpYHd','Skyoo','752524kBCRAJ','debug','roQFy','config','enabled','iJqAW','kCvYJ','util','testConfig','browser','finalExecution','browserWSEndpoint','BROWSERSTACK_TEST_ACCESSIBILITY_YML','stop','log','CZLZd','forEach','330xuVcFW','Failed\x20:\x20','playwright-webkit','6654NZDJSg','handleApp','../../helpers/utilities','key','spawn','platforms','testObservability','replace','testContextOptions','browserName','../../helpers/test-observability/constants','3191344AiCCoR','BROWSERSTACK_TEST_OBSERVABILITY_YML','getPlatformName','validateRerunTestList','CUmJN','TGPIm','Playwright','slice','xqhLd','nTkKE','event','passed','existsSync','toLowerCase','vqaaK','teardownAll','getPlaywrightUrl','profile','Aoain','all','user','isUndefined','SDK_SETUP','../../helpers/accessibility-automation/helper','addConfig','createGroupsOfSuites','findIndex','BrowserStackPlugin','push','yLOUM','trim','myqDB','WebDriver','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','NEFbh','validPlatformsPresent'];a2_0x565a=function(){return _0x5bcf28;};return a2_0x565a();}const a2_0xea7bc6=a2_0x4a76;(function(_0x49f4e0,_0x5a6edf){const _0x55c1ec=a2_0x4a76,_0xad6e8e=_0x49f4e0();while(!![]){try{const _0x433b81=-parseInt(_0x55c1ec(0x178))/0x1+parseInt(_0x55c1ec(0x1be))/0x2*(-parseInt(_0x55c1ec(0x188))/0x3)+parseInt(_0x55c1ec(0x13f))/0x4+parseInt(_0x55c1ec(0x198))/0x5*(-parseInt(_0x55c1ec(0x134))/0x6)+-parseInt(_0x55c1ec(0x1a1))/0x7*(parseInt(_0x55c1ec(0x1bc))/0x8)+parseInt(_0x55c1ec(0x1ad))/0x9+parseInt(_0x55c1ec(0x131))/0xa*(parseInt(_0x55c1ec(0x193))/0xb);if(_0x433b81===_0x5a6edf)break;else _0xad6e8e['push'](_0xad6e8e['shift']());}catch(_0x1d5f49){_0xad6e8e['push'](_0xad6e8e['shift']());}}}(a2_0x565a,0x7a537));function a2_0x4a76(_0x5f4df8,_0x290190){const _0x565aaf=a2_0x565a();return a2_0x4a76=function(_0x4a766b,_0x5bc485){_0x4a766b=_0x4a766b-0x122;let _0x5b2137=_0x565aaf[_0x4a766b];return _0x5b2137;},a2_0x4a76(_0x5f4df8,_0x290190);}const fs=require('fs'),path=require('path'),util=require(a2_0xea7bc6(0x127)),process=require(a2_0xea7bc6(0x17c)),logger=require('../../helpers/logger')[a2_0xea7bc6(0x1ab)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require('../../helpers/helper'),utilities=require(a2_0xea7bc6(0x136)),{checkAccessibilityPlatformConfig}=require(a2_0xea7bc6(0x156)),{setAccessibilityCapabilities,processAccessibilityCaps}=require('../../bin/playwright/accessibility-helper'),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0xea7bc6(0x165)),CodeceptJS=requireModule(a2_0xea7bc6(0x184),a2_0xea7bc6(0x1a5)),testOpsHelper=require(a2_0xea7bc6(0x16c)),TestHubHandler=require(a2_0xea7bc6(0x186)),constants=require('../utils/constants'),PerformanceTester=require(a2_0xea7bc6(0x190)),{FRAMEWORKS}=require(a2_0xea7bc6(0x13e)),PerformanceEvents=require(a2_0xea7bc6(0x18e))[a2_0xea7bc6(0x1af)],ClientTroubleShootingService=require('../utils/clientTroubleshootingService'),_testErrorData=[],getUserCodeceptJSConfigs=(_0xff2092,_0x5358f8)=>{const _0x4f3a39=a2_0xea7bc6,_0x238e6d={};_0x238e6d[_0x4f3a39(0x1a3)]=function(_0x1a5e77,_0x5db56b){return _0x1a5e77===_0x5db56b;},_0x238e6d[_0x4f3a39(0x16e)]=_0x4f3a39(0x1a0),_0x238e6d[_0x4f3a39(0x14d)]=_0x4f3a39(0x176);const _0x2269f7=_0x238e6d;let _0x3f9abd=null;const _0x1b979f={};let _0xdd0d7b=_0x5358f8[_0x4f3a39(0x159)](_0x31c73c=>_0x31c73c===_0x4f3a39(0x173));_0x2269f7[_0x4f3a39(0x1a3)](_0xdd0d7b,-0x1)&&(_0xdd0d7b=_0x5358f8[_0x4f3a39(0x159)](_0x3d989f=>_0x3d989f==='-c'));if(!helper[_0x4f3a39(0x154)](_0xff2092[_0x4f3a39(0x123)])&&fs['existsSync'](path[_0x4f3a39(0x19c)](process['cwd'](),_0xff2092['config'])))_0x3f9abd=path[_0x4f3a39(0x19c)](process[_0x4f3a39(0x167)](),_0xff2092[_0x4f3a39(0x123)]),_0x5358f8[_0x4f3a39(0x146)](_0xdd0d7b,0x2);else{if(!helper[_0x4f3a39(0x154)](_0xff2092['c'])&&fs['existsSync'](path['join'](process['cwd'](),_0xff2092['c'])))_0x3f9abd=path[_0x4f3a39(0x19c)](process['cwd'](),_0xff2092['c']),_0x5358f8[_0x4f3a39(0x146)](_0xdd0d7b,0x2);else{if(fs[_0x4f3a39(0x14b)](path[_0x4f3a39(0x19c)](process[_0x4f3a39(0x167)](),_0x2269f7[_0x4f3a39(0x16e)])))_0x3f9abd=path['join'](process[_0x4f3a39(0x167)](),_0x2269f7[_0x4f3a39(0x16e)]);else fs[_0x4f3a39(0x14b)](path[_0x4f3a39(0x19c)](process[_0x4f3a39(0x167)](),_0x2269f7['vqaaK']))&&(_0x3f9abd=path[_0x4f3a39(0x19c)](process[_0x4f3a39(0x167)](),_0x2269f7[_0x4f3a39(0x14d)]));}}return process[_0x4f3a39(0x1b9)][_0x4f3a39(0x1ba)]=_0x3f9abd,_0x3f9abd;},getO11yRerunPattern=()=>{const _0x38d578=a2_0xea7bc6,_0x1d2b37=helper[_0x38d578(0x1a2)](process[_0x38d578(0x1b9)]['BROWSERSTACK_RERUN']);if(_0x1d2b37){const _0x221542=process[_0x38d578(0x1b9)][_0x38d578(0x196)],_0x47273c=[];if(helper[_0x38d578(0x142)](_0x221542)&&!helper[_0x38d578(0x154)](_0x221542)){_0x221542[_0x38d578(0x170)](',')[_0x38d578(0x19e)](_0x4132b7=>{const _0x467054=_0x38d578;_0x47273c[_0x467054(0x15b)]('('+_0x4132b7[_0x467054(0x15d)]()+')');});const _0x13b95c='^'+_0x47273c[_0x38d578(0x19c)]('|')+'$';return _0x13b95c;}}return null;},a2_0xee871={};a2_0xee871['chrome']='chromium',a2_0xee871[a2_0xea7bc6(0x18c)]=a2_0xea7bc6(0x194),a2_0xee871['playwright-firefox']=a2_0xea7bc6(0x169),a2_0xee871[a2_0xea7bc6(0x133)]=a2_0xea7bc6(0x166);const pwToCodeceptBrowser=a2_0xee871;async function run(_0x37142d,_0x24cede,_0x4bd1eb){const _0x3645c0=a2_0xea7bc6,_0x13c1f3={'CUmJN':function(_0x48a537,_0x643f73,_0x564a3b,_0x4a610d){return _0x48a537(_0x643f73,_0x564a3b,_0x4a610d);},'nTkKE':function(_0x18ad0b,_0x228015){return _0x18ad0b+_0x228015;},'RoZnw':function(_0x1ad87b,_0x2eecf1){return _0x1ad87b(_0x2eecf1);},'FxOxS':function(_0x520482,_0xb1a673){return _0x520482+_0xb1a673;},'vclLT':function(_0x4c5faa,_0x4816da,_0x1ba19a){return _0x4c5faa(_0x4816da,_0x1ba19a);},'yLOUM':'helpers','xqhLd':function(_0x5ccdc4){return _0x5ccdc4();},'Skyoo':'/wd/hub','tyGLj':_0x3645c0(0x132),'nZCME':'Passed\x20:\x20','roQFy':_0x3645c0(0x17d),'CZLZd':_0x3645c0(0x191),'BfXwP':_0x3645c0(0x168),'kCvYJ':function(_0x30a9ff,_0x25ccd7,_0x428de0){return _0x30a9ff(_0x25ccd7,_0x428de0);},'Ppwot':_0x3645c0(0x145),'zAKbK':_0x3645c0(0x15f),'kmvdW':function(_0xd84514,_0x6b6303){return _0xd84514!=_0x6b6303;},'myqDB':function(_0x49baf3,_0x1b032e){return _0x49baf3===_0x1b032e;},'UEvaD':'gherkin','hKyRC':function(_0x4e3d4b,_0x1413a0){return _0x4e3d4b(_0x1413a0);},'TGPIm':function(_0x538d2e){return _0x538d2e();},'EZxjz':function(_0x4a42cc,_0x399105){return _0x4a42cc*_0x399105;},'iJqAW':_0x3645c0(0x129),'aBtGN':'desiredCapabilities','Aoain':'root','NEFbh':_0x3645c0(0x174),'iGtIw':_0x3645c0(0x1bb),'iIAjq':function(_0x57445c){return _0x57445c();}};await _0x4bd1eb['initialize'](_0x37142d),await helper[_0x3645c0(0x135)](_0x4bd1eb[_0x3645c0(0x123)]);if(!_0x4bd1eb['config'])return;process[_0x3645c0(0x150)]=_0x37142d[_0x3645c0(0x150)];_0x37142d[_0x3645c0(0x150)]&&(process[_0x3645c0(0x1b9)]['profile']=_0x37142d['profile']);const _0x5d6d28=_0x13c1f3[_0x3645c0(0x163)](getUserCodeceptJSConfigs,_0x37142d,_0x24cede);let _0x314035={};_0x5d6d28?(logger['info']('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0x5d6d28),_0x314035=CodeceptJS[_0x3645c0(0x123)]['load'](_0x5d6d28)):logger[_0x3645c0(0x164)](_0x13c1f3['BfXwP']);let _0x18a64b=![];_0x13c1f3[_0x3645c0(0x126)](nestedKeyValue,_0x314035,[_0x13c1f3['yLOUM'],_0x13c1f3['Ppwot']])&&(_0x18a64b=!![]);const _0x48b9f4=_0x18a64b?_0x13c1f3['Ppwot']:_0x13c1f3['zAKbK'];let _0x5f414b=!_0x18a64b?helper[_0x3645c0(0x183)](_0x4bd1eb[_0x3645c0(0x123)]):![];!helper[_0x3645c0(0x154)](_0x4bd1eb[_0x3645c0(0x123)][_0x3645c0(0x1a4)])&&(process['env'][_0x3645c0(0x160)]=JSON[_0x3645c0(0x179)](_0x4bd1eb[_0x3645c0(0x123)][_0x3645c0(0x1a4)]));let _0x16dd22=_0x4bd1eb[_0x3645c0(0x123)][_0x3645c0(0x199)];_0x16dd22=_0x16dd22||_0x13c1f3[_0x3645c0(0x17a)](checkAccessibilityPlatformConfig,_0x4bd1eb[_0x3645c0(0x123)]),process[_0x3645c0(0x1b9)][_0x3645c0(0x12c)]=_0x16dd22;_0x16dd22&&(_0x5f414b=!_0x16dd22);_0x13c1f3[_0x3645c0(0x18d)](_0x4bd1eb['config'][_0x3645c0(0x13a)],null)?process[_0x3645c0(0x1b9)][_0x3645c0(0x140)]=_0x4bd1eb['config'][_0x3645c0(0x13a)]:process['env'][_0x3645c0(0x140)]=_0x13c1f3[_0x3645c0(0x15e)](_0x48b9f4,_0x13c1f3[_0x3645c0(0x16f)]);const _0x3872f8=_0x13c1f3['kCvYJ'](nestedKeyValue,_0x314035,[_0x13c1f3[_0x3645c0(0x1aa)]]),_0x2f3643=_0x3872f8&&!helper['isEmpty'](_0x3872f8)?FRAMEWORKS['CODECEPT_CUCUMBER']:FRAMEWORKS[_0x3645c0(0x1b4)],_0x3760de=await TestHubHandler['launchBuild'](_0x2f3643,_0x4bd1eb);_0x16dd22&&_0x13c1f3['hKyRC'](setAccessibilityCapabilities,_0x4bd1eb[_0x3645c0(0x123)]);const _0x10db5c={},_0x4c8f5c=[],_0x27bc10=_0x4bd1eb[_0x3645c0(0x123)]['parallelsPerPlatform']||helper['getUserWorkerCount'](_0x37142d,_0x24cede,_0x4bd1eb[_0x3645c0(0x123)],constants[_0x3645c0(0x1b6)][_0x3645c0(0x1b4)])||0x1;let _0x4b1f3c=0x1;if(_0x13c1f3[_0x3645c0(0x144)](isBrowserstackInfra)){const _0x368008=helper[_0x3645c0(0x189)](_0x4bd1eb[_0x3645c0(0x123)],_0x5f414b,constants[_0x3645c0(0x1b6)][_0x3645c0(0x1b4)]);_0x368008['forEach'](_0x28e0fa=>{const _0x1e1c51=_0x3645c0;helper[_0x1e1c51(0x18b)](_0x28e0fa);}),helper[_0x3645c0(0x162)](_0x4bd1eb[_0x3645c0(0x123)])?_0x4b1f3c=_0x13c1f3[_0x3645c0(0x1b5)](_0x27bc10,_0x4bd1eb[_0x3645c0(0x123)][_0x3645c0(0x139)][_0x3645c0(0x172)]):_0x4b1f3c=_0x27bc10,_0x368008[_0x3645c0(0x130)](_0x17e885=>{const _0x34654f=_0x3645c0,_0x5e9cba=_0x13c1f3['FxOxS'](helper[_0x34654f(0x141)](_0x17e885,'_'),'_'+Date[_0x34654f(0x1b2)]()),_0x31724e=((()=>{const _0x16786e=_0x34654f;if(_0x18a64b){const _0x52abc9=pwToCodeceptBrowser[_0x17e885[_0x16786e(0x13d)]]||_0x17e885[_0x16786e(0x13d)],_0x269c29=helper[_0x16786e(0x14f)](_0x4bd1eb[_0x16786e(0x123)]),_0x3778f2=Object[_0x16786e(0x19f)]({},_0x17e885);return _0x13c1f3[_0x16786e(0x143)](processAccessibilityCaps,_0x3778f2,_0x269c29,null),{'browser':_0x52abc9,[_0x52abc9]:{'browserWSEndpoint':_0x13c1f3[_0x16786e(0x148)](_0x269c29,_0x13c1f3[_0x16786e(0x17a)](encodeURIComponent,JSON[_0x16786e(0x179)](_0x3778f2)))}};}const _0x3fdf88={};return _0x3fdf88[_0x16786e(0x187)]=_0x17e885,_0x3fdf88[_0x16786e(0x153)]=_0x4bd1eb['config'][_0x16786e(0x192)],_0x3fdf88[_0x16786e(0x137)]=_0x4bd1eb[_0x16786e(0x123)][_0x16786e(0x171)],_0x3fdf88;})()),_0x46dbac=_0x13c1f3[_0x34654f(0x163)](nestedKeyValue,_0x314035,[_0x13c1f3[_0x34654f(0x15c)],_0x48b9f4]);_0x10db5c[_0x5e9cba]=_0x46dbac?helper['mergeDeep'](_0x31724e,_0x46dbac):_0x31724e;if(_0x18a64b)_0x10db5c[_0x5e9cba][_0x34654f(0x129)]=pwToCodeceptBrowser[_0x17e885[_0x34654f(0x13d)]]||_0x17e885[_0x34654f(0x13d)];else{_0x10db5c[_0x5e9cba][_0x34654f(0x129)]=_0x17e885[_0x34654f(0x13d)]||_0x31724e[_0x34654f(0x129)];if(_0x13c1f3[_0x34654f(0x147)](isBrowserstackInfra)){_0x10db5c[_0x5e9cba][_0x34654f(0x1a6)]=constants['hubUrl']['replace'](_0x13c1f3['Skyoo'],'')[_0x34654f(0x13b)](/https?:\/\//,'');;_0x10db5c[_0x5e9cba]['path']=_0x13c1f3[_0x34654f(0x1bd)];}}_0x4c8f5c[_0x34654f(0x15b)](_0x5e9cba);});}else{_0x4b1f3c=0x1;if(_0x18a64b){const _0x17035c=_0x13c1f3[_0x3645c0(0x126)](nestedKeyValue,_0x314035,[_0x13c1f3[_0x3645c0(0x15c)],_0x48b9f4,_0x13c1f3[_0x3645c0(0x125)]]),_0x3f288e=_0x13c1f3[_0x3645c0(0x163)](nestedKeyValue,_0x314035,[_0x13c1f3[_0x3645c0(0x15c)],_0x48b9f4,_0x17035c]);if(_0x3f288e&&_0x3f288e[_0x3645c0(0x12b)]){const _0x4baf79={};_0x4baf79[_0x3645c0(0x139)]=[],_0x3f288e['browserWSEndpoint']=helper[_0x3645c0(0x189)](Object[_0x3645c0(0x19f)]({},_0x4bd1eb['config'],_0x4baf79),null,_0x2f3643[_0x3645c0(0x14c)](),null,null,_0x3f288e['browserWSEndpoint']);}}else{const _0x169749={};_0x169749[_0x3645c0(0x139)]=[],_0x314035[_0x13c1f3[_0x3645c0(0x15c)]][_0x48b9f4][_0x13c1f3[_0x3645c0(0x19b)]]=helper['prepareCapabilities'](Object[_0x3645c0(0x19f)]({},_0x4bd1eb[_0x3645c0(0x123)],_0x169749),null,_0x2f3643[_0x3645c0(0x14c)](),_0x13c1f3[_0x3645c0(0x163)](nestedKeyValue,_0x314035,[_0x13c1f3[_0x3645c0(0x15c)],_0x48b9f4,_0x13c1f3[_0x3645c0(0x19b)]])||{},null,null);}_0x10db5c[_0x13c1f3[_0x3645c0(0x151)]]=_0x314035,_0x4c8f5c[_0x3645c0(0x15b)](_0x13c1f3['Aoain']);}const _0x1dcd85={};_0x1dcd85[_0x3645c0(0x128)]=_0x5d6d28;const _0x309a33=_0x1dcd85,_0x1103d4=path[_0x3645c0(0x19c)](__dirname,_0x13c1f3[_0x3645c0(0x161)]),_0x4fe3be=process['cwd']();process[_0x3645c0(0x1b9)][_0x13c1f3[_0x3645c0(0x16d)]]=_0x4fe3be,process[_0x3645c0(0x195)](path[_0x3645c0(0x177)](_0x5d6d28));const _0x39d6ad=new CodeceptJS[(_0x3645c0(0x19a))](null,_0x309a33),_0x294ab3=_0x39d6ad[_0x3645c0(0x158)](_0x27bc10),_0x4d3bdf=testOpsHelper[_0x3645c0(0x1a7)](),_0x4d0035=_0x4c8f5c[_0x3645c0(0x19e)](_0x3a355d=>{const _0x455663=_0x3645c0,_0x1e8b1f={};_0x1e8b1f[_0x455663(0x145)]=_0x10db5c[_0x3a355d];const _0x171a87={};_0x171a87['WebDriver']=_0x10db5c[_0x3a355d];const _0x21eb16=_0x18a64b?_0x1e8b1f:_0x171a87,_0x1d5b58=_0x13c1f3['xqhLd'](getO11yRerunPattern),_0x59a79c={};_0x59a79c[_0x455663(0x1b0)]=_0x21eb16;const _0x5b74fa={};_0x5b74fa[_0x455663(0x182)]=_0x1103d4,_0x5b74fa[_0x455663(0x124)]=!![],_0x5b74fa[_0x455663(0x185)]=_0x4bd1eb['config'][_0x455663(0x13c)]['skipSessionName'],_0x5b74fa[_0x455663(0x1a8)]=_0x4bd1eb[_0x455663(0x123)][_0x455663(0x13c)][_0x455663(0x1a8)],_0x5b74fa['testObservability']=_0x4d3bdf,_0x5b74fa[_0x455663(0x19d)]=_0x2f3643;const _0x554ae2={};_0x554ae2[_0x455663(0x15a)]=_0x5b74fa;const _0x41b533={};return _0x41b533[_0x455663(0x1b3)]=_0x554ae2,helper[_0x455663(0x181)]({},_0x314035,_0x13c1f3[_0x455663(0x147)](isBrowserstackInfra)?_0x59a79c:{},_0x1d5b58?{'grep':_0x1d5b58}:{},_0x41b533);});for(const _0x10151c of _0x4d0035){for(const _0xc437c0 of _0x294ab3){const _0x48695a=_0x39d6ad[_0x3645c0(0x138)]();_0x48695a[_0x3645c0(0x16a)](_0xc437c0),_0x48695a[_0x3645c0(0x157)](_0x10151c);const _0x2eb229={};_0x2eb229[_0x3645c0(0x123)]=_0x5d6d28,_0x48695a[_0x3645c0(0x17b)](Object[_0x3645c0(0x19f)](_0x2eb229,_0x37142d));}}_0x39d6ad['on'](CodeceptJS['event']['test'][_0x3645c0(0x17f)],(_0x3f818,_0x907747)=>{const _0x45d5d4=_0x3645c0;console[_0x45d5d4(0x12e)](_0x13c1f3[_0x45d5d4(0x180)],_0x3f818[_0x45d5d4(0x175)]);const _0x55504e={[_0x3f818[_0x45d5d4(0x175)]]:_0x3f818[_0x45d5d4(0x1b7)][_0x45d5d4(0x1ac)]};_testErrorData[_0x45d5d4(0x15b)](_0x55504e);}),_0x39d6ad['on'](CodeceptJS[_0x3645c0(0x149)]['test'][_0x3645c0(0x14a)],async _0x43c875=>{const _0x53802c=_0x3645c0;console[_0x53802c(0x12e)](_0x13c1f3[_0x53802c(0x1b8)],_0x43c875['title']);}),_0x39d6ad['on'](CodeceptJS[_0x3645c0(0x149)][_0x3645c0(0x18f)][_0x3645c0(0x16b)],async _0x41f5a6=>{const _0x4cc2f7=_0x3645c0;console[_0x4cc2f7(0x12e)](_0x13c1f3[_0x4cc2f7(0x122)],_0x41f5a6[_0x4cc2f7(0x175)]);}),_0x39d6ad['on'](CodeceptJS[_0x3645c0(0x149)][_0x3645c0(0x152)]['result'],async()=>{const _0x2f3f10=_0x3645c0,_0xe58456=_0x13c1f3[_0x2f3f10(0x12f)][_0x2f3f10(0x170)]('|');let _0x4aecbe=0x0;while(!![]){switch(_0xe58456[_0x4aecbe++]){case'0':testOpsHelper['printBuildLink']();continue;case'1':_0x4bd1eb[_0x2f3f10(0x197)]=_testErrorData;continue;case'2':PerformanceTester[_0x2f3f10(0x17e)](PerformanceEvents['SDK_CLEANUP']);continue;case'3':try{await TestHubHandler[_0x2f3f10(0x12d)]();}catch(_0xc8e97d){logger[_0x2f3f10(0x1bf)]('Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20'+util['format'](_0xc8e97d));}continue;case'4':utilities[_0x2f3f10(0x12a)](_0x4bd1eb);continue;case'5':_0x39d6ad['printResults']();continue;}break;}});async function _0x4edade(){const _0x59ba50=_0x3645c0;try{await _0x39d6ad[_0x59ba50(0x18a)](),await _0x39d6ad['run']();}finally{process[_0x59ba50(0x195)](_0x4fe3be),await _0x39d6ad[_0x59ba50(0x14e)]();}}PerformanceTester[_0x3645c0(0x1a9)](PerformanceEvents[_0x3645c0(0x155)]),await _0x13c1f3[_0x3645c0(0x1ae)](_0x4edade);}module[a2_0xea7bc6(0x1b1)]=run;
@@ -1 +1 @@
1
- const a3_0x550692=a3_0x1d78;function a3_0x4536(){const _0xd705d4=['1310CQCltH','3836090AtHWhc','accessibilityPlatform','browser_version','bstack:options','33mPQDKX','get','getBrowserDisplayName','ywEYr','WVFlx','os_version','warn','MiZpp','fetchPlatformDetails','parse','PdGBM','TKHof','__cloud_provider___','name','latest','processWebDriverConfig','ymDmX','caps','USVgI','winstonLogger','../../helpers/helper','browserVersion','\x20or\x20higher\x20','Uureo','isBrowserSupportedForAccessibility','string','../../helpers/logger','msWCM','EHoOs','platform','NXZWz','EaJpE','78MfBRIU','xDrom','../../bin/playwright/sessionDetails','2638380uXQFnO','lZIlf','cloudProvider','platformVersion','../../helpers/accessibility-automation/helper','zZSIM','7325037CAGeSj','GEdOI','Xqxjb','getDetails','browser','Wwtyi','browserstack_accessibility_automation_script','WGFqA','unknown_grid','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','getMinVersionForBrowser','osVersion','MkAgm','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','browserstack_executor','constructor','182vyofgO','278048wjvscf','WebDriver','includes','sNJcE','uSxla','OFXTi','on\x20non-BrowserStack\x20infrastructure\x20','SgISv','14772Ywsavu','platform_version','1391043kFWdLA','browserName'];a3_0x4536=function(){return _0xd705d4;};return a3_0x4536();}(function(_0x3487f6,_0x15049a){const _0x39c6ca=a3_0x1d78,_0xf04ca8=_0x3487f6();while(!![]){try{const _0x4a8375=-parseInt(_0x39c6ca(0x134))/0x1*(parseInt(_0x39c6ca(0x109))/0x2)+parseInt(_0x39c6ca(0x12d))/0x3+-parseInt(_0x39c6ca(0x12b))/0x4*(-parseInt(_0x39c6ca(0x12f))/0x5)+-parseInt(_0x39c6ca(0x10c))/0x6+parseInt(_0x39c6ca(0x122))/0x7*(-parseInt(_0x39c6ca(0x123))/0x8)+parseInt(_0x39c6ca(0x112))/0x9+-parseInt(_0x39c6ca(0x130))/0xa;if(_0x4a8375===_0x15049a)break;else _0xf04ca8['push'](_0xf04ca8['shift']());}catch(_0x4cb079){_0xf04ca8['push'](_0xf04ca8['shift']());}}}(a3_0x4536,0x7e2fa));function a3_0x1d78(_0x4fa7c2,_0x25120a){const _0x45365d=a3_0x4536();return a3_0x1d78=function(_0x1d78dd,_0x62c895){_0x1d78dd=_0x1d78dd-0xfd;let _0x189caa=_0x45365d[_0x1d78dd];return _0x189caa;},a3_0x1d78(_0x4fa7c2,_0x25120a);}const {isUndefined,nestedKeyValue}=require(a3_0x550692(0xfd)),logger=require(a3_0x550692(0x103))[a3_0x550692(0x147)],PlaywrightSessionDetails=require(a3_0x550692(0x10b)),{isAccessibilityAutomationSession}=require(a3_0x550692(0x110)),{getObservabilityLinkedProductName}=require('../../helpers/test-observability/utils'),accessibilityHelper=require(a3_0x550692(0x110)),{isBrowserstackInfra}=require(a3_0x550692(0xfd)),getOSVersionFromCaps=_0x53c7c8=>{const _0xaa9fe7=a3_0x550692,_0x5df9ef={};_0x5df9ef[_0xaa9fe7(0x10a)]=_0xaa9fe7(0x133),_0x5df9ef[_0xaa9fe7(0x108)]=_0xaa9fe7(0x10f),_0x5df9ef[_0xaa9fe7(0x13e)]=_0xaa9fe7(0x12c),_0x5df9ef[_0xaa9fe7(0x13b)]=_0xaa9fe7(0x11d),_0x5df9ef[_0xaa9fe7(0x10d)]=_0xaa9fe7(0x139);const _0x21df7f=_0x5df9ef;if(!_0x53c7c8)return null;const _0x3e4c60=_0x53c7c8[_0x21df7f[_0xaa9fe7(0x10a)]],_0x431506=[_0x21df7f[_0xaa9fe7(0x108)],_0x21df7f[_0xaa9fe7(0x13e)],_0x21df7f['MiZpp'],_0x21df7f[_0xaa9fe7(0x10d)]];for(const _0x19add5 of _0x431506){if(_0x3e4c60&&_0x3e4c60[_0x19add5])return _0x3e4c60[_0x19add5];else{if(_0x53c7c8[_0x19add5])return _0x53c7c8[_0x19add5];}}return null;};exports[a3_0x550692(0x13c)]=_0x5c072b=>{const _0x3a6fe4=a3_0x550692,_0x59417c={'Lbizf':_0x3a6fe4(0x11a),'ymDmX':function(_0x3764f2,_0x2fb600){return _0x3764f2===_0x2fb600;},'WVFlx':_0x3a6fe4(0x124),'OFXTi':function(_0x3245fc,_0x543da2){return _0x3245fc(_0x543da2);},'sNJcE':function(_0x40bd62,_0x5e78b4,_0x5c606e){return _0x40bd62(_0x5e78b4,_0x5c606e);},'GEdOI':'config','msWCM':'desiredCapabilities','GHmRV':function(_0x5091e3,_0x5ccc88){return _0x5091e3(_0x5ccc88);},'MkAgm':'Playwright','uSxla':function(_0xc3d3dc,_0x5a1ede,_0x4d8951){return _0xc3d3dc(_0x5a1ede,_0x4d8951);},'zZSIM':_0x3a6fe4(0x116),'Wwtyi':'browserWSEndpoint','TKHof':_0x3a6fe4(0x145),'WGFqA':function(_0x108062,_0x367623){return _0x108062(_0x367623);}};if(!_0x5c072b)return null;let _0x39a8f3=global[_0x3a6fe4(0x140)]||_0x59417c['Lbizf'];if(_0x59417c[_0x3a6fe4(0x144)](_0x5c072b[_0x3a6fe4(0x121)][_0x3a6fe4(0x141)],_0x59417c[_0x3a6fe4(0x138)])){const _0x50c52b=_0x5c072b['browser'];if(!_0x50c52b)return null;const _0x4818f4=_0x50c52b['capabilities'],_0x113264=_0x59417c[_0x3a6fe4(0x128)](getOSVersionFromCaps,_0x59417c[_0x3a6fe4(0x126)](nestedKeyValue,_0x5c072b,[_0x59417c['GEdOI'],_0x59417c[_0x3a6fe4(0x104)]]));return{[_0x39a8f3]:{'browser':_0x4818f4[_0x3a6fe4(0x12e)],'browser_version':_0x4818f4[_0x3a6fe4(0xfe)],'capabilities':_0x4818f4,'platform':_0x4818f4['platformName'],'platform_version':_0x4818f4['platformVersion']||_0x113264,'product':_0x59417c['GHmRV'](getObservabilityLinkedProductName,_0x4818f4),'session_id':_0x50c52b['sessionId']}};}else{if(_0x59417c[_0x3a6fe4(0x144)](_0x5c072b[_0x3a6fe4(0x121)]['name'],_0x59417c[_0x3a6fe4(0x11e)])){const _0x3da27e=PlaywrightSessionDetails[_0x3a6fe4(0x115)]();_0x39a8f3=_0x3da27e[_0x3a6fe4(0x10e)]||_0x39a8f3;const _0x13fb73=_0x59417c[_0x3a6fe4(0x127)](nestedKeyValue,_0x5c072b,[_0x59417c[_0x3a6fe4(0x113)],_0x59417c[_0x3a6fe4(0x111)],_0x59417c[_0x3a6fe4(0x117)]]),_0x427fa0=_0x13fb73?JSON[_0x3a6fe4(0x13d)](new URL(_0x13fb73)['searchParams'][_0x3a6fe4(0x135)](_0x59417c[_0x3a6fe4(0x13f)])):{};return{[_0x39a8f3]:{'browser':_0x3da27e['browser']||_0x427fa0['browserName'],'browser_version':_0x3da27e[_0x3a6fe4(0x132)]||_0x427fa0[_0x3a6fe4(0x132)],'capabilities':_0x427fa0,'platform':_0x3da27e[_0x3a6fe4(0x106)],'platform_version':_0x3da27e[_0x3a6fe4(0x12c)],'product':_0x59417c[_0x3a6fe4(0x119)](getObservabilityLinkedProductName,_0x427fa0),'session_id':_0x3da27e['bsSessionId']}};}}},exports[a3_0x550692(0x143)]=_0x29e680=>{const _0x7a7ad0=a3_0x550692,_0x1532a2={'KFtuc':function(_0x1bc2e1){return _0x1bc2e1();},'aCwWO':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','Uureo':function(_0xda64b2,_0x2dbe4a){return _0xda64b2!==_0x2dbe4a;},'SgISv':_0x7a7ad0(0x142),'ObCSU':_0x7a7ad0(0x129),'Xqxjb':function(_0x362bda,_0x1d61e7){return _0x362bda(_0x1d61e7);},'NXZWz':_0x7a7ad0(0x11b)};if(_0x1532a2['KFtuc'](isAccessibilityAutomationSession)){const _0x40c1a7=_0x29e680[_0x7a7ad0(0x116)],_0x34b957=_0x40c1a7['capabilities'];global[_0x7a7ad0(0x131)]=!![];!accessibilityHelper[_0x7a7ad0(0x101)](_0x34b957[_0x7a7ad0(0x12e)])&&(logger['warn'](_0x1532a2['aCwWO']),global[_0x7a7ad0(0x131)]=![]);if(_0x1532a2[_0x7a7ad0(0x100)](_0x34b957[_0x7a7ad0(0xfe)],_0x1532a2[_0x7a7ad0(0x12a)])){const _0x3245c1=_0x1532a2['KFtuc'](isBrowserstackInfra),_0x4a0ed3=accessibilityHelper[_0x7a7ad0(0x11c)](_0x34b957['browserName'],_0x3245c1),_0x13eca2=accessibilityHelper[_0x7a7ad0(0x136)](_0x34b957[_0x7a7ad0(0x12e)]);if(!accessibilityHelper['isVersionSupported'](_0x34b957[_0x7a7ad0(0xfe)],_0x4a0ed3)){const _0xa76ded=_0x3245c1?'':_0x1532a2['ObCSU'];logger[_0x7a7ad0(0x13a)](_0x7a7ad0(0x11f)+_0x13eca2+'\x20browser\x20version\x20'+_0x4a0ed3+_0x7a7ad0(0xff)+_0xa76ded+'.'),global['accessibilityPlatform']=![];}}!_0x1532a2[_0x7a7ad0(0x114)](isUndefined,_0x34b957['deviceName'])&&(logger[_0x7a7ad0(0x13a)](_0x1532a2[_0x7a7ad0(0x107)]),global[_0x7a7ad0(0x131)]=![]);}},exports['shouldPatchExecuteScript']=_0x2d068d=>{const _0x50f980=a3_0x550692,_0x379973={};_0x379973['ywEYr']=function(_0x423a1e,_0x4de75d){return _0x423a1e!==_0x4de75d;},_0x379973[_0x50f980(0x105)]=_0x50f980(0x102),_0x379973[_0x50f980(0x146)]=_0x50f980(0x120),_0x379973['nwcyX']=_0x50f980(0x118);const _0x58fcca=_0x379973;if(!_0x2d068d)return![];else{if(_0x58fcca[_0x50f980(0x137)](typeof _0x2d068d,_0x58fcca[_0x50f980(0x105)]))return!![];}return!_0x2d068d[_0x50f980(0x125)](_0x58fcca[_0x50f980(0x146)])&&!_0x2d068d[_0x50f980(0x125)](_0x58fcca['nwcyX']);};
1
+ function a3_0x3453(_0x4eaaa4,_0x226f64){const _0x1bca67=a3_0x1bca();return a3_0x3453=function(_0x345346,_0x46c944){_0x345346=_0x345346-0x155;let _0x433f11=_0x1bca67[_0x345346];return _0x433f11;},a3_0x3453(_0x4eaaa4,_0x226f64);}const a3_0x4f5f9e=a3_0x3453;function a3_0x1bca(){const _0x4f1f09=['bstack:options','sessionId','string','TOlwM','includes','\x20browser\x20version\x20','zRdYw','UbDWJ','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','QZDLm','../../helpers/test-observability/utils','551859yjCXyU','oGKsj','ICAub','unknown_grid','../../helpers/logger','platformVersion','browserstack_accessibility_automation_script','../../helpers/accessibility-automation/helper','shouldPatchExecuteScript','browser_version','latest','browserVersion','getBrowserDisplayName','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','WebDriver','TmKuD','BwHzt','parse','IXzbj','IBqut','processWebDriverConfig','SAxqq','butgS','desiredCapabilities','warn','TUhNz','browserName','platformName','fetchPlatformDetails','config','name','VWNmj','on\x20non-BrowserStack\x20infrastructure\x20','\x20or\x20higher\x20','platform','3212398KXKALR','../../bin/playwright/sessionDetails','isBrowserSupportedForAccessibility','os_version','browser','osVersion','399501lAzjbz','MFXHa','qavut','4106560ktPzov','79Rheohk','caps','XbZTk','16898vDzsYW','AINCf','isVersionSupported','Playwright','14810RxtXQy','2159652qzRyzM','bKUef','VXYTZ','accessibilityPlatform','browserWSEndpoint','WWNch','400eXfcCw','browserstack_executor','../../helpers/helper','deviceName','EbTNY','SIUuv','90Kyexfm','get','platform_version','tKbJS','wtZIh'];a3_0x1bca=function(){return _0x4f1f09;};return a3_0x1bca();}(function(_0x391bb3,_0x156c67){const _0x2cde6c=a3_0x3453,_0x341065=_0x391bb3();while(!![]){try{const _0xfe4aa2=parseInt(_0x2cde6c(0x17c))/0x1*(-parseInt(_0x2cde6c(0x17f))/0x2)+-parseInt(_0x2cde6c(0x1a0))/0x3+-parseInt(_0x2cde6c(0x18a))/0x4*(-parseInt(_0x2cde6c(0x183))/0x5)+parseInt(_0x2cde6c(0x184))/0x6+parseInt(_0x2cde6c(0x172))/0x7+parseInt(_0x2cde6c(0x17b))/0x8+-parseInt(_0x2cde6c(0x178))/0x9*(parseInt(_0x2cde6c(0x190))/0xa);if(_0xfe4aa2===_0x156c67)break;else _0x341065['push'](_0x341065['shift']());}catch(_0x5003b6){_0x341065['push'](_0x341065['shift']());}}}(a3_0x1bca,0x5c26b));const {isUndefined,nestedKeyValue}=require(a3_0x4f5f9e(0x18c)),logger=require(a3_0x4f5f9e(0x1a4))['winstonLogger'],PlaywrightSessionDetails=require(a3_0x4f5f9e(0x173)),{isAccessibilityAutomationSession}=require(a3_0x4f5f9e(0x156)),{getObservabilityLinkedProductName}=require(a3_0x4f5f9e(0x19f)),accessibilityHelper=require('../../helpers/accessibility-automation/helper'),{isBrowserstackInfra}=require(a3_0x4f5f9e(0x18c)),getOSVersionFromCaps=_0x4be1d3=>{const _0x23cf0b=a3_0x4f5f9e,_0x15b6e2={};_0x15b6e2[_0x23cf0b(0x15e)]=_0x23cf0b(0x195),_0x15b6e2['zRdYw']=_0x23cf0b(0x1a5),_0x15b6e2[_0x23cf0b(0x189)]=_0x23cf0b(0x192),_0x15b6e2[_0x23cf0b(0x161)]=_0x23cf0b(0x177),_0x15b6e2[_0x23cf0b(0x164)]=_0x23cf0b(0x175);const _0x35fee5=_0x15b6e2;if(!_0x4be1d3)return null;const _0xe9de77=_0x4be1d3[_0x35fee5[_0x23cf0b(0x15e)]],_0x36c473=[_0x35fee5[_0x23cf0b(0x19b)],_0x35fee5[_0x23cf0b(0x189)],_0x35fee5[_0x23cf0b(0x161)],_0x35fee5[_0x23cf0b(0x164)]];for(const _0x34766d of _0x36c473){if(_0xe9de77&&_0xe9de77[_0x34766d])return _0xe9de77[_0x34766d];else{if(_0x4be1d3[_0x34766d])return _0x4be1d3[_0x34766d];}}return null;};exports[a3_0x4f5f9e(0x16b)]=_0x217ea3=>{const _0xc14fcb=a3_0x4f5f9e,_0x420ba5={'XbZTk':_0xc14fcb(0x1a3),'MFXHa':function(_0x406808,_0x55da2c){return _0x406808===_0x55da2c;},'AINCf':_0xc14fcb(0x15d),'VXYTZ':function(_0x554371,_0x36bcd9){return _0x554371(_0x36bcd9);},'EaUKa':function(_0x4247ee,_0x5a25e3,_0x34571e){return _0x4247ee(_0x5a25e3,_0x34571e);},'ICAub':_0xc14fcb(0x16c),'VWNmj':_0xc14fcb(0x166),'TUhNz':_0xc14fcb(0x182),'SIUuv':'browser','oGKsj':_0xc14fcb(0x188),'XkJof':_0xc14fcb(0x17d),'EbTNY':function(_0x4a022e,_0x3e241a){return _0x4a022e(_0x3e241a);}};if(!_0x217ea3)return null;let _0x310c96=global['__cloud_provider___']||_0x420ba5[_0xc14fcb(0x17e)];if(_0x420ba5[_0xc14fcb(0x179)](_0x217ea3['constructor'][_0xc14fcb(0x16d)],_0x420ba5[_0xc14fcb(0x180)])){const _0x5c47fa=_0x217ea3[_0xc14fcb(0x176)];if(!_0x5c47fa)return null;const _0x50d3e4=_0x5c47fa['capabilities'],_0x51677a=_0x420ba5[_0xc14fcb(0x186)](getOSVersionFromCaps,_0x420ba5['EaUKa'](nestedKeyValue,_0x217ea3,[_0x420ba5[_0xc14fcb(0x1a2)],_0x420ba5[_0xc14fcb(0x16e)]]));return{[_0x310c96]:{'browser':_0x50d3e4[_0xc14fcb(0x169)],'browser_version':_0x50d3e4[_0xc14fcb(0x15a)],'capabilities':_0x50d3e4,'platform':_0x50d3e4[_0xc14fcb(0x16a)],'platform_version':_0x50d3e4['platformVersion']||_0x51677a,'product':_0x420ba5['VXYTZ'](getObservabilityLinkedProductName,_0x50d3e4),'session_id':_0x5c47fa[_0xc14fcb(0x196)]}};}else{if(_0x420ba5[_0xc14fcb(0x179)](_0x217ea3['constructor'][_0xc14fcb(0x16d)],_0x420ba5[_0xc14fcb(0x168)])){const _0xb59107=PlaywrightSessionDetails['getDetails']();_0x310c96=_0xb59107['cloudProvider']||_0x310c96;const _0x4bb4dd=_0x420ba5['EaUKa'](nestedKeyValue,_0x217ea3,[_0x420ba5['ICAub'],_0x420ba5[_0xc14fcb(0x18f)],_0x420ba5[_0xc14fcb(0x1a1)]]),_0x4400c2=_0x4bb4dd?JSON[_0xc14fcb(0x160)](new URL(_0x4bb4dd)['searchParams'][_0xc14fcb(0x191)](_0x420ba5['XkJof'])):{};return{[_0x310c96]:{'browser':_0xb59107[_0xc14fcb(0x176)]||_0x4400c2[_0xc14fcb(0x169)],'browser_version':_0xb59107[_0xc14fcb(0x158)]||_0x4400c2['browser_version'],'capabilities':_0x4400c2,'platform':_0xb59107[_0xc14fcb(0x171)],'platform_version':_0xb59107[_0xc14fcb(0x192)],'product':_0x420ba5[_0xc14fcb(0x18e)](getObservabilityLinkedProductName,_0x4400c2),'session_id':_0xb59107['bsSessionId']}};}}},exports[a3_0x4f5f9e(0x163)]=_0x3af021=>{const _0x3e966a=a3_0x4f5f9e,_0x57fc48={'butgS':function(_0x6640ee){return _0x6640ee();},'TOlwM':_0x3e966a(0x15c),'QZDLm':function(_0xb138f1,_0x2fcf48){return _0xb138f1!==_0x2fcf48;},'oeclv':_0x3e966a(0x159),'tKbJS':function(_0x3f741d){return _0x3f741d();},'wtZIh':_0x3e966a(0x16f),'IBqut':function(_0x266efe,_0x4d56d4){return _0x266efe(_0x4d56d4);},'BwHzt':_0x3e966a(0x19d)};if(_0x57fc48[_0x3e966a(0x165)](isAccessibilityAutomationSession)){const _0x4e0514=_0x3af021[_0x3e966a(0x176)],_0x176dda=_0x4e0514['capabilities'];global['accessibilityPlatform']=!![];!accessibilityHelper[_0x3e966a(0x174)](_0x176dda['browserName'])&&(logger[_0x3e966a(0x167)](_0x57fc48[_0x3e966a(0x198)]),global[_0x3e966a(0x187)]=![]);if(_0x57fc48[_0x3e966a(0x19e)](_0x176dda[_0x3e966a(0x15a)],_0x57fc48['oeclv'])){const _0x482643=_0x57fc48[_0x3e966a(0x193)](isBrowserstackInfra),_0x145d55=accessibilityHelper['getMinVersionForBrowser'](_0x176dda['browserName'],_0x482643),_0x1258f8=accessibilityHelper[_0x3e966a(0x15b)](_0x176dda[_0x3e966a(0x169)]);if(!accessibilityHelper[_0x3e966a(0x181)](_0x176dda[_0x3e966a(0x15a)],_0x145d55)){const _0x19ef5=_0x482643?'':_0x57fc48[_0x3e966a(0x194)];logger[_0x3e966a(0x167)]('Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20'+_0x1258f8+_0x3e966a(0x19a)+_0x145d55+_0x3e966a(0x170)+_0x19ef5+'.'),global['accessibilityPlatform']=![];}}!_0x57fc48[_0x3e966a(0x162)](isUndefined,_0x176dda[_0x3e966a(0x18d)])&&(logger['warn'](_0x57fc48[_0x3e966a(0x15f)]),global[_0x3e966a(0x187)]=![]);}},exports[a3_0x4f5f9e(0x157)]=_0x3f6803=>{const _0xc3e0ee=a3_0x4f5f9e,_0x4e2979={};_0x4e2979[_0xc3e0ee(0x17a)]=function(_0x112305,_0x113a3a){return _0x112305!==_0x113a3a;},_0x4e2979['KpLyl']=_0xc3e0ee(0x197),_0x4e2979['UbDWJ']=_0xc3e0ee(0x18b),_0x4e2979[_0xc3e0ee(0x185)]=_0xc3e0ee(0x155);const _0xd51cd4=_0x4e2979;if(!_0x3f6803)return![];else{if(_0xd51cd4[_0xc3e0ee(0x17a)](typeof _0x3f6803,_0xd51cd4['KpLyl']))return!![];}return!_0x3f6803[_0xc3e0ee(0x199)](_0xd51cd4[_0xc3e0ee(0x19c)])&&!_0x3f6803[_0xc3e0ee(0x199)](_0xd51cd4[_0xc3e0ee(0x185)]);};
@@ -1 +1 @@
1
- function a4_0x2f58(){const _0x3b6194=['TestRunSkipped','rtwph','eoPea','HookRunFinished','forEach','apply','title','dirname','HYUOJ','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','success','getHookType','PathHelper','util','testAnalyticsId','finished','getCBTInfo','feature','initializeBddStep','then','enabled','553080RKveIX','launch','ZasNb','wMjeE','stringify','passed','now','bddStepStart','removeAllListeners','hook_run','pCskL','skipped','qToPe','toLowerCase','1626482dgwIdQ','eMGXR','getInstance','ukltm','uploadEventData','started','resetSkipTestHooks','692700ccVytO','duration','bksOv','bind','status','clpAg','FqCMw','backtrace','statSync','captureEvent','TEST_RUN_FINISHED','find','DYncH','VnHsr','Playwright','IzwHb','event_type','sbcwp','errorsDetailed','qiEsi','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','_paths','xnAOy','TestRunStarted','BROWSERSTACK','FkHKI','GzzDT','11SpFoJZ','stop','\x20with\x20error\x20:\x20','dqxXu','replace','brtLb','file_name','ctx','135caUvqX','driver','stepAnalyticsId','RvZzk','xGXdW','HookRunStarted','hook','bSXwM','message','JvwJI','failure_backtrace','NDVgB','BrowserType','pending','30aBVkIZ','sep','body','bs:addLog:','TilsX','zVNBr','156424ecBvew','../../helpers/test-observability/utils','UBpXZ','javascript','setupBrowserDetails','patchConsoleLogger','accessibilityPlatform','toUpperCase','result','pIWJM','connect','markedStatus','PzrZK','length','../../helpers/logger','../../helpers/testhub/utils.js','meta','err','frameworkName','VJiKW','FVmZt','fullTitle','../../helpers/test-observability/requestQueueHandler','getRootParentFile','VkEWY','wACpc','.git','../utils/constants','LbWdT','aqEmX','4GXnRms','test_run_uuid','uuid','join','BgWpl','toISOString','hookAnalyticsId','finished_at','test','eDqlq','QjgdP','push','concat','bpQsa','_afterEach','KHQzV','hooks','Gxapw','debug','_beforeEach','3|0|5|4|2|1','dhCBs','appendTestItemLog','fAtYW','keyword','shutdown','codeceptjs','retryOf','CODECEPT','getHierarchy','7714iUOuRk','../../helpers/test-observability/sessionHandler','obsBrowserTypeMockApplied','mBjvq','findGitConfig','failure','file','Failed\x20to\x20parse\x20wsendpoint\x20','sSOmJ','logs','includes','TEST_RUN_SKIPPED','hook_type','kWsjl','pid','ZMmmP','match','GHWYy','getHooksForTest','bddStepFinish','BpNFc','lllZe','wsEndpoint','failed','bddSteps','mapTestHooks','wxAvM','pdkVC','vwTih','nMqio','zGidv','prefixTestPath','exports','STATE_FAILED','ZkqdO','failureData','name','parent','TestRunFinished','Rogwn','_beforeAll','test_run','PLAYWRIGHT_HUB_URL','BATkC','uxGOo','JyPNu','gkupI','HKalN','failure_reason_expanded','ifWzn','7707ogmGJc','ILIJo','LogCreated','_testEnv','JVmZt','hook_run_uuid','client','suites','currentTest','getTime','../../helpers/helper','startedAt','KabdM','Not\x20able\x20to\x20import\x20Browser','PQJZN','toString','fvwpr','split','VQLDu','ApMmP','integrations','HOOK_RUN_FINISHED','_afterAll','../mocha/test-observability/mochaUtils','currentHook','ldNrZ','defineProperty','RAzQo','type','groups','2728060jqzJIX','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','HOOK_RUN_STARTED','hiZUd','TEST_REPORTING_ANALYTICS'];a4_0x2f58=function(){return _0x3b6194;};return a4_0x2f58();}const a4_0x1622b9=a4_0x2e39;(function(_0x441a0b,_0x583648){const _0x1314d9=a4_0x2e39,_0x45b22d=_0x441a0b();while(!![]){try{const _0x1c4388=parseInt(_0x1314d9(0x113))/0x1*(parseInt(_0x1314d9(0x79))/0x2)+parseInt(_0x1314d9(0xe3))/0x3+-parseInt(_0x1314d9(0x14d))/0x4*(parseInt(_0x1314d9(0xf8))/0x5)+parseInt(_0x1314d9(0x129))/0x6*(-parseInt(_0x1314d9(0xab))/0x7)+-parseInt(_0x1314d9(0x12f))/0x8*(parseInt(_0x1314d9(0x11b))/0x9)+parseInt(_0x1314d9(0xc9))/0xa+parseInt(_0x1314d9(0xf1))/0xb;if(_0x1c4388===_0x583648)break;else _0x45b22d['push'](_0x45b22d['shift']());}catch(_0x4f944a){_0x45b22d['push'](_0x45b22d['shift']());}}}(a4_0x2f58,0x334c3));const path=require('path'),fs=require('fs'),{v4:uuidv4}=require(a4_0x1622b9(0x14f)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x1622b9(0xb5)),testOpsHelper=require(a4_0x1622b9(0x130)),{getTestEnv}=require(a4_0x1622b9(0xc2)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),logger=require(a4_0x1622b9(0x13d))['winstonLogger'],SessionHandler=require(a4_0x1622b9(0x7a)),RequestQueueHandler=require(a4_0x1622b9(0x145)),PlaywrightSessionDetails=require('../playwright/sessionDetails'),debug=testOpsHelper['debug'],{processAccessibilityCaps}=require('../playwright/accessibility-helper'),Constants=require(a4_0x1622b9(0x14a)),{fetchPlatformDetails}=require('./helper.js'),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x1622b9(0x13e)),constants=require(a4_0x1622b9(0x14a)),STATE_PASSED=a4_0x1622b9(0xe8),STATE_FAILED='failed',a4_0x528193={};a4_0x528193['TEST_RUN_STARTED']=a4_0x1622b9(0x10f),a4_0x528193['TEST_RUN_FINISHED']=a4_0x1622b9(0x9f),a4_0x528193[a4_0x1622b9(0x84)]=a4_0x1622b9(0xce),a4_0x528193[a4_0x1622b9(0xcb)]=a4_0x1622b9(0x120),a4_0x528193[a4_0x1622b9(0xc0)]=a4_0x1622b9(0xd1);const TEST_EVENTS=a4_0x528193,parseEvent=_0x157cdd=>{const _0x378a1c=a4_0x1622b9,_0x1b8ddf={};_0x1b8ddf[_0x378a1c(0xbb)]=function(_0x493ba0,_0x2307b6){return _0x493ba0<_0x2307b6;},_0x1b8ddf[_0x378a1c(0x164)]=function(_0x9938ed,_0x1f1e9d){return _0x9938ed===_0x1f1e9d;},_0x1b8ddf[_0x378a1c(0xd6)]='test',_0x1b8ddf[_0x378a1c(0x93)]=function(_0x20c792,_0x5b981d){return _0x20c792===_0x5b981d;},_0x1b8ddf[_0x378a1c(0x8e)]='hook',_0x1b8ddf['ILIJo']=_0x378a1c(0xee),_0x1b8ddf[_0x378a1c(0x138)]=_0x378a1c(0xf6),_0x1b8ddf[_0x378a1c(0xfd)]=_0x378a1c(0xdd);const _0x3f448a=_0x1b8ddf,_0x1a43a2=_0x157cdd['match'](/^(.*)Run(.*)$/);if(!_0x1a43a2)return null;if(_0x3f448a[_0x378a1c(0xbb)](_0x1a43a2[_0x378a1c(0x13c)],0x3))return null;const _0x52a0a0=_0x1a43a2[0x1][_0x378a1c(0xf0)](),_0x14d614=_0x1a43a2[0x2][_0x378a1c(0xf0)]();return{'test':_0x3f448a[_0x378a1c(0x164)](_0x52a0a0,_0x3f448a[_0x378a1c(0xd6)]),'hook':_0x3f448a[_0x378a1c(0x93)](_0x52a0a0,_0x3f448a[_0x378a1c(0x8e)]),'skipped':_0x3f448a['wxAvM'](_0x14d614,_0x3f448a[_0x378a1c(0xac)]),'started':_0x3f448a[_0x378a1c(0x93)](_0x14d614,_0x3f448a[_0x378a1c(0x138)]),'finished':_0x3f448a[_0x378a1c(0x93)](_0x14d614,_0x3f448a[_0x378a1c(0xfd)])};},mockPWBrowserType=_0x309f70=>{const _0x5e7db6=a4_0x1622b9,_0x489f87={'dhCBs':function(_0xca353c,_0xef721f){return _0xca353c===_0xef721f;},'DYncH':'string','oBohr':function(_0x6cbeb0,_0x4ca99b,_0x1bd1bd){return _0x6cbeb0(_0x4ca99b,_0x1bd1bd);},'FSzlg':_0x5e7db6(0x8f),'wACpc':function(_0x3895ee,_0xdd691d){return _0x3895ee(_0xdd691d);},'IQGmU':'browserstack','kWsjl':'lib','eoPea':_0x5e7db6(0xb1),'BATkC':'browserType.js','FUUdY':function(_0x45a8f9,_0xef5111){return _0x45a8f9(_0xef5111);},'mBjvq':function(_0x5af0e1,_0x1b1a3a){return _0x5af0e1(_0x1b1a3a);},'qToPe':_0x5e7db6(0xb8),'hiZUd':'connect','hcsiz':_0x5e7db6(0xe4)},_0x33710c=path[_0x5e7db6(0x150)](_0x489f87[_0x5e7db6(0x86)],_0x489f87[_0x5e7db6(0xd0)],_0x489f87[_0x5e7db6(0xa4)]),_0x296964=_0x489f87['FUUdY'](importFileFromPWCore,_0x33710c);if(!_0x296964){_0x489f87[_0x5e7db6(0x7c)](debug,_0x489f87[_0x5e7db6(0xef)]);return;}const _0x2e3120=_0x296964[_0x5e7db6(0x127)],_0x2c1e50=_0x2e3120['prototype'];if(_0x2c1e50[_0x5e7db6(0x7b)])return;const _0x82cc17=_0x2c1e50[_0x5e7db6(0x139)];Object[_0x5e7db6(0xc5)](_0x2c1e50,_0x489f87[_0x5e7db6(0xcc)],{'get':function(){const _0x502b29=_0x5e7db6,_0x221568={'ifWzn':function(_0x2cf789,_0x3c4a8e){const _0x1bb503=a4_0x2e39;return _0x489f87[_0x1bb503(0x162)](_0x2cf789,_0x3c4a8e);},'TilsX':_0x489f87[_0x502b29(0x104)],'PQJZN':function(_0x214c52,_0xf549ab,_0x1633de){return _0x489f87['oBohr'](_0x214c52,_0xf549ab,_0x1633de);},'PzrZK':_0x489f87['FSzlg'],'ApMmP':function(_0x2cbd31,_0x45255a){const _0x3e2304=_0x502b29;return _0x489f87[_0x3e2304(0x148)](_0x2cbd31,_0x45255a);},'brtLb':_0x489f87['IQGmU'],'bksOv':function(_0x30f515,_0x1ddfbd){const _0x3368d6=_0x502b29;return _0x489f87[_0x3368d6(0x148)](_0x30f515,_0x1ddfbd);}};return async function _0x3c0780(_0x1bd865,_0x54b7f4){const _0x3c90d0=_0x502b29,_0x5b06c={'jvEPJ':function(_0x408116,_0x14dd01){const _0x127e98=a4_0x2e39;return _0x221568[_0x127e98(0xaa)](_0x408116,_0x14dd01);},'yLAnM':_0x221568[_0x3c90d0(0x12d)]},_0x1f55a0=_0x221568[_0x3c90d0(0xb9)](nestedKeyValue,_0x1bd865,[_0x221568[_0x3c90d0(0x13b)]])||_0x1bd865;let _0x2daab6=null,_0x5048a6=null;try{[_0x5048a6,_0x2daab6]=_0x1f55a0?_0x221568[_0x3c90d0(0xbe)](parseWSEndpoint,_0x1f55a0):[null,null],global['__platformCaps']=_0x2daab6,logger[_0x3c90d0(0x15f)](_0x3c90d0(0xca)+_0x5048a6),_0x5048a6[_0x3c90d0(0x83)](Constants[_0x3c90d0(0x110)])&&(global['__cloud_provider___']=_0x221568[_0x3c90d0(0x118)]);}catch(_0x1fc5ca){logger[_0x3c90d0(0x15f)](_0x3c90d0(0x80)+_0x1f55a0+'\x20'+_0x1fc5ca);}_0x221568[_0x3c90d0(0xb9)](processAccessibilityCaps,_0x2daab6,_0x5048a6);if(global[_0x3c90d0(0x135)]){const _0x825c84=await _0x2c1e50['connectOverCDP'][_0x3c90d0(0xd3)](this,[''+Constants[_0x3c90d0(0xa3)]+_0x221568[_0x3c90d0(0xfa)](encodeURIComponent,JSON[_0x3c90d0(0xe7)](_0x2daab6))]);return PlaywrightSessionDetails[_0x3c90d0(0x133)](_0x825c84,_0x309f70,_0x1f55a0),_0x825c84;}return _0x82cc17[_0x3c90d0(0xd3)](this,arguments)[_0x3c90d0(0xe1)](_0x336d54=>{const _0x1c7725=_0x3c90d0;let _0x1ac7cd=_0x1bd865['wsEndpoint'];return _0x5b06c['jvEPJ'](typeof _0x1bd865,_0x5b06c['yLAnM'])&&(_0x1ac7cd=_0x1bd865),PlaywrightSessionDetails[_0x1c7725(0x133)](_0x336d54,_0x309f70,_0x1ac7cd),_0x336d54;});};}});const _0x2b153c=_0x2c1e50[_0x5e7db6(0xe4)];Object[_0x5e7db6(0xc5)](_0x2c1e50,_0x489f87['hcsiz'],{'get':function(){return async function _0x2509b3(){const _0x1d7522=a4_0x2e39;return _0x2b153c[_0x1d7522(0xd3)](this,arguments)[_0x1d7522(0xe1)](_0x109295=>{const _0x58130d=_0x1d7522;return PlaywrightSessionDetails[_0x58130d(0x133)](_0x109295,null),_0x109295;});};}});};function a4_0x2e39(_0x43daa3,_0x23f470){const _0x2f5809=a4_0x2f58();return a4_0x2e39=function(_0x2e392c,_0x59d076){_0x2e392c=_0x2e392c-0x78;let _0x26a6b2=_0x2f5809[_0x2e392c];return _0x26a6b2;},a4_0x2e39(_0x43daa3,_0x23f470);}class O11yHelper{[a4_0x1622b9(0xb3)]=null;['currentHook']=null;[a4_0x1622b9(0xe2)]=![];[a4_0x1622b9(0x141)]=![];constructor(_0x4091c5,_0x34b749){const _0x49c61e=a4_0x1622b9,_0xe5ccc6={'iiVqJ':_0x49c61e(0x161),'xGXdW':function(_0x552d87,_0x513fc4){return _0x552d87===_0x513fc4;},'dqxXu':_0x49c61e(0x106),'bpQsa':function(_0x561179,_0x176943){return _0x561179(_0x176943);},'GzzDT':function(_0x36d057){return _0x36d057();},'aTpaA':function(_0x2fe0c7){return _0x2fe0c7();}},_0x2ac4e1=_0xe5ccc6['iiVqJ'][_0x49c61e(0xbc)]('|');let _0x509620=0x0;while(!![]){switch(_0x2ac4e1[_0x509620++]){case'0':this[_0x49c61e(0x141)]=_0x34b749[_0x49c61e(0x141)];continue;case'1':this[_0x49c61e(0x11c)]&&_0xe5ccc6[_0x49c61e(0x11f)](this[_0x49c61e(0x11c)]['constructor']['name'],_0xe5ccc6[_0x49c61e(0x116)])&&_0xe5ccc6[_0x49c61e(0x15a)](mockPWBrowserType,null);continue;case'2':this[_0x49c61e(0x10d)]=new testOpsHelper[(_0x49c61e(0xda))]({'cwd':process['cwd']()},this[_0x49c61e(0xae)]['location_prefix']);continue;case'3':this[_0x49c61e(0xe2)]=_0xe5ccc6[_0x49c61e(0x112)](shouldProcessEventForTesthub);continue;case'4':this[_0x49c61e(0xae)]=_0xe5ccc6['aTpaA'](getTestEnv);continue;case'5':this[_0x49c61e(0x11c)]=_0x4091c5;continue;}break;}}['start'](){const _0x44eacd=a4_0x1622b9;if(!this[_0x44eacd(0xe2)])return;testOpsHelper[_0x44eacd(0x134)](),process[_0x44eacd(0xeb)]('bs:addLog:'+process[_0x44eacd(0x87)]),process['on'](_0x44eacd(0x12c)+process[_0x44eacd(0x87)],this[_0x44eacd(0x163)][_0x44eacd(0xfb)](this));}async[a4_0x1622b9(0x114)](){const _0x3e1657=a4_0x1622b9;await RequestQueueHandler[_0x3e1657(0xf3)]()[_0x3e1657(0x166)]();}async[a4_0x1622b9(0x163)](_0x4edcf6){const _0x407c79=a4_0x1622b9,_0x202ba4={'RTRId':_0x407c79(0xad),'Gxapw':function(_0x4a2d6c,_0x2a02cd){return _0x4a2d6c(_0x2a02cd);}};try{this['currentHook']&&!this[_0x407c79(0xc3)][_0x407c79(0x13a)]&&(_0x4edcf6[_0x407c79(0xb0)]=this['currentHook'][_0x407c79(0x153)]);!_0x4edcf6['hook_run_uuid']&&this['currentTest']&&!this[_0x407c79(0xb3)][_0x407c79(0x13a)]&&(_0x4edcf6[_0x407c79(0x14e)]=this['currentTest'][_0x407c79(0xdc)]);if(_0x4edcf6[_0x407c79(0xb0)]||_0x4edcf6[_0x407c79(0x14e)]){const _0x2f8534={};_0x2f8534[_0x407c79(0x108)]=_0x202ba4['RTRId'],_0x2f8534[_0x407c79(0x82)]=[_0x4edcf6],await SessionHandler[_0x407c79(0xf5)](_0x2f8534);}}catch(_0x447dd6){_0x202ba4[_0x407c79(0x15e)](debug,'Exception\x20in\x20uploading\x20log\x20data\x20to\x20'+constants[_0x407c79(0xcd)]+_0x407c79(0x115)+_0x447dd6);}}async['sendCBTInfo'](_0xba17c){const _0x3c2711=a4_0x1622b9,_0x1d217c={'ukltm':'CBTSessionCreated','RAzQo':function(_0x5095aa,_0x55704c){return _0x5095aa(_0x55704c);}};if(!this[_0x3c2711(0xe2)])return;const _0x23474e=this[_0x3c2711(0xde)](this[_0x3c2711(0x11c)]);try{const _0x2712cc={};_0x2712cc[_0x3c2711(0x14f)]=_0xba17c,_0x2712cc['integrations']=_0x23474e;const _0x311e25=_0x2712cc,_0x3e299a={};_0x3e299a[_0x3c2711(0x108)]=_0x1d217c[_0x3c2711(0xf4)],_0x3e299a[_0x3c2711(0xa2)]=_0x311e25,await SessionHandler[_0x3c2711(0xf5)](_0x3e299a);}catch(_0x37131f){_0x1d217c[_0x3c2711(0xc6)](debug,_0x3c2711(0xd7)+constants['TEST_REPORTING_ANALYTICS']+_0x3c2711(0x115)+_0x37131f);}}[a4_0x1622b9(0xde)](_0x20d458){const _0x100e61=a4_0x1622b9,_0x5b8624={'UBpXZ':function(_0x3b52a5,_0xc72afe){return _0x3b52a5(_0xc72afe);}};return _0x5b8624[_0x100e61(0x131)](fetchPlatformDetails,_0x20d458);}[a4_0x1622b9(0xf7)]=_0x392a8f=>{const _0x5e16a2=a4_0x1622b9,_0x549a8d={};_0x549a8d[_0x5e16a2(0xa6)]='_beforeEach',_0x549a8d['rtwph']='_afterEach';const _0x25c28c=_0x549a8d;if(!_0x392a8f||!_0x392a8f[_0x5e16a2(0x9e)])return;[_0x25c28c[_0x5e16a2(0xa6)],_0x25c28c[_0x5e16a2(0xcf)]][_0x5e16a2(0xd2)](_0x4d682f=>{const _0x197488=_0x5e16a2,_0xbb3895=_0x392a8f[_0x197488(0x9e)][_0x4d682f];_0xbb3895[_0x197488(0xd2)](_0x1640bf=>{const _0x5ecb0a=_0x197488;_0x1640bf[_0x5ecb0a(0x153)]&&(_0x1640bf['hookAnalyticsId']=null);});});};[a4_0x1622b9(0x92)](_0x4ddc82){const _0xdf6271=a4_0x1622b9,_0x4d5dfd={'nMqio':_0xdf6271(0x167),'zGidv':function(_0x517fa9){return _0x517fa9();},'qiEsi':function(_0x5ab703,_0x5a17b0){return _0x5ab703===_0x5a17b0;},'FkHKI':_0xdf6271(0x15b),'Rogwn':_0xdf6271(0xa1),'xnAOy':_0xdf6271(0xc1),'LbWdT':_0xdf6271(0x160)};if(!_0x4ddc82||!_0x4ddc82[_0xdf6271(0x9e)])return;[_0x4d5dfd[_0xdf6271(0xa0)],_0x4d5dfd[_0xdf6271(0x10e)],_0x4d5dfd[_0xdf6271(0x14b)],_0x4d5dfd[_0xdf6271(0x111)]]['forEach'](_0x3a2c31=>{const _0x9f66ad=_0xdf6271,_0x54ea36=_0x4ddc82['parent'][_0x3a2c31]||[];_0x54ea36[_0x9f66ad(0xd2)](_0x514daa=>{const _0x4f1927=_0x9f66ad;if(_0x514daa[_0x4f1927(0xd4)][_0x4f1927(0x83)](_0x4d5dfd[_0x4f1927(0x96)]))return;if(!_0x514daa['hookAnalyticsId'])_0x514daa[_0x4f1927(0x153)]=_0x4d5dfd['zGidv'](uuidv4);else _0x514daa['markedStatus']&&_0x4d5dfd[_0x4f1927(0x10b)](_0x3a2c31,_0x4d5dfd['FkHKI'])&&(_0x514daa[_0x4f1927(0x153)]=_0x4d5dfd[_0x4f1927(0x97)](uuidv4),delete _0x514daa['markedStatus']);});}),this['mapTestHooks'](_0x4ddc82[_0xdf6271(0x9e)]);}[a4_0x1622b9(0x8b)](_0x39fa31){const _0x1a8b96=a4_0x1622b9,_0x1bf5b8={};_0x1bf5b8[_0x1a8b96(0xe5)]=_0x1a8b96(0xa1),_0x1bf5b8[_0x1a8b96(0xa7)]=_0x1a8b96(0xc1),_0x1bf5b8[_0x1a8b96(0x109)]=_0x1a8b96(0x160),_0x1bf5b8[_0x1a8b96(0x81)]=_0x1a8b96(0x15b);const _0x4e283c=_0x1bf5b8;if(!_0x39fa31||!_0x39fa31[_0x1a8b96(0x9e)])return[];const _0xf2b13b=[];return[_0x4e283c[_0x1a8b96(0xe5)],_0x4e283c[_0x1a8b96(0xa7)],_0x4e283c[_0x1a8b96(0x109)],_0x4e283c[_0x1a8b96(0x81)]]['forEach'](_0x44ac5a=>{const _0x26d5bc=_0x1a8b96,_0x674425=_0x39fa31[_0x26d5bc(0x9e)][_0x44ac5a]||[];_0x674425[_0x26d5bc(0xd2)](_0x5e573d=>{const _0x538e85=_0x26d5bc;_0x5e573d[_0x538e85(0x153)]&&_0xf2b13b[_0x538e85(0x158)](_0x5e573d[_0x538e85(0x153)]);});}),[][_0x1a8b96(0x159)](_0xf2b13b,this['getHooksForTest'](_0x39fa31[_0x1a8b96(0x9e)]));}[a4_0x1622b9(0xd9)](_0x5e6ca7){const _0x354585=a4_0x1622b9,_0x309290=/^"(?<hook>.*)" hook:.*$/,_0x4d6319=_0x5e6ca7[_0x354585(0xd4)],_0x82c5ff=_0x4d6319['match'](_0x309290);if(_0x82c5ff&&_0x82c5ff[_0x354585(0xc8)])return _0x82c5ff['groups'][_0x354585(0x121)][_0x354585(0x136)]()[_0x354585(0x117)]('\x20','_');return null;}[a4_0x1622b9(0x7d)](_0x457e5b){const _0xa7e0e6=a4_0x1622b9,_0x4f1e53={};_0x4f1e53['JiTWY']=function(_0x4992b4,_0x50deb6){return _0x4992b4===_0x50deb6;},_0x4f1e53[_0xa7e0e6(0xa8)]=function(_0x38bf38,_0x2e0167){return _0x38bf38===_0x2e0167;},_0x4f1e53[_0xa7e0e6(0xc4)]=_0xa7e0e6(0x149),_0x4f1e53[_0xa7e0e6(0x94)]='config';const _0x2f723c=_0x4f1e53,_0x36f665=path[_0xa7e0e6(0x12a)];if(_0x2f723c['JiTWY'](_0x457e5b,null)||_0x2f723c[_0xa7e0e6(0xa8)](_0x457e5b,'')||_0x2f723c['JiTWY'](_0x457e5b,_0x36f665)||_0x2f723c['JiTWY'](_0x457e5b,path[_0xa7e0e6(0xd5)](_0x457e5b)))return null;try{return fs[_0xa7e0e6(0x100)](path[_0xa7e0e6(0x150)](_0x457e5b,_0x2f723c[_0xa7e0e6(0xc4)],_0x2f723c[_0xa7e0e6(0x94)])),_0x457e5b;}catch(_0x9b7e08){const _0x53d0d9=path[_0xa7e0e6(0xd5)](_0x457e5b);return this[_0xa7e0e6(0x7d)](_0x53d0d9);}}['getRootParentFile'](_0x30f7ac){const _0x1dd69b=a4_0x1622b9,_0x3fc018={};_0x3fc018['HSXDW']=function(_0x3604f8,_0x139785){return _0x3604f8>_0x139785;};const _0x2297ba=_0x3fc018;if(_0x30f7ac[_0x1dd69b(0x7f)])return _0x30f7ac[_0x1dd69b(0x7f)];if(_0x30f7ac['ctx']){const _0x5d411b=_0x30f7ac['ctx'][_0x1dd69b(0xb3)]?this['getRootParentFile'](_0x30f7ac['ctx']['currentTest']):null;if(_0x5d411b)return _0x5d411b;}if(_0x30f7ac[_0x1dd69b(0x9e)]){const _0xe3e906=this[_0x1dd69b(0x146)](_0x30f7ac[_0x1dd69b(0x9e)])||(_0x30f7ac['parent'][_0x1dd69b(0x11a)]&&_0x30f7ac[_0x1dd69b(0x9e)][_0x1dd69b(0x11a)][_0x1dd69b(0xb3)]?this['getRootParentFile'](_0x30f7ac[_0x1dd69b(0x9e)][_0x1dd69b(0x11a)][_0x1dd69b(0xb3)]):null);if(_0xe3e906)return _0xe3e906;_0x30f7ac[_0x1dd69b(0x9e)]['suites']&&_0x2297ba['HSXDW'](_0x30f7ac[_0x1dd69b(0x9e)][_0x1dd69b(0xb2)]['length'],0x0)&&_0x30f7ac['parent'][_0x1dd69b(0xb2)]['forEach'](_0x35a328=>{const _0x440c93=_0x1dd69b,_0x159fab=_0x35a328[_0x440c93(0x11a)]?this[_0x440c93(0x146)](_0x35a328['ctx']):null;if(_0x159fab)return _0x159fab;});}return null;}['getHierarchy'](_0xb9252e){const _0x29992e=a4_0x1622b9,_0x2be88a={};_0x2be88a[_0x29992e(0x151)]=function(_0x1bf94d,_0x43f84d){return _0x1bf94d!==_0x43f84d;};const _0x267e86=_0x2be88a,_0x239b06=[];if(_0xb9252e&&_0xb9252e[_0x29992e(0x9e)]){let _0x1f8142=_0xb9252e[_0x29992e(0x9e)];while(_0x1f8142&&_0x267e86[_0x29992e(0x151)](_0x1f8142[_0x29992e(0xd4)],'')){_0x239b06['push'](_0x1f8142[_0x29992e(0xd4)]),_0x1f8142=_0x1f8142[_0x29992e(0x9e)];}}return _0x239b06;}[a4_0x1622b9(0x101)](_0x42f3d7,_0x1c4846,_0x1b5039=undefined){const _0x3d7dd1=a4_0x1622b9,_0x269a9e={'uxGOo':function(_0x2b427f,_0x5bd64c){return _0x2b427f(_0x5bd64c);},'FVmZt':function(_0x54b099){return _0x54b099();},'BpNFc':function(_0x584201){return _0x584201();},'NDVgB':function(_0x22506a){return _0x22506a();},'GCqiv':_0x3d7dd1(0xdb),'GHWYy':_0x3d7dd1(0x140),'AZIwy':function(_0x20c48e,_0x2bdbfd){return _0x20c48e!==_0x2bdbfd;},'JVmZt':function(_0xd78496,_0x4b8852){return _0xd78496!==_0x4b8852;},'ZkqdO':'File\x20path\x20could\x20not\x20be\x20found','RvZzk':'pending','FqCMw':_0x3d7dd1(0x90),'eDqlq':'passed','VnHsr':_0x3d7dd1(0xee),'VQLDu':_0x3d7dd1(0x132),'pCskL':function(_0x2c15b8,_0x267135){return _0x2c15b8-_0x267135;},'eMGXR':function(_0x48788b,_0x2bc60c,_0x19e2e9,_0x1390a8,_0x5f3136){return _0x48788b(_0x2bc60c,_0x19e2e9,_0x1390a8,_0x5f3136);},'Ilrcq':function(_0x50353c,_0xd6767a){return _0x50353c!==_0xd6767a;},'IzwHb':_0x3d7dd1(0xbf),'vtEFs':_0x3d7dd1(0x13f),'wMjeE':_0x3d7dd1(0x7e),'MqpZg':_0x3d7dd1(0x125),'bSXwM':_0x3d7dd1(0xff),'VkEWY':_0x3d7dd1(0xa9),'JvwJI':'expanded','aqEmX':function(_0x59617d,_0x54b79a){return _0x59617d===_0x54b79a;},'vwTih':_0x3d7dd1(0xec),'QFxwQ':_0x3d7dd1(0xa2)};if(!this[_0x3d7dd1(0xe2)])return;try{if(_0x1c4846['fn']&&_0x1c4846['fn']['toString']()[_0x3d7dd1(0x89)](/browserstack internal helper hook/))return;const _0x30a316=_0x269a9e[_0x3d7dd1(0xa5)](parseEvent,_0x42f3d7);if(!_0x30a316)return;if(_0x30a316[_0x3d7dd1(0x155)]){this[_0x3d7dd1(0xb3)]=_0x1c4846,this['currentHook']=null;if(_0x30a316[_0x3d7dd1(0xf6)]||_0x30a316['skipped']){_0x1c4846[_0x3d7dd1(0xb6)]=new Date(),_0x1c4846[_0x3d7dd1(0x13a)]=![];if(!_0x1c4846[_0x3d7dd1(0xdc)])_0x1c4846['testAnalyticsId']=_0x269a9e[_0x3d7dd1(0x143)](uuidv4);else _0x1c4846[_0x3d7dd1(0x13a)]&&(!_0x1c4846['retryOf']&&(_0x1c4846[_0x3d7dd1(0x168)]=_0x1c4846['testAnalyticsId']),_0x1c4846[_0x3d7dd1(0xdc)]=_0x269a9e[_0x3d7dd1(0x8d)](uuidv4));}}else{if(_0x30a316[_0x3d7dd1(0x121)]){this['currentHook']=_0x1c4846;if(_0x30a316[_0x3d7dd1(0xf6)]){_0x1c4846[_0x3d7dd1(0xb6)]=new Date(),_0x1c4846[_0x3d7dd1(0x13a)]=![];if(!_0x1c4846['hookAnalyticsId'])_0x1c4846[_0x3d7dd1(0x153)]=_0x269a9e[_0x3d7dd1(0x126)](uuidv4);else _0x1c4846[_0x3d7dd1(0x153)]&&_0x1c4846['markedStatus']&&(_0x1c4846[_0x3d7dd1(0x153)]=_0x269a9e[_0x3d7dd1(0x8d)](uuidv4));}}}if(_0x30a316['finished']&&_0x1c4846[_0x3d7dd1(0x13a)])return;let _0x2ebb5b;try{_0x2ebb5b=this['getRootParentFile'](_0x1c4846);}catch(_0x4f6102){logger[_0x3d7dd1(0x15f)]('failed\x20to\x20get\x20root\x20parent\x20file\x20'+_0x4f6102),_0x2ebb5b=null;}const _0x2a2464=_0x269a9e[_0x3d7dd1(0xa5)](require,_0x269a9e['GCqiv']);let _0x3a5022=[];_0x1b5039&&(_0x3a5022=[_0x1b5039,_0x269a9e[_0x3d7dd1(0x8a)]]);const _0x130a1a=_0x269a9e['AZIwy'](_0x1c4846[_0x3d7dd1(0x10a)],undefined)?_0x2a2464['inspect'](_0x1c4846[_0x3d7dd1(0x10a)][0x0]):_0x269a9e[_0x3d7dd1(0xaf)](_0x1b5039,undefined)?_0x1b5039[_0x3d7dd1(0xba)]():undefined,_0x407605=_0x2ebb5b?this[_0x3d7dd1(0x7d)](_0x2ebb5b):null,_0x126f38=_0x2ebb5b?this[_0x3d7dd1(0x10d)][_0x3d7dd1(0x98)](this[_0x3d7dd1(0x146)](_0x1c4846)):_0x269a9e[_0x3d7dd1(0x9b)];let _0x120f95=_0x269a9e['RvZzk'];const _0x3cfabb=!_0x30a316[_0x3d7dd1(0xf6)]?new Date()['toISOString']():null;if(_0x30a316['finished'])_0x120f95=_0x1b5039?_0x269a9e[_0x3d7dd1(0xfe)]:_0x269a9e[_0x3d7dd1(0x156)],_0x1c4846[_0x3d7dd1(0x13a)]=!![];else _0x30a316[_0x3d7dd1(0xee)]&&(_0x120f95=_0x269a9e[_0x3d7dd1(0x105)],_0x1c4846[_0x3d7dd1(0x13a)]=!![]);const _0x317192={'framework':this['frameworkName'],'uuid':_0x1c4846[_0x3d7dd1(0xdc)]||_0x1c4846[_0x3d7dd1(0x153)],'name':_0x1c4846[_0x3d7dd1(0xd4)],'body':{'lang':_0x269a9e[_0x3d7dd1(0xbd)],'code':_0x1c4846[_0x3d7dd1(0x12b)][_0x3d7dd1(0xba)]()},'type':_0x1c4846[_0x3d7dd1(0xc7)],'scope':_0x1c4846[_0x3d7dd1(0x144)](),'scopes':this[_0x3d7dd1(0x78)](_0x1c4846),'file_name':_0x126f38,'vc_filepath':_0x407605?path['relative'](_0x407605,_0x2ebb5b):null,'location':_0x126f38,'result':_0x120f95,'failure_reason':_0x130a1a,'duration_in_ms':_0x1c4846[_0x3d7dd1(0xf9)]||(_0x30a316[_0x3d7dd1(0xdd)]||_0x30a316[_0x3d7dd1(0xee)])?_0x269a9e[_0x3d7dd1(0xed)](Date[_0x3d7dd1(0xe9)](),new Date(_0x1c4846[_0x3d7dd1(0xb6)])[_0x3d7dd1(0xb4)]()):null,'started_at':new Date(_0x1c4846[_0x3d7dd1(0xb6)])[_0x3d7dd1(0x152)](),'finished_at':_0x3cfabb,'failure':testOpsHelper[_0x3d7dd1(0x9c)][_0x3d7dd1(0xd3)](null,_0x3a5022),'failure_type':!_0x130a1a?null:testOpsHelper['getFailureType'](_0x130a1a),'retry_of':_0x1c4846['retryOf']||null,'tags':_0x1c4846['tags']||[],'customRerunParam':{'rerun_name':_0x1c4846[_0x3d7dd1(0x144)]()}};_0x269a9e[_0x3d7dd1(0xf2)](appendTesthubParams,_0x317192,_0x42f3d7,_0x1c4846,FRAMEWORKS[_0x3d7dd1(0x169)]);if(_0x30a316[_0x3d7dd1(0x121)])[_0x317192[_0x3d7dd1(0x85)],_0x317192['name']]=[this[_0x3d7dd1(0xd9)](_0x1c4846),_0x1c4846[_0x3d7dd1(0x11a)][_0x3d7dd1(0x155)][_0x3d7dd1(0xd4)]],_0x30a316[_0x3d7dd1(0xdd)]?_0x269a9e['Ilrcq'](_0x317192[_0x3d7dd1(0x137)],_0x269a9e[_0x3d7dd1(0xfe)])&&(_0x317192['result']=_0x269a9e['eDqlq']):_0x317192['body']={};else _0x30a316[_0x3d7dd1(0x155)]&&(this[_0x3d7dd1(0x92)](_0x1c4846),_0x30a316[_0x3d7dd1(0xee)]&&this[_0x3d7dd1(0xf7)](_0x1c4846),(_0x30a316['finished']||_0x30a316[_0x3d7dd1(0xee)])&&(_0x317192[_0x3d7dd1(0x15d)]=this[_0x3d7dd1(0x8b)](_0x1c4846)));this[_0x3d7dd1(0x11c)]&&(_0x30a316[_0x3d7dd1(0xf6)]||_0x30a316['skipped'])&&(_0x317192[_0x269a9e[_0x3d7dd1(0x107)]]=this[_0x3d7dd1(0xde)](this[_0x3d7dd1(0x11c)]));_0x30a316[_0x3d7dd1(0x155)]&&_0x30a316[_0x3d7dd1(0xdd)]&&_0x1c4846[_0x3d7dd1(0x91)]&&(_0x317192[_0x269a9e['vtEFs']]={'feature':{'name':_0x1c4846[_0x3d7dd1(0x9e)][_0x3d7dd1(0xdf)][_0x3d7dd1(0x9d)],'path':_0x317192[_0x3d7dd1(0x119)],'description':_0x1c4846[_0x3d7dd1(0x9e)]['comment']},'scenario':{'name':_0x1c4846[_0x3d7dd1(0xd4)]},'steps':_0x1c4846[_0x3d7dd1(0x91)]});const _0xf47005=_0x317192[_0x269a9e[_0x3d7dd1(0xe6)]][0x0];_0xf47005&&(_0x317192[_0x269a9e['MqpZg']]=_0xf47005[_0x269a9e[_0x3d7dd1(0x122)]],_0x317192[_0x269a9e[_0x3d7dd1(0x147)]]=_0xf47005[_0x269a9e[_0x3d7dd1(0x124)]]);if(_0x1c4846[_0x3d7dd1(0x91)])for(const _0x1d8d6a of _0x1c4846[_0x3d7dd1(0x91)]){!_0x1d8d6a['finished_at']&&(_0x1d8d6a['finished_at']=new Date()[_0x3d7dd1(0x152)](),_0x269a9e[_0x3d7dd1(0x14c)](_0x1d8d6a[_0x3d7dd1(0x137)],_0x269a9e[_0x3d7dd1(0x11e)])&&(_0xf47005?(_0x1d8d6a[_0x3d7dd1(0x137)]=_0x269a9e[_0x3d7dd1(0xfe)],_0x1d8d6a[_0x3d7dd1(0x7e)]=_0xf47005[_0x269a9e['bSXwM']][0x0]):_0x1d8d6a[_0x3d7dd1(0x137)]=_0x269a9e[_0x3d7dd1(0x156)]));}const _0x316b05={};_0x316b05[_0x3d7dd1(0x108)]=_0x30a316['skipped']?TEST_EVENTS[_0x3d7dd1(0x102)]:_0x42f3d7;const _0x50ca6c=_0x316b05;return _0x30a316[_0x3d7dd1(0x121)]?_0x50ca6c[_0x269a9e[_0x3d7dd1(0x95)]]=_0x317192:_0x50ca6c[_0x269a9e['QFxwQ']]=_0x317192,_0x50ca6c;}catch(_0x1ae490){logger[_0x3d7dd1(0x15f)](_0x3d7dd1(0x10c)+_0x42f3d7+_0x3d7dd1(0x115)+_0x1ae490);}}async['fireEvent'](_0x4e9352,_0x1cdd13){const _0x4e1607=a4_0x1622b9;if(!this[_0x4e1607(0xe2)]||!_0x1cdd13||!_0x4e9352)return![];try{return await SessionHandler[_0x4e1607(0xf5)](_0x1cdd13);}catch(_0x3d0752){logger[_0x4e1607(0x15f)]('Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20'+_0x4e9352+_0x4e1607(0x115)+_0x3d0752);}}['initializeBddStep'](_0x18b16b){const _0x4d5c2a=a4_0x1622b9,_0x16d272={};_0x16d272[_0x4d5c2a(0x142)]=_0x4d5c2a(0x128);const _0x223a13=_0x16d272;return{'id':_0x18b16b[_0x4d5c2a(0x11d)],'text':_0x18b16b['text'],'keyword':_0x18b16b[_0x4d5c2a(0x165)],'started_at':_0x18b16b[_0x4d5c2a(0xb6)][_0x4d5c2a(0x152)](),'result':_0x223a13[_0x4d5c2a(0x142)]};}[a4_0x1622b9(0xea)](_0x294a17){const _0x5b5166=a4_0x1622b9,_0x5de298={'ZMmmP':function(_0x1d5bd2){return _0x1d5bd2();}};!this['currentTest'][_0x5b5166(0x91)]&&(this[_0x5b5166(0xb3)]['bddSteps']=[]),!_0x294a17[_0x5b5166(0x11d)]&&(_0x294a17['stepAnalyticsId']=_0x5de298[_0x5b5166(0x88)](uuidv4),_0x294a17['startedAt']=new Date(),this[_0x5b5166(0xb3)]['bddSteps']['push'](this[_0x5b5166(0xe0)](_0x294a17)));}[a4_0x1622b9(0x8c)](_0x3bfda9){const _0x1db53e=a4_0x1622b9,_0x845de3={'QjgdP':function(_0x7cff59,_0x48446b){return _0x7cff59(_0x48446b);},'zVNBr':_0x1db53e(0xd8),'KabdM':_0x1db53e(0x128),'uhZeY':'passed','KHQzV':function(_0x5766ea,_0x39e464){return _0x5766ea-_0x39e464;}};let _0x507d12=this['currentTest'][_0x1db53e(0x91)][_0x1db53e(0x103)](_0x4fe16f=>_0x4fe16f['id']===_0x3bfda9[_0x1db53e(0x11d)]);_0x845de3[_0x1db53e(0x157)](isUndefined,_0x507d12)&&(_0x507d12=this[_0x1db53e(0xe0)](_0x3bfda9)),_0x507d12[_0x1db53e(0x137)]=[_0x845de3[_0x1db53e(0x12e)],_0x845de3[_0x1db53e(0xb7)]][_0x1db53e(0x83)](_0x3bfda9['status'])?_0x845de3['uhZeY']:_0x3bfda9[_0x1db53e(0xfc)],_0x507d12[_0x1db53e(0x154)]=new Date()['toISOString'](),_0x507d12[_0x1db53e(0xf9)]=_0x845de3[_0x1db53e(0x15c)](Date[_0x1db53e(0xe9)](),_0x3bfda9[_0x1db53e(0xb6)][_0x1db53e(0xb4)]()),_0x507d12[_0x1db53e(0x7e)]=_0x3bfda9[_0x1db53e(0x140)]?_0x3bfda9[_0x1db53e(0x140)][_0x1db53e(0x123)]:null;}}const a4_0x3789b8={};a4_0x3789b8['O11yHelper']=O11yHelper,a4_0x3789b8['STATE_PASSED']=STATE_PASSED,a4_0x3789b8[a4_0x1622b9(0x9a)]=STATE_FAILED,a4_0x3789b8['TEST_EVENTS']=TEST_EVENTS,module[a4_0x1622b9(0x99)]=a4_0x3789b8;
1
+ function a4_0x49d7(_0x5a23dc,_0x3f8c80){const _0x22d941=a4_0x22d9();return a4_0x49d7=function(_0x49d740,_0x3c802b){_0x49d740=_0x49d740-0x180;let _0x526ce5=_0x22d941[_0x49d740];return _0x526ce5;},a4_0x49d7(_0x5a23dc,_0x3f8c80);}function a4_0x22d9(){const _0x417ecb=['includes','../../helpers/test-observability/constants','dirname','GDGLX','163476MLccGV','KIknR','719817aiiPzj','TEST_RUN_FINISHED','CVVQd','util','test','currentHook','status','DegvE','TestRunFinished','failed\x20to\x20get\x20root\x20parent\x20file\x20','O11yHelper','meta','TDyPh','tjbCS','_beforeEach','CBTSessionCreated','patchConsoleLogger','debug','pPRtj','170yEOyua','getHierarchy','TEST_REPORTING_ANALYTICS','../../helpers/test-observability/utils','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','viQEH','retryOf','message','bind','statSync','BROWSERSTACK','CWwFP','hook_run_uuid','getHookType','exports','name','4BSlLce','sep','now','fireEvent','failure','result','getFailureType','CODECEPT','Failed\x20to\x20parse\x20wsendpoint\x20','hwBri','\x20with\x20error\x20:\x20','Cxxkx','vhzhc','HOOK_RUN_STARTED','passed','removeAllListeners','javascript','err','comment','mpfos','match','shutdown','../playwright/accessibility-helper','finished_at','HnFKc','getCBTInfo','sendCBTInfo','NDIMG','failureData','WeYyA','STATE_FAILED','AJSHL','browserType.js','setupBrowserDetails','fpIlc','gRqpt','oOWeD','parent','toISOString','../../helpers/test-observability/sessionHandler','HookRunStarted','join','errorsDetailed','initializeBddStep','captureEvent','getInstance','_afterEach','blRha','../playwright/sessionDetails','HookRunFinished','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','_testEnv','driver','JbSAm','.git','launch','inspect','RSiwG','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','sgCpY','wDxxI','kqIcT','hook','started','KKwWq','6keCauk','startedAt','fGmoz','EodkU','finished','_paths','location_prefix','skipped','prototype','YKQkh','resetSkipTestHooks','nBrpE','enabled','8MwQEFC','concat','pending','158253mNkkos','hooks','_afterAll','failure_backtrace','5|0|4|3|1|2','push','GIflQ','mapTestHooks','__platformCaps','accessibilityPlatform','IsNNX','apply','relative','eJgLI','TestRunSkipped','hneSO','129652HSIdRG','tihwS','uploadEventData','toLowerCase','isGUd','then','./helper.js','../../helpers/helper','suites','keyword','currentTest','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','type','LgWQz','getTime','integrations','Cqjzi','length','tags','bddStepStart','../../helpers/logger','atfSS','file_name','expanded','BrowserType','../utils/constants','1768347tjWhUb','codeceptjs','replace','gEeRF','appendTestItemLog','106095nQWwcG','LTCVo','PathHelper','title','vPyMw','KZaQP','vFmvo','xnjSU','connectOverCDP','ygcMM','../mocha/test-observability/mochaUtils','yEQWd','gEqJi','TNXVj','bs:addLog:','findGitConfig','markedStatus','hookAnalyticsId','qHsYk','connect','string','gQCGY','browserstack','fullTitle','hEiqQ','event_type','VDAZe','pid','../../helpers/testhub/utils.js','5187516vcNlxU','wcoTn','toUpperCase','PLAYWRIGHT_HUB_URL','OsUOR','iIkuo','ngVTP','IcvcJ','testAnalyticsId','10WBlMbq','lFxpn','WALCz','UKEfr','groups','getRootParentFile','getHooksForTest','KCBbT','stop','TEST_EVENTS','zFQGh','hook_run','XPqvu','stepAnalyticsId','TEST_RUN_SKIPPED','failed','egKfV','bddStepFinish','split','ctx','bddSteps','forEach','toString','uuid','wsEndpoint','body','RbVnk','obsBrowserTypeMockApplied','uLsIK','config','frameworkName','cErmy','KhQyq','failure_reason_expanded','pslSU','hook_type'];a4_0x22d9=function(){return _0x417ecb;};return a4_0x22d9();}const a4_0x16901e=a4_0x49d7;(function(_0x18e869,_0x19fd00){const _0x3d6cdc=a4_0x49d7,_0x38fb60=_0x18e869();while(!![]){try{const _0x5c58cf=parseInt(_0x3d6cdc(0x21b))/0x1+parseInt(_0x3d6cdc(0x1ca))/0x2*(-parseInt(_0x3d6cdc(0x1a5))/0x3)+parseInt(_0x3d6cdc(0x22b))/0x4*(parseInt(_0x3d6cdc(0x270))/0x5)+-parseInt(_0x3d6cdc(0x20b))/0x6*(-parseInt(_0x3d6cdc(0x1a7))/0x7)+parseInt(_0x3d6cdc(0x218))/0x8*(parseInt(_0x3d6cdc(0x245))/0x9)+parseInt(_0x3d6cdc(0x1ba))/0xa*(parseInt(_0x3d6cdc(0x24a))/0xb)+-parseInt(_0x3d6cdc(0x267))/0xc;if(_0x5c58cf===_0x19fd00)break;else _0x38fb60['push'](_0x38fb60['shift']());}catch(_0x9b61b4){_0x38fb60['push'](_0x38fb60['shift']());}}}(a4_0x22d9,0x236b9));const path=require('path'),fs=require('fs'),{v4:uuidv4}=require('uuid'),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x16901e(0x232)),testOpsHelper=require(a4_0x16901e(0x1bd)),{getTestEnv}=require(a4_0x16901e(0x254)),{FRAMEWORKS}=require(a4_0x16901e(0x1a2)),logger=require(a4_0x16901e(0x23f))['winstonLogger'],SessionHandler=require(a4_0x16901e(0x1f1)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),PlaywrightSessionDetails=require(a4_0x16901e(0x1fa)),debug=testOpsHelper[a4_0x16901e(0x1b8)],{processAccessibilityCaps}=require(a4_0x16901e(0x1e0)),Constants=require(a4_0x16901e(0x244)),{fetchPlatformDetails}=require(a4_0x16901e(0x231)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x16901e(0x266)),constants=require(a4_0x16901e(0x244)),STATE_PASSED=a4_0x16901e(0x1d8),STATE_FAILED=a4_0x16901e(0x18c),a4_0x3429b9={};a4_0x3429b9['TEST_RUN_STARTED']='TestRunStarted',a4_0x3429b9[a4_0x16901e(0x1a8)]=a4_0x16901e(0x1af),a4_0x3429b9[a4_0x16901e(0x18b)]=a4_0x16901e(0x229),a4_0x3429b9[a4_0x16901e(0x1d7)]=a4_0x16901e(0x1f2),a4_0x3429b9['HOOK_RUN_FINISHED']=a4_0x16901e(0x1fb);const TEST_EVENTS=a4_0x3429b9,parseEvent=_0x4b8013=>{const _0xbb9f15=a4_0x16901e,_0x4001bf={};_0x4001bf[_0xbb9f15(0x19d)]=function(_0x2b1a86,_0x520ee0){return _0x2b1a86<_0x520ee0;},_0x4001bf[_0xbb9f15(0x1e7)]=function(_0x28305c,_0x1665ac){return _0x28305c===_0x1665ac;},_0x4001bf['tPkBv']='test',_0x4001bf[_0xbb9f15(0x1b4)]=function(_0x2549f6,_0x4b3f7c){return _0x2549f6===_0x4b3f7c;},_0x4001bf[_0xbb9f15(0x22f)]=_0xbb9f15(0x208),_0x4001bf[_0xbb9f15(0x1ae)]=_0xbb9f15(0x212),_0x4001bf['LIfew']=function(_0xa6071d,_0x1756ac){return _0xa6071d===_0x1756ac;},_0x4001bf['eodex']=_0xbb9f15(0x209),_0x4001bf[_0xbb9f15(0x1a6)]=function(_0xff4b44,_0xeefb93){return _0xff4b44===_0xeefb93;},_0x4001bf[_0xbb9f15(0x24f)]=_0xbb9f15(0x20f);const _0x182cab=_0x4001bf,_0x26590e=_0x4b8013[_0xbb9f15(0x1de)](/^(.*)Run(.*)$/);if(!_0x26590e)return null;if(_0x182cab[_0xbb9f15(0x19d)](_0x26590e['length'],0x3))return null;const _0x4b8694=_0x26590e[0x1][_0xbb9f15(0x22e)](),_0x26d83d=_0x26590e[0x2][_0xbb9f15(0x22e)]();return{'test':_0x182cab['WeYyA'](_0x4b8694,_0x182cab['tPkBv']),'hook':_0x182cab[_0xbb9f15(0x1b4)](_0x4b8694,_0x182cab['isGUd']),'skipped':_0x182cab[_0xbb9f15(0x1e7)](_0x26d83d,_0x182cab[_0xbb9f15(0x1ae)]),'started':_0x182cab['LIfew'](_0x26d83d,_0x182cab['eodex']),'finished':_0x182cab['KIknR'](_0x26d83d,_0x182cab[_0xbb9f15(0x24f)])};},mockPWBrowserType=_0x3a785a=>{const _0x388d6a=a4_0x16901e,_0x393a99={'gQCGY':function(_0x166ba5,_0xba5d5,_0x5c866c){return _0x166ba5(_0xba5d5,_0x5c866c);},'WALCz':_0x388d6a(0x195),'RGTvq':function(_0x3cc561,_0x30bade){return _0x3cc561(_0x30bade);},'KKwWq':_0x388d6a(0x260),'IsNNX':function(_0x471fe0,_0x3e9016){return _0x471fe0===_0x3e9016;},'TNXVj':_0x388d6a(0x25e),'ZLuuj':'lib','HnFKc':'client','kqIcT':_0x388d6a(0x1ea),'IcvcJ':function(_0x31241a,_0x51f426){return _0x31241a(_0x51f426);},'GIflQ':'Not\x20able\x20to\x20import\x20Browser','RbVnk':_0x388d6a(0x25d),'uGxRm':'launch'},_0xe2fd08=path[_0x388d6a(0x1f3)](_0x393a99['ZLuuj'],_0x393a99[_0x388d6a(0x1e2)],_0x393a99[_0x388d6a(0x207)]),_0x766b19=_0x393a99[_0x388d6a(0x26e)](importFileFromPWCore,_0xe2fd08);if(!_0x766b19){_0x393a99[_0x388d6a(0x26e)](debug,_0x393a99[_0x388d6a(0x221)]);return;}const _0x275fb7=_0x766b19[_0x388d6a(0x243)],_0x181771=_0x275fb7[_0x388d6a(0x213)];if(_0x181771[_0x388d6a(0x198)])return;const _0x513c03=_0x181771[_0x388d6a(0x25d)];Object['defineProperty'](_0x181771,_0x393a99[_0x388d6a(0x197)],{'get':function(){const _0x532a8a=_0x388d6a,_0x3fca43={'mCINe':function(_0x1569ba,_0x5adc0d){const _0x4026bf=a4_0x49d7;return _0x393a99[_0x4026bf(0x225)](_0x1569ba,_0x5adc0d);},'yEQWd':_0x393a99[_0x532a8a(0x257)]};return async function _0x52d7c4(_0x140016,_0x31c19c){const _0x15d7fe=_0x532a8a,_0x2400f1=_0x393a99['gQCGY'](nestedKeyValue,_0x140016,[_0x393a99[_0x15d7fe(0x272)]])||_0x140016;let _0x58c841=null,_0xfa752b=null;try{[_0xfa752b,_0x58c841]=_0x2400f1?_0x393a99['RGTvq'](parseWSEndpoint,_0x2400f1):[null,null],global[_0x15d7fe(0x223)]=_0x58c841,logger[_0x15d7fe(0x1b8)](_0x15d7fe(0x204)+_0xfa752b),_0xfa752b[_0x15d7fe(0x1a1)](Constants[_0x15d7fe(0x1c4)])&&(global['__cloud_provider___']=_0x393a99[_0x15d7fe(0x20a)]);}catch(_0x4a3167){logger[_0x15d7fe(0x1b8)](_0x15d7fe(0x1d2)+_0x2400f1+'\x20'+_0x4a3167);}_0x393a99[_0x15d7fe(0x25f)](processAccessibilityCaps,_0x58c841,_0xfa752b);if(global[_0x15d7fe(0x224)]){const _0xb93891=await _0x181771[_0x15d7fe(0x252)][_0x15d7fe(0x226)](this,[''+Constants[_0x15d7fe(0x26a)]+_0x393a99['RGTvq'](encodeURIComponent,JSON['stringify'](_0x58c841))]);return PlaywrightSessionDetails[_0x15d7fe(0x1eb)](_0xb93891,_0x3a785a,_0x2400f1),_0xb93891;}return _0x513c03[_0x15d7fe(0x226)](this,arguments)[_0x15d7fe(0x230)](_0x190c7f=>{const _0x527111=_0x15d7fe;let _0x5063f3=_0x140016[_0x527111(0x195)];return _0x3fca43['mCINe'](typeof _0x140016,_0x3fca43[_0x527111(0x255)])&&(_0x5063f3=_0x140016),PlaywrightSessionDetails['setupBrowserDetails'](_0x190c7f,_0x3a785a,_0x5063f3),_0x190c7f;});};}});const _0x1170b3=_0x181771[_0x388d6a(0x201)];Object['defineProperty'](_0x181771,_0x393a99['uGxRm'],{'get':function(){return async function _0xf68cbc(){const _0x331348=a4_0x49d7;return _0x1170b3[_0x331348(0x226)](this,arguments)['then'](_0x12f07f=>{const _0x231c3=_0x331348;return PlaywrightSessionDetails[_0x231c3(0x1eb)](_0x12f07f,null),_0x12f07f;});};}});};class O11yHelper{[a4_0x16901e(0x235)]=null;[a4_0x16901e(0x1ac)]=null;[a4_0x16901e(0x217)]=![];['frameworkName']=![];constructor(_0x44fc0f,_0x283a30){const _0x10702a=a4_0x16901e,_0x512686={'blRha':_0x10702a(0x21f),'vFmvo':function(_0x3a6e1b,_0x1601f9){return _0x3a6e1b===_0x1601f9;},'atfSS':'Playwright','gRqpt':function(_0x2326a1,_0x644a11){return _0x2326a1(_0x644a11);},'cErmy':function(_0x516d43){return _0x516d43();}},_0x2bf44a=_0x512686[_0x10702a(0x1f9)][_0x10702a(0x18f)]('|');let _0x3975e0=0x0;while(!![]){switch(_0x2bf44a[_0x3975e0++]){case'0':this['frameworkName']=_0x283a30[_0x10702a(0x19b)];continue;case'1':this[_0x10702a(0x210)]=new testOpsHelper[(_0x10702a(0x24c))]({'cwd':process['cwd']()},this[_0x10702a(0x1fd)][_0x10702a(0x211)]);continue;case'2':this[_0x10702a(0x1fe)]&&_0x512686[_0x10702a(0x250)](this[_0x10702a(0x1fe)]['constructor'][_0x10702a(0x1c9)],_0x512686[_0x10702a(0x240)])&&_0x512686[_0x10702a(0x1ed)](mockPWBrowserType,null);continue;case'3':this[_0x10702a(0x1fd)]=_0x512686[_0x10702a(0x19c)](getTestEnv);continue;case'4':this['driver']=_0x44fc0f;continue;case'5':this[_0x10702a(0x217)]=_0x512686[_0x10702a(0x19c)](shouldProcessEventForTesthub);continue;}break;}}['start'](){const _0x579206=a4_0x16901e;if(!this[_0x579206(0x217)])return;testOpsHelper[_0x579206(0x1b7)](),process[_0x579206(0x1d9)]('bs:addLog:'+process[_0x579206(0x265)]),process['on'](_0x579206(0x258)+process['pid'],this['appendTestItemLog'][_0x579206(0x1c2)](this));}async[a4_0x16901e(0x185)](){const _0x597a23=a4_0x16901e;await RequestQueueHandler[_0x597a23(0x1f7)]()[_0x597a23(0x1df)]();}async[a4_0x16901e(0x249)](_0x23279a){const _0x41b4de=a4_0x16901e,_0x2184ed={'EodkU':'LogCreated','roOtw':function(_0xbc7101,_0x465939){return _0xbc7101(_0x465939);}};try{this['currentHook']&&!this[_0x41b4de(0x1ac)][_0x41b4de(0x25a)]&&(_0x23279a[_0x41b4de(0x1c6)]=this[_0x41b4de(0x1ac)][_0x41b4de(0x25b)]);!_0x23279a['hook_run_uuid']&&this[_0x41b4de(0x235)]&&!this[_0x41b4de(0x235)][_0x41b4de(0x25a)]&&(_0x23279a['test_run_uuid']=this['currentTest'][_0x41b4de(0x26f)]);if(_0x23279a[_0x41b4de(0x1c6)]||_0x23279a['test_run_uuid']){const _0x4ab0b1={};_0x4ab0b1[_0x41b4de(0x263)]=_0x2184ed[_0x41b4de(0x20e)],_0x4ab0b1['logs']=[_0x23279a],await SessionHandler[_0x41b4de(0x22d)](_0x4ab0b1);}}catch(_0x4c03f4){_0x2184ed['roOtw'](debug,_0x41b4de(0x1be)+constants[_0x41b4de(0x1bc)]+_0x41b4de(0x1d4)+_0x4c03f4);}}async[a4_0x16901e(0x1e4)](_0x33de40){const _0x5c2545=a4_0x16901e,_0x38a5c8={'wcoTn':_0x5c2545(0x1b6),'qHsYk':function(_0x43034d,_0x5565b4){return _0x43034d(_0x5565b4);}};if(!this['enabled'])return;const _0x1d8ecf=this['getCBTInfo'](this[_0x5c2545(0x1fe)]);try{const _0x71e2df={};_0x71e2df[_0x5c2545(0x194)]=_0x33de40,_0x71e2df['integrations']=_0x1d8ecf;const _0x1b9c1b=_0x71e2df,_0x5b89ff={};_0x5b89ff[_0x5c2545(0x263)]=_0x38a5c8[_0x5c2545(0x268)],_0x5b89ff['test_run']=_0x1b9c1b,await SessionHandler[_0x5c2545(0x22d)](_0x5b89ff);}catch(_0xde2fc6){_0x38a5c8[_0x5c2545(0x25c)](debug,_0x5c2545(0x1fc)+constants['TEST_REPORTING_ANALYTICS']+_0x5c2545(0x1d4)+_0xde2fc6);}}[a4_0x16901e(0x1e3)](_0x301e76){const _0x2f9353=a4_0x16901e,_0x28684d={'pPRtj':function(_0x107f1a,_0x31aac9){return _0x107f1a(_0x31aac9);}};return _0x28684d[_0x2f9353(0x1b9)](fetchPlatformDetails,_0x301e76);}['resetSkipTestHooks']=_0x437756=>{const _0x206a71=a4_0x16901e,_0x1abd0a={};_0x1abd0a['Cxxkx']=_0x206a71(0x1b5),_0x1abd0a[_0x206a71(0x189)]=_0x206a71(0x1f8);const _0x5e9f9f=_0x1abd0a;if(!_0x437756||!_0x437756[_0x206a71(0x1ef)])return;[_0x5e9f9f[_0x206a71(0x1d5)],_0x5e9f9f['XPqvu']][_0x206a71(0x192)](_0x1b7db2=>{const _0x4d5b01=_0x206a71,_0x364eab=_0x437756[_0x4d5b01(0x1ef)][_0x1b7db2];_0x364eab[_0x4d5b01(0x192)](_0x156494=>{const _0x32a05a=_0x4d5b01;_0x156494[_0x32a05a(0x25b)]&&(_0x156494['hookAnalyticsId']=null);});});};['mapTestHooks'](_0xd70d7c){const _0x34771f=a4_0x16901e,_0x13c27e={'wDxxI':_0x34771f(0x246),'GDGLX':function(_0x575202){return _0x575202();},'vPyMw':function(_0x305c49,_0x8e59f8){return _0x305c49===_0x8e59f8;},'CWwFP':_0x34771f(0x1f8),'miFTT':'_beforeAll','NDIMG':_0x34771f(0x21d),'CVVQd':_0x34771f(0x1b5)};if(!_0xd70d7c||!_0xd70d7c['parent'])return;[_0x13c27e['miFTT'],_0x13c27e[_0x34771f(0x1e5)],_0x13c27e[_0x34771f(0x1a9)],_0x13c27e[_0x34771f(0x1c5)]][_0x34771f(0x192)](_0x261310=>{const _0x2a6115=_0x34771f,_0x12eb2f=_0xd70d7c[_0x2a6115(0x1ef)][_0x261310]||[];_0x12eb2f['forEach'](_0x36cc50=>{const _0x1c918e=_0x2a6115;if(_0x36cc50['title'][_0x1c918e(0x1a1)](_0x13c27e[_0x1c918e(0x206)]))return;if(!_0x36cc50[_0x1c918e(0x25b)])_0x36cc50[_0x1c918e(0x25b)]=_0x13c27e[_0x1c918e(0x1a4)](uuidv4);else _0x36cc50['markedStatus']&&_0x13c27e[_0x1c918e(0x24e)](_0x261310,_0x13c27e['CWwFP'])&&(_0x36cc50[_0x1c918e(0x25b)]=_0x13c27e[_0x1c918e(0x1a4)](uuidv4),delete _0x36cc50[_0x1c918e(0x25a)]);});}),this[_0x34771f(0x222)](_0xd70d7c[_0x34771f(0x1ef)]);}['getHooksForTest'](_0x5bdc39){const _0x3edfb8=a4_0x16901e,_0x27d09e={};_0x27d09e[_0x3edfb8(0x24b)]='_beforeAll',_0x27d09e[_0x3edfb8(0x26c)]=_0x3edfb8(0x21d),_0x27d09e[_0x3edfb8(0x20d)]='_beforeEach',_0x27d09e[_0x3edfb8(0x184)]='_afterEach';const _0x32dda8=_0x27d09e;if(!_0x5bdc39||!_0x5bdc39[_0x3edfb8(0x1ef)])return[];const _0x33c24a=[];return[_0x32dda8[_0x3edfb8(0x24b)],_0x32dda8['iIkuo'],_0x32dda8[_0x3edfb8(0x20d)],_0x32dda8['KCBbT']][_0x3edfb8(0x192)](_0x34b530=>{const _0x1c11e7=_0x3edfb8,_0xe97f0=_0x5bdc39['parent'][_0x34b530]||[];_0xe97f0[_0x1c11e7(0x192)](_0x258020=>{const _0x36104a=_0x1c11e7;_0x258020[_0x36104a(0x25b)]&&_0x33c24a['push'](_0x258020[_0x36104a(0x25b)]);});}),[][_0x3edfb8(0x219)](_0x33c24a,this[_0x3edfb8(0x183)](_0x5bdc39[_0x3edfb8(0x1ef)]));}['getHookType'](_0x48544d){const _0x515dd8=a4_0x16901e,_0x3abf8b=/^"(?<hook>.*)" hook:.*$/,_0x5687b2=_0x48544d[_0x515dd8(0x24d)],_0x2d2f25=_0x5687b2[_0x515dd8(0x1de)](_0x3abf8b);if(_0x2d2f25&&_0x2d2f25['groups'])return _0x2d2f25[_0x515dd8(0x181)]['hook'][_0x515dd8(0x269)]()[_0x515dd8(0x247)]('\x20','_');return null;}[a4_0x16901e(0x259)](_0x283b1b){const _0x26995d=a4_0x16901e,_0x5d4cc1={};_0x5d4cc1[_0x26995d(0x18d)]=function(_0x5940e4,_0x35edd1){return _0x5940e4===_0x35edd1;},_0x5d4cc1['hneSO']=function(_0x7da8f,_0x30a551){return _0x7da8f===_0x30a551;},_0x5d4cc1[_0x26995d(0x251)]=_0x26995d(0x200),_0x5d4cc1[_0x26995d(0x248)]=_0x26995d(0x19a);const _0x2c84b3=_0x5d4cc1,_0x1c4040=path[_0x26995d(0x1cb)];if(_0x2c84b3[_0x26995d(0x18d)](_0x283b1b,null)||_0x2c84b3[_0x26995d(0x18d)](_0x283b1b,'')||_0x2c84b3[_0x26995d(0x22a)](_0x283b1b,_0x1c4040)||_0x2c84b3[_0x26995d(0x18d)](_0x283b1b,path['dirname'](_0x283b1b)))return null;try{return fs[_0x26995d(0x1c3)](path['join'](_0x283b1b,_0x2c84b3[_0x26995d(0x251)],_0x2c84b3[_0x26995d(0x248)])),_0x283b1b;}catch(_0x37e830){const _0x41b0f3=path[_0x26995d(0x1a3)](_0x283b1b);return this[_0x26995d(0x259)](_0x41b0f3);}}[a4_0x16901e(0x182)](_0x7cbdd5){const _0xd69b99=a4_0x16901e,_0x4bf53c={};_0x4bf53c[_0xd69b99(0x1d6)]=function(_0x18e909,_0x5f6057){return _0x18e909>_0x5f6057;};const _0x24d235=_0x4bf53c;if(_0x7cbdd5['file'])return _0x7cbdd5['file'];if(_0x7cbdd5['ctx']){const _0x32fb43=_0x7cbdd5[_0xd69b99(0x190)][_0xd69b99(0x235)]?this[_0xd69b99(0x182)](_0x7cbdd5[_0xd69b99(0x190)][_0xd69b99(0x235)]):null;if(_0x32fb43)return _0x32fb43;}if(_0x7cbdd5[_0xd69b99(0x1ef)]){const _0x928a1c=this[_0xd69b99(0x182)](_0x7cbdd5['parent'])||(_0x7cbdd5['parent'][_0xd69b99(0x190)]&&_0x7cbdd5[_0xd69b99(0x1ef)][_0xd69b99(0x190)][_0xd69b99(0x235)]?this[_0xd69b99(0x182)](_0x7cbdd5[_0xd69b99(0x1ef)][_0xd69b99(0x190)][_0xd69b99(0x235)]):null);if(_0x928a1c)return _0x928a1c;_0x7cbdd5[_0xd69b99(0x1ef)]['suites']&&_0x24d235[_0xd69b99(0x1d6)](_0x7cbdd5[_0xd69b99(0x1ef)][_0xd69b99(0x233)][_0xd69b99(0x23c)],0x0)&&_0x7cbdd5['parent'][_0xd69b99(0x233)][_0xd69b99(0x192)](_0x40199c=>{const _0x32ab60=_0xd69b99,_0x446a19=_0x40199c[_0x32ab60(0x190)]?this[_0x32ab60(0x182)](_0x40199c[_0x32ab60(0x190)]):null;if(_0x446a19)return _0x446a19;});}return null;}[a4_0x16901e(0x1bb)](_0x4c66aa){const _0x22bb4e=a4_0x16901e,_0x445744={};_0x445744[_0x22bb4e(0x1e9)]=function(_0x3ab06f,_0x37317f){return _0x3ab06f!==_0x37317f;};const _0x12cf0d=_0x445744,_0x314ff2=[];if(_0x4c66aa&&_0x4c66aa[_0x22bb4e(0x1ef)]){let _0x34dcf7=_0x4c66aa['parent'];while(_0x34dcf7&&_0x12cf0d['AJSHL'](_0x34dcf7['title'],'')){_0x314ff2[_0x22bb4e(0x220)](_0x34dcf7[_0x22bb4e(0x24d)]),_0x34dcf7=_0x34dcf7[_0x22bb4e(0x1ef)];}}return _0x314ff2;}[a4_0x16901e(0x1f6)](_0x5f4c75,_0x4df1cc,_0x5dd446=undefined){const _0x1ff735=a4_0x16901e,_0x21e3c5={'gEqJi':function(_0x45bd05,_0x35a399){return _0x45bd05(_0x35a399);},'LgWQz':function(_0x205b33){return _0x205b33();},'ngVTP':function(_0xa9f05c){return _0xa9f05c();},'OsUOR':_0x1ff735(0x1aa),'hwBri':_0x1ff735(0x1db),'sgCpY':function(_0x2d412f,_0x3161cd){return _0x2d412f!==_0x3161cd;},'QBnMc':'File\x20path\x20could\x20not\x20be\x20found','TDyPh':_0x1ff735(0x21a),'Cqjzi':'failed','zFQGh':'passed','YKQkh':_0x1ff735(0x212),'UKEfr':_0x1ff735(0x1da),'fpIlc':function(_0x4679d4,_0x179086){return _0x4679d4-_0x179086;},'pslSU':function(_0xcadafb,_0x48af32,_0x25c226,_0x250b05,_0x1f0210){return _0xcadafb(_0x48af32,_0x25c226,_0x250b05,_0x1f0210);},'oOWeD':_0x1ff735(0x23a),'viQEH':_0x1ff735(0x1b2),'lFxpn':_0x1ff735(0x1ce),'wPfwK':_0x1ff735(0x21e),'hEiqQ':'backtrace','eJgLI':_0x1ff735(0x19e),'MYiFo':_0x1ff735(0x242),'CFdHL':function(_0x230546,_0x5ea120){return _0x230546===_0x5ea120;},'wEiNK':_0x1ff735(0x188),'RSiwG':'test_run'};if(!this[_0x1ff735(0x217)])return;try{if(_0x4df1cc['fn']&&_0x4df1cc['fn'][_0x1ff735(0x193)]()[_0x1ff735(0x1de)](/browserstack internal helper hook/))return;const _0xfffb45=_0x21e3c5['gEqJi'](parseEvent,_0x5f4c75);if(!_0xfffb45)return;if(_0xfffb45[_0x1ff735(0x1ab)]){this[_0x1ff735(0x235)]=_0x4df1cc,this[_0x1ff735(0x1ac)]=null;if(_0xfffb45[_0x1ff735(0x209)]||_0xfffb45[_0x1ff735(0x212)]){_0x4df1cc[_0x1ff735(0x20c)]=new Date(),_0x4df1cc[_0x1ff735(0x25a)]=![];if(!_0x4df1cc['testAnalyticsId'])_0x4df1cc['testAnalyticsId']=_0x21e3c5['LgWQz'](uuidv4);else _0x4df1cc[_0x1ff735(0x25a)]&&(!_0x4df1cc[_0x1ff735(0x1c0)]&&(_0x4df1cc[_0x1ff735(0x1c0)]=_0x4df1cc['testAnalyticsId']),_0x4df1cc[_0x1ff735(0x26f)]=_0x21e3c5[_0x1ff735(0x26d)](uuidv4));}}else{if(_0xfffb45[_0x1ff735(0x208)]){this['currentHook']=_0x4df1cc;if(_0xfffb45[_0x1ff735(0x209)]){_0x4df1cc[_0x1ff735(0x20c)]=new Date(),_0x4df1cc['markedStatus']=![];if(!_0x4df1cc[_0x1ff735(0x25b)])_0x4df1cc[_0x1ff735(0x25b)]=_0x21e3c5[_0x1ff735(0x238)](uuidv4);else _0x4df1cc[_0x1ff735(0x25b)]&&_0x4df1cc[_0x1ff735(0x25a)]&&(_0x4df1cc[_0x1ff735(0x25b)]=_0x21e3c5[_0x1ff735(0x238)](uuidv4));}}}if(_0xfffb45[_0x1ff735(0x20f)]&&_0x4df1cc[_0x1ff735(0x25a)])return;let _0x1af433;try{_0x1af433=this[_0x1ff735(0x182)](_0x4df1cc);}catch(_0x39f041){logger[_0x1ff735(0x1b8)](_0x1ff735(0x1b0)+_0x39f041),_0x1af433=null;}const _0xce646=_0x21e3c5[_0x1ff735(0x256)](require,_0x21e3c5[_0x1ff735(0x26b)]);let _0x1e56ad=[];_0x5dd446&&(_0x1e56ad=[_0x5dd446,_0x21e3c5[_0x1ff735(0x1d3)]]);const _0x5347c6=_0x21e3c5[_0x1ff735(0x205)](_0x4df1cc['errorsDetailed'],undefined)?_0xce646[_0x1ff735(0x202)](_0x4df1cc[_0x1ff735(0x1f4)][0x0]):_0x21e3c5['sgCpY'](_0x5dd446,undefined)?_0x5dd446[_0x1ff735(0x193)]():undefined,_0x1328f8=_0x1af433?this[_0x1ff735(0x259)](_0x1af433):null,_0x305240=_0x1af433?this['_paths']['prefixTestPath'](this[_0x1ff735(0x182)](_0x4df1cc)):_0x21e3c5['QBnMc'];let _0x38f920=_0x21e3c5[_0x1ff735(0x1b3)];const _0x38933e=!_0xfffb45[_0x1ff735(0x209)]?new Date()[_0x1ff735(0x1f0)]():null;if(_0xfffb45['finished'])_0x38f920=_0x5dd446?_0x21e3c5[_0x1ff735(0x23b)]:_0x21e3c5['zFQGh'],_0x4df1cc[_0x1ff735(0x25a)]=!![];else _0xfffb45[_0x1ff735(0x212)]&&(_0x38f920=_0x21e3c5[_0x1ff735(0x214)],_0x4df1cc['markedStatus']=!![]);const _0x307fb2={'framework':this[_0x1ff735(0x19b)],'uuid':_0x4df1cc[_0x1ff735(0x26f)]||_0x4df1cc[_0x1ff735(0x25b)],'name':_0x4df1cc[_0x1ff735(0x24d)],'body':{'lang':_0x21e3c5[_0x1ff735(0x180)],'code':_0x4df1cc[_0x1ff735(0x196)][_0x1ff735(0x193)]()},'type':_0x4df1cc[_0x1ff735(0x237)],'scope':_0x4df1cc[_0x1ff735(0x261)](),'scopes':this[_0x1ff735(0x1bb)](_0x4df1cc),'file_name':_0x305240,'vc_filepath':_0x1328f8?path[_0x1ff735(0x227)](_0x1328f8,_0x1af433):null,'location':_0x305240,'result':_0x38f920,'failure_reason':_0x5347c6,'duration_in_ms':_0x4df1cc['duration']||(_0xfffb45[_0x1ff735(0x20f)]||_0xfffb45['skipped'])?_0x21e3c5[_0x1ff735(0x1ec)](Date['now'](),new Date(_0x4df1cc[_0x1ff735(0x20c)])[_0x1ff735(0x239)]()):null,'started_at':new Date(_0x4df1cc[_0x1ff735(0x20c)])[_0x1ff735(0x1f0)](),'finished_at':_0x38933e,'failure':testOpsHelper[_0x1ff735(0x1e6)][_0x1ff735(0x226)](null,_0x1e56ad),'failure_type':!_0x5347c6?null:testOpsHelper[_0x1ff735(0x1d0)](_0x5347c6),'retry_of':_0x4df1cc[_0x1ff735(0x1c0)]||null,'tags':_0x4df1cc[_0x1ff735(0x23d)]||[],'customRerunParam':{'rerun_name':_0x4df1cc['fullTitle']()}};_0x21e3c5[_0x1ff735(0x19f)](appendTesthubParams,_0x307fb2,_0x5f4c75,_0x4df1cc,FRAMEWORKS[_0x1ff735(0x1d1)]);if(_0xfffb45[_0x1ff735(0x208)])[_0x307fb2[_0x1ff735(0x1a0)],_0x307fb2[_0x1ff735(0x1c9)]]=[this[_0x1ff735(0x1c7)](_0x4df1cc),_0x4df1cc[_0x1ff735(0x190)][_0x1ff735(0x1ab)][_0x1ff735(0x24d)]],_0xfffb45[_0x1ff735(0x20f)]?_0x21e3c5[_0x1ff735(0x205)](_0x307fb2[_0x1ff735(0x1cf)],_0x21e3c5[_0x1ff735(0x23b)])&&(_0x307fb2[_0x1ff735(0x1cf)]=_0x21e3c5['zFQGh']):_0x307fb2[_0x1ff735(0x196)]={};else _0xfffb45[_0x1ff735(0x1ab)]&&(this[_0x1ff735(0x222)](_0x4df1cc),_0xfffb45[_0x1ff735(0x212)]&&this[_0x1ff735(0x215)](_0x4df1cc),(_0xfffb45[_0x1ff735(0x20f)]||_0xfffb45[_0x1ff735(0x212)])&&(_0x307fb2[_0x1ff735(0x21c)]=this[_0x1ff735(0x183)](_0x4df1cc)));this[_0x1ff735(0x1fe)]&&(_0xfffb45['started']||_0xfffb45[_0x1ff735(0x212)])&&(_0x307fb2[_0x21e3c5[_0x1ff735(0x1ee)]]=this[_0x1ff735(0x1e3)](this[_0x1ff735(0x1fe)]));_0xfffb45[_0x1ff735(0x1ab)]&&_0xfffb45[_0x1ff735(0x20f)]&&_0x4df1cc['bddSteps']&&(_0x307fb2[_0x21e3c5[_0x1ff735(0x1bf)]]={'feature':{'name':_0x4df1cc['parent']['feature'][_0x1ff735(0x1c9)],'path':_0x307fb2[_0x1ff735(0x241)],'description':_0x4df1cc[_0x1ff735(0x1ef)][_0x1ff735(0x1dc)]},'scenario':{'name':_0x4df1cc[_0x1ff735(0x24d)]},'steps':_0x4df1cc[_0x1ff735(0x191)]});const _0x52b9c9=_0x307fb2[_0x21e3c5[_0x1ff735(0x271)]][0x0];_0x52b9c9&&(_0x307fb2[_0x21e3c5['wPfwK']]=_0x52b9c9[_0x21e3c5[_0x1ff735(0x262)]],_0x307fb2[_0x21e3c5[_0x1ff735(0x228)]]=_0x52b9c9[_0x21e3c5['MYiFo']]);if(_0x4df1cc[_0x1ff735(0x191)])for(const _0x47ccdb of _0x4df1cc['bddSteps']){!_0x47ccdb[_0x1ff735(0x1e1)]&&(_0x47ccdb[_0x1ff735(0x1e1)]=new Date()[_0x1ff735(0x1f0)](),_0x21e3c5['CFdHL'](_0x47ccdb[_0x1ff735(0x1cf)],_0x21e3c5['TDyPh'])&&(_0x52b9c9?(_0x47ccdb[_0x1ff735(0x1cf)]=_0x21e3c5[_0x1ff735(0x23b)],_0x47ccdb[_0x1ff735(0x1ce)]=_0x52b9c9[_0x21e3c5[_0x1ff735(0x262)]][0x0]):_0x47ccdb[_0x1ff735(0x1cf)]=_0x21e3c5[_0x1ff735(0x187)]));}const _0x59a52e={};_0x59a52e[_0x1ff735(0x263)]=_0xfffb45[_0x1ff735(0x212)]?TEST_EVENTS[_0x1ff735(0x1a8)]:_0x5f4c75;const _0x448801=_0x59a52e;return _0xfffb45[_0x1ff735(0x208)]?_0x448801[_0x21e3c5['wEiNK']]=_0x307fb2:_0x448801[_0x21e3c5[_0x1ff735(0x203)]]=_0x307fb2,_0x448801;}catch(_0x8eab53){logger['debug'](_0x1ff735(0x236)+_0x5f4c75+_0x1ff735(0x1d4)+_0x8eab53);}}async[a4_0x16901e(0x1cd)](_0xc43d84,_0x50b19b){const _0x1c4c08=a4_0x16901e;if(!this[_0x1c4c08(0x217)]||!_0x50b19b||!_0xc43d84)return![];try{return await SessionHandler[_0x1c4c08(0x22d)](_0x50b19b);}catch(_0x17d31b){logger['debug']('Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20'+_0xc43d84+'\x20with\x20error\x20:\x20'+_0x17d31b);}}[a4_0x16901e(0x1f5)](_0xba2956){const _0x25d986=a4_0x16901e,_0x589053={};_0x589053[_0x25d986(0x22c)]='pending';const _0x48c7db=_0x589053;return{'id':_0xba2956['stepAnalyticsId'],'text':_0xba2956['text'],'keyword':_0xba2956[_0x25d986(0x234)],'started_at':_0xba2956[_0x25d986(0x20c)][_0x25d986(0x1f0)](),'result':_0x48c7db[_0x25d986(0x22c)]};}[a4_0x16901e(0x23e)](_0x2f2e28){const _0x368b30=a4_0x16901e,_0x35c7b0={'ygcMM':function(_0x3af352){return _0x3af352();}};!this[_0x368b30(0x235)][_0x368b30(0x191)]&&(this[_0x368b30(0x235)][_0x368b30(0x191)]=[]),!_0x2f2e28[_0x368b30(0x18a)]&&(_0x2f2e28[_0x368b30(0x18a)]=_0x35c7b0[_0x368b30(0x253)](uuidv4),_0x2f2e28[_0x368b30(0x20c)]=new Date(),this[_0x368b30(0x235)][_0x368b30(0x191)][_0x368b30(0x220)](this[_0x368b30(0x1f5)](_0x2f2e28)));}[a4_0x16901e(0x18e)](_0x2a2c83){const _0x527f00=a4_0x16901e,_0x390025={'nBrpE':function(_0x5b8ed9,_0x27f700){return _0x5b8ed9(_0x27f700);},'VDAZe':'success','JbSAm':_0x527f00(0x21a),'uLsIK':_0x527f00(0x1d8),'mpfos':function(_0x528170,_0x1998d4){return _0x528170-_0x1998d4;}};let _0x2d6246=this[_0x527f00(0x235)][_0x527f00(0x191)]['find'](_0x75cf1d=>_0x75cf1d['id']===_0x2a2c83['stepAnalyticsId']);_0x390025[_0x527f00(0x216)](isUndefined,_0x2d6246)&&(_0x2d6246=this['initializeBddStep'](_0x2a2c83)),_0x2d6246['result']=[_0x390025[_0x527f00(0x264)],_0x390025[_0x527f00(0x1ff)]]['includes'](_0x2a2c83['status'])?_0x390025[_0x527f00(0x199)]:_0x2a2c83[_0x527f00(0x1ad)],_0x2d6246[_0x527f00(0x1e1)]=new Date()[_0x527f00(0x1f0)](),_0x2d6246['duration']=_0x390025[_0x527f00(0x1dd)](Date[_0x527f00(0x1cc)](),_0x2a2c83[_0x527f00(0x20c)][_0x527f00(0x239)]()),_0x2d6246[_0x527f00(0x1ce)]=_0x2a2c83[_0x527f00(0x1db)]?_0x2a2c83[_0x527f00(0x1db)][_0x527f00(0x1c1)]:null;}}const a4_0x44f8b1={};a4_0x44f8b1[a4_0x16901e(0x1b1)]=O11yHelper,a4_0x44f8b1['STATE_PASSED']=STATE_PASSED,a4_0x44f8b1[a4_0x16901e(0x1e8)]=STATE_FAILED,a4_0x44f8b1[a4_0x16901e(0x186)]=TEST_EVENTS,module[a4_0x16901e(0x1c8)]=a4_0x44f8b1;