browserstack-node-sdk 1.64.3 → 1.65.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-accessibility_pb.d.ts +70 -0
- package/generated/sdk-messages-accessibility_pb.js +545 -1
- package/generated/sdk_grpc_pb.d.ts +5 -0
- package/generated/sdk_grpc_pb.js +33 -0
- package/package.json +3 -3
- 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/jasmine/bstack-reporter/customReporter.js +1 -1
- package/src/bin/jasmine/command.js +1 -1
- package/src/bin/jasmine/test.setup.js +1 -1
- package/src/bin/jasmine/testRunMap.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/loadErrors.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/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/newman/command.js +1 -1
- package/src/bin/newman/helper.js +1 -1
- package/src/bin/newman/reporter/index.js +1 -1
- package/src/bin/newman/scriptRunner.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/node-generic/client.js +1 -0
- 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 -1
- package/src/bin/puppeteer/sessionDetails.js +1 -1
- package/src/bin/puppeteer/test.setup.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/testcafe/a11y-runner.js +1 -1
- package/src/bin/testcafe/command.js +1 -1
- package/src/bin/testcafe/reporter/index.js +1 -1
- package/src/bin/testcafe/reporter/tcUtils.js +1 -1
- package/src/bin/testcafe/session-registry.js +1 -1
- package/src/bin/testcafe/stdout-interceptor.js +1 -1
- package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
- package/src/bin/testcafe/w3c-driver.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 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/newmanTestFramework.js +1 -1
- package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -0
- 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 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testcafeTestFramework.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 -1
- package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/sdkErrorHandler.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/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/caCertHelper.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/driverInitErrorReporter.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 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/stackFrameUtils.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/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 a0_0x435bb6=a0_0x290a;function a0_0x4307(){const _0x51ce34=['codeceptjs/lib/index.js','WjpTh','test-passed','SESSION_NAME','pages','end','bddStep-before','uFiES','stringify','4353813HUrFnh','measureWrapper','DccUo','WebDriver','bddStep','before','after','step-comment','Lmanj','thTestRunUuid','BROWSERSTACK_TESTHUB_JWT','Puppeteer','test-started','xXEkC','nRpsD','_before','hxcik','class','Jmrnp','SDK_HOOK','setGlobal','ddNBx','codeceptjs/lib/recorder.js','zBVDd','jvQVj','constructor','BS_TESTOPS_ALLOW_SCREENSHOTS','INFO','yAOSo','mnHlE','../../helpers/globals.js','all','PERFORM_SCAN','ztjmv','gACZu','HIdZP','KiVsP','AtXaL','ReqDh','FxzSo','hook-passed','hook-started','testAnalyticsId','kZPsn','dvmqt','./helper.js','../../helpers/logger','setSessionStatus','startsWith','forEach','env','TestCafe','helpers','TEST_SCREENSHOT','LbRQe','SjNHX','LEffa','fireEvent','HOOK_RUN_STARTED','exports','flushPendingHookEvents','../../helpers/request-spy','bs:addLog:','push','patch','uGYtu','skipped','Performing\x20scan\x20for\x20','function','rODSf','RBxcm','setSessionName','7997145qbhcRK','event','contexts','bind','BS_A11Y_JWT','call','MlQMt','toISOString','browserstack_executor:\x20','LRTOZ','driver-init\x20capture\x20install\x20failed:\x20','TEST_RUN_STARTED','SfbKt','performScanWithRetry','testFramework','GJexH','bddStepFinish','Element','arguments','ctx','__workerDetails','command','start','a11y_core_config','prototype','GXGHH','config','YMdYF','evQHe','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','qczuf','codeceptjs/lib/helper/Playwright.js','../../helpers/accessibility-automation/accessibilityRetryHelper','bstackA11yShouldScan','saveAccessibilityResultsWithRetry','name','dispatcher','../../helpers/accessibility-automation/helper','getSyncScript','includes','MImgi','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','pid','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20_before:\x20','Screenshot\x20path\x20not\x20found','rglcO','bddStepStart','titlePath','TEST_RUN_FINISHED','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20Playwright\x20_before:\x20','devtools://','vVwgg','title','warn','SDK_POST_TEST','apply','getResults','RUwES','test','captureEvent','683424MJGNDM','hasLiveDriverSession','stack','Playwright','skipSessionStatus','lolpI','enabled','ounnG','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','version','bufferPendingHookEvent','stop','zDhsa','then','../../bin/playwright/sessionDetails','webdriverio','mYGDN','EVyIT','3961398wHLPvB','codeceptjs/lib/utils.js','failed','\x0aStack:\x20','sendCBTInfo','started','mKFHP','TEST_RUN_SKIPPED','accessibilityPlatform','UjMIG','hKsrv','browserStackExecuteDriver','ZcZKX','Suite','shouldWrapCommand','jxvtM','QplfX','step','3070872GuLeBn','../../helpers/test-observability/utils','ENV_VAR','saveScreenshot','LJaou','winstonLogger','args','test-failed','hook-failed','VgsWp','vIeJh','browser','sLLQA','__skipSessionStatus','skipSessionName','../../bin/playwright/accessibility-helper','../../helpers/testhub/constants.js','ftXTB','split','action','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','add','SYNC','url','YidbD','SDK_TEST','BROWSERSTACK_TESTHUB_UUID','domForge','aXdOM','container','patchSaveScreenshot','toString','captureError','debug','initSaveScreenshot','SDK_PRE_TEST','currentTest','util','vtybF','format','getAccessibilityResultsSummary','wNCnv','__driver','parse','HOOK_RUN_FINISHED','chromium','stopMonitoring','test-before','commandsToWrap','776776Cqtkdt','hook','ISZAa','slice','OGdvL','rAVJJ','Ngytc','thBuildUuid','hookType','../../helpers/helper','filter','NkAAk','thJwtToken','bstackAllyScanning','eWQyq','yRlUz','page','GET_RESULTS_SUMMARY','../../helpers/performance/performance-tester','default','browserContext','FRAMEWORK_DETAILS','KeVIY','catch','hBQPC','bddStep-after','codeceptjs','oTjsP','test-skipped','rcjZy','overwriteCommand','hKTLS','performScan','../../helpers/driverInitErrorReporter','getAccessibilityResults','executeScript','5605848DcETYr','base64','passed','Failed\x20to\x20execute\x20_before:\x20','readFileSync','comment','message','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20test.before:\x20'];a0_0x4307=function(){return _0x51ce34;};return a0_0x4307();}(function(_0x37ee75,_0x2d5271){const _0x3fd7c2=a0_0x290a,_0x303e95=_0x37ee75();while(!![]){try{const _0x3152d8=parseInt(_0x3fd7c2(0x14a))/0x1+-parseInt(_0x3fd7c2(0x227))/0x2+parseInt(_0x3fd7c2(0x17f))/0x3+parseInt(_0x3fd7c2(0x203))/0x4+parseInt(_0x3fd7c2(0x1c7))/0x5+-parseInt(_0x3fd7c2(0x16e))/0x6+-parseInt(_0x3fd7c2(0x215))/0x7;if(_0x3152d8===_0x2d5271)break;else _0x303e95['push'](_0x303e95['shift']());}catch(_0x530aad){_0x303e95['push'](_0x303e95['shift']());}}}(a0_0x4307,0xeb072));function a0_0x290a(_0x977aae,_0x25a027){const _0x4307c4=a0_0x4307();return a0_0x290a=function(_0x290aae,_0x1c5e8e){_0x290aae=_0x290aae-0x121;let _0x179e9c=_0x4307c4[_0x290aae];return _0x179e9c;},a0_0x290a(_0x977aae,_0x25a027);}const fs=require('fs'),util=require(a0_0x435bb6(0x13e)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a0_0x435bb6(0x153)),logger=require(a0_0x435bb6(0x1ad))[a0_0x435bb6(0x22c)],testOpsHelper=require(a0_0x435bb6(0x228)),requestSpy=require(a0_0x435bb6(0x1bc)),PlaywrightSessionDetails=require(a0_0x435bb6(0x211)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require('./o11yHelper'),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a0_0x435bb6(0x1ec)),AccessibilityHelper=require(a0_0x435bb6(0x128)),accessibilityRetryHelper=require(a0_0x435bb6(0x1e7)),scripts=require('../../helpers/accessibility-automation/scripts'),PerformanceTester=require(a0_0x435bb6(0x15c)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require('../../helpers/performance/constants'),{processWebDriverConfig,shouldPatchExecuteScript}=require(a0_0x435bb6(0x1ac)),testHubConstants=require(a0_0x435bb6(0x129)),globals=require(a0_0x435bb6(0x19d)),interopDefault=_0x3cdb95=>_0x3cdb95&&_0x3cdb95[a0_0x435bb6(0x15d)]!==undefined?_0x3cdb95[a0_0x435bb6(0x15d)]:_0x3cdb95,CodeceptJS=requireModule(a0_0x435bb6(0x176),'codeceptjs'),CodeceptUtils=requireModule(a0_0x435bb6(0x216),a0_0x435bb6(0x164)),CodeceptWebDriver=interopDefault(requireModule('codeceptjs/lib/helper/WebDriver.js','codeceptjs')),CodeceptRecorder=interopDefault(requireModule(a0_0x435bb6(0x195),a0_0x435bb6(0x164))),CodeceptPlaywright=interopDefault(requireModule(a0_0x435bb6(0x1e6),a0_0x435bb6(0x164)));try{require(a0_0x435bb6(0x16b))['installAll']('codeceptjs');}catch(a0_0x472d11){logger[a0_0x435bb6(0x13a)](a0_0x435bb6(0x1d1)+(a0_0x472d11&&a0_0x472d11[a0_0x435bb6(0x174)]));}const playwrightMarkSessionStatus=(_0x2c1050,_0x12b7f0,_0x3eb8d4)=>{const _0x585bed=a0_0x435bb6,_0x4e4faa={'ReqDh':_0x585bed(0x1ae),'DccUo':function(_0x4a273d,_0x34c613){return _0x4a273d(_0x34c613);}},_0x1ad91b={};_0x1ad91b['status']=_0x12b7f0;const _0x249c0e={};_0x249c0e[_0x585bed(0x12c)]=_0x4e4faa[_0x585bed(0x1a5)],_0x249c0e[_0x585bed(0x1d9)]=_0x1ad91b;const _0x31bf6b=_0x249c0e;return!_0x4e4faa[_0x585bed(0x181)](isUndefined,_0x3eb8d4)&&(_0x31bf6b[_0x585bed(0x1d9)]['reason']=JSON['stringify'](_0x3eb8d4)),_0x2c1050[_0x585bed(0x16d)](()=>{},_0x585bed(0x1cf)+JSON['stringify'](_0x31bf6b));},o11ySync=PerformanceTester[a0_0x435bb6(0x180)](PerformanceO11yEvents[a0_0x435bb6(0x12f)],async _0x2abe41=>{const _0x339631=a0_0x435bb6,_0x41bcc6={};_0x41bcc6[_0x339631(0x160)]=function(_0x58b06f,_0x508f5f){return _0x58b06f===_0x508f5f;},_0x41bcc6[_0x339631(0x13f)]=_0x339631(0x206);const _0x3365e0=_0x41bcc6;_0x3365e0['KeVIY'](_0x2abe41[_0x339631(0x198)][_0x339631(0x1ea)],_0x3365e0[_0x339631(0x13f)])?await _0x2abe41[_0x339631(0x16d)](_0x257df7=>{},testOpsHelper[_0x339631(0x1ed)]()):await _0x2abe41[_0x339631(0x16d)](testOpsHelper[_0x339631(0x1ed)]());}),markSessionName=PerformanceTester[a0_0x435bb6(0x180)](PerformanceAutEvents[a0_0x435bb6(0x179)],async(_0x191e37,_0x19e976)=>{const _0xbba7a7=a0_0x435bb6,_0x203cac={};_0x203cac[_0xbba7a7(0x177)]=_0xbba7a7(0x1c6),_0x203cac[_0xbba7a7(0x21b)]=function(_0x2aee73,_0x29c44f){return _0x2aee73===_0x29c44f;},_0x203cac[_0xbba7a7(0x1ef)]='Playwright';const _0x1c4cb9=_0x203cac,_0x33670e={};_0x33670e['name']=_0x19e976;const _0x428d35={};_0x428d35['action']=_0x1c4cb9[_0xbba7a7(0x177)],_0x428d35[_0xbba7a7(0x1d9)]=_0x33670e;const _0x2ffe55=_0x428d35;_0x1c4cb9[_0xbba7a7(0x21b)](_0x191e37[_0xbba7a7(0x198)][_0xbba7a7(0x1ea)],_0x1c4cb9['MImgi'])?await _0x191e37[_0xbba7a7(0x16d)](()=>{},_0xbba7a7(0x1cf)+JSON['stringify'](_0x2ffe55)):await _0x191e37[_0xbba7a7(0x16d)](_0xbba7a7(0x1cf)+JSON[_0xbba7a7(0x17e)](_0x2ffe55));}),patchSaveScreenshot=_0x56eff3=>{const _0x435a19=a0_0x435bb6,_0x291ddf={'dOPel':_0x435a19(0x16f),'QIjVm':_0x435a19(0x1b4),'rcjZy':function(_0x58f342){return _0x58f342();},'WPWjW':function(_0x4a4121,_0x5833d7){return _0x4a4121(_0x5833d7);},'vVwgg':_0x435a19(0x1f3),'wNCnv':function(_0x2b7542,_0x9967e){return _0x2b7542(_0x9967e);}};_0x291ddf[_0x435a19(0x142)](isTrue,process[_0x435a19(0x1b1)][_0x435a19(0x199)])&&!_0x56eff3[_0x435a19(0x137)]&&(_0x56eff3[_0x435a19(0x137)]=!![],_0x56eff3[_0x435a19(0x13b)]=_0x56eff3[_0x435a19(0x22a)],_0x56eff3['saveScreenshot']=(_0x54043a,_0x302077=![])=>{return new Promise(function(_0x2fc73b,_0x1c191c){const _0x2fd128=a0_0x290a,_0x3a2d05={'KiVsP':_0x291ddf['dOPel'],'yAOSo':_0x291ddf['QIjVm'],'OXDfA':function(_0x41c542){const _0x3fe997=a0_0x290a;return _0x291ddf[_0x3fe997(0x167)](_0x41c542);},'hKTLS':function(_0xaeb084,_0x20d2b6){return _0x291ddf['WPWjW'](_0xaeb084,_0x20d2b6);},'ISZAa':_0x291ddf[_0x2fd128(0x1fa)]};_0x56eff3[_0x2fd128(0x13b)](_0x54043a,_0x302077)[_0x2fd128(0x210)](()=>{const _0x4b77bb=_0x2fd128,_0x47f5f2=CodeceptUtils['screenshotOutputFolder'](_0x54043a);if(_0x47f5f2){const _0x11cb6d=fs[_0x4b77bb(0x172)](_0x47f5f2);process['emit'](_0x4b77bb(0x1bd)+process[_0x4b77bb(0x1f1)],{'timestamp':new Date()[_0x4b77bb(0x1ce)](),'message':_0x11cb6d[_0x4b77bb(0x138)](_0x3a2d05[_0x4b77bb(0x1a3)]),'kind':_0x3a2d05[_0x4b77bb(0x19b)]}),_0x3a2d05['OXDfA'](_0x2fc73b);}_0x3a2d05[_0x4b77bb(0x169)](_0x1c191c,new Error(_0x3a2d05[_0x4b77bb(0x14c)]));})[_0x2fd128(0x161)](()=>null);});});},patchWebDriverBefore=(_0x59c8a5,_0x4de7ac)=>{const _0x19a4df=a0_0x435bb6,_0xff655e={'ekCrI':function(_0x4a12a6){return _0x4a12a6();},'NgIPM':function(_0x495820,_0x3265a7){return _0x495820(_0x3265a7);},'ounnG':function(_0x5b2714,_0x109fb0){return _0x5b2714===_0x109fb0;},'nRpsD':_0x19a4df(0x212),'YidbD':'string','PQTGm':function(_0x11f807,_0x257be3){return _0x11f807===_0x257be3;},'lolpI':_0x19a4df(0x1d8),'GJexH':function(_0x46ce57,_0x58af98){return _0x46ce57(_0x58af98);},'aXdOM':_0x19a4df(0x1c3)},_0x292ae6=async function(_0x1ab318,_0x44d49d){const _0x4dab9c=_0x19a4df;_0xff655e['ekCrI'](isAccessibilityAutomationSession)&&!global[_0x4dab9c(0x157)]&&global['accessibilityPlatform']&&scripts[_0x4dab9c(0x223)](_0x1ab318[_0x4dab9c(0x1ea)])&&_0xff655e['NgIPM'](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x4dab9c(0x157)]=!![],await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x3d8269=_0x4dab9c;logger[_0x3d8269(0x13a)](_0x3d8269(0x1c2)+_0x1ab318[_0x3d8269(0x190)]+'\x20'+_0x1ab318['name']),await AccessibilityHelper[_0x3d8269(0x220)](_0x59c8a5,scripts[_0x3d8269(0x16a)]);},{'command':_0x1ab318['name']})());global[_0x4dab9c(0x157)]=![];const _0x476f8d=JSON[_0x4dab9c(0x144)](process[_0x4dab9c(0x1b1)][_0x4dab9c(0x15f)]||'{}');if(_0xff655e[_0x4dab9c(0x20a)](_0x476f8d?.['testFramework']?.['name'],_0xff655e[_0x4dab9c(0x18d)])&&_0xff655e[_0x4dab9c(0x20a)](typeof _0x476f8d?.['testFramework']?.[_0x4dab9c(0x20c)],_0xff655e[_0x4dab9c(0x131)])&&_0x476f8d?.[_0x4dab9c(0x1d5)]?.[_0x4dab9c(0x20c)][_0x4dab9c(0x1af)]('7'))return _0x44d49d[_0x4dab9c(0x1fe)](null,Array[_0x4dab9c(0x1df)][_0x4dab9c(0x14d)][_0x4dab9c(0x1cc)](arguments,0x2));return _0x44d49d[_0x4dab9c(0x1fe)](this,Array[_0x4dab9c(0x1df)][_0x4dab9c(0x14d)][_0x4dab9c(0x1cc)](arguments,0x2));},_0x219a67=CodeceptWebDriver[_0x19a4df(0x1df)]['_before'];CodeceptWebDriver['prototype'][_0x19a4df(0x18e)]=async function(){const _0x3302cf=_0x19a4df,_0x44d057={'uoWIE':function(_0x5c84da,_0x5b45be){return _0xff655e['PQTGm'](_0x5c84da,_0x5b45be);},'ddNBx':_0xff655e[_0x3302cf(0x208)]};try{await _0x219a67[_0x3302cf(0x1fe)](this,arguments);}catch(_0x251be4){logger[_0x3302cf(0x13a)](_0x3302cf(0x171)+util[_0x3302cf(0x140)](_0x251be4));}(scripts[_0x3302cf(0x149)]||[])[_0x3302cf(0x154)](_0x48f056=>_0x48f056[_0x3302cf(0x1ea)]&&_0x48f056[_0x3302cf(0x190)])[_0x3302cf(0x1b0)](_0x462072=>{const _0x3ff2ba=_0x3302cf;this[_0x3ff2ba(0x124)][_0x3ff2ba(0x168)](_0x462072[_0x3ff2ba(0x1ea)],_0x292ae6['bind'](this,_0x462072),_0x44d057['uoWIE'](_0x462072[_0x3ff2ba(0x190)],_0x44d057[_0x3ff2ba(0x194)]));}),_0xff655e[_0x3302cf(0x1d6)](processWebDriverConfig,_0x59c8a5);try{_0x4de7ac&&_0xff655e['PQTGm'](typeof _0x4de7ac['flushPendingHookEvents'],_0xff655e[_0x3302cf(0x135)])&&await _0x4de7ac[_0x3302cf(0x1bb)]();}catch(_0x602d52){logger['debug'](_0x3302cf(0x1f2)+util[_0x3302cf(0x140)](_0x602d52));}};};function parseJwt(_0x58bbe7){const _0x48f363=a0_0x435bb6,_0x181887={};_0x181887[_0x48f363(0x122)]='base64';const _0x35f87b=_0x181887;if(!_0x58bbe7)return null;return JSON[_0x48f363(0x144)](Buffer['from'](_0x58bbe7[_0x48f363(0x12b)]('.')[0x1],_0x35f87b['VgsWp'])['toString']());}const patchPlaywrightBefore=_0x487f03=>{const _0x449adc=a0_0x435bb6,_0x27c28c={'SfbKt':function(_0x2770b6){return _0x2770b6();},'jxvtM':_0x449adc(0x1f9),'UjMIG':'--auto-open-devtools-for-tabs','yRlUz':function(_0x2fb9a6){return _0x2fb9a6();},'hBQPC':function(_0x277a9d,_0x48b1bf){return _0x277a9d(_0x48b1bf);},'ftXTB':function(_0x200069){return _0x200069();},'LEffa':function(_0x265ee6,_0x3b4802){return _0x265ee6+_0x3b4802;},'evQHe':_0x449adc(0x218),'yAzzs':function(_0x5c9987){return _0x5c9987();},'SjNHX':function(_0x1f82c5){return _0x1f82c5();},'ASWWZ':function(_0x2e992c){return _0x2e992c();},'pfFeS':function(_0x437d22,_0x3945a9){return _0x437d22===_0x3945a9;},'AtXaL':_0x449adc(0x1c3)};PlaywrightSessionDetails[_0x449adc(0x1bf)]();const _0x6439a=CodeceptPlaywright[_0x449adc(0x1df)]['_before'];CodeceptPlaywright[_0x449adc(0x1df)][_0x449adc(0x18e)]=async function(){const _0x4b14e7=_0x449adc;this[_0x4b14e7(0x15e)]=await this[_0x4b14e7(0x124)][_0x4b14e7(0x1c9)]()[0x0];const _0xb3844e=async()=>{const _0x3f1245=_0x4b14e7,_0x484abf={'LJaou':function(_0x2fd459){const _0x548f16=a0_0x290a;return _0x27c28c[_0x548f16(0x1d3)](_0x2fd459);},'rglcO':_0x27c28c['jxvtM']},_0x15eaa1=this[_0x3f1245(0x1e1)]&&this['config'][_0x3f1245(0x146)]&&this[_0x3f1245(0x1e1)][_0x3f1245(0x146)][_0x3f1245(0x22d)]&&Array['isArray'](this['config'][_0x3f1245(0x146)][_0x3f1245(0x22d)])&&this['config']['chromium'][_0x3f1245(0x22d)][_0x3f1245(0x1ee)](_0x27c28c[_0x3f1245(0x21e)]);if(_0x27c28c[_0x3f1245(0x159)](isAccessibilityAutomationSession)&&!_0x15eaa1)try{const _0x4c60ac=_0x27c28c[_0x3f1245(0x162)](parseJwt,process[_0x3f1245(0x1b1)][_0x3f1245(0x1cb)]);if(_0x4c60ac&&_0x4c60ac[_0x3f1245(0x1de)]&&_0x4c60ac['a11y_core_config'][_0x3f1245(0x134)]){const _0x51d21c=this[_0x3f1245(0x15e)][_0x3f1245(0x17a)][_0x3f1245(0x1ca)](this[_0x3f1245(0x15e)]);this[_0x3f1245(0x15e)][_0x3f1245(0x17a)]=async function(){const _0xe90c67=_0x3f1245,_0x47f9d5=await _0x484abf[_0xe90c67(0x22b)](_0x51d21c),_0x334c04=[];for(const _0x26b8b6 of _0x47f9d5){try{const _0x322ad1=await _0x26b8b6[_0xe90c67(0x130)]();!_0x322ad1[_0xe90c67(0x1af)](_0x484abf[_0xe90c67(0x1f4)])&&_0x334c04[_0xe90c67(0x1be)](_0x26b8b6);}catch(_0x453777){_0x334c04['push'](_0x26b8b6);}}return _0x334c04;};}if(!_0x27c28c['ftXTB'](isBrowserstackInfra)){const _0x62ebe1=await this[_0x3f1245(0x15a)][_0x3f1245(0x130)]();if(_0x62ebe1[_0x3f1245(0x1af)](_0x27c28c[_0x3f1245(0x224)])){const _0x65be2e=await this[_0x3f1245(0x15e)]['pages']();this['_setPage'](_0x65be2e[0x0]);}}}catch(_0x201b1b){logger[_0x3f1245(0x13a)]('Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20'+_0x201b1b[_0x3f1245(0x174)]+(_0x201b1b[_0x3f1245(0x205)]?_0x27c28c[_0x3f1245(0x1b7)](_0x27c28c[_0x3f1245(0x1e3)],_0x201b1b['stack']):''));}};_0x27c28c[_0x4b14e7(0x12a)](isBrowserstackInfra)&&await _0x27c28c['yAzzs'](_0xb3844e);await _0x6439a[_0x4b14e7(0x1fe)](this,arguments);!_0x27c28c[_0x4b14e7(0x1b6)](isBrowserstackInfra)&&await _0x27c28c['ASWWZ'](_0xb3844e);try{_0x487f03&&_0x27c28c['pfFeS'](typeof _0x487f03[_0x4b14e7(0x1bb)],_0x27c28c[_0x4b14e7(0x1a4)])&&await _0x487f03[_0x4b14e7(0x1bb)]();}catch(_0x3dbd59){logger['debug'](_0x4b14e7(0x1f8)+util[_0x4b14e7(0x140)](_0x3dbd59));}};},getCodeceptDriver=()=>{const _0x262b6e=a0_0x435bb6,_0x179fcd={};_0x179fcd[_0x262b6e(0x14f)]=_0x262b6e(0x182),_0x179fcd[_0x262b6e(0x187)]=_0x262b6e(0x206),_0x179fcd[_0x262b6e(0x1e0)]=_0x262b6e(0x18a),_0x179fcd[_0x262b6e(0x1e2)]=_0x262b6e(0x1b2);const _0x3b5f02=_0x179fcd,_0x8fd6b6=[_0x3b5f02['rAVJJ'],_0x3b5f02[_0x262b6e(0x187)],_0x3b5f02[_0x262b6e(0x1e0)],_0x3b5f02[_0x262b6e(0x1e2)]],_0x33ce28=_0x8fd6b6['find'](_0x55a38c=>!!CodeceptJS['container'][_0x262b6e(0x1b3)](_0x55a38c));if(!_0x33ce28)return null;return CodeceptJS[_0x262b6e(0x136)][_0x262b6e(0x1b3)](_0x33ce28);};module[a0_0x435bb6(0x1ba)]=function(_0xe868bc){const _0x21adf5=a0_0x435bb6,_0x54168e={'hKsrv':function(_0x91fc0a,_0x29535b){return _0x91fc0a(_0x29535b);},'rODSf':function(_0x4065e5,_0x39a8e4,_0x3ae45e){return _0x4065e5(_0x39a8e4,_0x3ae45e);},'dvmqt':_0x21adf5(0x141),'watJa':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','lnvqW':_0x21adf5(0x16c),'eWQyq':_0x21adf5(0x1f0),'uFiES':function(_0x41cfb5,_0x2188e5,_0x466638){return _0x41cfb5(_0x2188e5,_0x466638);},'RUwES':_0x21adf5(0x1a8),'NkAAk':_0x21adf5(0x1a7),'HIdZP':_0x21adf5(0x121),'oTjsP':'browserstackTestName','ZcZKX':function(_0x3cabbb){return _0x3cabbb();},'NmzeP':_0x21adf5(0x1e8),'MlQMt':_0x21adf5(0x148),'Jmrnp':function(_0x5f3fc6){return _0x5f3fc6();},'ztjmv':function(_0x34dcd9,_0x5c9323,_0xdab822){return _0x34dcd9(_0x5c9323,_0xdab822);},'kZPsn':_0x21adf5(0x18b),'FxzSo':function(_0x3db8c4){return _0x3db8c4();},'gACZu':_0x21adf5(0x178),'hxcik':function(_0x4a8b5b,_0x300620,_0x425fdc,_0x2ef242){return _0x4a8b5b(_0x300620,_0x425fdc,_0x2ef242);},'qczuf':function(_0x28350f,_0x2132ff){return _0x28350f===_0x2132ff;},'RBxcm':_0x21adf5(0x222),'uGYtu':_0x21adf5(0x22e),'LRTOZ':_0x21adf5(0x166),'iymHp':function(_0x44c629,_0x120fe6,_0x3919bb){return _0x44c629(_0x120fe6,_0x3919bb);},'jvQVj':function(_0x27b7e6){return _0x27b7e6();},'LbRQe':_0x21adf5(0x12d),'zBVDd':'test-after','mnHlE':_0x21adf5(0x19a),'euUun':'TEST_LOG','zDhsa':_0x21adf5(0x186),'mYGDN':_0x21adf5(0x17c),'CoFeh':_0x21adf5(0x163),'Ngytc':'Playwright'};_0xe868bc[_0x21adf5(0x207)]&&(global[_0x21adf5(0x126)]=_0xe868bc[_0x21adf5(0x207)]);PerformanceTester['startMonitoring']();const _0x5a78ed=_0x54168e[_0x21adf5(0x1a6)](getCodeceptDriver),_0x32f69a=new O11yHelper(_0x5a78ed,_0xe868bc),_0x59f0a5=!!CodeceptJS[_0x21adf5(0x136)][_0x21adf5(0x1b3)](_0x54168e[_0x21adf5(0x150)]);global[_0x21adf5(0x143)]=_0x5a78ed;_0x5a78ed&&(PerformanceTester[_0x21adf5(0x180)](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x5eafad=_0x21adf5;_0x59f0a5?_0x54168e[_0x5eafad(0x21f)](patchPlaywrightBefore,_0x32f69a):_0x54168e['rODSf'](patchWebDriverBefore,_0x5a78ed,_0x32f69a);})(),PerformanceTester[_0x21adf5(0x180)](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0x40ebe6=_0x21adf5,_0xe3aef9={};_0xe3aef9[_0x40ebe6(0x214)]=_0x54168e['lnvqW'],_0xe3aef9['FGfjn']=_0x54168e[_0x40ebe6(0x158)];const _0xe1b56d=_0xe3aef9;_0x5a78ed[_0x40ebe6(0x141)]=async()=>{const _0xd03b50=_0x40ebe6;if(global[_0xd03b50(0x21d)]){const _0x5551ba={};return _0x5551ba['command']=_0x54168e[_0xd03b50(0x1ab)],await PerformanceTester[_0xd03b50(0x180)](PerformanceA11yEvents[_0xd03b50(0x19f)],async()=>{const _0x34a1f4=_0xd03b50;return await AccessibilityHelper[_0x34a1f4(0x220)](_0x5a78ed,scripts[_0x34a1f4(0x16a)]);},_0x5551ba)(),await PerformanceTester[_0xd03b50(0x180)](PerformanceA11yEvents[_0xd03b50(0x15b)],async()=>{return await AccessibilityHelper['browserStackExecuteDriver'](_0x5a78ed,scripts['getResultsSummary']);})();}return logger['warn'](_0x54168e['watJa']),{};},_0x5a78ed[_0x40ebe6(0x16c)]=async()=>{const _0x24225e=_0x40ebe6;if(global[_0x24225e(0x21d)]){const _0x5c65ee={};return _0x5c65ee[_0x24225e(0x1dc)]=_0xe1b56d[_0x24225e(0x214)],await PerformanceTester[_0x24225e(0x180)](PerformanceA11yEvents[_0x24225e(0x19f)],async()=>{const _0x124466=_0x24225e;return await AccessibilityHelper[_0x124466(0x220)](_0x5a78ed,scripts[_0x124466(0x16a)]);},_0x5c65ee)(),await PerformanceTester[_0x24225e(0x180)](PerformanceA11yEvents['GET_RESULTS'],async()=>{const _0x3c7781=_0x24225e;return await AccessibilityHelper[_0x3c7781(0x220)](_0x5a78ed,scripts[_0x3c7781(0x1ff)]);})();}return logger[_0x24225e(0x1fc)](_0xe1b56d['FGfjn']),{};},_0x54168e[_0x40ebe6(0x21f)](patchSaveScreenshot,_0x5a78ed);})());CodeceptJS[_0x21adf5(0x1c8)][_0x21adf5(0x1eb)]['on'](CodeceptJS[_0x21adf5(0x1c8)][_0x21adf5(0x19e)][_0x21adf5(0x184)],()=>{const _0x293436=_0x21adf5;PerformanceTester[_0x293436(0x1dd)](PerformanceEvents['SDK_PRE_TEST']);try{_0x32f69a[_0x293436(0x1dd)](),testOpsHelper['addRequestSpy'](),PerformanceTester[_0x293436(0x17b)](PerformanceEvents[_0x293436(0x13c)]);}catch(_0x2d61a8){PerformanceTester[_0x293436(0x139)](_0x2d61a8),PerformanceTester[_0x293436(0x17b)](PerformanceEvents[_0x293436(0x13c)],![],_0x2d61a8);}}),CodeceptJS['event'][_0x21adf5(0x1eb)]['on'](CodeceptJS[_0x21adf5(0x1c8)][_0x21adf5(0x19e)][_0x21adf5(0x185)],async()=>{const _0x31921c=_0x21adf5;PerformanceTester[_0x31921c(0x1dd)](PerformanceEvents[_0x31921c(0x1fd)]);try{requestSpy['restore'](),await _0x32f69a[_0x31921c(0x20e)](),PerformanceTester['end'](PerformanceEvents[_0x31921c(0x1fd)]);}catch(_0x5871ee){PerformanceTester['captureError'](_0x5871ee),PerformanceTester[_0x31921c(0x17b)](PerformanceEvents[_0x31921c(0x1fd)],![],_0x5871ee);}finally{PerformanceTester[_0x31921c(0x147)]();}});const _0x45fae7=(_0xcccdf6,_0x48b56d)=>{const _0x57be51=_0x21adf5;if(!_0x32f69a)return;if(!_0x32f69a[_0x57be51(0x204)]()){_0x32f69a[_0x57be51(0x20d)](_0xcccdf6,_0x48b56d);return;}CodeceptRecorder[_0x57be51(0x12e)](()=>_0x32f69a[_0x57be51(0x1b8)](_0xcccdf6,_0x48b56d));};CodeceptJS[_0x21adf5(0x1c8)]['dispatcher']['on'](CodeceptJS[_0x21adf5(0x1c8)][_0x21adf5(0x14b)][_0x21adf5(0x21a)],_0x215985=>{const _0x5a00f3=_0x21adf5;PerformanceTester[_0x5a00f3(0x1dd)](PerformanceEvents[_0x5a00f3(0x192)]);try{const _0x1b0446=_0x215985[_0x5a00f3(0x1da)]['test'],_0x25c70e=_0x32f69a[_0x5a00f3(0x202)](TEST_EVENTS['HOOK_RUN_STARTED'],_0x1b0446);_0x54168e['uFiES'](_0x45fae7,TEST_EVENTS[_0x5a00f3(0x1b9)],_0x25c70e);const _0x1dd4ca={};_0x1dd4ca[_0x5a00f3(0x152)]=_0x54168e[_0x5a00f3(0x200)],PerformanceTester['end'](PerformanceEvents[_0x5a00f3(0x192)],!![],null,_0x1dd4ca);}catch(_0x2d4692){const _0x2419bf={};_0x2419bf[_0x5a00f3(0x152)]=_0x54168e['RUwES'],PerformanceTester[_0x5a00f3(0x17b)](PerformanceEvents[_0x5a00f3(0x192)],![],_0x2d4692,_0x2419bf),PerformanceTester['captureError'](_0x2d4692);}}),CodeceptJS[_0x21adf5(0x1c8)][_0x21adf5(0x1eb)]['on'](CodeceptJS[_0x21adf5(0x1c8)][_0x21adf5(0x14b)][_0x21adf5(0x170)],_0x3b247b=>{const _0x486359=_0x21adf5,_0x496bb9={};_0x496bb9[_0x486359(0x152)]=_0x54168e['NkAAk'],PerformanceTester['start'](PerformanceHookEvents[_0x486359(0x192)],!![],null,_0x496bb9);try{const _0x781b2f=_0x3b247b[_0x486359(0x1da)][_0x486359(0x201)],_0x41a98d=_0x32f69a[_0x486359(0x202)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x781b2f);_0x54168e[_0x486359(0x1c4)](_0x45fae7,TEST_EVENTS[_0x486359(0x145)],_0x41a98d);const _0x4f0d31={};_0x4f0d31[_0x486359(0x152)]=_0x54168e[_0x486359(0x155)],PerformanceTester[_0x486359(0x17b)](PerformanceHookEvents[_0x486359(0x192)],!![],null,_0x4f0d31);}catch(_0x43914a){PerformanceTester[_0x486359(0x139)](_0x43914a);const _0x16856c={};_0x16856c[_0x486359(0x152)]=_0x54168e[_0x486359(0x155)],PerformanceTester[_0x486359(0x17b)](PerformanceHookEvents[_0x486359(0x192)],![],_0x43914a,_0x16856c);}}),CodeceptJS[_0x21adf5(0x1c8)][_0x21adf5(0x1eb)]['on'](CodeceptJS[_0x21adf5(0x1c8)][_0x21adf5(0x14b)][_0x21adf5(0x217)],async(_0x20ed26,_0x10b6af)=>{const _0x215f01=_0x21adf5;PerformanceTester[_0x215f01(0x1dd)](PerformanceHookEvents[_0x215f01(0x192)]);try{const _0x306437=_0x20ed26[_0x215f01(0x1da)]['test'],_0x4b35aa=_0x32f69a[_0x215f01(0x202)](TEST_EVENTS[_0x215f01(0x145)],_0x306437,_0x10b6af);_0x54168e[_0x215f01(0x1c4)](_0x45fae7,TEST_EVENTS[_0x215f01(0x145)],_0x4b35aa);const _0x1cb4e3={};_0x1cb4e3[_0x215f01(0x152)]=_0x54168e[_0x215f01(0x1a2)],PerformanceTester[_0x215f01(0x1dd)](PerformanceHookEvents[_0x215f01(0x192)],!![],null,_0x1cb4e3);}catch(_0xaf9d7f){PerformanceTester[_0x215f01(0x139)](_0xaf9d7f);const _0x56d717={};_0x56d717[_0x215f01(0x152)]=_0x54168e['HIdZP'],PerformanceTester[_0x215f01(0x17b)](PerformanceHookEvents[_0x215f01(0x192)],![],_0xaf9d7f,_0x56d717);}const _0x3b6bab={};_0x3b6bab['hookType']=_0x54168e[_0x215f01(0x1a2)],PerformanceTester[_0x215f01(0x17b)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x3b6bab);}),CodeceptJS[_0x21adf5(0x1c8)][_0x21adf5(0x1eb)]['on'](CodeceptJS[_0x21adf5(0x1c8)]['test'][_0x21adf5(0x184)],_0x3f51e9=>{const _0x53c280=_0x21adf5;PerformanceTester[_0x53c280(0x1dd)](PerformanceHookEvents['SDK_HOOK']);try{globals[_0x53c280(0x193)](_0x54168e['oTjsP'],_0x3f51e9[_0x53c280(0x1fb)]);_0x54168e[_0x53c280(0x221)](isBrowserstackInfra)&&(_0x59f0a5&&(global[_0x53c280(0x1db)]={'currentTest':{'name':_0x3f51e9[_0x53c280(0x1fb)],'testInfo':{'titlePath':_0x3f51e9[_0x53c280(0x1f6)]()}}}));try{const _0x3d56be=_0x54168e[_0x53c280(0x17d)](shouldScanTestForAccessibility,_0x3f51e9[_0x53c280(0x1f6)](),!![]);globals[_0x53c280(0x193)](_0x54168e['NmzeP'],_0x3d56be);}catch(_0x55b67c){logger['debug'](_0x53c280(0x175)+util[_0x53c280(0x140)](_0x55b67c));}const _0x38aa53={};_0x38aa53[_0x53c280(0x152)]=_0x54168e['MlQMt'],PerformanceTester[_0x53c280(0x17b)](PerformanceHookEvents[_0x53c280(0x192)],!![],null,_0x38aa53);}catch(_0x53dc60){PerformanceTester[_0x53c280(0x139)](_0x53dc60);const _0x4383bf={};_0x4383bf[_0x53c280(0x152)]=_0x54168e[_0x53c280(0x1cd)],PerformanceTester[_0x53c280(0x17b)](PerformanceHookEvents[_0x53c280(0x192)],![],_0x53dc60,_0x4383bf);}}),CodeceptJS[_0x21adf5(0x1c8)]['dispatcher']['on'](CodeceptJS[_0x21adf5(0x1c8)][_0x21adf5(0x201)]['started'],_0x5caae0=>{const _0x118949=_0x21adf5,_0x38460d={'OGdvL':function(_0x57c23c){const _0x5505f1=a0_0x290a;return _0x54168e[_0x5505f1(0x191)](_0x57c23c);},'xXEkC':function(_0x31b1ef,_0x433056){const _0x1bb245=a0_0x290a;return _0x54168e[_0x1bb245(0x21f)](_0x31b1ef,_0x433056);},'bzSav':function(_0x33cd2d,_0x4a2f5c,_0x3b98cf){const _0x9ae86b=a0_0x290a;return _0x54168e[_0x9ae86b(0x1a0)](_0x33cd2d,_0x4a2f5c,_0x3b98cf);}};PerformanceTester[_0x118949(0x1dd)](PerformanceHookEvents[_0x118949(0x192)]);try{globals[_0x118949(0x193)](_0x54168e[_0x118949(0x165)],_0x5caae0['title']);const _0x4bde54=_0x32f69a['captureEvent'](TEST_EVENTS['TEST_RUN_STARTED'],_0x5caae0);CodeceptRecorder[_0x118949(0x12e)](()=>_0x32f69a[_0x118949(0x1bb)]()),CodeceptRecorder[_0x118949(0x12e)](()=>_0x32f69a['fireEvent'](TEST_EVENTS[_0x118949(0x1d2)],_0x4bde54)),CodeceptRecorder['add'](()=>_0x32f69a[_0x118949(0x219)](_0x5caae0[_0x118949(0x1a9)])),CodeceptRecorder[_0x118949(0x12e)](async()=>{const _0x4034e2=_0x118949;_0x38460d[_0x4034e2(0x14e)](isBrowserstackInfra)&&(!_0x38460d[_0x4034e2(0x18c)](isTrue,_0xe868bc[_0x4034e2(0x127)])&&await _0x38460d['bzSav'](markSessionName,_0x5a78ed,_0x5caae0[_0x4034e2(0x1fb)]),_0x32f69a[_0x4034e2(0x209)]&&await _0x38460d['xXEkC'](o11ySync,_0x5a78ed));});}catch(_0x11a37a){const _0xe57507={};_0xe57507[_0x118949(0x152)]=_0x54168e[_0x118949(0x1aa)],PerformanceTester[_0x118949(0x17b)](PerformanceHookEvents[_0x118949(0x192)],![],_0x11a37a,_0xe57507),PerformanceTester[_0x118949(0x139)](_0x11a37a);}const _0x472ccc={};_0x472ccc[_0x118949(0x152)]=_0x54168e['kZPsn'],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x472ccc);}),CodeceptJS[_0x21adf5(0x1c8)]['dispatcher']['on'](CodeceptJS['event']['test'][_0x21adf5(0x170)],_0x2116cd=>{const _0x3980dd=_0x21adf5,_0x1e9837={'ADOog':function(_0x32cb17,_0x59d49d,_0x234f75){return _0x54168e['ztjmv'](_0x32cb17,_0x59d49d,_0x234f75);},'QplfX':function(_0x1d07ce,_0x32dd44,_0x571859){return _0x54168e['rODSf'](_0x1d07ce,_0x32dd44,_0x571859);}};PerformanceTester['start'](PerformanceHookEvents[_0x3980dd(0x192)]);try{const _0x35e354=_0x32f69a[_0x3980dd(0x202)](TEST_EVENTS[_0x3980dd(0x1f7)],_0x2116cd);CodeceptRecorder[_0x3980dd(0x12e)](()=>_0x32f69a['fireEvent'](TEST_EVENTS[_0x3980dd(0x1f7)],_0x35e354)),CodeceptRecorder[_0x3980dd(0x12e)](async()=>{const _0x269c2b=_0x3980dd;_0x54168e[_0x269c2b(0x1a6)](isBrowserstackInfra)&&await PerformanceTester['measureWrapper'](PerformanceAutEvents['SESSION_STATUS'],async()=>{const _0x1b6ed4=_0x269c2b;_0x59f0a5?await _0x1e9837['ADOog'](playwrightMarkSessionStatus,_0x5a78ed,STATE_PASSED):await _0x1e9837[_0x1b6ed4(0x225)](markSessionStatus,_0x5a78ed,STATE_PASSED);})();}),PerformanceTester[_0x3980dd(0x17b)](PerformanceEvents['SDK_TEST']);}catch(_0x173f3b){PerformanceTester[_0x3980dd(0x139)](_0x173f3b);const _0x920819={};_0x920819[_0x3980dd(0x152)]=_0x54168e['gACZu'],PerformanceTester[_0x3980dd(0x17b)](PerformanceHookEvents[_0x3980dd(0x192)],![],_0x173f3b,_0x920819),PerformanceTester[_0x3980dd(0x17b)](PerformanceEvents[_0x3980dd(0x132)],![],_0x173f3b);}const _0x28a0d7={};_0x28a0d7['hookType']=_0x54168e[_0x3980dd(0x1a1)],PerformanceTester[_0x3980dd(0x17b)](PerformanceHookEvents[_0x3980dd(0x192)],!![],null,_0x28a0d7);}),CodeceptJS[_0x21adf5(0x1c8)][_0x21adf5(0x1eb)]['on'](CodeceptJS[_0x21adf5(0x1c8)]['test'][_0x21adf5(0x217)],(_0x380199,_0x26ab7c)=>{const _0x32d37c=_0x21adf5,_0x12abfc={'sLLQA':function(_0x163451){const _0x47282a=a0_0x290a;return _0x54168e[_0x47282a(0x191)](_0x163451);},'vIeJh':function(_0x74e61d,_0x500e52,_0x418262,_0xb7a9e9){const _0x572880=a0_0x290a;return _0x54168e[_0x572880(0x18f)](_0x74e61d,_0x500e52,_0x418262,_0xb7a9e9);}};PerformanceTester[_0x32d37c(0x1dd)](PerformanceHookEvents['SDK_HOOK']);try{if(_0x54168e[_0x32d37c(0x1e5)](_0x380199['constructor'][_0x32d37c(0x1ea)],_0x54168e[_0x32d37c(0x1c5)])){const _0x328ca5=_0x32f69a[_0x32d37c(0x202)](TEST_EVENTS[_0x32d37c(0x21c)],_0x380199[_0x32d37c(0x1da)][_0x32d37c(0x13d)]);CodeceptRecorder[_0x32d37c(0x12e)](()=>_0x32f69a[_0x32d37c(0x1b8)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x328ca5));}else{const _0x50e794=_0x32f69a[_0x32d37c(0x202)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x380199,_0x26ab7c);CodeceptRecorder['add'](()=>{const _0x493009=_0x32d37c;try{_0x32f69a[_0x493009(0x1b8)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x50e794);}catch(_0x22ccfc){logger['debug'](_0x493009(0x20b)+util[_0x493009(0x140)](_0x22ccfc)),PerformanceTester[_0x493009(0x17b)](PerformanceEvents[_0x493009(0x132)],![],_0x22ccfc);}}),CodeceptRecorder[_0x32d37c(0x12e)](async()=>{const _0xed6a0a=_0x32d37c;try{_0x12abfc[_0xed6a0a(0x125)](isBrowserstackInfra)&&(_0x59f0a5?await _0x12abfc[_0xed6a0a(0x123)](playwrightMarkSessionStatus,_0x5a78ed,STATE_FAILED,_0x26ab7c):await _0x12abfc[_0xed6a0a(0x123)](markSessionStatus,_0x5a78ed,STATE_FAILED,_0x26ab7c));}catch(_0x2e53dd){logger[_0xed6a0a(0x13a)]('Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20'+util['format'](_0x2e53dd)),PerformanceTester['end'](PerformanceEvents[_0xed6a0a(0x132)],![],_0x2e53dd);}});}PerformanceTester[_0x32d37c(0x17b)](PerformanceEvents['SDK_TEST']);}catch(_0x173970){PerformanceTester['captureError'](_0x173970);const _0x4f32fd={};_0x4f32fd[_0x32d37c(0x152)]=_0x54168e[_0x32d37c(0x1c0)],PerformanceTester['end'](PerformanceHookEvents[_0x32d37c(0x192)],![],_0x173970,_0x4f32fd),PerformanceTester[_0x32d37c(0x17b)](PerformanceEvents[_0x32d37c(0x132)],![],_0x173970);}const _0x3f0665={};_0x3f0665['hookType']=_0x54168e[_0x32d37c(0x1c0)],PerformanceTester[_0x32d37c(0x17b)](PerformanceHookEvents[_0x32d37c(0x192)],!![],null,_0x3f0665);}),CodeceptJS[_0x21adf5(0x1c8)]['dispatcher']['on'](CodeceptJS[_0x21adf5(0x1c8)][_0x21adf5(0x201)][_0x21adf5(0x1c1)],_0x5de78e=>{const _0x217a1b=_0x21adf5;PerformanceTester[_0x217a1b(0x1dd)](PerformanceHookEvents[_0x217a1b(0x192)]);try{const _0xd6ecee=_0x32f69a[_0x217a1b(0x202)](TEST_EVENTS[_0x217a1b(0x21c)],_0x5de78e);CodeceptRecorder[_0x217a1b(0x12e)](()=>_0x32f69a[_0x217a1b(0x1b8)](TEST_EVENTS[_0x217a1b(0x21c)],_0xd6ecee)),PerformanceTester[_0x217a1b(0x17b)](PerformanceEvents[_0x217a1b(0x132)]);}catch(_0x13413b){PerformanceTester[_0x217a1b(0x139)](_0x13413b),PerformanceTester[_0x217a1b(0x17b)](PerformanceEvents[_0x217a1b(0x132)],![],_0x13413b);const _0x2f198a={};_0x2f198a[_0x217a1b(0x152)]=_0x54168e[_0x217a1b(0x1d0)],PerformanceTester[_0x217a1b(0x17b)](PerformanceHookEvents[_0x217a1b(0x192)],![],_0x13413b,_0x2f198a);}const _0x5733b1={};_0x5733b1[_0x217a1b(0x152)]=_0x54168e[_0x217a1b(0x1d0)],PerformanceTester[_0x217a1b(0x17b)](PerformanceHookEvents[_0x217a1b(0x192)],!![],null,_0x5733b1);}),CodeceptJS['event'][_0x21adf5(0x1eb)]['on'](CodeceptJS[_0x21adf5(0x1c8)][_0x21adf5(0x201)][_0x21adf5(0x185)],async(_0x4eabab,_0x50a7c4)=>{const _0x49372e=_0x21adf5;try{PerformanceTester[_0x49372e(0x1dd)](PerformanceHookEvents[_0x49372e(0x192)]);const _0x164c05=_0x54168e['iymHp'](shouldScanTestForAccessibility,_0x4eabab[_0x49372e(0x1f6)](),!![]);if(_0x54168e[_0x49372e(0x197)](isAccessibilityAutomationSession)&&global[_0x49372e(0x21d)]&&_0x164c05){const _0x2ae133={};_0x2ae133[_0x49372e(0x188)]=_0x4eabab[_0x49372e(0x1a9)],_0x2ae133[_0x49372e(0x151)]=process[_0x49372e(0x1b1)][testHubConstants[_0x49372e(0x229)][_0x49372e(0x133)]],_0x2ae133[_0x49372e(0x156)]=process[_0x49372e(0x1b1)][testHubConstants[_0x49372e(0x229)][_0x49372e(0x189)]];const _0x163063=_0x2ae133;logger[_0x49372e(0x13a)](_0x49372e(0x1e4)+JSON['stringify'](_0x163063)),CodeceptRecorder[_0x49372e(0x12e)](async()=>{const _0x4285aa=_0x49372e;await accessibilityRetryHelper[_0x4285aa(0x1d4)](_0x5a78ed,_0x4eabab[_0x4285aa(0x1fb)]),await accessibilityRetryHelper[_0x4285aa(0x1e9)](_0x5a78ed,_0x163063);}),logger['info'](_0x54168e[_0x49372e(0x1b5)]);}const _0x2aa76a={};_0x2aa76a[_0x49372e(0x152)]=_0x54168e['zBVDd'],PerformanceTester[_0x49372e(0x17b)](PerformanceHookEvents[_0x49372e(0x192)],!![],null,_0x2aa76a);}catch(_0xb535e2){PerformanceTester[_0x49372e(0x139)](_0xb535e2);const _0x15b78c={};_0x15b78c[_0x49372e(0x152)]=_0x54168e[_0x49372e(0x196)],PerformanceTester[_0x49372e(0x17b)](PerformanceHookEvents['SDK_HOOK'],![],_0xb535e2,_0x15b78c);}}),CodeceptJS[_0x21adf5(0x1c8)][_0x21adf5(0x1eb)]['on'](CodeceptJS[_0x21adf5(0x1c8)][_0x21adf5(0x226)][_0x21adf5(0x173)],_0x425f7=>{const _0x1c28c8=_0x21adf5;PerformanceTester[_0x1c28c8(0x1dd)](PerformanceHookEvents[_0x1c28c8(0x192)]);try{process['emit'](_0x1c28c8(0x1bd)+process[_0x1c28c8(0x1f1)],{'timestamp':new Date()[_0x1c28c8(0x1ce)](),'level':_0x54168e[_0x1c28c8(0x19c)],'message':_0x425f7,'kind':_0x54168e['euUun'],'http_response':{}});}catch(_0x5366b4){PerformanceTester[_0x1c28c8(0x139)](_0x5366b4);const _0x458798={};_0x458798[_0x1c28c8(0x152)]=_0x54168e['zDhsa'],PerformanceTester[_0x1c28c8(0x17b)](PerformanceHookEvents[_0x1c28c8(0x192)],![],_0x5366b4,_0x458798);}const _0x5cf25f={};_0x5cf25f['hookType']=_0x54168e[_0x1c28c8(0x20f)],PerformanceTester[_0x1c28c8(0x17b)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x5cf25f);}),CodeceptJS[_0x21adf5(0x1c8)][_0x21adf5(0x1eb)]['on'](CodeceptJS[_0x21adf5(0x1c8)][_0x21adf5(0x183)][_0x21adf5(0x184)],_0x1c2bd2=>{const _0x2dde10=_0x21adf5,_0x4bf2c1={};_0x4bf2c1[_0x2dde10(0x152)]=_0x54168e[_0x2dde10(0x213)],PerformanceTester[_0x2dde10(0x180)](PerformanceHookEvents[_0x2dde10(0x192)],()=>{const _0x380f44=_0x2dde10;_0x32f69a[_0x380f44(0x1f5)](_0x1c2bd2);},_0x4bf2c1)();}),CodeceptJS[_0x21adf5(0x1c8)]['dispatcher']['on'](CodeceptJS[_0x21adf5(0x1c8)]['bddStep'][_0x21adf5(0x185)],_0x3da74e=>{const _0x2f6ffc=_0x21adf5,_0x591568={};_0x591568['hookType']=_0x54168e['CoFeh'],PerformanceTester['measureWrapper'](PerformanceHookEvents[_0x2f6ffc(0x192)],()=>{const _0x171e9c=_0x2f6ffc;_0x32f69a[_0x171e9c(0x1d7)](_0x3da74e);},_0x591568)();});};
|
|
1
|
+
const a0_0x222c82=a0_0x303a;function a0_0x303a(_0x103548,_0x3ca6e7){const _0x18b075=a0_0x18b0();return a0_0x303a=function(_0x303aa7,_0x31eb63){_0x303aa7=_0x303aa7-0x1d0;let _0x1884bc=_0x18b075[_0x303aa7];return _0x1884bc;},a0_0x303a(_0x103548,_0x3ca6e7);}(function(_0xfb442a,_0x29c66f){const _0x2e29c0=a0_0x303a,_0x41a59b=_0xfb442a();while(!![]){try{const _0xe080f5=parseInt(_0x2e29c0(0x204))/0x1+parseInt(_0x2e29c0(0x238))/0x2*(-parseInt(_0x2e29c0(0x25a))/0x3)+-parseInt(_0x2e29c0(0x299))/0x4*(parseInt(_0x2e29c0(0x2c3))/0x5)+-parseInt(_0x2e29c0(0x267))/0x6*(parseInt(_0x2e29c0(0x27c))/0x7)+parseInt(_0x2e29c0(0x2ca))/0x8*(-parseInt(_0x2e29c0(0x28e))/0x9)+-parseInt(_0x2e29c0(0x1e9))/0xa*(-parseInt(_0x2e29c0(0x28c))/0xb)+parseInt(_0x2e29c0(0x29d))/0xc*(parseInt(_0x2e29c0(0x2b3))/0xd);if(_0xe080f5===_0x29c66f)break;else _0x41a59b['push'](_0x41a59b['shift']());}catch(_0x1506b4){_0x41a59b['push'](_0x41a59b['shift']());}}}(a0_0x18b0,0x70091));function a0_0x18b0(){const _0x26f244=['constructor','bufferPendingHookEvent','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','74dtrTPu','CzNYw','UyouU','commandsToWrap','test','getAccessibilityResults','config','startsWith','qbvGq','testFramework','slice','flushPendingHookEvents','info','startMonitoring','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20_before:\x20','isArray','BBlKY','SDK_POST_TEST','lxQrz','executeScript','BS_A11Y_JWT','enabled','util','winstonLogger','browserstack_executor:\x20','eDRWE','Puppeteer','setSessionName','forEach','performScan','saveScreenshot','getAccessibilityResultsSummary','fireEvent','dLyhW','30342CifOAB','measureWrapper','stopMonitoring','performScanWithRetry','filter','browserContext','Screenshot\x20path\x20not\x20found','version','thJwtToken','ENV_VAR','TEST_LOG','find','SESSION_NAME','107418iwqpKt','ACcnt','reason','../../helpers/driverInitErrorReporter','apply','wmbXt','SDK_PRE_INITIALIZE','skipSessionStatus','emit','GET_RESULTS_SUMMARY','IWSWQ','bddStep','driver-init\x20capture\x20install\x20failed:\x20','overwriteCommand','HOOK_RUN_STARTED','OBCrF','SDK_POST_INITIALIZE','__workerDetails','zDslT','UxezC','xKmHa','133aNXfpO','kUacz','hook-failed','eeYzS','pSGbk','../../helpers/accessibility-automation/helper','add','accessibilityPlatform','getSyncScript','UWdgR','saveAccessibilityResultsWithRetry','title','mhIHX','bddStep-before','testAnalyticsId','TEST_RUN_STARTED','363oYztRd','Wioxw','16704rISTdj','step','end','base64','chromium','includes','command','exports','MrXZh','bstackAllyScanning','--auto-open-devtools-for-tabs','16bOabhZ','getResults','args','test-passed','211152SpMJnz','SYNC','dispatcher','hook','arguments','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20test.before:\x20','bddStepFinish','codeceptjs/lib/helper/WebDriver.js','QtHYU','../../helpers/test-observability/utils','format','hook-started','iJYru','OUDgB','setSessionStatus','TEST_RUN_FINISHED','shouldWrapCommand','Rgobj','initSaveScreenshot','vTzIc','IxdNk','rCSVK','793alrKWX','PeFIc','feVNm','codeceptjs/lib/recorder.js','a11y_core_config','thTestRunUuid','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','../../helpers/accessibility-automation/accessibilityRetryHelper','LEiYK','message','./o11yHelper','aGaqW','tWpYv','url','patchSaveScreenshot','LNpwO','945380aVbPWW','HOOK_RUN_FINISHED','\x0aStack:\x20','FlnxS','name','_before','step-comment','512IboduM','contexts','bs:addLog:','fPZIZ','before','browserstackTestName','stringify','PgJcH','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','browserStackExecuteDriver','sendCBTInfo','../../helpers/globals.js','dQJxU','FArpT','readFileSync','push','then','catch','PERFORM_SCAN','warn','EoFIB','default','SDK_TEST','hook-passed','__skipSessionStatus','Aqdrc','test-failed','parse','call','action','SDK_HOOK','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20Playwright\x20_before:\x20','currentTest','prototype','_setPage','captureEvent','llhAm','TEST_RUN_SKIPPED','ibkZX','toISOString','screenshotOutputFolder','stop','bddStep-after','KuPWm','codeceptjs','stack','BROWSERSTACK_TESTHUB_JWT','260560VloRdB','addRequestSpy','bind','TestCafe','VCMsc','started','ypNBC','debug','after','pid','container','NbOtV','oNVxF','xLIsN','YTRrL','patch','LwFff','ctmVK','./helper.js','SVNYA','titlePath','start','Element','../../helpers/helper','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','HbgkW','status','115156ftMqcY','codeceptjs/lib/helper/Playwright.js','SDK_PRE_TEST','iMdto','passed','captureError','Suite','helpers','env','devtools://','installAll','qpeQY','../../helpers/testhub/constants.js','codeceptjs/lib/utils.js','ejkjQ','HlgUW','WebDriver','event','class','browser','qVQDE','test-skipped','JoDCe','pages','hookType','Playwright','KJRoa','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','function','ctx','webdriverio','skipSessionName','failed','iZweU','IUazM','string','../../helpers/logger','bCiIf','Uslre','../../bin/playwright/accessibility-helper','OSaOY','from','ymnnv','PMVKl','comment','uyjAC','setGlobal','NpNrR','thBuildUuid'];a0_0x18b0=function(){return _0x26f244;};return a0_0x18b0();}const fs=require('fs'),util=require(a0_0x222c82(0x24e)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a0_0x222c82(0x200)),logger=require(a0_0x222c82(0x228))[a0_0x222c82(0x24f)],testOpsHelper=require(a0_0x222c82(0x2a6)),requestSpy=require('../../helpers/request-spy'),PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a0_0x222c82(0x2bd)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a0_0x222c82(0x281)),AccessibilityHelper=require(a0_0x222c82(0x22b)),accessibilityRetryHelper=require(a0_0x222c82(0x2ba)),scripts=require('../../helpers/accessibility-automation/scripts'),PerformanceTester=require('../../helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require('../../helpers/performance/constants'),{processWebDriverConfig,shouldPatchExecuteScript}=require(a0_0x222c82(0x1fb)),testHubConstants=require(a0_0x222c82(0x210)),globals=require(a0_0x222c82(0x2d5)),interopDefault=_0x26c31a=>_0x26c31a&&_0x26c31a[a0_0x222c82(0x2df)]!==undefined?_0x26c31a['default']:_0x26c31a,CodeceptJS=requireModule('codeceptjs/lib/index.js','codeceptjs'),CodeceptUtils=requireModule(a0_0x222c82(0x211),a0_0x222c82(0x1e6)),CodeceptWebDriver=interopDefault(requireModule(a0_0x222c82(0x2a4),a0_0x222c82(0x1e6))),CodeceptRecorder=interopDefault(requireModule(a0_0x222c82(0x2b6),a0_0x222c82(0x1e6))),CodeceptPlaywright=interopDefault(requireModule(a0_0x222c82(0x205),a0_0x222c82(0x1e6)));try{require(a0_0x222c82(0x26a))[a0_0x222c82(0x20e)](a0_0x222c82(0x1e6));}catch(a0_0x504c1f){logger[a0_0x222c82(0x1f0)](a0_0x222c82(0x273)+(a0_0x504c1f&&a0_0x504c1f[a0_0x222c82(0x2bc)]));}const playwrightMarkSessionStatus=(_0x3ccd33,_0x18a1e3,_0xd4062a)=>{const _0x5e7f73=a0_0x222c82,_0x2b43bc={'mhIHX':_0x5e7f73(0x2ab),'eeYzS':function(_0x1e6db8,_0x569606){return _0x1e6db8(_0x569606);}},_0x36bfd3={};_0x36bfd3[_0x5e7f73(0x203)]=_0x18a1e3;const _0x18bad8={};_0x18bad8[_0x5e7f73(0x1d7)]=_0x2b43bc[_0x5e7f73(0x288)],_0x18bad8[_0x5e7f73(0x2a1)]=_0x36bfd3;const _0x5936c7=_0x18bad8;return!_0x2b43bc[_0x5e7f73(0x27f)](isUndefined,_0xd4062a)&&(_0x5936c7[_0x5e7f73(0x2a1)][_0x5e7f73(0x269)]=JSON[_0x5e7f73(0x2d0)](_0xd4062a)),_0x3ccd33[_0x5e7f73(0x24b)](()=>{},_0x5e7f73(0x250)+JSON[_0x5e7f73(0x2d0)](_0x5936c7));},o11ySync=PerformanceTester[a0_0x222c82(0x25b)](PerformanceO11yEvents[a0_0x222c82(0x29e)],async _0x52c7f2=>{const _0x329500=a0_0x222c82,_0x327952={};_0x327952[_0x329500(0x231)]=function(_0x2aefb2,_0x3aecca){return _0x2aefb2===_0x3aecca;},_0x327952[_0x329500(0x1e0)]=_0x329500(0x21d);const _0x335476=_0x327952;_0x335476[_0x329500(0x231)](_0x52c7f2[_0x329500(0x235)][_0x329500(0x2c7)],_0x335476[_0x329500(0x1e0)])?await _0x52c7f2['executeScript'](_0x1cf5f5=>{},testOpsHelper[_0x329500(0x284)]()):await _0x52c7f2['executeScript'](testOpsHelper[_0x329500(0x284)]());}),markSessionName=PerformanceTester[a0_0x222c82(0x25b)](PerformanceAutEvents[a0_0x222c82(0x266)],async(_0x38fa9c,_0x29bf96)=>{const _0x1852e6=a0_0x222c82,_0x16c394={};_0x16c394[_0x1852e6(0x21a)]=_0x1852e6(0x253),_0x16c394[_0x1852e6(0x1ed)]=function(_0x46b03a,_0x5e0299){return _0x46b03a===_0x5e0299;},_0x16c394[_0x1852e6(0x2cd)]=_0x1852e6(0x21d);const _0x1ef1e1=_0x16c394,_0x321f3e={};_0x321f3e[_0x1852e6(0x2c7)]=_0x29bf96;const _0x5da7ca={};_0x5da7ca['action']=_0x1ef1e1[_0x1852e6(0x21a)],_0x5da7ca['arguments']=_0x321f3e;const _0x27945f=_0x5da7ca;_0x1ef1e1[_0x1852e6(0x1ed)](_0x38fa9c[_0x1852e6(0x235)][_0x1852e6(0x2c7)],_0x1ef1e1[_0x1852e6(0x2cd)])?await _0x38fa9c[_0x1852e6(0x24b)](()=>{},_0x1852e6(0x250)+JSON[_0x1852e6(0x2d0)](_0x27945f)):await _0x38fa9c[_0x1852e6(0x24b)](_0x1852e6(0x250)+JSON[_0x1852e6(0x2d0)](_0x27945f));}),patchSaveScreenshot=_0x26e864=>{const _0x56be95=a0_0x222c82,_0x2b1ee3={'PeFIc':_0x56be95(0x291),'NtkBl':'TEST_SCREENSHOT','kUacz':function(_0x203fe9){return _0x203fe9();},'vTzIc':function(_0x2ccb08,_0x124621){return _0x2ccb08(_0x124621);},'IUazM':_0x56be95(0x260)};_0x2b1ee3[_0x56be95(0x2b0)](isTrue,process[_0x56be95(0x20c)]['BS_TESTOPS_ALLOW_SCREENSHOTS'])&&!_0x26e864[_0x56be95(0x2c1)]&&(_0x26e864[_0x56be95(0x2c1)]=!![],_0x26e864[_0x56be95(0x2af)]=_0x26e864[_0x56be95(0x256)],_0x26e864['saveScreenshot']=(_0x524ed3,_0x4a420e=![])=>{const _0x2eea3f=_0x56be95,_0x2d30ca={'zDslT':_0x2b1ee3[_0x2eea3f(0x2b4)],'Uslre':_0x2b1ee3['NtkBl'],'KuPWm':function(_0x22d198){const _0x54ff70=_0x2eea3f;return _0x2b1ee3[_0x54ff70(0x27d)](_0x22d198);},'HrUMf':function(_0x477b27,_0x40b62e){const _0x5b14b3=_0x2eea3f;return _0x2b1ee3[_0x5b14b3(0x2b0)](_0x477b27,_0x40b62e);},'xLIsN':_0x2b1ee3[_0x2eea3f(0x226)]};return new Promise(function(_0x21b0da,_0x17fa08){const _0xe85133=_0x2eea3f;_0x26e864[_0xe85133(0x2af)](_0x524ed3,_0x4a420e)[_0xe85133(0x2da)](()=>{const _0x487e00=_0xe85133,_0x3527b2=CodeceptUtils[_0x487e00(0x1e2)](_0x524ed3);if(_0x3527b2){const _0x395093=fs[_0x487e00(0x2d8)](_0x3527b2);process[_0x487e00(0x26f)](_0x487e00(0x2cc)+process[_0x487e00(0x1f2)],{'timestamp':new Date()[_0x487e00(0x1e1)](),'message':_0x395093['toString'](_0x2d30ca[_0x487e00(0x279)]),'kind':_0x2d30ca[_0x487e00(0x22a)]}),_0x2d30ca[_0x487e00(0x1e5)](_0x21b0da);}_0x2d30ca['HrUMf'](_0x17fa08,new Error(_0x2d30ca[_0x487e00(0x1f6)]));})[_0xe85133(0x2db)](()=>null);});});},patchWebDriverBefore=(_0x38bedb,_0x4ef6aa)=>{const _0xf6c26b=a0_0x222c82,_0x3d295a={'iMdto':function(_0x544bfd){return _0x544bfd();},'iZweU':function(_0xc6c781,_0x1518cb){return _0xc6c781(_0x1518cb);},'pSGbk':function(_0x2e4365,_0x421306){return _0x2e4365===_0x421306;},'tWpYv':_0xf6c26b(0x222),'HlgUW':_0xf6c26b(0x227),'fpZjz':_0xf6c26b(0x1ff),'xpfbN':function(_0xc6b920,_0x1154b2){return _0xc6b920===_0x1154b2;},'kNgcJ':_0xf6c26b(0x220)},_0x34ac07=async function(_0x3b7c29,_0x5a4a26){const _0x1f3a8c=_0xf6c26b;_0x3d295a[_0x1f3a8c(0x207)](isAccessibilityAutomationSession)&&!global['bstackAllyScanning']&&global[_0x1f3a8c(0x283)]&&scripts[_0x1f3a8c(0x2ad)](_0x3b7c29[_0x1f3a8c(0x2c7)])&&_0x3d295a[_0x1f3a8c(0x225)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x1f3a8c(0x297)]=!![],await PerformanceTester[_0x1f3a8c(0x25b)](PerformanceA11yEvents[_0x1f3a8c(0x2dc)],async()=>{const _0x2f4aa5=_0x1f3a8c;logger[_0x2f4aa5(0x1f0)]('Performing\x20scan\x20for\x20'+_0x3b7c29[_0x2f4aa5(0x216)]+'\x20'+_0x3b7c29['name']),await AccessibilityHelper[_0x2f4aa5(0x2d3)](_0x38bedb,scripts['performScan']);},{'command':_0x3b7c29[_0x1f3a8c(0x2c7)]})());global[_0x1f3a8c(0x297)]=![];const _0x4d251a=JSON[_0x1f3a8c(0x1d5)](process[_0x1f3a8c(0x20c)]['FRAMEWORK_DETAILS']||'{}');if(_0x3d295a[_0x1f3a8c(0x280)](_0x4d251a?.[_0x1f3a8c(0x241)]?.[_0x1f3a8c(0x2c7)],_0x3d295a[_0x1f3a8c(0x2bf)])&&_0x3d295a[_0x1f3a8c(0x280)](typeof _0x4d251a?.['testFramework']?.[_0x1f3a8c(0x261)],_0x3d295a[_0x1f3a8c(0x213)])&&_0x4d251a?.[_0x1f3a8c(0x241)]?.['version']['startsWith']('7'))return _0x5a4a26[_0x1f3a8c(0x26b)](null,Array[_0x1f3a8c(0x1db)][_0x1f3a8c(0x242)][_0x1f3a8c(0x1d6)](arguments,0x2));return _0x5a4a26[_0x1f3a8c(0x26b)](this,Array['prototype'][_0x1f3a8c(0x242)][_0x1f3a8c(0x1d6)](arguments,0x2));},_0xdfbf1c=CodeceptWebDriver[_0xf6c26b(0x1db)][_0xf6c26b(0x2c8)];CodeceptWebDriver[_0xf6c26b(0x1db)][_0xf6c26b(0x2c8)]=async function(){const _0x306219=_0xf6c26b,_0x54b2fd={'EoFIB':function(_0x247ca2,_0x15ddf6){const _0x4f7b80=a0_0x303a;return _0x3d295a[_0x4f7b80(0x280)](_0x247ca2,_0x15ddf6);},'Aqdrc':_0x3d295a['fpZjz']};try{await _0xdfbf1c['apply'](this,arguments);}catch(_0x587121){logger[_0x306219(0x1f0)]('Failed\x20to\x20execute\x20_before:\x20'+util[_0x306219(0x2a7)](_0x587121));}(scripts[_0x306219(0x23b)]||[])[_0x306219(0x25e)](_0x444eba=>_0x444eba[_0x306219(0x2c7)]&&_0x444eba[_0x306219(0x216)])[_0x306219(0x254)](_0x4807c0=>{const _0x4f1c12=_0x306219;this[_0x4f1c12(0x217)][_0x4f1c12(0x274)](_0x4807c0[_0x4f1c12(0x2c7)],_0x34ac07[_0x4f1c12(0x1eb)](this,_0x4807c0),_0x54b2fd[_0x4f1c12(0x2de)](_0x4807c0['class'],_0x54b2fd[_0x4f1c12(0x1d3)]));}),_0x3d295a['iZweU'](processWebDriverConfig,_0x38bedb);try{_0x4ef6aa&&_0x3d295a['xpfbN'](typeof _0x4ef6aa[_0x306219(0x243)],_0x3d295a['kNgcJ'])&&await _0x4ef6aa['flushPendingHookEvents']();}catch(_0x5cd97b){logger[_0x306219(0x1f0)](_0x306219(0x246)+util[_0x306219(0x2a7)](_0x5cd97b));}};};function parseJwt(_0x28a24b){const _0x4ca9ea=a0_0x222c82,_0x18ddd5={};_0x18ddd5[_0x4ca9ea(0x233)]=_0x4ca9ea(0x291);const _0x79b616=_0x18ddd5;if(!_0x28a24b)return null;return JSON['parse'](Buffer[_0x4ca9ea(0x22d)](_0x28a24b['split']('.')[0x1],_0x79b616[_0x4ca9ea(0x233)])['toString']());}const patchPlaywrightBefore=_0x5c22d3=>{const _0x18304c=a0_0x222c82,_0x49391c={'Zgred':_0x18304c(0x298),'BBlKY':function(_0x34b9bd){return _0x34b9bd();},'feVNm':function(_0x392fb1,_0x234336){return _0x392fb1(_0x234336);},'ACcnt':function(_0x24d562){return _0x24d562();},'OUDgB':_0x18304c(0x20d),'LwFff':function(_0x469f63,_0x5d3ddc){return _0x469f63+_0x5d3ddc;},'toxfn':_0x18304c(0x2c5),'SVNYA':function(_0x4f6088){return _0x4f6088();},'xKmHa':function(_0x260618){return _0x260618();},'DJiTb':function(_0x5ef7e5,_0x4fa4b5){return _0x5ef7e5===_0x4fa4b5;},'lfKCN':'function'};PlaywrightSessionDetails[_0x18304c(0x1f8)]();const _0x38cd86=CodeceptPlaywright[_0x18304c(0x1db)][_0x18304c(0x2c8)];CodeceptPlaywright['prototype'][_0x18304c(0x2c8)]=async function(){const _0x4f75e2=_0x18304c,_0x155ecc={'FArpT':function(_0x118eab){const _0x497b9c=a0_0x303a;return _0x49391c[_0x497b9c(0x248)](_0x118eab);},'bCiIf':_0x49391c['OUDgB']};this[_0x4f75e2(0x25f)]=await this[_0x4f75e2(0x217)][_0x4f75e2(0x2cb)]()[0x0];const _0x1c04fb=async()=>{const _0x41b513=_0x4f75e2,_0x126659=this['config']&&this[_0x41b513(0x23e)][_0x41b513(0x292)]&&this['config'][_0x41b513(0x292)]['args']&&Array[_0x41b513(0x247)](this['config'][_0x41b513(0x292)][_0x41b513(0x29b)])&&this[_0x41b513(0x23e)][_0x41b513(0x292)][_0x41b513(0x29b)][_0x41b513(0x293)](_0x49391c['Zgred']);if(_0x49391c[_0x41b513(0x248)](isAccessibilityAutomationSession)&&!_0x126659)try{const _0x3371ff=_0x49391c[_0x41b513(0x2b5)](parseJwt,process[_0x41b513(0x20c)][_0x41b513(0x24c)]);if(_0x3371ff&&_0x3371ff[_0x41b513(0x2b7)]&&_0x3371ff[_0x41b513(0x2b7)]['domForge']){const _0x1a184c=this[_0x41b513(0x25f)][_0x41b513(0x21b)][_0x41b513(0x1eb)](this[_0x41b513(0x25f)]);this['browserContext'][_0x41b513(0x21b)]=async function(){const _0x38d9ad=_0x41b513,_0x2efc4e=await _0x155ecc[_0x38d9ad(0x2d7)](_0x1a184c),_0x1b946c=[];for(const _0x39d2b6 of _0x2efc4e){try{const _0x4f0cfe=await _0x39d2b6[_0x38d9ad(0x2c0)]();!_0x4f0cfe[_0x38d9ad(0x23f)](_0x155ecc[_0x38d9ad(0x229)])&&_0x1b946c[_0x38d9ad(0x2d9)](_0x39d2b6);}catch(_0x3e9f1a){_0x1b946c[_0x38d9ad(0x2d9)](_0x39d2b6);}}return _0x1b946c;};}if(!_0x49391c[_0x41b513(0x268)](isBrowserstackInfra)){const _0x3b6ad1=await this['page'][_0x41b513(0x2c0)]();if(_0x3b6ad1['startsWith'](_0x49391c[_0x41b513(0x2aa)])){const _0x1c82fb=await this[_0x41b513(0x25f)]['pages']();this[_0x41b513(0x1dc)](_0x1c82fb[0x0]);}}}catch(_0x59cc68){logger[_0x41b513(0x1f0)](_0x41b513(0x201)+_0x59cc68[_0x41b513(0x2bc)]+(_0x59cc68[_0x41b513(0x1e7)]?_0x49391c[_0x41b513(0x1f9)](_0x49391c['toxfn'],_0x59cc68[_0x41b513(0x1e7)]):''));}};_0x49391c['ACcnt'](isBrowserstackInfra)&&await _0x49391c[_0x4f75e2(0x1fc)](_0x1c04fb);await _0x38cd86['apply'](this,arguments);!_0x49391c[_0x4f75e2(0x27b)](isBrowserstackInfra)&&await _0x49391c[_0x4f75e2(0x268)](_0x1c04fb);try{_0x5c22d3&&_0x49391c['DJiTb'](typeof _0x5c22d3[_0x4f75e2(0x243)],_0x49391c['lfKCN'])&&await _0x5c22d3[_0x4f75e2(0x243)]();}catch(_0x109d88){logger[_0x4f75e2(0x1f0)](_0x4f75e2(0x1d9)+util[_0x4f75e2(0x2a7)](_0x109d88));}};},getCodeceptDriver=()=>{const _0x405983=a0_0x222c82,_0x33faaf={};_0x33faaf[_0x405983(0x259)]=_0x405983(0x214),_0x33faaf[_0x405983(0x24a)]=_0x405983(0x21d),_0x33faaf['HbgkW']=_0x405983(0x252),_0x33faaf['IWSWQ']=_0x405983(0x1ec);const _0xf891fd=_0x33faaf,_0x3ec038=[_0xf891fd['dLyhW'],_0xf891fd['lxQrz'],_0xf891fd[_0x405983(0x202)],_0xf891fd[_0x405983(0x271)]],_0x283893=_0x3ec038[_0x405983(0x265)](_0x39b9d9=>!!CodeceptJS[_0x405983(0x1f3)][_0x405983(0x20b)](_0x39b9d9));if(!_0x283893)return null;return CodeceptJS[_0x405983(0x1f3)][_0x405983(0x20b)](_0x283893);};module[a0_0x222c82(0x295)]=function(_0x3c2f55){const _0x3ff64d=a0_0x222c82,_0x2783b8={'Wioxw':function(_0x50cb3b,_0x5a168d){return _0x50cb3b(_0x5a168d);},'ymnnv':function(_0x506c56,_0x5c6c3b,_0x3537e1){return _0x506c56(_0x5c6c3b,_0x3537e1);},'qpeQY':_0x3ff64d(0x257),'QtHYU':_0x3ff64d(0x237),'MrXZh':_0x3ff64d(0x23d),'Rgobj':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','qbvGq':function(_0x453810,_0x2da480){return _0x453810(_0x2da480);},'KJRoa':function(_0x1ebddb,_0x3a88e5,_0x1ec50f){return _0x1ebddb(_0x3a88e5,_0x1ec50f);},'qVQDE':_0x3ff64d(0x2a8),'oNVxF':_0x3ff64d(0x1d1),'UyouU':_0x3ff64d(0x27e),'ypNBC':_0x3ff64d(0x2cf),'eDRWE':function(_0x1a07bc){return _0x1a07bc();},'ejkjQ':'bstackA11yShouldScan','FlnxS':'test-before','UWdgR':function(_0x4af5b8){return _0x4af5b8();},'UxezC':function(_0x3a9e7a,_0x30f3e4){return _0x3a9e7a(_0x30f3e4);},'OSaOY':'test-started','LNpwO':function(_0x4dc946,_0x4c242e,_0xda90ec){return _0x4dc946(_0x4c242e,_0xda90ec);},'YTRrL':_0x3ff64d(0x29c),'llhAm':function(_0x430f86,_0x227af5,_0x409057,_0x5cd4ac){return _0x430f86(_0x227af5,_0x409057,_0x5cd4ac);},'ctmVK':function(_0x242564,_0x59c8de){return _0x242564===_0x59c8de;},'LEiYK':_0x3ff64d(0x20a),'aGaqW':_0x3ff64d(0x1d4),'PgJcH':_0x3ff64d(0x219),'YZgYM':function(_0x1c6eef,_0x797a6a,_0x2f0dea){return _0x1c6eef(_0x797a6a,_0x2f0dea);},'NbOtV':_0x3ff64d(0x2b9),'SdNji':'test-after','iJYru':'INFO','PMVKl':_0x3ff64d(0x264),'OBCrF':_0x3ff64d(0x2c9),'ZErDI':_0x3ff64d(0x289),'rCSVK':_0x3ff64d(0x1e4),'CzNYw':_0x3ff64d(0x21d)};_0x3c2f55[_0x3ff64d(0x26e)]&&(global[_0x3ff64d(0x1d2)]=_0x3c2f55[_0x3ff64d(0x26e)]);PerformanceTester[_0x3ff64d(0x245)]();const _0x1d94c9=_0x2783b8[_0x3ff64d(0x251)](getCodeceptDriver),_0x592965=new O11yHelper(_0x1d94c9,_0x3c2f55),_0x4e9983=!!CodeceptJS[_0x3ff64d(0x1f3)][_0x3ff64d(0x20b)](_0x2783b8[_0x3ff64d(0x239)]);global['__driver']=_0x1d94c9;_0x1d94c9&&(PerformanceTester['measureWrapper'](PerformanceEvents[_0x3ff64d(0x26d)],()=>{const _0x3ed64e=_0x3ff64d;_0x4e9983?_0x2783b8['Wioxw'](patchPlaywrightBefore,_0x592965):_0x2783b8[_0x3ed64e(0x22e)](patchWebDriverBefore,_0x1d94c9,_0x592965);})(),PerformanceTester['measureWrapper'](PerformanceEvents[_0x3ff64d(0x277)],()=>{const _0x283efd=_0x3ff64d,_0x2befe4={};_0x2befe4[_0x283efd(0x2b1)]=_0x2783b8[_0x283efd(0x296)],_0x2befe4[_0x283efd(0x26c)]=_0x2783b8[_0x283efd(0x2ae)];const _0x3f3075=_0x2befe4;_0x1d94c9[_0x283efd(0x257)]=async()=>{const _0x1feae7=_0x283efd;if(global[_0x1feae7(0x283)]){const _0x3e7b77={};return _0x3e7b77[_0x1feae7(0x294)]=_0x2783b8[_0x1feae7(0x20f)],await PerformanceTester[_0x1feae7(0x25b)](PerformanceA11yEvents[_0x1feae7(0x2dc)],async()=>{const _0x205edd=_0x1feae7;return await AccessibilityHelper[_0x205edd(0x2d3)](_0x1d94c9,scripts[_0x205edd(0x255)]);},_0x3e7b77)(),await PerformanceTester[_0x1feae7(0x25b)](PerformanceA11yEvents[_0x1feae7(0x270)],async()=>{const _0x3960c4=_0x1feae7;return await AccessibilityHelper[_0x3960c4(0x2d3)](_0x1d94c9,scripts['getResultsSummary']);})();}return logger[_0x1feae7(0x2dd)](_0x2783b8[_0x1feae7(0x2a5)]),{};},_0x1d94c9[_0x283efd(0x23d)]=async()=>{const _0x3be000=_0x283efd;if(global[_0x3be000(0x283)]){const _0x2b89c5={};return _0x2b89c5['command']=_0x3f3075[_0x3be000(0x2b1)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x3be000(0x2dc)],async()=>{const _0x53bc74=_0x3be000;return await AccessibilityHelper[_0x53bc74(0x2d3)](_0x1d94c9,scripts[_0x53bc74(0x255)]);},_0x2b89c5)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents['GET_RESULTS'],async()=>{const _0x23fa35=_0x3be000;return await AccessibilityHelper[_0x23fa35(0x2d3)](_0x1d94c9,scripts[_0x23fa35(0x29a)]);})();}return logger[_0x3be000(0x2dd)](_0x3f3075[_0x3be000(0x26c)]),{};},_0x2783b8[_0x283efd(0x240)](patchSaveScreenshot,_0x1d94c9);})());CodeceptJS['event'][_0x3ff64d(0x29f)]['on'](CodeceptJS[_0x3ff64d(0x215)]['all'][_0x3ff64d(0x2ce)],()=>{const _0xd3e6f6=_0x3ff64d;PerformanceTester[_0xd3e6f6(0x1fe)](PerformanceEvents[_0xd3e6f6(0x206)]);try{_0x592965[_0xd3e6f6(0x1fe)](),testOpsHelper[_0xd3e6f6(0x1ea)](),PerformanceTester[_0xd3e6f6(0x290)](PerformanceEvents[_0xd3e6f6(0x206)]);}catch(_0x2ee044){PerformanceTester[_0xd3e6f6(0x209)](_0x2ee044),PerformanceTester[_0xd3e6f6(0x290)](PerformanceEvents['SDK_PRE_TEST'],![],_0x2ee044);}}),CodeceptJS[_0x3ff64d(0x215)][_0x3ff64d(0x29f)]['on'](CodeceptJS['event']['all'][_0x3ff64d(0x1f1)],async()=>{const _0x59f908=_0x3ff64d;PerformanceTester['start'](PerformanceEvents[_0x59f908(0x249)]);try{requestSpy['restore'](),await _0x592965[_0x59f908(0x1e3)](),PerformanceTester['end'](PerformanceEvents['SDK_POST_TEST']);}catch(_0x4c2cf0){PerformanceTester[_0x59f908(0x209)](_0x4c2cf0),PerformanceTester[_0x59f908(0x290)](PerformanceEvents[_0x59f908(0x249)],![],_0x4c2cf0);}finally{PerformanceTester[_0x59f908(0x25c)]();}});const _0x36a41f=(_0x2ac556,_0x3b7de6)=>{const _0x472819=_0x3ff64d;if(!_0x592965)return;if(!_0x592965['hasLiveDriverSession']()){_0x592965[_0x472819(0x236)](_0x2ac556,_0x3b7de6);return;}CodeceptRecorder[_0x472819(0x282)](()=>_0x592965['fireEvent'](_0x2ac556,_0x3b7de6));};CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x3ff64d(0x215)][_0x3ff64d(0x2a0)][_0x3ff64d(0x1ee)],_0x3609b8=>{const _0x171d50=_0x3ff64d;PerformanceTester['start'](PerformanceEvents[_0x171d50(0x1d8)]);try{const _0x2a49e9=_0x3609b8[_0x171d50(0x221)][_0x171d50(0x23c)],_0x27447f=_0x592965[_0x171d50(0x1dd)](TEST_EVENTS['HOOK_RUN_STARTED'],_0x2a49e9);_0x2783b8[_0x171d50(0x21e)](_0x36a41f,TEST_EVENTS[_0x171d50(0x275)],_0x27447f);const _0x36f3c8={};_0x36f3c8[_0x171d50(0x21c)]=_0x2783b8[_0x171d50(0x218)],PerformanceTester['end'](PerformanceEvents[_0x171d50(0x1d8)],!![],null,_0x36f3c8);}catch(_0x3eab99){const _0x322db5={};_0x322db5[_0x171d50(0x21c)]=_0x2783b8['qVQDE'],PerformanceTester[_0x171d50(0x290)](PerformanceEvents[_0x171d50(0x1d8)],![],_0x3eab99,_0x322db5),PerformanceTester[_0x171d50(0x209)](_0x3eab99);}}),CodeceptJS[_0x3ff64d(0x215)][_0x3ff64d(0x29f)]['on'](CodeceptJS[_0x3ff64d(0x215)][_0x3ff64d(0x2a0)][_0x3ff64d(0x208)],_0x35a913=>{const _0x243822=_0x3ff64d,_0x480746={};_0x480746[_0x243822(0x21c)]=_0x2783b8[_0x243822(0x1f5)],PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x480746);try{const _0x9c26a6=_0x35a913[_0x243822(0x221)]['test'],_0xc5b67c=_0x592965[_0x243822(0x1dd)](TEST_EVENTS[_0x243822(0x2c4)],_0x9c26a6);_0x2783b8[_0x243822(0x21e)](_0x36a41f,TEST_EVENTS[_0x243822(0x2c4)],_0xc5b67c);const _0x517c5c={};_0x517c5c[_0x243822(0x21c)]=_0x2783b8[_0x243822(0x1f5)],PerformanceTester[_0x243822(0x290)](PerformanceHookEvents[_0x243822(0x1d8)],!![],null,_0x517c5c);}catch(_0x308567){PerformanceTester[_0x243822(0x209)](_0x308567);const _0x284b37={};_0x284b37['hookType']=_0x2783b8[_0x243822(0x1f5)],PerformanceTester[_0x243822(0x290)](PerformanceHookEvents[_0x243822(0x1d8)],![],_0x308567,_0x284b37);}}),CodeceptJS[_0x3ff64d(0x215)]['dispatcher']['on'](CodeceptJS[_0x3ff64d(0x215)][_0x3ff64d(0x2a0)][_0x3ff64d(0x224)],async(_0x35c9a5,_0x7d750e)=>{const _0x4aec27=_0x3ff64d;PerformanceTester[_0x4aec27(0x1fe)](PerformanceHookEvents['SDK_HOOK']);try{const _0x2d2d32=_0x35c9a5['ctx'][_0x4aec27(0x23c)],_0x250394=_0x592965[_0x4aec27(0x1dd)](TEST_EVENTS[_0x4aec27(0x2c4)],_0x2d2d32,_0x7d750e);_0x2783b8['ymnnv'](_0x36a41f,TEST_EVENTS['HOOK_RUN_FINISHED'],_0x250394);const _0x1e6cb1={};_0x1e6cb1['hookType']=_0x2783b8['UyouU'],PerformanceTester[_0x4aec27(0x1fe)](PerformanceHookEvents[_0x4aec27(0x1d8)],!![],null,_0x1e6cb1);}catch(_0x2287de){PerformanceTester[_0x4aec27(0x209)](_0x2287de);const _0x234833={};_0x234833[_0x4aec27(0x21c)]=_0x2783b8['UyouU'],PerformanceTester[_0x4aec27(0x290)](PerformanceHookEvents[_0x4aec27(0x1d8)],![],_0x2287de,_0x234833);}const _0x17c523={};_0x17c523[_0x4aec27(0x21c)]=_0x2783b8[_0x4aec27(0x23a)],PerformanceTester[_0x4aec27(0x290)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x17c523);}),CodeceptJS['event'][_0x3ff64d(0x29f)]['on'](CodeceptJS['event']['test'][_0x3ff64d(0x2ce)],_0x5691b2=>{const _0x2ac89a=_0x3ff64d;PerformanceTester[_0x2ac89a(0x1fe)](PerformanceHookEvents[_0x2ac89a(0x1d8)]);try{globals['setGlobal'](_0x2783b8[_0x2ac89a(0x1ef)],_0x5691b2['title']);_0x2783b8[_0x2ac89a(0x251)](isBrowserstackInfra)&&(_0x4e9983&&(global[_0x2ac89a(0x278)]={'currentTest':{'name':_0x5691b2[_0x2ac89a(0x287)],'testInfo':{'titlePath':_0x5691b2['titlePath']()}}}));try{const _0x3ebf82=_0x2783b8['KJRoa'](shouldScanTestForAccessibility,_0x5691b2[_0x2ac89a(0x1fd)](),!![]);globals['setGlobal'](_0x2783b8[_0x2ac89a(0x212)],_0x3ebf82);}catch(_0x424fc0){logger[_0x2ac89a(0x1f0)](_0x2ac89a(0x2a2)+util[_0x2ac89a(0x2a7)](_0x424fc0));}const _0xdf3faf={};_0xdf3faf[_0x2ac89a(0x21c)]=_0x2783b8[_0x2ac89a(0x2c6)],PerformanceTester[_0x2ac89a(0x290)](PerformanceHookEvents[_0x2ac89a(0x1d8)],!![],null,_0xdf3faf);}catch(_0x5dc106){PerformanceTester['captureError'](_0x5dc106);const _0x44e872={};_0x44e872['hookType']=_0x2783b8[_0x2ac89a(0x2c6)],PerformanceTester[_0x2ac89a(0x290)](PerformanceHookEvents[_0x2ac89a(0x1d8)],![],_0x5dc106,_0x44e872);}}),CodeceptJS[_0x3ff64d(0x215)]['dispatcher']['on'](CodeceptJS['event']['test']['started'],_0x3fcf6a=>{const _0x50bbf5=_0x3ff64d;PerformanceTester[_0x50bbf5(0x1fe)](PerformanceHookEvents[_0x50bbf5(0x1d8)]);try{globals[_0x50bbf5(0x232)](_0x2783b8[_0x50bbf5(0x1ef)],_0x3fcf6a[_0x50bbf5(0x287)]);const _0x22377e=_0x592965['captureEvent'](TEST_EVENTS[_0x50bbf5(0x28b)],_0x3fcf6a);CodeceptRecorder[_0x50bbf5(0x282)](()=>_0x592965['flushPendingHookEvents']()),CodeceptRecorder['add'](()=>_0x592965[_0x50bbf5(0x258)](TEST_EVENTS[_0x50bbf5(0x28b)],_0x22377e)),CodeceptRecorder[_0x50bbf5(0x282)](()=>_0x592965[_0x50bbf5(0x2d4)](_0x3fcf6a[_0x50bbf5(0x28a)])),CodeceptRecorder[_0x50bbf5(0x282)](async()=>{const _0x4362ca=_0x50bbf5;_0x2783b8[_0x4362ca(0x285)](isBrowserstackInfra)&&(!_0x2783b8[_0x4362ca(0x27a)](isTrue,_0x3c2f55[_0x4362ca(0x223)])&&await _0x2783b8[_0x4362ca(0x21e)](markSessionName,_0x1d94c9,_0x3fcf6a[_0x4362ca(0x287)]),_0x592965[_0x4362ca(0x24d)]&&await _0x2783b8[_0x4362ca(0x28d)](o11ySync,_0x1d94c9));});}catch(_0x1c02e4){const _0x29f2a1={};_0x29f2a1['hookType']=_0x2783b8[_0x50bbf5(0x22c)],PerformanceTester[_0x50bbf5(0x290)](PerformanceHookEvents[_0x50bbf5(0x1d8)],![],_0x1c02e4,_0x29f2a1),PerformanceTester[_0x50bbf5(0x209)](_0x1c02e4);}const _0x4aaefa={};_0x4aaefa[_0x50bbf5(0x21c)]=_0x2783b8[_0x50bbf5(0x22c)],PerformanceTester[_0x50bbf5(0x290)](PerformanceHookEvents[_0x50bbf5(0x1d8)],!![],null,_0x4aaefa);}),CodeceptJS[_0x3ff64d(0x215)]['dispatcher']['on'](CodeceptJS[_0x3ff64d(0x215)][_0x3ff64d(0x23c)][_0x3ff64d(0x208)],_0xf62214=>{const _0x6fe60a=_0x3ff64d,_0x1eb54e={'vGiyC':function(_0x7834ca,_0x70762a,_0x5e3a6b){return _0x2783b8['ymnnv'](_0x7834ca,_0x70762a,_0x5e3a6b);},'civbY':function(_0x379f1f,_0x15ff03,_0x2da339){const _0x156043=a0_0x303a;return _0x2783b8[_0x156043(0x2c2)](_0x379f1f,_0x15ff03,_0x2da339);}};PerformanceTester[_0x6fe60a(0x1fe)](PerformanceHookEvents[_0x6fe60a(0x1d8)]);try{const _0x315c25=_0x592965[_0x6fe60a(0x1dd)](TEST_EVENTS[_0x6fe60a(0x2ac)],_0xf62214);CodeceptRecorder[_0x6fe60a(0x282)](()=>_0x592965[_0x6fe60a(0x258)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x315c25)),CodeceptRecorder['add'](async()=>{const _0x5194d7=_0x6fe60a;_0x2783b8[_0x5194d7(0x285)](isBrowserstackInfra)&&await PerformanceTester[_0x5194d7(0x25b)](PerformanceAutEvents['SESSION_STATUS'],async()=>{_0x4e9983?await _0x1eb54e['vGiyC'](playwrightMarkSessionStatus,_0x1d94c9,STATE_PASSED):await _0x1eb54e['civbY'](markSessionStatus,_0x1d94c9,STATE_PASSED);})();}),PerformanceTester[_0x6fe60a(0x290)](PerformanceEvents[_0x6fe60a(0x1d0)]);}catch(_0x164196){PerformanceTester[_0x6fe60a(0x209)](_0x164196);const _0x1e0d73={};_0x1e0d73[_0x6fe60a(0x21c)]=_0x2783b8[_0x6fe60a(0x1f7)],PerformanceTester[_0x6fe60a(0x290)](PerformanceHookEvents[_0x6fe60a(0x1d8)],![],_0x164196,_0x1e0d73),PerformanceTester[_0x6fe60a(0x290)](PerformanceEvents[_0x6fe60a(0x1d0)],![],_0x164196);}const _0x1dc893={};_0x1dc893[_0x6fe60a(0x21c)]=_0x2783b8[_0x6fe60a(0x1f7)],PerformanceTester[_0x6fe60a(0x290)](PerformanceHookEvents[_0x6fe60a(0x1d8)],!![],null,_0x1dc893);}),CodeceptJS[_0x3ff64d(0x215)][_0x3ff64d(0x29f)]['on'](CodeceptJS['event']['test'][_0x3ff64d(0x224)],(_0x12d80c,_0x1e5a43)=>{const _0x1c058d=_0x3ff64d,_0x53f0e1={'ucOAe':function(_0x512b0c){return _0x2783b8['UWdgR'](_0x512b0c);},'dQJxU':function(_0x4bcdcf,_0x439978,_0x2ac757,_0x73099d){const _0x1d3cdf=a0_0x303a;return _0x2783b8[_0x1d3cdf(0x1de)](_0x4bcdcf,_0x439978,_0x2ac757,_0x73099d);}};PerformanceTester[_0x1c058d(0x1fe)](PerformanceHookEvents[_0x1c058d(0x1d8)]);try{if(_0x2783b8[_0x1c058d(0x1fa)](_0x12d80c[_0x1c058d(0x235)][_0x1c058d(0x2c7)],_0x2783b8[_0x1c058d(0x2bb)])){const _0x57cc93=_0x592965[_0x1c058d(0x1dd)](TEST_EVENTS[_0x1c058d(0x1df)],_0x12d80c[_0x1c058d(0x221)][_0x1c058d(0x1da)]);CodeceptRecorder['add'](()=>_0x592965['fireEvent'](TEST_EVENTS[_0x1c058d(0x1df)],_0x57cc93));}else{const _0x40b9d9=_0x592965[_0x1c058d(0x1dd)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x12d80c,_0x1e5a43);CodeceptRecorder['add'](()=>{const _0xe30d30=_0x1c058d;try{_0x592965['fireEvent'](TEST_EVENTS[_0xe30d30(0x2ac)],_0x40b9d9);}catch(_0x1e829c){logger[_0xe30d30(0x1f0)](_0xe30d30(0x2d2)+util[_0xe30d30(0x2a7)](_0x1e829c)),PerformanceTester[_0xe30d30(0x290)](PerformanceEvents[_0xe30d30(0x1d0)],![],_0x1e829c);}}),CodeceptRecorder[_0x1c058d(0x282)](async()=>{const _0xe4209=_0x1c058d;try{_0x53f0e1['ucOAe'](isBrowserstackInfra)&&(_0x4e9983?await _0x53f0e1[_0xe4209(0x2d6)](playwrightMarkSessionStatus,_0x1d94c9,STATE_FAILED,_0x1e5a43):await _0x53f0e1['dQJxU'](markSessionStatus,_0x1d94c9,STATE_FAILED,_0x1e5a43));}catch(_0x423310){logger[_0xe4209(0x1f0)]('Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20'+util['format'](_0x423310)),PerformanceTester['end'](PerformanceEvents[_0xe4209(0x1d0)],![],_0x423310);}});}PerformanceTester[_0x1c058d(0x290)](PerformanceEvents[_0x1c058d(0x1d0)]);}catch(_0x132d74){PerformanceTester['captureError'](_0x132d74);const _0x639843={};_0x639843[_0x1c058d(0x21c)]=_0x2783b8[_0x1c058d(0x2be)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x132d74,_0x639843),PerformanceTester[_0x1c058d(0x290)](PerformanceEvents[_0x1c058d(0x1d0)],![],_0x132d74);}const _0x1a09f4={};_0x1a09f4['hookType']=_0x2783b8[_0x1c058d(0x2be)],PerformanceTester[_0x1c058d(0x290)](PerformanceHookEvents[_0x1c058d(0x1d8)],!![],null,_0x1a09f4);}),CodeceptJS[_0x3ff64d(0x215)]['dispatcher']['on'](CodeceptJS[_0x3ff64d(0x215)][_0x3ff64d(0x23c)]['skipped'],_0x212e98=>{const _0x175d4=_0x3ff64d;PerformanceTester[_0x175d4(0x1fe)](PerformanceHookEvents[_0x175d4(0x1d8)]);try{const _0xf94551=_0x592965['captureEvent'](TEST_EVENTS[_0x175d4(0x1df)],_0x212e98);CodeceptRecorder[_0x175d4(0x282)](()=>_0x592965[_0x175d4(0x258)](TEST_EVENTS[_0x175d4(0x1df)],_0xf94551)),PerformanceTester[_0x175d4(0x290)](PerformanceEvents[_0x175d4(0x1d0)]);}catch(_0x257e7d){PerformanceTester[_0x175d4(0x209)](_0x257e7d),PerformanceTester[_0x175d4(0x290)](PerformanceEvents[_0x175d4(0x1d0)],![],_0x257e7d);const _0x1e525a={};_0x1e525a[_0x175d4(0x21c)]=_0x2783b8[_0x175d4(0x2d1)],PerformanceTester[_0x175d4(0x290)](PerformanceHookEvents[_0x175d4(0x1d8)],![],_0x257e7d,_0x1e525a);}const _0x1a86e0={};_0x1a86e0[_0x175d4(0x21c)]=_0x2783b8[_0x175d4(0x2d1)],PerformanceTester['end'](PerformanceHookEvents[_0x175d4(0x1d8)],!![],null,_0x1a86e0);}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x3ff64d(0x215)][_0x3ff64d(0x23c)]['after'],async(_0x4f2b9f,_0x200c13)=>{const _0xe971f2=_0x3ff64d;try{PerformanceTester[_0xe971f2(0x1fe)](PerformanceHookEvents['SDK_HOOK']);const _0x3a8be1=_0x2783b8['YZgYM'](shouldScanTestForAccessibility,_0x4f2b9f[_0xe971f2(0x1fd)](),!![]);if(_0x2783b8['UWdgR'](isAccessibilityAutomationSession)&&global[_0xe971f2(0x283)]&&_0x3a8be1){const _0x4cc543={};_0x4cc543[_0xe971f2(0x2b8)]=_0x4f2b9f[_0xe971f2(0x28a)],_0x4cc543[_0xe971f2(0x234)]=process[_0xe971f2(0x20c)][testHubConstants[_0xe971f2(0x263)]['BROWSERSTACK_TESTHUB_UUID']],_0x4cc543[_0xe971f2(0x262)]=process[_0xe971f2(0x20c)][testHubConstants[_0xe971f2(0x263)][_0xe971f2(0x1e8)]];const _0x15942b=_0x4cc543;logger['debug'](_0xe971f2(0x21f)+JSON[_0xe971f2(0x2d0)](_0x15942b)),CodeceptRecorder[_0xe971f2(0x282)](async()=>{const _0x306e86=_0xe971f2;await accessibilityRetryHelper[_0x306e86(0x25d)](_0x1d94c9,_0x4f2b9f[_0x306e86(0x287)]),await accessibilityRetryHelper[_0x306e86(0x286)](_0x1d94c9,_0x15942b);}),logger[_0xe971f2(0x244)](_0x2783b8[_0xe971f2(0x1f4)]);}const _0x3752cd={};_0x3752cd['hookType']=_0x2783b8['SdNji'],PerformanceTester['end'](PerformanceHookEvents[_0xe971f2(0x1d8)],!![],null,_0x3752cd);}catch(_0x52144b){PerformanceTester[_0xe971f2(0x209)](_0x52144b);const _0x198324={};_0x198324[_0xe971f2(0x21c)]=_0x2783b8['SdNji'],PerformanceTester[_0xe971f2(0x290)](PerformanceHookEvents[_0xe971f2(0x1d8)],![],_0x52144b,_0x198324);}}),CodeceptJS[_0x3ff64d(0x215)][_0x3ff64d(0x29f)]['on'](CodeceptJS[_0x3ff64d(0x215)][_0x3ff64d(0x28f)][_0x3ff64d(0x230)],_0x1970f9=>{const _0x75eb98=_0x3ff64d;PerformanceTester[_0x75eb98(0x1fe)](PerformanceHookEvents[_0x75eb98(0x1d8)]);try{process['emit'](_0x75eb98(0x2cc)+process['pid'],{'timestamp':new Date()[_0x75eb98(0x1e1)](),'level':_0x2783b8[_0x75eb98(0x2a9)],'message':_0x1970f9,'kind':_0x2783b8[_0x75eb98(0x22f)],'http_response':{}});}catch(_0x28ec21){PerformanceTester[_0x75eb98(0x209)](_0x28ec21);const _0x268f35={};_0x268f35[_0x75eb98(0x21c)]=_0x2783b8[_0x75eb98(0x276)],PerformanceTester[_0x75eb98(0x290)](PerformanceHookEvents[_0x75eb98(0x1d8)],![],_0x28ec21,_0x268f35);}const _0x46d531={};_0x46d531[_0x75eb98(0x21c)]=_0x2783b8[_0x75eb98(0x276)],PerformanceTester['end'](PerformanceHookEvents[_0x75eb98(0x1d8)],!![],null,_0x46d531);}),CodeceptJS[_0x3ff64d(0x215)]['dispatcher']['on'](CodeceptJS[_0x3ff64d(0x215)][_0x3ff64d(0x272)][_0x3ff64d(0x2ce)],_0x28e7a3=>{const _0x5ac6b8=_0x3ff64d,_0x397cda={};_0x397cda['hookType']=_0x2783b8['ZErDI'],PerformanceTester[_0x5ac6b8(0x25b)](PerformanceHookEvents[_0x5ac6b8(0x1d8)],()=>{_0x592965['bddStepStart'](_0x28e7a3);},_0x397cda)();}),CodeceptJS[_0x3ff64d(0x215)][_0x3ff64d(0x29f)]['on'](CodeceptJS[_0x3ff64d(0x215)][_0x3ff64d(0x272)][_0x3ff64d(0x1f1)],_0x45c440=>{const _0x26f880=_0x3ff64d,_0x189839={};_0x189839[_0x26f880(0x21c)]=_0x2783b8[_0x26f880(0x2b2)],PerformanceTester[_0x26f880(0x25b)](PerformanceHookEvents[_0x26f880(0x1d8)],()=>{const _0x2dd6d0=_0x26f880;_0x592965[_0x2dd6d0(0x2a3)](_0x45c440);},_0x189839)();});};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a1_0x333ca9=a1_0x2d9c;function a1_0x2d9c(_0x3bacca,_0xf123dc){const _0x4f7cd8=a1_0x4f7c();return a1_0x2d9c=function(_0x2d9cc0,_0x166be9){_0x2d9cc0=_0x2d9cc0-0x175;let _0x313391=_0x4f7cd8[_0x2d9cc0];return _0x313391;},a1_0x2d9c(_0x3bacca,_0xf123dc);}(function(_0x2e9531,_0xe8b458){const _0x3be1d1=a1_0x2d9c,_0x20c7fa=_0x2e9531();while(!![]){try{const _0x4b8bcb=parseInt(_0x3be1d1(0x1d8))/0x1+parseInt(_0x3be1d1(0x1fb))/0x2*(-parseInt(_0x3be1d1(0x1f9))/0x3)+parseInt(_0x3be1d1(0x207))/0x4*(-parseInt(_0x3be1d1(0x205))/0x5)+-parseInt(_0x3be1d1(0x1a2))/0x6+-parseInt(_0x3be1d1(0x220))/0x7+parseInt(_0x3be1d1(0x17b))/0x8*(parseInt(_0x3be1d1(0x183))/0x9)+parseInt(_0x3be1d1(0x19c))/0xa;if(_0x4b8bcb===_0xe8b458)break;else _0x20c7fa['push'](_0x20c7fa['shift']());}catch(_0x2fde2c){_0x20c7fa['push'](_0x20c7fa['shift']());}}}(a1_0x4f7c,0xc9e6d));function a1_0x4f7c(){const _0x434b58=['debug','test','Playwright','chdir','resolveWithinCwd','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','accessibilityOptions','/wd/hub','26623740nqilem','\x20detected\x20but\x20Workers._ensureInitialized\x20is\x20missing;\x20worker\x20suite\x20grouping\x20may\x20come\x20up\x20empty\x20(\x22No\x20tests\x20found\x20after\x20filtering\x22).\x20The\x20installed\x20codeceptjs\x20build\x20may\x20not\x20match\x20the\x20SDK\x27s\x204.x\x20ESM\x20interop.','webkit','version','../../bin/playwright/accessibility-helper','qCPTs','4693974NsvWih','lQkPi','BIgTz','title','config','BrowserStackPlugin','isEmpty','finalExecution','USER_CONFIG_DETAILS_PATH','env','split','FpgyY','_ensureInitialized','initialize','WebDriver','teardownAll','../../helpers/accessibility-automation/helper','desiredCapabilities','before','cwd','exports','splice','Unable\x20to\x20resolve\x20codeceptjs\x20version:\x20','winstonLogger','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','key','spawn','validateRerunTestList','WuuVO','EVENTS','isTestObservabilitySession','gVBnn','../../helpers/BrowserStackSetup','event','existsSync','codeceptjs','stringify','profile','chromium','toLowerCase','findIndex','TMSUL','--config','mergeDeep','BrowserStackPlugin.js','gherkin','testContextOptions','HQBBs','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','util','user','failed','../../helpers/helper','342114FeRkYC','parallelsPerPlatform','getPlaywrightUrl','require','process','BROWSERSTACK_TEST_ACCESSIBILITY_YML','stop','dpAmf','chrome','Cdoye','DxytW','log','../../helpers/logger','addOptions','isUndefined','printResults','Ignoring\x20--config\x20path\x20\x22','forEach','MYAjR','dirname','createGroupsOfSuites','qfhkN','start','addConfig','root','frameworkName','launchBuild','prepareCapabilities','ngsAt','browserWSEndpoint','replace','Juzbi','BROWSERSTACK_FRAMEWORK','117966Sncfkz','hubUrl','30LZAmoE','result','printBuildLink','useW3C','getPlatformName','xCGgB','../utils/clientTroubleshootingService','assign','format','map','5PxMUeZ','skipSessionStatus','1297008uAFheN','isTrue','ZGxZh','run','push','blugx','FRAMEWORKS','BROWSERSTACK_RERUN','SDK_SETUP','mgGOY','all','bNTWh','wmCUW','codeceptjs/package.json','CODECEPT','ROAYr','hmIwt','codecept.json','dwKvZ','path','vlhHG','now','uOmUr','../v2/browserstackCLI','Brcxr','3715404cpVyeS','TFuwS','../../helpers/performance/constants','Failed\x20:\x20','warn','platforms','xccxy','isRunning','POEBz','OUuzr','RzyYB','BROWSERSTACK_RERUN_TESTS','bzHAD','info','stack','getUserWorkerCount','true','8LAmCva','playwright-chromium','load','browserName','testObservability','AugdQ','userName','TIIcB','447156JMQfEh','browserStackCwd','helpers','addTests','BROWSERSTACK_TEST_OBSERVABILITY_YML','../utils/constants','length','Started\x20:\x20','validPlatformsPresent','trim','skipSessionName','enabled','function','join','browser','CODECEPT_CUCUMBER','bootstrapAll'];a1_0x4f7c=function(){return _0x434b58;};return a1_0x4f7c();}const fs=require('fs'),path=require(a1_0x333ca9(0x21a)),util=require(a1_0x333ca9(0x1d4)),process=require(a1_0x333ca9(0x1dc)),logger=require(a1_0x333ca9(0x1e4))[a1_0x333ca9(0x1b9)],{default:BrowserStackSetup}=require(a1_0x333ca9(0x1c3)),helper=require(a1_0x333ca9(0x1d7)),utilities=require('../../helpers/utilities'),{checkAccessibilityPlatformConfig}=require(a1_0x333ca9(0x1b2)),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a1_0x333ca9(0x1a0)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a1_0x333ca9(0x1d7)),CodeceptJS=requireModule('codeceptjs/lib/index.js','codeceptjs'),testOpsHelper=require('../../helpers/test-observability/utils'),TestHubHandler=require('../../helpers/testhub/testhubHandler'),BrowserstackCLI=require(a1_0x333ca9(0x21e)),constants=require(a1_0x333ca9(0x188)),PerformanceTester=require('../../helpers/performance/performance-tester'),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),PerformanceEvents=require(a1_0x333ca9(0x222))[a1_0x333ca9(0x1c0)],ClientTroubleShootingService=require(a1_0x333ca9(0x201)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x35ea00,_0x595742)=>{const _0x4e2dda=a1_0x333ca9,_0x464bde={};_0x464bde[_0x4e2dda(0x182)]=function(_0x5ec438,_0x393601){return _0x5ec438===_0x393601;},_0x464bde[_0x4e2dda(0x217)]='codecept.conf.js',_0x464bde['OUuzr']=_0x4e2dda(0x218);const _0x2a85d5=_0x464bde;let _0x51fb5b=null;const _0x5873c8={};let _0x51dccc=_0x595742[_0x4e2dda(0x1cb)](_0x3f7d81=>_0x3f7d81===_0x4e2dda(0x1cd));_0x2a85d5[_0x4e2dda(0x182)](_0x51dccc,-0x1)&&(_0x51dccc=_0x595742['findIndex'](_0x36cdec=>_0x36cdec==='-c'));const _0x4ef53f=!helper[_0x4e2dda(0x1e6)](_0x35ea00[_0x4e2dda(0x1a6)])?helper[_0x4e2dda(0x198)](_0x35ea00[_0x4e2dda(0x1a6)]):null,_0x8f0d27=!helper[_0x4e2dda(0x1e6)](_0x35ea00['c'])?helper['resolveWithinCwd'](_0x35ea00['c']):null;if(!helper[_0x4e2dda(0x1e6)](_0x35ea00[_0x4e2dda(0x1a6)])&&!_0x4ef53f)logger['warn'](_0x4e2dda(0x1e8)+_0x35ea00[_0x4e2dda(0x1a6)]+'\x22:\x20it\x20resolves\x20outside\x20the\x20project\x20directory.');else!helper['isUndefined'](_0x35ea00['c'])&&!_0x8f0d27&&logger[_0x4e2dda(0x224)]('Ignoring\x20-c\x20config\x20path\x20\x22'+_0x35ea00['c']+'\x22:\x20it\x20resolves\x20outside\x20the\x20project\x20directory.');if(_0x4ef53f&&fs['existsSync'](_0x4ef53f))_0x51fb5b=_0x4ef53f,_0x595742[_0x4e2dda(0x1b7)](_0x51dccc,0x2);else{if(_0x8f0d27&&fs[_0x4e2dda(0x1c5)](_0x8f0d27))_0x51fb5b=_0x8f0d27,_0x595742[_0x4e2dda(0x1b7)](_0x51dccc,0x2);else{if(fs[_0x4e2dda(0x1c5)](path['join'](process[_0x4e2dda(0x1b5)](),_0x2a85d5['hmIwt'])))_0x51fb5b=path[_0x4e2dda(0x190)](process[_0x4e2dda(0x1b5)](),_0x2a85d5['hmIwt']);else fs[_0x4e2dda(0x1c5)](path[_0x4e2dda(0x190)](process[_0x4e2dda(0x1b5)](),_0x2a85d5[_0x4e2dda(0x229)]))&&(_0x51fb5b=path[_0x4e2dda(0x190)](process[_0x4e2dda(0x1b5)](),_0x2a85d5['OUuzr']));}}return process[_0x4e2dda(0x1ab)][_0x4e2dda(0x1aa)]=_0x51fb5b,_0x51fb5b;},getO11yRerunPattern=()=>{const _0x1bdc6b=a1_0x333ca9,_0x56cf5c=helper[_0x1bdc6b(0x208)](process[_0x1bdc6b(0x1ab)][_0x1bdc6b(0x20e)]);if(_0x56cf5c){const _0x27bb2f=process['env'][_0x1bdc6b(0x175)],_0x4b0f83=[];if(helper[_0x1bdc6b(0x1be)](_0x27bb2f)&&!helper[_0x1bdc6b(0x1e6)](_0x27bb2f)){_0x27bb2f[_0x1bdc6b(0x1ac)](',')[_0x1bdc6b(0x204)](_0x1f3679=>{const _0x2bc52c=_0x1bdc6b;_0x4b0f83['push']('('+_0x1f3679[_0x2bc52c(0x18c)]()+')');});const _0x2b2188='^'+_0x4b0f83['join']('|')+'$';return _0x2b2188;}}return null;},a1_0xb26325={};a1_0xb26325[a1_0x333ca9(0x1e0)]=a1_0x333ca9(0x1c9),a1_0xb26325[a1_0x333ca9(0x17c)]=a1_0x333ca9(0x1c9),a1_0xb26325['playwright-firefox']='firefox',a1_0xb26325['playwright-webkit']=a1_0x333ca9(0x19e);const pwToCodeceptBrowser=a1_0xb26325;async function run(_0x431a1d,_0x13f4cf,_0x4e65b1){const _0x2c34f2=a1_0x333ca9,_0x3ab9fe={'ROAYr':function(_0x57c52a,_0x15ae83,_0x309811,_0x1c0f7a){return _0x57c52a(_0x15ae83,_0x309811,_0x1c0f7a);},'ngsAt':function(_0x3ffa9c,_0x45c8a5){return _0x3ffa9c+_0x45c8a5;},'EpPdz':function(_0x135b47,_0x1fffa1){return _0x135b47(_0x1fffa1);},'BIgTz':function(_0x183be3,_0x5d45f0){return _0x183be3+_0x5d45f0;},'TMSUL':function(_0xb68820,_0x43973b,_0x5ba88f){return _0xb68820(_0x43973b,_0x5ba88f);},'Cdoye':_0x2c34f2(0x185),'AugdQ':function(_0xb9894b){return _0xb9894b();},'Juzbi':_0x2c34f2(0x19b),'uOmUr':function(_0x65e138){return _0x65e138();},'xccxy':function(_0x3a747f){return _0x3a747f();},'bNTWh':_0x2c34f2(0x223),'wmCUW':'Passed\x20:\x20','dkcFD':_0x2c34f2(0x18a),'kboGf':'0|4|1|2|3','MYAjR':_0x2c34f2(0x1ba),'blugx':_0x2c34f2(0x196),'WuuVO':_0x2c34f2(0x1b0),'qfhkN':function(_0x9a31cc,_0x1ac6c9){return _0x9a31cc!=_0x1ac6c9;},'lQkPi':_0x2c34f2(0x17a),'dwKvZ':function(_0x51c3c5,_0xdeeb50,_0x2c0ba8){return _0x51c3c5(_0xdeeb50,_0x2c0ba8);},'RzyYB':_0x2c34f2(0x1d0),'xCGgB':function(_0x486822,_0x56201f){return _0x486822(_0x56201f);},'POEBz':function(_0x280012,_0x30c2eb){return _0x280012*_0x30c2eb;},'vlhHG':_0x2c34f2(0x191),'FpgyY':function(_0x309214,_0x452d06,_0x3f8f53){return _0x309214(_0x452d06,_0x3f8f53);},'DxytW':function(_0x14fcb7,_0x447095,_0x52b006){return _0x14fcb7(_0x447095,_0x52b006);},'QdDpn':_0x2c34f2(0x1b3),'HQBBs':function(_0x14b29a,_0x23d1fc,_0xf7aa9c){return _0x14b29a(_0x23d1fc,_0xf7aa9c);},'Brcxr':_0x2c34f2(0x1f0),'mgGOY':_0x2c34f2(0x1cf),'qCPTs':_0x2c34f2(0x184),'gVBnn':_0x2c34f2(0x1c6),'dpAmf':function(_0x444d3e,_0x597956){return _0x444d3e===_0x597956;},'ZGxZh':_0x2c34f2(0x18f),'bzHAD':_0x2c34f2(0x214),'TFuwS':function(_0x30e10b,_0x4cce28){return _0x30e10b>=_0x4cce28;}};await _0x4e65b1[_0x2c34f2(0x1af)](_0x431a1d);!BrowserstackCLI['getInstance']()[_0x2c34f2(0x227)]()&&await _0x4e65b1['setupBrowserstackLocal']();await helper['handleApp'](_0x4e65b1[_0x2c34f2(0x1a6)]);if(!_0x4e65b1[_0x2c34f2(0x1a6)])return;process[_0x2c34f2(0x1c8)]=_0x431a1d['profile'];_0x431a1d['profile']&&(process[_0x2c34f2(0x1ab)][_0x2c34f2(0x1c8)]=_0x431a1d['profile']);const _0x3c94ab=_0x3ab9fe[_0x2c34f2(0x1cc)](getUserCodeceptJSConfigs,_0x431a1d,_0x13f4cf);let _0xb8b745={};_0x3c94ab?(logger[_0x2c34f2(0x177)](_0x2c34f2(0x199)+_0x3c94ab),_0xb8b745=CodeceptJS[_0x2c34f2(0x1a6)][_0x2c34f2(0x17d)](_0x3c94ab)):logger[_0x2c34f2(0x177)](_0x3ab9fe[_0x2c34f2(0x1ea)]);let _0x19c296=![];_0x3ab9fe[_0x2c34f2(0x1cc)](nestedKeyValue,_0xb8b745,[_0x3ab9fe[_0x2c34f2(0x1e1)],_0x3ab9fe[_0x2c34f2(0x20c)]])&&(_0x19c296=!![]);const _0x292910=_0x19c296?_0x3ab9fe[_0x2c34f2(0x20c)]:_0x3ab9fe[_0x2c34f2(0x1bf)];let _0x3312b6=!_0x19c296?helper[_0x2c34f2(0x1fe)](_0x4e65b1['config']):![];!helper[_0x2c34f2(0x1e6)](_0x4e65b1[_0x2c34f2(0x1a6)][_0x2c34f2(0x19a)])&&(process[_0x2c34f2(0x1ab)][_0x2c34f2(0x1bb)]=JSON[_0x2c34f2(0x1c7)](_0x4e65b1[_0x2c34f2(0x1a6)][_0x2c34f2(0x19a)]));let _0x3bb950=_0x4e65b1[_0x2c34f2(0x1a6)]['accessibility'];_0x3bb950=_0x3bb950||_0x3ab9fe['EpPdz'](checkAccessibilityPlatformConfig,_0x4e65b1['config']),process[_0x2c34f2(0x1ab)][_0x2c34f2(0x1dd)]=_0x3bb950;_0x3bb950&&(_0x3312b6=!_0x3bb950);_0x3ab9fe[_0x2c34f2(0x1ed)](_0x4e65b1['config'][_0x2c34f2(0x17f)],null)?process['env'][_0x2c34f2(0x187)]=_0x4e65b1[_0x2c34f2(0x1a6)][_0x2c34f2(0x17f)]:process[_0x2c34f2(0x1ab)][_0x2c34f2(0x187)]=_0x3ab9fe[_0x2c34f2(0x1a3)];const _0xdaacef=_0x3ab9fe[_0x2c34f2(0x219)](nestedKeyValue,_0xb8b745,[_0x3ab9fe[_0x2c34f2(0x22a)]]),_0x1b57af=_0xdaacef&&!helper[_0x2c34f2(0x1a8)](_0xdaacef)?FRAMEWORKS[_0x2c34f2(0x192)]:FRAMEWORKS['CODECEPT'],_0xc08591=await TestHubHandler[_0x2c34f2(0x1f2)](_0x1b57af,_0x4e65b1);await testOpsHelper[_0x2c34f2(0x1fd)]();_0x3bb950&&_0x3ab9fe[_0x2c34f2(0x200)](setAccessibilityCapabilities,_0x4e65b1['config']);const _0x25adb0={},_0x35945b=[],_0x2f03f4=_0x4e65b1[_0x2c34f2(0x1a6)][_0x2c34f2(0x1d9)]||helper[_0x2c34f2(0x179)](_0x431a1d,_0x13f4cf,_0x4e65b1[_0x2c34f2(0x1a6)],constants[_0x2c34f2(0x20d)][_0x2c34f2(0x215)])||0x1;let _0x4e8158=0x1;if(_0x3ab9fe[_0x2c34f2(0x180)](isBrowserstackInfra)){const _0x56900e=helper[_0x2c34f2(0x1f3)](_0x4e65b1[_0x2c34f2(0x1a6)],_0x3312b6,constants[_0x2c34f2(0x20d)][_0x2c34f2(0x215)]);_0x56900e['forEach'](_0x560559=>{helper['setAdditionalCapabilities'](_0x560559);}),helper[_0x2c34f2(0x18b)](_0x4e65b1[_0x2c34f2(0x1a6)])?_0x4e8158=_0x3ab9fe[_0x2c34f2(0x228)](_0x2f03f4,_0x4e65b1['config'][_0x2c34f2(0x225)][_0x2c34f2(0x189)]):_0x4e8158=_0x2f03f4,_0x56900e[_0x2c34f2(0x1e9)](_0x1b5e96=>{const _0x1c6db4=_0x2c34f2,_0x92b0d7=_0x3ab9fe[_0x1c6db4(0x1a4)](helper[_0x1c6db4(0x1ff)](_0x1b5e96,'_'),'_'+Date[_0x1c6db4(0x21c)]()),_0x5252db=((()=>{const _0x4066d3=_0x1c6db4;if(_0x19c296){const _0x39c5ed=pwToCodeceptBrowser[_0x1b5e96[_0x4066d3(0x17e)]]||_0x1b5e96[_0x4066d3(0x17e)],_0x5b531c=helper[_0x4066d3(0x1da)](_0x4e65b1[_0x4066d3(0x1a6)]),_0x3f77b5=Object['assign']({},_0x1b5e96);return _0x3ab9fe[_0x4066d3(0x216)](processAccessibilityCaps,_0x3f77b5,_0x5b531c,null),{'browser':_0x39c5ed,[_0x39c5ed]:{'browserWSEndpoint':_0x3ab9fe[_0x4066d3(0x1f4)](_0x5b531c,_0x3ab9fe['EpPdz'](encodeURIComponent,JSON[_0x4066d3(0x1c7)](_0x3f77b5)))}};}const _0x38ebe9={};return _0x38ebe9[_0x4066d3(0x1b3)]=_0x1b5e96,_0x38ebe9[_0x4066d3(0x1d5)]=_0x4e65b1[_0x4066d3(0x1a6)][_0x4066d3(0x181)],_0x38ebe9[_0x4066d3(0x1bc)]=_0x4e65b1[_0x4066d3(0x1a6)]['accessKey'],_0x38ebe9;})()),_0x4c7688=_0x3ab9fe[_0x1c6db4(0x1cc)](nestedKeyValue,_0xb8b745,[_0x3ab9fe[_0x1c6db4(0x1e1)],_0x292910]);_0x25adb0[_0x92b0d7]=_0x4c7688?helper[_0x1c6db4(0x1ce)](_0x5252db,_0x4c7688):_0x5252db;if(_0x19c296)_0x25adb0[_0x92b0d7]['browser']=pwToCodeceptBrowser[_0x1b5e96[_0x1c6db4(0x17e)]]||_0x1b5e96[_0x1c6db4(0x17e)];else{_0x25adb0[_0x92b0d7]['browser']=_0x1b5e96[_0x1c6db4(0x17e)]||_0x5252db['browser'];if(_0x3ab9fe[_0x1c6db4(0x180)](isBrowserstackInfra)){_0x25adb0[_0x92b0d7]['host']=constants[_0x1c6db4(0x1fa)][_0x1c6db4(0x1f6)](_0x3ab9fe[_0x1c6db4(0x1f7)],'')[_0x1c6db4(0x1f6)](/https?:\/\//,'');;_0x25adb0[_0x92b0d7][_0x1c6db4(0x21a)]=_0x3ab9fe[_0x1c6db4(0x1f7)];}}_0x35945b[_0x1c6db4(0x20b)](_0x92b0d7);});}else{_0x4e8158=0x1;if(_0x19c296){const _0x36cd19=_0x3ab9fe[_0x2c34f2(0x219)](nestedKeyValue,_0xb8b745,[_0x3ab9fe[_0x2c34f2(0x1e1)],_0x292910,_0x3ab9fe[_0x2c34f2(0x21b)]]),_0x2d63fe=_0x3ab9fe[_0x2c34f2(0x1ad)](nestedKeyValue,_0xb8b745,[_0x3ab9fe[_0x2c34f2(0x1e1)],_0x292910,_0x36cd19]);if(_0x2d63fe&&_0x2d63fe[_0x2c34f2(0x1f5)]){const _0x393d27={};_0x393d27[_0x2c34f2(0x225)]=[],_0x2d63fe[_0x2c34f2(0x1f5)]=helper['prepareCapabilities'](Object['assign']({},_0x4e65b1[_0x2c34f2(0x1a6)],_0x393d27),null,_0x1b57af[_0x2c34f2(0x1ca)](),null,null,_0x2d63fe[_0x2c34f2(0x1f5)]);}}else{if(_0x3ab9fe[_0x2c34f2(0x1e2)](nestedKeyValue,_0xb8b745,[_0x3ab9fe[_0x2c34f2(0x1e1)],_0x292910])){const _0x482ced={};_0x482ced[_0x2c34f2(0x225)]=[],_0xb8b745[_0x3ab9fe[_0x2c34f2(0x1e1)]][_0x292910][_0x3ab9fe['QdDpn']]=helper['prepareCapabilities'](Object[_0x2c34f2(0x202)]({},_0x4e65b1[_0x2c34f2(0x1a6)],_0x482ced),null,_0x1b57af[_0x2c34f2(0x1ca)](),_0x3ab9fe[_0x2c34f2(0x1d2)](nestedKeyValue,_0xb8b745,[_0x3ab9fe[_0x2c34f2(0x1e1)],_0x292910,_0x3ab9fe['QdDpn']])||{},null,null);}}_0x25adb0[_0x3ab9fe[_0x2c34f2(0x21f)]]=_0xb8b745,_0x35945b[_0x2c34f2(0x20b)](_0x3ab9fe[_0x2c34f2(0x21f)]);}const _0x32f313={};_0x32f313['testConfig']=_0x3c94ab;const _0x27b143=_0x32f313,_0x1dfde2=path[_0x2c34f2(0x190)](__dirname,_0x3ab9fe[_0x2c34f2(0x210)]),_0x53a8eb=process[_0x2c34f2(0x1b5)]();process[_0x2c34f2(0x1ab)][_0x3ab9fe[_0x2c34f2(0x1a1)]]=_0x53a8eb;_0x3c94ab&&process[_0x2c34f2(0x197)](path[_0x2c34f2(0x1eb)](_0x3c94ab));process[_0x2c34f2(0x1ab)][_0x2c34f2(0x1f8)]=process['env'][_0x2c34f2(0x1f8)]||_0x3ab9fe[_0x2c34f2(0x1c2)];const _0x3d5477=new CodeceptJS['Workers'](null,_0x27b143);if(_0x3ab9fe[_0x2c34f2(0x1df)](typeof _0x3d5477['_ensureInitialized'],_0x3ab9fe[_0x2c34f2(0x209)]))await _0x3d5477[_0x2c34f2(0x1ae)]();else{let _0x4f31da;try{_0x4f31da=_0x3ab9fe[_0x2c34f2(0x1d2)](requireModule,_0x3ab9fe[_0x2c34f2(0x176)],_0x3ab9fe[_0x2c34f2(0x1c2)])[_0x2c34f2(0x19f)];}catch(_0x2912a8){logger[_0x2c34f2(0x194)](_0x2c34f2(0x1b8)+util[_0x2c34f2(0x203)](_0x2912a8));}_0x4f31da&&_0x3ab9fe[_0x2c34f2(0x221)](_0x3ab9fe[_0x2c34f2(0x1ad)](parseInt,_0x4f31da[_0x2c34f2(0x1ac)]('.')[0x0],0xa),0x4)&&logger[_0x2c34f2(0x224)]('CodeceptJS\x20'+_0x4f31da+_0x2c34f2(0x19d));}const _0xf1a0b0=_0x3d5477[_0x2c34f2(0x1ec)](_0x2f03f4),_0x2d1006=testOpsHelper[_0x2c34f2(0x1c1)](),_0x5875e5=_0x35945b['map'](_0x560850=>{const _0x3534c6=_0x2c34f2,_0xf0b670={};_0xf0b670[_0x3534c6(0x196)]=_0x25adb0[_0x560850];const _0x1c8f96={};_0x1c8f96[_0x3534c6(0x1b0)]=_0x25adb0[_0x560850];const _0x467718=_0x19c296?_0xf0b670:_0x1c8f96,_0x156801=_0x3ab9fe[_0x3534c6(0x21d)](getO11yRerunPattern),_0x5136bd={};_0x5136bd['helpers']=_0x467718;const _0x1970ef={};_0x1970ef[_0x3534c6(0x1db)]=_0x1dfde2,_0x1970ef[_0x3534c6(0x18e)]=!![],_0x1970ef['skipSessionName']=_0x4e65b1[_0x3534c6(0x1a6)]['testContextOptions'][_0x3534c6(0x18d)],_0x1970ef[_0x3534c6(0x206)]=_0x4e65b1[_0x3534c6(0x1a6)][_0x3534c6(0x1d1)][_0x3534c6(0x206)],_0x1970ef[_0x3534c6(0x17f)]=_0x2d1006,_0x1970ef[_0x3534c6(0x1f1)]=_0x1b57af;const _0x1252a={};_0x1252a[_0x3534c6(0x1a7)]=_0x1970ef;const _0x4afb1a={};return _0x4afb1a['plugins']=_0x1252a,helper['mergeDeep']({},_0xb8b745,_0x3ab9fe[_0x3534c6(0x226)](isBrowserstackInfra)?_0x5136bd:{},_0x156801?{'grep':_0x156801}:{},_0x4afb1a);});for(const _0x1c0d77 of _0x5875e5){for(const _0x37cf69 of _0xf1a0b0){const _0x128185=_0x3d5477[_0x2c34f2(0x1bd)]();_0x128185[_0x2c34f2(0x186)](_0x37cf69),_0x128185[_0x2c34f2(0x1ef)](_0x1c0d77);const _0x2b628d={};_0x2b628d[_0x2c34f2(0x1a6)]=_0x3c94ab,_0x128185[_0x2c34f2(0x1e5)](Object['assign'](_0x2b628d,_0x431a1d));}}_0x3d5477['on'](CodeceptJS[_0x2c34f2(0x1c4)][_0x2c34f2(0x195)][_0x2c34f2(0x1d6)],(_0x523213,_0x3068a3)=>{const _0x442318=_0x2c34f2;console[_0x442318(0x1e3)](_0x3ab9fe[_0x442318(0x212)],_0x523213[_0x442318(0x1a5)]);const _0x147677={[_0x523213[_0x442318(0x1a5)]]:_0x523213['err'][_0x442318(0x178)]};_testErrorData[_0x442318(0x20b)](_0x147677);}),_0x3d5477['on'](CodeceptJS[_0x2c34f2(0x1c4)][_0x2c34f2(0x195)]['passed'],async _0x46ff97=>{const _0x574984=_0x2c34f2;console[_0x574984(0x1e3)](_0x3ab9fe[_0x574984(0x213)],_0x46ff97[_0x574984(0x1a5)]);}),_0x3d5477['on'](CodeceptJS[_0x2c34f2(0x1c4)][_0x2c34f2(0x195)][_0x2c34f2(0x1b4)],async _0x1a428c=>{const _0x1de547=_0x2c34f2;console[_0x1de547(0x1e3)](_0x3ab9fe['dkcFD'],_0x1a428c[_0x1de547(0x1a5)]);}),_0x3d5477['on'](CodeceptJS[_0x2c34f2(0x1c4)][_0x2c34f2(0x211)][_0x2c34f2(0x1fc)],async()=>{const _0x4824cb=_0x2c34f2,_0x1bfb2c=_0x3ab9fe['kboGf'][_0x4824cb(0x1ac)]('|');let _0x1349f8=0x0;while(!![]){switch(_0x1bfb2c[_0x1349f8++]){case'0':PerformanceTester[_0x4824cb(0x1ee)](PerformanceEvents['SDK_CLEANUP']);continue;case'1':utilities[_0x4824cb(0x1a9)](_0x4e65b1);continue;case'2':try{await TestHubHandler[_0x4824cb(0x1de)]();}catch(_0x30f1be){logger[_0x4824cb(0x194)](_0x4824cb(0x1d3)+util[_0x4824cb(0x203)](_0x30f1be));}continue;case'3':_0x3d5477[_0x4824cb(0x1e7)]();continue;case'4':_0x4e65b1['errorMessage']=_testErrorData;continue;}break;}});async function _0x3d8a8d(){const _0x174045=_0x2c34f2;try{await _0x3d5477[_0x174045(0x193)](),await _0x3d5477[_0x174045(0x20a)]();}finally{process[_0x174045(0x197)](_0x53a8eb),await _0x3d5477[_0x174045(0x1b1)]();}}PerformanceTester['end'](PerformanceEvents[_0x2c34f2(0x20f)]),await _0x3ab9fe['xccxy'](_0x3d8a8d);}module[a1_0x333ca9(0x1b6)]=run;
|
|
2
|
+
'use strict';const a1_0x4386f8=a1_0x49af;(function(_0x56af46,_0x39086c){const _0x602158=a1_0x49af,_0x1f5186=_0x56af46();while(!![]){try{const _0x574ced=parseInt(_0x602158(0x122))/0x1+-parseInt(_0x602158(0xe5))/0x2+parseInt(_0x602158(0xd8))/0x3*(parseInt(_0x602158(0x102))/0x4)+parseInt(_0x602158(0x103))/0x5+-parseInt(_0x602158(0xed))/0x6+-parseInt(_0x602158(0xad))/0x7+-parseInt(_0x602158(0xf6))/0x8;if(_0x574ced===_0x39086c)break;else _0x1f5186['push'](_0x1f5186['shift']());}catch(_0x32307c){_0x1f5186['push'](_0x1f5186['shift']());}}}(a1_0x23ad,0x6fc27));function a1_0x49af(_0x2cefb7,_0x5af1be){const _0x23ad44=a1_0x23ad();return a1_0x49af=function(_0x49afe8,_0x2cedba){_0x49afe8=_0x49afe8-0x9b;let _0x254874=_0x23ad44[_0x49afe8];return _0x254874;},a1_0x49af(_0x2cefb7,_0x5af1be);}const fs=require('fs'),path=require(a1_0x4386f8(0xe2)),util=require(a1_0x4386f8(0x14b)),process=require(a1_0x4386f8(0xa4)),logger=require(a1_0x4386f8(0x11e))[a1_0x4386f8(0x135)],{default:BrowserStackSetup}=require(a1_0x4386f8(0x101)),helper=require(a1_0x4386f8(0x14d)),utilities=require('../../helpers/utilities'),{checkAccessibilityPlatformConfig}=require(a1_0x4386f8(0x12d)),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a1_0x4386f8(0xb2)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a1_0x4386f8(0x14d)),CodeceptJS=requireModule('codeceptjs/lib/index.js',a1_0x4386f8(0x10d)),testOpsHelper=require(a1_0x4386f8(0x119)),TestHubHandler=require(a1_0x4386f8(0x143)),BrowserstackCLI=require(a1_0x4386f8(0x106)),constants=require(a1_0x4386f8(0xb3)),PerformanceTester=require('../../helpers/performance/performance-tester'),{FRAMEWORKS}=require(a1_0x4386f8(0x11a)),PerformanceEvents=require(a1_0x4386f8(0x149))[a1_0x4386f8(0x137)],ClientTroubleShootingService=require(a1_0x4386f8(0x11c)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x5c0279,_0x13ff9f)=>{const _0x2d6f26=a1_0x4386f8,_0xf184b0={};_0xf184b0[_0x2d6f26(0x12a)]=function(_0x163e6f,_0x12f1f5){return _0x163e6f===_0x12f1f5;},_0xf184b0[_0x2d6f26(0xb8)]=_0x2d6f26(0x131),_0xf184b0[_0x2d6f26(0x9f)]=_0x2d6f26(0xb9);const _0x9783a8=_0xf184b0;let _0x4a16b1=null;const _0x4ea211={};let _0x5a2543=_0x13ff9f['findIndex'](_0x20b1eb=>_0x20b1eb===_0x2d6f26(0xdb));_0x9783a8[_0x2d6f26(0x12a)](_0x5a2543,-0x1)&&(_0x5a2543=_0x13ff9f['findIndex'](_0x1375ce=>_0x1375ce==='-c'));const _0x2f47f2=!helper[_0x2d6f26(0xe6)](_0x5c0279[_0x2d6f26(0xbe)])?helper[_0x2d6f26(0xf7)](_0x5c0279[_0x2d6f26(0xbe)]):null,_0x660a5=!helper[_0x2d6f26(0xe6)](_0x5c0279['c'])?helper[_0x2d6f26(0xf7)](_0x5c0279['c']):null;if(!helper[_0x2d6f26(0xe6)](_0x5c0279[_0x2d6f26(0xbe)])&&!_0x2f47f2)logger[_0x2d6f26(0xba)](_0x2d6f26(0xab)+_0x5c0279['config']+_0x2d6f26(0x129));else!helper[_0x2d6f26(0xe6)](_0x5c0279['c'])&&!_0x660a5&&logger[_0x2d6f26(0xba)](_0x2d6f26(0xcc)+_0x5c0279['c']+'\x22:\x20it\x20resolves\x20outside\x20the\x20project\x20directory.');if(_0x2f47f2&&fs[_0x2d6f26(0x117)](_0x2f47f2))_0x4a16b1=_0x2f47f2,_0x13ff9f['splice'](_0x5a2543,0x2);else{if(_0x660a5&&fs[_0x2d6f26(0x117)](_0x660a5))_0x4a16b1=_0x660a5,_0x13ff9f[_0x2d6f26(0x115)](_0x5a2543,0x2);else{if(fs['existsSync'](path['join'](process[_0x2d6f26(0x147)](),_0x9783a8[_0x2d6f26(0xb8)])))_0x4a16b1=path[_0x2d6f26(0xf3)](process[_0x2d6f26(0x147)](),_0x9783a8['EILSg']);else fs[_0x2d6f26(0x117)](path[_0x2d6f26(0xf3)](process[_0x2d6f26(0x147)](),_0x9783a8[_0x2d6f26(0x9f)]))&&(_0x4a16b1=path[_0x2d6f26(0xf3)](process[_0x2d6f26(0x147)](),_0x9783a8[_0x2d6f26(0x9f)]));}}return process[_0x2d6f26(0x133)][_0x2d6f26(0x14e)]=_0x4a16b1,_0x4a16b1;},getO11yRerunPattern=()=>{const _0x3fd406=a1_0x4386f8,_0x23ac33=helper[_0x3fd406(0x112)](process[_0x3fd406(0x133)][_0x3fd406(0x9d)]);if(_0x23ac33){const _0x310335=process[_0x3fd406(0x133)][_0x3fd406(0xc0)],_0x5e373c=[];if(helper['validateRerunTestList'](_0x310335)&&!helper[_0x3fd406(0xe6)](_0x310335)){_0x310335['split'](',')['map'](_0x1fe956=>{const _0xa0663d=_0x3fd406;_0x5e373c[_0xa0663d(0xec)]('('+_0x1fe956[_0xa0663d(0x10a)]()+')');});const _0x6a46d3='^'+_0x5e373c['join']('|')+'$';return _0x6a46d3;}}return null;},a1_0x2b93b3={};function a1_0x23ad(){const _0x55c7bc=['USER_CONFIG_DETAILS_PATH','Nmuhg','kftdG','webkit','BROWSERSTACK_RERUN','split','QMOom','DxPSc','dirname','qbAls','xYFSb','process','WebDriver','browserWSEndpoint','event','true','ycKwB','length','Ignoring\x20--config\x20path\x20\x22','replace','2426256UKabXr','Workers','GuCXO','/wd/hub','llEmU','../../bin/playwright/accessibility-helper','../utils/constants','1|0|2|3|4','Failed\x20:\x20','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','title','EILSg','codecept.json','warn','RtFrb','exports','stack','config','getPlatformName','BROWSERSTACK_RERUN_TESTS','isRunning','chrome','FRAMEWORKS','getUserWorkerCount','helpers','\x20detected\x20but\x20Workers._ensureInitialized\x20is\x20missing;\x20worker\x20suite\x20grouping\x20may\x20come\x20up\x20empty\x20(\x22No\x20tests\x20found\x20after\x20filtering\x22).\x20The\x20installed\x20codeceptjs\x20build\x20may\x20not\x20match\x20the\x20SDK\x27s\x204.x\x20ESM\x20interop.','failed','browser','UqDpR','frameworkName','BROWSERSTACK_TEST_ACCESSIBILITY_YML','Ignoring\x20-c\x20config\x20path\x20\x22','nGRqh','testObservability','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','printBuildLink','_ensureInitialized','root','CodeceptJS\x20','debug','run','launchBuild','SDK_SETUP','28092NnUnce','mergeDeep','require','--config','before','start','addOptions','Started\x20:\x20','plugins','firefox','path','testConfig','isEmpty','792966OPLBEd','isUndefined','createGroupsOfSuites','printResults','CODECEPT','addTests','BROWSERSTACK_FRAMEWORK','push','3280284OwSBkw','BROWSERSTACK_TEST_OBSERVABILITY_YML','accessibilityOptions','userName','GAecK','enabled','join','assign','browserStackCwd','1088832xOlKMk','resolveWithinCwd','skipSessionStatus','BrowserStackPlugin','chromium','jzObt','passed','XZVbj','zTGPP','test','accessKey','../../helpers/BrowserStackSetup','292BkMYgm','4452560ZuKvbP','now','spawn','../v2/browserstackCLI','errorMessage','aEcie','lpuIE','trim','map','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','codeceptjs','playwright-webkit','info','hubUrl','ldpET','isTrue','playwright-firefox','log','splice','chdir','existsSync','format','../../helpers/test-observability/utils','../../helpers/test-observability/constants','key','../utils/clientTroubleshootingService','teardownAll','../../helpers/logger','forEach','load','getInstance','309592XUYCBF','tJSWi','accessibility','initialize','mUwPu','playwright-chromium','parallelsPerPlatform','\x22:\x20it\x20resolves\x20outside\x20the\x20project\x20directory.','miNRO','CODECEPT_CUCUMBER','browserName','../../helpers/accessibility-automation/helper','testContextOptions','prepareCapabilities','useW3C','codecept.conf.js','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','env','HicRC','winstonLogger','Playwright','EVENTS','setupBrowserstackLocal','stringify','toLowerCase','result','platforms','bootstrapAll','err','stop','finalExecution','Unable\x20to\x20resolve\x20codeceptjs\x20version:\x20','CUfPk','../../helpers/testhub/testhubHandler','xHFkT','host','profile','cwd','gherkin','../../helpers/performance/constants','Passed\x20:\x20','util','sZpcO','../../helpers/helper'];a1_0x23ad=function(){return _0x55c7bc;};return a1_0x23ad();}a1_0x2b93b3[a1_0x4386f8(0xc2)]=a1_0x4386f8(0xfa),a1_0x2b93b3[a1_0x4386f8(0x127)]='chromium',a1_0x2b93b3[a1_0x4386f8(0x113)]=a1_0x4386f8(0xe1),a1_0x2b93b3[a1_0x4386f8(0x10e)]=a1_0x4386f8(0x9c);const pwToCodeceptBrowser=a1_0x2b93b3;async function run(_0x41d62b,_0x3f11f0,_0x4aa686){const _0x294ea4=a1_0x4386f8,_0x28660e={'LeoBj':function(_0x2811ef,_0x2ba772,_0x232c7d,_0x288efa){return _0x2811ef(_0x2ba772,_0x232c7d,_0x288efa);},'ycKwB':function(_0x1f2d32,_0x3ebffd){return _0x1f2d32+_0x3ebffd;},'HicRC':function(_0x14f0b0,_0x1977ff){return _0x14f0b0(_0x1977ff);},'ldpET':function(_0x1fc7f4,_0x428181){return _0x1fc7f4+_0x428181;},'UqDpR':function(_0x7ec96c,_0x4dbf21,_0x550c86){return _0x7ec96c(_0x4dbf21,_0x550c86);},'GuCXO':_0x294ea4(0xc5),'mUwPu':function(_0xc215e6){return _0xc215e6();},'VzwTW':_0x294ea4(0xb0),'aEcie':function(_0x4a6c23){return _0x4a6c23();},'zMjfP':_0x294ea4(0xb5),'GPMFo':_0x294ea4(0x14a),'kzRHU':_0x294ea4(0xdf),'qbAls':_0x294ea4(0xb4),'llEmU':_0x294ea4(0xb6),'jzObt':function(_0x337ec0,_0x5e311f,_0x5887a9){return _0x337ec0(_0x5e311f,_0x5887a9);},'Nmuhg':'Playwright','QmWhg':_0x294ea4(0xa5),'xYFSb':function(_0xf9be61,_0x162e29){return _0xf9be61!=_0x162e29;},'RtFrb':_0x294ea4(0xa8),'ZwKvn':_0x294ea4(0x148),'xHFkT':function(_0x22a623,_0x49684b){return _0x22a623*_0x49684b;},'XZVbj':function(_0x358925,_0x53208d,_0x3e4e7c){return _0x358925(_0x53208d,_0x3e4e7c);},'sZpcO':'browser','GAecK':function(_0x56752e,_0x4a45fb,_0x16075e){return _0x56752e(_0x4a45fb,_0x16075e);},'nGRqh':function(_0x41d624,_0x1c9dd1,_0x2aa486){return _0x41d624(_0x1c9dd1,_0x2aa486);},'zTGPP':'desiredCapabilities','CUfPk':_0x294ea4(0xd2),'DxPSc':'BrowserStackPlugin.js','lpuIE':_0x294ea4(0xf5),'FAVYz':'codeceptjs','oSqhd':function(_0x2676e1,_0x4b3907){return _0x2676e1===_0x4b3907;},'tJSWi':'function','FavEd':'codeceptjs/package.json','kftdG':function(_0x5038cb,_0x47f15c){return _0x5038cb>=_0x47f15c;},'nVxWN':function(_0x217244){return _0x217244();}};await _0x4aa686[_0x294ea4(0x125)](_0x41d62b);!BrowserstackCLI[_0x294ea4(0x121)]()[_0x294ea4(0xc1)]()&&await _0x4aa686[_0x294ea4(0x138)]();await helper['handleApp'](_0x4aa686[_0x294ea4(0xbe)]);if(!_0x4aa686[_0x294ea4(0xbe)])return;process['profile']=_0x41d62b[_0x294ea4(0x146)];_0x41d62b[_0x294ea4(0x146)]&&(process['env'][_0x294ea4(0x146)]=_0x41d62b['profile']);const _0x402f07=_0x28660e[_0x294ea4(0xc9)](getUserCodeceptJSConfigs,_0x41d62b,_0x3f11f0);let _0xc6d6d0={};_0x402f07?(logger['info'](_0x294ea4(0x132)+_0x402f07),_0xc6d6d0=CodeceptJS['config'][_0x294ea4(0x120)](_0x402f07)):logger[_0x294ea4(0x10f)](_0x28660e[_0x294ea4(0xb1)]);let _0x5b076d=![];_0x28660e[_0x294ea4(0xfb)](nestedKeyValue,_0xc6d6d0,[_0x28660e[_0x294ea4(0xaf)],_0x28660e[_0x294ea4(0x14f)]])&&(_0x5b076d=!![]);const _0x424247=_0x5b076d?_0x28660e['Nmuhg']:_0x28660e['QmWhg'];let _0x4aec50=!_0x5b076d?helper[_0x294ea4(0x130)](_0x4aa686['config']):![];!helper[_0x294ea4(0xe6)](_0x4aa686[_0x294ea4(0xbe)]['accessibilityOptions'])&&(process[_0x294ea4(0x133)][_0x294ea4(0x10c)]=JSON[_0x294ea4(0x139)](_0x4aa686['config'][_0x294ea4(0xef)]));let _0x147e0d=_0x4aa686[_0x294ea4(0xbe)][_0x294ea4(0x124)];_0x147e0d=_0x147e0d||_0x28660e[_0x294ea4(0x134)](checkAccessibilityPlatformConfig,_0x4aa686[_0x294ea4(0xbe)]),process[_0x294ea4(0x133)][_0x294ea4(0xcb)]=_0x147e0d;_0x147e0d&&(_0x4aec50=!_0x147e0d);_0x28660e[_0x294ea4(0xa3)](_0x4aa686[_0x294ea4(0xbe)][_0x294ea4(0xce)],null)?process[_0x294ea4(0x133)][_0x294ea4(0xee)]=_0x4aa686[_0x294ea4(0xbe)][_0x294ea4(0xce)]:process['env'][_0x294ea4(0xee)]=_0x28660e[_0x294ea4(0xbb)];const _0x57ca34=_0x28660e[_0x294ea4(0xc9)](nestedKeyValue,_0xc6d6d0,[_0x28660e['ZwKvn']]),_0x19644b=_0x57ca34&&!helper[_0x294ea4(0xe4)](_0x57ca34)?FRAMEWORKS[_0x294ea4(0x12b)]:FRAMEWORKS[_0x294ea4(0xe9)],_0x245601=await TestHubHandler[_0x294ea4(0xd6)](_0x19644b,_0x4aa686);await testOpsHelper[_0x294ea4(0xd0)]();_0x147e0d&&_0x28660e['HicRC'](setAccessibilityCapabilities,_0x4aa686[_0x294ea4(0xbe)]);const _0x33716e={},_0x4c4609=[],_0x36983b=_0x4aa686[_0x294ea4(0xbe)][_0x294ea4(0x128)]||helper[_0x294ea4(0xc4)](_0x41d62b,_0x3f11f0,_0x4aa686[_0x294ea4(0xbe)],constants[_0x294ea4(0xc3)][_0x294ea4(0xe9)])||0x1;let _0x472636=0x1;if(_0x28660e[_0x294ea4(0x108)](isBrowserstackInfra)){const _0x2aad82=helper[_0x294ea4(0x12f)](_0x4aa686[_0x294ea4(0xbe)],_0x4aec50,constants[_0x294ea4(0xc3)][_0x294ea4(0xe9)]);_0x2aad82[_0x294ea4(0x11f)](_0x3cd731=>{helper['setAdditionalCapabilities'](_0x3cd731);}),helper['validPlatformsPresent'](_0x4aa686[_0x294ea4(0xbe)])?_0x472636=_0x28660e[_0x294ea4(0x144)](_0x36983b,_0x4aa686[_0x294ea4(0xbe)][_0x294ea4(0x13c)][_0x294ea4(0xaa)]):_0x472636=_0x36983b,_0x2aad82[_0x294ea4(0x11f)](_0xadcd6d=>{const _0x44586a=_0x294ea4,_0x57f590=_0x28660e[_0x44586a(0x111)](helper[_0x44586a(0xbf)](_0xadcd6d,'_'),'_'+Date[_0x44586a(0x104)]()),_0x1e7a57=((()=>{const _0x438950=_0x44586a;if(_0x5b076d){const _0x4363c8=pwToCodeceptBrowser[_0xadcd6d[_0x438950(0x12c)]]||_0xadcd6d[_0x438950(0x12c)],_0x40ecac=helper['getPlaywrightUrl'](_0x4aa686[_0x438950(0xbe)]),_0x245993=Object['assign']({},_0xadcd6d);return _0x28660e['LeoBj'](processAccessibilityCaps,_0x245993,_0x40ecac,null),{'browser':_0x4363c8,[_0x4363c8]:{'browserWSEndpoint':_0x28660e[_0x438950(0xa9)](_0x40ecac,_0x28660e['HicRC'](encodeURIComponent,JSON[_0x438950(0x139)](_0x245993)))}};}const _0x5d5126={};return _0x5d5126['desiredCapabilities']=_0xadcd6d,_0x5d5126['user']=_0x4aa686['config'][_0x438950(0xf0)],_0x5d5126[_0x438950(0x11b)]=_0x4aa686['config'][_0x438950(0x100)],_0x5d5126;})()),_0x4570c1=_0x28660e[_0x44586a(0xc9)](nestedKeyValue,_0xc6d6d0,[_0x28660e[_0x44586a(0xaf)],_0x424247]);_0x33716e[_0x57f590]=_0x4570c1?helper[_0x44586a(0xd9)](_0x1e7a57,_0x4570c1):_0x1e7a57;if(_0x5b076d)_0x33716e[_0x57f590][_0x44586a(0xc8)]=pwToCodeceptBrowser[_0xadcd6d['browserName']]||_0xadcd6d['browserName'];else{_0x33716e[_0x57f590][_0x44586a(0xc8)]=_0xadcd6d['browserName']||_0x1e7a57[_0x44586a(0xc8)];if(_0x28660e[_0x44586a(0x126)](isBrowserstackInfra)){_0x33716e[_0x57f590][_0x44586a(0x145)]=constants[_0x44586a(0x110)][_0x44586a(0xac)](_0x28660e['VzwTW'],'')[_0x44586a(0xac)](/https?:\/\//,'');;_0x33716e[_0x57f590][_0x44586a(0xe2)]=_0x28660e['VzwTW'];}}_0x4c4609[_0x44586a(0xec)](_0x57f590);});}else{_0x472636=0x1;if(_0x5b076d){const _0x1159d0=_0x28660e[_0x294ea4(0xfd)](nestedKeyValue,_0xc6d6d0,[_0x28660e[_0x294ea4(0xaf)],_0x424247,_0x28660e[_0x294ea4(0x14c)]]),_0x15c0bc=_0x28660e[_0x294ea4(0xf1)](nestedKeyValue,_0xc6d6d0,[_0x28660e[_0x294ea4(0xaf)],_0x424247,_0x1159d0]);if(_0x15c0bc&&_0x15c0bc[_0x294ea4(0xa6)]){const _0x5f1b28={};_0x5f1b28[_0x294ea4(0x13c)]=[],_0x15c0bc[_0x294ea4(0xa6)]=helper[_0x294ea4(0x12f)](Object[_0x294ea4(0xf4)]({},_0x4aa686['config'],_0x5f1b28),null,_0x19644b[_0x294ea4(0x13a)](),null,null,_0x15c0bc[_0x294ea4(0xa6)]);}}else{if(_0x28660e[_0x294ea4(0xcd)](nestedKeyValue,_0xc6d6d0,[_0x28660e['GuCXO'],_0x424247])){const _0x161662={};_0x161662[_0x294ea4(0x13c)]=[],_0xc6d6d0[_0x28660e[_0x294ea4(0xaf)]][_0x424247][_0x28660e[_0x294ea4(0xfe)]]=helper[_0x294ea4(0x12f)](Object[_0x294ea4(0xf4)]({},_0x4aa686[_0x294ea4(0xbe)],_0x161662),null,_0x19644b['toLowerCase'](),_0x28660e[_0x294ea4(0xfb)](nestedKeyValue,_0xc6d6d0,[_0x28660e[_0x294ea4(0xaf)],_0x424247,_0x28660e[_0x294ea4(0xfe)]])||{},null,null);}}_0x33716e[_0x28660e[_0x294ea4(0x142)]]=_0xc6d6d0,_0x4c4609[_0x294ea4(0xec)](_0x28660e[_0x294ea4(0x142)]);}const _0xfb203d={};_0xfb203d[_0x294ea4(0xe3)]=_0x402f07;const _0x3d70da=_0xfb203d,_0x560cbc=path[_0x294ea4(0xf3)](__dirname,_0x28660e[_0x294ea4(0xa0)]),_0x25077b=process[_0x294ea4(0x147)]();process['env'][_0x28660e[_0x294ea4(0x109)]]=_0x25077b;_0x402f07&&process[_0x294ea4(0x116)](path[_0x294ea4(0xa1)](_0x402f07));process[_0x294ea4(0x133)][_0x294ea4(0xeb)]=process[_0x294ea4(0x133)][_0x294ea4(0xeb)]||_0x28660e['FAVYz'];const _0x4de1e9=new CodeceptJS[(_0x294ea4(0xae))](null,_0x3d70da);if(_0x28660e['oSqhd'](typeof _0x4de1e9[_0x294ea4(0xd1)],_0x28660e[_0x294ea4(0x123)]))await _0x4de1e9[_0x294ea4(0xd1)]();else{let _0x145be0;try{_0x145be0=_0x28660e[_0x294ea4(0xfd)](requireModule,_0x28660e['FavEd'],_0x28660e['FAVYz'])['version'];}catch(_0x118dc1){logger[_0x294ea4(0xd4)](_0x294ea4(0x141)+util[_0x294ea4(0x118)](_0x118dc1));}_0x145be0&&_0x28660e[_0x294ea4(0x9b)](_0x28660e[_0x294ea4(0xfd)](parseInt,_0x145be0[_0x294ea4(0x9e)]('.')[0x0],0xa),0x4)&&logger[_0x294ea4(0xba)](_0x294ea4(0xd3)+_0x145be0+_0x294ea4(0xc6));}const _0x12f457=_0x4de1e9[_0x294ea4(0xe7)](_0x36983b),_0x43c79b=testOpsHelper['isTestObservabilitySession'](),_0x126296=_0x4c4609[_0x294ea4(0x10b)](_0x1c9e90=>{const _0x7a67a8=_0x294ea4,_0x56e25e={};_0x56e25e[_0x7a67a8(0x136)]=_0x33716e[_0x1c9e90];const _0xeee655={};_0xeee655[_0x7a67a8(0xa5)]=_0x33716e[_0x1c9e90];const _0x3004f2=_0x5b076d?_0x56e25e:_0xeee655,_0x1e71bb=_0x28660e[_0x7a67a8(0x108)](getO11yRerunPattern),_0x4f7542={};_0x4f7542[_0x7a67a8(0xc5)]=_0x3004f2;const _0x3aaf9f={};_0x3aaf9f[_0x7a67a8(0xda)]=_0x560cbc,_0x3aaf9f[_0x7a67a8(0xf2)]=!![],_0x3aaf9f['skipSessionName']=_0x4aa686[_0x7a67a8(0xbe)][_0x7a67a8(0x12e)]['skipSessionName'],_0x3aaf9f[_0x7a67a8(0xf8)]=_0x4aa686['config'][_0x7a67a8(0x12e)]['skipSessionStatus'],_0x3aaf9f[_0x7a67a8(0xce)]=_0x43c79b,_0x3aaf9f[_0x7a67a8(0xca)]=_0x19644b;const _0x1b751d={};_0x1b751d[_0x7a67a8(0xf9)]=_0x3aaf9f;const _0x1445b1={};return _0x1445b1[_0x7a67a8(0xe0)]=_0x1b751d,helper['mergeDeep']({},_0xc6d6d0,_0x28660e[_0x7a67a8(0x126)](isBrowserstackInfra)?_0x4f7542:{},_0x1e71bb?{'grep':_0x1e71bb}:{},_0x1445b1);});for(const _0x2e66ae of _0x126296){for(const _0x22d1c9 of _0x12f457){const _0x716b3f=_0x4de1e9[_0x294ea4(0x105)]();_0x716b3f[_0x294ea4(0xea)](_0x22d1c9),_0x716b3f['addConfig'](_0x2e66ae);const _0x12404f={};_0x12404f[_0x294ea4(0xbe)]=_0x402f07,_0x716b3f[_0x294ea4(0xde)](Object['assign'](_0x12404f,_0x41d62b));}}_0x4de1e9['on'](CodeceptJS[_0x294ea4(0xa7)][_0x294ea4(0xff)][_0x294ea4(0xc7)],(_0x379cdf,_0x5ed1ae)=>{const _0xbe5d40=_0x294ea4;console[_0xbe5d40(0x114)](_0x28660e['zMjfP'],_0x379cdf[_0xbe5d40(0xb7)]);const _0x3c130a={[_0x379cdf[_0xbe5d40(0xb7)]]:_0x379cdf[_0xbe5d40(0x13e)][_0xbe5d40(0xbd)]};_testErrorData[_0xbe5d40(0xec)](_0x3c130a);}),_0x4de1e9['on'](CodeceptJS[_0x294ea4(0xa7)][_0x294ea4(0xff)][_0x294ea4(0xfc)],async _0x156bb9=>{const _0x4f5ca2=_0x294ea4;console[_0x4f5ca2(0x114)](_0x28660e['GPMFo'],_0x156bb9[_0x4f5ca2(0xb7)]);}),_0x4de1e9['on'](CodeceptJS['event'][_0x294ea4(0xff)][_0x294ea4(0xdc)],async _0x5252a5=>{const _0x351bc8=_0x294ea4;console[_0x351bc8(0x114)](_0x28660e['kzRHU'],_0x5252a5[_0x351bc8(0xb7)]);}),_0x4de1e9['on'](CodeceptJS[_0x294ea4(0xa7)]['all'][_0x294ea4(0x13b)],async()=>{const _0x53fd2f=_0x294ea4,_0x4bc3cd=_0x28660e[_0x53fd2f(0xa2)][_0x53fd2f(0x9e)]('|');let _0x1f35c6=0x0;while(!![]){switch(_0x4bc3cd[_0x1f35c6++]){case'0':_0x4aa686[_0x53fd2f(0x107)]=_testErrorData;continue;case'1':PerformanceTester[_0x53fd2f(0xdd)](PerformanceEvents['SDK_CLEANUP']);continue;case'2':utilities[_0x53fd2f(0x140)](_0x4aa686);continue;case'3':try{await TestHubHandler[_0x53fd2f(0x13f)]();}catch(_0x529948){logger[_0x53fd2f(0xd4)](_0x53fd2f(0xcf)+util[_0x53fd2f(0x118)](_0x529948));}continue;case'4':_0x4de1e9[_0x53fd2f(0xe8)]();continue;}break;}});async function _0x2a8fb2(){const _0x130b87=_0x294ea4;try{await _0x4de1e9[_0x130b87(0x13d)](),await _0x4de1e9[_0x130b87(0xd5)]();}finally{process[_0x130b87(0x116)](_0x25077b),await _0x4de1e9[_0x130b87(0x11d)]();}}PerformanceTester['end'](PerformanceEvents[_0x294ea4(0xd7)]),await _0x28660e['nVxWN'](_0x2a8fb2);}module[a1_0x4386f8(0xbc)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a2_0x308a7b=a2_0x3593;(function(_0x1ab61f,_0x5d53ec){const _0x2818c2=a2_0x3593,_0x47486b=_0x1ab61f();while(!![]){try{const _0x32b673=-parseInt(_0x2818c2(0x1c4))/0x1+-parseInt(_0x2818c2(0x1bf))/0x2*(parseInt(_0x2818c2(0x1c6))/0x3)+-parseInt(_0x2818c2(0x183))/0x4*(-parseInt(_0x2818c2(0x1a6))/0x5)+parseInt(_0x2818c2(0x18a))/0x6*(-parseInt(_0x2818c2(0x17e))/0x7)+-parseInt(_0x2818c2(0x1a9))/0x8+-parseInt(_0x2818c2(0x1b8))/0x9*(-parseInt(_0x2818c2(0x1a0))/0xa)+parseInt(_0x2818c2(0x17b))/0xb;if(_0x32b673===_0x5d53ec)break;else _0x47486b['push'](_0x47486b['shift']());}catch(_0x42b846){_0x47486b['push'](_0x47486b['shift']());}}}(a2_0x2fcc,0xeb73e));const {isUndefined,nestedKeyValue}=require(a2_0x308a7b(0x196)),logger=require(a2_0x308a7b(0x192))['winstonLogger'],PlaywrightSessionDetails=require(a2_0x308a7b(0x19f)),{isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),{getObservabilityLinkedProductName}=require(a2_0x308a7b(0x1b6)),accessibilityHelper=require('../../helpers/accessibility-automation/helper'),{isBrowserstackInfra}=require(a2_0x308a7b(0x196)),globals=require(a2_0x308a7b(0x1ae)),getOSVersionFromCaps=_0x4f2314=>{const _0x416c20=a2_0x308a7b,_0x39a8cc={};_0x39a8cc[_0x416c20(0x1b0)]=_0x416c20(0x1b5),_0x39a8cc[_0x416c20(0x17d)]=_0x416c20(0x173),_0x39a8cc[_0x416c20(0x1ba)]=_0x416c20(0x1b9),_0x39a8cc['yCOhU']=_0x416c20(0x18f),_0x39a8cc[_0x416c20(0x1b2)]='os_version';const _0x12d4f8=_0x39a8cc;if(!_0x4f2314)return null;const _0x30b0f2=_0x4f2314[_0x12d4f8['AUTKe']],_0x9ab808=[_0x12d4f8[_0x416c20(0x17d)],_0x12d4f8[_0x416c20(0x1ba)],_0x12d4f8[_0x416c20(0x1c7)],_0x12d4f8[_0x416c20(0x1b2)]];for(const _0xac7923 of _0x9ab808){if(_0x30b0f2&&_0x30b0f2[_0xac7923])return _0x30b0f2[_0xac7923];else{if(_0x4f2314[_0xac7923])return _0x4f2314[_0xac7923];}}return null;};exports[a2_0x308a7b(0x1c2)]=_0x302fbe=>{const _0x56e807=a2_0x308a7b,_0x403584={'TCPNS':_0x56e807(0x1bc),'UYZwL':function(_0x570b72,_0x39447b){return _0x570b72===_0x39447b;},'JZfzw':'WebDriver','SYCDn':function(_0x4d67b0,_0x59e109){return _0x4d67b0(_0x59e109);},'FjsPu':function(_0x4f9787,_0x3fb544,_0xc063d5){return _0x4f9787(_0x3fb544,_0xc063d5);},'SBJWc':_0x56e807(0x199),'ipRRe':_0x56e807(0x1ad),'yneNx':function(_0x294c54,_0x133c0e){return _0x294c54===_0x133c0e;},'neJJM':_0x56e807(0x18d),'QsbOn':function(_0x4a8e96,_0x19909b,_0x232f6c){return _0x4a8e96(_0x19909b,_0x232f6c);},'xioFa':_0x56e807(0x190),'Jtvav':_0x56e807(0x17f),'dINcB':_0x56e807(0x1be)};if(!_0x302fbe)return null;let _0xbcc7a5=global[_0x56e807(0x18c)]||_0x403584[_0x56e807(0x1c5)];if(_0x403584[_0x56e807(0x188)](_0x302fbe[_0x56e807(0x184)][_0x56e807(0x18e)],_0x403584[_0x56e807(0x1aa)])){const _0x51862=_0x302fbe[_0x56e807(0x190)];if(!_0x51862)return null;const _0x1f945d=_0x51862['capabilities'],_0x446aa5=_0x403584[_0x56e807(0x182)](getOSVersionFromCaps,_0x403584['FjsPu'](nestedKeyValue,_0x302fbe,[_0x403584[_0x56e807(0x195)],_0x403584[_0x56e807(0x178)]]));return{[_0xbcc7a5]:{'browser':_0x1f945d[_0x56e807(0x1ab)],'browser_version':_0x1f945d[_0x56e807(0x181)],'capabilities':_0x1f945d,'platform':_0x1f945d[_0x56e807(0x194)],'platform_version':_0x1f945d['platformVersion']||_0x446aa5,'product':_0x403584[_0x56e807(0x182)](getObservabilityLinkedProductName,_0x1f945d),'session_id':_0x51862['sessionId']}};}else{if(_0x403584[_0x56e807(0x19a)](_0x302fbe['constructor'][_0x56e807(0x18e)],_0x403584[_0x56e807(0x1af)])){const _0x3dee4d=PlaywrightSessionDetails[_0x56e807(0x191)]();_0xbcc7a5=_0x3dee4d['cloudProvider']||_0xbcc7a5;const _0x59a22e=_0x403584[_0x56e807(0x193)](nestedKeyValue,_0x302fbe,[_0x403584[_0x56e807(0x195)],_0x403584[_0x56e807(0x1a5)],_0x403584[_0x56e807(0x17c)]]),_0x5b9dee=_0x59a22e?JSON[_0x56e807(0x1c0)](new URL(_0x59a22e)[_0x56e807(0x186)][_0x56e807(0x1bb)](_0x403584[_0x56e807(0x1b7)])):{};return{[_0xbcc7a5]:{'browser':_0x3dee4d['browser']||_0x5b9dee['browserName'],'browser_version':_0x3dee4d[_0x56e807(0x1bd)]||_0x5b9dee[_0x56e807(0x1bd)],'capabilities':_0x5b9dee,'platform':_0x3dee4d['platform'],'platform_version':_0x3dee4d[_0x56e807(0x1b9)],'product':_0x403584['SYCDn'](getObservabilityLinkedProductName,_0x5b9dee),'session_id':_0x3dee4d[_0x56e807(0x19e)]}};}}};const setAccessibilityPlatformFlag=_0x4559d6=>{const _0x36987e=a2_0x308a7b,_0x62a92b={};_0x62a92b[_0x36987e(0x1a8)]=_0x36987e(0x179);const _0x44d122=_0x62a92b;global[_0x36987e(0x1b3)]=_0x4559d6,globals[_0x36987e(0x1c3)](_0x44d122[_0x36987e(0x1a8)],_0x4559d6);};function a2_0x2fcc(){const _0x1c6596=['Ywgbe','11015872dcDjSj','JZfzw','browserName','getBrowserDisplayName','desiredCapabilities','../../helpers/globals.js','neJJM','AUTKe','naeQj','aFUIi','accessibilityPlatform','\x20or\x20higher\x20','bstack:options','../../helpers/test-observability/utils','dINcB','252EAfJOL','platform_version','RdkLJ','get','unknown_grid','browser_version','caps','3616906wYXcRk','parse','warn','fetchPlatformDetails','setGlobal','300476peOIwv','TCPNS','3ZAXEea','yCOhU','deviceName','shouldPatchExecuteScript','platformVersion','pumiK','latest','processWebDriverConfig','getMinVersionForBrowser','ipRRe','isAccessibilityPlatform','uPYyH','42932824FgOCPM','Jtvav','rzThr','42sSYpnv','browserWSEndpoint','on\x20non-BrowserStack\x20infrastructure\x20','browserVersion','SYCDn','22604SzoSmW','constructor','FWndi','searchParams','bWyDv','UYZwL','bhOpP','264660kxuLhf','kmHRF','__cloud_provider___','Playwright','name','osVersion','browser','getDetails','../../helpers/logger','QsbOn','platformName','SBJWc','../../helpers/helper','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','isVersionSupported','config','yneNx','nUwYV','isBrowserSupportedForAccessibility','IYEPG','bsSessionId','../../bin/playwright/sessionDetails','110380XZzvHT','includes','browserstack_accessibility_automation_script','string','\x20browser\x20version\x20','xioFa','445XAjesC','dtJeY'];a2_0x2fcc=function(){return _0x1c6596;};return a2_0x2fcc();}function a2_0x3593(_0x537d24,_0x1d1ba8){const _0x2fcc4e=a2_0x2fcc();return a2_0x3593=function(_0x359385,_0x5ddf2f){_0x359385=_0x359385-0x173;let _0x5bd749=_0x2fcc4e[_0x359385];return _0x5bd749;},a2_0x3593(_0x537d24,_0x1d1ba8);}exports[a2_0x308a7b(0x176)]=_0x2daaec=>{const _0x4e4a68=a2_0x308a7b,_0x5c72af={'naeQj':function(_0x12f128){return _0x12f128();},'IYEPG':function(_0x4d1dff,_0x4ae556){return _0x4d1dff(_0x4ae556);},'FWndi':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','GHjDN':function(_0x1bdc9d,_0x21c8ca){return _0x1bdc9d(_0x21c8ca);},'WkCfB':function(_0x490e87,_0x3b5e50){return _0x490e87!==_0x3b5e50;},'hUrjj':_0x4e4a68(0x175),'nUwYV':_0x4e4a68(0x180),'kmHRF':function(_0xe1554b,_0x39fad6){return _0xe1554b(_0x39fad6);},'uPYyH':_0x4e4a68(0x197)};if(_0x5c72af['naeQj'](isAccessibilityAutomationSession)){const _0x2beac6=_0x2daaec[_0x4e4a68(0x190)],_0x321b90=_0x2beac6['capabilities'];_0x5c72af[_0x4e4a68(0x19d)](setAccessibilityPlatformFlag,!![]);!accessibilityHelper[_0x4e4a68(0x19c)](_0x321b90[_0x4e4a68(0x1ab)])&&(logger[_0x4e4a68(0x1c1)](_0x5c72af[_0x4e4a68(0x185)]),_0x5c72af['GHjDN'](setAccessibilityPlatformFlag,![]));if(_0x5c72af['WkCfB'](_0x321b90[_0x4e4a68(0x181)],_0x5c72af['hUrjj'])){const _0x2d3854=_0x5c72af[_0x4e4a68(0x1b1)](isBrowserstackInfra),_0x118d9b=accessibilityHelper[_0x4e4a68(0x177)](_0x321b90[_0x4e4a68(0x1ab)],_0x2d3854),_0x28341c=accessibilityHelper[_0x4e4a68(0x1ac)](_0x321b90['browserName']);if(!accessibilityHelper[_0x4e4a68(0x198)](_0x321b90[_0x4e4a68(0x181)],_0x118d9b)){const _0x3e64eb=_0x2d3854?'':_0x5c72af[_0x4e4a68(0x19b)];logger[_0x4e4a68(0x1c1)]('Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20'+_0x28341c+_0x4e4a68(0x1a4)+_0x118d9b+_0x4e4a68(0x1b4)+_0x3e64eb+'.'),_0x5c72af[_0x4e4a68(0x18b)](setAccessibilityPlatformFlag,![]);}}!_0x5c72af[_0x4e4a68(0x19d)](isUndefined,_0x321b90[_0x4e4a68(0x1c8)])&&(logger[_0x4e4a68(0x1c1)](_0x5c72af[_0x4e4a68(0x17a)]),_0x5c72af['IYEPG'](setAccessibilityPlatformFlag,![]));}},exports[a2_0x308a7b(0x1c9)]=_0x368f45=>{const _0x2ce793=a2_0x308a7b,_0xf5d506={};_0xf5d506['pumiK']=function(_0x27fd67,_0x3914f5){return _0x27fd67!==_0x3914f5;},_0xf5d506[_0x2ce793(0x189)]=_0x2ce793(0x1a3),_0xf5d506['bWyDv']='browserstack_executor',_0xf5d506[_0x2ce793(0x1a7)]=_0x2ce793(0x1a2);const _0x47b970=_0xf5d506;if(!_0x368f45)return![];else{if(_0x47b970[_0x2ce793(0x174)](typeof _0x368f45,_0x47b970[_0x2ce793(0x189)]))return!![];}return!_0x368f45[_0x2ce793(0x1a1)](_0x47b970[_0x2ce793(0x187)])&&!_0x368f45['includes'](_0x47b970['dtJeY']);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a3_0x1a7fbf=a3_0x5eb7;(function(_0x5a46aa,_0xe1cd7c){const _0x3961c5=a3_0x5eb7,_0xd73891=_0x5a46aa();while(!![]){try{const _0x594d3d=parseInt(_0x3961c5(0x28d))/0x1*(-parseInt(_0x3961c5(0x2c5))/0x2)+parseInt(_0x3961c5(0x2c9))/0x3*(parseInt(_0x3961c5(0x1e3))/0x4)+-parseInt(_0x3961c5(0x2bd))/0x5+-parseInt(_0x3961c5(0x234))/0x6*(parseInt(_0x3961c5(0x238))/0x7)+-parseInt(_0x3961c5(0x1e0))/0x8*(-parseInt(_0x3961c5(0x24f))/0x9)+parseInt(_0x3961c5(0x218))/0xa*(parseInt(_0x3961c5(0x278))/0xb)+-parseInt(_0x3961c5(0x21a))/0xc*(-parseInt(_0x3961c5(0x1fd))/0xd);if(_0x594d3d===_0xe1cd7c)break;else _0xd73891['push'](_0xd73891['shift']());}catch(_0x6fd57d){_0xd73891['push'](_0xd73891['shift']());}}}(a3_0x5501,0x21908));function a3_0x5501(){const _0x4e3f04=['retryOf','message','enabled','1774843wVwCOK','stop','jhDoc','startedAt','statSync','uuid','MWHJz','status','fireEvent','nxgjU','TEST_REPORTING_ANALYTICS','../../helpers/logger','HookRunFinished','NIhXn','fDyMJ','bikFq','connectOverCDP','hook','feature','vWksA','testAnalyticsId','jpUce','duration','198AXjnjT','push','length','pWtax','uploadEventData','cwd','debug','TestRunSkipped','getRootParentFile','../../helpers/helper','_afterEach','../playwright/sessionDetails','MxLPN','eventType','yIHUp','PathHelper','QmnGZ','obsBrowserTypeMockApplied','JTfyn','test','wsEndpoint','mapTestHooks','zHQzg','pnMtq','frameworkName','../playwright/accessibility-helper','bddSteps','bs:addLog:','zxHNi','suites','pendingHookEvents','getHookType','TzQaT','hook_run_uuid','toString','start','WBQuF','zrdzh','test_run','BYcua','finished_at','1661143ClvjEg','flushPendingHookEvents','nrvtU','mQpDd','splice','WTRUo','shutdown','bMeyB','accessibilityPlatform','File\x20path\x20could\x20not\x20be\x20found','javascript','../../helpers/test-observability/requestQueueHandler','appendTestItemLog','util','toLowerCase','TEST_EVENTS','TEST_RUN_STARTED','parent','_beforeAll','lXTAG','../../helpers/test-observability/sessionHandler','79001YivtXN','tags','jAMtt','iXoka','body','ftVnN','PdVjV','keyword','sRLGQ','forEach','dirname','oUkVY','text','CODECEPT','event_type','BROWSERSTACK','find','xzFym','KJXmg','winstonLogger','aKkYI','keys','osLBV','errorsDetailed','STATE_FAILED','integrations','zWhUE','title','meta','TEST_RUN_SKIPPED','pending','_testEnv','Wbvps','_paths','Failed\x20to\x20parse\x20wsendpoint\x20','yinZS','format','bddStepStart','err','_afterAll','failure_backtrace','Not\x20able\x20to\x20import\x20Browser','WmbFE','match','currentTest','toISOString','defineProperty','getCBTInfo','275070uvYRqr','iVUGf','connect','passed','constructor','yMJMN','AzGem','resetSkipTestHooks','6izdOHb','yCiBy','UgDWn','Playwright','9249ANqiIb','eqCQb','CBTSessionCreated','browserstack','ctx','HOOK_RUN_STARTED','codeceptjs','replace','markedStatus','Xinae','getHierarchy','setupBrowserDetails','logs','captureEvent','apply','__cloud_provider___','../utils/constants','wjUWB','success','driver','emXPz','bUxHL','kYnNo','./helper.js','TEST_RUN_FINISHED','stringify','STATE_PASSED','HOOK_RUN_FINISHED','PyIJK','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','includes','58184hVWRTj','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','expanded','252mTgMtq','file_name','hasLiveDriverSession','uploadData','../../helpers/testhub/utils.js','session_id','initializeBddStep','WrrOy','string','started','backtrace','TXNPM','WYEjs','Failed\x20to\x20flush\x20pending\x20hook\x20event\x20','LogCreated','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','../mocha/test-observability/mochaUtils','TestRunFinished','ALrVb','../../helpers/test-observability/utils','concat','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','.git','nMGEg','BHvjG','QVRXx','385229BbvLEM','__platformCaps','HookRunStarted','name','failureData','getFailureType','result','hookAnalyticsId','oRosX','getInstance','launch','YYFLj','pid','HbcjZ','HKBIm','failed','fullTitle','getHooksForTest','sendCBTInfo','YNBGU','PwZxE','file','sep','MAMhR','yoyta','MbdHD','removeAllListeners','10VTvozP','finished','72hESxtE','bddStepFinish','patchConsoleLogger','failed\x20to\x20get\x20root\x20parent\x20file\x20','skipped','now','stepAnalyticsId','sNpaF','join','hook_run','prototype','getTime','currentHook','LTMOc','bufferPendingHookEvent','toUpperCase','then','iaHxL','type','prefixTestPath','MFOva','\x20with\x20error\x20:\x20','test_run_uuid','_beforeEach','groups','findGitConfig','6vDvsqo'];a3_0x5501=function(){return _0x4e3f04;};return a3_0x5501();}const path=require('path'),util=require(a3_0x1a7fbf(0x285)),fs=require('fs'),{v4:uuidv4}=require(a3_0x1a7fbf(0x23d)),{resolveBrowserTypeClass,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a3_0x1a7fbf(0x258)),testOpsHelper=require(a3_0x1a7fbf(0x1f6)),{getTestEnv}=require(a3_0x1a7fbf(0x1f3)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),logger=require(a3_0x1a7fbf(0x243))[a3_0x1a7fbf(0x2a0)],SessionHandler=require(a3_0x1a7fbf(0x28c)),RequestQueueHandler=require(a3_0x1a7fbf(0x283)),PlaywrightSessionDetails=require(a3_0x1a7fbf(0x25a)),debug=testOpsHelper[a3_0x1a7fbf(0x255)],{processAccessibilityCaps}=require(a3_0x1a7fbf(0x268)),Constants=require(a3_0x1a7fbf(0x1d1)),{fetchPlatformDetails}=require(a3_0x1a7fbf(0x1d8)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a3_0x1a7fbf(0x1e7)),constants=require('../utils/constants'),STATE_PASSED=a3_0x1a7fbf(0x2c0),STATE_FAILED=a3_0x1a7fbf(0x20c),a3_0x573160={};a3_0x573160[a3_0x1a7fbf(0x288)]='TestRunStarted',a3_0x573160[a3_0x1a7fbf(0x1d9)]=a3_0x1a7fbf(0x1f4),a3_0x573160[a3_0x1a7fbf(0x2aa)]=a3_0x1a7fbf(0x256),a3_0x573160[a3_0x1a7fbf(0x2ce)]=a3_0x1a7fbf(0x1ff),a3_0x573160[a3_0x1a7fbf(0x1dc)]=a3_0x1a7fbf(0x244);const TEST_EVENTS=a3_0x573160,parseEvent=_0x126e21=>{const _0x1f5bc9=a3_0x1a7fbf,_0x56203b={};_0x56203b[_0x1f5bc9(0x265)]=function(_0x366d2c,_0x5cd696){return _0x366d2c<_0x5cd696;},_0x56203b['bMeyB']=function(_0x1dd78f,_0x4ecbc7){return _0x1dd78f===_0x4ecbc7;},_0x56203b[_0x1f5bc9(0x298)]='test',_0x56203b['iaHxL']='hook',_0x56203b['TzQaT']=function(_0x5d042d,_0x307f38){return _0x5d042d===_0x307f38;},_0x56203b[_0x1f5bc9(0x2be)]='skipped',_0x56203b['BgeZX']=_0x1f5bc9(0x1ec),_0x56203b['zFNnD']=_0x1f5bc9(0x219);const _0x43c40b=_0x56203b,_0x1a9131=_0x126e21[_0x1f5bc9(0x2b8)](/^(.*)Run(.*)$/);if(!_0x1a9131)return null;if(_0x43c40b[_0x1f5bc9(0x265)](_0x1a9131[_0x1f5bc9(0x251)],0x3))return null;const _0x3985b0=_0x1a9131[0x1][_0x1f5bc9(0x286)](),_0x35a167=_0x1a9131[0x2][_0x1f5bc9(0x286)]();return{'test':_0x43c40b[_0x1f5bc9(0x27f)](_0x3985b0,_0x43c40b[_0x1f5bc9(0x298)]),'hook':_0x43c40b[_0x1f5bc9(0x27f)](_0x3985b0,_0x43c40b[_0x1f5bc9(0x22b)]),'skipped':_0x43c40b[_0x1f5bc9(0x26f)](_0x35a167,_0x43c40b['iVUGf']),'started':_0x43c40b[_0x1f5bc9(0x27f)](_0x35a167,_0x43c40b['BgeZX']),'finished':_0x43c40b[_0x1f5bc9(0x27f)](_0x35a167,_0x43c40b['zFNnD'])};},mockPWBrowserType=_0x56bb93=>{const _0x4a863c=a3_0x1a7fbf,_0x32e4be={'kYnNo':function(_0x3f8fde,_0x419b01,_0x5f587c){return _0x3f8fde(_0x419b01,_0x5f587c);},'YNBGU':_0x4a863c(0x263),'PwZxE':function(_0x3781e1,_0x1e3337){return _0x3781e1(_0x1e3337);},'HJulv':_0x4a863c(0x2cc),'emXPz':function(_0x1b9b49,_0x381316){return _0x1b9b49(_0x381316);},'vWksA':function(_0x2d70c1,_0x17accd){return _0x2d70c1===_0x17accd;},'fDyMJ':_0x4a863c(0x1eb),'ziLkG':function(_0x560dab){return _0x560dab();},'WYEjs':_0x4a863c(0x2b6),'Xinae':_0x4a863c(0x2bf),'MAMhR':_0x4a863c(0x207)},_0x3c00d1=_0x32e4be['ziLkG'](resolveBrowserTypeClass);if(!_0x3c00d1){_0x32e4be[_0x4a863c(0x1d5)](debug,_0x32e4be[_0x4a863c(0x1ef)]);return;}const _0x11fab6=_0x3c00d1[_0x4a863c(0x224)];if(_0x11fab6[_0x4a863c(0x260)])return;const _0x1c4775=_0x11fab6[_0x4a863c(0x2bf)];Object[_0x4a863c(0x2bb)](_0x11fab6,_0x32e4be[_0x4a863c(0x2d2)],{'get':function(){const _0x180636=_0x4a863c,_0x1796d0={'mQpDd':function(_0x558b11,_0x36818a){const _0x53cb6a=a3_0x5eb7;return _0x32e4be[_0x53cb6a(0x24b)](_0x558b11,_0x36818a);},'JTfyn':_0x32e4be[_0x180636(0x246)]};return async function _0x9b6f46(_0x5d1635,_0xb7da8d){const _0xd78a2b=_0x180636,_0x3d7236=_0x32e4be[_0xd78a2b(0x1d7)](nestedKeyValue,_0x5d1635,[_0x32e4be[_0xd78a2b(0x210)]])||_0x5d1635;let _0x156f02=null,_0x4bc508=null;try{[_0x4bc508,_0x156f02]=_0x3d7236?_0x32e4be[_0xd78a2b(0x211)](parseWSEndpoint,_0x3d7236):[null,null],global[_0xd78a2b(0x1fe)]=_0x156f02,logger[_0xd78a2b(0x255)](_0xd78a2b(0x1e1)+_0x4bc508),_0x4bc508[_0xd78a2b(0x1df)](Constants[_0xd78a2b(0x29c)])&&(global[_0xd78a2b(0x1d0)]=_0x32e4be['HJulv']);}catch(_0x41c345){logger['debug'](_0xd78a2b(0x2af)+_0x3d7236+'\x20'+_0x41c345);}_0x32e4be[_0xd78a2b(0x1d7)](processAccessibilityCaps,_0x156f02,_0x4bc508);if(global[_0xd78a2b(0x280)]){const _0x49bc80=await _0x11fab6[_0xd78a2b(0x248)]['apply'](this,[''+Constants['PLAYWRIGHT_HUB_URL']+_0x32e4be[_0xd78a2b(0x1d5)](encodeURIComponent,JSON[_0xd78a2b(0x1da)](_0x156f02))]);return PlaywrightSessionDetails[_0xd78a2b(0x2d4)](_0x49bc80,_0x56bb93,_0x3d7236),_0x49bc80;}return _0x1c4775[_0xd78a2b(0x1cf)](this,arguments)[_0xd78a2b(0x22a)](_0x4711f4=>{const _0x3c30f3=_0xd78a2b;let _0x1a5922=_0x5d1635[_0x3c30f3(0x263)];return _0x1796d0[_0x3c30f3(0x27b)](typeof _0x5d1635,_0x1796d0[_0x3c30f3(0x261)])&&(_0x1a5922=_0x5d1635),PlaywrightSessionDetails[_0x3c30f3(0x2d4)](_0x4711f4,_0x56bb93,_0x1a5922),_0x4711f4;});};}});const _0x22ba0c=_0x11fab6[_0x4a863c(0x207)];Object[_0x4a863c(0x2bb)](_0x11fab6,_0x32e4be[_0x4a863c(0x214)],{'get':function(){return async function _0x5c79c8(){return _0x22ba0c['apply'](this,arguments)['then'](_0x20b417=>{const _0x11061f=a3_0x5eb7;return PlaywrightSessionDetails[_0x11061f(0x2d4)](_0x20b417,null),_0x20b417;});};}});};class O11yHelper{['currentTest']=null;['currentHook']=null;[a3_0x1a7fbf(0x237)]=![];[a3_0x1a7fbf(0x267)]=![];[a3_0x1a7fbf(0x26d)]=[];constructor(_0x37ebcf,_0x551103){const _0x1a7b85=a3_0x1a7fbf,_0xddf87c={'bUxHL':'1|5|2|0|3|4','MbdHD':function(_0x15563a){return _0x15563a();},'sRLGQ':function(_0x535f48,_0x47e740){return _0x535f48===_0x47e740;},'ZEdcX':_0x1a7b85(0x2c8),'xzFym':function(_0x77cebb,_0x1e621a){return _0x77cebb(_0x1e621a);}},_0x32da7f=_0xddf87c[_0x1a7b85(0x1d6)]['split']('|');let _0x4719ac=0x0;while(!![]){switch(_0x32da7f[_0x4719ac++]){case'0':this[_0x1a7b85(0x2ac)]=_0xddf87c[_0x1a7b85(0x216)](getTestEnv);continue;case'1':this[_0x1a7b85(0x237)]=_0xddf87c[_0x1a7b85(0x216)](shouldProcessEventForTesthub);continue;case'2':this[_0x1a7b85(0x1d4)]=_0x37ebcf;continue;case'3':this[_0x1a7b85(0x2ae)]=new testOpsHelper[(_0x1a7b85(0x25e))]({'cwd':process[_0x1a7b85(0x254)]()},this[_0x1a7b85(0x2ac)]['location_prefix']);continue;case'4':this['driver']&&_0xddf87c[_0x1a7b85(0x295)](this[_0x1a7b85(0x1d4)][_0x1a7b85(0x2c1)]['name'],_0xddf87c['ZEdcX'])&&_0xddf87c[_0x1a7b85(0x29e)](mockPWBrowserType,null);continue;case'5':this[_0x1a7b85(0x267)]=_0x551103[_0x1a7b85(0x267)];continue;}break;}}[a3_0x1a7fbf(0x1e5)](){const _0x17e2e9=a3_0x1a7fbf,_0x55bbda={'nulOu':function(_0x41a4e2,_0x739fcf){return _0x41a4e2(_0x739fcf);}};if(!this[_0x17e2e9(0x1d4)])return![];try{const _0x529731=_0x55bbda['nulOu'](fetchPlatformDetails,this[_0x17e2e9(0x1d4)]);if(!_0x529731)return![];const _0x18c761=Object[_0x17e2e9(0x2a2)](_0x529731)[0x0];return!!(_0x18c761&&_0x529731[_0x18c761]&&_0x529731[_0x18c761][_0x17e2e9(0x1e8)]);}catch(_0x3ca7bf){return![];}}[a3_0x1a7fbf(0x228)](_0x2d7597,_0x3c94cb){const _0x1c361d=a3_0x1a7fbf;if(!_0x3c94cb)return;const _0xdf798f={};_0xdf798f[_0x1c361d(0x25c)]=_0x2d7597,_0xdf798f[_0x1c361d(0x1e6)]=_0x3c94cb,this[_0x1c361d(0x26d)][_0x1c361d(0x250)](_0xdf798f);}async[a3_0x1a7fbf(0x279)](){const _0x4174e6=a3_0x1a7fbf,_0x4e51c5={};_0x4e51c5[_0x4174e6(0x276)]=function(_0xf56366,_0x33d9a0){return _0xf56366&&_0x33d9a0;};const _0x4ce8ad=_0x4e51c5;if(!this[_0x4174e6(0x26d)][_0x4174e6(0x251)])return;if(!this[_0x4174e6(0x1e5)]())return;const _0x425d39=this[_0x4174e6(0x2bc)](this[_0x4174e6(0x1d4)]),_0x46cacf=this['pendingHookEvents'][_0x4174e6(0x27c)](0x0,this[_0x4174e6(0x26d)]['length']);for(const {eventType:_0x2dbee2,uploadData:_0x542350}of _0x46cacf){try{const _0x64b35f=_0x542350[_0x4174e6(0x223)]||_0x542350[_0x4174e6(0x275)];_0x4ce8ad['BYcua'](_0x64b35f,_0x425d39)&&(_0x64b35f[_0x4174e6(0x2a6)]=_0x425d39),await this[_0x4174e6(0x240)](_0x2dbee2,_0x542350);}catch(_0x37055c){logger['debug'](_0x4174e6(0x1f0)+_0x2dbee2+':\x20'+util[_0x4174e6(0x2b1)](_0x37055c));}}}[a3_0x1a7fbf(0x272)](){const _0x4d0d4d=a3_0x1a7fbf;if(!this['enabled'])return;testOpsHelper[_0x4d0d4d(0x21c)](),process[_0x4d0d4d(0x217)](_0x4d0d4d(0x26a)+process[_0x4d0d4d(0x209)]),process['on'](_0x4d0d4d(0x26a)+process['pid'],this[_0x4d0d4d(0x284)]['bind'](this));}async[a3_0x1a7fbf(0x239)](){const _0x41a095=a3_0x1a7fbf;await RequestQueueHandler[_0x41a095(0x206)]()[_0x41a095(0x27e)]();}async[a3_0x1a7fbf(0x284)](_0x28a1e4){const _0x2360fa=a3_0x1a7fbf,_0x2fde98={'nMGEg':_0x2360fa(0x1f1),'gLQdJ':function(_0xd3764c,_0x18b42f){return _0xd3764c(_0x18b42f);}};try{this[_0x2360fa(0x226)]&&!this['currentHook']['markedStatus']&&(_0x28a1e4[_0x2360fa(0x270)]=this['currentHook']['hookAnalyticsId']);!_0x28a1e4['hook_run_uuid']&&this['currentTest']&&!this['currentTest'][_0x2360fa(0x2d1)]&&(_0x28a1e4[_0x2360fa(0x230)]=this[_0x2360fa(0x2b9)]['testAnalyticsId']);if(_0x28a1e4[_0x2360fa(0x270)]||_0x28a1e4[_0x2360fa(0x230)]){const _0x185fa7={};_0x185fa7[_0x2360fa(0x29b)]=_0x2fde98[_0x2360fa(0x1fa)],_0x185fa7[_0x2360fa(0x2d5)]=[_0x28a1e4],await SessionHandler[_0x2360fa(0x253)](_0x185fa7);}}catch(_0x1ab76c){_0x2fde98['gLQdJ'](debug,_0x2360fa(0x1f8)+constants['TEST_REPORTING_ANALYTICS']+_0x2360fa(0x22f)+_0x1ab76c);}}async[a3_0x1a7fbf(0x20f)](_0x511dee){const _0x56131a=a3_0x1a7fbf,_0x4ee26a={'sNpaF':_0x56131a(0x2cb),'WmbFE':function(_0x2a8582,_0x4b9db9){return _0x2a8582(_0x4b9db9);}};if(!this['enabled'])return;const _0x81504c=this[_0x56131a(0x2bc)](this[_0x56131a(0x1d4)]);try{const _0x10d033={};_0x10d033[_0x56131a(0x23d)]=_0x511dee,_0x10d033[_0x56131a(0x2a6)]=_0x81504c;const _0x304f93=_0x10d033,_0xdf137c={};_0xdf137c[_0x56131a(0x29b)]=_0x4ee26a[_0x56131a(0x221)],_0xdf137c[_0x56131a(0x275)]=_0x304f93,await SessionHandler[_0x56131a(0x253)](_0xdf137c);}catch(_0x2337c0){_0x4ee26a[_0x56131a(0x2b7)](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20'+constants[_0x56131a(0x242)]+_0x56131a(0x22f)+_0x2337c0);}}[a3_0x1a7fbf(0x2bc)](_0x398cd1){const _0x30eb3d={'cxjXs':function(_0x48475a,_0x5c226b){return _0x48475a(_0x5c226b);}};return _0x30eb3d['cxjXs'](fetchPlatformDetails,_0x398cd1);}[a3_0x1a7fbf(0x2c4)]=_0x19342a=>{const _0x4015b5=a3_0x1a7fbf,_0x993d35={};_0x993d35[_0x4015b5(0x1d2)]=_0x4015b5(0x231),_0x993d35['pnMtq']=_0x4015b5(0x259);const _0x25f130=_0x993d35;if(!_0x19342a||!_0x19342a[_0x4015b5(0x289)])return;[_0x25f130[_0x4015b5(0x1d2)],_0x25f130[_0x4015b5(0x266)]][_0x4015b5(0x296)](_0x6cd3c1=>{const _0x2e66d3=_0x4015b5,_0x1338fc=_0x19342a[_0x2e66d3(0x289)][_0x6cd3c1];_0x1338fc[_0x2e66d3(0x296)](_0x5b8050=>{const _0x1b74a6=_0x2e66d3;_0x5b8050[_0x1b74a6(0x204)]&&(_0x5b8050[_0x1b74a6(0x204)]=null);});});};[a3_0x1a7fbf(0x264)](_0x26b5dd){const _0x4b69e3=a3_0x1a7fbf,_0x3ff97e={'NIhXn':_0x4b69e3(0x2cf),'CrpLX':function(_0x22cef3){return _0x22cef3();},'yIHUp':function(_0x13458b,_0x5d3b85){return _0x13458b===_0x5d3b85;},'PyIJK':_0x4b69e3(0x259),'BHvjG':function(_0x4d71ec){return _0x4d71ec();},'QVRXx':_0x4b69e3(0x28a),'MWHJz':_0x4b69e3(0x2b4),'jpUce':_0x4b69e3(0x231)};if(!_0x26b5dd||!_0x26b5dd['parent'])return;[_0x3ff97e[_0x4b69e3(0x1fc)],_0x3ff97e[_0x4b69e3(0x23e)],_0x3ff97e[_0x4b69e3(0x24d)],_0x3ff97e[_0x4b69e3(0x1dd)]]['forEach'](_0x248d8f=>{const _0x5e6882=_0x4b69e3,_0x318bbd=_0x26b5dd[_0x5e6882(0x289)][_0x248d8f]||[];_0x318bbd[_0x5e6882(0x296)](_0x19458b=>{const _0x575333=_0x5e6882;if(_0x19458b[_0x575333(0x2a8)][_0x575333(0x1df)](_0x3ff97e[_0x575333(0x245)]))return;if(!_0x19458b[_0x575333(0x204)])_0x19458b['hookAnalyticsId']=_0x3ff97e['CrpLX'](uuidv4);else _0x19458b[_0x575333(0x2d1)]&&_0x3ff97e[_0x575333(0x25d)](_0x248d8f,_0x3ff97e[_0x575333(0x1dd)])&&(_0x19458b['hookAnalyticsId']=_0x3ff97e[_0x575333(0x1fb)](uuidv4),delete _0x19458b[_0x575333(0x2d1)]);});}),this[_0x4b69e3(0x264)](_0x26b5dd[_0x4b69e3(0x289)]);}[a3_0x1a7fbf(0x20e)](_0x291f39){const _0x225274=a3_0x1a7fbf,_0x10b14b={};_0x10b14b[_0x225274(0x292)]=_0x225274(0x28a),_0x10b14b[_0x225274(0x22e)]=_0x225274(0x2b4),_0x10b14b[_0x225274(0x2c3)]=_0x225274(0x231),_0x10b14b[_0x225274(0x290)]=_0x225274(0x259);const _0x4fe688=_0x10b14b;if(!_0x291f39||!_0x291f39[_0x225274(0x289)])return[];const _0x5e9c44=[];return[_0x4fe688[_0x225274(0x292)],_0x4fe688[_0x225274(0x22e)],_0x4fe688[_0x225274(0x2c3)],_0x4fe688['iXoka']][_0x225274(0x296)](_0x385046=>{const _0x2f12a1=_0x225274,_0x4f007c=_0x291f39['parent'][_0x385046]||[];_0x4f007c[_0x2f12a1(0x296)](_0x8700b=>{const _0x447fb7=_0x2f12a1;_0x8700b[_0x447fb7(0x204)]&&_0x5e9c44[_0x447fb7(0x250)](_0x8700b['hookAnalyticsId']);});}),[][_0x225274(0x1f7)](_0x5e9c44,this[_0x225274(0x20e)](_0x291f39[_0x225274(0x289)]));}[a3_0x1a7fbf(0x26e)](_0x4e7953){const _0x53e71f=a3_0x1a7fbf,_0x238f9b=/^"(?<hook>.*)" hook:.*$/,_0xd3c85e=_0x4e7953['title'],_0x3ad81c=_0xd3c85e['match'](_0x238f9b);if(_0x3ad81c&&_0x3ad81c[_0x53e71f(0x232)])return _0x3ad81c[_0x53e71f(0x232)][_0x53e71f(0x249)][_0x53e71f(0x229)]()[_0x53e71f(0x2d0)]('\x20','_');return null;}[a3_0x1a7fbf(0x233)](_0x203105){const _0x3252cc=a3_0x1a7fbf,_0x482bf8={};_0x482bf8['Wbvps']=function(_0x5ac723,_0x5d3615){return _0x5ac723===_0x5d3615;},_0x482bf8['pWtax']=function(_0x29f5ff,_0x1181cf){return _0x29f5ff===_0x1181cf;},_0x482bf8[_0x3252cc(0x2c2)]=_0x3252cc(0x1f9);const _0x37cdd1=_0x482bf8,_0x417d02=path[_0x3252cc(0x213)];if(_0x37cdd1[_0x3252cc(0x2ad)](_0x203105,null)||_0x37cdd1['Wbvps'](_0x203105,'')||_0x37cdd1[_0x3252cc(0x252)](_0x203105,_0x417d02)||_0x37cdd1[_0x3252cc(0x2ad)](_0x203105,path[_0x3252cc(0x297)](_0x203105)))return null;try{return fs[_0x3252cc(0x23c)](path[_0x3252cc(0x222)](_0x203105,_0x37cdd1[_0x3252cc(0x2c2)])),_0x203105;}catch(_0x1f4fc9){const _0x470cbb=path['dirname'](_0x203105);return this[_0x3252cc(0x233)](_0x470cbb);}}[a3_0x1a7fbf(0x257)](_0x23fa5c){const _0x3313b9=a3_0x1a7fbf,_0x9b913e={};_0x9b913e['gJLSA']=function(_0x18274f,_0x2005b4){return _0x18274f>_0x2005b4;};const _0x54027f=_0x9b913e;if(_0x23fa5c[_0x3313b9(0x212)])return _0x23fa5c[_0x3313b9(0x212)];if(_0x23fa5c[_0x3313b9(0x2cd)]){const _0x123095=_0x23fa5c[_0x3313b9(0x2cd)][_0x3313b9(0x2b9)]?this[_0x3313b9(0x257)](_0x23fa5c['ctx'][_0x3313b9(0x2b9)]):null;if(_0x123095)return _0x123095;}if(_0x23fa5c[_0x3313b9(0x289)]){const _0xae2f3c=this[_0x3313b9(0x257)](_0x23fa5c[_0x3313b9(0x289)])||(_0x23fa5c[_0x3313b9(0x289)][_0x3313b9(0x2cd)]&&_0x23fa5c[_0x3313b9(0x289)][_0x3313b9(0x2cd)][_0x3313b9(0x2b9)]?this[_0x3313b9(0x257)](_0x23fa5c[_0x3313b9(0x289)][_0x3313b9(0x2cd)][_0x3313b9(0x2b9)]):null);if(_0xae2f3c)return _0xae2f3c;_0x23fa5c[_0x3313b9(0x289)][_0x3313b9(0x26c)]&&_0x54027f['gJLSA'](_0x23fa5c[_0x3313b9(0x289)]['suites'][_0x3313b9(0x251)],0x0)&&_0x23fa5c[_0x3313b9(0x289)][_0x3313b9(0x26c)][_0x3313b9(0x296)](_0x27b3b1=>{const _0x23ebaa=_0x3313b9,_0x13e839=_0x27b3b1[_0x23ebaa(0x2cd)]?this['getRootParentFile'](_0x27b3b1[_0x23ebaa(0x2cd)]):null;if(_0x13e839)return _0x13e839;});}return null;}[a3_0x1a7fbf(0x2d3)](_0x7040fc){const _0x45d2ab=a3_0x1a7fbf,_0xfa4389={};_0xfa4389[_0x45d2ab(0x273)]=function(_0x49fbe1,_0x8ed91d){return _0x49fbe1!==_0x8ed91d;};const _0x14ec0f=_0xfa4389,_0x30cffb=[];if(_0x7040fc&&_0x7040fc[_0x45d2ab(0x289)]){let _0x5d7885=_0x7040fc[_0x45d2ab(0x289)];while(_0x5d7885&&_0x14ec0f[_0x45d2ab(0x273)](_0x5d7885[_0x45d2ab(0x2a8)],'')){_0x30cffb['push'](_0x5d7885[_0x45d2ab(0x2a8)]),_0x5d7885=_0x5d7885[_0x45d2ab(0x289)];}}return _0x30cffb;}[a3_0x1a7fbf(0x2d6)](_0x4c1cb2,_0x42abef,_0x32290e=undefined){const _0x13183f=a3_0x1a7fbf,_0x3ab683={'WTRUo':function(_0x198c30,_0x12a23f){return _0x198c30(_0x12a23f);},'osLBV':function(_0x36dfc9){return _0x36dfc9();},'LTMOc':function(_0x24d16f){return _0x24d16f();},'jAMtt':'err','PdVjV':function(_0x594e37,_0x49608d){return _0x594e37!==_0x49608d;},'HbcjZ':function(_0x33c6b5,_0x473454){return _0x33c6b5!==_0x473454;},'bikFq':_0x13183f(0x281),'zrdzh':_0x13183f(0x2ab),'lXTAG':_0x13183f(0x20c),'MxLPN':'passed','yCiBy':'skipped','ALrVb':_0x13183f(0x282),'HKBIm':function(_0x4bb99c,_0x954c75){return _0x4bb99c-_0x954c75;},'yoyta':function(_0x74a89b,_0x19f85d,_0x241554,_0x5d4052,_0x202c1d){return _0x74a89b(_0x19f85d,_0x241554,_0x5d4052,_0x202c1d);},'jhDoc':function(_0x248756,_0x41de8e){return _0x248756!==_0x41de8e;},'zxHNi':_0x13183f(0x2a6),'nrvtU':_0x13183f(0x2a9),'KJXmg':'failure','STcPA':_0x13183f(0x2b5),'QmnGZ':_0x13183f(0x1ed),'TXNPM':'failure_reason_expanded','YYFLj':_0x13183f(0x1e2),'oRosX':function(_0x4d3b9c,_0x202525){return _0x4d3b9c===_0x202525;},'eqCQb':_0x13183f(0x223),'nxgjU':_0x13183f(0x275)};if(!this[_0x13183f(0x237)])return;try{if(_0x42abef['fn']&&_0x42abef['fn']['toString']()[_0x13183f(0x2b8)](/browserstack internal helper hook/))return;const _0x1fe57f=_0x3ab683[_0x13183f(0x27d)](parseEvent,_0x4c1cb2);if(!_0x1fe57f)return;if(_0x1fe57f[_0x13183f(0x262)]){this[_0x13183f(0x2b9)]=_0x42abef,this[_0x13183f(0x226)]=null;if(_0x1fe57f[_0x13183f(0x1ec)]||_0x1fe57f['skipped']){_0x42abef['startedAt']=new Date(),_0x42abef['markedStatus']=![];if(!_0x42abef[_0x13183f(0x24c)])_0x42abef[_0x13183f(0x24c)]=_0x3ab683[_0x13183f(0x2a3)](uuidv4);else _0x42abef['markedStatus']&&(!_0x42abef[_0x13183f(0x235)]&&(_0x42abef[_0x13183f(0x235)]=_0x42abef['testAnalyticsId']),_0x42abef[_0x13183f(0x24c)]=_0x3ab683[_0x13183f(0x2a3)](uuidv4));}}else{if(_0x1fe57f[_0x13183f(0x249)]){this[_0x13183f(0x226)]=_0x42abef;if(_0x1fe57f[_0x13183f(0x1ec)]){_0x42abef[_0x13183f(0x23b)]=new Date(),_0x42abef[_0x13183f(0x2d1)]=![];if(!_0x42abef[_0x13183f(0x204)])_0x42abef[_0x13183f(0x204)]=_0x3ab683[_0x13183f(0x2a3)](uuidv4);else _0x42abef[_0x13183f(0x204)]&&_0x42abef[_0x13183f(0x2d1)]&&(_0x42abef[_0x13183f(0x204)]=_0x3ab683[_0x13183f(0x227)](uuidv4));}}}if(_0x1fe57f[_0x13183f(0x219)]&&_0x42abef[_0x13183f(0x2d1)])return;let _0x403f9c;try{_0x403f9c=this[_0x13183f(0x257)](_0x42abef);}catch(_0x2fa018){logger[_0x13183f(0x255)](_0x13183f(0x21d)+_0x2fa018),_0x403f9c=null;}let _0x47ce5f=[];_0x32290e&&(_0x47ce5f=[_0x32290e,_0x3ab683[_0x13183f(0x28f)]]);const _0x1e297c=_0x3ab683[_0x13183f(0x293)](_0x42abef[_0x13183f(0x2a4)],undefined)?util['inspect'](_0x42abef[_0x13183f(0x2a4)][0x0]):_0x3ab683[_0x13183f(0x20a)](_0x32290e,undefined)?_0x32290e[_0x13183f(0x271)]():undefined,_0x1ab933=_0x403f9c?this[_0x13183f(0x233)](_0x403f9c):null,_0x4c10dc=_0x403f9c?this[_0x13183f(0x2ae)][_0x13183f(0x22d)](this[_0x13183f(0x257)](_0x42abef)):_0x3ab683[_0x13183f(0x247)];let _0x18280b=_0x3ab683[_0x13183f(0x274)];const _0x58ebfd=!_0x1fe57f['started']?new Date()[_0x13183f(0x2ba)]():null;if(_0x1fe57f['finished'])_0x18280b=_0x32290e?_0x3ab683[_0x13183f(0x28b)]:_0x3ab683[_0x13183f(0x25b)],_0x42abef[_0x13183f(0x2d1)]=!![];else _0x1fe57f[_0x13183f(0x21e)]&&(_0x18280b=_0x3ab683[_0x13183f(0x2c6)],_0x42abef['markedStatus']=!![]);const _0x297dd1={'framework':this['frameworkName'],'uuid':_0x42abef[_0x13183f(0x24c)]||_0x42abef['hookAnalyticsId'],'name':_0x42abef[_0x13183f(0x2a8)],'body':{'lang':_0x3ab683[_0x13183f(0x1f5)],'code':_0x42abef[_0x13183f(0x291)][_0x13183f(0x271)]()},'type':_0x42abef[_0x13183f(0x22c)],'scope':_0x42abef[_0x13183f(0x20d)](),'scopes':this[_0x13183f(0x2d3)](_0x42abef),'file_name':_0x4c10dc,'vc_filepath':_0x1ab933?path['relative'](_0x1ab933,_0x403f9c):null,'location':_0x4c10dc,'result':_0x18280b,'failure_reason':_0x1e297c,'duration_in_ms':_0x42abef[_0x13183f(0x24e)]||(_0x1fe57f[_0x13183f(0x219)]||_0x1fe57f[_0x13183f(0x21e)])?_0x3ab683[_0x13183f(0x20b)](Date[_0x13183f(0x21f)](),new Date(_0x42abef[_0x13183f(0x23b)])[_0x13183f(0x225)]()):null,'started_at':new Date(_0x42abef['startedAt'])[_0x13183f(0x2ba)](),'finished_at':_0x58ebfd,'failure':testOpsHelper[_0x13183f(0x201)][_0x13183f(0x1cf)](null,_0x47ce5f),'failure_type':!_0x1e297c?null:testOpsHelper[_0x13183f(0x202)](_0x1e297c),'retry_of':_0x42abef['retryOf']||null,'tags':_0x42abef[_0x13183f(0x28e)]||[],'customRerunParam':{'rerun_name':_0x42abef['fullTitle']()}};_0x3ab683[_0x13183f(0x215)](appendTesthubParams,_0x297dd1,_0x4c1cb2,_0x42abef,FRAMEWORKS[_0x13183f(0x29a)]);if(_0x1fe57f[_0x13183f(0x249)])[_0x297dd1['hook_type'],_0x297dd1[_0x13183f(0x200)]]=[this[_0x13183f(0x26e)](_0x42abef),_0x42abef[_0x13183f(0x2cd)][_0x13183f(0x262)][_0x13183f(0x2a8)]],_0x1fe57f[_0x13183f(0x219)]?_0x3ab683[_0x13183f(0x23a)](_0x297dd1['result'],_0x3ab683[_0x13183f(0x28b)])&&(_0x297dd1['result']=_0x3ab683[_0x13183f(0x25b)]):_0x297dd1[_0x13183f(0x291)]={};else _0x1fe57f[_0x13183f(0x262)]&&(this['mapTestHooks'](_0x42abef),_0x1fe57f[_0x13183f(0x21e)]&&this[_0x13183f(0x2c4)](_0x42abef),(_0x1fe57f['finished']||_0x1fe57f[_0x13183f(0x21e)])&&(_0x297dd1['hooks']=this['getHooksForTest'](_0x42abef)));this['driver']&&(_0x1fe57f[_0x13183f(0x1ec)]||_0x1fe57f['skipped'])&&(_0x297dd1[_0x3ab683[_0x13183f(0x26b)]]=this[_0x13183f(0x2bc)](this[_0x13183f(0x1d4)]));_0x1fe57f[_0x13183f(0x262)]&&_0x1fe57f['finished']&&_0x42abef[_0x13183f(0x269)]&&(_0x297dd1[_0x3ab683[_0x13183f(0x27a)]]={'feature':{'name':_0x42abef[_0x13183f(0x289)][_0x13183f(0x24a)]['name'],'path':_0x297dd1[_0x13183f(0x1e4)],'description':_0x42abef[_0x13183f(0x289)]['comment']},'scenario':{'name':_0x42abef[_0x13183f(0x2a8)]},'steps':_0x42abef[_0x13183f(0x269)]});const _0x4f8d0f=_0x297dd1[_0x3ab683[_0x13183f(0x29f)]][0x0];_0x4f8d0f&&(_0x297dd1[_0x3ab683['STcPA']]=_0x4f8d0f[_0x3ab683['QmnGZ']],_0x297dd1[_0x3ab683[_0x13183f(0x1ee)]]=_0x4f8d0f[_0x3ab683[_0x13183f(0x208)]]);if(_0x42abef[_0x13183f(0x269)])for(const _0x2d52a3 of _0x42abef['bddSteps']){!_0x2d52a3[_0x13183f(0x277)]&&(_0x2d52a3['finished_at']=new Date()['toISOString'](),_0x3ab683[_0x13183f(0x205)](_0x2d52a3[_0x13183f(0x203)],_0x3ab683['zrdzh'])&&(_0x4f8d0f?(_0x2d52a3[_0x13183f(0x203)]=_0x3ab683[_0x13183f(0x28b)],_0x2d52a3['failure']=_0x4f8d0f[_0x3ab683[_0x13183f(0x25f)]][0x0]):_0x2d52a3[_0x13183f(0x203)]=_0x3ab683['MxLPN']));}const _0x4a3c42={};_0x4a3c42['event_type']=_0x1fe57f[_0x13183f(0x21e)]?TEST_EVENTS[_0x13183f(0x1d9)]:_0x4c1cb2;const _0x527edf=_0x4a3c42;return _0x1fe57f[_0x13183f(0x249)]?_0x527edf[_0x3ab683[_0x13183f(0x2ca)]]=_0x297dd1:_0x527edf[_0x3ab683[_0x13183f(0x241)]]=_0x297dd1,_0x527edf;}catch(_0x1e87a7){logger['debug'](_0x13183f(0x1f2)+_0x4c1cb2+_0x13183f(0x22f)+_0x1e87a7);}}async[a3_0x1a7fbf(0x240)](_0x33993e,_0x27f44b){const _0xf7ce6a=a3_0x1a7fbf;if(!this[_0xf7ce6a(0x237)]||!_0x27f44b||!_0x33993e)return![];try{return await SessionHandler['uploadEventData'](_0x27f44b);}catch(_0x40adcb){logger['debug'](_0xf7ce6a(0x1de)+_0x33993e+'\x20with\x20error\x20:\x20'+_0x40adcb);}}['initializeBddStep'](_0x1a8bca){const _0x55dc77=a3_0x1a7fbf,_0x1489b={};_0x1489b[_0x55dc77(0x2b0)]=_0x55dc77(0x2ab);const _0x22bf25=_0x1489b;return{'id':_0x1a8bca[_0x55dc77(0x220)],'text':_0x1a8bca[_0x55dc77(0x299)],'keyword':_0x1a8bca[_0x55dc77(0x294)],'started_at':_0x1a8bca[_0x55dc77(0x23b)][_0x55dc77(0x2ba)](),'result':_0x22bf25[_0x55dc77(0x2b0)]};}[a3_0x1a7fbf(0x2b2)](_0x56bf4f){const _0x357807=a3_0x1a7fbf,_0x45786b={'aKkYI':function(_0xe76f71){return _0xe76f71();}};!this[_0x357807(0x2b9)]['bddSteps']&&(this['currentTest'][_0x357807(0x269)]=[]),!_0x56bf4f['stepAnalyticsId']&&(_0x56bf4f['stepAnalyticsId']=_0x45786b[_0x357807(0x2a1)](uuidv4),_0x56bf4f['startedAt']=new Date(),this[_0x357807(0x2b9)][_0x357807(0x269)][_0x357807(0x250)](this['initializeBddStep'](_0x56bf4f)));}[a3_0x1a7fbf(0x21b)](_0x1cc41d){const _0x3988ea=a3_0x1a7fbf,_0x268fe8={'WrrOy':function(_0x229d40,_0x1009be){return _0x229d40(_0x1009be);},'fKfQw':_0x3988ea(0x1d3),'zWhUE':'pending','eeRII':_0x3988ea(0x2c0),'UgDWn':function(_0x5e3e62,_0x109b88){return _0x5e3e62-_0x109b88;}};let _0x1730e8=this[_0x3988ea(0x2b9)][_0x3988ea(0x269)][_0x3988ea(0x29d)](_0xdb1cf2=>_0xdb1cf2['id']===_0x1cc41d[_0x3988ea(0x220)]);_0x268fe8[_0x3988ea(0x1ea)](isUndefined,_0x1730e8)&&(_0x1730e8=this[_0x3988ea(0x1e9)](_0x1cc41d)),_0x1730e8['result']=[_0x268fe8['fKfQw'],_0x268fe8[_0x3988ea(0x2a7)]][_0x3988ea(0x1df)](_0x1cc41d['status'])?_0x268fe8['eeRII']:_0x1cc41d[_0x3988ea(0x23f)],_0x1730e8['finished_at']=new Date()[_0x3988ea(0x2ba)](),_0x1730e8['duration']=_0x268fe8[_0x3988ea(0x2c7)](Date[_0x3988ea(0x21f)](),_0x1cc41d[_0x3988ea(0x23b)][_0x3988ea(0x225)]()),_0x1730e8['failure']=_0x1cc41d[_0x3988ea(0x2b3)]?_0x1cc41d['err'][_0x3988ea(0x236)]:null;}}function a3_0x5eb7(_0x22d71d,_0x2287c3){const _0x55012a=a3_0x5501();return a3_0x5eb7=function(_0x5eb737,_0x40a78d){_0x5eb737=_0x5eb737-0x1cf;let _0x1ec592=_0x55012a[_0x5eb737];return _0x1ec592;},a3_0x5eb7(_0x22d71d,_0x2287c3);}const a3_0x188f3b={};a3_0x188f3b['O11yHelper']=O11yHelper,a3_0x188f3b[a3_0x1a7fbf(0x1db)]=STATE_PASSED,a3_0x188f3b[a3_0x1a7fbf(0x2a5)]=STATE_FAILED,a3_0x188f3b[a3_0x1a7fbf(0x287)]=TEST_EVENTS,module['exports']=a3_0x188f3b;
|
|
1
|
+
const a3_0x4ca2b4=a3_0x4318;(function(_0x4b3237,_0x3270d0){const _0x17ecc5=a3_0x4318,_0xcdb5a3=_0x4b3237();while(!![]){try{const _0x5e6b6e=parseInt(_0x17ecc5(0x102))/0x1+-parseInt(_0x17ecc5(0xe5))/0x2+-parseInt(_0x17ecc5(0x78))/0x3*(parseInt(_0x17ecc5(0x142))/0x4)+parseInt(_0x17ecc5(0x11b))/0x5+-parseInt(_0x17ecc5(0x112))/0x6*(-parseInt(_0x17ecc5(0x90))/0x7)+parseInt(_0x17ecc5(0x92))/0x8*(-parseInt(_0x17ecc5(0x87))/0x9)+-parseInt(_0x17ecc5(0xb8))/0xa*(-parseInt(_0x17ecc5(0x134))/0xb);if(_0x5e6b6e===_0x3270d0)break;else _0xcdb5a3['push'](_0xcdb5a3['shift']());}catch(_0x3ead6e){_0xcdb5a3['push'](_0xcdb5a3['shift']());}}}(a3_0x4b56,0x84910));function a3_0x4b56(){const _0x58cc15=['AnQmj','../mocha/test-observability/mochaUtils','event_type','started','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','launch','util','evjfC','length','failure_backtrace','MDPba','zpMWy','Jtzzw','finished','title','failure_reason_expanded','qORpu','hasLiveDriverSession','hook','getRootParentFile','tags','getInstance','eventType','replace','tavrX','_afterAll','dSbAb','hTMTZ','aHqws','1392590mVkGMo','STATE_PASSED','lvVnS','abhJJ','failureData','PathHelper','join','includes','gaThp','Lkwuz','../../helpers/testhub/utils.js','HookRunStarted','QKrSG','type','statSync','shutdown','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','enabled','__cloud_provider___','../playwright/sessionDetails','apply','TEST_REPORTING_ANALYTICS','Not\x20able\x20to\x20import\x20Browser','cwd','TEST_RUN_FINISHED','uhrgq','bddSteps','winstonLogger','SCfyT','323456YrfPOu','Lovxs','testAnalyticsId','suites','connect','integrations','AqdeG','mapTestHooks','oLzIJ','Rxyfu','lMRyU','rohDj','ivvEn','wqLSj','ELSrf','splice','4361946zWBJdh','cmxvb','./helper.js','getCBTInfo','path','failed','format','file_name','_beforeAll','970AGnmCI','connectOverCDP','test_run_uuid','sgmhN','.git','KCUFp','UgfcD','bddStepStart','frameworkName','debug','rDjbF','VNDeb','CODECEPT','body','cWyjn','startedAt','javascript','test_run','constructor','uuid','vdTDI','TZmrT','currentHook','skipped','RldWa','32527uKMfck','file','forEach','pending','__platformCaps','errorsDetailed','File\x20path\x20could\x20not\x20be\x20found','_paths','LogCreated','finished_at','VIIgd','GbiLW','uploadEventData','appendTestItemLog','4ZyeEYK','EMYCJ','then','toLowerCase','tKLBp','getFailureType','parent','getTime','BPMvo','tNGeo','hook_type','KoAiX','duration','gHDes','ppuJv','keys','split','TestRunFinished','dirname','markedStatus','hook_run','PLAYWRIGHT_HUB_URL','expanded','rCJgW','LtMbI','UTnMb','push','initializeBddStep','result','aunWZ','groups','stringify','UGiHF','_testEnv','\x20with\x20error\x20:\x20','AlQXb','_beforeEach','KukGw','JgxTb','YGUge','comment','nZRqc','relative','MPEJV','browserstack','QTezC','60567EEuPcp','getHookType','fullTitle','setupBrowserDetails','hookAnalyticsId','YLeGJ','pendingHookEvents','TzoWB','message','mBxIl','hpBdm','prototype','AuBov','paAlA','VbfNs','9lKiOGX','mlLgr','pCsjG','defineProperty','location_prefix','status','findGitConfig','stepAnalyticsId','TEST_RUN_SKIPPED','7ydKfOt','test','1357288Yllnrn','hooks','uvKrm','GfOqf','BROWSERSTACK','TEST_EVENTS','failed\x20to\x20get\x20root\x20parent\x20file\x20','xGLse','success','feature','Playwright','session_id','kPRlY','kbEzR','match','../../helpers/test-observability/utils','toUpperCase','passed','bind','pid','hook_run_uuid','retryOf','../utils/constants','fireEvent','../../helpers/helper','text','failure','kXdHq','3|2|0|4|1|5','toString','wsEndpoint','POapi','TestRunStarted','HOOK_RUN_FINISHED','prefixTestPath','Failed\x20to\x20parse\x20wsendpoint\x20','../playwright/accessibility-helper','currentTest','1280uXwPaM','toISOString','getHooksForTest','HookRunFinished','STATE_FAILED','driver','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','xplXK','CBTSessionCreated','_afterEach','IASia','WuQOY','name','err','ctx','bufferPendingHookEvent'];a3_0x4b56=function(){return _0x58cc15;};return a3_0x4b56();}const path=require(a3_0x4ca2b4(0x116)),util=require(a3_0x4ca2b4(0xce)),fs=require('fs'),{v4:uuidv4}=require('uuid'),{resolveBrowserTypeClass,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a3_0x4ca2b4(0xaa)),testOpsHelper=require(a3_0x4ca2b4(0xa1)),{getTestEnv}=require(a3_0x4ca2b4(0xc9)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),logger=require('../../helpers/logger')[a3_0x4ca2b4(0x100)],SessionHandler=require('../../helpers/test-observability/sessionHandler'),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),PlaywrightSessionDetails=require(a3_0x4ca2b4(0xf8)),debug=testOpsHelper[a3_0x4ca2b4(0x124)],{processAccessibilityCaps}=require(a3_0x4ca2b4(0xb6)),Constants=require(a3_0x4ca2b4(0xa8)),{fetchPlatformDetails}=require(a3_0x4ca2b4(0x114)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a3_0x4ca2b4(0xef)),constants=require('../utils/constants'),STATE_PASSED=a3_0x4ca2b4(0xa3),STATE_FAILED=a3_0x4ca2b4(0x117),a3_0x2cab03={};function a3_0x4318(_0x2f1a52,_0x52c373){const _0x4b56d7=a3_0x4b56();return a3_0x4318=function(_0x431813,_0x46ea3e){_0x431813=_0x431813-0x6c;let _0x19d42d=_0x4b56d7[_0x431813];return _0x19d42d;},a3_0x4318(_0x2f1a52,_0x52c373);}a3_0x2cab03['TEST_RUN_STARTED']=a3_0x4ca2b4(0xb2),a3_0x2cab03[a3_0x4ca2b4(0xfd)]=a3_0x4ca2b4(0x153),a3_0x2cab03[a3_0x4ca2b4(0x8f)]='TestRunSkipped',a3_0x2cab03['HOOK_RUN_STARTED']=a3_0x4ca2b4(0xf0),a3_0x2cab03[a3_0x4ca2b4(0xb3)]=a3_0x4ca2b4(0xbb);const TEST_EVENTS=a3_0x2cab03,parseEvent=_0x358669=>{const _0x262a92=a3_0x4ca2b4,_0x41d4a5={};_0x41d4a5[_0x262a92(0x10e)]=function(_0x1e4a36,_0x11b4d8){return _0x1e4a36<_0x11b4d8;},_0x41d4a5[_0x262a92(0x81)]=function(_0x2abef6,_0xfb224){return _0x2abef6===_0xfb224;},_0x41d4a5[_0x262a92(0xf1)]=_0x262a92(0x91),_0x41d4a5[_0x262a92(0x7d)]=function(_0x2fafa7,_0x47dd35){return _0x2fafa7===_0x47dd35;},_0x41d4a5[_0x262a92(0x95)]='hook',_0x41d4a5[_0x262a92(0x15a)]=_0x262a92(0x132),_0x41d4a5['ndNdR']=_0x262a92(0xcb),_0x41d4a5[_0x262a92(0xc2)]='finished';const _0x4204ba=_0x41d4a5,_0x268d9f=_0x358669[_0x262a92(0xa0)](/^(.*)Run(.*)$/);if(!_0x268d9f)return null;if(_0x4204ba[_0x262a92(0x10e)](_0x268d9f[_0x262a92(0xd0)],0x3))return null;const _0x483fa2=_0x268d9f[0x1][_0x262a92(0x145)](),_0x2a53ba=_0x268d9f[0x2]['toLowerCase']();return{'test':_0x4204ba[_0x262a92(0x81)](_0x483fa2,_0x4204ba[_0x262a92(0xf1)]),'hook':_0x4204ba['YLeGJ'](_0x483fa2,_0x4204ba[_0x262a92(0x95)]),'skipped':_0x4204ba['mBxIl'](_0x2a53ba,_0x4204ba[_0x262a92(0x15a)]),'started':_0x4204ba['mBxIl'](_0x2a53ba,_0x4204ba['ndNdR']),'finished':_0x4204ba['YLeGJ'](_0x2a53ba,_0x4204ba[_0x262a92(0xc2)])};},mockPWBrowserType=_0x50367a=>{const _0x37fda3=a3_0x4ca2b4,_0xaafd97={'QTezC':function(_0x9513b6,_0x17725d){return _0x9513b6===_0x17725d;},'gbmXb':'string','WuQOY':function(_0x498164,_0x3a7fb0,_0x27ce5c){return _0x498164(_0x3a7fb0,_0x27ce5c);},'lMRyU':'wsEndpoint','VIIgd':function(_0x940166,_0x257dd8){return _0x940166(_0x257dd8);},'uvKrm':_0x37fda3(0x76),'AqdeG':function(_0x378181){return _0x378181();},'hpBdm':function(_0x4c2746,_0x819edf){return _0x4c2746(_0x819edf);},'uFeWT':_0x37fda3(0xfb),'zpMWy':'connect','EMYCJ':_0x37fda3(0xcd)},_0x5446c8=_0xaafd97[_0x37fda3(0x108)](resolveBrowserTypeClass);if(!_0x5446c8){_0xaafd97[_0x37fda3(0x82)](debug,_0xaafd97['uFeWT']);return;}const _0x431e96=_0x5446c8[_0x37fda3(0x83)];if(_0x431e96['obsBrowserTypeMockApplied'])return;const _0x527850=_0x431e96[_0x37fda3(0x106)];Object[_0x37fda3(0x8a)](_0x431e96,_0xaafd97[_0x37fda3(0xd3)],{'get':function(){const _0x5a2883=_0x37fda3,_0x1d4089={'KCUFp':function(_0x4ee280,_0x4f9987){const _0x57063f=a3_0x4318;return _0xaafd97[_0x57063f(0x77)](_0x4ee280,_0x4f9987);},'Lovxs':_0xaafd97['gbmXb'],'UGiHF':function(_0x7f2f5a,_0xf931ac,_0x13b7c6){const _0x4292d2=a3_0x4318;return _0xaafd97[_0x4292d2(0xc3)](_0x7f2f5a,_0xf931ac,_0x13b7c6);},'lZGPy':_0xaafd97[_0x5a2883(0x10c)],'rDjbF':function(_0x26ab44,_0x1ea0e6){const _0x5a0c81=_0x5a2883;return _0xaafd97[_0x5a0c81(0x13e)](_0x26ab44,_0x1ea0e6);},'evjfC':_0xaafd97[_0x5a2883(0x94)]};return async function _0x430af3(_0x103aef,_0x38d36e){const _0x41c72e=_0x5a2883,_0x150059={'abhJJ':function(_0x9449ed,_0x32164c){const _0x1547d2=a3_0x4318;return _0x1d4089[_0x1547d2(0x120)](_0x9449ed,_0x32164c);},'UgfcD':_0x1d4089[_0x41c72e(0x103)]},_0x549bd7=_0x1d4089['UGiHF'](nestedKeyValue,_0x103aef,[_0x1d4089['lZGPy']])||_0x103aef;let _0x1add15=null,_0x1c9848=null;try{[_0x1c9848,_0x1add15]=_0x549bd7?_0x1d4089[_0x41c72e(0x125)](parseWSEndpoint,_0x549bd7):[null,null],global[_0x41c72e(0x138)]=_0x1add15,logger[_0x41c72e(0x124)]('Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20'+_0x1c9848),_0x1c9848[_0x41c72e(0xec)](Constants[_0x41c72e(0x96)])&&(global[_0x41c72e(0xf7)]=_0x1d4089[_0x41c72e(0xcf)]);}catch(_0x69d3ee){logger[_0x41c72e(0x124)](_0x41c72e(0xb5)+_0x549bd7+'\x20'+_0x69d3ee);}_0x1d4089[_0x41c72e(0x162)](processAccessibilityCaps,_0x1add15,_0x1c9848);if(global['accessibilityPlatform']){const _0x12afc4=await _0x431e96[_0x41c72e(0x11c)][_0x41c72e(0xf9)](this,[''+Constants[_0x41c72e(0x157)]+_0x1d4089[_0x41c72e(0x125)](encodeURIComponent,JSON[_0x41c72e(0x161)](_0x1add15))]);return PlaywrightSessionDetails[_0x41c72e(0x7b)](_0x12afc4,_0x50367a,_0x549bd7),_0x12afc4;}return _0x527850[_0x41c72e(0xf9)](this,arguments)['then'](_0x372528=>{const _0x12de72=_0x41c72e;let _0x217622=_0x103aef[_0x12de72(0xb0)];return _0x150059[_0x12de72(0xe8)](typeof _0x103aef,_0x150059[_0x12de72(0x121)])&&(_0x217622=_0x103aef),PlaywrightSessionDetails['setupBrowserDetails'](_0x372528,_0x50367a,_0x217622),_0x372528;});};}});const _0x47c3f8=_0x431e96[_0x37fda3(0xcd)];Object[_0x37fda3(0x8a)](_0x431e96,_0xaafd97[_0x37fda3(0x143)],{'get':function(){return async function _0x53386a(){const _0x34ea27=a3_0x4318;return _0x47c3f8[_0x34ea27(0xf9)](this,arguments)[_0x34ea27(0x144)](_0x2d1dbb=>{return PlaywrightSessionDetails['setupBrowserDetails'](_0x2d1dbb,null),_0x2d1dbb;});};}});};class O11yHelper{['currentTest']=null;[a3_0x4ca2b4(0x131)]=null;[a3_0x4ca2b4(0xf6)]=![];['frameworkName']=![];[a3_0x4ca2b4(0x7e)]=[];constructor(_0x30b42a,_0x720e77){const _0x4c8028=a3_0x4ca2b4,_0x32fadf={'zsPVU':_0x4c8028(0xae),'tNGeo':function(_0xae01c7){return _0xae01c7();},'APiTw':function(_0x5e15b4){return _0x5e15b4();},'RldWa':function(_0x4d5f83,_0x11c48b){return _0x4d5f83===_0x11c48b;},'CIIie':_0x4c8028(0x9c),'JgxTb':function(_0x2b5915,_0x824c99){return _0x2b5915(_0x824c99);}},_0x16559d=_0x32fadf['zsPVU'][_0x4c8028(0x152)]('|');let _0x20424e=0x0;while(!![]){switch(_0x16559d[_0x20424e++]){case'0':this[_0x4c8028(0xbd)]=_0x30b42a;continue;case'1':this['_paths']=new testOpsHelper[(_0x4c8028(0xea))]({'cwd':process[_0x4c8028(0xfc)]()},this[_0x4c8028(0x163)][_0x4c8028(0x8b)]);continue;case'2':this[_0x4c8028(0x123)]=_0x720e77[_0x4c8028(0x123)];continue;case'3':this[_0x4c8028(0xf6)]=_0x32fadf[_0x4c8028(0x14b)](shouldProcessEventForTesthub);continue;case'4':this['_testEnv']=_0x32fadf['APiTw'](getTestEnv);continue;case'5':this[_0x4c8028(0xbd)]&&_0x32fadf[_0x4c8028(0x133)](this[_0x4c8028(0xbd)][_0x4c8028(0x12d)][_0x4c8028(0xc4)],_0x32fadf['CIIie'])&&_0x32fadf[_0x4c8028(0x70)](mockPWBrowserType,null);continue;}break;}}[a3_0x4ca2b4(0xd9)](){const _0x40f20d=a3_0x4ca2b4,_0x133edb={'hTMTZ':function(_0x1ae0f0,_0x118a06){return _0x1ae0f0(_0x118a06);}};if(!this[_0x40f20d(0xbd)])return![];try{const _0x1d7c24=_0x133edb[_0x40f20d(0xe3)](fetchPlatformDetails,this[_0x40f20d(0xbd)]);if(!_0x1d7c24)return![];const _0x369cb3=Object[_0x40f20d(0x151)](_0x1d7c24)[0x0];return!!(_0x369cb3&&_0x1d7c24[_0x369cb3]&&_0x1d7c24[_0x369cb3][_0x40f20d(0x9d)]);}catch(_0x39b635){return![];}}[a3_0x4ca2b4(0xc7)](_0x34f3c8,_0x418db8){const _0x42be43=a3_0x4ca2b4;if(!_0x418db8)return;const _0x3d4f09={};_0x3d4f09[_0x42be43(0xde)]=_0x34f3c8,_0x3d4f09['uploadData']=_0x418db8,this[_0x42be43(0x7e)][_0x42be43(0x15c)](_0x3d4f09);}async['flushPendingHookEvents'](){const _0x144af0=a3_0x4ca2b4,_0x9aae78={};_0x9aae78['KukGw']=function(_0x3816d3,_0x1287ac){return _0x3816d3&&_0x1287ac;};const _0x56b2e7=_0x9aae78;if(!this[_0x144af0(0x7e)][_0x144af0(0xd0)])return;if(!this['hasLiveDriverSession']())return;const _0x5d3bd8=this[_0x144af0(0x115)](this['driver']),_0x1111fc=this[_0x144af0(0x7e)][_0x144af0(0x111)](0x0,this[_0x144af0(0x7e)][_0x144af0(0xd0)]);for(const {eventType:_0x418467,uploadData:_0x32ac9c}of _0x1111fc){try{const _0x51402b=_0x32ac9c['hook_run']||_0x32ac9c[_0x144af0(0x12c)];_0x56b2e7[_0x144af0(0x6f)](_0x51402b,_0x5d3bd8)&&(_0x51402b[_0x144af0(0x107)]=_0x5d3bd8),await this[_0x144af0(0xa9)](_0x418467,_0x32ac9c);}catch(_0x25b4fe){logger[_0x144af0(0x124)]('Failed\x20to\x20flush\x20pending\x20hook\x20event\x20'+_0x418467+':\x20'+util[_0x144af0(0x118)](_0x25b4fe));}}}['start'](){const _0x5a4190=a3_0x4ca2b4;if(!this[_0x5a4190(0xf6)])return;testOpsHelper['patchConsoleLogger'](),process['removeAllListeners']('bs:addLog:'+process[_0x5a4190(0xa5)]),process['on']('bs:addLog:'+process[_0x5a4190(0xa5)],this['appendTestItemLog'][_0x5a4190(0xa4)](this));}async['stop'](){const _0xc0b21d=a3_0x4ca2b4;await RequestQueueHandler[_0xc0b21d(0xdd)]()[_0xc0b21d(0xf4)]();}async[a3_0x4ca2b4(0x141)](_0xd2d6){const _0x5b2714=a3_0x4ca2b4,_0x244acc={'dsWyp':_0x5b2714(0x13c),'XpIEL':function(_0x331af3,_0x25df4e){return _0x331af3(_0x25df4e);}};try{this[_0x5b2714(0x131)]&&!this[_0x5b2714(0x131)][_0x5b2714(0x155)]&&(_0xd2d6[_0x5b2714(0xa6)]=this['currentHook']['hookAnalyticsId']);!_0xd2d6[_0x5b2714(0xa6)]&&this[_0x5b2714(0xb7)]&&!this['currentTest'][_0x5b2714(0x155)]&&(_0xd2d6[_0x5b2714(0x11d)]=this[_0x5b2714(0xb7)][_0x5b2714(0x104)]);if(_0xd2d6[_0x5b2714(0xa6)]||_0xd2d6[_0x5b2714(0x11d)]){const _0x94619e={};_0x94619e[_0x5b2714(0xca)]=_0x244acc['dsWyp'],_0x94619e['logs']=[_0xd2d6],await SessionHandler[_0x5b2714(0x140)](_0x94619e);}}catch(_0x15b04d){_0x244acc['XpIEL'](debug,'Exception\x20in\x20uploading\x20log\x20data\x20to\x20'+constants[_0x5b2714(0xfa)]+_0x5b2714(0x6c)+_0x15b04d);}}async['sendCBTInfo'](_0x2caa9e){const _0x5dab3a=a3_0x4ca2b4,_0x4983f0={'OmPIs':_0x5dab3a(0xc0),'MDPba':function(_0x30ab04,_0x472a40){return _0x30ab04(_0x472a40);}};if(!this[_0x5dab3a(0xf6)])return;const _0x24fe08=this['getCBTInfo'](this[_0x5dab3a(0xbd)]);try{const _0x1f8d05={};_0x1f8d05[_0x5dab3a(0x12e)]=_0x2caa9e,_0x1f8d05[_0x5dab3a(0x107)]=_0x24fe08;const _0x4045c4=_0x1f8d05,_0x4fd1c1={};_0x4fd1c1[_0x5dab3a(0xca)]=_0x4983f0['OmPIs'],_0x4fd1c1[_0x5dab3a(0x12c)]=_0x4045c4,await SessionHandler[_0x5dab3a(0x140)](_0x4fd1c1);}catch(_0x50958c){_0x4983f0[_0x5dab3a(0xd2)](debug,_0x5dab3a(0xbe)+constants[_0x5dab3a(0xfa)]+'\x20with\x20error\x20:\x20'+_0x50958c);}}['getCBTInfo'](_0x364d27){const _0x111e16=a3_0x4ca2b4,_0xa2737a={'kbEzR':function(_0x4336b8,_0x3ab46c){return _0x4336b8(_0x3ab46c);}};return _0xa2737a[_0x111e16(0x9f)](fetchPlatformDetails,_0x364d27);}['resetSkipTestHooks']=_0x135535=>{const _0x3ad480=a3_0x4ca2b4,_0x4ae56b={};_0x4ae56b[_0x3ad480(0x14f)]=_0x3ad480(0x6e),_0x4ae56b[_0x3ad480(0x12f)]=_0x3ad480(0xc1);const _0x475177=_0x4ae56b;if(!_0x135535||!_0x135535[_0x3ad480(0x148)])return;[_0x475177[_0x3ad480(0x14f)],_0x475177[_0x3ad480(0x12f)]][_0x3ad480(0x136)](_0x2cd325=>{const _0x43c8df=_0x3ad480,_0x42b368=_0x135535[_0x43c8df(0x148)][_0x2cd325];_0x42b368[_0x43c8df(0x136)](_0x2cda01=>{const _0x2e81f9=_0x43c8df;_0x2cda01[_0x2e81f9(0x7c)]&&(_0x2cda01['hookAnalyticsId']=null);});});};['mapTestHooks'](_0x506cd6){const _0x1347d1=a3_0x4ca2b4,_0x1e51d8={'ELSrf':'codeceptjs','kXdHq':function(_0x5dc772){return _0x5dc772();},'ZWafR':function(_0x4013fc,_0x532a1e){return _0x4013fc===_0x532a1e;},'SCfyT':_0x1347d1(0xc1),'VNDeb':_0x1347d1(0x11a),'mlLgr':'_afterAll','HhwKJ':'_beforeEach'};if(!_0x506cd6||!_0x506cd6['parent'])return;[_0x1e51d8[_0x1347d1(0x126)],_0x1e51d8[_0x1347d1(0x88)],_0x1e51d8['HhwKJ'],_0x1e51d8[_0x1347d1(0x101)]][_0x1347d1(0x136)](_0x1870dd=>{const _0x231eb6=_0x1347d1,_0x3d6749={'dSbAb':_0x1e51d8[_0x231eb6(0x110)],'rohDj':function(_0x1e3b98){const _0xbc442d=_0x231eb6;return _0x1e51d8[_0xbc442d(0xad)](_0x1e3b98);},'Jtzzw':function(_0x460125,_0x5bdf92){return _0x1e51d8['ZWafR'](_0x460125,_0x5bdf92);},'uhrgq':_0x1e51d8[_0x231eb6(0x101)]},_0x2932f3=_0x506cd6[_0x231eb6(0x148)][_0x1870dd]||[];_0x2932f3[_0x231eb6(0x136)](_0x172800=>{const _0x19b6df=_0x231eb6;if(_0x172800[_0x19b6df(0xd6)][_0x19b6df(0xec)](_0x3d6749[_0x19b6df(0xe2)]))return;if(!_0x172800['hookAnalyticsId'])_0x172800['hookAnalyticsId']=_0x3d6749[_0x19b6df(0x10d)](uuidv4);else _0x172800['markedStatus']&&_0x3d6749[_0x19b6df(0xd4)](_0x1870dd,_0x3d6749[_0x19b6df(0xfe)])&&(_0x172800[_0x19b6df(0x7c)]=_0x3d6749[_0x19b6df(0x10d)](uuidv4),delete _0x172800[_0x19b6df(0x155)]);});}),this[_0x1347d1(0x109)](_0x506cd6['parent']);}[a3_0x4ca2b4(0xba)](_0x426116){const _0x23fd18=a3_0x4ca2b4,_0x4134ce={};_0x4134ce[_0x23fd18(0x15f)]=_0x23fd18(0x11a),_0x4134ce[_0x23fd18(0x10b)]=_0x23fd18(0xe1),_0x4134ce[_0x23fd18(0x11e)]=_0x23fd18(0x6e),_0x4134ce[_0x23fd18(0x129)]=_0x23fd18(0xc1);const _0x1528a9=_0x4134ce;if(!_0x426116||!_0x426116['parent'])return[];const _0x2612ff=[];return[_0x1528a9[_0x23fd18(0x15f)],_0x1528a9[_0x23fd18(0x10b)],_0x1528a9[_0x23fd18(0x11e)],_0x1528a9[_0x23fd18(0x129)]][_0x23fd18(0x136)](_0x3b80c2=>{const _0x3f72de=_0x23fd18,_0x1c36c0=_0x426116[_0x3f72de(0x148)][_0x3b80c2]||[];_0x1c36c0[_0x3f72de(0x136)](_0x22777d=>{const _0x367837=_0x3f72de;_0x22777d[_0x367837(0x7c)]&&_0x2612ff[_0x367837(0x15c)](_0x22777d[_0x367837(0x7c)]);});}),[]['concat'](_0x2612ff,this['getHooksForTest'](_0x426116[_0x23fd18(0x148)]));}['getHookType'](_0x5c65a3){const _0x41459c=a3_0x4ca2b4,_0x162eff=/^"(?<hook>.*)" hook:.*$/,_0x2212b0=_0x5c65a3[_0x41459c(0xd6)],_0x504e3b=_0x2212b0[_0x41459c(0xa0)](_0x162eff);if(_0x504e3b&&_0x504e3b[_0x41459c(0x160)])return _0x504e3b[_0x41459c(0x160)]['hook'][_0x41459c(0xa2)]()[_0x41459c(0xdf)]('\x20','_');return null;}[a3_0x4ca2b4(0x8d)](_0x3cce7f){const _0x1feb99=a3_0x4ca2b4,_0x409a35={};_0x409a35[_0x1feb99(0x84)]=function(_0x45a9cd,_0x46a077){return _0x45a9cd===_0x46a077;},_0x409a35[_0x1feb99(0xe4)]=_0x1feb99(0x11f);const _0x4908a1=_0x409a35,_0x51eca8=path['sep'];if(_0x4908a1[_0x1feb99(0x84)](_0x3cce7f,null)||_0x4908a1[_0x1feb99(0x84)](_0x3cce7f,'')||_0x4908a1[_0x1feb99(0x84)](_0x3cce7f,_0x51eca8)||_0x4908a1['AuBov'](_0x3cce7f,path[_0x1feb99(0x154)](_0x3cce7f)))return null;try{return fs[_0x1feb99(0xf3)](path[_0x1feb99(0xeb)](_0x3cce7f,_0x4908a1['aHqws'])),_0x3cce7f;}catch(_0x3810e5){const _0x10f84e=path[_0x1feb99(0x154)](_0x3cce7f);return this[_0x1feb99(0x8d)](_0x10f84e);}}[a3_0x4ca2b4(0xdb)](_0x55ba7b){const _0xaf7c80=a3_0x4ca2b4,_0x1ac79a={};_0x1ac79a['AnQmj']=function(_0x366c93,_0x10d66a){return _0x366c93>_0x10d66a;};const _0x852112=_0x1ac79a;if(_0x55ba7b[_0xaf7c80(0x135)])return _0x55ba7b[_0xaf7c80(0x135)];if(_0x55ba7b['ctx']){const _0x563693=_0x55ba7b[_0xaf7c80(0xc6)][_0xaf7c80(0xb7)]?this['getRootParentFile'](_0x55ba7b['ctx'][_0xaf7c80(0xb7)]):null;if(_0x563693)return _0x563693;}if(_0x55ba7b[_0xaf7c80(0x148)]){const _0x3f75ee=this['getRootParentFile'](_0x55ba7b[_0xaf7c80(0x148)])||(_0x55ba7b[_0xaf7c80(0x148)]['ctx']&&_0x55ba7b['parent'][_0xaf7c80(0xc6)][_0xaf7c80(0xb7)]?this[_0xaf7c80(0xdb)](_0x55ba7b['parent'][_0xaf7c80(0xc6)][_0xaf7c80(0xb7)]):null);if(_0x3f75ee)return _0x3f75ee;_0x55ba7b[_0xaf7c80(0x148)]['suites']&&_0x852112[_0xaf7c80(0xc8)](_0x55ba7b['parent'][_0xaf7c80(0x105)][_0xaf7c80(0xd0)],0x0)&&_0x55ba7b[_0xaf7c80(0x148)]['suites']['forEach'](_0x4b4e46=>{const _0x4fc310=_0xaf7c80,_0x3f2ce4=_0x4b4e46[_0x4fc310(0xc6)]?this['getRootParentFile'](_0x4b4e46[_0x4fc310(0xc6)]):null;if(_0x3f2ce4)return _0x3f2ce4;});}return null;}['getHierarchy'](_0x2c8b17){const _0x31662c=a3_0x4ca2b4,_0x2e6885={};_0x2e6885[_0x31662c(0x75)]=function(_0x48d675,_0x377ba4){return _0x48d675!==_0x377ba4;};const _0x5905ab=_0x2e6885,_0x5a394b=[];if(_0x2c8b17&&_0x2c8b17['parent']){let _0x4a9879=_0x2c8b17[_0x31662c(0x148)];while(_0x4a9879&&_0x5905ab[_0x31662c(0x75)](_0x4a9879[_0x31662c(0xd6)],'')){_0x5a394b[_0x31662c(0x15c)](_0x4a9879[_0x31662c(0xd6)]),_0x4a9879=_0x4a9879['parent'];}}return _0x5a394b;}['captureEvent'](_0x1a3b2a,_0x4a34a7,_0x1221cd=undefined){const _0x27e613=a3_0x4ca2b4,_0x5b4634={'paAlA':function(_0x414ac9,_0x50a9e1){return _0x414ac9(_0x50a9e1);},'kPRlY':function(_0x3a85d0){return _0x3a85d0();},'TzoWB':function(_0x401840){return _0x401840();},'tavrX':_0x27e613(0xc5),'gaThp':function(_0x52630b,_0x2967ef){return _0x52630b!==_0x2967ef;},'nZRqc':function(_0x5dab97,_0x45e815){return _0x5dab97!==_0x45e815;},'YGUge':_0x27e613(0x13a),'ppuJv':_0x27e613(0x137),'qORpu':_0x27e613(0x117),'pCsjG':_0x27e613(0xa3),'CrvKj':_0x27e613(0x132),'rCJgW':_0x27e613(0x12b),'VbfNs':function(_0x2ccdcd,_0x4ef857){return _0x2ccdcd-_0x4ef857;},'BPMvo':function(_0x46bbec,_0xa5d912,_0x18c829,_0xc22388,_0x2e2d71){return _0x46bbec(_0xa5d912,_0x18c829,_0xc22388,_0x2e2d71);},'POapi':_0x27e613(0x107),'oLzIJ':'meta','lvVnS':_0x27e613(0xac),'AlQXb':_0x27e613(0xd1),'GbiLW':'backtrace','qWRio':_0x27e613(0xd7),'KoAiX':_0x27e613(0x158),'UTnMb':function(_0x5ee1bd,_0x5054af){return _0x5ee1bd===_0x5054af;},'wqLSj':_0x27e613(0x156),'cmxvb':_0x27e613(0x12c)};if(!this[_0x27e613(0xf6)])return;try{if(_0x4a34a7['fn']&&_0x4a34a7['fn']['toString']()[_0x27e613(0xa0)](/browserstack internal helper hook/))return;const _0x2cadb2=_0x5b4634[_0x27e613(0x85)](parseEvent,_0x1a3b2a);if(!_0x2cadb2)return;if(_0x2cadb2['test']){this[_0x27e613(0xb7)]=_0x4a34a7,this[_0x27e613(0x131)]=null;if(_0x2cadb2[_0x27e613(0xcb)]||_0x2cadb2[_0x27e613(0x132)]){_0x4a34a7[_0x27e613(0x12a)]=new Date(),_0x4a34a7['markedStatus']=![];if(!_0x4a34a7[_0x27e613(0x104)])_0x4a34a7[_0x27e613(0x104)]=_0x5b4634[_0x27e613(0x9e)](uuidv4);else _0x4a34a7['markedStatus']&&(!_0x4a34a7[_0x27e613(0xa7)]&&(_0x4a34a7[_0x27e613(0xa7)]=_0x4a34a7[_0x27e613(0x104)]),_0x4a34a7[_0x27e613(0x104)]=_0x5b4634[_0x27e613(0x9e)](uuidv4));}}else{if(_0x2cadb2[_0x27e613(0xda)]){this[_0x27e613(0x131)]=_0x4a34a7;if(_0x2cadb2[_0x27e613(0xcb)]){_0x4a34a7['startedAt']=new Date(),_0x4a34a7[_0x27e613(0x155)]=![];if(!_0x4a34a7['hookAnalyticsId'])_0x4a34a7[_0x27e613(0x7c)]=_0x5b4634[_0x27e613(0x9e)](uuidv4);else _0x4a34a7[_0x27e613(0x7c)]&&_0x4a34a7[_0x27e613(0x155)]&&(_0x4a34a7[_0x27e613(0x7c)]=_0x5b4634[_0x27e613(0x7f)](uuidv4));}}}if(_0x2cadb2[_0x27e613(0xd5)]&&_0x4a34a7[_0x27e613(0x155)])return;let _0x2cbe9b;try{_0x2cbe9b=this[_0x27e613(0xdb)](_0x4a34a7);}catch(_0x16e1ed){logger['debug'](_0x27e613(0x98)+_0x16e1ed),_0x2cbe9b=null;}let _0x35865a=[];_0x1221cd&&(_0x35865a=[_0x1221cd,_0x5b4634[_0x27e613(0xe0)]]);const _0x450a09=_0x5b4634[_0x27e613(0xed)](_0x4a34a7[_0x27e613(0x139)],undefined)?util['inspect'](_0x4a34a7['errorsDetailed'][0x0]):_0x5b4634[_0x27e613(0x73)](_0x1221cd,undefined)?_0x1221cd[_0x27e613(0xaf)]():undefined,_0x272c2c=_0x2cbe9b?this[_0x27e613(0x8d)](_0x2cbe9b):null,_0x554782=_0x2cbe9b?this[_0x27e613(0x13b)][_0x27e613(0xb4)](this['getRootParentFile'](_0x4a34a7)):_0x5b4634[_0x27e613(0x71)];let _0x28e161=_0x5b4634[_0x27e613(0x150)];const _0x54bf81=!_0x2cadb2[_0x27e613(0xcb)]?new Date()[_0x27e613(0xb9)]():null;if(_0x2cadb2[_0x27e613(0xd5)])_0x28e161=_0x1221cd?_0x5b4634[_0x27e613(0xd8)]:_0x5b4634[_0x27e613(0x89)],_0x4a34a7['markedStatus']=!![];else _0x2cadb2[_0x27e613(0x132)]&&(_0x28e161=_0x5b4634['CrvKj'],_0x4a34a7[_0x27e613(0x155)]=!![]);const _0x52d796={'framework':this['frameworkName'],'uuid':_0x4a34a7[_0x27e613(0x104)]||_0x4a34a7['hookAnalyticsId'],'name':_0x4a34a7['title'],'body':{'lang':_0x5b4634[_0x27e613(0x159)],'code':_0x4a34a7['body'][_0x27e613(0xaf)]()},'type':_0x4a34a7[_0x27e613(0xf2)],'scope':_0x4a34a7[_0x27e613(0x7a)](),'scopes':this['getHierarchy'](_0x4a34a7),'file_name':_0x554782,'vc_filepath':_0x272c2c?path[_0x27e613(0x74)](_0x272c2c,_0x2cbe9b):null,'location':_0x554782,'result':_0x28e161,'failure_reason':_0x450a09,'duration_in_ms':_0x4a34a7[_0x27e613(0x14e)]||(_0x2cadb2[_0x27e613(0xd5)]||_0x2cadb2[_0x27e613(0x132)])?_0x5b4634[_0x27e613(0x86)](Date['now'](),new Date(_0x4a34a7[_0x27e613(0x12a)])[_0x27e613(0x149)]()):null,'started_at':new Date(_0x4a34a7[_0x27e613(0x12a)])[_0x27e613(0xb9)](),'finished_at':_0x54bf81,'failure':testOpsHelper[_0x27e613(0xe9)]['apply'](null,_0x35865a),'failure_type':!_0x450a09?null:testOpsHelper[_0x27e613(0x147)](_0x450a09),'retry_of':_0x4a34a7[_0x27e613(0xa7)]||null,'tags':_0x4a34a7[_0x27e613(0xdc)]||[],'customRerunParam':{'rerun_name':_0x4a34a7['fullTitle']()}};_0x5b4634[_0x27e613(0x14a)](appendTesthubParams,_0x52d796,_0x1a3b2a,_0x4a34a7,FRAMEWORKS[_0x27e613(0x127)]);if(_0x2cadb2[_0x27e613(0xda)])[_0x52d796[_0x27e613(0x14c)],_0x52d796[_0x27e613(0xc4)]]=[this[_0x27e613(0x79)](_0x4a34a7),_0x4a34a7['ctx']['test']['title']],_0x2cadb2[_0x27e613(0xd5)]?_0x5b4634['gaThp'](_0x52d796[_0x27e613(0x15e)],_0x5b4634['qORpu'])&&(_0x52d796[_0x27e613(0x15e)]=_0x5b4634[_0x27e613(0x89)]):_0x52d796[_0x27e613(0x128)]={};else _0x2cadb2[_0x27e613(0x91)]&&(this[_0x27e613(0x109)](_0x4a34a7),_0x2cadb2[_0x27e613(0x132)]&&this['resetSkipTestHooks'](_0x4a34a7),(_0x2cadb2[_0x27e613(0xd5)]||_0x2cadb2[_0x27e613(0x132)])&&(_0x52d796[_0x27e613(0x93)]=this[_0x27e613(0xba)](_0x4a34a7)));this[_0x27e613(0xbd)]&&(_0x2cadb2['started']||_0x2cadb2[_0x27e613(0x132)])&&(_0x52d796[_0x5b4634[_0x27e613(0xb1)]]=this['getCBTInfo'](this['driver']));_0x2cadb2['test']&&_0x2cadb2['finished']&&_0x4a34a7[_0x27e613(0xff)]&&(_0x52d796[_0x5b4634[_0x27e613(0x10a)]]={'feature':{'name':_0x4a34a7[_0x27e613(0x148)][_0x27e613(0x9b)][_0x27e613(0xc4)],'path':_0x52d796[_0x27e613(0x119)],'description':_0x4a34a7['parent'][_0x27e613(0x72)]},'scenario':{'name':_0x4a34a7['title']},'steps':_0x4a34a7[_0x27e613(0xff)]});const _0x3583a6=_0x52d796[_0x5b4634[_0x27e613(0xe7)]][0x0];_0x3583a6&&(_0x52d796[_0x5b4634[_0x27e613(0x6d)]]=_0x3583a6[_0x5b4634[_0x27e613(0x13f)]],_0x52d796[_0x5b4634['qWRio']]=_0x3583a6[_0x5b4634[_0x27e613(0x14d)]]);if(_0x4a34a7[_0x27e613(0xff)])for(const _0x34ccd3 of _0x4a34a7[_0x27e613(0xff)]){!_0x34ccd3[_0x27e613(0x13d)]&&(_0x34ccd3[_0x27e613(0x13d)]=new Date()[_0x27e613(0xb9)](),_0x5b4634[_0x27e613(0x15b)](_0x34ccd3[_0x27e613(0x15e)],_0x5b4634[_0x27e613(0x150)])&&(_0x3583a6?(_0x34ccd3['result']=_0x5b4634['qORpu'],_0x34ccd3[_0x27e613(0xac)]=_0x3583a6[_0x5b4634['GbiLW']][0x0]):_0x34ccd3[_0x27e613(0x15e)]=_0x5b4634[_0x27e613(0x89)]));}const _0x154d21={};_0x154d21[_0x27e613(0xca)]=_0x2cadb2[_0x27e613(0x132)]?TEST_EVENTS[_0x27e613(0xfd)]:_0x1a3b2a;const _0x479a4e=_0x154d21;return _0x2cadb2[_0x27e613(0xda)]?_0x479a4e[_0x5b4634[_0x27e613(0x10f)]]=_0x52d796:_0x479a4e[_0x5b4634[_0x27e613(0x113)]]=_0x52d796,_0x479a4e;}catch(_0x490b70){logger[_0x27e613(0x124)](_0x27e613(0xcc)+_0x1a3b2a+'\x20with\x20error\x20:\x20'+_0x490b70);}}async[a3_0x4ca2b4(0xa9)](_0x215e4c,_0x1d8727){const _0x45da0b=a3_0x4ca2b4;if(!this[_0x45da0b(0xf6)]||!_0x1d8727||!_0x215e4c)return![];try{return await SessionHandler[_0x45da0b(0x140)](_0x1d8727);}catch(_0x1962bb){logger[_0x45da0b(0x124)](_0x45da0b(0xf5)+_0x215e4c+'\x20with\x20error\x20:\x20'+_0x1962bb);}}[a3_0x4ca2b4(0x15d)](_0x1ed8fd){const _0x1d15c0=a3_0x4ca2b4,_0x495a5e={};_0x495a5e[_0x1d15c0(0x99)]=_0x1d15c0(0x137);const _0x84f2c6=_0x495a5e;return{'id':_0x1ed8fd[_0x1d15c0(0x8e)],'text':_0x1ed8fd[_0x1d15c0(0xab)],'keyword':_0x1ed8fd['keyword'],'started_at':_0x1ed8fd['startedAt'][_0x1d15c0(0xb9)](),'result':_0x84f2c6[_0x1d15c0(0x99)]};}[a3_0x4ca2b4(0x122)](_0x38ee27){const _0x5d50b8=a3_0x4ca2b4,_0x61976b={'xplXK':function(_0xa6accb){return _0xa6accb();}};!this[_0x5d50b8(0xb7)][_0x5d50b8(0xff)]&&(this[_0x5d50b8(0xb7)][_0x5d50b8(0xff)]=[]),!_0x38ee27[_0x5d50b8(0x8e)]&&(_0x38ee27[_0x5d50b8(0x8e)]=_0x61976b[_0x5d50b8(0xbf)](uuidv4),_0x38ee27['startedAt']=new Date(),this['currentTest'][_0x5d50b8(0xff)][_0x5d50b8(0x15c)](this[_0x5d50b8(0x15d)](_0x38ee27)));}['bddStepFinish'](_0x3a45bd){const _0x594080=a3_0x4ca2b4,_0x376dfe={'hVCcG':function(_0x3e94a7,_0x544004){return _0x3e94a7(_0x544004);},'niuDl':_0x594080(0x9a),'tKLBp':_0x594080(0x137),'Lkwuz':_0x594080(0xa3),'TZmrT':function(_0x4f7271,_0x3eeaf9){return _0x4f7271-_0x3eeaf9;}};let _0x453de2=this[_0x594080(0xb7)][_0x594080(0xff)]['find'](_0x578232=>_0x578232['id']===_0x3a45bd['stepAnalyticsId']);_0x376dfe['hVCcG'](isUndefined,_0x453de2)&&(_0x453de2=this['initializeBddStep'](_0x3a45bd)),_0x453de2['result']=[_0x376dfe['niuDl'],_0x376dfe[_0x594080(0x146)]][_0x594080(0xec)](_0x3a45bd['status'])?_0x376dfe[_0x594080(0xee)]:_0x3a45bd[_0x594080(0x8c)],_0x453de2['finished_at']=new Date()['toISOString'](),_0x453de2[_0x594080(0x14e)]=_0x376dfe[_0x594080(0x130)](Date['now'](),_0x3a45bd[_0x594080(0x12a)][_0x594080(0x149)]()),_0x453de2[_0x594080(0xac)]=_0x3a45bd[_0x594080(0xc5)]?_0x3a45bd[_0x594080(0xc5)][_0x594080(0x80)]:null;}}const a3_0xf20254={};a3_0xf20254['O11yHelper']=O11yHelper,a3_0xf20254[a3_0x4ca2b4(0xe6)]=STATE_PASSED,a3_0xf20254[a3_0x4ca2b4(0xbc)]=STATE_FAILED,a3_0xf20254[a3_0x4ca2b4(0x97)]=TEST_EVENTS,module['exports']=a3_0xf20254;
|