browserstack-node-sdk 1.49.10 → 1.49.11
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_0x131b56=a1_0x379b;function a1_0x53a8(){const _0x5c98bb=['slice','bddStep-before','startMonitoring','jrReP','SDK_HOOK','test-after','skipped','kQgMB','call','Failed\x20to\x20execute\x20_before:\x20','find','GET_RESULTS','push','845739bOZkup','iXRXq','testFramework','browserStackExecuteDriver','executeScript','info','testAnalyticsId','hookType','hBDGS','Element','lEjeD','../../helpers/accessibility-automation/helper','saveTestResults','captureError','TEST_RUN_FINISHED','captureEvent','AZget','constructor','fQqyk','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','message','fireEvent','ejpQm','stringify','startsWith','toString','bddStep','reason','saveScreenshot','ESGxc','BS_TESTOPS_ALLOW_SCREENSHOTS','HOOK_RUN_FINISHED','SBdwi','WebDriver','GET_RESULTS_SUMMARY','Playwright','class','dispatcher','thJwtToken','cqByt','5063948vgBhUT','event','getResultsSummary','fnuel','MWFvh','SDK_POST_TEST','debug','CexFu','PSoan','_before','Performing\x20scan\x20for\x20','base64','MWqji','util','url','WMgeu','ngITT','patchSaveScreenshot','BROWSERSTACK_TESTHUB_JWT','test-started','getAccessibilityResultsSummary','QYkgL','bstackAllyScanning','format','lZVqb','titlePath','patch','yGbBa','JTUhE','codeceptjs/lib/index.js','bddStepFinish','JxIsi','overwriteCommand','2026882uVLUwy','ffqqi','thTestRunUuid','IXWYv','split','browser','654304cFIKWa','iZhJG','__workerDetails','aRrHX','fUPbl','WvYnD','codeceptjs/lib/helper/Playwright.js','SDK_POST_INITIALIZE','bddStep-after','domForge','codeceptjs/lib/utils.js','setSessionStatus','accessibilityPlatform','browserstackTestName','ajqno','160phXRxT','getSyncScript','args','bs:addLog:','filter','QmRQA','page','oSktG','qEoaZ','PERFORM_SCAN','warn','1552502dzIEzC','toISOString','arguments','shouldWrapCommand','ENV_VAR','winstonLogger','started','browserContext','BS_A11Y_JWT','hook','ohnOb','TEST_RUN_SKIPPED','browserstack_executor:\x20','../../helpers/helper','test-passed','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','version','rESop','after','SPCrE','9339354awnySE','AGZzt','status','string','SAVE_RESULTS','pid','skipSessionStatus','hook-started','--auto-open-devtools-for-tabs','SDK_PRE_TEST','mhekO','stopMonitoring','BROWSERSTACK_TESTHUB_UUID','../../bin/playwright/accessibility-helper','Dkelv','../../helpers/performance/performance-tester','initSaveScreenshot','FjVsl','WrNnY','ctx','test-before','emit','tIWpu','../../helpers/testhub/constants.js','sGSRO','contexts','10EhGWFH','helpers','a11y_core_config','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','test-failed','devtools://','hook-passed','isArray','icrLN','GOHsa','test','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','includes','skipSessionName','5CnEcpJ','end','parse','thBuildUuid','yqsVI','apply','QsJcD','command','FRAMEWORK_DETAILS','config','8168363vytowC','AXeMv','codeceptjs/lib/helper/WebDriver.js','qjIZS','SDK_TEST','JWzDS','prototype','start','koHRL','stop','all','action','pYpuZ','FMoIo','QkiXI','../../helpers/logger','fPtYk','./helper.js','HOOK_RUN_STARTED','performScan','../../helpers/accessibility-automation/scripts','FXnZz','screenshotOutputFolder','codeceptjs','__skipSessionStatus','exports','wSJHO','6HLIeUX','TEST_RUN_STARTED','container','SESSION_NAME','comment','ujwpR','setGlobal','uTMgL','DdeKP','title','tDpen','failed','measureWrapper','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','KWseT','WoMxL','add','SYNC','beBfv','setSessionName','ndEfm','ccoRR','fRIfv','getAccessibilityResults','name','../../helpers/performance/constants','KPnJu','IDXEX','before','webdriverio','env','bind','pages','stack','\x0aStack:\x20','then','./o11yHelper','chromium'];a1_0x53a8=function(){return _0x5c98bb;};return a1_0x53a8();}(function(_0x5831da,_0x1c4303){const _0x3a1266=a1_0x379b,_0x34eb24=_0x5831da();while(!![]){try{const _0x3bf633=-parseInt(_0x3a1266(0x17c))/0x1+-parseInt(_0x3a1266(0x1aa))/0x2*(parseInt(_0x3a1266(0x113))/0x3)+parseInt(_0x3a1266(0x13b))/0x4*(-parseInt(_0x3a1266(0x1b8))/0x5)+parseInt(_0x3a1266(0x1dd))/0x6*(parseInt(_0x3a1266(0x1c2))/0x7)+-parseInt(_0x3a1266(0x162))/0x8+parseInt(_0x3a1266(0x190))/0x9+parseInt(_0x3a1266(0x171))/0xa*(parseInt(_0x3a1266(0x15c))/0xb);if(_0x3bf633===_0x1c4303)break;else _0x34eb24['push'](_0x34eb24['shift']());}catch(_0x109357){_0x34eb24['push'](_0x34eb24['shift']());}}}(a1_0x53a8,0xcdcd5));const fs=require('fs'),util=require(a1_0x131b56(0x148)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x131b56(0x189)),logger=require(a1_0x131b56(0x1d1))[a1_0x131b56(0x181)],testOpsHelper=require('../../helpers/test-observability/utils'),requestSpy=require('../../helpers/request-spy'),PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x131b56(0x104)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x131b56(0x11e)),AccessibilityHelper=require(a1_0x131b56(0x19d)),scripts=require(a1_0x131b56(0x1d6)),PerformanceTester=require(a1_0x131b56(0x19f)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x131b56(0x1f6)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x131b56(0x1d3)),testHubConstants=require(a1_0x131b56(0x1a7)),globals=require('../../helpers/globals.js'),CodeceptJS=requireModule(a1_0x131b56(0x158),a1_0x131b56(0x1d9)),CodeceptUtils=requireModule(a1_0x131b56(0x16c),a1_0x131b56(0x1d9)),CodeceptWebDriver=requireModule(a1_0x131b56(0x1c4),a1_0x131b56(0x1d9)),CodeceptRecorder=requireModule('codeceptjs/lib/recorder.js',a1_0x131b56(0x1d9)),CodeceptPlaywright=requireModule(a1_0x131b56(0x168),'codeceptjs'),playwrightMarkSessionStatus=(_0x2fa602,_0x52136f,_0x19ef0b)=>{const _0x422334=a1_0x131b56,_0x5ce287={'icrLN':_0x422334(0x16d),'pYpuZ':function(_0x3111ba,_0x7497b1){return _0x3111ba(_0x7497b1);}},_0x41f873={};_0x41f873[_0x422334(0x192)]=_0x52136f;const _0x230f7a={};_0x230f7a['action']=_0x5ce287[_0x422334(0x1b2)],_0x230f7a[_0x422334(0x17e)]=_0x41f873;const _0x49aee2=_0x230f7a;return!_0x5ce287[_0x422334(0x1ce)](isUndefined,_0x19ef0b)&&(_0x49aee2[_0x422334(0x17e)][_0x422334(0x12e)]=JSON['stringify'](_0x19ef0b)),_0x2fa602[_0x422334(0x117)](()=>{},_0x422334(0x188)+JSON[_0x422334(0x12a)](_0x49aee2));},o11ySync=PerformanceTester[a1_0x131b56(0x1e9)](PerformanceO11yEvents[a1_0x131b56(0x1ee)],async _0x14921c=>{const _0x4dad97=a1_0x131b56,_0x1edd83={};_0x1edd83[_0x4dad97(0x1e4)]=function(_0x424750,_0x454187){return _0x424750===_0x454187;},_0x1edd83[_0x4dad97(0x1ef)]=_0x4dad97(0x136);const _0x1f478c=_0x1edd83;_0x1f478c[_0x4dad97(0x1e4)](_0x14921c[_0x4dad97(0x124)][_0x4dad97(0x1f5)],_0x1f478c['beBfv'])?await _0x14921c['executeScript'](_0x1bf3af=>{},testOpsHelper[_0x4dad97(0x172)]()):await _0x14921c['executeScript'](testOpsHelper['getSyncScript']());}),markSessionName=PerformanceTester[a1_0x131b56(0x1e9)](PerformanceAutEvents[a1_0x131b56(0x1e0)],async(_0x4d95a2,_0x2d5633)=>{const _0x5a14f0=a1_0x131b56,_0x4d56e7={};_0x4d56e7[_0x5a14f0(0x191)]=_0x5a14f0(0x1f0),_0x4d56e7[_0x5a14f0(0x166)]=function(_0x511d95,_0x2fc9ab){return _0x511d95===_0x2fc9ab;},_0x4d56e7[_0x5a14f0(0x13a)]=_0x5a14f0(0x136);const _0x1a11b0=_0x4d56e7,_0x585181={};_0x585181[_0x5a14f0(0x1f5)]=_0x2d5633;const _0x1a1ee8={};_0x1a1ee8[_0x5a14f0(0x1cd)]=_0x1a11b0['AGZzt'],_0x1a1ee8[_0x5a14f0(0x17e)]=_0x585181;const _0x1281a1=_0x1a1ee8;_0x1a11b0[_0x5a14f0(0x166)](_0x4d95a2[_0x5a14f0(0x124)][_0x5a14f0(0x1f5)],_0x1a11b0[_0x5a14f0(0x13a)])?await _0x4d95a2[_0x5a14f0(0x117)](()=>{},'browserstack_executor:\x20'+JSON[_0x5a14f0(0x12a)](_0x1281a1)):await _0x4d95a2[_0x5a14f0(0x117)](_0x5a14f0(0x188)+JSON[_0x5a14f0(0x12a)](_0x1281a1));}),patchSaveScreenshot=_0x5848a2=>{const _0x32eaba=a1_0x131b56,_0x4a1fef={'MWqji':_0x32eaba(0x146),'yGbBa':'TEST_SCREENSHOT','WMgeu':function(_0x285f7e){return _0x285f7e();},'DdeKP':function(_0x2266c4,_0xea2d0d){return _0x2266c4(_0xea2d0d);},'AXeMv':'Screenshot\x20path\x20not\x20found'};_0x4a1fef[_0x32eaba(0x1e5)](isTrue,process[_0x32eaba(0xfe)][_0x32eaba(0x131)])&&!_0x5848a2['patchSaveScreenshot']&&(_0x5848a2[_0x32eaba(0x14c)]=!![],_0x5848a2[_0x32eaba(0x1a0)]=_0x5848a2['saveScreenshot'],_0x5848a2[_0x32eaba(0x12f)]=(_0x40f3c2,_0x55610a=![])=>{return new Promise(function(_0x41c057,_0x248eeb){const _0x3b8107=a1_0x379b,_0x5880fb={'xXqdy':_0x4a1fef[_0x3b8107(0x147)],'WvYnD':_0x4a1fef[_0x3b8107(0x156)],'wSJHO':function(_0xfc430d){const _0x3ab36f=_0x3b8107;return _0x4a1fef[_0x3ab36f(0x14a)](_0xfc430d);},'yqsVI':function(_0x45f857,_0x5f0685){const _0x162062=_0x3b8107;return _0x4a1fef[_0x162062(0x1e5)](_0x45f857,_0x5f0685);},'lEjeD':_0x4a1fef[_0x3b8107(0x1c3)]};_0x5848a2[_0x3b8107(0x1a0)](_0x40f3c2,_0x55610a)[_0x3b8107(0x103)](()=>{const _0x5d59b9=_0x3b8107,_0x4f3ef4=CodeceptUtils[_0x5d59b9(0x1d8)](_0x40f3c2);if(_0x4f3ef4){const _0x419f27=fs['readFileSync'](_0x4f3ef4);process[_0x5d59b9(0x1a5)](_0x5d59b9(0x174)+process[_0x5d59b9(0x195)],{'timestamp':new Date()[_0x5d59b9(0x17d)](),'message':_0x419f27[_0x5d59b9(0x12c)](_0x5880fb['xXqdy']),'kind':_0x5880fb[_0x5d59b9(0x167)]}),_0x5880fb[_0x5d59b9(0x1dc)](_0x41c057);}_0x5880fb[_0x5d59b9(0x1bc)](_0x248eeb,new Error(_0x5880fb[_0x5d59b9(0x11d)]));})['catch'](()=>null);});});},patchWebDriverBefore=_0x4e5d43=>{const _0x7db89c=a1_0x131b56,_0x43daa0={'ffqqi':function(_0x5b0454){return _0x5b0454();},'JxIsi':function(_0x5b0cb4,_0x2cbef3){return _0x5b0cb4(_0x2cbef3);},'JTUhE':function(_0x2d95ba,_0x444c85){return _0x2d95ba===_0x444c85;},'ejpQm':_0x7db89c(0xfd),'XuQVk':function(_0x5cd374,_0x1b0e2e){return _0x5cd374===_0x1b0e2e;},'fRIfv':_0x7db89c(0x193),'tIWpu':function(_0x344be5,_0x3be48d){return _0x344be5===_0x3be48d;},'OkcwZ':_0x7db89c(0x11c)},_0x1140bf=async function(_0x243eb4,_0x22df01){const _0x3333e5=_0x7db89c;_0x43daa0[_0x3333e5(0x15d)](isAccessibilityAutomationSession)&&!global[_0x3333e5(0x151)]&&global[_0x3333e5(0x16e)]&&scripts[_0x3333e5(0x17f)](_0x243eb4[_0x3333e5(0x1f5)])&&_0x43daa0[_0x3333e5(0x15a)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x3333e5(0x151)]=!![],await PerformanceTester[_0x3333e5(0x1e9)](PerformanceA11yEvents[_0x3333e5(0x17a)],async()=>{const _0x46c631=_0x3333e5;logger[_0x46c631(0x141)](_0x46c631(0x145)+_0x243eb4[_0x46c631(0x137)]+'\x20'+_0x243eb4[_0x46c631(0x1f5)]),await AccessibilityHelper['browserStackExecuteDriver'](_0x4e5d43,scripts[_0x46c631(0x1d5)]);},{'command':_0x243eb4[_0x3333e5(0x1f5)]})());global[_0x3333e5(0x151)]=![];const _0x4a1463=JSON[_0x3333e5(0x1ba)](process[_0x3333e5(0xfe)][_0x3333e5(0x1c0)]||'{}');if(_0x43daa0[_0x3333e5(0x157)](_0x4a1463?.[_0x3333e5(0x115)]?.[_0x3333e5(0x1f5)],_0x43daa0[_0x3333e5(0x129)])&&_0x43daa0['XuQVk'](typeof _0x4a1463?.['testFramework']?.[_0x3333e5(0x18c)],_0x43daa0[_0x3333e5(0x1f3)])&&_0x4a1463?.[_0x3333e5(0x115)]?.[_0x3333e5(0x18c)][_0x3333e5(0x12b)]('7'))return _0x22df01[_0x3333e5(0x1bd)](null,Array[_0x3333e5(0x1c8)]['slice']['call'](arguments,0x2));return _0x22df01[_0x3333e5(0x1bd)](this,Array[_0x3333e5(0x1c8)][_0x3333e5(0x106)][_0x3333e5(0x10e)](arguments,0x2));},_0x39c931=CodeceptWebDriver[_0x7db89c(0x1c8)][_0x7db89c(0x144)];CodeceptWebDriver[_0x7db89c(0x1c8)][_0x7db89c(0x144)]=async function(){const _0xd85cd0=_0x7db89c,_0x14dc5b={'fQqyk':function(_0x351463,_0x3c28a7){const _0x35f17c=a1_0x379b;return _0x43daa0[_0x35f17c(0x1a6)](_0x351463,_0x3c28a7);},'ujwpR':_0x43daa0['OkcwZ']};try{await _0x39c931[_0xd85cd0(0x1bd)](this,arguments);}catch(_0xd84a7b){logger['debug'](_0xd85cd0(0x10f)+util['format'](_0xd84a7b));}scripts['commandsToWrap'][_0xd85cd0(0x175)](_0x28eb11=>_0x28eb11[_0xd85cd0(0x1f5)]&&_0x28eb11[_0xd85cd0(0x137)])['forEach'](_0x5a787a=>{const _0x1c8b82=_0xd85cd0;this[_0x1c8b82(0x161)][_0x1c8b82(0x15b)](_0x5a787a['name'],_0x1140bf[_0x1c8b82(0xff)](this,_0x5a787a),_0x14dc5b[_0x1c8b82(0x125)](_0x5a787a[_0x1c8b82(0x137)],_0x14dc5b[_0x1c8b82(0x1e2)]));}),_0x43daa0[_0xd85cd0(0x15a)](processWebDriverConfig,_0x4e5d43);};};function parseJwt(_0x33e935){const _0x25382e=a1_0x131b56,_0x355995={};_0x355995[_0x25382e(0x1d2)]='base64';const _0x139c03=_0x355995;if(!_0x33e935)return null;return JSON[_0x25382e(0x1ba)](Buffer['from'](_0x33e935[_0x25382e(0x160)]('.')[0x1],_0x139c03[_0x25382e(0x1d2)])['toString']());}const patchPlaywrightBefore=()=>{const _0x5dd5b2=a1_0x131b56,_0x33f961={'SBdwi':function(_0x3e7ec7){return _0x3e7ec7();},'fnuel':_0x5dd5b2(0x1af),'WrNnY':_0x5dd5b2(0x198),'uAtSi':function(_0x399289,_0x4f5b29){return _0x399289(_0x4f5b29);},'FXnZz':function(_0x1520b9,_0x3b8375){return _0x1520b9+_0x3b8375;},'ngITT':_0x5dd5b2(0x102)};PlaywrightSessionDetails[_0x5dd5b2(0x155)]();const _0x405a3e=CodeceptPlaywright[_0x5dd5b2(0x1c8)]['_before'];CodeceptPlaywright[_0x5dd5b2(0x1c8)]['_before']=async function(){const _0x479229=_0x5dd5b2;this['browserContext']=await this[_0x479229(0x161)][_0x479229(0x1a9)]()[0x0];const _0x1aaa69=async()=>{const _0x5eb7b0=_0x479229,_0x39dbdd={'FjVsl':function(_0x27e40e){const _0x335faa=a1_0x379b;return _0x33f961[_0x335faa(0x133)](_0x27e40e);},'KWseT':_0x33f961[_0x5eb7b0(0x13e)]},_0x3ea1d0=this[_0x5eb7b0(0x1c1)]&&this[_0x5eb7b0(0x1c1)][_0x5eb7b0(0x105)]&&this[_0x5eb7b0(0x1c1)][_0x5eb7b0(0x105)][_0x5eb7b0(0x173)]&&Array[_0x5eb7b0(0x1b1)](this[_0x5eb7b0(0x1c1)][_0x5eb7b0(0x105)][_0x5eb7b0(0x173)])&&this['config'][_0x5eb7b0(0x105)][_0x5eb7b0(0x173)][_0x5eb7b0(0x1b6)](_0x33f961[_0x5eb7b0(0x1a2)]);if(_0x33f961[_0x5eb7b0(0x133)](isAccessibilityAutomationSession)&&!_0x3ea1d0)try{const _0x2ab604=_0x33f961['uAtSi'](parseJwt,process[_0x5eb7b0(0xfe)][_0x5eb7b0(0x184)]);if(_0x2ab604&&_0x2ab604['a11y_core_config']&&_0x2ab604[_0x5eb7b0(0x1ac)][_0x5eb7b0(0x16b)]){const _0x5eb061=this[_0x5eb7b0(0x183)][_0x5eb7b0(0x100)][_0x5eb7b0(0xff)](this[_0x5eb7b0(0x183)]);this[_0x5eb7b0(0x183)]['pages']=async function(){const _0x44abe5=_0x5eb7b0,_0x1e2183=await _0x39dbdd[_0x44abe5(0x1a1)](_0x5eb061),_0x5b6e81=[];for(const _0x25071b of _0x1e2183){try{const _0x1f05c1=await _0x25071b[_0x44abe5(0x149)]();!_0x1f05c1[_0x44abe5(0x12b)](_0x39dbdd[_0x44abe5(0x1eb)])&&_0x5b6e81['push'](_0x25071b);}catch(_0x123c03){_0x5b6e81[_0x44abe5(0x112)](_0x25071b);}}return _0x5b6e81;};}if(!_0x33f961[_0x5eb7b0(0x133)](isBrowserstackInfra)){const _0x586882=await this[_0x5eb7b0(0x177)]['url']();if(_0x586882[_0x5eb7b0(0x12b)](_0x33f961[_0x5eb7b0(0x13e)])){const _0x49bb19=await this[_0x5eb7b0(0x183)][_0x5eb7b0(0x100)]();this['_setPage'](_0x49bb19[0x0]);}}}catch(_0x6ca133){logger[_0x5eb7b0(0x141)](_0x5eb7b0(0x126)+_0x6ca133[_0x5eb7b0(0x127)]+(_0x6ca133[_0x5eb7b0(0x101)]?_0x33f961[_0x5eb7b0(0x1d7)](_0x33f961[_0x5eb7b0(0x14b)],_0x6ca133[_0x5eb7b0(0x101)]):''));}};_0x33f961[_0x479229(0x133)](isBrowserstackInfra)&&await _0x33f961[_0x479229(0x133)](_0x1aaa69),await _0x405a3e[_0x479229(0x1bd)](this,arguments),!_0x33f961[_0x479229(0x133)](isBrowserstackInfra)&&await _0x33f961['SBdwi'](_0x1aaa69);};},getCodeceptDriver=()=>{const _0x279d1e=a1_0x131b56,_0x2e91e6={};_0x2e91e6[_0x279d1e(0x19e)]=_0x279d1e(0x134),_0x2e91e6['EiulM']=_0x279d1e(0x136),_0x2e91e6[_0x279d1e(0x13f)]='Puppeteer',_0x2e91e6[_0x279d1e(0x114)]='TestCafe';const _0x565588=_0x2e91e6,_0xd9ebc2=[_0x565588[_0x279d1e(0x19e)],_0x565588['EiulM'],_0x565588[_0x279d1e(0x13f)],_0x565588['iXRXq']],_0x2c7f53=_0xd9ebc2[_0x279d1e(0x110)](_0x146ff5=>!!CodeceptJS[_0x279d1e(0x1df)][_0x279d1e(0x1ab)](_0x146ff5));if(!_0x2c7f53)return null;return CodeceptJS[_0x279d1e(0x1df)][_0x279d1e(0x1ab)](_0x2c7f53);};function a1_0x379b(_0x2aa9be,_0x4ed38b){const _0x53a8d3=a1_0x53a8();return a1_0x379b=function(_0x379b94,_0x24818c){_0x379b94=_0x379b94-0xfd;let _0x9daac1=_0x53a8d3[_0x379b94];return _0x9daac1;},a1_0x379b(_0x2aa9be,_0x4ed38b);}module[a1_0x131b56(0x1db)]=function(_0x4662ee){const _0x504a11=a1_0x131b56,_0x35e8ae={'AZget':function(_0x57df45){return _0x57df45();},'QmRQA':function(_0x84325f,_0x4d527f){return _0x84325f(_0x4d527f);},'rESop':'getAccessibilityResultsSummary','qLHQr':_0x504a11(0x1b5),'KDuXF':_0x504a11(0x1f4),'FMoIo':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','QkiXI':_0x504a11(0x197),'ccoRR':_0x504a11(0x1b0),'koHRL':'hook-failed','aRrHX':_0x504a11(0x16f),'kQgMB':_0x504a11(0x1a4),'ndEfm':function(_0x35d033){return _0x35d033();},'mhekO':function(_0x5c3a8f,_0x23426d){return _0x5c3a8f(_0x23426d);},'ESGxc':function(_0x27739e,_0x5e2c51,_0x274020){return _0x27739e(_0x5e2c51,_0x274020);},'sGSRO':_0x504a11(0x14e),'IDXEX':function(_0x428fbc,_0x373a13,_0x30dc9c){return _0x428fbc(_0x373a13,_0x30dc9c);},'Bynec':function(_0x387e7f){return _0x387e7f();},'WoMxL':_0x504a11(0x18a),'lZVqb':function(_0xfef9f4,_0x5b81bc,_0x3f88bc,_0x2bcb32){return _0xfef9f4(_0x5b81bc,_0x3f88bc,_0x2bcb32);},'SPCrE':function(_0x45346f,_0x2610e3){return _0x45346f===_0x2610e3;},'ooQtr':'Suite','GOHsa':_0x504a11(0x1ae),'iZhJG':'test-skipped','qjIZS':'afterTest','dvuTS':function(_0xccf5b3){return _0xccf5b3();},'ohnOb':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','KPnJu':_0x504a11(0x10b),'ajqno':'INFO','CexFu':'TEST_LOG','GpsQW':'step-comment','qEoaZ':_0x504a11(0x107),'oSktG':_0x504a11(0x16a),'jrReP':function(_0x1ba4ba){return _0x1ba4ba();},'wiODt':_0x504a11(0x136)};_0x4662ee[_0x504a11(0x196)]&&(global[_0x504a11(0x1da)]=_0x4662ee[_0x504a11(0x196)]);PerformanceTester[_0x504a11(0x108)]();const _0x20cb22=_0x35e8ae[_0x504a11(0x109)](getCodeceptDriver),_0x5a6ffa=new O11yHelper(_0x20cb22,_0x4662ee),_0x375ed9=!!CodeceptJS[_0x504a11(0x1df)][_0x504a11(0x1ab)](_0x35e8ae['wiODt']);global['__driver']=_0x20cb22,_0x20cb22&&(PerformanceTester[_0x504a11(0x1e9)](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x2764b1=_0x504a11;_0x375ed9?_0x35e8ae[_0x2764b1(0x123)](patchPlaywrightBefore):_0x35e8ae[_0x2764b1(0x176)](patchWebDriverBefore,_0x20cb22);})(),PerformanceTester['measureWrapper'](PerformanceEvents[_0x504a11(0x169)],()=>{const _0x1d57d3=_0x504a11;_0x20cb22[_0x1d57d3(0x14f)]=async()=>{const _0x19a01d=_0x1d57d3;if(global['accessibilityPlatform']){const _0x42704d={};return _0x42704d[_0x19a01d(0x1bf)]=_0x35e8ae[_0x19a01d(0x18d)],await PerformanceTester[_0x19a01d(0x1e9)](PerformanceA11yEvents[_0x19a01d(0x17a)],async()=>{const _0x5a4887=_0x19a01d;return await AccessibilityHelper[_0x5a4887(0x116)](_0x20cb22,scripts[_0x5a4887(0x1d5)]);},_0x42704d)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x19a01d(0x135)],async()=>{const _0x16c55a=_0x19a01d;return await AccessibilityHelper[_0x16c55a(0x116)](_0x20cb22,scripts[_0x16c55a(0x13d)]);})();}return logger[_0x19a01d(0x17b)](_0x35e8ae['qLHQr']),{};},_0x20cb22['getAccessibilityResults']=async()=>{const _0x345044=_0x1d57d3;if(global[_0x345044(0x16e)]){const _0x2737d8={};return _0x2737d8['command']=_0x35e8ae['KDuXF'],await PerformanceTester[_0x345044(0x1e9)](PerformanceA11yEvents[_0x345044(0x17a)],async()=>{const _0x2fcf1e=_0x345044;return await AccessibilityHelper[_0x2fcf1e(0x116)](_0x20cb22,scripts['performScan']);},_0x2737d8)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x345044(0x111)],async()=>{const _0x588d63=_0x345044;return await AccessibilityHelper[_0x588d63(0x116)](_0x20cb22,scripts['getResults']);})();}return logger['warn'](_0x35e8ae[_0x345044(0x1cf)]),{};},_0x35e8ae[_0x1d57d3(0x176)](patchSaveScreenshot,_0x20cb22);})()),CodeceptJS[_0x504a11(0x13c)][_0x504a11(0x138)]['on'](CodeceptJS['event'][_0x504a11(0x1cc)][_0x504a11(0x1f9)],()=>{const _0x28e459=_0x504a11;PerformanceTester['start'](PerformanceEvents[_0x28e459(0x199)]);try{_0x5a6ffa[_0x28e459(0x1c9)](),testOpsHelper['addRequestSpy'](),PerformanceTester[_0x28e459(0x1b9)](PerformanceEvents[_0x28e459(0x199)]);}catch(_0x52d49c){PerformanceTester[_0x28e459(0x120)](_0x52d49c),PerformanceTester[_0x28e459(0x1b9)](PerformanceEvents[_0x28e459(0x199)],![],_0x52d49c);}}),CodeceptJS[_0x504a11(0x13c)]['dispatcher']['on'](CodeceptJS[_0x504a11(0x13c)][_0x504a11(0x1cc)]['after'],async()=>{const _0x20bd74=_0x504a11;PerformanceTester[_0x20bd74(0x1c9)](PerformanceEvents['SDK_POST_TEST']);try{requestSpy['restore'](),await _0x5a6ffa[_0x20bd74(0x1cb)](),PerformanceTester[_0x20bd74(0x1b9)](PerformanceEvents['SDK_POST_TEST']);}catch(_0xd0bfc7){PerformanceTester[_0x20bd74(0x120)](_0xd0bfc7),PerformanceTester[_0x20bd74(0x1b9)](PerformanceEvents[_0x20bd74(0x140)],![],_0xd0bfc7);}finally{PerformanceTester[_0x20bd74(0x19b)]();}}),CodeceptJS[_0x504a11(0x13c)][_0x504a11(0x138)]['on'](CodeceptJS['event'][_0x504a11(0x185)][_0x504a11(0x182)],_0x88b778=>{const _0x3b759a=_0x504a11;PerformanceTester['start'](PerformanceEvents[_0x3b759a(0x10a)]);try{const _0x21afc4=_0x88b778[_0x3b759a(0x1a3)][_0x3b759a(0x1b4)],_0x4fb981=_0x5a6ffa[_0x3b759a(0x122)](TEST_EVENTS['HOOK_RUN_STARTED'],_0x21afc4);CodeceptRecorder[_0x3b759a(0x1ed)](()=>_0x5a6ffa[_0x3b759a(0x128)](TEST_EVENTS[_0x3b759a(0x1d4)],_0x4fb981));const _0x4a8aff={};_0x4a8aff['hookType']=_0x35e8ae[_0x3b759a(0x1d0)],PerformanceTester['end'](PerformanceEvents[_0x3b759a(0x10a)],!![],null,_0x4a8aff);}catch(_0x5202db){const _0x164fc={};_0x164fc[_0x3b759a(0x11a)]=_0x35e8ae[_0x3b759a(0x1d0)],PerformanceTester[_0x3b759a(0x1b9)](PerformanceEvents['SDK_HOOK'],![],_0x5202db,_0x164fc),PerformanceTester[_0x3b759a(0x120)](_0x5202db);}}),CodeceptJS[_0x504a11(0x13c)][_0x504a11(0x138)]['on'](CodeceptJS[_0x504a11(0x13c)]['hook']['passed'],_0x1919af=>{const _0x47c584=_0x504a11,_0x388bfa={};_0x388bfa[_0x47c584(0x11a)]=_0x35e8ae['ccoRR'],PerformanceTester[_0x47c584(0x1c9)](PerformanceHookEvents[_0x47c584(0x10a)],!![],null,_0x388bfa);try{const _0x384727=_0x1919af[_0x47c584(0x1a3)][_0x47c584(0x1b4)],_0x5ad69c=_0x5a6ffa[_0x47c584(0x122)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x384727);CodeceptRecorder[_0x47c584(0x1ed)](()=>_0x5a6ffa[_0x47c584(0x128)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x5ad69c));const _0x585820={};_0x585820[_0x47c584(0x11a)]=_0x35e8ae['ccoRR'],PerformanceTester['end'](PerformanceHookEvents[_0x47c584(0x10a)],!![],null,_0x585820);}catch(_0x1fef07){PerformanceTester[_0x47c584(0x120)](_0x1fef07);const _0x1cd10d={};_0x1cd10d[_0x47c584(0x11a)]=_0x35e8ae[_0x47c584(0x1f2)],PerformanceTester[_0x47c584(0x1b9)](PerformanceHookEvents['SDK_HOOK'],![],_0x1fef07,_0x1cd10d);}}),CodeceptJS[_0x504a11(0x13c)]['dispatcher']['on'](CodeceptJS[_0x504a11(0x13c)][_0x504a11(0x185)]['failed'],async(_0x490025,_0x2dafb5)=>{const _0x482e7d=_0x504a11;PerformanceTester[_0x482e7d(0x1c9)](PerformanceHookEvents['SDK_HOOK']);try{const _0x16a331=_0x490025['ctx']['test'],_0x4f8d5f=_0x5a6ffa[_0x482e7d(0x122)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x16a331,_0x2dafb5);CodeceptRecorder[_0x482e7d(0x1ed)](()=>_0x5a6ffa['fireEvent'](TEST_EVENTS[_0x482e7d(0x132)],_0x4f8d5f));const _0xc6c870={};_0xc6c870[_0x482e7d(0x11a)]=_0x35e8ae[_0x482e7d(0x1ca)],PerformanceTester['start'](PerformanceHookEvents[_0x482e7d(0x10a)],!![],null,_0xc6c870);}catch(_0x3b8204){PerformanceTester[_0x482e7d(0x120)](_0x3b8204);const _0x2441cc={};_0x2441cc[_0x482e7d(0x11a)]=_0x35e8ae['koHRL'],PerformanceTester[_0x482e7d(0x1b9)](PerformanceHookEvents[_0x482e7d(0x10a)],![],_0x3b8204,_0x2441cc);}const _0x23837a={};_0x23837a[_0x482e7d(0x11a)]=_0x35e8ae[_0x482e7d(0x1ca)],PerformanceTester[_0x482e7d(0x1b9)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x23837a);}),CodeceptJS['event'][_0x504a11(0x138)]['on'](CodeceptJS[_0x504a11(0x13c)][_0x504a11(0x1b4)][_0x504a11(0x1f9)],_0x40a3f3=>{const _0x4ee707=_0x504a11;PerformanceTester[_0x4ee707(0x1c9)](PerformanceHookEvents[_0x4ee707(0x10a)]);try{globals['setGlobal'](_0x35e8ae[_0x4ee707(0x165)],_0x40a3f3[_0x4ee707(0x1e6)]);_0x35e8ae[_0x4ee707(0x123)](isBrowserstackInfra)&&(_0x375ed9&&(global[_0x4ee707(0x164)]={'currentTest':{'name':_0x40a3f3[_0x4ee707(0x1e6)],'testInfo':{'titlePath':_0x40a3f3['titlePath']()}}}));const _0xce46d3={};_0xce46d3[_0x4ee707(0x11a)]=_0x35e8ae['kQgMB'],PerformanceTester[_0x4ee707(0x1b9)](PerformanceHookEvents[_0x4ee707(0x10a)],!![],null,_0xce46d3);}catch(_0x501070){PerformanceTester[_0x4ee707(0x120)](_0x501070);const _0x27be19={};_0x27be19[_0x4ee707(0x11a)]=_0x35e8ae[_0x4ee707(0x10d)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x501070,_0x27be19);}}),CodeceptJS[_0x504a11(0x13c)][_0x504a11(0x138)]['on'](CodeceptJS[_0x504a11(0x13c)][_0x504a11(0x1b4)][_0x504a11(0x182)],_0x2ee82b=>{const _0x370528=_0x504a11,_0x1f450c={'qixCR':function(_0x5a8a50){const _0x3e1765=a1_0x379b;return _0x35e8ae[_0x3e1765(0x1f1)](_0x5a8a50);},'JWzDS':function(_0x2b33a8,_0x5690c3){const _0x9071c6=a1_0x379b;return _0x35e8ae[_0x9071c6(0x19a)](_0x2b33a8,_0x5690c3);},'IXWYv':function(_0xb729b3,_0x442dd5,_0x3db985){const _0x18f591=a1_0x379b;return _0x35e8ae[_0x18f591(0x130)](_0xb729b3,_0x442dd5,_0x3db985);}};PerformanceTester[_0x370528(0x1c9)](PerformanceHookEvents[_0x370528(0x10a)]);try{globals[_0x370528(0x1e3)](_0x35e8ae[_0x370528(0x165)],_0x2ee82b['title']);const _0xd64e85=_0x5a6ffa['captureEvent'](TEST_EVENTS[_0x370528(0x1de)],_0x2ee82b);CodeceptRecorder[_0x370528(0x1ed)](()=>_0x5a6ffa[_0x370528(0x128)](TEST_EVENTS[_0x370528(0x1de)],_0xd64e85)),CodeceptRecorder[_0x370528(0x1ed)](async()=>{const _0x2dcc47=_0x370528;_0x1f450c['qixCR'](isBrowserstackInfra)&&(!_0x1f450c[_0x2dcc47(0x1c7)](isTrue,_0x4662ee[_0x2dcc47(0x1b7)])&&await _0x1f450c[_0x2dcc47(0x15f)](markSessionName,_0x20cb22,_0x2ee82b['title']),_0x5a6ffa['enabled']&&await _0x1f450c[_0x2dcc47(0x1c7)](o11ySync,_0x20cb22));});}catch(_0x463ea1){const _0x5de3b9={};_0x5de3b9[_0x370528(0x11a)]=_0x35e8ae[_0x370528(0x1a8)],PerformanceTester['end'](PerformanceHookEvents[_0x370528(0x10a)],![],_0x463ea1,_0x5de3b9),PerformanceTester[_0x370528(0x120)](_0x463ea1);}const _0x4e81fd={};_0x4e81fd[_0x370528(0x11a)]=_0x35e8ae[_0x370528(0x1a8)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x4e81fd);}),CodeceptJS[_0x504a11(0x13c)][_0x504a11(0x138)]['on'](CodeceptJS[_0x504a11(0x13c)]['test']['passed'],_0x564eba=>{const _0x312062=_0x504a11;PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{const _0x34b7f2=_0x5a6ffa['captureEvent'](TEST_EVENTS['TEST_RUN_FINISHED'],_0x564eba);CodeceptRecorder[_0x312062(0x1ed)](()=>_0x5a6ffa[_0x312062(0x128)](TEST_EVENTS[_0x312062(0x121)],_0x34b7f2)),CodeceptRecorder['add'](async()=>{const _0x52b4b3=_0x312062,_0x26345a={'tDpen':function(_0x17622c,_0x3c10df,_0x14e41f){const _0x28c310=a1_0x379b;return _0x35e8ae[_0x28c310(0x1f8)](_0x17622c,_0x3c10df,_0x14e41f);},'PSoan':function(_0x450bd0,_0x227bab,_0x20689a){return _0x35e8ae['IDXEX'](_0x450bd0,_0x227bab,_0x20689a);}};_0x35e8ae['Bynec'](isBrowserstackInfra)&&await PerformanceTester[_0x52b4b3(0x1e9)](PerformanceAutEvents['SESSION_STATUS'],async()=>{const _0x3babc0=_0x52b4b3;_0x375ed9?await _0x26345a[_0x3babc0(0x1e7)](playwrightMarkSessionStatus,_0x20cb22,STATE_PASSED):await _0x26345a[_0x3babc0(0x143)](markSessionStatus,_0x20cb22,STATE_PASSED);})();}),PerformanceTester['end'](PerformanceEvents['SDK_TEST']);}catch(_0x4a7cb8){PerformanceTester[_0x312062(0x120)](_0x4a7cb8);const _0x3f7d41={};_0x3f7d41[_0x312062(0x11a)]=_0x35e8ae[_0x312062(0x1ec)],PerformanceTester[_0x312062(0x1b9)](PerformanceHookEvents[_0x312062(0x10a)],![],_0x4a7cb8,_0x3f7d41),PerformanceTester[_0x312062(0x1b9)](PerformanceEvents[_0x312062(0x1c6)],![],_0x4a7cb8);}const _0x135e84={};_0x135e84[_0x312062(0x11a)]=_0x35e8ae['WoMxL'],PerformanceTester['end'](PerformanceHookEvents[_0x312062(0x10a)],!![],null,_0x135e84);}),CodeceptJS[_0x504a11(0x13c)]['dispatcher']['on'](CodeceptJS[_0x504a11(0x13c)][_0x504a11(0x1b4)][_0x504a11(0x1e8)],(_0x30f282,_0x3e3298)=>{const _0x35969f=_0x504a11,_0x5738f9={'QsJcD':function(_0x381ece){const _0x2fa723=a1_0x379b;return _0x35e8ae[_0x2fa723(0x123)](_0x381ece);},'hBDGS':function(_0x8f0842,_0xf98ac1,_0x3a55df,_0x4aa15d){const _0x33bd2d=a1_0x379b;return _0x35e8ae[_0x33bd2d(0x153)](_0x8f0842,_0xf98ac1,_0x3a55df,_0x4aa15d);}};PerformanceTester[_0x35969f(0x1c9)](PerformanceHookEvents[_0x35969f(0x10a)]);try{if(_0x35e8ae[_0x35969f(0x18f)](_0x30f282['constructor'][_0x35969f(0x1f5)],_0x35e8ae['ooQtr'])){const _0x962ef8=_0x5a6ffa[_0x35969f(0x122)](TEST_EVENTS[_0x35969f(0x187)],_0x30f282[_0x35969f(0x1a3)]['currentTest']);CodeceptRecorder['add'](()=>_0x5a6ffa[_0x35969f(0x128)](TEST_EVENTS[_0x35969f(0x187)],_0x962ef8));}else{const _0x28c181=_0x5a6ffa[_0x35969f(0x122)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x30f282,_0x3e3298);CodeceptRecorder[_0x35969f(0x1ed)](()=>{const _0x511af3=_0x35969f;try{_0x5a6ffa[_0x511af3(0x128)](TEST_EVENTS[_0x511af3(0x121)],_0x28c181);}catch(_0x29efdb){logger[_0x511af3(0x141)](_0x511af3(0x18b)+util['format'](_0x29efdb)),PerformanceTester['end'](PerformanceEvents[_0x511af3(0x1c6)],![],_0x29efdb);}}),CodeceptRecorder[_0x35969f(0x1ed)](async()=>{const _0x242b24=_0x35969f;try{_0x5738f9[_0x242b24(0x1be)](isBrowserstackInfra)&&(_0x375ed9?await _0x5738f9['hBDGS'](playwrightMarkSessionStatus,_0x20cb22,STATE_FAILED,_0x3e3298):await _0x5738f9[_0x242b24(0x11b)](markSessionStatus,_0x20cb22,STATE_FAILED,_0x3e3298));}catch(_0x4c3134){logger['debug'](_0x242b24(0x1ad)+util[_0x242b24(0x152)](_0x4c3134)),PerformanceTester[_0x242b24(0x1b9)](PerformanceEvents[_0x242b24(0x1c6)],![],_0x4c3134);}});}PerformanceTester[_0x35969f(0x1b9)](PerformanceEvents['SDK_TEST']);}catch(_0x5bda3b){PerformanceTester[_0x35969f(0x120)](_0x5bda3b);const _0xba6589={};_0xba6589[_0x35969f(0x11a)]=_0x35e8ae['GOHsa'],PerformanceTester[_0x35969f(0x1b9)](PerformanceHookEvents[_0x35969f(0x10a)],![],_0x5bda3b,_0xba6589),PerformanceTester[_0x35969f(0x1b9)](PerformanceEvents['SDK_TEST'],![],_0x5bda3b);}const _0xa84740={};_0xa84740[_0x35969f(0x11a)]=_0x35e8ae[_0x35969f(0x1b3)],PerformanceTester[_0x35969f(0x1b9)](PerformanceHookEvents[_0x35969f(0x10a)],!![],null,_0xa84740);}),CodeceptJS[_0x504a11(0x13c)][_0x504a11(0x138)]['on'](CodeceptJS['event'][_0x504a11(0x1b4)][_0x504a11(0x10c)],_0xcb7e65=>{const _0x1e5fd7=_0x504a11;PerformanceTester[_0x1e5fd7(0x1c9)](PerformanceHookEvents[_0x1e5fd7(0x10a)]);try{const _0x1c062a=_0x5a6ffa[_0x1e5fd7(0x122)](TEST_EVENTS[_0x1e5fd7(0x187)],_0xcb7e65);CodeceptRecorder[_0x1e5fd7(0x1ed)](()=>_0x5a6ffa[_0x1e5fd7(0x128)](TEST_EVENTS[_0x1e5fd7(0x187)],_0x1c062a)),PerformanceTester[_0x1e5fd7(0x1b9)](PerformanceEvents[_0x1e5fd7(0x1c6)]);}catch(_0x16702b){PerformanceTester[_0x1e5fd7(0x120)](_0x16702b),PerformanceTester[_0x1e5fd7(0x1b9)](PerformanceEvents[_0x1e5fd7(0x1c6)],![],_0x16702b);const _0x293eed={};_0x293eed['hookType']=_0x35e8ae[_0x1e5fd7(0x163)],PerformanceTester[_0x1e5fd7(0x1b9)](PerformanceHookEvents[_0x1e5fd7(0x10a)],![],_0x16702b,_0x293eed);}const _0x177767={};_0x177767[_0x1e5fd7(0x11a)]=_0x35e8ae[_0x1e5fd7(0x163)],PerformanceTester['end'](PerformanceHookEvents[_0x1e5fd7(0x10a)],!![],null,_0x177767);}),CodeceptJS[_0x504a11(0x13c)]['dispatcher']['on'](CodeceptJS[_0x504a11(0x13c)][_0x504a11(0x1b4)][_0x504a11(0x18e)],async(_0x100945,_0x1aaef9)=>{const _0x42631b=_0x504a11,_0x4df07b={};_0x4df07b[_0x42631b(0x150)]=_0x35e8ae[_0x42631b(0x1c5)];const _0x4fbaf0=_0x4df07b;try{PerformanceTester['start'](PerformanceHookEvents[_0x42631b(0x10a)]);const _0x2d979d=_0x35e8ae['IDXEX'](shouldScanTestForAccessibility,_0x100945[_0x42631b(0x154)](),!![]);if(_0x35e8ae['dvuTS'](isAccessibilityAutomationSession)&&global[_0x42631b(0x16e)]&&_0x2d979d){const _0x13c94b={};_0x13c94b[_0x42631b(0x15e)]=_0x100945[_0x42631b(0x119)],_0x13c94b[_0x42631b(0x1bb)]=process[_0x42631b(0xfe)][testHubConstants[_0x42631b(0x180)][_0x42631b(0x19c)]],_0x13c94b[_0x42631b(0x139)]=process[_0x42631b(0xfe)][testHubConstants[_0x42631b(0x180)][_0x42631b(0x14d)]];const _0x5b9ab6=_0x13c94b;logger[_0x42631b(0x141)](_0x42631b(0x1ea)+JSON['stringify'](_0x5b9ab6)),CodeceptRecorder[_0x42631b(0x1ed)](async()=>{const _0x64a12b=_0x42631b,_0x1d9ab6={};_0x1d9ab6[_0x64a12b(0x1bf)]=_0x4fbaf0['QYkgL'],await PerformanceTester[_0x64a12b(0x1e9)](PerformanceA11yEvents[_0x64a12b(0x17a)],async()=>{const _0x2198c4=_0x64a12b;await AccessibilityHelper[_0x2198c4(0x116)](_0x20cb22,scripts['performScan']);},_0x1d9ab6)(),await PerformanceTester[_0x64a12b(0x1e9)](PerformanceA11yEvents[_0x64a12b(0x194)],async()=>{const _0x5ef7dc=_0x64a12b;await AccessibilityHelper[_0x5ef7dc(0x116)](_0x20cb22,scripts[_0x5ef7dc(0x11f)],_0x5b9ab6);})();}),logger[_0x42631b(0x118)](_0x35e8ae[_0x42631b(0x186)]);}const _0x24d77c={};_0x24d77c[_0x42631b(0x11a)]=_0x35e8ae['KPnJu'],PerformanceTester['end'](PerformanceHookEvents[_0x42631b(0x10a)],!![],null,_0x24d77c);}catch(_0x4b1224){PerformanceTester[_0x42631b(0x120)](_0x4b1224);const _0x2c1e21={};_0x2c1e21[_0x42631b(0x11a)]=_0x35e8ae[_0x42631b(0x1f7)],PerformanceTester['end'](PerformanceHookEvents[_0x42631b(0x10a)],![],_0x4b1224,_0x2c1e21);}}),CodeceptJS[_0x504a11(0x13c)][_0x504a11(0x138)]['on'](CodeceptJS[_0x504a11(0x13c)]['step'][_0x504a11(0x1e1)],_0x4ab3ae=>{const _0x4de7fc=_0x504a11;PerformanceTester[_0x4de7fc(0x1c9)](PerformanceHookEvents[_0x4de7fc(0x10a)]);try{process[_0x4de7fc(0x1a5)](_0x4de7fc(0x174)+process[_0x4de7fc(0x195)],{'timestamp':new Date()[_0x4de7fc(0x17d)](),'level':_0x35e8ae[_0x4de7fc(0x170)],'message':_0x4ab3ae,'kind':_0x35e8ae[_0x4de7fc(0x142)],'http_response':{}});}catch(_0x432d3e){PerformanceTester[_0x4de7fc(0x120)](_0x432d3e);const _0x16662b={};_0x16662b[_0x4de7fc(0x11a)]=_0x35e8ae['GpsQW'],PerformanceTester[_0x4de7fc(0x1b9)](PerformanceHookEvents[_0x4de7fc(0x10a)],![],_0x432d3e,_0x16662b);}const _0xfbb20f={};_0xfbb20f['hookType']=_0x35e8ae['GpsQW'],PerformanceTester[_0x4de7fc(0x1b9)](PerformanceHookEvents[_0x4de7fc(0x10a)],!![],null,_0xfbb20f);}),CodeceptJS[_0x504a11(0x13c)][_0x504a11(0x138)]['on'](CodeceptJS[_0x504a11(0x13c)][_0x504a11(0x12d)][_0x504a11(0x1f9)],_0x1a1216=>{const _0x375a64=_0x504a11,_0x3170e2={};_0x3170e2[_0x375a64(0x11a)]=_0x35e8ae[_0x375a64(0x179)],PerformanceTester[_0x375a64(0x1e9)](PerformanceHookEvents[_0x375a64(0x10a)],()=>{_0x5a6ffa['bddStepStart'](_0x1a1216);},_0x3170e2)();}),CodeceptJS[_0x504a11(0x13c)]['dispatcher']['on'](CodeceptJS[_0x504a11(0x13c)][_0x504a11(0x12d)]['after'],_0x730d05=>{const _0x2aad31=_0x504a11,_0xcd1f7a={};_0xcd1f7a[_0x2aad31(0x11a)]=_0x35e8ae[_0x2aad31(0x178)],PerformanceTester[_0x2aad31(0x1e9)](PerformanceHookEvents[_0x2aad31(0x10a)],()=>{const _0x15ca99=_0x2aad31;_0x5a6ffa[_0x15ca99(0x159)](_0x730d05);},_0xcd1f7a)();});};
|
|
1
|
+
const a1_0x4fa239=a1_0xac79;(function(_0xa7086b,_0x539ba8){const _0x25ea8b=a1_0xac79,_0x87e97d=_0xa7086b();while(!![]){try{const _0x3badee=parseInt(_0x25ea8b(0x1d0))/0x1+parseInt(_0x25ea8b(0x1f2))/0x2+parseInt(_0x25ea8b(0x178))/0x3+parseInt(_0x25ea8b(0x19c))/0x4*(parseInt(_0x25ea8b(0xfc))/0x5)+parseInt(_0x25ea8b(0x1a0))/0x6*(parseInt(_0x25ea8b(0x187))/0x7)+-parseInt(_0x25ea8b(0x118))/0x8+-parseInt(_0x25ea8b(0x132))/0x9*(parseInt(_0x25ea8b(0x143))/0xa);if(_0x3badee===_0x539ba8)break;else _0x87e97d['push'](_0x87e97d['shift']());}catch(_0x3e36a1){_0x87e97d['push'](_0x87e97d['shift']());}}}(a1_0x46d2,0xc4499));function a1_0x46d2(){const _0x5e53cf=['class','webdriverio','captureEvent','getResults','step','SDK_PRE_TEST','ZJtfl','getSyncScript','pHioT','title','codeceptjs/lib/helper/WebDriver.js','bs:addLog:','_before','../../helpers/helper','bind','sExlN','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','TEST_RUN_SKIPPED','saveTestResults','pid','thTestRunUuid','event','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','../../helpers/globals.js','ZsKOI','bddStep-before','uDssZ','hook','bstackAllyScanning','accessibilityPlatform','start','YVYhh','SESSION_STATUS','SDK_PRE_INITIALIZE','env','step-comment','wpTun','../../helpers/request-spy','NbbHw','push','stringify','TestCafe','includes','dispatcher','codeceptjs/lib/helper/Playwright.js','from','TEST_LOG','saveScreenshot','exports','config','isArray','4782696LLuPMC','ZSdSn','bddStep-after','a11y_core_config','stopMonitoring','FrNIi','HOOK_RUN_FINISHED','setSessionName','restore','hook-passed','stack','SJNsz','SDK_POST_TEST','UdqnY','BROWSERSTACK_TESTHUB_UUID','4877131pqVQEm','enabled','getAccessibilityResults','nrFGd','uuMTC','test-skipped','rTfOY','ENV_VAR','iwLtk','thBuildUuid','uZZRh','apply','OswME','commandsToWrap','test-started','startsWith','sSsnt','browserstack_executor:\x20','Vrnej','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','base64','239332QliZPU','measureWrapper','string','exNjs','6vqIprC','Mzdws','PXhzS','MKqlV','pkHbP','performScan','test-passed','../../helpers/performance/constants','sQDBP','PERFORM_SCAN','Yzotl','emit','overwriteCommand','info','setGlobal','pages','Edhrw','PbKeR','ctx','TlPUu','WebDriver','chromium','nWxtg','nyXWG','browserstackTestName','Uvsto','initSaveScreenshot','test','status','SESSION_NAME','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','browserStackExecuteDriver','zgWuL','__driver','../../helpers/logger','OiLrv','SDK_POST_INITIALIZE','warn','currentTest','htnoa','cadME','GBMvB','ruxaR','skipSessionStatus','filter','mXjAu','action','GET_RESULTS_SUMMARY','673014tbLbJA','SDK_HOOK','SAVE_RESULTS','name','FRAMEWORK_DETAILS','codeceptjs','rbXsJ','args','all','eODaf','find','contexts','debug','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','codeceptjs/lib/utils.js','stop','add','version','skipped','fireEvent','iDqKy','patchSaveScreenshot','xWwES','WBhQH','util','end','lMTCU','afterTest','toString','ZaSvV','TEST_RUN_STARTED','started','startMonitoring','command','984828HWSpia','arguments','_setPage','GET_RESULTS','INFO','passed','CuPFU','hookType','Puppeteer','__skipSessionStatus','testFramework','screenshotOutputFolder','80urYofx','Failed\x20to\x20execute\x20_before:\x20','INoiT','--auto-open-devtools-for-tabs','browserContext','BROWSERSTACK_TESTHUB_JWT','../../bin/playwright/accessibility-helper','container','page','toISOString','TEST_SCREENSHOT','getAccessibilityResultsSummary','ApQbp','after','Playwright','NtlYU','TEST_RUN_FINISHED','browser','addRequestSpy','YPXGC','SYNC','RyCBw','codeceptjs/lib/index.js','slice','hook-failed','bddStep','Performing\x20scan\x20for\x20','YggXr','1282792lTruvB','call','../../helpers/testhub/constants.js','captureError','OabYR','wemGX','ptcSs','readFileSync','Dpsau','test-failed','cbrNL','TSicL','../../helpers/accessibility-automation/helper','EqEiQ','lmIJZ','executeScript','../../helpers/performance/performance-tester','SDK_TEST','./helper.js','helpers','__workerDetails','before','prototype','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','comment','ekkAe','449919JBrEeh','domForge','KlDYw','BS_A11Y_JWT','format','codeceptjs/lib/recorder.js','NvBmj','failed','url','getResultsSummary','../../helpers/accessibility-automation/scripts','../../bin/playwright/sessionDetails','nKvPW','constructor','aEIYk','dFDxt','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','690DEGrrU','sqlRY'];a1_0x46d2=function(){return _0x5e53cf;};return a1_0x46d2();}const fs=require('fs'),util=require(a1_0x4fa239(0x1e8)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x4fa239(0x152)),logger=require(a1_0x4fa239(0x1c2))['winstonLogger'],testOpsHelper=require('../../helpers/test-observability/utils'),requestSpy=require(a1_0x4fa239(0x16a)),PlaywrightSessionDetails=require(a1_0x4fa239(0x13d)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require('./o11yHelper'),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x4fa239(0x124)),AccessibilityHelper=require(a1_0x4fa239(0x102)),scripts=require(a1_0x4fa239(0x13c)),PerformanceTester=require(a1_0x4fa239(0x128)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x4fa239(0x1a7)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x4fa239(0x12a)),testHubConstants=require(a1_0x4fa239(0x11a)),globals=require(a1_0x4fa239(0x15c)),CodeceptJS=requireModule(a1_0x4fa239(0x112),a1_0x4fa239(0x1d5)),CodeceptUtils=requireModule(a1_0x4fa239(0x1de),a1_0x4fa239(0x1d5)),CodeceptWebDriver=requireModule(a1_0x4fa239(0x14f),a1_0x4fa239(0x1d5)),CodeceptRecorder=requireModule(a1_0x4fa239(0x137),a1_0x4fa239(0x1d5)),CodeceptPlaywright=requireModule(a1_0x4fa239(0x171),a1_0x4fa239(0x1d5)),playwrightMarkSessionStatus=(_0x4ddf96,_0x11e0db,_0x513561)=>{const _0x34634a=a1_0x4fa239,_0x591159={'lMTCU':'setSessionStatus','TlPUu':function(_0x4e0d69,_0x37dbd6){return _0x4e0d69(_0x37dbd6);}},_0x423c18={};_0x423c18[_0x34634a(0x1bc)]=_0x11e0db;const _0x401c56={};_0x401c56[_0x34634a(0x1ce)]=_0x591159[_0x34634a(0x1ea)],_0x401c56[_0x34634a(0x1f3)]=_0x423c18;const _0x3c796e=_0x401c56;return!_0x591159[_0x34634a(0x1b3)](isUndefined,_0x513561)&&(_0x3c796e['arguments']['reason']=JSON[_0x34634a(0x16d)](_0x513561)),_0x4ddf96[_0x34634a(0x127)](()=>{},'browserstack_executor:\x20'+JSON['stringify'](_0x3c796e));},o11ySync=PerformanceTester['measureWrapper'](PerformanceO11yEvents[a1_0x4fa239(0x110)],async _0x52fcb0=>{const _0x4e099d=a1_0x4fa239,_0x404dc7={};_0x404dc7['aEIYk']=function(_0x201421,_0x4537cf){return _0x201421===_0x4537cf;},_0x404dc7[_0x4e099d(0x185)]=_0x4e099d(0x10a);const _0x11d835=_0x404dc7;_0x11d835[_0x4e099d(0x140)](_0x52fcb0[_0x4e099d(0x13f)][_0x4e099d(0x1d3)],_0x11d835[_0x4e099d(0x185)])?await _0x52fcb0[_0x4e099d(0x127)](_0xd5a404=>{},testOpsHelper['getSyncScript']()):await _0x52fcb0[_0x4e099d(0x127)](testOpsHelper[_0x4e099d(0x14c)]());}),markSessionName=PerformanceTester[a1_0x4fa239(0x19d)](PerformanceAutEvents[a1_0x4fa239(0x1bd)],async(_0x1de970,_0x5b0666)=>{const _0x401c5d=a1_0x4fa239,_0x4ee74e={};_0x4ee74e['wemGX']=_0x401c5d(0x17f),_0x4ee74e[_0x401c5d(0x1ed)]=function(_0x47995b,_0x3c0fdf){return _0x47995b===_0x3c0fdf;},_0x4ee74e[_0x401c5d(0x154)]=_0x401c5d(0x10a);const _0x3d68f6=_0x4ee74e,_0x87d017={};_0x87d017[_0x401c5d(0x1d3)]=_0x5b0666;const _0x2a0e4b={};_0x2a0e4b[_0x401c5d(0x1ce)]=_0x3d68f6[_0x401c5d(0x11d)],_0x2a0e4b[_0x401c5d(0x1f3)]=_0x87d017;const _0x33fe84=_0x2a0e4b;_0x3d68f6[_0x401c5d(0x1ed)](_0x1de970[_0x401c5d(0x13f)]['name'],_0x3d68f6[_0x401c5d(0x154)])?await _0x1de970['executeScript'](()=>{},_0x401c5d(0x198)+JSON[_0x401c5d(0x16d)](_0x33fe84)):await _0x1de970[_0x401c5d(0x127)](_0x401c5d(0x198)+JSON[_0x401c5d(0x16d)](_0x33fe84));}),patchSaveScreenshot=_0x3e7a7f=>{const _0x24c384=a1_0x4fa239,_0x2f3ae9={'ZsKOI':'base64','ApQbp':_0x24c384(0x106),'nbBEA':function(_0x532e06){return _0x532e06();},'ruxaR':function(_0x54adfb,_0x41eb1f){return _0x54adfb(_0x41eb1f);},'uZmoo':'Screenshot\x20path\x20not\x20found'};_0x2f3ae9[_0x24c384(0x1ca)](isTrue,process[_0x24c384(0x167)]['BS_TESTOPS_ALLOW_SCREENSHOTS'])&&!_0x3e7a7f[_0x24c384(0x1e5)]&&(_0x3e7a7f[_0x24c384(0x1e5)]=!![],_0x3e7a7f[_0x24c384(0x1ba)]=_0x3e7a7f[_0x24c384(0x174)],_0x3e7a7f[_0x24c384(0x174)]=(_0x412d1a,_0x46aa9e=![])=>{const _0x3f53c5=_0x24c384,_0x544552={'nKvPW':_0x2f3ae9[_0x3f53c5(0x15d)],'cJnJh':_0x2f3ae9[_0x3f53c5(0x108)],'Mzdws':function(_0x13b0d1){return _0x2f3ae9['nbBEA'](_0x13b0d1);},'NvBmj':function(_0x3d075e,_0x267350){return _0x2f3ae9['ruxaR'](_0x3d075e,_0x267350);},'nyXWG':_0x2f3ae9['uZmoo']};return new Promise(function(_0x52175f,_0x1c8dfb){const _0x2a1a3a=_0x3f53c5,_0x4c18c4={'zzczf':_0x544552[_0x2a1a3a(0x13e)],'iwLtk':_0x544552['cJnJh'],'aYxvk':function(_0x33fa16){const _0x533901=_0x2a1a3a;return _0x544552[_0x533901(0x1a1)](_0x33fa16);},'NbbHw':function(_0x9374f3,_0x599e0c){const _0x5469f7=_0x2a1a3a;return _0x544552[_0x5469f7(0x138)](_0x9374f3,_0x599e0c);},'ZSdSn':_0x544552[_0x2a1a3a(0x1b7)]};_0x3e7a7f[_0x2a1a3a(0x1ba)](_0x412d1a,_0x46aa9e)['then'](()=>{const _0x4a5d50=_0x2a1a3a,_0xac9934=CodeceptUtils[_0x4a5d50(0xfb)](_0x412d1a);if(_0xac9934){const _0x2d1ee1=fs[_0x4a5d50(0x11f)](_0xac9934);process[_0x4a5d50(0x1ab)](_0x4a5d50(0x150)+process[_0x4a5d50(0x158)],{'timestamp':new Date()[_0x4a5d50(0x105)](),'message':_0x2d1ee1[_0x4a5d50(0x1ec)](_0x4c18c4['zzczf']),'kind':_0x4c18c4[_0x4a5d50(0x18f)]}),_0x4c18c4['aYxvk'](_0x52175f);}_0x4c18c4[_0x4a5d50(0x16b)](_0x1c8dfb,new Error(_0x4c18c4[_0x4a5d50(0x179)]));})['catch'](()=>null);});});},patchWebDriverBefore=_0xcf90d7=>{const _0x48fedf=a1_0x4fa239,_0x480380={'sqlRY':function(_0x58e7e0){return _0x58e7e0();},'xWwES':function(_0x4aa64b,_0x569161){return _0x4aa64b(_0x569161);},'WBhQH':function(_0x26eee9,_0x19e29b){return _0x26eee9===_0x19e29b;},'YPXGC':_0x48fedf(0x146),'EDICl':function(_0x5bad1a,_0x3ee064){return _0x5bad1a===_0x3ee064;},'fKlSD':_0x48fedf(0x19e),'htnoa':'Element'},_0x3c3ba9=async function(_0x2e7024,_0x3a5273){const _0x2f78c0=_0x48fedf;_0x480380[_0x2f78c0(0x144)](isAccessibilityAutomationSession)&&!global['bstackAllyScanning']&&global[_0x2f78c0(0x162)]&&scripts['shouldWrapCommand'](_0x2e7024[_0x2f78c0(0x1d3)])&&_0x480380[_0x2f78c0(0x1e6)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x2f78c0(0x161)]=!![],await PerformanceTester[_0x2f78c0(0x19d)](PerformanceA11yEvents[_0x2f78c0(0x1a9)],async()=>{const _0x11140f=_0x2f78c0;logger[_0x11140f(0x1dc)](_0x11140f(0x116)+_0x2e7024[_0x11140f(0x145)]+'\x20'+_0x2e7024[_0x11140f(0x1d3)]),await AccessibilityHelper[_0x11140f(0x1bf)](_0xcf90d7,scripts['performScan']);},{'command':_0x2e7024['name']})());global['bstackAllyScanning']=![];const _0x808f22=JSON['parse'](process[_0x2f78c0(0x167)][_0x2f78c0(0x1d4)]||'{}');if(_0x480380[_0x2f78c0(0x1e7)](_0x808f22?.[_0x2f78c0(0xfa)]?.[_0x2f78c0(0x1d3)],_0x480380[_0x2f78c0(0x10f)])&&_0x480380['EDICl'](typeof _0x808f22?.[_0x2f78c0(0xfa)]?.[_0x2f78c0(0x1e1)],_0x480380['fKlSD'])&&_0x808f22?.[_0x2f78c0(0xfa)]?.['version'][_0x2f78c0(0x196)]('7'))return _0x3a5273[_0x2f78c0(0x192)](null,Array[_0x2f78c0(0x12e)][_0x2f78c0(0x113)]['call'](arguments,0x2));return _0x3a5273[_0x2f78c0(0x192)](this,Array['prototype'][_0x2f78c0(0x113)][_0x2f78c0(0x119)](arguments,0x2));},_0xb10301=CodeceptWebDriver[_0x48fedf(0x12e)][_0x48fedf(0x151)];CodeceptWebDriver[_0x48fedf(0x12e)]['_before']=async function(){const _0x4763c8=_0x48fedf,_0xcda43c={'qhcbs':function(_0x44025d,_0x326135){return _0x480380['EDICl'](_0x44025d,_0x326135);},'RyCBw':_0x480380[_0x4763c8(0x1c7)]};try{await _0xb10301[_0x4763c8(0x192)](this,arguments);}catch(_0xb869b9){logger[_0x4763c8(0x1dc)](_0x4763c8(0xfd)+util[_0x4763c8(0x136)](_0xb869b9));}scripts[_0x4763c8(0x194)][_0x4763c8(0x1cc)](_0x47f069=>_0x47f069[_0x4763c8(0x1d3)]&&_0x47f069[_0x4763c8(0x145)])['forEach'](_0x17d4ee=>{const _0x5e56fe=_0x4763c8;this['browser'][_0x5e56fe(0x1ac)](_0x17d4ee[_0x5e56fe(0x1d3)],_0x3c3ba9[_0x5e56fe(0x153)](this,_0x17d4ee),_0xcda43c['qhcbs'](_0x17d4ee[_0x5e56fe(0x145)],_0xcda43c[_0x5e56fe(0x111)]));}),_0x480380['xWwES'](processWebDriverConfig,_0xcf90d7);};};function parseJwt(_0x158401){const _0x12c09d=a1_0x4fa239,_0x43d594={};_0x43d594[_0x12c09d(0x18d)]=_0x12c09d(0x19b);const _0x3f3462=_0x43d594;if(!_0x158401)return null;return JSON['parse'](Buffer[_0x12c09d(0x172)](_0x158401['split']('.')[0x1],_0x3f3462['rTfOY'])[_0x12c09d(0x1ec)]());}const patchPlaywrightBefore=()=>{const _0x1a9a17=a1_0x4fa239,_0x4cacf4={'TSicL':function(_0x5b64c9){return _0x5b64c9();},'XsLuQ':'devtools://','Vrnej':_0x1a9a17(0xff),'GehoN':function(_0x7a8f3e){return _0x7a8f3e();},'wEWND':function(_0x2bf912,_0x2a4f58){return _0x2bf912(_0x2a4f58);},'pHioT':function(_0x5870af,_0x48a542){return _0x5870af+_0x48a542;},'SJNsz':'\x0aStack:\x20','ptcSs':function(_0x372269){return _0x372269();},'exNjs':function(_0x56ce54){return _0x56ce54();},'qarBH':function(_0x5457c0){return _0x5457c0();}};PlaywrightSessionDetails['patch']();const _0x3c7212=CodeceptPlaywright['prototype'][_0x1a9a17(0x151)];CodeceptPlaywright['prototype']['_before']=async function(){const _0x52f2fb=_0x1a9a17,_0x14f336={'YVYhh':function(_0x3ae4a2){const _0x2ac9f9=a1_0xac79;return _0x4cacf4[_0x2ac9f9(0x123)](_0x3ae4a2);},'cadME':_0x4cacf4['XsLuQ'],'eODaf':_0x4cacf4[_0x52f2fb(0x199)],'XhLWe':function(_0x19ded9){return _0x4cacf4['GehoN'](_0x19ded9);},'uDssZ':function(_0x2e68f9,_0x2c4008){return _0x4cacf4['wEWND'](_0x2e68f9,_0x2c4008);},'uuMTC':function(_0x409b2f,_0x7987c7){const _0x1514af=_0x52f2fb;return _0x4cacf4[_0x1514af(0x14d)](_0x409b2f,_0x7987c7);},'Uvsto':_0x4cacf4[_0x52f2fb(0x183)]};this[_0x52f2fb(0x100)]=await this[_0x52f2fb(0x10d)][_0x52f2fb(0x1db)]()[0x0];const _0x270cf6=async()=>{const _0x1d40ff=_0x52f2fb,_0x411c50=this[_0x1d40ff(0x176)]&&this[_0x1d40ff(0x176)][_0x1d40ff(0x1b5)]&&this[_0x1d40ff(0x176)][_0x1d40ff(0x1b5)][_0x1d40ff(0x1d7)]&&Array[_0x1d40ff(0x177)](this['config'][_0x1d40ff(0x1b5)][_0x1d40ff(0x1d7)])&&this['config']['chromium'][_0x1d40ff(0x1d7)][_0x1d40ff(0x16f)](_0x14f336[_0x1d40ff(0x1d9)]);if(_0x14f336['XhLWe'](isAccessibilityAutomationSession)&&!_0x411c50)try{const _0x1484ce=_0x14f336[_0x1d40ff(0x15f)](parseJwt,process[_0x1d40ff(0x167)][_0x1d40ff(0x135)]);if(_0x1484ce&&_0x1484ce['a11y_core_config']&&_0x1484ce[_0x1d40ff(0x17b)][_0x1d40ff(0x133)]){const _0x118b6=this[_0x1d40ff(0x100)]['pages']['bind'](this['browserContext']);this[_0x1d40ff(0x100)][_0x1d40ff(0x1af)]=async function(){const _0x103769=_0x1d40ff,_0x458d86=await _0x14f336[_0x103769(0x164)](_0x118b6),_0x1b3292=[];for(const _0x4244d2 of _0x458d86){try{const _0x59b443=await _0x4244d2[_0x103769(0x13a)]();!_0x59b443['startsWith'](_0x14f336[_0x103769(0x1c8)])&&_0x1b3292['push'](_0x4244d2);}catch(_0x2add07){_0x1b3292[_0x103769(0x16c)](_0x4244d2);}}return _0x1b3292;};}if(!_0x14f336['YVYhh'](isBrowserstackInfra)){const _0x2755f6=await this[_0x1d40ff(0x104)][_0x1d40ff(0x13a)]();if(_0x2755f6[_0x1d40ff(0x196)](_0x14f336['cadME'])){const _0x1c4d9a=await this[_0x1d40ff(0x100)][_0x1d40ff(0x1af)]();this[_0x1d40ff(0x1f4)](_0x1c4d9a[0x0]);}}}catch(_0x79c7d5){logger[_0x1d40ff(0x1dc)](_0x1d40ff(0x155)+_0x79c7d5['message']+(_0x79c7d5[_0x1d40ff(0x182)]?_0x14f336[_0x1d40ff(0x18b)](_0x14f336[_0x1d40ff(0x1b9)],_0x79c7d5[_0x1d40ff(0x182)]):''));}};_0x4cacf4['GehoN'](isBrowserstackInfra)&&await _0x4cacf4[_0x52f2fb(0x11e)](_0x270cf6),await _0x3c7212[_0x52f2fb(0x192)](this,arguments),!_0x4cacf4[_0x52f2fb(0x19f)](isBrowserstackInfra)&&await _0x4cacf4['qarBH'](_0x270cf6);};},getCodeceptDriver=()=>{const _0x2060bd=a1_0x4fa239,_0x8aaf64={};_0x8aaf64[_0x2060bd(0x10b)]=_0x2060bd(0x1b4),_0x8aaf64[_0x2060bd(0x1c9)]='Playwright',_0x8aaf64[_0x2060bd(0x120)]=_0x2060bd(0x1fa),_0x8aaf64[_0x2060bd(0x1b0)]=_0x2060bd(0x16e);const _0x6b013c=_0x8aaf64,_0x5118bd=[_0x6b013c[_0x2060bd(0x10b)],_0x6b013c[_0x2060bd(0x1c9)],_0x6b013c[_0x2060bd(0x120)],_0x6b013c[_0x2060bd(0x1b0)]],_0x5862ef=_0x5118bd[_0x2060bd(0x1da)](_0x38a111=>!!CodeceptJS[_0x2060bd(0x103)][_0x2060bd(0x12b)](_0x38a111));if(!_0x5862ef)return null;return CodeceptJS[_0x2060bd(0x103)][_0x2060bd(0x12b)](_0x5862ef);};function a1_0xac79(_0x4d47b4,_0x1ebacd){const _0x46d231=a1_0x46d2();return a1_0xac79=function(_0xac79a1,_0x505230){_0xac79a1=_0xac79a1-0xfa;let _0x3d475f=_0x46d231[_0xac79a1];return _0x3d475f;},a1_0xac79(_0x4d47b4,_0x1ebacd);}module[a1_0x4fa239(0x175)]=function(_0x2b0ac9){const _0x1891c8=a1_0x4fa239,_0x1e61e3={'iDqKy':function(_0x5a56c1){return _0x5a56c1();},'OabYR':function(_0x1e5ff6,_0x196e9e){return _0x1e5ff6(_0x196e9e);},'pkHbP':_0x1891c8(0x189),'wXfLs':_0x1891c8(0x12f),'ZDAOY':_0x1891c8(0x107),'OiLrv':_0x1891c8(0x142),'cbrNL':'hook-started','nWxtg':_0x1891c8(0x181),'EqEiQ':_0x1891c8(0x114),'Yzotl':_0x1891c8(0x1b8),'lmIJZ':'test-before','INoiT':function(_0xb91f6c,_0x2110cf){return _0xb91f6c(_0x2110cf);},'dFDxt':function(_0x23e85b,_0x4569b3,_0x47c114){return _0x23e85b(_0x4569b3,_0x47c114);},'FrNIi':_0x1891c8(0x195),'LzqMB':function(_0x138e4c,_0x1f1eeb,_0x472f43){return _0x138e4c(_0x1f1eeb,_0x472f43);},'GVnqQ':function(_0x425607){return _0x425607();},'PXhzS':_0x1891c8(0x1a6),'MKqlV':function(_0x4c2586,_0x18d256,_0x342ae0,_0x5a0faa){return _0x4c2586(_0x18d256,_0x342ae0,_0x5a0faa);},'KlDYw':function(_0x88eca1,_0x1a9dcd){return _0x88eca1===_0x1a9dcd;},'tCBEC':'Suite','zgWuL':_0x1891c8(0x121),'CuPFU':_0x1891c8(0x18c),'kbdmS':_0x1891c8(0x1eb),'sSsnt':function(_0x352a7e){return _0x352a7e();},'jDKZV':_0x1891c8(0x1dd),'YggXr':'test-after','ekkAe':_0x1891c8(0x1f6),'bPvgp':_0x1891c8(0x173),'tRtGG':_0x1891c8(0x168),'WntGJ':_0x1891c8(0x15e),'VoLsk':_0x1891c8(0x17a),'mXjAu':function(_0xdde65a){return _0xdde65a();},'PbKeR':_0x1891c8(0x10a)};_0x2b0ac9[_0x1891c8(0x1cb)]&&(global[_0x1891c8(0x1fb)]=_0x2b0ac9['skipSessionStatus']);PerformanceTester[_0x1891c8(0x1f0)]();const _0x3c7d71=_0x1e61e3[_0x1891c8(0x1cd)](getCodeceptDriver),_0x57f4fc=new O11yHelper(_0x3c7d71,_0x2b0ac9),_0x260690=!!CodeceptJS[_0x1891c8(0x103)][_0x1891c8(0x12b)](_0x1e61e3[_0x1891c8(0x1b1)]);global[_0x1891c8(0x1c1)]=_0x3c7d71,_0x3c7d71&&(PerformanceTester['measureWrapper'](PerformanceEvents[_0x1891c8(0x166)],()=>{const _0x1e7b76=_0x1891c8;_0x260690?_0x1e61e3[_0x1e7b76(0x1e4)](patchPlaywrightBefore):_0x1e61e3['OabYR'](patchWebDriverBefore,_0x3c7d71);})(),PerformanceTester[_0x1891c8(0x19d)](PerformanceEvents[_0x1891c8(0x1c4)],()=>{const _0x5b4a78=_0x1891c8,_0x2b5be0={};_0x2b5be0[_0x5b4a78(0x18a)]=_0x1e61e3['ZDAOY'],_0x2b5be0[_0x5b4a78(0x1a8)]=_0x1e61e3[_0x5b4a78(0x1c3)];const _0x19b933=_0x2b5be0;_0x3c7d71['getAccessibilityResultsSummary']=async()=>{const _0x5b9117=_0x5b4a78;if(global[_0x5b9117(0x162)]){const _0x343daa={};return _0x343daa['command']=_0x19b933[_0x5b9117(0x18a)],await PerformanceTester[_0x5b9117(0x19d)](PerformanceA11yEvents[_0x5b9117(0x1a9)],async()=>{const _0x5a3447=_0x5b9117;return await AccessibilityHelper[_0x5a3447(0x1bf)](_0x3c7d71,scripts['performScan']);},_0x343daa)(),await PerformanceTester[_0x5b9117(0x19d)](PerformanceA11yEvents[_0x5b9117(0x1cf)],async()=>{const _0x471f81=_0x5b9117;return await AccessibilityHelper[_0x471f81(0x1bf)](_0x3c7d71,scripts[_0x471f81(0x13b)]);})();}return logger[_0x5b9117(0x1c5)](_0x19b933['sQDBP']),{};},_0x3c7d71['getAccessibilityResults']=async()=>{const _0x2d23f2=_0x5b4a78;if(global[_0x2d23f2(0x162)]){const _0x256161={};return _0x256161[_0x2d23f2(0x1f1)]=_0x1e61e3[_0x2d23f2(0x1a4)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x2d23f2(0x1a9)],async()=>{const _0x4c04b1=_0x2d23f2;return await AccessibilityHelper['browserStackExecuteDriver'](_0x3c7d71,scripts[_0x4c04b1(0x1a5)]);},_0x256161)(),await PerformanceTester[_0x2d23f2(0x19d)](PerformanceA11yEvents[_0x2d23f2(0x1f5)],async()=>{const _0x177b7b=_0x2d23f2;return await AccessibilityHelper['browserStackExecuteDriver'](_0x3c7d71,scripts[_0x177b7b(0x148)]);})();}return logger['warn'](_0x1e61e3['wXfLs']),{};},_0x1e61e3[_0x5b4a78(0x11c)](patchSaveScreenshot,_0x3c7d71);})()),CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x170)]['on'](CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x1d8)][_0x1891c8(0x12d)],()=>{const _0x345291=_0x1891c8;PerformanceTester[_0x345291(0x163)](PerformanceEvents[_0x345291(0x14a)]);try{_0x57f4fc['start'](),testOpsHelper[_0x345291(0x10e)](),PerformanceTester[_0x345291(0x1e9)](PerformanceEvents[_0x345291(0x14a)]);}catch(_0x136f47){PerformanceTester['captureError'](_0x136f47),PerformanceTester[_0x345291(0x1e9)](PerformanceEvents[_0x345291(0x14a)],![],_0x136f47);}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x1d8)][_0x1891c8(0x109)],async()=>{const _0x409982=_0x1891c8;PerformanceTester[_0x409982(0x163)](PerformanceEvents[_0x409982(0x184)]);try{requestSpy[_0x409982(0x180)](),await _0x57f4fc[_0x409982(0x1df)](),PerformanceTester[_0x409982(0x1e9)](PerformanceEvents['SDK_POST_TEST']);}catch(_0x3efde7){PerformanceTester[_0x409982(0x11b)](_0x3efde7),PerformanceTester['end'](PerformanceEvents[_0x409982(0x184)],![],_0x3efde7);}finally{PerformanceTester[_0x409982(0x17c)]();}}),CodeceptJS['event'][_0x1891c8(0x170)]['on'](CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x160)][_0x1891c8(0x1ef)],_0x50c2fa=>{const _0x21d020=_0x1891c8;PerformanceTester[_0x21d020(0x163)](PerformanceEvents['SDK_HOOK']);try{const _0x42bfad=_0x50c2fa['ctx']['test'],_0x5e39b3=_0x57f4fc[_0x21d020(0x147)](TEST_EVENTS['HOOK_RUN_STARTED'],_0x42bfad);CodeceptRecorder[_0x21d020(0x1e0)](()=>_0x57f4fc[_0x21d020(0x1e3)](TEST_EVENTS['HOOK_RUN_STARTED'],_0x5e39b3));const _0x16764f={};_0x16764f[_0x21d020(0x1f9)]=_0x1e61e3[_0x21d020(0x122)],PerformanceTester[_0x21d020(0x1e9)](PerformanceEvents['SDK_HOOK'],!![],null,_0x16764f);}catch(_0x18415b){const _0x485818={};_0x485818[_0x21d020(0x1f9)]=_0x1e61e3[_0x21d020(0x122)],PerformanceTester[_0x21d020(0x1e9)](PerformanceEvents[_0x21d020(0x1d1)],![],_0x18415b,_0x485818),PerformanceTester[_0x21d020(0x11b)](_0x18415b);}}),CodeceptJS[_0x1891c8(0x15a)]['dispatcher']['on'](CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x160)][_0x1891c8(0x1f7)],_0x2e4830=>{const _0x173c7a=_0x1891c8,_0x3bc725={};_0x3bc725['hookType']=_0x1e61e3[_0x173c7a(0x1b6)],PerformanceTester['start'](PerformanceHookEvents[_0x173c7a(0x1d1)],!![],null,_0x3bc725);try{const _0x3507c6=_0x2e4830[_0x173c7a(0x1b2)]['test'],_0x10e396=_0x57f4fc[_0x173c7a(0x147)](TEST_EVENTS[_0x173c7a(0x17e)],_0x3507c6);CodeceptRecorder['add'](()=>_0x57f4fc[_0x173c7a(0x1e3)](TEST_EVENTS[_0x173c7a(0x17e)],_0x10e396));const _0x4381ad={};_0x4381ad[_0x173c7a(0x1f9)]=_0x1e61e3[_0x173c7a(0x1b6)],PerformanceTester[_0x173c7a(0x1e9)](PerformanceHookEvents[_0x173c7a(0x1d1)],!![],null,_0x4381ad);}catch(_0x421376){PerformanceTester[_0x173c7a(0x11b)](_0x421376);const _0x1acc41={};_0x1acc41[_0x173c7a(0x1f9)]=_0x1e61e3[_0x173c7a(0x1b6)],PerformanceTester[_0x173c7a(0x1e9)](PerformanceHookEvents[_0x173c7a(0x1d1)],![],_0x421376,_0x1acc41);}}),CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x170)]['on'](CodeceptJS['event'][_0x1891c8(0x160)][_0x1891c8(0x139)],async(_0x40ecce,_0x17ad45)=>{const _0x3007b3=_0x1891c8;PerformanceTester[_0x3007b3(0x163)](PerformanceHookEvents[_0x3007b3(0x1d1)]);try{const _0x144522=_0x40ecce[_0x3007b3(0x1b2)][_0x3007b3(0x1bb)],_0x2d8e8a=_0x57f4fc[_0x3007b3(0x147)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x144522,_0x17ad45);CodeceptRecorder[_0x3007b3(0x1e0)](()=>_0x57f4fc[_0x3007b3(0x1e3)](TEST_EVENTS[_0x3007b3(0x17e)],_0x2d8e8a));const _0x35a3e8={};_0x35a3e8['hookType']=_0x1e61e3['EqEiQ'],PerformanceTester[_0x3007b3(0x163)](PerformanceHookEvents[_0x3007b3(0x1d1)],!![],null,_0x35a3e8);}catch(_0x464f0e){PerformanceTester['captureError'](_0x464f0e);const _0x3c0d6e={};_0x3c0d6e[_0x3007b3(0x1f9)]=_0x1e61e3[_0x3007b3(0x125)],PerformanceTester[_0x3007b3(0x1e9)](PerformanceHookEvents['SDK_HOOK'],![],_0x464f0e,_0x3c0d6e);}const _0x5dc639={};_0x5dc639[_0x3007b3(0x1f9)]=_0x1e61e3[_0x3007b3(0x125)],PerformanceTester[_0x3007b3(0x1e9)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x5dc639);}),CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x170)]['on'](CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x1bb)][_0x1891c8(0x12d)],_0x50b5c5=>{const _0xf0244d=_0x1891c8;PerformanceTester['start'](PerformanceHookEvents[_0xf0244d(0x1d1)]);try{globals['setGlobal'](_0x1e61e3['Yzotl'],_0x50b5c5[_0xf0244d(0x14e)]);_0x1e61e3[_0xf0244d(0x1e4)](isBrowserstackInfra)&&(_0x260690&&(global[_0xf0244d(0x12c)]={'currentTest':{'name':_0x50b5c5['title'],'testInfo':{'titlePath':_0x50b5c5['titlePath']()}}}));const _0x240410={};_0x240410[_0xf0244d(0x1f9)]=_0x1e61e3[_0xf0244d(0x126)],PerformanceTester['end'](PerformanceHookEvents[_0xf0244d(0x1d1)],!![],null,_0x240410);}catch(_0x5e9865){PerformanceTester[_0xf0244d(0x11b)](_0x5e9865);const _0x5332a8={};_0x5332a8[_0xf0244d(0x1f9)]=_0x1e61e3[_0xf0244d(0x126)],PerformanceTester[_0xf0244d(0x1e9)](PerformanceHookEvents[_0xf0244d(0x1d1)],![],_0x5e9865,_0x5332a8);}}),CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x170)]['on'](CodeceptJS[_0x1891c8(0x15a)]['test'][_0x1891c8(0x1ef)],_0x35a6c4=>{const _0x494d2a=_0x1891c8,_0x25d223={'aKsxD':function(_0x20cbee){return _0x1e61e3['iDqKy'](_0x20cbee);},'ZJtfl':function(_0x2a313b,_0x4ec8ab){const _0x3d6048=a1_0xac79;return _0x1e61e3[_0x3d6048(0xfe)](_0x2a313b,_0x4ec8ab);},'rbXsJ':function(_0x3e7c51,_0xbf8ca,_0x33a342){return _0x1e61e3['dFDxt'](_0x3e7c51,_0xbf8ca,_0x33a342);}};PerformanceTester[_0x494d2a(0x163)](PerformanceHookEvents[_0x494d2a(0x1d1)]);try{globals[_0x494d2a(0x1ae)](_0x1e61e3[_0x494d2a(0x1aa)],_0x35a6c4[_0x494d2a(0x14e)]);const _0x287d2f=_0x57f4fc[_0x494d2a(0x147)](TEST_EVENTS[_0x494d2a(0x1ee)],_0x35a6c4);CodeceptRecorder['add'](()=>_0x57f4fc[_0x494d2a(0x1e3)](TEST_EVENTS['TEST_RUN_STARTED'],_0x287d2f)),CodeceptRecorder[_0x494d2a(0x1e0)](async()=>{const _0x226feb=_0x494d2a;_0x25d223['aKsxD'](isBrowserstackInfra)&&(!_0x25d223[_0x226feb(0x14b)](isTrue,_0x2b0ac9['skipSessionName'])&&await _0x25d223[_0x226feb(0x1d6)](markSessionName,_0x3c7d71,_0x35a6c4['title']),_0x57f4fc[_0x226feb(0x188)]&&await _0x25d223[_0x226feb(0x14b)](o11ySync,_0x3c7d71));});}catch(_0x2e8cb0){const _0xdb1637={};_0xdb1637[_0x494d2a(0x1f9)]=_0x1e61e3['FrNIi'],PerformanceTester[_0x494d2a(0x1e9)](PerformanceHookEvents[_0x494d2a(0x1d1)],![],_0x2e8cb0,_0xdb1637),PerformanceTester[_0x494d2a(0x11b)](_0x2e8cb0);}const _0x3cdb6f={};_0x3cdb6f['hookType']=_0x1e61e3[_0x494d2a(0x17d)],PerformanceTester[_0x494d2a(0x1e9)](PerformanceHookEvents[_0x494d2a(0x1d1)],!![],null,_0x3cdb6f);}),CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x170)]['on'](CodeceptJS[_0x1891c8(0x15a)]['test']['passed'],_0x45f61f=>{const _0x5cb262=_0x1891c8;PerformanceTester[_0x5cb262(0x163)](PerformanceHookEvents[_0x5cb262(0x1d1)]);try{const _0x1dada5=_0x57f4fc['captureEvent'](TEST_EVENTS[_0x5cb262(0x10c)],_0x45f61f);CodeceptRecorder[_0x5cb262(0x1e0)](()=>_0x57f4fc[_0x5cb262(0x1e3)](TEST_EVENTS[_0x5cb262(0x10c)],_0x1dada5)),CodeceptRecorder['add'](async()=>{const _0x144329=_0x5cb262,_0x4ec0fa={'dIppS':function(_0x4a115e,_0x4db33a,_0x294575){return _0x1e61e3['dFDxt'](_0x4a115e,_0x4db33a,_0x294575);},'wpTun':function(_0xfb8e5b,_0x282f75,_0x22c0a1){return _0x1e61e3['LzqMB'](_0xfb8e5b,_0x282f75,_0x22c0a1);}};_0x1e61e3['GVnqQ'](isBrowserstackInfra)&&await PerformanceTester['measureWrapper'](PerformanceAutEvents[_0x144329(0x165)],async()=>{const _0x5baee7=_0x144329;_0x260690?await _0x4ec0fa['dIppS'](playwrightMarkSessionStatus,_0x3c7d71,STATE_PASSED):await _0x4ec0fa[_0x5baee7(0x169)](markSessionStatus,_0x3c7d71,STATE_PASSED);})();}),PerformanceTester[_0x5cb262(0x1e9)](PerformanceEvents[_0x5cb262(0x129)]);}catch(_0x582b5a){PerformanceTester[_0x5cb262(0x11b)](_0x582b5a);const _0x37bb53={};_0x37bb53[_0x5cb262(0x1f9)]=_0x1e61e3[_0x5cb262(0x1a2)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x582b5a,_0x37bb53),PerformanceTester[_0x5cb262(0x1e9)](PerformanceEvents[_0x5cb262(0x129)],![],_0x582b5a);}const _0x1d26c5={};_0x1d26c5[_0x5cb262(0x1f9)]=_0x1e61e3['PXhzS'],PerformanceTester[_0x5cb262(0x1e9)](PerformanceHookEvents[_0x5cb262(0x1d1)],!![],null,_0x1d26c5);}),CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x170)]['on'](CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x1bb)][_0x1891c8(0x139)],(_0x36a65c,_0x47d616)=>{const _0x21f082=_0x1891c8,_0x3bf260={'tFyoZ':function(_0x58c58c){const _0x323f4a=a1_0xac79;return _0x1e61e3[_0x323f4a(0x1e4)](_0x58c58c);},'zlSwb':function(_0x8eaf8e,_0xc8d098,_0x94f15a,_0x41be10){const _0x2b4d43=a1_0xac79;return _0x1e61e3[_0x2b4d43(0x1a3)](_0x8eaf8e,_0xc8d098,_0x94f15a,_0x41be10);},'OswME':function(_0x35adf8,_0xcae637,_0x1b077d,_0xe93e3d){const _0x3fe7b3=a1_0xac79;return _0x1e61e3[_0x3fe7b3(0x1a3)](_0x35adf8,_0xcae637,_0x1b077d,_0xe93e3d);}};PerformanceTester[_0x21f082(0x163)](PerformanceHookEvents[_0x21f082(0x1d1)]);try{if(_0x1e61e3[_0x21f082(0x134)](_0x36a65c['constructor']['name'],_0x1e61e3['tCBEC'])){const _0x30a2ad=_0x57f4fc[_0x21f082(0x147)](TEST_EVENTS[_0x21f082(0x156)],_0x36a65c['ctx'][_0x21f082(0x1c6)]);CodeceptRecorder[_0x21f082(0x1e0)](()=>_0x57f4fc[_0x21f082(0x1e3)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x30a2ad));}else{const _0x2acf07=_0x57f4fc[_0x21f082(0x147)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x36a65c,_0x47d616);CodeceptRecorder[_0x21f082(0x1e0)](()=>{const _0x236612=_0x21f082;try{_0x57f4fc[_0x236612(0x1e3)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x2acf07);}catch(_0x4f86fe){logger[_0x236612(0x1dc)](_0x236612(0x1be)+util['format'](_0x4f86fe)),PerformanceTester[_0x236612(0x1e9)](PerformanceEvents[_0x236612(0x129)],![],_0x4f86fe);}}),CodeceptRecorder[_0x21f082(0x1e0)](async()=>{const _0x866a6a=_0x21f082;try{_0x3bf260['tFyoZ'](isBrowserstackInfra)&&(_0x260690?await _0x3bf260['zlSwb'](playwrightMarkSessionStatus,_0x3c7d71,STATE_FAILED,_0x47d616):await _0x3bf260[_0x866a6a(0x193)](markSessionStatus,_0x3c7d71,STATE_FAILED,_0x47d616));}catch(_0x4a42d3){logger[_0x866a6a(0x1dc)](_0x866a6a(0x19a)+util[_0x866a6a(0x136)](_0x4a42d3)),PerformanceTester[_0x866a6a(0x1e9)](PerformanceEvents[_0x866a6a(0x129)],![],_0x4a42d3);}});}PerformanceTester[_0x21f082(0x1e9)](PerformanceEvents[_0x21f082(0x129)]);}catch(_0x534677){PerformanceTester[_0x21f082(0x11b)](_0x534677);const _0x480723={};_0x480723[_0x21f082(0x1f9)]=_0x1e61e3[_0x21f082(0x1c0)],PerformanceTester[_0x21f082(0x1e9)](PerformanceHookEvents['SDK_HOOK'],![],_0x534677,_0x480723),PerformanceTester[_0x21f082(0x1e9)](PerformanceEvents[_0x21f082(0x129)],![],_0x534677);}const _0x2eb490={};_0x2eb490[_0x21f082(0x1f9)]=_0x1e61e3[_0x21f082(0x1c0)],PerformanceTester[_0x21f082(0x1e9)](PerformanceHookEvents[_0x21f082(0x1d1)],!![],null,_0x2eb490);}),CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x170)]['on'](CodeceptJS['event']['test'][_0x1891c8(0x1e2)],_0x21212f=>{const _0x2070a4=_0x1891c8;PerformanceTester['start'](PerformanceHookEvents[_0x2070a4(0x1d1)]);try{const _0x3d23a5=_0x57f4fc[_0x2070a4(0x147)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x21212f);CodeceptRecorder[_0x2070a4(0x1e0)](()=>_0x57f4fc[_0x2070a4(0x1e3)](TEST_EVENTS[_0x2070a4(0x156)],_0x3d23a5)),PerformanceTester['end'](PerformanceEvents[_0x2070a4(0x129)]);}catch(_0x346f14){PerformanceTester[_0x2070a4(0x11b)](_0x346f14),PerformanceTester['end'](PerformanceEvents[_0x2070a4(0x129)],![],_0x346f14);const _0x262c34={};_0x262c34[_0x2070a4(0x1f9)]=_0x1e61e3['CuPFU'],PerformanceTester[_0x2070a4(0x1e9)](PerformanceHookEvents[_0x2070a4(0x1d1)],![],_0x346f14,_0x262c34);}const _0x2df9a7={};_0x2df9a7['hookType']=_0x1e61e3[_0x2070a4(0x1f8)],PerformanceTester[_0x2070a4(0x1e9)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x2df9a7);}),CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x170)]['on'](CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x1bb)][_0x1891c8(0x109)],async(_0x54392d,_0x522f0c)=>{const _0x129495=_0x1891c8,_0x437ac0={};_0x437ac0[_0x129495(0x191)]=_0x1e61e3['kbdmS'];const _0x3491a6=_0x437ac0;try{PerformanceTester[_0x129495(0x163)](PerformanceHookEvents[_0x129495(0x1d1)]);const _0x45919f=_0x1e61e3[_0x129495(0x141)](shouldScanTestForAccessibility,_0x54392d['titlePath'](),!![]);if(_0x1e61e3[_0x129495(0x197)](isAccessibilityAutomationSession)&&global[_0x129495(0x162)]&&_0x45919f){const _0x217436={};_0x217436[_0x129495(0x159)]=_0x54392d['testAnalyticsId'],_0x217436[_0x129495(0x190)]=process[_0x129495(0x167)][testHubConstants[_0x129495(0x18e)][_0x129495(0x186)]],_0x217436['thJwtToken']=process[_0x129495(0x167)][testHubConstants[_0x129495(0x18e)][_0x129495(0x101)]];const _0x10ce9e=_0x217436;logger[_0x129495(0x1dc)](_0x129495(0x15b)+JSON[_0x129495(0x16d)](_0x10ce9e)),CodeceptRecorder[_0x129495(0x1e0)](async()=>{const _0xc3e6fb=_0x129495,_0x116604={};_0x116604['command']=_0x3491a6['uZZRh'],await PerformanceTester[_0xc3e6fb(0x19d)](PerformanceA11yEvents[_0xc3e6fb(0x1a9)],async()=>{const _0x2a8ebd=_0xc3e6fb;await AccessibilityHelper[_0x2a8ebd(0x1bf)](_0x3c7d71,scripts[_0x2a8ebd(0x1a5)]);},_0x116604)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0xc3e6fb(0x1d2)],async()=>{const _0x4db5bf=_0xc3e6fb;await AccessibilityHelper[_0x4db5bf(0x1bf)](_0x3c7d71,scripts[_0x4db5bf(0x157)],_0x10ce9e);})();}),logger[_0x129495(0x1ad)](_0x1e61e3['jDKZV']);}const _0x5c37c5={};_0x5c37c5[_0x129495(0x1f9)]=_0x1e61e3[_0x129495(0x117)],PerformanceTester['end'](PerformanceHookEvents[_0x129495(0x1d1)],!![],null,_0x5c37c5);}catch(_0x124ec6){PerformanceTester[_0x129495(0x11b)](_0x124ec6);const _0x4689d8={};_0x4689d8[_0x129495(0x1f9)]=_0x1e61e3[_0x129495(0x117)],PerformanceTester[_0x129495(0x1e9)](PerformanceHookEvents[_0x129495(0x1d1)],![],_0x124ec6,_0x4689d8);}}),CodeceptJS['event'][_0x1891c8(0x170)]['on'](CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x149)][_0x1891c8(0x130)],_0x49c093=>{const _0x41ea9b=_0x1891c8;PerformanceTester[_0x41ea9b(0x163)](PerformanceHookEvents['SDK_HOOK']);try{process[_0x41ea9b(0x1ab)](_0x41ea9b(0x150)+process[_0x41ea9b(0x158)],{'timestamp':new Date()[_0x41ea9b(0x105)](),'level':_0x1e61e3[_0x41ea9b(0x131)],'message':_0x49c093,'kind':_0x1e61e3['bPvgp'],'http_response':{}});}catch(_0xdfbd73){PerformanceTester[_0x41ea9b(0x11b)](_0xdfbd73);const _0x7cca45={};_0x7cca45[_0x41ea9b(0x1f9)]=_0x1e61e3['tRtGG'],PerformanceTester[_0x41ea9b(0x1e9)](PerformanceHookEvents['SDK_HOOK'],![],_0xdfbd73,_0x7cca45);}const _0x222f52={};_0x222f52[_0x41ea9b(0x1f9)]=_0x1e61e3['tRtGG'],PerformanceTester[_0x41ea9b(0x1e9)](PerformanceHookEvents[_0x41ea9b(0x1d1)],!![],null,_0x222f52);}),CodeceptJS['event'][_0x1891c8(0x170)]['on'](CodeceptJS['event'][_0x1891c8(0x115)][_0x1891c8(0x12d)],_0x33ad47=>{const _0x119fc4=_0x1891c8,_0x5f0254={};_0x5f0254[_0x119fc4(0x1f9)]=_0x1e61e3['WntGJ'],PerformanceTester['measureWrapper'](PerformanceHookEvents[_0x119fc4(0x1d1)],()=>{_0x57f4fc['bddStepStart'](_0x33ad47);},_0x5f0254)();}),CodeceptJS[_0x1891c8(0x15a)]['dispatcher']['on'](CodeceptJS[_0x1891c8(0x15a)][_0x1891c8(0x115)][_0x1891c8(0x109)],_0x53e23c=>{const _0xb57930=_0x1891c8,_0x2fc56d={};_0x2fc56d[_0xb57930(0x1f9)]=_0x1e61e3['VoLsk'],PerformanceTester[_0xb57930(0x19d)](PerformanceHookEvents[_0xb57930(0x1d1)],()=>{_0x57f4fc['bddStepFinish'](_0x53e23c);},_0x2fc56d)();});};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a2_0x2b3202=a2_0x4d0b;function a2_0xa8cf(){const _0x48c16e=['forEach','load','isEmpty','WPrEC','hEGkL','err','passed','Passed\x20:\x20','iKOmd','RtArg','31AcsdKB','platforms','227808bPKCAY','map','profile','../../helpers/performance/constants','Started\x20:\x20','replace','chromium','--config','1124KRNuiv','join','MGFAm','validPlatformsPresent','parallelsPerPlatform','launchBuild','format','codecept.json','tglGH','require','browserWSEndpoint','mergeDeep','testConfig','Kekmm','donrC','testObservability','assign','before','addConfig','process','Workers','start','test','exports','slice','Failed\x20:\x20','accessibility','9026GGQuGX','path','host','prepareCapabilities','config','CODECEPT_CUCUMBER','end','failed','errorMessage','stringify','winstonLogger','697275OZvOEH','frameworkName','JVhHi','BrowserStackPlugin','browser','qTABU','useW3C','stop','run','event','chdir','dirname','PLJPQ','createGroupsOfSuites','userName','codeceptjs/lib/index.js','../../helpers/testhub/testhubHandler','aIibb','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','fSfTz','cwd','89815jGQweF','key','info','../../helpers/helper','rpzQC','teardownAll','bootstrapAll','helpers','enabled','Playwright','4|0|2|3|5|1','../../helpers/test-observability/constants','testContextOptions','xUcYF','webkit','root','browserStackCwd','browserName','findIndex','../../helpers/accessibility-automation/helper','accessKey','split','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','XbUHd','BROWSERSTACK_RERUN_TESTS','playwright-webkit','skipSessionStatus','../../helpers/performance/performance-tester','1278gqDLBo','user','initialize','../../helpers/logger','eEoND','accessibilityOptions','589974hhYxvn','../utils/constants','playwright-firefox','SDK_CLEANUP','EDEXP','63aIPGTW','env','trim','BrowserStackPlugin.js','EVENTS','firefox','HWUyB','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','../utils/clientTroubleshootingService','TUvMx','isTrue','FRAMEWORKS','setAdditionalCapabilities','SDK_SETUP','7uJtvCD','BwAXi','existsSync','handleApp','toLowerCase','../../helpers/test-observability/utils','dXKag','sKiOY','WebDriver','spawn','getPlatformName','677550aBdnuz','CODECEPT','../../helpers/utilities','../../bin/playwright/accessibility-helper','DKhBY','push','all','codecept.conf.js','dklKM','desiredCapabilities','BROWSERSTACK_RERUN','plugins','title','debug','length','printBuildLink','isUndefined','../../helpers/BrowserStackSetup','skipSessionName','log'];a2_0xa8cf=function(){return _0x48c16e;};return a2_0xa8cf();}(function(_0x35eedc,_0x4d7c8c){const _0x5d5b06=a2_0x4d0b,_0x227813=_0x35eedc();while(!![]){try{const _0x297efc=-parseInt(_0x5d5b06(0x128))/0x1*(-parseInt(_0x5d5b06(0x14d))/0x2)+parseInt(_0x5d5b06(0x189))/0x3*(-parseInt(_0x5d5b06(0x132))/0x4)+-parseInt(_0x5d5b06(0x158))/0x5+parseInt(_0x5d5b06(0xec))/0x6*(parseInt(_0x5d5b06(0xff))/0x7)+parseInt(_0x5d5b06(0x12a))/0x8*(parseInt(_0x5d5b06(0xf1))/0x9)+-parseInt(_0x5d5b06(0x10a))/0xa+-parseInt(_0x5d5b06(0x16d))/0xb;if(_0x297efc===_0x4d7c8c)break;else _0x227813['push'](_0x227813['shift']());}catch(_0x237011){_0x227813['push'](_0x227813['shift']());}}}(a2_0xa8cf,0x19053));function a2_0x4d0b(_0x5c356e,_0x90d2d2){const _0xa8cf=a2_0xa8cf();return a2_0x4d0b=function(_0x4d0b48,_0x76ece9){_0x4d0b48=_0x4d0b48-0xe8;let _0x3531d5=_0xa8cf[_0x4d0b48];return _0x3531d5;},a2_0x4d0b(_0x5c356e,_0x90d2d2);}const fs=require('fs'),path=require(a2_0x2b3202(0x14e)),util=require('util'),process=require(a2_0x2b3202(0x145)),logger=require(a2_0x2b3202(0xe9))[a2_0x2b3202(0x157)],{default:BrowserStackSetup}=require(a2_0x2b3202(0x11b)),helper=require(a2_0x2b3202(0x170)),utilities=require(a2_0x2b3202(0x10c)),{checkAccessibilityPlatformConfig}=require(a2_0x2b3202(0x180)),{setAccessibilityCapabilities}=require(a2_0x2b3202(0x10d)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x2b3202(0x170)),CodeceptJS=requireModule(a2_0x2b3202(0x167),'codeceptjs'),testOpsHelper=require(a2_0x2b3202(0x104)),TestHubHandler=require(a2_0x2b3202(0x168)),constants=require(a2_0x2b3202(0xed)),PerformanceTester=require(a2_0x2b3202(0x188)),{FRAMEWORKS}=require(a2_0x2b3202(0x178)),PerformanceEvents=require(a2_0x2b3202(0x12d))[a2_0x2b3202(0xf5)],ClientTroubleShootingService=require(a2_0x2b3202(0xf9)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x180b30,_0x557d14)=>{const _0x3f12c0=a2_0x2b3202,_0x174c49={};_0x174c49[_0x3f12c0(0x16b)]=function(_0x46757e,_0x50e015){return _0x46757e===_0x50e015;},_0x174c49[_0x3f12c0(0x164)]=_0x3f12c0(0x111),_0x174c49[_0x3f12c0(0x15a)]=_0x3f12c0(0x139);const _0x239de6=_0x174c49;let _0x2074a6=null;const _0x853998={};let _0x166b4b=_0x557d14[_0x3f12c0(0x17f)](_0x2344c9=>_0x2344c9===_0x3f12c0(0x131));_0x239de6[_0x3f12c0(0x16b)](_0x166b4b,-0x1)&&(_0x166b4b=_0x557d14[_0x3f12c0(0x17f)](_0x507353=>_0x507353==='-c'));if(!helper[_0x3f12c0(0x11a)](_0x180b30[_0x3f12c0(0x151)])&&fs[_0x3f12c0(0x101)](path['join'](process[_0x3f12c0(0x16c)](),_0x180b30['config'])))_0x2074a6=path[_0x3f12c0(0x133)](process[_0x3f12c0(0x16c)](),_0x180b30[_0x3f12c0(0x151)]),_0x557d14[_0x3f12c0(0x14a)](_0x166b4b,0x2);else{if(!helper[_0x3f12c0(0x11a)](_0x180b30['c'])&&fs[_0x3f12c0(0x101)](path['join'](process[_0x3f12c0(0x16c)](),_0x180b30['c'])))_0x2074a6=path[_0x3f12c0(0x133)](process['cwd'](),_0x180b30['c']),_0x557d14[_0x3f12c0(0x14a)](_0x166b4b,0x2);else{if(fs['existsSync'](path[_0x3f12c0(0x133)](process[_0x3f12c0(0x16c)](),_0x239de6['PLJPQ'])))_0x2074a6=path[_0x3f12c0(0x133)](process[_0x3f12c0(0x16c)](),_0x239de6[_0x3f12c0(0x164)]);else fs[_0x3f12c0(0x101)](path[_0x3f12c0(0x133)](process['cwd'](),_0x239de6[_0x3f12c0(0x15a)]))&&(_0x2074a6=path[_0x3f12c0(0x133)](process[_0x3f12c0(0x16c)](),_0x239de6[_0x3f12c0(0x15a)]));}}return process['env']['USER_CONFIG_DETAILS_PATH']=_0x2074a6,_0x2074a6;},getO11yRerunPattern=()=>{const _0x683a23=a2_0x2b3202,_0x49c55b=helper[_0x683a23(0xfb)](process[_0x683a23(0xf2)][_0x683a23(0x114)]);if(_0x49c55b){const _0x33cd30=process[_0x683a23(0xf2)][_0x683a23(0x185)],_0xd39a81=[];if(helper['validateRerunTestList'](_0x33cd30)&&!helper[_0x683a23(0x11a)](_0x33cd30)){_0x33cd30[_0x683a23(0x182)](',')['map'](_0x44de45=>{const _0x1150f9=_0x683a23;_0xd39a81['push']('('+_0x44de45[_0x1150f9(0xf3)]()+')');});const _0x2d6fdc='^'+_0xd39a81['join']('|')+'$';return _0x2d6fdc;}}return null;},a2_0x5a8dc8={};a2_0x5a8dc8['chrome']=a2_0x2b3202(0x130),a2_0x5a8dc8['playwright-chromium']=a2_0x2b3202(0x130),a2_0x5a8dc8[a2_0x2b3202(0xee)]=a2_0x2b3202(0xf6),a2_0x5a8dc8[a2_0x2b3202(0x186)]=a2_0x2b3202(0x17b);const pwToCodeceptBrowser=a2_0x5a8dc8;async function run(_0x2e368c,_0x5960cc,_0x5cc049){const _0x43aa40=a2_0x2b3202,_0x49e70a={'HWUyB':function(_0x18d722,_0x135c67){return _0x18d722+_0x135c67;},'CznNf':function(_0x2e2dc,_0x46bf61){return _0x2e2dc(_0x46bf61);},'RtArg':function(_0x30957e,_0x3177b4,_0x592b64){return _0x30957e(_0x3177b4,_0x592b64);},'sKiOY':_0x43aa40(0x174),'tglGH':function(_0x23eb0f){return _0x23eb0f();},'dklKM':'/wd/hub','xUcYF':function(_0x43d2e2){return _0x43d2e2();},'Kekmm':_0x43aa40(0x14b),'JYhGB':_0x43aa40(0x125),'gvgdG':_0x43aa40(0x12e),'hKIFm':_0x43aa40(0x177),'dXKag':_0x43aa40(0x16a),'WPrEC':_0x43aa40(0x176),'MGFAm':_0x43aa40(0x107),'rpzQC':function(_0x38e0df,_0x15ce91){return _0x38e0df(_0x15ce91);},'BwAXi':function(_0x39c644,_0x4f2d69){return _0x39c644!=_0x4f2d69;},'hEGkL':function(_0x3c8727,_0x49d8c9){return _0x3c8727===_0x49d8c9;},'iKOmd':function(_0x57eeb7,_0xfb5fb8,_0x5b2607){return _0x57eeb7(_0xfb5fb8,_0x5b2607);},'FMVbN':'gherkin','XbUHd':function(_0x2f1bdf,_0x57db8f){return _0x2f1bdf*_0x57db8f;},'EDEXP':_0x43aa40(0x15c),'aVoZh':function(_0x3fb507,_0x1106e1,_0x4c4b58){return _0x3fb507(_0x1106e1,_0x4c4b58);},'donrC':_0x43aa40(0x113),'TUvMx':function(_0x54d0a8,_0x31f653,_0x3d1c9a){return _0x54d0a8(_0x31f653,_0x3d1c9a);},'eEoND':_0x43aa40(0x17c),'YBScc':_0x43aa40(0xf4),'BQqMk':_0x43aa40(0x17d),'qTABU':function(_0x4022ce){return _0x4022ce();}};await _0x5cc049[_0x43aa40(0xe8)](_0x2e368c),await helper[_0x43aa40(0x102)](_0x5cc049[_0x43aa40(0x151)]);if(!_0x5cc049[_0x43aa40(0x151)])return;process[_0x43aa40(0x12c)]=_0x2e368c[_0x43aa40(0x12c)];_0x2e368c['profile']&&(process['env'][_0x43aa40(0x12c)]=_0x2e368c[_0x43aa40(0x12c)]);const _0x1eefc3=_0x49e70a[_0x43aa40(0x127)](getUserCodeceptJSConfigs,_0x2e368c,_0x5960cc);let _0x84bd96={};_0x1eefc3?(logger[_0x43aa40(0x16f)](_0x43aa40(0x183)+_0x1eefc3),_0x84bd96=CodeceptJS[_0x43aa40(0x151)][_0x43aa40(0x11f)](_0x1eefc3)):logger['info'](_0x49e70a[_0x43aa40(0x105)]);let _0x21f089=![];_0x49e70a[_0x43aa40(0x127)](nestedKeyValue,_0x84bd96,[_0x49e70a[_0x43aa40(0x106)],_0x49e70a[_0x43aa40(0x121)]])&&(_0x21f089=!![]);const _0x5e174c=_0x21f089?_0x49e70a[_0x43aa40(0x121)]:_0x49e70a[_0x43aa40(0x134)];let _0x3bdc75=!_0x21f089?helper[_0x43aa40(0x15e)](_0x5cc049[_0x43aa40(0x151)]):![];!helper[_0x43aa40(0x11a)](_0x5cc049[_0x43aa40(0x151)][_0x43aa40(0xeb)])&&(process['env'][_0x43aa40(0xf8)]=JSON[_0x43aa40(0x156)](_0x5cc049[_0x43aa40(0x151)]['accessibilityOptions']));let _0x2813ef=_0x5cc049[_0x43aa40(0x151)][_0x43aa40(0x14c)];_0x2813ef=_0x2813ef||_0x49e70a[_0x43aa40(0x171)](checkAccessibilityPlatformConfig,_0x5cc049['config']),process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x2813ef;_0x2813ef&&(_0x3bdc75=!_0x2813ef);_0x49e70a[_0x43aa40(0x100)](_0x5cc049[_0x43aa40(0x151)]['testObservability'],null)?process[_0x43aa40(0xf2)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x5cc049[_0x43aa40(0x151)][_0x43aa40(0x141)]:process['env']['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x49e70a[_0x43aa40(0x122)](_0x5e174c,_0x49e70a[_0x43aa40(0x121)]);const _0x5635d4=_0x49e70a[_0x43aa40(0x126)](nestedKeyValue,_0x84bd96,[_0x49e70a['FMVbN']]),_0x3284b0=_0x5635d4&&!helper[_0x43aa40(0x120)](_0x5635d4)?FRAMEWORKS[_0x43aa40(0x152)]:FRAMEWORKS[_0x43aa40(0x10b)],_0x11aa3f=await TestHubHandler[_0x43aa40(0x137)](_0x3284b0,_0x5cc049);_0x2813ef&&_0x49e70a[_0x43aa40(0x171)](setAccessibilityCapabilities,_0x5cc049[_0x43aa40(0x151)]);const _0x4e4d30={},_0x40a01d=[],_0xf11b45=_0x5cc049['config'][_0x43aa40(0x136)]||helper['getUserWorkerCount'](_0x2e368c,_0x5960cc,_0x5cc049[_0x43aa40(0x151)],constants[_0x43aa40(0xfc)]['CODECEPT'])||0x1;let _0x316ee2=0x1;if(_0x49e70a[_0x43aa40(0x13a)](isBrowserstackInfra)){const _0x59a539=helper[_0x43aa40(0x150)](_0x5cc049[_0x43aa40(0x151)],_0x3bdc75,constants[_0x43aa40(0xfc)][_0x43aa40(0x10b)]);_0x59a539['forEach'](_0xf7332=>{const _0xb900ef=_0x43aa40;helper[_0xb900ef(0xfd)](_0xf7332);}),helper[_0x43aa40(0x135)](_0x5cc049['config'])?_0x316ee2=_0x49e70a[_0x43aa40(0x184)](_0xf11b45,_0x5cc049[_0x43aa40(0x151)][_0x43aa40(0x129)][_0x43aa40(0x118)]):_0x316ee2=_0xf11b45,_0x59a539[_0x43aa40(0x11e)](_0x5ce783=>{const _0x2d94f5=_0x43aa40,_0x29aad1={'DKhBY':function(_0x3f08ea,_0x134845){return _0x49e70a['HWUyB'](_0x3f08ea,_0x134845);},'aIibb':function(_0x172075,_0x3de1d9){return _0x49e70a['CznNf'](_0x172075,_0x3de1d9);}},_0x1e7163=_0x49e70a[_0x2d94f5(0xf7)](helper[_0x2d94f5(0x109)](_0x5ce783,'_'),'_'+Date['now']()),_0x164ceb=((()=>{const _0x35e216=_0x2d94f5;if(_0x21f089){const _0x2d5374=pwToCodeceptBrowser[_0x5ce783[_0x35e216(0x17e)]]||_0x5ce783[_0x35e216(0x17e)];return{'browser':_0x2d5374,[_0x2d5374]:{'browserWSEndpoint':_0x29aad1[_0x35e216(0x10e)](helper['getPlaywrightUrl'](_0x5cc049[_0x35e216(0x151)]),_0x29aad1[_0x35e216(0x169)](encodeURIComponent,JSON['stringify'](_0x5ce783)))}};}const _0xac7c37={};return _0xac7c37[_0x35e216(0x113)]=_0x5ce783,_0xac7c37[_0x35e216(0x18a)]=_0x5cc049[_0x35e216(0x151)][_0x35e216(0x166)],_0xac7c37[_0x35e216(0x16e)]=_0x5cc049[_0x35e216(0x151)][_0x35e216(0x181)],_0xac7c37;})()),_0x43ad87=_0x49e70a[_0x2d94f5(0x127)](nestedKeyValue,_0x84bd96,[_0x49e70a[_0x2d94f5(0x106)],_0x5e174c]);_0x4e4d30[_0x1e7163]=_0x43ad87?helper[_0x2d94f5(0x13d)](_0x164ceb,_0x43ad87):_0x164ceb;if(_0x21f089)_0x4e4d30[_0x1e7163][_0x2d94f5(0x15c)]=pwToCodeceptBrowser[_0x5ce783[_0x2d94f5(0x17e)]]||_0x5ce783['browserName'];else{_0x4e4d30[_0x1e7163][_0x2d94f5(0x15c)]=_0x5ce783[_0x2d94f5(0x17e)]||_0x164ceb[_0x2d94f5(0x15c)];if(_0x49e70a[_0x2d94f5(0x13a)](isBrowserstackInfra)){_0x4e4d30[_0x1e7163][_0x2d94f5(0x14f)]=constants['hubUrl'][_0x2d94f5(0x12f)](_0x49e70a['dklKM'],'')[_0x2d94f5(0x12f)](/https?:\/\//,'');;_0x4e4d30[_0x1e7163][_0x2d94f5(0x14e)]=_0x49e70a[_0x2d94f5(0x112)];}}_0x40a01d[_0x2d94f5(0x10f)](_0x1e7163);});}else{_0x316ee2=0x1;if(_0x21f089){const _0x1cd475=_0x49e70a[_0x43aa40(0x127)](nestedKeyValue,_0x84bd96,[_0x49e70a[_0x43aa40(0x106)],_0x5e174c,_0x49e70a[_0x43aa40(0xf0)]]),_0x2f4fbe=_0x49e70a['aVoZh'](nestedKeyValue,_0x84bd96,[_0x49e70a['sKiOY'],_0x5e174c,_0x1cd475]);if(_0x2f4fbe&&_0x2f4fbe[_0x43aa40(0x13c)]){const _0x3ea15f={};_0x3ea15f[_0x43aa40(0x129)]=[],_0x2f4fbe[_0x43aa40(0x13c)]=helper[_0x43aa40(0x150)](Object['assign']({},_0x5cc049['config'],_0x3ea15f),null,_0x3284b0[_0x43aa40(0x103)](),null,null,_0x2f4fbe[_0x43aa40(0x13c)]);}}else{const _0x5149dd={};_0x5149dd['platforms']=[],_0x84bd96[_0x49e70a['sKiOY']][_0x5e174c][_0x49e70a[_0x43aa40(0x140)]]=helper['prepareCapabilities'](Object['assign']({},_0x5cc049['config'],_0x5149dd),null,_0x3284b0[_0x43aa40(0x103)](),_0x49e70a[_0x43aa40(0xfa)](nestedKeyValue,_0x84bd96,[_0x49e70a[_0x43aa40(0x106)],_0x5e174c,_0x49e70a[_0x43aa40(0x140)]])||{},null,null);}_0x4e4d30[_0x49e70a[_0x43aa40(0xea)]]=_0x84bd96,_0x40a01d[_0x43aa40(0x10f)](_0x49e70a[_0x43aa40(0xea)]);}const _0x240fb4={};_0x240fb4[_0x43aa40(0x13e)]=_0x1eefc3;const _0x33bfdb=_0x240fb4,_0x571f6a=path[_0x43aa40(0x133)](__dirname,_0x49e70a['YBScc']),_0x20a273=process['cwd']();process[_0x43aa40(0xf2)][_0x49e70a['BQqMk']]=_0x20a273,process[_0x43aa40(0x162)](path[_0x43aa40(0x163)](_0x1eefc3));const _0x590603=new CodeceptJS[(_0x43aa40(0x146))](null,_0x33bfdb),_0x2f82e9=_0x590603[_0x43aa40(0x165)](_0x316ee2),_0x28abab=testOpsHelper['isTestObservabilitySession'](),_0x4273a9=_0x40a01d[_0x43aa40(0x12b)](_0x7c4981=>{const _0x4b0265=_0x43aa40,_0x5af683={};_0x5af683[_0x4b0265(0x176)]=_0x4e4d30[_0x7c4981];const _0x28bf81={};_0x28bf81[_0x4b0265(0x107)]=_0x4e4d30[_0x7c4981];const _0x35325f=_0x21f089?_0x5af683:_0x28bf81,_0x276bd3=_0x49e70a[_0x4b0265(0x13a)](getO11yRerunPattern),_0x4d7855={};_0x4d7855['helpers']=_0x35325f;const _0x481f12={};_0x481f12[_0x4b0265(0x13b)]=_0x571f6a,_0x481f12[_0x4b0265(0x175)]=!![],_0x481f12[_0x4b0265(0x11c)]=_0x5cc049[_0x4b0265(0x151)][_0x4b0265(0x179)][_0x4b0265(0x11c)],_0x481f12['skipSessionStatus']=_0x5cc049['config'][_0x4b0265(0x179)][_0x4b0265(0x187)],_0x481f12[_0x4b0265(0x141)]=_0x28abab,_0x481f12[_0x4b0265(0x159)]=_0x3284b0;const _0x49173a={};_0x49173a[_0x4b0265(0x15b)]=_0x481f12;const _0x31fb82={};return _0x31fb82[_0x4b0265(0x115)]=_0x49173a,helper['mergeDeep']({},_0x84bd96,_0x49e70a[_0x4b0265(0x17a)](isBrowserstackInfra)?_0x4d7855:{},_0x276bd3?{'grep':_0x276bd3}:{},_0x31fb82);});for(const _0x285315 of _0x4273a9){for(const _0x4d41b2 of _0x2f82e9){const _0x44266c=_0x590603[_0x43aa40(0x108)]();_0x44266c['addTests'](_0x4d41b2),_0x44266c[_0x43aa40(0x144)](_0x285315);const _0x443883={};_0x443883[_0x43aa40(0x151)]=_0x1eefc3,_0x44266c['addOptions'](Object[_0x43aa40(0x142)](_0x443883,_0x2e368c));}}_0x590603['on'](CodeceptJS[_0x43aa40(0x161)][_0x43aa40(0x148)][_0x43aa40(0x154)],(_0x88dcbb,_0x528ae6)=>{const _0x2058e6=_0x43aa40;console[_0x2058e6(0x11d)](_0x49e70a[_0x2058e6(0x13f)],_0x88dcbb['title']);const _0x17445b={[_0x88dcbb[_0x2058e6(0x116)]]:_0x88dcbb[_0x2058e6(0x123)]['stack']};_testErrorData[_0x2058e6(0x10f)](_0x17445b);}),_0x590603['on'](CodeceptJS['event'][_0x43aa40(0x148)][_0x43aa40(0x124)],async _0x5e139d=>{const _0x473bb4=_0x43aa40;console[_0x473bb4(0x11d)](_0x49e70a['JYhGB'],_0x5e139d['title']);}),_0x590603['on'](CodeceptJS[_0x43aa40(0x161)]['test'][_0x43aa40(0x143)],async _0x800703=>{const _0xb538ed=_0x43aa40;console[_0xb538ed(0x11d)](_0x49e70a['gvgdG'],_0x800703[_0xb538ed(0x116)]);}),_0x590603['on'](CodeceptJS[_0x43aa40(0x161)][_0x43aa40(0x110)]['result'],async()=>{const _0x28e987=_0x43aa40,_0x41a093=_0x49e70a['hKIFm'][_0x28e987(0x182)]('|');let _0x5bf831=0x0;while(!![]){switch(_0x41a093[_0x5bf831++]){case'0':_0x5cc049[_0x28e987(0x155)]=_testErrorData;continue;case'1':_0x590603['printResults']();continue;case'2':testOpsHelper[_0x28e987(0x119)]();continue;case'3':utilities['finalExecution'](_0x5cc049);continue;case'4':PerformanceTester[_0x28e987(0x147)](PerformanceEvents[_0x28e987(0xef)]);continue;case'5':try{await TestHubHandler[_0x28e987(0x15f)]();}catch(_0x4013e6){logger[_0x28e987(0x117)]('Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20'+util[_0x28e987(0x138)](_0x4013e6));}continue;}break;}});async function _0x4a1aa6(){const _0x585c91=_0x43aa40;try{await _0x590603[_0x585c91(0x173)](),await _0x590603[_0x585c91(0x160)]();}finally{process['chdir'](_0x20a273),await _0x590603[_0x585c91(0x172)]();}}PerformanceTester[_0x43aa40(0x153)](PerformanceEvents[_0x43aa40(0xfe)]),_0x49e70a[_0x43aa40(0x15d)](_0x4a1aa6);}module[a2_0x2b3202(0x149)]=run;
|
|
2
|
+
'use strict';const a2_0x49842d=a2_0x5311;(function(_0x35c625,_0xc6153d){const _0xf56d16=a2_0x5311,_0x4dc334=_0x35c625();while(!![]){try{const _0x357eb6=-parseInt(_0xf56d16(0x1cf))/0x1*(parseInt(_0xf56d16(0x226))/0x2)+-parseInt(_0xf56d16(0x229))/0x3*(-parseInt(_0xf56d16(0x1fd))/0x4)+parseInt(_0xf56d16(0x1df))/0x5*(parseInt(_0xf56d16(0x239))/0x6)+-parseInt(_0xf56d16(0x1f0))/0x7+-parseInt(_0xf56d16(0x1f9))/0x8+-parseInt(_0xf56d16(0x24b))/0x9+parseInt(_0xf56d16(0x1d4))/0xa;if(_0x357eb6===_0xc6153d)break;else _0x4dc334['push'](_0x4dc334['shift']());}catch(_0x43fc2e){_0x4dc334['push'](_0x4dc334['shift']());}}}(a2_0x4e7b,0x2009d));const fs=require('fs'),path=require(a2_0x49842d(0x215)),util=require(a2_0x49842d(0x20e)),process=require(a2_0x49842d(0x243)),logger=require(a2_0x49842d(0x1e9))[a2_0x49842d(0x1c5)],{default:BrowserStackSetup}=require(a2_0x49842d(0x25b)),helper=require(a2_0x49842d(0x228)),utilities=require(a2_0x49842d(0x1fe)),{checkAccessibilityPlatformConfig}=require('../../helpers/accessibility-automation/helper'),{setAccessibilityCapabilities}=require('../../bin/playwright/accessibility-helper'),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x49842d(0x228)),CodeceptJS=requireModule(a2_0x49842d(0x23c),a2_0x49842d(0x22f)),testOpsHelper=require(a2_0x49842d(0x207)),TestHubHandler=require(a2_0x49842d(0x1bc)),constants=require(a2_0x49842d(0x1f5)),PerformanceTester=require(a2_0x49842d(0x1ed)),{FRAMEWORKS}=require(a2_0x49842d(0x212)),PerformanceEvents=require(a2_0x49842d(0x22c))['EVENTS'],ClientTroubleShootingService=require('../utils/clientTroubleshootingService'),_testErrorData=[],getUserCodeceptJSConfigs=(_0x156864,_0x5e7662)=>{const _0x3f1676=a2_0x49842d,_0x19df3c={};_0x19df3c[_0x3f1676(0x206)]=function(_0x1aa6cc,_0x2d2269){return _0x1aa6cc===_0x2d2269;},_0x19df3c[_0x3f1676(0x1e1)]=_0x3f1676(0x251),_0x19df3c['RLsjs']=_0x3f1676(0x230);const _0xcb4820=_0x19df3c;let _0x2c7a4a=null;const _0x4e689d={};let _0x2741fd=_0x5e7662[_0x3f1676(0x1f7)](_0x2e0187=>_0x2e0187===_0x3f1676(0x1de));_0xcb4820[_0x3f1676(0x206)](_0x2741fd,-0x1)&&(_0x2741fd=_0x5e7662[_0x3f1676(0x1f7)](_0x25d363=>_0x25d363==='-c'));if(!helper[_0x3f1676(0x214)](_0x156864[_0x3f1676(0x1f8)])&&fs['existsSync'](path['join'](process[_0x3f1676(0x1be)](),_0x156864[_0x3f1676(0x1f8)])))_0x2c7a4a=path['join'](process['cwd'](),_0x156864[_0x3f1676(0x1f8)]),_0x5e7662[_0x3f1676(0x20b)](_0x2741fd,0x2);else{if(!helper[_0x3f1676(0x214)](_0x156864['c'])&&fs['existsSync'](path[_0x3f1676(0x220)](process[_0x3f1676(0x1be)](),_0x156864['c'])))_0x2c7a4a=path[_0x3f1676(0x220)](process[_0x3f1676(0x1be)](),_0x156864['c']),_0x5e7662[_0x3f1676(0x20b)](_0x2741fd,0x2);else{if(fs[_0x3f1676(0x1d9)](path[_0x3f1676(0x220)](process['cwd'](),_0xcb4820[_0x3f1676(0x1e1)])))_0x2c7a4a=path[_0x3f1676(0x220)](process[_0x3f1676(0x1be)](),_0xcb4820[_0x3f1676(0x1e1)]);else fs[_0x3f1676(0x1d9)](path[_0x3f1676(0x220)](process[_0x3f1676(0x1be)](),_0xcb4820['RLsjs']))&&(_0x2c7a4a=path[_0x3f1676(0x220)](process['cwd'](),_0xcb4820[_0x3f1676(0x1ce)]));}}return process[_0x3f1676(0x223)][_0x3f1676(0x218)]=_0x2c7a4a,_0x2c7a4a;},getO11yRerunPattern=()=>{const _0x33f41d=a2_0x49842d,_0x1e581f=helper[_0x33f41d(0x257)](process[_0x33f41d(0x223)]['BROWSERSTACK_RERUN']);if(_0x1e581f){const _0x438b50=process[_0x33f41d(0x223)]['BROWSERSTACK_RERUN_TESTS'],_0x43f1f3=[];if(helper[_0x33f41d(0x250)](_0x438b50)&&!helper['isUndefined'](_0x438b50)){_0x438b50['split'](',')[_0x33f41d(0x1db)](_0x1f3783=>{const _0x2bb568=_0x33f41d;_0x43f1f3[_0x2bb568(0x25a)]('('+_0x1f3783[_0x2bb568(0x211)]()+')');});const _0x4e9ecf='^'+_0x43f1f3[_0x33f41d(0x220)]('|')+'$';return _0x4e9ecf;}}return null;},a2_0x5ef1a7={};function a2_0x5311(_0x38f9a0,_0x26d3b9){const _0x4e7b2a=a2_0x4e7b();return a2_0x5311=function(_0x5311d0,_0x12951c){_0x5311d0=_0x5311d0-0x1b9;let _0x235c79=_0x4e7b2a[_0x5311d0];return _0x235c79;},a2_0x5311(_0x38f9a0,_0x26d3b9);}a2_0x5ef1a7[a2_0x49842d(0x205)]=a2_0x49842d(0x22a),a2_0x5ef1a7[a2_0x49842d(0x1fc)]=a2_0x49842d(0x22a),a2_0x5ef1a7[a2_0x49842d(0x1ff)]='firefox',a2_0x5ef1a7['playwright-webkit']=a2_0x49842d(0x23a);const pwToCodeceptBrowser=a2_0x5ef1a7;async function run(_0x136e14,_0x2e5f84,_0x1cf230){const _0x527dc5=a2_0x49842d,_0x275abd={'vJdog':function(_0x4ebfd1,_0x483233){return _0x4ebfd1+_0x483233;},'hxZLU':function(_0x2956cc,_0x5b051e){return _0x2956cc(_0x5b051e);},'UuZPv':function(_0x1d5f87,_0x5e79f6){return _0x1d5f87+_0x5e79f6;},'RGlzo':function(_0x3acf05,_0x50fab6,_0x377a42){return _0x3acf05(_0x50fab6,_0x377a42);},'okOMs':_0x527dc5(0x221),'XFYZh':function(_0x5cf97f){return _0x5cf97f();},'QAKXD':_0x527dc5(0x1c4),'MjXWp':function(_0x3a4508){return _0x3a4508();},'grNTv':function(_0x398d6c){return _0x398d6c();},'JesUz':_0x527dc5(0x204),'QAYJo':'Passed\x20:\x20','SJPNj':_0x527dc5(0x1f3),'qcPdh':_0x527dc5(0x225),'SVVKa':function(_0x17c448,_0x336ab8,_0x21d5b7){return _0x17c448(_0x336ab8,_0x21d5b7);},'PrkdG':_0x527dc5(0x21b),'hfrEC':function(_0x3fac09,_0x35c02d,_0x134a6d){return _0x3fac09(_0x35c02d,_0x134a6d);},'cCxtL':_0x527dc5(0x208),'uxwvP':_0x527dc5(0x20c),'TvrVp':function(_0x1ad45b,_0x424151){return _0x1ad45b(_0x424151);},'eWzZg':function(_0x16a0eb,_0x3e0b1b){return _0x16a0eb!=_0x3e0b1b;},'zDMlL':function(_0x1700ad,_0x571df3){return _0x1700ad===_0x571df3;},'qDQuc':function(_0x3d64de,_0x479576,_0x1178f7){return _0x3d64de(_0x479576,_0x1178f7);},'oTpsh':'gherkin','QNPKM':function(_0x14c802,_0x336734){return _0x14c802(_0x336734);},'RkNRi':function(_0x3b53ab,_0x54cf2f){return _0x3b53ab*_0x54cf2f;},'ypFkq':'browser','wCUwP':_0x527dc5(0x1eb),'AEsoQ':function(_0x146ca8,_0x4ba1ba,_0x28a0e2){return _0x146ca8(_0x4ba1ba,_0x28a0e2);},'OLKJQ':_0x527dc5(0x241),'lXngg':_0x527dc5(0x234),'GqKwx':'browserStackCwd'};await _0x1cf230['initialize'](_0x136e14),await helper[_0x527dc5(0x1f2)](_0x1cf230[_0x527dc5(0x1f8)]);if(!_0x1cf230['config'])return;process[_0x527dc5(0x233)]=_0x136e14['profile'];_0x136e14[_0x527dc5(0x233)]&&(process[_0x527dc5(0x223)]['profile']=_0x136e14[_0x527dc5(0x233)]);const _0x87b17a=_0x275abd['SVVKa'](getUserCodeceptJSConfigs,_0x136e14,_0x2e5f84);let _0xfe912c={};_0x87b17a?(logger[_0x527dc5(0x249)]('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0x87b17a),_0xfe912c=CodeceptJS[_0x527dc5(0x1f8)]['load'](_0x87b17a)):logger[_0x527dc5(0x249)](_0x275abd[_0x527dc5(0x23f)]);let _0x1e6394=![];_0x275abd[_0x527dc5(0x1bf)](nestedKeyValue,_0xfe912c,[_0x275abd[_0x527dc5(0x1d8)],_0x275abd[_0x527dc5(0x240)]])&&(_0x1e6394=!![]);const _0x5eccf7=_0x1e6394?_0x275abd['cCxtL']:_0x275abd[_0x527dc5(0x23b)];let _0x3f2292=!_0x1e6394?helper[_0x527dc5(0x201)](_0x1cf230['config']):![];!helper[_0x527dc5(0x214)](_0x1cf230[_0x527dc5(0x1f8)][_0x527dc5(0x1ee)])&&(process[_0x527dc5(0x223)][_0x527dc5(0x244)]=JSON[_0x527dc5(0x210)](_0x1cf230[_0x527dc5(0x1f8)]['accessibilityOptions']));let _0x481fb0=_0x1cf230[_0x527dc5(0x1f8)][_0x527dc5(0x1c2)];_0x481fb0=_0x481fb0||_0x275abd[_0x527dc5(0x1e8)](checkAccessibilityPlatformConfig,_0x1cf230[_0x527dc5(0x1f8)]),process[_0x527dc5(0x223)][_0x527dc5(0x24d)]=_0x481fb0;_0x481fb0&&(_0x3f2292=!_0x481fb0);_0x275abd[_0x527dc5(0x1cb)](_0x1cf230[_0x527dc5(0x1f8)]['testObservability'],null)?process[_0x527dc5(0x223)][_0x527dc5(0x1d7)]=_0x1cf230[_0x527dc5(0x1f8)]['testObservability']:process['env'][_0x527dc5(0x1d7)]=_0x275abd[_0x527dc5(0x25e)](_0x5eccf7,_0x275abd[_0x527dc5(0x240)]);const _0x56be07=_0x275abd[_0x527dc5(0x252)](nestedKeyValue,_0xfe912c,[_0x275abd['oTpsh']]),_0x1b8b92=_0x56be07&&!helper[_0x527dc5(0x259)](_0x56be07)?FRAMEWORKS[_0x527dc5(0x1c1)]:FRAMEWORKS[_0x527dc5(0x1dc)],_0x31c166=await TestHubHandler[_0x527dc5(0x236)](_0x1b8b92,_0x1cf230);_0x481fb0&&_0x275abd[_0x527dc5(0x1ec)](setAccessibilityCapabilities,_0x1cf230[_0x527dc5(0x1f8)]);const _0x31f685={},_0x2a623d=[],_0x10f42d=_0x1cf230[_0x527dc5(0x1f8)][_0x527dc5(0x255)]||helper[_0x527dc5(0x1d3)](_0x136e14,_0x2e5f84,_0x1cf230[_0x527dc5(0x1f8)],constants[_0x527dc5(0x1e6)][_0x527dc5(0x1dc)])||0x1;let _0x1a74de=0x1;if(_0x275abd[_0x527dc5(0x1c6)](isBrowserstackInfra)){const _0x5a63c4=helper[_0x527dc5(0x246)](_0x1cf230['config'],_0x3f2292,constants[_0x527dc5(0x1e6)]['CODECEPT']);_0x5a63c4[_0x527dc5(0x20a)](_0xdc8854=>{const _0x4ecae3=_0x527dc5;helper[_0x4ecae3(0x245)](_0xdc8854);}),helper[_0x527dc5(0x1d1)](_0x1cf230[_0x527dc5(0x1f8)])?_0x1a74de=_0x275abd[_0x527dc5(0x224)](_0x10f42d,_0x1cf230[_0x527dc5(0x1f8)]['platforms'][_0x527dc5(0x1ea)]):_0x1a74de=_0x10f42d,_0x5a63c4['forEach'](_0x5e6ef7=>{const _0x5da201=_0x527dc5,_0x2e8382=_0x275abd['UuZPv'](helper[_0x5da201(0x202)](_0x5e6ef7,'_'),'_'+Date[_0x5da201(0x203)]()),_0x1a6c42=((()=>{const _0x41bf46=_0x5da201;if(_0x1e6394){const _0x58bb22=pwToCodeceptBrowser[_0x5e6ef7['browserName']]||_0x5e6ef7[_0x41bf46(0x25c)];return{'browser':_0x58bb22,[_0x58bb22]:{'browserWSEndpoint':_0x275abd[_0x41bf46(0x1d2)](helper[_0x41bf46(0x21d)](_0x1cf230[_0x41bf46(0x1f8)]),_0x275abd[_0x41bf46(0x237)](encodeURIComponent,JSON['stringify'](_0x5e6ef7)))}};}const _0x3383e5={};return _0x3383e5['desiredCapabilities']=_0x5e6ef7,_0x3383e5[_0x41bf46(0x22d)]=_0x1cf230[_0x41bf46(0x1f8)][_0x41bf46(0x1ca)],_0x3383e5['key']=_0x1cf230['config'][_0x41bf46(0x209)],_0x3383e5;})()),_0x4d1ff6=_0x275abd[_0x5da201(0x24c)](nestedKeyValue,_0xfe912c,[_0x275abd[_0x5da201(0x1d8)],_0x5eccf7]);_0x31f685[_0x2e8382]=_0x4d1ff6?helper[_0x5da201(0x1e5)](_0x1a6c42,_0x4d1ff6):_0x1a6c42;if(_0x1e6394)_0x31f685[_0x2e8382]['browser']=pwToCodeceptBrowser[_0x5e6ef7[_0x5da201(0x25c)]]||_0x5e6ef7[_0x5da201(0x25c)];else{_0x31f685[_0x2e8382][_0x5da201(0x22e)]=_0x5e6ef7[_0x5da201(0x25c)]||_0x1a6c42['browser'];if(_0x275abd['XFYZh'](isBrowserstackInfra)){_0x31f685[_0x2e8382][_0x5da201(0x21a)]=constants[_0x5da201(0x1c8)]['replace'](_0x275abd[_0x5da201(0x1e4)],'')[_0x5da201(0x23e)](/https?:\/\//,'');;_0x31f685[_0x2e8382][_0x5da201(0x215)]=_0x275abd[_0x5da201(0x1e4)];}}_0x2a623d[_0x5da201(0x25a)](_0x2e8382);});}else{_0x1a74de=0x1;if(_0x1e6394){const _0x4cbf4c=_0x275abd[_0x527dc5(0x1bf)](nestedKeyValue,_0xfe912c,[_0x275abd[_0x527dc5(0x1d8)],_0x5eccf7,_0x275abd['ypFkq']]),_0x4f4bd8=_0x275abd[_0x527dc5(0x24c)](nestedKeyValue,_0xfe912c,[_0x275abd[_0x527dc5(0x1d8)],_0x5eccf7,_0x4cbf4c]);if(_0x4f4bd8&&_0x4f4bd8['browserWSEndpoint']){const _0x32f6c0={};_0x32f6c0[_0x527dc5(0x1bb)]=[],_0x4f4bd8['browserWSEndpoint']=helper[_0x527dc5(0x246)](Object[_0x527dc5(0x247)]({},_0x1cf230['config'],_0x32f6c0),null,_0x1b8b92[_0x527dc5(0x1c3)](),null,null,_0x4f4bd8[_0x527dc5(0x1f4)]);}}else{const _0x75b8ea={};_0x75b8ea[_0x527dc5(0x1bb)]=[],_0xfe912c[_0x275abd[_0x527dc5(0x1d8)]][_0x5eccf7][_0x275abd[_0x527dc5(0x21c)]]=helper[_0x527dc5(0x246)](Object['assign']({},_0x1cf230[_0x527dc5(0x1f8)],_0x75b8ea),null,_0x1b8b92[_0x527dc5(0x1c3)](),_0x275abd[_0x527dc5(0x227)](nestedKeyValue,_0xfe912c,[_0x275abd[_0x527dc5(0x1d8)],_0x5eccf7,_0x275abd[_0x527dc5(0x21c)]])||{},null,null);}_0x31f685[_0x275abd['OLKJQ']]=_0xfe912c,_0x2a623d[_0x527dc5(0x25a)](_0x275abd[_0x527dc5(0x253)]);}const _0x185a2d={};_0x185a2d[_0x527dc5(0x20d)]=_0x87b17a;const _0x4b7cde=_0x185a2d,_0x82888=path[_0x527dc5(0x220)](__dirname,_0x275abd[_0x527dc5(0x1bd)]),_0x11b0e9=process['cwd']();process[_0x527dc5(0x223)][_0x275abd['GqKwx']]=_0x11b0e9,process['chdir'](path[_0x527dc5(0x235)](_0x87b17a));const _0x1d2a84=new CodeceptJS[(_0x527dc5(0x1f6))](null,_0x4b7cde),_0x3a8c8c=_0x1d2a84[_0x527dc5(0x222)](_0x1a74de),_0x1599ea=testOpsHelper['isTestObservabilitySession'](),_0x496df6=_0x2a623d[_0x527dc5(0x1db)](_0x379248=>{const _0x33601e=_0x527dc5,_0xba39={};_0xba39[_0x33601e(0x208)]=_0x31f685[_0x379248];const _0x1d0f50={};_0x1d0f50[_0x33601e(0x20c)]=_0x31f685[_0x379248];const _0x14ab85=_0x1e6394?_0xba39:_0x1d0f50,_0x26ea89=_0x275abd[_0x33601e(0x254)](getO11yRerunPattern),_0x148a0b={};_0x148a0b[_0x33601e(0x221)]=_0x14ab85;const _0x26de08={};_0x26de08[_0x33601e(0x1b9)]=_0x82888,_0x26de08[_0x33601e(0x238)]=!![],_0x26de08[_0x33601e(0x1e3)]=_0x1cf230[_0x33601e(0x1f8)][_0x33601e(0x1da)][_0x33601e(0x1e3)],_0x26de08['skipSessionStatus']=_0x1cf230[_0x33601e(0x1f8)][_0x33601e(0x1da)][_0x33601e(0x1fb)],_0x26de08[_0x33601e(0x242)]=_0x1599ea,_0x26de08['frameworkName']=_0x1b8b92;const _0x2b5ff5={};_0x2b5ff5[_0x33601e(0x213)]=_0x26de08;const _0x523403={};return _0x523403[_0x33601e(0x256)]=_0x2b5ff5,helper['mergeDeep']({},_0xfe912c,_0x275abd['grNTv'](isBrowserstackInfra)?_0x148a0b:{},_0x26ea89?{'grep':_0x26ea89}:{},_0x523403);});for(const _0x19e2ca of _0x496df6){for(const _0x12ed56 of _0x3a8c8c){const _0x414be0=_0x1d2a84[_0x527dc5(0x1dd)]();_0x414be0[_0x527dc5(0x1cd)](_0x12ed56),_0x414be0[_0x527dc5(0x21e)](_0x19e2ca);const _0x5b0278={};_0x5b0278[_0x527dc5(0x1f8)]=_0x87b17a,_0x414be0[_0x527dc5(0x20f)](Object[_0x527dc5(0x247)](_0x5b0278,_0x136e14));}}_0x1d2a84['on'](CodeceptJS[_0x527dc5(0x1ba)]['test'][_0x527dc5(0x1d5)],(_0x1d21d1,_0x31b09e)=>{const _0x47a45a=_0x527dc5;console[_0x47a45a(0x1d6)](_0x275abd[_0x47a45a(0x23d)],_0x1d21d1['title']);const _0xafdd34={[_0x1d21d1[_0x47a45a(0x219)]]:_0x1d21d1[_0x47a45a(0x25d)][_0x47a45a(0x24a)]};_testErrorData[_0x47a45a(0x25a)](_0xafdd34);}),_0x1d2a84['on'](CodeceptJS[_0x527dc5(0x1ba)]['test']['passed'],async _0x246ed5=>{const _0x31f5bd=_0x527dc5;console[_0x31f5bd(0x1d6)](_0x275abd[_0x31f5bd(0x248)],_0x246ed5[_0x31f5bd(0x219)]);}),_0x1d2a84['on'](CodeceptJS[_0x527dc5(0x1ba)][_0x527dc5(0x1cc)][_0x527dc5(0x1c7)],async _0x33f6a9=>{const _0x56571b=_0x527dc5;console[_0x56571b(0x1d6)](_0x275abd[_0x56571b(0x24e)],_0x33f6a9[_0x56571b(0x219)]);}),_0x1d2a84['on'](CodeceptJS[_0x527dc5(0x1ba)][_0x527dc5(0x24f)]['result'],async()=>{const _0x14ab30=_0x527dc5,_0x2ef1a0=_0x275abd[_0x14ab30(0x21f)][_0x14ab30(0x1ef)]('|');let _0x1bf8d5=0x0;while(!![]){switch(_0x2ef1a0[_0x1bf8d5++]){case'0':try{await TestHubHandler[_0x14ab30(0x216)]();}catch(_0x4e067f){logger[_0x14ab30(0x1e0)](_0x14ab30(0x1e2)+util[_0x14ab30(0x1d0)](_0x4e067f));}continue;case'1':utilities[_0x14ab30(0x231)](_0x1cf230);continue;case'2':PerformanceTester[_0x14ab30(0x1fa)](PerformanceEvents[_0x14ab30(0x232)]);continue;case'3':_0x1cf230[_0x14ab30(0x1e7)]=_testErrorData;continue;case'4':testOpsHelper['printBuildLink']();continue;case'5':_0x1d2a84['printResults']();continue;}break;}});async function _0x369493(){const _0x1fd972=_0x527dc5;try{await _0x1d2a84[_0x1fd972(0x200)](),await _0x1d2a84[_0x1fd972(0x1f1)]();}finally{process[_0x1fd972(0x217)](_0x11b0e9),await _0x1d2a84[_0x1fd972(0x1c0)]();}}PerformanceTester[_0x527dc5(0x258)](PerformanceEvents[_0x527dc5(0x1c9)]),_0x275abd[_0x527dc5(0x22b)](_0x369493);}module['exports']=run;function a2_0x4e7b(){const _0x49836e=['length','desiredCapabilities','QNPKM','../../helpers/performance/performance-tester','accessibilityOptions','split','63063RSLWGs','run','handleApp','Started\x20:\x20','browserWSEndpoint','../utils/constants','Workers','findIndex','config','1370192XZpNqn','start','skipSessionStatus','playwright-chromium','100pehcfb','../../helpers/utilities','playwright-firefox','bootstrapAll','useW3C','getPlatformName','now','Failed\x20:\x20','chrome','nvZFN','../../helpers/test-observability/utils','Playwright','accessKey','forEach','slice','WebDriver','testConfig','util','addOptions','stringify','trim','../../helpers/test-observability/constants','BrowserStackPlugin','isUndefined','path','stop','chdir','USER_CONFIG_DETAILS_PATH','title','host','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','wCUwP','getPlaywrightUrl','addConfig','qcPdh','join','helpers','createGroupsOfSuites','env','RkNRi','2|3|4|1|0|5','262196UZFlgi','AEsoQ','../../helpers/helper','15681wvpVnE','chromium','XFYZh','../../helpers/performance/constants','user','browser','codeceptjs','codecept.json','finalExecution','SDK_CLEANUP','profile','BrowserStackPlugin.js','dirname','launchBuild','hxZLU','enabled','18OmqiGf','webkit','uxwvP','codeceptjs/lib/index.js','JesUz','replace','PrkdG','cCxtL','root','testObservability','process','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','setAdditionalCapabilities','prepareCapabilities','assign','QAYJo','info','stack','1167552YtfWNx','RGlzo','BROWSERSTACK_TEST_ACCESSIBILITY_YML','SJPNj','all','validateRerunTestList','codecept.conf.js','qDQuc','OLKJQ','MjXWp','parallelsPerPlatform','plugins','isTrue','end','isEmpty','push','../../helpers/BrowserStackSetup','browserName','err','zDMlL','require','event','platforms','../../helpers/testhub/testhubHandler','lXngg','cwd','hfrEC','teardownAll','CODECEPT_CUCUMBER','accessibility','toLowerCase','/wd/hub','winstonLogger','grNTv','before','hubUrl','SDK_SETUP','userName','eWzZg','test','addTests','RLsjs','2XfmKyD','format','validPlatformsPresent','vJdog','getUserWorkerCount','3917320FgBSHb','failed','log','BROWSERSTACK_TEST_OBSERVABILITY_YML','okOMs','existsSync','testContextOptions','map','CODECEPT','spawn','--config','301715xZgnfe','debug','smGwx','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','skipSessionName','QAKXD','mergeDeep','FRAMEWORKS','errorMessage','TvrVp','../../helpers/logger'];a2_0x4e7b=function(){return _0x49836e;};return a2_0x4e7b();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a3_0x3292(){const _0x1934f7=['browser_version','8mrraLG','platform_version','jLclo','PqYeo','capabilities','fetchPlatformDetails','platformVersion','bstack:options','746971vNvfKW','get','browserVersion','os_version','includes','sessionId','UvOVS','playwright-chromium','SfTNA','browser','IQMXq','constructor','fcNZT','searchParams','../../bin/playwright/sessionDetails','cloudProvider','zyoUd','browserName','WebDriver','yrblz','qybJE','accessibilityPlatform','krPOc','wsbPE','cYUgw','browserstack_accessibility_automation_script','4074858ZIKkFc','bsSessionId','processWebDriverConfig','warn','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','winstonLogger','osVersion','shouldPatchExecuteScript','KlBRA','VjTaC','getDetails','browserWSEndpoint','kTXeP','PhzAA','5220972iSTIgc','config','latest','316QsouDo','browserstack_executor','839676EKwPww','QGrAC','AdWCb','336595HSSYBa','PwzpM','eWTDB','sNmar','parse','deviceName','../../helpers/helper','21789fpOcgC','OJqlG','PTxTJ','platform','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','unknown_grid','gHxKr','desiredCapabilities','caps','4957100JIFZYZ','rePxT'];a3_0x3292=function(){return _0x1934f7;};return a3_0x3292();}const a3_0x3a285f=a3_0x40b1;(function(_0x13b4a5,_0x3daa15){const _0x1f1e00=a3_0x40b1,_0x3fcc7e=_0x13b4a5();while(!![]){try{const _0x5c1824=parseInt(_0x1f1e00(0xf0))/0x1+parseInt(_0x1f1e00(0xd2))/0x2+parseInt(_0x1f1e00(0xdc))/0x3*(parseInt(_0x1f1e00(0xd0))/0x4)+-parseInt(_0x1f1e00(0xe5))/0x5+-parseInt(_0x1f1e00(0xbf))/0x6+-parseInt(_0x1f1e00(0xd5))/0x7*(parseInt(_0x1f1e00(0xe8))/0x8)+parseInt(_0x1f1e00(0xcd))/0x9;if(_0x5c1824===_0x3daa15)break;else _0x3fcc7e['push'](_0x3fcc7e['shift']());}catch(_0x37e0f5){_0x3fcc7e['push'](_0x3fcc7e['shift']());}}}(a3_0x3292,0x92fbe));const {isUndefined,nestedKeyValue}=require(a3_0x3a285f(0xdb)),logger=require('../../helpers/logger')[a3_0x3a285f(0xc4)],PlaywrightSessionDetails=require(a3_0x3a285f(0xfe)),{isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),{getObservabilityLinkedProductName}=require('../../helpers/test-observability/utils'),getOSVersionFromCaps=_0x52ebe7=>{const _0x268159=a3_0x3a285f,_0x3248a7={};_0x3248a7[_0x268159(0xe6)]=_0x268159(0xef),_0x3248a7['PhzAA']=_0x268159(0xee),_0x3248a7['kTXeP']=_0x268159(0xe9),_0x3248a7[_0x268159(0xeb)]=_0x268159(0xc5),_0x3248a7[_0x268159(0xea)]=_0x268159(0xf3);const _0xbfc193=_0x3248a7;if(!_0x52ebe7)return null;const _0x54605f=_0x52ebe7[_0xbfc193[_0x268159(0xe6)]],_0x3d48ce=[_0xbfc193[_0x268159(0xcc)],_0xbfc193[_0x268159(0xcb)],_0xbfc193[_0x268159(0xeb)],_0xbfc193[_0x268159(0xea)]];for(const _0x58bb61 of _0x3d48ce){if(_0x54605f&&_0x54605f[_0x58bb61])return _0x54605f[_0x58bb61];else{if(_0x52ebe7[_0x58bb61])return _0x52ebe7[_0x58bb61];}}return null;};function a3_0x40b1(_0x392e7a,_0x4ccc68){const _0x3292cf=a3_0x3292();return a3_0x40b1=function(_0x40b17d,_0x8fe71f){_0x40b17d=_0x40b17d-0xb6;let _0x459a36=_0x3292cf[_0x40b17d];return _0x459a36;},a3_0x40b1(_0x392e7a,_0x4ccc68);}exports[a3_0x3a285f(0xed)]=_0x2e3057=>{const _0x628c1c=a3_0x3a285f,_0x104f2b={'sNmar':_0x628c1c(0xe1),'OJqlG':function(_0xbce824,_0x26ca0e){return _0xbce824===_0x26ca0e;},'UvOVS':_0x628c1c(0xb7),'QGrAC':function(_0x247d5f,_0x5d0d58){return _0x247d5f(_0x5d0d58);},'eWTDB':function(_0x5673ff,_0x1fb403,_0x283b41){return _0x5673ff(_0x1fb403,_0x283b41);},'VjTaC':_0x628c1c(0xce),'FLUCE':_0x628c1c(0xe3),'hvRtp':function(_0x5943fa,_0x377e18){return _0x5943fa(_0x377e18);},'cYUgw':function(_0x54c98f,_0x423f11){return _0x54c98f===_0x423f11;},'nrFVM':'Playwright','jqsSQ':function(_0x260f22,_0x4dd35e,_0x50ce77){return _0x260f22(_0x4dd35e,_0x50ce77);},'IQMXq':_0x628c1c(0xf9),'GhEYH':_0x628c1c(0xca),'PwzpM':_0x628c1c(0xe4)};if(!_0x2e3057)return null;let _0x544ef1=global['__cloud_provider___']||_0x104f2b[_0x628c1c(0xd8)];if(_0x104f2b[_0x628c1c(0xdd)](_0x2e3057[_0x628c1c(0xfb)]['name'],_0x104f2b[_0x628c1c(0xf6)])){const _0x49be69=_0x2e3057[_0x628c1c(0xf9)];if(!_0x49be69)return null;const _0x41af8d=_0x49be69['capabilities'],_0x294e8a=_0x104f2b[_0x628c1c(0xd3)](getOSVersionFromCaps,_0x104f2b[_0x628c1c(0xd7)](nestedKeyValue,_0x2e3057,[_0x104f2b[_0x628c1c(0xc8)],_0x104f2b['FLUCE']]));return{[_0x544ef1]:{'browser':_0x41af8d[_0x628c1c(0xb6)],'browser_version':_0x41af8d[_0x628c1c(0xf2)],'capabilities':_0x41af8d,'platform':_0x41af8d['platformName'],'platform_version':_0x41af8d['platformVersion']||_0x294e8a,'product':_0x104f2b['hvRtp'](getObservabilityLinkedProductName,_0x41af8d),'session_id':_0x49be69[_0x628c1c(0xf5)]}};}else{if(_0x104f2b[_0x628c1c(0xbd)](_0x2e3057['constructor']['name'],_0x104f2b['nrFVM'])){const _0x54e6f8=PlaywrightSessionDetails[_0x628c1c(0xc9)]();_0x544ef1=_0x54e6f8[_0x628c1c(0xff)]||_0x544ef1;const _0x3b430c=_0x104f2b['jqsSQ'](nestedKeyValue,_0x2e3057,[_0x104f2b[_0x628c1c(0xc8)],_0x104f2b[_0x628c1c(0xfa)],_0x104f2b['GhEYH']]),_0x54a3bf=_0x3b430c?JSON[_0x628c1c(0xd9)](new URL(_0x3b430c)[_0x628c1c(0xfd)][_0x628c1c(0xf1)](_0x104f2b[_0x628c1c(0xd6)])):{};return{[_0x544ef1]:{'browser':_0x54e6f8[_0x628c1c(0xf9)]||_0x54a3bf[_0x628c1c(0xb6)],'browser_version':_0x54e6f8['browser_version']||_0x54a3bf[_0x628c1c(0xe7)],'capabilities':_0x54a3bf,'platform':_0x54e6f8[_0x628c1c(0xdf)],'platform_version':_0x54e6f8['platform_version'],'product':_0x104f2b['QGrAC'](getObservabilityLinkedProductName,_0x54a3bf),'session_id':_0x54e6f8[_0x628c1c(0xc0)]}};}}},exports[a3_0x3a285f(0xc1)]=_0x27e976=>{const _0x5bbe18=a3_0x3a285f,_0x25dbba={'EfZXP':function(_0x3babce){return _0x3babce();},'AdWCb':function(_0xdfc80c,_0x3aa430){return _0xdfc80c===_0x3aa430;},'fcNZT':_0x5bbe18(0xcf),'wsbPE':function(_0x362e52,_0x48c284){return _0x362e52>_0x48c284;},'zyoUd':function(_0x108f2d,_0x2a2b49){return _0x108f2d(_0x2a2b49);},'lmbZb':_0x5bbe18(0xc3),'bWjae':'chrome','gHxKr':_0x5bbe18(0xf7),'PTxTJ':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','KlBRA':_0x5bbe18(0xe0)};if(_0x25dbba['EfZXP'](isAccessibilityAutomationSession)){const _0x59234d=_0x27e976[_0x5bbe18(0xf9)],_0x150ec1=_0x59234d[_0x5bbe18(0xec)];global['accessibilityPlatform']=!![],!(_0x25dbba['AdWCb'](_0x150ec1[_0x5bbe18(0xf2)],_0x25dbba[_0x5bbe18(0xfc)])||_0x25dbba[_0x5bbe18(0xbc)](_0x25dbba[_0x5bbe18(0x100)](parseInt,_0x150ec1[_0x5bbe18(0xf2)]),0x5e))&&(logger[_0x5bbe18(0xc2)](_0x25dbba['lmbZb']),global[_0x5bbe18(0xba)]=![]),!(_0x25dbba[_0x5bbe18(0xd4)](_0x150ec1['browserName'],_0x25dbba['bWjae'])||_0x25dbba[_0x5bbe18(0xd4)](_0x150ec1['browserName'],_0x25dbba[_0x5bbe18(0xe2)]))&&(logger[_0x5bbe18(0xc2)](_0x25dbba[_0x5bbe18(0xde)]),global['accessibilityPlatform']=![]),!_0x25dbba[_0x5bbe18(0x100)](isUndefined,_0x150ec1[_0x5bbe18(0xda)])&&(logger[_0x5bbe18(0xc2)](_0x25dbba[_0x5bbe18(0xc7)]),global['accessibilityPlatform']=![]);}},exports[a3_0x3a285f(0xc6)]=_0xa84ac2=>{const _0x1db4fa=a3_0x3a285f,_0x368a73={};_0x368a73['krPOc']=function(_0x4f0f61,_0x38e647){return _0x4f0f61!==_0x38e647;},_0x368a73['yrblz']='string',_0x368a73[_0x1db4fa(0xb9)]=_0x1db4fa(0xd1),_0x368a73[_0x1db4fa(0xf8)]=_0x1db4fa(0xbe);const _0x212aa0=_0x368a73;if(!_0xa84ac2)return![];else{if(_0x212aa0[_0x1db4fa(0xbb)](typeof _0xa84ac2,_0x212aa0[_0x1db4fa(0xb8)]))return!![];}return!_0xa84ac2[_0x1db4fa(0xf4)](_0x212aa0['qybJE'])&&!_0xa84ac2[_0x1db4fa(0xf4)](_0x212aa0['SfTNA']);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a4_0x3400ec=a4_0x1a32;(function(_0xcaebd8,_0x5d3873){const _0xc88eae=a4_0x1a32,_0x10c94f=_0xcaebd8();while(!![]){try{const _0xc47fbc=-parseInt(_0xc88eae(0xff))/0x1*(parseInt(_0xc88eae(0xd3))/0x2)+parseInt(_0xc88eae(0x128))/0x3*(parseInt(_0xc88eae(0xb1))/0x4)+-parseInt(_0xc88eae(0xa2))/0x5+-parseInt(_0xc88eae(0x9a))/0x6+parseInt(_0xc88eae(0xe1))/0x7*(parseInt(_0xc88eae(0x8c))/0x8)+-parseInt(_0xc88eae(0xcd))/0x9*(parseInt(_0xc88eae(0x15c))/0xa)+parseInt(_0xc88eae(0x94))/0xb;if(_0xc47fbc===_0x5d3873)break;else _0x10c94f['push'](_0x10c94f['shift']());}catch(_0x43017f){_0x10c94f['push'](_0x10c94f['shift']());}}}(a4_0x2051,0xe1e87));function a4_0x1a32(_0x22a894,_0x3b7399){const _0x205149=a4_0x2051();return a4_0x1a32=function(_0x1a321a,_0x4a593b){_0x1a321a=_0x1a321a-0x8c;let _0xb636d2=_0x205149[_0x1a321a];return _0xb636d2;},a4_0x1a32(_0x22a894,_0x3b7399);}const path=require(a4_0x3400ec(0x136)),fs=require('fs'),{v4:uuidv4}=require(a4_0x3400ec(0x137)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x3400ec(0xe7)),testOpsHelper=require('../../helpers/test-observability/utils'),{getTestEnv}=require(a4_0x3400ec(0x108)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),logger=require(a4_0x3400ec(0x14e))[a4_0x3400ec(0x16d)],SessionHandler=require('../../helpers/test-observability/sessionHandler'),RequestQueueHandler=require(a4_0x3400ec(0x12b)),PlaywrightSessionDetails=require('../playwright/sessionDetails'),debug=testOpsHelper[a4_0x3400ec(0x17c)],{processAccessibilityCaps}=require(a4_0x3400ec(0x9f)),Constants=require(a4_0x3400ec(0xdf)),{fetchPlatformDetails}=require(a4_0x3400ec(0x10d)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x3400ec(0xde)),constants=require(a4_0x3400ec(0xdf)),STATE_PASSED='passed',STATE_FAILED=a4_0x3400ec(0x171),a4_0x523d58={};a4_0x523d58[a4_0x3400ec(0xfe)]=a4_0x3400ec(0x143),a4_0x523d58[a4_0x3400ec(0x10b)]=a4_0x3400ec(0xb2),a4_0x523d58[a4_0x3400ec(0x142)]=a4_0x3400ec(0x115),a4_0x523d58[a4_0x3400ec(0x138)]=a4_0x3400ec(0xc6),a4_0x523d58[a4_0x3400ec(0x163)]=a4_0x3400ec(0xcb);function a4_0x2051(){const _0x58354c=['../mocha/test-observability/mochaUtils','MSFVq','wsEndpoint','TEST_RUN_FINISHED','accessibilityPlatform','./helper.js','_beforeEach','replace','logs','EkOAy','BrowserType','dirname','cGmOe','TestRunSkipped','resetSkipTestHooks','type','uPDzv','failureData','BROWSERSTACK','fullTitle','browserstack','_paths','Failed\x20to\x20parse\x20wsendpoint\x20','OsdqJ','FWIqM','toLowerCase','File\x20path\x20could\x20not\x20be\x20found','expanded','__platformCaps','PathHelper','join','stepAnalyticsId','75OFJxJz','QBOYf','statSync','../../helpers/test-observability/requestQueueHandler','O11yHelper','test_run_uuid','testAnalyticsId','AHMuj','prototype','woxzN','FQJqk','hook_run_uuid','NUMnu','connect','path','uuid','HOOK_RUN_STARTED','finished_at','result','failure_backtrace','HTVOd','match','neNZU','bind','body','getInstance','TEST_RUN_SKIPPED','TestRunStarted','VUKqH','_testEnv','obsBrowserTypeMockApplied','toISOString','location_prefix','string','success','hook_type','PLAYWRIGHT_HUB_URL','mapTestHooks','../../helpers/logger','pending','AwXmY','startedAt','push','errorsDetailed','dfIiV','DJyQi','config','ctx','failure_reason_expanded','tUFPo','test','text','80340scTjCt','file','event_type','uploadEventData','LlIWf','currentHook','comment','HOOK_RUN_FINISHED','weFNh','feature','sqLSK','fireEvent','getRootParentFile','DTsGd','defineProperty','split','bfIoq','winstonLogger','FUMsy','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','toUpperCase','failed','stop','0|3|5|1|2|4','failure','\x20with\x20error\x20:\x20','tBjZX','finished','TAhkk','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','_afterEach','hookAnalyticsId','debug','LogCreated','status','__cloud_provider___','toString','hook','24312vLvDho','ZAeVI','skipped','lBHyq','err','markedStatus','connectOverCDP','findGitConfig','14289308hpbDjE','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','now','retryOf','nTKRl','integrations','1907892sVtKEF','javascript','hook_run','test_run','then','../playwright/accessibility-helper','HtGCn','duration','6007155BFjywv','driver','GnvBK','PTUHa','tags','tRbzS','CODECEPT','Orlwb','bddSteps','concat','inspect','getFailureType','lib','suites','hooks','225892xoCply','TestRunFinished','cPeoP','UOgCl','sRiYD','wkIjM','mPaea','kiJmo','setupBrowserDetails','initializeBddStep','codeceptjs','mvEcp','sKBik','vcBTH','wYWcf','length','.git','exports','launch','getCBTInfo','icKKq','HookRunStarted','wPlmZ','wQnTM','bs:addLog:','kjyDI','HookRunFinished','enabled','531NCpZjS','piCaQ','nydWn','QsqCD','getHierarchy','eevLj','398PsrjEX','esVLR','find','CBTSessionCreated','getHooksForTest','failed\x20to\x20get\x20root\x20parent\x20file\x20','aSZps','OEPoA','rcyku','started','IPbLD','../../helpers/testhub/utils.js','../utils/constants','getHookType','868fubZlX','forEach','bddStepStart','USfBr','patchConsoleLogger','STATE_FAILED','../../helpers/helper','dZYSs','CyTVj','sep','currentTest','TEST_EVENTS','vUfWF','frameworkName','passed','nmvXp','title','includes','_afterAll','getTime','nGDye','lxzrV','util','meta','WTmTU','name','parent','lDTVp','cwd','TEST_RUN_STARTED','849LECbID','DJCOx','DozZW','apply','ZzBrB','start','Not\x20able\x20to\x20import\x20Browser','PPebp','wxvQj'];a4_0x2051=function(){return _0x58354c;};return a4_0x2051();}const TEST_EVENTS=a4_0x523d58,parseEvent=_0x160434=>{const _0x573dc5=a4_0x3400ec,_0x31d407={};_0x31d407['dkVFg']=function(_0x1dcb95,_0xd011bb){return _0x1dcb95<_0xd011bb;},_0x31d407[_0x573dc5(0xce)]=function(_0x30d837,_0x3a9551){return _0x30d837===_0x3a9551;},_0x31d407[_0x573dc5(0xd2)]='test',_0x31d407['FQJqk']=function(_0x4f069c,_0xf49b92){return _0x4f069c===_0xf49b92;},_0x31d407[_0x573dc5(0x103)]='hook',_0x31d407['lxzrV']=function(_0x156cbd,_0xb8eb37){return _0x156cbd===_0xb8eb37;},_0x31d407[_0x573dc5(0xb3)]=_0x573dc5(0x8e),_0x31d407['HZldV']='started',_0x31d407['cVRtU']=function(_0x3c46f1,_0x4b6d9a){return _0x3c46f1===_0x4b6d9a;},_0x31d407['DJCOx']=_0x573dc5(0x177);const _0x17efeb=_0x31d407,_0x4eaa3f=_0x160434[_0x573dc5(0x13d)](/^(.*)Run(.*)$/);if(!_0x4eaa3f)return null;if(_0x17efeb['dkVFg'](_0x4eaa3f[_0x573dc5(0xc0)],0x3))return null;const _0x26b67f=_0x4eaa3f[0x1][_0x573dc5(0x121)](),_0x4aacb0=_0x4eaa3f[0x2][_0x573dc5(0x121)]();return{'test':_0x17efeb['piCaQ'](_0x26b67f,_0x17efeb[_0x573dc5(0xd2)]),'hook':_0x17efeb[_0x573dc5(0x132)](_0x26b67f,_0x17efeb[_0x573dc5(0x103)]),'skipped':_0x17efeb[_0x573dc5(0xf6)](_0x4aacb0,_0x17efeb[_0x573dc5(0xb3)]),'started':_0x17efeb['piCaQ'](_0x4aacb0,_0x17efeb['HZldV']),'finished':_0x17efeb['cVRtU'](_0x4aacb0,_0x17efeb[_0x573dc5(0x100)])};},mockPWBrowserType=_0x30892f=>{const _0x1519d8=a4_0x3400ec,_0x1f9c13={'nThOZ':function(_0x212d67,_0x4500b6){return _0x212d67===_0x4500b6;},'SUdDi':_0x1519d8(0x149),'LlIWf':function(_0x511269,_0x40d667,_0x371053){return _0x511269(_0x40d667,_0x371053);},'PPebp':_0x1519d8(0x10a),'USfBr':function(_0x4ee0fd,_0x10bd39){return _0x4ee0fd(_0x10bd39);},'sqLSK':_0x1519d8(0x11c),'wQnTM':_0x1519d8(0xae),'DozZW':'client','icKKq':'browserType.js','sRiYD':_0x1519d8(0x105),'dZYSs':_0x1519d8(0x135),'NUMnu':_0x1519d8(0xc3)},_0x4d7722=path[_0x1519d8(0x126)](_0x1f9c13[_0x1519d8(0xc8)],_0x1f9c13[_0x1519d8(0x101)],_0x1f9c13[_0x1519d8(0xc5)]),_0x27bc85=_0x1f9c13['USfBr'](importFileFromPWCore,_0x4d7722);if(!_0x27bc85){_0x1f9c13['USfBr'](debug,_0x1f9c13[_0x1519d8(0xb5)]);return;}const _0x1e12e8=_0x27bc85[_0x1519d8(0x112)],_0x226e7e=_0x1e12e8[_0x1519d8(0x130)];if(_0x226e7e[_0x1519d8(0x146)])return;const _0xd3f5b7=_0x226e7e[_0x1519d8(0x135)];Object[_0x1519d8(0x16a)](_0x226e7e,_0x1f9c13[_0x1519d8(0xe8)],{'get':function(){const _0x3f8371=_0x1519d8,_0x41aa55={'neNZU':function(_0x2c91d9,_0x5af47c){return _0x1f9c13['nThOZ'](_0x2c91d9,_0x5af47c);},'rCSJv':_0x1f9c13['SUdDi'],'CyTVj':function(_0x1873f9,_0x50f64d,_0x346df9){const _0x524ba8=a4_0x1a32;return _0x1f9c13[_0x524ba8(0x160)](_0x1873f9,_0x50f64d,_0x346df9);},'esVLR':_0x1f9c13[_0x3f8371(0x106)],'TAhkk':function(_0x57417c,_0x44d483){const _0x2790b9=_0x3f8371;return _0x1f9c13[_0x2790b9(0xe4)](_0x57417c,_0x44d483);},'lBHyq':_0x1f9c13[_0x3f8371(0x166)]};return async function _0x5c8a53(_0x4397a2,_0x5039c1){const _0x393cba=_0x3f8371,_0x113ad2=_0x41aa55['CyTVj'](nestedKeyValue,_0x4397a2,[_0x41aa55[_0x393cba(0xd4)]])||_0x4397a2;let _0xc3648c=null,_0x1406d5=null;try{[_0x1406d5,_0xc3648c]=_0x113ad2?_0x41aa55[_0x393cba(0x178)](parseWSEndpoint,_0x113ad2):[null,null],global[_0x393cba(0x124)]=_0xc3648c,logger['debug'](_0x393cba(0x95)+_0x1406d5),_0x1406d5[_0x393cba(0xf2)](Constants[_0x393cba(0x11a)])&&(global[_0x393cba(0x17f)]=_0x41aa55[_0x393cba(0x8f)]);}catch(_0x494e34){logger[_0x393cba(0x17c)](_0x393cba(0x11e)+_0x113ad2+'\x20'+_0x494e34);}_0x41aa55[_0x393cba(0xe9)](processAccessibilityCaps,_0xc3648c,_0x1406d5);if(global[_0x393cba(0x10c)]){const _0x2eff04=await _0x226e7e[_0x393cba(0x92)][_0x393cba(0x102)](this,[''+Constants[_0x393cba(0x14c)]+_0x41aa55[_0x393cba(0x178)](encodeURIComponent,JSON['stringify'](_0xc3648c))]);return PlaywrightSessionDetails[_0x393cba(0xb9)](_0x2eff04,_0x30892f,_0x113ad2),_0x2eff04;}return _0xd3f5b7[_0x393cba(0x102)](this,arguments)[_0x393cba(0x9e)](_0x1050b0=>{const _0x3a84f5=_0x393cba;let _0x6eb62e=_0x4397a2[_0x3a84f5(0x10a)];return _0x41aa55[_0x3a84f5(0x13e)](typeof _0x4397a2,_0x41aa55['rCSJv'])&&(_0x6eb62e=_0x4397a2),PlaywrightSessionDetails[_0x3a84f5(0xb9)](_0x1050b0,_0x30892f,_0x6eb62e),_0x1050b0;});};}});const _0x151dfe=_0x226e7e['launch'];Object[_0x1519d8(0x16a)](_0x226e7e,_0x1f9c13[_0x1519d8(0x134)],{'get':function(){return async function _0x361259(){const _0x36fa75=a4_0x1a32;return _0x151dfe[_0x36fa75(0x102)](this,arguments)['then'](_0x349b09=>{const _0x5b2428=_0x36fa75;return PlaywrightSessionDetails[_0x5b2428(0xb9)](_0x349b09,null),_0x349b09;});};}});};class O11yHelper{['currentTest']=null;[a4_0x3400ec(0x161)]=null;['enabled']=![];[a4_0x3400ec(0xee)]=![];constructor(_0x4101c1,_0x29fe0f){const _0xd4c63a=a4_0x3400ec,_0x4bbd37={'HTVOd':_0xd4c63a(0x173),'woxzN':function(_0x4c8848){return _0x4c8848();},'aSZps':function(_0xb1423b,_0x474cc9){return _0xb1423b===_0x474cc9;},'BvXzr':'Playwright','cGmOe':function(_0x35c112,_0x3580d2){return _0x35c112(_0x3580d2);}},_0x329611=_0x4bbd37[_0xd4c63a(0x13c)][_0xd4c63a(0x16b)]('|');let _0x159572=0x0;while(!![]){switch(_0x329611[_0x159572++]){case'0':this['enabled']=_0x4bbd37[_0xd4c63a(0x131)](shouldProcessEventForTesthub);continue;case'1':this[_0xd4c63a(0x145)]=_0x4bbd37[_0xd4c63a(0x131)](getTestEnv);continue;case'2':this[_0xd4c63a(0x11d)]=new testOpsHelper[(_0xd4c63a(0x125))]({'cwd':process[_0xd4c63a(0xfd)]()},this[_0xd4c63a(0x145)][_0xd4c63a(0x148)]);continue;case'3':this['frameworkName']=_0x29fe0f[_0xd4c63a(0xee)];continue;case'4':this[_0xd4c63a(0xa3)]&&_0x4bbd37[_0xd4c63a(0xd9)](this[_0xd4c63a(0xa3)]['constructor']['name'],_0x4bbd37['BvXzr'])&&_0x4bbd37[_0xd4c63a(0x114)](mockPWBrowserType,null);continue;case'5':this[_0xd4c63a(0xa3)]=_0x4101c1;continue;}break;}}[a4_0x3400ec(0x104)](){const _0x526e6f=a4_0x3400ec;if(!this[_0x526e6f(0xcc)])return;testOpsHelper[_0x526e6f(0xe5)](),process['removeAllListeners'](_0x526e6f(0xc9)+process['pid']),process['on'](_0x526e6f(0xc9)+process['pid'],this['appendTestItemLog'][_0x526e6f(0x13f)](this));}async[a4_0x3400ec(0x172)](){const _0xc16da5=a4_0x3400ec;await RequestQueueHandler[_0xc16da5(0x141)]()['shutdown']();}async['appendTestItemLog'](_0x2b864d){const _0x2c12d9=a4_0x3400ec,_0x1ceca2={'QBOYf':_0x2c12d9(0x17d),'nydWn':function(_0x26af6d,_0x1f5a63){return _0x26af6d(_0x1f5a63);}};try{this[_0x2c12d9(0x161)]&&!this[_0x2c12d9(0x161)]['markedStatus']&&(_0x2b864d[_0x2c12d9(0x133)]=this[_0x2c12d9(0x161)][_0x2c12d9(0x17b)]);!_0x2b864d[_0x2c12d9(0x133)]&&this['currentTest']&&!this[_0x2c12d9(0xeb)][_0x2c12d9(0x91)]&&(_0x2b864d[_0x2c12d9(0x12d)]=this['currentTest'][_0x2c12d9(0x12e)]);if(_0x2b864d[_0x2c12d9(0x133)]||_0x2b864d[_0x2c12d9(0x12d)]){const _0x2a4f66={};_0x2a4f66[_0x2c12d9(0x15e)]=_0x1ceca2[_0x2c12d9(0x129)],_0x2a4f66[_0x2c12d9(0x110)]=[_0x2b864d],await SessionHandler[_0x2c12d9(0x15f)](_0x2a4f66);}}catch(_0x5c3f5f){_0x1ceca2[_0x2c12d9(0xcf)](debug,_0x2c12d9(0x16f)+constants['TEST_REPORTING_ANALYTICS']+_0x2c12d9(0x175)+_0x5c3f5f);}}async['sendCBTInfo'](_0x54c8cd){const _0x263d57=a4_0x3400ec,_0x51aeec={'AwXmY':_0x263d57(0xd6),'qKwbg':function(_0x4c141a,_0x4275bd){return _0x4c141a(_0x4275bd);}};if(!this[_0x263d57(0xcc)])return;const _0x1e25a4=this[_0x263d57(0xc4)](this[_0x263d57(0xa3)]);try{const _0x5ebb5e={};_0x5ebb5e[_0x263d57(0x137)]=_0x54c8cd,_0x5ebb5e[_0x263d57(0x99)]=_0x1e25a4;const _0x3424e0=_0x5ebb5e,_0x57c4bb={};_0x57c4bb[_0x263d57(0x15e)]=_0x51aeec[_0x263d57(0x150)],_0x57c4bb[_0x263d57(0x9d)]=_0x3424e0,await SessionHandler[_0x263d57(0x15f)](_0x57c4bb);}catch(_0x20e60f){_0x51aeec['qKwbg'](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20'+constants['TEST_REPORTING_ANALYTICS']+'\x20with\x20error\x20:\x20'+_0x20e60f);}}[a4_0x3400ec(0xc4)](_0x597637){const _0x3ffa0e={'QhSXN':function(_0x31c051,_0x3bea7a){return _0x31c051(_0x3bea7a);}};return _0x3ffa0e['QhSXN'](fetchPlatformDetails,_0x597637);}[a4_0x3400ec(0x116)]=_0x219665=>{const _0x4b5f0f=a4_0x3400ec,_0x151409={};_0x151409['wYWcf']=_0x4b5f0f(0x10e),_0x151409[_0x4b5f0f(0xed)]=_0x4b5f0f(0x17a);const _0x2782a0=_0x151409;if(!_0x219665||!_0x219665[_0x4b5f0f(0xfb)])return;[_0x2782a0[_0x4b5f0f(0xbf)],_0x2782a0[_0x4b5f0f(0xed)]][_0x4b5f0f(0xe2)](_0x42fa8f=>{const _0x4b0372=_0x4b5f0f,_0x268440=_0x219665[_0x4b0372(0xfb)][_0x42fa8f];_0x268440[_0x4b0372(0xe2)](_0x548e13=>{const _0x5b74ca=_0x4b0372;_0x548e13['hookAnalyticsId']&&(_0x548e13[_0x5b74ca(0x17b)]=null);});});};['mapTestHooks'](_0x49e2eb){const _0x561b27=a4_0x3400ec,_0x85d6f={'FWIqM':_0x561b27(0xbb),'OsdqJ':function(_0x57095e){return _0x57095e();},'nGDye':function(_0x4bebe1,_0x913d6b){return _0x4bebe1===_0x913d6b;},'vcBTH':_0x561b27(0x17a),'zUCAC':function(_0x380795){return _0x380795();},'tBjZX':'_beforeAll','XOSLc':'_afterAll','NbOaR':_0x561b27(0x10e)};if(!_0x49e2eb||!_0x49e2eb[_0x561b27(0xfb)])return;[_0x85d6f[_0x561b27(0x176)],_0x85d6f['XOSLc'],_0x85d6f['NbOaR'],_0x85d6f[_0x561b27(0xbe)]][_0x561b27(0xe2)](_0x4f16c3=>{const _0x8d8bd9=_0x561b27,_0x12db06={'TQuEc':_0x85d6f[_0x8d8bd9(0x120)],'GnvBK':function(_0x7f000b){const _0x4605ba=_0x8d8bd9;return _0x85d6f[_0x4605ba(0x11f)](_0x7f000b);},'tRbzS':function(_0x8d6eb7,_0x195e46){const _0x4708e1=_0x8d8bd9;return _0x85d6f[_0x4708e1(0xf5)](_0x8d6eb7,_0x195e46);},'mPaea':_0x85d6f[_0x8d8bd9(0xbe)],'zejjV':function(_0x152527){return _0x85d6f['zUCAC'](_0x152527);}},_0x409ae3=_0x49e2eb[_0x8d8bd9(0xfb)][_0x4f16c3]||[];_0x409ae3['forEach'](_0x20b71c=>{const _0x3d6773=_0x8d8bd9;if(_0x20b71c[_0x3d6773(0xf1)]['includes'](_0x12db06['TQuEc']))return;if(!_0x20b71c[_0x3d6773(0x17b)])_0x20b71c[_0x3d6773(0x17b)]=_0x12db06[_0x3d6773(0xa4)](uuidv4);else _0x20b71c[_0x3d6773(0x91)]&&_0x12db06[_0x3d6773(0xa7)](_0x4f16c3,_0x12db06[_0x3d6773(0xb7)])&&(_0x20b71c[_0x3d6773(0x17b)]=_0x12db06['zejjV'](uuidv4),delete _0x20b71c['markedStatus']);});}),this[_0x561b27(0x14d)](_0x49e2eb['parent']);}[a4_0x3400ec(0xd7)](_0x11cb4f){const _0x11a6a9=a4_0x3400ec,_0x594804={};_0x594804[_0x11a6a9(0xfc)]='_beforeAll',_0x594804[_0x11a6a9(0xdb)]=_0x11a6a9(0xf3),_0x594804[_0x11a6a9(0xa9)]=_0x11a6a9(0x10e),_0x594804['UOgCl']=_0x11a6a9(0x17a);const _0x5a6ec6=_0x594804;if(!_0x11cb4f||!_0x11cb4f[_0x11a6a9(0xfb)])return[];const _0x3bfbc7=[];return[_0x5a6ec6['lDTVp'],_0x5a6ec6[_0x11a6a9(0xdb)],_0x5a6ec6['Orlwb'],_0x5a6ec6[_0x11a6a9(0xb4)]][_0x11a6a9(0xe2)](_0x4b19ee=>{const _0x57b89e=_0x11a6a9,_0x35150f=_0x11cb4f[_0x57b89e(0xfb)][_0x4b19ee]||[];_0x35150f[_0x57b89e(0xe2)](_0x9ea84e=>{const _0x11f6e1=_0x57b89e;_0x9ea84e[_0x11f6e1(0x17b)]&&_0x3bfbc7[_0x11f6e1(0x152)](_0x9ea84e[_0x11f6e1(0x17b)]);});}),[][_0x11a6a9(0xab)](_0x3bfbc7,this['getHooksForTest'](_0x11cb4f[_0x11a6a9(0xfb)]));}[a4_0x3400ec(0xe0)](_0x58a966){const _0xb9b40c=a4_0x3400ec,_0x6717a0=/^"(?<hook>.*)" hook:.*$/,_0x1da0f5=_0x58a966[_0xb9b40c(0xf1)],_0x34f2c1=_0x1da0f5[_0xb9b40c(0x13d)](_0x6717a0);if(_0x34f2c1&&_0x34f2c1['groups'])return _0x34f2c1['groups']['hook'][_0xb9b40c(0x170)]()[_0xb9b40c(0x10f)]('\x20','_');return null;}[a4_0x3400ec(0x93)](_0x83185c){const _0x67191b=a4_0x3400ec,_0x4809e0={};_0x4809e0[_0x67191b(0xc7)]=function(_0x1fd66e,_0x19f245){return _0x1fd66e===_0x19f245;},_0x4809e0[_0x67191b(0x164)]=function(_0x4fca4d,_0x3749d7){return _0x4fca4d===_0x3749d7;},_0x4809e0[_0x67191b(0xd0)]=function(_0x1cd296,_0x4ab7eb){return _0x1cd296===_0x4ab7eb;},_0x4809e0['VUKqH']=_0x67191b(0xc1),_0x4809e0[_0x67191b(0xf0)]=_0x67191b(0x156);const _0x507fce=_0x4809e0,_0x3b564c=path[_0x67191b(0xea)];if(_0x507fce[_0x67191b(0xc7)](_0x83185c,null)||_0x507fce[_0x67191b(0xc7)](_0x83185c,'')||_0x507fce['weFNh'](_0x83185c,_0x3b564c)||_0x507fce[_0x67191b(0xd0)](_0x83185c,path['dirname'](_0x83185c)))return null;try{return fs[_0x67191b(0x12a)](path[_0x67191b(0x126)](_0x83185c,_0x507fce[_0x67191b(0x144)],_0x507fce['nmvXp'])),_0x83185c;}catch(_0x5128c2){const _0x2dad41=path[_0x67191b(0x113)](_0x83185c);return this['findGitConfig'](_0x2dad41);}}[a4_0x3400ec(0x168)](_0xac5873){const _0x386f7b=a4_0x3400ec,_0x44d963={};_0x44d963['IYCpg']=function(_0x416d1e,_0x47b473){return _0x416d1e>_0x47b473;};const _0x4e349d=_0x44d963;if(_0xac5873[_0x386f7b(0x15d)])return _0xac5873[_0x386f7b(0x15d)];if(_0xac5873[_0x386f7b(0x157)]){const _0x3b8116=_0xac5873[_0x386f7b(0x157)]['currentTest']?this['getRootParentFile'](_0xac5873[_0x386f7b(0x157)][_0x386f7b(0xeb)]):null;if(_0x3b8116)return _0x3b8116;}if(_0xac5873[_0x386f7b(0xfb)]){const _0x3a2683=this['getRootParentFile'](_0xac5873[_0x386f7b(0xfb)])||(_0xac5873[_0x386f7b(0xfb)][_0x386f7b(0x157)]&&_0xac5873[_0x386f7b(0xfb)][_0x386f7b(0x157)][_0x386f7b(0xeb)]?this[_0x386f7b(0x168)](_0xac5873['parent'][_0x386f7b(0x157)]['currentTest']):null);if(_0x3a2683)return _0x3a2683;_0xac5873[_0x386f7b(0xfb)]['suites']&&_0x4e349d['IYCpg'](_0xac5873[_0x386f7b(0xfb)]['suites']['length'],0x0)&&_0xac5873[_0x386f7b(0xfb)][_0x386f7b(0xaf)]['forEach'](_0x18ea60=>{const _0x4fc722=_0x386f7b,_0x13bbce=_0x18ea60[_0x4fc722(0x157)]?this[_0x4fc722(0x168)](_0x18ea60[_0x4fc722(0x157)]):null;if(_0x13bbce)return _0x13bbce;});}return null;}[a4_0x3400ec(0xd1)](_0x3988f2){const _0xca2b99=a4_0x3400ec,_0x35db8e={};_0x35db8e[_0xca2b99(0x118)]=function(_0x4de8b3,_0x105009){return _0x4de8b3!==_0x105009;};const _0x527b1d=_0x35db8e,_0x66a649=[];if(_0x3988f2&&_0x3988f2['parent']){let _0x3af593=_0x3988f2[_0xca2b99(0xfb)];while(_0x3af593&&_0x527b1d[_0xca2b99(0x118)](_0x3af593[_0xca2b99(0xf1)],'')){_0x66a649[_0xca2b99(0x152)](_0x3af593[_0xca2b99(0xf1)]),_0x3af593=_0x3af593['parent'];}}return _0x66a649;}['captureEvent'](_0x2b1c47,_0x36f65b,_0x52b698=undefined){const _0x1d0e4f=a4_0x3400ec,_0x427211={'IPbLD':function(_0x4d92f3,_0xd48b87){return _0x4d92f3(_0xd48b87);},'dfIiV':function(_0x585c90){return _0x585c90();},'AHMuj':function(_0x9003d4){return _0x9003d4();},'OEPoA':_0x1d0e4f(0xf7),'kjyDI':_0x1d0e4f(0x90),'MSFVq':function(_0x3a5732,_0x4d42af){return _0x3a5732!==_0x4d42af;},'wxvQj':_0x1d0e4f(0x122),'ZAeVI':_0x1d0e4f(0x14f),'wkIjM':_0x1d0e4f(0x171),'tUFPo':_0x1d0e4f(0xef),'bfIoq':_0x1d0e4f(0x8e),'HtGCn':_0x1d0e4f(0x9b),'zwYET':function(_0x41e34d,_0x1e3f10){return _0x41e34d-_0x1e3f10;},'LrPXf':function(_0x4ec9fb,_0x8abb07,_0x4879a1,_0x56fab4,_0x497ffe){return _0x4ec9fb(_0x8abb07,_0x4879a1,_0x56fab4,_0x497ffe);},'DJyQi':'integrations','mvEcp':_0x1d0e4f(0xf8),'ZxMPw':_0x1d0e4f(0x174),'DTsGd':_0x1d0e4f(0x13b),'sKBik':'backtrace','ITjzj':_0x1d0e4f(0x158),'PTUHa':_0x1d0e4f(0x123),'kuoBY':function(_0x366539,_0x5f0259){return _0x366539===_0x5f0259;},'ZGLkz':_0x1d0e4f(0x9c),'EkOAy':'test_run'};if(!this[_0x1d0e4f(0xcc)])return;try{if(_0x36f65b['fn']&&_0x36f65b['fn'][_0x1d0e4f(0x180)]()[_0x1d0e4f(0x13d)](/browserstack internal helper hook/))return;const _0x1beeca=_0x427211[_0x1d0e4f(0xdd)](parseEvent,_0x2b1c47);if(!_0x1beeca)return;if(_0x1beeca[_0x1d0e4f(0x15a)]){this['currentTest']=_0x36f65b,this['currentHook']=null;if(_0x1beeca['started']||_0x1beeca['skipped']){_0x36f65b[_0x1d0e4f(0x151)]=new Date(),_0x36f65b[_0x1d0e4f(0x91)]=![];if(!_0x36f65b[_0x1d0e4f(0x12e)])_0x36f65b[_0x1d0e4f(0x12e)]=_0x427211[_0x1d0e4f(0x154)](uuidv4);else _0x36f65b[_0x1d0e4f(0x91)]&&(!_0x36f65b['retryOf']&&(_0x36f65b[_0x1d0e4f(0x97)]=_0x36f65b['testAnalyticsId']),_0x36f65b[_0x1d0e4f(0x12e)]=_0x427211[_0x1d0e4f(0x12f)](uuidv4));}}else{if(_0x1beeca[_0x1d0e4f(0x181)]){this[_0x1d0e4f(0x161)]=_0x36f65b;if(_0x1beeca['started']){_0x36f65b[_0x1d0e4f(0x151)]=new Date(),_0x36f65b['markedStatus']=![];if(!_0x36f65b['hookAnalyticsId'])_0x36f65b[_0x1d0e4f(0x17b)]=_0x427211['dfIiV'](uuidv4);else _0x36f65b[_0x1d0e4f(0x17b)]&&_0x36f65b[_0x1d0e4f(0x91)]&&(_0x36f65b[_0x1d0e4f(0x17b)]=_0x427211[_0x1d0e4f(0x12f)](uuidv4));}}}if(_0x1beeca[_0x1d0e4f(0x177)]&&_0x36f65b['markedStatus'])return;let _0x2e15a9;try{_0x2e15a9=this[_0x1d0e4f(0x168)](_0x36f65b);}catch(_0x489312){logger[_0x1d0e4f(0x17c)](_0x1d0e4f(0xd8)+_0x489312),_0x2e15a9=null;}const _0x42428e=_0x427211[_0x1d0e4f(0xdd)](require,_0x427211[_0x1d0e4f(0xda)]);let _0x4f6b18=[];_0x52b698&&(_0x4f6b18=[_0x52b698,_0x427211[_0x1d0e4f(0xca)]]);const _0x399a28=_0x427211[_0x1d0e4f(0x109)](_0x36f65b['errorsDetailed'],undefined)?_0x42428e[_0x1d0e4f(0xac)](_0x36f65b[_0x1d0e4f(0x153)][0x0]):_0x427211[_0x1d0e4f(0x109)](_0x52b698,undefined)?_0x52b698[_0x1d0e4f(0x180)]():undefined,_0x3ad6e0=_0x2e15a9?this[_0x1d0e4f(0x93)](_0x2e15a9):null,_0x277c1c=_0x2e15a9?this['_paths']['prefixTestPath'](this[_0x1d0e4f(0x168)](_0x36f65b)):_0x427211[_0x1d0e4f(0x107)];let _0x9e4232=_0x427211[_0x1d0e4f(0x8d)];const _0x99a25e=!_0x1beeca['started']?new Date()[_0x1d0e4f(0x147)]():null;if(_0x1beeca[_0x1d0e4f(0x177)])_0x9e4232=_0x52b698?_0x427211[_0x1d0e4f(0xb6)]:_0x427211[_0x1d0e4f(0x159)],_0x36f65b['markedStatus']=!![];else _0x1beeca[_0x1d0e4f(0x8e)]&&(_0x9e4232=_0x427211[_0x1d0e4f(0x16c)],_0x36f65b[_0x1d0e4f(0x91)]=!![]);const _0xae98f7={'framework':this[_0x1d0e4f(0xee)],'uuid':_0x36f65b[_0x1d0e4f(0x12e)]||_0x36f65b[_0x1d0e4f(0x17b)],'name':_0x36f65b[_0x1d0e4f(0xf1)],'body':{'lang':_0x427211[_0x1d0e4f(0xa0)],'code':_0x36f65b[_0x1d0e4f(0x140)][_0x1d0e4f(0x180)]()},'type':_0x36f65b[_0x1d0e4f(0x117)],'scope':_0x36f65b[_0x1d0e4f(0x11b)](),'scopes':this[_0x1d0e4f(0xd1)](_0x36f65b),'file_name':_0x277c1c,'vc_filepath':_0x3ad6e0?path['relative'](_0x3ad6e0,_0x2e15a9):null,'location':_0x277c1c,'result':_0x9e4232,'failure_reason':_0x399a28,'duration_in_ms':_0x36f65b[_0x1d0e4f(0xa1)]||(_0x1beeca[_0x1d0e4f(0x177)]||_0x1beeca['skipped'])?_0x427211['zwYET'](Date[_0x1d0e4f(0x96)](),new Date(_0x36f65b[_0x1d0e4f(0x151)])[_0x1d0e4f(0xf4)]()):null,'started_at':new Date(_0x36f65b['startedAt'])[_0x1d0e4f(0x147)](),'finished_at':_0x99a25e,'failure':testOpsHelper[_0x1d0e4f(0x119)][_0x1d0e4f(0x102)](null,_0x4f6b18),'failure_type':!_0x399a28?null:testOpsHelper[_0x1d0e4f(0xad)](_0x399a28),'retry_of':_0x36f65b[_0x1d0e4f(0x97)]||null,'tags':_0x36f65b[_0x1d0e4f(0xa6)]||[],'customRerunParam':{'rerun_name':_0x36f65b['fullTitle']()}};_0x427211['LrPXf'](appendTesthubParams,_0xae98f7,_0x2b1c47,_0x36f65b,FRAMEWORKS[_0x1d0e4f(0xa8)]);if(_0x1beeca[_0x1d0e4f(0x181)])[_0xae98f7[_0x1d0e4f(0x14b)],_0xae98f7['name']]=[this[_0x1d0e4f(0xe0)](_0x36f65b),_0x36f65b['ctx'][_0x1d0e4f(0x15a)][_0x1d0e4f(0xf1)]],_0x1beeca[_0x1d0e4f(0x177)]?_0x427211[_0x1d0e4f(0x109)](_0xae98f7[_0x1d0e4f(0x13a)],_0x427211[_0x1d0e4f(0xb6)])&&(_0xae98f7[_0x1d0e4f(0x13a)]=_0x427211['tUFPo']):_0xae98f7['body']={};else _0x1beeca['test']&&(this[_0x1d0e4f(0x14d)](_0x36f65b),_0x1beeca[_0x1d0e4f(0x8e)]&&this[_0x1d0e4f(0x116)](_0x36f65b),(_0x1beeca[_0x1d0e4f(0x177)]||_0x1beeca[_0x1d0e4f(0x8e)])&&(_0xae98f7[_0x1d0e4f(0xb0)]=this['getHooksForTest'](_0x36f65b)));this[_0x1d0e4f(0xa3)]&&(_0x1beeca[_0x1d0e4f(0xdc)]||_0x1beeca[_0x1d0e4f(0x8e)])&&(_0xae98f7[_0x427211[_0x1d0e4f(0x155)]]=this['getCBTInfo'](this[_0x1d0e4f(0xa3)]));_0x1beeca['test']&&_0x1beeca[_0x1d0e4f(0x177)]&&_0x36f65b[_0x1d0e4f(0xaa)]&&(_0xae98f7[_0x427211[_0x1d0e4f(0xbc)]]={'feature':{'name':_0x36f65b[_0x1d0e4f(0xfb)][_0x1d0e4f(0x165)][_0x1d0e4f(0xfa)],'path':_0xae98f7['file_name'],'description':_0x36f65b[_0x1d0e4f(0xfb)][_0x1d0e4f(0x162)]},'scenario':{'name':_0x36f65b[_0x1d0e4f(0xf1)]},'steps':_0x36f65b['bddSteps']});const _0x62bdc4=_0xae98f7[_0x427211['ZxMPw']][0x0];_0x62bdc4&&(_0xae98f7[_0x427211[_0x1d0e4f(0x169)]]=_0x62bdc4[_0x427211[_0x1d0e4f(0xbd)]],_0xae98f7[_0x427211['ITjzj']]=_0x62bdc4[_0x427211[_0x1d0e4f(0xa5)]]);if(_0x36f65b[_0x1d0e4f(0xaa)])for(const _0x5b8e97 of _0x36f65b['bddSteps']){!_0x5b8e97[_0x1d0e4f(0x139)]&&(_0x5b8e97[_0x1d0e4f(0x139)]=new Date()[_0x1d0e4f(0x147)](),_0x427211['kuoBY'](_0x5b8e97['result'],_0x427211[_0x1d0e4f(0x8d)])&&(_0x62bdc4?(_0x5b8e97[_0x1d0e4f(0x13a)]=_0x427211[_0x1d0e4f(0xb6)],_0x5b8e97[_0x1d0e4f(0x174)]=_0x62bdc4[_0x427211['sKBik']][0x0]):_0x5b8e97['result']=_0x427211[_0x1d0e4f(0x159)]));}const _0x431582={};_0x431582[_0x1d0e4f(0x15e)]=_0x1beeca[_0x1d0e4f(0x8e)]?TEST_EVENTS[_0x1d0e4f(0x10b)]:_0x2b1c47;const _0x2074f1=_0x431582;return _0x1beeca[_0x1d0e4f(0x181)]?_0x2074f1[_0x427211['ZGLkz']]=_0xae98f7:_0x2074f1[_0x427211[_0x1d0e4f(0x111)]]=_0xae98f7,_0x2074f1;}catch(_0x5f4e79){logger[_0x1d0e4f(0x17c)](_0x1d0e4f(0x179)+_0x2b1c47+'\x20with\x20error\x20:\x20'+_0x5f4e79);}}async[a4_0x3400ec(0x167)](_0x22e212,_0x43fda2){const _0x26d6e6=a4_0x3400ec;if(!this[_0x26d6e6(0xcc)]||!_0x43fda2||!_0x22e212)return![];try{return await SessionHandler[_0x26d6e6(0x15f)](_0x43fda2);}catch(_0x59b764){logger[_0x26d6e6(0x17c)]('Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20'+_0x22e212+_0x26d6e6(0x175)+_0x59b764);}}[a4_0x3400ec(0xba)](_0xd01a3){const _0x67c6f4=a4_0x3400ec,_0x4e8b32={};_0x4e8b32['WTmTU']=_0x67c6f4(0x14f);const _0x215c1e=_0x4e8b32;return{'id':_0xd01a3['stepAnalyticsId'],'text':_0xd01a3[_0x67c6f4(0x15b)],'keyword':_0xd01a3['keyword'],'started_at':_0xd01a3[_0x67c6f4(0x151)][_0x67c6f4(0x147)](),'result':_0x215c1e[_0x67c6f4(0xf9)]};}[a4_0x3400ec(0xe3)](_0x2708d5){const _0x65ff94=a4_0x3400ec,_0x2d5a86={'dxnPb':function(_0x4061b9){return _0x4061b9();}};!this[_0x65ff94(0xeb)][_0x65ff94(0xaa)]&&(this[_0x65ff94(0xeb)][_0x65ff94(0xaa)]=[]),!_0x2708d5[_0x65ff94(0x127)]&&(_0x2708d5['stepAnalyticsId']=_0x2d5a86['dxnPb'](uuidv4),_0x2708d5[_0x65ff94(0x151)]=new Date(),this[_0x65ff94(0xeb)][_0x65ff94(0xaa)][_0x65ff94(0x152)](this[_0x65ff94(0xba)](_0x2708d5)));}['bddStepFinish'](_0x405b2f){const _0x1593d3=a4_0x3400ec,_0x2440cb={'TMIEA':function(_0x34ca71,_0x941a6f){return _0x34ca71(_0x941a6f);},'IooOP':_0x1593d3(0x14a),'FUMsy':_0x1593d3(0x14f),'nTKRl':_0x1593d3(0xef),'kiJmo':function(_0x553e38,_0x1a1fcc){return _0x553e38-_0x1a1fcc;}};let _0x570065=this[_0x1593d3(0xeb)][_0x1593d3(0xaa)][_0x1593d3(0xd5)](_0x112ca1=>_0x112ca1['id']===_0x405b2f[_0x1593d3(0x127)]);_0x2440cb['TMIEA'](isUndefined,_0x570065)&&(_0x570065=this[_0x1593d3(0xba)](_0x405b2f)),_0x570065[_0x1593d3(0x13a)]=[_0x2440cb['IooOP'],_0x2440cb[_0x1593d3(0x16e)]][_0x1593d3(0xf2)](_0x405b2f[_0x1593d3(0x17e)])?_0x2440cb[_0x1593d3(0x98)]:_0x405b2f['status'],_0x570065[_0x1593d3(0x139)]=new Date()[_0x1593d3(0x147)](),_0x570065[_0x1593d3(0xa1)]=_0x2440cb[_0x1593d3(0xb8)](Date[_0x1593d3(0x96)](),_0x405b2f['startedAt'][_0x1593d3(0xf4)]()),_0x570065[_0x1593d3(0x174)]=_0x405b2f['err']?_0x405b2f[_0x1593d3(0x90)]['message']:null;}}const a4_0x156def={};a4_0x156def[a4_0x3400ec(0x12c)]=O11yHelper,a4_0x156def['STATE_PASSED']=STATE_PASSED,a4_0x156def[a4_0x3400ec(0xe6)]=STATE_FAILED,a4_0x156def[a4_0x3400ec(0xec)]=TEST_EVENTS,module[a4_0x3400ec(0xc2)]=a4_0x156def;
|
|
1
|
+
const a4_0x18b938=a4_0x5a88;(function(_0x3ea581,_0x5003a7){const _0x2ab611=a4_0x5a88,_0x581fb1=_0x3ea581();while(!![]){try{const _0x5ae238=-parseInt(_0x2ab611(0xd2))/0x1*(-parseInt(_0x2ab611(0x120))/0x2)+parseInt(_0x2ab611(0x143))/0x3*(parseInt(_0x2ab611(0xe0))/0x4)+parseInt(_0x2ab611(0x179))/0x5+parseInt(_0x2ab611(0x180))/0x6*(parseInt(_0x2ab611(0x14c))/0x7)+parseInt(_0x2ab611(0xb3))/0x8*(parseInt(_0x2ab611(0x189))/0x9)+parseInt(_0x2ab611(0xdc))/0xa+parseInt(_0x2ab611(0x164))/0xb*(-parseInt(_0x2ab611(0xe7))/0xc);if(_0x5ae238===_0x5003a7)break;else _0x581fb1['push'](_0x581fb1['shift']());}catch(_0x35d4ae){_0x581fb1['push'](_0x581fb1['shift']());}}}(a4_0x1606,0x9bc64));const path=require('path'),fs=require('fs'),{v4:uuidv4}=require('uuid'),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require('../../helpers/helper'),testOpsHelper=require('../../helpers/test-observability/utils'),{getTestEnv}=require(a4_0x18b938(0xee)),{FRAMEWORKS}=require(a4_0x18b938(0x187)),logger=require('../../helpers/logger')[a4_0x18b938(0x16d)],SessionHandler=require(a4_0x18b938(0xce)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),PlaywrightSessionDetails=require(a4_0x18b938(0x134)),debug=testOpsHelper[a4_0x18b938(0x18b)],{processAccessibilityCaps}=require(a4_0x18b938(0x144)),Constants=require('../utils/constants'),{fetchPlatformDetails}=require(a4_0x18b938(0x11a)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x18b938(0xfc)),constants=require(a4_0x18b938(0x172)),STATE_PASSED=a4_0x18b938(0xc1),STATE_FAILED=a4_0x18b938(0x13a),a4_0x2f2986={};a4_0x2f2986[a4_0x18b938(0x14e)]=a4_0x18b938(0x109),a4_0x2f2986[a4_0x18b938(0xfa)]=a4_0x18b938(0xd4),a4_0x2f2986[a4_0x18b938(0xe9)]=a4_0x18b938(0xf2),a4_0x2f2986['HOOK_RUN_STARTED']='HookRunStarted',a4_0x2f2986['HOOK_RUN_FINISHED']=a4_0x18b938(0x178);function a4_0x5a88(_0x323eca,_0x6b8569){const _0x16067c=a4_0x1606();return a4_0x5a88=function(_0x5a88b9,_0x436808){_0x5a88b9=_0x5a88b9-0x9c;let _0x46e24f=_0x16067c[_0x5a88b9];return _0x46e24f;},a4_0x5a88(_0x323eca,_0x6b8569);}const TEST_EVENTS=a4_0x2f2986,parseEvent=_0x497dfe=>{const _0x932e7c=a4_0x18b938,_0x4a65a0={};_0x4a65a0[_0x932e7c(0xa2)]=function(_0x11e0f3,_0x283f23){return _0x11e0f3<_0x283f23;},_0x4a65a0['YOrsJ']=function(_0xffac4e,_0x362e02){return _0xffac4e===_0x362e02;},_0x4a65a0[_0x932e7c(0x10f)]=_0x932e7c(0x117),_0x4a65a0[_0x932e7c(0x136)]=_0x932e7c(0x159),_0x4a65a0[_0x932e7c(0x112)]=function(_0x4aad97,_0x3c758f){return _0x4aad97===_0x3c758f;},_0x4a65a0[_0x932e7c(0xde)]='skipped',_0x4a65a0[_0x932e7c(0x132)]=_0x932e7c(0xea),_0x4a65a0[_0x932e7c(0x110)]=function(_0x4a2f3d,_0x2627cb){return _0x4a2f3d===_0x2627cb;},_0x4a65a0[_0x932e7c(0xda)]=_0x932e7c(0xb4);const _0x443e33=_0x4a65a0,_0x551dc6=_0x497dfe[_0x932e7c(0x128)](/^(.*)Run(.*)$/);if(!_0x551dc6)return null;if(_0x443e33['oKFnc'](_0x551dc6[_0x932e7c(0x15b)],0x3))return null;const _0x36f6a0=_0x551dc6[0x1][_0x932e7c(0x17e)](),_0x46b2c7=_0x551dc6[0x2][_0x932e7c(0x17e)]();return{'test':_0x443e33[_0x932e7c(0x162)](_0x36f6a0,_0x443e33['WmJJY']),'hook':_0x443e33['YOrsJ'](_0x36f6a0,_0x443e33['KIFGd']),'skipped':_0x443e33['ZQtsQ'](_0x46b2c7,_0x443e33[_0x932e7c(0xde)]),'started':_0x443e33['YOrsJ'](_0x46b2c7,_0x443e33[_0x932e7c(0x132)]),'finished':_0x443e33['qmEob'](_0x46b2c7,_0x443e33['nAZbw'])};},mockPWBrowserType=_0x250391=>{const _0xcd7c3b=a4_0x18b938,_0x1c5709={'odbcW':function(_0x154bb9,_0x59a315){return _0x154bb9===_0x59a315;},'YNJux':'string','QDGfr':function(_0x228d55,_0x300a7e,_0x18facc){return _0x228d55(_0x300a7e,_0x18facc);},'ZVReM':'wsEndpoint','KanDq':function(_0x4f5805,_0x25a91a){return _0x4f5805(_0x25a91a);},'efpHB':'browserstack','Megas':function(_0x1ef3c3,_0x300afc,_0x265627){return _0x1ef3c3(_0x300afc,_0x265627);},'dYvgE':function(_0x54cc8c,_0x106e00){return _0x54cc8c(_0x106e00);},'BNGQu':_0xcd7c3b(0xc8),'qBuzn':_0xcd7c3b(0xe6),'LZBkN':_0xcd7c3b(0xc4),'qATbg':function(_0xcfe173,_0x282df6){return _0xcfe173(_0x282df6);},'fsqZc':_0xcd7c3b(0xf4),'bafpY':_0xcd7c3b(0x167),'ucUZW':'launch'},_0x134bea=path['join'](_0x1c5709[_0xcd7c3b(0xf9)],_0x1c5709[_0xcd7c3b(0xa0)],_0x1c5709[_0xcd7c3b(0x10c)]),_0x20c991=_0x1c5709['KanDq'](importFileFromPWCore,_0x134bea);if(!_0x20c991){_0x1c5709[_0xcd7c3b(0x12e)](debug,_0x1c5709[_0xcd7c3b(0x13c)]);return;}const _0xaf16b=_0x20c991['BrowserType'],_0x4dfc9b=_0xaf16b[_0xcd7c3b(0xcd)];if(_0x4dfc9b['obsBrowserTypeMockApplied'])return;const _0x9d0003=_0x4dfc9b['connect'];Object[_0xcd7c3b(0xca)](_0x4dfc9b,_0x1c5709[_0xcd7c3b(0x113)],{'get':function(){return async function _0x237536(_0x51661c,_0x29b7c8){const _0x470dfc=a4_0x5a88,_0x146bdc={'WSJeu':function(_0x309871,_0x24a739){const _0x405112=a4_0x5a88;return _0x1c5709[_0x405112(0xa4)](_0x309871,_0x24a739);},'MsOKn':_0x1c5709[_0x470dfc(0x185)]},_0x48468c=_0x1c5709[_0x470dfc(0xa6)](nestedKeyValue,_0x51661c,[_0x1c5709[_0x470dfc(0x115)]])||_0x51661c;let _0x13f07b=null,_0x4d55c9=null;try{[_0x4d55c9,_0x13f07b]=_0x48468c?_0x1c5709[_0x470dfc(0x190)](parseWSEndpoint,_0x48468c):[null,null],global[_0x470dfc(0xc2)]=_0x13f07b,logger[_0x470dfc(0x18b)](_0x470dfc(0xc0)+_0x4d55c9),_0x4d55c9[_0x470dfc(0xab)](Constants['BROWSERSTACK'])&&(global[_0x470dfc(0xfb)]=_0x1c5709[_0x470dfc(0x12a)]);}catch(_0x4b6cfa){logger['debug'](_0x470dfc(0x13e)+_0x48468c+'\x20'+_0x4b6cfa);}_0x1c5709[_0x470dfc(0xdd)](processAccessibilityCaps,_0x13f07b,_0x4d55c9);if(global[_0x470dfc(0xc3)]){const _0x2125e5=await _0x4dfc9b[_0x470dfc(0x126)][_0x470dfc(0x11f)](this,[''+Constants[_0x470dfc(0x133)]+_0x1c5709[_0x470dfc(0x14f)](encodeURIComponent,JSON['stringify'](_0x13f07b))]);return PlaywrightSessionDetails['setupBrowserDetails'](_0x2125e5,_0x250391,_0x48468c),_0x2125e5;}return _0x9d0003[_0x470dfc(0x11f)](this,arguments)[_0x470dfc(0x176)](_0x3acb90=>{const _0x4de495=_0x470dfc;let _0x4fbd59=_0x51661c['wsEndpoint'];return _0x146bdc[_0x4de495(0xdb)](typeof _0x51661c,_0x146bdc[_0x4de495(0x12c)])&&(_0x4fbd59=_0x51661c),PlaywrightSessionDetails[_0x4de495(0xa8)](_0x3acb90,_0x250391,_0x4fbd59),_0x3acb90;});};}});const _0x3af570=_0x4dfc9b['launch'];Object[_0xcd7c3b(0xca)](_0x4dfc9b,_0x1c5709['ucUZW'],{'get':function(){return async function _0x3cee0a(){const _0x336f52=a4_0x5a88;return _0x3af570[_0x336f52(0x11f)](this,arguments)[_0x336f52(0x176)](_0x26149b=>{const _0x44c447=_0x336f52;return PlaywrightSessionDetails[_0x44c447(0xa8)](_0x26149b,null),_0x26149b;});};}});};function a4_0x1606(){const _0xf4f834=['oKFnc','err','odbcW','hook_type','QDGfr','JMuwk','setupBrowserDetails','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','failureData','includes','toISOString','\x20with\x20error\x20:\x20','skipped','CODECEPT','CHcvx','_beforeEach','mqfdQ','5304TxThQJ','finished','KFyKD','yiCNV','LogCreated','wxVKo','hookAnalyticsId','now','meta','ctx','dmgKj','kCzmW','PathHelper','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','passed','__platformCaps','accessibilityPlatform','browserType.js','errorsDetailed','csHmB','Udnfo','lib','bs:addLog:','defineProperty','getTime','message','prototype','../../helpers/test-observability/sessionHandler','getHookType','groups','QTYKE','31fVFXOC','YrNfR','TestRunFinished','BdAXF','oCCty','cwd','hZKfM','STATE_PASSED','nAZbw','WSJeu','2374580hCWnpf','Megas','BGcNl','xMGIx','4rSuyAz','gTHiK','failure','JTsPh','Wvmrp','type','client','1204476ScNKUc','duration','TEST_RUN_SKIPPED','started','IQfdg','config','constructor','../mocha/test-observability/mochaUtils','nvJkN','suites','exports','TestRunSkipped','concat','Not\x20able\x20to\x20import\x20Browser','_testEnv','dirname','FkUzM','TEST_REPORTING_ANALYTICS','BNGQu','TEST_RUN_FINISHED','__cloud_provider___','../../helpers/testhub/utils.js','HqGpn','BnJOF','_paths','MaQRy','currentHook','captureEvent','mHHtN','hDoyB','body','Playwright','failure_backtrace','patchConsoleLogger','TestRunStarted','getFailureType','inspect','LZBkN','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','hook_run_uuid','WmJJY','qmEob','uDhzE','ZQtsQ','bafpY','bddSteps','ZVReM','test_run','test','javascript','bddStepStart','./helper.js','findGitConfig','PsKRZ','find','STATE_FAILED','apply','15898fsTgCv','keyword','iJUQD','_afterAll','testAnalyticsId','startedAt','connectOverCDP','name','match','pWPbh','efpHB','fullTitle','MsOKn','shutdown','qATbg','uuid','relative','mzQzo','bVTju','PLAYWRIGHT_HUB_URL','../playwright/sessionDetails','appendTestItemLog','KIFGd','rtjgp','oPngs','integrations','failed','.git','fsqZc','getCBTInfo','Failed\x20to\x20parse\x20wsendpoint\x20','stepAnalyticsId','CJWlm','_beforeAll','EiXZP','1327239tqsFyR','../playwright/accessibility-helper','initializeBddStep','AhNaD','replace','getHierarchy','failed\x20to\x20get\x20root\x20parent\x20file\x20','prefixTestPath','location_prefix','7SLazUP','title','TEST_RUN_STARTED','dYvgE','split','frameworkName','AVKIF','eGONH','pending','bind','driver','qBFlv','enabled','hook','statSync','length','qEWqn','result','oicFJ','uploadEventData','file_name','_afterEach','YOrsJ','getRootParentFile','385nlOEkB','O11yHelper','GTcHQ','connect','pid','vBEDN','hooks','currentTest','feature','winstonLogger','event_type','stop','mapTestHooks','NNIZI','../utils/constants','test_run_uuid','KakPl','parent','then','text','HookRunFinished','3864485fMMXfw','file','logs','status','KHBCM','toLowerCase','failure_reason_expanded','7578966jarEXi','markedStatus','finished_at','forEach','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','YNJux','5|0|2|3|1|4','../../helpers/test-observability/constants','resetSkipTestHooks','16137dDOgns','RyEsJ','debug','push','retryOf','IcKht','removeAllListeners','KanDq','iUjZt','lPFRa','DcZuz','backtrace','sendCBTInfo','TEST_EVENTS','qBuzn','mkfyN'];a4_0x1606=function(){return _0xf4f834;};return a4_0x1606();}class O11yHelper{[a4_0x18b938(0x16b)]=null;[a4_0x18b938(0x101)]=null;[a4_0x18b938(0x158)]=![];[a4_0x18b938(0x151)]=![];constructor(_0x4f7188,_0x3351c5){const _0x2f9821=a4_0x18b938,_0x115dd0={'IQfdg':_0x2f9821(0x186),'KFyKD':function(_0x45493c){return _0x45493c();},'iUjZt':function(_0x316090,_0x3bfffd){return _0x316090===_0x3bfffd;},'mHHtN':_0x2f9821(0x106),'YrNfR':function(_0x484ccc,_0x971bd){return _0x484ccc(_0x971bd);},'mqfdQ':function(_0x592b1e){return _0x592b1e();}},_0x486e99=_0x115dd0[_0x2f9821(0xeb)][_0x2f9821(0x150)]('|');let _0x326330=0x0;while(!![]){switch(_0x486e99[_0x326330++]){case'0':this[_0x2f9821(0x151)]=_0x3351c5[_0x2f9821(0x151)];continue;case'1':this[_0x2f9821(0xff)]=new testOpsHelper[(_0x2f9821(0xbf))]({'cwd':process[_0x2f9821(0xd7)]()},this[_0x2f9821(0xf5)][_0x2f9821(0x14b)]);continue;case'2':this[_0x2f9821(0x156)]=_0x4f7188;continue;case'3':this[_0x2f9821(0xf5)]=_0x115dd0[_0x2f9821(0xb5)](getTestEnv);continue;case'4':this[_0x2f9821(0x156)]&&_0x115dd0[_0x2f9821(0x191)](this[_0x2f9821(0x156)][_0x2f9821(0xed)]['name'],_0x115dd0[_0x2f9821(0x103)])&&_0x115dd0[_0x2f9821(0xd3)](mockPWBrowserType,null);continue;case'5':this['enabled']=_0x115dd0[_0x2f9821(0xb2)](shouldProcessEventForTesthub);continue;}break;}}['start'](){const _0x4db2a9=a4_0x18b938;if(!this[_0x4db2a9(0x158)])return;testOpsHelper[_0x4db2a9(0x108)](),process[_0x4db2a9(0x18f)](_0x4db2a9(0xc9)+process[_0x4db2a9(0x168)]),process['on'](_0x4db2a9(0xc9)+process[_0x4db2a9(0x168)],this[_0x4db2a9(0x135)][_0x4db2a9(0x155)](this));}async[a4_0x18b938(0x16f)](){const _0x3ed9d9=a4_0x18b938;await RequestQueueHandler['getInstance']()[_0x3ed9d9(0x12d)]();}async[a4_0x18b938(0x135)](_0x7e9ef0){const _0x2aa641=a4_0x18b938,_0x4a107f={'mzQzo':_0x2aa641(0xb7),'gTHiK':function(_0x7c028d,_0x4b1519){return _0x7c028d(_0x4b1519);}};try{this[_0x2aa641(0x101)]&&!this[_0x2aa641(0x101)]['markedStatus']&&(_0x7e9ef0[_0x2aa641(0x10e)]=this[_0x2aa641(0x101)]['hookAnalyticsId']);!_0x7e9ef0['hook_run_uuid']&&this['currentTest']&&!this[_0x2aa641(0x16b)]['markedStatus']&&(_0x7e9ef0[_0x2aa641(0x173)]=this['currentTest'][_0x2aa641(0x124)]);if(_0x7e9ef0['hook_run_uuid']||_0x7e9ef0[_0x2aa641(0x173)]){const _0x25eed8={};_0x25eed8['event_type']=_0x4a107f[_0x2aa641(0x131)],_0x25eed8[_0x2aa641(0x17b)]=[_0x7e9ef0],await SessionHandler[_0x2aa641(0x15f)](_0x25eed8);}}catch(_0x24a6f5){_0x4a107f[_0x2aa641(0xe1)](debug,'Exception\x20in\x20uploading\x20log\x20data\x20to\x20'+constants[_0x2aa641(0xf8)]+_0x2aa641(0xad)+_0x24a6f5);}}async[a4_0x18b938(0x9e)](_0x25aed7){const _0x474a86=a4_0x18b938,_0x4f0d0b={'hDoyB':'CBTSessionCreated','HMIsb':function(_0x3591a3,_0x2490f4){return _0x3591a3(_0x2490f4);}};if(!this[_0x474a86(0x158)])return;const _0x219563=this[_0x474a86(0x13d)](this[_0x474a86(0x156)]);try{const _0x132685={};_0x132685[_0x474a86(0x12f)]=_0x25aed7,_0x132685[_0x474a86(0x139)]=_0x219563;const _0x45429f=_0x132685,_0x48fc34={};_0x48fc34[_0x474a86(0x16e)]=_0x4f0d0b[_0x474a86(0x104)],_0x48fc34['test_run']=_0x45429f,await SessionHandler[_0x474a86(0x15f)](_0x48fc34);}catch(_0x577111){_0x4f0d0b['HMIsb'](debug,_0x474a86(0xa9)+constants[_0x474a86(0xf8)]+_0x474a86(0xad)+_0x577111);}}['getCBTInfo'](_0x374756){const _0x26982a=a4_0x18b938,_0x530686={'iJUQD':function(_0x5f52dc,_0xa9ce68){return _0x5f52dc(_0xa9ce68);}};return _0x530686[_0x26982a(0x122)](fetchPlatformDetails,_0x374756);}[a4_0x18b938(0x188)]=_0x2eacc3=>{const _0x1ffbe2=a4_0x18b938,_0x2ed547={};_0x2ed547['yiCNV']=_0x1ffbe2(0xb1),_0x2ed547['oPngs']=_0x1ffbe2(0x161);const _0x314dc5=_0x2ed547;if(!_0x2eacc3||!_0x2eacc3[_0x1ffbe2(0x175)])return;[_0x314dc5[_0x1ffbe2(0xb6)],_0x314dc5[_0x1ffbe2(0x138)]][_0x1ffbe2(0x183)](_0x3a98a8=>{const _0x2cecc2=_0x1ffbe2,_0x131bf0=_0x2eacc3[_0x2cecc2(0x175)][_0x3a98a8];_0x131bf0[_0x2cecc2(0x183)](_0x1b330d=>{const _0x191b62=_0x2cecc2;_0x1b330d[_0x191b62(0xb9)]&&(_0x1b330d['hookAnalyticsId']=null);});});};[a4_0x18b938(0x170)](_0x9b9176){const _0x63ed2b=a4_0x18b938,_0x4b26e9={'BnJOF':'codeceptjs','GTcHQ':function(_0x3d7916){return _0x3d7916();},'KHBCM':function(_0x2755dd,_0x4fa482){return _0x2755dd===_0x4fa482;},'BdAXF':_0x63ed2b(0x161),'RyEsJ':_0x63ed2b(0x141),'CJWlm':_0x63ed2b(0x123),'IydZh':_0x63ed2b(0xb1)};if(!_0x9b9176||!_0x9b9176[_0x63ed2b(0x175)])return;[_0x4b26e9[_0x63ed2b(0x18a)],_0x4b26e9[_0x63ed2b(0x140)],_0x4b26e9['IydZh'],_0x4b26e9[_0x63ed2b(0xd5)]][_0x63ed2b(0x183)](_0x175c5c=>{const _0x13c7ca=_0x63ed2b,_0x5ab4b2=_0x9b9176[_0x13c7ca(0x175)][_0x175c5c]||[];_0x5ab4b2[_0x13c7ca(0x183)](_0x2dca33=>{const _0xb687fd=_0x13c7ca;if(_0x2dca33[_0xb687fd(0x14d)][_0xb687fd(0xab)](_0x4b26e9[_0xb687fd(0xfe)]))return;if(!_0x2dca33['hookAnalyticsId'])_0x2dca33['hookAnalyticsId']=_0x4b26e9[_0xb687fd(0x166)](uuidv4);else _0x2dca33['markedStatus']&&_0x4b26e9[_0xb687fd(0x17d)](_0x175c5c,_0x4b26e9[_0xb687fd(0xd5)])&&(_0x2dca33[_0xb687fd(0xb9)]=_0x4b26e9[_0xb687fd(0x166)](uuidv4),delete _0x2dca33[_0xb687fd(0x181)]);});}),this['mapTestHooks'](_0x9b9176['parent']);}['getHooksForTest'](_0x17a7b7){const _0x4af14c=a4_0x18b938,_0x555871={};_0x555871['nPoqC']=_0x4af14c(0x141),_0x555871[_0x4af14c(0xc7)]=_0x4af14c(0x123),_0x555871[_0x4af14c(0xe3)]='_beforeEach',_0x555871[_0x4af14c(0x157)]=_0x4af14c(0x161);const _0x4115be=_0x555871;if(!_0x17a7b7||!_0x17a7b7['parent'])return[];const _0x514cc7=[];return[_0x4115be['nPoqC'],_0x4115be['Udnfo'],_0x4115be[_0x4af14c(0xe3)],_0x4115be[_0x4af14c(0x157)]][_0x4af14c(0x183)](_0x3a28db=>{const _0x4b123a=_0x4af14c,_0x4f28c5=_0x17a7b7[_0x4b123a(0x175)][_0x3a28db]||[];_0x4f28c5['forEach'](_0xc46c94=>{const _0x4848af=_0x4b123a;_0xc46c94[_0x4848af(0xb9)]&&_0x514cc7[_0x4848af(0x18c)](_0xc46c94[_0x4848af(0xb9)]);});}),[][_0x4af14c(0xf3)](_0x514cc7,this['getHooksForTest'](_0x17a7b7[_0x4af14c(0x175)]));}[a4_0x18b938(0xcf)](_0x1bdcee){const _0x45e929=a4_0x18b938,_0x26f3a9=/^"(?<hook>.*)" hook:.*$/,_0x298c59=_0x1bdcee[_0x45e929(0x14d)],_0x5988be=_0x298c59[_0x45e929(0x128)](_0x26f3a9);if(_0x5988be&&_0x5988be['groups'])return _0x5988be[_0x45e929(0xd0)][_0x45e929(0x159)]['toUpperCase']()[_0x45e929(0x147)]('\x20','_');return null;}[a4_0x18b938(0x11b)](_0x59aa96){const _0x1ee9be=a4_0x18b938,_0x2b249a={};_0x2b249a[_0x1ee9be(0x153)]=function(_0x3931ef,_0x4927c3){return _0x3931ef===_0x4927c3;},_0x2b249a[_0x1ee9be(0x111)]=function(_0x506cea,_0x36147e){return _0x506cea===_0x36147e;},_0x2b249a[_0x1ee9be(0x11c)]=function(_0x11c28f,_0x3af15d){return _0x11c28f===_0x3af15d;},_0x2b249a[_0x1ee9be(0x152)]=_0x1ee9be(0x13b),_0x2b249a['kCzmW']=_0x1ee9be(0xec);const _0x4a8394=_0x2b249a,_0x5aaa0d=path['sep'];if(_0x4a8394['eGONH'](_0x59aa96,null)||_0x4a8394['uDhzE'](_0x59aa96,'')||_0x4a8394[_0x1ee9be(0x11c)](_0x59aa96,_0x5aaa0d)||_0x4a8394[_0x1ee9be(0x111)](_0x59aa96,path[_0x1ee9be(0xf6)](_0x59aa96)))return null;try{return fs[_0x1ee9be(0x15a)](path['join'](_0x59aa96,_0x4a8394['AVKIF'],_0x4a8394[_0x1ee9be(0xbe)])),_0x59aa96;}catch(_0x13b7c1){const _0x4563d9=path[_0x1ee9be(0xf6)](_0x59aa96);return this['findGitConfig'](_0x4563d9);}}[a4_0x18b938(0x163)](_0x4d8373){const _0x5a946a=a4_0x18b938,_0x2cf3e3={};_0x2cf3e3[_0x5a946a(0xbd)]=function(_0xd1463,_0x4fb09d){return _0xd1463>_0x4fb09d;};const _0x12a1bd=_0x2cf3e3;if(_0x4d8373[_0x5a946a(0x17a)])return _0x4d8373[_0x5a946a(0x17a)];if(_0x4d8373[_0x5a946a(0xbc)]){const _0x498e6a=_0x4d8373['ctx'][_0x5a946a(0x16b)]?this[_0x5a946a(0x163)](_0x4d8373[_0x5a946a(0xbc)][_0x5a946a(0x16b)]):null;if(_0x498e6a)return _0x498e6a;}if(_0x4d8373[_0x5a946a(0x175)]){const _0x19ff62=this[_0x5a946a(0x163)](_0x4d8373['parent'])||(_0x4d8373['parent'][_0x5a946a(0xbc)]&&_0x4d8373[_0x5a946a(0x175)][_0x5a946a(0xbc)][_0x5a946a(0x16b)]?this[_0x5a946a(0x163)](_0x4d8373[_0x5a946a(0x175)][_0x5a946a(0xbc)][_0x5a946a(0x16b)]):null);if(_0x19ff62)return _0x19ff62;_0x4d8373[_0x5a946a(0x175)][_0x5a946a(0xf0)]&&_0x12a1bd[_0x5a946a(0xbd)](_0x4d8373[_0x5a946a(0x175)][_0x5a946a(0xf0)][_0x5a946a(0x15b)],0x0)&&_0x4d8373['parent'][_0x5a946a(0xf0)][_0x5a946a(0x183)](_0x253ab9=>{const _0x5676ce=_0x253ab9['ctx']?this['getRootParentFile'](_0x253ab9['ctx']):null;if(_0x5676ce)return _0x5676ce;});}return null;}[a4_0x18b938(0x148)](_0x1ea63f){const _0x15c515=a4_0x18b938,_0x1ecc82={};_0x1ecc82[_0x15c515(0x142)]=function(_0xbc2b27,_0x533b07){return _0xbc2b27!==_0x533b07;};const _0x429f21=_0x1ecc82,_0x17bc48=[];if(_0x1ea63f&&_0x1ea63f[_0x15c515(0x175)]){let _0x3dd8cf=_0x1ea63f[_0x15c515(0x175)];while(_0x3dd8cf&&_0x429f21[_0x15c515(0x142)](_0x3dd8cf[_0x15c515(0x14d)],'')){_0x17bc48[_0x15c515(0x18c)](_0x3dd8cf[_0x15c515(0x14d)]),_0x3dd8cf=_0x3dd8cf[_0x15c515(0x175)];}}return _0x17bc48;}[a4_0x18b938(0x102)](_0x1b38cd,_0x53e1b7,_0x7b119a=undefined){const _0x5ac5b3=a4_0x18b938,_0xd3fdac={'KakPl':function(_0x5e65da,_0x559937){return _0x5e65da(_0x559937);},'mkfyN':function(_0x4e1be2){return _0x4e1be2();},'FkUzM':function(_0x1ea861){return _0x1ea861();},'wxVKo':function(_0x255892){return _0x255892();},'rtjgp':function(_0x387e7d,_0x20d2a4){return _0x387e7d(_0x20d2a4);},'Wvmrp':'util','ZSVAJ':_0x5ac5b3(0xa3),'lPFRa':function(_0x581980,_0x4adf0d){return _0x581980!==_0x4adf0d;},'MaQRy':function(_0x15e571,_0x399da5){return _0x15e571!==_0x399da5;},'NNIZI':'File\x20path\x20could\x20not\x20be\x20found','qEWqn':'pending','AhNaD':'failed','xMGIx':_0x5ac5b3(0xc1),'jkXCs':'skipped','xIupj':_0x5ac5b3(0x118),'csHmB':function(_0x48e044,_0x114241){return _0x48e044-_0x114241;},'oCCty':function(_0x9cc0d9,_0x4e9f89,_0x13d247,_0xfec781,_0x832b05){return _0x9cc0d9(_0x4e9f89,_0x13d247,_0xfec781,_0x832b05);},'gAqsK':_0x5ac5b3(0x139),'nvJkN':_0x5ac5b3(0xbb),'IcKht':_0x5ac5b3(0xe2),'oicFJ':_0x5ac5b3(0x107),'JMuwk':_0x5ac5b3(0x9d),'WUsyI':_0x5ac5b3(0x17f),'pWPbh':'expanded','hZKfM':function(_0x365f83,_0x50a9a3){return _0x365f83===_0x50a9a3;},'muhRb':'hook_run','OThZD':_0x5ac5b3(0x116)};if(!this['enabled'])return;try{if(_0x53e1b7['fn']&&_0x53e1b7['fn']['toString']()[_0x5ac5b3(0x128)](/browserstack internal helper hook/))return;const _0x4839d0=_0xd3fdac[_0x5ac5b3(0x174)](parseEvent,_0x1b38cd);if(!_0x4839d0)return;if(_0x4839d0[_0x5ac5b3(0x117)]){this[_0x5ac5b3(0x16b)]=_0x53e1b7,this[_0x5ac5b3(0x101)]=null;if(_0x4839d0[_0x5ac5b3(0xea)]||_0x4839d0[_0x5ac5b3(0xae)]){_0x53e1b7[_0x5ac5b3(0x125)]=new Date(),_0x53e1b7['markedStatus']=![];if(!_0x53e1b7['testAnalyticsId'])_0x53e1b7[_0x5ac5b3(0x124)]=_0xd3fdac[_0x5ac5b3(0xa1)](uuidv4);else _0x53e1b7[_0x5ac5b3(0x181)]&&(!_0x53e1b7[_0x5ac5b3(0x18d)]&&(_0x53e1b7[_0x5ac5b3(0x18d)]=_0x53e1b7[_0x5ac5b3(0x124)]),_0x53e1b7['testAnalyticsId']=_0xd3fdac[_0x5ac5b3(0xa1)](uuidv4));}}else{if(_0x4839d0[_0x5ac5b3(0x159)]){this[_0x5ac5b3(0x101)]=_0x53e1b7;if(_0x4839d0['started']){_0x53e1b7[_0x5ac5b3(0x125)]=new Date(),_0x53e1b7[_0x5ac5b3(0x181)]=![];if(!_0x53e1b7[_0x5ac5b3(0xb9)])_0x53e1b7[_0x5ac5b3(0xb9)]=_0xd3fdac[_0x5ac5b3(0xf7)](uuidv4);else _0x53e1b7[_0x5ac5b3(0xb9)]&&_0x53e1b7[_0x5ac5b3(0x181)]&&(_0x53e1b7[_0x5ac5b3(0xb9)]=_0xd3fdac[_0x5ac5b3(0xb8)](uuidv4));}}}if(_0x4839d0[_0x5ac5b3(0xb4)]&&_0x53e1b7[_0x5ac5b3(0x181)])return;let _0x30c0f8;try{_0x30c0f8=this['getRootParentFile'](_0x53e1b7);}catch(_0x21a4b6){logger['debug'](_0x5ac5b3(0x149)+_0x21a4b6),_0x30c0f8=null;}const _0x4e68dc=_0xd3fdac[_0x5ac5b3(0x137)](require,_0xd3fdac[_0x5ac5b3(0xe4)]);let _0x95384f=[];_0x7b119a&&(_0x95384f=[_0x7b119a,_0xd3fdac['ZSVAJ']]);const _0x4e2dfa=_0xd3fdac[_0x5ac5b3(0x192)](_0x53e1b7[_0x5ac5b3(0xc5)],undefined)?_0x4e68dc[_0x5ac5b3(0x10b)](_0x53e1b7[_0x5ac5b3(0xc5)][0x0]):_0xd3fdac[_0x5ac5b3(0x100)](_0x7b119a,undefined)?_0x7b119a['toString']():undefined,_0x1a045f=_0x30c0f8?this[_0x5ac5b3(0x11b)](_0x30c0f8):null,_0x2c78b6=_0x30c0f8?this['_paths'][_0x5ac5b3(0x14a)](this[_0x5ac5b3(0x163)](_0x53e1b7)):_0xd3fdac[_0x5ac5b3(0x171)];let _0x4d0540=_0xd3fdac['qEWqn'];const _0x20118e=!_0x4839d0['started']?new Date()['toISOString']():null;if(_0x4839d0[_0x5ac5b3(0xb4)])_0x4d0540=_0x7b119a?_0xd3fdac['AhNaD']:_0xd3fdac[_0x5ac5b3(0xdf)],_0x53e1b7[_0x5ac5b3(0x181)]=!![];else _0x4839d0['skipped']&&(_0x4d0540=_0xd3fdac['jkXCs'],_0x53e1b7[_0x5ac5b3(0x181)]=!![]);const _0xa24ded={'framework':this['frameworkName'],'uuid':_0x53e1b7[_0x5ac5b3(0x124)]||_0x53e1b7[_0x5ac5b3(0xb9)],'name':_0x53e1b7['title'],'body':{'lang':_0xd3fdac['xIupj'],'code':_0x53e1b7[_0x5ac5b3(0x105)]['toString']()},'type':_0x53e1b7[_0x5ac5b3(0xe5)],'scope':_0x53e1b7[_0x5ac5b3(0x12b)](),'scopes':this[_0x5ac5b3(0x148)](_0x53e1b7),'file_name':_0x2c78b6,'vc_filepath':_0x1a045f?path[_0x5ac5b3(0x130)](_0x1a045f,_0x30c0f8):null,'location':_0x2c78b6,'result':_0x4d0540,'failure_reason':_0x4e2dfa,'duration_in_ms':_0x53e1b7[_0x5ac5b3(0xe8)]||(_0x4839d0[_0x5ac5b3(0xb4)]||_0x4839d0[_0x5ac5b3(0xae)])?_0xd3fdac[_0x5ac5b3(0xc6)](Date[_0x5ac5b3(0xba)](),new Date(_0x53e1b7['startedAt'])[_0x5ac5b3(0xcb)]()):null,'started_at':new Date(_0x53e1b7['startedAt'])['toISOString'](),'finished_at':_0x20118e,'failure':testOpsHelper[_0x5ac5b3(0xaa)][_0x5ac5b3(0x11f)](null,_0x95384f),'failure_type':!_0x4e2dfa?null:testOpsHelper[_0x5ac5b3(0x10a)](_0x4e2dfa),'retry_of':_0x53e1b7[_0x5ac5b3(0x18d)]||null,'tags':_0x53e1b7['tags']||[],'customRerunParam':{'rerun_name':_0x53e1b7[_0x5ac5b3(0x12b)]()}};_0xd3fdac[_0x5ac5b3(0xd6)](appendTesthubParams,_0xa24ded,_0x1b38cd,_0x53e1b7,FRAMEWORKS[_0x5ac5b3(0xaf)]);if(_0x4839d0[_0x5ac5b3(0x159)])[_0xa24ded[_0x5ac5b3(0xa5)],_0xa24ded['name']]=[this[_0x5ac5b3(0xcf)](_0x53e1b7),_0x53e1b7[_0x5ac5b3(0xbc)][_0x5ac5b3(0x117)]['title']],_0x4839d0[_0x5ac5b3(0xb4)]?_0xd3fdac['MaQRy'](_0xa24ded[_0x5ac5b3(0x15d)],_0xd3fdac[_0x5ac5b3(0x146)])&&(_0xa24ded['result']=_0xd3fdac[_0x5ac5b3(0xdf)]):_0xa24ded['body']={};else _0x4839d0['test']&&(this[_0x5ac5b3(0x170)](_0x53e1b7),_0x4839d0[_0x5ac5b3(0xae)]&&this[_0x5ac5b3(0x188)](_0x53e1b7),(_0x4839d0[_0x5ac5b3(0xb4)]||_0x4839d0[_0x5ac5b3(0xae)])&&(_0xa24ded[_0x5ac5b3(0x16a)]=this['getHooksForTest'](_0x53e1b7)));this[_0x5ac5b3(0x156)]&&(_0x4839d0[_0x5ac5b3(0xea)]||_0x4839d0[_0x5ac5b3(0xae)])&&(_0xa24ded[_0xd3fdac['gAqsK']]=this[_0x5ac5b3(0x13d)](this[_0x5ac5b3(0x156)]));_0x4839d0[_0x5ac5b3(0x117)]&&_0x4839d0['finished']&&_0x53e1b7['bddSteps']&&(_0xa24ded[_0xd3fdac[_0x5ac5b3(0xef)]]={'feature':{'name':_0x53e1b7['parent'][_0x5ac5b3(0x16c)][_0x5ac5b3(0x127)],'path':_0xa24ded[_0x5ac5b3(0x160)],'description':_0x53e1b7[_0x5ac5b3(0x175)]['comment']},'scenario':{'name':_0x53e1b7[_0x5ac5b3(0x14d)]},'steps':_0x53e1b7['bddSteps']});const _0x5de79b=_0xa24ded[_0xd3fdac[_0x5ac5b3(0x18e)]][0x0];_0x5de79b&&(_0xa24ded[_0xd3fdac[_0x5ac5b3(0x15e)]]=_0x5de79b[_0xd3fdac[_0x5ac5b3(0xa7)]],_0xa24ded[_0xd3fdac['WUsyI']]=_0x5de79b[_0xd3fdac[_0x5ac5b3(0x129)]]);if(_0x53e1b7[_0x5ac5b3(0x114)])for(const _0x48cc28 of _0x53e1b7[_0x5ac5b3(0x114)]){!_0x48cc28[_0x5ac5b3(0x182)]&&(_0x48cc28[_0x5ac5b3(0x182)]=new Date()[_0x5ac5b3(0xac)](),_0xd3fdac[_0x5ac5b3(0xd8)](_0x48cc28[_0x5ac5b3(0x15d)],_0xd3fdac[_0x5ac5b3(0x15c)])&&(_0x5de79b?(_0x48cc28[_0x5ac5b3(0x15d)]=_0xd3fdac[_0x5ac5b3(0x146)],_0x48cc28[_0x5ac5b3(0xe2)]=_0x5de79b[_0xd3fdac[_0x5ac5b3(0xa7)]][0x0]):_0x48cc28[_0x5ac5b3(0x15d)]=_0xd3fdac[_0x5ac5b3(0xdf)]));}const _0x4ebbed={};_0x4ebbed[_0x5ac5b3(0x16e)]=_0x4839d0['skipped']?TEST_EVENTS['TEST_RUN_FINISHED']:_0x1b38cd;const _0x26c34a=_0x4ebbed;return _0x4839d0[_0x5ac5b3(0x159)]?_0x26c34a[_0xd3fdac['muhRb']]=_0xa24ded:_0x26c34a[_0xd3fdac['OThZD']]=_0xa24ded,_0x26c34a;}catch(_0x214439){logger[_0x5ac5b3(0x18b)](_0x5ac5b3(0x10d)+_0x1b38cd+'\x20with\x20error\x20:\x20'+_0x214439);}}async['fireEvent'](_0x1be832,_0x24ffe9){const _0x3e0d32=a4_0x18b938;if(!this[_0x3e0d32(0x158)]||!_0x24ffe9||!_0x1be832)return![];try{return await SessionHandler['uploadEventData'](_0x24ffe9);}catch(_0x5a1b06){logger['debug'](_0x3e0d32(0x184)+_0x1be832+_0x3e0d32(0xad)+_0x5a1b06);}}[a4_0x18b938(0x145)](_0xce30d2){const _0x2740a6=a4_0x18b938,_0x18852b={};_0x18852b['vBEDN']=_0x2740a6(0x154);const _0x14bdc8=_0x18852b;return{'id':_0xce30d2[_0x2740a6(0x13f)],'text':_0xce30d2[_0x2740a6(0x177)],'keyword':_0xce30d2[_0x2740a6(0x121)],'started_at':_0xce30d2['startedAt'][_0x2740a6(0xac)](),'result':_0x14bdc8[_0x2740a6(0x169)]};}[a4_0x18b938(0x119)](_0x182ec8){const _0x3d7540=a4_0x18b938,_0xec811d={'DcZuz':function(_0x1338f2){return _0x1338f2();}};!this['currentTest'][_0x3d7540(0x114)]&&(this['currentTest'][_0x3d7540(0x114)]=[]),!_0x182ec8[_0x3d7540(0x13f)]&&(_0x182ec8[_0x3d7540(0x13f)]=_0xec811d[_0x3d7540(0x9c)](uuidv4),_0x182ec8[_0x3d7540(0x125)]=new Date(),this['currentTest'][_0x3d7540(0x114)][_0x3d7540(0x18c)](this[_0x3d7540(0x145)](_0x182ec8)));}['bddStepFinish'](_0x4b6816){const _0x4d2278=a4_0x18b938,_0x5eb07d={'TXFbG':function(_0xb5394d,_0x12dc68){return _0xb5394d(_0x12dc68);},'CHcvx':'success','HqGpn':_0x4d2278(0x154),'KngrV':'passed','QTYKE':function(_0x56f0b6,_0x95983d){return _0x56f0b6-_0x95983d;}};let _0x4ee7c0=this[_0x4d2278(0x16b)]['bddSteps'][_0x4d2278(0x11d)](_0xa2e2be=>_0xa2e2be['id']===_0x4b6816[_0x4d2278(0x13f)]);_0x5eb07d['TXFbG'](isUndefined,_0x4ee7c0)&&(_0x4ee7c0=this[_0x4d2278(0x145)](_0x4b6816)),_0x4ee7c0[_0x4d2278(0x15d)]=[_0x5eb07d[_0x4d2278(0xb0)],_0x5eb07d[_0x4d2278(0xfd)]][_0x4d2278(0xab)](_0x4b6816[_0x4d2278(0x17c)])?_0x5eb07d['KngrV']:_0x4b6816[_0x4d2278(0x17c)],_0x4ee7c0['finished_at']=new Date()['toISOString'](),_0x4ee7c0[_0x4d2278(0xe8)]=_0x5eb07d[_0x4d2278(0xd1)](Date['now'](),_0x4b6816[_0x4d2278(0x125)]['getTime']()),_0x4ee7c0[_0x4d2278(0xe2)]=_0x4b6816[_0x4d2278(0xa3)]?_0x4b6816[_0x4d2278(0xa3)][_0x4d2278(0xcc)]:null;}}const a4_0x44d33c={};a4_0x44d33c[a4_0x18b938(0x165)]=O11yHelper,a4_0x44d33c[a4_0x18b938(0xd9)]=STATE_PASSED,a4_0x44d33c[a4_0x18b938(0x11e)]=STATE_FAILED,a4_0x44d33c[a4_0x18b938(0x9f)]=TEST_EVENTS,module[a4_0x18b938(0xf1)]=a4_0x44d33c;
|