browserstack-node-sdk 1.50.3 → 1.50.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a1_0x56b630=a1_0x34fd;(function(_0x4cfe24,_0x2c77e1){const _0x24ac65=a1_0x34fd,_0x42fa13=_0x4cfe24();while(!![]){try{const _0x4535b3=parseInt(_0x24ac65(0x206))/0x1+parseInt(_0x24ac65(0x1fb))/0x2+-parseInt(_0x24ac65(0x1af))/0x3+-parseInt(_0x24ac65(0x1ef))/0x4+parseInt(_0x24ac65(0x230))/0x5*(parseInt(_0x24ac65(0x18b))/0x6)+-parseInt(_0x24ac65(0x182))/0x7+parseInt(_0x24ac65(0x234))/0x8*(parseInt(_0x24ac65(0x279))/0x9);if(_0x4535b3===_0x2c77e1)break;else _0x42fa13['push'](_0x42fa13['shift']());}catch(_0x1c5cf5){_0x42fa13['push'](_0x42fa13['shift']());}}}(a1_0x1e7c,0x664db));function a1_0x1e7c(){const _0x313089=['HOOK_RUN_FINISHED','GET_RESULTS_SUMMARY','xsMMW','../../helpers/globals.js','hook-started','SDK_POST_TEST','dispatcher','Screenshot\x20path\x20not\x20found','FfrnE','hook-passed','INFO','version','add','OCMnH','action','afterTest','start','giehW','../../helpers/test-observability/utils','1983804juYSAu','Playwright','ZsAZk','UyjIC','getResultsSummary','overwriteCommand','a11y_core_config','SESSION_STATUS','HOOK_RUN_STARTED','tKoXR','mbiHZ','SAVE_RESULTS','1088922LdsUNr','browser','QAtgB','isArray','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','BROWSERSTACK_TESTHUB_UUID','hsWFF','setGlobal','codeceptjs/lib/recorder.js','prototype','url','254106rzMWYb','SESSION_NAME','skipSessionName','dECzQ','--auto-open-devtools-for-tabs','push','fNPiY','step','IIWbi','executeScript','test-failed','ryTIU','find','screenshotOutputFolder','QluaW','test-passed','devtools://','bddStep','TEST_LOG','OxcgV','hook','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','uRnfx','TEST_RUN_SKIPPED','webdriverio','event','arguments','container','debug','SDK_PRE_INITIALIZE','codeceptjs/lib/helper/Playwright.js','qalXr','setSessionStatus','winstonLogger','__driver','afuZm','AfJQP','fireEvent','../../helpers/accessibility-automation/helper','../../helpers/request-spy','hMJMk','iJrDE','632355bcFand','avIox','pages','codeceptjs/lib/helper/WebDriver.js','620528TigCdj','jVOFj','../../helpers/logger','bddStepStart','smmbU','TEST_RUN_FINISHED','patchSaveScreenshot','NyynF','eBcWa','./helper.js','getResults','codeceptjs','NuQJx','thBuildUuid','udLPA','name','vtsTR','getAccessibilityResults','domForge','WebDriver','message','fUXYt','SDK_PRE_TEST','browserstack_executor:\x20','dEPAK','_before','UqCtO','browserstackTestName','args','Element','setSessionName','TEST_RUN_STARTED','class','failed','format','MsiuP','saveScreenshot','getSyncScript','performScan','bs:addLog:','startMonitoring','__workerDetails','thJwtToken','test','../../helpers/testhub/constants.js','env','chromium','SYNC','exports','IJYDv','uNeSV','hookType','smPsv','sUqVR','titlePath','config','dqtwm','tCawD','info','SDK_TEST','vlUvF','ijeYw','LMnSl','startsWith','AviEb','BROWSERSTACK_TESTHUB_JWT','after','DWtPE','readFileSync','81VCWLed','codeceptjs/lib/index.js','browserContext','SDK_HOOK','XUHCN','thTestRunUuid','BS_TESTOPS_ALLOW_SCREENSHOTS','initSaveScreenshot','_setPage','before','aodAD','bddStepFinish','1865829voLOaz','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','oYKLI','ENV_VAR','getAccessibilityResultsSummary','captureEvent','accessibilityPlatform','LyFLA','../../helpers/performance/performance-tester','18VimNPz','GET_RESULTS','saveTestResults','../../helpers/performance/constants','../../bin/playwright/accessibility-helper','ctx','JqgRq','call','bZiem','zQfFc','enabled','Qbstf','constructor','emit','base64','../../helpers/helper','parse','tDtnx','ZAEuP','bind','eXVqQ','repHe','Failed\x20to\x20execute\x20_before:\x20','Performing\x20scan\x20for\x20','apply','string','from','skipped','idnwT','all','ueMnQ','status','patch','CcxBG','stringify','tUpZR','2083623ITqYWw','stack','includes','pid','shouldWrapCommand','util','currentTest','passed','toISOString','bjuyJ','BeHaE','helpers','mUtSg','browserStackExecuteDriver','PERFORM_SCAN','NfZMd','__skipSessionStatus','end','stopMonitoring','../../bin/playwright/sessionDetails','slice','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','testFramework','test-after','test-started','captureError','testAnalyticsId','bstackAllyScanning','toString','command','BS_A11Y_JWT','contexts','test-skipped','comment','OyCte','xnbkP','nStrA','started','HKHmY','measureWrapper','title','split','skipSessionStatus','./o11yHelper','addRequestSpy'];a1_0x1e7c=function(){return _0x313089;};return a1_0x1e7c();}function a1_0x34fd(_0x240c02,_0x16e887){const _0x1e7c78=a1_0x1e7c();return a1_0x34fd=function(_0x34fdf0,_0x39b594){_0x34fdf0=_0x34fdf0-0x17a;let _0x4112c3=_0x1e7c78[_0x34fdf0];return _0x4112c3;},a1_0x34fd(_0x240c02,_0x16e887);}const fs=require('fs'),util=require(a1_0x56b630(0x1b4)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x56b630(0x19a)),logger=require(a1_0x56b630(0x236))[a1_0x56b630(0x227)],testOpsHelper=require(a1_0x56b630(0x1ee)),requestSpy=require(a1_0x56b630(0x22d)),PlaywrightSessionDetails=require(a1_0x56b630(0x1c2)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x56b630(0x1da)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x56b630(0x22c)),AccessibilityHelper=require(a1_0x56b630(0x18f)),scripts=require('../../helpers/accessibility-automation/scripts'),PerformanceTester=require(a1_0x56b630(0x18a)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x56b630(0x18e)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x56b630(0x23d)),testHubConstants=require(a1_0x56b630(0x260)),globals=require(a1_0x56b630(0x1df)),CodeceptJS=requireModule(a1_0x56b630(0x27a),a1_0x56b630(0x23f)),CodeceptUtils=requireModule('codeceptjs/lib/utils.js','codeceptjs'),CodeceptWebDriver=requireModule(a1_0x56b630(0x233),a1_0x56b630(0x23f)),CodeceptRecorder=requireModule(a1_0x56b630(0x203),a1_0x56b630(0x23f)),CodeceptPlaywright=requireModule(a1_0x56b630(0x224),a1_0x56b630(0x23f)),playwrightMarkSessionStatus=(_0x5be65c,_0x3ce12b,_0x443396)=>{const _0x5d29cf=a1_0x56b630,_0x10b373={'zQfFc':_0x5d29cf(0x226),'IOMMp':function(_0x3fc596,_0x44db38){return _0x3fc596(_0x44db38);}},_0x3f10e8={};_0x3f10e8[_0x5d29cf(0x1aa)]=_0x3ce12b;const _0x3e2dc9={};_0x3e2dc9[_0x5d29cf(0x1ea)]=_0x10b373[_0x5d29cf(0x194)],_0x3e2dc9['arguments']=_0x3f10e8;const _0x5aab58=_0x3e2dc9;return!_0x10b373['IOMMp'](isUndefined,_0x443396)&&(_0x5aab58[_0x5d29cf(0x220)]['reason']=JSON['stringify'](_0x443396)),_0x5be65c[_0x5d29cf(0x20f)](()=>{},_0x5d29cf(0x24b)+JSON[_0x5d29cf(0x1ad)](_0x5aab58));},o11ySync=PerformanceTester[a1_0x56b630(0x1d6)](PerformanceO11yEvents[a1_0x56b630(0x263)],async _0x1eb4aa=>{const _0x1a63f6=a1_0x56b630,_0x28f12a={};_0x28f12a[_0x1a63f6(0x1a0)]=function(_0x1ad5fb,_0x41cc3e){return _0x1ad5fb===_0x41cc3e;},_0x28f12a['UqCtO']=_0x1a63f6(0x1f0);const _0x59d6f5=_0x28f12a;_0x59d6f5[_0x1a63f6(0x1a0)](_0x1eb4aa['constructor'][_0x1a63f6(0x243)],_0x59d6f5[_0x1a63f6(0x24e)])?await _0x1eb4aa[_0x1a63f6(0x20f)](_0x2ee01b=>{},testOpsHelper[_0x1a63f6(0x259)]()):await _0x1eb4aa[_0x1a63f6(0x20f)](testOpsHelper[_0x1a63f6(0x259)]());}),markSessionName=PerformanceTester[a1_0x56b630(0x1d6)](PerformanceAutEvents[a1_0x56b630(0x207)],async(_0x537cf1,_0x406563)=>{const _0x1830cb=a1_0x56b630,_0x5ac16b={};_0x5ac16b[_0x1830cb(0x22f)]=_0x1830cb(0x252),_0x5ac16b[_0x1830cb(0x23b)]=function(_0x5a5ef,_0x5ee7f0){return _0x5a5ef===_0x5ee7f0;},_0x5ac16b[_0x1830cb(0x1f9)]=_0x1830cb(0x1f0);const _0x17550f=_0x5ac16b,_0x22494e={};_0x22494e['name']=_0x406563;const _0x1150d4={};_0x1150d4[_0x1830cb(0x1ea)]=_0x17550f[_0x1830cb(0x22f)],_0x1150d4[_0x1830cb(0x220)]=_0x22494e;const _0x127d10=_0x1150d4;_0x17550f['NyynF'](_0x537cf1['constructor'][_0x1830cb(0x243)],_0x17550f[_0x1830cb(0x1f9)])?await _0x537cf1[_0x1830cb(0x20f)](()=>{},_0x1830cb(0x24b)+JSON[_0x1830cb(0x1ad)](_0x127d10)):await _0x537cf1[_0x1830cb(0x20f)](_0x1830cb(0x24b)+JSON[_0x1830cb(0x1ad)](_0x127d10));}),patchSaveScreenshot=_0x4251dd=>{const _0x6efe92=a1_0x56b630,_0x1041dd={'avIox':_0x6efe92(0x199),'sUqVR':'TEST_SCREENSHOT','AviEb':function(_0x5f2d80){return _0x5f2d80();},'mUtSg':function(_0x29e0de,_0xf5f14b){return _0x29e0de(_0xf5f14b);},'gOytb':_0x6efe92(0x1e3)};_0x1041dd[_0x6efe92(0x1bb)](isTrue,process[_0x6efe92(0x261)][_0x6efe92(0x17c)])&&!_0x4251dd[_0x6efe92(0x23a)]&&(_0x4251dd['patchSaveScreenshot']=!![],_0x4251dd[_0x6efe92(0x17d)]=_0x4251dd['saveScreenshot'],_0x4251dd[_0x6efe92(0x258)]=(_0xa76375,_0xee9112=![])=>{const _0x37fcce=_0x6efe92,_0x2023f9={'ijeYw':_0x1041dd[_0x37fcce(0x231)],'xsMMW':_0x1041dd[_0x37fcce(0x269)],'alXzI':function(_0x3a0ed2){const _0xa598a3=_0x37fcce;return _0x1041dd[_0xa598a3(0x274)](_0x3a0ed2);},'SuvGk':function(_0x10ee12,_0x107bf6){const _0x2b25e5=_0x37fcce;return _0x1041dd[_0x2b25e5(0x1bb)](_0x10ee12,_0x107bf6);},'fUXYt':_0x1041dd['gOytb']};return new Promise(function(_0x58d3af,_0x5659a4){const _0x4fa0c3=_0x37fcce;_0x4251dd[_0x4fa0c3(0x17d)](_0xa76375,_0xee9112)['then'](()=>{const _0x3eccbd=_0x4fa0c3,_0x4c5371=CodeceptUtils[_0x3eccbd(0x213)](_0xa76375);if(_0x4c5371){const _0xa011b7=fs[_0x3eccbd(0x278)](_0x4c5371);process[_0x3eccbd(0x198)](_0x3eccbd(0x25b)+process[_0x3eccbd(0x1b2)],{'timestamp':new Date()[_0x3eccbd(0x1b7)](),'message':_0xa011b7[_0x3eccbd(0x1cb)](_0x2023f9[_0x3eccbd(0x271)]),'kind':_0x2023f9[_0x3eccbd(0x1de)]}),_0x2023f9['alXzI'](_0x58d3af);}_0x2023f9['SuvGk'](_0x5659a4,new Error(_0x2023f9[_0x3eccbd(0x249)]));})['catch'](()=>null);});});},patchWebDriverBefore=_0x273044=>{const _0x702991=a1_0x56b630,_0x4603f2={'CcxBG':function(_0x5a8806){return _0x5a8806();},'udLPA':function(_0x480d18,_0x49aaff){return _0x480d18(_0x49aaff);},'AfJQP':function(_0x5ff262,_0x569e47){return _0x5ff262===_0x569e47;},'smPsv':_0x702991(0x21e),'tUpZR':function(_0x4238a1,_0x50b2f6){return _0x4238a1===_0x50b2f6;},'BeHaE':_0x702991(0x1a4),'hsWFF':_0x702991(0x251)},_0x47eff2=async function(_0x23dd46,_0xbe5c2e){const _0x5204f9=_0x702991;_0x4603f2[_0x5204f9(0x1ac)](isAccessibilityAutomationSession)&&!global['bstackAllyScanning']&&global[_0x5204f9(0x188)]&&scripts[_0x5204f9(0x1b3)](_0x23dd46[_0x5204f9(0x243)])&&_0x4603f2[_0x5204f9(0x242)](shouldPatchExecuteScript,arguments[0x2])&&(global['bstackAllyScanning']=!![],await PerformanceTester[_0x5204f9(0x1d6)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x4cf019=_0x5204f9;logger[_0x4cf019(0x222)](_0x4cf019(0x1a2)+_0x23dd46[_0x4cf019(0x254)]+'\x20'+_0x23dd46[_0x4cf019(0x243)]),await AccessibilityHelper[_0x4cf019(0x1bc)](_0x273044,scripts[_0x4cf019(0x25a)]);},{'command':_0x23dd46[_0x5204f9(0x243)]})());global[_0x5204f9(0x1ca)]=![];const _0x1907d3=JSON[_0x5204f9(0x19b)](process[_0x5204f9(0x261)]['FRAMEWORK_DETAILS']||'{}');if(_0x4603f2[_0x5204f9(0x22a)](_0x1907d3?.[_0x5204f9(0x1c5)]?.[_0x5204f9(0x243)],_0x4603f2[_0x5204f9(0x268)])&&_0x4603f2[_0x5204f9(0x1ae)](typeof _0x1907d3?.['testFramework']?.[_0x5204f9(0x1e7)],_0x4603f2[_0x5204f9(0x1b9)])&&_0x1907d3?.[_0x5204f9(0x1c5)]?.[_0x5204f9(0x1e7)][_0x5204f9(0x273)]('7'))return _0xbe5c2e[_0x5204f9(0x1a3)](null,Array[_0x5204f9(0x204)]['slice'][_0x5204f9(0x192)](arguments,0x2));return _0xbe5c2e[_0x5204f9(0x1a3)](this,Array[_0x5204f9(0x204)][_0x5204f9(0x1c3)]['call'](arguments,0x2));},_0xea757=CodeceptWebDriver[_0x702991(0x204)][_0x702991(0x24d)];CodeceptWebDriver['prototype']['_before']=async function(){const _0x50660=_0x702991;try{await _0xea757['apply'](this,arguments);}catch(_0x367996){logger['debug'](_0x50660(0x1a1)+util[_0x50660(0x256)](_0x367996));}scripts['commandsToWrap']['filter'](_0x21794f=>_0x21794f[_0x50660(0x243)]&&_0x21794f['class'])['forEach'](_0x2401e4=>{const _0x15e571=_0x50660;this[_0x15e571(0x1fc)][_0x15e571(0x1f4)](_0x2401e4[_0x15e571(0x243)],_0x47eff2[_0x15e571(0x19e)](this,_0x2401e4),_0x4603f2['AfJQP'](_0x2401e4[_0x15e571(0x254)],_0x4603f2[_0x15e571(0x201)]));}),_0x4603f2['udLPA'](processWebDriverConfig,_0x273044);};};function parseJwt(_0x255665){const _0x3deccb=a1_0x56b630,_0x1fc28c={};_0x1fc28c[_0x3deccb(0x211)]=_0x3deccb(0x199);const _0x454648=_0x1fc28c;if(!_0x255665)return null;return JSON['parse'](Buffer[_0x3deccb(0x1a5)](_0x255665[_0x3deccb(0x1d8)]('.')[0x1],_0x454648[_0x3deccb(0x211)])[_0x3deccb(0x1cb)]());}const patchPlaywrightBefore=()=>{const _0x425c4e=a1_0x56b630,_0x1456a0={'WObgs':function(_0x27fc30){return _0x27fc30();},'bjuyJ':_0x425c4e(0x216),'OxcgV':_0x425c4e(0x20a),'dqtwm':function(_0x20c5a7){return _0x20c5a7();},'OyCte':function(_0x16e9e8,_0x2d2e80){return _0x16e9e8(_0x2d2e80);},'IIWbi':function(_0x3ef58a){return _0x3ef58a();},'zqHbb':function(_0x4a4847,_0x446edd){return _0x4a4847+_0x446edd;},'uRnfx':'\x0aStack:\x20','Qbstf':function(_0x3f5683){return _0x3f5683();},'giehW':function(_0x155ada){return _0x155ada();}};PlaywrightSessionDetails[_0x425c4e(0x1ab)]();const _0x5a080e=CodeceptPlaywright[_0x425c4e(0x204)]['_before'];CodeceptPlaywright[_0x425c4e(0x204)][_0x425c4e(0x24d)]=async function(){const _0x553b14=_0x425c4e;this[_0x553b14(0x27b)]=await this[_0x553b14(0x1fc)][_0x553b14(0x1ce)]()[0x0];const _0x5dd9e9=async()=>{const _0x503093=_0x553b14,_0x276699={'IJYDv':function(_0x46391c){return _0x1456a0['WObgs'](_0x46391c);},'LMnSl':_0x1456a0[_0x503093(0x1b8)]},_0x5b8b80=this[_0x503093(0x26b)]&&this['config'][_0x503093(0x262)]&&this[_0x503093(0x26b)]['chromium'][_0x503093(0x250)]&&Array[_0x503093(0x1fe)](this[_0x503093(0x26b)][_0x503093(0x262)][_0x503093(0x250)])&&this['config'][_0x503093(0x262)][_0x503093(0x250)][_0x503093(0x1b1)](_0x1456a0[_0x503093(0x219)]);if(_0x1456a0[_0x503093(0x26c)](isAccessibilityAutomationSession)&&!_0x5b8b80)try{const _0x3855f7=_0x1456a0[_0x503093(0x1d1)](parseJwt,process[_0x503093(0x261)][_0x503093(0x1cd)]);if(_0x3855f7&&_0x3855f7[_0x503093(0x1f5)]&&_0x3855f7[_0x503093(0x1f5)][_0x503093(0x246)]){const _0x28c197=this[_0x503093(0x27b)]['pages']['bind'](this['browserContext']);this[_0x503093(0x27b)][_0x503093(0x232)]=async function(){const _0x766c12=_0x503093,_0x1c2ba2=await _0x276699[_0x766c12(0x265)](_0x28c197),_0x4b00ed=[];for(const _0x67bbe8 of _0x1c2ba2){try{const _0x5161c2=await _0x67bbe8[_0x766c12(0x205)]();!_0x5161c2[_0x766c12(0x273)](_0x276699[_0x766c12(0x272)])&&_0x4b00ed[_0x766c12(0x20b)](_0x67bbe8);}catch(_0x2b03e4){_0x4b00ed['push'](_0x67bbe8);}}return _0x4b00ed;};}if(!_0x1456a0[_0x503093(0x20e)](isBrowserstackInfra)){const _0xefa577=await this['page'][_0x503093(0x205)]();if(_0xefa577[_0x503093(0x273)](_0x1456a0[_0x503093(0x1b8)])){const _0x3c23ba=await this[_0x503093(0x27b)][_0x503093(0x232)]();this[_0x503093(0x17e)](_0x3c23ba[0x0]);}}}catch(_0x32d335){logger[_0x503093(0x222)]('Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20'+_0x32d335[_0x503093(0x248)]+(_0x32d335[_0x503093(0x1b0)]?_0x1456a0['zqHbb'](_0x1456a0[_0x503093(0x21c)],_0x32d335[_0x503093(0x1b0)]):''));}};_0x1456a0[_0x553b14(0x196)](isBrowserstackInfra)&&await _0x1456a0['WObgs'](_0x5dd9e9),await _0x5a080e[_0x553b14(0x1a3)](this,arguments),!_0x1456a0[_0x553b14(0x1ed)](isBrowserstackInfra)&&await _0x1456a0['giehW'](_0x5dd9e9);};},getCodeceptDriver=()=>{const _0x3db949=a1_0x56b630,_0x247f71={};_0x247f71[_0x3db949(0x257)]=_0x3db949(0x247),_0x247f71[_0x3db949(0x240)]=_0x3db949(0x1f0),_0x247f71[_0x3db949(0x214)]='Puppeteer',_0x247f71[_0x3db949(0x191)]='TestCafe';const _0x4acf07=_0x247f71,_0x498968=[_0x4acf07['MsiuP'],_0x4acf07[_0x3db949(0x240)],_0x4acf07[_0x3db949(0x214)],_0x4acf07[_0x3db949(0x191)]],_0x4c4f39=_0x498968[_0x3db949(0x212)](_0x1b805d=>!!CodeceptJS[_0x3db949(0x221)]['helpers'](_0x1b805d));if(!_0x4c4f39)return null;return CodeceptJS[_0x3db949(0x221)]['helpers'](_0x4c4f39);};module[a1_0x56b630(0x264)]=function(_0x13229f){const _0x4e7183=a1_0x56b630,_0x29f43d={'jVOFj':function(_0x7f16ed){return _0x7f16ed();},'oYKLI':function(_0x24c484,_0x260c29){return _0x24c484(_0x260c29);},'NfZMd':_0x4e7183(0x186),'boAjY':_0x4e7183(0x1c4),'FfrnE':_0x4e7183(0x245),'nicry':_0x4e7183(0x21b),'vtsTR':function(_0x224cc4,_0x9853b7){return _0x224cc4(_0x9853b7);},'tCawD':_0x4e7183(0x1e0),'DWtPE':_0x4e7183(0x1e5),'UyjIC':'hook-failed','smmbU':_0x4e7183(0x24f),'ZsAZk':function(_0x2ad6cc){return _0x2ad6cc();},'eXVqQ':'test-before','fNPiY':function(_0x2bc081,_0x59f558,_0x202d4b){return _0x2bc081(_0x59f558,_0x202d4b);},'aodAD':function(_0x59f7a8,_0x31c7bd){return _0x59f7a8(_0x31c7bd);},'nStrA':_0x4e7183(0x1c7),'tKoXR':function(_0x55f88){return _0x55f88();},'tDtnx':_0x4e7183(0x215),'BYSVl':function(_0x435197,_0x44c25f,_0xd393f5,_0x15b4f8){return _0x435197(_0x44c25f,_0xd393f5,_0x15b4f8);},'idnwT':function(_0xce05e7,_0xed7068,_0x4e286a,_0x27166a){return _0xce05e7(_0xed7068,_0x4e286a,_0x27166a);},'HKHmY':function(_0xedccaa,_0x592b2c){return _0xedccaa===_0x592b2c;},'QAtgB':'Suite','XUHCN':_0x4e7183(0x210),'LyFLA':_0x4e7183(0x1cf),'IOjUN':_0x4e7183(0x1eb),'uNeSV':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','bZiem':_0x4e7183(0x1c6),'XxscU':_0x4e7183(0x1e6),'ZAEuP':_0x4e7183(0x218),'hMJMk':'step-comment','HXcKE':'bddStep-before','yXCGV':'bddStep-after','afuZm':_0x4e7183(0x1f0)};_0x13229f[_0x4e7183(0x1d9)]&&(global[_0x4e7183(0x1bf)]=_0x13229f[_0x4e7183(0x1d9)]);PerformanceTester[_0x4e7183(0x25c)]();const _0x1ab2fc=_0x29f43d['jVOFj'](getCodeceptDriver),_0x442a4f=new O11yHelper(_0x1ab2fc,_0x13229f),_0x3cbcc3=!!CodeceptJS[_0x4e7183(0x221)][_0x4e7183(0x1ba)](_0x29f43d[_0x4e7183(0x229)]);global[_0x4e7183(0x228)]=_0x1ab2fc,_0x1ab2fc&&(PerformanceTester[_0x4e7183(0x1d6)](PerformanceEvents[_0x4e7183(0x223)],()=>{const _0x3dbf68=_0x4e7183;_0x3cbcc3?_0x29f43d['jVOFj'](patchPlaywrightBefore):_0x29f43d[_0x3dbf68(0x184)](patchWebDriverBefore,_0x1ab2fc);})(),PerformanceTester['measureWrapper'](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0xe8e583=_0x4e7183,_0x3be8a0={};_0x3be8a0[_0xe8e583(0x209)]=_0x29f43d[_0xe8e583(0x1be)],_0x3be8a0[_0xe8e583(0x1e9)]=_0x29f43d['boAjY'],_0x3be8a0[_0xe8e583(0x1d2)]=_0x29f43d[_0xe8e583(0x1e4)],_0x3be8a0[_0xe8e583(0x225)]=_0x29f43d['nicry'];const _0x51015b=_0x3be8a0;_0x1ab2fc[_0xe8e583(0x186)]=async()=>{const _0x394c5a=_0xe8e583;if(global[_0x394c5a(0x188)]){const _0x121a37={};return _0x121a37[_0x394c5a(0x1cc)]=_0x51015b[_0x394c5a(0x209)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x34ce1a=_0x394c5a;return await AccessibilityHelper[_0x34ce1a(0x1bc)](_0x1ab2fc,scripts['performScan']);},_0x121a37)(),await PerformanceTester[_0x394c5a(0x1d6)](PerformanceA11yEvents[_0x394c5a(0x1dd)],async()=>{const _0x1181c8=_0x394c5a;return await AccessibilityHelper[_0x1181c8(0x1bc)](_0x1ab2fc,scripts[_0x1181c8(0x1f3)]);})();}return logger['warn'](_0x51015b[_0x394c5a(0x1e9)]),{};},_0x1ab2fc[_0xe8e583(0x245)]=async()=>{const _0x4a4c81=_0xe8e583;if(global[_0x4a4c81(0x188)]){const _0x19adc={};return _0x19adc['command']=_0x51015b['xnbkP'],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x4a4c81(0x1bd)],async()=>{const _0x1d7260=_0x4a4c81;return await AccessibilityHelper[_0x1d7260(0x1bc)](_0x1ab2fc,scripts['performScan']);},_0x19adc)(),await PerformanceTester[_0x4a4c81(0x1d6)](PerformanceA11yEvents[_0x4a4c81(0x18c)],async()=>{const _0x1aeadc=_0x4a4c81;return await AccessibilityHelper[_0x1aeadc(0x1bc)](_0x1ab2fc,scripts[_0x1aeadc(0x23e)]);})();}return logger['warn'](_0x51015b[_0x4a4c81(0x225)]),{};},_0x29f43d[_0xe8e583(0x244)](patchSaveScreenshot,_0x1ab2fc);})()),CodeceptJS['event'][_0x4e7183(0x1e2)]['on'](CodeceptJS[_0x4e7183(0x21f)][_0x4e7183(0x1a8)][_0x4e7183(0x17f)],()=>{const _0x311601=_0x4e7183;PerformanceTester[_0x311601(0x1ec)](PerformanceEvents['SDK_PRE_TEST']);try{_0x442a4f[_0x311601(0x1ec)](),testOpsHelper[_0x311601(0x1db)](),PerformanceTester['end'](PerformanceEvents[_0x311601(0x24a)]);}catch(_0x4844eb){PerformanceTester['captureError'](_0x4844eb),PerformanceTester[_0x311601(0x1c0)](PerformanceEvents[_0x311601(0x24a)],![],_0x4844eb);}}),CodeceptJS[_0x4e7183(0x21f)][_0x4e7183(0x1e2)]['on'](CodeceptJS[_0x4e7183(0x21f)][_0x4e7183(0x1a8)]['after'],async()=>{const _0x456e9a=_0x4e7183;PerformanceTester[_0x456e9a(0x1ec)](PerformanceEvents[_0x456e9a(0x1e1)]);try{requestSpy['restore'](),await _0x442a4f['stop'](),PerformanceTester[_0x456e9a(0x1c0)](PerformanceEvents[_0x456e9a(0x1e1)]);}catch(_0x3dddbe){PerformanceTester[_0x456e9a(0x1c8)](_0x3dddbe),PerformanceTester[_0x456e9a(0x1c0)](PerformanceEvents[_0x456e9a(0x1e1)],![],_0x3dddbe);}finally{PerformanceTester[_0x456e9a(0x1c1)]();}}),CodeceptJS[_0x4e7183(0x21f)][_0x4e7183(0x1e2)]['on'](CodeceptJS[_0x4e7183(0x21f)][_0x4e7183(0x21a)]['started'],_0x16ea3f=>{const _0x350aef=_0x4e7183;PerformanceTester[_0x350aef(0x1ec)](PerformanceEvents[_0x350aef(0x27c)]);try{const _0x2bafb5=_0x16ea3f[_0x350aef(0x190)][_0x350aef(0x25f)],_0x5b9891=_0x442a4f[_0x350aef(0x187)](TEST_EVENTS[_0x350aef(0x1f7)],_0x2bafb5);CodeceptRecorder[_0x350aef(0x1e8)](()=>_0x442a4f[_0x350aef(0x22b)](TEST_EVENTS[_0x350aef(0x1f7)],_0x5b9891));const _0x3bc177={};_0x3bc177[_0x350aef(0x267)]=_0x29f43d[_0x350aef(0x26d)],PerformanceTester[_0x350aef(0x1c0)](PerformanceEvents[_0x350aef(0x27c)],!![],null,_0x3bc177);}catch(_0x568115){const _0x2b9c86={};_0x2b9c86[_0x350aef(0x267)]=_0x29f43d[_0x350aef(0x26d)],PerformanceTester[_0x350aef(0x1c0)](PerformanceEvents[_0x350aef(0x27c)],![],_0x568115,_0x2b9c86),PerformanceTester[_0x350aef(0x1c8)](_0x568115);}}),CodeceptJS[_0x4e7183(0x21f)][_0x4e7183(0x1e2)]['on'](CodeceptJS[_0x4e7183(0x21f)][_0x4e7183(0x21a)][_0x4e7183(0x1b6)],_0x486c25=>{const _0x465585=_0x4e7183,_0xf48d6a={};_0xf48d6a[_0x465585(0x267)]=_0x29f43d['DWtPE'],PerformanceTester[_0x465585(0x1ec)](PerformanceHookEvents[_0x465585(0x27c)],!![],null,_0xf48d6a);try{const _0x3c7d9b=_0x486c25[_0x465585(0x190)][_0x465585(0x25f)],_0x46a712=_0x442a4f[_0x465585(0x187)](TEST_EVENTS[_0x465585(0x1dc)],_0x3c7d9b);CodeceptRecorder[_0x465585(0x1e8)](()=>_0x442a4f[_0x465585(0x22b)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x46a712));const _0x3db46b={};_0x3db46b[_0x465585(0x267)]=_0x29f43d[_0x465585(0x277)],PerformanceTester[_0x465585(0x1c0)](PerformanceHookEvents[_0x465585(0x27c)],!![],null,_0x3db46b);}catch(_0x2d8b30){PerformanceTester[_0x465585(0x1c8)](_0x2d8b30);const _0x8deb2={};_0x8deb2['hookType']=_0x29f43d[_0x465585(0x277)],PerformanceTester['end'](PerformanceHookEvents[_0x465585(0x27c)],![],_0x2d8b30,_0x8deb2);}}),CodeceptJS[_0x4e7183(0x21f)][_0x4e7183(0x1e2)]['on'](CodeceptJS[_0x4e7183(0x21f)][_0x4e7183(0x21a)][_0x4e7183(0x255)],async(_0x9261a2,_0x559d5f)=>{const _0x12a47a=_0x4e7183;PerformanceTester[_0x12a47a(0x1ec)](PerformanceHookEvents[_0x12a47a(0x27c)]);try{const _0x7d59e3=_0x9261a2[_0x12a47a(0x190)][_0x12a47a(0x25f)],_0x324854=_0x442a4f['captureEvent'](TEST_EVENTS[_0x12a47a(0x1dc)],_0x7d59e3,_0x559d5f);CodeceptRecorder[_0x12a47a(0x1e8)](()=>_0x442a4f[_0x12a47a(0x22b)](TEST_EVENTS[_0x12a47a(0x1dc)],_0x324854));const _0x4f7cc8={};_0x4f7cc8[_0x12a47a(0x267)]=_0x29f43d['UyjIC'],PerformanceTester[_0x12a47a(0x1ec)](PerformanceHookEvents[_0x12a47a(0x27c)],!![],null,_0x4f7cc8);}catch(_0x314112){PerformanceTester[_0x12a47a(0x1c8)](_0x314112);const _0x1cf333={};_0x1cf333[_0x12a47a(0x267)]=_0x29f43d[_0x12a47a(0x1f2)],PerformanceTester[_0x12a47a(0x1c0)](PerformanceHookEvents[_0x12a47a(0x27c)],![],_0x314112,_0x1cf333);}const _0x503e32={};_0x503e32[_0x12a47a(0x267)]=_0x29f43d[_0x12a47a(0x1f2)],PerformanceTester[_0x12a47a(0x1c0)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x503e32);}),CodeceptJS['event'][_0x4e7183(0x1e2)]['on'](CodeceptJS[_0x4e7183(0x21f)][_0x4e7183(0x25f)]['before'],_0x90b2e3=>{const _0x474c2c=_0x4e7183;PerformanceTester[_0x474c2c(0x1ec)](PerformanceHookEvents[_0x474c2c(0x27c)]);try{globals['setGlobal'](_0x29f43d['smmbU'],_0x90b2e3[_0x474c2c(0x1d7)]);_0x29f43d[_0x474c2c(0x1f1)](isBrowserstackInfra)&&(_0x3cbcc3&&(global[_0x474c2c(0x25d)]={'currentTest':{'name':_0x90b2e3[_0x474c2c(0x1d7)],'testInfo':{'titlePath':_0x90b2e3[_0x474c2c(0x26a)]()}}}));const _0x4242b9={};_0x4242b9[_0x474c2c(0x267)]=_0x29f43d[_0x474c2c(0x19f)],PerformanceTester[_0x474c2c(0x1c0)](PerformanceHookEvents[_0x474c2c(0x27c)],!![],null,_0x4242b9);}catch(_0x254c51){PerformanceTester[_0x474c2c(0x1c8)](_0x254c51);const _0x254eda={};_0x254eda[_0x474c2c(0x267)]=_0x29f43d[_0x474c2c(0x19f)],PerformanceTester['end'](PerformanceHookEvents[_0x474c2c(0x27c)],![],_0x254c51,_0x254eda);}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS['event'][_0x4e7183(0x25f)][_0x4e7183(0x1d4)],_0x451a36=>{const _0x4ad80f=_0x4e7183;PerformanceTester[_0x4ad80f(0x1ec)](PerformanceHookEvents[_0x4ad80f(0x27c)]);try{globals[_0x4ad80f(0x202)](_0x29f43d[_0x4ad80f(0x238)],_0x451a36['title']);const _0x7cb21f=_0x442a4f[_0x4ad80f(0x187)](TEST_EVENTS[_0x4ad80f(0x253)],_0x451a36);CodeceptRecorder[_0x4ad80f(0x1e8)](()=>_0x442a4f[_0x4ad80f(0x22b)](TEST_EVENTS[_0x4ad80f(0x253)],_0x7cb21f)),CodeceptRecorder[_0x4ad80f(0x1e8)](async()=>{const _0x5d2b17=_0x4ad80f;_0x29f43d['ZsAZk'](isBrowserstackInfra)&&(!_0x29f43d[_0x5d2b17(0x244)](isTrue,_0x13229f[_0x5d2b17(0x208)])&&await _0x29f43d[_0x5d2b17(0x20c)](markSessionName,_0x1ab2fc,_0x451a36['title']),_0x442a4f[_0x5d2b17(0x195)]&&await _0x29f43d[_0x5d2b17(0x180)](o11ySync,_0x1ab2fc));});}catch(_0x514093){const _0x1f0906={};_0x1f0906[_0x4ad80f(0x267)]=_0x29f43d[_0x4ad80f(0x1d3)],PerformanceTester['end'](PerformanceHookEvents[_0x4ad80f(0x27c)],![],_0x514093,_0x1f0906),PerformanceTester[_0x4ad80f(0x1c8)](_0x514093);}const _0x223de2={};_0x223de2[_0x4ad80f(0x267)]=_0x29f43d[_0x4ad80f(0x1d3)],PerformanceTester[_0x4ad80f(0x1c0)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x223de2);}),CodeceptJS[_0x4e7183(0x21f)][_0x4e7183(0x1e2)]['on'](CodeceptJS['event'][_0x4e7183(0x25f)][_0x4e7183(0x1b6)],_0x30110f=>{const _0x664b2e=_0x4e7183,_0x15b44c={'wlJQt':function(_0x48ca5c,_0x111501,_0x6a3185){const _0x111fd2=a1_0x34fd;return _0x29f43d[_0x111fd2(0x20c)](_0x48ca5c,_0x111501,_0x6a3185);},'ueMnQ':function(_0x56ad3d,_0x4b1f32,_0x478303){const _0x311426=a1_0x34fd;return _0x29f43d[_0x311426(0x20c)](_0x56ad3d,_0x4b1f32,_0x478303);},'eBcWa':function(_0x52ce2f){const _0x31109c=a1_0x34fd;return _0x29f43d[_0x31109c(0x1f8)](_0x52ce2f);}};PerformanceTester[_0x664b2e(0x1ec)](PerformanceHookEvents['SDK_HOOK']);try{const _0x30916c=_0x442a4f['captureEvent'](TEST_EVENTS['TEST_RUN_FINISHED'],_0x30110f);CodeceptRecorder['add'](()=>_0x442a4f[_0x664b2e(0x22b)](TEST_EVENTS[_0x664b2e(0x239)],_0x30916c)),CodeceptRecorder[_0x664b2e(0x1e8)](async()=>{const _0x1c0e7f=_0x664b2e;_0x15b44c[_0x1c0e7f(0x23c)](isBrowserstackInfra)&&await PerformanceTester['measureWrapper'](PerformanceAutEvents[_0x1c0e7f(0x1f6)],async()=>{const _0x477338=_0x1c0e7f;_0x3cbcc3?await _0x15b44c['wlJQt'](playwrightMarkSessionStatus,_0x1ab2fc,STATE_PASSED):await _0x15b44c[_0x477338(0x1a9)](markSessionStatus,_0x1ab2fc,STATE_PASSED);})();}),PerformanceTester['end'](PerformanceEvents[_0x664b2e(0x26f)]);}catch(_0x494975){PerformanceTester[_0x664b2e(0x1c8)](_0x494975);const _0x5ca562={};_0x5ca562[_0x664b2e(0x267)]=_0x29f43d[_0x664b2e(0x19c)],PerformanceTester['end'](PerformanceHookEvents[_0x664b2e(0x27c)],![],_0x494975,_0x5ca562),PerformanceTester[_0x664b2e(0x1c0)](PerformanceEvents[_0x664b2e(0x26f)],![],_0x494975);}const _0x489253={};_0x489253['hookType']=_0x29f43d[_0x664b2e(0x19c)],PerformanceTester[_0x664b2e(0x1c0)](PerformanceHookEvents[_0x664b2e(0x27c)],!![],null,_0x489253);}),CodeceptJS[_0x4e7183(0x21f)]['dispatcher']['on'](CodeceptJS['event']['test'][_0x4e7183(0x255)],(_0x3b38de,_0x3728d2)=>{const _0x2ca0a8=_0x4e7183,_0x582e38={'GOZHq':function(_0x1a0f52){const _0x5b5723=a1_0x34fd;return _0x29f43d[_0x5b5723(0x235)](_0x1a0f52);},'vlUvF':function(_0x300008,_0x3303c6,_0x8aaf58,_0xc7fd5a){return _0x29f43d['BYSVl'](_0x300008,_0x3303c6,_0x8aaf58,_0xc7fd5a);},'dEPAK':function(_0x2de1ab,_0x21f9b3,_0x4a7815,_0x188031){const _0x3135f8=a1_0x34fd;return _0x29f43d[_0x3135f8(0x1a7)](_0x2de1ab,_0x21f9b3,_0x4a7815,_0x188031);}};PerformanceTester['start'](PerformanceHookEvents[_0x2ca0a8(0x27c)]);try{if(_0x29f43d[_0x2ca0a8(0x1d5)](_0x3b38de[_0x2ca0a8(0x197)]['name'],_0x29f43d[_0x2ca0a8(0x1fd)])){const _0x3e3add=_0x442a4f[_0x2ca0a8(0x187)](TEST_EVENTS[_0x2ca0a8(0x21d)],_0x3b38de[_0x2ca0a8(0x190)][_0x2ca0a8(0x1b5)]);CodeceptRecorder[_0x2ca0a8(0x1e8)](()=>_0x442a4f[_0x2ca0a8(0x22b)](TEST_EVENTS[_0x2ca0a8(0x21d)],_0x3e3add));}else{const _0xb21f35=_0x442a4f['captureEvent'](TEST_EVENTS[_0x2ca0a8(0x239)],_0x3b38de,_0x3728d2);CodeceptRecorder['add'](()=>{const _0x4da2af=_0x2ca0a8;try{_0x442a4f['fireEvent'](TEST_EVENTS[_0x4da2af(0x239)],_0xb21f35);}catch(_0x3dcc5b){logger[_0x4da2af(0x222)](_0x4da2af(0x1ff)+util['format'](_0x3dcc5b)),PerformanceTester[_0x4da2af(0x1c0)](PerformanceEvents[_0x4da2af(0x26f)],![],_0x3dcc5b);}}),CodeceptRecorder[_0x2ca0a8(0x1e8)](async()=>{const _0x5db9af=_0x2ca0a8;try{_0x582e38['GOZHq'](isBrowserstackInfra)&&(_0x3cbcc3?await _0x582e38[_0x5db9af(0x270)](playwrightMarkSessionStatus,_0x1ab2fc,STATE_FAILED,_0x3728d2):await _0x582e38[_0x5db9af(0x24c)](markSessionStatus,_0x1ab2fc,STATE_FAILED,_0x3728d2));}catch(_0x4f1eff){logger[_0x5db9af(0x222)]('Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20'+util[_0x5db9af(0x256)](_0x4f1eff)),PerformanceTester[_0x5db9af(0x1c0)](PerformanceEvents[_0x5db9af(0x26f)],![],_0x4f1eff);}});}PerformanceTester[_0x2ca0a8(0x1c0)](PerformanceEvents[_0x2ca0a8(0x26f)]);}catch(_0x5807fd){PerformanceTester['captureError'](_0x5807fd);const _0x156314={};_0x156314[_0x2ca0a8(0x267)]=_0x29f43d['XUHCN'],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x5807fd,_0x156314),PerformanceTester[_0x2ca0a8(0x1c0)](PerformanceEvents[_0x2ca0a8(0x26f)],![],_0x5807fd);}const _0x239289={};_0x239289[_0x2ca0a8(0x267)]=_0x29f43d[_0x2ca0a8(0x17a)],PerformanceTester[_0x2ca0a8(0x1c0)](PerformanceHookEvents[_0x2ca0a8(0x27c)],!![],null,_0x239289);}),CodeceptJS[_0x4e7183(0x21f)]['dispatcher']['on'](CodeceptJS['event'][_0x4e7183(0x25f)][_0x4e7183(0x1a6)],_0x28e1b0=>{const _0x5505ab=_0x4e7183;PerformanceTester[_0x5505ab(0x1ec)](PerformanceHookEvents['SDK_HOOK']);try{const _0x594fb9=_0x442a4f[_0x5505ab(0x187)](TEST_EVENTS[_0x5505ab(0x21d)],_0x28e1b0);CodeceptRecorder[_0x5505ab(0x1e8)](()=>_0x442a4f[_0x5505ab(0x22b)](TEST_EVENTS[_0x5505ab(0x21d)],_0x594fb9)),PerformanceTester[_0x5505ab(0x1c0)](PerformanceEvents['SDK_TEST']);}catch(_0x41dfba){PerformanceTester[_0x5505ab(0x1c8)](_0x41dfba),PerformanceTester['end'](PerformanceEvents[_0x5505ab(0x26f)],![],_0x41dfba);const _0x44ac2c={};_0x44ac2c[_0x5505ab(0x267)]=_0x29f43d[_0x5505ab(0x189)],PerformanceTester[_0x5505ab(0x1c0)](PerformanceHookEvents['SDK_HOOK'],![],_0x41dfba,_0x44ac2c);}const _0x381157={};_0x381157[_0x5505ab(0x267)]=_0x29f43d[_0x5505ab(0x189)],PerformanceTester[_0x5505ab(0x1c0)](PerformanceHookEvents[_0x5505ab(0x27c)],!![],null,_0x381157);}),CodeceptJS[_0x4e7183(0x21f)][_0x4e7183(0x1e2)]['on'](CodeceptJS[_0x4e7183(0x21f)]['test'][_0x4e7183(0x276)],async(_0x4175ba,_0x586fd0)=>{const _0xc5a4cc=_0x4e7183;try{PerformanceTester['start'](PerformanceHookEvents[_0xc5a4cc(0x27c)]);const _0x5df0ab=_0x29f43d[_0xc5a4cc(0x20c)](shouldScanTestForAccessibility,_0x4175ba[_0xc5a4cc(0x26a)](),!![]);if(_0x29f43d[_0xc5a4cc(0x235)](isAccessibilityAutomationSession)&&global[_0xc5a4cc(0x188)]&&_0x5df0ab){const _0x1e8b83={};_0x1e8b83[_0xc5a4cc(0x17b)]=_0x4175ba[_0xc5a4cc(0x1c9)],_0x1e8b83[_0xc5a4cc(0x241)]=process['env'][testHubConstants[_0xc5a4cc(0x185)][_0xc5a4cc(0x200)]],_0x1e8b83[_0xc5a4cc(0x25e)]=process[_0xc5a4cc(0x261)][testHubConstants['ENV_VAR'][_0xc5a4cc(0x275)]];const _0x1be7f4=_0x1e8b83;logger['debug'](_0xc5a4cc(0x183)+JSON['stringify'](_0x1be7f4)),CodeceptRecorder['add'](async()=>{const _0x37a954=_0xc5a4cc,_0x24acaa={};_0x24acaa['command']=_0x29f43d['IOjUN'],await PerformanceTester[_0x37a954(0x1d6)](PerformanceA11yEvents[_0x37a954(0x1bd)],async()=>{const _0x5111a6=_0x37a954;await AccessibilityHelper['browserStackExecuteDriver'](_0x1ab2fc,scripts[_0x5111a6(0x25a)]);},_0x24acaa)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x37a954(0x1fa)],async()=>{const _0x118d08=_0x37a954;await AccessibilityHelper[_0x118d08(0x1bc)](_0x1ab2fc,scripts[_0x118d08(0x18d)],_0x1be7f4);})();}),logger[_0xc5a4cc(0x26e)](_0x29f43d[_0xc5a4cc(0x266)]);}const _0x1accda={};_0x1accda[_0xc5a4cc(0x267)]=_0x29f43d[_0xc5a4cc(0x193)],PerformanceTester[_0xc5a4cc(0x1c0)](PerformanceHookEvents[_0xc5a4cc(0x27c)],!![],null,_0x1accda);}catch(_0x58786b){PerformanceTester[_0xc5a4cc(0x1c8)](_0x58786b);const _0x58dddb={};_0x58dddb[_0xc5a4cc(0x267)]=_0x29f43d['bZiem'],PerformanceTester[_0xc5a4cc(0x1c0)](PerformanceHookEvents[_0xc5a4cc(0x27c)],![],_0x58786b,_0x58dddb);}}),CodeceptJS['event'][_0x4e7183(0x1e2)]['on'](CodeceptJS[_0x4e7183(0x21f)][_0x4e7183(0x20d)][_0x4e7183(0x1d0)],_0x42d10d=>{const _0x46a4a7=_0x4e7183;PerformanceTester[_0x46a4a7(0x1ec)](PerformanceHookEvents['SDK_HOOK']);try{process[_0x46a4a7(0x198)](_0x46a4a7(0x25b)+process[_0x46a4a7(0x1b2)],{'timestamp':new Date()[_0x46a4a7(0x1b7)](),'level':_0x29f43d['XxscU'],'message':_0x42d10d,'kind':_0x29f43d[_0x46a4a7(0x19d)],'http_response':{}});}catch(_0x53bc25){PerformanceTester[_0x46a4a7(0x1c8)](_0x53bc25);const _0xcb6b8c={};_0xcb6b8c[_0x46a4a7(0x267)]=_0x29f43d[_0x46a4a7(0x22e)],PerformanceTester[_0x46a4a7(0x1c0)](PerformanceHookEvents[_0x46a4a7(0x27c)],![],_0x53bc25,_0xcb6b8c);}const _0x3567fb={};_0x3567fb[_0x46a4a7(0x267)]=_0x29f43d[_0x46a4a7(0x22e)],PerformanceTester[_0x46a4a7(0x1c0)](PerformanceHookEvents[_0x46a4a7(0x27c)],!![],null,_0x3567fb);}),CodeceptJS['event'][_0x4e7183(0x1e2)]['on'](CodeceptJS[_0x4e7183(0x21f)][_0x4e7183(0x217)][_0x4e7183(0x17f)],_0x2ac260=>{const _0x2c0441=_0x4e7183,_0xe480be={};_0xe480be['hookType']=_0x29f43d['HXcKE'],PerformanceTester['measureWrapper'](PerformanceHookEvents[_0x2c0441(0x27c)],()=>{const _0x1456d1=_0x2c0441;_0x442a4f[_0x1456d1(0x237)](_0x2ac260);},_0xe480be)();}),CodeceptJS[_0x4e7183(0x21f)][_0x4e7183(0x1e2)]['on'](CodeceptJS[_0x4e7183(0x21f)][_0x4e7183(0x217)]['after'],_0x1b82d8=>{const _0x213488=_0x4e7183,_0xf78893={};_0xf78893[_0x213488(0x267)]=_0x29f43d['yXCGV'],PerformanceTester[_0x213488(0x1d6)](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x30adcd=_0x213488;_0x442a4f[_0x30adcd(0x181)](_0x1b82d8);},_0xf78893)();});};
|
|
1
|
+
const a1_0x3373c2=a1_0x401a;(function(_0x1aa013,_0xe45f99){const _0x436161=a1_0x401a,_0x1f050f=_0x1aa013();while(!![]){try{const _0x32c157=parseInt(_0x436161(0xb4))/0x1+-parseInt(_0x436161(0xf3))/0x2+parseInt(_0x436161(0xfa))/0x3+parseInt(_0x436161(0x12d))/0x4+parseInt(_0x436161(0x113))/0x5+parseInt(_0x436161(0x186))/0x6+-parseInt(_0x436161(0xc9))/0x7*(parseInt(_0x436161(0xaa))/0x8);if(_0x32c157===_0xe45f99)break;else _0x1f050f['push'](_0x1f050f['shift']());}catch(_0x23f0a2){_0x1f050f['push'](_0x1f050f['shift']());}}}(a1_0x38aa,0xd5e7d));const fs=require('fs'),util=require('util'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x3373c2(0xd7)),logger=require('../../helpers/logger')[a1_0x3373c2(0xf1)],testOpsHelper=require('../../helpers/test-observability/utils'),requestSpy=require('../../helpers/request-spy'),PlaywrightSessionDetails=require(a1_0x3373c2(0xba)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x3373c2(0x164)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x3373c2(0x184)),AccessibilityHelper=require(a1_0x3373c2(0x8e)),scripts=require(a1_0x3373c2(0x93)),PerformanceTester=require(a1_0x3373c2(0x7f)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x3373c2(0x10d)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x3373c2(0x109)),testHubConstants=require(a1_0x3373c2(0x131)),globals=require(a1_0x3373c2(0x15a)),CodeceptJS=requireModule(a1_0x3373c2(0x10f),a1_0x3373c2(0x17c)),CodeceptUtils=requireModule(a1_0x3373c2(0xb0),a1_0x3373c2(0x17c)),CodeceptWebDriver=requireModule(a1_0x3373c2(0x7d),a1_0x3373c2(0x17c)),CodeceptRecorder=requireModule('codeceptjs/lib/recorder.js',a1_0x3373c2(0x17c)),CodeceptPlaywright=requireModule(a1_0x3373c2(0xd2),a1_0x3373c2(0x17c)),playwrightMarkSessionStatus=(_0x104c8a,_0x3e125b,_0x67657c)=>{const _0x216ff2=a1_0x3373c2,_0x7bbf46={'VPyUi':_0x216ff2(0x12a),'WqKNZ':function(_0x3452cd,_0x5e5bbf){return _0x3452cd(_0x5e5bbf);}},_0x4ded8b={};_0x4ded8b[_0x216ff2(0xb3)]=_0x3e125b;const _0x1dc04f={};_0x1dc04f[_0x216ff2(0x7e)]=_0x7bbf46[_0x216ff2(0xa6)],_0x1dc04f[_0x216ff2(0xcc)]=_0x4ded8b;const _0x25ad3b=_0x1dc04f;return!_0x7bbf46[_0x216ff2(0xe6)](isUndefined,_0x67657c)&&(_0x25ad3b['arguments'][_0x216ff2(0xc0)]=JSON[_0x216ff2(0xdd)](_0x67657c)),_0x104c8a[_0x216ff2(0xb5)](()=>{},_0x216ff2(0x118)+JSON[_0x216ff2(0xdd)](_0x25ad3b));},o11ySync=PerformanceTester['measureWrapper'](PerformanceO11yEvents[a1_0x3373c2(0xe9)],async _0x2e0a59=>{const _0x4766f8=a1_0x3373c2,_0x4342b8={};_0x4342b8[_0x4766f8(0x143)]=function(_0x3b6f04,_0x1eef63){return _0x3b6f04===_0x1eef63;},_0x4342b8[_0x4766f8(0x13a)]=_0x4766f8(0xd9);const _0x1e30a4=_0x4342b8;_0x1e30a4[_0x4766f8(0x143)](_0x2e0a59['constructor']['name'],_0x1e30a4[_0x4766f8(0x13a)])?await _0x2e0a59[_0x4766f8(0xb5)](_0x29ee36=>{},testOpsHelper[_0x4766f8(0x178)]()):await _0x2e0a59[_0x4766f8(0xb5)](testOpsHelper[_0x4766f8(0x178)]());}),markSessionName=PerformanceTester[a1_0x3373c2(0x8b)](PerformanceAutEvents[a1_0x3373c2(0xe3)],async(_0x4e7500,_0x1de610)=>{const _0x2b17e0=a1_0x3373c2,_0x141f4c={};_0x141f4c[_0x2b17e0(0x124)]=_0x2b17e0(0xf9),_0x141f4c[_0x2b17e0(0x11b)]=function(_0x5aa407,_0x524a89){return _0x5aa407===_0x524a89;},_0x141f4c[_0x2b17e0(0xc8)]=_0x2b17e0(0xd9);const _0x3022fd=_0x141f4c,_0x17df5e={};_0x17df5e[_0x2b17e0(0x160)]=_0x1de610;const _0x34d8c2={};_0x34d8c2['action']=_0x3022fd[_0x2b17e0(0x124)],_0x34d8c2[_0x2b17e0(0xcc)]=_0x17df5e;const _0x12f1dd=_0x34d8c2;_0x3022fd[_0x2b17e0(0x11b)](_0x4e7500[_0x2b17e0(0xc2)][_0x2b17e0(0x160)],_0x3022fd[_0x2b17e0(0xc8)])?await _0x4e7500[_0x2b17e0(0xb5)](()=>{},_0x2b17e0(0x118)+JSON['stringify'](_0x12f1dd)):await _0x4e7500['executeScript'](_0x2b17e0(0x118)+JSON[_0x2b17e0(0xdd)](_0x12f1dd));}),patchSaveScreenshot=_0x7bfd00=>{const _0x4e5bfe=a1_0x3373c2,_0xf7d6a5={'uiiZK':'base64','DUjPc':_0x4e5bfe(0x14d),'qoVGq':function(_0xa18506){return _0xa18506();},'pZMGr':function(_0x2bf520,_0x208e2e){return _0x2bf520(_0x208e2e);},'MAsvL':_0x4e5bfe(0x15f),'UnPyU':function(_0x16d68d,_0x54208e){return _0x16d68d(_0x54208e);}};_0xf7d6a5[_0x4e5bfe(0x7a)](isTrue,process['env'][_0x4e5bfe(0x146)])&&!_0x7bfd00[_0x4e5bfe(0x107)]&&(_0x7bfd00[_0x4e5bfe(0x107)]=!![],_0x7bfd00['initSaveScreenshot']=_0x7bfd00[_0x4e5bfe(0x10b)],_0x7bfd00[_0x4e5bfe(0x10b)]=(_0x434566,_0x56f15b=![])=>{const _0x9092da=_0x4e5bfe,_0x233597={'QwFUT':_0xf7d6a5[_0x9092da(0x179)],'Vtejw':_0xf7d6a5[_0x9092da(0x13f)],'lomBS':function(_0x270209){const _0x21d239=_0x9092da;return _0xf7d6a5[_0x21d239(0x130)](_0x270209);},'vXihN':function(_0xecc6c8,_0x56c0c8){return _0xf7d6a5['pZMGr'](_0xecc6c8,_0x56c0c8);},'oJSDA':_0xf7d6a5[_0x9092da(0x168)]};return new Promise(function(_0x9ca758,_0x1663b0){const _0x31bebd=_0x9092da,_0x244e05={'IJPgt':_0x233597['QwFUT'],'RUkXz':_0x233597[_0x31bebd(0x98)],'VJvVh':function(_0x4b475b){const _0x14e7fb=_0x31bebd;return _0x233597[_0x14e7fb(0x151)](_0x4b475b);},'bnJzx':function(_0x30cb15,_0x3555f3){const _0x4f0bc0=_0x31bebd;return _0x233597[_0x4f0bc0(0xf4)](_0x30cb15,_0x3555f3);},'lwfPA':_0x233597['oJSDA']};_0x7bfd00[_0x31bebd(0x17a)](_0x434566,_0x56f15b)['then'](()=>{const _0x4416d2=_0x31bebd,_0x545560=CodeceptUtils[_0x4416d2(0x9c)](_0x434566);if(_0x545560){const _0x52e9d2=fs[_0x4416d2(0x99)](_0x545560);process[_0x4416d2(0xfe)]('bs:addLog:'+process[_0x4416d2(0x9e)],{'timestamp':new Date()[_0x4416d2(0xa9)](),'message':_0x52e9d2[_0x4416d2(0x15d)](_0x244e05[_0x4416d2(0xf5)]),'kind':_0x244e05[_0x4416d2(0x10e)]}),_0x244e05[_0x4416d2(0xa5)](_0x9ca758);}_0x244e05[_0x4416d2(0xe8)](_0x1663b0,new Error(_0x244e05[_0x4416d2(0x176)]));})[_0x31bebd(0x155)](()=>null);});});},patchWebDriverBefore=_0x38975d=>{const _0x3fdb0c=a1_0x3373c2,_0x460d9c={'xtzyo':function(_0x3f28f5){return _0x3f28f5();},'dWqCO':function(_0x513b51,_0x1b8fff){return _0x513b51(_0x1b8fff);},'CGVQw':function(_0x178226,_0x310cb8){return _0x178226===_0x310cb8;},'VMwBa':_0x3fdb0c(0xda),'BLUHw':'string','pEfoR':function(_0x1b7431,_0x3021a5){return _0x1b7431===_0x3021a5;},'paqkB':_0x3fdb0c(0xbb)},_0x571624=async function(_0x39ddb4,_0xdc2317){const _0x513bca=_0x3fdb0c;_0x460d9c[_0x513bca(0xac)](isAccessibilityAutomationSession)&&!global[_0x513bca(0x180)]&&global[_0x513bca(0x16d)]&&scripts['shouldWrapCommand'](_0x39ddb4['name'])&&_0x460d9c[_0x513bca(0x169)](shouldPatchExecuteScript,arguments[0x2])&&(global['bstackAllyScanning']=!![],await PerformanceTester[_0x513bca(0x8b)](PerformanceA11yEvents[_0x513bca(0x13b)],async()=>{const _0x56947a=_0x513bca;logger[_0x56947a(0xcd)](_0x56947a(0x8d)+_0x39ddb4[_0x56947a(0x11a)]+'\x20'+_0x39ddb4[_0x56947a(0x160)]),await AccessibilityHelper[_0x56947a(0xcf)](_0x38975d,scripts[_0x56947a(0x172)]);},{'command':_0x39ddb4['name']})());global[_0x513bca(0x180)]=![];const _0x483330=JSON['parse'](process[_0x513bca(0xdc)]['FRAMEWORK_DETAILS']||'{}');if(_0x460d9c[_0x513bca(0x9a)](_0x483330?.[_0x513bca(0x134)]?.[_0x513bca(0x160)],_0x460d9c[_0x513bca(0x94)])&&_0x460d9c[_0x513bca(0x9a)](typeof _0x483330?.[_0x513bca(0x134)]?.[_0x513bca(0x144)],_0x460d9c[_0x513bca(0x15e)])&&_0x483330?.['testFramework']?.[_0x513bca(0x144)][_0x513bca(0x9d)]('7'))return _0xdc2317[_0x513bca(0x174)](null,Array[_0x513bca(0xd8)][_0x513bca(0x8c)]['call'](arguments,0x2));return _0xdc2317[_0x513bca(0x174)](this,Array[_0x513bca(0xd8)][_0x513bca(0x8c)][_0x513bca(0x104)](arguments,0x2));},_0x2fa194=CodeceptWebDriver[_0x3fdb0c(0xd8)]['_before'];CodeceptWebDriver[_0x3fdb0c(0xd8)][_0x3fdb0c(0x15b)]=async function(){const _0x3b20f4=_0x3fdb0c;try{await _0x2fa194[_0x3b20f4(0x174)](this,arguments);}catch(_0x57326b){logger['debug'](_0x3b20f4(0x154)+util[_0x3b20f4(0xe2)](_0x57326b));}scripts[_0x3b20f4(0xec)][_0x3b20f4(0x80)](_0x4aaf9b=>_0x4aaf9b['name']&&_0x4aaf9b[_0x3b20f4(0x11a)])['forEach'](_0x5afe9f=>{const _0x3b208a=_0x3b20f4;this[_0x3b208a(0xf6)][_0x3b208a(0x135)](_0x5afe9f[_0x3b208a(0x160)],_0x571624[_0x3b208a(0x9f)](this,_0x5afe9f),_0x460d9c[_0x3b208a(0xa7)](_0x5afe9f['class'],_0x460d9c[_0x3b208a(0x89)]));}),_0x460d9c[_0x3b20f4(0x169)](processWebDriverConfig,_0x38975d);};};function a1_0x401a(_0x6cb9c,_0x31e9aa){const _0x38aab5=a1_0x38aa();return a1_0x401a=function(_0x401a45,_0x4316a9){_0x401a45=_0x401a45-0x79;let _0x40c502=_0x38aab5[_0x401a45];return _0x40c502;},a1_0x401a(_0x6cb9c,_0x31e9aa);}function parseJwt(_0x4de22b){const _0x66f3e2=a1_0x3373c2,_0x543750={};_0x543750['vYAxV']=_0x66f3e2(0x138);const _0x13a070=_0x543750;if(!_0x4de22b)return null;return JSON[_0x66f3e2(0xb6)](Buffer['from'](_0x4de22b[_0x66f3e2(0x152)]('.')[0x1],_0x13a070[_0x66f3e2(0x165)])[_0x66f3e2(0x15d)]());}const patchPlaywrightBefore=()=>{const _0x5e0774=a1_0x3373c2,_0x54dac8={'WKORc':_0x5e0774(0x83),'oAbuz':function(_0x2fcd12){return _0x2fcd12();},'YEEke':function(_0x40858c,_0xaf354){return _0x40858c(_0xaf354);},'GmvKJ':function(_0x19817f){return _0x19817f();},'NzkvG':_0x5e0774(0x16f),'ZdKQl':function(_0x5ebe40,_0x522e74){return _0x5ebe40+_0x522e74;},'nhapO':'\x0aStack:\x20','XDqzR':function(_0x564897){return _0x564897();}};PlaywrightSessionDetails[_0x5e0774(0x82)]();const _0x56c088=CodeceptPlaywright[_0x5e0774(0xd8)][_0x5e0774(0x15b)];CodeceptPlaywright[_0x5e0774(0xd8)][_0x5e0774(0x15b)]=async function(){const _0xe36a74=_0x5e0774,_0x40889c={'tzCfT':function(_0x5d64cf){const _0x49150b=a1_0x401a;return _0x54dac8[_0x49150b(0x15c)](_0x5d64cf);},'dsnLz':_0x54dac8[_0xe36a74(0x16a)]};this[_0xe36a74(0x17e)]=await this[_0xe36a74(0xf6)][_0xe36a74(0xf7)]()[0x0];const _0x24fd1f=async()=>{const _0x44b99e=_0xe36a74,_0xb3021b=this[_0x44b99e(0x156)]&&this['config'][_0x44b99e(0x142)]&&this[_0x44b99e(0x156)][_0x44b99e(0x142)][_0x44b99e(0xe4)]&&Array[_0x44b99e(0x14c)](this['config'][_0x44b99e(0x142)][_0x44b99e(0xe4)])&&this[_0x44b99e(0x156)][_0x44b99e(0x142)][_0x44b99e(0xe4)][_0x44b99e(0x7b)](_0x54dac8[_0x44b99e(0x127)]);if(_0x54dac8[_0x44b99e(0xd4)](isAccessibilityAutomationSession)&&!_0xb3021b)try{const _0x5f2a98=_0x54dac8['YEEke'](parseJwt,process[_0x44b99e(0xdc)]['BS_A11Y_JWT']);if(_0x5f2a98&&_0x5f2a98[_0x44b99e(0x96)]&&_0x5f2a98[_0x44b99e(0x96)][_0x44b99e(0xb8)]){const _0x48d344=this[_0x44b99e(0x17e)][_0x44b99e(0xf0)]['bind'](this['browserContext']);this['browserContext'][_0x44b99e(0xf0)]=async function(){const _0x5efe2d=_0x44b99e,_0x4517ea=await _0x40889c[_0x5efe2d(0x119)](_0x48d344),_0x308357=[];for(const _0x38530d of _0x4517ea){try{const _0x516cac=await _0x38530d['url']();!_0x516cac[_0x5efe2d(0x9d)](_0x40889c['dsnLz'])&&_0x308357['push'](_0x38530d);}catch(_0x535c1d){_0x308357[_0x5efe2d(0x163)](_0x38530d);}}return _0x308357;};}if(!_0x54dac8[_0x44b99e(0x15c)](isBrowserstackInfra)){const _0x403fe=await this[_0x44b99e(0x16c)][_0x44b99e(0x137)]();if(_0x403fe[_0x44b99e(0x9d)](_0x54dac8['NzkvG'])){const _0x35a10f=await this[_0x44b99e(0x17e)][_0x44b99e(0xf0)]();this[_0x44b99e(0x84)](_0x35a10f[0x0]);}}}catch(_0x4eee69){logger[_0x44b99e(0xcd)](_0x44b99e(0xc6)+_0x4eee69['message']+(_0x4eee69[_0x44b99e(0x111)]?_0x54dac8[_0x44b99e(0xd1)](_0x54dac8['nhapO'],_0x4eee69['stack']):''));}};_0x54dac8['oAbuz'](isBrowserstackInfra)&&await _0x54dac8[_0xe36a74(0xd4)](_0x24fd1f),await _0x56c088[_0xe36a74(0x174)](this,arguments),!_0x54dac8[_0xe36a74(0xb9)](isBrowserstackInfra)&&await _0x54dac8['GmvKJ'](_0x24fd1f);};},getCodeceptDriver=()=>{const _0xf8ad4b=a1_0x3373c2,_0x1b0195={};_0x1b0195['wcOyP']=_0xf8ad4b(0xb2),_0x1b0195[_0xf8ad4b(0x16b)]='Playwright',_0x1b0195[_0xf8ad4b(0x182)]=_0xf8ad4b(0xaf),_0x1b0195['yarXf']='TestCafe';const _0x3274e2=_0x1b0195,_0x26179e=[_0x3274e2[_0xf8ad4b(0x149)],_0x3274e2['EyYjU'],_0x3274e2['qefrW'],_0x3274e2[_0xf8ad4b(0x181)]],_0x23006f=_0x26179e[_0xf8ad4b(0x12c)](_0x4d64a6=>!!CodeceptJS[_0xf8ad4b(0x133)][_0xf8ad4b(0x171)](_0x4d64a6));if(!_0x23006f)return null;return CodeceptJS['container'][_0xf8ad4b(0x171)](_0x23006f);};module[a1_0x3373c2(0x158)]=function(_0x39d144){const _0x57e12d=a1_0x3373c2,_0xf4115d={'pAfBp':function(_0x4aa1ec){return _0x4aa1ec();},'qyPRb':function(_0x14c7db,_0x4e8d04){return _0x14c7db(_0x4e8d04);},'ckgVS':_0x57e12d(0xbc),'kOxSu':_0x57e12d(0x13e),'aRUJm':_0x57e12d(0xeb),'fuWhS':_0x57e12d(0xbf),'blUeT':function(_0x246d0e,_0x317914){return _0x246d0e(_0x317914);},'sDamX':_0x57e12d(0x175),'nihmr':'hook-passed','FIVTY':_0x57e12d(0xfd),'TaTfz':_0x57e12d(0x14a),'WznAV':function(_0x469670){return _0x469670();},'AeiML':_0x57e12d(0x177),'wungo':function(_0x143fc5,_0x50b942){return _0x143fc5(_0x50b942);},'Btrwh':function(_0xba1908,_0x12d3d6,_0x41a36e){return _0xba1908(_0x12d3d6,_0x41a36e);},'fMwFO':_0x57e12d(0xd0),'vPEQs':function(_0x4a56e8,_0x12258f,_0x2cbeaf){return _0x4a56e8(_0x12258f,_0x2cbeaf);},'PEXed':function(_0x20b1b3,_0x5c8d2b,_0x2c66cf){return _0x20b1b3(_0x5c8d2b,_0x2c66cf);},'gwelK':_0x57e12d(0x14e),'ytcYP':function(_0x3cb7fb,_0x2eee77,_0x4bda90,_0x12b4f5){return _0x3cb7fb(_0x2eee77,_0x4bda90,_0x12b4f5);},'OvJWr':function(_0x3d73ec,_0x3b5c59,_0x182489,_0x273ec2){return _0x3d73ec(_0x3b5c59,_0x182489,_0x273ec2);},'rmVVW':function(_0x5bcb79,_0x25598b){return _0x5bcb79===_0x25598b;},'osoWV':_0x57e12d(0xf8),'oMolI':_0x57e12d(0xad),'kySiN':_0x57e12d(0x102),'HLgcB':_0x57e12d(0x166),'AaKFI':function(_0x92b27b,_0x5a9ac6,_0x49e11b){return _0x92b27b(_0x5a9ac6,_0x49e11b);},'CsVWG':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','wCXJG':'test-after','uiBHW':_0x57e12d(0xca),'zLZrO':_0x57e12d(0xea),'dQzLC':'step-comment','mWDJz':_0x57e12d(0xee),'Zkvfx':'bddStep-after','GQwYe':function(_0x141dac){return _0x141dac();},'dNnfB':_0x57e12d(0xd9)};_0x39d144[_0x57e12d(0xed)]&&(global[_0x57e12d(0xb7)]=_0x39d144['skipSessionStatus']);PerformanceTester['startMonitoring']();const _0x4fe40e=_0xf4115d[_0x57e12d(0xa2)](getCodeceptDriver),_0x2333a9=new O11yHelper(_0x4fe40e,_0x39d144),_0x2c6453=!!CodeceptJS['container'][_0x57e12d(0x171)](_0xf4115d[_0x57e12d(0xe1)]);global[_0x57e12d(0x12f)]=_0x4fe40e,_0x4fe40e&&(PerformanceTester[_0x57e12d(0x8b)](PerformanceEvents[_0x57e12d(0x8a)],()=>{const _0x45ad4a=_0x57e12d;_0x2c6453?_0xf4115d[_0x45ad4a(0x128)](patchPlaywrightBefore):_0xf4115d[_0x45ad4a(0xd3)](patchWebDriverBefore,_0x4fe40e);})(),PerformanceTester[_0x57e12d(0x8b)](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0x4407c0=_0x57e12d,_0x556af2={};_0x556af2[_0x4407c0(0x116)]=_0xf4115d[_0x4407c0(0x11c)],_0x556af2[_0x4407c0(0x148)]=_0xf4115d[_0x4407c0(0x170)],_0x556af2['UFfuc']=_0xf4115d[_0x4407c0(0x121)],_0x556af2[_0x4407c0(0xa8)]=_0xf4115d[_0x4407c0(0xa3)];const _0x3f877d=_0x556af2;_0x4fe40e['getAccessibilityResultsSummary']=async()=>{const _0x36ac57=_0x4407c0;if(global['accessibilityPlatform']){const _0x3161b2={};return _0x3161b2[_0x36ac57(0x157)]=_0x3f877d[_0x36ac57(0x116)],await PerformanceTester[_0x36ac57(0x8b)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0xdfeab8=_0x36ac57;return await AccessibilityHelper[_0xdfeab8(0xcf)](_0x4fe40e,scripts[_0xdfeab8(0x172)]);},_0x3161b2)(),await PerformanceTester[_0x36ac57(0x8b)](PerformanceA11yEvents[_0x36ac57(0xfc)],async()=>{const _0x46c724=_0x36ac57;return await AccessibilityHelper[_0x46c724(0xcf)](_0x4fe40e,scripts[_0x46c724(0xe7)]);})();}return logger[_0x36ac57(0x13c)](_0x3f877d[_0x36ac57(0x148)]),{};},_0x4fe40e[_0x4407c0(0xeb)]=async()=>{const _0x24d2b3=_0x4407c0;if(global[_0x24d2b3(0x16d)]){const _0x4421ef={};return _0x4421ef[_0x24d2b3(0x157)]=_0x3f877d[_0x24d2b3(0x9b)],await PerformanceTester[_0x24d2b3(0x8b)](PerformanceA11yEvents[_0x24d2b3(0x13b)],async()=>{const _0x3449fd=_0x24d2b3;return await AccessibilityHelper['browserStackExecuteDriver'](_0x4fe40e,scripts[_0x3449fd(0x172)]);},_0x4421ef)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x24d2b3(0xff)],async()=>{const _0x805393=_0x24d2b3;return await AccessibilityHelper[_0x805393(0xcf)](_0x4fe40e,scripts[_0x805393(0x90)]);})();}return logger[_0x24d2b3(0x13c)](_0x3f877d[_0x24d2b3(0xa8)]),{};},_0xf4115d[_0x4407c0(0xa0)](patchSaveScreenshot,_0x4fe40e);})()),CodeceptJS[_0x57e12d(0xe5)]['dispatcher']['on'](CodeceptJS[_0x57e12d(0xe5)][_0x57e12d(0x150)][_0x57e12d(0xa1)],()=>{const _0x55cb6f=_0x57e12d;PerformanceTester['start'](PerformanceEvents[_0x55cb6f(0x97)]);try{_0x2333a9[_0x55cb6f(0xc1)](),testOpsHelper['addRequestSpy'](),PerformanceTester[_0x55cb6f(0x108)](PerformanceEvents[_0x55cb6f(0x97)]);}catch(_0x32a0f3){PerformanceTester[_0x55cb6f(0x110)](_0x32a0f3),PerformanceTester[_0x55cb6f(0x108)](PerformanceEvents[_0x55cb6f(0x97)],![],_0x32a0f3);}}),CodeceptJS[_0x57e12d(0xe5)]['dispatcher']['on'](CodeceptJS[_0x57e12d(0xe5)][_0x57e12d(0x150)]['after'],async()=>{const _0x280468=_0x57e12d;PerformanceTester['start'](PerformanceEvents[_0x280468(0x126)]);try{requestSpy[_0x280468(0x13d)](),await _0x2333a9[_0x280468(0x147)](),PerformanceTester[_0x280468(0x108)](PerformanceEvents[_0x280468(0x126)]);}catch(_0x3d0899){PerformanceTester[_0x280468(0x110)](_0x3d0899),PerformanceTester['end'](PerformanceEvents[_0x280468(0x126)],![],_0x3d0899);}finally{PerformanceTester[_0x280468(0x11e)]();}}),CodeceptJS['event'][_0x57e12d(0xc4)]['on'](CodeceptJS[_0x57e12d(0xe5)][_0x57e12d(0xc3)][_0x57e12d(0xbd)],_0x29214c=>{const _0x13d99b=_0x57e12d;PerformanceTester[_0x13d99b(0xc1)](PerformanceEvents[_0x13d99b(0x101)]);try{const _0x355179=_0x29214c[_0x13d99b(0xde)][_0x13d99b(0x11d)],_0x18efe3=_0x2333a9[_0x13d99b(0x106)](TEST_EVENTS[_0x13d99b(0x100)],_0x355179);CodeceptRecorder[_0x13d99b(0xc5)](()=>_0x2333a9[_0x13d99b(0x14f)](TEST_EVENTS[_0x13d99b(0x100)],_0x18efe3));const _0x330551={};_0x330551[_0x13d99b(0x122)]=_0xf4115d[_0x13d99b(0xb1)],PerformanceTester[_0x13d99b(0x108)](PerformanceEvents[_0x13d99b(0x101)],!![],null,_0x330551);}catch(_0x49e7e2){const _0x5679f8={};_0x5679f8[_0x13d99b(0x122)]=_0xf4115d[_0x13d99b(0xb1)],PerformanceTester['end'](PerformanceEvents[_0x13d99b(0x101)],![],_0x49e7e2,_0x5679f8),PerformanceTester[_0x13d99b(0x110)](_0x49e7e2);}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x57e12d(0xe5)][_0x57e12d(0xc3)][_0x57e12d(0x125)],_0x6c823d=>{const _0xb7de7a=_0x57e12d,_0x2c394c={};_0x2c394c[_0xb7de7a(0x122)]=_0xf4115d[_0xb7de7a(0xf2)],PerformanceTester[_0xb7de7a(0xc1)](PerformanceHookEvents[_0xb7de7a(0x101)],!![],null,_0x2c394c);try{const _0x4d8345=_0x6c823d['ctx'][_0xb7de7a(0x11d)],_0x4feb42=_0x2333a9[_0xb7de7a(0x106)](TEST_EVENTS[_0xb7de7a(0x14b)],_0x4d8345);CodeceptRecorder['add'](()=>_0x2333a9['fireEvent'](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x4feb42));const _0x206c43={};_0x206c43[_0xb7de7a(0x122)]=_0xf4115d[_0xb7de7a(0xf2)],PerformanceTester[_0xb7de7a(0x108)](PerformanceHookEvents[_0xb7de7a(0x101)],!![],null,_0x206c43);}catch(_0x3b36c2){PerformanceTester[_0xb7de7a(0x110)](_0x3b36c2);const _0x24b73f={};_0x24b73f[_0xb7de7a(0x122)]=_0xf4115d[_0xb7de7a(0xf2)],PerformanceTester[_0xb7de7a(0x108)](PerformanceHookEvents[_0xb7de7a(0x101)],![],_0x3b36c2,_0x24b73f);}}),CodeceptJS[_0x57e12d(0xe5)][_0x57e12d(0xc4)]['on'](CodeceptJS[_0x57e12d(0xe5)][_0x57e12d(0xc3)][_0x57e12d(0x7c)],async(_0xd471b6,_0x499e13)=>{const _0x5b84eb=_0x57e12d;PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{const _0x39d91e=_0xd471b6[_0x5b84eb(0xde)][_0x5b84eb(0x11d)],_0x1d8845=_0x2333a9[_0x5b84eb(0x106)](TEST_EVENTS[_0x5b84eb(0x14b)],_0x39d91e,_0x499e13);CodeceptRecorder['add'](()=>_0x2333a9[_0x5b84eb(0x14f)](TEST_EVENTS[_0x5b84eb(0x14b)],_0x1d8845));const _0x26c315={};_0x26c315[_0x5b84eb(0x122)]=_0xf4115d[_0x5b84eb(0x91)],PerformanceTester[_0x5b84eb(0xc1)](PerformanceHookEvents[_0x5b84eb(0x101)],!![],null,_0x26c315);}catch(_0x1d0175){PerformanceTester[_0x5b84eb(0x110)](_0x1d0175);const _0x21002b={};_0x21002b[_0x5b84eb(0x122)]=_0xf4115d[_0x5b84eb(0x91)],PerformanceTester[_0x5b84eb(0x108)](PerformanceHookEvents[_0x5b84eb(0x101)],![],_0x1d0175,_0x21002b);}const _0x7d044b={};_0x7d044b[_0x5b84eb(0x122)]=_0xf4115d[_0x5b84eb(0x91)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x7d044b);}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x57e12d(0xe5)][_0x57e12d(0x11d)][_0x57e12d(0xa1)],_0x477dbe=>{const _0x45bb38=_0x57e12d;PerformanceTester[_0x45bb38(0xc1)](PerformanceHookEvents['SDK_HOOK']);try{globals[_0x45bb38(0x87)](_0xf4115d[_0x45bb38(0xbe)],_0x477dbe[_0x45bb38(0x17b)]);_0xf4115d[_0x45bb38(0xce)](isBrowserstackInfra)&&(_0x2c6453&&(global[_0x45bb38(0x112)]={'currentTest':{'name':_0x477dbe[_0x45bb38(0x17b)],'testInfo':{'titlePath':_0x477dbe[_0x45bb38(0x79)]()}}}));const _0x451d2f={};_0x451d2f[_0x45bb38(0x122)]=_0xf4115d[_0x45bb38(0xfb)],PerformanceTester['end'](PerformanceHookEvents[_0x45bb38(0x101)],!![],null,_0x451d2f);}catch(_0x1fd14d){PerformanceTester[_0x45bb38(0x110)](_0x1fd14d);const _0x3595a9={};_0x3595a9[_0x45bb38(0x122)]=_0xf4115d[_0x45bb38(0xfb)],PerformanceTester[_0x45bb38(0x108)](PerformanceHookEvents[_0x45bb38(0x101)],![],_0x1fd14d,_0x3595a9);}}),CodeceptJS[_0x57e12d(0xe5)]['dispatcher']['on'](CodeceptJS[_0x57e12d(0xe5)]['test'][_0x57e12d(0xbd)],_0x156231=>{const _0x337bdd=_0x57e12d,_0x5340ea={'DklwQ':function(_0x1328a4){return _0xf4115d['pAfBp'](_0x1328a4);},'yzvbf':function(_0x39362f,_0xc4e572){const _0x131537=a1_0x401a;return _0xf4115d[_0x131537(0x17f)](_0x39362f,_0xc4e572);},'ghyYx':function(_0x2c870e,_0x5c69d1,_0x292ef6){const _0x175691=a1_0x401a;return _0xf4115d[_0x175691(0x85)](_0x2c870e,_0x5c69d1,_0x292ef6);}};PerformanceTester[_0x337bdd(0xc1)](PerformanceHookEvents[_0x337bdd(0x101)]);try{globals['setGlobal'](_0xf4115d[_0x337bdd(0xbe)],_0x156231[_0x337bdd(0x17b)]);const _0x519a2=_0x2333a9[_0x337bdd(0x106)](TEST_EVENTS[_0x337bdd(0x16e)],_0x156231);CodeceptRecorder[_0x337bdd(0xc5)](()=>_0x2333a9[_0x337bdd(0x14f)](TEST_EVENTS[_0x337bdd(0x16e)],_0x519a2)),CodeceptRecorder['add'](async()=>{const _0x3a44fc=_0x337bdd;_0x5340ea['DklwQ'](isBrowserstackInfra)&&(!_0x5340ea[_0x3a44fc(0x173)](isTrue,_0x39d144[_0x3a44fc(0x120)])&&await _0x5340ea[_0x3a44fc(0x132)](markSessionName,_0x4fe40e,_0x156231['title']),_0x2333a9[_0x3a44fc(0x161)]&&await _0x5340ea[_0x3a44fc(0x173)](o11ySync,_0x4fe40e));});}catch(_0x1965be){const _0x7b2071={};_0x7b2071[_0x337bdd(0x122)]=_0xf4115d['fMwFO'],PerformanceTester[_0x337bdd(0x108)](PerformanceHookEvents[_0x337bdd(0x101)],![],_0x1965be,_0x7b2071),PerformanceTester[_0x337bdd(0x110)](_0x1965be);}const _0x3e699b={};_0x3e699b[_0x337bdd(0x122)]=_0xf4115d['fMwFO'],PerformanceTester['end'](PerformanceHookEvents[_0x337bdd(0x101)],!![],null,_0x3e699b);}),CodeceptJS[_0x57e12d(0xe5)]['dispatcher']['on'](CodeceptJS[_0x57e12d(0xe5)][_0x57e12d(0x11d)][_0x57e12d(0x125)],_0x278baf=>{const _0x3b0323=_0x57e12d,_0x287e50={'KdDnl':function(_0x27f061,_0x51fff5,_0x51f5f4){const _0x168f1e=a1_0x401a;return _0xf4115d[_0x168f1e(0x139)](_0x27f061,_0x51fff5,_0x51f5f4);},'NEqFV':function(_0x3c2c76,_0xf2cafc,_0x20f8db){const _0x1df9af=a1_0x401a;return _0xf4115d[_0x1df9af(0xdf)](_0x3c2c76,_0xf2cafc,_0x20f8db);}};PerformanceTester[_0x3b0323(0xc1)](PerformanceHookEvents[_0x3b0323(0x101)]);try{const _0x781f8f=_0x2333a9[_0x3b0323(0x106)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x278baf);CodeceptRecorder[_0x3b0323(0xc5)](()=>_0x2333a9[_0x3b0323(0x14f)](TEST_EVENTS[_0x3b0323(0x136)],_0x781f8f)),CodeceptRecorder['add'](async()=>{const _0x15cbfc=_0x3b0323;_0xf4115d[_0x15cbfc(0xce)](isBrowserstackInfra)&&await PerformanceTester[_0x15cbfc(0x8b)](PerformanceAutEvents[_0x15cbfc(0x11f)],async()=>{const _0x4297c1=_0x15cbfc;_0x2c6453?await _0x287e50[_0x4297c1(0xdb)](playwrightMarkSessionStatus,_0x4fe40e,STATE_PASSED):await _0x287e50[_0x4297c1(0x10c)](markSessionStatus,_0x4fe40e,STATE_PASSED);})();}),PerformanceTester[_0x3b0323(0x108)](PerformanceEvents[_0x3b0323(0x81)]);}catch(_0x186a2c){PerformanceTester[_0x3b0323(0x110)](_0x186a2c);const _0x1051e6={};_0x1051e6[_0x3b0323(0x122)]=_0xf4115d[_0x3b0323(0xd5)],PerformanceTester[_0x3b0323(0x108)](PerformanceHookEvents[_0x3b0323(0x101)],![],_0x186a2c,_0x1051e6),PerformanceTester[_0x3b0323(0x108)](PerformanceEvents[_0x3b0323(0x81)],![],_0x186a2c);}const _0x2a36fa={};_0x2a36fa[_0x3b0323(0x122)]=_0xf4115d[_0x3b0323(0xd5)],PerformanceTester[_0x3b0323(0x108)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x2a36fa);}),CodeceptJS[_0x57e12d(0xe5)][_0x57e12d(0xc4)]['on'](CodeceptJS[_0x57e12d(0xe5)][_0x57e12d(0x11d)][_0x57e12d(0x7c)],(_0x885a45,_0x75c96)=>{const _0x566541=_0x57e12d,_0x43708d={'bKHQK':function(_0x183655){const _0xc7527f=a1_0x401a;return _0xf4115d[_0xc7527f(0x128)](_0x183655);},'CMzzt':function(_0x24c673,_0x4e80df,_0x2989cc,_0x352f11){const _0x2c18f=a1_0x401a;return _0xf4115d[_0x2c18f(0x153)](_0x24c673,_0x4e80df,_0x2989cc,_0x352f11);},'nsocO':function(_0x474514,_0x53c8a1,_0x328d66,_0x132ee5){return _0xf4115d['OvJWr'](_0x474514,_0x53c8a1,_0x328d66,_0x132ee5);}};PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{if(_0xf4115d[_0x566541(0x17d)](_0x885a45['constructor'][_0x566541(0x160)],_0xf4115d['osoWV'])){const _0x4cc683=_0x2333a9[_0x566541(0x106)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x885a45[_0x566541(0xde)]['currentTest']);CodeceptRecorder['add'](()=>_0x2333a9[_0x566541(0x14f)](TEST_EVENTS[_0x566541(0xab)],_0x4cc683));}else{const _0x24a667=_0x2333a9[_0x566541(0x106)](TEST_EVENTS[_0x566541(0x136)],_0x885a45,_0x75c96);CodeceptRecorder['add'](()=>{const _0x4bb343=_0x566541;try{_0x2333a9[_0x4bb343(0x14f)](TEST_EVENTS[_0x4bb343(0x136)],_0x24a667);}catch(_0x299f00){logger[_0x4bb343(0xcd)](_0x4bb343(0x117)+util['format'](_0x299f00)),PerformanceTester['end'](PerformanceEvents[_0x4bb343(0x81)],![],_0x299f00);}}),CodeceptRecorder['add'](async()=>{const _0x2fa3fd=_0x566541;try{_0x43708d[_0x2fa3fd(0xcb)](isBrowserstackInfra)&&(_0x2c6453?await _0x43708d['CMzzt'](playwrightMarkSessionStatus,_0x4fe40e,STATE_FAILED,_0x75c96):await _0x43708d[_0x2fa3fd(0x105)](markSessionStatus,_0x4fe40e,STATE_FAILED,_0x75c96));}catch(_0x4d1b3d){logger[_0x2fa3fd(0xcd)](_0x2fa3fd(0x145)+util[_0x2fa3fd(0xe2)](_0x4d1b3d)),PerformanceTester[_0x2fa3fd(0x108)](PerformanceEvents['SDK_TEST'],![],_0x4d1b3d);}});}PerformanceTester[_0x566541(0x108)](PerformanceEvents['SDK_TEST']);}catch(_0x4b7961){PerformanceTester[_0x566541(0x110)](_0x4b7961);const _0x10f35f={};_0x10f35f[_0x566541(0x122)]=_0xf4115d[_0x566541(0x10a)],PerformanceTester[_0x566541(0x108)](PerformanceHookEvents[_0x566541(0x101)],![],_0x4b7961,_0x10f35f),PerformanceTester[_0x566541(0x108)](PerformanceEvents[_0x566541(0x81)],![],_0x4b7961);}const _0x4bfa86={};_0x4bfa86[_0x566541(0x122)]=_0xf4115d['oMolI'],PerformanceTester[_0x566541(0x108)](PerformanceHookEvents[_0x566541(0x101)],!![],null,_0x4bfa86);}),CodeceptJS['event'][_0x57e12d(0xc4)]['on'](CodeceptJS['event'][_0x57e12d(0x11d)][_0x57e12d(0x129)],_0x40df9c=>{const _0x25ee7e=_0x57e12d;PerformanceTester[_0x25ee7e(0xc1)](PerformanceHookEvents[_0x25ee7e(0x101)]);try{const _0xa1f09a=_0x2333a9[_0x25ee7e(0x106)](TEST_EVENTS[_0x25ee7e(0xab)],_0x40df9c);CodeceptRecorder[_0x25ee7e(0xc5)](()=>_0x2333a9['fireEvent'](TEST_EVENTS[_0x25ee7e(0xab)],_0xa1f09a)),PerformanceTester[_0x25ee7e(0x108)](PerformanceEvents[_0x25ee7e(0x81)]);}catch(_0x101b08){PerformanceTester[_0x25ee7e(0x110)](_0x101b08),PerformanceTester[_0x25ee7e(0x108)](PerformanceEvents[_0x25ee7e(0x81)],![],_0x101b08);const _0x4441b1={};_0x4441b1[_0x25ee7e(0x122)]=_0xf4115d['kySiN'],PerformanceTester[_0x25ee7e(0x108)](PerformanceHookEvents[_0x25ee7e(0x101)],![],_0x101b08,_0x4441b1);}const _0x3ca60a={};_0x3ca60a['hookType']=_0xf4115d[_0x25ee7e(0x167)],PerformanceTester['end'](PerformanceHookEvents[_0x25ee7e(0x101)],!![],null,_0x3ca60a);}),CodeceptJS[_0x57e12d(0xe5)][_0x57e12d(0xc4)]['on'](CodeceptJS['event'][_0x57e12d(0x11d)][_0x57e12d(0xef)],async(_0x4c0999,_0x47e4d7)=>{const _0x459c90=_0x57e12d,_0x2a5b3d={};_0x2a5b3d[_0x459c90(0x12b)]=_0xf4115d[_0x459c90(0x183)];const _0x4fff29=_0x2a5b3d;try{PerformanceTester['start'](PerformanceHookEvents[_0x459c90(0x101)]);const _0x352f64=_0xf4115d['AaKFI'](shouldScanTestForAccessibility,_0x4c0999['titlePath'](),!![]);if(_0xf4115d[_0x459c90(0x128)](isAccessibilityAutomationSession)&&global[_0x459c90(0x16d)]&&_0x352f64){const _0x375c8a={};_0x375c8a[_0x459c90(0x88)]=_0x4c0999[_0x459c90(0x92)],_0x375c8a[_0x459c90(0x123)]=process[_0x459c90(0xdc)][testHubConstants[_0x459c90(0x12e)][_0x459c90(0x115)]],_0x375c8a[_0x459c90(0xa4)]=process['env'][testHubConstants[_0x459c90(0x12e)]['BROWSERSTACK_TESTHUB_JWT']];const _0x148699=_0x375c8a;logger['debug'](_0x459c90(0x86)+JSON[_0x459c90(0xdd)](_0x148699)),CodeceptRecorder['add'](async()=>{const _0x12984c=_0x459c90,_0x575edb={};_0x575edb[_0x12984c(0x157)]=_0x4fff29[_0x12984c(0x12b)],await PerformanceTester[_0x12984c(0x8b)](PerformanceA11yEvents[_0x12984c(0x13b)],async()=>{const _0x27d957=_0x12984c;await AccessibilityHelper[_0x27d957(0xcf)](_0x4fe40e,scripts['performScan']);},_0x575edb)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x12984c(0x114)],async()=>{const _0x1c6c49=_0x12984c;await AccessibilityHelper['browserStackExecuteDriver'](_0x4fe40e,scripts[_0x1c6c49(0xae)],_0x148699);})();}),logger['info'](_0xf4115d[_0x459c90(0xc7)]);}const _0x4fc05e={};_0x4fc05e[_0x459c90(0x122)]=_0xf4115d[_0x459c90(0xd6)],PerformanceTester['end'](PerformanceHookEvents[_0x459c90(0x101)],!![],null,_0x4fc05e);}catch(_0x1471a1){PerformanceTester[_0x459c90(0x110)](_0x1471a1);const _0x269520={};_0x269520['hookType']=_0xf4115d[_0x459c90(0xd6)],PerformanceTester[_0x459c90(0x108)](PerformanceHookEvents[_0x459c90(0x101)],![],_0x1471a1,_0x269520);}}),CodeceptJS[_0x57e12d(0xe5)][_0x57e12d(0xc4)]['on'](CodeceptJS[_0x57e12d(0xe5)][_0x57e12d(0x95)][_0x57e12d(0x159)],_0x5d8df0=>{const _0x24ea8f=_0x57e12d;PerformanceTester[_0x24ea8f(0xc1)](PerformanceHookEvents[_0x24ea8f(0x101)]);try{process[_0x24ea8f(0xfe)](_0x24ea8f(0x141)+process[_0x24ea8f(0x9e)],{'timestamp':new Date()[_0x24ea8f(0xa9)](),'level':_0xf4115d['uiBHW'],'message':_0x5d8df0,'kind':_0xf4115d[_0x24ea8f(0x8f)],'http_response':{}});}catch(_0x296939){PerformanceTester[_0x24ea8f(0x110)](_0x296939);const _0x21ba6b={};_0x21ba6b[_0x24ea8f(0x122)]=_0xf4115d['dQzLC'],PerformanceTester[_0x24ea8f(0x108)](PerformanceHookEvents[_0x24ea8f(0x101)],![],_0x296939,_0x21ba6b);}const _0x524623={};_0x524623['hookType']=_0xf4115d['dQzLC'],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x524623);}),CodeceptJS[_0x57e12d(0xe5)][_0x57e12d(0xc4)]['on'](CodeceptJS[_0x57e12d(0xe5)][_0x57e12d(0x140)][_0x57e12d(0xa1)],_0x5c45b7=>{const _0x594e2d=_0x57e12d,_0x1fc591={};_0x1fc591['hookType']=_0xf4115d[_0x594e2d(0x162)],PerformanceTester[_0x594e2d(0x8b)](PerformanceHookEvents[_0x594e2d(0x101)],()=>{const _0x7bf00f=_0x594e2d;_0x2333a9[_0x7bf00f(0x103)](_0x5c45b7);},_0x1fc591)();}),CodeceptJS[_0x57e12d(0xe5)][_0x57e12d(0xc4)]['on'](CodeceptJS[_0x57e12d(0xe5)][_0x57e12d(0x140)][_0x57e12d(0xef)],_0x3f806b=>{const _0x72bb27=_0x57e12d,_0x41e145={};_0x41e145[_0x72bb27(0x122)]=_0xf4115d[_0x72bb27(0x185)],PerformanceTester[_0x72bb27(0x8b)](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x21c16f=_0x72bb27;_0x2333a9[_0x21c16f(0xe0)](_0x3f806b);},_0x41e145)();});};function a1_0x38aa(){const _0x3eb822=['yzvbf','apply','hook-started','lwfPA','test-before','getSyncScript','uiiZK','initSaveScreenshot','title','codeceptjs','rmVVW','browserContext','wungo','bstackAllyScanning','yarXf','qefrW','HLgcB','../../helpers/accessibility-automation/helper','Zkvfx','1285962umfvrr','titlePath','UnPyU','includes','failed','codeceptjs/lib/helper/WebDriver.js','action','../../helpers/performance/performance-tester','filter','SDK_TEST','patch','--auto-open-devtools-for-tabs','_setPage','Btrwh','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','setGlobal','thTestRunUuid','paqkB','SDK_PRE_INITIALIZE','measureWrapper','slice','Performing\x20scan\x20for\x20','../../bin/playwright/accessibility-helper','zLZrO','getResults','FIVTY','testAnalyticsId','../../helpers/accessibility-automation/scripts','VMwBa','step','a11y_core_config','SDK_PRE_TEST','Vtejw','readFileSync','CGVQw','UFfuc','screenshotOutputFolder','startsWith','pid','bind','blUeT','before','GQwYe','fuWhS','thJwtToken','VJvVh','VPyUi','pEfoR','yuuDH','toISOString','56cSMJSZ','TEST_RUN_SKIPPED','xtzyo','test-failed','saveTestResults','Puppeteer','codeceptjs/lib/utils.js','sDamX','WebDriver','status','1665441qmFjPI','executeScript','parse','__skipSessionStatus','domForge','XDqzR','../../bin/playwright/sessionDetails','Element','getAccessibilityResultsSummary','started','TaTfz','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','reason','start','constructor','hook','dispatcher','add','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','CsVWG','TNOkS','4120683FDydmL','INFO','bKHQK','arguments','debug','WznAV','browserStackExecuteDriver','test-started','ZdKQl','codeceptjs/lib/helper/Playwright.js','qyPRb','oAbuz','gwelK','wCXJG','../../helpers/helper','prototype','Playwright','webdriverio','KdDnl','env','stringify','ctx','PEXed','bddStepFinish','dNnfB','format','SESSION_NAME','args','event','WqKNZ','getResultsSummary','bnJzx','SYNC','TEST_LOG','getAccessibilityResults','commandsToWrap','skipSessionStatus','bddStep-before','after','pages','winstonLogger','nihmr','260102VPIQqc','vXihN','IJPgt','browser','contexts','Suite','setSessionName','3824628cxGAYN','AeiML','GET_RESULTS_SUMMARY','hook-failed','emit','GET_RESULTS','HOOK_RUN_STARTED','SDK_HOOK','test-skipped','bddStepStart','call','nsocO','captureEvent','patchSaveScreenshot','end','./helper.js','oMolI','saveScreenshot','NEqFV','../../helpers/performance/constants','RUkXz','codeceptjs/lib/index.js','captureError','stack','__workerDetails','1195765ZSvpBC','SAVE_RESULTS','BROWSERSTACK_TESTHUB_UUID','drFmr','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','browserstack_executor:\x20','tzCfT','class','CFokN','ckgVS','test','stopMonitoring','SESSION_STATUS','skipSessionName','aRUJm','hookType','thBuildUuid','FuuiC','passed','SDK_POST_TEST','WKORc','pAfBp','skipped','setSessionStatus','yszSk','find','6932376oNTdQn','ENV_VAR','__driver','qoVGq','../../helpers/testhub/constants.js','ghyYx','container','testFramework','overwriteCommand','TEST_RUN_FINISHED','url','base64','vPEQs','JeOHg','PERFORM_SCAN','warn','restore','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','DUjPc','bddStep','bs:addLog:','chromium','SZygM','version','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','BS_TESTOPS_ALLOW_SCREENSHOTS','stop','XVfnI','wcOyP','browserstackTestName','HOOK_RUN_FINISHED','isArray','TEST_SCREENSHOT','test-passed','fireEvent','all','lomBS','split','ytcYP','Failed\x20to\x20execute\x20_before:\x20','catch','config','command','exports','comment','../../helpers/globals.js','_before','GmvKJ','toString','BLUHw','Screenshot\x20path\x20not\x20found','name','enabled','mWDJz','push','./o11yHelper','vYAxV','afterTest','kySiN','MAsvL','dWqCO','NzkvG','EyYjU','page','accessibilityPlatform','TEST_RUN_STARTED','devtools://','kOxSu','helpers','performScan'];a1_0x38aa=function(){return _0x3eb822;};return a1_0x38aa();}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a2_0x54c676=a2_0x5848;(function(_0x1d198d,_0x464162){const _0x5bae6e=a2_0x5848,_0x486a84=_0x1d198d();while(!![]){try{const _0x19c4c8=-parseInt(_0x5bae6e(0x236))/0x1*(parseInt(_0x5bae6e(0x1d1))/0x2)+parseInt(_0x5bae6e(0x1fc))/0x3*(-parseInt(_0x5bae6e(0x239))/0x4)+parseInt(_0x5bae6e(0x257))/0x5*(parseInt(_0x5bae6e(0x21e))/0x6)+-parseInt(_0x5bae6e(0x1c3))/0x7+parseInt(_0x5bae6e(0x1cc))/0x8*(parseInt(_0x5bae6e(0x1cb))/0x9)+-parseInt(_0x5bae6e(0x1e2))/0xa*(-parseInt(_0x5bae6e(0x22b))/0xb)+-parseInt(_0x5bae6e(0x1e6))/0xc;if(_0x19c4c8===_0x464162)break;else _0x486a84['push'](_0x486a84['shift']());}catch(_0x4f03cc){_0x486a84['push'](_0x486a84['shift']());}}}(a2_0x344e,0xc52cf));const fs=require('fs'),path=require(a2_0x54c676(0x214)),util=require(a2_0x54c676(0x22f)),process=require(a2_0x54c676(0x215)),logger=require(a2_0x54c676(0x1d6))[a2_0x54c676(0x259)],{default:BrowserStackSetup}=require(a2_0x54c676(0x210)),helper=require(a2_0x54c676(0x1f7)),utilities=require('../../helpers/utilities'),{checkAccessibilityPlatformConfig}=require(a2_0x54c676(0x1d3)),{setAccessibilityCapabilities}=require(a2_0x54c676(0x1da)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require('../../helpers/helper'),CodeceptJS=requireModule(a2_0x54c676(0x1f9),a2_0x54c676(0x21b)),testOpsHelper=require('../../helpers/test-observability/utils'),TestHubHandler=require(a2_0x54c676(0x246)),constants=require(a2_0x54c676(0x1df)),PerformanceTester=require('../../helpers/performance/performance-tester'),{FRAMEWORKS}=require(a2_0x54c676(0x220)),PerformanceEvents=require(a2_0x54c676(0x25b))[a2_0x54c676(0x241)],ClientTroubleShootingService=require(a2_0x54c676(0x1f1)),_testErrorData=[],getUserCodeceptJSConfigs=(_0xc14a16,_0x5cedf9)=>{const _0x4a2554=a2_0x54c676,_0x39d057={};_0x39d057['QWqmw']=function(_0x5d1a3f,_0x1421c4){return _0x5d1a3f===_0x1421c4;},_0x39d057[_0x4a2554(0x1be)]=_0x4a2554(0x25d),_0x39d057[_0x4a2554(0x22d)]=_0x4a2554(0x251);const _0x1bf832=_0x39d057;let _0x37b144=null;const _0x20283e={};let _0xc840f1=_0x5cedf9['findIndex'](_0x50dedf=>_0x50dedf===_0x4a2554(0x204));_0x1bf832[_0x4a2554(0x1c1)](_0xc840f1,-0x1)&&(_0xc840f1=_0x5cedf9[_0x4a2554(0x222)](_0x195f0a=>_0x195f0a==='-c'));if(!helper[_0x4a2554(0x1ed)](_0xc14a16['config'])&&fs['existsSync'](path[_0x4a2554(0x1fd)](process[_0x4a2554(0x25c)](),_0xc14a16[_0x4a2554(0x1dc)])))_0x37b144=path['join'](process[_0x4a2554(0x25c)](),_0xc14a16[_0x4a2554(0x1dc)]),_0x5cedf9[_0x4a2554(0x23a)](_0xc840f1,0x2);else{if(!helper['isUndefined'](_0xc14a16['c'])&&fs['existsSync'](path['join'](process[_0x4a2554(0x25c)](),_0xc14a16['c'])))_0x37b144=path[_0x4a2554(0x1fd)](process['cwd'](),_0xc14a16['c']),_0x5cedf9[_0x4a2554(0x23a)](_0xc840f1,0x2);else{if(fs[_0x4a2554(0x1c5)](path[_0x4a2554(0x1fd)](process[_0x4a2554(0x25c)](),_0x1bf832[_0x4a2554(0x1be)])))_0x37b144=path['join'](process[_0x4a2554(0x25c)](),_0x1bf832[_0x4a2554(0x1be)]);else fs['existsSync'](path[_0x4a2554(0x1fd)](process[_0x4a2554(0x25c)](),_0x1bf832[_0x4a2554(0x22d)]))&&(_0x37b144=path[_0x4a2554(0x1fd)](process['cwd'](),_0x1bf832['qpeHE']));}}return process['env'][_0x4a2554(0x21c)]=_0x37b144,_0x37b144;},getO11yRerunPattern=()=>{const _0x224eeb=a2_0x54c676,_0x175a5c=helper[_0x224eeb(0x226)](process[_0x224eeb(0x1e9)][_0x224eeb(0x232)]);if(_0x175a5c){const _0x42bab4=process[_0x224eeb(0x1e9)]['BROWSERSTACK_RERUN_TESTS'],_0x683d73=[];if(helper['validateRerunTestList'](_0x42bab4)&&!helper[_0x224eeb(0x1ed)](_0x42bab4)){_0x42bab4['split'](',')['map'](_0x3ddd32=>{const _0x1329e3=_0x224eeb;_0x683d73[_0x1329e3(0x1f2)]('('+_0x3ddd32[_0x1329e3(0x1e3)]()+')');});const _0x2a3f32='^'+_0x683d73[_0x224eeb(0x1fd)]('|')+'$';return _0x2a3f32;}}return null;},a2_0x15a043={};a2_0x15a043[a2_0x54c676(0x1e4)]='chromium',a2_0x15a043[a2_0x54c676(0x219)]=a2_0x54c676(0x209),a2_0x15a043[a2_0x54c676(0x243)]='firefox',a2_0x15a043[a2_0x54c676(0x1bd)]='webkit';function a2_0x5848(_0x3dbb9a,_0x4fef69){const _0x344edf=a2_0x344e();return a2_0x5848=function(_0x584888,_0x182ced){_0x584888=_0x584888-0x1ba;let _0x16d7a2=_0x344edf[_0x584888];return _0x16d7a2;},a2_0x5848(_0x3dbb9a,_0x4fef69);}const pwToCodeceptBrowser=a2_0x15a043;async function run(_0x5e0b6a,_0x3e0e82,_0x37201f){const _0x5e5c1a=a2_0x54c676,_0x19c576={'LyXNq':function(_0x563c22,_0x5905f8){return _0x563c22+_0x5905f8;},'cQnKU':function(_0xa316a,_0x7f56d5){return _0xa316a(_0x7f56d5);},'zkHnA':function(_0x39cc1a,_0x5b3dd9){return _0x39cc1a+_0x5b3dd9;},'iBOVC':function(_0x512019,_0x416881,_0x318c8b){return _0x512019(_0x416881,_0x318c8b);},'thuXq':'helpers','LfquL':function(_0x1adba5){return _0x1adba5();},'zHCMG':_0x5e5c1a(0x1f3),'gjbJZ':function(_0x3310b9){return _0x3310b9();},'babhB':_0x5e5c1a(0x1c2),'aJihU':_0x5e5c1a(0x23d),'italt':_0x5e5c1a(0x242),'oqIRR':'0|2|3|5|1|4','EVHbM':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','LkwYF':function(_0x4ab43b,_0x14769e,_0x41ef23){return _0x4ab43b(_0x14769e,_0x41ef23);},'KBPQY':'Playwright','hBoey':_0x5e5c1a(0x1dd),'FbOPU':function(_0x59d545,_0x417d88){return _0x59d545!=_0x417d88;},'wDeUm':function(_0x23cba7,_0x54eb42){return _0x23cba7===_0x54eb42;},'YBmqo':_0x5e5c1a(0x211),'vnWHo':function(_0x48bd32,_0x10ec4f){return _0x48bd32*_0x10ec4f;},'UlYLR':function(_0x52515a,_0x491fa0,_0x118c4e){return _0x52515a(_0x491fa0,_0x118c4e);},'VvuIP':_0x5e5c1a(0x252),'mlpfl':function(_0x446aba,_0x1aa3d0,_0x201bb8){return _0x446aba(_0x1aa3d0,_0x201bb8);},'pVoeB':'desiredCapabilities','PyySO':function(_0x2368ba,_0x3ac8ae,_0xcfca3d){return _0x2368ba(_0x3ac8ae,_0xcfca3d);},'skFck':_0x5e5c1a(0x1f4),'rxhWR':_0x5e5c1a(0x256),'vlJkO':_0x5e5c1a(0x1ba)};await _0x37201f[_0x5e5c1a(0x247)](_0x5e0b6a),await helper['handleApp'](_0x37201f[_0x5e5c1a(0x1dc)]);if(!_0x37201f[_0x5e5c1a(0x1dc)])return;process[_0x5e5c1a(0x1d8)]=_0x5e0b6a['profile'];_0x5e0b6a[_0x5e5c1a(0x1d8)]&&(process['env'][_0x5e5c1a(0x1d8)]=_0x5e0b6a[_0x5e5c1a(0x1d8)]);const _0x315e79=_0x19c576[_0x5e5c1a(0x248)](getUserCodeceptJSConfigs,_0x5e0b6a,_0x3e0e82);let _0x37f73b={};_0x315e79?(logger[_0x5e5c1a(0x20f)](_0x5e5c1a(0x1c8)+_0x315e79),_0x37f73b=CodeceptJS[_0x5e5c1a(0x1dc)][_0x5e5c1a(0x24c)](_0x315e79)):logger['info'](_0x19c576[_0x5e5c1a(0x1d0)]);let _0x360bf9=![];_0x19c576[_0x5e5c1a(0x228)](nestedKeyValue,_0x37f73b,[_0x19c576[_0x5e5c1a(0x207)],_0x19c576['KBPQY']])&&(_0x360bf9=!![]);const _0x4354e0=_0x360bf9?_0x19c576['KBPQY']:_0x19c576[_0x5e5c1a(0x237)];let _0x10d53e=!_0x360bf9?helper['useW3C'](_0x37201f['config']):![];!helper[_0x5e5c1a(0x1ed)](_0x37201f[_0x5e5c1a(0x1dc)]['accessibilityOptions'])&&(process[_0x5e5c1a(0x1e9)][_0x5e5c1a(0x225)]=JSON['stringify'](_0x37201f[_0x5e5c1a(0x1dc)][_0x5e5c1a(0x250)]));let _0x46f30b=_0x37201f[_0x5e5c1a(0x1dc)][_0x5e5c1a(0x23e)];_0x46f30b=_0x46f30b||_0x19c576[_0x5e5c1a(0x1bc)](checkAccessibilityPlatformConfig,_0x37201f[_0x5e5c1a(0x1dc)]),process['env'][_0x5e5c1a(0x212)]=_0x46f30b;_0x46f30b&&(_0x10d53e=!_0x46f30b);_0x19c576[_0x5e5c1a(0x1fa)](_0x37201f[_0x5e5c1a(0x1dc)][_0x5e5c1a(0x238)],null)?process[_0x5e5c1a(0x1e9)][_0x5e5c1a(0x24f)]=_0x37201f[_0x5e5c1a(0x1dc)][_0x5e5c1a(0x238)]:process[_0x5e5c1a(0x1e9)][_0x5e5c1a(0x24f)]=_0x19c576[_0x5e5c1a(0x1cd)](_0x4354e0,_0x19c576[_0x5e5c1a(0x1cf)]);const _0x307df6=_0x19c576[_0x5e5c1a(0x248)](nestedKeyValue,_0x37f73b,[_0x19c576['YBmqo']]),_0x4f2eaa=_0x307df6&&!helper['isEmpty'](_0x307df6)?FRAMEWORKS[_0x5e5c1a(0x1f5)]:FRAMEWORKS['CODECEPT'],_0x25f598=await TestHubHandler[_0x5e5c1a(0x24e)](_0x4f2eaa,_0x37201f);_0x46f30b&&_0x19c576[_0x5e5c1a(0x1bc)](setAccessibilityCapabilities,_0x37201f['config']);const _0x331d61={},_0x2528b6=[],_0x1f8a50=_0x37201f[_0x5e5c1a(0x1dc)][_0x5e5c1a(0x235)]||helper[_0x5e5c1a(0x1fb)](_0x5e0b6a,_0x3e0e82,_0x37201f[_0x5e5c1a(0x1dc)],constants[_0x5e5c1a(0x21a)][_0x5e5c1a(0x1d5)])||0x1;let _0x32519b=0x1;if(_0x19c576['gjbJZ'](isBrowserstackInfra)){const _0x1d9a40=helper[_0x5e5c1a(0x1c4)](_0x37201f[_0x5e5c1a(0x1dc)],_0x10d53e,constants[_0x5e5c1a(0x21a)]['CODECEPT']);_0x1d9a40[_0x5e5c1a(0x24b)](_0x25f778=>{helper['setAdditionalCapabilities'](_0x25f778);}),helper[_0x5e5c1a(0x202)](_0x37201f['config'])?_0x32519b=_0x19c576[_0x5e5c1a(0x233)](_0x1f8a50,_0x37201f[_0x5e5c1a(0x1dc)][_0x5e5c1a(0x1ec)][_0x5e5c1a(0x1e1)]):_0x32519b=_0x1f8a50,_0x1d9a40[_0x5e5c1a(0x24b)](_0x81c46f=>{const _0x2c14f4=_0x5e5c1a,_0x3b2fbe=_0x19c576['zkHnA'](helper[_0x2c14f4(0x20b)](_0x81c46f,'_'),'_'+Date[_0x2c14f4(0x1e8)]()),_0xc03f96=((()=>{const _0x5f0c1d=_0x2c14f4;if(_0x360bf9){const _0x328b9a=pwToCodeceptBrowser[_0x81c46f[_0x5f0c1d(0x24d)]]||_0x81c46f['browserName'];return{'browser':_0x328b9a,[_0x328b9a]:{'browserWSEndpoint':_0x19c576[_0x5f0c1d(0x20a)](helper[_0x5f0c1d(0x23b)](_0x37201f['config']),_0x19c576['cQnKU'](encodeURIComponent,JSON[_0x5f0c1d(0x230)](_0x81c46f)))}};}const _0x3890b4={};return _0x3890b4['desiredCapabilities']=_0x81c46f,_0x3890b4['user']=_0x37201f['config'][_0x5f0c1d(0x1e5)],_0x3890b4[_0x5f0c1d(0x1d2)]=_0x37201f[_0x5f0c1d(0x1dc)][_0x5f0c1d(0x1ee)],_0x3890b4;})()),_0x538544=_0x19c576[_0x2c14f4(0x248)](nestedKeyValue,_0x37f73b,[_0x19c576['thuXq'],_0x4354e0]);_0x331d61[_0x3b2fbe]=_0x538544?helper[_0x2c14f4(0x203)](_0xc03f96,_0x538544):_0xc03f96;if(_0x360bf9)_0x331d61[_0x3b2fbe]['browser']=pwToCodeceptBrowser[_0x81c46f['browserName']]||_0x81c46f[_0x2c14f4(0x24d)];else{_0x331d61[_0x3b2fbe][_0x2c14f4(0x252)]=_0x81c46f[_0x2c14f4(0x24d)]||_0xc03f96['browser'];if(_0x19c576[_0x2c14f4(0x1bb)](isBrowserstackInfra)){_0x331d61[_0x3b2fbe][_0x2c14f4(0x1ea)]=constants[_0x2c14f4(0x213)][_0x2c14f4(0x1fe)](_0x19c576['zHCMG'],'')['replace'](/https?:\/\//,'');;_0x331d61[_0x3b2fbe][_0x2c14f4(0x214)]=_0x19c576[_0x2c14f4(0x1d7)];}}_0x2528b6[_0x2c14f4(0x1f2)](_0x3b2fbe);});}else{_0x32519b=0x1;if(_0x360bf9){const _0x295d1e=_0x19c576[_0x5e5c1a(0x218)](nestedKeyValue,_0x37f73b,[_0x19c576[_0x5e5c1a(0x207)],_0x4354e0,_0x19c576[_0x5e5c1a(0x20d)]]),_0x2b3467=_0x19c576['mlpfl'](nestedKeyValue,_0x37f73b,[_0x19c576['thuXq'],_0x4354e0,_0x295d1e]);if(_0x2b3467&&_0x2b3467[_0x5e5c1a(0x205)]){const _0xbcff4={};_0xbcff4[_0x5e5c1a(0x1ec)]=[],_0x2b3467[_0x5e5c1a(0x205)]=helper[_0x5e5c1a(0x1c4)](Object[_0x5e5c1a(0x255)]({},_0x37201f[_0x5e5c1a(0x1dc)],_0xbcff4),null,_0x4f2eaa[_0x5e5c1a(0x1f8)](),null,null,_0x2b3467['browserWSEndpoint']);}}else{const _0x7e6b8f={};_0x7e6b8f[_0x5e5c1a(0x1ec)]=[],_0x37f73b[_0x19c576[_0x5e5c1a(0x207)]][_0x4354e0][_0x19c576[_0x5e5c1a(0x1e7)]]=helper['prepareCapabilities'](Object['assign']({},_0x37201f[_0x5e5c1a(0x1dc)],_0x7e6b8f),null,_0x4f2eaa[_0x5e5c1a(0x1f8)](),_0x19c576[_0x5e5c1a(0x22e)](nestedKeyValue,_0x37f73b,[_0x19c576['thuXq'],_0x4354e0,_0x19c576['pVoeB']])||{},null,null);}_0x331d61[_0x19c576[_0x5e5c1a(0x22a)]]=_0x37f73b,_0x2528b6[_0x5e5c1a(0x1f2)](_0x19c576[_0x5e5c1a(0x22a)]);}const _0x110a86={};_0x110a86[_0x5e5c1a(0x253)]=_0x315e79;const _0x59383d=_0x110a86,_0xedf8b8=path[_0x5e5c1a(0x1fd)](__dirname,_0x19c576[_0x5e5c1a(0x1de)]),_0x5d9ef1=process[_0x5e5c1a(0x25c)]();process[_0x5e5c1a(0x1e9)][_0x19c576[_0x5e5c1a(0x249)]]=_0x5d9ef1,process['chdir'](path[_0x5e5c1a(0x1d9)](_0x315e79));const _0x35c476=new CodeceptJS[(_0x5e5c1a(0x234))](null,_0x59383d),_0xf66b45=_0x35c476[_0x5e5c1a(0x1ca)](_0x32519b),_0x26fe0c=testOpsHelper[_0x5e5c1a(0x231)](),_0x4b6472=_0x2528b6['map'](_0x286cc4=>{const _0x320e70=_0x5e5c1a,_0x558b53={};_0x558b53[_0x320e70(0x23f)]=_0x331d61[_0x286cc4];const _0x122a59={};_0x122a59[_0x320e70(0x1dd)]=_0x331d61[_0x286cc4];const _0x41a3f4=_0x360bf9?_0x558b53:_0x122a59,_0x1f3913=_0x19c576[_0x320e70(0x221)](getO11yRerunPattern),_0x562c55={};_0x562c55['helpers']=_0x41a3f4;const _0x32d4b7={};_0x32d4b7[_0x320e70(0x1c7)]=_0xedf8b8,_0x32d4b7['enabled']=!![],_0x32d4b7[_0x320e70(0x216)]=_0x37201f[_0x320e70(0x1dc)][_0x320e70(0x20c)][_0x320e70(0x216)],_0x32d4b7[_0x320e70(0x1c9)]=_0x37201f[_0x320e70(0x1dc)][_0x320e70(0x20c)][_0x320e70(0x1c9)],_0x32d4b7[_0x320e70(0x238)]=_0x26fe0c,_0x32d4b7[_0x320e70(0x254)]=_0x4f2eaa;const _0x2723f2={};_0x2723f2[_0x320e70(0x244)]=_0x32d4b7;const _0x5af559={};return _0x5af559[_0x320e70(0x245)]=_0x2723f2,helper[_0x320e70(0x203)]({},_0x37f73b,_0x19c576[_0x320e70(0x221)](isBrowserstackInfra)?_0x562c55:{},_0x1f3913?{'grep':_0x1f3913}:{},_0x5af559);});for(const _0x2bb2dc of _0x4b6472){for(const _0x14eb4f of _0xf66b45){const _0xcf44ce=_0x35c476[_0x5e5c1a(0x240)]();_0xcf44ce[_0x5e5c1a(0x1e0)](_0x14eb4f),_0xcf44ce[_0x5e5c1a(0x20e)](_0x2bb2dc);const _0x463713={};_0x463713[_0x5e5c1a(0x1dc)]=_0x315e79,_0xcf44ce['addOptions'](Object['assign'](_0x463713,_0x5e0b6a));}}_0x35c476['on'](CodeceptJS[_0x5e5c1a(0x1ef)]['test'][_0x5e5c1a(0x21f)],(_0x529be8,_0x5ac4ec)=>{const _0x15483f=_0x5e5c1a;console[_0x15483f(0x1ce)](_0x19c576[_0x15483f(0x24a)],_0x529be8['title']);const _0x3e16b7={[_0x529be8[_0x15483f(0x22c)]]:_0x529be8['err'][_0x15483f(0x1eb)]};_testErrorData[_0x15483f(0x1f2)](_0x3e16b7);}),_0x35c476['on'](CodeceptJS[_0x5e5c1a(0x1ef)]['test'][_0x5e5c1a(0x21d)],async _0x4bf862=>{const _0xf6b73f=_0x5e5c1a;console[_0xf6b73f(0x1ce)](_0x19c576['aJihU'],_0x4bf862[_0xf6b73f(0x22c)]);}),_0x35c476['on'](CodeceptJS['event'][_0x5e5c1a(0x23c)][_0x5e5c1a(0x1db)],async _0x46f53e=>{const _0x4171b8=_0x5e5c1a;console[_0x4171b8(0x1ce)](_0x19c576[_0x4171b8(0x1bf)],_0x46f53e[_0x4171b8(0x22c)]);}),_0x35c476['on'](CodeceptJS['event'][_0x5e5c1a(0x200)]['result'],async()=>{const _0x57451c=_0x5e5c1a,_0x7fb2ad=_0x19c576[_0x57451c(0x1d4)][_0x57451c(0x201)]('|');let _0x1527fc=0x0;while(!![]){switch(_0x7fb2ad[_0x1527fc++]){case'0':PerformanceTester['start'](PerformanceEvents[_0x57451c(0x223)]);continue;case'1':try{await TestHubHandler[_0x57451c(0x227)]();}catch(_0x36f2f4){logger[_0x57451c(0x1ff)](_0x57451c(0x206)+util[_0x57451c(0x224)](_0x36f2f4));}continue;case'2':_0x37201f[_0x57451c(0x1c6)]=_testErrorData;continue;case'3':testOpsHelper[_0x57451c(0x1f0)]();continue;case'4':_0x35c476[_0x57451c(0x1f6)]();continue;case'5':utilities[_0x57451c(0x25a)](_0x37201f);continue;}break;}});async function _0x199e85(){const _0x5bd096=_0x5e5c1a;try{await _0x35c476[_0x5bd096(0x1c0)](),await _0x35c476[_0x5bd096(0x208)]();}finally{process[_0x5bd096(0x25e)](_0x5d9ef1),await _0x35c476['teardownAll']();}}PerformanceTester[_0x5e5c1a(0x217)](PerformanceEvents[_0x5e5c1a(0x229)]),_0x19c576[_0x5e5c1a(0x221)](_0x199e85);}function a2_0x344e(){const _0x1e2105=['FbOPU','getUserWorkerCount','511656nOtiSI','join','replace','debug','all','split','validPlatformsPresent','mergeDeep','--config','browserWSEndpoint','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','thuXq','run','chromium','LyXNq','getPlatformName','testContextOptions','VvuIP','addConfig','info','../../helpers/BrowserStackSetup','gherkin','BROWSERSTACK_TEST_ACCESSIBILITY_YML','hubUrl','path','process','skipSessionName','end','UlYLR','playwright-chromium','FRAMEWORKS','codeceptjs','USER_CONFIG_DETAILS_PATH','passed','20820IpUJoL','failed','../../helpers/test-observability/constants','gjbJZ','findIndex','SDK_CLEANUP','format','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','isTrue','stop','LkwYF','SDK_SETUP','skFck','16682963KmvVen','title','qpeHE','PyySO','util','stringify','isTestObservabilitySession','BROWSERSTACK_RERUN','vnWHo','Workers','parallelsPerPlatform','191803aFqPxS','hBoey','testObservability','20fXFNPk','slice','getPlaywrightUrl','test','Passed\x20:\x20','accessibility','Playwright','spawn','EVENTS','Started\x20:\x20','playwright-firefox','BrowserStackPlugin','plugins','../../helpers/testhub/testhubHandler','initialize','iBOVC','vlJkO','babhB','forEach','load','browserName','launchBuild','BROWSERSTACK_TEST_OBSERVABILITY_YML','accessibilityOptions','codecept.json','browser','testConfig','frameworkName','assign','BrowserStackPlugin.js','1140owUAET','exports','winstonLogger','finalExecution','../../helpers/performance/constants','cwd','codecept.conf.js','chdir','browserStackCwd','LfquL','cQnKU','playwright-webkit','yEjuN','italt','bootstrapAll','QWqmw','Failed\x20:\x20','2527343mMCZBI','prepareCapabilities','existsSync','errorMessage','require','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','skipSessionStatus','createGroupsOfSuites','1692kLyVgR','50584gyCAlO','wDeUm','log','KBPQY','EVHbM','10QFnxvR','key','../../helpers/accessibility-automation/helper','oqIRR','CODECEPT','../../helpers/logger','zHCMG','profile','dirname','../../bin/playwright/accessibility-helper','before','config','WebDriver','rxhWR','../utils/constants','addTests','length','10ozcgOe','trim','chrome','userName','6192744fpZPza','pVoeB','now','env','host','stack','platforms','isUndefined','accessKey','event','printBuildLink','../utils/clientTroubleshootingService','push','/wd/hub','root','CODECEPT_CUCUMBER','printResults','../../helpers/helper','toLowerCase','codeceptjs/lib/index.js'];a2_0x344e=function(){return _0x1e2105;};return a2_0x344e();}module[a2_0x54c676(0x258)]=run;
|
|
2
|
+
'use strict';const a2_0x41459c=a2_0x1f4c;(function(_0x2c6960,_0x2be650){const _0x2664c2=a2_0x1f4c,_0x2f20ec=_0x2c6960();while(!![]){try{const _0xc5181d=-parseInt(_0x2664c2(0x184))/0x1+-parseInt(_0x2664c2(0x1c0))/0x2*(parseInt(_0x2664c2(0x16b))/0x3)+parseInt(_0x2664c2(0x1c5))/0x4+parseInt(_0x2664c2(0x199))/0x5*(-parseInt(_0x2664c2(0x15d))/0x6)+-parseInt(_0x2664c2(0x195))/0x7+parseInt(_0x2664c2(0x1bd))/0x8+parseInt(_0x2664c2(0x1d5))/0x9;if(_0xc5181d===_0x2be650)break;else _0x2f20ec['push'](_0x2f20ec['shift']());}catch(_0x51bdd1){_0x2f20ec['push'](_0x2f20ec['shift']());}}}(a2_0x31fc,0x59de7));function a2_0x31fc(){const _0x339103=['test','initialize','forEach','skipSessionStatus','accessibilityOptions','addOptions','path','accessibility','../utils/clientTroubleshootingService','printBuildLink','34344SEtLrG','Started\x20:\x20','codeceptjs/lib/index.js','bootstrapAll','CODECEPT','assign','aIREe','slice','spawn','map','platforms','errorMessage','../../helpers/logger','user','173133nkTGlW','mIsFr','cwd','enabled','replace','BROWSERSTACK_TEST_ACCESSIBILITY_YML','yaBkP','toLowerCase','profile','../../helpers/testhub/testhubHandler','setAdditionalCapabilities','printResults','TsLxY','accessKey','event','3|4|5|0|1|2','result','TggUc','helpers','teardownAll','CODECEPT_CUCUMBER','../../helpers/test-observability/utils','process','info','push','721592xQxINQ','BROWSERSTACK_TEST_OBSERVABILITY_YML','uXxOy','testContextOptions','util','chdir','ONcTa','UufdI','existsSync','YGKeF','browserWSEndpoint','key','getPlatformName','ybfXn','firefox','browser','WebDriver','1651552LJAunw','../../helpers/utilities','chromium','browserName','90sLvpQO','TzUob','length','start','jXqqu','useW3C','before','hubUrl','getPlaywrightUrl','QKjWm','vkcwS','dkMHm','HSAiE','Playwright','run','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','cITdl','validateRerunTestList','env','finalExecution','playwright-webkit','TYOKk','../../helpers/performance/performance-tester','IEjXN','Workers','title','launchBuild','require','parallelsPerPlatform','pFlKy','../../helpers/test-observability/constants','skipSessionName','webkit','--config','yONCH','end','1683408IOAvKN','root','isEmpty','22qDNYIE','gherkin','isTestObservabilitySession','../../helpers/BrowserStackSetup','join','1172528YBIAMY','rlPnS','getUserWorkerCount','stack','../../bin/playwright/accessibility-helper','sSGYD','../../helpers/helper','validPlatformsPresent','teVPR','err','ykrof','addConfig','playwright-firefox','failed','testObservability','log','14039334rwUaEJ','FRAMEWORKS','now','codeceptjs','Failed\x20:\x20','findIndex','USER_CONFIG_DETAILS_PATH','OYYPd','isUndefined','winstonLogger','prepareCapabilities','../../helpers/accessibility-automation/helper','SDK_CLEANUP','split','wukMO','browserStackCwd','../utils/constants','codecept.conf.js','desiredCapabilities','config','format','mergeDeep','stringify','userName','GYIsZ','BROWSERSTACK_RERUN'];a2_0x31fc=function(){return _0x339103;};return a2_0x31fc();}const fs=require('fs'),path=require(a2_0x41459c(0x159)),util=require(a2_0x41459c(0x188)),process=require(a2_0x41459c(0x181)),logger=require(a2_0x41459c(0x169))[a2_0x41459c(0x1de)],{default:BrowserStackSetup}=require(a2_0x41459c(0x1c3)),helper=require(a2_0x41459c(0x1cb)),utilities=require(a2_0x41459c(0x196)),{checkAccessibilityPlatformConfig}=require(a2_0x41459c(0x1e0)),{setAccessibilityCapabilities}=require(a2_0x41459c(0x1c9)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require('../../helpers/helper'),CodeceptJS=requireModule(a2_0x41459c(0x15f),a2_0x41459c(0x1d8)),testOpsHelper=require(a2_0x41459c(0x180)),TestHubHandler=require(a2_0x41459c(0x174)),constants=require(a2_0x41459c(0x1e5)),PerformanceTester=require(a2_0x41459c(0x1af)),{FRAMEWORKS}=require(a2_0x41459c(0x1b7)),PerformanceEvents=require('../../helpers/performance/constants')['EVENTS'],ClientTroubleShootingService=require(a2_0x41459c(0x15b)),_testErrorData=[],getUserCodeceptJSConfigs=(_0xfe493b,_0x443852)=>{const _0x1c2b31=a2_0x41459c,_0x39a924={};_0x39a924[_0x1c2b31(0x1a4)]=function(_0x26056a,_0x2d0c74){return _0x26056a===_0x2d0c74;},_0x39a924[_0x1c2b31(0x1c6)]=_0x1c2b31(0x1e6),_0x39a924[_0x1c2b31(0x18d)]='codecept.json';const _0x227d1a=_0x39a924;let _0xf063fd=null;const _0x13418d={};let _0x4312dd=_0x443852[_0x1c2b31(0x1da)](_0xdc22e4=>_0xdc22e4===_0x1c2b31(0x1ba));_0x227d1a['dkMHm'](_0x4312dd,-0x1)&&(_0x4312dd=_0x443852[_0x1c2b31(0x1da)](_0x564ae7=>_0x564ae7==='-c'));if(!helper[_0x1c2b31(0x1dd)](_0xfe493b[_0x1c2b31(0x1e8)])&&fs[_0x1c2b31(0x18c)](path[_0x1c2b31(0x1c4)](process[_0x1c2b31(0x16d)](),_0xfe493b['config'])))_0xf063fd=path['join'](process[_0x1c2b31(0x16d)](),_0xfe493b['config']),_0x443852[_0x1c2b31(0x164)](_0x4312dd,0x2);else{if(!helper[_0x1c2b31(0x1dd)](_0xfe493b['c'])&&fs[_0x1c2b31(0x18c)](path['join'](process[_0x1c2b31(0x16d)](),_0xfe493b['c'])))_0xf063fd=path[_0x1c2b31(0x1c4)](process[_0x1c2b31(0x16d)](),_0xfe493b['c']),_0x443852[_0x1c2b31(0x164)](_0x4312dd,0x2);else{if(fs[_0x1c2b31(0x18c)](path[_0x1c2b31(0x1c4)](process[_0x1c2b31(0x16d)](),_0x227d1a[_0x1c2b31(0x1c6)])))_0xf063fd=path[_0x1c2b31(0x1c4)](process[_0x1c2b31(0x16d)](),_0x227d1a[_0x1c2b31(0x1c6)]);else fs['existsSync'](path['join'](process[_0x1c2b31(0x16d)](),_0x227d1a['YGKeF']))&&(_0xf063fd=path[_0x1c2b31(0x1c4)](process[_0x1c2b31(0x16d)](),_0x227d1a[_0x1c2b31(0x18d)]));}}return process[_0x1c2b31(0x1ab)][_0x1c2b31(0x1db)]=_0xf063fd,_0xf063fd;},getO11yRerunPattern=()=>{const _0x5a0cff=a2_0x41459c,_0x52476b=helper['isTrue'](process[_0x5a0cff(0x1ab)][_0x5a0cff(0x1ee)]);if(_0x52476b){const _0x4a5314=process['env']['BROWSERSTACK_RERUN_TESTS'],_0x45db3c=[];if(helper[_0x5a0cff(0x1aa)](_0x4a5314)&&!helper['isUndefined'](_0x4a5314)){_0x4a5314[_0x5a0cff(0x1e2)](',')[_0x5a0cff(0x166)](_0x4f6e5d=>{const _0x49e9fb=_0x5a0cff;_0x45db3c[_0x49e9fb(0x183)]('('+_0x4f6e5d['trim']()+')');});const _0x165d7c='^'+_0x45db3c[_0x5a0cff(0x1c4)]('|')+'$';return _0x165d7c;}}return null;},a2_0x1ff2d6={};a2_0x1ff2d6['chrome']=a2_0x41459c(0x197),a2_0x1ff2d6['playwright-chromium']=a2_0x41459c(0x197),a2_0x1ff2d6[a2_0x41459c(0x1d1)]=a2_0x41459c(0x192),a2_0x1ff2d6[a2_0x41459c(0x1ad)]=a2_0x41459c(0x1b9);function a2_0x1f4c(_0x1b0a36,_0x305372){const _0x31fcc9=a2_0x31fc();return a2_0x1f4c=function(_0x1f4ceb,_0x4a255b){_0x1f4ceb=_0x1f4ceb-0x159;let _0x4d3caf=_0x31fcc9[_0x1f4ceb];return _0x4d3caf;},a2_0x1f4c(_0x1b0a36,_0x305372);}const pwToCodeceptBrowser=a2_0x1ff2d6;async function run(_0x248d4e,_0x2c7577,_0x20898d){const _0x20b819=a2_0x41459c,_0x39adc6={'TsLxY':function(_0x58ee2d,_0xdd5600){return _0x58ee2d+_0xdd5600;},'yONCH':function(_0x1130d4,_0x55ae80){return _0x1130d4(_0x55ae80);},'ykrof':function(_0x1a3a51,_0x1410e7,_0x41e692){return _0x1a3a51(_0x1410e7,_0x41e692);},'sSGYD':_0x20b819(0x17d),'yaBkP':function(_0x2f3f9e){return _0x2f3f9e();},'OYYPd':'/wd/hub','TggUc':function(_0xf7610b){return _0xf7610b();},'aIREe':function(_0xa3bb62){return _0xa3bb62();},'teVPR':_0x20b819(0x1d9),'OlHWY':'Passed\x20:\x20','uXxOy':_0x20b819(0x15e),'lyzmN':_0x20b819(0x17a),'IEjXN':_0x20b819(0x1a8),'mIsFr':_0x20b819(0x1a6),'jXqqu':_0x20b819(0x194),'ybfXn':function(_0x1266e7,_0x33b77f){return _0x1266e7(_0x33b77f);},'cITdl':function(_0x3338a8,_0xb7377b){return _0x3338a8!=_0xb7377b;},'QKjWm':function(_0x388f00,_0x5e6656){return _0x388f00===_0x5e6656;},'vkcwS':_0x20b819(0x1c1),'CUAsz':function(_0xfa7f6b,_0x2623af){return _0xfa7f6b(_0x2623af);},'pFlKy':function(_0x2a475c){return _0x2a475c();},'GYIsZ':function(_0x195a89,_0x49c7a3){return _0x195a89*_0x49c7a3;},'ONcTa':function(_0x3b8962,_0x5d6397,_0x1196e2){return _0x3b8962(_0x5d6397,_0x1196e2);},'wukMO':_0x20b819(0x193),'TzUob':_0x20b819(0x1e7),'TYOKk':_0x20b819(0x1be),'HSAiE':'BrowserStackPlugin.js','UufdI':_0x20b819(0x1e4)};await _0x20898d[_0x20b819(0x1f0)](_0x248d4e),await helper['handleApp'](_0x20898d[_0x20b819(0x1e8)]);if(!_0x20898d[_0x20b819(0x1e8)])return;process[_0x20b819(0x173)]=_0x248d4e[_0x20b819(0x173)];_0x248d4e['profile']&&(process[_0x20b819(0x1ab)][_0x20b819(0x173)]=_0x248d4e[_0x20b819(0x173)]);const _0x34ec29=_0x39adc6[_0x20b819(0x1cf)](getUserCodeceptJSConfigs,_0x248d4e,_0x2c7577);let _0x3ca9bf={};_0x34ec29?(logger[_0x20b819(0x182)]('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0x34ec29),_0x3ca9bf=CodeceptJS[_0x20b819(0x1e8)]['load'](_0x34ec29)):logger[_0x20b819(0x182)](_0x39adc6[_0x20b819(0x1b0)]);let _0x22309a=![];_0x39adc6[_0x20b819(0x1cf)](nestedKeyValue,_0x3ca9bf,[_0x39adc6['sSGYD'],_0x39adc6[_0x20b819(0x16c)]])&&(_0x22309a=!![]);const _0x1e1448=_0x22309a?_0x39adc6['mIsFr']:_0x39adc6[_0x20b819(0x19d)];let _0x311c09=!_0x22309a?helper[_0x20b819(0x19e)](_0x20898d[_0x20b819(0x1e8)]):![];!helper['isUndefined'](_0x20898d[_0x20b819(0x1e8)][_0x20b819(0x1f3)])&&(process[_0x20b819(0x1ab)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x20b819(0x1eb)](_0x20898d['config'][_0x20b819(0x1f3)]));let _0x57b78f=_0x20898d[_0x20b819(0x1e8)][_0x20b819(0x15a)];_0x57b78f=_0x57b78f||_0x39adc6[_0x20b819(0x191)](checkAccessibilityPlatformConfig,_0x20898d[_0x20b819(0x1e8)]),process[_0x20b819(0x1ab)][_0x20b819(0x170)]=_0x57b78f;_0x57b78f&&(_0x311c09=!_0x57b78f);_0x39adc6[_0x20b819(0x1a9)](_0x20898d[_0x20b819(0x1e8)][_0x20b819(0x1d3)],null)?process[_0x20b819(0x1ab)][_0x20b819(0x185)]=_0x20898d['config'][_0x20b819(0x1d3)]:process['env'][_0x20b819(0x185)]=_0x39adc6[_0x20b819(0x1a2)](_0x1e1448,_0x39adc6['mIsFr']);const _0x2f0c81=_0x39adc6['ykrof'](nestedKeyValue,_0x3ca9bf,[_0x39adc6[_0x20b819(0x1a3)]]),_0x1e5f24=_0x2f0c81&&!helper[_0x20b819(0x1bf)](_0x2f0c81)?FRAMEWORKS[_0x20b819(0x17f)]:FRAMEWORKS[_0x20b819(0x161)],_0x42a574=await TestHubHandler[_0x20b819(0x1b3)](_0x1e5f24,_0x20898d);_0x57b78f&&_0x39adc6['CUAsz'](setAccessibilityCapabilities,_0x20898d[_0x20b819(0x1e8)]);const _0x424385={},_0x5f2052=[],_0x38f470=_0x20898d[_0x20b819(0x1e8)][_0x20b819(0x1b5)]||helper[_0x20b819(0x1c7)](_0x248d4e,_0x2c7577,_0x20898d['config'],constants['FRAMEWORKS'][_0x20b819(0x161)])||0x1;let _0x30bbf5=0x1;if(_0x39adc6[_0x20b819(0x1b6)](isBrowserstackInfra)){const _0x19e720=helper[_0x20b819(0x1df)](_0x20898d['config'],_0x311c09,constants[_0x20b819(0x1d6)][_0x20b819(0x161)]);_0x19e720[_0x20b819(0x1f1)](_0x38e89a=>{const _0x2fe4bd=_0x20b819;helper[_0x2fe4bd(0x175)](_0x38e89a);}),helper[_0x20b819(0x1cc)](_0x20898d['config'])?_0x30bbf5=_0x39adc6[_0x20b819(0x1ed)](_0x38f470,_0x20898d[_0x20b819(0x1e8)]['platforms'][_0x20b819(0x19b)]):_0x30bbf5=_0x38f470,_0x19e720[_0x20b819(0x1f1)](_0x577c76=>{const _0x51a887=_0x20b819,_0x5c9b2f=_0x39adc6['TsLxY'](helper[_0x51a887(0x190)](_0x577c76,'_'),'_'+Date[_0x51a887(0x1d7)]()),_0x8b36b3=((()=>{const _0x22532d=_0x51a887;if(_0x22309a){const _0xe0332b=pwToCodeceptBrowser[_0x577c76[_0x22532d(0x198)]]||_0x577c76[_0x22532d(0x198)];return{'browser':_0xe0332b,[_0xe0332b]:{'browserWSEndpoint':_0x39adc6[_0x22532d(0x177)](helper[_0x22532d(0x1a1)](_0x20898d[_0x22532d(0x1e8)]),_0x39adc6[_0x22532d(0x1bb)](encodeURIComponent,JSON[_0x22532d(0x1eb)](_0x577c76)))}};}const _0x272d63={};return _0x272d63[_0x22532d(0x1e7)]=_0x577c76,_0x272d63[_0x22532d(0x16a)]=_0x20898d[_0x22532d(0x1e8)][_0x22532d(0x1ec)],_0x272d63[_0x22532d(0x18f)]=_0x20898d[_0x22532d(0x1e8)][_0x22532d(0x178)],_0x272d63;})()),_0x481de5=_0x39adc6[_0x51a887(0x1cf)](nestedKeyValue,_0x3ca9bf,[_0x39adc6[_0x51a887(0x1ca)],_0x1e1448]);_0x424385[_0x5c9b2f]=_0x481de5?helper[_0x51a887(0x1ea)](_0x8b36b3,_0x481de5):_0x8b36b3;if(_0x22309a)_0x424385[_0x5c9b2f][_0x51a887(0x193)]=pwToCodeceptBrowser[_0x577c76['browserName']]||_0x577c76[_0x51a887(0x198)];else{_0x424385[_0x5c9b2f][_0x51a887(0x193)]=_0x577c76['browserName']||_0x8b36b3[_0x51a887(0x193)];if(_0x39adc6[_0x51a887(0x171)](isBrowserstackInfra)){_0x424385[_0x5c9b2f]['host']=constants[_0x51a887(0x1a0)][_0x51a887(0x16f)](_0x39adc6['OYYPd'],'')['replace'](/https?:\/\//,'');;_0x424385[_0x5c9b2f][_0x51a887(0x159)]=_0x39adc6[_0x51a887(0x1dc)];}}_0x5f2052[_0x51a887(0x183)](_0x5c9b2f);});}else{_0x30bbf5=0x1;if(_0x22309a){const _0x3da321=_0x39adc6[_0x20b819(0x18a)](nestedKeyValue,_0x3ca9bf,[_0x39adc6[_0x20b819(0x1ca)],_0x1e1448,_0x39adc6[_0x20b819(0x1e3)]]),_0x477edb=_0x39adc6[_0x20b819(0x18a)](nestedKeyValue,_0x3ca9bf,[_0x39adc6[_0x20b819(0x1ca)],_0x1e1448,_0x3da321]);if(_0x477edb&&_0x477edb['browserWSEndpoint']){const _0x2ace26={};_0x2ace26[_0x20b819(0x167)]=[],_0x477edb['browserWSEndpoint']=helper[_0x20b819(0x1df)](Object['assign']({},_0x20898d['config'],_0x2ace26),null,_0x1e5f24[_0x20b819(0x172)](),null,null,_0x477edb[_0x20b819(0x18e)]);}}else{const _0x5a8d1a={};_0x5a8d1a['platforms']=[],_0x3ca9bf[_0x39adc6['sSGYD']][_0x1e1448][_0x39adc6[_0x20b819(0x19a)]]=helper['prepareCapabilities'](Object[_0x20b819(0x162)]({},_0x20898d['config'],_0x5a8d1a),null,_0x1e5f24[_0x20b819(0x172)](),_0x39adc6[_0x20b819(0x1cf)](nestedKeyValue,_0x3ca9bf,[_0x39adc6[_0x20b819(0x1ca)],_0x1e1448,_0x39adc6[_0x20b819(0x19a)]])||{},null,null);}_0x424385[_0x39adc6['TYOKk']]=_0x3ca9bf,_0x5f2052[_0x20b819(0x183)](_0x39adc6[_0x20b819(0x1ae)]);}const _0x9de5c0={};_0x9de5c0['testConfig']=_0x34ec29;const _0x3bcd4b=_0x9de5c0,_0x2d9a7f=path[_0x20b819(0x1c4)](__dirname,_0x39adc6[_0x20b819(0x1a5)]),_0x51d7ee=process[_0x20b819(0x16d)]();process[_0x20b819(0x1ab)][_0x39adc6[_0x20b819(0x18b)]]=_0x51d7ee,process['chdir'](path['dirname'](_0x34ec29));const _0x5e53ed=new CodeceptJS[(_0x20b819(0x1b1))](null,_0x3bcd4b),_0x1c14a0=_0x5e53ed['createGroupsOfSuites'](_0x30bbf5),_0x62fde1=testOpsHelper[_0x20b819(0x1c2)](),_0x334428=_0x5f2052['map'](_0x19f702=>{const _0x184776=_0x20b819,_0x343045={};_0x343045[_0x184776(0x1a6)]=_0x424385[_0x19f702];const _0x48f43a={};_0x48f43a[_0x184776(0x194)]=_0x424385[_0x19f702];const _0x53f57a=_0x22309a?_0x343045:_0x48f43a,_0x16d2af=_0x39adc6[_0x184776(0x17c)](getO11yRerunPattern),_0xbd7015={};_0xbd7015[_0x184776(0x17d)]=_0x53f57a;const _0x18ce54={};_0x18ce54[_0x184776(0x1b4)]=_0x2d9a7f,_0x18ce54[_0x184776(0x16e)]=!![],_0x18ce54[_0x184776(0x1b8)]=_0x20898d[_0x184776(0x1e8)][_0x184776(0x187)][_0x184776(0x1b8)],_0x18ce54['skipSessionStatus']=_0x20898d[_0x184776(0x1e8)][_0x184776(0x187)][_0x184776(0x1f2)],_0x18ce54[_0x184776(0x1d3)]=_0x62fde1,_0x18ce54['frameworkName']=_0x1e5f24;const _0x4a682e={};_0x4a682e['BrowserStackPlugin']=_0x18ce54;const _0x2bb9a8={};return _0x2bb9a8['plugins']=_0x4a682e,helper['mergeDeep']({},_0x3ca9bf,_0x39adc6[_0x184776(0x163)](isBrowserstackInfra)?_0xbd7015:{},_0x16d2af?{'grep':_0x16d2af}:{},_0x2bb9a8);});for(const _0x4f649d of _0x334428){for(const _0x38d156 of _0x1c14a0){const _0x729221=_0x5e53ed[_0x20b819(0x165)]();_0x729221['addTests'](_0x38d156),_0x729221[_0x20b819(0x1d0)](_0x4f649d);const _0x464fc7={};_0x464fc7['config']=_0x34ec29,_0x729221[_0x20b819(0x1f4)](Object[_0x20b819(0x162)](_0x464fc7,_0x248d4e));}}_0x5e53ed['on'](CodeceptJS[_0x20b819(0x179)]['test'][_0x20b819(0x1d2)],(_0x3b9f8c,_0x5764ba)=>{const _0x2945c6=_0x20b819;console[_0x2945c6(0x1d4)](_0x39adc6[_0x2945c6(0x1cd)],_0x3b9f8c[_0x2945c6(0x1b2)]);const _0x24a362={[_0x3b9f8c[_0x2945c6(0x1b2)]]:_0x3b9f8c[_0x2945c6(0x1ce)][_0x2945c6(0x1c8)]};_testErrorData[_0x2945c6(0x183)](_0x24a362);}),_0x5e53ed['on'](CodeceptJS[_0x20b819(0x179)][_0x20b819(0x1ef)]['passed'],async _0x1d5e94=>{const _0x27d52c=_0x20b819;console[_0x27d52c(0x1d4)](_0x39adc6['OlHWY'],_0x1d5e94[_0x27d52c(0x1b2)]);}),_0x5e53ed['on'](CodeceptJS[_0x20b819(0x179)][_0x20b819(0x1ef)][_0x20b819(0x19f)],async _0x11176c=>{const _0x3566df=_0x20b819;console[_0x3566df(0x1d4)](_0x39adc6[_0x3566df(0x186)],_0x11176c[_0x3566df(0x1b2)]);}),_0x5e53ed['on'](CodeceptJS[_0x20b819(0x179)]['all'][_0x20b819(0x17b)],async()=>{const _0x5b01de=_0x20b819,_0x14dda6=_0x39adc6['lyzmN'][_0x5b01de(0x1e2)]('|');let _0x53caef=0x0;while(!![]){switch(_0x14dda6[_0x53caef++]){case'0':utilities[_0x5b01de(0x1ac)](_0x20898d);continue;case'1':try{await TestHubHandler['stop']();}catch(_0x386f60){logger['debug']('Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20'+util[_0x5b01de(0x1e9)](_0x386f60));}continue;case'2':_0x5e53ed[_0x5b01de(0x176)]();continue;case'3':PerformanceTester[_0x5b01de(0x19c)](PerformanceEvents[_0x5b01de(0x1e1)]);continue;case'4':_0x20898d[_0x5b01de(0x168)]=_testErrorData;continue;case'5':testOpsHelper[_0x5b01de(0x15c)]();continue;}break;}});async function _0x203eb5(){const _0x46fe1e=_0x20b819;try{await _0x5e53ed[_0x46fe1e(0x160)](),await _0x5e53ed[_0x46fe1e(0x1a7)]();}finally{process[_0x46fe1e(0x189)](_0x51d7ee),await _0x5e53ed[_0x46fe1e(0x17e)]();}}PerformanceTester[_0x20b819(0x1bc)](PerformanceEvents['SDK_SETUP']),_0x39adc6[_0x20b819(0x171)](_0x203eb5);}module['exports']=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a3_0xc748(_0x27a3d7,_0x3bec48){const _0x42e4ee=a3_0x42e4();return a3_0xc748=function(_0xc74804,_0x87f5a6){_0xc74804=_0xc74804-0xbf;let _0x485a92=_0x42e4ee[_0xc74804];return _0x485a92;},a3_0xc748(_0x27a3d7,_0x3bec48);}const a3_0x2ccdc1=a3_0xc748;(function(_0x3f7dd6,_0x5ee854){const _0x35f30f=a3_0xc748,_0x23b713=_0x3f7dd6();while(!![]){try{const _0x1e1998=parseInt(_0x35f30f(0xf7))/0x1+-parseInt(_0x35f30f(0xde))/0x2+-parseInt(_0x35f30f(0x107))/0x3+-parseInt(_0x35f30f(0xfe))/0x4+-parseInt(_0x35f30f(0xc5))/0x5*(-parseInt(_0x35f30f(0xc1))/0x6)+parseInt(_0x35f30f(0xcd))/0x7*(parseInt(_0x35f30f(0xcf))/0x8)+parseInt(_0x35f30f(0xca))/0x9;if(_0x1e1998===_0x5ee854)break;else _0x23b713['push'](_0x23b713['shift']());}catch(_0x5e2305){_0x23b713['push'](_0x23b713['shift']());}}}(a3_0x42e4,0xb2213));const {isUndefined,nestedKeyValue}=require(a3_0x2ccdc1(0xe2)),logger=require(a3_0x2ccdc1(0x103))[a3_0x2ccdc1(0xec)],PlaywrightSessionDetails=require(a3_0x2ccdc1(0xf5)),{isAccessibilityAutomationSession}=require(a3_0x2ccdc1(0xf2)),{getObservabilityLinkedProductName}=require(a3_0x2ccdc1(0xf4)),getOSVersionFromCaps=_0x3dea7d=>{const _0x637af4=a3_0x2ccdc1,_0x58351c={};_0x58351c[_0x637af4(0xe5)]='bstack:options',_0x58351c[_0x637af4(0xd1)]=_0x637af4(0xf9),_0x58351c[_0x637af4(0xe1)]=_0x637af4(0xd8),_0x58351c[_0x637af4(0xd4)]=_0x637af4(0xd3),_0x58351c['QumZz']=_0x637af4(0xf0);const _0x4ab0ce=_0x58351c;if(!_0x3dea7d)return null;const _0x5afaa0=_0x3dea7d[_0x4ab0ce[_0x637af4(0xe5)]],_0x1a2376=[_0x4ab0ce['BFesT'],_0x4ab0ce[_0x637af4(0xe1)],_0x4ab0ce['LJFcM'],_0x4ab0ce[_0x637af4(0xfd)]];for(const _0x3bc8ea of _0x1a2376){if(_0x5afaa0&&_0x5afaa0[_0x3bc8ea])return _0x5afaa0[_0x3bc8ea];else{if(_0x3dea7d[_0x3bc8ea])return _0x3dea7d[_0x3bc8ea];}}return null;};function a3_0x42e4(){const _0x38c4e0=['TwLSK','mKsQI','NbQbz','ZZOBq','NuHCE','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','winstonLogger','browser_version','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','warn','os_version','yphDW','../../helpers/accessibility-automation/helper','rmgGe','../../helpers/test-observability/utils','../../bin/playwright/sessionDetails','browserstack_accessibility_automation_script','1099456iZbmEE','getDetails','platformVersion','capabilities','accessibilityPlatform','DvrcS','QumZz','5486328EvYjnR','browserWSEndpoint','name','faiVn','kPUqn','../../helpers/logger','mLRQj','shouldPatchExecuteScript','platform','3012147UgBWKJ','zUzQa','BtRqX','trXMM','constructor','browserVersion','bsSessionId','sessionId','1242594dGEToo','WtZcI','MDkan','includes','30ZcOjNg','unknown_grid','NRhnx','siiYS','get','6390108AzGHEF','browser','DcFXF','70uTCLQa','searchParams','536112NkbQua','deviceName','BFesT','string','osVersion','LJFcM','platformName','browserName','WfiBR','platform_version','fetchPlatformDetails','Playwright','FqxWK','caps','dnjPJ','1233904MGZSuR','HnbDI','desiredCapabilities','KBgLS','../../helpers/helper','latest','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','CGCBf'];a3_0x42e4=function(){return _0x38c4e0;};return a3_0x42e4();}exports[a3_0x2ccdc1(0xd9)]=_0x2081a0=>{const _0x3fb996=a3_0x2ccdc1,_0x35d987={'zUzQa':_0x3fb996(0xc6),'dnjPJ':function(_0xe2aa69,_0x2ebc75){return _0xe2aa69===_0x2ebc75;},'GNARH':'WebDriver','BtRqX':function(_0x333288,_0x30d283){return _0x333288(_0x30d283);},'mLRQj':function(_0x1a4aef,_0x280ab2,_0x54e695){return _0x1a4aef(_0x280ab2,_0x54e695);},'DvrcS':'config','trXMM':_0x3fb996(0xe0),'rmgGe':function(_0x4ea81b,_0x54d477){return _0x4ea81b(_0x54d477);},'HnbDI':_0x3fb996(0xda),'sSzQi':_0x3fb996(0xcb),'faiVn':_0x3fb996(0xff),'yphDW':_0x3fb996(0xdc)};if(!_0x2081a0)return null;let _0x4afdf9=global['__cloud_provider___']||_0x35d987[_0x3fb996(0x108)];if(_0x35d987[_0x3fb996(0xdd)](_0x2081a0['constructor'][_0x3fb996(0x100)],_0x35d987['GNARH'])){const _0x30e510=_0x2081a0['browser'];if(!_0x30e510)return null;const _0x1a96dc=_0x30e510['capabilities'],_0x136f88=_0x35d987[_0x3fb996(0x109)](getOSVersionFromCaps,_0x35d987[_0x3fb996(0x104)](nestedKeyValue,_0x2081a0,[_0x35d987[_0x3fb996(0xfc)],_0x35d987[_0x3fb996(0x10a)]]));return{[_0x4afdf9]:{'browser':_0x1a96dc[_0x3fb996(0xd6)],'browser_version':_0x1a96dc['browserVersion'],'capabilities':_0x1a96dc,'platform':_0x1a96dc[_0x3fb996(0xd5)],'platform_version':_0x1a96dc['platformVersion']||_0x136f88,'product':_0x35d987[_0x3fb996(0xf3)](getObservabilityLinkedProductName,_0x1a96dc),'session_id':_0x30e510[_0x3fb996(0xc0)]}};}else{if(_0x35d987[_0x3fb996(0xdd)](_0x2081a0[_0x3fb996(0x10b)][_0x3fb996(0x100)],_0x35d987[_0x3fb996(0xdf)])){const _0xd52d84=PlaywrightSessionDetails[_0x3fb996(0xf8)]();_0x4afdf9=_0xd52d84['cloudProvider']||_0x4afdf9;const _0x10b6d1=_0x35d987[_0x3fb996(0x104)](nestedKeyValue,_0x2081a0,[_0x35d987['DvrcS'],_0x35d987['sSzQi'],_0x35d987[_0x3fb996(0x101)]]),_0xce1be3=_0x10b6d1?JSON['parse'](new URL(_0x10b6d1)[_0x3fb996(0xce)][_0x3fb996(0xc9)](_0x35d987[_0x3fb996(0xf1)])):{};return{[_0x4afdf9]:{'browser':_0xd52d84[_0x3fb996(0xcb)]||_0xce1be3[_0x3fb996(0xd6)],'browser_version':_0xd52d84[_0x3fb996(0xed)]||_0xce1be3[_0x3fb996(0xed)],'capabilities':_0xce1be3,'platform':_0xd52d84[_0x3fb996(0x106)],'platform_version':_0xd52d84[_0x3fb996(0xd8)],'product':_0x35d987[_0x3fb996(0x109)](getObservabilityLinkedProductName,_0xce1be3),'session_id':_0xd52d84[_0x3fb996(0xbf)]}};}}},exports['processWebDriverConfig']=_0x4ae158=>{const _0x169e5b=a3_0x2ccdc1,_0x298d29={'Zdyag':function(_0x438040){return _0x438040();},'FqxWK':function(_0x272ddb,_0x2cca4a){return _0x272ddb===_0x2cca4a;},'DcFXF':_0x169e5b(0xe3),'WtZcI':function(_0x436f6a,_0x138768){return _0x436f6a>_0x138768;},'kPUqn':function(_0x3494d1,_0x5f24b2){return _0x3494d1(_0x5f24b2);},'TwLSK':_0x169e5b(0xe4),'ZZOBq':'chrome','ULssf':function(_0x4d77b6,_0x175e23){return _0x4d77b6===_0x175e23;},'mKsQI':'playwright-chromium','MDkan':_0x169e5b(0xee),'WfiBR':_0x169e5b(0xeb)};if(_0x298d29['Zdyag'](isAccessibilityAutomationSession)){const _0x48f93f=_0x4ae158[_0x169e5b(0xcb)],_0xcaff97=_0x48f93f[_0x169e5b(0xfa)];global[_0x169e5b(0xfb)]=!![],!(_0x298d29['FqxWK'](_0xcaff97[_0x169e5b(0x10c)],_0x298d29[_0x169e5b(0xcc)])||_0x298d29[_0x169e5b(0xc2)](_0x298d29[_0x169e5b(0x102)](parseInt,_0xcaff97[_0x169e5b(0x10c)]),0x5e))&&(logger[_0x169e5b(0xef)](_0x298d29[_0x169e5b(0xe6)]),global['accessibilityPlatform']=![]),!(_0x298d29[_0x169e5b(0xdb)](_0xcaff97[_0x169e5b(0xd6)],_0x298d29[_0x169e5b(0xe9)])||_0x298d29['ULssf'](_0xcaff97[_0x169e5b(0xd6)],_0x298d29[_0x169e5b(0xe7)]))&&(logger[_0x169e5b(0xef)](_0x298d29[_0x169e5b(0xc3)]),global[_0x169e5b(0xfb)]=![]),!_0x298d29[_0x169e5b(0x102)](isUndefined,_0xcaff97[_0x169e5b(0xd0)])&&(logger[_0x169e5b(0xef)](_0x298d29[_0x169e5b(0xd7)]),global['accessibilityPlatform']=![]);}},exports[a3_0x2ccdc1(0x105)]=_0x3f33c5=>{const _0xa988c=a3_0x2ccdc1,_0x2dc476={};_0x2dc476[_0xa988c(0xe8)]=function(_0x15e47c,_0x42cb4c){return _0x15e47c!==_0x42cb4c;},_0x2dc476[_0xa988c(0xc8)]=_0xa988c(0xd2),_0x2dc476[_0xa988c(0xc7)]='browserstack_executor',_0x2dc476[_0xa988c(0xea)]=_0xa988c(0xf6);const _0x4e88fc=_0x2dc476;if(!_0x3f33c5)return![];else{if(_0x4e88fc[_0xa988c(0xe8)](typeof _0x3f33c5,_0x4e88fc[_0xa988c(0xc8)]))return!![];}return!_0x3f33c5['includes'](_0x4e88fc[_0xa988c(0xc7)])&&!_0x3f33c5[_0xa988c(0xc4)](_0x4e88fc['NuHCE']);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a4_0x27b1(){const _0x1aa114=['ZrZJC','../../helpers/test-observability/requestQueueHandler','bddStepFinish','NWviD','kpTeE','CODECEPT','stepAnalyticsId','prototype','skipped','start','8XywTmn','patchConsoleLogger','find','feature','started','BROWSERSTACK','Failed\x20to\x20parse\x20wsendpoint\x20','_paths','../mocha/test-observability/mochaUtils','winstonLogger','failed\x20to\x20get\x20root\x20parent\x20file\x20','Qonfv','JUtrU','getCBTInfo','TEST_RUN_FINISHED','WijUF','fullTitle','xIStZ','../../helpers/testhub/utils.js','hookAnalyticsId','LITfb','captureEvent','text','push','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','../playwright/sessionDetails','yjHro','../../helpers/logger','TABVw','NUULf','LAxuj','backtrace','setupBrowserDetails','39279760fNVckJ','mapTestHooks','currentTest','browserstack','tags','toString','failure_reason_expanded','PathHelper','PLAYWRIGHT_HUB_URL','failure_backtrace','XBnUW','hook_run','findGitConfig','uuid','klyYP','defineProperty','appendTestItemLog','534376CDXzTP','errorsDetailed','join','inspect','markedStatus','wsEndpoint','bs:addLog:','eyrKc','file_name','keyword','13758bIqcnI','VcvkQ','config','STATE_PASSED','startedAt','getHookType','passed','GmuRX','failureData','ehGHf','test_run','finished_at','ctx','ZLsxt','LogCreated','enabled','../../helpers/test-observability/constants','xJQWN','nTDYO','hook_run_uuid','rGSvu','TEST_EVENTS','SvZOb','bind','parent','TestRunFinished','connect','mXGRL','_testEnv','integrations','MeHQm','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','body','DnNZH','getRootParentFile','TestRunStarted','statSync','_beforeEach','comment','launch','debug','status','HookRunFinished','gDuVp','TEST_RUN_STARTED','\x20with\x20error\x20:\x20','failure','qVDss','uploadEventData','File\x20path\x20could\x20not\x20be\x20found','AeRPR','event_type','_beforeAll','sPOZm','constructor','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','duration','hook','type','nlcRL','tlMou','OPvsc','file','getFailureType','iPUOx','hook_type','expanded','JBHxk','O11yHelper','hooks','string','jCRqU','oBMDJ','title','OOVoa','joHGO','groups','logs','TEST_REPORTING_ANALYTICS','frameworkName','toUpperCase','../../helpers/test-observability/utils','yjQba','__cloud_provider___','oJmYZ','../playwright/accessibility-helper','EsFrK','initializeBddStep','BssaF','12TlLgWc','apply','currentHook','GOfwC','testAnalyticsId','2599896lVvUGJ','uyLGw','pending','mpPxu','pid','meta','hognI','length','ROGKT','sCJMC','then','location_prefix','HOOK_RUN_STARTED','includes','dirname','2170gxqtLM','yqwMo','toLowerCase','EclOK','GgpZT','DyunD','err','result','Playwright','CBTSessionCreated','retryOf','shutdown','ZGxsc','DzOLU','jGtyJ','VKgRK','stop','_afterEach','javascript','GcmMt','now','736068JYNVTn','obsBrowserTypeMockApplied','zOKDa','stringify','343365UvvPGT','VexTN','match','message','resetSkipTestHooks','test_run_uuid','lib','pyVzs','success','ZyiEV','failed','browserType.js','uIshf','oVJUv','0|2|5|4|1|3','bddSteps','EEdtE','__platformCaps','cwd','../../helpers/helper','getInstance','exports','KBtJI','../utils/constants','../../helpers/test-observability/sessionHandler','connectOverCDP','split','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','zliWf','toISOString','finished','relative','name','wTags','Not\x20able\x20to\x20import\x20Browser','MSqlZ','fireEvent','uTSyr','util','forEach','prefixTestPath','driver','test','dCOhS','getHierarchy','getHooksForTest','ealQL','2358243FKEUAR','vXHgY'];a4_0x27b1=function(){return _0x1aa114;};return a4_0x27b1();}const a4_0x3f6d97=a4_0x3a02;(function(_0x1f7d84,_0x1f4483){const _0x5bf07c=a4_0x3a02,_0x47e3ff=_0x1f7d84();while(!![]){try{const _0x32db2e=-parseInt(_0x5bf07c(0x115))/0x1+parseInt(_0x5bf07c(0x178))/0x2*(-parseInt(_0x5bf07c(0xa4))/0x3)+-parseInt(_0x5bf07c(0x17d))/0x4+-parseInt(_0x5bf07c(0xa8))/0x5+parseInt(_0x5bf07c(0x11f))/0x6*(-parseInt(_0x5bf07c(0x18c))/0x7)+parseInt(_0x5bf07c(0xe3))/0x8*(parseInt(_0x5bf07c(0xd7))/0x9)+parseInt(_0x5bf07c(0x104))/0xa;if(_0x32db2e===_0x1f4483)break;else _0x47e3ff['push'](_0x47e3ff['shift']());}catch(_0x42f4d5){_0x47e3ff['push'](_0x47e3ff['shift']());}}}(a4_0x27b1,0xb815e));const path=require('path'),fs=require('fs'),{v4:uuidv4}=require(a4_0x3f6d97(0x111)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x3f6d97(0xbb)),testOpsHelper=require(a4_0x3f6d97(0x170)),{getTestEnv}=require(a4_0x3f6d97(0xeb)),{FRAMEWORKS}=require(a4_0x3f6d97(0x12f)),logger=require(a4_0x3f6d97(0xfe))[a4_0x3f6d97(0xec)],SessionHandler=require(a4_0x3f6d97(0xc0)),RequestQueueHandler=require(a4_0x3f6d97(0xda)),PlaywrightSessionDetails=require(a4_0x3f6d97(0xfc)),debug=testOpsHelper['debug'],{processAccessibilityCaps}=require(a4_0x3f6d97(0x174)),Constants=require(a4_0x3f6d97(0xbf)),{fetchPlatformDetails}=require('./helper.js'),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x3f6d97(0xf5)),constants=require(a4_0x3f6d97(0xbf)),STATE_PASSED=a4_0x3f6d97(0x125),STATE_FAILED='failed',a4_0x26a402={};a4_0x26a402[a4_0x3f6d97(0x14b)]=a4_0x3f6d97(0x142),a4_0x26a402['TEST_RUN_FINISHED']=a4_0x3f6d97(0x138),a4_0x26a402['TEST_RUN_SKIPPED']='TestRunSkipped',a4_0x26a402[a4_0x3f6d97(0x189)]='HookRunStarted',a4_0x26a402['HOOK_RUN_FINISHED']=a4_0x3f6d97(0x149);const TEST_EVENTS=a4_0x26a402,parseEvent=_0x386c6f=>{const _0x2a48c1=a4_0x3f6d97,_0x539028={};_0x539028[_0x2a48c1(0xa6)]=function(_0x456270,_0x5604aa){return _0x456270<_0x5604aa;},_0x539028[_0x2a48c1(0xff)]=function(_0x9b7718,_0xbe1bbb){return _0x9b7718===_0xbe1bbb;},_0x539028[_0x2a48c1(0xcd)]='test',_0x539028[_0x2a48c1(0x12c)]=_0x2a48c1(0x158),_0x539028['sPOZm']=function(_0x1febeb,_0x25b4da){return _0x1febeb===_0x25b4da;},_0x539028['dCOhS']=_0x2a48c1(0xe1),_0x539028[_0x2a48c1(0xf2)]=function(_0x48a357,_0x39510c){return _0x48a357===_0x39510c;},_0x539028[_0x2a48c1(0xcb)]=_0x2a48c1(0xe7),_0x539028[_0x2a48c1(0xee)]=_0x2a48c1(0xc6);const _0x5bca76=_0x539028,_0xb893b2=_0x386c6f[_0x2a48c1(0xaa)](/^(.*)Run(.*)$/);if(!_0xb893b2)return null;if(_0x5bca76[_0x2a48c1(0xa6)](_0xb893b2[_0x2a48c1(0x184)],0x3))return null;const _0x1733bb=_0xb893b2[0x1]['toLowerCase'](),_0x4dfe21=_0xb893b2[0x2][_0x2a48c1(0x18e)]();return{'test':_0x5bca76[_0x2a48c1(0xff)](_0x1733bb,_0x5bca76[_0x2a48c1(0xcd)]),'hook':_0x5bca76[_0x2a48c1(0xff)](_0x1733bb,_0x5bca76['ZLsxt']),'skipped':_0x5bca76[_0x2a48c1(0x154)](_0x4dfe21,_0x5bca76[_0x2a48c1(0xd3)]),'started':_0x5bca76['WijUF'](_0x4dfe21,_0x5bca76['MSqlZ']),'finished':_0x5bca76[_0x2a48c1(0x154)](_0x4dfe21,_0x5bca76[_0x2a48c1(0xee)])};},mockPWBrowserType=_0x3c97b0=>{const _0x100388=a4_0x3f6d97,_0x52d625={'pyVzs':function(_0x102f87,_0x235779){return _0x102f87===_0x235779;},'LWDIA':_0x100388(0x165),'XBnUW':function(_0x79e0ab,_0x14b677,_0x56d4a2){return _0x79e0ab(_0x14b677,_0x56d4a2);},'icQEH':_0x100388(0x11a),'qVDss':function(_0x4a4cf3,_0x59c762){return _0x4a4cf3(_0x59c762);},'DnNZH':_0x100388(0x107),'sCJMC':function(_0xadae16,_0x151209){return _0xadae16(_0x151209);},'ubrAJ':_0x100388(0xae),'JUtrU':'client','iPUOx':_0x100388(0xb3),'zKSDD':function(_0x5c2d41,_0x302b73){return _0x5c2d41(_0x302b73);},'VKgRK':_0x100388(0xca),'WLJup':_0x100388(0x139),'GOfwC':_0x100388(0x146)},_0x2ef365=path[_0x100388(0x117)](_0x52d625['ubrAJ'],_0x52d625[_0x100388(0xef)],_0x52d625[_0x100388(0x15f)]),_0x51abaa=_0x52d625['sCJMC'](importFileFromPWCore,_0x2ef365);if(!_0x51abaa){_0x52d625['zKSDD'](debug,_0x52d625[_0x100388(0x19b)]);return;}const _0x235a30=_0x51abaa['BrowserType'],_0x1203ad=_0x235a30[_0x100388(0xe0)];if(_0x1203ad[_0x100388(0xa5)])return;const _0x679d8c=_0x1203ad['connect'];Object[_0x100388(0x113)](_0x1203ad,_0x52d625['WLJup'],{'get':function(){return async function _0x482a96(_0x353248,_0x3258eb){const _0xe594e9=a4_0x3a02,_0x3ab9d6={'AeRPR':function(_0x152da8,_0x4b6380){const _0xa14a89=a4_0x3a02;return _0x52d625[_0xa14a89(0xaf)](_0x152da8,_0x4b6380);},'ZyiEV':_0x52d625['LWDIA']},_0x4b6480=_0x52d625[_0xe594e9(0x10e)](nestedKeyValue,_0x353248,[_0x52d625['icQEH']])||_0x353248;let _0x353489=null,_0x82f766=null;try{[_0x82f766,_0x353489]=_0x4b6480?_0x52d625[_0xe594e9(0x14e)](parseWSEndpoint,_0x4b6480):[null,null],global[_0xe594e9(0xb9)]=_0x353489,logger['debug'](_0xe594e9(0x156)+_0x82f766),_0x82f766['includes'](Constants[_0xe594e9(0xe8)])&&(global[_0xe594e9(0x172)]=_0x52d625[_0xe594e9(0x140)]);}catch(_0x119c10){logger[_0xe594e9(0x147)](_0xe594e9(0xe9)+_0x4b6480+'\x20'+_0x119c10);}_0x52d625[_0xe594e9(0x10e)](processAccessibilityCaps,_0x353489,_0x82f766);if(global['accessibilityPlatform']){const _0x457915=await _0x1203ad[_0xe594e9(0xc1)][_0xe594e9(0x179)](this,[''+Constants[_0xe594e9(0x10c)]+_0x52d625[_0xe594e9(0x186)](encodeURIComponent,JSON[_0xe594e9(0xa7)](_0x353489))]);return PlaywrightSessionDetails[_0xe594e9(0x103)](_0x457915,_0x3c97b0,_0x4b6480),_0x457915;}return _0x679d8c[_0xe594e9(0x179)](this,arguments)['then'](_0x477777=>{const _0x493bc2=_0xe594e9;let _0x585854=_0x353248[_0x493bc2(0x11a)];return _0x3ab9d6[_0x493bc2(0x151)](typeof _0x353248,_0x3ab9d6[_0x493bc2(0xb1)])&&(_0x585854=_0x353248),PlaywrightSessionDetails[_0x493bc2(0x103)](_0x477777,_0x3c97b0,_0x585854),_0x477777;});};}});const _0x433039=_0x1203ad[_0x100388(0x146)];Object[_0x100388(0x113)](_0x1203ad,_0x52d625[_0x100388(0x17b)],{'get':function(){return async function _0x1af46c(){const _0x2853df=a4_0x3a02;return _0x433039[_0x2853df(0x179)](this,arguments)[_0x2853df(0x187)](_0x56d800=>{return PlaywrightSessionDetails['setupBrowserDetails'](_0x56d800,null),_0x56d800;});};}});};class O11yHelper{[a4_0x3f6d97(0x106)]=null;[a4_0x3f6d97(0x17a)]=null;[a4_0x3f6d97(0x12e)]=![];[a4_0x3f6d97(0x16e)]=![];constructor(_0x5a2555,_0x24a5ea){const _0xd3b41f=a4_0x3f6d97,_0xd1c142={'Oaqdz':_0xd3b41f(0xb6),'MeHQm':function(_0x4d43fe){return _0x4d43fe();},'ehGHf':function(_0x170088,_0x1cabe2){return _0x170088===_0x1cabe2;},'EclOK':_0xd3b41f(0x194),'oBMDJ':function(_0x2c7358,_0x473077){return _0x2c7358(_0x473077);}},_0x20939a=_0xd1c142['Oaqdz'][_0xd3b41f(0xc2)]('|');let _0x4174b6=0x0;while(!![]){switch(_0x20939a[_0x4174b6++]){case'0':this[_0xd3b41f(0x12e)]=_0xd1c142[_0xd3b41f(0x13d)](shouldProcessEventForTesthub);continue;case'1':this[_0xd3b41f(0xea)]=new testOpsHelper[(_0xd3b41f(0x10b))]({'cwd':process[_0xd3b41f(0xba)]()},this[_0xd3b41f(0x13b)][_0xd3b41f(0x188)]);continue;case'2':this[_0xd3b41f(0x16e)]=_0x24a5ea[_0xd3b41f(0x16e)];continue;case'3':this['driver']&&_0xd1c142[_0xd3b41f(0x128)](this[_0xd3b41f(0xd1)][_0xd3b41f(0x155)]['name'],_0xd1c142[_0xd3b41f(0x18f)])&&_0xd1c142[_0xd3b41f(0x167)](mockPWBrowserType,null);continue;case'4':this[_0xd3b41f(0x13b)]=_0xd1c142[_0xd3b41f(0x13d)](getTestEnv);continue;case'5':this[_0xd3b41f(0xd1)]=_0x5a2555;continue;}break;}}[a4_0x3f6d97(0xe2)](){const _0xa89acc=a4_0x3f6d97;if(!this['enabled'])return;testOpsHelper[_0xa89acc(0xe4)](),process['removeAllListeners'](_0xa89acc(0x11b)+process[_0xa89acc(0x181)]),process['on'](_0xa89acc(0x11b)+process[_0xa89acc(0x181)],this[_0xa89acc(0x114)][_0xa89acc(0x136)](this));}async[a4_0x3f6d97(0x19c)](){const _0x4b5809=a4_0x3f6d97;await RequestQueueHandler[_0x4b5809(0xbc)]()[_0x4b5809(0x197)]();}async[a4_0x3f6d97(0x114)](_0x432971){const _0x414778=a4_0x3f6d97,_0x1ab24c={'ZrZJC':_0x414778(0x12d),'VexTN':function(_0x299b0d,_0x46829e){return _0x299b0d(_0x46829e);}};try{this[_0x414778(0x17a)]&&!this[_0x414778(0x17a)][_0x414778(0x119)]&&(_0x432971[_0x414778(0x132)]=this[_0x414778(0x17a)][_0x414778(0xf6)]);!_0x432971[_0x414778(0x132)]&&this[_0x414778(0x106)]&&!this[_0x414778(0x106)][_0x414778(0x119)]&&(_0x432971[_0x414778(0xad)]=this[_0x414778(0x106)][_0x414778(0x17c)]);if(_0x432971[_0x414778(0x132)]||_0x432971[_0x414778(0xad)]){const _0x599c21={};_0x599c21['event_type']=_0x1ab24c[_0x414778(0xd9)],_0x599c21[_0x414778(0x16c)]=[_0x432971],await SessionHandler['uploadEventData'](_0x599c21);}}catch(_0xf19752){_0x1ab24c[_0x414778(0xa9)](debug,_0x414778(0x13e)+constants[_0x414778(0x16d)]+'\x20with\x20error\x20:\x20'+_0xf19752);}}async['sendCBTInfo'](_0x52d3d3){const _0xdea453=a4_0x3f6d97,_0x369c99={'UFAxD':_0xdea453(0x195),'GgpZT':function(_0x21c52f,_0x57a816){return _0x21c52f(_0x57a816);}};if(!this['enabled'])return;const _0x5ce6cb=this[_0xdea453(0xf0)](this[_0xdea453(0xd1)]);try{const _0x46876e={};_0x46876e[_0xdea453(0x111)]=_0x52d3d3,_0x46876e[_0xdea453(0x13c)]=_0x5ce6cb;const _0x51b618=_0x46876e,_0x2fe89a={};_0x2fe89a[_0xdea453(0x152)]=_0x369c99['UFAxD'],_0x2fe89a[_0xdea453(0x129)]=_0x51b618,await SessionHandler[_0xdea453(0x14f)](_0x2fe89a);}catch(_0x48abc4){_0x369c99[_0xdea453(0x190)](debug,_0xdea453(0xc3)+constants[_0xdea453(0x16d)]+_0xdea453(0x14c)+_0x48abc4);}}[a4_0x3f6d97(0xf0)](_0x39c5ce){const _0x2996da=a4_0x3f6d97,_0x766fec={'NWviD':function(_0x1ea402,_0x257579){return _0x1ea402(_0x257579);}};return _0x766fec[_0x2996da(0xdc)](fetchPlatformDetails,_0x39c5ce);}[a4_0x3f6d97(0xac)]=_0x21b941=>{const _0x287f2b=a4_0x3f6d97,_0x2df615={};_0x2df615[_0x287f2b(0x16a)]='_beforeEach',_0x2df615[_0x287f2b(0x162)]=_0x287f2b(0x19d);const _0x1dd9e9=_0x2df615;if(!_0x21b941||!_0x21b941[_0x287f2b(0x137)])return;[_0x1dd9e9[_0x287f2b(0x16a)],_0x1dd9e9[_0x287f2b(0x162)]][_0x287f2b(0xcf)](_0x3ff49a=>{const _0x488bf3=_0x287f2b,_0xa2f638=_0x21b941[_0x488bf3(0x137)][_0x3ff49a];_0xa2f638[_0x488bf3(0xcf)](_0x24264d=>{const _0x464b9b=_0x488bf3;_0x24264d[_0x464b9b(0xf6)]&&(_0x24264d[_0x464b9b(0xf6)]=null);});});};[a4_0x3f6d97(0x105)](_0x38fda0){const _0x4f37ff=a4_0x3f6d97,_0x593328={'Biyyx':'codeceptjs','tlMou':function(_0x5c3f11){return _0x5c3f11();},'nTDYO':function(_0x5a67c3,_0x636eac){return _0x5a67c3===_0x636eac;},'kpTeE':_0x4f37ff(0x19d),'aDcWM':function(_0x4a57a6){return _0x4a57a6();},'gkhnM':_0x4f37ff(0x153),'wTags':'_afterAll','BssaF':'_beforeEach'};if(!_0x38fda0||!_0x38fda0['parent'])return;[_0x593328['gkhnM'],_0x593328[_0x4f37ff(0xc9)],_0x593328[_0x4f37ff(0x177)],_0x593328[_0x4f37ff(0xdd)]][_0x4f37ff(0xcf)](_0x160852=>{const _0x46062e=_0x4f37ff,_0x4e020c=_0x38fda0[_0x46062e(0x137)][_0x160852]||[];_0x4e020c[_0x46062e(0xcf)](_0x211548=>{const _0x1b77e4=_0x46062e;if(_0x211548[_0x1b77e4(0x168)]['includes'](_0x593328['Biyyx']))return;if(!_0x211548[_0x1b77e4(0xf6)])_0x211548[_0x1b77e4(0xf6)]=_0x593328[_0x1b77e4(0x15b)](uuidv4);else _0x211548[_0x1b77e4(0x119)]&&_0x593328[_0x1b77e4(0x131)](_0x160852,_0x593328[_0x1b77e4(0xdd)])&&(_0x211548[_0x1b77e4(0xf6)]=_0x593328['aDcWM'](uuidv4),delete _0x211548[_0x1b77e4(0x119)]);});}),this['mapTestHooks'](_0x38fda0[_0x4f37ff(0x137)]);}[a4_0x3f6d97(0xd5)](_0x5c0b3b){const _0x377682=a4_0x3f6d97,_0x1affa9={};_0x1affa9[_0x377682(0x14a)]='_beforeAll',_0x1affa9[_0x377682(0xbe)]='_afterAll',_0x1affa9[_0x377682(0x19a)]=_0x377682(0x144),_0x1affa9[_0x377682(0xd8)]=_0x377682(0x19d);const _0x499965=_0x1affa9;if(!_0x5c0b3b||!_0x5c0b3b[_0x377682(0x137)])return[];const _0x5d2003=[];return[_0x499965[_0x377682(0x14a)],_0x499965['KBtJI'],_0x499965[_0x377682(0x19a)],_0x499965[_0x377682(0xd8)]][_0x377682(0xcf)](_0x25a7dc=>{const _0x20154e=_0x377682,_0x4a5e7a=_0x5c0b3b[_0x20154e(0x137)][_0x25a7dc]||[];_0x4a5e7a[_0x20154e(0xcf)](_0x18ac8d=>{const _0x3fc487=_0x20154e;_0x18ac8d['hookAnalyticsId']&&_0x5d2003['push'](_0x18ac8d[_0x3fc487(0xf6)]);});}),[]['concat'](_0x5d2003,this[_0x377682(0xd5)](_0x5c0b3b['parent']));}[a4_0x3f6d97(0x124)](_0x4f890f){const _0x125d2e=a4_0x3f6d97,_0x28db39=/^"(?<hook>.*)" hook:.*$/,_0x14f005=_0x4f890f[_0x125d2e(0x168)],_0x62b8a2=_0x14f005[_0x125d2e(0xaa)](_0x28db39);if(_0x62b8a2&&_0x62b8a2['groups'])return _0x62b8a2[_0x125d2e(0x16b)][_0x125d2e(0x158)][_0x125d2e(0x16f)]()['replace']('\x20','_');return null;}[a4_0x3f6d97(0x110)](_0x373be6){const _0xb95091=a4_0x3f6d97,_0x31b3bb={};_0x31b3bb[_0xb95091(0x15a)]=function(_0x2ff4b3,_0x413f34){return _0x2ff4b3===_0x413f34;},_0x31b3bb[_0xb95091(0x198)]=function(_0x22d8c5,_0x3442fc){return _0x22d8c5===_0x3442fc;},_0x31b3bb[_0xb95091(0xb5)]=function(_0x4183da,_0x3c41d6){return _0x4183da===_0x3c41d6;},_0x31b3bb[_0xb95091(0x185)]='.git',_0x31b3bb[_0xb95091(0x15c)]=_0xb95091(0x121);const _0xb5f5af=_0x31b3bb,_0x12acdf=path['sep'];if(_0xb5f5af[_0xb95091(0x15a)](_0x373be6,null)||_0xb5f5af['ZGxsc'](_0x373be6,'')||_0xb5f5af['ZGxsc'](_0x373be6,_0x12acdf)||_0xb5f5af[_0xb95091(0xb5)](_0x373be6,path['dirname'](_0x373be6)))return null;try{return fs[_0xb95091(0x143)](path[_0xb95091(0x117)](_0x373be6,_0xb5f5af['ROGKT'],_0xb5f5af[_0xb95091(0x15c)])),_0x373be6;}catch(_0x2ae0cb){const _0x472550=path[_0xb95091(0x18b)](_0x373be6);return this[_0xb95091(0x110)](_0x472550);}}['getRootParentFile'](_0x5be80b){const _0xf165ed=a4_0x3f6d97,_0x2a472e={};_0x2a472e['VcvkQ']=function(_0x1439d4,_0x1e25c5){return _0x1439d4>_0x1e25c5;};const _0x1473c9=_0x2a472e;if(_0x5be80b[_0xf165ed(0x15d)])return _0x5be80b[_0xf165ed(0x15d)];if(_0x5be80b[_0xf165ed(0x12b)]){const _0x3e0790=_0x5be80b[_0xf165ed(0x12b)]['currentTest']?this['getRootParentFile'](_0x5be80b['ctx'][_0xf165ed(0x106)]):null;if(_0x3e0790)return _0x3e0790;}if(_0x5be80b[_0xf165ed(0x137)]){const _0xb97748=this[_0xf165ed(0x141)](_0x5be80b[_0xf165ed(0x137)])||(_0x5be80b['parent'][_0xf165ed(0x12b)]&&_0x5be80b[_0xf165ed(0x137)][_0xf165ed(0x12b)][_0xf165ed(0x106)]?this[_0xf165ed(0x141)](_0x5be80b['parent']['ctx'][_0xf165ed(0x106)]):null);if(_0xb97748)return _0xb97748;_0x5be80b[_0xf165ed(0x137)]['suites']&&_0x1473c9[_0xf165ed(0x120)](_0x5be80b[_0xf165ed(0x137)]['suites'][_0xf165ed(0x184)],0x0)&&_0x5be80b['parent']['suites'][_0xf165ed(0xcf)](_0x2cafbb=>{const _0x4e71ed=_0xf165ed,_0x28347b=_0x2cafbb[_0x4e71ed(0x12b)]?this[_0x4e71ed(0x141)](_0x2cafbb[_0x4e71ed(0x12b)]):null;if(_0x28347b)return _0x28347b;});}return null;}['getHierarchy'](_0x39947b){const _0x11ec0d=a4_0x3f6d97,_0xb59f7c={};_0xb59f7c['fLfMe']=function(_0x1fb5e8,_0x58c18a){return _0x1fb5e8!==_0x58c18a;};const _0x95cdb6=_0xb59f7c,_0x3d8804=[];if(_0x39947b&&_0x39947b['parent']){let _0x1bb5f9=_0x39947b['parent'];while(_0x1bb5f9&&_0x95cdb6['fLfMe'](_0x1bb5f9[_0x11ec0d(0x168)],'')){_0x3d8804[_0x11ec0d(0xfa)](_0x1bb5f9[_0x11ec0d(0x168)]),_0x1bb5f9=_0x1bb5f9['parent'];}}return _0x3d8804;}[a4_0x3f6d97(0xf8)](_0x3974b6,_0x542be6,_0x4ecde8=undefined){const _0x570393=a4_0x3f6d97,_0xa39bc8={'DyunD':function(_0x31b003,_0x4a5bc2){return _0x31b003(_0x4a5bc2);},'zliWf':function(_0x2616e7){return _0x2616e7();},'hognI':function(_0x34c9ac){return _0x34c9ac();},'DzOLU':function(_0x4b8c2d,_0x30abad){return _0x4b8c2d(_0x30abad);},'JSrjI':_0x570393(0xce),'rGSvu':_0x570393(0x192),'klyYP':function(_0xf66652,_0x21f85a){return _0xf66652!==_0x21f85a;},'EsFrK':_0x570393(0x150),'oJmYZ':_0x570393(0x17f),'EEdtE':_0x570393(0xb2),'SvZOb':'passed','LAxuj':_0x570393(0xe1),'NUULf':_0x570393(0x19e),'GcmMt':function(_0x5e2d7d,_0x5b2c48){return _0x5e2d7d-_0x5b2c48;},'tfuMz':function(_0x2152ac,_0x13cf5b,_0x1c60a2,_0x25673e,_0x427912){return _0x2152ac(_0x13cf5b,_0x1c60a2,_0x25673e,_0x427912);},'xJQWN':_0x570393(0x13c),'eyrKc':_0x570393(0x182),'yqwMo':_0x570393(0x14d),'uyLGw':_0x570393(0x10d),'uIshf':_0x570393(0x102),'dQMwK':_0x570393(0x10a),'xIStZ':_0x570393(0x161),'GmuRX':function(_0x43fb62,_0x467b8e){return _0x43fb62===_0x467b8e;},'ealQL':_0x570393(0x10f),'LITfb':_0x570393(0x129)};if(!this[_0x570393(0x12e)])return;try{if(_0x542be6['fn']&&_0x542be6['fn'][_0x570393(0x109)]()[_0x570393(0xaa)](/browserstack internal helper hook/))return;const _0x24fc77=_0xa39bc8[_0x570393(0x191)](parseEvent,_0x3974b6);if(!_0x24fc77)return;if(_0x24fc77[_0x570393(0xd2)]){this[_0x570393(0x106)]=_0x542be6,this[_0x570393(0x17a)]=null;if(_0x24fc77[_0x570393(0xe7)]||_0x24fc77['skipped']){_0x542be6[_0x570393(0x123)]=new Date(),_0x542be6[_0x570393(0x119)]=![];if(!_0x542be6[_0x570393(0x17c)])_0x542be6[_0x570393(0x17c)]=_0xa39bc8[_0x570393(0xc4)](uuidv4);else _0x542be6[_0x570393(0x119)]&&(!_0x542be6[_0x570393(0x196)]&&(_0x542be6[_0x570393(0x196)]=_0x542be6['testAnalyticsId']),_0x542be6[_0x570393(0x17c)]=_0xa39bc8['zliWf'](uuidv4));}}else{if(_0x24fc77[_0x570393(0x158)]){this[_0x570393(0x17a)]=_0x542be6;if(_0x24fc77[_0x570393(0xe7)]){_0x542be6['startedAt']=new Date(),_0x542be6[_0x570393(0x119)]=![];if(!_0x542be6[_0x570393(0xf6)])_0x542be6[_0x570393(0xf6)]=_0xa39bc8[_0x570393(0x183)](uuidv4);else _0x542be6[_0x570393(0xf6)]&&_0x542be6['markedStatus']&&(_0x542be6[_0x570393(0xf6)]=_0xa39bc8[_0x570393(0x183)](uuidv4));}}}if(_0x24fc77['finished']&&_0x542be6['markedStatus'])return;let _0x42dedc;try{_0x42dedc=this[_0x570393(0x141)](_0x542be6);}catch(_0x275d3f){logger[_0x570393(0x147)](_0x570393(0xed)+_0x275d3f),_0x42dedc=null;}const _0x2926b2=_0xa39bc8[_0x570393(0x199)](require,_0xa39bc8['JSrjI']);let _0x326852=[];_0x4ecde8&&(_0x326852=[_0x4ecde8,_0xa39bc8[_0x570393(0x133)]]);const _0x1737c6=_0xa39bc8[_0x570393(0x112)](_0x542be6[_0x570393(0x116)],undefined)?_0x2926b2[_0x570393(0x118)](_0x542be6[_0x570393(0x116)][0x0]):_0xa39bc8[_0x570393(0x112)](_0x4ecde8,undefined)?_0x4ecde8[_0x570393(0x109)]():undefined,_0x243fbe=_0x42dedc?this[_0x570393(0x110)](_0x42dedc):null,_0x485ec5=_0x42dedc?this['_paths'][_0x570393(0xd0)](this[_0x570393(0x141)](_0x542be6)):_0xa39bc8[_0x570393(0x175)];let _0x3d74bf=_0xa39bc8[_0x570393(0x173)];const _0x4a2c6b=!_0x24fc77['started']?new Date()[_0x570393(0xc5)]():null;if(_0x24fc77['finished'])_0x3d74bf=_0x4ecde8?_0xa39bc8[_0x570393(0xb8)]:_0xa39bc8[_0x570393(0x135)],_0x542be6[_0x570393(0x119)]=!![];else _0x24fc77[_0x570393(0xe1)]&&(_0x3d74bf=_0xa39bc8[_0x570393(0x101)],_0x542be6['markedStatus']=!![]);const _0x55d711={'framework':this[_0x570393(0x16e)],'uuid':_0x542be6[_0x570393(0x17c)]||_0x542be6['hookAnalyticsId'],'name':_0x542be6['title'],'body':{'lang':_0xa39bc8[_0x570393(0x100)],'code':_0x542be6[_0x570393(0x13f)][_0x570393(0x109)]()},'type':_0x542be6[_0x570393(0x159)],'scope':_0x542be6[_0x570393(0xf3)](),'scopes':this[_0x570393(0xd4)](_0x542be6),'file_name':_0x485ec5,'vc_filepath':_0x243fbe?path[_0x570393(0xc7)](_0x243fbe,_0x42dedc):null,'location':_0x485ec5,'result':_0x3d74bf,'failure_reason':_0x1737c6,'duration_in_ms':_0x542be6['duration']||(_0x24fc77[_0x570393(0xc6)]||_0x24fc77[_0x570393(0xe1)])?_0xa39bc8[_0x570393(0x19f)](Date[_0x570393(0xa3)](),new Date(_0x542be6[_0x570393(0x123)])['getTime']()):null,'started_at':new Date(_0x542be6['startedAt'])['toISOString'](),'finished_at':_0x4a2c6b,'failure':testOpsHelper[_0x570393(0x127)][_0x570393(0x179)](null,_0x326852),'failure_type':!_0x1737c6?null:testOpsHelper[_0x570393(0x15e)](_0x1737c6),'retry_of':_0x542be6[_0x570393(0x196)]||null,'tags':_0x542be6[_0x570393(0x108)]||[],'customRerunParam':{'rerun_name':_0x542be6['fullTitle']()}};_0xa39bc8['tfuMz'](appendTesthubParams,_0x55d711,_0x3974b6,_0x542be6,FRAMEWORKS[_0x570393(0xde)]);if(_0x24fc77[_0x570393(0x158)])[_0x55d711[_0x570393(0x160)],_0x55d711[_0x570393(0xc8)]]=[this[_0x570393(0x124)](_0x542be6),_0x542be6[_0x570393(0x12b)][_0x570393(0xd2)][_0x570393(0x168)]],_0x24fc77[_0x570393(0xc6)]?_0xa39bc8[_0x570393(0x112)](_0x55d711[_0x570393(0x193)],_0xa39bc8[_0x570393(0xb8)])&&(_0x55d711[_0x570393(0x193)]=_0xa39bc8[_0x570393(0x135)]):_0x55d711[_0x570393(0x13f)]={};else _0x24fc77['test']&&(this[_0x570393(0x105)](_0x542be6),_0x24fc77['skipped']&&this[_0x570393(0xac)](_0x542be6),(_0x24fc77[_0x570393(0xc6)]||_0x24fc77['skipped'])&&(_0x55d711[_0x570393(0x164)]=this[_0x570393(0xd5)](_0x542be6)));this['driver']&&(_0x24fc77['started']||_0x24fc77[_0x570393(0xe1)])&&(_0x55d711[_0xa39bc8[_0x570393(0x130)]]=this[_0x570393(0xf0)](this[_0x570393(0xd1)]));_0x24fc77[_0x570393(0xd2)]&&_0x24fc77[_0x570393(0xc6)]&&_0x542be6[_0x570393(0xb7)]&&(_0x55d711[_0xa39bc8[_0x570393(0x11c)]]={'feature':{'name':_0x542be6[_0x570393(0x137)][_0x570393(0xe6)][_0x570393(0xc8)],'path':_0x55d711[_0x570393(0x11d)],'description':_0x542be6[_0x570393(0x137)][_0x570393(0x145)]},'scenario':{'name':_0x542be6[_0x570393(0x168)]},'steps':_0x542be6[_0x570393(0xb7)]});const _0x28ed2e=_0x55d711[_0xa39bc8[_0x570393(0x18d)]][0x0];_0x28ed2e&&(_0x55d711[_0xa39bc8[_0x570393(0x17e)]]=_0x28ed2e[_0xa39bc8['uIshf']],_0x55d711[_0xa39bc8['dQMwK']]=_0x28ed2e[_0xa39bc8[_0x570393(0xf4)]]);if(_0x542be6[_0x570393(0xb7)])for(const _0x3f61c7 of _0x542be6[_0x570393(0xb7)]){!_0x3f61c7[_0x570393(0x12a)]&&(_0x3f61c7[_0x570393(0x12a)]=new Date()[_0x570393(0xc5)](),_0xa39bc8[_0x570393(0x126)](_0x3f61c7[_0x570393(0x193)],_0xa39bc8['oJmYZ'])&&(_0x28ed2e?(_0x3f61c7[_0x570393(0x193)]=_0xa39bc8[_0x570393(0xb8)],_0x3f61c7[_0x570393(0x14d)]=_0x28ed2e[_0xa39bc8[_0x570393(0xb4)]][0x0]):_0x3f61c7[_0x570393(0x193)]=_0xa39bc8['SvZOb']));}const _0x250583={};_0x250583['event_type']=_0x24fc77['skipped']?TEST_EVENTS[_0x570393(0xf1)]:_0x3974b6;const _0x5f45a3=_0x250583;return _0x24fc77['hook']?_0x5f45a3[_0xa39bc8[_0x570393(0xd6)]]=_0x55d711:_0x5f45a3[_0xa39bc8[_0x570393(0xf7)]]=_0x55d711,_0x5f45a3;}catch(_0x738d7d){logger[_0x570393(0x147)]('Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0x3974b6+_0x570393(0x14c)+_0x738d7d);}}async[a4_0x3f6d97(0xcc)](_0x3ac0b4,_0x2c53cb){const _0x3830f1=a4_0x3f6d97;if(!this[_0x3830f1(0x12e)]||!_0x2c53cb||!_0x3ac0b4)return![];try{return await SessionHandler[_0x3830f1(0x14f)](_0x2c53cb);}catch(_0xd93840){logger[_0x3830f1(0x147)](_0x3830f1(0xfb)+_0x3ac0b4+_0x3830f1(0x14c)+_0xd93840);}}[a4_0x3f6d97(0x176)](_0x35240b){const _0xd0f04e=a4_0x3f6d97,_0x1234ac={};_0x1234ac[_0xd0f04e(0x180)]='pending';const _0x195037=_0x1234ac;return{'id':_0x35240b[_0xd0f04e(0xdf)],'text':_0x35240b[_0xd0f04e(0xf9)],'keyword':_0x35240b[_0xd0f04e(0x11e)],'started_at':_0x35240b['startedAt']['toISOString'](),'result':_0x195037['mpPxu']};}['bddStepStart'](_0x46710e){const _0x4d3bc8=a4_0x3f6d97,_0x193a5c={'yjHro':function(_0x2c2018){return _0x2c2018();}};!this['currentTest'][_0x4d3bc8(0xb7)]&&(this['currentTest'][_0x4d3bc8(0xb7)]=[]),!_0x46710e[_0x4d3bc8(0xdf)]&&(_0x46710e[_0x4d3bc8(0xdf)]=_0x193a5c[_0x4d3bc8(0xfd)](uuidv4),_0x46710e[_0x4d3bc8(0x123)]=new Date(),this[_0x4d3bc8(0x106)][_0x4d3bc8(0xb7)][_0x4d3bc8(0xfa)](this[_0x4d3bc8(0x176)](_0x46710e)));}[a4_0x3f6d97(0xdb)](_0x10833f){const _0x351a22=a4_0x3f6d97,_0x456cc2={'mXGRL':function(_0x5253e8,_0x2c425d){return _0x5253e8(_0x2c425d);},'jCRqU':_0x351a22(0xb0),'OOVoa':_0x351a22(0x17f),'yjQba':_0x351a22(0x125),'bUxVG':function(_0x354d16,_0x263c9b){return _0x354d16-_0x263c9b;}};let _0x27d9ca=this['currentTest']['bddSteps'][_0x351a22(0xe5)](_0x47fc97=>_0x47fc97['id']===_0x10833f[_0x351a22(0xdf)]);_0x456cc2[_0x351a22(0x13a)](isUndefined,_0x27d9ca)&&(_0x27d9ca=this[_0x351a22(0x176)](_0x10833f)),_0x27d9ca[_0x351a22(0x193)]=[_0x456cc2[_0x351a22(0x166)],_0x456cc2[_0x351a22(0x169)]][_0x351a22(0x18a)](_0x10833f['status'])?_0x456cc2[_0x351a22(0x171)]:_0x10833f[_0x351a22(0x148)],_0x27d9ca[_0x351a22(0x12a)]=new Date()['toISOString'](),_0x27d9ca[_0x351a22(0x157)]=_0x456cc2['bUxVG'](Date['now'](),_0x10833f['startedAt']['getTime']()),_0x27d9ca[_0x351a22(0x14d)]=_0x10833f[_0x351a22(0x192)]?_0x10833f[_0x351a22(0x192)][_0x351a22(0xab)]:null;}}function a4_0x3a02(_0x392f4a,_0xde8813){const _0x27b1e1=a4_0x27b1();return a4_0x3a02=function(_0x3a02bf,_0x2f0c5e){_0x3a02bf=_0x3a02bf-0xa3;let _0x5b7c3d=_0x27b1e1[_0x3a02bf];return _0x5b7c3d;},a4_0x3a02(_0x392f4a,_0xde8813);}const a4_0x29bb2b={};a4_0x29bb2b[a4_0x3f6d97(0x163)]=O11yHelper,a4_0x29bb2b[a4_0x3f6d97(0x122)]=STATE_PASSED,a4_0x29bb2b['STATE_FAILED']=STATE_FAILED,a4_0x29bb2b[a4_0x3f6d97(0x134)]=TEST_EVENTS,module[a4_0x3f6d97(0xbd)]=a4_0x29bb2b;
|
|
1
|
+
const a4_0x27aa63=a4_0x349e;function a4_0x349e(_0x3d6030,_0x44b957){const _0x98adc7=a4_0x98ad();return a4_0x349e=function(_0x349efa,_0x532ac2){_0x349efa=_0x349efa-0x1ed;let _0x3556f6=_0x98adc7[_0x349efa];return _0x3556f6;},a4_0x349e(_0x3d6030,_0x44b957);}(function(_0x27414b,_0x5715ad){const _0x285a46=a4_0x349e,_0x5a434c=_0x27414b();while(!![]){try{const _0x5d5cfc=-parseInt(_0x285a46(0x22e))/0x1+parseInt(_0x285a46(0x2b7))/0x2*(-parseInt(_0x285a46(0x29f))/0x3)+-parseInt(_0x285a46(0x2bf))/0x4+-parseInt(_0x285a46(0x2b8))/0x5*(parseInt(_0x285a46(0x28b))/0x6)+-parseInt(_0x285a46(0x1f6))/0x7+parseInt(_0x285a46(0x1ed))/0x8+parseInt(_0x285a46(0x1fe))/0x9*(parseInt(_0x285a46(0x255))/0xa);if(_0x5d5cfc===_0x5715ad)break;else _0x5a434c['push'](_0x5a434c['shift']());}catch(_0x2c9d38){_0x5a434c['push'](_0x5a434c['shift']());}}}(a4_0x98ad,0xcfac4));const path=require(a4_0x27aa63(0x26a)),fs=require('fs'),{v4:uuidv4}=require(a4_0x27aa63(0x245)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x27aa63(0x282)),testOpsHelper=require(a4_0x27aa63(0x27c)),{getTestEnv}=require('../mocha/test-observability/mochaUtils'),{FRAMEWORKS}=require(a4_0x27aa63(0x289)),logger=require('../../helpers/logger')['winstonLogger'],SessionHandler=require(a4_0x27aa63(0x2e4)),RequestQueueHandler=require(a4_0x27aa63(0x2c8)),PlaywrightSessionDetails=require(a4_0x27aa63(0x277)),debug=testOpsHelper[a4_0x27aa63(0x234)],{processAccessibilityCaps}=require(a4_0x27aa63(0x265)),Constants=require(a4_0x27aa63(0x24d)),{fetchPlatformDetails}=require(a4_0x27aa63(0x287)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x27aa63(0x2cc)),constants=require(a4_0x27aa63(0x24d)),STATE_PASSED=a4_0x27aa63(0x23c),STATE_FAILED=a4_0x27aa63(0x216),a4_0x306cb8={};a4_0x306cb8[a4_0x27aa63(0x295)]='TestRunStarted',a4_0x306cb8['TEST_RUN_FINISHED']=a4_0x27aa63(0x2d7),a4_0x306cb8[a4_0x27aa63(0x28c)]=a4_0x27aa63(0x213),a4_0x306cb8[a4_0x27aa63(0x24c)]='HookRunStarted',a4_0x306cb8[a4_0x27aa63(0x2e1)]=a4_0x27aa63(0x2a3);function a4_0x98ad(){const _0x1e1e2f=['rQRYX','wjaqX','sxHTm','driver','DNGbX','frameworkName','O11yHelper','connectOverCDP','_beforeEach','yswuK','nXLgL','PpXgT','eDADF','679987GDQAaI','length','join','forEach','iztxB','hQktk','debug','ecNMc','wdtvT','fireEvent','OGpjp','now','ejcDw','err','passed','accessibilityPlatform','DuHmd','test_run','bvUep','HlzmT','getRootParentFile','kZwph','KqaCj','uuid','includes','MXkfb','PathHelper','AVMjn','GXKZb','cgbSX','HOOK_RUN_STARTED','../utils/constants','apply','suites','SJrwN','nxlCw','startedAt','LogCreated','MMgmt','190CxSzfQ','tWGEX','toUpperCase','appendTestItemLog','jhqfI','uYdBO','bind','qIDql','gYGtI','patchConsoleLogger','DhFnT','failure','getHooksForTest','__cloud_provider___','GOZrK','PLAYWRIGHT_HUB_URL','../playwright/accessibility-helper','rlPMw','mNiyu','then','location_prefix','path','pufWh','relative','NcGfU','hook_run','RkPsn','TEST_RUN_FINISHED','BROWSERSTACK','resetSkipTestHooks','pending','pHIzg','parent','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','../playwright/sessionDetails','ctx','event_type','javascript','OMizw','../../helpers/test-observability/utils','text','\x20with\x20error\x20:\x20','currentTest','client','YsqTt','../../helpers/helper','yuHxz','skipped','enabled','status','./helper.js','qVJjt','../../helpers/test-observability/constants','keyword','147996YcWJXi','TEST_RUN_SKIPPED','shutdown','success','_afterAll','launch','pid','testAnalyticsId','esGwT','hookAnalyticsId','TEST_RUN_STARTED','AFznl','_beforeAll','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','ocITl','TEST_REPORTING_ANALYTICS','WVYuJ','oFWex','bddSteps','retryOf','1971fuswUW','constructor','_afterEach','file_name','HookRunFinished','start','bddStepStart','jfmSL','browserstack','sgkLu','VHyBL','hook_run_uuid','browserType.js','started','logs','kJlBT','type','_paths','hjBNZ','currentHook','ISPlt','title','ZKPst','markedStatus','1174lPAHzi','25OUEkiY','message','initializeBddStep','.git','wsEndpoint','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','CODECEPT','5030536esFRhl','findGitConfig','hooks','exports','toLowerCase','BrowserType','VFXwp','Vucpa','KpnNG','../../helpers/test-observability/requestQueueHandler','mapTestHooks','prototype','AvvDn','../../helpers/testhub/utils.js','lib','TevzZ','TEST_EVENTS','test','MGEAy','failure_backtrace','DawdD','__platformCaps','finished','hook','TestRunFinished','rnKFw','find','FnuZA','ZnAsi','YozlC','connect','obsBrowserTypeMockApplied','uploadEventData','defineProperty','HOOK_RUN_FINISHED','fullTitle','getTime','../../helpers/test-observability/sessionHandler','STATE_FAILED','getHookType','split','dirname','Failed\x20to\x20parse\x20wsendpoint\x20','toISOString','stepAnalyticsId','JpmCs','push','XOMGZ','Not\x20able\x20to\x20import\x20Browser','757976BbPzyI','removeAllListeners','getInstance','getCBTInfo','match','config','meta','codeceptjs','PKBqL','2993144ENpEDA','feature','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','iBCee','TwFOt','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','yTnXk','test_run_uuid','1719513QoZgZY','finished_at','baQIP','name','inspect','OErjB','concat','toString','prefixTestPath','getFailureType','Rpmqc','tErLn','NVlsm','dCiJP','body','ZDKGU','UONdO','QSNsn','setupBrowserDetails','File\x20path\x20could\x20not\x20be\x20found','result','TestRunSkipped','JnYgB','util','failed','sep','RbRQN','duration','expanded','AkSjw','gpKkG','iwMtm','statSync','bddStepFinish','xdgVF'];a4_0x98ad=function(){return _0x1e1e2f;};return a4_0x98ad();}const TEST_EVENTS=a4_0x306cb8,parseEvent=_0x5142d3=>{const _0x520fb5=a4_0x27aa63,_0x39ddad={};_0x39ddad['PpXgT']=function(_0x33e4db,_0x25df0a){return _0x33e4db<_0x25df0a;},_0x39ddad['nOAKY']=function(_0x44ab27,_0x2aa416){return _0x44ab27===_0x2aa416;},_0x39ddad[_0x520fb5(0x22d)]='test',_0x39ddad[_0x520fb5(0x2b3)]=function(_0x1be398,_0x4f7cfb){return _0x1be398===_0x4f7cfb;},_0x39ddad[_0x520fb5(0x27b)]=_0x520fb5(0x2d6),_0x39ddad[_0x520fb5(0x20a)]=function(_0x3d61d3,_0x1cd761){return _0x3d61d3===_0x1cd761;},_0x39ddad[_0x520fb5(0x26d)]=_0x520fb5(0x284),_0x39ddad['cgbSX']=function(_0x2e4fed,_0x57666d){return _0x2e4fed===_0x57666d;},_0x39ddad[_0x520fb5(0x241)]=_0x520fb5(0x2ac),_0x39ddad[_0x520fb5(0x243)]=function(_0x289ca0,_0x1f1608){return _0x289ca0===_0x1f1608;},_0x39ddad[_0x520fb5(0x1f9)]=_0x520fb5(0x2d5);const _0x79b99b=_0x39ddad,_0x13511d=_0x5142d3['match'](/^(.*)Run(.*)$/);if(!_0x13511d)return null;if(_0x79b99b[_0x520fb5(0x22c)](_0x13511d[_0x520fb5(0x22f)],0x3))return null;const _0x4f7125=_0x13511d[0x1][_0x520fb5(0x2c3)](),_0x1624ed=_0x13511d[0x2]['toLowerCase']();return{'test':_0x79b99b['nOAKY'](_0x4f7125,_0x79b99b[_0x520fb5(0x22d)]),'hook':_0x79b99b[_0x520fb5(0x2b3)](_0x4f7125,_0x79b99b[_0x520fb5(0x27b)]),'skipped':_0x79b99b[_0x520fb5(0x20a)](_0x1624ed,_0x79b99b[_0x520fb5(0x26d)]),'started':_0x79b99b[_0x520fb5(0x24b)](_0x1624ed,_0x79b99b[_0x520fb5(0x241)]),'finished':_0x79b99b[_0x520fb5(0x243)](_0x1624ed,_0x79b99b[_0x520fb5(0x1f9)])};},mockPWBrowserType=_0x4c6c7f=>{const _0x1bd216=a4_0x27aa63,_0x36c1e6={'DawdD':function(_0x2d0706,_0x297fa6){return _0x2d0706===_0x297fa6;},'AFznl':'string','uYdBO':function(_0x25e683,_0x331250,_0x1bda0c){return _0x25e683(_0x331250,_0x1bda0c);},'ZKPst':'wsEndpoint','ySdqK':function(_0x454de4,_0x2bb1e3){return _0x454de4(_0x2bb1e3);},'xdgVF':_0x1bd216(0x2a7),'czmpe':function(_0x53db6f,_0x255b3c,_0x35f936){return _0x53db6f(_0x255b3c,_0x35f936);},'MMgmt':_0x1bd216(0x2cd),'zrfGM':_0x1bd216(0x280),'kLsMl':_0x1bd216(0x2ab),'hjBNZ':function(_0xef6787,_0x2af137){return _0xef6787(_0x2af137);},'TuNev':function(_0x3c0f08,_0x2c600e){return _0x3c0f08(_0x2c600e);},'PKBqL':_0x1bd216(0x2ef),'nXLgL':_0x1bd216(0x2dd),'SRvqu':_0x1bd216(0x290)},_0x32b3b4=path[_0x1bd216(0x230)](_0x36c1e6[_0x1bd216(0x254)],_0x36c1e6['zrfGM'],_0x36c1e6['kLsMl']),_0x578916=_0x36c1e6[_0x1bd216(0x2b1)](importFileFromPWCore,_0x32b3b4);if(!_0x578916){_0x36c1e6['TuNev'](debug,_0x36c1e6[_0x1bd216(0x1f5)]);return;}const _0x304d20=_0x578916[_0x1bd216(0x2c4)],_0x2c38c1=_0x304d20[_0x1bd216(0x2ca)];if(_0x2c38c1[_0x1bd216(0x2de)])return;const _0x3cbb4c=_0x2c38c1[_0x1bd216(0x2dd)];Object[_0x1bd216(0x2e0)](_0x2c38c1,_0x36c1e6[_0x1bd216(0x22b)],{'get':function(){const _0x5a321d=_0x1bd216,_0x1fbd61={'rlPMw':function(_0x283dc2,_0x4e1c8b){const _0x1f8ff8=a4_0x349e;return _0x36c1e6[_0x1f8ff8(0x2d3)](_0x283dc2,_0x4e1c8b);},'rnKFw':_0x36c1e6[_0x5a321d(0x296)],'AkSjw':function(_0x228fa5,_0x7d67f3,_0x4493d1){const _0x4ecfb7=_0x5a321d;return _0x36c1e6[_0x4ecfb7(0x25a)](_0x228fa5,_0x7d67f3,_0x4493d1);},'AVMjn':_0x36c1e6[_0x5a321d(0x2b5)],'oFWex':function(_0x39a8fb,_0x2b2deb){return _0x36c1e6['ySdqK'](_0x39a8fb,_0x2b2deb);},'uDQfx':_0x36c1e6[_0x5a321d(0x220)],'MGEAy':function(_0x526e34,_0x4c940d,_0x3358fa){return _0x36c1e6['czmpe'](_0x526e34,_0x4c940d,_0x3358fa);}};return async function _0x373f82(_0x4b6aff,_0x56572b){const _0x3d3e48=_0x5a321d,_0x1a09a3={'UONdO':function(_0x41e2ea,_0x4b9e9d){const _0x14ffa6=a4_0x349e;return _0x1fbd61[_0x14ffa6(0x266)](_0x41e2ea,_0x4b9e9d);},'YsqTt':_0x1fbd61[_0x3d3e48(0x2d8)]},_0x1d85f5=_0x1fbd61[_0x3d3e48(0x21b)](nestedKeyValue,_0x4b6aff,[_0x1fbd61[_0x3d3e48(0x249)]])||_0x4b6aff;let _0x1c6e57=null,_0x8136c4=null;try{[_0x8136c4,_0x1c6e57]=_0x1d85f5?_0x1fbd61[_0x3d3e48(0x29c)](parseWSEndpoint,_0x1d85f5):[null,null],global[_0x3d3e48(0x2d4)]=_0x1c6e57,logger[_0x3d3e48(0x234)](_0x3d3e48(0x298)+_0x8136c4),_0x8136c4[_0x3d3e48(0x246)](Constants[_0x3d3e48(0x271)])&&(global[_0x3d3e48(0x262)]=_0x1fbd61['uDQfx']);}catch(_0x42e33d){logger['debug'](_0x3d3e48(0x2e9)+_0x1d85f5+'\x20'+_0x42e33d);}_0x1fbd61[_0x3d3e48(0x2d1)](processAccessibilityCaps,_0x1c6e57,_0x8136c4);if(global[_0x3d3e48(0x23d)]){const _0x941b9c=await _0x2c38c1[_0x3d3e48(0x228)][_0x3d3e48(0x24e)](this,[''+Constants[_0x3d3e48(0x264)]+_0x1fbd61['oFWex'](encodeURIComponent,JSON['stringify'](_0x1c6e57))]);return PlaywrightSessionDetails['setupBrowserDetails'](_0x941b9c,_0x4c6c7f,_0x1d85f5),_0x941b9c;}return _0x3cbb4c[_0x3d3e48(0x24e)](this,arguments)[_0x3d3e48(0x268)](_0x207241=>{const _0x252a0a=_0x3d3e48;let _0x186f76=_0x4b6aff[_0x252a0a(0x2bc)];return _0x1a09a3[_0x252a0a(0x20e)](typeof _0x4b6aff,_0x1a09a3[_0x252a0a(0x281)])&&(_0x186f76=_0x4b6aff),PlaywrightSessionDetails[_0x252a0a(0x210)](_0x207241,_0x4c6c7f,_0x186f76),_0x207241;});};}});const _0x24515f=_0x2c38c1['launch'];Object['defineProperty'](_0x2c38c1,_0x36c1e6['SRvqu'],{'get':function(){return async function _0x3ce027(){const _0x5afc82=a4_0x349e;return _0x24515f[_0x5afc82(0x24e)](this,arguments)[_0x5afc82(0x268)](_0x15791f=>{const _0x43fb98=_0x5afc82;return PlaywrightSessionDetails[_0x43fb98(0x210)](_0x15791f,null),_0x15791f;});};}});};class O11yHelper{['currentTest']=null;[a4_0x27aa63(0x2b2)]=null;['enabled']=![];[a4_0x27aa63(0x226)]=![];constructor(_0x56f605,_0x17437e){const _0x4acf58=a4_0x27aa63,_0x3f647d={'YozlC':'5|2|0|4|3|1','FnuZA':function(_0x3248fe,_0x4f2a9b){return _0x3248fe===_0x4f2a9b;},'sgkLu':'Playwright','eMueJ':function(_0x197f0a,_0x558a9b){return _0x197f0a(_0x558a9b);},'OErjB':function(_0x32e9b0){return _0x32e9b0();}},_0x46deb3=_0x3f647d[_0x4acf58(0x2dc)][_0x4acf58(0x2e7)]('|');let _0xe45be2=0x0;while(!![]){switch(_0x46deb3[_0xe45be2++]){case'0':this['driver']=_0x56f605;continue;case'1':this[_0x4acf58(0x224)]&&_0x3f647d[_0x4acf58(0x2da)](this[_0x4acf58(0x224)][_0x4acf58(0x2a0)]['name'],_0x3f647d[_0x4acf58(0x2a8)])&&_0x3f647d['eMueJ'](mockPWBrowserType,null);continue;case'2':this[_0x4acf58(0x226)]=_0x17437e[_0x4acf58(0x226)];continue;case'3':this[_0x4acf58(0x2b0)]=new testOpsHelper[(_0x4acf58(0x248))]({'cwd':process['cwd']()},this['_testEnv'][_0x4acf58(0x269)]);continue;case'4':this['_testEnv']=_0x3f647d[_0x4acf58(0x203)](getTestEnv);continue;case'5':this[_0x4acf58(0x285)]=_0x3f647d[_0x4acf58(0x203)](shouldProcessEventForTesthub);continue;}break;}}[a4_0x27aa63(0x2a4)](){const _0x5cc54a=a4_0x27aa63;if(!this['enabled'])return;testOpsHelper[_0x5cc54a(0x25e)](),process[_0x5cc54a(0x1ee)]('bs:addLog:'+process[_0x5cc54a(0x291)]),process['on']('bs:addLog:'+process[_0x5cc54a(0x291)],this[_0x5cc54a(0x258)][_0x5cc54a(0x25b)](this));}async['stop'](){const _0x225aeb=a4_0x27aa63;await RequestQueueHandler[_0x225aeb(0x1ef)]()[_0x225aeb(0x28d)]();}async[a4_0x27aa63(0x258)](_0x3a5bb9){const _0x32543e=a4_0x27aa63,_0x40a961={'Rpmqc':_0x32543e(0x253),'tErLn':function(_0xd5c804,_0xe9f54a){return _0xd5c804(_0xe9f54a);}};try{this[_0x32543e(0x2b2)]&&!this[_0x32543e(0x2b2)][_0x32543e(0x2b6)]&&(_0x3a5bb9['hook_run_uuid']=this[_0x32543e(0x2b2)][_0x32543e(0x294)]);!_0x3a5bb9[_0x32543e(0x2aa)]&&this['currentTest']&&!this[_0x32543e(0x27f)][_0x32543e(0x2b6)]&&(_0x3a5bb9[_0x32543e(0x1fd)]=this[_0x32543e(0x27f)][_0x32543e(0x292)]);if(_0x3a5bb9['hook_run_uuid']||_0x3a5bb9['test_run_uuid']){const _0x1b7236={};_0x1b7236[_0x32543e(0x279)]=_0x40a961[_0x32543e(0x208)],_0x1b7236[_0x32543e(0x2ad)]=[_0x3a5bb9],await SessionHandler[_0x32543e(0x2df)](_0x1b7236);}}catch(_0x3088fd){_0x40a961[_0x32543e(0x209)](debug,_0x32543e(0x2bd)+constants[_0x32543e(0x29a)]+_0x32543e(0x27e)+_0x3088fd);}}async['sendCBTInfo'](_0x5f281a){const _0x159560=a4_0x27aa63,_0x3e9f75={'rQRYX':'CBTSessionCreated','XOMGZ':function(_0xff89fa,_0x276910){return _0xff89fa(_0x276910);}};if(!this['enabled'])return;const _0x4db6de=this[_0x159560(0x1f0)](this['driver']);try{const _0x28adc0={};_0x28adc0[_0x159560(0x245)]=_0x5f281a,_0x28adc0['integrations']=_0x4db6de;const _0x4c41e4=_0x28adc0,_0x4b300a={};_0x4b300a['event_type']=_0x3e9f75[_0x159560(0x221)],_0x4b300a[_0x159560(0x23f)]=_0x4c41e4,await SessionHandler['uploadEventData'](_0x4b300a);}catch(_0x2e3bd7){_0x3e9f75[_0x159560(0x2ee)](debug,_0x159560(0x276)+constants[_0x159560(0x29a)]+_0x159560(0x27e)+_0x2e3bd7);}}[a4_0x27aa63(0x1f0)](_0xf8c8e3){const _0xa5b9f1={'ZYHpu':function(_0x59e9d3,_0x15c2e8){return _0x59e9d3(_0x15c2e8);}};return _0xa5b9f1['ZYHpu'](fetchPlatformDetails,_0xf8c8e3);}[a4_0x27aa63(0x272)]=_0x4c5149=>{const _0x2a9980=a4_0x27aa63,_0x3af9e2={};_0x3af9e2['AvvDn']='_beforeEach',_0x3af9e2['hQktk']=_0x2a9980(0x2a1);const _0x2e4865=_0x3af9e2;if(!_0x4c5149||!_0x4c5149['parent'])return;[_0x2e4865[_0x2a9980(0x2cb)],_0x2e4865[_0x2a9980(0x233)]][_0x2a9980(0x231)](_0x52c66f=>{const _0x5ad38a=_0x2a9980,_0x2c3837=_0x4c5149[_0x5ad38a(0x275)][_0x52c66f];_0x2c3837[_0x5ad38a(0x231)](_0x2dc299=>{const _0x3f1dd7=_0x5ad38a;_0x2dc299['hookAnalyticsId']&&(_0x2dc299[_0x3f1dd7(0x294)]=null);});});};[a4_0x27aa63(0x2c9)](_0x58b6ce){const _0x3b4665=a4_0x27aa63,_0x2014a7={'vUfqi':_0x3b4665(0x1f4),'sxHTm':function(_0x4911eb){return _0x4911eb();},'gYGtI':function(_0x261185,_0x4124d9){return _0x261185===_0x4124d9;},'jfmSL':_0x3b4665(0x2a1),'qZIjd':_0x3b4665(0x297),'wjaqX':_0x3b4665(0x28f),'TevzZ':_0x3b4665(0x229)};if(!_0x58b6ce||!_0x58b6ce[_0x3b4665(0x275)])return;[_0x2014a7['qZIjd'],_0x2014a7[_0x3b4665(0x222)],_0x2014a7[_0x3b4665(0x2ce)],_0x2014a7['jfmSL']][_0x3b4665(0x231)](_0x441519=>{const _0x42e7d9=_0x3b4665,_0x5a8cb4={'esGwT':_0x2014a7['vUfqi'],'pHIzg':function(_0x192745){const _0x451fdb=a4_0x349e;return _0x2014a7[_0x451fdb(0x223)](_0x192745);},'OGpjp':function(_0x3ad8d4,_0x455026){const _0x4ec8b8=a4_0x349e;return _0x2014a7[_0x4ec8b8(0x25d)](_0x3ad8d4,_0x455026);},'RkPsn':_0x2014a7[_0x42e7d9(0x2a6)],'JnYgB':function(_0x269e5f){const _0x51a3a8=_0x42e7d9;return _0x2014a7[_0x51a3a8(0x223)](_0x269e5f);}},_0xf44c1a=_0x58b6ce[_0x42e7d9(0x275)][_0x441519]||[];_0xf44c1a[_0x42e7d9(0x231)](_0x602e85=>{const _0x17e720=_0x42e7d9;if(_0x602e85[_0x17e720(0x2b4)][_0x17e720(0x246)](_0x5a8cb4[_0x17e720(0x293)]))return;if(!_0x602e85[_0x17e720(0x294)])_0x602e85[_0x17e720(0x294)]=_0x5a8cb4[_0x17e720(0x274)](uuidv4);else _0x602e85[_0x17e720(0x2b6)]&&_0x5a8cb4[_0x17e720(0x238)](_0x441519,_0x5a8cb4[_0x17e720(0x26f)])&&(_0x602e85['hookAnalyticsId']=_0x5a8cb4[_0x17e720(0x214)](uuidv4),delete _0x602e85['markedStatus']);});}),this[_0x3b4665(0x2c9)](_0x58b6ce[_0x3b4665(0x275)]);}[a4_0x27aa63(0x261)](_0x18b147){const _0x31f988=a4_0x27aa63,_0xf16531={};_0xf16531[_0x31f988(0x235)]='_beforeAll',_0xf16531[_0x31f988(0x29b)]=_0x31f988(0x28f),_0xf16531[_0x31f988(0x2db)]=_0x31f988(0x229),_0xf16531[_0x31f988(0x22a)]=_0x31f988(0x2a1);const _0x3ee8ab=_0xf16531;if(!_0x18b147||!_0x18b147['parent'])return[];const _0x4ea414=[];return[_0x3ee8ab[_0x31f988(0x235)],_0x3ee8ab[_0x31f988(0x29b)],_0x3ee8ab[_0x31f988(0x2db)],_0x3ee8ab['yswuK']][_0x31f988(0x231)](_0x3e1fdc=>{const _0x5dcc9b=_0x31f988,_0x286169=_0x18b147[_0x5dcc9b(0x275)][_0x3e1fdc]||[];_0x286169['forEach'](_0x45369b=>{const _0x506dc5=_0x5dcc9b;_0x45369b[_0x506dc5(0x294)]&&_0x4ea414[_0x506dc5(0x2ed)](_0x45369b['hookAnalyticsId']);});}),[][_0x31f988(0x204)](_0x4ea414,this[_0x31f988(0x261)](_0x18b147[_0x31f988(0x275)]));}[a4_0x27aa63(0x2e6)](_0x4674a8){const _0x437cb0=a4_0x27aa63,_0x22e987=/^"(?<hook>.*)" hook:.*$/,_0x122d9a=_0x4674a8['title'],_0x213520=_0x122d9a[_0x437cb0(0x1f1)](_0x22e987);if(_0x213520&&_0x213520['groups'])return _0x213520['groups'][_0x437cb0(0x2d6)][_0x437cb0(0x257)]()['replace']('\x20','_');return null;}['findGitConfig'](_0x16678a){const _0x47bb2b=a4_0x27aa63,_0x107a40={};_0x107a40[_0x47bb2b(0x2ae)]=function(_0x6b45df,_0xf4eb33){return _0x6b45df===_0xf4eb33;},_0x107a40[_0x47bb2b(0x267)]=function(_0x13dff9,_0x4b8fad){return _0x13dff9===_0x4b8fad;},_0x107a40['pufWh']=function(_0x201a8a,_0x1fd642){return _0x201a8a===_0x1fd642;},_0x107a40[_0x47bb2b(0x251)]=_0x47bb2b(0x2bb),_0x107a40[_0x47bb2b(0x20f)]=_0x47bb2b(0x1f2);const _0x1d289c=_0x107a40,_0xd0a773=path[_0x47bb2b(0x217)];if(_0x1d289c[_0x47bb2b(0x2ae)](_0x16678a,null)||_0x1d289c[_0x47bb2b(0x267)](_0x16678a,'')||_0x1d289c[_0x47bb2b(0x267)](_0x16678a,_0xd0a773)||_0x1d289c[_0x47bb2b(0x26b)](_0x16678a,path[_0x47bb2b(0x2e8)](_0x16678a)))return null;try{return fs[_0x47bb2b(0x21e)](path[_0x47bb2b(0x230)](_0x16678a,_0x1d289c[_0x47bb2b(0x251)],_0x1d289c[_0x47bb2b(0x20f)])),_0x16678a;}catch(_0x3baf2f){const _0x45dce1=path['dirname'](_0x16678a);return this[_0x47bb2b(0x2c0)](_0x45dce1);}}[a4_0x27aa63(0x242)](_0x365bea){const _0x44683e=a4_0x27aa63,_0x49fbbc={};_0x49fbbc[_0x44683e(0x24a)]=function(_0x225536,_0x427d21){return _0x225536>_0x427d21;};const _0x103329=_0x49fbbc;if(_0x365bea['file'])return _0x365bea['file'];if(_0x365bea[_0x44683e(0x278)]){const _0x2fb533=_0x365bea['ctx'][_0x44683e(0x27f)]?this[_0x44683e(0x242)](_0x365bea['ctx']['currentTest']):null;if(_0x2fb533)return _0x2fb533;}if(_0x365bea['parent']){const _0x53bc5a=this[_0x44683e(0x242)](_0x365bea[_0x44683e(0x275)])||(_0x365bea[_0x44683e(0x275)]['ctx']&&_0x365bea[_0x44683e(0x275)][_0x44683e(0x278)][_0x44683e(0x27f)]?this['getRootParentFile'](_0x365bea[_0x44683e(0x275)][_0x44683e(0x278)][_0x44683e(0x27f)]):null);if(_0x53bc5a)return _0x53bc5a;_0x365bea[_0x44683e(0x275)]['suites']&&_0x103329[_0x44683e(0x24a)](_0x365bea[_0x44683e(0x275)]['suites'][_0x44683e(0x22f)],0x0)&&_0x365bea[_0x44683e(0x275)][_0x44683e(0x24f)][_0x44683e(0x231)](_0x202485=>{const _0x4d6f8b=_0x44683e,_0x25f264=_0x202485[_0x4d6f8b(0x278)]?this[_0x4d6f8b(0x242)](_0x202485['ctx']):null;if(_0x25f264)return _0x25f264;});}return null;}['getHierarchy'](_0x2f5366){const _0x2bbd21=a4_0x27aa63,_0x2c47e6={};_0x2c47e6[_0x2bbd21(0x218)]=function(_0x1b5b3c,_0x51675a){return _0x1b5b3c!==_0x51675a;};const _0xda6fb9=_0x2c47e6,_0x3b1905=[];if(_0x2f5366&&_0x2f5366[_0x2bbd21(0x275)]){let _0xe5f68f=_0x2f5366[_0x2bbd21(0x275)];while(_0xe5f68f&&_0xda6fb9['RbRQN'](_0xe5f68f['title'],'')){_0x3b1905[_0x2bbd21(0x2ed)](_0xe5f68f[_0x2bbd21(0x2b4)]),_0xe5f68f=_0xe5f68f[_0x2bbd21(0x275)];}}return _0x3b1905;}['captureEvent'](_0x23761e,_0x54c795,_0x2ac96d=undefined){const _0x4cddd5=a4_0x27aa63,_0x591ade={'SJrwN':function(_0x304935,_0x119f98){return _0x304935(_0x119f98);},'Kfymq':function(_0x68ab27){return _0x68ab27();},'DNGbX':function(_0x2dc46e){return _0x2dc46e();},'JpmCs':function(_0x2842b4){return _0x2842b4();},'xxevI':function(_0x39e2f3,_0x1fe2a6){return _0x39e2f3(_0x1fe2a6);},'VHyBL':_0x4cddd5(0x215),'iztxB':_0x4cddd5(0x23b),'dCiJP':function(_0x40c5c9,_0x2d7d40){return _0x40c5c9!==_0x2d7d40;},'jhqfI':_0x4cddd5(0x211),'ejcDw':_0x4cddd5(0x273),'qVJjt':_0x4cddd5(0x216),'VFXwp':_0x4cddd5(0x23c),'gpKkG':_0x4cddd5(0x284),'GOZrK':_0x4cddd5(0x27a),'yTnXk':function(_0xfd13c8,_0x43f9a0){return _0xfd13c8-_0x43f9a0;},'tSmcR':function(_0x12cd06,_0x39399b,_0x10515f,_0x4505fa,_0x223927){return _0x12cd06(_0x39399b,_0x10515f,_0x4505fa,_0x223927);},'ocITl':function(_0x49022c,_0x4ce530){return _0x49022c!==_0x4ce530;},'MXkfb':'integrations','tWGEX':_0x4cddd5(0x1f3),'weNaJ':'failure','iwMtm':_0x4cddd5(0x2d2),'TwFOt':'backtrace','baQIP':'failure_reason_expanded','DuHmd':_0x4cddd5(0x21a),'rnEGf':function(_0x2b470c,_0x1fdd33){return _0x2b470c===_0x1fdd33;},'qIDql':_0x4cddd5(0x26e),'bvUep':_0x4cddd5(0x23f)};if(!this[_0x4cddd5(0x285)])return;try{if(_0x54c795['fn']&&_0x54c795['fn']['toString']()[_0x4cddd5(0x1f1)](/browserstack internal helper hook/))return;const _0x2aaffb=_0x591ade[_0x4cddd5(0x250)](parseEvent,_0x23761e);if(!_0x2aaffb)return;if(_0x2aaffb['test']){this[_0x4cddd5(0x27f)]=_0x54c795,this[_0x4cddd5(0x2b2)]=null;if(_0x2aaffb[_0x4cddd5(0x2ac)]||_0x2aaffb['skipped']){_0x54c795[_0x4cddd5(0x252)]=new Date(),_0x54c795[_0x4cddd5(0x2b6)]=![];if(!_0x54c795[_0x4cddd5(0x292)])_0x54c795[_0x4cddd5(0x292)]=_0x591ade['Kfymq'](uuidv4);else _0x54c795['markedStatus']&&(!_0x54c795['retryOf']&&(_0x54c795[_0x4cddd5(0x29e)]=_0x54c795[_0x4cddd5(0x292)]),_0x54c795['testAnalyticsId']=_0x591ade[_0x4cddd5(0x225)](uuidv4));}}else{if(_0x2aaffb[_0x4cddd5(0x2d6)]){this[_0x4cddd5(0x2b2)]=_0x54c795;if(_0x2aaffb[_0x4cddd5(0x2ac)]){_0x54c795[_0x4cddd5(0x252)]=new Date(),_0x54c795[_0x4cddd5(0x2b6)]=![];if(!_0x54c795[_0x4cddd5(0x294)])_0x54c795[_0x4cddd5(0x294)]=_0x591ade[_0x4cddd5(0x2ec)](uuidv4);else _0x54c795['hookAnalyticsId']&&_0x54c795['markedStatus']&&(_0x54c795[_0x4cddd5(0x294)]=_0x591ade['JpmCs'](uuidv4));}}}if(_0x2aaffb['finished']&&_0x54c795[_0x4cddd5(0x2b6)])return;let _0x44a5fd;try{_0x44a5fd=this[_0x4cddd5(0x242)](_0x54c795);}catch(_0x1f227b){logger[_0x4cddd5(0x234)]('failed\x20to\x20get\x20root\x20parent\x20file\x20'+_0x1f227b),_0x44a5fd=null;}const _0x17cb8f=_0x591ade['xxevI'](require,_0x591ade[_0x4cddd5(0x2a9)]);let _0x1155ba=[];_0x2ac96d&&(_0x1155ba=[_0x2ac96d,_0x591ade[_0x4cddd5(0x232)]]);const _0x561b07=_0x591ade[_0x4cddd5(0x20b)](_0x54c795['errorsDetailed'],undefined)?_0x17cb8f[_0x4cddd5(0x202)](_0x54c795['errorsDetailed'][0x0]):_0x591ade['dCiJP'](_0x2ac96d,undefined)?_0x2ac96d[_0x4cddd5(0x205)]():undefined,_0xdc86f8=_0x44a5fd?this['findGitConfig'](_0x44a5fd):null,_0x3052c4=_0x44a5fd?this[_0x4cddd5(0x2b0)][_0x4cddd5(0x206)](this[_0x4cddd5(0x242)](_0x54c795)):_0x591ade[_0x4cddd5(0x259)];let _0x16e897=_0x591ade['ejcDw'];const _0x778c67=!_0x2aaffb['started']?new Date()[_0x4cddd5(0x2ea)]():null;if(_0x2aaffb[_0x4cddd5(0x2d5)])_0x16e897=_0x2ac96d?_0x591ade[_0x4cddd5(0x288)]:_0x591ade[_0x4cddd5(0x2c5)],_0x54c795[_0x4cddd5(0x2b6)]=!![];else _0x2aaffb['skipped']&&(_0x16e897=_0x591ade[_0x4cddd5(0x21c)],_0x54c795[_0x4cddd5(0x2b6)]=!![]);const _0x19dd61={'framework':this[_0x4cddd5(0x226)],'uuid':_0x54c795[_0x4cddd5(0x292)]||_0x54c795[_0x4cddd5(0x294)],'name':_0x54c795[_0x4cddd5(0x2b4)],'body':{'lang':_0x591ade[_0x4cddd5(0x263)],'code':_0x54c795['body']['toString']()},'type':_0x54c795[_0x4cddd5(0x2af)],'scope':_0x54c795['fullTitle'](),'scopes':this['getHierarchy'](_0x54c795),'file_name':_0x3052c4,'vc_filepath':_0xdc86f8?path[_0x4cddd5(0x26c)](_0xdc86f8,_0x44a5fd):null,'location':_0x3052c4,'result':_0x16e897,'failure_reason':_0x561b07,'duration_in_ms':_0x54c795['duration']||(_0x2aaffb['finished']||_0x2aaffb[_0x4cddd5(0x284)])?_0x591ade[_0x4cddd5(0x1fc)](Date[_0x4cddd5(0x239)](),new Date(_0x54c795[_0x4cddd5(0x252)])[_0x4cddd5(0x2e3)]()):null,'started_at':new Date(_0x54c795[_0x4cddd5(0x252)])[_0x4cddd5(0x2ea)](),'finished_at':_0x778c67,'failure':testOpsHelper['failureData'][_0x4cddd5(0x24e)](null,_0x1155ba),'failure_type':!_0x561b07?null:testOpsHelper[_0x4cddd5(0x207)](_0x561b07),'retry_of':_0x54c795[_0x4cddd5(0x29e)]||null,'tags':_0x54c795['tags']||[],'customRerunParam':{'rerun_name':_0x54c795[_0x4cddd5(0x2e2)]()}};_0x591ade['tSmcR'](appendTesthubParams,_0x19dd61,_0x23761e,_0x54c795,FRAMEWORKS[_0x4cddd5(0x2be)]);if(_0x2aaffb['hook'])[_0x19dd61['hook_type'],_0x19dd61[_0x4cddd5(0x201)]]=[this['getHookType'](_0x54c795),_0x54c795[_0x4cddd5(0x278)][_0x4cddd5(0x2d0)][_0x4cddd5(0x2b4)]],_0x2aaffb[_0x4cddd5(0x2d5)]?_0x591ade[_0x4cddd5(0x299)](_0x19dd61[_0x4cddd5(0x212)],_0x591ade[_0x4cddd5(0x288)])&&(_0x19dd61[_0x4cddd5(0x212)]=_0x591ade['VFXwp']):_0x19dd61[_0x4cddd5(0x20c)]={};else _0x2aaffb[_0x4cddd5(0x2d0)]&&(this[_0x4cddd5(0x2c9)](_0x54c795),_0x2aaffb[_0x4cddd5(0x284)]&&this[_0x4cddd5(0x272)](_0x54c795),(_0x2aaffb[_0x4cddd5(0x2d5)]||_0x2aaffb[_0x4cddd5(0x284)])&&(_0x19dd61[_0x4cddd5(0x2c1)]=this[_0x4cddd5(0x261)](_0x54c795)));this['driver']&&(_0x2aaffb[_0x4cddd5(0x2ac)]||_0x2aaffb[_0x4cddd5(0x284)])&&(_0x19dd61[_0x591ade[_0x4cddd5(0x247)]]=this[_0x4cddd5(0x1f0)](this[_0x4cddd5(0x224)]));_0x2aaffb[_0x4cddd5(0x2d0)]&&_0x2aaffb[_0x4cddd5(0x2d5)]&&_0x54c795[_0x4cddd5(0x29d)]&&(_0x19dd61[_0x591ade[_0x4cddd5(0x256)]]={'feature':{'name':_0x54c795['parent'][_0x4cddd5(0x1f7)][_0x4cddd5(0x201)],'path':_0x19dd61[_0x4cddd5(0x2a2)],'description':_0x54c795[_0x4cddd5(0x275)]['comment']},'scenario':{'name':_0x54c795[_0x4cddd5(0x2b4)]},'steps':_0x54c795[_0x4cddd5(0x29d)]});const _0x30a862=_0x19dd61[_0x591ade['weNaJ']][0x0];_0x30a862&&(_0x19dd61[_0x591ade[_0x4cddd5(0x21d)]]=_0x30a862[_0x591ade['TwFOt']],_0x19dd61[_0x591ade[_0x4cddd5(0x200)]]=_0x30a862[_0x591ade[_0x4cddd5(0x23e)]]);if(_0x54c795[_0x4cddd5(0x29d)])for(const _0x137e55 of _0x54c795[_0x4cddd5(0x29d)]){!_0x137e55['finished_at']&&(_0x137e55[_0x4cddd5(0x1ff)]=new Date()[_0x4cddd5(0x2ea)](),_0x591ade['rnEGf'](_0x137e55['result'],_0x591ade[_0x4cddd5(0x23a)])&&(_0x30a862?(_0x137e55[_0x4cddd5(0x212)]=_0x591ade[_0x4cddd5(0x288)],_0x137e55[_0x4cddd5(0x260)]=_0x30a862[_0x591ade[_0x4cddd5(0x1fa)]][0x0]):_0x137e55['result']=_0x591ade['VFXwp']));}const _0x4f0867={};_0x4f0867[_0x4cddd5(0x279)]=_0x2aaffb['skipped']?TEST_EVENTS[_0x4cddd5(0x270)]:_0x23761e;const _0x3586eb=_0x4f0867;return _0x2aaffb[_0x4cddd5(0x2d6)]?_0x3586eb[_0x591ade[_0x4cddd5(0x25c)]]=_0x19dd61:_0x3586eb[_0x591ade[_0x4cddd5(0x240)]]=_0x19dd61,_0x3586eb;}catch(_0x3b1f73){logger[_0x4cddd5(0x234)](_0x4cddd5(0x1f8)+_0x23761e+'\x20with\x20error\x20:\x20'+_0x3b1f73);}}async[a4_0x27aa63(0x237)](_0x47cca1,_0x2af8ce){const _0x540fb3=a4_0x27aa63;if(!this['enabled']||!_0x2af8ce||!_0x47cca1)return![];try{return await SessionHandler[_0x540fb3(0x2df)](_0x2af8ce);}catch(_0x4ca3bf){logger[_0x540fb3(0x234)](_0x540fb3(0x1fb)+_0x47cca1+'\x20with\x20error\x20:\x20'+_0x4ca3bf);}}[a4_0x27aa63(0x2ba)](_0x37cd53){const _0x515f90=a4_0x27aa63,_0x935d48={};_0x935d48['KpnNG']=_0x515f90(0x273);const _0x2723ee=_0x935d48;return{'id':_0x37cd53[_0x515f90(0x2eb)],'text':_0x37cd53[_0x515f90(0x27d)],'keyword':_0x37cd53[_0x515f90(0x28a)],'started_at':_0x37cd53['startedAt'][_0x515f90(0x2ea)](),'result':_0x2723ee[_0x515f90(0x2c7)]};}[a4_0x27aa63(0x2a5)](_0x373fe4){const _0x2fca25=a4_0x27aa63,_0x34a436={'KqaCj':function(_0x4d5e35){return _0x4d5e35();}};!this[_0x2fca25(0x27f)][_0x2fca25(0x29d)]&&(this['currentTest'][_0x2fca25(0x29d)]=[]),!_0x373fe4[_0x2fca25(0x2eb)]&&(_0x373fe4[_0x2fca25(0x2eb)]=_0x34a436[_0x2fca25(0x244)](uuidv4),_0x373fe4[_0x2fca25(0x252)]=new Date(),this[_0x2fca25(0x27f)][_0x2fca25(0x29d)][_0x2fca25(0x2ed)](this['initializeBddStep'](_0x373fe4)));}[a4_0x27aa63(0x21f)](_0x1bf8d9){const _0x111d8b=a4_0x27aa63,_0x1ae4ca={'Vucpa':function(_0x2e83ce,_0x45b37e){return _0x2e83ce(_0x45b37e);},'wdtvT':_0x111d8b(0x28e),'yuHxz':'pending','DhFnT':_0x111d8b(0x23c),'ZDKGU':function(_0x15baa8,_0x367154){return _0x15baa8-_0x367154;}};let _0x436fcd=this[_0x111d8b(0x27f)][_0x111d8b(0x29d)][_0x111d8b(0x2d9)](_0x33db44=>_0x33db44['id']===_0x1bf8d9[_0x111d8b(0x2eb)]);_0x1ae4ca[_0x111d8b(0x2c6)](isUndefined,_0x436fcd)&&(_0x436fcd=this[_0x111d8b(0x2ba)](_0x1bf8d9)),_0x436fcd['result']=[_0x1ae4ca[_0x111d8b(0x236)],_0x1ae4ca[_0x111d8b(0x283)]][_0x111d8b(0x246)](_0x1bf8d9[_0x111d8b(0x286)])?_0x1ae4ca[_0x111d8b(0x25f)]:_0x1bf8d9[_0x111d8b(0x286)],_0x436fcd['finished_at']=new Date()[_0x111d8b(0x2ea)](),_0x436fcd[_0x111d8b(0x219)]=_0x1ae4ca[_0x111d8b(0x20d)](Date[_0x111d8b(0x239)](),_0x1bf8d9[_0x111d8b(0x252)][_0x111d8b(0x2e3)]()),_0x436fcd['failure']=_0x1bf8d9[_0x111d8b(0x23b)]?_0x1bf8d9[_0x111d8b(0x23b)][_0x111d8b(0x2b9)]:null;}}const a4_0x2a33b1={};a4_0x2a33b1[a4_0x27aa63(0x227)]=O11yHelper,a4_0x2a33b1['STATE_PASSED']=STATE_PASSED,a4_0x2a33b1[a4_0x27aa63(0x2e5)]=STATE_FAILED,a4_0x2a33b1[a4_0x27aa63(0x2cf)]=TEST_EVENTS,module[a4_0x27aa63(0x2c2)]=a4_0x2a33b1;
|