browserstack-node-sdk 1.63.4 → 1.63.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/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/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/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/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/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/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/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/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
function a1_0x4cee(){const _0x48e148=['DKwoR','hUyYO','SihDz','QbioH','CQswq','BCNrX','saveAccessibilityResultsWithRetry','container','includes','TEST_RUN_STARTED','filter','FXXKC','bddStep-before','all','3lrCQzp','bstackA11yShouldScan','../../helpers/testhub/constants.js','domForge','ZrWYs','yQLmj','CSAGh','test-skipped','BS_A11Y_JWT','titlePath','Hcspv','flushPendingHookEvents','stringify','env','4765551VhJZdL','page','rVOAe','comment','bind','BCzNX','event','gIzFY','vTARl','NZoBG','gmumD','Puppeteer','3050568hjZBoz','wNMNS','testFramework','thBuildUuid','MOkxN','TxObX','wmWks','getAccessibilityResults','test-after','tKith','LeKHK','../../helpers/helper','getResultsSummary','./o11yHelper','dBtJh','../../helpers/request-spy','slice','toString','setGlobal','1510163BbGTfX','after','NSMUP','tKAts','hookType','__workerDetails','_before','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','hook','measureWrapper','ctx','CHNkW','GET_RESULTS','bufferPendingHookEvent','__driver','BS_TESTOPS_ALLOW_SCREENSHOTS','elwND','hook-started','1035876qxIUaF','DaxSY','split','test-failed','warn','lVQtP','executeScript','dRjHO','cdTUx','../../helpers/performance/constants','constructor','codeceptjs','codeceptjs/lib/recorder.js','pQvzi','../../helpers/logger','from','step','./helper.js','SDK_POST_TEST','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','../../helpers/accessibility-automation/scripts','emit','hook-failed','\x0aStack:\x20','dMWFM','call','startMonitoring','apply','FRAMEWORK_DETAILS','message','MYdCd','27987939DwHpsV','wzAXd','bddStep','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20test.before:\x20','helpers','startsWith','GET_RESULTS_SUMMARY','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20Playwright\x20_before:\x20','nyqmX','performScanWithRetry','oevmz','DyfXG','bs:addLog:','screenshotOutputFolder','olwuo','QPuxe','CaBRw','BROWSERSTACK_TESTHUB_JWT','end','arguments','wrfrQ','version','debug','SDK_PRE_TEST','testAnalyticsId','skipped','browserstack_executor:\x20','WebDriver','currentTest','stack','SESSION_NAME','chromium','aHHXn','reason','args','bddStepFinish','status','WLrlI','bddStepStart','1078846gMAfCa','VDTPo','contexts','vgios','config','add','yIGOQ','ysCQe','pages','command','LnovK','a11y_core_config','test-before','TEST_RUN_FINISHED','started','6842472sjdNYE','LuFFa','ogACY','passed','Qccga','SDK_TEST','TeWnb','fireEvent','setSessionName','commandsToWrap','../../helpers/driverInitErrorReporter','RLVZQ','initSaveScreenshot','enabled','vNeUJ','performScan','Failed\x20to\x20execute\x20_before:\x20','SDK_HOOK','qraJD','ENV_VAR','_setPage','restore','CPvbF','VgmUz','TEST_RUN_SKIPPED','../../helpers/accessibility-automation/accessibilityRetryHelper','rSRIT','dispatcher','info','action','skipSessionStatus','parse','naRFi','class','rePhl','BROWSERSTACK_TESTHUB_UUID','pid','title','test','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','SESSION_STATUS','sendCBTInfo','mwfna','bstackAllyScanning','push','test-started','CvMyP','browserStackExecuteDriver','SDK_POST_INITIALIZE','step-comment','browserstackTestName','patchSaveScreenshot','HGmlS','eunlT','ciRaj','TEST_SCREENSHOT','codeceptjs/lib/helper/Playwright.js','base64','iXeRa','captureError','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','prototype','format','Nppea','XGVZd','then','name','PERFORM_SCAN','JHVDD','ueCZv','QDUXF','start','hook-passed','toISOString','HfEcX','stopMonitoring','addRequestSpy','Screenshot\x20path\x20not\x20found','saveScreenshot','Playwright','browser','codeceptjs/lib/index.js','function','getAccessibilityResultsSummary','accessibilityPlatform','SnDCL','patch','captureEvent','setSessionStatus','VZOvQ','INFO','SYNC','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','webdriverio','getSyncScript','HOOK_RUN_STARTED','LLpQw','ErckJ','5VLrkOr','url','test-passed','OosBf','browserContext','bddStep-after','oKDyV','../../helpers/accessibility-automation/helper','YTwmp','before'];a1_0x4cee=function(){return _0x48e148;};return a1_0x4cee();}const a1_0x427855=a1_0x3948;function a1_0x3948(_0x42828f,_0x300d18){const _0x4ceeec=a1_0x4cee();return a1_0x3948=function(_0x39487a,_0x583a5c){_0x39487a=_0x39487a-0x14d;let _0x4df912=_0x4ceeec[_0x39487a];return _0x4df912;},a1_0x3948(_0x42828f,_0x300d18);}(function(_0x2041d0,_0xc0c7f6){const _0x2a9b8a=a1_0x3948,_0xc0ccbc=_0x2041d0();while(!![]){try{const _0xd16850=parseInt(_0x2a9b8a(0x205))/0x1+-parseInt(_0x2a9b8a(0x14f))/0x2*(-parseInt(_0x2a9b8a(0x1d8))/0x3)+parseInt(_0x2a9b8a(0x217))/0x4*(-parseInt(_0x2a9b8a(0x1c0))/0x5)+parseInt(_0x2a9b8a(0x15e))/0x6+parseInt(_0x2a9b8a(0x1e6))/0x7+parseInt(_0x2a9b8a(0x1f2))/0x8+-parseInt(_0x2a9b8a(0x237))/0x9;if(_0xd16850===_0xc0c7f6)break;else _0xc0ccbc['push'](_0xc0ccbc['shift']());}catch(_0x2c3a79){_0xc0ccbc['push'](_0xc0ccbc['shift']());}}}(a1_0x4cee,0xd7aac));const fs=require('fs'),util=require('util'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x427855(0x1fd)),logger=require(a1_0x427855(0x225))['winstonLogger'],testOpsHelper=require('../../helpers/test-observability/utils'),requestSpy=require(a1_0x427855(0x201)),PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x427855(0x1ff)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x427855(0x1c7)),AccessibilityHelper=require('../../bin/playwright/accessibility-helper'),accessibilityRetryHelper=require(a1_0x427855(0x177)),scripts=require(a1_0x427855(0x22c)),PerformanceTester=require('../../helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x427855(0x220)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x427855(0x228)),testHubConstants=require(a1_0x427855(0x1da)),globals=require('../../helpers/globals.js'),CodeceptJS=requireModule(a1_0x427855(0x1af),a1_0x427855(0x222)),CodeceptUtils=requireModule('codeceptjs/lib/utils.js',a1_0x427855(0x222)),CodeceptWebDriver=requireModule('codeceptjs/lib/helper/WebDriver.js',a1_0x427855(0x222)),CodeceptRecorder=requireModule(a1_0x427855(0x223),a1_0x427855(0x222)),CodeceptPlaywright=requireModule(a1_0x427855(0x196),a1_0x427855(0x222));try{require(a1_0x427855(0x168))['installAll']('codeceptjs');}catch(a1_0x1f8e38){logger['debug']('driver-init\x20capture\x20install\x20failed:\x20'+(a1_0x1f8e38&&a1_0x1f8e38['message']));}const playwrightMarkSessionStatus=(_0x4ecf97,_0xb1ec42,_0xbb7bcb)=>{const _0x3b9ccc=a1_0x427855,_0x41a660={'yIGOQ':_0x3b9ccc(0x1b6),'mwfna':function(_0x5135e7,_0x979555){return _0x5135e7(_0x979555);}},_0x20c130={};_0x20c130[_0x3b9ccc(0x25b)]=_0xb1ec42;const _0x4987a9={};_0x4987a9['action']=_0x41a660[_0x3b9ccc(0x155)],_0x4987a9[_0x3b9ccc(0x24a)]=_0x20c130;const _0x3e0524=_0x4987a9;return!_0x41a660[_0x3b9ccc(0x188)](isUndefined,_0xbb7bcb)&&(_0x3e0524[_0x3b9ccc(0x24a)][_0x3b9ccc(0x258)]=JSON[_0x3b9ccc(0x1e4)](_0xbb7bcb)),_0x4ecf97[_0x3b9ccc(0x21d)](()=>{},_0x3b9ccc(0x251)+JSON[_0x3b9ccc(0x1e4)](_0x3e0524));},o11ySync=PerformanceTester['measureWrapper'](PerformanceO11yEvents[a1_0x427855(0x1b9)],async _0xceb84b=>{const _0x1aa759=a1_0x427855,_0x571082={};_0x571082[_0x1aa759(0x162)]=function(_0x1ff7b2,_0x194842){return _0x1ff7b2===_0x194842;},_0x571082['gIzFY']=_0x1aa759(0x1ad);const _0x5e79ed=_0x571082;_0x5e79ed[_0x1aa759(0x162)](_0xceb84b['constructor'][_0x1aa759(0x1a0)],_0x5e79ed[_0x1aa759(0x1ed)])?await _0xceb84b[_0x1aa759(0x21d)](_0x4b284b=>{},testOpsHelper[_0x1aa759(0x1bc)]()):await _0xceb84b['executeScript'](testOpsHelper[_0x1aa759(0x1bc)]());}),markSessionName=PerformanceTester[a1_0x427855(0x20e)](PerformanceAutEvents[a1_0x427855(0x255)],async(_0x7fd33b,_0x57d5e4)=>{const _0x4f803a=a1_0x427855,_0x27fa4b={};_0x27fa4b['CQswq']=_0x4f803a(0x166),_0x27fa4b[_0x4f803a(0x24b)]=function(_0x301ce4,_0x583874){return _0x301ce4===_0x583874;},_0x27fa4b[_0x4f803a(0x150)]='Playwright';const _0x3ca783=_0x27fa4b,_0x42c607={};_0x42c607[_0x4f803a(0x1a0)]=_0x57d5e4;const _0xdf1a0e={};_0xdf1a0e[_0x4f803a(0x17b)]=_0x3ca783[_0x4f803a(0x1ce)],_0xdf1a0e[_0x4f803a(0x24a)]=_0x42c607;const _0x12fdbf=_0xdf1a0e;_0x3ca783[_0x4f803a(0x24b)](_0x7fd33b['constructor'][_0x4f803a(0x1a0)],_0x3ca783[_0x4f803a(0x150)])?await _0x7fd33b[_0x4f803a(0x21d)](()=>{},'browserstack_executor:\x20'+JSON[_0x4f803a(0x1e4)](_0x12fdbf)):await _0x7fd33b['executeScript'](_0x4f803a(0x251)+JSON[_0x4f803a(0x1e4)](_0x12fdbf));}),patchSaveScreenshot=_0xbe4f5f=>{const _0x4ccb88=a1_0x427855,_0x511884={'CPvbF':_0x4ccb88(0x197),'naRFi':_0x4ccb88(0x195),'LeKHK':function(_0x2c01b8){return _0x2c01b8();},'QPuxe':function(_0xa5f87f,_0x44120a){return _0xa5f87f(_0x44120a);},'wmWks':_0x4ccb88(0x1ab),'NZoBG':function(_0x16976d,_0x50f8ff){return _0x16976d(_0x50f8ff);}};_0x511884[_0x4ccb88(0x1ef)](isTrue,process[_0x4ccb88(0x1e5)][_0x4ccb88(0x214)])&&!_0xbe4f5f[_0x4ccb88(0x191)]&&(_0xbe4f5f[_0x4ccb88(0x191)]=!![],_0xbe4f5f[_0x4ccb88(0x16a)]=_0xbe4f5f[_0x4ccb88(0x1ac)],_0xbe4f5f['saveScreenshot']=(_0x221369,_0x5ae876=![])=>{const _0x5a1b6f=_0x4ccb88,_0x49f69d={'BCNrX':_0x511884[_0x5a1b6f(0x174)],'dWqMN':_0x511884[_0x5a1b6f(0x17e)],'JHVDD':function(_0x3bf7e1){const _0x7e5614=_0x5a1b6f;return _0x511884[_0x7e5614(0x1fc)](_0x3bf7e1);},'MYdCd':function(_0x172b00,_0x3b9739){const _0x13f9b4=_0x5a1b6f;return _0x511884[_0x13f9b4(0x246)](_0x172b00,_0x3b9739);},'olwuo':_0x511884[_0x5a1b6f(0x1f8)]};return new Promise(function(_0x1d424f,_0x47d2a1){const _0x184c50=_0x5a1b6f;_0xbe4f5f[_0x184c50(0x16a)](_0x221369,_0x5ae876)[_0x184c50(0x19f)](()=>{const _0x468d8e=_0x184c50,_0x186420=CodeceptUtils[_0x468d8e(0x244)](_0x221369);if(_0x186420){const _0x1dc898=fs['readFileSync'](_0x186420);process[_0x468d8e(0x22d)]('bs:addLog:'+process[_0x468d8e(0x182)],{'timestamp':new Date()[_0x468d8e(0x1a7)](),'message':_0x1dc898[_0x468d8e(0x203)](_0x49f69d[_0x468d8e(0x1cf)]),'kind':_0x49f69d['dWqMN']}),_0x49f69d[_0x468d8e(0x1a2)](_0x1d424f);}_0x49f69d[_0x468d8e(0x236)](_0x47d2a1,new Error(_0x49f69d[_0x468d8e(0x245)]));})['catch'](()=>null);});});},patchWebDriverBefore=(_0x510430,_0x3e23f1)=>{const _0x5a3313=a1_0x427855,_0x54286a={'rSRIT':function(_0x232517){return _0x232517();},'HGmlS':function(_0xd31672,_0x2f0ed3){return _0xd31672(_0x2f0ed3);},'CSAGh':function(_0x515ef9,_0x1fa102){return _0x515ef9===_0x1fa102;},'RLVZQ':_0x5a3313(0x1bb),'vgios':'string','SihDz':function(_0x622ede,_0x389222){return _0x622ede===_0x389222;},'wNMNS':'Element','ExAnQ':'function'},_0x1b6b7d=async function(_0x539082,_0x4b8bf5){const _0x50fc79=_0x5a3313;_0x54286a[_0x50fc79(0x178)](isAccessibilityAutomationSession)&&!global[_0x50fc79(0x189)]&&global[_0x50fc79(0x1b2)]&&scripts['shouldWrapCommand'](_0x539082[_0x50fc79(0x1a0)])&&_0x54286a[_0x50fc79(0x192)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x50fc79(0x189)]=!![],await PerformanceTester[_0x50fc79(0x20e)](PerformanceA11yEvents[_0x50fc79(0x1a1)],async()=>{const _0x570e87=_0x50fc79;logger['debug']('Performing\x20scan\x20for\x20'+_0x539082[_0x570e87(0x17f)]+'\x20'+_0x539082[_0x570e87(0x1a0)]),await AccessibilityHelper[_0x570e87(0x18d)](_0x510430,scripts[_0x570e87(0x16d)]);},{'command':_0x539082[_0x50fc79(0x1a0)]})());global[_0x50fc79(0x189)]=![];const _0x2b29b0=JSON[_0x50fc79(0x17d)](process[_0x50fc79(0x1e5)][_0x50fc79(0x234)]||'{}');if(_0x54286a[_0x50fc79(0x1de)](_0x2b29b0?.[_0x50fc79(0x1f4)]?.[_0x50fc79(0x1a0)],_0x54286a[_0x50fc79(0x169)])&&_0x54286a[_0x50fc79(0x1de)](typeof _0x2b29b0?.[_0x50fc79(0x1f4)]?.[_0x50fc79(0x24c)],_0x54286a[_0x50fc79(0x152)])&&_0x2b29b0?.[_0x50fc79(0x1f4)]?.[_0x50fc79(0x24c)][_0x50fc79(0x23c)]('7'))return _0x4b8bf5[_0x50fc79(0x233)](null,Array[_0x50fc79(0x19b)][_0x50fc79(0x202)]['call'](arguments,0x2));return _0x4b8bf5[_0x50fc79(0x233)](this,Array[_0x50fc79(0x19b)][_0x50fc79(0x202)][_0x50fc79(0x231)](arguments,0x2));},_0x51013d=CodeceptWebDriver[_0x5a3313(0x19b)][_0x5a3313(0x20b)];CodeceptWebDriver[_0x5a3313(0x19b)][_0x5a3313(0x20b)]=async function(){const _0x22c2b6=_0x5a3313,_0x18b0a3={'VZOvQ':function(_0x3532cc,_0x53a2b7){const _0x320fae=a1_0x3948;return _0x54286a[_0x320fae(0x1cc)](_0x3532cc,_0x53a2b7);},'qraJD':_0x54286a[_0x22c2b6(0x1f3)]};try{await _0x51013d['apply'](this,arguments);}catch(_0x38c5d8){logger[_0x22c2b6(0x24d)](_0x22c2b6(0x16e)+util[_0x22c2b6(0x19c)](_0x38c5d8));}scripts[_0x22c2b6(0x167)][_0x22c2b6(0x1d4)](_0x129d51=>_0x129d51['name']&&_0x129d51[_0x22c2b6(0x17f)])['forEach'](_0x52e6a1=>{const _0x53b838=_0x22c2b6;this[_0x53b838(0x1ae)]['overwriteCommand'](_0x52e6a1[_0x53b838(0x1a0)],_0x1b6b7d[_0x53b838(0x1ea)](this,_0x52e6a1),_0x18b0a3[_0x53b838(0x1b7)](_0x52e6a1['class'],_0x18b0a3[_0x53b838(0x170)]));}),_0x54286a['HGmlS'](processWebDriverConfig,_0x510430);try{_0x3e23f1&&_0x54286a[_0x22c2b6(0x1cc)](typeof _0x3e23f1['flushPendingHookEvents'],_0x54286a['ExAnQ'])&&await _0x3e23f1['flushPendingHookEvents']();}catch(_0x5346c4){logger[_0x22c2b6(0x24d)]('Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20_before:\x20'+util['format'](_0x5346c4));}};};function parseJwt(_0x4769d1){const _0x59512f=a1_0x427855,_0x24bfc9={};_0x24bfc9[_0x59512f(0x21e)]='base64';const _0x34e928=_0x24bfc9;if(!_0x4769d1)return null;return JSON['parse'](Buffer[_0x59512f(0x226)](_0x4769d1[_0x59512f(0x219)]('.')[0x1],_0x34e928[_0x59512f(0x21e)])['toString']());}const patchPlaywrightBefore=_0x106822=>{const _0x71dc0f=a1_0x427855,_0xb94040={'TeWnb':function(_0x233785){return _0x233785();},'ysCQe':'devtools://','DyfXG':'--auto-open-devtools-for-tabs','QbioH':function(_0x2714d0,_0x5885a4){return _0x2714d0(_0x5885a4);},'ogACY':function(_0x5e9235,_0x2212f2){return _0x5e9235+_0x2212f2;},'LDaXS':_0x71dc0f(0x22f),'wzAXd':function(_0x2fa8c1){return _0x2fa8c1();},'XGVZd':function(_0xfe8eaa){return _0xfe8eaa();},'tKAts':function(_0x5a3ca8,_0x15c314){return _0x5a3ca8===_0x15c314;},'SnDCL':_0x71dc0f(0x1b0)};PlaywrightSessionDetails[_0x71dc0f(0x1b4)]();const _0x245365=CodeceptPlaywright[_0x71dc0f(0x19b)][_0x71dc0f(0x20b)];CodeceptPlaywright['prototype'][_0x71dc0f(0x20b)]=async function(){const _0x487655=_0x71dc0f;this[_0x487655(0x1c4)]=await this[_0x487655(0x1ae)][_0x487655(0x151)]()[0x0];const _0x5a1e2f=async()=>{const _0x29f2e2=_0x487655,_0x2f0a12={'lVQtP':function(_0x133e25){return _0xb94040['TeWnb'](_0x133e25);},'rVOAe':_0xb94040[_0x29f2e2(0x156)]},_0x5421f7=this['config']&&this[_0x29f2e2(0x153)][_0x29f2e2(0x256)]&&this[_0x29f2e2(0x153)][_0x29f2e2(0x256)][_0x29f2e2(0x259)]&&Array['isArray'](this[_0x29f2e2(0x153)][_0x29f2e2(0x256)]['args'])&&this[_0x29f2e2(0x153)][_0x29f2e2(0x256)][_0x29f2e2(0x259)][_0x29f2e2(0x1d2)](_0xb94040[_0x29f2e2(0x242)]);if(_0xb94040['TeWnb'](isAccessibilityAutomationSession)&&!_0x5421f7)try{const _0x350e8b=_0xb94040[_0x29f2e2(0x1cd)](parseJwt,process[_0x29f2e2(0x1e5)][_0x29f2e2(0x1e0)]);if(_0x350e8b&&_0x350e8b[_0x29f2e2(0x15a)]&&_0x350e8b[_0x29f2e2(0x15a)][_0x29f2e2(0x1db)]){const _0x37c63a=this[_0x29f2e2(0x1c4)]['pages'][_0x29f2e2(0x1ea)](this[_0x29f2e2(0x1c4)]);this[_0x29f2e2(0x1c4)][_0x29f2e2(0x157)]=async function(){const _0x5a76d7=_0x29f2e2,_0x1b7d91=await _0x2f0a12[_0x5a76d7(0x21c)](_0x37c63a),_0x5c2cdf=[];for(const _0x5498b1 of _0x1b7d91){try{const _0x2900ae=await _0x5498b1['url']();!_0x2900ae[_0x5a76d7(0x23c)](_0x2f0a12[_0x5a76d7(0x1e8)])&&_0x5c2cdf[_0x5a76d7(0x18a)](_0x5498b1);}catch(_0x438ad9){_0x5c2cdf[_0x5a76d7(0x18a)](_0x5498b1);}}return _0x5c2cdf;};}if(!_0xb94040['TeWnb'](isBrowserstackInfra)){const _0x47627a=await this[_0x29f2e2(0x1e7)][_0x29f2e2(0x1c1)]();if(_0x47627a[_0x29f2e2(0x23c)](_0xb94040[_0x29f2e2(0x156)])){const _0x4274ec=await this[_0x29f2e2(0x1c4)]['pages']();this[_0x29f2e2(0x172)](_0x4274ec[0x0]);}}}catch(_0x4a2166){logger[_0x29f2e2(0x24d)](_0x29f2e2(0x22b)+_0x4a2166[_0x29f2e2(0x235)]+(_0x4a2166[_0x29f2e2(0x254)]?_0xb94040[_0x29f2e2(0x160)](_0xb94040['LDaXS'],_0x4a2166[_0x29f2e2(0x254)]):''));}};_0xb94040[_0x487655(0x164)](isBrowserstackInfra)&&await _0xb94040[_0x487655(0x238)](_0x5a1e2f);await _0x245365[_0x487655(0x233)](this,arguments);!_0xb94040[_0x487655(0x164)](isBrowserstackInfra)&&await _0xb94040[_0x487655(0x19e)](_0x5a1e2f);try{_0x106822&&_0xb94040[_0x487655(0x208)](typeof _0x106822['flushPendingHookEvents'],_0xb94040[_0x487655(0x1b3)])&&await _0x106822[_0x487655(0x1e3)]();}catch(_0x11a1a5){logger['debug'](_0x487655(0x23e)+util[_0x487655(0x19c)](_0x11a1a5));}};},getCodeceptDriver=()=>{const _0x2a6b8e=a1_0x427855,_0x410abd={};_0x410abd[_0x2a6b8e(0x1c6)]=_0x2a6b8e(0x252),_0x410abd[_0x2a6b8e(0x1eb)]=_0x2a6b8e(0x1ad),_0x410abd[_0x2a6b8e(0x194)]=_0x2a6b8e(0x1f1),_0x410abd['ZrWYs']='TestCafe';const _0x8ee54=_0x410abd,_0x17168e=[_0x8ee54[_0x2a6b8e(0x1c6)],_0x8ee54[_0x2a6b8e(0x1eb)],_0x8ee54[_0x2a6b8e(0x194)],_0x8ee54[_0x2a6b8e(0x1dc)]],_0x4f4cf4=_0x17168e['find'](_0x3624e0=>!!CodeceptJS[_0x2a6b8e(0x1d1)]['helpers'](_0x3624e0));if(!_0x4f4cf4)return null;return CodeceptJS['container'][_0x2a6b8e(0x23b)](_0x4f4cf4);};module['exports']=function(_0x3a44be){const _0x3dc44a=a1_0x427855,_0x22dc73={'ErckJ':function(_0x10fabc,_0x1a8244){return _0x10fabc(_0x1a8244);},'DaxSY':function(_0x5351f1,_0x5d0e70,_0x545c53){return _0x5351f1(_0x5d0e70,_0x545c53);},'dBtJh':_0x3dc44a(0x1b1),'Fyfhe':_0x3dc44a(0x185),'pQvzi':_0x3dc44a(0x1f9),'DKwoR':_0x3dc44a(0x1ba),'WLrlI':function(_0x1b16d0,_0x5673dc){return _0x1b16d0(_0x5673dc);},'LLpQw':_0x3dc44a(0x216),'yQLmj':_0x3dc44a(0x1a6),'hUyYO':function(_0x35f6da,_0x40346d,_0x4b5911){return _0x35f6da(_0x40346d,_0x4b5911);},'gmumD':_0x3dc44a(0x22e),'ueCZv':_0x3dc44a(0x190),'cdTUx':function(_0x35b6d0){return _0x35b6d0();},'oCzfi':function(_0x2d756b,_0x44692d,_0x468aa9){return _0x2d756b(_0x44692d,_0x468aa9);},'CvMyP':_0x3dc44a(0x1d9),'Hcspv':_0x3dc44a(0x15b),'Nppea':_0x3dc44a(0x18b),'YTwmp':function(_0x1f8a4b,_0x2d06bd,_0x59417b){return _0x1f8a4b(_0x2d06bd,_0x59417b);},'FJcHt':_0x3dc44a(0x1c2),'vTARl':function(_0x233dae,_0x1c7a7f,_0x22b921,_0x3bf8eb){return _0x233dae(_0x1c7a7f,_0x22b921,_0x3bf8eb);},'tKith':function(_0x35c9b6,_0x150726){return _0x35c9b6===_0x150726;},'dMWFM':'Suite','oevmz':_0x3dc44a(0x21a),'MOkxN':_0x3dc44a(0x1df),'QDUXF':function(_0x2611e0,_0x271b7c,_0x572e5a){return _0x2611e0(_0x271b7c,_0x572e5a);},'CHNkW':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','OosBf':_0x3dc44a(0x1fa),'CaBRw':_0x3dc44a(0x1b8),'elwND':'TEST_LOG','rePhl':_0x3dc44a(0x18f),'vNeUJ':_0x3dc44a(0x1d6),'eunlT':_0x3dc44a(0x1c5),'LnovK':function(_0x477f84){return _0x477f84();},'YmlKu':_0x3dc44a(0x1ad)};_0x3a44be[_0x3dc44a(0x17c)]&&(global['__skipSessionStatus']=_0x3a44be[_0x3dc44a(0x17c)]);PerformanceTester[_0x3dc44a(0x232)]();const _0x4032c7=_0x22dc73[_0x3dc44a(0x159)](getCodeceptDriver),_0x35eed7=new O11yHelper(_0x4032c7,_0x3a44be),_0x4e8e97=!!CodeceptJS['container'][_0x3dc44a(0x23b)](_0x22dc73['YmlKu']);global[_0x3dc44a(0x213)]=_0x4032c7;_0x4032c7&&(PerformanceTester['measureWrapper'](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x379376=_0x3dc44a;_0x4e8e97?_0x22dc73[_0x379376(0x1bf)](patchPlaywrightBefore,_0x35eed7):_0x22dc73[_0x379376(0x218)](patchWebDriverBefore,_0x4032c7,_0x35eed7);})(),PerformanceTester[_0x3dc44a(0x20e)](PerformanceEvents[_0x3dc44a(0x18e)],()=>{const _0x4cede3=_0x3dc44a,_0x3b369f={};_0x3b369f[_0x4cede3(0x1d5)]=_0x22dc73[_0x4cede3(0x224)],_0x3b369f['nyqmX']=_0x22dc73[_0x4cede3(0x1ca)];const _0x396ee2=_0x3b369f;_0x4032c7[_0x4cede3(0x1b1)]=async()=>{const _0x12c0a9=_0x4cede3;if(global[_0x12c0a9(0x1b2)]){const _0x21febc={};return _0x21febc[_0x12c0a9(0x158)]=_0x22dc73[_0x12c0a9(0x200)],await PerformanceTester[_0x12c0a9(0x20e)](PerformanceA11yEvents[_0x12c0a9(0x1a1)],async()=>{const _0xcd1d41=_0x12c0a9;return await AccessibilityHelper[_0xcd1d41(0x18d)](_0x4032c7,scripts[_0xcd1d41(0x16d)]);},_0x21febc)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x12c0a9(0x23d)],async()=>{const _0x528756=_0x12c0a9;return await AccessibilityHelper['browserStackExecuteDriver'](_0x4032c7,scripts[_0x528756(0x1fe)]);})();}return logger[_0x12c0a9(0x21b)](_0x22dc73['Fyfhe']),{};},_0x4032c7[_0x4cede3(0x1f9)]=async()=>{const _0x4ea7e5=_0x4cede3;if(global[_0x4ea7e5(0x1b2)]){const _0x4c0fc0={};return _0x4c0fc0['command']=_0x396ee2['FXXKC'],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x4ea7e5(0x1a1)],async()=>{const _0x3cf646=_0x4ea7e5;return await AccessibilityHelper['browserStackExecuteDriver'](_0x4032c7,scripts[_0x3cf646(0x16d)]);},_0x4c0fc0)(),await PerformanceTester[_0x4ea7e5(0x20e)](PerformanceA11yEvents[_0x4ea7e5(0x211)],async()=>{const _0x3d8210=_0x4ea7e5;return await AccessibilityHelper[_0x3d8210(0x18d)](_0x4032c7,scripts['getResults']);})();}return logger[_0x4ea7e5(0x21b)](_0x396ee2[_0x4ea7e5(0x23f)]),{};},_0x22dc73[_0x4cede3(0x14d)](patchSaveScreenshot,_0x4032c7);})());CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x3dc44a(0x1ec)][_0x3dc44a(0x1d7)][_0x3dc44a(0x1c9)],()=>{const _0x5c322f=_0x3dc44a;PerformanceTester['start'](PerformanceEvents[_0x5c322f(0x24e)]);try{_0x35eed7['start'](),testOpsHelper[_0x5c322f(0x1aa)](),PerformanceTester[_0x5c322f(0x249)](PerformanceEvents['SDK_PRE_TEST']);}catch(_0x5e32b2){PerformanceTester[_0x5c322f(0x199)](_0x5e32b2),PerformanceTester[_0x5c322f(0x249)](PerformanceEvents[_0x5c322f(0x24e)],![],_0x5e32b2);}}),CodeceptJS[_0x3dc44a(0x1ec)]['dispatcher']['on'](CodeceptJS['event']['all'][_0x3dc44a(0x206)],async()=>{const _0xdf58b8=_0x3dc44a;PerformanceTester[_0xdf58b8(0x1a5)](PerformanceEvents[_0xdf58b8(0x229)]);try{requestSpy[_0xdf58b8(0x173)](),await _0x35eed7['stop'](),PerformanceTester[_0xdf58b8(0x249)](PerformanceEvents[_0xdf58b8(0x229)]);}catch(_0x4c3bec){PerformanceTester[_0xdf58b8(0x199)](_0x4c3bec),PerformanceTester[_0xdf58b8(0x249)](PerformanceEvents[_0xdf58b8(0x229)],![],_0x4c3bec);}finally{PerformanceTester[_0xdf58b8(0x1a9)]();}});const _0x167504=(_0x7255f7,_0x3dff95)=>{const _0x17038f=_0x3dc44a;if(!_0x35eed7)return;if(!_0x35eed7['hasLiveDriverSession']()){_0x35eed7[_0x17038f(0x212)](_0x7255f7,_0x3dff95);return;}CodeceptRecorder[_0x17038f(0x154)](()=>_0x35eed7['fireEvent'](_0x7255f7,_0x3dff95));};CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x3dc44a(0x1ec)][_0x3dc44a(0x20d)][_0x3dc44a(0x15d)],_0x40e8a8=>{const _0x470297=_0x3dc44a;PerformanceTester['start'](PerformanceEvents[_0x470297(0x16f)]);try{const _0x1625e2=_0x40e8a8[_0x470297(0x20f)][_0x470297(0x184)],_0xc14bb1=_0x35eed7['captureEvent'](TEST_EVENTS[_0x470297(0x1bd)],_0x1625e2);_0x22dc73['DaxSY'](_0x167504,TEST_EVENTS[_0x470297(0x1bd)],_0xc14bb1);const _0x38896b={};_0x38896b[_0x470297(0x209)]=_0x22dc73[_0x470297(0x1be)],PerformanceTester[_0x470297(0x249)](PerformanceEvents['SDK_HOOK'],!![],null,_0x38896b);}catch(_0x982b84){const _0xd1a282={};_0xd1a282['hookType']=_0x22dc73[_0x470297(0x1be)],PerformanceTester[_0x470297(0x249)](PerformanceEvents[_0x470297(0x16f)],![],_0x982b84,_0xd1a282),PerformanceTester[_0x470297(0x199)](_0x982b84);}}),CodeceptJS['event'][_0x3dc44a(0x179)]['on'](CodeceptJS[_0x3dc44a(0x1ec)][_0x3dc44a(0x20d)]['passed'],_0x5c82ec=>{const _0x1cb0f3=_0x3dc44a,_0x167017={};_0x167017[_0x1cb0f3(0x209)]=_0x22dc73[_0x1cb0f3(0x1dd)],PerformanceTester['start'](PerformanceHookEvents[_0x1cb0f3(0x16f)],!![],null,_0x167017);try{const _0x1ed0be=_0x5c82ec[_0x1cb0f3(0x20f)][_0x1cb0f3(0x184)],_0x3e3898=_0x35eed7[_0x1cb0f3(0x1b5)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x1ed0be);_0x22dc73[_0x1cb0f3(0x1cb)](_0x167504,TEST_EVENTS['HOOK_RUN_FINISHED'],_0x3e3898);const _0x5d406d={};_0x5d406d[_0x1cb0f3(0x209)]=_0x22dc73[_0x1cb0f3(0x1dd)],PerformanceTester[_0x1cb0f3(0x249)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x5d406d);}catch(_0x3eb04d){PerformanceTester[_0x1cb0f3(0x199)](_0x3eb04d);const _0x101609={};_0x101609[_0x1cb0f3(0x209)]=_0x22dc73[_0x1cb0f3(0x1dd)],PerformanceTester[_0x1cb0f3(0x249)](PerformanceHookEvents[_0x1cb0f3(0x16f)],![],_0x3eb04d,_0x101609);}}),CodeceptJS[_0x3dc44a(0x1ec)][_0x3dc44a(0x179)]['on'](CodeceptJS[_0x3dc44a(0x1ec)]['hook']['failed'],async(_0x38e6ea,_0x500ed2)=>{const _0x38c496=_0x3dc44a;PerformanceTester['start'](PerformanceHookEvents[_0x38c496(0x16f)]);try{const _0x1b12e2=_0x38e6ea['ctx'][_0x38c496(0x184)],_0x2d9b88=_0x35eed7[_0x38c496(0x1b5)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x1b12e2,_0x500ed2);_0x22dc73[_0x38c496(0x218)](_0x167504,TEST_EVENTS['HOOK_RUN_FINISHED'],_0x2d9b88);const _0x5c79ea={};_0x5c79ea[_0x38c496(0x209)]=_0x22dc73[_0x38c496(0x1f0)],PerformanceTester[_0x38c496(0x1a5)](PerformanceHookEvents[_0x38c496(0x16f)],!![],null,_0x5c79ea);}catch(_0x179cdb){PerformanceTester[_0x38c496(0x199)](_0x179cdb);const _0x221e8a={};_0x221e8a['hookType']=_0x22dc73[_0x38c496(0x1f0)],PerformanceTester[_0x38c496(0x249)](PerformanceHookEvents[_0x38c496(0x16f)],![],_0x179cdb,_0x221e8a);}const _0x59b44e={};_0x59b44e[_0x38c496(0x209)]=_0x22dc73['gmumD'],PerformanceTester[_0x38c496(0x249)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x59b44e);}),CodeceptJS[_0x3dc44a(0x1ec)][_0x3dc44a(0x179)]['on'](CodeceptJS[_0x3dc44a(0x1ec)]['test']['before'],_0x5d232a=>{const _0x1231ba=_0x3dc44a;PerformanceTester['start'](PerformanceHookEvents[_0x1231ba(0x16f)]);try{globals[_0x1231ba(0x204)](_0x22dc73[_0x1231ba(0x1a3)],_0x5d232a[_0x1231ba(0x183)]);_0x22dc73[_0x1231ba(0x21f)](isBrowserstackInfra)&&(_0x4e8e97&&(global[_0x1231ba(0x20a)]={'currentTest':{'name':_0x5d232a[_0x1231ba(0x183)],'testInfo':{'titlePath':_0x5d232a[_0x1231ba(0x1e1)]()}}}));try{const _0x3204d2=_0x22dc73['oCzfi'](shouldScanTestForAccessibility,_0x5d232a[_0x1231ba(0x1e1)](),!![]);globals['setGlobal'](_0x22dc73[_0x1231ba(0x18c)],_0x3204d2);}catch(_0x1a4acf){logger[_0x1231ba(0x24d)](_0x1231ba(0x23a)+util[_0x1231ba(0x19c)](_0x1a4acf));}const _0x224ec2={};_0x224ec2['hookType']=_0x22dc73[_0x1231ba(0x1e2)],PerformanceTester[_0x1231ba(0x249)](PerformanceHookEvents[_0x1231ba(0x16f)],!![],null,_0x224ec2);}catch(_0x577a15){PerformanceTester[_0x1231ba(0x199)](_0x577a15);const _0x1b4891={};_0x1b4891['hookType']=_0x22dc73['Hcspv'],PerformanceTester['end'](PerformanceHookEvents[_0x1231ba(0x16f)],![],_0x577a15,_0x1b4891);}}),CodeceptJS[_0x3dc44a(0x1ec)]['dispatcher']['on'](CodeceptJS['event']['test'][_0x3dc44a(0x15d)],_0x251126=>{const _0x17abe7=_0x3dc44a,_0x1d3d7f={'TxObX':function(_0x562031){const _0x37875b=a1_0x3948;return _0x22dc73[_0x37875b(0x21f)](_0x562031);},'LuFFa':function(_0x1aace9,_0x54e9dc){const _0xcd155e=a1_0x3948;return _0x22dc73[_0xcd155e(0x14d)](_0x1aace9,_0x54e9dc);},'NSMUP':function(_0x3c5e47,_0xdf2a79,_0x2e0f64){return _0x22dc73['oCzfi'](_0x3c5e47,_0xdf2a79,_0x2e0f64);},'VgmUz':function(_0x112074,_0x569397){return _0x22dc73['WLrlI'](_0x112074,_0x569397);}};PerformanceTester[_0x17abe7(0x1a5)](PerformanceHookEvents[_0x17abe7(0x16f)]);try{globals[_0x17abe7(0x204)](_0x22dc73[_0x17abe7(0x1a3)],_0x251126['title']);const _0x130291=_0x35eed7[_0x17abe7(0x1b5)](TEST_EVENTS['TEST_RUN_STARTED'],_0x251126);CodeceptRecorder[_0x17abe7(0x154)](()=>_0x35eed7[_0x17abe7(0x1e3)]()),CodeceptRecorder[_0x17abe7(0x154)](()=>_0x35eed7['fireEvent'](TEST_EVENTS[_0x17abe7(0x1d3)],_0x130291)),CodeceptRecorder[_0x17abe7(0x154)](()=>_0x35eed7[_0x17abe7(0x187)](_0x251126['testAnalyticsId'])),CodeceptRecorder[_0x17abe7(0x154)](async()=>{const _0x4c9596=_0x17abe7;_0x1d3d7f[_0x4c9596(0x1f7)](isBrowserstackInfra)&&(!_0x1d3d7f[_0x4c9596(0x15f)](isTrue,_0x3a44be['skipSessionName'])&&await _0x1d3d7f[_0x4c9596(0x207)](markSessionName,_0x4032c7,_0x251126[_0x4c9596(0x183)]),_0x35eed7[_0x4c9596(0x16b)]&&await _0x1d3d7f[_0x4c9596(0x175)](o11ySync,_0x4032c7));});}catch(_0x5f32a3){const _0x4d2ae6={};_0x4d2ae6[_0x17abe7(0x209)]=_0x22dc73['Nppea'],PerformanceTester[_0x17abe7(0x249)](PerformanceHookEvents['SDK_HOOK'],![],_0x5f32a3,_0x4d2ae6),PerformanceTester['captureError'](_0x5f32a3);}const _0x3e49b4={};_0x3e49b4['hookType']=_0x22dc73[_0x17abe7(0x19d)],PerformanceTester[_0x17abe7(0x249)](PerformanceHookEvents[_0x17abe7(0x16f)],!![],null,_0x3e49b4);}),CodeceptJS[_0x3dc44a(0x1ec)]['dispatcher']['on'](CodeceptJS[_0x3dc44a(0x1ec)][_0x3dc44a(0x184)][_0x3dc44a(0x161)],_0x549a1b=>{const _0x130703=_0x3dc44a,_0x447ec1={'aHHXn':function(_0x54f88e,_0x153297,_0x449967){const _0x3eec5f=a1_0x3948;return _0x22dc73[_0x3eec5f(0x1c8)](_0x54f88e,_0x153297,_0x449967);},'iXeRa':function(_0x1ef0b8){const _0x380236=a1_0x3948;return _0x22dc73[_0x380236(0x21f)](_0x1ef0b8);}};PerformanceTester['start'](PerformanceHookEvents[_0x130703(0x16f)]);try{const _0x32ab9f=_0x35eed7[_0x130703(0x1b5)](TEST_EVENTS[_0x130703(0x15c)],_0x549a1b);CodeceptRecorder[_0x130703(0x154)](()=>_0x35eed7[_0x130703(0x165)](TEST_EVENTS[_0x130703(0x15c)],_0x32ab9f)),CodeceptRecorder[_0x130703(0x154)](async()=>{const _0x519031=_0x130703,_0x333ca6={'IkAYc':function(_0x4e21b4,_0x15f85a,_0x5f1fa6){const _0x89894f=a1_0x3948;return _0x447ec1[_0x89894f(0x257)](_0x4e21b4,_0x15f85a,_0x5f1fa6);},'HfEcX':function(_0x3dd77c,_0x5e80f6,_0x38a49c){return _0x447ec1['aHHXn'](_0x3dd77c,_0x5e80f6,_0x38a49c);}};_0x447ec1[_0x519031(0x198)](isBrowserstackInfra)&&await PerformanceTester[_0x519031(0x20e)](PerformanceAutEvents[_0x519031(0x186)],async()=>{const _0x1ca013=_0x519031;_0x4e8e97?await _0x333ca6['IkAYc'](playwrightMarkSessionStatus,_0x4032c7,STATE_PASSED):await _0x333ca6[_0x1ca013(0x1a8)](markSessionStatus,_0x4032c7,STATE_PASSED);})();}),PerformanceTester[_0x130703(0x249)](PerformanceEvents[_0x130703(0x163)]);}catch(_0x1e5461){PerformanceTester[_0x130703(0x199)](_0x1e5461);const _0x31fbb0={};_0x31fbb0[_0x130703(0x209)]=_0x22dc73['FJcHt'],PerformanceTester[_0x130703(0x249)](PerformanceHookEvents[_0x130703(0x16f)],![],_0x1e5461,_0x31fbb0),PerformanceTester[_0x130703(0x249)](PerformanceEvents[_0x130703(0x163)],![],_0x1e5461);}const _0x1a07f3={};_0x1a07f3[_0x130703(0x209)]=_0x22dc73['FJcHt'],PerformanceTester['end'](PerformanceHookEvents[_0x130703(0x16f)],!![],null,_0x1a07f3);}),CodeceptJS[_0x3dc44a(0x1ec)][_0x3dc44a(0x179)]['on'](CodeceptJS['event'][_0x3dc44a(0x184)]['failed'],(_0x9f6b61,_0x195cc4)=>{const _0x4afbbe=_0x3dc44a;PerformanceTester[_0x4afbbe(0x1a5)](PerformanceHookEvents[_0x4afbbe(0x16f)]);try{if(_0x22dc73[_0x4afbbe(0x1fb)](_0x9f6b61[_0x4afbbe(0x221)][_0x4afbbe(0x1a0)],_0x22dc73[_0x4afbbe(0x230)])){const _0x37d351=_0x35eed7[_0x4afbbe(0x1b5)](TEST_EVENTS[_0x4afbbe(0x176)],_0x9f6b61[_0x4afbbe(0x20f)][_0x4afbbe(0x253)]);CodeceptRecorder['add'](()=>_0x35eed7[_0x4afbbe(0x165)](TEST_EVENTS[_0x4afbbe(0x176)],_0x37d351));}else{const _0x389501=_0x35eed7[_0x4afbbe(0x1b5)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x9f6b61,_0x195cc4);CodeceptRecorder['add'](()=>{const _0x4b7d30=_0x4afbbe;try{_0x35eed7[_0x4b7d30(0x165)](TEST_EVENTS[_0x4b7d30(0x15c)],_0x389501);}catch(_0x38f04f){logger[_0x4b7d30(0x24d)](_0x4b7d30(0x22a)+util[_0x4b7d30(0x19c)](_0x38f04f)),PerformanceTester[_0x4b7d30(0x249)](PerformanceEvents[_0x4b7d30(0x163)],![],_0x38f04f);}}),CodeceptRecorder[_0x4afbbe(0x154)](async()=>{const _0x2e8068=_0x4afbbe;try{_0x22dc73[_0x2e8068(0x21f)](isBrowserstackInfra)&&(_0x4e8e97?await _0x22dc73[_0x2e8068(0x1ee)](playwrightMarkSessionStatus,_0x4032c7,STATE_FAILED,_0x195cc4):await _0x22dc73['vTARl'](markSessionStatus,_0x4032c7,STATE_FAILED,_0x195cc4));}catch(_0x4efcab){logger[_0x2e8068(0x24d)](_0x2e8068(0x20c)+util['format'](_0x4efcab)),PerformanceTester[_0x2e8068(0x249)](PerformanceEvents['SDK_TEST'],![],_0x4efcab);}});}PerformanceTester[_0x4afbbe(0x249)](PerformanceEvents['SDK_TEST']);}catch(_0x14b191){PerformanceTester[_0x4afbbe(0x199)](_0x14b191);const _0xe0cb62={};_0xe0cb62[_0x4afbbe(0x209)]=_0x22dc73[_0x4afbbe(0x241)],PerformanceTester[_0x4afbbe(0x249)](PerformanceHookEvents['SDK_HOOK'],![],_0x14b191,_0xe0cb62),PerformanceTester[_0x4afbbe(0x249)](PerformanceEvents['SDK_TEST'],![],_0x14b191);}const _0x3c7635={};_0x3c7635[_0x4afbbe(0x209)]=_0x22dc73[_0x4afbbe(0x241)],PerformanceTester[_0x4afbbe(0x249)](PerformanceHookEvents[_0x4afbbe(0x16f)],!![],null,_0x3c7635);}),CodeceptJS[_0x3dc44a(0x1ec)]['dispatcher']['on'](CodeceptJS[_0x3dc44a(0x1ec)][_0x3dc44a(0x184)][_0x3dc44a(0x250)],_0x890493=>{const _0x4c15ff=_0x3dc44a;PerformanceTester[_0x4c15ff(0x1a5)](PerformanceHookEvents['SDK_HOOK']);try{const _0x5c70c6=_0x35eed7[_0x4c15ff(0x1b5)](TEST_EVENTS[_0x4c15ff(0x176)],_0x890493);CodeceptRecorder[_0x4c15ff(0x154)](()=>_0x35eed7['fireEvent'](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x5c70c6)),PerformanceTester[_0x4c15ff(0x249)](PerformanceEvents[_0x4c15ff(0x163)]);}catch(_0x32205b){PerformanceTester['captureError'](_0x32205b),PerformanceTester['end'](PerformanceEvents['SDK_TEST'],![],_0x32205b);const _0x2560c2={};_0x2560c2['hookType']=_0x22dc73[_0x4c15ff(0x1f6)],PerformanceTester[_0x4c15ff(0x249)](PerformanceHookEvents[_0x4c15ff(0x16f)],![],_0x32205b,_0x2560c2);}const _0x466fe1={};_0x466fe1[_0x4c15ff(0x209)]=_0x22dc73[_0x4c15ff(0x1f6)],PerformanceTester[_0x4c15ff(0x249)](PerformanceHookEvents[_0x4c15ff(0x16f)],!![],null,_0x466fe1);}),CodeceptJS[_0x3dc44a(0x1ec)][_0x3dc44a(0x179)]['on'](CodeceptJS[_0x3dc44a(0x1ec)][_0x3dc44a(0x184)][_0x3dc44a(0x206)],async(_0x4974ad,_0xc78226)=>{const _0xef924a=_0x3dc44a;try{PerformanceTester[_0xef924a(0x1a5)](PerformanceHookEvents[_0xef924a(0x16f)]);const _0x1d4e16=_0x22dc73[_0xef924a(0x1a4)](shouldScanTestForAccessibility,_0x4974ad[_0xef924a(0x1e1)](),!![]);if(_0x22dc73[_0xef924a(0x21f)](isAccessibilityAutomationSession)&&global['accessibilityPlatform']&&_0x1d4e16){const _0x312b40={};_0x312b40['thTestRunUuid']=_0x4974ad[_0xef924a(0x24f)],_0x312b40[_0xef924a(0x1f5)]=process[_0xef924a(0x1e5)][testHubConstants[_0xef924a(0x171)][_0xef924a(0x181)]],_0x312b40['thJwtToken']=process[_0xef924a(0x1e5)][testHubConstants[_0xef924a(0x171)][_0xef924a(0x248)]];const _0xbd270d=_0x312b40;logger[_0xef924a(0x24d)](_0xef924a(0x19a)+JSON[_0xef924a(0x1e4)](_0xbd270d)),CodeceptRecorder[_0xef924a(0x154)](async()=>{const _0x20c456=_0xef924a;await accessibilityRetryHelper[_0x20c456(0x240)](_0x4032c7,_0x4974ad['title']),await accessibilityRetryHelper[_0x20c456(0x1d0)](_0x4032c7,_0xbd270d);}),logger[_0xef924a(0x17a)](_0x22dc73[_0xef924a(0x210)]);}const _0x5480e1={};_0x5480e1[_0xef924a(0x209)]=_0x22dc73[_0xef924a(0x1c3)],PerformanceTester[_0xef924a(0x249)](PerformanceHookEvents[_0xef924a(0x16f)],!![],null,_0x5480e1);}catch(_0x4456cf){PerformanceTester['captureError'](_0x4456cf);const _0x5d9113={};_0x5d9113[_0xef924a(0x209)]=_0x22dc73[_0xef924a(0x1c3)],PerformanceTester['end'](PerformanceHookEvents[_0xef924a(0x16f)],![],_0x4456cf,_0x5d9113);}}),CodeceptJS[_0x3dc44a(0x1ec)][_0x3dc44a(0x179)]['on'](CodeceptJS[_0x3dc44a(0x1ec)][_0x3dc44a(0x227)][_0x3dc44a(0x1e9)],_0x359486=>{const _0x212c98=_0x3dc44a;PerformanceTester[_0x212c98(0x1a5)](PerformanceHookEvents[_0x212c98(0x16f)]);try{process[_0x212c98(0x22d)](_0x212c98(0x243)+process['pid'],{'timestamp':new Date()['toISOString'](),'level':_0x22dc73[_0x212c98(0x247)],'message':_0x359486,'kind':_0x22dc73[_0x212c98(0x215)],'http_response':{}});}catch(_0x3c6258){PerformanceTester[_0x212c98(0x199)](_0x3c6258);const _0x14f00c={};_0x14f00c[_0x212c98(0x209)]=_0x22dc73['rePhl'],PerformanceTester[_0x212c98(0x249)](PerformanceHookEvents[_0x212c98(0x16f)],![],_0x3c6258,_0x14f00c);}const _0x28a028={};_0x28a028[_0x212c98(0x209)]=_0x22dc73[_0x212c98(0x180)],PerformanceTester[_0x212c98(0x249)](PerformanceHookEvents[_0x212c98(0x16f)],!![],null,_0x28a028);}),CodeceptJS[_0x3dc44a(0x1ec)]['dispatcher']['on'](CodeceptJS[_0x3dc44a(0x1ec)]['bddStep'][_0x3dc44a(0x1c9)],_0x9657c3=>{const _0x31f2d9=_0x3dc44a,_0x41f866={};_0x41f866[_0x31f2d9(0x209)]=_0x22dc73[_0x31f2d9(0x16c)],PerformanceTester[_0x31f2d9(0x20e)](PerformanceHookEvents[_0x31f2d9(0x16f)],()=>{const _0x242007=_0x31f2d9;_0x35eed7[_0x242007(0x14e)](_0x9657c3);},_0x41f866)();}),CodeceptJS[_0x3dc44a(0x1ec)][_0x3dc44a(0x179)]['on'](CodeceptJS['event'][_0x3dc44a(0x239)][_0x3dc44a(0x206)],_0x1a616d=>{const _0x21593f=_0x3dc44a,_0xff0ec5={};_0xff0ec5[_0x21593f(0x209)]=_0x22dc73[_0x21593f(0x193)],PerformanceTester[_0x21593f(0x20e)](PerformanceHookEvents[_0x21593f(0x16f)],()=>{const _0x5d8169=_0x21593f;_0x35eed7[_0x5d8169(0x25a)](_0x1a616d);},_0xff0ec5)();});};
|
|
1
|
+
const a1_0x3fe46e=a1_0x467d;(function(_0x856238,_0x3d2f9d){const _0x231f1b=a1_0x467d,_0x3a03d1=_0x856238();while(!![]){try{const _0x4cc7a1=-parseInt(_0x231f1b(0x18f))/0x1+parseInt(_0x231f1b(0x22e))/0x2*(-parseInt(_0x231f1b(0x22c))/0x3)+parseInt(_0x231f1b(0x280))/0x4+-parseInt(_0x231f1b(0x291))/0x5+-parseInt(_0x231f1b(0x192))/0x6+-parseInt(_0x231f1b(0x20f))/0x7+parseInt(_0x231f1b(0x1ee))/0x8;if(_0x4cc7a1===_0x3d2f9d)break;else _0x3a03d1['push'](_0x3a03d1['shift']());}catch(_0x350ff8){_0x3a03d1['push'](_0x3a03d1['shift']());}}}(a1_0x5619,0x5c953));const fs=require('fs'),util=require(a1_0x3fe46e(0x272)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x3fe46e(0x276)),logger=require(a1_0x3fe46e(0x260))[a1_0x3fe46e(0x191)],testOpsHelper=require(a1_0x3fe46e(0x199)),requestSpy=require(a1_0x3fe46e(0x190)),PlaywrightSessionDetails=require(a1_0x3fe46e(0x1da)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x3fe46e(0x1ed)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x3fe46e(0x1d2)),AccessibilityHelper=require(a1_0x3fe46e(0x233)),accessibilityRetryHelper=require(a1_0x3fe46e(0x1d3)),scripts=require(a1_0x3fe46e(0x1a2)),PerformanceTester=require(a1_0x3fe46e(0x1df)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x3fe46e(0x20d)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x3fe46e(0x25c)),testHubConstants=require(a1_0x3fe46e(0x1ad)),globals=require('../../helpers/globals.js'),interopDefault=_0x3c45f0=>_0x3c45f0&&_0x3c45f0['default']!==undefined?_0x3c45f0[a1_0x3fe46e(0x238)]:_0x3c45f0,CodeceptJS=requireModule(a1_0x3fe46e(0x213),a1_0x3fe46e(0x1c9)),CodeceptUtils=requireModule(a1_0x3fe46e(0x18b),a1_0x3fe46e(0x1c9)),CodeceptWebDriver=interopDefault(requireModule(a1_0x3fe46e(0x18e),a1_0x3fe46e(0x1c9))),CodeceptRecorder=interopDefault(requireModule(a1_0x3fe46e(0x27f),a1_0x3fe46e(0x1c9))),CodeceptPlaywright=interopDefault(requireModule(a1_0x3fe46e(0x241),'codeceptjs'));try{require('../../helpers/driverInitErrorReporter')[a1_0x3fe46e(0x28b)](a1_0x3fe46e(0x1c9));}catch(a1_0x50273d){logger[a1_0x3fe46e(0x246)](a1_0x3fe46e(0x193)+(a1_0x50273d&&a1_0x50273d['message']));}const playwrightMarkSessionStatus=(_0x482841,_0x1ffd4e,_0x4b782d)=>{const _0x5bf681=a1_0x3fe46e,_0x2cb001={'VjxCL':_0x5bf681(0x1b5),'qFPOc':function(_0x51243f,_0x2785d7){return _0x51243f(_0x2785d7);}},_0x550021={};_0x550021[_0x5bf681(0x196)]=_0x1ffd4e;const _0x367872={};_0x367872[_0x5bf681(0x202)]=_0x2cb001['VjxCL'],_0x367872[_0x5bf681(0x1c6)]=_0x550021;const _0x376503=_0x367872;return!_0x2cb001[_0x5bf681(0x1dd)](isUndefined,_0x4b782d)&&(_0x376503[_0x5bf681(0x1c6)]['reason']=JSON[_0x5bf681(0x1b8)](_0x4b782d)),_0x482841[_0x5bf681(0x206)](()=>{},_0x5bf681(0x242)+JSON[_0x5bf681(0x1b8)](_0x376503));},o11ySync=PerformanceTester[a1_0x3fe46e(0x222)](PerformanceO11yEvents[a1_0x3fe46e(0x268)],async _0x4e8d08=>{const _0x163585=a1_0x3fe46e,_0x39a3f3={};_0x39a3f3[_0x163585(0x1f1)]=function(_0x29f3ef,_0x1af5f0){return _0x29f3ef===_0x1af5f0;},_0x39a3f3['eLkRA']=_0x163585(0x1cb);const _0x4fea06=_0x39a3f3;_0x4fea06['QDsfn'](_0x4e8d08[_0x163585(0x20c)]['name'],_0x4fea06[_0x163585(0x21b)])?await _0x4e8d08[_0x163585(0x206)](_0x2f4a60=>{},testOpsHelper[_0x163585(0x1c2)]()):await _0x4e8d08[_0x163585(0x206)](testOpsHelper[_0x163585(0x1c2)]());}),markSessionName=PerformanceTester[a1_0x3fe46e(0x222)](PerformanceAutEvents[a1_0x3fe46e(0x1f7)],async(_0x451654,_0x17fdf8)=>{const _0x32bfca=a1_0x3fe46e,_0x441fbd={};_0x441fbd[_0x32bfca(0x220)]=_0x32bfca(0x1d6),_0x441fbd[_0x32bfca(0x27c)]=function(_0x52fb7a,_0x17fff3){return _0x52fb7a===_0x17fff3;},_0x441fbd[_0x32bfca(0x282)]=_0x32bfca(0x1cb);const _0x51ce3e=_0x441fbd,_0x294650={};_0x294650[_0x32bfca(0x267)]=_0x17fdf8;const _0x30523f={};_0x30523f[_0x32bfca(0x202)]=_0x51ce3e['hAeMD'],_0x30523f[_0x32bfca(0x1c6)]=_0x294650;const _0x3f7db2=_0x30523f;_0x51ce3e['pYbNA'](_0x451654['constructor'][_0x32bfca(0x267)],_0x51ce3e[_0x32bfca(0x282)])?await _0x451654[_0x32bfca(0x206)](()=>{},'browserstack_executor:\x20'+JSON[_0x32bfca(0x1b8)](_0x3f7db2)):await _0x451654[_0x32bfca(0x206)]('browserstack_executor:\x20'+JSON[_0x32bfca(0x1b8)](_0x3f7db2));}),patchSaveScreenshot=_0x391b35=>{const _0x514d9b=a1_0x3fe46e,_0x4ef512={'dJaFy':'base64','AmqfK':'TEST_SCREENSHOT','mRHGv':function(_0x379423){return _0x379423();},'wOdOI':function(_0x2ba8c1,_0x2d0dae){return _0x2ba8c1(_0x2d0dae);},'Gnkjy':_0x514d9b(0x1b0)};_0x4ef512['wOdOI'](isTrue,process[_0x514d9b(0x1f9)][_0x514d9b(0x25e)])&&!_0x391b35['patchSaveScreenshot']&&(_0x391b35[_0x514d9b(0x23f)]=!![],_0x391b35[_0x514d9b(0x1de)]=_0x391b35[_0x514d9b(0x195)],_0x391b35[_0x514d9b(0x195)]=(_0x4e0592,_0x18a9aa=![])=>{const _0x472ad1=_0x514d9b,_0x1c6f06={'zfteN':_0x4ef512[_0x472ad1(0x218)],'NIqWM':_0x4ef512[_0x472ad1(0x27e)],'XIwrw':function(_0x1618e0){const _0x3e4f87=_0x472ad1;return _0x4ef512[_0x3e4f87(0x24c)](_0x1618e0);},'zKmNK':function(_0x2d11f5,_0x14612b){const _0x3215fa=_0x472ad1;return _0x4ef512[_0x3215fa(0x1f8)](_0x2d11f5,_0x14612b);},'qfEkO':_0x4ef512[_0x472ad1(0x1d0)]};return new Promise(function(_0x23089e,_0x24891d){const _0x4ff689=_0x472ad1,_0x483503={'QTQdd':_0x1c6f06[_0x4ff689(0x240)],'iaWMu':_0x1c6f06[_0x4ff689(0x25b)],'XDBhE':function(_0x243ba9){const _0x4c3431=_0x4ff689;return _0x1c6f06[_0x4c3431(0x1be)](_0x243ba9);},'gQgUy':function(_0x284f93,_0x4df4b7){const _0x564ab2=_0x4ff689;return _0x1c6f06[_0x564ab2(0x1db)](_0x284f93,_0x4df4b7);},'rlSvb':_0x1c6f06['qfEkO']};_0x391b35[_0x4ff689(0x1de)](_0x4e0592,_0x18a9aa)[_0x4ff689(0x20e)](()=>{const _0x112e18=_0x4ff689,_0x12dbb5=CodeceptUtils[_0x112e18(0x1e6)](_0x4e0592);if(_0x12dbb5){const _0x265b9f=fs[_0x112e18(0x263)](_0x12dbb5);process[_0x112e18(0x200)](_0x112e18(0x1d8)+process[_0x112e18(0x1c3)],{'timestamp':new Date()[_0x112e18(0x1bf)](),'message':_0x265b9f[_0x112e18(0x231)](_0x483503[_0x112e18(0x1e1)]),'kind':_0x483503[_0x112e18(0x1a7)]}),_0x483503[_0x112e18(0x1b2)](_0x23089e);}_0x483503[_0x112e18(0x28d)](_0x24891d,new Error(_0x483503[_0x112e18(0x22b)]));})[_0x4ff689(0x219)](()=>null);});});},patchWebDriverBefore=(_0x371e33,_0x365d5e)=>{const _0x3ec27b=a1_0x3fe46e,_0x597757={'oKdix':function(_0x173919){return _0x173919();},'jAUhQ':function(_0x4d63a5,_0x562aff){return _0x4d63a5(_0x562aff);},'hqvTh':function(_0x1df76d,_0x98c3f5){return _0x1df76d===_0x98c3f5;},'omRyZ':_0x3ec27b(0x19f),'IGsYt':function(_0xae1d87,_0x38a48f){return _0xae1d87===_0x38a48f;},'KCRUV':_0x3ec27b(0x1d4),'EvKWd':_0x3ec27b(0x243),'hmjJx':function(_0x32c83a,_0xd411a1){return _0x32c83a(_0xd411a1);},'cBzmm':_0x3ec27b(0x23b)},_0x2f74fc=async function(_0x3eb2b7,_0x475a70){const _0x5dafc3=_0x3ec27b;_0x597757[_0x5dafc3(0x1bc)](isAccessibilityAutomationSession)&&!global[_0x5dafc3(0x287)]&&global[_0x5dafc3(0x1ea)]&&scripts[_0x5dafc3(0x266)](_0x3eb2b7[_0x5dafc3(0x267)])&&_0x597757[_0x5dafc3(0x1d5)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x5dafc3(0x287)]=!![],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x5dafc3(0x18c)],async()=>{const _0x9e1394=_0x5dafc3;logger[_0x9e1394(0x246)]('Performing\x20scan\x20for\x20'+_0x3eb2b7['class']+'\x20'+_0x3eb2b7[_0x9e1394(0x267)]),await AccessibilityHelper[_0x9e1394(0x274)](_0x371e33,scripts['performScan']);},{'command':_0x3eb2b7[_0x5dafc3(0x267)]})());global[_0x5dafc3(0x287)]=![];const _0xd2e745=JSON[_0x5dafc3(0x1c8)](process['env'][_0x5dafc3(0x1e3)]||'{}');if(_0x597757['hqvTh'](_0xd2e745?.[_0x5dafc3(0x257)]?.[_0x5dafc3(0x267)],_0x597757[_0x5dafc3(0x1f2)])&&_0x597757[_0x5dafc3(0x1b4)](typeof _0xd2e745?.[_0x5dafc3(0x257)]?.[_0x5dafc3(0x1ec)],_0x597757[_0x5dafc3(0x259)])&&_0xd2e745?.[_0x5dafc3(0x257)]?.['version'][_0x5dafc3(0x250)]('7'))return _0x475a70[_0x5dafc3(0x230)](null,Array[_0x5dafc3(0x245)][_0x5dafc3(0x22a)]['call'](arguments,0x2));return _0x475a70[_0x5dafc3(0x230)](this,Array['prototype'][_0x5dafc3(0x22a)]['call'](arguments,0x2));},_0x5be0ba=CodeceptWebDriver[_0x3ec27b(0x245)][_0x3ec27b(0x285)];CodeceptWebDriver[_0x3ec27b(0x245)][_0x3ec27b(0x285)]=async function(){const _0x13ab76=_0x3ec27b;try{await _0x5be0ba[_0x13ab76(0x230)](this,arguments);}catch(_0x2a0c73){logger['debug']('Failed\x20to\x20execute\x20_before:\x20'+util[_0x13ab76(0x1e9)](_0x2a0c73));}(scripts[_0x13ab76(0x253)]||[])[_0x13ab76(0x207)](_0x2a72c1=>_0x2a72c1[_0x13ab76(0x267)]&&_0x2a72c1[_0x13ab76(0x194)])[_0x13ab76(0x1b3)](_0x34c7e4=>{const _0x2a3e35=_0x13ab76;this[_0x2a3e35(0x198)]['overwriteCommand'](_0x34c7e4[_0x2a3e35(0x267)],_0x2f74fc[_0x2a3e35(0x252)](this,_0x34c7e4),_0x597757[_0x2a3e35(0x1a0)](_0x34c7e4['class'],_0x597757[_0x2a3e35(0x1ae)]));}),_0x597757['hmjJx'](processWebDriverConfig,_0x371e33);try{_0x365d5e&&_0x597757[_0x13ab76(0x1b4)](typeof _0x365d5e[_0x13ab76(0x254)],_0x597757['cBzmm'])&&await _0x365d5e[_0x13ab76(0x254)]();}catch(_0x4939c6){logger[_0x13ab76(0x246)](_0x13ab76(0x265)+util['format'](_0x4939c6));}};};function parseJwt(_0x42037e){const _0x5a22ac=a1_0x3fe46e,_0x463fe6={};_0x463fe6['ttqxM']='base64';const _0x49de30=_0x463fe6;if(!_0x42037e)return null;return JSON['parse'](Buffer[_0x5a22ac(0x1f4)](_0x42037e[_0x5a22ac(0x1e2)]('.')[0x1],_0x49de30[_0x5a22ac(0x247)])[_0x5a22ac(0x231)]());}const patchPlaywrightBefore=_0x2e2420=>{const _0x35656f=a1_0x3fe46e,_0x4b4f1c={'yUcYI':function(_0x5f22af){return _0x5f22af();},'JjGyv':_0x35656f(0x1eb),'pKkfK':'--auto-open-devtools-for-tabs','XeHPr':function(_0x24a4e9,_0x36b72a){return _0x24a4e9(_0x36b72a);},'eUXgJ':function(_0x7e66f4,_0x5286f7){return _0x7e66f4+_0x5286f7;},'UjtsS':'\x0aStack:\x20','xLCmY':function(_0x14a279){return _0x14a279();},'FoRyb':function(_0x57f912,_0x51f3f1){return _0x57f912===_0x51f3f1;},'zQcOH':_0x35656f(0x23b)};PlaywrightSessionDetails[_0x35656f(0x19a)]();const _0x11f3b0=CodeceptPlaywright['prototype']['_before'];CodeceptPlaywright[_0x35656f(0x245)][_0x35656f(0x285)]=async function(){const _0x236128=_0x35656f,_0x3ea832={'AshbS':function(_0x164922){return _0x4b4f1c['yUcYI'](_0x164922);},'ZLint':_0x4b4f1c[_0x236128(0x19d)],'XYfjy':_0x4b4f1c[_0x236128(0x208)],'rvujT':function(_0x2d4c6c,_0x457719){const _0x446122=_0x236128;return _0x4b4f1c[_0x446122(0x1e7)](_0x2d4c6c,_0x457719);},'tgDbN':function(_0x4da68a,_0x3fe7fb){const _0x48ea6a=_0x236128;return _0x4b4f1c[_0x48ea6a(0x20b)](_0x4da68a,_0x3fe7fb);},'pwLxH':_0x4b4f1c[_0x236128(0x24f)]};this[_0x236128(0x235)]=await this[_0x236128(0x198)][_0x236128(0x28a)]()[0x0];const _0x427c0c=async()=>{const _0x4d0cdf=_0x236128,_0x1cc2ba=this['config']&&this[_0x4d0cdf(0x1e4)]['chromium']&&this[_0x4d0cdf(0x1e4)][_0x4d0cdf(0x1d7)][_0x4d0cdf(0x258)]&&Array[_0x4d0cdf(0x24b)](this[_0x4d0cdf(0x1e4)][_0x4d0cdf(0x1d7)][_0x4d0cdf(0x258)])&&this[_0x4d0cdf(0x1e4)][_0x4d0cdf(0x1d7)]['args'][_0x4d0cdf(0x278)](_0x3ea832[_0x4d0cdf(0x286)]);if(_0x3ea832['AshbS'](isAccessibilityAutomationSession)&&!_0x1cc2ba)try{const _0x4dc42e=_0x3ea832[_0x4d0cdf(0x214)](parseJwt,process[_0x4d0cdf(0x1f9)]['BS_A11Y_JWT']);if(_0x4dc42e&&_0x4dc42e[_0x4d0cdf(0x27d)]&&_0x4dc42e[_0x4d0cdf(0x27d)]['domForge']){const _0xb41210=this['browserContext'][_0x4d0cdf(0x1ff)]['bind'](this[_0x4d0cdf(0x235)]);this[_0x4d0cdf(0x235)][_0x4d0cdf(0x1ff)]=async function(){const _0x322ac7=_0x4d0cdf,_0x4a0a74=await _0x3ea832['AshbS'](_0xb41210),_0x10c971=[];for(const _0x11f367 of _0x4a0a74){try{const _0xf95d8=await _0x11f367[_0x322ac7(0x275)]();!_0xf95d8[_0x322ac7(0x250)](_0x3ea832[_0x322ac7(0x1ac)])&&_0x10c971[_0x322ac7(0x23a)](_0x11f367);}catch(_0x34405c){_0x10c971[_0x322ac7(0x23a)](_0x11f367);}}return _0x10c971;};}if(!_0x3ea832[_0x4d0cdf(0x223)](isBrowserstackInfra)){const _0x2a815f=await this['page']['url']();if(_0x2a815f[_0x4d0cdf(0x250)](_0x3ea832['ZLint'])){const _0x463169=await this[_0x4d0cdf(0x235)][_0x4d0cdf(0x1ff)]();this['_setPage'](_0x463169[0x0]);}}}catch(_0x3780f8){logger['debug'](_0x4d0cdf(0x24a)+_0x3780f8['message']+(_0x3780f8[_0x4d0cdf(0x216)]?_0x3ea832[_0x4d0cdf(0x19c)](_0x3ea832[_0x4d0cdf(0x1fc)],_0x3780f8['stack']):''));}};_0x4b4f1c[_0x236128(0x22d)](isBrowserstackInfra)&&await _0x4b4f1c['xLCmY'](_0x427c0c);await _0x11f3b0[_0x236128(0x230)](this,arguments);!_0x4b4f1c[_0x236128(0x224)](isBrowserstackInfra)&&await _0x4b4f1c['xLCmY'](_0x427c0c);try{_0x2e2420&&_0x4b4f1c[_0x236128(0x26e)](typeof _0x2e2420[_0x236128(0x254)],_0x4b4f1c[_0x236128(0x211)])&&await _0x2e2420['flushPendingHookEvents']();}catch(_0x613e9d){logger['debug']('Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20Playwright\x20_before:\x20'+util[_0x236128(0x1e9)](_0x613e9d));}};},getCodeceptDriver=()=>{const _0x22b066=a1_0x3fe46e,_0x5147ab={};_0x5147ab[_0x22b066(0x239)]=_0x22b066(0x21c),_0x5147ab[_0x22b066(0x232)]=_0x22b066(0x1cb),_0x5147ab['QXeEQ']=_0x22b066(0x19e),_0x5147ab[_0x22b066(0x1fe)]='TestCafe';const _0x4ca5ea=_0x5147ab,_0x2971f5=[_0x4ca5ea[_0x22b066(0x239)],_0x4ca5ea[_0x22b066(0x232)],_0x4ca5ea['QXeEQ'],_0x4ca5ea[_0x22b066(0x1fe)]],_0x1dea22=_0x2971f5['find'](_0x291982=>!!CodeceptJS[_0x22b066(0x19b)]['helpers'](_0x291982));if(!_0x1dea22)return null;return CodeceptJS[_0x22b066(0x19b)][_0x22b066(0x1fb)](_0x1dea22);};function a1_0x5619(){const _0x3db4fa=['Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20test.before:\x20','SESSION_STATUS','Suite','kjOse','ZLint','../../helpers/testhub/constants.js','EvKWd','stopMonitoring','Screenshot\x20path\x20not\x20found','ppLue','XDBhE','forEach','IGsYt','setSessionStatus','SDK_POST_TEST','passed','stringify','SDK_PRE_INITIALIZE','all','restore','oKdix','RsykY','XIwrw','toISOString','bstackA11yShouldScan','stop','getSyncScript','pid','TEST_RUN_FINISHED','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','arguments','skipped','parse','codeceptjs','vJDGx','Playwright','NMhYe','ReCke','VsCsq','performScan','Gnkjy','getAccessibilityResultsSummary','../../helpers/accessibility-automation/helper','../../helpers/accessibility-automation/accessibilityRetryHelper','string','jAUhQ','setSessionName','chromium','bs:addLog:','getResults','../../bin/playwright/sessionDetails','zKmNK','SDK_TEST','qFPOc','initSaveScreenshot','../../helpers/performance/performance-tester','kdhEh','QTQdd','split','FRAMEWORK_DETAILS','config','XulUp','screenshotOutputFolder','XeHPr','XrSug','format','accessibilityPlatform','devtools://','version','./o11yHelper','14368080NYmRQa','started','xMqZZ','QDsfn','omRyZ','besFW','from','hookType','QDksd','SESSION_NAME','wOdOI','env','hasLiveDriverSession','helpers','pwLxH','browserstackTestName','wqihh','pages','emit','yeNXp','action','addRequestSpy','tsANb','before','executeScript','filter','pKkfK','testAnalyticsId','hcgoc','eUXgJ','constructor','../../helpers/performance/constants','then','262479gBfQGP','bddStepStart','zQcOH','enabled','codeceptjs/lib/index.js','rvujT','GIIBI','stack','thBuildUuid','dJaFy','catch','test','eLkRA','WebDriver','__workerDetails','tvLBC','event','hAeMD','fireEvent','measureWrapper','AshbS','xLCmY','info','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','TEST_RUN_STARTED','bddStep','bufferPendingHookEvent','slice','rlSvb','2078931IUHTRP','yUcYI','2LNxyjt','setGlobal','apply','toString','CjVdP','../../bin/playwright/accessibility-helper','SDK_PRE_TEST','browserContext','osyIp','kddYn','default','dHdJR','push','function','fLVdg','warn','__skipSessionStatus','patchSaveScreenshot','zfteN','codeceptjs/lib/helper/Playwright.js','browserstack_executor:\x20','Element','ENV_VAR','prototype','debug','ttqxM','titlePath','TEST_RUN_SKIPPED','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','isArray','mRHGv','hook-passed','xNBMP','UjtsS','startsWith','startMonitoring','bind','commandsToWrap','flushPendingHookEvents','uVmZg','IHzNP','testFramework','args','KCRUV','captureEvent','NIqWM','./helper.js','failed','BS_TESTOPS_ALLOW_SCREENSHOTS','end','../../helpers/logger','bddStepFinish','ctx','readFileSync','cDYKk','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20_before:\x20','shouldWrapCommand','name','SYNC','after','hook-failed','test-before','exports','PNoKU','FoRyb','hFuIp','dispatcher','CDabp','util','QJTWI','browserStackExecuteDriver','url','../../helpers/helper','TEST_LOG','includes','captureError','TONPN','step','pYbNA','a11y_core_config','AmqfK','codeceptjs/lib/recorder.js','1402320WkhFMY','add','uvBks','command','getAccessibilityResults','_before','XYfjy','bstackAllyScanning','start','HOOK_RUN_FINISHED','contexts','installAll','VipeK','gQgUy','BROWSERSTACK_TESTHUB_UUID','aVncG','thTestRunUuid','26655wnaeai','PMlWA','SDK_HOOK','xMvDW','skipSessionName','codeceptjs/lib/utils.js','PERFORM_SCAN','title','codeceptjs/lib/helper/WebDriver.js','310346dfDAAC','../../helpers/request-spy','winstonLogger','4327320IdgJMT','driver-init\x20capture\x20install\x20failed:\x20','class','saveScreenshot','status','HOOK_RUN_STARTED','browser','../../helpers/test-observability/utils','patch','container','tgDbN','JjGyv','Puppeteer','webdriverio','hqvTh','skipSessionStatus','../../helpers/accessibility-automation/scripts','INFO','DpFrO','hook','bddStep-after','iaWMu'];a1_0x5619=function(){return _0x3db4fa;};return a1_0x5619();}function a1_0x467d(_0x4b2dac,_0x406900){const _0x56194e=a1_0x5619();return a1_0x467d=function(_0x467d86,_0x2a95db){_0x467d86=_0x467d86-0x188;let _0x41c683=_0x56194e[_0x467d86];return _0x41c683;},a1_0x467d(_0x4b2dac,_0x406900);}module[a1_0x3fe46e(0x26c)]=function(_0x1c53e6){const _0x217777=a1_0x3fe46e,_0x3721c9={'PMlWA':function(_0x339424,_0x20eeb8){return _0x339424(_0x20eeb8);},'ppLue':function(_0x5da9d4,_0x1eff9,_0x4635ef){return _0x5da9d4(_0x1eff9,_0x4635ef);},'sVwkr':_0x217777(0x284),'cDYKk':_0x217777(0x226),'hcgoc':_0x217777(0x1d1),'CDabp':_0x217777(0x1c5),'xMqZZ':function(_0x765169,_0x370fc4){return _0x765169(_0x370fc4);},'kjOse':'hook-started','yeNXp':_0x217777(0x24d),'fLVdg':function(_0x2dec5c,_0x492eaf,_0x5d5352){return _0x2dec5c(_0x492eaf,_0x5d5352);},'xMvDW':_0x217777(0x26a),'vJDGx':_0x217777(0x1fd),'DpFrO':function(_0x2470ce){return _0x2470ce();},'NMhYe':_0x217777(0x1c0),'IHzNP':_0x217777(0x26b),'besFW':function(_0x55112f){return _0x55112f();},'tsANb':'test-started','VsCsq':function(_0x3dd7df,_0x46cfc6,_0x4ceb2f){return _0x3dd7df(_0x46cfc6,_0x4ceb2f);},'RsykY':'test-passed','kdhEh':function(_0xa93c34,_0x389836,_0x1e81f6,_0x1ed9c3){return _0xa93c34(_0x389836,_0x1e81f6,_0x1ed9c3);},'JBJLM':function(_0x260421,_0x24d020){return _0x260421===_0x24d020;},'PNoKU':_0x217777(0x1aa),'QJTWI':'test-failed','GIIBI':'test-skipped','FkxHO':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','QDksd':'test-after','kddYn':_0x217777(0x1a3),'hFuIp':_0x217777(0x277),'XrSug':'step-comment','VipeK':'bddStep-before','PpGms':_0x217777(0x1a6),'XulUp':function(_0x176eea){return _0x176eea();},'uVmZg':_0x217777(0x1cb)};_0x1c53e6[_0x217777(0x1a1)]&&(global[_0x217777(0x23e)]=_0x1c53e6[_0x217777(0x1a1)]);PerformanceTester[_0x217777(0x251)]();const _0x44a286=_0x3721c9[_0x217777(0x1e5)](getCodeceptDriver),_0x18bd05=new O11yHelper(_0x44a286,_0x1c53e6),_0x41355a=!!CodeceptJS[_0x217777(0x19b)][_0x217777(0x1fb)](_0x3721c9[_0x217777(0x255)]);global['__driver']=_0x44a286;_0x44a286&&(PerformanceTester[_0x217777(0x222)](PerformanceEvents[_0x217777(0x1b9)],()=>{const _0x40ee6a=_0x217777;_0x41355a?_0x3721c9[_0x40ee6a(0x292)](patchPlaywrightBefore,_0x18bd05):_0x3721c9[_0x40ee6a(0x1b1)](patchWebDriverBefore,_0x44a286,_0x18bd05);})(),PerformanceTester[_0x217777(0x222)](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0xb18614=_0x217777,_0x476f10={};_0x476f10[_0xb18614(0x27a)]=_0x3721c9[_0xb18614(0x20a)],_0x476f10['sCkTX']=_0x3721c9[_0xb18614(0x271)];const _0x521349=_0x476f10;_0x44a286[_0xb18614(0x1d1)]=async()=>{const _0x58f403=_0xb18614;if(global['accessibilityPlatform']){const _0xc55fd1={};return _0xc55fd1['command']=_0x521349['TONPN'],await PerformanceTester[_0x58f403(0x222)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0xebb68e=_0x58f403;return await AccessibilityHelper[_0xebb68e(0x274)](_0x44a286,scripts[_0xebb68e(0x1cf)]);},_0xc55fd1)(),await PerformanceTester[_0x58f403(0x222)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x59599c=_0x58f403;return await AccessibilityHelper[_0x59599c(0x274)](_0x44a286,scripts['getResultsSummary']);})();}return logger[_0x58f403(0x23d)](_0x521349['sCkTX']),{};},_0x44a286[_0xb18614(0x284)]=async()=>{const _0x3ea9dd=_0xb18614;if(global[_0x3ea9dd(0x1ea)]){const _0x9eea5c={};return _0x9eea5c[_0x3ea9dd(0x283)]=_0x3721c9['sVwkr'],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x3ea9dd(0x18c)],async()=>{const _0x4410e6=_0x3ea9dd;return await AccessibilityHelper['browserStackExecuteDriver'](_0x44a286,scripts[_0x4410e6(0x1cf)]);},_0x9eea5c)(),await PerformanceTester[_0x3ea9dd(0x222)](PerformanceA11yEvents['GET_RESULTS'],async()=>{const _0x18ea56=_0x3ea9dd;return await AccessibilityHelper[_0x18ea56(0x274)](_0x44a286,scripts[_0x18ea56(0x1d9)]);})();}return logger[_0x3ea9dd(0x23d)](_0x3721c9[_0x3ea9dd(0x264)]),{};},_0x3721c9['xMqZZ'](patchSaveScreenshot,_0x44a286);})());CodeceptJS[_0x217777(0x21f)][_0x217777(0x270)]['on'](CodeceptJS[_0x217777(0x21f)][_0x217777(0x1ba)][_0x217777(0x205)],()=>{const _0x1e552b=_0x217777;PerformanceTester[_0x1e552b(0x288)](PerformanceEvents[_0x1e552b(0x234)]);try{_0x18bd05[_0x1e552b(0x288)](),testOpsHelper[_0x1e552b(0x203)](),PerformanceTester[_0x1e552b(0x25f)](PerformanceEvents[_0x1e552b(0x234)]);}catch(_0x25a640){PerformanceTester[_0x1e552b(0x279)](_0x25a640),PerformanceTester[_0x1e552b(0x25f)](PerformanceEvents[_0x1e552b(0x234)],![],_0x25a640);}}),CodeceptJS['event'][_0x217777(0x270)]['on'](CodeceptJS['event'][_0x217777(0x1ba)][_0x217777(0x269)],async()=>{const _0x34988b=_0x217777;PerformanceTester[_0x34988b(0x288)](PerformanceEvents[_0x34988b(0x1b6)]);try{requestSpy[_0x34988b(0x1bb)](),await _0x18bd05[_0x34988b(0x1c1)](),PerformanceTester[_0x34988b(0x25f)](PerformanceEvents[_0x34988b(0x1b6)]);}catch(_0x52c288){PerformanceTester[_0x34988b(0x279)](_0x52c288),PerformanceTester[_0x34988b(0x25f)](PerformanceEvents['SDK_POST_TEST'],![],_0x52c288);}finally{PerformanceTester[_0x34988b(0x1af)]();}});const _0xca5888=(_0x550f8e,_0x175f6a)=>{const _0x307c73=_0x217777;if(!_0x18bd05)return;if(!_0x18bd05[_0x307c73(0x1fa)]()){_0x18bd05[_0x307c73(0x229)](_0x550f8e,_0x175f6a);return;}CodeceptRecorder[_0x307c73(0x281)](()=>_0x18bd05[_0x307c73(0x221)](_0x550f8e,_0x175f6a));};CodeceptJS[_0x217777(0x21f)]['dispatcher']['on'](CodeceptJS[_0x217777(0x21f)][_0x217777(0x1a5)][_0x217777(0x1ef)],_0x467a89=>{const _0x237766=_0x217777;PerformanceTester[_0x237766(0x288)](PerformanceEvents['SDK_HOOK']);try{const _0x2fb18f=_0x467a89[_0x237766(0x262)][_0x237766(0x21a)],_0x2f9028=_0x18bd05[_0x237766(0x25a)](TEST_EVENTS[_0x237766(0x197)],_0x2fb18f);_0x3721c9['ppLue'](_0xca5888,TEST_EVENTS[_0x237766(0x197)],_0x2f9028);const _0x365b15={};_0x365b15[_0x237766(0x1f5)]=_0x3721c9[_0x237766(0x1ab)],PerformanceTester[_0x237766(0x25f)](PerformanceEvents[_0x237766(0x188)],!![],null,_0x365b15);}catch(_0x144075){const _0x335a38={};_0x335a38['hookType']=_0x3721c9[_0x237766(0x1ab)],PerformanceTester[_0x237766(0x25f)](PerformanceEvents[_0x237766(0x188)],![],_0x144075,_0x335a38),PerformanceTester[_0x237766(0x279)](_0x144075);}}),CodeceptJS['event'][_0x217777(0x270)]['on'](CodeceptJS['event'][_0x217777(0x1a5)][_0x217777(0x1b7)],_0x5c714e=>{const _0x1c7013=_0x217777,_0x28ed7c={};_0x28ed7c[_0x1c7013(0x1f5)]=_0x3721c9[_0x1c7013(0x201)],PerformanceTester[_0x1c7013(0x288)](PerformanceHookEvents[_0x1c7013(0x188)],!![],null,_0x28ed7c);try{const _0x181233=_0x5c714e['ctx'][_0x1c7013(0x21a)],_0xd8e377=_0x18bd05[_0x1c7013(0x25a)](TEST_EVENTS[_0x1c7013(0x289)],_0x181233);_0x3721c9[_0x1c7013(0x1b1)](_0xca5888,TEST_EVENTS['HOOK_RUN_FINISHED'],_0xd8e377);const _0x550a7a={};_0x550a7a['hookType']=_0x3721c9[_0x1c7013(0x201)],PerformanceTester[_0x1c7013(0x25f)](PerformanceHookEvents[_0x1c7013(0x188)],!![],null,_0x550a7a);}catch(_0x274387){PerformanceTester[_0x1c7013(0x279)](_0x274387);const _0x4365a6={};_0x4365a6[_0x1c7013(0x1f5)]=_0x3721c9[_0x1c7013(0x201)],PerformanceTester[_0x1c7013(0x25f)](PerformanceHookEvents['SDK_HOOK'],![],_0x274387,_0x4365a6);}}),CodeceptJS['event'][_0x217777(0x270)]['on'](CodeceptJS[_0x217777(0x21f)][_0x217777(0x1a5)][_0x217777(0x25d)],async(_0x4802d8,_0x2a03d3)=>{const _0x13f0be=_0x217777;PerformanceTester[_0x13f0be(0x288)](PerformanceHookEvents['SDK_HOOK']);try{const _0x41e4d8=_0x4802d8[_0x13f0be(0x262)][_0x13f0be(0x21a)],_0x21cee6=_0x18bd05[_0x13f0be(0x25a)](TEST_EVENTS[_0x13f0be(0x289)],_0x41e4d8,_0x2a03d3);_0x3721c9[_0x13f0be(0x23c)](_0xca5888,TEST_EVENTS[_0x13f0be(0x289)],_0x21cee6);const _0xac1cf4={};_0xac1cf4[_0x13f0be(0x1f5)]=_0x3721c9[_0x13f0be(0x189)],PerformanceTester[_0x13f0be(0x288)](PerformanceHookEvents[_0x13f0be(0x188)],!![],null,_0xac1cf4);}catch(_0x88ef0a){PerformanceTester[_0x13f0be(0x279)](_0x88ef0a);const _0x527b3e={};_0x527b3e[_0x13f0be(0x1f5)]=_0x3721c9[_0x13f0be(0x189)],PerformanceTester[_0x13f0be(0x25f)](PerformanceHookEvents[_0x13f0be(0x188)],![],_0x88ef0a,_0x527b3e);}const _0x432607={};_0x432607[_0x13f0be(0x1f5)]=_0x3721c9[_0x13f0be(0x189)],PerformanceTester[_0x13f0be(0x25f)](PerformanceHookEvents[_0x13f0be(0x188)],!![],null,_0x432607);}),CodeceptJS['event'][_0x217777(0x270)]['on'](CodeceptJS[_0x217777(0x21f)][_0x217777(0x21a)][_0x217777(0x205)],_0x4525da=>{const _0x5f0d1e=_0x217777;PerformanceTester['start'](PerformanceHookEvents[_0x5f0d1e(0x188)]);try{globals[_0x5f0d1e(0x22f)](_0x3721c9[_0x5f0d1e(0x1ca)],_0x4525da['title']);_0x3721c9[_0x5f0d1e(0x1a4)](isBrowserstackInfra)&&(_0x41355a&&(global[_0x5f0d1e(0x21d)]={'currentTest':{'name':_0x4525da[_0x5f0d1e(0x18d)],'testInfo':{'titlePath':_0x4525da[_0x5f0d1e(0x248)]()}}}));try{const _0x299731=_0x3721c9['fLVdg'](shouldScanTestForAccessibility,_0x4525da[_0x5f0d1e(0x248)](),!![]);globals[_0x5f0d1e(0x22f)](_0x3721c9[_0x5f0d1e(0x1cc)],_0x299731);}catch(_0x1fabcd){logger[_0x5f0d1e(0x246)](_0x5f0d1e(0x1a8)+util['format'](_0x1fabcd));}const _0x38bf01={};_0x38bf01[_0x5f0d1e(0x1f5)]=_0x3721c9[_0x5f0d1e(0x256)],PerformanceTester[_0x5f0d1e(0x25f)](PerformanceHookEvents[_0x5f0d1e(0x188)],!![],null,_0x38bf01);}catch(_0x5b293c){PerformanceTester['captureError'](_0x5b293c);const _0xa24057={};_0xa24057[_0x5f0d1e(0x1f5)]=_0x3721c9['IHzNP'],PerformanceTester[_0x5f0d1e(0x25f)](PerformanceHookEvents['SDK_HOOK'],![],_0x5b293c,_0xa24057);}}),CodeceptJS[_0x217777(0x21f)]['dispatcher']['on'](CodeceptJS[_0x217777(0x21f)][_0x217777(0x21a)][_0x217777(0x1ef)],_0x246e1a=>{const _0x3ea676=_0x217777,_0x5c4613={'xNBMP':function(_0xe1de5c){const _0x54fa16=a1_0x467d;return _0x3721c9[_0x54fa16(0x1f3)](_0xe1de5c);},'ReCke':function(_0x5e4b16,_0x501628){const _0x3a7e37=a1_0x467d;return _0x3721c9[_0x3a7e37(0x1f0)](_0x5e4b16,_0x501628);},'tvLBC':function(_0x1bb98b,_0x4b400c,_0x1b897a){return _0x3721c9['ppLue'](_0x1bb98b,_0x4b400c,_0x1b897a);}};PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{globals[_0x3ea676(0x22f)](_0x3721c9[_0x3ea676(0x1ca)],_0x246e1a[_0x3ea676(0x18d)]);const _0x521991=_0x18bd05[_0x3ea676(0x25a)](TEST_EVENTS[_0x3ea676(0x227)],_0x246e1a);CodeceptRecorder[_0x3ea676(0x281)](()=>_0x18bd05[_0x3ea676(0x254)]()),CodeceptRecorder[_0x3ea676(0x281)](()=>_0x18bd05[_0x3ea676(0x221)](TEST_EVENTS['TEST_RUN_STARTED'],_0x521991)),CodeceptRecorder[_0x3ea676(0x281)](()=>_0x18bd05['sendCBTInfo'](_0x246e1a['testAnalyticsId'])),CodeceptRecorder[_0x3ea676(0x281)](async()=>{const _0xffb5bb=_0x3ea676;_0x5c4613[_0xffb5bb(0x24e)](isBrowserstackInfra)&&(!_0x5c4613[_0xffb5bb(0x1cd)](isTrue,_0x1c53e6[_0xffb5bb(0x18a)])&&await _0x5c4613[_0xffb5bb(0x21e)](markSessionName,_0x44a286,_0x246e1a[_0xffb5bb(0x18d)]),_0x18bd05[_0xffb5bb(0x212)]&&await _0x5c4613[_0xffb5bb(0x1cd)](o11ySync,_0x44a286));});}catch(_0x3fbe0d){const _0x244b10={};_0x244b10[_0x3ea676(0x1f5)]=_0x3721c9[_0x3ea676(0x204)],PerformanceTester[_0x3ea676(0x25f)](PerformanceHookEvents[_0x3ea676(0x188)],![],_0x3fbe0d,_0x244b10),PerformanceTester[_0x3ea676(0x279)](_0x3fbe0d);}const _0x57b9dc={};_0x57b9dc[_0x3ea676(0x1f5)]=_0x3721c9[_0x3ea676(0x204)],PerformanceTester[_0x3ea676(0x25f)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x57b9dc);}),CodeceptJS['event'][_0x217777(0x270)]['on'](CodeceptJS[_0x217777(0x21f)][_0x217777(0x21a)]['passed'],_0x68f0c9=>{const _0x4044e7=_0x217777;PerformanceTester[_0x4044e7(0x288)](PerformanceHookEvents[_0x4044e7(0x188)]);try{const _0x162aa2=_0x18bd05['captureEvent'](TEST_EVENTS['TEST_RUN_FINISHED'],_0x68f0c9);CodeceptRecorder['add'](()=>_0x18bd05[_0x4044e7(0x221)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x162aa2)),CodeceptRecorder[_0x4044e7(0x281)](async()=>{const _0x48d2a2=_0x4044e7,_0x2aabaa={'aVncG':function(_0x33b7d6,_0x5876f1,_0x186732){const _0x396db8=a1_0x467d;return _0x3721c9[_0x396db8(0x1ce)](_0x33b7d6,_0x5876f1,_0x186732);},'HnHoe':function(_0x45b8d5,_0x53007c,_0x2937e1){const _0x3e51be=a1_0x467d;return _0x3721c9[_0x3e51be(0x23c)](_0x45b8d5,_0x53007c,_0x2937e1);}};_0x3721c9[_0x48d2a2(0x1a4)](isBrowserstackInfra)&&await PerformanceTester[_0x48d2a2(0x222)](PerformanceAutEvents[_0x48d2a2(0x1a9)],async()=>{const _0x4aa783=_0x48d2a2;_0x41355a?await _0x2aabaa[_0x4aa783(0x28f)](playwrightMarkSessionStatus,_0x44a286,STATE_PASSED):await _0x2aabaa['HnHoe'](markSessionStatus,_0x44a286,STATE_PASSED);})();}),PerformanceTester[_0x4044e7(0x25f)](PerformanceEvents[_0x4044e7(0x1dc)]);}catch(_0x29d86c){PerformanceTester['captureError'](_0x29d86c);const _0x29a52e={};_0x29a52e[_0x4044e7(0x1f5)]=_0x3721c9[_0x4044e7(0x1bd)],PerformanceTester['end'](PerformanceHookEvents[_0x4044e7(0x188)],![],_0x29d86c,_0x29a52e),PerformanceTester['end'](PerformanceEvents[_0x4044e7(0x1dc)],![],_0x29d86c);}const _0x1a3819={};_0x1a3819[_0x4044e7(0x1f5)]=_0x3721c9[_0x4044e7(0x1bd)],PerformanceTester[_0x4044e7(0x25f)](PerformanceHookEvents[_0x4044e7(0x188)],!![],null,_0x1a3819);}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x217777(0x21f)][_0x217777(0x21a)][_0x217777(0x25d)],(_0x20367c,_0x2b2ddf)=>{const _0x186b9f=_0x217777,_0x27acce={'rAMlz':function(_0x32c6fc){const _0x210835=a1_0x467d;return _0x3721c9[_0x210835(0x1a4)](_0x32c6fc);},'osyIp':function(_0x190f24,_0x4615f6,_0x32f0b4,_0x542a96){const _0x271e9b=a1_0x467d;return _0x3721c9[_0x271e9b(0x1e0)](_0x190f24,_0x4615f6,_0x32f0b4,_0x542a96);}};PerformanceTester[_0x186b9f(0x288)](PerformanceHookEvents[_0x186b9f(0x188)]);try{if(_0x3721c9['JBJLM'](_0x20367c['constructor'][_0x186b9f(0x267)],_0x3721c9[_0x186b9f(0x26d)])){const _0x295947=_0x18bd05['captureEvent'](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x20367c['ctx']['currentTest']);CodeceptRecorder[_0x186b9f(0x281)](()=>_0x18bd05[_0x186b9f(0x221)](TEST_EVENTS[_0x186b9f(0x249)],_0x295947));}else{const _0x5226a4=_0x18bd05['captureEvent'](TEST_EVENTS[_0x186b9f(0x1c4)],_0x20367c,_0x2b2ddf);CodeceptRecorder['add'](()=>{const _0x3177b0=_0x186b9f;try{_0x18bd05[_0x3177b0(0x221)](TEST_EVENTS[_0x3177b0(0x1c4)],_0x5226a4);}catch(_0x5d201e){logger[_0x3177b0(0x246)]('Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20'+util[_0x3177b0(0x1e9)](_0x5d201e)),PerformanceTester[_0x3177b0(0x25f)](PerformanceEvents[_0x3177b0(0x1dc)],![],_0x5d201e);}}),CodeceptRecorder[_0x186b9f(0x281)](async()=>{const _0x392900=_0x186b9f;try{_0x27acce['rAMlz'](isBrowserstackInfra)&&(_0x41355a?await _0x27acce['osyIp'](playwrightMarkSessionStatus,_0x44a286,STATE_FAILED,_0x2b2ddf):await _0x27acce[_0x392900(0x236)](markSessionStatus,_0x44a286,STATE_FAILED,_0x2b2ddf));}catch(_0x32f2c3){logger[_0x392900(0x246)]('Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20'+util[_0x392900(0x1e9)](_0x32f2c3)),PerformanceTester['end'](PerformanceEvents[_0x392900(0x1dc)],![],_0x32f2c3);}});}PerformanceTester[_0x186b9f(0x25f)](PerformanceEvents[_0x186b9f(0x1dc)]);}catch(_0x11205f){PerformanceTester[_0x186b9f(0x279)](_0x11205f);const _0x707ce3={};_0x707ce3[_0x186b9f(0x1f5)]=_0x3721c9[_0x186b9f(0x273)],PerformanceTester[_0x186b9f(0x25f)](PerformanceHookEvents['SDK_HOOK'],![],_0x11205f,_0x707ce3),PerformanceTester['end'](PerformanceEvents[_0x186b9f(0x1dc)],![],_0x11205f);}const _0x3795fc={};_0x3795fc[_0x186b9f(0x1f5)]=_0x3721c9[_0x186b9f(0x273)],PerformanceTester[_0x186b9f(0x25f)](PerformanceHookEvents[_0x186b9f(0x188)],!![],null,_0x3795fc);}),CodeceptJS[_0x217777(0x21f)][_0x217777(0x270)]['on'](CodeceptJS[_0x217777(0x21f)][_0x217777(0x21a)][_0x217777(0x1c7)],_0x3b7d78=>{const _0x2c8225=_0x217777;PerformanceTester[_0x2c8225(0x288)](PerformanceHookEvents[_0x2c8225(0x188)]);try{const _0x1480c7=_0x18bd05['captureEvent'](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x3b7d78);CodeceptRecorder[_0x2c8225(0x281)](()=>_0x18bd05[_0x2c8225(0x221)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x1480c7)),PerformanceTester[_0x2c8225(0x25f)](PerformanceEvents[_0x2c8225(0x1dc)]);}catch(_0x2fb6ea){PerformanceTester[_0x2c8225(0x279)](_0x2fb6ea),PerformanceTester['end'](PerformanceEvents[_0x2c8225(0x1dc)],![],_0x2fb6ea);const _0x2a4394={};_0x2a4394[_0x2c8225(0x1f5)]=_0x3721c9[_0x2c8225(0x215)],PerformanceTester[_0x2c8225(0x25f)](PerformanceHookEvents['SDK_HOOK'],![],_0x2fb6ea,_0x2a4394);}const _0x428813={};_0x428813[_0x2c8225(0x1f5)]=_0x3721c9[_0x2c8225(0x215)],PerformanceTester[_0x2c8225(0x25f)](PerformanceHookEvents[_0x2c8225(0x188)],!![],null,_0x428813);}),CodeceptJS[_0x217777(0x21f)][_0x217777(0x270)]['on'](CodeceptJS[_0x217777(0x21f)][_0x217777(0x21a)][_0x217777(0x269)],async(_0x57d144,_0x5bcf6b)=>{const _0x7142a3=_0x217777;try{PerformanceTester[_0x7142a3(0x288)](PerformanceHookEvents[_0x7142a3(0x188)]);const _0x3f50d7=_0x3721c9[_0x7142a3(0x1ce)](shouldScanTestForAccessibility,_0x57d144[_0x7142a3(0x248)](),!![]);if(_0x3721c9[_0x7142a3(0x1f3)](isAccessibilityAutomationSession)&&global[_0x7142a3(0x1ea)]&&_0x3f50d7){const _0x679fb5={};_0x679fb5[_0x7142a3(0x290)]=_0x57d144[_0x7142a3(0x209)],_0x679fb5[_0x7142a3(0x217)]=process[_0x7142a3(0x1f9)][testHubConstants[_0x7142a3(0x244)][_0x7142a3(0x28e)]],_0x679fb5['thJwtToken']=process[_0x7142a3(0x1f9)][testHubConstants[_0x7142a3(0x244)]['BROWSERSTACK_TESTHUB_JWT']];const _0x430b75=_0x679fb5;logger['debug']('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON[_0x7142a3(0x1b8)](_0x430b75)),CodeceptRecorder['add'](async()=>{await accessibilityRetryHelper['performScanWithRetry'](_0x44a286,_0x57d144['title']),await accessibilityRetryHelper['saveAccessibilityResultsWithRetry'](_0x44a286,_0x430b75);}),logger[_0x7142a3(0x225)](_0x3721c9['FkxHO']);}const _0x518bc6={};_0x518bc6[_0x7142a3(0x1f5)]=_0x3721c9[_0x7142a3(0x1f6)],PerformanceTester['end'](PerformanceHookEvents[_0x7142a3(0x188)],!![],null,_0x518bc6);}catch(_0x3c2851){PerformanceTester[_0x7142a3(0x279)](_0x3c2851);const _0xe93f2d={};_0xe93f2d[_0x7142a3(0x1f5)]=_0x3721c9[_0x7142a3(0x1f6)],PerformanceTester['end'](PerformanceHookEvents[_0x7142a3(0x188)],![],_0x3c2851,_0xe93f2d);}}),CodeceptJS['event'][_0x217777(0x270)]['on'](CodeceptJS[_0x217777(0x21f)][_0x217777(0x27b)]['comment'],_0x56b5f0=>{const _0x2f7f37=_0x217777;PerformanceTester[_0x2f7f37(0x288)](PerformanceHookEvents[_0x2f7f37(0x188)]);try{process[_0x2f7f37(0x200)](_0x2f7f37(0x1d8)+process['pid'],{'timestamp':new Date()[_0x2f7f37(0x1bf)](),'level':_0x3721c9[_0x2f7f37(0x237)],'message':_0x56b5f0,'kind':_0x3721c9[_0x2f7f37(0x26f)],'http_response':{}});}catch(_0x40489a){PerformanceTester[_0x2f7f37(0x279)](_0x40489a);const _0x462289={};_0x462289['hookType']=_0x3721c9['XrSug'],PerformanceTester[_0x2f7f37(0x25f)](PerformanceHookEvents[_0x2f7f37(0x188)],![],_0x40489a,_0x462289);}const _0x40533b={};_0x40533b[_0x2f7f37(0x1f5)]=_0x3721c9[_0x2f7f37(0x1e8)],PerformanceTester['end'](PerformanceHookEvents[_0x2f7f37(0x188)],!![],null,_0x40533b);}),CodeceptJS[_0x217777(0x21f)]['dispatcher']['on'](CodeceptJS[_0x217777(0x21f)][_0x217777(0x228)][_0x217777(0x205)],_0x6bed38=>{const _0x38ee49=_0x217777,_0x5a586a={};_0x5a586a[_0x38ee49(0x1f5)]=_0x3721c9[_0x38ee49(0x28c)],PerformanceTester[_0x38ee49(0x222)](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x4e0db7=_0x38ee49;_0x18bd05[_0x4e0db7(0x210)](_0x6bed38);},_0x5a586a)();}),CodeceptJS[_0x217777(0x21f)][_0x217777(0x270)]['on'](CodeceptJS['event'][_0x217777(0x228)]['after'],_0x5cf4f6=>{const _0x327f0b=_0x217777,_0x101312={};_0x101312[_0x327f0b(0x1f5)]=_0x3721c9['PpGms'],PerformanceTester[_0x327f0b(0x222)](PerformanceHookEvents[_0x327f0b(0x188)],()=>{const _0x987542=_0x327f0b;_0x18bd05[_0x987542(0x261)](_0x5cf4f6);},_0x101312)();});};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a2_0x19d3b6=a2_0xc31f;function a2_0x5ca7(){const _0x2e17a0=['printResults','qLZTQ','QtZRo','WebDriver','../../helpers/accessibility-automation/helper','beOCp','../../bin/playwright/accessibility-helper','dNxsS','cwd','aWTng','WaNOm','skipSessionStatus','BROWSERSTACK_TEST_ACCESSIBILITY_YML','finalExecution','isUndefined','sYTAA','BrowserStackPlugin','ZBpXz','key','USER_CONFIG_DETAILS_PATH','browserName','testContextOptions','forEach','playwright-firefox','validPlatformsPresent','map','debug','../../helpers/testhub/testhubHandler','setupBrowserstackLocal','chromium','1265425tYPwAH','isTrue','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','Ignoring\x20-c\x20config\x20path\x20\x22','accessibilityOptions','JyMFD','browser','BrowserStackPlugin.js','stack','enabled','ciSIJ','all','getPlatformName','splice','Failed\x20:\x20','BROWSERSTACK_FRAMEWORK','findIndex','prepareCapabilities','codeceptjs','accessKey','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','sPxos','plugins','failed','test','BROWSERSTACK_RERUN','../../helpers/test-observability/constants','../../helpers/helper','../../helpers/logger','chrome','FRAMEWORKS','../v2/browserstackCLI','BROWSERSTACK_TEST_OBSERVABILITY_YML','frameworkName','addTests','Ignoring\x20--config\x20path\x20\x22','host','assign','5067nMQGzO','WTLEv','LemtZ','uHWfD','launchBuild','dirname','result','oRZgO','VjDdW','8766qJOVOD','IMfSK','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','2DsBdYd','existsSync','addOptions','profile','push','DkAkj','EVENTS','useW3C','xdZcX','Playwright','chdir','desiredCapabilities','accessibility','errorMessage','stringify','playwright-webkit','addConfig','mergeDeep','CODECEPT_CUCUMBER','codecept.json','../../helpers/utilities','path','helpers','true','codeceptjs/lib/index.js','warn','split','before','36VHmuds','spawn','LxWbU','toLowerCase','load','err','sEPbj','getInstance','../../helpers/performance/constants','6VbhAAn','bootstrapAll','env','7134130UNOzjb','CODECEPT','platforms','start','createGroupsOfSuites','skipSessionName','printBuildLink','log','23193989LTMwSw','util','../../helpers/test-observability/utils','../utils/constants','gyKkI','now','Started\x20:\x20','join','setAdditionalCapabilities','process','jhyZK','getUserWorkerCount','ABvei','CKbZK','event','Passed\x20:\x20','2476958bOGVyP','isTestObservabilitySession','1360rwijIU','ICYfh','getPlaywrightUrl','../utils/clientTroubleshootingService','--config','Workers','exports','AUTOA','16yTbgkp','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','\x22:\x20it\x20resolves\x20outside\x20the\x20project\x20directory.','config','browserWSEndpoint','title','info','parallelsPerPlatform','playwright-chromium','EDLlf','replace','../../helpers/BrowserStackSetup','1472852dMFjaA','4|0|1|3|2','testObservability','resolveWithinCwd','21460tEAYvz','etpPW','SDK_CLEANUP'];a2_0x5ca7=function(){return _0x2e17a0;};return a2_0x5ca7();}(function(_0x1adf3c,_0x37c1b5){const _0x136299=a2_0xc31f,_0x4ab164=_0x1adf3c();while(!![]){try{const _0x14901b=-parseInt(_0x136299(0x221))/0x1*(-parseInt(_0x136299(0x277))/0x2)+-parseInt(_0x136299(0x21e))/0x3*(-parseInt(_0x136299(0x263))/0x4)+-parseInt(_0x136299(0x249))/0x5*(parseInt(_0x136299(0x246))/0x6)+parseInt(_0x136299(0x1ef))/0x7*(-parseInt(_0x136299(0x26b))/0x8)+parseInt(_0x136299(0x215))/0x9*(parseInt(_0x136299(0x27b))/0xa)+parseInt(_0x136299(0x261))/0xb*(parseInt(_0x136299(0x23d))/0xc)+-parseInt(_0x136299(0x251))/0xd;if(_0x14901b===_0x37c1b5)break;else _0x4ab164['push'](_0x4ab164['shift']());}catch(_0x5bdc36){_0x4ab164['push'](_0x4ab164['shift']());}}}(a2_0x5ca7,0xbdd3f));function a2_0xc31f(_0x18e202,_0x11f57c){const _0x5ca790=a2_0x5ca7();return a2_0xc31f=function(_0xc31fc6,_0x166767){_0xc31fc6=_0xc31fc6-0x1d6;let _0x10e43d=_0x5ca790[_0xc31fc6];return _0x10e43d;},a2_0xc31f(_0x18e202,_0x11f57c);}const fs=require('fs'),path=require('path'),util=require(a2_0x19d3b6(0x252)),process=require(a2_0x19d3b6(0x25a)),logger=require(a2_0x19d3b6(0x20b))['winstonLogger'],{default:BrowserStackSetup}=require(a2_0x19d3b6(0x276)),helper=require(a2_0x19d3b6(0x20a)),utilities=require(a2_0x19d3b6(0x235)),{checkAccessibilityPlatformConfig}=require(a2_0x19d3b6(0x282)),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a2_0x19d3b6(0x1d7)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x19d3b6(0x20a)),CodeceptJS=requireModule(a2_0x19d3b6(0x239),'codeceptjs'),testOpsHelper=require(a2_0x19d3b6(0x253)),TestHubHandler=require(a2_0x19d3b6(0x1ec)),BrowserstackCLI=require(a2_0x19d3b6(0x20e)),constants=require(a2_0x19d3b6(0x254)),PerformanceTester=require('../../helpers/performance/performance-tester'),{FRAMEWORKS}=require(a2_0x19d3b6(0x209)),PerformanceEvents=require(a2_0x19d3b6(0x245))[a2_0x19d3b6(0x227)],ClientTroubleShootingService=require(a2_0x19d3b6(0x266)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x47daec,_0x52b54d)=>{const _0x4a1e01=a2_0x19d3b6,_0x27a469={};_0x27a469[_0x4a1e01(0x1d8)]=function(_0x45d36a,_0x7faf6a){return _0x45d36a===_0x7faf6a;},_0x27a469[_0x4a1e01(0x21c)]='codecept.conf.js',_0x27a469[_0x4a1e01(0x1db)]=_0x4a1e01(0x234);const _0x4fa831=_0x27a469;let _0xb71856=null;const _0x245ab4={};let _0x1f8810=_0x52b54d[_0x4a1e01(0x1ff)](_0x322898=>_0x322898===_0x4a1e01(0x267));_0x4fa831[_0x4a1e01(0x1d8)](_0x1f8810,-0x1)&&(_0x1f8810=_0x52b54d['findIndex'](_0x10604a=>_0x10604a==='-c'));const _0x38de86=!helper[_0x4a1e01(0x1df)](_0x47daec[_0x4a1e01(0x26e)])?helper['resolveWithinCwd'](_0x47daec[_0x4a1e01(0x26e)]):null,_0x13dc80=!helper[_0x4a1e01(0x1df)](_0x47daec['c'])?helper[_0x4a1e01(0x27a)](_0x47daec['c']):null;if(!helper[_0x4a1e01(0x1df)](_0x47daec[_0x4a1e01(0x26e)])&&!_0x38de86)logger[_0x4a1e01(0x23a)](_0x4a1e01(0x212)+_0x47daec['config']+'\x22:\x20it\x20resolves\x20outside\x20the\x20project\x20directory.');else!helper[_0x4a1e01(0x1df)](_0x47daec['c'])&&!_0x13dc80&&logger[_0x4a1e01(0x23a)](_0x4a1e01(0x1f2)+_0x47daec['c']+_0x4a1e01(0x26d));if(_0x38de86&&fs['existsSync'](_0x38de86))_0xb71856=_0x38de86,_0x52b54d[_0x4a1e01(0x1fc)](_0x1f8810,0x2);else{if(_0x13dc80&&fs[_0x4a1e01(0x222)](_0x13dc80))_0xb71856=_0x13dc80,_0x52b54d[_0x4a1e01(0x1fc)](_0x1f8810,0x2);else{if(fs[_0x4a1e01(0x222)](path[_0x4a1e01(0x258)](process['cwd'](),_0x4fa831[_0x4a1e01(0x21c)])))_0xb71856=path[_0x4a1e01(0x258)](process[_0x4a1e01(0x1d9)](),_0x4fa831[_0x4a1e01(0x21c)]);else fs[_0x4a1e01(0x222)](path[_0x4a1e01(0x258)](process[_0x4a1e01(0x1d9)](),_0x4fa831['WaNOm']))&&(_0xb71856=path[_0x4a1e01(0x258)](process[_0x4a1e01(0x1d9)](),_0x4fa831[_0x4a1e01(0x1db)]));}}return process['env'][_0x4a1e01(0x1e4)]=_0xb71856,_0xb71856;},getO11yRerunPattern=()=>{const _0x19adc8=a2_0x19d3b6,_0x7d321d=helper[_0x19adc8(0x1f0)](process[_0x19adc8(0x248)][_0x19adc8(0x208)]);if(_0x7d321d){const _0x7342e0=process[_0x19adc8(0x248)]['BROWSERSTACK_RERUN_TESTS'],_0x12c09f=[];if(helper['validateRerunTestList'](_0x7342e0)&&!helper[_0x19adc8(0x1df)](_0x7342e0)){_0x7342e0[_0x19adc8(0x23b)](',')[_0x19adc8(0x1ea)](_0x106baa=>{const _0x9b4a3c=_0x19adc8;_0x12c09f[_0x9b4a3c(0x225)]('('+_0x106baa['trim']()+')');});const _0x260809='^'+_0x12c09f[_0x19adc8(0x258)]('|')+'$';return _0x260809;}}return null;},a2_0x3cae4d={};a2_0x3cae4d[a2_0x19d3b6(0x20c)]=a2_0x19d3b6(0x1ee),a2_0x3cae4d[a2_0x19d3b6(0x273)]=a2_0x19d3b6(0x1ee),a2_0x3cae4d[a2_0x19d3b6(0x1e8)]='firefox',a2_0x3cae4d[a2_0x19d3b6(0x230)]='webkit';const pwToCodeceptBrowser=a2_0x3cae4d;async function run(_0x14d685,_0x5c39b4,_0x1e738e){const _0x23136b=a2_0x19d3b6,_0x17fcdf={'ABvei':function(_0x46e20c,_0x2be464,_0x483277,_0x32fe1a){return _0x46e20c(_0x2be464,_0x483277,_0x32fe1a);},'ICYfh':function(_0x52fdd0,_0x5c3df7){return _0x52fdd0+_0x5c3df7;},'LemtZ':function(_0x51351b,_0x8afb85){return _0x51351b(_0x8afb85);},'ciSIJ':function(_0x5ec1ad,_0x70746,_0x566516){return _0x5ec1ad(_0x70746,_0x566516);},'LxWbU':_0x23136b(0x237),'xdZcX':function(_0xa189d1){return _0xa189d1();},'IMfSK':'/wd/hub','gyKkI':function(_0x2fd7fb){return _0x2fd7fb();},'JyMFD':_0x23136b(0x1fd),'VjDdW':_0x23136b(0x260),'sEPbj':_0x23136b(0x257),'AUTOA':_0x23136b(0x278),'sPxos':_0x23136b(0x1f1),'uHWfD':function(_0x158890,_0x32cba9,_0xc91f91){return _0x158890(_0x32cba9,_0xc91f91);},'sYTAA':_0x23136b(0x22a),'jhyZK':'WebDriver','EDLlf':function(_0x30c749,_0x1f64ec){return _0x30c749!=_0x1f64ec;},'WTLEv':_0x23136b(0x238),'IqpHu':'gherkin','aWTng':function(_0x13fabc,_0x575be8){return _0x13fabc(_0x575be8);},'etpPW':function(_0x3dc58d,_0x469e24){return _0x3dc58d*_0x469e24;},'GQuuK':function(_0x3f33d4,_0x271bdf,_0x325265){return _0x3f33d4(_0x271bdf,_0x325265);},'vxUgI':_0x23136b(0x1f5),'DkAkj':function(_0x12a80c,_0x4cafbd,_0x1059c7){return _0x12a80c(_0x4cafbd,_0x1059c7);},'ZBpXz':_0x23136b(0x22c),'CKbZK':'root','qLZTQ':_0x23136b(0x1f6),'bKRGL':'browserStackCwd','beOCp':_0x23136b(0x201),'QtZRo':function(_0x59d79e){return _0x59d79e();}};await _0x1e738e['initialize'](_0x14d685);!BrowserstackCLI[_0x23136b(0x244)]()['isRunning']()&&await _0x1e738e[_0x23136b(0x1ed)]();await helper['handleApp'](_0x1e738e[_0x23136b(0x26e)]);if(!_0x1e738e[_0x23136b(0x26e)])return;process['profile']=_0x14d685[_0x23136b(0x224)];_0x14d685[_0x23136b(0x224)]&&(process[_0x23136b(0x248)][_0x23136b(0x224)]=_0x14d685[_0x23136b(0x224)]);const _0x26f255=_0x17fcdf['ciSIJ'](getUserCodeceptJSConfigs,_0x14d685,_0x5c39b4);let _0x141716={};_0x26f255?(logger[_0x23136b(0x271)](_0x23136b(0x203)+_0x26f255),_0x141716=CodeceptJS[_0x23136b(0x26e)][_0x23136b(0x241)](_0x26f255)):logger[_0x23136b(0x271)](_0x17fcdf[_0x23136b(0x204)]);let _0x1ed51d=![];_0x17fcdf['uHWfD'](nestedKeyValue,_0x141716,[_0x17fcdf[_0x23136b(0x23f)],_0x17fcdf[_0x23136b(0x1e0)]])&&(_0x1ed51d=!![]);const _0x425645=_0x1ed51d?_0x17fcdf['sYTAA']:_0x17fcdf[_0x23136b(0x25b)];let _0x16ebe3=!_0x1ed51d?helper[_0x23136b(0x228)](_0x1e738e[_0x23136b(0x26e)]):![];!helper['isUndefined'](_0x1e738e[_0x23136b(0x26e)][_0x23136b(0x1f3)])&&(process[_0x23136b(0x248)][_0x23136b(0x220)]=JSON[_0x23136b(0x22f)](_0x1e738e[_0x23136b(0x26e)]['accessibilityOptions']));let _0x45fbb9=_0x1e738e[_0x23136b(0x26e)][_0x23136b(0x22d)];_0x45fbb9=_0x45fbb9||_0x17fcdf[_0x23136b(0x217)](checkAccessibilityPlatformConfig,_0x1e738e[_0x23136b(0x26e)]),process[_0x23136b(0x248)][_0x23136b(0x1dd)]=_0x45fbb9;_0x45fbb9&&(_0x16ebe3=!_0x45fbb9);_0x17fcdf[_0x23136b(0x274)](_0x1e738e[_0x23136b(0x26e)][_0x23136b(0x279)],null)?process[_0x23136b(0x248)][_0x23136b(0x20f)]=_0x1e738e[_0x23136b(0x26e)][_0x23136b(0x279)]:process[_0x23136b(0x248)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x17fcdf[_0x23136b(0x216)];const _0x1ec1e6=_0x17fcdf[_0x23136b(0x218)](nestedKeyValue,_0x141716,[_0x17fcdf['IqpHu']]),_0x46e57e=_0x1ec1e6&&!helper['isEmpty'](_0x1ec1e6)?FRAMEWORKS[_0x23136b(0x233)]:FRAMEWORKS['CODECEPT'],_0x39d287=await TestHubHandler[_0x23136b(0x219)](_0x46e57e,_0x1e738e);await testOpsHelper[_0x23136b(0x24f)]();_0x45fbb9&&_0x17fcdf[_0x23136b(0x1da)](setAccessibilityCapabilities,_0x1e738e[_0x23136b(0x26e)]);const _0x44fc6b={},_0x16bfaf=[],_0x581c9c=_0x1e738e['config'][_0x23136b(0x272)]||helper[_0x23136b(0x25c)](_0x14d685,_0x5c39b4,_0x1e738e['config'],constants[_0x23136b(0x20d)]['CODECEPT'])||0x1;let _0x54da12=0x1;if(_0x17fcdf['gyKkI'](isBrowserstackInfra)){const _0x317daf=helper[_0x23136b(0x200)](_0x1e738e[_0x23136b(0x26e)],_0x16ebe3,constants[_0x23136b(0x20d)][_0x23136b(0x24a)]);_0x317daf[_0x23136b(0x1e7)](_0x7e47e8=>{const _0x5dbc7c=_0x23136b;helper[_0x5dbc7c(0x259)](_0x7e47e8);}),helper[_0x23136b(0x1e9)](_0x1e738e[_0x23136b(0x26e)])?_0x54da12=_0x17fcdf[_0x23136b(0x27c)](_0x581c9c,_0x1e738e[_0x23136b(0x26e)]['platforms']['length']):_0x54da12=_0x581c9c,_0x317daf[_0x23136b(0x1e7)](_0x22246f=>{const _0x508cee=_0x23136b,_0x14a489=_0x17fcdf[_0x508cee(0x264)](helper[_0x508cee(0x1fb)](_0x22246f,'_'),'_'+Date[_0x508cee(0x256)]()),_0x62616b=((()=>{const _0x5d7cb5=_0x508cee;if(_0x1ed51d){const _0xdcf57b=pwToCodeceptBrowser[_0x22246f[_0x5d7cb5(0x1e5)]]||_0x22246f[_0x5d7cb5(0x1e5)],_0x41796b=helper[_0x5d7cb5(0x265)](_0x1e738e[_0x5d7cb5(0x26e)]),_0x368773=Object[_0x5d7cb5(0x214)]({},_0x22246f);return _0x17fcdf[_0x5d7cb5(0x25d)](processAccessibilityCaps,_0x368773,_0x41796b,null),{'browser':_0xdcf57b,[_0xdcf57b]:{'browserWSEndpoint':_0x17fcdf['ICYfh'](_0x41796b,_0x17fcdf[_0x5d7cb5(0x217)](encodeURIComponent,JSON[_0x5d7cb5(0x22f)](_0x368773)))}};}const _0x48e9cd={};return _0x48e9cd[_0x5d7cb5(0x22c)]=_0x22246f,_0x48e9cd['user']=_0x1e738e[_0x5d7cb5(0x26e)]['userName'],_0x48e9cd[_0x5d7cb5(0x1e3)]=_0x1e738e[_0x5d7cb5(0x26e)][_0x5d7cb5(0x202)],_0x48e9cd;})()),_0x185c98=_0x17fcdf[_0x508cee(0x1f9)](nestedKeyValue,_0x141716,[_0x17fcdf[_0x508cee(0x23f)],_0x425645]);_0x44fc6b[_0x14a489]=_0x185c98?helper[_0x508cee(0x232)](_0x62616b,_0x185c98):_0x62616b;if(_0x1ed51d)_0x44fc6b[_0x14a489]['browser']=pwToCodeceptBrowser[_0x22246f[_0x508cee(0x1e5)]]||_0x22246f[_0x508cee(0x1e5)];else{_0x44fc6b[_0x14a489][_0x508cee(0x1f5)]=_0x22246f[_0x508cee(0x1e5)]||_0x62616b[_0x508cee(0x1f5)];if(_0x17fcdf[_0x508cee(0x229)](isBrowserstackInfra)){_0x44fc6b[_0x14a489][_0x508cee(0x213)]=constants['hubUrl']['replace'](_0x17fcdf[_0x508cee(0x21f)],'')[_0x508cee(0x275)](/https?:\/\//,'');;_0x44fc6b[_0x14a489][_0x508cee(0x236)]=_0x17fcdf['IMfSK'];}}_0x16bfaf[_0x508cee(0x225)](_0x14a489);});}else{_0x54da12=0x1;if(_0x1ed51d){const _0x5d050e=_0x17fcdf['GQuuK'](nestedKeyValue,_0x141716,[_0x17fcdf[_0x23136b(0x23f)],_0x425645,_0x17fcdf['vxUgI']]),_0x34f025=_0x17fcdf[_0x23136b(0x226)](nestedKeyValue,_0x141716,[_0x17fcdf['LxWbU'],_0x425645,_0x5d050e]);if(_0x34f025&&_0x34f025['browserWSEndpoint']){const _0x3c50a7={};_0x3c50a7['platforms']=[],_0x34f025[_0x23136b(0x26f)]=helper[_0x23136b(0x200)](Object['assign']({},_0x1e738e['config'],_0x3c50a7),null,_0x46e57e[_0x23136b(0x240)](),null,null,_0x34f025[_0x23136b(0x26f)]);}}else{if(_0x17fcdf[_0x23136b(0x218)](nestedKeyValue,_0x141716,[_0x17fcdf[_0x23136b(0x23f)],_0x425645])){const _0x160ad1={};_0x160ad1[_0x23136b(0x24b)]=[],_0x141716[_0x17fcdf['LxWbU']][_0x425645][_0x17fcdf[_0x23136b(0x1e2)]]=helper[_0x23136b(0x200)](Object[_0x23136b(0x214)]({},_0x1e738e[_0x23136b(0x26e)],_0x160ad1),null,_0x46e57e[_0x23136b(0x240)](),_0x17fcdf['GQuuK'](nestedKeyValue,_0x141716,[_0x17fcdf[_0x23136b(0x23f)],_0x425645,_0x17fcdf[_0x23136b(0x1e2)]])||{},null,null);}}_0x44fc6b[_0x17fcdf[_0x23136b(0x25e)]]=_0x141716,_0x16bfaf['push'](_0x17fcdf['CKbZK']);}const _0x36f101={};_0x36f101['testConfig']=_0x26f255;const _0x9d1030=_0x36f101,_0x29601e=path[_0x23136b(0x258)](__dirname,_0x17fcdf[_0x23136b(0x27f)]),_0x1dc8ba=process[_0x23136b(0x1d9)]();process[_0x23136b(0x248)][_0x17fcdf['bKRGL']]=_0x1dc8ba;_0x26f255&&process[_0x23136b(0x22b)](path[_0x23136b(0x21a)](_0x26f255));process['env'][_0x23136b(0x1fe)]=process[_0x23136b(0x248)][_0x23136b(0x1fe)]||_0x17fcdf[_0x23136b(0x1d6)];const _0x2fdf0a=new CodeceptJS[(_0x23136b(0x268))](null,_0x9d1030),_0x5c941f=_0x2fdf0a[_0x23136b(0x24d)](_0x581c9c),_0x109a65=testOpsHelper[_0x23136b(0x262)](),_0x3c0364=_0x16bfaf[_0x23136b(0x1ea)](_0x452df6=>{const _0x44b94c=_0x23136b,_0x3f9b35={};_0x3f9b35[_0x44b94c(0x22a)]=_0x44fc6b[_0x452df6];const _0x1674d0={};_0x1674d0[_0x44b94c(0x281)]=_0x44fc6b[_0x452df6];const _0x3fd4fd=_0x1ed51d?_0x3f9b35:_0x1674d0,_0x548018=_0x17fcdf['gyKkI'](getO11yRerunPattern),_0x2d0bab={};_0x2d0bab[_0x44b94c(0x237)]=_0x3fd4fd;const _0x4169fb={};_0x4169fb['require']=_0x29601e,_0x4169fb[_0x44b94c(0x1f8)]=!![],_0x4169fb[_0x44b94c(0x24e)]=_0x1e738e[_0x44b94c(0x26e)][_0x44b94c(0x1e6)][_0x44b94c(0x24e)],_0x4169fb[_0x44b94c(0x1dc)]=_0x1e738e[_0x44b94c(0x26e)]['testContextOptions']['skipSessionStatus'],_0x4169fb[_0x44b94c(0x279)]=_0x109a65,_0x4169fb[_0x44b94c(0x210)]=_0x46e57e;const _0x1b42e0={};_0x1b42e0[_0x44b94c(0x1e1)]=_0x4169fb;const _0x506adf={};return _0x506adf[_0x44b94c(0x205)]=_0x1b42e0,helper[_0x44b94c(0x232)]({},_0x141716,_0x17fcdf[_0x44b94c(0x255)](isBrowserstackInfra)?_0x2d0bab:{},_0x548018?{'grep':_0x548018}:{},_0x506adf);});for(const _0x47c8ad of _0x3c0364){for(const _0x305dda of _0x5c941f){const _0x1a0297=_0x2fdf0a[_0x23136b(0x23e)]();_0x1a0297[_0x23136b(0x211)](_0x305dda),_0x1a0297[_0x23136b(0x231)](_0x47c8ad);const _0x195db1={};_0x195db1[_0x23136b(0x26e)]=_0x26f255,_0x1a0297[_0x23136b(0x223)](Object[_0x23136b(0x214)](_0x195db1,_0x14d685));}}_0x2fdf0a['on'](CodeceptJS['event'][_0x23136b(0x207)][_0x23136b(0x206)],(_0xa47403,_0x2784b3)=>{const _0x4eadba=_0x23136b;console[_0x4eadba(0x250)](_0x17fcdf[_0x4eadba(0x1f4)],_0xa47403[_0x4eadba(0x270)]);const _0x3a5037={[_0xa47403[_0x4eadba(0x270)]]:_0xa47403[_0x4eadba(0x242)][_0x4eadba(0x1f7)]};_testErrorData[_0x4eadba(0x225)](_0x3a5037);}),_0x2fdf0a['on'](CodeceptJS[_0x23136b(0x25f)][_0x23136b(0x207)]['passed'],async _0x4e21c4=>{const _0xa81e0c=_0x23136b;console[_0xa81e0c(0x250)](_0x17fcdf[_0xa81e0c(0x21d)],_0x4e21c4[_0xa81e0c(0x270)]);}),_0x2fdf0a['on'](CodeceptJS[_0x23136b(0x25f)][_0x23136b(0x207)][_0x23136b(0x23c)],async _0x307601=>{const _0x33c3af=_0x23136b;console['log'](_0x17fcdf[_0x33c3af(0x243)],_0x307601[_0x33c3af(0x270)]);}),_0x2fdf0a['on'](CodeceptJS[_0x23136b(0x25f)][_0x23136b(0x1fa)][_0x23136b(0x21b)],async()=>{const _0x1bbef6=_0x23136b,_0x20f261=_0x17fcdf[_0x1bbef6(0x26a)][_0x1bbef6(0x23b)]('|');let _0x3595c1=0x0;while(!![]){switch(_0x20f261[_0x3595c1++]){case'0':_0x1e738e[_0x1bbef6(0x22e)]=_testErrorData;continue;case'1':utilities[_0x1bbef6(0x1de)](_0x1e738e);continue;case'2':_0x2fdf0a[_0x1bbef6(0x27e)]();continue;case'3':try{await TestHubHandler['stop']();}catch(_0x3b7ef0){logger[_0x1bbef6(0x1eb)](_0x1bbef6(0x26c)+util['format'](_0x3b7ef0));}continue;case'4':PerformanceTester[_0x1bbef6(0x24c)](PerformanceEvents[_0x1bbef6(0x27d)]);continue;}break;}});async function _0xaeef9e(){const _0x3f4b0e=_0x23136b;try{await _0x2fdf0a[_0x3f4b0e(0x247)](),await _0x2fdf0a['run']();}finally{process[_0x3f4b0e(0x22b)](_0x1dc8ba),await _0x2fdf0a['teardownAll']();}}PerformanceTester['end'](PerformanceEvents['SDK_SETUP']),await _0x17fcdf[_0x23136b(0x280)](_0xaeef9e);}module[a2_0x19d3b6(0x269)]=run;
|
|
2
|
+
'use strict';const a2_0x395eab=a2_0x1cd1;(function(_0x542e7f,_0x36a905){const _0x22eae4=a2_0x1cd1,_0x24d691=_0x542e7f();while(!![]){try{const _0x460e10=parseInt(_0x22eae4(0x147))/0x1*(parseInt(_0x22eae4(0x161))/0x2)+parseInt(_0x22eae4(0x160))/0x3+parseInt(_0x22eae4(0x14b))/0x4+parseInt(_0x22eae4(0x141))/0x5+parseInt(_0x22eae4(0x112))/0x6+-parseInt(_0x22eae4(0x136))/0x7+parseInt(_0x22eae4(0x154))/0x8*(-parseInt(_0x22eae4(0x156))/0x9);if(_0x460e10===_0x36a905)break;else _0x24d691['push'](_0x24d691['shift']());}catch(_0x270c83){_0x24d691['push'](_0x24d691['shift']());}}}(a2_0x49c3,0x34056));function a2_0x49c3(){const _0x23110e=['validateRerunTestList','Started\x20:\x20','BrowserStackPlugin','BROWSERSTACK_RERUN_TESTS','accessKey','firefox','bXLLM','splice','FlZvK','fLFEn','MakJp','nUWBm','riTTr','printResults','CODECEPT','playwright-firefox','split','OyLNf','BROWSERSTACK_TEST_OBSERVABILITY_YML','pVptk','info','process','buNZd','teardownAll','root','platforms','resolveWithinCwd','log','MpZQp','BROWSERSTACK_RERUN','result','CODECEPT_CUCUMBER','helpers','function','launchBuild','codeceptjs/lib/index.js','skipSessionName','nIENL','hYLgU','accessibility','339084TquSUr','forEach','pXnki','BROWSERSTACK_FRAMEWORK','version','enabled','chrome','WebDriver','afVoy','finalExecution','before','addConfig','abQff','event','lxDlY','qgzrc','\x22:\x20it\x20resolves\x20outside\x20the\x20project\x20directory.','addOptions','getInstance','browser','bAjEv','format','jfltx','../../helpers/performance/performance-tester','browserStackCwd','printBuildLink','/wd/hub','IiwPJ','../../bin/playwright/accessibility-helper','webkit','\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.','EVENTS','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','push','aluMI','length','1495886UGfSCU','DayxY','chdir','codeceptjs','../../helpers/test-observability/constants','map','config','createGroupsOfSuites','initialize','VWfKe','../../helpers/performance/constants','1902060HUGGBI','../../helpers/logger','0|3|4|2|1','testObservability','gherkin','SDK_CLEANUP','17SHCKaB','join','chromium','YIszh','993172hlQTog','accessibilityOptions','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','SDK_SETUP','playwright-webkit','debug','MqLLP','validPlatformsPresent','addTests','4825760YtozvB','Ignoring\x20-c\x20config\x20path\x20\x22','9iHgekp','host','codecept.conf.js','testConfig','start','BKAIY','handleApp','iMJrr','codeceptjs/package.json','Ignoring\x20--config\x20path\x20\x22','876843LIiTsW','6176CtCxZl','dirname','uyuii','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','Playwright','toLowerCase','GWbSv','browserName','CodeceptJS\x20','../../helpers/helper','getPlaywrightUrl','user','prepareCapabilities','title','replace','codecept.json','path','playwright-chromium','WztrQ','env','stack','../../helpers/utilities','browserWSEndpoint','run','errorMessage','winstonLogger','findIndex','err','FRAMEWORKS','BROWSERSTACK_TEST_ACCESSIBILITY_YML','sXEQM','isTrue','MIkbF','existsSync','warn','spawn','profile','test','EgmjX','cwd','passed','USER_CONFIG_DETAILS_PATH','stringify','getUserWorkerCount','frameworkName','assign','util','desiredCapabilities','isUndefined','exports','bootstrapAll','end','userName','testContextOptions','setAdditionalCapabilities','skipSessionStatus','CVkFp','getPlatformName','mergeDeep','failed','setupBrowserstackLocal','plugins','uIGHh','stop','trim'];a2_0x49c3=function(){return _0x23110e;};return a2_0x49c3();}const fs=require('fs'),path=require('path'),util=require(a2_0x395eab(0x18f)),process=require(a2_0x395eab(0xff)),logger=require(a2_0x395eab(0x142))[a2_0x395eab(0x17a)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a2_0x395eab(0x16a)),utilities=require(a2_0x395eab(0x176)),{checkAccessibilityPlatformConfig}=require('../../helpers/accessibility-automation/helper'),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a2_0x395eab(0x12e)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x395eab(0x16a)),CodeceptJS=requireModule(a2_0x395eab(0x10d),a2_0x395eab(0x139)),testOpsHelper=require('../../helpers/test-observability/utils'),TestHubHandler=require('../../helpers/testhub/testhubHandler'),BrowserstackCLI=require('../v2/browserstackCLI'),constants=require('../utils/constants'),PerformanceTester=require(a2_0x395eab(0x129)),{FRAMEWORKS}=require(a2_0x395eab(0x13a)),PerformanceEvents=require(a2_0x395eab(0x140))[a2_0x395eab(0x131)],ClientTroubleShootingService=require('../utils/clientTroubleshootingService'),_testErrorData=[],getUserCodeceptJSConfigs=(_0x5a3668,_0x12f06b)=>{const _0x3bf8e2=a2_0x395eab,_0x582b1a={};_0x582b1a['IiwPJ']=function(_0x52eb6f,_0x53a54a){return _0x52eb6f===_0x53a54a;},_0x582b1a['GWbSv']=_0x3bf8e2(0x158),_0x582b1a['VKkdU']=_0x3bf8e2(0x170);const _0x3b9e2a=_0x582b1a;let _0x24e378=null;const _0x20e917={};let _0x4a7746=_0x12f06b[_0x3bf8e2(0x17b)](_0x141bff=>_0x141bff==='--config');_0x3b9e2a[_0x3bf8e2(0x12d)](_0x4a7746,-0x1)&&(_0x4a7746=_0x12f06b[_0x3bf8e2(0x17b)](_0x15eb3a=>_0x15eb3a==='-c'));const _0xa2a35c=!helper['isUndefined'](_0x5a3668['config'])?helper[_0x3bf8e2(0x104)](_0x5a3668['config']):null,_0x5c1c4a=!helper[_0x3bf8e2(0x191)](_0x5a3668['c'])?helper['resolveWithinCwd'](_0x5a3668['c']):null;if(!helper['isUndefined'](_0x5a3668['config'])&&!_0xa2a35c)logger[_0x3bf8e2(0x183)](_0x3bf8e2(0x15f)+_0x5a3668[_0x3bf8e2(0x13c)]+'\x22:\x20it\x20resolves\x20outside\x20the\x20project\x20directory.');else!helper[_0x3bf8e2(0x191)](_0x5a3668['c'])&&!_0x5c1c4a&&logger[_0x3bf8e2(0x183)](_0x3bf8e2(0x155)+_0x5a3668['c']+_0x3bf8e2(0x122));if(_0xa2a35c&&fs[_0x3bf8e2(0x182)](_0xa2a35c))_0x24e378=_0xa2a35c,_0x12f06b[_0x3bf8e2(0xf1)](_0x4a7746,0x2);else{if(_0x5c1c4a&&fs[_0x3bf8e2(0x182)](_0x5c1c4a))_0x24e378=_0x5c1c4a,_0x12f06b[_0x3bf8e2(0xf1)](_0x4a7746,0x2);else{if(fs['existsSync'](path[_0x3bf8e2(0x148)](process[_0x3bf8e2(0x188)](),_0x3b9e2a[_0x3bf8e2(0x167)])))_0x24e378=path[_0x3bf8e2(0x148)](process[_0x3bf8e2(0x188)](),_0x3b9e2a[_0x3bf8e2(0x167)]);else fs[_0x3bf8e2(0x182)](path[_0x3bf8e2(0x148)](process['cwd'](),_0x3b9e2a['VKkdU']))&&(_0x24e378=path['join'](process[_0x3bf8e2(0x188)](),_0x3b9e2a['VKkdU']));}}return process[_0x3bf8e2(0x174)][_0x3bf8e2(0x18a)]=_0x24e378,_0x24e378;},getO11yRerunPattern=()=>{const _0x2436f7=a2_0x395eab,_0x2bc893=helper[_0x2436f7(0x180)](process[_0x2436f7(0x174)][_0x2436f7(0x107)]);if(_0x2bc893){const _0x6f52a4=process[_0x2436f7(0x174)][_0x2436f7(0xed)],_0x4df3fc=[];if(helper[_0x2436f7(0xea)](_0x6f52a4)&&!helper['isUndefined'](_0x6f52a4)){_0x6f52a4['split'](',')['map'](_0x629b71=>{const _0x501947=_0x2436f7;_0x4df3fc[_0x501947(0x133)]('('+_0x629b71[_0x501947(0xe9)]()+')');});const _0x152f0c='^'+_0x4df3fc[_0x2436f7(0x148)]('|')+'$';return _0x152f0c;}}return null;},a2_0x5e3ea6={};a2_0x5e3ea6[a2_0x395eab(0x118)]=a2_0x395eab(0x149),a2_0x5e3ea6[a2_0x395eab(0x172)]=a2_0x395eab(0x149),a2_0x5e3ea6[a2_0x395eab(0xf9)]=a2_0x395eab(0xef),a2_0x5e3ea6[a2_0x395eab(0x14f)]=a2_0x395eab(0x12f);const pwToCodeceptBrowser=a2_0x5e3ea6;function a2_0x1cd1(_0x3d6cb9,_0x4ab020){const _0x49c3ce=a2_0x49c3();return a2_0x1cd1=function(_0x1cd1a4,_0x25e95d){_0x1cd1a4=_0x1cd1a4-0xdf;let _0x1bdf03=_0x49c3ce[_0x1cd1a4];return _0x1bdf03;},a2_0x1cd1(_0x3d6cb9,_0x4ab020);}async function run(_0x190f3b,_0x1d69cb,_0x3397b6){const _0xd1a34f=a2_0x395eab,_0x50a341={'YIszh':function(_0x51b63b,_0x4c6eed,_0x2d7cf3,_0x3d9941){return _0x51b63b(_0x4c6eed,_0x2d7cf3,_0x3d9941);},'MIkbF':function(_0x4bcb32,_0x487066){return _0x4bcb32+_0x487066;},'BKAIY':function(_0x23fb78,_0x3177f9){return _0x23fb78(_0x3177f9);},'uIGHh':function(_0x102b4c,_0x28a6c6,_0x5ca0f0){return _0x102b4c(_0x28a6c6,_0x5ca0f0);},'sXEQM':_0xd1a34f(0x10a),'fLFEn':function(_0x39d0c3){return _0x39d0c3();},'buNZd':_0xd1a34f(0x12c),'KfZRF':function(_0x15dc82){return _0x15dc82();},'SVJIB':'Failed\x20:\x20','WztrQ':'Passed\x20:\x20','FlZvK':_0xd1a34f(0xeb),'pXnki':_0xd1a34f(0x143),'MakJp':_0xd1a34f(0x132),'lxDlY':function(_0x2100f9,_0x190aa3,_0x44fc54){return _0x2100f9(_0x190aa3,_0x44fc54);},'MqLLP':_0xd1a34f(0x165),'JOURU':'WebDriver','MpZQp':function(_0x57a418,_0x2a9f37){return _0x57a418(_0x2a9f37);},'qgzrc':function(_0x50d1d1,_0x288b4a){return _0x50d1d1!=_0x288b4a;},'mcbar':'true','HLWOx':_0xd1a34f(0x145),'aluMI':function(_0x78df3b,_0x49d108){return _0x78df3b(_0x49d108);},'VWfKe':function(_0xfa95d8){return _0xfa95d8();},'abQff':function(_0xd9d87,_0xdf6f36){return _0xd9d87*_0xdf6f36;},'EgmjX':_0xd1a34f(0x125),'riTTr':function(_0x442b63,_0x50320d,_0x6c57f2){return _0x442b63(_0x50320d,_0x6c57f2);},'XcULT':function(_0x45b6cf,_0x2e6e7e,_0x81d32f){return _0x45b6cf(_0x2e6e7e,_0x81d32f);},'nIENL':_0xd1a34f(0x190),'bXLLM':function(_0x5b24c7,_0x9f8b41,_0x3d7283){return _0x5b24c7(_0x9f8b41,_0x3d7283);},'iMJrr':_0xd1a34f(0x102),'InrTm':'BrowserStackPlugin.js','afVoy':_0xd1a34f(0x12a),'DayxY':_0xd1a34f(0x139),'pVptk':function(_0xbda89c,_0x114669){return _0xbda89c===_0x114669;},'OyLNf':_0xd1a34f(0x10b),'uyuii':function(_0x1d2acc,_0x3d127b,_0x62a99f){return _0x1d2acc(_0x3d127b,_0x62a99f);},'EvvPk':_0xd1a34f(0x15e),'bAjEv':function(_0x21621d,_0x1f1067){return _0x21621d>=_0x1f1067;},'jfltx':function(_0x1f4f4f){return _0x1f4f4f();}};await _0x3397b6[_0xd1a34f(0x13e)](_0x190f3b);!BrowserstackCLI[_0xd1a34f(0x124)]()['isRunning']()&&await _0x3397b6[_0xd1a34f(0xe5)]();await helper[_0xd1a34f(0x15c)](_0x3397b6['config']);if(!_0x3397b6[_0xd1a34f(0x13c)])return;process[_0xd1a34f(0x185)]=_0x190f3b['profile'];_0x190f3b[_0xd1a34f(0x185)]&&(process[_0xd1a34f(0x174)][_0xd1a34f(0x185)]=_0x190f3b['profile']);const _0x5cce89=_0x50a341['uIGHh'](getUserCodeceptJSConfigs,_0x190f3b,_0x1d69cb);let _0x89847f={};_0x5cce89?(logger[_0xd1a34f(0xfe)](_0xd1a34f(0x164)+_0x5cce89),_0x89847f=CodeceptJS[_0xd1a34f(0x13c)]['load'](_0x5cce89)):logger['info'](_0x50a341[_0xd1a34f(0xf4)]);let _0x18f636=![];_0x50a341[_0xd1a34f(0x120)](nestedKeyValue,_0x89847f,[_0x50a341['sXEQM'],_0x50a341['MqLLP']])&&(_0x18f636=!![]);const _0x5c23f0=_0x18f636?_0x50a341[_0xd1a34f(0x151)]:_0x50a341['JOURU'];let _0x35523e=!_0x18f636?helper['useW3C'](_0x3397b6[_0xd1a34f(0x13c)]):![];!helper[_0xd1a34f(0x191)](_0x3397b6[_0xd1a34f(0x13c)][_0xd1a34f(0x14c)])&&(process[_0xd1a34f(0x174)][_0xd1a34f(0x14d)]=JSON[_0xd1a34f(0x18b)](_0x3397b6[_0xd1a34f(0x13c)][_0xd1a34f(0x14c)]));let _0x303ac8=_0x3397b6[_0xd1a34f(0x13c)][_0xd1a34f(0x111)];_0x303ac8=_0x303ac8||_0x50a341[_0xd1a34f(0x106)](checkAccessibilityPlatformConfig,_0x3397b6[_0xd1a34f(0x13c)]),process[_0xd1a34f(0x174)][_0xd1a34f(0x17e)]=_0x303ac8;_0x303ac8&&(_0x35523e=!_0x303ac8);_0x50a341[_0xd1a34f(0x121)](_0x3397b6[_0xd1a34f(0x13c)][_0xd1a34f(0x144)],null)?process['env']['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x3397b6[_0xd1a34f(0x13c)][_0xd1a34f(0x144)]:process[_0xd1a34f(0x174)][_0xd1a34f(0xfc)]=_0x50a341['mcbar'];const _0x20302d=_0x50a341[_0xd1a34f(0x120)](nestedKeyValue,_0x89847f,[_0x50a341['HLWOx']]),_0x2c3acd=_0x20302d&&!helper['isEmpty'](_0x20302d)?FRAMEWORKS[_0xd1a34f(0x109)]:FRAMEWORKS[_0xd1a34f(0xf8)],_0x260f1a=await TestHubHandler[_0xd1a34f(0x10c)](_0x2c3acd,_0x3397b6);await testOpsHelper[_0xd1a34f(0x12b)]();_0x303ac8&&_0x50a341[_0xd1a34f(0x134)](setAccessibilityCapabilities,_0x3397b6[_0xd1a34f(0x13c)]);const _0x526527={},_0x3fb7da=[],_0x57f8fb=_0x3397b6['config']['parallelsPerPlatform']||helper[_0xd1a34f(0x18c)](_0x190f3b,_0x1d69cb,_0x3397b6['config'],constants[_0xd1a34f(0x17d)][_0xd1a34f(0xf8)])||0x1;let _0x3afac9=0x1;if(_0x50a341[_0xd1a34f(0x13f)](isBrowserstackInfra)){const _0x543c19=helper[_0xd1a34f(0x16d)](_0x3397b6['config'],_0x35523e,constants[_0xd1a34f(0x17d)]['CODECEPT']);_0x543c19[_0xd1a34f(0x113)](_0x4c5632=>{const _0x8572b4=_0xd1a34f;helper[_0x8572b4(0xdf)](_0x4c5632);}),helper[_0xd1a34f(0x152)](_0x3397b6[_0xd1a34f(0x13c)])?_0x3afac9=_0x50a341[_0xd1a34f(0x11e)](_0x57f8fb,_0x3397b6[_0xd1a34f(0x13c)][_0xd1a34f(0x103)][_0xd1a34f(0x135)]):_0x3afac9=_0x57f8fb,_0x543c19['forEach'](_0x465131=>{const _0x2fe208=_0xd1a34f,_0x1722a0={'nUWBm':function(_0x408497,_0x254a88,_0x4a7c9f,_0x42624e){const _0x3ce115=a2_0x1cd1;return _0x50a341[_0x3ce115(0x14a)](_0x408497,_0x254a88,_0x4a7c9f,_0x42624e);},'CVkFp':function(_0x2e6c21,_0x3c6d4a){const _0x3da00a=a2_0x1cd1;return _0x50a341[_0x3da00a(0x181)](_0x2e6c21,_0x3c6d4a);},'hYLgU':function(_0x24a111,_0x2964e2){const _0x2ea013=a2_0x1cd1;return _0x50a341[_0x2ea013(0x15b)](_0x24a111,_0x2964e2);}},_0x4ef368=_0x50a341[_0x2fe208(0x181)](helper[_0x2fe208(0xe2)](_0x465131,'_'),'_'+Date['now']()),_0x229534=((()=>{const _0x5a1d15=_0x2fe208;if(_0x18f636){const _0x8f2de3=pwToCodeceptBrowser[_0x465131[_0x5a1d15(0x168)]]||_0x465131[_0x5a1d15(0x168)],_0xdd6ba4=helper[_0x5a1d15(0x16b)](_0x3397b6[_0x5a1d15(0x13c)]),_0x332881=Object['assign']({},_0x465131);return _0x1722a0[_0x5a1d15(0xf5)](processAccessibilityCaps,_0x332881,_0xdd6ba4,null),{'browser':_0x8f2de3,[_0x8f2de3]:{'browserWSEndpoint':_0x1722a0[_0x5a1d15(0xe1)](_0xdd6ba4,_0x1722a0[_0x5a1d15(0x110)](encodeURIComponent,JSON[_0x5a1d15(0x18b)](_0x332881)))}};}const _0x13389f={};return _0x13389f[_0x5a1d15(0x190)]=_0x465131,_0x13389f[_0x5a1d15(0x16c)]=_0x3397b6['config'][_0x5a1d15(0x195)],_0x13389f['key']=_0x3397b6['config'][_0x5a1d15(0xee)],_0x13389f;})()),_0x132fcb=_0x50a341[_0x2fe208(0xe7)](nestedKeyValue,_0x89847f,[_0x50a341[_0x2fe208(0x17f)],_0x5c23f0]);_0x526527[_0x4ef368]=_0x132fcb?helper[_0x2fe208(0xe3)](_0x229534,_0x132fcb):_0x229534;if(_0x18f636)_0x526527[_0x4ef368][_0x2fe208(0x125)]=pwToCodeceptBrowser[_0x465131['browserName']]||_0x465131['browserName'];else{_0x526527[_0x4ef368][_0x2fe208(0x125)]=_0x465131[_0x2fe208(0x168)]||_0x229534['browser'];if(_0x50a341[_0x2fe208(0xf3)](isBrowserstackInfra)){_0x526527[_0x4ef368][_0x2fe208(0x157)]=constants['hubUrl'][_0x2fe208(0x16f)](_0x50a341[_0x2fe208(0x100)],'')[_0x2fe208(0x16f)](/https?:\/\//,'');;_0x526527[_0x4ef368][_0x2fe208(0x171)]=_0x50a341[_0x2fe208(0x100)];}}_0x3fb7da[_0x2fe208(0x133)](_0x4ef368);});}else{_0x3afac9=0x1;if(_0x18f636){const _0x532ab5=_0x50a341['lxDlY'](nestedKeyValue,_0x89847f,[_0x50a341[_0xd1a34f(0x17f)],_0x5c23f0,_0x50a341[_0xd1a34f(0x187)]]),_0x5f25a1=_0x50a341[_0xd1a34f(0xf6)](nestedKeyValue,_0x89847f,[_0x50a341[_0xd1a34f(0x17f)],_0x5c23f0,_0x532ab5]);if(_0x5f25a1&&_0x5f25a1[_0xd1a34f(0x177)]){const _0x2b49cc={};_0x2b49cc['platforms']=[],_0x5f25a1[_0xd1a34f(0x177)]=helper[_0xd1a34f(0x16d)](Object['assign']({},_0x3397b6[_0xd1a34f(0x13c)],_0x2b49cc),null,_0x2c3acd[_0xd1a34f(0x166)](),null,null,_0x5f25a1['browserWSEndpoint']);}}else{if(_0x50a341['XcULT'](nestedKeyValue,_0x89847f,[_0x50a341[_0xd1a34f(0x17f)],_0x5c23f0])){const _0xd7fe6f={};_0xd7fe6f['platforms']=[],_0x89847f[_0x50a341[_0xd1a34f(0x17f)]][_0x5c23f0][_0x50a341[_0xd1a34f(0x10f)]]=helper[_0xd1a34f(0x16d)](Object[_0xd1a34f(0x18e)]({},_0x3397b6['config'],_0xd7fe6f),null,_0x2c3acd[_0xd1a34f(0x166)](),_0x50a341[_0xd1a34f(0xf0)](nestedKeyValue,_0x89847f,[_0x50a341[_0xd1a34f(0x17f)],_0x5c23f0,_0x50a341['nIENL']])||{},null,null);}}_0x526527[_0x50a341[_0xd1a34f(0x15d)]]=_0x89847f,_0x3fb7da[_0xd1a34f(0x133)](_0x50a341[_0xd1a34f(0x15d)]);}const _0x50e1fe={};_0x50e1fe[_0xd1a34f(0x159)]=_0x5cce89;const _0x2ddaa0=_0x50e1fe,_0x27cc90=path[_0xd1a34f(0x148)](__dirname,_0x50a341['InrTm']),_0xb18276=process[_0xd1a34f(0x188)]();process[_0xd1a34f(0x174)][_0x50a341[_0xd1a34f(0x11a)]]=_0xb18276;_0x5cce89&&process[_0xd1a34f(0x138)](path[_0xd1a34f(0x162)](_0x5cce89));process['env'][_0xd1a34f(0x115)]=process[_0xd1a34f(0x174)][_0xd1a34f(0x115)]||_0x50a341[_0xd1a34f(0x137)];const _0x228b21=new CodeceptJS['Workers'](null,_0x2ddaa0);if(_0x50a341[_0xd1a34f(0xfd)](typeof _0x228b21['_ensureInitialized'],_0x50a341[_0xd1a34f(0xfb)]))await _0x228b21['_ensureInitialized']();else{let _0x5e29fd;try{_0x5e29fd=_0x50a341[_0xd1a34f(0x163)](requireModule,_0x50a341['EvvPk'],_0x50a341[_0xd1a34f(0x137)])[_0xd1a34f(0x116)];}catch(_0x448645){logger[_0xd1a34f(0x150)]('Unable\x20to\x20resolve\x20codeceptjs\x20version:\x20'+util[_0xd1a34f(0x127)](_0x448645));}_0x5e29fd&&_0x50a341[_0xd1a34f(0x126)](_0x50a341[_0xd1a34f(0xe7)](parseInt,_0x5e29fd[_0xd1a34f(0xfa)]('.')[0x0],0xa),0x4)&&logger[_0xd1a34f(0x183)](_0xd1a34f(0x169)+_0x5e29fd+_0xd1a34f(0x130));}const _0x265dfb=_0x228b21[_0xd1a34f(0x13d)](_0x57f8fb),_0x36f4f5=testOpsHelper['isTestObservabilitySession'](),_0xe40dc3=_0x3fb7da[_0xd1a34f(0x13b)](_0x595dd8=>{const _0x316e99=_0xd1a34f,_0x3ea2df={};_0x3ea2df['Playwright']=_0x526527[_0x595dd8];const _0x352fc8={};_0x352fc8[_0x316e99(0x119)]=_0x526527[_0x595dd8];const _0x188882=_0x18f636?_0x3ea2df:_0x352fc8,_0x27a305=_0x50a341['KfZRF'](getO11yRerunPattern),_0x598359={};_0x598359[_0x316e99(0x10a)]=_0x188882;const _0x53f942={};_0x53f942['require']=_0x27cc90,_0x53f942[_0x316e99(0x117)]=!![],_0x53f942[_0x316e99(0x10e)]=_0x3397b6[_0x316e99(0x13c)][_0x316e99(0x196)][_0x316e99(0x10e)],_0x53f942['skipSessionStatus']=_0x3397b6[_0x316e99(0x13c)]['testContextOptions'][_0x316e99(0xe0)],_0x53f942[_0x316e99(0x144)]=_0x36f4f5,_0x53f942[_0x316e99(0x18d)]=_0x2c3acd;const _0x42f95c={};_0x42f95c[_0x316e99(0xec)]=_0x53f942;const _0x2b9f5f={};return _0x2b9f5f[_0x316e99(0xe6)]=_0x42f95c,helper[_0x316e99(0xe3)]({},_0x89847f,_0x50a341['KfZRF'](isBrowserstackInfra)?_0x598359:{},_0x27a305?{'grep':_0x27a305}:{},_0x2b9f5f);});for(const _0x16df34 of _0xe40dc3){for(const _0x28b5ce of _0x265dfb){const _0x33e29f=_0x228b21[_0xd1a34f(0x184)]();_0x33e29f[_0xd1a34f(0x153)](_0x28b5ce),_0x33e29f[_0xd1a34f(0x11d)](_0x16df34);const _0x20b4ab={};_0x20b4ab[_0xd1a34f(0x13c)]=_0x5cce89,_0x33e29f[_0xd1a34f(0x123)](Object[_0xd1a34f(0x18e)](_0x20b4ab,_0x190f3b));}}_0x228b21['on'](CodeceptJS[_0xd1a34f(0x11f)][_0xd1a34f(0x186)][_0xd1a34f(0xe4)],(_0x465ae8,_0x17e90a)=>{const _0x3ecba6=_0xd1a34f;console[_0x3ecba6(0x105)](_0x50a341['SVJIB'],_0x465ae8[_0x3ecba6(0x16e)]);const _0x4b65fd={[_0x465ae8['title']]:_0x465ae8[_0x3ecba6(0x17c)][_0x3ecba6(0x175)]};_testErrorData[_0x3ecba6(0x133)](_0x4b65fd);}),_0x228b21['on'](CodeceptJS[_0xd1a34f(0x11f)][_0xd1a34f(0x186)][_0xd1a34f(0x189)],async _0x34ec30=>{const _0x1dfa6e=_0xd1a34f;console[_0x1dfa6e(0x105)](_0x50a341[_0x1dfa6e(0x173)],_0x34ec30[_0x1dfa6e(0x16e)]);}),_0x228b21['on'](CodeceptJS[_0xd1a34f(0x11f)]['test'][_0xd1a34f(0x11c)],async _0x4858d8=>{const _0x19fe2f=_0xd1a34f;console[_0x19fe2f(0x105)](_0x50a341[_0x19fe2f(0xf2)],_0x4858d8['title']);}),_0x228b21['on'](CodeceptJS[_0xd1a34f(0x11f)]['all'][_0xd1a34f(0x108)],async()=>{const _0x541fc9=_0xd1a34f,_0x449955=_0x50a341[_0x541fc9(0x114)][_0x541fc9(0xfa)]('|');let _0x1b7fba=0x0;while(!![]){switch(_0x449955[_0x1b7fba++]){case'0':PerformanceTester[_0x541fc9(0x15a)](PerformanceEvents[_0x541fc9(0x146)]);continue;case'1':_0x228b21[_0x541fc9(0xf7)]();continue;case'2':try{await TestHubHandler[_0x541fc9(0xe8)]();}catch(_0x2e763a){logger[_0x541fc9(0x150)]('Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20'+util[_0x541fc9(0x127)](_0x2e763a));}continue;case'3':_0x3397b6[_0x541fc9(0x179)]=_testErrorData;continue;case'4':utilities[_0x541fc9(0x11b)](_0x3397b6);continue;}break;}});async function _0x435caf(){const _0x293f24=_0xd1a34f;try{await _0x228b21[_0x293f24(0x193)](),await _0x228b21[_0x293f24(0x178)]();}finally{process[_0x293f24(0x138)](_0xb18276),await _0x228b21[_0x293f24(0x101)]();}}PerformanceTester[_0xd1a34f(0x194)](PerformanceEvents[_0xd1a34f(0x14e)]),await _0x50a341[_0xd1a34f(0x128)](_0x435caf);}module[a2_0x395eab(0x192)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a3_0x11bf17=a3_0x40c7;function a3_0x4083(){const _0x5a88f1=['xddrp','dgICV','yAdNB','726EdoOzn','setGlobal','48609770vzqWBe','kHbxe','on\x20non-BrowserStack\x20infrastructure\x20','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','browser_version','searchParams','sessionId','aiUDk','LNiXa','constructor','9759342JmWMrX','isVersionSupported','zPIka','unknown_grid','dvcjQ','WebDriver','capabilities','cmqlk','9952536qpzrHW','hNvph','tsZZR','../../helpers/test-observability/utils','../../helpers/helper','os_version','GQhLs','browserVersion','ZQWAw','browser','ylUGb','7268eyDlYz','zJNoV','isAccessibilityPlatform','platform','winstonLogger','QtOYU','WNNjg','includes','browserstack_accessibility_automation_script','471BLFmci','7GAYURM','jDxZE','../../helpers/logger','qYeBl','664225igjSEw','platform_version','deviceName','browserWSEndpoint','MVwfV','DCudj','../../helpers/globals.js','yESdn','bsSessionId','ENdeF','LjaXu','2042xoHnzq','702945pcTTKy','../../helpers/accessibility-automation/helper','string','bstack:options','parse','bBkOh','cloudProvider','name','jHOeq','getMinVersionForBrowser','getDetails','platformName','browserName','fetchPlatformDetails','processWebDriverConfig','GfYNU','EaFUW','XzBVJ','sfTuR','XMTsW','platformVersion','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','warn','Playwright'];a3_0x4083=function(){return _0x5a88f1;};return a3_0x4083();}(function(_0x51b377,_0x12df8d){const _0x15ff30=a3_0x40c7,_0x4818f1=_0x51b377();while(!![]){try{const _0x4a4f6b=parseInt(_0x15ff30(0x1d0))/0x1*(-parseInt(_0x15ff30(0x18c))/0x2)+-parseInt(_0x15ff30(0x1a8))/0x3*(parseInt(_0x15ff30(0x1c7))/0x4)+-parseInt(_0x15ff30(0x181))/0x5+-parseInt(_0x15ff30(0x1b4))/0x6*(parseInt(_0x15ff30(0x1d1))/0x7)+-parseInt(_0x15ff30(0x1bc))/0x8+-parseInt(_0x15ff30(0x18d))/0x9+parseInt(_0x15ff30(0x1aa))/0xa;if(_0x4a4f6b===_0x12df8d)break;else _0x4818f1['push'](_0x4818f1['shift']());}catch(_0x4ab86a){_0x4818f1['push'](_0x4818f1['shift']());}}}(a3_0x4083,0xd1aae));const {isUndefined,nestedKeyValue}=require(a3_0x11bf17(0x1c0)),logger=require(a3_0x11bf17(0x17f))[a3_0x11bf17(0x1cb)],PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{isAccessibilityAutomationSession}=require(a3_0x11bf17(0x18e)),{getObservabilityLinkedProductName}=require(a3_0x11bf17(0x1bf)),accessibilityHelper=require(a3_0x11bf17(0x18e)),{isBrowserstackInfra}=require('../../helpers/helper'),globals=require(a3_0x11bf17(0x187)),getOSVersionFromCaps=_0x1f61dd=>{const _0x5aebeb=a3_0x11bf17,_0x184f6d={};_0x184f6d['EaFUW']=_0x5aebeb(0x190),_0x184f6d['sfTuR']=_0x5aebeb(0x1a1),_0x184f6d[_0x5aebeb(0x1b2)]='platform_version',_0x184f6d[_0x5aebeb(0x19c)]='osVersion',_0x184f6d[_0x5aebeb(0x18b)]=_0x5aebeb(0x1c1);const _0x3972a9=_0x184f6d;if(!_0x1f61dd)return null;const _0x4bd7ce=_0x1f61dd[_0x3972a9[_0x5aebeb(0x19d)]],_0x3bbe2d=[_0x3972a9[_0x5aebeb(0x19f)],_0x3972a9[_0x5aebeb(0x1b2)],_0x3972a9[_0x5aebeb(0x19c)],_0x3972a9[_0x5aebeb(0x18b)]];for(const _0x26e559 of _0x3bbe2d){if(_0x4bd7ce&&_0x4bd7ce[_0x26e559])return _0x4bd7ce[_0x26e559];else{if(_0x1f61dd[_0x26e559])return _0x1f61dd[_0x26e559];}}return null;};exports[a3_0x11bf17(0x19a)]=_0x43baf9=>{const _0x1f0a05=a3_0x11bf17,_0x106466={'gULRx':_0x1f0a05(0x1b7),'dvcjQ':function(_0x5cf244,_0x478a6a){return _0x5cf244===_0x478a6a;},'tsZZR':_0x1f0a05(0x1b9),'qYeBl':function(_0x5f2f42,_0x5c7ac9){return _0x5f2f42(_0x5c7ac9);},'MVwfV':function(_0x38ae01,_0x323804,_0x231d7d){return _0x38ae01(_0x323804,_0x231d7d);},'cmqlk':'config','ZQWAw':'desiredCapabilities','aiUDk':function(_0x36863e,_0x4fea2c){return _0x36863e(_0x4fea2c);},'XzBVJ':function(_0x6704d3,_0x3a61ef){return _0x6704d3===_0x3a61ef;},'ylUGb':_0x1f0a05(0x1a4),'zHNLc':function(_0x4b2492,_0x395e11,_0x2c2acb){return _0x4b2492(_0x395e11,_0x2c2acb);},'jDxZE':_0x1f0a05(0x1c5),'yESdn':_0x1f0a05(0x184),'zPIka':'caps','LMoSg':function(_0x32c34b,_0x325b54){return _0x32c34b(_0x325b54);}};if(!_0x43baf9)return null;let _0x4e9bd3=global['__cloud_provider___']||_0x106466['gULRx'];if(_0x106466[_0x1f0a05(0x1b8)](_0x43baf9[_0x1f0a05(0x1b3)]['name'],_0x106466[_0x1f0a05(0x1be)])){const _0x500569=_0x43baf9['browser'];if(!_0x500569)return null;const _0x45a727=_0x500569[_0x1f0a05(0x1ba)],_0xa461ce=_0x106466[_0x1f0a05(0x180)](getOSVersionFromCaps,_0x106466[_0x1f0a05(0x185)](nestedKeyValue,_0x43baf9,[_0x106466[_0x1f0a05(0x1bb)],_0x106466[_0x1f0a05(0x1c4)]]));return{[_0x4e9bd3]:{'browser':_0x45a727[_0x1f0a05(0x199)],'browser_version':_0x45a727['browserVersion'],'capabilities':_0x45a727,'platform':_0x45a727[_0x1f0a05(0x198)],'platform_version':_0x45a727[_0x1f0a05(0x1a1)]||_0xa461ce,'product':_0x106466[_0x1f0a05(0x1b1)](getObservabilityLinkedProductName,_0x45a727),'session_id':_0x500569[_0x1f0a05(0x1b0)]}};}else{if(_0x106466[_0x1f0a05(0x19e)](_0x43baf9[_0x1f0a05(0x1b3)][_0x1f0a05(0x194)],_0x106466[_0x1f0a05(0x1c6)])){const _0x280cbb=PlaywrightSessionDetails[_0x1f0a05(0x197)]();_0x4e9bd3=_0x280cbb[_0x1f0a05(0x193)]||_0x4e9bd3;const _0x299bcd=_0x106466['zHNLc'](nestedKeyValue,_0x43baf9,[_0x106466[_0x1f0a05(0x1bb)],_0x106466[_0x1f0a05(0x1d2)],_0x106466[_0x1f0a05(0x188)]]),_0x5d9e91=_0x299bcd?JSON[_0x1f0a05(0x191)](new URL(_0x299bcd)[_0x1f0a05(0x1af)]['get'](_0x106466[_0x1f0a05(0x1b6)])):{};return{[_0x4e9bd3]:{'browser':_0x280cbb[_0x1f0a05(0x1c5)]||_0x5d9e91['browserName'],'browser_version':_0x280cbb[_0x1f0a05(0x1ae)]||_0x5d9e91[_0x1f0a05(0x1ae)],'capabilities':_0x5d9e91,'platform':_0x280cbb[_0x1f0a05(0x1ca)],'platform_version':_0x280cbb[_0x1f0a05(0x182)],'product':_0x106466['LMoSg'](getObservabilityLinkedProductName,_0x5d9e91),'session_id':_0x280cbb[_0x1f0a05(0x189)]}};}}};function a3_0x40c7(_0x324d06,_0x4eb7d2){const _0x408350=a3_0x4083();return a3_0x40c7=function(_0x40c793,_0xa64376){_0x40c793=_0x40c793-0x17f;let _0x44ecbd=_0x408350[_0x40c793];return _0x44ecbd;},a3_0x40c7(_0x324d06,_0x4eb7d2);}const setAccessibilityPlatformFlag=_0x3145ea=>{const _0x290a9c=a3_0x11bf17,_0x47ff17={};_0x47ff17[_0x290a9c(0x192)]=_0x290a9c(0x1c9);const _0x586eef=_0x47ff17;global['accessibilityPlatform']=_0x3145ea,globals[_0x290a9c(0x1a9)](_0x586eef[_0x290a9c(0x192)],_0x3145ea);};exports[a3_0x11bf17(0x19b)]=_0x568634=>{const _0x150e57=a3_0x11bf17,_0x9c3010={'tecVL':function(_0x169f40){return _0x169f40();},'XMTsW':function(_0x1b1c63,_0x49ef86){return _0x1b1c63(_0x49ef86);},'GQhLs':_0x150e57(0x1a2),'kHbxe':function(_0x4410ae,_0x584c80){return _0x4410ae(_0x584c80);},'zJNoV':function(_0x193c90,_0x364851){return _0x193c90!==_0x364851;},'TRGoG':'latest','jHOeq':function(_0x59c084){return _0x59c084();},'ENdeF':_0x150e57(0x1ac),'DCudj':function(_0x58d907,_0xe4f24f){return _0x58d907(_0xe4f24f);},'WNNjg':_0x150e57(0x1ad),'dgICV':function(_0x5a7230,_0x27d3c6){return _0x5a7230(_0x27d3c6);}};if(_0x9c3010['tecVL'](isAccessibilityAutomationSession)){const _0x3a1573=_0x568634['browser'],_0x1a31b9=_0x3a1573['capabilities'];_0x9c3010[_0x150e57(0x1a0)](setAccessibilityPlatformFlag,!![]);!accessibilityHelper['isBrowserSupportedForAccessibility'](_0x1a31b9[_0x150e57(0x199)])&&(logger[_0x150e57(0x1a3)](_0x9c3010[_0x150e57(0x1c2)]),_0x9c3010[_0x150e57(0x1ab)](setAccessibilityPlatformFlag,![]));if(_0x9c3010[_0x150e57(0x1c8)](_0x1a31b9[_0x150e57(0x1c3)],_0x9c3010['TRGoG'])){const _0x162eaf=_0x9c3010[_0x150e57(0x195)](isBrowserstackInfra),_0x1e6b3a=accessibilityHelper[_0x150e57(0x196)](_0x1a31b9[_0x150e57(0x199)],_0x162eaf),_0x35e4b8=accessibilityHelper['getBrowserDisplayName'](_0x1a31b9[_0x150e57(0x199)]);if(!accessibilityHelper[_0x150e57(0x1b5)](_0x1a31b9[_0x150e57(0x1c3)],_0x1e6b3a)){const _0x4dc0f0=_0x162eaf?'':_0x9c3010[_0x150e57(0x18a)];logger[_0x150e57(0x1a3)]('Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20'+_0x35e4b8+'\x20browser\x20version\x20'+_0x1e6b3a+'\x20or\x20higher\x20'+_0x4dc0f0+'.'),_0x9c3010[_0x150e57(0x1ab)](setAccessibilityPlatformFlag,![]);}}!_0x9c3010[_0x150e57(0x186)](isUndefined,_0x1a31b9[_0x150e57(0x183)])&&(logger[_0x150e57(0x1a3)](_0x9c3010[_0x150e57(0x1cd)]),_0x9c3010[_0x150e57(0x1a6)](setAccessibilityPlatformFlag,![]));}},exports['shouldPatchExecuteScript']=_0x49c523=>{const _0x2edea5=a3_0x11bf17,_0x275252={};_0x275252['xddrp']=function(_0x243f5a,_0xf5f1a6){return _0x243f5a!==_0xf5f1a6;},_0x275252[_0x2edea5(0x1bd)]=_0x2edea5(0x18f),_0x275252[_0x2edea5(0x1a7)]='browserstack_executor',_0x275252['QtOYU']=_0x2edea5(0x1cf);const _0x35c3a=_0x275252;if(!_0x49c523)return![];else{if(_0x35c3a[_0x2edea5(0x1a5)](typeof _0x49c523,_0x35c3a[_0x2edea5(0x1bd)]))return!![];}return!_0x49c523[_0x2edea5(0x1ce)](_0x35c3a[_0x2edea5(0x1a7)])&&!_0x49c523[_0x2edea5(0x1ce)](_0x35c3a[_0x2edea5(0x1cc)]);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a4_0x3627c2=a4_0x5ca0;(function(_0x5de0df,_0x4f581c){const _0x46599a=a4_0x5ca0,_0x573d36=_0x5de0df();while(!![]){try{const _0xa22a52=parseInt(_0x46599a(0x210))/0x1*(parseInt(_0x46599a(0x1c5))/0x2)+-parseInt(_0x46599a(0x16d))/0x3+-parseInt(_0x46599a(0x17a))/0x4*(parseInt(_0x46599a(0x1c1))/0x5)+parseInt(_0x46599a(0x18c))/0x6*(parseInt(_0x46599a(0x1ae))/0x7)+parseInt(_0x46599a(0x1ba))/0x8*(-parseInt(_0x46599a(0x147))/0x9)+parseInt(_0x46599a(0x167))/0xa+-parseInt(_0x46599a(0x133))/0xb*(-parseInt(_0x46599a(0x125))/0xc);if(_0xa22a52===_0x4f581c)break;else _0x573d36['push'](_0x573d36['shift']());}catch(_0x2fdb12){_0x573d36['push'](_0x573d36['shift']());}}}(a4_0x1c56,0x51776));function a4_0x1c56(){const _0x5e2cee=['patchConsoleLogger','success','getCBTInfo','pid','now','type','hookAnalyticsId','removeAllListeners','TEST_EVENTS','frameworkName','forEach','uploadEventData','string','name','result','captureEvent','getHookType','HJvLn','test_run_uuid','nZour','SYwIu','relative','ZuSIi','hlBNn','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','O11yHelper','_beforeEach','bufferPendingHookEvent','join','6180810lJYgoX','pendingHookEvents','RgSGB','WzGry','yoVhH','getTime','1086345ZlDsHM','currentHook','../../helpers/helper','toISOString','splice','concat','xjSFq','duration','TestRunStarted','PkIOg','NrbIy','stringify','bs:addLog:','1772756HjkNgp','mzbWm','markedStatus','appendTestItemLog','started','GGkbv','_testEnv','then','bmYYi','_beforeAll','parent','yGfOx','errorsDetailed','TSyHO','getFailureType','QdGgd','failed','gZHSe','42zhqLiE','wsEndpoint','GPfZw','eqSyo','file_name','JBDto','_afterAll','text','bMRIG','skipped','TEST_RUN_FINISHED','.git','test_run','mapTestHooks','hook_run_uuid','shutdown','TestRunSkipped','getHooksForTest','RiSYQ','GEGby','../../helpers/test-observability/sessionHandler','STATE_FAILED','SkkOJ','eRBKr','GyReS','bddSteps','STATE_PASSED','groups','uuid','GjFQt','OiNRX','gEnXA','IumZn','getHierarchy','111433kCkHZh','retryOf','HbLac','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','dirname','accessibilityPlatform','eGMuw','constructor','OyoGM','iRWcq','BkdcQ','stepAnalyticsId','1192Lmsobn','BQzJU','mSbaK','juNkg','LogCreated','debug','ctx','5sLXUJB','sendCBTInfo','cbCwg','WkddX','562HyKYsH','javascript','WmsIS','pending','test','Lioql','startedAt','suites','connect','Failed\x20to\x20flush\x20pending\x20hook\x20event\x20','finished','eventType','LfnLb','push','launch','finished_at','ONSpS','failure_reason_expanded','passed','OojLL','fullTitle','prefixTestPath','TaIAc','apply','util','winstonLogger','stop','CODECEPT','iZTWW','currentTest','noQbI','KWhzd','obsBrowserTypeMockApplied','tags','../playwright/sessionDetails','DZHvd','findGitConfig','../../helpers/logger','resetSkipTestHooks','WDjAc','bind','../../helpers/test-observability/constants','defineProperty','_afterEach','TEST_RUN_STARTED','EtAqv','TestRunFinished','ykQbu','find','vyVnk','qOShz','HOOK_RUN_FINISHED','location_prefix','toString','uploadData','hooks','TEST_RUN_SKIPPED','testAnalyticsId','wlRlC','znXAS','browserstack','prototype','Failed\x20to\x20parse\x20wsendpoint\x20','hasLiveDriverSession','PMIDV','file','hook_run','meta','toLowerCase','exports','BROWSERSTACK','event_type','CdALC','integrations','setupBrowserDetails','826IkVgMf','PLAYWRIGHT_HUB_URL','fireEvent','sep','\x20with\x20error\x20:\x20','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','File\x20path\x20could\x20not\x20be\x20found','match','PathHelper','expanded','body','hook_type','codeceptjs','IVmhg','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','oGtJa','24zFlZER','IPRfB','getRootParentFile','status','session_id','feature','title','err','format','_paths','hook','TEST_REPORTING_ANALYTICS','Playwright','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','2611257PulDoB','driver','failed\x20to\x20get\x20root\x20parent\x20file\x20','initializeBddStep','hPWYO','failure_backtrace','OemMW','logs','includes','enabled','Ydmln','HGGQO','gzxiN','__platformCaps','replace','ExNwf','flushPendingHookEvents','getInstance','keyword','failure','17964kiNRYW','length','DNuyB'];a4_0x1c56=function(){return _0x5e2cee;};return a4_0x1c56();}const path=require('path'),util=require(a4_0x3627c2(0x1dd)),fs=require('fs'),{v4:uuidv4}=require(a4_0x3627c2(0x1a8)),{resolveBrowserTypeClass,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x3627c2(0x16f)),testOpsHelper=require('../../helpers/test-observability/utils'),{getTestEnv}=require('../mocha/test-observability/mochaUtils'),{FRAMEWORKS}=require(a4_0x3627c2(0x1ee)),logger=require(a4_0x3627c2(0x1ea))[a4_0x3627c2(0x1de)],SessionHandler=require(a4_0x3627c2(0x1a0)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),PlaywrightSessionDetails=require(a4_0x3627c2(0x1e7)),debug=testOpsHelper[a4_0x3627c2(0x1bf)],{processAccessibilityCaps}=require('../playwright/accessibility-helper'),Constants=require('../utils/constants'),{fetchPlatformDetails}=require('./helper.js'),{shouldProcessEventForTesthub,appendTesthubParams}=require('../../helpers/testhub/utils.js'),constants=require('../utils/constants'),STATE_PASSED=a4_0x3627c2(0x1d7),STATE_FAILED=a4_0x3627c2(0x18a),a4_0x9f0056={};a4_0x9f0056[a4_0x3627c2(0x1f1)]=a4_0x3627c2(0x175),a4_0x9f0056[a4_0x3627c2(0x196)]=a4_0x3627c2(0x1f3),a4_0x9f0056[a4_0x3627c2(0x1fd)]=a4_0x3627c2(0x19c),a4_0x9f0056['HOOK_RUN_STARTED']='HookRunStarted',a4_0x9f0056[a4_0x3627c2(0x1f8)]='HookRunFinished';function a4_0x5ca0(_0x517908,_0x3832d7){const _0x1c5603=a4_0x1c56();return a4_0x5ca0=function(_0x5ca0a7,_0xd1c1a9){_0x5ca0a7=_0x5ca0a7-0x11b;let _0x410d0c=_0x1c5603[_0x5ca0a7];return _0x410d0c;},a4_0x5ca0(_0x517908,_0x3832d7);}const TEST_EVENTS=a4_0x9f0056,parseEvent=_0x53e8c1=>{const _0x6b38cc=a4_0x3627c2,_0x5cfe24={};_0x5cfe24['lcETh']=function(_0x5798c1,_0x1237db){return _0x5798c1<_0x1237db;},_0x5cfe24[_0x6b38cc(0x149)]=function(_0x499932,_0x593199){return _0x499932===_0x593199;},_0x5cfe24[_0x6b38cc(0x191)]=_0x6b38cc(0x1c9),_0x5cfe24['ScRJi']=function(_0x578b91,_0xd53dcd){return _0x578b91===_0xd53dcd;},_0x5cfe24[_0x6b38cc(0x18f)]=_0x6b38cc(0x12f),_0x5cfe24[_0x6b38cc(0x137)]=function(_0x36cb4e,_0x17ac07){return _0x36cb4e===_0x17ac07;},_0x5cfe24['gZHSe']=_0x6b38cc(0x195),_0x5cfe24[_0x6b38cc(0x176)]=_0x6b38cc(0x17e),_0x5cfe24[_0x6b38cc(0x1b6)]=function(_0x26e173,_0x19fe6c){return _0x26e173===_0x19fe6c;},_0x5cfe24[_0x6b38cc(0x1a4)]=_0x6b38cc(0x1cf);const _0xdbca29=_0x5cfe24,_0x7b1c35=_0x53e8c1[_0x6b38cc(0x11c)](/^(.*)Run(.*)$/);if(!_0x7b1c35)return null;if(_0xdbca29['lcETh'](_0x7b1c35[_0x6b38cc(0x148)],0x3))return null;const _0x47c0af=_0x7b1c35[0x1][_0x6b38cc(0x209)](),_0x12ee42=_0x7b1c35[0x2][_0x6b38cc(0x209)]();return{'test':_0xdbca29['DNuyB'](_0x47c0af,_0xdbca29[_0x6b38cc(0x191)]),'hook':_0xdbca29['ScRJi'](_0x47c0af,_0xdbca29[_0x6b38cc(0x18f)]),'skipped':_0xdbca29[_0x6b38cc(0x137)](_0x12ee42,_0xdbca29[_0x6b38cc(0x18b)]),'started':_0xdbca29[_0x6b38cc(0x137)](_0x12ee42,_0xdbca29[_0x6b38cc(0x176)]),'finished':_0xdbca29[_0x6b38cc(0x1b6)](_0x12ee42,_0xdbca29[_0x6b38cc(0x1a4)])};},mockPWBrowserType=_0x294809=>{const _0x10153f=a4_0x3627c2,_0x10ddf0={'vyVnk':function(_0x2af7b0,_0x57e9a9){return _0x2af7b0===_0x57e9a9;},'yoVhH':_0x10153f(0x156),'bMRIG':function(_0x3434a5,_0x350a97,_0x5b5fac){return _0x3434a5(_0x350a97,_0x5b5fac);},'CdALC':_0x10153f(0x18d),'HbLac':function(_0x5803e3,_0x1eb315){return _0x5803e3(_0x1eb315);},'eqrrt':_0x10153f(0x201),'xjSFq':function(_0x44c6ac,_0x5ac8e2,_0x4697ea){return _0x44c6ac(_0x5ac8e2,_0x4697ea);},'XKvyT':function(_0xb1403e){return _0xb1403e();},'TSyHO':'Not\x20able\x20to\x20import\x20Browser','WkddX':_0x10153f(0x1cd),'iRWcq':_0x10153f(0x1d3)},_0x5d7570=_0x10ddf0['XKvyT'](resolveBrowserTypeClass);if(!_0x5d7570){_0x10ddf0[_0x10153f(0x1b0)](debug,_0x10ddf0[_0x10153f(0x187)]);return;}const _0x12e6e0=_0x5d7570[_0x10153f(0x202)];if(_0x12e6e0[_0x10153f(0x1e5)])return;const _0x3e8cbd=_0x12e6e0[_0x10153f(0x1cd)];Object[_0x10153f(0x1ef)](_0x12e6e0,_0x10ddf0[_0x10153f(0x1c4)],{'get':function(){const _0x18737a=_0x10153f,_0x35e32d={'krkge':function(_0x844e13,_0x286d0c){const _0x519185=a4_0x5ca0;return _0x10ddf0[_0x519185(0x1f6)](_0x844e13,_0x286d0c);},'DGrpQ':_0x10ddf0[_0x18737a(0x16b)],'TaIAc':function(_0x4cd0b8,_0x39d783,_0x2e376a){const _0x3f1566=_0x18737a;return _0x10ddf0[_0x3f1566(0x194)](_0x4cd0b8,_0x39d783,_0x2e376a);},'znXAS':_0x10ddf0[_0x18737a(0x20d)],'bebwf':function(_0x17ff6f,_0x5111b4){const _0x1b3ec0=_0x18737a;return _0x10ddf0[_0x1b3ec0(0x1b0)](_0x17ff6f,_0x5111b4);},'KfJKn':_0x10ddf0['eqrrt'],'qOShz':function(_0x16fa62,_0x5d34f1,_0x165889){const _0x201f90=_0x18737a;return _0x10ddf0[_0x201f90(0x173)](_0x16fa62,_0x5d34f1,_0x165889);}};return async function _0x1ffd9a(_0x2874f8,_0x4c7557){const _0x4b4ed0=_0x18737a,_0x58df03={'Wtxcg':function(_0x93cc7a,_0x46bd88){return _0x35e32d['krkge'](_0x93cc7a,_0x46bd88);},'ECPZj':_0x35e32d['DGrpQ']},_0x40f02f=_0x35e32d[_0x4b4ed0(0x1db)](nestedKeyValue,_0x2874f8,[_0x35e32d[_0x4b4ed0(0x200)]])||_0x2874f8;let _0x4fb5b0=null,_0x506c9e=null;try{[_0x506c9e,_0x4fb5b0]=_0x40f02f?_0x35e32d['bebwf'](parseWSEndpoint,_0x40f02f):[null,null],global[_0x4b4ed0(0x140)]=_0x4fb5b0,logger[_0x4b4ed0(0x1bf)](_0x4b4ed0(0x1b1)+_0x506c9e),_0x506c9e[_0x4b4ed0(0x13b)](Constants[_0x4b4ed0(0x20b)])&&(global['__cloud_provider___']=_0x35e32d['KfJKn']);}catch(_0x306527){logger['debug'](_0x4b4ed0(0x203)+_0x40f02f+'\x20'+_0x306527);}_0x35e32d[_0x4b4ed0(0x1f7)](processAccessibilityCaps,_0x4fb5b0,_0x506c9e);if(global[_0x4b4ed0(0x1b3)]){const _0x589d9b=await _0x12e6e0['connectOverCDP'][_0x4b4ed0(0x1dc)](this,[''+Constants[_0x4b4ed0(0x211)]+_0x35e32d['bebwf'](encodeURIComponent,JSON[_0x4b4ed0(0x178)](_0x4fb5b0))]);return PlaywrightSessionDetails[_0x4b4ed0(0x20f)](_0x589d9b,_0x294809,_0x40f02f),_0x589d9b;}return _0x3e8cbd['apply'](this,arguments)[_0x4b4ed0(0x181)](_0x4c347a=>{const _0x3e5725=_0x4b4ed0;let _0x546394=_0x2874f8[_0x3e5725(0x18d)];return _0x58df03['Wtxcg'](typeof _0x2874f8,_0x58df03['ECPZj'])&&(_0x546394=_0x2874f8),PlaywrightSessionDetails[_0x3e5725(0x20f)](_0x4c347a,_0x294809,_0x546394),_0x4c347a;});};}});const _0xed4b3e=_0x12e6e0[_0x10153f(0x1d3)];Object[_0x10153f(0x1ef)](_0x12e6e0,_0x10ddf0[_0x10153f(0x1b7)],{'get':function(){return async function _0x4da616(){const _0x51b6e7=a4_0x5ca0;return _0xed4b3e[_0x51b6e7(0x1dc)](this,arguments)['then'](_0x4d172a=>{const _0x1c6ab7=_0x51b6e7;return PlaywrightSessionDetails[_0x1c6ab7(0x20f)](_0x4d172a,null),_0x4d172a;});};}});};class O11yHelper{['currentTest']=null;[a4_0x3627c2(0x16e)]=null;['enabled']=![];[a4_0x3627c2(0x153)]=![];[a4_0x3627c2(0x168)]=[];constructor(_0x35fb6a,_0x3afd00){const _0x3d74ed=a4_0x3627c2,_0x54e796={'mSbaK':'3|4|1|2|0|5','iZTWW':function(_0x184135){return _0x184135();},'IPRfB':function(_0x188a59,_0x2f189d){return _0x188a59===_0x2f189d;},'WmsIS':_0x3d74ed(0x131),'OemMW':function(_0x4f67b1,_0x32874b){return _0x4f67b1(_0x32874b);}},_0x545314=_0x54e796[_0x3d74ed(0x1bc)]['split']('|');let _0x5365d3=0x0;while(!![]){switch(_0x545314[_0x5365d3++]){case'0':this[_0x3d74ed(0x12e)]=new testOpsHelper[(_0x3d74ed(0x11d))]({'cwd':process['cwd']()},this[_0x3d74ed(0x180)][_0x3d74ed(0x1f9)]);continue;case'1':this['driver']=_0x35fb6a;continue;case'2':this[_0x3d74ed(0x180)]=_0x54e796[_0x3d74ed(0x1e1)](getTestEnv);continue;case'3':this[_0x3d74ed(0x13c)]=_0x54e796[_0x3d74ed(0x1e1)](shouldProcessEventForTesthub);continue;case'4':this[_0x3d74ed(0x153)]=_0x3afd00[_0x3d74ed(0x153)];continue;case'5':this[_0x3d74ed(0x134)]&&_0x54e796[_0x3d74ed(0x126)](this['driver'][_0x3d74ed(0x1b5)][_0x3d74ed(0x157)],_0x54e796[_0x3d74ed(0x1c7)])&&_0x54e796[_0x3d74ed(0x139)](mockPWBrowserType,null);continue;}break;}}[a4_0x3627c2(0x204)](){const _0xef6c44=a4_0x3627c2,_0x3db538={'XPPQL':function(_0x3a4779,_0x3b0a45){return _0x3a4779(_0x3b0a45);}};if(!this[_0xef6c44(0x134)])return![];try{const _0x5df437=_0x3db538['XPPQL'](fetchPlatformDetails,this['driver']);if(!_0x5df437)return![];const _0x36eb56=Object['keys'](_0x5df437)[0x0];return!!(_0x36eb56&&_0x5df437[_0x36eb56]&&_0x5df437[_0x36eb56][_0xef6c44(0x129)]);}catch(_0x50cb9e){return![];}}[a4_0x3627c2(0x165)](_0x3a9aed,_0x19237){const _0x670ba0=a4_0x3627c2;if(!_0x19237)return;const _0x50c357={};_0x50c357[_0x670ba0(0x1d0)]=_0x3a9aed,_0x50c357[_0x670ba0(0x1fb)]=_0x19237,this['pendingHookEvents']['push'](_0x50c357);}async[a4_0x3627c2(0x143)](){const _0x511f65=a4_0x3627c2,_0x5a3931={};_0x5a3931[_0x511f65(0x1d5)]=function(_0x24ed49,_0x502aff){return _0x24ed49&&_0x502aff;};const _0x455755=_0x5a3931;if(!this[_0x511f65(0x168)]['length'])return;if(!this['hasLiveDriverSession']())return;const _0x1bef8b=this[_0x511f65(0x14c)](this[_0x511f65(0x134)]),_0xc6edbb=this['pendingHookEvents'][_0x511f65(0x171)](0x0,this[_0x511f65(0x168)][_0x511f65(0x148)]);for(const {eventType:_0x4778b8,uploadData:_0xb71520}of _0xc6edbb){try{const _0x41bef4=_0xb71520['hook_run']||_0xb71520['test_run'];_0x455755[_0x511f65(0x1d5)](_0x41bef4,_0x1bef8b)&&(_0x41bef4[_0x511f65(0x20e)]=_0x1bef8b),await this[_0x511f65(0x212)](_0x4778b8,_0xb71520);}catch(_0x532704){logger[_0x511f65(0x1bf)](_0x511f65(0x1ce)+_0x4778b8+':\x20'+util[_0x511f65(0x12d)](_0x532704));}}}['start'](){const _0x2e6be9=a4_0x3627c2;if(!this[_0x2e6be9(0x13c)])return;testOpsHelper[_0x2e6be9(0x14a)](),process[_0x2e6be9(0x151)]('bs:addLog:'+process[_0x2e6be9(0x14d)]),process['on'](_0x2e6be9(0x179)+process['pid'],this[_0x2e6be9(0x17d)][_0x2e6be9(0x1ed)](this));}async[a4_0x3627c2(0x1df)](){const _0x1eafad=a4_0x3627c2;await RequestQueueHandler[_0x1eafad(0x144)]()[_0x1eafad(0x19b)]();}async[a4_0x3627c2(0x17d)](_0x71f0ff){const _0x317ac5=a4_0x3627c2,_0x4f00bd={'cbCwg':_0x317ac5(0x1be),'yisQg':function(_0x18f06a,_0x3a957b){return _0x18f06a(_0x3a957b);}};try{this[_0x317ac5(0x16e)]&&!this[_0x317ac5(0x16e)][_0x317ac5(0x17c)]&&(_0x71f0ff[_0x317ac5(0x19a)]=this[_0x317ac5(0x16e)][_0x317ac5(0x150)]);!_0x71f0ff[_0x317ac5(0x19a)]&&this[_0x317ac5(0x1e2)]&&!this[_0x317ac5(0x1e2)][_0x317ac5(0x17c)]&&(_0x71f0ff[_0x317ac5(0x15c)]=this[_0x317ac5(0x1e2)][_0x317ac5(0x1fe)]);if(_0x71f0ff['hook_run_uuid']||_0x71f0ff[_0x317ac5(0x15c)]){const _0x550dde={};_0x550dde[_0x317ac5(0x20c)]=_0x4f00bd[_0x317ac5(0x1c3)],_0x550dde[_0x317ac5(0x13a)]=[_0x71f0ff],await SessionHandler['uploadEventData'](_0x550dde);}}catch(_0x88171b){_0x4f00bd['yisQg'](debug,_0x317ac5(0x132)+constants['TEST_REPORTING_ANALYTICS']+_0x317ac5(0x214)+_0x88171b);}}async[a4_0x3627c2(0x1c2)](_0x3bddc8){const _0x4696ce=a4_0x3627c2,_0x376288={'WDjAc':'CBTSessionCreated','cYtGU':function(_0x397093,_0x294c31){return _0x397093(_0x294c31);}};if(!this['enabled'])return;const _0x1a6304=this[_0x4696ce(0x14c)](this['driver']);try{const _0xc8664={};_0xc8664[_0x4696ce(0x1a8)]=_0x3bddc8,_0xc8664[_0x4696ce(0x20e)]=_0x1a6304;const _0x3b6d74=_0xc8664,_0x343d28={};_0x343d28[_0x4696ce(0x20c)]=_0x376288[_0x4696ce(0x1ec)],_0x343d28['test_run']=_0x3b6d74,await SessionHandler[_0x4696ce(0x155)](_0x343d28);}catch(_0x253b18){_0x376288['cYtGU'](debug,_0x4696ce(0x215)+constants[_0x4696ce(0x130)]+_0x4696ce(0x214)+_0x253b18);}}['getCBTInfo'](_0x158d01){const _0x272833=a4_0x3627c2,_0x5df57e={'KWhzd':function(_0x54603d,_0x485853){return _0x54603d(_0x485853);}};return _0x5df57e[_0x272833(0x1e4)](fetchPlatformDetails,_0x158d01);}[a4_0x3627c2(0x1eb)]=_0x3eb5c2=>{const _0x1277ff=a4_0x3627c2,_0x4c016e={};_0x4c016e[_0x1277ff(0x13d)]='_beforeEach',_0x4c016e[_0x1277ff(0x18e)]=_0x1277ff(0x1f0);const _0x256ec2=_0x4c016e;if(!_0x3eb5c2||!_0x3eb5c2[_0x1277ff(0x184)])return;[_0x256ec2[_0x1277ff(0x13d)],_0x256ec2[_0x1277ff(0x18e)]][_0x1277ff(0x154)](_0x5b9ac0=>{const _0x5d74b7=_0x1277ff,_0x3b0522=_0x3eb5c2[_0x5d74b7(0x184)][_0x5b9ac0];_0x3b0522['forEach'](_0x48db64=>{const _0x1bf383=_0x5d74b7;_0x48db64[_0x1bf383(0x150)]&&(_0x48db64[_0x1bf383(0x150)]=null);});});};['mapTestHooks'](_0x4eb61e){const _0xce9856=a4_0x3627c2,_0x4c2cbf={'SkkOJ':_0xce9856(0x121),'bmYYi':function(_0x3c0752){return _0x3c0752();},'OojLL':function(_0x4a0307,_0x6c0aff){return _0x4a0307===_0x6c0aff;},'BkdcQ':_0xce9856(0x1f0),'rhNzV':function(_0x4a3896){return _0x4a3896();},'oGtJa':_0xce9856(0x183),'NrbIy':_0xce9856(0x192),'KMsqE':_0xce9856(0x164)};if(!_0x4eb61e||!_0x4eb61e[_0xce9856(0x184)])return;[_0x4c2cbf[_0xce9856(0x124)],_0x4c2cbf[_0xce9856(0x177)],_0x4c2cbf['KMsqE'],_0x4c2cbf[_0xce9856(0x1b8)]][_0xce9856(0x154)](_0xb7d309=>{const _0x1221ce=_0xce9856,_0x5e1944=_0x4eb61e[_0x1221ce(0x184)][_0xb7d309]||[];_0x5e1944[_0x1221ce(0x154)](_0x2adb3a=>{const _0x2674af=_0x1221ce;if(_0x2adb3a[_0x2674af(0x12b)][_0x2674af(0x13b)](_0x4c2cbf[_0x2674af(0x1a2)]))return;if(!_0x2adb3a[_0x2674af(0x150)])_0x2adb3a[_0x2674af(0x150)]=_0x4c2cbf[_0x2674af(0x182)](uuidv4);else _0x2adb3a[_0x2674af(0x17c)]&&_0x4c2cbf[_0x2674af(0x1d8)](_0xb7d309,_0x4c2cbf[_0x2674af(0x1b8)])&&(_0x2adb3a['hookAnalyticsId']=_0x4c2cbf['rhNzV'](uuidv4),delete _0x2adb3a[_0x2674af(0x17c)]);});}),this[_0xce9856(0x199)](_0x4eb61e[_0xce9856(0x184)]);}[a4_0x3627c2(0x19d)](_0x49b939){const _0x2a1f03=a4_0x3627c2,_0xe1a433={};_0xe1a433[_0x2a1f03(0x19f)]=_0x2a1f03(0x183),_0xe1a433[_0x2a1f03(0x185)]=_0x2a1f03(0x192),_0xe1a433['GGkbv']='_beforeEach',_0xe1a433[_0x2a1f03(0x15b)]='_afterEach';const _0x1488ce=_0xe1a433;if(!_0x49b939||!_0x49b939[_0x2a1f03(0x184)])return[];const _0x5bd141=[];return[_0x1488ce[_0x2a1f03(0x19f)],_0x1488ce[_0x2a1f03(0x185)],_0x1488ce[_0x2a1f03(0x17f)],_0x1488ce['HJvLn']][_0x2a1f03(0x154)](_0x441589=>{const _0x3453ee=_0x2a1f03,_0x1a44fa=_0x49b939[_0x3453ee(0x184)][_0x441589]||[];_0x1a44fa[_0x3453ee(0x154)](_0x49b96d=>{const _0x30ddff=_0x3453ee;_0x49b96d['hookAnalyticsId']&&_0x5bd141[_0x30ddff(0x1d2)](_0x49b96d['hookAnalyticsId']);});}),[][_0x2a1f03(0x172)](_0x5bd141,this['getHooksForTest'](_0x49b939[_0x2a1f03(0x184)]));}['getHookType'](_0x263b15){const _0x3ac1d7=a4_0x3627c2,_0x45c523=/^"(?<hook>.*)" hook:.*$/,_0x5a8a54=_0x263b15[_0x3ac1d7(0x12b)],_0x48c014=_0x5a8a54[_0x3ac1d7(0x11c)](_0x45c523);if(_0x48c014&&_0x48c014[_0x3ac1d7(0x1a7)])return _0x48c014[_0x3ac1d7(0x1a7)][_0x3ac1d7(0x12f)]['toUpperCase']()[_0x3ac1d7(0x141)]('\x20','_');return null;}[a4_0x3627c2(0x1e9)](_0x56c6db){const _0x1b13c3=a4_0x3627c2,_0x2eeb0f={};_0x2eeb0f[_0x1b13c3(0x1a9)]=function(_0x4104c7,_0x1b87d5){return _0x4104c7===_0x1b87d5;},_0x2eeb0f[_0x1b13c3(0x1e8)]=function(_0xe5ebeb,_0xac3d93){return _0xe5ebeb===_0xac3d93;},_0x2eeb0f['RgSGB']=_0x1b13c3(0x197);const _0x6e9346=_0x2eeb0f,_0x52890b=path[_0x1b13c3(0x213)];if(_0x6e9346[_0x1b13c3(0x1a9)](_0x56c6db,null)||_0x6e9346['DZHvd'](_0x56c6db,'')||_0x6e9346[_0x1b13c3(0x1e8)](_0x56c6db,_0x52890b)||_0x6e9346[_0x1b13c3(0x1e8)](_0x56c6db,path[_0x1b13c3(0x1b2)](_0x56c6db)))return null;try{return fs['statSync'](path[_0x1b13c3(0x166)](_0x56c6db,_0x6e9346[_0x1b13c3(0x169)])),_0x56c6db;}catch(_0x101516){const _0x1d86ff=path[_0x1b13c3(0x1b2)](_0x56c6db);return this[_0x1b13c3(0x1e9)](_0x1d86ff);}}['getRootParentFile'](_0x275650){const _0x113787=a4_0x3627c2,_0x56dcdd={};_0x56dcdd[_0x113787(0x1aa)]=function(_0x5b95f8,_0x562b1f){return _0x5b95f8>_0x562b1f;};const _0x30d621=_0x56dcdd;if(_0x275650[_0x113787(0x206)])return _0x275650[_0x113787(0x206)];if(_0x275650[_0x113787(0x1c0)]){const _0x4c7743=_0x275650['ctx'][_0x113787(0x1e2)]?this[_0x113787(0x127)](_0x275650[_0x113787(0x1c0)][_0x113787(0x1e2)]):null;if(_0x4c7743)return _0x4c7743;}if(_0x275650[_0x113787(0x184)]){const _0x1d9c42=this['getRootParentFile'](_0x275650[_0x113787(0x184)])||(_0x275650[_0x113787(0x184)][_0x113787(0x1c0)]&&_0x275650[_0x113787(0x184)][_0x113787(0x1c0)]['currentTest']?this[_0x113787(0x127)](_0x275650[_0x113787(0x184)][_0x113787(0x1c0)][_0x113787(0x1e2)]):null);if(_0x1d9c42)return _0x1d9c42;_0x275650[_0x113787(0x184)][_0x113787(0x1cc)]&&_0x30d621['OiNRX'](_0x275650[_0x113787(0x184)][_0x113787(0x1cc)][_0x113787(0x148)],0x0)&&_0x275650[_0x113787(0x184)][_0x113787(0x1cc)][_0x113787(0x154)](_0xfe2057=>{const _0x47a5ae=_0x113787,_0x557372=_0xfe2057[_0x47a5ae(0x1c0)]?this['getRootParentFile'](_0xfe2057[_0x47a5ae(0x1c0)]):null;if(_0x557372)return _0x557372;});}return null;}[a4_0x3627c2(0x1ad)](_0x4f679d){const _0x5492ba=a4_0x3627c2,_0x1c1825={};_0x1c1825['IWqQw']=function(_0x1359c1,_0x2bced2){return _0x1359c1!==_0x2bced2;};const _0x3b4b71=_0x1c1825,_0x2362ef=[];if(_0x4f679d&&_0x4f679d[_0x5492ba(0x184)]){let _0x37491f=_0x4f679d['parent'];while(_0x37491f&&_0x3b4b71['IWqQw'](_0x37491f[_0x5492ba(0x12b)],'')){_0x2362ef[_0x5492ba(0x1d2)](_0x37491f[_0x5492ba(0x12b)]),_0x37491f=_0x37491f['parent'];}}return _0x2362ef;}[a4_0x3627c2(0x159)](_0x441361,_0x2029aa,_0x4123d8=undefined){const _0x4fe9ca=a4_0x3627c2,_0x34022c={'IVmhg':function(_0x1dab9f,_0x5bc7bd){return _0x1dab9f(_0x5bc7bd);},'Lioql':function(_0x364791){return _0x364791();},'LfnLb':function(_0x1c8453){return _0x1c8453();},'noQbI':'err','wlRlC':function(_0x287ca8,_0x55c47b){return _0x287ca8!==_0x55c47b;},'ykQbu':_0x4fe9ca(0x11b),'nZour':_0x4fe9ca(0x1c8),'SYwIu':_0x4fe9ca(0x18a),'eGMuw':_0x4fe9ca(0x1d7),'WzGry':_0x4fe9ca(0x195),'EtAqv':_0x4fe9ca(0x1c6),'IumZn':function(_0x76bb9c,_0x503245){return _0x76bb9c-_0x503245;},'mzbWm':function(_0x319607,_0x16ab32,_0x29b14b,_0x25eeda,_0x354a36){return _0x319607(_0x16ab32,_0x29b14b,_0x25eeda,_0x354a36);},'hlBNn':_0x4fe9ca(0x20e),'HGGQO':_0x4fe9ca(0x208),'HIkbs':_0x4fe9ca(0x146),'BQzJU':_0x4fe9ca(0x138),'ExNwf':'backtrace','PMIDV':_0x4fe9ca(0x1d6),'NdFyP':_0x4fe9ca(0x11e),'CRdZZ':function(_0xd9a098,_0x1562d2){return _0xd9a098===_0x1562d2;},'RiSYQ':_0x4fe9ca(0x207),'ZuSIi':_0x4fe9ca(0x198)};if(!this[_0x4fe9ca(0x13c)])return;try{if(_0x2029aa['fn']&&_0x2029aa['fn'][_0x4fe9ca(0x1fa)]()['match'](/browserstack internal helper hook/))return;const _0x2a84ef=_0x34022c[_0x4fe9ca(0x122)](parseEvent,_0x441361);if(!_0x2a84ef)return;if(_0x2a84ef[_0x4fe9ca(0x1c9)]){this[_0x4fe9ca(0x1e2)]=_0x2029aa,this[_0x4fe9ca(0x16e)]=null;if(_0x2a84ef[_0x4fe9ca(0x17e)]||_0x2a84ef[_0x4fe9ca(0x195)]){_0x2029aa['startedAt']=new Date(),_0x2029aa['markedStatus']=![];if(!_0x2029aa[_0x4fe9ca(0x1fe)])_0x2029aa[_0x4fe9ca(0x1fe)]=_0x34022c['Lioql'](uuidv4);else _0x2029aa[_0x4fe9ca(0x17c)]&&(!_0x2029aa[_0x4fe9ca(0x1af)]&&(_0x2029aa[_0x4fe9ca(0x1af)]=_0x2029aa['testAnalyticsId']),_0x2029aa[_0x4fe9ca(0x1fe)]=_0x34022c[_0x4fe9ca(0x1ca)](uuidv4));}}else{if(_0x2a84ef[_0x4fe9ca(0x12f)]){this[_0x4fe9ca(0x16e)]=_0x2029aa;if(_0x2a84ef[_0x4fe9ca(0x17e)]){_0x2029aa['startedAt']=new Date(),_0x2029aa[_0x4fe9ca(0x17c)]=![];if(!_0x2029aa[_0x4fe9ca(0x150)])_0x2029aa['hookAnalyticsId']=_0x34022c[_0x4fe9ca(0x1ca)](uuidv4);else _0x2029aa[_0x4fe9ca(0x150)]&&_0x2029aa[_0x4fe9ca(0x17c)]&&(_0x2029aa[_0x4fe9ca(0x150)]=_0x34022c[_0x4fe9ca(0x1d1)](uuidv4));}}}if(_0x2a84ef[_0x4fe9ca(0x1cf)]&&_0x2029aa['markedStatus'])return;let _0x4de6a0;try{_0x4de6a0=this[_0x4fe9ca(0x127)](_0x2029aa);}catch(_0x19417e){logger['debug'](_0x4fe9ca(0x135)+_0x19417e),_0x4de6a0=null;}let _0x118728=[];_0x4123d8&&(_0x118728=[_0x4123d8,_0x34022c[_0x4fe9ca(0x1e3)]]);const _0x11f58b=_0x34022c[_0x4fe9ca(0x1ff)](_0x2029aa[_0x4fe9ca(0x186)],undefined)?util['inspect'](_0x2029aa['errorsDetailed'][0x0]):_0x34022c[_0x4fe9ca(0x1ff)](_0x4123d8,undefined)?_0x4123d8['toString']():undefined,_0x5c3a6e=_0x4de6a0?this[_0x4fe9ca(0x1e9)](_0x4de6a0):null,_0x18320f=_0x4de6a0?this[_0x4fe9ca(0x12e)][_0x4fe9ca(0x1da)](this[_0x4fe9ca(0x127)](_0x2029aa)):_0x34022c[_0x4fe9ca(0x1f4)];let _0x32d783=_0x34022c[_0x4fe9ca(0x15d)];const _0x2d88af=!_0x2a84ef[_0x4fe9ca(0x17e)]?new Date()[_0x4fe9ca(0x170)]():null;if(_0x2a84ef[_0x4fe9ca(0x1cf)])_0x32d783=_0x4123d8?_0x34022c[_0x4fe9ca(0x15e)]:_0x34022c[_0x4fe9ca(0x1b4)],_0x2029aa[_0x4fe9ca(0x17c)]=!![];else _0x2a84ef[_0x4fe9ca(0x195)]&&(_0x32d783=_0x34022c[_0x4fe9ca(0x16a)],_0x2029aa[_0x4fe9ca(0x17c)]=!![]);const _0xec54cc={'framework':this['frameworkName'],'uuid':_0x2029aa[_0x4fe9ca(0x1fe)]||_0x2029aa[_0x4fe9ca(0x150)],'name':_0x2029aa[_0x4fe9ca(0x12b)],'body':{'lang':_0x34022c[_0x4fe9ca(0x1f2)],'code':_0x2029aa['body'][_0x4fe9ca(0x1fa)]()},'type':_0x2029aa[_0x4fe9ca(0x14f)],'scope':_0x2029aa['fullTitle'](),'scopes':this[_0x4fe9ca(0x1ad)](_0x2029aa),'file_name':_0x18320f,'vc_filepath':_0x5c3a6e?path[_0x4fe9ca(0x15f)](_0x5c3a6e,_0x4de6a0):null,'location':_0x18320f,'result':_0x32d783,'failure_reason':_0x11f58b,'duration_in_ms':_0x2029aa[_0x4fe9ca(0x174)]||(_0x2a84ef['finished']||_0x2a84ef[_0x4fe9ca(0x195)])?_0x34022c[_0x4fe9ca(0x1ac)](Date[_0x4fe9ca(0x14e)](),new Date(_0x2029aa[_0x4fe9ca(0x1cb)])[_0x4fe9ca(0x16c)]()):null,'started_at':new Date(_0x2029aa[_0x4fe9ca(0x1cb)])[_0x4fe9ca(0x170)](),'finished_at':_0x2d88af,'failure':testOpsHelper['failureData'][_0x4fe9ca(0x1dc)](null,_0x118728),'failure_type':!_0x11f58b?null:testOpsHelper[_0x4fe9ca(0x188)](_0x11f58b),'retry_of':_0x2029aa[_0x4fe9ca(0x1af)]||null,'tags':_0x2029aa[_0x4fe9ca(0x1e6)]||[],'customRerunParam':{'rerun_name':_0x2029aa[_0x4fe9ca(0x1d9)]()}};_0x34022c[_0x4fe9ca(0x17b)](appendTesthubParams,_0xec54cc,_0x441361,_0x2029aa,FRAMEWORKS[_0x4fe9ca(0x1e0)]);if(_0x2a84ef[_0x4fe9ca(0x12f)])[_0xec54cc[_0x4fe9ca(0x120)],_0xec54cc[_0x4fe9ca(0x157)]]=[this[_0x4fe9ca(0x15a)](_0x2029aa),_0x2029aa[_0x4fe9ca(0x1c0)]['test'][_0x4fe9ca(0x12b)]],_0x2a84ef[_0x4fe9ca(0x1cf)]?_0x34022c[_0x4fe9ca(0x1ff)](_0xec54cc[_0x4fe9ca(0x158)],_0x34022c[_0x4fe9ca(0x15e)])&&(_0xec54cc[_0x4fe9ca(0x158)]=_0x34022c[_0x4fe9ca(0x1b4)]):_0xec54cc[_0x4fe9ca(0x11f)]={};else _0x2a84ef[_0x4fe9ca(0x1c9)]&&(this[_0x4fe9ca(0x199)](_0x2029aa),_0x2a84ef['skipped']&&this['resetSkipTestHooks'](_0x2029aa),(_0x2a84ef[_0x4fe9ca(0x1cf)]||_0x2a84ef[_0x4fe9ca(0x195)])&&(_0xec54cc[_0x4fe9ca(0x1fc)]=this[_0x4fe9ca(0x19d)](_0x2029aa)));this['driver']&&(_0x2a84ef[_0x4fe9ca(0x17e)]||_0x2a84ef['skipped'])&&(_0xec54cc[_0x34022c[_0x4fe9ca(0x161)]]=this['getCBTInfo'](this[_0x4fe9ca(0x134)]));_0x2a84ef[_0x4fe9ca(0x1c9)]&&_0x2a84ef[_0x4fe9ca(0x1cf)]&&_0x2029aa[_0x4fe9ca(0x1a5)]&&(_0xec54cc[_0x34022c[_0x4fe9ca(0x13e)]]={'feature':{'name':_0x2029aa[_0x4fe9ca(0x184)][_0x4fe9ca(0x12a)][_0x4fe9ca(0x157)],'path':_0xec54cc[_0x4fe9ca(0x190)],'description':_0x2029aa['parent']['comment']},'scenario':{'name':_0x2029aa[_0x4fe9ca(0x12b)]},'steps':_0x2029aa[_0x4fe9ca(0x1a5)]});const _0x379172=_0xec54cc[_0x34022c['HIkbs']][0x0];_0x379172&&(_0xec54cc[_0x34022c[_0x4fe9ca(0x1bb)]]=_0x379172[_0x34022c[_0x4fe9ca(0x142)]],_0xec54cc[_0x34022c[_0x4fe9ca(0x205)]]=_0x379172[_0x34022c['NdFyP']]);if(_0x2029aa[_0x4fe9ca(0x1a5)])for(const _0x196aaf of _0x2029aa['bddSteps']){!_0x196aaf[_0x4fe9ca(0x1d4)]&&(_0x196aaf[_0x4fe9ca(0x1d4)]=new Date()[_0x4fe9ca(0x170)](),_0x34022c['CRdZZ'](_0x196aaf['result'],_0x34022c[_0x4fe9ca(0x15d)])&&(_0x379172?(_0x196aaf[_0x4fe9ca(0x158)]=_0x34022c['SYwIu'],_0x196aaf[_0x4fe9ca(0x146)]=_0x379172[_0x34022c[_0x4fe9ca(0x142)]][0x0]):_0x196aaf['result']=_0x34022c[_0x4fe9ca(0x1b4)]));}const _0x3fd84c={};_0x3fd84c[_0x4fe9ca(0x20c)]=_0x2a84ef['skipped']?TEST_EVENTS[_0x4fe9ca(0x196)]:_0x441361;const _0x163436=_0x3fd84c;return _0x2a84ef[_0x4fe9ca(0x12f)]?_0x163436[_0x34022c[_0x4fe9ca(0x19e)]]=_0xec54cc:_0x163436[_0x34022c[_0x4fe9ca(0x160)]]=_0xec54cc,_0x163436;}catch(_0x58ef4d){logger[_0x4fe9ca(0x1bf)](_0x4fe9ca(0x123)+_0x441361+'\x20with\x20error\x20:\x20'+_0x58ef4d);}}async[a4_0x3627c2(0x212)](_0x46a42a,_0x42d72b){const _0x3ccf6d=a4_0x3627c2;if(!this[_0x3ccf6d(0x13c)]||!_0x42d72b||!_0x46a42a)return![];try{return await SessionHandler[_0x3ccf6d(0x155)](_0x42d72b);}catch(_0x3f44ae){logger['debug'](_0x3ccf6d(0x162)+_0x46a42a+_0x3ccf6d(0x214)+_0x3f44ae);}}[a4_0x3627c2(0x136)](_0x2620e5){const _0x26cce3=a4_0x3627c2,_0x4558e5={};_0x4558e5[_0x26cce3(0x1a3)]=_0x26cce3(0x1c8);const _0x432c29=_0x4558e5;return{'id':_0x2620e5['stepAnalyticsId'],'text':_0x2620e5[_0x26cce3(0x193)],'keyword':_0x2620e5[_0x26cce3(0x145)],'started_at':_0x2620e5[_0x26cce3(0x1cb)][_0x26cce3(0x170)](),'result':_0x432c29[_0x26cce3(0x1a3)]};}['bddStepStart'](_0x2e7905){const _0x30a74d=a4_0x3627c2,_0x44705e={'juNkg':function(_0x3353cd){return _0x3353cd();}};!this[_0x30a74d(0x1e2)]['bddSteps']&&(this[_0x30a74d(0x1e2)][_0x30a74d(0x1a5)]=[]),!_0x2e7905['stepAnalyticsId']&&(_0x2e7905[_0x30a74d(0x1b9)]=_0x44705e[_0x30a74d(0x1bd)](uuidv4),_0x2e7905[_0x30a74d(0x1cb)]=new Date(),this[_0x30a74d(0x1e2)]['bddSteps'][_0x30a74d(0x1d2)](this[_0x30a74d(0x136)](_0x2e7905)));}['bddStepFinish'](_0x13657d){const _0x1a4e30=a4_0x3627c2,_0x4e45b7={'LFgzN':function(_0x38d09e,_0x5dda2a){return _0x38d09e(_0x5dda2a);},'GKYPc':_0x1a4e30(0x14b),'gzxiN':_0x1a4e30(0x1c8),'gEnXA':_0x1a4e30(0x1d7),'QdGgd':function(_0x15afdc,_0x71902a){return _0x15afdc-_0x71902a;}};let _0xc4568c=this[_0x1a4e30(0x1e2)][_0x1a4e30(0x1a5)][_0x1a4e30(0x1f5)](_0x13aadf=>_0x13aadf['id']===_0x13657d[_0x1a4e30(0x1b9)]);_0x4e45b7['LFgzN'](isUndefined,_0xc4568c)&&(_0xc4568c=this[_0x1a4e30(0x136)](_0x13657d)),_0xc4568c[_0x1a4e30(0x158)]=[_0x4e45b7['GKYPc'],_0x4e45b7[_0x1a4e30(0x13f)]]['includes'](_0x13657d[_0x1a4e30(0x128)])?_0x4e45b7[_0x1a4e30(0x1ab)]:_0x13657d[_0x1a4e30(0x128)],_0xc4568c[_0x1a4e30(0x1d4)]=new Date()[_0x1a4e30(0x170)](),_0xc4568c[_0x1a4e30(0x174)]=_0x4e45b7[_0x1a4e30(0x189)](Date[_0x1a4e30(0x14e)](),_0x13657d[_0x1a4e30(0x1cb)][_0x1a4e30(0x16c)]()),_0xc4568c[_0x1a4e30(0x146)]=_0x13657d[_0x1a4e30(0x12c)]?_0x13657d[_0x1a4e30(0x12c)]['message']:null;}}const a4_0x1ffafc={};a4_0x1ffafc[a4_0x3627c2(0x163)]=O11yHelper,a4_0x1ffafc[a4_0x3627c2(0x1a6)]=STATE_PASSED,a4_0x1ffafc[a4_0x3627c2(0x1a1)]=STATE_FAILED,a4_0x1ffafc[a4_0x3627c2(0x152)]=TEST_EVENTS,module[a4_0x3627c2(0x20a)]=a4_0x1ffafc;
|
|
1
|
+
const a4_0x391540=a4_0x4942;(function(_0x4829ec,_0x53da69){const _0x3da8f2=a4_0x4942,_0x70e45a=_0x4829ec();while(!![]){try{const _0xc5042c=parseInt(_0x3da8f2(0xc6))/0x1*(-parseInt(_0x3da8f2(0x111))/0x2)+-parseInt(_0x3da8f2(0x13d))/0x3+-parseInt(_0x3da8f2(0xc7))/0x4+parseInt(_0x3da8f2(0x175))/0x5*(-parseInt(_0x3da8f2(0xf2))/0x6)+-parseInt(_0x3da8f2(0x15d))/0x7*(parseInt(_0x3da8f2(0x1ad))/0x8)+parseInt(_0x3da8f2(0xcf))/0x9+parseInt(_0x3da8f2(0x18d))/0xa;if(_0xc5042c===_0x53da69)break;else _0x70e45a['push'](_0x70e45a['shift']());}catch(_0x4dbc4e){_0x70e45a['push'](_0x70e45a['shift']());}}}(a4_0x13bf,0xa230f));function a4_0x4942(_0x10bd95,_0x5cccf6){const _0x13bf67=a4_0x13bf();return a4_0x4942=function(_0x494277,_0x1ea149){_0x494277=_0x494277-0xc5;let _0x35d9c0=_0x13bf67[_0x494277];return _0x35d9c0;},a4_0x4942(_0x10bd95,_0x5cccf6);}const path=require(a4_0x391540(0x1c4)),util=require('util'),fs=require('fs'),{v4:uuidv4}=require(a4_0x391540(0x113)),{resolveBrowserTypeClass,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x391540(0x1a1)),testOpsHelper=require(a4_0x391540(0x166)),{getTestEnv}=require(a4_0x391540(0xff)),{FRAMEWORKS}=require(a4_0x391540(0x152)),logger=require(a4_0x391540(0x17d))[a4_0x391540(0xd2)],SessionHandler=require('../../helpers/test-observability/sessionHandler'),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),PlaywrightSessionDetails=require(a4_0x391540(0x126)),debug=testOpsHelper['debug'],{processAccessibilityCaps}=require(a4_0x391540(0x190)),Constants=require(a4_0x391540(0x107)),{fetchPlatformDetails}=require('./helper.js'),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x391540(0xd7)),constants=require(a4_0x391540(0x107)),STATE_PASSED='passed',STATE_FAILED='failed',a4_0x502b32={};a4_0x502b32[a4_0x391540(0x1a8)]='TestRunStarted',a4_0x502b32[a4_0x391540(0x164)]=a4_0x391540(0x135),a4_0x502b32['TEST_RUN_SKIPPED']=a4_0x391540(0x13a),a4_0x502b32[a4_0x391540(0xe3)]='HookRunStarted',a4_0x502b32['HOOK_RUN_FINISHED']='HookRunFinished';const TEST_EVENTS=a4_0x502b32,parseEvent=_0x57805b=>{const _0x39ba5b=a4_0x391540,_0x521c32={};_0x521c32[_0x39ba5b(0x1af)]=function(_0x35ef9e,_0x3016a5){return _0x35ef9e<_0x3016a5;},_0x521c32[_0x39ba5b(0x153)]=function(_0xb026bb,_0x4114ed){return _0xb026bb===_0x4114ed;},_0x521c32[_0x39ba5b(0x1bf)]='test',_0x521c32['kHvFD']=function(_0x22bb9c,_0x13a718){return _0x22bb9c===_0x13a718;},_0x521c32[_0x39ba5b(0x115)]='hook',_0x521c32[_0x39ba5b(0x182)]=function(_0x15f4d0,_0x241130){return _0x15f4d0===_0x241130;},_0x521c32['THIHs']=_0x39ba5b(0x134),_0x521c32[_0x39ba5b(0x12a)]=_0x39ba5b(0x102),_0x521c32['Bnzav']=function(_0x280673,_0x548108){return _0x280673===_0x548108;},_0x521c32['qsPxc']=_0x39ba5b(0x133);const _0x541ea7=_0x521c32,_0x106538=_0x57805b[_0x39ba5b(0x179)](/^(.*)Run(.*)$/);if(!_0x106538)return null;if(_0x541ea7[_0x39ba5b(0x1af)](_0x106538[_0x39ba5b(0xd5)],0x3))return null;const _0x49fc2d=_0x106538[0x1][_0x39ba5b(0x19e)](),_0x1bb4c5=_0x106538[0x2][_0x39ba5b(0x19e)]();return{'test':_0x541ea7[_0x39ba5b(0x153)](_0x49fc2d,_0x541ea7[_0x39ba5b(0x1bf)]),'hook':_0x541ea7['kHvFD'](_0x49fc2d,_0x541ea7[_0x39ba5b(0x115)]),'skipped':_0x541ea7['QNZCH'](_0x1bb4c5,_0x541ea7[_0x39ba5b(0xdd)]),'started':_0x541ea7[_0x39ba5b(0x153)](_0x1bb4c5,_0x541ea7[_0x39ba5b(0x12a)]),'finished':_0x541ea7[_0x39ba5b(0x118)](_0x1bb4c5,_0x541ea7[_0x39ba5b(0x17c)])};},mockPWBrowserType=_0x333508=>{const _0xef94cd=a4_0x391540,_0x539cd5={'kOEwO':function(_0x1508a9,_0x32fd46){return _0x1508a9===_0x32fd46;},'HisvI':'string','PSvBt':function(_0x3fbf30,_0x46ba48,_0x1dc7bd){return _0x3fbf30(_0x46ba48,_0x1dc7bd);},'XTCwl':_0xef94cd(0x16a),'ezqAY':function(_0x20124e,_0x1884cf){return _0x20124e(_0x1884cf);},'ubUmQ':'browserstack','gdZYf':function(_0x14fcb0,_0x467f04,_0x2561cc){return _0x14fcb0(_0x467f04,_0x2561cc);},'HyVWX':function(_0x5727ae){return _0x5727ae();},'uisfZ':function(_0x407199,_0x427279){return _0x407199(_0x427279);},'LUGMm':_0xef94cd(0x12d),'lMZyv':_0xef94cd(0x12b),'zfCXp':_0xef94cd(0x183)},_0x155eb4=_0x539cd5[_0xef94cd(0x147)](resolveBrowserTypeClass);if(!_0x155eb4){_0x539cd5['uisfZ'](debug,_0x539cd5[_0xef94cd(0x1ca)]);return;}const _0x2f5b7b=_0x155eb4[_0xef94cd(0x18e)];if(_0x2f5b7b[_0xef94cd(0x1b1)])return;const _0xcc774c=_0x2f5b7b[_0xef94cd(0x12b)];Object[_0xef94cd(0x110)](_0x2f5b7b,_0x539cd5[_0xef94cd(0xe4)],{'get':function(){const _0x405437=_0xef94cd,_0x37abc6={'OCCbj':function(_0x4e866f,_0x9f5a6d){const _0x17a095=a4_0x4942;return _0x539cd5[_0x17a095(0x192)](_0x4e866f,_0x9f5a6d);},'epcdV':_0x539cd5[_0x405437(0x1c0)],'FTegw':function(_0x205c81,_0x4359f6,_0x38ba38){const _0x438cc2=_0x405437;return _0x539cd5[_0x438cc2(0x13f)](_0x205c81,_0x4359f6,_0x38ba38);},'QcCby':_0x539cd5[_0x405437(0x119)],'bvvVI':function(_0x53541f,_0x13e55e){return _0x539cd5['ezqAY'](_0x53541f,_0x13e55e);},'AGjfE':_0x539cd5[_0x405437(0xfe)],'vGblj':function(_0x47f595,_0x17514c,_0x52dc3c){const _0x5ad52b=_0x405437;return _0x539cd5[_0x5ad52b(0x144)](_0x47f595,_0x17514c,_0x52dc3c);},'iuayj':function(_0xcd7fc2,_0x30ecaf){const _0x4dde2b=_0x405437;return _0x539cd5[_0x4dde2b(0x199)](_0xcd7fc2,_0x30ecaf);}};return async function _0x3a6547(_0x305e24,_0x2f09ac){const _0x275a37=_0x405437,_0x118d94=_0x37abc6[_0x275a37(0x10d)](nestedKeyValue,_0x305e24,[_0x37abc6[_0x275a37(0x16e)]])||_0x305e24;let _0xc37e59=null,_0x308d06=null;try{[_0x308d06,_0xc37e59]=_0x118d94?_0x37abc6[_0x275a37(0x19d)](parseWSEndpoint,_0x118d94):[null,null],global[_0x275a37(0x165)]=_0xc37e59,logger[_0x275a37(0x1a3)](_0x275a37(0x160)+_0x308d06),_0x308d06[_0x275a37(0x1b3)](Constants[_0x275a37(0x14e)])&&(global['__cloud_provider___']=_0x37abc6[_0x275a37(0x128)]);}catch(_0x150ad2){logger[_0x275a37(0x1a3)](_0x275a37(0x12c)+_0x118d94+'\x20'+_0x150ad2);}_0x37abc6[_0x275a37(0xc5)](processAccessibilityCaps,_0xc37e59,_0x308d06);if(global[_0x275a37(0x11e)]){const _0x2f4aba=await _0x2f5b7b[_0x275a37(0x156)][_0x275a37(0x1c7)](this,[''+Constants['PLAYWRIGHT_HUB_URL']+_0x37abc6[_0x275a37(0xed)](encodeURIComponent,JSON[_0x275a37(0x11b)](_0xc37e59))]);return PlaywrightSessionDetails[_0x275a37(0x125)](_0x2f4aba,_0x333508,_0x118d94),_0x2f4aba;}return _0xcc774c[_0x275a37(0x1c7)](this,arguments)[_0x275a37(0x10f)](_0x3a4a4c=>{const _0x437612=_0x275a37;let _0x5c849e=_0x305e24[_0x437612(0x16a)];return _0x37abc6[_0x437612(0xf0)](typeof _0x305e24,_0x37abc6['epcdV'])&&(_0x5c849e=_0x305e24),PlaywrightSessionDetails[_0x437612(0x125)](_0x3a4a4c,_0x333508,_0x5c849e),_0x3a4a4c;});};}});const _0xefe894=_0x2f5b7b[_0xef94cd(0x183)];Object[_0xef94cd(0x110)](_0x2f5b7b,_0x539cd5[_0xef94cd(0x112)],{'get':function(){return async function _0x5cbeb6(){const _0x52f675=a4_0x4942;return _0xefe894['apply'](this,arguments)[_0x52f675(0x10f)](_0x5744dd=>{return PlaywrightSessionDetails['setupBrowserDetails'](_0x5744dd,null),_0x5744dd;});};}});};class O11yHelper{[a4_0x391540(0x137)]=null;[a4_0x391540(0x1c3)]=null;['enabled']=![];[a4_0x391540(0x14d)]=![];[a4_0x391540(0x124)]=[];constructor(_0x1fbb10,_0x5be606){const _0x2865df=a4_0x391540,_0x73e200={'gvfQC':_0x2865df(0x185),'MCLtX':function(_0x587862,_0x2c78c1){return _0x587862===_0x2c78c1;},'PcNZC':_0x2865df(0x18f),'ecTLx':function(_0x122d1f,_0x26c96d){return _0x122d1f(_0x26c96d);},'SOgoD':function(_0x4ab12d){return _0x4ab12d();}},_0x64dc3=_0x73e200[_0x2865df(0x1a0)]['split']('|');let _0x334ac2=0x0;while(!![]){switch(_0x64dc3[_0x334ac2++]){case'0':this[_0x2865df(0x193)]&&_0x73e200[_0x2865df(0xfd)](this['driver'][_0x2865df(0x141)][_0x2865df(0x12f)],_0x73e200[_0x2865df(0xcd)])&&_0x73e200[_0x2865df(0xf9)](mockPWBrowserType,null);continue;case'1':this[_0x2865df(0x11c)]=_0x73e200['SOgoD'](getTestEnv);continue;case'2':this['enabled']=_0x73e200[_0x2865df(0x158)](shouldProcessEventForTesthub);continue;case'3':this['_paths']=new testOpsHelper[(_0x2865df(0x15f))]({'cwd':process[_0x2865df(0x116)]()},this[_0x2865df(0x11c)][_0x2865df(0xcb)]);continue;case'4':this[_0x2865df(0x193)]=_0x1fbb10;continue;case'5':this[_0x2865df(0x14d)]=_0x5be606[_0x2865df(0x14d)];continue;}break;}}[a4_0x391540(0x1cd)](){const _0x51e53f=a4_0x391540,_0x5b9e77={'DHoGP':function(_0x16dc87,_0x2b157c){return _0x16dc87(_0x2b157c);}};if(!this[_0x51e53f(0x193)])return![];try{const _0x3f5aa9=_0x5b9e77[_0x51e53f(0x117)](fetchPlatformDetails,this[_0x51e53f(0x193)]);if(!_0x3f5aa9)return![];const _0x2e7adb=Object[_0x51e53f(0x1c9)](_0x3f5aa9)[0x0];return!!(_0x2e7adb&&_0x3f5aa9[_0x2e7adb]&&_0x3f5aa9[_0x2e7adb][_0x51e53f(0x1bb)]);}catch(_0x11254a){return![];}}['bufferPendingHookEvent'](_0x18ba47,_0x2b1342){const _0x28fa5f=a4_0x391540;if(!_0x2b1342)return;const _0x3543fd={};_0x3543fd[_0x28fa5f(0x148)]=_0x18ba47,_0x3543fd['uploadData']=_0x2b1342,this['pendingHookEvents'][_0x28fa5f(0x1cc)](_0x3543fd);}async[a4_0x391540(0x11a)](){const _0x4f291e=a4_0x391540,_0x5e0882={};_0x5e0882[_0x4f291e(0x1b4)]=function(_0x465c79,_0x42164a){return _0x465c79&&_0x42164a;};const _0x40bbc8=_0x5e0882;if(!this[_0x4f291e(0x124)][_0x4f291e(0xd5)])return;if(!this['hasLiveDriverSession']())return;const _0x387948=this['getCBTInfo'](this[_0x4f291e(0x193)]),_0x50cbdb=this[_0x4f291e(0x124)][_0x4f291e(0x186)](0x0,this[_0x4f291e(0x124)][_0x4f291e(0xd5)]);for(const {eventType:_0x3c7ee5,uploadData:_0x334406}of _0x50cbdb){try{const _0x429165=_0x334406[_0x4f291e(0x168)]||_0x334406[_0x4f291e(0xce)];_0x40bbc8['KahSo'](_0x429165,_0x387948)&&(_0x429165[_0x4f291e(0x13b)]=_0x387948),await this[_0x4f291e(0x142)](_0x3c7ee5,_0x334406);}catch(_0x199b3b){logger['debug'](_0x4f291e(0x120)+_0x3c7ee5+':\x20'+util[_0x4f291e(0x1ac)](_0x199b3b));}}}[a4_0x391540(0xe8)](){const _0x2e815a=a4_0x391540;if(!this[_0x2e815a(0x146)])return;testOpsHelper[_0x2e815a(0xde)](),process[_0x2e815a(0xd9)](_0x2e815a(0x1be)+process[_0x2e815a(0x191)]),process['on']('bs:addLog:'+process[_0x2e815a(0x191)],this['appendTestItemLog'][_0x2e815a(0x155)](this));}async['stop'](){const _0x58b10b=a4_0x391540;await RequestQueueHandler[_0x58b10b(0x1a6)]()[_0x58b10b(0x174)]();}async[a4_0x391540(0x1c1)](_0x4b807c){const _0x2acf87=a4_0x391540,_0x1cccff={'SpgTq':'LogCreated','pBikU':function(_0x22d22c,_0x258e91){return _0x22d22c(_0x258e91);}};try{this[_0x2acf87(0x1c3)]&&!this['currentHook'][_0x2acf87(0x18b)]&&(_0x4b807c[_0x2acf87(0x16b)]=this[_0x2acf87(0x1c3)]['hookAnalyticsId']);!_0x4b807c[_0x2acf87(0x16b)]&&this['currentTest']&&!this['currentTest'][_0x2acf87(0x18b)]&&(_0x4b807c['test_run_uuid']=this[_0x2acf87(0x137)][_0x2acf87(0x17b)]);if(_0x4b807c['hook_run_uuid']||_0x4b807c[_0x2acf87(0x157)]){const _0x2c6a5a={};_0x2c6a5a[_0x2acf87(0x136)]=_0x1cccff['SpgTq'],_0x2c6a5a[_0x2acf87(0xef)]=[_0x4b807c],await SessionHandler['uploadEventData'](_0x2c6a5a);}}catch(_0xeae79d){_0x1cccff[_0x2acf87(0x17e)](debug,_0x2acf87(0x1c2)+constants['TEST_REPORTING_ANALYTICS']+_0x2acf87(0x154)+_0xeae79d);}}async[a4_0x391540(0xd3)](_0x24676a){const _0x12e86d=a4_0x391540,_0x568f5a={'mURLp':_0x12e86d(0x170),'QpTqX':function(_0xc1cc5c,_0x43978f){return _0xc1cc5c(_0x43978f);}};if(!this[_0x12e86d(0x146)])return;const _0x3e710f=this[_0x12e86d(0x122)](this[_0x12e86d(0x193)]);try{const _0x4dca97={};_0x4dca97[_0x12e86d(0x113)]=_0x24676a,_0x4dca97[_0x12e86d(0x13b)]=_0x3e710f;const _0x300822=_0x4dca97,_0x4f6815={};_0x4f6815['event_type']=_0x568f5a[_0x12e86d(0xd0)],_0x4f6815[_0x12e86d(0xce)]=_0x300822,await SessionHandler[_0x12e86d(0xf6)](_0x4f6815);}catch(_0x47ab79){_0x568f5a[_0x12e86d(0xf7)](debug,_0x12e86d(0xcc)+constants[_0x12e86d(0xe6)]+_0x12e86d(0x154)+_0x47ab79);}}[a4_0x391540(0x122)](_0xdcd09c){const _0x4213b4={'OYDxg':function(_0x9cb9bb,_0x184329){return _0x9cb9bb(_0x184329);}};return _0x4213b4['OYDxg'](fetchPlatformDetails,_0xdcd09c);}[a4_0x391540(0x1c6)]=_0xf0c384=>{const _0x49b936=a4_0x391540,_0x1c5e55={};_0x1c5e55[_0x49b936(0x14c)]=_0x49b936(0xca),_0x1c5e55[_0x49b936(0x1bc)]='_afterEach';const _0x37fb3a=_0x1c5e55;if(!_0xf0c384||!_0xf0c384[_0x49b936(0x184)])return;[_0x37fb3a['YGjEG'],_0x37fb3a[_0x49b936(0x1bc)]][_0x49b936(0x172)](_0x7031b9=>{const _0x286213=_0x49b936,_0x5e8f8f=_0xf0c384['parent'][_0x7031b9];_0x5e8f8f[_0x286213(0x172)](_0x27b70a=>{const _0x544141=_0x286213;_0x27b70a[_0x544141(0x17f)]&&(_0x27b70a['hookAnalyticsId']=null);});});};[a4_0x391540(0xdf)](_0x2af209){const _0x22643c=a4_0x391540,_0x5b3472={'LICzt':_0x22643c(0x197),'MAoJw':function(_0x5235a4){return _0x5235a4();},'LyfPz':function(_0x461ef1,_0x40afd6){return _0x461ef1===_0x40afd6;},'PFFQQ':_0x22643c(0x101),'CYfwv':_0x22643c(0x143),'LwIKA':_0x22643c(0x173),'LgRhD':'_beforeEach'};if(!_0x2af209||!_0x2af209[_0x22643c(0x184)])return;[_0x5b3472['CYfwv'],_0x5b3472[_0x22643c(0xd1)],_0x5b3472[_0x22643c(0x1a9)],_0x5b3472[_0x22643c(0x1a5)]][_0x22643c(0x172)](_0x4587b6=>{const _0x45ee2c=_0x22643c,_0x31945e={'PiUsA':_0x5b3472[_0x45ee2c(0x16d)],'oNeZK':function(_0x13a152){const _0x47732b=_0x45ee2c;return _0x5b3472[_0x47732b(0x1a4)](_0x13a152);},'zlYwS':function(_0x9ecdbe,_0x4f4916){const _0x180a44=_0x45ee2c;return _0x5b3472[_0x180a44(0xe2)](_0x9ecdbe,_0x4f4916);},'JqMzR':_0x5b3472[_0x45ee2c(0x1a5)],'xLanj':function(_0x357151){return _0x5b3472['MAoJw'](_0x357151);}},_0x32ea8d=_0x2af209[_0x45ee2c(0x184)][_0x4587b6]||[];_0x32ea8d['forEach'](_0x137a28=>{const _0xf20040=_0x45ee2c;if(_0x137a28[_0xf20040(0xf8)][_0xf20040(0x1b3)](_0x31945e[_0xf20040(0x130)]))return;if(!_0x137a28[_0xf20040(0x17f)])_0x137a28[_0xf20040(0x17f)]=_0x31945e['oNeZK'](uuidv4);else _0x137a28[_0xf20040(0x18b)]&&_0x31945e[_0xf20040(0x169)](_0x4587b6,_0x31945e[_0xf20040(0x104)])&&(_0x137a28[_0xf20040(0x17f)]=_0x31945e[_0xf20040(0x1c8)](uuidv4),delete _0x137a28['markedStatus']);});}),this['mapTestHooks'](_0x2af209['parent']);}[a4_0x391540(0xd6)](_0x58ac34){const _0x2095bd=a4_0x391540,_0x39d3aa={};_0x39d3aa[_0x2095bd(0x161)]=_0x2095bd(0x143),_0x39d3aa[_0x2095bd(0x198)]='_afterAll',_0x39d3aa[_0x2095bd(0x1b2)]='_beforeEach',_0x39d3aa[_0x2095bd(0x1aa)]=_0x2095bd(0x101);const _0x5ca6ec=_0x39d3aa;if(!_0x58ac34||!_0x58ac34[_0x2095bd(0x184)])return[];const _0x510fd6=[];return[_0x5ca6ec[_0x2095bd(0x161)],_0x5ca6ec['lfssp'],_0x5ca6ec['YvCoh'],_0x5ca6ec['PeRuY']]['forEach'](_0x57b384=>{const _0x3bad4f=_0x2095bd,_0x3424a6=_0x58ac34[_0x3bad4f(0x184)][_0x57b384]||[];_0x3424a6[_0x3bad4f(0x172)](_0x4bb774=>{const _0x18dedc=_0x3bad4f;_0x4bb774[_0x18dedc(0x17f)]&&_0x510fd6[_0x18dedc(0x1cc)](_0x4bb774[_0x18dedc(0x17f)]);});}),[][_0x2095bd(0xe0)](_0x510fd6,this[_0x2095bd(0xd6)](_0x58ac34['parent']));}[a4_0x391540(0x106)](_0x47ad3d){const _0x1a6f51=a4_0x391540,_0x33907b=/^"(?<hook>.*)" hook:.*$/,_0xbb3a39=_0x47ad3d[_0x1a6f51(0xf8)],_0x365b33=_0xbb3a39[_0x1a6f51(0x179)](_0x33907b);if(_0x365b33&&_0x365b33[_0x1a6f51(0x138)])return _0x365b33[_0x1a6f51(0x138)][_0x1a6f51(0x10e)][_0x1a6f51(0xc9)]()[_0x1a6f51(0x11f)]('\x20','_');return null;}[a4_0x391540(0x12e)](_0x9c8583){const _0x1f96e9=a4_0x391540,_0x448e64={};_0x448e64['QPRWW']=function(_0x55766e,_0x1caa8b){return _0x55766e===_0x1caa8b;},_0x448e64[_0x1f96e9(0x10b)]=function(_0x2e861a,_0x127871){return _0x2e861a===_0x127871;},_0x448e64[_0x1f96e9(0xf3)]=_0x1f96e9(0x1cb);const _0x33df74=_0x448e64,_0x4b75d8=path[_0x1f96e9(0x123)];if(_0x33df74[_0x1f96e9(0x1b0)](_0x9c8583,null)||_0x33df74[_0x1f96e9(0x10b)](_0x9c8583,'')||_0x33df74['QPRWW'](_0x9c8583,_0x4b75d8)||_0x33df74[_0x1f96e9(0x10b)](_0x9c8583,path[_0x1f96e9(0x159)](_0x9c8583)))return null;try{return fs[_0x1f96e9(0xdb)](path[_0x1f96e9(0x10c)](_0x9c8583,_0x33df74['TwvKw'])),_0x9c8583;}catch(_0x298cd8){const _0x480eaa=path['dirname'](_0x9c8583);return this[_0x1f96e9(0x12e)](_0x480eaa);}}[a4_0x391540(0x105)](_0x47b8e4){const _0xc5a09=a4_0x391540,_0x1b353a={};_0x1b353a[_0xc5a09(0x194)]=function(_0x4e290f,_0x5645bd){return _0x4e290f>_0x5645bd;};const _0x581b98=_0x1b353a;if(_0x47b8e4[_0xc5a09(0x15c)])return _0x47b8e4['file'];if(_0x47b8e4[_0xc5a09(0xc8)]){const _0x2df85e=_0x47b8e4[_0xc5a09(0xc8)][_0xc5a09(0x137)]?this['getRootParentFile'](_0x47b8e4[_0xc5a09(0xc8)][_0xc5a09(0x137)]):null;if(_0x2df85e)return _0x2df85e;}if(_0x47b8e4[_0xc5a09(0x184)]){const _0x542baf=this['getRootParentFile'](_0x47b8e4[_0xc5a09(0x184)])||(_0x47b8e4[_0xc5a09(0x184)][_0xc5a09(0xc8)]&&_0x47b8e4[_0xc5a09(0x184)][_0xc5a09(0xc8)]['currentTest']?this[_0xc5a09(0x105)](_0x47b8e4['parent'][_0xc5a09(0xc8)][_0xc5a09(0x137)]):null);if(_0x542baf)return _0x542baf;_0x47b8e4[_0xc5a09(0x184)]['suites']&&_0x581b98[_0xc5a09(0x194)](_0x47b8e4[_0xc5a09(0x184)][_0xc5a09(0x19b)]['length'],0x0)&&_0x47b8e4['parent'][_0xc5a09(0x19b)]['forEach'](_0x5cbb17=>{const _0x280e90=_0xc5a09,_0x352e47=_0x5cbb17[_0x280e90(0xc8)]?this['getRootParentFile'](_0x5cbb17[_0x280e90(0xc8)]):null;if(_0x352e47)return _0x352e47;});}return null;}[a4_0x391540(0x16c)](_0x3bf215){const _0x4e2893=a4_0x391540,_0x48c6a6={};_0x48c6a6['zNtcu']=function(_0x3a1e7f,_0x1a695a){return _0x3a1e7f!==_0x1a695a;};const _0x2e5f6c=_0x48c6a6,_0x53b5c8=[];if(_0x3bf215&&_0x3bf215[_0x4e2893(0x184)]){let _0x2c41b1=_0x3bf215[_0x4e2893(0x184)];while(_0x2c41b1&&_0x2e5f6c[_0x4e2893(0xea)](_0x2c41b1['title'],'')){_0x53b5c8[_0x4e2893(0x1cc)](_0x2c41b1[_0x4e2893(0xf8)]),_0x2c41b1=_0x2c41b1[_0x4e2893(0x184)];}}return _0x53b5c8;}[a4_0x391540(0x19c)](_0x2f1ae0,_0x203b41,_0x3a0ab9=undefined){const _0x21ec7f=a4_0x391540,_0x5512bc={'WlrDT':function(_0x3cb2a3,_0x549a8a){return _0x3cb2a3(_0x549a8a);},'DhHas':function(_0x44762e){return _0x44762e();},'nXuWg':function(_0x89df98){return _0x89df98();},'udCVk':_0x21ec7f(0x171),'pAEHL':function(_0x2d002b,_0x18f61f){return _0x2d002b!==_0x18f61f;},'RUMaI':function(_0xd531a6,_0x418817){return _0xd531a6!==_0x418817;},'ZXksq':_0x21ec7f(0x18c),'mkGbD':_0x21ec7f(0x1b9),'GMFgP':'failed','CbZGm':_0x21ec7f(0x16f),'ZajpZ':'skipped','AyXLt':_0x21ec7f(0x188),'RbZkP':function(_0x4aa98d,_0x88f53){return _0x4aa98d-_0x88f53;},'aFawD':function(_0x4d8162,_0x3cf727,_0x5a1280,_0x1654b3,_0x414d6b){return _0x4d8162(_0x3cf727,_0x5a1280,_0x1654b3,_0x414d6b);},'clpHC':function(_0x2d1602,_0x3287f4){return _0x2d1602!==_0x3287f4;},'nufJM':_0x21ec7f(0x13b),'xPXxx':_0x21ec7f(0x109),'wpHve':_0x21ec7f(0x18a),'SJCKV':_0x21ec7f(0x15b),'YzngZ':'backtrace','dNlww':_0x21ec7f(0x196),'ajbTi':_0x21ec7f(0x127),'xXatx':function(_0x37ce4e,_0x1bc09a){return _0x37ce4e===_0x1bc09a;},'ZRNPr':'hook_run','wPcQH':_0x21ec7f(0xce)};if(!this[_0x21ec7f(0x146)])return;try{if(_0x203b41['fn']&&_0x203b41['fn']['toString']()[_0x21ec7f(0x179)](/browserstack internal helper hook/))return;const _0x50d120=_0x5512bc[_0x21ec7f(0x1b5)](parseEvent,_0x2f1ae0);if(!_0x50d120)return;if(_0x50d120['test']){this['currentTest']=_0x203b41,this[_0x21ec7f(0x1c3)]=null;if(_0x50d120[_0x21ec7f(0x102)]||_0x50d120['skipped']){_0x203b41[_0x21ec7f(0x100)]=new Date(),_0x203b41[_0x21ec7f(0x18b)]=![];if(!_0x203b41[_0x21ec7f(0x17b)])_0x203b41['testAnalyticsId']=_0x5512bc[_0x21ec7f(0x163)](uuidv4);else _0x203b41[_0x21ec7f(0x18b)]&&(!_0x203b41[_0x21ec7f(0x10a)]&&(_0x203b41['retryOf']=_0x203b41[_0x21ec7f(0x17b)]),_0x203b41[_0x21ec7f(0x17b)]=_0x5512bc['DhHas'](uuidv4));}}else{if(_0x50d120[_0x21ec7f(0x10e)]){this[_0x21ec7f(0x1c3)]=_0x203b41;if(_0x50d120[_0x21ec7f(0x102)]){_0x203b41['startedAt']=new Date(),_0x203b41[_0x21ec7f(0x18b)]=![];if(!_0x203b41[_0x21ec7f(0x17f)])_0x203b41[_0x21ec7f(0x17f)]=_0x5512bc[_0x21ec7f(0x132)](uuidv4);else _0x203b41[_0x21ec7f(0x17f)]&&_0x203b41[_0x21ec7f(0x18b)]&&(_0x203b41[_0x21ec7f(0x17f)]=_0x5512bc[_0x21ec7f(0x132)](uuidv4));}}}if(_0x50d120['finished']&&_0x203b41[_0x21ec7f(0x18b)])return;let _0x1632cf;try{_0x1632cf=this[_0x21ec7f(0x105)](_0x203b41);}catch(_0x5a44dd){logger[_0x21ec7f(0x1a3)](_0x21ec7f(0x167)+_0x5a44dd),_0x1632cf=null;}let _0x505e64=[];_0x3a0ab9&&(_0x505e64=[_0x3a0ab9,_0x5512bc[_0x21ec7f(0xfc)]]);const _0x32fa8f=_0x5512bc[_0x21ec7f(0x187)](_0x203b41[_0x21ec7f(0xf5)],undefined)?util[_0x21ec7f(0x181)](_0x203b41[_0x21ec7f(0xf5)][0x0]):_0x5512bc[_0x21ec7f(0x17a)](_0x3a0ab9,undefined)?_0x3a0ab9[_0x21ec7f(0x151)]():undefined,_0x227630=_0x1632cf?this['findGitConfig'](_0x1632cf):null,_0x6a0778=_0x1632cf?this['_paths'][_0x21ec7f(0xdc)](this[_0x21ec7f(0x105)](_0x203b41)):_0x5512bc[_0x21ec7f(0x145)];let _0x4aea5f=_0x5512bc[_0x21ec7f(0x180)];const _0x5ae448=!_0x50d120['started']?new Date()[_0x21ec7f(0x1b8)]():null;if(_0x50d120[_0x21ec7f(0x133)])_0x4aea5f=_0x3a0ab9?_0x5512bc[_0x21ec7f(0xf1)]:_0x5512bc[_0x21ec7f(0x14f)],_0x203b41[_0x21ec7f(0x18b)]=!![];else _0x50d120['skipped']&&(_0x4aea5f=_0x5512bc['ZajpZ'],_0x203b41[_0x21ec7f(0x18b)]=!![]);const _0x40eefb={'framework':this[_0x21ec7f(0x14d)],'uuid':_0x203b41['testAnalyticsId']||_0x203b41[_0x21ec7f(0x17f)],'name':_0x203b41[_0x21ec7f(0xf8)],'body':{'lang':_0x5512bc[_0x21ec7f(0x121)],'code':_0x203b41['body'][_0x21ec7f(0x151)]()},'type':_0x203b41[_0x21ec7f(0xf4)],'scope':_0x203b41[_0x21ec7f(0x19f)](),'scopes':this[_0x21ec7f(0x16c)](_0x203b41),'file_name':_0x6a0778,'vc_filepath':_0x227630?path[_0x21ec7f(0x1ba)](_0x227630,_0x1632cf):null,'location':_0x6a0778,'result':_0x4aea5f,'failure_reason':_0x32fa8f,'duration_in_ms':_0x203b41[_0x21ec7f(0x103)]||(_0x50d120['finished']||_0x50d120[_0x21ec7f(0x134)])?_0x5512bc[_0x21ec7f(0x1b6)](Date['now'](),new Date(_0x203b41[_0x21ec7f(0x100)])[_0x21ec7f(0x14b)]()):null,'started_at':new Date(_0x203b41[_0x21ec7f(0x100)])[_0x21ec7f(0x1b8)](),'finished_at':_0x5ae448,'failure':testOpsHelper['failureData'][_0x21ec7f(0x1c7)](null,_0x505e64),'failure_type':!_0x32fa8f?null:testOpsHelper[_0x21ec7f(0xd8)](_0x32fa8f),'retry_of':_0x203b41[_0x21ec7f(0x10a)]||null,'tags':_0x203b41[_0x21ec7f(0x178)]||[],'customRerunParam':{'rerun_name':_0x203b41['fullTitle']()}};_0x5512bc[_0x21ec7f(0x108)](appendTesthubParams,_0x40eefb,_0x2f1ae0,_0x203b41,FRAMEWORKS['CODECEPT']);if(_0x50d120[_0x21ec7f(0x10e)])[_0x40eefb[_0x21ec7f(0xd4)],_0x40eefb[_0x21ec7f(0x12f)]]=[this[_0x21ec7f(0x106)](_0x203b41),_0x203b41[_0x21ec7f(0xc8)][_0x21ec7f(0x149)][_0x21ec7f(0xf8)]],_0x50d120[_0x21ec7f(0x133)]?_0x5512bc[_0x21ec7f(0xda)](_0x40eefb[_0x21ec7f(0x1c5)],_0x5512bc[_0x21ec7f(0xf1)])&&(_0x40eefb['result']=_0x5512bc['CbZGm']):_0x40eefb[_0x21ec7f(0xe9)]={};else _0x50d120['test']&&(this['mapTestHooks'](_0x203b41),_0x50d120['skipped']&&this[_0x21ec7f(0x1c6)](_0x203b41),(_0x50d120[_0x21ec7f(0x133)]||_0x50d120[_0x21ec7f(0x134)])&&(_0x40eefb[_0x21ec7f(0x176)]=this['getHooksForTest'](_0x203b41)));this[_0x21ec7f(0x193)]&&(_0x50d120[_0x21ec7f(0x102)]||_0x50d120[_0x21ec7f(0x134)])&&(_0x40eefb[_0x5512bc[_0x21ec7f(0x139)]]=this[_0x21ec7f(0x122)](this[_0x21ec7f(0x193)]));_0x50d120[_0x21ec7f(0x149)]&&_0x50d120[_0x21ec7f(0x133)]&&_0x203b41['bddSteps']&&(_0x40eefb[_0x5512bc[_0x21ec7f(0x14a)]]={'feature':{'name':_0x203b41['parent']['feature'][_0x21ec7f(0x12f)],'path':_0x40eefb[_0x21ec7f(0xeb)],'description':_0x203b41['parent'][_0x21ec7f(0x1a7)]},'scenario':{'name':_0x203b41[_0x21ec7f(0xf8)]},'steps':_0x203b41[_0x21ec7f(0xec)]});const _0xc0e84a=_0x40eefb[_0x5512bc[_0x21ec7f(0x1bd)]][0x0];_0xc0e84a&&(_0x40eefb[_0x5512bc['SJCKV']]=_0xc0e84a[_0x5512bc[_0x21ec7f(0x150)]],_0x40eefb[_0x5512bc[_0x21ec7f(0xe1)]]=_0xc0e84a[_0x5512bc[_0x21ec7f(0x140)]]);if(_0x203b41['bddSteps'])for(const _0x3402f4 of _0x203b41[_0x21ec7f(0xec)]){!_0x3402f4['finished_at']&&(_0x3402f4['finished_at']=new Date()[_0x21ec7f(0x1b8)](),_0x5512bc[_0x21ec7f(0x1a2)](_0x3402f4[_0x21ec7f(0x1c5)],_0x5512bc[_0x21ec7f(0x180)])&&(_0xc0e84a?(_0x3402f4[_0x21ec7f(0x1c5)]=_0x5512bc['GMFgP'],_0x3402f4[_0x21ec7f(0x18a)]=_0xc0e84a[_0x5512bc[_0x21ec7f(0x150)]][0x0]):_0x3402f4[_0x21ec7f(0x1c5)]=_0x5512bc[_0x21ec7f(0x14f)]));}const _0x681d5a={};_0x681d5a[_0x21ec7f(0x136)]=_0x50d120[_0x21ec7f(0x134)]?TEST_EVENTS[_0x21ec7f(0x164)]:_0x2f1ae0;const _0x28aadc=_0x681d5a;return _0x50d120[_0x21ec7f(0x10e)]?_0x28aadc[_0x5512bc['ZRNPr']]=_0x40eefb:_0x28aadc[_0x5512bc[_0x21ec7f(0xe7)]]=_0x40eefb,_0x28aadc;}catch(_0xc41c65){logger[_0x21ec7f(0x1a3)](_0x21ec7f(0x11d)+_0x2f1ae0+_0x21ec7f(0x154)+_0xc41c65);}}async['fireEvent'](_0xbf465c,_0x496739){const _0x2cb2e0=a4_0x391540;if(!this['enabled']||!_0x496739||!_0xbf465c)return![];try{return await SessionHandler[_0x2cb2e0(0xf6)](_0x496739);}catch(_0x3200be){logger[_0x2cb2e0(0x1a3)]('Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20'+_0xbf465c+_0x2cb2e0(0x154)+_0x3200be);}}['initializeBddStep'](_0x600e81){const _0x2d0f35=a4_0x391540,_0x325305={};_0x325305['Akjbp']='pending';const _0x4346ea=_0x325305;return{'id':_0x600e81[_0x2d0f35(0xe5)],'text':_0x600e81[_0x2d0f35(0x1ae)],'keyword':_0x600e81['keyword'],'started_at':_0x600e81[_0x2d0f35(0x100)][_0x2d0f35(0x1b8)](),'result':_0x4346ea[_0x2d0f35(0x1b7)]};}[a4_0x391540(0x177)](_0x5ca12f){const _0x220f50=a4_0x391540,_0x50ff59={'bZFft':function(_0x219480){return _0x219480();}};!this[_0x220f50(0x137)][_0x220f50(0xec)]&&(this[_0x220f50(0x137)][_0x220f50(0xec)]=[]),!_0x5ca12f[_0x220f50(0xe5)]&&(_0x5ca12f['stepAnalyticsId']=_0x50ff59[_0x220f50(0x129)](uuidv4),_0x5ca12f[_0x220f50(0x100)]=new Date(),this['currentTest']['bddSteps'][_0x220f50(0x1cc)](this['initializeBddStep'](_0x5ca12f)));}[a4_0x391540(0x19a)](_0x1b72ee){const _0x3b2aa2=a4_0x391540,_0x3d6d92={'WtToi':function(_0x32b08f,_0x868921){return _0x32b08f(_0x868921);},'SazGZ':'success','egxAu':_0x3b2aa2(0x1b9),'rOSWH':_0x3b2aa2(0x16f),'HUgat':function(_0x5afea5,_0xcf786c){return _0x5afea5-_0xcf786c;}};let _0x27f035=this[_0x3b2aa2(0x137)]['bddSteps']['find'](_0x153545=>_0x153545['id']===_0x1b72ee[_0x3b2aa2(0xe5)]);_0x3d6d92[_0x3b2aa2(0xee)](isUndefined,_0x27f035)&&(_0x27f035=this[_0x3b2aa2(0x162)](_0x1b72ee)),_0x27f035[_0x3b2aa2(0x1c5)]=[_0x3d6d92['SazGZ'],_0x3d6d92[_0x3b2aa2(0x13e)]]['includes'](_0x1b72ee[_0x3b2aa2(0x15a)])?_0x3d6d92[_0x3b2aa2(0x114)]:_0x1b72ee[_0x3b2aa2(0x15a)],_0x27f035[_0x3b2aa2(0x15e)]=new Date()['toISOString'](),_0x27f035[_0x3b2aa2(0x103)]=_0x3d6d92['HUgat'](Date[_0x3b2aa2(0xfb)](),_0x1b72ee['startedAt'][_0x3b2aa2(0x14b)]()),_0x27f035['failure']=_0x1b72ee['err']?_0x1b72ee[_0x3b2aa2(0x171)][_0x3b2aa2(0x131)]:null;}}function a4_0x13bf(){const _0x3c61fa=['defineProperty','2jwqYlJ','zfCXp','uuid','rOSWH','JTELk','cwd','DHoGP','Bnzav','XTCwl','flushPendingHookEvents','stringify','_testEnv','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','accessibilityPlatform','replace','Failed\x20to\x20flush\x20pending\x20hook\x20event\x20','AyXLt','getCBTInfo','sep','pendingHookEvents','setupBrowserDetails','../playwright/sessionDetails','expanded','AGjfE','bZFft','UUJYs','connect','Failed\x20to\x20parse\x20wsendpoint\x20','Not\x20able\x20to\x20import\x20Browser','findGitConfig','name','PiUsA','message','nXuWg','finished','skipped','TestRunFinished','event_type','currentTest','groups','nufJM','TestRunSkipped','integrations','STATE_PASSED','2830881qcdial','egxAu','PSvBt','ajbTi','constructor','fireEvent','_beforeAll','gdZYf','ZXksq','enabled','HyVWX','eventType','test','xPXxx','getTime','YGjEG','frameworkName','BROWSERSTACK','CbZGm','YzngZ','toString','../../helpers/test-observability/constants','mlJMv','\x20with\x20error\x20:\x20','bind','connectOverCDP','test_run_uuid','SOgoD','dirname','status','failure_backtrace','file','1883973FXXRPt','finished_at','PathHelper','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','QvrGN','initializeBddStep','DhHas','TEST_RUN_FINISHED','__platformCaps','../../helpers/test-observability/utils','failed\x20to\x20get\x20root\x20parent\x20file\x20','hook_run','zlYwS','wsEndpoint','hook_run_uuid','getHierarchy','LICzt','QcCby','passed','CBTSessionCreated','err','forEach','_afterAll','shutdown','1285KIaScM','hooks','bddStepStart','tags','match','RUMaI','testAnalyticsId','qsPxc','../../helpers/logger','pBikU','hookAnalyticsId','mkGbD','inspect','QNZCH','launch','parent','2|5|4|1|3|0','splice','pAEHL','javascript','TEST_EVENTS','failure','markedStatus','File\x20path\x20could\x20not\x20be\x20found','38598900qFJUrV','prototype','Playwright','../playwright/accessibility-helper','pid','kOEwO','driver','lrMhL','STATE_FAILED','failure_reason_expanded','codeceptjs','lfssp','ezqAY','bddStepFinish','suites','captureEvent','bvvVI','toLowerCase','fullTitle','gvfQC','../../helpers/helper','xXatx','debug','MAoJw','PFFQQ','getInstance','comment','TEST_RUN_STARTED','LgRhD','PeRuY','exports','format','8JBMyUS','text','RxinK','QPRWW','obsBrowserTypeMockApplied','YvCoh','includes','KahSo','WlrDT','RbZkP','Akjbp','toISOString','pending','relative','session_id','ZZMxC','wpHve','bs:addLog:','FSFMU','HisvI','appendTestItemLog','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','currentHook','path','result','resetSkipTestHooks','apply','xLanj','keys','LUGMm','.git','push','hasLiveDriverSession','vGblj','30325vgAfib','4243996itQhCc','ctx','toUpperCase','_beforeEach','location_prefix','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','PcNZC','test_run','1897272UVHKAL','mURLp','LwIKA','winstonLogger','sendCBTInfo','hook_type','length','getHooksForTest','../../helpers/testhub/utils.js','getFailureType','removeAllListeners','clpHC','statSync','prefixTestPath','THIHs','patchConsoleLogger','mapTestHooks','concat','dNlww','LyfPz','HOOK_RUN_STARTED','lMZyv','stepAnalyticsId','TEST_REPORTING_ANALYTICS','wPcQH','start','body','zNtcu','file_name','bddSteps','iuayj','WtToi','logs','OCCbj','GMFgP','25734nuFrOA','TwvKw','type','errorsDetailed','uploadEventData','QpTqX','title','ecTLx','O11yHelper','now','udCVk','MCLtX','ubUmQ','../mocha/test-observability/mochaUtils','startedAt','_afterEach','started','duration','JqMzR','getRootParentFile','getHookType','../utils/constants','aFawD','meta','retryOf','wvtgf','join','FTegw','hook','then'];a4_0x13bf=function(){return _0x3c61fa;};return a4_0x13bf();}const a4_0x18dfe2={};a4_0x18dfe2[a4_0x391540(0xfa)]=O11yHelper,a4_0x18dfe2[a4_0x391540(0x13c)]=STATE_PASSED,a4_0x18dfe2[a4_0x391540(0x195)]=STATE_FAILED,a4_0x18dfe2[a4_0x391540(0x189)]=TEST_EVENTS,module[a4_0x391540(0x1ab)]=a4_0x18dfe2;
|