browserstack-node-sdk 1.50.11 → 1.52.0
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/generated/sdk-messages_pb.d.ts +12 -0
- package/generated/sdk-messages_pb.js +97 -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/puppeteer/patches.js +1 -0
- package/src/bin/puppeteer/sessionDetails.js +1 -0
- package/src/bin/puppeteer/test.setup.js +1 -0
- 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/puppeteer-patcher.js +1 -0
- 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/puppeteerAutomationFramework.js +1 -0
- 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/puppeteerDriverModule.js +1 -0
- 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/puppeteer-helper.js +1 -0
- 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_0x4c576e=a1_0x4852;function a1_0x1820(){const _0x3a5c41=['TEST_RUN_SKIPPED','../../helpers/accessibility-automation/helper','page','screenshotOutputFolder','jaIhM','filter','testFramework','saveScreenshot','SDK_POST_INITIALIZE','4557CTIRTI','NJtdX','ZlLvT','pJJUv','title','bddStepStart','../../helpers/request-spy','skipped','hPynz','SlSFQ','patchSaveScreenshot','test-before','tGdmo','../../helpers/test-observability/utils','slice','WVemR','find','jubXJ','RRdHR','../../helpers/performance/performance-tester','XsaiD','SESSION_STATUS','stopMonitoring','KUahp','../../helpers/globals.js','SDK_PRE_TEST','MYwvp','../../helpers/performance/constants','BqFtv','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','stop','started','ylIEH','xOjzZ','pVGHu','browserStackExecuteDriver','call','initSaveScreenshot','vOErN','FgfDY','SDK_TEST','1hpcJZY','message','passed','bdTul','1826428swNjXG','mCAgO','test-after','test','debug','wzIij','pid','zrkfq','string','bs:addLog:','codeceptjs/lib/utils.js','Playwright','bddStepFinish','RkGrY','env','codeceptjs/lib/helper/Playwright.js','class','stringify','step-comment','thJwtToken','chromium','base64','WMeoz','SfnfY','executeScript','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','YdpMl','emit','browserstack_executor:\x20','BySKk','uMOII','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','measureWrapper','hYbjq','ENV_VAR','test-passed','bddStep','from','ZeYrA','arguments','PredZ','XBYFq','getResultsSummary','tQcGC','end','hook-passed','UjiVn','startsWith','bind','TEST_LOG','includes','a11y_core_config','dhjAo','codeceptjs/lib/recorder.js','bstackAllyScanning','1546665rKvyIv','VTnZZ','domForge','_before','3298212snyWab','command','../../helpers/logger','toISOString','uDlyG','args','getAccessibilityResultsSummary','fEEQg','readFileSync','HOOK_RUN_FINISHED','TUxPB','stack','iiDAb','SESSION_NAME','QMBVH','TEST_RUN_FINISHED','hook-failed','version','titlePath','SWygQ','jFZTD','forEach','_setPage','action','captureError','constructor','BROWSERSTACK_TESTHUB_UUID','apply','skipSessionStatus','15416090Lefqcr','BdwbL','setSessionName','elsMR','warn','NWIIM','prototype','AkzLI','gEjwI','captureEvent','rXUtI','8yaFmIr','foCSL','name','hook-started','restore','reason','hGoKx','browserContext','isArray','uWYaK','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','3768HQFama','status','kvRvr','setSessionStatus','BS_A11Y_JWT','pages','helpers','nAuho','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','__workerDetails','SDK_HOOK','iebTD','WebDriver','container','dispatcher','DAoHt','../../bin/playwright/accessibility-helper','format','./o11yHelper','Failed\x20to\x20execute\x20_before:\x20','Performing\x20scan\x20for\x20','yrXCs','performScan','setGlobal','accessibilityPlatform','../../bin/playwright/sessionDetails','SDK_PRE_INITIALIZE','catch','goupt','Ibqap','\x0aStack:\x20','winstonLogger','UyPiZ','AkuTf','NPiQI','voyZv','failed','config','fireEvent','lxOFg','BROWSERSTACK_TESTHUB_JWT','Element','addRequestSpy','push','3050185PJNroA','PERFORM_SCAN','getSyncScript','url','event','shouldWrapCommand','toString','test-skipped','codeceptjs/lib/helper/WebDriver.js','split','devtools://','BS_TESTOPS_ALLOW_SCREENSHOTS','codeceptjs','ajRlb','gQTtA','exports','../../helpers/helper','VkzvF','before','UZjrO','parse','test-started','browser','NxaVv','currentTest','Hzkmh','HOOK_RUN_STARTED','Suite','QtGok','BGGhk','all','AmVrH','hookType','getResults','hYwOj','TEST_RUN_STARTED','pGYMg','add','TestCafe','ZRZGU','ewwoJ','PQtug','SAVE_RESULTS','after','--auto-open-devtools-for-tabs','ctx','1108502ojFUPH','pPrKt','IVxOU','OcvXZ','TEST_SCREENSHOT','ZUqzt','onogV','saveTestResults','hsJhS','start','CEGxd','./helper.js','hook','browserstackTestName','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','GET_RESULTS_SUMMARY','SDK_POST_TEST','startMonitoring','SYNC','zsZPA'];a1_0x1820=function(){return _0x3a5c41;};return a1_0x1820();}(function(_0x360e10,_0x3689f8){const _0x2357de=a1_0x4852,_0x34db3f=_0x360e10();while(!![]){try{const _0x5174eb=parseInt(_0x2357de(0x17d))/0x1*(-parseInt(_0x2357de(0x137))/0x2)+parseInt(_0x2357de(0x1b8))/0x3+parseInt(_0x2357de(0x181))/0x4+-parseInt(_0x2357de(0x21b))/0x5+parseInt(_0x2357de(0x1ef))/0x6*(-parseInt(_0x2357de(0x154))/0x7)+-parseInt(_0x2357de(0x1e4))/0x8*(parseInt(_0x2357de(0x1bc))/0x9)+parseInt(_0x2357de(0x1d9))/0xa;if(_0x5174eb===_0x3689f8)break;else _0x34db3f['push'](_0x34db3f['shift']());}catch(_0x5b47a8){_0x34db3f['push'](_0x34db3f['shift']());}}}(a1_0x1820,0x8c2eb));const fs=require('fs'),util=require('util'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x4c576e(0x119)),logger=require(a1_0x4c576e(0x1be))[a1_0x4c576e(0x20e)],testOpsHelper=require(a1_0x4c576e(0x161)),requestSpy=require(a1_0x4c576e(0x15a)),PlaywrightSessionDetails=require(a1_0x4c576e(0x208)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x4c576e(0x201)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x4c576e(0x14c)),AccessibilityHelper=require(a1_0x4c576e(0x1ff)),scripts=require('../../helpers/accessibility-automation/scripts'),PerformanceTester=require(a1_0x4c576e(0x167)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x4c576e(0x16f)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x4c576e(0x142)),testHubConstants=require('../../helpers/testhub/constants.js'),globals=require(a1_0x4c576e(0x16c)),CodeceptJS=requireModule('codeceptjs/lib/index.js',a1_0x4c576e(0x115)),CodeceptUtils=requireModule(a1_0x4c576e(0x18b),a1_0x4c576e(0x115)),CodeceptWebDriver=requireModule(a1_0x4c576e(0x111),a1_0x4c576e(0x115)),CodeceptRecorder=requireModule(a1_0x4c576e(0x1b6),a1_0x4c576e(0x115)),CodeceptPlaywright=requireModule(a1_0x4c576e(0x190),'codeceptjs'),playwrightMarkSessionStatus=(_0x56d2df,_0x4a69f4,_0x42278a)=>{const _0x42606e=a1_0x4c576e,_0x332854={'NWIIM':_0x42606e(0x1f2),'uWYaK':function(_0x1865c0,_0x473dda){return _0x1865c0(_0x473dda);}},_0x5a43a1={};_0x5a43a1[_0x42606e(0x1f0)]=_0x4a69f4;const _0xfd9158={};_0xfd9158[_0x42606e(0x1d3)]=_0x332854[_0x42606e(0x1de)],_0xfd9158['arguments']=_0x5a43a1;const _0x1ded7f=_0xfd9158;return!_0x332854[_0x42606e(0x1ed)](isUndefined,_0x42278a)&&(_0x1ded7f[_0x42606e(0x1a8)][_0x42606e(0x1e9)]=JSON['stringify'](_0x42278a)),_0x56d2df[_0x42606e(0x199)](()=>{},_0x42606e(0x19d)+JSON[_0x42606e(0x192)](_0x1ded7f));},o11ySync=PerformanceTester[a1_0x4c576e(0x1a1)](PerformanceO11yEvents[a1_0x4c576e(0x149)],async _0x468b83=>{const _0x30fec1=a1_0x4c576e,_0x4a69f5={};_0x4a69f5[_0x30fec1(0x116)]=function(_0x5ab003,_0x27f39b){return _0x5ab003===_0x27f39b;},_0x4a69f5[_0x30fec1(0x20f)]=_0x30fec1(0x18c);const _0x365bc1=_0x4a69f5;_0x365bc1[_0x30fec1(0x116)](_0x468b83[_0x30fec1(0x1d5)]['name'],_0x365bc1['UyPiZ'])?await _0x468b83[_0x30fec1(0x199)](_0x361499=>{},testOpsHelper[_0x30fec1(0x10b)]()):await _0x468b83['executeScript'](testOpsHelper[_0x30fec1(0x10b)]());}),markSessionName=PerformanceTester[a1_0x4c576e(0x1a1)](PerformanceAutEvents[a1_0x4c576e(0x1c9)],async(_0x240630,_0x166a0d)=>{const _0x174d2a=a1_0x4c576e,_0x1c999d={};_0x1c999d['gQTtA']=_0x174d2a(0x1db),_0x1c999d['nBCze']=function(_0x4bae9a,_0x4d363c){return _0x4bae9a===_0x4d363c;},_0x1c999d[_0x174d2a(0x182)]='Playwright';const _0x476ffa=_0x1c999d,_0x2d0f10={};_0x2d0f10[_0x174d2a(0x1e6)]=_0x166a0d;const _0x479cc2={};_0x479cc2[_0x174d2a(0x1d3)]=_0x476ffa[_0x174d2a(0x117)],_0x479cc2['arguments']=_0x2d0f10;const _0x204e0f=_0x479cc2;_0x476ffa['nBCze'](_0x240630['constructor'][_0x174d2a(0x1e6)],_0x476ffa['mCAgO'])?await _0x240630[_0x174d2a(0x199)](()=>{},'browserstack_executor:\x20'+JSON['stringify'](_0x204e0f)):await _0x240630[_0x174d2a(0x199)]('browserstack_executor:\x20'+JSON[_0x174d2a(0x192)](_0x204e0f));}),patchSaveScreenshot=_0x195f6f=>{const _0x27a483=a1_0x4c576e,_0x434c20={'RkGrY':_0x27a483(0x196),'oeBCY':_0x27a483(0x13b),'hPynz':function(_0x41f0ff){return _0x41f0ff();},'NPiQI':function(_0x27bb2e,_0x14cd72){return _0x27bb2e(_0x14cd72);},'PQtug':'Screenshot\x20path\x20not\x20found'};_0x434c20[_0x27a483(0x211)](isTrue,process['env'][_0x27a483(0x114)])&&!_0x195f6f[_0x27a483(0x15e)]&&(_0x195f6f[_0x27a483(0x15e)]=!![],_0x195f6f[_0x27a483(0x179)]=_0x195f6f[_0x27a483(0x152)],_0x195f6f[_0x27a483(0x152)]=(_0x24443f,_0x44cef2=![])=>{const _0x1fd626=_0x27a483,_0xffd059={'DVkvB':_0x434c20[_0x1fd626(0x18e)],'ylIEH':_0x434c20['oeBCY'],'BqFtv':function(_0x4a93b7){const _0x2e9f19=_0x1fd626;return _0x434c20[_0x2e9f19(0x15c)](_0x4a93b7);},'jaIhM':function(_0x28d788,_0x33891b){const _0x5141d1=_0x1fd626;return _0x434c20[_0x5141d1(0x211)](_0x28d788,_0x33891b);},'IVxOU':_0x434c20[_0x1fd626(0x132)]};return new Promise(function(_0x14b177,_0x573b45){const _0x23b24f=_0x1fd626,_0x4bd268={'iebTD':_0xffd059['DVkvB'],'RqnUL':_0xffd059[_0x23b24f(0x174)],'AmVrH':function(_0x1955ec){const _0x19baef=_0x23b24f;return _0xffd059[_0x19baef(0x170)](_0x1955ec);},'SCSMS':function(_0x30e3ae,_0x2fe64c){const _0x476795=_0x23b24f;return _0xffd059[_0x476795(0x14f)](_0x30e3ae,_0x2fe64c);},'QZdIA':_0xffd059[_0x23b24f(0x139)]};_0x195f6f[_0x23b24f(0x179)](_0x24443f,_0x44cef2)['then'](()=>{const _0x12309e=_0x23b24f,_0x1b9d1d=CodeceptUtils[_0x12309e(0x14e)](_0x24443f);if(_0x1b9d1d){const _0x4fc3e7=fs[_0x12309e(0x1c4)](_0x1b9d1d);process[_0x12309e(0x19c)](_0x12309e(0x18a)+process[_0x12309e(0x187)],{'timestamp':new Date()[_0x12309e(0x1bf)](),'message':_0x4fc3e7[_0x12309e(0x10f)](_0x4bd268[_0x12309e(0x1fa)]),'kind':_0x4bd268['RqnUL']}),_0x4bd268[_0x12309e(0x128)](_0x14b177);}_0x4bd268['SCSMS'](_0x573b45,new Error(_0x4bd268['QZdIA']));})[_0x23b24f(0x20a)](()=>null);});});},patchWebDriverBefore=_0x2de69a=>{const _0x5086d6=a1_0x4c576e,_0x2beb28={'SfnfY':function(_0x32077d){return _0x32077d();},'BySKk':function(_0x2787a0,_0x524b21){return _0x2787a0(_0x524b21);},'foCSL':function(_0x1c3a8c,_0x43d67c){return _0x1c3a8c===_0x43d67c;},'VkzvF':'webdriverio','tGdmo':function(_0x1c24e2,_0x12025a){return _0x1c24e2===_0x12025a;},'MYwvp':_0x5086d6(0x189),'uMOII':function(_0x11b2c8,_0x2cb43){return _0x11b2c8===_0x2cb43;},'UxmFy':_0x5086d6(0x218)},_0x221261=async function(_0x43a184,_0x34cffb){const _0x6e965a=_0x5086d6;_0x2beb28[_0x6e965a(0x198)](isAccessibilityAutomationSession)&&!global[_0x6e965a(0x1b7)]&&global[_0x6e965a(0x207)]&&scripts[_0x6e965a(0x10e)](_0x43a184[_0x6e965a(0x1e6)])&&_0x2beb28[_0x6e965a(0x19e)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x6e965a(0x1b7)]=!![],await PerformanceTester[_0x6e965a(0x1a1)](PerformanceA11yEvents[_0x6e965a(0x21c)],async()=>{const _0x7f8681=_0x6e965a;logger[_0x7f8681(0x185)](_0x7f8681(0x203)+_0x43a184[_0x7f8681(0x191)]+'\x20'+_0x43a184[_0x7f8681(0x1e6)]),await AccessibilityHelper[_0x7f8681(0x177)](_0x2de69a,scripts[_0x7f8681(0x205)]);},{'command':_0x43a184[_0x6e965a(0x1e6)]})());global[_0x6e965a(0x1b7)]=![];const _0x584029=JSON[_0x6e965a(0x11d)](process[_0x6e965a(0x18f)]['FRAMEWORK_DETAILS']||'{}');if(_0x2beb28[_0x6e965a(0x1e5)](_0x584029?.[_0x6e965a(0x151)]?.[_0x6e965a(0x1e6)],_0x2beb28[_0x6e965a(0x11a)])&&_0x2beb28[_0x6e965a(0x160)](typeof _0x584029?.[_0x6e965a(0x151)]?.[_0x6e965a(0x1cd)],_0x2beb28[_0x6e965a(0x16e)])&&_0x584029?.[_0x6e965a(0x151)]?.[_0x6e965a(0x1cd)]['startsWith']('7'))return _0x34cffb['apply'](null,Array[_0x6e965a(0x1df)][_0x6e965a(0x162)][_0x6e965a(0x178)](arguments,0x2));return _0x34cffb[_0x6e965a(0x1d7)](this,Array['prototype'][_0x6e965a(0x162)]['call'](arguments,0x2));},_0x101c99=CodeceptWebDriver[_0x5086d6(0x1df)]['_before'];CodeceptWebDriver[_0x5086d6(0x1df)]['_before']=async function(){const _0x35b78c=_0x5086d6;try{await _0x101c99[_0x35b78c(0x1d7)](this,arguments);}catch(_0x13bbd4){logger[_0x35b78c(0x185)](_0x35b78c(0x202)+util[_0x35b78c(0x200)](_0x13bbd4));}scripts['commandsToWrap'][_0x35b78c(0x150)](_0x19f86d=>_0x19f86d['name']&&_0x19f86d['class'])[_0x35b78c(0x1d1)](_0x4d7955=>{const _0x5c9861=_0x35b78c;this[_0x5c9861(0x11f)]['overwriteCommand'](_0x4d7955['name'],_0x221261['bind'](this,_0x4d7955),_0x2beb28[_0x5c9861(0x19f)](_0x4d7955[_0x5c9861(0x191)],_0x2beb28['UxmFy']));}),_0x2beb28['BySKk'](processWebDriverConfig,_0x2de69a);};};function parseJwt(_0x27d9bc){const _0x3ca72a=a1_0x4c576e,_0x366379={};_0x366379[_0x3ca72a(0x16b)]='base64';const _0x3e80de=_0x366379;if(!_0x27d9bc)return null;return JSON[_0x3ca72a(0x11d)](Buffer[_0x3ca72a(0x1a6)](_0x27d9bc[_0x3ca72a(0x112)]('.')[0x1],_0x3e80de[_0x3ca72a(0x16b)])[_0x3ca72a(0x10f)]());}function a1_0x4852(_0xd08350,_0x43b5ce){const _0x1820fb=a1_0x1820();return a1_0x4852=function(_0x48527c,_0x18b60b){_0x48527c=_0x48527c-0x10b;let _0x2a49ed=_0x1820fb[_0x48527c];return _0x2a49ed;},a1_0x4852(_0xd08350,_0x43b5ce);}const patchPlaywrightBefore=()=>{const _0x3eda35=a1_0x4c576e,_0x13159a={'FgfDY':function(_0x57a48d){return _0x57a48d();},'uDlyG':_0x3eda35(0x113),'PredZ':_0x3eda35(0x135),'BGGhk':function(_0x4343cd,_0x37329c){return _0x4343cd(_0x37329c);},'Ibqap':function(_0x2c2679){return _0x2c2679();},'goupt':function(_0x3aded1,_0x3662fe){return _0x3aded1+_0x3662fe;},'QMBVH':_0x3eda35(0x20d),'fEEQg':function(_0x2c0490){return _0x2c0490();}};PlaywrightSessionDetails['patch']();const _0x3e363d=CodeceptPlaywright['prototype'][_0x3eda35(0x1bb)];CodeceptPlaywright[_0x3eda35(0x1df)][_0x3eda35(0x1bb)]=async function(){const _0xfac638=_0x3eda35,_0x3e1f18={'nAuho':function(_0xc23025){const _0x5a8e69=a1_0x4852;return _0x13159a[_0x5a8e69(0x17b)](_0xc23025);},'hsJhS':_0x13159a[_0xfac638(0x1c0)],'bTxYv':_0x13159a[_0xfac638(0x1a9)],'DAoHt':function(_0x50317e,_0x328711){const _0x59b504=_0xfac638;return _0x13159a[_0x59b504(0x126)](_0x50317e,_0x328711);},'OcvXZ':function(_0x3bbcc7){return _0x13159a['Ibqap'](_0x3bbcc7);},'JUZfN':function(_0x5ba37d,_0xd8410a){const _0xc7475d=_0xfac638;return _0x13159a[_0xc7475d(0x20b)](_0x5ba37d,_0xd8410a);},'fFmwx':_0x13159a[_0xfac638(0x1ca)]};this[_0xfac638(0x1eb)]=await this[_0xfac638(0x11f)]['contexts']()[0x0];const _0x51f70f=async()=>{const _0x403b4e=_0xfac638,_0x5eef50=this[_0x403b4e(0x214)]&&this['config'][_0x403b4e(0x195)]&&this[_0x403b4e(0x214)]['chromium'][_0x403b4e(0x1c1)]&&Array[_0x403b4e(0x1ec)](this['config']['chromium'][_0x403b4e(0x1c1)])&&this['config'][_0x403b4e(0x195)][_0x403b4e(0x1c1)][_0x403b4e(0x1b3)](_0x3e1f18['bTxYv']);if(_0x3e1f18['nAuho'](isAccessibilityAutomationSession)&&!_0x5eef50)try{const _0x1ed156=_0x3e1f18[_0x403b4e(0x1fe)](parseJwt,process[_0x403b4e(0x18f)][_0x403b4e(0x1f3)]);if(_0x1ed156&&_0x1ed156[_0x403b4e(0x1b4)]&&_0x1ed156['a11y_core_config'][_0x403b4e(0x1ba)]){const _0x25dd80=this[_0x403b4e(0x1eb)][_0x403b4e(0x1f4)][_0x403b4e(0x1b1)](this[_0x403b4e(0x1eb)]);this[_0x403b4e(0x1eb)]['pages']=async function(){const _0x43cccc=_0x403b4e,_0x60d5=await _0x3e1f18[_0x43cccc(0x1f6)](_0x25dd80),_0x59c973=[];for(const _0x33d67f of _0x60d5){try{const _0x19b0e3=await _0x33d67f[_0x43cccc(0x10c)]();!_0x19b0e3['startsWith'](_0x3e1f18[_0x43cccc(0x13f)])&&_0x59c973[_0x43cccc(0x21a)](_0x33d67f);}catch(_0x49ba3b){_0x59c973['push'](_0x33d67f);}}return _0x59c973;};}if(!_0x3e1f18[_0x403b4e(0x13a)](isBrowserstackInfra)){const _0x3d1d36=await this[_0x403b4e(0x14d)]['url']();if(_0x3d1d36[_0x403b4e(0x1b0)](_0x3e1f18[_0x403b4e(0x13f)])){const _0x56df51=await this[_0x403b4e(0x1eb)][_0x403b4e(0x1f4)]();this[_0x403b4e(0x1d2)](_0x56df51[0x0]);}}}catch(_0x3401ec){logger[_0x403b4e(0x185)](_0x403b4e(0x1a0)+_0x3401ec[_0x403b4e(0x17e)]+(_0x3401ec[_0x403b4e(0x1c7)]?_0x3e1f18['JUZfN'](_0x3e1f18['fFmwx'],_0x3401ec[_0x403b4e(0x1c7)]):''));}};_0x13159a[_0xfac638(0x20c)](isBrowserstackInfra)&&await _0x13159a[_0xfac638(0x1c3)](_0x51f70f),await _0x3e363d[_0xfac638(0x1d7)](this,arguments),!_0x13159a['FgfDY'](isBrowserstackInfra)&&await _0x13159a[_0xfac638(0x1c3)](_0x51f70f);};},getCodeceptDriver=()=>{const _0x468a1d=a1_0x4c576e,_0x183f3b={};_0x183f3b[_0x468a1d(0x1da)]=_0x468a1d(0x1fb),_0x183f3b[_0x468a1d(0x210)]=_0x468a1d(0x18c),_0x183f3b[_0x468a1d(0x166)]='Puppeteer',_0x183f3b[_0x468a1d(0x12d)]=_0x468a1d(0x12f);const _0x5ea9cf=_0x183f3b,_0x424120=[_0x5ea9cf[_0x468a1d(0x1da)],_0x5ea9cf[_0x468a1d(0x210)],_0x5ea9cf['RRdHR'],_0x5ea9cf[_0x468a1d(0x12d)]],_0xbebc3b=_0x424120[_0x468a1d(0x164)](_0x43e945=>!!CodeceptJS[_0x468a1d(0x1fc)]['helpers'](_0x43e945));if(!_0xbebc3b)return null;return CodeceptJS['container'][_0x468a1d(0x1f5)](_0xbebc3b);};module[a1_0x4c576e(0x118)]=function(_0x4c10af){const _0x2258e8=a1_0x4c576e,_0xe66c0={'SWygQ':function(_0x1491a6){return _0x1491a6();},'pPrKt':function(_0xc59192,_0x5b6ca7){return _0xc59192(_0x5b6ca7);},'XBYFq':_0x2258e8(0x1c2),'pnLUb':_0x2258e8(0x145),'zsZPA':'getAccessibilityResults','pJJUv':_0x2258e8(0x171),'hGoKx':function(_0x162ac4,_0x468523){return _0x162ac4(_0x468523);},'iiDAb':_0x2258e8(0x1e7),'ZRZGU':_0x2258e8(0x1ae),'onogV':_0x2258e8(0x1cc),'NJtdX':_0x2258e8(0x144),'kvRvr':_0x2258e8(0x15f),'AkzLI':function(_0x32a0b5){return _0x32a0b5();},'XsaiD':function(_0x31e689,_0x395894){return _0x31e689(_0x395894);},'UjiVn':function(_0x175d83,_0x1f16f3,_0x4076c5){return _0x175d83(_0x1f16f3,_0x4076c5);},'UZjrO':_0x2258e8(0x11e),'voyZv':function(_0x275f4a,_0x246197,_0x4bb04d){return _0x275f4a(_0x246197,_0x4bb04d);},'vOErN':function(_0x5db82a,_0x285184,_0x361103){return _0x5db82a(_0x285184,_0x361103);},'zrkfq':function(_0x3182ac){return _0x3182ac();},'dhjAo':_0x2258e8(0x1a4),'VTnZZ':function(_0x4a9171,_0x412834,_0x4b252f,_0x46b713){return _0x4a9171(_0x412834,_0x4b252f,_0x46b713);},'Hzkmh':function(_0x49a7f0,_0x1ea4ff,_0x6188e2,_0x362348){return _0x49a7f0(_0x1ea4ff,_0x6188e2,_0x362348);},'yrXCs':function(_0x1c32bc,_0x1e0219){return _0x1c32bc===_0x1e0219;},'lxOFg':_0x2258e8(0x124),'NxaVv':'test-failed','QtGok':_0x2258e8(0x110),'jubXJ':'afterTest','xOjzZ':_0x2258e8(0x1ee),'ZeYrA':_0x2258e8(0x183),'TUxPB':'INFO','gEjwI':_0x2258e8(0x1b2),'jFZTD':_0x2258e8(0x193),'BbSkp':'bddStep-before','WMeoz':'bddStep-after','ewwoJ':'Playwright'};_0x4c10af[_0x2258e8(0x1d8)]&&(global['__skipSessionStatus']=_0x4c10af['skipSessionStatus']);PerformanceTester[_0x2258e8(0x148)]();const _0x20cf89=_0xe66c0[_0x2258e8(0x1e0)](getCodeceptDriver),_0x53ac93=new O11yHelper(_0x20cf89,_0x4c10af),_0x323121=!!CodeceptJS['container'][_0x2258e8(0x1f5)](_0xe66c0[_0x2258e8(0x131)]);global['__driver']=_0x20cf89,_0x20cf89&&(PerformanceTester['measureWrapper'](PerformanceEvents[_0x2258e8(0x209)],()=>{const _0x5a597b=_0x2258e8;_0x323121?_0xe66c0[_0x5a597b(0x1cf)](patchPlaywrightBefore):_0xe66c0[_0x5a597b(0x138)](patchWebDriverBefore,_0x20cf89);})(),PerformanceTester['measureWrapper'](PerformanceEvents[_0x2258e8(0x153)],()=>{const _0x114739=_0x2258e8,_0x52291a={};_0x52291a[_0x114739(0x15d)]=_0xe66c0[_0x114739(0x1aa)],_0x52291a[_0x114739(0x1e3)]=_0xe66c0['pnLUb'],_0x52291a['oGiPm']=_0xe66c0[_0x114739(0x14a)],_0x52291a[_0x114739(0x163)]=_0xe66c0[_0x114739(0x157)];const _0x289201=_0x52291a;_0x20cf89[_0x114739(0x1c2)]=async()=>{const _0x5788e9=_0x114739;if(global[_0x5788e9(0x207)]){const _0x5b6db7={};return _0x5b6db7[_0x5788e9(0x1bd)]=_0x289201['SlSFQ'],await PerformanceTester[_0x5788e9(0x1a1)](PerformanceA11yEvents[_0x5788e9(0x21c)],async()=>{const _0x33cd6b=_0x5788e9;return await AccessibilityHelper[_0x33cd6b(0x177)](_0x20cf89,scripts['performScan']);},_0x5b6db7)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x5788e9(0x146)],async()=>{const _0x21eb1d=_0x5788e9;return await AccessibilityHelper[_0x21eb1d(0x177)](_0x20cf89,scripts[_0x21eb1d(0x1ab)]);})();}return logger['warn'](_0x289201[_0x5788e9(0x1e3)]),{};},_0x20cf89['getAccessibilityResults']=async()=>{const _0xb6aa05=_0x114739;if(global[_0xb6aa05(0x207)]){const _0xf597b={};return _0xf597b[_0xb6aa05(0x1bd)]=_0x289201['oGiPm'],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0xb6aa05(0x21c)],async()=>{const _0x431599=_0xb6aa05;return await AccessibilityHelper['browserStackExecuteDriver'](_0x20cf89,scripts[_0x431599(0x205)]);},_0xf597b)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents['GET_RESULTS'],async()=>{const _0x27ae3f=_0xb6aa05;return await AccessibilityHelper['browserStackExecuteDriver'](_0x20cf89,scripts[_0x27ae3f(0x12a)]);})();}return logger[_0xb6aa05(0x1dd)](_0x289201[_0xb6aa05(0x163)]),{};},_0xe66c0['hGoKx'](patchSaveScreenshot,_0x20cf89);})()),CodeceptJS['event'][_0x2258e8(0x1fd)]['on'](CodeceptJS['event'][_0x2258e8(0x127)][_0x2258e8(0x11b)],()=>{const _0xa14594=_0x2258e8;PerformanceTester[_0xa14594(0x140)](PerformanceEvents['SDK_PRE_TEST']);try{_0x53ac93[_0xa14594(0x140)](),testOpsHelper[_0xa14594(0x219)](),PerformanceTester['end'](PerformanceEvents[_0xa14594(0x16d)]);}catch(_0x386a44){PerformanceTester[_0xa14594(0x1d4)](_0x386a44),PerformanceTester['end'](PerformanceEvents[_0xa14594(0x16d)],![],_0x386a44);}}),CodeceptJS[_0x2258e8(0x10d)][_0x2258e8(0x1fd)]['on'](CodeceptJS[_0x2258e8(0x10d)][_0x2258e8(0x127)][_0x2258e8(0x134)],async()=>{const _0x432cb2=_0x2258e8;PerformanceTester['start'](PerformanceEvents[_0x432cb2(0x147)]);try{requestSpy[_0x432cb2(0x1e8)](),await _0x53ac93[_0x432cb2(0x172)](),PerformanceTester[_0x432cb2(0x1ad)](PerformanceEvents[_0x432cb2(0x147)]);}catch(_0x407624){PerformanceTester[_0x432cb2(0x1d4)](_0x407624),PerformanceTester[_0x432cb2(0x1ad)](PerformanceEvents['SDK_POST_TEST'],![],_0x407624);}finally{PerformanceTester[_0x432cb2(0x16a)]();}}),CodeceptJS[_0x2258e8(0x10d)]['dispatcher']['on'](CodeceptJS['event'][_0x2258e8(0x143)][_0x2258e8(0x173)],_0x34eb96=>{const _0x16463b=_0x2258e8;PerformanceTester[_0x16463b(0x140)](PerformanceEvents[_0x16463b(0x1f9)]);try{const _0xb0c844=_0x34eb96[_0x16463b(0x136)][_0x16463b(0x184)],_0x450909=_0x53ac93[_0x16463b(0x1e2)](TEST_EVENTS[_0x16463b(0x123)],_0xb0c844);CodeceptRecorder[_0x16463b(0x12e)](()=>_0x53ac93[_0x16463b(0x215)](TEST_EVENTS['HOOK_RUN_STARTED'],_0x450909));const _0x3dfbeb={};_0x3dfbeb[_0x16463b(0x129)]=_0xe66c0['iiDAb'],PerformanceTester[_0x16463b(0x1ad)](PerformanceEvents[_0x16463b(0x1f9)],!![],null,_0x3dfbeb);}catch(_0x4d30f8){const _0x52c621={};_0x52c621['hookType']=_0xe66c0[_0x16463b(0x1c8)],PerformanceTester[_0x16463b(0x1ad)](PerformanceEvents[_0x16463b(0x1f9)],![],_0x4d30f8,_0x52c621),PerformanceTester['captureError'](_0x4d30f8);}}),CodeceptJS[_0x2258e8(0x10d)][_0x2258e8(0x1fd)]['on'](CodeceptJS[_0x2258e8(0x10d)]['hook'][_0x2258e8(0x17f)],_0x1ce5e9=>{const _0x2aa002=_0x2258e8,_0x3a384f={};_0x3a384f[_0x2aa002(0x129)]=_0xe66c0['ZRZGU'],PerformanceTester[_0x2aa002(0x140)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x3a384f);try{const _0x251533=_0x1ce5e9[_0x2aa002(0x136)][_0x2aa002(0x184)],_0x44cbf4=_0x53ac93[_0x2aa002(0x1e2)](TEST_EVENTS[_0x2aa002(0x1c5)],_0x251533);CodeceptRecorder[_0x2aa002(0x12e)](()=>_0x53ac93[_0x2aa002(0x215)](TEST_EVENTS[_0x2aa002(0x1c5)],_0x44cbf4));const _0x1b1e4f={};_0x1b1e4f[_0x2aa002(0x129)]=_0xe66c0[_0x2aa002(0x130)],PerformanceTester['end'](PerformanceHookEvents[_0x2aa002(0x1f9)],!![],null,_0x1b1e4f);}catch(_0x47e127){PerformanceTester[_0x2aa002(0x1d4)](_0x47e127);const _0x1e5d1a={};_0x1e5d1a[_0x2aa002(0x129)]=_0xe66c0[_0x2aa002(0x130)],PerformanceTester[_0x2aa002(0x1ad)](PerformanceHookEvents[_0x2aa002(0x1f9)],![],_0x47e127,_0x1e5d1a);}}),CodeceptJS[_0x2258e8(0x10d)][_0x2258e8(0x1fd)]['on'](CodeceptJS['event'][_0x2258e8(0x143)][_0x2258e8(0x213)],async(_0x1e3230,_0x432e32)=>{const _0x2145f6=_0x2258e8;PerformanceTester[_0x2145f6(0x140)](PerformanceHookEvents['SDK_HOOK']);try{const _0x2f26da=_0x1e3230[_0x2145f6(0x136)][_0x2145f6(0x184)],_0x9c3b52=_0x53ac93['captureEvent'](TEST_EVENTS[_0x2145f6(0x1c5)],_0x2f26da,_0x432e32);CodeceptRecorder[_0x2145f6(0x12e)](()=>_0x53ac93['fireEvent'](TEST_EVENTS[_0x2145f6(0x1c5)],_0x9c3b52));const _0x2a22f6={};_0x2a22f6[_0x2145f6(0x129)]=_0xe66c0[_0x2145f6(0x13d)],PerformanceTester[_0x2145f6(0x140)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x2a22f6);}catch(_0x214482){PerformanceTester['captureError'](_0x214482);const _0x38a25e={};_0x38a25e['hookType']=_0xe66c0[_0x2145f6(0x13d)],PerformanceTester[_0x2145f6(0x1ad)](PerformanceHookEvents[_0x2145f6(0x1f9)],![],_0x214482,_0x38a25e);}const _0xbcb0c={};_0xbcb0c[_0x2145f6(0x129)]=_0xe66c0[_0x2145f6(0x13d)],PerformanceTester['end'](PerformanceHookEvents[_0x2145f6(0x1f9)],!![],null,_0xbcb0c);}),CodeceptJS['event'][_0x2258e8(0x1fd)]['on'](CodeceptJS['event'][_0x2258e8(0x184)][_0x2258e8(0x11b)],_0x9030aa=>{const _0x22860d=_0x2258e8;PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{globals[_0x22860d(0x206)](_0xe66c0['NJtdX'],_0x9030aa[_0x22860d(0x158)]);_0xe66c0['SWygQ'](isBrowserstackInfra)&&(_0x323121&&(global[_0x22860d(0x1f8)]={'currentTest':{'name':_0x9030aa['title'],'testInfo':{'titlePath':_0x9030aa['titlePath']()}}}));const _0x45c16d={};_0x45c16d[_0x22860d(0x129)]=_0xe66c0[_0x22860d(0x1f1)],PerformanceTester['end'](PerformanceHookEvents[_0x22860d(0x1f9)],!![],null,_0x45c16d);}catch(_0x260682){PerformanceTester['captureError'](_0x260682);const _0x5661f0={};_0x5661f0[_0x22860d(0x129)]=_0xe66c0[_0x22860d(0x1f1)],PerformanceTester[_0x22860d(0x1ad)](PerformanceHookEvents['SDK_HOOK'],![],_0x260682,_0x5661f0);}}),CodeceptJS[_0x2258e8(0x10d)][_0x2258e8(0x1fd)]['on'](CodeceptJS[_0x2258e8(0x10d)][_0x2258e8(0x184)][_0x2258e8(0x173)],_0x47c325=>{const _0x3d55b4=_0x2258e8,_0x4f25f0={'tQcGC':function(_0x10a778){const _0xa305c0=a1_0x4852;return _0xe66c0[_0xa305c0(0x1e0)](_0x10a778);},'oMzUi':function(_0x5ce704,_0x48e7f8){const _0x53c9c0=a1_0x4852;return _0xe66c0[_0x53c9c0(0x168)](_0x5ce704,_0x48e7f8);},'hYwOj':function(_0x530235,_0x5a75db,_0x12a843){const _0x4d23ed=a1_0x4852;return _0xe66c0[_0x4d23ed(0x1af)](_0x530235,_0x5a75db,_0x12a843);},'wzIij':function(_0x40e7a0,_0x160f48){const _0x60fc87=a1_0x4852;return _0xe66c0[_0x60fc87(0x1ea)](_0x40e7a0,_0x160f48);}};PerformanceTester[_0x3d55b4(0x140)](PerformanceHookEvents[_0x3d55b4(0x1f9)]);try{globals[_0x3d55b4(0x206)](_0xe66c0[_0x3d55b4(0x155)],_0x47c325['title']);const _0x1e9a55=_0x53ac93[_0x3d55b4(0x1e2)](TEST_EVENTS[_0x3d55b4(0x12c)],_0x47c325);CodeceptRecorder[_0x3d55b4(0x12e)](()=>_0x53ac93[_0x3d55b4(0x215)](TEST_EVENTS[_0x3d55b4(0x12c)],_0x1e9a55)),CodeceptRecorder[_0x3d55b4(0x12e)](async()=>{const _0x504de7=_0x3d55b4;_0x4f25f0[_0x504de7(0x1ac)](isBrowserstackInfra)&&(!_0x4f25f0['oMzUi'](isTrue,_0x4c10af['skipSessionName'])&&await _0x4f25f0[_0x504de7(0x12b)](markSessionName,_0x20cf89,_0x47c325[_0x504de7(0x158)]),_0x53ac93['enabled']&&await _0x4f25f0[_0x504de7(0x186)](o11ySync,_0x20cf89));});}catch(_0xec9b70){const _0x4741aa={};_0x4741aa['hookType']=_0xe66c0[_0x3d55b4(0x11c)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0xec9b70,_0x4741aa),PerformanceTester[_0x3d55b4(0x1d4)](_0xec9b70);}const _0x37361c={};_0x37361c[_0x3d55b4(0x129)]=_0xe66c0[_0x3d55b4(0x11c)],PerformanceTester[_0x3d55b4(0x1ad)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x37361c);}),CodeceptJS[_0x2258e8(0x10d)][_0x2258e8(0x1fd)]['on'](CodeceptJS[_0x2258e8(0x10d)][_0x2258e8(0x184)][_0x2258e8(0x17f)],_0x141c54=>{const _0x5364d8=_0x2258e8,_0x2edc73={'bdTul':function(_0x1653d0,_0x1e6fd8,_0x22a9b6){const _0x4fe7b1=a1_0x4852;return _0xe66c0[_0x4fe7b1(0x212)](_0x1653d0,_0x1e6fd8,_0x22a9b6);},'hYbjq':function(_0x1c41f3,_0x1c82fd,_0x508ab8){const _0x19ecce=a1_0x4852;return _0xe66c0[_0x19ecce(0x17a)](_0x1c41f3,_0x1c82fd,_0x508ab8);},'rTFDh':function(_0x45db2f){const _0x47c473=a1_0x4852;return _0xe66c0[_0x47c473(0x188)](_0x45db2f);}};PerformanceTester[_0x5364d8(0x140)](PerformanceHookEvents[_0x5364d8(0x1f9)]);try{const _0x176bcf=_0x53ac93['captureEvent'](TEST_EVENTS[_0x5364d8(0x1cb)],_0x141c54);CodeceptRecorder[_0x5364d8(0x12e)](()=>_0x53ac93['fireEvent'](TEST_EVENTS['TEST_RUN_FINISHED'],_0x176bcf)),CodeceptRecorder[_0x5364d8(0x12e)](async()=>{const _0x2a9d2b=_0x5364d8,_0x5db464={'ZlLvT':function(_0x222103,_0x229543,_0x7e75d5){const _0x5e0dff=a1_0x4852;return _0x2edc73[_0x5e0dff(0x180)](_0x222103,_0x229543,_0x7e75d5);},'CEGxd':function(_0x5c5e2c,_0x3a04c9,_0x11785c){const _0x295b95=a1_0x4852;return _0x2edc73[_0x295b95(0x1a2)](_0x5c5e2c,_0x3a04c9,_0x11785c);}};_0x2edc73['rTFDh'](isBrowserstackInfra)&&await PerformanceTester[_0x2a9d2b(0x1a1)](PerformanceAutEvents[_0x2a9d2b(0x169)],async()=>{const _0x313bb7=_0x2a9d2b;_0x323121?await _0x5db464[_0x313bb7(0x156)](playwrightMarkSessionStatus,_0x20cf89,STATE_PASSED):await _0x5db464[_0x313bb7(0x141)](markSessionStatus,_0x20cf89,STATE_PASSED);})();}),PerformanceTester[_0x5364d8(0x1ad)](PerformanceEvents['SDK_TEST']);}catch(_0x40b48d){PerformanceTester[_0x5364d8(0x1d4)](_0x40b48d);const _0xf65ed2={};_0xf65ed2[_0x5364d8(0x129)]=_0xe66c0[_0x5364d8(0x1b5)],PerformanceTester[_0x5364d8(0x1ad)](PerformanceHookEvents['SDK_HOOK'],![],_0x40b48d,_0xf65ed2),PerformanceTester['end'](PerformanceEvents[_0x5364d8(0x17c)],![],_0x40b48d);}const _0xd748c3={};_0xd748c3['hookType']=_0xe66c0['dhjAo'],PerformanceTester[_0x5364d8(0x1ad)](PerformanceHookEvents[_0x5364d8(0x1f9)],!![],null,_0xd748c3);}),CodeceptJS[_0x2258e8(0x10d)]['dispatcher']['on'](CodeceptJS[_0x2258e8(0x10d)][_0x2258e8(0x184)][_0x2258e8(0x213)],(_0x171929,_0x190e59)=>{const _0x4693a2=_0x2258e8,_0x517117={'pVGHu':function(_0x27c30a){return _0xe66c0['AkzLI'](_0x27c30a);},'elsMR':function(_0x93da5b,_0x256655,_0x22ff68,_0x20ca80){const _0x4ce2d1=a1_0x4852;return _0xe66c0[_0x4ce2d1(0x1b9)](_0x93da5b,_0x256655,_0x22ff68,_0x20ca80);},'YdpMl':function(_0x103152,_0x4fb85a,_0x4871c8,_0x42f344){const _0x356c93=a1_0x4852;return _0xe66c0[_0x356c93(0x122)](_0x103152,_0x4fb85a,_0x4871c8,_0x42f344);}};PerformanceTester[_0x4693a2(0x140)](PerformanceHookEvents[_0x4693a2(0x1f9)]);try{if(_0xe66c0[_0x4693a2(0x204)](_0x171929[_0x4693a2(0x1d5)][_0x4693a2(0x1e6)],_0xe66c0[_0x4693a2(0x216)])){const _0x1d2a58=_0x53ac93[_0x4693a2(0x1e2)](TEST_EVENTS[_0x4693a2(0x14b)],_0x171929[_0x4693a2(0x136)][_0x4693a2(0x121)]);CodeceptRecorder[_0x4693a2(0x12e)](()=>_0x53ac93[_0x4693a2(0x215)](TEST_EVENTS[_0x4693a2(0x14b)],_0x1d2a58));}else{const _0x1cadf3=_0x53ac93[_0x4693a2(0x1e2)](TEST_EVENTS[_0x4693a2(0x1cb)],_0x171929,_0x190e59);CodeceptRecorder['add'](()=>{const _0x2837a2=_0x4693a2;try{_0x53ac93[_0x2837a2(0x215)](TEST_EVENTS[_0x2837a2(0x1cb)],_0x1cadf3);}catch(_0x1246ec){logger[_0x2837a2(0x185)](_0x2837a2(0x1f7)+util[_0x2837a2(0x200)](_0x1246ec)),PerformanceTester[_0x2837a2(0x1ad)](PerformanceEvents[_0x2837a2(0x17c)],![],_0x1246ec);}}),CodeceptRecorder[_0x4693a2(0x12e)](async()=>{const _0x509352=_0x4693a2;try{_0x517117[_0x509352(0x176)](isBrowserstackInfra)&&(_0x323121?await _0x517117[_0x509352(0x1dc)](playwrightMarkSessionStatus,_0x20cf89,STATE_FAILED,_0x190e59):await _0x517117[_0x509352(0x19b)](markSessionStatus,_0x20cf89,STATE_FAILED,_0x190e59));}catch(_0x137d34){logger[_0x509352(0x185)]('Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20'+util[_0x509352(0x200)](_0x137d34)),PerformanceTester[_0x509352(0x1ad)](PerformanceEvents[_0x509352(0x17c)],![],_0x137d34);}});}PerformanceTester[_0x4693a2(0x1ad)](PerformanceEvents['SDK_TEST']);}catch(_0x5ca071){PerformanceTester[_0x4693a2(0x1d4)](_0x5ca071);const _0x133828={};_0x133828[_0x4693a2(0x129)]=_0xe66c0[_0x4693a2(0x120)],PerformanceTester['end'](PerformanceHookEvents[_0x4693a2(0x1f9)],![],_0x5ca071,_0x133828),PerformanceTester[_0x4693a2(0x1ad)](PerformanceEvents[_0x4693a2(0x17c)],![],_0x5ca071);}const _0x25351b={};_0x25351b[_0x4693a2(0x129)]=_0xe66c0['NxaVv'],PerformanceTester[_0x4693a2(0x1ad)](PerformanceHookEvents[_0x4693a2(0x1f9)],!![],null,_0x25351b);}),CodeceptJS['event'][_0x2258e8(0x1fd)]['on'](CodeceptJS[_0x2258e8(0x10d)][_0x2258e8(0x184)][_0x2258e8(0x15b)],_0x19e4a5=>{const _0x1fdd07=_0x2258e8;PerformanceTester[_0x1fdd07(0x140)](PerformanceHookEvents[_0x1fdd07(0x1f9)]);try{const _0x2af0b4=_0x53ac93[_0x1fdd07(0x1e2)](TEST_EVENTS[_0x1fdd07(0x14b)],_0x19e4a5);CodeceptRecorder[_0x1fdd07(0x12e)](()=>_0x53ac93[_0x1fdd07(0x215)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x2af0b4)),PerformanceTester['end'](PerformanceEvents[_0x1fdd07(0x17c)]);}catch(_0x3fb287){PerformanceTester['captureError'](_0x3fb287),PerformanceTester[_0x1fdd07(0x1ad)](PerformanceEvents['SDK_TEST'],![],_0x3fb287);const _0x333887={};_0x333887[_0x1fdd07(0x129)]=_0xe66c0[_0x1fdd07(0x125)],PerformanceTester[_0x1fdd07(0x1ad)](PerformanceHookEvents[_0x1fdd07(0x1f9)],![],_0x3fb287,_0x333887);}const _0x49e26d={};_0x49e26d[_0x1fdd07(0x129)]=_0xe66c0['QtGok'],PerformanceTester[_0x1fdd07(0x1ad)](PerformanceHookEvents[_0x1fdd07(0x1f9)],!![],null,_0x49e26d);}),CodeceptJS[_0x2258e8(0x10d)]['dispatcher']['on'](CodeceptJS[_0x2258e8(0x10d)]['test'][_0x2258e8(0x134)],async(_0x1ffffe,_0x22d9e9)=>{const _0x20c8d6=_0x2258e8,_0x486958={};_0x486958[_0x20c8d6(0x13c)]=_0xe66c0[_0x20c8d6(0x165)];const _0x3f269b=_0x486958;try{PerformanceTester[_0x20c8d6(0x140)](PerformanceHookEvents[_0x20c8d6(0x1f9)]);const _0x4eafe8=_0xe66c0[_0x20c8d6(0x212)](shouldScanTestForAccessibility,_0x1ffffe[_0x20c8d6(0x1ce)](),!![]);if(_0xe66c0[_0x20c8d6(0x1e0)](isAccessibilityAutomationSession)&&global[_0x20c8d6(0x207)]&&_0x4eafe8){const _0x4f204f={};_0x4f204f['thTestRunUuid']=_0x1ffffe['testAnalyticsId'],_0x4f204f['thBuildUuid']=process['env'][testHubConstants['ENV_VAR'][_0x20c8d6(0x1d6)]],_0x4f204f[_0x20c8d6(0x194)]=process['env'][testHubConstants[_0x20c8d6(0x1a3)][_0x20c8d6(0x217)]];const _0x42c324=_0x4f204f;logger[_0x20c8d6(0x185)](_0x20c8d6(0x19a)+JSON['stringify'](_0x42c324)),CodeceptRecorder[_0x20c8d6(0x12e)](async()=>{const _0x40f1a0=_0x20c8d6,_0x21a417={};_0x21a417[_0x40f1a0(0x1bd)]=_0x3f269b[_0x40f1a0(0x13c)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x3a51bc=_0x40f1a0;await AccessibilityHelper[_0x3a51bc(0x177)](_0x20cf89,scripts['performScan']);},_0x21a417)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x40f1a0(0x133)],async()=>{const _0x298ce2=_0x40f1a0;await AccessibilityHelper[_0x298ce2(0x177)](_0x20cf89,scripts[_0x298ce2(0x13e)],_0x42c324);})();}),logger['info'](_0xe66c0[_0x20c8d6(0x175)]);}const _0xdffe17={};_0xdffe17[_0x20c8d6(0x129)]=_0xe66c0[_0x20c8d6(0x1a7)],PerformanceTester[_0x20c8d6(0x1ad)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0xdffe17);}catch(_0x26cc2d){PerformanceTester[_0x20c8d6(0x1d4)](_0x26cc2d);const _0x59f10c={};_0x59f10c[_0x20c8d6(0x129)]=_0xe66c0[_0x20c8d6(0x1a7)],PerformanceTester[_0x20c8d6(0x1ad)](PerformanceHookEvents[_0x20c8d6(0x1f9)],![],_0x26cc2d,_0x59f10c);}}),CodeceptJS['event'][_0x2258e8(0x1fd)]['on'](CodeceptJS['event']['step']['comment'],_0x5ec955=>{const _0x5e4ba3=_0x2258e8;PerformanceTester['start'](PerformanceHookEvents[_0x5e4ba3(0x1f9)]);try{process[_0x5e4ba3(0x19c)]('bs:addLog:'+process[_0x5e4ba3(0x187)],{'timestamp':new Date()[_0x5e4ba3(0x1bf)](),'level':_0xe66c0[_0x5e4ba3(0x1c6)],'message':_0x5ec955,'kind':_0xe66c0[_0x5e4ba3(0x1e1)],'http_response':{}});}catch(_0x24b963){PerformanceTester['captureError'](_0x24b963);const _0x585da9={};_0x585da9[_0x5e4ba3(0x129)]=_0xe66c0['jFZTD'],PerformanceTester[_0x5e4ba3(0x1ad)](PerformanceHookEvents[_0x5e4ba3(0x1f9)],![],_0x24b963,_0x585da9);}const _0x43268a={};_0x43268a[_0x5e4ba3(0x129)]=_0xe66c0[_0x5e4ba3(0x1d0)],PerformanceTester[_0x5e4ba3(0x1ad)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x43268a);}),CodeceptJS['event'][_0x2258e8(0x1fd)]['on'](CodeceptJS[_0x2258e8(0x10d)][_0x2258e8(0x1a5)][_0x2258e8(0x11b)],_0x258766=>{const _0x1d555b=_0x2258e8,_0x22159d={};_0x22159d[_0x1d555b(0x129)]=_0xe66c0['BbSkp'],PerformanceTester['measureWrapper'](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x5a06b2=_0x1d555b;_0x53ac93[_0x5a06b2(0x159)](_0x258766);},_0x22159d)();}),CodeceptJS['event'][_0x2258e8(0x1fd)]['on'](CodeceptJS[_0x2258e8(0x10d)][_0x2258e8(0x1a5)][_0x2258e8(0x134)],_0x22de78=>{const _0x44e110=_0x2258e8,_0x41c733={};_0x41c733[_0x44e110(0x129)]=_0xe66c0[_0x44e110(0x197)],PerformanceTester[_0x44e110(0x1a1)](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x1c7886=_0x44e110;_0x53ac93[_0x1c7886(0x18d)](_0x22de78);},_0x41c733)();});};
|
|
1
|
+
const a1_0x9c9f1d=a1_0x50d6;(function(_0x44a279,_0x339417){const _0x92de7e=a1_0x50d6,_0x532d16=_0x44a279();while(!![]){try{const _0x4521b6=parseInt(_0x92de7e(0x1ff))/0x1*(parseInt(_0x92de7e(0x24d))/0x2)+parseInt(_0x92de7e(0x1a9))/0x3*(-parseInt(_0x92de7e(0x1e2))/0x4)+parseInt(_0x92de7e(0x175))/0x5+-parseInt(_0x92de7e(0x22f))/0x6+parseInt(_0x92de7e(0x260))/0x7+parseInt(_0x92de7e(0x1f3))/0x8+parseInt(_0x92de7e(0x1b9))/0x9;if(_0x4521b6===_0x339417)break;else _0x532d16['push'](_0x532d16['shift']());}catch(_0x1bcb29){_0x532d16['push'](_0x532d16['shift']());}}}(a1_0x2ab5,0x3aa82));const fs=require('fs'),util=require(a1_0x9c9f1d(0x1bd)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x9c9f1d(0x17a)),logger=require(a1_0x9c9f1d(0x246))[a1_0x9c9f1d(0x206)],testOpsHelper=require(a1_0x9c9f1d(0x1e9)),requestSpy=require(a1_0x9c9f1d(0x262)),PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x9c9f1d(0x24f)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x9c9f1d(0x24a)),AccessibilityHelper=require(a1_0x9c9f1d(0x182)),scripts=require(a1_0x9c9f1d(0x275)),PerformanceTester=require(a1_0x9c9f1d(0x180)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require('../../helpers/performance/constants'),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x9c9f1d(0x26c)),testHubConstants=require(a1_0x9c9f1d(0x1d3)),globals=require(a1_0x9c9f1d(0x26e)),CodeceptJS=requireModule(a1_0x9c9f1d(0x240),a1_0x9c9f1d(0x186)),CodeceptUtils=requireModule(a1_0x9c9f1d(0x238),'codeceptjs'),CodeceptWebDriver=requireModule('codeceptjs/lib/helper/WebDriver.js',a1_0x9c9f1d(0x186)),CodeceptRecorder=requireModule(a1_0x9c9f1d(0x24b),'codeceptjs'),CodeceptPlaywright=requireModule(a1_0x9c9f1d(0x1b6),a1_0x9c9f1d(0x186)),playwrightMarkSessionStatus=(_0x2fa7a6,_0x3ff0d1,_0x1cf8c8)=>{const _0x1bb83c=a1_0x9c9f1d,_0x1608d7={'Rrdim':'setSessionStatus','AGnmR':function(_0x415dfa,_0x15275a){return _0x415dfa(_0x15275a);}},_0x331e2e={};_0x331e2e[_0x1bb83c(0x1dc)]=_0x3ff0d1;const _0x5ec246={};_0x5ec246[_0x1bb83c(0x1da)]=_0x1608d7[_0x1bb83c(0x217)],_0x5ec246[_0x1bb83c(0x1d9)]=_0x331e2e;const _0x957cf6=_0x5ec246;return!_0x1608d7[_0x1bb83c(0x25d)](isUndefined,_0x1cf8c8)&&(_0x957cf6['arguments']['reason']=JSON['stringify'](_0x1cf8c8)),_0x2fa7a6['executeScript'](()=>{},_0x1bb83c(0x20f)+JSON[_0x1bb83c(0x1fc)](_0x957cf6));},o11ySync=PerformanceTester[a1_0x9c9f1d(0x196)](PerformanceO11yEvents[a1_0x9c9f1d(0x20d)],async _0x24665d=>{const _0x43471c=a1_0x9c9f1d,_0x5aad69={};_0x5aad69[_0x43471c(0x202)]=function(_0x46074b,_0x58a473){return _0x46074b===_0x58a473;},_0x5aad69[_0x43471c(0x1b8)]=_0x43471c(0x21d);const _0x100452=_0x5aad69;_0x100452[_0x43471c(0x202)](_0x24665d[_0x43471c(0x1a8)][_0x43471c(0x1b0)],_0x100452[_0x43471c(0x1b8)])?await _0x24665d[_0x43471c(0x18d)](_0x4feb1d=>{},testOpsHelper['getSyncScript']()):await _0x24665d[_0x43471c(0x18d)](testOpsHelper['getSyncScript']());}),markSessionName=PerformanceTester['measureWrapper'](PerformanceAutEvents['SESSION_NAME'],async(_0x1b2f52,_0x4848e3)=>{const _0x169642=a1_0x9c9f1d,_0x1804c7={};_0x1804c7[_0x169642(0x203)]='setSessionName',_0x1804c7[_0x169642(0x201)]=function(_0x15f47a,_0x13461d){return _0x15f47a===_0x13461d;},_0x1804c7[_0x169642(0x1a4)]=_0x169642(0x21d);const _0xf910b3=_0x1804c7,_0xd3a4dd={};_0xd3a4dd[_0x169642(0x1b0)]=_0x4848e3;const _0x1c71ed={};_0x1c71ed['action']=_0xf910b3[_0x169642(0x203)],_0x1c71ed[_0x169642(0x1d9)]=_0xd3a4dd;const _0x23f9d7=_0x1c71ed;_0xf910b3['BUSwA'](_0x1b2f52[_0x169642(0x1a8)][_0x169642(0x1b0)],_0xf910b3[_0x169642(0x1a4)])?await _0x1b2f52[_0x169642(0x18d)](()=>{},_0x169642(0x20f)+JSON[_0x169642(0x1fc)](_0x23f9d7)):await _0x1b2f52[_0x169642(0x18d)]('browserstack_executor:\x20'+JSON[_0x169642(0x1fc)](_0x23f9d7));}),patchSaveScreenshot=_0x36a440=>{const _0x44616b=a1_0x9c9f1d,_0x188fa4={'sKKbY':_0x44616b(0x261),'WXBxl':_0x44616b(0x1e8),'lbjBY':function(_0x46cfff){return _0x46cfff();},'gngXG':function(_0x36adf4,_0x24b376){return _0x36adf4(_0x24b376);},'adHBO':'Screenshot\x20path\x20not\x20found','tSxnm':function(_0x4e26a3,_0x3d1b7d){return _0x4e26a3(_0x3d1b7d);}};_0x188fa4['tSxnm'](isTrue,process[_0x44616b(0x259)][_0x44616b(0x1df)])&&!_0x36a440[_0x44616b(0x1b3)]&&(_0x36a440[_0x44616b(0x1b3)]=!![],_0x36a440[_0x44616b(0x198)]=_0x36a440[_0x44616b(0x18a)],_0x36a440[_0x44616b(0x18a)]=(_0x486c6d,_0x2b8751=![])=>{const _0x6e5b1d=_0x44616b,_0x1edfb4={'qICfs':_0x188fa4[_0x6e5b1d(0x1d7)],'LDazC':_0x188fa4['WXBxl'],'ysZRe':function(_0x5a4bb3){const _0x4dbb28=_0x6e5b1d;return _0x188fa4[_0x4dbb28(0x185)](_0x5a4bb3);},'DnxOk':function(_0x841fec,_0x50f6cf){const _0x333445=_0x6e5b1d;return _0x188fa4[_0x333445(0x23b)](_0x841fec,_0x50f6cf);},'bEYrR':_0x188fa4[_0x6e5b1d(0x256)]};return new Promise(function(_0x136e94,_0x36a126){const _0x1bdc7e=_0x6e5b1d,_0x2bfc90={'hUQCD':_0x1edfb4[_0x1bdc7e(0x222)],'lZrLn':_0x1edfb4[_0x1bdc7e(0x1bc)],'jiUem':function(_0x1803a8){const _0x2a914e=_0x1bdc7e;return _0x1edfb4[_0x2a914e(0x23a)](_0x1803a8);},'gQyuZ':function(_0x4c7cbd,_0x598a49){const _0x3dab38=_0x1bdc7e;return _0x1edfb4[_0x3dab38(0x193)](_0x4c7cbd,_0x598a49);},'ziOQj':_0x1edfb4['bEYrR']};_0x36a440[_0x1bdc7e(0x198)](_0x486c6d,_0x2b8751)['then'](()=>{const _0x342052=_0x1bdc7e,_0x3608f6=CodeceptUtils[_0x342052(0x213)](_0x486c6d);if(_0x3608f6){const _0x4cd6a1=fs[_0x342052(0x224)](_0x3608f6);process['emit'](_0x342052(0x204)+process[_0x342052(0x16f)],{'timestamp':new Date()[_0x342052(0x20e)](),'message':_0x4cd6a1[_0x342052(0x212)](_0x2bfc90['hUQCD']),'kind':_0x2bfc90[_0x342052(0x233)]}),_0x2bfc90[_0x342052(0x191)](_0x136e94);}_0x2bfc90['gQyuZ'](_0x36a126,new Error(_0x2bfc90['ziOQj']));})[_0x1bdc7e(0x1d5)](()=>null);});});},patchWebDriverBefore=_0x482f27=>{const _0x2ab431=a1_0x9c9f1d,_0x1537cf={'djfoZ':function(_0x567bab){return _0x567bab();},'OoTIz':function(_0x25b7f9,_0x503476){return _0x25b7f9(_0x503476);},'dMzkx':function(_0x48aba6,_0x3d97e5){return _0x48aba6===_0x3d97e5;},'ZUXxd':_0x2ab431(0x183),'tekvc':_0x2ab431(0x267),'xmIVY':_0x2ab431(0x1a5)},_0x1f5e39=async function(_0x1bef79,_0x35bd21){const _0x3fa012=_0x2ab431;_0x1537cf[_0x3fa012(0x214)](isAccessibilityAutomationSession)&&!global[_0x3fa012(0x1af)]&&global['accessibilityPlatform']&&scripts['shouldWrapCommand'](_0x1bef79['name'])&&_0x1537cf['OoTIz'](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x3fa012(0x1af)]=!![],await PerformanceTester[_0x3fa012(0x196)](PerformanceA11yEvents[_0x3fa012(0x270)],async()=>{const _0x2518da=_0x3fa012;logger[_0x2518da(0x1fb)](_0x2518da(0x1fd)+_0x1bef79[_0x2518da(0x1e5)]+'\x20'+_0x1bef79[_0x2518da(0x1b0)]),await AccessibilityHelper[_0x2518da(0x1c3)](_0x482f27,scripts['performScan']);},{'command':_0x1bef79[_0x3fa012(0x1b0)]})());global['bstackAllyScanning']=![];const _0xb85078=JSON[_0x3fa012(0x252)](process[_0x3fa012(0x259)][_0x3fa012(0x26a)]||'{}');if(_0x1537cf[_0x3fa012(0x1b2)](_0xb85078?.[_0x3fa012(0x1ad)]?.['name'],_0x1537cf[_0x3fa012(0x1aa)])&&_0x1537cf[_0x3fa012(0x1b2)](typeof _0xb85078?.[_0x3fa012(0x1ad)]?.['version'],_0x1537cf[_0x3fa012(0x225)])&&_0xb85078?.['testFramework']?.[_0x3fa012(0x194)][_0x3fa012(0x25b)]('7'))return _0x35bd21[_0x3fa012(0x228)](null,Array[_0x3fa012(0x271)][_0x3fa012(0x25f)][_0x3fa012(0x1d2)](arguments,0x2));return _0x35bd21[_0x3fa012(0x228)](this,Array['prototype'][_0x3fa012(0x25f)][_0x3fa012(0x1d2)](arguments,0x2));},_0x1317a5=CodeceptWebDriver[_0x2ab431(0x271)][_0x2ab431(0x1cf)];CodeceptWebDriver['prototype']['_before']=async function(){const _0x48109e=_0x2ab431;try{await _0x1317a5['apply'](this,arguments);}catch(_0x1e7cf0){logger[_0x48109e(0x1fb)](_0x48109e(0x1eb)+util[_0x48109e(0x265)](_0x1e7cf0));}scripts['commandsToWrap']['filter'](_0x3a00b3=>_0x3a00b3[_0x48109e(0x1b0)]&&_0x3a00b3['class'])[_0x48109e(0x1ce)](_0x35ccf6=>{const _0x417a4a=_0x48109e;this['browser'][_0x417a4a(0x1b7)](_0x35ccf6[_0x417a4a(0x1b0)],_0x1f5e39[_0x417a4a(0x19e)](this,_0x35ccf6),_0x1537cf[_0x417a4a(0x1b2)](_0x35ccf6['class'],_0x1537cf[_0x417a4a(0x1c4)]));}),_0x1537cf[_0x48109e(0x1a1)](processWebDriverConfig,_0x482f27);};};function a1_0x50d6(_0x33e35b,_0x2e1f46){const _0x2ab547=a1_0x2ab5();return a1_0x50d6=function(_0x50d6c1,_0x5dcfa9){_0x50d6c1=_0x50d6c1-0x16f;let _0x45be30=_0x2ab547[_0x50d6c1];return _0x45be30;},a1_0x50d6(_0x33e35b,_0x2e1f46);}function parseJwt(_0x2306d3){const _0x1f2730=a1_0x9c9f1d,_0x1d74ca={};_0x1d74ca[_0x1f2730(0x236)]='base64';const _0xcdfb36=_0x1d74ca;if(!_0x2306d3)return null;return JSON['parse'](Buffer[_0x1f2730(0x1cb)](_0x2306d3['split']('.')[0x1],_0xcdfb36['DsKOV'])['toString']());}function a1_0x2ab5(){const _0x40ac76=['stringify','Performing\x20scan\x20for\x20','getAccessibilityResultsSummary','977mAxAzV','passed','BUSwA','oIZaz','QfSRP','bs:addLog:','BROWSERSTACK_TESTHUB_UUID','winstonLogger','zwhFc','test-before','bxpIw','tPuul','AetnP','ucLDo','SYNC','toISOString','browserstack_executor:\x20','IAraY','kMJvM','toString','screenshotOutputFolder','djfoZ','restore','swMuF','Rrdim','warn','UGWCB','browserContext','skipped','captureEvent','Playwright','args','zBaxy','dispatcher','performScan','qICfs','thJwtToken','readFileSync','tekvc','XAOLx','Pujyl','apply','BS_A11Y_JWT','stopMonitoring','HOOK_RUN_STARTED','thBuildUuid','SAVE_RESULTS','after','551004uRFQFE','SDK_TEST','BmmdM','helpers','lZrLn','fireEvent','BROWSERSTACK_TESTHUB_JWT','DsKOV','stack','codeceptjs/lib/utils.js','exports','ysZRe','gngXG','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','skipSessionName','xjyTr','enabled','codeceptjs/lib/index.js','startMonitoring','SDK_POST_INITIALIZE','bddStep-before','saveTestResults','browserstackTestName','../../helpers/logger','PlGFh','push','end','../../helpers/accessibility-automation/helper','codeceptjs/lib/recorder.js','GET_RESULTS','98DaVrZr','dMPEd','./o11yHelper','event','test-started','parse','--auto-open-devtools-for-tabs','info','browser','adHBO','getAccessibilityResults','aFhdr','env','__driver','startsWith','setGlobal','AGnmR','RtiAW','slice','900305pyXLdD','base64','../../helpers/request-spy','SESSION_STATUS','ryyDD','format','TEST_RUN_STARTED','string','test','title','FRAMEWORK_DETAILS','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','./helper.js','TestCafe','../../helpers/globals.js','SDK_PRE_INITIALIZE','PERFORM_SCAN','prototype','currentTest','bddStep','enYXC','../../helpers/accessibility-automation/scripts','RvLpk','pid','lqLLN','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','__workerDetails','huoHg','chromium','1450095BgRqpe','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','step-comment','TEST_LOG','jQkod','../../helpers/helper','HOOK_RUN_FINISHED','started','container','all','IljuP','../../helpers/performance/performance-tester','bddStep-after','../../bin/playwright/accessibility-helper','webdriverio','skipSessionStatus','lbjBY','codeceptjs','ctx','testAnalyticsId','SDK_HOOK','saveScreenshot','ikZtf','IlwYQ','executeScript','iYMXq','isArray','jtOCv','jiUem','stop','DnxOk','version','EfDpK','measureWrapper','ENV_VAR','initSaveScreenshot','TIgEX','failed','jXyjA','SDK_PRE_TEST','UsdsE','bind','pages','EHEaU','OoTIz','page','KyNZG','KkBvl','Element','emit','gjzyZ','constructor','3wRwvRg','ZUXxd','TEST_RUN_FINISHED','includes','testFramework','GET_RESULTS_SUMMARY','bstackAllyScanning','name','_setPage','dMzkx','patchSaveScreenshot','jhoOu','FadeM','codeceptjs/lib/helper/Playwright.js','overwriteCommand','ISaGn','1478961YNMFcI','RgBQQ','INFO','LDazC','util','test-skipped','devtools://','WebDriver','test-after','before','browserStackExecuteDriver','xmIVY','patch','hook-passed','ilsHN','domForge','GihCi','hookType','from','start','bddStepFinish','forEach','_before','LthBY','test-passed','call','../../helpers/testhub/constants.js','oYqpC','catch','FyPIW','sKKbY','getResults','arguments','action','GBbqU','status','add','url','BS_TESTOPS_ALLOW_SCREENSHOTS','RfdDN','config','1469364DZeIST','titlePath','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','class','comment','captureError','TEST_SCREENSHOT','../../helpers/test-observability/utils','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','Failed\x20to\x20execute\x20_before:\x20','a11y_core_config','hook','accessibilityPlatform','TEST_RUN_SKIPPED','command','OWxxj','qxaUR','548776ccSUQj','dqKPa','SDK_POST_TEST','hook-failed','ZBAYl','bfSCw','ejfDG','getResultsSummary','debug'];a1_0x2ab5=function(){return _0x40ac76;};return a1_0x2ab5();}const patchPlaywrightBefore=()=>{const _0x1948f3=a1_0x9c9f1d,_0xc5a045={'Pujyl':function(_0x3bf393){return _0x3bf393();},'RvLpk':_0x1948f3(0x1bf),'tPuul':_0x1948f3(0x253),'Oapvv':function(_0x35611b,_0x5abe55){return _0x35611b(_0x5abe55);},'ucLDo':function(_0x2ca925,_0x152cdf){return _0x2ca925+_0x152cdf;},'UGWCB':'\x0aStack:\x20','XiZAZ':function(_0x741a8c){return _0x741a8c();},'xjyTr':function(_0x28d69f){return _0x28d69f();}};PlaywrightSessionDetails[_0x1948f3(0x1c5)]();const _0x28a25e=CodeceptPlaywright['prototype']['_before'];CodeceptPlaywright[_0x1948f3(0x271)]['_before']=async function(){const _0x22efe0=_0x1948f3;this[_0x22efe0(0x21a)]=await this[_0x22efe0(0x255)]['contexts']()[0x0];const _0x54e0ab=async()=>{const _0x283ab7=_0x22efe0,_0x549876={'IAraY':function(_0x1e4aaa){const _0xf82b3b=a1_0x50d6;return _0xc5a045[_0xf82b3b(0x227)](_0x1e4aaa);},'bxpIw':_0xc5a045[_0x283ab7(0x276)]},_0x5cd345=this[_0x283ab7(0x1e1)]&&this[_0x283ab7(0x1e1)][_0x283ab7(0x174)]&&this['config'][_0x283ab7(0x174)][_0x283ab7(0x21e)]&&Array[_0x283ab7(0x18f)](this['config'][_0x283ab7(0x174)][_0x283ab7(0x21e)])&&this[_0x283ab7(0x1e1)][_0x283ab7(0x174)]['args'][_0x283ab7(0x1ac)](_0xc5a045[_0x283ab7(0x20a)]);if(_0xc5a045['Pujyl'](isAccessibilityAutomationSession)&&!_0x5cd345)try{const _0x3e9fa2=_0xc5a045['Oapvv'](parseJwt,process[_0x283ab7(0x259)][_0x283ab7(0x229)]);if(_0x3e9fa2&&_0x3e9fa2[_0x283ab7(0x1ec)]&&_0x3e9fa2['a11y_core_config'][_0x283ab7(0x1c8)]){const _0x310f3e=this['browserContext'][_0x283ab7(0x19f)]['bind'](this[_0x283ab7(0x21a)]);this[_0x283ab7(0x21a)][_0x283ab7(0x19f)]=async function(){const _0x7a1e75=_0x283ab7,_0x3ecbf4=await _0x549876[_0x7a1e75(0x210)](_0x310f3e),_0x346d82=[];for(const _0x351ee7 of _0x3ecbf4){try{const _0x1b7d68=await _0x351ee7[_0x7a1e75(0x1de)]();!_0x1b7d68[_0x7a1e75(0x25b)](_0x549876[_0x7a1e75(0x209)])&&_0x346d82[_0x7a1e75(0x248)](_0x351ee7);}catch(_0x3a7a5d){_0x346d82[_0x7a1e75(0x248)](_0x351ee7);}}return _0x346d82;};}if(!_0xc5a045[_0x283ab7(0x227)](isBrowserstackInfra)){const _0x19af11=await this[_0x283ab7(0x1a2)]['url']();if(_0x19af11[_0x283ab7(0x25b)](_0xc5a045[_0x283ab7(0x276)])){const _0x4cced6=await this[_0x283ab7(0x21a)][_0x283ab7(0x19f)]();this[_0x283ab7(0x1b1)](_0x4cced6[0x0]);}}}catch(_0x2b6b36){logger['debug'](_0x283ab7(0x1e4)+_0x2b6b36['message']+(_0x2b6b36[_0x283ab7(0x237)]?_0xc5a045[_0x283ab7(0x20c)](_0xc5a045[_0x283ab7(0x219)],_0x2b6b36['stack']):''));}};_0xc5a045['XiZAZ'](isBrowserstackInfra)&&await _0xc5a045[_0x22efe0(0x227)](_0x54e0ab),await _0x28a25e[_0x22efe0(0x228)](this,arguments),!_0xc5a045[_0x22efe0(0x23e)](isBrowserstackInfra)&&await _0xc5a045['XiZAZ'](_0x54e0ab);};},getCodeceptDriver=()=>{const _0x2f2d53=a1_0x9c9f1d,_0x1d3fc1={};_0x1d3fc1[_0x2f2d53(0x1c7)]=_0x2f2d53(0x1c0),_0x1d3fc1[_0x2f2d53(0x1f9)]=_0x2f2d53(0x21d),_0x1d3fc1[_0x2f2d53(0x1a0)]='Puppeteer',_0x1d3fc1[_0x2f2d53(0x1a7)]=_0x2f2d53(0x26d);const _0x435adf=_0x1d3fc1,_0x3e78a3=[_0x435adf[_0x2f2d53(0x1c7)],_0x435adf[_0x2f2d53(0x1f9)],_0x435adf['EHEaU'],_0x435adf[_0x2f2d53(0x1a7)]],_0x30bc32=_0x3e78a3['find'](_0x5a182d=>!!CodeceptJS[_0x2f2d53(0x17d)][_0x2f2d53(0x232)](_0x5a182d));if(!_0x30bc32)return null;return CodeceptJS['container'][_0x2f2d53(0x232)](_0x30bc32);};module[a1_0x9c9f1d(0x239)]=function(_0x5177c5){const _0x1d11e2=a1_0x9c9f1d,_0xb71445={'jhoOu':function(_0x51804e){return _0x51804e();},'zBaxy':function(_0x3a4231,_0x3892d4){return _0x3a4231(_0x3892d4);},'lqLLN':_0x1d11e2(0x1fe),'RfdDN':_0x1d11e2(0x171),'FadeM':_0x1d11e2(0x257),'jtOCv':_0x1d11e2(0x176),'FyPIW':function(_0x431fbb,_0x2bd7ac){return _0x431fbb(_0x2bd7ac);},'dqKPa':'hook-started','UsdsE':_0x1d11e2(0x1c6),'oYqpC':_0x1d11e2(0x1f6),'LthBY':_0x1d11e2(0x245),'IlwYQ':function(_0x43b6d0){return _0x43b6d0();},'GBbqU':_0x1d11e2(0x208),'jQkod':function(_0x39e0db,_0x2ba37a,_0xc547fa){return _0x39e0db(_0x2ba37a,_0xc547fa);},'zwhFc':_0x1d11e2(0x251),'ryyDD':function(_0x279da7,_0x34a21b,_0x3091a5){return _0x279da7(_0x34a21b,_0x3091a5);},'KyNZG':_0x1d11e2(0x1d1),'TIgEX':function(_0x4ad1d2,_0x44a8e9,_0x5399f5,_0x79da5f){return _0x4ad1d2(_0x44a8e9,_0x5399f5,_0x79da5f);},'jICqh':function(_0x3a4e06,_0x46e632){return _0x3a4e06===_0x46e632;},'GihCi':'Suite','OWxxj':'test-failed','PlGFh':_0x1d11e2(0x1be),'huoHg':'afterTest','RtiAW':function(_0x44aaa7){return _0x44aaa7();},'AetnP':_0x1d11e2(0x23c),'ikZtf':_0x1d11e2(0x1c1),'jXyjA':_0x1d11e2(0x1bb),'EfDpK':_0x1d11e2(0x178),'RgBQQ':_0x1d11e2(0x177),'swMuF':_0x1d11e2(0x243),'xFcNc':_0x1d11e2(0x181),'BCsJe':_0x1d11e2(0x21d)};_0x5177c5[_0x1d11e2(0x184)]&&(global['__skipSessionStatus']=_0x5177c5[_0x1d11e2(0x184)]);PerformanceTester[_0x1d11e2(0x241)]();const _0x627345=_0xb71445[_0x1d11e2(0x25e)](getCodeceptDriver),_0x1739cd=new O11yHelper(_0x627345,_0x5177c5),_0x1b8285=!!CodeceptJS[_0x1d11e2(0x17d)][_0x1d11e2(0x232)](_0xb71445['BCsJe']);global[_0x1d11e2(0x25a)]=_0x627345,_0x627345&&(PerformanceTester[_0x1d11e2(0x196)](PerformanceEvents[_0x1d11e2(0x26f)],()=>{const _0x117f08=_0x1d11e2;_0x1b8285?_0xb71445['jhoOu'](patchPlaywrightBefore):_0xb71445[_0x117f08(0x21f)](patchWebDriverBefore,_0x627345);})(),PerformanceTester[_0x1d11e2(0x196)](PerformanceEvents[_0x1d11e2(0x242)],()=>{const _0x30c3a2=_0x1d11e2,_0x3c3b56={};_0x3c3b56[_0x30c3a2(0x1f7)]=_0xb71445[_0x30c3a2(0x1b5)],_0x3c3b56[_0x30c3a2(0x18e)]=_0xb71445[_0x30c3a2(0x190)];const _0xe4d602=_0x3c3b56;_0x627345['getAccessibilityResultsSummary']=async()=>{const _0x29e43f=_0x30c3a2;if(global[_0x29e43f(0x1ee)]){const _0x58fc41={};return _0x58fc41[_0x29e43f(0x1f0)]=_0xb71445[_0x29e43f(0x170)],await PerformanceTester[_0x29e43f(0x196)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x543594=_0x29e43f;return await AccessibilityHelper[_0x543594(0x1c3)](_0x627345,scripts[_0x543594(0x221)]);},_0x58fc41)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x29e43f(0x1ae)],async()=>{const _0x5211e2=_0x29e43f;return await AccessibilityHelper[_0x5211e2(0x1c3)](_0x627345,scripts[_0x5211e2(0x1fa)]);})();}return logger[_0x29e43f(0x218)](_0xb71445[_0x29e43f(0x1e0)]),{};},_0x627345[_0x30c3a2(0x257)]=async()=>{const _0x520c5b=_0x30c3a2;if(global['accessibilityPlatform']){const _0x52fe11={};return _0x52fe11['command']=_0xe4d602[_0x520c5b(0x1f7)],await PerformanceTester[_0x520c5b(0x196)](PerformanceA11yEvents[_0x520c5b(0x270)],async()=>{const _0x489bff=_0x520c5b;return await AccessibilityHelper[_0x489bff(0x1c3)](_0x627345,scripts[_0x489bff(0x221)]);},_0x52fe11)(),await PerformanceTester[_0x520c5b(0x196)](PerformanceA11yEvents[_0x520c5b(0x24c)],async()=>{const _0x3031bf=_0x520c5b;return await AccessibilityHelper[_0x3031bf(0x1c3)](_0x627345,scripts[_0x3031bf(0x1d8)]);})();}return logger['warn'](_0xe4d602[_0x520c5b(0x18e)]),{};},_0xb71445[_0x30c3a2(0x1d6)](patchSaveScreenshot,_0x627345);})()),CodeceptJS['event'][_0x1d11e2(0x220)]['on'](CodeceptJS[_0x1d11e2(0x250)][_0x1d11e2(0x17e)][_0x1d11e2(0x1c2)],()=>{const _0x1b7c07=_0x1d11e2;PerformanceTester[_0x1b7c07(0x1cc)](PerformanceEvents[_0x1b7c07(0x19c)]);try{_0x1739cd[_0x1b7c07(0x1cc)](),testOpsHelper['addRequestSpy'](),PerformanceTester[_0x1b7c07(0x249)](PerformanceEvents[_0x1b7c07(0x19c)]);}catch(_0x114dc1){PerformanceTester[_0x1b7c07(0x1e7)](_0x114dc1),PerformanceTester['end'](PerformanceEvents[_0x1b7c07(0x19c)],![],_0x114dc1);}}),CodeceptJS[_0x1d11e2(0x250)][_0x1d11e2(0x220)]['on'](CodeceptJS[_0x1d11e2(0x250)][_0x1d11e2(0x17e)][_0x1d11e2(0x22e)],async()=>{const _0xdb8956=_0x1d11e2;PerformanceTester['start'](PerformanceEvents[_0xdb8956(0x1f5)]);try{requestSpy[_0xdb8956(0x215)](),await _0x1739cd[_0xdb8956(0x192)](),PerformanceTester['end'](PerformanceEvents[_0xdb8956(0x1f5)]);}catch(_0x48fd7f){PerformanceTester[_0xdb8956(0x1e7)](_0x48fd7f),PerformanceTester['end'](PerformanceEvents[_0xdb8956(0x1f5)],![],_0x48fd7f);}finally{PerformanceTester[_0xdb8956(0x22a)]();}}),CodeceptJS['event'][_0x1d11e2(0x220)]['on'](CodeceptJS[_0x1d11e2(0x250)][_0x1d11e2(0x1ed)][_0x1d11e2(0x17c)],_0x668a35=>{const _0x5c1ac6=_0x1d11e2;PerformanceTester['start'](PerformanceEvents[_0x5c1ac6(0x189)]);try{const _0x2d6403=_0x668a35[_0x5c1ac6(0x187)]['test'],_0x23188b=_0x1739cd[_0x5c1ac6(0x21c)](TEST_EVENTS[_0x5c1ac6(0x22b)],_0x2d6403);CodeceptRecorder['add'](()=>_0x1739cd[_0x5c1ac6(0x234)](TEST_EVENTS[_0x5c1ac6(0x22b)],_0x23188b));const _0x124631={};_0x124631[_0x5c1ac6(0x1ca)]=_0xb71445[_0x5c1ac6(0x1f4)],PerformanceTester['end'](PerformanceEvents[_0x5c1ac6(0x189)],!![],null,_0x124631);}catch(_0x4a2c0b){const _0x46b998={};_0x46b998[_0x5c1ac6(0x1ca)]=_0xb71445[_0x5c1ac6(0x1f4)],PerformanceTester[_0x5c1ac6(0x249)](PerformanceEvents[_0x5c1ac6(0x189)],![],_0x4a2c0b,_0x46b998),PerformanceTester['captureError'](_0x4a2c0b);}}),CodeceptJS[_0x1d11e2(0x250)][_0x1d11e2(0x220)]['on'](CodeceptJS['event'][_0x1d11e2(0x1ed)]['passed'],_0x41a22f=>{const _0x1adc9d=_0x1d11e2,_0x32eeb2={};_0x32eeb2[_0x1adc9d(0x1ca)]=_0xb71445[_0x1adc9d(0x19d)],PerformanceTester[_0x1adc9d(0x1cc)](PerformanceHookEvents[_0x1adc9d(0x189)],!![],null,_0x32eeb2);try{const _0x36a13d=_0x41a22f['ctx']['test'],_0x358d7c=_0x1739cd[_0x1adc9d(0x21c)](TEST_EVENTS[_0x1adc9d(0x17b)],_0x36a13d);CodeceptRecorder[_0x1adc9d(0x1dd)](()=>_0x1739cd[_0x1adc9d(0x234)](TEST_EVENTS[_0x1adc9d(0x17b)],_0x358d7c));const _0xdcec1a={};_0xdcec1a['hookType']=_0xb71445['UsdsE'],PerformanceTester[_0x1adc9d(0x249)](PerformanceHookEvents[_0x1adc9d(0x189)],!![],null,_0xdcec1a);}catch(_0x147e86){PerformanceTester['captureError'](_0x147e86);const _0x4db986={};_0x4db986[_0x1adc9d(0x1ca)]=_0xb71445['UsdsE'],PerformanceTester[_0x1adc9d(0x249)](PerformanceHookEvents[_0x1adc9d(0x189)],![],_0x147e86,_0x4db986);}}),CodeceptJS['event'][_0x1d11e2(0x220)]['on'](CodeceptJS[_0x1d11e2(0x250)][_0x1d11e2(0x1ed)]['failed'],async(_0x473df9,_0x475b30)=>{const _0x1d67a3=_0x1d11e2;PerformanceTester[_0x1d67a3(0x1cc)](PerformanceHookEvents[_0x1d67a3(0x189)]);try{const _0x3cbdaf=_0x473df9['ctx'][_0x1d67a3(0x268)],_0x77a628=_0x1739cd['captureEvent'](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x3cbdaf,_0x475b30);CodeceptRecorder['add'](()=>_0x1739cd['fireEvent'](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x77a628));const _0x1da6d1={};_0x1da6d1[_0x1d67a3(0x1ca)]=_0xb71445['oYqpC'],PerformanceTester[_0x1d67a3(0x1cc)](PerformanceHookEvents[_0x1d67a3(0x189)],!![],null,_0x1da6d1);}catch(_0x29481b){PerformanceTester['captureError'](_0x29481b);const _0x155c87={};_0x155c87['hookType']=_0xb71445['oYqpC'],PerformanceTester['end'](PerformanceHookEvents[_0x1d67a3(0x189)],![],_0x29481b,_0x155c87);}const _0x5c6510={};_0x5c6510[_0x1d67a3(0x1ca)]=_0xb71445[_0x1d67a3(0x1d4)],PerformanceTester[_0x1d67a3(0x249)](PerformanceHookEvents[_0x1d67a3(0x189)],!![],null,_0x5c6510);}),CodeceptJS[_0x1d11e2(0x250)][_0x1d11e2(0x220)]['on'](CodeceptJS['event']['test'][_0x1d11e2(0x1c2)],_0xdd4509=>{const _0x42000a=_0x1d11e2;PerformanceTester[_0x42000a(0x1cc)](PerformanceHookEvents[_0x42000a(0x189)]);try{globals['setGlobal'](_0xb71445['LthBY'],_0xdd4509[_0x42000a(0x269)]);_0xb71445['IlwYQ'](isBrowserstackInfra)&&(_0x1b8285&&(global[_0x42000a(0x172)]={'currentTest':{'name':_0xdd4509[_0x42000a(0x269)],'testInfo':{'titlePath':_0xdd4509[_0x42000a(0x1e3)]()}}}));const _0x459761={};_0x459761[_0x42000a(0x1ca)]=_0xb71445[_0x42000a(0x1db)],PerformanceTester['end'](PerformanceHookEvents[_0x42000a(0x189)],!![],null,_0x459761);}catch(_0x42afb1){PerformanceTester[_0x42000a(0x1e7)](_0x42afb1);const _0x486015={};_0x486015[_0x42000a(0x1ca)]=_0xb71445[_0x42000a(0x1db)],PerformanceTester[_0x42000a(0x249)](PerformanceHookEvents[_0x42000a(0x189)],![],_0x42afb1,_0x486015);}}),CodeceptJS[_0x1d11e2(0x250)]['dispatcher']['on'](CodeceptJS['event'][_0x1d11e2(0x268)][_0x1d11e2(0x17c)],_0x4af9b0=>{const _0x357e52=_0x1d11e2,_0x259098={'kMJvM':function(_0x39282a){return _0xb71445['IlwYQ'](_0x39282a);},'aFhdr':function(_0x4880ce,_0x444c2f){return _0xb71445['FyPIW'](_0x4880ce,_0x444c2f);},'BmmdM':function(_0x51e391,_0x226f67,_0x3ee780){const _0x5cef52=a1_0x50d6;return _0xb71445[_0x5cef52(0x179)](_0x51e391,_0x226f67,_0x3ee780);}};PerformanceTester[_0x357e52(0x1cc)](PerformanceHookEvents[_0x357e52(0x189)]);try{globals[_0x357e52(0x25c)](_0xb71445[_0x357e52(0x1d0)],_0x4af9b0[_0x357e52(0x269)]);const _0x57c7bd=_0x1739cd[_0x357e52(0x21c)](TEST_EVENTS[_0x357e52(0x266)],_0x4af9b0);CodeceptRecorder[_0x357e52(0x1dd)](()=>_0x1739cd[_0x357e52(0x234)](TEST_EVENTS[_0x357e52(0x266)],_0x57c7bd)),CodeceptRecorder[_0x357e52(0x1dd)](async()=>{const _0xc968b1=_0x357e52;_0x259098[_0xc968b1(0x211)](isBrowserstackInfra)&&(!_0x259098[_0xc968b1(0x258)](isTrue,_0x5177c5[_0xc968b1(0x23d)])&&await _0x259098[_0xc968b1(0x231)](markSessionName,_0x627345,_0x4af9b0[_0xc968b1(0x269)]),_0x1739cd[_0xc968b1(0x23f)]&&await _0x259098[_0xc968b1(0x258)](o11ySync,_0x627345));});}catch(_0x19e6ab){const _0x493f42={};_0x493f42[_0x357e52(0x1ca)]=_0xb71445['zwhFc'],PerformanceTester[_0x357e52(0x249)](PerformanceHookEvents[_0x357e52(0x189)],![],_0x19e6ab,_0x493f42),PerformanceTester[_0x357e52(0x1e7)](_0x19e6ab);}const _0x2c2a96={};_0x2c2a96['hookType']=_0xb71445[_0x357e52(0x207)],PerformanceTester['end'](PerformanceHookEvents[_0x357e52(0x189)],!![],null,_0x2c2a96);}),CodeceptJS[_0x1d11e2(0x250)]['dispatcher']['on'](CodeceptJS[_0x1d11e2(0x250)][_0x1d11e2(0x268)][_0x1d11e2(0x200)],_0x43efe6=>{const _0x5c7ee5=_0x1d11e2,_0x132ccb={'IljuP':function(_0x42bcab,_0x5b362e,_0x3fa55d){const _0x31991d=a1_0x50d6;return _0xb71445[_0x31991d(0x264)](_0x42bcab,_0x5b362e,_0x3fa55d);},'enYXC':function(_0x8e2782){const _0x1ce477=a1_0x50d6;return _0xb71445[_0x1ce477(0x1b4)](_0x8e2782);}};PerformanceTester[_0x5c7ee5(0x1cc)](PerformanceHookEvents[_0x5c7ee5(0x189)]);try{const _0xd4ef18=_0x1739cd['captureEvent'](TEST_EVENTS[_0x5c7ee5(0x1ab)],_0x43efe6);CodeceptRecorder['add'](()=>_0x1739cd[_0x5c7ee5(0x234)](TEST_EVENTS[_0x5c7ee5(0x1ab)],_0xd4ef18)),CodeceptRecorder['add'](async()=>{const _0x5629fe=_0x5c7ee5,_0x117897={'zEtOY':function(_0x2eccd7,_0x36498c,_0x2e873a){return _0x132ccb['IljuP'](_0x2eccd7,_0x36498c,_0x2e873a);},'qxaUR':function(_0x1c254a,_0x547ff4,_0x58b8a5){const _0x56baa7=a1_0x50d6;return _0x132ccb[_0x56baa7(0x17f)](_0x1c254a,_0x547ff4,_0x58b8a5);}};_0x132ccb[_0x5629fe(0x274)](isBrowserstackInfra)&&await PerformanceTester['measureWrapper'](PerformanceAutEvents[_0x5629fe(0x263)],async()=>{const _0x43ce18=_0x5629fe;_0x1b8285?await _0x117897['zEtOY'](playwrightMarkSessionStatus,_0x627345,STATE_PASSED):await _0x117897[_0x43ce18(0x1f2)](markSessionStatus,_0x627345,STATE_PASSED);})();}),PerformanceTester[_0x5c7ee5(0x249)](PerformanceEvents[_0x5c7ee5(0x230)]);}catch(_0x38665c){PerformanceTester[_0x5c7ee5(0x1e7)](_0x38665c);const _0x3e7026={};_0x3e7026[_0x5c7ee5(0x1ca)]=_0xb71445[_0x5c7ee5(0x1a3)],PerformanceTester[_0x5c7ee5(0x249)](PerformanceHookEvents[_0x5c7ee5(0x189)],![],_0x38665c,_0x3e7026),PerformanceTester[_0x5c7ee5(0x249)](PerformanceEvents[_0x5c7ee5(0x230)],![],_0x38665c);}const _0x3a55b3={};_0x3a55b3[_0x5c7ee5(0x1ca)]=_0xb71445[_0x5c7ee5(0x1a3)],PerformanceTester[_0x5c7ee5(0x249)](PerformanceHookEvents[_0x5c7ee5(0x189)],!![],null,_0x3a55b3);}),CodeceptJS[_0x1d11e2(0x250)][_0x1d11e2(0x220)]['on'](CodeceptJS[_0x1d11e2(0x250)][_0x1d11e2(0x268)][_0x1d11e2(0x19a)],(_0x532636,_0x2f574a)=>{const _0x731628=_0x1d11e2,_0x28390c={'bfSCw':function(_0xf0f50f){const _0x3845a8=a1_0x50d6;return _0xb71445[_0x3845a8(0x18c)](_0xf0f50f);},'XAOLx':function(_0x42797f,_0x114689,_0x2e654a,_0x363ea6){return _0xb71445['TIgEX'](_0x42797f,_0x114689,_0x2e654a,_0x363ea6);},'IjXMR':function(_0x3eb7d5,_0x2d296d,_0x133dcb,_0x4fa9e7){const _0x545458=a1_0x50d6;return _0xb71445[_0x545458(0x199)](_0x3eb7d5,_0x2d296d,_0x133dcb,_0x4fa9e7);}};PerformanceTester['start'](PerformanceHookEvents[_0x731628(0x189)]);try{if(_0xb71445['jICqh'](_0x532636[_0x731628(0x1a8)]['name'],_0xb71445[_0x731628(0x1c9)])){const _0x16854c=_0x1739cd[_0x731628(0x21c)](TEST_EVENTS[_0x731628(0x1ef)],_0x532636[_0x731628(0x187)][_0x731628(0x272)]);CodeceptRecorder[_0x731628(0x1dd)](()=>_0x1739cd[_0x731628(0x234)](TEST_EVENTS[_0x731628(0x1ef)],_0x16854c));}else{const _0x5ad8b9=_0x1739cd[_0x731628(0x21c)](TEST_EVENTS[_0x731628(0x1ab)],_0x532636,_0x2f574a);CodeceptRecorder['add'](()=>{const _0x5ad685=_0x731628;try{_0x1739cd['fireEvent'](TEST_EVENTS['TEST_RUN_FINISHED'],_0x5ad8b9);}catch(_0x22f539){logger[_0x5ad685(0x1fb)](_0x5ad685(0x26b)+util[_0x5ad685(0x265)](_0x22f539)),PerformanceTester['end'](PerformanceEvents[_0x5ad685(0x230)],![],_0x22f539);}}),CodeceptRecorder[_0x731628(0x1dd)](async()=>{const _0xc6ab03=_0x731628;try{_0x28390c[_0xc6ab03(0x1f8)](isBrowserstackInfra)&&(_0x1b8285?await _0x28390c[_0xc6ab03(0x226)](playwrightMarkSessionStatus,_0x627345,STATE_FAILED,_0x2f574a):await _0x28390c['IjXMR'](markSessionStatus,_0x627345,STATE_FAILED,_0x2f574a));}catch(_0x4678bb){logger[_0xc6ab03(0x1fb)]('Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20'+util[_0xc6ab03(0x265)](_0x4678bb)),PerformanceTester[_0xc6ab03(0x249)](PerformanceEvents[_0xc6ab03(0x230)],![],_0x4678bb);}});}PerformanceTester[_0x731628(0x249)](PerformanceEvents[_0x731628(0x230)]);}catch(_0x39d0ec){PerformanceTester[_0x731628(0x1e7)](_0x39d0ec);const _0x312130={};_0x312130['hookType']=_0xb71445['OWxxj'],PerformanceTester['end'](PerformanceHookEvents[_0x731628(0x189)],![],_0x39d0ec,_0x312130),PerformanceTester[_0x731628(0x249)](PerformanceEvents[_0x731628(0x230)],![],_0x39d0ec);}const _0x281b1f={};_0x281b1f['hookType']=_0xb71445[_0x731628(0x1f1)],PerformanceTester[_0x731628(0x249)](PerformanceHookEvents[_0x731628(0x189)],!![],null,_0x281b1f);}),CodeceptJS[_0x1d11e2(0x250)][_0x1d11e2(0x220)]['on'](CodeceptJS[_0x1d11e2(0x250)]['test'][_0x1d11e2(0x21b)],_0x52d85d=>{const _0x356d8f=_0x1d11e2;PerformanceTester[_0x356d8f(0x1cc)](PerformanceHookEvents[_0x356d8f(0x189)]);try{const _0x58b2c1=_0x1739cd[_0x356d8f(0x21c)](TEST_EVENTS[_0x356d8f(0x1ef)],_0x52d85d);CodeceptRecorder[_0x356d8f(0x1dd)](()=>_0x1739cd[_0x356d8f(0x234)](TEST_EVENTS[_0x356d8f(0x1ef)],_0x58b2c1)),PerformanceTester[_0x356d8f(0x249)](PerformanceEvents[_0x356d8f(0x230)]);}catch(_0x461f67){PerformanceTester[_0x356d8f(0x1e7)](_0x461f67),PerformanceTester[_0x356d8f(0x249)](PerformanceEvents[_0x356d8f(0x230)],![],_0x461f67);const _0xf30cd6={};_0xf30cd6['hookType']=_0xb71445[_0x356d8f(0x247)],PerformanceTester[_0x356d8f(0x249)](PerformanceHookEvents[_0x356d8f(0x189)],![],_0x461f67,_0xf30cd6);}const _0x1a63d9={};_0x1a63d9[_0x356d8f(0x1ca)]=_0xb71445[_0x356d8f(0x247)],PerformanceTester[_0x356d8f(0x249)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x1a63d9);}),CodeceptJS['event'][_0x1d11e2(0x220)]['on'](CodeceptJS['event'][_0x1d11e2(0x268)][_0x1d11e2(0x22e)],async(_0x462cc7,_0x162f16)=>{const _0x39e8c0=_0x1d11e2,_0x16875d={};_0x16875d[_0x39e8c0(0x24e)]=_0xb71445[_0x39e8c0(0x173)];const _0x287246=_0x16875d;try{PerformanceTester[_0x39e8c0(0x1cc)](PerformanceHookEvents[_0x39e8c0(0x189)]);const _0x5abc0a=_0xb71445['jQkod'](shouldScanTestForAccessibility,_0x462cc7[_0x39e8c0(0x1e3)](),!![]);if(_0xb71445['RtiAW'](isAccessibilityAutomationSession)&&global[_0x39e8c0(0x1ee)]&&_0x5abc0a){const _0x95d0ee={};_0x95d0ee['thTestRunUuid']=_0x462cc7[_0x39e8c0(0x188)],_0x95d0ee[_0x39e8c0(0x22c)]=process['env'][testHubConstants[_0x39e8c0(0x197)][_0x39e8c0(0x205)]],_0x95d0ee[_0x39e8c0(0x223)]=process[_0x39e8c0(0x259)][testHubConstants[_0x39e8c0(0x197)][_0x39e8c0(0x235)]];const _0x4f2dc7=_0x95d0ee;logger['debug'](_0x39e8c0(0x1ea)+JSON['stringify'](_0x4f2dc7)),CodeceptRecorder[_0x39e8c0(0x1dd)](async()=>{const _0x9738ad=_0x39e8c0,_0x2a3aa={};_0x2a3aa[_0x9738ad(0x1f0)]=_0x287246[_0x9738ad(0x24e)],await PerformanceTester[_0x9738ad(0x196)](PerformanceA11yEvents[_0x9738ad(0x270)],async()=>{const _0xc89da1=_0x9738ad;await AccessibilityHelper[_0xc89da1(0x1c3)](_0x627345,scripts['performScan']);},_0x2a3aa)(),await PerformanceTester[_0x9738ad(0x196)](PerformanceA11yEvents[_0x9738ad(0x22d)],async()=>{const _0x3c7fc4=_0x9738ad;await AccessibilityHelper[_0x3c7fc4(0x1c3)](_0x627345,scripts[_0x3c7fc4(0x244)],_0x4f2dc7);})();}),logger[_0x39e8c0(0x254)](_0xb71445[_0x39e8c0(0x20b)]);}const _0x47fca9={};_0x47fca9[_0x39e8c0(0x1ca)]=_0xb71445[_0x39e8c0(0x18b)],PerformanceTester['end'](PerformanceHookEvents[_0x39e8c0(0x189)],!![],null,_0x47fca9);}catch(_0x5892e7){PerformanceTester['captureError'](_0x5892e7);const _0x189365={};_0x189365['hookType']=_0xb71445[_0x39e8c0(0x18b)],PerformanceTester[_0x39e8c0(0x249)](PerformanceHookEvents[_0x39e8c0(0x189)],![],_0x5892e7,_0x189365);}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS['event']['step'][_0x1d11e2(0x1e6)],_0x5add50=>{const _0x1bb246=_0x1d11e2;PerformanceTester[_0x1bb246(0x1cc)](PerformanceHookEvents[_0x1bb246(0x189)]);try{process[_0x1bb246(0x1a6)]('bs:addLog:'+process[_0x1bb246(0x16f)],{'timestamp':new Date()['toISOString'](),'level':_0xb71445[_0x1bb246(0x19b)],'message':_0x5add50,'kind':_0xb71445[_0x1bb246(0x195)],'http_response':{}});}catch(_0x10128a){PerformanceTester['captureError'](_0x10128a);const _0x437657={};_0x437657['hookType']=_0xb71445[_0x1bb246(0x1ba)],PerformanceTester[_0x1bb246(0x249)](PerformanceHookEvents[_0x1bb246(0x189)],![],_0x10128a,_0x437657);}const _0x41828e={};_0x41828e['hookType']=_0xb71445[_0x1bb246(0x1ba)],PerformanceTester[_0x1bb246(0x249)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x41828e);}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x1d11e2(0x250)][_0x1d11e2(0x273)][_0x1d11e2(0x1c2)],_0xac7dfd=>{const _0x5f1f50=_0x1d11e2,_0x268af5={};_0x268af5[_0x5f1f50(0x1ca)]=_0xb71445[_0x5f1f50(0x216)],PerformanceTester[_0x5f1f50(0x196)](PerformanceHookEvents[_0x5f1f50(0x189)],()=>{_0x1739cd['bddStepStart'](_0xac7dfd);},_0x268af5)();}),CodeceptJS[_0x1d11e2(0x250)][_0x1d11e2(0x220)]['on'](CodeceptJS['event'][_0x1d11e2(0x273)][_0x1d11e2(0x22e)],_0x576edc=>{const _0x237973=_0x1d11e2,_0x38ec50={};_0x38ec50[_0x237973(0x1ca)]=_0xb71445['xFcNc'],PerformanceTester[_0x237973(0x196)](PerformanceHookEvents[_0x237973(0x189)],()=>{const _0x26c6e8=_0x237973;_0x1739cd[_0x26c6e8(0x1cd)](_0x576edc);},_0x38ec50)();});};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a2_0x134138=a2_0x141c;function a2_0x141c(_0x51b52d,_0x34c4fb){const _0x4dfe51=a2_0x4dfe();return a2_0x141c=function(_0x141cad,_0x101a24){_0x141cad=_0x141cad-0x92;let _0xe6e42b=_0x4dfe51[_0x141cad];return _0xe6e42b;},a2_0x141c(_0x51b52d,_0x34c4fb);}(function(_0x14f9ca,_0x2a568f){const _0x4ee349=a2_0x141c,_0x300278=_0x14f9ca();while(!![]){try{const _0x416c51=parseInt(_0x4ee349(0xfc))/0x1*(-parseInt(_0x4ee349(0xfb))/0x2)+parseInt(_0x4ee349(0xa9))/0x3+-parseInt(_0x4ee349(0xaa))/0x4+parseInt(_0x4ee349(0x11a))/0x5*(parseInt(_0x4ee349(0x125))/0x6)+-parseInt(_0x4ee349(0x104))/0x7+-parseInt(_0x4ee349(0x12c))/0x8*(-parseInt(_0x4ee349(0x128))/0x9)+parseInt(_0x4ee349(0x93))/0xa;if(_0x416c51===_0x2a568f)break;else _0x300278['push'](_0x300278['shift']());}catch(_0x5c9e1d){_0x300278['push'](_0x300278['shift']());}}}(a2_0x4dfe,0x83c32));const fs=require('fs'),path=require(a2_0x134138(0xa1)),util=require(a2_0x134138(0x12d)),process=require(a2_0x134138(0xcf)),logger=require(a2_0x134138(0x96))[a2_0x134138(0x10a)],{default:BrowserStackSetup}=require(a2_0x134138(0xc4)),helper=require('../../helpers/helper'),utilities=require(a2_0x134138(0xdc)),{checkAccessibilityPlatformConfig}=require(a2_0x134138(0x103)),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a2_0x134138(0x107)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x134138(0xed)),CodeceptJS=requireModule(a2_0x134138(0x9d),a2_0x134138(0xe2)),testOpsHelper=require(a2_0x134138(0x12e)),TestHubHandler=require(a2_0x134138(0xc0)),constants=require('../utils/constants'),PerformanceTester=require(a2_0x134138(0xec)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),PerformanceEvents=require(a2_0x134138(0x114))['EVENTS'],ClientTroubleShootingService=require(a2_0x134138(0xc5)),_testErrorData=[],getUserCodeceptJSConfigs=(_0xad37e8,_0x57a999)=>{const _0x5467b3=a2_0x134138,_0x17be39={};_0x17be39['lTnsb']=function(_0x5ba39a,_0x5875bf){return _0x5ba39a===_0x5875bf;},_0x17be39[_0x5467b3(0xbb)]=_0x5467b3(0xb7),_0x17be39[_0x5467b3(0x10b)]=_0x5467b3(0xde);const _0xe820c5=_0x17be39;let _0xf1336a=null;const _0x3c50f1={};let _0x17b20c=_0x57a999['findIndex'](_0x31948b=>_0x31948b===_0x5467b3(0x132));_0xe820c5[_0x5467b3(0x9f)](_0x17b20c,-0x1)&&(_0x17b20c=_0x57a999[_0x5467b3(0xf6)](_0x153a52=>_0x153a52==='-c'));if(!helper[_0x5467b3(0xc8)](_0xad37e8[_0x5467b3(0xd7)])&&fs['existsSync'](path[_0x5467b3(0xbc)](process[_0x5467b3(0x106)](),_0xad37e8['config'])))_0xf1336a=path[_0x5467b3(0xbc)](process[_0x5467b3(0x106)](),_0xad37e8[_0x5467b3(0xd7)]),_0x57a999[_0x5467b3(0x127)](_0x17b20c,0x2);else{if(!helper[_0x5467b3(0xc8)](_0xad37e8['c'])&&fs[_0x5467b3(0xe9)](path[_0x5467b3(0xbc)](process['cwd'](),_0xad37e8['c'])))_0xf1336a=path[_0x5467b3(0xbc)](process[_0x5467b3(0x106)](),_0xad37e8['c']),_0x57a999[_0x5467b3(0x127)](_0x17b20c,0x2);else{if(fs[_0x5467b3(0xe9)](path['join'](process[_0x5467b3(0x106)](),_0xe820c5[_0x5467b3(0xbb)])))_0xf1336a=path[_0x5467b3(0xbc)](process['cwd'](),_0xe820c5[_0x5467b3(0xbb)]);else fs[_0x5467b3(0xe9)](path['join'](process[_0x5467b3(0x106)](),_0xe820c5[_0x5467b3(0x10b)]))&&(_0xf1336a=path[_0x5467b3(0xbc)](process[_0x5467b3(0x106)](),_0xe820c5[_0x5467b3(0x10b)]));}}return process[_0x5467b3(0xcb)][_0x5467b3(0xe6)]=_0xf1336a,_0xf1336a;},getO11yRerunPattern=()=>{const _0x549c9f=a2_0x134138,_0x13b8a2=helper[_0x549c9f(0xda)](process[_0x549c9f(0xcb)][_0x549c9f(0xf1)]);if(_0x13b8a2){const _0x4d58a1=process['env'][_0x549c9f(0x111)],_0x1ba3cd=[];if(helper[_0x549c9f(0xf3)](_0x4d58a1)&&!helper[_0x549c9f(0xc8)](_0x4d58a1)){_0x4d58a1[_0x549c9f(0xa2)](',')['map'](_0x5981a8=>{_0x1ba3cd['push']('('+_0x5981a8['trim']()+')');});const _0x4b4bca='^'+_0x1ba3cd[_0x549c9f(0xbc)]('|')+'$';return _0x4b4bca;}}return null;},a2_0x239f9a={};a2_0x239f9a[a2_0x134138(0xc9)]=a2_0x134138(0xc1),a2_0x239f9a[a2_0x134138(0xd2)]=a2_0x134138(0xc1),a2_0x239f9a[a2_0x134138(0xe4)]='firefox',a2_0x239f9a[a2_0x134138(0xd4)]=a2_0x134138(0xab);const pwToCodeceptBrowser=a2_0x239f9a;async function run(_0xfa8d77,_0x3c8d61,_0x1314d7){const _0x29bcf8=a2_0x134138,_0x5ca46f={'ZyJov':function(_0x46fd55,_0x4dbfbb,_0x4e4c9b,_0x56ced3){return _0x46fd55(_0x4dbfbb,_0x4e4c9b,_0x56ced3);},'VUawQ':function(_0x443b7a,_0x3e59c9){return _0x443b7a+_0x3e59c9;},'gFcLI':function(_0x268b58,_0x5a6251){return _0x268b58(_0x5a6251);},'wDGfI':function(_0x22a103,_0x294a15){return _0x22a103+_0x294a15;},'yeFPT':function(_0x124f03,_0x158e56,_0x11de86){return _0x124f03(_0x158e56,_0x11de86);},'FKirR':_0x29bcf8(0x9e),'cxjTu':function(_0x11e958){return _0x11e958();},'PBtyV':_0x29bcf8(0x10c),'SRjED':function(_0x11d353){return _0x11d353();},'GHpwr':_0x29bcf8(0x10e),'ClvwL':_0x29bcf8(0xe7),'fsWnZ':'Started\x20:\x20','BHZxN':_0x29bcf8(0xe5),'nNEkU':_0x29bcf8(0x123),'lyxQg':function(_0x380049,_0x7cec4c,_0x142020){return _0x380049(_0x7cec4c,_0x142020);},'yeaFb':'Playwright','wdKqb':_0x29bcf8(0xc7),'CWOdk':function(_0x260b10,_0x3812a6){return _0x260b10!=_0x3812a6;},'mxRYR':function(_0x394235,_0x3ec90d){return _0x394235===_0x3ec90d;},'fgrHg':function(_0x452906,_0x2c841e,_0x3d1117){return _0x452906(_0x2c841e,_0x3d1117);},'SMYxf':_0x29bcf8(0xb6),'FgOYZ':function(_0x22742e,_0x48289e){return _0x22742e(_0x48289e);},'GnjXv':function(_0x8e7236){return _0x8e7236();},'OJnLd':function(_0x3208b5,_0x3e9f21){return _0x3208b5*_0x3e9f21;},'hglQg':_0x29bcf8(0x10d),'pwxNn':_0x29bcf8(0x116),'evxOj':function(_0xd0d97c,_0x1c31fc,_0xcf3c81){return _0xd0d97c(_0x1c31fc,_0xcf3c81);},'urpDY':_0x29bcf8(0x12a),'ewGCc':_0x29bcf8(0xaf),'fzRVB':_0x29bcf8(0x110)};await _0x1314d7[_0x29bcf8(0xd0)](_0xfa8d77),await helper[_0x29bcf8(0x100)](_0x1314d7[_0x29bcf8(0xd7)]);if(!_0x1314d7[_0x29bcf8(0xd7)])return;process[_0x29bcf8(0x105)]=_0xfa8d77[_0x29bcf8(0x105)];_0xfa8d77[_0x29bcf8(0x105)]&&(process['env']['profile']=_0xfa8d77[_0x29bcf8(0x105)]);const _0x250e8a=_0x5ca46f[_0x29bcf8(0xa4)](getUserCodeceptJSConfigs,_0xfa8d77,_0x3c8d61);let _0x59a101={};_0x250e8a?(logger[_0x29bcf8(0xf4)](_0x29bcf8(0xa8)+_0x250e8a),_0x59a101=CodeceptJS[_0x29bcf8(0xd7)][_0x29bcf8(0x120)](_0x250e8a)):logger[_0x29bcf8(0xf4)](_0x5ca46f[_0x29bcf8(0xb1)]);let _0x5d0b54=![];_0x5ca46f[_0x29bcf8(0xf5)](nestedKeyValue,_0x59a101,[_0x5ca46f[_0x29bcf8(0xb3)],_0x5ca46f[_0x29bcf8(0x92)]])&&(_0x5d0b54=!![]);const _0x4b38fc=_0x5d0b54?_0x5ca46f[_0x29bcf8(0x92)]:_0x5ca46f['wdKqb'];let _0x472681=!_0x5d0b54?helper[_0x29bcf8(0xd1)](_0x1314d7[_0x29bcf8(0xd7)]):![];!helper[_0x29bcf8(0xc8)](_0x1314d7[_0x29bcf8(0xd7)][_0x29bcf8(0xc2)])&&(process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON['stringify'](_0x1314d7[_0x29bcf8(0xd7)][_0x29bcf8(0xc2)]));let _0x3b4fa2=_0x1314d7[_0x29bcf8(0xd7)][_0x29bcf8(0x11f)];_0x3b4fa2=_0x3b4fa2||_0x5ca46f[_0x29bcf8(0x108)](checkAccessibilityPlatformConfig,_0x1314d7['config']),process[_0x29bcf8(0xcb)][_0x29bcf8(0xa5)]=_0x3b4fa2;_0x3b4fa2&&(_0x472681=!_0x3b4fa2);_0x5ca46f[_0x29bcf8(0x115)](_0x1314d7[_0x29bcf8(0xd7)][_0x29bcf8(0x113)],null)?process['env']['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x1314d7[_0x29bcf8(0xd7)][_0x29bcf8(0x113)]:process[_0x29bcf8(0xcb)][_0x29bcf8(0xb2)]=_0x5ca46f['mxRYR'](_0x4b38fc,_0x5ca46f['yeaFb']);const _0xe1df21=_0x5ca46f[_0x29bcf8(0xb4)](nestedKeyValue,_0x59a101,[_0x5ca46f[_0x29bcf8(0x129)]]),_0x482036=_0xe1df21&&!helper['isEmpty'](_0xe1df21)?FRAMEWORKS[_0x29bcf8(0x11c)]:FRAMEWORKS[_0x29bcf8(0xc3)],_0x163464=await TestHubHandler[_0x29bcf8(0xce)](_0x482036,_0x1314d7);_0x3b4fa2&&_0x5ca46f[_0x29bcf8(0xbe)](setAccessibilityCapabilities,_0x1314d7[_0x29bcf8(0xd7)]);const _0x1aa598={},_0x4fc924=[],_0xc6950=_0x1314d7[_0x29bcf8(0xd7)]['parallelsPerPlatform']||helper[_0x29bcf8(0xa6)](_0xfa8d77,_0x3c8d61,_0x1314d7[_0x29bcf8(0xd7)],constants[_0x29bcf8(0xf8)]['CODECEPT'])||0x1;let _0xa20db=0x1;if(_0x5ca46f[_0x29bcf8(0xe1)](isBrowserstackInfra)){const _0x46a2ce=helper[_0x29bcf8(0x119)](_0x1314d7[_0x29bcf8(0xd7)],_0x472681,constants[_0x29bcf8(0xf8)][_0x29bcf8(0xc3)]);_0x46a2ce[_0x29bcf8(0xa0)](_0x541660=>{const _0x2b37aa=_0x29bcf8;helper[_0x2b37aa(0x102)](_0x541660);}),helper['validPlatformsPresent'](_0x1314d7['config'])?_0xa20db=_0x5ca46f['OJnLd'](_0xc6950,_0x1314d7[_0x29bcf8(0xd7)][_0x29bcf8(0xf0)][_0x29bcf8(0x126)]):_0xa20db=_0xc6950,_0x46a2ce[_0x29bcf8(0xa0)](_0x494e27=>{const _0x3e7488=_0x29bcf8,_0x9278d9=_0x5ca46f['wDGfI'](helper[_0x3e7488(0x9c)](_0x494e27,'_'),'_'+Date[_0x3e7488(0xcc)]()),_0x563b17=((()=>{const _0x3f82f8=_0x3e7488;if(_0x5d0b54){const _0x3a4359=pwToCodeceptBrowser[_0x494e27[_0x3f82f8(0x122)]]||_0x494e27['browserName'],_0x299400=helper[_0x3f82f8(0xe0)](_0x1314d7[_0x3f82f8(0xd7)]),_0x4e87f8=Object[_0x3f82f8(0xb0)]({},_0x494e27);return _0x5ca46f[_0x3f82f8(0x118)](processAccessibilityCaps,_0x4e87f8,_0x299400,null),{'browser':_0x3a4359,[_0x3a4359]:{'browserWSEndpoint':_0x5ca46f[_0x3f82f8(0xea)](_0x299400,_0x5ca46f['gFcLI'](encodeURIComponent,JSON[_0x3f82f8(0xfe)](_0x4e87f8)))}};}const _0x44c15b={};return _0x44c15b[_0x3f82f8(0x116)]=_0x494e27,_0x44c15b[_0x3f82f8(0xba)]=_0x1314d7[_0x3f82f8(0xd7)]['userName'],_0x44c15b[_0x3f82f8(0x97)]=_0x1314d7['config']['accessKey'],_0x44c15b;})()),_0x2e99e3=_0x5ca46f[_0x3e7488(0xa4)](nestedKeyValue,_0x59a101,[_0x5ca46f[_0x3e7488(0xb3)],_0x4b38fc]);_0x1aa598[_0x9278d9]=_0x2e99e3?helper['mergeDeep'](_0x563b17,_0x2e99e3):_0x563b17;if(_0x5d0b54)_0x1aa598[_0x9278d9][_0x3e7488(0x10d)]=pwToCodeceptBrowser[_0x494e27[_0x3e7488(0x122)]]||_0x494e27['browserName'];else{_0x1aa598[_0x9278d9][_0x3e7488(0x10d)]=_0x494e27[_0x3e7488(0x122)]||_0x563b17[_0x3e7488(0x10d)];if(_0x5ca46f[_0x3e7488(0xd3)](isBrowserstackInfra)){_0x1aa598[_0x9278d9][_0x3e7488(0x9a)]=constants['hubUrl'][_0x3e7488(0xfd)](_0x5ca46f[_0x3e7488(0x11d)],'')['replace'](/https?:\/\//,'');;_0x1aa598[_0x9278d9][_0x3e7488(0xa1)]=_0x5ca46f[_0x3e7488(0x11d)];}}_0x4fc924[_0x3e7488(0xb5)](_0x9278d9);});}else{_0xa20db=0x1;if(_0x5d0b54){const _0xcb9fb5=_0x5ca46f[_0x29bcf8(0xf5)](nestedKeyValue,_0x59a101,[_0x5ca46f[_0x29bcf8(0xb3)],_0x4b38fc,_0x5ca46f['hglQg']]),_0x1b9546=_0x5ca46f[_0x29bcf8(0xf5)](nestedKeyValue,_0x59a101,[_0x5ca46f[_0x29bcf8(0xb3)],_0x4b38fc,_0xcb9fb5]);if(_0x1b9546&&_0x1b9546[_0x29bcf8(0x12b)]){const _0x547824={};_0x547824[_0x29bcf8(0xf0)]=[],_0x1b9546[_0x29bcf8(0x12b)]=helper[_0x29bcf8(0x119)](Object[_0x29bcf8(0xb0)]({},_0x1314d7['config'],_0x547824),null,_0x482036[_0x29bcf8(0x9b)](),null,null,_0x1b9546[_0x29bcf8(0x12b)]);}}else{const _0x48a8d4={};_0x48a8d4[_0x29bcf8(0xf0)]=[],_0x59a101[_0x5ca46f[_0x29bcf8(0xb3)]][_0x4b38fc][_0x5ca46f['pwxNn']]=helper[_0x29bcf8(0x119)](Object[_0x29bcf8(0xb0)]({},_0x1314d7['config'],_0x48a8d4),null,_0x482036[_0x29bcf8(0x9b)](),_0x5ca46f['evxOj'](nestedKeyValue,_0x59a101,[_0x5ca46f[_0x29bcf8(0xb3)],_0x4b38fc,_0x5ca46f[_0x29bcf8(0xdd)]])||{},null,null);}_0x1aa598[_0x5ca46f[_0x29bcf8(0xdf)]]=_0x59a101,_0x4fc924['push'](_0x5ca46f[_0x29bcf8(0xdf)]);}const _0x1004eb={};_0x1004eb[_0x29bcf8(0xef)]=_0x250e8a;const _0x5a457b=_0x1004eb,_0x3a2abb=path[_0x29bcf8(0xbc)](__dirname,_0x5ca46f['ewGCc']),_0x1878c4=process[_0x29bcf8(0x106)]();process[_0x29bcf8(0xcb)][_0x5ca46f[_0x29bcf8(0xae)]]=_0x1878c4,process[_0x29bcf8(0x11e)](path[_0x29bcf8(0x130)](_0x250e8a));const _0x3ab0fb=new CodeceptJS[(_0x29bcf8(0xd8))](null,_0x5a457b),_0x1618b3=_0x3ab0fb['createGroupsOfSuites'](_0xa20db),_0x22373c=testOpsHelper[_0x29bcf8(0x12f)](),_0x774eb9=_0x4fc924[_0x29bcf8(0xa3)](_0x58be03=>{const _0x40b78b=_0x29bcf8,_0x47f386={};_0x47f386[_0x40b78b(0xd9)]=_0x1aa598[_0x58be03];const _0x3302d1={};_0x3302d1['WebDriver']=_0x1aa598[_0x58be03];const _0x2c17fb=_0x5d0b54?_0x47f386:_0x3302d1,_0x2739ab=_0x5ca46f[_0x40b78b(0xb9)](getO11yRerunPattern),_0x55e441={};_0x55e441['helpers']=_0x2c17fb;const _0x1acac2={};_0x1acac2[_0x40b78b(0xf7)]=_0x3a2abb,_0x1acac2[_0x40b78b(0x117)]=!![],_0x1acac2['skipSessionName']=_0x1314d7[_0x40b78b(0xd7)][_0x40b78b(0x124)]['skipSessionName'],_0x1acac2[_0x40b78b(0x109)]=_0x1314d7[_0x40b78b(0xd7)][_0x40b78b(0x124)][_0x40b78b(0x109)],_0x1acac2[_0x40b78b(0x113)]=_0x22373c,_0x1acac2[_0x40b78b(0x131)]=_0x482036;const _0x2b8bc2={};_0x2b8bc2[_0x40b78b(0xac)]=_0x1acac2;const _0x1b44b1={};return _0x1b44b1[_0x40b78b(0xfa)]=_0x2b8bc2,helper[_0x40b78b(0xff)]({},_0x59a101,_0x5ca46f['SRjED'](isBrowserstackInfra)?_0x55e441:{},_0x2739ab?{'grep':_0x2739ab}:{},_0x1b44b1);});for(const _0x3a454b of _0x774eb9){for(const _0x5c4e52 of _0x1618b3){const _0x4c630d=_0x3ab0fb[_0x29bcf8(0xf9)]();_0x4c630d[_0x29bcf8(0xd6)](_0x5c4e52),_0x4c630d[_0x29bcf8(0xca)](_0x3a454b);const _0x1b9869={};_0x1b9869[_0x29bcf8(0xd7)]=_0x250e8a,_0x4c630d[_0x29bcf8(0xe3)](Object[_0x29bcf8(0xb0)](_0x1b9869,_0xfa8d77));}}_0x3ab0fb['on'](CodeceptJS[_0x29bcf8(0x98)][_0x29bcf8(0xe8)]['failed'],(_0x3304c0,_0x36db68)=>{const _0x2b2136=_0x29bcf8;console['log'](_0x5ca46f['GHpwr'],_0x3304c0['title']);const _0x350673={[_0x3304c0[_0x2b2136(0xa7)]]:_0x3304c0['err'][_0x2b2136(0xc6)]};_testErrorData[_0x2b2136(0xb5)](_0x350673);}),_0x3ab0fb['on'](CodeceptJS[_0x29bcf8(0x98)][_0x29bcf8(0xe8)][_0x29bcf8(0x94)],async _0x539603=>{const _0x4ddaad=_0x29bcf8;console['log'](_0x5ca46f[_0x4ddaad(0x101)],_0x539603['title']);}),_0x3ab0fb['on'](CodeceptJS[_0x29bcf8(0x98)][_0x29bcf8(0xe8)][_0x29bcf8(0x95)],async _0x36c829=>{const _0x1cad62=_0x29bcf8;console[_0x1cad62(0x10f)](_0x5ca46f[_0x1cad62(0xbd)],_0x36c829[_0x1cad62(0xa7)]);}),_0x3ab0fb['on'](CodeceptJS[_0x29bcf8(0x98)][_0x29bcf8(0x11b)][_0x29bcf8(0xbf)],async()=>{const _0x337f4d=_0x29bcf8,_0x443a0a=_0x5ca46f[_0x337f4d(0xf2)][_0x337f4d(0xa2)]('|');let _0x40985f=0x0;while(!![]){switch(_0x443a0a[_0x40985f++]){case'0':_0x1314d7['errorMessage']=_testErrorData;continue;case'1':utilities[_0x337f4d(0xd5)](_0x1314d7);continue;case'2':testOpsHelper[_0x337f4d(0xcd)]();continue;case'3':PerformanceTester['start'](PerformanceEvents[_0x337f4d(0xad)]);continue;case'4':_0x3ab0fb[_0x337f4d(0x112)]();continue;case'5':try{await TestHubHandler[_0x337f4d(0xee)]();}catch(_0x360378){logger['debug'](_0x337f4d(0x99)+util[_0x337f4d(0xeb)](_0x360378));}continue;}break;}});async function _0x1b8662(){const _0x4d503d=_0x29bcf8;try{await _0x3ab0fb[_0x4d503d(0x121)](),await _0x3ab0fb[_0x4d503d(0xb8)]();}finally{process['chdir'](_0x1878c4),await _0x3ab0fb['teardownAll']();}}PerformanceTester[_0x29bcf8(0x133)](PerformanceEvents['SDK_SETUP']),_0x5ca46f[_0x29bcf8(0xb9)](_0x1b8662);}module[a2_0x134138(0xdb)]=run;function a2_0x4dfe(){const _0x53c3d1=['../utils/clientTroubleshootingService','stack','WebDriver','isUndefined','chrome','addConfig','env','now','printBuildLink','launchBuild','process','initialize','useW3C','playwright-chromium','cxjTu','playwright-webkit','finalExecution','addTests','config','Workers','Playwright','isTrue','exports','../../helpers/utilities','pwxNn','codecept.json','urpDY','getPlaywrightUrl','GnjXv','codeceptjs','addOptions','playwright-firefox','3|0|2|1|5|4','USER_CONFIG_DETAILS_PATH','Passed\x20:\x20','test','existsSync','VUawQ','format','../../helpers/performance/performance-tester','../../helpers/helper','stop','testConfig','platforms','BROWSERSTACK_RERUN','BHZxN','validateRerunTestList','info','lyxQg','findIndex','require','FRAMEWORKS','spawn','plugins','10376oWBFBB','141iDivZr','replace','stringify','mergeDeep','handleApp','ClvwL','setAdditionalCapabilities','../../helpers/accessibility-automation/helper','7408898brmOIs','profile','cwd','../../bin/playwright/accessibility-helper','gFcLI','skipSessionStatus','winstonLogger','LFUHs','/wd/hub','browser','Failed\x20:\x20','log','browserStackCwd','BROWSERSTACK_RERUN_TESTS','printResults','testObservability','../../helpers/performance/constants','CWOdk','desiredCapabilities','enabled','ZyJov','prepareCapabilities','3614815ozaZua','all','CODECEPT_CUCUMBER','PBtyV','chdir','accessibility','load','bootstrapAll','browserName','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','testContextOptions','6FZOcnZ','length','slice','1431wlsoMe','SMYxf','root','browserWSEndpoint','16936ofKuRC','util','../../helpers/test-observability/utils','isTestObservabilitySession','dirname','frameworkName','--config','end','yeaFb','16652670eBswhy','passed','before','../../helpers/logger','key','event','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','host','toLowerCase','getPlatformName','codeceptjs/lib/index.js','helpers','lTnsb','forEach','path','split','map','yeFPT','BROWSERSTACK_TEST_ACCESSIBILITY_YML','getUserWorkerCount','title','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','63150sGQKiM','1665052cUADqf','webkit','BrowserStackPlugin','SDK_CLEANUP','fzRVB','BrowserStackPlugin.js','assign','nNEkU','BROWSERSTACK_TEST_OBSERVABILITY_YML','FKirR','fgrHg','push','gherkin','codecept.conf.js','run','SRjED','user','FWNmY','join','fsWnZ','FgOYZ','result','../../helpers/testhub/testhubHandler','chromium','accessibilityOptions','CODECEPT','../../helpers/BrowserStackSetup'];a2_0x4dfe=function(){return _0x53c3d1;};return a2_0x4dfe();}
|
|
2
|
+
'use strict';function a2_0x10f7(){const _0x1bad88=['slice','replace','frameworkName','yqDGp','launchBuild','toLowerCase','handleApp','webkit','test','desiredCapabilities','Cjboa','forEach','EVENTS','before','length','printBuildLink','initialize','join','2961588pwdDiT','jRllm','user','info','testConfig','codecept.json','validateRerunTestList','YtECE','yLMOO','getPlatformName','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','FRAMEWORKS','4|1|3|5|2|0','/wd/hub','XUGoS','map','skipSessionName','qJKrU','gherkin','env','format','CODECEPT_CUCUMBER','stack','host','playwright-firefox','USER_CONFIG_DETAILS_PATH','debug','10WcTvrR','assign','browserWSEndpoint','addTests','firefox','profile','SDK_CLEANUP','SDK_SETUP','helpers','run','split','playwright-webkit','failed','116428jPYZeE','bootstrapAll','aaRkn','log','getUserWorkerCount','../../helpers/helper','key','BrowserStackPlugin','KJINf','xRwAY','4msrNzj','--config','Started\x20:\x20','exports','finalExecution','createGroupsOfSuites','platforms','CODECEPT','findIndex','ciyOl','all','../../helpers/test-observability/constants','util','hubUrl','83912QPvpPv','validPlatformsPresent','isEmpty','amQnG','860826EMRchU','err','YXXAZ','skipSessionStatus','JUZQS','../../helpers/accessibility-automation/helper','../../helpers/testhub/testhubHandler','isUndefined','Playwright','uImja','dirname','getPlaywrightUrl','CelFY','JgGeA','46423509HViyXm','event','chdir','WebDriver','push','result','spawn','../utils/constants','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','setAdditionalCapabilities','BROWSERSTACK_TEST_OBSERVABILITY_YML','657FiEivn','plugins','config','Failed\x20:\x20','QYGDO','winstonLogger','accessKey','../../helpers/utilities','chrome','testContextOptions','Workers','chromium','2759675LKoAqw','process','root','../../helpers/performance/performance-tester','browserName','browser','codecept.conf.js','zZBDk','prepareCapabilities','errorMessage','cwd','Passed\x20:\x20','zOHWp','enabled','ugnWW','BROWSERSTACK_TEST_ACCESSIBILITY_YML','MsNaw','ZzZJS','../../helpers/performance/constants','6943030YeHDZL','NSRCG','start','stop','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','codeceptjs/lib/index.js','../../helpers/logger','passed','addConfig','isTestObservabilitySession','7qmiEYr','pPMJf','mergeDeep','testObservability','accessibility','OhHGV','browserStackCwd','PUFrF','isTrue','jWQsc','existsSync','accessibilityOptions','teardownAll','path','title','codeceptjs','trim'];a2_0x10f7=function(){return _0x1bad88;};return a2_0x10f7();}const a2_0x48dc1a=a2_0x19a2;(function(_0x306205,_0x292fb5){const _0x2757b1=a2_0x19a2,_0x5d5c48=_0x306205();while(!![]){try{const _0x297a4f=parseInt(_0x2757b1(0x12b))/0x1*(-parseInt(_0x2757b1(0x138))/0x2)+-parseInt(_0x2757b1(0x110))/0x3+-parseInt(_0x2757b1(0x142))/0x4*(parseInt(_0x2757b1(0x179))/0x5)+-parseInt(_0x2757b1(0x154))/0x6*(parseInt(_0x2757b1(0x196))/0x7)+-parseInt(_0x2757b1(0x150))/0x8*(parseInt(_0x2757b1(0x16d))/0x9)+-parseInt(_0x2757b1(0x18c))/0xa+parseInt(_0x2757b1(0x162))/0xb;if(_0x297a4f===_0x292fb5)break;else _0x5d5c48['push'](_0x5d5c48['shift']());}catch(_0x4c5d38){_0x5d5c48['push'](_0x5d5c48['shift']());}}}(a2_0x10f7,0x78fd9));const fs=require('fs'),path=require(a2_0x48dc1a(0xfa)),util=require(a2_0x48dc1a(0x14e)),process=require(a2_0x48dc1a(0x17a)),logger=require(a2_0x48dc1a(0x192))[a2_0x48dc1a(0x172)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a2_0x48dc1a(0x13d)),utilities=require(a2_0x48dc1a(0x174)),{checkAccessibilityPlatformConfig}=require(a2_0x48dc1a(0x159)),{setAccessibilityCapabilities,processAccessibilityCaps}=require('../../bin/playwright/accessibility-helper'),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x48dc1a(0x13d)),CodeceptJS=requireModule(a2_0x48dc1a(0x191),a2_0x48dc1a(0xfc)),testOpsHelper=require('../../helpers/test-observability/utils'),TestHubHandler=require(a2_0x48dc1a(0x15a)),constants=require(a2_0x48dc1a(0x169)),PerformanceTester=require(a2_0x48dc1a(0x17c)),{FRAMEWORKS}=require(a2_0x48dc1a(0x14d)),PerformanceEvents=require(a2_0x48dc1a(0x18b))[a2_0x48dc1a(0x10a)],ClientTroubleShootingService=require('../utils/clientTroubleshootingService'),_testErrorData=[],getUserCodeceptJSConfigs=(_0x4a14c8,_0x25c55f)=>{const _0x270279=a2_0x48dc1a,_0x5eb825={};_0x5eb825[_0x270279(0x117)]=function(_0x29c9ef,_0x361eab){return _0x29c9ef===_0x361eab;},_0x5eb825[_0x270279(0xf4)]=_0x270279(0x17f),_0x5eb825[_0x270279(0x197)]=_0x270279(0x115);const _0x4c3dca=_0x5eb825;let _0x272b35=null;const _0x4b9f6f={};let _0x3248a7=_0x25c55f[_0x270279(0x14a)](_0xe157e0=>_0xe157e0===_0x270279(0x143));_0x4c3dca[_0x270279(0x117)](_0x3248a7,-0x1)&&(_0x3248a7=_0x25c55f[_0x270279(0x14a)](_0x599c20=>_0x599c20==='-c'));if(!helper['isUndefined'](_0x4a14c8['config'])&&fs[_0x270279(0xf7)](path['join'](process[_0x270279(0x183)](),_0x4a14c8[_0x270279(0x16f)])))_0x272b35=path[_0x270279(0x10f)](process[_0x270279(0x183)](),_0x4a14c8[_0x270279(0x16f)]),_0x25c55f['slice'](_0x3248a7,0x2);else{if(!helper[_0x270279(0x15b)](_0x4a14c8['c'])&&fs['existsSync'](path[_0x270279(0x10f)](process[_0x270279(0x183)](),_0x4a14c8['c'])))_0x272b35=path[_0x270279(0x10f)](process[_0x270279(0x183)](),_0x4a14c8['c']),_0x25c55f[_0x270279(0xfe)](_0x3248a7,0x2);else{if(fs['existsSync'](path[_0x270279(0x10f)](process[_0x270279(0x183)](),_0x4c3dca['PUFrF'])))_0x272b35=path[_0x270279(0x10f)](process[_0x270279(0x183)](),_0x4c3dca['PUFrF']);else fs[_0x270279(0xf7)](path[_0x270279(0x10f)](process[_0x270279(0x183)](),_0x4c3dca[_0x270279(0x197)]))&&(_0x272b35=path['join'](process[_0x270279(0x183)](),_0x4c3dca[_0x270279(0x197)]));}}return process[_0x270279(0x123)][_0x270279(0x129)]=_0x272b35,_0x272b35;},getO11yRerunPattern=()=>{const _0x310a66=a2_0x48dc1a,_0x4e6fba=helper[_0x310a66(0xf5)](process[_0x310a66(0x123)]['BROWSERSTACK_RERUN']);if(_0x4e6fba){const _0x3e0406=process[_0x310a66(0x123)]['BROWSERSTACK_RERUN_TESTS'],_0x5f25d3=[];if(helper[_0x310a66(0x116)](_0x3e0406)&&!helper[_0x310a66(0x15b)](_0x3e0406)){_0x3e0406[_0x310a66(0x135)](',')['map'](_0x3bb195=>{const _0x437a18=_0x310a66;_0x5f25d3['push']('('+_0x3bb195[_0x437a18(0xfd)]()+')');});const _0x5db5b5='^'+_0x5f25d3[_0x310a66(0x10f)]('|')+'$';return _0x5db5b5;}}return null;},a2_0x529b4e={};a2_0x529b4e[a2_0x48dc1a(0x175)]='chromium',a2_0x529b4e['playwright-chromium']=a2_0x48dc1a(0x178),a2_0x529b4e[a2_0x48dc1a(0x128)]=a2_0x48dc1a(0x12f),a2_0x529b4e[a2_0x48dc1a(0x136)]=a2_0x48dc1a(0x105);const pwToCodeceptBrowser=a2_0x529b4e;function a2_0x19a2(_0x51d561,_0x14270d){const _0x10f718=a2_0x10f7();return a2_0x19a2=function(_0x19a21c,_0x1629eb){_0x19a21c=_0x19a21c-0xf1;let _0x355f73=_0x10f718[_0x19a21c];return _0x355f73;},a2_0x19a2(_0x51d561,_0x14270d);}async function run(_0x2ff8f0,_0x2aecb6,_0x420b8f){const _0x1ba7f9=a2_0x48dc1a,_0x571f1e={'jWQsc':function(_0x48be85,_0x22eab0,_0x1867b3,_0x494672){return _0x48be85(_0x22eab0,_0x1867b3,_0x494672);},'MsNaw':function(_0x43942c,_0x1ba373){return _0x43942c+_0x1ba373;},'amQnG':function(_0x2e8c1f,_0x2dae20){return _0x2e8c1f(_0x2dae20);},'JUZQS':function(_0x31fc37,_0x3f890d){return _0x31fc37+_0x3f890d;},'JgGeA':function(_0x2a69db,_0x141a15,_0x4efebd){return _0x2a69db(_0x141a15,_0x4efebd);},'qJKrU':_0x1ba7f9(0x133),'KJINf':function(_0x4aadf8){return _0x4aadf8();},'yqDGp':_0x1ba7f9(0x11d),'ZzZJS':function(_0x25256e){return _0x25256e();},'JjYED':function(_0x332196){return _0x332196();},'CelFY':_0x1ba7f9(0x170),'aaRkn':_0x1ba7f9(0x184),'NHhEe':_0x1ba7f9(0x144),'ugnWW':_0x1ba7f9(0x11c),'uImja':_0x1ba7f9(0x16a),'QYGDO':function(_0x137626,_0x58726d,_0x24d3f5){return _0x137626(_0x58726d,_0x24d3f5);},'jRllm':_0x1ba7f9(0x15c),'YXXAZ':'WebDriver','zZBDk':function(_0x3cd6bc,_0x43e313){return _0x3cd6bc!=_0x43e313;},'yLMOO':function(_0x2d8853,_0x283812){return _0x2d8853===_0x283812;},'Cjboa':_0x1ba7f9(0x122),'xRwAY':function(_0x324975){return _0x324975();},'XUGoS':function(_0x1a91a1,_0x3fc26b){return _0x1a91a1*_0x3fc26b;},'yBZpw':'browser','XaJOw':function(_0x280b31,_0x41eb8f,_0x4f5e31){return _0x280b31(_0x41eb8f,_0x4f5e31);},'OhHGV':_0x1ba7f9(0x107),'ciyOl':_0x1ba7f9(0x17b),'NSRCG':'BrowserStackPlugin.js','IMsJQ':_0x1ba7f9(0xf3)};await _0x420b8f[_0x1ba7f9(0x10e)](_0x2ff8f0),await helper[_0x1ba7f9(0x104)](_0x420b8f[_0x1ba7f9(0x16f)]);if(!_0x420b8f[_0x1ba7f9(0x16f)])return;process[_0x1ba7f9(0x130)]=_0x2ff8f0[_0x1ba7f9(0x130)];_0x2ff8f0['profile']&&(process[_0x1ba7f9(0x123)][_0x1ba7f9(0x130)]=_0x2ff8f0[_0x1ba7f9(0x130)]);const _0x7e2cdd=_0x571f1e['JgGeA'](getUserCodeceptJSConfigs,_0x2ff8f0,_0x2aecb6);let _0x334c99={};_0x7e2cdd?(logger[_0x1ba7f9(0x113)](_0x1ba7f9(0x11a)+_0x7e2cdd),_0x334c99=CodeceptJS[_0x1ba7f9(0x16f)]['load'](_0x7e2cdd)):logger[_0x1ba7f9(0x113)](_0x571f1e[_0x1ba7f9(0x15d)]);let _0x416382=![];_0x571f1e[_0x1ba7f9(0x171)](nestedKeyValue,_0x334c99,[_0x571f1e[_0x1ba7f9(0x121)],_0x571f1e[_0x1ba7f9(0x111)]])&&(_0x416382=!![]);const _0x4daeeb=_0x416382?_0x571f1e['jRllm']:_0x571f1e[_0x1ba7f9(0x156)];let _0x54536b=!_0x416382?helper['useW3C'](_0x420b8f['config']):![];!helper[_0x1ba7f9(0x15b)](_0x420b8f[_0x1ba7f9(0x16f)][_0x1ba7f9(0xf8)])&&(process[_0x1ba7f9(0x123)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON['stringify'](_0x420b8f[_0x1ba7f9(0x16f)][_0x1ba7f9(0xf8)]));let _0x32df2a=_0x420b8f[_0x1ba7f9(0x16f)][_0x1ba7f9(0xf1)];_0x32df2a=_0x32df2a||_0x571f1e[_0x1ba7f9(0x153)](checkAccessibilityPlatformConfig,_0x420b8f[_0x1ba7f9(0x16f)]),process[_0x1ba7f9(0x123)][_0x1ba7f9(0x188)]=_0x32df2a;_0x32df2a&&(_0x54536b=!_0x32df2a);_0x571f1e[_0x1ba7f9(0x180)](_0x420b8f[_0x1ba7f9(0x16f)][_0x1ba7f9(0x199)],null)?process[_0x1ba7f9(0x123)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x420b8f['config'][_0x1ba7f9(0x199)]:process[_0x1ba7f9(0x123)][_0x1ba7f9(0x16c)]=_0x571f1e[_0x1ba7f9(0x118)](_0x4daeeb,_0x571f1e[_0x1ba7f9(0x111)]);const _0x8ccd7b=_0x571f1e[_0x1ba7f9(0x161)](nestedKeyValue,_0x334c99,[_0x571f1e[_0x1ba7f9(0x108)]]),_0x2147d6=_0x8ccd7b&&!helper[_0x1ba7f9(0x152)](_0x8ccd7b)?FRAMEWORKS[_0x1ba7f9(0x125)]:FRAMEWORKS[_0x1ba7f9(0x149)],_0x3c08c6=await TestHubHandler[_0x1ba7f9(0x102)](_0x2147d6,_0x420b8f);_0x32df2a&&_0x571f1e[_0x1ba7f9(0x153)](setAccessibilityCapabilities,_0x420b8f[_0x1ba7f9(0x16f)]);const _0xa819d7={},_0x4b469a=[],_0x5a7943=_0x420b8f['config']['parallelsPerPlatform']||helper[_0x1ba7f9(0x13c)](_0x2ff8f0,_0x2aecb6,_0x420b8f['config'],constants[_0x1ba7f9(0x11b)]['CODECEPT'])||0x1;let _0x2273a7=0x1;if(_0x571f1e[_0x1ba7f9(0x141)](isBrowserstackInfra)){const _0x49010c=helper[_0x1ba7f9(0x181)](_0x420b8f[_0x1ba7f9(0x16f)],_0x54536b,constants[_0x1ba7f9(0x11b)][_0x1ba7f9(0x149)]);_0x49010c[_0x1ba7f9(0x109)](_0xe7a235=>{const _0x1fdd9f=_0x1ba7f9;helper[_0x1fdd9f(0x16b)](_0xe7a235);}),helper[_0x1ba7f9(0x151)](_0x420b8f['config'])?_0x2273a7=_0x571f1e[_0x1ba7f9(0x11e)](_0x5a7943,_0x420b8f[_0x1ba7f9(0x16f)][_0x1ba7f9(0x148)][_0x1ba7f9(0x10c)]):_0x2273a7=_0x5a7943,_0x49010c[_0x1ba7f9(0x109)](_0x32556e=>{const _0x4336ce=_0x1ba7f9,_0x52cb34={'zOHWp':function(_0x30e5b9,_0x55daa8,_0x39f3e1,_0x232094){const _0x294f54=a2_0x19a2;return _0x571f1e[_0x294f54(0xf6)](_0x30e5b9,_0x55daa8,_0x39f3e1,_0x232094);},'LfiTl':function(_0x3dc62e,_0x35ccd6){const _0xff398f=a2_0x19a2;return _0x571f1e[_0xff398f(0x189)](_0x3dc62e,_0x35ccd6);},'PZzEj':function(_0x1813f6,_0x549d07){const _0xe77d2c=a2_0x19a2;return _0x571f1e[_0xe77d2c(0x153)](_0x1813f6,_0x549d07);}},_0x23e52b=_0x571f1e[_0x4336ce(0x158)](helper[_0x4336ce(0x119)](_0x32556e,'_'),'_'+Date['now']()),_0x11967b=((()=>{const _0x1ad520=_0x4336ce;if(_0x416382){const _0x3b183e=pwToCodeceptBrowser[_0x32556e[_0x1ad520(0x17d)]]||_0x32556e[_0x1ad520(0x17d)],_0x115527=helper[_0x1ad520(0x15f)](_0x420b8f[_0x1ad520(0x16f)]),_0x368d77=Object['assign']({},_0x32556e);return _0x52cb34[_0x1ad520(0x185)](processAccessibilityCaps,_0x368d77,_0x115527,null),{'browser':_0x3b183e,[_0x3b183e]:{'browserWSEndpoint':_0x52cb34['LfiTl'](_0x115527,_0x52cb34['PZzEj'](encodeURIComponent,JSON['stringify'](_0x368d77)))}};}const _0x5ade9e={};return _0x5ade9e[_0x1ad520(0x107)]=_0x32556e,_0x5ade9e[_0x1ad520(0x112)]=_0x420b8f[_0x1ad520(0x16f)]['userName'],_0x5ade9e[_0x1ad520(0x13e)]=_0x420b8f[_0x1ad520(0x16f)][_0x1ad520(0x173)],_0x5ade9e;})()),_0x2c5c74=_0x571f1e[_0x4336ce(0x161)](nestedKeyValue,_0x334c99,[_0x571f1e['qJKrU'],_0x4daeeb]);_0xa819d7[_0x23e52b]=_0x2c5c74?helper['mergeDeep'](_0x11967b,_0x2c5c74):_0x11967b;if(_0x416382)_0xa819d7[_0x23e52b][_0x4336ce(0x17e)]=pwToCodeceptBrowser[_0x32556e[_0x4336ce(0x17d)]]||_0x32556e[_0x4336ce(0x17d)];else{_0xa819d7[_0x23e52b][_0x4336ce(0x17e)]=_0x32556e[_0x4336ce(0x17d)]||_0x11967b[_0x4336ce(0x17e)];if(_0x571f1e[_0x4336ce(0x140)](isBrowserstackInfra)){_0xa819d7[_0x23e52b][_0x4336ce(0x127)]=constants[_0x4336ce(0x14f)][_0x4336ce(0xff)](_0x571f1e[_0x4336ce(0x101)],'')[_0x4336ce(0xff)](/https?:\/\//,'');;_0xa819d7[_0x23e52b]['path']=_0x571f1e[_0x4336ce(0x101)];}}_0x4b469a[_0x4336ce(0x166)](_0x23e52b);});}else{_0x2273a7=0x1;if(_0x416382){const _0x45e06e=_0x571f1e[_0x1ba7f9(0x171)](nestedKeyValue,_0x334c99,[_0x571f1e['qJKrU'],_0x4daeeb,_0x571f1e['yBZpw']]),_0x95795f=_0x571f1e['XaJOw'](nestedKeyValue,_0x334c99,[_0x571f1e[_0x1ba7f9(0x121)],_0x4daeeb,_0x45e06e]);if(_0x95795f&&_0x95795f['browserWSEndpoint']){const _0x4713c5={};_0x4713c5[_0x1ba7f9(0x148)]=[],_0x95795f[_0x1ba7f9(0x12d)]=helper[_0x1ba7f9(0x181)](Object[_0x1ba7f9(0x12c)]({},_0x420b8f[_0x1ba7f9(0x16f)],_0x4713c5),null,_0x2147d6[_0x1ba7f9(0x103)](),null,null,_0x95795f['browserWSEndpoint']);}}else{const _0x455375={};_0x455375[_0x1ba7f9(0x148)]=[],_0x334c99[_0x571f1e[_0x1ba7f9(0x121)]][_0x4daeeb][_0x571f1e[_0x1ba7f9(0xf2)]]=helper[_0x1ba7f9(0x181)](Object[_0x1ba7f9(0x12c)]({},_0x420b8f[_0x1ba7f9(0x16f)],_0x455375),null,_0x2147d6[_0x1ba7f9(0x103)](),_0x571f1e[_0x1ba7f9(0x161)](nestedKeyValue,_0x334c99,[_0x571f1e[_0x1ba7f9(0x121)],_0x4daeeb,_0x571f1e[_0x1ba7f9(0xf2)]])||{},null,null);}_0xa819d7[_0x571f1e[_0x1ba7f9(0x14b)]]=_0x334c99,_0x4b469a[_0x1ba7f9(0x166)](_0x571f1e[_0x1ba7f9(0x14b)]);}const _0x1ca407={};_0x1ca407[_0x1ba7f9(0x114)]=_0x7e2cdd;const _0x259300=_0x1ca407,_0x18ce5c=path[_0x1ba7f9(0x10f)](__dirname,_0x571f1e[_0x1ba7f9(0x18d)]),_0x4f8211=process[_0x1ba7f9(0x183)]();process[_0x1ba7f9(0x123)][_0x571f1e['IMsJQ']]=_0x4f8211,process[_0x1ba7f9(0x164)](path[_0x1ba7f9(0x15e)](_0x7e2cdd));const _0x9b8e61=new CodeceptJS[(_0x1ba7f9(0x177))](null,_0x259300),_0x304b66=_0x9b8e61[_0x1ba7f9(0x147)](_0x2273a7),_0xdb4fd8=testOpsHelper[_0x1ba7f9(0x195)](),_0xa59d9f=_0x4b469a[_0x1ba7f9(0x11f)](_0x14ab40=>{const _0x14865a=_0x1ba7f9,_0x1a192f={};_0x1a192f[_0x14865a(0x15c)]=_0xa819d7[_0x14ab40];const _0x2ae5b8={};_0x2ae5b8[_0x14865a(0x165)]=_0xa819d7[_0x14ab40];const _0x2b4cd4=_0x416382?_0x1a192f:_0x2ae5b8,_0x563257=_0x571f1e[_0x14865a(0x18a)](getO11yRerunPattern),_0x7c7b02={};_0x7c7b02[_0x14865a(0x133)]=_0x2b4cd4;const _0x3366cb={};_0x3366cb['require']=_0x18ce5c,_0x3366cb[_0x14865a(0x186)]=!![],_0x3366cb[_0x14865a(0x120)]=_0x420b8f['config'][_0x14865a(0x176)][_0x14865a(0x120)],_0x3366cb['skipSessionStatus']=_0x420b8f[_0x14865a(0x16f)]['testContextOptions'][_0x14865a(0x157)],_0x3366cb[_0x14865a(0x199)]=_0xdb4fd8,_0x3366cb[_0x14865a(0x100)]=_0x2147d6;const _0xe429be={};_0xe429be[_0x14865a(0x13f)]=_0x3366cb;const _0x4e172={};return _0x4e172[_0x14865a(0x16e)]=_0xe429be,helper[_0x14865a(0x198)]({},_0x334c99,_0x571f1e['JjYED'](isBrowserstackInfra)?_0x7c7b02:{},_0x563257?{'grep':_0x563257}:{},_0x4e172);});for(const _0x309d34 of _0xa59d9f){for(const _0xecf1c of _0x304b66){const _0x2cc735=_0x9b8e61[_0x1ba7f9(0x168)]();_0x2cc735[_0x1ba7f9(0x12e)](_0xecf1c),_0x2cc735[_0x1ba7f9(0x194)](_0x309d34);const _0x55e334={};_0x55e334[_0x1ba7f9(0x16f)]=_0x7e2cdd,_0x2cc735['addOptions'](Object[_0x1ba7f9(0x12c)](_0x55e334,_0x2ff8f0));}}_0x9b8e61['on'](CodeceptJS[_0x1ba7f9(0x163)][_0x1ba7f9(0x106)][_0x1ba7f9(0x137)],(_0x7f7f87,_0x5ce6be)=>{const _0x1a2834=_0x1ba7f9;console[_0x1a2834(0x13b)](_0x571f1e[_0x1a2834(0x160)],_0x7f7f87[_0x1a2834(0xfb)]);const _0x3b0f96={[_0x7f7f87[_0x1a2834(0xfb)]]:_0x7f7f87[_0x1a2834(0x155)][_0x1a2834(0x126)]};_testErrorData[_0x1a2834(0x166)](_0x3b0f96);}),_0x9b8e61['on'](CodeceptJS['event'][_0x1ba7f9(0x106)][_0x1ba7f9(0x193)],async _0x1b202d=>{const _0x443af8=_0x1ba7f9;console[_0x443af8(0x13b)](_0x571f1e[_0x443af8(0x13a)],_0x1b202d['title']);}),_0x9b8e61['on'](CodeceptJS[_0x1ba7f9(0x163)][_0x1ba7f9(0x106)][_0x1ba7f9(0x10b)],async _0x5076f0=>{const _0x1cfe5b=_0x1ba7f9;console[_0x1cfe5b(0x13b)](_0x571f1e['NHhEe'],_0x5076f0[_0x1cfe5b(0xfb)]);}),_0x9b8e61['on'](CodeceptJS[_0x1ba7f9(0x163)][_0x1ba7f9(0x14c)][_0x1ba7f9(0x167)],async()=>{const _0x5ace80=_0x1ba7f9,_0x30e302=_0x571f1e[_0x5ace80(0x187)]['split']('|');let _0x4bb0ca=0x0;while(!![]){switch(_0x30e302[_0x4bb0ca++]){case'0':_0x9b8e61['printResults']();continue;case'1':_0x420b8f[_0x5ace80(0x182)]=_testErrorData;continue;case'2':try{await TestHubHandler[_0x5ace80(0x18f)]();}catch(_0x3fc58d){logger[_0x5ace80(0x12a)](_0x5ace80(0x190)+util[_0x5ace80(0x124)](_0x3fc58d));}continue;case'3':testOpsHelper[_0x5ace80(0x10d)]();continue;case'4':PerformanceTester[_0x5ace80(0x18e)](PerformanceEvents[_0x5ace80(0x131)]);continue;case'5':utilities[_0x5ace80(0x146)](_0x420b8f);continue;}break;}});async function _0x2a4457(){const _0x48e95d=_0x1ba7f9;try{await _0x9b8e61[_0x48e95d(0x139)](),await _0x9b8e61[_0x48e95d(0x134)]();}finally{process[_0x48e95d(0x164)](_0x4f8211),await _0x9b8e61[_0x48e95d(0xf9)]();}}PerformanceTester['end'](PerformanceEvents[_0x1ba7f9(0x132)]),_0x571f1e[_0x1ba7f9(0x141)](_0x2a4457);}module[a2_0x48dc1a(0x145)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a3_0x45db55=a3_0x38cc;(function(_0x9f4bb5,_0x1d1ef0){const _0x3418fb=a3_0x38cc,_0x2e88ab=_0x9f4bb5();while(!![]){try{const _0x5d7c0a=-parseInt(_0x3418fb(0x13b))/0x1*(-parseInt(_0x3418fb(0x160))/0x2)+-parseInt(_0x3418fb(0x15a))/0x3+-parseInt(_0x3418fb(0x153))/0x4+-parseInt(_0x3418fb(0x159))/0x5*(parseInt(_0x3418fb(0x15f))/0x6)+-parseInt(_0x3418fb(0x16a))/0x7+-parseInt(_0x3418fb(0x17d))/0x8*(parseInt(_0x3418fb(0x13a))/0x9)+parseInt(_0x3418fb(0x151))/0xa;if(_0x5d7c0a===_0x1d1ef0)break;else _0x2e88ab['push'](_0x2e88ab['shift']());}catch(_0x2699d3){_0x2e88ab['push'](_0x2e88ab['shift']());}}}(a3_0xf8b5,0x2104f));function a3_0x38cc(_0x3f8043,_0xeadb74){const _0xf8b5c4=a3_0xf8b5();return a3_0x38cc=function(_0x38cce9,_0xe3ce66){_0x38cce9=_0x38cce9-0x138;let _0x491617=_0xf8b5c4[_0x38cce9];return _0x491617;},a3_0x38cc(_0x3f8043,_0xeadb74);}const {isUndefined,nestedKeyValue}=require(a3_0x45db55(0x17b)),logger=require('../../helpers/logger')[a3_0x45db55(0x180)],PlaywrightSessionDetails=require(a3_0x45db55(0x161)),{isAccessibilityAutomationSession}=require(a3_0x45db55(0x17e)),{getObservabilityLinkedProductName}=require(a3_0x45db55(0x170)),accessibilityHelper=require(a3_0x45db55(0x17e)),{isBrowserstackInfra}=require('../../helpers/helper'),getOSVersionFromCaps=_0x31994e=>{const _0x1d2bea=a3_0x45db55,_0x3fa25d={};_0x3fa25d['MYoZJ']=_0x1d2bea(0x166),_0x3fa25d[_0x1d2bea(0x176)]=_0x1d2bea(0x162),_0x3fa25d['nibjr']=_0x1d2bea(0x188),_0x3fa25d['atrMR']=_0x1d2bea(0x154),_0x3fa25d[_0x1d2bea(0x171)]=_0x1d2bea(0x14a);const _0x4e31c6=_0x3fa25d;if(!_0x31994e)return null;const _0x3e5f0f=_0x31994e[_0x4e31c6['MYoZJ']],_0x96f80d=[_0x4e31c6[_0x1d2bea(0x176)],_0x4e31c6[_0x1d2bea(0x14c)],_0x4e31c6[_0x1d2bea(0x147)],_0x4e31c6[_0x1d2bea(0x171)]];for(const _0xeb2c2a of _0x96f80d){if(_0x3e5f0f&&_0x3e5f0f[_0xeb2c2a])return _0x3e5f0f[_0xeb2c2a];else{if(_0x31994e[_0xeb2c2a])return _0x31994e[_0xeb2c2a];}}return null;};function a3_0xf8b5(){const _0x498d76=['osVersion','WebDriver','browser','\x20or\x20higher\x20','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','15nFBgBO','573033BRmKtO','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','bVjZV','mNCIl','parse','405780FSaGBk','2KzquJh','../../bin/playwright/sessionDetails','platformVersion','DttUM','string','isBrowserSupportedForAccessibility','bstack:options','getBrowserDisplayName','latest','YyYzi','376117VdOGGD','NMFPv','browserName','ONhjR','sKQBN','name','../../helpers/test-observability/utils','umZKa','ccTsS','sessionId','XXjyH','__cloud_provider___','EOcYr','wJQtm','processWebDriverConfig','lJVfz','nlbiq','../../helpers/helper','rLoiz','30552WagBrp','../../helpers/accessibility-automation/helper','cloudProvider','winstonLogger','gerHj','EXbjJ','\x20browser\x20version\x20','accessibilityPlatform','unknown_grid','constructor','desiredCapabilities','platform_version','CbJgF','caps','369qHIBbx','98377CCjczP','YSdPL','CfhGo','capabilities','platform','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','nwBBs','getDetails','yKNzz','browserstack_executor','includes','browserWSEndpoint','atrMR','warn','qGHEY','os_version','wLfoX','nibjr','BUCvQ','browser_version','UxMIu','fetchPlatformDetails','9032160wZRMcZ','browserVersion','1048540KuuwGV'];a3_0xf8b5=function(){return _0x498d76;};return a3_0xf8b5();}exports[a3_0x45db55(0x150)]=_0x245174=>{const _0x38ade1=a3_0x45db55,_0x2da58e={'rLoiz':_0x38ade1(0x185),'YyYzi':function(_0x379a1a,_0x18574b){return _0x379a1a===_0x18574b;},'DttUM':_0x38ade1(0x155),'ccTsS':function(_0x4f00d1,_0x1b0c2b){return _0x4f00d1(_0x1b0c2b);},'CbJgF':function(_0x775b14,_0x5c6231,_0x13c93c){return _0x775b14(_0x5c6231,_0x13c93c);},'NMFPv':'config','nwBBs':_0x38ade1(0x187),'ONhjR':function(_0x14413a,_0x321430){return _0x14413a(_0x321430);},'EXbjJ':function(_0x337dc0,_0x2fcc74){return _0x337dc0===_0x2fcc74;},'bVjZV':'Playwright','YSdPL':_0x38ade1(0x156),'lJVfz':_0x38ade1(0x146),'XXjyH':_0x38ade1(0x139),'gerHj':function(_0x15a5af,_0x3b24f3){return _0x15a5af(_0x3b24f3);}};if(!_0x245174)return null;let _0x1d90c1=global[_0x38ade1(0x175)]||_0x2da58e[_0x38ade1(0x17c)];if(_0x2da58e[_0x38ade1(0x169)](_0x245174[_0x38ade1(0x186)]['name'],_0x2da58e[_0x38ade1(0x163)])){const _0x3164a9=_0x245174[_0x38ade1(0x156)];if(!_0x3164a9)return null;const _0x44868e=_0x3164a9['capabilities'],_0x22413f=_0x2da58e[_0x38ade1(0x172)](getOSVersionFromCaps,_0x2da58e[_0x38ade1(0x138)](nestedKeyValue,_0x245174,[_0x2da58e[_0x38ade1(0x16b)],_0x2da58e[_0x38ade1(0x141)]]));return{[_0x1d90c1]:{'browser':_0x44868e['browserName'],'browser_version':_0x44868e[_0x38ade1(0x152)],'capabilities':_0x44868e,'platform':_0x44868e['platformName'],'platform_version':_0x44868e['platformVersion']||_0x22413f,'product':_0x2da58e[_0x38ade1(0x16d)](getObservabilityLinkedProductName,_0x44868e),'session_id':_0x3164a9[_0x38ade1(0x173)]}};}else{if(_0x2da58e[_0x38ade1(0x182)](_0x245174['constructor'][_0x38ade1(0x16f)],_0x2da58e[_0x38ade1(0x15c)])){const _0xb6a367=PlaywrightSessionDetails[_0x38ade1(0x142)]();_0x1d90c1=_0xb6a367[_0x38ade1(0x17f)]||_0x1d90c1;const _0x12e32e=_0x2da58e[_0x38ade1(0x138)](nestedKeyValue,_0x245174,[_0x2da58e['NMFPv'],_0x2da58e[_0x38ade1(0x13c)],_0x2da58e[_0x38ade1(0x179)]]),_0x34099e=_0x12e32e?JSON[_0x38ade1(0x15e)](new URL(_0x12e32e)['searchParams']['get'](_0x2da58e[_0x38ade1(0x174)])):{};return{[_0x1d90c1]:{'browser':_0xb6a367[_0x38ade1(0x156)]||_0x34099e[_0x38ade1(0x16c)],'browser_version':_0xb6a367['browser_version']||_0x34099e[_0x38ade1(0x14e)],'capabilities':_0x34099e,'platform':_0xb6a367[_0x38ade1(0x13f)],'platform_version':_0xb6a367['platform_version'],'product':_0x2da58e[_0x38ade1(0x181)](getObservabilityLinkedProductName,_0x34099e),'session_id':_0xb6a367['bsSessionId']}};}}},exports[a3_0x45db55(0x178)]=_0x4e9892=>{const _0x18e86b=a3_0x45db55,_0x151453={'BUCvQ':function(_0x21ac5f){return _0x21ac5f();},'mNCIl':_0x18e86b(0x15b),'nlbiq':function(_0x3bd824,_0x36562b){return _0x3bd824!==_0x36562b;},'UvcCL':_0x18e86b(0x168),'yKNzz':'on\x20non-BrowserStack\x20infrastructure\x20','UxMIu':function(_0x2fdcf3,_0xe090dc){return _0x2fdcf3(_0xe090dc);},'qGHEY':_0x18e86b(0x158)};if(_0x151453[_0x18e86b(0x14d)](isAccessibilityAutomationSession)){const _0x27548a=_0x4e9892[_0x18e86b(0x156)],_0x1deb45=_0x27548a[_0x18e86b(0x13e)];global[_0x18e86b(0x184)]=!![];!accessibilityHelper[_0x18e86b(0x165)](_0x1deb45[_0x18e86b(0x16c)])&&(logger['warn'](_0x151453[_0x18e86b(0x15d)]),global[_0x18e86b(0x184)]=![]);if(_0x151453[_0x18e86b(0x17a)](_0x1deb45[_0x18e86b(0x152)],_0x151453['UvcCL'])){const _0x120d70=_0x151453[_0x18e86b(0x14d)](isBrowserstackInfra),_0x15ed54=accessibilityHelper['getMinVersionForBrowser'](_0x1deb45[_0x18e86b(0x16c)],_0x120d70),_0x20d0b4=accessibilityHelper[_0x18e86b(0x167)](_0x1deb45[_0x18e86b(0x16c)]);if(!accessibilityHelper['isVersionSupported'](_0x1deb45[_0x18e86b(0x152)],_0x15ed54)){const _0x3e1b4b=_0x120d70?'':_0x151453[_0x18e86b(0x143)];logger['warn'](_0x18e86b(0x140)+_0x20d0b4+_0x18e86b(0x183)+_0x15ed54+_0x18e86b(0x157)+_0x3e1b4b+'.'),global[_0x18e86b(0x184)]=![];}}!_0x151453[_0x18e86b(0x14f)](isUndefined,_0x1deb45['deviceName'])&&(logger[_0x18e86b(0x148)](_0x151453[_0x18e86b(0x149)]),global[_0x18e86b(0x184)]=![]);}},exports['shouldPatchExecuteScript']=_0x4b333e=>{const _0x5c6733=a3_0x45db55,_0xad0524={};_0xad0524['CfhGo']=function(_0x5967b7,_0x494dfd){return _0x5967b7!==_0x494dfd;},_0xad0524[_0x5c6733(0x16e)]=_0x5c6733(0x164),_0xad0524[_0x5c6733(0x177)]=_0x5c6733(0x144),_0xad0524[_0x5c6733(0x14b)]='browserstack_accessibility_automation_script';const _0x2961c1=_0xad0524;if(!_0x4b333e)return![];else{if(_0x2961c1[_0x5c6733(0x13d)](typeof _0x4b333e,_0x2961c1[_0x5c6733(0x16e)]))return!![];}return!_0x4b333e[_0x5c6733(0x145)](_0x2961c1[_0x5c6733(0x177)])&&!_0x4b333e[_0x5c6733(0x145)](_0x2961c1['wLfoX']);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a4_0x2b0832=a4_0x3405;function a4_0x3405(_0x2541df,_0x1920e4){const _0x1eb2c4=a4_0x1eb2();return a4_0x3405=function(_0x340588,_0x51e386){_0x340588=_0x340588-0xf5;let _0x18a4e8=_0x1eb2c4[_0x340588];return _0x18a4e8;},a4_0x3405(_0x2541df,_0x1920e4);}function a4_0x1eb2(){const _0x4b56b4=['success','BmvUg','getHooksForTest','File\x20path\x20could\x20not\x20be\x20found','comment','tags','hook','IUskQ','../mocha/test-observability/mochaUtils','DGypI','now','tDLSl','../playwright/accessibility-helper','integrations','push','DptvH','qkIrB','config','gZyJt','qCIxx','WUEEP','ghwrb','BmDog','12JyJfpS','test','browserstack','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','oqrFM','find','KeIWw','JqXSs','findGitConfig','getHierarchy','keyword','O11yHelper','match','apply','STATE_FAILED','backtrace','Failed\x20to\x20parse\x20wsendpoint\x20','getFailureType','9gfAxis','failure','5051620FLryyf','WrViU','zcQFW','BrowserType','hook_run','rfhiS','iWkNV','getCBTInfo','mapTestHooks','dirname','XfCRQ','LogCreated','TestRunSkipped','bddSteps','_afterAll','HOOK_RUN_STARTED','hLtSd','inspect','TestRunStarted','jGyHW','LKNMB','initializeBddStep','shutdown','vKFwU','iCtGA','_beforeAll','testAnalyticsId','xIxoo','lib','TEST_RUN_FINISHED','connectOverCDP','zOYMi','hook_run_uuid','jzixJ','setupBrowserDetails','cziGc','./helper.js','ctx','body','sep','includes','LXAtc','name','987711NpgmlX','util','../../helpers/logger','skipped','test_run_uuid','bs:addLog:','connect','ByBOA','STATE_PASSED','OfGqS','groups','toISOString','uesmJ','status','then','currentTest','JZzOD','lKBdC','NEpHz','CODECEPT','_testEnv','resetSkipTestHooks','bddStepStart','toString','launch','err','IIYGM','PkvmB','wNAmS','TEST_REPORTING_ANALYTICS','failure_backtrace','driver','hvukr','61279jEGbay','patchConsoleLogger','file_name','failure_reason_expanded','xOqik','KVyRU','EPJfZ','../../helpers/testhub/utils.js','YdNIb','length','currentHook','uploadEventData','fgvjF','QnuSz','TRsgu','14128870RjsUTV','FFDXK','3253514fXvwxo','result','test_run','event_type','Qhytw','7309255ZryTRx','suites','wsEndpoint','QNXQJ','pending','cdfVg','file','TEST_RUN_SKIPPED','toLowerCase','zpAcq','KGlqL','getTime','prefixTestPath','zPZWK','GNsRR','started','WnZdI','bddStepFinish','location_prefix','hookAnalyticsId','elFYh','yxfOE','EEEmN','../../helpers/test-observability/constants','pid','__cloud_provider___','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','start','zPeoH','message','defineProperty','cywIQ','appendTestItemLog','../../helpers/test-observability/requestQueueHandler','HOOK_RUN_FINISHED','hook_type','failed','_afterEach','UqqoV','Playwright','parent','constructor','captureEvent','markedStatus','6gPGPck','.git','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','uuid','failureData','string','prototype','title','javascript','jBFLJ','getRootParentFile','OBJxV','jZYFV','stepAnalyticsId','getHookType','client','6vQUSSs','exports','startedAt','replace','YRTDU','concat','\x20with\x20error\x20:\x20','sendCBTInfo','CBTSessionCreated','UwtIU','_beforeEach','2518808EuawOu','retryOf','yHxBs','TestRunFinished','kPYkm','jNVun','finished_at','type','hooks','HZZbc','FcYnO','forEach','lDkPU','finished','passed','meta','getInstance','../utils/constants','enabled','removeAllListeners','frameworkName','EBPfY','split','neTFV','TEST_EVENTS','../../helpers/test-observability/sessionHandler','gbshy','_paths','HookRunFinished','debug','IDviF','BROWSERSTACK','aoCOO','Not\x20able\x20to\x20import\x20Browser','duration','LNIKy','FZDhV','browserType.js','toUpperCase','join','fullTitle','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','wRBfy','accessibilityPlatform'];a4_0x1eb2=function(){return _0x4b56b4;};return a4_0x1eb2();}(function(_0x1fd9ce,_0x3c7f45){const _0x57c46f=a4_0x3405,_0x3ef2a7=_0x1fd9ce();while(!![]){try{const _0x16c7bf=parseInt(_0x57c46f(0xf7))/0x1*(-parseInt(_0x57c46f(0x149))/0x2)+-parseInt(_0x57c46f(0x1d6))/0x3*(parseInt(_0x57c46f(0x197))/0x4)+parseInt(_0x57c46f(0x10d))/0x5*(parseInt(_0x57c46f(0x139))/0x6)+-parseInt(_0x57c46f(0x1ab))/0x7+parseInt(_0x57c46f(0x154))/0x8*(-parseInt(_0x57c46f(0x1a9))/0x9)+parseInt(_0x57c46f(0x106))/0xa+parseInt(_0x57c46f(0x108))/0xb;if(_0x16c7bf===_0x3c7f45)break;else _0x3ef2a7['push'](_0x3ef2a7['shift']());}catch(_0x3ace84){_0x3ef2a7['push'](_0x3ef2a7['shift']());}}}(a4_0x1eb2,0xeaf95));const path=require('path'),fs=require('fs'),{v4:uuidv4}=require(a4_0x2b0832(0x13c)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require('../../helpers/helper'),testOpsHelper=require('../../helpers/test-observability/utils'),{getTestEnv}=require(a4_0x2b0832(0x188)),{FRAMEWORKS}=require(a4_0x2b0832(0x124)),logger=require(a4_0x2b0832(0x1d8))['winstonLogger'],SessionHandler=require(a4_0x2b0832(0x16d)),RequestQueueHandler=require(a4_0x2b0832(0x12e)),PlaywrightSessionDetails=require('../playwright/sessionDetails'),debug=testOpsHelper[a4_0x2b0832(0x171)],{processAccessibilityCaps}=require(a4_0x2b0832(0x18c)),Constants=require(a4_0x2b0832(0x165)),{fetchPlatformDetails}=require(a4_0x2b0832(0x1cf)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x2b0832(0xfe)),constants=require(a4_0x2b0832(0x165)),STATE_PASSED=a4_0x2b0832(0x162),STATE_FAILED=a4_0x2b0832(0x131),a4_0x653b7={};a4_0x653b7['TEST_RUN_STARTED']=a4_0x2b0832(0x1bd),a4_0x653b7[a4_0x2b0832(0x1c8)]=a4_0x2b0832(0x157),a4_0x653b7[a4_0x2b0832(0x114)]=a4_0x2b0832(0x1b7),a4_0x653b7[a4_0x2b0832(0x1ba)]='HookRunStarted',a4_0x653b7[a4_0x2b0832(0x12f)]=a4_0x2b0832(0x170);const TEST_EVENTS=a4_0x653b7,parseEvent=_0x496802=>{const _0x5e170d=a4_0x2b0832,_0x546ab3={};_0x546ab3[_0x5e170d(0x117)]=function(_0x39b718,_0xfe3b31){return _0x39b718<_0xfe3b31;},_0x546ab3[_0x5e170d(0x1e6)]=function(_0x312b8c,_0x32a808){return _0x312b8c===_0x32a808;},_0x546ab3[_0x5e170d(0x174)]=_0x5e170d(0x198),_0x546ab3[_0x5e170d(0x16e)]=_0x5e170d(0x186),_0x546ab3[_0x5e170d(0x14d)]=_0x5e170d(0x1d9),_0x546ab3[_0x5e170d(0x145)]=function(_0x13105c,_0x12756b){return _0x13105c===_0x12756b;},_0x546ab3[_0x5e170d(0x18f)]=_0x5e170d(0x11c),_0x546ab3['KeIWw']=function(_0x27159a,_0x589f67){return _0x27159a===_0x589f67;},_0x546ab3[_0x5e170d(0x190)]=_0x5e170d(0x161);const _0x14912a=_0x546ab3,_0x24ca24=_0x496802[_0x5e170d(0x1a3)](/^(.*)Run(.*)$/);if(!_0x24ca24)return null;if(_0x14912a[_0x5e170d(0x117)](_0x24ca24[_0x5e170d(0x100)],0x3))return null;const _0x20b437=_0x24ca24[0x1]['toLowerCase'](),_0x3cf81a=_0x24ca24[0x2][_0x5e170d(0x115)]();return{'test':_0x14912a[_0x5e170d(0x1e6)](_0x20b437,_0x14912a[_0x5e170d(0x174)]),'hook':_0x14912a[_0x5e170d(0x1e6)](_0x20b437,_0x14912a[_0x5e170d(0x16e)]),'skipped':_0x14912a[_0x5e170d(0x1e6)](_0x3cf81a,_0x14912a[_0x5e170d(0x14d)]),'started':_0x14912a[_0x5e170d(0x145)](_0x3cf81a,_0x14912a['DptvH']),'finished':_0x14912a[_0x5e170d(0x19d)](_0x3cf81a,_0x14912a[_0x5e170d(0x190)])};},mockPWBrowserType=_0x597a2a=>{const _0xa927a6=a4_0x2b0832,_0x2d5c1a={'kPYkm':function(_0x4c110e,_0x499ffb){return _0x4c110e===_0x499ffb;},'XfCRQ':_0xa927a6(0x13e),'OBJxV':function(_0x14d3c5,_0x13ae03,_0x628517){return _0x14d3c5(_0x13ae03,_0x628517);},'QNXQJ':_0xa927a6(0x10f),'IDviF':function(_0x4416ae,_0x51e89a){return _0x4416ae(_0x51e89a);},'UwtIU':_0xa927a6(0x199),'zPZWK':_0xa927a6(0x1c7),'NmpWk':_0xa927a6(0x148),'WnZdI':_0xa927a6(0x179),'oqrFM':_0xa927a6(0x175),'SYqol':_0xa927a6(0x1dc),'FkdnR':_0xa927a6(0x1ee)},_0x4fbc75=path['join'](_0x2d5c1a[_0xa927a6(0x11a)],_0x2d5c1a['NmpWk'],_0x2d5c1a[_0xa927a6(0x11d)]),_0x5950b5=_0x2d5c1a[_0xa927a6(0x172)](importFileFromPWCore,_0x4fbc75);if(!_0x5950b5){_0x2d5c1a[_0xa927a6(0x172)](debug,_0x2d5c1a[_0xa927a6(0x19b)]);return;}const _0x4d7334=_0x5950b5[_0xa927a6(0x1ae)],_0x12bd9e=_0x4d7334[_0xa927a6(0x13f)];if(_0x12bd9e['obsBrowserTypeMockApplied'])return;const _0x4f45c0=_0x12bd9e['connect'];Object[_0xa927a6(0x12b)](_0x12bd9e,_0x2d5c1a['SYqol'],{'get':function(){const _0x50c87c=_0xa927a6,_0x31ab26={'lDkPU':function(_0x41a820,_0x32d0ec){const _0x25e7c8=a4_0x3405;return _0x2d5c1a[_0x25e7c8(0x158)](_0x41a820,_0x32d0ec);},'rfhiS':_0x2d5c1a[_0x50c87c(0x1b5)],'lKBdC':function(_0x430f62,_0x471e81,_0x3b2282){const _0x2522dd=_0x50c87c;return _0x2d5c1a[_0x2522dd(0x144)](_0x430f62,_0x471e81,_0x3b2282);},'FcYnO':_0x2d5c1a[_0x50c87c(0x110)],'ghwrb':function(_0x41c34a,_0x47e5f6){const _0x38ed1d=_0x50c87c;return _0x2d5c1a[_0x38ed1d(0x172)](_0x41c34a,_0x47e5f6);},'EXKFu':_0x2d5c1a[_0x50c87c(0x152)]};return async function _0x4293d2(_0x168050,_0x33e99c){const _0xf9098=_0x50c87c,_0x17dc13={'EBPfY':function(_0x5b039c,_0x1056d0){const _0x7eee53=a4_0x3405;return _0x31ab26[_0x7eee53(0x160)](_0x5b039c,_0x1056d0);},'IUskQ':_0x31ab26[_0xf9098(0x1b0)]},_0xadeaa1=_0x31ab26[_0xf9098(0x1e7)](nestedKeyValue,_0x168050,[_0x31ab26[_0xf9098(0x15e)]])||_0x168050;let _0x57879a=null,_0x1e0dcb=null;try{[_0x1e0dcb,_0x57879a]=_0xadeaa1?_0x31ab26[_0xf9098(0x195)](parseWSEndpoint,_0xadeaa1):[null,null],global['__platformCaps']=_0x57879a,logger[_0xf9098(0x171)](_0xf9098(0x127)+_0x1e0dcb),_0x1e0dcb['includes'](Constants[_0xf9098(0x173)])&&(global[_0xf9098(0x126)]=_0x31ab26['EXKFu']);}catch(_0x523d75){logger[_0xf9098(0x171)](_0xf9098(0x1a7)+_0xadeaa1+'\x20'+_0x523d75);}_0x31ab26[_0xf9098(0x1e7)](processAccessibilityCaps,_0x57879a,_0x1e0dcb);if(global[_0xf9098(0x17f)]){const _0x3d3e83=await _0x12bd9e[_0xf9098(0x1c9)][_0xf9098(0x1a4)](this,[''+Constants['PLAYWRIGHT_HUB_URL']+_0x31ab26[_0xf9098(0x195)](encodeURIComponent,JSON['stringify'](_0x57879a))]);return PlaywrightSessionDetails[_0xf9098(0x1cd)](_0x3d3e83,_0x597a2a,_0xadeaa1),_0x3d3e83;}return _0x4f45c0[_0xf9098(0x1a4)](this,arguments)['then'](_0x2862c8=>{const _0x61cf0b=_0xf9098;let _0x4cb1ce=_0x168050['wsEndpoint'];return _0x17dc13[_0x61cf0b(0x169)](typeof _0x168050,_0x17dc13[_0x61cf0b(0x187)])&&(_0x4cb1ce=_0x168050),PlaywrightSessionDetails[_0x61cf0b(0x1cd)](_0x2862c8,_0x597a2a,_0x4cb1ce),_0x2862c8;});};}});const _0x6fe526=_0x12bd9e[_0xa927a6(0x1ee)];Object[_0xa927a6(0x12b)](_0x12bd9e,_0x2d5c1a['FkdnR'],{'get':function(){return async function _0x3ab147(){const _0x20f3ed=a4_0x3405;return _0x6fe526[_0x20f3ed(0x1a4)](this,arguments)[_0x20f3ed(0x1e4)](_0x369323=>{return PlaywrightSessionDetails['setupBrowserDetails'](_0x369323,null),_0x369323;});};}});};class O11yHelper{[a4_0x2b0832(0x1e5)]=null;[a4_0x2b0832(0x101)]=null;[a4_0x2b0832(0x166)]=![];[a4_0x2b0832(0x168)]=![];constructor(_0x7c6d06,_0x27a9ec){const _0x2eb138=a4_0x2b0832,_0x2b9e26={'LKNMB':'2|3|1|5|0|4','gZyJt':function(_0x22f92a){return _0x22f92a();},'elFYh':function(_0xc64b88,_0x5c1d36){return _0xc64b88===_0x5c1d36;},'fgvjF':_0x2eb138(0x134),'jNVun':function(_0x1cae76,_0x545b4d){return _0x1cae76(_0x545b4d);}},_0x322a60=_0x2b9e26[_0x2eb138(0x1bf)][_0x2eb138(0x16a)]('|');let _0x5203e3=0x0;while(!![]){switch(_0x322a60[_0x5203e3++]){case'0':this['_paths']=new testOpsHelper['PathHelper']({'cwd':process['cwd']()},this[_0x2eb138(0x1ea)][_0x2eb138(0x11f)]);continue;case'1':this[_0x2eb138(0xf5)]=_0x7c6d06;continue;case'2':this[_0x2eb138(0x166)]=_0x2b9e26['gZyJt'](shouldProcessEventForTesthub);continue;case'3':this[_0x2eb138(0x168)]=_0x27a9ec[_0x2eb138(0x168)];continue;case'4':this[_0x2eb138(0xf5)]&&_0x2b9e26[_0x2eb138(0x121)](this['driver'][_0x2eb138(0x136)]['name'],_0x2b9e26[_0x2eb138(0x103)])&&_0x2b9e26[_0x2eb138(0x159)](mockPWBrowserType,null);continue;case'5':this[_0x2eb138(0x1ea)]=_0x2b9e26[_0x2eb138(0x192)](getTestEnv);continue;}break;}}[a4_0x2b0832(0x128)](){const _0x225bc2=a4_0x2b0832;if(!this[_0x225bc2(0x166)])return;testOpsHelper[_0x225bc2(0xf8)](),process[_0x225bc2(0x167)](_0x225bc2(0x1db)+process['pid']),process['on']('bs:addLog:'+process[_0x225bc2(0x125)],this[_0x225bc2(0x12d)]['bind'](this));}async['stop'](){const _0xf7922b=a4_0x2b0832;await RequestQueueHandler[_0xf7922b(0x164)]()[_0xf7922b(0x1c1)]();}async[a4_0x2b0832(0x12d)](_0x43de25){const _0x17a9d0=a4_0x2b0832,_0x2412f9={'EGzAq':_0x17a9d0(0x1b6),'jBFLJ':function(_0x491324,_0x46b085){return _0x491324(_0x46b085);}};try{this[_0x17a9d0(0x101)]&&!this[_0x17a9d0(0x101)]['markedStatus']&&(_0x43de25[_0x17a9d0(0x1cb)]=this[_0x17a9d0(0x101)][_0x17a9d0(0x120)]);!_0x43de25['hook_run_uuid']&&this[_0x17a9d0(0x1e5)]&&!this[_0x17a9d0(0x1e5)][_0x17a9d0(0x138)]&&(_0x43de25[_0x17a9d0(0x1da)]=this['currentTest'][_0x17a9d0(0x1c5)]);if(_0x43de25[_0x17a9d0(0x1cb)]||_0x43de25['test_run_uuid']){const _0x4b7e85={};_0x4b7e85[_0x17a9d0(0x10b)]=_0x2412f9['EGzAq'],_0x4b7e85['logs']=[_0x43de25],await SessionHandler['uploadEventData'](_0x4b7e85);}}catch(_0x4ec4ff){_0x2412f9[_0x17a9d0(0x142)](debug,_0x17a9d0(0x19a)+constants[_0x17a9d0(0x1f3)]+'\x20with\x20error\x20:\x20'+_0x4ec4ff);}}async[a4_0x2b0832(0x150)](_0xc1c9d1){const _0x3ca677=a4_0x2b0832,_0x4ddd36={'GNsRR':_0x3ca677(0x151),'zcQFW':function(_0x22c211,_0x4e1a7c){return _0x22c211(_0x4e1a7c);}};if(!this[_0x3ca677(0x166)])return;const _0x3d502d=this[_0x3ca677(0x1b2)](this[_0x3ca677(0xf5)]);try{const _0x292211={};_0x292211[_0x3ca677(0x13c)]=_0xc1c9d1,_0x292211[_0x3ca677(0x18d)]=_0x3d502d;const _0x10691c=_0x292211,_0x2dbb1c={};_0x2dbb1c[_0x3ca677(0x10b)]=_0x4ddd36[_0x3ca677(0x11b)],_0x2dbb1c[_0x3ca677(0x10a)]=_0x10691c,await SessionHandler['uploadEventData'](_0x2dbb1c);}catch(_0x6367b9){_0x4ddd36[_0x3ca677(0x1ad)](debug,_0x3ca677(0x13b)+constants['TEST_REPORTING_ANALYTICS']+_0x3ca677(0x14f)+_0x6367b9);}}[a4_0x2b0832(0x1b2)](_0x384ed1){const _0xdc8eed=a4_0x2b0832,_0x44a7b2={'jzixJ':function(_0x116084,_0x1b8c38){return _0x116084(_0x1b8c38);}};return _0x44a7b2[_0xdc8eed(0x1cc)](fetchPlatformDetails,_0x384ed1);}[a4_0x2b0832(0x1eb)]=_0x2a6751=>{const _0x3ec34b=a4_0x2b0832,_0x1789a8={};_0x1789a8['LXAtc']=_0x3ec34b(0x153),_0x1789a8[_0x3ec34b(0x123)]=_0x3ec34b(0x132);const _0x99c92=_0x1789a8;if(!_0x2a6751||!_0x2a6751['parent'])return;[_0x99c92[_0x3ec34b(0x1d4)],_0x99c92['EEEmN']][_0x3ec34b(0x15f)](_0xe02d2a=>{const _0x560ffc=_0x3ec34b,_0x1fe422=_0x2a6751[_0x560ffc(0x135)][_0xe02d2a];_0x1fe422[_0x560ffc(0x15f)](_0x3ac23e=>{const _0x302d3d=_0x560ffc;_0x3ac23e[_0x302d3d(0x120)]&&(_0x3ac23e['hookAnalyticsId']=null);});});};[a4_0x2b0832(0x1b3)](_0x5ca697){const _0x18640c=a4_0x2b0832,_0x5492ff={'LNIKy':'codeceptjs','jGyHW':function(_0x3d34d5){return _0x3d34d5();},'HZZbc':function(_0x24368f,_0x4032ec){return _0x24368f===_0x4032ec;},'hvukr':_0x18640c(0x132),'ByBOA':'_beforeAll','qCIxx':_0x18640c(0x1b9),'PkvmB':_0x18640c(0x153)};if(!_0x5ca697||!_0x5ca697['parent'])return;[_0x5492ff[_0x18640c(0x1dd)],_0x5492ff[_0x18640c(0x193)],_0x5492ff[_0x18640c(0x1f1)],_0x5492ff[_0x18640c(0xf6)]][_0x18640c(0x15f)](_0x1389c3=>{const _0x498585=_0x18640c,_0x419cff=_0x5ca697['parent'][_0x1389c3]||[];_0x419cff[_0x498585(0x15f)](_0x121040=>{const _0x48d9e1=_0x498585;if(_0x121040[_0x48d9e1(0x140)]['includes'](_0x5492ff[_0x48d9e1(0x177)]))return;if(!_0x121040[_0x48d9e1(0x120)])_0x121040[_0x48d9e1(0x120)]=_0x5492ff[_0x48d9e1(0x1be)](uuidv4);else _0x121040['markedStatus']&&_0x5492ff[_0x48d9e1(0x15d)](_0x1389c3,_0x5492ff[_0x48d9e1(0xf6)])&&(_0x121040[_0x48d9e1(0x120)]=_0x5492ff[_0x48d9e1(0x1be)](uuidv4),delete _0x121040[_0x48d9e1(0x138)]);});}),this[_0x18640c(0x1b3)](_0x5ca697[_0x18640c(0x135)]);}['getHooksForTest'](_0x4c5848){const _0x2611e9=a4_0x2b0832,_0x59bccb={};_0x59bccb[_0x2611e9(0x1e2)]=_0x2611e9(0x1c4),_0x59bccb['vKFwU']=_0x2611e9(0x1b9),_0x59bccb[_0x2611e9(0x1ac)]='_beforeEach',_0x59bccb[_0x2611e9(0x189)]='_afterEach';const _0x36902b=_0x59bccb;if(!_0x4c5848||!_0x4c5848[_0x2611e9(0x135)])return[];const _0x333431=[];return[_0x36902b['uesmJ'],_0x36902b[_0x2611e9(0x1c2)],_0x36902b['WrViU'],_0x36902b[_0x2611e9(0x189)]][_0x2611e9(0x15f)](_0x5ba44e=>{const _0x582768=_0x2611e9,_0x147a47=_0x4c5848[_0x582768(0x135)][_0x5ba44e]||[];_0x147a47[_0x582768(0x15f)](_0x1c7cc4=>{const _0x26cef1=_0x582768;_0x1c7cc4[_0x26cef1(0x120)]&&_0x333431[_0x26cef1(0x18e)](_0x1c7cc4['hookAnalyticsId']);});}),[][_0x2611e9(0x14e)](_0x333431,this[_0x2611e9(0x182)](_0x4c5848[_0x2611e9(0x135)]));}[a4_0x2b0832(0x147)](_0x2b8c4f){const _0x3cca27=a4_0x2b0832,_0x5a4e36=/^"(?<hook>.*)" hook:.*$/,_0xbb148a=_0x2b8c4f[_0x3cca27(0x140)],_0x525a05=_0xbb148a[_0x3cca27(0x1a3)](_0x5a4e36);if(_0x525a05&&_0x525a05['groups'])return _0x525a05[_0x3cca27(0x1e0)][_0x3cca27(0x186)][_0x3cca27(0x17a)]()[_0x3cca27(0x14c)]('\x20','_');return null;}[a4_0x2b0832(0x19f)](_0x2baf2a){const _0x1aad2a=a4_0x2b0832,_0x1ce81d={};_0x1ce81d['FFDXK']=function(_0x21ac1e,_0x2b4564){return _0x21ac1e===_0x2b4564;},_0x1ce81d[_0x1aad2a(0x181)]=function(_0x48c5b8,_0x5a2d6e){return _0x48c5b8===_0x5a2d6e;},_0x1ce81d[_0x1aad2a(0x16b)]=_0x1aad2a(0x13a),_0x1ce81d[_0x1aad2a(0x129)]=_0x1aad2a(0x191);const _0x5beaa1=_0x1ce81d,_0x555d00=path[_0x1aad2a(0x1d2)];if(_0x5beaa1[_0x1aad2a(0x107)](_0x2baf2a,null)||_0x5beaa1['FFDXK'](_0x2baf2a,'')||_0x5beaa1[_0x1aad2a(0x181)](_0x2baf2a,_0x555d00)||_0x5beaa1[_0x1aad2a(0x107)](_0x2baf2a,path[_0x1aad2a(0x1b4)](_0x2baf2a)))return null;try{return fs['statSync'](path[_0x1aad2a(0x17b)](_0x2baf2a,_0x5beaa1[_0x1aad2a(0x16b)],_0x5beaa1['zPeoH'])),_0x2baf2a;}catch(_0x6ddf2d){const _0x10608d=path[_0x1aad2a(0x1b4)](_0x2baf2a);return this['findGitConfig'](_0x10608d);}}[a4_0x2b0832(0x143)](_0x3a4418){const _0x3b238c=a4_0x2b0832,_0x39374c={};_0x39374c[_0x3b238c(0x18b)]=function(_0x494c33,_0x49698a){return _0x494c33>_0x49698a;};const _0x45913f=_0x39374c;if(_0x3a4418['file'])return _0x3a4418[_0x3b238c(0x113)];if(_0x3a4418['ctx']){const _0x21717e=_0x3a4418[_0x3b238c(0x1d0)][_0x3b238c(0x1e5)]?this[_0x3b238c(0x143)](_0x3a4418[_0x3b238c(0x1d0)]['currentTest']):null;if(_0x21717e)return _0x21717e;}if(_0x3a4418[_0x3b238c(0x135)]){const _0x366f0d=this['getRootParentFile'](_0x3a4418[_0x3b238c(0x135)])||(_0x3a4418['parent'][_0x3b238c(0x1d0)]&&_0x3a4418[_0x3b238c(0x135)][_0x3b238c(0x1d0)]['currentTest']?this['getRootParentFile'](_0x3a4418[_0x3b238c(0x135)]['ctx'][_0x3b238c(0x1e5)]):null);if(_0x366f0d)return _0x366f0d;_0x3a4418[_0x3b238c(0x135)]['suites']&&_0x45913f[_0x3b238c(0x18b)](_0x3a4418[_0x3b238c(0x135)]['suites'][_0x3b238c(0x100)],0x0)&&_0x3a4418[_0x3b238c(0x135)][_0x3b238c(0x10e)]['forEach'](_0x13379d=>{const _0x5a997d=_0x3b238c,_0x3081af=_0x13379d[_0x5a997d(0x1d0)]?this[_0x5a997d(0x143)](_0x13379d[_0x5a997d(0x1d0)]):null;if(_0x3081af)return _0x3081af;});}return null;}[a4_0x2b0832(0x1a0)](_0x3b5904){const _0xf94734=a4_0x2b0832,_0x12f52b={};_0x12f52b[_0xf94734(0x178)]=function(_0x252681,_0x5c117c){return _0x252681!==_0x5c117c;};const _0x467e83=_0x12f52b,_0x550e6b=[];if(_0x3b5904&&_0x3b5904['parent']){let _0x2bf17e=_0x3b5904[_0xf94734(0x135)];while(_0x2bf17e&&_0x467e83[_0xf94734(0x178)](_0x2bf17e['title'],'')){_0x550e6b[_0xf94734(0x18e)](_0x2bf17e[_0xf94734(0x140)]),_0x2bf17e=_0x2bf17e['parent'];}}return _0x550e6b;}[a4_0x2b0832(0x137)](_0x1db909,_0x4db6ae,_0x3b1e6d=undefined){const _0x14b663=a4_0x2b0832,_0x4832ef={'cziGc':function(_0x31eded,_0x377292){return _0x31eded(_0x377292);},'wRBfy':function(_0x211ae0){return _0x211ae0();},'WISUN':function(_0xc902a7){return _0xc902a7();},'yHxBs':function(_0x441515){return _0x441515();},'EPJfZ':_0x14b663(0x1d7),'iCtGA':_0x14b663(0x1ef),'TRsgu':function(_0x3d5dae,_0x113580){return _0x3d5dae!==_0x113580;},'QnuSz':function(_0x448339,_0x2d46be){return _0x448339!==_0x2d46be;},'yxfOE':_0x14b663(0x183),'cywIQ':'pending','KVyRU':_0x14b663(0x131),'zOYMi':_0x14b663(0x162),'IIYGM':_0x14b663(0x1d9),'eaEST':_0x14b663(0x141),'wNAmS':function(_0x537f8e,_0x18e59f){return _0x537f8e-_0x18e59f;},'iWkNV':function(_0x516157,_0x4563e4,_0x53268b,_0xe84d9f,_0x3192a5){return _0x516157(_0x4563e4,_0x53268b,_0xe84d9f,_0x3192a5);},'NEpHz':_0x14b663(0x18d),'fdmYS':_0x14b663(0x163),'UqqoV':_0x14b663(0x1aa),'cdfVg':_0x14b663(0x1f4),'zpAcq':_0x14b663(0x1a6),'xIxoo':_0x14b663(0xfa),'JqXSs':'expanded','RXdMv':function(_0x161a95,_0x2c816b){return _0x161a95===_0x2c816b;},'BmDog':_0x14b663(0x1af),'xOqik':_0x14b663(0x10a)};if(!this[_0x14b663(0x166)])return;try{if(_0x4db6ae['fn']&&_0x4db6ae['fn'][_0x14b663(0x1ed)]()[_0x14b663(0x1a3)](/browserstack internal helper hook/))return;const _0x5ca5e7=_0x4832ef[_0x14b663(0x1ce)](parseEvent,_0x1db909);if(!_0x5ca5e7)return;if(_0x5ca5e7['test']){this[_0x14b663(0x1e5)]=_0x4db6ae,this[_0x14b663(0x101)]=null;if(_0x5ca5e7['started']||_0x5ca5e7[_0x14b663(0x1d9)]){_0x4db6ae['startedAt']=new Date(),_0x4db6ae[_0x14b663(0x138)]=![];if(!_0x4db6ae[_0x14b663(0x1c5)])_0x4db6ae['testAnalyticsId']=_0x4832ef[_0x14b663(0x17e)](uuidv4);else _0x4db6ae[_0x14b663(0x138)]&&(!_0x4db6ae[_0x14b663(0x155)]&&(_0x4db6ae[_0x14b663(0x155)]=_0x4db6ae['testAnalyticsId']),_0x4db6ae[_0x14b663(0x1c5)]=_0x4832ef['WISUN'](uuidv4));}}else{if(_0x5ca5e7[_0x14b663(0x186)]){this[_0x14b663(0x101)]=_0x4db6ae;if(_0x5ca5e7['started']){_0x4db6ae[_0x14b663(0x14b)]=new Date(),_0x4db6ae[_0x14b663(0x138)]=![];if(!_0x4db6ae[_0x14b663(0x120)])_0x4db6ae[_0x14b663(0x120)]=_0x4832ef[_0x14b663(0x156)](uuidv4);else _0x4db6ae[_0x14b663(0x120)]&&_0x4db6ae[_0x14b663(0x138)]&&(_0x4db6ae['hookAnalyticsId']=_0x4832ef[_0x14b663(0x17e)](uuidv4));}}}if(_0x5ca5e7[_0x14b663(0x161)]&&_0x4db6ae[_0x14b663(0x138)])return;let _0x2413b6;try{_0x2413b6=this[_0x14b663(0x143)](_0x4db6ae);}catch(_0x2aae3b){logger[_0x14b663(0x171)]('failed\x20to\x20get\x20root\x20parent\x20file\x20'+_0x2aae3b),_0x2413b6=null;}const _0x4e572d=_0x4832ef[_0x14b663(0x1ce)](require,_0x4832ef[_0x14b663(0xfd)]);let _0x469cc3=[];_0x3b1e6d&&(_0x469cc3=[_0x3b1e6d,_0x4832ef[_0x14b663(0x1c3)]]);const _0x1a6605=_0x4832ef[_0x14b663(0x105)](_0x4db6ae['errorsDetailed'],undefined)?_0x4e572d[_0x14b663(0x1bc)](_0x4db6ae['errorsDetailed'][0x0]):_0x4832ef[_0x14b663(0x104)](_0x3b1e6d,undefined)?_0x3b1e6d[_0x14b663(0x1ed)]():undefined,_0x4d4687=_0x2413b6?this[_0x14b663(0x19f)](_0x2413b6):null,_0x488c78=_0x2413b6?this[_0x14b663(0x16f)][_0x14b663(0x119)](this[_0x14b663(0x143)](_0x4db6ae)):_0x4832ef[_0x14b663(0x122)];let _0x212c9f=_0x4832ef[_0x14b663(0x12c)];const _0x43c53a=!_0x5ca5e7['started']?new Date()[_0x14b663(0x1e1)]():null;if(_0x5ca5e7['finished'])_0x212c9f=_0x3b1e6d?_0x4832ef[_0x14b663(0xfc)]:_0x4832ef[_0x14b663(0x1ca)],_0x4db6ae['markedStatus']=!![];else _0x5ca5e7[_0x14b663(0x1d9)]&&(_0x212c9f=_0x4832ef[_0x14b663(0x1f0)],_0x4db6ae[_0x14b663(0x138)]=!![]);const _0x55ff8d={'framework':this[_0x14b663(0x168)],'uuid':_0x4db6ae[_0x14b663(0x1c5)]||_0x4db6ae[_0x14b663(0x120)],'name':_0x4db6ae[_0x14b663(0x140)],'body':{'lang':_0x4832ef['eaEST'],'code':_0x4db6ae[_0x14b663(0x1d1)]['toString']()},'type':_0x4db6ae[_0x14b663(0x15b)],'scope':_0x4db6ae['fullTitle'](),'scopes':this[_0x14b663(0x1a0)](_0x4db6ae),'file_name':_0x488c78,'vc_filepath':_0x4d4687?path['relative'](_0x4d4687,_0x2413b6):null,'location':_0x488c78,'result':_0x212c9f,'failure_reason':_0x1a6605,'duration_in_ms':_0x4db6ae[_0x14b663(0x176)]||(_0x5ca5e7[_0x14b663(0x161)]||_0x5ca5e7[_0x14b663(0x1d9)])?_0x4832ef[_0x14b663(0x1f2)](Date[_0x14b663(0x18a)](),new Date(_0x4db6ae[_0x14b663(0x14b)])['getTime']()):null,'started_at':new Date(_0x4db6ae[_0x14b663(0x14b)])[_0x14b663(0x1e1)](),'finished_at':_0x43c53a,'failure':testOpsHelper[_0x14b663(0x13d)][_0x14b663(0x1a4)](null,_0x469cc3),'failure_type':!_0x1a6605?null:testOpsHelper[_0x14b663(0x1a8)](_0x1a6605),'retry_of':_0x4db6ae[_0x14b663(0x155)]||null,'tags':_0x4db6ae[_0x14b663(0x185)]||[],'customRerunParam':{'rerun_name':_0x4db6ae[_0x14b663(0x17c)]()}};_0x4832ef[_0x14b663(0x1b1)](appendTesthubParams,_0x55ff8d,_0x1db909,_0x4db6ae,FRAMEWORKS[_0x14b663(0x1e9)]);if(_0x5ca5e7[_0x14b663(0x186)])[_0x55ff8d[_0x14b663(0x130)],_0x55ff8d[_0x14b663(0x1d5)]]=[this[_0x14b663(0x147)](_0x4db6ae),_0x4db6ae[_0x14b663(0x1d0)][_0x14b663(0x198)][_0x14b663(0x140)]],_0x5ca5e7['finished']?_0x4832ef[_0x14b663(0x104)](_0x55ff8d[_0x14b663(0x109)],_0x4832ef[_0x14b663(0xfc)])&&(_0x55ff8d[_0x14b663(0x109)]=_0x4832ef[_0x14b663(0x1ca)]):_0x55ff8d['body']={};else _0x5ca5e7['test']&&(this['mapTestHooks'](_0x4db6ae),_0x5ca5e7[_0x14b663(0x1d9)]&&this[_0x14b663(0x1eb)](_0x4db6ae),(_0x5ca5e7['finished']||_0x5ca5e7[_0x14b663(0x1d9)])&&(_0x55ff8d[_0x14b663(0x15c)]=this[_0x14b663(0x182)](_0x4db6ae)));this[_0x14b663(0xf5)]&&(_0x5ca5e7['started']||_0x5ca5e7[_0x14b663(0x1d9)])&&(_0x55ff8d[_0x4832ef[_0x14b663(0x1e8)]]=this['getCBTInfo'](this[_0x14b663(0xf5)]));_0x5ca5e7[_0x14b663(0x198)]&&_0x5ca5e7['finished']&&_0x4db6ae[_0x14b663(0x1b8)]&&(_0x55ff8d[_0x4832ef['fdmYS']]={'feature':{'name':_0x4db6ae[_0x14b663(0x135)]['feature']['name'],'path':_0x55ff8d[_0x14b663(0xf9)],'description':_0x4db6ae[_0x14b663(0x135)][_0x14b663(0x184)]},'scenario':{'name':_0x4db6ae[_0x14b663(0x140)]},'steps':_0x4db6ae[_0x14b663(0x1b8)]});const _0x39c032=_0x55ff8d[_0x4832ef[_0x14b663(0x133)]][0x0];_0x39c032&&(_0x55ff8d[_0x4832ef[_0x14b663(0x112)]]=_0x39c032[_0x4832ef[_0x14b663(0x116)]],_0x55ff8d[_0x4832ef[_0x14b663(0x1c6)]]=_0x39c032[_0x4832ef[_0x14b663(0x19e)]]);if(_0x4db6ae[_0x14b663(0x1b8)])for(const _0x2f92d5 of _0x4db6ae[_0x14b663(0x1b8)]){!_0x2f92d5['finished_at']&&(_0x2f92d5[_0x14b663(0x15a)]=new Date()[_0x14b663(0x1e1)](),_0x4832ef['RXdMv'](_0x2f92d5[_0x14b663(0x109)],_0x4832ef[_0x14b663(0x12c)])&&(_0x39c032?(_0x2f92d5[_0x14b663(0x109)]=_0x4832ef[_0x14b663(0xfc)],_0x2f92d5[_0x14b663(0x1aa)]=_0x39c032[_0x4832ef['zpAcq']][0x0]):_0x2f92d5[_0x14b663(0x109)]=_0x4832ef[_0x14b663(0x1ca)]));}const _0x284102={};_0x284102['event_type']=_0x5ca5e7[_0x14b663(0x1d9)]?TEST_EVENTS[_0x14b663(0x1c8)]:_0x1db909;const _0x41b8dc=_0x284102;return _0x5ca5e7[_0x14b663(0x186)]?_0x41b8dc[_0x4832ef[_0x14b663(0x196)]]=_0x55ff8d:_0x41b8dc[_0x4832ef[_0x14b663(0xfb)]]=_0x55ff8d,_0x41b8dc;}catch(_0x14c85f){logger[_0x14b663(0x171)]('Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0x1db909+_0x14b663(0x14f)+_0x14c85f);}}async['fireEvent'](_0x46339e,_0x353a22){const _0x2469ce=a4_0x2b0832;if(!this[_0x2469ce(0x166)]||!_0x353a22||!_0x46339e)return![];try{return await SessionHandler[_0x2469ce(0x102)](_0x353a22);}catch(_0x4b0f7f){logger[_0x2469ce(0x171)](_0x2469ce(0x17d)+_0x46339e+'\x20with\x20error\x20:\x20'+_0x4b0f7f);}}[a4_0x2b0832(0x1c0)](_0x1e423a){const _0x3763df=a4_0x2b0832,_0x47e472={};_0x47e472['YdNIb']=_0x3763df(0x111);const _0x249a44=_0x47e472;return{'id':_0x1e423a['stepAnalyticsId'],'text':_0x1e423a['text'],'keyword':_0x1e423a[_0x3763df(0x1a1)],'started_at':_0x1e423a['startedAt'][_0x3763df(0x1e1)](),'result':_0x249a44[_0x3763df(0xff)]};}[a4_0x2b0832(0x1ec)](_0xa88ac4){const _0x1d9391=a4_0x2b0832,_0x247c7f={'DrHZs':function(_0x4f5f27){return _0x4f5f27();}};!this['currentTest'][_0x1d9391(0x1b8)]&&(this['currentTest'][_0x1d9391(0x1b8)]=[]),!_0xa88ac4['stepAnalyticsId']&&(_0xa88ac4[_0x1d9391(0x146)]=_0x247c7f['DrHZs'](uuidv4),_0xa88ac4[_0x1d9391(0x14b)]=new Date(),this[_0x1d9391(0x1e5)][_0x1d9391(0x1b8)][_0x1d9391(0x18e)](this['initializeBddStep'](_0xa88ac4)));}[a4_0x2b0832(0x11e)](_0x1e4b0d){const _0x15baf=a4_0x2b0832,_0x53384b={'OfGqS':function(_0x3055d0,_0x3c2971){return _0x3055d0(_0x3c2971);},'WUEEP':_0x15baf(0x180),'ZfRaA':'pending','Qhytw':_0x15baf(0x162),'hLtSd':function(_0x3a96c8,_0x232f8f){return _0x3a96c8-_0x232f8f;}};let _0x1df965=this[_0x15baf(0x1e5)][_0x15baf(0x1b8)][_0x15baf(0x19c)](_0xaed591=>_0xaed591['id']===_0x1e4b0d[_0x15baf(0x146)]);_0x53384b[_0x15baf(0x1df)](isUndefined,_0x1df965)&&(_0x1df965=this[_0x15baf(0x1c0)](_0x1e4b0d)),_0x1df965['result']=[_0x53384b[_0x15baf(0x194)],_0x53384b['ZfRaA']][_0x15baf(0x1d3)](_0x1e4b0d['status'])?_0x53384b[_0x15baf(0x10c)]:_0x1e4b0d[_0x15baf(0x1e3)],_0x1df965[_0x15baf(0x15a)]=new Date()[_0x15baf(0x1e1)](),_0x1df965[_0x15baf(0x176)]=_0x53384b[_0x15baf(0x1bb)](Date[_0x15baf(0x18a)](),_0x1e4b0d[_0x15baf(0x14b)][_0x15baf(0x118)]()),_0x1df965[_0x15baf(0x1aa)]=_0x1e4b0d[_0x15baf(0x1ef)]?_0x1e4b0d[_0x15baf(0x1ef)][_0x15baf(0x12a)]:null;}}const a4_0xc5a81c={};a4_0xc5a81c[a4_0x2b0832(0x1a2)]=O11yHelper,a4_0xc5a81c[a4_0x2b0832(0x1de)]=STATE_PASSED,a4_0xc5a81c[a4_0x2b0832(0x1a5)]=STATE_FAILED,a4_0xc5a81c[a4_0x2b0832(0x16c)]=TEST_EVENTS,module[a4_0x2b0832(0x14a)]=a4_0xc5a81c;
|
|
1
|
+
const a4_0x20f0c9=a4_0x212a;function a4_0xdb29(){const _0x13b35b=['wefYo','TEST_REPORTING_ANALYTICS','appendTestItemLog','concat','success','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','exports','1010qxrnMV','logs','_afterEach','dqkbf','relative','mapTestHooks','YPwpN','event_type','dNjUl','tQSzw','util','stop','comment','find','xaBkO','_paths','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','../playwright/accessibility-helper','../../helpers/test-observability/sessionHandler','rejcm','ogBvA','166305rWlJBd','./helper.js','status','wsEndpoint','defineProperty','AqaaK','feature','patchConsoleLogger','0|1|5|3|2|4','retryOf','join','backtrace','2870216eRsgcG','OIbmc','CWuIR','testAnalyticsId','startedAt','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','REgwd','TEST_RUN_FINISHED','failed','forEach','passed','integrations','includes','TestRunFinished','oUwzz','lib','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','yymXS','toString','DYtBO','getCBTInfo','bind','WIXGw','frameworkName','_beforeEach','TDGtM','ccmno','currentHook','stringify','obsBrowserTypeMockApplied','wTRjB','codeceptjs','BTNRX','replace','uLnPG','bddSteps','parent','riPZm','path','svqtY','DKnNC','YzZoP','../../helpers/test-observability/utils','groups','../../helpers/helper','qlXHy','getHierarchy','removeAllListeners','apply','err','__cloud_provider___','GEcUz','690561ccICeJ','match','../../helpers/test-observability/constants','_beforeAll','test','mozON','inspect','1252128LpFqbl','hook','title','bqXtw','PathHelper','test_run','WUNUN','failure_reason_expanded','wsqrn','KplCU','client','getFailureType','length','tags','meta','STATE_FAILED','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','file_name','browserstack','failure_backtrace','driver','\x20with\x20error\x20:\x20','oauGM','TEST_RUN_SKIPPED','suites','../mocha/test-observability/mochaUtils','message','2tncOFR','debug','keyword','hookAnalyticsId','27EquMip','getTime','AWRYV','File\x20path\x20could\x20not\x20be\x20found','SYbVm','config','_afterAll','getHooksForTest','PgkqD','wbRxh','split','toISOString','currentTest','stepAnalyticsId','3554677HrpJrG','resetSkipTestHooks','HOOK_RUN_STARTED','Jjwet','name','xPcNI','VvlJk','UKSgL','OjFcC','PqqRS','CBTSessionCreated','GTxSB','UDmsl','tTTVe','uuid','text','DbaaH','TEST_EVENTS','pbVxA','UNusR','fullTitle','Not\x20able\x20to\x20import\x20Browser','dirname','ctx','start','file','hook_run','finished','__platformCaps','mkjis','LZngD','browserType.js','dRWhC','jltZi','bs:addLog:','CTfUc','sendCBTInfo','duration','HookRunFinished','../../helpers/logger','TestRunStarted','DjbtU','enabled','push','string','HookRunStarted','1986qEHoWJ','errorsDetailed','hook_run_uuid','shutdown','finished_at','_testEnv','hook_type','gvzGb','initializeBddStep','uploadEventData','started','oumbL','now','AGTEO','expanded','YpXmP','ZyjtE','test_run_uuid','location_prefix','markedStatus','IIkqk','launch','getHookType','pid','hooks','then','failure','EQOtv','LmrBD','failed\x20to\x20get\x20root\x20parent\x20file\x20','type','captureEvent','fireEvent','6266990OlYvOC','edzIT','connect','kxrdI','getRootParentFile','CODECEPT','STATE_PASSED','prefixTestPath','skipped','Playwright','../utils/constants','findGitConfig','aPHNX','HOOK_RUN_FINISHED','sep','oTUJf','connectOverCDP','YDmQz','pending','dCezF','rpvQi','../../helpers/test-observability/requestQueueHandler','toLowerCase','accessibilityPlatform','toUpperCase','bddStepStart','cwd','setupBrowserDetails','IReyb','result'];a4_0xdb29=function(){return _0x13b35b;};return a4_0xdb29();}(function(_0x2a397e,_0x365cce){const _0xbe2099=a4_0x212a,_0x310cff=_0x2a397e();while(!![]){try{const _0x390b02=parseInt(_0xbe2099(0x172))/0x1+parseInt(_0xbe2099(0xd7))/0x2*(-parseInt(_0xbe2099(0xb5))/0x3)+-parseInt(_0xbe2099(0x81))/0x4+parseInt(_0xbe2099(0x15d))/0x5*(-parseInt(_0xbe2099(0x117))/0x6)+-parseInt(_0xbe2099(0xe9))/0x7+-parseInt(_0xbe2099(0xbc))/0x8+-parseInt(_0xbe2099(0xdb))/0x9*(-parseInt(_0xbe2099(0x138))/0xa);if(_0x390b02===_0x365cce)break;else _0x310cff['push'](_0x310cff['shift']());}catch(_0x1e2883){_0x310cff['push'](_0x310cff['shift']());}}}(a4_0xdb29,0x59b70));const path=require(a4_0x20f0c9(0xa7)),fs=require('fs'),{v4:uuidv4}=require(a4_0x20f0c9(0xf7)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x20f0c9(0xad)),testOpsHelper=require(a4_0x20f0c9(0xab)),{getTestEnv}=require(a4_0x20f0c9(0xd5)),{FRAMEWORKS}=require(a4_0x20f0c9(0xb7)),logger=require(a4_0x20f0c9(0x110))['winstonLogger'],SessionHandler=require(a4_0x20f0c9(0x16f)),RequestQueueHandler=require(a4_0x20f0c9(0x14d)),PlaywrightSessionDetails=require('../playwright/sessionDetails'),debug=testOpsHelper[a4_0x20f0c9(0xd8)],{processAccessibilityCaps}=require(a4_0x20f0c9(0x16e)),Constants=require(a4_0x20f0c9(0x142)),{fetchPlatformDetails}=require(a4_0x20f0c9(0x173)),{shouldProcessEventForTesthub,appendTesthubParams}=require('../../helpers/testhub/utils.js'),constants=require(a4_0x20f0c9(0x142)),STATE_PASSED=a4_0x20f0c9(0x8b),STATE_FAILED=a4_0x20f0c9(0x89),a4_0x183179={};a4_0x183179['TEST_RUN_STARTED']=a4_0x20f0c9(0x111),a4_0x183179[a4_0x20f0c9(0x88)]=a4_0x20f0c9(0x8e),a4_0x183179[a4_0x20f0c9(0xd3)]='TestRunSkipped',a4_0x183179[a4_0x20f0c9(0xeb)]=a4_0x20f0c9(0x116),a4_0x183179[a4_0x20f0c9(0x145)]=a4_0x20f0c9(0x10f);const TEST_EVENTS=a4_0x183179,parseEvent=_0x53a29a=>{const _0x5123d1=a4_0x20f0c9,_0x15b323={};_0x15b323[_0x5123d1(0xdd)]=function(_0x153034,_0x1fe3fa){return _0x153034<_0x1fe3fa;},_0x15b323['qlXHy']=function(_0x52e8bf,_0x2b8826){return _0x52e8bf===_0x2b8826;},_0x15b323[_0x5123d1(0x144)]='test',_0x15b323[_0x5123d1(0x87)]=function(_0x201276,_0x28e27a){return _0x201276===_0x28e27a;},_0x15b323['DbaaH']=_0x5123d1(0xbd),_0x15b323['oUwzz']=function(_0x3760a5,_0x162817){return _0x3760a5===_0x162817;},_0x15b323[_0x5123d1(0xa8)]=_0x5123d1(0x140),_0x15b323['YPwpN']=function(_0x3008ed,_0x21a7d0){return _0x3008ed===_0x21a7d0;},_0x15b323[_0x5123d1(0x154)]=_0x5123d1(0x121),_0x15b323[_0x5123d1(0xf1)]=_0x5123d1(0x104);const _0x317398=_0x15b323,_0x2852ce=_0x53a29a[_0x5123d1(0xb6)](/^(.*)Run(.*)$/);if(!_0x2852ce)return null;if(_0x317398[_0x5123d1(0xdd)](_0x2852ce[_0x5123d1(0xc8)],0x3))return null;const _0x3489c2=_0x2852ce[0x1]['toLowerCase'](),_0x2d8f0c=_0x2852ce[0x2][_0x5123d1(0x14e)]();return{'test':_0x317398[_0x5123d1(0xae)](_0x3489c2,_0x317398[_0x5123d1(0x144)]),'hook':_0x317398[_0x5123d1(0x87)](_0x3489c2,_0x317398[_0x5123d1(0xf9)]),'skipped':_0x317398[_0x5123d1(0x8f)](_0x2d8f0c,_0x317398['svqtY']),'started':_0x317398[_0x5123d1(0x163)](_0x2d8f0c,_0x317398[_0x5123d1(0x154)]),'finished':_0x317398[_0x5123d1(0x87)](_0x2d8f0c,_0x317398[_0x5123d1(0xf1)])};},mockPWBrowserType=_0x314321=>{const _0x498d0d=a4_0x20f0c9,_0x2da76f={'DYtBO':function(_0x50fc9b,_0x4ceb1a){return _0x50fc9b===_0x4ceb1a;},'qtbmD':_0x498d0d(0x115),'ccmno':function(_0x1d17fa,_0x37c189,_0x32b73e){return _0x1d17fa(_0x37c189,_0x32b73e);},'hOXMH':_0x498d0d(0x175),'rpvQi':function(_0x4ad691,_0x564f83){return _0x4ad691(_0x564f83);},'BQBjq':_0x498d0d(0xce),'tYQUV':_0x498d0d(0x90),'jltZi':_0x498d0d(0xc6),'wbRxh':_0x498d0d(0x108),'wefYo':function(_0x2fe1de,_0xe0f205){return _0x2fe1de(_0xe0f205);},'GEcUz':function(_0x5f569d,_0x1fa8be){return _0x5f569d(_0x1fa8be);},'POFWp':_0x498d0d(0xfe),'VvlJk':_0x498d0d(0x13a),'WUNUN':_0x498d0d(0x12c)},_0x431d88=path[_0x498d0d(0x7f)](_0x2da76f['tYQUV'],_0x2da76f[_0x498d0d(0x10a)],_0x2da76f[_0x498d0d(0xe4)]),_0x409854=_0x2da76f[_0x498d0d(0x156)](importFileFromPWCore,_0x431d88);if(!_0x409854){_0x2da76f[_0x498d0d(0xb4)](debug,_0x2da76f['POFWp']);return;}const _0x5cb057=_0x409854['BrowserType'],_0x9d04ff=_0x5cb057['prototype'];if(_0x9d04ff[_0x498d0d(0x9e)])return;const _0x2c2036=_0x9d04ff[_0x498d0d(0x13a)];Object[_0x498d0d(0x176)](_0x9d04ff,_0x2da76f[_0x498d0d(0xef)],{'get':function(){const _0x5db577={'tYAYv':function(_0x105f8b,_0x24a34f){const _0x36ccc4=a4_0x212a;return _0x2da76f[_0x36ccc4(0x94)](_0x105f8b,_0x24a34f);},'Jjwet':_0x2da76f['qtbmD'],'kxrdI':function(_0x5d7451,_0x5bfe56,_0x23f46a){const _0x43f07c=a4_0x212a;return _0x2da76f[_0x43f07c(0x9b)](_0x5d7451,_0x5bfe56,_0x23f46a);},'dRWhC':_0x2da76f['hOXMH'],'wTRjB':function(_0x204819,_0x4e6643){const _0x1303cb=a4_0x212a;return _0x2da76f[_0x1303cb(0x14c)](_0x204819,_0x4e6643);},'puVFF':_0x2da76f['BQBjq']};return async function _0x438b09(_0x4c4ed3,_0x55c00d){const _0x191d37=a4_0x212a,_0x18ed43={'xaBkO':function(_0x206453,_0x2c0c8e){return _0x5db577['tYAYv'](_0x206453,_0x2c0c8e);},'tQSzw':_0x5db577[_0x191d37(0xec)]},_0x519560=_0x5db577[_0x191d37(0x13b)](nestedKeyValue,_0x4c4ed3,[_0x5db577[_0x191d37(0x109)]])||_0x4c4ed3;let _0x52f204=null,_0x21edea=null;try{[_0x21edea,_0x52f204]=_0x519560?_0x5db577['wTRjB'](parseWSEndpoint,_0x519560):[null,null],global[_0x191d37(0x105)]=_0x52f204,logger[_0x191d37(0xd8)](_0x191d37(0x16d)+_0x21edea),_0x21edea[_0x191d37(0x8d)](Constants['BROWSERSTACK'])&&(global[_0x191d37(0xb3)]=_0x5db577['puVFF']);}catch(_0x2b0014){logger[_0x191d37(0xd8)]('Failed\x20to\x20parse\x20wsendpoint\x20'+_0x519560+'\x20'+_0x2b0014);}_0x5db577[_0x191d37(0x13b)](processAccessibilityCaps,_0x52f204,_0x21edea);if(global[_0x191d37(0x14f)]){const _0x842575=await _0x9d04ff[_0x191d37(0x148)][_0x191d37(0xb1)](this,[''+Constants['PLAYWRIGHT_HUB_URL']+_0x5db577[_0x191d37(0x9f)](encodeURIComponent,JSON[_0x191d37(0x9d)](_0x52f204))]);return PlaywrightSessionDetails[_0x191d37(0x153)](_0x842575,_0x314321,_0x519560),_0x842575;}return _0x2c2036[_0x191d37(0xb1)](this,arguments)[_0x191d37(0x130)](_0x4e9e9d=>{const _0x41cc07=_0x191d37;let _0x20cd30=_0x4c4ed3[_0x41cc07(0x175)];return _0x18ed43[_0x41cc07(0x16b)](typeof _0x4c4ed3,_0x18ed43[_0x41cc07(0x166)])&&(_0x20cd30=_0x4c4ed3),PlaywrightSessionDetails[_0x41cc07(0x153)](_0x4e9e9d,_0x314321,_0x20cd30),_0x4e9e9d;});};}});const _0x250a87=_0x9d04ff[_0x498d0d(0x12c)];Object[_0x498d0d(0x176)](_0x9d04ff,_0x2da76f[_0x498d0d(0xc2)],{'get':function(){return async function _0x5260be(){return _0x250a87['apply'](this,arguments)['then'](_0xe082a4=>{const _0x511c98=a4_0x212a;return PlaywrightSessionDetails[_0x511c98(0x153)](_0xe082a4,null),_0xe082a4;});};}});};class O11yHelper{[a4_0x20f0c9(0xe7)]=null;[a4_0x20f0c9(0x9c)]=null;[a4_0x20f0c9(0x113)]=![];[a4_0x20f0c9(0x98)]=![];constructor(_0x1dcafa,_0x2d0840){const _0x17d875=a4_0x20f0c9,_0x8975f2={'XhZgV':_0x17d875(0x7d),'PgkqD':function(_0x5f5274){return _0x5f5274();},'edzIT':function(_0x59beca,_0x479845){return _0x59beca===_0x479845;},'LmrBD':_0x17d875(0x141),'OIbmc':function(_0x18ab61,_0x5abe2f){return _0x18ab61(_0x5abe2f);}},_0x5e08d7=_0x8975f2['XhZgV'][_0x17d875(0xe5)]('|');let _0x5b8214=0x0;while(!![]){switch(_0x5e08d7[_0x5b8214++]){case'0':this[_0x17d875(0x113)]=_0x8975f2[_0x17d875(0xe3)](shouldProcessEventForTesthub);continue;case'1':this[_0x17d875(0x98)]=_0x2d0840[_0x17d875(0x98)];continue;case'2':this[_0x17d875(0x16c)]=new testOpsHelper[(_0x17d875(0xc0))]({'cwd':process[_0x17d875(0x152)]()},this[_0x17d875(0x11c)][_0x17d875(0x129)]);continue;case'3':this[_0x17d875(0x11c)]=_0x8975f2[_0x17d875(0xe3)](getTestEnv);continue;case'4':this['driver']&&_0x8975f2[_0x17d875(0x139)](this[_0x17d875(0xd0)]['constructor'][_0x17d875(0xed)],_0x8975f2[_0x17d875(0x133)])&&_0x8975f2[_0x17d875(0x82)](mockPWBrowserType,null);continue;case'5':this[_0x17d875(0xd0)]=_0x1dcafa;continue;}break;}}[a4_0x20f0c9(0x101)](){const _0x245081=a4_0x20f0c9;if(!this[_0x245081(0x113)])return;testOpsHelper[_0x245081(0x7c)](),process[_0x245081(0xb0)]('bs:addLog:'+process[_0x245081(0x12e)]),process['on'](_0x245081(0x10b)+process[_0x245081(0x12e)],this[_0x245081(0x158)][_0x245081(0x96)](this));}async[a4_0x20f0c9(0x168)](){const _0x507965=a4_0x20f0c9;await RequestQueueHandler['getInstance']()[_0x507965(0x11a)]();}async['appendTestItemLog'](_0x26c532){const _0xfdef9d=a4_0x20f0c9,_0x20d216={'IIkqk':'LogCreated','gvzGb':function(_0x48a3f1,_0x58760d){return _0x48a3f1(_0x58760d);}};try{this[_0xfdef9d(0x9c)]&&!this[_0xfdef9d(0x9c)][_0xfdef9d(0x12a)]&&(_0x26c532['hook_run_uuid']=this['currentHook']['hookAnalyticsId']);!_0x26c532[_0xfdef9d(0x119)]&&this[_0xfdef9d(0xe7)]&&!this['currentTest'][_0xfdef9d(0x12a)]&&(_0x26c532[_0xfdef9d(0x128)]=this[_0xfdef9d(0xe7)][_0xfdef9d(0x84)]);if(_0x26c532[_0xfdef9d(0x119)]||_0x26c532['test_run_uuid']){const _0x5db29d={};_0x5db29d[_0xfdef9d(0x164)]=_0x20d216[_0xfdef9d(0x12b)],_0x5db29d[_0xfdef9d(0x15e)]=[_0x26c532],await SessionHandler[_0xfdef9d(0x120)](_0x5db29d);}}catch(_0x2a4fbd){_0x20d216[_0xfdef9d(0x11e)](debug,_0xfdef9d(0x91)+constants['TEST_REPORTING_ANALYTICS']+'\x20with\x20error\x20:\x20'+_0x2a4fbd);}}async[a4_0x20f0c9(0x10d)](_0x37336e){const _0x1195a3=a4_0x20f0c9,_0x4aba6b={'riPZm':_0x1195a3(0xf3),'AqaaK':function(_0x165b72,_0x1991b4){return _0x165b72(_0x1991b4);}};if(!this[_0x1195a3(0x113)])return;const _0x35509e=this[_0x1195a3(0x95)](this['driver']);try{const _0xcba893={};_0xcba893[_0x1195a3(0xf7)]=_0x37336e,_0xcba893[_0x1195a3(0x8c)]=_0x35509e;const _0x50f10e=_0xcba893,_0x1b94e1={};_0x1b94e1[_0x1195a3(0x164)]=_0x4aba6b[_0x1195a3(0xa6)],_0x1b94e1[_0x1195a3(0xc1)]=_0x50f10e,await SessionHandler[_0x1195a3(0x120)](_0x1b94e1);}catch(_0xa3c2d8){_0x4aba6b[_0x1195a3(0x177)](debug,_0x1195a3(0x15b)+constants[_0x1195a3(0x157)]+_0x1195a3(0xd1)+_0xa3c2d8);}}[a4_0x20f0c9(0x95)](_0x39596d){const _0x591ab7={'KKpTa':function(_0x1fb58f,_0x50f0bd){return _0x1fb58f(_0x50f0bd);}};return _0x591ab7['KKpTa'](fetchPlatformDetails,_0x39596d);}[a4_0x20f0c9(0xea)]=_0x42ce54=>{const _0x18c62a=a4_0x20f0c9,_0x1ddc5e={};_0x1ddc5e[_0x18c62a(0x9a)]=_0x18c62a(0x99),_0x1ddc5e[_0x18c62a(0x132)]=_0x18c62a(0x15f);const _0x45bc04=_0x1ddc5e;if(!_0x42ce54||!_0x42ce54[_0x18c62a(0xa5)])return;[_0x45bc04[_0x18c62a(0x9a)],_0x45bc04[_0x18c62a(0x132)]][_0x18c62a(0x8a)](_0xc40b22=>{const _0xe86ad=_0x18c62a,_0x3818c6=_0x42ce54[_0xe86ad(0xa5)][_0xc40b22];_0x3818c6['forEach'](_0x4cb847=>{const _0x9df3d1=_0xe86ad;_0x4cb847[_0x9df3d1(0xda)]&&(_0x4cb847[_0x9df3d1(0xda)]=null);});});};[a4_0x20f0c9(0x162)](_0x2f6f00){const _0x1439e1=a4_0x20f0c9,_0x1dcfb2={'sCKWY':_0x1439e1(0xa0),'wsqrn':function(_0x9bd7f9){return _0x9bd7f9();},'dNjUl':function(_0x103fce,_0x55af14){return _0x103fce===_0x55af14;},'oTUJf':_0x1439e1(0x15f),'YrJUO':function(_0x5739bd){return _0x5739bd();},'uDuUI':_0x1439e1(0xb8),'dqkbf':_0x1439e1(0xe1),'GaSow':_0x1439e1(0x99)};if(!_0x2f6f00||!_0x2f6f00['parent'])return;[_0x1dcfb2['uDuUI'],_0x1dcfb2[_0x1439e1(0x160)],_0x1dcfb2['GaSow'],_0x1dcfb2['oTUJf']][_0x1439e1(0x8a)](_0x4d79d3=>{const _0xe8a7e8=_0x1439e1,_0x55c99b=_0x2f6f00[_0xe8a7e8(0xa5)][_0x4d79d3]||[];_0x55c99b[_0xe8a7e8(0x8a)](_0x20b6aa=>{const _0x347c9a=_0xe8a7e8;if(_0x20b6aa[_0x347c9a(0xbe)]['includes'](_0x1dcfb2['sCKWY']))return;if(!_0x20b6aa['hookAnalyticsId'])_0x20b6aa['hookAnalyticsId']=_0x1dcfb2[_0x347c9a(0xc4)](uuidv4);else _0x20b6aa[_0x347c9a(0x12a)]&&_0x1dcfb2[_0x347c9a(0x165)](_0x4d79d3,_0x1dcfb2[_0x347c9a(0x147)])&&(_0x20b6aa[_0x347c9a(0xda)]=_0x1dcfb2['YrJUO'](uuidv4),delete _0x20b6aa[_0x347c9a(0x12a)]);});}),this[_0x1439e1(0x162)](_0x2f6f00['parent']);}[a4_0x20f0c9(0xe2)](_0x89c6c7){const _0x27886f=a4_0x20f0c9,_0x2fccbc={};_0x2fccbc['BTNRX']=_0x27886f(0xb8),_0x2fccbc[_0x27886f(0x106)]='_afterAll',_0x2fccbc[_0x27886f(0xa3)]=_0x27886f(0x99),_0x2fccbc[_0x27886f(0x124)]=_0x27886f(0x15f);const _0xa09ff3=_0x2fccbc;if(!_0x89c6c7||!_0x89c6c7[_0x27886f(0xa5)])return[];const _0x31d168=[];return[_0xa09ff3[_0x27886f(0xa1)],_0xa09ff3['mkjis'],_0xa09ff3[_0x27886f(0xa3)],_0xa09ff3['AGTEO']][_0x27886f(0x8a)](_0x5544be=>{const _0x2b7cff=_0x27886f,_0x1bff4a=_0x89c6c7[_0x2b7cff(0xa5)][_0x5544be]||[];_0x1bff4a[_0x2b7cff(0x8a)](_0x3fd68e=>{const _0x2d35c6=_0x2b7cff;_0x3fd68e[_0x2d35c6(0xda)]&&_0x31d168[_0x2d35c6(0x114)](_0x3fd68e['hookAnalyticsId']);});}),[][_0x27886f(0x159)](_0x31d168,this[_0x27886f(0xe2)](_0x89c6c7['parent']));}[a4_0x20f0c9(0x12d)](_0xb8d21c){const _0x40f37d=a4_0x20f0c9,_0x5ebbff=/^"(?<hook>.*)" hook:.*$/,_0x457d3e=_0xb8d21c[_0x40f37d(0xbe)],_0x554ed8=_0x457d3e[_0x40f37d(0xb6)](_0x5ebbff);if(_0x554ed8&&_0x554ed8[_0x40f37d(0xac)])return _0x554ed8['groups']['hook'][_0x40f37d(0x150)]()[_0x40f37d(0xa2)]('\x20','_');return null;}[a4_0x20f0c9(0x143)](_0xba0d10){const _0x1b08f9=a4_0x20f0c9,_0x5321d3={};_0x5321d3['UDmsl']=function(_0x49651b,_0x53eb9a){return _0x49651b===_0x53eb9a;},_0x5321d3[_0x1b08f9(0xaa)]=function(_0x3c28d3,_0x5b088a){return _0x3c28d3===_0x5b088a;},_0x5321d3[_0x1b08f9(0xf0)]='.git',_0x5321d3['Asgtl']=_0x1b08f9(0xe0);const _0x26292e=_0x5321d3,_0x3cb9f3=path[_0x1b08f9(0x146)];if(_0x26292e['UDmsl'](_0xba0d10,null)||_0x26292e[_0x1b08f9(0xaa)](_0xba0d10,'')||_0x26292e[_0x1b08f9(0xaa)](_0xba0d10,_0x3cb9f3)||_0x26292e[_0x1b08f9(0xf5)](_0xba0d10,path[_0x1b08f9(0xff)](_0xba0d10)))return null;try{return fs['statSync'](path[_0x1b08f9(0x7f)](_0xba0d10,_0x26292e['UKSgL'],_0x26292e['Asgtl'])),_0xba0d10;}catch(_0x3806d8){const _0x4b63f2=path[_0x1b08f9(0xff)](_0xba0d10);return this['findGitConfig'](_0x4b63f2);}}[a4_0x20f0c9(0x13c)](_0x4cde75){const _0x3ccf6a=a4_0x20f0c9,_0x34525f={};_0x34525f[_0x3ccf6a(0xbf)]=function(_0x577f6c,_0xfeada3){return _0x577f6c>_0xfeada3;};const _0x178234=_0x34525f;if(_0x4cde75[_0x3ccf6a(0x102)])return _0x4cde75[_0x3ccf6a(0x102)];if(_0x4cde75[_0x3ccf6a(0x100)]){const _0x17a0de=_0x4cde75[_0x3ccf6a(0x100)]['currentTest']?this[_0x3ccf6a(0x13c)](_0x4cde75[_0x3ccf6a(0x100)][_0x3ccf6a(0xe7)]):null;if(_0x17a0de)return _0x17a0de;}if(_0x4cde75[_0x3ccf6a(0xa5)]){const _0x296635=this[_0x3ccf6a(0x13c)](_0x4cde75[_0x3ccf6a(0xa5)])||(_0x4cde75[_0x3ccf6a(0xa5)][_0x3ccf6a(0x100)]&&_0x4cde75['parent'][_0x3ccf6a(0x100)]['currentTest']?this['getRootParentFile'](_0x4cde75[_0x3ccf6a(0xa5)]['ctx']['currentTest']):null);if(_0x296635)return _0x296635;_0x4cde75['parent'][_0x3ccf6a(0xd4)]&&_0x178234[_0x3ccf6a(0xbf)](_0x4cde75['parent'][_0x3ccf6a(0xd4)][_0x3ccf6a(0xc8)],0x0)&&_0x4cde75['parent']['suites'][_0x3ccf6a(0x8a)](_0x545d5a=>{const _0x122b89=_0x3ccf6a,_0x183858=_0x545d5a[_0x122b89(0x100)]?this[_0x122b89(0x13c)](_0x545d5a['ctx']):null;if(_0x183858)return _0x183858;});}return null;}['getHierarchy'](_0x458b6b){const _0x2a3626=a4_0x20f0c9,_0x3ca9e0={};_0x3ca9e0[_0x2a3626(0xf4)]=function(_0x52846d,_0xe3c450){return _0x52846d!==_0xe3c450;};const _0x19bde3=_0x3ca9e0,_0x58ba59=[];if(_0x458b6b&&_0x458b6b[_0x2a3626(0xa5)]){let _0x4fe167=_0x458b6b['parent'];while(_0x4fe167&&_0x19bde3[_0x2a3626(0xf4)](_0x4fe167['title'],'')){_0x58ba59[_0x2a3626(0x114)](_0x4fe167['title']),_0x4fe167=_0x4fe167[_0x2a3626(0xa5)];}}return _0x58ba59;}[a4_0x20f0c9(0x136)](_0x496a7d,_0x439692,_0x52ca36=undefined){const _0x169a73=a4_0x20f0c9,_0x1548c5={'ndpum':function(_0x502873,_0x37b63e){return _0x502873(_0x37b63e);},'WIXGw':function(_0x21a4f3){return _0x21a4f3();},'YpXmP':function(_0x1dbb37){return _0x1dbb37();},'ogBvA':function(_0x77e27a,_0x5ba627){return _0x77e27a(_0x5ba627);},'tTTVe':_0x169a73(0x167),'aOqSJ':'err','KplCU':function(_0x1660e7,_0x2ebf57){return _0x1660e7!==_0x2ebf57;},'aZPQC':_0x169a73(0xde),'PqqRS':_0x169a73(0x14a),'pbVxA':_0x169a73(0x89),'MsYkY':'passed','rejcm':_0x169a73(0x140),'DjbtU':'javascript','SYbVm':function(_0x6da932,_0x5043ac){return _0x6da932-_0x5043ac;},'ZyjtE':function(_0x433011,_0x14f892,_0x14219d,_0x1f6228,_0x515136){return _0x433011(_0x14f892,_0x14219d,_0x1f6228,_0x515136);},'DKnNC':function(_0x18978e,_0x24cff1){return _0x18978e!==_0x24cff1;},'DwImU':_0x169a73(0x8c),'YDmQz':_0x169a73(0xca),'mozON':'failure','yymXS':_0x169a73(0xcf),'UNusR':_0x169a73(0x80),'QGeoU':_0x169a73(0xc3),'xPcNI':_0x169a73(0x125),'niqND':function(_0x150b46,_0x4b90ec){return _0x150b46===_0x4b90ec;},'byUWO':_0x169a73(0x103),'LWAYU':_0x169a73(0xc1)};if(!this['enabled'])return;try{if(_0x439692['fn']&&_0x439692['fn'][_0x169a73(0x93)]()[_0x169a73(0xb6)](/browserstack internal helper hook/))return;const _0x4dfa35=_0x1548c5['ndpum'](parseEvent,_0x496a7d);if(!_0x4dfa35)return;if(_0x4dfa35[_0x169a73(0xb9)]){this[_0x169a73(0xe7)]=_0x439692,this[_0x169a73(0x9c)]=null;if(_0x4dfa35['started']||_0x4dfa35[_0x169a73(0x140)]){_0x439692[_0x169a73(0x85)]=new Date(),_0x439692['markedStatus']=![];if(!_0x439692[_0x169a73(0x84)])_0x439692[_0x169a73(0x84)]=_0x1548c5[_0x169a73(0x97)](uuidv4);else _0x439692[_0x169a73(0x12a)]&&(!_0x439692[_0x169a73(0x7e)]&&(_0x439692[_0x169a73(0x7e)]=_0x439692[_0x169a73(0x84)]),_0x439692['testAnalyticsId']=_0x1548c5['YpXmP'](uuidv4));}}else{if(_0x4dfa35['hook']){this['currentHook']=_0x439692;if(_0x4dfa35[_0x169a73(0x121)]){_0x439692[_0x169a73(0x85)]=new Date(),_0x439692[_0x169a73(0x12a)]=![];if(!_0x439692[_0x169a73(0xda)])_0x439692[_0x169a73(0xda)]=_0x1548c5[_0x169a73(0x126)](uuidv4);else _0x439692[_0x169a73(0xda)]&&_0x439692[_0x169a73(0x12a)]&&(_0x439692[_0x169a73(0xda)]=_0x1548c5['YpXmP'](uuidv4));}}}if(_0x4dfa35[_0x169a73(0x104)]&&_0x439692[_0x169a73(0x12a)])return;let _0x69103d;try{_0x69103d=this[_0x169a73(0x13c)](_0x439692);}catch(_0x1ffc42){logger[_0x169a73(0xd8)](_0x169a73(0x134)+_0x1ffc42),_0x69103d=null;}const _0x48a5cb=_0x1548c5[_0x169a73(0x171)](require,_0x1548c5[_0x169a73(0xf6)]);let _0x286077=[];_0x52ca36&&(_0x286077=[_0x52ca36,_0x1548c5['aOqSJ']]);const _0x2abe03=_0x1548c5[_0x169a73(0xc5)](_0x439692[_0x169a73(0x118)],undefined)?_0x48a5cb[_0x169a73(0xbb)](_0x439692[_0x169a73(0x118)][0x0]):_0x1548c5[_0x169a73(0xc5)](_0x52ca36,undefined)?_0x52ca36[_0x169a73(0x93)]():undefined,_0x1a642c=_0x69103d?this[_0x169a73(0x143)](_0x69103d):null,_0x145dcc=_0x69103d?this[_0x169a73(0x16c)][_0x169a73(0x13f)](this[_0x169a73(0x13c)](_0x439692)):_0x1548c5['aZPQC'];let _0x42b993=_0x1548c5[_0x169a73(0xf2)];const _0x5098ca=!_0x4dfa35[_0x169a73(0x121)]?new Date()[_0x169a73(0xe6)]():null;if(_0x4dfa35['finished'])_0x42b993=_0x52ca36?_0x1548c5['pbVxA']:_0x1548c5['MsYkY'],_0x439692['markedStatus']=!![];else _0x4dfa35['skipped']&&(_0x42b993=_0x1548c5[_0x169a73(0x170)],_0x439692['markedStatus']=!![]);const _0x1a5645={'framework':this[_0x169a73(0x98)],'uuid':_0x439692['testAnalyticsId']||_0x439692[_0x169a73(0xda)],'name':_0x439692[_0x169a73(0xbe)],'body':{'lang':_0x1548c5[_0x169a73(0x112)],'code':_0x439692['body']['toString']()},'type':_0x439692[_0x169a73(0x135)],'scope':_0x439692[_0x169a73(0xfd)](),'scopes':this[_0x169a73(0xaf)](_0x439692),'file_name':_0x145dcc,'vc_filepath':_0x1a642c?path[_0x169a73(0x161)](_0x1a642c,_0x69103d):null,'location':_0x145dcc,'result':_0x42b993,'failure_reason':_0x2abe03,'duration_in_ms':_0x439692[_0x169a73(0x10e)]||(_0x4dfa35['finished']||_0x4dfa35[_0x169a73(0x140)])?_0x1548c5[_0x169a73(0xdf)](Date[_0x169a73(0x123)](),new Date(_0x439692['startedAt'])[_0x169a73(0xdc)]()):null,'started_at':new Date(_0x439692[_0x169a73(0x85)])[_0x169a73(0xe6)](),'finished_at':_0x5098ca,'failure':testOpsHelper['failureData']['apply'](null,_0x286077),'failure_type':!_0x2abe03?null:testOpsHelper[_0x169a73(0xc7)](_0x2abe03),'retry_of':_0x439692[_0x169a73(0x7e)]||null,'tags':_0x439692[_0x169a73(0xc9)]||[],'customRerunParam':{'rerun_name':_0x439692[_0x169a73(0xfd)]()}};_0x1548c5[_0x169a73(0x127)](appendTesthubParams,_0x1a5645,_0x496a7d,_0x439692,FRAMEWORKS[_0x169a73(0x13d)]);if(_0x4dfa35[_0x169a73(0xbd)])[_0x1a5645[_0x169a73(0x11d)],_0x1a5645['name']]=[this[_0x169a73(0x12d)](_0x439692),_0x439692[_0x169a73(0x100)][_0x169a73(0xb9)][_0x169a73(0xbe)]],_0x4dfa35[_0x169a73(0x104)]?_0x1548c5[_0x169a73(0xa9)](_0x1a5645[_0x169a73(0x155)],_0x1548c5[_0x169a73(0xfb)])&&(_0x1a5645['result']=_0x1548c5['MsYkY']):_0x1a5645['body']={};else _0x4dfa35[_0x169a73(0xb9)]&&(this[_0x169a73(0x162)](_0x439692),_0x4dfa35[_0x169a73(0x140)]&&this['resetSkipTestHooks'](_0x439692),(_0x4dfa35[_0x169a73(0x104)]||_0x4dfa35['skipped'])&&(_0x1a5645[_0x169a73(0x12f)]=this[_0x169a73(0xe2)](_0x439692)));this[_0x169a73(0xd0)]&&(_0x4dfa35[_0x169a73(0x121)]||_0x4dfa35[_0x169a73(0x140)])&&(_0x1a5645[_0x1548c5['DwImU']]=this['getCBTInfo'](this[_0x169a73(0xd0)]));_0x4dfa35[_0x169a73(0xb9)]&&_0x4dfa35[_0x169a73(0x104)]&&_0x439692['bddSteps']&&(_0x1a5645[_0x1548c5[_0x169a73(0x149)]]={'feature':{'name':_0x439692[_0x169a73(0xa5)][_0x169a73(0x178)]['name'],'path':_0x1a5645[_0x169a73(0xcd)],'description':_0x439692[_0x169a73(0xa5)][_0x169a73(0x169)]},'scenario':{'name':_0x439692[_0x169a73(0xbe)]},'steps':_0x439692[_0x169a73(0xa4)]});const _0x3c7efb=_0x1a5645[_0x1548c5[_0x169a73(0xba)]][0x0];_0x3c7efb&&(_0x1a5645[_0x1548c5[_0x169a73(0x92)]]=_0x3c7efb[_0x1548c5[_0x169a73(0xfc)]],_0x1a5645[_0x1548c5['QGeoU']]=_0x3c7efb[_0x1548c5[_0x169a73(0xee)]]);if(_0x439692[_0x169a73(0xa4)])for(const _0x4f64e2 of _0x439692[_0x169a73(0xa4)]){!_0x4f64e2[_0x169a73(0x11b)]&&(_0x4f64e2[_0x169a73(0x11b)]=new Date()[_0x169a73(0xe6)](),_0x1548c5['niqND'](_0x4f64e2['result'],_0x1548c5['PqqRS'])&&(_0x3c7efb?(_0x4f64e2['result']=_0x1548c5[_0x169a73(0xfb)],_0x4f64e2[_0x169a73(0x131)]=_0x3c7efb[_0x1548c5[_0x169a73(0xfc)]][0x0]):_0x4f64e2['result']=_0x1548c5['MsYkY']));}const _0x408226={};_0x408226[_0x169a73(0x164)]=_0x4dfa35['skipped']?TEST_EVENTS['TEST_RUN_FINISHED']:_0x496a7d;const _0x1c6a11=_0x408226;return _0x4dfa35[_0x169a73(0xbd)]?_0x1c6a11[_0x1548c5['byUWO']]=_0x1a5645:_0x1c6a11[_0x1548c5['LWAYU']]=_0x1a5645,_0x1c6a11;}catch(_0x361372){logger[_0x169a73(0xd8)](_0x169a73(0x86)+_0x496a7d+_0x169a73(0xd1)+_0x361372);}}async[a4_0x20f0c9(0x137)](_0x12956c,_0x217e69){const _0x2c8cdc=a4_0x20f0c9;if(!this[_0x2c8cdc(0x113)]||!_0x217e69||!_0x12956c)return![];try{return await SessionHandler[_0x2c8cdc(0x120)](_0x217e69);}catch(_0x16d33c){logger['debug'](_0x2c8cdc(0xcc)+_0x12956c+_0x2c8cdc(0xd1)+_0x16d33c);}}[a4_0x20f0c9(0x11f)](_0x33e356){const _0x243a9f=a4_0x20f0c9,_0x3f2918={};_0x3f2918[_0x243a9f(0xd2)]=_0x243a9f(0x14a);const _0x28b730=_0x3f2918;return{'id':_0x33e356[_0x243a9f(0xe8)],'text':_0x33e356[_0x243a9f(0xf8)],'keyword':_0x33e356[_0x243a9f(0xd9)],'started_at':_0x33e356['startedAt'][_0x243a9f(0xe6)](),'result':_0x28b730[_0x243a9f(0xd2)]};}[a4_0x20f0c9(0x151)](_0x5b9bc7){const _0x3e861a=a4_0x20f0c9,_0x2e5bc8={'oumbL':function(_0xcd4e73){return _0xcd4e73();}};!this[_0x3e861a(0xe7)][_0x3e861a(0xa4)]&&(this[_0x3e861a(0xe7)][_0x3e861a(0xa4)]=[]),!_0x5b9bc7[_0x3e861a(0xe8)]&&(_0x5b9bc7['stepAnalyticsId']=_0x2e5bc8[_0x3e861a(0x122)](uuidv4),_0x5b9bc7['startedAt']=new Date(),this[_0x3e861a(0xe7)][_0x3e861a(0xa4)][_0x3e861a(0x114)](this['initializeBddStep'](_0x5b9bc7)));}['bddStepFinish'](_0x23cb7a){const _0x4e6185=a4_0x20f0c9,_0x4ea0e3={'CWuIR':function(_0xb34c65,_0x10a0cb){return _0xb34c65(_0x10a0cb);},'LZngD':_0x4e6185(0x15a),'FyNSV':_0x4e6185(0x14a),'CTfUc':'passed','dCezF':function(_0x100ae5,_0x3edaf3){return _0x100ae5-_0x3edaf3;}};let _0xfe2199=this['currentTest'][_0x4e6185(0xa4)][_0x4e6185(0x16a)](_0x5dd8dc=>_0x5dd8dc['id']===_0x23cb7a['stepAnalyticsId']);_0x4ea0e3[_0x4e6185(0x83)](isUndefined,_0xfe2199)&&(_0xfe2199=this['initializeBddStep'](_0x23cb7a)),_0xfe2199[_0x4e6185(0x155)]=[_0x4ea0e3[_0x4e6185(0x107)],_0x4ea0e3['FyNSV']][_0x4e6185(0x8d)](_0x23cb7a[_0x4e6185(0x174)])?_0x4ea0e3[_0x4e6185(0x10c)]:_0x23cb7a[_0x4e6185(0x174)],_0xfe2199[_0x4e6185(0x11b)]=new Date()[_0x4e6185(0xe6)](),_0xfe2199[_0x4e6185(0x10e)]=_0x4ea0e3[_0x4e6185(0x14b)](Date[_0x4e6185(0x123)](),_0x23cb7a['startedAt'][_0x4e6185(0xdc)]()),_0xfe2199['failure']=_0x23cb7a['err']?_0x23cb7a[_0x4e6185(0xb2)][_0x4e6185(0xd6)]:null;}}const a4_0x20ef50={};function a4_0x212a(_0x404e4f,_0x435792){const _0xdb2927=a4_0xdb29();return a4_0x212a=function(_0x212ad0,_0x5c09ee){_0x212ad0=_0x212ad0-0x7c;let _0x153d33=_0xdb2927[_0x212ad0];return _0x153d33;},a4_0x212a(_0x404e4f,_0x435792);}a4_0x20ef50['O11yHelper']=O11yHelper,a4_0x20ef50[a4_0x20f0c9(0x13e)]=STATE_PASSED,a4_0x20ef50[a4_0x20f0c9(0xcb)]=STATE_FAILED,a4_0x20ef50[a4_0x20f0c9(0xfa)]=TEST_EVENTS,module[a4_0x20f0c9(0x15c)]=a4_0x20ef50;
|