browserstack-node-sdk 1.50.2 → 1.50.3
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
|
-
function a1_0x3785(){const _0x3cdc5e=['codeceptjs/lib/index.js','status','pages','add','info','WebDriver','action','SDK_POST_INITIALIZE','env','testAnalyticsId','RptzR','all','BsyPg','OeLfz','overwriteCommand','19148SMqxQP','__workerDetails','call','passed','devtools://','OVEsn','dispatcher','captureEvent','Performing\x20scan\x20for\x20','performScan','chromium','pid','TEST_RUN_SKIPPED','opGce','stringify','startMonitoring','hjMHN','command','test-before','IfwWE','container','TEST_SCREENSHOT','hook-started','codeceptjs/lib/helper/Playwright.js','version','restore','VAjxQ','Screenshot\x20path\x20not\x20found','thTestRunUuid','WurbS','saveScreenshot','ixsvf','ASErs','BS_TESTOPS_ALLOW_SCREENSHOTS','browserContext','currentTest','../../helpers/accessibility-automation/helper','PbVrj','bddStepFinish','stop','1353860SCNjKL','gsYeu','skipSessionName','patch','getSyncScript','SAVE_RESULTS','getAccessibilityResults','initSaveScreenshot','__driver','skipSessionStatus','XDqrc','filter','TEST_LOG','../../bin/playwright/accessibility-helper','Puppeteer','SDK_TEST','slice','7ExPCFu','toISOString','PnxHA','IIlJj','addRequestSpy','measureWrapper','niEOz','Failed\x20to\x20execute\x20_before:\x20','title','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','readFileSync','RpRlr','6RJTcOR','iXbNA','helpers','68faeDIF','TEST_RUN_STARTED','BS_A11Y_JWT','ctx','bs:addLog:','13952554gOsqQn','EuSmW','NhfUH','bnzro','getResultsSummary','warn','GET_RESULTS_SUMMARY','mmppT','cSElT','kLTIh','format','CHAEF','parse','WFtEN','startsWith','before','push','bddStepStart','../../helpers/request-spy','stopMonitoring','stack','hook-failed','after','from','qYuuW','patchSaveScreenshot','reason','FeoSi','class','toString','\x0aStack:\x20','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','executeScript','lGXVc','../../helpers/globals.js','event','ENV_VAR','util','qEWRy','KbRXk','ZmfVi','../../helpers/performance/constants','OFzCA','dbbfk','config','SDK_PRE_TEST','QGZDC','fireEvent','uJdRk','RjbRQ','webdriverio','PERFORM_SCAN','YDOOx','16363233LBjTtQ','codeceptjs','ApnKy','fJqZY','afterTest','enabled','test-failed','biiix','failed','name','SDK_PRE_INITIALIZE','LLrmt','../../helpers/testhub/constants.js','codeceptjs/lib/utils.js','hook','url','apply','qgvrI','winstonLogger','KFZzJ','SESSION_NAME','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','../../helpers/logger','../../helpers/performance/performance-tester','hookType','xMFCZ','../../helpers/accessibility-automation/scripts','SDK_HOOK','SYNC','test-after','exports','dHUWC','isArray','args','150189ttfYCu','browserStackExecuteDriver','uYvIe','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','TEST_RUN_FINISHED','pgqsG','./helper.js','nrrAZ','cGyfH','skipped','SESSION_STATUS','base64','BROWSERSTACK_TESTHUB_UUID','HOOK_RUN_STARTED','forEach','then','captureError','test-started','Element','bstackAllyScanning','prototype','BROWSERSTACK_TESTHUB_JWT','pznzg','_before','174dtcraL','HOOK_RUN_FINISHED','WLepz','bind','324395cnVVAk','testFramework','Playwright','aJjYa','ALGEW','setSessionStatus','aupqf','end','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','SDK_POST_TEST','started','bLYFW','../../helpers/test-observability/utils','test','start','arguments','message','NVXbG','INFO','4219288RsSxHN','FQWjD','./o11yHelper','FGFPT','accessibilityPlatform','shouldWrapCommand','TvqFi','emit','bddStep-after','page','setGlobal','thJwtToken','browserstack_executor:\x20','hook-passed','constructor','debug','GET_RESULTS','string','_setPage'];a1_0x3785=function(){return _0x3cdc5e;};return a1_0x3785();}const a1_0x20dcb0=a1_0x5064;function a1_0x5064(_0x3dbb10,_0x4e2448){const _0x3785be=a1_0x3785();return a1_0x5064=function(_0x506473,_0x1c6c2d){_0x506473=_0x506473-0x9d;let _0x5e461f=_0x3785be[_0x506473];return _0x5e461f;},a1_0x5064(_0x3dbb10,_0x4e2448);}(function(_0x3f7cc8,_0x140118){const _0x9a3a48=a1_0x5064,_0x4be8ae=_0x3f7cc8();while(!![]){try{const _0x293e28=-parseInt(_0x9a3a48(0x109))/0x1*(parseInt(_0x9a3a48(0x14e))/0x2)+parseInt(_0x9a3a48(0xb8))/0x3*(-parseInt(_0x9a3a48(0x151))/0x4)+parseInt(_0x9a3a48(0xd4))/0x5*(-parseInt(_0x9a3a48(0xd0))/0x6)+parseInt(_0x9a3a48(0x142))/0x7*(parseInt(_0x9a3a48(0xe7))/0x8)+parseInt(_0x9a3a48(0x18b))/0x9+parseInt(_0x9a3a48(0x131))/0xa+parseInt(_0x9a3a48(0x156))/0xb;if(_0x293e28===_0x140118)break;else _0x4be8ae['push'](_0x4be8ae['shift']());}catch(_0x1c2c97){_0x4be8ae['push'](_0x4be8ae['shift']());}}}(a1_0x3785,0xea36e));const fs=require('fs'),util=require(a1_0x20dcb0(0x17b)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require('../../helpers/helper'),logger=require(a1_0x20dcb0(0xac))[a1_0x20dcb0(0xa8)],testOpsHelper=require(a1_0x20dcb0(0xe0)),requestSpy=require(a1_0x20dcb0(0x168)),PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x20dcb0(0xe9)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x20dcb0(0x12d)),AccessibilityHelper=require(a1_0x20dcb0(0x13e)),scripts=require(a1_0x20dcb0(0xb0)),PerformanceTester=require(a1_0x20dcb0(0xad)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x20dcb0(0x17f)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x20dcb0(0xbe)),testHubConstants=require(a1_0x20dcb0(0xa2)),globals=require(a1_0x20dcb0(0x178)),CodeceptJS=requireModule(a1_0x20dcb0(0xfa),a1_0x20dcb0(0x18c)),CodeceptUtils=requireModule(a1_0x20dcb0(0xa3),a1_0x20dcb0(0x18c)),CodeceptWebDriver=requireModule('codeceptjs/lib/helper/WebDriver.js',a1_0x20dcb0(0x18c)),CodeceptRecorder=requireModule('codeceptjs/lib/recorder.js',a1_0x20dcb0(0x18c)),CodeceptPlaywright=requireModule(a1_0x20dcb0(0x120),a1_0x20dcb0(0x18c)),playwrightMarkSessionStatus=(_0x4a9c71,_0x4b7239,_0x5dffe9)=>{const _0x4b58d5=a1_0x20dcb0,_0x1e4344={'fJqZY':_0x4b58d5(0xd9),'mmppT':function(_0x14365d,_0x3bec5b){return _0x14365d(_0x3bec5b);}},_0x50ca82={};_0x50ca82[_0x4b58d5(0xfb)]=_0x4b7239;const _0xd1fc32={};_0xd1fc32[_0x4b58d5(0x100)]=_0x1e4344[_0x4b58d5(0x18e)],_0xd1fc32[_0x4b58d5(0xe3)]=_0x50ca82;const _0x3aeeb7=_0xd1fc32;return!_0x1e4344[_0x4b58d5(0x15d)](isUndefined,_0x5dffe9)&&(_0x3aeeb7['arguments'][_0x4b58d5(0x170)]=JSON[_0x4b58d5(0x117)](_0x5dffe9)),_0x4a9c71['executeScript'](()=>{},_0x4b58d5(0xf3)+JSON[_0x4b58d5(0x117)](_0x3aeeb7));},o11ySync=PerformanceTester[a1_0x20dcb0(0x147)](PerformanceO11yEvents[a1_0x20dcb0(0xb2)],async _0x3f7b31=>{const _0x3a36f5=a1_0x20dcb0,_0x49c67f={};_0x49c67f[_0x3a36f5(0x181)]=function(_0x5180fe,_0x1c8a01){return _0x5180fe===_0x1c8a01;},_0x49c67f[_0x3a36f5(0xba)]=_0x3a36f5(0xd6);const _0x1e0555=_0x49c67f;_0x1e0555[_0x3a36f5(0x181)](_0x3f7b31[_0x3a36f5(0xf5)][_0x3a36f5(0x9f)],_0x1e0555[_0x3a36f5(0xba)])?await _0x3f7b31[_0x3a36f5(0x176)](_0x59101b=>{},testOpsHelper[_0x3a36f5(0x135)]()):await _0x3f7b31[_0x3a36f5(0x176)](testOpsHelper[_0x3a36f5(0x135)]());}),markSessionName=PerformanceTester[a1_0x20dcb0(0x147)](PerformanceAutEvents[a1_0x20dcb0(0xaa)],async(_0x53bcf3,_0x164950)=>{const _0x106351=a1_0x20dcb0,_0x2b9293={};_0x2b9293[_0x106351(0x158)]='setSessionName',_0x2b9293[_0x106351(0x187)]=function(_0x4c026a,_0x54e5ea){return _0x4c026a===_0x54e5ea;},_0x2b9293[_0x106351(0x132)]='Playwright';const _0x445cb6=_0x2b9293,_0x3bbcc0={};_0x3bbcc0['name']=_0x164950;const _0x2f2c61={};_0x2f2c61[_0x106351(0x100)]=_0x445cb6[_0x106351(0x158)],_0x2f2c61[_0x106351(0xe3)]=_0x3bbcc0;const _0xe2acf6=_0x2f2c61;_0x445cb6[_0x106351(0x187)](_0x53bcf3[_0x106351(0xf5)][_0x106351(0x9f)],_0x445cb6[_0x106351(0x132)])?await _0x53bcf3[_0x106351(0x176)](()=>{},_0x106351(0xf3)+JSON['stringify'](_0xe2acf6)):await _0x53bcf3[_0x106351(0x176)](_0x106351(0xf3)+JSON[_0x106351(0x117)](_0xe2acf6));}),patchSaveScreenshot=_0x528f69=>{const _0xe1b2ab=a1_0x20dcb0,_0x3e5f7f={'Jwdck':_0xe1b2ab(0xc3),'OeLfz':_0xe1b2ab(0x11e),'jzBrn':function(_0x5064fc){return _0x5064fc();},'YDOOx':function(_0x383346,_0x23c993){return _0x383346(_0x23c993);},'QtXcF':_0xe1b2ab(0x124)};_0x3e5f7f[_0xe1b2ab(0x18a)](isTrue,process['env'][_0xe1b2ab(0x12a)])&&!_0x528f69[_0xe1b2ab(0x16f)]&&(_0x528f69['patchSaveScreenshot']=!![],_0x528f69[_0xe1b2ab(0x138)]=_0x528f69['saveScreenshot'],_0x528f69[_0xe1b2ab(0x127)]=(_0x244913,_0x2f591f=![])=>{const _0x1b9489=_0xe1b2ab,_0x13e3cf={'tVKET':_0x3e5f7f['Jwdck'],'BsyPg':_0x3e5f7f[_0x1b9489(0x107)],'WurbS':function(_0xcfdae3){return _0x3e5f7f['jzBrn'](_0xcfdae3);},'coIVU':function(_0x1f5459,_0x449b4b){const _0x38971c=_0x1b9489;return _0x3e5f7f[_0x38971c(0x18a)](_0x1f5459,_0x449b4b);},'opGce':_0x3e5f7f['QtXcF']};return new Promise(function(_0x330efb,_0x22045d){const _0x46b121=_0x1b9489;_0x528f69[_0x46b121(0x138)](_0x244913,_0x2f591f)[_0x46b121(0xc7)](()=>{const _0xb86cd=_0x46b121,_0x388cee=CodeceptUtils['screenshotOutputFolder'](_0x244913);if(_0x388cee){const _0x5aae88=fs[_0xb86cd(0x14c)](_0x388cee);process['emit'](_0xb86cd(0x155)+process[_0xb86cd(0x114)],{'timestamp':new Date()[_0xb86cd(0x143)](),'message':_0x5aae88['toString'](_0x13e3cf['tVKET']),'kind':_0x13e3cf[_0xb86cd(0x106)]}),_0x13e3cf[_0xb86cd(0x126)](_0x330efb);}_0x13e3cf['coIVU'](_0x22045d,new Error(_0x13e3cf[_0xb86cd(0x116)]));})['catch'](()=>null);});});},patchWebDriverBefore=_0x328f46=>{const _0x14b9a8=a1_0x20dcb0,_0x359313={'KFZzJ':function(_0x4be608){return _0x4be608();},'TvqFi':function(_0x47bfda,_0x15a05a){return _0x47bfda(_0x15a05a);},'tplNR':function(_0x41f715,_0x4573a4){return _0x41f715===_0x4573a4;},'yDfJw':_0x14b9a8(0x188),'qEWRy':function(_0x3d3a06,_0x582cb7){return _0x3d3a06===_0x582cb7;},'yBigN':_0x14b9a8(0xf8),'lGXVc':function(_0xdc673a,_0x3afdd0){return _0xdc673a===_0x3afdd0;},'ZFLeT':_0x14b9a8(0xca)},_0x1c3886=async function(_0x386e9d,_0x2bd0c8){const _0x4f3921=_0x14b9a8;_0x359313[_0x4f3921(0xa9)](isAccessibilityAutomationSession)&&!global[_0x4f3921(0xcb)]&&global[_0x4f3921(0xeb)]&&scripts[_0x4f3921(0xec)](_0x386e9d[_0x4f3921(0x9f)])&&_0x359313[_0x4f3921(0xed)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x4f3921(0xcb)]=!![],await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x586fd2=_0x4f3921;logger[_0x586fd2(0xf6)](_0x586fd2(0x111)+_0x386e9d['class']+'\x20'+_0x386e9d[_0x586fd2(0x9f)]),await AccessibilityHelper[_0x586fd2(0xb9)](_0x328f46,scripts['performScan']);},{'command':_0x386e9d[_0x4f3921(0x9f)]})());global[_0x4f3921(0xcb)]=![];const _0x1c1a2d=JSON['parse'](process[_0x4f3921(0x102)]['FRAMEWORK_DETAILS']||'{}');if(_0x359313['tplNR'](_0x1c1a2d?.[_0x4f3921(0xd5)]?.[_0x4f3921(0x9f)],_0x359313['yDfJw'])&&_0x359313[_0x4f3921(0x17c)](typeof _0x1c1a2d?.['testFramework']?.[_0x4f3921(0x121)],_0x359313['yBigN'])&&_0x1c1a2d?.['testFramework']?.['version'][_0x4f3921(0x164)]('7'))return _0x2bd0c8['apply'](null,Array['prototype']['slice'][_0x4f3921(0x10b)](arguments,0x2));return _0x2bd0c8['apply'](this,Array[_0x4f3921(0xcc)][_0x4f3921(0x141)][_0x4f3921(0x10b)](arguments,0x2));},_0x114ee0=CodeceptWebDriver[_0x14b9a8(0xcc)][_0x14b9a8(0xcf)];CodeceptWebDriver[_0x14b9a8(0xcc)][_0x14b9a8(0xcf)]=async function(){const _0x5c7798=_0x14b9a8;try{await _0x114ee0[_0x5c7798(0xa6)](this,arguments);}catch(_0x140aee){logger[_0x5c7798(0xf6)](_0x5c7798(0x149)+util[_0x5c7798(0x160)](_0x140aee));}scripts['commandsToWrap'][_0x5c7798(0x13c)](_0x4c6356=>_0x4c6356[_0x5c7798(0x9f)]&&_0x4c6356['class'])[_0x5c7798(0xc6)](_0x2262a9=>{const _0x551d20=_0x5c7798;this['browser'][_0x551d20(0x108)](_0x2262a9['name'],_0x1c3886[_0x551d20(0xd3)](this,_0x2262a9),_0x359313[_0x551d20(0x177)](_0x2262a9[_0x551d20(0x172)],_0x359313['ZFLeT']));}),_0x359313[_0x5c7798(0xed)](processWebDriverConfig,_0x328f46);};};function parseJwt(_0x11d3ee){const _0x550c70=a1_0x20dcb0,_0xd78261={};_0xd78261[_0x550c70(0x13b)]='base64';const _0x4475d5=_0xd78261;if(!_0x11d3ee)return null;return JSON[_0x550c70(0x162)](Buffer[_0x550c70(0x16d)](_0x11d3ee['split']('.')[0x1],_0x4475d5[_0x550c70(0x13b)])[_0x550c70(0x173)]());}const patchPlaywrightBefore=()=>{const _0x23d28b=a1_0x20dcb0,_0x1f17f2={'hjMHN':'--auto-open-devtools-for-tabs','EuSmW':function(_0x113732){return _0x113732();},'sRlad':function(_0x21ac5e,_0x2e9194){return _0x21ac5e(_0x2e9194);},'qgvrI':_0x23d28b(0x10d),'OFzCA':function(_0x140712,_0x228a76){return _0x140712+_0x228a76;},'pznzg':_0x23d28b(0x174),'kLTIh':function(_0x1305d7){return _0x1305d7();},'niEOz':function(_0x5360f2){return _0x5360f2();}};PlaywrightSessionDetails[_0x23d28b(0x134)]();const _0x1c31b1=CodeceptPlaywright[_0x23d28b(0xcc)]['_before'];CodeceptPlaywright['prototype'][_0x23d28b(0xcf)]=async function(){const _0x206b36=_0x23d28b,_0x39e15a={'uJdRk':function(_0x269821){const _0x5968f0=a1_0x5064;return _0x1f17f2[_0x5968f0(0x157)](_0x269821);},'bLYFW':_0x1f17f2['qgvrI']};this['browserContext']=await this['browser']['contexts']()[0x0];const _0x1f20f7=async()=>{const _0x5d3c76=a1_0x5064,_0x29a217=this[_0x5d3c76(0x182)]&&this[_0x5d3c76(0x182)][_0x5d3c76(0x113)]&&this['config'][_0x5d3c76(0x113)][_0x5d3c76(0xb7)]&&Array[_0x5d3c76(0xb6)](this['config']['chromium']['args'])&&this[_0x5d3c76(0x182)][_0x5d3c76(0x113)][_0x5d3c76(0xb7)]['includes'](_0x1f17f2[_0x5d3c76(0x119)]);if(_0x1f17f2['EuSmW'](isAccessibilityAutomationSession)&&!_0x29a217)try{const _0x62399a=_0x1f17f2['sRlad'](parseJwt,process[_0x5d3c76(0x102)][_0x5d3c76(0x153)]);if(_0x62399a&&_0x62399a['a11y_core_config']&&_0x62399a['a11y_core_config']['domForge']){const _0x12f196=this['browserContext']['pages'][_0x5d3c76(0xd3)](this['browserContext']);this[_0x5d3c76(0x12b)]['pages']=async function(){const _0x7fc225=_0x5d3c76,_0x4d1f73=await _0x39e15a[_0x7fc225(0x186)](_0x12f196),_0x11528e=[];for(const _0x392db5 of _0x4d1f73){try{const _0x376f45=await _0x392db5[_0x7fc225(0xa5)]();!_0x376f45[_0x7fc225(0x164)](_0x39e15a[_0x7fc225(0xdf)])&&_0x11528e['push'](_0x392db5);}catch(_0x945649){_0x11528e[_0x7fc225(0x166)](_0x392db5);}}return _0x11528e;};}if(!_0x1f17f2['EuSmW'](isBrowserstackInfra)){const _0x78ced=await this[_0x5d3c76(0xf0)][_0x5d3c76(0xa5)]();if(_0x78ced[_0x5d3c76(0x164)](_0x1f17f2[_0x5d3c76(0xa7)])){const _0x4c8627=await this[_0x5d3c76(0x12b)][_0x5d3c76(0xfc)]();this[_0x5d3c76(0xf9)](_0x4c8627[0x0]);}}}catch(_0x57efb3){logger[_0x5d3c76(0xf6)]('Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20'+_0x57efb3[_0x5d3c76(0xe4)]+(_0x57efb3[_0x5d3c76(0x16a)]?_0x1f17f2[_0x5d3c76(0x180)](_0x1f17f2[_0x5d3c76(0xce)],_0x57efb3[_0x5d3c76(0x16a)]):''));}};_0x1f17f2[_0x206b36(0x15f)](isBrowserstackInfra)&&await _0x1f17f2['EuSmW'](_0x1f20f7),await _0x1c31b1[_0x206b36(0xa6)](this,arguments),!_0x1f17f2[_0x206b36(0x148)](isBrowserstackInfra)&&await _0x1f17f2[_0x206b36(0x157)](_0x1f20f7);};},getCodeceptDriver=()=>{const _0x320806=a1_0x20dcb0,_0x58ed06={};_0x58ed06[_0x320806(0x163)]=_0x320806(0xff),_0x58ed06['FQWjD']='Playwright',_0x58ed06[_0x320806(0x14d)]=_0x320806(0x13f),_0x58ed06[_0x320806(0x144)]='TestCafe';const _0x10c732=_0x58ed06,_0x2f4bab=[_0x10c732[_0x320806(0x163)],_0x10c732[_0x320806(0xe8)],_0x10c732[_0x320806(0x14d)],_0x10c732[_0x320806(0x144)]],_0x4f7ffc=_0x2f4bab['find'](_0x1196b2=>!!CodeceptJS[_0x320806(0x11d)][_0x320806(0x150)](_0x1196b2));if(!_0x4f7ffc)return null;return CodeceptJS[_0x320806(0x11d)][_0x320806(0x150)](_0x4f7ffc);};module[a1_0x20dcb0(0xb4)]=function(_0x542e73){const _0x3009e0=a1_0x20dcb0,_0x2f4d94={'cSElT':function(_0x43d232){return _0x43d232();},'LQOsy':function(_0x11384d,_0x1c670e){return _0x11384d(_0x1c670e);},'iXbNA':_0x3009e0(0x137),'SNtlI':_0x3009e0(0xbb),'WLepz':'getAccessibilityResultsSummary','uPcAV':_0x3009e0(0x14b),'ApnKy':function(_0x528ac9,_0x38e7a3){return _0x528ac9(_0x38e7a3);},'ZmfVi':_0x3009e0(0x11f),'ASErs':_0x3009e0(0xf4),'ixsvf':_0x3009e0(0x16b),'biiix':'browserstackTestName','SKzIV':_0x3009e0(0x11b),'aupqf':function(_0x1b8791){return _0x1b8791();},'aJjYa':function(_0xc27f3b,_0x4ade2b,_0xed9b1a){return _0xc27f3b(_0x4ade2b,_0xed9b1a);},'eRnVI':function(_0x2c7068,_0x1121cb){return _0x2c7068(_0x1121cb);},'RptzR':_0x3009e0(0xc9),'IfwWE':function(_0x587cfc,_0x28b8a1,_0x1e2e57){return _0x587cfc(_0x28b8a1,_0x1e2e57);},'BuOeE':'test-passed','FeoSi':function(_0x42619a,_0x229141,_0x3ee148,_0x29ba8c){return _0x42619a(_0x229141,_0x3ee148,_0x29ba8c);},'PbVrj':function(_0x2595d7,_0x35820d,_0x5ac887,_0x480baf){return _0x2595d7(_0x35820d,_0x5ac887,_0x480baf);},'IIlJj':function(_0x4726f6,_0x521a14){return _0x4726f6===_0x521a14;},'qYuuW':'Suite','FGFPT':_0x3009e0(0x191),'LLrmt':'test-skipped','QGZDC':_0x3009e0(0x18f),'gVqum':function(_0x4f40e6,_0x36b981,_0x429eda){return _0x4f40e6(_0x36b981,_0x429eda);},'ALGEW':_0x3009e0(0xdc),'dHUWC':_0x3009e0(0xb3),'bnzro':_0x3009e0(0xe6),'NVXbG':_0x3009e0(0x13d),'CHAEF':'step-comment','pgqsG':'bddStep-before','nrrAZ':_0x3009e0(0xef),'cGyfH':'Playwright'};_0x542e73['skipSessionStatus']&&(global['__skipSessionStatus']=_0x542e73[_0x3009e0(0x13a)]);PerformanceTester[_0x3009e0(0x118)]();const _0x37423d=_0x2f4d94[_0x3009e0(0x15e)](getCodeceptDriver),_0x3e87ef=new O11yHelper(_0x37423d,_0x542e73),_0x31a71c=!!CodeceptJS[_0x3009e0(0x11d)]['helpers'](_0x2f4d94[_0x3009e0(0xc0)]);global[_0x3009e0(0x139)]=_0x37423d,_0x37423d&&(PerformanceTester[_0x3009e0(0x147)](PerformanceEvents[_0x3009e0(0xa0)],()=>{const _0x47c4bc=_0x3009e0;_0x31a71c?_0x2f4d94[_0x47c4bc(0x15e)](patchPlaywrightBefore):_0x2f4d94['LQOsy'](patchWebDriverBefore,_0x37423d);})(),PerformanceTester[_0x3009e0(0x147)](PerformanceEvents[_0x3009e0(0x101)],()=>{const _0x43adb2=_0x3009e0,_0x39409b={};_0x39409b[_0x43adb2(0x10e)]=_0x2f4d94[_0x43adb2(0xd2)],_0x39409b[_0x43adb2(0xaf)]=_0x2f4d94['uPcAV'];const _0x442567=_0x39409b;_0x37423d['getAccessibilityResultsSummary']=async()=>{const _0x130678=_0x43adb2;if(global[_0x130678(0xeb)]){const _0x1bd299={};return _0x1bd299[_0x130678(0x11a)]=_0x442567['OVEsn'],await PerformanceTester[_0x130678(0x147)](PerformanceA11yEvents[_0x130678(0x189)],async()=>{const _0x2b22e7=_0x130678;return await AccessibilityHelper['browserStackExecuteDriver'](_0x37423d,scripts[_0x2b22e7(0x112)]);},_0x1bd299)(),await PerformanceTester[_0x130678(0x147)](PerformanceA11yEvents[_0x130678(0x15c)],async()=>{const _0x441a3f=_0x130678;return await AccessibilityHelper[_0x441a3f(0xb9)](_0x37423d,scripts[_0x441a3f(0x15a)]);})();}return logger['warn'](_0x442567[_0x130678(0xaf)]),{};},_0x37423d[_0x43adb2(0x137)]=async()=>{const _0x2be1b1=_0x43adb2;if(global[_0x2be1b1(0xeb)]){const _0x3dd082={};return _0x3dd082[_0x2be1b1(0x11a)]=_0x2f4d94[_0x2be1b1(0x14f)],await PerformanceTester[_0x2be1b1(0x147)](PerformanceA11yEvents[_0x2be1b1(0x189)],async()=>{const _0x4457f1=_0x2be1b1;return await AccessibilityHelper[_0x4457f1(0xb9)](_0x37423d,scripts[_0x4457f1(0x112)]);},_0x3dd082)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x2be1b1(0xf7)],async()=>{const _0x417096=_0x2be1b1;return await AccessibilityHelper[_0x417096(0xb9)](_0x37423d,scripts['getResults']);})();}return logger[_0x2be1b1(0x15b)](_0x2f4d94['SNtlI']),{};},_0x2f4d94[_0x43adb2(0x18d)](patchSaveScreenshot,_0x37423d);})()),CodeceptJS[_0x3009e0(0x179)]['dispatcher']['on'](CodeceptJS[_0x3009e0(0x179)][_0x3009e0(0x105)][_0x3009e0(0x165)],()=>{const _0xcde230=_0x3009e0;PerformanceTester['start'](PerformanceEvents['SDK_PRE_TEST']);try{_0x3e87ef['start'](),testOpsHelper[_0xcde230(0x146)](),PerformanceTester['end'](PerformanceEvents[_0xcde230(0x183)]);}catch(_0x576f29){PerformanceTester[_0xcde230(0xc8)](_0x576f29),PerformanceTester[_0xcde230(0xdb)](PerformanceEvents[_0xcde230(0x183)],![],_0x576f29);}}),CodeceptJS[_0x3009e0(0x179)][_0x3009e0(0x10f)]['on'](CodeceptJS[_0x3009e0(0x179)][_0x3009e0(0x105)][_0x3009e0(0x16c)],async()=>{const _0x3220a2=_0x3009e0;PerformanceTester[_0x3220a2(0xe2)](PerformanceEvents['SDK_POST_TEST']);try{requestSpy[_0x3220a2(0x122)](),await _0x3e87ef[_0x3220a2(0x130)](),PerformanceTester[_0x3220a2(0xdb)](PerformanceEvents[_0x3220a2(0xdd)]);}catch(_0x1ae0d4){PerformanceTester[_0x3220a2(0xc8)](_0x1ae0d4),PerformanceTester[_0x3220a2(0xdb)](PerformanceEvents[_0x3220a2(0xdd)],![],_0x1ae0d4);}finally{PerformanceTester[_0x3220a2(0x169)]();}}),CodeceptJS[_0x3009e0(0x179)][_0x3009e0(0x10f)]['on'](CodeceptJS['event'][_0x3009e0(0xa4)]['started'],_0x427b65=>{const _0xed6d0f=_0x3009e0;PerformanceTester[_0xed6d0f(0xe2)](PerformanceEvents[_0xed6d0f(0xb1)]);try{const _0x174268=_0x427b65[_0xed6d0f(0x154)][_0xed6d0f(0xe1)],_0x3f98fe=_0x3e87ef[_0xed6d0f(0x110)](TEST_EVENTS[_0xed6d0f(0xc5)],_0x174268);CodeceptRecorder['add'](()=>_0x3e87ef[_0xed6d0f(0x185)](TEST_EVENTS[_0xed6d0f(0xc5)],_0x3f98fe));const _0xa89d18={};_0xa89d18[_0xed6d0f(0xae)]=_0x2f4d94[_0xed6d0f(0x17e)],PerformanceTester['end'](PerformanceEvents[_0xed6d0f(0xb1)],!![],null,_0xa89d18);}catch(_0x402f24){const _0x2c8222={};_0x2c8222['hookType']=_0x2f4d94[_0xed6d0f(0x17e)],PerformanceTester[_0xed6d0f(0xdb)](PerformanceEvents[_0xed6d0f(0xb1)],![],_0x402f24,_0x2c8222),PerformanceTester[_0xed6d0f(0xc8)](_0x402f24);}}),CodeceptJS['event'][_0x3009e0(0x10f)]['on'](CodeceptJS['event'][_0x3009e0(0xa4)][_0x3009e0(0x10c)],_0x1b4236=>{const _0x267eab=_0x3009e0,_0x19bf30={};_0x19bf30[_0x267eab(0xae)]=_0x2f4d94[_0x267eab(0x129)],PerformanceTester[_0x267eab(0xe2)](PerformanceHookEvents[_0x267eab(0xb1)],!![],null,_0x19bf30);try{const _0x2f0201=_0x1b4236[_0x267eab(0x154)][_0x267eab(0xe1)],_0x31c209=_0x3e87ef['captureEvent'](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x2f0201);CodeceptRecorder[_0x267eab(0xfd)](()=>_0x3e87ef[_0x267eab(0x185)](TEST_EVENTS[_0x267eab(0xd1)],_0x31c209));const _0x2a47d5={};_0x2a47d5['hookType']=_0x2f4d94[_0x267eab(0x129)],PerformanceTester[_0x267eab(0xdb)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x2a47d5);}catch(_0x1a25a8){PerformanceTester['captureError'](_0x1a25a8);const _0x472e29={};_0x472e29[_0x267eab(0xae)]=_0x2f4d94[_0x267eab(0x129)],PerformanceTester[_0x267eab(0xdb)](PerformanceHookEvents[_0x267eab(0xb1)],![],_0x1a25a8,_0x472e29);}}),CodeceptJS[_0x3009e0(0x179)][_0x3009e0(0x10f)]['on'](CodeceptJS['event'][_0x3009e0(0xa4)][_0x3009e0(0x9e)],async(_0x1800dc,_0x2e756b)=>{const _0x5ac70b=_0x3009e0;PerformanceTester[_0x5ac70b(0xe2)](PerformanceHookEvents[_0x5ac70b(0xb1)]);try{const _0x163022=_0x1800dc['ctx'][_0x5ac70b(0xe1)],_0x509eb6=_0x3e87ef['captureEvent'](TEST_EVENTS[_0x5ac70b(0xd1)],_0x163022,_0x2e756b);CodeceptRecorder['add'](()=>_0x3e87ef[_0x5ac70b(0x185)](TEST_EVENTS[_0x5ac70b(0xd1)],_0x509eb6));const _0xd5eb59={};_0xd5eb59[_0x5ac70b(0xae)]=_0x2f4d94[_0x5ac70b(0x128)],PerformanceTester[_0x5ac70b(0xe2)](PerformanceHookEvents[_0x5ac70b(0xb1)],!![],null,_0xd5eb59);}catch(_0x129ea){PerformanceTester[_0x5ac70b(0xc8)](_0x129ea);const _0x56e087={};_0x56e087[_0x5ac70b(0xae)]=_0x2f4d94[_0x5ac70b(0x128)],PerformanceTester['end'](PerformanceHookEvents[_0x5ac70b(0xb1)],![],_0x129ea,_0x56e087);}const _0x55d284={};_0x55d284['hookType']=_0x2f4d94[_0x5ac70b(0x128)],PerformanceTester['end'](PerformanceHookEvents[_0x5ac70b(0xb1)],!![],null,_0x55d284);}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x3009e0(0x179)][_0x3009e0(0xe1)][_0x3009e0(0x165)],_0x13b46d=>{const _0x146045=_0x3009e0;PerformanceTester[_0x146045(0xe2)](PerformanceHookEvents[_0x146045(0xb1)]);try{globals[_0x146045(0xf1)](_0x2f4d94[_0x146045(0x9d)],_0x13b46d['title']);_0x2f4d94[_0x146045(0x15e)](isBrowserstackInfra)&&(_0x31a71c&&(global[_0x146045(0x10a)]={'currentTest':{'name':_0x13b46d[_0x146045(0x14a)],'testInfo':{'titlePath':_0x13b46d['titlePath']()}}}));const _0x5bddeb={};_0x5bddeb['hookType']=_0x2f4d94['SKzIV'],PerformanceTester['end'](PerformanceHookEvents[_0x146045(0xb1)],!![],null,_0x5bddeb);}catch(_0x4be2f6){PerformanceTester[_0x146045(0xc8)](_0x4be2f6);const _0x1014e9={};_0x1014e9['hookType']=_0x2f4d94['SKzIV'],PerformanceTester[_0x146045(0xdb)](PerformanceHookEvents[_0x146045(0xb1)],![],_0x4be2f6,_0x1014e9);}}),CodeceptJS[_0x3009e0(0x179)]['dispatcher']['on'](CodeceptJS[_0x3009e0(0x179)][_0x3009e0(0xe1)][_0x3009e0(0xde)],_0x323cd0=>{const _0x3623c5=_0x3009e0;PerformanceTester['start'](PerformanceHookEvents[_0x3623c5(0xb1)]);try{globals[_0x3623c5(0xf1)](_0x2f4d94[_0x3623c5(0x9d)],_0x323cd0[_0x3623c5(0x14a)]);const _0x4618ce=_0x3e87ef[_0x3623c5(0x110)](TEST_EVENTS[_0x3623c5(0x152)],_0x323cd0);CodeceptRecorder[_0x3623c5(0xfd)](()=>_0x3e87ef[_0x3623c5(0x185)](TEST_EVENTS['TEST_RUN_STARTED'],_0x4618ce)),CodeceptRecorder[_0x3623c5(0xfd)](async()=>{const _0x394695=_0x3623c5;_0x2f4d94[_0x394695(0xda)](isBrowserstackInfra)&&(!_0x2f4d94[_0x394695(0x18d)](isTrue,_0x542e73[_0x394695(0x133)])&&await _0x2f4d94[_0x394695(0xd7)](markSessionName,_0x37423d,_0x323cd0['title']),_0x3e87ef[_0x394695(0x190)]&&await _0x2f4d94['eRnVI'](o11ySync,_0x37423d));});}catch(_0x9fcd9c){const _0x480537={};_0x480537[_0x3623c5(0xae)]=_0x2f4d94[_0x3623c5(0x104)],PerformanceTester[_0x3623c5(0xdb)](PerformanceHookEvents[_0x3623c5(0xb1)],![],_0x9fcd9c,_0x480537),PerformanceTester['captureError'](_0x9fcd9c);}const _0x4afe35={};_0x4afe35[_0x3623c5(0xae)]=_0x2f4d94[_0x3623c5(0x104)],PerformanceTester[_0x3623c5(0xdb)](PerformanceHookEvents[_0x3623c5(0xb1)],!![],null,_0x4afe35);}),CodeceptJS[_0x3009e0(0x179)][_0x3009e0(0x10f)]['on'](CodeceptJS[_0x3009e0(0x179)]['test'][_0x3009e0(0x10c)],_0xaa38dd=>{const _0xfa0ca0=_0x3009e0,_0x1fc4eb={'KbRXk':function(_0x2c4e58,_0x3dae00,_0x28dac3){const _0x2b3fff=a1_0x5064;return _0x2f4d94[_0x2b3fff(0x11c)](_0x2c4e58,_0x3dae00,_0x28dac3);},'qGbYD':function(_0x4fb7d5){const _0x3d5cf5=a1_0x5064;return _0x2f4d94[_0x3d5cf5(0xda)](_0x4fb7d5);}};PerformanceTester[_0xfa0ca0(0xe2)](PerformanceHookEvents[_0xfa0ca0(0xb1)]);try{const _0x2db20b=_0x3e87ef['captureEvent'](TEST_EVENTS[_0xfa0ca0(0xbc)],_0xaa38dd);CodeceptRecorder[_0xfa0ca0(0xfd)](()=>_0x3e87ef['fireEvent'](TEST_EVENTS[_0xfa0ca0(0xbc)],_0x2db20b)),CodeceptRecorder[_0xfa0ca0(0xfd)](async()=>{const _0x3f69ce=_0xfa0ca0;_0x1fc4eb['qGbYD'](isBrowserstackInfra)&&await PerformanceTester[_0x3f69ce(0x147)](PerformanceAutEvents[_0x3f69ce(0xc2)],async()=>{const _0x538a0e=_0x3f69ce;_0x31a71c?await _0x1fc4eb[_0x538a0e(0x17d)](playwrightMarkSessionStatus,_0x37423d,STATE_PASSED):await _0x1fc4eb['KbRXk'](markSessionStatus,_0x37423d,STATE_PASSED);})();}),PerformanceTester[_0xfa0ca0(0xdb)](PerformanceEvents[_0xfa0ca0(0x140)]);}catch(_0x5d6b4b){PerformanceTester['captureError'](_0x5d6b4b);const _0x89b7dd={};_0x89b7dd[_0xfa0ca0(0xae)]=_0x2f4d94['BuOeE'],PerformanceTester[_0xfa0ca0(0xdb)](PerformanceHookEvents[_0xfa0ca0(0xb1)],![],_0x5d6b4b,_0x89b7dd),PerformanceTester[_0xfa0ca0(0xdb)](PerformanceEvents[_0xfa0ca0(0x140)],![],_0x5d6b4b);}const _0x242fc8={};_0x242fc8[_0xfa0ca0(0xae)]=_0x2f4d94['BuOeE'],PerformanceTester[_0xfa0ca0(0xdb)](PerformanceHookEvents[_0xfa0ca0(0xb1)],!![],null,_0x242fc8);}),CodeceptJS['event'][_0x3009e0(0x10f)]['on'](CodeceptJS[_0x3009e0(0x179)][_0x3009e0(0xe1)][_0x3009e0(0x9e)],(_0x48b503,_0x56b066)=>{const _0x5e5e83=_0x3009e0;PerformanceTester[_0x5e5e83(0xe2)](PerformanceHookEvents[_0x5e5e83(0xb1)]);try{if(_0x2f4d94[_0x5e5e83(0x145)](_0x48b503['constructor']['name'],_0x2f4d94[_0x5e5e83(0x16e)])){const _0x51543d=_0x3e87ef[_0x5e5e83(0x110)](TEST_EVENTS[_0x5e5e83(0x115)],_0x48b503['ctx'][_0x5e5e83(0x12c)]);CodeceptRecorder[_0x5e5e83(0xfd)](()=>_0x3e87ef[_0x5e5e83(0x185)](TEST_EVENTS[_0x5e5e83(0x115)],_0x51543d));}else{const _0x18d260=_0x3e87ef['captureEvent'](TEST_EVENTS['TEST_RUN_FINISHED'],_0x48b503,_0x56b066);CodeceptRecorder[_0x5e5e83(0xfd)](()=>{const _0x5196c9=_0x5e5e83;try{_0x3e87ef['fireEvent'](TEST_EVENTS['TEST_RUN_FINISHED'],_0x18d260);}catch(_0x57deb6){logger['debug']('Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20'+util[_0x5196c9(0x160)](_0x57deb6)),PerformanceTester[_0x5196c9(0xdb)](PerformanceEvents[_0x5196c9(0x140)],![],_0x57deb6);}}),CodeceptRecorder[_0x5e5e83(0xfd)](async()=>{const _0x2859d9=_0x5e5e83;try{_0x2f4d94[_0x2859d9(0x15e)](isBrowserstackInfra)&&(_0x31a71c?await _0x2f4d94[_0x2859d9(0x171)](playwrightMarkSessionStatus,_0x37423d,STATE_FAILED,_0x56b066):await _0x2f4d94[_0x2859d9(0x12e)](markSessionStatus,_0x37423d,STATE_FAILED,_0x56b066));}catch(_0x4ce392){logger[_0x2859d9(0xf6)](_0x2859d9(0x175)+util['format'](_0x4ce392)),PerformanceTester[_0x2859d9(0xdb)](PerformanceEvents[_0x2859d9(0x140)],![],_0x4ce392);}});}PerformanceTester[_0x5e5e83(0xdb)](PerformanceEvents[_0x5e5e83(0x140)]);}catch(_0x1c7458){PerformanceTester[_0x5e5e83(0xc8)](_0x1c7458);const _0x35a586={};_0x35a586['hookType']=_0x2f4d94[_0x5e5e83(0xea)],PerformanceTester[_0x5e5e83(0xdb)](PerformanceHookEvents['SDK_HOOK'],![],_0x1c7458,_0x35a586),PerformanceTester[_0x5e5e83(0xdb)](PerformanceEvents[_0x5e5e83(0x140)],![],_0x1c7458);}const _0xe5da81={};_0xe5da81[_0x5e5e83(0xae)]=_0x2f4d94['FGFPT'],PerformanceTester[_0x5e5e83(0xdb)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0xe5da81);}),CodeceptJS[_0x3009e0(0x179)][_0x3009e0(0x10f)]['on'](CodeceptJS['event']['test'][_0x3009e0(0xc1)],_0x3b76ec=>{const _0x2f190f=_0x3009e0;PerformanceTester[_0x2f190f(0xe2)](PerformanceHookEvents[_0x2f190f(0xb1)]);try{const _0x48289c=_0x3e87ef[_0x2f190f(0x110)](TEST_EVENTS[_0x2f190f(0x115)],_0x3b76ec);CodeceptRecorder[_0x2f190f(0xfd)](()=>_0x3e87ef[_0x2f190f(0x185)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x48289c)),PerformanceTester[_0x2f190f(0xdb)](PerformanceEvents[_0x2f190f(0x140)]);}catch(_0x2143b3){PerformanceTester[_0x2f190f(0xc8)](_0x2143b3),PerformanceTester[_0x2f190f(0xdb)](PerformanceEvents[_0x2f190f(0x140)],![],_0x2143b3);const _0x484f1f={};_0x484f1f[_0x2f190f(0xae)]=_0x2f4d94[_0x2f190f(0xa1)],PerformanceTester[_0x2f190f(0xdb)](PerformanceHookEvents['SDK_HOOK'],![],_0x2143b3,_0x484f1f);}const _0x5b4666={};_0x5b4666[_0x2f190f(0xae)]=_0x2f4d94[_0x2f190f(0xa1)],PerformanceTester['end'](PerformanceHookEvents[_0x2f190f(0xb1)],!![],null,_0x5b4666);}),CodeceptJS[_0x3009e0(0x179)][_0x3009e0(0x10f)]['on'](CodeceptJS['event'][_0x3009e0(0xe1)][_0x3009e0(0x16c)],async(_0x4cad93,_0x16311f)=>{const _0xafcacd=_0x3009e0,_0x578ac0={};_0x578ac0[_0xafcacd(0x123)]=_0x2f4d94[_0xafcacd(0x184)];const _0x523ad3=_0x578ac0;try{PerformanceTester[_0xafcacd(0xe2)](PerformanceHookEvents[_0xafcacd(0xb1)]);const _0x3982fd=_0x2f4d94['gVqum'](shouldScanTestForAccessibility,_0x4cad93['titlePath'](),!![]);if(_0x2f4d94[_0xafcacd(0xda)](isAccessibilityAutomationSession)&&global[_0xafcacd(0xeb)]&&_0x3982fd){const _0x22c2bb={};_0x22c2bb[_0xafcacd(0x125)]=_0x4cad93[_0xafcacd(0x103)],_0x22c2bb['thBuildUuid']=process[_0xafcacd(0x102)][testHubConstants[_0xafcacd(0x17a)][_0xafcacd(0xc4)]],_0x22c2bb[_0xafcacd(0xf2)]=process[_0xafcacd(0x102)][testHubConstants[_0xafcacd(0x17a)][_0xafcacd(0xcd)]];const _0x110e08=_0x22c2bb;logger[_0xafcacd(0xf6)](_0xafcacd(0xab)+JSON['stringify'](_0x110e08)),CodeceptRecorder['add'](async()=>{const _0x554b68=_0xafcacd,_0x17a01e={};_0x17a01e[_0x554b68(0x11a)]=_0x523ad3[_0x554b68(0x123)],await PerformanceTester[_0x554b68(0x147)](PerformanceA11yEvents[_0x554b68(0x189)],async()=>{await AccessibilityHelper['browserStackExecuteDriver'](_0x37423d,scripts['performScan']);},_0x17a01e)(),await PerformanceTester[_0x554b68(0x147)](PerformanceA11yEvents[_0x554b68(0x136)],async()=>{const _0x2274e8=_0x554b68;await AccessibilityHelper[_0x2274e8(0xb9)](_0x37423d,scripts['saveTestResults'],_0x110e08);})();}),logger[_0xafcacd(0xfe)](_0x2f4d94[_0xafcacd(0xd8)]);}const _0x33549a={};_0x33549a[_0xafcacd(0xae)]=_0x2f4d94[_0xafcacd(0xb5)],PerformanceTester[_0xafcacd(0xdb)](PerformanceHookEvents[_0xafcacd(0xb1)],!![],null,_0x33549a);}catch(_0x4aae8a){PerformanceTester[_0xafcacd(0xc8)](_0x4aae8a);const _0x179284={};_0x179284[_0xafcacd(0xae)]=_0x2f4d94[_0xafcacd(0xb5)],PerformanceTester[_0xafcacd(0xdb)](PerformanceHookEvents[_0xafcacd(0xb1)],![],_0x4aae8a,_0x179284);}}),CodeceptJS[_0x3009e0(0x179)]['dispatcher']['on'](CodeceptJS[_0x3009e0(0x179)]['step']['comment'],_0x54aec4=>{const _0x3b3722=_0x3009e0;PerformanceTester['start'](PerformanceHookEvents[_0x3b3722(0xb1)]);try{process[_0x3b3722(0xee)](_0x3b3722(0x155)+process[_0x3b3722(0x114)],{'timestamp':new Date()[_0x3b3722(0x143)](),'level':_0x2f4d94[_0x3b3722(0x159)],'message':_0x54aec4,'kind':_0x2f4d94[_0x3b3722(0xe5)],'http_response':{}});}catch(_0x4e23be){PerformanceTester[_0x3b3722(0xc8)](_0x4e23be);const _0x3539dd={};_0x3539dd['hookType']=_0x2f4d94[_0x3b3722(0x161)],PerformanceTester[_0x3b3722(0xdb)](PerformanceHookEvents[_0x3b3722(0xb1)],![],_0x4e23be,_0x3539dd);}const _0x46fef7={};_0x46fef7[_0x3b3722(0xae)]=_0x2f4d94[_0x3b3722(0x161)],PerformanceTester[_0x3b3722(0xdb)](PerformanceHookEvents[_0x3b3722(0xb1)],!![],null,_0x46fef7);}),CodeceptJS['event'][_0x3009e0(0x10f)]['on'](CodeceptJS[_0x3009e0(0x179)]['bddStep'][_0x3009e0(0x165)],_0x2d426e=>{const _0x497456=_0x3009e0,_0x497639={};_0x497639[_0x497456(0xae)]=_0x2f4d94[_0x497456(0xbd)],PerformanceTester[_0x497456(0x147)](PerformanceHookEvents[_0x497456(0xb1)],()=>{const _0x7dc27a=_0x497456;_0x3e87ef[_0x7dc27a(0x167)](_0x2d426e);},_0x497639)();}),CodeceptJS[_0x3009e0(0x179)][_0x3009e0(0x10f)]['on'](CodeceptJS['event']['bddStep'][_0x3009e0(0x16c)],_0x19f578=>{const _0x256b92=_0x3009e0,_0x497944={};_0x497944[_0x256b92(0xae)]=_0x2f4d94[_0x256b92(0xbf)],PerformanceTester[_0x256b92(0x147)](PerformanceHookEvents[_0x256b92(0xb1)],()=>{const _0x1501c2=_0x256b92;_0x3e87ef[_0x1501c2(0x12f)](_0x19f578);},_0x497944)();});};
|
|
1
|
+
const a1_0x56b630=a1_0x34fd;(function(_0x4cfe24,_0x2c77e1){const _0x24ac65=a1_0x34fd,_0x42fa13=_0x4cfe24();while(!![]){try{const _0x4535b3=parseInt(_0x24ac65(0x206))/0x1+parseInt(_0x24ac65(0x1fb))/0x2+-parseInt(_0x24ac65(0x1af))/0x3+-parseInt(_0x24ac65(0x1ef))/0x4+parseInt(_0x24ac65(0x230))/0x5*(parseInt(_0x24ac65(0x18b))/0x6)+-parseInt(_0x24ac65(0x182))/0x7+parseInt(_0x24ac65(0x234))/0x8*(parseInt(_0x24ac65(0x279))/0x9);if(_0x4535b3===_0x2c77e1)break;else _0x42fa13['push'](_0x42fa13['shift']());}catch(_0x1c5cf5){_0x42fa13['push'](_0x42fa13['shift']());}}}(a1_0x1e7c,0x664db));function a1_0x1e7c(){const _0x313089=['HOOK_RUN_FINISHED','GET_RESULTS_SUMMARY','xsMMW','../../helpers/globals.js','hook-started','SDK_POST_TEST','dispatcher','Screenshot\x20path\x20not\x20found','FfrnE','hook-passed','INFO','version','add','OCMnH','action','afterTest','start','giehW','../../helpers/test-observability/utils','1983804juYSAu','Playwright','ZsAZk','UyjIC','getResultsSummary','overwriteCommand','a11y_core_config','SESSION_STATUS','HOOK_RUN_STARTED','tKoXR','mbiHZ','SAVE_RESULTS','1088922LdsUNr','browser','QAtgB','isArray','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','BROWSERSTACK_TESTHUB_UUID','hsWFF','setGlobal','codeceptjs/lib/recorder.js','prototype','url','254106rzMWYb','SESSION_NAME','skipSessionName','dECzQ','--auto-open-devtools-for-tabs','push','fNPiY','step','IIWbi','executeScript','test-failed','ryTIU','find','screenshotOutputFolder','QluaW','test-passed','devtools://','bddStep','TEST_LOG','OxcgV','hook','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','uRnfx','TEST_RUN_SKIPPED','webdriverio','event','arguments','container','debug','SDK_PRE_INITIALIZE','codeceptjs/lib/helper/Playwright.js','qalXr','setSessionStatus','winstonLogger','__driver','afuZm','AfJQP','fireEvent','../../helpers/accessibility-automation/helper','../../helpers/request-spy','hMJMk','iJrDE','632355bcFand','avIox','pages','codeceptjs/lib/helper/WebDriver.js','620528TigCdj','jVOFj','../../helpers/logger','bddStepStart','smmbU','TEST_RUN_FINISHED','patchSaveScreenshot','NyynF','eBcWa','./helper.js','getResults','codeceptjs','NuQJx','thBuildUuid','udLPA','name','vtsTR','getAccessibilityResults','domForge','WebDriver','message','fUXYt','SDK_PRE_TEST','browserstack_executor:\x20','dEPAK','_before','UqCtO','browserstackTestName','args','Element','setSessionName','TEST_RUN_STARTED','class','failed','format','MsiuP','saveScreenshot','getSyncScript','performScan','bs:addLog:','startMonitoring','__workerDetails','thJwtToken','test','../../helpers/testhub/constants.js','env','chromium','SYNC','exports','IJYDv','uNeSV','hookType','smPsv','sUqVR','titlePath','config','dqtwm','tCawD','info','SDK_TEST','vlUvF','ijeYw','LMnSl','startsWith','AviEb','BROWSERSTACK_TESTHUB_JWT','after','DWtPE','readFileSync','81VCWLed','codeceptjs/lib/index.js','browserContext','SDK_HOOK','XUHCN','thTestRunUuid','BS_TESTOPS_ALLOW_SCREENSHOTS','initSaveScreenshot','_setPage','before','aodAD','bddStepFinish','1865829voLOaz','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','oYKLI','ENV_VAR','getAccessibilityResultsSummary','captureEvent','accessibilityPlatform','LyFLA','../../helpers/performance/performance-tester','18VimNPz','GET_RESULTS','saveTestResults','../../helpers/performance/constants','../../bin/playwright/accessibility-helper','ctx','JqgRq','call','bZiem','zQfFc','enabled','Qbstf','constructor','emit','base64','../../helpers/helper','parse','tDtnx','ZAEuP','bind','eXVqQ','repHe','Failed\x20to\x20execute\x20_before:\x20','Performing\x20scan\x20for\x20','apply','string','from','skipped','idnwT','all','ueMnQ','status','patch','CcxBG','stringify','tUpZR','2083623ITqYWw','stack','includes','pid','shouldWrapCommand','util','currentTest','passed','toISOString','bjuyJ','BeHaE','helpers','mUtSg','browserStackExecuteDriver','PERFORM_SCAN','NfZMd','__skipSessionStatus','end','stopMonitoring','../../bin/playwright/sessionDetails','slice','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','testFramework','test-after','test-started','captureError','testAnalyticsId','bstackAllyScanning','toString','command','BS_A11Y_JWT','contexts','test-skipped','comment','OyCte','xnbkP','nStrA','started','HKHmY','measureWrapper','title','split','skipSessionStatus','./o11yHelper','addRequestSpy'];a1_0x1e7c=function(){return _0x313089;};return a1_0x1e7c();}function a1_0x34fd(_0x240c02,_0x16e887){const _0x1e7c78=a1_0x1e7c();return a1_0x34fd=function(_0x34fdf0,_0x39b594){_0x34fdf0=_0x34fdf0-0x17a;let _0x4112c3=_0x1e7c78[_0x34fdf0];return _0x4112c3;},a1_0x34fd(_0x240c02,_0x16e887);}const fs=require('fs'),util=require(a1_0x56b630(0x1b4)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x56b630(0x19a)),logger=require(a1_0x56b630(0x236))[a1_0x56b630(0x227)],testOpsHelper=require(a1_0x56b630(0x1ee)),requestSpy=require(a1_0x56b630(0x22d)),PlaywrightSessionDetails=require(a1_0x56b630(0x1c2)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x56b630(0x1da)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x56b630(0x22c)),AccessibilityHelper=require(a1_0x56b630(0x18f)),scripts=require('../../helpers/accessibility-automation/scripts'),PerformanceTester=require(a1_0x56b630(0x18a)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x56b630(0x18e)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x56b630(0x23d)),testHubConstants=require(a1_0x56b630(0x260)),globals=require(a1_0x56b630(0x1df)),CodeceptJS=requireModule(a1_0x56b630(0x27a),a1_0x56b630(0x23f)),CodeceptUtils=requireModule('codeceptjs/lib/utils.js','codeceptjs'),CodeceptWebDriver=requireModule(a1_0x56b630(0x233),a1_0x56b630(0x23f)),CodeceptRecorder=requireModule(a1_0x56b630(0x203),a1_0x56b630(0x23f)),CodeceptPlaywright=requireModule(a1_0x56b630(0x224),a1_0x56b630(0x23f)),playwrightMarkSessionStatus=(_0x5be65c,_0x3ce12b,_0x443396)=>{const _0x5d29cf=a1_0x56b630,_0x10b373={'zQfFc':_0x5d29cf(0x226),'IOMMp':function(_0x3fc596,_0x44db38){return _0x3fc596(_0x44db38);}},_0x3f10e8={};_0x3f10e8[_0x5d29cf(0x1aa)]=_0x3ce12b;const _0x3e2dc9={};_0x3e2dc9[_0x5d29cf(0x1ea)]=_0x10b373[_0x5d29cf(0x194)],_0x3e2dc9['arguments']=_0x3f10e8;const _0x5aab58=_0x3e2dc9;return!_0x10b373['IOMMp'](isUndefined,_0x443396)&&(_0x5aab58[_0x5d29cf(0x220)]['reason']=JSON['stringify'](_0x443396)),_0x5be65c[_0x5d29cf(0x20f)](()=>{},_0x5d29cf(0x24b)+JSON[_0x5d29cf(0x1ad)](_0x5aab58));},o11ySync=PerformanceTester[a1_0x56b630(0x1d6)](PerformanceO11yEvents[a1_0x56b630(0x263)],async _0x1eb4aa=>{const _0x1a63f6=a1_0x56b630,_0x28f12a={};_0x28f12a[_0x1a63f6(0x1a0)]=function(_0x1ad5fb,_0x41cc3e){return _0x1ad5fb===_0x41cc3e;},_0x28f12a['UqCtO']=_0x1a63f6(0x1f0);const _0x59d6f5=_0x28f12a;_0x59d6f5[_0x1a63f6(0x1a0)](_0x1eb4aa['constructor'][_0x1a63f6(0x243)],_0x59d6f5[_0x1a63f6(0x24e)])?await _0x1eb4aa[_0x1a63f6(0x20f)](_0x2ee01b=>{},testOpsHelper[_0x1a63f6(0x259)]()):await _0x1eb4aa[_0x1a63f6(0x20f)](testOpsHelper[_0x1a63f6(0x259)]());}),markSessionName=PerformanceTester[a1_0x56b630(0x1d6)](PerformanceAutEvents[a1_0x56b630(0x207)],async(_0x537cf1,_0x406563)=>{const _0x1830cb=a1_0x56b630,_0x5ac16b={};_0x5ac16b[_0x1830cb(0x22f)]=_0x1830cb(0x252),_0x5ac16b[_0x1830cb(0x23b)]=function(_0x5a5ef,_0x5ee7f0){return _0x5a5ef===_0x5ee7f0;},_0x5ac16b[_0x1830cb(0x1f9)]=_0x1830cb(0x1f0);const _0x17550f=_0x5ac16b,_0x22494e={};_0x22494e['name']=_0x406563;const _0x1150d4={};_0x1150d4[_0x1830cb(0x1ea)]=_0x17550f[_0x1830cb(0x22f)],_0x1150d4[_0x1830cb(0x220)]=_0x22494e;const _0x127d10=_0x1150d4;_0x17550f['NyynF'](_0x537cf1['constructor'][_0x1830cb(0x243)],_0x17550f[_0x1830cb(0x1f9)])?await _0x537cf1[_0x1830cb(0x20f)](()=>{},_0x1830cb(0x24b)+JSON[_0x1830cb(0x1ad)](_0x127d10)):await _0x537cf1[_0x1830cb(0x20f)](_0x1830cb(0x24b)+JSON[_0x1830cb(0x1ad)](_0x127d10));}),patchSaveScreenshot=_0x4251dd=>{const _0x6efe92=a1_0x56b630,_0x1041dd={'avIox':_0x6efe92(0x199),'sUqVR':'TEST_SCREENSHOT','AviEb':function(_0x5f2d80){return _0x5f2d80();},'mUtSg':function(_0x29e0de,_0xf5f14b){return _0x29e0de(_0xf5f14b);},'gOytb':_0x6efe92(0x1e3)};_0x1041dd[_0x6efe92(0x1bb)](isTrue,process[_0x6efe92(0x261)][_0x6efe92(0x17c)])&&!_0x4251dd[_0x6efe92(0x23a)]&&(_0x4251dd['patchSaveScreenshot']=!![],_0x4251dd[_0x6efe92(0x17d)]=_0x4251dd['saveScreenshot'],_0x4251dd[_0x6efe92(0x258)]=(_0xa76375,_0xee9112=![])=>{const _0x37fcce=_0x6efe92,_0x2023f9={'ijeYw':_0x1041dd[_0x37fcce(0x231)],'xsMMW':_0x1041dd[_0x37fcce(0x269)],'alXzI':function(_0x3a0ed2){const _0xa598a3=_0x37fcce;return _0x1041dd[_0xa598a3(0x274)](_0x3a0ed2);},'SuvGk':function(_0x10ee12,_0x107bf6){const _0x2b25e5=_0x37fcce;return _0x1041dd[_0x2b25e5(0x1bb)](_0x10ee12,_0x107bf6);},'fUXYt':_0x1041dd['gOytb']};return new Promise(function(_0x58d3af,_0x5659a4){const _0x4fa0c3=_0x37fcce;_0x4251dd[_0x4fa0c3(0x17d)](_0xa76375,_0xee9112)['then'](()=>{const _0x3eccbd=_0x4fa0c3,_0x4c5371=CodeceptUtils[_0x3eccbd(0x213)](_0xa76375);if(_0x4c5371){const _0xa011b7=fs[_0x3eccbd(0x278)](_0x4c5371);process[_0x3eccbd(0x198)](_0x3eccbd(0x25b)+process[_0x3eccbd(0x1b2)],{'timestamp':new Date()[_0x3eccbd(0x1b7)](),'message':_0xa011b7[_0x3eccbd(0x1cb)](_0x2023f9[_0x3eccbd(0x271)]),'kind':_0x2023f9[_0x3eccbd(0x1de)]}),_0x2023f9['alXzI'](_0x58d3af);}_0x2023f9['SuvGk'](_0x5659a4,new Error(_0x2023f9[_0x3eccbd(0x249)]));})['catch'](()=>null);});});},patchWebDriverBefore=_0x273044=>{const _0x702991=a1_0x56b630,_0x4603f2={'CcxBG':function(_0x5a8806){return _0x5a8806();},'udLPA':function(_0x480d18,_0x49aaff){return _0x480d18(_0x49aaff);},'AfJQP':function(_0x5ff262,_0x569e47){return _0x5ff262===_0x569e47;},'smPsv':_0x702991(0x21e),'tUpZR':function(_0x4238a1,_0x50b2f6){return _0x4238a1===_0x50b2f6;},'BeHaE':_0x702991(0x1a4),'hsWFF':_0x702991(0x251)},_0x47eff2=async function(_0x23dd46,_0xbe5c2e){const _0x5204f9=_0x702991;_0x4603f2[_0x5204f9(0x1ac)](isAccessibilityAutomationSession)&&!global['bstackAllyScanning']&&global[_0x5204f9(0x188)]&&scripts[_0x5204f9(0x1b3)](_0x23dd46[_0x5204f9(0x243)])&&_0x4603f2[_0x5204f9(0x242)](shouldPatchExecuteScript,arguments[0x2])&&(global['bstackAllyScanning']=!![],await PerformanceTester[_0x5204f9(0x1d6)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x4cf019=_0x5204f9;logger[_0x4cf019(0x222)](_0x4cf019(0x1a2)+_0x23dd46[_0x4cf019(0x254)]+'\x20'+_0x23dd46[_0x4cf019(0x243)]),await AccessibilityHelper[_0x4cf019(0x1bc)](_0x273044,scripts[_0x4cf019(0x25a)]);},{'command':_0x23dd46[_0x5204f9(0x243)]})());global[_0x5204f9(0x1ca)]=![];const _0x1907d3=JSON[_0x5204f9(0x19b)](process[_0x5204f9(0x261)]['FRAMEWORK_DETAILS']||'{}');if(_0x4603f2[_0x5204f9(0x22a)](_0x1907d3?.[_0x5204f9(0x1c5)]?.[_0x5204f9(0x243)],_0x4603f2[_0x5204f9(0x268)])&&_0x4603f2[_0x5204f9(0x1ae)](typeof _0x1907d3?.['testFramework']?.[_0x5204f9(0x1e7)],_0x4603f2[_0x5204f9(0x1b9)])&&_0x1907d3?.[_0x5204f9(0x1c5)]?.[_0x5204f9(0x1e7)][_0x5204f9(0x273)]('7'))return _0xbe5c2e[_0x5204f9(0x1a3)](null,Array[_0x5204f9(0x204)]['slice'][_0x5204f9(0x192)](arguments,0x2));return _0xbe5c2e[_0x5204f9(0x1a3)](this,Array[_0x5204f9(0x204)][_0x5204f9(0x1c3)]['call'](arguments,0x2));},_0xea757=CodeceptWebDriver[_0x702991(0x204)][_0x702991(0x24d)];CodeceptWebDriver['prototype']['_before']=async function(){const _0x50660=_0x702991;try{await _0xea757['apply'](this,arguments);}catch(_0x367996){logger['debug'](_0x50660(0x1a1)+util[_0x50660(0x256)](_0x367996));}scripts['commandsToWrap']['filter'](_0x21794f=>_0x21794f[_0x50660(0x243)]&&_0x21794f['class'])['forEach'](_0x2401e4=>{const _0x15e571=_0x50660;this[_0x15e571(0x1fc)][_0x15e571(0x1f4)](_0x2401e4[_0x15e571(0x243)],_0x47eff2[_0x15e571(0x19e)](this,_0x2401e4),_0x4603f2['AfJQP'](_0x2401e4[_0x15e571(0x254)],_0x4603f2[_0x15e571(0x201)]));}),_0x4603f2['udLPA'](processWebDriverConfig,_0x273044);};};function parseJwt(_0x255665){const _0x3deccb=a1_0x56b630,_0x1fc28c={};_0x1fc28c[_0x3deccb(0x211)]=_0x3deccb(0x199);const _0x454648=_0x1fc28c;if(!_0x255665)return null;return JSON['parse'](Buffer[_0x3deccb(0x1a5)](_0x255665[_0x3deccb(0x1d8)]('.')[0x1],_0x454648[_0x3deccb(0x211)])[_0x3deccb(0x1cb)]());}const patchPlaywrightBefore=()=>{const _0x425c4e=a1_0x56b630,_0x1456a0={'WObgs':function(_0x27fc30){return _0x27fc30();},'bjuyJ':_0x425c4e(0x216),'OxcgV':_0x425c4e(0x20a),'dqtwm':function(_0x20c5a7){return _0x20c5a7();},'OyCte':function(_0x16e9e8,_0x2d2e80){return _0x16e9e8(_0x2d2e80);},'IIWbi':function(_0x3ef58a){return _0x3ef58a();},'zqHbb':function(_0x4a4847,_0x446edd){return _0x4a4847+_0x446edd;},'uRnfx':'\x0aStack:\x20','Qbstf':function(_0x3f5683){return _0x3f5683();},'giehW':function(_0x155ada){return _0x155ada();}};PlaywrightSessionDetails[_0x425c4e(0x1ab)]();const _0x5a080e=CodeceptPlaywright[_0x425c4e(0x204)]['_before'];CodeceptPlaywright[_0x425c4e(0x204)][_0x425c4e(0x24d)]=async function(){const _0x553b14=_0x425c4e;this[_0x553b14(0x27b)]=await this[_0x553b14(0x1fc)][_0x553b14(0x1ce)]()[0x0];const _0x5dd9e9=async()=>{const _0x503093=_0x553b14,_0x276699={'IJYDv':function(_0x46391c){return _0x1456a0['WObgs'](_0x46391c);},'LMnSl':_0x1456a0[_0x503093(0x1b8)]},_0x5b8b80=this[_0x503093(0x26b)]&&this['config'][_0x503093(0x262)]&&this[_0x503093(0x26b)]['chromium'][_0x503093(0x250)]&&Array[_0x503093(0x1fe)](this[_0x503093(0x26b)][_0x503093(0x262)][_0x503093(0x250)])&&this['config'][_0x503093(0x262)][_0x503093(0x250)][_0x503093(0x1b1)](_0x1456a0[_0x503093(0x219)]);if(_0x1456a0[_0x503093(0x26c)](isAccessibilityAutomationSession)&&!_0x5b8b80)try{const _0x3855f7=_0x1456a0[_0x503093(0x1d1)](parseJwt,process[_0x503093(0x261)][_0x503093(0x1cd)]);if(_0x3855f7&&_0x3855f7[_0x503093(0x1f5)]&&_0x3855f7[_0x503093(0x1f5)][_0x503093(0x246)]){const _0x28c197=this[_0x503093(0x27b)]['pages']['bind'](this['browserContext']);this[_0x503093(0x27b)][_0x503093(0x232)]=async function(){const _0x766c12=_0x503093,_0x1c2ba2=await _0x276699[_0x766c12(0x265)](_0x28c197),_0x4b00ed=[];for(const _0x67bbe8 of _0x1c2ba2){try{const _0x5161c2=await _0x67bbe8[_0x766c12(0x205)]();!_0x5161c2[_0x766c12(0x273)](_0x276699[_0x766c12(0x272)])&&_0x4b00ed[_0x766c12(0x20b)](_0x67bbe8);}catch(_0x2b03e4){_0x4b00ed['push'](_0x67bbe8);}}return _0x4b00ed;};}if(!_0x1456a0[_0x503093(0x20e)](isBrowserstackInfra)){const _0xefa577=await this['page'][_0x503093(0x205)]();if(_0xefa577[_0x503093(0x273)](_0x1456a0[_0x503093(0x1b8)])){const _0x3c23ba=await this[_0x503093(0x27b)][_0x503093(0x232)]();this[_0x503093(0x17e)](_0x3c23ba[0x0]);}}}catch(_0x32d335){logger[_0x503093(0x222)]('Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20'+_0x32d335[_0x503093(0x248)]+(_0x32d335[_0x503093(0x1b0)]?_0x1456a0['zqHbb'](_0x1456a0[_0x503093(0x21c)],_0x32d335[_0x503093(0x1b0)]):''));}};_0x1456a0[_0x553b14(0x196)](isBrowserstackInfra)&&await _0x1456a0['WObgs'](_0x5dd9e9),await _0x5a080e[_0x553b14(0x1a3)](this,arguments),!_0x1456a0[_0x553b14(0x1ed)](isBrowserstackInfra)&&await _0x1456a0['giehW'](_0x5dd9e9);};},getCodeceptDriver=()=>{const _0x3db949=a1_0x56b630,_0x247f71={};_0x247f71[_0x3db949(0x257)]=_0x3db949(0x247),_0x247f71[_0x3db949(0x240)]=_0x3db949(0x1f0),_0x247f71[_0x3db949(0x214)]='Puppeteer',_0x247f71[_0x3db949(0x191)]='TestCafe';const _0x4acf07=_0x247f71,_0x498968=[_0x4acf07['MsiuP'],_0x4acf07[_0x3db949(0x240)],_0x4acf07[_0x3db949(0x214)],_0x4acf07[_0x3db949(0x191)]],_0x4c4f39=_0x498968[_0x3db949(0x212)](_0x1b805d=>!!CodeceptJS[_0x3db949(0x221)]['helpers'](_0x1b805d));if(!_0x4c4f39)return null;return CodeceptJS[_0x3db949(0x221)]['helpers'](_0x4c4f39);};module[a1_0x56b630(0x264)]=function(_0x13229f){const _0x4e7183=a1_0x56b630,_0x29f43d={'jVOFj':function(_0x7f16ed){return _0x7f16ed();},'oYKLI':function(_0x24c484,_0x260c29){return _0x24c484(_0x260c29);},'NfZMd':_0x4e7183(0x186),'boAjY':_0x4e7183(0x1c4),'FfrnE':_0x4e7183(0x245),'nicry':_0x4e7183(0x21b),'vtsTR':function(_0x224cc4,_0x9853b7){return _0x224cc4(_0x9853b7);},'tCawD':_0x4e7183(0x1e0),'DWtPE':_0x4e7183(0x1e5),'UyjIC':'hook-failed','smmbU':_0x4e7183(0x24f),'ZsAZk':function(_0x2ad6cc){return _0x2ad6cc();},'eXVqQ':'test-before','fNPiY':function(_0x2bc081,_0x59f558,_0x202d4b){return _0x2bc081(_0x59f558,_0x202d4b);},'aodAD':function(_0x59f7a8,_0x31c7bd){return _0x59f7a8(_0x31c7bd);},'nStrA':_0x4e7183(0x1c7),'tKoXR':function(_0x55f88){return _0x55f88();},'tDtnx':_0x4e7183(0x215),'BYSVl':function(_0x435197,_0x44c25f,_0xd393f5,_0x15b4f8){return _0x435197(_0x44c25f,_0xd393f5,_0x15b4f8);},'idnwT':function(_0xce05e7,_0xed7068,_0x4e286a,_0x27166a){return _0xce05e7(_0xed7068,_0x4e286a,_0x27166a);},'HKHmY':function(_0xedccaa,_0x592b2c){return _0xedccaa===_0x592b2c;},'QAtgB':'Suite','XUHCN':_0x4e7183(0x210),'LyFLA':_0x4e7183(0x1cf),'IOjUN':_0x4e7183(0x1eb),'uNeSV':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','bZiem':_0x4e7183(0x1c6),'XxscU':_0x4e7183(0x1e6),'ZAEuP':_0x4e7183(0x218),'hMJMk':'step-comment','HXcKE':'bddStep-before','yXCGV':'bddStep-after','afuZm':_0x4e7183(0x1f0)};_0x13229f[_0x4e7183(0x1d9)]&&(global[_0x4e7183(0x1bf)]=_0x13229f[_0x4e7183(0x1d9)]);PerformanceTester[_0x4e7183(0x25c)]();const _0x1ab2fc=_0x29f43d['jVOFj'](getCodeceptDriver),_0x442a4f=new O11yHelper(_0x1ab2fc,_0x13229f),_0x3cbcc3=!!CodeceptJS[_0x4e7183(0x221)][_0x4e7183(0x1ba)](_0x29f43d[_0x4e7183(0x229)]);global[_0x4e7183(0x228)]=_0x1ab2fc,_0x1ab2fc&&(PerformanceTester[_0x4e7183(0x1d6)](PerformanceEvents[_0x4e7183(0x223)],()=>{const _0x3dbf68=_0x4e7183;_0x3cbcc3?_0x29f43d['jVOFj'](patchPlaywrightBefore):_0x29f43d[_0x3dbf68(0x184)](patchWebDriverBefore,_0x1ab2fc);})(),PerformanceTester['measureWrapper'](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0xe8e583=_0x4e7183,_0x3be8a0={};_0x3be8a0[_0xe8e583(0x209)]=_0x29f43d[_0xe8e583(0x1be)],_0x3be8a0[_0xe8e583(0x1e9)]=_0x29f43d['boAjY'],_0x3be8a0[_0xe8e583(0x1d2)]=_0x29f43d[_0xe8e583(0x1e4)],_0x3be8a0[_0xe8e583(0x225)]=_0x29f43d['nicry'];const _0x51015b=_0x3be8a0;_0x1ab2fc[_0xe8e583(0x186)]=async()=>{const _0x394c5a=_0xe8e583;if(global[_0x394c5a(0x188)]){const _0x121a37={};return _0x121a37[_0x394c5a(0x1cc)]=_0x51015b[_0x394c5a(0x209)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x34ce1a=_0x394c5a;return await AccessibilityHelper[_0x34ce1a(0x1bc)](_0x1ab2fc,scripts['performScan']);},_0x121a37)(),await PerformanceTester[_0x394c5a(0x1d6)](PerformanceA11yEvents[_0x394c5a(0x1dd)],async()=>{const _0x1181c8=_0x394c5a;return await AccessibilityHelper[_0x1181c8(0x1bc)](_0x1ab2fc,scripts[_0x1181c8(0x1f3)]);})();}return logger['warn'](_0x51015b[_0x394c5a(0x1e9)]),{};},_0x1ab2fc[_0xe8e583(0x245)]=async()=>{const _0x4a4c81=_0xe8e583;if(global[_0x4a4c81(0x188)]){const _0x19adc={};return _0x19adc['command']=_0x51015b['xnbkP'],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x4a4c81(0x1bd)],async()=>{const _0x1d7260=_0x4a4c81;return await AccessibilityHelper[_0x1d7260(0x1bc)](_0x1ab2fc,scripts['performScan']);},_0x19adc)(),await PerformanceTester[_0x4a4c81(0x1d6)](PerformanceA11yEvents[_0x4a4c81(0x18c)],async()=>{const _0x1aeadc=_0x4a4c81;return await AccessibilityHelper[_0x1aeadc(0x1bc)](_0x1ab2fc,scripts[_0x1aeadc(0x23e)]);})();}return logger['warn'](_0x51015b[_0x4a4c81(0x225)]),{};},_0x29f43d[_0xe8e583(0x244)](patchSaveScreenshot,_0x1ab2fc);})()),CodeceptJS['event'][_0x4e7183(0x1e2)]['on'](CodeceptJS[_0x4e7183(0x21f)][_0x4e7183(0x1a8)][_0x4e7183(0x17f)],()=>{const _0x311601=_0x4e7183;PerformanceTester[_0x311601(0x1ec)](PerformanceEvents['SDK_PRE_TEST']);try{_0x442a4f[_0x311601(0x1ec)](),testOpsHelper[_0x311601(0x1db)](),PerformanceTester['end'](PerformanceEvents[_0x311601(0x24a)]);}catch(_0x4844eb){PerformanceTester['captureError'](_0x4844eb),PerformanceTester[_0x311601(0x1c0)](PerformanceEvents[_0x311601(0x24a)],![],_0x4844eb);}}),CodeceptJS[_0x4e7183(0x21f)][_0x4e7183(0x1e2)]['on'](CodeceptJS[_0x4e7183(0x21f)][_0x4e7183(0x1a8)]['after'],async()=>{const _0x456e9a=_0x4e7183;PerformanceTester[_0x456e9a(0x1ec)](PerformanceEvents[_0x456e9a(0x1e1)]);try{requestSpy['restore'](),await _0x442a4f['stop'](),PerformanceTester[_0x456e9a(0x1c0)](PerformanceEvents[_0x456e9a(0x1e1)]);}catch(_0x3dddbe){PerformanceTester[_0x456e9a(0x1c8)](_0x3dddbe),PerformanceTester[_0x456e9a(0x1c0)](PerformanceEvents[_0x456e9a(0x1e1)],![],_0x3dddbe);}finally{PerformanceTester[_0x456e9a(0x1c1)]();}}),CodeceptJS[_0x4e7183(0x21f)][_0x4e7183(0x1e2)]['on'](CodeceptJS[_0x4e7183(0x21f)][_0x4e7183(0x21a)]['started'],_0x16ea3f=>{const _0x350aef=_0x4e7183;PerformanceTester[_0x350aef(0x1ec)](PerformanceEvents[_0x350aef(0x27c)]);try{const _0x2bafb5=_0x16ea3f[_0x350aef(0x190)][_0x350aef(0x25f)],_0x5b9891=_0x442a4f[_0x350aef(0x187)](TEST_EVENTS[_0x350aef(0x1f7)],_0x2bafb5);CodeceptRecorder[_0x350aef(0x1e8)](()=>_0x442a4f[_0x350aef(0x22b)](TEST_EVENTS[_0x350aef(0x1f7)],_0x5b9891));const _0x3bc177={};_0x3bc177[_0x350aef(0x267)]=_0x29f43d[_0x350aef(0x26d)],PerformanceTester[_0x350aef(0x1c0)](PerformanceEvents[_0x350aef(0x27c)],!![],null,_0x3bc177);}catch(_0x568115){const _0x2b9c86={};_0x2b9c86[_0x350aef(0x267)]=_0x29f43d[_0x350aef(0x26d)],PerformanceTester[_0x350aef(0x1c0)](PerformanceEvents[_0x350aef(0x27c)],![],_0x568115,_0x2b9c86),PerformanceTester[_0x350aef(0x1c8)](_0x568115);}}),CodeceptJS[_0x4e7183(0x21f)][_0x4e7183(0x1e2)]['on'](CodeceptJS[_0x4e7183(0x21f)][_0x4e7183(0x21a)][_0x4e7183(0x1b6)],_0x486c25=>{const _0x465585=_0x4e7183,_0xf48d6a={};_0xf48d6a[_0x465585(0x267)]=_0x29f43d['DWtPE'],PerformanceTester[_0x465585(0x1ec)](PerformanceHookEvents[_0x465585(0x27c)],!![],null,_0xf48d6a);try{const _0x3c7d9b=_0x486c25[_0x465585(0x190)][_0x465585(0x25f)],_0x46a712=_0x442a4f[_0x465585(0x187)](TEST_EVENTS[_0x465585(0x1dc)],_0x3c7d9b);CodeceptRecorder[_0x465585(0x1e8)](()=>_0x442a4f[_0x465585(0x22b)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x46a712));const _0x3db46b={};_0x3db46b[_0x465585(0x267)]=_0x29f43d[_0x465585(0x277)],PerformanceTester[_0x465585(0x1c0)](PerformanceHookEvents[_0x465585(0x27c)],!![],null,_0x3db46b);}catch(_0x2d8b30){PerformanceTester[_0x465585(0x1c8)](_0x2d8b30);const _0x8deb2={};_0x8deb2['hookType']=_0x29f43d[_0x465585(0x277)],PerformanceTester['end'](PerformanceHookEvents[_0x465585(0x27c)],![],_0x2d8b30,_0x8deb2);}}),CodeceptJS[_0x4e7183(0x21f)][_0x4e7183(0x1e2)]['on'](CodeceptJS[_0x4e7183(0x21f)][_0x4e7183(0x21a)][_0x4e7183(0x255)],async(_0x9261a2,_0x559d5f)=>{const _0x12a47a=_0x4e7183;PerformanceTester[_0x12a47a(0x1ec)](PerformanceHookEvents[_0x12a47a(0x27c)]);try{const _0x7d59e3=_0x9261a2[_0x12a47a(0x190)][_0x12a47a(0x25f)],_0x324854=_0x442a4f['captureEvent'](TEST_EVENTS[_0x12a47a(0x1dc)],_0x7d59e3,_0x559d5f);CodeceptRecorder[_0x12a47a(0x1e8)](()=>_0x442a4f[_0x12a47a(0x22b)](TEST_EVENTS[_0x12a47a(0x1dc)],_0x324854));const _0x4f7cc8={};_0x4f7cc8[_0x12a47a(0x267)]=_0x29f43d['UyjIC'],PerformanceTester[_0x12a47a(0x1ec)](PerformanceHookEvents[_0x12a47a(0x27c)],!![],null,_0x4f7cc8);}catch(_0x314112){PerformanceTester[_0x12a47a(0x1c8)](_0x314112);const _0x1cf333={};_0x1cf333[_0x12a47a(0x267)]=_0x29f43d[_0x12a47a(0x1f2)],PerformanceTester[_0x12a47a(0x1c0)](PerformanceHookEvents[_0x12a47a(0x27c)],![],_0x314112,_0x1cf333);}const _0x503e32={};_0x503e32[_0x12a47a(0x267)]=_0x29f43d[_0x12a47a(0x1f2)],PerformanceTester[_0x12a47a(0x1c0)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x503e32);}),CodeceptJS['event'][_0x4e7183(0x1e2)]['on'](CodeceptJS[_0x4e7183(0x21f)][_0x4e7183(0x25f)]['before'],_0x90b2e3=>{const _0x474c2c=_0x4e7183;PerformanceTester[_0x474c2c(0x1ec)](PerformanceHookEvents[_0x474c2c(0x27c)]);try{globals['setGlobal'](_0x29f43d['smmbU'],_0x90b2e3[_0x474c2c(0x1d7)]);_0x29f43d[_0x474c2c(0x1f1)](isBrowserstackInfra)&&(_0x3cbcc3&&(global[_0x474c2c(0x25d)]={'currentTest':{'name':_0x90b2e3[_0x474c2c(0x1d7)],'testInfo':{'titlePath':_0x90b2e3[_0x474c2c(0x26a)]()}}}));const _0x4242b9={};_0x4242b9[_0x474c2c(0x267)]=_0x29f43d[_0x474c2c(0x19f)],PerformanceTester[_0x474c2c(0x1c0)](PerformanceHookEvents[_0x474c2c(0x27c)],!![],null,_0x4242b9);}catch(_0x254c51){PerformanceTester[_0x474c2c(0x1c8)](_0x254c51);const _0x254eda={};_0x254eda[_0x474c2c(0x267)]=_0x29f43d[_0x474c2c(0x19f)],PerformanceTester['end'](PerformanceHookEvents[_0x474c2c(0x27c)],![],_0x254c51,_0x254eda);}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS['event'][_0x4e7183(0x25f)][_0x4e7183(0x1d4)],_0x451a36=>{const _0x4ad80f=_0x4e7183;PerformanceTester[_0x4ad80f(0x1ec)](PerformanceHookEvents[_0x4ad80f(0x27c)]);try{globals[_0x4ad80f(0x202)](_0x29f43d[_0x4ad80f(0x238)],_0x451a36['title']);const _0x7cb21f=_0x442a4f[_0x4ad80f(0x187)](TEST_EVENTS[_0x4ad80f(0x253)],_0x451a36);CodeceptRecorder[_0x4ad80f(0x1e8)](()=>_0x442a4f[_0x4ad80f(0x22b)](TEST_EVENTS[_0x4ad80f(0x253)],_0x7cb21f)),CodeceptRecorder[_0x4ad80f(0x1e8)](async()=>{const _0x5d2b17=_0x4ad80f;_0x29f43d['ZsAZk'](isBrowserstackInfra)&&(!_0x29f43d[_0x5d2b17(0x244)](isTrue,_0x13229f[_0x5d2b17(0x208)])&&await _0x29f43d[_0x5d2b17(0x20c)](markSessionName,_0x1ab2fc,_0x451a36['title']),_0x442a4f[_0x5d2b17(0x195)]&&await _0x29f43d[_0x5d2b17(0x180)](o11ySync,_0x1ab2fc));});}catch(_0x514093){const _0x1f0906={};_0x1f0906[_0x4ad80f(0x267)]=_0x29f43d[_0x4ad80f(0x1d3)],PerformanceTester['end'](PerformanceHookEvents[_0x4ad80f(0x27c)],![],_0x514093,_0x1f0906),PerformanceTester[_0x4ad80f(0x1c8)](_0x514093);}const _0x223de2={};_0x223de2[_0x4ad80f(0x267)]=_0x29f43d[_0x4ad80f(0x1d3)],PerformanceTester[_0x4ad80f(0x1c0)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x223de2);}),CodeceptJS[_0x4e7183(0x21f)][_0x4e7183(0x1e2)]['on'](CodeceptJS['event'][_0x4e7183(0x25f)][_0x4e7183(0x1b6)],_0x30110f=>{const _0x664b2e=_0x4e7183,_0x15b44c={'wlJQt':function(_0x48ca5c,_0x111501,_0x6a3185){const _0x111fd2=a1_0x34fd;return _0x29f43d[_0x111fd2(0x20c)](_0x48ca5c,_0x111501,_0x6a3185);},'ueMnQ':function(_0x56ad3d,_0x4b1f32,_0x478303){const _0x311426=a1_0x34fd;return _0x29f43d[_0x311426(0x20c)](_0x56ad3d,_0x4b1f32,_0x478303);},'eBcWa':function(_0x52ce2f){const _0x31109c=a1_0x34fd;return _0x29f43d[_0x31109c(0x1f8)](_0x52ce2f);}};PerformanceTester[_0x664b2e(0x1ec)](PerformanceHookEvents['SDK_HOOK']);try{const _0x30916c=_0x442a4f['captureEvent'](TEST_EVENTS['TEST_RUN_FINISHED'],_0x30110f);CodeceptRecorder['add'](()=>_0x442a4f[_0x664b2e(0x22b)](TEST_EVENTS[_0x664b2e(0x239)],_0x30916c)),CodeceptRecorder[_0x664b2e(0x1e8)](async()=>{const _0x1c0e7f=_0x664b2e;_0x15b44c[_0x1c0e7f(0x23c)](isBrowserstackInfra)&&await PerformanceTester['measureWrapper'](PerformanceAutEvents[_0x1c0e7f(0x1f6)],async()=>{const _0x477338=_0x1c0e7f;_0x3cbcc3?await _0x15b44c['wlJQt'](playwrightMarkSessionStatus,_0x1ab2fc,STATE_PASSED):await _0x15b44c[_0x477338(0x1a9)](markSessionStatus,_0x1ab2fc,STATE_PASSED);})();}),PerformanceTester['end'](PerformanceEvents[_0x664b2e(0x26f)]);}catch(_0x494975){PerformanceTester[_0x664b2e(0x1c8)](_0x494975);const _0x5ca562={};_0x5ca562[_0x664b2e(0x267)]=_0x29f43d[_0x664b2e(0x19c)],PerformanceTester['end'](PerformanceHookEvents[_0x664b2e(0x27c)],![],_0x494975,_0x5ca562),PerformanceTester[_0x664b2e(0x1c0)](PerformanceEvents[_0x664b2e(0x26f)],![],_0x494975);}const _0x489253={};_0x489253['hookType']=_0x29f43d[_0x664b2e(0x19c)],PerformanceTester[_0x664b2e(0x1c0)](PerformanceHookEvents[_0x664b2e(0x27c)],!![],null,_0x489253);}),CodeceptJS[_0x4e7183(0x21f)]['dispatcher']['on'](CodeceptJS['event']['test'][_0x4e7183(0x255)],(_0x3b38de,_0x3728d2)=>{const _0x2ca0a8=_0x4e7183,_0x582e38={'GOZHq':function(_0x1a0f52){const _0x5b5723=a1_0x34fd;return _0x29f43d[_0x5b5723(0x235)](_0x1a0f52);},'vlUvF':function(_0x300008,_0x3303c6,_0x8aaf58,_0xc7fd5a){return _0x29f43d['BYSVl'](_0x300008,_0x3303c6,_0x8aaf58,_0xc7fd5a);},'dEPAK':function(_0x2de1ab,_0x21f9b3,_0x4a7815,_0x188031){const _0x3135f8=a1_0x34fd;return _0x29f43d[_0x3135f8(0x1a7)](_0x2de1ab,_0x21f9b3,_0x4a7815,_0x188031);}};PerformanceTester['start'](PerformanceHookEvents[_0x2ca0a8(0x27c)]);try{if(_0x29f43d[_0x2ca0a8(0x1d5)](_0x3b38de[_0x2ca0a8(0x197)]['name'],_0x29f43d[_0x2ca0a8(0x1fd)])){const _0x3e3add=_0x442a4f[_0x2ca0a8(0x187)](TEST_EVENTS[_0x2ca0a8(0x21d)],_0x3b38de[_0x2ca0a8(0x190)][_0x2ca0a8(0x1b5)]);CodeceptRecorder[_0x2ca0a8(0x1e8)](()=>_0x442a4f[_0x2ca0a8(0x22b)](TEST_EVENTS[_0x2ca0a8(0x21d)],_0x3e3add));}else{const _0xb21f35=_0x442a4f['captureEvent'](TEST_EVENTS[_0x2ca0a8(0x239)],_0x3b38de,_0x3728d2);CodeceptRecorder['add'](()=>{const _0x4da2af=_0x2ca0a8;try{_0x442a4f['fireEvent'](TEST_EVENTS[_0x4da2af(0x239)],_0xb21f35);}catch(_0x3dcc5b){logger[_0x4da2af(0x222)](_0x4da2af(0x1ff)+util['format'](_0x3dcc5b)),PerformanceTester[_0x4da2af(0x1c0)](PerformanceEvents[_0x4da2af(0x26f)],![],_0x3dcc5b);}}),CodeceptRecorder[_0x2ca0a8(0x1e8)](async()=>{const _0x5db9af=_0x2ca0a8;try{_0x582e38['GOZHq'](isBrowserstackInfra)&&(_0x3cbcc3?await _0x582e38[_0x5db9af(0x270)](playwrightMarkSessionStatus,_0x1ab2fc,STATE_FAILED,_0x3728d2):await _0x582e38[_0x5db9af(0x24c)](markSessionStatus,_0x1ab2fc,STATE_FAILED,_0x3728d2));}catch(_0x4f1eff){logger[_0x5db9af(0x222)]('Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20'+util[_0x5db9af(0x256)](_0x4f1eff)),PerformanceTester[_0x5db9af(0x1c0)](PerformanceEvents[_0x5db9af(0x26f)],![],_0x4f1eff);}});}PerformanceTester[_0x2ca0a8(0x1c0)](PerformanceEvents[_0x2ca0a8(0x26f)]);}catch(_0x5807fd){PerformanceTester['captureError'](_0x5807fd);const _0x156314={};_0x156314[_0x2ca0a8(0x267)]=_0x29f43d['XUHCN'],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x5807fd,_0x156314),PerformanceTester[_0x2ca0a8(0x1c0)](PerformanceEvents[_0x2ca0a8(0x26f)],![],_0x5807fd);}const _0x239289={};_0x239289[_0x2ca0a8(0x267)]=_0x29f43d[_0x2ca0a8(0x17a)],PerformanceTester[_0x2ca0a8(0x1c0)](PerformanceHookEvents[_0x2ca0a8(0x27c)],!![],null,_0x239289);}),CodeceptJS[_0x4e7183(0x21f)]['dispatcher']['on'](CodeceptJS['event'][_0x4e7183(0x25f)][_0x4e7183(0x1a6)],_0x28e1b0=>{const _0x5505ab=_0x4e7183;PerformanceTester[_0x5505ab(0x1ec)](PerformanceHookEvents['SDK_HOOK']);try{const _0x594fb9=_0x442a4f[_0x5505ab(0x187)](TEST_EVENTS[_0x5505ab(0x21d)],_0x28e1b0);CodeceptRecorder[_0x5505ab(0x1e8)](()=>_0x442a4f[_0x5505ab(0x22b)](TEST_EVENTS[_0x5505ab(0x21d)],_0x594fb9)),PerformanceTester[_0x5505ab(0x1c0)](PerformanceEvents['SDK_TEST']);}catch(_0x41dfba){PerformanceTester[_0x5505ab(0x1c8)](_0x41dfba),PerformanceTester['end'](PerformanceEvents[_0x5505ab(0x26f)],![],_0x41dfba);const _0x44ac2c={};_0x44ac2c[_0x5505ab(0x267)]=_0x29f43d[_0x5505ab(0x189)],PerformanceTester[_0x5505ab(0x1c0)](PerformanceHookEvents['SDK_HOOK'],![],_0x41dfba,_0x44ac2c);}const _0x381157={};_0x381157[_0x5505ab(0x267)]=_0x29f43d[_0x5505ab(0x189)],PerformanceTester[_0x5505ab(0x1c0)](PerformanceHookEvents[_0x5505ab(0x27c)],!![],null,_0x381157);}),CodeceptJS[_0x4e7183(0x21f)][_0x4e7183(0x1e2)]['on'](CodeceptJS[_0x4e7183(0x21f)]['test'][_0x4e7183(0x276)],async(_0x4175ba,_0x586fd0)=>{const _0xc5a4cc=_0x4e7183;try{PerformanceTester['start'](PerformanceHookEvents[_0xc5a4cc(0x27c)]);const _0x5df0ab=_0x29f43d[_0xc5a4cc(0x20c)](shouldScanTestForAccessibility,_0x4175ba[_0xc5a4cc(0x26a)](),!![]);if(_0x29f43d[_0xc5a4cc(0x235)](isAccessibilityAutomationSession)&&global[_0xc5a4cc(0x188)]&&_0x5df0ab){const _0x1e8b83={};_0x1e8b83[_0xc5a4cc(0x17b)]=_0x4175ba[_0xc5a4cc(0x1c9)],_0x1e8b83[_0xc5a4cc(0x241)]=process['env'][testHubConstants[_0xc5a4cc(0x185)][_0xc5a4cc(0x200)]],_0x1e8b83[_0xc5a4cc(0x25e)]=process[_0xc5a4cc(0x261)][testHubConstants['ENV_VAR'][_0xc5a4cc(0x275)]];const _0x1be7f4=_0x1e8b83;logger['debug'](_0xc5a4cc(0x183)+JSON['stringify'](_0x1be7f4)),CodeceptRecorder['add'](async()=>{const _0x37a954=_0xc5a4cc,_0x24acaa={};_0x24acaa['command']=_0x29f43d['IOjUN'],await PerformanceTester[_0x37a954(0x1d6)](PerformanceA11yEvents[_0x37a954(0x1bd)],async()=>{const _0x5111a6=_0x37a954;await AccessibilityHelper['browserStackExecuteDriver'](_0x1ab2fc,scripts[_0x5111a6(0x25a)]);},_0x24acaa)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x37a954(0x1fa)],async()=>{const _0x118d08=_0x37a954;await AccessibilityHelper[_0x118d08(0x1bc)](_0x1ab2fc,scripts[_0x118d08(0x18d)],_0x1be7f4);})();}),logger[_0xc5a4cc(0x26e)](_0x29f43d[_0xc5a4cc(0x266)]);}const _0x1accda={};_0x1accda[_0xc5a4cc(0x267)]=_0x29f43d[_0xc5a4cc(0x193)],PerformanceTester[_0xc5a4cc(0x1c0)](PerformanceHookEvents[_0xc5a4cc(0x27c)],!![],null,_0x1accda);}catch(_0x58786b){PerformanceTester[_0xc5a4cc(0x1c8)](_0x58786b);const _0x58dddb={};_0x58dddb[_0xc5a4cc(0x267)]=_0x29f43d['bZiem'],PerformanceTester[_0xc5a4cc(0x1c0)](PerformanceHookEvents[_0xc5a4cc(0x27c)],![],_0x58786b,_0x58dddb);}}),CodeceptJS['event'][_0x4e7183(0x1e2)]['on'](CodeceptJS[_0x4e7183(0x21f)][_0x4e7183(0x20d)][_0x4e7183(0x1d0)],_0x42d10d=>{const _0x46a4a7=_0x4e7183;PerformanceTester[_0x46a4a7(0x1ec)](PerformanceHookEvents['SDK_HOOK']);try{process[_0x46a4a7(0x198)](_0x46a4a7(0x25b)+process[_0x46a4a7(0x1b2)],{'timestamp':new Date()[_0x46a4a7(0x1b7)](),'level':_0x29f43d['XxscU'],'message':_0x42d10d,'kind':_0x29f43d[_0x46a4a7(0x19d)],'http_response':{}});}catch(_0x53bc25){PerformanceTester[_0x46a4a7(0x1c8)](_0x53bc25);const _0xcb6b8c={};_0xcb6b8c[_0x46a4a7(0x267)]=_0x29f43d[_0x46a4a7(0x22e)],PerformanceTester[_0x46a4a7(0x1c0)](PerformanceHookEvents[_0x46a4a7(0x27c)],![],_0x53bc25,_0xcb6b8c);}const _0x3567fb={};_0x3567fb[_0x46a4a7(0x267)]=_0x29f43d[_0x46a4a7(0x22e)],PerformanceTester[_0x46a4a7(0x1c0)](PerformanceHookEvents[_0x46a4a7(0x27c)],!![],null,_0x3567fb);}),CodeceptJS['event'][_0x4e7183(0x1e2)]['on'](CodeceptJS[_0x4e7183(0x21f)][_0x4e7183(0x217)][_0x4e7183(0x17f)],_0x2ac260=>{const _0x2c0441=_0x4e7183,_0xe480be={};_0xe480be['hookType']=_0x29f43d['HXcKE'],PerformanceTester['measureWrapper'](PerformanceHookEvents[_0x2c0441(0x27c)],()=>{const _0x1456d1=_0x2c0441;_0x442a4f[_0x1456d1(0x237)](_0x2ac260);},_0xe480be)();}),CodeceptJS[_0x4e7183(0x21f)][_0x4e7183(0x1e2)]['on'](CodeceptJS[_0x4e7183(0x21f)][_0x4e7183(0x217)]['after'],_0x1b82d8=>{const _0x213488=_0x4e7183,_0xf78893={};_0xf78893[_0x213488(0x267)]=_0x29f43d['yXCGV'],PerformanceTester[_0x213488(0x1d6)](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x30adcd=_0x213488;_0x442a4f[_0x30adcd(0x181)](_0x1b82d8);},_0xf78893)();});};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a2_0x1349c5=a2_0x156f;(function(_0x28498,_0x5a8c03){const _0x2f5033=a2_0x156f,_0x357fd1=_0x28498();while(!![]){try{const _0x385a8d=-parseInt(_0x2f5033(0x19f))/0x1+-parseInt(_0x2f5033(0x16b))/0x2*(parseInt(_0x2f5033(0x1a9))/0x3)+-parseInt(_0x2f5033(0x116))/0x4+parseInt(_0x2f5033(0x156))/0x5+parseInt(_0x2f5033(0x12b))/0x6*(-parseInt(_0x2f5033(0x146))/0x7)+-parseInt(_0x2f5033(0x16c))/0x8+parseInt(_0x2f5033(0x196))/0x9;if(_0x385a8d===_0x5a8c03)break;else _0x357fd1['push'](_0x357fd1['shift']());}catch(_0x5048f9){_0x357fd1['push'](_0x357fd1['shift']());}}}(a2_0x5832,0x68557));function a2_0x5832(){const _0x2daa48=['BROWSERSTACK_TEST_OBSERVABILITY_YML','9fiVLAD','slice','../../helpers/test-observability/utils','Blfbd','initialize','replace','isTrue','BROWSERSTACK_TEST_ACCESSIBILITY_YML','webkit','../../helpers/testhub/testhubHandler','addOptions','path','yCfcP','getPlatformName','3289196xsdsmD','EVENTS','5|3|1|2|0|4','codecept.conf.js','../../bin/playwright/accessibility-helper','passed','rTUTI','Playwright','TeAOK','bootstrapAll','playwright-chromium','iseoe','host','accessibilityOptions','event','map','failed','nrccn','browser','YBefR','browserName','6GKCqsU','join','Passed\x20:\x20','desiredCapabilities','enabled','accessKey','before','hubUrl','load','isUndefined','end','teardownAll','prepareCapabilities','isTestObservabilitySession','chromium','Workers','RKCci','split','ykwvq','process','AStCl','QVbMe','stop','DZyIo','getUserWorkerCount','isEmpty','CODECEPT_CUCUMBER','504119kgSamo','testObservability','start','testContextOptions','testConfig','skipSessionStatus','handleApp','/wd/hub','CODECEPT','title','length','parallelsPerPlatform','TlBfO','skipSessionName','format','ZVeAR','2820075dNsubP','rVyfW','helpers','../../helpers/accessibility-automation/helper','setAdditionalCapabilities','existsSync','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','KifUa','info','WebDriver','USER_CONFIG_DETAILS_PATH','test','Started\x20:\x20','fSxQz','key','spawn','cwd','platforms','browserWSEndpoint','stack','require','467966luHLJr','5815184uSrWMy','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','user','mOiTT','../../helpers/utilities','run','util','lJcrM','env','mergeDeep','../utils/clientTroubleshootingService','profile','FRAMEWORKS','createGroupsOfSuites','codecept.json','codeceptjs/lib/index.js','push','chrome','AynnL','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','validPlatformsPresent','NEVFY','../../helpers/logger','zJKKY','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','gSzQn','assign','SDK_CLEANUP','winstonLogger','chdir','exports','now','HSwvi','log','debug','../../helpers/BrowserStackSetup','../../helpers/helper','Failed\x20:\x20','trim','fvkWI','BROWSERSTACK_RERUN_TESTS','gcdSG','23679801amhcIX','userName','toLowerCase','printResults','BROWSERSTACK_RERUN','addConfig','../../helpers/test-observability/constants','findIndex','../../helpers/performance/constants','444590GdQjsY','dirname','FPEWc','plugins','config','WDnzI','RgJlr','playwright-webkit','stringify'];a2_0x5832=function(){return _0x2daa48;};return a2_0x5832();}const fs=require('fs'),path=require(a2_0x1349c5(0x1b4)),util=require(a2_0x1349c5(0x172)),process=require(a2_0x1349c5(0x13e)),logger=require(a2_0x1349c5(0x182))[a2_0x1349c5(0x188)],{default:BrowserStackSetup}=require(a2_0x1349c5(0x18f)),helper=require(a2_0x1349c5(0x190)),utilities=require(a2_0x1349c5(0x170)),{checkAccessibilityPlatformConfig}=require(a2_0x1349c5(0x159)),{setAccessibilityCapabilities}=require(a2_0x1349c5(0x11a)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x1349c5(0x190)),CodeceptJS=requireModule(a2_0x1349c5(0x17b),'codeceptjs'),testOpsHelper=require(a2_0x1349c5(0x1ab)),TestHubHandler=require(a2_0x1349c5(0x1b2)),constants=require('../utils/constants'),PerformanceTester=require('../../helpers/performance/performance-tester'),{FRAMEWORKS}=require(a2_0x1349c5(0x19c)),PerformanceEvents=require(a2_0x1349c5(0x19e))[a2_0x1349c5(0x117)],ClientTroubleShootingService=require(a2_0x1349c5(0x176)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x1cc6ba,_0x1738da)=>{const _0x167bdc=a2_0x1349c5,_0x3e2869={};_0x3e2869[_0x167bdc(0x140)]=function(_0x441444,_0x466300){return _0x441444===_0x466300;},_0x3e2869[_0x167bdc(0x129)]=_0x167bdc(0x119),_0x3e2869[_0x167bdc(0x18c)]=_0x167bdc(0x17a);const _0xace27=_0x3e2869;let _0x409964=null;const _0x54a499={};let _0x1ea491=_0x1738da['findIndex'](_0x20e391=>_0x20e391==='--config');_0xace27[_0x167bdc(0x140)](_0x1ea491,-0x1)&&(_0x1ea491=_0x1738da[_0x167bdc(0x19d)](_0x4b27f8=>_0x4b27f8==='-c'));if(!helper[_0x167bdc(0x134)](_0x1cc6ba[_0x167bdc(0x1a3)])&&fs[_0x167bdc(0x15b)](path[_0x167bdc(0x12c)](process[_0x167bdc(0x166)](),_0x1cc6ba[_0x167bdc(0x1a3)])))_0x409964=path['join'](process[_0x167bdc(0x166)](),_0x1cc6ba[_0x167bdc(0x1a3)]),_0x1738da[_0x167bdc(0x1aa)](_0x1ea491,0x2);else{if(!helper[_0x167bdc(0x134)](_0x1cc6ba['c'])&&fs['existsSync'](path['join'](process[_0x167bdc(0x166)](),_0x1cc6ba['c'])))_0x409964=path[_0x167bdc(0x12c)](process['cwd'](),_0x1cc6ba['c']),_0x1738da[_0x167bdc(0x1aa)](_0x1ea491,0x2);else{if(fs[_0x167bdc(0x15b)](path[_0x167bdc(0x12c)](process[_0x167bdc(0x166)](),_0xace27['YBefR'])))_0x409964=path[_0x167bdc(0x12c)](process[_0x167bdc(0x166)](),_0xace27[_0x167bdc(0x129)]);else fs[_0x167bdc(0x15b)](path[_0x167bdc(0x12c)](process[_0x167bdc(0x166)](),_0xace27['HSwvi']))&&(_0x409964=path['join'](process[_0x167bdc(0x166)](),_0xace27[_0x167bdc(0x18c)]));}}return process[_0x167bdc(0x174)][_0x167bdc(0x160)]=_0x409964,_0x409964;},getO11yRerunPattern=()=>{const _0x24a84b=a2_0x1349c5,_0x25789d=helper[_0x24a84b(0x1af)](process['env'][_0x24a84b(0x19a)]);if(_0x25789d){const _0x5fb6c0=process[_0x24a84b(0x174)][_0x24a84b(0x194)],_0x493db4=[];if(helper['validateRerunTestList'](_0x5fb6c0)&&!helper[_0x24a84b(0x134)](_0x5fb6c0)){_0x5fb6c0[_0x24a84b(0x13c)](',')[_0x24a84b(0x125)](_0x4fdf80=>{const _0x360d63=_0x24a84b;_0x493db4[_0x360d63(0x17c)]('('+_0x4fdf80[_0x360d63(0x192)]()+')');});const _0x1af62b='^'+_0x493db4[_0x24a84b(0x12c)]('|')+'$';return _0x1af62b;}}return null;},a2_0x4c0c6e={};a2_0x4c0c6e[a2_0x1349c5(0x17d)]=a2_0x1349c5(0x139),a2_0x4c0c6e[a2_0x1349c5(0x120)]=a2_0x1349c5(0x139),a2_0x4c0c6e['playwright-firefox']='firefox',a2_0x4c0c6e[a2_0x1349c5(0x1a6)]=a2_0x1349c5(0x1b1);const pwToCodeceptBrowser=a2_0x4c0c6e;function a2_0x156f(_0x278b2f,_0x5cdc61){const _0x583226=a2_0x5832();return a2_0x156f=function(_0x156f1d,_0x419d4c){_0x156f1d=_0x156f1d-0x116;let _0x593b42=_0x583226[_0x156f1d];return _0x593b42;},a2_0x156f(_0x278b2f,_0x5cdc61);}async function run(_0xc0291f,_0x2f5aea,_0x56f16b){const _0xde2f1a=a2_0x1349c5,_0x1f8e7d={'ykwvq':function(_0x357e2a,_0x43b095){return _0x357e2a+_0x43b095;},'RgJlr':function(_0x5bf24c,_0x28b62a){return _0x5bf24c(_0x28b62a);},'FPEWc':function(_0x4c49f4,_0x27870d,_0x5f5801){return _0x4c49f4(_0x27870d,_0x5f5801);},'mOiTT':'helpers','rTUTI':function(_0x23ff4b){return _0x23ff4b();},'WDnzI':_0xde2f1a(0x14d),'AynnL':_0xde2f1a(0x191),'RKCci':_0xde2f1a(0x12d),'rVyfW':_0xde2f1a(0x162),'fvkWI':_0xde2f1a(0x118),'nrccn':function(_0x428156,_0x461d83,_0x3a34f0){return _0x428156(_0x461d83,_0x3a34f0);},'Blfbd':_0xde2f1a(0x15c),'TlBfO':function(_0xb67c51,_0x5ffdc5,_0x162e54){return _0xb67c51(_0x5ffdc5,_0x162e54);},'ZVeAR':_0xde2f1a(0x11d),'yCfcP':_0xde2f1a(0x15f),'TeAOK':function(_0x39a471,_0x37b1bd){return _0x39a471!=_0x37b1bd;},'zJKKY':function(_0x17d154,_0x426f28){return _0x17d154===_0x426f28;},'gRVjJ':function(_0x20144a,_0x5d3d5f,_0x2a6cf1){return _0x20144a(_0x5d3d5f,_0x2a6cf1);},'iseoe':'gherkin','gSzQn':function(_0x177194,_0x43f600){return _0x177194(_0x43f600);},'fSxQz':function(_0x265295,_0x51abab){return _0x265295*_0x51abab;},'KBmRr':_0xde2f1a(0x128),'DZyIo':_0xde2f1a(0x12e),'AStCl':function(_0x315ec2,_0x125803,_0x18bac9){return _0x315ec2(_0x125803,_0x18bac9);},'KifUa':'root','gcdSG':'BrowserStackPlugin.js','NEVFY':'browserStackCwd'};await _0x56f16b[_0xde2f1a(0x1ad)](_0xc0291f),await helper[_0xde2f1a(0x14c)](_0x56f16b[_0xde2f1a(0x1a3)]);if(!_0x56f16b['config'])return;process['profile']=_0xc0291f['profile'];_0xc0291f[_0xde2f1a(0x177)]&&(process['env'][_0xde2f1a(0x177)]=_0xc0291f[_0xde2f1a(0x177)]);const _0x5966e4=_0x1f8e7d[_0xde2f1a(0x127)](getUserCodeceptJSConfigs,_0xc0291f,_0x2f5aea);let _0x589e79={};_0x5966e4?(logger[_0xde2f1a(0x15e)](_0xde2f1a(0x184)+_0x5966e4),_0x589e79=CodeceptJS[_0xde2f1a(0x1a3)][_0xde2f1a(0x133)](_0x5966e4)):logger[_0xde2f1a(0x15e)](_0x1f8e7d[_0xde2f1a(0x1ac)]);let _0x4f1726=![];_0x1f8e7d[_0xde2f1a(0x152)](nestedKeyValue,_0x589e79,[_0x1f8e7d[_0xde2f1a(0x16f)],_0x1f8e7d[_0xde2f1a(0x155)]])&&(_0x4f1726=!![]);const _0x143ad7=_0x4f1726?_0x1f8e7d[_0xde2f1a(0x155)]:_0x1f8e7d[_0xde2f1a(0x1b5)];let _0xe9dd7f=!_0x4f1726?helper['useW3C'](_0x56f16b[_0xde2f1a(0x1a3)]):![];!helper['isUndefined'](_0x56f16b[_0xde2f1a(0x1a3)]['accessibilityOptions'])&&(process['env'][_0xde2f1a(0x17f)]=JSON[_0xde2f1a(0x1a7)](_0x56f16b[_0xde2f1a(0x1a3)][_0xde2f1a(0x123)]));let _0x56557a=_0x56f16b[_0xde2f1a(0x1a3)]['accessibility'];_0x56557a=_0x56557a||_0x1f8e7d['RgJlr'](checkAccessibilityPlatformConfig,_0x56f16b['config']),process[_0xde2f1a(0x174)][_0xde2f1a(0x1b0)]=_0x56557a;_0x56557a&&(_0xe9dd7f=!_0x56557a);_0x1f8e7d[_0xde2f1a(0x11e)](_0x56f16b['config']['testObservability'],null)?process[_0xde2f1a(0x174)][_0xde2f1a(0x1a8)]=_0x56f16b['config'][_0xde2f1a(0x147)]:process[_0xde2f1a(0x174)][_0xde2f1a(0x1a8)]=_0x1f8e7d[_0xde2f1a(0x183)](_0x143ad7,_0x1f8e7d[_0xde2f1a(0x155)]);const _0x419aa9=_0x1f8e7d['gRVjJ'](nestedKeyValue,_0x589e79,[_0x1f8e7d[_0xde2f1a(0x121)]]),_0x104685=_0x419aa9&&!helper[_0xde2f1a(0x144)](_0x419aa9)?FRAMEWORKS[_0xde2f1a(0x145)]:FRAMEWORKS['CODECEPT'],_0x4df078=await TestHubHandler['launchBuild'](_0x104685,_0x56f16b);_0x56557a&&_0x1f8e7d[_0xde2f1a(0x185)](setAccessibilityCapabilities,_0x56f16b[_0xde2f1a(0x1a3)]);const _0x26be87={},_0x44413a=[],_0x51440d=_0x56f16b[_0xde2f1a(0x1a3)][_0xde2f1a(0x151)]||helper[_0xde2f1a(0x143)](_0xc0291f,_0x2f5aea,_0x56f16b[_0xde2f1a(0x1a3)],constants[_0xde2f1a(0x178)][_0xde2f1a(0x14e)])||0x1;let _0x26a5c6=0x1;if(_0x1f8e7d['rTUTI'](isBrowserstackInfra)){const _0x3171ff=helper[_0xde2f1a(0x137)](_0x56f16b[_0xde2f1a(0x1a3)],_0xe9dd7f,constants[_0xde2f1a(0x178)]['CODECEPT']);_0x3171ff['forEach'](_0x3fefe5=>{const _0x59cdf5=_0xde2f1a;helper[_0x59cdf5(0x15a)](_0x3fefe5);}),helper[_0xde2f1a(0x180)](_0x56f16b[_0xde2f1a(0x1a3)])?_0x26a5c6=_0x1f8e7d[_0xde2f1a(0x163)](_0x51440d,_0x56f16b[_0xde2f1a(0x1a3)]['platforms'][_0xde2f1a(0x150)]):_0x26a5c6=_0x51440d,_0x3171ff['forEach'](_0xe41a09=>{const _0x14980b=_0xde2f1a,_0x59315e={'lJcrM':function(_0x39676d,_0x2c9fb4){return _0x1f8e7d['ykwvq'](_0x39676d,_0x2c9fb4);},'QomrG':function(_0x1933d7,_0x5d3038){const _0x2c21f7=a2_0x156f;return _0x1f8e7d[_0x2c21f7(0x1a5)](_0x1933d7,_0x5d3038);}},_0x505e99=_0x1f8e7d[_0x14980b(0x13d)](helper[_0x14980b(0x1b6)](_0xe41a09,'_'),'_'+Date[_0x14980b(0x18b)]()),_0x754baa=((()=>{const _0x159be3=_0x14980b;if(_0x4f1726){const _0x4081ab=pwToCodeceptBrowser[_0xe41a09[_0x159be3(0x12a)]]||_0xe41a09[_0x159be3(0x12a)];return{'browser':_0x4081ab,[_0x4081ab]:{'browserWSEndpoint':_0x59315e[_0x159be3(0x173)](helper['getPlaywrightUrl'](_0x56f16b[_0x159be3(0x1a3)]),_0x59315e['QomrG'](encodeURIComponent,JSON[_0x159be3(0x1a7)](_0xe41a09)))}};}const _0x4fc844={};return _0x4fc844[_0x159be3(0x12e)]=_0xe41a09,_0x4fc844[_0x159be3(0x16e)]=_0x56f16b[_0x159be3(0x1a3)][_0x159be3(0x197)],_0x4fc844[_0x159be3(0x164)]=_0x56f16b[_0x159be3(0x1a3)][_0x159be3(0x130)],_0x4fc844;})()),_0x44d70e=_0x1f8e7d[_0x14980b(0x1a1)](nestedKeyValue,_0x589e79,[_0x1f8e7d[_0x14980b(0x16f)],_0x143ad7]);_0x26be87[_0x505e99]=_0x44d70e?helper[_0x14980b(0x175)](_0x754baa,_0x44d70e):_0x754baa;if(_0x4f1726)_0x26be87[_0x505e99][_0x14980b(0x128)]=pwToCodeceptBrowser[_0xe41a09[_0x14980b(0x12a)]]||_0xe41a09[_0x14980b(0x12a)];else{_0x26be87[_0x505e99][_0x14980b(0x128)]=_0xe41a09[_0x14980b(0x12a)]||_0x754baa['browser'];if(_0x1f8e7d[_0x14980b(0x11c)](isBrowserstackInfra)){_0x26be87[_0x505e99][_0x14980b(0x122)]=constants[_0x14980b(0x132)][_0x14980b(0x1ae)](_0x1f8e7d['WDnzI'],'')['replace'](/https?:\/\//,'');;_0x26be87[_0x505e99][_0x14980b(0x1b4)]=_0x1f8e7d[_0x14980b(0x1a4)];}}_0x44413a[_0x14980b(0x17c)](_0x505e99);});}else{_0x26a5c6=0x1;if(_0x4f1726){const _0x1c5bdd=_0x1f8e7d['gRVjJ'](nestedKeyValue,_0x589e79,[_0x1f8e7d[_0xde2f1a(0x16f)],_0x143ad7,_0x1f8e7d['KBmRr']]),_0x21c4b3=_0x1f8e7d[_0xde2f1a(0x1a1)](nestedKeyValue,_0x589e79,[_0x1f8e7d[_0xde2f1a(0x16f)],_0x143ad7,_0x1c5bdd]);if(_0x21c4b3&&_0x21c4b3[_0xde2f1a(0x168)]){const _0x37ae8b={};_0x37ae8b['platforms']=[],_0x21c4b3[_0xde2f1a(0x168)]=helper['prepareCapabilities'](Object[_0xde2f1a(0x186)]({},_0x56f16b[_0xde2f1a(0x1a3)],_0x37ae8b),null,_0x104685[_0xde2f1a(0x198)](),null,null,_0x21c4b3['browserWSEndpoint']);}}else{const _0x447c3e={};_0x447c3e[_0xde2f1a(0x167)]=[],_0x589e79[_0x1f8e7d[_0xde2f1a(0x16f)]][_0x143ad7][_0x1f8e7d[_0xde2f1a(0x142)]]=helper[_0xde2f1a(0x137)](Object[_0xde2f1a(0x186)]({},_0x56f16b[_0xde2f1a(0x1a3)],_0x447c3e),null,_0x104685['toLowerCase'](),_0x1f8e7d[_0xde2f1a(0x13f)](nestedKeyValue,_0x589e79,[_0x1f8e7d[_0xde2f1a(0x16f)],_0x143ad7,_0x1f8e7d[_0xde2f1a(0x142)]])||{},null,null);}_0x26be87[_0x1f8e7d[_0xde2f1a(0x15d)]]=_0x589e79,_0x44413a['push'](_0x1f8e7d['KifUa']);}const _0x33018d={};_0x33018d[_0xde2f1a(0x14a)]=_0x5966e4;const _0x3ac767=_0x33018d,_0x4e4310=path['join'](__dirname,_0x1f8e7d[_0xde2f1a(0x195)]),_0x312541=process[_0xde2f1a(0x166)]();process[_0xde2f1a(0x174)][_0x1f8e7d[_0xde2f1a(0x181)]]=_0x312541,process['chdir'](path[_0xde2f1a(0x1a0)](_0x5966e4));const _0x5667ca=new CodeceptJS[(_0xde2f1a(0x13a))](null,_0x3ac767),_0x1f1e71=_0x5667ca[_0xde2f1a(0x179)](_0x26a5c6),_0x24d7f0=testOpsHelper[_0xde2f1a(0x138)](),_0x372ee4=_0x44413a['map'](_0x5e25a5=>{const _0x25fde5=_0xde2f1a,_0x5d3760={};_0x5d3760[_0x25fde5(0x11d)]=_0x26be87[_0x5e25a5];const _0x33d80e={};_0x33d80e['WebDriver']=_0x26be87[_0x5e25a5];const _0x58a90a=_0x4f1726?_0x5d3760:_0x33d80e,_0x27886a=_0x1f8e7d[_0x25fde5(0x11c)](getO11yRerunPattern),_0x1aee9c={};_0x1aee9c[_0x25fde5(0x158)]=_0x58a90a;const _0x3e6732={};_0x3e6732[_0x25fde5(0x16a)]=_0x4e4310,_0x3e6732[_0x25fde5(0x12f)]=!![],_0x3e6732[_0x25fde5(0x153)]=_0x56f16b[_0x25fde5(0x1a3)][_0x25fde5(0x149)][_0x25fde5(0x153)],_0x3e6732[_0x25fde5(0x14b)]=_0x56f16b[_0x25fde5(0x1a3)][_0x25fde5(0x149)]['skipSessionStatus'],_0x3e6732['testObservability']=_0x24d7f0,_0x3e6732['frameworkName']=_0x104685;const _0x1443f3={};_0x1443f3['BrowserStackPlugin']=_0x3e6732;const _0x49133f={};return _0x49133f[_0x25fde5(0x1a2)]=_0x1443f3,helper[_0x25fde5(0x175)]({},_0x589e79,_0x1f8e7d[_0x25fde5(0x11c)](isBrowserstackInfra)?_0x1aee9c:{},_0x27886a?{'grep':_0x27886a}:{},_0x49133f);});for(const _0x36acf1 of _0x372ee4){for(const _0x23469b of _0x1f1e71){const _0x3e7dea=_0x5667ca[_0xde2f1a(0x165)]();_0x3e7dea['addTests'](_0x23469b),_0x3e7dea[_0xde2f1a(0x19b)](_0x36acf1);const _0x378892={};_0x378892[_0xde2f1a(0x1a3)]=_0x5966e4,_0x3e7dea[_0xde2f1a(0x1b3)](Object[_0xde2f1a(0x186)](_0x378892,_0xc0291f));}}_0x5667ca['on'](CodeceptJS[_0xde2f1a(0x124)]['test'][_0xde2f1a(0x126)],(_0x2b1830,_0x441027)=>{const _0x207df6=_0xde2f1a;console[_0x207df6(0x18d)](_0x1f8e7d[_0x207df6(0x17e)],_0x2b1830['title']);const _0x553bd1={[_0x2b1830[_0x207df6(0x14f)]]:_0x2b1830['err'][_0x207df6(0x169)]};_testErrorData[_0x207df6(0x17c)](_0x553bd1);}),_0x5667ca['on'](CodeceptJS[_0xde2f1a(0x124)][_0xde2f1a(0x161)][_0xde2f1a(0x11b)],async _0x4d5164=>{const _0x35556a=_0xde2f1a;console[_0x35556a(0x18d)](_0x1f8e7d[_0x35556a(0x13b)],_0x4d5164['title']);}),_0x5667ca['on'](CodeceptJS[_0xde2f1a(0x124)]['test'][_0xde2f1a(0x131)],async _0x12193d=>{const _0x453fee=_0xde2f1a;console[_0x453fee(0x18d)](_0x1f8e7d[_0x453fee(0x157)],_0x12193d[_0x453fee(0x14f)]);}),_0x5667ca['on'](CodeceptJS[_0xde2f1a(0x124)]['all']['result'],async()=>{const _0x197a6b=_0xde2f1a,_0x169739=_0x1f8e7d[_0x197a6b(0x193)][_0x197a6b(0x13c)]('|');let _0x475442=0x0;while(!![]){switch(_0x169739[_0x475442++]){case'0':try{await TestHubHandler[_0x197a6b(0x141)]();}catch(_0x3dc169){logger[_0x197a6b(0x18e)](_0x197a6b(0x16d)+util[_0x197a6b(0x154)](_0x3dc169));}continue;case'1':testOpsHelper['printBuildLink']();continue;case'2':utilities['finalExecution'](_0x56f16b);continue;case'3':_0x56f16b['errorMessage']=_testErrorData;continue;case'4':_0x5667ca[_0x197a6b(0x199)]();continue;case'5':PerformanceTester[_0x197a6b(0x148)](PerformanceEvents[_0x197a6b(0x187)]);continue;}break;}});async function _0xbe5a8a(){const _0x47b77c=_0xde2f1a;try{await _0x5667ca[_0x47b77c(0x11f)](),await _0x5667ca[_0x47b77c(0x171)]();}finally{process[_0x47b77c(0x189)](_0x312541),await _0x5667ca[_0x47b77c(0x136)]();}}PerformanceTester[_0xde2f1a(0x135)](PerformanceEvents['SDK_SETUP']),_0x1f8e7d[_0xde2f1a(0x11c)](_0xbe5a8a);}module[a2_0x1349c5(0x18a)]=run;
|
|
2
|
+
'use strict';const a2_0x54c676=a2_0x5848;(function(_0x1d198d,_0x464162){const _0x5bae6e=a2_0x5848,_0x486a84=_0x1d198d();while(!![]){try{const _0x19c4c8=-parseInt(_0x5bae6e(0x236))/0x1*(parseInt(_0x5bae6e(0x1d1))/0x2)+parseInt(_0x5bae6e(0x1fc))/0x3*(-parseInt(_0x5bae6e(0x239))/0x4)+parseInt(_0x5bae6e(0x257))/0x5*(parseInt(_0x5bae6e(0x21e))/0x6)+-parseInt(_0x5bae6e(0x1c3))/0x7+parseInt(_0x5bae6e(0x1cc))/0x8*(parseInt(_0x5bae6e(0x1cb))/0x9)+-parseInt(_0x5bae6e(0x1e2))/0xa*(-parseInt(_0x5bae6e(0x22b))/0xb)+-parseInt(_0x5bae6e(0x1e6))/0xc;if(_0x19c4c8===_0x464162)break;else _0x486a84['push'](_0x486a84['shift']());}catch(_0x4f03cc){_0x486a84['push'](_0x486a84['shift']());}}}(a2_0x344e,0xc52cf));const fs=require('fs'),path=require(a2_0x54c676(0x214)),util=require(a2_0x54c676(0x22f)),process=require(a2_0x54c676(0x215)),logger=require(a2_0x54c676(0x1d6))[a2_0x54c676(0x259)],{default:BrowserStackSetup}=require(a2_0x54c676(0x210)),helper=require(a2_0x54c676(0x1f7)),utilities=require('../../helpers/utilities'),{checkAccessibilityPlatformConfig}=require(a2_0x54c676(0x1d3)),{setAccessibilityCapabilities}=require(a2_0x54c676(0x1da)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require('../../helpers/helper'),CodeceptJS=requireModule(a2_0x54c676(0x1f9),a2_0x54c676(0x21b)),testOpsHelper=require('../../helpers/test-observability/utils'),TestHubHandler=require(a2_0x54c676(0x246)),constants=require(a2_0x54c676(0x1df)),PerformanceTester=require('../../helpers/performance/performance-tester'),{FRAMEWORKS}=require(a2_0x54c676(0x220)),PerformanceEvents=require(a2_0x54c676(0x25b))[a2_0x54c676(0x241)],ClientTroubleShootingService=require(a2_0x54c676(0x1f1)),_testErrorData=[],getUserCodeceptJSConfigs=(_0xc14a16,_0x5cedf9)=>{const _0x4a2554=a2_0x54c676,_0x39d057={};_0x39d057['QWqmw']=function(_0x5d1a3f,_0x1421c4){return _0x5d1a3f===_0x1421c4;},_0x39d057[_0x4a2554(0x1be)]=_0x4a2554(0x25d),_0x39d057[_0x4a2554(0x22d)]=_0x4a2554(0x251);const _0x1bf832=_0x39d057;let _0x37b144=null;const _0x20283e={};let _0xc840f1=_0x5cedf9['findIndex'](_0x50dedf=>_0x50dedf===_0x4a2554(0x204));_0x1bf832[_0x4a2554(0x1c1)](_0xc840f1,-0x1)&&(_0xc840f1=_0x5cedf9[_0x4a2554(0x222)](_0x195f0a=>_0x195f0a==='-c'));if(!helper[_0x4a2554(0x1ed)](_0xc14a16['config'])&&fs['existsSync'](path[_0x4a2554(0x1fd)](process[_0x4a2554(0x25c)](),_0xc14a16[_0x4a2554(0x1dc)])))_0x37b144=path['join'](process[_0x4a2554(0x25c)](),_0xc14a16[_0x4a2554(0x1dc)]),_0x5cedf9[_0x4a2554(0x23a)](_0xc840f1,0x2);else{if(!helper['isUndefined'](_0xc14a16['c'])&&fs['existsSync'](path['join'](process[_0x4a2554(0x25c)](),_0xc14a16['c'])))_0x37b144=path[_0x4a2554(0x1fd)](process['cwd'](),_0xc14a16['c']),_0x5cedf9[_0x4a2554(0x23a)](_0xc840f1,0x2);else{if(fs[_0x4a2554(0x1c5)](path[_0x4a2554(0x1fd)](process[_0x4a2554(0x25c)](),_0x1bf832[_0x4a2554(0x1be)])))_0x37b144=path['join'](process[_0x4a2554(0x25c)](),_0x1bf832[_0x4a2554(0x1be)]);else fs['existsSync'](path[_0x4a2554(0x1fd)](process[_0x4a2554(0x25c)](),_0x1bf832[_0x4a2554(0x22d)]))&&(_0x37b144=path[_0x4a2554(0x1fd)](process['cwd'](),_0x1bf832['qpeHE']));}}return process['env'][_0x4a2554(0x21c)]=_0x37b144,_0x37b144;},getO11yRerunPattern=()=>{const _0x224eeb=a2_0x54c676,_0x175a5c=helper[_0x224eeb(0x226)](process[_0x224eeb(0x1e9)][_0x224eeb(0x232)]);if(_0x175a5c){const _0x42bab4=process[_0x224eeb(0x1e9)]['BROWSERSTACK_RERUN_TESTS'],_0x683d73=[];if(helper['validateRerunTestList'](_0x42bab4)&&!helper[_0x224eeb(0x1ed)](_0x42bab4)){_0x42bab4['split'](',')['map'](_0x3ddd32=>{const _0x1329e3=_0x224eeb;_0x683d73[_0x1329e3(0x1f2)]('('+_0x3ddd32[_0x1329e3(0x1e3)]()+')');});const _0x2a3f32='^'+_0x683d73[_0x224eeb(0x1fd)]('|')+'$';return _0x2a3f32;}}return null;},a2_0x15a043={};a2_0x15a043[a2_0x54c676(0x1e4)]='chromium',a2_0x15a043[a2_0x54c676(0x219)]=a2_0x54c676(0x209),a2_0x15a043[a2_0x54c676(0x243)]='firefox',a2_0x15a043[a2_0x54c676(0x1bd)]='webkit';function a2_0x5848(_0x3dbb9a,_0x4fef69){const _0x344edf=a2_0x344e();return a2_0x5848=function(_0x584888,_0x182ced){_0x584888=_0x584888-0x1ba;let _0x16d7a2=_0x344edf[_0x584888];return _0x16d7a2;},a2_0x5848(_0x3dbb9a,_0x4fef69);}const pwToCodeceptBrowser=a2_0x15a043;async function run(_0x5e0b6a,_0x3e0e82,_0x37201f){const _0x5e5c1a=a2_0x54c676,_0x19c576={'LyXNq':function(_0x563c22,_0x5905f8){return _0x563c22+_0x5905f8;},'cQnKU':function(_0xa316a,_0x7f56d5){return _0xa316a(_0x7f56d5);},'zkHnA':function(_0x39cc1a,_0x5b3dd9){return _0x39cc1a+_0x5b3dd9;},'iBOVC':function(_0x512019,_0x416881,_0x318c8b){return _0x512019(_0x416881,_0x318c8b);},'thuXq':'helpers','LfquL':function(_0x1adba5){return _0x1adba5();},'zHCMG':_0x5e5c1a(0x1f3),'gjbJZ':function(_0x3310b9){return _0x3310b9();},'babhB':_0x5e5c1a(0x1c2),'aJihU':_0x5e5c1a(0x23d),'italt':_0x5e5c1a(0x242),'oqIRR':'0|2|3|5|1|4','EVHbM':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','LkwYF':function(_0x4ab43b,_0x14769e,_0x41ef23){return _0x4ab43b(_0x14769e,_0x41ef23);},'KBPQY':'Playwright','hBoey':_0x5e5c1a(0x1dd),'FbOPU':function(_0x59d545,_0x417d88){return _0x59d545!=_0x417d88;},'wDeUm':function(_0x23cba7,_0x54eb42){return _0x23cba7===_0x54eb42;},'YBmqo':_0x5e5c1a(0x211),'vnWHo':function(_0x48bd32,_0x10ec4f){return _0x48bd32*_0x10ec4f;},'UlYLR':function(_0x52515a,_0x491fa0,_0x118c4e){return _0x52515a(_0x491fa0,_0x118c4e);},'VvuIP':_0x5e5c1a(0x252),'mlpfl':function(_0x446aba,_0x1aa3d0,_0x201bb8){return _0x446aba(_0x1aa3d0,_0x201bb8);},'pVoeB':'desiredCapabilities','PyySO':function(_0x2368ba,_0x3ac8ae,_0xcfca3d){return _0x2368ba(_0x3ac8ae,_0xcfca3d);},'skFck':_0x5e5c1a(0x1f4),'rxhWR':_0x5e5c1a(0x256),'vlJkO':_0x5e5c1a(0x1ba)};await _0x37201f[_0x5e5c1a(0x247)](_0x5e0b6a),await helper['handleApp'](_0x37201f[_0x5e5c1a(0x1dc)]);if(!_0x37201f[_0x5e5c1a(0x1dc)])return;process[_0x5e5c1a(0x1d8)]=_0x5e0b6a['profile'];_0x5e0b6a[_0x5e5c1a(0x1d8)]&&(process['env'][_0x5e5c1a(0x1d8)]=_0x5e0b6a[_0x5e5c1a(0x1d8)]);const _0x315e79=_0x19c576[_0x5e5c1a(0x248)](getUserCodeceptJSConfigs,_0x5e0b6a,_0x3e0e82);let _0x37f73b={};_0x315e79?(logger[_0x5e5c1a(0x20f)](_0x5e5c1a(0x1c8)+_0x315e79),_0x37f73b=CodeceptJS[_0x5e5c1a(0x1dc)][_0x5e5c1a(0x24c)](_0x315e79)):logger['info'](_0x19c576[_0x5e5c1a(0x1d0)]);let _0x360bf9=![];_0x19c576[_0x5e5c1a(0x228)](nestedKeyValue,_0x37f73b,[_0x19c576[_0x5e5c1a(0x207)],_0x19c576['KBPQY']])&&(_0x360bf9=!![]);const _0x4354e0=_0x360bf9?_0x19c576['KBPQY']:_0x19c576[_0x5e5c1a(0x237)];let _0x10d53e=!_0x360bf9?helper['useW3C'](_0x37201f['config']):![];!helper[_0x5e5c1a(0x1ed)](_0x37201f[_0x5e5c1a(0x1dc)]['accessibilityOptions'])&&(process[_0x5e5c1a(0x1e9)][_0x5e5c1a(0x225)]=JSON['stringify'](_0x37201f[_0x5e5c1a(0x1dc)][_0x5e5c1a(0x250)]));let _0x46f30b=_0x37201f[_0x5e5c1a(0x1dc)][_0x5e5c1a(0x23e)];_0x46f30b=_0x46f30b||_0x19c576[_0x5e5c1a(0x1bc)](checkAccessibilityPlatformConfig,_0x37201f[_0x5e5c1a(0x1dc)]),process['env'][_0x5e5c1a(0x212)]=_0x46f30b;_0x46f30b&&(_0x10d53e=!_0x46f30b);_0x19c576[_0x5e5c1a(0x1fa)](_0x37201f[_0x5e5c1a(0x1dc)][_0x5e5c1a(0x238)],null)?process[_0x5e5c1a(0x1e9)][_0x5e5c1a(0x24f)]=_0x37201f[_0x5e5c1a(0x1dc)][_0x5e5c1a(0x238)]:process[_0x5e5c1a(0x1e9)][_0x5e5c1a(0x24f)]=_0x19c576[_0x5e5c1a(0x1cd)](_0x4354e0,_0x19c576[_0x5e5c1a(0x1cf)]);const _0x307df6=_0x19c576[_0x5e5c1a(0x248)](nestedKeyValue,_0x37f73b,[_0x19c576['YBmqo']]),_0x4f2eaa=_0x307df6&&!helper['isEmpty'](_0x307df6)?FRAMEWORKS[_0x5e5c1a(0x1f5)]:FRAMEWORKS['CODECEPT'],_0x25f598=await TestHubHandler[_0x5e5c1a(0x24e)](_0x4f2eaa,_0x37201f);_0x46f30b&&_0x19c576[_0x5e5c1a(0x1bc)](setAccessibilityCapabilities,_0x37201f['config']);const _0x331d61={},_0x2528b6=[],_0x1f8a50=_0x37201f[_0x5e5c1a(0x1dc)][_0x5e5c1a(0x235)]||helper[_0x5e5c1a(0x1fb)](_0x5e0b6a,_0x3e0e82,_0x37201f[_0x5e5c1a(0x1dc)],constants[_0x5e5c1a(0x21a)][_0x5e5c1a(0x1d5)])||0x1;let _0x32519b=0x1;if(_0x19c576['gjbJZ'](isBrowserstackInfra)){const _0x1d9a40=helper[_0x5e5c1a(0x1c4)](_0x37201f[_0x5e5c1a(0x1dc)],_0x10d53e,constants[_0x5e5c1a(0x21a)]['CODECEPT']);_0x1d9a40[_0x5e5c1a(0x24b)](_0x25f778=>{helper['setAdditionalCapabilities'](_0x25f778);}),helper[_0x5e5c1a(0x202)](_0x37201f['config'])?_0x32519b=_0x19c576[_0x5e5c1a(0x233)](_0x1f8a50,_0x37201f[_0x5e5c1a(0x1dc)][_0x5e5c1a(0x1ec)][_0x5e5c1a(0x1e1)]):_0x32519b=_0x1f8a50,_0x1d9a40[_0x5e5c1a(0x24b)](_0x81c46f=>{const _0x2c14f4=_0x5e5c1a,_0x3b2fbe=_0x19c576['zkHnA'](helper[_0x2c14f4(0x20b)](_0x81c46f,'_'),'_'+Date[_0x2c14f4(0x1e8)]()),_0xc03f96=((()=>{const _0x5f0c1d=_0x2c14f4;if(_0x360bf9){const _0x328b9a=pwToCodeceptBrowser[_0x81c46f[_0x5f0c1d(0x24d)]]||_0x81c46f['browserName'];return{'browser':_0x328b9a,[_0x328b9a]:{'browserWSEndpoint':_0x19c576[_0x5f0c1d(0x20a)](helper[_0x5f0c1d(0x23b)](_0x37201f['config']),_0x19c576['cQnKU'](encodeURIComponent,JSON[_0x5f0c1d(0x230)](_0x81c46f)))}};}const _0x3890b4={};return _0x3890b4['desiredCapabilities']=_0x81c46f,_0x3890b4['user']=_0x37201f['config'][_0x5f0c1d(0x1e5)],_0x3890b4[_0x5f0c1d(0x1d2)]=_0x37201f[_0x5f0c1d(0x1dc)][_0x5f0c1d(0x1ee)],_0x3890b4;})()),_0x538544=_0x19c576[_0x2c14f4(0x248)](nestedKeyValue,_0x37f73b,[_0x19c576['thuXq'],_0x4354e0]);_0x331d61[_0x3b2fbe]=_0x538544?helper[_0x2c14f4(0x203)](_0xc03f96,_0x538544):_0xc03f96;if(_0x360bf9)_0x331d61[_0x3b2fbe]['browser']=pwToCodeceptBrowser[_0x81c46f['browserName']]||_0x81c46f[_0x2c14f4(0x24d)];else{_0x331d61[_0x3b2fbe][_0x2c14f4(0x252)]=_0x81c46f[_0x2c14f4(0x24d)]||_0xc03f96['browser'];if(_0x19c576[_0x2c14f4(0x1bb)](isBrowserstackInfra)){_0x331d61[_0x3b2fbe][_0x2c14f4(0x1ea)]=constants[_0x2c14f4(0x213)][_0x2c14f4(0x1fe)](_0x19c576['zHCMG'],'')['replace'](/https?:\/\//,'');;_0x331d61[_0x3b2fbe][_0x2c14f4(0x214)]=_0x19c576[_0x2c14f4(0x1d7)];}}_0x2528b6[_0x2c14f4(0x1f2)](_0x3b2fbe);});}else{_0x32519b=0x1;if(_0x360bf9){const _0x295d1e=_0x19c576[_0x5e5c1a(0x218)](nestedKeyValue,_0x37f73b,[_0x19c576[_0x5e5c1a(0x207)],_0x4354e0,_0x19c576[_0x5e5c1a(0x20d)]]),_0x2b3467=_0x19c576['mlpfl'](nestedKeyValue,_0x37f73b,[_0x19c576['thuXq'],_0x4354e0,_0x295d1e]);if(_0x2b3467&&_0x2b3467[_0x5e5c1a(0x205)]){const _0xbcff4={};_0xbcff4[_0x5e5c1a(0x1ec)]=[],_0x2b3467[_0x5e5c1a(0x205)]=helper[_0x5e5c1a(0x1c4)](Object[_0x5e5c1a(0x255)]({},_0x37201f[_0x5e5c1a(0x1dc)],_0xbcff4),null,_0x4f2eaa[_0x5e5c1a(0x1f8)](),null,null,_0x2b3467['browserWSEndpoint']);}}else{const _0x7e6b8f={};_0x7e6b8f[_0x5e5c1a(0x1ec)]=[],_0x37f73b[_0x19c576[_0x5e5c1a(0x207)]][_0x4354e0][_0x19c576[_0x5e5c1a(0x1e7)]]=helper['prepareCapabilities'](Object['assign']({},_0x37201f[_0x5e5c1a(0x1dc)],_0x7e6b8f),null,_0x4f2eaa[_0x5e5c1a(0x1f8)](),_0x19c576[_0x5e5c1a(0x22e)](nestedKeyValue,_0x37f73b,[_0x19c576['thuXq'],_0x4354e0,_0x19c576['pVoeB']])||{},null,null);}_0x331d61[_0x19c576[_0x5e5c1a(0x22a)]]=_0x37f73b,_0x2528b6[_0x5e5c1a(0x1f2)](_0x19c576[_0x5e5c1a(0x22a)]);}const _0x110a86={};_0x110a86[_0x5e5c1a(0x253)]=_0x315e79;const _0x59383d=_0x110a86,_0xedf8b8=path[_0x5e5c1a(0x1fd)](__dirname,_0x19c576[_0x5e5c1a(0x1de)]),_0x5d9ef1=process[_0x5e5c1a(0x25c)]();process[_0x5e5c1a(0x1e9)][_0x19c576[_0x5e5c1a(0x249)]]=_0x5d9ef1,process['chdir'](path[_0x5e5c1a(0x1d9)](_0x315e79));const _0x35c476=new CodeceptJS[(_0x5e5c1a(0x234))](null,_0x59383d),_0xf66b45=_0x35c476[_0x5e5c1a(0x1ca)](_0x32519b),_0x26fe0c=testOpsHelper[_0x5e5c1a(0x231)](),_0x4b6472=_0x2528b6['map'](_0x286cc4=>{const _0x320e70=_0x5e5c1a,_0x558b53={};_0x558b53[_0x320e70(0x23f)]=_0x331d61[_0x286cc4];const _0x122a59={};_0x122a59[_0x320e70(0x1dd)]=_0x331d61[_0x286cc4];const _0x41a3f4=_0x360bf9?_0x558b53:_0x122a59,_0x1f3913=_0x19c576[_0x320e70(0x221)](getO11yRerunPattern),_0x562c55={};_0x562c55['helpers']=_0x41a3f4;const _0x32d4b7={};_0x32d4b7[_0x320e70(0x1c7)]=_0xedf8b8,_0x32d4b7['enabled']=!![],_0x32d4b7[_0x320e70(0x216)]=_0x37201f[_0x320e70(0x1dc)][_0x320e70(0x20c)][_0x320e70(0x216)],_0x32d4b7[_0x320e70(0x1c9)]=_0x37201f[_0x320e70(0x1dc)][_0x320e70(0x20c)][_0x320e70(0x1c9)],_0x32d4b7[_0x320e70(0x238)]=_0x26fe0c,_0x32d4b7[_0x320e70(0x254)]=_0x4f2eaa;const _0x2723f2={};_0x2723f2[_0x320e70(0x244)]=_0x32d4b7;const _0x5af559={};return _0x5af559[_0x320e70(0x245)]=_0x2723f2,helper[_0x320e70(0x203)]({},_0x37f73b,_0x19c576[_0x320e70(0x221)](isBrowserstackInfra)?_0x562c55:{},_0x1f3913?{'grep':_0x1f3913}:{},_0x5af559);});for(const _0x2bb2dc of _0x4b6472){for(const _0x14eb4f of _0xf66b45){const _0xcf44ce=_0x35c476[_0x5e5c1a(0x240)]();_0xcf44ce[_0x5e5c1a(0x1e0)](_0x14eb4f),_0xcf44ce[_0x5e5c1a(0x20e)](_0x2bb2dc);const _0x463713={};_0x463713[_0x5e5c1a(0x1dc)]=_0x315e79,_0xcf44ce['addOptions'](Object['assign'](_0x463713,_0x5e0b6a));}}_0x35c476['on'](CodeceptJS[_0x5e5c1a(0x1ef)]['test'][_0x5e5c1a(0x21f)],(_0x529be8,_0x5ac4ec)=>{const _0x15483f=_0x5e5c1a;console[_0x15483f(0x1ce)](_0x19c576[_0x15483f(0x24a)],_0x529be8['title']);const _0x3e16b7={[_0x529be8[_0x15483f(0x22c)]]:_0x529be8['err'][_0x15483f(0x1eb)]};_testErrorData[_0x15483f(0x1f2)](_0x3e16b7);}),_0x35c476['on'](CodeceptJS[_0x5e5c1a(0x1ef)]['test'][_0x5e5c1a(0x21d)],async _0x4bf862=>{const _0xf6b73f=_0x5e5c1a;console[_0xf6b73f(0x1ce)](_0x19c576['aJihU'],_0x4bf862[_0xf6b73f(0x22c)]);}),_0x35c476['on'](CodeceptJS['event'][_0x5e5c1a(0x23c)][_0x5e5c1a(0x1db)],async _0x46f53e=>{const _0x4171b8=_0x5e5c1a;console[_0x4171b8(0x1ce)](_0x19c576[_0x4171b8(0x1bf)],_0x46f53e[_0x4171b8(0x22c)]);}),_0x35c476['on'](CodeceptJS['event'][_0x5e5c1a(0x200)]['result'],async()=>{const _0x57451c=_0x5e5c1a,_0x7fb2ad=_0x19c576[_0x57451c(0x1d4)][_0x57451c(0x201)]('|');let _0x1527fc=0x0;while(!![]){switch(_0x7fb2ad[_0x1527fc++]){case'0':PerformanceTester['start'](PerformanceEvents[_0x57451c(0x223)]);continue;case'1':try{await TestHubHandler[_0x57451c(0x227)]();}catch(_0x36f2f4){logger[_0x57451c(0x1ff)](_0x57451c(0x206)+util[_0x57451c(0x224)](_0x36f2f4));}continue;case'2':_0x37201f[_0x57451c(0x1c6)]=_testErrorData;continue;case'3':testOpsHelper[_0x57451c(0x1f0)]();continue;case'4':_0x35c476[_0x57451c(0x1f6)]();continue;case'5':utilities[_0x57451c(0x25a)](_0x37201f);continue;}break;}});async function _0x199e85(){const _0x5bd096=_0x5e5c1a;try{await _0x35c476[_0x5bd096(0x1c0)](),await _0x35c476[_0x5bd096(0x208)]();}finally{process[_0x5bd096(0x25e)](_0x5d9ef1),await _0x35c476['teardownAll']();}}PerformanceTester[_0x5e5c1a(0x217)](PerformanceEvents[_0x5e5c1a(0x229)]),_0x19c576[_0x5e5c1a(0x221)](_0x199e85);}function a2_0x344e(){const _0x1e2105=['FbOPU','getUserWorkerCount','511656nOtiSI','join','replace','debug','all','split','validPlatformsPresent','mergeDeep','--config','browserWSEndpoint','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','thuXq','run','chromium','LyXNq','getPlatformName','testContextOptions','VvuIP','addConfig','info','../../helpers/BrowserStackSetup','gherkin','BROWSERSTACK_TEST_ACCESSIBILITY_YML','hubUrl','path','process','skipSessionName','end','UlYLR','playwright-chromium','FRAMEWORKS','codeceptjs','USER_CONFIG_DETAILS_PATH','passed','20820IpUJoL','failed','../../helpers/test-observability/constants','gjbJZ','findIndex','SDK_CLEANUP','format','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','isTrue','stop','LkwYF','SDK_SETUP','skFck','16682963KmvVen','title','qpeHE','PyySO','util','stringify','isTestObservabilitySession','BROWSERSTACK_RERUN','vnWHo','Workers','parallelsPerPlatform','191803aFqPxS','hBoey','testObservability','20fXFNPk','slice','getPlaywrightUrl','test','Passed\x20:\x20','accessibility','Playwright','spawn','EVENTS','Started\x20:\x20','playwright-firefox','BrowserStackPlugin','plugins','../../helpers/testhub/testhubHandler','initialize','iBOVC','vlJkO','babhB','forEach','load','browserName','launchBuild','BROWSERSTACK_TEST_OBSERVABILITY_YML','accessibilityOptions','codecept.json','browser','testConfig','frameworkName','assign','BrowserStackPlugin.js','1140owUAET','exports','winstonLogger','finalExecution','../../helpers/performance/constants','cwd','codecept.conf.js','chdir','browserStackCwd','LfquL','cQnKU','playwright-webkit','yEjuN','italt','bootstrapAll','QWqmw','Failed\x20:\x20','2527343mMCZBI','prepareCapabilities','existsSync','errorMessage','require','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','skipSessionStatus','createGroupsOfSuites','1692kLyVgR','50584gyCAlO','wDeUm','log','KBPQY','EVHbM','10QFnxvR','key','../../helpers/accessibility-automation/helper','oqIRR','CODECEPT','../../helpers/logger','zHCMG','profile','dirname','../../bin/playwright/accessibility-helper','before','config','WebDriver','rxhWR','../utils/constants','addTests','length','10ozcgOe','trim','chrome','userName','6192744fpZPza','pVoeB','now','env','host','stack','platforms','isUndefined','accessKey','event','printBuildLink','../utils/clientTroubleshootingService','push','/wd/hub','root','CODECEPT_CUCUMBER','printResults','../../helpers/helper','toLowerCase','codeceptjs/lib/index.js'];a2_0x344e=function(){return _0x1e2105;};return a2_0x344e();}module[a2_0x54c676(0x258)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a3_0x4bec(_0xd87573,_0x3c0461){const _0x366ec9=a3_0x366e();return a3_0x4bec=function(_0x4bec96,_0x5455ef){_0x4bec96=_0x4bec96-0x122;let _0x2a1f5d=_0x366ec9[_0x4bec96];return _0x2a1f5d;},a3_0x4bec(_0xd87573,_0x3c0461);}const a3_0x40efd3=a3_0x4bec;function a3_0x366e(){const _0x22374d=['playwright-chromium','chrome','912YqdltA','rvfwv','osVersion','YKQnK','378wkbuGs','parse','__cloud_provider___','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','aTOni','browserWSEndpoint','UOlbQ','RHiXX','UUZst','sessionId','browser_version','accessibilityPlatform','../../helpers/logger','108586AnySls','browserName','winstonLogger','eZWKH','8196qrwTUE','browserVersion','GkgGb','warn','bsSessionId','platformVersion','platform_version','processWebDriverConfig','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','UVbhC','kmUrC','desiredCapabilities','68481JCTTwx','fZiNM','Ivewt','waQdd','shouldPatchExecuteScript','PIBXq','string','rwZrI','latest','ofCvH','browser','includes','swDGL','../../helpers/test-observability/utils','gWJIC','unknown_grid','89353VXDBYF','constructor','CnwUi','nMLmA','BTacK','dRTWt','9081kOqOPl','28XxTnEJ','searchParams','capabilities','fetchPlatformDetails','18018510tyPFWe','../../helpers/accessibility-automation/helper','browserstack_accessibility_automation_script','fhQCE','Playwright','1352640xTdACG','RbiEn','dKMpa','caps','2371040wjEJzt','os_version','SswNH','9tMJMuW','XANNF','config','MNAOJ','platformName'];a3_0x366e=function(){return _0x22374d;};return a3_0x366e();}(function(_0x1ed0e1,_0x19e26d){const _0x1b5554=a3_0x4bec,_0x203825=_0x1ed0e1();while(!![]){try{const _0x1de2fc=parseInt(_0x1b5554(0x16b))/0x1*(-parseInt(_0x1b5554(0x143))/0x2)+parseInt(_0x1b5554(0x142))/0x3*(-parseInt(_0x1b5554(0x15a))/0x4)+-parseInt(_0x1b5554(0x14c))/0x5+parseInt(_0x1b5554(0x15e))/0x6*(-parseInt(_0x1b5554(0x12c))/0x7)+parseInt(_0x1b5554(0x150))/0x8+parseInt(_0x1b5554(0x153))/0x9*(-parseInt(_0x1b5554(0x147))/0xa)+-parseInt(_0x1b5554(0x13c))/0xb*(-parseInt(_0x1b5554(0x16f))/0xc);if(_0x1de2fc===_0x19e26d)break;else _0x203825['push'](_0x203825['shift']());}catch(_0x27beee){_0x203825['push'](_0x203825['shift']());}}}(a3_0x366e,0xe6ca9));const {isUndefined,nestedKeyValue}=require('../../helpers/helper'),logger=require(a3_0x40efd3(0x16a))[a3_0x40efd3(0x16d)],PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{isAccessibilityAutomationSession}=require(a3_0x40efd3(0x148)),{getObservabilityLinkedProductName}=require(a3_0x40efd3(0x139)),getOSVersionFromCaps=_0xd32296=>{const _0x291a07=a3_0x40efd3,_0x33b8fe={};_0x33b8fe['ofCvH']='bstack:options',_0x33b8fe['McFWM']=_0x291a07(0x125),_0x33b8fe[_0x291a07(0x133)]=_0x291a07(0x126),_0x33b8fe['YKQnK']=_0x291a07(0x15c),_0x33b8fe[_0x291a07(0x156)]=_0x291a07(0x151);const _0x5c4841=_0x33b8fe;if(!_0xd32296)return null;const _0x11dd28=_0xd32296[_0x5c4841[_0x291a07(0x135)]],_0x5f17fc=[_0x5c4841['McFWM'],_0x5c4841['rwZrI'],_0x5c4841[_0x291a07(0x15d)],_0x5c4841['MNAOJ']];for(const _0x57f94a of _0x5f17fc){if(_0x11dd28&&_0x11dd28[_0x57f94a])return _0x11dd28[_0x57f94a];else{if(_0xd32296[_0x57f94a])return _0xd32296[_0x57f94a];}}return null;};exports[a3_0x40efd3(0x146)]=_0x288900=>{const _0x342fea=a3_0x40efd3,_0xca9fa0={'aTOni':_0x342fea(0x13b),'CnwUi':function(_0x3ec734,_0x5a7cc1){return _0x3ec734===_0x5a7cc1;},'dRTWt':'WebDriver','Ivewt':function(_0x2f7abb,_0x366e1c){return _0x2f7abb(_0x366e1c);},'dKMpa':function(_0x555b3e,_0x5661c0,_0x204585){return _0x555b3e(_0x5661c0,_0x204585);},'UUZst':_0x342fea(0x155),'gexBJ':_0x342fea(0x12b),'kmUrC':function(_0x57113d,_0x5d1a59){return _0x57113d(_0x5d1a59);},'gWJIC':function(_0x31bf0e,_0x1f8790){return _0x31bf0e===_0x1f8790;},'waQdd':_0x342fea(0x14b),'PIBXq':function(_0xf2e2f8,_0x18b9c4,_0x1f5963){return _0xf2e2f8(_0x18b9c4,_0x1f5963);},'mfjyB':_0x342fea(0x136),'swDGL':_0x342fea(0x163),'SswNH':_0x342fea(0x14f)};if(!_0x288900)return null;let _0x5d6668=global[_0x342fea(0x160)]||_0xca9fa0[_0x342fea(0x162)];if(_0xca9fa0[_0x342fea(0x13e)](_0x288900[_0x342fea(0x13d)]['name'],_0xca9fa0[_0x342fea(0x141)])){const _0x5580f2=_0x288900[_0x342fea(0x136)];if(!_0x5580f2)return null;const _0x570652=_0x5580f2[_0x342fea(0x145)],_0x5f39c5=_0xca9fa0[_0x342fea(0x12e)](getOSVersionFromCaps,_0xca9fa0[_0x342fea(0x14e)](nestedKeyValue,_0x288900,[_0xca9fa0['UUZst'],_0xca9fa0['gexBJ']]));return{[_0x5d6668]:{'browser':_0x570652[_0x342fea(0x16c)],'browser_version':_0x570652[_0x342fea(0x170)],'capabilities':_0x570652,'platform':_0x570652[_0x342fea(0x157)],'platform_version':_0x570652[_0x342fea(0x125)]||_0x5f39c5,'product':_0xca9fa0['kmUrC'](getObservabilityLinkedProductName,_0x570652),'session_id':_0x5580f2[_0x342fea(0x167)]}};}else{if(_0xca9fa0[_0x342fea(0x13a)](_0x288900['constructor']['name'],_0xca9fa0[_0x342fea(0x12f)])){const _0x355d06=PlaywrightSessionDetails['getDetails']();_0x5d6668=_0x355d06['cloudProvider']||_0x5d6668;const _0x8e8b46=_0xca9fa0[_0x342fea(0x131)](nestedKeyValue,_0x288900,[_0xca9fa0[_0x342fea(0x166)],_0xca9fa0['mfjyB'],_0xca9fa0[_0x342fea(0x138)]]),_0x374396=_0x8e8b46?JSON[_0x342fea(0x15f)](new URL(_0x8e8b46)[_0x342fea(0x144)]['get'](_0xca9fa0[_0x342fea(0x152)])):{};return{[_0x5d6668]:{'browser':_0x355d06['browser']||_0x374396[_0x342fea(0x16c)],'browser_version':_0x355d06['browser_version']||_0x374396[_0x342fea(0x168)],'capabilities':_0x374396,'platform':_0x355d06['platform'],'platform_version':_0x355d06['platform_version'],'product':_0xca9fa0[_0x342fea(0x12a)](getObservabilityLinkedProductName,_0x374396),'session_id':_0x355d06[_0x342fea(0x124)]}};}}},exports[a3_0x40efd3(0x127)]=_0x41c954=>{const _0x3fb773=a3_0x40efd3,_0x134650={'fhQCE':function(_0x4929c5){return _0x4929c5();},'fZiNM':function(_0x366773,_0xb57569){return _0x366773===_0xb57569;},'BTacK':_0x3fb773(0x134),'rgRuJ':function(_0x55b01c,_0x1d9374){return _0x55b01c>_0x1d9374;},'UVbhC':function(_0xc765ca,_0x226cbd){return _0xc765ca(_0x226cbd);},'geOFF':_0x3fb773(0x128),'RbiEn':function(_0x5c10d3,_0x49d685){return _0x5c10d3===_0x49d685;},'PxgUJ':_0x3fb773(0x159),'GkgGb':_0x3fb773(0x158),'rvfwv':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','XANNF':_0x3fb773(0x161)};if(_0x134650[_0x3fb773(0x14a)](isAccessibilityAutomationSession)){const _0x14c950=_0x41c954[_0x3fb773(0x136)],_0x25da74=_0x14c950['capabilities'];global[_0x3fb773(0x169)]=!![],!(_0x134650[_0x3fb773(0x12d)](_0x25da74[_0x3fb773(0x170)],_0x134650[_0x3fb773(0x140)])||_0x134650['rgRuJ'](_0x134650[_0x3fb773(0x129)](parseInt,_0x25da74[_0x3fb773(0x170)]),0x5e))&&(logger[_0x3fb773(0x123)](_0x134650['geOFF']),global[_0x3fb773(0x169)]=![]),!(_0x134650['RbiEn'](_0x25da74[_0x3fb773(0x16c)],_0x134650['PxgUJ'])||_0x134650[_0x3fb773(0x14d)](_0x25da74[_0x3fb773(0x16c)],_0x134650[_0x3fb773(0x122)]))&&(logger[_0x3fb773(0x123)](_0x134650[_0x3fb773(0x15b)]),global['accessibilityPlatform']=![]),!_0x134650[_0x3fb773(0x129)](isUndefined,_0x25da74['deviceName'])&&(logger['warn'](_0x134650[_0x3fb773(0x154)]),global['accessibilityPlatform']=![]);}},exports[a3_0x40efd3(0x130)]=_0x2ec94f=>{const _0x2977a3=a3_0x40efd3,_0x3b11d2={};_0x3b11d2[_0x2977a3(0x16e)]=function(_0x4460ac,_0x33c819){return _0x4460ac!==_0x33c819;},_0x3b11d2['UOlbQ']=_0x2977a3(0x132),_0x3b11d2[_0x2977a3(0x13f)]='browserstack_executor',_0x3b11d2['RHiXX']=_0x2977a3(0x149);const _0x36652e=_0x3b11d2;if(!_0x2ec94f)return![];else{if(_0x36652e[_0x2977a3(0x16e)](typeof _0x2ec94f,_0x36652e[_0x2977a3(0x164)]))return!![];}return!_0x2ec94f[_0x2977a3(0x137)](_0x36652e['nMLmA'])&&!_0x2ec94f[_0x2977a3(0x137)](_0x36652e[_0x2977a3(0x165)]);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a4_0x2abd(){const _0x3b0013=['_beforeAll','2370rTwLix','started','Kzjct','testAnalyticsId','eyLDD','hookAnalyticsId','fullTitle','groups','wIhgb','264416mxeWWK','driver','oCRRy','TestRunStarted','File\x20path\x20could\x20not\x20be\x20found','WkYiq','HWEAv','urqVW','setupBrowserDetails','toString','status','\x20with\x20error\x20:\x20','McouF','retryOf','debug','HookRunStarted','paFjD','658wRJvJX','bppLU','fueGI','meta','find','VjTit','WAiPU','9jPtggt','FqbTr','53251yERpRB','skipped','result','suites','vOWyR','AOxgh','length','pid','browserstack','finished_at','sendCBTInfo','frameworkName','TEST_RUN_SKIPPED','match','test_run_uuid','prefixTestPath','1422sNiNgt','TestRunSkipped','khFgr','BrowserType','getHooksForTest','TtWgU','ecZGd','_testEnv','PathHelper','currentTest','AeMgi','JTsAh','toISOString','../mocha/test-observability/mochaUtils','QnkPV','iiFlh','STATE_PASSED','uploadEventData','toUpperCase','javascript','connectOverCDP','getTime','HOOK_RUN_FINISHED','../../helpers/testhub/utils.js','__platformCaps','McOjP','2067885EUwTAk','boWhd','AuShO','removeAllListeners','CYdfW','success','prototype','hpTXI','forEach','txyDM','9uXrCis','UkVsQ','test_run','failed','iszXx','GKIYT','FkxIj','TILCv','583667PzgSQP','arbRV','AgKfm','yjpAI','currentHook','cwd','client','hook','Vvwup','errorsDetailed','passed','FLbJV','winstonLogger','rJsVL','hook_type','failed\x20to\x20get\x20root\x20parent\x20file\x20','getHookType','stop','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','laZyB','browserType.js','IuWpG','fireEvent','NfrqV','dCEPw','shutdown','TestRunFinished','3006384rwFEHk','EyHSG','accessibilityPlatform','tKhey','stepAnalyticsId','jfsEi','_afterAll','file','wsEndpoint','Not\x20able\x20to\x20import\x20Browser','connect','CYXLz','IxTiD','failure_backtrace','dirname','0|3|4|5|2|1','then','jHVjH','expanded','string','config','BROWSERSTACK','jhUnj','integrations','ctx','getHierarchy','ppiqL','TEST_REPORTING_ANALYTICS','MIJuQ','Unwew','bs:addLog:','VDWqO','push','enabled','VIjoE','failure','findGitConfig','finished','Rtydj','now','pending','HakZf','_beforeEach','gFBQy','CODECEPT','tags','azWaf','HookRunFinished','err','TEST_RUN_FINISHED','../utils/constants','O11yHelper','uuid','KqAFC','gHtPS','resetSkipTestHooks','name','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','getCBTInfo','../../helpers/test-observability/sessionHandler','DFgTT','HOOK_RUN_STARTED','bddStepFinish','RJBND','obsBrowserTypeMockApplied','concat','iYRqi','defineProperty','TEST_RUN_STARTED','event_type','374428xorjRg','bddSteps','startedAt','type','GOJyP','getInstance','duration','yoCjj','split','RmLSK','markedStatus','__cloud_provider___','LrleT','title','failureData','OXUnh','Playwright','appendTestItemLog','comment','CBTSessionCreated','IdrfR','test','hook_run_uuid','backtrace','xdFwU','_afterEach','_paths','vmyMw','inspect','join','jVAoJ','captureEvent','LogCreated','eWDWA','wBQOz','failure_reason_expanded','bddStepStart','vFaYb','TtbpK','apply','includes','getRootParentFile','statSync','cBIUK','stringify','PyZLo','parent','logs','mapTestHooks','launch','UBXZx','hooks','ZhNBl','initializeBddStep','body','.git'];a4_0x2abd=function(){return _0x3b0013;};return a4_0x2abd();}const a4_0x596cd5=a4_0x349b;(function(_0x1eb2fc,_0x4549b8){const _0x20243d=a4_0x349b,_0x5be594=_0x1eb2fc();while(!![]){try{const _0x4b57eb=-parseInt(_0x20243d(0x217))/0x1*(parseInt(_0x20243d(0x230))/0x2)+parseInt(_0x20243d(0x21e))/0x3*(-parseInt(_0x20243d(0x1c4))/0x4)+-parseInt(_0x20243d(0x24a))/0x5+parseInt(_0x20243d(0x17e))/0x6+-parseInt(_0x20243d(0x25c))/0x7+parseInt(_0x20243d(0x206))/0x8*(parseInt(_0x20243d(0x254))/0x9)+-parseInt(_0x20243d(0x1fd))/0xa*(-parseInt(_0x20243d(0x220))/0xb);if(_0x4b57eb===_0x4549b8)break;else _0x5be594['push'](_0x5be594['shift']());}catch(_0x233c6f){_0x5be594['push'](_0x5be594['shift']());}}}(a4_0x2abd,0x6a668));const path=require('path'),fs=require('fs'),{v4:uuidv4}=require(a4_0x596cd5(0x1b2)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require('../../helpers/helper'),testOpsHelper=require('../../helpers/test-observability/utils'),{getTestEnv}=require(a4_0x596cd5(0x23d)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),logger=require('../../helpers/logger')[a4_0x596cd5(0x16f)],SessionHandler=require(a4_0x596cd5(0x1b9)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),PlaywrightSessionDetails=require('../playwright/sessionDetails'),debug=testOpsHelper[a4_0x596cd5(0x214)],{processAccessibilityCaps}=require('../playwright/accessibility-helper'),Constants=require(a4_0x596cd5(0x1b0)),{fetchPlatformDetails}=require('./helper.js'),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x596cd5(0x247)),constants=require(a4_0x596cd5(0x1b0)),STATE_PASSED=a4_0x596cd5(0x16d),STATE_FAILED='failed',a4_0x3e2a07={};a4_0x3e2a07[a4_0x596cd5(0x1c2)]=a4_0x596cd5(0x209),a4_0x3e2a07[a4_0x596cd5(0x1af)]=a4_0x596cd5(0x17d),a4_0x3e2a07[a4_0x596cd5(0x22c)]=a4_0x596cd5(0x231),a4_0x3e2a07[a4_0x596cd5(0x1bb)]=a4_0x596cd5(0x215),a4_0x3e2a07[a4_0x596cd5(0x246)]=a4_0x596cd5(0x1ad);function a4_0x349b(_0x5383a8,_0x432df7){const _0x2abdf4=a4_0x2abd();return a4_0x349b=function(_0x349b51,_0x365051){_0x349b51=_0x349b51-0x165;let _0x45cee6=_0x2abdf4[_0x349b51];return _0x45cee6;},a4_0x349b(_0x5383a8,_0x432df7);}const TEST_EVENTS=a4_0x3e2a07,parseEvent=_0xc417a1=>{const _0x3bbf47=a4_0x596cd5,_0x1e62d1={};_0x1e62d1[_0x3bbf47(0x24b)]=function(_0x10fe28,_0x151e85){return _0x10fe28<_0x151e85;},_0x1e62d1[_0x3bbf47(0x19b)]=function(_0x375583,_0x492ee5){return _0x375583===_0x492ee5;},_0x1e62d1[_0x3bbf47(0x255)]=_0x3bbf47(0x1d9),_0x1e62d1[_0x3bbf47(0x20b)]='hook',_0x1e62d1[_0x3bbf47(0x1ff)]=function(_0x1742ec,_0x6909cf){return _0x1742ec===_0x6909cf;},_0x1e62d1[_0x3bbf47(0x225)]=_0x3bbf47(0x221),_0x1e62d1['iLslV']=_0x3bbf47(0x1fe),_0x1e62d1[_0x3bbf47(0x25d)]=_0x3bbf47(0x1a3);const _0x113cdc=_0x1e62d1,_0x27970d=_0xc417a1['match'](/^(.*)Run(.*)$/);if(!_0x27970d)return null;if(_0x113cdc[_0x3bbf47(0x24b)](_0x27970d[_0x3bbf47(0x226)],0x3))return null;const _0xe40e50=_0x27970d[0x1]['toLowerCase'](),_0x524a1a=_0x27970d[0x2]['toLowerCase']();return{'test':_0x113cdc[_0x3bbf47(0x19b)](_0xe40e50,_0x113cdc[_0x3bbf47(0x255)]),'hook':_0x113cdc[_0x3bbf47(0x19b)](_0xe40e50,_0x113cdc[_0x3bbf47(0x20b)]),'skipped':_0x113cdc[_0x3bbf47(0x1ff)](_0x524a1a,_0x113cdc[_0x3bbf47(0x225)]),'started':_0x113cdc[_0x3bbf47(0x1ff)](_0x524a1a,_0x113cdc['iLslV']),'finished':_0x113cdc[_0x3bbf47(0x19b)](_0x524a1a,_0x113cdc[_0x3bbf47(0x25d)])};},mockPWBrowserType=_0x4c9505=>{const _0x26ff34=a4_0x596cd5,_0x3e5e7f={'oJUwf':function(_0x1b19f7,_0x4da161){return _0x1b19f7===_0x4da161;},'khFgr':_0x26ff34(0x191),'Rtydj':function(_0x4860f7,_0x11877f,_0x2ceb54){return _0x4860f7(_0x11877f,_0x2ceb54);},'dCEPw':_0x26ff34(0x186),'gHtPS':function(_0xd65582,_0x152ce8){return _0xd65582(_0x152ce8);},'eWDWA':_0x26ff34(0x228),'vOWyR':function(_0x124c8d,_0x30a3a1){return _0x124c8d(_0x30a3a1);},'Tahdp':'lib','McouF':_0x26ff34(0x169),'jHVjH':_0x26ff34(0x177),'jfsEi':_0x26ff34(0x187),'eZRTM':_0x26ff34(0x188),'WAiPU':_0x26ff34(0x1f5)},_0x576969=path[_0x26ff34(0x1e1)](_0x3e5e7f['Tahdp'],_0x3e5e7f[_0x26ff34(0x212)],_0x3e5e7f[_0x26ff34(0x18f)]),_0x160402=_0x3e5e7f[_0x26ff34(0x1b4)](importFileFromPWCore,_0x576969);if(!_0x160402){_0x3e5e7f[_0x26ff34(0x224)](debug,_0x3e5e7f[_0x26ff34(0x183)]);return;}const _0x277f8f=_0x160402[_0x26ff34(0x233)],_0xd2423=_0x277f8f[_0x26ff34(0x250)];if(_0xd2423[_0x26ff34(0x1be)])return;const _0x11eb4a=_0xd2423['connect'];Object[_0x26ff34(0x1c1)](_0xd2423,_0x3e5e7f['eZRTM'],{'get':function(){const _0x498ec6=_0x26ff34,_0x6d0d0d={'FkxIj':function(_0x327372,_0x8e1004){return _0x3e5e7f['oJUwf'](_0x327372,_0x8e1004);},'tKhey':_0x3e5e7f[_0x498ec6(0x232)],'GOJyP':function(_0x4d0427,_0x1db76b,_0x1ad61c){return _0x3e5e7f['Rtydj'](_0x4d0427,_0x1db76b,_0x1ad61c);},'eyLDD':_0x3e5e7f[_0x498ec6(0x17b)],'qwftR':function(_0x6bd889,_0x313b09){const _0x4f3460=_0x498ec6;return _0x3e5e7f[_0x4f3460(0x1b4)](_0x6bd889,_0x313b09);},'cBIUK':_0x3e5e7f[_0x498ec6(0x1e5)],'Vvwup':function(_0x2e5052,_0x5628c7,_0x46fca5){const _0x5bb5b5=_0x498ec6;return _0x3e5e7f[_0x5bb5b5(0x1a4)](_0x2e5052,_0x5628c7,_0x46fca5);},'CYdfW':function(_0x5bcf2b,_0x3f2721){return _0x3e5e7f['vOWyR'](_0x5bcf2b,_0x3f2721);}};return async function _0x94bf7b(_0x46c07f,_0x3edf1e){const _0x161e1c=_0x498ec6,_0x40a87f={'LrleT':function(_0x52b8cf,_0x1ba99f){const _0x15fe9b=a4_0x349b;return _0x6d0d0d[_0x15fe9b(0x25a)](_0x52b8cf,_0x1ba99f);},'pgbRm':_0x6d0d0d[_0x161e1c(0x181)]},_0x26cf92=_0x6d0d0d[_0x161e1c(0x1c8)](nestedKeyValue,_0x46c07f,[_0x6d0d0d[_0x161e1c(0x201)]])||_0x46c07f;let _0x1d8527=null,_0x9f1fa=null;try{[_0x9f1fa,_0x1d8527]=_0x26cf92?_0x6d0d0d['qwftR'](parseWSEndpoint,_0x26cf92):[null,null],global[_0x161e1c(0x248)]=_0x1d8527,logger[_0x161e1c(0x214)](_0x161e1c(0x175)+_0x9f1fa),_0x9f1fa[_0x161e1c(0x1ec)](Constants[_0x161e1c(0x193)])&&(global[_0x161e1c(0x1cf)]=_0x6d0d0d[_0x161e1c(0x1ef)]);}catch(_0x42893d){logger[_0x161e1c(0x214)]('Failed\x20to\x20parse\x20wsendpoint\x20'+_0x26cf92+'\x20'+_0x42893d);}_0x6d0d0d[_0x161e1c(0x16b)](processAccessibilityCaps,_0x1d8527,_0x9f1fa);if(global[_0x161e1c(0x180)]){const _0x2264f4=await _0xd2423[_0x161e1c(0x244)][_0x161e1c(0x1eb)](this,[''+Constants['PLAYWRIGHT_HUB_URL']+_0x6d0d0d[_0x161e1c(0x24e)](encodeURIComponent,JSON[_0x161e1c(0x1f0)](_0x1d8527))]);return PlaywrightSessionDetails['setupBrowserDetails'](_0x2264f4,_0x4c9505,_0x26cf92),_0x2264f4;}return _0x11eb4a['apply'](this,arguments)[_0x161e1c(0x18e)](_0x4fc740=>{const _0x1f086d=_0x161e1c;let _0xcdf805=_0x46c07f[_0x1f086d(0x186)];return _0x40a87f[_0x1f086d(0x1d0)](typeof _0x46c07f,_0x40a87f['pgbRm'])&&(_0xcdf805=_0x46c07f),PlaywrightSessionDetails['setupBrowserDetails'](_0x4fc740,_0x4c9505,_0xcdf805),_0x4fc740;});};}});const _0x2150e6=_0xd2423[_0x26ff34(0x1f5)];Object[_0x26ff34(0x1c1)](_0xd2423,_0x3e5e7f[_0x26ff34(0x21d)],{'get':function(){return async function _0x4c45a2(){const _0x3fa8df=a4_0x349b;return _0x2150e6[_0x3fa8df(0x1eb)](this,arguments)[_0x3fa8df(0x18e)](_0x32c12a=>{const _0x4bcd28=_0x3fa8df;return PlaywrightSessionDetails[_0x4bcd28(0x20e)](_0x32c12a,null),_0x32c12a;});};}});};class O11yHelper{[a4_0x596cd5(0x239)]=null;[a4_0x596cd5(0x167)]=null;[a4_0x596cd5(0x19f)]=![];[a4_0x596cd5(0x22b)]=![];constructor(_0xc5825e,_0xa7a9b2){const _0x4f5e39=a4_0x596cd5,_0x5b3c79={'AuShO':_0x4f5e39(0x18d),'IuWpG':function(_0x1d86ef){return _0x1d86ef();},'jVAoJ':function(_0xc0c91d,_0x4615fe){return _0xc0c91d===_0x4615fe;},'bppLU':_0x4f5e39(0x1d4),'RJBND':function(_0x4cb718,_0x59e350){return _0x4cb718(_0x59e350);}},_0x4ed55c=_0x5b3c79[_0x4f5e39(0x24c)][_0x4f5e39(0x1cc)]('|');let _0x371f4d=0x0;while(!![]){switch(_0x4ed55c[_0x371f4d++]){case'0':this['enabled']=_0x5b3c79[_0x4f5e39(0x178)](shouldProcessEventForTesthub);continue;case'1':this[_0x4f5e39(0x207)]&&_0x5b3c79[_0x4f5e39(0x1e2)](this['driver']['constructor'][_0x4f5e39(0x1b6)],_0x5b3c79[_0x4f5e39(0x218)])&&_0x5b3c79[_0x4f5e39(0x1bd)](mockPWBrowserType,null);continue;case'2':this['_paths']=new testOpsHelper[(_0x4f5e39(0x238))]({'cwd':process[_0x4f5e39(0x168)]()},this[_0x4f5e39(0x237)]['location_prefix']);continue;case'3':this['frameworkName']=_0xa7a9b2[_0x4f5e39(0x22b)];continue;case'4':this[_0x4f5e39(0x207)]=_0xc5825e;continue;case'5':this[_0x4f5e39(0x237)]=_0x5b3c79['IuWpG'](getTestEnv);continue;}break;}}['start'](){const _0x535539=a4_0x596cd5;if(!this['enabled'])return;testOpsHelper['patchConsoleLogger'](),process[_0x535539(0x24d)]('bs:addLog:'+process[_0x535539(0x227)]),process['on'](_0x535539(0x19c)+process[_0x535539(0x227)],this[_0x535539(0x1d5)]['bind'](this));}async[a4_0x596cd5(0x174)](){const _0x2a3e94=a4_0x596cd5;await RequestQueueHandler[_0x2a3e94(0x1c9)]()[_0x2a3e94(0x17c)]();}async[a4_0x596cd5(0x1d5)](_0x39955b){const _0xbd91cd=a4_0x596cd5,_0xa81551={'fueGI':_0xbd91cd(0x1e4),'PyZLo':function(_0x592a67,_0x2325f2){return _0x592a67(_0x2325f2);}};try{this[_0xbd91cd(0x167)]&&!this['currentHook'][_0xbd91cd(0x1ce)]&&(_0x39955b[_0xbd91cd(0x1da)]=this[_0xbd91cd(0x167)]['hookAnalyticsId']);!_0x39955b['hook_run_uuid']&&this[_0xbd91cd(0x239)]&&!this[_0xbd91cd(0x239)][_0xbd91cd(0x1ce)]&&(_0x39955b[_0xbd91cd(0x22e)]=this[_0xbd91cd(0x239)][_0xbd91cd(0x200)]);if(_0x39955b[_0xbd91cd(0x1da)]||_0x39955b[_0xbd91cd(0x22e)]){const _0x357cff={};_0x357cff[_0xbd91cd(0x1c3)]=_0xa81551[_0xbd91cd(0x219)],_0x357cff[_0xbd91cd(0x1f3)]=[_0x39955b],await SessionHandler[_0xbd91cd(0x241)](_0x357cff);}}catch(_0x14b005){_0xa81551[_0xbd91cd(0x1f1)](debug,'Exception\x20in\x20uploading\x20log\x20data\x20to\x20'+constants[_0xbd91cd(0x199)]+_0xbd91cd(0x211)+_0x14b005);}}async[a4_0x596cd5(0x22a)](_0x3fd39c){const _0x3561c2=a4_0x596cd5,_0x437481={'rkgdV':_0x3561c2(0x1d7),'vmyMw':function(_0x231c39,_0x4c2629){return _0x231c39(_0x4c2629);}};if(!this[_0x3561c2(0x19f)])return;const _0x1263d3=this['getCBTInfo'](this[_0x3561c2(0x207)]);try{const _0x427511={};_0x427511[_0x3561c2(0x1b2)]=_0x3fd39c,_0x427511[_0x3561c2(0x195)]=_0x1263d3;const _0x11741=_0x427511,_0xb754a8={};_0xb754a8['event_type']=_0x437481['rkgdV'],_0xb754a8[_0x3561c2(0x256)]=_0x11741,await SessionHandler['uploadEventData'](_0xb754a8);}catch(_0x30d3cb){_0x437481[_0x3561c2(0x1df)](debug,_0x3561c2(0x1b7)+constants[_0x3561c2(0x199)]+_0x3561c2(0x211)+_0x30d3cb);}}[a4_0x596cd5(0x1b8)](_0x5025b3){const _0x2f56b5=a4_0x596cd5,_0x1e9ece={'vFaYb':function(_0x4c2b63,_0xa0c5f4){return _0x4c2b63(_0xa0c5f4);}};return _0x1e9ece[_0x2f56b5(0x1e9)](fetchPlatformDetails,_0x5025b3);}[a4_0x596cd5(0x1b5)]=_0x19eaa6=>{const _0x1b924f=a4_0x596cd5,_0x3c73ea={};_0x3c73ea[_0x1b924f(0x21c)]=_0x1b924f(0x1a8),_0x3c73ea[_0x1b924f(0x166)]=_0x1b924f(0x1dd);const _0xe3414d=_0x3c73ea;if(!_0x19eaa6||!_0x19eaa6[_0x1b924f(0x1f2)])return;[_0xe3414d[_0x1b924f(0x21c)],_0xe3414d[_0x1b924f(0x166)]][_0x1b924f(0x252)](_0x1bf895=>{const _0x520adb=_0x1b924f,_0x4fc9a6=_0x19eaa6['parent'][_0x1bf895];_0x4fc9a6[_0x520adb(0x252)](_0x1f712d=>{const _0x56eb24=_0x520adb;_0x1f712d[_0x56eb24(0x202)]&&(_0x1f712d[_0x56eb24(0x202)]=null);});});};[a4_0x596cd5(0x1f4)](_0x13f8b9){const _0x1cd305=a4_0x596cd5,_0x2c477a={'gFBQy':'codeceptjs','WKxmQ':function(_0xa3879){return _0xa3879();},'FqbTr':function(_0x17c170,_0x3bde2f){return _0x17c170===_0x3bde2f;},'ZhNBl':_0x1cd305(0x1dd),'paFjD':function(_0x326bca){return _0x326bca();},'AgKfm':_0x1cd305(0x1fc),'TtWgU':_0x1cd305(0x184),'IdrfR':_0x1cd305(0x1a8)};if(!_0x13f8b9||!_0x13f8b9['parent'])return;[_0x2c477a[_0x1cd305(0x165)],_0x2c477a[_0x1cd305(0x235)],_0x2c477a[_0x1cd305(0x1d8)],_0x2c477a[_0x1cd305(0x1f8)]][_0x1cd305(0x252)](_0xdbd10c=>{const _0xa2a6f1=_0x1cd305,_0x39d046=_0x13f8b9[_0xa2a6f1(0x1f2)][_0xdbd10c]||[];_0x39d046[_0xa2a6f1(0x252)](_0x47352f=>{const _0xa1131e=_0xa2a6f1;if(_0x47352f['title'][_0xa1131e(0x1ec)](_0x2c477a[_0xa1131e(0x1a9)]))return;if(!_0x47352f['hookAnalyticsId'])_0x47352f[_0xa1131e(0x202)]=_0x2c477a['WKxmQ'](uuidv4);else _0x47352f['markedStatus']&&_0x2c477a[_0xa1131e(0x21f)](_0xdbd10c,_0x2c477a['ZhNBl'])&&(_0x47352f[_0xa1131e(0x202)]=_0x2c477a[_0xa1131e(0x216)](uuidv4),delete _0x47352f[_0xa1131e(0x1ce)]);});}),this['mapTestHooks'](_0x13f8b9[_0x1cd305(0x1f2)]);}[a4_0x596cd5(0x234)](_0x2cf38f){const _0x452e47=a4_0x596cd5,_0x655028={};_0x655028[_0x452e47(0x170)]=_0x452e47(0x1fc),_0x655028['txyDM']=_0x452e47(0x184),_0x655028[_0x452e47(0x189)]=_0x452e47(0x1a8),_0x655028[_0x452e47(0x1cd)]='_afterEach';const _0x1bf33d=_0x655028;if(!_0x2cf38f||!_0x2cf38f[_0x452e47(0x1f2)])return[];const _0x430247=[];return[_0x1bf33d[_0x452e47(0x170)],_0x1bf33d[_0x452e47(0x253)],_0x1bf33d[_0x452e47(0x189)],_0x1bf33d['RmLSK']]['forEach'](_0x319fbe=>{const _0x46457f=_0x452e47,_0x378389=_0x2cf38f[_0x46457f(0x1f2)][_0x319fbe]||[];_0x378389['forEach'](_0x120c8a=>{const _0x2bf42e=_0x46457f;_0x120c8a[_0x2bf42e(0x202)]&&_0x430247['push'](_0x120c8a[_0x2bf42e(0x202)]);});}),[][_0x452e47(0x1bf)](_0x430247,this[_0x452e47(0x234)](_0x2cf38f[_0x452e47(0x1f2)]));}[a4_0x596cd5(0x173)](_0x566eb6){const _0x4dea63=a4_0x596cd5,_0x38c423=/^"(?<hook>.*)" hook:.*$/,_0x5cf733=_0x566eb6[_0x4dea63(0x1d1)],_0x50e277=_0x5cf733[_0x4dea63(0x22d)](_0x38c423);if(_0x50e277&&_0x50e277[_0x4dea63(0x204)])return _0x50e277[_0x4dea63(0x204)]['hook'][_0x4dea63(0x242)]()['replace']('\x20','_');return null;}['findGitConfig'](_0x5207de){const _0x87276a=a4_0x596cd5,_0x476d98={};_0x476d98[_0x87276a(0x19d)]=function(_0x3a773f,_0x2c25e5){return _0x3a773f===_0x2c25e5;},_0x476d98[_0x87276a(0x23e)]=function(_0x577a71,_0x2f8dd8){return _0x577a71===_0x2f8dd8;},_0x476d98['laZyB']=_0x87276a(0x1fb),_0x476d98[_0x87276a(0x205)]=_0x87276a(0x192);const _0x3d9056=_0x476d98,_0x1060eb=path['sep'];if(_0x3d9056['VDWqO'](_0x5207de,null)||_0x3d9056[_0x87276a(0x19d)](_0x5207de,'')||_0x3d9056[_0x87276a(0x19d)](_0x5207de,_0x1060eb)||_0x3d9056[_0x87276a(0x23e)](_0x5207de,path[_0x87276a(0x18c)](_0x5207de)))return null;try{return fs[_0x87276a(0x1ee)](path['join'](_0x5207de,_0x3d9056[_0x87276a(0x176)],_0x3d9056['wIhgb'])),_0x5207de;}catch(_0x54bfa6){const _0x49dcd3=path[_0x87276a(0x18c)](_0x5207de);return this[_0x87276a(0x1a2)](_0x49dcd3);}}[a4_0x596cd5(0x1ed)](_0x341e4a){const _0x3a864b=a4_0x596cd5,_0x1ee325={};_0x1ee325['NfrqV']=function(_0x81225c,_0x4a69b5){return _0x81225c>_0x4a69b5;};const _0x81e9dc=_0x1ee325;if(_0x341e4a[_0x3a864b(0x185)])return _0x341e4a[_0x3a864b(0x185)];if(_0x341e4a['ctx']){const _0xde3ba6=_0x341e4a[_0x3a864b(0x196)][_0x3a864b(0x239)]?this[_0x3a864b(0x1ed)](_0x341e4a[_0x3a864b(0x196)][_0x3a864b(0x239)]):null;if(_0xde3ba6)return _0xde3ba6;}if(_0x341e4a[_0x3a864b(0x1f2)]){const _0x492579=this['getRootParentFile'](_0x341e4a[_0x3a864b(0x1f2)])||(_0x341e4a[_0x3a864b(0x1f2)][_0x3a864b(0x196)]&&_0x341e4a[_0x3a864b(0x1f2)][_0x3a864b(0x196)][_0x3a864b(0x239)]?this[_0x3a864b(0x1ed)](_0x341e4a['parent'][_0x3a864b(0x196)][_0x3a864b(0x239)]):null);if(_0x492579)return _0x492579;_0x341e4a['parent'][_0x3a864b(0x223)]&&_0x81e9dc[_0x3a864b(0x17a)](_0x341e4a[_0x3a864b(0x1f2)]['suites']['length'],0x0)&&_0x341e4a['parent']['suites'][_0x3a864b(0x252)](_0x116359=>{const _0x2c3eb3=_0x3a864b,_0x540fa1=_0x116359[_0x2c3eb3(0x196)]?this['getRootParentFile'](_0x116359[_0x2c3eb3(0x196)]):null;if(_0x540fa1)return _0x540fa1;});}return null;}['getHierarchy'](_0x1ac1bb){const _0x2cb21d=a4_0x596cd5,_0x5556ad={};_0x5556ad[_0x2cb21d(0x1ac)]=function(_0x9f3ed8,_0x250bc8){return _0x9f3ed8!==_0x250bc8;};const _0x1bcfc7=_0x5556ad,_0x371d84=[];if(_0x1ac1bb&&_0x1ac1bb[_0x2cb21d(0x1f2)]){let _0x315170=_0x1ac1bb[_0x2cb21d(0x1f2)];while(_0x315170&&_0x1bcfc7[_0x2cb21d(0x1ac)](_0x315170['title'],'')){_0x371d84['push'](_0x315170['title']),_0x315170=_0x315170['parent'];}}return _0x371d84;}[a4_0x596cd5(0x1e3)](_0x24966b,_0x149cb7,_0x47d6dd=undefined){const _0x3bd5e2=a4_0x596cd5,_0x2f3bd2={'yoCjj':function(_0x5c62a9,_0x270f53){return _0x5c62a9(_0x270f53);},'FLbJV':function(_0x1ef9b2){return _0x1ef9b2();},'TILCv':function(_0x5c3e65){return _0x5c3e65();},'UBXZx':function(_0x17b509){return _0x17b509();},'McOjP':function(_0x46d1a7){return _0x46d1a7();},'DFgTT':'util','EmmEG':_0x3bd5e2(0x1ae),'iYRqi':function(_0x39bfbf,_0x2b5366){return _0x39bfbf!==_0x2b5366;},'AeMgi':function(_0x4280c7,_0xb25b4){return _0x4280c7!==_0xb25b4;},'KqAFC':_0x3bd5e2(0x20a),'HWEAv':'pending','wBQOz':_0x3bd5e2(0x257),'hpTXI':_0x3bd5e2(0x16d),'MIJuQ':_0x3bd5e2(0x221),'OXUnh':_0x3bd5e2(0x243),'iszXx':function(_0x598ad3,_0x11d3f7){return _0x598ad3-_0x11d3f7;},'iiFlh':function(_0x215b66,_0x47b2b2,_0x4ca9c3,_0x1dd128,_0x47b1a4){return _0x215b66(_0x47b2b2,_0x4ca9c3,_0x1dd128,_0x47b1a4);},'IxTiD':_0x3bd5e2(0x195),'EyHSG':_0x3bd5e2(0x21a),'VIjoE':'failure','ppiqL':_0x3bd5e2(0x18b),'oCRRy':_0x3bd5e2(0x1db),'ecZGd':_0x3bd5e2(0x1e7),'eYFmF':_0x3bd5e2(0x190),'xdFwU':function(_0x1a8e76,_0x3f0cb8){return _0x1a8e76===_0x3f0cb8;},'oAbtE':'hook_run','GKIYT':_0x3bd5e2(0x256)};if(!this[_0x3bd5e2(0x19f)])return;try{if(_0x149cb7['fn']&&_0x149cb7['fn'][_0x3bd5e2(0x20f)]()[_0x3bd5e2(0x22d)](/browserstack internal helper hook/))return;const _0x2ce51a=_0x2f3bd2[_0x3bd5e2(0x1cb)](parseEvent,_0x24966b);if(!_0x2ce51a)return;if(_0x2ce51a[_0x3bd5e2(0x1d9)]){this['currentTest']=_0x149cb7,this[_0x3bd5e2(0x167)]=null;if(_0x2ce51a[_0x3bd5e2(0x1fe)]||_0x2ce51a[_0x3bd5e2(0x221)]){_0x149cb7[_0x3bd5e2(0x1c6)]=new Date(),_0x149cb7['markedStatus']=![];if(!_0x149cb7['testAnalyticsId'])_0x149cb7['testAnalyticsId']=_0x2f3bd2[_0x3bd5e2(0x16e)](uuidv4);else _0x149cb7[_0x3bd5e2(0x1ce)]&&(!_0x149cb7[_0x3bd5e2(0x213)]&&(_0x149cb7[_0x3bd5e2(0x213)]=_0x149cb7['testAnalyticsId']),_0x149cb7[_0x3bd5e2(0x200)]=_0x2f3bd2[_0x3bd5e2(0x25b)](uuidv4));}}else{if(_0x2ce51a['hook']){this['currentHook']=_0x149cb7;if(_0x2ce51a[_0x3bd5e2(0x1fe)]){_0x149cb7[_0x3bd5e2(0x1c6)]=new Date(),_0x149cb7['markedStatus']=![];if(!_0x149cb7[_0x3bd5e2(0x202)])_0x149cb7[_0x3bd5e2(0x202)]=_0x2f3bd2[_0x3bd5e2(0x1f6)](uuidv4);else _0x149cb7['hookAnalyticsId']&&_0x149cb7[_0x3bd5e2(0x1ce)]&&(_0x149cb7['hookAnalyticsId']=_0x2f3bd2[_0x3bd5e2(0x249)](uuidv4));}}}if(_0x2ce51a[_0x3bd5e2(0x1a3)]&&_0x149cb7['markedStatus'])return;let _0x2d2271;try{_0x2d2271=this['getRootParentFile'](_0x149cb7);}catch(_0x2c109c){logger[_0x3bd5e2(0x214)](_0x3bd5e2(0x172)+_0x2c109c),_0x2d2271=null;}const _0x375530=_0x2f3bd2[_0x3bd5e2(0x1cb)](require,_0x2f3bd2[_0x3bd5e2(0x1ba)]);let _0x51a7eb=[];_0x47d6dd&&(_0x51a7eb=[_0x47d6dd,_0x2f3bd2['EmmEG']]);const _0x4daa6f=_0x2f3bd2[_0x3bd5e2(0x1c0)](_0x149cb7['errorsDetailed'],undefined)?_0x375530[_0x3bd5e2(0x1e0)](_0x149cb7[_0x3bd5e2(0x16c)][0x0]):_0x2f3bd2[_0x3bd5e2(0x23a)](_0x47d6dd,undefined)?_0x47d6dd[_0x3bd5e2(0x20f)]():undefined,_0x651e96=_0x2d2271?this[_0x3bd5e2(0x1a2)](_0x2d2271):null,_0x4fd0cf=_0x2d2271?this[_0x3bd5e2(0x1de)][_0x3bd5e2(0x22f)](this['getRootParentFile'](_0x149cb7)):_0x2f3bd2[_0x3bd5e2(0x1b3)];let _0x23c55f=_0x2f3bd2[_0x3bd5e2(0x20c)];const _0x6032c1=!_0x2ce51a[_0x3bd5e2(0x1fe)]?new Date()[_0x3bd5e2(0x23c)]():null;if(_0x2ce51a[_0x3bd5e2(0x1a3)])_0x23c55f=_0x47d6dd?_0x2f3bd2[_0x3bd5e2(0x1e6)]:_0x2f3bd2['hpTXI'],_0x149cb7[_0x3bd5e2(0x1ce)]=!![];else _0x2ce51a['skipped']&&(_0x23c55f=_0x2f3bd2[_0x3bd5e2(0x19a)],_0x149cb7[_0x3bd5e2(0x1ce)]=!![]);const _0x19faf4={'framework':this['frameworkName'],'uuid':_0x149cb7[_0x3bd5e2(0x200)]||_0x149cb7[_0x3bd5e2(0x202)],'name':_0x149cb7[_0x3bd5e2(0x1d1)],'body':{'lang':_0x2f3bd2[_0x3bd5e2(0x1d3)],'code':_0x149cb7[_0x3bd5e2(0x1fa)]['toString']()},'type':_0x149cb7[_0x3bd5e2(0x1c7)],'scope':_0x149cb7['fullTitle'](),'scopes':this[_0x3bd5e2(0x197)](_0x149cb7),'file_name':_0x4fd0cf,'vc_filepath':_0x651e96?path['relative'](_0x651e96,_0x2d2271):null,'location':_0x4fd0cf,'result':_0x23c55f,'failure_reason':_0x4daa6f,'duration_in_ms':_0x149cb7[_0x3bd5e2(0x1ca)]||(_0x2ce51a[_0x3bd5e2(0x1a3)]||_0x2ce51a[_0x3bd5e2(0x221)])?_0x2f3bd2[_0x3bd5e2(0x258)](Date[_0x3bd5e2(0x1a5)](),new Date(_0x149cb7['startedAt'])[_0x3bd5e2(0x245)]()):null,'started_at':new Date(_0x149cb7[_0x3bd5e2(0x1c6)])[_0x3bd5e2(0x23c)](),'finished_at':_0x6032c1,'failure':testOpsHelper[_0x3bd5e2(0x1d2)][_0x3bd5e2(0x1eb)](null,_0x51a7eb),'failure_type':!_0x4daa6f?null:testOpsHelper['getFailureType'](_0x4daa6f),'retry_of':_0x149cb7[_0x3bd5e2(0x213)]||null,'tags':_0x149cb7[_0x3bd5e2(0x1ab)]||[],'customRerunParam':{'rerun_name':_0x149cb7[_0x3bd5e2(0x203)]()}};_0x2f3bd2[_0x3bd5e2(0x23f)](appendTesthubParams,_0x19faf4,_0x24966b,_0x149cb7,FRAMEWORKS[_0x3bd5e2(0x1aa)]);if(_0x2ce51a[_0x3bd5e2(0x16a)])[_0x19faf4[_0x3bd5e2(0x171)],_0x19faf4['name']]=[this[_0x3bd5e2(0x173)](_0x149cb7),_0x149cb7[_0x3bd5e2(0x196)][_0x3bd5e2(0x1d9)]['title']],_0x2ce51a[_0x3bd5e2(0x1a3)]?_0x2f3bd2[_0x3bd5e2(0x1c0)](_0x19faf4[_0x3bd5e2(0x222)],_0x2f3bd2[_0x3bd5e2(0x1e6)])&&(_0x19faf4[_0x3bd5e2(0x222)]=_0x2f3bd2[_0x3bd5e2(0x251)]):_0x19faf4[_0x3bd5e2(0x1fa)]={};else _0x2ce51a[_0x3bd5e2(0x1d9)]&&(this['mapTestHooks'](_0x149cb7),_0x2ce51a[_0x3bd5e2(0x221)]&&this['resetSkipTestHooks'](_0x149cb7),(_0x2ce51a['finished']||_0x2ce51a['skipped'])&&(_0x19faf4[_0x3bd5e2(0x1f7)]=this[_0x3bd5e2(0x234)](_0x149cb7)));this[_0x3bd5e2(0x207)]&&(_0x2ce51a[_0x3bd5e2(0x1fe)]||_0x2ce51a[_0x3bd5e2(0x221)])&&(_0x19faf4[_0x2f3bd2[_0x3bd5e2(0x18a)]]=this['getCBTInfo'](this[_0x3bd5e2(0x207)]));_0x2ce51a[_0x3bd5e2(0x1d9)]&&_0x2ce51a[_0x3bd5e2(0x1a3)]&&_0x149cb7[_0x3bd5e2(0x1c5)]&&(_0x19faf4[_0x2f3bd2[_0x3bd5e2(0x17f)]]={'feature':{'name':_0x149cb7[_0x3bd5e2(0x1f2)]['feature'][_0x3bd5e2(0x1b6)],'path':_0x19faf4['file_name'],'description':_0x149cb7[_0x3bd5e2(0x1f2)][_0x3bd5e2(0x1d6)]},'scenario':{'name':_0x149cb7[_0x3bd5e2(0x1d1)]},'steps':_0x149cb7[_0x3bd5e2(0x1c5)]});const _0x5bae78=_0x19faf4[_0x2f3bd2[_0x3bd5e2(0x1a0)]][0x0];_0x5bae78&&(_0x19faf4[_0x2f3bd2[_0x3bd5e2(0x198)]]=_0x5bae78[_0x2f3bd2['oCRRy']],_0x19faf4[_0x2f3bd2[_0x3bd5e2(0x236)]]=_0x5bae78[_0x2f3bd2['eYFmF']]);if(_0x149cb7[_0x3bd5e2(0x1c5)])for(const _0x29cdcd of _0x149cb7[_0x3bd5e2(0x1c5)]){!_0x29cdcd['finished_at']&&(_0x29cdcd[_0x3bd5e2(0x229)]=new Date()['toISOString'](),_0x2f3bd2[_0x3bd5e2(0x1dc)](_0x29cdcd[_0x3bd5e2(0x222)],_0x2f3bd2[_0x3bd5e2(0x20c)])&&(_0x5bae78?(_0x29cdcd[_0x3bd5e2(0x222)]=_0x2f3bd2[_0x3bd5e2(0x1e6)],_0x29cdcd[_0x3bd5e2(0x1a1)]=_0x5bae78[_0x2f3bd2[_0x3bd5e2(0x208)]][0x0]):_0x29cdcd[_0x3bd5e2(0x222)]=_0x2f3bd2[_0x3bd5e2(0x251)]));}const _0x4933a3={};_0x4933a3['event_type']=_0x2ce51a[_0x3bd5e2(0x221)]?TEST_EVENTS[_0x3bd5e2(0x1af)]:_0x24966b;const _0x2196ef=_0x4933a3;return _0x2ce51a[_0x3bd5e2(0x16a)]?_0x2196ef[_0x2f3bd2['oAbtE']]=_0x19faf4:_0x2196ef[_0x2f3bd2[_0x3bd5e2(0x259)]]=_0x19faf4,_0x2196ef;}catch(_0x5f496e){logger[_0x3bd5e2(0x214)]('Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0x24966b+_0x3bd5e2(0x211)+_0x5f496e);}}async[a4_0x596cd5(0x179)](_0x4662db,_0x49091d){const _0x2a6f05=a4_0x596cd5;if(!this[_0x2a6f05(0x19f)]||!_0x49091d||!_0x4662db)return![];try{return await SessionHandler[_0x2a6f05(0x241)](_0x49091d);}catch(_0x4567f8){logger[_0x2a6f05(0x214)]('Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20'+_0x4662db+_0x2a6f05(0x211)+_0x4567f8);}}[a4_0x596cd5(0x1f9)](_0x2094d2){const _0x284493=a4_0x596cd5,_0x339891={};_0x339891[_0x284493(0x20d)]=_0x284493(0x1a6);const _0x3b028c=_0x339891;return{'id':_0x2094d2[_0x284493(0x182)],'text':_0x2094d2['text'],'keyword':_0x2094d2['keyword'],'started_at':_0x2094d2[_0x284493(0x1c6)][_0x284493(0x23c)](),'result':_0x3b028c[_0x284493(0x20d)]};}[a4_0x596cd5(0x1e8)](_0x556b1e){const _0x4e29e6=a4_0x596cd5,_0xc9dcba={'TtbpK':function(_0x29981b){return _0x29981b();}};!this[_0x4e29e6(0x239)]['bddSteps']&&(this[_0x4e29e6(0x239)][_0x4e29e6(0x1c5)]=[]),!_0x556b1e[_0x4e29e6(0x182)]&&(_0x556b1e[_0x4e29e6(0x182)]=_0xc9dcba[_0x4e29e6(0x1ea)](uuidv4),_0x556b1e[_0x4e29e6(0x1c6)]=new Date(),this[_0x4e29e6(0x239)][_0x4e29e6(0x1c5)][_0x4e29e6(0x19e)](this[_0x4e29e6(0x1f9)](_0x556b1e)));}[a4_0x596cd5(0x1bc)](_0x4fe3d7){const _0x580685=a4_0x596cd5,_0x4a6fab={'PMwSJ':function(_0x2d31a7,_0x1d3941){return _0x2d31a7(_0x1d3941);},'jhUnj':_0x580685(0x24f),'zHlwb':_0x580685(0x1a6),'JTsAh':_0x580685(0x16d),'HakZf':function(_0x34ad41,_0x352b88){return _0x34ad41-_0x352b88;}};let _0x3db34b=this[_0x580685(0x239)]['bddSteps'][_0x580685(0x21b)](_0x429cf1=>_0x429cf1['id']===_0x4fe3d7['stepAnalyticsId']);_0x4a6fab['PMwSJ'](isUndefined,_0x3db34b)&&(_0x3db34b=this[_0x580685(0x1f9)](_0x4fe3d7)),_0x3db34b[_0x580685(0x222)]=[_0x4a6fab[_0x580685(0x194)],_0x4a6fab['zHlwb']][_0x580685(0x1ec)](_0x4fe3d7[_0x580685(0x210)])?_0x4a6fab[_0x580685(0x23b)]:_0x4fe3d7[_0x580685(0x210)],_0x3db34b['finished_at']=new Date()['toISOString'](),_0x3db34b[_0x580685(0x1ca)]=_0x4a6fab[_0x580685(0x1a7)](Date[_0x580685(0x1a5)](),_0x4fe3d7[_0x580685(0x1c6)][_0x580685(0x245)]()),_0x3db34b[_0x580685(0x1a1)]=_0x4fe3d7[_0x580685(0x1ae)]?_0x4fe3d7[_0x580685(0x1ae)]['message']:null;}}const a4_0x4482cc={};a4_0x4482cc[a4_0x596cd5(0x1b1)]=O11yHelper,a4_0x4482cc[a4_0x596cd5(0x240)]=STATE_PASSED,a4_0x4482cc['STATE_FAILED']=STATE_FAILED,a4_0x4482cc['TEST_EVENTS']=TEST_EVENTS,module['exports']=a4_0x4482cc;
|
|
1
|
+
function a4_0x27b1(){const _0x1aa114=['ZrZJC','../../helpers/test-observability/requestQueueHandler','bddStepFinish','NWviD','kpTeE','CODECEPT','stepAnalyticsId','prototype','skipped','start','8XywTmn','patchConsoleLogger','find','feature','started','BROWSERSTACK','Failed\x20to\x20parse\x20wsendpoint\x20','_paths','../mocha/test-observability/mochaUtils','winstonLogger','failed\x20to\x20get\x20root\x20parent\x20file\x20','Qonfv','JUtrU','getCBTInfo','TEST_RUN_FINISHED','WijUF','fullTitle','xIStZ','../../helpers/testhub/utils.js','hookAnalyticsId','LITfb','captureEvent','text','push','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','../playwright/sessionDetails','yjHro','../../helpers/logger','TABVw','NUULf','LAxuj','backtrace','setupBrowserDetails','39279760fNVckJ','mapTestHooks','currentTest','browserstack','tags','toString','failure_reason_expanded','PathHelper','PLAYWRIGHT_HUB_URL','failure_backtrace','XBnUW','hook_run','findGitConfig','uuid','klyYP','defineProperty','appendTestItemLog','534376CDXzTP','errorsDetailed','join','inspect','markedStatus','wsEndpoint','bs:addLog:','eyrKc','file_name','keyword','13758bIqcnI','VcvkQ','config','STATE_PASSED','startedAt','getHookType','passed','GmuRX','failureData','ehGHf','test_run','finished_at','ctx','ZLsxt','LogCreated','enabled','../../helpers/test-observability/constants','xJQWN','nTDYO','hook_run_uuid','rGSvu','TEST_EVENTS','SvZOb','bind','parent','TestRunFinished','connect','mXGRL','_testEnv','integrations','MeHQm','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','body','DnNZH','getRootParentFile','TestRunStarted','statSync','_beforeEach','comment','launch','debug','status','HookRunFinished','gDuVp','TEST_RUN_STARTED','\x20with\x20error\x20:\x20','failure','qVDss','uploadEventData','File\x20path\x20could\x20not\x20be\x20found','AeRPR','event_type','_beforeAll','sPOZm','constructor','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','duration','hook','type','nlcRL','tlMou','OPvsc','file','getFailureType','iPUOx','hook_type','expanded','JBHxk','O11yHelper','hooks','string','jCRqU','oBMDJ','title','OOVoa','joHGO','groups','logs','TEST_REPORTING_ANALYTICS','frameworkName','toUpperCase','../../helpers/test-observability/utils','yjQba','__cloud_provider___','oJmYZ','../playwright/accessibility-helper','EsFrK','initializeBddStep','BssaF','12TlLgWc','apply','currentHook','GOfwC','testAnalyticsId','2599896lVvUGJ','uyLGw','pending','mpPxu','pid','meta','hognI','length','ROGKT','sCJMC','then','location_prefix','HOOK_RUN_STARTED','includes','dirname','2170gxqtLM','yqwMo','toLowerCase','EclOK','GgpZT','DyunD','err','result','Playwright','CBTSessionCreated','retryOf','shutdown','ZGxsc','DzOLU','jGtyJ','VKgRK','stop','_afterEach','javascript','GcmMt','now','736068JYNVTn','obsBrowserTypeMockApplied','zOKDa','stringify','343365UvvPGT','VexTN','match','message','resetSkipTestHooks','test_run_uuid','lib','pyVzs','success','ZyiEV','failed','browserType.js','uIshf','oVJUv','0|2|5|4|1|3','bddSteps','EEdtE','__platformCaps','cwd','../../helpers/helper','getInstance','exports','KBtJI','../utils/constants','../../helpers/test-observability/sessionHandler','connectOverCDP','split','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','zliWf','toISOString','finished','relative','name','wTags','Not\x20able\x20to\x20import\x20Browser','MSqlZ','fireEvent','uTSyr','util','forEach','prefixTestPath','driver','test','dCOhS','getHierarchy','getHooksForTest','ealQL','2358243FKEUAR','vXHgY'];a4_0x27b1=function(){return _0x1aa114;};return a4_0x27b1();}const a4_0x3f6d97=a4_0x3a02;(function(_0x1f7d84,_0x1f4483){const _0x5bf07c=a4_0x3a02,_0x47e3ff=_0x1f7d84();while(!![]){try{const _0x32db2e=-parseInt(_0x5bf07c(0x115))/0x1+parseInt(_0x5bf07c(0x178))/0x2*(-parseInt(_0x5bf07c(0xa4))/0x3)+-parseInt(_0x5bf07c(0x17d))/0x4+-parseInt(_0x5bf07c(0xa8))/0x5+parseInt(_0x5bf07c(0x11f))/0x6*(-parseInt(_0x5bf07c(0x18c))/0x7)+parseInt(_0x5bf07c(0xe3))/0x8*(parseInt(_0x5bf07c(0xd7))/0x9)+parseInt(_0x5bf07c(0x104))/0xa;if(_0x32db2e===_0x1f4483)break;else _0x47e3ff['push'](_0x47e3ff['shift']());}catch(_0x42f4d5){_0x47e3ff['push'](_0x47e3ff['shift']());}}}(a4_0x27b1,0xb815e));const path=require('path'),fs=require('fs'),{v4:uuidv4}=require(a4_0x3f6d97(0x111)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x3f6d97(0xbb)),testOpsHelper=require(a4_0x3f6d97(0x170)),{getTestEnv}=require(a4_0x3f6d97(0xeb)),{FRAMEWORKS}=require(a4_0x3f6d97(0x12f)),logger=require(a4_0x3f6d97(0xfe))[a4_0x3f6d97(0xec)],SessionHandler=require(a4_0x3f6d97(0xc0)),RequestQueueHandler=require(a4_0x3f6d97(0xda)),PlaywrightSessionDetails=require(a4_0x3f6d97(0xfc)),debug=testOpsHelper['debug'],{processAccessibilityCaps}=require(a4_0x3f6d97(0x174)),Constants=require(a4_0x3f6d97(0xbf)),{fetchPlatformDetails}=require('./helper.js'),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x3f6d97(0xf5)),constants=require(a4_0x3f6d97(0xbf)),STATE_PASSED=a4_0x3f6d97(0x125),STATE_FAILED='failed',a4_0x26a402={};a4_0x26a402[a4_0x3f6d97(0x14b)]=a4_0x3f6d97(0x142),a4_0x26a402['TEST_RUN_FINISHED']=a4_0x3f6d97(0x138),a4_0x26a402['TEST_RUN_SKIPPED']='TestRunSkipped',a4_0x26a402[a4_0x3f6d97(0x189)]='HookRunStarted',a4_0x26a402['HOOK_RUN_FINISHED']=a4_0x3f6d97(0x149);const TEST_EVENTS=a4_0x26a402,parseEvent=_0x386c6f=>{const _0x2a48c1=a4_0x3f6d97,_0x539028={};_0x539028[_0x2a48c1(0xa6)]=function(_0x456270,_0x5604aa){return _0x456270<_0x5604aa;},_0x539028[_0x2a48c1(0xff)]=function(_0x9b7718,_0xbe1bbb){return _0x9b7718===_0xbe1bbb;},_0x539028[_0x2a48c1(0xcd)]='test',_0x539028[_0x2a48c1(0x12c)]=_0x2a48c1(0x158),_0x539028['sPOZm']=function(_0x1febeb,_0x25b4da){return _0x1febeb===_0x25b4da;},_0x539028['dCOhS']=_0x2a48c1(0xe1),_0x539028[_0x2a48c1(0xf2)]=function(_0x48a357,_0x39510c){return _0x48a357===_0x39510c;},_0x539028[_0x2a48c1(0xcb)]=_0x2a48c1(0xe7),_0x539028[_0x2a48c1(0xee)]=_0x2a48c1(0xc6);const _0x5bca76=_0x539028,_0xb893b2=_0x386c6f[_0x2a48c1(0xaa)](/^(.*)Run(.*)$/);if(!_0xb893b2)return null;if(_0x5bca76[_0x2a48c1(0xa6)](_0xb893b2[_0x2a48c1(0x184)],0x3))return null;const _0x1733bb=_0xb893b2[0x1]['toLowerCase'](),_0x4dfe21=_0xb893b2[0x2][_0x2a48c1(0x18e)]();return{'test':_0x5bca76[_0x2a48c1(0xff)](_0x1733bb,_0x5bca76[_0x2a48c1(0xcd)]),'hook':_0x5bca76[_0x2a48c1(0xff)](_0x1733bb,_0x5bca76['ZLsxt']),'skipped':_0x5bca76[_0x2a48c1(0x154)](_0x4dfe21,_0x5bca76[_0x2a48c1(0xd3)]),'started':_0x5bca76['WijUF'](_0x4dfe21,_0x5bca76['MSqlZ']),'finished':_0x5bca76[_0x2a48c1(0x154)](_0x4dfe21,_0x5bca76[_0x2a48c1(0xee)])};},mockPWBrowserType=_0x3c97b0=>{const _0x100388=a4_0x3f6d97,_0x52d625={'pyVzs':function(_0x102f87,_0x235779){return _0x102f87===_0x235779;},'LWDIA':_0x100388(0x165),'XBnUW':function(_0x79e0ab,_0x14b677,_0x56d4a2){return _0x79e0ab(_0x14b677,_0x56d4a2);},'icQEH':_0x100388(0x11a),'qVDss':function(_0x4a4cf3,_0x59c762){return _0x4a4cf3(_0x59c762);},'DnNZH':_0x100388(0x107),'sCJMC':function(_0xadae16,_0x151209){return _0xadae16(_0x151209);},'ubrAJ':_0x100388(0xae),'JUtrU':'client','iPUOx':_0x100388(0xb3),'zKSDD':function(_0x5c2d41,_0x302b73){return _0x5c2d41(_0x302b73);},'VKgRK':_0x100388(0xca),'WLJup':_0x100388(0x139),'GOfwC':_0x100388(0x146)},_0x2ef365=path[_0x100388(0x117)](_0x52d625['ubrAJ'],_0x52d625[_0x100388(0xef)],_0x52d625[_0x100388(0x15f)]),_0x51abaa=_0x52d625['sCJMC'](importFileFromPWCore,_0x2ef365);if(!_0x51abaa){_0x52d625['zKSDD'](debug,_0x52d625[_0x100388(0x19b)]);return;}const _0x235a30=_0x51abaa['BrowserType'],_0x1203ad=_0x235a30[_0x100388(0xe0)];if(_0x1203ad[_0x100388(0xa5)])return;const _0x679d8c=_0x1203ad['connect'];Object[_0x100388(0x113)](_0x1203ad,_0x52d625['WLJup'],{'get':function(){return async function _0x482a96(_0x353248,_0x3258eb){const _0xe594e9=a4_0x3a02,_0x3ab9d6={'AeRPR':function(_0x152da8,_0x4b6380){const _0xa14a89=a4_0x3a02;return _0x52d625[_0xa14a89(0xaf)](_0x152da8,_0x4b6380);},'ZyiEV':_0x52d625['LWDIA']},_0x4b6480=_0x52d625[_0xe594e9(0x10e)](nestedKeyValue,_0x353248,[_0x52d625['icQEH']])||_0x353248;let _0x353489=null,_0x82f766=null;try{[_0x82f766,_0x353489]=_0x4b6480?_0x52d625[_0xe594e9(0x14e)](parseWSEndpoint,_0x4b6480):[null,null],global[_0xe594e9(0xb9)]=_0x353489,logger['debug'](_0xe594e9(0x156)+_0x82f766),_0x82f766['includes'](Constants[_0xe594e9(0xe8)])&&(global[_0xe594e9(0x172)]=_0x52d625[_0xe594e9(0x140)]);}catch(_0x119c10){logger[_0xe594e9(0x147)](_0xe594e9(0xe9)+_0x4b6480+'\x20'+_0x119c10);}_0x52d625[_0xe594e9(0x10e)](processAccessibilityCaps,_0x353489,_0x82f766);if(global['accessibilityPlatform']){const _0x457915=await _0x1203ad[_0xe594e9(0xc1)][_0xe594e9(0x179)](this,[''+Constants[_0xe594e9(0x10c)]+_0x52d625[_0xe594e9(0x186)](encodeURIComponent,JSON[_0xe594e9(0xa7)](_0x353489))]);return PlaywrightSessionDetails[_0xe594e9(0x103)](_0x457915,_0x3c97b0,_0x4b6480),_0x457915;}return _0x679d8c[_0xe594e9(0x179)](this,arguments)['then'](_0x477777=>{const _0x493bc2=_0xe594e9;let _0x585854=_0x353248[_0x493bc2(0x11a)];return _0x3ab9d6[_0x493bc2(0x151)](typeof _0x353248,_0x3ab9d6[_0x493bc2(0xb1)])&&(_0x585854=_0x353248),PlaywrightSessionDetails[_0x493bc2(0x103)](_0x477777,_0x3c97b0,_0x585854),_0x477777;});};}});const _0x433039=_0x1203ad[_0x100388(0x146)];Object[_0x100388(0x113)](_0x1203ad,_0x52d625[_0x100388(0x17b)],{'get':function(){return async function _0x1af46c(){const _0x2853df=a4_0x3a02;return _0x433039[_0x2853df(0x179)](this,arguments)[_0x2853df(0x187)](_0x56d800=>{return PlaywrightSessionDetails['setupBrowserDetails'](_0x56d800,null),_0x56d800;});};}});};class O11yHelper{[a4_0x3f6d97(0x106)]=null;[a4_0x3f6d97(0x17a)]=null;[a4_0x3f6d97(0x12e)]=![];[a4_0x3f6d97(0x16e)]=![];constructor(_0x5a2555,_0x24a5ea){const _0xd3b41f=a4_0x3f6d97,_0xd1c142={'Oaqdz':_0xd3b41f(0xb6),'MeHQm':function(_0x4d43fe){return _0x4d43fe();},'ehGHf':function(_0x170088,_0x1cabe2){return _0x170088===_0x1cabe2;},'EclOK':_0xd3b41f(0x194),'oBMDJ':function(_0x2c7358,_0x473077){return _0x2c7358(_0x473077);}},_0x20939a=_0xd1c142['Oaqdz'][_0xd3b41f(0xc2)]('|');let _0x4174b6=0x0;while(!![]){switch(_0x20939a[_0x4174b6++]){case'0':this[_0xd3b41f(0x12e)]=_0xd1c142[_0xd3b41f(0x13d)](shouldProcessEventForTesthub);continue;case'1':this[_0xd3b41f(0xea)]=new testOpsHelper[(_0xd3b41f(0x10b))]({'cwd':process[_0xd3b41f(0xba)]()},this[_0xd3b41f(0x13b)][_0xd3b41f(0x188)]);continue;case'2':this[_0xd3b41f(0x16e)]=_0x24a5ea[_0xd3b41f(0x16e)];continue;case'3':this['driver']&&_0xd1c142[_0xd3b41f(0x128)](this[_0xd3b41f(0xd1)][_0xd3b41f(0x155)]['name'],_0xd1c142[_0xd3b41f(0x18f)])&&_0xd1c142[_0xd3b41f(0x167)](mockPWBrowserType,null);continue;case'4':this[_0xd3b41f(0x13b)]=_0xd1c142[_0xd3b41f(0x13d)](getTestEnv);continue;case'5':this[_0xd3b41f(0xd1)]=_0x5a2555;continue;}break;}}[a4_0x3f6d97(0xe2)](){const _0xa89acc=a4_0x3f6d97;if(!this['enabled'])return;testOpsHelper[_0xa89acc(0xe4)](),process['removeAllListeners'](_0xa89acc(0x11b)+process[_0xa89acc(0x181)]),process['on'](_0xa89acc(0x11b)+process[_0xa89acc(0x181)],this[_0xa89acc(0x114)][_0xa89acc(0x136)](this));}async[a4_0x3f6d97(0x19c)](){const _0x4b5809=a4_0x3f6d97;await RequestQueueHandler[_0x4b5809(0xbc)]()[_0x4b5809(0x197)]();}async[a4_0x3f6d97(0x114)](_0x432971){const _0x414778=a4_0x3f6d97,_0x1ab24c={'ZrZJC':_0x414778(0x12d),'VexTN':function(_0x299b0d,_0x46829e){return _0x299b0d(_0x46829e);}};try{this[_0x414778(0x17a)]&&!this[_0x414778(0x17a)][_0x414778(0x119)]&&(_0x432971[_0x414778(0x132)]=this[_0x414778(0x17a)][_0x414778(0xf6)]);!_0x432971[_0x414778(0x132)]&&this[_0x414778(0x106)]&&!this[_0x414778(0x106)][_0x414778(0x119)]&&(_0x432971[_0x414778(0xad)]=this[_0x414778(0x106)][_0x414778(0x17c)]);if(_0x432971[_0x414778(0x132)]||_0x432971[_0x414778(0xad)]){const _0x599c21={};_0x599c21['event_type']=_0x1ab24c[_0x414778(0xd9)],_0x599c21[_0x414778(0x16c)]=[_0x432971],await SessionHandler['uploadEventData'](_0x599c21);}}catch(_0xf19752){_0x1ab24c[_0x414778(0xa9)](debug,_0x414778(0x13e)+constants[_0x414778(0x16d)]+'\x20with\x20error\x20:\x20'+_0xf19752);}}async['sendCBTInfo'](_0x52d3d3){const _0xdea453=a4_0x3f6d97,_0x369c99={'UFAxD':_0xdea453(0x195),'GgpZT':function(_0x21c52f,_0x57a816){return _0x21c52f(_0x57a816);}};if(!this['enabled'])return;const _0x5ce6cb=this[_0xdea453(0xf0)](this[_0xdea453(0xd1)]);try{const _0x46876e={};_0x46876e[_0xdea453(0x111)]=_0x52d3d3,_0x46876e[_0xdea453(0x13c)]=_0x5ce6cb;const _0x51b618=_0x46876e,_0x2fe89a={};_0x2fe89a[_0xdea453(0x152)]=_0x369c99['UFAxD'],_0x2fe89a[_0xdea453(0x129)]=_0x51b618,await SessionHandler[_0xdea453(0x14f)](_0x2fe89a);}catch(_0x48abc4){_0x369c99[_0xdea453(0x190)](debug,_0xdea453(0xc3)+constants[_0xdea453(0x16d)]+_0xdea453(0x14c)+_0x48abc4);}}[a4_0x3f6d97(0xf0)](_0x39c5ce){const _0x2996da=a4_0x3f6d97,_0x766fec={'NWviD':function(_0x1ea402,_0x257579){return _0x1ea402(_0x257579);}};return _0x766fec[_0x2996da(0xdc)](fetchPlatformDetails,_0x39c5ce);}[a4_0x3f6d97(0xac)]=_0x21b941=>{const _0x287f2b=a4_0x3f6d97,_0x2df615={};_0x2df615[_0x287f2b(0x16a)]='_beforeEach',_0x2df615[_0x287f2b(0x162)]=_0x287f2b(0x19d);const _0x1dd9e9=_0x2df615;if(!_0x21b941||!_0x21b941[_0x287f2b(0x137)])return;[_0x1dd9e9[_0x287f2b(0x16a)],_0x1dd9e9[_0x287f2b(0x162)]][_0x287f2b(0xcf)](_0x3ff49a=>{const _0x488bf3=_0x287f2b,_0xa2f638=_0x21b941[_0x488bf3(0x137)][_0x3ff49a];_0xa2f638[_0x488bf3(0xcf)](_0x24264d=>{const _0x464b9b=_0x488bf3;_0x24264d[_0x464b9b(0xf6)]&&(_0x24264d[_0x464b9b(0xf6)]=null);});});};[a4_0x3f6d97(0x105)](_0x38fda0){const _0x4f37ff=a4_0x3f6d97,_0x593328={'Biyyx':'codeceptjs','tlMou':function(_0x5c3f11){return _0x5c3f11();},'nTDYO':function(_0x5a67c3,_0x636eac){return _0x5a67c3===_0x636eac;},'kpTeE':_0x4f37ff(0x19d),'aDcWM':function(_0x4a57a6){return _0x4a57a6();},'gkhnM':_0x4f37ff(0x153),'wTags':'_afterAll','BssaF':'_beforeEach'};if(!_0x38fda0||!_0x38fda0['parent'])return;[_0x593328['gkhnM'],_0x593328[_0x4f37ff(0xc9)],_0x593328[_0x4f37ff(0x177)],_0x593328[_0x4f37ff(0xdd)]][_0x4f37ff(0xcf)](_0x160852=>{const _0x46062e=_0x4f37ff,_0x4e020c=_0x38fda0[_0x46062e(0x137)][_0x160852]||[];_0x4e020c[_0x46062e(0xcf)](_0x211548=>{const _0x1b77e4=_0x46062e;if(_0x211548[_0x1b77e4(0x168)]['includes'](_0x593328['Biyyx']))return;if(!_0x211548[_0x1b77e4(0xf6)])_0x211548[_0x1b77e4(0xf6)]=_0x593328[_0x1b77e4(0x15b)](uuidv4);else _0x211548[_0x1b77e4(0x119)]&&_0x593328[_0x1b77e4(0x131)](_0x160852,_0x593328[_0x1b77e4(0xdd)])&&(_0x211548[_0x1b77e4(0xf6)]=_0x593328['aDcWM'](uuidv4),delete _0x211548[_0x1b77e4(0x119)]);});}),this['mapTestHooks'](_0x38fda0[_0x4f37ff(0x137)]);}[a4_0x3f6d97(0xd5)](_0x5c0b3b){const _0x377682=a4_0x3f6d97,_0x1affa9={};_0x1affa9[_0x377682(0x14a)]='_beforeAll',_0x1affa9[_0x377682(0xbe)]='_afterAll',_0x1affa9[_0x377682(0x19a)]=_0x377682(0x144),_0x1affa9[_0x377682(0xd8)]=_0x377682(0x19d);const _0x499965=_0x1affa9;if(!_0x5c0b3b||!_0x5c0b3b[_0x377682(0x137)])return[];const _0x5d2003=[];return[_0x499965[_0x377682(0x14a)],_0x499965['KBtJI'],_0x499965[_0x377682(0x19a)],_0x499965[_0x377682(0xd8)]][_0x377682(0xcf)](_0x25a7dc=>{const _0x20154e=_0x377682,_0x4a5e7a=_0x5c0b3b[_0x20154e(0x137)][_0x25a7dc]||[];_0x4a5e7a[_0x20154e(0xcf)](_0x18ac8d=>{const _0x3fc487=_0x20154e;_0x18ac8d['hookAnalyticsId']&&_0x5d2003['push'](_0x18ac8d[_0x3fc487(0xf6)]);});}),[]['concat'](_0x5d2003,this[_0x377682(0xd5)](_0x5c0b3b['parent']));}[a4_0x3f6d97(0x124)](_0x4f890f){const _0x125d2e=a4_0x3f6d97,_0x28db39=/^"(?<hook>.*)" hook:.*$/,_0x14f005=_0x4f890f[_0x125d2e(0x168)],_0x62b8a2=_0x14f005[_0x125d2e(0xaa)](_0x28db39);if(_0x62b8a2&&_0x62b8a2['groups'])return _0x62b8a2[_0x125d2e(0x16b)][_0x125d2e(0x158)][_0x125d2e(0x16f)]()['replace']('\x20','_');return null;}[a4_0x3f6d97(0x110)](_0x373be6){const _0xb95091=a4_0x3f6d97,_0x31b3bb={};_0x31b3bb[_0xb95091(0x15a)]=function(_0x2ff4b3,_0x413f34){return _0x2ff4b3===_0x413f34;},_0x31b3bb[_0xb95091(0x198)]=function(_0x22d8c5,_0x3442fc){return _0x22d8c5===_0x3442fc;},_0x31b3bb[_0xb95091(0xb5)]=function(_0x4183da,_0x3c41d6){return _0x4183da===_0x3c41d6;},_0x31b3bb[_0xb95091(0x185)]='.git',_0x31b3bb[_0xb95091(0x15c)]=_0xb95091(0x121);const _0xb5f5af=_0x31b3bb,_0x12acdf=path['sep'];if(_0xb5f5af[_0xb95091(0x15a)](_0x373be6,null)||_0xb5f5af['ZGxsc'](_0x373be6,'')||_0xb5f5af['ZGxsc'](_0x373be6,_0x12acdf)||_0xb5f5af[_0xb95091(0xb5)](_0x373be6,path['dirname'](_0x373be6)))return null;try{return fs[_0xb95091(0x143)](path[_0xb95091(0x117)](_0x373be6,_0xb5f5af['ROGKT'],_0xb5f5af[_0xb95091(0x15c)])),_0x373be6;}catch(_0x2ae0cb){const _0x472550=path[_0xb95091(0x18b)](_0x373be6);return this[_0xb95091(0x110)](_0x472550);}}['getRootParentFile'](_0x5be80b){const _0xf165ed=a4_0x3f6d97,_0x2a472e={};_0x2a472e['VcvkQ']=function(_0x1439d4,_0x1e25c5){return _0x1439d4>_0x1e25c5;};const _0x1473c9=_0x2a472e;if(_0x5be80b[_0xf165ed(0x15d)])return _0x5be80b[_0xf165ed(0x15d)];if(_0x5be80b[_0xf165ed(0x12b)]){const _0x3e0790=_0x5be80b[_0xf165ed(0x12b)]['currentTest']?this['getRootParentFile'](_0x5be80b['ctx'][_0xf165ed(0x106)]):null;if(_0x3e0790)return _0x3e0790;}if(_0x5be80b[_0xf165ed(0x137)]){const _0xb97748=this[_0xf165ed(0x141)](_0x5be80b[_0xf165ed(0x137)])||(_0x5be80b['parent'][_0xf165ed(0x12b)]&&_0x5be80b[_0xf165ed(0x137)][_0xf165ed(0x12b)][_0xf165ed(0x106)]?this[_0xf165ed(0x141)](_0x5be80b['parent']['ctx'][_0xf165ed(0x106)]):null);if(_0xb97748)return _0xb97748;_0x5be80b[_0xf165ed(0x137)]['suites']&&_0x1473c9[_0xf165ed(0x120)](_0x5be80b[_0xf165ed(0x137)]['suites'][_0xf165ed(0x184)],0x0)&&_0x5be80b['parent']['suites'][_0xf165ed(0xcf)](_0x2cafbb=>{const _0x4e71ed=_0xf165ed,_0x28347b=_0x2cafbb[_0x4e71ed(0x12b)]?this[_0x4e71ed(0x141)](_0x2cafbb[_0x4e71ed(0x12b)]):null;if(_0x28347b)return _0x28347b;});}return null;}['getHierarchy'](_0x39947b){const _0x11ec0d=a4_0x3f6d97,_0xb59f7c={};_0xb59f7c['fLfMe']=function(_0x1fb5e8,_0x58c18a){return _0x1fb5e8!==_0x58c18a;};const _0x95cdb6=_0xb59f7c,_0x3d8804=[];if(_0x39947b&&_0x39947b['parent']){let _0x1bb5f9=_0x39947b['parent'];while(_0x1bb5f9&&_0x95cdb6['fLfMe'](_0x1bb5f9[_0x11ec0d(0x168)],'')){_0x3d8804[_0x11ec0d(0xfa)](_0x1bb5f9[_0x11ec0d(0x168)]),_0x1bb5f9=_0x1bb5f9['parent'];}}return _0x3d8804;}[a4_0x3f6d97(0xf8)](_0x3974b6,_0x542be6,_0x4ecde8=undefined){const _0x570393=a4_0x3f6d97,_0xa39bc8={'DyunD':function(_0x31b003,_0x4a5bc2){return _0x31b003(_0x4a5bc2);},'zliWf':function(_0x2616e7){return _0x2616e7();},'hognI':function(_0x34c9ac){return _0x34c9ac();},'DzOLU':function(_0x4b8c2d,_0x30abad){return _0x4b8c2d(_0x30abad);},'JSrjI':_0x570393(0xce),'rGSvu':_0x570393(0x192),'klyYP':function(_0xf66652,_0x21f85a){return _0xf66652!==_0x21f85a;},'EsFrK':_0x570393(0x150),'oJmYZ':_0x570393(0x17f),'EEdtE':_0x570393(0xb2),'SvZOb':'passed','LAxuj':_0x570393(0xe1),'NUULf':_0x570393(0x19e),'GcmMt':function(_0x5e2d7d,_0x5b2c48){return _0x5e2d7d-_0x5b2c48;},'tfuMz':function(_0x2152ac,_0x13cf5b,_0x1c60a2,_0x25673e,_0x427912){return _0x2152ac(_0x13cf5b,_0x1c60a2,_0x25673e,_0x427912);},'xJQWN':_0x570393(0x13c),'eyrKc':_0x570393(0x182),'yqwMo':_0x570393(0x14d),'uyLGw':_0x570393(0x10d),'uIshf':_0x570393(0x102),'dQMwK':_0x570393(0x10a),'xIStZ':_0x570393(0x161),'GmuRX':function(_0x43fb62,_0x467b8e){return _0x43fb62===_0x467b8e;},'ealQL':_0x570393(0x10f),'LITfb':_0x570393(0x129)};if(!this[_0x570393(0x12e)])return;try{if(_0x542be6['fn']&&_0x542be6['fn'][_0x570393(0x109)]()[_0x570393(0xaa)](/browserstack internal helper hook/))return;const _0x24fc77=_0xa39bc8[_0x570393(0x191)](parseEvent,_0x3974b6);if(!_0x24fc77)return;if(_0x24fc77[_0x570393(0xd2)]){this[_0x570393(0x106)]=_0x542be6,this[_0x570393(0x17a)]=null;if(_0x24fc77[_0x570393(0xe7)]||_0x24fc77['skipped']){_0x542be6[_0x570393(0x123)]=new Date(),_0x542be6[_0x570393(0x119)]=![];if(!_0x542be6[_0x570393(0x17c)])_0x542be6[_0x570393(0x17c)]=_0xa39bc8[_0x570393(0xc4)](uuidv4);else _0x542be6[_0x570393(0x119)]&&(!_0x542be6[_0x570393(0x196)]&&(_0x542be6[_0x570393(0x196)]=_0x542be6['testAnalyticsId']),_0x542be6[_0x570393(0x17c)]=_0xa39bc8['zliWf'](uuidv4));}}else{if(_0x24fc77[_0x570393(0x158)]){this[_0x570393(0x17a)]=_0x542be6;if(_0x24fc77[_0x570393(0xe7)]){_0x542be6['startedAt']=new Date(),_0x542be6[_0x570393(0x119)]=![];if(!_0x542be6[_0x570393(0xf6)])_0x542be6[_0x570393(0xf6)]=_0xa39bc8[_0x570393(0x183)](uuidv4);else _0x542be6[_0x570393(0xf6)]&&_0x542be6['markedStatus']&&(_0x542be6[_0x570393(0xf6)]=_0xa39bc8[_0x570393(0x183)](uuidv4));}}}if(_0x24fc77['finished']&&_0x542be6['markedStatus'])return;let _0x42dedc;try{_0x42dedc=this[_0x570393(0x141)](_0x542be6);}catch(_0x275d3f){logger[_0x570393(0x147)](_0x570393(0xed)+_0x275d3f),_0x42dedc=null;}const _0x2926b2=_0xa39bc8[_0x570393(0x199)](require,_0xa39bc8['JSrjI']);let _0x326852=[];_0x4ecde8&&(_0x326852=[_0x4ecde8,_0xa39bc8[_0x570393(0x133)]]);const _0x1737c6=_0xa39bc8[_0x570393(0x112)](_0x542be6[_0x570393(0x116)],undefined)?_0x2926b2[_0x570393(0x118)](_0x542be6[_0x570393(0x116)][0x0]):_0xa39bc8[_0x570393(0x112)](_0x4ecde8,undefined)?_0x4ecde8[_0x570393(0x109)]():undefined,_0x243fbe=_0x42dedc?this[_0x570393(0x110)](_0x42dedc):null,_0x485ec5=_0x42dedc?this['_paths'][_0x570393(0xd0)](this[_0x570393(0x141)](_0x542be6)):_0xa39bc8[_0x570393(0x175)];let _0x3d74bf=_0xa39bc8[_0x570393(0x173)];const _0x4a2c6b=!_0x24fc77['started']?new Date()[_0x570393(0xc5)]():null;if(_0x24fc77['finished'])_0x3d74bf=_0x4ecde8?_0xa39bc8[_0x570393(0xb8)]:_0xa39bc8[_0x570393(0x135)],_0x542be6[_0x570393(0x119)]=!![];else _0x24fc77[_0x570393(0xe1)]&&(_0x3d74bf=_0xa39bc8[_0x570393(0x101)],_0x542be6['markedStatus']=!![]);const _0x55d711={'framework':this[_0x570393(0x16e)],'uuid':_0x542be6[_0x570393(0x17c)]||_0x542be6['hookAnalyticsId'],'name':_0x542be6['title'],'body':{'lang':_0xa39bc8[_0x570393(0x100)],'code':_0x542be6[_0x570393(0x13f)][_0x570393(0x109)]()},'type':_0x542be6[_0x570393(0x159)],'scope':_0x542be6[_0x570393(0xf3)](),'scopes':this[_0x570393(0xd4)](_0x542be6),'file_name':_0x485ec5,'vc_filepath':_0x243fbe?path[_0x570393(0xc7)](_0x243fbe,_0x42dedc):null,'location':_0x485ec5,'result':_0x3d74bf,'failure_reason':_0x1737c6,'duration_in_ms':_0x542be6['duration']||(_0x24fc77[_0x570393(0xc6)]||_0x24fc77[_0x570393(0xe1)])?_0xa39bc8[_0x570393(0x19f)](Date[_0x570393(0xa3)](),new Date(_0x542be6[_0x570393(0x123)])['getTime']()):null,'started_at':new Date(_0x542be6['startedAt'])['toISOString'](),'finished_at':_0x4a2c6b,'failure':testOpsHelper[_0x570393(0x127)][_0x570393(0x179)](null,_0x326852),'failure_type':!_0x1737c6?null:testOpsHelper[_0x570393(0x15e)](_0x1737c6),'retry_of':_0x542be6[_0x570393(0x196)]||null,'tags':_0x542be6[_0x570393(0x108)]||[],'customRerunParam':{'rerun_name':_0x542be6['fullTitle']()}};_0xa39bc8['tfuMz'](appendTesthubParams,_0x55d711,_0x3974b6,_0x542be6,FRAMEWORKS[_0x570393(0xde)]);if(_0x24fc77[_0x570393(0x158)])[_0x55d711[_0x570393(0x160)],_0x55d711[_0x570393(0xc8)]]=[this[_0x570393(0x124)](_0x542be6),_0x542be6[_0x570393(0x12b)][_0x570393(0xd2)][_0x570393(0x168)]],_0x24fc77[_0x570393(0xc6)]?_0xa39bc8[_0x570393(0x112)](_0x55d711[_0x570393(0x193)],_0xa39bc8[_0x570393(0xb8)])&&(_0x55d711[_0x570393(0x193)]=_0xa39bc8[_0x570393(0x135)]):_0x55d711[_0x570393(0x13f)]={};else _0x24fc77['test']&&(this[_0x570393(0x105)](_0x542be6),_0x24fc77['skipped']&&this[_0x570393(0xac)](_0x542be6),(_0x24fc77[_0x570393(0xc6)]||_0x24fc77['skipped'])&&(_0x55d711[_0x570393(0x164)]=this[_0x570393(0xd5)](_0x542be6)));this['driver']&&(_0x24fc77['started']||_0x24fc77[_0x570393(0xe1)])&&(_0x55d711[_0xa39bc8[_0x570393(0x130)]]=this[_0x570393(0xf0)](this[_0x570393(0xd1)]));_0x24fc77[_0x570393(0xd2)]&&_0x24fc77[_0x570393(0xc6)]&&_0x542be6[_0x570393(0xb7)]&&(_0x55d711[_0xa39bc8[_0x570393(0x11c)]]={'feature':{'name':_0x542be6[_0x570393(0x137)][_0x570393(0xe6)][_0x570393(0xc8)],'path':_0x55d711[_0x570393(0x11d)],'description':_0x542be6[_0x570393(0x137)][_0x570393(0x145)]},'scenario':{'name':_0x542be6[_0x570393(0x168)]},'steps':_0x542be6[_0x570393(0xb7)]});const _0x28ed2e=_0x55d711[_0xa39bc8[_0x570393(0x18d)]][0x0];_0x28ed2e&&(_0x55d711[_0xa39bc8[_0x570393(0x17e)]]=_0x28ed2e[_0xa39bc8['uIshf']],_0x55d711[_0xa39bc8['dQMwK']]=_0x28ed2e[_0xa39bc8[_0x570393(0xf4)]]);if(_0x542be6[_0x570393(0xb7)])for(const _0x3f61c7 of _0x542be6[_0x570393(0xb7)]){!_0x3f61c7[_0x570393(0x12a)]&&(_0x3f61c7[_0x570393(0x12a)]=new Date()[_0x570393(0xc5)](),_0xa39bc8[_0x570393(0x126)](_0x3f61c7[_0x570393(0x193)],_0xa39bc8['oJmYZ'])&&(_0x28ed2e?(_0x3f61c7[_0x570393(0x193)]=_0xa39bc8[_0x570393(0xb8)],_0x3f61c7[_0x570393(0x14d)]=_0x28ed2e[_0xa39bc8[_0x570393(0xb4)]][0x0]):_0x3f61c7[_0x570393(0x193)]=_0xa39bc8['SvZOb']));}const _0x250583={};_0x250583['event_type']=_0x24fc77['skipped']?TEST_EVENTS[_0x570393(0xf1)]:_0x3974b6;const _0x5f45a3=_0x250583;return _0x24fc77['hook']?_0x5f45a3[_0xa39bc8[_0x570393(0xd6)]]=_0x55d711:_0x5f45a3[_0xa39bc8[_0x570393(0xf7)]]=_0x55d711,_0x5f45a3;}catch(_0x738d7d){logger[_0x570393(0x147)]('Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0x3974b6+_0x570393(0x14c)+_0x738d7d);}}async[a4_0x3f6d97(0xcc)](_0x3ac0b4,_0x2c53cb){const _0x3830f1=a4_0x3f6d97;if(!this[_0x3830f1(0x12e)]||!_0x2c53cb||!_0x3ac0b4)return![];try{return await SessionHandler[_0x3830f1(0x14f)](_0x2c53cb);}catch(_0xd93840){logger[_0x3830f1(0x147)](_0x3830f1(0xfb)+_0x3ac0b4+_0x3830f1(0x14c)+_0xd93840);}}[a4_0x3f6d97(0x176)](_0x35240b){const _0xd0f04e=a4_0x3f6d97,_0x1234ac={};_0x1234ac[_0xd0f04e(0x180)]='pending';const _0x195037=_0x1234ac;return{'id':_0x35240b[_0xd0f04e(0xdf)],'text':_0x35240b[_0xd0f04e(0xf9)],'keyword':_0x35240b[_0xd0f04e(0x11e)],'started_at':_0x35240b['startedAt']['toISOString'](),'result':_0x195037['mpPxu']};}['bddStepStart'](_0x46710e){const _0x4d3bc8=a4_0x3f6d97,_0x193a5c={'yjHro':function(_0x2c2018){return _0x2c2018();}};!this['currentTest'][_0x4d3bc8(0xb7)]&&(this['currentTest'][_0x4d3bc8(0xb7)]=[]),!_0x46710e[_0x4d3bc8(0xdf)]&&(_0x46710e[_0x4d3bc8(0xdf)]=_0x193a5c[_0x4d3bc8(0xfd)](uuidv4),_0x46710e[_0x4d3bc8(0x123)]=new Date(),this[_0x4d3bc8(0x106)][_0x4d3bc8(0xb7)][_0x4d3bc8(0xfa)](this[_0x4d3bc8(0x176)](_0x46710e)));}[a4_0x3f6d97(0xdb)](_0x10833f){const _0x351a22=a4_0x3f6d97,_0x456cc2={'mXGRL':function(_0x5253e8,_0x2c425d){return _0x5253e8(_0x2c425d);},'jCRqU':_0x351a22(0xb0),'OOVoa':_0x351a22(0x17f),'yjQba':_0x351a22(0x125),'bUxVG':function(_0x354d16,_0x263c9b){return _0x354d16-_0x263c9b;}};let _0x27d9ca=this['currentTest']['bddSteps'][_0x351a22(0xe5)](_0x47fc97=>_0x47fc97['id']===_0x10833f[_0x351a22(0xdf)]);_0x456cc2[_0x351a22(0x13a)](isUndefined,_0x27d9ca)&&(_0x27d9ca=this[_0x351a22(0x176)](_0x10833f)),_0x27d9ca[_0x351a22(0x193)]=[_0x456cc2[_0x351a22(0x166)],_0x456cc2[_0x351a22(0x169)]][_0x351a22(0x18a)](_0x10833f['status'])?_0x456cc2[_0x351a22(0x171)]:_0x10833f[_0x351a22(0x148)],_0x27d9ca[_0x351a22(0x12a)]=new Date()['toISOString'](),_0x27d9ca[_0x351a22(0x157)]=_0x456cc2['bUxVG'](Date['now'](),_0x10833f['startedAt']['getTime']()),_0x27d9ca[_0x351a22(0x14d)]=_0x10833f[_0x351a22(0x192)]?_0x10833f[_0x351a22(0x192)][_0x351a22(0xab)]:null;}}function a4_0x3a02(_0x392f4a,_0xde8813){const _0x27b1e1=a4_0x27b1();return a4_0x3a02=function(_0x3a02bf,_0x2f0c5e){_0x3a02bf=_0x3a02bf-0xa3;let _0x5b7c3d=_0x27b1e1[_0x3a02bf];return _0x5b7c3d;},a4_0x3a02(_0x392f4a,_0xde8813);}const a4_0x29bb2b={};a4_0x29bb2b[a4_0x3f6d97(0x163)]=O11yHelper,a4_0x29bb2b[a4_0x3f6d97(0x122)]=STATE_PASSED,a4_0x29bb2b['STATE_FAILED']=STATE_FAILED,a4_0x29bb2b[a4_0x3f6d97(0x134)]=TEST_EVENTS,module[a4_0x3f6d97(0xbd)]=a4_0x29bb2b;
|