browserstack-node-sdk 1.49.11 → 1.49.12
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.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a1_0x4fa239=a1_0xac79;(function(_0xa7086b,_0x539ba8){const _0x25ea8b=a1_0xac79,_0x87e97d=_0xa7086b();while(!![]){try{const _0x3badee=parseInt(_0x25ea8b(0x1d0))/0x1+parseInt(_0x25ea8b(0x1f2))/0x2+parseInt(_0x25ea8b(0x178))/0x3+parseInt(_0x25ea8b(0x19c))/0x4*(parseInt(_0x25ea8b(0xfc))/0x5)+parseInt(_0x25ea8b(0x1a0))/0x6*(parseInt(_0x25ea8b(0x187))/0x7)+-parseInt(_0x25ea8b(0x118))/0x8+-parseInt(_0x25ea8b(0x132))/0x9*(parseInt(_0x25ea8b(0x143))/0xa);if(_0x3badee===_0x539ba8)break;else _0x87e97d['push'](_0x87e97d['shift']());}catch(_0x3e36a1){_0x87e97d['push'](_0x87e97d['shift']());}}}(a1_0x46d2,0xc4499));function a1_0x46d2(){const _0x5e53cf=['class','webdriverio','captureEvent','getResults','step','SDK_PRE_TEST','ZJtfl','getSyncScript','pHioT','title','codeceptjs/lib/helper/WebDriver.js','bs:addLog:','_before','../../helpers/helper','bind','sExlN','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','TEST_RUN_SKIPPED','saveTestResults','pid','thTestRunUuid','event','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','../../helpers/globals.js','ZsKOI','bddStep-before','uDssZ','hook','bstackAllyScanning','accessibilityPlatform','start','YVYhh','SESSION_STATUS','SDK_PRE_INITIALIZE','env','step-comment','wpTun','../../helpers/request-spy','NbbHw','push','stringify','TestCafe','includes','dispatcher','codeceptjs/lib/helper/Playwright.js','from','TEST_LOG','saveScreenshot','exports','config','isArray','4782696LLuPMC','ZSdSn','bddStep-after','a11y_core_config','stopMonitoring','FrNIi','HOOK_RUN_FINISHED','setSessionName','restore','hook-passed','stack','SJNsz','SDK_POST_TEST','UdqnY','BROWSERSTACK_TESTHUB_UUID','4877131pqVQEm','enabled','getAccessibilityResults','nrFGd','uuMTC','test-skipped','rTfOY','ENV_VAR','iwLtk','thBuildUuid','uZZRh','apply','OswME','commandsToWrap','test-started','startsWith','sSsnt','browserstack_executor:\x20','Vrnej','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','base64','239332QliZPU','measureWrapper','string','exNjs','6vqIprC','Mzdws','PXhzS','MKqlV','pkHbP','performScan','test-passed','../../helpers/performance/constants','sQDBP','PERFORM_SCAN','Yzotl','emit','overwriteCommand','info','setGlobal','pages','Edhrw','PbKeR','ctx','TlPUu','WebDriver','chromium','nWxtg','nyXWG','browserstackTestName','Uvsto','initSaveScreenshot','test','status','SESSION_NAME','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','browserStackExecuteDriver','zgWuL','__driver','../../helpers/logger','OiLrv','SDK_POST_INITIALIZE','warn','currentTest','htnoa','cadME','GBMvB','ruxaR','skipSessionStatus','filter','mXjAu','action','GET_RESULTS_SUMMARY','673014tbLbJA','SDK_HOOK','SAVE_RESULTS','name','FRAMEWORK_DETAILS','codeceptjs','rbXsJ','args','all','eODaf','find','contexts','debug','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','codeceptjs/lib/utils.js','stop','add','version','skipped','fireEvent','iDqKy','patchSaveScreenshot','xWwES','WBhQH','util','end','lMTCU','afterTest','toString','ZaSvV','TEST_RUN_STARTED','started','startMonitoring','command','984828HWSpia','arguments','_setPage','GET_RESULTS','INFO','passed','CuPFU','hookType','Puppeteer','__skipSessionStatus','testFramework','screenshotOutputFolder','80urYofx','Failed\x20to\x20execute\x20_before:\x20','INoiT','--auto-open-devtools-for-tabs','browserContext','BROWSERSTACK_TESTHUB_JWT','../../bin/playwright/accessibility-helper','container','page','toISOString','TEST_SCREENSHOT','getAccessibilityResultsSummary','ApQbp','after','Playwright','NtlYU','TEST_RUN_FINISHED','browser','addRequestSpy','YPXGC','SYNC','RyCBw','codeceptjs/lib/index.js','slice','hook-failed','bddStep','Performing\x20scan\x20for\x20','YggXr','1282792lTruvB','call','../../helpers/testhub/constants.js','captureError','OabYR','wemGX','ptcSs','readFileSync','Dpsau','test-failed','cbrNL','TSicL','../../helpers/accessibility-automation/helper','EqEiQ','lmIJZ','executeScript','../../helpers/performance/performance-tester','SDK_TEST','./helper.js','helpers','__workerDetails','before','prototype','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','comment','ekkAe','449919JBrEeh','domForge','KlDYw','BS_A11Y_JWT','format','codeceptjs/lib/recorder.js','NvBmj','failed','url','getResultsSummary','../../helpers/accessibility-automation/scripts','../../bin/playwright/sessionDetails','nKvPW','constructor','aEIYk','dFDxt','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','690DEGrrU','sqlRY'];a1_0x46d2=function(){return _0x5e53cf;};return a1_0x46d2();}const fs=require('fs'),util=require(a1_0x4fa239(0x1e8)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x4fa239(0x152)),logger=require(a1_0x4fa239(0x1c2))['winstonLogger'],testOpsHelper=require('../../helpers/test-observability/utils'),requestSpy=require(a1_0x4fa239(0x16a)),PlaywrightSessionDetails=require(a1_0x4fa239(0x13d)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require('./o11yHelper'),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x4fa239(0x124)),AccessibilityHelper=require(a1_0x4fa239(0x102)),scripts=require(a1_0x4fa239(0x13c)),PerformanceTester=require(a1_0x4fa239(0x128)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x4fa239(0x1a7)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x4fa239(0x12a)),testHubConstants=require(a1_0x4fa239(0x11a)),globals=require(a1_0x4fa239(0x15c)),CodeceptJS=requireModule(a1_0x4fa239(0x112),a1_0x4fa239(0x1d5)),CodeceptUtils=requireModule(a1_0x4fa239(0x1de),a1_0x4fa239(0x1d5)),CodeceptWebDriver=requireModule(a1_0x4fa239(0x14f),a1_0x4fa239(0x1d5)),CodeceptRecorder=requireModule(a1_0x4fa239(0x137),a1_0x4fa239(0x1d5)),CodeceptPlaywright=requireModule(a1_0x4fa239(0x171),a1_0x4fa239(0x1d5)),playwrightMarkSessionStatus=(_0x4ddf96,_0x11e0db,_0x513561)=>{const _0x34634a=a1_0x4fa239,_0x591159={'lMTCU':'setSessionStatus','TlPUu':function(_0x4e0d69,_0x37dbd6){return _0x4e0d69(_0x37dbd6);}},_0x423c18={};_0x423c18[_0x34634a(0x1bc)]=_0x11e0db;const _0x401c56={};_0x401c56[_0x34634a(0x1ce)]=_0x591159[_0x34634a(0x1ea)],_0x401c56[_0x34634a(0x1f3)]=_0x423c18;const _0x3c796e=_0x401c56;return!_0x591159[_0x34634a(0x1b3)](isUndefined,_0x513561)&&(_0x3c796e['arguments']['reason']=JSON[_0x34634a(0x16d)](_0x513561)),_0x4ddf96[_0x34634a(0x127)](()=>{},'browserstack_executor:\x20'+JSON['stringify'](_0x3c796e));},o11ySync=PerformanceTester['measureWrapper'](PerformanceO11yEvents[a1_0x4fa239(0x110)],async _0x52fcb0=>{const _0x4e099d=a1_0x4fa239,_0x404dc7={};_0x404dc7['aEIYk']=function(_0x201421,_0x4537cf){return _0x201421===_0x4537cf;},_0x404dc7[_0x4e099d(0x185)]=_0x4e099d(0x10a);const _0x11d835=_0x404dc7;_0x11d835[_0x4e099d(0x140)](_0x52fcb0[_0x4e099d(0x13f)][_0x4e099d(0x1d3)],_0x11d835[_0x4e099d(0x185)])?await _0x52fcb0[_0x4e099d(0x127)](_0xd5a404=>{},testOpsHelper['getSyncScript']()):await _0x52fcb0[_0x4e099d(0x127)](testOpsHelper[_0x4e099d(0x14c)]());}),markSessionName=PerformanceTester[a1_0x4fa239(0x19d)](PerformanceAutEvents[a1_0x4fa239(0x1bd)],async(_0x1de970,_0x5b0666)=>{const _0x401c5d=a1_0x4fa239,_0x4ee74e={};_0x4ee74e['wemGX']=_0x401c5d(0x17f),_0x4ee74e[_0x401c5d(0x1ed)]=function(_0x47995b,_0x3c0fdf){return _0x47995b===_0x3c0fdf;},_0x4ee74e[_0x401c5d(0x154)]=_0x401c5d(0x10a);const _0x3d68f6=_0x4ee74e,_0x87d017={};_0x87d017[_0x401c5d(0x1d3)]=_0x5b0666;const _0x2a0e4b={};_0x2a0e4b[_0x401c5d(0x1ce)]=_0x3d68f6[_0x401c5d(0x11d)],_0x2a0e4b[_0x401c5d(0x1f3)]=_0x87d017;const _0x33fe84=_0x2a0e4b;_0x3d68f6[_0x401c5d(0x1ed)](_0x1de970[_0x401c5d(0x13f)]['name'],_0x3d68f6[_0x401c5d(0x154)])?await _0x1de970['executeScript'](()=>{},_0x401c5d(0x198)+JSON[_0x401c5d(0x16d)](_0x33fe84)):await _0x1de970[_0x401c5d(0x127)](_0x401c5d(0x198)+JSON[_0x401c5d(0x16d)](_0x33fe84));}),patchSaveScreenshot=_0x3e7a7f=>{const _0x24c384=a1_0x4fa239,_0x2f3ae9={'ZsKOI':'base64','ApQbp':_0x24c384(0x106),'nbBEA':function(_0x532e06){return _0x532e06();},'ruxaR':function(_0x54adfb,_0x41eb1f){return _0x54adfb(_0x41eb1f);},'uZmoo':'Screenshot\x20path\x20not\x20found'};_0x2f3ae9[_0x24c384(0x1ca)](isTrue,process[_0x24c384(0x167)]['BS_TESTOPS_ALLOW_SCREENSHOTS'])&&!_0x3e7a7f[_0x24c384(0x1e5)]&&(_0x3e7a7f[_0x24c384(0x1e5)]=!![],_0x3e7a7f[_0x24c384(0x1ba)]=_0x3e7a7f[_0x24c384(0x174)],_0x3e7a7f[_0x24c384(0x174)]=(_0x412d1a,_0x46aa9e=![])=>{const _0x3f53c5=_0x24c384,_0x544552={'nKvPW':_0x2f3ae9[_0x3f53c5(0x15d)],'cJnJh':_0x2f3ae9[_0x3f53c5(0x108)],'Mzdws':function(_0x13b0d1){return _0x2f3ae9['nbBEA'](_0x13b0d1);},'NvBmj':function(_0x3d075e,_0x267350){return _0x2f3ae9['ruxaR'](_0x3d075e,_0x267350);},'nyXWG':_0x2f3ae9['uZmoo']};return new Promise(function(_0x52175f,_0x1c8dfb){const _0x2a1a3a=_0x3f53c5,_0x4c18c4={'zzczf':_0x544552[_0x2a1a3a(0x13e)],'iwLtk':_0x544552['cJnJh'],'aYxvk':function(_0x33fa16){const _0x533901=_0x2a1a3a;return _0x544552[_0x533901(0x1a1)](_0x33fa16);},'NbbHw':function(_0x9374f3,_0x599e0c){const _0x5469f7=_0x2a1a3a;return _0x544552[_0x5469f7(0x138)](_0x9374f3,_0x599e0c);},'ZSdSn':_0x544552[_0x2a1a3a(0x1b7)]};_0x3e7a7f[_0x2a1a3a(0x1ba)](_0x412d1a,_0x46aa9e)['then'](()=>{const _0x4a5d50=_0x2a1a3a,_0xac9934=CodeceptUtils[_0x4a5d50(0xfb)](_0x412d1a);if(_0xac9934){const _0x2d1ee1=fs[_0x4a5d50(0x11f)](_0xac9934);process[_0x4a5d50(0x1ab)](_0x4a5d50(0x150)+process[_0x4a5d50(0x158)],{'timestamp':new Date()[_0x4a5d50(0x105)](),'message':_0x2d1ee1[_0x4a5d50(0x1ec)](_0x4c18c4['zzczf']),'kind':_0x4c18c4[_0x4a5d50(0x18f)]}),_0x4c18c4['aYxvk'](_0x52175f);}_0x4c18c4[_0x4a5d50(0x16b)](_0x1c8dfb,new Error(_0x4c18c4[_0x4a5d50(0x179)]));})['catch'](()=>null);});});},patchWebDriverBefore=_0xcf90d7=>{const _0x48fedf=a1_0x4fa239,_0x480380={'sqlRY':function(_0x58e7e0){return _0x58e7e0();},'xWwES':function(_0x4aa64b,_0x569161){return _0x4aa64b(_0x569161);},'WBhQH':function(_0x26eee9,_0x19e29b){return _0x26eee9===_0x19e29b;},'YPXGC':_0x48fedf(0x146),'EDICl':function(_0x5bad1a,_0x3ee064){return _0x5bad1a===_0x3ee064;},'fKlSD':_0x48fedf(0x19e),'htnoa':'Element'},_0x3c3ba9=async function(_0x2e7024,_0x3a5273){const _0x2f78c0=_0x48fedf;_0x480380[_0x2f78c0(0x144)](isAccessibilityAutomationSession)&&!global['bstackAllyScanning']&&global[_0x2f78c0(0x162)]&&scripts['shouldWrapCommand'](_0x2e7024[_0x2f78c0(0x1d3)])&&_0x480380[_0x2f78c0(0x1e6)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x2f78c0(0x161)]=!![],await PerformanceTester[_0x2f78c0(0x19d)](PerformanceA11yEvents[_0x2f78c0(0x1a9)],async()=>{const _0x11140f=_0x2f78c0;logger[_0x11140f(0x1dc)](_0x11140f(0x116)+_0x2e7024[_0x11140f(0x145)]+'\x20'+_0x2e7024[_0x11140f(0x1d3)]),await AccessibilityHelper[_0x11140f(0x1bf)](_0xcf90d7,scripts['performScan']);},{'command':_0x2e7024['name']})());global['bstackAllyScanning']=![];const _0x808f22=JSON['parse'](process[_0x2f78c0(0x167)][_0x2f78c0(0x1d4)]||'{}');if(_0x480380[_0x2f78c0(0x1e7)](_0x808f22?.[_0x2f78c0(0xfa)]?.[_0x2f78c0(0x1d3)],_0x480380[_0x2f78c0(0x10f)])&&_0x480380['EDICl'](typeof _0x808f22?.[_0x2f78c0(0xfa)]?.[_0x2f78c0(0x1e1)],_0x480380['fKlSD'])&&_0x808f22?.[_0x2f78c0(0xfa)]?.['version'][_0x2f78c0(0x196)]('7'))return _0x3a5273[_0x2f78c0(0x192)](null,Array[_0x2f78c0(0x12e)][_0x2f78c0(0x113)]['call'](arguments,0x2));return _0x3a5273[_0x2f78c0(0x192)](this,Array['prototype'][_0x2f78c0(0x113)][_0x2f78c0(0x119)](arguments,0x2));},_0xb10301=CodeceptWebDriver[_0x48fedf(0x12e)][_0x48fedf(0x151)];CodeceptWebDriver[_0x48fedf(0x12e)]['_before']=async function(){const _0x4763c8=_0x48fedf,_0xcda43c={'qhcbs':function(_0x44025d,_0x326135){return _0x480380['EDICl'](_0x44025d,_0x326135);},'RyCBw':_0x480380[_0x4763c8(0x1c7)]};try{await _0xb10301[_0x4763c8(0x192)](this,arguments);}catch(_0xb869b9){logger[_0x4763c8(0x1dc)](_0x4763c8(0xfd)+util[_0x4763c8(0x136)](_0xb869b9));}scripts[_0x4763c8(0x194)][_0x4763c8(0x1cc)](_0x47f069=>_0x47f069[_0x4763c8(0x1d3)]&&_0x47f069[_0x4763c8(0x145)])['forEach'](_0x17d4ee=>{const _0x5e56fe=_0x4763c8;this['browser'][_0x5e56fe(0x1ac)](_0x17d4ee[_0x5e56fe(0x1d3)],_0x3c3ba9[_0x5e56fe(0x153)](this,_0x17d4ee),_0xcda43c['qhcbs'](_0x17d4ee[_0x5e56fe(0x145)],_0xcda43c[_0x5e56fe(0x111)]));}),_0x480380['xWwES'](processWebDriverConfig,_0xcf90d7);};};function parseJwt(_0x158401){const _0x12c09d=a1_0x4fa239,_0x43d594={};_0x43d594[_0x12c09d(0x18d)]=_0x12c09d(0x19b);const _0x3f3462=_0x43d594;if(!_0x158401)return null;return JSON['parse'](Buffer[_0x12c09d(0x172)](_0x158401['split']('.')[0x1],_0x3f3462['rTfOY'])[_0x12c09d(0x1ec)]());}const patchPlaywrightBefore=()=>{const _0x1a9a17=a1_0x4fa239,_0x4cacf4={'TSicL':function(_0x5b64c9){return _0x5b64c9();},'XsLuQ':'devtools://','Vrnej':_0x1a9a17(0xff),'GehoN':function(_0x7a8f3e){return _0x7a8f3e();},'wEWND':function(_0x2bf912,_0x2a4f58){return _0x2bf912(_0x2a4f58);},'pHioT':function(_0x5870af,_0x48a542){return _0x5870af+_0x48a542;},'SJNsz':'\x0aStack:\x20','ptcSs':function(_0x372269){return _0x372269();},'exNjs':function(_0x56ce54){return _0x56ce54();},'qarBH':function(_0x5457c0){return _0x5457c0();}};PlaywrightSessionDetails['patch']();const _0x3c7212=CodeceptPlaywright['prototype'][_0x1a9a17(0x151)];CodeceptPlaywright['prototype']['_before']=async function(){const _0x52f2fb=_0x1a9a17,_0x14f336={'YVYhh':function(_0x3ae4a2){const _0x2ac9f9=a1_0xac79;return _0x4cacf4[_0x2ac9f9(0x123)](_0x3ae4a2);},'cadME':_0x4cacf4['XsLuQ'],'eODaf':_0x4cacf4[_0x52f2fb(0x199)],'XhLWe':function(_0x19ded9){return _0x4cacf4['GehoN'](_0x19ded9);},'uDssZ':function(_0x2e68f9,_0x2c4008){return _0x4cacf4['wEWND'](_0x2e68f9,_0x2c4008);},'uuMTC':function(_0x409b2f,_0x7987c7){const _0x1514af=_0x52f2fb;return _0x4cacf4[_0x1514af(0x14d)](_0x409b2f,_0x7987c7);},'Uvsto':_0x4cacf4[_0x52f2fb(0x183)]};this[_0x52f2fb(0x100)]=await this[_0x52f2fb(0x10d)][_0x52f2fb(0x1db)]()[0x0];const _0x270cf6=async()=>{const _0x1d40ff=_0x52f2fb,_0x411c50=this[_0x1d40ff(0x176)]&&this[_0x1d40ff(0x176)][_0x1d40ff(0x1b5)]&&this[_0x1d40ff(0x176)][_0x1d40ff(0x1b5)][_0x1d40ff(0x1d7)]&&Array[_0x1d40ff(0x177)](this['config'][_0x1d40ff(0x1b5)][_0x1d40ff(0x1d7)])&&this['config']['chromium'][_0x1d40ff(0x1d7)][_0x1d40ff(0x16f)](_0x14f336[_0x1d40ff(0x1d9)]);if(_0x14f336['XhLWe'](isAccessibilityAutomationSession)&&!_0x411c50)try{const _0x1484ce=_0x14f336[_0x1d40ff(0x15f)](parseJwt,process[_0x1d40ff(0x167)][_0x1d40ff(0x135)]);if(_0x1484ce&&_0x1484ce['a11y_core_config']&&_0x1484ce[_0x1d40ff(0x17b)][_0x1d40ff(0x133)]){const _0x118b6=this[_0x1d40ff(0x100)]['pages']['bind'](this['browserContext']);this[_0x1d40ff(0x100)][_0x1d40ff(0x1af)]=async function(){const _0x103769=_0x1d40ff,_0x458d86=await _0x14f336[_0x103769(0x164)](_0x118b6),_0x1b3292=[];for(const _0x4244d2 of _0x458d86){try{const _0x59b443=await _0x4244d2[_0x103769(0x13a)]();!_0x59b443['startsWith'](_0x14f336[_0x103769(0x1c8)])&&_0x1b3292['push'](_0x4244d2);}catch(_0x2add07){_0x1b3292[_0x103769(0x16c)](_0x4244d2);}}return _0x1b3292;};}if(!_0x14f336['YVYhh'](isBrowserstackInfra)){const _0x2755f6=await this[_0x1d40ff(0x104)][_0x1d40ff(0x13a)]();if(_0x2755f6[_0x1d40ff(0x196)](_0x14f336['cadME'])){const _0x1c4d9a=await this[_0x1d40ff(0x100)][_0x1d40ff(0x1af)]();this[_0x1d40ff(0x1f4)](_0x1c4d9a[0x0]);}}}catch(_0x79c7d5){logger[_0x1d40ff(0x1dc)](_0x1d40ff(0x155)+_0x79c7d5['message']+(_0x79c7d5[_0x1d40ff(0x182)]?_0x14f336[_0x1d40ff(0x18b)](_0x14f336[_0x1d40ff(0x1b9)],_0x79c7d5[_0x1d40ff(0x182)]):''));}};_0x4cacf4['GehoN'](isBrowserstackInfra)&&await _0x4cacf4[_0x52f2fb(0x11e)](_0x270cf6),await _0x3c7212[_0x52f2fb(0x192)](this,arguments),!_0x4cacf4[_0x52f2fb(0x19f)](isBrowserstackInfra)&&await _0x4cacf4['qarBH'](_0x270cf6);};},getCodeceptDriver=()=>{const _0x2060bd=a1_0x4fa239,_0x8aaf64={};_0x8aaf64[_0x2060bd(0x10b)]=_0x2060bd(0x1b4),_0x8aaf64[_0x2060bd(0x1c9)]='Playwright',_0x8aaf64[_0x2060bd(0x120)]=_0x2060bd(0x1fa),_0x8aaf64[_0x2060bd(0x1b0)]=_0x2060bd(0x16e);const _0x6b013c=_0x8aaf64,_0x5118bd=[_0x6b013c[_0x2060bd(0x10b)],_0x6b013c[_0x2060bd(0x1c9)],_0x6b013c[_0x2060bd(0x120)],_0x6b013c[_0x2060bd(0x1b0)]],_0x5862ef=_0x5118bd[_0x2060bd(0x1da)](_0x38a111=>!!CodeceptJS[_0x2060bd(0x103)][_0x2060bd(0x12b)](_0x38a111));if(!_0x5862ef)return null;return CodeceptJS[_0x2060bd(0x103)][_0x2060bd(0x12b)](_0x5862ef);};function a1_0xac79(_0x4d47b4,_0x1ebacd){const _0x46d231=a1_0x46d2();return a1_0xac79=function(_0xac79a1,_0x505230){_0xac79a1=_0xac79a1-0xfa;let _0x3d475f=_0x46d231[_0xac79a1];return _0x3d475f;},a1_0xac79(_0x4d47b4,_0x1ebacd);}module[a1_0x4fa239(0x175)]=function(_0x2b0ac9){const _0x1891c8=a1_0x4fa239,_0x1e61e3={'iDqKy':function(_0x5a56c1){return _0x5a56c1();},'OabYR':function(_0x1e5ff6,_0x196e9e){return _0x1e5ff6(_0x196e9e);},'pkHbP':_0x1891c8(0x189),'wXfLs':_0x1891c8(0x12f),'ZDAOY':_0x1891c8(0x107),'OiLrv':_0x1891c8(0x142),'cbrNL':'hook-started','nWxtg':_0x1891c8(0x181),'EqEiQ':_0x1891c8(0x114),'Yzotl':_0x1891c8(0x1b8),'lmIJZ':'test-before','INoiT':function(_0xb91f6c,_0x2110cf){return _0xb91f6c(_0x2110cf);},'dFDxt':function(_0x23e85b,_0x4569b3,_0x47c114){return _0x23e85b(_0x4569b3,_0x47c114);},'FrNIi':_0x1891c8(0x195),'LzqMB':function(_0x138e4c,_0x1f1eeb,_0x472f43){return _0x138e4c(_0x1f1eeb,_0x472f43);},'GVnqQ':function(_0x425607){return _0x425607();},'PXhzS':_0x1891c8(0x1a6),'MKqlV':function(_0x4c2586,_0x18d256,_0x342ae0,_0x5a0faa){return _0x4c2586(_0x18d256,_0x342ae0,_0x5a0faa);},'KlDYw':function(_0x88eca1,_0x1a9dcd){return _0x88eca1===_0x1a9dcd;},'tCBEC':'Suite','zgWuL':_0x1891c8(0x121),'CuPFU':_0x1891c8(0x18c),'kbdmS':_0x1891c8(0x1eb),'sSsnt':function(_0x352a7e){return _0x352a7e();},'jDKZV':_0x1891c8(0x1dd),'YggXr':'test-after','ekkAe':_0x1891c8(0x1f6),'bPvgp':_0x1891c8(0x173),'tRtGG':_0x1891c8(0x168),'WntGJ':_0x1891c8(0x15e),'VoLsk':_0x1891c8(0x17a),'mXjAu':function(_0xdde65a){return _0xdde65a();},'PbKeR':_0x1891c8(0x10a)};_0x2b0ac9[_0x1891c8(0x1cb)]&&(global[_0x1891c8(0x1fb)]=_0x2b0ac9['skipSessionStatus']);PerformanceTester[_0x1891c8(0x1f0)]();const _0x3c7d71=_0x1e61e3[_0x1891c8(0x1cd)](getCodeceptDriver),_0x57f4fc=new O11yHelper(_0x3c7d71,_0x2b0ac9),_0x260690=!!CodeceptJS[_0x1891c8(0x103)][_0x1891c8(0x12b)](_0x1e61e3[_0x1891c8(0x1b1)]);global[_0x1891c8(0x1c1)]=_0x3c7d71,_0x3c7d71&&(PerformanceTester['measureWrapper'](PerformanceEvents[_0x1891c8(0x166)],()=>{const _0x1e7b76=_0x1891c8;_0x260690?_0x1e61e3[_0x1e7b76(0x1e4)](patchPlaywrightBefore):_0x1e61e3['OabYR'](patchWebDriverBefore,_0x3c7d71);})(),PerformanceTester[_0x1891c8(0x19d)](PerformanceEvents[_0x1891c8(0x1c4)],()=>{const _0x5b4a78=_0x1891c8,_0x2b5be0={};_0x2b5be0[_0x5b4a78(0x18a)]=_0x1e61e3['ZDAOY'],_0x2b5be0[_0x5b4a78(0x1a8)]=_0x1e61e3[_0x5b4a78(0x1c3)];const _0x19b933=_0x2b5be0;_0x3c7d71['getAccessibilityResultsSummary']=async()=>{const _0x5b9117=_0x5b4a78;if(global[_0x5b9117(0x162)]){const _0x343daa={};return _0x343daa['command']=_0x19b933[_0x5b9117(0x18a)],await PerformanceTester[_0x5b9117(0x19d)](PerformanceA11yEvents[_0x5b9117(0x1a9)],async()=>{const _0x5a3447=_0x5b9117;return await AccessibilityHelper[_0x5a3447(0x1bf)](_0x3c7d71,scripts['performScan']);},_0x343daa)(),await PerformanceTester[_0x5b9117(0x19d)](PerformanceA11yEvents[_0x5b9117(0x1cf)],async()=>{const _0x471f81=_0x5b9117;return await AccessibilityHelper[_0x471f81(0x1bf)](_0x3c7d71,scripts[_0x471f81(0x13b)]);})();}return logger[_0x5b9117(0x1c5)](_0x19b933['sQDBP']),{};},_0x3c7d71['getAccessibilityResults']=async()=>{const _0x2d23f2=_0x5b4a78;if(global[_0x2d23f2(0x162)]){const _0x256161={};return _0x256161[_0x2d23f2(0x1f1)]=_0x1e61e3[_0x2d23f2(0x1a4)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x2d23f2(0x1a9)],async()=>{const _0x4c04b1=_0x2d23f2;return await AccessibilityHelper['browserStackExecuteDriver'](_0x3c7d71,scripts[_0x4c04b1(0x1a5)]);},_0x256161)(),await PerformanceTester[_0x2d23f2(0x19d)](PerformanceA11yEvents[_0x2d23f2(0x1f5)],async()=>{const _0x177b7b=_0x2d23f2;return await AccessibilityHelper['browserStackExecuteDriver'](_0x3c7d71,scripts[_0x177b7b(0x148)]);})();}return logger['warn'](_0x1e61e3['wXfLs']),{};},_0x1e61e3[_0x5b4a78(0x11c)](patchSaveScreenshot,_0x3c7d71);})()),CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x170)]['on'](CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x1d8)][_0x1891c8(0x12d)],()=>{const _0x345291=_0x1891c8;PerformanceTester[_0x345291(0x163)](PerformanceEvents[_0x345291(0x14a)]);try{_0x57f4fc['start'](),testOpsHelper[_0x345291(0x10e)](),PerformanceTester[_0x345291(0x1e9)](PerformanceEvents[_0x345291(0x14a)]);}catch(_0x136f47){PerformanceTester['captureError'](_0x136f47),PerformanceTester[_0x345291(0x1e9)](PerformanceEvents[_0x345291(0x14a)],![],_0x136f47);}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x1d8)][_0x1891c8(0x109)],async()=>{const _0x409982=_0x1891c8;PerformanceTester[_0x409982(0x163)](PerformanceEvents[_0x409982(0x184)]);try{requestSpy[_0x409982(0x180)](),await _0x57f4fc[_0x409982(0x1df)](),PerformanceTester[_0x409982(0x1e9)](PerformanceEvents['SDK_POST_TEST']);}catch(_0x3efde7){PerformanceTester[_0x409982(0x11b)](_0x3efde7),PerformanceTester['end'](PerformanceEvents[_0x409982(0x184)],![],_0x3efde7);}finally{PerformanceTester[_0x409982(0x17c)]();}}),CodeceptJS['event'][_0x1891c8(0x170)]['on'](CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x160)][_0x1891c8(0x1ef)],_0x50c2fa=>{const _0x21d020=_0x1891c8;PerformanceTester[_0x21d020(0x163)](PerformanceEvents['SDK_HOOK']);try{const _0x42bfad=_0x50c2fa['ctx']['test'],_0x5e39b3=_0x57f4fc[_0x21d020(0x147)](TEST_EVENTS['HOOK_RUN_STARTED'],_0x42bfad);CodeceptRecorder[_0x21d020(0x1e0)](()=>_0x57f4fc[_0x21d020(0x1e3)](TEST_EVENTS['HOOK_RUN_STARTED'],_0x5e39b3));const _0x16764f={};_0x16764f[_0x21d020(0x1f9)]=_0x1e61e3[_0x21d020(0x122)],PerformanceTester[_0x21d020(0x1e9)](PerformanceEvents['SDK_HOOK'],!![],null,_0x16764f);}catch(_0x18415b){const _0x485818={};_0x485818[_0x21d020(0x1f9)]=_0x1e61e3[_0x21d020(0x122)],PerformanceTester[_0x21d020(0x1e9)](PerformanceEvents[_0x21d020(0x1d1)],![],_0x18415b,_0x485818),PerformanceTester[_0x21d020(0x11b)](_0x18415b);}}),CodeceptJS[_0x1891c8(0x15a)]['dispatcher']['on'](CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x160)][_0x1891c8(0x1f7)],_0x2e4830=>{const _0x173c7a=_0x1891c8,_0x3bc725={};_0x3bc725['hookType']=_0x1e61e3[_0x173c7a(0x1b6)],PerformanceTester['start'](PerformanceHookEvents[_0x173c7a(0x1d1)],!![],null,_0x3bc725);try{const _0x3507c6=_0x2e4830[_0x173c7a(0x1b2)]['test'],_0x10e396=_0x57f4fc[_0x173c7a(0x147)](TEST_EVENTS[_0x173c7a(0x17e)],_0x3507c6);CodeceptRecorder['add'](()=>_0x57f4fc[_0x173c7a(0x1e3)](TEST_EVENTS[_0x173c7a(0x17e)],_0x10e396));const _0x4381ad={};_0x4381ad[_0x173c7a(0x1f9)]=_0x1e61e3[_0x173c7a(0x1b6)],PerformanceTester[_0x173c7a(0x1e9)](PerformanceHookEvents[_0x173c7a(0x1d1)],!![],null,_0x4381ad);}catch(_0x421376){PerformanceTester[_0x173c7a(0x11b)](_0x421376);const _0x1acc41={};_0x1acc41[_0x173c7a(0x1f9)]=_0x1e61e3[_0x173c7a(0x1b6)],PerformanceTester[_0x173c7a(0x1e9)](PerformanceHookEvents[_0x173c7a(0x1d1)],![],_0x421376,_0x1acc41);}}),CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x170)]['on'](CodeceptJS['event'][_0x1891c8(0x160)][_0x1891c8(0x139)],async(_0x40ecce,_0x17ad45)=>{const _0x3007b3=_0x1891c8;PerformanceTester[_0x3007b3(0x163)](PerformanceHookEvents[_0x3007b3(0x1d1)]);try{const _0x144522=_0x40ecce[_0x3007b3(0x1b2)][_0x3007b3(0x1bb)],_0x2d8e8a=_0x57f4fc[_0x3007b3(0x147)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x144522,_0x17ad45);CodeceptRecorder[_0x3007b3(0x1e0)](()=>_0x57f4fc[_0x3007b3(0x1e3)](TEST_EVENTS[_0x3007b3(0x17e)],_0x2d8e8a));const _0x35a3e8={};_0x35a3e8['hookType']=_0x1e61e3['EqEiQ'],PerformanceTester[_0x3007b3(0x163)](PerformanceHookEvents[_0x3007b3(0x1d1)],!![],null,_0x35a3e8);}catch(_0x464f0e){PerformanceTester['captureError'](_0x464f0e);const _0x3c0d6e={};_0x3c0d6e[_0x3007b3(0x1f9)]=_0x1e61e3[_0x3007b3(0x125)],PerformanceTester[_0x3007b3(0x1e9)](PerformanceHookEvents['SDK_HOOK'],![],_0x464f0e,_0x3c0d6e);}const _0x5dc639={};_0x5dc639[_0x3007b3(0x1f9)]=_0x1e61e3[_0x3007b3(0x125)],PerformanceTester[_0x3007b3(0x1e9)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x5dc639);}),CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x170)]['on'](CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x1bb)][_0x1891c8(0x12d)],_0x50b5c5=>{const _0xf0244d=_0x1891c8;PerformanceTester['start'](PerformanceHookEvents[_0xf0244d(0x1d1)]);try{globals['setGlobal'](_0x1e61e3['Yzotl'],_0x50b5c5[_0xf0244d(0x14e)]);_0x1e61e3[_0xf0244d(0x1e4)](isBrowserstackInfra)&&(_0x260690&&(global[_0xf0244d(0x12c)]={'currentTest':{'name':_0x50b5c5['title'],'testInfo':{'titlePath':_0x50b5c5['titlePath']()}}}));const _0x240410={};_0x240410[_0xf0244d(0x1f9)]=_0x1e61e3[_0xf0244d(0x126)],PerformanceTester['end'](PerformanceHookEvents[_0xf0244d(0x1d1)],!![],null,_0x240410);}catch(_0x5e9865){PerformanceTester[_0xf0244d(0x11b)](_0x5e9865);const _0x5332a8={};_0x5332a8[_0xf0244d(0x1f9)]=_0x1e61e3[_0xf0244d(0x126)],PerformanceTester[_0xf0244d(0x1e9)](PerformanceHookEvents[_0xf0244d(0x1d1)],![],_0x5e9865,_0x5332a8);}}),CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x170)]['on'](CodeceptJS[_0x1891c8(0x15a)]['test'][_0x1891c8(0x1ef)],_0x35a6c4=>{const _0x494d2a=_0x1891c8,_0x25d223={'aKsxD':function(_0x20cbee){return _0x1e61e3['iDqKy'](_0x20cbee);},'ZJtfl':function(_0x2a313b,_0x4ec8ab){const _0x3d6048=a1_0xac79;return _0x1e61e3[_0x3d6048(0xfe)](_0x2a313b,_0x4ec8ab);},'rbXsJ':function(_0x3e7c51,_0xbf8ca,_0x33a342){return _0x1e61e3['dFDxt'](_0x3e7c51,_0xbf8ca,_0x33a342);}};PerformanceTester[_0x494d2a(0x163)](PerformanceHookEvents[_0x494d2a(0x1d1)]);try{globals[_0x494d2a(0x1ae)](_0x1e61e3[_0x494d2a(0x1aa)],_0x35a6c4[_0x494d2a(0x14e)]);const _0x287d2f=_0x57f4fc[_0x494d2a(0x147)](TEST_EVENTS[_0x494d2a(0x1ee)],_0x35a6c4);CodeceptRecorder['add'](()=>_0x57f4fc[_0x494d2a(0x1e3)](TEST_EVENTS['TEST_RUN_STARTED'],_0x287d2f)),CodeceptRecorder[_0x494d2a(0x1e0)](async()=>{const _0x226feb=_0x494d2a;_0x25d223['aKsxD'](isBrowserstackInfra)&&(!_0x25d223[_0x226feb(0x14b)](isTrue,_0x2b0ac9['skipSessionName'])&&await _0x25d223[_0x226feb(0x1d6)](markSessionName,_0x3c7d71,_0x35a6c4['title']),_0x57f4fc[_0x226feb(0x188)]&&await _0x25d223[_0x226feb(0x14b)](o11ySync,_0x3c7d71));});}catch(_0x2e8cb0){const _0xdb1637={};_0xdb1637[_0x494d2a(0x1f9)]=_0x1e61e3['FrNIi'],PerformanceTester[_0x494d2a(0x1e9)](PerformanceHookEvents[_0x494d2a(0x1d1)],![],_0x2e8cb0,_0xdb1637),PerformanceTester[_0x494d2a(0x11b)](_0x2e8cb0);}const _0x3cdb6f={};_0x3cdb6f['hookType']=_0x1e61e3[_0x494d2a(0x17d)],PerformanceTester[_0x494d2a(0x1e9)](PerformanceHookEvents[_0x494d2a(0x1d1)],!![],null,_0x3cdb6f);}),CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x170)]['on'](CodeceptJS[_0x1891c8(0x15a)]['test']['passed'],_0x45f61f=>{const _0x5cb262=_0x1891c8;PerformanceTester[_0x5cb262(0x163)](PerformanceHookEvents[_0x5cb262(0x1d1)]);try{const _0x1dada5=_0x57f4fc['captureEvent'](TEST_EVENTS[_0x5cb262(0x10c)],_0x45f61f);CodeceptRecorder[_0x5cb262(0x1e0)](()=>_0x57f4fc[_0x5cb262(0x1e3)](TEST_EVENTS[_0x5cb262(0x10c)],_0x1dada5)),CodeceptRecorder['add'](async()=>{const _0x144329=_0x5cb262,_0x4ec0fa={'dIppS':function(_0x4a115e,_0x4db33a,_0x294575){return _0x1e61e3['dFDxt'](_0x4a115e,_0x4db33a,_0x294575);},'wpTun':function(_0xfb8e5b,_0x282f75,_0x22c0a1){return _0x1e61e3['LzqMB'](_0xfb8e5b,_0x282f75,_0x22c0a1);}};_0x1e61e3['GVnqQ'](isBrowserstackInfra)&&await PerformanceTester['measureWrapper'](PerformanceAutEvents[_0x144329(0x165)],async()=>{const _0x5baee7=_0x144329;_0x260690?await _0x4ec0fa['dIppS'](playwrightMarkSessionStatus,_0x3c7d71,STATE_PASSED):await _0x4ec0fa[_0x5baee7(0x169)](markSessionStatus,_0x3c7d71,STATE_PASSED);})();}),PerformanceTester[_0x5cb262(0x1e9)](PerformanceEvents[_0x5cb262(0x129)]);}catch(_0x582b5a){PerformanceTester[_0x5cb262(0x11b)](_0x582b5a);const _0x37bb53={};_0x37bb53[_0x5cb262(0x1f9)]=_0x1e61e3[_0x5cb262(0x1a2)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x582b5a,_0x37bb53),PerformanceTester[_0x5cb262(0x1e9)](PerformanceEvents[_0x5cb262(0x129)],![],_0x582b5a);}const _0x1d26c5={};_0x1d26c5[_0x5cb262(0x1f9)]=_0x1e61e3['PXhzS'],PerformanceTester[_0x5cb262(0x1e9)](PerformanceHookEvents[_0x5cb262(0x1d1)],!![],null,_0x1d26c5);}),CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x170)]['on'](CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x1bb)][_0x1891c8(0x139)],(_0x36a65c,_0x47d616)=>{const _0x21f082=_0x1891c8,_0x3bf260={'tFyoZ':function(_0x58c58c){const _0x323f4a=a1_0xac79;return _0x1e61e3[_0x323f4a(0x1e4)](_0x58c58c);},'zlSwb':function(_0x8eaf8e,_0xc8d098,_0x94f15a,_0x41be10){const _0x2b4d43=a1_0xac79;return _0x1e61e3[_0x2b4d43(0x1a3)](_0x8eaf8e,_0xc8d098,_0x94f15a,_0x41be10);},'OswME':function(_0x35adf8,_0xcae637,_0x1b077d,_0xe93e3d){const _0x3fe7b3=a1_0xac79;return _0x1e61e3[_0x3fe7b3(0x1a3)](_0x35adf8,_0xcae637,_0x1b077d,_0xe93e3d);}};PerformanceTester[_0x21f082(0x163)](PerformanceHookEvents[_0x21f082(0x1d1)]);try{if(_0x1e61e3[_0x21f082(0x134)](_0x36a65c['constructor']['name'],_0x1e61e3['tCBEC'])){const _0x30a2ad=_0x57f4fc[_0x21f082(0x147)](TEST_EVENTS[_0x21f082(0x156)],_0x36a65c['ctx'][_0x21f082(0x1c6)]);CodeceptRecorder[_0x21f082(0x1e0)](()=>_0x57f4fc[_0x21f082(0x1e3)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x30a2ad));}else{const _0x2acf07=_0x57f4fc[_0x21f082(0x147)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x36a65c,_0x47d616);CodeceptRecorder[_0x21f082(0x1e0)](()=>{const _0x236612=_0x21f082;try{_0x57f4fc[_0x236612(0x1e3)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x2acf07);}catch(_0x4f86fe){logger[_0x236612(0x1dc)](_0x236612(0x1be)+util['format'](_0x4f86fe)),PerformanceTester[_0x236612(0x1e9)](PerformanceEvents[_0x236612(0x129)],![],_0x4f86fe);}}),CodeceptRecorder[_0x21f082(0x1e0)](async()=>{const _0x866a6a=_0x21f082;try{_0x3bf260['tFyoZ'](isBrowserstackInfra)&&(_0x260690?await _0x3bf260['zlSwb'](playwrightMarkSessionStatus,_0x3c7d71,STATE_FAILED,_0x47d616):await _0x3bf260[_0x866a6a(0x193)](markSessionStatus,_0x3c7d71,STATE_FAILED,_0x47d616));}catch(_0x4a42d3){logger[_0x866a6a(0x1dc)](_0x866a6a(0x19a)+util[_0x866a6a(0x136)](_0x4a42d3)),PerformanceTester[_0x866a6a(0x1e9)](PerformanceEvents[_0x866a6a(0x129)],![],_0x4a42d3);}});}PerformanceTester[_0x21f082(0x1e9)](PerformanceEvents[_0x21f082(0x129)]);}catch(_0x534677){PerformanceTester[_0x21f082(0x11b)](_0x534677);const _0x480723={};_0x480723[_0x21f082(0x1f9)]=_0x1e61e3[_0x21f082(0x1c0)],PerformanceTester[_0x21f082(0x1e9)](PerformanceHookEvents['SDK_HOOK'],![],_0x534677,_0x480723),PerformanceTester[_0x21f082(0x1e9)](PerformanceEvents[_0x21f082(0x129)],![],_0x534677);}const _0x2eb490={};_0x2eb490[_0x21f082(0x1f9)]=_0x1e61e3[_0x21f082(0x1c0)],PerformanceTester[_0x21f082(0x1e9)](PerformanceHookEvents[_0x21f082(0x1d1)],!![],null,_0x2eb490);}),CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x170)]['on'](CodeceptJS['event']['test'][_0x1891c8(0x1e2)],_0x21212f=>{const _0x2070a4=_0x1891c8;PerformanceTester['start'](PerformanceHookEvents[_0x2070a4(0x1d1)]);try{const _0x3d23a5=_0x57f4fc[_0x2070a4(0x147)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x21212f);CodeceptRecorder[_0x2070a4(0x1e0)](()=>_0x57f4fc[_0x2070a4(0x1e3)](TEST_EVENTS[_0x2070a4(0x156)],_0x3d23a5)),PerformanceTester['end'](PerformanceEvents[_0x2070a4(0x129)]);}catch(_0x346f14){PerformanceTester[_0x2070a4(0x11b)](_0x346f14),PerformanceTester['end'](PerformanceEvents[_0x2070a4(0x129)],![],_0x346f14);const _0x262c34={};_0x262c34[_0x2070a4(0x1f9)]=_0x1e61e3['CuPFU'],PerformanceTester[_0x2070a4(0x1e9)](PerformanceHookEvents[_0x2070a4(0x1d1)],![],_0x346f14,_0x262c34);}const _0x2df9a7={};_0x2df9a7['hookType']=_0x1e61e3[_0x2070a4(0x1f8)],PerformanceTester[_0x2070a4(0x1e9)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x2df9a7);}),CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x170)]['on'](CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x1bb)][_0x1891c8(0x109)],async(_0x54392d,_0x522f0c)=>{const _0x129495=_0x1891c8,_0x437ac0={};_0x437ac0[_0x129495(0x191)]=_0x1e61e3['kbdmS'];const _0x3491a6=_0x437ac0;try{PerformanceTester[_0x129495(0x163)](PerformanceHookEvents[_0x129495(0x1d1)]);const _0x45919f=_0x1e61e3[_0x129495(0x141)](shouldScanTestForAccessibility,_0x54392d['titlePath'](),!![]);if(_0x1e61e3[_0x129495(0x197)](isAccessibilityAutomationSession)&&global[_0x129495(0x162)]&&_0x45919f){const _0x217436={};_0x217436[_0x129495(0x159)]=_0x54392d['testAnalyticsId'],_0x217436[_0x129495(0x190)]=process[_0x129495(0x167)][testHubConstants[_0x129495(0x18e)][_0x129495(0x186)]],_0x217436['thJwtToken']=process[_0x129495(0x167)][testHubConstants[_0x129495(0x18e)][_0x129495(0x101)]];const _0x10ce9e=_0x217436;logger[_0x129495(0x1dc)](_0x129495(0x15b)+JSON[_0x129495(0x16d)](_0x10ce9e)),CodeceptRecorder[_0x129495(0x1e0)](async()=>{const _0xc3e6fb=_0x129495,_0x116604={};_0x116604['command']=_0x3491a6['uZZRh'],await PerformanceTester[_0xc3e6fb(0x19d)](PerformanceA11yEvents[_0xc3e6fb(0x1a9)],async()=>{const _0x2a8ebd=_0xc3e6fb;await AccessibilityHelper[_0x2a8ebd(0x1bf)](_0x3c7d71,scripts[_0x2a8ebd(0x1a5)]);},_0x116604)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0xc3e6fb(0x1d2)],async()=>{const _0x4db5bf=_0xc3e6fb;await AccessibilityHelper[_0x4db5bf(0x1bf)](_0x3c7d71,scripts[_0x4db5bf(0x157)],_0x10ce9e);})();}),logger[_0x129495(0x1ad)](_0x1e61e3['jDKZV']);}const _0x5c37c5={};_0x5c37c5[_0x129495(0x1f9)]=_0x1e61e3[_0x129495(0x117)],PerformanceTester['end'](PerformanceHookEvents[_0x129495(0x1d1)],!![],null,_0x5c37c5);}catch(_0x124ec6){PerformanceTester[_0x129495(0x11b)](_0x124ec6);const _0x4689d8={};_0x4689d8[_0x129495(0x1f9)]=_0x1e61e3[_0x129495(0x117)],PerformanceTester[_0x129495(0x1e9)](PerformanceHookEvents[_0x129495(0x1d1)],![],_0x124ec6,_0x4689d8);}}),CodeceptJS['event'][_0x1891c8(0x170)]['on'](CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x149)][_0x1891c8(0x130)],_0x49c093=>{const _0x41ea9b=_0x1891c8;PerformanceTester[_0x41ea9b(0x163)](PerformanceHookEvents['SDK_HOOK']);try{process[_0x41ea9b(0x1ab)](_0x41ea9b(0x150)+process[_0x41ea9b(0x158)],{'timestamp':new Date()[_0x41ea9b(0x105)](),'level':_0x1e61e3[_0x41ea9b(0x131)],'message':_0x49c093,'kind':_0x1e61e3['bPvgp'],'http_response':{}});}catch(_0xdfbd73){PerformanceTester[_0x41ea9b(0x11b)](_0xdfbd73);const _0x7cca45={};_0x7cca45[_0x41ea9b(0x1f9)]=_0x1e61e3['tRtGG'],PerformanceTester[_0x41ea9b(0x1e9)](PerformanceHookEvents['SDK_HOOK'],![],_0xdfbd73,_0x7cca45);}const _0x222f52={};_0x222f52[_0x41ea9b(0x1f9)]=_0x1e61e3['tRtGG'],PerformanceTester[_0x41ea9b(0x1e9)](PerformanceHookEvents[_0x41ea9b(0x1d1)],!![],null,_0x222f52);}),CodeceptJS['event'][_0x1891c8(0x170)]['on'](CodeceptJS['event'][_0x1891c8(0x115)][_0x1891c8(0x12d)],_0x33ad47=>{const _0x119fc4=_0x1891c8,_0x5f0254={};_0x5f0254[_0x119fc4(0x1f9)]=_0x1e61e3['WntGJ'],PerformanceTester['measureWrapper'](PerformanceHookEvents[_0x119fc4(0x1d1)],()=>{_0x57f4fc['bddStepStart'](_0x33ad47);},_0x5f0254)();}),CodeceptJS[_0x1891c8(0x15a)]['dispatcher']['on'](CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x115)][_0x1891c8(0x109)],_0x53e23c=>{const _0xb57930=_0x1891c8,_0x2fc56d={};_0x2fc56d[_0xb57930(0x1f9)]=_0x1e61e3['VoLsk'],PerformanceTester[_0xb57930(0x19d)](PerformanceHookEvents[_0xb57930(0x1d1)],()=>{_0x57f4fc['bddStepFinish'](_0x53e23c);},_0x2fc56d)();});};
|
|
1
|
+
function a1_0xc1b3(){const _0x5cc785=['helpers','xJIEa','SDK_POST_INITIALIZE','name','event','../../helpers/performance/performance-tester','titlePath','JRWpb','browserstackTestName','Element','bYLET','addRequestSpy','WebDriver','GpHrJ','fireEvent','info','ZNIOR','BROWSERSTACK_TESTHUB_UUID','emit','jDcVD','toString','../../helpers/request-spy','kvYYy','lptEx','DXlis','SdBdQ','test-skipped','../../helpers/accessibility-automation/scripts','22YLToMd','../../helpers/globals.js','base64','readFileSync','GET_RESULTS_SUMMARY','rpcxb','SAVE_RESULTS','parse','test','status','overwriteCommand','comment','skipSessionName','zMGYW','thTestRunUuid','afterTest','browserStackExecuteDriver','jjMBA','NLPLw','Suite','KHSTJ','SDK_POST_TEST','a11y_core_config','__workerDetails','captureEvent','setGlobal','13602624nefaEm','TEST_LOG','enabled','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','FGxmd','measureWrapper','zXSrj','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','slice','setSessionName','test-failed','debug','captureError','WyiSl','pmsyz','YGlfO','168XojEEK','reason','winstonLogger','ZSdwQ','mbfqd','arguments','url','codeceptjs','MGToM','PLGTn','pid','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','stopMonitoring','codeceptjs/lib/recorder.js','start','76zoqBZz','page','prototype','then','SESSION_NAME','getAccessibilityResults','SDK_TEST','bddStep','getResults','UIwpl','aBoaB','FTEoz','rnQxy','after','started','../../helpers/test-observability/utils','Performing\x20scan\x20for\x20','pyURz','codeceptjs/lib/helper/Playwright.js','HOOK_RUN_STARTED','ctx','nRwHb','step-comment','bddStep-after','skipSessionStatus','webdriverio','bs:addLog:','../../helpers/logger','patchSaveScreenshot','hook','codeceptjs/lib/helper/WebDriver.js','hookType','apply','browserContext','failed','startsWith','_setPage','XYKAd','SkwZG','getSyncScript','SDK_PRE_INITIALIZE','UjhPh','daZBy','split','version','dAGQM','ckNap','TEST_RUN_FINISHED','Failed\x20to\x20execute\x20_before:\x20','executeScript','accessibilityPlatform','bddStepFinish','eqkzk','config','ENV_VAR','6yyVOMe','stack','_before','forEach','--auto-open-devtools-for-tabs','4443550mNQjyr','startMonitoring','xJiAC','util','command','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','dispatcher','dgeFr','\x0aStack:\x20','GET_RESULTS','BIfSs','passed','WDMWJ','test-after','HOOK_RUN_FINISHED','from','kFuyV','dLTKy','180912rOHnUC','find','hook-failed','cKfBz','skipped','add','hook-passed','MlDcd','BS_TESTOPS_ALLOW_SCREENSHOTS','TEST_RUN_SKIPPED','../../helpers/accessibility-automation/helper','screenshotOutputFolder','saveTestResults','3342966aJQkeZ','shouldWrapCommand','FRAMEWORK_DETAILS','class','end','Playwright','format','domForge','bstackAllyScanning','stringify','browser','DZubN','../../helpers/performance/constants','TestCafe','BS_A11Y_JWT','lolzj','filter','getResultsSummary','fGpKX','1847740yJqUHI','zZSZs','pages','call','testFramework','../../helpers/testhub/constants.js','CDAeF','codeceptjs/lib/index.js','action','oHJdH','QgeDW','__driver','container','test-before','constructor','warn','ZVane','isArray','./helper.js','chromium','TXMri','bddStepStart','args','bind','CtCHW','Puppeteer','1807939dwpFoh','browserstack_executor:\x20','toISOString','SEfJn','exports','SYNC','KcUjL','codeceptjs/lib/utils.js','env','push','63ApUvJY','hYJyt','devtools://','25463jybZTx','TEST_RUN_STARTED','before','jtAIS','jReSR','performScan','MBmcl','Screenshot\x20path\x20not\x20found','saveScreenshot','VoDyb','XanXd','all','Whndo','YmyyV','testAnalyticsId','getAccessibilityResultsSummary','title','UFjjn','thBuildUuid','initSaveScreenshot','../../helpers/helper','currentTest','SDK_HOOK','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','PERFORM_SCAN','contexts'];a1_0xc1b3=function(){return _0x5cc785;};return a1_0xc1b3();}const a1_0x455340=a1_0x273a;(function(_0x66279f,_0x292462){const _0x3dbf69=a1_0x273a,_0xb9ded6=_0x66279f();while(!![]){try{const _0x2dfe83=parseInt(_0x3dbf69(0xf9))/0x1*(-parseInt(_0x3dbf69(0x12f))/0x2)+-parseInt(_0x3dbf69(0x1b7))/0x3*(-parseInt(_0x3dbf69(0x169))/0x4)+-parseInt(_0x3dbf69(0x1a5))/0x5+parseInt(_0x3dbf69(0x1a0))/0x6*(-parseInt(_0x3dbf69(0xec))/0x7)+-parseInt(_0x3dbf69(0x149))/0x8+-parseInt(_0x3dbf69(0xf6))/0x9*(parseInt(_0x3dbf69(0xd2))/0xa)+parseInt(_0x3dbf69(0xbf))/0xb*(parseInt(_0x3dbf69(0x15a))/0xc);if(_0x2dfe83===_0x292462)break;else _0xb9ded6['push'](_0xb9ded6['shift']());}catch(_0x471834){_0xb9ded6['push'](_0xb9ded6['shift']());}}}(a1_0xc1b3,0xef2b2));function a1_0x273a(_0x3600d7,_0x48e263){const _0xc1b379=a1_0xc1b3();return a1_0x273a=function(_0x273abd,_0x53d747){_0x273abd=_0x273abd-0xba;let _0x11b45f=_0xc1b379[_0x273abd];return _0x11b45f;},a1_0x273a(_0x3600d7,_0x48e263);}const fs=require('fs'),util=require(a1_0x455340(0x1a8)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x455340(0x10d)),logger=require(a1_0x455340(0x184))[a1_0x455340(0x15c)],testOpsHelper=require(a1_0x455340(0x178)),requestSpy=require(a1_0x455340(0x128)),PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require('./o11yHelper'),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x455340(0xbc)),AccessibilityHelper=require('../../bin/playwright/accessibility-helper'),scripts=require(a1_0x455340(0x12e)),PerformanceTester=require(a1_0x455340(0x118)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x455340(0xcb)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x455340(0xe4)),testHubConstants=require(a1_0x455340(0xd7)),globals=require(a1_0x455340(0x130)),CodeceptJS=requireModule(a1_0x455340(0xd9),a1_0x455340(0x161)),CodeceptUtils=requireModule(a1_0x455340(0xf3),a1_0x455340(0x161)),CodeceptWebDriver=requireModule(a1_0x455340(0x187),a1_0x455340(0x161)),CodeceptRecorder=requireModule(a1_0x455340(0x167),a1_0x455340(0x161)),CodeceptPlaywright=requireModule(a1_0x455340(0x17b),'codeceptjs'),playwrightMarkSessionStatus=(_0x22481d,_0x54032d,_0x7847bf)=>{const _0x55c22d=a1_0x455340,_0x16c348={'cKfBz':'setSessionStatus','fQRTi':function(_0x5a58a9,_0x14d164){return _0x5a58a9(_0x14d164);}},_0x33517e={};_0x33517e[_0x55c22d(0x138)]=_0x54032d;const _0x4b43d0={};_0x4b43d0[_0x55c22d(0xda)]=_0x16c348[_0x55c22d(0x1ba)],_0x4b43d0['arguments']=_0x33517e;const _0x5a6c17=_0x4b43d0;return!_0x16c348['fQRTi'](isUndefined,_0x7847bf)&&(_0x5a6c17[_0x55c22d(0x15f)][_0x55c22d(0x15b)]=JSON[_0x55c22d(0xc8)](_0x7847bf)),_0x22481d[_0x55c22d(0x19a)](()=>{},_0x55c22d(0xed)+JSON['stringify'](_0x5a6c17));},o11ySync=PerformanceTester[a1_0x455340(0x14e)](PerformanceO11yEvents[a1_0x455340(0xf1)],async _0x1a4058=>{const _0x36923c=a1_0x455340,_0x2452ea={};_0x2452ea[_0x36923c(0x1a7)]=function(_0x3f59ba,_0x420558){return _0x3f59ba===_0x420558;},_0x2452ea['Wnaad']=_0x36923c(0xc4);const _0x5c90da=_0x2452ea;_0x5c90da[_0x36923c(0x1a7)](_0x1a4058[_0x36923c(0xe0)]['name'],_0x5c90da['Wnaad'])?await _0x1a4058[_0x36923c(0x19a)](_0x4213f3=>{},testOpsHelper[_0x36923c(0x190)]()):await _0x1a4058[_0x36923c(0x19a)](testOpsHelper[_0x36923c(0x190)]());}),markSessionName=PerformanceTester[a1_0x455340(0x14e)](PerformanceAutEvents[a1_0x455340(0x16d)],async(_0x10d557,_0x17a848)=>{const _0x430f68=a1_0x455340,_0x194f24={};_0x194f24[_0x430f68(0x175)]=_0x430f68(0x153),_0x194f24[_0x430f68(0x13c)]=function(_0x656cdb,_0x5cc073){return _0x656cdb===_0x5cc073;},_0x194f24[_0x430f68(0x129)]=_0x430f68(0xc4);const _0x3c518a=_0x194f24,_0x44ad4e={};_0x44ad4e[_0x430f68(0x116)]=_0x17a848;const _0x18b4ad={};_0x18b4ad[_0x430f68(0xda)]=_0x3c518a[_0x430f68(0x175)],_0x18b4ad[_0x430f68(0x15f)]=_0x44ad4e;const _0x11d5cb=_0x18b4ad;_0x3c518a['zMGYW'](_0x10d557[_0x430f68(0xe0)][_0x430f68(0x116)],_0x3c518a[_0x430f68(0x129)])?await _0x10d557[_0x430f68(0x19a)](()=>{},_0x430f68(0xed)+JSON['stringify'](_0x11d5cb)):await _0x10d557['executeScript'](_0x430f68(0xed)+JSON[_0x430f68(0xc8)](_0x11d5cb));}),patchSaveScreenshot=_0x92770e=>{const _0x2aa29b=a1_0x455340,_0x681f22={'oHJdH':_0x2aa29b(0x131),'eqkzk':'TEST_SCREENSHOT','dLTKy':function(_0x97ee65){return _0x97ee65();},'kFuyV':function(_0x4cf434,_0x3a4059){return _0x4cf434(_0x3a4059);},'ZSdwQ':_0x2aa29b(0x100),'PLGTn':function(_0x2d6d77,_0x4b4c54){return _0x2d6d77(_0x4b4c54);}};_0x681f22[_0x2aa29b(0x163)](isTrue,process[_0x2aa29b(0xf4)][_0x2aa29b(0xba)])&&!_0x92770e[_0x2aa29b(0x185)]&&(_0x92770e['patchSaveScreenshot']=!![],_0x92770e[_0x2aa29b(0x10c)]=_0x92770e[_0x2aa29b(0x101)],_0x92770e[_0x2aa29b(0x101)]=(_0x3f7381,_0x502c3e=![])=>{const _0x11ede0=_0x2aa29b,_0x23e534={'pyURz':_0x681f22[_0x11ede0(0xdb)],'CDAeF':_0x681f22[_0x11ede0(0x19d)],'WyiSl':function(_0x4adc03){const _0x1244c3=_0x11ede0;return _0x681f22[_0x1244c3(0x1b6)](_0x4adc03);},'hYJyt':function(_0x1c9af5,_0x1a6b9a){const _0x34f220=_0x11ede0;return _0x681f22[_0x34f220(0x1b5)](_0x1c9af5,_0x1a6b9a);},'jtAIS':_0x681f22[_0x11ede0(0x15d)]};return new Promise(function(_0x4ce865,_0x181b64){const _0x1f1939=_0x11ede0;_0x92770e[_0x1f1939(0x10c)](_0x3f7381,_0x502c3e)[_0x1f1939(0x16c)](()=>{const _0x169278=_0x1f1939,_0x5ac360=CodeceptUtils[_0x169278(0xbd)](_0x3f7381);if(_0x5ac360){const _0x59d6ae=fs[_0x169278(0x132)](_0x5ac360);process['emit'](_0x169278(0x183)+process[_0x169278(0x164)],{'timestamp':new Date()[_0x169278(0xee)](),'message':_0x59d6ae[_0x169278(0x127)](_0x23e534[_0x169278(0x17a)]),'kind':_0x23e534[_0x169278(0xd8)]}),_0x23e534[_0x169278(0x157)](_0x4ce865);}_0x23e534[_0x169278(0xf7)](_0x181b64,new Error(_0x23e534[_0x169278(0xfc)]));})['catch'](()=>null);});});},patchWebDriverBefore=_0x488c6f=>{const _0x29b87a=a1_0x455340,_0x313471={'nRwHb':function(_0x5c130e){return _0x5c130e();},'ckNap':function(_0x58fc7e,_0x25088d){return _0x58fc7e(_0x25088d);},'MBmcl':function(_0x4abbf2,_0x3efcec){return _0x4abbf2===_0x3efcec;},'SkwZG':_0x29b87a(0x182),'WzICL':'string','qucWf':function(_0x16f428,_0x3aeef4){return _0x16f428===_0x3aeef4;},'dAGQM':_0x29b87a(0x11c)},_0xbae29d=async function(_0x424ffa,_0x16e7e1){const _0x9ea1df=_0x29b87a;_0x313471[_0x9ea1df(0x17e)](isAccessibilityAutomationSession)&&!global[_0x9ea1df(0xc7)]&&global[_0x9ea1df(0x19b)]&&scripts[_0x9ea1df(0xc0)](_0x424ffa[_0x9ea1df(0x116)])&&_0x313471[_0x9ea1df(0x197)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x9ea1df(0xc7)]=!![],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x9ea1df(0x111)],async()=>{const _0x3062b8=_0x9ea1df;logger['debug'](_0x3062b8(0x179)+_0x424ffa[_0x3062b8(0xc2)]+'\x20'+_0x424ffa['name']),await AccessibilityHelper[_0x3062b8(0x13f)](_0x488c6f,scripts[_0x3062b8(0xfe)]);},{'command':_0x424ffa[_0x9ea1df(0x116)]})());global[_0x9ea1df(0xc7)]=![];const _0x5bf7a6=JSON[_0x9ea1df(0x136)](process[_0x9ea1df(0xf4)][_0x9ea1df(0xc1)]||'{}');if(_0x313471[_0x9ea1df(0xff)](_0x5bf7a6?.[_0x9ea1df(0xd6)]?.[_0x9ea1df(0x116)],_0x313471[_0x9ea1df(0x18f)])&&_0x313471['MBmcl'](typeof _0x5bf7a6?.[_0x9ea1df(0xd6)]?.[_0x9ea1df(0x195)],_0x313471['WzICL'])&&_0x5bf7a6?.[_0x9ea1df(0xd6)]?.['version'][_0x9ea1df(0x18c)]('7'))return _0x16e7e1[_0x9ea1df(0x189)](null,Array[_0x9ea1df(0x16b)][_0x9ea1df(0x152)][_0x9ea1df(0xd5)](arguments,0x2));return _0x16e7e1[_0x9ea1df(0x189)](this,Array[_0x9ea1df(0x16b)][_0x9ea1df(0x152)][_0x9ea1df(0xd5)](arguments,0x2));},_0x112bc9=CodeceptWebDriver['prototype'][_0x29b87a(0x1a2)];CodeceptWebDriver['prototype'][_0x29b87a(0x1a2)]=async function(){const _0x28fb16=_0x29b87a,_0x45c907={'YGlfO':function(_0x4a6812,_0x559f4e){return _0x313471['qucWf'](_0x4a6812,_0x559f4e);},'KcUjL':_0x313471[_0x28fb16(0x196)]};try{await _0x112bc9[_0x28fb16(0x189)](this,arguments);}catch(_0x46c41c){logger[_0x28fb16(0x155)](_0x28fb16(0x199)+util[_0x28fb16(0xc5)](_0x46c41c));}scripts['commandsToWrap'][_0x28fb16(0xcf)](_0x5b8642=>_0x5b8642[_0x28fb16(0x116)]&&_0x5b8642[_0x28fb16(0xc2)])[_0x28fb16(0x1a3)](_0x3df705=>{const _0xda1c5f=_0x28fb16;this[_0xda1c5f(0xc9)][_0xda1c5f(0x139)](_0x3df705['name'],_0xbae29d['bind'](this,_0x3df705),_0x45c907[_0xda1c5f(0x159)](_0x3df705['class'],_0x45c907[_0xda1c5f(0xf2)]));}),_0x313471[_0x28fb16(0x197)](processWebDriverConfig,_0x488c6f);};};function parseJwt(_0x4d41f5){const _0x5a2a80=a1_0x455340,_0x3499f3={};_0x3499f3[_0x5a2a80(0x193)]=_0x5a2a80(0x131);const _0x1c1abb=_0x3499f3;if(!_0x4d41f5)return null;return JSON[_0x5a2a80(0x136)](Buffer[_0x5a2a80(0x1b4)](_0x4d41f5[_0x5a2a80(0x194)]('.')[0x1],_0x1c1abb[_0x5a2a80(0x193)])[_0x5a2a80(0x127)]());}const patchPlaywrightBefore=()=>{const _0x499f2c=a1_0x455340,_0x3683fb={'bYLET':function(_0x61c45c){return _0x61c45c();},'fGpKX':_0x499f2c(0xf8),'NJwMw':_0x499f2c(0x1a4),'cvhpn':function(_0x3e9bfa,_0x1d97fd){return _0x3e9bfa(_0x1d97fd);},'QgeDW':function(_0x439b81){return _0x439b81();},'cToDR':function(_0x5d469a,_0x9d0b01){return _0x5d469a+_0x9d0b01;},'tStTp':_0x499f2c(0x1ad),'XYKAd':function(_0x44c07b){return _0x44c07b();},'ZVane':function(_0x22bb8f){return _0x22bb8f();}};PlaywrightSessionDetails['patch']();const _0x2b5d64=CodeceptPlaywright['prototype'][_0x499f2c(0x1a2)];CodeceptPlaywright[_0x499f2c(0x16b)][_0x499f2c(0x1a2)]=async function(){const _0x289edd=_0x499f2c,_0xb68c63={'FTEoz':function(_0x4a1907){const _0x50cede=a1_0x273a;return _0x3683fb[_0x50cede(0x11d)](_0x4a1907);},'xJIEa':_0x3683fb[_0x289edd(0xd1)],'JRWpb':_0x3683fb['NJwMw'],'ZNIOR':function(_0x38f133,_0x760240){return _0x3683fb['cvhpn'](_0x38f133,_0x760240);},'XanXd':function(_0x51ffd3){const _0x56516b=_0x289edd;return _0x3683fb[_0x56516b(0xdc)](_0x51ffd3);},'YmyyV':function(_0x1e6ad9,_0x244e50){return _0x3683fb['cToDR'](_0x1e6ad9,_0x244e50);},'ashSu':_0x3683fb['tStTp']};this[_0x289edd(0x18a)]=await this['browser'][_0x289edd(0x112)]()[0x0];const _0x2d1a9b=async()=>{const _0x1e1437=_0x289edd,_0x87853a=this[_0x1e1437(0x19e)]&&this[_0x1e1437(0x19e)][_0x1e1437(0xe5)]&&this['config']['chromium']['args']&&Array[_0x1e1437(0xe3)](this['config'][_0x1e1437(0xe5)][_0x1e1437(0xe8)])&&this[_0x1e1437(0x19e)][_0x1e1437(0xe5)]['args']['includes'](_0xb68c63[_0x1e1437(0x11a)]);if(_0xb68c63[_0x1e1437(0x174)](isAccessibilityAutomationSession)&&!_0x87853a)try{const _0x2cf3be=_0xb68c63[_0x1e1437(0x123)](parseJwt,process['env'][_0x1e1437(0xcd)]);if(_0x2cf3be&&_0x2cf3be[_0x1e1437(0x145)]&&_0x2cf3be[_0x1e1437(0x145)][_0x1e1437(0xc6)]){const _0x12ce65=this[_0x1e1437(0x18a)][_0x1e1437(0xd4)][_0x1e1437(0xe9)](this[_0x1e1437(0x18a)]);this[_0x1e1437(0x18a)]['pages']=async function(){const _0x6dd306=_0x1e1437,_0x302ecc=await _0xb68c63[_0x6dd306(0x174)](_0x12ce65),_0x53e576=[];for(const _0x3f0162 of _0x302ecc){try{const _0x536ab6=await _0x3f0162[_0x6dd306(0x160)]();!_0x536ab6['startsWith'](_0xb68c63[_0x6dd306(0x114)])&&_0x53e576[_0x6dd306(0xf5)](_0x3f0162);}catch(_0x59ee21){_0x53e576[_0x6dd306(0xf5)](_0x3f0162);}}return _0x53e576;};}if(!_0xb68c63[_0x1e1437(0x103)](isBrowserstackInfra)){const _0x26ebeb=await this[_0x1e1437(0x16a)][_0x1e1437(0x160)]();if(_0x26ebeb[_0x1e1437(0x18c)](_0xb68c63[_0x1e1437(0x114)])){const _0x5d473c=await this['browserContext']['pages']();this[_0x1e1437(0x18d)](_0x5d473c[0x0]);}}}catch(_0x4db966){logger[_0x1e1437(0x155)](_0x1e1437(0x150)+_0x4db966['message']+(_0x4db966[_0x1e1437(0x1a1)]?_0xb68c63[_0x1e1437(0x106)](_0xb68c63['ashSu'],_0x4db966['stack']):''));}};_0x3683fb[_0x289edd(0x18e)](isBrowserstackInfra)&&await _0x3683fb[_0x289edd(0xe2)](_0x2d1a9b),await _0x2b5d64[_0x289edd(0x189)](this,arguments),!_0x3683fb[_0x289edd(0x18e)](isBrowserstackInfra)&&await _0x3683fb[_0x289edd(0xdc)](_0x2d1a9b);};},getCodeceptDriver=()=>{const _0x23c9ae=a1_0x455340,_0x3f4f06={};_0x3f4f06['SuKLu']=_0x23c9ae(0x11f),_0x3f4f06[_0x23c9ae(0x162)]=_0x23c9ae(0xc4),_0x3f4f06['jjMBA']=_0x23c9ae(0xeb),_0x3f4f06['zZSZs']=_0x23c9ae(0xcc);const _0x2b68a9=_0x3f4f06,_0x5739e2=[_0x2b68a9['SuKLu'],_0x2b68a9[_0x23c9ae(0x162)],_0x2b68a9[_0x23c9ae(0x140)],_0x2b68a9[_0x23c9ae(0xd3)]],_0x48a1f4=_0x5739e2[_0x23c9ae(0x1b8)](_0x425929=>!!CodeceptJS[_0x23c9ae(0xde)]['helpers'](_0x425929));if(!_0x48a1f4)return null;return CodeceptJS[_0x23c9ae(0xde)][_0x23c9ae(0x113)](_0x48a1f4);};module[a1_0x455340(0xf0)]=function(_0x9b046a){const _0x6b9122=a1_0x455340,_0x40ac47={'MlDcd':function(_0x3da7bc){return _0x3da7bc();},'FGxmd':function(_0x4bbace,_0x23af5f){return _0x4bbace(_0x23af5f);},'UFjjn':_0x6b9122(0x108),'ZfINO':_0x6b9122(0x151),'zhRtN':'getAccessibilityResults','dBQeF':_0x6b9122(0x110),'dgeFr':'hook-started','KHSTJ':_0x6b9122(0x1bd),'VoDyb':_0x6b9122(0x1b9),'TXMri':_0x6b9122(0x11b),'mbfqd':_0x6b9122(0xdf),'SEfJn':function(_0x3940fa,_0x284b84){return _0x3940fa(_0x284b84);},'raLdQ':function(_0x387705,_0x15c1aa,_0x2cfe8f){return _0x387705(_0x15c1aa,_0x2cfe8f);},'FyCSY':function(_0x572cbd,_0x38ae5b){return _0x572cbd(_0x38ae5b);},'rpcxb':'test-started','pmsyz':function(_0x15d59d,_0x404ee5,_0x33fa0d){return _0x15d59d(_0x404ee5,_0x33fa0d);},'DZubN':function(_0x41899d,_0xe39699,_0x5d5ed6){return _0x41899d(_0xe39699,_0x5d5ed6);},'UjhPh':'test-passed','CtCHW':function(_0x1f69a2,_0x4e0eb1,_0x1b77ff,_0x4e81b6){return _0x1f69a2(_0x4e0eb1,_0x1b77ff,_0x4e81b6);},'Whndo':function(_0x138d31,_0x2838dd){return _0x138d31===_0x2838dd;},'WDMWJ':_0x6b9122(0x142),'NLPLw':_0x6b9122(0x154),'zXSrj':_0x6b9122(0x12d),'UIwpl':_0x6b9122(0x13e),'lptEx':function(_0x57f086,_0x6cd3b8,_0x35c95d){return _0x57f086(_0x6cd3b8,_0x35c95d);},'BIfSs':_0x6b9122(0x165),'DXlis':_0x6b9122(0x1b2),'jDcVD':'INFO','wGUGx':_0x6b9122(0x14a),'GpHrJ':_0x6b9122(0x17f),'jReSR':'bddStep-before','aBoaB':_0x6b9122(0x180),'lolzj':_0x6b9122(0xc4)};_0x9b046a[_0x6b9122(0x181)]&&(global['__skipSessionStatus']=_0x9b046a['skipSessionStatus']);PerformanceTester[_0x6b9122(0x1a6)]();const _0x2b6e45=_0x40ac47[_0x6b9122(0x1be)](getCodeceptDriver),_0x404bcc=new O11yHelper(_0x2b6e45,_0x9b046a),_0x1deaa5=!!CodeceptJS['container'][_0x6b9122(0x113)](_0x40ac47[_0x6b9122(0xce)]);global[_0x6b9122(0xdd)]=_0x2b6e45,_0x2b6e45&&(PerformanceTester[_0x6b9122(0x14e)](PerformanceEvents[_0x6b9122(0x191)],()=>{const _0x8fa497=_0x6b9122;_0x1deaa5?_0x40ac47[_0x8fa497(0x1be)](patchPlaywrightBefore):_0x40ac47[_0x8fa497(0x14d)](patchWebDriverBefore,_0x2b6e45);})(),PerformanceTester['measureWrapper'](PerformanceEvents[_0x6b9122(0x115)],()=>{const _0x4a0393=_0x6b9122;_0x2b6e45[_0x4a0393(0x108)]=async()=>{const _0x4d61cf=_0x4a0393;if(global[_0x4d61cf(0x19b)]){const _0x99d1b6={};return _0x99d1b6[_0x4d61cf(0x1a9)]=_0x40ac47[_0x4d61cf(0x10a)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x4d61cf(0x111)],async()=>{const _0x9ee1f6=_0x4d61cf;return await AccessibilityHelper[_0x9ee1f6(0x13f)](_0x2b6e45,scripts[_0x9ee1f6(0xfe)]);},_0x99d1b6)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x4d61cf(0x133)],async()=>{const _0x2bbde6=_0x4d61cf;return await AccessibilityHelper[_0x2bbde6(0x13f)](_0x2b6e45,scripts[_0x2bbde6(0xd0)]);})();}return logger[_0x4d61cf(0xe1)](_0x40ac47['ZfINO']),{};},_0x2b6e45[_0x4a0393(0x16e)]=async()=>{const _0x35688a=_0x4a0393;if(global[_0x35688a(0x19b)]){const _0x109564={};return _0x109564[_0x35688a(0x1a9)]=_0x40ac47['zhRtN'],await PerformanceTester[_0x35688a(0x14e)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x35a996=_0x35688a;return await AccessibilityHelper[_0x35a996(0x13f)](_0x2b6e45,scripts[_0x35a996(0xfe)]);},_0x109564)(),await PerformanceTester[_0x35688a(0x14e)](PerformanceA11yEvents[_0x35688a(0x1ae)],async()=>{const _0x169762=_0x35688a;return await AccessibilityHelper[_0x169762(0x13f)](_0x2b6e45,scripts[_0x169762(0x171)]);})();}return logger['warn'](_0x40ac47['dBQeF']),{};},_0x40ac47['FGxmd'](patchSaveScreenshot,_0x2b6e45);})()),CodeceptJS[_0x6b9122(0x117)][_0x6b9122(0x1ab)]['on'](CodeceptJS[_0x6b9122(0x117)]['all']['before'],()=>{const _0x3c1c7f=_0x6b9122;PerformanceTester[_0x3c1c7f(0x168)](PerformanceEvents['SDK_PRE_TEST']);try{_0x404bcc[_0x3c1c7f(0x168)](),testOpsHelper[_0x3c1c7f(0x11e)](),PerformanceTester[_0x3c1c7f(0xc3)](PerformanceEvents['SDK_PRE_TEST']);}catch(_0x507370){PerformanceTester[_0x3c1c7f(0x156)](_0x507370),PerformanceTester[_0x3c1c7f(0xc3)](PerformanceEvents['SDK_PRE_TEST'],![],_0x507370);}}),CodeceptJS[_0x6b9122(0x117)]['dispatcher']['on'](CodeceptJS[_0x6b9122(0x117)][_0x6b9122(0x104)][_0x6b9122(0x176)],async()=>{const _0x2c5bc0=_0x6b9122;PerformanceTester['start'](PerformanceEvents[_0x2c5bc0(0x144)]);try{requestSpy['restore'](),await _0x404bcc['stop'](),PerformanceTester['end'](PerformanceEvents[_0x2c5bc0(0x144)]);}catch(_0xb3def9){PerformanceTester[_0x2c5bc0(0x156)](_0xb3def9),PerformanceTester[_0x2c5bc0(0xc3)](PerformanceEvents[_0x2c5bc0(0x144)],![],_0xb3def9);}finally{PerformanceTester[_0x2c5bc0(0x166)]();}}),CodeceptJS[_0x6b9122(0x117)][_0x6b9122(0x1ab)]['on'](CodeceptJS[_0x6b9122(0x117)][_0x6b9122(0x186)][_0x6b9122(0x177)],_0xa04d49=>{const _0x28399b=_0x6b9122;PerformanceTester[_0x28399b(0x168)](PerformanceEvents['SDK_HOOK']);try{const _0x5bdbbb=_0xa04d49[_0x28399b(0x17d)][_0x28399b(0x137)],_0x1d1400=_0x404bcc[_0x28399b(0x147)](TEST_EVENTS[_0x28399b(0x17c)],_0x5bdbbb);CodeceptRecorder['add'](()=>_0x404bcc['fireEvent'](TEST_EVENTS['HOOK_RUN_STARTED'],_0x1d1400));const _0x2229d2={};_0x2229d2['hookType']=_0x40ac47[_0x28399b(0x1ac)],PerformanceTester[_0x28399b(0xc3)](PerformanceEvents[_0x28399b(0x10f)],!![],null,_0x2229d2);}catch(_0x1d8fb2){const _0x65fff={};_0x65fff[_0x28399b(0x188)]=_0x40ac47[_0x28399b(0x1ac)],PerformanceTester[_0x28399b(0xc3)](PerformanceEvents[_0x28399b(0x10f)],![],_0x1d8fb2,_0x65fff),PerformanceTester['captureError'](_0x1d8fb2);}}),CodeceptJS[_0x6b9122(0x117)][_0x6b9122(0x1ab)]['on'](CodeceptJS[_0x6b9122(0x117)][_0x6b9122(0x186)][_0x6b9122(0x1b0)],_0x33fd3e=>{const _0xffc584=_0x6b9122,_0x1f682f={};_0x1f682f['hookType']=_0x40ac47[_0xffc584(0x143)],PerformanceTester[_0xffc584(0x168)](PerformanceHookEvents[_0xffc584(0x10f)],!![],null,_0x1f682f);try{const _0x542e0e=_0x33fd3e[_0xffc584(0x17d)][_0xffc584(0x137)],_0x2b0155=_0x404bcc[_0xffc584(0x147)](TEST_EVENTS[_0xffc584(0x1b3)],_0x542e0e);CodeceptRecorder['add'](()=>_0x404bcc[_0xffc584(0x121)](TEST_EVENTS[_0xffc584(0x1b3)],_0x2b0155));const _0xd7cd6b={};_0xd7cd6b[_0xffc584(0x188)]=_0x40ac47['KHSTJ'],PerformanceTester[_0xffc584(0xc3)](PerformanceHookEvents[_0xffc584(0x10f)],!![],null,_0xd7cd6b);}catch(_0x4f498a){PerformanceTester[_0xffc584(0x156)](_0x4f498a);const _0x4ff463={};_0x4ff463[_0xffc584(0x188)]=_0x40ac47[_0xffc584(0x143)],PerformanceTester['end'](PerformanceHookEvents[_0xffc584(0x10f)],![],_0x4f498a,_0x4ff463);}}),CodeceptJS[_0x6b9122(0x117)][_0x6b9122(0x1ab)]['on'](CodeceptJS[_0x6b9122(0x117)][_0x6b9122(0x186)][_0x6b9122(0x18b)],async(_0x2de5f8,_0x3e391c)=>{const _0x270f7e=_0x6b9122;PerformanceTester[_0x270f7e(0x168)](PerformanceHookEvents[_0x270f7e(0x10f)]);try{const _0x403fc1=_0x2de5f8[_0x270f7e(0x17d)][_0x270f7e(0x137)],_0x81c28c=_0x404bcc[_0x270f7e(0x147)](TEST_EVENTS[_0x270f7e(0x1b3)],_0x403fc1,_0x3e391c);CodeceptRecorder[_0x270f7e(0x1bc)](()=>_0x404bcc[_0x270f7e(0x121)](TEST_EVENTS[_0x270f7e(0x1b3)],_0x81c28c));const _0x46f024={};_0x46f024[_0x270f7e(0x188)]=_0x40ac47[_0x270f7e(0x102)],PerformanceTester[_0x270f7e(0x168)](PerformanceHookEvents[_0x270f7e(0x10f)],!![],null,_0x46f024);}catch(_0x52c712){PerformanceTester[_0x270f7e(0x156)](_0x52c712);const _0x34d75a={};_0x34d75a[_0x270f7e(0x188)]=_0x40ac47[_0x270f7e(0x102)],PerformanceTester[_0x270f7e(0xc3)](PerformanceHookEvents[_0x270f7e(0x10f)],![],_0x52c712,_0x34d75a);}const _0x587094={};_0x587094[_0x270f7e(0x188)]=_0x40ac47[_0x270f7e(0x102)],PerformanceTester[_0x270f7e(0xc3)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x587094);}),CodeceptJS[_0x6b9122(0x117)][_0x6b9122(0x1ab)]['on'](CodeceptJS[_0x6b9122(0x117)][_0x6b9122(0x137)]['before'],_0x99a049=>{const _0x5c9bce=_0x6b9122;PerformanceTester[_0x5c9bce(0x168)](PerformanceHookEvents[_0x5c9bce(0x10f)]);try{globals[_0x5c9bce(0x148)](_0x40ac47[_0x5c9bce(0xe6)],_0x99a049[_0x5c9bce(0x109)]);_0x40ac47[_0x5c9bce(0x1be)](isBrowserstackInfra)&&(_0x1deaa5&&(global[_0x5c9bce(0x146)]={'currentTest':{'name':_0x99a049[_0x5c9bce(0x109)],'testInfo':{'titlePath':_0x99a049[_0x5c9bce(0x119)]()}}}));const _0x40518d={};_0x40518d[_0x5c9bce(0x188)]=_0x40ac47[_0x5c9bce(0x15e)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x40518d);}catch(_0x48b6d8){PerformanceTester[_0x5c9bce(0x156)](_0x48b6d8);const _0x13dea3={};_0x13dea3[_0x5c9bce(0x188)]=_0x40ac47[_0x5c9bce(0x15e)],PerformanceTester['end'](PerformanceHookEvents[_0x5c9bce(0x10f)],![],_0x48b6d8,_0x13dea3);}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x6b9122(0x117)]['test'][_0x6b9122(0x177)],_0x33e3e6=>{const _0x179278=_0x6b9122;PerformanceTester['start'](PerformanceHookEvents[_0x179278(0x10f)]);try{globals[_0x179278(0x148)](_0x40ac47[_0x179278(0xe6)],_0x33e3e6[_0x179278(0x109)]);const _0x6fdc8=_0x404bcc[_0x179278(0x147)](TEST_EVENTS['TEST_RUN_STARTED'],_0x33e3e6);CodeceptRecorder['add'](()=>_0x404bcc[_0x179278(0x121)](TEST_EVENTS[_0x179278(0xfa)],_0x6fdc8)),CodeceptRecorder[_0x179278(0x1bc)](async()=>{const _0x467572=_0x179278;_0x40ac47[_0x467572(0x1be)](isBrowserstackInfra)&&(!_0x40ac47[_0x467572(0xef)](isTrue,_0x9b046a[_0x467572(0x13b)])&&await _0x40ac47['raLdQ'](markSessionName,_0x2b6e45,_0x33e3e6[_0x467572(0x109)]),_0x404bcc[_0x467572(0x14b)]&&await _0x40ac47['FyCSY'](o11ySync,_0x2b6e45));});}catch(_0x3f52d9){const _0x1bd055={};_0x1bd055[_0x179278(0x188)]=_0x40ac47['rpcxb'],PerformanceTester[_0x179278(0xc3)](PerformanceHookEvents['SDK_HOOK'],![],_0x3f52d9,_0x1bd055),PerformanceTester[_0x179278(0x156)](_0x3f52d9);}const _0x3da0b2={};_0x3da0b2[_0x179278(0x188)]=_0x40ac47[_0x179278(0x134)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x3da0b2);}),CodeceptJS['event'][_0x6b9122(0x1ab)]['on'](CodeceptJS['event'][_0x6b9122(0x137)]['passed'],_0x5721f8=>{const _0x460173=_0x6b9122;PerformanceTester[_0x460173(0x168)](PerformanceHookEvents['SDK_HOOK']);try{const _0x5690be=_0x404bcc['captureEvent'](TEST_EVENTS[_0x460173(0x198)],_0x5721f8);CodeceptRecorder[_0x460173(0x1bc)](()=>_0x404bcc[_0x460173(0x121)](TEST_EVENTS[_0x460173(0x198)],_0x5690be)),CodeceptRecorder[_0x460173(0x1bc)](async()=>{const _0x220491=_0x460173,_0x8dfe0={'DxFTp':function(_0x5fdabe,_0x3ecabd,_0x579e67){const _0x24262f=a1_0x273a;return _0x40ac47[_0x24262f(0x158)](_0x5fdabe,_0x3ecabd,_0x579e67);},'SdBdQ':function(_0x1bdb2c,_0x39c715,_0x5a363a){const _0x5f21f0=a1_0x273a;return _0x40ac47[_0x5f21f0(0xca)](_0x1bdb2c,_0x39c715,_0x5a363a);}};_0x40ac47['MlDcd'](isBrowserstackInfra)&&await PerformanceTester[_0x220491(0x14e)](PerformanceAutEvents['SESSION_STATUS'],async()=>{const _0x127183=_0x220491;_0x1deaa5?await _0x8dfe0['DxFTp'](playwrightMarkSessionStatus,_0x2b6e45,STATE_PASSED):await _0x8dfe0[_0x127183(0x12c)](markSessionStatus,_0x2b6e45,STATE_PASSED);})();}),PerformanceTester[_0x460173(0xc3)](PerformanceEvents['SDK_TEST']);}catch(_0x4b6a91){PerformanceTester[_0x460173(0x156)](_0x4b6a91);const _0x3acccc={};_0x3acccc[_0x460173(0x188)]=_0x40ac47['UjhPh'],PerformanceTester[_0x460173(0xc3)](PerformanceHookEvents['SDK_HOOK'],![],_0x4b6a91,_0x3acccc),PerformanceTester[_0x460173(0xc3)](PerformanceEvents[_0x460173(0x16f)],![],_0x4b6a91);}const _0x5137cb={};_0x5137cb['hookType']=_0x40ac47[_0x460173(0x192)],PerformanceTester[_0x460173(0xc3)](PerformanceHookEvents[_0x460173(0x10f)],!![],null,_0x5137cb);}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS['event']['test'][_0x6b9122(0x18b)],(_0x2be190,_0x43744d)=>{const _0x394482=_0x6b9122,_0x4be3d0={'JIvkW':function(_0x2ce9a3){return _0x40ac47['MlDcd'](_0x2ce9a3);},'CECif':function(_0x116fa5,_0x4f53d5,_0x1a54f6,_0x4f57e4){const _0x50caad=a1_0x273a;return _0x40ac47[_0x50caad(0xea)](_0x116fa5,_0x4f53d5,_0x1a54f6,_0x4f57e4);}};PerformanceTester[_0x394482(0x168)](PerformanceHookEvents[_0x394482(0x10f)]);try{if(_0x40ac47[_0x394482(0x105)](_0x2be190[_0x394482(0xe0)][_0x394482(0x116)],_0x40ac47[_0x394482(0x1b1)])){const _0xbdc64=_0x404bcc['captureEvent'](TEST_EVENTS[_0x394482(0xbb)],_0x2be190[_0x394482(0x17d)][_0x394482(0x10e)]);CodeceptRecorder[_0x394482(0x1bc)](()=>_0x404bcc[_0x394482(0x121)](TEST_EVENTS[_0x394482(0xbb)],_0xbdc64));}else{const _0x23c5cc=_0x404bcc['captureEvent'](TEST_EVENTS[_0x394482(0x198)],_0x2be190,_0x43744d);CodeceptRecorder[_0x394482(0x1bc)](()=>{const _0x53ebc7=_0x394482;try{_0x404bcc[_0x53ebc7(0x121)](TEST_EVENTS[_0x53ebc7(0x198)],_0x23c5cc);}catch(_0x5eea61){logger['debug']('Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20'+util[_0x53ebc7(0xc5)](_0x5eea61)),PerformanceTester[_0x53ebc7(0xc3)](PerformanceEvents[_0x53ebc7(0x16f)],![],_0x5eea61);}}),CodeceptRecorder['add'](async()=>{const _0x3a22e5=_0x394482;try{_0x4be3d0['JIvkW'](isBrowserstackInfra)&&(_0x1deaa5?await _0x4be3d0['CECif'](playwrightMarkSessionStatus,_0x2b6e45,STATE_FAILED,_0x43744d):await _0x4be3d0['CECif'](markSessionStatus,_0x2b6e45,STATE_FAILED,_0x43744d));}catch(_0x1c6fc2){logger[_0x3a22e5(0x155)](_0x3a22e5(0x1aa)+util[_0x3a22e5(0xc5)](_0x1c6fc2)),PerformanceTester[_0x3a22e5(0xc3)](PerformanceEvents[_0x3a22e5(0x16f)],![],_0x1c6fc2);}});}PerformanceTester[_0x394482(0xc3)](PerformanceEvents[_0x394482(0x16f)]);}catch(_0xc8b734){PerformanceTester[_0x394482(0x156)](_0xc8b734);const _0x2a961c={};_0x2a961c[_0x394482(0x188)]=_0x40ac47[_0x394482(0x141)],PerformanceTester['end'](PerformanceHookEvents[_0x394482(0x10f)],![],_0xc8b734,_0x2a961c),PerformanceTester[_0x394482(0xc3)](PerformanceEvents[_0x394482(0x16f)],![],_0xc8b734);}const _0x3f9230={};_0x3f9230['hookType']=_0x40ac47[_0x394482(0x141)],PerformanceTester[_0x394482(0xc3)](PerformanceHookEvents[_0x394482(0x10f)],!![],null,_0x3f9230);}),CodeceptJS[_0x6b9122(0x117)][_0x6b9122(0x1ab)]['on'](CodeceptJS['event'][_0x6b9122(0x137)][_0x6b9122(0x1bb)],_0x4bd6de=>{const _0x1e25bf=_0x6b9122;PerformanceTester[_0x1e25bf(0x168)](PerformanceHookEvents[_0x1e25bf(0x10f)]);try{const _0xaa134a=_0x404bcc[_0x1e25bf(0x147)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x4bd6de);CodeceptRecorder[_0x1e25bf(0x1bc)](()=>_0x404bcc['fireEvent'](TEST_EVENTS['TEST_RUN_SKIPPED'],_0xaa134a)),PerformanceTester[_0x1e25bf(0xc3)](PerformanceEvents[_0x1e25bf(0x16f)]);}catch(_0x3e9134){PerformanceTester[_0x1e25bf(0x156)](_0x3e9134),PerformanceTester[_0x1e25bf(0xc3)](PerformanceEvents[_0x1e25bf(0x16f)],![],_0x3e9134);const _0x3bb0ad={};_0x3bb0ad[_0x1e25bf(0x188)]=_0x40ac47[_0x1e25bf(0x14f)],PerformanceTester[_0x1e25bf(0xc3)](PerformanceHookEvents[_0x1e25bf(0x10f)],![],_0x3e9134,_0x3bb0ad);}const _0x1543a8={};_0x1543a8[_0x1e25bf(0x188)]=_0x40ac47[_0x1e25bf(0x14f)],PerformanceTester[_0x1e25bf(0xc3)](PerformanceHookEvents[_0x1e25bf(0x10f)],!![],null,_0x1543a8);}),CodeceptJS[_0x6b9122(0x117)][_0x6b9122(0x1ab)]['on'](CodeceptJS['event'][_0x6b9122(0x137)]['after'],async(_0x3a3a4b,_0x4fe3fd)=>{const _0x5b4498=_0x6b9122;try{PerformanceTester[_0x5b4498(0x168)](PerformanceHookEvents['SDK_HOOK']);const _0x44d8b8=_0x40ac47[_0x5b4498(0x12a)](shouldScanTestForAccessibility,_0x3a3a4b[_0x5b4498(0x119)](),!![]);if(_0x40ac47[_0x5b4498(0x1be)](isAccessibilityAutomationSession)&&global[_0x5b4498(0x19b)]&&_0x44d8b8){const _0x553c8a={};_0x553c8a[_0x5b4498(0x13d)]=_0x3a3a4b[_0x5b4498(0x107)],_0x553c8a[_0x5b4498(0x10b)]=process[_0x5b4498(0xf4)][testHubConstants['ENV_VAR'][_0x5b4498(0x124)]],_0x553c8a['thJwtToken']=process[_0x5b4498(0xf4)][testHubConstants[_0x5b4498(0x19f)]['BROWSERSTACK_TESTHUB_JWT']];const _0x779cfe=_0x553c8a;logger[_0x5b4498(0x155)](_0x5b4498(0x14c)+JSON[_0x5b4498(0xc8)](_0x779cfe)),CodeceptRecorder[_0x5b4498(0x1bc)](async()=>{const _0x459ba0=_0x5b4498,_0x3789a6={};_0x3789a6['command']=_0x40ac47[_0x459ba0(0x172)],await PerformanceTester[_0x459ba0(0x14e)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x18958f=_0x459ba0;await AccessibilityHelper[_0x18958f(0x13f)](_0x2b6e45,scripts[_0x18958f(0xfe)]);},_0x3789a6)(),await PerformanceTester[_0x459ba0(0x14e)](PerformanceA11yEvents[_0x459ba0(0x135)],async()=>{const _0x47a5b6=_0x459ba0;await AccessibilityHelper[_0x47a5b6(0x13f)](_0x2b6e45,scripts[_0x47a5b6(0xbe)],_0x779cfe);})();}),logger[_0x5b4498(0x122)](_0x40ac47[_0x5b4498(0x1af)]);}const _0xaff743={};_0xaff743['hookType']=_0x40ac47['DXlis'],PerformanceTester[_0x5b4498(0xc3)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0xaff743);}catch(_0x32bcd2){PerformanceTester[_0x5b4498(0x156)](_0x32bcd2);const _0x491592={};_0x491592[_0x5b4498(0x188)]=_0x40ac47[_0x5b4498(0x12b)],PerformanceTester[_0x5b4498(0xc3)](PerformanceHookEvents['SDK_HOOK'],![],_0x32bcd2,_0x491592);}}),CodeceptJS[_0x6b9122(0x117)][_0x6b9122(0x1ab)]['on'](CodeceptJS[_0x6b9122(0x117)]['step'][_0x6b9122(0x13a)],_0xffc932=>{const _0x484169=_0x6b9122;PerformanceTester[_0x484169(0x168)](PerformanceHookEvents[_0x484169(0x10f)]);try{process[_0x484169(0x125)](_0x484169(0x183)+process['pid'],{'timestamp':new Date()['toISOString'](),'level':_0x40ac47[_0x484169(0x126)],'message':_0xffc932,'kind':_0x40ac47['wGUGx'],'http_response':{}});}catch(_0x1d3882){PerformanceTester['captureError'](_0x1d3882);const _0x4eaf9d={};_0x4eaf9d[_0x484169(0x188)]=_0x40ac47[_0x484169(0x120)],PerformanceTester['end'](PerformanceHookEvents[_0x484169(0x10f)],![],_0x1d3882,_0x4eaf9d);}const _0x2db8c2={};_0x2db8c2['hookType']=_0x40ac47[_0x484169(0x120)],PerformanceTester[_0x484169(0xc3)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x2db8c2);}),CodeceptJS[_0x6b9122(0x117)][_0x6b9122(0x1ab)]['on'](CodeceptJS[_0x6b9122(0x117)][_0x6b9122(0x170)][_0x6b9122(0xfb)],_0x59bf55=>{const _0x4037ad=_0x6b9122,_0x54d6b2={};_0x54d6b2[_0x4037ad(0x188)]=_0x40ac47[_0x4037ad(0xfd)],PerformanceTester['measureWrapper'](PerformanceHookEvents[_0x4037ad(0x10f)],()=>{const _0x1b5641=_0x4037ad;_0x404bcc[_0x1b5641(0xe7)](_0x59bf55);},_0x54d6b2)();}),CodeceptJS[_0x6b9122(0x117)][_0x6b9122(0x1ab)]['on'](CodeceptJS[_0x6b9122(0x117)][_0x6b9122(0x170)][_0x6b9122(0x176)],_0x2f70ad=>{const _0x4ed270=_0x6b9122,_0x6bb943={};_0x6bb943[_0x4ed270(0x188)]=_0x40ac47[_0x4ed270(0x173)],PerformanceTester['measureWrapper'](PerformanceHookEvents[_0x4ed270(0x10f)],()=>{const _0x480fbb=_0x4ed270;_0x404bcc[_0x480fbb(0x19c)](_0x2f70ad);},_0x6bb943)();});};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a2_0x49842d=a2_0x5311;(function(_0x35c625,_0xc6153d){const _0xf56d16=a2_0x5311,_0x4dc334=_0x35c625();while(!![]){try{const _0x357eb6=-parseInt(_0xf56d16(0x1cf))/0x1*(parseInt(_0xf56d16(0x226))/0x2)+-parseInt(_0xf56d16(0x229))/0x3*(-parseInt(_0xf56d16(0x1fd))/0x4)+parseInt(_0xf56d16(0x1df))/0x5*(parseInt(_0xf56d16(0x239))/0x6)+-parseInt(_0xf56d16(0x1f0))/0x7+-parseInt(_0xf56d16(0x1f9))/0x8+-parseInt(_0xf56d16(0x24b))/0x9+parseInt(_0xf56d16(0x1d4))/0xa;if(_0x357eb6===_0xc6153d)break;else _0x4dc334['push'](_0x4dc334['shift']());}catch(_0x43fc2e){_0x4dc334['push'](_0x4dc334['shift']());}}}(a2_0x4e7b,0x2009d));const fs=require('fs'),path=require(a2_0x49842d(0x215)),util=require(a2_0x49842d(0x20e)),process=require(a2_0x49842d(0x243)),logger=require(a2_0x49842d(0x1e9))[a2_0x49842d(0x1c5)],{default:BrowserStackSetup}=require(a2_0x49842d(0x25b)),helper=require(a2_0x49842d(0x228)),utilities=require(a2_0x49842d(0x1fe)),{checkAccessibilityPlatformConfig}=require('../../helpers/accessibility-automation/helper'),{setAccessibilityCapabilities}=require('../../bin/playwright/accessibility-helper'),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x49842d(0x228)),CodeceptJS=requireModule(a2_0x49842d(0x23c),a2_0x49842d(0x22f)),testOpsHelper=require(a2_0x49842d(0x207)),TestHubHandler=require(a2_0x49842d(0x1bc)),constants=require(a2_0x49842d(0x1f5)),PerformanceTester=require(a2_0x49842d(0x1ed)),{FRAMEWORKS}=require(a2_0x49842d(0x212)),PerformanceEvents=require(a2_0x49842d(0x22c))['EVENTS'],ClientTroubleShootingService=require('../utils/clientTroubleshootingService'),_testErrorData=[],getUserCodeceptJSConfigs=(_0x156864,_0x5e7662)=>{const _0x3f1676=a2_0x49842d,_0x19df3c={};_0x19df3c[_0x3f1676(0x206)]=function(_0x1aa6cc,_0x2d2269){return _0x1aa6cc===_0x2d2269;},_0x19df3c[_0x3f1676(0x1e1)]=_0x3f1676(0x251),_0x19df3c['RLsjs']=_0x3f1676(0x230);const _0xcb4820=_0x19df3c;let _0x2c7a4a=null;const _0x4e689d={};let _0x2741fd=_0x5e7662[_0x3f1676(0x1f7)](_0x2e0187=>_0x2e0187===_0x3f1676(0x1de));_0xcb4820[_0x3f1676(0x206)](_0x2741fd,-0x1)&&(_0x2741fd=_0x5e7662[_0x3f1676(0x1f7)](_0x25d363=>_0x25d363==='-c'));if(!helper[_0x3f1676(0x214)](_0x156864[_0x3f1676(0x1f8)])&&fs['existsSync'](path['join'](process[_0x3f1676(0x1be)](),_0x156864[_0x3f1676(0x1f8)])))_0x2c7a4a=path['join'](process['cwd'](),_0x156864[_0x3f1676(0x1f8)]),_0x5e7662[_0x3f1676(0x20b)](_0x2741fd,0x2);else{if(!helper[_0x3f1676(0x214)](_0x156864['c'])&&fs['existsSync'](path[_0x3f1676(0x220)](process[_0x3f1676(0x1be)](),_0x156864['c'])))_0x2c7a4a=path[_0x3f1676(0x220)](process[_0x3f1676(0x1be)](),_0x156864['c']),_0x5e7662[_0x3f1676(0x20b)](_0x2741fd,0x2);else{if(fs[_0x3f1676(0x1d9)](path[_0x3f1676(0x220)](process['cwd'](),_0xcb4820[_0x3f1676(0x1e1)])))_0x2c7a4a=path[_0x3f1676(0x220)](process[_0x3f1676(0x1be)](),_0xcb4820[_0x3f1676(0x1e1)]);else fs[_0x3f1676(0x1d9)](path[_0x3f1676(0x220)](process[_0x3f1676(0x1be)](),_0xcb4820['RLsjs']))&&(_0x2c7a4a=path[_0x3f1676(0x220)](process['cwd'](),_0xcb4820[_0x3f1676(0x1ce)]));}}return process[_0x3f1676(0x223)][_0x3f1676(0x218)]=_0x2c7a4a,_0x2c7a4a;},getO11yRerunPattern=()=>{const _0x33f41d=a2_0x49842d,_0x1e581f=helper[_0x33f41d(0x257)](process[_0x33f41d(0x223)]['BROWSERSTACK_RERUN']);if(_0x1e581f){const _0x438b50=process[_0x33f41d(0x223)]['BROWSERSTACK_RERUN_TESTS'],_0x43f1f3=[];if(helper[_0x33f41d(0x250)](_0x438b50)&&!helper['isUndefined'](_0x438b50)){_0x438b50['split'](',')[_0x33f41d(0x1db)](_0x1f3783=>{const _0x2bb568=_0x33f41d;_0x43f1f3[_0x2bb568(0x25a)]('('+_0x1f3783[_0x2bb568(0x211)]()+')');});const _0x4e9ecf='^'+_0x43f1f3[_0x33f41d(0x220)]('|')+'$';return _0x4e9ecf;}}return null;},a2_0x5ef1a7={};function a2_0x5311(_0x38f9a0,_0x26d3b9){const _0x4e7b2a=a2_0x4e7b();return a2_0x5311=function(_0x5311d0,_0x12951c){_0x5311d0=_0x5311d0-0x1b9;let _0x235c79=_0x4e7b2a[_0x5311d0];return _0x235c79;},a2_0x5311(_0x38f9a0,_0x26d3b9);}a2_0x5ef1a7[a2_0x49842d(0x205)]=a2_0x49842d(0x22a),a2_0x5ef1a7[a2_0x49842d(0x1fc)]=a2_0x49842d(0x22a),a2_0x5ef1a7[a2_0x49842d(0x1ff)]='firefox',a2_0x5ef1a7['playwright-webkit']=a2_0x49842d(0x23a);const pwToCodeceptBrowser=a2_0x5ef1a7;async function run(_0x136e14,_0x2e5f84,_0x1cf230){const _0x527dc5=a2_0x49842d,_0x275abd={'vJdog':function(_0x4ebfd1,_0x483233){return _0x4ebfd1+_0x483233;},'hxZLU':function(_0x2956cc,_0x5b051e){return _0x2956cc(_0x5b051e);},'UuZPv':function(_0x1d5f87,_0x5e79f6){return _0x1d5f87+_0x5e79f6;},'RGlzo':function(_0x3acf05,_0x50fab6,_0x377a42){return _0x3acf05(_0x50fab6,_0x377a42);},'okOMs':_0x527dc5(0x221),'XFYZh':function(_0x5cf97f){return _0x5cf97f();},'QAKXD':_0x527dc5(0x1c4),'MjXWp':function(_0x3a4508){return _0x3a4508();},'grNTv':function(_0x398d6c){return _0x398d6c();},'JesUz':_0x527dc5(0x204),'QAYJo':'Passed\x20:\x20','SJPNj':_0x527dc5(0x1f3),'qcPdh':_0x527dc5(0x225),'SVVKa':function(_0x17c448,_0x336ab8,_0x21d5b7){return _0x17c448(_0x336ab8,_0x21d5b7);},'PrkdG':_0x527dc5(0x21b),'hfrEC':function(_0x3fac09,_0x35c02d,_0x134a6d){return _0x3fac09(_0x35c02d,_0x134a6d);},'cCxtL':_0x527dc5(0x208),'uxwvP':_0x527dc5(0x20c),'TvrVp':function(_0x1ad45b,_0x424151){return _0x1ad45b(_0x424151);},'eWzZg':function(_0x16a0eb,_0x3e0b1b){return _0x16a0eb!=_0x3e0b1b;},'zDMlL':function(_0x1700ad,_0x571df3){return _0x1700ad===_0x571df3;},'qDQuc':function(_0x3d64de,_0x479576,_0x1178f7){return _0x3d64de(_0x479576,_0x1178f7);},'oTpsh':'gherkin','QNPKM':function(_0x14c802,_0x336734){return _0x14c802(_0x336734);},'RkNRi':function(_0x3b53ab,_0x54cf2f){return _0x3b53ab*_0x54cf2f;},'ypFkq':'browser','wCUwP':_0x527dc5(0x1eb),'AEsoQ':function(_0x146ca8,_0x4ba1ba,_0x28a0e2){return _0x146ca8(_0x4ba1ba,_0x28a0e2);},'OLKJQ':_0x527dc5(0x241),'lXngg':_0x527dc5(0x234),'GqKwx':'browserStackCwd'};await _0x1cf230['initialize'](_0x136e14),await helper[_0x527dc5(0x1f2)](_0x1cf230[_0x527dc5(0x1f8)]);if(!_0x1cf230['config'])return;process[_0x527dc5(0x233)]=_0x136e14['profile'];_0x136e14[_0x527dc5(0x233)]&&(process[_0x527dc5(0x223)]['profile']=_0x136e14[_0x527dc5(0x233)]);const _0x87b17a=_0x275abd['SVVKa'](getUserCodeceptJSConfigs,_0x136e14,_0x2e5f84);let _0xfe912c={};_0x87b17a?(logger[_0x527dc5(0x249)]('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0x87b17a),_0xfe912c=CodeceptJS[_0x527dc5(0x1f8)]['load'](_0x87b17a)):logger[_0x527dc5(0x249)](_0x275abd[_0x527dc5(0x23f)]);let _0x1e6394=![];_0x275abd[_0x527dc5(0x1bf)](nestedKeyValue,_0xfe912c,[_0x275abd[_0x527dc5(0x1d8)],_0x275abd[_0x527dc5(0x240)]])&&(_0x1e6394=!![]);const _0x5eccf7=_0x1e6394?_0x275abd['cCxtL']:_0x275abd[_0x527dc5(0x23b)];let _0x3f2292=!_0x1e6394?helper[_0x527dc5(0x201)](_0x1cf230['config']):![];!helper[_0x527dc5(0x214)](_0x1cf230[_0x527dc5(0x1f8)][_0x527dc5(0x1ee)])&&(process[_0x527dc5(0x223)][_0x527dc5(0x244)]=JSON[_0x527dc5(0x210)](_0x1cf230[_0x527dc5(0x1f8)]['accessibilityOptions']));let _0x481fb0=_0x1cf230[_0x527dc5(0x1f8)][_0x527dc5(0x1c2)];_0x481fb0=_0x481fb0||_0x275abd[_0x527dc5(0x1e8)](checkAccessibilityPlatformConfig,_0x1cf230[_0x527dc5(0x1f8)]),process[_0x527dc5(0x223)][_0x527dc5(0x24d)]=_0x481fb0;_0x481fb0&&(_0x3f2292=!_0x481fb0);_0x275abd[_0x527dc5(0x1cb)](_0x1cf230[_0x527dc5(0x1f8)]['testObservability'],null)?process[_0x527dc5(0x223)][_0x527dc5(0x1d7)]=_0x1cf230[_0x527dc5(0x1f8)]['testObservability']:process['env'][_0x527dc5(0x1d7)]=_0x275abd[_0x527dc5(0x25e)](_0x5eccf7,_0x275abd[_0x527dc5(0x240)]);const _0x56be07=_0x275abd[_0x527dc5(0x252)](nestedKeyValue,_0xfe912c,[_0x275abd['oTpsh']]),_0x1b8b92=_0x56be07&&!helper[_0x527dc5(0x259)](_0x56be07)?FRAMEWORKS[_0x527dc5(0x1c1)]:FRAMEWORKS[_0x527dc5(0x1dc)],_0x31c166=await TestHubHandler[_0x527dc5(0x236)](_0x1b8b92,_0x1cf230);_0x481fb0&&_0x275abd[_0x527dc5(0x1ec)](setAccessibilityCapabilities,_0x1cf230[_0x527dc5(0x1f8)]);const _0x31f685={},_0x2a623d=[],_0x10f42d=_0x1cf230[_0x527dc5(0x1f8)][_0x527dc5(0x255)]||helper[_0x527dc5(0x1d3)](_0x136e14,_0x2e5f84,_0x1cf230[_0x527dc5(0x1f8)],constants[_0x527dc5(0x1e6)][_0x527dc5(0x1dc)])||0x1;let _0x1a74de=0x1;if(_0x275abd[_0x527dc5(0x1c6)](isBrowserstackInfra)){const _0x5a63c4=helper[_0x527dc5(0x246)](_0x1cf230['config'],_0x3f2292,constants[_0x527dc5(0x1e6)]['CODECEPT']);_0x5a63c4[_0x527dc5(0x20a)](_0xdc8854=>{const _0x4ecae3=_0x527dc5;helper[_0x4ecae3(0x245)](_0xdc8854);}),helper[_0x527dc5(0x1d1)](_0x1cf230[_0x527dc5(0x1f8)])?_0x1a74de=_0x275abd[_0x527dc5(0x224)](_0x10f42d,_0x1cf230[_0x527dc5(0x1f8)]['platforms'][_0x527dc5(0x1ea)]):_0x1a74de=_0x10f42d,_0x5a63c4['forEach'](_0x5e6ef7=>{const _0x5da201=_0x527dc5,_0x2e8382=_0x275abd['UuZPv'](helper[_0x5da201(0x202)](_0x5e6ef7,'_'),'_'+Date[_0x5da201(0x203)]()),_0x1a6c42=((()=>{const _0x41bf46=_0x5da201;if(_0x1e6394){const _0x58bb22=pwToCodeceptBrowser[_0x5e6ef7['browserName']]||_0x5e6ef7[_0x41bf46(0x25c)];return{'browser':_0x58bb22,[_0x58bb22]:{'browserWSEndpoint':_0x275abd[_0x41bf46(0x1d2)](helper[_0x41bf46(0x21d)](_0x1cf230[_0x41bf46(0x1f8)]),_0x275abd[_0x41bf46(0x237)](encodeURIComponent,JSON['stringify'](_0x5e6ef7)))}};}const _0x3383e5={};return _0x3383e5['desiredCapabilities']=_0x5e6ef7,_0x3383e5[_0x41bf46(0x22d)]=_0x1cf230[_0x41bf46(0x1f8)][_0x41bf46(0x1ca)],_0x3383e5['key']=_0x1cf230['config'][_0x41bf46(0x209)],_0x3383e5;})()),_0x4d1ff6=_0x275abd[_0x5da201(0x24c)](nestedKeyValue,_0xfe912c,[_0x275abd[_0x5da201(0x1d8)],_0x5eccf7]);_0x31f685[_0x2e8382]=_0x4d1ff6?helper[_0x5da201(0x1e5)](_0x1a6c42,_0x4d1ff6):_0x1a6c42;if(_0x1e6394)_0x31f685[_0x2e8382]['browser']=pwToCodeceptBrowser[_0x5e6ef7[_0x5da201(0x25c)]]||_0x5e6ef7[_0x5da201(0x25c)];else{_0x31f685[_0x2e8382][_0x5da201(0x22e)]=_0x5e6ef7[_0x5da201(0x25c)]||_0x1a6c42['browser'];if(_0x275abd['XFYZh'](isBrowserstackInfra)){_0x31f685[_0x2e8382][_0x5da201(0x21a)]=constants[_0x5da201(0x1c8)]['replace'](_0x275abd[_0x5da201(0x1e4)],'')[_0x5da201(0x23e)](/https?:\/\//,'');;_0x31f685[_0x2e8382][_0x5da201(0x215)]=_0x275abd[_0x5da201(0x1e4)];}}_0x2a623d[_0x5da201(0x25a)](_0x2e8382);});}else{_0x1a74de=0x1;if(_0x1e6394){const _0x4cbf4c=_0x275abd[_0x527dc5(0x1bf)](nestedKeyValue,_0xfe912c,[_0x275abd[_0x527dc5(0x1d8)],_0x5eccf7,_0x275abd['ypFkq']]),_0x4f4bd8=_0x275abd[_0x527dc5(0x24c)](nestedKeyValue,_0xfe912c,[_0x275abd[_0x527dc5(0x1d8)],_0x5eccf7,_0x4cbf4c]);if(_0x4f4bd8&&_0x4f4bd8['browserWSEndpoint']){const _0x32f6c0={};_0x32f6c0[_0x527dc5(0x1bb)]=[],_0x4f4bd8['browserWSEndpoint']=helper[_0x527dc5(0x246)](Object[_0x527dc5(0x247)]({},_0x1cf230['config'],_0x32f6c0),null,_0x1b8b92[_0x527dc5(0x1c3)](),null,null,_0x4f4bd8[_0x527dc5(0x1f4)]);}}else{const _0x75b8ea={};_0x75b8ea[_0x527dc5(0x1bb)]=[],_0xfe912c[_0x275abd[_0x527dc5(0x1d8)]][_0x5eccf7][_0x275abd[_0x527dc5(0x21c)]]=helper[_0x527dc5(0x246)](Object['assign']({},_0x1cf230[_0x527dc5(0x1f8)],_0x75b8ea),null,_0x1b8b92[_0x527dc5(0x1c3)](),_0x275abd[_0x527dc5(0x227)](nestedKeyValue,_0xfe912c,[_0x275abd[_0x527dc5(0x1d8)],_0x5eccf7,_0x275abd[_0x527dc5(0x21c)]])||{},null,null);}_0x31f685[_0x275abd['OLKJQ']]=_0xfe912c,_0x2a623d[_0x527dc5(0x25a)](_0x275abd[_0x527dc5(0x253)]);}const _0x185a2d={};_0x185a2d[_0x527dc5(0x20d)]=_0x87b17a;const _0x4b7cde=_0x185a2d,_0x82888=path[_0x527dc5(0x220)](__dirname,_0x275abd[_0x527dc5(0x1bd)]),_0x11b0e9=process['cwd']();process[_0x527dc5(0x223)][_0x275abd['GqKwx']]=_0x11b0e9,process['chdir'](path[_0x527dc5(0x235)](_0x87b17a));const _0x1d2a84=new CodeceptJS[(_0x527dc5(0x1f6))](null,_0x4b7cde),_0x3a8c8c=_0x1d2a84[_0x527dc5(0x222)](_0x1a74de),_0x1599ea=testOpsHelper['isTestObservabilitySession'](),_0x496df6=_0x2a623d[_0x527dc5(0x1db)](_0x379248=>{const _0x33601e=_0x527dc5,_0xba39={};_0xba39[_0x33601e(0x208)]=_0x31f685[_0x379248];const _0x1d0f50={};_0x1d0f50[_0x33601e(0x20c)]=_0x31f685[_0x379248];const _0x14ab85=_0x1e6394?_0xba39:_0x1d0f50,_0x26ea89=_0x275abd[_0x33601e(0x254)](getO11yRerunPattern),_0x148a0b={};_0x148a0b[_0x33601e(0x221)]=_0x14ab85;const _0x26de08={};_0x26de08[_0x33601e(0x1b9)]=_0x82888,_0x26de08[_0x33601e(0x238)]=!![],_0x26de08[_0x33601e(0x1e3)]=_0x1cf230[_0x33601e(0x1f8)][_0x33601e(0x1da)][_0x33601e(0x1e3)],_0x26de08['skipSessionStatus']=_0x1cf230[_0x33601e(0x1f8)][_0x33601e(0x1da)][_0x33601e(0x1fb)],_0x26de08[_0x33601e(0x242)]=_0x1599ea,_0x26de08['frameworkName']=_0x1b8b92;const _0x2b5ff5={};_0x2b5ff5[_0x33601e(0x213)]=_0x26de08;const _0x523403={};return _0x523403[_0x33601e(0x256)]=_0x2b5ff5,helper['mergeDeep']({},_0xfe912c,_0x275abd['grNTv'](isBrowserstackInfra)?_0x148a0b:{},_0x26ea89?{'grep':_0x26ea89}:{},_0x523403);});for(const _0x19e2ca of _0x496df6){for(const _0x12ed56 of _0x3a8c8c){const _0x414be0=_0x1d2a84[_0x527dc5(0x1dd)]();_0x414be0[_0x527dc5(0x1cd)](_0x12ed56),_0x414be0[_0x527dc5(0x21e)](_0x19e2ca);const _0x5b0278={};_0x5b0278[_0x527dc5(0x1f8)]=_0x87b17a,_0x414be0[_0x527dc5(0x20f)](Object[_0x527dc5(0x247)](_0x5b0278,_0x136e14));}}_0x1d2a84['on'](CodeceptJS[_0x527dc5(0x1ba)]['test'][_0x527dc5(0x1d5)],(_0x1d21d1,_0x31b09e)=>{const _0x47a45a=_0x527dc5;console[_0x47a45a(0x1d6)](_0x275abd[_0x47a45a(0x23d)],_0x1d21d1['title']);const _0xafdd34={[_0x1d21d1[_0x47a45a(0x219)]]:_0x1d21d1[_0x47a45a(0x25d)][_0x47a45a(0x24a)]};_testErrorData[_0x47a45a(0x25a)](_0xafdd34);}),_0x1d2a84['on'](CodeceptJS[_0x527dc5(0x1ba)]['test']['passed'],async _0x246ed5=>{const _0x31f5bd=_0x527dc5;console[_0x31f5bd(0x1d6)](_0x275abd[_0x31f5bd(0x248)],_0x246ed5[_0x31f5bd(0x219)]);}),_0x1d2a84['on'](CodeceptJS[_0x527dc5(0x1ba)][_0x527dc5(0x1cc)][_0x527dc5(0x1c7)],async _0x33f6a9=>{const _0x56571b=_0x527dc5;console[_0x56571b(0x1d6)](_0x275abd[_0x56571b(0x24e)],_0x33f6a9[_0x56571b(0x219)]);}),_0x1d2a84['on'](CodeceptJS[_0x527dc5(0x1ba)][_0x527dc5(0x24f)]['result'],async()=>{const _0x14ab30=_0x527dc5,_0x2ef1a0=_0x275abd[_0x14ab30(0x21f)][_0x14ab30(0x1ef)]('|');let _0x1bf8d5=0x0;while(!![]){switch(_0x2ef1a0[_0x1bf8d5++]){case'0':try{await TestHubHandler[_0x14ab30(0x216)]();}catch(_0x4e067f){logger[_0x14ab30(0x1e0)](_0x14ab30(0x1e2)+util[_0x14ab30(0x1d0)](_0x4e067f));}continue;case'1':utilities[_0x14ab30(0x231)](_0x1cf230);continue;case'2':PerformanceTester[_0x14ab30(0x1fa)](PerformanceEvents[_0x14ab30(0x232)]);continue;case'3':_0x1cf230[_0x14ab30(0x1e7)]=_testErrorData;continue;case'4':testOpsHelper['printBuildLink']();continue;case'5':_0x1d2a84['printResults']();continue;}break;}});async function _0x369493(){const _0x1fd972=_0x527dc5;try{await _0x1d2a84[_0x1fd972(0x200)](),await _0x1d2a84[_0x1fd972(0x1f1)]();}finally{process[_0x1fd972(0x217)](_0x11b0e9),await _0x1d2a84[_0x1fd972(0x1c0)]();}}PerformanceTester[_0x527dc5(0x258)](PerformanceEvents[_0x527dc5(0x1c9)]),_0x275abd[_0x527dc5(0x22b)](_0x369493);}module['exports']=run;function a2_0x4e7b(){const _0x49836e=['length','desiredCapabilities','QNPKM','../../helpers/performance/performance-tester','accessibilityOptions','split','63063RSLWGs','run','handleApp','Started\x20:\x20','browserWSEndpoint','../utils/constants','Workers','findIndex','config','1370192XZpNqn','start','skipSessionStatus','playwright-chromium','100pehcfb','../../helpers/utilities','playwright-firefox','bootstrapAll','useW3C','getPlatformName','now','Failed\x20:\x20','chrome','nvZFN','../../helpers/test-observability/utils','Playwright','accessKey','forEach','slice','WebDriver','testConfig','util','addOptions','stringify','trim','../../helpers/test-observability/constants','BrowserStackPlugin','isUndefined','path','stop','chdir','USER_CONFIG_DETAILS_PATH','title','host','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','wCUwP','getPlaywrightUrl','addConfig','qcPdh','join','helpers','createGroupsOfSuites','env','RkNRi','2|3|4|1|0|5','262196UZFlgi','AEsoQ','../../helpers/helper','15681wvpVnE','chromium','XFYZh','../../helpers/performance/constants','user','browser','codeceptjs','codecept.json','finalExecution','SDK_CLEANUP','profile','BrowserStackPlugin.js','dirname','launchBuild','hxZLU','enabled','18OmqiGf','webkit','uxwvP','codeceptjs/lib/index.js','JesUz','replace','PrkdG','cCxtL','root','testObservability','process','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','setAdditionalCapabilities','prepareCapabilities','assign','QAYJo','info','stack','1167552YtfWNx','RGlzo','BROWSERSTACK_TEST_ACCESSIBILITY_YML','SJPNj','all','validateRerunTestList','codecept.conf.js','qDQuc','OLKJQ','MjXWp','parallelsPerPlatform','plugins','isTrue','end','isEmpty','push','../../helpers/BrowserStackSetup','browserName','err','zDMlL','require','event','platforms','../../helpers/testhub/testhubHandler','lXngg','cwd','hfrEC','teardownAll','CODECEPT_CUCUMBER','accessibility','toLowerCase','/wd/hub','winstonLogger','grNTv','before','hubUrl','SDK_SETUP','userName','eWzZg','test','addTests','RLsjs','2XfmKyD','format','validPlatformsPresent','vJdog','getUserWorkerCount','3917320FgBSHb','failed','log','BROWSERSTACK_TEST_OBSERVABILITY_YML','okOMs','existsSync','testContextOptions','map','CODECEPT','spawn','--config','301715xZgnfe','debug','smGwx','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','skipSessionName','QAKXD','mergeDeep','FRAMEWORKS','errorMessage','TvrVp','../../helpers/logger'];a2_0x4e7b=function(){return _0x49836e;};return a2_0x4e7b();}
|
|
2
|
+
'use strict';function a2_0x4a9d(_0x2ecaff,_0x6ad0e){const _0x5b63cf=a2_0x5b63();return a2_0x4a9d=function(_0x4a9db5,_0x14f434){_0x4a9db5=_0x4a9db5-0x98;let _0x2b98bc=_0x5b63cf[_0x4a9db5];return _0x2b98bc;},a2_0x4a9d(_0x2ecaff,_0x6ad0e);}const a2_0x25fc6c=a2_0x4a9d;(function(_0x398eda,_0x2a31c5){const _0x31618c=a2_0x4a9d,_0x1a01cd=_0x398eda();while(!![]){try{const _0x42755e=-parseInt(_0x31618c(0xff))/0x1*(parseInt(_0x31618c(0x101))/0x2)+parseInt(_0x31618c(0x104))/0x3+-parseInt(_0x31618c(0x127))/0x4+parseInt(_0x31618c(0xcf))/0x5*(-parseInt(_0x31618c(0xeb))/0x6)+parseInt(_0x31618c(0x99))/0x7*(parseInt(_0x31618c(0xa2))/0x8)+-parseInt(_0x31618c(0xe8))/0x9*(parseInt(_0x31618c(0xce))/0xa)+parseInt(_0x31618c(0x9a))/0xb;if(_0x42755e===_0x2a31c5)break;else _0x1a01cd['push'](_0x1a01cd['shift']());}catch(_0x211416){_0x1a01cd['push'](_0x1a01cd['shift']());}}}(a2_0x5b63,0x6c284));const fs=require('fs'),path=require(a2_0x25fc6c(0xf2)),util=require('util'),process=require('process'),logger=require(a2_0x25fc6c(0xb4))[a2_0x25fc6c(0xae)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a2_0x25fc6c(0xf5)),utilities=require(a2_0x25fc6c(0xa5)),{checkAccessibilityPlatformConfig}=require(a2_0x25fc6c(0xb5)),{setAccessibilityCapabilities}=require('../../bin/playwright/accessibility-helper'),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x25fc6c(0xf5)),CodeceptJS=requireModule(a2_0x25fc6c(0xf1),a2_0x25fc6c(0xee)),testOpsHelper=require('../../helpers/test-observability/utils'),TestHubHandler=require(a2_0x25fc6c(0x98)),constants=require(a2_0x25fc6c(0x120)),PerformanceTester=require('../../helpers/performance/performance-tester'),{FRAMEWORKS}=require(a2_0x25fc6c(0x117)),PerformanceEvents=require(a2_0x25fc6c(0x125))[a2_0x25fc6c(0xc6)],ClientTroubleShootingService=require(a2_0x25fc6c(0x12d)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x83218b,_0x5e81b4)=>{const _0x8302c2=a2_0x25fc6c,_0x56f28a={};_0x56f28a[_0x8302c2(0xf4)]=function(_0x2c7628,_0x26e26b){return _0x2c7628===_0x26e26b;},_0x56f28a[_0x8302c2(0xad)]=_0x8302c2(0xe7),_0x56f28a[_0x8302c2(0x126)]='codecept.json';const _0x5a2a12=_0x56f28a;let _0x4163ec=null;const _0x181923={};let _0x47e316=_0x5e81b4[_0x8302c2(0xe4)](_0x332614=>_0x332614==='--config');_0x5a2a12[_0x8302c2(0xf4)](_0x47e316,-0x1)&&(_0x47e316=_0x5e81b4[_0x8302c2(0xe4)](_0x7ed488=>_0x7ed488==='-c'));if(!helper[_0x8302c2(0xa1)](_0x83218b[_0x8302c2(0xa4)])&&fs[_0x8302c2(0x9e)](path[_0x8302c2(0x113)](process['cwd'](),_0x83218b['config'])))_0x4163ec=path[_0x8302c2(0x113)](process['cwd'](),_0x83218b['config']),_0x5e81b4[_0x8302c2(0xf9)](_0x47e316,0x2);else{if(!helper[_0x8302c2(0xa1)](_0x83218b['c'])&&fs[_0x8302c2(0x9e)](path[_0x8302c2(0x113)](process[_0x8302c2(0xc5)](),_0x83218b['c'])))_0x4163ec=path[_0x8302c2(0x113)](process[_0x8302c2(0xc5)](),_0x83218b['c']),_0x5e81b4['slice'](_0x47e316,0x2);else{if(fs[_0x8302c2(0x9e)](path[_0x8302c2(0x113)](process['cwd'](),_0x5a2a12[_0x8302c2(0xad)])))_0x4163ec=path['join'](process[_0x8302c2(0xc5)](),_0x5a2a12[_0x8302c2(0xad)]);else fs['existsSync'](path[_0x8302c2(0x113)](process[_0x8302c2(0xc5)](),_0x5a2a12[_0x8302c2(0x126)]))&&(_0x4163ec=path[_0x8302c2(0x113)](process[_0x8302c2(0xc5)](),_0x5a2a12[_0x8302c2(0x126)]));}}return process[_0x8302c2(0xf6)][_0x8302c2(0xa3)]=_0x4163ec,_0x4163ec;},getO11yRerunPattern=()=>{const _0x83b16b=a2_0x25fc6c,_0x2e7f4e=helper[_0x83b16b(0xc4)](process[_0x83b16b(0xf6)]['BROWSERSTACK_RERUN']);if(_0x2e7f4e){const _0x3f896e=process[_0x83b16b(0xf6)]['BROWSERSTACK_RERUN_TESTS'],_0x3468a2=[];if(helper['validateRerunTestList'](_0x3f896e)&&!helper[_0x83b16b(0xa1)](_0x3f896e)){_0x3f896e['split'](',')[_0x83b16b(0x11e)](_0x4cf82f=>{const _0x1dd151=_0x83b16b;_0x3468a2[_0x1dd151(0x114)]('('+_0x4cf82f['trim']()+')');});const _0x137349='^'+_0x3468a2['join']('|')+'$';return _0x137349;}}return null;},a2_0x1a7552={};function a2_0x5b63(){const _0x3910aa=['playwright-webkit','BROWSERSTACK_TEST_ACCESSIBILITY_YML','enabled','browserName','fXNWV','winstonLogger','hubUrl','gEHEa','result','chdir','gherkin','../../helpers/logger','../../helpers/accessibility-automation/helper','PcIBV','now','jKuhA','nnzTj','BVhEu','load','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','accessibility','stack','title','testObservability','errorMessage','firefox','FRAMEWORKS','isTrue','cwd','EVENTS','info','debug','profile','ANVom','YluhI','mhfNF','testContextOptions','1360oJtCzb','179920TSdHvR','0|4|5|3|1|2','event','key','browser','CODECEPT','BrowserStackPlugin','end','SNqoQ','skipSessionStatus','test','/wd/hub','split','createGroupsOfSuites','replace','SDK_CLEANUP','helpers','platforms','all','isTestObservabilitySession','Playwright','findIndex','browserWSEndpoint','validPlatformsPresent','codecept.conf.js','40023cEWcMw','eBmeA','browserStackCwd','42ZPsOga','addOptions','log','codeceptjs','accessibilityOptions','mergeDeep','codeceptjs/lib/index.js','path','addTests','TRenr','../../helpers/helper','env','parallelsPerPlatform','UVrbS','slice','failed','bnLhN','useW3C','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','chromium','301565PdaHVN','IjEJy','2iaaRTv','stop','Failed\x20:\x20','103302kPVvsA','printResults','handleApp','setAdditionalCapabilities','user','start','teardownAll','BrowserStackPlugin.js','root','userName','prepareCapabilities','printBuildLink','GhTKB','Started\x20:\x20','getPlaywrightUrl','join','push','frameworkName','toLowerCase','../../helpers/test-observability/constants','vsdqv','YlHPz','LrdVK','bwEDJ','exports','before','map','assign','../utils/constants','VtqjA','run','chrome','skipSessionName','../../helpers/performance/constants','ApeaB','1786356mPisFP','forEach','dirname','initialize','EiQpG','isEmpty','../utils/clientTroubleshootingService','require','YZjEP','cHUSb','webkit','BBtvw','jzpcx','desiredCapabilities','../../helpers/testhub/testhubHandler','5173tRFCJX','21147665bncrtH','playwright-firefox','addConfig','passed','existsSync','playwright-chromium','plugins','isUndefined','984StJTcU','USER_CONFIG_DETAILS_PATH','config','../../helpers/utilities','BROWSERSTACK_TEST_OBSERVABILITY_YML','cOjrm','stringify'];a2_0x5b63=function(){return _0x3910aa;};return a2_0x5b63();}a2_0x1a7552[a2_0x25fc6c(0x123)]=a2_0x25fc6c(0xfe),a2_0x1a7552[a2_0x25fc6c(0x9f)]=a2_0x25fc6c(0xfe),a2_0x1a7552[a2_0x25fc6c(0x9b)]=a2_0x25fc6c(0xc2),a2_0x1a7552[a2_0x25fc6c(0xa9)]=a2_0x25fc6c(0x131);const pwToCodeceptBrowser=a2_0x1a7552;async function run(_0xb3ae14,_0x312291,_0x204e35){const _0x21db9b=a2_0x25fc6c,_0x3fde0a={'PcIBV':function(_0x48be3e,_0xf846f){return _0x48be3e+_0xf846f;},'BBtvw':function(_0x258028,_0x3761e6){return _0x258028(_0x3761e6);},'vsdqv':function(_0x2c9a0e,_0x3991ac){return _0x2c9a0e+_0x3991ac;},'VtqjA':function(_0x16418e,_0x38cb2a,_0x1da14f){return _0x16418e(_0x38cb2a,_0x1da14f);},'LrdVK':_0x21db9b(0xdf),'nnzTj':function(_0x48f498){return _0x48f498();},'BVhEu':_0x21db9b(0xda),'QFKUr':function(_0x3bfa32){return _0x3bfa32();},'eBmeA':function(_0x181dad){return _0x181dad();},'ANVom':_0x21db9b(0x103),'mhfNF':'Passed\x20:\x20','bnLhN':_0x21db9b(0x111),'RSYDR':_0x21db9b(0xd0),'IjEJy':_0x21db9b(0xbc),'YluhI':_0x21db9b(0xe3),'SNqoQ':'WebDriver','YZjEP':function(_0x3c0871,_0x5d7bbe){return _0x3c0871(_0x5d7bbe);},'EiQpG':function(_0x36d975,_0x5b49cb){return _0x36d975!=_0x5b49cb;},'UVrbS':function(_0x55172e,_0x41a0f6){return _0x55172e===_0x41a0f6;},'cOjrm':function(_0x5c35e1,_0x32c073,_0x561c9f){return _0x5c35e1(_0x32c073,_0x561c9f);},'YlHPz':_0x21db9b(0xb3),'bfpCZ':function(_0x93a91b,_0x4b8c83){return _0x93a91b*_0x4b8c83;},'vxeDR':_0x21db9b(0xd3),'MtawD':function(_0x32b9cd,_0x4a772c,_0x5b923f){return _0x32b9cd(_0x4a772c,_0x5b923f);},'jKuhA':'desiredCapabilities','GhTKB':function(_0x7b6474,_0x22f1c9,_0x35d3c6){return _0x7b6474(_0x22f1c9,_0x35d3c6);},'bwEDJ':_0x21db9b(0x10c),'jzpcx':_0x21db9b(0x10b),'gEHEa':_0x21db9b(0xea),'cHUSb':function(_0x22ab39){return _0x22ab39();}};await _0x204e35[_0x21db9b(0x12a)](_0xb3ae14),await helper[_0x21db9b(0x106)](_0x204e35['config']);if(!_0x204e35['config'])return;process[_0x21db9b(0xc9)]=_0xb3ae14['profile'];_0xb3ae14[_0x21db9b(0xc9)]&&(process[_0x21db9b(0xf6)]['profile']=_0xb3ae14[_0x21db9b(0xc9)]);const _0x374343=_0x3fde0a['VtqjA'](getUserCodeceptJSConfigs,_0xb3ae14,_0x312291);let _0x3bda5f={};_0x374343?(logger[_0x21db9b(0xc7)]('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0x374343),_0x3bda5f=CodeceptJS[_0x21db9b(0xa4)][_0x21db9b(0xbb)](_0x374343)):logger[_0x21db9b(0xc7)](_0x3fde0a[_0x21db9b(0x100)]);let _0x2a36b7=![];_0x3fde0a['VtqjA'](nestedKeyValue,_0x3bda5f,[_0x3fde0a['LrdVK'],_0x3fde0a[_0x21db9b(0xcb)]])&&(_0x2a36b7=!![]);const _0x827b67=_0x2a36b7?_0x3fde0a[_0x21db9b(0xcb)]:_0x3fde0a[_0x21db9b(0xd7)];let _0x2a76ff=!_0x2a36b7?helper[_0x21db9b(0xfc)](_0x204e35['config']):![];!helper['isUndefined'](_0x204e35[_0x21db9b(0xa4)][_0x21db9b(0xef)])&&(process[_0x21db9b(0xf6)][_0x21db9b(0xfd)]=JSON[_0x21db9b(0xa8)](_0x204e35[_0x21db9b(0xa4)][_0x21db9b(0xef)]));let _0x6e8db=_0x204e35['config'][_0x21db9b(0xbd)];_0x6e8db=_0x6e8db||_0x3fde0a[_0x21db9b(0x12f)](checkAccessibilityPlatformConfig,_0x204e35['config']),process[_0x21db9b(0xf6)][_0x21db9b(0xaa)]=_0x6e8db;_0x6e8db&&(_0x2a76ff=!_0x6e8db);_0x3fde0a[_0x21db9b(0x12b)](_0x204e35[_0x21db9b(0xa4)][_0x21db9b(0xc0)],null)?process['env']['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x204e35[_0x21db9b(0xa4)][_0x21db9b(0xc0)]:process[_0x21db9b(0xf6)][_0x21db9b(0xa6)]=_0x3fde0a[_0x21db9b(0xf8)](_0x827b67,_0x3fde0a[_0x21db9b(0xcb)]);const _0x39b31e=_0x3fde0a[_0x21db9b(0xa7)](nestedKeyValue,_0x3bda5f,[_0x3fde0a[_0x21db9b(0x119)]]),_0x30e1c7=_0x39b31e&&!helper[_0x21db9b(0x12c)](_0x39b31e)?FRAMEWORKS['CODECEPT_CUCUMBER']:FRAMEWORKS[_0x21db9b(0xd4)],_0x112036=await TestHubHandler['launchBuild'](_0x30e1c7,_0x204e35);_0x6e8db&&_0x3fde0a['BBtvw'](setAccessibilityCapabilities,_0x204e35[_0x21db9b(0xa4)]);const _0x59edf0={},_0x273f5b=[],_0x46cf4b=_0x204e35[_0x21db9b(0xa4)][_0x21db9b(0xf7)]||helper['getUserWorkerCount'](_0xb3ae14,_0x312291,_0x204e35[_0x21db9b(0xa4)],constants['FRAMEWORKS'][_0x21db9b(0xd4)])||0x1;let _0x1c0414=0x1;if(_0x3fde0a[_0x21db9b(0xe9)](isBrowserstackInfra)){const _0x24a386=helper[_0x21db9b(0x10e)](_0x204e35[_0x21db9b(0xa4)],_0x2a76ff,constants[_0x21db9b(0xc3)][_0x21db9b(0xd4)]);_0x24a386[_0x21db9b(0x128)](_0x1d807a=>{const _0x2af7c4=_0x21db9b;helper[_0x2af7c4(0x107)](_0x1d807a);}),helper[_0x21db9b(0xe6)](_0x204e35['config'])?_0x1c0414=_0x3fde0a['bfpCZ'](_0x46cf4b,_0x204e35['config']['platforms']['length']):_0x1c0414=_0x46cf4b,_0x24a386[_0x21db9b(0x128)](_0x16f642=>{const _0x249ce8=_0x21db9b,_0xaa50cb=_0x3fde0a[_0x249ce8(0x118)](helper['getPlatformName'](_0x16f642,'_'),'_'+Date[_0x249ce8(0xb7)]()),_0x209a33=((()=>{const _0x4e9447=_0x249ce8;if(_0x2a36b7){const _0x58041a=pwToCodeceptBrowser[_0x16f642[_0x4e9447(0xac)]]||_0x16f642[_0x4e9447(0xac)];return{'browser':_0x58041a,[_0x58041a]:{'browserWSEndpoint':_0x3fde0a[_0x4e9447(0xb6)](helper[_0x4e9447(0x112)](_0x204e35[_0x4e9447(0xa4)]),_0x3fde0a[_0x4e9447(0x132)](encodeURIComponent,JSON['stringify'](_0x16f642)))}};}const _0x593725={};return _0x593725[_0x4e9447(0x134)]=_0x16f642,_0x593725[_0x4e9447(0x108)]=_0x204e35[_0x4e9447(0xa4)][_0x4e9447(0x10d)],_0x593725[_0x4e9447(0xd2)]=_0x204e35[_0x4e9447(0xa4)]['accessKey'],_0x593725;})()),_0x3faff6=_0x3fde0a[_0x249ce8(0x121)](nestedKeyValue,_0x3bda5f,[_0x3fde0a[_0x249ce8(0x11a)],_0x827b67]);_0x59edf0[_0xaa50cb]=_0x3faff6?helper[_0x249ce8(0xf0)](_0x209a33,_0x3faff6):_0x209a33;if(_0x2a36b7)_0x59edf0[_0xaa50cb][_0x249ce8(0xd3)]=pwToCodeceptBrowser[_0x16f642['browserName']]||_0x16f642[_0x249ce8(0xac)];else{_0x59edf0[_0xaa50cb][_0x249ce8(0xd3)]=_0x16f642[_0x249ce8(0xac)]||_0x209a33[_0x249ce8(0xd3)];if(_0x3fde0a[_0x249ce8(0xb9)](isBrowserstackInfra)){_0x59edf0[_0xaa50cb]['host']=constants[_0x249ce8(0xaf)][_0x249ce8(0xdd)](_0x3fde0a[_0x249ce8(0xba)],'')[_0x249ce8(0xdd)](/https?:\/\//,'');;_0x59edf0[_0xaa50cb]['path']=_0x3fde0a[_0x249ce8(0xba)];}}_0x273f5b[_0x249ce8(0x114)](_0xaa50cb);});}else{_0x1c0414=0x1;if(_0x2a36b7){const _0x54669d=_0x3fde0a[_0x21db9b(0xa7)](nestedKeyValue,_0x3bda5f,[_0x3fde0a[_0x21db9b(0x11a)],_0x827b67,_0x3fde0a['vxeDR']]),_0x85f07b=_0x3fde0a['MtawD'](nestedKeyValue,_0x3bda5f,[_0x3fde0a[_0x21db9b(0x11a)],_0x827b67,_0x54669d]);if(_0x85f07b&&_0x85f07b[_0x21db9b(0xe5)]){const _0xd705df={};_0xd705df[_0x21db9b(0xe0)]=[],_0x85f07b['browserWSEndpoint']=helper[_0x21db9b(0x10e)](Object[_0x21db9b(0x11f)]({},_0x204e35['config'],_0xd705df),null,_0x30e1c7[_0x21db9b(0x116)](),null,null,_0x85f07b[_0x21db9b(0xe5)]);}}else{const _0x3e943f={};_0x3e943f[_0x21db9b(0xe0)]=[],_0x3bda5f[_0x3fde0a[_0x21db9b(0x11a)]][_0x827b67][_0x3fde0a['jKuhA']]=helper[_0x21db9b(0x10e)](Object[_0x21db9b(0x11f)]({},_0x204e35[_0x21db9b(0xa4)],_0x3e943f),null,_0x30e1c7['toLowerCase'](),_0x3fde0a[_0x21db9b(0x110)](nestedKeyValue,_0x3bda5f,[_0x3fde0a[_0x21db9b(0x11a)],_0x827b67,_0x3fde0a[_0x21db9b(0xb8)]])||{},null,null);}_0x59edf0[_0x3fde0a[_0x21db9b(0x11b)]]=_0x3bda5f,_0x273f5b[_0x21db9b(0x114)](_0x3fde0a[_0x21db9b(0x11b)]);}const _0x320baf={};_0x320baf['testConfig']=_0x374343;const _0x489b5f=_0x320baf,_0x2ddcbb=path[_0x21db9b(0x113)](__dirname,_0x3fde0a[_0x21db9b(0x133)]),_0x3dae81=process[_0x21db9b(0xc5)]();process[_0x21db9b(0xf6)][_0x3fde0a[_0x21db9b(0xb0)]]=_0x3dae81,process['chdir'](path[_0x21db9b(0x129)](_0x374343));const _0x11ab1f=new CodeceptJS['Workers'](null,_0x489b5f),_0x45b7c1=_0x11ab1f[_0x21db9b(0xdc)](_0x1c0414),_0x10ec68=testOpsHelper[_0x21db9b(0xe2)](),_0x5ec2fa=_0x273f5b[_0x21db9b(0x11e)](_0x28e65f=>{const _0xd3095e=_0x21db9b,_0xc25f2e={};_0xc25f2e['Playwright']=_0x59edf0[_0x28e65f];const _0x330ddd={};_0x330ddd['WebDriver']=_0x59edf0[_0x28e65f];const _0x195123=_0x2a36b7?_0xc25f2e:_0x330ddd,_0x3a1276=_0x3fde0a['QFKUr'](getO11yRerunPattern),_0x49e35f={};_0x49e35f[_0xd3095e(0xdf)]=_0x195123;const _0x39365e={};_0x39365e[_0xd3095e(0x12e)]=_0x2ddcbb,_0x39365e[_0xd3095e(0xab)]=!![],_0x39365e[_0xd3095e(0x124)]=_0x204e35[_0xd3095e(0xa4)][_0xd3095e(0xcd)][_0xd3095e(0x124)],_0x39365e[_0xd3095e(0xd8)]=_0x204e35[_0xd3095e(0xa4)][_0xd3095e(0xcd)][_0xd3095e(0xd8)],_0x39365e[_0xd3095e(0xc0)]=_0x10ec68,_0x39365e[_0xd3095e(0x115)]=_0x30e1c7;const _0x208e78={};_0x208e78[_0xd3095e(0xd5)]=_0x39365e;const _0x59fab9={};return _0x59fab9[_0xd3095e(0xa0)]=_0x208e78,helper[_0xd3095e(0xf0)]({},_0x3bda5f,_0x3fde0a[_0xd3095e(0xe9)](isBrowserstackInfra)?_0x49e35f:{},_0x3a1276?{'grep':_0x3a1276}:{},_0x59fab9);});for(const _0x42a20e of _0x5ec2fa){for(const _0x4f337e of _0x45b7c1){const _0x5606c5=_0x11ab1f['spawn']();_0x5606c5[_0x21db9b(0xf3)](_0x4f337e),_0x5606c5[_0x21db9b(0x9c)](_0x42a20e);const _0x462bcd={};_0x462bcd[_0x21db9b(0xa4)]=_0x374343,_0x5606c5[_0x21db9b(0xec)](Object['assign'](_0x462bcd,_0xb3ae14));}}_0x11ab1f['on'](CodeceptJS['event'][_0x21db9b(0xd9)][_0x21db9b(0xfa)],(_0x2ca673,_0x471292)=>{const _0x5a6296=_0x21db9b;console[_0x5a6296(0xed)](_0x3fde0a[_0x5a6296(0xca)],_0x2ca673[_0x5a6296(0xbf)]);const _0x27821d={[_0x2ca673['title']]:_0x2ca673['err'][_0x5a6296(0xbe)]};_testErrorData['push'](_0x27821d);}),_0x11ab1f['on'](CodeceptJS[_0x21db9b(0xd1)][_0x21db9b(0xd9)][_0x21db9b(0x9d)],async _0x5bc055=>{const _0x34b0b8=_0x21db9b;console[_0x34b0b8(0xed)](_0x3fde0a[_0x34b0b8(0xcc)],_0x5bc055[_0x34b0b8(0xbf)]);}),_0x11ab1f['on'](CodeceptJS[_0x21db9b(0xd1)][_0x21db9b(0xd9)][_0x21db9b(0x11d)],async _0x5c0d3c=>{const _0x4b1b41=_0x21db9b;console[_0x4b1b41(0xed)](_0x3fde0a[_0x4b1b41(0xfb)],_0x5c0d3c[_0x4b1b41(0xbf)]);}),_0x11ab1f['on'](CodeceptJS[_0x21db9b(0xd1)][_0x21db9b(0xe1)][_0x21db9b(0xb1)],async()=>{const _0x1bd3d3=_0x21db9b,_0x3da25d=_0x3fde0a['RSYDR'][_0x1bd3d3(0xdb)]('|');let _0x4f3f5c=0x0;while(!![]){switch(_0x3da25d[_0x4f3f5c++]){case'0':PerformanceTester[_0x1bd3d3(0x109)](PerformanceEvents[_0x1bd3d3(0xde)]);continue;case'1':try{await TestHubHandler[_0x1bd3d3(0x102)]();}catch(_0x5c24cc){logger[_0x1bd3d3(0xc8)]('Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20'+util['format'](_0x5c24cc));}continue;case'2':_0x11ab1f[_0x1bd3d3(0x105)]();continue;case'3':utilities['finalExecution'](_0x204e35);continue;case'4':_0x204e35[_0x1bd3d3(0xc1)]=_testErrorData;continue;case'5':testOpsHelper[_0x1bd3d3(0x10f)]();continue;}break;}});async function _0xa85061(){const _0x319db9=_0x21db9b;try{await _0x11ab1f['bootstrapAll'](),await _0x11ab1f[_0x319db9(0x122)]();}finally{process[_0x319db9(0xb2)](_0x3dae81),await _0x11ab1f[_0x319db9(0x10a)]();}}PerformanceTester[_0x21db9b(0xd6)](PerformanceEvents['SDK_SETUP']),_0x3fde0a[_0x21db9b(0x130)](_0xa85061);}module[a2_0x25fc6c(0x11c)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a3_0x2d755a=a3_0x4f3c;function a3_0x4f3c(_0x4d8a74,_0x4ab141){const _0xd8208b=a3_0xd820();return a3_0x4f3c=function(_0x4f3cb0,_0x4a6376){_0x4f3cb0=_0x4f3cb0-0xf7;let _0x14002e=_0xd8208b[_0x4f3cb0];return _0x14002e;},a3_0x4f3c(_0x4d8a74,_0x4ab141);}function a3_0xd820(){const _0x3f8c23=['Zlznz','723nrlYpR','caps','WebDriver','UGHDT','parse','SxPdf','config','name','bsSessionId','aWPEm','desiredCapabilities','ylSZU','getDetails','latest','gHfoj','12905010qVKrxM','platform_version','unknown_grid','9AJxoCP','winstonLogger','chrome','LkZIV','get','busFn','578235tNPiCg','osVersion','dxnSt','gWAgY','bDoCk','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','NCcwO','HaueC','4312lSoygw','browserName','browser','4563480IghcLE','shouldPatchExecuteScript','SDgAN','phHCT','3466650ejJcxv','browserWSEndpoint','constructor','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','vnNkc','playwright-chromium','platformName','browserstack_executor','platform','uJswJ','browserstack_accessibility_automation_script','80FCPGih','AGKAP','xAfgz','wSKWL','383822VHxkwY','fetchPlatformDetails','Playwright','browserVersion','VQSiu','sessionId','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','accessibilityPlatform','deviceName','../../helpers/helper','GgpjT','warn','SlaMQ','FxZxi','fFAmW','capabilities','SXDnA','PTsNh','wtsoe','../../helpers/logger','../../helpers/accessibility-automation/helper','os_version','4331012nHtWHn','wMXYR','cloudProvider','platformVersion'];a3_0xd820=function(){return _0x3f8c23;};return a3_0xd820();}(function(_0x138aec,_0x1273a8){const _0x53c6ae=a3_0x4f3c,_0x2144c1=_0x138aec();while(!![]){try{const _0x40127f=parseInt(_0x53c6ae(0x12d))/0x1+parseInt(_0x53c6ae(0x117))/0x2*(-parseInt(_0x53c6ae(0xf7))/0x3)+-parseInt(_0x53c6ae(0x143))/0x4+parseInt(_0x53c6ae(0x11e))/0x5+-parseInt(_0x53c6ae(0x11a))/0x6+parseInt(_0x53c6ae(0x10f))/0x7*(parseInt(_0x53c6ae(0x129))/0x8)+parseInt(_0x53c6ae(0x109))/0x9*(parseInt(_0x53c6ae(0x106))/0xa);if(_0x40127f===_0x1273a8)break;else _0x2144c1['push'](_0x2144c1['shift']());}catch(_0x250514){_0x2144c1['push'](_0x2144c1['shift']());}}}(a3_0xd820,0xcad36));const {isUndefined,nestedKeyValue}=require(a3_0x2d755a(0x136)),logger=require(a3_0x2d755a(0x140))[a3_0x2d755a(0x10a)],PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{isAccessibilityAutomationSession}=require(a3_0x2d755a(0x141)),{getObservabilityLinkedProductName}=require('../../helpers/test-observability/utils'),getOSVersionFromCaps=_0x1d5cfb=>{const _0x4416a4=a3_0x2d755a,_0x51dcaa={};_0x51dcaa[_0x4416a4(0x13f)]='bstack:options',_0x51dcaa[_0x4416a4(0x100)]=_0x4416a4(0x146),_0x51dcaa[_0x4416a4(0x12b)]='platform_version',_0x51dcaa[_0x4416a4(0x113)]=_0x4416a4(0x110),_0x51dcaa[_0x4416a4(0x11d)]=_0x4416a4(0x142);const _0x32f306=_0x51dcaa;if(!_0x1d5cfb)return null;const _0x539f5a=_0x1d5cfb[_0x32f306[_0x4416a4(0x13f)]],_0x274da7=[_0x32f306['aWPEm'],_0x32f306[_0x4416a4(0x12b)],_0x32f306['bDoCk'],_0x32f306[_0x4416a4(0x11d)]];for(const _0x5e8d61 of _0x274da7){if(_0x539f5a&&_0x539f5a[_0x5e8d61])return _0x539f5a[_0x5e8d61];else{if(_0x1d5cfb[_0x5e8d61])return _0x1d5cfb[_0x5e8d61];}}return null;};exports[a3_0x2d755a(0x12e)]=_0x4a8055=>{const _0x243ac7=a3_0x2d755a,_0x19a7b0={'mWdFA':_0x243ac7(0x108),'PTsNh':function(_0x2eb990,_0x3ebf10){return _0x2eb990===_0x3ebf10;},'gHfoj':_0x243ac7(0xf9),'VQSiu':function(_0x4ed891,_0x3c17c9){return _0x4ed891(_0x3c17c9);},'SlaMQ':function(_0x45ed2d,_0x2328f5,_0x39f8d7){return _0x45ed2d(_0x2328f5,_0x39f8d7);},'wMXYR':_0x243ac7(0xfd),'Zlznz':_0x243ac7(0x101),'OIwvR':function(_0xb54f1d,_0x1c24e8){return _0xb54f1d(_0x1c24e8);},'jytUs':function(_0x37f0b6,_0x302ee6){return _0x37f0b6===_0x302ee6;},'LkZIV':_0x243ac7(0x12f),'NCcwO':'browser','gWAgY':_0x243ac7(0x11f),'SxPdf':_0x243ac7(0xf8),'FxZxi':function(_0x31b648,_0x5a16a3){return _0x31b648(_0x5a16a3);}};if(!_0x4a8055)return null;let _0x49d3a0=global['__cloud_provider___']||_0x19a7b0['mWdFA'];if(_0x19a7b0[_0x243ac7(0x13e)](_0x4a8055[_0x243ac7(0x120)][_0x243ac7(0xfe)],_0x19a7b0[_0x243ac7(0x105)])){const _0x5b86e8=_0x4a8055[_0x243ac7(0x119)];if(!_0x5b86e8)return null;const _0x23b277=_0x5b86e8[_0x243ac7(0x13c)],_0x1804d8=_0x19a7b0[_0x243ac7(0x131)](getOSVersionFromCaps,_0x19a7b0[_0x243ac7(0x139)](nestedKeyValue,_0x4a8055,[_0x19a7b0[_0x243ac7(0x144)],_0x19a7b0[_0x243ac7(0x147)]]));return{[_0x49d3a0]:{'browser':_0x23b277[_0x243ac7(0x118)],'browser_version':_0x23b277[_0x243ac7(0x130)],'capabilities':_0x23b277,'platform':_0x23b277[_0x243ac7(0x124)],'platform_version':_0x23b277[_0x243ac7(0x146)]||_0x1804d8,'product':_0x19a7b0['OIwvR'](getObservabilityLinkedProductName,_0x23b277),'session_id':_0x5b86e8[_0x243ac7(0x132)]}};}else{if(_0x19a7b0['jytUs'](_0x4a8055['constructor'][_0x243ac7(0xfe)],_0x19a7b0[_0x243ac7(0x10c)])){const _0x24ee4e=PlaywrightSessionDetails[_0x243ac7(0x103)]();_0x49d3a0=_0x24ee4e[_0x243ac7(0x145)]||_0x49d3a0;const _0x43177a=_0x19a7b0[_0x243ac7(0x139)](nestedKeyValue,_0x4a8055,[_0x19a7b0[_0x243ac7(0x144)],_0x19a7b0[_0x243ac7(0x115)],_0x19a7b0[_0x243ac7(0x112)]]),_0xd43e57=_0x43177a?JSON[_0x243ac7(0xfb)](new URL(_0x43177a)['searchParams'][_0x243ac7(0x10d)](_0x19a7b0[_0x243ac7(0xfc)])):{};return{[_0x49d3a0]:{'browser':_0x24ee4e[_0x243ac7(0x119)]||_0xd43e57[_0x243ac7(0x118)],'browser_version':_0x24ee4e['browser_version']||_0xd43e57['browser_version'],'capabilities':_0xd43e57,'platform':_0x24ee4e[_0x243ac7(0x126)],'platform_version':_0x24ee4e[_0x243ac7(0x107)],'product':_0x19a7b0[_0x243ac7(0x13a)](getObservabilityLinkedProductName,_0xd43e57),'session_id':_0x24ee4e[_0x243ac7(0xff)]}};}}},exports['processWebDriverConfig']=_0x2160e6=>{const _0xa106a5=a3_0x2d755a,_0x1bf0af={'SDgAN':function(_0x2ff872){return _0x2ff872();},'fFAmW':function(_0x203fec,_0x2f7eee){return _0x203fec===_0x2f7eee;},'fXJBy':_0xa106a5(0x104),'AGKAP':function(_0x1111cd,_0x926718){return _0x1111cd>_0x926718;},'SXDnA':function(_0x5a7a05,_0x5b395a){return _0x5a7a05(_0x5b395a);},'ylSZU':_0xa106a5(0x133),'dxnSt':_0xa106a5(0x10b),'GgpjT':function(_0x3e1af3,_0x45e71b){return _0x3e1af3===_0x45e71b;},'busFn':_0xa106a5(0x123),'DhjaQ':_0xa106a5(0x121),'uJswJ':_0xa106a5(0x114)};if(_0x1bf0af[_0xa106a5(0x11c)](isAccessibilityAutomationSession)){const _0x1e722f=_0x2160e6['browser'],_0x2802d8=_0x1e722f['capabilities'];global[_0xa106a5(0x134)]=!![],!(_0x1bf0af[_0xa106a5(0x13b)](_0x2802d8['browserVersion'],_0x1bf0af['fXJBy'])||_0x1bf0af[_0xa106a5(0x12a)](_0x1bf0af[_0xa106a5(0x13d)](parseInt,_0x2802d8[_0xa106a5(0x130)]),0x5e))&&(logger[_0xa106a5(0x138)](_0x1bf0af[_0xa106a5(0x102)]),global['accessibilityPlatform']=![]),!(_0x1bf0af[_0xa106a5(0x13b)](_0x2802d8[_0xa106a5(0x118)],_0x1bf0af[_0xa106a5(0x111)])||_0x1bf0af[_0xa106a5(0x137)](_0x2802d8[_0xa106a5(0x118)],_0x1bf0af[_0xa106a5(0x10e)]))&&(logger[_0xa106a5(0x138)](_0x1bf0af['DhjaQ']),global['accessibilityPlatform']=![]),!_0x1bf0af[_0xa106a5(0x13d)](isUndefined,_0x2802d8[_0xa106a5(0x135)])&&(logger[_0xa106a5(0x138)](_0x1bf0af[_0xa106a5(0x127)]),global['accessibilityPlatform']=![]);}},exports[a3_0x2d755a(0x11b)]=_0x336495=>{const _0xb05491=a3_0x2d755a,_0x2b45a3={};_0x2b45a3[_0xb05491(0x122)]=function(_0x1d9e15,_0x1540f3){return _0x1d9e15!==_0x1540f3;},_0x2b45a3[_0xb05491(0xfa)]='string',_0x2b45a3[_0xb05491(0x116)]=_0xb05491(0x125),_0x2b45a3[_0xb05491(0x12c)]=_0xb05491(0x128);const _0x4cabeb=_0x2b45a3;if(!_0x336495)return![];else{if(_0x4cabeb['vnNkc'](typeof _0x336495,_0x4cabeb[_0xb05491(0xfa)]))return!![];}return!_0x336495['includes'](_0x4cabeb[_0xb05491(0x116)])&&!_0x336495['includes'](_0x4cabeb[_0xb05491(0x12c)]);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a4_0x18b938=a4_0x5a88;(function(_0x3ea581,_0x5003a7){const _0x2ab611=a4_0x5a88,_0x581fb1=_0x3ea581();while(!![]){try{const _0x5ae238=-parseInt(_0x2ab611(0xd2))/0x1*(-parseInt(_0x2ab611(0x120))/0x2)+parseInt(_0x2ab611(0x143))/0x3*(parseInt(_0x2ab611(0xe0))/0x4)+parseInt(_0x2ab611(0x179))/0x5+parseInt(_0x2ab611(0x180))/0x6*(parseInt(_0x2ab611(0x14c))/0x7)+parseInt(_0x2ab611(0xb3))/0x8*(parseInt(_0x2ab611(0x189))/0x9)+parseInt(_0x2ab611(0xdc))/0xa+parseInt(_0x2ab611(0x164))/0xb*(-parseInt(_0x2ab611(0xe7))/0xc);if(_0x5ae238===_0x5003a7)break;else _0x581fb1['push'](_0x581fb1['shift']());}catch(_0x35d4ae){_0x581fb1['push'](_0x581fb1['shift']());}}}(a4_0x1606,0x9bc64));const path=require('path'),fs=require('fs'),{v4:uuidv4}=require('uuid'),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require('../../helpers/helper'),testOpsHelper=require('../../helpers/test-observability/utils'),{getTestEnv}=require(a4_0x18b938(0xee)),{FRAMEWORKS}=require(a4_0x18b938(0x187)),logger=require('../../helpers/logger')[a4_0x18b938(0x16d)],SessionHandler=require(a4_0x18b938(0xce)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),PlaywrightSessionDetails=require(a4_0x18b938(0x134)),debug=testOpsHelper[a4_0x18b938(0x18b)],{processAccessibilityCaps}=require(a4_0x18b938(0x144)),Constants=require('../utils/constants'),{fetchPlatformDetails}=require(a4_0x18b938(0x11a)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x18b938(0xfc)),constants=require(a4_0x18b938(0x172)),STATE_PASSED=a4_0x18b938(0xc1),STATE_FAILED=a4_0x18b938(0x13a),a4_0x2f2986={};a4_0x2f2986[a4_0x18b938(0x14e)]=a4_0x18b938(0x109),a4_0x2f2986[a4_0x18b938(0xfa)]=a4_0x18b938(0xd4),a4_0x2f2986[a4_0x18b938(0xe9)]=a4_0x18b938(0xf2),a4_0x2f2986['HOOK_RUN_STARTED']='HookRunStarted',a4_0x2f2986['HOOK_RUN_FINISHED']=a4_0x18b938(0x178);function a4_0x5a88(_0x323eca,_0x6b8569){const _0x16067c=a4_0x1606();return a4_0x5a88=function(_0x5a88b9,_0x436808){_0x5a88b9=_0x5a88b9-0x9c;let _0x46e24f=_0x16067c[_0x5a88b9];return _0x46e24f;},a4_0x5a88(_0x323eca,_0x6b8569);}const TEST_EVENTS=a4_0x2f2986,parseEvent=_0x497dfe=>{const _0x932e7c=a4_0x18b938,_0x4a65a0={};_0x4a65a0[_0x932e7c(0xa2)]=function(_0x11e0f3,_0x283f23){return _0x11e0f3<_0x283f23;},_0x4a65a0['YOrsJ']=function(_0xffac4e,_0x362e02){return _0xffac4e===_0x362e02;},_0x4a65a0[_0x932e7c(0x10f)]=_0x932e7c(0x117),_0x4a65a0[_0x932e7c(0x136)]=_0x932e7c(0x159),_0x4a65a0[_0x932e7c(0x112)]=function(_0x4aad97,_0x3c758f){return _0x4aad97===_0x3c758f;},_0x4a65a0[_0x932e7c(0xde)]='skipped',_0x4a65a0[_0x932e7c(0x132)]=_0x932e7c(0xea),_0x4a65a0[_0x932e7c(0x110)]=function(_0x4a2f3d,_0x2627cb){return _0x4a2f3d===_0x2627cb;},_0x4a65a0[_0x932e7c(0xda)]=_0x932e7c(0xb4);const _0x443e33=_0x4a65a0,_0x551dc6=_0x497dfe[_0x932e7c(0x128)](/^(.*)Run(.*)$/);if(!_0x551dc6)return null;if(_0x443e33['oKFnc'](_0x551dc6[_0x932e7c(0x15b)],0x3))return null;const _0x36f6a0=_0x551dc6[0x1][_0x932e7c(0x17e)](),_0x46b2c7=_0x551dc6[0x2][_0x932e7c(0x17e)]();return{'test':_0x443e33[_0x932e7c(0x162)](_0x36f6a0,_0x443e33['WmJJY']),'hook':_0x443e33['YOrsJ'](_0x36f6a0,_0x443e33['KIFGd']),'skipped':_0x443e33['ZQtsQ'](_0x46b2c7,_0x443e33[_0x932e7c(0xde)]),'started':_0x443e33['YOrsJ'](_0x46b2c7,_0x443e33[_0x932e7c(0x132)]),'finished':_0x443e33['qmEob'](_0x46b2c7,_0x443e33['nAZbw'])};},mockPWBrowserType=_0x250391=>{const _0xcd7c3b=a4_0x18b938,_0x1c5709={'odbcW':function(_0x154bb9,_0x59a315){return _0x154bb9===_0x59a315;},'YNJux':'string','QDGfr':function(_0x228d55,_0x300a7e,_0x18facc){return _0x228d55(_0x300a7e,_0x18facc);},'ZVReM':'wsEndpoint','KanDq':function(_0x4f5805,_0x25a91a){return _0x4f5805(_0x25a91a);},'efpHB':'browserstack','Megas':function(_0x1ef3c3,_0x300afc,_0x265627){return _0x1ef3c3(_0x300afc,_0x265627);},'dYvgE':function(_0x54cc8c,_0x106e00){return _0x54cc8c(_0x106e00);},'BNGQu':_0xcd7c3b(0xc8),'qBuzn':_0xcd7c3b(0xe6),'LZBkN':_0xcd7c3b(0xc4),'qATbg':function(_0xcfe173,_0x282df6){return _0xcfe173(_0x282df6);},'fsqZc':_0xcd7c3b(0xf4),'bafpY':_0xcd7c3b(0x167),'ucUZW':'launch'},_0x134bea=path['join'](_0x1c5709[_0xcd7c3b(0xf9)],_0x1c5709[_0xcd7c3b(0xa0)],_0x1c5709[_0xcd7c3b(0x10c)]),_0x20c991=_0x1c5709['KanDq'](importFileFromPWCore,_0x134bea);if(!_0x20c991){_0x1c5709[_0xcd7c3b(0x12e)](debug,_0x1c5709[_0xcd7c3b(0x13c)]);return;}const _0xaf16b=_0x20c991['BrowserType'],_0x4dfc9b=_0xaf16b[_0xcd7c3b(0xcd)];if(_0x4dfc9b['obsBrowserTypeMockApplied'])return;const _0x9d0003=_0x4dfc9b['connect'];Object[_0xcd7c3b(0xca)](_0x4dfc9b,_0x1c5709[_0xcd7c3b(0x113)],{'get':function(){return async function _0x237536(_0x51661c,_0x29b7c8){const _0x470dfc=a4_0x5a88,_0x146bdc={'WSJeu':function(_0x309871,_0x24a739){const _0x405112=a4_0x5a88;return _0x1c5709[_0x405112(0xa4)](_0x309871,_0x24a739);},'MsOKn':_0x1c5709[_0x470dfc(0x185)]},_0x48468c=_0x1c5709[_0x470dfc(0xa6)](nestedKeyValue,_0x51661c,[_0x1c5709[_0x470dfc(0x115)]])||_0x51661c;let _0x13f07b=null,_0x4d55c9=null;try{[_0x4d55c9,_0x13f07b]=_0x48468c?_0x1c5709[_0x470dfc(0x190)](parseWSEndpoint,_0x48468c):[null,null],global[_0x470dfc(0xc2)]=_0x13f07b,logger[_0x470dfc(0x18b)](_0x470dfc(0xc0)+_0x4d55c9),_0x4d55c9[_0x470dfc(0xab)](Constants['BROWSERSTACK'])&&(global[_0x470dfc(0xfb)]=_0x1c5709[_0x470dfc(0x12a)]);}catch(_0x4b6cfa){logger['debug'](_0x470dfc(0x13e)+_0x48468c+'\x20'+_0x4b6cfa);}_0x1c5709[_0x470dfc(0xdd)](processAccessibilityCaps,_0x13f07b,_0x4d55c9);if(global[_0x470dfc(0xc3)]){const _0x2125e5=await _0x4dfc9b[_0x470dfc(0x126)][_0x470dfc(0x11f)](this,[''+Constants[_0x470dfc(0x133)]+_0x1c5709[_0x470dfc(0x14f)](encodeURIComponent,JSON['stringify'](_0x13f07b))]);return PlaywrightSessionDetails['setupBrowserDetails'](_0x2125e5,_0x250391,_0x48468c),_0x2125e5;}return _0x9d0003[_0x470dfc(0x11f)](this,arguments)[_0x470dfc(0x176)](_0x3acb90=>{const _0x4de495=_0x470dfc;let _0x4fbd59=_0x51661c['wsEndpoint'];return _0x146bdc[_0x4de495(0xdb)](typeof _0x51661c,_0x146bdc[_0x4de495(0x12c)])&&(_0x4fbd59=_0x51661c),PlaywrightSessionDetails[_0x4de495(0xa8)](_0x3acb90,_0x250391,_0x4fbd59),_0x3acb90;});};}});const _0x3af570=_0x4dfc9b['launch'];Object[_0xcd7c3b(0xca)](_0x4dfc9b,_0x1c5709['ucUZW'],{'get':function(){return async function _0x3cee0a(){const _0x336f52=a4_0x5a88;return _0x3af570[_0x336f52(0x11f)](this,arguments)[_0x336f52(0x176)](_0x26149b=>{const _0x44c447=_0x336f52;return PlaywrightSessionDetails[_0x44c447(0xa8)](_0x26149b,null),_0x26149b;});};}});};function a4_0x1606(){const _0xf4f834=['oKFnc','err','odbcW','hook_type','QDGfr','JMuwk','setupBrowserDetails','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','failureData','includes','toISOString','\x20with\x20error\x20:\x20','skipped','CODECEPT','CHcvx','_beforeEach','mqfdQ','5304TxThQJ','finished','KFyKD','yiCNV','LogCreated','wxVKo','hookAnalyticsId','now','meta','ctx','dmgKj','kCzmW','PathHelper','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','passed','__platformCaps','accessibilityPlatform','browserType.js','errorsDetailed','csHmB','Udnfo','lib','bs:addLog:','defineProperty','getTime','message','prototype','../../helpers/test-observability/sessionHandler','getHookType','groups','QTYKE','31fVFXOC','YrNfR','TestRunFinished','BdAXF','oCCty','cwd','hZKfM','STATE_PASSED','nAZbw','WSJeu','2374580hCWnpf','Megas','BGcNl','xMGIx','4rSuyAz','gTHiK','failure','JTsPh','Wvmrp','type','client','1204476ScNKUc','duration','TEST_RUN_SKIPPED','started','IQfdg','config','constructor','../mocha/test-observability/mochaUtils','nvJkN','suites','exports','TestRunSkipped','concat','Not\x20able\x20to\x20import\x20Browser','_testEnv','dirname','FkUzM','TEST_REPORTING_ANALYTICS','BNGQu','TEST_RUN_FINISHED','__cloud_provider___','../../helpers/testhub/utils.js','HqGpn','BnJOF','_paths','MaQRy','currentHook','captureEvent','mHHtN','hDoyB','body','Playwright','failure_backtrace','patchConsoleLogger','TestRunStarted','getFailureType','inspect','LZBkN','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','hook_run_uuid','WmJJY','qmEob','uDhzE','ZQtsQ','bafpY','bddSteps','ZVReM','test_run','test','javascript','bddStepStart','./helper.js','findGitConfig','PsKRZ','find','STATE_FAILED','apply','15898fsTgCv','keyword','iJUQD','_afterAll','testAnalyticsId','startedAt','connectOverCDP','name','match','pWPbh','efpHB','fullTitle','MsOKn','shutdown','qATbg','uuid','relative','mzQzo','bVTju','PLAYWRIGHT_HUB_URL','../playwright/sessionDetails','appendTestItemLog','KIFGd','rtjgp','oPngs','integrations','failed','.git','fsqZc','getCBTInfo','Failed\x20to\x20parse\x20wsendpoint\x20','stepAnalyticsId','CJWlm','_beforeAll','EiXZP','1327239tqsFyR','../playwright/accessibility-helper','initializeBddStep','AhNaD','replace','getHierarchy','failed\x20to\x20get\x20root\x20parent\x20file\x20','prefixTestPath','location_prefix','7SLazUP','title','TEST_RUN_STARTED','dYvgE','split','frameworkName','AVKIF','eGONH','pending','bind','driver','qBFlv','enabled','hook','statSync','length','qEWqn','result','oicFJ','uploadEventData','file_name','_afterEach','YOrsJ','getRootParentFile','385nlOEkB','O11yHelper','GTcHQ','connect','pid','vBEDN','hooks','currentTest','feature','winstonLogger','event_type','stop','mapTestHooks','NNIZI','../utils/constants','test_run_uuid','KakPl','parent','then','text','HookRunFinished','3864485fMMXfw','file','logs','status','KHBCM','toLowerCase','failure_reason_expanded','7578966jarEXi','markedStatus','finished_at','forEach','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','YNJux','5|0|2|3|1|4','../../helpers/test-observability/constants','resetSkipTestHooks','16137dDOgns','RyEsJ','debug','push','retryOf','IcKht','removeAllListeners','KanDq','iUjZt','lPFRa','DcZuz','backtrace','sendCBTInfo','TEST_EVENTS','qBuzn','mkfyN'];a4_0x1606=function(){return _0xf4f834;};return a4_0x1606();}class O11yHelper{[a4_0x18b938(0x16b)]=null;[a4_0x18b938(0x101)]=null;[a4_0x18b938(0x158)]=![];[a4_0x18b938(0x151)]=![];constructor(_0x4f7188,_0x3351c5){const _0x2f9821=a4_0x18b938,_0x115dd0={'IQfdg':_0x2f9821(0x186),'KFyKD':function(_0x45493c){return _0x45493c();},'iUjZt':function(_0x316090,_0x3bfffd){return _0x316090===_0x3bfffd;},'mHHtN':_0x2f9821(0x106),'YrNfR':function(_0x484ccc,_0x971bd){return _0x484ccc(_0x971bd);},'mqfdQ':function(_0x592b1e){return _0x592b1e();}},_0x486e99=_0x115dd0[_0x2f9821(0xeb)][_0x2f9821(0x150)]('|');let _0x326330=0x0;while(!![]){switch(_0x486e99[_0x326330++]){case'0':this[_0x2f9821(0x151)]=_0x3351c5[_0x2f9821(0x151)];continue;case'1':this[_0x2f9821(0xff)]=new testOpsHelper[(_0x2f9821(0xbf))]({'cwd':process[_0x2f9821(0xd7)]()},this[_0x2f9821(0xf5)][_0x2f9821(0x14b)]);continue;case'2':this[_0x2f9821(0x156)]=_0x4f7188;continue;case'3':this[_0x2f9821(0xf5)]=_0x115dd0[_0x2f9821(0xb5)](getTestEnv);continue;case'4':this[_0x2f9821(0x156)]&&_0x115dd0[_0x2f9821(0x191)](this[_0x2f9821(0x156)][_0x2f9821(0xed)]['name'],_0x115dd0[_0x2f9821(0x103)])&&_0x115dd0[_0x2f9821(0xd3)](mockPWBrowserType,null);continue;case'5':this['enabled']=_0x115dd0[_0x2f9821(0xb2)](shouldProcessEventForTesthub);continue;}break;}}['start'](){const _0x4db2a9=a4_0x18b938;if(!this[_0x4db2a9(0x158)])return;testOpsHelper[_0x4db2a9(0x108)](),process[_0x4db2a9(0x18f)](_0x4db2a9(0xc9)+process[_0x4db2a9(0x168)]),process['on'](_0x4db2a9(0xc9)+process[_0x4db2a9(0x168)],this[_0x4db2a9(0x135)][_0x4db2a9(0x155)](this));}async[a4_0x18b938(0x16f)](){const _0x3ed9d9=a4_0x18b938;await RequestQueueHandler['getInstance']()[_0x3ed9d9(0x12d)]();}async[a4_0x18b938(0x135)](_0x7e9ef0){const _0x2aa641=a4_0x18b938,_0x4a107f={'mzQzo':_0x2aa641(0xb7),'gTHiK':function(_0x7c028d,_0x4b1519){return _0x7c028d(_0x4b1519);}};try{this[_0x2aa641(0x101)]&&!this[_0x2aa641(0x101)]['markedStatus']&&(_0x7e9ef0[_0x2aa641(0x10e)]=this[_0x2aa641(0x101)]['hookAnalyticsId']);!_0x7e9ef0['hook_run_uuid']&&this['currentTest']&&!this[_0x2aa641(0x16b)]['markedStatus']&&(_0x7e9ef0[_0x2aa641(0x173)]=this['currentTest'][_0x2aa641(0x124)]);if(_0x7e9ef0['hook_run_uuid']||_0x7e9ef0[_0x2aa641(0x173)]){const _0x25eed8={};_0x25eed8['event_type']=_0x4a107f[_0x2aa641(0x131)],_0x25eed8[_0x2aa641(0x17b)]=[_0x7e9ef0],await SessionHandler[_0x2aa641(0x15f)](_0x25eed8);}}catch(_0x24a6f5){_0x4a107f[_0x2aa641(0xe1)](debug,'Exception\x20in\x20uploading\x20log\x20data\x20to\x20'+constants[_0x2aa641(0xf8)]+_0x2aa641(0xad)+_0x24a6f5);}}async[a4_0x18b938(0x9e)](_0x25aed7){const _0x474a86=a4_0x18b938,_0x4f0d0b={'hDoyB':'CBTSessionCreated','HMIsb':function(_0x3591a3,_0x2490f4){return _0x3591a3(_0x2490f4);}};if(!this[_0x474a86(0x158)])return;const _0x219563=this[_0x474a86(0x13d)](this[_0x474a86(0x156)]);try{const _0x132685={};_0x132685[_0x474a86(0x12f)]=_0x25aed7,_0x132685[_0x474a86(0x139)]=_0x219563;const _0x45429f=_0x132685,_0x48fc34={};_0x48fc34[_0x474a86(0x16e)]=_0x4f0d0b[_0x474a86(0x104)],_0x48fc34['test_run']=_0x45429f,await SessionHandler[_0x474a86(0x15f)](_0x48fc34);}catch(_0x577111){_0x4f0d0b['HMIsb'](debug,_0x474a86(0xa9)+constants[_0x474a86(0xf8)]+_0x474a86(0xad)+_0x577111);}}['getCBTInfo'](_0x374756){const _0x26982a=a4_0x18b938,_0x530686={'iJUQD':function(_0x5f52dc,_0xa9ce68){return _0x5f52dc(_0xa9ce68);}};return _0x530686[_0x26982a(0x122)](fetchPlatformDetails,_0x374756);}[a4_0x18b938(0x188)]=_0x2eacc3=>{const _0x1ffbe2=a4_0x18b938,_0x2ed547={};_0x2ed547['yiCNV']=_0x1ffbe2(0xb1),_0x2ed547['oPngs']=_0x1ffbe2(0x161);const _0x314dc5=_0x2ed547;if(!_0x2eacc3||!_0x2eacc3[_0x1ffbe2(0x175)])return;[_0x314dc5[_0x1ffbe2(0xb6)],_0x314dc5[_0x1ffbe2(0x138)]][_0x1ffbe2(0x183)](_0x3a98a8=>{const _0x2cecc2=_0x1ffbe2,_0x131bf0=_0x2eacc3[_0x2cecc2(0x175)][_0x3a98a8];_0x131bf0[_0x2cecc2(0x183)](_0x1b330d=>{const _0x191b62=_0x2cecc2;_0x1b330d[_0x191b62(0xb9)]&&(_0x1b330d['hookAnalyticsId']=null);});});};[a4_0x18b938(0x170)](_0x9b9176){const _0x63ed2b=a4_0x18b938,_0x4b26e9={'BnJOF':'codeceptjs','GTcHQ':function(_0x3d7916){return _0x3d7916();},'KHBCM':function(_0x2755dd,_0x4fa482){return _0x2755dd===_0x4fa482;},'BdAXF':_0x63ed2b(0x161),'RyEsJ':_0x63ed2b(0x141),'CJWlm':_0x63ed2b(0x123),'IydZh':_0x63ed2b(0xb1)};if(!_0x9b9176||!_0x9b9176[_0x63ed2b(0x175)])return;[_0x4b26e9[_0x63ed2b(0x18a)],_0x4b26e9[_0x63ed2b(0x140)],_0x4b26e9['IydZh'],_0x4b26e9[_0x63ed2b(0xd5)]][_0x63ed2b(0x183)](_0x175c5c=>{const _0x13c7ca=_0x63ed2b,_0x5ab4b2=_0x9b9176[_0x13c7ca(0x175)][_0x175c5c]||[];_0x5ab4b2[_0x13c7ca(0x183)](_0x2dca33=>{const _0xb687fd=_0x13c7ca;if(_0x2dca33[_0xb687fd(0x14d)][_0xb687fd(0xab)](_0x4b26e9[_0xb687fd(0xfe)]))return;if(!_0x2dca33['hookAnalyticsId'])_0x2dca33['hookAnalyticsId']=_0x4b26e9[_0xb687fd(0x166)](uuidv4);else _0x2dca33['markedStatus']&&_0x4b26e9[_0xb687fd(0x17d)](_0x175c5c,_0x4b26e9[_0xb687fd(0xd5)])&&(_0x2dca33[_0xb687fd(0xb9)]=_0x4b26e9[_0xb687fd(0x166)](uuidv4),delete _0x2dca33[_0xb687fd(0x181)]);});}),this['mapTestHooks'](_0x9b9176['parent']);}['getHooksForTest'](_0x17a7b7){const _0x4af14c=a4_0x18b938,_0x555871={};_0x555871['nPoqC']=_0x4af14c(0x141),_0x555871[_0x4af14c(0xc7)]=_0x4af14c(0x123),_0x555871[_0x4af14c(0xe3)]='_beforeEach',_0x555871[_0x4af14c(0x157)]=_0x4af14c(0x161);const _0x4115be=_0x555871;if(!_0x17a7b7||!_0x17a7b7['parent'])return[];const _0x514cc7=[];return[_0x4115be['nPoqC'],_0x4115be['Udnfo'],_0x4115be[_0x4af14c(0xe3)],_0x4115be[_0x4af14c(0x157)]][_0x4af14c(0x183)](_0x3a28db=>{const _0x4b123a=_0x4af14c,_0x4f28c5=_0x17a7b7[_0x4b123a(0x175)][_0x3a28db]||[];_0x4f28c5['forEach'](_0xc46c94=>{const _0x4848af=_0x4b123a;_0xc46c94[_0x4848af(0xb9)]&&_0x514cc7[_0x4848af(0x18c)](_0xc46c94[_0x4848af(0xb9)]);});}),[][_0x4af14c(0xf3)](_0x514cc7,this['getHooksForTest'](_0x17a7b7[_0x4af14c(0x175)]));}[a4_0x18b938(0xcf)](_0x1bdcee){const _0x45e929=a4_0x18b938,_0x26f3a9=/^"(?<hook>.*)" hook:.*$/,_0x298c59=_0x1bdcee[_0x45e929(0x14d)],_0x5988be=_0x298c59[_0x45e929(0x128)](_0x26f3a9);if(_0x5988be&&_0x5988be['groups'])return _0x5988be[_0x45e929(0xd0)][_0x45e929(0x159)]['toUpperCase']()[_0x45e929(0x147)]('\x20','_');return null;}[a4_0x18b938(0x11b)](_0x59aa96){const _0x1ee9be=a4_0x18b938,_0x2b249a={};_0x2b249a[_0x1ee9be(0x153)]=function(_0x3931ef,_0x4927c3){return _0x3931ef===_0x4927c3;},_0x2b249a[_0x1ee9be(0x111)]=function(_0x506cea,_0x36147e){return _0x506cea===_0x36147e;},_0x2b249a[_0x1ee9be(0x11c)]=function(_0x11c28f,_0x3af15d){return _0x11c28f===_0x3af15d;},_0x2b249a[_0x1ee9be(0x152)]=_0x1ee9be(0x13b),_0x2b249a['kCzmW']=_0x1ee9be(0xec);const _0x4a8394=_0x2b249a,_0x5aaa0d=path['sep'];if(_0x4a8394['eGONH'](_0x59aa96,null)||_0x4a8394['uDhzE'](_0x59aa96,'')||_0x4a8394[_0x1ee9be(0x11c)](_0x59aa96,_0x5aaa0d)||_0x4a8394[_0x1ee9be(0x111)](_0x59aa96,path[_0x1ee9be(0xf6)](_0x59aa96)))return null;try{return fs[_0x1ee9be(0x15a)](path['join'](_0x59aa96,_0x4a8394['AVKIF'],_0x4a8394[_0x1ee9be(0xbe)])),_0x59aa96;}catch(_0x13b7c1){const _0x4563d9=path[_0x1ee9be(0xf6)](_0x59aa96);return this['findGitConfig'](_0x4563d9);}}[a4_0x18b938(0x163)](_0x4d8373){const _0x5a946a=a4_0x18b938,_0x2cf3e3={};_0x2cf3e3[_0x5a946a(0xbd)]=function(_0xd1463,_0x4fb09d){return _0xd1463>_0x4fb09d;};const _0x12a1bd=_0x2cf3e3;if(_0x4d8373[_0x5a946a(0x17a)])return _0x4d8373[_0x5a946a(0x17a)];if(_0x4d8373[_0x5a946a(0xbc)]){const _0x498e6a=_0x4d8373['ctx'][_0x5a946a(0x16b)]?this[_0x5a946a(0x163)](_0x4d8373[_0x5a946a(0xbc)][_0x5a946a(0x16b)]):null;if(_0x498e6a)return _0x498e6a;}if(_0x4d8373[_0x5a946a(0x175)]){const _0x19ff62=this[_0x5a946a(0x163)](_0x4d8373['parent'])||(_0x4d8373['parent'][_0x5a946a(0xbc)]&&_0x4d8373[_0x5a946a(0x175)][_0x5a946a(0xbc)][_0x5a946a(0x16b)]?this[_0x5a946a(0x163)](_0x4d8373[_0x5a946a(0x175)][_0x5a946a(0xbc)][_0x5a946a(0x16b)]):null);if(_0x19ff62)return _0x19ff62;_0x4d8373[_0x5a946a(0x175)][_0x5a946a(0xf0)]&&_0x12a1bd[_0x5a946a(0xbd)](_0x4d8373[_0x5a946a(0x175)][_0x5a946a(0xf0)][_0x5a946a(0x15b)],0x0)&&_0x4d8373['parent'][_0x5a946a(0xf0)][_0x5a946a(0x183)](_0x253ab9=>{const _0x5676ce=_0x253ab9['ctx']?this['getRootParentFile'](_0x253ab9['ctx']):null;if(_0x5676ce)return _0x5676ce;});}return null;}[a4_0x18b938(0x148)](_0x1ea63f){const _0x15c515=a4_0x18b938,_0x1ecc82={};_0x1ecc82[_0x15c515(0x142)]=function(_0xbc2b27,_0x533b07){return _0xbc2b27!==_0x533b07;};const _0x429f21=_0x1ecc82,_0x17bc48=[];if(_0x1ea63f&&_0x1ea63f[_0x15c515(0x175)]){let _0x3dd8cf=_0x1ea63f[_0x15c515(0x175)];while(_0x3dd8cf&&_0x429f21[_0x15c515(0x142)](_0x3dd8cf[_0x15c515(0x14d)],'')){_0x17bc48[_0x15c515(0x18c)](_0x3dd8cf[_0x15c515(0x14d)]),_0x3dd8cf=_0x3dd8cf[_0x15c515(0x175)];}}return _0x17bc48;}[a4_0x18b938(0x102)](_0x1b38cd,_0x53e1b7,_0x7b119a=undefined){const _0x5ac5b3=a4_0x18b938,_0xd3fdac={'KakPl':function(_0x5e65da,_0x559937){return _0x5e65da(_0x559937);},'mkfyN':function(_0x4e1be2){return _0x4e1be2();},'FkUzM':function(_0x1ea861){return _0x1ea861();},'wxVKo':function(_0x255892){return _0x255892();},'rtjgp':function(_0x387e7d,_0x20d2a4){return _0x387e7d(_0x20d2a4);},'Wvmrp':'util','ZSVAJ':_0x5ac5b3(0xa3),'lPFRa':function(_0x581980,_0x4adf0d){return _0x581980!==_0x4adf0d;},'MaQRy':function(_0x15e571,_0x399da5){return _0x15e571!==_0x399da5;},'NNIZI':'File\x20path\x20could\x20not\x20be\x20found','qEWqn':'pending','AhNaD':'failed','xMGIx':_0x5ac5b3(0xc1),'jkXCs':'skipped','xIupj':_0x5ac5b3(0x118),'csHmB':function(_0x48e044,_0x114241){return _0x48e044-_0x114241;},'oCCty':function(_0x9cc0d9,_0x4e9f89,_0x13d247,_0xfec781,_0x832b05){return _0x9cc0d9(_0x4e9f89,_0x13d247,_0xfec781,_0x832b05);},'gAqsK':_0x5ac5b3(0x139),'nvJkN':_0x5ac5b3(0xbb),'IcKht':_0x5ac5b3(0xe2),'oicFJ':_0x5ac5b3(0x107),'JMuwk':_0x5ac5b3(0x9d),'WUsyI':_0x5ac5b3(0x17f),'pWPbh':'expanded','hZKfM':function(_0x365f83,_0x50a9a3){return _0x365f83===_0x50a9a3;},'muhRb':'hook_run','OThZD':_0x5ac5b3(0x116)};if(!this['enabled'])return;try{if(_0x53e1b7['fn']&&_0x53e1b7['fn']['toString']()[_0x5ac5b3(0x128)](/browserstack internal helper hook/))return;const _0x4839d0=_0xd3fdac[_0x5ac5b3(0x174)](parseEvent,_0x1b38cd);if(!_0x4839d0)return;if(_0x4839d0[_0x5ac5b3(0x117)]){this[_0x5ac5b3(0x16b)]=_0x53e1b7,this[_0x5ac5b3(0x101)]=null;if(_0x4839d0[_0x5ac5b3(0xea)]||_0x4839d0[_0x5ac5b3(0xae)]){_0x53e1b7[_0x5ac5b3(0x125)]=new Date(),_0x53e1b7['markedStatus']=![];if(!_0x53e1b7['testAnalyticsId'])_0x53e1b7[_0x5ac5b3(0x124)]=_0xd3fdac[_0x5ac5b3(0xa1)](uuidv4);else _0x53e1b7[_0x5ac5b3(0x181)]&&(!_0x53e1b7[_0x5ac5b3(0x18d)]&&(_0x53e1b7[_0x5ac5b3(0x18d)]=_0x53e1b7[_0x5ac5b3(0x124)]),_0x53e1b7['testAnalyticsId']=_0xd3fdac[_0x5ac5b3(0xa1)](uuidv4));}}else{if(_0x4839d0[_0x5ac5b3(0x159)]){this[_0x5ac5b3(0x101)]=_0x53e1b7;if(_0x4839d0['started']){_0x53e1b7[_0x5ac5b3(0x125)]=new Date(),_0x53e1b7[_0x5ac5b3(0x181)]=![];if(!_0x53e1b7[_0x5ac5b3(0xb9)])_0x53e1b7[_0x5ac5b3(0xb9)]=_0xd3fdac[_0x5ac5b3(0xf7)](uuidv4);else _0x53e1b7[_0x5ac5b3(0xb9)]&&_0x53e1b7[_0x5ac5b3(0x181)]&&(_0x53e1b7[_0x5ac5b3(0xb9)]=_0xd3fdac[_0x5ac5b3(0xb8)](uuidv4));}}}if(_0x4839d0[_0x5ac5b3(0xb4)]&&_0x53e1b7[_0x5ac5b3(0x181)])return;let _0x30c0f8;try{_0x30c0f8=this['getRootParentFile'](_0x53e1b7);}catch(_0x21a4b6){logger['debug'](_0x5ac5b3(0x149)+_0x21a4b6),_0x30c0f8=null;}const _0x4e68dc=_0xd3fdac[_0x5ac5b3(0x137)](require,_0xd3fdac[_0x5ac5b3(0xe4)]);let _0x95384f=[];_0x7b119a&&(_0x95384f=[_0x7b119a,_0xd3fdac['ZSVAJ']]);const _0x4e2dfa=_0xd3fdac[_0x5ac5b3(0x192)](_0x53e1b7[_0x5ac5b3(0xc5)],undefined)?_0x4e68dc[_0x5ac5b3(0x10b)](_0x53e1b7[_0x5ac5b3(0xc5)][0x0]):_0xd3fdac[_0x5ac5b3(0x100)](_0x7b119a,undefined)?_0x7b119a['toString']():undefined,_0x1a045f=_0x30c0f8?this[_0x5ac5b3(0x11b)](_0x30c0f8):null,_0x2c78b6=_0x30c0f8?this['_paths'][_0x5ac5b3(0x14a)](this[_0x5ac5b3(0x163)](_0x53e1b7)):_0xd3fdac[_0x5ac5b3(0x171)];let _0x4d0540=_0xd3fdac['qEWqn'];const _0x20118e=!_0x4839d0['started']?new Date()['toISOString']():null;if(_0x4839d0[_0x5ac5b3(0xb4)])_0x4d0540=_0x7b119a?_0xd3fdac['AhNaD']:_0xd3fdac[_0x5ac5b3(0xdf)],_0x53e1b7[_0x5ac5b3(0x181)]=!![];else _0x4839d0['skipped']&&(_0x4d0540=_0xd3fdac['jkXCs'],_0x53e1b7[_0x5ac5b3(0x181)]=!![]);const _0xa24ded={'framework':this['frameworkName'],'uuid':_0x53e1b7[_0x5ac5b3(0x124)]||_0x53e1b7[_0x5ac5b3(0xb9)],'name':_0x53e1b7['title'],'body':{'lang':_0xd3fdac['xIupj'],'code':_0x53e1b7[_0x5ac5b3(0x105)]['toString']()},'type':_0x53e1b7[_0x5ac5b3(0xe5)],'scope':_0x53e1b7[_0x5ac5b3(0x12b)](),'scopes':this[_0x5ac5b3(0x148)](_0x53e1b7),'file_name':_0x2c78b6,'vc_filepath':_0x1a045f?path[_0x5ac5b3(0x130)](_0x1a045f,_0x30c0f8):null,'location':_0x2c78b6,'result':_0x4d0540,'failure_reason':_0x4e2dfa,'duration_in_ms':_0x53e1b7[_0x5ac5b3(0xe8)]||(_0x4839d0[_0x5ac5b3(0xb4)]||_0x4839d0[_0x5ac5b3(0xae)])?_0xd3fdac[_0x5ac5b3(0xc6)](Date[_0x5ac5b3(0xba)](),new Date(_0x53e1b7['startedAt'])[_0x5ac5b3(0xcb)]()):null,'started_at':new Date(_0x53e1b7['startedAt'])['toISOString'](),'finished_at':_0x20118e,'failure':testOpsHelper[_0x5ac5b3(0xaa)][_0x5ac5b3(0x11f)](null,_0x95384f),'failure_type':!_0x4e2dfa?null:testOpsHelper[_0x5ac5b3(0x10a)](_0x4e2dfa),'retry_of':_0x53e1b7[_0x5ac5b3(0x18d)]||null,'tags':_0x53e1b7['tags']||[],'customRerunParam':{'rerun_name':_0x53e1b7[_0x5ac5b3(0x12b)]()}};_0xd3fdac[_0x5ac5b3(0xd6)](appendTesthubParams,_0xa24ded,_0x1b38cd,_0x53e1b7,FRAMEWORKS[_0x5ac5b3(0xaf)]);if(_0x4839d0[_0x5ac5b3(0x159)])[_0xa24ded[_0x5ac5b3(0xa5)],_0xa24ded['name']]=[this[_0x5ac5b3(0xcf)](_0x53e1b7),_0x53e1b7[_0x5ac5b3(0xbc)][_0x5ac5b3(0x117)]['title']],_0x4839d0[_0x5ac5b3(0xb4)]?_0xd3fdac['MaQRy'](_0xa24ded[_0x5ac5b3(0x15d)],_0xd3fdac[_0x5ac5b3(0x146)])&&(_0xa24ded['result']=_0xd3fdac[_0x5ac5b3(0xdf)]):_0xa24ded['body']={};else _0x4839d0['test']&&(this[_0x5ac5b3(0x170)](_0x53e1b7),_0x4839d0[_0x5ac5b3(0xae)]&&this[_0x5ac5b3(0x188)](_0x53e1b7),(_0x4839d0[_0x5ac5b3(0xb4)]||_0x4839d0[_0x5ac5b3(0xae)])&&(_0xa24ded[_0x5ac5b3(0x16a)]=this['getHooksForTest'](_0x53e1b7)));this[_0x5ac5b3(0x156)]&&(_0x4839d0[_0x5ac5b3(0xea)]||_0x4839d0[_0x5ac5b3(0xae)])&&(_0xa24ded[_0xd3fdac['gAqsK']]=this[_0x5ac5b3(0x13d)](this[_0x5ac5b3(0x156)]));_0x4839d0[_0x5ac5b3(0x117)]&&_0x4839d0['finished']&&_0x53e1b7['bddSteps']&&(_0xa24ded[_0xd3fdac[_0x5ac5b3(0xef)]]={'feature':{'name':_0x53e1b7['parent'][_0x5ac5b3(0x16c)][_0x5ac5b3(0x127)],'path':_0xa24ded[_0x5ac5b3(0x160)],'description':_0x53e1b7[_0x5ac5b3(0x175)]['comment']},'scenario':{'name':_0x53e1b7[_0x5ac5b3(0x14d)]},'steps':_0x53e1b7['bddSteps']});const _0x5de79b=_0xa24ded[_0xd3fdac[_0x5ac5b3(0x18e)]][0x0];_0x5de79b&&(_0xa24ded[_0xd3fdac[_0x5ac5b3(0x15e)]]=_0x5de79b[_0xd3fdac[_0x5ac5b3(0xa7)]],_0xa24ded[_0xd3fdac['WUsyI']]=_0x5de79b[_0xd3fdac[_0x5ac5b3(0x129)]]);if(_0x53e1b7[_0x5ac5b3(0x114)])for(const _0x48cc28 of _0x53e1b7[_0x5ac5b3(0x114)]){!_0x48cc28[_0x5ac5b3(0x182)]&&(_0x48cc28[_0x5ac5b3(0x182)]=new Date()[_0x5ac5b3(0xac)](),_0xd3fdac[_0x5ac5b3(0xd8)](_0x48cc28[_0x5ac5b3(0x15d)],_0xd3fdac[_0x5ac5b3(0x15c)])&&(_0x5de79b?(_0x48cc28[_0x5ac5b3(0x15d)]=_0xd3fdac[_0x5ac5b3(0x146)],_0x48cc28[_0x5ac5b3(0xe2)]=_0x5de79b[_0xd3fdac[_0x5ac5b3(0xa7)]][0x0]):_0x48cc28[_0x5ac5b3(0x15d)]=_0xd3fdac[_0x5ac5b3(0xdf)]));}const _0x4ebbed={};_0x4ebbed[_0x5ac5b3(0x16e)]=_0x4839d0['skipped']?TEST_EVENTS['TEST_RUN_FINISHED']:_0x1b38cd;const _0x26c34a=_0x4ebbed;return _0x4839d0[_0x5ac5b3(0x159)]?_0x26c34a[_0xd3fdac['muhRb']]=_0xa24ded:_0x26c34a[_0xd3fdac['OThZD']]=_0xa24ded,_0x26c34a;}catch(_0x214439){logger[_0x5ac5b3(0x18b)](_0x5ac5b3(0x10d)+_0x1b38cd+'\x20with\x20error\x20:\x20'+_0x214439);}}async['fireEvent'](_0x1be832,_0x24ffe9){const _0x3e0d32=a4_0x18b938;if(!this[_0x3e0d32(0x158)]||!_0x24ffe9||!_0x1be832)return![];try{return await SessionHandler['uploadEventData'](_0x24ffe9);}catch(_0x5a1b06){logger['debug'](_0x3e0d32(0x184)+_0x1be832+_0x3e0d32(0xad)+_0x5a1b06);}}[a4_0x18b938(0x145)](_0xce30d2){const _0x2740a6=a4_0x18b938,_0x18852b={};_0x18852b['vBEDN']=_0x2740a6(0x154);const _0x14bdc8=_0x18852b;return{'id':_0xce30d2[_0x2740a6(0x13f)],'text':_0xce30d2[_0x2740a6(0x177)],'keyword':_0xce30d2[_0x2740a6(0x121)],'started_at':_0xce30d2['startedAt'][_0x2740a6(0xac)](),'result':_0x14bdc8[_0x2740a6(0x169)]};}[a4_0x18b938(0x119)](_0x182ec8){const _0x3d7540=a4_0x18b938,_0xec811d={'DcZuz':function(_0x1338f2){return _0x1338f2();}};!this['currentTest'][_0x3d7540(0x114)]&&(this['currentTest'][_0x3d7540(0x114)]=[]),!_0x182ec8[_0x3d7540(0x13f)]&&(_0x182ec8[_0x3d7540(0x13f)]=_0xec811d[_0x3d7540(0x9c)](uuidv4),_0x182ec8[_0x3d7540(0x125)]=new Date(),this['currentTest'][_0x3d7540(0x114)][_0x3d7540(0x18c)](this[_0x3d7540(0x145)](_0x182ec8)));}['bddStepFinish'](_0x4b6816){const _0x4d2278=a4_0x18b938,_0x5eb07d={'TXFbG':function(_0xb5394d,_0x12dc68){return _0xb5394d(_0x12dc68);},'CHcvx':'success','HqGpn':_0x4d2278(0x154),'KngrV':'passed','QTYKE':function(_0x56f0b6,_0x95983d){return _0x56f0b6-_0x95983d;}};let _0x4ee7c0=this[_0x4d2278(0x16b)]['bddSteps'][_0x4d2278(0x11d)](_0xa2e2be=>_0xa2e2be['id']===_0x4b6816[_0x4d2278(0x13f)]);_0x5eb07d['TXFbG'](isUndefined,_0x4ee7c0)&&(_0x4ee7c0=this[_0x4d2278(0x145)](_0x4b6816)),_0x4ee7c0[_0x4d2278(0x15d)]=[_0x5eb07d[_0x4d2278(0xb0)],_0x5eb07d[_0x4d2278(0xfd)]][_0x4d2278(0xab)](_0x4b6816[_0x4d2278(0x17c)])?_0x5eb07d['KngrV']:_0x4b6816[_0x4d2278(0x17c)],_0x4ee7c0['finished_at']=new Date()['toISOString'](),_0x4ee7c0[_0x4d2278(0xe8)]=_0x5eb07d[_0x4d2278(0xd1)](Date['now'](),_0x4b6816[_0x4d2278(0x125)]['getTime']()),_0x4ee7c0[_0x4d2278(0xe2)]=_0x4b6816[_0x4d2278(0xa3)]?_0x4b6816[_0x4d2278(0xa3)][_0x4d2278(0xcc)]:null;}}const a4_0x44d33c={};a4_0x44d33c[a4_0x18b938(0x165)]=O11yHelper,a4_0x44d33c[a4_0x18b938(0xd9)]=STATE_PASSED,a4_0x44d33c[a4_0x18b938(0x11e)]=STATE_FAILED,a4_0x44d33c[a4_0x18b938(0x9f)]=TEST_EVENTS,module[a4_0x18b938(0xf1)]=a4_0x44d33c;
|
|
1
|
+
const a4_0xf6a305=a4_0x1175;(function(_0x2b2b0e,_0x588997){const _0x4fe3f5=a4_0x1175,_0x42d0ef=_0x2b2b0e();while(!![]){try{const _0x2434a2=-parseInt(_0x4fe3f5(0x1e5))/0x1+parseInt(_0x4fe3f5(0x152))/0x2+parseInt(_0x4fe3f5(0x12d))/0x3+-parseInt(_0x4fe3f5(0x1aa))/0x4*(parseInt(_0x4fe3f5(0x1a3))/0x5)+parseInt(_0x4fe3f5(0x195))/0x6*(parseInt(_0x4fe3f5(0x1d8))/0x7)+parseInt(_0x4fe3f5(0x171))/0x8+-parseInt(_0x4fe3f5(0x1f5))/0x9*(parseInt(_0x4fe3f5(0x192))/0xa);if(_0x2434a2===_0x588997)break;else _0x42d0ef['push'](_0x42d0ef['shift']());}catch(_0x1d742c){_0x42d0ef['push'](_0x42d0ef['shift']());}}}(a4_0x126f,0x4d58d));function a4_0x1175(_0x187d87,_0x9f5d94){const _0x126f1b=a4_0x126f();return a4_0x1175=function(_0x117595,_0x1c5524){_0x117595=_0x117595-0x107;let _0xa5c53b=_0x126f1b[_0x117595];return _0xa5c53b;},a4_0x1175(_0x187d87,_0x9f5d94);}const path=require(a4_0xf6a305(0x1f8)),fs=require('fs'),{v4:uuidv4}=require('uuid'),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0xf6a305(0x113)),testOpsHelper=require(a4_0xf6a305(0x1d2)),{getTestEnv}=require(a4_0xf6a305(0x1e0)),{FRAMEWORKS}=require(a4_0xf6a305(0x13d)),logger=require(a4_0xf6a305(0x14f))['winstonLogger'],SessionHandler=require(a4_0xf6a305(0x1c0)),RequestQueueHandler=require(a4_0xf6a305(0x165)),PlaywrightSessionDetails=require(a4_0xf6a305(0x1f2)),debug=testOpsHelper['debug'],{processAccessibilityCaps}=require(a4_0xf6a305(0x124)),Constants=require(a4_0xf6a305(0x15a)),{fetchPlatformDetails}=require(a4_0xf6a305(0x1a6)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0xf6a305(0x1e2)),constants=require(a4_0xf6a305(0x15a)),STATE_PASSED=a4_0xf6a305(0x18a),STATE_FAILED=a4_0xf6a305(0x1bf),a4_0x559bcb={};function a4_0x126f(){const _0x2974c9=['resetSkipTestHooks','rJBII','vkLBi','patchConsoleLogger','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','mSTUB','includes','type','passed','DKAwz','toISOString','parent','push','TestRunFinished','forEach','concat','50DCvQVA','jwZsw','PAaHw','6gdpAyb','bddSteps','test_run','match','inspect','mMfCF','lib','eVAtb','AOZkd','uploadEventData','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','message','integrations','constructor','95HzUyYw','getHooksForTest','TrQAs','./helper.js','HOOK_RUN_FINISHED','status','util','37292CAZgEj','AVPIs','TEST_REPORTING_ANALYTICS','prototype','meta','hook_run_uuid','mXebm','HookRunStarted','browserType.js','_beforeEach','bs:addLog:','PIbFT','_beforeAll','LNCnS','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','location_prefix','VmBYL','yzTRl','duration','shutdown','qGeoW','failed','../../helpers/test-observability/sessionHandler','retryOf','config','ZCTkC','xZmeq','UMknt','stringify','File\x20path\x20could\x20not\x20be\x20found','event_type','debug','connectOverCDP','zdTWa','getCBTInfo','DGYVK','failure_reason_expanded','JPwHQ','startedAt','.git','../../helpers/test-observability/utils','getRootParentFile','XotSa','UgjuU','IDYdb','getHookType','68551VhuyTL','mfSuK','_paths','exports','replace','PathHelper','testAnalyticsId','Failed\x20to\x20parse\x20wsendpoint\x20','../mocha/test-observability/mochaUtils','mofec','../../helpers/testhub/utils.js','getTime','TestRunStarted','326491ipyiME','success','obsBrowserTypeMockApplied','tags','gUBtQ','EwQiN','Playwright','Fvpbz','_afterAll','UNylE','TEST_RUN_SKIPPED','__cloud_provider___','ctx','../playwright/sessionDetails','test_run_uuid','toString','556173GCqSuj','VYCaO','aaXPS','path','split','apply','dJJyC','launch','Gnzgv','currentTest','bddStepFinish','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','hooks','jcUFo','LagCt','mapTestHooks','BjvZr','../../helpers/helper','HookRunFinished','Wzmmc','wsEndpoint','hIgPP','TEST_RUN_FINISHED','zqOAB','ztrHC','fullTitle','XjSQY','sendCBTInfo','yhEWQ','eLOIS','STATE_PASSED','errorsDetailed','iGIHA','yabne','../playwright/accessibility-helper','YtXfY','failureData','browserstack','length','fireEvent','TjLmh','enabled','statSync','775107SjcCNh','initializeBddStep','YIJUw','name','started','TestRunSkipped','text','lEIRw','frameworkName','_afterEach','AjBii','result','start','finished_at','BROWSERSTACK','UCRhp','../../helpers/test-observability/constants','driver','Not\x20able\x20to\x20import\x20Browser','bddStepStart','YJTbc','CODECEPT','captureEvent','PyLtQ','getHierarchy','defineProperty','qxlke','keyword','title','pending','MqVSM','groups','sep','kygCa','../../helpers/logger','TuTfj','\x20with\x20error\x20:\x20','626620nHHKIr','find','kYPMk','markedStatus','toUpperCase','string','hookAnalyticsId','codeceptjs','../utils/constants','accessibilityPlatform','file_name','connect','hook','stepAnalyticsId','suites','oSxvi','findGitConfig','feature','xtshl','../../helpers/test-observability/requestQueueHandler','getFailureType','finished','err','fiGtq','then','expanded','CaPBy','test','O11yHelper','skipped','TEST_EVENTS','4383632MbPtsg','mlssp','zaYaT','toLowerCase','setupBrowserDetails','jAOyY','stop','file','body','failure','ekDya','pid','appendTestItemLog','InsDF','dirname','cwd','currentHook'];a4_0x126f=function(){return _0x2974c9;};return a4_0x126f();}a4_0x559bcb['TEST_RUN_STARTED']=a4_0xf6a305(0x1e4),a4_0x559bcb[a4_0xf6a305(0x118)]=a4_0xf6a305(0x18f),a4_0x559bcb[a4_0xf6a305(0x1ef)]=a4_0xf6a305(0x132),a4_0x559bcb['HOOK_RUN_STARTED']=a4_0xf6a305(0x1b1),a4_0x559bcb[a4_0xf6a305(0x1a7)]=a4_0xf6a305(0x114);const TEST_EVENTS=a4_0x559bcb,parseEvent=_0x30ce62=>{const _0x1cb722=a4_0xf6a305,_0x27fbc0={};_0x27fbc0['mXebm']=function(_0x3ad11d,_0x442799){return _0x3ad11d<_0x442799;},_0x27fbc0[_0x1cb722(0x134)]=function(_0xa49cec,_0xebc5c){return _0xa49cec===_0xebc5c;},_0x27fbc0[_0x1cb722(0x1d6)]=_0x1cb722(0x16d),_0x27fbc0[_0x1cb722(0x10f)]=function(_0x20663b,_0x3c69d7){return _0x20663b===_0x3c69d7;},_0x27fbc0['vkLBi']='hook',_0x27fbc0[_0x1cb722(0x1f6)]='skipped',_0x27fbc0[_0x1cb722(0x122)]=function(_0x2835d2,_0x48897c){return _0x2835d2===_0x48897c;},_0x27fbc0[_0x1cb722(0x17e)]=_0x1cb722(0x131),_0x27fbc0[_0x1cb722(0x16c)]=_0x1cb722(0x167);const _0x185ee0=_0x27fbc0,_0x3b7b79=_0x30ce62[_0x1cb722(0x198)](/^(.*)Run(.*)$/);if(!_0x3b7b79)return null;if(_0x185ee0[_0x1cb722(0x1b0)](_0x3b7b79[_0x1cb722(0x128)],0x3))return null;const _0x1d3c11=_0x3b7b79[0x1][_0x1cb722(0x174)](),_0x3402b0=_0x3b7b79[0x2][_0x1cb722(0x174)]();return{'test':_0x185ee0[_0x1cb722(0x134)](_0x1d3c11,_0x185ee0[_0x1cb722(0x1d6)]),'hook':_0x185ee0['jcUFo'](_0x1d3c11,_0x185ee0[_0x1cb722(0x184)]),'skipped':_0x185ee0['jcUFo'](_0x3402b0,_0x185ee0['VYCaO']),'started':_0x185ee0[_0x1cb722(0x122)](_0x3402b0,_0x185ee0[_0x1cb722(0x17e)]),'finished':_0x185ee0['jcUFo'](_0x3402b0,_0x185ee0[_0x1cb722(0x16c)])};},mockPWBrowserType=_0xeea61d=>{const _0x1bbfcd=a4_0xf6a305,_0x35ecf7={'xtshl':function(_0x5314b9,_0x5ad189,_0x470135){return _0x5314b9(_0x5ad189,_0x470135);},'mofec':_0x1bbfcd(0x116),'VmBYL':function(_0x379231,_0x5ce753){return _0x379231(_0x5ce753);},'QeMHA':_0x1bbfcd(0x127),'hIgPP':function(_0x2e5e4f,_0x28debf){return _0x2e5e4f(_0x28debf);},'Etunq':function(_0x356aef,_0x3daf9d){return _0x356aef===_0x3daf9d;},'kdSaG':_0x1bbfcd(0x157),'yhEWQ':_0x1bbfcd(0x19b),'rQaoh':'client','PIbFT':_0x1bbfcd(0x1b2),'CvFfP':_0x1bbfcd(0x13f),'ztrHC':_0x1bbfcd(0x15d),'qGeoW':_0x1bbfcd(0x109)},_0x5580f3=path['join'](_0x35ecf7[_0x1bbfcd(0x11e)],_0x35ecf7['rQaoh'],_0x35ecf7[_0x1bbfcd(0x1b5)]),_0x523710=_0x35ecf7[_0x1bbfcd(0x1ba)](importFileFromPWCore,_0x5580f3);if(!_0x523710){_0x35ecf7[_0x1bbfcd(0x117)](debug,_0x35ecf7['CvFfP']);return;}const _0x395bfa=_0x523710['BrowserType'],_0x127106=_0x395bfa[_0x1bbfcd(0x1ad)];if(_0x127106[_0x1bbfcd(0x1e7)])return;const _0x35bc8e=_0x127106[_0x1bbfcd(0x15d)];Object['defineProperty'](_0x127106,_0x35ecf7[_0x1bbfcd(0x11a)],{'get':function(){const _0x1ecdfb={'JPwHQ':function(_0x4e4ea2,_0x4f9953){return _0x35ecf7['Etunq'](_0x4e4ea2,_0x4f9953);},'JXTjB':_0x35ecf7['kdSaG']};return async function _0x2c760f(_0x2cee5e,_0x5aab85){const _0x512fed=a4_0x1175,_0x46223b=_0x35ecf7[_0x512fed(0x164)](nestedKeyValue,_0x2cee5e,[_0x35ecf7[_0x512fed(0x1e1)]])||_0x2cee5e;let _0xe6f3c5=null,_0x2b22ed=null;try{[_0x2b22ed,_0xe6f3c5]=_0x46223b?_0x35ecf7[_0x512fed(0x1ba)](parseWSEndpoint,_0x46223b):[null,null],global['__platformCaps']=_0xe6f3c5,logger['debug'](_0x512fed(0x10d)+_0x2b22ed),_0x2b22ed['includes'](Constants[_0x512fed(0x13b)])&&(global[_0x512fed(0x1f0)]=_0x35ecf7['QeMHA']);}catch(_0x31f191){logger[_0x512fed(0x1c9)](_0x512fed(0x1df)+_0x46223b+'\x20'+_0x31f191);}_0x35ecf7['xtshl'](processAccessibilityCaps,_0xe6f3c5,_0x2b22ed);if(global[_0x512fed(0x15b)]){const _0x3088d7=await _0x127106[_0x512fed(0x1ca)][_0x512fed(0x107)](this,[''+Constants['PLAYWRIGHT_HUB_URL']+_0x35ecf7['hIgPP'](encodeURIComponent,JSON[_0x512fed(0x1c6)](_0xe6f3c5))]);return PlaywrightSessionDetails[_0x512fed(0x175)](_0x3088d7,_0xeea61d,_0x46223b),_0x3088d7;}return _0x35bc8e[_0x512fed(0x107)](this,arguments)[_0x512fed(0x16a)](_0x5ac9a0=>{const _0x1e8dae=_0x512fed;let _0xc9b40=_0x2cee5e[_0x1e8dae(0x116)];return _0x1ecdfb[_0x1e8dae(0x1cf)](typeof _0x2cee5e,_0x1ecdfb['JXTjB'])&&(_0xc9b40=_0x2cee5e),PlaywrightSessionDetails[_0x1e8dae(0x175)](_0x5ac9a0,_0xeea61d,_0xc9b40),_0x5ac9a0;});};}});const _0x20ca9a=_0x127106['launch'];Object[_0x1bbfcd(0x146)](_0x127106,_0x35ecf7[_0x1bbfcd(0x1be)],{'get':function(){return async function _0x14098d(){const _0x166b01=a4_0x1175;return _0x20ca9a[_0x166b01(0x107)](this,arguments)['then'](_0x2ca9fd=>{const _0x3dcb35=_0x166b01;return PlaywrightSessionDetails[_0x3dcb35(0x175)](_0x2ca9fd,null),_0x2ca9fd;});};}});};class O11yHelper{[a4_0xf6a305(0x10b)]=null;[a4_0xf6a305(0x181)]=null;[a4_0xf6a305(0x12b)]=![];[a4_0xf6a305(0x135)]=![];constructor(_0x1d767c,_0x4ddb62){const _0x3f5a90=a4_0xf6a305,_0x75deb={'LNCnS':'5|1|2|3|0|4','phvXb':function(_0x4afcd3){return _0x4afcd3();},'eWJdn':function(_0x413233,_0xd4d3a0){return _0x413233===_0xd4d3a0;},'YtXfY':_0x3f5a90(0x1eb),'bKYKS':function(_0x5af0a1,_0x41254b){return _0x5af0a1(_0x41254b);},'TjLmh':function(_0x168ef8){return _0x168ef8();}},_0xe0ee23=_0x75deb[_0x3f5a90(0x1b7)][_0x3f5a90(0x1f9)]('|');let _0x43ff29=0x0;while(!![]){switch(_0xe0ee23[_0x43ff29++]){case'0':this[_0x3f5a90(0x1da)]=new testOpsHelper[(_0x3f5a90(0x1dd))]({'cwd':process[_0x3f5a90(0x180)]()},this['_testEnv'][_0x3f5a90(0x1b9)]);continue;case'1':this[_0x3f5a90(0x135)]=_0x4ddb62[_0x3f5a90(0x135)];continue;case'2':this[_0x3f5a90(0x13e)]=_0x1d767c;continue;case'3':this['_testEnv']=_0x75deb['phvXb'](getTestEnv);continue;case'4':this[_0x3f5a90(0x13e)]&&_0x75deb['eWJdn'](this['driver'][_0x3f5a90(0x1a2)][_0x3f5a90(0x130)],_0x75deb[_0x3f5a90(0x125)])&&_0x75deb['bKYKS'](mockPWBrowserType,null);continue;case'5':this['enabled']=_0x75deb[_0x3f5a90(0x12a)](shouldProcessEventForTesthub);continue;}break;}}[a4_0xf6a305(0x139)](){const _0x2b9dce=a4_0xf6a305;if(!this[_0x2b9dce(0x12b)])return;testOpsHelper[_0x2b9dce(0x185)](),process['removeAllListeners'](_0x2b9dce(0x1b4)+process[_0x2b9dce(0x17c)]),process['on'](_0x2b9dce(0x1b4)+process[_0x2b9dce(0x17c)],this['appendTestItemLog']['bind'](this));}async[a4_0xf6a305(0x177)](){const _0x12f85a=a4_0xf6a305;await RequestQueueHandler['getInstance']()[_0x12f85a(0x1bd)]();}async[a4_0xf6a305(0x17d)](_0x5c632a){const _0x3704ec=a4_0xf6a305,_0x41a0a5={'kYPMk':'LogCreated','fiGtq':function(_0x4df53a,_0x2b33c0){return _0x4df53a(_0x2b33c0);}};try{this['currentHook']&&!this[_0x3704ec(0x181)][_0x3704ec(0x155)]&&(_0x5c632a[_0x3704ec(0x1af)]=this[_0x3704ec(0x181)][_0x3704ec(0x158)]);!_0x5c632a[_0x3704ec(0x1af)]&&this['currentTest']&&!this[_0x3704ec(0x10b)][_0x3704ec(0x155)]&&(_0x5c632a['test_run_uuid']=this[_0x3704ec(0x10b)]['testAnalyticsId']);if(_0x5c632a['hook_run_uuid']||_0x5c632a[_0x3704ec(0x1f3)]){const _0x5acaf5={};_0x5acaf5[_0x3704ec(0x1c8)]=_0x41a0a5[_0x3704ec(0x154)],_0x5acaf5['logs']=[_0x5c632a],await SessionHandler[_0x3704ec(0x19e)](_0x5acaf5);}}catch(_0x387b18){_0x41a0a5[_0x3704ec(0x169)](debug,_0x3704ec(0x1b8)+constants[_0x3704ec(0x1ac)]+'\x20with\x20error\x20:\x20'+_0x387b18);}}async[a4_0xf6a305(0x11d)](_0x12d14b){const _0x308f59=a4_0xf6a305,_0x2d3de7={'sAGXo':'CBTSessionCreated','UNylE':function(_0x4ff3d5,_0x26f1fa){return _0x4ff3d5(_0x26f1fa);}};if(!this['enabled'])return;const _0x38ec26=this['getCBTInfo'](this[_0x308f59(0x13e)]);try{const _0x52d04a={};_0x52d04a['uuid']=_0x12d14b,_0x52d04a[_0x308f59(0x1a1)]=_0x38ec26;const _0x52eec4=_0x52d04a,_0xd28b29={};_0xd28b29[_0x308f59(0x1c8)]=_0x2d3de7['sAGXo'],_0xd28b29[_0x308f59(0x197)]=_0x52eec4,await SessionHandler[_0x308f59(0x19e)](_0xd28b29);}catch(_0xdf61e4){_0x2d3de7[_0x308f59(0x1ee)](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20'+constants[_0x308f59(0x1ac)]+_0x308f59(0x151)+_0xdf61e4);}}[a4_0xf6a305(0x1cc)](_0x7fdaec){const _0x4c9dd9=a4_0xf6a305,_0x5d49f2={'aaXPS':function(_0x276400,_0x4ed2cb){return _0x276400(_0x4ed2cb);}};return _0x5d49f2[_0x4c9dd9(0x1f7)](fetchPlatformDetails,_0x7fdaec);}[a4_0xf6a305(0x182)]=_0x3378a0=>{const _0x1c3243=a4_0xf6a305,_0x2622f={};_0x2622f['Gnzgv']=_0x1c3243(0x1b3),_0x2622f[_0x1c3243(0x1e9)]=_0x1c3243(0x136);const _0x31609d=_0x2622f;if(!_0x3378a0||!_0x3378a0[_0x1c3243(0x18d)])return;[_0x31609d[_0x1c3243(0x10a)],_0x31609d[_0x1c3243(0x1e9)]]['forEach'](_0x195443=>{const _0x1854ef=_0x1c3243,_0x158ae2=_0x3378a0[_0x1854ef(0x18d)][_0x195443];_0x158ae2[_0x1854ef(0x190)](_0x2a7fd7=>{const _0x5941e0=_0x1854ef;_0x2a7fd7[_0x5941e0(0x158)]&&(_0x2a7fd7[_0x5941e0(0x158)]=null);});});};[a4_0xf6a305(0x111)](_0x4d7f9f){const _0x5cb33b=a4_0xf6a305,_0x407fca={'ABgMq':_0x5cb33b(0x159),'oSxvi':function(_0x18e3d2){return _0x18e3d2();},'BjvZr':function(_0x512b95,_0x377d5b){return _0x512b95===_0x377d5b;},'PyLtQ':_0x5cb33b(0x136),'FOSkE':_0x5cb33b(0x1b6),'yzTRl':_0x5cb33b(0x1ed),'cYFkf':_0x5cb33b(0x1b3)};if(!_0x4d7f9f||!_0x4d7f9f[_0x5cb33b(0x18d)])return;[_0x407fca['FOSkE'],_0x407fca[_0x5cb33b(0x1bb)],_0x407fca['cYFkf'],_0x407fca['PyLtQ']][_0x5cb33b(0x190)](_0x3864d9=>{const _0x48cd07=_0x5cb33b,_0x4ed273=_0x4d7f9f['parent'][_0x3864d9]||[];_0x4ed273[_0x48cd07(0x190)](_0xb3734d=>{const _0xd63a88=_0x48cd07;if(_0xb3734d[_0xd63a88(0x149)][_0xd63a88(0x188)](_0x407fca['ABgMq']))return;if(!_0xb3734d[_0xd63a88(0x158)])_0xb3734d[_0xd63a88(0x158)]=_0x407fca[_0xd63a88(0x161)](uuidv4);else _0xb3734d[_0xd63a88(0x155)]&&_0x407fca[_0xd63a88(0x112)](_0x3864d9,_0x407fca[_0xd63a88(0x144)])&&(_0xb3734d['hookAnalyticsId']=_0x407fca[_0xd63a88(0x161)](uuidv4),delete _0xb3734d['markedStatus']);});}),this[_0x5cb33b(0x111)](_0x4d7f9f[_0x5cb33b(0x18d)]);}['getHooksForTest'](_0x9850e3){const _0x3b5e10=a4_0xf6a305,_0x49ea3e={};_0x49ea3e[_0x3b5e10(0x1d9)]=_0x3b5e10(0x1b6),_0x49ea3e['AVPIs']=_0x3b5e10(0x1ed),_0x49ea3e[_0x3b5e10(0x17b)]=_0x3b5e10(0x1b3),_0x49ea3e['rJBII']=_0x3b5e10(0x136);const _0x45be8d=_0x49ea3e;if(!_0x9850e3||!_0x9850e3[_0x3b5e10(0x18d)])return[];const _0x3a7dcc=[];return[_0x45be8d[_0x3b5e10(0x1d9)],_0x45be8d[_0x3b5e10(0x1ab)],_0x45be8d[_0x3b5e10(0x17b)],_0x45be8d[_0x3b5e10(0x183)]][_0x3b5e10(0x190)](_0x55b57d=>{const _0x213a6e=_0x3b5e10,_0x4bdbb5=_0x9850e3[_0x213a6e(0x18d)][_0x55b57d]||[];_0x4bdbb5['forEach'](_0x22ed45=>{const _0x520674=_0x213a6e;_0x22ed45[_0x520674(0x158)]&&_0x3a7dcc[_0x520674(0x18e)](_0x22ed45[_0x520674(0x158)]);});}),[][_0x3b5e10(0x191)](_0x3a7dcc,this[_0x3b5e10(0x1a4)](_0x9850e3[_0x3b5e10(0x18d)]));}[a4_0xf6a305(0x1d7)](_0xfaf596){const _0x2b0cb=a4_0xf6a305,_0x13327d=/^"(?<hook>.*)" hook:.*$/,_0x529adc=_0xfaf596[_0x2b0cb(0x149)],_0x3015bc=_0x529adc['match'](_0x13327d);if(_0x3015bc&&_0x3015bc[_0x2b0cb(0x14c)])return _0x3015bc[_0x2b0cb(0x14c)]['hook'][_0x2b0cb(0x156)]()[_0x2b0cb(0x1dc)]('\x20','_');return null;}['findGitConfig'](_0x5b032d){const _0x3ecac6=a4_0xf6a305,_0xb2f1df={};_0xb2f1df['Wzmmc']=function(_0x161099,_0x180bf7){return _0x161099===_0x180bf7;},_0xb2f1df['eLOIS']=_0x3ecac6(0x1d1),_0xb2f1df[_0x3ecac6(0x187)]=_0x3ecac6(0x1c2);const _0x26fc20=_0xb2f1df,_0x3b5d39=path[_0x3ecac6(0x14d)];if(_0x26fc20[_0x3ecac6(0x115)](_0x5b032d,null)||_0x26fc20[_0x3ecac6(0x115)](_0x5b032d,'')||_0x26fc20[_0x3ecac6(0x115)](_0x5b032d,_0x3b5d39)||_0x26fc20[_0x3ecac6(0x115)](_0x5b032d,path[_0x3ecac6(0x17f)](_0x5b032d)))return null;try{return fs[_0x3ecac6(0x12c)](path['join'](_0x5b032d,_0x26fc20[_0x3ecac6(0x11f)],_0x26fc20['mSTUB'])),_0x5b032d;}catch(_0x29e37c){const _0x37cff3=path[_0x3ecac6(0x17f)](_0x5b032d);return this[_0x3ecac6(0x162)](_0x37cff3);}}[a4_0xf6a305(0x1d3)](_0x23f3d9){const _0xaeaec9=a4_0xf6a305,_0x26c85a={};_0x26c85a[_0xaeaec9(0x110)]=function(_0x4454ef,_0x2225e2){return _0x4454ef>_0x2225e2;};const _0x164a87=_0x26c85a;if(_0x23f3d9[_0xaeaec9(0x178)])return _0x23f3d9[_0xaeaec9(0x178)];if(_0x23f3d9[_0xaeaec9(0x1f1)]){const _0x559b3c=_0x23f3d9[_0xaeaec9(0x1f1)][_0xaeaec9(0x10b)]?this[_0xaeaec9(0x1d3)](_0x23f3d9[_0xaeaec9(0x1f1)][_0xaeaec9(0x10b)]):null;if(_0x559b3c)return _0x559b3c;}if(_0x23f3d9[_0xaeaec9(0x18d)]){const _0x5fb11e=this['getRootParentFile'](_0x23f3d9['parent'])||(_0x23f3d9[_0xaeaec9(0x18d)][_0xaeaec9(0x1f1)]&&_0x23f3d9[_0xaeaec9(0x18d)][_0xaeaec9(0x1f1)][_0xaeaec9(0x10b)]?this[_0xaeaec9(0x1d3)](_0x23f3d9[_0xaeaec9(0x18d)][_0xaeaec9(0x1f1)][_0xaeaec9(0x10b)]):null);if(_0x5fb11e)return _0x5fb11e;_0x23f3d9[_0xaeaec9(0x18d)][_0xaeaec9(0x160)]&&_0x164a87[_0xaeaec9(0x110)](_0x23f3d9[_0xaeaec9(0x18d)]['suites'][_0xaeaec9(0x128)],0x0)&&_0x23f3d9[_0xaeaec9(0x18d)][_0xaeaec9(0x160)][_0xaeaec9(0x190)](_0x4ae638=>{const _0x182d52=_0xaeaec9,_0x3ee2bb=_0x4ae638['ctx']?this[_0x182d52(0x1d3)](_0x4ae638[_0x182d52(0x1f1)]):null;if(_0x3ee2bb)return _0x3ee2bb;});}return null;}[a4_0xf6a305(0x145)](_0x22aaa4){const _0x5f2d72=a4_0xf6a305,_0x526117={};_0x526117['EwQiN']=function(_0x5e0346,_0x38b5e2){return _0x5e0346!==_0x38b5e2;};const _0x4d17df=_0x526117,_0x11a9ad=[];if(_0x22aaa4&&_0x22aaa4[_0x5f2d72(0x18d)]){let _0xb590e3=_0x22aaa4[_0x5f2d72(0x18d)];while(_0xb590e3&&_0x4d17df[_0x5f2d72(0x1ea)](_0xb590e3['title'],'')){_0x11a9ad[_0x5f2d72(0x18e)](_0xb590e3[_0x5f2d72(0x149)]),_0xb590e3=_0xb590e3[_0x5f2d72(0x18d)];}}return _0x11a9ad;}[a4_0xf6a305(0x143)](_0x1db7d0,_0x102782,_0xdcc4ee=undefined){const _0x4712ae=a4_0xf6a305,_0x3572dd={'qxlke':function(_0x56261c,_0x31fc4f){return _0x56261c(_0x31fc4f);},'zdTWa':function(_0x320d29){return _0x320d29();},'AOZkd':function(_0x1a779e){return _0x1a779e();},'FoZhh':function(_0x114f61){return _0x114f61();},'YJTbc':function(_0x388440){return _0x388440();},'TuTfj':function(_0x3c0262,_0x517eeb){return _0x3c0262(_0x517eeb);},'UMknt':_0x4712ae(0x1a9),'YIJUw':_0x4712ae(0x168),'zqOAB':function(_0x3cfe1b,_0x8d7dab){return _0x3cfe1b!==_0x8d7dab;},'Fvpbz':function(_0x139a1d,_0x3cff69){return _0x139a1d!==_0x3cff69;},'MqVSM':_0x4712ae(0x1c7),'TrQAs':'pending','UgjuU':_0x4712ae(0x1bf),'yabne':_0x4712ae(0x18a),'XotSa':_0x4712ae(0x16f),'AjBii':'javascript','jAOyY':function(_0x1896c9,_0xd7a71){return _0x1896c9-_0xd7a71;},'kygCa':function(_0x5f0364,_0x5f0e59,_0x31f1b0,_0x61be5c,_0x3db380){return _0x5f0364(_0x5f0e59,_0x31f1b0,_0x61be5c,_0x3db380);},'PAaHw':_0x4712ae(0x1a1),'rtYPr':_0x4712ae(0x1ae),'mlssp':'failure','ZCTkC':'failure_backtrace','eVAtb':'backtrace','kFKty':_0x4712ae(0x1ce),'DGYVK':_0x4712ae(0x16b),'DKAwz':function(_0x4619de,_0x2a5cbe){return _0x4619de===_0x2a5cbe;},'dJJyC':'hook_run','SWLoP':_0x4712ae(0x197)};if(!this['enabled'])return;try{if(_0x102782['fn']&&_0x102782['fn'][_0x4712ae(0x1f4)]()[_0x4712ae(0x198)](/browserstack internal helper hook/))return;const _0x595a66=_0x3572dd[_0x4712ae(0x147)](parseEvent,_0x1db7d0);if(!_0x595a66)return;if(_0x595a66[_0x4712ae(0x16d)]){this[_0x4712ae(0x10b)]=_0x102782,this[_0x4712ae(0x181)]=null;if(_0x595a66['started']||_0x595a66[_0x4712ae(0x16f)]){_0x102782['startedAt']=new Date(),_0x102782[_0x4712ae(0x155)]=![];if(!_0x102782[_0x4712ae(0x1de)])_0x102782[_0x4712ae(0x1de)]=_0x3572dd[_0x4712ae(0x1cb)](uuidv4);else _0x102782[_0x4712ae(0x155)]&&(!_0x102782[_0x4712ae(0x1c1)]&&(_0x102782[_0x4712ae(0x1c1)]=_0x102782['testAnalyticsId']),_0x102782[_0x4712ae(0x1de)]=_0x3572dd[_0x4712ae(0x19d)](uuidv4));}}else{if(_0x595a66[_0x4712ae(0x15e)]){this[_0x4712ae(0x181)]=_0x102782;if(_0x595a66[_0x4712ae(0x131)]){_0x102782['startedAt']=new Date(),_0x102782[_0x4712ae(0x155)]=![];if(!_0x102782[_0x4712ae(0x158)])_0x102782['hookAnalyticsId']=_0x3572dd['FoZhh'](uuidv4);else _0x102782[_0x4712ae(0x158)]&&_0x102782[_0x4712ae(0x155)]&&(_0x102782['hookAnalyticsId']=_0x3572dd[_0x4712ae(0x141)](uuidv4));}}}if(_0x595a66[_0x4712ae(0x167)]&&_0x102782[_0x4712ae(0x155)])return;let _0x5b090f;try{_0x5b090f=this[_0x4712ae(0x1d3)](_0x102782);}catch(_0x415682){logger['debug']('failed\x20to\x20get\x20root\x20parent\x20file\x20'+_0x415682),_0x5b090f=null;}const _0x70bda6=_0x3572dd[_0x4712ae(0x150)](require,_0x3572dd[_0x4712ae(0x1c5)]);let _0x48549c=[];_0xdcc4ee&&(_0x48549c=[_0xdcc4ee,_0x3572dd[_0x4712ae(0x12f)]]);const _0x1c9676=_0x3572dd[_0x4712ae(0x119)](_0x102782['errorsDetailed'],undefined)?_0x70bda6[_0x4712ae(0x199)](_0x102782[_0x4712ae(0x121)][0x0]):_0x3572dd['Fvpbz'](_0xdcc4ee,undefined)?_0xdcc4ee[_0x4712ae(0x1f4)]():undefined,_0x193910=_0x5b090f?this[_0x4712ae(0x162)](_0x5b090f):null,_0x24f18b=_0x5b090f?this[_0x4712ae(0x1da)]['prefixTestPath'](this[_0x4712ae(0x1d3)](_0x102782)):_0x3572dd[_0x4712ae(0x14b)];let _0x34ebc4=_0x3572dd[_0x4712ae(0x1a5)];const _0x1e6cf2=!_0x595a66[_0x4712ae(0x131)]?new Date()[_0x4712ae(0x18c)]():null;if(_0x595a66['finished'])_0x34ebc4=_0xdcc4ee?_0x3572dd['UgjuU']:_0x3572dd[_0x4712ae(0x123)],_0x102782[_0x4712ae(0x155)]=!![];else _0x595a66['skipped']&&(_0x34ebc4=_0x3572dd[_0x4712ae(0x1d4)],_0x102782[_0x4712ae(0x155)]=!![]);const _0x5e071e={'framework':this[_0x4712ae(0x135)],'uuid':_0x102782[_0x4712ae(0x1de)]||_0x102782['hookAnalyticsId'],'name':_0x102782['title'],'body':{'lang':_0x3572dd[_0x4712ae(0x137)],'code':_0x102782[_0x4712ae(0x179)][_0x4712ae(0x1f4)]()},'type':_0x102782[_0x4712ae(0x189)],'scope':_0x102782[_0x4712ae(0x11b)](),'scopes':this[_0x4712ae(0x145)](_0x102782),'file_name':_0x24f18b,'vc_filepath':_0x193910?path['relative'](_0x193910,_0x5b090f):null,'location':_0x24f18b,'result':_0x34ebc4,'failure_reason':_0x1c9676,'duration_in_ms':_0x102782[_0x4712ae(0x1bc)]||(_0x595a66[_0x4712ae(0x167)]||_0x595a66['skipped'])?_0x3572dd[_0x4712ae(0x176)](Date['now'](),new Date(_0x102782[_0x4712ae(0x1d0)])['getTime']()):null,'started_at':new Date(_0x102782[_0x4712ae(0x1d0)])[_0x4712ae(0x18c)](),'finished_at':_0x1e6cf2,'failure':testOpsHelper[_0x4712ae(0x126)][_0x4712ae(0x107)](null,_0x48549c),'failure_type':!_0x1c9676?null:testOpsHelper[_0x4712ae(0x166)](_0x1c9676),'retry_of':_0x102782[_0x4712ae(0x1c1)]||null,'tags':_0x102782[_0x4712ae(0x1e8)]||[],'customRerunParam':{'rerun_name':_0x102782[_0x4712ae(0x11b)]()}};_0x3572dd[_0x4712ae(0x14e)](appendTesthubParams,_0x5e071e,_0x1db7d0,_0x102782,FRAMEWORKS[_0x4712ae(0x142)]);if(_0x595a66['hook'])[_0x5e071e['hook_type'],_0x5e071e[_0x4712ae(0x130)]]=[this[_0x4712ae(0x1d7)](_0x102782),_0x102782[_0x4712ae(0x1f1)][_0x4712ae(0x16d)]['title']],_0x595a66[_0x4712ae(0x167)]?_0x3572dd[_0x4712ae(0x1ec)](_0x5e071e[_0x4712ae(0x138)],_0x3572dd[_0x4712ae(0x1d5)])&&(_0x5e071e[_0x4712ae(0x138)]=_0x3572dd[_0x4712ae(0x123)]):_0x5e071e[_0x4712ae(0x179)]={};else _0x595a66[_0x4712ae(0x16d)]&&(this[_0x4712ae(0x111)](_0x102782),_0x595a66['skipped']&&this[_0x4712ae(0x182)](_0x102782),(_0x595a66[_0x4712ae(0x167)]||_0x595a66['skipped'])&&(_0x5e071e[_0x4712ae(0x10e)]=this[_0x4712ae(0x1a4)](_0x102782)));this[_0x4712ae(0x13e)]&&(_0x595a66[_0x4712ae(0x131)]||_0x595a66[_0x4712ae(0x16f)])&&(_0x5e071e[_0x3572dd[_0x4712ae(0x194)]]=this['getCBTInfo'](this[_0x4712ae(0x13e)]));_0x595a66['test']&&_0x595a66['finished']&&_0x102782[_0x4712ae(0x196)]&&(_0x5e071e[_0x3572dd['rtYPr']]={'feature':{'name':_0x102782[_0x4712ae(0x18d)][_0x4712ae(0x163)][_0x4712ae(0x130)],'path':_0x5e071e[_0x4712ae(0x15c)],'description':_0x102782[_0x4712ae(0x18d)]['comment']},'scenario':{'name':_0x102782['title']},'steps':_0x102782['bddSteps']});const _0x390e7d=_0x5e071e[_0x3572dd[_0x4712ae(0x172)]][0x0];_0x390e7d&&(_0x5e071e[_0x3572dd[_0x4712ae(0x1c3)]]=_0x390e7d[_0x3572dd[_0x4712ae(0x19c)]],_0x5e071e[_0x3572dd['kFKty']]=_0x390e7d[_0x3572dd[_0x4712ae(0x1cd)]]);if(_0x102782['bddSteps'])for(const _0x5dd1a4 of _0x102782[_0x4712ae(0x196)]){!_0x5dd1a4[_0x4712ae(0x13a)]&&(_0x5dd1a4['finished_at']=new Date()['toISOString'](),_0x3572dd[_0x4712ae(0x18b)](_0x5dd1a4[_0x4712ae(0x138)],_0x3572dd[_0x4712ae(0x1a5)])&&(_0x390e7d?(_0x5dd1a4['result']=_0x3572dd['UgjuU'],_0x5dd1a4[_0x4712ae(0x17a)]=_0x390e7d[_0x3572dd['eVAtb']][0x0]):_0x5dd1a4[_0x4712ae(0x138)]=_0x3572dd[_0x4712ae(0x123)]));}const _0x4925ca={};_0x4925ca[_0x4712ae(0x1c8)]=_0x595a66[_0x4712ae(0x16f)]?TEST_EVENTS[_0x4712ae(0x118)]:_0x1db7d0;const _0x4d6f29=_0x4925ca;return _0x595a66[_0x4712ae(0x15e)]?_0x4d6f29[_0x3572dd[_0x4712ae(0x108)]]=_0x5e071e:_0x4d6f29[_0x3572dd['SWLoP']]=_0x5e071e,_0x4d6f29;}catch(_0x5865d9){logger[_0x4712ae(0x1c9)](_0x4712ae(0x19f)+_0x1db7d0+_0x4712ae(0x151)+_0x5865d9);}}async[a4_0xf6a305(0x129)](_0x40e47f,_0x547e8d){const _0x2e1e29=a4_0xf6a305;if(!this[_0x2e1e29(0x12b)]||!_0x547e8d||!_0x40e47f)return![];try{return await SessionHandler['uploadEventData'](_0x547e8d);}catch(_0x21e9f1){logger[_0x2e1e29(0x1c9)](_0x2e1e29(0x186)+_0x40e47f+_0x2e1e29(0x151)+_0x21e9f1);}}['initializeBddStep'](_0x1c1eff){const _0x4044b3=a4_0xf6a305,_0x26b5aa={};_0x26b5aa[_0x4044b3(0x173)]=_0x4044b3(0x14a);const _0x3ba5e7=_0x26b5aa;return{'id':_0x1c1eff['stepAnalyticsId'],'text':_0x1c1eff[_0x4044b3(0x133)],'keyword':_0x1c1eff[_0x4044b3(0x148)],'started_at':_0x1c1eff['startedAt'][_0x4044b3(0x18c)](),'result':_0x3ba5e7['zaYaT']};}[a4_0xf6a305(0x140)](_0x4c0ca1){const _0x17db4a=a4_0xf6a305,_0xad85d4={'XjSQY':function(_0x1437bf){return _0x1437bf();}};!this[_0x17db4a(0x10b)][_0x17db4a(0x196)]&&(this[_0x17db4a(0x10b)][_0x17db4a(0x196)]=[]),!_0x4c0ca1['stepAnalyticsId']&&(_0x4c0ca1['stepAnalyticsId']=_0xad85d4[_0x17db4a(0x11c)](uuidv4),_0x4c0ca1[_0x17db4a(0x1d0)]=new Date(),this['currentTest'][_0x17db4a(0x196)][_0x17db4a(0x18e)](this[_0x17db4a(0x12e)](_0x4c0ca1)));}[a4_0xf6a305(0x10c)](_0x390683){const _0x4971f3=a4_0xf6a305,_0x395a99={'jwZsw':function(_0x3e5d3e,_0xc8c263){return _0x3e5d3e(_0xc8c263);},'bSZav':_0x4971f3(0x1e6),'xZmeq':_0x4971f3(0x14a),'UCRhp':_0x4971f3(0x18a),'mMfCF':function(_0x5f0f38,_0x3f854a){return _0x5f0f38-_0x3f854a;}};let _0x3a7273=this[_0x4971f3(0x10b)][_0x4971f3(0x196)][_0x4971f3(0x153)](_0x8475c6=>_0x8475c6['id']===_0x390683[_0x4971f3(0x15f)]);_0x395a99[_0x4971f3(0x193)](isUndefined,_0x3a7273)&&(_0x3a7273=this[_0x4971f3(0x12e)](_0x390683)),_0x3a7273['result']=[_0x395a99['bSZav'],_0x395a99[_0x4971f3(0x1c4)]]['includes'](_0x390683[_0x4971f3(0x1a8)])?_0x395a99[_0x4971f3(0x13c)]:_0x390683[_0x4971f3(0x1a8)],_0x3a7273[_0x4971f3(0x13a)]=new Date()['toISOString'](),_0x3a7273['duration']=_0x395a99[_0x4971f3(0x19a)](Date['now'](),_0x390683['startedAt'][_0x4971f3(0x1e3)]()),_0x3a7273['failure']=_0x390683[_0x4971f3(0x168)]?_0x390683[_0x4971f3(0x168)][_0x4971f3(0x1a0)]:null;}}const a4_0x12abe7={};a4_0x12abe7[a4_0xf6a305(0x16e)]=O11yHelper,a4_0x12abe7[a4_0xf6a305(0x120)]=STATE_PASSED,a4_0x12abe7['STATE_FAILED']=STATE_FAILED,a4_0x12abe7[a4_0xf6a305(0x170)]=TEST_EVENTS,module[a4_0xf6a305(0x1db)]=a4_0x12abe7;
|