browserstack-node-sdk 1.34.18 → 1.34.20

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 (127) 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/start.js +1 -1
  18. package/ats/src/commands/start_commands/grid.js +1 -1
  19. package/ats/src/commands/stop.js +1 -1
  20. package/ats/src/commands/stop_commands/grid.js +1 -1
  21. package/ats/src/config/constants.js +1 -1
  22. package/ats/src/config/logger.js +1 -1
  23. package/ats/src/index.js +1 -1
  24. package/ats/src/utils/AWSUtils.js +1 -1
  25. package/ats/src/utils/createAutoscalerStack.js +1 -1
  26. package/ats/src/utils/createClusterStack.js +1 -1
  27. package/ats/src/utils/createk8sClient.js +1 -1
  28. package/ats/src/utils/deleteStack.js +1 -1
  29. package/ats/src/utils/gridComponents.js +1 -1
  30. package/ats/src/utils/hstUtils.js +1 -1
  31. package/ats/src/utils/instrumentationUtils.js +1 -1
  32. package/ats/src/utils/userInput.js +1 -1
  33. package/ats/src/utils/utilityMethods.js +1 -1
  34. package/ats/src/utils/webSocketUtils.js +1 -1
  35. package/package.json +1 -1
  36. package/src/ai-sdk-node/bundle.js +1 -1
  37. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  38. package/src/bin/codeceptjs/command.js +1 -1
  39. package/src/bin/codeceptjs/helper.js +1 -1
  40. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  41. package/src/bin/cucumber-js/command.js +1 -1
  42. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  43. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  44. package/src/bin/cucumber-js/test-observability.js +1 -1
  45. package/src/bin/cucumber-js/test.setup.js +1 -1
  46. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  47. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  48. package/src/bin/integrations/command.js +1 -1
  49. package/src/bin/integrations/constants.js +1 -1
  50. package/src/bin/jest/command.js +1 -1
  51. package/src/bin/jest/customImplements/customCircus.js +1 -1
  52. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  53. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  54. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  55. package/src/bin/jest/jest.setup.js +1 -1
  56. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  57. package/src/bin/jest/test-observability/helper.js +1 -1
  58. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  59. package/src/bin/jest/test-observability/test-details.js +1 -1
  60. package/src/bin/jest/test_before.setup.js +1 -1
  61. package/src/bin/launcher/launcher.js +1 -1
  62. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  63. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  64. package/src/bin/mocha/command.js +1 -1
  65. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  66. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  67. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  68. package/src/bin/mocha/test.setup.js +1 -1
  69. package/src/bin/nightwatch/command.js +1 -1
  70. package/src/bin/playwright/accessibility-helper.js +1 -1
  71. package/src/bin/playwright/command.js +1 -1
  72. package/src/bin/playwright/globalSetup.js +1 -1
  73. package/src/bin/playwright/mock-process.js +1 -1
  74. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  75. package/src/bin/playwright/patches.js +1 -1
  76. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  77. package/src/bin/playwright/reporter/reporter.js +1 -1
  78. package/src/bin/playwright/reporter/test-details.js +1 -1
  79. package/src/bin/playwright/sessionDetails.js +1 -1
  80. package/src/bin/runner.js +1 -1
  81. package/src/bin/setup.js +1 -1
  82. package/src/bin/test-runner/index.js +1 -1
  83. package/src/bin/test-runner/runTest.js +1 -1
  84. package/src/bin/test-runner/testWorker.js +1 -1
  85. package/src/bin/utils/constants.js +1 -1
  86. package/src/bin/utils/log4jsAppender.js +1 -1
  87. package/src/bin/utils/logPatcher.js +1 -1
  88. package/src/bin/utils/logReportingAPI.js +1 -1
  89. package/src/bin/vanilla-js/command.js +1 -1
  90. package/src/browserStackSdk.js +1 -1
  91. package/src/helpers/BrowserStackSetup.js +1 -1
  92. package/src/helpers/accessibility-automation/constants.js +1 -1
  93. package/src/helpers/accessibility-automation/helper.js +1 -1
  94. package/src/helpers/accessibility-automation/scripts.js +1 -1
  95. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  96. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  97. package/src/helpers/ats/constants.js +1 -1
  98. package/src/helpers/ats/helper.js +1 -1
  99. package/src/helpers/capsMapping.js +1 -1
  100. package/src/helpers/globals.js +1 -1
  101. package/src/helpers/helper.js +1 -1
  102. package/src/helpers/logger.js +1 -1
  103. package/src/helpers/patchHelper.js +1 -1
  104. package/src/helpers/patchHelpers.js +1 -1
  105. package/src/helpers/percy/Percy.js +1 -1
  106. package/src/helpers/percy/PercyBinary.js +1 -1
  107. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  108. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  109. package/src/helpers/percy/PercySDK.js +1 -1
  110. package/src/helpers/percy/index.js +1 -1
  111. package/src/helpers/percy/utils.js +1 -1
  112. package/src/helpers/performance-tester.js +1 -1
  113. package/src/helpers/request-spy.js +1 -1
  114. package/src/helpers/setKeepAlive.js +1 -1
  115. package/src/helpers/test-observability/constants.js +1 -1
  116. package/src/helpers/test-observability/error-handler.js +1 -1
  117. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  118. package/src/helpers/test-observability/sessionHandler.js +1 -1
  119. package/src/helpers/test-observability/utils.js +1 -1
  120. package/src/helpers/testhub/constants.js +1 -1
  121. package/src/helpers/testhub/testhubHandler.js +1 -1
  122. package/src/helpers/testhub/utils.js +1 -1
  123. package/src/helpers/timeoutPromise.js +1 -1
  124. package/src/helpers/utilities.js +1 -1
  125. package/src/helpers/w3cMapping.js +1 -1
  126. package/src/hubAllocationMethods.js +1 -1
  127. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a1_0x163a(){const _0x1efae0=['LDXRW','codeceptjs/lib/helper/WebDriver.js','class','__workerDetails','NjWXG','codeceptjs/lib/helper/Playwright.js','step','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','../../helpers/accessibility-automation/scripts','setSessionStatus','../../helpers/testhub/constants.js','swCzZ','before','readFileSync','thTestRunUuid','codeceptjs/lib/recorder.js','slice','getResultsSummary','all','PiwJr','TEST_SCREENSHOT','skipSessionStatus','YyCSH','../../bin/playwright/accessibility-helper','failed','31460LOeTcb','browser','HoXZe','uSFbB','patch','toString','1501520ljrsgZ','getAccessibilityResultsSummary','find','DpNWE','reason','BROWSERSTACK_TESTHUB_UUID','bs:addLog:','ugAEu','BROWSERSTACK_TESTHUB_JWT','initSaveScreenshot','IPjJg','_before','saveTestResults','../../bin/playwright/sessionDetails','contexts','upKDy','overwriteCommand','then','warn','ctx','filter','RVFYr','browserstack_executor:\x20','qERhw','passed','apply','titlePath','cwbGs','codeceptjs/lib/index.js','start','2061NBfnhq','emit','arguments','fireEvent','restore','GyTKb','commandsToWrap','TEST_RUN_SKIPPED','winstonLogger','TEST_RUN_FINISHED','hook','UXKGz','dispatcher','PfbsR','Playwright','frjLs','saveScreenshot','constructor','39364IuZSWl','../../helpers/helper','browserContext','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','title','captureEvent','BS_TESTOPS_ALLOW_SCREENSHOTS','__skipSessionStatus','5436kPSdgo','debug','name','iHVaF','screenshotOutputFolder','EQVxU','catch','after','3YkSCzS','toISOString','wkRbj','action','forEach','seODx','pid','thJwtToken','2UpLEAr','viKuZ','WMajt','testAnalyticsId','Flhms','147133kuViVC','event','6314352PypHQU','./o11yHelper','znLyq','../../helpers/performance-tester','VLknX','info','8JKYMyl','bstackAllyScanning','TEST_RUN_STARTED','WebDriver','HOOK_RUN_FINISHED','bind','prototype','1634492QJRhuF','bddStep','helpers','KFdvg','GcUVv','zlUDd','addRequestSpy','call','../../helpers/request-spy','pOsTl','vUWJo','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','executeScript','961892jMwsAR','zYGRf','performScan','__driver','thBuildUuid','mIUXf','bddStepFinish','add','enabled','YlfBn','stop','Performing\x20scan\x20for\x20','TestCafe','qtBLp','18fsEUpE','format','MBnHl','Element','stringify','container','startMonitoring','LncGd','../../helpers/accessibility-automation/helper','started','patchSaveScreenshot','env','rIviT','bddStepStart','captureError','accessibilityPlatform','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','getAccessibilityResults','browserStackExecuteDriver','test'];a1_0x163a=function(){return _0x1efae0;};return a1_0x163a();}function a1_0x2a64(_0x40a7c8,_0x3f31f0){const _0x163ac8=a1_0x163a();return a1_0x2a64=function(_0x2a6428,_0x36ad79){_0x2a6428=_0x2a6428-0xde;let _0x571f53=_0x163ac8[_0x2a6428];return _0x571f53;},a1_0x2a64(_0x40a7c8,_0x3f31f0);}const a1_0x3db1fa=a1_0x2a64;(function(_0x4046ed,_0x18022e){const _0x26f5bf=a1_0x2a64,_0x75e4aa=_0x4046ed();while(!![]){try{const _0x13662d=parseInt(_0x26f5bf(0x128))/0x1*(parseInt(_0x26f5bf(0x149))/0x2)+-parseInt(_0x26f5bf(0x120))/0x3*(-parseInt(_0x26f5bf(0x13c))/0x4)+-parseInt(_0x26f5bf(0xe0))/0x5*(parseInt(_0x26f5bf(0x157))/0x6)+-parseInt(_0x26f5bf(0x12d))/0x7*(-parseInt(_0x26f5bf(0x135))/0x8)+-parseInt(_0x26f5bf(0xfe))/0x9*(parseInt(_0x26f5bf(0x184))/0xa)+-parseInt(_0x26f5bf(0x12f))/0xb+-parseInt(_0x26f5bf(0x118))/0xc*(-parseInt(_0x26f5bf(0x110))/0xd);if(_0x13662d===_0x18022e)break;else _0x75e4aa['push'](_0x75e4aa['shift']());}catch(_0x591d50){_0x75e4aa['push'](_0x75e4aa['shift']());}}}(a1_0x163a,0x8aa20));const fs=require('fs'),util=require('util'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x3db1fa(0x111)),logger=require('../../helpers/logger')[a1_0x3db1fa(0x106)],testOpsHelper=require('../../helpers/test-observability/utils'),requestSpy=require(a1_0x3db1fa(0x144)),PlaywrightSessionDetails=require(a1_0x3db1fa(0xed)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x3db1fa(0x130)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x3db1fa(0x15f)),AccessibilityHelper=require(a1_0x3db1fa(0x182)),scripts=require(a1_0x3db1fa(0x173)),PerformanceTester=require(a1_0x3db1fa(0x132)),{processWebDriverConfig,shouldPatchExecuteScript}=require('./helper.js'),testHubConstants=require(a1_0x3db1fa(0x175)),CodeceptJS=requireModule(a1_0x3db1fa(0xfc)),CodeceptUtils=requireModule('codeceptjs/lib/utils.js'),CodeceptWebDriver=requireModule(a1_0x3db1fa(0x16c)),CodeceptRecorder=requireModule(a1_0x3db1fa(0x17a)),CodeceptPlaywright=requireModule(a1_0x3db1fa(0x170)),playwrightMarkSessionStatus=(_0x594885,_0xe6ef02,_0x21b4c6)=>{const _0xd8d48e=a1_0x3db1fa,_0x443afe={'frjLs':_0xd8d48e(0x174),'YlfBn':function(_0x773db0,_0x2cce24){return _0x773db0(_0x2cce24);}},_0x5b9604={};_0x5b9604['status']=_0xe6ef02;const _0x270e4a={};_0x270e4a[_0xd8d48e(0x123)]=_0x443afe[_0xd8d48e(0x10d)],_0x270e4a[_0xd8d48e(0x100)]=_0x5b9604;const _0x33fb5a=_0x270e4a;return!_0x443afe[_0xd8d48e(0x152)](isUndefined,_0x21b4c6)&&(_0x33fb5a[_0xd8d48e(0x100)][_0xd8d48e(0xe4)]=JSON[_0xd8d48e(0x15b)](_0x21b4c6)),_0x594885[_0xd8d48e(0x148)](()=>{},_0xd8d48e(0xf6)+JSON[_0xd8d48e(0x15b)](_0x33fb5a));},o11ySync=async _0x281480=>{const _0x2b7e5f=a1_0x3db1fa,_0x85b94={};_0x85b94['GcUVv']=function(_0x1a9d74,_0x279e7a){return _0x1a9d74===_0x279e7a;},_0x85b94[_0x2b7e5f(0x109)]='Playwright';const _0x121345=_0x85b94;_0x121345[_0x2b7e5f(0x140)](_0x281480[_0x2b7e5f(0x10f)][_0x2b7e5f(0x11a)],_0x121345[_0x2b7e5f(0x109)])?await _0x281480[_0x2b7e5f(0x148)](_0x3f905d=>{},testOpsHelper['getSyncScript']()):await _0x281480[_0x2b7e5f(0x148)](testOpsHelper['getSyncScript']());},markSessionName=async(_0x1e54d1,_0x549d43)=>{const _0x3befee=a1_0x3db1fa,_0x1d8f1b={};_0x1d8f1b[_0x3befee(0x103)]='setSessionName',_0x1d8f1b[_0x3befee(0x145)]=function(_0x199cd1,_0x2fd3fc){return _0x199cd1===_0x2fd3fc;},_0x1d8f1b[_0x3befee(0x12a)]='Playwright';const _0x43a20a=_0x1d8f1b,_0x2f5197={};_0x2f5197['name']=_0x549d43;const _0xd89c81={};_0xd89c81[_0x3befee(0x123)]=_0x43a20a[_0x3befee(0x103)],_0xd89c81[_0x3befee(0x100)]=_0x2f5197;const _0x1e7fb3=_0xd89c81;_0x43a20a['pOsTl'](_0x1e54d1[_0x3befee(0x10f)][_0x3befee(0x11a)],_0x43a20a[_0x3befee(0x12a)])?await _0x1e54d1['executeScript'](()=>{},'browserstack_executor:\x20'+JSON[_0x3befee(0x15b)](_0x1e7fb3)):await _0x1e54d1[_0x3befee(0x148)](_0x3befee(0xf6)+JSON[_0x3befee(0x15b)](_0x1e7fb3));},patchSaveScreenshot=_0x5ab2e9=>{const _0x53db2f=a1_0x3db1fa,_0x429746={'NjWXG':'base64','YyCSH':_0x53db2f(0x17f),'PiwJr':function(_0x4c49ef){return _0x4c49ef();},'ClinG':function(_0x20b65f,_0x2a55f9){return _0x20b65f(_0x2a55f9);}};_0x429746['ClinG'](isTrue,process['env'][_0x53db2f(0x116)])&&!_0x5ab2e9['patchSaveScreenshot']&&(_0x5ab2e9[_0x53db2f(0x161)]=!![],_0x5ab2e9[_0x53db2f(0xe9)]=_0x5ab2e9['saveScreenshot'],_0x5ab2e9[_0x53db2f(0x10e)]=(_0x567ea9,_0x2bb24a=![])=>{const _0x4902a1=_0x53db2f,_0x4bc7fa={'kaOzf':_0x429746[_0x4902a1(0x16f)],'joRId':_0x429746[_0x4902a1(0x181)],'qERhw':function(_0x18a4c9){const _0xda44c=_0x4902a1;return _0x429746[_0xda44c(0x17e)](_0x18a4c9);}};return new Promise(function(_0x4e9102,_0x113aa1){const _0x2b77cf=_0x4902a1,_0x1ba93f={'EQVxU':_0x4bc7fa['kaOzf'],'PfbsR':_0x4bc7fa['joRId'],'TdRsm':function(_0x361d46){const _0x10f80e=a1_0x2a64;return _0x4bc7fa[_0x10f80e(0xf7)](_0x361d46);}};_0x5ab2e9[_0x2b77cf(0xe9)](_0x567ea9,_0x2bb24a)[_0x2b77cf(0xf1)](()=>{const _0x37f3f6=_0x2b77cf,_0x1c7ae1=CodeceptUtils[_0x37f3f6(0x11c)](_0x567ea9),_0x104436=fs[_0x37f3f6(0x178)](_0x1c7ae1);process[_0x37f3f6(0xff)](_0x37f3f6(0xe6)+process[_0x37f3f6(0x126)],{'timestamp':new Date()[_0x37f3f6(0x121)](),'message':_0x104436[_0x37f3f6(0xdf)](_0x1ba93f[_0x37f3f6(0x11d)]),'kind':_0x1ba93f[_0x37f3f6(0x10b)]}),_0x1ba93f['TdRsm'](_0x4e9102);})[_0x2b77cf(0x11e)](()=>null);});});},patchWebDriverBefore=_0x2283eb=>{const _0x4f0882=a1_0x3db1fa,_0x3edaf0={'ugAEu':function(_0x4c5637){return _0x4c5637();},'HoXZe':function(_0x1a9129,_0xb9edd1){return _0x1a9129(_0xb9edd1);},'MBnHl':function(_0x18e226,_0x435192){return _0x18e226===_0x435192;},'IPjJg':_0x4f0882(0x15a),'rIviT':function(_0x1c01dc,_0x2025e2){return _0x1c01dc(_0x2025e2);}},_0x198159=async function(_0x3a7569,_0x59082b){const _0x5db6da=_0x4f0882;return _0x3edaf0[_0x5db6da(0xe7)](isAccessibilityAutomationSession)&&!global[_0x5db6da(0x136)]&&global[_0x5db6da(0x166)]&&scripts['shouldWrapCommand'](_0x3a7569[_0x5db6da(0x11a)])&&_0x3edaf0[_0x5db6da(0x186)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x5db6da(0x136)]=!![],logger['debug'](_0x5db6da(0x154)+_0x3a7569[_0x5db6da(0x16d)]+'\x20'+_0x3a7569[_0x5db6da(0x11a)]),await AccessibilityHelper[_0x5db6da(0x169)](_0x2283eb,scripts['performScan'])),global[_0x5db6da(0x136)]=![],_0x59082b[_0x5db6da(0xf9)](this,Array[_0x5db6da(0x13b)][_0x5db6da(0x17b)][_0x5db6da(0x143)](arguments,0x2));},_0x42553a=CodeceptWebDriver[_0x4f0882(0x13b)][_0x4f0882(0xeb)];CodeceptWebDriver[_0x4f0882(0x13b)][_0x4f0882(0xeb)]=async function(){const _0x16a422=_0x4f0882;await _0x42553a['apply'](this,arguments),scripts[_0x16a422(0x104)][_0x16a422(0xf4)](_0x3e30f3=>_0x3e30f3[_0x16a422(0x11a)]&&_0x3e30f3[_0x16a422(0x16d)])[_0x16a422(0x124)](_0x1e49c8=>{const _0x50fb6a=_0x16a422;this[_0x50fb6a(0x185)][_0x50fb6a(0xf0)](_0x1e49c8['name'],_0x198159[_0x50fb6a(0x13a)](this,_0x1e49c8),_0x3edaf0[_0x50fb6a(0x159)](_0x1e49c8[_0x50fb6a(0x16d)],_0x3edaf0[_0x50fb6a(0xea)]));}),_0x3edaf0[_0x16a422(0x163)](processWebDriverConfig,_0x2283eb);};},patchPlaywrightBefore=()=>{const _0x4c90f7=a1_0x3db1fa;PlaywrightSessionDetails[_0x4c90f7(0xde)]();const _0x2ea120=CodeceptPlaywright[_0x4c90f7(0x13b)][_0x4c90f7(0xeb)];CodeceptPlaywright['prototype'][_0x4c90f7(0xeb)]=async function(){const _0x3c2598=_0x4c90f7;this[_0x3c2598(0x112)]=await this['browser'][_0x3c2598(0xee)]()[0x0],await _0x2ea120['apply'](this,arguments);};},getCodeceptDriver=()=>{const _0x163714=a1_0x3db1fa,_0x28aaac={};_0x28aaac[_0x163714(0x15e)]=_0x163714(0x138),_0x28aaac[_0x163714(0xfb)]=_0x163714(0x10c),_0x28aaac[_0x163714(0x129)]='Puppeteer',_0x28aaac[_0x163714(0x131)]=_0x163714(0x155);const _0x3c7ba4=_0x28aaac,_0x46f29d=[_0x3c7ba4['LncGd'],_0x3c7ba4[_0x163714(0xfb)],_0x3c7ba4['viKuZ'],_0x3c7ba4[_0x163714(0x131)]],_0x44f2dd=_0x46f29d[_0x163714(0xe2)](_0x44a631=>!!CodeceptJS[_0x163714(0x15c)][_0x163714(0x13e)](_0x44a631));if(!_0x44f2dd)return null;return CodeceptJS['container'][_0x163714(0x13e)](_0x44f2dd);};module['exports']=function(_0xf3e6d7){const _0xfb6a0=a1_0x3db1fa,_0x3265ef={'KPAeY':_0xfb6a0(0x147),'vUWJo':_0xfb6a0(0x172),'seODx':function(_0x408a79){return _0x408a79();},'Flhms':function(_0x10b7ff,_0x40f3b1){return _0x10b7ff(_0x40f3b1);},'RVFYr':function(_0x2ac79a,_0xd7d690,_0x51527a){return _0x2ac79a(_0xd7d690,_0x51527a);},'iHVaF':function(_0x40edff){return _0x40edff();},'jvkTw':function(_0x4a6e7e,_0x592fcf,_0x2ecbee,_0x5b11d5){return _0x4a6e7e(_0x592fcf,_0x2ecbee,_0x5b11d5);},'mIUXf':function(_0x5dea76,_0x43cd22,_0x3ec7f2,_0x4c7a80){return _0x5dea76(_0x43cd22,_0x3ec7f2,_0x4c7a80);},'swCzZ':function(_0x2bf787,_0x172ac5){return _0x2bf787===_0x172ac5;},'zYGRf':'Suite','AZPBt':function(_0x49dc20,_0xf6f113,_0x5450cd){return _0x49dc20(_0xf6f113,_0x5450cd);},'KFdvg':function(_0x5bd293){return _0x5bd293();},'qtBLp':_0xfb6a0(0x167),'TBtxq':'INFO','DpNWE':'TEST_LOG','bFwpx':function(_0x11f3f1){return _0x11f3f1();},'wkRbj':'Playwright','LDXRW':function(_0x2799e1,_0x4914f0){return _0x2799e1(_0x4914f0);},'uSFbB':function(_0x152b5b,_0x1c8846){return _0x152b5b(_0x1c8846);}};_0xf3e6d7[_0xfb6a0(0x180)]&&(global[_0xfb6a0(0x117)]=_0xf3e6d7[_0xfb6a0(0x180)]);PerformanceTester[_0xfb6a0(0x15d)]();const _0x10d943=_0x3265ef['bFwpx'](getCodeceptDriver),_0x471aaa=new O11yHelper(_0x10d943,_0xf3e6d7),_0x42fa53=!!CodeceptJS[_0xfb6a0(0x15c)][_0xfb6a0(0x13e)](_0x3265ef[_0xfb6a0(0x122)]);global[_0xfb6a0(0x14c)]=_0x10d943,_0x10d943&&(_0x42fa53?_0x3265ef[_0xfb6a0(0x11b)](patchPlaywrightBefore):_0x3265ef[_0xfb6a0(0x16b)](patchWebDriverBefore,_0x10d943),_0x10d943[_0xfb6a0(0xe1)]=async()=>{const _0x54c154=_0xfb6a0;if(global[_0x54c154(0x166)])await AccessibilityHelper[_0x54c154(0x169)](_0x10d943,scripts[_0x54c154(0x14b)]),await AccessibilityHelper['browserStackExecuteDriver'](_0x10d943,scripts[_0x54c154(0x17c)]);else return logger[_0x54c154(0xf2)](_0x3265ef['KPAeY']),{};},_0x10d943[_0xfb6a0(0x168)]=async()=>{const _0x40595f=_0xfb6a0;if(global[_0x40595f(0x166)])await AccessibilityHelper[_0x40595f(0x169)](_0x10d943,scripts[_0x40595f(0x14b)]),await AccessibilityHelper[_0x40595f(0x169)](_0x10d943,scripts['getResults']);else return logger['warn'](_0x3265ef[_0x40595f(0x146)]),{};},_0x3265ef[_0xfb6a0(0x187)](patchSaveScreenshot,_0x10d943)),CodeceptJS['event'][_0xfb6a0(0x10a)]['on'](CodeceptJS['event'][_0xfb6a0(0x17d)][_0xfb6a0(0x177)],()=>{const _0x6dd162=_0xfb6a0;try{_0x471aaa[_0x6dd162(0xfd)](),testOpsHelper[_0x6dd162(0x142)]();}catch(_0x2c70f0){PerformanceTester[_0x6dd162(0x165)](_0x2c70f0);}}),CodeceptJS[_0xfb6a0(0x12e)][_0xfb6a0(0x10a)]['on'](CodeceptJS[_0xfb6a0(0x12e)]['all']['after'],async()=>{const _0x400165=_0xfb6a0;try{requestSpy[_0x400165(0x102)](),await _0x471aaa[_0x400165(0x153)]();}catch(_0x42b353){PerformanceTester[_0x400165(0x165)](_0x42b353);}finally{PerformanceTester['stopMonitoring']();}}),CodeceptJS[_0xfb6a0(0x12e)]['dispatcher']['on'](CodeceptJS['event'][_0xfb6a0(0x108)][_0xfb6a0(0x160)],_0x59651e=>{const _0x5ab9d6=_0xfb6a0;try{const _0x1ccec1=_0x59651e[_0x5ab9d6(0xf3)][_0x5ab9d6(0x16a)],_0x4c4343=_0x471aaa[_0x5ab9d6(0x115)](TEST_EVENTS['HOOK_RUN_STARTED'],_0x1ccec1);CodeceptRecorder['add'](()=>_0x471aaa[_0x5ab9d6(0x101)](TEST_EVENTS['HOOK_RUN_STARTED'],_0x4c4343));}catch(_0x4b353a){PerformanceTester[_0x5ab9d6(0x165)](_0x4b353a);}}),CodeceptJS['event'][_0xfb6a0(0x10a)]['on'](CodeceptJS[_0xfb6a0(0x12e)][_0xfb6a0(0x108)][_0xfb6a0(0xf8)],_0x5683e0=>{const _0x554da8=_0xfb6a0;try{const _0x498ee1=_0x5683e0[_0x554da8(0xf3)][_0x554da8(0x16a)],_0x32dd17=_0x471aaa[_0x554da8(0x115)](TEST_EVENTS[_0x554da8(0x139)],_0x498ee1);CodeceptRecorder[_0x554da8(0x150)](()=>_0x471aaa[_0x554da8(0x101)](TEST_EVENTS[_0x554da8(0x139)],_0x32dd17));}catch(_0x4cc573){PerformanceTester[_0x554da8(0x165)](_0x4cc573);}}),CodeceptJS[_0xfb6a0(0x12e)][_0xfb6a0(0x10a)]['on'](CodeceptJS[_0xfb6a0(0x12e)][_0xfb6a0(0x108)][_0xfb6a0(0x183)],async(_0x3293f0,_0x27569c)=>{const _0x4b8302=_0xfb6a0;try{const _0x3e3188=_0x3293f0[_0x4b8302(0xf3)][_0x4b8302(0x16a)],_0x2d0603=_0x471aaa[_0x4b8302(0x115)](TEST_EVENTS[_0x4b8302(0x139)],_0x3e3188,_0x27569c);CodeceptRecorder[_0x4b8302(0x150)](()=>_0x471aaa[_0x4b8302(0x101)](TEST_EVENTS[_0x4b8302(0x139)],_0x2d0603));}catch(_0xceefbe){PerformanceTester[_0x4b8302(0x165)](_0xceefbe);}}),CodeceptJS['event'][_0xfb6a0(0x10a)]['on'](CodeceptJS['event'][_0xfb6a0(0x16a)][_0xfb6a0(0x177)],_0xc6e950=>{const _0x5ca30f=_0xfb6a0;try{_0x3265ef[_0x5ca30f(0x125)](isBrowserstackInfra)&&(_0x42fa53&&(global[_0x5ca30f(0x16e)]={'currentTest':{'name':_0xc6e950[_0x5ca30f(0x114)],'testInfo':{'titlePath':_0xc6e950[_0x5ca30f(0xfa)]()}}}));}catch(_0x25ac78){PerformanceTester['captureError'](_0x25ac78);}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0xfb6a0(0x12e)][_0xfb6a0(0x16a)][_0xfb6a0(0x160)],_0xcf5894=>{const _0x52b90b=_0xfb6a0;try{const _0x5a546d=_0x471aaa[_0x52b90b(0x115)](TEST_EVENTS[_0x52b90b(0x137)],_0xcf5894);CodeceptRecorder['add'](()=>_0x471aaa[_0x52b90b(0x101)](TEST_EVENTS[_0x52b90b(0x137)],_0x5a546d)),CodeceptRecorder[_0x52b90b(0x150)](async()=>{const _0x20f7e3=_0x52b90b;_0x3265ef['seODx'](isBrowserstackInfra)&&(!_0x3265ef[_0x20f7e3(0x12c)](isTrue,_0xf3e6d7['skipSessionName'])&&await _0x3265ef[_0x20f7e3(0xf5)](markSessionName,_0x10d943,_0xcf5894[_0x20f7e3(0x114)]),_0x471aaa[_0x20f7e3(0x151)]&&await _0x3265ef['Flhms'](o11ySync,_0x10d943));});}catch(_0x3d0931){PerformanceTester[_0x52b90b(0x165)](_0x3d0931);}}),CodeceptJS[_0xfb6a0(0x12e)][_0xfb6a0(0x10a)]['on'](CodeceptJS[_0xfb6a0(0x12e)][_0xfb6a0(0x16a)][_0xfb6a0(0xf8)],_0x806133=>{const _0xad7b47=_0xfb6a0;try{const _0x1b40bf=_0x471aaa[_0xad7b47(0x115)](TEST_EVENTS[_0xad7b47(0x107)],_0x806133);CodeceptRecorder[_0xad7b47(0x150)](()=>_0x471aaa[_0xad7b47(0x101)](TEST_EVENTS[_0xad7b47(0x107)],_0x1b40bf)),CodeceptRecorder[_0xad7b47(0x150)](async()=>{const _0x1e8478=_0xad7b47;_0x3265ef[_0x1e8478(0x125)](isBrowserstackInfra)&&(_0x42fa53?await _0x3265ef['RVFYr'](playwrightMarkSessionStatus,_0x10d943,STATE_PASSED):await _0x3265ef[_0x1e8478(0xf5)](markSessionStatus,_0x10d943,STATE_PASSED));});}catch(_0x561642){PerformanceTester[_0xad7b47(0x165)](_0x561642);}}),CodeceptJS[_0xfb6a0(0x12e)][_0xfb6a0(0x10a)]['on'](CodeceptJS['event'][_0xfb6a0(0x16a)][_0xfb6a0(0x183)],(_0x4d19b1,_0x18f4e5)=>{const _0x4a69d3=_0xfb6a0,_0x30d6b0={'zlUDd':function(_0x359b5b){const _0x29e334=a1_0x2a64;return _0x3265ef[_0x29e334(0x11b)](_0x359b5b);},'VLknX':function(_0x24963e,_0x479ac3,_0x2b19e1,_0x40cc57){return _0x3265ef['jvkTw'](_0x24963e,_0x479ac3,_0x2b19e1,_0x40cc57);},'upKDy':function(_0x408143,_0x4d0c44,_0x1549df,_0x2dba27){const _0x19524b=a1_0x2a64;return _0x3265ef[_0x19524b(0x14e)](_0x408143,_0x4d0c44,_0x1549df,_0x2dba27);}};try{if(_0x3265ef[_0x4a69d3(0x176)](_0x4d19b1[_0x4a69d3(0x10f)][_0x4a69d3(0x11a)],_0x3265ef[_0x4a69d3(0x14a)])){const _0x22325a=_0x471aaa['captureEvent'](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x4d19b1[_0x4a69d3(0xf3)]['currentTest']);CodeceptRecorder[_0x4a69d3(0x150)](()=>_0x471aaa[_0x4a69d3(0x101)](TEST_EVENTS[_0x4a69d3(0x105)],_0x22325a));}else{const _0x2459f5=_0x471aaa[_0x4a69d3(0x115)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x4d19b1,_0x18f4e5);CodeceptRecorder[_0x4a69d3(0x150)](()=>{const _0x434e89=_0x4a69d3;try{_0x471aaa[_0x434e89(0x101)](TEST_EVENTS[_0x434e89(0x107)],_0x2459f5);}catch(_0xe3cad1){logger[_0x434e89(0x119)](_0x434e89(0x113)+util[_0x434e89(0x158)](_0xe3cad1));}}),CodeceptRecorder[_0x4a69d3(0x150)](async()=>{const _0x56e549=_0x4a69d3;try{_0x30d6b0[_0x56e549(0x141)](isBrowserstackInfra)&&(_0x42fa53?await _0x30d6b0[_0x56e549(0x133)](playwrightMarkSessionStatus,_0x10d943,STATE_FAILED,_0x18f4e5):await _0x30d6b0[_0x56e549(0xef)](markSessionStatus,_0x10d943,STATE_FAILED,_0x18f4e5));}catch(_0x145105){logger['debug']('Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20'+util[_0x56e549(0x158)](_0x145105));}});}}catch(_0x349f8b){PerformanceTester['captureError'](_0x349f8b);}}),CodeceptJS[_0xfb6a0(0x12e)][_0xfb6a0(0x10a)]['on'](CodeceptJS[_0xfb6a0(0x12e)]['test']['skipped'],_0x58c7fa=>{const _0x5d30e4=_0xfb6a0;try{const _0x51e1ae=_0x471aaa[_0x5d30e4(0x115)](TEST_EVENTS[_0x5d30e4(0x105)],_0x58c7fa);CodeceptRecorder[_0x5d30e4(0x150)](()=>_0x471aaa[_0x5d30e4(0x101)](TEST_EVENTS[_0x5d30e4(0x105)],_0x51e1ae));}catch(_0xae425f){PerformanceTester['captureError'](_0xae425f);}}),CodeceptJS[_0xfb6a0(0x12e)][_0xfb6a0(0x10a)]['on'](CodeceptJS[_0xfb6a0(0x12e)]['test'][_0xfb6a0(0x11f)],async(_0x5d193b,_0x3c9d18)=>{const _0x1e8e46=_0xfb6a0;try{if(_0x3265ef['seODx'](isBrowserstackInfra)){const _0x496408=_0x3265ef['AZPBt'](shouldScanTestForAccessibility,_0x5d193b[_0x1e8e46(0xfa)](),!![]);if(_0x3265ef[_0x1e8e46(0x13f)](isAccessibilityAutomationSession)&&global[_0x1e8e46(0x166)]&&_0x496408){const _0x457fdc={};_0x457fdc[_0x1e8e46(0x179)]=_0x5d193b[_0x1e8e46(0x12b)],_0x457fdc[_0x1e8e46(0x14d)]=process['env'][testHubConstants['ENV_VAR'][_0x1e8e46(0xe5)]],_0x457fdc[_0x1e8e46(0x127)]=process[_0x1e8e46(0x162)][testHubConstants['ENV_VAR'][_0x1e8e46(0xe8)]];const _0x85372b=_0x457fdc;logger[_0x1e8e46(0x119)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON[_0x1e8e46(0x15b)](_0x85372b)),CodeceptRecorder[_0x1e8e46(0x150)](async()=>{const _0x301f8a=_0x1e8e46;await AccessibilityHelper[_0x301f8a(0x169)](_0x10d943,scripts[_0x301f8a(0x14b)]),await AccessibilityHelper['browserStackExecuteDriver'](_0x10d943,scripts[_0x301f8a(0xec)],_0x85372b);}),logger[_0x1e8e46(0x134)](_0x3265ef[_0x1e8e46(0x156)]);}}}catch(_0x2c527a){PerformanceTester[_0x1e8e46(0x165)](_0x2c527a);}}),CodeceptJS['event'][_0xfb6a0(0x10a)]['on'](CodeceptJS[_0xfb6a0(0x12e)][_0xfb6a0(0x171)]['comment'],_0x27d63a=>{const _0x205aec=_0xfb6a0;try{process[_0x205aec(0xff)](_0x205aec(0xe6)+process['pid'],{'timestamp':new Date()[_0x205aec(0x121)](),'level':_0x3265ef['TBtxq'],'message':_0x27d63a,'kind':_0x3265ef[_0x205aec(0xe3)],'http_response':{}});}catch(_0x1b594c){PerformanceTester[_0x205aec(0x165)](_0x1b594c);}}),CodeceptJS[_0xfb6a0(0x12e)]['dispatcher']['on'](CodeceptJS[_0xfb6a0(0x12e)][_0xfb6a0(0x13d)][_0xfb6a0(0x177)],_0xf2b9db=>{const _0x44bafd=_0xfb6a0;_0x471aaa[_0x44bafd(0x164)](_0xf2b9db);}),CodeceptJS[_0xfb6a0(0x12e)]['dispatcher']['on'](CodeceptJS[_0xfb6a0(0x12e)][_0xfb6a0(0x13d)][_0xfb6a0(0x11f)],_0xe97ee5=>{const _0x39985f=_0xfb6a0;_0x471aaa[_0x39985f(0x14f)](_0xe97ee5);});};
1
+ function a1_0x528b(){const _0x28ba22=['DtUoc','skipped','Yiemm','stringify','ctx','contexts','browserStackExecuteDriver','setSessionName','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','bstackAllyScanning','sabAH','format','gdRwm','../../helpers/accessibility-automation/helper','unJLT','oqZuA','setSessionStatus','Element','codeceptjs/lib/utils.js','1407HAymMK','nualr','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','patchSaveScreenshot','started','stop','_before','before','AKJzm','reason','ngFPi','catch','Vwubh','rQLOt','11rtmONs','307587xaahUu','1234815ctQJLF','dispatcher','187274DntnPS','warn','commandsToWrap','TEST_SCREENSHOT','nFSLR','currentTest','constructor','16NpxnNt','executeScript','filter','exports','shouldWrapCommand','status','find','performScan','wxezK','3162xOjoXe','../../bin/playwright/sessionDetails','base64','emit','codeceptjs/lib/recorder.js','jLSVD','toISOString','call','getResults','./helper.js','bind','ENV_VAR','winstonLogger','screenshotOutputFolder','saveScreenshot','wxUzp','pid','env','getSyncScript','HOOK_RUN_FINISHED','569340okwqBD','../../helpers/testhub/constants.js','patch','passed','accessibilityPlatform','hook','info','thJwtToken','captureEvent','event','start','initSaveScreenshot','1ycrAar','220392halkrB','helpers','startMonitoring','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','KgPtq','KteYz','BROWSERSTACK_TESTHUB_JWT','getAccessibilityResultsSummary','TestCafe','__driver','sHYdz','util','ZRMhM','getResultsSummary','fireEvent','toString','bddStepStart','../../helpers/logger','name','pKaDT','INFO','HOOK_RUN_STARTED','browser','./o11yHelper','addRequestSpy','nxeoD','xxCwe','skipSessionName','mogpW','thTestRunUuid','TEST_LOG','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','../../helpers/accessibility-automation/scripts','stopMonitoring','PKMgQ','browserstack_executor:\x20','readFileSync','acIjz','testAnalyticsId','browserContext','__skipSessionStatus','rdgZU','TEST_RUN_STARTED','WebDriver','ZElaG','slice','arguments','titlePath','captureError','EJnbj','lvbEy','pZKkD','udGjp','restore','Playwright','BS_TESTOPS_ALLOW_SCREENSHOTS','step','comment','TEST_RUN_FINISHED','forEach','enabled','../../helpers/helper','getAccessibilityResults','kAcvx','__workerDetails','jAjsN','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','prototype','eOzOQ','bs:addLog:','failed','TEST_RUN_SKIPPED','test','Performing\x20scan\x20for\x20','vNrrN','add','title','dsJJq','InTjc','apply','bddStepFinish','codeceptjs/lib/helper/Playwright.js','856430fTKSwC','wsbJW','class','../../helpers/request-spy','GOBwV','after','lrlSb','Suite','debug','../../helpers/test-observability/utils'];a1_0x528b=function(){return _0x28ba22;};return a1_0x528b();}const a1_0x10a98b=a1_0x1755;function a1_0x1755(_0x1d474a,_0x56ea57){const _0x528be3=a1_0x528b();return a1_0x1755=function(_0x175503,_0x464455){_0x175503=_0x175503-0x187;let _0x16ef84=_0x528be3[_0x175503];return _0x16ef84;},a1_0x1755(_0x1d474a,_0x56ea57);}(function(_0x1b0d3a,_0x1fa48f){const _0xb69af7=a1_0x1755,_0xe50c86=_0x1b0d3a();while(!![]){try{const _0x38d11a=parseInt(_0xb69af7(0x1b8))/0x1*(-parseInt(_0xb69af7(0x188))/0x2)+-parseInt(_0xb69af7(0x237))/0x3+parseInt(_0xb69af7(0x1ac))/0x4+parseInt(_0xb69af7(0x238))/0x5+-parseInt(_0xb69af7(0x198))/0x6*(parseInt(_0xb69af7(0x228))/0x7)+parseInt(_0xb69af7(0x18f))/0x8*(-parseInt(_0xb69af7(0x1b9))/0x9)+-parseInt(_0xb69af7(0x20b))/0xa*(-parseInt(_0xb69af7(0x236))/0xb);if(_0x38d11a===_0x1fa48f)break;else _0xe50c86['push'](_0xe50c86['shift']());}catch(_0x47ee59){_0xe50c86['push'](_0xe50c86['shift']());}}}(a1_0x528b,0x1e3e0));const fs=require('fs'),util=require(a1_0x10a98b(0x1c4)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x10a98b(0x1f6)),logger=require(a1_0x10a98b(0x1ca))[a1_0x10a98b(0x1a4)],testOpsHelper=require(a1_0x10a98b(0x214)),requestSpy=require(a1_0x10a98b(0x20e)),PlaywrightSessionDetails=require(a1_0x10a98b(0x199)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x10a98b(0x1d0)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x10a98b(0x222)),AccessibilityHelper=require('../../bin/playwright/accessibility-helper'),scripts=require(a1_0x10a98b(0x1d9)),PerformanceTester=require('../../helpers/performance-tester'),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x10a98b(0x1a1)),testHubConstants=require(a1_0x10a98b(0x1ad)),CodeceptJS=requireModule('codeceptjs/lib/index.js'),CodeceptUtils=requireModule(a1_0x10a98b(0x227)),CodeceptWebDriver=requireModule('codeceptjs/lib/helper/WebDriver.js'),CodeceptRecorder=requireModule(a1_0x10a98b(0x19c)),CodeceptPlaywright=requireModule(a1_0x10a98b(0x20a)),playwrightMarkSessionStatus=(_0x550118,_0x5d2edb,_0x2a72b2)=>{const _0x1a01b2=a1_0x10a98b,_0x415f92={'vNrrN':_0x1a01b2(0x225),'pKaDT':function(_0xb72337,_0x1432df){return _0xb72337(_0x1432df);}},_0x10a592={};_0x10a592[_0x1a01b2(0x194)]=_0x5d2edb;const _0xfe7f42={};_0xfe7f42['action']=_0x415f92[_0x1a01b2(0x203)],_0xfe7f42[_0x1a01b2(0x1e7)]=_0x10a592;const _0x23b249=_0xfe7f42;return!_0x415f92[_0x1a01b2(0x1cc)](isUndefined,_0x2a72b2)&&(_0x23b249[_0x1a01b2(0x1e7)][_0x1a01b2(0x231)]=JSON[_0x1a01b2(0x218)](_0x2a72b2)),_0x550118[_0x1a01b2(0x190)](()=>{},'browserstack_executor:\x20'+JSON[_0x1a01b2(0x218)](_0x23b249));},o11ySync=async _0x2e5ccd=>{const _0x421b70=a1_0x10a98b,_0x53b779={};_0x53b779[_0x421b70(0x235)]=function(_0x4c8fc0,_0x14826d){return _0x4c8fc0===_0x14826d;},_0x53b779[_0x421b70(0x1a7)]=_0x421b70(0x1ef);const _0x198cc2=_0x53b779;_0x198cc2['rQLOt'](_0x2e5ccd[_0x421b70(0x18e)][_0x421b70(0x1cb)],_0x198cc2[_0x421b70(0x1a7)])?await _0x2e5ccd[_0x421b70(0x190)](_0x33f463=>{},testOpsHelper[_0x421b70(0x1aa)]()):await _0x2e5ccd['executeScript'](testOpsHelper['getSyncScript']());},markSessionName=async(_0x51c3bd,_0xb4c71d)=>{const _0x14b1de=a1_0x10a98b,_0xaaffed={};_0xaaffed['dsJJq']=_0x14b1de(0x21c),_0xaaffed['xxCwe']=function(_0xbb004d,_0x44448d){return _0xbb004d===_0x44448d;},_0xaaffed[_0x14b1de(0x1d2)]=_0x14b1de(0x1ef);const _0xd7092c=_0xaaffed,_0x2f196a={};_0x2f196a[_0x14b1de(0x1cb)]=_0xb4c71d;const _0x4bf2a8={};_0x4bf2a8['action']=_0xd7092c[_0x14b1de(0x206)],_0x4bf2a8[_0x14b1de(0x1e7)]=_0x2f196a;const _0x23a659=_0x4bf2a8;_0xd7092c[_0x14b1de(0x1d3)](_0x51c3bd['constructor']['name'],_0xd7092c[_0x14b1de(0x1d2)])?await _0x51c3bd[_0x14b1de(0x190)](()=>{},_0x14b1de(0x1dc)+JSON[_0x14b1de(0x218)](_0x23a659)):await _0x51c3bd['executeScript']('browserstack_executor:\x20'+JSON['stringify'](_0x23a659));},patchSaveScreenshot=_0x464d0e=>{const _0x285819=a1_0x10a98b,_0x459607={'Yiemm':_0x285819(0x19a),'mogpW':_0x285819(0x18b),'udGjp':function(_0x8d5632){return _0x8d5632();},'oqZuA':function(_0x1bc85a,_0x3cf06a){return _0x1bc85a(_0x3cf06a);}};_0x459607[_0x285819(0x224)](isTrue,process[_0x285819(0x1a9)][_0x285819(0x1f0)])&&!_0x464d0e[_0x285819(0x22b)]&&(_0x464d0e[_0x285819(0x22b)]=!![],_0x464d0e[_0x285819(0x1b7)]=_0x464d0e['saveScreenshot'],_0x464d0e[_0x285819(0x1a6)]=(_0x36e46e,_0x2e3ba2=![])=>{const _0x55d834=_0x285819,_0x326282={'jLSVD':_0x459607[_0x55d834(0x217)],'eOzOQ':_0x459607[_0x55d834(0x1d5)],'pZKkD':function(_0x269d62){const _0x6bb358=_0x55d834;return _0x459607[_0x6bb358(0x1ed)](_0x269d62);}};return new Promise(function(_0x18fbfc,_0x13fd99){const _0x123f8f=_0x55d834;_0x464d0e[_0x123f8f(0x1b7)](_0x36e46e,_0x2e3ba2)['then'](()=>{const _0x264f63=_0x123f8f,_0x9b5c32=CodeceptUtils[_0x264f63(0x1a5)](_0x36e46e),_0x2f5466=fs[_0x264f63(0x1dd)](_0x9b5c32);process[_0x264f63(0x19b)](_0x264f63(0x1fe)+process['pid'],{'timestamp':new Date()[_0x264f63(0x19e)](),'message':_0x2f5466[_0x264f63(0x1c8)](_0x326282[_0x264f63(0x19d)]),'kind':_0x326282[_0x264f63(0x1fd)]}),_0x326282[_0x264f63(0x1ec)](_0x18fbfc);})[_0x123f8f(0x233)](()=>null);});});},patchWebDriverBefore=_0x1a3b1a=>{const _0x198d26=a1_0x10a98b,_0x20c547={'CngGH':function(_0x6c3803){return _0x6c3803();},'acIjz':function(_0x490960,_0x22ab5f){return _0x490960(_0x22ab5f);},'unJLT':function(_0x3e5757,_0x5b5b86){return _0x3e5757===_0x5b5b86;},'sabAH':_0x198d26(0x226)},_0x5297ad=async function(_0x40ec91,_0x1cb83d){const _0x4b6b0d=_0x198d26;return _0x20c547['CngGH'](isAccessibilityAutomationSession)&&!global[_0x4b6b0d(0x21e)]&&global[_0x4b6b0d(0x1b0)]&&scripts[_0x4b6b0d(0x193)](_0x40ec91[_0x4b6b0d(0x1cb)])&&_0x20c547[_0x4b6b0d(0x1de)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x4b6b0d(0x21e)]=!![],logger[_0x4b6b0d(0x213)](_0x4b6b0d(0x202)+_0x40ec91[_0x4b6b0d(0x20d)]+'\x20'+_0x40ec91['name']),await AccessibilityHelper[_0x4b6b0d(0x21b)](_0x1a3b1a,scripts[_0x4b6b0d(0x196)])),global[_0x4b6b0d(0x21e)]=![],_0x1cb83d['apply'](this,Array[_0x4b6b0d(0x1fc)][_0x4b6b0d(0x1e6)][_0x4b6b0d(0x19f)](arguments,0x2));},_0x207cce=CodeceptWebDriver['prototype'][_0x198d26(0x22e)];CodeceptWebDriver[_0x198d26(0x1fc)]['_before']=async function(){const _0x2aa39d=_0x198d26,_0x21cb85={'wxezK':function(_0x573e6f,_0x31fb25){const _0xe94f20=a1_0x1755;return _0x20c547[_0xe94f20(0x223)](_0x573e6f,_0x31fb25);},'EJnbj':_0x20c547[_0x2aa39d(0x21f)]};await _0x207cce[_0x2aa39d(0x208)](this,arguments),scripts[_0x2aa39d(0x18a)][_0x2aa39d(0x191)](_0x20a817=>_0x20a817['name']&&_0x20a817[_0x2aa39d(0x20d)])[_0x2aa39d(0x1f4)](_0x1db1fd=>{const _0x3d66be=_0x2aa39d;this[_0x3d66be(0x1cf)]['overwriteCommand'](_0x1db1fd[_0x3d66be(0x1cb)],_0x5297ad[_0x3d66be(0x1a2)](this,_0x1db1fd),_0x21cb85[_0x3d66be(0x197)](_0x1db1fd[_0x3d66be(0x20d)],_0x21cb85[_0x3d66be(0x1ea)]));}),_0x20c547[_0x2aa39d(0x1de)](processWebDriverConfig,_0x1a3b1a);};},patchPlaywrightBefore=()=>{const _0x3c6062=a1_0x10a98b;PlaywrightSessionDetails[_0x3c6062(0x1ae)]();const _0x491a9a=CodeceptPlaywright['prototype'][_0x3c6062(0x22e)];CodeceptPlaywright[_0x3c6062(0x1fc)]['_before']=async function(){const _0x4c84cd=_0x3c6062;this[_0x4c84cd(0x1e0)]=await this[_0x4c84cd(0x1cf)][_0x4c84cd(0x21a)]()[0x0],await _0x491a9a['apply'](this,arguments);};},getCodeceptDriver=()=>{const _0x5a5e3a=a1_0x10a98b,_0x51f8a0={};_0x51f8a0[_0x5a5e3a(0x1f8)]=_0x5a5e3a(0x1e4),_0x51f8a0['sZSrJ']=_0x5a5e3a(0x1ef),_0x51f8a0[_0x5a5e3a(0x221)]='Puppeteer',_0x51f8a0['nFSLR']=_0x5a5e3a(0x1c1);const _0x1b27e4=_0x51f8a0,_0x5c9981=[_0x1b27e4['kAcvx'],_0x1b27e4['sZSrJ'],_0x1b27e4['gdRwm'],_0x1b27e4[_0x5a5e3a(0x18c)]],_0x35498e=_0x5c9981[_0x5a5e3a(0x195)](_0x916892=>!!CodeceptJS['container']['helpers'](_0x916892));if(!_0x35498e)return null;return CodeceptJS['container'][_0x5a5e3a(0x1ba)](_0x35498e);};module[a1_0x10a98b(0x192)]=function(_0x2b361f){const _0x180893=a1_0x10a98b,_0x7c83eb={'ZElaG':_0x180893(0x21d),'ngFPi':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','KgPtq':function(_0x11824b){return _0x11824b();},'jAjsN':function(_0x588f2e){return _0x588f2e();},'InTjc':function(_0x398577,_0x505c53){return _0x398577(_0x505c53);},'GOBwV':function(_0x4abb45,_0x32abc8,_0x431d82){return _0x4abb45(_0x32abc8,_0x431d82);},'jVCUj':function(_0x34f0a8){return _0x34f0a8();},'wsbJW':function(_0x524cd1,_0x2bb9fd,_0x5b8e3d){return _0x524cd1(_0x2bb9fd,_0x5b8e3d);},'Vwubh':function(_0xf1e82c,_0x5dde24,_0x753399,_0x32e309){return _0xf1e82c(_0x5dde24,_0x753399,_0x32e309);},'lrlSb':function(_0x38484a,_0x2e2da2){return _0x38484a===_0x2e2da2;},'PKMgQ':_0x180893(0x212),'DtUoc':function(_0x208e36,_0x9cb4e6,_0x168a88){return _0x208e36(_0x9cb4e6,_0x168a88);},'ensUv':function(_0x329d0c){return _0x329d0c();},'KteYz':_0x180893(0x1bc),'zFhxF':_0x180893(0x1cd),'YsWeC':_0x180893(0x1d7),'lvbEy':function(_0x34b372){return _0x34b372();},'XkjIx':'Playwright','rdgZU':function(_0x431c00){return _0x431c00();},'uwJkV':function(_0x14a4b4,_0x2d5560){return _0x14a4b4(_0x2d5560);},'nKQiJ':function(_0x1bc2b1,_0x1e6184){return _0x1bc2b1(_0x1e6184);}};_0x2b361f['skipSessionStatus']&&(global[_0x180893(0x1e1)]=_0x2b361f['skipSessionStatus']);PerformanceTester[_0x180893(0x1bb)]();const _0x13a220=_0x7c83eb[_0x180893(0x1eb)](getCodeceptDriver),_0x1035d3=new O11yHelper(_0x13a220,_0x2b361f),_0x329e20=!!CodeceptJS['container'][_0x180893(0x1ba)](_0x7c83eb['XkjIx']);global[_0x180893(0x1c2)]=_0x13a220,_0x13a220&&(_0x329e20?_0x7c83eb[_0x180893(0x1e2)](patchPlaywrightBefore):_0x7c83eb['uwJkV'](patchWebDriverBefore,_0x13a220),_0x13a220[_0x180893(0x1c0)]=async()=>{const _0x5d0587=_0x180893;if(global['accessibilityPlatform'])await AccessibilityHelper[_0x5d0587(0x21b)](_0x13a220,scripts[_0x5d0587(0x196)]),await AccessibilityHelper[_0x5d0587(0x21b)](_0x13a220,scripts[_0x5d0587(0x1c6)]);else return logger[_0x5d0587(0x189)](_0x7c83eb[_0x5d0587(0x1e5)]),{};},_0x13a220[_0x180893(0x1f7)]=async()=>{const _0x4d57af=_0x180893;if(global['accessibilityPlatform'])await AccessibilityHelper[_0x4d57af(0x21b)](_0x13a220,scripts[_0x4d57af(0x196)]),await AccessibilityHelper[_0x4d57af(0x21b)](_0x13a220,scripts[_0x4d57af(0x1a0)]);else return logger[_0x4d57af(0x189)](_0x7c83eb[_0x4d57af(0x232)]),{};},_0x7c83eb['nKQiJ'](patchSaveScreenshot,_0x13a220)),CodeceptJS[_0x180893(0x1b5)]['dispatcher']['on'](CodeceptJS[_0x180893(0x1b5)]['all'][_0x180893(0x22f)],()=>{const _0x580e88=_0x180893;try{_0x1035d3[_0x580e88(0x1b6)](),testOpsHelper[_0x580e88(0x1d1)]();}catch(_0xcb90f0){PerformanceTester[_0x580e88(0x1e9)](_0xcb90f0);}}),CodeceptJS[_0x180893(0x1b5)][_0x180893(0x187)]['on'](CodeceptJS[_0x180893(0x1b5)]['all'][_0x180893(0x210)],async()=>{const _0x98248b=_0x180893;try{requestSpy[_0x98248b(0x1ee)](),await _0x1035d3[_0x98248b(0x22d)]();}catch(_0x26eaed){PerformanceTester['captureError'](_0x26eaed);}finally{PerformanceTester[_0x98248b(0x1da)]();}}),CodeceptJS['event'][_0x180893(0x187)]['on'](CodeceptJS[_0x180893(0x1b5)]['hook'][_0x180893(0x22c)],_0x57ed68=>{const _0x4a57a5=_0x180893;try{const _0x139c74=_0x57ed68[_0x4a57a5(0x219)][_0x4a57a5(0x201)],_0x1c7a68=_0x1035d3[_0x4a57a5(0x1b4)](TEST_EVENTS[_0x4a57a5(0x1ce)],_0x139c74);CodeceptRecorder[_0x4a57a5(0x204)](()=>_0x1035d3[_0x4a57a5(0x1c7)](TEST_EVENTS['HOOK_RUN_STARTED'],_0x1c7a68));}catch(_0x167073){PerformanceTester[_0x4a57a5(0x1e9)](_0x167073);}}),CodeceptJS[_0x180893(0x1b5)]['dispatcher']['on'](CodeceptJS[_0x180893(0x1b5)][_0x180893(0x1b1)][_0x180893(0x1af)],_0x2db28b=>{const _0x248eae=_0x180893;try{const _0xfb2a86=_0x2db28b['ctx'][_0x248eae(0x201)],_0xdd8cc9=_0x1035d3[_0x248eae(0x1b4)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0xfb2a86);CodeceptRecorder[_0x248eae(0x204)](()=>_0x1035d3[_0x248eae(0x1c7)](TEST_EVENTS[_0x248eae(0x1ab)],_0xdd8cc9));}catch(_0x391ba4){PerformanceTester[_0x248eae(0x1e9)](_0x391ba4);}}),CodeceptJS[_0x180893(0x1b5)][_0x180893(0x187)]['on'](CodeceptJS['event']['hook'][_0x180893(0x1ff)],async(_0x56234e,_0x2d791c)=>{const _0xa03fad=_0x180893;try{const _0x1db616=_0x56234e[_0xa03fad(0x219)][_0xa03fad(0x201)],_0x71d4ec=_0x1035d3['captureEvent'](TEST_EVENTS[_0xa03fad(0x1ab)],_0x1db616,_0x2d791c);CodeceptRecorder['add'](()=>_0x1035d3[_0xa03fad(0x1c7)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x71d4ec));}catch(_0x33e9e9){PerformanceTester[_0xa03fad(0x1e9)](_0x33e9e9);}}),CodeceptJS[_0x180893(0x1b5)][_0x180893(0x187)]['on'](CodeceptJS[_0x180893(0x1b5)][_0x180893(0x201)][_0x180893(0x22f)],_0x53c424=>{const _0x45fe65=_0x180893;try{_0x7c83eb[_0x45fe65(0x1bd)](isBrowserstackInfra)&&(_0x329e20&&(global[_0x45fe65(0x1f9)]={'currentTest':{'name':_0x53c424[_0x45fe65(0x205)],'testInfo':{'titlePath':_0x53c424[_0x45fe65(0x1e8)]()}}}));}catch(_0x183045){PerformanceTester[_0x45fe65(0x1e9)](_0x183045);}}),CodeceptJS[_0x180893(0x1b5)][_0x180893(0x187)]['on'](CodeceptJS['event'][_0x180893(0x201)][_0x180893(0x22c)],_0x1bcca8=>{const _0x416103=_0x180893;try{const _0x184828=_0x1035d3[_0x416103(0x1b4)](TEST_EVENTS[_0x416103(0x1e3)],_0x1bcca8);CodeceptRecorder['add'](()=>_0x1035d3['fireEvent'](TEST_EVENTS[_0x416103(0x1e3)],_0x184828)),CodeceptRecorder[_0x416103(0x204)](async()=>{const _0x28fa8b=_0x416103;_0x7c83eb['jAjsN'](isBrowserstackInfra)&&(!_0x7c83eb[_0x28fa8b(0x207)](isTrue,_0x2b361f[_0x28fa8b(0x1d4)])&&await _0x7c83eb[_0x28fa8b(0x20f)](markSessionName,_0x13a220,_0x1bcca8[_0x28fa8b(0x205)]),_0x1035d3[_0x28fa8b(0x1f5)]&&await _0x7c83eb[_0x28fa8b(0x207)](o11ySync,_0x13a220));});}catch(_0x41b9ed){PerformanceTester['captureError'](_0x41b9ed);}}),CodeceptJS[_0x180893(0x1b5)]['dispatcher']['on'](CodeceptJS['event']['test'][_0x180893(0x1af)],_0x4d395b=>{const _0x2924be=_0x180893,_0x407cdf={'ToXXu':function(_0x4229d5){return _0x7c83eb['jVCUj'](_0x4229d5);},'sHYdz':function(_0x2ea7d6,_0x12d620,_0x38b092){const _0x2d2593=a1_0x1755;return _0x7c83eb[_0x2d2593(0x20c)](_0x2ea7d6,_0x12d620,_0x38b092);},'AKJzm':function(_0x5f48dc,_0x51f5df,_0x507149){const _0x2e6dd1=a1_0x1755;return _0x7c83eb[_0x2e6dd1(0x20f)](_0x5f48dc,_0x51f5df,_0x507149);}};try{const _0x58bb3c=_0x1035d3[_0x2924be(0x1b4)](TEST_EVENTS[_0x2924be(0x1f3)],_0x4d395b);CodeceptRecorder[_0x2924be(0x204)](()=>_0x1035d3['fireEvent'](TEST_EVENTS[_0x2924be(0x1f3)],_0x58bb3c)),CodeceptRecorder['add'](async()=>{const _0x50d3ea=_0x2924be;_0x407cdf['ToXXu'](isBrowserstackInfra)&&(_0x329e20?await _0x407cdf[_0x50d3ea(0x1c3)](playwrightMarkSessionStatus,_0x13a220,STATE_PASSED):await _0x407cdf[_0x50d3ea(0x230)](markSessionStatus,_0x13a220,STATE_PASSED));});}catch(_0x56f413){PerformanceTester[_0x2924be(0x1e9)](_0x56f413);}}),CodeceptJS[_0x180893(0x1b5)][_0x180893(0x187)]['on'](CodeceptJS[_0x180893(0x1b5)][_0x180893(0x201)][_0x180893(0x1ff)],(_0xc7677c,_0x2a0d8d)=>{const _0x18feb8=_0x180893,_0x213b6e={'nualr':function(_0x4efa7c){const _0xc138eb=a1_0x1755;return _0x7c83eb[_0xc138eb(0x1fa)](_0x4efa7c);},'ZRMhM':function(_0x2f2430,_0x37d2d1,_0x2c23c3,_0x1f561c){return _0x7c83eb['Vwubh'](_0x2f2430,_0x37d2d1,_0x2c23c3,_0x1f561c);},'yWIdT':function(_0x4a17f8,_0x248875,_0x94c393,_0x532da7){const _0x269a7f=a1_0x1755;return _0x7c83eb[_0x269a7f(0x234)](_0x4a17f8,_0x248875,_0x94c393,_0x532da7);}};try{if(_0x7c83eb[_0x18feb8(0x211)](_0xc7677c[_0x18feb8(0x18e)][_0x18feb8(0x1cb)],_0x7c83eb[_0x18feb8(0x1db)])){const _0x32988d=_0x1035d3[_0x18feb8(0x1b4)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0xc7677c[_0x18feb8(0x219)][_0x18feb8(0x18d)]);CodeceptRecorder['add'](()=>_0x1035d3['fireEvent'](TEST_EVENTS[_0x18feb8(0x200)],_0x32988d));}else{const _0x263e27=_0x1035d3[_0x18feb8(0x1b4)](TEST_EVENTS[_0x18feb8(0x1f3)],_0xc7677c,_0x2a0d8d);CodeceptRecorder[_0x18feb8(0x204)](()=>{const _0x4c7aaa=_0x18feb8;try{_0x1035d3[_0x4c7aaa(0x1c7)](TEST_EVENTS[_0x4c7aaa(0x1f3)],_0x263e27);}catch(_0x121ef7){logger['debug'](_0x4c7aaa(0x1fb)+util[_0x4c7aaa(0x220)](_0x121ef7));}}),CodeceptRecorder['add'](async()=>{const _0xf860f1=_0x18feb8;try{_0x213b6e[_0xf860f1(0x229)](isBrowserstackInfra)&&(_0x329e20?await _0x213b6e[_0xf860f1(0x1c5)](playwrightMarkSessionStatus,_0x13a220,STATE_FAILED,_0x2a0d8d):await _0x213b6e['yWIdT'](markSessionStatus,_0x13a220,STATE_FAILED,_0x2a0d8d));}catch(_0x2b341f){logger[_0xf860f1(0x213)](_0xf860f1(0x1d8)+util[_0xf860f1(0x220)](_0x2b341f));}});}}catch(_0x426636){PerformanceTester['captureError'](_0x426636);}}),CodeceptJS[_0x180893(0x1b5)]['dispatcher']['on'](CodeceptJS[_0x180893(0x1b5)][_0x180893(0x201)][_0x180893(0x216)],_0x16181e=>{const _0xdad1c9=_0x180893;try{const _0x179101=_0x1035d3[_0xdad1c9(0x1b4)](TEST_EVENTS[_0xdad1c9(0x200)],_0x16181e);CodeceptRecorder[_0xdad1c9(0x204)](()=>_0x1035d3['fireEvent'](TEST_EVENTS[_0xdad1c9(0x200)],_0x179101));}catch(_0x493b9c){PerformanceTester[_0xdad1c9(0x1e9)](_0x493b9c);}}),CodeceptJS[_0x180893(0x1b5)][_0x180893(0x187)]['on'](CodeceptJS['event'][_0x180893(0x201)][_0x180893(0x210)],async(_0x3f5810,_0x31c40c)=>{const _0x55e886=_0x180893;try{if(_0x7c83eb['jAjsN'](isBrowserstackInfra)){const _0x3676bd=_0x7c83eb[_0x55e886(0x215)](shouldScanTestForAccessibility,_0x3f5810[_0x55e886(0x1e8)](),!![]);if(_0x7c83eb['ensUv'](isAccessibilityAutomationSession)&&global[_0x55e886(0x1b0)]&&_0x3676bd){const _0x3a1e4a={};_0x3a1e4a[_0x55e886(0x1d6)]=_0x3f5810[_0x55e886(0x1df)],_0x3a1e4a['thBuildUuid']=process['env'][testHubConstants[_0x55e886(0x1a3)]['BROWSERSTACK_TESTHUB_UUID']],_0x3a1e4a[_0x55e886(0x1b3)]=process[_0x55e886(0x1a9)][testHubConstants['ENV_VAR'][_0x55e886(0x1bf)]];const _0x5b5017=_0x3a1e4a;logger['debug'](_0x55e886(0x22a)+JSON[_0x55e886(0x218)](_0x5b5017)),CodeceptRecorder[_0x55e886(0x204)](async()=>{const _0x1c9f73=_0x55e886;await AccessibilityHelper[_0x1c9f73(0x21b)](_0x13a220,scripts[_0x1c9f73(0x196)]),await AccessibilityHelper[_0x1c9f73(0x21b)](_0x13a220,scripts['saveTestResults'],_0x5b5017);}),logger[_0x55e886(0x1b2)](_0x7c83eb[_0x55e886(0x1be)]);}}}catch(_0x241156){PerformanceTester[_0x55e886(0x1e9)](_0x241156);}}),CodeceptJS[_0x180893(0x1b5)][_0x180893(0x187)]['on'](CodeceptJS['event'][_0x180893(0x1f1)][_0x180893(0x1f2)],_0x275084=>{const _0x14504f=_0x180893;try{process['emit'](_0x14504f(0x1fe)+process[_0x14504f(0x1a8)],{'timestamp':new Date()['toISOString'](),'level':_0x7c83eb['zFhxF'],'message':_0x275084,'kind':_0x7c83eb['YsWeC'],'http_response':{}});}catch(_0x85c686){PerformanceTester['captureError'](_0x85c686);}}),CodeceptJS[_0x180893(0x1b5)][_0x180893(0x187)]['on'](CodeceptJS['event']['bddStep'][_0x180893(0x22f)],_0x1b75eb=>{const _0x5ed0fd=_0x180893;_0x1035d3[_0x5ed0fd(0x1c9)](_0x1b75eb);}),CodeceptJS[_0x180893(0x1b5)][_0x180893(0x187)]['on'](CodeceptJS[_0x180893(0x1b5)]['bddStep']['after'],_0x201731=>{const _0x469f95=_0x180893;_0x1035d3[_0x469f95(0x209)](_0x201731);});};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a2_0x373a72=a2_0x3557;(function(_0xdb454f,_0x3d6a88){const _0x133ab3=a2_0x3557,_0x2cf60c=_0xdb454f();while(!![]){try{const _0x1dceb9=-parseInt(_0x133ab3(0x21f))/0x1+parseInt(_0x133ab3(0x258))/0x2*(parseInt(_0x133ab3(0x266))/0x3)+parseInt(_0x133ab3(0x210))/0x4+parseInt(_0x133ab3(0x262))/0x5*(-parseInt(_0x133ab3(0x22d))/0x6)+parseInt(_0x133ab3(0x268))/0x7+-parseInt(_0x133ab3(0x212))/0x8+parseInt(_0x133ab3(0x1ef))/0x9*(parseInt(_0x133ab3(0x216))/0xa);if(_0x1dceb9===_0x3d6a88)break;else _0x2cf60c['push'](_0x2cf60c['shift']());}catch(_0x55133a){_0x2cf60c['push'](_0x2cf60c['shift']());}}}(a2_0x96f7,0x39720));const fs=require('fs'),path=require(a2_0x373a72(0x23f)),util=require(a2_0x373a72(0x269)),process=require(a2_0x373a72(0x233)),logger=require('../../helpers/logger')[a2_0x373a72(0x220)],{default:BrowserStackSetup}=require(a2_0x373a72(0x24b)),helper=require(a2_0x373a72(0x1e4)),utilities=require(a2_0x373a72(0x252)),{checkAccessibilityPlatformConfig}=require('../../helpers/accessibility-automation/helper'),{setAccessibilityCapabilities}=require(a2_0x373a72(0x223)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x373a72(0x1e4)),CodeceptJS=requireModule(a2_0x373a72(0x235)),testOpsHelper=require('../../helpers/test-observability/utils'),TestHubHandler=require('../../helpers/testhub/testhubHandler'),constants=require(a2_0x373a72(0x25b)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x2d1864,_0x25e541)=>{const _0x5bc01f=a2_0x373a72,_0x49c92a={};_0x49c92a[_0x5bc01f(0x21d)]=function(_0x3719f7,_0x206433){return _0x3719f7===_0x206433;},_0x49c92a[_0x5bc01f(0x26b)]=_0x5bc01f(0x20b),_0x49c92a['OjDnW']='codecept.json';const _0x1d0223=_0x49c92a;let _0x35cb8a=null;const _0xbf9bff={};let _0x256295=_0x25e541[_0x5bc01f(0x22e)](_0x5c5c28=>_0x5c5c28==='--config');_0x1d0223[_0x5bc01f(0x21d)](_0x256295,-0x1)&&(_0x256295=_0x25e541[_0x5bc01f(0x22e)](_0x331b65=>_0x331b65==='-c'));if(!helper[_0x5bc01f(0x222)](_0x2d1864[_0x5bc01f(0x259)])&&fs['existsSync'](path[_0x5bc01f(0x20e)](process[_0x5bc01f(0x237)](),_0x2d1864[_0x5bc01f(0x259)])))_0x35cb8a=path[_0x5bc01f(0x20e)](process[_0x5bc01f(0x237)](),_0x2d1864[_0x5bc01f(0x259)]),_0x25e541[_0x5bc01f(0x1e8)](_0x256295,0x2);else{if(!helper[_0x5bc01f(0x222)](_0x2d1864['c'])&&fs[_0x5bc01f(0x25f)](path[_0x5bc01f(0x20e)](process[_0x5bc01f(0x237)](),_0x2d1864['c'])))_0x35cb8a=path['join'](process[_0x5bc01f(0x237)](),_0x2d1864['c']),_0x25e541[_0x5bc01f(0x1e8)](_0x256295,0x2);else{if(fs[_0x5bc01f(0x25f)](path[_0x5bc01f(0x20e)](process[_0x5bc01f(0x237)](),_0x1d0223['ylAPf'])))_0x35cb8a=path[_0x5bc01f(0x20e)](process[_0x5bc01f(0x237)](),_0x1d0223[_0x5bc01f(0x26b)]);else fs[_0x5bc01f(0x25f)](path[_0x5bc01f(0x20e)](process[_0x5bc01f(0x237)](),_0x1d0223[_0x5bc01f(0x213)]))&&(_0x35cb8a=path[_0x5bc01f(0x20e)](process['cwd'](),_0x1d0223[_0x5bc01f(0x213)]));}}return _0x35cb8a;},getO11yRerunPattern=()=>{const _0x527739=a2_0x373a72,_0x529db4={};_0x529db4[_0x527739(0x218)]=function(_0x596178,_0x55e2aa){return _0x596178!==_0x55e2aa;},_0x529db4[_0x527739(0x21e)]=_0x527739(0x21b);const _0x4b02c3=_0x529db4,_0x89474d=helper['isTrue'](process[_0x527739(0x25a)][_0x527739(0x243)]);if(_0x89474d){const _0x5f1c7a=process[_0x527739(0x25a)][_0x527739(0x217)],_0x56d5bb=[];if(_0x4b02c3[_0x527739(0x218)](_0x5f1c7a,_0x4b02c3[_0x527739(0x21e)])&&!helper[_0x527739(0x222)](_0x5f1c7a)){_0x5f1c7a['split'](',')[_0x527739(0x1f8)](_0x42c0bc=>{const _0x2aa884=_0x527739;_0x56d5bb['push']('('+_0x42c0bc[_0x2aa884(0x1f3)]()+')');});const _0x4b9532='^'+_0x56d5bb['join']('|')+'$';return _0x4b9532;}}return null;},a2_0x57e51f={};a2_0x57e51f[a2_0x373a72(0x201)]=a2_0x373a72(0x1fb),a2_0x57e51f[a2_0x373a72(0x23b)]=a2_0x373a72(0x1fb),a2_0x57e51f[a2_0x373a72(0x1fa)]=a2_0x373a72(0x251),a2_0x57e51f[a2_0x373a72(0x208)]=a2_0x373a72(0x20a);const pwToCodeceptBrowser=a2_0x57e51f;function a2_0x96f7(){const _0x55b738=['xrzty','handleApp','koIVx','chrome','qNLgr','accessibilityOptions','push','stringify','testObservability','parallelsPerPlatform','playwright-webkit','frameworkName','webkit','codecept.conf.js','stop','CODECEPT','join','enabled','239596NPjYcF','plugins','1991392UOMGqd','OjDnW','browserName','testContextOptions','1390nTSCuD','BROWSERSTACK_RERUN_TESTS','eFPrb','cuVnt','Playwright','null','jUVbZ','WTZVT','MrecN','97812RgmQSL','winstonLogger','hqjHN','isUndefined','../../bin/playwright/accessibility-helper','YWTtB','launchBuild','bootstrapAll','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','Workers','getUserWorkerCount','helpers','err','log','77598XEfKaw','findIndex','browser','stack','mveew','isTestObservabilitySession','process','event','codeceptjs/lib/index.js','BROWSERSTACK_TEST_OBSERVABILITY_YML','cwd','teardownAll','false','require','playwright-chromium','printResults','HkOCH','NOYYF','path','codeceptjs','KqmDn','profile','BROWSERSTACK_RERUN','LkrIm','root','addConfig','exports','length','FRAMEWORKS','IMqkr','../../helpers/BrowserStackSetup','browserStackCwd','xsgEw','WebDriver','cmKYh','ATEPI','firefox','../../helpers/utilities','Failed\x20:\x20','FhttX','title','prepareCapabilities','createGroupsOfSuites','107286cGqPku','config','env','../utils/constants','uWuAl','skipSessionName','ZZsSO','existsSync','ZZjgd','addTests','100YeDoBs','getPlaywrightUrl','forEach','platforms','9dRALPb','test','2366777CkBNXg','util','jaJnV','ylAPf','passed','toLowerCase','qqhVS','wFjUF','../../helpers/helper','mergeDeep','browserWSEndpoint','initialize','slice','dirname','kqTpl','failed','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','spawn','info','18243Hnusgj','format','split','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','trim','hmzqN','Passed\x20:\x20','chdir','all','map','errorMessage','playwright-firefox','chromium','RonAp','BROWSERSTACK_TEST_ACCESSIBILITY_YML'];a2_0x96f7=function(){return _0x55b738;};return a2_0x96f7();}async function run(_0x50e6c9,_0xe1fd48){const _0x1fb148=a2_0x373a72,_0x47636b={'xsgEw':function(_0x44fe45,_0x3014cc){return _0x44fe45+_0x3014cc;},'koIVx':function(_0x1f3cf4,_0x585de8){return _0x1f3cf4(_0x585de8);},'qNqUa':function(_0x3633e8,_0x23bb96){return _0x3633e8+_0x23bb96;},'jUVbZ':function(_0x32b4e7,_0x4633b2,_0x330e05){return _0x32b4e7(_0x4633b2,_0x330e05);},'RonAp':_0x1fb148(0x259),'NOYYF':'helpers','KqmDn':function(_0x234cdd){return _0x234cdd();},'HkOCH':function(_0x484bf0){return _0x484bf0();},'FhttX':_0x1fb148(0x253),'LAbZA':_0x1fb148(0x1f5),'ZZsSO':'Started\x20:\x20','dWLxG':'0|4|3|2|1','xrzty':_0x1fb148(0x240),'jaJnV':function(_0x36d37c,_0x52c6ab,_0x44ada1){return _0x36d37c(_0x52c6ab,_0x44ada1);},'qNLgr':function(_0x469741,_0x1d3332){return _0x469741(_0x1d3332);},'hfstu':_0x1fb148(0x1f2),'IMqkr':function(_0x34df43,_0x586428,_0x390711){return _0x34df43(_0x586428,_0x390711);},'hqjHN':_0x1fb148(0x21a),'ATEPI':_0x1fb148(0x24e),'cmKYh':function(_0xab9dcd,_0xbf4b22){return _0xab9dcd(_0xbf4b22);},'wFjUF':function(_0x58d3c5,_0x18bba1){return _0x58d3c5!=_0x18bba1;},'LkrIm':_0x1fb148(0x239),'cNzXQ':function(_0x160d02,_0x210026){return _0x160d02+_0x210026;},'hmzqN':function(_0x34a01d,_0x513be5,_0xd3a1ea){return _0x34a01d(_0x513be5,_0xd3a1ea);},'ZZjgd':'gherkin','kqTpl':'-cucumber','qqhVS':function(_0x48bc9f,_0xa5b09c){return _0x48bc9f(_0xa5b09c);},'lCUEM':function(_0x5d27f2,_0x237de0){return _0x5d27f2*_0x237de0;},'cuVnt':_0x1fb148(0x22f),'uWuAl':'desiredCapabilities','mveew':_0x1fb148(0x245),'wXPoN':'BrowserStackPlugin.js','YWTtB':_0x1fb148(0x24c)},_0x32cb5f=new BrowserStackSetup(_0x50e6c9,_0x47636b['xrzty']);await _0x32cb5f[_0x1fb148(0x1e7)](),await helper[_0x1fb148(0x1ff)](_0x32cb5f[_0x1fb148(0x259)]);if(!_0x32cb5f[_0x1fb148(0x259)])return;process[_0x1fb148(0x242)]=_0x50e6c9[_0x1fb148(0x242)];_0x50e6c9[_0x1fb148(0x242)]&&(process['env'][_0x1fb148(0x242)]=_0x50e6c9[_0x1fb148(0x242)]);const _0x20dc0c=_0x47636b[_0x1fb148(0x26a)](getUserCodeceptJSConfigs,_0x50e6c9,_0xe1fd48);let _0x269b34={};_0x20dc0c?(logger[_0x1fb148(0x1ee)](_0x1fb148(0x1ec)+_0x20dc0c),_0x269b34=_0x47636b[_0x1fb148(0x202)](require,_0x20dc0c)):logger[_0x1fb148(0x1ee)](_0x47636b['hfstu']);let _0x2a1106=![];_0x47636b[_0x1fb148(0x24a)](nestedKeyValue,_0x269b34,[_0x47636b['RonAp'],_0x47636b['NOYYF'],_0x47636b[_0x1fb148(0x221)]])&&(_0x2a1106=!![]);const _0x4e0221=_0x2a1106?_0x47636b[_0x1fb148(0x221)]:_0x47636b[_0x1fb148(0x250)];let _0x165cd6=!_0x2a1106?helper['useW3C'](_0x32cb5f[_0x1fb148(0x259)]):![];!helper[_0x1fb148(0x222)](_0x32cb5f[_0x1fb148(0x259)][_0x1fb148(0x203)])&&(process[_0x1fb148(0x25a)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON['stringify'](_0x32cb5f[_0x1fb148(0x259)]['accessibilityOptions']));let _0x40923e=_0x32cb5f[_0x1fb148(0x259)]['accessibility'];_0x40923e=_0x40923e||_0x47636b[_0x1fb148(0x24f)](checkAccessibilityPlatformConfig,_0x32cb5f['config']),process[_0x1fb148(0x25a)][_0x1fb148(0x1fd)]=_0x40923e;_0x40923e&&(_0x165cd6=!_0x40923e);_0x47636b[_0x1fb148(0x26f)](_0x32cb5f[_0x1fb148(0x259)][_0x1fb148(0x206)],null)?process[_0x1fb148(0x25a)][_0x1fb148(0x236)]=_0x32cb5f['config'][_0x1fb148(0x206)]:process['env'][_0x1fb148(0x236)]=_0x47636b[_0x1fb148(0x244)];const _0x5d5f6e=_0x47636b['cNzXQ'](_0x47636b[_0x1fb148(0x1fe)],_0x47636b[_0x1fb148(0x1f4)](nestedKeyValue,_0x269b34,[_0x47636b[_0x1fb148(0x1fc)],_0x47636b[_0x1fb148(0x260)]])?_0x47636b[_0x1fb148(0x1ea)]:''),_0x5a16bb=await TestHubHandler[_0x1fb148(0x225)](_0x5d5f6e,_0x32cb5f);_0x40923e&&_0x47636b[_0x1fb148(0x26e)](setAccessibilityCapabilities,_0x32cb5f[_0x1fb148(0x259)]);const _0x54961e={},_0x23c78d=[],_0x5603b2=_0x32cb5f[_0x1fb148(0x259)][_0x1fb148(0x207)]||helper[_0x1fb148(0x229)](_0x50e6c9,_0xe1fd48,_0x32cb5f[_0x1fb148(0x259)],constants[_0x1fb148(0x249)]['CODECEPT'])||0x1;let _0x39172f=0x1;if(_0x47636b['HkOCH'](isBrowserstackInfra)){const _0x4a0992=helper[_0x1fb148(0x256)](_0x32cb5f['config'],_0x165cd6,constants['FRAMEWORKS'][_0x1fb148(0x20d)]);helper['validPlatformsPresent'](_0x32cb5f[_0x1fb148(0x259)])?_0x39172f=_0x47636b['lCUEM'](_0x5603b2,_0x32cb5f[_0x1fb148(0x259)][_0x1fb148(0x265)][_0x1fb148(0x248)]):_0x39172f=_0x5603b2,_0x4a0992[_0x1fb148(0x264)](_0x269eab=>{const _0x2711ff=_0x1fb148,_0xc7d234={'tYnyG':function(_0x2e321e,_0x416b80){const _0x3692d2=a2_0x3557;return _0x47636b[_0x3692d2(0x24d)](_0x2e321e,_0x416b80);},'fcfDr':function(_0x691da8,_0x4a5390){const _0x19a318=a2_0x3557;return _0x47636b[_0x19a318(0x200)](_0x691da8,_0x4a5390);}},_0xcdc599=_0x47636b['qNqUa'](helper['getPlatformName'](_0x269eab,'_'),'_'+Date['now']()),_0x43a512=((()=>{const _0x4facf1=a2_0x3557;if(_0x2a1106){const _0x2c2314=pwToCodeceptBrowser[_0x269eab['browserName']]||_0x269eab[_0x4facf1(0x214)];return{'browser':_0x2c2314,[_0x2c2314]:{'browserWSEndpoint':_0xc7d234['tYnyG'](helper[_0x4facf1(0x263)](_0x32cb5f[_0x4facf1(0x259)]),_0xc7d234['fcfDr'](encodeURIComponent,JSON[_0x4facf1(0x205)](_0x269eab)))}};}const _0x4790f8={};return _0x4790f8['desiredCapabilities']=_0x269eab,_0x4790f8;})()),_0x502295=_0x47636b[_0x2711ff(0x21c)](nestedKeyValue,_0x269b34,[_0x47636b[_0x2711ff(0x1fc)],_0x47636b[_0x2711ff(0x23e)],_0x4e0221]);_0x54961e[_0xcdc599]=_0x502295?helper[_0x2711ff(0x1e5)](_0x43a512,_0x502295):_0x43a512,!_0x2a1106&&(_0x54961e[_0xcdc599]['browser']=_0x269eab[_0x2711ff(0x214)]||_0x43a512[_0x2711ff(0x22f)]),_0x23c78d['push'](_0xcdc599);});}else{_0x39172f=0x1;if(_0x2a1106){const _0x2ccc9b=_0x47636b['jUVbZ'](nestedKeyValue,_0x269b34,[_0x47636b['RonAp'],_0x47636b[_0x1fb148(0x23e)],_0x4e0221,_0x47636b[_0x1fb148(0x219)]]),_0x4683e2=_0x47636b['IMqkr'](nestedKeyValue,_0x269b34,[_0x47636b[_0x1fb148(0x1fc)],_0x47636b[_0x1fb148(0x23e)],_0x4e0221,_0x2ccc9b]);_0x4683e2&&_0x4683e2[_0x1fb148(0x1e6)]&&(_0x4683e2[_0x1fb148(0x1e6)]=helper[_0x1fb148(0x256)](null,null,_0x5d5f6e[_0x1fb148(0x26d)](),null,null,_0x4683e2[_0x1fb148(0x1e6)]));}else _0x269b34[_0x1fb148(0x259)][_0x47636b[_0x1fb148(0x23e)]][_0x4e0221][_0x47636b[_0x1fb148(0x25c)]]=helper[_0x1fb148(0x256)](null,null,_0x5d5f6e[_0x1fb148(0x26d)](),_0x47636b[_0x1fb148(0x1f4)](nestedKeyValue,_0x269b34,[_0x47636b[_0x1fb148(0x1fc)],_0x47636b['NOYYF'],_0x4e0221,_0x47636b[_0x1fb148(0x25c)]]),null,null);_0x54961e[_0x47636b[_0x1fb148(0x231)]]=_0x269b34[_0x1fb148(0x259)],_0x23c78d[_0x1fb148(0x204)](_0x47636b[_0x1fb148(0x231)]);}const _0x3e7fca={};_0x3e7fca['testConfig']=_0x20dc0c;const _0x3aef55=_0x3e7fca,_0x545233=path[_0x1fb148(0x20e)](__dirname,_0x47636b['wXPoN']),_0x319fdd=process[_0x1fb148(0x237)]();process[_0x1fb148(0x25a)][_0x47636b[_0x1fb148(0x224)]]=_0x319fdd,process['chdir'](path[_0x1fb148(0x1e9)](_0x20dc0c));const _0x5cfda0=new CodeceptJS[(_0x1fb148(0x228))](null,_0x3aef55),_0x316681=_0x5cfda0[_0x1fb148(0x257)](_0x39172f),_0x400726=testOpsHelper[_0x1fb148(0x232)](),_0x4b112f=_0x23c78d[_0x1fb148(0x1f8)](_0x288622=>{const _0x2e9d24=_0x1fb148,_0x359970={};_0x359970[_0x2e9d24(0x21a)]=_0x54961e[_0x288622];const _0x4a3c9d={};_0x4a3c9d[_0x2e9d24(0x24e)]=_0x54961e[_0x288622];const _0x2a0c55=_0x2a1106?_0x359970:_0x4a3c9d,_0x49d2bb=_0x47636b[_0x2e9d24(0x241)](getO11yRerunPattern),_0x560859={};_0x560859[_0x2e9d24(0x22a)]=_0x2a0c55;const _0x4c4a17={};_0x4c4a17[_0x2e9d24(0x23a)]=_0x545233,_0x4c4a17[_0x2e9d24(0x20f)]=!![],_0x4c4a17[_0x2e9d24(0x25d)]=_0x32cb5f[_0x2e9d24(0x259)]['testContextOptions'][_0x2e9d24(0x25d)],_0x4c4a17['skipSessionStatus']=_0x32cb5f[_0x2e9d24(0x259)][_0x2e9d24(0x215)]['skipSessionStatus'],_0x4c4a17[_0x2e9d24(0x206)]=_0x400726,_0x4c4a17[_0x2e9d24(0x209)]=_0x5d5f6e;const _0x52d24f={};_0x52d24f['BrowserStackPlugin']=_0x4c4a17;const _0x2c0f70={};return _0x2c0f70[_0x2e9d24(0x211)]=_0x52d24f,helper[_0x2e9d24(0x1e5)]({},_0x269b34[_0x2e9d24(0x259)],_0x47636b[_0x2e9d24(0x23d)](isBrowserstackInfra)?_0x560859:{},_0x49d2bb?{'grep':_0x49d2bb}:{},_0x2c0f70);});for(const _0x471cc1 of _0x4b112f){for(const _0x2325b2 of _0x316681){const _0x275af5=_0x5cfda0[_0x1fb148(0x1ed)]();_0x275af5[_0x1fb148(0x261)](_0x2325b2),_0x275af5[_0x1fb148(0x246)](_0x471cc1);}}_0x5cfda0['on'](CodeceptJS[_0x1fb148(0x234)][_0x1fb148(0x267)][_0x1fb148(0x1eb)],(_0xc7a54a,_0x2078f9)=>{const _0x2c65ed=_0x1fb148;console[_0x2c65ed(0x22c)](_0x47636b[_0x2c65ed(0x254)],_0xc7a54a['title']);const _0x55de64={[_0xc7a54a[_0x2c65ed(0x255)]]:_0xc7a54a[_0x2c65ed(0x22b)][_0x2c65ed(0x230)]};_testErrorData[_0x2c65ed(0x204)](_0x55de64);}),_0x5cfda0['on'](CodeceptJS[_0x1fb148(0x234)]['test'][_0x1fb148(0x26c)],async _0x1238ca=>{const _0x387b6a=_0x1fb148;console[_0x387b6a(0x22c)](_0x47636b['LAbZA'],_0x1238ca[_0x387b6a(0x255)]);}),_0x5cfda0['on'](CodeceptJS[_0x1fb148(0x234)][_0x1fb148(0x267)]['before'],async _0x402010=>{const _0x5a41f6=_0x1fb148;console[_0x5a41f6(0x22c)](_0x47636b[_0x5a41f6(0x25e)],_0x402010[_0x5a41f6(0x255)]);}),_0x5cfda0['on'](CodeceptJS[_0x1fb148(0x234)][_0x1fb148(0x1f7)]['result'],async()=>{const _0x2d5f18=_0x1fb148,_0x2622c9=_0x47636b['dWLxG'][_0x2d5f18(0x1f1)]('|');let _0x4f7e0b=0x0;while(!![]){switch(_0x2622c9[_0x4f7e0b++]){case'0':_0x32cb5f[_0x2d5f18(0x1f9)]=_testErrorData;continue;case'1':_0x5cfda0[_0x2d5f18(0x23c)]();continue;case'2':try{await TestHubHandler[_0x2d5f18(0x20c)]();}catch(_0x54b45c){logger['debug'](_0x2d5f18(0x227)+util[_0x2d5f18(0x1f0)](_0x54b45c));}continue;case'3':utilities['finalExecution'](_0x32cb5f);continue;case'4':testOpsHelper['printBuildLink']();continue;}break;}});async function _0x29d668(){const _0x347d8f=_0x1fb148;try{await _0x5cfda0[_0x347d8f(0x226)](),await _0x5cfda0['run']();}finally{process[_0x347d8f(0x1f6)](_0x319fdd),await _0x5cfda0[_0x347d8f(0x238)]();}}_0x47636b[_0x1fb148(0x23d)](_0x29d668);}function a2_0x3557(_0x1daeab,_0x40972f){const _0x96f7f5=a2_0x96f7();return a2_0x3557=function(_0x3557fa,_0x572dab){_0x3557fa=_0x3557fa-0x1e4;let _0x1b116b=_0x96f7f5[_0x3557fa];return _0x1b116b;},a2_0x3557(_0x1daeab,_0x40972f);}module[a2_0x373a72(0x247)]=run;
2
+ 'use strict';function a2_0xc72c(){const _0x314ddb=['format','1928dPSSEG','BROWSERSTACK_TEST_OBSERVABILITY_YML','debug','gherkin','join','THsbv','enabled','platforms','log','false','printResults','YbeLq','SzwrU','winstonLogger','toLowerCase','run','chromium','getPlaywrightUrl','lAdNc','dJSea','sTxoV','Started\x20:\x20','cwd','isTestObservabilitySession','JktjD','printBuildLink','playwright-webkit','existsSync','xeLJw','6SKFuAD','pMshe','dirname','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','testConfig','IInrP','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','CODECEPT','config','cJTIO','rHAHV','exports','Failed\x20:\x20','cyWau','4OuQTch','../../helpers/logger','WHsWe','stringify','AlvDH','rafIV','isUndefined','chdir','webkit','env','helpers','QbUyp','sKLkE','szbWG','initialize','codeceptjs/lib/index.js','root','8397171NPJsuY','../utils/constants','failed','browserName','YYqpf','forEach','addTests','parallelsPerPlatform','passed','../../helpers/utilities','before','fljlr','launchBuild','5425RzXIFO','3|2|0|4|1','findIndex','../../helpers/test-observability/utils','2277915BckPIP','accessibilityOptions','lfjNP','slice','xXAVL','skipSessionName','skipSessionStatus','null','accessibility','info','BROWSERSTACK_RERUN','Passed\x20:\x20','err','addConfig','profile','testContextOptions','push','spawn','testObservability','xCuDw','xcKnp','validPlatformsPresent','4591945OuMsYH','UlKep','util','Gjple','length','../../helpers/accessibility-automation/helper','prepareCapabilities','PbkcR','xfvel','FRAMEWORKS','../../helpers/BrowserStackSetup','McsXs','codecept.json','title','ksvLj','getUserWorkerCount','firefox','stack','event','bootstrapAll','-cucumber','YLMUS','getPlatformName','PISoa','BROWSERSTACK_TEST_ACCESSIBILITY_YML','445439FdrWbR','BrowserStackPlugin.js','split','../../helpers/helper','rDwgv','codecept.conf.js','Workers','map','browser','desiredCapabilities','Playwright','hDdVt','chrome','BrowserStackPlugin','WebDriver','mergeDeep','22111340XQUWgj','errorMessage','KNAci','xusdz','stop','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','browserWSEndpoint','handleApp','../../bin/playwright/accessibility-helper','10171842jlsdYl'];a2_0xc72c=function(){return _0x314ddb;};return a2_0xc72c();}const a2_0x4be693=a2_0x4042;function a2_0x4042(_0x282345,_0x39db87){const _0xc72cc3=a2_0xc72c();return a2_0x4042=function(_0x4042b4,_0x1ddd5b){_0x4042b4=_0x4042b4-0x101;let _0x23d045=_0xc72cc3[_0x4042b4];return _0x23d045;},a2_0x4042(_0x282345,_0x39db87);}(function(_0x3c232a,_0x8a4a6d){const _0x200646=a2_0x4042,_0x4bf998=_0x3c232a();while(!![]){try{const _0x25fd10=-parseInt(_0x200646(0x143))/0x1*(parseInt(_0x200646(0x17b))/0x2)+parseInt(_0x200646(0x114))/0x3+parseInt(_0x200646(0x189))/0x4*(parseInt(_0x200646(0x12a))/0x5)+parseInt(_0x200646(0x15c))/0x6+-parseInt(_0x200646(0x110))/0x7*(-parseInt(_0x200646(0x15e))/0x8)+parseInt(_0x200646(0x103))/0x9+-parseInt(_0x200646(0x153))/0xa;if(_0x25fd10===_0x8a4a6d)break;else _0x4bf998['push'](_0x4bf998['shift']());}catch(_0x319bbe){_0x4bf998['push'](_0x4bf998['shift']());}}}(a2_0xc72c,0xe6cc0));const fs=require('fs'),path=require('path'),util=require(a2_0x4be693(0x12c)),process=require('process'),logger=require(a2_0x4be693(0x18a))[a2_0x4be693(0x16b)],{default:BrowserStackSetup}=require(a2_0x4be693(0x134)),helper=require(a2_0x4be693(0x146)),utilities=require(a2_0x4be693(0x10c)),{checkAccessibilityPlatformConfig}=require(a2_0x4be693(0x12f)),{setAccessibilityCapabilities}=require(a2_0x4be693(0x15b)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x4be693(0x146)),CodeceptJS=requireModule(a2_0x4be693(0x101)),testOpsHelper=require(a2_0x4be693(0x113)),TestHubHandler=require('../../helpers/testhub/testhubHandler'),constants=require(a2_0x4be693(0x104)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x4937f9,_0x56ec3e)=>{const _0x284202=a2_0x4be693,_0x2ec7a1={};_0x2ec7a1[_0x284202(0x180)]=function(_0x37603d,_0x353423){return _0x37603d===_0x353423;},_0x2ec7a1[_0x284202(0x185)]=_0x284202(0x148),_0x2ec7a1[_0x284202(0x127)]=_0x284202(0x136);const _0x22b8ff=_0x2ec7a1;let _0x32a083=null;const _0x10d515={};let _0x156b2c=_0x56ec3e[_0x284202(0x112)](_0x56b689=>_0x56b689==='--config');_0x22b8ff[_0x284202(0x180)](_0x156b2c,-0x1)&&(_0x156b2c=_0x56ec3e[_0x284202(0x112)](_0x544634=>_0x544634==='-c'));if(!helper['isUndefined'](_0x4937f9[_0x284202(0x183)])&&fs[_0x284202(0x179)](path[_0x284202(0x162)](process['cwd'](),_0x4937f9[_0x284202(0x183)])))_0x32a083=path[_0x284202(0x162)](process['cwd'](),_0x4937f9[_0x284202(0x183)]),_0x56ec3e[_0x284202(0x117)](_0x156b2c,0x2);else{if(!helper[_0x284202(0x18f)](_0x4937f9['c'])&&fs['existsSync'](path[_0x284202(0x162)](process['cwd'](),_0x4937f9['c'])))_0x32a083=path['join'](process[_0x284202(0x174)](),_0x4937f9['c']),_0x56ec3e[_0x284202(0x117)](_0x156b2c,0x2);else{if(fs[_0x284202(0x179)](path['join'](process[_0x284202(0x174)](),_0x22b8ff[_0x284202(0x185)])))_0x32a083=path['join'](process[_0x284202(0x174)](),_0x22b8ff[_0x284202(0x185)]);else fs['existsSync'](path['join'](process[_0x284202(0x174)](),_0x22b8ff[_0x284202(0x127)]))&&(_0x32a083=path[_0x284202(0x162)](process['cwd'](),_0x22b8ff['xCuDw']));}}return _0x32a083;},getO11yRerunPattern=()=>{const _0x15389c=a2_0x4be693,_0x414af6={};_0x414af6[_0x15389c(0x131)]=function(_0x17b186,_0x469cc4){return _0x17b186!==_0x469cc4;},_0x414af6['xusdz']=_0x15389c(0x11b);const _0x33ce2f=_0x414af6,_0x40e8a6=helper['isTrue'](process[_0x15389c(0x192)][_0x15389c(0x11e)]);if(_0x40e8a6){const _0x57d2a7=process[_0x15389c(0x192)]['BROWSERSTACK_RERUN_TESTS'],_0x22dbeb=[];if(_0x33ce2f[_0x15389c(0x131)](_0x57d2a7,_0x33ce2f[_0x15389c(0x156)])&&!helper[_0x15389c(0x18f)](_0x57d2a7)){_0x57d2a7[_0x15389c(0x145)](',')['map'](_0x2cea36=>{const _0x29bec5=_0x15389c;_0x22dbeb[_0x29bec5(0x124)]('('+_0x2cea36['trim']()+')');});const _0x4e2e7a='^'+_0x22dbeb[_0x15389c(0x162)]('|')+'$';return _0x4e2e7a;}}return null;},a2_0x2b837f={};a2_0x2b837f[a2_0x4be693(0x14f)]=a2_0x4be693(0x16e),a2_0x2b837f['playwright-chromium']=a2_0x4be693(0x16e),a2_0x2b837f['playwright-firefox']=a2_0x4be693(0x13a),a2_0x2b837f[a2_0x4be693(0x178)]=a2_0x4be693(0x191);const pwToCodeceptBrowser=a2_0x2b837f;async function run(_0x4c69ad,_0x39c376){const _0x8b1edb=a2_0x4be693,_0x27d7f8={'UlKep':function(_0xdaa146,_0x3ff6eb){return _0xdaa146+_0x3ff6eb;},'hDdVt':function(_0x42e211,_0x2954e5){return _0x42e211(_0x2954e5);},'ZUTwe':function(_0x54c2a4,_0x2b0e70){return _0x54c2a4+_0x2b0e70;},'JktjD':function(_0x5b7a9b,_0x1857f7,_0x4d9f06){return _0x5b7a9b(_0x1857f7,_0x4d9f06);},'Gjple':_0x8b1edb(0x183),'xeLJw':'helpers','rDwgv':function(_0x330200){return _0x330200();},'szbWG':function(_0x58e66f){return _0x58e66f();},'McsXs':_0x8b1edb(0x187),'lAdNc':_0x8b1edb(0x11f),'YbeLq':_0x8b1edb(0x173),'uQQsj':_0x8b1edb(0x111),'sKLkE':'codeceptjs','WHsWe':function(_0x4ed429,_0x496b61,_0x49885c){return _0x4ed429(_0x496b61,_0x49885c);},'ikHZg':function(_0x391e94,_0x446319){return _0x391e94(_0x446319);},'fljlr':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','dagqP':function(_0x1a7789,_0xb3434b,_0x4d38bf){return _0x1a7789(_0xb3434b,_0x4d38bf);},'PISoa':'Playwright','rafIV':_0x8b1edb(0x151),'pMshe':function(_0x5449f7,_0x5aa021){return _0x5449f7!=_0x5aa021;},'QbUyp':_0x8b1edb(0x167),'SzwrU':function(_0x2ee4a3,_0x37a856){return _0x2ee4a3+_0x37a856;},'KNAci':function(_0x574db9,_0x1d49f8,_0x52f2b3){return _0x574db9(_0x1d49f8,_0x52f2b3);},'ksvLj':_0x8b1edb(0x161),'lfjNP':_0x8b1edb(0x13e),'YYqpf':function(_0x137ca9,_0x307642){return _0x137ca9(_0x307642);},'xXAVL':function(_0x1272ad){return _0x1272ad();},'THsbv':function(_0x3e9d11,_0x14649f){return _0x3e9d11*_0x14649f;},'cyWau':function(_0x5a9bf6,_0x22bdf5,_0x44fe05){return _0x5a9bf6(_0x22bdf5,_0x44fe05);},'jzWQH':'browser','xfJYv':function(_0x5a4382,_0x3817b3,_0x27e23c){return _0x5a4382(_0x3817b3,_0x27e23c);},'AlvDH':'desiredCapabilities','cJTIO':function(_0x3d82d9,_0x5b6964,_0x31e956){return _0x3d82d9(_0x5b6964,_0x31e956);},'YLMUS':_0x8b1edb(0x102),'cQUIW':_0x8b1edb(0x144),'dJSea':'browserStackCwd','xcKnp':function(_0x4df0c6){return _0x4df0c6();}},_0xea8642=new BrowserStackSetup(_0x4c69ad,_0x27d7f8['sKLkE']);await _0xea8642[_0x8b1edb(0x197)](),await helper[_0x8b1edb(0x15a)](_0xea8642[_0x8b1edb(0x183)]);if(!_0xea8642[_0x8b1edb(0x183)])return;process['profile']=_0x4c69ad[_0x8b1edb(0x122)];_0x4c69ad[_0x8b1edb(0x122)]&&(process[_0x8b1edb(0x192)][_0x8b1edb(0x122)]=_0x4c69ad[_0x8b1edb(0x122)]);const _0x1f9201=_0x27d7f8[_0x8b1edb(0x18b)](getUserCodeceptJSConfigs,_0x4c69ad,_0x39c376);let _0xa043c3={};_0x1f9201?(logger[_0x8b1edb(0x11d)](_0x8b1edb(0x181)+_0x1f9201),_0xa043c3=_0x27d7f8['ikHZg'](require,_0x1f9201)):logger[_0x8b1edb(0x11d)](_0x27d7f8[_0x8b1edb(0x10e)]);let _0x131daf=![];_0x27d7f8['dagqP'](nestedKeyValue,_0xa043c3,[_0x27d7f8['Gjple'],_0x27d7f8[_0x8b1edb(0x17a)],_0x27d7f8['PISoa']])&&(_0x131daf=!![]);const _0x1b5175=_0x131daf?_0x27d7f8[_0x8b1edb(0x141)]:_0x27d7f8[_0x8b1edb(0x18e)];let _0xdf86a=!_0x131daf?helper['useW3C'](_0xea8642[_0x8b1edb(0x183)]):![];!helper[_0x8b1edb(0x18f)](_0xea8642[_0x8b1edb(0x183)][_0x8b1edb(0x115)])&&(process['env'][_0x8b1edb(0x158)]=JSON['stringify'](_0xea8642['config']['accessibilityOptions']));let _0x1b0f15=_0xea8642[_0x8b1edb(0x183)][_0x8b1edb(0x11c)];_0x1b0f15=_0x1b0f15||_0x27d7f8[_0x8b1edb(0x14e)](checkAccessibilityPlatformConfig,_0xea8642['config']),process[_0x8b1edb(0x192)][_0x8b1edb(0x142)]=_0x1b0f15;_0x1b0f15&&(_0xdf86a=!_0x1b0f15);_0x27d7f8[_0x8b1edb(0x17c)](_0xea8642[_0x8b1edb(0x183)][_0x8b1edb(0x126)],null)?process[_0x8b1edb(0x192)][_0x8b1edb(0x15f)]=_0xea8642[_0x8b1edb(0x183)][_0x8b1edb(0x126)]:process[_0x8b1edb(0x192)][_0x8b1edb(0x15f)]=_0x27d7f8[_0x8b1edb(0x194)];const _0x20a75f=_0x27d7f8[_0x8b1edb(0x16a)](_0x27d7f8[_0x8b1edb(0x195)],_0x27d7f8[_0x8b1edb(0x155)](nestedKeyValue,_0xa043c3,[_0x27d7f8[_0x8b1edb(0x12d)],_0x27d7f8[_0x8b1edb(0x138)]])?_0x27d7f8[_0x8b1edb(0x116)]:''),_0x4c2865=await TestHubHandler[_0x8b1edb(0x10f)](_0x20a75f,_0xea8642);_0x1b0f15&&_0x27d7f8[_0x8b1edb(0x107)](setAccessibilityCapabilities,_0xea8642['config']);const _0x25428d={},_0x23078d=[],_0x31e2bb=_0xea8642['config'][_0x8b1edb(0x10a)]||helper[_0x8b1edb(0x139)](_0x4c69ad,_0x39c376,_0xea8642[_0x8b1edb(0x183)],constants[_0x8b1edb(0x133)][_0x8b1edb(0x182)])||0x1;let _0x806250=0x1;if(_0x27d7f8[_0x8b1edb(0x118)](isBrowserstackInfra)){const _0x5b8f3c=helper[_0x8b1edb(0x130)](_0xea8642['config'],_0xdf86a,constants[_0x8b1edb(0x133)][_0x8b1edb(0x182)]);helper[_0x8b1edb(0x129)](_0xea8642[_0x8b1edb(0x183)])?_0x806250=_0x27d7f8[_0x8b1edb(0x163)](_0x31e2bb,_0xea8642['config'][_0x8b1edb(0x165)][_0x8b1edb(0x12e)]):_0x806250=_0x31e2bb,_0x5b8f3c[_0x8b1edb(0x108)](_0x4ff108=>{const _0x4c1b62=_0x8b1edb,_0x4bd3ae={'xfvel':function(_0x2e217c,_0x45bf53){const _0x4a21ad=a2_0x4042;return _0x27d7f8[_0x4a21ad(0x12b)](_0x2e217c,_0x45bf53);},'sTxoV':function(_0x353d97,_0x131f3f){const _0x36314b=a2_0x4042;return _0x27d7f8[_0x36314b(0x14e)](_0x353d97,_0x131f3f);}},_0x73a377=_0x27d7f8['ZUTwe'](helper[_0x4c1b62(0x140)](_0x4ff108,'_'),'_'+Date['now']()),_0x10f6da=((()=>{const _0x42fffa=_0x4c1b62;if(_0x131daf){const _0x4b8e08=pwToCodeceptBrowser[_0x4ff108[_0x42fffa(0x106)]]||_0x4ff108['browserName'];return{'browser':_0x4b8e08,[_0x4b8e08]:{'browserWSEndpoint':_0x4bd3ae[_0x42fffa(0x132)](helper[_0x42fffa(0x16f)](_0xea8642['config']),_0x4bd3ae[_0x42fffa(0x172)](encodeURIComponent,JSON[_0x42fffa(0x18c)](_0x4ff108)))}};}const _0x1bbe06={};return _0x1bbe06[_0x42fffa(0x14c)]=_0x4ff108,_0x1bbe06;})()),_0x4cef6c=_0x27d7f8[_0x4c1b62(0x176)](nestedKeyValue,_0xa043c3,[_0x27d7f8[_0x4c1b62(0x12d)],_0x27d7f8['xeLJw'],_0x1b5175]);_0x25428d[_0x73a377]=_0x4cef6c?helper['mergeDeep'](_0x10f6da,_0x4cef6c):_0x10f6da,!_0x131daf&&(_0x25428d[_0x73a377][_0x4c1b62(0x14b)]=_0x4ff108[_0x4c1b62(0x106)]||_0x10f6da[_0x4c1b62(0x14b)]),_0x23078d['push'](_0x73a377);});}else{_0x806250=0x1;if(_0x131daf){const _0x223a78=_0x27d7f8[_0x8b1edb(0x188)](nestedKeyValue,_0xa043c3,[_0x27d7f8[_0x8b1edb(0x12d)],_0x27d7f8[_0x8b1edb(0x17a)],_0x1b5175,_0x27d7f8['jzWQH']]),_0x8565d0=_0x27d7f8['xfJYv'](nestedKeyValue,_0xa043c3,[_0x27d7f8['Gjple'],_0x27d7f8[_0x8b1edb(0x17a)],_0x1b5175,_0x223a78]);_0x8565d0&&_0x8565d0[_0x8b1edb(0x159)]&&(_0x8565d0[_0x8b1edb(0x159)]=helper['prepareCapabilities'](null,null,_0x20a75f['toLowerCase'](),null,null,_0x8565d0['browserWSEndpoint']));}else _0xa043c3[_0x8b1edb(0x183)][_0x27d7f8[_0x8b1edb(0x17a)]][_0x1b5175][_0x27d7f8[_0x8b1edb(0x18d)]]=helper[_0x8b1edb(0x130)](null,null,_0x20a75f[_0x8b1edb(0x16c)](),_0x27d7f8[_0x8b1edb(0x184)](nestedKeyValue,_0xa043c3,[_0x27d7f8[_0x8b1edb(0x12d)],_0x27d7f8[_0x8b1edb(0x17a)],_0x1b5175,_0x27d7f8['AlvDH']]),null,null);_0x25428d[_0x27d7f8[_0x8b1edb(0x13f)]]=_0xa043c3[_0x8b1edb(0x183)],_0x23078d[_0x8b1edb(0x124)](_0x27d7f8[_0x8b1edb(0x13f)]);}const _0x37df81={};_0x37df81[_0x8b1edb(0x17f)]=_0x1f9201;const _0x4029e6=_0x37df81,_0x2d50e7=path[_0x8b1edb(0x162)](__dirname,_0x27d7f8['cQUIW']),_0x90e769=process[_0x8b1edb(0x174)]();process[_0x8b1edb(0x192)][_0x27d7f8[_0x8b1edb(0x171)]]=_0x90e769,process[_0x8b1edb(0x190)](path[_0x8b1edb(0x17d)](_0x1f9201));const _0x220506=new CodeceptJS[(_0x8b1edb(0x149))](null,_0x4029e6),_0x484f7c=_0x220506['createGroupsOfSuites'](_0x806250),_0x49e6da=testOpsHelper[_0x8b1edb(0x175)](),_0x1f3bef=_0x23078d[_0x8b1edb(0x14a)](_0x13834e=>{const _0x21d241=_0x8b1edb,_0x15d4bb={};_0x15d4bb[_0x21d241(0x14d)]=_0x25428d[_0x13834e];const _0x1f7a6e={};_0x1f7a6e[_0x21d241(0x151)]=_0x25428d[_0x13834e];const _0x3b5f45=_0x131daf?_0x15d4bb:_0x1f7a6e,_0x4ba598=_0x27d7f8[_0x21d241(0x147)](getO11yRerunPattern),_0x6cf10d={};_0x6cf10d[_0x21d241(0x193)]=_0x3b5f45;const _0x10c9ab={};_0x10c9ab['require']=_0x2d50e7,_0x10c9ab[_0x21d241(0x164)]=!![],_0x10c9ab['skipSessionName']=_0xea8642['config'][_0x21d241(0x123)][_0x21d241(0x119)],_0x10c9ab['skipSessionStatus']=_0xea8642[_0x21d241(0x183)]['testContextOptions'][_0x21d241(0x11a)],_0x10c9ab[_0x21d241(0x126)]=_0x49e6da,_0x10c9ab['frameworkName']=_0x20a75f;const _0x407798={};_0x407798[_0x21d241(0x150)]=_0x10c9ab;const _0x42b2bd={};return _0x42b2bd['plugins']=_0x407798,helper[_0x21d241(0x152)]({},_0xa043c3[_0x21d241(0x183)],_0x27d7f8[_0x21d241(0x196)](isBrowserstackInfra)?_0x6cf10d:{},_0x4ba598?{'grep':_0x4ba598}:{},_0x42b2bd);});for(const _0x237c52 of _0x1f3bef){for(const _0x200521 of _0x484f7c){const _0x54a795=_0x220506[_0x8b1edb(0x125)]();_0x54a795[_0x8b1edb(0x109)](_0x200521),_0x54a795[_0x8b1edb(0x121)](_0x237c52);}}_0x220506['on'](CodeceptJS[_0x8b1edb(0x13c)]['test'][_0x8b1edb(0x105)],(_0x146c30,_0x492d5c)=>{const _0x5410e9=_0x8b1edb;console[_0x5410e9(0x166)](_0x27d7f8[_0x5410e9(0x135)],_0x146c30[_0x5410e9(0x137)]);const _0x413afb={[_0x146c30[_0x5410e9(0x137)]]:_0x146c30[_0x5410e9(0x120)][_0x5410e9(0x13b)]};_testErrorData[_0x5410e9(0x124)](_0x413afb);}),_0x220506['on'](CodeceptJS[_0x8b1edb(0x13c)]['test'][_0x8b1edb(0x10b)],async _0x44f486=>{const _0x33df54=_0x8b1edb;console['log'](_0x27d7f8[_0x33df54(0x170)],_0x44f486[_0x33df54(0x137)]);}),_0x220506['on'](CodeceptJS[_0x8b1edb(0x13c)]['test'][_0x8b1edb(0x10d)],async _0x5aaf02=>{const _0x257b3f=_0x8b1edb;console[_0x257b3f(0x166)](_0x27d7f8[_0x257b3f(0x169)],_0x5aaf02[_0x257b3f(0x137)]);}),_0x220506['on'](CodeceptJS[_0x8b1edb(0x13c)]['all']['result'],async()=>{const _0x1b40fb=_0x8b1edb,_0x2d9993=_0x27d7f8['uQQsj'][_0x1b40fb(0x145)]('|');let _0x5ed62d=0x0;while(!![]){switch(_0x2d9993[_0x5ed62d++]){case'0':utilities['finalExecution'](_0xea8642);continue;case'1':_0x220506[_0x1b40fb(0x168)]();continue;case'2':testOpsHelper[_0x1b40fb(0x177)]();continue;case'3':_0xea8642[_0x1b40fb(0x154)]=_testErrorData;continue;case'4':try{await TestHubHandler[_0x1b40fb(0x157)]();}catch(_0x47c59c){logger[_0x1b40fb(0x160)](_0x1b40fb(0x17e)+util[_0x1b40fb(0x15d)](_0x47c59c));}continue;}break;}});async function _0x4bff56(){const _0x36ec29=_0x8b1edb;try{await _0x220506[_0x36ec29(0x13d)](),await _0x220506[_0x36ec29(0x16d)]();}finally{process[_0x36ec29(0x190)](_0x90e769),await _0x220506['teardownAll']();}}_0x27d7f8[_0x8b1edb(0x128)](_0x4bff56);}module[a2_0x4be693(0x186)]=run;
@@ -1 +1 @@
1
- const a3_0x47630e=a3_0x13d0;function a3_0x3477(){const _0x41e1da=['platform','chrome','Playwright','../../helpers/logger','uEByQ','browserVersion','qzlQY','1VOepfj','DjIeO','shouldPatchExecuteScript','fQTSn','browser_version','gFCwA','winstonLogger','8kExKia','unknown_grid','processWebDriverConfig','sessionId','ebbds','COHAk','capabilities','platformName','1599090MfkLuO','osVersion','unQkc','constructor','parse','3409021WQdBhR','latest','xuzMj','platformVersion','lpjwN','accessibilityPlatform','uiiPN','1513635triKcx','cErNy','includes','pTxfl','bstack:options','1265358GMAtgb','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','lDPuM','platform_version','2920532kMqewp','cloudProvider','getDetails','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','tGNCA','warn','get','18034749JdeWmE','../../helpers/test-observability/utils','JDjcw','pWEZA','WjgLz','GxvUy','XPnaf','1140950UxwdUW','browser','deviceName','os_version','fetchPlatformDetails','__cloud_provider___','browserstack_accessibility_automation_script','LIznK','browserstack_executor','config','aMYeq','../../bin/playwright/sessionDetails','playwright-chromium','browserWSEndpoint','../../helpers/accessibility-automation/helper','caps','name','DmjdK','../../helpers/helper','jPxgC','browserName'];a3_0x3477=function(){return _0x41e1da;};return a3_0x3477();}function a3_0x13d0(_0x39d26c,_0x1eddac){const _0x3477bc=a3_0x3477();return a3_0x13d0=function(_0x13d0e2,_0x57dc93){_0x13d0e2=_0x13d0e2-0xf5;let _0x1ee223=_0x3477bc[_0x13d0e2];return _0x1ee223;},a3_0x13d0(_0x39d26c,_0x1eddac);}(function(_0x103ab1,_0x4015c0){const _0x3f5267=a3_0x13d0,_0x119ffe=_0x103ab1();while(!![]){try{const _0x18b882=parseInt(_0x3f5267(0x12d))/0x1*(-parseInt(_0x3f5267(0x13c))/0x2)+-parseInt(_0x3f5267(0xfa))/0x3+-parseInt(_0x3f5267(0x103))/0x4+-parseInt(_0x3f5267(0x111))/0x5+parseInt(_0x3f5267(0xff))/0x6+parseInt(_0x3f5267(0x141))/0x7+-parseInt(_0x3f5267(0x134))/0x8*(-parseInt(_0x3f5267(0x10a))/0x9);if(_0x18b882===_0x4015c0)break;else _0x119ffe['push'](_0x119ffe['shift']());}catch(_0x14822d){_0x119ffe['push'](_0x119ffe['shift']());}}}(a3_0x3477,0x6b430));const {isUndefined,nestedKeyValue}=require(a3_0x47630e(0x123)),logger=require(a3_0x47630e(0x129))[a3_0x47630e(0x133)],PlaywrightSessionDetails=require(a3_0x47630e(0x11c)),{isAccessibilityAutomationSession}=require(a3_0x47630e(0x11f)),{getObservabilityLinkedProductName}=require(a3_0x47630e(0x10b)),getOSVersionFromCaps=_0xcaf825=>{const _0x22834e=a3_0x47630e,_0x25be96={};_0x25be96['DjIeO']=_0x22834e(0xfe),_0x25be96['uiiPN']=_0x22834e(0xf6),_0x25be96[_0x22834e(0xf5)]=_0x22834e(0x102),_0x25be96[_0x22834e(0x132)]=_0x22834e(0x13d),_0x25be96[_0x22834e(0x10c)]=_0x22834e(0x114);const _0x4c3327=_0x25be96;if(!_0xcaf825)return null;const _0x52cfa9=_0xcaf825[_0x4c3327[_0x22834e(0x12e)]],_0x3853b4=[_0x4c3327[_0x22834e(0xf9)],_0x4c3327[_0x22834e(0xf5)],_0x4c3327[_0x22834e(0x132)],_0x4c3327[_0x22834e(0x10c)]];for(const _0x2f14ce of _0x3853b4){if(_0x52cfa9&&_0x52cfa9[_0x2f14ce])return _0x52cfa9[_0x2f14ce];else{if(_0xcaf825[_0x2f14ce])return _0xcaf825[_0x2f14ce];}}return null;};exports[a3_0x47630e(0x115)]=_0x3bfe93=>{const _0x520903=a3_0x47630e,_0x1a5b83={'fQTSn':_0x520903(0x135),'aMYeq':function(_0x1ab2e8,_0x365548){return _0x1ab2e8===_0x365548;},'OGWLd':'WebDriver','XPnaf':function(_0x12278a,_0xbed358){return _0x12278a(_0xbed358);},'LIznK':function(_0x45edb9,_0x239b51,_0x3b6224){return _0x45edb9(_0x239b51,_0x3b6224);},'jPxgC':_0x520903(0x11a),'jmDLJ':'desiredCapabilities','lpjwN':function(_0x4d96f1,_0x44cd52){return _0x4d96f1(_0x44cd52);},'GxvUy':_0x520903(0x128),'lDPuM':_0x520903(0x112),'qzlQY':_0x520903(0x11e),'uEByQ':_0x520903(0x120),'cErNy':function(_0x2d4915,_0x6cf02e){return _0x2d4915(_0x6cf02e);}};if(!_0x3bfe93)return null;let _0x25cf50=global[_0x520903(0x116)]||_0x1a5b83[_0x520903(0x130)];if(_0x1a5b83[_0x520903(0x11b)](_0x3bfe93[_0x520903(0x13f)]['name'],_0x1a5b83['OGWLd'])){const _0x1ec0bd=_0x3bfe93[_0x520903(0x112)];if(!_0x1ec0bd)return null;const _0x40bfbe=_0x1ec0bd['capabilities'],_0x280737=_0x1a5b83[_0x520903(0x110)](getOSVersionFromCaps,_0x1a5b83[_0x520903(0x118)](nestedKeyValue,_0x3bfe93,[_0x1a5b83['jPxgC'],_0x1a5b83['jmDLJ']]));return{[_0x25cf50]:{'browser':_0x40bfbe[_0x520903(0x125)],'browser_version':_0x40bfbe['browserVersion'],'capabilities':_0x40bfbe,'platform':_0x40bfbe[_0x520903(0x13b)],'platform_version':_0x40bfbe[_0x520903(0xf6)]||_0x280737,'product':_0x1a5b83[_0x520903(0xf7)](getObservabilityLinkedProductName,_0x40bfbe),'session_id':_0x1ec0bd[_0x520903(0x137)]}};}else{if(_0x1a5b83[_0x520903(0x11b)](_0x3bfe93[_0x520903(0x13f)][_0x520903(0x121)],_0x1a5b83[_0x520903(0x10f)])){const _0x178a89=PlaywrightSessionDetails[_0x520903(0x105)]();_0x25cf50=_0x178a89[_0x520903(0x104)]||_0x25cf50;const _0x984ed4=_0x1a5b83[_0x520903(0x118)](nestedKeyValue,_0x3bfe93,[_0x1a5b83[_0x520903(0x124)],_0x1a5b83[_0x520903(0x101)],_0x1a5b83[_0x520903(0x12c)]]),_0xb81f73=_0x984ed4?JSON[_0x520903(0x140)](new URL(_0x984ed4)['searchParams'][_0x520903(0x109)](_0x1a5b83[_0x520903(0x12a)])):{};return{[_0x25cf50]:{'browser':_0x178a89[_0x520903(0x112)]||_0xb81f73[_0x520903(0x125)],'browser_version':_0x178a89[_0x520903(0x131)]||_0xb81f73[_0x520903(0x131)],'capabilities':_0xb81f73,'platform':_0x178a89[_0x520903(0x126)],'platform_version':_0x178a89['platform_version'],'product':_0x1a5b83[_0x520903(0xfb)](getObservabilityLinkedProductName,_0xb81f73),'session_id':_0x178a89['bsSessionId']}};}}},exports[a3_0x47630e(0x136)]=_0x4e9554=>{const _0x131655=a3_0x47630e,_0x3832b0={'ogCnF':function(_0x2f99dd){return _0x2f99dd();},'COHAk':function(_0x543baa,_0x5d7d70){return _0x543baa===_0x5d7d70;},'LPzWM':_0x131655(0x142),'tGNCA':function(_0x2e43e7,_0x5490cf){return _0x2e43e7>_0x5490cf;},'pKLDa':function(_0x24e45a,_0x156c20){return _0x24e45a(_0x156c20);},'WjgLz':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','DmjdK':_0x131655(0x127),'piiXp':function(_0x23fe73,_0x3b91b4){return _0x23fe73===_0x3b91b4;},'QvwTb':_0x131655(0x11d),'pTxfl':_0x131655(0x106),'HOOmC':function(_0x390122,_0x37de8b){return _0x390122(_0x37de8b);},'unQkc':_0x131655(0x100)};if(_0x3832b0['ogCnF'](isAccessibilityAutomationSession)){const _0xed90e7=_0x4e9554[_0x131655(0x112)],_0x3752bd=_0xed90e7[_0x131655(0x13a)];global[_0x131655(0xf8)]=!![],!(_0x3832b0['COHAk'](_0x3752bd[_0x131655(0x12b)],_0x3832b0['LPzWM'])||_0x3832b0[_0x131655(0x107)](_0x3832b0['pKLDa'](parseInt,_0x3752bd['browserVersion']),0x5e))&&(logger[_0x131655(0x108)](_0x3832b0[_0x131655(0x10e)]),global[_0x131655(0xf8)]=![]),!(_0x3832b0[_0x131655(0x139)](_0x3752bd[_0x131655(0x125)],_0x3832b0[_0x131655(0x122)])||_0x3832b0['piiXp'](_0x3752bd['browserName'],_0x3832b0['QvwTb']))&&(logger[_0x131655(0x108)](_0x3832b0[_0x131655(0xfd)]),global[_0x131655(0xf8)]=![]),!_0x3832b0['HOOmC'](isUndefined,_0x3752bd[_0x131655(0x113)])&&(logger[_0x131655(0x108)](_0x3832b0[_0x131655(0x13e)]),global['accessibilityPlatform']=![]);}},exports[a3_0x47630e(0x12f)]=_0x23f105=>{const _0x20d807=a3_0x47630e,_0x284a6c={};_0x284a6c['pWEZA']=_0x20d807(0x119),_0x284a6c[_0x20d807(0x138)]=_0x20d807(0x117);const _0x300a64=_0x284a6c;if(!_0x23f105)return![];return!_0x23f105[_0x20d807(0xfc)](_0x300a64[_0x20d807(0x10d)])&&!_0x23f105[_0x20d807(0xfc)](_0x300a64['ebbds']);};
1
+ const a3_0x46f1d4=a3_0x52ef;function a3_0x52ef(_0x5c9024,_0x58c567){const _0x2c9eee=a3_0x2c9e();return a3_0x52ef=function(_0x52ef41,_0x27d939){_0x52ef41=_0x52ef41-0x14e;let _0xe41ea1=_0x2c9eee[_0x52ef41];return _0xe41ea1;},a3_0x52ef(_0x5c9024,_0x58c567);}function a3_0x2c9e(){const _0x13e1aa=['VycaJ','../../bin/playwright/sessionDetails','708059Onkcge','Playwright','searchParams','gNvpy','constructor','processWebDriverConfig','WebDriver','../../helpers/logger','includes','EhVnT','PDDIj','vOLuG','WpaUn','YRgTJ','sJKtR','rMWzi','KjMep','../../helpers/accessibility-automation/helper','LaOoo','IBFZs','lMNoI','platformName','ULlIy','winstonLogger','os_version','shouldPatchExecuteScript','browser_version','platform_version','config','capabilities','browserVersion','2792940YHODvI','VgAhf','1UmahGv','accessibilityPlatform','platform','browserName','4BewCQh','Mtexj','mFzNY','13904fJCgkF','platformVersion','__cloud_provider___','9OrvfBd','browser','239862zgrlUz','../../helpers/helper','bstack:options','vbhXY','RFwDP','282090AXLrVY','xKXUy','caps','parse','860880uvxMJA','1316Uaiebd','etqYs','sNsoZ','browserWSEndpoint','BljVa','sWXda','2994EhcLcV','chrome','name','MsKLq','warn','HpESI'];a3_0x2c9e=function(){return _0x13e1aa;};return a3_0x2c9e();}(function(_0xbab1cf,_0x5217a3){const _0x1e677b=a3_0x52ef,_0x35a953=_0xbab1cf();while(!![]){try{const _0x539ff1=-parseInt(_0x1e677b(0x169))/0x1*(-parseInt(_0x1e677b(0x17a))/0x2)+parseInt(_0x1e677b(0x175))/0x3*(-parseInt(_0x1e677b(0x16d))/0x4)+-parseInt(_0x1e677b(0x17e))/0x5+parseInt(_0x1e677b(0x185))/0x6*(-parseInt(_0x1e677b(0x17f))/0x7)+parseInt(_0x1e677b(0x170))/0x8+parseInt(_0x1e677b(0x173))/0x9*(parseInt(_0x1e677b(0x167))/0xa)+parseInt(_0x1e677b(0x18d))/0xb;if(_0x539ff1===_0x5217a3)break;else _0x35a953['push'](_0x35a953['shift']());}catch(_0x344c54){_0x35a953['push'](_0x35a953['shift']());}}}(a3_0x2c9e,0x224d8));const {isUndefined,nestedKeyValue}=require(a3_0x46f1d4(0x176)),logger=require(a3_0x46f1d4(0x14f))[a3_0x46f1d4(0x15f)],PlaywrightSessionDetails=require(a3_0x46f1d4(0x18c)),{isAccessibilityAutomationSession}=require(a3_0x46f1d4(0x159)),{getObservabilityLinkedProductName}=require('../../helpers/test-observability/utils'),getOSVersionFromCaps=_0x16208c=>{const _0x2b201e=a3_0x46f1d4,_0x20369a={};_0x20369a[_0x2b201e(0x152)]=_0x2b201e(0x177),_0x20369a[_0x2b201e(0x181)]=_0x2b201e(0x171),_0x20369a[_0x2b201e(0x18a)]=_0x2b201e(0x163),_0x20369a[_0x2b201e(0x190)]='osVersion',_0x20369a['lMNoI']=_0x2b201e(0x160);const _0x5b29e6=_0x20369a;if(!_0x16208c)return null;const _0x2b96c4=_0x16208c[_0x5b29e6['PDDIj']],_0x3dc137=[_0x5b29e6[_0x2b201e(0x181)],_0x5b29e6[_0x2b201e(0x18a)],_0x5b29e6[_0x2b201e(0x190)],_0x5b29e6[_0x2b201e(0x15c)]];for(const _0x5b47c5 of _0x3dc137){if(_0x2b96c4&&_0x2b96c4[_0x5b47c5])return _0x2b96c4[_0x5b47c5];else{if(_0x16208c[_0x5b47c5])return _0x16208c[_0x5b47c5];}}return null;};exports['fetchPlatformDetails']=_0x36548d=>{const _0x2ccff0=a3_0x46f1d4,_0x527031={'sWXda':'unknown_grid','Klyjm':function(_0x4acec0,_0x1fe8ec){return _0x4acec0===_0x1fe8ec;},'VgAhf':_0x2ccff0(0x14e),'mFzNY':function(_0x56f379,_0x1ddfdb){return _0x56f379(_0x1ddfdb);},'EhVnT':function(_0x1a2be7,_0x267535,_0x41e240){return _0x1a2be7(_0x267535,_0x41e240);},'xKXUy':_0x2ccff0(0x164),'ymbcw':'desiredCapabilities','rMWzi':function(_0x23c38c,_0x2ee81f){return _0x23c38c===_0x2ee81f;},'Mlzdk':_0x2ccff0(0x18e),'IBFZs':function(_0x9de108,_0x14bb65,_0x55829c){return _0x9de108(_0x14bb65,_0x55829c);},'sJKtR':'browser','ULlIy':_0x2ccff0(0x182),'etqYs':_0x2ccff0(0x17c)};if(!_0x36548d)return null;let _0x1cda17=global[_0x2ccff0(0x172)]||_0x527031[_0x2ccff0(0x184)];if(_0x527031['Klyjm'](_0x36548d[_0x2ccff0(0x191)][_0x2ccff0(0x187)],_0x527031[_0x2ccff0(0x168)])){const _0x610962=_0x36548d[_0x2ccff0(0x174)];if(!_0x610962)return null;const _0x403fd7=_0x610962['capabilities'],_0x58268d=_0x527031['mFzNY'](getOSVersionFromCaps,_0x527031[_0x2ccff0(0x151)](nestedKeyValue,_0x36548d,[_0x527031[_0x2ccff0(0x17b)],_0x527031['ymbcw']]));return{[_0x1cda17]:{'browser':_0x403fd7['browserName'],'browser_version':_0x403fd7[_0x2ccff0(0x166)],'capabilities':_0x403fd7,'platform':_0x403fd7[_0x2ccff0(0x15d)],'platform_version':_0x403fd7[_0x2ccff0(0x171)]||_0x58268d,'product':_0x527031['mFzNY'](getObservabilityLinkedProductName,_0x403fd7),'session_id':_0x610962['sessionId']}};}else{if(_0x527031[_0x2ccff0(0x157)](_0x36548d[_0x2ccff0(0x191)]['name'],_0x527031['Mlzdk'])){const _0x5254b9=PlaywrightSessionDetails['getDetails']();_0x1cda17=_0x5254b9['cloudProvider']||_0x1cda17;const _0x549f67=_0x527031[_0x2ccff0(0x15b)](nestedKeyValue,_0x36548d,[_0x527031[_0x2ccff0(0x17b)],_0x527031[_0x2ccff0(0x156)],_0x527031[_0x2ccff0(0x15e)]]),_0x4ba5ac=_0x549f67?JSON[_0x2ccff0(0x17d)](new URL(_0x549f67)[_0x2ccff0(0x18f)]['get'](_0x527031[_0x2ccff0(0x180)])):{};return{[_0x1cda17]:{'browser':_0x5254b9[_0x2ccff0(0x174)]||_0x4ba5ac[_0x2ccff0(0x16c)],'browser_version':_0x5254b9[_0x2ccff0(0x162)]||_0x4ba5ac[_0x2ccff0(0x162)],'capabilities':_0x4ba5ac,'platform':_0x5254b9[_0x2ccff0(0x16b)],'platform_version':_0x5254b9['platform_version'],'product':_0x527031[_0x2ccff0(0x16f)](getObservabilityLinkedProductName,_0x4ba5ac),'session_id':_0x5254b9['bsSessionId']}};}}},exports[a3_0x46f1d4(0x192)]=_0x51b59d=>{const _0x190929=a3_0x46f1d4,_0x41e06b={'YRgTJ':function(_0x4350a6){return _0x4350a6();},'RFwDP':function(_0x42fda8,_0x37bb67){return _0x42fda8===_0x37bb67;},'VycaJ':'latest','KjMep':function(_0x2e5a2b,_0x172751){return _0x2e5a2b>_0x172751;},'LaOoo':function(_0x13a8dd,_0x3c13f0){return _0x13a8dd(_0x3c13f0);},'FCAVv':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','Mtexj':function(_0x21344b,_0x468413){return _0x21344b===_0x468413;},'SXVbj':_0x190929(0x186),'vbhXY':function(_0x5bf030,_0x349d72){return _0x5bf030===_0x349d72;},'MsKLq':'playwright-chromium','vOLuG':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','BljVa':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.'};if(_0x41e06b[_0x190929(0x155)](isAccessibilityAutomationSession)){const _0x5b7f29=_0x51b59d['browser'],_0x450b11=_0x5b7f29[_0x190929(0x165)];global[_0x190929(0x16a)]=!![],!(_0x41e06b[_0x190929(0x179)](_0x450b11[_0x190929(0x166)],_0x41e06b[_0x190929(0x18b)])||_0x41e06b[_0x190929(0x158)](_0x41e06b[_0x190929(0x15a)](parseInt,_0x450b11['browserVersion']),0x5e))&&(logger[_0x190929(0x189)](_0x41e06b['FCAVv']),global[_0x190929(0x16a)]=![]),!(_0x41e06b[_0x190929(0x16e)](_0x450b11['browserName'],_0x41e06b['SXVbj'])||_0x41e06b[_0x190929(0x178)](_0x450b11[_0x190929(0x16c)],_0x41e06b[_0x190929(0x188)]))&&(logger[_0x190929(0x189)](_0x41e06b[_0x190929(0x153)]),global[_0x190929(0x16a)]=![]),!_0x41e06b[_0x190929(0x15a)](isUndefined,_0x450b11['deviceName'])&&(logger['warn'](_0x41e06b[_0x190929(0x183)]),global[_0x190929(0x16a)]=![]);}},exports[a3_0x46f1d4(0x161)]=_0x12f1da=>{const _0x3b67b5=a3_0x46f1d4,_0x4eefa8={};_0x4eefa8['ZicnB']='browserstack_executor',_0x4eefa8['WpaUn']='browserstack_accessibility_automation_script';const _0x524ca8=_0x4eefa8;if(!_0x12f1da)return![];return!_0x12f1da[_0x3b67b5(0x150)](_0x524ca8['ZicnB'])&&!_0x12f1da[_0x3b67b5(0x150)](_0x524ca8[_0x3b67b5(0x154)]);};
@@ -1 +1 @@
1
- const a4_0x39e32c=a4_0x52a7;(function(_0x4def04,_0x2e3a7e){const _0x241df6=a4_0x52a7,_0x101925=_0x4def04();while(!![]){try{const _0x2a9b9f=-parseInt(_0x241df6(0xcb))/0x1*(-parseInt(_0x241df6(0xed))/0x2)+-parseInt(_0x241df6(0x159))/0x3+-parseInt(_0x241df6(0x16d))/0x4*(parseInt(_0x241df6(0x101))/0x5)+-parseInt(_0x241df6(0x120))/0x6*(parseInt(_0x241df6(0x155))/0x7)+parseInt(_0x241df6(0x134))/0x8+-parseInt(_0x241df6(0x177))/0x9*(-parseInt(_0x241df6(0x171))/0xa)+parseInt(_0x241df6(0x162))/0xb;if(_0x2a9b9f===_0x2e3a7e)break;else _0x101925['push'](_0x101925['shift']());}catch(_0x162f55){_0x101925['push'](_0x101925['shift']());}}}(a4_0x24d6,0x6fc89));const path=require(a4_0x39e32c(0xe0)),fs=require('fs'),{v4:uuidv4}=require(a4_0x39e32c(0xc0)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x39e32c(0x18e)),testOpsHelper=require('../../helpers/test-observability/utils'),{getTestEnv}=require(a4_0x39e32c(0x11a)),{FRAMEWORKS}=require(a4_0x39e32c(0x170)),logger=require(a4_0x39e32c(0xf0))[a4_0x39e32c(0x121)],SessionHandler=require(a4_0x39e32c(0x154)),RequestQueueHandler=require(a4_0x39e32c(0x192)),PlaywrightSessionDetails=require(a4_0x39e32c(0x185)),debug=testOpsHelper['debug'],{processAccessibilityCaps}=require(a4_0x39e32c(0xc3)),Constants=require(a4_0x39e32c(0x132)),{fetchPlatformDetails}=require(a4_0x39e32c(0xd8)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x39e32c(0x14c)),STATE_PASSED=a4_0x39e32c(0x10b),STATE_FAILED=a4_0x39e32c(0x10a),a4_0x1fdeed={};function a4_0x52a7(_0x35d607,_0x455816){const _0x24d6b7=a4_0x24d6();return a4_0x52a7=function(_0x52a7bb,_0x39b2e9){_0x52a7bb=_0x52a7bb-0xb5;let _0x5ef4c8=_0x24d6b7[_0x52a7bb];return _0x5ef4c8;},a4_0x52a7(_0x35d607,_0x455816);}a4_0x1fdeed[a4_0x39e32c(0x175)]=a4_0x39e32c(0x193),a4_0x1fdeed[a4_0x39e32c(0xd1)]=a4_0x39e32c(0x1a3),a4_0x1fdeed[a4_0x39e32c(0x127)]=a4_0x39e32c(0x174),a4_0x1fdeed[a4_0x39e32c(0x104)]=a4_0x39e32c(0x14a),a4_0x1fdeed[a4_0x39e32c(0xb9)]=a4_0x39e32c(0xc9);const TEST_EVENTS=a4_0x1fdeed,parseEvent=_0x4d6a68=>{const _0x3163bd=a4_0x39e32c,_0x251398={};_0x251398[_0x3163bd(0x126)]=function(_0x3ca8a9,_0x430a91){return _0x3ca8a9<_0x430a91;},_0x251398[_0x3163bd(0x1a2)]=function(_0x1e0560,_0x2b0066){return _0x1e0560===_0x2b0066;},_0x251398[_0x3163bd(0x13e)]='test',_0x251398[_0x3163bd(0xdf)]=_0x3163bd(0x18b),_0x251398[_0x3163bd(0xe5)]=_0x3163bd(0x147),_0x251398['deoif']=_0x3163bd(0xd9),_0x251398[_0x3163bd(0x17b)]=function(_0x3beb29,_0x289a73){return _0x3beb29===_0x289a73;},_0x251398['LUVXO']='finished';const _0x42fd12=_0x251398,_0x2821a9=_0x4d6a68[_0x3163bd(0x157)](/^(.*)Run(.*)$/);if(!_0x2821a9)return null;if(_0x42fd12[_0x3163bd(0x126)](_0x2821a9['length'],0x3))return null;const _0x37c6aa=_0x2821a9[0x1][_0x3163bd(0xde)](),_0x2b9890=_0x2821a9[0x2]['toLowerCase']();return{'test':_0x42fd12[_0x3163bd(0x1a2)](_0x37c6aa,_0x42fd12[_0x3163bd(0x13e)]),'hook':_0x42fd12[_0x3163bd(0x1a2)](_0x37c6aa,_0x42fd12['hyAVn']),'skipped':_0x42fd12[_0x3163bd(0x1a2)](_0x2b9890,_0x42fd12['XWwpY']),'started':_0x42fd12['YjTUw'](_0x2b9890,_0x42fd12['deoif']),'finished':_0x42fd12[_0x3163bd(0x17b)](_0x2b9890,_0x42fd12[_0x3163bd(0x186)])};},mockPWBrowserType=_0x276612=>{const _0x5b6bef=a4_0x39e32c,_0x3302cb={'ASsTs':function(_0x11c5a3,_0x4bf8f7){return _0x11c5a3===_0x4bf8f7;},'OVREO':_0x5b6bef(0x115),'taZjG':function(_0x1dd404,_0x5993fb,_0x3814fd){return _0x1dd404(_0x5993fb,_0x3814fd);},'VBEfc':_0x5b6bef(0x19d),'ZtpFI':function(_0x187f91,_0x408413){return _0x187f91(_0x408413);},'lReTB':_0x5b6bef(0x18d),'poStk':function(_0x5655d2,_0x54f477){return _0x5655d2(_0x54f477);},'nVkYr':_0x5b6bef(0x14f),'NjqhM':_0x5b6bef(0x108),'QOfwu':_0x5b6bef(0x106),'nXeiB':'Not\x20able\x20to\x20import\x20Browser','DkdYb':_0x5b6bef(0xc8),'aPEqw':_0x5b6bef(0x11b)},_0x3f3cac=path[_0x5b6bef(0x16e)](_0x3302cb[_0x5b6bef(0x165)],_0x3302cb['NjqhM'],_0x3302cb['QOfwu']),_0x414e85=_0x3302cb[_0x5b6bef(0xef)](importFileFromPWCore,_0x3f3cac);if(!_0x414e85){_0x3302cb['poStk'](debug,_0x3302cb[_0x5b6bef(0x1ab)]);return;}const _0x3cfb16=_0x414e85[_0x5b6bef(0x182)],_0x4b82f4=_0x3cfb16[_0x5b6bef(0x18a)];if(_0x4b82f4['obsBrowserTypeMockApplied'])return;const _0x357dbb=_0x4b82f4['connect'];Object['defineProperty'](_0x4b82f4,_0x3302cb[_0x5b6bef(0x1a4)],{'get':function(){return async function _0x3a2a88(_0x58cb53,_0xfe2a34){const _0x1c9dd0=a4_0x52a7,_0xfb799b={'rmYZY':function(_0x451ab0,_0x402f62){const _0x349878=a4_0x52a7;return _0x3302cb[_0x349878(0x13c)](_0x451ab0,_0x402f62);},'kyNBX':_0x3302cb['OVREO']},_0x21e4ba=_0x3302cb[_0x1c9dd0(0x18c)](nestedKeyValue,_0x58cb53,[_0x3302cb['VBEfc']])||_0x58cb53;let _0x1f0ddf=null,_0xc828ac=null;try{[_0xc828ac,_0x1f0ddf]=_0x21e4ba?_0x3302cb['ZtpFI'](parseWSEndpoint,_0x21e4ba):[null,null],global[_0x1c9dd0(0xd5)]=_0x1f0ddf,_0xc828ac[_0x1c9dd0(0xe7)](_0x3302cb[_0x1c9dd0(0x180)])&&(global[_0x1c9dd0(0x118)]=_0x3302cb[_0x1c9dd0(0x180)]);}catch(_0x3770fa){logger['debug'](_0x1c9dd0(0xcd)+_0x21e4ba+'\x20'+_0x3770fa);}_0x3302cb[_0x1c9dd0(0x18c)](processAccessibilityCaps,_0x1f0ddf,_0xc828ac);if(global[_0x1c9dd0(0x160)]){const _0x336d63=await _0x4b82f4['connectOverCDP'][_0x1c9dd0(0xec)](this,[''+Constants['PLAYWRIGHT_HUB_URL']+_0x3302cb[_0x1c9dd0(0xef)](encodeURIComponent,JSON[_0x1c9dd0(0x107)](_0x1f0ddf))]);return PlaywrightSessionDetails['setupBrowserDetails'](_0x336d63,_0x276612,_0x21e4ba),_0x336d63;}return _0x357dbb['apply'](this,arguments)['then'](_0x239a46=>{const _0x969d8=_0x1c9dd0;let _0x15e04d=_0x58cb53[_0x969d8(0x19d)];return _0xfb799b['rmYZY'](typeof _0x58cb53,_0xfb799b[_0x969d8(0x15c)])&&(_0x15e04d=_0x58cb53),PlaywrightSessionDetails['setupBrowserDetails'](_0x239a46,_0x276612,_0x15e04d),_0x239a46;});};}});const _0x26d52f=_0x4b82f4[_0x5b6bef(0x11b)];Object[_0x5b6bef(0xf6)](_0x4b82f4,_0x3302cb[_0x5b6bef(0xf3)],{'get':function(){return async function _0xe3c1e3(){const _0x4ede4a=a4_0x52a7;return _0x26d52f[_0x4ede4a(0xec)](this,arguments)[_0x4ede4a(0x12f)](_0x41fab1=>{return PlaywrightSessionDetails['setupBrowserDetails'](_0x41fab1,null),_0x41fab1;});};}});};function a4_0x24d6(){const _0x445d05=['ozSKn','comment','ZRtpA','initializeBddStep','bddStepFinish','ASsTs','cwd','uDIOH','vfcOa','getHookType','hjImz','test','forEach','hook_run_uuid','util','nfHUD','skipped','getHierarchy','STATE_FAILED','HookRunStarted','XhJsz','../../helpers/testhub/utils.js','LHYtg','pid','lib','_beforeAll','YlDkd','QiUGc','gnPsy','../../helpers/test-observability/sessionHandler','2640498QxjqaK','fullTitle','match','body','2018187rqrwuU','currentHook','ZYzHE','kyNBX','jimJq','VIUkL','fireEvent','accessibilityPlatform','CYvKL','1890856ouxRNV','lbYTW','getTime','nVkYr','prefixTestPath','getInstance','duration','finished_at','bind','YvOLc','CODECEPT','203552KgxIml','join','test_run','../../helpers/test-observability/constants','930vHhYZl','split','retryOf','TestRunSkipped','TEST_RUN_STARTED','frameworkName','51390adBGnL','iUVSr','uVeiN','bs:addLog:','LESns','concat','kFVsm','tags','javascript','lReTB','suites','BrowserType','driver','eCcrE','../playwright/sessionDetails','LUVXO','failure_reason_expanded','SthNn','PathHelper','prototype','hook','taZjG','browserstack','../../helpers/helper','ctx','message','failure','../../helpers/test-observability/requestQueueHandler','TestRunStarted','integrations','File\x20path\x20could\x20not\x20be\x20found','TEST_EVENTS','result','resetSkipTestHooks','find','finished','FcjhU','removeAllListeners','wsEndpoint','sep','patchConsoleLogger','text','YJgIP','YjTUw','TestRunFinished','DkdYb','FVYcn','currentTest','status','wCSbq','mapTestHooks','debug','nXeiB','meta','toUpperCase','parent','JQEiD','VTnZB','keyword','.git','HOOK_RUN_FINISHED','KMcWo','stop','appendTestItemLog','startedAt','title','hook_type','uuid','NnlKI','_paths','../playwright/accessibility-helper','hookAnalyticsId','LndLw','push','lCwLM','connect','HookRunFinished','expanded','20429VmsGIS','QDFxc','Failed\x20to\x20parse\x20wsendpoint\x20','now','auyeL','GfWFD','TEST_RUN_FINISHED','KUcKQ','stepAnalyticsId','errorsDetailed','__platformCaps','failureData','xjxhS','./helper.js','started','AAlzy','inspect','toISOString','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','toLowerCase','hyAVn','path','OzjEv','failed\x20to\x20get\x20root\x20parent\x20file\x20','vfDNI','_afterEach','XWwpY','getHooksForTest','includes','config','DVVbg','uploadEventData','dirname','apply','58JaWpnw','relative','poStk','../../helpers/logger','CBTSessionCreated','failure_backtrace','aPEqw','pending','groups','defineProperty','tXCyB','err','markedStatus','findGitConfig','QArrq','IbXQb','type','file_name','exports','qufyn','35lfLBFT','WlKMj','aNCwn','HOOK_RUN_STARTED','\x20with\x20error\x20:\x20','browserType.js','stringify','client','backtrace','failed','passed','WJCVC','uAxBC','getRootParentFile','3|5|4|0|1|2','mcojs','logs','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','bTgOo','LogCreated','string','testAnalyticsId','test_run_uuid','__cloud_provider___','bddSteps','../mocha/test-observability/mochaUtils','launch','toString','name','pCbaL','event_type','6UAJmbn','winstonLogger','FtirP','location_prefix','start','_testEnv','srHHI','TEST_RUN_SKIPPED','success','axQjl','pZVKC','codeceptjs','_afterAll','kDLHq','enabled','then','getCBTInfo','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','../utils/constants','NFhLA','4549256ZPqPhw','zmxRK','zJmMN'];a4_0x24d6=function(){return _0x445d05;};return a4_0x24d6();}class O11yHelper{[a4_0x39e32c(0x1a6)]=null;[a4_0x39e32c(0x15a)]=null;[a4_0x39e32c(0x12e)]=![];['frameworkName']=![];constructor(_0x244d2e,_0x38273a){const _0x13dbf5=a4_0x39e32c,_0x3c130e={'KUcKQ':_0x13dbf5(0x10f),'QvppV':function(_0x58e03b){return _0x58e03b();},'FVYcn':function(_0x17e8e2,_0x325c1f){return _0x17e8e2===_0x325c1f;},'cEFZo':'Playwright','jimJq':function(_0x47ebe2,_0x286c66){return _0x47ebe2(_0x286c66);},'DVVbg':function(_0x48920a){return _0x48920a();}},_0x466a70=_0x3c130e[_0x13dbf5(0xd2)][_0x13dbf5(0x172)]('|');let _0x411f3d=0x0;while(!![]){switch(_0x466a70[_0x411f3d++]){case'0':this[_0x13dbf5(0x125)]=_0x3c130e['QvppV'](getTestEnv);continue;case'1':this[_0x13dbf5(0xc2)]=new testOpsHelper[(_0x13dbf5(0x189))]({'cwd':process[_0x13dbf5(0x13d)]()},this[_0x13dbf5(0x125)][_0x13dbf5(0x123)]);continue;case'2':this['driver']&&_0x3c130e[_0x13dbf5(0x1a5)](this[_0x13dbf5(0x183)]['constructor'][_0x13dbf5(0x11d)],_0x3c130e['cEFZo'])&&_0x3c130e[_0x13dbf5(0x15d)](mockPWBrowserType,null);continue;case'3':this[_0x13dbf5(0x12e)]=_0x3c130e[_0x13dbf5(0xe9)](shouldProcessEventForTesthub);continue;case'4':this[_0x13dbf5(0x183)]=_0x244d2e;continue;case'5':this['frameworkName']=_0x38273a[_0x13dbf5(0x176)];continue;}break;}}[a4_0x39e32c(0x124)](){const _0x13df72=a4_0x39e32c;if(!this[_0x13df72(0x12e)])return;testOpsHelper[_0x13df72(0x19f)](),process[_0x13df72(0x19c)](_0x13df72(0x17a)+process[_0x13df72(0x14e)]),process['on'](_0x13df72(0x17a)+process[_0x13df72(0x14e)],this[_0x13df72(0xbc)][_0x13df72(0x16a)](this));}async[a4_0x39e32c(0xbb)](){const _0xc9fd28=a4_0x39e32c;await RequestQueueHandler[_0xc9fd28(0x167)]()['shutdown']();}async[a4_0x39e32c(0xbc)](_0x1711b1){const _0xcb50c0=a4_0x39e32c,_0x848519={'AAlzy':_0xcb50c0(0x114),'NnlKI':function(_0x259507,_0x70439f){return _0x259507(_0x70439f);}};try{this[_0xcb50c0(0x15a)]&&!this[_0xcb50c0(0x15a)][_0xcb50c0(0xf9)]&&(_0x1711b1[_0xcb50c0(0x144)]=this[_0xcb50c0(0x15a)][_0xcb50c0(0xc4)]);!_0x1711b1['hook_run_uuid']&&this[_0xcb50c0(0x1a6)]&&!this[_0xcb50c0(0x1a6)][_0xcb50c0(0xf9)]&&(_0x1711b1[_0xcb50c0(0x117)]=this['currentTest'][_0xcb50c0(0x116)]);if(_0x1711b1[_0xcb50c0(0x144)]||_0x1711b1[_0xcb50c0(0x117)]){const _0x4a1cb9={};_0x4a1cb9[_0xcb50c0(0x11f)]=_0x848519[_0xcb50c0(0xda)],_0x4a1cb9[_0xcb50c0(0x111)]=[_0x1711b1],await SessionHandler[_0xcb50c0(0xea)](_0x4a1cb9);}}catch(_0x2d90b7){_0x848519[_0xcb50c0(0xc1)](debug,_0xcb50c0(0x112)+_0x2d90b7);}}async['sendCBTInfo'](_0x1bfb32){const _0x536b58=a4_0x39e32c,_0x34096f={'SOexj':_0x536b58(0xf1),'lEUWT':function(_0x95d75e,_0x1e6410){return _0x95d75e(_0x1e6410);}};if(!this[_0x536b58(0x12e)])return;const _0x4b0578=this[_0x536b58(0x130)](this[_0x536b58(0x183)]);try{const _0x26feab={};_0x26feab[_0x536b58(0xc0)]=_0x1bfb32,_0x26feab[_0x536b58(0x194)]=_0x4b0578;const _0x254702=_0x26feab,_0x19ae08={};_0x19ae08[_0x536b58(0x11f)]=_0x34096f['SOexj'],_0x19ae08[_0x536b58(0x16f)]=_0x254702,await SessionHandler[_0x536b58(0xea)](_0x19ae08);}catch(_0x12045d){_0x34096f['lEUWT'](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20'+_0x12045d);}}[a4_0x39e32c(0x130)](_0x2ed5d9){const _0x4a50f0={'WrYLS':function(_0x5b0136,_0x1cb9e4){return _0x5b0136(_0x1cb9e4);}};return _0x4a50f0['WrYLS'](fetchPlatformDetails,_0x2ed5d9);}[a4_0x39e32c(0x198)]=_0x30bb19=>{const _0x3baf93=a4_0x39e32c,_0x57a923={};_0x57a923['CYvKL']='_beforeEach',_0x57a923[_0x3baf93(0xd0)]=_0x3baf93(0xe4);const _0x13bd9d=_0x57a923;if(!_0x30bb19||!_0x30bb19['parent'])return;[_0x13bd9d[_0x3baf93(0x161)],_0x13bd9d[_0x3baf93(0xd0)]][_0x3baf93(0x143)](_0x3df6a7=>{const _0x25fdcb=_0x3baf93,_0x5d901b=_0x30bb19[_0x25fdcb(0x1ae)][_0x3df6a7];_0x5d901b['forEach'](_0x1db7c2=>{const _0x24dd6b=_0x25fdcb;_0x1db7c2[_0x24dd6b(0xc4)]&&(_0x1db7c2[_0x24dd6b(0xc4)]=null);});});};[a4_0x39e32c(0x1a9)](_0x176740){const _0x518886=a4_0x39e32c,_0x36caba={'iUVSr':_0x518886(0x12b),'OzjEv':function(_0x4b8a87){return _0x4b8a87();},'qufyn':function(_0x559bc9,_0x2c2f4c){return _0x559bc9===_0x2c2f4c;},'FcjhU':_0x518886(0xe4),'ZRtpA':_0x518886(0x150),'CXWoj':_0x518886(0x12c),'xjxhS':'_beforeEach'};if(!_0x176740||!_0x176740[_0x518886(0x1ae)])return;[_0x36caba[_0x518886(0x139)],_0x36caba['CXWoj'],_0x36caba[_0x518886(0xd7)],_0x36caba[_0x518886(0x19b)]][_0x518886(0x143)](_0x2d28bd=>{const _0x3ac188=_0x518886,_0x41d4f2={'XhJsz':_0x36caba[_0x3ac188(0x178)],'WJCVC':function(_0x4416e7){const _0x500d96=_0x3ac188;return _0x36caba[_0x500d96(0xe1)](_0x4416e7);},'BSTIz':function(_0xe93126,_0x19792f){const _0x2f5af5=_0x3ac188;return _0x36caba[_0x2f5af5(0x100)](_0xe93126,_0x19792f);},'SthNn':_0x36caba[_0x3ac188(0x19b)]},_0x13d62e=_0x176740[_0x3ac188(0x1ae)][_0x2d28bd]||[];_0x13d62e[_0x3ac188(0x143)](_0x4d559d=>{const _0x52a97d=_0x3ac188;if(_0x4d559d[_0x52a97d(0xbe)][_0x52a97d(0xe7)](_0x41d4f2[_0x52a97d(0x14b)]))return;if(!_0x4d559d[_0x52a97d(0xc4)])_0x4d559d[_0x52a97d(0xc4)]=_0x41d4f2['WJCVC'](uuidv4);else _0x4d559d[_0x52a97d(0xf9)]&&_0x41d4f2['BSTIz'](_0x2d28bd,_0x41d4f2[_0x52a97d(0x188)])&&(_0x4d559d[_0x52a97d(0xc4)]=_0x41d4f2[_0x52a97d(0x10c)](uuidv4),delete _0x4d559d[_0x52a97d(0xf9)]);});}),this[_0x518886(0x1a9)](_0x176740[_0x518886(0x1ae)]);}[a4_0x39e32c(0xe6)](_0x277834){const _0x42f710=a4_0x39e32c,_0x27bd6b={};_0x27bd6b['lbYTW']='_beforeAll',_0x27bd6b[_0x42f710(0xba)]='_afterAll',_0x27bd6b[_0x42f710(0x15e)]='_beforeEach',_0x27bd6b[_0x42f710(0x146)]=_0x42f710(0xe4);const _0x200a9e=_0x27bd6b;if(!_0x277834||!_0x277834[_0x42f710(0x1ae)])return[];const _0x54ea30=[];return[_0x200a9e[_0x42f710(0x163)],_0x200a9e['KMcWo'],_0x200a9e['VIUkL'],_0x200a9e['nfHUD']]['forEach'](_0x40fb5f=>{const _0x5c7514=_0x42f710,_0x258711=_0x277834[_0x5c7514(0x1ae)][_0x40fb5f]||[];_0x258711[_0x5c7514(0x143)](_0x1c9ed2=>{const _0x44be98=_0x5c7514;_0x1c9ed2[_0x44be98(0xc4)]&&_0x54ea30[_0x44be98(0xc6)](_0x1c9ed2[_0x44be98(0xc4)]);});}),[][_0x42f710(0x17c)](_0x54ea30,this[_0x42f710(0xe6)](_0x277834[_0x42f710(0x1ae)]));}[a4_0x39e32c(0x140)](_0x2a0e35){const _0x4b0965=a4_0x39e32c,_0x1da526=/^"(?<hook>.*)" hook:.*$/,_0x10e7b1=_0x2a0e35[_0x4b0965(0xbe)],_0x64af86=_0x10e7b1[_0x4b0965(0x157)](_0x1da526);if(_0x64af86&&_0x64af86['groups'])return _0x64af86[_0x4b0965(0xf5)][_0x4b0965(0x18b)][_0x4b0965(0x1ad)]()['replace']('\x20','_');return null;}[a4_0x39e32c(0xfa)](_0x5b4f50){const _0x2c7a5d=a4_0x39e32c,_0x19c0af={};_0x19c0af[_0x2c7a5d(0xfc)]=function(_0xc198a1,_0x1ac8de){return _0xc198a1===_0x1ac8de;},_0x19c0af[_0x2c7a5d(0xb5)]=function(_0x4c888d,_0x49d51b){return _0x4c888d===_0x49d51b;},_0x19c0af['LndLw']=function(_0x372ba8,_0x2b90c2){return _0x372ba8===_0x2b90c2;},_0x19c0af['pCbaL']=_0x2c7a5d(0xb8),_0x19c0af[_0x2c7a5d(0xf7)]=_0x2c7a5d(0xe8);const _0x360021=_0x19c0af,_0x41c37b=path[_0x2c7a5d(0x19e)];if(_0x360021['IbXQb'](_0x5b4f50,null)||_0x360021[_0x2c7a5d(0xfc)](_0x5b4f50,'')||_0x360021['JQEiD'](_0x5b4f50,_0x41c37b)||_0x360021[_0x2c7a5d(0xc5)](_0x5b4f50,path['dirname'](_0x5b4f50)))return null;try{return fs['statSync'](path[_0x2c7a5d(0x16e)](_0x5b4f50,_0x360021[_0x2c7a5d(0x11e)],_0x360021[_0x2c7a5d(0xf7)])),_0x5b4f50;}catch(_0x18fefe){const _0x3d02af=path[_0x2c7a5d(0xeb)](_0x5b4f50);return this[_0x2c7a5d(0xfa)](_0x3d02af);}}['getRootParentFile'](_0x52ed61){const _0x4e3080=a4_0x39e32c,_0x344d85={};_0x344d85[_0x4e3080(0x135)]=function(_0x45413a,_0x5c719b){return _0x45413a>_0x5c719b;};const _0x47e3f2=_0x344d85;if(_0x52ed61['file'])return _0x52ed61['file'];if(_0x52ed61[_0x4e3080(0x18f)]){const _0x397243=_0x52ed61[_0x4e3080(0x18f)][_0x4e3080(0x1a6)]?this[_0x4e3080(0x10e)](_0x52ed61[_0x4e3080(0x18f)][_0x4e3080(0x1a6)]):null;if(_0x397243)return _0x397243;}if(_0x52ed61[_0x4e3080(0x1ae)]){const _0x4e0b75=this[_0x4e3080(0x10e)](_0x52ed61[_0x4e3080(0x1ae)])||(_0x52ed61['parent'][_0x4e3080(0x18f)]&&_0x52ed61[_0x4e3080(0x1ae)][_0x4e3080(0x18f)][_0x4e3080(0x1a6)]?this[_0x4e3080(0x10e)](_0x52ed61[_0x4e3080(0x1ae)][_0x4e3080(0x18f)]['currentTest']):null);if(_0x4e0b75)return _0x4e0b75;_0x52ed61[_0x4e3080(0x1ae)][_0x4e3080(0x181)]&&_0x47e3f2[_0x4e3080(0x135)](_0x52ed61[_0x4e3080(0x1ae)][_0x4e3080(0x181)]['length'],0x0)&&_0x52ed61['parent'][_0x4e3080(0x181)]['forEach'](_0x225ca4=>{const _0x22e793=_0x4e3080,_0x54088b=_0x225ca4[_0x22e793(0x18f)]?this[_0x22e793(0x10e)](_0x225ca4[_0x22e793(0x18f)]):null;if(_0x54088b)return _0x54088b;});}return null;}['getHierarchy'](_0x2cc662){const _0x41fcc9=a4_0x39e32c,_0x19422b={};_0x19422b[_0x41fcc9(0x179)]=function(_0x5a8c53,_0x3783c9){return _0x5a8c53!==_0x3783c9;};const _0x27e5b4=_0x19422b,_0x46e598=[];if(_0x2cc662&&_0x2cc662[_0x41fcc9(0x1ae)]){let _0x4995a7=_0x2cc662[_0x41fcc9(0x1ae)];while(_0x4995a7&&_0x27e5b4['uVeiN'](_0x4995a7[_0x41fcc9(0xbe)],'')){_0x46e598['push'](_0x4995a7[_0x41fcc9(0xbe)]),_0x4995a7=_0x4995a7[_0x41fcc9(0x1ae)];}}return _0x46e598;}['captureEvent'](_0x1f2a6e,_0x528f40,_0x3bcebb=undefined){const _0xab4216=a4_0x39e32c,_0x3b824c={'vfDNI':function(_0x78c40c,_0x3f95d5){return _0x78c40c(_0x3f95d5);},'WlKMj':function(_0x805657){return _0x805657();},'LHYtg':function(_0x1370bf){return _0x1370bf();},'eCcrE':function(_0x2462cd,_0x118771){return _0x2462cd(_0x118771);},'YvOLc':_0xab4216(0x145),'vfcOa':_0xab4216(0xf8),'goAme':function(_0xe9b4bd,_0x4aa7e0){return _0xe9b4bd!==_0x4aa7e0;},'pZVKC':function(_0x2e4783,_0x1302f3){return _0x2e4783!==_0x1302f3;},'ZYzHE':_0xab4216(0x195),'uAxBC':_0xab4216(0xf4),'QArrq':_0xab4216(0x10a),'bTgOo':_0xab4216(0x10b),'aNCwn':_0xab4216(0x147),'yFjCI':_0xab4216(0x17f),'Kmjtf':function(_0xd6ce65,_0x118139){return _0xd6ce65-_0x118139;},'aIqLV':function(_0x2c3dcc,_0x55e4e9,_0x188550,_0x5af4fe,_0x1f9a8a){return _0x2c3dcc(_0x55e4e9,_0x188550,_0x5af4fe,_0x1f9a8a);},'axQjl':function(_0x2538e5,_0x96cc3e){return _0x2538e5!==_0x96cc3e;},'NFhLA':_0xab4216(0x194),'ozSKn':_0xab4216(0x1ac),'QiUGc':_0xab4216(0x191),'VTnZB':_0xab4216(0xf2),'YJgIP':_0xab4216(0x109),'hjImz':_0xab4216(0x187),'auyeL':_0xab4216(0xca),'gnPsy':function(_0x4feb23,_0x33c7d9){return _0x4feb23===_0x33c7d9;},'lCwLM':'hook_run','kFVsm':_0xab4216(0x16f)};if(!this[_0xab4216(0x12e)])return;try{if(_0x528f40['fn']&&_0x528f40['fn'][_0xab4216(0x11c)]()[_0xab4216(0x157)](/browserstack internal helper hook/))return;const _0x7c3d01=_0x3b824c[_0xab4216(0xe3)](parseEvent,_0x1f2a6e);if(!_0x7c3d01)return;if(_0x7c3d01[_0xab4216(0x142)]){this[_0xab4216(0x1a6)]=_0x528f40,this['currentHook']=null;if(_0x7c3d01[_0xab4216(0xd9)]||_0x7c3d01[_0xab4216(0x147)]){_0x528f40[_0xab4216(0xbd)]=new Date(),_0x528f40[_0xab4216(0xf9)]=![];if(!_0x528f40[_0xab4216(0x116)])_0x528f40[_0xab4216(0x116)]=_0x3b824c[_0xab4216(0x102)](uuidv4);else _0x528f40[_0xab4216(0xf9)]&&(!_0x528f40[_0xab4216(0x173)]&&(_0x528f40[_0xab4216(0x173)]=_0x528f40[_0xab4216(0x116)]),_0x528f40[_0xab4216(0x116)]=_0x3b824c[_0xab4216(0x102)](uuidv4));}}else{if(_0x7c3d01[_0xab4216(0x18b)]){this['currentHook']=_0x528f40;if(_0x7c3d01[_0xab4216(0xd9)]){_0x528f40[_0xab4216(0xbd)]=new Date(),_0x528f40['markedStatus']=![];if(!_0x528f40[_0xab4216(0xc4)])_0x528f40[_0xab4216(0xc4)]=_0x3b824c[_0xab4216(0x14d)](uuidv4);else _0x528f40[_0xab4216(0xc4)]&&_0x528f40['markedStatus']&&(_0x528f40[_0xab4216(0xc4)]=_0x3b824c[_0xab4216(0x102)](uuidv4));}}}if(_0x7c3d01[_0xab4216(0x19a)]&&_0x528f40[_0xab4216(0xf9)])return;let _0x438dbc;try{_0x438dbc=this[_0xab4216(0x10e)](_0x528f40);}catch(_0xe10d4a){logger[_0xab4216(0x1aa)](_0xab4216(0xe2)+_0xe10d4a),_0x438dbc=null;}const _0x2d3ce0=_0x3b824c[_0xab4216(0x184)](require,_0x3b824c[_0xab4216(0x16b)]);let _0x586da2=[];_0x3bcebb&&(_0x586da2=[_0x3bcebb,_0x3b824c[_0xab4216(0x13f)]]);const _0x2fd8c5=_0x3b824c['goAme'](_0x528f40[_0xab4216(0xd4)],undefined)?_0x2d3ce0[_0xab4216(0xdb)](_0x528f40[_0xab4216(0xd4)][0x0]):_0x3b824c[_0xab4216(0x12a)](_0x3bcebb,undefined)?_0x3bcebb[_0xab4216(0x11c)]():undefined,_0x3c4206=_0x438dbc?this[_0xab4216(0xfa)](_0x438dbc):null,_0x562758=_0x438dbc?this['_paths'][_0xab4216(0x166)](this[_0xab4216(0x10e)](_0x528f40)):_0x3b824c[_0xab4216(0x15b)];let _0x277ea7=_0x3b824c[_0xab4216(0x10d)];const _0x2b8f68=!_0x7c3d01[_0xab4216(0xd9)]?new Date()[_0xab4216(0xdc)]():null;if(_0x7c3d01[_0xab4216(0x19a)])_0x277ea7=_0x3bcebb?_0x3b824c[_0xab4216(0xfb)]:_0x3b824c[_0xab4216(0x113)],_0x528f40[_0xab4216(0xf9)]=!![];else _0x7c3d01[_0xab4216(0x147)]&&(_0x277ea7=_0x3b824c[_0xab4216(0x103)],_0x528f40[_0xab4216(0xf9)]=!![]);const _0x186485={'framework':this['frameworkName'],'uuid':_0x528f40[_0xab4216(0x116)]||_0x528f40['hookAnalyticsId'],'name':_0x528f40[_0xab4216(0xbe)],'body':{'lang':_0x3b824c['yFjCI'],'code':_0x528f40[_0xab4216(0x158)][_0xab4216(0x11c)]()},'type':_0x528f40[_0xab4216(0xfd)],'scope':_0x528f40[_0xab4216(0x156)](),'scopes':this[_0xab4216(0x148)](_0x528f40),'file_name':_0x562758,'vc_filepath':_0x3c4206?path[_0xab4216(0xee)](_0x3c4206,_0x438dbc):null,'location':_0x562758,'result':_0x277ea7,'failure_reason':_0x2fd8c5,'duration_in_ms':_0x528f40[_0xab4216(0x168)]||(_0x7c3d01[_0xab4216(0x19a)]||_0x7c3d01[_0xab4216(0x147)])?_0x3b824c['Kmjtf'](Date[_0xab4216(0xce)](),new Date(_0x528f40['startedAt'])[_0xab4216(0x164)]()):null,'started_at':new Date(_0x528f40[_0xab4216(0xbd)])[_0xab4216(0xdc)](),'finished_at':_0x2b8f68,'failure':testOpsHelper[_0xab4216(0xd6)]['apply'](null,_0x586da2),'failure_type':!_0x2fd8c5?null:testOpsHelper['getFailureType'](_0x2fd8c5),'retry_of':_0x528f40[_0xab4216(0x173)]||null,'tags':_0x528f40[_0xab4216(0x17e)]||[],'customRerunParam':{'rerun_name':_0x528f40[_0xab4216(0x156)]()}};_0x3b824c['aIqLV'](appendTesthubParams,_0x186485,_0x1f2a6e,_0x528f40,FRAMEWORKS[_0xab4216(0x16c)]);if(_0x7c3d01[_0xab4216(0x18b)])[_0x186485[_0xab4216(0xbf)],_0x186485[_0xab4216(0x11d)]]=[this[_0xab4216(0x140)](_0x528f40),_0x528f40[_0xab4216(0x18f)][_0xab4216(0x142)][_0xab4216(0xbe)]],_0x7c3d01[_0xab4216(0x19a)]?_0x3b824c[_0xab4216(0x129)](_0x186485[_0xab4216(0x197)],_0x3b824c[_0xab4216(0xfb)])&&(_0x186485['result']=_0x3b824c[_0xab4216(0x113)]):_0x186485[_0xab4216(0x158)]={};else _0x7c3d01['test']&&(this[_0xab4216(0x1a9)](_0x528f40),_0x7c3d01[_0xab4216(0x147)]&&this['resetSkipTestHooks'](_0x528f40),(_0x7c3d01[_0xab4216(0x19a)]||_0x7c3d01[_0xab4216(0x147)])&&(_0x186485['hooks']=this[_0xab4216(0xe6)](_0x528f40)));this[_0xab4216(0x183)]&&(_0x7c3d01[_0xab4216(0xd9)]||_0x7c3d01[_0xab4216(0x147)])&&(_0x186485[_0x3b824c[_0xab4216(0x133)]]=this[_0xab4216(0x130)](this['driver']));_0x7c3d01[_0xab4216(0x142)]&&_0x7c3d01['finished']&&_0x528f40[_0xab4216(0x119)]&&(_0x186485[_0x3b824c[_0xab4216(0x137)]]={'feature':{'name':_0x528f40[_0xab4216(0x1ae)]['feature'][_0xab4216(0x11d)],'path':_0x186485[_0xab4216(0xfe)],'description':_0x528f40[_0xab4216(0x1ae)][_0xab4216(0x138)]},'scenario':{'name':_0x528f40[_0xab4216(0xbe)]},'steps':_0x528f40[_0xab4216(0x119)]});const _0x34d72d=_0x186485[_0x3b824c[_0xab4216(0x152)]][0x0];_0x34d72d&&(_0x186485[_0x3b824c[_0xab4216(0xb6)]]=_0x34d72d[_0x3b824c['YJgIP']],_0x186485[_0x3b824c[_0xab4216(0x141)]]=_0x34d72d[_0x3b824c[_0xab4216(0xcf)]]);if(_0x528f40[_0xab4216(0x119)])for(const _0xc5fc6 of _0x528f40[_0xab4216(0x119)]){!_0xc5fc6[_0xab4216(0x169)]&&(_0xc5fc6['finished_at']=new Date()[_0xab4216(0xdc)](),_0x3b824c[_0xab4216(0x153)](_0xc5fc6['result'],_0x3b824c[_0xab4216(0x10d)])&&(_0x34d72d?(_0xc5fc6[_0xab4216(0x197)]=_0x3b824c['QArrq'],_0xc5fc6[_0xab4216(0x191)]=_0x34d72d[_0x3b824c[_0xab4216(0x1a1)]][0x0]):_0xc5fc6[_0xab4216(0x197)]=_0x3b824c[_0xab4216(0x113)]));}const _0x17c9a7={};_0x17c9a7[_0xab4216(0x11f)]=_0x7c3d01[_0xab4216(0x147)]?TEST_EVENTS['TEST_RUN_FINISHED']:_0x1f2a6e;const _0x3e4818=_0x17c9a7;return _0x7c3d01[_0xab4216(0x18b)]?_0x3e4818[_0x3b824c[_0xab4216(0xc7)]]=_0x186485:_0x3e4818[_0x3b824c[_0xab4216(0x17d)]]=_0x186485,_0x3e4818;}catch(_0x39c1b8){logger[_0xab4216(0x1aa)](_0xab4216(0x131)+_0x1f2a6e+_0xab4216(0x105)+_0x39c1b8);}}async[a4_0x39e32c(0x15f)](_0x833a1a,_0x116cdf){const _0x3f91a4=a4_0x39e32c;if(!this[_0x3f91a4(0x12e)]||!_0x116cdf||!_0x833a1a)return![];try{return await SessionHandler[_0x3f91a4(0xea)](_0x116cdf);}catch(_0x57266e){logger[_0x3f91a4(0x1aa)](_0x3f91a4(0xdd)+_0x833a1a+_0x3f91a4(0x105)+_0x57266e);}}[a4_0x39e32c(0x13a)](_0x3617ba){const _0x4e235d=a4_0x39e32c,_0x3f8d9c={};_0x3f8d9c[_0x4e235d(0x136)]='pending';const _0x46c143=_0x3f8d9c;return{'id':_0x3617ba[_0x4e235d(0xd3)],'text':_0x3617ba[_0x4e235d(0x1a0)],'keyword':_0x3617ba[_0x4e235d(0xb7)],'started_at':_0x3617ba['startedAt'][_0x4e235d(0xdc)](),'result':_0x46c143['zJmMN']};}['bddStepStart'](_0x504862){const _0x2c55bb=a4_0x39e32c,_0x44c7a4={'QDFxc':function(_0x129674){return _0x129674();}};!this[_0x2c55bb(0x1a6)][_0x2c55bb(0x119)]&&(this[_0x2c55bb(0x1a6)][_0x2c55bb(0x119)]=[]),!_0x504862[_0x2c55bb(0xd3)]&&(_0x504862['stepAnalyticsId']=_0x44c7a4[_0x2c55bb(0xcc)](uuidv4),_0x504862[_0x2c55bb(0xbd)]=new Date(),this[_0x2c55bb(0x1a6)]['bddSteps'][_0x2c55bb(0xc6)](this[_0x2c55bb(0x13a)](_0x504862)));}[a4_0x39e32c(0x13b)](_0x4dfaf9){const _0x598e3a=a4_0x39e32c,_0x945f53={'mcojs':function(_0x1316d0,_0x37d332){return _0x1316d0(_0x37d332);},'FtirP':_0x598e3a(0x128),'kDLHq':_0x598e3a(0xf4),'wCSbq':_0x598e3a(0x10b),'YlDkd':function(_0x51ebb7,_0x2c417c){return _0x51ebb7-_0x2c417c;}};let _0x1e2643=this[_0x598e3a(0x1a6)]['bddSteps'][_0x598e3a(0x199)](_0x59db5e=>_0x59db5e['id']===_0x4dfaf9[_0x598e3a(0xd3)]);_0x945f53[_0x598e3a(0x110)](isUndefined,_0x1e2643)&&(_0x1e2643=this[_0x598e3a(0x13a)](_0x4dfaf9)),_0x1e2643[_0x598e3a(0x197)]=[_0x945f53[_0x598e3a(0x122)],_0x945f53[_0x598e3a(0x12d)]][_0x598e3a(0xe7)](_0x4dfaf9['status'])?_0x945f53[_0x598e3a(0x1a8)]:_0x4dfaf9[_0x598e3a(0x1a7)],_0x1e2643['finished_at']=new Date()[_0x598e3a(0xdc)](),_0x1e2643[_0x598e3a(0x168)]=_0x945f53[_0x598e3a(0x151)](Date[_0x598e3a(0xce)](),_0x4dfaf9['startedAt']['getTime']()),_0x1e2643[_0x598e3a(0x191)]=_0x4dfaf9[_0x598e3a(0xf8)]?_0x4dfaf9[_0x598e3a(0xf8)][_0x598e3a(0x190)]:null;}}const a4_0x3ff260={};a4_0x3ff260['O11yHelper']=O11yHelper,a4_0x3ff260['STATE_PASSED']=STATE_PASSED,a4_0x3ff260[a4_0x39e32c(0x149)]=STATE_FAILED,a4_0x3ff260[a4_0x39e32c(0x196)]=TEST_EVENTS,module[a4_0x39e32c(0xff)]=a4_0x3ff260;
1
+ const a4_0xabb89a=a4_0x2791;(function(_0xfded0b,_0x5a3b04){const _0x2ddde8=a4_0x2791,_0x2b03f0=_0xfded0b();while(!![]){try{const _0x1e0d21=-parseInt(_0x2ddde8(0x152))/0x1+parseInt(_0x2ddde8(0x117))/0x2+parseInt(_0x2ddde8(0x16d))/0x3+parseInt(_0x2ddde8(0x1b3))/0x4*(parseInt(_0x2ddde8(0x1bd))/0x5)+parseInt(_0x2ddde8(0x11f))/0x6*(parseInt(_0x2ddde8(0x139))/0x7)+parseInt(_0x2ddde8(0x168))/0x8*(-parseInt(_0x2ddde8(0x1c8))/0x9)+parseInt(_0x2ddde8(0x128))/0xa*(parseInt(_0x2ddde8(0x13f))/0xb);if(_0x1e0d21===_0x5a3b04)break;else _0x2b03f0['push'](_0x2b03f0['shift']());}catch(_0x4d16ca){_0x2b03f0['push'](_0x2b03f0['shift']());}}}(a4_0x5f29,0x6a057));const path=require(a4_0xabb89a(0x1e8)),fs=require('fs'),{v4:uuidv4}=require(a4_0xabb89a(0x140)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require('../../helpers/helper'),testOpsHelper=require('../../helpers/test-observability/utils'),{getTestEnv}=require('../mocha/test-observability/mochaUtils'),{FRAMEWORKS}=require(a4_0xabb89a(0x1d3)),logger=require('../../helpers/logger')[a4_0xabb89a(0x207)],SessionHandler=require(a4_0xabb89a(0x1e2)),RequestQueueHandler=require(a4_0xabb89a(0x1e0)),PlaywrightSessionDetails=require('../playwright/sessionDetails'),debug=testOpsHelper[a4_0xabb89a(0x1ff)],{processAccessibilityCaps}=require(a4_0xabb89a(0x14d)),Constants=require(a4_0xabb89a(0x12c)),{fetchPlatformDetails}=require(a4_0xabb89a(0x1f6)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0xabb89a(0x1a6)),STATE_PASSED='passed',STATE_FAILED=a4_0xabb89a(0x194),a4_0x29d442={};function a4_0x2791(_0x54070f,_0x35209b){const _0x5f296a=a4_0x5f29();return a4_0x2791=function(_0x2791d6,_0x112505){_0x2791d6=_0x2791d6-0x10c;let _0x5e668f=_0x5f296a[_0x2791d6];return _0x5e668f;},a4_0x2791(_0x54070f,_0x35209b);}a4_0x29d442[a4_0xabb89a(0x198)]=a4_0xabb89a(0x169),a4_0x29d442['TEST_RUN_FINISHED']=a4_0xabb89a(0x145),a4_0x29d442[a4_0xabb89a(0x1ed)]=a4_0xabb89a(0x179),a4_0x29d442[a4_0xabb89a(0x121)]=a4_0xabb89a(0x1a4),a4_0x29d442[a4_0xabb89a(0x1f3)]=a4_0xabb89a(0x175);const TEST_EVENTS=a4_0x29d442,parseEvent=_0x9cb335=>{const _0x1075d9=a4_0xabb89a,_0x328f2e={};_0x328f2e[_0x1075d9(0x172)]=function(_0x129de8,_0x41924a){return _0x129de8<_0x41924a;},_0x328f2e['AGEIP']=function(_0x443c51,_0x260422){return _0x443c51===_0x260422;},_0x328f2e[_0x1075d9(0x1e7)]=_0x1075d9(0x16f),_0x328f2e[_0x1075d9(0x191)]=_0x1075d9(0x1a9),_0x328f2e[_0x1075d9(0x1d1)]=_0x1075d9(0x151),_0x328f2e[_0x1075d9(0x15d)]=_0x1075d9(0x192),_0x328f2e['LQXVd']='finished';const _0x3c25d8=_0x328f2e,_0x2efe4d=_0x9cb335[_0x1075d9(0x127)](/^(.*)Run(.*)$/);if(!_0x2efe4d)return null;if(_0x3c25d8[_0x1075d9(0x172)](_0x2efe4d[_0x1075d9(0x1c5)],0x3))return null;const _0x4c9515=_0x2efe4d[0x1][_0x1075d9(0x1dc)](),_0x5d197c=_0x2efe4d[0x2][_0x1075d9(0x1dc)]();return{'test':_0x3c25d8[_0x1075d9(0x17b)](_0x4c9515,_0x3c25d8[_0x1075d9(0x1e7)]),'hook':_0x3c25d8[_0x1075d9(0x17b)](_0x4c9515,_0x3c25d8['VIihy']),'skipped':_0x3c25d8['AGEIP'](_0x5d197c,_0x3c25d8[_0x1075d9(0x1d1)]),'started':_0x3c25d8[_0x1075d9(0x17b)](_0x5d197c,_0x3c25d8[_0x1075d9(0x15d)]),'finished':_0x3c25d8[_0x1075d9(0x17b)](_0x5d197c,_0x3c25d8[_0x1075d9(0x17e)])};},mockPWBrowserType=_0x403885=>{const _0x234845=a4_0xabb89a,_0x47adad={'roIEX':function(_0x5da1ed,_0x4402e7,_0x4b447a){return _0x5da1ed(_0x4402e7,_0x4b447a);},'sPWHc':'wsEndpoint','hlMZi':function(_0x1e51ab,_0x521704){return _0x1e51ab(_0x521704);},'VGYjp':_0x234845(0x1d5),'vlNMH':function(_0x35ce8c,_0x1b2285){return _0x35ce8c(_0x1b2285);},'cZCaD':function(_0x4f9d2d,_0x164ac6){return _0x4f9d2d===_0x164ac6;},'kpNuR':'string','BfOxJ':'lib','mZMax':_0x234845(0x202),'sHZqC':_0x234845(0x1ce),'yOwIV':function(_0x4cb1bd,_0x18b6e2){return _0x4cb1bd(_0x18b6e2);},'jVWTN':function(_0xc902cd,_0x5284af){return _0xc902cd(_0x5284af);},'mJLtF':_0x234845(0x14a),'Ssrun':_0x234845(0x12e),'FGhrn':_0x234845(0x196)},_0x5a402b=path['join'](_0x47adad[_0x234845(0x13b)],_0x47adad['mZMax'],_0x47adad[_0x234845(0x144)]),_0x5ed5bb=_0x47adad[_0x234845(0x167)](importFileFromPWCore,_0x5a402b);if(!_0x5ed5bb){_0x47adad[_0x234845(0x1c4)](debug,_0x47adad[_0x234845(0x129)]);return;}const _0x52ef0e=_0x5ed5bb['BrowserType'],_0x48422e=_0x52ef0e[_0x234845(0x18c)];if(_0x48422e[_0x234845(0x119)])return;const _0x541656=_0x48422e['connect'];Object['defineProperty'](_0x48422e,_0x47adad[_0x234845(0x1e5)],{'get':function(){const _0x4bf457=_0x234845,_0x1f315c={'ClpfC':function(_0x244c4e,_0x4f36f){const _0x51155c=a4_0x2791;return _0x47adad[_0x51155c(0x1d8)](_0x244c4e,_0x4f36f);},'KxGdM':_0x47adad[_0x4bf457(0x1ec)]};return async function _0x4b9bb1(_0x4f2f4d,_0x52671b){const _0x3552d9=_0x4bf457,_0x482f7e=_0x47adad[_0x3552d9(0x134)](nestedKeyValue,_0x4f2f4d,[_0x47adad['sPWHc']])||_0x4f2f4d;let _0x3ec07b=null,_0xaac77b=null;try{[_0xaac77b,_0x3ec07b]=_0x482f7e?_0x47adad[_0x3552d9(0x1e3)](parseWSEndpoint,_0x482f7e):[null,null],global[_0x3552d9(0x1ba)]=_0x3ec07b,_0xaac77b['includes'](_0x47adad[_0x3552d9(0x124)])&&(global[_0x3552d9(0x1a5)]=_0x47adad['VGYjp']);}catch(_0x15b713){logger[_0x3552d9(0x1ff)](_0x3552d9(0x181)+_0x482f7e+'\x20'+_0x15b713);}_0x47adad[_0x3552d9(0x134)](processAccessibilityCaps,_0x3ec07b,_0xaac77b);if(global[_0x3552d9(0x187)]){const _0x2d1ab9=await _0x48422e[_0x3552d9(0x1f5)][_0x3552d9(0x208)](this,[''+Constants[_0x3552d9(0x1da)]+_0x47adad[_0x3552d9(0x113)](encodeURIComponent,JSON['stringify'](_0x3ec07b))]);return PlaywrightSessionDetails[_0x3552d9(0x14b)](_0x2d1ab9,_0x403885,_0x482f7e),_0x2d1ab9;}return _0x541656['apply'](this,arguments)[_0x3552d9(0x1a8)](_0x27e159=>{const _0x28ee4d=_0x3552d9;let _0xdd3743=_0x4f2f4d[_0x28ee4d(0x1cd)];return _0x1f315c[_0x28ee4d(0x1bb)](typeof _0x4f2f4d,_0x1f315c[_0x28ee4d(0x1a7)])&&(_0xdd3743=_0x4f2f4d),PlaywrightSessionDetails[_0x28ee4d(0x14b)](_0x27e159,_0x403885,_0xdd3743),_0x27e159;});};}});const _0x48260d=_0x48422e[_0x234845(0x196)];Object['defineProperty'](_0x48422e,_0x47adad['FGhrn'],{'get':function(){return async function _0x5600a4(){const _0x33f096=a4_0x2791;return _0x48260d[_0x33f096(0x208)](this,arguments)[_0x33f096(0x1a8)](_0x2c11fa=>{const _0x1f16f8=_0x33f096;return PlaywrightSessionDetails[_0x1f16f8(0x14b)](_0x2c11fa,null),_0x2c11fa;});};}});};class O11yHelper{[a4_0xabb89a(0x1fa)]=null;[a4_0xabb89a(0x1c6)]=null;['enabled']=![];[a4_0xabb89a(0x10e)]=![];constructor(_0x5c1f42,_0x42d93a){const _0x2a6da9=a4_0xabb89a,_0x1dfd5b={'zQZDX':_0x2a6da9(0x197),'AfuXT':function(_0x9597a4){return _0x9597a4();},'erAcG':function(_0x341b4f){return _0x341b4f();},'hibpf':function(_0x32dbd7,_0x2338c9){return _0x32dbd7===_0x2338c9;},'VeHtE':_0x2a6da9(0x1d6),'oWpfo':function(_0x27a42a,_0x181eae){return _0x27a42a(_0x181eae);}},_0x2991c2=_0x1dfd5b[_0x2a6da9(0x1ee)][_0x2a6da9(0x13a)]('|');let _0x5c7176=0x0;while(!![]){switch(_0x2991c2[_0x5c7176++]){case'0':this['_testEnv']=_0x1dfd5b[_0x2a6da9(0x147)](getTestEnv);continue;case'1':this[_0x2a6da9(0x10c)]=new testOpsHelper[(_0x2a6da9(0x177))]({'cwd':process['cwd']()},this[_0x2a6da9(0x1b5)]['location_prefix']);continue;case'2':this[_0x2a6da9(0x10e)]=_0x42d93a[_0x2a6da9(0x10e)];continue;case'3':this['enabled']=_0x1dfd5b[_0x2a6da9(0x17d)](shouldProcessEventForTesthub);continue;case'4':this[_0x2a6da9(0x11d)]=_0x5c1f42;continue;case'5':this[_0x2a6da9(0x11d)]&&_0x1dfd5b[_0x2a6da9(0x133)](this[_0x2a6da9(0x11d)][_0x2a6da9(0x112)][_0x2a6da9(0x1c3)],_0x1dfd5b['VeHtE'])&&_0x1dfd5b[_0x2a6da9(0x143)](mockPWBrowserType,null);continue;}break;}}[a4_0xabb89a(0x1b0)](){const _0x548bc1=a4_0xabb89a;if(!this[_0x548bc1(0x146)])return;testOpsHelper[_0x548bc1(0x157)](),process['removeAllListeners'](_0x548bc1(0x1b6)+process[_0x548bc1(0x171)]),process['on'](_0x548bc1(0x1b6)+process['pid'],this[_0x548bc1(0x1f2)][_0x548bc1(0x1f7)](this));}async['stop'](){const _0x247c4f=a4_0xabb89a;await RequestQueueHandler[_0x247c4f(0x14c)]()['shutdown']();}async[a4_0xabb89a(0x1f2)](_0x369ffe){const _0x43a16b=a4_0xabb89a,_0x763f73={'oonVA':_0x43a16b(0x200),'oLHiL':function(_0x36d894,_0x5d6ccd){return _0x36d894(_0x5d6ccd);}};try{this[_0x43a16b(0x1c6)]&&!this[_0x43a16b(0x1c6)][_0x43a16b(0x126)]&&(_0x369ffe[_0x43a16b(0x199)]=this['currentHook'][_0x43a16b(0x185)]);!_0x369ffe[_0x43a16b(0x199)]&&this[_0x43a16b(0x1fa)]&&!this['currentTest'][_0x43a16b(0x126)]&&(_0x369ffe[_0x43a16b(0x1c7)]=this['currentTest']['testAnalyticsId']);if(_0x369ffe[_0x43a16b(0x199)]||_0x369ffe[_0x43a16b(0x1c7)]){const _0x5ad610={};_0x5ad610['event_type']=_0x763f73[_0x43a16b(0x170)],_0x5ad610[_0x43a16b(0x1e1)]=[_0x369ffe],await SessionHandler[_0x43a16b(0x184)](_0x5ad610);}}catch(_0x213ae0){_0x763f73[_0x43a16b(0x1ae)](debug,_0x43a16b(0x1f9)+_0x213ae0);}}async['sendCBTInfo'](_0x3cd449){const _0x4179be=a4_0xabb89a,_0xacbf05={'ENuUW':_0x4179be(0x1ac),'PMkvl':function(_0x5c4fdf,_0x40584c){return _0x5c4fdf(_0x40584c);}};if(!this[_0x4179be(0x146)])return;const _0x301acf=this[_0x4179be(0x14f)](this[_0x4179be(0x11d)]);try{const _0x4331c7={};_0x4331c7[_0x4179be(0x140)]=_0x3cd449,_0x4331c7['integrations']=_0x301acf;const _0x1ece2b=_0x4331c7,_0x3a1257={};_0x3a1257[_0x4179be(0x118)]=_0xacbf05[_0x4179be(0x163)],_0x3a1257[_0x4179be(0x1f0)]=_0x1ece2b,await SessionHandler[_0x4179be(0x184)](_0x3a1257);}catch(_0x48a33f){_0xacbf05[_0x4179be(0x1d4)](debug,_0x4179be(0x189)+_0x48a33f);}}[a4_0xabb89a(0x14f)](_0x546051){const _0x24abdd=a4_0xabb89a,_0x198a0e={'xHjUn':function(_0x4c17e8,_0x356ab2){return _0x4c17e8(_0x356ab2);}};return _0x198a0e[_0x24abdd(0x12a)](fetchPlatformDetails,_0x546051);}[a4_0xabb89a(0x1cc)]=_0x233c31=>{const _0x4a8323=a4_0xabb89a,_0x3a5bde={};_0x3a5bde[_0x4a8323(0x17a)]=_0x4a8323(0x1a1),_0x3a5bde[_0x4a8323(0x18e)]='_afterEach';const _0x119f9a=_0x3a5bde;if(!_0x233c31||!_0x233c31[_0x4a8323(0x18f)])return;[_0x119f9a['SIyQP'],_0x119f9a[_0x4a8323(0x18e)]][_0x4a8323(0x19c)](_0x1e62df=>{const _0x4b9173=_0x4a8323,_0x266e22=_0x233c31[_0x4b9173(0x18f)][_0x1e62df];_0x266e22['forEach'](_0x47b0e7=>{const _0x1e3233=_0x4b9173;_0x47b0e7[_0x1e3233(0x185)]&&(_0x47b0e7[_0x1e3233(0x185)]=null);});});};[a4_0xabb89a(0x209)](_0x5e014a){const _0x474471=a4_0xabb89a,_0x2b4c43={'ceXpN':'codeceptjs','jrnqv':function(_0x1597ef){return _0x1597ef();},'Dlwmx':function(_0x487109,_0x279196){return _0x487109===_0x279196;},'QGgdS':_0x474471(0x14e),'khxIV':_0x474471(0x1ef),'ciyTa':_0x474471(0x156),'zEYBo':_0x474471(0x1a1)};if(!_0x5e014a||!_0x5e014a[_0x474471(0x18f)])return;[_0x2b4c43[_0x474471(0x183)],_0x2b4c43[_0x474471(0x15a)],_0x2b4c43[_0x474471(0x204)],_0x2b4c43[_0x474471(0x16e)]][_0x474471(0x19c)](_0x4fbe88=>{const _0x552515=_0x474471,_0x33e840={'dFHXE':_0x2b4c43['ceXpN'],'Vnhuz':function(_0x56c88d){const _0xa68f57=a4_0x2791;return _0x2b4c43[_0xa68f57(0x10d)](_0x56c88d);},'qKxKH':function(_0x1d6988,_0x138475){const _0xa2888c=a4_0x2791;return _0x2b4c43[_0xa2888c(0x1f8)](_0x1d6988,_0x138475);},'pJgml':_0x2b4c43['QGgdS']},_0x274f2e=_0x5e014a[_0x552515(0x18f)][_0x4fbe88]||[];_0x274f2e['forEach'](_0xa3edbc=>{const _0x831645=_0x552515;if(_0xa3edbc[_0x831645(0x160)][_0x831645(0x12f)](_0x33e840[_0x831645(0x136)]))return;if(!_0xa3edbc[_0x831645(0x185)])_0xa3edbc[_0x831645(0x185)]=_0x33e840[_0x831645(0x1be)](uuidv4);else _0xa3edbc[_0x831645(0x126)]&&_0x33e840[_0x831645(0x19a)](_0x4fbe88,_0x33e840[_0x831645(0x1db)])&&(_0xa3edbc[_0x831645(0x185)]=_0x33e840[_0x831645(0x1be)](uuidv4),delete _0xa3edbc['markedStatus']);});}),this['mapTestHooks'](_0x5e014a['parent']);}[a4_0xabb89a(0x1f1)](_0x36edb0){const _0x25a647=a4_0xabb89a,_0x4ba6e5={};_0x4ba6e5[_0x25a647(0x1ad)]=_0x25a647(0x1ef),_0x4ba6e5[_0x25a647(0x205)]=_0x25a647(0x156),_0x4ba6e5[_0x25a647(0x135)]=_0x25a647(0x1a1),_0x4ba6e5[_0x25a647(0x158)]=_0x25a647(0x14e);const _0x297c3e=_0x4ba6e5;if(!_0x36edb0||!_0x36edb0[_0x25a647(0x18f)])return[];const _0x5ea551=[];return[_0x297c3e[_0x25a647(0x1ad)],_0x297c3e[_0x25a647(0x205)],_0x297c3e['JsLun'],_0x297c3e['JsZZQ']][_0x25a647(0x19c)](_0x10f555=>{const _0x13f3a4=_0x25a647,_0x2f7099=_0x36edb0[_0x13f3a4(0x18f)][_0x10f555]||[];_0x2f7099[_0x13f3a4(0x19c)](_0x49ed4b=>{const _0x11ad85=_0x13f3a4;_0x49ed4b[_0x11ad85(0x185)]&&_0x5ea551[_0x11ad85(0x1c1)](_0x49ed4b['hookAnalyticsId']);});}),[][_0x25a647(0x178)](_0x5ea551,this['getHooksForTest'](_0x36edb0['parent']));}[a4_0xabb89a(0x165)](_0x307b79){const _0x369b0c=a4_0xabb89a,_0x194c63=/^"(?<hook>.*)" hook:.*$/,_0xedb2b1=_0x307b79[_0x369b0c(0x160)],_0x3842df=_0xedb2b1[_0x369b0c(0x127)](_0x194c63);if(_0x3842df&&_0x3842df[_0x369b0c(0x122)])return _0x3842df[_0x369b0c(0x122)][_0x369b0c(0x1a9)][_0x369b0c(0x173)]()[_0x369b0c(0x154)]('\x20','_');return null;}[a4_0xabb89a(0x18a)](_0x3d88c0){const _0x5c4610=a4_0xabb89a,_0x54f21d={};_0x54f21d[_0x5c4610(0x1af)]=function(_0x271fc6,_0x33dfeb){return _0x271fc6===_0x33dfeb;},_0x54f21d[_0x5c4610(0x201)]=function(_0xc04646,_0x4c10da){return _0xc04646===_0x4c10da;},_0x54f21d[_0x5c4610(0x186)]=function(_0x292762,_0x4887cc){return _0x292762===_0x4887cc;},_0x54f21d['nckwr']='.git',_0x54f21d[_0x5c4610(0x1eb)]=_0x5c4610(0x1a2);const _0x13b63d=_0x54f21d,_0x1ff6c4=path[_0x5c4610(0x19f)];if(_0x13b63d[_0x5c4610(0x1af)](_0x3d88c0,null)||_0x13b63d['pSLQK'](_0x3d88c0,'')||_0x13b63d[_0x5c4610(0x201)](_0x3d88c0,_0x1ff6c4)||_0x13b63d[_0x5c4610(0x186)](_0x3d88c0,path[_0x5c4610(0x11c)](_0x3d88c0)))return null;try{return fs[_0x5c4610(0x142)](path[_0x5c4610(0x166)](_0x3d88c0,_0x13b63d[_0x5c4610(0x206)],_0x13b63d[_0x5c4610(0x1eb)])),_0x3d88c0;}catch(_0x330a47){const _0x2fed5e=path[_0x5c4610(0x11c)](_0x3d88c0);return this['findGitConfig'](_0x2fed5e);}}[a4_0xabb89a(0x10f)](_0x1a6bd8){const _0x150534=a4_0xabb89a,_0x264722={};_0x264722[_0x150534(0x116)]=function(_0x4edab5,_0x1f208a){return _0x4edab5>_0x1f208a;};const _0x43c744=_0x264722;if(_0x1a6bd8[_0x150534(0x13e)])return _0x1a6bd8['file'];if(_0x1a6bd8[_0x150534(0x155)]){const _0xb43364=_0x1a6bd8[_0x150534(0x155)]['currentTest']?this['getRootParentFile'](_0x1a6bd8[_0x150534(0x155)]['currentTest']):null;if(_0xb43364)return _0xb43364;}if(_0x1a6bd8[_0x150534(0x18f)]){const _0x441000=this[_0x150534(0x10f)](_0x1a6bd8[_0x150534(0x18f)])||(_0x1a6bd8['parent'][_0x150534(0x155)]&&_0x1a6bd8[_0x150534(0x18f)][_0x150534(0x155)][_0x150534(0x1fa)]?this['getRootParentFile'](_0x1a6bd8['parent']['ctx']['currentTest']):null);if(_0x441000)return _0x441000;_0x1a6bd8[_0x150534(0x18f)]['suites']&&_0x43c744[_0x150534(0x116)](_0x1a6bd8[_0x150534(0x18f)]['suites']['length'],0x0)&&_0x1a6bd8[_0x150534(0x18f)][_0x150534(0x174)][_0x150534(0x19c)](_0x1bcd19=>{const _0x4de9be=_0x150534,_0x3d497a=_0x1bcd19['ctx']?this['getRootParentFile'](_0x1bcd19[_0x4de9be(0x155)]):null;if(_0x3d497a)return _0x3d497a;});}return null;}[a4_0xabb89a(0x190)](_0x5a8627){const _0x4a6d23=a4_0xabb89a,_0x4aaf9f={};_0x4aaf9f[_0x4a6d23(0x138)]=function(_0x38f31d,_0x30a42d){return _0x38f31d!==_0x30a42d;};const _0x3e6439=_0x4aaf9f,_0x9ef572=[];if(_0x5a8627&&_0x5a8627[_0x4a6d23(0x18f)]){let _0x55f29a=_0x5a8627[_0x4a6d23(0x18f)];while(_0x55f29a&&_0x3e6439[_0x4a6d23(0x138)](_0x55f29a[_0x4a6d23(0x160)],'')){_0x9ef572[_0x4a6d23(0x1c1)](_0x55f29a[_0x4a6d23(0x160)]),_0x55f29a=_0x55f29a['parent'];}}return _0x9ef572;}['captureEvent'](_0x438feb,_0x4dfa84,_0x3e52a0=undefined){const _0x1cab7b=a4_0xabb89a,_0x220748={'YaleP':function(_0x38af9c,_0xc2dbdc){return _0x38af9c(_0xc2dbdc);},'DvXgM':function(_0x5b25bd){return _0x5b25bd();},'gYhmr':function(_0x51610c){return _0x51610c();},'wiGOG':function(_0x4f52d3,_0x1d29d9){return _0x4f52d3(_0x1d29d9);},'vYTZv':_0x1cab7b(0x18d),'Usyul':_0x1cab7b(0x149),'iEInf':function(_0x158a44,_0x5b9165){return _0x158a44!==_0x5b9165;},'iknMD':function(_0x2f9789,_0x4b93cb){return _0x2f9789!==_0x4b93cb;},'TegrJ':_0x1cab7b(0x125),'Didih':'pending','DRYvu':_0x1cab7b(0x194),'VKCEM':'passed','dPSMn':_0x1cab7b(0x151),'WGhfZ':_0x1cab7b(0x17c),'UJijP':function(_0x11d09d,_0xabfbe6){return _0x11d09d-_0xabfbe6;},'hIJSP':function(_0x309820,_0xebc21,_0x4e6225,_0x504ae5,_0x224d73){return _0x309820(_0xebc21,_0x4e6225,_0x504ae5,_0x224d73);},'aNpPq':function(_0x5961e8,_0x5a9d77){return _0x5961e8!==_0x5a9d77;},'sYiyz':_0x1cab7b(0x120),'CqOxI':'meta','phRCV':_0x1cab7b(0x1c0),'enmQL':_0x1cab7b(0x162),'KvPHp':_0x1cab7b(0x150),'eNPQo':_0x1cab7b(0x1d9),'QYrqA':_0x1cab7b(0x132),'jiaVK':function(_0x4a4cd8,_0x4d9753){return _0x4a4cd8===_0x4d9753;},'TPUPy':_0x1cab7b(0x1ca),'fLyZl':_0x1cab7b(0x1f0)};if(!this[_0x1cab7b(0x146)])return;try{if(_0x4dfa84['fn']&&_0x4dfa84['fn'][_0x1cab7b(0x1b4)]()[_0x1cab7b(0x127)](/browserstack internal helper hook/))return;const _0x26fbef=_0x220748[_0x1cab7b(0x1e9)](parseEvent,_0x438feb);if(!_0x26fbef)return;if(_0x26fbef['test']){this[_0x1cab7b(0x1fa)]=_0x4dfa84,this[_0x1cab7b(0x1c6)]=null;if(_0x26fbef[_0x1cab7b(0x192)]||_0x26fbef[_0x1cab7b(0x151)]){_0x4dfa84[_0x1cab7b(0x164)]=new Date(),_0x4dfa84[_0x1cab7b(0x126)]=![];if(!_0x4dfa84[_0x1cab7b(0x1b9)])_0x4dfa84[_0x1cab7b(0x1b9)]=_0x220748[_0x1cab7b(0x1c2)](uuidv4);else _0x4dfa84[_0x1cab7b(0x126)]&&(!_0x4dfa84['retryOf']&&(_0x4dfa84[_0x1cab7b(0x1aa)]=_0x4dfa84[_0x1cab7b(0x1b9)]),_0x4dfa84[_0x1cab7b(0x1b9)]=_0x220748[_0x1cab7b(0x1c2)](uuidv4));}}else{if(_0x26fbef[_0x1cab7b(0x1a9)]){this[_0x1cab7b(0x1c6)]=_0x4dfa84;if(_0x26fbef[_0x1cab7b(0x192)]){_0x4dfa84['startedAt']=new Date(),_0x4dfa84[_0x1cab7b(0x126)]=![];if(!_0x4dfa84['hookAnalyticsId'])_0x4dfa84[_0x1cab7b(0x185)]=_0x220748['DvXgM'](uuidv4);else _0x4dfa84['hookAnalyticsId']&&_0x4dfa84[_0x1cab7b(0x126)]&&(_0x4dfa84[_0x1cab7b(0x185)]=_0x220748[_0x1cab7b(0x16a)](uuidv4));}}}if(_0x26fbef['finished']&&_0x4dfa84[_0x1cab7b(0x126)])return;let _0xeab57c;try{_0xeab57c=this[_0x1cab7b(0x10f)](_0x4dfa84);}catch(_0xd2dd1){logger[_0x1cab7b(0x1ff)](_0x1cab7b(0x1e6)+_0xd2dd1),_0xeab57c=null;}const _0x487fb5=_0x220748[_0x1cab7b(0x19b)](require,_0x220748[_0x1cab7b(0x1dd)]);let _0x32ba93=[];_0x3e52a0&&(_0x32ba93=[_0x3e52a0,_0x220748[_0x1cab7b(0x1cb)]]);const _0x8edba9=_0x220748[_0x1cab7b(0x1e4)](_0x4dfa84[_0x1cab7b(0x203)],undefined)?_0x487fb5['inspect'](_0x4dfa84['errorsDetailed'][0x0]):_0x220748[_0x1cab7b(0x153)](_0x3e52a0,undefined)?_0x3e52a0[_0x1cab7b(0x1b4)]():undefined,_0x39976c=_0xeab57c?this['findGitConfig'](_0xeab57c):null,_0x25ce24=_0xeab57c?this[_0x1cab7b(0x10c)][_0x1cab7b(0x1ab)](this[_0x1cab7b(0x10f)](_0x4dfa84)):_0x220748[_0x1cab7b(0x1a3)];let _0x369e05=_0x220748[_0x1cab7b(0x15b)];const _0x3c98d3=!_0x26fbef['started']?new Date()[_0x1cab7b(0x1b1)]():null;if(_0x26fbef[_0x1cab7b(0x130)])_0x369e05=_0x3e52a0?_0x220748[_0x1cab7b(0x1c9)]:_0x220748['VKCEM'],_0x4dfa84['markedStatus']=!![];else _0x26fbef['skipped']&&(_0x369e05=_0x220748[_0x1cab7b(0x1cf)],_0x4dfa84[_0x1cab7b(0x126)]=!![]);const _0x4e9df4={'framework':this[_0x1cab7b(0x10e)],'uuid':_0x4dfa84[_0x1cab7b(0x1b9)]||_0x4dfa84[_0x1cab7b(0x185)],'name':_0x4dfa84[_0x1cab7b(0x160)],'body':{'lang':_0x220748[_0x1cab7b(0x182)],'code':_0x4dfa84[_0x1cab7b(0x180)][_0x1cab7b(0x1b4)]()},'type':_0x4dfa84[_0x1cab7b(0x176)],'scope':_0x4dfa84[_0x1cab7b(0x1ea)](),'scopes':this['getHierarchy'](_0x4dfa84),'file_name':_0x25ce24,'vc_filepath':_0x39976c?path[_0x1cab7b(0x1fb)](_0x39976c,_0xeab57c):null,'location':_0x25ce24,'result':_0x369e05,'failure_reason':_0x8edba9,'duration_in_ms':_0x4dfa84['duration']||(_0x26fbef[_0x1cab7b(0x130)]||_0x26fbef[_0x1cab7b(0x151)])?_0x220748['UJijP'](Date['now'](),new Date(_0x4dfa84[_0x1cab7b(0x164)])[_0x1cab7b(0x111)]()):null,'started_at':new Date(_0x4dfa84[_0x1cab7b(0x164)])[_0x1cab7b(0x1b1)](),'finished_at':_0x3c98d3,'failure':testOpsHelper['failureData'][_0x1cab7b(0x208)](null,_0x32ba93),'failure_type':!_0x8edba9?null:testOpsHelper[_0x1cab7b(0x13d)](_0x8edba9),'retry_of':_0x4dfa84[_0x1cab7b(0x1aa)]||null,'tags':_0x4dfa84['tags']||[],'customRerunParam':{'rerun_name':_0x4dfa84['fullTitle']()}};_0x220748[_0x1cab7b(0x11e)](appendTesthubParams,_0x4e9df4,_0x438feb,_0x4dfa84,FRAMEWORKS[_0x1cab7b(0x15e)]);if(_0x26fbef[_0x1cab7b(0x1a9)])[_0x4e9df4['hook_type'],_0x4e9df4['name']]=[this[_0x1cab7b(0x165)](_0x4dfa84),_0x4dfa84[_0x1cab7b(0x155)][_0x1cab7b(0x16f)][_0x1cab7b(0x160)]],_0x26fbef['finished']?_0x220748[_0x1cab7b(0x1d0)](_0x4e9df4[_0x1cab7b(0x195)],_0x220748['DRYvu'])&&(_0x4e9df4[_0x1cab7b(0x195)]=_0x220748['VKCEM']):_0x4e9df4['body']={};else _0x26fbef[_0x1cab7b(0x16f)]&&(this['mapTestHooks'](_0x4dfa84),_0x26fbef[_0x1cab7b(0x151)]&&this[_0x1cab7b(0x1cc)](_0x4dfa84),(_0x26fbef['finished']||_0x26fbef[_0x1cab7b(0x151)])&&(_0x4e9df4[_0x1cab7b(0x1b7)]=this[_0x1cab7b(0x1f1)](_0x4dfa84)));this[_0x1cab7b(0x11d)]&&(_0x26fbef[_0x1cab7b(0x192)]||_0x26fbef[_0x1cab7b(0x151)])&&(_0x4e9df4[_0x220748[_0x1cab7b(0x15c)]]=this[_0x1cab7b(0x14f)](this['driver']));_0x26fbef[_0x1cab7b(0x16f)]&&_0x26fbef['finished']&&_0x4dfa84['bddSteps']&&(_0x4e9df4[_0x220748[_0x1cab7b(0x137)]]={'feature':{'name':_0x4dfa84[_0x1cab7b(0x18f)][_0x1cab7b(0x161)][_0x1cab7b(0x1c3)],'path':_0x4e9df4[_0x1cab7b(0x16c)],'description':_0x4dfa84[_0x1cab7b(0x18f)][_0x1cab7b(0x12b)]},'scenario':{'name':_0x4dfa84[_0x1cab7b(0x160)]},'steps':_0x4dfa84['bddSteps']});const _0x42a38a=_0x4e9df4[_0x220748['phRCV']][0x0];_0x42a38a&&(_0x4e9df4[_0x220748['enmQL']]=_0x42a38a[_0x220748[_0x1cab7b(0x1bc)]],_0x4e9df4[_0x220748[_0x1cab7b(0x1fe)]]=_0x42a38a[_0x220748[_0x1cab7b(0x193)]]);if(_0x4dfa84[_0x1cab7b(0x16b)])for(const _0x5a04c0 of _0x4dfa84[_0x1cab7b(0x16b)]){!_0x5a04c0[_0x1cab7b(0x123)]&&(_0x5a04c0[_0x1cab7b(0x123)]=new Date()[_0x1cab7b(0x1b1)](),_0x220748[_0x1cab7b(0x1f4)](_0x5a04c0['result'],_0x220748[_0x1cab7b(0x15b)])&&(_0x42a38a?(_0x5a04c0['result']=_0x220748['DRYvu'],_0x5a04c0['failure']=_0x42a38a[_0x220748[_0x1cab7b(0x1bc)]][0x0]):_0x5a04c0[_0x1cab7b(0x195)]=_0x220748[_0x1cab7b(0x141)]));}const _0x595620={};_0x595620[_0x1cab7b(0x118)]=_0x26fbef[_0x1cab7b(0x151)]?TEST_EVENTS['TEST_RUN_FINISHED']:_0x438feb;const _0x34ed9e=_0x595620;return _0x26fbef['hook']?_0x34ed9e[_0x220748[_0x1cab7b(0x131)]]=_0x4e9df4:_0x34ed9e[_0x220748[_0x1cab7b(0x1fc)]]=_0x4e9df4,_0x34ed9e;}catch(_0x4bd7e4){logger['debug'](_0x1cab7b(0x1b8)+_0x438feb+_0x1cab7b(0x115)+_0x4bd7e4);}}async[a4_0xabb89a(0x12d)](_0x17f6a4,_0x4049d5){const _0x2e7376=a4_0xabb89a;if(!this[_0x2e7376(0x146)]||!_0x4049d5||!_0x17f6a4)return![];try{return await SessionHandler[_0x2e7376(0x184)](_0x4049d5);}catch(_0x43f3a8){logger[_0x2e7376(0x1ff)]('Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20'+_0x17f6a4+_0x2e7376(0x115)+_0x43f3a8);}}[a4_0xabb89a(0x1b2)](_0x4b4a35){const _0x1a28e0=a4_0xabb89a,_0x475b71={};_0x475b71['qOFyc']=_0x1a28e0(0x1d2);const _0x113ba0=_0x475b71;return{'id':_0x4b4a35[_0x1a28e0(0x188)],'text':_0x4b4a35['text'],'keyword':_0x4b4a35[_0x1a28e0(0x1bf)],'started_at':_0x4b4a35['startedAt'][_0x1a28e0(0x1b1)](),'result':_0x113ba0[_0x1a28e0(0x1d7)]};}[a4_0xabb89a(0x17f)](_0x38d3a9){const _0x5d5ff2=a4_0xabb89a,_0x3542c6={'YtYhK':function(_0xe91648){return _0xe91648();}};!this[_0x5d5ff2(0x1fa)][_0x5d5ff2(0x16b)]&&(this[_0x5d5ff2(0x1fa)]['bddSteps']=[]),!_0x38d3a9[_0x5d5ff2(0x188)]&&(_0x38d3a9[_0x5d5ff2(0x188)]=_0x3542c6[_0x5d5ff2(0x19d)](uuidv4),_0x38d3a9[_0x5d5ff2(0x164)]=new Date(),this['currentTest'][_0x5d5ff2(0x16b)][_0x5d5ff2(0x1c1)](this[_0x5d5ff2(0x1b2)](_0x38d3a9)));}[a4_0xabb89a(0x11b)](_0x367512){const _0x35ba56=a4_0xabb89a,_0x5875d5={'rYcvb':function(_0x2d1cfa,_0x4c3957){return _0x2d1cfa(_0x4c3957);},'nyxTI':_0x35ba56(0x148),'CzXbg':'pending','qTHId':_0x35ba56(0x159),'rsZLt':function(_0x178d71,_0x339a7f){return _0x178d71-_0x339a7f;}};let _0x5deaa3=this[_0x35ba56(0x1fa)]['bddSteps'][_0x35ba56(0x19e)](_0x3988fd=>_0x3988fd['id']===_0x367512[_0x35ba56(0x188)]);_0x5875d5[_0x35ba56(0x1de)](isUndefined,_0x5deaa3)&&(_0x5deaa3=this['initializeBddStep'](_0x367512)),_0x5deaa3[_0x35ba56(0x195)]=[_0x5875d5['nyxTI'],_0x5875d5[_0x35ba56(0x18b)]][_0x35ba56(0x12f)](_0x367512['status'])?_0x5875d5['qTHId']:_0x367512[_0x35ba56(0x11a)],_0x5deaa3[_0x35ba56(0x123)]=new Date()[_0x35ba56(0x1b1)](),_0x5deaa3['duration']=_0x5875d5[_0x35ba56(0x1df)](Date[_0x35ba56(0x110)](),_0x367512[_0x35ba56(0x164)]['getTime']()),_0x5deaa3[_0x35ba56(0x1c0)]=_0x367512[_0x35ba56(0x149)]?_0x367512[_0x35ba56(0x149)][_0x35ba56(0x1a0)]:null;}}const a4_0x170415={};a4_0x170415[a4_0xabb89a(0x15f)]=O11yHelper,a4_0x170415[a4_0xabb89a(0x114)]=STATE_PASSED,a4_0x170415['STATE_FAILED']=STATE_FAILED,a4_0x170415[a4_0xabb89a(0x1fd)]=TEST_EVENTS,module[a4_0xabb89a(0x13c)]=a4_0x170415;function a4_0x5f29(){const _0x1e2fa3=['mJLtF','xHjUn','comment','../utils/constants','fireEvent','connect','includes','finished','TPUPy','expanded','hibpf','roIEX','JsLun','dFHXE','CqOxI','SuIoY','85386CdSkWZ','split','BfOxJ','exports','getFailureType','file','319TGGlLC','uuid','VKCEM','statSync','oWpfo','sHZqC','TestRunFinished','enabled','AfuXT','success','err','Not\x20able\x20to\x20import\x20Browser','setupBrowserDetails','getInstance','../playwright/accessibility-helper','_afterEach','getCBTInfo','backtrace','skipped','526239aXMBSw','iknMD','replace','ctx','_afterAll','patchConsoleLogger','JsZZQ','passed','ciyTa','Didih','sYiyz','EKvsX','CODECEPT','O11yHelper','title','feature','failure_backtrace','ENuUW','startedAt','getHookType','join','yOwIV','56nYMXVU','TestRunStarted','gYhmr','bddSteps','file_name','1427598uuKzGi','QGgdS','test','oonVA','pid','gdieA','toUpperCase','suites','HookRunFinished','type','PathHelper','concat','TestRunSkipped','SIyQP','AGEIP','javascript','erAcG','LQXVd','bddStepStart','body','Failed\x20to\x20parse\x20wsendpoint\x20','WGhfZ','khxIV','uploadEventData','hookAnalyticsId','vvIDt','accessibilityPlatform','stepAnalyticsId','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','findGitConfig','CzXbg','prototype','util','RUuio','parent','getHierarchy','VIihy','started','QYrqA','failed','result','launch','3|2|4|0|1|5','TEST_RUN_STARTED','hook_run_uuid','qKxKH','wiGOG','forEach','YtYhK','find','sep','message','_beforeEach','config','TegrJ','HookRunStarted','__cloud_provider___','../../helpers/testhub/utils.js','KxGdM','then','hook','retryOf','prefixTestPath','CBTSessionCreated','FWmal','oLHiL','pSLQK','start','toISOString','initializeBddStep','253948jNUgvX','toString','_testEnv','bs:addLog:','hooks','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','testAnalyticsId','__platformCaps','ClpfC','KvPHp','35iwoqHK','Vnhuz','keyword','failure','push','DvXgM','name','jVWTN','length','currentHook','test_run_uuid','928539dXRTKF','DRYvu','hook_run','Usyul','resetSkipTestHooks','wsEndpoint','browserType.js','dPSMn','aNpPq','cpqAt','pending','../../helpers/test-observability/constants','PMkvl','browserstack','Playwright','qOFyc','cZCaD','failure_reason_expanded','PLAYWRIGHT_HUB_URL','pJgml','toLowerCase','vYTZv','rYcvb','rsZLt','../../helpers/test-observability/requestQueueHandler','logs','../../helpers/test-observability/sessionHandler','hlMZi','iEInf','Ssrun','failed\x20to\x20get\x20root\x20parent\x20file\x20','pjrDN','path','YaleP','fullTitle','LfKAk','kpNuR','TEST_RUN_SKIPPED','zQZDX','_beforeAll','test_run','getHooksForTest','appendTestItemLog','HOOK_RUN_FINISHED','jiaVK','connectOverCDP','./helper.js','bind','Dlwmx','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','currentTest','relative','fLyZl','TEST_EVENTS','eNPQo','debug','LogCreated','fPHSe','client','errorsDetailed','zEYBo','NEqgP','nckwr','winstonLogger','apply','mapTestHooks','_paths','jrnqv','frameworkName','getRootParentFile','now','getTime','constructor','vlNMH','STATE_PASSED','\x20with\x20error\x20:\x20','sjoZh','1076626aXxdTs','event_type','obsBrowserTypeMockApplied','status','bddStepFinish','dirname','driver','hIJSP','48MojUFi','integrations','HOOK_RUN_STARTED','groups','finished_at','VGYjp','File\x20path\x20could\x20not\x20be\x20found','markedStatus','match','43630JhBRFh'];a4_0x5f29=function(){return _0x1e2fa3;};return a4_0x5f29();}
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a5_0x22d033=a5_0x5947;function a5_0x21d2(){const _0x353da0=['fqEio','red','accessibilityOptions','tmp','fnmoq','stepsUnknown','parallelsPerPlatform','length','stop','useW3C','BVsJl','11462688maurgh','setupTCGAuth','ObnRj','GsATb','36OIHuxr','config','bold','then','\x20undefined','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','log','turboScaleUrl','CUCUMBER','stepsAmbiguous','green','removeDir','cucumber','kkrEs','SuuWY','8858255tpwlYG','finally','GHWXN','184HijjWz','format','\x20skipped','debug','markSDKSetupComplete','xxKjG','JXdua','3271PUpBMB','nHhjJ','launchBuild','../../helpers/helper','HaeZT','crvqr','getTCGConfigFilePaths','mjCws','initialize','parseFormatters','prepareCapabilities','qzhcK','stepsUndefined','Generating\x20consolidated\x20report...','chalk','\x20pending','lhXVu','steps','join','492173PFsAoD','exitCode','stepsPassed','eJldc','7422yvuhKC','exports','AbUdj','39992100LPPGwV','stepsPending','finalExecution','mergeOutputFiles','winstonLogger','errorMessage','false','stringify','createDir','UTAqC','unlinkSync','xMhvR','testObservability','splice','scenariosFailed','1585330gxiVuj','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','../../helpers/BrowserStackSetup','printBuildLink','FRAMEWORKS','140vgWAmC','Removing\x20tmp\x20directory\x20created\x20for\x20reports','\x20steps','error\x20removing\x20tcg\x20config\x20file','isUndefined','\x20passed','8VNcqoQ','skipSessionName','stepsFailed','hfEAo','yellow','\x20failed','iKvGK','cwd','skipSessionStatus','TJODk','scenarios','../test-runner','MzStU','rdHpi','1000rsGXgg','testContextOptions','cucumber-js','path','push','env','../../helpers/utilities','rmdirSync','fmByM','forEach','stepsSkipped','../../helpers/testhub/testhubHandler','argv'];a5_0x21d2=function(){return _0x353da0;};return a5_0x21d2();}(function(_0x549d53,_0x4b02c4){const _0x3977e6=a5_0x5947,_0x395803=_0x549d53();while(!![]){try{const _0x3b8d2e=-parseInt(_0x3977e6(0xd1))/0x1*(-parseInt(_0x3977e6(0x113))/0x2)+-parseInt(_0x3977e6(0xe8))/0x3*(-parseInt(_0x3977e6(0xca))/0x4)+parseInt(_0x3977e6(0xfa))/0x5*(parseInt(_0x3977e6(0xb8))/0x6)+parseInt(_0x3977e6(0xc7))/0x7*(-parseInt(_0x3977e6(0x105))/0x8)+parseInt(_0x3977e6(0xb4))/0x9+-parseInt(_0x3977e6(0xff))/0xa*(-parseInt(_0x3977e6(0xe4))/0xb)+-parseInt(_0x3977e6(0xeb))/0xc;if(_0x3b8d2e===_0x4b02c4)break;else _0x395803['push'](_0x395803['shift']());}catch(_0x1616d6){_0x395803['push'](_0x395803['shift']());}}}(a5_0x21d2,0xe8cfa));function a5_0x5947(_0x40fb48,_0x405bd1){const _0x21d275=a5_0x21d2();return a5_0x5947=function(_0x5947bd,_0x31cf6b){_0x5947bd=_0x5947bd-0xa2;let _0x26cfda=_0x21d275[_0x5947bd];return _0x26cfda;},a5_0x5947(_0x40fb48,_0x405bd1);}const fs=require('fs'),path=require(a5_0x22d033(0x116)),util=require('util'),logger=require('../../helpers/logger')[a5_0x22d033(0xef)],{default:BrowserStackSetup}=require(a5_0x22d033(0xfc)),helper=require(a5_0x22d033(0xd4)),utilities=require(a5_0x22d033(0xa2)),constants=require('../utils/constants'),{parallelCucumberRun}=require(a5_0x22d033(0x110)),TestHubHandler=require(a5_0x22d033(0xa7)),testOpsHelper=require('../../helpers/test-observability/utils'),chalk=require(a5_0x22d033(0xdf));function printCucumberStats(_0x1cad67){const _0x3d2e8f=a5_0x22d033,_0x213fb5={};_0x213fb5[_0x3d2e8f(0xf6)]=function(_0x535548,_0x4853cd){return _0x535548>_0x4853cd;},_0x213fb5[_0x3d2e8f(0xd8)]=function(_0x5f0575,_0x823a55){return _0x5f0575-_0x823a55;},_0x213fb5['TJODk']=function(_0x462d57,_0x13696d){return _0x462d57>_0x13696d;},_0x213fb5[_0x3d2e8f(0xdc)]=function(_0xab1910,_0x5e813c){return _0xab1910>_0x5e813c;},_0x213fb5[_0x3d2e8f(0x111)]=function(_0x22fb55,_0x5b288e){return _0x22fb55>_0x5b288e;},_0x213fb5[_0x3d2e8f(0x10b)]=function(_0x731866,_0x35b5f1){return _0x731866>_0x35b5f1;},_0x213fb5['fqEio']=function(_0xf808c0,_0x5a318d){return _0xf808c0>_0x5a318d;},_0x213fb5[_0x3d2e8f(0xd0)]=function(_0x246dec,_0x5dd570){return _0x246dec>_0x5dd570;},_0x213fb5['LHafE']=function(_0x29db8e,_0x1c6337){return _0x29db8e+_0x1c6337;},_0x213fb5['GHWXN']=function(_0x27cba3,_0x2c7806){return _0x27cba3+_0x2c7806;},_0x213fb5[_0x3d2e8f(0xd2)]=function(_0x3dd69d,_0x59413c){return _0x3dd69d+_0x59413c;},_0x213fb5['lhXVu']=function(_0xd11770,_0x514011){return _0xd11770+_0x514011;},_0x213fb5[_0x3d2e8f(0xd6)]=function(_0x23fa13,_0x15b6f7){return _0x23fa13+_0x15b6f7;},_0x213fb5[_0x3d2e8f(0xe7)]=function(_0x4c759f,_0x2d3903){return _0x4c759f+_0x2d3903;},_0x213fb5['ObnRj']=function(_0x147b8e,_0x4a4561){return _0x147b8e===_0x4a4561;},_0x213fb5[_0x3d2e8f(0x112)]=function(_0x4b97b9,_0x42ca66){return _0x4b97b9===_0x42ca66;},_0x213fb5[_0x3d2e8f(0xb3)]='****\x20RESULTS\x20****';const _0x5b2f37=_0x213fb5;let _0x2f5350=0x0;if(_0x5b2f37[_0x3d2e8f(0x112)](_0x1cad67['length'],0x0))return _0x2f5350;return console[_0x3d2e8f(0xbe)](chalk['bold']['bgWhite'](_0x5b2f37[_0x3d2e8f(0xb3)])),_0x1cad67[_0x3d2e8f(0xa5)](_0x24c8d1=>{const _0x4ab91a=_0x3d2e8f,_0x47ea6f=_0x24c8d1[0x0],_0x333164=_0x24c8d1[0x1];console[_0x4ab91a(0xbe)]('\x0a'+chalk['bold'][_0x4ab91a(0x109)](''+helper['getPlatformName'](_0x47ea6f)));const _0x4dc627=_0x333164[_0x4ab91a(0x10f)],_0x27ef41=_0x333164[_0x4ab91a(0xe2)],_0x47b17b=_0x333164[_0x4ab91a(0xf9)],_0x8f7420=_0x333164[_0x4ab91a(0x107)],_0x3ccebf=_0x333164[_0x4ab91a(0xe6)],_0x5cd2c4=_0x333164[_0x4ab91a(0xa6)],_0x3601da=_0x333164[_0x4ab91a(0xec)],_0x3a149e=_0x333164[_0x4ab91a(0xdd)],_0x3713b2=_0x333164[_0x4ab91a(0xae)],_0x932fab=_0x333164[_0x4ab91a(0xc1)],_0x27ea81=_0x333164['processSuccess'];let _0x1dfae1=_0x4dc627+'\x20scenarios';const _0x1f954c=_0x5b2f37[_0x4ab91a(0xf6)](_0x5b2f37[_0x4ab91a(0xd8)](_0x4dc627,_0x47b17b),0x0)?_0x5b2f37[_0x4ab91a(0xd8)](_0x4dc627,_0x47b17b):0x0;if(_0x5b2f37['xMhvR'](_0x47b17b,0x0)&&_0x5b2f37[_0x4ab91a(0x10e)](_0x1f954c,0x0))_0x1dfae1+='\x20('+chalk[_0x4ab91a(0xba)][_0x4ab91a(0xaa)](_0x47b17b+'\x20failed')+',\x20'+chalk[_0x4ab91a(0xba)][_0x4ab91a(0xc2)](_0x1f954c+_0x4ab91a(0x104))+')';else(_0x5b2f37[_0x4ab91a(0xdc)](_0x47b17b,0x0)||_0x5b2f37[_0x4ab91a(0x111)](_0x1f954c,0x0))&&(_0x1dfae1+=_0x5b2f37[_0x4ab91a(0xdc)](_0x47b17b,0x0)?'\x20('+chalk['bold'][_0x4ab91a(0xaa)](_0x47b17b+_0x4ab91a(0x10a))+')':'\x20('+chalk[_0x4ab91a(0xba)]['green'](_0x1f954c+'\x20passed')+')');const _0x469cc5=_0x27ef41+_0x4ab91a(0x101),_0x325d7e=[];_0x5b2f37[_0x4ab91a(0xdc)](_0x932fab,0x0)&&_0x325d7e[_0x4ab91a(0x117)](''+chalk['bold'][_0x4ab91a(0xaa)](_0x932fab+'\x20ambiguous'));_0x5b2f37[_0x4ab91a(0x111)](_0x8f7420,0x0)&&_0x325d7e[_0x4ab91a(0x117)](''+chalk[_0x4ab91a(0xba)][_0x4ab91a(0xaa)](_0x8f7420+_0x4ab91a(0x10a)));_0x5b2f37['iKvGK'](_0x3ccebf,0x0)&&_0x325d7e['push'](''+chalk[_0x4ab91a(0xba)][_0x4ab91a(0xc2)](_0x3ccebf+_0x4ab91a(0x104)));_0x5b2f37[_0x4ab91a(0xf6)](_0x3601da,0x0)&&_0x325d7e[_0x4ab91a(0x117)](''+chalk[_0x4ab91a(0xba)][_0x4ab91a(0x109)](_0x3601da+_0x4ab91a(0xe0)));_0x5b2f37[_0x4ab91a(0xa9)](_0x5cd2c4,0x0)&&_0x325d7e[_0x4ab91a(0x117)](''+chalk['bold']['cyan'](_0x5cd2c4+_0x4ab91a(0xcc)));_0x5b2f37[_0x4ab91a(0xd0)](_0x3a149e,0x0)&&_0x325d7e[_0x4ab91a(0x117)](''+chalk[_0x4ab91a(0xba)][_0x4ab91a(0x109)](_0x3a149e+_0x4ab91a(0xbc)));_0x5b2f37[_0x4ab91a(0xdc)](_0x3713b2,0x0)&&_0x325d7e[_0x4ab91a(0x117)](''+chalk[_0x4ab91a(0xba)]['yellow'](_0x3713b2+_0x4ab91a(0xcc)));const _0x30e67f=_0x5b2f37['LHafE'](_0x5b2f37['LHafE'](_0x5b2f37[_0x4ab91a(0xc9)](_0x469cc5,'('),_0x325d7e['join'](',\x20')),')');console[_0x4ab91a(0xbe)](_0x5b2f37[_0x4ab91a(0xd2)](_0x5b2f37[_0x4ab91a(0xe1)](_0x5b2f37[_0x4ab91a(0xd6)](_0x5b2f37[_0x4ab91a(0xe7)]('\x0a',_0x1dfae1),'\x0a'),_0x30e67f),'\x0a')),_0x5b2f37[_0x4ab91a(0xb6)](_0x27ea81,![])&&(_0x2f5350=0x1);}),_0x2f5350;}async function run(_0x29ec16,_0x17d1bf){const _0x337d16=a5_0x22d033,_0x287f55={'SuuWY':function(_0x53b26d,_0x1f566b){return _0x53b26d(_0x1f566b);},'fnmoq':function(_0x3ed29f,_0x3df95a){return _0x3ed29f>_0x3df95a;},'GsATb':_0x337d16(0xde),'jEGiA':_0x337d16(0x100),'AbUdj':_0x337d16(0xc4),'NygRP':_0x337d16(0x102),'HaeZT':_0x337d16(0x115),'xxKjG':_0x337d16(0xac),'hfEAo':function(_0x4923f4,_0x344843){return _0x4923f4-_0x344843;},'fmByM':function(_0x12782a,_0x327b80){return _0x12782a>=_0x327b80;},'kkrEs':function(_0x31243a,_0x17ea32){return _0x31243a!=_0x17ea32;},'UQosa':_0x337d16(0xf1),'UTAqC':function(_0x5d5d44,_0x505766,_0x46d084,_0x5d730,_0x3168f8,_0x21347a){return _0x5d5d44(_0x505766,_0x46d084,_0x5d730,_0x3168f8,_0x21347a);}},_0x3a402e=new BrowserStackSetup(_0x29ec16,_0x287f55[_0x337d16(0xd5)]);await _0x3a402e[_0x337d16(0xd9)]();!helper['isBrowserstackInfra']()&&await _0x3a402e[_0x337d16(0xb5)]();await helper['handleApp'](_0x3a402e[_0x337d16(0xb9)]);const _0x1ed65e=helper[_0x337d16(0xb2)](_0x3a402e[_0x337d16(0xb9)]),_0x22bd7a=helper[_0x337d16(0xdb)](_0x3a402e['config'],_0x1ed65e,constants[_0x337d16(0xfe)][_0x337d16(0xc0)]);if(!_0x3a402e[_0x337d16(0xb9)])return;const _0x52e678=_0x3a402e[_0x337d16(0xb9)][_0x337d16(0xaf)]||helper['getUserWorkerCount'](_0x29ec16,_0x17d1bf,_0x3a402e[_0x337d16(0xb9)],constants[_0x337d16(0xfe)][_0x337d16(0xc0)])||0x1,_0xcc26ed={'server':helper['getHubUrl'](_0x3a402e[_0x337d16(0xb9)]),'proxySettings':_0x3a402e[_0x337d16(0xb9)]['proxySettings'],'maxWorkers':_0x52e678,'browserStackLogLevel':_0x3a402e[_0x337d16(0xb9)]['logLevel'],'skipSessionName':_0x3a402e[_0x337d16(0xb9)][_0x337d16(0x114)][_0x337d16(0x106)],'skipSessionStatus':_0x3a402e[_0x337d16(0xb9)][_0x337d16(0x114)][_0x337d16(0x10d)],'turboScaleUrl':_0x3a402e['config'][_0x337d16(0xbf)]},_0x460b78=process[_0x337d16(0xa8)],[_0x3ff2f1,_0x1ed960]=helper[_0x337d16(0xda)](_0x460b78),_0x47cf75=path[_0x337d16(0xe3)](process[_0x337d16(0x10c)](),_0x287f55[_0x337d16(0xcf)]);if(_0x287f55[_0x337d16(0xad)](_0x1ed960[_0x337d16(0xb0)],0x0)){helper[_0x337d16(0xf3)](_0x47cf75);for(let _0x5439fe=_0x287f55[_0x337d16(0x108)](_0x3ff2f1[_0x337d16(0xb0)],0x1);_0x287f55[_0x337d16(0xa4)](_0x5439fe,0x0);_0x5439fe--){_0x460b78[_0x337d16(0xf8)](_0x3ff2f1[_0x5439fe],0x2);}}!helper[_0x337d16(0x103)](_0x3a402e['config'][_0x337d16(0xab)])&&(process[_0x337d16(0x118)][_0x337d16(0xfb)]=JSON[_0x337d16(0xf2)](_0x3a402e['config'][_0x337d16(0xab)]));_0x287f55[_0x337d16(0xc5)](_0x3a402e[_0x337d16(0xb9)][_0x337d16(0xf7)],null)?process['env']['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x3a402e[_0x337d16(0xb9)][_0x337d16(0xf7)]:process[_0x337d16(0x118)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x287f55['UQosa'];const _0x5d3f4d=await TestHubHandler[_0x337d16(0xd3)](constants[_0x337d16(0xfe)][_0x337d16(0xc0)],_0x3a402e);helper[_0x337d16(0xce)]();let _0x1b3dcb;_0x287f55[_0x337d16(0xf4)](parallelCucumberRun,_0x22bd7a,_0xcc26ed,_0x3a402e[_0x337d16(0xb9)],_0x460b78,_0x1ed960)[_0x337d16(0xbb)](async _0xf39d6f=>{const _0x30769a=_0x337d16;_0x1b3dcb=_0xf39d6f;const _0x4c34ed=_0x287f55[_0x30769a(0xc6)](printCucumberStats,_0xf39d6f);process[_0x30769a(0xe5)]=_0x4c34ed,_0x287f55['fnmoq'](_0x1ed960['length'],0x0)&&(logger[_0x30769a(0xcd)](_0x287f55[_0x30769a(0xb7)]),helper[_0x30769a(0xee)](_0x47cf75,_0x1ed960),logger[_0x30769a(0xcd)](_0x287f55['jEGiA']),helper[_0x30769a(0xc3)](_0x47cf75));})[_0x337d16(0xc8)](async()=>{const _0x3ce6c0=_0x337d16;_0x3a402e[_0x3ce6c0(0xf0)]=helper['getErrorMessageFromResults'](_0x1b3dcb,_0x287f55[_0x3ce6c0(0xea)]),testOpsHelper[_0x3ce6c0(0xfd)]();try{await TestHubHandler[_0x3ce6c0(0xb1)]();}catch(_0x4812ad){logger[_0x3ce6c0(0xcd)](_0x3ce6c0(0xbd)+util[_0x3ce6c0(0xcb)](_0x4812ad));}try{const {browserstackFolderPath:_0x19f6de,tcgConfigPath:_0x264241}=helper[_0x3ce6c0(0xd7)]();fs[_0x3ce6c0(0xf5)](_0x264241),fs[_0x3ce6c0(0xa3)](_0x19f6de);}catch(_0x4f662e){logger[_0x3ce6c0(0xcd)](_0x287f55['NygRP'],_0x4f662e);}await utilities[_0x3ce6c0(0xed)](_0x3a402e);});}module[a5_0x22d033(0xe9)]=run;
2
+ 'use strict';function a5_0x1946(_0x392958,_0x53471a){const _0xe2b71f=a5_0xe2b7();return a5_0x1946=function(_0x1946ba,_0x321682){_0x1946ba=_0x1946ba-0x143;let _0x44ecfd=_0xe2b71f[_0x1946ba];return _0x44ecfd;},a5_0x1946(_0x392958,_0x53471a);}const a5_0x2abb3f=a5_0x1946;(function(_0x3a35af,_0x1959d3){const _0xb17929=a5_0x1946,_0x1bc30f=_0x3a35af();while(!![]){try{const _0x384339=parseInt(_0xb17929(0x177))/0x1*(parseInt(_0xb17929(0x16c))/0x2)+-parseInt(_0xb17929(0x15b))/0x3+-parseInt(_0xb17929(0x155))/0x4+-parseInt(_0xb17929(0x16a))/0x5+parseInt(_0xb17929(0x1a7))/0x6*(-parseInt(_0xb17929(0x197))/0x7)+-parseInt(_0xb17929(0x15a))/0x8+parseInt(_0xb17929(0x143))/0x9*(parseInt(_0xb17929(0x153))/0xa);if(_0x384339===_0x1959d3)break;else _0x1bc30f['push'](_0x1bc30f['shift']());}catch(_0x3a6d85){_0x1bc30f['push'](_0x1bc30f['shift']());}}}(a5_0xe2b7,0x37b80));const fs=require('fs'),path=require(a5_0x2abb3f(0x145)),util=require(a5_0x2abb3f(0x19d)),logger=require(a5_0x2abb3f(0x174))[a5_0x2abb3f(0x17e)],{default:BrowserStackSetup}=require(a5_0x2abb3f(0x158)),helper=require(a5_0x2abb3f(0x149)),utilities=require('../../helpers/utilities'),constants=require(a5_0x2abb3f(0x146)),{parallelCucumberRun}=require('../test-runner'),TestHubHandler=require(a5_0x2abb3f(0x199)),testOpsHelper=require(a5_0x2abb3f(0x1ae)),chalk=require(a5_0x2abb3f(0x185));function a5_0xe2b7(){const _0x192840=['SFcNP','finalExecution','\x20skipped','../../helpers/test-observability/utils','accessibilityOptions','push','parseFormatters','16184889dmUMNu','config','path','../utils/constants','argv','\x20failed','../../helpers/helper','mergeOutputFiles','splice','stepsPassed','env','yellow','Generating\x20consolidated\x20report...','stop','false','processSuccess','10bwdneY','scenarios','1627916MyqRVu','bgWhite','logLevel','../../helpers/BrowserStackSetup','fdmhl','2930304CcqGXN','612402phuPsO','stepsUnknown','****\x20RESULTS\x20****','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','XlnpN','fOlSL','PmAUb','green','length','yXknQ','cyan','\x20passed','createDir','Removing\x20tmp\x20directory\x20created\x20for\x20reports','testContextOptions','1150790igrUaT','bold','92xBsuZH','dEZjI','tmp','UfAcG','isUndefined','eczXI','CujIQ','NqXWG','../../helpers/logger','rQDMs','finally','647mBaYhF','join','cucumber','FRAMEWORKS','exports','skipSessionName','steps','winstonLogger','kUWOR','errorMessage','markSDKSetupComplete','CiCgP','GycYg','DFRoq','chalk','nzhCd','parallelsPerPlatform','qncVm','testObservability','BROWSERSTACK_TEST_OBSERVABILITY_YML','qaWsf','stepsUndefined','skipSessionStatus','\x20steps','HrJEB','\x20undefined','unlinkSync','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','log','useW3C','OyTav','\x20ambiguous','549220JizPDz','stepsPending','../../helpers/testhub/testhubHandler','CUCUMBER','bnpOS','error\x20removing\x20tcg\x20config\x20file','util','prepareCapabilities','handleApp','getErrorMessageFromResults','pDYLr','debug','scenariosFailed','proxySettings','OTGVD','cucumber-js','30cGedfg','then','initialize','red'];a5_0xe2b7=function(){return _0x192840;};return a5_0xe2b7();}function printCucumberStats(_0x1cbc83){const _0x44d442=a5_0x2abb3f,_0x45a7c4={};_0x45a7c4['PmAUb']=function(_0x7e0af9,_0x443429){return _0x7e0af9>_0x443429;},_0x45a7c4['dEZjI']=function(_0x47b5d7,_0x365b06){return _0x47b5d7-_0x365b06;},_0x45a7c4['kUWOR']=function(_0x4f2bbe,_0x26a0c6){return _0x4f2bbe-_0x26a0c6;},_0x45a7c4[_0x44d442(0x172)]=function(_0x10784f,_0x44f4f3){return _0x10784f>_0x44f4f3;},_0x45a7c4['rQDMs']=function(_0x594890,_0x490a3d){return _0x594890>_0x490a3d;},_0x45a7c4[_0x44d442(0x173)]=function(_0x4f9d39,_0x58cc28){return _0x4f9d39>_0x58cc28;},_0x45a7c4[_0x44d442(0x18b)]=function(_0xb17bd6,_0xec8dcc){return _0xb17bd6>_0xec8dcc;},_0x45a7c4[_0x44d442(0x1ab)]=function(_0xff1837,_0x2f14af){return _0xff1837+_0x2f14af;},_0x45a7c4['GycYg']=function(_0x50e637,_0x2be99f){return _0x50e637+_0x2be99f;},_0x45a7c4[_0x44d442(0x16f)]=function(_0x34ef5c,_0x6012c3){return _0x34ef5c+_0x6012c3;},_0x45a7c4[_0x44d442(0x18f)]=function(_0x336f4d,_0x1a30f7){return _0x336f4d+_0x1a30f7;},_0x45a7c4['yXknQ']=function(_0x1dde31,_0x3154a4){return _0x1dde31+_0x3154a4;},_0x45a7c4['CiCgP']=function(_0x617bc9,_0x2ee057){return _0x617bc9===_0x2ee057;},_0x45a7c4[_0x44d442(0x184)]=_0x44d442(0x15d);const _0x3039e9=_0x45a7c4;let _0x3e518f=0x0;if(_0x3039e9['CiCgP'](_0x1cbc83[_0x44d442(0x163)],0x0))return _0x3e518f;return console[_0x44d442(0x193)](chalk[_0x44d442(0x16b)][_0x44d442(0x156)](_0x3039e9['DFRoq'])),_0x1cbc83['forEach'](_0x1b4995=>{const _0x2ce276=_0x44d442,_0x164fbe=_0x1b4995[0x0],_0x320a6f=_0x1b4995[0x1];console[_0x2ce276(0x193)]('\x0a'+chalk[_0x2ce276(0x16b)]['yellow'](''+helper['getPlatformName'](_0x164fbe)));const _0x45c7aa=_0x320a6f[_0x2ce276(0x154)],_0x3ec94d=_0x320a6f[_0x2ce276(0x17d)],_0x3d48b5=_0x320a6f[_0x2ce276(0x1a3)],_0x18fda5=_0x320a6f['stepsFailed'],_0x539efc=_0x320a6f[_0x2ce276(0x14c)],_0x119538=_0x320a6f['stepsSkipped'],_0x3a2779=_0x320a6f[_0x2ce276(0x198)],_0x4e58ff=_0x320a6f[_0x2ce276(0x18c)],_0x170077=_0x320a6f[_0x2ce276(0x15c)],_0x3ca0da=_0x320a6f['stepsAmbiguous'],_0x11c9ed=_0x320a6f[_0x2ce276(0x152)];let _0x26f40a=_0x45c7aa+'\x20scenarios';const _0x56b0b5=_0x3039e9[_0x2ce276(0x161)](_0x3039e9[_0x2ce276(0x16d)](_0x45c7aa,_0x3d48b5),0x0)?_0x3039e9[_0x2ce276(0x17f)](_0x45c7aa,_0x3d48b5):0x0;if(_0x3039e9[_0x2ce276(0x172)](_0x3d48b5,0x0)&&_0x3039e9[_0x2ce276(0x172)](_0x56b0b5,0x0))_0x26f40a+='\x20('+chalk[_0x2ce276(0x16b)][_0x2ce276(0x1aa)](_0x3d48b5+_0x2ce276(0x148))+',\x20'+chalk[_0x2ce276(0x16b)][_0x2ce276(0x162)](_0x56b0b5+_0x2ce276(0x166))+')';else(_0x3039e9[_0x2ce276(0x161)](_0x3d48b5,0x0)||_0x3039e9[_0x2ce276(0x172)](_0x56b0b5,0x0))&&(_0x26f40a+=_0x3039e9[_0x2ce276(0x175)](_0x3d48b5,0x0)?'\x20('+chalk['bold'][_0x2ce276(0x1aa)](_0x3d48b5+_0x2ce276(0x148))+')':'\x20('+chalk[_0x2ce276(0x16b)][_0x2ce276(0x162)](_0x56b0b5+_0x2ce276(0x166))+')');const _0x12c477=_0x3ec94d+_0x2ce276(0x18e),_0x51f6a6=[];_0x3039e9[_0x2ce276(0x161)](_0x3ca0da,0x0)&&_0x51f6a6[_0x2ce276(0x1b0)](''+chalk['bold'][_0x2ce276(0x1aa)](_0x3ca0da+_0x2ce276(0x196)));_0x3039e9[_0x2ce276(0x173)](_0x18fda5,0x0)&&_0x51f6a6[_0x2ce276(0x1b0)](''+chalk[_0x2ce276(0x16b)][_0x2ce276(0x1aa)](_0x18fda5+_0x2ce276(0x148)));_0x3039e9[_0x2ce276(0x161)](_0x539efc,0x0)&&_0x51f6a6[_0x2ce276(0x1b0)](''+chalk[_0x2ce276(0x16b)]['green'](_0x539efc+_0x2ce276(0x166)));_0x3039e9[_0x2ce276(0x18b)](_0x3a2779,0x0)&&_0x51f6a6[_0x2ce276(0x1b0)](''+chalk[_0x2ce276(0x16b)][_0x2ce276(0x14e)](_0x3a2779+'\x20pending'));_0x3039e9[_0x2ce276(0x18b)](_0x119538,0x0)&&_0x51f6a6[_0x2ce276(0x1b0)](''+chalk[_0x2ce276(0x16b)][_0x2ce276(0x165)](_0x119538+_0x2ce276(0x1ad)));_0x3039e9[_0x2ce276(0x173)](_0x4e58ff,0x0)&&_0x51f6a6['push'](''+chalk[_0x2ce276(0x16b)][_0x2ce276(0x14e)](_0x4e58ff+_0x2ce276(0x190)));_0x3039e9[_0x2ce276(0x172)](_0x170077,0x0)&&_0x51f6a6[_0x2ce276(0x1b0)](''+chalk[_0x2ce276(0x16b)][_0x2ce276(0x14e)](_0x170077+_0x2ce276(0x1ad)));const _0x2594ef=_0x3039e9[_0x2ce276(0x1ab)](_0x3039e9[_0x2ce276(0x183)](_0x3039e9['GycYg'](_0x12c477,'('),_0x51f6a6[_0x2ce276(0x178)](',\x20')),')');console[_0x2ce276(0x193)](_0x3039e9[_0x2ce276(0x16f)](_0x3039e9[_0x2ce276(0x18f)](_0x3039e9[_0x2ce276(0x164)](_0x3039e9[_0x2ce276(0x164)]('\x0a',_0x26f40a),'\x0a'),_0x2594ef),'\x0a')),_0x3039e9[_0x2ce276(0x182)](_0x11c9ed,![])&&(_0x3e518f=0x1);}),_0x3e518f;}async function run(_0x32353b,_0x1eb3be){const _0x5a0c4e=a5_0x2abb3f,_0xaffe4f={'nzhCd':function(_0x84fe2d,_0xe1dcfa){return _0x84fe2d(_0xe1dcfa);},'pDYLr':function(_0x6f7037,_0x1f961c){return _0x6f7037>_0x1f961c;},'HDswb':_0x5a0c4e(0x14f),'eczXI':_0x5a0c4e(0x168),'fdmhl':_0x5a0c4e(0x179),'XlnpN':_0x5a0c4e(0x19c),'fOlSL':_0x5a0c4e(0x1a6),'qncVm':_0x5a0c4e(0x16e),'bnpOS':function(_0x56190f,_0x4abe56){return _0x56190f>_0x4abe56;},'aFUXd':function(_0x21bdcf,_0x200aff){return _0x21bdcf-_0x200aff;},'EANEm':function(_0x4c44bd,_0x33501e){return _0x4c44bd>=_0x33501e;},'OyTav':function(_0x27cf5a,_0x2021f0){return _0x27cf5a!=_0x2021f0;},'OTGVD':_0x5a0c4e(0x151),'bOkXR':function(_0x30adce,_0x53be89,_0x48f358,_0x3199aa,_0x1e84de,_0x4cc0e7){return _0x30adce(_0x53be89,_0x48f358,_0x3199aa,_0x1e84de,_0x4cc0e7);}},_0x38cf62=new BrowserStackSetup(_0x32353b,_0xaffe4f[_0x5a0c4e(0x160)]);await _0x38cf62[_0x5a0c4e(0x1a9)]();!helper['isBrowserstackInfra']()&&await _0x38cf62['setupTCGAuth']();await helper[_0x5a0c4e(0x19f)](_0x38cf62[_0x5a0c4e(0x144)]);const _0x44115c=helper[_0x5a0c4e(0x194)](_0x38cf62[_0x5a0c4e(0x144)]),_0x23c9d5=helper[_0x5a0c4e(0x19e)](_0x38cf62['config'],_0x44115c,constants[_0x5a0c4e(0x17a)][_0x5a0c4e(0x19a)]);if(!_0x38cf62[_0x5a0c4e(0x144)])return;const _0x59e4a3=_0x38cf62[_0x5a0c4e(0x144)][_0x5a0c4e(0x187)]||helper['getUserWorkerCount'](_0x32353b,_0x1eb3be,_0x38cf62[_0x5a0c4e(0x144)],constants[_0x5a0c4e(0x17a)]['CUCUMBER'])||0x1,_0x50b239={'server':helper['getHubUrl'](_0x38cf62[_0x5a0c4e(0x144)]),'proxySettings':_0x38cf62[_0x5a0c4e(0x144)][_0x5a0c4e(0x1a4)],'maxWorkers':_0x59e4a3,'browserStackLogLevel':_0x38cf62[_0x5a0c4e(0x144)][_0x5a0c4e(0x157)],'skipSessionName':_0x38cf62['config'][_0x5a0c4e(0x169)][_0x5a0c4e(0x17c)],'skipSessionStatus':_0x38cf62[_0x5a0c4e(0x144)][_0x5a0c4e(0x169)][_0x5a0c4e(0x18d)],'turboScaleUrl':_0x38cf62[_0x5a0c4e(0x144)]['turboScaleUrl']},_0x19f1f0=process[_0x5a0c4e(0x147)],[_0x50317a,_0x250974]=helper[_0x5a0c4e(0x1b1)](_0x19f1f0),_0x593823=path[_0x5a0c4e(0x178)](process['cwd'](),_0xaffe4f[_0x5a0c4e(0x188)]);if(_0xaffe4f[_0x5a0c4e(0x19b)](_0x250974[_0x5a0c4e(0x163)],0x0)){helper[_0x5a0c4e(0x167)](_0x593823);for(let _0x196394=_0xaffe4f['aFUXd'](_0x50317a[_0x5a0c4e(0x163)],0x1);_0xaffe4f['EANEm'](_0x196394,0x0);_0x196394--){_0x19f1f0[_0x5a0c4e(0x14b)](_0x50317a[_0x196394],0x2);}}!helper[_0x5a0c4e(0x170)](_0x38cf62[_0x5a0c4e(0x144)][_0x5a0c4e(0x1af)])&&(process[_0x5a0c4e(0x14d)][_0x5a0c4e(0x192)]=JSON['stringify'](_0x38cf62[_0x5a0c4e(0x144)][_0x5a0c4e(0x1af)]));_0xaffe4f[_0x5a0c4e(0x195)](_0x38cf62['config'][_0x5a0c4e(0x189)],null)?process[_0x5a0c4e(0x14d)][_0x5a0c4e(0x18a)]=_0x38cf62[_0x5a0c4e(0x144)][_0x5a0c4e(0x189)]:process[_0x5a0c4e(0x14d)][_0x5a0c4e(0x18a)]=_0xaffe4f[_0x5a0c4e(0x1a5)];const _0x4af03c=await TestHubHandler['launchBuild'](constants[_0x5a0c4e(0x17a)][_0x5a0c4e(0x19a)],_0x38cf62);helper[_0x5a0c4e(0x181)]();let _0x4c044a;_0xaffe4f['bOkXR'](parallelCucumberRun,_0x23c9d5,_0x50b239,_0x38cf62[_0x5a0c4e(0x144)],_0x19f1f0,_0x250974)[_0x5a0c4e(0x1a8)](async _0x2fd2d7=>{const _0x390ef0=_0x5a0c4e;_0x4c044a=_0x2fd2d7;const _0xb08cf8=_0xaffe4f[_0x390ef0(0x186)](printCucumberStats,_0x2fd2d7);process['exitCode']=_0xb08cf8,_0xaffe4f[_0x390ef0(0x1a1)](_0x250974[_0x390ef0(0x163)],0x0)&&(logger[_0x390ef0(0x1a2)](_0xaffe4f['HDswb']),helper[_0x390ef0(0x14a)](_0x593823,_0x250974),logger[_0x390ef0(0x1a2)](_0xaffe4f[_0x390ef0(0x171)]),helper['removeDir'](_0x593823));})[_0x5a0c4e(0x176)](async()=>{const _0x136046=_0x5a0c4e;_0x38cf62[_0x136046(0x180)]=helper[_0x136046(0x1a0)](_0x4c044a,_0xaffe4f[_0x136046(0x159)]),testOpsHelper['printBuildLink']();try{await TestHubHandler[_0x136046(0x150)]();}catch(_0x237173){logger['debug'](_0x136046(0x15e)+util['format'](_0x237173));}try{const {browserstackFolderPath:_0x3b3e5b,tcgConfigPath:_0x15def9}=helper['getTCGConfigFilePaths']();fs[_0x136046(0x191)](_0x15def9),fs['rmdirSync'](_0x3b3e5b);}catch(_0x34861e){logger[_0x136046(0x1a2)](_0xaffe4f[_0x136046(0x15f)],_0x34861e);}await utilities[_0x136046(0x1ac)](_0x38cf62);});}module[a5_0x2abb3f(0x17b)]=run;