browserstack-node-sdk 1.40.5 → 1.40.7
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/browserstack.pw.yml.sample +1 -0
- package/browserstack.yml.sample +1 -0
- 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_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/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/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/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/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/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.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/processHelper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a1_0x5bd2b7=a1_0x5d70;function a1_0x2d4f(){const _0x178380=['enabled','YYEVj','test-skipped','iddSZ','TEST_SCREENSHOT','bRbTB','browserstackTestName','test-failed','GET_RESULTS_SUMMARY','bddStepFinish','testAnalyticsId','thJwtToken','csEPr','slice','SCdsM','dispatcher','UosoT','debug','Screenshot\x20path\x20not\x20found','21321QEhfov','35256HEbgUq','after','slEnV','initSaveScreenshot','ygjeh','start','overwriteCommand','end','codeceptjs/lib/index.js','PERFORM_SCAN','exports','4teHfvY','fireEvent','commandsToWrap','sgnwW','ZGUdG','721CkWxVY','hook-started','getAccessibilityResultsSummary','whCoq','name','codeceptjs','class','Element','measureWrapper','saveScreenshot','shouldWrapCommand','info','7744vpQvMu','WebDriver','add','./o11yHelper','TEST_LOG','test-after','cFNiy','helpers','SDK_PRE_TEST','skipped','Failed\x20to\x20execute\x20_before:\x20','then','thBuildUuid','BROWSERSTACK_TESTHUB_JWT','getResultsSummary','oDzis','DvHKf','captureError','stringify','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','xjQRf','SDK_PRE_INITIALIZE','lbggN','bddStep-after','../../helpers/test-observability/utils','all','util','hzYDw','2705046dAoNqG','filter','Performing\x20scan\x20for\x20','SSZsH','TEST_RUN_FINISHED','gjPbO','BS_TESTOPS_ALLOW_SCREENSHOTS','command','JjeVl','ctx','warn','./helper.js','qLGav','stopMonitoring','toISOString','atlJh','stop','RgdSB','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','readFileSync','__workerDetails','_before','OizJP','passed','tGOpV','GET_RESULTS','apply','../../helpers/logger','../../helpers/accessibility-automation/helper','rgpzC','SDK_POST_INITIALIZE','getResults','IBVaa','VaGoI','SDK_POST_TEST','saveTestResults','HOOK_RUN_FINISHED','browserstack_executor:\x20','Fvlsz','../../helpers/testhub/constants.js','bind','../../bin/playwright/sessionDetails','constructor','event','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','iGuOS','bddStep','skipSessionName','osnqm','TEST_RUN_STARTED','../../helpers/accessibility-automation/scripts','hookType','../../helpers/helper','wJPYg','COuMw','../../helpers/performance/performance-tester','4VjOGgN','hook','status','TestCafe','TEST_RUN_SKIPPED','yAHGK','eAVRt','call','thTestRunUuid','GVHpY','titlePath','208209CZpOfn','codeceptjs/lib/helper/WebDriver.js','JgWxP','YmJFU','failed','bs:addLog:','pUVnb','170iqHWsS','8004phQApg','INFO','jifSj','IyakT','qdyPH','arguments','ENV_VAR','BaujN','bstackAllyScanning','contexts','SESSION_NAME','1045345DTLmCI','browserStackExecuteDriver','hook-failed','trSmO','SESSION_STATUS','../../helpers/globals.js','restore','patchSaveScreenshot','jYzOK','action','afterTest','Suite','PgpOT','SDK_TEST','format','currentTest','Playwright','prototype','getSyncScript','uDvXX','WxdTt','obmvU','ugYQR','lhnkq','pid','browser','Xexwf','started','NWRuO','../../bin/playwright/accessibility-helper','hook-passed','executeScript','wZDwv','setGlobal','../../helpers/performance/constants','MxxfI','fojVc','GLIuh','accessibilityPlatform','before','getAccessibilityResults','SAVE_RESULTS','performScan','tClbT','1999566pFHzXX','fyhnh','cmGza','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','FpXwE','winstonLogger','bYrAr','test-before','__driver','catch','captureEvent','bddStep-before','env','comment','HodDo','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','EdEYN','wwuYD','codeceptjs/lib/helper/Playwright.js','title','Puppeteer','step-comment','forEach','codeceptjs/lib/utils.js','skipSessionStatus','DhQfb','emit','container','test','SDK_HOOK','__skipSessionStatus','codeceptjs/lib/recorder.js','diVbt'];a1_0x2d4f=function(){return _0x178380;};return a1_0x2d4f();}(function(_0x58c328,_0x138e7e){const _0x1d50e5=a1_0x5d70,_0x1c843b=_0x58c328();while(!![]){try{const _0x5aeeb8=-parseInt(_0x1d50e5(0x2b2))/0x1*(-parseInt(_0x1d50e5(0x2a7))/0x2)+parseInt(_0x1d50e5(0x202))/0x3+-parseInt(_0x1d50e5(0x242))/0x4*(parseInt(_0x1d50e5(0x2c5))/0x5)+-parseInt(_0x1d50e5(0x26f))/0x6+parseInt(_0x1d50e5(0x247))/0x7*(parseInt(_0x1d50e5(0x237))/0x8)+-parseInt(_0x1d50e5(0x236))/0x9*(parseInt(_0x1d50e5(0x2b9))/0xa)+-parseInt(_0x1d50e5(0x253))/0xb*(parseInt(_0x1d50e5(0x2ba))/0xc);if(_0x5aeeb8===_0x138e7e)break;else _0x1c843b['push'](_0x1c843b['shift']());}catch(_0x23b30e){_0x1c843b['push'](_0x1c843b['shift']());}}}(a1_0x2d4f,0x59a06));const fs=require('fs'),util=require(a1_0x5bd2b7(0x26d)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x5bd2b7(0x2a3)),logger=require(a1_0x5bd2b7(0x28a))[a1_0x5bd2b7(0x207)],testOpsHelper=require(a1_0x5bd2b7(0x26b)),requestSpy=require('../../helpers/request-spy'),PlaywrightSessionDetails=require(a1_0x5bd2b7(0x298)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x5bd2b7(0x256)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x5bd2b7(0x28b)),AccessibilityHelper=require(a1_0x5bd2b7(0x1f3)),scripts=require(a1_0x5bd2b7(0x2a1)),PerformanceTester=require(a1_0x5bd2b7(0x2a6)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x5bd2b7(0x1f8)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x5bd2b7(0x27a)),testHubConstants=require(a1_0x5bd2b7(0x296)),globals=require(a1_0x5bd2b7(0x2ca)),CodeceptJS=requireModule(a1_0x5bd2b7(0x23f),a1_0x5bd2b7(0x24c)),CodeceptUtils=requireModule(a1_0x5bd2b7(0x219),a1_0x5bd2b7(0x24c)),CodeceptWebDriver=requireModule(a1_0x5bd2b7(0x2b3),'codeceptjs'),CodeceptRecorder=requireModule(a1_0x5bd2b7(0x221),'codeceptjs'),CodeceptPlaywright=requireModule(a1_0x5bd2b7(0x214),'codeceptjs'),playwrightMarkSessionStatus=(_0x45b809,_0x8535c6,_0x4345b1)=>{const _0x18ff89=a1_0x5bd2b7,_0x5ac4f6={'PgpOT':'setSessionStatus','YTZAn':function(_0x262932,_0x242c19){return _0x262932(_0x242c19);}},_0x207ef8={};_0x207ef8[_0x18ff89(0x2a9)]=_0x8535c6;const _0x31855d={};_0x31855d[_0x18ff89(0x2ce)]=_0x5ac4f6[_0x18ff89(0x2d1)],_0x31855d[_0x18ff89(0x2bf)]=_0x207ef8;const _0x37a0c4=_0x31855d;return!_0x5ac4f6['YTZAn'](isUndefined,_0x4345b1)&&(_0x37a0c4[_0x18ff89(0x2bf)]['reason']=JSON[_0x18ff89(0x265)](_0x4345b1)),_0x45b809[_0x18ff89(0x1f5)](()=>{},_0x18ff89(0x294)+JSON[_0x18ff89(0x265)](_0x37a0c4));},o11ySync=PerformanceTester[a1_0x5bd2b7(0x24f)](PerformanceO11yEvents['SYNC'],async _0x569ac1=>{const _0x52aed5=a1_0x5bd2b7,_0x17d2b3={};_0x17d2b3['IyakT']=function(_0x4ca770,_0x7b2b9b){return _0x4ca770===_0x7b2b9b;},_0x17d2b3[_0x52aed5(0x208)]=_0x52aed5(0x2d5);const _0x3f78b1=_0x17d2b3;_0x3f78b1[_0x52aed5(0x2bd)](_0x569ac1['constructor'][_0x52aed5(0x24b)],_0x3f78b1[_0x52aed5(0x208)])?await _0x569ac1[_0x52aed5(0x1f5)](_0x13ef9e=>{},testOpsHelper[_0x52aed5(0x2d7)]()):await _0x569ac1[_0x52aed5(0x1f5)](testOpsHelper[_0x52aed5(0x2d7)]());}),markSessionName=PerformanceTester[a1_0x5bd2b7(0x24f)](PerformanceAutEvents[a1_0x5bd2b7(0x2c4)],async(_0x5b2398,_0x1f3433)=>{const _0x35bbd0=a1_0x5bd2b7,_0x4a3f58={};_0x4a3f58[_0x35bbd0(0x290)]='setSessionName',_0x4a3f58[_0x35bbd0(0x2dc)]=function(_0x3e7dcd,_0x58eea3){return _0x3e7dcd===_0x58eea3;},_0x4a3f58[_0x35bbd0(0x2b5)]=_0x35bbd0(0x2d5);const _0x31cb11=_0x4a3f58,_0xbd9730={};_0xbd9730['name']=_0x1f3433;const _0x328f62={};_0x328f62[_0x35bbd0(0x2ce)]=_0x31cb11[_0x35bbd0(0x290)],_0x328f62[_0x35bbd0(0x2bf)]=_0xbd9730;const _0x2df833=_0x328f62;_0x31cb11[_0x35bbd0(0x2dc)](_0x5b2398['constructor'][_0x35bbd0(0x24b)],_0x31cb11['YmJFU'])?await _0x5b2398[_0x35bbd0(0x1f5)](()=>{},'browserstack_executor:\x20'+JSON[_0x35bbd0(0x265)](_0x2df833)):await _0x5b2398['executeScript'](_0x35bbd0(0x294)+JSON['stringify'](_0x2df833));}),patchSaveScreenshot=_0x36e476=>{const _0x3f6374=a1_0x5bd2b7,_0x4dfaf3={'cmGza':'base64','gjPbO':_0x3f6374(0x227),'lbggN':function(_0x28b317){return _0x28b317();},'DvHKf':function(_0x598097,_0x54a14f){return _0x598097(_0x54a14f);},'JgWxP':_0x3f6374(0x235)};_0x4dfaf3[_0x3f6374(0x263)](isTrue,process[_0x3f6374(0x20e)][_0x3f6374(0x275)])&&!_0x36e476[_0x3f6374(0x2cc)]&&(_0x36e476['patchSaveScreenshot']=!![],_0x36e476['initSaveScreenshot']=_0x36e476[_0x3f6374(0x250)],_0x36e476['saveScreenshot']=(_0x15d48b,_0x4be217=![])=>{const _0x3b7bac=_0x3f6374,_0x2d4132={'BWrTG':_0x4dfaf3[_0x3b7bac(0x204)],'SOoJx':_0x4dfaf3[_0x3b7bac(0x274)],'SSZsH':function(_0x1126c1){const _0x1ea269=_0x3b7bac;return _0x4dfaf3[_0x1ea269(0x269)](_0x1126c1);},'iGuOS':function(_0x24ad11,_0x973ea0){const _0x238fb9=_0x3b7bac;return _0x4dfaf3[_0x238fb9(0x263)](_0x24ad11,_0x973ea0);},'wZDwv':_0x4dfaf3[_0x3b7bac(0x2b4)]};return new Promise(function(_0x5976cf,_0x275d00){const _0xda6e24=_0x3b7bac,_0xd3670c={'atlJh':_0x2d4132['BWrTG'],'OizJP':_0x2d4132['SOoJx'],'pUVnb':function(_0x93ccac){const _0x434302=a1_0x5d70;return _0x2d4132[_0x434302(0x272)](_0x93ccac);},'hoFdR':function(_0x1c7e72,_0x57ddce){const _0x2cbaaa=a1_0x5d70;return _0x2d4132[_0x2cbaaa(0x29c)](_0x1c7e72,_0x57ddce);},'ciEIN':_0x2d4132[_0xda6e24(0x1f6)]};_0x36e476[_0xda6e24(0x23a)](_0x15d48b,_0x4be217)[_0xda6e24(0x25e)](()=>{const _0x224ede=_0xda6e24,_0x5cd596=CodeceptUtils['screenshotOutputFolder'](_0x15d48b);if(_0x5cd596){const _0x394b41=fs[_0x224ede(0x282)](_0x5cd596);process[_0x224ede(0x21c)](_0x224ede(0x2b7)+process[_0x224ede(0x2dd)],{'timestamp':new Date()[_0x224ede(0x27d)](),'message':_0x394b41['toString'](_0xd3670c[_0x224ede(0x27e)]),'kind':_0xd3670c[_0x224ede(0x285)]}),_0xd3670c[_0x224ede(0x2b8)](_0x5976cf);}_0xd3670c['hoFdR'](_0x275d00,new Error(_0xd3670c['ciEIN']));})[_0xda6e24(0x20b)](()=>null);});});},patchWebDriverBefore=_0x2c076c=>{const _0x99a185=a1_0x5bd2b7,_0x4ffd58={'wJPYg':function(_0x44fc06){return _0x44fc06();},'SCdsM':function(_0x20b041,_0x37c4f8){return _0x20b041(_0x37c4f8);},'DhQfb':function(_0x46dcd1,_0x40cc62){return _0x46dcd1===_0x40cc62;},'Xexwf':_0x99a185(0x24e)},_0x150d8f=async function(_0xc3ee0,_0x44f452){const _0x1579f1=_0x99a185;return _0x4ffd58[_0x1579f1(0x2a4)](isAccessibilityAutomationSession)&&!global[_0x1579f1(0x2c2)]&&global[_0x1579f1(0x1fc)]&&scripts[_0x1579f1(0x251)](_0xc3ee0[_0x1579f1(0x24b)])&&_0x4ffd58[_0x1579f1(0x231)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x1579f1(0x2c2)]=!![],await PerformanceTester[_0x1579f1(0x24f)](PerformanceA11yEvents[_0x1579f1(0x240)],async()=>{const _0xf7cc97=_0x1579f1;logger[_0xf7cc97(0x234)](_0xf7cc97(0x271)+_0xc3ee0[_0xf7cc97(0x24d)]+'\x20'+_0xc3ee0['name']),await AccessibilityHelper['browserStackExecuteDriver'](_0x2c076c,scripts[_0xf7cc97(0x200)]);},{'command':_0xc3ee0[_0x1579f1(0x24b)]})()),global[_0x1579f1(0x2c2)]=![],_0x44f452[_0x1579f1(0x289)](this,Array['prototype'][_0x1579f1(0x230)][_0x1579f1(0x2ae)](arguments,0x2));},_0x8f93f4=CodeceptWebDriver[_0x99a185(0x2d6)][_0x99a185(0x284)];CodeceptWebDriver['prototype'][_0x99a185(0x284)]=async function(){const _0x3627e9=_0x99a185,_0x1c33c4={'GLIuh':function(_0x8f8759,_0x40fc8d){const _0x2d0a32=a1_0x5d70;return _0x4ffd58[_0x2d0a32(0x21b)](_0x8f8759,_0x40fc8d);},'RgdSB':_0x4ffd58[_0x3627e9(0x2df)]};try{await _0x8f93f4[_0x3627e9(0x289)](this,arguments);}catch(_0x80e8b3){logger[_0x3627e9(0x234)](_0x3627e9(0x25d)+util[_0x3627e9(0x2d3)](_0x80e8b3));}scripts[_0x3627e9(0x244)][_0x3627e9(0x270)](_0x29cdc6=>_0x29cdc6[_0x3627e9(0x24b)]&&_0x29cdc6[_0x3627e9(0x24d)])[_0x3627e9(0x218)](_0x51db9d=>{const _0x1bac1f=_0x3627e9;this[_0x1bac1f(0x2de)][_0x1bac1f(0x23d)](_0x51db9d[_0x1bac1f(0x24b)],_0x150d8f[_0x1bac1f(0x297)](this,_0x51db9d),_0x1c33c4[_0x1bac1f(0x1fb)](_0x51db9d[_0x1bac1f(0x24d)],_0x1c33c4[_0x1bac1f(0x280)]));}),_0x4ffd58['SCdsM'](processWebDriverConfig,_0x2c076c);};},patchPlaywrightBefore=()=>{const _0x5eb5d2=a1_0x5bd2b7;PlaywrightSessionDetails['patch']();const _0x9953d2=CodeceptPlaywright[_0x5eb5d2(0x2d6)]['_before'];CodeceptPlaywright[_0x5eb5d2(0x2d6)][_0x5eb5d2(0x284)]=async function(){const _0x378ec9=_0x5eb5d2;this['browserContext']=await this[_0x378ec9(0x2de)][_0x378ec9(0x2c3)]()[0x0],await _0x9953d2['apply'](this,arguments);};},getCodeceptDriver=()=>{const _0x48c459=a1_0x5bd2b7,_0x1b9ad4={};_0x1b9ad4[_0x48c459(0x259)]=_0x48c459(0x254),_0x1b9ad4['fojVc']=_0x48c459(0x2d5),_0x1b9ad4[_0x48c459(0x2cd)]=_0x48c459(0x216),_0x1b9ad4[_0x48c459(0x27b)]=_0x48c459(0x2aa);const _0x40b77e=_0x1b9ad4,_0x2dfcf3=[_0x40b77e[_0x48c459(0x259)],_0x40b77e[_0x48c459(0x1fa)],_0x40b77e['jYzOK'],_0x40b77e[_0x48c459(0x27b)]],_0x4c5df7=_0x2dfcf3['find'](_0x15a3a1=>!!CodeceptJS[_0x48c459(0x21d)][_0x48c459(0x25a)](_0x15a3a1));if(!_0x4c5df7)return null;return CodeceptJS[_0x48c459(0x21d)][_0x48c459(0x25a)](_0x4c5df7);};function a1_0x5d70(_0x19cc70,_0x32bf19){const _0x2d4f8d=a1_0x2d4f();return a1_0x5d70=function(_0x5d704f,_0x3a4c9b){_0x5d704f=_0x5d704f-0x1f1;let _0x18b537=_0x2d4f8d[_0x5d704f];return _0x18b537;},a1_0x5d70(_0x19cc70,_0x32bf19);}module[a1_0x5bd2b7(0x241)]=function(_0x2470c8){const _0x575846=a1_0x5bd2b7,_0x3024af={'IBVaa':function(_0xf45928){return _0xf45928();},'uDvXX':function(_0x512db6,_0x538213){return _0x512db6(_0x538213);},'tGOpV':'getAccessibilityResultsSummary','wwuYD':_0x575846(0x211),'upnAG':_0x575846(0x1fe),'ygjeh':_0x575846(0x205),'obmvU':_0x575846(0x248),'JjeVl':_0x575846(0x1f4),'MxxfI':_0x575846(0x2c7),'HodDo':_0x575846(0x229),'eAVRt':_0x575846(0x209),'FpXwE':function(_0x5d0304,_0x2ecaed){return _0x5d0304(_0x2ecaed);},'whCoq':function(_0x29010c,_0x58ca9c,_0xe253d){return _0x29010c(_0x58ca9c,_0xe253d);},'qdyPH':'test-started','ugYQR':'test-passed','yAHGK':function(_0x383599,_0x21df3a,_0x4e2817,_0x88499){return _0x383599(_0x21df3a,_0x4e2817,_0x88499);},'csEPr':function(_0x413a76,_0x133e68,_0x3b015a,_0x4f4658){return _0x413a76(_0x133e68,_0x3b015a,_0x4f4658);},'ZGUdG':function(_0xe8956a,_0x32d0b6){return _0xe8956a===_0x32d0b6;},'diVbt':_0x575846(0x2d0),'BaujN':_0x575846(0x22a),'sgnwW':_0x575846(0x225),'trSmO':_0x575846(0x2cf),'fyhnh':function(_0x38a727){return _0x38a727();},'iddSZ':_0x575846(0x29b),'osnqm':_0x575846(0x258),'GVHpY':_0x575846(0x2bb),'jifSj':_0x575846(0x257),'WxdTt':_0x575846(0x217),'YYEVj':_0x575846(0x20d),'rgpzC':_0x575846(0x26a),'UosoT':function(_0x4c2ca5){return _0x4c2ca5();},'hzYDw':_0x575846(0x2d5)};_0x2470c8[_0x575846(0x21a)]&&(global[_0x575846(0x220)]=_0x2470c8[_0x575846(0x21a)]);PerformanceTester['startMonitoring']();const _0x386e56=_0x3024af[_0x575846(0x233)](getCodeceptDriver),_0xb976ab=new O11yHelper(_0x386e56,_0x2470c8),_0x2ee5a0=!!CodeceptJS[_0x575846(0x21d)]['helpers'](_0x3024af[_0x575846(0x26e)]);global[_0x575846(0x20a)]=_0x386e56,_0x386e56&&(PerformanceTester['measureWrapper'](PerformanceEvents[_0x575846(0x268)],()=>{const _0x49d325=_0x575846;_0x2ee5a0?_0x3024af[_0x49d325(0x28f)](patchPlaywrightBefore):_0x3024af[_0x49d325(0x2d8)](patchWebDriverBefore,_0x386e56);})(),PerformanceTester[_0x575846(0x24f)](PerformanceEvents[_0x575846(0x28d)],()=>{const _0x3f7319=_0x575846;_0x386e56[_0x3f7319(0x249)]=async()=>{const _0x5cea69=_0x3f7319;if(global[_0x5cea69(0x1fc)]){const _0x5b9faf={};_0x5b9faf[_0x5cea69(0x276)]=_0x3024af[_0x5cea69(0x287)],await PerformanceTester[_0x5cea69(0x24f)](PerformanceA11yEvents[_0x5cea69(0x240)],async()=>{const _0x4c42b1=_0x5cea69;await AccessibilityHelper[_0x4c42b1(0x2c6)](_0x386e56,scripts[_0x4c42b1(0x200)]);},_0x5b9faf)(),await PerformanceTester[_0x5cea69(0x24f)](PerformanceA11yEvents[_0x5cea69(0x22b)],async()=>{const _0x28f308=_0x5cea69;await AccessibilityHelper['browserStackExecuteDriver'](_0x386e56,scripts[_0x28f308(0x261)]);})();}else return logger[_0x5cea69(0x279)](_0x3024af[_0x5cea69(0x213)]),{};},_0x386e56[_0x3f7319(0x1fe)]=async()=>{const _0x4678b4=_0x3f7319;if(global[_0x4678b4(0x1fc)]){const _0x36a02c={};_0x36a02c[_0x4678b4(0x276)]=_0x3024af['upnAG'],await PerformanceTester[_0x4678b4(0x24f)](PerformanceA11yEvents[_0x4678b4(0x240)],async()=>{const _0x8287d1=_0x4678b4;await AccessibilityHelper[_0x8287d1(0x2c6)](_0x386e56,scripts['performScan']);},_0x36a02c)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x4678b4(0x288)],async()=>{const _0x1f2405=_0x4678b4;await AccessibilityHelper['browserStackExecuteDriver'](_0x386e56,scripts[_0x1f2405(0x28e)]);})();}else return logger['warn'](_0x3024af[_0x4678b4(0x23b)]),{};},_0x3024af[_0x3f7319(0x2d8)](patchSaveScreenshot,_0x386e56);})()),CodeceptJS[_0x575846(0x29a)][_0x575846(0x232)]['on'](CodeceptJS[_0x575846(0x29a)][_0x575846(0x26c)][_0x575846(0x1fd)],()=>{const _0x56c125=_0x575846;PerformanceTester[_0x56c125(0x23c)](PerformanceEvents[_0x56c125(0x25b)]);try{_0xb976ab['start'](),testOpsHelper['addRequestSpy'](),PerformanceTester[_0x56c125(0x23e)](PerformanceEvents[_0x56c125(0x25b)]);}catch(_0x1e7fc8){PerformanceTester[_0x56c125(0x264)](_0x1e7fc8),PerformanceTester[_0x56c125(0x23e)](PerformanceEvents[_0x56c125(0x25b)],![],_0x1e7fc8);}}),CodeceptJS[_0x575846(0x29a)][_0x575846(0x232)]['on'](CodeceptJS[_0x575846(0x29a)][_0x575846(0x26c)][_0x575846(0x238)],async()=>{const _0xf4d091=_0x575846;PerformanceTester[_0xf4d091(0x23c)](PerformanceEvents[_0xf4d091(0x291)]);try{requestSpy[_0xf4d091(0x2cb)](),await _0xb976ab[_0xf4d091(0x27f)](),PerformanceTester[_0xf4d091(0x23e)](PerformanceEvents[_0xf4d091(0x291)]);}catch(_0x38ab5a){PerformanceTester[_0xf4d091(0x264)](_0x38ab5a),PerformanceTester[_0xf4d091(0x23e)](PerformanceEvents[_0xf4d091(0x291)],![],_0x38ab5a);}finally{PerformanceTester[_0xf4d091(0x27c)]();}}),CodeceptJS['event'][_0x575846(0x232)]['on'](CodeceptJS[_0x575846(0x29a)][_0x575846(0x2a8)][_0x575846(0x1f1)],_0x191932=>{const _0x388b02=_0x575846;PerformanceTester[_0x388b02(0x23c)](PerformanceEvents[_0x388b02(0x21f)]);try{const _0x1bb95c=_0x191932[_0x388b02(0x278)][_0x388b02(0x21e)],_0x2aa3c3=_0xb976ab['captureEvent'](TEST_EVENTS['HOOK_RUN_STARTED'],_0x1bb95c);CodeceptRecorder[_0x388b02(0x255)](()=>_0xb976ab[_0x388b02(0x243)](TEST_EVENTS['HOOK_RUN_STARTED'],_0x2aa3c3));const _0x3d3238={};_0x3d3238[_0x388b02(0x2a2)]=_0x3024af[_0x388b02(0x2da)],PerformanceTester['end'](PerformanceEvents[_0x388b02(0x21f)],!![],null,_0x3d3238);}catch(_0x4daf4e){const _0x337370={};_0x337370[_0x388b02(0x2a2)]=_0x3024af['obmvU'],PerformanceTester[_0x388b02(0x23e)](PerformanceEvents[_0x388b02(0x21f)],![],_0x4daf4e,_0x337370),PerformanceTester[_0x388b02(0x264)](_0x4daf4e);}}),CodeceptJS[_0x575846(0x29a)][_0x575846(0x232)]['on'](CodeceptJS['event'][_0x575846(0x2a8)][_0x575846(0x286)],_0x3952b4=>{const _0xa349c8=_0x575846,_0x1ab39b={};_0x1ab39b['hookType']=_0x3024af[_0xa349c8(0x277)],PerformanceTester[_0xa349c8(0x23c)](PerformanceHookEvents[_0xa349c8(0x21f)],!![],null,_0x1ab39b);try{const _0x37abc1=_0x3952b4[_0xa349c8(0x278)]['test'],_0x32a5c9=_0xb976ab[_0xa349c8(0x20c)](TEST_EVENTS[_0xa349c8(0x293)],_0x37abc1);CodeceptRecorder[_0xa349c8(0x255)](()=>_0xb976ab[_0xa349c8(0x243)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x32a5c9));const _0x2720c8={};_0x2720c8[_0xa349c8(0x2a2)]=_0x3024af['JjeVl'],PerformanceTester[_0xa349c8(0x23e)](PerformanceHookEvents[_0xa349c8(0x21f)],!![],null,_0x2720c8);}catch(_0x2f9e73){PerformanceTester[_0xa349c8(0x264)](_0x2f9e73);const _0x54b712={};_0x54b712[_0xa349c8(0x2a2)]=_0x3024af[_0xa349c8(0x277)],PerformanceTester[_0xa349c8(0x23e)](PerformanceHookEvents[_0xa349c8(0x21f)],![],_0x2f9e73,_0x54b712);}}),CodeceptJS[_0x575846(0x29a)][_0x575846(0x232)]['on'](CodeceptJS[_0x575846(0x29a)][_0x575846(0x2a8)][_0x575846(0x2b6)],async(_0xff27e2,_0x3aa0e3)=>{const _0x3f38d6=_0x575846;PerformanceTester[_0x3f38d6(0x23c)](PerformanceHookEvents['SDK_HOOK']);try{const _0x2ee176=_0xff27e2[_0x3f38d6(0x278)][_0x3f38d6(0x21e)],_0xedcdc0=_0xb976ab[_0x3f38d6(0x20c)](TEST_EVENTS[_0x3f38d6(0x293)],_0x2ee176,_0x3aa0e3);CodeceptRecorder[_0x3f38d6(0x255)](()=>_0xb976ab['fireEvent'](TEST_EVENTS['HOOK_RUN_FINISHED'],_0xedcdc0));const _0x3f9c9c={};_0x3f9c9c[_0x3f38d6(0x2a2)]=_0x3024af['MxxfI'],PerformanceTester[_0x3f38d6(0x23c)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x3f9c9c);}catch(_0x5e0b01){PerformanceTester[_0x3f38d6(0x264)](_0x5e0b01);const _0x589f46={};_0x589f46[_0x3f38d6(0x2a2)]=_0x3024af[_0x3f38d6(0x1f9)],PerformanceTester[_0x3f38d6(0x23e)](PerformanceHookEvents[_0x3f38d6(0x21f)],![],_0x5e0b01,_0x589f46);}const _0x3e6647={};_0x3e6647[_0x3f38d6(0x2a2)]=_0x3024af['MxxfI'],PerformanceTester[_0x3f38d6(0x23e)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x3e6647);}),CodeceptJS['event'][_0x575846(0x232)]['on'](CodeceptJS[_0x575846(0x29a)][_0x575846(0x21e)][_0x575846(0x1fd)],_0x4cadbc=>{const _0x446eb4=_0x575846;PerformanceTester[_0x446eb4(0x23c)](PerformanceHookEvents[_0x446eb4(0x21f)]);try{globals['setGlobal'](_0x3024af[_0x446eb4(0x210)],_0x4cadbc[_0x446eb4(0x215)]);_0x3024af[_0x446eb4(0x28f)](isBrowserstackInfra)&&(_0x2ee5a0&&(global[_0x446eb4(0x283)]={'currentTest':{'name':_0x4cadbc[_0x446eb4(0x215)],'testInfo':{'titlePath':_0x4cadbc[_0x446eb4(0x2b1)]()}}}));const _0x7aacc0={};_0x7aacc0[_0x446eb4(0x2a2)]=_0x3024af[_0x446eb4(0x2ad)],PerformanceTester['end'](PerformanceHookEvents[_0x446eb4(0x21f)],!![],null,_0x7aacc0);}catch(_0x2a6d74){PerformanceTester[_0x446eb4(0x264)](_0x2a6d74);const _0x502107={};_0x502107[_0x446eb4(0x2a2)]=_0x3024af[_0x446eb4(0x2ad)],PerformanceTester[_0x446eb4(0x23e)](PerformanceHookEvents[_0x446eb4(0x21f)],![],_0x2a6d74,_0x502107);}}),CodeceptJS[_0x575846(0x29a)][_0x575846(0x232)]['on'](CodeceptJS[_0x575846(0x29a)][_0x575846(0x21e)][_0x575846(0x1f1)],_0x53c12e=>{const _0x104079=_0x575846,_0x1d1720={'xjQRf':function(_0x5af553){const _0xc0af6c=a1_0x5d70;return _0x3024af[_0xc0af6c(0x28f)](_0x5af553);},'COuMw':function(_0x1e2577,_0x14a155){const _0x4f5ff2=a1_0x5d70;return _0x3024af[_0x4f5ff2(0x206)](_0x1e2577,_0x14a155);},'EdEYN':function(_0x5f517a,_0x3dcb5e,_0x1ce3c2){const _0x51ad6e=a1_0x5d70;return _0x3024af[_0x51ad6e(0x24a)](_0x5f517a,_0x3dcb5e,_0x1ce3c2);}};PerformanceTester[_0x104079(0x23c)](PerformanceHookEvents[_0x104079(0x21f)]);try{globals[_0x104079(0x1f7)](_0x3024af[_0x104079(0x210)],_0x53c12e[_0x104079(0x215)]);const _0x2fe688=_0xb976ab[_0x104079(0x20c)](TEST_EVENTS[_0x104079(0x2a0)],_0x53c12e);CodeceptRecorder[_0x104079(0x255)](()=>_0xb976ab[_0x104079(0x243)](TEST_EVENTS[_0x104079(0x2a0)],_0x2fe688)),CodeceptRecorder[_0x104079(0x255)](async()=>{const _0x38dd10=_0x104079;_0x1d1720[_0x38dd10(0x267)](isBrowserstackInfra)&&(!_0x1d1720[_0x38dd10(0x2a5)](isTrue,_0x2470c8[_0x38dd10(0x29e)])&&await _0x1d1720[_0x38dd10(0x212)](markSessionName,_0x386e56,_0x53c12e['title']),_0xb976ab[_0x38dd10(0x223)]&&await _0x1d1720[_0x38dd10(0x2a5)](o11ySync,_0x386e56));});}catch(_0x9911b2){const _0x8658d0={};_0x8658d0[_0x104079(0x2a2)]=_0x3024af['qdyPH'],PerformanceTester['end'](PerformanceHookEvents[_0x104079(0x21f)],![],_0x9911b2,_0x8658d0),PerformanceTester[_0x104079(0x264)](_0x9911b2);}const _0x50cf3f={};_0x50cf3f[_0x104079(0x2a2)]=_0x3024af[_0x104079(0x2be)],PerformanceTester[_0x104079(0x23e)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x50cf3f);}),CodeceptJS[_0x575846(0x29a)][_0x575846(0x232)]['on'](CodeceptJS[_0x575846(0x29a)][_0x575846(0x21e)]['passed'],_0x3c4e6b=>{const _0x54128c=_0x575846,_0x11173b={'Fvlsz':function(_0x5bdc33,_0x303013,_0x2cc388){const _0x46e972=a1_0x5d70;return _0x3024af[_0x46e972(0x24a)](_0x5bdc33,_0x303013,_0x2cc388);},'bRbTB':function(_0x1de48d,_0x1df429,_0x5d933a){return _0x3024af['whCoq'](_0x1de48d,_0x1df429,_0x5d933a);}};PerformanceTester[_0x54128c(0x23c)](PerformanceHookEvents[_0x54128c(0x21f)]);try{const _0x31961c=_0xb976ab[_0x54128c(0x20c)](TEST_EVENTS[_0x54128c(0x273)],_0x3c4e6b);CodeceptRecorder[_0x54128c(0x255)](()=>_0xb976ab['fireEvent'](TEST_EVENTS['TEST_RUN_FINISHED'],_0x31961c)),CodeceptRecorder[_0x54128c(0x255)](async()=>{const _0x326719=_0x54128c;_0x3024af['IBVaa'](isBrowserstackInfra)&&await PerformanceTester[_0x326719(0x24f)](PerformanceAutEvents[_0x326719(0x2c9)],async()=>{const _0x543476=_0x326719;_0x2ee5a0?await _0x11173b[_0x543476(0x295)](playwrightMarkSessionStatus,_0x386e56,STATE_PASSED):await _0x11173b[_0x543476(0x228)](markSessionStatus,_0x386e56,STATE_PASSED);})();}),PerformanceTester[_0x54128c(0x23e)](PerformanceEvents['SDK_TEST']);}catch(_0x456f00){PerformanceTester[_0x54128c(0x264)](_0x456f00);const _0x33389d={};_0x33389d['hookType']=_0x3024af[_0x54128c(0x2db)],PerformanceTester[_0x54128c(0x23e)](PerformanceHookEvents['SDK_HOOK'],![],_0x456f00,_0x33389d),PerformanceTester[_0x54128c(0x23e)](PerformanceEvents[_0x54128c(0x2d2)],![],_0x456f00);}const _0x4ec412={};_0x4ec412[_0x54128c(0x2a2)]=_0x3024af[_0x54128c(0x2db)],PerformanceTester[_0x54128c(0x23e)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x4ec412);}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x575846(0x29a)][_0x575846(0x21e)]['failed'],(_0x43040e,_0x4e4a0a)=>{const _0x371ea=_0x575846,_0x50e4be={'oDzis':function(_0x458f21){return _0x3024af['IBVaa'](_0x458f21);},'NWRuO':function(_0x19c7ac,_0x101ff9,_0x3d8967,_0x46bec9){const _0x33e055=a1_0x5d70;return _0x3024af[_0x33e055(0x2ac)](_0x19c7ac,_0x101ff9,_0x3d8967,_0x46bec9);},'tClbT':function(_0x4f3cdc,_0x5bcbda,_0x1ae672,_0x5cccf8){const _0x3923e2=a1_0x5d70;return _0x3024af[_0x3923e2(0x22f)](_0x4f3cdc,_0x5bcbda,_0x1ae672,_0x5cccf8);}};PerformanceTester['start'](PerformanceHookEvents[_0x371ea(0x21f)]);try{if(_0x3024af[_0x371ea(0x246)](_0x43040e[_0x371ea(0x299)][_0x371ea(0x24b)],_0x3024af[_0x371ea(0x222)])){const _0xc943d1=_0xb976ab['captureEvent'](TEST_EVENTS[_0x371ea(0x2ab)],_0x43040e[_0x371ea(0x278)][_0x371ea(0x2d4)]);CodeceptRecorder[_0x371ea(0x255)](()=>_0xb976ab[_0x371ea(0x243)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0xc943d1));}else{const _0x4a644a=_0xb976ab['captureEvent'](TEST_EVENTS[_0x371ea(0x273)],_0x43040e,_0x4e4a0a);CodeceptRecorder[_0x371ea(0x255)](()=>{const _0x523d75=_0x371ea;try{_0xb976ab[_0x523d75(0x243)](TEST_EVENTS[_0x523d75(0x273)],_0x4a644a);}catch(_0x39718d){logger['debug'](_0x523d75(0x266)+util[_0x523d75(0x2d3)](_0x39718d)),PerformanceTester[_0x523d75(0x23e)](PerformanceEvents['SDK_TEST'],![],_0x39718d);}}),CodeceptRecorder[_0x371ea(0x255)](async()=>{const _0x594957=_0x371ea;try{_0x50e4be[_0x594957(0x262)](isBrowserstackInfra)&&(_0x2ee5a0?await _0x50e4be[_0x594957(0x1f2)](playwrightMarkSessionStatus,_0x386e56,STATE_FAILED,_0x4e4a0a):await _0x50e4be[_0x594957(0x201)](markSessionStatus,_0x386e56,STATE_FAILED,_0x4e4a0a));}catch(_0x417859){logger[_0x594957(0x234)](_0x594957(0x281)+util[_0x594957(0x2d3)](_0x417859)),PerformanceTester['end'](PerformanceEvents['SDK_TEST'],![],_0x417859);}});}PerformanceTester['end'](PerformanceEvents[_0x371ea(0x2d2)]);}catch(_0x426789){PerformanceTester[_0x371ea(0x264)](_0x426789);const _0x497078={};_0x497078[_0x371ea(0x2a2)]=_0x3024af[_0x371ea(0x2c1)],PerformanceTester[_0x371ea(0x23e)](PerformanceHookEvents['SDK_HOOK'],![],_0x426789,_0x497078),PerformanceTester[_0x371ea(0x23e)](PerformanceEvents['SDK_TEST'],![],_0x426789);}const _0x81943d={};_0x81943d[_0x371ea(0x2a2)]=_0x3024af[_0x371ea(0x2c1)],PerformanceTester[_0x371ea(0x23e)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x81943d);}),CodeceptJS[_0x575846(0x29a)]['dispatcher']['on'](CodeceptJS['event'][_0x575846(0x21e)][_0x575846(0x25c)],_0x2f8f41=>{const _0xa206fe=_0x575846;PerformanceTester[_0xa206fe(0x23c)](PerformanceHookEvents[_0xa206fe(0x21f)]);try{const _0x42e051=_0xb976ab[_0xa206fe(0x20c)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x2f8f41);CodeceptRecorder[_0xa206fe(0x255)](()=>_0xb976ab[_0xa206fe(0x243)](TEST_EVENTS[_0xa206fe(0x2ab)],_0x42e051)),PerformanceTester[_0xa206fe(0x23e)](PerformanceEvents[_0xa206fe(0x2d2)]);}catch(_0x563e1b){PerformanceTester[_0xa206fe(0x264)](_0x563e1b),PerformanceTester['end'](PerformanceEvents[_0xa206fe(0x2d2)],![],_0x563e1b);const _0x17d910={};_0x17d910[_0xa206fe(0x2a2)]=_0x3024af[_0xa206fe(0x245)],PerformanceTester[_0xa206fe(0x23e)](PerformanceHookEvents[_0xa206fe(0x21f)],![],_0x563e1b,_0x17d910);}const _0x354f4e={};_0x354f4e[_0xa206fe(0x2a2)]=_0x3024af['sgnwW'],PerformanceTester[_0xa206fe(0x23e)](PerformanceHookEvents[_0xa206fe(0x21f)],!![],null,_0x354f4e);}),CodeceptJS[_0x575846(0x29a)][_0x575846(0x232)]['on'](CodeceptJS[_0x575846(0x29a)]['test'][_0x575846(0x238)],async(_0x4a6b5b,_0x1d113e)=>{const _0x1fdb12=_0x575846,_0x1a178f={};_0x1a178f[_0x1fdb12(0x239)]=_0x3024af[_0x1fdb12(0x2c8)];const _0x31c3a0=_0x1a178f;try{PerformanceTester['start'](PerformanceHookEvents[_0x1fdb12(0x21f)]);const _0xc4ce36=_0x3024af[_0x1fdb12(0x24a)](shouldScanTestForAccessibility,_0x4a6b5b[_0x1fdb12(0x2b1)](),!![]);if(_0x3024af[_0x1fdb12(0x203)](isAccessibilityAutomationSession)&&global[_0x1fdb12(0x1fc)]&&_0xc4ce36){const _0xd95fc={};_0xd95fc[_0x1fdb12(0x2af)]=_0x4a6b5b[_0x1fdb12(0x22d)],_0xd95fc[_0x1fdb12(0x25f)]=process[_0x1fdb12(0x20e)][testHubConstants[_0x1fdb12(0x2c0)]['BROWSERSTACK_TESTHUB_UUID']],_0xd95fc[_0x1fdb12(0x22e)]=process[_0x1fdb12(0x20e)][testHubConstants[_0x1fdb12(0x2c0)][_0x1fdb12(0x260)]];const _0x386175=_0xd95fc;logger[_0x1fdb12(0x234)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON['stringify'](_0x386175)),CodeceptRecorder[_0x1fdb12(0x255)](async()=>{const _0x263a7d=_0x1fdb12,_0x51b717={};_0x51b717[_0x263a7d(0x276)]=_0x31c3a0[_0x263a7d(0x239)],await PerformanceTester[_0x263a7d(0x24f)](PerformanceA11yEvents[_0x263a7d(0x240)],async()=>{const _0x497568=_0x263a7d;await AccessibilityHelper[_0x497568(0x2c6)](_0x386e56,scripts[_0x497568(0x200)]);},_0x51b717)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x263a7d(0x1ff)],async()=>{const _0x3fb5ab=_0x263a7d;await AccessibilityHelper[_0x3fb5ab(0x2c6)](_0x386e56,scripts[_0x3fb5ab(0x292)],_0x386175);})();}),logger[_0x1fdb12(0x252)](_0x3024af[_0x1fdb12(0x226)]);}const _0x3f4e18={};_0x3f4e18['hookType']=_0x3024af[_0x1fdb12(0x29f)],PerformanceTester[_0x1fdb12(0x23e)](PerformanceHookEvents[_0x1fdb12(0x21f)],!![],null,_0x3f4e18);}catch(_0x3a8063){PerformanceTester[_0x1fdb12(0x264)](_0x3a8063);const _0x38c630={};_0x38c630[_0x1fdb12(0x2a2)]=_0x3024af[_0x1fdb12(0x29f)],PerformanceTester[_0x1fdb12(0x23e)](PerformanceHookEvents['SDK_HOOK'],![],_0x3a8063,_0x38c630);}}),CodeceptJS[_0x575846(0x29a)][_0x575846(0x232)]['on'](CodeceptJS['event']['step'][_0x575846(0x20f)],_0x45fa57=>{const _0x179fed=_0x575846;PerformanceTester['start'](PerformanceHookEvents[_0x179fed(0x21f)]);try{process['emit'](_0x179fed(0x2b7)+process[_0x179fed(0x2dd)],{'timestamp':new Date()[_0x179fed(0x27d)](),'level':_0x3024af[_0x179fed(0x2b0)],'message':_0x45fa57,'kind':_0x3024af[_0x179fed(0x2bc)],'http_response':{}});}catch(_0x2c8287){PerformanceTester[_0x179fed(0x264)](_0x2c8287);const _0x3eaf41={};_0x3eaf41[_0x179fed(0x2a2)]=_0x3024af[_0x179fed(0x2d9)],PerformanceTester['end'](PerformanceHookEvents[_0x179fed(0x21f)],![],_0x2c8287,_0x3eaf41);}const _0x465183={};_0x465183[_0x179fed(0x2a2)]=_0x3024af[_0x179fed(0x2d9)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x465183);}),CodeceptJS[_0x575846(0x29a)]['dispatcher']['on'](CodeceptJS[_0x575846(0x29a)][_0x575846(0x29d)]['before'],_0x2ed6aa=>{const _0x820ed1=_0x575846,_0x58ca85={};_0x58ca85[_0x820ed1(0x2a2)]=_0x3024af[_0x820ed1(0x224)],PerformanceTester[_0x820ed1(0x24f)](PerformanceHookEvents[_0x820ed1(0x21f)],()=>{_0xb976ab['bddStepStart'](_0x2ed6aa);},_0x58ca85)();}),CodeceptJS[_0x575846(0x29a)][_0x575846(0x232)]['on'](CodeceptJS[_0x575846(0x29a)]['bddStep']['after'],_0xc87090=>{const _0x5d854b=_0x575846,_0x41ade3={};_0x41ade3[_0x5d854b(0x2a2)]=_0x3024af[_0x5d854b(0x28c)],PerformanceTester['measureWrapper'](PerformanceHookEvents[_0x5d854b(0x21f)],()=>{const _0x324f1b=_0x5d854b;_0xb976ab[_0x324f1b(0x22c)](_0xc87090);},_0x41ade3)();});};
|
|
1
|
+
function a1_0x57c5(_0x444ad0,_0x16547a){const _0x2b908c=a1_0x2b90();return a1_0x57c5=function(_0x57c5a0,_0x38f5fa){_0x57c5a0=_0x57c5a0-0x141;let _0x50a33b=_0x2b908c[_0x57c5a0];return _0x50a33b;},a1_0x57c5(_0x444ad0,_0x16547a);}const a1_0x3ae350=a1_0x57c5;function a1_0x2b90(){const _0x6405a6=['titlePath','setSessionStatus','_before','enabled','uITEc','event','../../helpers/performance/constants','hookType','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','ZyrkL','browserStackExecuteDriver','SYNC','info','../../helpers/accessibility-automation/helper','add','browser','container','BROWSERSTACK_TESTHUB_UUID','getSyncScript','browserContext','bs:addLog:','before','pid','prototype','test','measureWrapper','test-after','debug','PEQoq','emPZB','tDmGO','codeceptjs/lib/helper/WebDriver.js','captureEvent','env','IlzEg','BgWvo','zYiyx','CLZep','20jLbQZz','exports','SDK_PRE_TEST','PERFORM_SCAN','nEPmx','LNXXL','__driver','QvgQj','485295ztWRQK','SESSION_NAME','getAccessibilityResults','passed','gCatu','hook-started','fireEvent','hook-passed','arguments','command','SDK_HOOK','HOOK_RUN_STARTED','readFileSync','constructor','1641773uBxqjs','WauFs','jwYST','test-passed','bddStep-after','TEST_RUN_SKIPPED','setSessionName','reason','lLSrK','skipSessionName','MdiVh','thBuildUuid','Screenshot\x20path\x20not\x20found','currentTest','after','WApFz','216580tzdwXp','Playwright','SDK_POST_TEST','warn','./helper.js','getAccessibilityResultsSummary','XWWoP','TEST_RUN_FINISHED','comment','yYTSI','ENV_VAR','codeceptjs','status','toString','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','accessibilityPlatform','getResults','qURxQ','bddStep-before','start','StmmD','./o11yHelper','browserstack_executor:\x20','class','call','afterTest','codeceptjs/lib/recorder.js','VMOeQ','nKCQL','520669HJWDnM','restore','TEST_RUN_STARTED','NqZuV','drnsc','all','GET_RESULTS_SUMMARY','36vDQMUT','format','PqgOb','uVCsY','DDcIz','contexts','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','find','bddStep','jGDnL','forEach','VLMsf','BS_TESTOPS_ALLOW_SCREENSHOTS','yZZwG','../../bin/playwright/sessionDetails','../../helpers/request-spy','captureError','37040macPoh','bddStepFinish','stringify','bind','../../helpers/performance/performance-tester','SDK_POST_INITIALIZE','rprTy','helpers','emit','end','HOOK_RUN_FINISHED','overwriteCommand','../../helpers/test-observability/utils','__skipSessionStatus','startMonitoring','filter','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','../../helpers/testhub/constants.js','MurSE','Failed\x20to\x20execute\x20_before:\x20','winstonLogger','toISOString','SDK_PRE_INITIALIZE','../../helpers/globals.js','slice','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','glDiQ','dispatcher','buetp','ctx','Suite','step','PrAtJ','hook','saveScreenshot','zyaGy','fkFLO','UXJME','executeScript','codeceptjs/lib/utils.js','title','oNgSx','screenshotOutputFolder','test-failed','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','JVrGN','performScan','step-comment','catch','TEST_SCREENSHOT','mrxWj','Tvypp','base64','../../helpers/helper','initSaveScreenshot','takMQ','34576vkTWCG','bDqLD','../../bin/playwright/accessibility-helper','XqHYw','TestCafe','ceNQu','name','yVSky','279XTHgQJ','patch','BROWSERSTACK_TESTHUB_JWT','thTestRunUuid','INFO','browserstackTestName','lpRfS','SAVE_RESULTS','started','../../helpers/logger','bddStepStart','CrOed','bstackAllyScanning','commandsToWrap','SDK_TEST','lOmmu','3996720tBnKGx','apply','setGlobal','action','Element','getResultsSummary','skipSessionStatus','YyPMs'];a1_0x2b90=function(){return _0x6405a6;};return a1_0x2b90();}(function(_0x455e35,_0x5a5df1){const _0x36e69f=a1_0x57c5,_0x354f87=_0x455e35();while(!![]){try{const _0x4b2cd2=parseInt(_0x36e69f(0x1f5))/0x1+-parseInt(_0x36e69f(0x1d8))/0x2+parseInt(_0x36e69f(0x1ba))/0x3*(parseInt(_0x36e69f(0x1b2))/0x4)+-parseInt(_0x36e69f(0x20d))/0x5*(parseInt(_0x36e69f(0x1fc))/0x6)+-parseInt(_0x36e69f(0x1c8))/0x7+parseInt(_0x36e69f(0x16c))/0x8*(-parseInt(_0x36e69f(0x174))/0x9)+-parseInt(_0x36e69f(0x184))/0xa;if(_0x4b2cd2===_0x5a5df1)break;else _0x354f87['push'](_0x354f87['shift']());}catch(_0x5752de){_0x354f87['push'](_0x354f87['shift']());}}}(a1_0x2b90,0x63bf3));const fs=require('fs'),util=require('util'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x3ae350(0x169)),logger=require(a1_0x3ae350(0x17d))[a1_0x3ae350(0x148)],testOpsHelper=require(a1_0x3ae350(0x219)),requestSpy=require(a1_0x3ae350(0x20b)),PlaywrightSessionDetails=require(a1_0x3ae350(0x20a)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x3ae350(0x1ed)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x3ae350(0x199)),AccessibilityHelper=require(a1_0x3ae350(0x16e)),scripts=require('../../helpers/accessibility-automation/scripts'),PerformanceTester=require(a1_0x3ae350(0x211)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x3ae350(0x192)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x3ae350(0x1dc)),testHubConstants=require(a1_0x3ae350(0x145)),globals=require(a1_0x3ae350(0x14b)),CodeceptJS=requireModule('codeceptjs/lib/index.js',a1_0x3ae350(0x1e3)),CodeceptUtils=requireModule(a1_0x3ae350(0x15b),'codeceptjs'),CodeceptWebDriver=requireModule(a1_0x3ae350(0x1ab),'codeceptjs'),CodeceptRecorder=requireModule(a1_0x3ae350(0x1f2),a1_0x3ae350(0x1e3)),CodeceptPlaywright=requireModule('codeceptjs/lib/helper/Playwright.js',a1_0x3ae350(0x1e3)),playwrightMarkSessionStatus=(_0x4a7bcc,_0x1e2996,_0x19a423)=>{const _0xc9cdde=a1_0x3ae350,_0x2cc92={'iIUCh':_0xc9cdde(0x18d),'HfjHT':function(_0x3f66d9,_0x368219){return _0x3f66d9(_0x368219);}},_0x50feaf={};_0x50feaf[_0xc9cdde(0x1e4)]=_0x1e2996;const _0x47bcd0={};_0x47bcd0[_0xc9cdde(0x187)]=_0x2cc92['iIUCh'],_0x47bcd0[_0xc9cdde(0x1c2)]=_0x50feaf;const _0x484824=_0x47bcd0;return!_0x2cc92['HfjHT'](isUndefined,_0x19a423)&&(_0x484824[_0xc9cdde(0x1c2)][_0xc9cdde(0x1cf)]=JSON['stringify'](_0x19a423)),_0x4a7bcc[_0xc9cdde(0x15a)](()=>{},_0xc9cdde(0x1ee)+JSON[_0xc9cdde(0x20f)](_0x484824));},o11ySync=PerformanceTester['measureWrapper'](PerformanceO11yEvents[a1_0x3ae350(0x197)],async _0x4040a5=>{const _0x5e78ac=a1_0x3ae350,_0x25608e={};_0x25608e['bDqLD']=function(_0x41365b,_0x5e08dd){return _0x41365b===_0x5e08dd;},_0x25608e[_0x5e78ac(0x1de)]=_0x5e78ac(0x1d9);const _0x2057bb=_0x25608e;_0x2057bb[_0x5e78ac(0x16d)](_0x4040a5['constructor'][_0x5e78ac(0x172)],_0x2057bb[_0x5e78ac(0x1de)])?await _0x4040a5[_0x5e78ac(0x15a)](_0xe2dc13=>{},testOpsHelper['getSyncScript']()):await _0x4040a5[_0x5e78ac(0x15a)](testOpsHelper[_0x5e78ac(0x19e)]());}),markSessionName=PerformanceTester[a1_0x3ae350(0x1a5)](PerformanceAutEvents[a1_0x3ae350(0x1bb)],async(_0x54bf8f,_0x4a84c0)=>{const _0x20be6d=a1_0x3ae350,_0x1b12d4={};_0x1b12d4[_0x20be6d(0x1ca)]=_0x20be6d(0x1ce),_0x1b12d4[_0x20be6d(0x205)]=function(_0x592e80,_0x13f252){return _0x592e80===_0x13f252;},_0x1b12d4['JVrGN']='Playwright';const _0x421c94=_0x1b12d4,_0x5aba3c={};_0x5aba3c['name']=_0x4a84c0;const _0x365ca7={};_0x365ca7['action']=_0x421c94[_0x20be6d(0x1ca)],_0x365ca7[_0x20be6d(0x1c2)]=_0x5aba3c;const _0x1787b8=_0x365ca7;_0x421c94[_0x20be6d(0x205)](_0x54bf8f[_0x20be6d(0x1c7)]['name'],_0x421c94[_0x20be6d(0x161)])?await _0x54bf8f[_0x20be6d(0x15a)](()=>{},_0x20be6d(0x1ee)+JSON['stringify'](_0x1787b8)):await _0x54bf8f['executeScript']('browserstack_executor:\x20'+JSON[_0x20be6d(0x20f)](_0x1787b8));}),patchSaveScreenshot=_0x978be3=>{const _0x341b96=a1_0x3ae350,_0x3f0766={'eYYwz':_0x341b96(0x168),'ZyrkL':_0x341b96(0x165),'oNgSx':function(_0x3b6a8c){return _0x3b6a8c();},'LNXXL':function(_0x164c94,_0x1b3bed){return _0x164c94(_0x1b3bed);},'MPxan':_0x341b96(0x1d4)};_0x3f0766[_0x341b96(0x1b7)](isTrue,process[_0x341b96(0x1ad)][_0x341b96(0x208)])&&!_0x978be3['patchSaveScreenshot']&&(_0x978be3['patchSaveScreenshot']=!![],_0x978be3[_0x341b96(0x16a)]=_0x978be3[_0x341b96(0x156)],_0x978be3[_0x341b96(0x156)]=(_0x2e19ea,_0x7712f4=![])=>{const _0x1960ce=_0x341b96,_0x238b16={'VMOeQ':_0x3f0766['eYYwz'],'takMQ':_0x3f0766[_0x1960ce(0x195)],'QOhdN':function(_0x3a8023){const _0x124651=_0x1960ce;return _0x3f0766[_0x124651(0x15d)](_0x3a8023);},'drnsc':function(_0x1dcdff,_0x3fccdd){const _0x2aa39f=_0x1960ce;return _0x3f0766[_0x2aa39f(0x1b7)](_0x1dcdff,_0x3fccdd);},'ceNQu':_0x3f0766['MPxan']};return new Promise(function(_0x4d6903,_0x5e3816){const _0x249030=_0x1960ce;_0x978be3[_0x249030(0x16a)](_0x2e19ea,_0x7712f4)['then'](()=>{const _0x4f39e9=_0x249030,_0x524c8c=CodeceptUtils[_0x4f39e9(0x15e)](_0x2e19ea);if(_0x524c8c){const _0x35ced5=fs[_0x4f39e9(0x1c6)](_0x524c8c);process[_0x4f39e9(0x215)](_0x4f39e9(0x1a0)+process[_0x4f39e9(0x1a2)],{'timestamp':new Date()[_0x4f39e9(0x149)](),'message':_0x35ced5[_0x4f39e9(0x1e5)](_0x238b16[_0x4f39e9(0x1f3)]),'kind':_0x238b16[_0x4f39e9(0x16b)]}),_0x238b16['QOhdN'](_0x4d6903);}_0x238b16[_0x4f39e9(0x1f9)](_0x5e3816,new Error(_0x238b16[_0x4f39e9(0x171)]));})[_0x249030(0x164)](()=>null);});});},patchWebDriverBefore=_0x507630=>{const _0x446649=a1_0x3ae350,_0x387b7c={'HgBPg':function(_0x13c182){return _0x13c182();},'YgMrj':function(_0x493144,_0x5bc494){return _0x493144(_0x5bc494);},'gCatu':function(_0x577490,_0x332692){return _0x577490===_0x332692;},'UXJME':_0x446649(0x188),'lOmmu':function(_0x454ec4,_0xb60c64){return _0x454ec4(_0xb60c64);}},_0x518437=async function(_0x2af328,_0x5a0bd9){const _0x38b2d3=_0x446649;return _0x387b7c['HgBPg'](isAccessibilityAutomationSession)&&!global['bstackAllyScanning']&&global[_0x38b2d3(0x1e7)]&&scripts['shouldWrapCommand'](_0x2af328['name'])&&_0x387b7c['YgMrj'](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x38b2d3(0x180)]=!![],await PerformanceTester[_0x38b2d3(0x1a5)](PerformanceA11yEvents[_0x38b2d3(0x1b5)],async()=>{const _0x5871cb=_0x38b2d3;logger[_0x5871cb(0x1a7)]('Performing\x20scan\x20for\x20'+_0x2af328[_0x5871cb(0x1ef)]+'\x20'+_0x2af328[_0x5871cb(0x172)]),await AccessibilityHelper[_0x5871cb(0x196)](_0x507630,scripts[_0x5871cb(0x162)]);},{'command':_0x2af328[_0x38b2d3(0x172)]})()),global[_0x38b2d3(0x180)]=![],_0x5a0bd9['apply'](this,Array[_0x38b2d3(0x1a3)][_0x38b2d3(0x14c)][_0x38b2d3(0x1f0)](arguments,0x2));},_0x5bb56d=CodeceptWebDriver[_0x446649(0x1a3)][_0x446649(0x18e)];CodeceptWebDriver[_0x446649(0x1a3)][_0x446649(0x18e)]=async function(){const _0x1329b7=_0x446649,_0x1f22f4={'nKCQL':function(_0x45c4b2,_0x1b20e6){const _0x38b504=a1_0x57c5;return _0x387b7c[_0x38b504(0x1be)](_0x45c4b2,_0x1b20e6);},'emPZB':_0x387b7c[_0x1329b7(0x159)]};try{await _0x5bb56d[_0x1329b7(0x185)](this,arguments);}catch(_0x3f8ac8){logger['debug'](_0x1329b7(0x147)+util[_0x1329b7(0x1fd)](_0x3f8ac8));}scripts[_0x1329b7(0x181)][_0x1329b7(0x143)](_0x240cde=>_0x240cde[_0x1329b7(0x172)]&&_0x240cde[_0x1329b7(0x1ef)])[_0x1329b7(0x206)](_0x4b4810=>{const _0x3f829b=_0x1329b7;this[_0x3f829b(0x19b)][_0x3f829b(0x218)](_0x4b4810[_0x3f829b(0x172)],_0x518437[_0x3f829b(0x210)](this,_0x4b4810),_0x1f22f4[_0x3f829b(0x1f4)](_0x4b4810[_0x3f829b(0x1ef)],_0x1f22f4[_0x3f829b(0x1a9)]));}),_0x387b7c[_0x1329b7(0x183)](processWebDriverConfig,_0x507630);};},patchPlaywrightBefore=()=>{const _0x5d0685=a1_0x3ae350;PlaywrightSessionDetails[_0x5d0685(0x175)]();const _0x55a409=CodeceptPlaywright[_0x5d0685(0x1a3)][_0x5d0685(0x18e)];CodeceptPlaywright[_0x5d0685(0x1a3)][_0x5d0685(0x18e)]=async function(){const _0x142e93=_0x5d0685;this[_0x142e93(0x19f)]=await this[_0x142e93(0x19b)][_0x142e93(0x201)]()[0x0],await _0x55a409['apply'](this,arguments);};},getCodeceptDriver=()=>{const _0x3a3374=a1_0x3ae350,_0x5cc13b={};_0x5cc13b[_0x3a3374(0x18b)]='WebDriver',_0x5cc13b['StmmD']=_0x3a3374(0x1d9),_0x5cc13b[_0x3a3374(0x1ae)]='Puppeteer',_0x5cc13b[_0x3a3374(0x1f8)]=_0x3a3374(0x170);const _0x5d6d7e=_0x5cc13b,_0x5f2a08=[_0x5d6d7e['YyPMs'],_0x5d6d7e[_0x3a3374(0x1ec)],_0x5d6d7e['IlzEg'],_0x5d6d7e[_0x3a3374(0x1f8)]],_0x3d307c=_0x5f2a08[_0x3a3374(0x203)](_0x27238c=>!!CodeceptJS['container']['helpers'](_0x27238c));if(!_0x3d307c)return null;return CodeceptJS['container'][_0x3a3374(0x214)](_0x3d307c);};module[a1_0x3ae350(0x1b3)]=function(_0x6727ba){const _0x5d03d7=a1_0x3ae350,_0x189887={'buetp':function(_0x266418){return _0x266418();},'hCykl':function(_0x459c5f,_0x5eede6){return _0x459c5f(_0x5eede6);},'VLMsf':_0x5d03d7(0x1dd),'VgzEl':_0x5d03d7(0x144),'lpRfS':_0x5d03d7(0x1bc),'CLZep':_0x5d03d7(0x14d),'PEQoq':function(_0xa3c53a,_0x1745de){return _0xa3c53a(_0x1745de);},'PrAtJ':_0x5d03d7(0x1bf),'uITEc':_0x5d03d7(0x1c1),'glDiQ':'hook-failed','nEPmx':_0x5d03d7(0x179),'qURxQ':'test-before','tDmGO':function(_0x231c10,_0xd0d727,_0x1c3d5d){return _0x231c10(_0xd0d727,_0x1c3d5d);},'fkFLO':'test-started','rprTy':function(_0x15d225,_0x250c89,_0x412844){return _0x15d225(_0x250c89,_0x412844);},'PqgOb':_0x5d03d7(0x1cb),'QvgQj':function(_0x4e8a68){return _0x4e8a68();},'EpEBT':function(_0x4a95ec,_0x244df6,_0x1e0ff9,_0x52ea6c){return _0x4a95ec(_0x244df6,_0x1e0ff9,_0x52ea6c);},'yYTSI':function(_0x4ddf6c,_0x38c0f6,_0x307e99,_0x574901){return _0x4ddf6c(_0x38c0f6,_0x307e99,_0x574901);},'CrOed':function(_0x6d4932,_0x221f99){return _0x6d4932===_0x221f99;},'MdiVh':_0x5d03d7(0x152),'WauFs':_0x5d03d7(0x15f),'yZZwG':'test-skipped','dIfAm':_0x5d03d7(0x1f1),'XqHYw':function(_0xd71ec5,_0x50814b,_0x408bc4){return _0xd71ec5(_0x50814b,_0x408bc4);},'uVCsY':_0x5d03d7(0x202),'lLSrK':_0x5d03d7(0x1a6),'IeDdj':_0x5d03d7(0x178),'zyaGy':'TEST_LOG','DDcIz':_0x5d03d7(0x163),'zYiyx':_0x5d03d7(0x1ea),'fhVDJ':_0x5d03d7(0x1cc),'mrxWj':'Playwright'};_0x6727ba[_0x5d03d7(0x18a)]&&(global[_0x5d03d7(0x141)]=_0x6727ba['skipSessionStatus']);PerformanceTester[_0x5d03d7(0x142)]();const _0x2867c1=_0x189887[_0x5d03d7(0x150)](getCodeceptDriver),_0x17f664=new O11yHelper(_0x2867c1,_0x6727ba),_0x440923=!!CodeceptJS[_0x5d03d7(0x19c)]['helpers'](_0x189887[_0x5d03d7(0x166)]);global[_0x5d03d7(0x1b8)]=_0x2867c1,_0x2867c1&&(PerformanceTester[_0x5d03d7(0x1a5)](PerformanceEvents[_0x5d03d7(0x14a)],()=>{_0x440923?_0x189887['buetp'](patchPlaywrightBefore):_0x189887['hCykl'](patchWebDriverBefore,_0x2867c1);})(),PerformanceTester['measureWrapper'](PerformanceEvents[_0x5d03d7(0x212)],()=>{const _0xecf73e=_0x5d03d7;_0x2867c1[_0xecf73e(0x1dd)]=async()=>{const _0x1a9931=_0xecf73e;if(global[_0x1a9931(0x1e7)]){const _0x59aaa6={};_0x59aaa6[_0x1a9931(0x1c3)]=_0x189887[_0x1a9931(0x207)],await PerformanceTester[_0x1a9931(0x1a5)](PerformanceA11yEvents[_0x1a9931(0x1b5)],async()=>{const _0x4034f1=_0x1a9931;await AccessibilityHelper['browserStackExecuteDriver'](_0x2867c1,scripts[_0x4034f1(0x162)]);},_0x59aaa6)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x1a9931(0x1fb)],async()=>{const _0x1c25e6=_0x1a9931;await AccessibilityHelper[_0x1c25e6(0x196)](_0x2867c1,scripts[_0x1c25e6(0x189)]);})();}else return logger[_0x1a9931(0x1db)](_0x189887['VgzEl']),{};},_0x2867c1['getAccessibilityResults']=async()=>{const _0x5d5f17=_0xecf73e;if(global['accessibilityPlatform']){const _0x478cbc={};_0x478cbc[_0x5d5f17(0x1c3)]=_0x189887[_0x5d5f17(0x17a)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x5d5f17(0x1b5)],async()=>{await AccessibilityHelper['browserStackExecuteDriver'](_0x2867c1,scripts['performScan']);},_0x478cbc)(),await PerformanceTester[_0x5d5f17(0x1a5)](PerformanceA11yEvents['GET_RESULTS'],async()=>{const _0x422e10=_0x5d5f17;await AccessibilityHelper['browserStackExecuteDriver'](_0x2867c1,scripts[_0x422e10(0x1e8)]);})();}else return logger[_0x5d5f17(0x1db)](_0x189887[_0x5d5f17(0x1b1)]),{};},_0x189887[_0xecf73e(0x1a8)](patchSaveScreenshot,_0x2867c1);})()),CodeceptJS[_0x5d03d7(0x191)][_0x5d03d7(0x14f)]['on'](CodeceptJS['event'][_0x5d03d7(0x1fa)]['before'],()=>{const _0x399f45=_0x5d03d7;PerformanceTester[_0x399f45(0x1eb)](PerformanceEvents[_0x399f45(0x1b4)]);try{_0x17f664['start'](),testOpsHelper['addRequestSpy'](),PerformanceTester[_0x399f45(0x216)](PerformanceEvents[_0x399f45(0x1b4)]);}catch(_0xdb9b8c){PerformanceTester[_0x399f45(0x20c)](_0xdb9b8c),PerformanceTester[_0x399f45(0x216)](PerformanceEvents['SDK_PRE_TEST'],![],_0xdb9b8c);}}),CodeceptJS[_0x5d03d7(0x191)][_0x5d03d7(0x14f)]['on'](CodeceptJS[_0x5d03d7(0x191)][_0x5d03d7(0x1fa)]['after'],async()=>{const _0x23b0f7=_0x5d03d7;PerformanceTester[_0x23b0f7(0x1eb)](PerformanceEvents[_0x23b0f7(0x1da)]);try{requestSpy[_0x23b0f7(0x1f6)](),await _0x17f664['stop'](),PerformanceTester['end'](PerformanceEvents['SDK_POST_TEST']);}catch(_0x4fa7f0){PerformanceTester[_0x23b0f7(0x20c)](_0x4fa7f0),PerformanceTester[_0x23b0f7(0x216)](PerformanceEvents[_0x23b0f7(0x1da)],![],_0x4fa7f0);}finally{PerformanceTester['stopMonitoring']();}}),CodeceptJS[_0x5d03d7(0x191)][_0x5d03d7(0x14f)]['on'](CodeceptJS[_0x5d03d7(0x191)][_0x5d03d7(0x155)][_0x5d03d7(0x17c)],_0x2415ac=>{const _0x30fb00=_0x5d03d7;PerformanceTester[_0x30fb00(0x1eb)](PerformanceEvents[_0x30fb00(0x1c4)]);try{const _0x430fbe=_0x2415ac[_0x30fb00(0x151)][_0x30fb00(0x1a4)],_0x5911ff=_0x17f664[_0x30fb00(0x1ac)](TEST_EVENTS[_0x30fb00(0x1c5)],_0x430fbe);CodeceptRecorder[_0x30fb00(0x19a)](()=>_0x17f664[_0x30fb00(0x1c0)](TEST_EVENTS[_0x30fb00(0x1c5)],_0x5911ff));const _0x1a54f8={};_0x1a54f8[_0x30fb00(0x193)]=_0x189887[_0x30fb00(0x154)],PerformanceTester[_0x30fb00(0x216)](PerformanceEvents[_0x30fb00(0x1c4)],!![],null,_0x1a54f8);}catch(_0x8f08b4){const _0x407b5e={};_0x407b5e['hookType']=_0x189887[_0x30fb00(0x154)],PerformanceTester[_0x30fb00(0x216)](PerformanceEvents[_0x30fb00(0x1c4)],![],_0x8f08b4,_0x407b5e),PerformanceTester['captureError'](_0x8f08b4);}}),CodeceptJS[_0x5d03d7(0x191)]['dispatcher']['on'](CodeceptJS[_0x5d03d7(0x191)]['hook'][_0x5d03d7(0x1bd)],_0x333c51=>{const _0x5bab94=_0x5d03d7,_0x41110a={};_0x41110a[_0x5bab94(0x193)]=_0x189887[_0x5bab94(0x190)],PerformanceTester[_0x5bab94(0x1eb)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x41110a);try{const _0x4031e7=_0x333c51[_0x5bab94(0x151)]['test'],_0x54bafa=_0x17f664[_0x5bab94(0x1ac)](TEST_EVENTS[_0x5bab94(0x217)],_0x4031e7);CodeceptRecorder[_0x5bab94(0x19a)](()=>_0x17f664[_0x5bab94(0x1c0)](TEST_EVENTS[_0x5bab94(0x217)],_0x54bafa));const _0x18b424={};_0x18b424['hookType']=_0x189887['uITEc'],PerformanceTester[_0x5bab94(0x216)](PerformanceHookEvents[_0x5bab94(0x1c4)],!![],null,_0x18b424);}catch(_0x51ce16){PerformanceTester[_0x5bab94(0x20c)](_0x51ce16);const _0x8aaac3={};_0x8aaac3['hookType']=_0x189887[_0x5bab94(0x190)],PerformanceTester[_0x5bab94(0x216)](PerformanceHookEvents[_0x5bab94(0x1c4)],![],_0x51ce16,_0x8aaac3);}}),CodeceptJS[_0x5d03d7(0x191)]['dispatcher']['on'](CodeceptJS[_0x5d03d7(0x191)][_0x5d03d7(0x155)]['failed'],async(_0x5eb0a9,_0x3ecaa4)=>{const _0x1017fa=_0x5d03d7;PerformanceTester[_0x1017fa(0x1eb)](PerformanceHookEvents['SDK_HOOK']);try{const _0x485a3c=_0x5eb0a9[_0x1017fa(0x151)][_0x1017fa(0x1a4)],_0x325658=_0x17f664[_0x1017fa(0x1ac)](TEST_EVENTS[_0x1017fa(0x217)],_0x485a3c,_0x3ecaa4);CodeceptRecorder[_0x1017fa(0x19a)](()=>_0x17f664[_0x1017fa(0x1c0)](TEST_EVENTS[_0x1017fa(0x217)],_0x325658));const _0x1f0246={};_0x1f0246[_0x1017fa(0x193)]=_0x189887[_0x1017fa(0x14e)],PerformanceTester[_0x1017fa(0x1eb)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x1f0246);}catch(_0x318bfb){PerformanceTester['captureError'](_0x318bfb);const _0x33853b={};_0x33853b[_0x1017fa(0x193)]=_0x189887[_0x1017fa(0x14e)],PerformanceTester['end'](PerformanceHookEvents[_0x1017fa(0x1c4)],![],_0x318bfb,_0x33853b);}const _0x39c4e4={};_0x39c4e4[_0x1017fa(0x193)]=_0x189887[_0x1017fa(0x14e)],PerformanceTester['end'](PerformanceHookEvents[_0x1017fa(0x1c4)],!![],null,_0x39c4e4);}),CodeceptJS['event'][_0x5d03d7(0x14f)]['on'](CodeceptJS[_0x5d03d7(0x191)][_0x5d03d7(0x1a4)]['before'],_0x31c28=>{const _0x37f63b=_0x5d03d7;PerformanceTester[_0x37f63b(0x1eb)](PerformanceHookEvents[_0x37f63b(0x1c4)]);try{globals[_0x37f63b(0x186)](_0x189887[_0x37f63b(0x1b6)],_0x31c28[_0x37f63b(0x15c)]);_0x189887[_0x37f63b(0x150)](isBrowserstackInfra)&&(_0x440923&&(global['__workerDetails']={'currentTest':{'name':_0x31c28[_0x37f63b(0x15c)],'testInfo':{'titlePath':_0x31c28['titlePath']()}}}));const _0x5e9f1e={};_0x5e9f1e[_0x37f63b(0x193)]=_0x189887[_0x37f63b(0x1e9)],PerformanceTester['end'](PerformanceHookEvents[_0x37f63b(0x1c4)],!![],null,_0x5e9f1e);}catch(_0x1e4b30){PerformanceTester[_0x37f63b(0x20c)](_0x1e4b30);const _0x42854b={};_0x42854b['hookType']=_0x189887[_0x37f63b(0x1e9)],PerformanceTester[_0x37f63b(0x216)](PerformanceHookEvents['SDK_HOOK'],![],_0x1e4b30,_0x42854b);}}),CodeceptJS['event'][_0x5d03d7(0x14f)]['on'](CodeceptJS[_0x5d03d7(0x191)][_0x5d03d7(0x1a4)]['started'],_0x4645aa=>{const _0xad326e=_0x5d03d7;PerformanceTester[_0xad326e(0x1eb)](PerformanceHookEvents[_0xad326e(0x1c4)]);try{globals[_0xad326e(0x186)](_0x189887[_0xad326e(0x1b6)],_0x4645aa[_0xad326e(0x15c)]);const _0x2c5598=_0x17f664[_0xad326e(0x1ac)](TEST_EVENTS[_0xad326e(0x1f7)],_0x4645aa);CodeceptRecorder[_0xad326e(0x19a)](()=>_0x17f664[_0xad326e(0x1c0)](TEST_EVENTS[_0xad326e(0x1f7)],_0x2c5598)),CodeceptRecorder[_0xad326e(0x19a)](async()=>{const _0x21fced=_0xad326e;_0x189887['buetp'](isBrowserstackInfra)&&(!_0x189887['hCykl'](isTrue,_0x6727ba[_0x21fced(0x1d1)])&&await _0x189887[_0x21fced(0x1aa)](markSessionName,_0x2867c1,_0x4645aa[_0x21fced(0x15c)]),_0x17f664[_0x21fced(0x18f)]&&await _0x189887['PEQoq'](o11ySync,_0x2867c1));});}catch(_0x1d8951){const _0x512926={};_0x512926[_0xad326e(0x193)]=_0x189887[_0xad326e(0x158)],PerformanceTester[_0xad326e(0x216)](PerformanceHookEvents[_0xad326e(0x1c4)],![],_0x1d8951,_0x512926),PerformanceTester[_0xad326e(0x20c)](_0x1d8951);}const _0xcec1cf={};_0xcec1cf[_0xad326e(0x193)]=_0x189887[_0xad326e(0x158)],PerformanceTester[_0xad326e(0x216)](PerformanceHookEvents[_0xad326e(0x1c4)],!![],null,_0xcec1cf);}),CodeceptJS[_0x5d03d7(0x191)]['dispatcher']['on'](CodeceptJS[_0x5d03d7(0x191)][_0x5d03d7(0x1a4)][_0x5d03d7(0x1bd)],_0x5c5ef1=>{const _0x3bce19=_0x5d03d7,_0xaa35cf={'BgWvo':function(_0x4ed562,_0x4b18a1,_0x177185){const _0x2b40de=a1_0x57c5;return _0x189887[_0x2b40de(0x213)](_0x4ed562,_0x4b18a1,_0x177185);},'yVSky':function(_0x50371c){const _0x374c6c=a1_0x57c5;return _0x189887[_0x374c6c(0x150)](_0x50371c);}};PerformanceTester[_0x3bce19(0x1eb)](PerformanceHookEvents[_0x3bce19(0x1c4)]);try{const _0x2139b1=_0x17f664[_0x3bce19(0x1ac)](TEST_EVENTS[_0x3bce19(0x1df)],_0x5c5ef1);CodeceptRecorder['add'](()=>_0x17f664['fireEvent'](TEST_EVENTS['TEST_RUN_FINISHED'],_0x2139b1)),CodeceptRecorder['add'](async()=>{const _0x5d8231=_0x3bce19;_0xaa35cf[_0x5d8231(0x173)](isBrowserstackInfra)&&await PerformanceTester[_0x5d8231(0x1a5)](PerformanceAutEvents['SESSION_STATUS'],async()=>{const _0x29420f=_0x5d8231;_0x440923?await _0xaa35cf[_0x29420f(0x1af)](playwrightMarkSessionStatus,_0x2867c1,STATE_PASSED):await _0xaa35cf[_0x29420f(0x1af)](markSessionStatus,_0x2867c1,STATE_PASSED);})();}),PerformanceTester['end'](PerformanceEvents[_0x3bce19(0x182)]);}catch(_0xfe8e6c){PerformanceTester['captureError'](_0xfe8e6c);const _0x6a06b0={};_0x6a06b0[_0x3bce19(0x193)]=_0x189887['PqgOb'],PerformanceTester[_0x3bce19(0x216)](PerformanceHookEvents[_0x3bce19(0x1c4)],![],_0xfe8e6c,_0x6a06b0),PerformanceTester[_0x3bce19(0x216)](PerformanceEvents['SDK_TEST'],![],_0xfe8e6c);}const _0x17e94d={};_0x17e94d[_0x3bce19(0x193)]=_0x189887[_0x3bce19(0x1fe)],PerformanceTester[_0x3bce19(0x216)](PerformanceHookEvents[_0x3bce19(0x1c4)],!![],null,_0x17e94d);}),CodeceptJS['event'][_0x5d03d7(0x14f)]['on'](CodeceptJS[_0x5d03d7(0x191)][_0x5d03d7(0x1a4)]['failed'],(_0x5157e8,_0x30ada1)=>{const _0x389001=_0x5d03d7,_0x29a391={'MurSE':function(_0xff7dc6){const _0x5e837e=a1_0x57c5;return _0x189887[_0x5e837e(0x1b9)](_0xff7dc6);},'Tvypp':function(_0x37cd00,_0x4f2db3,_0xef10df,_0x5a5b70){return _0x189887['EpEBT'](_0x37cd00,_0x4f2db3,_0xef10df,_0x5a5b70);},'gANob':function(_0x4ad10b,_0xff6493,_0x4ab2c0,_0x1f0a67){const _0x8f13ca=a1_0x57c5;return _0x189887[_0x8f13ca(0x1e1)](_0x4ad10b,_0xff6493,_0x4ab2c0,_0x1f0a67);}};PerformanceTester[_0x389001(0x1eb)](PerformanceHookEvents[_0x389001(0x1c4)]);try{if(_0x189887[_0x389001(0x17f)](_0x5157e8[_0x389001(0x1c7)][_0x389001(0x172)],_0x189887[_0x389001(0x1d2)])){const _0x4f8f7d=_0x17f664[_0x389001(0x1ac)](TEST_EVENTS[_0x389001(0x1cd)],_0x5157e8[_0x389001(0x151)][_0x389001(0x1d5)]);CodeceptRecorder[_0x389001(0x19a)](()=>_0x17f664[_0x389001(0x1c0)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x4f8f7d));}else{const _0x2df03f=_0x17f664[_0x389001(0x1ac)](TEST_EVENTS[_0x389001(0x1df)],_0x5157e8,_0x30ada1);CodeceptRecorder['add'](()=>{const _0x1bbf30=_0x389001;try{_0x17f664[_0x1bbf30(0x1c0)](TEST_EVENTS[_0x1bbf30(0x1df)],_0x2df03f);}catch(_0x5bd7d9){logger[_0x1bbf30(0x1a7)](_0x1bbf30(0x1e6)+util[_0x1bbf30(0x1fd)](_0x5bd7d9)),PerformanceTester[_0x1bbf30(0x216)](PerformanceEvents[_0x1bbf30(0x182)],![],_0x5bd7d9);}}),CodeceptRecorder[_0x389001(0x19a)](async()=>{const _0x17d5cc=_0x389001;try{_0x29a391[_0x17d5cc(0x146)](isBrowserstackInfra)&&(_0x440923?await _0x29a391[_0x17d5cc(0x167)](playwrightMarkSessionStatus,_0x2867c1,STATE_FAILED,_0x30ada1):await _0x29a391['gANob'](markSessionStatus,_0x2867c1,STATE_FAILED,_0x30ada1));}catch(_0x370905){logger['debug'](_0x17d5cc(0x160)+util[_0x17d5cc(0x1fd)](_0x370905)),PerformanceTester[_0x17d5cc(0x216)](PerformanceEvents[_0x17d5cc(0x182)],![],_0x370905);}});}PerformanceTester[_0x389001(0x216)](PerformanceEvents[_0x389001(0x182)]);}catch(_0x5aede3){PerformanceTester[_0x389001(0x20c)](_0x5aede3);const _0x10cc69={};_0x10cc69[_0x389001(0x193)]=_0x189887[_0x389001(0x1c9)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x5aede3,_0x10cc69),PerformanceTester[_0x389001(0x216)](PerformanceEvents['SDK_TEST'],![],_0x5aede3);}const _0x18d97d={};_0x18d97d[_0x389001(0x193)]=_0x189887['WauFs'],PerformanceTester['end'](PerformanceHookEvents[_0x389001(0x1c4)],!![],null,_0x18d97d);}),CodeceptJS[_0x5d03d7(0x191)][_0x5d03d7(0x14f)]['on'](CodeceptJS[_0x5d03d7(0x191)]['test']['skipped'],_0x202174=>{const _0x2f20e8=_0x5d03d7;PerformanceTester['start'](PerformanceHookEvents[_0x2f20e8(0x1c4)]);try{const _0x5bc9c0=_0x17f664['captureEvent'](TEST_EVENTS[_0x2f20e8(0x1cd)],_0x202174);CodeceptRecorder[_0x2f20e8(0x19a)](()=>_0x17f664[_0x2f20e8(0x1c0)](TEST_EVENTS[_0x2f20e8(0x1cd)],_0x5bc9c0)),PerformanceTester[_0x2f20e8(0x216)](PerformanceEvents[_0x2f20e8(0x182)]);}catch(_0x1ad563){PerformanceTester[_0x2f20e8(0x20c)](_0x1ad563),PerformanceTester[_0x2f20e8(0x216)](PerformanceEvents[_0x2f20e8(0x182)],![],_0x1ad563);const _0x16ea05={};_0x16ea05[_0x2f20e8(0x193)]=_0x189887[_0x2f20e8(0x209)],PerformanceTester[_0x2f20e8(0x216)](PerformanceHookEvents[_0x2f20e8(0x1c4)],![],_0x1ad563,_0x16ea05);}const _0x3ed569={};_0x3ed569[_0x2f20e8(0x193)]=_0x189887[_0x2f20e8(0x209)],PerformanceTester[_0x2f20e8(0x216)](PerformanceHookEvents[_0x2f20e8(0x1c4)],!![],null,_0x3ed569);}),CodeceptJS[_0x5d03d7(0x191)][_0x5d03d7(0x14f)]['on'](CodeceptJS[_0x5d03d7(0x191)][_0x5d03d7(0x1a4)][_0x5d03d7(0x1d6)],async(_0x2dbc51,_0x2d9cc7)=>{const _0x42c34f=_0x5d03d7,_0x2e4cc1={};_0x2e4cc1['WApFz']=_0x189887['dIfAm'];const _0xb8723a=_0x2e4cc1;try{PerformanceTester[_0x42c34f(0x1eb)](PerformanceHookEvents[_0x42c34f(0x1c4)]);const _0x265ad5=_0x189887[_0x42c34f(0x16f)](shouldScanTestForAccessibility,_0x2dbc51[_0x42c34f(0x18c)](),!![]);if(_0x189887[_0x42c34f(0x150)](isAccessibilityAutomationSession)&&global[_0x42c34f(0x1e7)]&&_0x265ad5){const _0x476ed9={};_0x476ed9[_0x42c34f(0x177)]=_0x2dbc51['testAnalyticsId'],_0x476ed9[_0x42c34f(0x1d3)]=process['env'][testHubConstants['ENV_VAR'][_0x42c34f(0x19d)]],_0x476ed9['thJwtToken']=process[_0x42c34f(0x1ad)][testHubConstants[_0x42c34f(0x1e2)][_0x42c34f(0x176)]];const _0x48ba52=_0x476ed9;logger[_0x42c34f(0x1a7)](_0x42c34f(0x194)+JSON['stringify'](_0x48ba52)),CodeceptRecorder['add'](async()=>{const _0x1bbdd8=_0x42c34f,_0x3aaef1={};_0x3aaef1[_0x1bbdd8(0x1c3)]=_0xb8723a[_0x1bbdd8(0x1d7)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x1bbdd8(0x1b5)],async()=>{const _0x54f9c8=_0x1bbdd8;await AccessibilityHelper[_0x54f9c8(0x196)](_0x2867c1,scripts[_0x54f9c8(0x162)]);},_0x3aaef1)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x1bbdd8(0x17b)],async()=>{const _0x2b60b8=_0x1bbdd8;await AccessibilityHelper[_0x2b60b8(0x196)](_0x2867c1,scripts['saveTestResults'],_0x48ba52);})();}),logger[_0x42c34f(0x198)](_0x189887[_0x42c34f(0x1ff)]);}const _0x218ec7={};_0x218ec7[_0x42c34f(0x193)]=_0x189887[_0x42c34f(0x1d0)],PerformanceTester[_0x42c34f(0x216)](PerformanceHookEvents[_0x42c34f(0x1c4)],!![],null,_0x218ec7);}catch(_0xf32d3c){PerformanceTester[_0x42c34f(0x20c)](_0xf32d3c);const _0x55ce4d={};_0x55ce4d[_0x42c34f(0x193)]=_0x189887['lLSrK'],PerformanceTester[_0x42c34f(0x216)](PerformanceHookEvents[_0x42c34f(0x1c4)],![],_0xf32d3c,_0x55ce4d);}}),CodeceptJS[_0x5d03d7(0x191)][_0x5d03d7(0x14f)]['on'](CodeceptJS[_0x5d03d7(0x191)][_0x5d03d7(0x153)][_0x5d03d7(0x1e0)],_0x3b6368=>{const _0x26ca93=_0x5d03d7;PerformanceTester[_0x26ca93(0x1eb)](PerformanceHookEvents[_0x26ca93(0x1c4)]);try{process[_0x26ca93(0x215)]('bs:addLog:'+process[_0x26ca93(0x1a2)],{'timestamp':new Date()['toISOString'](),'level':_0x189887['IeDdj'],'message':_0x3b6368,'kind':_0x189887[_0x26ca93(0x157)],'http_response':{}});}catch(_0x135337){PerformanceTester[_0x26ca93(0x20c)](_0x135337);const _0x523934={};_0x523934[_0x26ca93(0x193)]=_0x189887[_0x26ca93(0x200)],PerformanceTester[_0x26ca93(0x216)](PerformanceHookEvents['SDK_HOOK'],![],_0x135337,_0x523934);}const _0x448bda={};_0x448bda[_0x26ca93(0x193)]=_0x189887[_0x26ca93(0x200)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x448bda);}),CodeceptJS[_0x5d03d7(0x191)][_0x5d03d7(0x14f)]['on'](CodeceptJS[_0x5d03d7(0x191)][_0x5d03d7(0x204)][_0x5d03d7(0x1a1)],_0x39e46c=>{const _0x470ff9=_0x5d03d7,_0x455ee2={};_0x455ee2[_0x470ff9(0x193)]=_0x189887[_0x470ff9(0x1b0)],PerformanceTester[_0x470ff9(0x1a5)](PerformanceHookEvents[_0x470ff9(0x1c4)],()=>{const _0x59dab2=_0x470ff9;_0x17f664[_0x59dab2(0x17e)](_0x39e46c);},_0x455ee2)();}),CodeceptJS[_0x5d03d7(0x191)][_0x5d03d7(0x14f)]['on'](CodeceptJS[_0x5d03d7(0x191)][_0x5d03d7(0x204)]['after'],_0x2e1c59=>{const _0x2d4612=_0x5d03d7,_0x35b65c={};_0x35b65c[_0x2d4612(0x193)]=_0x189887['fhVDJ'],PerformanceTester[_0x2d4612(0x1a5)](PerformanceHookEvents[_0x2d4612(0x1c4)],()=>{const _0x5c9dd5=_0x2d4612;_0x17f664[_0x5c9dd5(0x20e)](_0x2e1c59);},_0x35b65c)();});};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';function a2_0x498d(){const _0x2f316f=['fZUoz','357332DAomoV','log','result','99LPkHyp','prepareCapabilities','ENrzT','findIndex','jyQvT','env','validPlatformsPresent','isEmpty','stringify','accessibility','before','split','hTKxo','codecept.json','join','../../helpers/test-observability/constants','../../helpers/testhub/testhubHandler','jlNsZ','require','../../helpers/accessibility-automation/helper','playwright-firefox','push','LNniy','util','browserName','testObservability','addTests','info','profile','/wd/hub','dhkjn','BROWSERSTACK_TEST_ACCESSIBILITY_YML','codeceptjs','addOptions','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','OnhvD','length','path','browser','errorMessage','isTestObservabilitySession','enabled','HjBwW','finalExecution','playwright-chromium','5|4|3|2|0|1','failed','10AmKXsz','3395295vJNMan','accessibilityOptions','browserStackCwd','skipSessionStatus','host','browserWSEndpoint','zEfmt','9621168faqTNI','slice','15017859LsfXwb','ADHNb','SDK_CLEANUP','Failed\x20:\x20','lupau','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','config','SDK_SETUP','firefox','testConfig','hubUrl','title','BROWSERSTACK_TEST_OBSERVABILITY_YML','BrowserStackPlugin.js','FRAMEWORKS','EVENTS','../../helpers/utilities','root','useW3C','forEach','60weqPwJ','257383RlXDkt','ygANb','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','getUserWorkerCount','handleApp','gherkin','UcqcU','key','BROWSERSTACK_RERUN_TESTS','skipSessionName','1ohAqmV','dirname','1399870HJpSYm','chromium','--config','mergeDeep','event','AAcbV','existsSync','stack','mCoAM','err','test','accessKey','plugins','../../helpers/BrowserStackSetup','passed','1844120vdrNzU','getPlatformName','helpers','webkit','chdir','Lgapy','tdwmX','createGroupsOfSuites','../../helpers/helper','map','uIiCz','CODECEPT','USER_CONFIG_DETAILS_PATH','platforms','aJfFW','Passed\x20:\x20','yqOGY','nliyu','parallelsPerPlatform','mfbkh','addConfig','launchBuild','spawn','LAQYe','itiYn','toLowerCase','process','initialize','userName','Playwright','cwd','assign','zWVnO','format','isUndefined','WebDriver','BrowserStackPlugin','jufIE','replace','codecept.conf.js','trim'];a2_0x498d=function(){return _0x2f316f;};return a2_0x498d();}const a2_0x3f342c=a2_0x484a;function a2_0x484a(_0x565822,_0x17e067){const _0x498dfb=a2_0x498d();return a2_0x484a=function(_0x484a85,_0x12b724){_0x484a85=_0x484a85-0x110;let _0x3dded2=_0x498dfb[_0x484a85];return _0x3dded2;},a2_0x484a(_0x565822,_0x17e067);}(function(_0x26605b,_0x1d4300){const _0x5d157e=a2_0x484a,_0x34f02c=_0x26605b();while(!![]){try{const _0x5b6790=-parseInt(_0x5d157e(0x19c))/0x1*(-parseInt(_0x5d157e(0x19e))/0x2)+-parseInt(_0x5d157e(0x174))/0x3+-parseInt(_0x5d157e(0x141))/0x4*(parseInt(_0x5d157e(0x173))/0x5)+-parseInt(_0x5d157e(0x191))/0x6*(-parseInt(_0x5d157e(0x192))/0x7)+parseInt(_0x5d157e(0x17b))/0x8+parseInt(_0x5d157e(0x17d))/0x9+parseInt(_0x5d157e(0x117))/0xa*(-parseInt(_0x5d157e(0x144))/0xb);if(_0x5b6790===_0x1d4300)break;else _0x34f02c['push'](_0x34f02c['shift']());}catch(_0x1965df){_0x34f02c['push'](_0x34f02c['shift']());}}}(a2_0x498d,0xec84f));const fs=require('fs'),path=require('path'),util=require(a2_0x3f342c(0x15b)),process=require(a2_0x3f342c(0x131)),logger=require('../../helpers/logger')['winstonLogger'],{default:BrowserStackSetup}=require(a2_0x3f342c(0x115)),helper=require(a2_0x3f342c(0x11f)),utilities=require(a2_0x3f342c(0x18d)),{checkAccessibilityPlatformConfig}=require(a2_0x3f342c(0x157)),{setAccessibilityCapabilities}=require('../../bin/playwright/accessibility-helper'),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x3f342c(0x11f)),CodeceptJS=requireModule('codeceptjs/lib/index.js',a2_0x3f342c(0x164)),testOpsHelper=require('../../helpers/test-observability/utils'),TestHubHandler=require(a2_0x3f342c(0x154)),constants=require('../utils/constants'),PerformanceTester=require('../../helpers/performance/performance-tester'),{FRAMEWORKS}=require(a2_0x3f342c(0x153)),PerformanceEvents=require('../../helpers/performance/constants')[a2_0x3f342c(0x18c)],_testErrorData=[],getUserCodeceptJSConfigs=(_0x293688,_0x1b9638)=>{const _0x269b74=a2_0x3f342c,_0x4f8016={};_0x4f8016[_0x269b74(0x17a)]=function(_0x1b0c9a,_0x31c374){return _0x1b0c9a===_0x31c374;},_0x4f8016[_0x269b74(0x148)]=_0x269b74(0x13e),_0x4f8016[_0x269b74(0x125)]=_0x269b74(0x151);const _0x115c68=_0x4f8016;let _0x44580d=null;const _0x45e554={};let _0x104226=_0x1b9638[_0x269b74(0x147)](_0x3e1e00=>_0x3e1e00===_0x269b74(0x1a0));_0x115c68[_0x269b74(0x17a)](_0x104226,-0x1)&&(_0x104226=_0x1b9638[_0x269b74(0x147)](_0x147d48=>_0x147d48==='-c'));if(!helper[_0x269b74(0x139)](_0x293688[_0x269b74(0x183)])&&fs['existsSync'](path[_0x269b74(0x152)](process[_0x269b74(0x135)](),_0x293688[_0x269b74(0x183)])))_0x44580d=path[_0x269b74(0x152)](process[_0x269b74(0x135)](),_0x293688[_0x269b74(0x183)]),_0x1b9638['slice'](_0x104226,0x2);else{if(!helper['isUndefined'](_0x293688['c'])&&fs[_0x269b74(0x1a4)](path['join'](process[_0x269b74(0x135)](),_0x293688['c'])))_0x44580d=path[_0x269b74(0x152)](process[_0x269b74(0x135)](),_0x293688['c']),_0x1b9638[_0x269b74(0x17c)](_0x104226,0x2);else{if(fs[_0x269b74(0x1a4)](path[_0x269b74(0x152)](process[_0x269b74(0x135)](),_0x115c68[_0x269b74(0x148)])))_0x44580d=path['join'](process['cwd'](),_0x115c68[_0x269b74(0x148)]);else fs[_0x269b74(0x1a4)](path['join'](process[_0x269b74(0x135)](),_0x115c68['aJfFW']))&&(_0x44580d=path[_0x269b74(0x152)](process[_0x269b74(0x135)](),_0x115c68[_0x269b74(0x125)]));}}return process[_0x269b74(0x149)][_0x269b74(0x123)]=_0x44580d,_0x44580d;},getO11yRerunPattern=()=>{const _0x17dd6b=a2_0x3f342c,_0x13c494=helper['isTrue'](process['env']['BROWSERSTACK_RERUN']);if(_0x13c494){const _0x4b0097=process['env'][_0x17dd6b(0x19a)],_0x508be9=[];if(helper['validateRerunTestList'](_0x4b0097)&&!helper[_0x17dd6b(0x139)](_0x4b0097)){_0x4b0097[_0x17dd6b(0x14f)](',')[_0x17dd6b(0x120)](_0x2d7e0c=>{const _0x5d7f5b=_0x17dd6b;_0x508be9[_0x5d7f5b(0x159)]('('+_0x2d7e0c[_0x5d7f5b(0x13f)]()+')');});const _0x39e9fe='^'+_0x508be9[_0x17dd6b(0x152)]('|')+'$';return _0x39e9fe;}}return null;},a2_0x3f2198={};a2_0x3f2198['chrome']=a2_0x3f342c(0x19f),a2_0x3f2198[a2_0x3f342c(0x170)]='chromium',a2_0x3f2198[a2_0x3f342c(0x158)]=a2_0x3f342c(0x185),a2_0x3f2198['playwright-webkit']=a2_0x3f342c(0x11a);const pwToCodeceptBrowser=a2_0x3f2198;async function run(_0x34e832,_0x14e49f,_0x3aa2e7){const _0x4c8df3=a2_0x3f342c,_0x26621c={'ygANb':function(_0x42232c,_0x485e5d){return _0x42232c+_0x485e5d;},'HjBwW':function(_0x280d5a,_0x1bbb5f){return _0x280d5a(_0x1bbb5f);},'LAQYe':function(_0x17acff,_0x277497,_0xb7232a){return _0x17acff(_0x277497,_0xb7232a);},'mfbkh':_0x4c8df3(0x119),'uIiCz':function(_0x3273a2){return _0x3273a2();},'ADHNb':_0x4c8df3(0x161),'fZUoz':_0x4c8df3(0x180),'RRkKw':_0x4c8df3(0x126),'ENrzT':'Started\x20:\x20','mCoAM':_0x4c8df3(0x171),'UcqcU':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','LNniy':function(_0x2f345b,_0x94b40e,_0x489953){return _0x2f345b(_0x94b40e,_0x489953);},'hTKxo':_0x4c8df3(0x134),'jlNsZ':'WebDriver','Lgapy':function(_0x3ad007,_0xba80f6){return _0x3ad007!=_0xba80f6;},'OnhvD':function(_0x29e3b5,_0x2a0ebf){return _0x29e3b5===_0x2a0ebf;},'FhWuW':_0x4c8df3(0x197),'dhkjn':function(_0x31b83c,_0x148139){return _0x31b83c(_0x148139);},'yqOGY':function(_0x28f468){return _0x28f468();},'jufIE':function(_0x335804,_0x45af01){return _0x335804*_0x45af01;},'nliyu':function(_0xb0d077,_0x3e11d6,_0x3dde47){return _0xb0d077(_0x3e11d6,_0x3dde47);},'itiYn':_0x4c8df3(0x16a),'mjGuL':function(_0x1d8da5,_0x211abf,_0x2e38cc){return _0x1d8da5(_0x211abf,_0x2e38cc);},'lupau':'desiredCapabilities','zWVnO':_0x4c8df3(0x18e),'tdwmX':_0x4c8df3(0x18a),'AAcbV':_0x4c8df3(0x176)};await _0x3aa2e7[_0x4c8df3(0x132)](_0x34e832),await helper[_0x4c8df3(0x196)](_0x3aa2e7['config']);if(!_0x3aa2e7[_0x4c8df3(0x183)])return;process[_0x4c8df3(0x160)]=_0x34e832[_0x4c8df3(0x160)];_0x34e832[_0x4c8df3(0x160)]&&(process['env']['profile']=_0x34e832['profile']);const _0x173169=_0x26621c[_0x4c8df3(0x12e)](getUserCodeceptJSConfigs,_0x34e832,_0x14e49f);let _0x5bbd4f={};_0x173169?(logger[_0x4c8df3(0x15f)](_0x4c8df3(0x182)+_0x173169),_0x5bbd4f=CodeceptJS[_0x4c8df3(0x183)]['load'](_0x173169)):logger[_0x4c8df3(0x15f)](_0x26621c[_0x4c8df3(0x198)]);let _0x4d2fb2=![];_0x26621c[_0x4c8df3(0x15a)](nestedKeyValue,_0x5bbd4f,[_0x26621c['mfbkh'],_0x26621c[_0x4c8df3(0x150)]])&&(_0x4d2fb2=!![]);const _0xf5fca1=_0x4d2fb2?_0x26621c[_0x4c8df3(0x150)]:_0x26621c[_0x4c8df3(0x155)];let _0x3d4ec4=!_0x4d2fb2?helper[_0x4c8df3(0x18f)](_0x3aa2e7[_0x4c8df3(0x183)]):![];!helper[_0x4c8df3(0x139)](_0x3aa2e7['config'][_0x4c8df3(0x175)])&&(process[_0x4c8df3(0x149)][_0x4c8df3(0x194)]=JSON[_0x4c8df3(0x14c)](_0x3aa2e7[_0x4c8df3(0x183)][_0x4c8df3(0x175)]));let _0x124a87=_0x3aa2e7[_0x4c8df3(0x183)][_0x4c8df3(0x14d)];_0x124a87=_0x124a87||_0x26621c[_0x4c8df3(0x16e)](checkAccessibilityPlatformConfig,_0x3aa2e7[_0x4c8df3(0x183)]),process[_0x4c8df3(0x149)][_0x4c8df3(0x163)]=_0x124a87;_0x124a87&&(_0x3d4ec4=!_0x124a87);_0x26621c[_0x4c8df3(0x11c)](_0x3aa2e7[_0x4c8df3(0x183)][_0x4c8df3(0x15d)],null)?process[_0x4c8df3(0x149)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x3aa2e7[_0x4c8df3(0x183)][_0x4c8df3(0x15d)]:process['env'][_0x4c8df3(0x189)]=_0x26621c[_0x4c8df3(0x167)](_0xf5fca1,_0x26621c[_0x4c8df3(0x150)]);const _0x64c9e4=_0x26621c[_0x4c8df3(0x12e)](nestedKeyValue,_0x5bbd4f,[_0x26621c['FhWuW']]),_0x31feaa=_0x64c9e4&&!helper[_0x4c8df3(0x14b)](_0x64c9e4)?FRAMEWORKS['CODECEPT_CUCUMBER']:FRAMEWORKS['CODECEPT'],_0x23aa3e=await TestHubHandler[_0x4c8df3(0x12c)](_0x31feaa,_0x3aa2e7);_0x124a87&&_0x26621c[_0x4c8df3(0x162)](setAccessibilityCapabilities,_0x3aa2e7['config']);const _0xa74027={},_0x40f28c=[],_0x261902=_0x3aa2e7[_0x4c8df3(0x183)][_0x4c8df3(0x129)]||helper[_0x4c8df3(0x195)](_0x34e832,_0x14e49f,_0x3aa2e7[_0x4c8df3(0x183)],constants['FRAMEWORKS']['CODECEPT'])||0x1;let _0x58909a=0x1;if(_0x26621c[_0x4c8df3(0x127)](isBrowserstackInfra)){const _0x3234c4=helper[_0x4c8df3(0x145)](_0x3aa2e7[_0x4c8df3(0x183)],_0x3d4ec4,constants[_0x4c8df3(0x18b)][_0x4c8df3(0x122)]);_0x3234c4[_0x4c8df3(0x190)](_0x446f0f=>{helper['setAdditionalCapabilities'](_0x446f0f);}),helper[_0x4c8df3(0x14a)](_0x3aa2e7[_0x4c8df3(0x183)])?_0x58909a=_0x26621c[_0x4c8df3(0x13c)](_0x261902,_0x3aa2e7[_0x4c8df3(0x183)][_0x4c8df3(0x124)][_0x4c8df3(0x168)]):_0x58909a=_0x261902,_0x3234c4['forEach'](_0x1bc4ce=>{const _0x3048d0=_0x4c8df3,_0x455844=_0x26621c[_0x3048d0(0x193)](helper[_0x3048d0(0x118)](_0x1bc4ce,'_'),'_'+Date['now']()),_0x6a28d1=((()=>{const _0x3b66e3=_0x3048d0;if(_0x4d2fb2){const _0x1a54bf=pwToCodeceptBrowser[_0x1bc4ce['browserName']]||_0x1bc4ce[_0x3b66e3(0x15c)];return{'browser':_0x1a54bf,[_0x1a54bf]:{'browserWSEndpoint':_0x26621c[_0x3b66e3(0x193)](helper['getPlaywrightUrl'](_0x3aa2e7['config']),_0x26621c['HjBwW'](encodeURIComponent,JSON[_0x3b66e3(0x14c)](_0x1bc4ce)))}};}const _0x424fe0={};return _0x424fe0['desiredCapabilities']=_0x1bc4ce,_0x424fe0['user']=_0x3aa2e7[_0x3b66e3(0x183)][_0x3b66e3(0x133)],_0x424fe0[_0x3b66e3(0x199)]=_0x3aa2e7[_0x3b66e3(0x183)][_0x3b66e3(0x113)],_0x424fe0;})()),_0x9f8bbc=_0x26621c[_0x3048d0(0x12e)](nestedKeyValue,_0x5bbd4f,[_0x26621c[_0x3048d0(0x12a)],_0xf5fca1]);_0xa74027[_0x455844]=_0x9f8bbc?helper[_0x3048d0(0x1a1)](_0x6a28d1,_0x9f8bbc):_0x6a28d1;if(!_0x4d2fb2){_0xa74027[_0x455844][_0x3048d0(0x16a)]=_0x1bc4ce['browserName']||_0x6a28d1[_0x3048d0(0x16a)];if(_0x26621c['uIiCz'](isBrowserstackInfra)){_0xa74027[_0x455844][_0x3048d0(0x178)]=constants[_0x3048d0(0x187)][_0x3048d0(0x13d)](_0x26621c[_0x3048d0(0x17e)],'')[_0x3048d0(0x13d)](/https?:\/\//,'');;_0xa74027[_0x455844][_0x3048d0(0x169)]=_0x26621c[_0x3048d0(0x17e)];}}_0x40f28c[_0x3048d0(0x159)](_0x455844);});}else{_0x58909a=0x1;if(_0x4d2fb2){const _0x4d5900=_0x26621c[_0x4c8df3(0x128)](nestedKeyValue,_0x5bbd4f,[_0x26621c['mfbkh'],_0xf5fca1,_0x26621c[_0x4c8df3(0x12f)]]),_0x2aa95e=_0x26621c['mjGuL'](nestedKeyValue,_0x5bbd4f,[_0x26621c[_0x4c8df3(0x12a)],_0xf5fca1,_0x4d5900]);if(_0x2aa95e&&_0x2aa95e[_0x4c8df3(0x179)]){const _0x443ffb={};_0x443ffb['platforms']=[],_0x2aa95e['browserWSEndpoint']=helper[_0x4c8df3(0x145)](Object[_0x4c8df3(0x136)]({},_0x3aa2e7[_0x4c8df3(0x183)],_0x443ffb),null,_0x31feaa['toLowerCase'](),null,null,_0x2aa95e[_0x4c8df3(0x179)]);}}else{const _0x3c93d7={};_0x3c93d7[_0x4c8df3(0x124)]=[],_0x5bbd4f[_0x26621c[_0x4c8df3(0x12a)]][_0xf5fca1][_0x26621c[_0x4c8df3(0x181)]]=helper['prepareCapabilities'](Object[_0x4c8df3(0x136)]({},_0x3aa2e7[_0x4c8df3(0x183)],_0x3c93d7),null,_0x31feaa[_0x4c8df3(0x130)](),_0x26621c['nliyu'](nestedKeyValue,_0x5bbd4f,[_0x26621c['mfbkh'],_0xf5fca1,_0x26621c[_0x4c8df3(0x181)]])||{},null,null);}_0xa74027[_0x26621c[_0x4c8df3(0x137)]]=_0x5bbd4f,_0x40f28c[_0x4c8df3(0x159)](_0x26621c[_0x4c8df3(0x137)]);}const _0x50e582={};_0x50e582[_0x4c8df3(0x186)]=_0x173169;const _0x300b95=_0x50e582,_0x3bbc5f=path['join'](__dirname,_0x26621c[_0x4c8df3(0x11d)]),_0x118383=process[_0x4c8df3(0x135)]();process[_0x4c8df3(0x149)][_0x26621c[_0x4c8df3(0x1a3)]]=_0x118383,process[_0x4c8df3(0x11b)](path[_0x4c8df3(0x19d)](_0x173169));const _0x2cd469=new CodeceptJS['Workers'](null,_0x300b95),_0x379674=_0x2cd469[_0x4c8df3(0x11e)](_0x58909a),_0x1b6577=testOpsHelper[_0x4c8df3(0x16c)](),_0x565c63=_0x40f28c['map'](_0x3b879c=>{const _0x17d961=_0x4c8df3,_0xa9b32c={};_0xa9b32c[_0x17d961(0x134)]=_0xa74027[_0x3b879c];const _0x15d320={};_0x15d320[_0x17d961(0x13a)]=_0xa74027[_0x3b879c];const _0x4fc8c0=_0x4d2fb2?_0xa9b32c:_0x15d320,_0xb3bd15=_0x26621c['uIiCz'](getO11yRerunPattern),_0x5f5bfc={};_0x5f5bfc['helpers']=_0x4fc8c0;const _0x55e531={};_0x55e531[_0x17d961(0x156)]=_0x3bbc5f,_0x55e531[_0x17d961(0x16d)]=!![],_0x55e531[_0x17d961(0x19b)]=_0x3aa2e7[_0x17d961(0x183)]['testContextOptions'][_0x17d961(0x19b)],_0x55e531[_0x17d961(0x177)]=_0x3aa2e7[_0x17d961(0x183)]['testContextOptions'][_0x17d961(0x177)],_0x55e531['testObservability']=_0x1b6577,_0x55e531['frameworkName']=_0x31feaa;const _0xfbaca0={};_0xfbaca0[_0x17d961(0x13b)]=_0x55e531;const _0x500d6a={};return _0x500d6a[_0x17d961(0x114)]=_0xfbaca0,helper[_0x17d961(0x1a1)]({},_0x5bbd4f,_0x26621c[_0x17d961(0x121)](isBrowserstackInfra)?_0x5f5bfc:{},_0xb3bd15?{'grep':_0xb3bd15}:{},_0x500d6a);});for(const _0x565c2c of _0x565c63){for(const _0x364acd of _0x379674){const _0x227a6a=_0x2cd469[_0x4c8df3(0x12d)]();_0x227a6a[_0x4c8df3(0x15e)](_0x364acd),_0x227a6a[_0x4c8df3(0x12b)](_0x565c2c);const _0x271817={};_0x271817[_0x4c8df3(0x183)]=_0x173169,_0x227a6a[_0x4c8df3(0x165)](_0x271817);}}_0x2cd469['on'](CodeceptJS[_0x4c8df3(0x1a2)][_0x4c8df3(0x112)][_0x4c8df3(0x172)],(_0x5a8ea0,_0x1810c3)=>{const _0x1dd875=_0x4c8df3;console[_0x1dd875(0x142)](_0x26621c[_0x1dd875(0x140)],_0x5a8ea0[_0x1dd875(0x188)]);const _0x4b7ca2={[_0x5a8ea0['title']]:_0x5a8ea0[_0x1dd875(0x111)][_0x1dd875(0x1a5)]};_testErrorData[_0x1dd875(0x159)](_0x4b7ca2);}),_0x2cd469['on'](CodeceptJS[_0x4c8df3(0x1a2)][_0x4c8df3(0x112)][_0x4c8df3(0x116)],async _0xb9036=>{console['log'](_0x26621c['RRkKw'],_0xb9036['title']);}),_0x2cd469['on'](CodeceptJS[_0x4c8df3(0x1a2)]['test'][_0x4c8df3(0x14e)],async _0x58810e=>{const _0x85582f=_0x4c8df3;console[_0x85582f(0x142)](_0x26621c[_0x85582f(0x146)],_0x58810e[_0x85582f(0x188)]);}),_0x2cd469['on'](CodeceptJS[_0x4c8df3(0x1a2)]['all'][_0x4c8df3(0x143)],async()=>{const _0x3dbcd5=_0x4c8df3,_0x3e43a1=_0x26621c[_0x3dbcd5(0x110)][_0x3dbcd5(0x14f)]('|');let _0x5dd447=0x0;while(!![]){switch(_0x3e43a1[_0x5dd447++]){case'0':try{await TestHubHandler['stop']();}catch(_0x1241f7){logger['debug'](_0x3dbcd5(0x166)+util[_0x3dbcd5(0x138)](_0x1241f7));}continue;case'1':_0x2cd469['printResults']();continue;case'2':utilities[_0x3dbcd5(0x16f)](_0x3aa2e7);continue;case'3':testOpsHelper['printBuildLink']();continue;case'4':_0x3aa2e7[_0x3dbcd5(0x16b)]=_testErrorData;continue;case'5':PerformanceTester['start'](PerformanceEvents[_0x3dbcd5(0x17f)]);continue;}break;}});async function _0x7776a3(){try{await _0x2cd469['bootstrapAll'](),await _0x2cd469['run']();}finally{process['chdir'](_0x118383),await _0x2cd469['teardownAll']();}}PerformanceTester['end'](PerformanceEvents[_0x4c8df3(0x184)]),_0x26621c[_0x4c8df3(0x127)](_0x7776a3);}module['exports']=run;
|
|
2
|
+
'use strict';const a2_0x50947e=a2_0x25da;(function(_0x41f933,_0x269db5){const _0x202c3b=a2_0x25da,_0x29a94f=_0x41f933();while(!![]){try{const _0x1316a1=parseInt(_0x202c3b(0xc0))/0x1*(-parseInt(_0x202c3b(0xb3))/0x2)+-parseInt(_0x202c3b(0xab))/0x3*(parseInt(_0x202c3b(0x6a))/0x4)+parseInt(_0x202c3b(0xbf))/0x5*(-parseInt(_0x202c3b(0xa3))/0x6)+-parseInt(_0x202c3b(0xa8))/0x7+-parseInt(_0x202c3b(0x105))/0x8*(parseInt(_0x202c3b(0xde))/0x9)+-parseInt(_0x202c3b(0xb8))/0xa*(-parseInt(_0x202c3b(0xb0))/0xb)+parseInt(_0x202c3b(0x70))/0xc;if(_0x1316a1===_0x269db5)break;else _0x29a94f['push'](_0x29a94f['shift']());}catch(_0x3d5350){_0x29a94f['push'](_0x29a94f['shift']());}}}(a2_0x1922,0x8f31e));const fs=require('fs'),path=require(a2_0x50947e(0x8d)),util=require(a2_0x50947e(0xbc)),process=require(a2_0x50947e(0xe0)),logger=require('../../helpers/logger')[a2_0x50947e(0xdf)],{default:BrowserStackSetup}=require(a2_0x50947e(0xb2)),helper=require(a2_0x50947e(0xda)),utilities=require('../../helpers/utilities'),{checkAccessibilityPlatformConfig}=require(a2_0x50947e(0xe1)),{setAccessibilityCapabilities}=require(a2_0x50947e(0xaf)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x50947e(0xda)),CodeceptJS=requireModule(a2_0x50947e(0xaa),a2_0x50947e(0x9e)),testOpsHelper=require(a2_0x50947e(0xfb)),TestHubHandler=require(a2_0x50947e(0x7f)),constants=require(a2_0x50947e(0x79)),PerformanceTester=require(a2_0x50947e(0x93)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),PerformanceEvents=require(a2_0x50947e(0x108))['EVENTS'],_testErrorData=[],getUserCodeceptJSConfigs=(_0x42f425,_0x28507a)=>{const _0x5a55db=a2_0x50947e,_0x8c281f={};_0x8c281f[_0x5a55db(0x9a)]=function(_0x4d4163,_0x44f9a1){return _0x4d4163===_0x44f9a1;},_0x8c281f[_0x5a55db(0xd1)]=_0x5a55db(0xa9),_0x8c281f[_0x5a55db(0xd7)]=_0x5a55db(0xd9);const _0x3c0e74=_0x8c281f;let _0x215982=null;const _0x1c1e2d={};let _0x51d04a=_0x28507a[_0x5a55db(0x6f)](_0x2d333b=>_0x2d333b===_0x5a55db(0x7a));_0x3c0e74[_0x5a55db(0x9a)](_0x51d04a,-0x1)&&(_0x51d04a=_0x28507a[_0x5a55db(0x6f)](_0xaea374=>_0xaea374==='-c'));if(!helper[_0x5a55db(0x8b)](_0x42f425[_0x5a55db(0xfa)])&&fs[_0x5a55db(0xc2)](path[_0x5a55db(0x9b)](process[_0x5a55db(0xf7)](),_0x42f425[_0x5a55db(0xfa)])))_0x215982=path[_0x5a55db(0x9b)](process[_0x5a55db(0xf7)](),_0x42f425[_0x5a55db(0xfa)]),_0x28507a[_0x5a55db(0x6c)](_0x51d04a,0x2);else{if(!helper['isUndefined'](_0x42f425['c'])&&fs[_0x5a55db(0xc2)](path[_0x5a55db(0x9b)](process[_0x5a55db(0xf7)](),_0x42f425['c'])))_0x215982=path[_0x5a55db(0x9b)](process['cwd'](),_0x42f425['c']),_0x28507a['slice'](_0x51d04a,0x2);else{if(fs[_0x5a55db(0xc2)](path[_0x5a55db(0x9b)](process[_0x5a55db(0xf7)](),_0x3c0e74['BWHWe'])))_0x215982=path['join'](process['cwd'](),_0x3c0e74['BWHWe']);else fs['existsSync'](path['join'](process['cwd'](),_0x3c0e74['FCPUO']))&&(_0x215982=path[_0x5a55db(0x9b)](process[_0x5a55db(0xf7)](),_0x3c0e74['FCPUO']));}}return process[_0x5a55db(0xef)]['USER_CONFIG_DETAILS_PATH']=_0x215982,_0x215982;},getO11yRerunPattern=()=>{const _0x3b4ccf=a2_0x50947e,_0x749fd9=helper[_0x3b4ccf(0x81)](process[_0x3b4ccf(0xef)][_0x3b4ccf(0xe8)]);if(_0x749fd9){const _0x2dbe9a=process[_0x3b4ccf(0xef)][_0x3b4ccf(0xbd)],_0xcbdffe=[];if(helper['validateRerunTestList'](_0x2dbe9a)&&!helper[_0x3b4ccf(0x8b)](_0x2dbe9a)){_0x2dbe9a[_0x3b4ccf(0x109)](',')[_0x3b4ccf(0x88)](_0x3ee66c=>{const _0x31c612=_0x3b4ccf;_0xcbdffe[_0x31c612(0x80)]('('+_0x3ee66c[_0x31c612(0x104)]()+')');});const _0x5740fd='^'+_0xcbdffe[_0x3b4ccf(0x9b)]('|')+'$';return _0x5740fd;}}return null;},a2_0x5299e5={};a2_0x5299e5['chrome']=a2_0x50947e(0x74),a2_0x5299e5[a2_0x50947e(0xe3)]='chromium',a2_0x5299e5[a2_0x50947e(0xc6)]=a2_0x50947e(0xea),a2_0x5299e5[a2_0x50947e(0x92)]=a2_0x50947e(0xeb);const pwToCodeceptBrowser=a2_0x5299e5;async function run(_0x290758,_0x20283b,_0x65e51e){const _0x2be8b1=a2_0x50947e,_0x30da41={'EAOhc':function(_0x4ec2c6,_0xec5658){return _0x4ec2c6+_0xec5658;},'VqZkY':function(_0x47eb1f,_0x4a7465){return _0x47eb1f(_0x4a7465);},'xUohF':function(_0x22611e,_0x1d6c78,_0x13b867){return _0x22611e(_0x1d6c78,_0x13b867);},'TAAXv':'helpers','CjOXI':function(_0x53a2fa){return _0x53a2fa();},'RXGao':_0x2be8b1(0x9f),'pQRne':_0x2be8b1(0xf5),'yjQYP':_0x2be8b1(0xfc),'sPDTB':_0x2be8b1(0xa0),'GfBjQ':'1|3|5|4|0|2','xcnFo':_0x2be8b1(0xe9),'kXfCV':function(_0xe61bb3,_0x123288,_0x8d12da){return _0xe61bb3(_0x123288,_0x8d12da);},'hgvfj':_0x2be8b1(0xb5),'KpTCi':'WebDriver','sBXuY':function(_0x1654c1,_0x55afaa){return _0x1654c1!=_0x55afaa;},'LXaBF':function(_0x234172,_0x1887b7){return _0x234172===_0x1887b7;},'LkRxL':function(_0x90ab4,_0x4debd7,_0x90cabb){return _0x90ab4(_0x4debd7,_0x90cabb);},'uZDpK':_0x2be8b1(0xa4),'IYBVr':function(_0x5284c4){return _0x5284c4();},'jKUwH':function(_0x507454,_0x57c057){return _0x507454*_0x57c057;},'WLniH':function(_0x8d3c77,_0x4cf0bf,_0x2ae137){return _0x8d3c77(_0x4cf0bf,_0x2ae137);},'aMrzQ':_0x2be8b1(0xf3),'wZuYL':function(_0x4f80a5,_0x5a098b,_0x14c50b){return _0x4f80a5(_0x5a098b,_0x14c50b);},'zXRgT':_0x2be8b1(0xf2),'HnATY':function(_0x2c3830,_0x276f03,_0x13b71a){return _0x2c3830(_0x276f03,_0x13b71a);},'zyOaJ':_0x2be8b1(0xa2),'tGZUm':_0x2be8b1(0xb7),'kSAZK':_0x2be8b1(0xc3)};await _0x65e51e[_0x2be8b1(0xf4)](_0x290758),await helper[_0x2be8b1(0xfd)](_0x65e51e[_0x2be8b1(0xfa)]);if(!_0x65e51e[_0x2be8b1(0xfa)])return;process[_0x2be8b1(0xdd)]=_0x290758[_0x2be8b1(0xdd)];_0x290758['profile']&&(process[_0x2be8b1(0xef)][_0x2be8b1(0xdd)]=_0x290758[_0x2be8b1(0xdd)]);const _0x50aeb0=_0x30da41['xUohF'](getUserCodeceptJSConfigs,_0x290758,_0x20283b);let _0x3ae9f4={};_0x50aeb0?(logger[_0x2be8b1(0x106)](_0x2be8b1(0x102)+_0x50aeb0),_0x3ae9f4=CodeceptJS['config'][_0x2be8b1(0x9c)](_0x50aeb0)):logger[_0x2be8b1(0x106)](_0x30da41[_0x2be8b1(0x99)]);let _0x2f79e8=![];_0x30da41[_0x2be8b1(0x7e)](nestedKeyValue,_0x3ae9f4,[_0x30da41[_0x2be8b1(0xa7)],_0x30da41[_0x2be8b1(0xf8)]])&&(_0x2f79e8=!![]);const _0x48885c=_0x2f79e8?_0x30da41[_0x2be8b1(0xf8)]:_0x30da41[_0x2be8b1(0xb6)];let _0x539712=!_0x2f79e8?helper['useW3C'](_0x65e51e[_0x2be8b1(0xfa)]):![];!helper[_0x2be8b1(0x8b)](_0x65e51e['config'][_0x2be8b1(0xad)])&&(process['env'][_0x2be8b1(0xa1)]=JSON[_0x2be8b1(0x97)](_0x65e51e[_0x2be8b1(0xfa)][_0x2be8b1(0xad)]));let _0x402d97=_0x65e51e[_0x2be8b1(0xfa)][_0x2be8b1(0xa6)];_0x402d97=_0x402d97||_0x30da41[_0x2be8b1(0xac)](checkAccessibilityPlatformConfig,_0x65e51e[_0x2be8b1(0xfa)]),process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x402d97;_0x402d97&&(_0x539712=!_0x402d97);_0x30da41[_0x2be8b1(0x8a)](_0x65e51e[_0x2be8b1(0xfa)][_0x2be8b1(0xca)],null)?process['env'][_0x2be8b1(0xcc)]=_0x65e51e[_0x2be8b1(0xfa)][_0x2be8b1(0xca)]:process[_0x2be8b1(0xef)][_0x2be8b1(0xcc)]=_0x30da41[_0x2be8b1(0xc7)](_0x48885c,_0x30da41[_0x2be8b1(0xf8)]);const _0x5487ad=_0x30da41[_0x2be8b1(0xcb)](nestedKeyValue,_0x3ae9f4,[_0x30da41[_0x2be8b1(0xfe)]]),_0x24227c=_0x5487ad&&!helper[_0x2be8b1(0xe2)](_0x5487ad)?FRAMEWORKS[_0x2be8b1(0xf0)]:FRAMEWORKS[_0x2be8b1(0xc8)],_0x2a8061=await TestHubHandler[_0x2be8b1(0x100)](_0x24227c,_0x65e51e);_0x402d97&&_0x30da41[_0x2be8b1(0xac)](setAccessibilityCapabilities,_0x65e51e[_0x2be8b1(0xfa)]);const _0x503823={},_0x414ed1=[],_0x28f089=_0x65e51e[_0x2be8b1(0xfa)]['parallelsPerPlatform']||helper['getUserWorkerCount'](_0x290758,_0x20283b,_0x65e51e[_0x2be8b1(0xfa)],constants[_0x2be8b1(0xbe)][_0x2be8b1(0xc8)])||0x1;let _0x2286a0=0x1;if(_0x30da41[_0x2be8b1(0xbb)](isBrowserstackInfra)){const _0x5efe31=helper[_0x2be8b1(0x86)](_0x65e51e[_0x2be8b1(0xfa)],_0x539712,constants[_0x2be8b1(0xbe)]['CODECEPT']);_0x5efe31[_0x2be8b1(0xd5)](_0xfeaacf=>{const _0x29e15b=_0x2be8b1;helper[_0x29e15b(0xd8)](_0xfeaacf);}),helper[_0x2be8b1(0x84)](_0x65e51e['config'])?_0x2286a0=_0x30da41[_0x2be8b1(0xf1)](_0x28f089,_0x65e51e[_0x2be8b1(0xfa)]['platforms'][_0x2be8b1(0xcd)]):_0x2286a0=_0x28f089,_0x5efe31['forEach'](_0x261d37=>{const _0xc91273=_0x2be8b1,_0x47af26=_0x30da41[_0xc91273(0x73)](helper['getPlatformName'](_0x261d37,'_'),'_'+Date[_0xc91273(0x91)]()),_0x4e2007=((()=>{const _0x4bc41e=_0xc91273;if(_0x2f79e8){const _0x42833f=pwToCodeceptBrowser[_0x261d37['browserName']]||_0x261d37['browserName'];return{'browser':_0x42833f,[_0x42833f]:{'browserWSEndpoint':_0x30da41[_0x4bc41e(0x73)](helper[_0x4bc41e(0x85)](_0x65e51e[_0x4bc41e(0xfa)]),_0x30da41[_0x4bc41e(0xac)](encodeURIComponent,JSON[_0x4bc41e(0x97)](_0x261d37)))}};}const _0x1c1374={};return _0x1c1374[_0x4bc41e(0xf2)]=_0x261d37,_0x1c1374[_0x4bc41e(0x6d)]=_0x65e51e['config']['userName'],_0x1c1374['key']=_0x65e51e[_0x4bc41e(0xfa)][_0x4bc41e(0xd2)],_0x1c1374;})()),_0x351672=_0x30da41[_0xc91273(0x96)](nestedKeyValue,_0x3ae9f4,[_0x30da41[_0xc91273(0xa7)],_0x48885c]);_0x503823[_0x47af26]=_0x351672?helper[_0xc91273(0x89)](_0x4e2007,_0x351672):_0x4e2007;if(!_0x2f79e8){_0x503823[_0x47af26][_0xc91273(0xf3)]=_0x261d37['browserName']||_0x4e2007[_0xc91273(0xf3)];if(_0x30da41[_0xc91273(0xd4)](isBrowserstackInfra)){_0x503823[_0x47af26][_0xc91273(0xcf)]=constants[_0xc91273(0xec)]['replace'](_0x30da41[_0xc91273(0xf6)],'')[_0xc91273(0x90)](/https?:\/\//,'');;_0x503823[_0x47af26][_0xc91273(0x8d)]=_0x30da41['RXGao'];}}_0x414ed1[_0xc91273(0x80)](_0x47af26);});}else{_0x2286a0=0x1;if(_0x2f79e8){const _0x4c3e12=_0x30da41['WLniH'](nestedKeyValue,_0x3ae9f4,[_0x30da41[_0x2be8b1(0xa7)],_0x48885c,_0x30da41[_0x2be8b1(0xc4)]]),_0x1dbd73=_0x30da41[_0x2be8b1(0x101)](nestedKeyValue,_0x3ae9f4,[_0x30da41[_0x2be8b1(0xa7)],_0x48885c,_0x4c3e12]);if(_0x1dbd73&&_0x1dbd73[_0x2be8b1(0xce)]){const _0x2edba5={};_0x2edba5['platforms']=[],_0x1dbd73[_0x2be8b1(0xce)]=helper[_0x2be8b1(0x86)](Object['assign']({},_0x65e51e['config'],_0x2edba5),null,_0x24227c[_0x2be8b1(0xae)](),null,null,_0x1dbd73[_0x2be8b1(0xce)]);}}else{const _0x1c8a00={};_0x1c8a00[_0x2be8b1(0xb4)]=[],_0x3ae9f4[_0x30da41['TAAXv']][_0x48885c][_0x30da41[_0x2be8b1(0xe5)]]=helper[_0x2be8b1(0x86)](Object[_0x2be8b1(0xe4)]({},_0x65e51e[_0x2be8b1(0xfa)],_0x1c8a00),null,_0x24227c[_0x2be8b1(0xae)](),_0x30da41[_0x2be8b1(0xe6)](nestedKeyValue,_0x3ae9f4,[_0x30da41[_0x2be8b1(0xa7)],_0x48885c,_0x30da41[_0x2be8b1(0xe5)]])||{},null,null);}_0x503823[_0x30da41[_0x2be8b1(0x8e)]]=_0x3ae9f4,_0x414ed1[_0x2be8b1(0x80)](_0x30da41['zyOaJ']);}const _0x3c9749={};_0x3c9749['testConfig']=_0x50aeb0;const _0x583514=_0x3c9749,_0x40ffbd=path['join'](__dirname,_0x30da41[_0x2be8b1(0x98)]),_0x132a01=process[_0x2be8b1(0xf7)]();process['env'][_0x30da41['kSAZK']]=_0x132a01,process[_0x2be8b1(0x8c)](path[_0x2be8b1(0x8f)](_0x50aeb0));const _0x539b3c=new CodeceptJS[(_0x2be8b1(0x6b))](null,_0x583514),_0x188a07=_0x539b3c[_0x2be8b1(0xe7)](_0x2286a0),_0x56314a=testOpsHelper[_0x2be8b1(0x94)](),_0x22da29=_0x414ed1['map'](_0x2f68c1=>{const _0x48b2d5=_0x2be8b1,_0x21da5c={};_0x21da5c[_0x48b2d5(0xb5)]=_0x503823[_0x2f68c1];const _0x16b881={};_0x16b881['WebDriver']=_0x503823[_0x2f68c1];const _0x45746d=_0x2f79e8?_0x21da5c:_0x16b881,_0x3e598a=_0x30da41[_0x48b2d5(0xd4)](getO11yRerunPattern),_0x102062={};_0x102062[_0x48b2d5(0xf9)]=_0x45746d;const _0x5750dd={};_0x5750dd[_0x48b2d5(0x103)]=_0x40ffbd,_0x5750dd[_0x48b2d5(0xdb)]=!![],_0x5750dd[_0x48b2d5(0x82)]=_0x65e51e[_0x48b2d5(0xfa)]['testContextOptions'][_0x48b2d5(0x82)],_0x5750dd[_0x48b2d5(0x9d)]=_0x65e51e['config']['testContextOptions'][_0x48b2d5(0x9d)],_0x5750dd[_0x48b2d5(0xca)]=_0x56314a,_0x5750dd[_0x48b2d5(0xd6)]=_0x24227c;const _0x3b2357={};_0x3b2357[_0x48b2d5(0x7c)]=_0x5750dd;const _0x2f0083={};return _0x2f0083['plugins']=_0x3b2357,helper[_0x48b2d5(0x89)]({},_0x3ae9f4,_0x30da41[_0x48b2d5(0xd4)](isBrowserstackInfra)?_0x102062:{},_0x3e598a?{'grep':_0x3e598a}:{},_0x2f0083);});for(const _0x1d5f8d of _0x22da29){for(const _0x2c788c of _0x188a07){const _0x51dd7f=_0x539b3c[_0x2be8b1(0xba)]();_0x51dd7f[_0x2be8b1(0xed)](_0x2c788c),_0x51dd7f[_0x2be8b1(0x76)](_0x1d5f8d);const _0x50fe7e={};_0x50fe7e[_0x2be8b1(0xfa)]=_0x50aeb0,_0x51dd7f[_0x2be8b1(0x6e)](_0x50fe7e);}}_0x539b3c['on'](CodeceptJS[_0x2be8b1(0xdc)]['test']['failed'],(_0x1b6451,_0x2736e4)=>{const _0x365196=_0x2be8b1;console[_0x365196(0x10b)](_0x30da41[_0x365196(0x77)],_0x1b6451[_0x365196(0x7d)]);const _0x23ea01={[_0x1b6451['title']]:_0x1b6451[_0x365196(0xff)]['stack']};_testErrorData[_0x365196(0x80)](_0x23ea01);}),_0x539b3c['on'](CodeceptJS['event'][_0x2be8b1(0x7b)][_0x2be8b1(0x10a)],async _0xcd5916=>{const _0x443aaa=_0x2be8b1;console[_0x443aaa(0x10b)](_0x30da41[_0x443aaa(0x107)],_0xcd5916['title']);}),_0x539b3c['on'](CodeceptJS['event'][_0x2be8b1(0x7b)][_0x2be8b1(0x72)],async _0x4e7c60=>{const _0x58144c=_0x2be8b1;console[_0x58144c(0x10b)](_0x30da41[_0x58144c(0x75)],_0x4e7c60[_0x58144c(0x7d)]);}),_0x539b3c['on'](CodeceptJS['event'][_0x2be8b1(0xc1)]['result'],async()=>{const _0x52011c=_0x2be8b1,_0x5438a2=_0x30da41[_0x52011c(0xee)][_0x52011c(0x109)]('|');let _0x230e45=0x0;while(!![]){switch(_0x5438a2[_0x230e45++]){case'0':try{await TestHubHandler[_0x52011c(0x83)]();}catch(_0x248bae){logger['debug'](_0x52011c(0x95)+util[_0x52011c(0xb9)](_0x248bae));}continue;case'1':PerformanceTester[_0x52011c(0xd0)](PerformanceEvents[_0x52011c(0xd3)]);continue;case'2':_0x539b3c[_0x52011c(0x87)]();continue;case'3':_0x65e51e['errorMessage']=_testErrorData;continue;case'4':utilities['finalExecution'](_0x65e51e);continue;case'5':testOpsHelper[_0x52011c(0xc5)]();continue;}break;}});async function _0x12b6f3(){const _0x290ced=_0x2be8b1;try{await _0x539b3c[_0x290ced(0xa5)](),await _0x539b3c['run']();}finally{process['chdir'](_0x132a01),await _0x539b3c[_0x290ced(0x71)]();}}PerformanceTester[_0x2be8b1(0xb1)](PerformanceEvents[_0x2be8b1(0xc9)]),_0x30da41[_0x2be8b1(0xbb)](_0x12b6f3);}function a2_0x25da(_0x4933d3,_0x1517ce){const _0x192277=a2_0x1922();return a2_0x25da=function(_0x25da5e,_0x2b3c45){_0x25da5e=_0x25da5e-0x6a;let _0x33820e=_0x192277[_0x25da5e];return _0x33820e;},a2_0x25da(_0x4933d3,_0x1517ce);}function a2_0x1922(){const _0x2a4fb7=['setAdditionalCapabilities','codecept.json','../../helpers/helper','enabled','event','profile','9vVWRuO','winstonLogger','process','../../helpers/accessibility-automation/helper','isEmpty','playwright-chromium','assign','zXRgT','HnATY','createGroupsOfSuites','BROWSERSTACK_RERUN','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','firefox','webkit','hubUrl','addTests','GfBjQ','env','CODECEPT_CUCUMBER','jKUwH','desiredCapabilities','browser','initialize','Failed\x20:\x20','RXGao','cwd','hgvfj','helpers','config','../../helpers/test-observability/utils','Passed\x20:\x20','handleApp','uZDpK','err','launchBuild','wZuYL','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','require','trim','2748056fdKrGn','info','yjQYP','../../helpers/performance/constants','split','passed','log','52KBFmJV','Workers','slice','user','addOptions','findIndex','27307116umwAin','teardownAll','before','EAOhc','chromium','sPDTB','addConfig','pQRne','exports','../utils/constants','--config','test','BrowserStackPlugin','title','kXfCV','../../helpers/testhub/testhubHandler','push','isTrue','skipSessionName','stop','validPlatformsPresent','getPlaywrightUrl','prepareCapabilities','printResults','map','mergeDeep','sBXuY','isUndefined','chdir','path','zyOaJ','dirname','replace','now','playwright-webkit','../../helpers/performance/performance-tester','isTestObservabilitySession','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','xUohF','stringify','tGZUm','xcnFo','IVpai','join','load','skipSessionStatus','codeceptjs','/wd/hub','Started\x20:\x20','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','root','6kAblRV','gherkin','bootstrapAll','accessibility','TAAXv','203931GnDjad','codecept.conf.js','codeceptjs/lib/index.js','78828xzFRdi','VqZkY','accessibilityOptions','toLowerCase','../../bin/playwright/accessibility-helper','12991pFtZoz','end','../../helpers/BrowserStackSetup','1182UkUVmT','platforms','Playwright','KpTCi','BrowserStackPlugin.js','2460JALKKu','format','spawn','IYBVr','util','BROWSERSTACK_RERUN_TESTS','FRAMEWORKS','3182705RynqGb','1064DxisfW','all','existsSync','browserStackCwd','aMrzQ','printBuildLink','playwright-firefox','LXaBF','CODECEPT','SDK_SETUP','testObservability','LkRxL','BROWSERSTACK_TEST_OBSERVABILITY_YML','length','browserWSEndpoint','host','start','BWHWe','accessKey','SDK_CLEANUP','CjOXI','forEach','frameworkName','FCPUO'];a2_0x1922=function(){return _0x2a4fb7;};return a2_0x1922();}module[a2_0x50947e(0x78)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a3_0x12e7(_0x6c4359,_0x69cc44){const _0x54a1d5=a3_0x54a1();return a3_0x12e7=function(_0x12e75b,_0x8c16cc){_0x12e75b=_0x12e75b-0xd0;let _0x42f2de=_0x54a1d5[_0x12e75b];return _0x42f2de;},a3_0x12e7(_0x6c4359,_0x69cc44);}const a3_0x118efd=a3_0x12e7;(function(_0xcb8005,_0x3b1102){const _0x4f990a=a3_0x12e7,_0x28c27d=_0xcb8005();while(!![]){try{const _0x498919=-parseInt(_0x4f990a(0xf9))/0x1*(-parseInt(_0x4f990a(0x118))/0x2)+-parseInt(_0x4f990a(0x106))/0x3*(parseInt(_0x4f990a(0xe4))/0x4)+parseInt(_0x4f990a(0x108))/0x5*(-parseInt(_0x4f990a(0xf7))/0x6)+-parseInt(_0x4f990a(0xdf))/0x7+-parseInt(_0x4f990a(0x105))/0x8+-parseInt(_0x4f990a(0xe2))/0x9+parseInt(_0x4f990a(0x104))/0xa;if(_0x498919===_0x3b1102)break;else _0x28c27d['push'](_0x28c27d['shift']());}catch(_0x3b6386){_0x28c27d['push'](_0x28c27d['shift']());}}}(a3_0x54a1,0x78ec9));const {isUndefined,nestedKeyValue}=require(a3_0x118efd(0xf6)),logger=require(a3_0x118efd(0xdb))['winstonLogger'],PlaywrightSessionDetails=require(a3_0x118efd(0x103)),{isAccessibilityAutomationSession}=require(a3_0x118efd(0xdc)),{getObservabilityLinkedProductName}=require(a3_0x118efd(0xf2)),getOSVersionFromCaps=_0x1e686e=>{const _0x2ce8a0=a3_0x118efd,_0x3617de={};_0x3617de[_0x2ce8a0(0xd1)]=_0x2ce8a0(0x10d),_0x3617de[_0x2ce8a0(0xed)]=_0x2ce8a0(0xe9),_0x3617de[_0x2ce8a0(0xef)]='platform_version',_0x3617de[_0x2ce8a0(0xe7)]=_0x2ce8a0(0x11b),_0x3617de['KZgJW']=_0x2ce8a0(0xd4);const _0x218a8b=_0x3617de;if(!_0x1e686e)return null;const _0x4c5d0c=_0x1e686e[_0x218a8b['ynJyE']],_0x1f7982=[_0x218a8b['ZClwg'],_0x218a8b[_0x2ce8a0(0xef)],_0x218a8b[_0x2ce8a0(0xe7)],_0x218a8b[_0x2ce8a0(0xea)]];for(const _0x311965 of _0x1f7982){if(_0x4c5d0c&&_0x4c5d0c[_0x311965])return _0x4c5d0c[_0x311965];else{if(_0x1e686e[_0x311965])return _0x1e686e[_0x311965];}}return null;};exports[a3_0x118efd(0xf4)]=_0x4f5243=>{const _0x8278aa=a3_0x118efd,_0x3e0242={'DaEFQ':_0x8278aa(0xf0),'zqMRl':function(_0x5ed946,_0x45242e){return _0x5ed946===_0x45242e;},'WmggQ':'WebDriver','rixcD':function(_0x20c2cb,_0x3ce6c8){return _0x20c2cb(_0x3ce6c8);},'MOIgn':function(_0x572743,_0x2c5084,_0x48519b){return _0x572743(_0x2c5084,_0x48519b);},'ZQmIB':_0x8278aa(0xfe),'hVOcm':_0x8278aa(0xe1),'BATgJ':'Playwright','qBeHK':function(_0x1c88d6,_0x47d6ef,_0x5b9a93){return _0x1c88d6(_0x47d6ef,_0x5b9a93);},'EHQgH':_0x8278aa(0x10c),'hyaEo':_0x8278aa(0xd8),'AHFkZ':'caps','GkaIF':function(_0x29cf1f,_0x45e55d){return _0x29cf1f(_0x45e55d);}};if(!_0x4f5243)return null;let _0x7e59e9=global[_0x8278aa(0xde)]||_0x3e0242[_0x8278aa(0x10b)];if(_0x3e0242[_0x8278aa(0xe6)](_0x4f5243['constructor'][_0x8278aa(0xf1)],_0x3e0242['WmggQ'])){const _0x308f95=_0x4f5243[_0x8278aa(0x10c)];if(!_0x308f95)return null;const _0x1e9d64=_0x308f95[_0x8278aa(0x116)],_0x158b47=_0x3e0242[_0x8278aa(0x110)](getOSVersionFromCaps,_0x3e0242[_0x8278aa(0xd7)](nestedKeyValue,_0x4f5243,[_0x3e0242[_0x8278aa(0x11d)],_0x3e0242[_0x8278aa(0xd3)]]));return{[_0x7e59e9]:{'browser':_0x1e9d64[_0x8278aa(0xee)],'browser_version':_0x1e9d64[_0x8278aa(0x109)],'capabilities':_0x1e9d64,'platform':_0x1e9d64['platformName'],'platform_version':_0x1e9d64['platformVersion']||_0x158b47,'product':_0x3e0242[_0x8278aa(0x110)](getObservabilityLinkedProductName,_0x1e9d64),'session_id':_0x308f95[_0x8278aa(0xfd)]}};}else{if(_0x3e0242[_0x8278aa(0xe6)](_0x4f5243[_0x8278aa(0xda)][_0x8278aa(0xf1)],_0x3e0242['BATgJ'])){const _0x4009a2=PlaywrightSessionDetails[_0x8278aa(0x119)]();_0x7e59e9=_0x4009a2[_0x8278aa(0xfa)]||_0x7e59e9;const _0x2f20df=_0x3e0242[_0x8278aa(0x10f)](nestedKeyValue,_0x4f5243,[_0x3e0242[_0x8278aa(0x11d)],_0x3e0242[_0x8278aa(0x11e)],_0x3e0242[_0x8278aa(0xec)]]),_0x508fce=_0x2f20df?JSON[_0x8278aa(0x113)](new URL(_0x2f20df)[_0x8278aa(0xe5)][_0x8278aa(0xf8)](_0x3e0242[_0x8278aa(0xd2)])):{};return{[_0x7e59e9]:{'browser':_0x4009a2['browser']||_0x508fce[_0x8278aa(0xee)],'browser_version':_0x4009a2[_0x8278aa(0x112)]||_0x508fce[_0x8278aa(0x112)],'capabilities':_0x508fce,'platform':_0x4009a2[_0x8278aa(0x11a)],'platform_version':_0x4009a2[_0x8278aa(0xe8)],'product':_0x3e0242[_0x8278aa(0x111)](getObservabilityLinkedProductName,_0x508fce),'session_id':_0x4009a2[_0x8278aa(0x107)]}};}}},exports[a3_0x118efd(0xd0)]=_0x551df2=>{const _0x1e97f0=a3_0x118efd,_0x50645f={'SjuDf':function(_0x50af37){return _0x50af37();},'RFmhs':function(_0x44c9d8,_0x128c6b){return _0x44c9d8===_0x128c6b;},'PulAY':_0x1e97f0(0xe0),'VCSFt':function(_0x21b15b,_0x5adb62){return _0x21b15b>_0x5adb62;},'iWEKM':function(_0x16e625,_0x582a8c){return _0x16e625(_0x582a8c);},'TcZdb':_0x1e97f0(0xd9),'oReql':function(_0x2bddce,_0xae5c7e){return _0x2bddce===_0xae5c7e;},'ZInNj':_0x1e97f0(0xfc),'EdyzZ':_0x1e97f0(0xf5),'JDHnn':_0x1e97f0(0xe3),'eBEwt':_0x1e97f0(0x11c)};if(_0x50645f[_0x1e97f0(0xff)](isAccessibilityAutomationSession)){const _0x36c151=_0x551df2['browser'],_0x412fbc=_0x36c151[_0x1e97f0(0x116)];global['accessibilityPlatform']=!![],!(_0x50645f[_0x1e97f0(0xfb)](_0x412fbc[_0x1e97f0(0x109)],_0x50645f[_0x1e97f0(0xf3)])||_0x50645f[_0x1e97f0(0x10e)](_0x50645f[_0x1e97f0(0xeb)](parseInt,_0x412fbc[_0x1e97f0(0x109)]),0x5e))&&(logger[_0x1e97f0(0x10a)](_0x50645f['TcZdb']),global[_0x1e97f0(0x102)]=![]),!(_0x50645f[_0x1e97f0(0x114)](_0x412fbc['browserName'],_0x50645f[_0x1e97f0(0x101)])||_0x50645f[_0x1e97f0(0xfb)](_0x412fbc[_0x1e97f0(0xee)],_0x50645f[_0x1e97f0(0x100)]))&&(logger[_0x1e97f0(0x10a)](_0x50645f[_0x1e97f0(0xdd)]),global[_0x1e97f0(0x102)]=![]),!_0x50645f['iWEKM'](isUndefined,_0x412fbc['deviceName'])&&(logger[_0x1e97f0(0x10a)](_0x50645f['eBEwt']),global[_0x1e97f0(0x102)]=![]);}},exports['shouldPatchExecuteScript']=_0x51b470=>{const _0x52da7e=a3_0x118efd,_0x426764={};_0x426764[_0x52da7e(0xd6)]=_0x52da7e(0xd5),_0x426764[_0x52da7e(0x117)]='browserstack_accessibility_automation_script';const _0x403a63=_0x426764;if(!_0x51b470)return![];return!_0x51b470['includes'](_0x403a63[_0x52da7e(0xd6)])&&!_0x51b470[_0x52da7e(0x115)](_0x403a63['xasnc']);};function a3_0x54a1(){const _0x99561a=['ZClwg','browserName','EUodl','unknown_grid','name','../../helpers/test-observability/utils','PulAY','fetchPlatformDetails','playwright-chromium','../../helpers/helper','3680034kxPMcH','get','4sAorKx','cloudProvider','RFmhs','chrome','sessionId','config','SjuDf','EdyzZ','ZInNj','accessibilityPlatform','../../bin/playwright/sessionDetails','26707830ymDvYO','6905704erJofq','13425mUqTtW','bsSessionId','5IiSKSg','browserVersion','warn','DaEFQ','browser','bstack:options','VCSFt','qBeHK','rixcD','GkaIF','browser_version','parse','oReql','includes','capabilities','xasnc','473498izFlhh','getDetails','platform','osVersion','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','ZQmIB','EHQgH','processWebDriverConfig','ynJyE','AHFkZ','hVOcm','os_version','browserstack_executor','cgOfR','MOIgn','browserWSEndpoint','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','constructor','../../helpers/logger','../../helpers/accessibility-automation/helper','JDHnn','__cloud_provider___','3662134NyqscN','latest','desiredCapabilities','2170665fuALtL','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','788AQIXLz','searchParams','zqMRl','FvNbH','platform_version','platformVersion','KZgJW','iWEKM','hyaEo'];a3_0x54a1=function(){return _0x99561a;};return a3_0x54a1();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a4_0x4ebfc2=a4_0x53d2;(function(_0x3ef715,_0x44db04){const _0x224e85=a4_0x53d2,_0x174efa=_0x3ef715();while(!![]){try{const _0x229bd2=parseInt(_0x224e85(0x1df))/0x1+parseInt(_0x224e85(0x23a))/0x2*(parseInt(_0x224e85(0x22f))/0x3)+parseInt(_0x224e85(0x254))/0x4*(parseInt(_0x224e85(0x226))/0x5)+parseInt(_0x224e85(0x22e))/0x6*(-parseInt(_0x224e85(0x287))/0x7)+parseInt(_0x224e85(0x2b7))/0x8+parseInt(_0x224e85(0x2ad))/0x9+parseInt(_0x224e85(0x237))/0xa*(-parseInt(_0x224e85(0x2c0))/0xb);if(_0x229bd2===_0x44db04)break;else _0x174efa['push'](_0x174efa['shift']());}catch(_0x34d53d){_0x174efa['push'](_0x174efa['shift']());}}}(a4_0x5c8f,0x47c83));function a4_0x53d2(_0x189fee,_0x36e0d4){const _0x5c8fb1=a4_0x5c8f();return a4_0x53d2=function(_0x53d258,_0x5eaba3){_0x53d258=_0x53d258-0x1d8;let _0x343d05=_0x5c8fb1[_0x53d258];return _0x343d05;},a4_0x53d2(_0x189fee,_0x36e0d4);}const path=require(a4_0x4ebfc2(0x29a)),fs=require('fs'),{v4:uuidv4}=require(a4_0x4ebfc2(0x26b)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x4ebfc2(0x21e)),testOpsHelper=require(a4_0x4ebfc2(0x261)),{getTestEnv}=require(a4_0x4ebfc2(0x2b9)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),logger=require(a4_0x4ebfc2(0x27d))['winstonLogger'],SessionHandler=require(a4_0x4ebfc2(0x21b)),RequestQueueHandler=require(a4_0x4ebfc2(0x2a5)),PlaywrightSessionDetails=require('../playwright/sessionDetails'),debug=testOpsHelper['debug'],{processAccessibilityCaps}=require(a4_0x4ebfc2(0x260)),Constants=require(a4_0x4ebfc2(0x2a4)),{fetchPlatformDetails}=require(a4_0x4ebfc2(0x246)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x4ebfc2(0x29f)),STATE_PASSED=a4_0x4ebfc2(0x26a),STATE_FAILED='failed',a4_0x3d8af3={};a4_0x3d8af3[a4_0x4ebfc2(0x1ea)]=a4_0x4ebfc2(0x1f2),a4_0x3d8af3['TEST_RUN_FINISHED']=a4_0x4ebfc2(0x2a9),a4_0x3d8af3[a4_0x4ebfc2(0x269)]=a4_0x4ebfc2(0x1e7),a4_0x3d8af3[a4_0x4ebfc2(0x28a)]=a4_0x4ebfc2(0x224),a4_0x3d8af3[a4_0x4ebfc2(0x278)]=a4_0x4ebfc2(0x222);const TEST_EVENTS=a4_0x3d8af3,parseEvent=_0x70545f=>{const _0x1953bb=a4_0x4ebfc2,_0xfc800d={};_0xfc800d[_0x1953bb(0x2bf)]=function(_0x450582,_0x29df60){return _0x450582<_0x29df60;},_0xfc800d[_0x1953bb(0x2cb)]=function(_0x5ac5a5,_0x47f799){return _0x5ac5a5===_0x47f799;},_0xfc800d[_0x1953bb(0x25c)]=_0x1953bb(0x286),_0xfc800d[_0x1953bb(0x221)]=function(_0x57769a,_0x3262db){return _0x57769a===_0x3262db;},_0xfc800d['ehqfW']='hook',_0xfc800d['CzSMr']='skipped',_0xfc800d[_0x1953bb(0x1e5)]=function(_0x24ff8d,_0x3f22cd){return _0x24ff8d===_0x3f22cd;},_0xfc800d[_0x1953bb(0x1e0)]='started',_0xfc800d[_0x1953bb(0x27b)]=function(_0x3487fa,_0x2f2644){return _0x3487fa===_0x2f2644;},_0xfc800d['rJYSd']=_0x1953bb(0x247);const _0x3cd465=_0xfc800d,_0x3336e7=_0x70545f[_0x1953bb(0x297)](/^(.*)Run(.*)$/);if(!_0x3336e7)return null;if(_0x3cd465[_0x1953bb(0x2bf)](_0x3336e7[_0x1953bb(0x1fa)],0x3))return null;const _0x1ddeed=_0x3336e7[0x1]['toLowerCase'](),_0x2c1d50=_0x3336e7[0x2]['toLowerCase']();return{'test':_0x3cd465['uEVti'](_0x1ddeed,_0x3cd465[_0x1953bb(0x25c)]),'hook':_0x3cd465[_0x1953bb(0x221)](_0x1ddeed,_0x3cd465['ehqfW']),'skipped':_0x3cd465[_0x1953bb(0x221)](_0x2c1d50,_0x3cd465[_0x1953bb(0x2be)]),'started':_0x3cd465['gDGxs'](_0x2c1d50,_0x3cd465[_0x1953bb(0x1e0)]),'finished':_0x3cd465[_0x1953bb(0x27b)](_0x2c1d50,_0x3cd465['rJYSd'])};},mockPWBrowserType=_0x16b4f7=>{const _0x545c93=a4_0x4ebfc2,_0x387d45={'lpBVJ':function(_0x831815,_0x5316a2,_0x141493){return _0x831815(_0x5316a2,_0x141493);},'Wuhhy':_0x545c93(0x200),'tEtFs':function(_0x13a170,_0x4ab71c){return _0x13a170(_0x4ab71c);},'PQiHb':_0x545c93(0x290),'ZvPHG':function(_0x7711bc,_0x50b86e){return _0x7711bc(_0x50b86e);},'qAAfi':function(_0x330105,_0x2ba149){return _0x330105===_0x2ba149;},'sjSeb':_0x545c93(0x258),'ZDLhR':'lib','cRAXo':'client','ADqEe':_0x545c93(0x24b),'gDYUN':function(_0x573208,_0x29e328){return _0x573208(_0x29e328);},'fSzRr':_0x545c93(0x1db),'gJcXl':_0x545c93(0x29d),'ODZrC':_0x545c93(0x294)},_0x3c0f10=path[_0x545c93(0x2c6)](_0x387d45['ZDLhR'],_0x387d45[_0x545c93(0x2c9)],_0x387d45[_0x545c93(0x24d)]),_0x25c958=_0x387d45[_0x545c93(0x2c7)](importFileFromPWCore,_0x3c0f10);if(!_0x25c958){_0x387d45[_0x545c93(0x255)](debug,_0x387d45[_0x545c93(0x266)]);return;}const _0x3bc45e=_0x25c958[_0x545c93(0x251)],_0x3d9da1=_0x3bc45e[_0x545c93(0x24c)];if(_0x3d9da1['obsBrowserTypeMockApplied'])return;const _0x1e473d=_0x3d9da1[_0x545c93(0x29d)];Object[_0x545c93(0x2b8)](_0x3d9da1,_0x387d45[_0x545c93(0x248)],{'get':function(){const _0x445bcc=_0x545c93,_0x145205={'mZOka':function(_0x1ee9d9,_0x6c2520){const _0x168977=a4_0x53d2;return _0x387d45[_0x168977(0x2ce)](_0x1ee9d9,_0x6c2520);},'FCbkt':_0x387d45[_0x445bcc(0x229)]};return async function _0x2e8730(_0x1c228c,_0x501809){const _0x288616=_0x445bcc,_0x330ffa=_0x387d45[_0x288616(0x1f6)](nestedKeyValue,_0x1c228c,[_0x387d45['Wuhhy']])||_0x1c228c;let _0x13f6fa=null,_0x1d3b32=null;try{[_0x1d3b32,_0x13f6fa]=_0x330ffa?_0x387d45[_0x288616(0x275)](parseWSEndpoint,_0x330ffa):[null,null],global[_0x288616(0x280)]=_0x13f6fa,logger[_0x288616(0x235)](_0x288616(0x2aa)+_0x1d3b32),_0x1d3b32[_0x288616(0x2a0)](Constants['BROWSERSTACK'])&&(global['__cloud_provider___']=_0x387d45[_0x288616(0x20e)]);}catch(_0x410732){logger[_0x288616(0x235)](_0x288616(0x262)+_0x330ffa+'\x20'+_0x410732);}_0x387d45['lpBVJ'](processAccessibilityCaps,_0x13f6fa,_0x1d3b32);if(global[_0x288616(0x225)]){const _0x5ee733=await _0x3d9da1['connectOverCDP']['apply'](this,[''+Constants[_0x288616(0x259)]+_0x387d45[_0x288616(0x2c7)](encodeURIComponent,JSON[_0x288616(0x2cf)](_0x13f6fa))]);return PlaywrightSessionDetails['setupBrowserDetails'](_0x5ee733,_0x16b4f7,_0x330ffa),_0x5ee733;}return _0x1e473d['apply'](this,arguments)[_0x288616(0x1f9)](_0x277e66=>{const _0x59cfc3=_0x288616;let _0x394d3b=_0x1c228c[_0x59cfc3(0x200)];return _0x145205[_0x59cfc3(0x2b1)](typeof _0x1c228c,_0x145205['FCbkt'])&&(_0x394d3b=_0x1c228c),PlaywrightSessionDetails['setupBrowserDetails'](_0x277e66,_0x16b4f7,_0x394d3b),_0x277e66;});};}});const _0x4b1dad=_0x3d9da1[_0x545c93(0x294)];Object[_0x545c93(0x2b8)](_0x3d9da1,_0x387d45[_0x545c93(0x293)],{'get':function(){return async function _0x1873e1(){const _0x75a3fc=a4_0x53d2;return _0x4b1dad[_0x75a3fc(0x2bc)](this,arguments)[_0x75a3fc(0x1f9)](_0x433b02=>{return PlaywrightSessionDetails['setupBrowserDetails'](_0x433b02,null),_0x433b02;});};}});};class O11yHelper{[a4_0x4ebfc2(0x24f)]=null;[a4_0x4ebfc2(0x202)]=null;[a4_0x4ebfc2(0x2c5)]=![];[a4_0x4ebfc2(0x244)]=![];constructor(_0x3df79b,_0x4f8fd9){const _0x5c2127=a4_0x4ebfc2,_0x563295={'fDMXo':'3|4|5|2|1|0','YQoTP':function(_0x1e8a49,_0x47adcd){return _0x1e8a49===_0x47adcd;},'lckoL':'Playwright','ziTyH':function(_0x32ecb0,_0x3da50f){return _0x32ecb0(_0x3da50f);},'ORDky':function(_0x44b2c1){return _0x44b2c1();}},_0x20ee63=_0x563295[_0x5c2127(0x227)][_0x5c2127(0x298)]('|');let _0x2d5fe3=0x0;while(!![]){switch(_0x20ee63[_0x2d5fe3++]){case'0':this[_0x5c2127(0x2a7)]&&_0x563295[_0x5c2127(0x20c)](this[_0x5c2127(0x2a7)]['constructor'][_0x5c2127(0x206)],_0x563295[_0x5c2127(0x249)])&&_0x563295['ziTyH'](mockPWBrowserType,null);continue;case'1':this[_0x5c2127(0x25e)]=new testOpsHelper[(_0x5c2127(0x212))]({'cwd':process['cwd']()},this[_0x5c2127(0x252)][_0x5c2127(0x1fd)]);continue;case'2':this[_0x5c2127(0x252)]=_0x563295[_0x5c2127(0x215)](getTestEnv);continue;case'3':this[_0x5c2127(0x2c5)]=_0x563295[_0x5c2127(0x215)](shouldProcessEventForTesthub);continue;case'4':this[_0x5c2127(0x244)]=_0x4f8fd9[_0x5c2127(0x244)];continue;case'5':this[_0x5c2127(0x2a7)]=_0x3df79b;continue;}break;}}[a4_0x4ebfc2(0x1f4)](){const _0x22d30c=a4_0x4ebfc2;if(!this['enabled'])return;testOpsHelper['patchConsoleLogger'](),process[_0x22d30c(0x2a1)](_0x22d30c(0x1f0)+process[_0x22d30c(0x28e)]),process['on']('bs:addLog:'+process[_0x22d30c(0x28e)],this[_0x22d30c(0x2c8)][_0x22d30c(0x1f8)](this));}async[a4_0x4ebfc2(0x2c1)](){const _0x4bb9c5=a4_0x4ebfc2;await RequestQueueHandler[_0x4bb9c5(0x20f)]()['shutdown']();}async['appendTestItemLog'](_0x16202d){const _0x13db4a=a4_0x4ebfc2,_0x505f3f={'KsNsg':_0x13db4a(0x233),'QAUut':function(_0x37b85a,_0x42c4f0){return _0x37b85a(_0x42c4f0);}};try{this[_0x13db4a(0x202)]&&!this[_0x13db4a(0x202)]['markedStatus']&&(_0x16202d[_0x13db4a(0x1e1)]=this[_0x13db4a(0x202)][_0x13db4a(0x2b3)]);!_0x16202d[_0x13db4a(0x1e1)]&&this[_0x13db4a(0x24f)]&&!this[_0x13db4a(0x24f)][_0x13db4a(0x1dd)]&&(_0x16202d[_0x13db4a(0x223)]=this['currentTest'][_0x13db4a(0x268)]);if(_0x16202d[_0x13db4a(0x1e1)]||_0x16202d[_0x13db4a(0x223)]){const _0x55422b={};_0x55422b[_0x13db4a(0x264)]=_0x505f3f[_0x13db4a(0x26d)],_0x55422b[_0x13db4a(0x218)]=[_0x16202d],await SessionHandler[_0x13db4a(0x26e)](_0x55422b);}}catch(_0x26ad0c){_0x505f3f['QAUut'](debug,_0x13db4a(0x288)+_0x26ad0c);}}async[a4_0x4ebfc2(0x205)](_0x1b7cc5){const _0x69840=a4_0x4ebfc2,_0x461f70={'TMnUy':_0x69840(0x1ed),'nUXFV':function(_0x17954e,_0x16746b){return _0x17954e(_0x16746b);}};if(!this[_0x69840(0x2c5)])return;const _0x2f8194=this['getCBTInfo'](this['driver']);try{const _0x596ab1={};_0x596ab1[_0x69840(0x26b)]=_0x1b7cc5,_0x596ab1[_0x69840(0x2b5)]=_0x2f8194;const _0x30303e=_0x596ab1,_0x4fd8f4={};_0x4fd8f4[_0x69840(0x264)]=_0x461f70['TMnUy'],_0x4fd8f4['test_run']=_0x30303e,await SessionHandler[_0x69840(0x26e)](_0x4fd8f4);}catch(_0x346830){_0x461f70[_0x69840(0x2b2)](debug,_0x69840(0x274)+_0x346830);}}[a4_0x4ebfc2(0x243)](_0xf0ee07){const _0x195771=a4_0x4ebfc2,_0x38629f={'ySHkP':function(_0x344eec,_0x3e2750){return _0x344eec(_0x3e2750);}};return _0x38629f[_0x195771(0x27a)](fetchPlatformDetails,_0xf0ee07);}[a4_0x4ebfc2(0x1eb)]=_0x2661ec=>{const _0x52a8ab=a4_0x4ebfc2,_0x107664={};_0x107664['cCMPK']=_0x52a8ab(0x23d),_0x107664['IpKGu']=_0x52a8ab(0x277);const _0x488d7b=_0x107664;if(!_0x2661ec||!_0x2661ec['parent'])return;[_0x488d7b[_0x52a8ab(0x250)],_0x488d7b['IpKGu']][_0x52a8ab(0x29e)](_0x5383c3=>{const _0x4e2810=_0x52a8ab,_0x53477f=_0x2661ec[_0x4e2810(0x209)][_0x5383c3];_0x53477f[_0x4e2810(0x29e)](_0x3c25e9=>{const _0x2bacfa=_0x4e2810;_0x3c25e9[_0x2bacfa(0x2b3)]&&(_0x3c25e9[_0x2bacfa(0x2b3)]=null);});});};[a4_0x4ebfc2(0x23e)](_0xf4d682){const _0x2399d9=a4_0x4ebfc2,_0x1643d3={'itllH':_0x2399d9(0x24a),'gnqVF':function(_0x4d9f71){return _0x4d9f71();},'quapX':function(_0x4a9ad0,_0x7f8cf3){return _0x4a9ad0===_0x7f8cf3;},'WxDJm':_0x2399d9(0x277),'UnYto':function(_0x5b52ac){return _0x5b52ac();},'attPA':'_beforeAll','EgNfu':'_afterAll','BDXMj':_0x2399d9(0x23d)};if(!_0xf4d682||!_0xf4d682['parent'])return;[_0x1643d3['attPA'],_0x1643d3['EgNfu'],_0x1643d3['BDXMj'],_0x1643d3[_0x2399d9(0x1ff)]][_0x2399d9(0x29e)](_0x1c9ca0=>{const _0xa69615=_0x2399d9,_0x2c0cba={'HBuYM':_0x1643d3['itllH'],'fkWKp':function(_0x2dc6c4){const _0x594610=a4_0x53d2;return _0x1643d3[_0x594610(0x22a)](_0x2dc6c4);},'ifKDd':function(_0x376729,_0x819661){return _0x1643d3['quapX'](_0x376729,_0x819661);},'HcsGH':_0x1643d3[_0xa69615(0x1ff)],'RNrqE':function(_0x441a8b){const _0xf05800=_0xa69615;return _0x1643d3[_0xf05800(0x230)](_0x441a8b);}},_0x152cb0=_0xf4d682[_0xa69615(0x209)][_0x1c9ca0]||[];_0x152cb0[_0xa69615(0x29e)](_0x4d2f57=>{const _0xd11ef1=_0xa69615;if(_0x4d2f57[_0xd11ef1(0x1fb)][_0xd11ef1(0x2a0)](_0x2c0cba[_0xd11ef1(0x22b)]))return;if(!_0x4d2f57['hookAnalyticsId'])_0x4d2f57[_0xd11ef1(0x2b3)]=_0x2c0cba[_0xd11ef1(0x26f)](uuidv4);else _0x4d2f57[_0xd11ef1(0x1dd)]&&_0x2c0cba[_0xd11ef1(0x234)](_0x1c9ca0,_0x2c0cba[_0xd11ef1(0x2bd)])&&(_0x4d2f57[_0xd11ef1(0x2b3)]=_0x2c0cba['RNrqE'](uuidv4),delete _0x4d2f57[_0xd11ef1(0x1dd)]);});}),this[_0x2399d9(0x23e)](_0xf4d682[_0x2399d9(0x209)]);}[a4_0x4ebfc2(0x2ca)](_0x5960c0){const _0x13c942=a4_0x4ebfc2,_0x57fd3b={};_0x57fd3b[_0x13c942(0x1e3)]='_beforeAll',_0x57fd3b['nIDIr']=_0x13c942(0x204),_0x57fd3b[_0x13c942(0x242)]=_0x13c942(0x23d),_0x57fd3b[_0x13c942(0x2cd)]=_0x13c942(0x277);const _0xc9808e=_0x57fd3b;if(!_0x5960c0||!_0x5960c0[_0x13c942(0x209)])return[];const _0x2078f3=[];return[_0xc9808e[_0x13c942(0x1e3)],_0xc9808e[_0x13c942(0x1e8)],_0xc9808e[_0x13c942(0x242)],_0xc9808e['QRJns']][_0x13c942(0x29e)](_0x18fb3b=>{const _0x12dc4a=_0x13c942,_0x3c0899=_0x5960c0[_0x12dc4a(0x209)][_0x18fb3b]||[];_0x3c0899[_0x12dc4a(0x29e)](_0x38eff4=>{const _0x42d238=_0x12dc4a;_0x38eff4[_0x42d238(0x2b3)]&&_0x2078f3[_0x42d238(0x241)](_0x38eff4[_0x42d238(0x2b3)]);});}),[][_0x13c942(0x2a6)](_0x2078f3,this[_0x13c942(0x2ca)](_0x5960c0[_0x13c942(0x209)]));}[a4_0x4ebfc2(0x29b)](_0x5d6cc9){const _0x3d841e=a4_0x4ebfc2,_0x2fa1c1=/^"(?<hook>.*)" hook:.*$/,_0x146560=_0x5d6cc9['title'],_0x2fbc5c=_0x146560['match'](_0x2fa1c1);if(_0x2fbc5c&&_0x2fbc5c[_0x3d841e(0x217)])return _0x2fbc5c[_0x3d841e(0x217)][_0x3d841e(0x219)][_0x3d841e(0x231)]()[_0x3d841e(0x21f)]('\x20','_');return null;}[a4_0x4ebfc2(0x2bb)](_0x32faa2){const _0x4b61d3=a4_0x4ebfc2,_0x1631c3={};_0x1631c3[_0x4b61d3(0x253)]=function(_0x3360e0,_0x2d2a37){return _0x3360e0===_0x2d2a37;},_0x1631c3[_0x4b61d3(0x210)]=function(_0x5c5664,_0x1e7c7f){return _0x5c5664===_0x1e7c7f;},_0x1631c3[_0x4b61d3(0x22c)]=function(_0x5f43da,_0x387caf){return _0x5f43da===_0x387caf;},_0x1631c3['NsqrL']=_0x4b61d3(0x28d),_0x1631c3[_0x4b61d3(0x20d)]=_0x4b61d3(0x216);const _0x21be96=_0x1631c3,_0x6869bb=path[_0x4b61d3(0x27c)];if(_0x21be96['EjQeg'](_0x32faa2,null)||_0x21be96['eMXNH'](_0x32faa2,'')||_0x21be96['FdpNz'](_0x32faa2,_0x6869bb)||_0x21be96['EjQeg'](_0x32faa2,path[_0x4b61d3(0x236)](_0x32faa2)))return null;try{return fs['statSync'](path[_0x4b61d3(0x2c6)](_0x32faa2,_0x21be96[_0x4b61d3(0x23f)],_0x21be96[_0x4b61d3(0x20d)])),_0x32faa2;}catch(_0x7e4aff){const _0x3b94f2=path[_0x4b61d3(0x236)](_0x32faa2);return this[_0x4b61d3(0x2bb)](_0x3b94f2);}}[a4_0x4ebfc2(0x2a2)](_0x119e1a){const _0x21a8af=a4_0x4ebfc2,_0x763c50={};_0x763c50[_0x21a8af(0x2b0)]=function(_0x5b0111,_0x5bbc39){return _0x5b0111>_0x5bbc39;};const _0x4ea552=_0x763c50;if(_0x119e1a[_0x21a8af(0x2b6)])return _0x119e1a[_0x21a8af(0x2b6)];if(_0x119e1a[_0x21a8af(0x284)]){const _0x31c3a6=_0x119e1a[_0x21a8af(0x284)][_0x21a8af(0x24f)]?this[_0x21a8af(0x2a2)](_0x119e1a[_0x21a8af(0x284)][_0x21a8af(0x24f)]):null;if(_0x31c3a6)return _0x31c3a6;}if(_0x119e1a[_0x21a8af(0x209)]){const _0xae0d3=this[_0x21a8af(0x2a2)](_0x119e1a[_0x21a8af(0x209)])||(_0x119e1a[_0x21a8af(0x209)][_0x21a8af(0x284)]&&_0x119e1a[_0x21a8af(0x209)][_0x21a8af(0x284)]['currentTest']?this['getRootParentFile'](_0x119e1a[_0x21a8af(0x209)]['ctx']['currentTest']):null);if(_0xae0d3)return _0xae0d3;_0x119e1a[_0x21a8af(0x209)][_0x21a8af(0x1f5)]&&_0x4ea552['yGnoA'](_0x119e1a[_0x21a8af(0x209)][_0x21a8af(0x1f5)]['length'],0x0)&&_0x119e1a[_0x21a8af(0x209)][_0x21a8af(0x1f5)][_0x21a8af(0x29e)](_0x14334e=>{const _0x387186=_0x21a8af,_0x441a18=_0x14334e['ctx']?this[_0x387186(0x2a2)](_0x14334e[_0x387186(0x284)]):null;if(_0x441a18)return _0x441a18;});}return null;}['getHierarchy'](_0x192d52){const _0x5da103=a4_0x4ebfc2,_0x9bcd24={};_0x9bcd24[_0x5da103(0x289)]=function(_0x211a58,_0x5ec88d){return _0x211a58!==_0x5ec88d;};const _0x2d6bc2=_0x9bcd24,_0x2bf281=[];if(_0x192d52&&_0x192d52[_0x5da103(0x209)]){let _0x4ddf28=_0x192d52['parent'];while(_0x4ddf28&&_0x2d6bc2[_0x5da103(0x289)](_0x4ddf28[_0x5da103(0x1fb)],'')){_0x2bf281[_0x5da103(0x241)](_0x4ddf28[_0x5da103(0x1fb)]),_0x4ddf28=_0x4ddf28[_0x5da103(0x209)];}}return _0x2bf281;}[a4_0x4ebfc2(0x21a)](_0x42a1d9,_0x4003f7,_0x2dafac=undefined){const _0x26756f=a4_0x4ebfc2,_0x4f0294={'gqFBB':function(_0x508faa,_0x3d4c08){return _0x508faa(_0x3d4c08);},'RUdlU':function(_0x193510){return _0x193510();},'VzmZR':function(_0x24fb23){return _0x24fb23();},'FpZOj':function(_0x41c2fa){return _0x41c2fa();},'pxYnc':function(_0x22edaf,_0x531136){return _0x22edaf(_0x531136);},'MdbUI':_0x26756f(0x2ab),'KsMwU':'err','keeUV':function(_0x28ef8e,_0x16ff0e){return _0x28ef8e!==_0x16ff0e;},'ziCIB':_0x26756f(0x1e6),'lyilZ':_0x26756f(0x1fc),'QfcEI':_0x26756f(0x2c2),'mZlMN':_0x26756f(0x26a),'ATGle':'skipped','JnGIB':'javascript','aqruu':function(_0xb5d785,_0x4ca2dd){return _0xb5d785-_0x4ca2dd;},'TySiT':function(_0x3d5c1c,_0x475aef,_0x249d38,_0x545f98,_0x187ec7){return _0x3d5c1c(_0x475aef,_0x249d38,_0x545f98,_0x187ec7);},'SwhUQ':_0x26756f(0x2b5),'TQBcd':_0x26756f(0x245),'ZPRzR':'failure','TkDiP':_0x26756f(0x213),'iMUSL':_0x26756f(0x1f7),'wCEGa':_0x26756f(0x2c4),'sHhCP':_0x26756f(0x283),'UilrR':function(_0x462fa8,_0x2e32d0){return _0x462fa8===_0x2e32d0;},'wtMDK':'hook_run','oQsqc':_0x26756f(0x1ec)};if(!this[_0x26756f(0x2c5)])return;try{if(_0x4003f7['fn']&&_0x4003f7['fn'][_0x26756f(0x240)]()['match'](/browserstack internal helper hook/))return;const _0x232f68=_0x4f0294[_0x26756f(0x211)](parseEvent,_0x42a1d9);if(!_0x232f68)return;if(_0x232f68[_0x26756f(0x286)]){this['currentTest']=_0x4003f7,this[_0x26756f(0x202)]=null;if(_0x232f68[_0x26756f(0x1da)]||_0x232f68['skipped']){_0x4003f7[_0x26756f(0x281)]=new Date(),_0x4003f7[_0x26756f(0x1dd)]=![];if(!_0x4003f7[_0x26756f(0x268)])_0x4003f7[_0x26756f(0x268)]=_0x4f0294['RUdlU'](uuidv4);else _0x4003f7['markedStatus']&&(!_0x4003f7[_0x26756f(0x263)]&&(_0x4003f7[_0x26756f(0x263)]=_0x4003f7[_0x26756f(0x268)]),_0x4003f7[_0x26756f(0x268)]=_0x4f0294[_0x26756f(0x257)](uuidv4));}}else{if(_0x232f68[_0x26756f(0x219)]){this['currentHook']=_0x4003f7;if(_0x232f68['started']){_0x4003f7['startedAt']=new Date(),_0x4003f7['markedStatus']=![];if(!_0x4003f7['hookAnalyticsId'])_0x4003f7[_0x26756f(0x2b3)]=_0x4f0294['VzmZR'](uuidv4);else _0x4003f7[_0x26756f(0x2b3)]&&_0x4003f7['markedStatus']&&(_0x4003f7['hookAnalyticsId']=_0x4f0294['FpZOj'](uuidv4));}}}if(_0x232f68[_0x26756f(0x247)]&&_0x4003f7[_0x26756f(0x1dd)])return;let _0x47517a;try{_0x47517a=this[_0x26756f(0x2a2)](_0x4003f7);}catch(_0x4e5e2d){logger[_0x26756f(0x235)](_0x26756f(0x22d)+_0x4e5e2d),_0x47517a=null;}const _0x48c00e=_0x4f0294[_0x26756f(0x2cc)](require,_0x4f0294[_0x26756f(0x28b)]);let _0x18dc88=[];_0x2dafac&&(_0x18dc88=[_0x2dafac,_0x4f0294[_0x26756f(0x256)]]);const _0x186641=_0x4f0294[_0x26756f(0x238)](_0x4003f7['errorsDetailed'],undefined)?_0x48c00e[_0x26756f(0x279)](_0x4003f7[_0x26756f(0x28c)][0x0]):_0x4f0294['keeUV'](_0x2dafac,undefined)?_0x2dafac[_0x26756f(0x240)]():undefined,_0x591651=_0x47517a?this['findGitConfig'](_0x47517a):null,_0x127451=_0x47517a?this['_paths'][_0x26756f(0x2ae)](this[_0x26756f(0x2a2)](_0x4003f7)):_0x4f0294[_0x26756f(0x1fe)];let _0x2ab37e=_0x4f0294[_0x26756f(0x295)];const _0x56c750=!_0x232f68[_0x26756f(0x1da)]?new Date()[_0x26756f(0x208)]():null;if(_0x232f68[_0x26756f(0x247)])_0x2ab37e=_0x2dafac?_0x4f0294[_0x26756f(0x29c)]:_0x4f0294[_0x26756f(0x228)],_0x4003f7[_0x26756f(0x1dd)]=!![];else _0x232f68[_0x26756f(0x207)]&&(_0x2ab37e=_0x4f0294[_0x26756f(0x27f)],_0x4003f7['markedStatus']=!![]);const _0x206ae6={'framework':this[_0x26756f(0x244)],'uuid':_0x4003f7['testAnalyticsId']||_0x4003f7[_0x26756f(0x2b3)],'name':_0x4003f7[_0x26756f(0x1fb)],'body':{'lang':_0x4f0294[_0x26756f(0x291)],'code':_0x4003f7['body'][_0x26756f(0x240)]()},'type':_0x4003f7[_0x26756f(0x1ef)],'scope':_0x4003f7[_0x26756f(0x2af)](),'scopes':this[_0x26756f(0x2ac)](_0x4003f7),'file_name':_0x127451,'vc_filepath':_0x591651?path['relative'](_0x591651,_0x47517a):null,'location':_0x127451,'result':_0x2ab37e,'failure_reason':_0x186641,'duration_in_ms':_0x4003f7[_0x26756f(0x1e4)]||(_0x232f68[_0x26756f(0x247)]||_0x232f68['skipped'])?_0x4f0294[_0x26756f(0x272)](Date[_0x26756f(0x299)](),new Date(_0x4003f7[_0x26756f(0x281)])[_0x26756f(0x28f)]()):null,'started_at':new Date(_0x4003f7[_0x26756f(0x281)])[_0x26756f(0x208)](),'finished_at':_0x56c750,'failure':testOpsHelper['failureData'][_0x26756f(0x2bc)](null,_0x18dc88),'failure_type':!_0x186641?null:testOpsHelper[_0x26756f(0x2b4)](_0x186641),'retry_of':_0x4003f7[_0x26756f(0x263)]||null,'tags':_0x4003f7['tags']||[],'customRerunParam':{'rerun_name':_0x4003f7[_0x26756f(0x2af)]()}};_0x4f0294[_0x26756f(0x1e2)](appendTesthubParams,_0x206ae6,_0x42a1d9,_0x4003f7,FRAMEWORKS['CODECEPT']);if(_0x232f68['hook'])[_0x206ae6[_0x26756f(0x292)],_0x206ae6[_0x26756f(0x206)]]=[this[_0x26756f(0x29b)](_0x4003f7),_0x4003f7[_0x26756f(0x284)][_0x26756f(0x286)][_0x26756f(0x1fb)]],_0x232f68[_0x26756f(0x247)]?_0x4f0294['keeUV'](_0x206ae6['result'],_0x4f0294[_0x26756f(0x29c)])&&(_0x206ae6[_0x26756f(0x285)]=_0x4f0294[_0x26756f(0x228)]):_0x206ae6[_0x26756f(0x1dc)]={};else _0x232f68['test']&&(this[_0x26756f(0x23e)](_0x4003f7),_0x232f68['skipped']&&this['resetSkipTestHooks'](_0x4003f7),(_0x232f68[_0x26756f(0x247)]||_0x232f68[_0x26756f(0x207)])&&(_0x206ae6[_0x26756f(0x1f3)]=this[_0x26756f(0x2ca)](_0x4003f7)));this[_0x26756f(0x2a7)]&&(_0x232f68[_0x26756f(0x1da)]||_0x232f68[_0x26756f(0x207)])&&(_0x206ae6[_0x4f0294[_0x26756f(0x26c)]]=this['getCBTInfo'](this[_0x26756f(0x2a7)]));_0x232f68[_0x26756f(0x286)]&&_0x232f68[_0x26756f(0x247)]&&_0x4003f7[_0x26756f(0x2a8)]&&(_0x206ae6[_0x4f0294['TQBcd']]={'feature':{'name':_0x4003f7[_0x26756f(0x209)][_0x26756f(0x265)][_0x26756f(0x206)],'path':_0x206ae6[_0x26756f(0x23c)],'description':_0x4003f7[_0x26756f(0x209)]['comment']},'scenario':{'name':_0x4003f7[_0x26756f(0x1fb)]},'steps':_0x4003f7[_0x26756f(0x2a8)]});const _0x2d778f=_0x206ae6[_0x4f0294[_0x26756f(0x25f)]][0x0];_0x2d778f&&(_0x206ae6[_0x4f0294[_0x26756f(0x282)]]=_0x2d778f[_0x4f0294['iMUSL']],_0x206ae6[_0x4f0294[_0x26756f(0x267)]]=_0x2d778f[_0x4f0294[_0x26756f(0x203)]]);if(_0x4003f7['bddSteps'])for(const _0x25a463 of _0x4003f7[_0x26756f(0x2a8)]){!_0x25a463[_0x26756f(0x25a)]&&(_0x25a463[_0x26756f(0x25a)]=new Date()[_0x26756f(0x208)](),_0x4f0294[_0x26756f(0x1f1)](_0x25a463[_0x26756f(0x285)],_0x4f0294[_0x26756f(0x295)])&&(_0x2d778f?(_0x25a463[_0x26756f(0x285)]=_0x4f0294[_0x26756f(0x29c)],_0x25a463[_0x26756f(0x1ee)]=_0x2d778f[_0x4f0294[_0x26756f(0x21d)]][0x0]):_0x25a463[_0x26756f(0x285)]=_0x4f0294[_0x26756f(0x228)]));}const _0x47b2e0={};_0x47b2e0[_0x26756f(0x264)]=_0x232f68[_0x26756f(0x207)]?TEST_EVENTS[_0x26756f(0x20b)]:_0x42a1d9;const _0x334e99=_0x47b2e0;return _0x232f68[_0x26756f(0x219)]?_0x334e99[_0x4f0294[_0x26756f(0x21c)]]=_0x206ae6:_0x334e99[_0x4f0294[_0x26756f(0x273)]]=_0x206ae6,_0x334e99;}catch(_0x5da7f3){logger[_0x26756f(0x235)]('Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0x42a1d9+_0x26756f(0x296)+_0x5da7f3);}}async[a4_0x4ebfc2(0x27e)](_0x2b4cc3,_0x2bd247){const _0x5efa4d=a4_0x4ebfc2;if(!this[_0x5efa4d(0x2c5)]||!_0x2bd247||!_0x2b4cc3)return![];try{return await SessionHandler['uploadEventData'](_0x2bd247);}catch(_0x552fc3){logger[_0x5efa4d(0x235)](_0x5efa4d(0x201)+_0x2b4cc3+_0x5efa4d(0x296)+_0x552fc3);}}['initializeBddStep'](_0x4ccd34){const _0x23ebae=a4_0x4ebfc2,_0x3116dc={};_0x3116dc[_0x23ebae(0x276)]='pending';const _0x2a3cd0=_0x3116dc;return{'id':_0x4ccd34[_0x23ebae(0x2d0)],'text':_0x4ccd34['text'],'keyword':_0x4ccd34[_0x23ebae(0x25b)],'started_at':_0x4ccd34['startedAt'][_0x23ebae(0x208)](),'result':_0x2a3cd0[_0x23ebae(0x276)]};}[a4_0x4ebfc2(0x1d9)](_0x1c7686){const _0x5b9409=a4_0x4ebfc2,_0x3367d4={'etApR':function(_0x4b2b86){return _0x4b2b86();}};!this[_0x5b9409(0x24f)][_0x5b9409(0x2a8)]&&(this[_0x5b9409(0x24f)][_0x5b9409(0x2a8)]=[]),!_0x1c7686[_0x5b9409(0x2d0)]&&(_0x1c7686[_0x5b9409(0x2d0)]=_0x3367d4[_0x5b9409(0x25d)](uuidv4),_0x1c7686[_0x5b9409(0x281)]=new Date(),this[_0x5b9409(0x24f)][_0x5b9409(0x2a8)]['push'](this[_0x5b9409(0x24e)](_0x1c7686)));}[a4_0x4ebfc2(0x239)](_0x2d9c07){const _0x4bed7d=a4_0x4ebfc2,_0x1b9010={'oychU':function(_0x5af34b,_0x479588){return _0x5af34b(_0x479588);},'ypbBZ':'success','nzvwx':_0x4bed7d(0x1fc),'IASns':_0x4bed7d(0x26a),'IflMo':function(_0x2fe7c4,_0x197f4b){return _0x2fe7c4-_0x197f4b;}};let _0x49a903=this[_0x4bed7d(0x24f)]['bddSteps']['find'](_0xad99fb=>_0xad99fb['id']===_0x2d9c07[_0x4bed7d(0x2d0)]);_0x1b9010[_0x4bed7d(0x2a3)](isUndefined,_0x49a903)&&(_0x49a903=this[_0x4bed7d(0x24e)](_0x2d9c07)),_0x49a903['result']=[_0x1b9010[_0x4bed7d(0x23b)],_0x1b9010[_0x4bed7d(0x1e9)]][_0x4bed7d(0x2a0)](_0x2d9c07[_0x4bed7d(0x20a)])?_0x1b9010[_0x4bed7d(0x232)]:_0x2d9c07[_0x4bed7d(0x20a)],_0x49a903['finished_at']=new Date()[_0x4bed7d(0x208)](),_0x49a903[_0x4bed7d(0x1e4)]=_0x1b9010[_0x4bed7d(0x271)](Date[_0x4bed7d(0x299)](),_0x2d9c07['startedAt'][_0x4bed7d(0x28f)]()),_0x49a903[_0x4bed7d(0x1ee)]=_0x2d9c07['err']?_0x2d9c07[_0x4bed7d(0x270)][_0x4bed7d(0x1d8)]:null;}}const a4_0x525c02={};a4_0x525c02[a4_0x4ebfc2(0x2c3)]=O11yHelper,a4_0x525c02[a4_0x4ebfc2(0x220)]=STATE_PASSED,a4_0x525c02[a4_0x4ebfc2(0x1de)]=STATE_FAILED,a4_0x525c02[a4_0x4ebfc2(0x2ba)]=TEST_EVENTS,module[a4_0x4ebfc2(0x214)]=a4_0x525c02;function a4_0x5c8f(){const _0x2b6608=['vDEhf','hook_run_uuid','TySiT','PcDOa','duration','gDGxs','File\x20path\x20could\x20not\x20be\x20found','TestRunSkipped','nIDIr','nzvwx','TEST_RUN_STARTED','resetSkipTestHooks','test_run','CBTSessionCreated','failure','type','bs:addLog:','UilrR','TestRunStarted','hooks','start','suites','lpBVJ','backtrace','bind','then','length','title','pending','location_prefix','ziCIB','WxDJm','wsEndpoint','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','currentHook','sHhCP','_afterAll','sendCBTInfo','name','skipped','toISOString','parent','status','TEST_RUN_FINISHED','YQoTP','zzrQj','PQiHb','getInstance','eMXNH','gqFBB','PathHelper','failure_backtrace','exports','ORDky','config','groups','logs','hook','captureEvent','../../helpers/test-observability/sessionHandler','wtMDK','iMUSL','../../helpers/helper','replace','STATE_PASSED','yIhMu','HookRunFinished','test_run_uuid','HookRunStarted','accessibilityPlatform','500180BEjlVc','fDMXo','mZlMN','sjSeb','gnqVF','HBuYM','FdpNz','failed\x20to\x20get\x20root\x20parent\x20file\x20','6aCsnrA','3iMFkDP','UnYto','toUpperCase','IASns','LogCreated','ifKDd','debug','dirname','7295910SEMZUg','keeUV','bddStepFinish','874522OSLweM','ypbBZ','file_name','_beforeEach','mapTestHooks','NsqrL','toString','push','SwpaM','getCBTInfo','frameworkName','meta','./helper.js','finished','gJcXl','lckoL','codeceptjs','browserType.js','prototype','ADqEe','initializeBddStep','currentTest','cCMPK','BrowserType','_testEnv','EjQeg','4uekOqT','gDYUN','KsMwU','RUdlU','string','PLAYWRIGHT_HUB_URL','finished_at','keyword','EhdQz','etApR','_paths','ZPRzR','../playwright/accessibility-helper','../../helpers/test-observability/utils','Failed\x20to\x20parse\x20wsendpoint\x20','retryOf','event_type','feature','fSzRr','wCEGa','testAnalyticsId','TEST_RUN_SKIPPED','passed','uuid','SwhUQ','KsNsg','uploadEventData','fkWKp','err','IflMo','aqruu','oQsqc','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','tEtFs','wWVQU','_afterEach','HOOK_RUN_FINISHED','inspect','ySHkP','ONKwo','sep','../../helpers/logger','fireEvent','ATGle','__platformCaps','startedAt','TkDiP','expanded','ctx','result','test','1945279dYrZSj','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','KQSNq','HOOK_RUN_STARTED','MdbUI','errorsDetailed','.git','pid','getTime','browserstack','JnGIB','hook_type','ODZrC','launch','lyilZ','\x20with\x20error\x20:\x20','match','split','now','path','getHookType','QfcEI','connect','forEach','../../helpers/testhub/utils.js','includes','removeAllListeners','getRootParentFile','oychU','../utils/constants','../../helpers/test-observability/requestQueueHandler','concat','driver','bddSteps','TestRunFinished','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','util','getHierarchy','1097613pfCDJa','prefixTestPath','fullTitle','yGnoA','mZOka','nUXFV','hookAnalyticsId','getFailureType','integrations','file','3428864yVqSgT','defineProperty','../mocha/test-observability/mochaUtils','TEST_EVENTS','findGitConfig','apply','HcsGH','CzSMr','aUukl','11IlwHuL','stop','failed','O11yHelper','failure_reason_expanded','enabled','join','ZvPHG','appendTestItemLog','cRAXo','getHooksForTest','uEVti','pxYnc','QRJns','qAAfi','stringify','stepAnalyticsId','message','bddStepStart','started','Not\x20able\x20to\x20import\x20Browser','body','markedStatus','STATE_FAILED','213645ymKpij'];a4_0x5c8f=function(){return _0x2b6608;};return a4_0x5c8f();}
|
|
1
|
+
const a4_0x38d972=a4_0x169b;(function(_0x243a37,_0x5ec47f){const _0x1b6e63=a4_0x169b,_0x327410=_0x243a37();while(!![]){try{const _0x4154b5=-parseInt(_0x1b6e63(0x249))/0x1+parseInt(_0x1b6e63(0x1ec))/0x2+parseInt(_0x1b6e63(0x183))/0x3+-parseInt(_0x1b6e63(0x205))/0x4*(parseInt(_0x1b6e63(0x1f4))/0x5)+-parseInt(_0x1b6e63(0x192))/0x6*(-parseInt(_0x1b6e63(0x18a))/0x7)+-parseInt(_0x1b6e63(0x248))/0x8*(-parseInt(_0x1b6e63(0x17b))/0x9)+-parseInt(_0x1b6e63(0x1b2))/0xa;if(_0x4154b5===_0x5ec47f)break;else _0x327410['push'](_0x327410['shift']());}catch(_0x372f6a){_0x327410['push'](_0x327410['shift']());}}}(a4_0x3174,0xef073));const path=require(a4_0x38d972(0x228)),fs=require('fs'),{v4:uuidv4}=require(a4_0x38d972(0x1f8)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x38d972(0x215)),testOpsHelper=require(a4_0x38d972(0x1d3)),{getTestEnv}=require('../mocha/test-observability/mochaUtils'),{FRAMEWORKS}=require(a4_0x38d972(0x219)),logger=require(a4_0x38d972(0x18e))[a4_0x38d972(0x256)],SessionHandler=require(a4_0x38d972(0x1a6)),RequestQueueHandler=require(a4_0x38d972(0x1a1)),PlaywrightSessionDetails=require(a4_0x38d972(0x16e)),debug=testOpsHelper[a4_0x38d972(0x227)],{processAccessibilityCaps}=require(a4_0x38d972(0x1fa)),Constants=require(a4_0x38d972(0x1eb)),{fetchPlatformDetails}=require(a4_0x38d972(0x25a)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x38d972(0x184)),STATE_PASSED=a4_0x38d972(0x1f0),STATE_FAILED='failed',a4_0x12a02d={};a4_0x12a02d[a4_0x38d972(0x1e5)]='TestRunStarted',a4_0x12a02d[a4_0x38d972(0x202)]=a4_0x38d972(0x1ad),a4_0x12a02d[a4_0x38d972(0x1f3)]=a4_0x38d972(0x22c),a4_0x12a02d[a4_0x38d972(0x223)]=a4_0x38d972(0x1a9),a4_0x12a02d['HOOK_RUN_FINISHED']=a4_0x38d972(0x1a4);const TEST_EVENTS=a4_0x12a02d,parseEvent=_0x3c6f49=>{const _0x1d8068=a4_0x38d972,_0x2e9225={};_0x2e9225[_0x1d8068(0x25e)]=function(_0x37adc6,_0x41eb17){return _0x37adc6<_0x41eb17;},_0x2e9225['LnJvO']=function(_0x1b2b35,_0x19d551){return _0x1b2b35===_0x19d551;},_0x2e9225[_0x1d8068(0x258)]=_0x1d8068(0x16d),_0x2e9225['jRVQa']=_0x1d8068(0x225),_0x2e9225[_0x1d8068(0x196)]=function(_0x167db1,_0x310371){return _0x167db1===_0x310371;},_0x2e9225[_0x1d8068(0x20c)]=_0x1d8068(0x242),_0x2e9225[_0x1d8068(0x193)]=_0x1d8068(0x20d),_0x2e9225[_0x1d8068(0x16b)]=function(_0x57058e,_0x3e41a9){return _0x57058e===_0x3e41a9;},_0x2e9225['nmPcy']='finished';const _0x2bd7d1=_0x2e9225,_0x42d0c3=_0x3c6f49[_0x1d8068(0x1e3)](/^(.*)Run(.*)$/);if(!_0x42d0c3)return null;if(_0x2bd7d1[_0x1d8068(0x25e)](_0x42d0c3[_0x1d8068(0x1d2)],0x3))return null;const _0x495da9=_0x42d0c3[0x1][_0x1d8068(0x244)](),_0x7eae12=_0x42d0c3[0x2][_0x1d8068(0x244)]();return{'test':_0x2bd7d1[_0x1d8068(0x1db)](_0x495da9,_0x2bd7d1[_0x1d8068(0x258)]),'hook':_0x2bd7d1[_0x1d8068(0x1db)](_0x495da9,_0x2bd7d1[_0x1d8068(0x1d0)]),'skipped':_0x2bd7d1['CByxd'](_0x7eae12,_0x2bd7d1[_0x1d8068(0x20c)]),'started':_0x2bd7d1['CByxd'](_0x7eae12,_0x2bd7d1[_0x1d8068(0x193)]),'finished':_0x2bd7d1[_0x1d8068(0x16b)](_0x7eae12,_0x2bd7d1[_0x1d8068(0x1d4)])};},mockPWBrowserType=_0x20904c=>{const _0x16616c=a4_0x38d972,_0x4bbec6={'UManR':function(_0x33a977,_0x19b40e){return _0x33a977===_0x19b40e;},'RPzDA':_0x16616c(0x191),'OsaIC':function(_0x427268,_0x2f42bc,_0x3e8b67){return _0x427268(_0x2f42bc,_0x3e8b67);},'gpTnz':_0x16616c(0x24d),'nHYQd':function(_0x36c26d,_0x4547ac){return _0x36c26d(_0x4547ac);},'wfDQj':'browserstack','XsBLv':function(_0x245d65,_0xcf4bd8,_0x116003){return _0x245d65(_0xcf4bd8,_0x116003);},'OEBPQ':_0x16616c(0x19d),'qkDps':'client','PoJiS':'browserType.js','TiBWR':_0x16616c(0x1a7),'FUQbA':_0x16616c(0x1c0),'bmBPc':'launch'},_0x20618b=path[_0x16616c(0x206)](_0x4bbec6['OEBPQ'],_0x4bbec6[_0x16616c(0x16f)],_0x4bbec6[_0x16616c(0x19e)]),_0x5ead92=_0x4bbec6['nHYQd'](importFileFromPWCore,_0x20618b);if(!_0x5ead92){_0x4bbec6[_0x16616c(0x1d5)](debug,_0x4bbec6[_0x16616c(0x24f)]);return;}const _0x3eefe2=_0x5ead92['BrowserType'],_0x15880a=_0x3eefe2['prototype'];if(_0x15880a[_0x16616c(0x186)])return;const _0x421c9d=_0x15880a[_0x16616c(0x1c0)];Object[_0x16616c(0x171)](_0x15880a,_0x4bbec6['FUQbA'],{'get':function(){return async function _0x309172(_0x28fcd0,_0x5db543){const _0x1aec69=a4_0x169b,_0x46307d={'wOxhM':function(_0x423a7b,_0xe306ea){const _0x111778=a4_0x169b;return _0x4bbec6[_0x111778(0x224)](_0x423a7b,_0xe306ea);},'Rdhzu':_0x4bbec6['RPzDA']},_0x3476da=_0x4bbec6[_0x1aec69(0x243)](nestedKeyValue,_0x28fcd0,[_0x4bbec6[_0x1aec69(0x23d)]])||_0x28fcd0;let _0x1f148c=null,_0x299f3=null;try{[_0x299f3,_0x1f148c]=_0x3476da?_0x4bbec6[_0x1aec69(0x1d5)](parseWSEndpoint,_0x3476da):[null,null],global['__platformCaps']=_0x1f148c,logger[_0x1aec69(0x227)](_0x1aec69(0x251)+_0x299f3),_0x299f3[_0x1aec69(0x19c)](Constants[_0x1aec69(0x250)])&&(global[_0x1aec69(0x187)]=_0x4bbec6['wfDQj']);}catch(_0x3a210c){logger['debug'](_0x1aec69(0x19a)+_0x3476da+'\x20'+_0x3a210c);}_0x4bbec6[_0x1aec69(0x22e)](processAccessibilityCaps,_0x1f148c,_0x299f3);if(global[_0x1aec69(0x24b)]){const _0xe08393=await _0x15880a[_0x1aec69(0x210)]['apply'](this,[''+Constants[_0x1aec69(0x1f7)]+_0x4bbec6[_0x1aec69(0x1d5)](encodeURIComponent,JSON['stringify'](_0x1f148c))]);return PlaywrightSessionDetails[_0x1aec69(0x1aa)](_0xe08393,_0x20904c,_0x3476da),_0xe08393;}return _0x421c9d[_0x1aec69(0x1fc)](this,arguments)[_0x1aec69(0x1af)](_0x44aefc=>{const _0x49b637=_0x1aec69;let _0x5bf4fb=_0x28fcd0[_0x49b637(0x24d)];return _0x46307d[_0x49b637(0x230)](typeof _0x28fcd0,_0x46307d[_0x49b637(0x1b0)])&&(_0x5bf4fb=_0x28fcd0),PlaywrightSessionDetails[_0x49b637(0x1aa)](_0x44aefc,_0x20904c,_0x5bf4fb),_0x44aefc;});};}});const _0x4345b1=_0x15880a[_0x16616c(0x1b6)];Object[_0x16616c(0x171)](_0x15880a,_0x4bbec6[_0x16616c(0x198)],{'get':function(){return async function _0x4cb0b6(){const _0x239f8d=a4_0x169b;return _0x4345b1[_0x239f8d(0x1fc)](this,arguments)['then'](_0x529457=>{const _0x414d86=_0x239f8d;return PlaywrightSessionDetails[_0x414d86(0x1aa)](_0x529457,null),_0x529457;});};}});};class O11yHelper{[a4_0x38d972(0x23e)]=null;[a4_0x38d972(0x21b)]=null;[a4_0x38d972(0x214)]=![];[a4_0x38d972(0x1bc)]=![];constructor(_0xc916e0,_0x422929){const _0xe4e058=a4_0x38d972,_0x1a3498={'BOLCT':'0|1|4|3|5|2','jpUnx':function(_0x594cd6){return _0x594cd6();},'sIStM':function(_0x186c1f,_0x324527){return _0x186c1f===_0x324527;},'wgkJz':_0xe4e058(0x201),'TneXP':function(_0xaca7c0,_0x41b93f){return _0xaca7c0(_0x41b93f);},'yqYfp':function(_0x10ce70){return _0x10ce70();}},_0xa275b9=_0x1a3498[_0xe4e058(0x1d7)][_0xe4e058(0x23c)]('|');let _0x635002=0x0;while(!![]){switch(_0xa275b9[_0x635002++]){case'0':this[_0xe4e058(0x214)]=_0x1a3498['jpUnx'](shouldProcessEventForTesthub);continue;case'1':this[_0xe4e058(0x1bc)]=_0x422929[_0xe4e058(0x1bc)];continue;case'2':this[_0xe4e058(0x236)]&&_0x1a3498['sIStM'](this[_0xe4e058(0x236)][_0xe4e058(0x1c9)][_0xe4e058(0x203)],_0x1a3498['wgkJz'])&&_0x1a3498[_0xe4e058(0x1fd)](mockPWBrowserType,null);continue;case'3':this[_0xe4e058(0x197)]=_0x1a3498[_0xe4e058(0x179)](getTestEnv);continue;case'4':this[_0xe4e058(0x236)]=_0xc916e0;continue;case'5':this[_0xe4e058(0x18c)]=new testOpsHelper[(_0xe4e058(0x1f9))]({'cwd':process[_0xe4e058(0x257)]()},this[_0xe4e058(0x197)]['location_prefix']);continue;}break;}}[a4_0x38d972(0x207)](){const _0x341234=a4_0x38d972;if(!this[_0x341234(0x214)])return;testOpsHelper[_0x341234(0x1dd)](),process[_0x341234(0x1e7)](_0x341234(0x175)+process[_0x341234(0x226)]),process['on'](_0x341234(0x175)+process[_0x341234(0x226)],this[_0x341234(0x1f1)][_0x341234(0x188)](this));}async[a4_0x38d972(0x18f)](){const _0xa9fb04=a4_0x38d972;await RequestQueueHandler[_0xa9fb04(0x252)]()[_0xa9fb04(0x222)]();}async['appendTestItemLog'](_0x729935){const _0x79b83a=a4_0x38d972,_0x256d7f={'CRpSe':_0x79b83a(0x1c8),'uvYNx':function(_0x152a9b,_0x4cfad2){return _0x152a9b(_0x4cfad2);}};try{this['currentHook']&&!this[_0x79b83a(0x21b)][_0x79b83a(0x221)]&&(_0x729935[_0x79b83a(0x254)]=this['currentHook'][_0x79b83a(0x1b1)]);!_0x729935[_0x79b83a(0x254)]&&this[_0x79b83a(0x23e)]&&!this['currentTest'][_0x79b83a(0x221)]&&(_0x729935[_0x79b83a(0x16c)]=this[_0x79b83a(0x23e)]['testAnalyticsId']);if(_0x729935[_0x79b83a(0x254)]||_0x729935[_0x79b83a(0x16c)]){const _0x251976={};_0x251976[_0x79b83a(0x229)]=_0x256d7f['CRpSe'],_0x251976['logs']=[_0x729935],await SessionHandler[_0x79b83a(0x25b)](_0x251976);}}catch(_0x5db09a){_0x256d7f['uvYNx'](debug,'Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20'+_0x5db09a);}}async[a4_0x38d972(0x262)](_0x4286c7){const _0x131f6a=a4_0x38d972,_0x2c3f2c={'iCPBt':_0x131f6a(0x246),'fWfKI':function(_0x47fb06,_0x3ef6fa){return _0x47fb06(_0x3ef6fa);}};if(!this['enabled'])return;const _0x1ae28f=this[_0x131f6a(0x1a8)](this[_0x131f6a(0x236)]);try{const _0x3660ed={};_0x3660ed['uuid']=_0x4286c7,_0x3660ed[_0x131f6a(0x199)]=_0x1ae28f;const _0x567355=_0x3660ed,_0x3c5508={};_0x3c5508[_0x131f6a(0x229)]=_0x2c3f2c[_0x131f6a(0x231)],_0x3c5508[_0x131f6a(0x1ae)]=_0x567355,await SessionHandler['uploadEventData'](_0x3c5508);}catch(_0x2a200b){_0x2c3f2c[_0x131f6a(0x1c2)](debug,_0x131f6a(0x173)+_0x2a200b);}}[a4_0x38d972(0x1a8)](_0x1d2702){const _0x30a74f=a4_0x38d972,_0x4d79d5={'zjWoS':function(_0x45eeae,_0x1ab440){return _0x45eeae(_0x1ab440);}};return _0x4d79d5[_0x30a74f(0x204)](fetchPlatformDetails,_0x1d2702);}[a4_0x38d972(0x1b5)]=_0x343498=>{const _0x4a73f3=a4_0x38d972,_0x49d10c={};_0x49d10c[_0x4a73f3(0x20b)]='_beforeEach',_0x49d10c[_0x4a73f3(0x1b4)]=_0x4a73f3(0x1ba);const _0x4fcbbc=_0x49d10c;if(!_0x343498||!_0x343498['parent'])return;[_0x4fcbbc[_0x4a73f3(0x20b)],_0x4fcbbc[_0x4a73f3(0x1b4)]][_0x4a73f3(0x1de)](_0x5a7943=>{const _0x2e0a95=_0x4a73f3,_0x50c4ce=_0x343498[_0x2e0a95(0x178)][_0x5a7943];_0x50c4ce['forEach'](_0x94f1df=>{const _0x4ea00c=_0x2e0a95;_0x94f1df['hookAnalyticsId']&&(_0x94f1df[_0x4ea00c(0x1b1)]=null);});});};['mapTestHooks'](_0x2ade60){const _0x4e2d63=a4_0x38d972,_0x3e7c71={'ClXpC':_0x4e2d63(0x241),'RltKL':function(_0x4c5375){return _0x4c5375();},'zXtcz':function(_0x12b22f,_0xb14eef){return _0x12b22f===_0xb14eef;},'ddDpH':_0x4e2d63(0x1ba),'pPjZX':_0x4e2d63(0x19b),'trtFb':_0x4e2d63(0x1b7),'VHzNR':_0x4e2d63(0x25d)};if(!_0x2ade60||!_0x2ade60['parent'])return;[_0x3e7c71[_0x4e2d63(0x208)],_0x3e7c71[_0x4e2d63(0x1e1)],_0x3e7c71[_0x4e2d63(0x245)],_0x3e7c71[_0x4e2d63(0x194)]]['forEach'](_0x4fe110=>{const _0x3bb4f8=_0x4e2d63,_0x74a889={'sGmaz':_0x3e7c71[_0x3bb4f8(0x1e8)],'OgIxD':function(_0x3eefcb){const _0x22c60d=_0x3bb4f8;return _0x3e7c71[_0x22c60d(0x195)](_0x3eefcb);},'TkBet':function(_0x1661f8,_0xf7de00){const _0x333db9=_0x3bb4f8;return _0x3e7c71[_0x333db9(0x1d8)](_0x1661f8,_0xf7de00);},'mOJpj':_0x3e7c71[_0x3bb4f8(0x194)],'RhySb':function(_0x229a4b){const _0x118766=_0x3bb4f8;return _0x3e7c71[_0x118766(0x195)](_0x229a4b);}},_0x49fd0f=_0x2ade60[_0x3bb4f8(0x178)][_0x4fe110]||[];_0x49fd0f[_0x3bb4f8(0x1de)](_0x46d1b8=>{const _0x39ad1d=_0x3bb4f8;if(_0x46d1b8[_0x39ad1d(0x1b9)][_0x39ad1d(0x19c)](_0x74a889[_0x39ad1d(0x1f6)]))return;if(!_0x46d1b8[_0x39ad1d(0x1b1)])_0x46d1b8[_0x39ad1d(0x1b1)]=_0x74a889[_0x39ad1d(0x211)](uuidv4);else _0x46d1b8[_0x39ad1d(0x221)]&&_0x74a889['TkBet'](_0x4fe110,_0x74a889['mOJpj'])&&(_0x46d1b8[_0x39ad1d(0x1b1)]=_0x74a889[_0x39ad1d(0x22d)](uuidv4),delete _0x46d1b8[_0x39ad1d(0x221)]);});}),this[_0x4e2d63(0x1e9)](_0x2ade60[_0x4e2d63(0x178)]);}['getHooksForTest'](_0x152d0e){const _0xc61089=a4_0x38d972,_0xaf542d={};_0xaf542d[_0xc61089(0x1ed)]=_0xc61089(0x19b),_0xaf542d[_0xc61089(0x19f)]='_afterAll',_0xaf542d[_0xc61089(0x22a)]=_0xc61089(0x25d),_0xaf542d[_0xc61089(0x177)]=_0xc61089(0x1ba);const _0x183db7=_0xaf542d;if(!_0x152d0e||!_0x152d0e['parent'])return[];const _0x3dbd50=[];return[_0x183db7[_0xc61089(0x1ed)],_0x183db7[_0xc61089(0x19f)],_0x183db7[_0xc61089(0x22a)],_0x183db7['KsggV']][_0xc61089(0x1de)](_0x4de45c=>{const _0x5f28c1=_0xc61089,_0x49207f=_0x152d0e[_0x5f28c1(0x178)][_0x4de45c]||[];_0x49207f[_0x5f28c1(0x1de)](_0x15c4bc=>{const _0x2224f=_0x5f28c1;_0x15c4bc[_0x2224f(0x1b1)]&&_0x3dbd50['push'](_0x15c4bc[_0x2224f(0x1b1)]);});}),[][_0xc61089(0x21a)](_0x3dbd50,this['getHooksForTest'](_0x152d0e[_0xc61089(0x178)]));}[a4_0x38d972(0x218)](_0x53d5d1){const _0x1cb87e=a4_0x38d972,_0x469660=/^"(?<hook>.*)" hook:.*$/,_0x23918a=_0x53d5d1['title'],_0x450a47=_0x23918a[_0x1cb87e(0x1e3)](_0x469660);if(_0x450a47&&_0x450a47[_0x1cb87e(0x1ef)])return _0x450a47[_0x1cb87e(0x1ef)][_0x1cb87e(0x225)][_0x1cb87e(0x259)]()[_0x1cb87e(0x1ab)]('\x20','_');return null;}[a4_0x38d972(0x253)](_0x269777){const _0xdaf057=a4_0x38d972,_0x1a31c6={};_0x1a31c6[_0xdaf057(0x1a5)]=function(_0x507f43,_0x3c8d08){return _0x507f43===_0x3c8d08;},_0x1a31c6[_0xdaf057(0x1c4)]=function(_0x146bd1,_0x2bbebf){return _0x146bd1===_0x2bbebf;},_0x1a31c6[_0xdaf057(0x181)]=function(_0x1be612,_0x410861){return _0x1be612===_0x410861;},_0x1a31c6[_0xdaf057(0x1e2)]='.git',_0x1a31c6['DPDCz']='config';const _0x43b125=_0x1a31c6,_0x488f14=path[_0xdaf057(0x1dc)];if(_0x43b125[_0xdaf057(0x1a5)](_0x269777,null)||_0x43b125[_0xdaf057(0x1c4)](_0x269777,'')||_0x43b125['aBHOc'](_0x269777,_0x488f14)||_0x43b125[_0xdaf057(0x181)](_0x269777,path[_0xdaf057(0x24e)](_0x269777)))return null;try{return fs['statSync'](path['join'](_0x269777,_0x43b125['BXCVx'],_0x43b125[_0xdaf057(0x1d1)])),_0x269777;}catch(_0x48ef0d){const _0x5e4d8d=path[_0xdaf057(0x24e)](_0x269777);return this[_0xdaf057(0x253)](_0x5e4d8d);}}[a4_0x38d972(0x1ac)](_0x1ed480){const _0x162a39=a4_0x38d972,_0x4399d4={};_0x4399d4[_0x162a39(0x182)]=function(_0x253856,_0x532d2f){return _0x253856>_0x532d2f;};const _0x3a7f67=_0x4399d4;if(_0x1ed480[_0x162a39(0x237)])return _0x1ed480['file'];if(_0x1ed480[_0x162a39(0x20a)]){const _0x266bfc=_0x1ed480[_0x162a39(0x20a)]['currentTest']?this[_0x162a39(0x1ac)](_0x1ed480[_0x162a39(0x20a)][_0x162a39(0x23e)]):null;if(_0x266bfc)return _0x266bfc;}if(_0x1ed480[_0x162a39(0x178)]){const _0x3ec6fb=this[_0x162a39(0x1ac)](_0x1ed480[_0x162a39(0x178)])||(_0x1ed480[_0x162a39(0x178)][_0x162a39(0x20a)]&&_0x1ed480[_0x162a39(0x178)][_0x162a39(0x20a)][_0x162a39(0x23e)]?this[_0x162a39(0x1ac)](_0x1ed480['parent'][_0x162a39(0x20a)][_0x162a39(0x23e)]):null);if(_0x3ec6fb)return _0x3ec6fb;_0x1ed480[_0x162a39(0x178)][_0x162a39(0x235)]&&_0x3a7f67[_0x162a39(0x182)](_0x1ed480[_0x162a39(0x178)][_0x162a39(0x235)][_0x162a39(0x1d2)],0x0)&&_0x1ed480['parent'][_0x162a39(0x235)][_0x162a39(0x1de)](_0x4a3db6=>{const _0x490263=_0x162a39,_0x64397e=_0x4a3db6['ctx']?this[_0x490263(0x1ac)](_0x4a3db6[_0x490263(0x20a)]):null;if(_0x64397e)return _0x64397e;});}return null;}[a4_0x38d972(0x1c3)](_0x475079){const _0x54cf27=a4_0x38d972,_0x41aadb={};_0x41aadb[_0x54cf27(0x20e)]=function(_0x9b296f,_0x149e81){return _0x9b296f!==_0x149e81;};const _0x4bbc85=_0x41aadb,_0x206206=[];if(_0x475079&&_0x475079['parent']){let _0x2dcdcf=_0x475079[_0x54cf27(0x178)];while(_0x2dcdcf&&_0x4bbc85['AXvua'](_0x2dcdcf[_0x54cf27(0x1b9)],'')){_0x206206[_0x54cf27(0x18d)](_0x2dcdcf['title']),_0x2dcdcf=_0x2dcdcf['parent'];}}return _0x206206;}[a4_0x38d972(0x1e6)](_0x3a3ca6,_0x51b8cc,_0x134f2c=undefined){const _0x237439=a4_0x38d972,_0x5836f4={'QIoim':function(_0x3a7580,_0x11b479){return _0x3a7580(_0x11b479);},'sbKgu':function(_0x59972a){return _0x59972a();},'bKXBK':function(_0x389b00){return _0x389b00();},'RoNrK':function(_0x23ce23){return _0x23ce23();},'eHADu':function(_0x57739f,_0x242332){return _0x57739f(_0x242332);},'rvxxs':_0x237439(0x1c5),'MXhQL':_0x237439(0x1b3),'BxCEO':function(_0x2903fc,_0x321928){return _0x2903fc!==_0x321928;},'iJdDF':function(_0x312ee0,_0x4a8b19){return _0x312ee0!==_0x4a8b19;},'oIMMe':'File\x20path\x20could\x20not\x20be\x20found','saTgE':_0x237439(0x213),'TngSv':_0x237439(0x239),'pvAuA':'passed','cpVyE':_0x237439(0x242),'oDyoS':'javascript','NHBQM':function(_0x4eaac9,_0x20445a){return _0x4eaac9-_0x20445a;},'CUoNC':function(_0x4a23b0,_0x3a974,_0x114562,_0x8cf79d,_0x55fcae){return _0x4a23b0(_0x3a974,_0x114562,_0x8cf79d,_0x55fcae);},'TnNic':_0x237439(0x199),'cDIaI':_0x237439(0x24a),'DozPd':'failure','iRmLy':_0x237439(0x232),'NdRtp':_0x237439(0x1c1),'gefni':'failure_reason_expanded','zULRE':_0x237439(0x1df),'XrTHs':function(_0x1aecc1,_0x40b81f){return _0x1aecc1===_0x40b81f;},'JztSy':_0x237439(0x247),'ZCdaD':_0x237439(0x1ae)};if(!this[_0x237439(0x214)])return;try{if(_0x51b8cc['fn']&&_0x51b8cc['fn']['toString']()[_0x237439(0x1e3)](/browserstack internal helper hook/))return;const _0x278f50=_0x5836f4[_0x237439(0x1f5)](parseEvent,_0x3a3ca6);if(!_0x278f50)return;if(_0x278f50[_0x237439(0x16d)]){this['currentTest']=_0x51b8cc,this[_0x237439(0x21b)]=null;if(_0x278f50[_0x237439(0x20d)]||_0x278f50['skipped']){_0x51b8cc[_0x237439(0x1be)]=new Date(),_0x51b8cc[_0x237439(0x221)]=![];if(!_0x51b8cc[_0x237439(0x1d6)])_0x51b8cc['testAnalyticsId']=_0x5836f4['sbKgu'](uuidv4);else _0x51b8cc[_0x237439(0x221)]&&(!_0x51b8cc['retryOf']&&(_0x51b8cc[_0x237439(0x1ce)]=_0x51b8cc[_0x237439(0x1d6)]),_0x51b8cc[_0x237439(0x1d6)]=_0x5836f4[_0x237439(0x1fb)](uuidv4));}}else{if(_0x278f50[_0x237439(0x225)]){this[_0x237439(0x21b)]=_0x51b8cc;if(_0x278f50['started']){_0x51b8cc[_0x237439(0x1be)]=new Date(),_0x51b8cc[_0x237439(0x221)]=![];if(!_0x51b8cc[_0x237439(0x1b1)])_0x51b8cc[_0x237439(0x1b1)]=_0x5836f4['RoNrK'](uuidv4);else _0x51b8cc[_0x237439(0x1b1)]&&_0x51b8cc['markedStatus']&&(_0x51b8cc[_0x237439(0x1b1)]=_0x5836f4[_0x237439(0x1cf)](uuidv4));}}}if(_0x278f50['finished']&&_0x51b8cc[_0x237439(0x221)])return;let _0xe4a71c;try{_0xe4a71c=this[_0x237439(0x1ac)](_0x51b8cc);}catch(_0x188e8d){logger[_0x237439(0x227)]('failed\x20to\x20get\x20root\x20parent\x20file\x20'+_0x188e8d),_0xe4a71c=null;}const _0x20de42=_0x5836f4['eHADu'](require,_0x5836f4[_0x237439(0x1f2)]);let _0x136eba=[];_0x134f2c&&(_0x136eba=[_0x134f2c,_0x5836f4[_0x237439(0x22f)]]);const _0x2cc00b=_0x5836f4['BxCEO'](_0x51b8cc[_0x237439(0x212)],undefined)?_0x20de42[_0x237439(0x260)](_0x51b8cc[_0x237439(0x212)][0x0]):_0x5836f4[_0x237439(0x200)](_0x134f2c,undefined)?_0x134f2c[_0x237439(0x1a0)]():undefined,_0x5d8d75=_0xe4a71c?this[_0x237439(0x253)](_0xe4a71c):null,_0x28eb6c=_0xe4a71c?this['_paths'][_0x237439(0x21c)](this['getRootParentFile'](_0x51b8cc)):_0x5836f4['oIMMe'];let _0x41211f=_0x5836f4[_0x237439(0x1ca)];const _0x3fb0e0=!_0x278f50['started']?new Date()[_0x237439(0x17f)]():null;if(_0x278f50[_0x237439(0x1bb)])_0x41211f=_0x134f2c?_0x5836f4['TngSv']:_0x5836f4['pvAuA'],_0x51b8cc[_0x237439(0x221)]=!![];else _0x278f50['skipped']&&(_0x41211f=_0x5836f4[_0x237439(0x1bd)],_0x51b8cc['markedStatus']=!![]);const _0x50b4ee={'framework':this[_0x237439(0x1bc)],'uuid':_0x51b8cc[_0x237439(0x1d6)]||_0x51b8cc['hookAnalyticsId'],'name':_0x51b8cc['title'],'body':{'lang':_0x5836f4[_0x237439(0x1e0)],'code':_0x51b8cc['body'][_0x237439(0x1a0)]()},'type':_0x51b8cc[_0x237439(0x25c)],'scope':_0x51b8cc[_0x237439(0x1bf)](),'scopes':this[_0x237439(0x1c3)](_0x51b8cc),'file_name':_0x28eb6c,'vc_filepath':_0x5d8d75?path[_0x237439(0x1da)](_0x5d8d75,_0xe4a71c):null,'location':_0x28eb6c,'result':_0x41211f,'failure_reason':_0x2cc00b,'duration_in_ms':_0x51b8cc[_0x237439(0x23b)]||(_0x278f50[_0x237439(0x1bb)]||_0x278f50[_0x237439(0x242)])?_0x5836f4[_0x237439(0x1a2)](Date[_0x237439(0x217)](),new Date(_0x51b8cc[_0x237439(0x1be)])[_0x237439(0x1c7)]()):null,'started_at':new Date(_0x51b8cc[_0x237439(0x1be)])[_0x237439(0x17f)](),'finished_at':_0x3fb0e0,'failure':testOpsHelper[_0x237439(0x23a)][_0x237439(0x1fc)](null,_0x136eba),'failure_type':!_0x2cc00b?null:testOpsHelper[_0x237439(0x233)](_0x2cc00b),'retry_of':_0x51b8cc[_0x237439(0x1ce)]||null,'tags':_0x51b8cc[_0x237439(0x189)]||[],'customRerunParam':{'rerun_name':_0x51b8cc['fullTitle']()}};_0x5836f4[_0x237439(0x22b)](appendTesthubParams,_0x50b4ee,_0x3a3ca6,_0x51b8cc,FRAMEWORKS[_0x237439(0x1fe)]);if(_0x278f50[_0x237439(0x225)])[_0x50b4ee[_0x237439(0x1c6)],_0x50b4ee[_0x237439(0x203)]]=[this[_0x237439(0x218)](_0x51b8cc),_0x51b8cc[_0x237439(0x20a)]['test'][_0x237439(0x1b9)]],_0x278f50[_0x237439(0x1bb)]?_0x5836f4['iJdDF'](_0x50b4ee[_0x237439(0x216)],_0x5836f4[_0x237439(0x170)])&&(_0x50b4ee[_0x237439(0x216)]=_0x5836f4['pvAuA']):_0x50b4ee['body']={};else _0x278f50['test']&&(this[_0x237439(0x1e9)](_0x51b8cc),_0x278f50['skipped']&&this[_0x237439(0x1b5)](_0x51b8cc),(_0x278f50[_0x237439(0x1bb)]||_0x278f50[_0x237439(0x242)])&&(_0x50b4ee[_0x237439(0x1cc)]=this[_0x237439(0x220)](_0x51b8cc)));this[_0x237439(0x236)]&&(_0x278f50['started']||_0x278f50[_0x237439(0x242)])&&(_0x50b4ee[_0x5836f4['TnNic']]=this[_0x237439(0x1a8)](this['driver']));_0x278f50[_0x237439(0x16d)]&&_0x278f50['finished']&&_0x51b8cc[_0x237439(0x255)]&&(_0x50b4ee[_0x5836f4[_0x237439(0x1d9)]]={'feature':{'name':_0x51b8cc['parent']['feature'][_0x237439(0x203)],'path':_0x50b4ee[_0x237439(0x185)],'description':_0x51b8cc[_0x237439(0x178)][_0x237439(0x180)]},'scenario':{'name':_0x51b8cc['title']},'steps':_0x51b8cc[_0x237439(0x255)]});const _0x240c29=_0x50b4ee[_0x5836f4['DozPd']][0x0];_0x240c29&&(_0x50b4ee[_0x5836f4[_0x237439(0x1ea)]]=_0x240c29[_0x5836f4[_0x237439(0x1ff)]],_0x50b4ee[_0x5836f4[_0x237439(0x174)]]=_0x240c29[_0x5836f4['zULRE']]);if(_0x51b8cc[_0x237439(0x255)])for(const _0x8db52c of _0x51b8cc[_0x237439(0x255)]){!_0x8db52c['finished_at']&&(_0x8db52c['finished_at']=new Date()[_0x237439(0x17f)](),_0x5836f4[_0x237439(0x20f)](_0x8db52c['result'],_0x5836f4[_0x237439(0x1ca)])&&(_0x240c29?(_0x8db52c[_0x237439(0x216)]=_0x5836f4[_0x237439(0x170)],_0x8db52c['failure']=_0x240c29[_0x5836f4[_0x237439(0x1ff)]][0x0]):_0x8db52c[_0x237439(0x216)]=_0x5836f4[_0x237439(0x1e4)]));}const _0x3e57ac={};_0x3e57ac['event_type']=_0x278f50[_0x237439(0x242)]?TEST_EVENTS[_0x237439(0x202)]:_0x3a3ca6;const _0x41dcb=_0x3e57ac;return _0x278f50['hook']?_0x41dcb[_0x5836f4[_0x237439(0x209)]]=_0x50b4ee:_0x41dcb[_0x5836f4[_0x237439(0x17e)]]=_0x50b4ee,_0x41dcb;}catch(_0x43e73c){logger[_0x237439(0x227)](_0x237439(0x176)+_0x3a3ca6+'\x20with\x20error\x20:\x20'+_0x43e73c);}}async[a4_0x38d972(0x1cb)](_0x2b50b3,_0x26f486){const _0x55f9b2=a4_0x38d972;if(!this[_0x55f9b2(0x214)]||!_0x26f486||!_0x2b50b3)return![];try{return await SessionHandler[_0x55f9b2(0x25b)](_0x26f486);}catch(_0x5a5583){logger['debug'](_0x55f9b2(0x1b8)+_0x2b50b3+'\x20with\x20error\x20:\x20'+_0x5a5583);}}['initializeBddStep'](_0x254b22){const _0x3d7e96=a4_0x38d972,_0x34f27e={};_0x34f27e[_0x3d7e96(0x1a3)]=_0x3d7e96(0x213);const _0x576cbf=_0x34f27e;return{'id':_0x254b22[_0x3d7e96(0x240)],'text':_0x254b22[_0x3d7e96(0x234)],'keyword':_0x254b22[_0x3d7e96(0x21e)],'started_at':_0x254b22['startedAt'][_0x3d7e96(0x17f)](),'result':_0x576cbf[_0x3d7e96(0x1a3)]};}['bddStepStart'](_0x1a08df){const _0xd54d4b=a4_0x38d972,_0x9c993a={'YyHqg':function(_0x5badea){return _0x5badea();}};!this[_0xd54d4b(0x23e)][_0xd54d4b(0x255)]&&(this[_0xd54d4b(0x23e)][_0xd54d4b(0x255)]=[]),!_0x1a08df[_0xd54d4b(0x240)]&&(_0x1a08df[_0xd54d4b(0x240)]=_0x9c993a[_0xd54d4b(0x1cd)](uuidv4),_0x1a08df[_0xd54d4b(0x1be)]=new Date(),this[_0xd54d4b(0x23e)][_0xd54d4b(0x255)][_0xd54d4b(0x18d)](this[_0xd54d4b(0x238)](_0x1a08df)));}['bddStepFinish'](_0x383e23){const _0xc776b2=a4_0x38d972,_0x5e7a0a={'NwVQm':function(_0x3eefc0,_0x1302d6){return _0x3eefc0(_0x1302d6);},'SKQSb':_0xc776b2(0x24c),'KEbSE':_0xc776b2(0x213),'GssYH':_0xc776b2(0x1f0),'ZJwwl':function(_0x5a41af,_0x3933b2){return _0x5a41af-_0x3933b2;}};let _0x81d8f7=this[_0xc776b2(0x23e)]['bddSteps'][_0xc776b2(0x18b)](_0x1e368e=>_0x1e368e['id']===_0x383e23[_0xc776b2(0x240)]);_0x5e7a0a[_0xc776b2(0x261)](isUndefined,_0x81d8f7)&&(_0x81d8f7=this[_0xc776b2(0x238)](_0x383e23)),_0x81d8f7['result']=[_0x5e7a0a[_0xc776b2(0x23f)],_0x5e7a0a['KEbSE']][_0xc776b2(0x19c)](_0x383e23['status'])?_0x5e7a0a[_0xc776b2(0x25f)]:_0x383e23[_0xc776b2(0x190)],_0x81d8f7[_0xc776b2(0x21f)]=new Date()[_0xc776b2(0x17f)](),_0x81d8f7[_0xc776b2(0x23b)]=_0x5e7a0a[_0xc776b2(0x1ee)](Date[_0xc776b2(0x217)](),_0x383e23[_0xc776b2(0x1be)][_0xc776b2(0x1c7)]()),_0x81d8f7[_0xc776b2(0x21d)]=_0x383e23[_0xc776b2(0x1b3)]?_0x383e23[_0xc776b2(0x1b3)][_0xc776b2(0x17c)]:null;}}const a4_0xbe3dcc={};function a4_0x3174(){const _0x583ce2=['../../helpers/testhub/utils.js','file_name','obsBrowserTypeMockApplied','__cloud_provider___','bind','tags','3290ITtEsK','find','_paths','push','../../helpers/logger','stop','status','string','14964PbhZQT','QkGaV','ddDpH','RltKL','CByxd','_testEnv','bmBPc','integrations','Failed\x20to\x20parse\x20wsendpoint\x20','_beforeAll','includes','lib','PoJiS','nEygs','toString','../../helpers/test-observability/requestQueueHandler','NHBQM','djFJk','HookRunFinished','nTtDf','../../helpers/test-observability/sessionHandler','Not\x20able\x20to\x20import\x20Browser','getCBTInfo','HookRunStarted','setupBrowserDetails','replace','getRootParentFile','TestRunFinished','test_run','then','Rdhzu','hookAnalyticsId','645430hQpYwL','err','mZYFR','resetSkipTestHooks','launch','_afterAll','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','title','_afterEach','finished','frameworkName','cpVyE','startedAt','fullTitle','connect','backtrace','fWfKI','getHierarchy','aBHOc','util','hook_type','getTime','LogCreated','constructor','saTgE','fireEvent','hooks','YyHqg','retryOf','RoNrK','jRVQa','DPDCz','length','../../helpers/test-observability/utils','nmPcy','nHYQd','testAnalyticsId','BOLCT','zXtcz','cDIaI','relative','LnJvO','sep','patchConsoleLogger','forEach','expanded','oDyoS','trtFb','BXCVx','match','pvAuA','TEST_RUN_STARTED','captureEvent','removeAllListeners','ClXpC','mapTestHooks','iRmLy','../utils/constants','362872uCOtTj','cZhSl','ZJwwl','groups','passed','appendTestItemLog','rvxxs','TEST_RUN_SKIPPED','95JeOcyi','QIoim','sGmaz','PLAYWRIGHT_HUB_URL','uuid','PathHelper','../playwright/accessibility-helper','bKXBK','apply','TneXP','CODECEPT','NdRtp','iJdDF','Playwright','TEST_RUN_FINISHED','name','zjWoS','336948SXjwNY','join','start','pPjZX','JztSy','ctx','yzMPL','QNwtC','started','AXvua','XrTHs','connectOverCDP','OgIxD','errorsDetailed','pending','enabled','../../helpers/helper','result','now','getHookType','../../helpers/test-observability/constants','concat','currentHook','prefixTestPath','failure','keyword','finished_at','getHooksForTest','markedStatus','shutdown','HOOK_RUN_STARTED','UManR','hook','pid','debug','path','event_type','jqZsH','CUoNC','TestRunSkipped','RhySb','XsBLv','MXhQL','wOxhM','iCPBt','failure_backtrace','getFailureType','text','suites','driver','file','initializeBddStep','failed','failureData','duration','split','gpTnz','currentTest','SKQSb','stepAnalyticsId','codeceptjs','skipped','OsaIC','toLowerCase','VHzNR','CBTSessionCreated','hook_run','4081736yJerwx','719325CLLvpq','meta','accessibilityPlatform','success','wsEndpoint','dirname','TiBWR','BROWSERSTACK','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','getInstance','findGitConfig','hook_run_uuid','bddSteps','winstonLogger','cwd','DJOXo','toUpperCase','./helper.js','uploadEventData','type','_beforeEach','HbAci','GssYH','inspect','NwVQm','sendCBTInfo','FSCdp','test_run_uuid','test','../playwright/sessionDetails','qkDps','TngSv','defineProperty','O11yHelper','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','gefni','bs:addLog:','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','KsggV','parent','yqYfp','STATE_PASSED','18mqTvyg','message','TEST_EVENTS','ZCdaD','toISOString','comment','ESSkh','eMwGR','2968140yYJbTX'];a4_0x3174=function(){return _0x583ce2;};return a4_0x3174();}function a4_0x169b(_0x4e6e37,_0x88db99){const _0x3174ce=a4_0x3174();return a4_0x169b=function(_0x169b41,_0x2ca43a){_0x169b41=_0x169b41-0x16b;let _0x467499=_0x3174ce[_0x169b41];return _0x467499;},a4_0x169b(_0x4e6e37,_0x88db99);}a4_0xbe3dcc[a4_0x38d972(0x172)]=O11yHelper,a4_0xbe3dcc[a4_0x38d972(0x17a)]=STATE_PASSED,a4_0xbe3dcc['STATE_FAILED']=STATE_FAILED,a4_0xbe3dcc[a4_0x38d972(0x17d)]=TEST_EVENTS,module['exports']=a4_0xbe3dcc;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a5_0x2eb826=a5_0x3601;function a5_0x3601(_0x2d07e0,_0x10ad34){const _0x27b1a6=a5_0x27b1();return a5_0x3601=function(_0x3601c5,_0x4e12d4){_0x3601c5=_0x3601c5-0xe7;let _0x4f579b=_0x27b1a6[_0x3601c5];return _0x4f579b;},a5_0x3601(_0x2d07e0,_0x10ad34);}(function(_0x1f6691,_0x5ed620){const _0x2cd966=a5_0x3601,_0x4e5a75=_0x1f6691();while(!![]){try{const _0x111e66=-parseInt(_0x2cd966(0x150))/0x1*(-parseInt(_0x2cd966(0x138))/0x2)+-parseInt(_0x2cd966(0x123))/0x3*(parseInt(_0x2cd966(0x156))/0x4)+parseInt(_0x2cd966(0x159))/0x5*(-parseInt(_0x2cd966(0x132))/0x6)+-parseInt(_0x2cd966(0xe9))/0x7*(-parseInt(_0x2cd966(0x10b))/0x8)+-parseInt(_0x2cd966(0xfc))/0x9+-parseInt(_0x2cd966(0x14a))/0xa*(parseInt(_0x2cd966(0x11d))/0xb)+parseInt(_0x2cd966(0x143))/0xc*(parseInt(_0x2cd966(0x155))/0xd);if(_0x111e66===_0x5ed620)break;else _0x4e5a75['push'](_0x4e5a75['shift']());}catch(_0x5e85c1){_0x4e5a75['push'](_0x4e5a75['shift']());}}}(a5_0x27b1,0x58a3a));const fs=require('fs'),path=require(a5_0x2eb826(0x148)),util=require(a5_0x2eb826(0x139)),logger=require(a5_0x2eb826(0x126))[a5_0x2eb826(0x154)],{default:BrowserStackSetup}=require(a5_0x2eb826(0xf0)),helper=require(a5_0x2eb826(0x12d)),utilities=require(a5_0x2eb826(0xf9)),constants=require('../utils/constants'),{parallelCucumberRun}=require(a5_0x2eb826(0xf5)),TestHubHandler=require(a5_0x2eb826(0x147)),testOpsHelper=require('../../helpers/test-observability/utils'),chalk=require(a5_0x2eb826(0xf3)),PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require('../../helpers/performance/constants')[a5_0x2eb826(0x114)];function printCucumberStats(_0x5eb078){const _0x2bf17f=a5_0x2eb826,_0x13e4f3={};_0x13e4f3[_0x2bf17f(0x10a)]=function(_0x3c1678,_0x47a02c){return _0x3c1678>_0x47a02c;},_0x13e4f3['AtnpJ']=function(_0x142ed4,_0x1306ad){return _0x142ed4-_0x1306ad;},_0x13e4f3[_0x2bf17f(0x144)]=function(_0x37c47c,_0x336c70){return _0x37c47c>_0x336c70;},_0x13e4f3[_0x2bf17f(0xfd)]=function(_0x1f8945,_0x56d391){return _0x1f8945>_0x56d391;},_0x13e4f3[_0x2bf17f(0x120)]=function(_0x342eb2,_0x7e5a3c){return _0x342eb2>_0x7e5a3c;},_0x13e4f3[_0x2bf17f(0x112)]=function(_0x4df5a7,_0x5574b0){return _0x4df5a7+_0x5574b0;},_0x13e4f3[_0x2bf17f(0x15c)]=function(_0x11da2c,_0x553f06){return _0x11da2c+_0x553f06;},_0x13e4f3['wukgR']=function(_0x360078,_0x19a517){return _0x360078+_0x19a517;},_0x13e4f3[_0x2bf17f(0x129)]=function(_0x512383,_0x119e68){return _0x512383+_0x119e68;},_0x13e4f3[_0x2bf17f(0xec)]=function(_0x360600,_0x5cc01a){return _0x360600+_0x5cc01a;},_0x13e4f3['lHdaz']=function(_0x33927a,_0x27820d){return _0x33927a===_0x27820d;},_0x13e4f3[_0x2bf17f(0xf4)]='****\x20RESULTS\x20****';const _0x4951a1=_0x13e4f3;let _0x4c44f5=0x0;if(_0x4951a1['lHdaz'](_0x5eb078[_0x2bf17f(0xf2)],0x0))return _0x4c44f5;return console[_0x2bf17f(0x14b)](chalk[_0x2bf17f(0xfe)]['bgWhite'](_0x4951a1[_0x2bf17f(0xf4)])),_0x5eb078[_0x2bf17f(0x13d)](_0x429e8b=>{const _0x4fcf2c=_0x2bf17f,_0x359090=_0x429e8b[0x0],_0x3c8ea9=_0x429e8b[0x1];helper[_0x4fcf2c(0x121)]()&&console[_0x4fcf2c(0x14b)]('\x0a'+chalk[_0x4fcf2c(0xfe)][_0x4fcf2c(0xed)](''+helper[_0x4fcf2c(0x135)](_0x359090)));const _0x8c4ed5=_0x3c8ea9['scenarios'],_0x415ce5=_0x3c8ea9[_0x4fcf2c(0x117)],_0x1a0b21=_0x3c8ea9['scenariosFailed'],_0x23a007=_0x3c8ea9[_0x4fcf2c(0x13b)],_0x3e92da=_0x3c8ea9[_0x4fcf2c(0x12b)],_0xef14d=_0x3c8ea9[_0x4fcf2c(0x12a)],_0x2ac3b2=_0x3c8ea9[_0x4fcf2c(0x111)],_0x24b425=_0x3c8ea9[_0x4fcf2c(0x151)],_0x55e66e=_0x3c8ea9[_0x4fcf2c(0x145)],_0x22a600=_0x3c8ea9[_0x4fcf2c(0x141)],_0x2cae0f=_0x3c8ea9['processSuccess'];let _0x544c23=_0x8c4ed5+'\x20scenarios';const _0x1049f4=_0x4951a1[_0x4fcf2c(0x10a)](_0x4951a1[_0x4fcf2c(0x110)](_0x8c4ed5,_0x1a0b21),0x0)?_0x4951a1[_0x4fcf2c(0x110)](_0x8c4ed5,_0x1a0b21):0x0;if(_0x4951a1[_0x4fcf2c(0x10a)](_0x1a0b21,0x0)&&_0x4951a1['aBsJt'](_0x1049f4,0x0))_0x544c23+='\x20('+chalk[_0x4fcf2c(0xfe)][_0x4fcf2c(0x140)](_0x1a0b21+_0x4fcf2c(0x12f))+',\x20'+chalk[_0x4fcf2c(0xfe)][_0x4fcf2c(0x113)](_0x1049f4+_0x4fcf2c(0x13c))+')';else(_0x4951a1[_0x4fcf2c(0x10a)](_0x1a0b21,0x0)||_0x4951a1[_0x4fcf2c(0x10a)](_0x1049f4,0x0))&&(_0x544c23+=_0x4951a1[_0x4fcf2c(0x10a)](_0x1a0b21,0x0)?'\x20('+chalk[_0x4fcf2c(0xfe)][_0x4fcf2c(0x140)](_0x1a0b21+_0x4fcf2c(0x12f))+')':'\x20('+chalk[_0x4fcf2c(0xfe)][_0x4fcf2c(0x113)](_0x1049f4+_0x4fcf2c(0x13c))+')');const _0x39fe75=_0x415ce5+_0x4fcf2c(0x133),_0x10f632=[];_0x4951a1[_0x4fcf2c(0x144)](_0x22a600,0x0)&&_0x10f632['push'](''+chalk[_0x4fcf2c(0xfe)][_0x4fcf2c(0x140)](_0x22a600+_0x4fcf2c(0x119)));_0x4951a1[_0x4fcf2c(0x10a)](_0x23a007,0x0)&&_0x10f632[_0x4fcf2c(0x101)](''+chalk[_0x4fcf2c(0xfe)][_0x4fcf2c(0x140)](_0x23a007+_0x4fcf2c(0x12f)));_0x4951a1[_0x4fcf2c(0xfd)](_0x3e92da,0x0)&&_0x10f632[_0x4fcf2c(0x101)](''+chalk['bold'][_0x4fcf2c(0x113)](_0x3e92da+_0x4fcf2c(0x13c)));_0x4951a1[_0x4fcf2c(0x120)](_0x2ac3b2,0x0)&&_0x10f632[_0x4fcf2c(0x101)](''+chalk['bold']['yellow'](_0x2ac3b2+_0x4fcf2c(0x11b)));_0x4951a1[_0x4fcf2c(0x10a)](_0xef14d,0x0)&&_0x10f632[_0x4fcf2c(0x101)](''+chalk[_0x4fcf2c(0xfe)][_0x4fcf2c(0x115)](_0xef14d+_0x4fcf2c(0x13a)));_0x4951a1[_0x4fcf2c(0x120)](_0x24b425,0x0)&&_0x10f632[_0x4fcf2c(0x101)](''+chalk[_0x4fcf2c(0xfe)][_0x4fcf2c(0xed)](_0x24b425+'\x20undefined'));_0x4951a1[_0x4fcf2c(0x10a)](_0x55e66e,0x0)&&_0x10f632[_0x4fcf2c(0x101)](''+chalk[_0x4fcf2c(0xfe)][_0x4fcf2c(0xed)](_0x55e66e+'\x20skipped'));const _0x440650=_0x4951a1[_0x4fcf2c(0x112)](_0x4951a1[_0x4fcf2c(0x112)](_0x4951a1[_0x4fcf2c(0x15c)](_0x39fe75,'('),_0x10f632['join'](',\x20')),')');console[_0x4fcf2c(0x14b)](_0x4951a1[_0x4fcf2c(0x149)](_0x4951a1['WqwmO'](_0x4951a1[_0x4fcf2c(0xec)](_0x4951a1[_0x4fcf2c(0x112)]('\x0a',_0x544c23),'\x0a'),_0x440650),'\x0a')),_0x4951a1[_0x4fcf2c(0x11c)](_0x2cae0f,![])&&(_0x4c44f5=0x1);}),_0x4c44f5;}async function run(_0x49a04d,_0x40df56,_0x3dbd0b){const _0x3c2057=a5_0x2eb826,_0x539307={'ZdKba':function(_0x5515e0,_0x4aaca8){return _0x5515e0(_0x4aaca8);},'bzqJw':function(_0x1441ef,_0x562ec2){return _0x1441ef>_0x562ec2;},'aKHkY':_0x3c2057(0x152),'VKsHz':'Removing\x20tmp\x20directory\x20created\x20for\x20reports','fAjAu':_0x3c2057(0x13f),'nuPLz':_0x3c2057(0x14c),'byasi':_0x3c2057(0x118),'tVmsq':function(_0x5d8aea,_0x557cf0){return _0x5d8aea-_0x557cf0;},'RjDxH':function(_0x5d59cc,_0x4d7421){return _0x5d59cc>=_0x4d7421;},'yfUvO':function(_0x36c350,_0x9b8025){return _0x36c350!=_0x9b8025;},'wbdvs':_0x3c2057(0xef),'IycIv':function(_0x170cf9,_0x5c02cb,_0x511b91,_0x4c93e8,_0x20584c,_0x2491b2){return _0x170cf9(_0x5c02cb,_0x511b91,_0x4c93e8,_0x20584c,_0x2491b2);}};await _0x3dbd0b[_0x3c2057(0x158)](_0x49a04d),helper[_0x3c2057(0xe7)](_0x3dbd0b[_0x3c2057(0x153)],_0x49a04d);!helper[_0x3c2057(0x121)]()&&await _0x3dbd0b['setupTCGAuth']();await helper[_0x3c2057(0xfb)](_0x3dbd0b[_0x3c2057(0xe8)]);const _0x5a71d7=helper[_0x3c2057(0x12c)](_0x3dbd0b[_0x3c2057(0xe8)]);!helper[_0x3c2057(0xf6)](_0x3dbd0b[_0x3c2057(0xe8)][_0x3c2057(0x134)])&&(process[_0x3c2057(0x10d)][_0x3c2057(0x146)]=JSON[_0x3c2057(0x157)](_0x3dbd0b[_0x3c2057(0xe8)][_0x3c2057(0x134)]));const _0x5a430e=await TestHubHandler[_0x3c2057(0x103)](constants[_0x3c2057(0xf8)][_0x3c2057(0x12e)],_0x3dbd0b);let _0x574216=[];if(!helper[_0x3c2057(0x121)]()){const _0x549c54={};_0x549c54[_0x3c2057(0x124)]=[],_0x574216=helper[_0x3c2057(0x11e)](Object['assign']({},_0x3dbd0b['config'],_0x549c54),_0x5a71d7,constants[_0x3c2057(0xf8)][_0x3c2057(0x12e)]);}else _0x574216=helper[_0x3c2057(0x11e)](_0x3dbd0b[_0x3c2057(0xe8)],_0x5a71d7,constants[_0x3c2057(0xf8)]['CUCUMBER']);if(!_0x3dbd0b[_0x3c2057(0xe8)])return;const _0x4ef2a2=_0x3dbd0b['config']['parallelsPerPlatform']||helper[_0x3c2057(0xfa)](_0x49a04d,_0x40df56,_0x3dbd0b['config'],constants[_0x3c2057(0xf8)][_0x3c2057(0x12e)])||0x1,_0x464f0e={'server':helper['getHubUrl'](_0x3dbd0b[_0x3c2057(0xe8)]),'proxySettings':_0x3dbd0b[_0x3c2057(0xe8)]['proxySettings'],'maxWorkers':_0x4ef2a2,'browserStackLogLevel':_0x3dbd0b[_0x3c2057(0xe8)]['logLevel'],'skipSessionName':_0x3dbd0b['config'][_0x3c2057(0x125)][_0x3c2057(0x10c)],'skipSessionStatus':_0x3dbd0b['config']['testContextOptions'][_0x3c2057(0x13e)],'turboScaleUrl':_0x3dbd0b['config']['turboScaleUrl']},_0x4129d9=process[_0x3c2057(0x128)],[_0x147b6a,_0x58aa0a]=helper['parseFormatters'](_0x4129d9),_0x3eeabf=path['join'](process['cwd'](),_0x539307[_0x3c2057(0xeb)]);if(_0x539307['bzqJw'](_0x58aa0a['length'],0x0)){helper[_0x3c2057(0xee)](_0x3eeabf);for(let _0x177789=_0x539307[_0x3c2057(0x104)](_0x147b6a[_0x3c2057(0xf2)],0x1);_0x539307[_0x3c2057(0x10f)](_0x177789,0x0);_0x177789--){_0x4129d9['splice'](_0x147b6a[_0x177789],0x2);}}_0x539307['yfUvO'](_0x3dbd0b['config'][_0x3c2057(0x15a)],null)?process[_0x3c2057(0x10d)][_0x3c2057(0x136)]=_0x3dbd0b[_0x3c2057(0xe8)]['testObservability']:process[_0x3c2057(0x10d)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x539307[_0x3c2057(0x105)];PerformanceTester[_0x3c2057(0x116)](PerformanceEvents['SDK_SETUP']);let _0x1e2c5b;_0x539307[_0x3c2057(0x11f)](parallelCucumberRun,_0x574216,_0x464f0e,_0x3dbd0b['config'],_0x4129d9,_0x58aa0a)['then'](async _0x8c73f5=>{const _0x37aee4=_0x3c2057;PerformanceTester[_0x37aee4(0x108)](PerformanceEvents[_0x37aee4(0x130)]),_0x1e2c5b=_0x8c73f5;const _0x14dc56=_0x539307[_0x37aee4(0x10e)](printCucumberStats,_0x8c73f5);process[_0x37aee4(0x109)]=_0x14dc56,_0x539307[_0x37aee4(0xf1)](_0x58aa0a['length'],0x0)&&(logger['debug'](_0x539307['aKHkY']),helper[_0x37aee4(0x131)](_0x3eeabf,_0x58aa0a),logger[_0x37aee4(0x14d)](_0x539307[_0x37aee4(0x137)]),helper[_0x37aee4(0xf7)](_0x3eeabf));})[_0x3c2057(0x14e)](async()=>{const _0x169fa8=_0x3c2057;PerformanceTester[_0x169fa8(0x108)](PerformanceEvents['SDK_CLEANUP']),_0x3dbd0b[_0x169fa8(0x102)]=helper[_0x169fa8(0xff)](_0x1e2c5b,_0x539307[_0x169fa8(0xea)]),testOpsHelper[_0x169fa8(0x127)]();try{await TestHubHandler[_0x169fa8(0x142)]();}catch(_0x30cc8b){logger[_0x169fa8(0x14d)](_0x169fa8(0x14f)+util[_0x169fa8(0x122)](_0x30cc8b));}try{const {browserstackFolderPath:_0x23ddd9,tcgConfigPath:_0x49c118}=helper[_0x169fa8(0x100)]();fs[_0x169fa8(0x107)](_0x49c118),fs[_0x169fa8(0x106)](_0x23ddd9);}catch(_0x5b56e0){logger[_0x169fa8(0x14d)](_0x539307[_0x169fa8(0x11a)],_0x5b56e0);}await utilities[_0x169fa8(0x15b)](_0x3dbd0b);});}module['exports']=run;function a5_0x27b1(){const _0x2fdb46=['true','../../helpers/BrowserStackSetup','bzqJw','length','chalk','fXOnI','../test-runner','isUndefined','removeDir','FRAMEWORKS','../../helpers/utilities','getUserWorkerCount','handleApp','2611116pqoZjQ','MiESn','bold','getErrorMessageFromResults','getTCGConfigFilePaths','push','errorMessage','launchBuild','tVmsq','wbdvs','rmdirSync','unlinkSync','start','exitCode','aBsJt','2368zYoLKc','skipSessionName','env','ZdKba','RjDxH','AtnpJ','stepsPending','YItWA','green','EVENTS','cyan','end','steps','tmp','\x20ambiguous','nuPLz','\x20pending','lHdaz','4573349jAsSdp','prepareCapabilities','IycIv','TiiAQ','isBrowserstackInfra','format','3gcFRTn','platforms','testContextOptions','../../helpers/logger','printBuildLink','argv','WqwmO','stepsSkipped','stepsPassed','useW3C','../../helpers/helper','CUCUMBER','\x20failed','SDK_CLEANUP','mergeOutputFiles','6NqbvwR','\x20steps','accessibilityOptions','getPlatformName','BROWSERSTACK_TEST_OBSERVABILITY_YML','VKsHz','37140vOkCLR','util','\x20skipped','stepsFailed','\x20passed','forEach','skipSessionStatus','cucumber','red','stepsAmbiguous','stop','12cFwNlK','MGhGX','stepsUnknown','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','../../helpers/testhub/testhubHandler','path','wukgR','10EYJmkz','log','error\x20removing\x20tcg\x20config\x20file','debug','finally','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','13FZoeKH','stepsUndefined','Generating\x20consolidated\x20report...','framework','winstonLogger','25710932CbCCXM','2661236PtebQQ','stringify','initialize','2710220FBijQE','testObservability','finalExecution','jghDh','setUserConfigPath','config','1351rEltEK','fAjAu','byasi','tTWbw','yellow','createDir'];a5_0x27b1=function(){return _0x2fdb46;};return a5_0x27b1();}
|
|
2
|
+
'use strict';const a5_0x3483a1=a5_0x234e;(function(_0x1d178d,_0xcd856f){const _0x1d6b1=a5_0x234e,_0x4420a1=_0x1d178d();while(!![]){try{const _0xae6e97=parseInt(_0x1d6b1(0xd9))/0x1*(parseInt(_0x1d6b1(0x105))/0x2)+parseInt(_0x1d6b1(0xef))/0x3*(-parseInt(_0x1d6b1(0xc0))/0x4)+-parseInt(_0x1d6b1(0x106))/0x5+-parseInt(_0x1d6b1(0xb2))/0x6*(parseInt(_0x1d6b1(0x110))/0x7)+parseInt(_0x1d6b1(0xbe))/0x8+-parseInt(_0x1d6b1(0x10a))/0x9*(parseInt(_0x1d6b1(0xb5))/0xa)+parseInt(_0x1d6b1(0xec))/0xb*(parseInt(_0x1d6b1(0xb4))/0xc);if(_0xae6e97===_0xcd856f)break;else _0x4420a1['push'](_0x4420a1['shift']());}catch(_0x322f3f){_0x4420a1['push'](_0x4420a1['shift']());}}}(a5_0x37cb,0x7db33));function a5_0x234e(_0xb94f89,_0x4c33dc){const _0x37cb2e=a5_0x37cb();return a5_0x234e=function(_0x234eca,_0x114750){_0x234eca=_0x234eca-0xaa;let _0x1f23bd=_0x37cb2e[_0x234eca];return _0x1f23bd;},a5_0x234e(_0xb94f89,_0x4c33dc);}const fs=require('fs'),path=require(a5_0x3483a1(0xb7)),util=require(a5_0x3483a1(0x118)),logger=require(a5_0x3483a1(0xbd))[a5_0x3483a1(0xc6)],{default:BrowserStackSetup}=require(a5_0x3483a1(0xac)),helper=require(a5_0x3483a1(0xe1)),utilities=require('../../helpers/utilities'),constants=require(a5_0x3483a1(0xc1)),{parallelCucumberRun}=require(a5_0x3483a1(0x111)),TestHubHandler=require(a5_0x3483a1(0x11b)),testOpsHelper=require(a5_0x3483a1(0x129)),chalk=require('chalk'),PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require(a5_0x3483a1(0xd7))[a5_0x3483a1(0xbc)];function a5_0x37cb(){const _0x12b601=['6mQrjHP','turboScaleUrl','132RnQhdx','670peaekn','dKnAB','path','SDK_CLEANUP','skipSessionStatus','CUCUMBER','length','EVENTS','../../helpers/logger','1039336gTGEIe','logLevel','2268wBxiMP','../utils/constants','bgWhite','VIYPV','platforms','then','winstonLogger','scenarios','useW3C','cucumber','BROWSERSTACK_TEST_OBSERVABILITY_YML','log','KaWAz','exports','getPlatformName','rmdirSync','proxySettings','finally','ohvXT','JpqMo','cwd','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','yellow','../../helpers/performance/constants','scenariosFailed','85037gwTarC','stepsFailed','SwAkN','****\x20RESULTS\x20****','cZxfg','xUQeR','mlFBF','\x20steps','../../helpers/helper','argv','env','assign','stepsPending','waraE','getHubUrl','forEach','SDK_SETUP','bold','TcQXg','1070443jReEts','finalExecution','green','2883tZcGTJ','push','ZFTYK','stepsSkipped','stepsAmbiguous','eAZvF','parallelsPerPlatform','\x20scenarios','setUserConfigPath','jFDXd','isBrowserstackInfra','steps','start','format','getErrorMessageFromResults','cCfXP','config','initialize','cyan','Removing\x20tmp\x20directory\x20created\x20for\x20reports','printBuildLink','\x20undefined','20dHSViw','2956685jgAeld','rTSxN','exitCode','bzuhI','5247ppswgl','true','Generating\x20consolidated\x20report...','stepsPassed','FUKKr','createDir','2524046AtKlwo','../test-runner','VxxwE','\x20ambiguous','GhrpA','stepsUndefined','QHWMJ','ddrhG','util','sQysH','getTCGConfigFilePaths','../../helpers/testhub/testhubHandler','testObservability','parseFormatters','processSuccess','prepareCapabilities','isUndefined','debug','framework','\x20passed','handleApp','FRAMEWORKS','\x20failed','QgiOh','testContextOptions','../../helpers/test-observability/utils','join','CpbjF','\x20skipped','red','DrZpv','\x20pending','../../helpers/BrowserStackSetup','setupTCGAuth','accessibilityOptions','unlinkSync','skipSessionName','errorMessage'];a5_0x37cb=function(){return _0x12b601;};return a5_0x37cb();}function printCucumberStats(_0x215489){const _0x477e37=a5_0x3483a1,_0x15d206={};_0x15d206[_0x477e37(0x12b)]=function(_0x30db40,_0x58e7cc){return _0x30db40>_0x58e7cc;},_0x15d206[_0x477e37(0xfe)]=function(_0x6113bd,_0x4ecaab){return _0x6113bd-_0x4ecaab;},_0x15d206['KaWAz']=function(_0x46166a,_0x587480){return _0x46166a-_0x587480;},_0x15d206[_0x477e37(0x114)]=function(_0x4f8fa8,_0x2e6d9a){return _0x4f8fa8>_0x2e6d9a;},_0x15d206[_0x477e37(0x117)]=function(_0x4ae4b0,_0x3be771){return _0x4ae4b0>_0x3be771;},_0x15d206['ZFTYK']=function(_0x106299,_0x2b1751){return _0x106299>_0x2b1751;},_0x15d206[_0x477e37(0x112)]=function(_0x386ed2,_0x4e200a){return _0x386ed2>_0x4e200a;},_0x15d206[_0x477e37(0xde)]=function(_0xb06653,_0x4d08bd){return _0xb06653>_0x4d08bd;},_0x15d206['zKsXD']=function(_0x1737ab,_0x2ec67a){return _0x1737ab>_0x2ec67a;},_0x15d206[_0x477e37(0xc3)]=function(_0x2d302a,_0x40d8ff){return _0x2d302a>_0x40d8ff;},_0x15d206[_0x477e37(0xb6)]=function(_0x1e63b8,_0x5d4411){return _0x1e63b8+_0x5d4411;},_0x15d206[_0x477e37(0x10e)]=function(_0x2e22e7,_0x3e6113){return _0x2e22e7+_0x3e6113;},_0x15d206[_0x477e37(0x109)]=function(_0x5da6dc,_0x1ae80a){return _0x5da6dc+_0x1ae80a;},_0x15d206['TcQXg']=function(_0x45113d,_0x84cf3b){return _0x45113d+_0x84cf3b;},_0x15d206[_0x477e37(0x107)]=function(_0x26902d,_0x555049){return _0x26902d===_0x555049;},_0x15d206['JpqMo']=function(_0x56e04a,_0x532dbc){return _0x56e04a===_0x532dbc;},_0x15d206['DrZpv']=_0x477e37(0xdc);const _0x215601=_0x15d206;let _0x37d514=0x0;if(_0x215601[_0x477e37(0xd3)](_0x215489[_0x477e37(0xbb)],0x0))return _0x37d514;return console[_0x477e37(0xcb)](chalk[_0x477e37(0xea)][_0x477e37(0xc2)](_0x215601[_0x477e37(0xaa)])),_0x215489[_0x477e37(0xe8)](_0x244dbb=>{const _0xbcc6fe=_0x477e37,_0x25f665=_0x244dbb[0x0],_0x1460b5=_0x244dbb[0x1];helper[_0xbcc6fe(0xf9)]()&&console[_0xbcc6fe(0xcb)]('\x0a'+chalk['bold'][_0xbcc6fe(0xd6)](''+helper[_0xbcc6fe(0xce)](_0x25f665)));const _0x5a1e37=_0x1460b5[_0xbcc6fe(0xc7)],_0xea7b0a=_0x1460b5[_0xbcc6fe(0xfa)],_0x4957de=_0x1460b5[_0xbcc6fe(0xd8)],_0x48f832=_0x1460b5[_0xbcc6fe(0xda)],_0x3b60de=_0x1460b5[_0xbcc6fe(0x10d)],_0x3b7260=_0x1460b5[_0xbcc6fe(0xf2)],_0x40260a=_0x1460b5[_0xbcc6fe(0xe5)],_0x3d2b0e=_0x1460b5[_0xbcc6fe(0x115)],_0x2e32ff=_0x1460b5['stepsUnknown'],_0x24f448=_0x1460b5[_0xbcc6fe(0xf3)],_0x29e137=_0x1460b5[_0xbcc6fe(0x11e)];let _0x2c5d9d=_0x5a1e37+_0xbcc6fe(0xf6);const _0x2f389b=_0x215601[_0xbcc6fe(0x12b)](_0x215601[_0xbcc6fe(0xfe)](_0x5a1e37,_0x4957de),0x0)?_0x215601[_0xbcc6fe(0xcc)](_0x5a1e37,_0x4957de):0x0;if(_0x215601[_0xbcc6fe(0x114)](_0x4957de,0x0)&&_0x215601[_0xbcc6fe(0x114)](_0x2f389b,0x0))_0x2c5d9d+='\x20('+chalk[_0xbcc6fe(0xea)][_0xbcc6fe(0x12d)](_0x4957de+_0xbcc6fe(0x126))+',\x20'+chalk[_0xbcc6fe(0xea)][_0xbcc6fe(0xee)](_0x2f389b+_0xbcc6fe(0x123))+')';else(_0x215601[_0xbcc6fe(0x12b)](_0x4957de,0x0)||_0x215601[_0xbcc6fe(0x117)](_0x2f389b,0x0))&&(_0x2c5d9d+=_0x215601['GhrpA'](_0x4957de,0x0)?'\x20('+chalk[_0xbcc6fe(0xea)][_0xbcc6fe(0x12d)](_0x4957de+'\x20failed')+')':'\x20('+chalk[_0xbcc6fe(0xea)][_0xbcc6fe(0xee)](_0x2f389b+_0xbcc6fe(0x123))+')');const _0x5b7737=_0xea7b0a+_0xbcc6fe(0xe0),_0x1a2dab=[];_0x215601[_0xbcc6fe(0xf1)](_0x24f448,0x0)&&_0x1a2dab[_0xbcc6fe(0xf0)](''+chalk['bold'][_0xbcc6fe(0x12d)](_0x24f448+_0xbcc6fe(0x113)));_0x215601[_0xbcc6fe(0x112)](_0x48f832,0x0)&&_0x1a2dab[_0xbcc6fe(0xf0)](''+chalk[_0xbcc6fe(0xea)][_0xbcc6fe(0x12d)](_0x48f832+'\x20failed'));_0x215601[_0xbcc6fe(0x112)](_0x3b60de,0x0)&&_0x1a2dab['push'](''+chalk[_0xbcc6fe(0xea)][_0xbcc6fe(0xee)](_0x3b60de+_0xbcc6fe(0x123)));_0x215601[_0xbcc6fe(0xde)](_0x40260a,0x0)&&_0x1a2dab[_0xbcc6fe(0xf0)](''+chalk[_0xbcc6fe(0xea)][_0xbcc6fe(0xd6)](_0x40260a+_0xbcc6fe(0xab)));_0x215601['zKsXD'](_0x3b7260,0x0)&&_0x1a2dab[_0xbcc6fe(0xf0)](''+chalk['bold'][_0xbcc6fe(0x101)](_0x3b7260+'\x20skipped'));_0x215601[_0xbcc6fe(0xc3)](_0x3d2b0e,0x0)&&_0x1a2dab[_0xbcc6fe(0xf0)](''+chalk[_0xbcc6fe(0xea)][_0xbcc6fe(0xd6)](_0x3d2b0e+_0xbcc6fe(0x104)));_0x215601[_0xbcc6fe(0x112)](_0x2e32ff,0x0)&&_0x1a2dab['push'](''+chalk[_0xbcc6fe(0xea)][_0xbcc6fe(0xd6)](_0x2e32ff+_0xbcc6fe(0x12c)));const _0x1819f1=_0x215601[_0xbcc6fe(0xb6)](_0x215601[_0xbcc6fe(0x10e)](_0x215601['FUKKr'](_0x5b7737,'('),_0x1a2dab[_0xbcc6fe(0x12a)](',\x20')),')');console[_0xbcc6fe(0xcb)](_0x215601[_0xbcc6fe(0x109)](_0x215601[_0xbcc6fe(0x109)](_0x215601[_0xbcc6fe(0x109)](_0x215601[_0xbcc6fe(0xeb)]('\x0a',_0x2c5d9d),'\x0a'),_0x1819f1),'\x0a')),_0x215601['rTSxN'](_0x29e137,![])&&(_0x37d514=0x1);}),_0x37d514;}async function run(_0x3b13c0,_0x2c4079,_0x4d4159){const _0x83e117=a5_0x3483a1,_0x3e93cc={'viivS':function(_0x1262fb,_0x3e4fc2){return _0x1262fb(_0x3e4fc2);},'sQysH':function(_0x48e028,_0x5d6dea){return _0x48e028>_0x5d6dea;},'jFDXd':_0x83e117(0x10c),'NAVmo':_0x83e117(0x102),'cZxfg':_0x83e117(0xc9),'QHWMJ':'error\x20removing\x20tcg\x20config\x20file','waraE':'tmp','ohvXT':function(_0x2ef466,_0x21fbf4){return _0x2ef466>_0x21fbf4;},'QgiOh':function(_0x30b9b9,_0x22dd33){return _0x30b9b9-_0x22dd33;},'bDMTx':function(_0x644044,_0x3dc451){return _0x644044>=_0x3dc451;},'SwAkN':function(_0x166d18,_0x3afe47){return _0x166d18!=_0x3afe47;},'mlFBF':_0x83e117(0x10b),'eAZvF':function(_0x25eed5,_0x1323d5,_0x98b991,_0x187e54,_0xbb0131,_0xec3738){return _0x25eed5(_0x1323d5,_0x98b991,_0x187e54,_0xbb0131,_0xec3738);}};await _0x4d4159[_0x83e117(0x100)](_0x3b13c0),helper[_0x83e117(0xf7)](_0x4d4159[_0x83e117(0x122)],_0x3b13c0);!helper[_0x83e117(0xf9)]()&&await _0x4d4159[_0x83e117(0xad)]();await helper[_0x83e117(0x124)](_0x4d4159['config']);const _0x53c8e4=helper[_0x83e117(0xc8)](_0x4d4159[_0x83e117(0xff)]);!helper[_0x83e117(0x120)](_0x4d4159['config'][_0x83e117(0xae)])&&(process[_0x83e117(0xe3)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON['stringify'](_0x4d4159[_0x83e117(0xff)][_0x83e117(0xae)]));const _0x541bc6=await TestHubHandler['launchBuild'](constants[_0x83e117(0x125)][_0x83e117(0xba)],_0x4d4159);let _0x37d588=[];if(!helper[_0x83e117(0xf9)]()){const _0x383e87={};_0x383e87[_0x83e117(0xc4)]=[],_0x37d588=helper[_0x83e117(0x11f)](Object[_0x83e117(0xe4)]({},_0x4d4159[_0x83e117(0xff)],_0x383e87),_0x53c8e4,constants[_0x83e117(0x125)]['CUCUMBER']);}else _0x37d588=helper[_0x83e117(0x11f)](_0x4d4159[_0x83e117(0xff)],_0x53c8e4,constants[_0x83e117(0x125)][_0x83e117(0xba)]);if(!_0x4d4159[_0x83e117(0xff)])return;const _0xeadec0=_0x4d4159[_0x83e117(0xff)][_0x83e117(0xf5)]||helper['getUserWorkerCount'](_0x3b13c0,_0x2c4079,_0x4d4159[_0x83e117(0xff)],constants[_0x83e117(0x125)][_0x83e117(0xba)])||0x1,_0x39e818={'server':helper[_0x83e117(0xe7)](_0x4d4159[_0x83e117(0xff)]),'proxySettings':_0x4d4159[_0x83e117(0xff)][_0x83e117(0xd0)],'maxWorkers':_0xeadec0,'browserStackLogLevel':_0x4d4159[_0x83e117(0xff)][_0x83e117(0xbf)],'skipSessionName':_0x4d4159[_0x83e117(0xff)][_0x83e117(0x128)][_0x83e117(0xb0)],'skipSessionStatus':_0x4d4159[_0x83e117(0xff)][_0x83e117(0x128)][_0x83e117(0xb9)],'turboScaleUrl':_0x4d4159[_0x83e117(0xff)][_0x83e117(0xb3)]},_0x3ca384=process[_0x83e117(0xe2)],[_0x39e471,_0x3cf4db]=helper[_0x83e117(0x11d)](_0x3ca384),_0x5d6f24=path['join'](process[_0x83e117(0xd4)](),_0x3e93cc[_0x83e117(0xe6)]);if(_0x3e93cc[_0x83e117(0xd2)](_0x3cf4db[_0x83e117(0xbb)],0x0)){helper[_0x83e117(0x10f)](_0x5d6f24);for(let _0x179c13=_0x3e93cc[_0x83e117(0x127)](_0x39e471[_0x83e117(0xbb)],0x1);_0x3e93cc['bDMTx'](_0x179c13,0x0);_0x179c13--){_0x3ca384['splice'](_0x39e471[_0x179c13],0x2);}}_0x3e93cc[_0x83e117(0xdb)](_0x4d4159[_0x83e117(0xff)][_0x83e117(0x11c)],null)?process[_0x83e117(0xe3)][_0x83e117(0xca)]=_0x4d4159[_0x83e117(0xff)][_0x83e117(0x11c)]:process['env'][_0x83e117(0xca)]=_0x3e93cc[_0x83e117(0xdf)];PerformanceTester['end'](PerformanceEvents[_0x83e117(0xe9)]);let _0xf589fe;_0x3e93cc[_0x83e117(0xf4)](parallelCucumberRun,_0x37d588,_0x39e818,_0x4d4159[_0x83e117(0xff)],_0x3ca384,_0x3cf4db)[_0x83e117(0xc5)](async _0x435c09=>{const _0x4955d3=_0x83e117;PerformanceTester['start'](PerformanceEvents[_0x4955d3(0xb8)]),_0xf589fe=_0x435c09;const _0x260d56=_0x3e93cc['viivS'](printCucumberStats,_0x435c09);process[_0x4955d3(0x108)]=_0x260d56,_0x3e93cc[_0x4955d3(0x119)](_0x3cf4db[_0x4955d3(0xbb)],0x0)&&(logger[_0x4955d3(0x121)](_0x3e93cc[_0x4955d3(0xf8)]),helper['mergeOutputFiles'](_0x5d6f24,_0x3cf4db),logger['debug'](_0x3e93cc['NAVmo']),helper['removeDir'](_0x5d6f24));})[_0x83e117(0xd1)](async()=>{const _0x531b85=_0x83e117;PerformanceTester[_0x531b85(0xfb)](PerformanceEvents[_0x531b85(0xb8)]),_0x4d4159[_0x531b85(0xb1)]=helper[_0x531b85(0xfd)](_0xf589fe,_0x3e93cc[_0x531b85(0xdd)]),testOpsHelper[_0x531b85(0x103)]();try{await TestHubHandler['stop']();}catch(_0x360179){logger[_0x531b85(0x121)](_0x531b85(0xd5)+util[_0x531b85(0xfc)](_0x360179));}try{const {browserstackFolderPath:_0x1091b2,tcgConfigPath:_0x4935d5}=helper[_0x531b85(0x11a)]();fs[_0x531b85(0xaf)](_0x4935d5),fs[_0x531b85(0xcf)](_0x1091b2);}catch(_0x5af13a){logger[_0x531b85(0x121)](_0x3e93cc[_0x531b85(0x116)],_0x5af13a);}await utilities[_0x531b85(0xed)](_0x4d4159);});}module[a5_0x3483a1(0xcd)]=run;
|