browserstack-node-sdk 1.34.20 → 1.34.21

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_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
+ const a1_0x4f9067=a1_0x2d33;(function(_0x21061b,_0x3da6b6){const _0x397ecc=a1_0x2d33,_0x18ab2d=_0x21061b();while(!![]){try{const _0x175532=-parseInt(_0x397ecc(0x220))/0x1+parseInt(_0x397ecc(0x184))/0x2+parseInt(_0x397ecc(0x195))/0x3*(-parseInt(_0x397ecc(0x1c4))/0x4)+-parseInt(_0x397ecc(0x18b))/0x5*(-parseInt(_0x397ecc(0x1c6))/0x6)+-parseInt(_0x397ecc(0x224))/0x7*(parseInt(_0x397ecc(0x1e7))/0x8)+-parseInt(_0x397ecc(0x1b5))/0x9*(-parseInt(_0x397ecc(0x1f0))/0xa)+parseInt(_0x397ecc(0x1aa))/0xb;if(_0x175532===_0x3da6b6)break;else _0x18ab2d['push'](_0x18ab2d['shift']());}catch(_0x329ef3){_0x18ab2d['push'](_0x18ab2d['shift']());}}}(a1_0x44e3,0xdadbd));function a1_0x44e3(){const _0x76fce1=['filter','11185009nGTgSr','../../helpers/accessibility-automation/scripts','call','stop','bddStep','prototype','Puppeteer','TEST_LOG','../../bin/playwright/sessionDetails','dYPXy','accessibilityPlatform','1080621dkfnsT','VBibe','sLPZp','initSaveScreenshot','Playwright','performScan','bstackAllyScanning','./helper.js','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','thTestRunUuid','FhYCP','YMoud','dispatcher','SnzdI','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','357132VGHtKc','skipped','249492SjNQVH','then','DhOaK','base64','getResultsSummary','../../helpers/testhub/constants.js','warn','thJwtToken','eGVYn','lQhnc','CtfLA','mpajz','class','__driver','zzuGN','../../helpers/performance-tester','passed','exports','container','Edaou','ApGAY','ctx','VdwSj','MBDYD','readFileSync','patch','helpers','./o11yHelper','BROWSERSTACK_TESTHUB_UUID','name','util','HInMO','SjwBg','763288RhJpNR','title','FdpCw','mTbSP','step','__skipSessionStatus','codeceptjs/lib/utils.js','ZcRjm','bind','60nyhtDy','event','SIeFt','captureEvent','catch','after','TEST_SCREENSHOT','Suite','Element','pid','overwriteCommand','stringify','constructor','enabled','dhnhK','FyFez','HOOK_RUN_STARTED','TEST_RUN_SKIPPED','patchSaveScreenshot','EttWX','started','__workerDetails','../../helpers/test-observability/utils','comment','hook','executeScript','test','getAccessibilityResultsSummary','status','ehiDL','Performing\x20scan\x20for\x20','MmTPn','HOOK_RUN_FINISHED','action','codeceptjs/lib/helper/WebDriver.js','arguments','add','MQSEX','../../bin/playwright/accessibility-helper','UWMCV','ENV_VAR','toISOString','browserStackExecuteDriver','setSessionName','before','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','QOvdd','commandsToWrap','1304421BdCRch','restore','getAccessibilityResults','saveTestResults','7CmSppb','skipSessionName','thBuildUuid','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','captureError','okVBu','debug','reason','browserstack_executor:\x20','HPVUF','startMonitoring','cLNdQ','codeceptjs/lib/helper/Playwright.js','1847092jSZGkd','AwWdg','info','all','INFO','../../helpers/helper','skipSessionStatus','85QpvtmL','BS_TESTOPS_ALLOW_SCREENSHOTS','PCvUF','titlePath','fbdWa','TzSNQ','ZfrZz','env','GPRoj','TEST_RUN_STARTED','36loQkfQ','currentTest','JMkfh','bs:addLog:','IQzUx','sXCIA','stopMonitoring','RDrkM','bddStepFinish','fireEvent','_before','TEST_RUN_FINISHED','saveScreenshot','find','codeceptjs/lib/recorder.js','contexts','failed','bddStepStart','apply','TestCafe'];a1_0x44e3=function(){return _0x76fce1;};return a1_0x44e3();}const fs=require('fs'),util=require(a1_0x4f9067(0x1e4)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x4f9067(0x189)),logger=require('../../helpers/logger')['winstonLogger'],testOpsHelper=require(a1_0x4f9067(0x206)),requestSpy=require('../../helpers/request-spy'),PlaywrightSessionDetails=require(a1_0x4f9067(0x1b2)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x4f9067(0x1e1)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),AccessibilityHelper=require(a1_0x4f9067(0x216)),scripts=require(a1_0x4f9067(0x1ab)),PerformanceTester=require(a1_0x4f9067(0x1d5)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x4f9067(0x1bc)),testHubConstants=require(a1_0x4f9067(0x1cb)),CodeceptJS=requireModule('codeceptjs/lib/index.js'),CodeceptUtils=requireModule(a1_0x4f9067(0x1ed)),CodeceptWebDriver=requireModule(a1_0x4f9067(0x212)),CodeceptRecorder=requireModule(a1_0x4f9067(0x1a3)),CodeceptPlaywright=requireModule(a1_0x4f9067(0x183)),playwrightMarkSessionStatus=(_0x4bd306,_0x2360f1,_0x1448fd)=>{const _0x42fe54=a1_0x4f9067,_0x2150ca={'bOAac':'setSessionStatus','TzSNQ':function(_0x24cfb0,_0xffbbc5){return _0x24cfb0(_0xffbbc5);}},_0x230e73={};_0x230e73[_0x42fe54(0x20c)]=_0x2360f1;const _0x4f7a0b={};_0x4f7a0b[_0x42fe54(0x211)]=_0x2150ca['bOAac'],_0x4f7a0b[_0x42fe54(0x213)]=_0x230e73;const _0x5d3e01=_0x4f7a0b;return!_0x2150ca[_0x42fe54(0x190)](isUndefined,_0x1448fd)&&(_0x5d3e01[_0x42fe54(0x213)][_0x42fe54(0x17e)]=JSON[_0x42fe54(0x1fb)](_0x1448fd)),_0x4bd306[_0x42fe54(0x209)](()=>{},_0x42fe54(0x17f)+JSON['stringify'](_0x5d3e01));},o11ySync=async _0x450cf4=>{const _0x528fc5=a1_0x4f9067,_0x5376f3={};_0x5376f3['FdpCw']=function(_0x55d8b1,_0x2dd23e){return _0x55d8b1===_0x2dd23e;},_0x5376f3[_0x528fc5(0x197)]=_0x528fc5(0x1b9);const _0x257eb5=_0x5376f3;_0x257eb5[_0x528fc5(0x1e9)](_0x450cf4['constructor'][_0x528fc5(0x1e3)],_0x257eb5['JMkfh'])?await _0x450cf4[_0x528fc5(0x209)](_0x378e42=>{},testOpsHelper['getSyncScript']()):await _0x450cf4['executeScript'](testOpsHelper['getSyncScript']());},markSessionName=async(_0x1a44a5,_0x2e7c09)=>{const _0x18853b=a1_0x4f9067,_0x144bf6={};_0x144bf6[_0x18853b(0x185)]=_0x18853b(0x21b),_0x144bf6[_0x18853b(0x1ff)]=function(_0x47b4fc,_0x35d8a9){return _0x47b4fc===_0x35d8a9;},_0x144bf6[_0x18853b(0x1b3)]=_0x18853b(0x1b9);const _0x38a9d6=_0x144bf6,_0x2233fc={};_0x2233fc[_0x18853b(0x1e3)]=_0x2e7c09;const _0x44b9e6={};_0x44b9e6[_0x18853b(0x211)]=_0x38a9d6[_0x18853b(0x185)],_0x44b9e6['arguments']=_0x2233fc;const _0x42fcb1=_0x44b9e6;_0x38a9d6[_0x18853b(0x1ff)](_0x1a44a5[_0x18853b(0x1fc)][_0x18853b(0x1e3)],_0x38a9d6[_0x18853b(0x1b3)])?await _0x1a44a5[_0x18853b(0x209)](()=>{},'browserstack_executor:\x20'+JSON[_0x18853b(0x1fb)](_0x42fcb1)):await _0x1a44a5['executeScript']('browserstack_executor:\x20'+JSON[_0x18853b(0x1fb)](_0x42fcb1));},patchSaveScreenshot=_0x150b32=>{const _0x32a865=a1_0x4f9067,_0x5c07e2={'PCvUF':_0x32a865(0x1c9),'sXCIA':_0x32a865(0x1f6),'ZcRjm':function(_0x85687c){return _0x85687c();},'eGVYn':function(_0x1c0400,_0x13f831){return _0x1c0400(_0x13f831);}};_0x5c07e2[_0x32a865(0x1ce)](isTrue,process[_0x32a865(0x192)][_0x32a865(0x18c)])&&!_0x150b32['patchSaveScreenshot']&&(_0x150b32[_0x32a865(0x202)]=!![],_0x150b32[_0x32a865(0x1b8)]=_0x150b32['saveScreenshot'],_0x150b32[_0x32a865(0x1a1)]=(_0x4f74be,_0x574238=![])=>{const _0x3c7b4a=_0x32a865,_0x44ae8f={'VBibe':_0x5c07e2[_0x3c7b4a(0x18d)],'sLPZp':_0x5c07e2[_0x3c7b4a(0x19a)],'EttWX':function(_0x51b5e3){const _0x59e1d7=_0x3c7b4a;return _0x5c07e2[_0x59e1d7(0x1ee)](_0x51b5e3);}};return new Promise(function(_0x305297,_0x81bd68){const _0xf6b0ef=_0x3c7b4a;_0x150b32[_0xf6b0ef(0x1b8)](_0x4f74be,_0x574238)[_0xf6b0ef(0x1c7)](()=>{const _0x5e4afc=_0xf6b0ef,_0x4c3a67=CodeceptUtils['screenshotOutputFolder'](_0x4f74be),_0x5740cb=fs[_0x5e4afc(0x1de)](_0x4c3a67);process['emit']('bs:addLog:'+process[_0x5e4afc(0x1f9)],{'timestamp':new Date()['toISOString'](),'message':_0x5740cb['toString'](_0x44ae8f[_0x5e4afc(0x1b6)]),'kind':_0x44ae8f[_0x5e4afc(0x1b7)]}),_0x44ae8f[_0x5e4afc(0x203)](_0x305297);})[_0xf6b0ef(0x1f4)](()=>null);});});},patchWebDriverBefore=_0x46c485=>{const _0x557e8d=a1_0x4f9067,_0x30e4d2={'HInMO':function(_0xfa40a){return _0xfa40a();},'VdwSj':function(_0x3a5f9c,_0x240c1a){return _0x3a5f9c(_0x240c1a);},'fMyIW':function(_0x8c6378,_0x3b52f6){return _0x8c6378===_0x3b52f6;},'QOvdd':_0x557e8d(0x1f8),'Edaou':function(_0x4701a8,_0x368c7d){return _0x4701a8(_0x368c7d);}},_0x1d9a60=async function(_0x52de43,_0x5c4520){const _0x49a8c5=_0x557e8d;return _0x30e4d2[_0x49a8c5(0x1e5)](isAccessibilityAutomationSession)&&!global['bstackAllyScanning']&&global[_0x49a8c5(0x1b4)]&&scripts['shouldWrapCommand'](_0x52de43['name'])&&_0x30e4d2[_0x49a8c5(0x1dc)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x49a8c5(0x1bb)]=!![],logger[_0x49a8c5(0x17d)](_0x49a8c5(0x20e)+_0x52de43[_0x49a8c5(0x1d2)]+'\x20'+_0x52de43['name']),await AccessibilityHelper['browserStackExecuteDriver'](_0x46c485,scripts[_0x49a8c5(0x1ba)])),global[_0x49a8c5(0x1bb)]=![],_0x5c4520[_0x49a8c5(0x1a7)](this,Array[_0x49a8c5(0x1af)]['slice'][_0x49a8c5(0x1ac)](arguments,0x2));},_0x35616f=CodeceptWebDriver[_0x557e8d(0x1af)][_0x557e8d(0x19f)];CodeceptWebDriver[_0x557e8d(0x1af)]['_before']=async function(){const _0x463ad3=_0x557e8d,_0x297cd0={'mEmfv':function(_0x25a28b,_0x400b32){return _0x30e4d2['fMyIW'](_0x25a28b,_0x400b32);},'ZfrZz':_0x30e4d2[_0x463ad3(0x21e)]};await _0x35616f[_0x463ad3(0x1a7)](this,arguments),scripts[_0x463ad3(0x21f)][_0x463ad3(0x1a9)](_0x1d95dc=>_0x1d95dc['name']&&_0x1d95dc[_0x463ad3(0x1d2)])['forEach'](_0x5c5412=>{const _0x4d3912=_0x463ad3;this['browser'][_0x4d3912(0x1fa)](_0x5c5412[_0x4d3912(0x1e3)],_0x1d9a60[_0x4d3912(0x1ef)](this,_0x5c5412),_0x297cd0['mEmfv'](_0x5c5412['class'],_0x297cd0[_0x4d3912(0x191)]));}),_0x30e4d2[_0x463ad3(0x1d9)](processWebDriverConfig,_0x46c485);};},patchPlaywrightBefore=()=>{const _0x53ebe5=a1_0x4f9067;PlaywrightSessionDetails[_0x53ebe5(0x1df)]();const _0x46ca7c=CodeceptPlaywright['prototype'][_0x53ebe5(0x19f)];CodeceptPlaywright['prototype']['_before']=async function(){const _0x501991=_0x53ebe5;this['browserContext']=await this['browser'][_0x501991(0x1a4)]()[0x0],await _0x46ca7c[_0x501991(0x1a7)](this,arguments);};},getCodeceptDriver=()=>{const _0x1777bb=a1_0x4f9067,_0x18038b={};_0x18038b['SnzdI']='WebDriver',_0x18038b[_0x1777bb(0x19c)]=_0x1777bb(0x1b9),_0x18038b[_0x1777bb(0x1e6)]=_0x1777bb(0x1b0),_0x18038b[_0x1777bb(0x182)]=_0x1777bb(0x1a8);const _0x4f5964=_0x18038b,_0x4309d0=[_0x4f5964[_0x1777bb(0x1c2)],_0x4f5964[_0x1777bb(0x19c)],_0x4f5964[_0x1777bb(0x1e6)],_0x4f5964[_0x1777bb(0x182)]],_0x516631=_0x4309d0[_0x1777bb(0x1a2)](_0x2e0793=>!!CodeceptJS['container'][_0x1777bb(0x1e0)](_0x2e0793));if(!_0x516631)return null;return CodeceptJS[_0x1777bb(0x1d8)][_0x1777bb(0x1e0)](_0x516631);};function a1_0x2d33(_0x6848d7,_0x352e38){const _0x44e3f7=a1_0x44e3();return a1_0x2d33=function(_0x2d33a2,_0x30a3ff){_0x2d33a2=_0x2d33a2-0x17c;let _0x59e321=_0x44e3f7[_0x2d33a2];return _0x59e321;},a1_0x2d33(_0x6848d7,_0x352e38);}module[a1_0x4f9067(0x1d7)]=function(_0x46b6c1){const _0x577a0b=a1_0x4f9067,_0x541a82={'ApGAY':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','fbdWa':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','GPRoj':function(_0x18fc7a){return _0x18fc7a();},'mTbSP':function(_0x4aa806){return _0x4aa806();},'SIeFt':function(_0x4aba86,_0x5e75b1){return _0x4aba86(_0x5e75b1);},'YMoud':function(_0x4c7bcf,_0x4cfcfa,_0x55bd7e){return _0x4c7bcf(_0x4cfcfa,_0x55bd7e);},'UWMCV':function(_0x4e31c4){return _0x4e31c4();},'MBDYD':function(_0x120de0,_0x216768,_0x41c553){return _0x120de0(_0x216768,_0x41c553);},'FhYCP':function(_0xf9dec5,_0x5dd0c9,_0x95f1d2,_0x1dfe25){return _0xf9dec5(_0x5dd0c9,_0x95f1d2,_0x1dfe25);},'dhnhK':function(_0xd87f3e,_0xf71fc){return _0xd87f3e===_0xf71fc;},'gHkGA':_0x577a0b(0x1f7),'NMPUp':function(_0x16697f){return _0x16697f();},'NxHkE':_0x577a0b(0x21d),'fJBwi':_0x577a0b(0x188),'MmTPn':_0x577a0b(0x1b1),'mpajz':_0x577a0b(0x1b9),'EhmaF':function(_0x4cae10){return _0x4cae10();}};_0x46b6c1[_0x577a0b(0x18a)]&&(global[_0x577a0b(0x1ec)]=_0x46b6c1[_0x577a0b(0x18a)]);PerformanceTester[_0x577a0b(0x181)]();const _0x2d96d4=_0x541a82[_0x577a0b(0x193)](getCodeceptDriver),_0x4fbbd2=new O11yHelper(_0x2d96d4,_0x46b6c1),_0x4b24eb=!!CodeceptJS[_0x577a0b(0x1d8)][_0x577a0b(0x1e0)](_0x541a82[_0x577a0b(0x1d1)]);global[_0x577a0b(0x1d3)]=_0x2d96d4,_0x2d96d4&&(_0x4b24eb?_0x541a82['EhmaF'](patchPlaywrightBefore):_0x541a82[_0x577a0b(0x1f2)](patchWebDriverBefore,_0x2d96d4),_0x2d96d4[_0x577a0b(0x20b)]=async()=>{const _0x193e63=_0x577a0b;if(global[_0x193e63(0x1b4)])await AccessibilityHelper[_0x193e63(0x21a)](_0x2d96d4,scripts[_0x193e63(0x1ba)]),await AccessibilityHelper[_0x193e63(0x21a)](_0x2d96d4,scripts[_0x193e63(0x1ca)]);else return logger[_0x193e63(0x1cc)](_0x541a82[_0x193e63(0x1da)]),{};},_0x2d96d4[_0x577a0b(0x222)]=async()=>{const _0x1ab80c=_0x577a0b;if(global[_0x1ab80c(0x1b4)])await AccessibilityHelper[_0x1ab80c(0x21a)](_0x2d96d4,scripts[_0x1ab80c(0x1ba)]),await AccessibilityHelper[_0x1ab80c(0x21a)](_0x2d96d4,scripts['getResults']);else return logger[_0x1ab80c(0x1cc)](_0x541a82[_0x1ab80c(0x18f)]),{};},_0x541a82[_0x577a0b(0x1f2)](patchSaveScreenshot,_0x2d96d4)),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x577a0b(0x1f1)][_0x577a0b(0x187)][_0x577a0b(0x21c)],()=>{try{_0x4fbbd2['start'](),testOpsHelper['addRequestSpy']();}catch(_0xe29c71){PerformanceTester['captureError'](_0xe29c71);}}),CodeceptJS[_0x577a0b(0x1f1)][_0x577a0b(0x1c1)]['on'](CodeceptJS[_0x577a0b(0x1f1)]['all'][_0x577a0b(0x1f5)],async()=>{const _0x38b602=_0x577a0b;try{requestSpy[_0x38b602(0x221)](),await _0x4fbbd2[_0x38b602(0x1ad)]();}catch(_0x2d0a11){PerformanceTester[_0x38b602(0x228)](_0x2d0a11);}finally{PerformanceTester[_0x38b602(0x19b)]();}}),CodeceptJS[_0x577a0b(0x1f1)][_0x577a0b(0x1c1)]['on'](CodeceptJS[_0x577a0b(0x1f1)]['hook']['started'],_0x35205e=>{const _0x5d6427=_0x577a0b;try{const _0x2e9dbc=_0x35205e[_0x5d6427(0x1db)][_0x5d6427(0x20a)],_0x329707=_0x4fbbd2[_0x5d6427(0x1f3)](TEST_EVENTS[_0x5d6427(0x200)],_0x2e9dbc);CodeceptRecorder[_0x5d6427(0x214)](()=>_0x4fbbd2[_0x5d6427(0x19e)](TEST_EVENTS[_0x5d6427(0x200)],_0x329707));}catch(_0x584112){PerformanceTester[_0x5d6427(0x228)](_0x584112);}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS['event'][_0x577a0b(0x208)][_0x577a0b(0x1d6)],_0x1c9a4b=>{const _0x342443=_0x577a0b;try{const _0x195a88=_0x1c9a4b['ctx'][_0x342443(0x20a)],_0x41880c=_0x4fbbd2[_0x342443(0x1f3)](TEST_EVENTS[_0x342443(0x210)],_0x195a88);CodeceptRecorder[_0x342443(0x214)](()=>_0x4fbbd2[_0x342443(0x19e)](TEST_EVENTS[_0x342443(0x210)],_0x41880c));}catch(_0x492243){PerformanceTester[_0x342443(0x228)](_0x492243);}}),CodeceptJS[_0x577a0b(0x1f1)][_0x577a0b(0x1c1)]['on'](CodeceptJS[_0x577a0b(0x1f1)][_0x577a0b(0x208)][_0x577a0b(0x1a5)],async(_0x170a69,_0x13d93f)=>{const _0x4307ef=_0x577a0b;try{const _0x595ca0=_0x170a69[_0x4307ef(0x1db)][_0x4307ef(0x20a)],_0x26bcaf=_0x4fbbd2[_0x4307ef(0x1f3)](TEST_EVENTS[_0x4307ef(0x210)],_0x595ca0,_0x13d93f);CodeceptRecorder['add'](()=>_0x4fbbd2[_0x4307ef(0x19e)](TEST_EVENTS[_0x4307ef(0x210)],_0x26bcaf));}catch(_0x25bf03){PerformanceTester[_0x4307ef(0x228)](_0x25bf03);}}),CodeceptJS['event'][_0x577a0b(0x1c1)]['on'](CodeceptJS['event'][_0x577a0b(0x20a)][_0x577a0b(0x21c)],_0xd4cbfb=>{const _0x22e869=_0x577a0b;try{_0x541a82[_0x22e869(0x193)](isBrowserstackInfra)&&(_0x4b24eb&&(global[_0x22e869(0x205)]={'currentTest':{'name':_0xd4cbfb[_0x22e869(0x1e8)],'testInfo':{'titlePath':_0xd4cbfb[_0x22e869(0x18e)]()}}}));}catch(_0xb130b1){PerformanceTester[_0x22e869(0x228)](_0xb130b1);}}),CodeceptJS[_0x577a0b(0x1f1)][_0x577a0b(0x1c1)]['on'](CodeceptJS[_0x577a0b(0x1f1)][_0x577a0b(0x20a)][_0x577a0b(0x204)],_0x190ef2=>{const _0x4672a7=_0x577a0b,_0x1264b8={'zzuGN':function(_0x58af98){const _0x2fe499=a1_0x2d33;return _0x541a82[_0x2fe499(0x1ea)](_0x58af98);},'IQzUx':function(_0x51e5ef,_0x3224b4){const _0x5b3733=a1_0x2d33;return _0x541a82[_0x5b3733(0x1f2)](_0x51e5ef,_0x3224b4);},'HPVUF':function(_0x5cc38a,_0x25ab4a,_0x2775f3){const _0x5a3451=a1_0x2d33;return _0x541a82[_0x5a3451(0x1c0)](_0x5cc38a,_0x25ab4a,_0x2775f3);}};try{const _0x241022=_0x4fbbd2[_0x4672a7(0x1f3)](TEST_EVENTS['TEST_RUN_STARTED'],_0x190ef2);CodeceptRecorder[_0x4672a7(0x214)](()=>_0x4fbbd2[_0x4672a7(0x19e)](TEST_EVENTS[_0x4672a7(0x194)],_0x241022)),CodeceptRecorder[_0x4672a7(0x214)](async()=>{const _0x2090b3=_0x4672a7;_0x1264b8[_0x2090b3(0x1d4)](isBrowserstackInfra)&&(!_0x1264b8[_0x2090b3(0x199)](isTrue,_0x46b6c1[_0x2090b3(0x225)])&&await _0x1264b8[_0x2090b3(0x180)](markSessionName,_0x2d96d4,_0x190ef2[_0x2090b3(0x1e8)]),_0x4fbbd2[_0x2090b3(0x1fd)]&&await _0x1264b8[_0x2090b3(0x199)](o11ySync,_0x2d96d4));});}catch(_0x8bd054){PerformanceTester[_0x4672a7(0x228)](_0x8bd054);}}),CodeceptJS[_0x577a0b(0x1f1)][_0x577a0b(0x1c1)]['on'](CodeceptJS['event'][_0x577a0b(0x20a)]['passed'],_0x4bcc6a=>{const _0x3746e7=_0x577a0b,_0xb820b3={'okVBu':function(_0x24dcbb){return _0x541a82['UWMCV'](_0x24dcbb);},'ehiDL':function(_0x168a6e,_0x280781,_0x551f49){const _0x4198ef=a1_0x2d33;return _0x541a82[_0x4198ef(0x1c0)](_0x168a6e,_0x280781,_0x551f49);},'lQhnc':function(_0x42dbcb,_0x119cdb,_0x550405){const _0x3fecf0=a1_0x2d33;return _0x541a82[_0x3fecf0(0x1dd)](_0x42dbcb,_0x119cdb,_0x550405);}};try{const _0x1e1466=_0x4fbbd2[_0x3746e7(0x1f3)](TEST_EVENTS[_0x3746e7(0x1a0)],_0x4bcc6a);CodeceptRecorder[_0x3746e7(0x214)](()=>_0x4fbbd2[_0x3746e7(0x19e)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x1e1466)),CodeceptRecorder[_0x3746e7(0x214)](async()=>{const _0x10d10d=_0x3746e7;_0xb820b3[_0x10d10d(0x17c)](isBrowserstackInfra)&&(_0x4b24eb?await _0xb820b3[_0x10d10d(0x20d)](playwrightMarkSessionStatus,_0x2d96d4,STATE_PASSED):await _0xb820b3[_0x10d10d(0x1cf)](markSessionStatus,_0x2d96d4,STATE_PASSED));});}catch(_0x56df9b){PerformanceTester[_0x3746e7(0x228)](_0x56df9b);}}),CodeceptJS['event'][_0x577a0b(0x1c1)]['on'](CodeceptJS[_0x577a0b(0x1f1)]['test'][_0x577a0b(0x1a5)],(_0x56ff39,_0x44e66e)=>{const _0x58b057=_0x577a0b,_0x7fcc32={'MQSEX':function(_0x1ed7ac){const _0x105ae0=a1_0x2d33;return _0x541a82[_0x105ae0(0x217)](_0x1ed7ac);},'CtfLA':function(_0x11ee6c,_0x25f6ad,_0xb1632e,_0x2d237e){const _0x2c4446=a1_0x2d33;return _0x541a82[_0x2c4446(0x1bf)](_0x11ee6c,_0x25f6ad,_0xb1632e,_0x2d237e);},'DhOaK':function(_0x3b63d9,_0x46462d,_0x209c6e,_0x233131){const _0x514461=a1_0x2d33;return _0x541a82[_0x514461(0x1bf)](_0x3b63d9,_0x46462d,_0x209c6e,_0x233131);}};try{if(_0x541a82[_0x58b057(0x1fe)](_0x56ff39[_0x58b057(0x1fc)][_0x58b057(0x1e3)],_0x541a82['gHkGA'])){const _0x5ab3e5=_0x4fbbd2[_0x58b057(0x1f3)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x56ff39[_0x58b057(0x1db)][_0x58b057(0x196)]);CodeceptRecorder['add'](()=>_0x4fbbd2['fireEvent'](TEST_EVENTS[_0x58b057(0x201)],_0x5ab3e5));}else{const _0x194286=_0x4fbbd2[_0x58b057(0x1f3)](TEST_EVENTS[_0x58b057(0x1a0)],_0x56ff39,_0x44e66e);CodeceptRecorder['add'](()=>{const _0x119543=_0x58b057;try{_0x4fbbd2[_0x119543(0x19e)](TEST_EVENTS[_0x119543(0x1a0)],_0x194286);}catch(_0x5aba08){logger['debug'](_0x119543(0x1c3)+util['format'](_0x5aba08));}}),CodeceptRecorder[_0x58b057(0x214)](async()=>{const _0x5e5f61=_0x58b057;try{_0x7fcc32[_0x5e5f61(0x215)](isBrowserstackInfra)&&(_0x4b24eb?await _0x7fcc32[_0x5e5f61(0x1d0)](playwrightMarkSessionStatus,_0x2d96d4,STATE_FAILED,_0x44e66e):await _0x7fcc32[_0x5e5f61(0x1c8)](markSessionStatus,_0x2d96d4,STATE_FAILED,_0x44e66e));}catch(_0x2d9bbc){logger[_0x5e5f61(0x17d)](_0x5e5f61(0x1bd)+util['format'](_0x2d9bbc));}});}}catch(_0x3c23a3){PerformanceTester[_0x58b057(0x228)](_0x3c23a3);}}),CodeceptJS[_0x577a0b(0x1f1)][_0x577a0b(0x1c1)]['on'](CodeceptJS[_0x577a0b(0x1f1)]['test'][_0x577a0b(0x1c5)],_0x2b6f94=>{const _0x21b2b2=_0x577a0b;try{const _0x2cd68d=_0x4fbbd2[_0x21b2b2(0x1f3)](TEST_EVENTS[_0x21b2b2(0x201)],_0x2b6f94);CodeceptRecorder[_0x21b2b2(0x214)](()=>_0x4fbbd2[_0x21b2b2(0x19e)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x2cd68d));}catch(_0x5f2874){PerformanceTester[_0x21b2b2(0x228)](_0x5f2874);}}),CodeceptJS[_0x577a0b(0x1f1)][_0x577a0b(0x1c1)]['on'](CodeceptJS['event'][_0x577a0b(0x20a)][_0x577a0b(0x1f5)],async(_0x486b41,_0x17bb67)=>{const _0x431bcd=_0x577a0b;try{if(_0x541a82['NMPUp'](isBrowserstackInfra)){const _0x16f0a5=_0x541a82[_0x431bcd(0x1c0)](shouldScanTestForAccessibility,_0x486b41['titlePath'](),!![]);if(_0x541a82['GPRoj'](isAccessibilityAutomationSession)&&global[_0x431bcd(0x1b4)]&&_0x16f0a5){const _0x4b2644={};_0x4b2644[_0x431bcd(0x1be)]=_0x486b41['testAnalyticsId'],_0x4b2644[_0x431bcd(0x226)]=process[_0x431bcd(0x192)][testHubConstants[_0x431bcd(0x218)][_0x431bcd(0x1e2)]],_0x4b2644[_0x431bcd(0x1cd)]=process[_0x431bcd(0x192)][testHubConstants[_0x431bcd(0x218)]['BROWSERSTACK_TESTHUB_JWT']];const _0x9b6aa1=_0x4b2644;logger['debug'](_0x431bcd(0x227)+JSON[_0x431bcd(0x1fb)](_0x9b6aa1)),CodeceptRecorder[_0x431bcd(0x214)](async()=>{const _0x39dccb=_0x431bcd;await AccessibilityHelper[_0x39dccb(0x21a)](_0x2d96d4,scripts[_0x39dccb(0x1ba)]),await AccessibilityHelper['browserStackExecuteDriver'](_0x2d96d4,scripts[_0x39dccb(0x223)],_0x9b6aa1);}),logger[_0x431bcd(0x186)](_0x541a82['NxHkE']);}}}catch(_0x47869c){PerformanceTester[_0x431bcd(0x228)](_0x47869c);}}),CodeceptJS[_0x577a0b(0x1f1)][_0x577a0b(0x1c1)]['on'](CodeceptJS[_0x577a0b(0x1f1)][_0x577a0b(0x1eb)][_0x577a0b(0x207)],_0x4638d5=>{const _0x3975d7=_0x577a0b;try{process['emit'](_0x3975d7(0x198)+process[_0x3975d7(0x1f9)],{'timestamp':new Date()[_0x3975d7(0x219)](),'level':_0x541a82['fJBwi'],'message':_0x4638d5,'kind':_0x541a82[_0x3975d7(0x20f)],'http_response':{}});}catch(_0x30d294){PerformanceTester[_0x3975d7(0x228)](_0x30d294);}}),CodeceptJS[_0x577a0b(0x1f1)][_0x577a0b(0x1c1)]['on'](CodeceptJS['event']['bddStep'][_0x577a0b(0x21c)],_0x129101=>{const _0x4468ba=_0x577a0b;_0x4fbbd2[_0x4468ba(0x1a6)](_0x129101);}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x577a0b(0x1f1)][_0x577a0b(0x1ae)][_0x577a0b(0x1f5)],_0x131c9f=>{const _0x2b20b1=_0x577a0b;_0x4fbbd2[_0x2b20b1(0x19d)](_0x131c9f);});};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
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;
2
+ 'use strict';const a2_0x27e76a=a2_0x248c;function a2_0x17ad(){const _0x4d905d=['profile','PVyxH','5715306imqyxV','info','xfUqb','Workers','browserName','HcdcY','path','browserWSEndpoint','4313988mPTigz','WltqE','../../helpers/test-observability/utils','BROWSERSTACK_RERUN_TESTS','findIndex','BrowserStackPlugin.js','skipSessionStatus','cbcKg','addTests','Passed\x20:\x20','26FjPBiq','browser','winstonLogger','../utils/constants','--config','CODECEPT','createGroupsOfSuites','Started\x20:\x20','XwDDB','testContextOptions','printBuildLink','chdir','BROWSERSTACK_TEST_OBSERVABILITY_YML','DCCbC','log','SCEPM','push','../../helpers/helper','stack','all','before','isTestObservabilitySession','../../helpers/utilities','getUserWorkerCount','title','codecept.json','rOYTK','desiredCapabilities','event','validPlatformsPresent','kuOoZ','chrome','184251FHyojg','length','FRAMEWORKS','gherkin','isUndefined','format','env','-cucumber','BrowserStackPlugin','CLQFK','tByLm','HuDCN','getPlaywrightUrl','iYwgD','err','map','WebDriver','UqWDq','oVeWa','teardownAll','jZSeW','stringify','HBUDN','existsSync','mJAlW','util','yawAi','6154928QByiQe','RXVqw','kjAgw','390xqaoCQ','browserStackCwd','mergeDeep','playwright-firefox','accessibilityOptions','split','passed','frameworkName','root','../../helpers/logger','testConfig','ESzBd','test','nlNMv','platforms','../../helpers/BrowserStackSetup','bootstrapAll','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','launchBuild','failed','ETwXA','playwright-webkit','../../helpers/accessibility-automation/helper','false','pAUfs','prepareCapabilities','codeceptjs','require','join','UmSAU','errorMessage','7349840CMOmqX','isTrue','addConfig','eDadr','printResults','cwd','enabled','handleApp','helpers','null','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','testObservability','chromium','Playwright','getPlatformName','firefox','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','45085oDXMOD','config','skipSessionName','toLowerCase','vsKZS','accessibility','606989Tytubc','slice','process'];a2_0x17ad=function(){return _0x4d905d;};return a2_0x17ad();}(function(_0x190798,_0x1004be){const _0x85dd72=a2_0x248c,_0x1ac257=_0x190798();while(!![]){try{const _0x30f4bc=parseInt(_0x85dd72(0x216))/0x1+parseInt(_0x85dd72(0x1a2))/0x2*(parseInt(_0x85dd72(0x1c2))/0x3)+-parseInt(_0x85dd72(0x1dd))/0x4+parseInt(_0x85dd72(0x210))/0x5*(parseInt(_0x85dd72(0x1e0))/0x6)+parseInt(_0x85dd72(0x223))/0x7+-parseInt(_0x85dd72(0x1ff))/0x8+parseInt(_0x85dd72(0x21b))/0x9;if(_0x30f4bc===_0x1004be)break;else _0x1ac257['push'](_0x1ac257['shift']());}catch(_0x590c7a){_0x1ac257['push'](_0x1ac257['shift']());}}}(a2_0x17ad,0xbfbdb));const fs=require('fs'),path=require(a2_0x27e76a(0x221)),util=require(a2_0x27e76a(0x1db)),process=require(a2_0x27e76a(0x218)),logger=require(a2_0x27e76a(0x1e9))[a2_0x27e76a(0x1a4)],{default:BrowserStackSetup}=require(a2_0x27e76a(0x1ef)),helper=require(a2_0x27e76a(0x1b3)),utilities=require(a2_0x27e76a(0x1b8)),{checkAccessibilityPlatformConfig}=require(a2_0x27e76a(0x1f6)),{setAccessibilityCapabilities}=require('../../bin/playwright/accessibility-helper'),{requireModule,nestedKeyValue,isBrowserstackInfra}=require('../../helpers/helper'),CodeceptJS=requireModule('codeceptjs/lib/index.js'),testOpsHelper=require(a2_0x27e76a(0x225)),TestHubHandler=require('../../helpers/testhub/testhubHandler'),constants=require(a2_0x27e76a(0x1a5)),_testErrorData=[],getUserCodeceptJSConfigs=(_0xee40b4,_0x1b79ea)=>{const _0x145120=a2_0x27e76a,_0x2c5aed={};_0x2c5aed[_0x145120(0x1cc)]=function(_0x35cc3a,_0x36c508){return _0x35cc3a===_0x36c508;},_0x2c5aed['ESzBd']='codecept.conf.js',_0x2c5aed[_0x145120(0x1cd)]=_0x145120(0x1bb);const _0x591766=_0x2c5aed;let _0x20bb54=null;const _0x228765={};let _0x5a90fd=_0x1b79ea[_0x145120(0x227)](_0x41ec2b=>_0x41ec2b===_0x145120(0x1a6));_0x591766[_0x145120(0x1cc)](_0x5a90fd,-0x1)&&(_0x5a90fd=_0x1b79ea[_0x145120(0x227)](_0x2a05fb=>_0x2a05fb==='-c'));if(!helper['isUndefined'](_0xee40b4[_0x145120(0x211)])&&fs[_0x145120(0x1d9)](path[_0x145120(0x1fc)](process[_0x145120(0x204)](),_0xee40b4['config'])))_0x20bb54=path['join'](process[_0x145120(0x204)](),_0xee40b4[_0x145120(0x211)]),_0x1b79ea[_0x145120(0x217)](_0x5a90fd,0x2);else{if(!helper[_0x145120(0x1c6)](_0xee40b4['c'])&&fs[_0x145120(0x1d9)](path[_0x145120(0x1fc)](process['cwd'](),_0xee40b4['c'])))_0x20bb54=path[_0x145120(0x1fc)](process['cwd'](),_0xee40b4['c']),_0x1b79ea[_0x145120(0x217)](_0x5a90fd,0x2);else{if(fs[_0x145120(0x1d9)](path[_0x145120(0x1fc)](process[_0x145120(0x204)](),_0x591766[_0x145120(0x1eb)])))_0x20bb54=path[_0x145120(0x1fc)](process[_0x145120(0x204)](),_0x591766[_0x145120(0x1eb)]);else fs['existsSync'](path['join'](process[_0x145120(0x204)](),_0x591766['HuDCN']))&&(_0x20bb54=path[_0x145120(0x1fc)](process[_0x145120(0x204)](),_0x591766[_0x145120(0x1cd)]));}}return _0x20bb54;},getO11yRerunPattern=()=>{const _0x4c1e70=a2_0x27e76a,_0x1c13ba={};_0x1c13ba[_0x4c1e70(0x1c0)]=function(_0x203ea6,_0x1930f9){return _0x203ea6!==_0x1930f9;},_0x1c13ba[_0x4c1e70(0x1d4)]=_0x4c1e70(0x208);const _0x3327d1=_0x1c13ba,_0x256ddb=helper[_0x4c1e70(0x200)](process[_0x4c1e70(0x1c8)]['BROWSERSTACK_RERUN']);if(_0x256ddb){const _0x10ae4f=process[_0x4c1e70(0x1c8)][_0x4c1e70(0x226)],_0x4a4fd2=[];if(_0x3327d1[_0x4c1e70(0x1c0)](_0x10ae4f,_0x3327d1[_0x4c1e70(0x1d4)])&&!helper[_0x4c1e70(0x1c6)](_0x10ae4f)){_0x10ae4f[_0x4c1e70(0x1e5)](',')[_0x4c1e70(0x1d1)](_0x5a9ffb=>{const _0x10c671=_0x4c1e70;_0x4a4fd2[_0x10c671(0x1b2)]('('+_0x5a9ffb['trim']()+')');});const _0x56bc70='^'+_0x4a4fd2[_0x4c1e70(0x1fc)]('|')+'$';return _0x56bc70;}}return null;},a2_0x5c209f={};a2_0x5c209f[a2_0x27e76a(0x1c1)]=a2_0x27e76a(0x20b),a2_0x5c209f['playwright-chromium']=a2_0x27e76a(0x20b),a2_0x5c209f[a2_0x27e76a(0x1e3)]=a2_0x27e76a(0x20e),a2_0x5c209f[a2_0x27e76a(0x1f5)]='webkit';function a2_0x248c(_0x1efb04,_0x272890){const _0x17adff=a2_0x17ad();return a2_0x248c=function(_0x248c85,_0x5b823e){_0x248c85=_0x248c85-0x19e;let _0x1bde7b=_0x17adff[_0x248c85];return _0x1bde7b;},a2_0x248c(_0x1efb04,_0x272890);}const pwToCodeceptBrowser=a2_0x5c209f;async function run(_0x2a85ef,_0x50e503){const _0x263caf=a2_0x27e76a,_0xdf6f67={'NJIJv':function(_0x4b200f,_0x445213){return _0x4b200f+_0x445213;},'WltqE':function(_0x279c5d,_0x3f1267){return _0x279c5d(_0x3f1267);},'jZSeW':function(_0x2030d6,_0x1871e3){return _0x2030d6+_0x1871e3;},'rOYTK':function(_0xa42f1b,_0x1d9472,_0x11c0fc){return _0xa42f1b(_0x1d9472,_0x11c0fc);},'iYwgD':'config','pAUfs':'helpers','HcdcY':function(_0x183f71){return _0x183f71();},'xfUqb':'Failed\x20:\x20','XwDDB':_0x263caf(0x1a1),'yawAi':_0x263caf(0x1a9),'NAtWG':'4|2|0|3|1','mJAlW':_0x263caf(0x1fa),'tqYfi':function(_0x1a6c38,_0x458abb,_0x193c0a){return _0x1a6c38(_0x458abb,_0x193c0a);},'CLQFK':_0x263caf(0x1f1),'SCEPM':'Playwright','UqWDq':_0x263caf(0x1d2),'nlNMv':function(_0x200c12,_0x187a58){return _0x200c12(_0x187a58);},'UmSAU':function(_0x50403c,_0xe91b91){return _0x50403c!=_0xe91b91;},'vsKZS':_0x263caf(0x1f7),'ETwXA':function(_0xab4810,_0x2a262d){return _0xab4810+_0x2a262d;},'DCCbC':function(_0x52daec,_0x27fd34,_0x4cdca3){return _0x52daec(_0x27fd34,_0x4cdca3);},'cbcKg':_0x263caf(0x1c5),'mmaSm':_0x263caf(0x1c9),'kjAgw':function(_0x5d3130,_0x35de5a){return _0x5d3130*_0x35de5a;},'eDadr':_0x263caf(0x1a3),'RXVqw':_0x263caf(0x1bd),'xebfB':function(_0x2d877a,_0x2ae83b,_0x53979b){return _0x2d877a(_0x2ae83b,_0x53979b);},'PVyxH':_0x263caf(0x1e8),'HBUDN':_0x263caf(0x228),'nkRNC':_0x263caf(0x1e1)},_0x53c24f=new BrowserStackSetup(_0x2a85ef,_0xdf6f67[_0x263caf(0x1da)]);await _0x53c24f['initialize'](),await helper[_0x263caf(0x206)](_0x53c24f['config']);if(!_0x53c24f['config'])return;process['profile']=_0x2a85ef[_0x263caf(0x219)];_0x2a85ef[_0x263caf(0x219)]&&(process[_0x263caf(0x1c8)]['profile']=_0x2a85ef['profile']);const _0x55b4cf=_0xdf6f67['tqYfi'](getUserCodeceptJSConfigs,_0x2a85ef,_0x50e503);let _0x3b52d2={};_0x55b4cf?(logger[_0x263caf(0x21c)](_0x263caf(0x20f)+_0x55b4cf),_0x3b52d2=_0xdf6f67[_0x263caf(0x224)](require,_0x55b4cf)):logger['info'](_0xdf6f67[_0x263caf(0x1cb)]);let _0x3c853a=![];_0xdf6f67[_0x263caf(0x1bc)](nestedKeyValue,_0x3b52d2,[_0xdf6f67['iYwgD'],_0xdf6f67[_0x263caf(0x1f8)],_0xdf6f67[_0x263caf(0x1b1)]])&&(_0x3c853a=!![]);const _0x1a6981=_0x3c853a?_0xdf6f67[_0x263caf(0x1b1)]:_0xdf6f67[_0x263caf(0x1d3)];let _0x554135=!_0x3c853a?helper['useW3C'](_0x53c24f[_0x263caf(0x211)]):![];!helper[_0x263caf(0x1c6)](_0x53c24f['config'][_0x263caf(0x1e4)])&&(process[_0x263caf(0x1c8)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x263caf(0x1d7)](_0x53c24f[_0x263caf(0x211)][_0x263caf(0x1e4)]));let _0x5de973=_0x53c24f[_0x263caf(0x211)][_0x263caf(0x215)];_0x5de973=_0x5de973||_0xdf6f67[_0x263caf(0x1ed)](checkAccessibilityPlatformConfig,_0x53c24f[_0x263caf(0x211)]),process[_0x263caf(0x1c8)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x5de973;_0x5de973&&(_0x554135=!_0x5de973);_0xdf6f67[_0x263caf(0x1fd)](_0x53c24f[_0x263caf(0x211)][_0x263caf(0x20a)],null)?process[_0x263caf(0x1c8)][_0x263caf(0x1ae)]=_0x53c24f[_0x263caf(0x211)]['testObservability']:process[_0x263caf(0x1c8)][_0x263caf(0x1ae)]=_0xdf6f67[_0x263caf(0x214)];const _0xa0c0a9=_0xdf6f67[_0x263caf(0x1f4)](_0xdf6f67[_0x263caf(0x1da)],_0xdf6f67[_0x263caf(0x1af)](nestedKeyValue,_0x3b52d2,[_0xdf6f67[_0x263caf(0x1cf)],_0xdf6f67[_0x263caf(0x19f)]])?_0xdf6f67['mmaSm']:''),_0x5dffe1=await TestHubHandler[_0x263caf(0x1f2)](_0xa0c0a9,_0x53c24f);_0x5de973&&_0xdf6f67[_0x263caf(0x224)](setAccessibilityCapabilities,_0x53c24f[_0x263caf(0x211)]);const _0xbfc751={},_0x56fea8=[],_0x1babd9=_0x53c24f[_0x263caf(0x211)]['parallelsPerPlatform']||helper[_0x263caf(0x1b9)](_0x2a85ef,_0x50e503,_0x53c24f[_0x263caf(0x211)],constants['FRAMEWORKS'][_0x263caf(0x1a7)])||0x1;let _0x98af7a=0x1;if(_0xdf6f67[_0x263caf(0x220)](isBrowserstackInfra)){const _0x499283=helper[_0x263caf(0x1f9)](_0x53c24f[_0x263caf(0x211)],_0x554135,constants[_0x263caf(0x1c4)][_0x263caf(0x1a7)]);helper[_0x263caf(0x1bf)](_0x53c24f['config'])?_0x98af7a=_0xdf6f67[_0x263caf(0x1df)](_0x1babd9,_0x53c24f['config'][_0x263caf(0x1ee)][_0x263caf(0x1c3)]):_0x98af7a=_0x1babd9,_0x499283['forEach'](_0x2a0cd0=>{const _0x200223=_0x263caf,_0x53ed8a=_0xdf6f67[_0x200223(0x1d6)](helper[_0x200223(0x20d)](_0x2a0cd0,'_'),'_'+Date['now']()),_0x5ae030=((()=>{const _0x338211=_0x200223;if(_0x3c853a){const _0x2a7897=pwToCodeceptBrowser[_0x2a0cd0['browserName']]||_0x2a0cd0[_0x338211(0x21f)];return{'browser':_0x2a7897,[_0x2a7897]:{'browserWSEndpoint':_0xdf6f67['NJIJv'](helper[_0x338211(0x1ce)](_0x53c24f[_0x338211(0x211)]),_0xdf6f67[_0x338211(0x224)](encodeURIComponent,JSON[_0x338211(0x1d7)](_0x2a0cd0)))}};}const _0x4ce823={};return _0x4ce823[_0x338211(0x1bd)]=_0x2a0cd0,_0x4ce823;})()),_0x4d26aa=_0xdf6f67['rOYTK'](nestedKeyValue,_0x3b52d2,[_0xdf6f67[_0x200223(0x1cf)],_0xdf6f67['pAUfs'],_0x1a6981]);_0xbfc751[_0x53ed8a]=_0x4d26aa?helper[_0x200223(0x1e2)](_0x5ae030,_0x4d26aa):_0x5ae030,!_0x3c853a&&(_0xbfc751[_0x53ed8a][_0x200223(0x1a3)]=_0x2a0cd0[_0x200223(0x21f)]||_0x5ae030[_0x200223(0x1a3)]),_0x56fea8[_0x200223(0x1b2)](_0x53ed8a);});}else{_0x98af7a=0x1;if(_0x3c853a){const _0x3c80cd=_0xdf6f67[_0x263caf(0x1af)](nestedKeyValue,_0x3b52d2,[_0xdf6f67[_0x263caf(0x1cf)],_0xdf6f67['pAUfs'],_0x1a6981,_0xdf6f67[_0x263caf(0x202)]]),_0x206d7d=_0xdf6f67[_0x263caf(0x1af)](nestedKeyValue,_0x3b52d2,[_0xdf6f67[_0x263caf(0x1cf)],_0xdf6f67[_0x263caf(0x1f8)],_0x1a6981,_0x3c80cd]);_0x206d7d&&_0x206d7d[_0x263caf(0x222)]&&(_0x206d7d[_0x263caf(0x222)]=helper[_0x263caf(0x1f9)](null,null,_0xa0c0a9['toLowerCase'](),null,null,_0x206d7d['browserWSEndpoint']));}else _0x3b52d2['config'][_0xdf6f67[_0x263caf(0x1f8)]][_0x1a6981][_0xdf6f67[_0x263caf(0x1de)]]=helper[_0x263caf(0x1f9)](null,null,_0xa0c0a9[_0x263caf(0x213)](),_0xdf6f67['xebfB'](nestedKeyValue,_0x3b52d2,[_0xdf6f67[_0x263caf(0x1cf)],_0xdf6f67[_0x263caf(0x1f8)],_0x1a6981,_0xdf6f67[_0x263caf(0x1de)]]),null,null);_0xbfc751[_0xdf6f67[_0x263caf(0x21a)]]=_0x3b52d2['config'],_0x56fea8['push'](_0xdf6f67[_0x263caf(0x21a)]);}const _0x1ee2f8={};_0x1ee2f8[_0x263caf(0x1ea)]=_0x55b4cf;const _0x148032=_0x1ee2f8,_0x11a6a7=path['join'](__dirname,_0xdf6f67[_0x263caf(0x1d8)]),_0x60016b=process[_0x263caf(0x204)]();process[_0x263caf(0x1c8)][_0xdf6f67['nkRNC']]=_0x60016b,process[_0x263caf(0x1ad)](path['dirname'](_0x55b4cf));const _0x4d0c0e=new CodeceptJS[(_0x263caf(0x21e))](null,_0x148032),_0x17aa25=_0x4d0c0e[_0x263caf(0x1a8)](_0x98af7a),_0x4bb335=testOpsHelper[_0x263caf(0x1b7)](),_0x330e20=_0x56fea8['map'](_0xeb16a1=>{const _0x4a8b83=_0x263caf,_0x25108a={};_0x25108a[_0x4a8b83(0x20c)]=_0xbfc751[_0xeb16a1];const _0x529533={};_0x529533[_0x4a8b83(0x1d2)]=_0xbfc751[_0xeb16a1];const _0x54fbc0=_0x3c853a?_0x25108a:_0x529533,_0x421d2b=_0xdf6f67[_0x4a8b83(0x220)](getO11yRerunPattern),_0x358997={};_0x358997[_0x4a8b83(0x207)]=_0x54fbc0;const _0x120ccd={};_0x120ccd[_0x4a8b83(0x1fb)]=_0x11a6a7,_0x120ccd[_0x4a8b83(0x205)]=!![],_0x120ccd[_0x4a8b83(0x212)]=_0x53c24f[_0x4a8b83(0x211)][_0x4a8b83(0x1ab)][_0x4a8b83(0x212)],_0x120ccd[_0x4a8b83(0x19e)]=_0x53c24f['config']['testContextOptions'][_0x4a8b83(0x19e)],_0x120ccd[_0x4a8b83(0x20a)]=_0x4bb335,_0x120ccd[_0x4a8b83(0x1e7)]=_0xa0c0a9;const _0x3ee44b={};_0x3ee44b[_0x4a8b83(0x1ca)]=_0x120ccd;const _0x1b2933={};return _0x1b2933['plugins']=_0x3ee44b,helper['mergeDeep']({},_0x3b52d2['config'],_0xdf6f67['HcdcY'](isBrowserstackInfra)?_0x358997:{},_0x421d2b?{'grep':_0x421d2b}:{},_0x1b2933);});for(const _0x2fe017 of _0x330e20){for(const _0xd32452 of _0x17aa25){const _0x17e063=_0x4d0c0e['spawn']();_0x17e063[_0x263caf(0x1a0)](_0xd32452),_0x17e063[_0x263caf(0x201)](_0x2fe017);}}_0x4d0c0e['on'](CodeceptJS[_0x263caf(0x1be)]['test'][_0x263caf(0x1f3)],(_0x347afb,_0x45bba4)=>{const _0xb2579c=_0x263caf;console['log'](_0xdf6f67[_0xb2579c(0x21d)],_0x347afb['title']);const _0x72916c={[_0x347afb[_0xb2579c(0x1ba)]]:_0x347afb[_0xb2579c(0x1d0)][_0xb2579c(0x1b4)]};_testErrorData[_0xb2579c(0x1b2)](_0x72916c);}),_0x4d0c0e['on'](CodeceptJS[_0x263caf(0x1be)][_0x263caf(0x1ec)][_0x263caf(0x1e6)],async _0x151d3f=>{const _0x215343=_0x263caf;console[_0x215343(0x1b0)](_0xdf6f67[_0x215343(0x1aa)],_0x151d3f['title']);}),_0x4d0c0e['on'](CodeceptJS[_0x263caf(0x1be)]['test'][_0x263caf(0x1b6)],async _0x1f8896=>{const _0x29d71e=_0x263caf;console[_0x29d71e(0x1b0)](_0xdf6f67[_0x29d71e(0x1dc)],_0x1f8896[_0x29d71e(0x1ba)]);}),_0x4d0c0e['on'](CodeceptJS[_0x263caf(0x1be)][_0x263caf(0x1b5)]['result'],async()=>{const _0x5239ff=_0x263caf,_0x27935b=_0xdf6f67['NAtWG'][_0x5239ff(0x1e5)]('|');let _0x297ae3=0x0;while(!![]){switch(_0x27935b[_0x297ae3++]){case'0':utilities['finalExecution'](_0x53c24f);continue;case'1':_0x4d0c0e[_0x5239ff(0x203)]();continue;case'2':testOpsHelper[_0x5239ff(0x1ac)]();continue;case'3':try{await TestHubHandler['stop']();}catch(_0x4bb718){logger['debug'](_0x5239ff(0x209)+util[_0x5239ff(0x1c7)](_0x4bb718));}continue;case'4':_0x53c24f[_0x5239ff(0x1fe)]=_testErrorData;continue;}break;}});async function _0x1e2065(){const _0xed6618=_0x263caf;try{await _0x4d0c0e[_0xed6618(0x1f0)](),await _0x4d0c0e['run']();}finally{process['chdir'](_0x60016b),await _0x4d0c0e[_0xed6618(0x1d5)]();}}_0xdf6f67[_0x263caf(0x220)](_0x1e2065);}module['exports']=run;
@@ -1 +1 @@
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
+ function a3_0x1910(){const _0x13b9b4=['browser','ICAPj','MikeI','1316199ylHAwI','43947GPdJef','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','TwuIE','sessionId','AJXhh','constructor','2425BRSLHW','name','browserName','vpisk','platform_version','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','browserstack_executor','latest','4322364Xriwzq','__cloud_provider___','getDetails','LlXnK','shouldPatchExecuteScript','platform','chrome','MgPmo','vveDo','WebDriver','warn','130594WxSwOE','lJDrJ','EAeJv','config','winstonLogger','browserWSEndpoint','OPGUU','sUofl','bZxcq','tyuDy','platformVersion','accessibilityPlatform','SHGEJ','deviceName','3656370cpuasN','gssRo','platformName','parse','EVkNQ','TFDHH','../../helpers/accessibility-automation/helper','gnDGd','browserVersion','jKSlg','capabilities','PIXWB','732KBUhnR','BywIz','desiredCapabilities','UYPzE','browserstack_accessibility_automation_script','processWebDriverConfig','browser_version','7aqsmNP','224dyKeNK','MgWOs','623752MPancl','unknown_grid','os_version','nSNje','osVersion','fetchPlatformDetails','get','XUqWG','../../helpers/logger','hAKNt','ugEdl','../../helpers/test-observability/utils','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','searchParams','qhQTD'];a3_0x1910=function(){return _0x13b9b4;};return a3_0x1910();}function a3_0x1376(_0x31cc68,_0x244c82){const _0x19104f=a3_0x1910();return a3_0x1376=function(_0x137612,_0x43a366){_0x137612=_0x137612-0x10b;let _0x51de9f=_0x19104f[_0x137612];return _0x51de9f;},a3_0x1376(_0x31cc68,_0x244c82);}const a3_0x3bfb5e=a3_0x1376;(function(_0x13f13c,_0x32ad5a){const _0x41502a=a3_0x1376,_0x8bb12c=_0x13f13c();while(!![]){try{const _0x178000=parseInt(_0x41502a(0x10d))/0x1+parseInt(_0x41502a(0x131))/0x2+-parseInt(_0x41502a(0x143))/0x3+-parseInt(_0x41502a(0x127))/0x4*(parseInt(_0x41502a(0x14a))/0x5)+-parseInt(_0x41502a(0x152))/0x6*(-parseInt(_0x41502a(0x12e))/0x7)+parseInt(_0x41502a(0x12f))/0x8*(parseInt(_0x41502a(0x144))/0x9)+-parseInt(_0x41502a(0x11b))/0xa;if(_0x178000===_0x32ad5a)break;else _0x8bb12c['push'](_0x8bb12c['shift']());}catch(_0x43aa4f){_0x8bb12c['push'](_0x8bb12c['shift']());}}}(a3_0x1910,0x633bf));const {isUndefined,nestedKeyValue}=require('../../helpers/helper'),logger=require(a3_0x3bfb5e(0x139))[a3_0x3bfb5e(0x111)],PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{isAccessibilityAutomationSession}=require(a3_0x3bfb5e(0x121)),{getObservabilityLinkedProductName}=require(a3_0x3bfb5e(0x13c)),getOSVersionFromCaps=_0x19216b=>{const _0x2d366b=a3_0x3bfb5e,_0x217797={};_0x217797['EAeJv']='bstack:options',_0x217797[_0x2d366b(0x15a)]=_0x2d366b(0x117),_0x217797[_0x2d366b(0x128)]=_0x2d366b(0x14e),_0x217797[_0x2d366b(0x130)]=_0x2d366b(0x135),_0x217797['aXyGV']=_0x2d366b(0x133);const _0x2b2393=_0x217797;if(!_0x19216b)return null;const _0x2b0a3e=_0x19216b[_0x2b2393[_0x2d366b(0x10f)]],_0x2b7d6f=[_0x2b2393[_0x2d366b(0x15a)],_0x2b2393[_0x2d366b(0x128)],_0x2b2393[_0x2d366b(0x130)],_0x2b2393['aXyGV']];for(const _0x365fee of _0x2b7d6f){if(_0x2b0a3e&&_0x2b0a3e[_0x365fee])return _0x2b0a3e[_0x365fee];else{if(_0x19216b[_0x365fee])return _0x19216b[_0x365fee];}}return null;};exports[a3_0x3bfb5e(0x136)]=_0x54e83a=>{const _0x19d2f9=a3_0x3bfb5e,_0x152852={'sUofl':_0x19d2f9(0x132),'hAKNt':function(_0x4cc0eb,_0x687f45){return _0x4cc0eb===_0x687f45;},'PIXWB':_0x19d2f9(0x10b),'OPGUU':function(_0x51225f,_0x37f8ab){return _0x51225f(_0x37f8ab);},'EVkNQ':function(_0x24debe,_0xcf72e2,_0x431268){return _0x24debe(_0xcf72e2,_0x431268);},'ICAPj':_0x19d2f9(0x110),'SHGEJ':_0x19d2f9(0x129),'UYPzE':function(_0x513c3c,_0x13c9c3){return _0x513c3c(_0x13c9c3);},'TFDHH':function(_0x32d0c9,_0x2ed8d0){return _0x32d0c9===_0x2ed8d0;},'bZxcq':'Playwright','nSNje':_0x19d2f9(0x140),'unOAm':_0x19d2f9(0x112),'jKSlg':'caps'};if(!_0x54e83a)return null;let _0x503e74=global[_0x19d2f9(0x153)]||_0x152852[_0x19d2f9(0x114)];if(_0x152852[_0x19d2f9(0x13a)](_0x54e83a[_0x19d2f9(0x149)][_0x19d2f9(0x14b)],_0x152852[_0x19d2f9(0x126)])){const _0x503371=_0x54e83a['browser'];if(!_0x503371)return null;const _0x5bba46=_0x503371[_0x19d2f9(0x125)],_0x25d275=_0x152852[_0x19d2f9(0x113)](getOSVersionFromCaps,_0x152852['EVkNQ'](nestedKeyValue,_0x54e83a,[_0x152852[_0x19d2f9(0x141)],_0x152852[_0x19d2f9(0x119)]]));return{[_0x503e74]:{'browser':_0x5bba46[_0x19d2f9(0x14c)],'browser_version':_0x5bba46[_0x19d2f9(0x123)],'capabilities':_0x5bba46,'platform':_0x5bba46[_0x19d2f9(0x11d)],'platform_version':_0x5bba46[_0x19d2f9(0x117)]||_0x25d275,'product':_0x152852[_0x19d2f9(0x12a)](getObservabilityLinkedProductName,_0x5bba46),'session_id':_0x503371[_0x19d2f9(0x147)]}};}else{if(_0x152852[_0x19d2f9(0x120)](_0x54e83a[_0x19d2f9(0x149)]['name'],_0x152852[_0x19d2f9(0x115)])){const _0x202956=PlaywrightSessionDetails[_0x19d2f9(0x154)]();_0x503e74=_0x202956['cloudProvider']||_0x503e74;const _0x55da98=_0x152852[_0x19d2f9(0x11f)](nestedKeyValue,_0x54e83a,[_0x152852['ICAPj'],_0x152852[_0x19d2f9(0x134)],_0x152852['unOAm']]),_0x31a5e6=_0x55da98?JSON[_0x19d2f9(0x11e)](new URL(_0x55da98)[_0x19d2f9(0x13e)][_0x19d2f9(0x137)](_0x152852[_0x19d2f9(0x124)])):{};return{[_0x503e74]:{'browser':_0x202956[_0x19d2f9(0x140)]||_0x31a5e6[_0x19d2f9(0x14c)],'browser_version':_0x202956['browser_version']||_0x31a5e6[_0x19d2f9(0x12d)],'capabilities':_0x31a5e6,'platform':_0x202956[_0x19d2f9(0x157)],'platform_version':_0x202956[_0x19d2f9(0x14e)],'product':_0x152852[_0x19d2f9(0x113)](getObservabilityLinkedProductName,_0x31a5e6),'session_id':_0x202956['bsSessionId']}};}}},exports[a3_0x3bfb5e(0x12c)]=_0x1f5119=>{const _0x27ab8b=a3_0x3bfb5e,_0x3918a5={'lJDrJ':function(_0x385a5b){return _0x385a5b();},'MikeI':function(_0x5abe8c,_0x469a63){return _0x5abe8c===_0x469a63;},'gnDGd':_0x27ab8b(0x151),'ugEdl':function(_0x3373e7,_0x2aaa4f){return _0x3373e7>_0x2aaa4f;},'gssRo':function(_0x1cddc9,_0x26f969){return _0x1cddc9(_0x26f969);},'XUqWG':_0x27ab8b(0x14f),'LlXnK':_0x27ab8b(0x158),'vpisk':'playwright-chromium','AJXhh':_0x27ab8b(0x13d),'MgPmo':function(_0x383cee,_0x2b0607){return _0x383cee(_0x2b0607);},'TwuIE':_0x27ab8b(0x145)};if(_0x3918a5[_0x27ab8b(0x10e)](isAccessibilityAutomationSession)){const _0xe4017=_0x1f5119['browser'],_0xaecde4=_0xe4017[_0x27ab8b(0x125)];global['accessibilityPlatform']=!![],!(_0x3918a5[_0x27ab8b(0x142)](_0xaecde4[_0x27ab8b(0x123)],_0x3918a5[_0x27ab8b(0x122)])||_0x3918a5[_0x27ab8b(0x13b)](_0x3918a5[_0x27ab8b(0x11c)](parseInt,_0xaecde4['browserVersion']),0x5e))&&(logger[_0x27ab8b(0x10c)](_0x3918a5[_0x27ab8b(0x138)]),global[_0x27ab8b(0x118)]=![]),!(_0x3918a5[_0x27ab8b(0x142)](_0xaecde4[_0x27ab8b(0x14c)],_0x3918a5[_0x27ab8b(0x155)])||_0x3918a5[_0x27ab8b(0x142)](_0xaecde4[_0x27ab8b(0x14c)],_0x3918a5[_0x27ab8b(0x14d)]))&&(logger[_0x27ab8b(0x10c)](_0x3918a5[_0x27ab8b(0x148)]),global['accessibilityPlatform']=![]),!_0x3918a5[_0x27ab8b(0x159)](isUndefined,_0xaecde4[_0x27ab8b(0x11a)])&&(logger['warn'](_0x3918a5[_0x27ab8b(0x146)]),global[_0x27ab8b(0x118)]=![]);}},exports[a3_0x3bfb5e(0x156)]=_0x536e19=>{const _0x154ae2=a3_0x3bfb5e,_0x45542f={};_0x45542f[_0x154ae2(0x116)]=_0x154ae2(0x150),_0x45542f[_0x154ae2(0x13f)]=_0x154ae2(0x12b);const _0x5e3d73=_0x45542f;if(!_0x536e19)return![];return!_0x536e19['includes'](_0x5e3d73['tyuDy'])&&!_0x536e19['includes'](_0x5e3d73['qhQTD']);};
@@ -1 +1 @@
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
+ function a4_0x1e84(_0x3d3046,_0x1d4377){const _0x4369fa=a4_0x4369();return a4_0x1e84=function(_0x1e840b,_0x214bca){_0x1e840b=_0x1e840b-0x1f3;let _0x89f22a=_0x4369fa[_0x1e840b];return _0x89f22a;},a4_0x1e84(_0x3d3046,_0x1d4377);}const a4_0x26c2d7=a4_0x1e84;(function(_0x18584c,_0x381f78){const _0x546858=a4_0x1e84,_0x1b9111=_0x18584c();while(!![]){try{const _0x13780b=-parseInt(_0x546858(0x202))/0x1*(parseInt(_0x546858(0x2eb))/0x2)+parseInt(_0x546858(0x2b0))/0x3*(-parseInt(_0x546858(0x2cd))/0x4)+-parseInt(_0x546858(0x2ec))/0x5*(-parseInt(_0x546858(0x2c8))/0x6)+-parseInt(_0x546858(0x292))/0x7*(parseInt(_0x546858(0x1fd))/0x8)+parseInt(_0x546858(0x280))/0x9+parseInt(_0x546858(0x27c))/0xa*(parseInt(_0x546858(0x22f))/0xb)+parseInt(_0x546858(0x219))/0xc*(parseInt(_0x546858(0x284))/0xd);if(_0x13780b===_0x381f78)break;else _0x1b9111['push'](_0x1b9111['shift']());}catch(_0x280b79){_0x1b9111['push'](_0x1b9111['shift']());}}}(a4_0x4369,0x3d223));const path=require(a4_0x26c2d7(0x25f)),fs=require('fs'),{v4:uuidv4}=require('uuid'),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require('../../helpers/helper'),testOpsHelper=require(a4_0x26c2d7(0x1f6)),{getTestEnv}=require(a4_0x26c2d7(0x2e6)),{FRAMEWORKS}=require(a4_0x26c2d7(0x200)),logger=require(a4_0x26c2d7(0x2dc))[a4_0x26c2d7(0x22d)],SessionHandler=require(a4_0x26c2d7(0x21f)),RequestQueueHandler=require(a4_0x26c2d7(0x2c1)),PlaywrightSessionDetails=require(a4_0x26c2d7(0x230)),debug=testOpsHelper[a4_0x26c2d7(0x29a)],{processAccessibilityCaps}=require(a4_0x26c2d7(0x2e8)),Constants=require(a4_0x26c2d7(0x2df)),{fetchPlatformDetails}=require('./helper.js'),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x26c2d7(0x271)),STATE_PASSED=a4_0x26c2d7(0x26c),STATE_FAILED='failed',a4_0x3bc5e0={};a4_0x3bc5e0[a4_0x26c2d7(0x234)]=a4_0x26c2d7(0x28b),a4_0x3bc5e0['TEST_RUN_FINISHED']=a4_0x26c2d7(0x2b7),a4_0x3bc5e0['TEST_RUN_SKIPPED']=a4_0x26c2d7(0x21e),a4_0x3bc5e0[a4_0x26c2d7(0x226)]=a4_0x26c2d7(0x265),a4_0x3bc5e0[a4_0x26c2d7(0x2bb)]='HookRunFinished';const TEST_EVENTS=a4_0x3bc5e0,parseEvent=_0x3ad663=>{const _0x3a338d=a4_0x26c2d7,_0x1573b1={};_0x1573b1[_0x3a338d(0x2b4)]=function(_0xbeb10e,_0x110aeb){return _0xbeb10e<_0x110aeb;},_0x1573b1['vNFHe']=function(_0x48acce,_0x2d2ba9){return _0x48acce===_0x2d2ba9;},_0x1573b1[_0x3a338d(0x259)]='test',_0x1573b1['Frowo']='hook',_0x1573b1['wOEMm']=function(_0xff7285,_0xbcbee5){return _0xff7285===_0xbcbee5;},_0x1573b1[_0x3a338d(0x2a2)]=_0x3a338d(0x210),_0x1573b1[_0x3a338d(0x2b2)]=_0x3a338d(0x231),_0x1573b1[_0x3a338d(0x207)]=_0x3a338d(0x2d4);const _0x585a8c=_0x1573b1,_0x4d7438=_0x3ad663[_0x3a338d(0x24c)](/^(.*)Run(.*)$/);if(!_0x4d7438)return null;if(_0x585a8c[_0x3a338d(0x2b4)](_0x4d7438[_0x3a338d(0x242)],0x3))return null;const _0xa7effc=_0x4d7438[0x1][_0x3a338d(0x2aa)](),_0x4ec3b2=_0x4d7438[0x2][_0x3a338d(0x2aa)]();return{'test':_0x585a8c[_0x3a338d(0x233)](_0xa7effc,_0x585a8c[_0x3a338d(0x259)]),'hook':_0x585a8c[_0x3a338d(0x233)](_0xa7effc,_0x585a8c['Frowo']),'skipped':_0x585a8c[_0x3a338d(0x2e9)](_0x4ec3b2,_0x585a8c['LqSKR']),'started':_0x585a8c[_0x3a338d(0x233)](_0x4ec3b2,_0x585a8c[_0x3a338d(0x2b2)]),'finished':_0x585a8c[_0x3a338d(0x2e9)](_0x4ec3b2,_0x585a8c[_0x3a338d(0x207)])};},mockPWBrowserType=_0x27b8cd=>{const _0x22b8f1=a4_0x26c2d7,_0x5a6d95={'qWPul':function(_0x464341,_0x3806dc){return _0x464341===_0x3806dc;},'iKiaS':_0x22b8f1(0x1fc),'emFfZ':function(_0x5c4f44,_0x30893e,_0x3402be){return _0x5c4f44(_0x30893e,_0x3402be);},'YbpXk':_0x22b8f1(0x2b8),'bfLOB':function(_0x4838e8,_0x436b0f){return _0x4838e8(_0x436b0f);},'ilfVc':_0x22b8f1(0x2a9),'phjhg':function(_0x8eab41,_0xd1afbd,_0xab79c3){return _0x8eab41(_0xd1afbd,_0xab79c3);},'lKkNf':_0x22b8f1(0x2e0),'JijSf':_0x22b8f1(0x2ba),'OuLMu':_0x22b8f1(0x27a),'kKemc':function(_0xe8831e,_0x5670ab){return _0xe8831e(_0x5670ab);},'uXiiI':function(_0x32fb82,_0x5b9811){return _0x32fb82(_0x5b9811);},'fTbWN':_0x22b8f1(0x253),'odXNz':_0x22b8f1(0x2c5),'GJOoj':_0x22b8f1(0x23a)},_0x39004f=path[_0x22b8f1(0x212)](_0x5a6d95[_0x22b8f1(0x28c)],_0x5a6d95['JijSf'],_0x5a6d95[_0x22b8f1(0x2b1)]),_0x508bd1=_0x5a6d95[_0x22b8f1(0x2a0)](importFileFromPWCore,_0x39004f);if(!_0x508bd1){_0x5a6d95[_0x22b8f1(0x209)](debug,_0x5a6d95[_0x22b8f1(0x244)]);return;}const _0x587d24=_0x508bd1[_0x22b8f1(0x20e)],_0x760b11=_0x587d24[_0x22b8f1(0x270)];if(_0x760b11[_0x22b8f1(0x205)])return;const _0x4403e5=_0x760b11[_0x22b8f1(0x2c5)];Object['defineProperty'](_0x760b11,_0x5a6d95[_0x22b8f1(0x2c3)],{'get':function(){return async function _0x38ad2c(_0x40b6a2,_0x4114d0){const _0x45467d=a4_0x1e84,_0x4291ba={'dApbc':function(_0x32daea,_0x405c49){const _0x573c04=a4_0x1e84;return _0x5a6d95[_0x573c04(0x2e5)](_0x32daea,_0x405c49);},'PZGuO':_0x5a6d95[_0x45467d(0x1f4)]},_0x46888c=_0x5a6d95[_0x45467d(0x249)](nestedKeyValue,_0x40b6a2,[_0x5a6d95[_0x45467d(0x206)]])||_0x40b6a2;let _0x565c28=null,_0x1f6609=null;try{[_0x1f6609,_0x565c28]=_0x46888c?_0x5a6d95[_0x45467d(0x2a5)](parseWSEndpoint,_0x46888c):[null,null],global[_0x45467d(0x275)]=_0x565c28,_0x1f6609['includes'](_0x5a6d95['ilfVc'])&&(global[_0x45467d(0x2d7)]=_0x5a6d95[_0x45467d(0x2dd)]);}catch(_0x5748a4){logger['debug'](_0x45467d(0x23d)+_0x46888c+'\x20'+_0x5748a4);}_0x5a6d95[_0x45467d(0x236)](processAccessibilityCaps,_0x565c28,_0x1f6609);if(global[_0x45467d(0x228)]){const _0x22c08d=await _0x760b11[_0x45467d(0x291)][_0x45467d(0x26d)](this,[''+Constants[_0x45467d(0x2ac)]+_0x5a6d95[_0x45467d(0x2a5)](encodeURIComponent,JSON[_0x45467d(0x276)](_0x565c28))]);return PlaywrightSessionDetails[_0x45467d(0x247)](_0x22c08d,_0x27b8cd,_0x46888c),_0x22c08d;}return _0x4403e5['apply'](this,arguments)[_0x45467d(0x2cb)](_0x408e76=>{const _0x3d3971=_0x45467d;let _0xa6be0d=_0x40b6a2[_0x3d3971(0x2b8)];return _0x4291ba['dApbc'](typeof _0x40b6a2,_0x4291ba[_0x3d3971(0x29c)])&&(_0xa6be0d=_0x40b6a2),PlaywrightSessionDetails[_0x3d3971(0x247)](_0x408e76,_0x27b8cd,_0xa6be0d),_0x408e76;});};}});const _0x4ab07d=_0x760b11[_0x22b8f1(0x23a)];Object[_0x22b8f1(0x2c7)](_0x760b11,_0x5a6d95[_0x22b8f1(0x27d)],{'get':function(){return async function _0x46aa89(){const _0x1f1397=a4_0x1e84;return _0x4ab07d['apply'](this,arguments)[_0x1f1397(0x2cb)](_0x2d0bb3=>{return PlaywrightSessionDetails['setupBrowserDetails'](_0x2d0bb3,null),_0x2d0bb3;});};}});};class O11yHelper{['currentTest']=null;['currentHook']=null;[a4_0x26c2d7(0x28e)]=![];[a4_0x26c2d7(0x20d)]=![];constructor(_0x5537ae,_0x2a4517){const _0x462d64=a4_0x26c2d7,_0x1e6a61={'MfuCB':'3|2|5|0|1|4','ZTCDv':function(_0xbbc66b){return _0xbbc66b();},'kmndH':function(_0xd557e1,_0x46eff5){return _0xd557e1===_0x46eff5;},'KrKNP':_0x462d64(0x28d),'lULlr':function(_0x2d28b7,_0x106f70){return _0x2d28b7(_0x106f70);}},_0xe141e9=_0x1e6a61[_0x462d64(0x2cf)][_0x462d64(0x268)]('|');let _0x3ccef5=0x0;while(!![]){switch(_0xe141e9[_0x3ccef5++]){case'0':this[_0x462d64(0x281)]=_0x1e6a61[_0x462d64(0x2d9)](getTestEnv);continue;case'1':this[_0x462d64(0x2ca)]=new testOpsHelper[(_0x462d64(0x2e1))]({'cwd':process[_0x462d64(0x215)]()},this['_testEnv']['location_prefix']);continue;case'2':this[_0x462d64(0x20d)]=_0x2a4517[_0x462d64(0x20d)];continue;case'3':this[_0x462d64(0x28e)]=_0x1e6a61['ZTCDv'](shouldProcessEventForTesthub);continue;case'4':this[_0x462d64(0x2b9)]&&_0x1e6a61[_0x462d64(0x2a3)](this[_0x462d64(0x2b9)][_0x462d64(0x23c)]['name'],_0x1e6a61[_0x462d64(0x214)])&&_0x1e6a61['lULlr'](mockPWBrowserType,null);continue;case'5':this[_0x462d64(0x2b9)]=_0x5537ae;continue;}break;}}[a4_0x26c2d7(0x213)](){const _0x3fee93=a4_0x26c2d7;if(!this[_0x3fee93(0x28e)])return;testOpsHelper[_0x3fee93(0x24d)](),process['removeAllListeners'](_0x3fee93(0x2de)+process[_0x3fee93(0x22b)]),process['on'](_0x3fee93(0x2de)+process[_0x3fee93(0x22b)],this[_0x3fee93(0x2da)][_0x3fee93(0x2be)](this));}async[a4_0x26c2d7(0x216)](){const _0x23bd5e=a4_0x26c2d7;await RequestQueueHandler['getInstance']()[_0x23bd5e(0x225)]();}async[a4_0x26c2d7(0x2da)](_0x3d554d){const _0x53c54a=a4_0x26c2d7,_0x535034={'yNfAL':_0x53c54a(0x2b5),'LossH':function(_0x3a64e5,_0x4e3a3b){return _0x3a64e5(_0x4e3a3b);}};try{this[_0x53c54a(0x20c)]&&!this['currentHook'][_0x53c54a(0x269)]&&(_0x3d554d[_0x53c54a(0x263)]=this[_0x53c54a(0x20c)][_0x53c54a(0x23f)]);!_0x3d554d[_0x53c54a(0x263)]&&this[_0x53c54a(0x2c9)]&&!this[_0x53c54a(0x2c9)][_0x53c54a(0x269)]&&(_0x3d554d[_0x53c54a(0x29b)]=this[_0x53c54a(0x2c9)][_0x53c54a(0x25d)]);if(_0x3d554d[_0x53c54a(0x263)]||_0x3d554d[_0x53c54a(0x29b)]){const _0xbf0d98={};_0xbf0d98[_0x53c54a(0x273)]=_0x535034['yNfAL'],_0xbf0d98['logs']=[_0x3d554d],await SessionHandler[_0x53c54a(0x2e2)](_0xbf0d98);}}catch(_0x18a66f){_0x535034['LossH'](debug,'Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20'+_0x18a66f);}}async[a4_0x26c2d7(0x204)](_0x3b5a3c){const _0x43c35f=a4_0x26c2d7,_0x333651={'sSBMj':'CBTSessionCreated','rgZqF':function(_0x559ad1,_0x389f61){return _0x559ad1(_0x389f61);}};if(!this[_0x43c35f(0x28e)])return;const _0x3d723d=this[_0x43c35f(0x26b)](this[_0x43c35f(0x2b9)]);try{const _0x283027={};_0x283027[_0x43c35f(0x27b)]=_0x3b5a3c,_0x283027['integrations']=_0x3d723d;const _0x595ee0=_0x283027,_0x125169={};_0x125169['event_type']=_0x333651[_0x43c35f(0x20b)],_0x125169[_0x43c35f(0x1fb)]=_0x595ee0,await SessionHandler['uploadEventData'](_0x125169);}catch(_0x1de0ae){_0x333651[_0x43c35f(0x2c4)](debug,_0x43c35f(0x23e)+_0x1de0ae);}}[a4_0x26c2d7(0x26b)](_0x415657){const _0x1fb54c={'ZBbtz':function(_0x1ce52a,_0x569ba){return _0x1ce52a(_0x569ba);}};return _0x1fb54c['ZBbtz'](fetchPlatformDetails,_0x415657);}[a4_0x26c2d7(0x283)]=_0x1a04e2=>{const _0x1bc343=a4_0x26c2d7,_0x39d45c={};_0x39d45c[_0x1bc343(0x208)]='_beforeEach',_0x39d45c[_0x1bc343(0x290)]=_0x1bc343(0x2bc);const _0x212be4=_0x39d45c;if(!_0x1a04e2||!_0x1a04e2[_0x1bc343(0x2a4)])return;[_0x212be4[_0x1bc343(0x208)],_0x212be4['rnrVt']]['forEach'](_0x3a6ae5=>{const _0x2f252a=_0x1bc343,_0x45d5af=_0x1a04e2[_0x2f252a(0x2a4)][_0x3a6ae5];_0x45d5af[_0x2f252a(0x1f9)](_0x382ee1=>{const _0x357e53=_0x2f252a;_0x382ee1[_0x357e53(0x23f)]&&(_0x382ee1[_0x357e53(0x23f)]=null);});});};[a4_0x26c2d7(0x2b6)](_0x3bb7eb){const _0x35443e=a4_0x26c2d7,_0x513d7e={'fLRAc':_0x35443e(0x2b3),'wtEkJ':function(_0x26d126){return _0x26d126();},'hxXJj':function(_0x108456,_0x483f89){return _0x108456===_0x483f89;},'qZKZQ':'_afterEach','zygdg':_0x35443e(0x29e),'BYMpH':_0x35443e(0x27e),'AESkt':_0x35443e(0x237)};if(!_0x3bb7eb||!_0x3bb7eb[_0x35443e(0x2a4)])return;[_0x513d7e[_0x35443e(0x21d)],_0x513d7e[_0x35443e(0x2ad)],_0x513d7e[_0x35443e(0x28a)],_0x513d7e[_0x35443e(0x1f7)]][_0x35443e(0x1f9)](_0x532bfe=>{const _0x59203b=_0x35443e,_0x559bf9={'waAfV':_0x513d7e[_0x59203b(0x248)],'qzhuA':function(_0x3c7be1){return _0x513d7e['wtEkJ'](_0x3c7be1);},'IAGPs':function(_0x537f8c,_0x29ccec){const _0x24778b=_0x59203b;return _0x513d7e[_0x24778b(0x2d2)](_0x537f8c,_0x29ccec);},'SzKse':_0x513d7e[_0x59203b(0x1f7)],'RDNEW':function(_0xa58c67){return _0x513d7e['wtEkJ'](_0xa58c67);}},_0x37a847=_0x3bb7eb['parent'][_0x532bfe]||[];_0x37a847[_0x59203b(0x1f9)](_0x2abddc=>{const _0x44f7fa=_0x59203b;if(_0x2abddc[_0x44f7fa(0x289)][_0x44f7fa(0x277)](_0x559bf9[_0x44f7fa(0x1fe)]))return;if(!_0x2abddc['hookAnalyticsId'])_0x2abddc[_0x44f7fa(0x23f)]=_0x559bf9['qzhuA'](uuidv4);else _0x2abddc[_0x44f7fa(0x269)]&&_0x559bf9[_0x44f7fa(0x235)](_0x532bfe,_0x559bf9[_0x44f7fa(0x2d0)])&&(_0x2abddc[_0x44f7fa(0x23f)]=_0x559bf9[_0x44f7fa(0x287)](uuidv4),delete _0x2abddc[_0x44f7fa(0x269)]);});}),this[_0x35443e(0x2b6)](_0x3bb7eb[_0x35443e(0x2a4)]);}[a4_0x26c2d7(0x278)](_0x4a02c1){const _0x30576a=a4_0x26c2d7,_0x5d65fd={};_0x5d65fd[_0x30576a(0x261)]='_beforeAll',_0x5d65fd[_0x30576a(0x2d6)]=_0x30576a(0x27e),_0x5d65fd[_0x30576a(0x2d5)]='_beforeEach',_0x5d65fd[_0x30576a(0x2e7)]=_0x30576a(0x2bc);const _0x5829d9=_0x5d65fd;if(!_0x4a02c1||!_0x4a02c1[_0x30576a(0x2a4)])return[];const _0x38cf4b=[];return[_0x5829d9['TCPve'],_0x5829d9['pgkVC'],_0x5829d9[_0x30576a(0x2d5)],_0x5829d9[_0x30576a(0x2e7)]][_0x30576a(0x1f9)](_0x40b23a=>{const _0x48018b=_0x30576a,_0x2da247=_0x4a02c1[_0x48018b(0x2a4)][_0x40b23a]||[];_0x2da247[_0x48018b(0x1f9)](_0x2b5ceb=>{const _0x5c27fd=_0x48018b;_0x2b5ceb[_0x5c27fd(0x23f)]&&_0x38cf4b['push'](_0x2b5ceb[_0x5c27fd(0x23f)]);});}),[][_0x30576a(0x286)](_0x38cf4b,this[_0x30576a(0x278)](_0x4a02c1[_0x30576a(0x2a4)]));}[a4_0x26c2d7(0x23b)](_0x641fa7){const _0x948d26=a4_0x26c2d7,_0x227f53=/^"(?<hook>.*)" hook:.*$/,_0x2e9ab7=_0x641fa7[_0x948d26(0x289)],_0x981fc4=_0x2e9ab7[_0x948d26(0x24c)](_0x227f53);if(_0x981fc4&&_0x981fc4[_0x948d26(0x2d8)])return _0x981fc4[_0x948d26(0x2d8)][_0x948d26(0x29d)][_0x948d26(0x251)]()[_0x948d26(0x26a)]('\x20','_');return null;}[a4_0x26c2d7(0x28f)](_0x42a01e){const _0x7a6eaf=a4_0x26c2d7,_0x243383={};_0x243383[_0x7a6eaf(0x279)]=function(_0x30a5ae,_0x2a021a){return _0x30a5ae===_0x2a021a;},_0x243383['HIvfC']=function(_0x51e920,_0x12c13b){return _0x51e920===_0x12c13b;},_0x243383[_0x7a6eaf(0x2db)]=function(_0x20e63c,_0x50ae3c){return _0x20e63c===_0x50ae3c;},_0x243383[_0x7a6eaf(0x24a)]=function(_0x34224d,_0x2a7d10){return _0x34224d===_0x2a7d10;},_0x243383[_0x7a6eaf(0x2af)]=_0x7a6eaf(0x26e),_0x243383['oALmu']=_0x7a6eaf(0x1fa);const _0x1ac2a8=_0x243383,_0x25d126=path['sep'];if(_0x1ac2a8[_0x7a6eaf(0x279)](_0x42a01e,null)||_0x1ac2a8['HIvfC'](_0x42a01e,'')||_0x1ac2a8[_0x7a6eaf(0x2db)](_0x42a01e,_0x25d126)||_0x1ac2a8[_0x7a6eaf(0x24a)](_0x42a01e,path[_0x7a6eaf(0x2e3)](_0x42a01e)))return null;try{return fs[_0x7a6eaf(0x21b)](path['join'](_0x42a01e,_0x1ac2a8[_0x7a6eaf(0x2af)],_0x1ac2a8[_0x7a6eaf(0x201)])),_0x42a01e;}catch(_0x41a3ba){const _0x2f976f=path['dirname'](_0x42a01e);return this[_0x7a6eaf(0x28f)](_0x2f976f);}}[a4_0x26c2d7(0x2ce)](_0x226bfa){const _0x21032a=a4_0x26c2d7,_0x2040b2={};_0x2040b2['nhnyG']=function(_0xc081a0,_0x27c1b8){return _0xc081a0>_0x27c1b8;};const _0x3eb2bf=_0x2040b2;if(_0x226bfa[_0x21032a(0x20f)])return _0x226bfa['file'];if(_0x226bfa['ctx']){const _0xcc9da9=_0x226bfa['ctx'][_0x21032a(0x2c9)]?this['getRootParentFile'](_0x226bfa[_0x21032a(0x2e4)][_0x21032a(0x2c9)]):null;if(_0xcc9da9)return _0xcc9da9;}if(_0x226bfa[_0x21032a(0x2a4)]){const _0x2db688=this[_0x21032a(0x2ce)](_0x226bfa[_0x21032a(0x2a4)])||(_0x226bfa[_0x21032a(0x2a4)]['ctx']&&_0x226bfa[_0x21032a(0x2a4)][_0x21032a(0x2e4)][_0x21032a(0x2c9)]?this[_0x21032a(0x2ce)](_0x226bfa['parent'][_0x21032a(0x2e4)][_0x21032a(0x2c9)]):null);if(_0x2db688)return _0x2db688;_0x226bfa[_0x21032a(0x2a4)][_0x21032a(0x29f)]&&_0x3eb2bf[_0x21032a(0x1ff)](_0x226bfa[_0x21032a(0x2a4)][_0x21032a(0x29f)][_0x21032a(0x242)],0x0)&&_0x226bfa[_0x21032a(0x2a4)][_0x21032a(0x29f)][_0x21032a(0x1f9)](_0x32534b=>{const _0x2a3d40=_0x21032a,_0x259b29=_0x32534b[_0x2a3d40(0x2e4)]?this[_0x2a3d40(0x2ce)](_0x32534b[_0x2a3d40(0x2e4)]):null;if(_0x259b29)return _0x259b29;});}return null;}[a4_0x26c2d7(0x258)](_0x19c7d9){const _0x412db1=a4_0x26c2d7,_0x37ef8d={};_0x37ef8d['TzUPD']=function(_0x17a4ef,_0x38480b){return _0x17a4ef!==_0x38480b;};const _0x258819=_0x37ef8d,_0x29dee4=[];if(_0x19c7d9&&_0x19c7d9['parent']){let _0x4e09c1=_0x19c7d9['parent'];while(_0x4e09c1&&_0x258819[_0x412db1(0x25c)](_0x4e09c1[_0x412db1(0x289)],'')){_0x29dee4[_0x412db1(0x255)](_0x4e09c1['title']),_0x4e09c1=_0x4e09c1[_0x412db1(0x2a4)];}}return _0x29dee4;}['captureEvent'](_0x5bb400,_0x57b7bc,_0x5ae89d=undefined){const _0x642102=a4_0x26c2d7,_0x1192c3={'sHzKk':function(_0x43cb1c,_0x330896){return _0x43cb1c(_0x330896);},'jEmfz':function(_0xc344a7){return _0xc344a7();},'RsIAs':function(_0x407117){return _0x407117();},'bUoVw':function(_0x1223bc){return _0x1223bc();},'kKYph':function(_0x104a5c,_0x1105a5){return _0x104a5c(_0x1105a5);},'BNIjN':'util','gELXm':_0x642102(0x243),'YUKYh':function(_0x4f9536,_0x4ee6e9){return _0x4f9536!==_0x4ee6e9;},'LfFYe':_0x642102(0x2bd),'LmcQf':_0x642102(0x2bf),'RUpSO':_0x642102(0x25b),'OsawU':_0x642102(0x26c),'OMgZj':_0x642102(0x210),'wLHfP':'javascript','ogUAj':function(_0x1518e6,_0x46515f){return _0x1518e6-_0x46515f;},'efteq':function(_0x43ca75,_0x52109e,_0x30d8b9,_0xa6a564,_0x127d59){return _0x43ca75(_0x52109e,_0x30d8b9,_0xa6a564,_0x127d59);},'PPvCt':function(_0x49219e,_0x2fef02){return _0x49219e!==_0x2fef02;},'gsZAN':'integrations','qjwCx':_0x642102(0x299),'wmmKY':_0x642102(0x2a7),'NMlBz':_0x642102(0x297),'eUgdC':_0x642102(0x203),'cclgH':'failure_reason_expanded','EYozE':_0x642102(0x1f3),'MhNyu':function(_0x4aae0d,_0x5f7e24){return _0x4aae0d===_0x5f7e24;},'AyWOG':_0x642102(0x22a),'qAMfz':_0x642102(0x1fb)};if(!this[_0x642102(0x28e)])return;try{if(_0x57b7bc['fn']&&_0x57b7bc['fn'][_0x642102(0x2c6)]()[_0x642102(0x24c)](/browserstack internal helper hook/))return;const _0x13d861=_0x1192c3[_0x642102(0x238)](parseEvent,_0x5bb400);if(!_0x13d861)return;if(_0x13d861[_0x642102(0x22e)]){this[_0x642102(0x2c9)]=_0x57b7bc,this[_0x642102(0x20c)]=null;if(_0x13d861[_0x642102(0x231)]||_0x13d861['skipped']){_0x57b7bc[_0x642102(0x252)]=new Date(),_0x57b7bc[_0x642102(0x269)]=![];if(!_0x57b7bc[_0x642102(0x25d)])_0x57b7bc[_0x642102(0x25d)]=_0x1192c3[_0x642102(0x246)](uuidv4);else _0x57b7bc['markedStatus']&&(!_0x57b7bc[_0x642102(0x224)]&&(_0x57b7bc[_0x642102(0x224)]=_0x57b7bc[_0x642102(0x25d)]),_0x57b7bc['testAnalyticsId']=_0x1192c3['RsIAs'](uuidv4));}}else{if(_0x13d861[_0x642102(0x29d)]){this['currentHook']=_0x57b7bc;if(_0x13d861[_0x642102(0x231)]){_0x57b7bc['startedAt']=new Date(),_0x57b7bc[_0x642102(0x269)]=![];if(!_0x57b7bc[_0x642102(0x23f)])_0x57b7bc[_0x642102(0x23f)]=_0x1192c3[_0x642102(0x260)](uuidv4);else _0x57b7bc[_0x642102(0x23f)]&&_0x57b7bc[_0x642102(0x269)]&&(_0x57b7bc[_0x642102(0x23f)]=_0x1192c3[_0x642102(0x260)](uuidv4));}}}if(_0x13d861[_0x642102(0x2d4)]&&_0x57b7bc[_0x642102(0x269)])return;let _0x489197;try{_0x489197=this[_0x642102(0x2ce)](_0x57b7bc);}catch(_0x37a6ac){logger[_0x642102(0x29a)](_0x642102(0x2d3)+_0x37a6ac),_0x489197=null;}const _0x451ef9=_0x1192c3['kKYph'](require,_0x1192c3['BNIjN']);let _0x166446=[];_0x5ae89d&&(_0x166446=[_0x5ae89d,_0x1192c3['gELXm']]);const _0x2be568=_0x1192c3[_0x642102(0x256)](_0x57b7bc[_0x642102(0x240)],undefined)?_0x451ef9[_0x642102(0x21a)](_0x57b7bc['errorsDetailed'][0x0]):_0x1192c3[_0x642102(0x256)](_0x5ae89d,undefined)?_0x5ae89d['toString']():undefined,_0x1317ca=_0x489197?this['findGitConfig'](_0x489197):null,_0x993842=_0x489197?this[_0x642102(0x2ca)][_0x642102(0x229)](this[_0x642102(0x2ce)](_0x57b7bc)):_0x1192c3[_0x642102(0x266)];let _0x588de0=_0x1192c3[_0x642102(0x272)];const _0x50de2a=!_0x13d861[_0x642102(0x231)]?new Date()[_0x642102(0x1f5)]():null;if(_0x13d861[_0x642102(0x2d4)])_0x588de0=_0x5ae89d?_0x1192c3[_0x642102(0x2a8)]:_0x1192c3[_0x642102(0x267)],_0x57b7bc['markedStatus']=!![];else _0x13d861[_0x642102(0x210)]&&(_0x588de0=_0x1192c3['OMgZj'],_0x57b7bc['markedStatus']=!![]);const _0x43ff15={'framework':this[_0x642102(0x20d)],'uuid':_0x57b7bc['testAnalyticsId']||_0x57b7bc[_0x642102(0x23f)],'name':_0x57b7bc[_0x642102(0x289)],'body':{'lang':_0x1192c3[_0x642102(0x220)],'code':_0x57b7bc[_0x642102(0x222)][_0x642102(0x2c6)]()},'type':_0x57b7bc[_0x642102(0x241)],'scope':_0x57b7bc['fullTitle'](),'scopes':this[_0x642102(0x258)](_0x57b7bc),'file_name':_0x993842,'vc_filepath':_0x1317ca?path[_0x642102(0x2ae)](_0x1317ca,_0x489197):null,'location':_0x993842,'result':_0x588de0,'failure_reason':_0x2be568,'duration_in_ms':_0x57b7bc[_0x642102(0x25a)]||(_0x13d861[_0x642102(0x2d4)]||_0x13d861[_0x642102(0x210)])?_0x1192c3[_0x642102(0x293)](Date[_0x642102(0x2c2)](),new Date(_0x57b7bc['startedAt'])['getTime']()):null,'started_at':new Date(_0x57b7bc[_0x642102(0x252)])[_0x642102(0x1f5)](),'finished_at':_0x50de2a,'failure':testOpsHelper['failureData'][_0x642102(0x26d)](null,_0x166446),'failure_type':!_0x2be568?null:testOpsHelper[_0x642102(0x2d1)](_0x2be568),'retry_of':_0x57b7bc[_0x642102(0x224)]||null,'tags':_0x57b7bc[_0x642102(0x232)]||[],'customRerunParam':{'rerun_name':_0x57b7bc['fullTitle']()}};_0x1192c3[_0x642102(0x282)](appendTesthubParams,_0x43ff15,_0x5bb400,_0x57b7bc,FRAMEWORKS[_0x642102(0x21c)]);if(_0x13d861[_0x642102(0x29d)])[_0x43ff15['hook_type'],_0x43ff15[_0x642102(0x262)]]=[this[_0x642102(0x23b)](_0x57b7bc),_0x57b7bc['ctx'][_0x642102(0x22e)][_0x642102(0x289)]],_0x13d861[_0x642102(0x2d4)]?_0x1192c3[_0x642102(0x223)](_0x43ff15[_0x642102(0x254)],_0x1192c3[_0x642102(0x2a8)])&&(_0x43ff15[_0x642102(0x254)]=_0x1192c3[_0x642102(0x267)]):_0x43ff15[_0x642102(0x222)]={};else _0x13d861[_0x642102(0x22e)]&&(this[_0x642102(0x2b6)](_0x57b7bc),_0x13d861[_0x642102(0x210)]&&this[_0x642102(0x283)](_0x57b7bc),(_0x13d861['finished']||_0x13d861[_0x642102(0x210)])&&(_0x43ff15[_0x642102(0x2ab)]=this['getHooksForTest'](_0x57b7bc)));this[_0x642102(0x2b9)]&&(_0x13d861[_0x642102(0x231)]||_0x13d861['skipped'])&&(_0x43ff15[_0x1192c3[_0x642102(0x2ea)]]=this[_0x642102(0x26b)](this[_0x642102(0x2b9)]));_0x13d861[_0x642102(0x22e)]&&_0x13d861[_0x642102(0x2d4)]&&_0x57b7bc[_0x642102(0x26f)]&&(_0x43ff15[_0x1192c3[_0x642102(0x257)]]={'feature':{'name':_0x57b7bc[_0x642102(0x2a4)]['feature'][_0x642102(0x262)],'path':_0x43ff15[_0x642102(0x27f)],'description':_0x57b7bc['parent']['comment']},'scenario':{'name':_0x57b7bc[_0x642102(0x289)]},'steps':_0x57b7bc[_0x642102(0x26f)]});const _0x3aa4f4=_0x43ff15[_0x1192c3['wmmKY']][0x0];_0x3aa4f4&&(_0x43ff15[_0x1192c3[_0x642102(0x274)]]=_0x3aa4f4[_0x1192c3[_0x642102(0x20a)]],_0x43ff15[_0x1192c3[_0x642102(0x264)]]=_0x3aa4f4[_0x1192c3['EYozE']]);if(_0x57b7bc[_0x642102(0x26f)])for(const _0x31499f of _0x57b7bc['bddSteps']){!_0x31499f[_0x642102(0x211)]&&(_0x31499f[_0x642102(0x211)]=new Date()[_0x642102(0x1f5)](),_0x1192c3[_0x642102(0x2cc)](_0x31499f[_0x642102(0x254)],_0x1192c3[_0x642102(0x272)])&&(_0x3aa4f4?(_0x31499f['result']=_0x1192c3[_0x642102(0x2a8)],_0x31499f[_0x642102(0x2a7)]=_0x3aa4f4[_0x1192c3[_0x642102(0x20a)]][0x0]):_0x31499f['result']=_0x1192c3[_0x642102(0x267)]));}const _0x219b4e={};_0x219b4e[_0x642102(0x273)]=_0x13d861['skipped']?TEST_EVENTS[_0x642102(0x294)]:_0x5bb400;const _0x488f3a=_0x219b4e;return _0x13d861[_0x642102(0x29d)]?_0x488f3a[_0x1192c3[_0x642102(0x24e)]]=_0x43ff15:_0x488f3a[_0x1192c3[_0x642102(0x2a6)]]=_0x43ff15,_0x488f3a;}catch(_0x5d8756){logger[_0x642102(0x29a)](_0x642102(0x298)+_0x5bb400+'\x20with\x20error\x20:\x20'+_0x5d8756);}}async[a4_0x26c2d7(0x24b)](_0x500987,_0x43a37b){const _0xd781f1=a4_0x26c2d7;if(!this[_0xd781f1(0x28e)]||!_0x43a37b||!_0x500987)return![];try{return await SessionHandler[_0xd781f1(0x2e2)](_0x43a37b);}catch(_0x899a19){logger[_0xd781f1(0x29a)](_0xd781f1(0x1f8)+_0x500987+_0xd781f1(0x295)+_0x899a19);}}[a4_0x26c2d7(0x2c0)](_0x19b043){const _0x4830a7=a4_0x26c2d7,_0x253a44={};_0x253a44[_0x4830a7(0x25e)]=_0x4830a7(0x2bf);const _0x1fdb56=_0x253a44;return{'id':_0x19b043['stepAnalyticsId'],'text':_0x19b043['text'],'keyword':_0x19b043['keyword'],'started_at':_0x19b043[_0x4830a7(0x252)][_0x4830a7(0x1f5)](),'result':_0x1fdb56['qgRbk']};}['bddStepStart'](_0x37a12c){const _0x5b4cc7=a4_0x26c2d7,_0x5d7903={'Chndy':function(_0x429a32){return _0x429a32();}};!this[_0x5b4cc7(0x2c9)]['bddSteps']&&(this[_0x5b4cc7(0x2c9)][_0x5b4cc7(0x26f)]=[]),!_0x37a12c[_0x5b4cc7(0x245)]&&(_0x37a12c[_0x5b4cc7(0x245)]=_0x5d7903['Chndy'](uuidv4),_0x37a12c['startedAt']=new Date(),this[_0x5b4cc7(0x2c9)][_0x5b4cc7(0x26f)][_0x5b4cc7(0x255)](this[_0x5b4cc7(0x2c0)](_0x37a12c)));}['bddStepFinish'](_0x4a7f3c){const _0x94ceb9=a4_0x26c2d7,_0x119c11={'xKgQx':function(_0x4537ed,_0x157769){return _0x4537ed(_0x157769);},'gmwpc':_0x94ceb9(0x285),'NKbpI':'pending','OVMXB':_0x94ceb9(0x26c),'qCXOE':function(_0x322737,_0x2e38b1){return _0x322737-_0x2e38b1;}};let _0x1e69f9=this[_0x94ceb9(0x2c9)][_0x94ceb9(0x26f)]['find'](_0x4a996e=>_0x4a996e['id']===_0x4a7f3c[_0x94ceb9(0x245)]);_0x119c11[_0x94ceb9(0x227)](isUndefined,_0x1e69f9)&&(_0x1e69f9=this[_0x94ceb9(0x2c0)](_0x4a7f3c)),_0x1e69f9[_0x94ceb9(0x254)]=[_0x119c11[_0x94ceb9(0x239)],_0x119c11[_0x94ceb9(0x217)]][_0x94ceb9(0x277)](_0x4a7f3c[_0x94ceb9(0x218)])?_0x119c11[_0x94ceb9(0x22c)]:_0x4a7f3c[_0x94ceb9(0x218)],_0x1e69f9[_0x94ceb9(0x211)]=new Date()['toISOString'](),_0x1e69f9[_0x94ceb9(0x25a)]=_0x119c11[_0x94ceb9(0x2a1)](Date['now'](),_0x4a7f3c[_0x94ceb9(0x252)]['getTime']()),_0x1e69f9['failure']=_0x4a7f3c[_0x94ceb9(0x243)]?_0x4a7f3c[_0x94ceb9(0x243)][_0x94ceb9(0x250)]:null;}}const a4_0x163544={};function a4_0x4369(){const _0x10f6d7=['initializeBddStep','../../helpers/test-observability/requestQueueHandler','now','odXNz','rgZqF','connect','toString','defineProperty','42ljyxxF','currentTest','_paths','then','MhNyu','41268ZMUrxd','getRootParentFile','MfuCB','SzKse','getFailureType','hxXJj','failed\x20to\x20get\x20root\x20parent\x20file\x20','finished','PUxHF','pgkVC','__cloud_provider___','groups','ZTCDv','appendTestItemLog','YTkBp','../../helpers/logger','ilfVc','bs:addLog:','../utils/constants','lib','PathHelper','uploadEventData','dirname','ctx','qWPul','../mocha/test-observability/mochaUtils','hqsNY','../playwright/accessibility-helper','wOEMm','gsZAN','22cIMUbN','309545ORPkcW','expanded','iKiaS','toISOString','../../helpers/test-observability/utils','qZKZQ','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','forEach','config','test_run','string','104VuojGZ','waAfV','nhnyG','../../helpers/test-observability/constants','oALmu','44331VrPWHw','backtrace','sendCBTInfo','obsBrowserTypeMockApplied','YbpXk','ccDyp','oMoMM','uXiiI','eUgdC','sSBMj','currentHook','frameworkName','BrowserType','file','skipped','finished_at','join','start','KrKNP','cwd','stop','NKbpI','status','120948OtKmaU','inspect','statSync','CODECEPT','zygdg','TestRunSkipped','../../helpers/test-observability/sessionHandler','wLHfP','TEST_EVENTS','body','PPvCt','retryOf','shutdown','HOOK_RUN_STARTED','xKgQx','accessibilityPlatform','prefixTestPath','hook_run','pid','OVMXB','winstonLogger','test','33PfsVWz','../playwright/sessionDetails','started','tags','vNFHe','TEST_RUN_STARTED','IAGPs','phjhg','_beforeEach','sHzKk','gmwpc','launch','getHookType','constructor','Failed\x20to\x20parse\x20wsendpoint\x20','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','hookAnalyticsId','errorsDetailed','type','length','err','fTbWN','stepAnalyticsId','jEmfz','setupBrowserDetails','fLRAc','emFfZ','LQPXr','fireEvent','match','patchConsoleLogger','AyWOG','O11yHelper','message','toUpperCase','startedAt','Not\x20able\x20to\x20import\x20Browser','result','push','YUKYh','qjwCx','getHierarchy','sxnVo','duration','failed','TzUPD','testAnalyticsId','qgRbk','path','bUoVw','TCPve','name','hook_run_uuid','cclgH','HookRunStarted','LfFYe','OsawU','split','markedStatus','replace','getCBTInfo','passed','apply','.git','bddSteps','prototype','../../helpers/testhub/utils.js','LmcQf','event_type','NMlBz','__platformCaps','stringify','includes','getHooksForTest','AzdWY','browserType.js','uuid','39570yDXtGw','GJOoj','_afterAll','file_name','2916036mMezLP','_testEnv','efteq','resetSkipTestHooks','689HJKCZY','success','concat','RDNEW','STATE_PASSED','title','AESkt','TestRunStarted','lKkNf','Playwright','enabled','findGitConfig','rnrVt','connectOverCDP','143332OWqYjR','ogUAj','TEST_RUN_FINISHED','\x20with\x20error\x20:\x20','exports','failure_backtrace','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','meta','debug','test_run_uuid','PZGuO','hook','_beforeAll','suites','kKemc','qCXOE','LqSKR','kmndH','parent','bfLOB','qAMfz','failure','RUpSO','browserstack','toLowerCase','hooks','PLAYWRIGHT_HUB_URL','BYMpH','relative','vlBVL','87nePGIN','OuLMu','UQzUo','codeceptjs','gerFM','LogCreated','mapTestHooks','TestRunFinished','wsEndpoint','driver','client','HOOK_RUN_FINISHED','_afterEach','File\x20path\x20could\x20not\x20be\x20found','bind','pending'];a4_0x4369=function(){return _0x10f6d7;};return a4_0x4369();}a4_0x163544[a4_0x26c2d7(0x24f)]=O11yHelper,a4_0x163544[a4_0x26c2d7(0x288)]=STATE_PASSED,a4_0x163544['STATE_FAILED']=STATE_FAILED,a4_0x163544[a4_0x26c2d7(0x221)]=TEST_EVENTS,module[a4_0x26c2d7(0x296)]=a4_0x163544;
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
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;
2
+ 'use strict';function a5_0x3f75(_0x743dc0,_0x1019af){const _0x6d1e53=a5_0x6d1e();return a5_0x3f75=function(_0x3f758b,_0x3a6fd4){_0x3f758b=_0x3f758b-0x89;let _0x379220=_0x6d1e53[_0x3f758b];return _0x379220;},a5_0x3f75(_0x743dc0,_0x1019af);}const a5_0x264156=a5_0x3f75;(function(_0x34b1b1,_0x59baac){const _0x41f555=a5_0x3f75,_0x2a0c56=_0x34b1b1();while(!![]){try{const _0x39be6b=-parseInt(_0x41f555(0xc7))/0x1*(parseInt(_0x41f555(0x99))/0x2)+-parseInt(_0x41f555(0xfc))/0x3+parseInt(_0x41f555(0xb2))/0x4*(-parseInt(_0x41f555(0x9c))/0x5)+parseInt(_0x41f555(0xd1))/0x6*(-parseInt(_0x41f555(0xf2))/0x7)+-parseInt(_0x41f555(0x100))/0x8*(-parseInt(_0x41f555(0xd7))/0x9)+parseInt(_0x41f555(0xc4))/0xa*(parseInt(_0x41f555(0xd4))/0xb)+parseInt(_0x41f555(0xc1))/0xc;if(_0x39be6b===_0x59baac)break;else _0x2a0c56['push'](_0x2a0c56['shift']());}catch(_0x1808f7){_0x2a0c56['push'](_0x2a0c56['shift']());}}}(a5_0x6d1e,0x9dd11));const fs=require('fs'),path=require(a5_0x264156(0x8e)),util=require(a5_0x264156(0x9e)),logger=require(a5_0x264156(0xed))['winstonLogger'],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a5_0x264156(0xfe)),utilities=require(a5_0x264156(0xc2)),constants=require(a5_0x264156(0x94)),{parallelCucumberRun}=require(a5_0x264156(0xe9)),TestHubHandler=require(a5_0x264156(0xb8)),testOpsHelper=require(a5_0x264156(0xf4)),chalk=require(a5_0x264156(0x8d));function a5_0x6d1e(){const _0x3696c7=['zZdpA','yAcpp','eVQOl','then','XlNLd','join','finalExecution','tmp','QzjdX','testContextOptions','scenarios','HWUJd','FRAMEWORKS','getHubUrl','\x20failed','592332YuMNPk','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','config','\x20passed','stepsFailed','CUCUMBER','../../helpers/testhub/testhubHandler','nwfjX','turboScaleUrl','mVAyZ','isUndefined','Removing\x20tmp\x20directory\x20created\x20for\x20reports','xILHu','splice','accessibilityOptions','19490484bFHPrD','../../helpers/utilities','green','10bbhWDT','PdDDq','push','116fnEKPt','cwd','red','bold','stepsPassed','errorMessage','cucumber','markSDKSetupComplete','KOOLN','iLSVE','30708xZOQBD','stringify','length','5647015SvCMtS','finally','skipSessionName','513qZzqty','TGTtM','env','stop','isBrowserstackInfra','debug','forEach','\x20skipped','getTCGConfigFilePaths','mergeOutputFiles','****\x20RESULTS\x20****','MwGIo','parallelsPerPlatform','cucumber-js','exports','getPlatformName','\x20ambiguous','\x20pending','../test-runner','wAKrQ','log','exitCode','../../helpers/logger','BROWSERSTACK_TEST_OBSERVABILITY_YML','MUSYw','Generating\x20consolidated\x20report...','proxySettings','1015sCFOgT','fAsge','../../helpers/test-observability/utils','unlinkSync','RXKUC','argv','\x20scenarios','eZwxZ','fdHXr','rmdirSync','790767SHwQWy','MHRIx','../../helpers/helper','error\x20removing\x20tcg\x20config\x20file','87056krEuFb','false','format','testObservability','handleApp','chalk','path','EApLt','\x20steps','scenariosFailed','eTmbq','createDir','../utils/constants','stepsPending','yellow','FEcSm','skipSessionStatus','13958kwJIyj','cJMNJ','stepsSkipped','10zessxe','aPEAZ','util','nJnXN','setupTCGAuth','cyan','stepsUndefined'];a5_0x6d1e=function(){return _0x3696c7;};return a5_0x6d1e();}function printCucumberStats(_0x41eb92){const _0x1a5fb4=a5_0x264156,_0x3480cc={};_0x3480cc[_0x1a5fb4(0x9d)]=function(_0x246d93,_0x3f5db3){return _0x246d93>_0x3f5db3;},_0x3480cc[_0x1a5fb4(0xa7)]=function(_0x1ba0e0,_0x1a9722){return _0x1ba0e0-_0x1a9722;},_0x3480cc[_0x1a5fb4(0xf6)]=function(_0x1a14d2,_0x18db99){return _0x1a14d2>_0x18db99;},_0x3480cc[_0x1a5fb4(0x92)]=function(_0x1bcca3,_0x4622ce){return _0x1bcca3>_0x4622ce;},_0x3480cc['eZwxZ']=function(_0x2c4ba0,_0x1a4102){return _0x2c4ba0>_0x1a4102;},_0x3480cc[_0x1a5fb4(0xa4)]=function(_0x125a62,_0x5a271d){return _0x125a62>_0x5a271d;},_0x3480cc['htFzO']=function(_0x312a1d,_0x1afb78){return _0x312a1d>_0x1afb78;},_0x3480cc[_0x1a5fb4(0xb9)]=function(_0x5bfb59,_0x226943){return _0x5bfb59>_0x226943;},_0x3480cc['fAsge']=function(_0x1a2c8f,_0x5bb71c){return _0x1a2c8f>_0x5bb71c;},_0x3480cc[_0x1a5fb4(0xa3)]=function(_0x5be8cc,_0x2a05c0){return _0x5be8cc>_0x2a05c0;},_0x3480cc['TGTtM']=function(_0x4c7cd8,_0xe5144e){return _0x4c7cd8+_0xe5144e;},_0x3480cc[_0x1a5fb4(0xc5)]=function(_0x314ecd,_0x4e1a81){return _0x314ecd+_0x4e1a81;},_0x3480cc['MwGIo']=function(_0xa87056,_0x28018a){return _0xa87056+_0x28018a;},_0x3480cc[_0x1a5fb4(0xea)]=function(_0x9a358e,_0x57515f){return _0x9a358e+_0x57515f;},_0x3480cc[_0x1a5fb4(0x9a)]=function(_0x449ba2,_0x5096a1){return _0x449ba2+_0x5096a1;},_0x3480cc[_0x1a5fb4(0xa5)]=function(_0x57a60a,_0x93e2d1){return _0x57a60a+_0x93e2d1;},_0x3480cc[_0x1a5fb4(0x9f)]=function(_0x37880c,_0x549b40){return _0x37880c===_0x549b40;},_0x3480cc[_0x1a5fb4(0xbb)]=_0x1a5fb4(0xe1);const _0x1f066d=_0x3480cc;let _0x23d7b9=0x0;if(_0x1f066d[_0x1a5fb4(0x9f)](_0x41eb92['length'],0x0))return _0x23d7b9;return console['log'](chalk[_0x1a5fb4(0xca)]['bgWhite'](_0x1f066d[_0x1a5fb4(0xbb)])),_0x41eb92[_0x1a5fb4(0xdd)](_0x571c14=>{const _0x1f5ec6=_0x1a5fb4,_0x526d4c=_0x571c14[0x0],_0x5826c2=_0x571c14[0x1];console['log']('\x0a'+chalk[_0x1f5ec6(0xca)][_0x1f5ec6(0x96)](''+helper[_0x1f5ec6(0xe6)](_0x526d4c)));const _0xfc1079=_0x5826c2[_0x1f5ec6(0xad)],_0x290ac6=_0x5826c2['steps'],_0xde0106=_0x5826c2[_0x1f5ec6(0x91)],_0x56c7b2=_0x5826c2[_0x1f5ec6(0xb6)],_0x2bc2cf=_0x5826c2[_0x1f5ec6(0xcb)],_0x22a6f2=_0x5826c2[_0x1f5ec6(0x9b)],_0x5c30d8=_0x5826c2[_0x1f5ec6(0x95)],_0x22a407=_0x5826c2[_0x1f5ec6(0xa2)],_0x445be4=_0x5826c2['stepsUnknown'],_0xf5927a=_0x5826c2['stepsAmbiguous'],_0x169e2c=_0x5826c2['processSuccess'];let _0x3333f6=_0xfc1079+_0x1f5ec6(0xf8);const _0x3e6fe1=_0x1f066d[_0x1f5ec6(0x9d)](_0x1f066d[_0x1f5ec6(0xa7)](_0xfc1079,_0xde0106),0x0)?_0x1f066d[_0x1f5ec6(0xa7)](_0xfc1079,_0xde0106):0x0;if(_0x1f066d[_0x1f5ec6(0x9d)](_0xde0106,0x0)&&_0x1f066d['RXKUC'](_0x3e6fe1,0x0))_0x3333f6+='\x20('+chalk['bold']['red'](_0xde0106+_0x1f5ec6(0xb1))+',\x20'+chalk['bold'][_0x1f5ec6(0xc3)](_0x3e6fe1+_0x1f5ec6(0xb5))+')';else(_0x1f066d['eTmbq'](_0xde0106,0x0)||_0x1f066d['eZwxZ'](_0x3e6fe1,0x0))&&(_0x3333f6+=_0x1f066d['yAcpp'](_0xde0106,0x0)?'\x20('+chalk[_0x1f5ec6(0xca)][_0x1f5ec6(0xc9)](_0xde0106+_0x1f5ec6(0xb1))+')':'\x20('+chalk['bold'][_0x1f5ec6(0xc3)](_0x3e6fe1+_0x1f5ec6(0xb5))+')');const _0x2ec8a1=_0x290ac6+_0x1f5ec6(0x90),_0xcb5b21=[];_0x1f066d[_0x1f5ec6(0x92)](_0xf5927a,0x0)&&_0xcb5b21[_0x1f5ec6(0xc6)](''+chalk[_0x1f5ec6(0xca)]['red'](_0xf5927a+_0x1f5ec6(0xe7)));_0x1f066d[_0x1f5ec6(0xf9)](_0x56c7b2,0x0)&&_0xcb5b21[_0x1f5ec6(0xc6)](''+chalk[_0x1f5ec6(0xca)][_0x1f5ec6(0xc9)](_0x56c7b2+_0x1f5ec6(0xb1)));_0x1f066d['htFzO'](_0x2bc2cf,0x0)&&_0xcb5b21[_0x1f5ec6(0xc6)](''+chalk[_0x1f5ec6(0xca)][_0x1f5ec6(0xc3)](_0x2bc2cf+_0x1f5ec6(0xb5)));_0x1f066d[_0x1f5ec6(0xb9)](_0x5c30d8,0x0)&&_0xcb5b21['push'](''+chalk[_0x1f5ec6(0xca)]['yellow'](_0x5c30d8+_0x1f5ec6(0xe8)));_0x1f066d[_0x1f5ec6(0xf9)](_0x22a6f2,0x0)&&_0xcb5b21[_0x1f5ec6(0xc6)](''+chalk[_0x1f5ec6(0xca)][_0x1f5ec6(0xa1)](_0x22a6f2+_0x1f5ec6(0xde)));_0x1f066d[_0x1f5ec6(0xf3)](_0x22a407,0x0)&&_0xcb5b21[_0x1f5ec6(0xc6)](''+chalk[_0x1f5ec6(0xca)][_0x1f5ec6(0x96)](_0x22a407+'\x20undefined'));_0x1f066d[_0x1f5ec6(0xa3)](_0x445be4,0x0)&&_0xcb5b21['push'](''+chalk[_0x1f5ec6(0xca)][_0x1f5ec6(0x96)](_0x445be4+_0x1f5ec6(0xde)));const _0x4c0b89=_0x1f066d[_0x1f5ec6(0xd8)](_0x1f066d[_0x1f5ec6(0xc5)](_0x1f066d[_0x1f5ec6(0xe2)](_0x2ec8a1,'('),_0xcb5b21[_0x1f5ec6(0xa8)](',\x20')),')');console[_0x1f5ec6(0xeb)](_0x1f066d['wAKrQ'](_0x1f066d[_0x1f5ec6(0x9a)](_0x1f066d[_0x1f5ec6(0xe2)](_0x1f066d[_0x1f5ec6(0xa5)]('\x0a',_0x3333f6),'\x0a'),_0x4c0b89),'\x0a')),_0x1f066d['nJnXN'](_0x169e2c,![])&&(_0x23d7b9=0x1);}),_0x23d7b9;}async function run(_0x1ea5e5,_0x2967e5){const _0x7c4bb7=a5_0x264156,_0x2fb984={'iLSVE':function(_0x5a5d1b,_0x3e9241){return _0x5a5d1b(_0x3e9241);},'xILHu':function(_0x56414f,_0x5e6ee5){return _0x56414f>_0x5e6ee5;},'wuFDE':_0x7c4bb7(0xf0),'MHRIx':_0x7c4bb7(0xbd),'fdHXr':_0x7c4bb7(0xcd),'kAzur':_0x7c4bb7(0xff),'MUSYw':_0x7c4bb7(0xe4),'FEcSm':_0x7c4bb7(0xaa),'EApLt':function(_0x552b8c,_0x610057){return _0x552b8c>_0x610057;},'YebNb':function(_0x2969e7,_0x3a9762){return _0x2969e7-_0x3a9762;},'KOOLN':function(_0x3fad19,_0x344812){return _0x3fad19>=_0x344812;},'xUWGO':function(_0x17fdad,_0x532eaa){return _0x17fdad!=_0x532eaa;},'HWUJd':_0x7c4bb7(0x89),'QzjdX':function(_0x18029e,_0x596631,_0x155496,_0x286585,_0x1ef2f5,_0x4b2c9a){return _0x18029e(_0x596631,_0x155496,_0x286585,_0x1ef2f5,_0x4b2c9a);}},_0x2285ca=new BrowserStackSetup(_0x1ea5e5,_0x2fb984[_0x7c4bb7(0xef)]);await _0x2285ca['initialize']();!helper[_0x7c4bb7(0xdb)]()&&await _0x2285ca[_0x7c4bb7(0xa0)]();await helper[_0x7c4bb7(0x8c)](_0x2285ca[_0x7c4bb7(0xb4)]);const _0x2edda4=helper['useW3C'](_0x2285ca[_0x7c4bb7(0xb4)]),_0x476082=helper['prepareCapabilities'](_0x2285ca[_0x7c4bb7(0xb4)],_0x2edda4,constants['FRAMEWORKS'][_0x7c4bb7(0xb7)]);if(!_0x2285ca['config'])return;const _0x235b66=_0x2285ca[_0x7c4bb7(0xb4)][_0x7c4bb7(0xe3)]||helper['getUserWorkerCount'](_0x1ea5e5,_0x2967e5,_0x2285ca[_0x7c4bb7(0xb4)],constants['FRAMEWORKS'][_0x7c4bb7(0xb7)])||0x1,_0x3017dc={'server':helper[_0x7c4bb7(0xb0)](_0x2285ca[_0x7c4bb7(0xb4)]),'proxySettings':_0x2285ca[_0x7c4bb7(0xb4)][_0x7c4bb7(0xf1)],'maxWorkers':_0x235b66,'browserStackLogLevel':_0x2285ca[_0x7c4bb7(0xb4)]['logLevel'],'skipSessionName':_0x2285ca[_0x7c4bb7(0xb4)]['testContextOptions'][_0x7c4bb7(0xd6)],'skipSessionStatus':_0x2285ca['config'][_0x7c4bb7(0xac)][_0x7c4bb7(0x98)],'turboScaleUrl':_0x2285ca[_0x7c4bb7(0xb4)][_0x7c4bb7(0xba)]},_0x437337=process[_0x7c4bb7(0xf7)],[_0x4fe61a,_0x18d966]=helper['parseFormatters'](_0x437337),_0x5b0edb=path[_0x7c4bb7(0xa8)](process[_0x7c4bb7(0xc8)](),_0x2fb984[_0x7c4bb7(0x97)]);if(_0x2fb984[_0x7c4bb7(0x8f)](_0x18d966[_0x7c4bb7(0xd3)],0x0)){helper[_0x7c4bb7(0x93)](_0x5b0edb);for(let _0x741a19=_0x2fb984['YebNb'](_0x4fe61a[_0x7c4bb7(0xd3)],0x1);_0x2fb984[_0x7c4bb7(0xcf)](_0x741a19,0x0);_0x741a19--){_0x437337[_0x7c4bb7(0xbf)](_0x4fe61a[_0x741a19],0x2);}}!helper[_0x7c4bb7(0xbc)](_0x2285ca[_0x7c4bb7(0xb4)][_0x7c4bb7(0xc0)])&&(process[_0x7c4bb7(0xd9)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x7c4bb7(0xd2)](_0x2285ca[_0x7c4bb7(0xb4)][_0x7c4bb7(0xc0)]));_0x2fb984['xUWGO'](_0x2285ca[_0x7c4bb7(0xb4)]['testObservability'],null)?process[_0x7c4bb7(0xd9)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x2285ca[_0x7c4bb7(0xb4)][_0x7c4bb7(0x8b)]:process[_0x7c4bb7(0xd9)][_0x7c4bb7(0xee)]=_0x2fb984[_0x7c4bb7(0xae)];const _0x47d57b=await TestHubHandler['launchBuild'](constants[_0x7c4bb7(0xaf)][_0x7c4bb7(0xb7)],_0x2285ca);helper[_0x7c4bb7(0xce)]();let _0x1bac75;_0x2fb984[_0x7c4bb7(0xab)](parallelCucumberRun,_0x476082,_0x3017dc,_0x2285ca['config'],_0x437337,_0x18d966)[_0x7c4bb7(0xa6)](async _0x1d31d5=>{const _0x2c5790=_0x7c4bb7;_0x1bac75=_0x1d31d5;const _0x2a3e03=_0x2fb984[_0x2c5790(0xd0)](printCucumberStats,_0x1d31d5);process[_0x2c5790(0xec)]=_0x2a3e03,_0x2fb984[_0x2c5790(0xbe)](_0x18d966[_0x2c5790(0xd3)],0x0)&&(logger[_0x2c5790(0xdc)](_0x2fb984['wuFDE']),helper[_0x2c5790(0xe0)](_0x5b0edb,_0x18d966),logger['debug'](_0x2fb984[_0x2c5790(0xfd)]),helper['removeDir'](_0x5b0edb));})[_0x7c4bb7(0xd5)](async()=>{const _0x3eeafe=_0x7c4bb7;_0x2285ca[_0x3eeafe(0xcc)]=helper['getErrorMessageFromResults'](_0x1bac75,_0x2fb984[_0x3eeafe(0xfa)]),testOpsHelper['printBuildLink']();try{await TestHubHandler[_0x3eeafe(0xda)]();}catch(_0x180b93){logger['debug'](_0x3eeafe(0xb3)+util[_0x3eeafe(0x8a)](_0x180b93));}try{const {browserstackFolderPath:_0x46fc35,tcgConfigPath:_0x5ee76d}=helper[_0x3eeafe(0xdf)]();fs[_0x3eeafe(0xf5)](_0x5ee76d),fs[_0x3eeafe(0xfb)](_0x46fc35);}catch(_0x17c0c9){logger[_0x3eeafe(0xdc)](_0x2fb984['kAzur'],_0x17c0c9);}await utilities[_0x3eeafe(0xa9)](_0x2285ca);});}module[a5_0x264156(0xe5)]=run;