browserstack-node-sdk 1.46.4 → 1.46.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/generated/sdk-messages_pb.d.ts +8 -0
- package/generated/sdk-messages_pb.js +73 -1
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/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/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a1_0x4edc03=a1_0x1ada;(function(_0x1f6da7,_0x11e937){const _0xcb87c1=a1_0x1ada,_0x4ab47d=_0x1f6da7();while(!![]){try{const _0x498a75=parseInt(_0xcb87c1(0x161))/0x1+parseInt(_0xcb87c1(0xee))/0x2+-parseInt(_0xcb87c1(0xe4))/0x3*(parseInt(_0xcb87c1(0xbb))/0x4)+parseInt(_0xcb87c1(0xfc))/0x5*(-parseInt(_0xcb87c1(0x11d))/0x6)+parseInt(_0xcb87c1(0x192))/0x7+parseInt(_0xcb87c1(0x125))/0x8*(parseInt(_0xcb87c1(0xf8))/0x9)+parseInt(_0xcb87c1(0x11f))/0xa;if(_0x498a75===_0x11e937)break;else _0x4ab47d['push'](_0x4ab47d['shift']());}catch(_0x5e50fe){_0x4ab47d['push'](_0x4ab47d['shift']());}}}(a1_0x3adb,0x69732));function a1_0x3adb(){const _0x52f122=['265670wrQnac','AHBcJ','arguments','IbngP','WebDriver','test-before','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','TEST_RUN_STARTED','SDK_POST_TEST','Wwfol','63DJFxXG','all','call','fHEkB','516440eIaCCZ','kOOTN','cyBel','test-after','find','KuylJ','thTestRunUuid','comment','a11y_core_config','Vpsit','dBaEe','pbNCk','vVJMH','BS_TESTOPS_ALLOW_SCREENSHOTS','GfjiV','apply','test-started','devtools://','HczFj','accessibilityPlatform','stopMonitoring','HOOK_RUN_FINISHED','url','split','ctx','yiVLs','pQWfo','hook-failed','patchSaveScreenshot','skipSessionName','saveTestResults','browserContext','hAEgu','24UzzsHi','test-failed','366780ADDVAV','isArray','YTIjU','fireEvent','overwriteCommand','container','255512oiNTfV','passed','addRequestSpy','fDxiK','then','XuMAb','reXIK','emit','slice','ohkMr','./o11yHelper','./helper.js','SDK_PRE_INITIALIZE','QDVdn','oOGYS','kDflw','ENV_VAR','SESSION_NAME','thJwtToken','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','bddStep','titlePath','skipSessionStatus','gfbVp','name','SYNC','chromium','Screenshot\x20path\x20not\x20found','version','ctuFP','startsWith','toString','ooGtp','pages','ecAcY','bind','bddStep-after','getAccessibilityResults','emdhs','../../bin/playwright/accessibility-helper','currentTest','reason','NNZhs','HMcKl','bddStep-before','toISOString','event','Dcecu','xkpeN','commandsToWrap','Nnbdl','testFramework','dfjGi','crOER','stringify','../../helpers/accessibility-automation/helper','status','CroVD','sgnoB','BROWSERSTACK_TESTHUB_UUID','234145ALzzqA','codeceptjs','pid','test-passed','helpers','codeceptjs/lib/recorder.js','browser','SDK_TEST','../../helpers/globals.js','env','skipped','catch','codeceptjs/lib/helper/Playwright.js','getSyncScript','util','warn','step','Performing\x20scan\x20for\x20','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','HOOK_RUN_STARTED','JEHzq','LoaDS','class','GET_RESULTS','TEST_RUN_FINISHED','INFO','args','executeScript','end','SDK_PRE_TEST','ipzne','bs:addLog:','add','rsHWd','tHmXA','SDK_HOOK','shouldWrapCommand','chKqy','restore','BdFVz','__workerDetails','test','UFsJb','before','Mrmvz','testAnalyticsId','hook','hookType','gUUZT','3318714FkfCmZ','format','TEST_LOG','Suite','started','title','bstackAllyScanning','prototype','string','BlBKG','readFileSync','tjwXv','TEST_RUN_SKIPPED','stop','bddStepFinish','captureError','debug','initSaveScreenshot','BS_A11Y_JWT','JMcCC','failed','patch','dCvLr','domForge','message','NWvEJ','browserstack_executor:\x20','JjiBg','rYyzX','SDK_POST_INITIALIZE','screenshotOutputFolder','getResults','config','codeceptjs/lib/helper/WebDriver.js','1025036wERhnU','Puppeteer','EmUvy','UWXor','browserStackExecuteDriver','dispatcher','ckcDr','setGlobal','aOXJa','../../helpers/helper','Fohla','getResultsSummary','Playwright','enabled','hook-started','gWrBg','afterTest','AVLGl','PERFORM_SCAN','bddStepStart','test-skipped','TestCafe','joOXI','jMGqP','_before','start','../../helpers/test-observability/utils','hIXrx','NnFbQ','setSessionName','constructor','after','FRAMEWORK_DETAILS','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','push','poYyZ','parse','saveScreenshot','info','BROWSERSTACK_TESTHUB_JWT','measureWrapper','3hbKKIC','hook-passed','stack','performScan','webdriverio','getAccessibilityResultsSummary','HcAPj','pYUdF','oSevq','captureEvent'];a1_0x3adb=function(){return _0x52f122;};return a1_0x3adb();}const fs=require('fs'),util=require(a1_0x4edc03(0x16f)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x4edc03(0xc4)),logger=require('../../helpers/logger')['winstonLogger'],testOpsHelper=require(a1_0x4edc03(0xd5)),requestSpy=require('../../helpers/request-spy'),PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x4edc03(0x12f)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x4edc03(0x15c)),AccessibilityHelper=require(a1_0x4edc03(0x14c)),scripts=require('../../helpers/accessibility-automation/scripts'),PerformanceTester=require('../../helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require('../../helpers/performance/constants'),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x4edc03(0x130)),testHubConstants=require('../../helpers/testhub/constants.js'),globals=require(a1_0x4edc03(0x169)),CodeceptJS=requireModule('codeceptjs/lib/index.js',a1_0x4edc03(0x162)),CodeceptUtils=requireModule('codeceptjs/lib/utils.js','codeceptjs'),CodeceptWebDriver=requireModule(a1_0x4edc03(0xba),a1_0x4edc03(0x162)),CodeceptRecorder=requireModule(a1_0x4edc03(0x166),a1_0x4edc03(0x162)),CodeceptPlaywright=requireModule(a1_0x4edc03(0x16d),'codeceptjs'),playwrightMarkSessionStatus=(_0x24f48c,_0x21ee90,_0x481411)=>{const _0x402334=a1_0x4edc03,_0x3d3c1d={'poYyZ':'setSessionStatus','KuylJ':function(_0x51bea7,_0x31fb8d){return _0x51bea7(_0x31fb8d);}},_0x39324d={};_0x39324d[_0x402334(0x15d)]=_0x21ee90;const _0x430711={};_0x430711['action']=_0x3d3c1d[_0x402334(0xde)],_0x430711[_0x402334(0xf0)]=_0x39324d;const _0x19218d=_0x430711;return!_0x3d3c1d[_0x402334(0x101)](isUndefined,_0x481411)&&(_0x19218d[_0x402334(0xf0)][_0x402334(0x14e)]=JSON['stringify'](_0x481411)),_0x24f48c[_0x402334(0x17c)](()=>{},_0x402334(0xb3)+JSON['stringify'](_0x19218d));},o11ySync=PerformanceTester[a1_0x4edc03(0xe3)](PerformanceO11yEvents[a1_0x4edc03(0x13e)],async _0xd68025=>{const _0x22bc3a=a1_0x4edc03,_0x5abdf5={};_0x5abdf5[_0x22bc3a(0xfd)]=function(_0x17145c,_0x5619f6){return _0x17145c===_0x5619f6;},_0x5abdf5[_0x22bc3a(0x108)]=_0x22bc3a(0xc7);const _0x17641a=_0x5abdf5;_0x17641a['kOOTN'](_0xd68025[_0x22bc3a(0xd9)][_0x22bc3a(0x13d)],_0x17641a[_0x22bc3a(0x108)])?await _0xd68025[_0x22bc3a(0x17c)](_0xd0fccf=>{},testOpsHelper[_0x22bc3a(0x16e)]()):await _0xd68025['executeScript'](testOpsHelper['getSyncScript']());}),markSessionName=PerformanceTester[a1_0x4edc03(0xe3)](PerformanceAutEvents[a1_0x4edc03(0x136)],async(_0x220a02,_0x22a95b)=>{const _0x21e40d=a1_0x4edc03,_0x264744={};_0x264744[_0x21e40d(0x176)]=_0x21e40d(0xd8),_0x264744[_0x21e40d(0xca)]=function(_0x19f0ba,_0x315f7b){return _0x19f0ba===_0x315f7b;},_0x264744[_0x21e40d(0x134)]=_0x21e40d(0xc7);const _0x473c3d=_0x264744,_0x57fd85={};_0x57fd85['name']=_0x22a95b;const _0x2f6ec1={};_0x2f6ec1['action']=_0x473c3d['LoaDS'],_0x2f6ec1[_0x21e40d(0xf0)]=_0x57fd85;const _0x5a781d=_0x2f6ec1;_0x473c3d[_0x21e40d(0xca)](_0x220a02[_0x21e40d(0xd9)][_0x21e40d(0x13d)],_0x473c3d[_0x21e40d(0x134)])?await _0x220a02[_0x21e40d(0x17c)](()=>{},_0x21e40d(0xb3)+JSON[_0x21e40d(0x15b)](_0x5a781d)):await _0x220a02[_0x21e40d(0x17c)]('browserstack_executor:\x20'+JSON[_0x21e40d(0x15b)](_0x5a781d));}),patchSaveScreenshot=_0x313198=>{const _0x5693f8=a1_0x4edc03,_0x60b0dc={'oxAwI':'base64','UFsJb':'TEST_SCREENSHOT','OcgOT':function(_0x95552d){return _0x95552d();},'oOGYS':function(_0x16b8c2,_0x51838a){return _0x16b8c2(_0x51838a);},'IirlC':_0x5693f8(0x140)};_0x60b0dc['oOGYS'](isTrue,process[_0x5693f8(0x16a)][_0x5693f8(0x109)])&&!_0x313198[_0x5693f8(0x118)]&&(_0x313198[_0x5693f8(0x118)]=!![],_0x313198[_0x5693f8(0x1a3)]=_0x313198[_0x5693f8(0xe0)],_0x313198[_0x5693f8(0xe0)]=(_0x47df56,_0x5a7860=![])=>{const _0x5865c0=_0x5693f8,_0x13bb13={'NnFbQ':_0x60b0dc['oxAwI'],'UWXor':_0x60b0dc[_0x5865c0(0x18b)],'GfjiV':function(_0x1859dd){return _0x60b0dc['OcgOT'](_0x1859dd);},'AVLGl':function(_0x3b805b,_0xcbcac4){const _0x1abf52=_0x5865c0;return _0x60b0dc[_0x1abf52(0x133)](_0x3b805b,_0xcbcac4);},'hAEgu':_0x60b0dc['IirlC']};return new Promise(function(_0x2922a6,_0x270925){const _0x200d42=_0x5865c0;_0x313198[_0x200d42(0x1a3)](_0x47df56,_0x5a7860)[_0x200d42(0x129)](()=>{const _0x18617c=_0x200d42,_0x493774=CodeceptUtils[_0x18617c(0xb7)](_0x47df56);if(_0x493774){const _0x50e629=fs[_0x18617c(0x19c)](_0x493774);process[_0x18617c(0x12c)](_0x18617c(0x180)+process['pid'],{'timestamp':new Date()[_0x18617c(0x152)](),'message':_0x50e629['toString'](_0x13bb13[_0x18617c(0xd7)]),'kind':_0x13bb13[_0x18617c(0xbe)]}),_0x13bb13[_0x18617c(0x10a)](_0x2922a6);}_0x13bb13[_0x18617c(0xcc)](_0x270925,new Error(_0x13bb13[_0x18617c(0x11c)]));})[_0x200d42(0x16c)](()=>null);});});},patchWebDriverBefore=_0x2aaafd=>{const _0x2039c1=a1_0x4edc03,_0x59d6b5={'IbngP':function(_0x38ffc7){return _0x38ffc7();},'ctuFP':function(_0x3eb979,_0x230129){return _0x3eb979(_0x230129);},'ipzne':function(_0x52205d,_0x409eed){return _0x52205d===_0x409eed;},'crOER':_0x2039c1(0xe8),'HcAPj':_0x2039c1(0x19a),'VQtbp':'Element','gfbVp':function(_0x2a2b78,_0x167df1){return _0x2a2b78(_0x167df1);}},_0x5af21d=async function(_0x34ee81,_0x487cb2){const _0x3cce4a=_0x2039c1;_0x59d6b5[_0x3cce4a(0xf1)](isAccessibilityAutomationSession)&&!global[_0x3cce4a(0x198)]&&global[_0x3cce4a(0x10f)]&&scripts[_0x3cce4a(0x185)](_0x34ee81[_0x3cce4a(0x13d)])&&_0x59d6b5[_0x3cce4a(0x142)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x3cce4a(0x198)]=!![],await PerformanceTester[_0x3cce4a(0xe3)](PerformanceA11yEvents[_0x3cce4a(0xcd)],async()=>{const _0x1d435e=_0x3cce4a;logger['debug'](_0x1d435e(0x172)+_0x34ee81[_0x1d435e(0x177)]+'\x20'+_0x34ee81[_0x1d435e(0x13d)]),await AccessibilityHelper[_0x1d435e(0xbf)](_0x2aaafd,scripts[_0x1d435e(0xe7)]);},{'command':_0x34ee81['name']})());global['bstackAllyScanning']=![];const _0x38dd90=JSON[_0x3cce4a(0xdf)](process[_0x3cce4a(0x16a)][_0x3cce4a(0xdb)]||'{}');if(_0x59d6b5[_0x3cce4a(0x17f)](_0x38dd90?.[_0x3cce4a(0x158)]?.['name'],_0x59d6b5[_0x3cce4a(0x15a)])&&_0x59d6b5['ipzne'](typeof _0x38dd90?.['testFramework']?.[_0x3cce4a(0x141)],_0x59d6b5[_0x3cce4a(0xea)])&&_0x38dd90?.[_0x3cce4a(0x158)]?.['version']['startsWith']('7'))return _0x487cb2[_0x3cce4a(0x10b)](null,Array['prototype'][_0x3cce4a(0x12d)][_0x3cce4a(0xfa)](arguments,0x2));return _0x487cb2[_0x3cce4a(0x10b)](this,Array[_0x3cce4a(0x199)]['slice'][_0x3cce4a(0xfa)](arguments,0x2));},_0xc642a=CodeceptWebDriver[_0x2039c1(0x199)][_0x2039c1(0xd3)];CodeceptWebDriver[_0x2039c1(0x199)]['_before']=async function(){const _0x65e639=_0x2039c1,_0x3b6180={'djuFS':function(_0x346db4,_0x2a1387){const _0x2256b5=a1_0x1ada;return _0x59d6b5[_0x2256b5(0x17f)](_0x346db4,_0x2a1387);},'sgnoB':_0x59d6b5['VQtbp']};try{await _0xc642a[_0x65e639(0x10b)](this,arguments);}catch(_0x17f2de){logger[_0x65e639(0x1a2)]('Failed\x20to\x20execute\x20_before:\x20'+util[_0x65e639(0x193)](_0x17f2de));}scripts[_0x65e639(0x156)]['filter'](_0xce9389=>_0xce9389[_0x65e639(0x13d)]&&_0xce9389[_0x65e639(0x177)])['forEach'](_0x5e89c1=>{const _0x3cb516=_0x65e639;this[_0x3cb516(0x167)][_0x3cb516(0x123)](_0x5e89c1[_0x3cb516(0x13d)],_0x5af21d[_0x3cb516(0x148)](this,_0x5e89c1),_0x3b6180['djuFS'](_0x5e89c1['class'],_0x3b6180[_0x3cb516(0x15f)]));}),_0x59d6b5[_0x65e639(0x13c)](processWebDriverConfig,_0x2aaafd);};};function a1_0x1ada(_0x227b87,_0x578101){const _0x3adb32=a1_0x3adb();return a1_0x1ada=function(_0x1ada0d,_0x3f26bc){_0x1ada0d=_0x1ada0d-0xaf;let _0x3db962=_0x3adb32[_0x1ada0d];return _0x3db962;},a1_0x1ada(_0x227b87,_0x578101);}function parseJwt(_0x4b0524){const _0x7db4bf=a1_0x4edc03,_0x54f964={};_0x54f964['xkpeN']='base64';const _0x571dca=_0x54f964;if(!_0x4b0524)return null;return JSON[_0x7db4bf(0xdf)](Buffer['from'](_0x4b0524[_0x7db4bf(0x113)]('.')[0x1],_0x571dca[_0x7db4bf(0x155)])[_0x7db4bf(0x144)]());}const patchPlaywrightBefore=()=>{const _0x40a0fd=a1_0x4edc03,_0x366a8d={'YTIjU':function(_0x17cc53){return _0x17cc53();},'Wwfol':_0x40a0fd(0x10d),'CroVD':'--auto-open-devtools-for-tabs','jMGqP':function(_0x11a1c4){return _0x11a1c4();},'qYgFR':function(_0x2ed329,_0x339c59){return _0x2ed329(_0x339c59);},'rYyzX':function(_0x30486a){return _0x30486a();},'rsHWd':function(_0x6a01e1,_0x25cac1){return _0x6a01e1+_0x25cac1;},'Glitx':'\x0aStack:\x20','pbNCk':function(_0x50c1ed){return _0x50c1ed();}};PlaywrightSessionDetails[_0x40a0fd(0x1a7)]();const _0x2757b4=CodeceptPlaywright[_0x40a0fd(0x199)][_0x40a0fd(0xd3)];CodeceptPlaywright[_0x40a0fd(0x199)]['_before']=async function(){const _0x5bd48d=_0x40a0fd;this['browserContext']=await this[_0x5bd48d(0x167)]['contexts']()[0x0];const _0x3f4c2b=async()=>{const _0x3071e2=_0x5bd48d,_0x523cd9={'Dcecu':function(_0x146337){const _0x12bc0e=a1_0x1ada;return _0x366a8d[_0x12bc0e(0x121)](_0x146337);},'fDxiK':_0x366a8d[_0x3071e2(0xf7)]},_0x206bbb=this[_0x3071e2(0xb9)]&&this[_0x3071e2(0xb9)][_0x3071e2(0x13f)]&&this[_0x3071e2(0xb9)]['chromium'][_0x3071e2(0x17b)]&&Array[_0x3071e2(0x120)](this[_0x3071e2(0xb9)][_0x3071e2(0x13f)]['args'])&&this['config'][_0x3071e2(0x13f)][_0x3071e2(0x17b)]['includes'](_0x366a8d[_0x3071e2(0x15e)]);if(_0x366a8d['jMGqP'](isAccessibilityAutomationSession)&&!_0x206bbb)try{const _0x47bf06=_0x366a8d['qYgFR'](parseJwt,process[_0x3071e2(0x16a)][_0x3071e2(0x1a4)]);if(_0x47bf06&&_0x47bf06['a11y_core_config']&&_0x47bf06[_0x3071e2(0x104)][_0x3071e2(0xb0)]){const _0x549b1a=this[_0x3071e2(0x11b)][_0x3071e2(0x146)][_0x3071e2(0x148)](this['browserContext']);this[_0x3071e2(0x11b)][_0x3071e2(0x146)]=async function(){const _0x1c51ed=_0x3071e2,_0x43a84d=await _0x523cd9[_0x1c51ed(0x154)](_0x549b1a),_0x17e16e=[];for(const _0x302b45 of _0x43a84d){try{const _0xe60ae3=await _0x302b45[_0x1c51ed(0x112)]();!_0xe60ae3[_0x1c51ed(0x143)](_0x523cd9[_0x1c51ed(0x128)])&&_0x17e16e[_0x1c51ed(0xdd)](_0x302b45);}catch(_0x5e203b){_0x17e16e[_0x1c51ed(0xdd)](_0x302b45);}}return _0x17e16e;};}if(!_0x366a8d[_0x3071e2(0xb5)](isBrowserstackInfra)){const _0x48464b=await this['page']['url']();if(_0x48464b[_0x3071e2(0x143)](_0x366a8d['Wwfol'])){const _0x5aa229=await this[_0x3071e2(0x11b)][_0x3071e2(0x146)]();this['_setPage'](_0x5aa229[0x0]);}}}catch(_0x13712b){logger[_0x3071e2(0x1a2)]('Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20'+_0x13712b[_0x3071e2(0xb1)]+(_0x13712b['stack']?_0x366a8d[_0x3071e2(0x182)](_0x366a8d['Glitx'],_0x13712b[_0x3071e2(0xe6)]):''));}};_0x366a8d[_0x5bd48d(0x121)](isBrowserstackInfra)&&await _0x366a8d[_0x5bd48d(0x107)](_0x3f4c2b),await _0x2757b4['apply'](this,arguments),!_0x366a8d[_0x5bd48d(0x107)](isBrowserstackInfra)&&await _0x366a8d[_0x5bd48d(0xd2)](_0x3f4c2b);};},getCodeceptDriver=()=>{const _0x8e64a3=a1_0x4edc03,_0x125fbf={};_0x125fbf[_0x8e64a3(0x116)]=_0x8e64a3(0xf2),_0x125fbf['Nnbdl']=_0x8e64a3(0xc7),_0x125fbf[_0x8e64a3(0xfb)]=_0x8e64a3(0xbc),_0x125fbf[_0x8e64a3(0x12a)]=_0x8e64a3(0xd0);const _0x4f57ab=_0x125fbf,_0xf5163f=[_0x4f57ab['pQWfo'],_0x4f57ab[_0x8e64a3(0x157)],_0x4f57ab[_0x8e64a3(0xfb)],_0x4f57ab['XuMAb']],_0x2ff28c=_0xf5163f[_0x8e64a3(0x100)](_0x4ff264=>!!CodeceptJS[_0x8e64a3(0x124)][_0x8e64a3(0x165)](_0x4ff264));if(!_0x2ff28c)return null;return CodeceptJS[_0x8e64a3(0x124)]['helpers'](_0x2ff28c);};module['exports']=function(_0x1eae59){const _0x253b9f=a1_0x4edc03,_0x4a4ccc={'oSevq':function(_0x29f05f){return _0x29f05f();},'Vpsit':function(_0x30517c,_0x4195c9){return _0x30517c(_0x4195c9);},'EmUvy':_0x253b9f(0xe9),'BdFVz':_0x253b9f(0x138),'HMcKl':_0x253b9f(0x14a),'HczFj':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','JEHzq':function(_0x77e8b1,_0x549e47){return _0x77e8b1(_0x549e47);},'gUUZT':_0x253b9f(0xc9),'Fohla':_0x253b9f(0xe5),'pYUdF':_0x253b9f(0x117),'tHmXA':'browserstackTestName','reXIK':function(_0x2d75d0){return _0x2d75d0();},'ckcDr':_0x253b9f(0xf3),'cyBel':function(_0x953336,_0x79a60a,_0xe04d96){return _0x953336(_0x79a60a,_0xe04d96);},'tjwXv':_0x253b9f(0x10c),'QDVdn':function(_0x25672e,_0x440503,_0x37911f){return _0x25672e(_0x440503,_0x37911f);},'BlBKG':_0x253b9f(0x164),'Mrmvz':function(_0x5a39c2,_0x211bcc,_0x5563a7,_0x4e7534){return _0x5a39c2(_0x211bcc,_0x5563a7,_0x4e7534);},'emdhs':function(_0x144515,_0x2fc0b4){return _0x144515===_0x2fc0b4;},'CjDqg':_0x253b9f(0x195),'NWvEJ':_0x253b9f(0x11e),'aOXJa':_0x253b9f(0xcf),'dfjGi':_0x253b9f(0xcb),'KOyuR':function(_0x3acd42){return _0x3acd42();},'ecAcY':_0x253b9f(0x173),'ooGtp':_0x253b9f(0xff),'efRDJ':_0x253b9f(0x17a),'dCvLr':_0x253b9f(0x194),'jLiFw':'step-comment','JjiBg':_0x253b9f(0x151),'YLAIW':_0x253b9f(0x149),'joOXI':function(_0x51f0b1){return _0x51f0b1();},'ohkMr':_0x253b9f(0xc7)};_0x1eae59['skipSessionStatus']&&(global['__skipSessionStatus']=_0x1eae59[_0x253b9f(0x13b)]);PerformanceTester['startMonitoring']();const _0x2d325c=_0x4a4ccc[_0x253b9f(0xd1)](getCodeceptDriver),_0x4b9494=new O11yHelper(_0x2d325c,_0x1eae59),_0x525053=!!CodeceptJS[_0x253b9f(0x124)]['helpers'](_0x4a4ccc[_0x253b9f(0x12e)]);global['__driver']=_0x2d325c,_0x2d325c&&(PerformanceTester[_0x253b9f(0xe3)](PerformanceEvents[_0x253b9f(0x131)],()=>{const _0x21aab2=_0x253b9f;_0x525053?_0x4a4ccc[_0x21aab2(0xec)](patchPlaywrightBefore):_0x4a4ccc[_0x21aab2(0x105)](patchWebDriverBefore,_0x2d325c);})(),PerformanceTester[_0x253b9f(0xe3)](PerformanceEvents[_0x253b9f(0xb6)],()=>{const _0x503541=_0x253b9f,_0x38bc29={};_0x38bc29[_0x503541(0xd6)]=_0x4a4ccc[_0x503541(0x150)],_0x38bc29[_0x503541(0x1a5)]=_0x4a4ccc[_0x503541(0x10e)];const _0x25ec02=_0x38bc29;_0x2d325c[_0x503541(0xe9)]=async()=>{const _0x175521=_0x503541;if(global[_0x175521(0x10f)]){const _0x182924={};return _0x182924['command']=_0x4a4ccc[_0x175521(0xbd)],await PerformanceTester[_0x175521(0xe3)](PerformanceA11yEvents[_0x175521(0xcd)],async()=>{const _0x3ddc1d=_0x175521;return await AccessibilityHelper[_0x3ddc1d(0xbf)](_0x2d325c,scripts[_0x3ddc1d(0xe7)]);},_0x182924)(),await PerformanceTester[_0x175521(0xe3)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x122037=_0x175521;return await AccessibilityHelper[_0x122037(0xbf)](_0x2d325c,scripts[_0x122037(0xc6)]);})();}return logger[_0x175521(0x170)](_0x4a4ccc[_0x175521(0x188)]),{};},_0x2d325c[_0x503541(0x14a)]=async()=>{const _0x4189ca=_0x503541;if(global[_0x4189ca(0x10f)]){const _0x2da508={};return _0x2da508['command']=_0x25ec02[_0x4189ca(0xd6)],await PerformanceTester[_0x4189ca(0xe3)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x5321a3=_0x4189ca;return await AccessibilityHelper['browserStackExecuteDriver'](_0x2d325c,scripts[_0x5321a3(0xe7)]);},_0x2da508)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x4189ca(0x178)],async()=>{const _0x2f820c=_0x4189ca;return await AccessibilityHelper['browserStackExecuteDriver'](_0x2d325c,scripts[_0x2f820c(0xb8)]);})();}return logger[_0x4189ca(0x170)](_0x25ec02['JMcCC']),{};},_0x4a4ccc[_0x503541(0x175)](patchSaveScreenshot,_0x2d325c);})()),CodeceptJS['event'][_0x253b9f(0xc0)]['on'](CodeceptJS[_0x253b9f(0x153)]['all'][_0x253b9f(0x18c)],()=>{const _0x380acc=_0x253b9f;PerformanceTester[_0x380acc(0xd4)](PerformanceEvents[_0x380acc(0x17e)]);try{_0x4b9494[_0x380acc(0xd4)](),testOpsHelper[_0x380acc(0x127)](),PerformanceTester[_0x380acc(0x17d)](PerformanceEvents[_0x380acc(0x17e)]);}catch(_0x459b6a){PerformanceTester[_0x380acc(0x1a1)](_0x459b6a),PerformanceTester[_0x380acc(0x17d)](PerformanceEvents[_0x380acc(0x17e)],![],_0x459b6a);}}),CodeceptJS[_0x253b9f(0x153)]['dispatcher']['on'](CodeceptJS[_0x253b9f(0x153)][_0x253b9f(0xf9)][_0x253b9f(0xda)],async()=>{const _0x531e85=_0x253b9f;PerformanceTester[_0x531e85(0xd4)](PerformanceEvents[_0x531e85(0xf6)]);try{requestSpy[_0x531e85(0x187)](),await _0x4b9494[_0x531e85(0x19f)](),PerformanceTester['end'](PerformanceEvents[_0x531e85(0xf6)]);}catch(_0x1de24f){PerformanceTester[_0x531e85(0x1a1)](_0x1de24f),PerformanceTester[_0x531e85(0x17d)](PerformanceEvents[_0x531e85(0xf6)],![],_0x1de24f);}finally{PerformanceTester[_0x531e85(0x110)]();}}),CodeceptJS['event'][_0x253b9f(0xc0)]['on'](CodeceptJS[_0x253b9f(0x153)][_0x253b9f(0x18f)][_0x253b9f(0x196)],_0x521785=>{const _0x1f6919=_0x253b9f;PerformanceTester['start'](PerformanceEvents[_0x1f6919(0x184)]);try{const _0x1bd0e7=_0x521785[_0x1f6919(0x114)]['test'],_0x101936=_0x4b9494[_0x1f6919(0xed)](TEST_EVENTS[_0x1f6919(0x174)],_0x1bd0e7);CodeceptRecorder[_0x1f6919(0x181)](()=>_0x4b9494[_0x1f6919(0x122)](TEST_EVENTS[_0x1f6919(0x174)],_0x101936));const _0x27daf9={};_0x27daf9[_0x1f6919(0x190)]=_0x4a4ccc[_0x1f6919(0x191)],PerformanceTester[_0x1f6919(0x17d)](PerformanceEvents[_0x1f6919(0x184)],!![],null,_0x27daf9);}catch(_0x36a213){const _0x767318={};_0x767318['hookType']=_0x4a4ccc[_0x1f6919(0x191)],PerformanceTester[_0x1f6919(0x17d)](PerformanceEvents[_0x1f6919(0x184)],![],_0x36a213,_0x767318),PerformanceTester[_0x1f6919(0x1a1)](_0x36a213);}}),CodeceptJS[_0x253b9f(0x153)][_0x253b9f(0xc0)]['on'](CodeceptJS[_0x253b9f(0x153)][_0x253b9f(0x18f)][_0x253b9f(0x126)],_0x494d40=>{const _0x295e02=_0x253b9f,_0x387cfd={};_0x387cfd[_0x295e02(0x190)]=_0x4a4ccc[_0x295e02(0xc5)],PerformanceTester[_0x295e02(0xd4)](PerformanceHookEvents[_0x295e02(0x184)],!![],null,_0x387cfd);try{const _0x431056=_0x494d40[_0x295e02(0x114)]['test'],_0x4be835=_0x4b9494[_0x295e02(0xed)](TEST_EVENTS[_0x295e02(0x111)],_0x431056);CodeceptRecorder[_0x295e02(0x181)](()=>_0x4b9494[_0x295e02(0x122)](TEST_EVENTS[_0x295e02(0x111)],_0x4be835));const _0x37210c={};_0x37210c['hookType']=_0x4a4ccc['Fohla'],PerformanceTester[_0x295e02(0x17d)](PerformanceHookEvents[_0x295e02(0x184)],!![],null,_0x37210c);}catch(_0x485f10){PerformanceTester[_0x295e02(0x1a1)](_0x485f10);const _0x41ee75={};_0x41ee75[_0x295e02(0x190)]=_0x4a4ccc[_0x295e02(0xc5)],PerformanceTester['end'](PerformanceHookEvents[_0x295e02(0x184)],![],_0x485f10,_0x41ee75);}}),CodeceptJS['event'][_0x253b9f(0xc0)]['on'](CodeceptJS[_0x253b9f(0x153)][_0x253b9f(0x18f)][_0x253b9f(0x1a6)],async(_0x3ddc8f,_0x524985)=>{const _0x1cde40=_0x253b9f;PerformanceTester['start'](PerformanceHookEvents[_0x1cde40(0x184)]);try{const _0x204577=_0x3ddc8f[_0x1cde40(0x114)]['test'],_0x3ff84e=_0x4b9494[_0x1cde40(0xed)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x204577,_0x524985);CodeceptRecorder['add'](()=>_0x4b9494[_0x1cde40(0x122)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x3ff84e));const _0x1f163b={};_0x1f163b[_0x1cde40(0x190)]=_0x4a4ccc['pYUdF'],PerformanceTester[_0x1cde40(0xd4)](PerformanceHookEvents[_0x1cde40(0x184)],!![],null,_0x1f163b);}catch(_0x1cf4e4){PerformanceTester['captureError'](_0x1cf4e4);const _0x3264a2={};_0x3264a2[_0x1cde40(0x190)]=_0x4a4ccc[_0x1cde40(0xeb)],PerformanceTester['end'](PerformanceHookEvents[_0x1cde40(0x184)],![],_0x1cf4e4,_0x3264a2);}const _0x2b655b={};_0x2b655b[_0x1cde40(0x190)]=_0x4a4ccc[_0x1cde40(0xeb)],PerformanceTester['end'](PerformanceHookEvents[_0x1cde40(0x184)],!![],null,_0x2b655b);}),CodeceptJS[_0x253b9f(0x153)]['dispatcher']['on'](CodeceptJS['event'][_0x253b9f(0x18a)][_0x253b9f(0x18c)],_0x1ad72e=>{const _0x2c4f1e=_0x253b9f;PerformanceTester['start'](PerformanceHookEvents[_0x2c4f1e(0x184)]);try{globals[_0x2c4f1e(0xc2)](_0x4a4ccc[_0x2c4f1e(0x183)],_0x1ad72e['title']);_0x4a4ccc[_0x2c4f1e(0x12b)](isBrowserstackInfra)&&(_0x525053&&(global[_0x2c4f1e(0x189)]={'currentTest':{'name':_0x1ad72e['title'],'testInfo':{'titlePath':_0x1ad72e[_0x2c4f1e(0x13a)]()}}}));const _0x418307={};_0x418307[_0x2c4f1e(0x190)]=_0x4a4ccc[_0x2c4f1e(0xc1)],PerformanceTester[_0x2c4f1e(0x17d)](PerformanceHookEvents[_0x2c4f1e(0x184)],!![],null,_0x418307);}catch(_0x5d2948){PerformanceTester[_0x2c4f1e(0x1a1)](_0x5d2948);const _0x161887={};_0x161887['hookType']=_0x4a4ccc['ckcDr'],PerformanceTester[_0x2c4f1e(0x17d)](PerformanceHookEvents[_0x2c4f1e(0x184)],![],_0x5d2948,_0x161887);}}),CodeceptJS['event'][_0x253b9f(0xc0)]['on'](CodeceptJS[_0x253b9f(0x153)][_0x253b9f(0x18a)][_0x253b9f(0x196)],_0x3d9ad1=>{const _0x304ca8=_0x253b9f,_0x50a81a={'NNZhs':function(_0x1f79f6){const _0x27ae2f=a1_0x1ada;return _0x4a4ccc[_0x27ae2f(0xec)](_0x1f79f6);},'chKqy':function(_0x2ee536,_0x5e5859){return _0x4a4ccc['JEHzq'](_0x2ee536,_0x5e5859);},'QktVV':function(_0x289ac1,_0x19b21b,_0x16f62d){const _0x4265cf=a1_0x1ada;return _0x4a4ccc[_0x4265cf(0xfe)](_0x289ac1,_0x19b21b,_0x16f62d);}};PerformanceTester['start'](PerformanceHookEvents[_0x304ca8(0x184)]);try{globals[_0x304ca8(0xc2)](_0x4a4ccc[_0x304ca8(0x183)],_0x3d9ad1[_0x304ca8(0x197)]);const _0x4c6bc3=_0x4b9494['captureEvent'](TEST_EVENTS[_0x304ca8(0xf5)],_0x3d9ad1);CodeceptRecorder[_0x304ca8(0x181)](()=>_0x4b9494[_0x304ca8(0x122)](TEST_EVENTS[_0x304ca8(0xf5)],_0x4c6bc3)),CodeceptRecorder[_0x304ca8(0x181)](async()=>{const _0x4478a8=_0x304ca8;_0x50a81a[_0x4478a8(0x14f)](isBrowserstackInfra)&&(!_0x50a81a['chKqy'](isTrue,_0x1eae59[_0x4478a8(0x119)])&&await _0x50a81a['QktVV'](markSessionName,_0x2d325c,_0x3d9ad1[_0x4478a8(0x197)]),_0x4b9494[_0x4478a8(0xc8)]&&await _0x50a81a[_0x4478a8(0x186)](o11ySync,_0x2d325c));});}catch(_0x2d2c1f){const _0x317e1b={};_0x317e1b[_0x304ca8(0x190)]=_0x4a4ccc['tjwXv'],PerformanceTester[_0x304ca8(0x17d)](PerformanceHookEvents[_0x304ca8(0x184)],![],_0x2d2c1f,_0x317e1b),PerformanceTester[_0x304ca8(0x1a1)](_0x2d2c1f);}const _0x1d2937={};_0x1d2937[_0x304ca8(0x190)]=_0x4a4ccc[_0x304ca8(0x19d)],PerformanceTester[_0x304ca8(0x17d)](PerformanceHookEvents[_0x304ca8(0x184)],!![],null,_0x1d2937);}),CodeceptJS[_0x253b9f(0x153)]['dispatcher']['on'](CodeceptJS[_0x253b9f(0x153)][_0x253b9f(0x18a)]['passed'],_0x41e3ec=>{const _0x3c0863=_0x253b9f,_0xb4a3be={'dBaEe':function(_0x4add0e,_0x68bc1,_0x582fce){const _0x402585=a1_0x1ada;return _0x4a4ccc[_0x402585(0xfe)](_0x4add0e,_0x68bc1,_0x582fce);},'AHBcJ':function(_0x504d94,_0x453127,_0xcf234e){const _0x199069=a1_0x1ada;return _0x4a4ccc[_0x199069(0x132)](_0x504d94,_0x453127,_0xcf234e);}};PerformanceTester[_0x3c0863(0xd4)](PerformanceHookEvents[_0x3c0863(0x184)]);try{const _0x436748=_0x4b9494[_0x3c0863(0xed)](TEST_EVENTS[_0x3c0863(0x179)],_0x41e3ec);CodeceptRecorder['add'](()=>_0x4b9494[_0x3c0863(0x122)](TEST_EVENTS[_0x3c0863(0x179)],_0x436748)),CodeceptRecorder[_0x3c0863(0x181)](async()=>{const _0x353c73=_0x3c0863;_0x4a4ccc['oSevq'](isBrowserstackInfra)&&await PerformanceTester[_0x353c73(0xe3)](PerformanceAutEvents['SESSION_STATUS'],async()=>{const _0x99e117=_0x353c73;_0x525053?await _0xb4a3be[_0x99e117(0x106)](playwrightMarkSessionStatus,_0x2d325c,STATE_PASSED):await _0xb4a3be[_0x99e117(0xef)](markSessionStatus,_0x2d325c,STATE_PASSED);})();}),PerformanceTester['end'](PerformanceEvents[_0x3c0863(0x168)]);}catch(_0x297f30){PerformanceTester[_0x3c0863(0x1a1)](_0x297f30);const _0x4faf59={};_0x4faf59[_0x3c0863(0x190)]=_0x4a4ccc['BlBKG'],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x297f30,_0x4faf59),PerformanceTester[_0x3c0863(0x17d)](PerformanceEvents[_0x3c0863(0x168)],![],_0x297f30);}const _0x206a30={};_0x206a30[_0x3c0863(0x190)]=_0x4a4ccc[_0x3c0863(0x19b)],PerformanceTester[_0x3c0863(0x17d)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x206a30);}),CodeceptJS[_0x253b9f(0x153)][_0x253b9f(0xc0)]['on'](CodeceptJS['event']['test'][_0x253b9f(0x1a6)],(_0x43881a,_0x5e41f1)=>{const _0x7b1269=_0x253b9f;PerformanceTester[_0x7b1269(0xd4)](PerformanceHookEvents[_0x7b1269(0x184)]);try{if(_0x4a4ccc[_0x7b1269(0x14b)](_0x43881a[_0x7b1269(0xd9)][_0x7b1269(0x13d)],_0x4a4ccc['CjDqg'])){const _0x13b2df=_0x4b9494[_0x7b1269(0xed)](TEST_EVENTS[_0x7b1269(0x19e)],_0x43881a[_0x7b1269(0x114)][_0x7b1269(0x14d)]);CodeceptRecorder['add'](()=>_0x4b9494['fireEvent'](TEST_EVENTS[_0x7b1269(0x19e)],_0x13b2df));}else{const _0x56ef91=_0x4b9494[_0x7b1269(0xed)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x43881a,_0x5e41f1);CodeceptRecorder[_0x7b1269(0x181)](()=>{const _0x495539=_0x7b1269;try{_0x4b9494[_0x495539(0x122)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x56ef91);}catch(_0x3895c3){logger[_0x495539(0x1a2)](_0x495539(0xf4)+util[_0x495539(0x193)](_0x3895c3)),PerformanceTester[_0x495539(0x17d)](PerformanceEvents[_0x495539(0x168)],![],_0x3895c3);}}),CodeceptRecorder['add'](async()=>{const _0x1aad5c=_0x7b1269;try{_0x4a4ccc[_0x1aad5c(0xec)](isBrowserstackInfra)&&(_0x525053?await _0x4a4ccc[_0x1aad5c(0x18d)](playwrightMarkSessionStatus,_0x2d325c,STATE_FAILED,_0x5e41f1):await _0x4a4ccc[_0x1aad5c(0x18d)](markSessionStatus,_0x2d325c,STATE_FAILED,_0x5e41f1));}catch(_0x257853){logger[_0x1aad5c(0x1a2)](_0x1aad5c(0xdc)+util[_0x1aad5c(0x193)](_0x257853)),PerformanceTester[_0x1aad5c(0x17d)](PerformanceEvents[_0x1aad5c(0x168)],![],_0x257853);}});}PerformanceTester[_0x7b1269(0x17d)](PerformanceEvents[_0x7b1269(0x168)]);}catch(_0x3274ec){PerformanceTester[_0x7b1269(0x1a1)](_0x3274ec);const _0x182fc1={};_0x182fc1['hookType']=_0x4a4ccc[_0x7b1269(0xb2)],PerformanceTester[_0x7b1269(0x17d)](PerformanceHookEvents[_0x7b1269(0x184)],![],_0x3274ec,_0x182fc1),PerformanceTester['end'](PerformanceEvents[_0x7b1269(0x168)],![],_0x3274ec);}const _0x28c6fe={};_0x28c6fe[_0x7b1269(0x190)]=_0x4a4ccc['NWvEJ'],PerformanceTester[_0x7b1269(0x17d)](PerformanceHookEvents[_0x7b1269(0x184)],!![],null,_0x28c6fe);}),CodeceptJS[_0x253b9f(0x153)]['dispatcher']['on'](CodeceptJS[_0x253b9f(0x153)]['test'][_0x253b9f(0x16b)],_0x26392c=>{const _0x1da144=_0x253b9f;PerformanceTester[_0x1da144(0xd4)](PerformanceHookEvents['SDK_HOOK']);try{const _0x4a0770=_0x4b9494['captureEvent'](TEST_EVENTS[_0x1da144(0x19e)],_0x26392c);CodeceptRecorder[_0x1da144(0x181)](()=>_0x4b9494['fireEvent'](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x4a0770)),PerformanceTester['end'](PerformanceEvents[_0x1da144(0x168)]);}catch(_0x456691){PerformanceTester[_0x1da144(0x1a1)](_0x456691),PerformanceTester['end'](PerformanceEvents[_0x1da144(0x168)],![],_0x456691);const _0x18dfb4={};_0x18dfb4['hookType']=_0x4a4ccc['aOXJa'],PerformanceTester[_0x1da144(0x17d)](PerformanceHookEvents[_0x1da144(0x184)],![],_0x456691,_0x18dfb4);}const _0x1945a0={};_0x1945a0['hookType']=_0x4a4ccc[_0x1da144(0xc3)],PerformanceTester[_0x1da144(0x17d)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x1945a0);}),CodeceptJS['event'][_0x253b9f(0xc0)]['on'](CodeceptJS['event']['test'][_0x253b9f(0xda)],async(_0x57fa25,_0x5b930f)=>{const _0x1505b0=_0x253b9f,_0x1d6d8e={};_0x1d6d8e[_0x1505b0(0x115)]=_0x4a4ccc[_0x1505b0(0x159)];const _0x36a75a=_0x1d6d8e;try{PerformanceTester[_0x1505b0(0xd4)](PerformanceHookEvents[_0x1505b0(0x184)]);const _0x24d9dc=_0x4a4ccc[_0x1505b0(0x132)](shouldScanTestForAccessibility,_0x57fa25['titlePath'](),!![]);if(_0x4a4ccc['KOyuR'](isAccessibilityAutomationSession)&&global[_0x1505b0(0x10f)]&&_0x24d9dc){const _0x14e879={};_0x14e879[_0x1505b0(0x102)]=_0x57fa25[_0x1505b0(0x18e)],_0x14e879['thBuildUuid']=process[_0x1505b0(0x16a)][testHubConstants[_0x1505b0(0x135)][_0x1505b0(0x160)]],_0x14e879[_0x1505b0(0x137)]=process[_0x1505b0(0x16a)][testHubConstants[_0x1505b0(0x135)][_0x1505b0(0xe2)]];const _0x30ccce=_0x14e879;logger[_0x1505b0(0x1a2)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON['stringify'](_0x30ccce)),CodeceptRecorder[_0x1505b0(0x181)](async()=>{const _0x1e3b52=_0x1505b0,_0xf8ca16={};_0xf8ca16['command']=_0x36a75a[_0x1e3b52(0x115)],await PerformanceTester[_0x1e3b52(0xe3)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x4cb4e9=_0x1e3b52;await AccessibilityHelper[_0x4cb4e9(0xbf)](_0x2d325c,scripts[_0x4cb4e9(0xe7)]);},_0xf8ca16)(),await PerformanceTester[_0x1e3b52(0xe3)](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x2d27f1=_0x1e3b52;await AccessibilityHelper[_0x2d27f1(0xbf)](_0x2d325c,scripts[_0x2d27f1(0x11a)],_0x30ccce);})();}),logger[_0x1505b0(0xe1)](_0x4a4ccc[_0x1505b0(0x147)]);}const _0x53fbea={};_0x53fbea[_0x1505b0(0x190)]=_0x4a4ccc[_0x1505b0(0x145)],PerformanceTester[_0x1505b0(0x17d)](PerformanceHookEvents[_0x1505b0(0x184)],!![],null,_0x53fbea);}catch(_0x41384b){PerformanceTester['captureError'](_0x41384b);const _0x5d24ef={};_0x5d24ef['hookType']=_0x4a4ccc[_0x1505b0(0x145)],PerformanceTester[_0x1505b0(0x17d)](PerformanceHookEvents[_0x1505b0(0x184)],![],_0x41384b,_0x5d24ef);}}),CodeceptJS[_0x253b9f(0x153)][_0x253b9f(0xc0)]['on'](CodeceptJS[_0x253b9f(0x153)][_0x253b9f(0x171)][_0x253b9f(0x103)],_0x4aa339=>{const _0x7c8953=_0x253b9f;PerformanceTester[_0x7c8953(0xd4)](PerformanceHookEvents[_0x7c8953(0x184)]);try{process['emit'](_0x7c8953(0x180)+process[_0x7c8953(0x163)],{'timestamp':new Date()['toISOString'](),'level':_0x4a4ccc['efRDJ'],'message':_0x4aa339,'kind':_0x4a4ccc[_0x7c8953(0xaf)],'http_response':{}});}catch(_0x58b87c){PerformanceTester[_0x7c8953(0x1a1)](_0x58b87c);const _0x2ddcf9={};_0x2ddcf9['hookType']=_0x4a4ccc['jLiFw'],PerformanceTester[_0x7c8953(0x17d)](PerformanceHookEvents[_0x7c8953(0x184)],![],_0x58b87c,_0x2ddcf9);}const _0x3ff105={};_0x3ff105[_0x7c8953(0x190)]=_0x4a4ccc['jLiFw'],PerformanceTester['end'](PerformanceHookEvents[_0x7c8953(0x184)],!![],null,_0x3ff105);}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x253b9f(0x153)][_0x253b9f(0x139)][_0x253b9f(0x18c)],_0x2df623=>{const _0x5a4159=_0x253b9f,_0x4c6bf1={};_0x4c6bf1[_0x5a4159(0x190)]=_0x4a4ccc[_0x5a4159(0xb4)],PerformanceTester[_0x5a4159(0xe3)](PerformanceHookEvents[_0x5a4159(0x184)],()=>{const _0x30dd7b=_0x5a4159;_0x4b9494[_0x30dd7b(0xce)](_0x2df623);},_0x4c6bf1)();}),CodeceptJS[_0x253b9f(0x153)][_0x253b9f(0xc0)]['on'](CodeceptJS[_0x253b9f(0x153)][_0x253b9f(0x139)][_0x253b9f(0xda)],_0x38faf2=>{const _0xf97797=_0x253b9f,_0x21e7fb={};_0x21e7fb[_0xf97797(0x190)]=_0x4a4ccc['YLAIW'],PerformanceTester['measureWrapper'](PerformanceHookEvents[_0xf97797(0x184)],()=>{const _0x542705=_0xf97797;_0x4b9494[_0x542705(0x1a0)](_0x38faf2);},_0x21e7fb)();});};
|
|
1
|
+
const a1_0x3d4422=a1_0x572d;(function(_0x47b5e7,_0x20ac57){const _0xce37c8=a1_0x572d,_0x28f3a1=_0x47b5e7();while(!![]){try{const _0x5a9f98=-parseInt(_0xce37c8(0x172))/0x1*(-parseInt(_0xce37c8(0x186))/0x2)+parseInt(_0xce37c8(0x199))/0x3*(-parseInt(_0xce37c8(0xed))/0x4)+parseInt(_0xce37c8(0xf5))/0x5*(-parseInt(_0xce37c8(0xfd))/0x6)+parseInt(_0xce37c8(0x15e))/0x7*(-parseInt(_0xce37c8(0xd9))/0x8)+-parseInt(_0xce37c8(0x180))/0x9*(parseInt(_0xce37c8(0xc4))/0xa)+parseInt(_0xce37c8(0x133))/0xb*(-parseInt(_0xce37c8(0xc1))/0xc)+-parseInt(_0xce37c8(0x173))/0xd*(-parseInt(_0xce37c8(0x176))/0xe);if(_0x5a9f98===_0x20ac57)break;else _0x28f3a1['push'](_0x28f3a1['shift']());}catch(_0x8762ad){_0x28f3a1['push'](_0x28f3a1['shift']());}}}(a1_0x4f7c,0xec692));function a1_0x572d(_0x24e342,_0xdac765){const _0x4f7ccb=a1_0x4f7c();return a1_0x572d=function(_0x572db1,_0x263373){_0x572db1=_0x572db1-0xaa;let _0x5a42c5=_0x4f7ccb[_0x572db1];return _0x5a42c5;},a1_0x572d(_0x24e342,_0xdac765);}function a1_0x4f7c(){const _0x182392=['bs:addLog:','uCkmt','../../helpers/testhub/constants.js','browser','includes','qRzDW','DyULz','captureError','../../helpers/performance/constants','config','all','lZaVg','lpZuQ','hNoKv','crKWc','toString','oVmSe','name','Odoor','../../helpers/accessibility-automation/scripts','skipSessionStatus','codeceptjs/lib/recorder.js','egdPQ','bddStep','saveTestResults','titlePath','SAVE_RESULTS','lVnKa','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','a11y_core_config','OUUdr','SDK_PRE_INITIALIZE','TEST_LOG','setGlobal','2748MhGhUi','\x0aStack:\x20','TEST_SCREENSHOT','60MZwlXG','url','wmwwF','OaYKL','CMrMw','parse','vVlXx','Playwright','../../helpers/globals.js','bddStep-before','JrlgM','LcwxG','UnLuu','PLKrF','__skipSessionStatus','step','CBFvU','twhao','forEach','after','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','2189168FPtuAn','__driver','../../bin/playwright/sessionDetails','performScan','YhHpi','thTestRunUuid','getAccessibilityResults','aMYbv','title','nGfLV','started','Puppeteer','CrqWe','XpJQh','SDK_POST_INITIALIZE','thJwtToken','info','then','comment','_before','4IXhiJZ','../../helpers/helper','message','getSyncScript','yrFdR','skipSessionName','YEfQP','testAnalyticsId','95UWZdSR','startMonitoring','args','jeyVW','before','add','Failed\x20to\x20execute\x20_before:\x20','captureEvent','391560FLdkuU','slice','test-passed','SDK_HOOK','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','test-failed','getResultsSummary','bstackAllyScanning','readFileSync','prototype','fireEvent','from','apply','../../bin/playwright/accessibility-helper','pages','pdPXT','browserstackTestName','BS_TESTOPS_ALLOW_SCREENSHOTS','TEST_RUN_SKIPPED','./helper.js','dmRpw','browserContext','NShBu','shouldWrapCommand','BROWSERSTACK_TESTHUB_UUID','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','PERFORM_SCAN','TestCafe','KbrHA','bind','bddStepStart','codeceptjs','BS_A11Y_JWT','base64','Shwqk','hVDbo','irFDP','exports','pDRfj','dKPSQ','testFramework','BgVsw','IiVUy','emit','aPjFL','hook','Element','BROWSERSTACK_TESTHUB_JWT','ROEcH','mjHdT','../../helpers/test-observability/utils','GET_RESULTS','LLwbe','browserstack_executor:\x20','72798XXAVnC','patch','oThPX','overwriteCommand','test','sFdyM','MxSNS','stack','action','gCGSu','screenshotOutputFolder','startsWith','LNiDo','ciWgc','ctx','toISOString','ENV_VAR','NYZLg','executeScript','chromium','bddStepFinish','QLWLT','HOOK_RUN_FINISHED','Performing\x20scan\x20for\x20','event','Akinv','setSessionName','cQYWk','failed','catch','vEwgv','helpers','VQoAt','getResults','find','saveScreenshot','codeceptjs/lib/helper/Playwright.js','TEST_RUN_FINISHED','CgVQj','BUyxn','isArray','bFQnM','BbpRl','21MFCiVd','browserStackExecuteDriver','patchSaveScreenshot','accessibilityPlatform','test-before','SDK_PRE_TEST','step-comment','FEDns','../../helpers/performance/performance-tester','webdriverio','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','stopMonitoring','contexts','split','restore','dschq','MbDwG','OBFdo','command','enabled','121LTKVWi','25169196GOHEXv','version','hook-started','56UQpZCU','dispatcher','SDK_TEST','codeceptjs/lib/index.js','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','vOXsR','SESSION_STATUS','HOOK_RUN_STARTED','class','format','2875725giQFYd','getAccessibilityResultsSummary','start','lfeFf','constructor','SESSION_NAME','1226laVXtU','hook-failed','SYNC','arguments','env','codeceptjs/lib/utils.js','_setPage','YuoRI','nHpmn','bddStep-after','measureWrapper','--auto-open-devtools-for-tabs','NqgpQ','Screenshot\x20path\x20not\x20found','end','pid','AYWuR','debug','push','4069959EaojKe','./o11yHelper','SDK_POST_TEST','stringify','rJNsf','hookType','passed','../../helpers/accessibility-automation/helper','Jwdbw','addRequestSpy','Suite','TEST_RUN_STARTED','warn','container'];a1_0x4f7c=function(){return _0x182392;};return a1_0x4f7c();}const fs=require('fs'),util=require('util'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x3d4422(0xee)),logger=require('../../helpers/logger')['winstonLogger'],testOpsHelper=require(a1_0x3d4422(0x12f)),requestSpy=require('../../helpers/request-spy'),PlaywrightSessionDetails=require(a1_0x3d4422(0xdb)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x3d4422(0x19a)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x3d4422(0x1a0)),AccessibilityHelper=require(a1_0x3d4422(0x10a)),scripts=require(a1_0x3d4422(0xb2)),PerformanceTester=require(a1_0x3d4422(0x166)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x3d4422(0x1af)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x3d4422(0x110)),testHubConstants=require(a1_0x3d4422(0x1a9)),globals=require(a1_0x3d4422(0xcc)),CodeceptJS=requireModule(a1_0x3d4422(0x179),a1_0x3d4422(0x11c)),CodeceptUtils=requireModule(a1_0x3d4422(0x18b),'codeceptjs'),CodeceptWebDriver=requireModule('codeceptjs/lib/helper/WebDriver.js',a1_0x3d4422(0x11c)),CodeceptRecorder=requireModule(a1_0x3d4422(0xb4),'codeceptjs'),CodeceptPlaywright=requireModule(a1_0x3d4422(0x157),'codeceptjs'),playwrightMarkSessionStatus=(_0x78fef5,_0x1bdffb,_0x450245)=>{const _0x433983=a1_0x3d4422,_0x108bd6={'rJNsf':'setSessionStatus','PdOSC':function(_0x349a20,_0x51dae5){return _0x349a20(_0x51dae5);}},_0xa8e386={};_0xa8e386['status']=_0x1bdffb;const _0xf7b550={};_0xf7b550[_0x433983(0x13b)]=_0x108bd6[_0x433983(0x19d)],_0xf7b550['arguments']=_0xa8e386;const _0x43cf0b=_0xf7b550;return!_0x108bd6['PdOSC'](isUndefined,_0x450245)&&(_0x43cf0b[_0x433983(0x189)]['reason']=JSON['stringify'](_0x450245)),_0x78fef5[_0x433983(0x145)](()=>{},_0x433983(0x132)+JSON[_0x433983(0x19c)](_0x43cf0b));},o11ySync=PerformanceTester[a1_0x3d4422(0x190)](PerformanceO11yEvents[a1_0x3d4422(0x188)],async _0x27a04b=>{const _0x2870eb=a1_0x3d4422,_0x4b0f5d={};_0x4b0f5d[_0x2870eb(0x126)]=function(_0x4d37d2,_0x71fce){return _0x4d37d2===_0x71fce;},_0x4b0f5d[_0x2870eb(0xdd)]=_0x2870eb(0xcb);const _0x39ae71=_0x4b0f5d;_0x39ae71[_0x2870eb(0x126)](_0x27a04b[_0x2870eb(0x184)][_0x2870eb(0xb0)],_0x39ae71['YhHpi'])?await _0x27a04b[_0x2870eb(0x145)](_0x4db755=>{},testOpsHelper[_0x2870eb(0xf0)]()):await _0x27a04b[_0x2870eb(0x145)](testOpsHelper[_0x2870eb(0xf0)]());}),markSessionName=PerformanceTester[a1_0x3d4422(0x190)](PerformanceAutEvents[a1_0x3d4422(0x185)],async(_0x34766b,_0x318c5c)=>{const _0x5f4794=a1_0x3d4422,_0x29f30e={};_0x29f30e['dKPSQ']=_0x5f4794(0x14d),_0x29f30e[_0x5f4794(0xd1)]=function(_0x3bd6b1,_0x1bf2ca){return _0x3bd6b1===_0x1bf2ca;},_0x29f30e[_0x5f4794(0xf3)]=_0x5f4794(0xcb);const _0x2cce77=_0x29f30e,_0x48238a={};_0x48238a[_0x5f4794(0xb0)]=_0x318c5c;const _0x2285fb={};_0x2285fb[_0x5f4794(0x13b)]=_0x2cce77[_0x5f4794(0x124)],_0x2285fb['arguments']=_0x48238a;const _0xa9058d=_0x2285fb;_0x2cce77['PLKrF'](_0x34766b['constructor']['name'],_0x2cce77['YEfQP'])?await _0x34766b[_0x5f4794(0x145)](()=>{},'browserstack_executor:\x20'+JSON[_0x5f4794(0x19c)](_0xa9058d)):await _0x34766b['executeScript'](_0x5f4794(0x132)+JSON[_0x5f4794(0x19c)](_0xa9058d));}),patchSaveScreenshot=_0x4f726a=>{const _0x4cda71=a1_0x3d4422,_0x3fa873={'pdPXT':_0x4cda71(0x11e),'OBFdo':_0x4cda71(0xc3),'jglLj':function(_0x21cc7d){return _0x21cc7d();},'jrxNy':function(_0x3c02e5,_0x561047){return _0x3c02e5(_0x561047);},'NShBu':_0x4cda71(0x193),'KnxZc':function(_0x1dc258,_0x43d485){return _0x1dc258(_0x43d485);}};_0x3fa873['KnxZc'](isTrue,process['env'][_0x4cda71(0x10e)])&&!_0x4f726a[_0x4cda71(0x160)]&&(_0x4f726a[_0x4cda71(0x160)]=!![],_0x4f726a['initSaveScreenshot']=_0x4f726a['saveScreenshot'],_0x4f726a[_0x4cda71(0x156)]=(_0x28b2a6,_0x1e2223=![])=>{const _0x2e4d21=_0x4cda71,_0x5b29d4={'vOXsR':_0x3fa873[_0x2e4d21(0x10c)],'LNiDo':_0x3fa873[_0x2e4d21(0x16f)],'HzJHS':function(_0x267b41){return _0x3fa873['jglLj'](_0x267b41);},'nHpmn':function(_0x1b2d10,_0x10e88b){return _0x3fa873['jrxNy'](_0x1b2d10,_0x10e88b);},'mEPck':_0x3fa873[_0x2e4d21(0x113)]};return new Promise(function(_0xab5c9e,_0x2b2a1f){const _0x13ffe1=_0x2e4d21,_0x2e42e5={'dschq':_0x5b29d4[_0x13ffe1(0x17b)],'cQYWk':_0x5b29d4[_0x13ffe1(0x13f)],'WGPDT':function(_0x1e0614){return _0x5b29d4['HzJHS'](_0x1e0614);},'dmRpw':function(_0x342ac6,_0x525190){const _0x4b96a0=_0x13ffe1;return _0x5b29d4[_0x4b96a0(0x18e)](_0x342ac6,_0x525190);},'bFQnM':_0x5b29d4['mEPck']};_0x4f726a['initSaveScreenshot'](_0x28b2a6,_0x1e2223)[_0x13ffe1(0xea)](()=>{const _0x41e864=_0x13ffe1,_0xb167f7=CodeceptUtils[_0x41e864(0x13d)](_0x28b2a6);if(_0xb167f7){const _0x52c65a=fs[_0x41e864(0x105)](_0xb167f7);process[_0x41e864(0x128)](_0x41e864(0x1a7)+process['pid'],{'timestamp':new Date()[_0x41e864(0x142)](),'message':_0x52c65a[_0x41e864(0xae)](_0x2e42e5[_0x41e864(0x16d)]),'kind':_0x2e42e5[_0x41e864(0x14e)]}),_0x2e42e5['WGPDT'](_0xab5c9e);}_0x2e42e5[_0x41e864(0x111)](_0x2b2a1f,new Error(_0x2e42e5[_0x41e864(0x15c)]));})[_0x13ffe1(0x150)](()=>null);});});},patchWebDriverBefore=_0x4c6176=>{const _0x6909c0=a1_0x3d4422,_0x5c181e={'LcwxG':function(_0x5532a0){return _0x5532a0();},'vVlXx':function(_0x397ca0,_0xd0a70f){return _0x397ca0(_0xd0a70f);},'hNoKv':function(_0x471b97,_0x4b5271){return _0x471b97===_0x4b5271;},'KbrHA':_0x6909c0(0x167),'ROEcH':function(_0x100f65,_0x8be26d){return _0x100f65===_0x8be26d;},'CgVQj':'string','QCFDe':_0x6909c0(0x12b)},_0x4d5394=async function(_0x150984,_0x44ab63){const _0x5de4f7=_0x6909c0;_0x5c181e[_0x5de4f7(0xcf)](isAccessibilityAutomationSession)&&!global[_0x5de4f7(0x104)]&&global[_0x5de4f7(0x161)]&&scripts[_0x5de4f7(0x114)](_0x150984[_0x5de4f7(0xb0)])&&_0x5c181e['vVlXx'](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x5de4f7(0x104)]=!![],await PerformanceTester[_0x5de4f7(0x190)](PerformanceA11yEvents[_0x5de4f7(0x117)],async()=>{const _0x2239eb=_0x5de4f7;logger['debug'](_0x2239eb(0x14a)+_0x150984[_0x2239eb(0x17e)]+'\x20'+_0x150984[_0x2239eb(0xb0)]),await AccessibilityHelper[_0x2239eb(0x15f)](_0x4c6176,scripts[_0x2239eb(0xdc)]);},{'command':_0x150984[_0x5de4f7(0xb0)]})());global['bstackAllyScanning']=![];const _0x491a29=JSON[_0x5de4f7(0xc9)](process['env']['FRAMEWORK_DETAILS']||'{}');if(_0x5c181e[_0x5de4f7(0xac)](_0x491a29?.[_0x5de4f7(0x125)]?.[_0x5de4f7(0xb0)],_0x5c181e[_0x5de4f7(0x119)])&&_0x5c181e[_0x5de4f7(0x12d)](typeof _0x491a29?.[_0x5de4f7(0x125)]?.['version'],_0x5c181e[_0x5de4f7(0x159)])&&_0x491a29?.['testFramework']?.[_0x5de4f7(0x174)]['startsWith']('7'))return _0x44ab63[_0x5de4f7(0x109)](null,Array[_0x5de4f7(0x106)][_0x5de4f7(0xfe)]['call'](arguments,0x2));return _0x44ab63[_0x5de4f7(0x109)](this,Array['prototype'][_0x5de4f7(0xfe)]['call'](arguments,0x2));},_0x51b296=CodeceptWebDriver[_0x6909c0(0x106)]['_before'];CodeceptWebDriver[_0x6909c0(0x106)][_0x6909c0(0xec)]=async function(){const _0x2b8104=_0x6909c0;try{await _0x51b296[_0x2b8104(0x109)](this,arguments);}catch(_0x2ec1e1){logger[_0x2b8104(0x197)](_0x2b8104(0xfb)+util[_0x2b8104(0x17f)](_0x2ec1e1));}scripts['commandsToWrap']['filter'](_0x45d777=>_0x45d777['name']&&_0x45d777['class'])[_0x2b8104(0xd6)](_0x4b7757=>{const _0x4b0cb7=_0x2b8104;this[_0x4b0cb7(0x1aa)][_0x4b0cb7(0x136)](_0x4b7757[_0x4b0cb7(0xb0)],_0x4d5394[_0x4b0cb7(0x11a)](this,_0x4b7757),_0x5c181e['hNoKv'](_0x4b7757[_0x4b0cb7(0x17e)],_0x5c181e['QCFDe']));}),_0x5c181e[_0x2b8104(0xca)](processWebDriverConfig,_0x4c6176);};};function parseJwt(_0x40340d){const _0x24e576=a1_0x3d4422,_0x3d6621={};_0x3d6621[_0x24e576(0x18d)]='base64';const _0x396a69=_0x3d6621;if(!_0x40340d)return null;return JSON['parse'](Buffer[_0x24e576(0x108)](_0x40340d[_0x24e576(0x16b)]('.')[0x1],_0x396a69[_0x24e576(0x18d)])[_0x24e576(0xae)]());}const patchPlaywrightBefore=()=>{const _0x228688=a1_0x3d4422,_0x523a73={'uCkmt':function(_0x2f851e){return _0x2f851e();},'CBFvU':'devtools://','CkOea':_0x228688(0x191),'mjHdT':function(_0x502b8f,_0x4603e4){return _0x502b8f(_0x4603e4);},'QLWLT':function(_0x11206f,_0x18f1f9){return _0x11206f+_0x18f1f9;},'MxSNS':_0x228688(0xc2),'jeyVW':function(_0x19c4c6){return _0x19c4c6();},'wmwwF':function(_0x311098){return _0x311098();},'qRzDW':function(_0x505460){return _0x505460();}};PlaywrightSessionDetails[_0x228688(0x134)]();const _0xfce8f2=CodeceptPlaywright[_0x228688(0x106)]['_before'];CodeceptPlaywright['prototype'][_0x228688(0xec)]=async function(){const _0x250f50=_0x228688,_0x28e59b={'BbpRl':function(_0x3a40b1){const _0x560c66=a1_0x572d;return _0x523a73[_0x560c66(0x1a8)](_0x3a40b1);},'Jwdbw':_0x523a73[_0x250f50(0xd4)],'MPWny':_0x523a73['CkOea'],'kxAut':function(_0x323083,_0xaf4409){const _0x490162=_0x250f50;return _0x523a73[_0x490162(0x12e)](_0x323083,_0xaf4409);},'XpJQh':function(_0x436fd7,_0x26b78b){const _0x34f07c=_0x250f50;return _0x523a73[_0x34f07c(0x148)](_0x436fd7,_0x26b78b);},'FEDns':_0x523a73[_0x250f50(0x139)]};this[_0x250f50(0x112)]=await this[_0x250f50(0x1aa)][_0x250f50(0x16a)]()[0x0];const _0x38ab0c=async()=>{const _0x1d269c=_0x250f50,_0x375895={'ciWgc':function(_0x64c7d0){const _0x58776d=a1_0x572d;return _0x28e59b[_0x58776d(0x15d)](_0x64c7d0);},'OUUdr':_0x28e59b[_0x1d269c(0x1a1)]},_0x5bf50c=this[_0x1d269c(0x1b0)]&&this[_0x1d269c(0x1b0)][_0x1d269c(0x146)]&&this['config'][_0x1d269c(0x146)][_0x1d269c(0xf7)]&&Array[_0x1d269c(0x15b)](this[_0x1d269c(0x1b0)][_0x1d269c(0x146)][_0x1d269c(0xf7)])&&this['config'][_0x1d269c(0x146)][_0x1d269c(0xf7)][_0x1d269c(0x1ab)](_0x28e59b['MPWny']);if(_0x28e59b[_0x1d269c(0x15d)](isAccessibilityAutomationSession)&&!_0x5bf50c)try{const _0x537697=_0x28e59b['kxAut'](parseJwt,process['env'][_0x1d269c(0x11d)]);if(_0x537697&&_0x537697[_0x1d269c(0xbc)]&&_0x537697[_0x1d269c(0xbc)]['domForge']){const _0x234888=this[_0x1d269c(0x112)][_0x1d269c(0x10b)]['bind'](this['browserContext']);this[_0x1d269c(0x112)][_0x1d269c(0x10b)]=async function(){const _0x5efda2=_0x1d269c,_0xf0c7ed=await _0x375895[_0x5efda2(0x140)](_0x234888),_0x4f29cd=[];for(const _0x274771 of _0xf0c7ed){try{const _0x3193a4=await _0x274771[_0x5efda2(0xc5)]();!_0x3193a4[_0x5efda2(0x13e)](_0x375895[_0x5efda2(0xbd)])&&_0x4f29cd[_0x5efda2(0x198)](_0x274771);}catch(_0x3c4cc6){_0x4f29cd['push'](_0x274771);}}return _0x4f29cd;};}if(!_0x28e59b['BbpRl'](isBrowserstackInfra)){const _0x419c69=await this['page'][_0x1d269c(0xc5)]();if(_0x419c69[_0x1d269c(0x13e)](_0x28e59b[_0x1d269c(0x1a1)])){const _0x2e5a2c=await this['browserContext'][_0x1d269c(0x10b)]();this[_0x1d269c(0x18c)](_0x2e5a2c[0x0]);}}}catch(_0x15a558){logger[_0x1d269c(0x197)]('Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20'+_0x15a558[_0x1d269c(0xef)]+(_0x15a558[_0x1d269c(0x13a)]?_0x28e59b[_0x1d269c(0xe6)](_0x28e59b[_0x1d269c(0x165)],_0x15a558['stack']):''));}};_0x523a73[_0x250f50(0xf8)](isBrowserstackInfra)&&await _0x523a73[_0x250f50(0xc6)](_0x38ab0c),await _0xfce8f2[_0x250f50(0x109)](this,arguments),!_0x523a73[_0x250f50(0x1a8)](isBrowserstackInfra)&&await _0x523a73[_0x250f50(0x1ac)](_0x38ab0c);};},getCodeceptDriver=()=>{const _0x1dd4af=a1_0x3d4422,_0x2e80ee={};_0x2e80ee['gCGSu']='WebDriver',_0x2e80ee[_0x1dd4af(0xe2)]='Playwright',_0x2e80ee['OEQkP']=_0x1dd4af(0xe4),_0x2e80ee[_0x1dd4af(0xce)]=_0x1dd4af(0x118);const _0x57e2ac=_0x2e80ee,_0x1d9584=[_0x57e2ac[_0x1dd4af(0x13c)],_0x57e2ac[_0x1dd4af(0xe2)],_0x57e2ac['OEQkP'],_0x57e2ac[_0x1dd4af(0xce)]],_0x589279=_0x1d9584[_0x1dd4af(0x155)](_0x2d811c=>!!CodeceptJS[_0x1dd4af(0x1a6)][_0x1dd4af(0x152)](_0x2d811c));if(!_0x589279)return null;return CodeceptJS['container'][_0x1dd4af(0x152)](_0x589279);};module[a1_0x3d4422(0x122)]=function(_0x45016c){const _0x577980=a1_0x3d4422,_0x50c9f3={'twhao':function(_0x1bf4b6){return _0x1bf4b6();},'lZaVg':function(_0x138d11,_0x184d54){return _0x138d11(_0x184d54);},'WMVZJ':_0x577980(0xdf),'aPjFL':_0x577980(0x168),'crKWc':_0x577980(0x181),'oVmSe':_0x577980(0x101),'LLwbe':_0x577980(0x175),'VQoAt':'hook-passed','UnLuu':_0x577980(0x187),'lpZuQ':_0x577980(0x10d),'lVnKa':function(_0x917a2e){return _0x917a2e();},'NqgpQ':_0x577980(0x162),'NYZLg':function(_0x40289e,_0x19f527){return _0x40289e(_0x19f527);},'irFDP':function(_0x32b69c,_0x2b8eb5,_0x257475){return _0x32b69c(_0x2b8eb5,_0x257475);},'yrFdR':'test-started','pDRfj':_0x577980(0xff),'Shwqk':function(_0x24b9d6,_0x447e02,_0xb64b0c,_0x36115c){return _0x24b9d6(_0x447e02,_0xb64b0c,_0x36115c);},'lfeFf':function(_0x2128a5,_0x452073){return _0x2128a5===_0x452073;},'AYWuR':_0x577980(0x1a3),'egdPQ':_0x577980(0x102),'DyULz':'test-skipped','CrqWe':'afterTest','PPsHH':function(_0x40a8b8){return _0x40a8b8();},'sFdyM':_0x577980(0x116),'Akinv':'test-after','Odoor':'INFO','riCvy':_0x577980(0xbf),'CMrMw':_0x577980(0x164),'hVDbo':_0x577980(0xcd),'nmyrr':_0x577980(0x18f),'aMYbv':_0x577980(0xcb)};_0x45016c[_0x577980(0xb3)]&&(global[_0x577980(0xd2)]=_0x45016c[_0x577980(0xb3)]);PerformanceTester[_0x577980(0xf6)]();const _0x266811=_0x50c9f3[_0x577980(0xd5)](getCodeceptDriver),_0x14976a=new O11yHelper(_0x266811,_0x45016c),_0x466363=!!CodeceptJS[_0x577980(0x1a6)][_0x577980(0x152)](_0x50c9f3[_0x577980(0xe0)]);global[_0x577980(0xda)]=_0x266811,_0x266811&&(PerformanceTester[_0x577980(0x190)](PerformanceEvents[_0x577980(0xbe)],()=>{const _0x450f8d=_0x577980;_0x466363?_0x50c9f3[_0x450f8d(0xd5)](patchPlaywrightBefore):_0x50c9f3[_0x450f8d(0xaa)](patchWebDriverBefore,_0x266811);})(),PerformanceTester[_0x577980(0x190)](PerformanceEvents[_0x577980(0xe7)],()=>{const _0x3e95ba=_0x577980,_0x4d0e6f={};_0x4d0e6f[_0x3e95ba(0x151)]=_0x50c9f3[_0x3e95ba(0xad)],_0x4d0e6f[_0x3e95ba(0xc7)]=_0x50c9f3[_0x3e95ba(0xaf)];const _0x537c95=_0x4d0e6f;_0x266811[_0x3e95ba(0x181)]=async()=>{const _0x60fa03=_0x3e95ba;if(global[_0x60fa03(0x161)]){const _0x2e1f8d={};return _0x2e1f8d['command']=_0x537c95[_0x60fa03(0x151)],await PerformanceTester[_0x60fa03(0x190)](PerformanceA11yEvents[_0x60fa03(0x117)],async()=>{const _0x48ae2e=_0x60fa03;return await AccessibilityHelper[_0x48ae2e(0x15f)](_0x266811,scripts[_0x48ae2e(0xdc)]);},_0x2e1f8d)(),await PerformanceTester[_0x60fa03(0x190)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x39723e=_0x60fa03;return await AccessibilityHelper[_0x39723e(0x15f)](_0x266811,scripts[_0x39723e(0x103)]);})();}return logger['warn'](_0x537c95['OaYKL']),{};},_0x266811[_0x3e95ba(0xdf)]=async()=>{const _0x238b8e=_0x3e95ba;if(global[_0x238b8e(0x161)]){const _0x496d2a={};return _0x496d2a['command']=_0x50c9f3['WMVZJ'],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x238b8e(0x117)],async()=>{const _0x56ea89=_0x238b8e;return await AccessibilityHelper[_0x56ea89(0x15f)](_0x266811,scripts['performScan']);},_0x496d2a)(),await PerformanceTester[_0x238b8e(0x190)](PerformanceA11yEvents[_0x238b8e(0x130)],async()=>{const _0x3ab4cb=_0x238b8e;return await AccessibilityHelper['browserStackExecuteDriver'](_0x266811,scripts[_0x3ab4cb(0x154)]);})();}return logger[_0x238b8e(0x1a5)](_0x50c9f3[_0x238b8e(0x129)]),{};},_0x50c9f3[_0x3e95ba(0xaa)](patchSaveScreenshot,_0x266811);})()),CodeceptJS[_0x577980(0x14b)][_0x577980(0x177)]['on'](CodeceptJS[_0x577980(0x14b)][_0x577980(0x1b1)][_0x577980(0xf9)],()=>{const _0x2dfb6b=_0x577980;PerformanceTester[_0x2dfb6b(0x182)](PerformanceEvents[_0x2dfb6b(0x163)]);try{_0x14976a['start'](),testOpsHelper[_0x2dfb6b(0x1a2)](),PerformanceTester[_0x2dfb6b(0x194)](PerformanceEvents[_0x2dfb6b(0x163)]);}catch(_0x13a36e){PerformanceTester[_0x2dfb6b(0x1ae)](_0x13a36e),PerformanceTester[_0x2dfb6b(0x194)](PerformanceEvents[_0x2dfb6b(0x163)],![],_0x13a36e);}}),CodeceptJS[_0x577980(0x14b)][_0x577980(0x177)]['on'](CodeceptJS[_0x577980(0x14b)][_0x577980(0x1b1)][_0x577980(0xd7)],async()=>{const _0x46357c=_0x577980;PerformanceTester[_0x46357c(0x182)](PerformanceEvents['SDK_POST_TEST']);try{requestSpy[_0x46357c(0x16c)](),await _0x14976a['stop'](),PerformanceTester[_0x46357c(0x194)](PerformanceEvents[_0x46357c(0x19b)]);}catch(_0x5ca8da){PerformanceTester[_0x46357c(0x1ae)](_0x5ca8da),PerformanceTester['end'](PerformanceEvents[_0x46357c(0x19b)],![],_0x5ca8da);}finally{PerformanceTester[_0x46357c(0x169)]();}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS['event'][_0x577980(0x12a)][_0x577980(0xe3)],_0x15b5a2=>{const _0x5f0ffd=_0x577980;PerformanceTester['start'](PerformanceEvents['SDK_HOOK']);try{const _0x12a665=_0x15b5a2['ctx']['test'],_0xbceecb=_0x14976a['captureEvent'](TEST_EVENTS[_0x5f0ffd(0x17d)],_0x12a665);CodeceptRecorder[_0x5f0ffd(0xfa)](()=>_0x14976a[_0x5f0ffd(0x107)](TEST_EVENTS[_0x5f0ffd(0x17d)],_0xbceecb));const _0x317219={};_0x317219['hookType']=_0x50c9f3[_0x5f0ffd(0x131)],PerformanceTester['end'](PerformanceEvents[_0x5f0ffd(0x100)],!![],null,_0x317219);}catch(_0x29e806){const _0x47ea80={};_0x47ea80[_0x5f0ffd(0x19e)]=_0x50c9f3[_0x5f0ffd(0x131)],PerformanceTester[_0x5f0ffd(0x194)](PerformanceEvents['SDK_HOOK'],![],_0x29e806,_0x47ea80),PerformanceTester[_0x5f0ffd(0x1ae)](_0x29e806);}}),CodeceptJS[_0x577980(0x14b)][_0x577980(0x177)]['on'](CodeceptJS[_0x577980(0x14b)][_0x577980(0x12a)]['passed'],_0xf6f12a=>{const _0x51e07d=_0x577980,_0x58a67a={};_0x58a67a[_0x51e07d(0x19e)]=_0x50c9f3['VQoAt'],PerformanceTester['start'](PerformanceHookEvents[_0x51e07d(0x100)],!![],null,_0x58a67a);try{const _0x3872f2=_0xf6f12a[_0x51e07d(0x141)][_0x51e07d(0x137)],_0x16172d=_0x14976a[_0x51e07d(0xfc)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x3872f2);CodeceptRecorder[_0x51e07d(0xfa)](()=>_0x14976a['fireEvent'](TEST_EVENTS[_0x51e07d(0x149)],_0x16172d));const _0xbaaaa={};_0xbaaaa[_0x51e07d(0x19e)]=_0x50c9f3[_0x51e07d(0x153)],PerformanceTester[_0x51e07d(0x194)](PerformanceHookEvents[_0x51e07d(0x100)],!![],null,_0xbaaaa);}catch(_0x232ce1){PerformanceTester[_0x51e07d(0x1ae)](_0x232ce1);const _0x50a919={};_0x50a919[_0x51e07d(0x19e)]=_0x50c9f3[_0x51e07d(0x153)],PerformanceTester[_0x51e07d(0x194)](PerformanceHookEvents[_0x51e07d(0x100)],![],_0x232ce1,_0x50a919);}}),CodeceptJS[_0x577980(0x14b)][_0x577980(0x177)]['on'](CodeceptJS[_0x577980(0x14b)]['hook']['failed'],async(_0x5096f2,_0x1e7ca5)=>{const _0x270ef6=_0x577980;PerformanceTester[_0x270ef6(0x182)](PerformanceHookEvents[_0x270ef6(0x100)]);try{const _0x3ab63b=_0x5096f2['ctx'][_0x270ef6(0x137)],_0x22bd75=_0x14976a['captureEvent'](TEST_EVENTS[_0x270ef6(0x149)],_0x3ab63b,_0x1e7ca5);CodeceptRecorder[_0x270ef6(0xfa)](()=>_0x14976a[_0x270ef6(0x107)](TEST_EVENTS[_0x270ef6(0x149)],_0x22bd75));const _0xbe5674={};_0xbe5674[_0x270ef6(0x19e)]=_0x50c9f3[_0x270ef6(0xd0)],PerformanceTester['start'](PerformanceHookEvents[_0x270ef6(0x100)],!![],null,_0xbe5674);}catch(_0x48fce6){PerformanceTester['captureError'](_0x48fce6);const _0x30559a={};_0x30559a[_0x270ef6(0x19e)]=_0x50c9f3[_0x270ef6(0xd0)],PerformanceTester[_0x270ef6(0x194)](PerformanceHookEvents[_0x270ef6(0x100)],![],_0x48fce6,_0x30559a);}const _0x318672={};_0x318672[_0x270ef6(0x19e)]=_0x50c9f3[_0x270ef6(0xd0)],PerformanceTester[_0x270ef6(0x194)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x318672);}),CodeceptJS[_0x577980(0x14b)][_0x577980(0x177)]['on'](CodeceptJS[_0x577980(0x14b)][_0x577980(0x137)]['before'],_0x8b467a=>{const _0x558d53=_0x577980;PerformanceTester[_0x558d53(0x182)](PerformanceHookEvents[_0x558d53(0x100)]);try{globals[_0x558d53(0xc0)](_0x50c9f3[_0x558d53(0xab)],_0x8b467a[_0x558d53(0xe1)]);_0x50c9f3['lVnKa'](isBrowserstackInfra)&&(_0x466363&&(global['__workerDetails']={'currentTest':{'name':_0x8b467a[_0x558d53(0xe1)],'testInfo':{'titlePath':_0x8b467a['titlePath']()}}}));const _0x4013bb={};_0x4013bb[_0x558d53(0x19e)]=_0x50c9f3[_0x558d53(0x192)],PerformanceTester[_0x558d53(0x194)](PerformanceHookEvents[_0x558d53(0x100)],!![],null,_0x4013bb);}catch(_0x34e317){PerformanceTester[_0x558d53(0x1ae)](_0x34e317);const _0x5adddd={};_0x5adddd[_0x558d53(0x19e)]=_0x50c9f3[_0x558d53(0x192)],PerformanceTester[_0x558d53(0x194)](PerformanceHookEvents[_0x558d53(0x100)],![],_0x34e317,_0x5adddd);}}),CodeceptJS[_0x577980(0x14b)]['dispatcher']['on'](CodeceptJS[_0x577980(0x14b)][_0x577980(0x137)][_0x577980(0xe3)],_0x8cfbc6=>{const _0x1e6bb1=_0x577980;PerformanceTester['start'](PerformanceHookEvents[_0x1e6bb1(0x100)]);try{globals[_0x1e6bb1(0xc0)](_0x50c9f3['lpZuQ'],_0x8cfbc6[_0x1e6bb1(0xe1)]);const _0x22d223=_0x14976a[_0x1e6bb1(0xfc)](TEST_EVENTS[_0x1e6bb1(0x1a4)],_0x8cfbc6);CodeceptRecorder[_0x1e6bb1(0xfa)](()=>_0x14976a['fireEvent'](TEST_EVENTS[_0x1e6bb1(0x1a4)],_0x22d223)),CodeceptRecorder['add'](async()=>{const _0x1836eb=_0x1e6bb1;_0x50c9f3[_0x1836eb(0xd5)](isBrowserstackInfra)&&(!_0x50c9f3[_0x1836eb(0x144)](isTrue,_0x45016c[_0x1836eb(0xf2)])&&await _0x50c9f3['irFDP'](markSessionName,_0x266811,_0x8cfbc6[_0x1836eb(0xe1)]),_0x14976a[_0x1836eb(0x171)]&&await _0x50c9f3[_0x1836eb(0x144)](o11ySync,_0x266811));});}catch(_0x44fae5){const _0x52696f={};_0x52696f[_0x1e6bb1(0x19e)]=_0x50c9f3['yrFdR'],PerformanceTester['end'](PerformanceHookEvents[_0x1e6bb1(0x100)],![],_0x44fae5,_0x52696f),PerformanceTester['captureError'](_0x44fae5);}const _0x4a511c={};_0x4a511c[_0x1e6bb1(0x19e)]=_0x50c9f3[_0x1e6bb1(0xf1)],PerformanceTester[_0x1e6bb1(0x194)](PerformanceHookEvents[_0x1e6bb1(0x100)],!![],null,_0x4a511c);}),CodeceptJS[_0x577980(0x14b)]['dispatcher']['on'](CodeceptJS[_0x577980(0x14b)]['test'][_0x577980(0x19f)],_0x5791c6=>{const _0x27e6c1=_0x577980,_0x5eb1d6={'IxPpQ':function(_0x2f4e4f,_0x48a739,_0x4eda94){const _0x4b4e81=a1_0x572d;return _0x50c9f3[_0x4b4e81(0x121)](_0x2f4e4f,_0x48a739,_0x4eda94);},'MbDwG':function(_0x305be3){return _0x50c9f3['lVnKa'](_0x305be3);}};PerformanceTester[_0x27e6c1(0x182)](PerformanceHookEvents[_0x27e6c1(0x100)]);try{const _0x51423b=_0x14976a[_0x27e6c1(0xfc)](TEST_EVENTS[_0x27e6c1(0x158)],_0x5791c6);CodeceptRecorder[_0x27e6c1(0xfa)](()=>_0x14976a[_0x27e6c1(0x107)](TEST_EVENTS[_0x27e6c1(0x158)],_0x51423b)),CodeceptRecorder[_0x27e6c1(0xfa)](async()=>{const _0x1e2c60=_0x27e6c1,_0xf33e10={'IiVUy':function(_0x5f3da6,_0x45d2f5,_0x212198){return _0x5eb1d6['IxPpQ'](_0x5f3da6,_0x45d2f5,_0x212198);}};_0x5eb1d6[_0x1e2c60(0x16e)](isBrowserstackInfra)&&await PerformanceTester[_0x1e2c60(0x190)](PerformanceAutEvents[_0x1e2c60(0x17c)],async()=>{const _0x22b708=_0x1e2c60;_0x466363?await _0xf33e10[_0x22b708(0x127)](playwrightMarkSessionStatus,_0x266811,STATE_PASSED):await _0xf33e10[_0x22b708(0x127)](markSessionStatus,_0x266811,STATE_PASSED);})();}),PerformanceTester[_0x27e6c1(0x194)](PerformanceEvents[_0x27e6c1(0x178)]);}catch(_0x229f2c){PerformanceTester[_0x27e6c1(0x1ae)](_0x229f2c);const _0x463f23={};_0x463f23[_0x27e6c1(0x19e)]=_0x50c9f3[_0x27e6c1(0x123)],PerformanceTester['end'](PerformanceHookEvents[_0x27e6c1(0x100)],![],_0x229f2c,_0x463f23),PerformanceTester[_0x27e6c1(0x194)](PerformanceEvents['SDK_TEST'],![],_0x229f2c);}const _0x551277={};_0x551277['hookType']=_0x50c9f3[_0x27e6c1(0x123)],PerformanceTester[_0x27e6c1(0x194)](PerformanceHookEvents[_0x27e6c1(0x100)],!![],null,_0x551277);}),CodeceptJS['event'][_0x577980(0x177)]['on'](CodeceptJS[_0x577980(0x14b)][_0x577980(0x137)][_0x577980(0x14f)],(_0x4f70e9,_0x2d6297)=>{const _0xb1f238=_0x577980,_0x552b3f={'BUyxn':function(_0x5db422){const _0x3f8ff6=a1_0x572d;return _0x50c9f3[_0x3f8ff6(0xba)](_0x5db422);},'oThPX':function(_0x1095a5,_0x5d3b94,_0x4f6279,_0x2db59a){const _0x4bd24c=a1_0x572d;return _0x50c9f3[_0x4bd24c(0x11f)](_0x1095a5,_0x5d3b94,_0x4f6279,_0x2db59a);}};PerformanceTester[_0xb1f238(0x182)](PerformanceHookEvents['SDK_HOOK']);try{if(_0x50c9f3[_0xb1f238(0x183)](_0x4f70e9['constructor'][_0xb1f238(0xb0)],_0x50c9f3[_0xb1f238(0x196)])){const _0x23c930=_0x14976a[_0xb1f238(0xfc)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x4f70e9[_0xb1f238(0x141)]['currentTest']);CodeceptRecorder[_0xb1f238(0xfa)](()=>_0x14976a[_0xb1f238(0x107)](TEST_EVENTS[_0xb1f238(0x10f)],_0x23c930));}else{const _0x3abcd6=_0x14976a['captureEvent'](TEST_EVENTS[_0xb1f238(0x158)],_0x4f70e9,_0x2d6297);CodeceptRecorder['add'](()=>{const _0x18d68e=_0xb1f238;try{_0x14976a[_0x18d68e(0x107)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x3abcd6);}catch(_0xf91856){logger[_0x18d68e(0x197)](_0x18d68e(0x17a)+util['format'](_0xf91856)),PerformanceTester[_0x18d68e(0x194)](PerformanceEvents[_0x18d68e(0x178)],![],_0xf91856);}}),CodeceptRecorder[_0xb1f238(0xfa)](async()=>{const _0x4a0c53=_0xb1f238;try{_0x552b3f[_0x4a0c53(0x15a)](isBrowserstackInfra)&&(_0x466363?await _0x552b3f[_0x4a0c53(0x135)](playwrightMarkSessionStatus,_0x266811,STATE_FAILED,_0x2d6297):await _0x552b3f[_0x4a0c53(0x135)](markSessionStatus,_0x266811,STATE_FAILED,_0x2d6297));}catch(_0x5b1055){logger[_0x4a0c53(0x197)](_0x4a0c53(0xd8)+util[_0x4a0c53(0x17f)](_0x5b1055)),PerformanceTester[_0x4a0c53(0x194)](PerformanceEvents['SDK_TEST'],![],_0x5b1055);}});}PerformanceTester[_0xb1f238(0x194)](PerformanceEvents['SDK_TEST']);}catch(_0x50b787){PerformanceTester[_0xb1f238(0x1ae)](_0x50b787);const _0x5395ce={};_0x5395ce[_0xb1f238(0x19e)]=_0x50c9f3['egdPQ'],PerformanceTester[_0xb1f238(0x194)](PerformanceHookEvents['SDK_HOOK'],![],_0x50b787,_0x5395ce),PerformanceTester[_0xb1f238(0x194)](PerformanceEvents['SDK_TEST'],![],_0x50b787);}const _0x11dd5a={};_0x11dd5a[_0xb1f238(0x19e)]=_0x50c9f3[_0xb1f238(0xb5)],PerformanceTester[_0xb1f238(0x194)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x11dd5a);}),CodeceptJS[_0x577980(0x14b)][_0x577980(0x177)]['on'](CodeceptJS['event'][_0x577980(0x137)]['skipped'],_0x38429a=>{const _0x577867=_0x577980;PerformanceTester[_0x577867(0x182)](PerformanceHookEvents[_0x577867(0x100)]);try{const _0x14b9cd=_0x14976a['captureEvent'](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x38429a);CodeceptRecorder['add'](()=>_0x14976a['fireEvent'](TEST_EVENTS[_0x577867(0x10f)],_0x14b9cd)),PerformanceTester[_0x577867(0x194)](PerformanceEvents[_0x577867(0x178)]);}catch(_0x32a4b9){PerformanceTester[_0x577867(0x1ae)](_0x32a4b9),PerformanceTester['end'](PerformanceEvents[_0x577867(0x178)],![],_0x32a4b9);const _0x20ae53={};_0x20ae53['hookType']=_0x50c9f3[_0x577867(0x1ad)],PerformanceTester['end'](PerformanceHookEvents[_0x577867(0x100)],![],_0x32a4b9,_0x20ae53);}const _0x370cb2={};_0x370cb2[_0x577867(0x19e)]=_0x50c9f3['DyULz'],PerformanceTester['end'](PerformanceHookEvents[_0x577867(0x100)],!![],null,_0x370cb2);}),CodeceptJS[_0x577980(0x14b)][_0x577980(0x177)]['on'](CodeceptJS[_0x577980(0x14b)][_0x577980(0x137)][_0x577980(0xd7)],async(_0x6af4f1,_0xf49ca0)=>{const _0x5a106c=_0x577980,_0x51af5f={};_0x51af5f['dGrpL']=_0x50c9f3[_0x5a106c(0xe5)];const _0x2518f0=_0x51af5f;try{PerformanceTester[_0x5a106c(0x182)](PerformanceHookEvents[_0x5a106c(0x100)]);const _0x4e05e3=_0x50c9f3[_0x5a106c(0x121)](shouldScanTestForAccessibility,_0x6af4f1[_0x5a106c(0xb8)](),!![]);if(_0x50c9f3['PPsHH'](isAccessibilityAutomationSession)&&global[_0x5a106c(0x161)]&&_0x4e05e3){const _0xb38f8d={};_0xb38f8d[_0x5a106c(0xde)]=_0x6af4f1[_0x5a106c(0xf4)],_0xb38f8d['thBuildUuid']=process[_0x5a106c(0x18a)][testHubConstants['ENV_VAR'][_0x5a106c(0x115)]],_0xb38f8d[_0x5a106c(0xe8)]=process[_0x5a106c(0x18a)][testHubConstants[_0x5a106c(0x143)][_0x5a106c(0x12c)]];const _0x27b9cf=_0xb38f8d;logger['debug'](_0x5a106c(0xbb)+JSON[_0x5a106c(0x19c)](_0x27b9cf)),CodeceptRecorder[_0x5a106c(0xfa)](async()=>{const _0x4bce61=_0x5a106c,_0x1f6c03={};_0x1f6c03[_0x4bce61(0x170)]=_0x2518f0['dGrpL'],await PerformanceTester[_0x4bce61(0x190)](PerformanceA11yEvents[_0x4bce61(0x117)],async()=>{const _0x2751b5=_0x4bce61;await AccessibilityHelper[_0x2751b5(0x15f)](_0x266811,scripts['performScan']);},_0x1f6c03)(),await PerformanceTester[_0x4bce61(0x190)](PerformanceA11yEvents[_0x4bce61(0xb9)],async()=>{const _0x31f17b=_0x4bce61;await AccessibilityHelper['browserStackExecuteDriver'](_0x266811,scripts[_0x31f17b(0xb7)],_0x27b9cf);})();}),logger[_0x5a106c(0xe9)](_0x50c9f3[_0x5a106c(0x138)]);}const _0x53066e={};_0x53066e[_0x5a106c(0x19e)]=_0x50c9f3['Akinv'],PerformanceTester[_0x5a106c(0x194)](PerformanceHookEvents[_0x5a106c(0x100)],!![],null,_0x53066e);}catch(_0xd05b50){PerformanceTester[_0x5a106c(0x1ae)](_0xd05b50);const _0x3fea63={};_0x3fea63[_0x5a106c(0x19e)]=_0x50c9f3[_0x5a106c(0x14c)],PerformanceTester[_0x5a106c(0x194)](PerformanceHookEvents[_0x5a106c(0x100)],![],_0xd05b50,_0x3fea63);}}),CodeceptJS[_0x577980(0x14b)][_0x577980(0x177)]['on'](CodeceptJS[_0x577980(0x14b)][_0x577980(0xd3)][_0x577980(0xeb)],_0x4191b7=>{const _0x4df452=_0x577980;PerformanceTester[_0x4df452(0x182)](PerformanceHookEvents['SDK_HOOK']);try{process[_0x4df452(0x128)](_0x4df452(0x1a7)+process[_0x4df452(0x195)],{'timestamp':new Date()[_0x4df452(0x142)](),'level':_0x50c9f3[_0x4df452(0xb1)],'message':_0x4191b7,'kind':_0x50c9f3['riCvy'],'http_response':{}});}catch(_0x4e96cd){PerformanceTester[_0x4df452(0x1ae)](_0x4e96cd);const _0x8f14bd={};_0x8f14bd[_0x4df452(0x19e)]=_0x50c9f3[_0x4df452(0xc8)],PerformanceTester[_0x4df452(0x194)](PerformanceHookEvents[_0x4df452(0x100)],![],_0x4e96cd,_0x8f14bd);}const _0xfe0737={};_0xfe0737[_0x4df452(0x19e)]=_0x50c9f3[_0x4df452(0xc8)],PerformanceTester[_0x4df452(0x194)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0xfe0737);}),CodeceptJS[_0x577980(0x14b)][_0x577980(0x177)]['on'](CodeceptJS['event'][_0x577980(0xb6)]['before'],_0x27ddf0=>{const _0x2faf72=_0x577980,_0x5d2793={};_0x5d2793[_0x2faf72(0x19e)]=_0x50c9f3[_0x2faf72(0x120)],PerformanceTester['measureWrapper'](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x5e58f2=_0x2faf72;_0x14976a[_0x5e58f2(0x11b)](_0x27ddf0);},_0x5d2793)();}),CodeceptJS[_0x577980(0x14b)][_0x577980(0x177)]['on'](CodeceptJS[_0x577980(0x14b)]['bddStep'][_0x577980(0xd7)],_0x46a720=>{const _0x233dbc=_0x577980,_0x439b5c={};_0x439b5c[_0x233dbc(0x19e)]=_0x50c9f3['nmyrr'],PerformanceTester[_0x233dbc(0x190)](PerformanceHookEvents[_0x233dbc(0x100)],()=>{const _0x16e699=_0x233dbc;_0x14976a[_0x16e699(0x147)](_0x46a720);},_0x439b5c)();});};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a2_0x46d5e2=a2_0x5e92;(function(_0x3cf284,_0x171e14){const _0x687d47=a2_0x5e92,_0x87927=_0x3cf284();while(!![]){try{const _0xd22405=parseInt(_0x687d47(0x1dc))/0x1+parseInt(_0x687d47(0x205))/0x2*(parseInt(_0x687d47(0x216))/0x3)+-parseInt(_0x687d47(0x21b))/0x4*(parseInt(_0x687d47(0x256))/0x5)+parseInt(_0x687d47(0x1ce))/0x6*(-parseInt(_0x687d47(0x20d))/0x7)+parseInt(_0x687d47(0x24b))/0x8+-parseInt(_0x687d47(0x244))/0x9*(parseInt(_0x687d47(0x21d))/0xa)+parseInt(_0x687d47(0x25a))/0xb*(parseInt(_0x687d47(0x1e3))/0xc);if(_0xd22405===_0x171e14)break;else _0x87927['push'](_0x87927['shift']());}catch(_0x3aa182){_0x87927['push'](_0x87927['shift']());}}}(a2_0x2365,0xe6b06));const fs=require('fs'),path=require(a2_0x46d5e2(0x1d2)),util=require(a2_0x46d5e2(0x1c8)),process=require(a2_0x46d5e2(0x228)),logger=require(a2_0x46d5e2(0x23b))[a2_0x46d5e2(0x1dd)],{default:BrowserStackSetup}=require(a2_0x46d5e2(0x250)),helper=require(a2_0x46d5e2(0x1d3)),utilities=require(a2_0x46d5e2(0x23d)),{checkAccessibilityPlatformConfig}=require('../../helpers/accessibility-automation/helper'),{setAccessibilityCapabilities}=require(a2_0x46d5e2(0x239)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x46d5e2(0x1d3)),CodeceptJS=requireModule(a2_0x46d5e2(0x24a),a2_0x46d5e2(0x262)),testOpsHelper=require(a2_0x46d5e2(0x1f7)),TestHubHandler=require('../../helpers/testhub/testhubHandler'),constants=require(a2_0x46d5e2(0x252)),PerformanceTester=require(a2_0x46d5e2(0x1ed)),{FRAMEWORKS}=require(a2_0x46d5e2(0x1e4)),PerformanceEvents=require(a2_0x46d5e2(0x22c))['EVENTS'],ClientTroubleShootingService=require(a2_0x46d5e2(0x1ec)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x23745f,_0x57784f)=>{const _0x51024c=a2_0x46d5e2,_0x5f59da={};_0x5f59da[_0x51024c(0x24f)]=function(_0x3b8c0a,_0x2fa91d){return _0x3b8c0a===_0x2fa91d;},_0x5f59da['slLVB']=_0x51024c(0x1e9),_0x5f59da[_0x51024c(0x257)]=_0x51024c(0x24d);const _0x4c4d47=_0x5f59da;let _0x8ade44=null;const _0x5cad31={};let _0x3bcaa4=_0x57784f[_0x51024c(0x237)](_0x5c55cd=>_0x5c55cd===_0x51024c(0x1fe));_0x4c4d47[_0x51024c(0x24f)](_0x3bcaa4,-0x1)&&(_0x3bcaa4=_0x57784f[_0x51024c(0x237)](_0x543333=>_0x543333==='-c'));if(!helper[_0x51024c(0x260)](_0x23745f[_0x51024c(0x1de)])&&fs['existsSync'](path['join'](process[_0x51024c(0x24e)](),_0x23745f[_0x51024c(0x1de)])))_0x8ade44=path['join'](process['cwd'](),_0x23745f[_0x51024c(0x1de)]),_0x57784f['slice'](_0x3bcaa4,0x2);else{if(!helper[_0x51024c(0x260)](_0x23745f['c'])&&fs[_0x51024c(0x22b)](path['join'](process['cwd'](),_0x23745f['c'])))_0x8ade44=path['join'](process[_0x51024c(0x24e)](),_0x23745f['c']),_0x57784f[_0x51024c(0x1f2)](_0x3bcaa4,0x2);else{if(fs[_0x51024c(0x22b)](path[_0x51024c(0x20c)](process['cwd'](),_0x4c4d47['slLVB'])))_0x8ade44=path[_0x51024c(0x20c)](process['cwd'](),_0x4c4d47[_0x51024c(0x206)]);else fs[_0x51024c(0x22b)](path[_0x51024c(0x20c)](process[_0x51024c(0x24e)](),_0x4c4d47['nrfIm']))&&(_0x8ade44=path['join'](process[_0x51024c(0x24e)](),_0x4c4d47['nrfIm']));}}return process[_0x51024c(0x1f8)]['USER_CONFIG_DETAILS_PATH']=_0x8ade44,_0x8ade44;},getO11yRerunPattern=()=>{const _0x291ce6=a2_0x46d5e2,_0x51ca97=helper['isTrue'](process[_0x291ce6(0x1f8)]['BROWSERSTACK_RERUN']);if(_0x51ca97){const _0x45a177=process[_0x291ce6(0x1f8)][_0x291ce6(0x233)],_0x49fa99=[];if(helper[_0x291ce6(0x248)](_0x45a177)&&!helper['isUndefined'](_0x45a177)){_0x45a177[_0x291ce6(0x20e)](',')[_0x291ce6(0x261)](_0xa9024b=>{const _0x1eaa90=_0x291ce6;_0x49fa99[_0x1eaa90(0x253)]('('+_0xa9024b['trim']()+')');});const _0x4907e2='^'+_0x49fa99[_0x291ce6(0x20c)]('|')+'$';return _0x4907e2;}}return null;},a2_0x1c1e69={};a2_0x1c1e69['chrome']=a2_0x46d5e2(0x245),a2_0x1c1e69[a2_0x46d5e2(0x1d5)]=a2_0x46d5e2(0x245),a2_0x1c1e69['playwright-firefox']=a2_0x46d5e2(0x21c),a2_0x1c1e69[a2_0x46d5e2(0x242)]=a2_0x46d5e2(0x1d4);const pwToCodeceptBrowser=a2_0x1c1e69;function a2_0x5e92(_0x5f4173,_0x246b22){const _0x236587=a2_0x2365();return a2_0x5e92=function(_0x5e9295,_0x454c77){_0x5e9295=_0x5e9295-0x1bf;let _0x30d73b=_0x236587[_0x5e9295];return _0x30d73b;},a2_0x5e92(_0x5f4173,_0x246b22);}async function run(_0x83b086,_0x4f0996,_0x38e5e9){const _0x93737a=a2_0x46d5e2,_0x7a5185={'uvmnJ':function(_0xc4f069,_0x407c74){return _0xc4f069+_0x407c74;},'quvGp':function(_0x3eed1a,_0x42b744){return _0x3eed1a(_0x42b744);},'DGygb':function(_0x39ad93,_0x462ccc,_0x1d2dd9){return _0x39ad93(_0x462ccc,_0x1d2dd9);},'RFQMX':_0x93737a(0x1ff),'LGdjQ':function(_0x26d849){return _0x26d849();},'HUJGz':_0x93737a(0x229),'SYoMR':function(_0x3f5c6f){return _0x3f5c6f();},'SiBGc':_0x93737a(0x227),'kzjya':_0x93737a(0x20b),'FqUEQ':_0x93737a(0x241),'yugBL':'3|5|2|0|1|4','gSZJn':_0x93737a(0x211),'EIOKb':_0x93737a(0x1ee),'BEjRL':'WebDriver','OJmSD':function(_0x4566e7,_0x3f1693){return _0x4566e7!=_0x3f1693;},'vFiJg':function(_0x54ee34,_0x3f8d70){return _0x54ee34===_0x3f8d70;},'lWcxN':function(_0x54b5d0,_0x5304a1,_0x52fa60){return _0x54b5d0(_0x5304a1,_0x52fa60);},'KBMUk':_0x93737a(0x1ea),'axmag':function(_0x31a668,_0x37e1db){return _0x31a668(_0x37e1db);},'Wzcbc':function(_0x573ed3){return _0x573ed3();},'JddfV':function(_0x21b0c4,_0x43d78d){return _0x21b0c4*_0x43d78d;},'ZDOjG':function(_0x2931f7,_0xef3600,_0x1ba416){return _0x2931f7(_0xef3600,_0x1ba416);},'ZuzHr':_0x93737a(0x25b),'BZOmy':function(_0x57a899,_0x467bfa,_0x3326d9){return _0x57a899(_0x467bfa,_0x3326d9);},'pvvEg':'desiredCapabilities','ovtqV':_0x93737a(0x1f9),'pBqmB':_0x93737a(0x1f1),'EJLcv':'browserStackCwd'};await _0x38e5e9[_0x93737a(0x25f)](_0x83b086),await helper['handleApp'](_0x38e5e9[_0x93737a(0x1de)]);if(!_0x38e5e9[_0x93737a(0x1de)])return;process[_0x93737a(0x23a)]=_0x83b086[_0x93737a(0x23a)];_0x83b086[_0x93737a(0x23a)]&&(process['env'][_0x93737a(0x23a)]=_0x83b086[_0x93737a(0x23a)]);const _0x26942c=_0x7a5185[_0x93737a(0x263)](getUserCodeceptJSConfigs,_0x83b086,_0x4f0996);let _0x590681={};_0x26942c?(logger[_0x93737a(0x1e1)]('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0x26942c),_0x590681=CodeceptJS[_0x93737a(0x1de)][_0x93737a(0x1da)](_0x26942c)):logger[_0x93737a(0x1e1)](_0x7a5185['gSZJn']);let _0x56becb=![];_0x7a5185[_0x93737a(0x263)](nestedKeyValue,_0x590681,[_0x7a5185['RFQMX'],_0x7a5185['EIOKb']])&&(_0x56becb=!![]);const _0x7eccae=_0x56becb?_0x7a5185['EIOKb']:_0x7a5185[_0x93737a(0x1d1)];let _0x518925=!_0x56becb?helper[_0x93737a(0x204)](_0x38e5e9[_0x93737a(0x1de)]):![];!helper[_0x93737a(0x260)](_0x38e5e9['config'][_0x93737a(0x1cf)])&&(process[_0x93737a(0x1f8)][_0x93737a(0x1eb)]=JSON[_0x93737a(0x222)](_0x38e5e9[_0x93737a(0x1de)][_0x93737a(0x1cf)]));let _0x2a9ab7=_0x38e5e9[_0x93737a(0x1de)]['accessibility'];_0x2a9ab7=_0x2a9ab7||_0x7a5185['quvGp'](checkAccessibilityPlatformConfig,_0x38e5e9[_0x93737a(0x1de)]),process[_0x93737a(0x1f8)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x2a9ab7;_0x2a9ab7&&(_0x518925=!_0x2a9ab7);_0x7a5185[_0x93737a(0x1f5)](_0x38e5e9[_0x93737a(0x1de)]['testObservability'],null)?process[_0x93737a(0x1f8)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x38e5e9[_0x93737a(0x1de)][_0x93737a(0x215)]:process['env'][_0x93737a(0x225)]=_0x7a5185[_0x93737a(0x21e)](_0x7eccae,_0x7a5185[_0x93737a(0x1fb)]);const _0xab0616=_0x7a5185['lWcxN'](nestedKeyValue,_0x590681,[_0x7a5185[_0x93737a(0x1cd)]]),_0x31a9ce=_0xab0616&&!helper[_0x93737a(0x25c)](_0xab0616)?FRAMEWORKS[_0x93737a(0x201)]:FRAMEWORKS[_0x93737a(0x1e6)],_0xbe3c8e=await TestHubHandler['launchBuild'](_0x31a9ce,_0x38e5e9);_0x2a9ab7&&_0x7a5185[_0x93737a(0x230)](setAccessibilityCapabilities,_0x38e5e9[_0x93737a(0x1de)]);const _0x2e8571={},_0x430fe2=[],_0x3e5a97=_0x38e5e9[_0x93737a(0x1de)][_0x93737a(0x238)]||helper[_0x93737a(0x25e)](_0x83b086,_0x4f0996,_0x38e5e9[_0x93737a(0x1de)],constants[_0x93737a(0x243)]['CODECEPT'])||0x1;let _0x17e189=0x1;if(_0x7a5185[_0x93737a(0x1e0)](isBrowserstackInfra)){const _0x4cb4d6=helper[_0x93737a(0x1e5)](_0x38e5e9[_0x93737a(0x1de)],_0x518925,constants[_0x93737a(0x243)][_0x93737a(0x1e6)]);_0x4cb4d6['forEach'](_0x39656d=>{helper['setAdditionalCapabilities'](_0x39656d);}),helper[_0x93737a(0x247)](_0x38e5e9[_0x93737a(0x1de)])?_0x17e189=_0x7a5185['JddfV'](_0x3e5a97,_0x38e5e9[_0x93737a(0x1de)][_0x93737a(0x246)][_0x93737a(0x217)]):_0x17e189=_0x3e5a97,_0x4cb4d6[_0x93737a(0x1d6)](_0x10d079=>{const _0x4eac94=_0x93737a,_0x5cfcfa={'yJHxm':function(_0x368175,_0x4d1b27){const _0x2b08d0=a2_0x5e92;return _0x7a5185[_0x2b08d0(0x1c9)](_0x368175,_0x4d1b27);},'ayCfK':function(_0x45260d,_0xb8f724){const _0x3110b4=a2_0x5e92;return _0x7a5185[_0x3110b4(0x1ef)](_0x45260d,_0xb8f724);}},_0x428a40=_0x7a5185[_0x4eac94(0x1c9)](helper[_0x4eac94(0x1f4)](_0x10d079,'_'),'_'+Date['now']()),_0x3e7143=((()=>{const _0x2dee57=_0x4eac94;if(_0x56becb){const _0x328191=pwToCodeceptBrowser[_0x10d079['browserName']]||_0x10d079[_0x2dee57(0x1cc)];return{'browser':_0x328191,[_0x328191]:{'browserWSEndpoint':_0x5cfcfa['yJHxm'](helper[_0x2dee57(0x249)](_0x38e5e9['config']),_0x5cfcfa[_0x2dee57(0x1c3)](encodeURIComponent,JSON[_0x2dee57(0x222)](_0x10d079)))}};}const _0x142d68={};return _0x142d68[_0x2dee57(0x1db)]=_0x10d079,_0x142d68[_0x2dee57(0x209)]=_0x38e5e9[_0x2dee57(0x1de)][_0x2dee57(0x223)],_0x142d68[_0x2dee57(0x1df)]=_0x38e5e9[_0x2dee57(0x1de)][_0x2dee57(0x236)],_0x142d68;})()),_0x42fe47=_0x7a5185[_0x4eac94(0x263)](nestedKeyValue,_0x590681,[_0x7a5185[_0x4eac94(0x1bf)],_0x7eccae]);_0x2e8571[_0x428a40]=_0x42fe47?helper[_0x4eac94(0x202)](_0x3e7143,_0x42fe47):_0x3e7143;if(!_0x56becb){_0x2e8571[_0x428a40][_0x4eac94(0x25b)]=_0x10d079[_0x4eac94(0x1cc)]||_0x3e7143[_0x4eac94(0x25b)];if(_0x7a5185[_0x4eac94(0x220)](isBrowserstackInfra)){_0x2e8571[_0x428a40][_0x4eac94(0x1cb)]=constants[_0x4eac94(0x213)][_0x4eac94(0x1ca)](_0x7a5185[_0x4eac94(0x226)],'')[_0x4eac94(0x1ca)](/https?:\/\//,'');;_0x2e8571[_0x428a40]['path']=_0x7a5185[_0x4eac94(0x226)];}}_0x430fe2['push'](_0x428a40);});}else{_0x17e189=0x1;if(_0x56becb){const _0x1ca7ce=_0x7a5185[_0x93737a(0x25d)](nestedKeyValue,_0x590681,[_0x7a5185[_0x93737a(0x1bf)],_0x7eccae,_0x7a5185['ZuzHr']]),_0x58e996=_0x7a5185[_0x93737a(0x234)](nestedKeyValue,_0x590681,[_0x7a5185['RFQMX'],_0x7eccae,_0x1ca7ce]);if(_0x58e996&&_0x58e996[_0x93737a(0x235)]){const _0x215e9b={};_0x215e9b[_0x93737a(0x246)]=[],_0x58e996['browserWSEndpoint']=helper[_0x93737a(0x1e5)](Object[_0x93737a(0x214)]({},_0x38e5e9[_0x93737a(0x1de)],_0x215e9b),null,_0x31a9ce[_0x93737a(0x1f0)](),null,null,_0x58e996[_0x93737a(0x235)]);}}else{const _0x107d6c={};_0x107d6c[_0x93737a(0x246)]=[],_0x590681[_0x7a5185[_0x93737a(0x1bf)]][_0x7eccae][_0x7a5185[_0x93737a(0x23c)]]=helper['prepareCapabilities'](Object[_0x93737a(0x214)]({},_0x38e5e9[_0x93737a(0x1de)],_0x107d6c),null,_0x31a9ce[_0x93737a(0x1f0)](),_0x7a5185[_0x93737a(0x22d)](nestedKeyValue,_0x590681,[_0x7a5185[_0x93737a(0x1bf)],_0x7eccae,_0x7a5185['pvvEg']])||{},null,null);}_0x2e8571[_0x7a5185[_0x93737a(0x23e)]]=_0x590681,_0x430fe2[_0x93737a(0x253)](_0x7a5185[_0x93737a(0x23e)]);}const _0x18ba6f={};_0x18ba6f[_0x93737a(0x218)]=_0x26942c;const _0x3ee6de=_0x18ba6f,_0x551c50=path[_0x93737a(0x20c)](__dirname,_0x7a5185[_0x93737a(0x207)]),_0x5978f5=process['cwd']();process[_0x93737a(0x1f8)][_0x7a5185[_0x93737a(0x24c)]]=_0x5978f5,process[_0x93737a(0x254)](path[_0x93737a(0x259)](_0x26942c));const _0x5c969f=new CodeceptJS[(_0x93737a(0x203))](null,_0x3ee6de),_0x12b98e=_0x5c969f[_0x93737a(0x1d7)](_0x17e189),_0x17d006=testOpsHelper[_0x93737a(0x1c6)](),_0x4253fc=_0x430fe2[_0x93737a(0x261)](_0x3f486b=>{const _0x4c97a3=_0x93737a,_0xd9939b={};_0xd9939b[_0x4c97a3(0x1ee)]=_0x2e8571[_0x3f486b];const _0x542b24={};_0x542b24[_0x4c97a3(0x1c4)]=_0x2e8571[_0x3f486b];const _0x51ad13=_0x56becb?_0xd9939b:_0x542b24,_0x141080=_0x7a5185['LGdjQ'](getO11yRerunPattern),_0x2db56d={};_0x2db56d['helpers']=_0x51ad13;const _0x3f0fec={};_0x3f0fec[_0x4c97a3(0x20a)]=_0x551c50,_0x3f0fec[_0x4c97a3(0x22a)]=!![],_0x3f0fec['skipSessionName']=_0x38e5e9['config'][_0x4c97a3(0x1c0)][_0x4c97a3(0x221)],_0x3f0fec['skipSessionStatus']=_0x38e5e9[_0x4c97a3(0x1de)][_0x4c97a3(0x1c0)]['skipSessionStatus'],_0x3f0fec[_0x4c97a3(0x215)]=_0x17d006,_0x3f0fec[_0x4c97a3(0x1f6)]=_0x31a9ce;const _0x254cb0={};_0x254cb0[_0x4c97a3(0x208)]=_0x3f0fec;const _0x217a3b={};return _0x217a3b[_0x4c97a3(0x1d0)]=_0x254cb0,helper['mergeDeep']({},_0x590681,_0x7a5185[_0x4c97a3(0x22f)](isBrowserstackInfra)?_0x2db56d:{},_0x141080?{'grep':_0x141080}:{},_0x217a3b);});for(const _0x368a56 of _0x4253fc){for(const _0x1e074e of _0x12b98e){const _0xab1f99=_0x5c969f[_0x93737a(0x1e7)]();_0xab1f99[_0x93737a(0x224)](_0x1e074e),_0xab1f99['addConfig'](_0x368a56);const _0x4b95b8={};_0x4b95b8['config']=_0x26942c,_0xab1f99['addOptions'](Object[_0x93737a(0x214)](_0x4b95b8,_0x83b086));}}_0x5c969f['on'](CodeceptJS[_0x93737a(0x1f3)][_0x93737a(0x20f)][_0x93737a(0x212)],(_0x259634,_0x3dcdf2)=>{const _0x23101b=_0x93737a;console['log'](_0x7a5185[_0x23101b(0x219)],_0x259634[_0x23101b(0x1fc)]);const _0x22d16a={[_0x259634[_0x23101b(0x1fc)]]:_0x259634[_0x23101b(0x258)][_0x23101b(0x251)]};_testErrorData[_0x23101b(0x253)](_0x22d16a);}),_0x5c969f['on'](CodeceptJS[_0x93737a(0x1f3)][_0x93737a(0x20f)][_0x93737a(0x1e2)],async _0x321d84=>{const _0x1f4750=_0x93737a;console[_0x1f4750(0x22e)](_0x7a5185[_0x1f4750(0x255)],_0x321d84[_0x1f4750(0x1fc)]);}),_0x5c969f['on'](CodeceptJS[_0x93737a(0x1f3)][_0x93737a(0x20f)][_0x93737a(0x23f)],async _0x4198fe=>{const _0xbeb90b=_0x93737a;console[_0xbeb90b(0x22e)](_0x7a5185[_0xbeb90b(0x1fa)],_0x4198fe[_0xbeb90b(0x1fc)]);}),_0x5c969f['on'](CodeceptJS[_0x93737a(0x1f3)][_0x93737a(0x1fd)][_0x93737a(0x1c1)],async()=>{const _0x5c4b85=_0x93737a,_0x3bdcd0=_0x7a5185[_0x5c4b85(0x231)][_0x5c4b85(0x20e)]('|');let _0x3d08a6=0x0;while(!![]){switch(_0x3bdcd0[_0x3d08a6++]){case'0':utilities[_0x5c4b85(0x1c2)](_0x38e5e9);continue;case'1':try{await TestHubHandler[_0x5c4b85(0x232)]();}catch(_0x9802d){logger[_0x5c4b85(0x21f)]('Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20'+util[_0x5c4b85(0x1d8)](_0x9802d));}continue;case'2':testOpsHelper[_0x5c4b85(0x210)]();continue;case'3':PerformanceTester[_0x5c4b85(0x240)](PerformanceEvents[_0x5c4b85(0x200)]);continue;case'4':_0x5c969f[_0x5c4b85(0x1d9)]();continue;case'5':_0x38e5e9[_0x5c4b85(0x1e8)]=_testErrorData;continue;}break;}});async function _0x4bbe0b(){const _0x12baae=_0x93737a;try{await _0x5c969f[_0x12baae(0x1c5)](),await _0x5c969f[_0x12baae(0x1c7)]();}finally{process['chdir'](_0x5978f5),await _0x5c969f[_0x12baae(0x21a)]();}}PerformanceTester['end'](PerformanceEvents['SDK_SETUP']),_0x7a5185[_0x93737a(0x1e0)](_0x4bbe0b);}module['exports']=run;function a2_0x2365(){const _0x556fac=['require','Passed\x20:\x20','join','1923299SZSQiN','split','test','printBuildLink','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','failed','hubUrl','assign','testObservability','5099733cgjlst','length','testConfig','SiBGc','teardownAll','1196pPMCFi','firefox','2530knzYlc','vFiJg','debug','LGdjQ','skipSessionName','stringify','userName','addTests','BROWSERSTACK_TEST_OBSERVABILITY_YML','HUJGz','Failed\x20:\x20','process','/wd/hub','enabled','existsSync','../../helpers/performance/constants','lWcxN','log','SYoMR','axmag','yugBL','stop','BROWSERSTACK_RERUN_TESTS','BZOmy','browserWSEndpoint','accessKey','findIndex','parallelsPerPlatform','../../bin/playwright/accessibility-helper','profile','../../helpers/logger','pvvEg','../../helpers/utilities','ovtqV','before','start','Started\x20:\x20','playwright-webkit','FRAMEWORKS','39429RxJpCe','chromium','platforms','validPlatformsPresent','validateRerunTestList','getPlaywrightUrl','codeceptjs/lib/index.js','377112EaMoGF','EJLcv','codecept.json','cwd','JZPkS','../../helpers/BrowserStackSetup','stack','../utils/constants','push','chdir','kzjya','28745HiqzSE','nrfIm','err','dirname','3032546FARrPt','browser','isEmpty','ZDOjG','getUserWorkerCount','initialize','isUndefined','map','codeceptjs','DGygb','RFQMX','testContextOptions','result','finalExecution','ayCfK','WebDriver','bootstrapAll','isTestObservabilitySession','run','util','uvmnJ','replace','host','browserName','KBMUk','30dHvada','accessibilityOptions','plugins','BEjRL','path','../../helpers/helper','webkit','playwright-chromium','forEach','createGroupsOfSuites','format','printResults','load','desiredCapabilities','1193493OlnPkv','winstonLogger','config','key','Wzcbc','info','passed','96gBoNOE','../../helpers/test-observability/constants','prepareCapabilities','CODECEPT','spawn','errorMessage','codecept.conf.js','gherkin','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','../utils/clientTroubleshootingService','../../helpers/performance/performance-tester','Playwright','quvGp','toLowerCase','BrowserStackPlugin.js','slice','event','getPlatformName','OJmSD','frameworkName','../../helpers/test-observability/utils','env','root','FqUEQ','EIOKb','title','all','--config','helpers','SDK_CLEANUP','CODECEPT_CUCUMBER','mergeDeep','Workers','useW3C','2ADVPPx','slLVB','pBqmB','BrowserStackPlugin','user'];a2_0x2365=function(){return _0x556fac;};return a2_0x2365();}
|
|
2
|
+
'use strict';const a2_0x217893=a2_0x5455;(function(_0x2e000f,_0x1a079e){const _0x168e37=a2_0x5455,_0x56f667=_0x2e000f();while(!![]){try{const _0x2a0163=-parseInt(_0x168e37(0x1aa))/0x1*(parseInt(_0x168e37(0x1ab))/0x2)+-parseInt(_0x168e37(0x21e))/0x3*(-parseInt(_0x168e37(0x1ad))/0x4)+parseInt(_0x168e37(0x208))/0x5*(parseInt(_0x168e37(0x1a1))/0x6)+-parseInt(_0x168e37(0x1e9))/0x7+parseInt(_0x168e37(0x1de))/0x8+-parseInt(_0x168e37(0x1ed))/0x9+parseInt(_0x168e37(0x198))/0xa*(parseInt(_0x168e37(0x18c))/0xb);if(_0x2a0163===_0x1a079e)break;else _0x56f667['push'](_0x56f667['shift']());}catch(_0x1e1baa){_0x56f667['push'](_0x56f667['shift']());}}}(a2_0x27c6,0xa7343));function a2_0x27c6(){const _0xb19d27=['BROWSERSTACK_TEST_OBSERVABILITY_YML','winstonLogger','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','Started\x20:\x20','5978976zKppeB','push','WzarY','../../helpers/performance/constants','all','../../bin/playwright/accessibility-helper','Failed\x20:\x20','enabled','debug','process','lfieo','8316182UWssqE','CODECEPT','../utils/constants','isUndefined','4492044zfRxKe','skipSessionName','codeceptjs/lib/index.js','slice','../../helpers/helper','PxPjy','getUserWorkerCount','testContextOptions','trim','../utils/clientTroubleshootingService','profile','config','forEach','run','helpers','skipSessionStatus','WebDriver','format','prepareCapabilities','now','FRAMEWORKS','browser','event','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','testObservability','Playwright','FjGej','3187630qoXmrp','findIndex','fkEVw','playwright-chromium','addOptions','parallelsPerPlatform','USER_CONFIG_DETAILS_PATH','gherkin','playwright-firefox','spawn','title','Workers','handleApp','err','length','codeceptjs','path','kKngE','sriDY','exports','accessibilityOptions','log','186GLMhkA','jyPDv','EThAT','setAdditionalCapabilities','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','bootstrapAll','--config','assign','errorMessage','IdiOY','SDK_SETUP','chdir','desiredCapabilities','codecept.json','user','6626642gzMmPx','BrowserStackPlugin.js','../../helpers/BrowserStackSetup','SDK_CLEANUP','JucpX','key','testConfig','browserName','start','result','hubUrl','BrowserStackPlugin','20tLUxoA','niFUi','cwd','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','accessKey','../../helpers/test-observability/utils','playwright-webkit','firefox','map','6FtvRSV','EVENTS','toLowerCase','root','../../helpers/accessibility-automation/helper','userName','NXnfY','HYefC','finalExecution','257007wxSZwe','6mctVeh','5|3|2|1|0|4','35696wuXWcs','Passed\x20:\x20','browserWSEndpoint','NFvdr','platforms','yvrpk','zKUph','BROWSERSTACK_RERUN','plugins','CODECEPT_CUCUMBER','isTrue','env','existsSync','stringify','GCMtR','replace','join','validPlatformsPresent','end','addConfig','util','mergeDeep','passed','chromium','test','host','../../helpers/performance/performance-tester','QcZOp','TZDMp','initialize','KFEOb','info','before','../../helpers/logger','failed','teardownAll','isEmpty','accessibility','IVLSz','getPlatformName','dirname','../../helpers/test-observability/constants','split','codecept.conf.js','useW3C'];a2_0x27c6=function(){return _0xb19d27;};return a2_0x27c6();}const fs=require('fs'),path=require('path'),util=require(a2_0x217893(0x1c1)),process=require(a2_0x217893(0x1e7)),logger=require(a2_0x217893(0x1ce))[a2_0x217893(0x1db)],{default:BrowserStackSetup}=require(a2_0x217893(0x18e)),helper=require(a2_0x217893(0x1f1)),utilities=require('../../helpers/utilities'),{checkAccessibilityPlatformConfig}=require(a2_0x217893(0x1a5)),{setAccessibilityCapabilities}=require(a2_0x217893(0x1e3)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x217893(0x1f1)),CodeceptJS=requireModule(a2_0x217893(0x1ef),a2_0x217893(0x217)),testOpsHelper=require(a2_0x217893(0x19d)),TestHubHandler=require('../../helpers/testhub/testhubHandler'),constants=require(a2_0x217893(0x1eb)),PerformanceTester=require(a2_0x217893(0x1c7)),{FRAMEWORKS}=require(a2_0x217893(0x1d6)),PerformanceEvents=require(a2_0x217893(0x1e1))[a2_0x217893(0x1a2)],ClientTroubleShootingService=require(a2_0x217893(0x1f6)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x4ec207,_0x25a4bf)=>{const _0x3d7ba9=a2_0x217893,_0x48b2c0={};_0x48b2c0['JucpX']=function(_0x258aa2,_0xf9131){return _0x258aa2===_0xf9131;},_0x48b2c0[_0x3d7ba9(0x1c9)]=_0x3d7ba9(0x1d8),_0x48b2c0[_0x3d7ba9(0x1a7)]=_0x3d7ba9(0x18a);const _0x2a8ff9=_0x48b2c0;let _0x5b1527=null;const _0x2d59fb={};let _0x283b30=_0x25a4bf[_0x3d7ba9(0x209)](_0x15ff7d=>_0x15ff7d===_0x3d7ba9(0x183));_0x2a8ff9[_0x3d7ba9(0x190)](_0x283b30,-0x1)&&(_0x283b30=_0x25a4bf['findIndex'](_0x16cfe7=>_0x16cfe7==='-c'));if(!helper[_0x3d7ba9(0x1ec)](_0x4ec207[_0x3d7ba9(0x1f8)])&&fs[_0x3d7ba9(0x1b9)](path[_0x3d7ba9(0x1bd)](process[_0x3d7ba9(0x19a)](),_0x4ec207[_0x3d7ba9(0x1f8)])))_0x5b1527=path[_0x3d7ba9(0x1bd)](process['cwd'](),_0x4ec207[_0x3d7ba9(0x1f8)]),_0x25a4bf[_0x3d7ba9(0x1f0)](_0x283b30,0x2);else{if(!helper[_0x3d7ba9(0x1ec)](_0x4ec207['c'])&&fs[_0x3d7ba9(0x1b9)](path[_0x3d7ba9(0x1bd)](process[_0x3d7ba9(0x19a)](),_0x4ec207['c'])))_0x5b1527=path[_0x3d7ba9(0x1bd)](process[_0x3d7ba9(0x19a)](),_0x4ec207['c']),_0x25a4bf[_0x3d7ba9(0x1f0)](_0x283b30,0x2);else{if(fs['existsSync'](path[_0x3d7ba9(0x1bd)](process[_0x3d7ba9(0x19a)](),_0x2a8ff9[_0x3d7ba9(0x1c9)])))_0x5b1527=path[_0x3d7ba9(0x1bd)](process[_0x3d7ba9(0x19a)](),_0x2a8ff9[_0x3d7ba9(0x1c9)]);else fs[_0x3d7ba9(0x1b9)](path['join'](process[_0x3d7ba9(0x19a)](),_0x2a8ff9['NXnfY']))&&(_0x5b1527=path[_0x3d7ba9(0x1bd)](process[_0x3d7ba9(0x19a)](),_0x2a8ff9['NXnfY']));}}return process[_0x3d7ba9(0x1b8)][_0x3d7ba9(0x20e)]=_0x5b1527,_0x5b1527;},getO11yRerunPattern=()=>{const _0x11756d=a2_0x217893,_0x4d6773=helper[_0x11756d(0x1b7)](process[_0x11756d(0x1b8)][_0x11756d(0x1b4)]);if(_0x4d6773){const _0x503592=process[_0x11756d(0x1b8)]['BROWSERSTACK_RERUN_TESTS'],_0x55cb3c=[];if(helper['validateRerunTestList'](_0x503592)&&!helper['isUndefined'](_0x503592)){_0x503592['split'](',')[_0x11756d(0x1a0)](_0x16f3d6=>{const _0x386958=_0x11756d;_0x55cb3c[_0x386958(0x1df)]('('+_0x16f3d6[_0x386958(0x1f5)]()+')');});const _0x447e2d='^'+_0x55cb3c['join']('|')+'$';return _0x447e2d;}}return null;},a2_0x44528f={};function a2_0x5455(_0xdd16eb,_0x40f2af){const _0x27c6ac=a2_0x27c6();return a2_0x5455=function(_0x545536,_0x5b124e){_0x545536=_0x545536-0x182;let _0x1055e3=_0x27c6ac[_0x545536];return _0x1055e3;},a2_0x5455(_0xdd16eb,_0x40f2af);}a2_0x44528f['chrome']=a2_0x217893(0x1c4),a2_0x44528f[a2_0x217893(0x20b)]=a2_0x217893(0x1c4),a2_0x44528f[a2_0x217893(0x210)]=a2_0x217893(0x19f),a2_0x44528f[a2_0x217893(0x19e)]='webkit';const pwToCodeceptBrowser=a2_0x44528f;async function run(_0x183da8,_0x3b830a,_0xa2b4e1){const _0x56652d=a2_0x217893,_0x43a427={'oluSz':function(_0x3eef86,_0x3edc32){return _0x3eef86+_0x3edc32;},'HYefC':function(_0x2a3ef8,_0x42d96d){return _0x2a3ef8(_0x42d96d);},'ygzhF':function(_0x44b9ba,_0x4e1695){return _0x44b9ba+_0x4e1695;},'sriDY':function(_0x5f2fa9,_0x54f65d,_0x5daa41){return _0x5f2fa9(_0x54f65d,_0x5daa41);},'zKUph':_0x56652d(0x1fb),'fkEVw':function(_0x5bc894){return _0x5bc894();},'PxPjy':'/wd/hub','EThAT':_0x56652d(0x1e4),'niFUi':_0x56652d(0x1ae),'IVLSz':_0x56652d(0x1dd),'GCMtR':_0x56652d(0x1ac),'lfieo':_0x56652d(0x19b),'WzarY':_0x56652d(0x206),'IdiOY':_0x56652d(0x1fd),'jyPDv':function(_0x5fe6e1,_0x25a3d3){return _0x5fe6e1!=_0x25a3d3;},'FjGej':function(_0x43907b,_0x310f0e){return _0x43907b===_0x310f0e;},'KFEOb':function(_0xef3682,_0x576442,_0x941387){return _0xef3682(_0x576442,_0x941387);},'NFvdr':_0x56652d(0x20f),'yGSZp':function(_0x16f031,_0x12dcb9){return _0x16f031(_0x12dcb9);},'nqBCk':function(_0x13d67b,_0x267521){return _0x13d67b*_0x267521;},'HAQcx':_0x56652d(0x202),'QcZOp':'desiredCapabilities','yvrpk':_0x56652d(0x1a4),'mgmru':_0x56652d(0x18d),'kKngE':'browserStackCwd'};await _0xa2b4e1[_0x56652d(0x1ca)](_0x183da8),await helper[_0x56652d(0x214)](_0xa2b4e1[_0x56652d(0x1f8)]);if(!_0xa2b4e1['config'])return;process[_0x56652d(0x1f7)]=_0x183da8[_0x56652d(0x1f7)];_0x183da8[_0x56652d(0x1f7)]&&(process['env'][_0x56652d(0x1f7)]=_0x183da8['profile']);const _0x34b9cc=_0x43a427[_0x56652d(0x21a)](getUserCodeceptJSConfigs,_0x183da8,_0x3b830a);let _0x10e859={};_0x34b9cc?(logger[_0x56652d(0x1cc)](_0x56652d(0x204)+_0x34b9cc),_0x10e859=CodeceptJS[_0x56652d(0x1f8)]['load'](_0x34b9cc)):logger['info'](_0x43a427[_0x56652d(0x1e8)]);let _0x52b8e8=![];_0x43a427['sriDY'](nestedKeyValue,_0x10e859,[_0x43a427[_0x56652d(0x1b3)],_0x43a427[_0x56652d(0x1e0)]])&&(_0x52b8e8=!![]);const _0x2d7218=_0x52b8e8?_0x43a427[_0x56652d(0x1e0)]:_0x43a427[_0x56652d(0x186)];let _0x1ba752=!_0x52b8e8?helper[_0x56652d(0x1d9)](_0xa2b4e1[_0x56652d(0x1f8)]):![];!helper[_0x56652d(0x1ec)](_0xa2b4e1[_0x56652d(0x1f8)][_0x56652d(0x21c)])&&(process['env'][_0x56652d(0x1dc)]=JSON['stringify'](_0xa2b4e1[_0x56652d(0x1f8)][_0x56652d(0x21c)]));let _0x4e4026=_0xa2b4e1[_0x56652d(0x1f8)][_0x56652d(0x1d2)];_0x4e4026=_0x4e4026||_0x43a427[_0x56652d(0x1a8)](checkAccessibilityPlatformConfig,_0xa2b4e1[_0x56652d(0x1f8)]),process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x4e4026;_0x4e4026&&(_0x1ba752=!_0x4e4026);_0x43a427[_0x56652d(0x21f)](_0xa2b4e1[_0x56652d(0x1f8)]['testObservability'],null)?process[_0x56652d(0x1b8)][_0x56652d(0x1da)]=_0xa2b4e1[_0x56652d(0x1f8)][_0x56652d(0x205)]:process[_0x56652d(0x1b8)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x43a427[_0x56652d(0x207)](_0x2d7218,_0x43a427['WzarY']);const _0x32df6b=_0x43a427[_0x56652d(0x1cb)](nestedKeyValue,_0x10e859,[_0x43a427[_0x56652d(0x1b0)]]),_0x96c75=_0x32df6b&&!helper[_0x56652d(0x1d1)](_0x32df6b)?FRAMEWORKS[_0x56652d(0x1b6)]:FRAMEWORKS['CODECEPT'],_0x6f7316=await TestHubHandler['launchBuild'](_0x96c75,_0xa2b4e1);_0x4e4026&&_0x43a427['yGSZp'](setAccessibilityCapabilities,_0xa2b4e1['config']);const _0x14d0bc={},_0x198dda=[],_0x2bba92=_0xa2b4e1['config'][_0x56652d(0x20d)]||helper[_0x56652d(0x1f3)](_0x183da8,_0x3b830a,_0xa2b4e1['config'],constants[_0x56652d(0x201)][_0x56652d(0x1ea)])||0x1;let _0x124395=0x1;if(_0x43a427[_0x56652d(0x20a)](isBrowserstackInfra)){const _0x4c908e=helper[_0x56652d(0x1ff)](_0xa2b4e1[_0x56652d(0x1f8)],_0x1ba752,constants[_0x56652d(0x201)]['CODECEPT']);_0x4c908e[_0x56652d(0x1f9)](_0x1ddfc2=>{const _0x41425c=_0x56652d;helper[_0x41425c(0x221)](_0x1ddfc2);}),helper[_0x56652d(0x1be)](_0xa2b4e1['config'])?_0x124395=_0x43a427['nqBCk'](_0x2bba92,_0xa2b4e1[_0x56652d(0x1f8)][_0x56652d(0x1b1)][_0x56652d(0x216)]):_0x124395=_0x2bba92,_0x4c908e[_0x56652d(0x1f9)](_0x5d7580=>{const _0x7ca42c=_0x56652d,_0x42e858=_0x43a427['ygzhF'](helper[_0x7ca42c(0x1d4)](_0x5d7580,'_'),'_'+Date[_0x7ca42c(0x200)]()),_0x538259=((()=>{const _0x6122d1=_0x7ca42c;if(_0x52b8e8){const _0xbfa084=pwToCodeceptBrowser[_0x5d7580[_0x6122d1(0x193)]]||_0x5d7580[_0x6122d1(0x193)];return{'browser':_0xbfa084,[_0xbfa084]:{'browserWSEndpoint':_0x43a427['oluSz'](helper['getPlaywrightUrl'](_0xa2b4e1['config']),_0x43a427[_0x6122d1(0x1a8)](encodeURIComponent,JSON[_0x6122d1(0x1ba)](_0x5d7580)))}};}const _0xe1557b={};return _0xe1557b[_0x6122d1(0x189)]=_0x5d7580,_0xe1557b[_0x6122d1(0x18b)]=_0xa2b4e1[_0x6122d1(0x1f8)][_0x6122d1(0x1a6)],_0xe1557b[_0x6122d1(0x191)]=_0xa2b4e1['config'][_0x6122d1(0x19c)],_0xe1557b;})()),_0x1223db=_0x43a427[_0x7ca42c(0x21a)](nestedKeyValue,_0x10e859,[_0x43a427['zKUph'],_0x2d7218]);_0x14d0bc[_0x42e858]=_0x1223db?helper['mergeDeep'](_0x538259,_0x1223db):_0x538259;if(!_0x52b8e8){_0x14d0bc[_0x42e858][_0x7ca42c(0x202)]=_0x5d7580['browserName']||_0x538259[_0x7ca42c(0x202)];if(_0x43a427[_0x7ca42c(0x20a)](isBrowserstackInfra)){_0x14d0bc[_0x42e858][_0x7ca42c(0x1c6)]=constants[_0x7ca42c(0x196)][_0x7ca42c(0x1bc)](_0x43a427[_0x7ca42c(0x1f2)],'')[_0x7ca42c(0x1bc)](/https?:\/\//,'');;_0x14d0bc[_0x42e858][_0x7ca42c(0x218)]=_0x43a427[_0x7ca42c(0x1f2)];}}_0x198dda[_0x7ca42c(0x1df)](_0x42e858);});}else{_0x124395=0x1;if(_0x52b8e8){const _0x260d79=_0x43a427[_0x56652d(0x1cb)](nestedKeyValue,_0x10e859,[_0x43a427[_0x56652d(0x1b3)],_0x2d7218,_0x43a427['HAQcx']]),_0x2fcd97=_0x43a427[_0x56652d(0x1cb)](nestedKeyValue,_0x10e859,[_0x43a427[_0x56652d(0x1b3)],_0x2d7218,_0x260d79]);if(_0x2fcd97&&_0x2fcd97[_0x56652d(0x1af)]){const _0x4f2b8f={};_0x4f2b8f[_0x56652d(0x1b1)]=[],_0x2fcd97[_0x56652d(0x1af)]=helper[_0x56652d(0x1ff)](Object['assign']({},_0xa2b4e1[_0x56652d(0x1f8)],_0x4f2b8f),null,_0x96c75[_0x56652d(0x1a3)](),null,null,_0x2fcd97[_0x56652d(0x1af)]);}}else{const _0x4e311b={};_0x4e311b['platforms']=[],_0x10e859[_0x43a427[_0x56652d(0x1b3)]][_0x2d7218][_0x43a427['QcZOp']]=helper[_0x56652d(0x1ff)](Object['assign']({},_0xa2b4e1[_0x56652d(0x1f8)],_0x4e311b),null,_0x96c75[_0x56652d(0x1a3)](),_0x43a427[_0x56652d(0x21a)](nestedKeyValue,_0x10e859,[_0x43a427[_0x56652d(0x1b3)],_0x2d7218,_0x43a427[_0x56652d(0x1c8)]])||{},null,null);}_0x14d0bc[_0x43a427['yvrpk']]=_0x10e859,_0x198dda[_0x56652d(0x1df)](_0x43a427[_0x56652d(0x1b2)]);}const _0x34b0e0={};_0x34b0e0[_0x56652d(0x192)]=_0x34b9cc;const _0x2885e5=_0x34b0e0,_0x37d191=path[_0x56652d(0x1bd)](__dirname,_0x43a427['mgmru']),_0x3eec92=process['cwd']();process[_0x56652d(0x1b8)][_0x43a427[_0x56652d(0x219)]]=_0x3eec92,process[_0x56652d(0x188)](path[_0x56652d(0x1d5)](_0x34b9cc));const _0x330d22=new CodeceptJS[(_0x56652d(0x213))](null,_0x2885e5),_0x260af8=_0x330d22['createGroupsOfSuites'](_0x124395),_0x5baea1=testOpsHelper['isTestObservabilitySession'](),_0x37ff4b=_0x198dda[_0x56652d(0x1a0)](_0x54e460=>{const _0x5bf151=_0x56652d,_0x1d2482={};_0x1d2482[_0x5bf151(0x206)]=_0x14d0bc[_0x54e460];const _0x30fcdf={};_0x30fcdf[_0x5bf151(0x1fd)]=_0x14d0bc[_0x54e460];const _0x28f108=_0x52b8e8?_0x1d2482:_0x30fcdf,_0x526ea0=_0x43a427['fkEVw'](getO11yRerunPattern),_0x2cf59b={};_0x2cf59b[_0x5bf151(0x1fb)]=_0x28f108;const _0x4dd1d6={};_0x4dd1d6['require']=_0x37d191,_0x4dd1d6[_0x5bf151(0x1e5)]=!![],_0x4dd1d6[_0x5bf151(0x1ee)]=_0xa2b4e1[_0x5bf151(0x1f8)][_0x5bf151(0x1f4)][_0x5bf151(0x1ee)],_0x4dd1d6[_0x5bf151(0x1fc)]=_0xa2b4e1[_0x5bf151(0x1f8)][_0x5bf151(0x1f4)][_0x5bf151(0x1fc)],_0x4dd1d6[_0x5bf151(0x205)]=_0x5baea1,_0x4dd1d6['frameworkName']=_0x96c75;const _0x2cca0e={};_0x2cca0e[_0x5bf151(0x197)]=_0x4dd1d6;const _0x381f5e={};return _0x381f5e[_0x5bf151(0x1b5)]=_0x2cca0e,helper[_0x5bf151(0x1c2)]({},_0x10e859,_0x43a427[_0x5bf151(0x20a)](isBrowserstackInfra)?_0x2cf59b:{},_0x526ea0?{'grep':_0x526ea0}:{},_0x381f5e);});for(const _0x3f3690 of _0x37ff4b){for(const _0x503caf of _0x260af8){const _0x2e1433=_0x330d22[_0x56652d(0x211)]();_0x2e1433['addTests'](_0x503caf),_0x2e1433[_0x56652d(0x1c0)](_0x3f3690);const _0x39c2f3={};_0x39c2f3[_0x56652d(0x1f8)]=_0x34b9cc,_0x2e1433[_0x56652d(0x20c)](Object[_0x56652d(0x184)](_0x39c2f3,_0x183da8));}}_0x330d22['on'](CodeceptJS[_0x56652d(0x203)][_0x56652d(0x1c5)][_0x56652d(0x1cf)],(_0x4c43ec,_0x2900c5)=>{const _0x20a315=_0x56652d;console[_0x20a315(0x21d)](_0x43a427[_0x20a315(0x220)],_0x4c43ec['title']);const _0x539dfb={[_0x4c43ec[_0x20a315(0x212)]]:_0x4c43ec[_0x20a315(0x215)]['stack']};_testErrorData[_0x20a315(0x1df)](_0x539dfb);}),_0x330d22['on'](CodeceptJS[_0x56652d(0x203)][_0x56652d(0x1c5)][_0x56652d(0x1c3)],async _0x319d4d=>{const _0x54226d=_0x56652d;console[_0x54226d(0x21d)](_0x43a427[_0x54226d(0x199)],_0x319d4d[_0x54226d(0x212)]);}),_0x330d22['on'](CodeceptJS[_0x56652d(0x203)]['test'][_0x56652d(0x1cd)],async _0x38edb0=>{const _0x5326d2=_0x56652d;console['log'](_0x43a427[_0x5326d2(0x1d3)],_0x38edb0[_0x5326d2(0x212)]);}),_0x330d22['on'](CodeceptJS[_0x56652d(0x203)][_0x56652d(0x1e2)][_0x56652d(0x195)],async()=>{const _0x1da1b5=_0x56652d,_0x2c9f59=_0x43a427[_0x1da1b5(0x1bb)][_0x1da1b5(0x1d7)]('|');let _0x46cb50=0x0;while(!![]){switch(_0x2c9f59[_0x46cb50++]){case'0':try{await TestHubHandler['stop']();}catch(_0xe360c6){logger[_0x1da1b5(0x1e6)](_0x1da1b5(0x222)+util[_0x1da1b5(0x1fe)](_0xe360c6));}continue;case'1':utilities[_0x1da1b5(0x1a9)](_0xa2b4e1);continue;case'2':testOpsHelper['printBuildLink']();continue;case'3':_0xa2b4e1[_0x1da1b5(0x185)]=_testErrorData;continue;case'4':_0x330d22['printResults']();continue;case'5':PerformanceTester[_0x1da1b5(0x194)](PerformanceEvents[_0x1da1b5(0x18f)]);continue;}break;}});async function _0x29a6ee(){const _0x4cb721=_0x56652d;try{await _0x330d22[_0x4cb721(0x182)](),await _0x330d22[_0x4cb721(0x1fa)]();}finally{process[_0x4cb721(0x188)](_0x3eec92),await _0x330d22[_0x4cb721(0x1d0)]();}}PerformanceTester[_0x56652d(0x1bf)](PerformanceEvents[_0x56652d(0x187)]),_0x43a427[_0x56652d(0x20a)](_0x29a6ee);}module[a2_0x217893(0x21b)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a3_0x4501(){const _0x5a3ad2=['processWebDriverConfig','get','1347UdocyH','4459380aWWxtt','WebDriver','../../helpers/test-observability/utils','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','gjnCa','SVZFA','platformVersion','ofLZa','UtZOZ','11oUPIWu','browser_version','5428820DHEOyL','GMOxL','22008auMfND','vHQEd','LdNep','warn','bstack:options','sessionId','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','browserWSEndpoint','Playwright','browser','../../helpers/helper','latest','../../helpers/logger','aylWQ','caps','ryYlW','yIhnj','inMlq','NCojn','bownC','cBDcX','winstonLogger','platform_version','952KBdwiW','BficU','capabilities','fetchPlatformDetails','BBaig','config','browserstack_accessibility_automation_script','accessibilityPlatform','__cloud_provider___','includes','zdswf','266vRDaey','184363vsfcwe','platformName','29988eeIQeG','JpEnI','218320GOKsgs','asmvA','BJdii','name','BtgWJ','HaCNF','bsSessionId','constructor','getDetails','browserVersion','desiredCapabilities','browserName','1272bfMHfX','fhOam','XVSmz','aexxc','browserstack_executor','tjjcW','QoXXX','FSkgz','string','shouldPatchExecuteScript','xHgEX'];a3_0x4501=function(){return _0x5a3ad2;};return a3_0x4501();}function a3_0x5bdd(_0xb14a2e,_0x43b072){const _0x450179=a3_0x4501();return a3_0x5bdd=function(_0x5bdd10,_0x4d5632){_0x5bdd10=_0x5bdd10-0x10b;let _0x59f43d=_0x450179[_0x5bdd10];return _0x59f43d;},a3_0x5bdd(_0xb14a2e,_0x43b072);}const a3_0xf672cd=a3_0x5bdd;(function(_0x24f81b,_0x2bc321){const _0x1d0a13=a3_0x5bdd,_0x3b1fef=_0x24f81b();while(!![]){try{const _0x544f85=parseInt(_0x1d0a13(0x11e))/0x1+-parseInt(_0x1d0a13(0x12e))/0x2*(parseInt(_0x1d0a13(0x13b))/0x3)+-parseInt(_0x1d0a13(0x122))/0x4+parseInt(_0x1d0a13(0x13c))/0x5+parseInt(_0x1d0a13(0x14a))/0x6*(-parseInt(_0x1d0a13(0x11d))/0x7)+-parseInt(_0x1d0a13(0x112))/0x8*(-parseInt(_0x1d0a13(0x120))/0x9)+-parseInt(_0x1d0a13(0x148))/0xa*(parseInt(_0x1d0a13(0x146))/0xb);if(_0x544f85===_0x2bc321)break;else _0x3b1fef['push'](_0x3b1fef['shift']());}catch(_0xbd8ad7){_0x3b1fef['push'](_0x3b1fef['shift']());}}}(a3_0x4501,0x6df21));const {isUndefined,nestedKeyValue}=require(a3_0xf672cd(0x154)),logger=require(a3_0xf672cd(0x156))[a3_0xf672cd(0x110)],PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),{getObservabilityLinkedProductName}=require(a3_0xf672cd(0x13e)),getOSVersionFromCaps=_0x23bcf1=>{const _0x54187c=a3_0xf672cd,_0x855e78={};_0x855e78[_0x54187c(0x145)]=_0x54187c(0x14e),_0x855e78[_0x54187c(0x144)]=_0x54187c(0x143),_0x855e78['BtgWJ']=_0x54187c(0x111),_0x855e78[_0x54187c(0x10d)]='osVersion',_0x855e78[_0x54187c(0x113)]='os_version';const _0x51fe5e=_0x855e78;if(!_0x23bcf1)return null;const _0xba5b4f=_0x23bcf1[_0x51fe5e[_0x54187c(0x145)]],_0x52d274=[_0x51fe5e[_0x54187c(0x144)],_0x51fe5e[_0x54187c(0x126)],_0x51fe5e[_0x54187c(0x10d)],_0x51fe5e[_0x54187c(0x113)]];for(const _0x2a205a of _0x52d274){if(_0xba5b4f&&_0xba5b4f[_0x2a205a])return _0xba5b4f[_0x2a205a];else{if(_0x23bcf1[_0x2a205a])return _0x23bcf1[_0x2a205a];}}return null;};exports[a3_0xf672cd(0x115)]=_0x5b84cb=>{const _0x56582d=a3_0xf672cd,_0x46afda={'LHpIi':'unknown_grid','JpEnI':function(_0x2794c4,_0x565c8f){return _0x2794c4===_0x565c8f;},'XVSmz':_0x56582d(0x13d),'UgzKm':function(_0x4deed2,_0x46ca60){return _0x4deed2(_0x46ca60);},'ryYlW':function(_0x173ab6,_0x3d9f56,_0x5a9342){return _0x173ab6(_0x3d9f56,_0x5a9342);},'yIhnj':_0x56582d(0x117),'SVZFA':_0x56582d(0x12c),'vHQEd':function(_0x287c8f,_0x2eb4c8){return _0x287c8f(_0x2eb4c8);},'zdswf':_0x56582d(0x152),'asmvA':_0x56582d(0x153),'LdNep':_0x56582d(0x151),'BJdii':_0x56582d(0x158),'BBaig':function(_0x551950,_0x3634a5){return _0x551950(_0x3634a5);}};if(!_0x5b84cb)return null;let _0x2c28e5=global[_0x56582d(0x11a)]||_0x46afda['LHpIi'];if(_0x46afda[_0x56582d(0x121)](_0x5b84cb[_0x56582d(0x129)][_0x56582d(0x125)],_0x46afda[_0x56582d(0x130)])){const _0x37495f=_0x5b84cb[_0x56582d(0x153)];if(!_0x37495f)return null;const _0x3ed524=_0x37495f['capabilities'],_0x54c1b9=_0x46afda['UgzKm'](getOSVersionFromCaps,_0x46afda[_0x56582d(0x159)](nestedKeyValue,_0x5b84cb,[_0x46afda[_0x56582d(0x10b)],_0x46afda[_0x56582d(0x142)]]));return{[_0x2c28e5]:{'browser':_0x3ed524[_0x56582d(0x12d)],'browser_version':_0x3ed524[_0x56582d(0x12b)],'capabilities':_0x3ed524,'platform':_0x3ed524[_0x56582d(0x11f)],'platform_version':_0x3ed524[_0x56582d(0x143)]||_0x54c1b9,'product':_0x46afda[_0x56582d(0x14b)](getObservabilityLinkedProductName,_0x3ed524),'session_id':_0x37495f[_0x56582d(0x14f)]}};}else{if(_0x46afda['JpEnI'](_0x5b84cb[_0x56582d(0x129)][_0x56582d(0x125)],_0x46afda[_0x56582d(0x11c)])){const _0x1a0565=PlaywrightSessionDetails[_0x56582d(0x12a)]();_0x2c28e5=_0x1a0565['cloudProvider']||_0x2c28e5;const _0x5b7dd8=_0x46afda[_0x56582d(0x159)](nestedKeyValue,_0x5b84cb,[_0x46afda[_0x56582d(0x10b)],_0x46afda[_0x56582d(0x123)],_0x46afda[_0x56582d(0x14c)]]),_0x45e9ea=_0x5b7dd8?JSON['parse'](new URL(_0x5b7dd8)['searchParams'][_0x56582d(0x13a)](_0x46afda[_0x56582d(0x124)])):{};return{[_0x2c28e5]:{'browser':_0x1a0565[_0x56582d(0x153)]||_0x45e9ea[_0x56582d(0x12d)],'browser_version':_0x1a0565[_0x56582d(0x147)]||_0x45e9ea[_0x56582d(0x147)],'capabilities':_0x45e9ea,'platform':_0x1a0565['platform'],'platform_version':_0x1a0565[_0x56582d(0x111)],'product':_0x46afda[_0x56582d(0x116)](getObservabilityLinkedProductName,_0x45e9ea),'session_id':_0x1a0565[_0x56582d(0x128)]}};}}},exports[a3_0xf672cd(0x139)]=_0x5bb8c7=>{const _0x2b38c5=a3_0xf672cd,_0x499d41={'WvxbS':function(_0x5cbea2){return _0x5cbea2();},'GMOxL':function(_0x16bb0e,_0x131a97){return _0x16bb0e===_0x131a97;},'tjjcW':_0x2b38c5(0x155),'cBDcX':function(_0x25c50c,_0x1b3b26){return _0x25c50c>_0x1b3b26;},'gjnCa':function(_0x19993b,_0x223579){return _0x19993b(_0x223579);},'bownC':_0x2b38c5(0x150),'FSkgz':'chrome','PEXiH':function(_0x4c5611,_0x28567f){return _0x4c5611===_0x28567f;},'QoXXX':'playwright-chromium','fhOam':_0x2b38c5(0x13f),'HaCNF':function(_0x49ff50,_0x285ccd){return _0x49ff50(_0x285ccd);},'SGich':_0x2b38c5(0x140)};if(_0x499d41['WvxbS'](isAccessibilityAutomationSession)){const _0x4e5bdb=_0x5bb8c7[_0x2b38c5(0x153)],_0x4c5f6a=_0x4e5bdb[_0x2b38c5(0x114)];global[_0x2b38c5(0x119)]=!![],!(_0x499d41[_0x2b38c5(0x149)](_0x4c5f6a['browserVersion'],_0x499d41[_0x2b38c5(0x133)])||_0x499d41[_0x2b38c5(0x10f)](_0x499d41[_0x2b38c5(0x141)](parseInt,_0x4c5f6a[_0x2b38c5(0x12b)]),0x5e))&&(logger[_0x2b38c5(0x14d)](_0x499d41[_0x2b38c5(0x10e)]),global['accessibilityPlatform']=![]),!(_0x499d41[_0x2b38c5(0x149)](_0x4c5f6a[_0x2b38c5(0x12d)],_0x499d41[_0x2b38c5(0x135)])||_0x499d41['PEXiH'](_0x4c5f6a['browserName'],_0x499d41[_0x2b38c5(0x134)]))&&(logger['warn'](_0x499d41[_0x2b38c5(0x12f)]),global[_0x2b38c5(0x119)]=![]),!_0x499d41[_0x2b38c5(0x127)](isUndefined,_0x4c5f6a['deviceName'])&&(logger[_0x2b38c5(0x14d)](_0x499d41['SGich']),global[_0x2b38c5(0x119)]=![]);}},exports[a3_0xf672cd(0x137)]=_0x11f4c0=>{const _0x28e85c=a3_0xf672cd,_0x5ef100={};_0x5ef100[_0x28e85c(0x10c)]=function(_0x1ed51c,_0x41215a){return _0x1ed51c!==_0x41215a;},_0x5ef100[_0x28e85c(0x131)]=_0x28e85c(0x136),_0x5ef100[_0x28e85c(0x138)]=_0x28e85c(0x132),_0x5ef100[_0x28e85c(0x157)]=_0x28e85c(0x118);const _0x1707ee=_0x5ef100;if(!_0x11f4c0)return![];else{if(_0x1707ee[_0x28e85c(0x10c)](typeof _0x11f4c0,_0x1707ee[_0x28e85c(0x131)]))return!![];}return!_0x11f4c0[_0x28e85c(0x11b)](_0x1707ee['xHgEX'])&&!_0x11f4c0['includes'](_0x1707ee[_0x28e85c(0x157)]);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a4_0x491d(_0x172d08,_0x431716){const _0x5b717a=a4_0x5b71();return a4_0x491d=function(_0x491d81,_0xb87b77){_0x491d81=_0x491d81-0xe0;let _0x300dcc=_0x5b717a[_0x491d81];return _0x300dcc;},a4_0x491d(_0x172d08,_0x431716);}const a4_0x5c783e=a4_0x491d;(function(_0x4d8d9a,_0x1e7353){const _0x2343a5=a4_0x491d,_0xd12ba=_0x4d8d9a();while(!![]){try{const _0x2ff124=parseInt(_0x2343a5(0x165))/0x1+parseInt(_0x2343a5(0x12f))/0x2+-parseInt(_0x2343a5(0x159))/0x3+-parseInt(_0x2343a5(0x14e))/0x4+-parseInt(_0x2343a5(0x1bf))/0x5*(-parseInt(_0x2343a5(0x1bc))/0x6)+-parseInt(_0x2343a5(0x1ca))/0x7+-parseInt(_0x2343a5(0x19e))/0x8*(-parseInt(_0x2343a5(0x1d7))/0x9);if(_0x2ff124===_0x1e7353)break;else _0xd12ba['push'](_0xd12ba['shift']());}catch(_0x103086){_0xd12ba['push'](_0xd12ba['shift']());}}}(a4_0x5b71,0xe7306));function a4_0x5b71(){const _0x317974=['getInstance','STATE_FAILED','JAFzG','apply','obsBrowserTypeMockApplied','mapTestHooks','xgXwj','forEach','../utils/constants','parent','result','ctx','push','BmIuj','dirname','test','VVVTT','mwDbn','integrations','DQkeq','inspect','uEVAR','config','finished_at','toISOString','BvIpO','failed','kgkQo','rbBun','skipped','BiQtJ','cHmLt','./helper.js','enabled','logs','tags','match','err','captureEvent','frameworkName','initializeBddStep','BROWSERSTACK','nUXqd','3313754dFjLcZ','CODECEPT','codeceptjs','tilZE','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','hookAnalyticsId','vqrTX','gXcCY','stepAnalyticsId','TUjwl','message','../mocha/test-observability/mochaUtils','failure','File\x20path\x20could\x20not\x20be\x20found','yYuWl','ZLyFv','suites','TJGYR','EjOBt','wAsjh','../../helpers/test-observability/sessionHandler','hook_run_uuid','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','iehLk','_beforeEach','__cloud_provider___','../../helpers/testhub/utils.js','TEST_RUN_FINISHED','zlpRl','failure_reason_expanded','launch','3041320LzDwnn','TEST_REPORTING_ANALYTICS','retryOf','hdvtp','toUpperCase','JdBPT','finished','gofOk','stringify','QJWcb','started','4160289YeiTnu','MtYUJ','HOOK_RUN_STARTED','stop','uploadEventData','relative','zFTrO','split','TEST_RUN_STARTED','jzuiA','ApPXh','swnFi','1038116zGxZeC','fuvSC','xlDNh','constructor','connect','_afterEach','hook','name','uyrnF','getFailureType','oAnrv','YSJEV','text','YkBHr','TestRunFinished','MRrzx','browserstack','UKOKF','expanded','Failed\x20to\x20parse\x20wsendpoint\x20','path','HookRunStarted','pid','BsGAx','CJelX','pending','startedAt','Not\x20able\x20to\x20import\x20Browser','includes','.git','appendTestItemLog','__platformCaps','status','_afterAll','getCBTInfo','getHookType','lib','find','prototype','wqwBe','test_run_uuid','hook_run','YvNEW','mHILC','replace','ICpQV','keyword','nRsIX','getRootParentFile','BJUnJ','currentHook','wKZoc','toLowerCase','ArLdV','iKFcG','success','HIxPY','24iEyOjN','QTjfl','DdRgG','shutdown','2|3|5|1|0|4','file','duration','yGsmD','xiKZC','comment','event_type','LogCreated','TEST_EVENTS','PLAYWRIGHT_HUB_URL','dFDku','BxhGD','debug','BCdPX','XMjhg','WVNGG','rzqMW','setupBrowserDetails','TEST_RUN_SKIPPED','NvkSM','then','Playwright','toString','HOOK_RUN_FINISHED','markedStatus','concat','1335198ZcaCmX','uuid','findGitConfig','20jdAKYv','yHxhn','getHooksForTest','connectOverCDP','location_prefix','browserType.js','bs:addLog:','testAnalyticsId','DEhMO','hooks','body','4353111loqxAx','rOZTl','HlJWO','meta','cwd','mFvPr','resetSkipTestHooks','failureData','statSync','../playwright/sessionDetails','wYzdb','vKELw','OWJji','392373BvGLFc','PathHelper','feature','../../helpers/logger','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','CBTSessionCreated','../../helpers/helper','join','_beforeAll','OKSOy','_testEnv','groups','length','EcOAT','errorsDetailed','\x20with\x20error\x20:\x20','wCsHs','driver','RoBGH','../../helpers/test-observability/constants','wsEndpoint','defineProperty','bddSteps','fullTitle','util','prefixTestPath','_paths','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','title','currentTest','passed','zrWSE','FmtpI','test_run','wuTWB','GZpNS','now','JrWuN','getHierarchy','DhXXZ','Kaqlb','podez','getTime'];a4_0x5b71=function(){return _0x317974;};return a4_0x5b71();}const path=require(a4_0x5c783e(0x179)),fs=require('fs'),{v4:uuidv4}=require(a4_0x5c783e(0x1bd)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x5c783e(0x1dd)),testOpsHelper=require('../../helpers/test-observability/utils'),{getTestEnv}=require(a4_0x5c783e(0x13a)),{FRAMEWORKS}=require(a4_0x5c783e(0xec)),logger=require(a4_0x5c783e(0x1da))['winstonLogger'],SessionHandler=require(a4_0x5c783e(0x143)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),PlaywrightSessionDetails=require(a4_0x5c783e(0x1d3)),debug=testOpsHelper[a4_0x5c783e(0x1ae)],{processAccessibilityCaps}=require('../playwright/accessibility-helper'),Constants=require(a4_0x5c783e(0x10c)),{fetchPlatformDetails}=require(a4_0x5c783e(0x124)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x5c783e(0x149)),constants=require(a4_0x5c783e(0x10c)),STATE_PASSED=a4_0x5c783e(0xf7),STATE_FAILED=a4_0x5c783e(0x11e),a4_0x56c09b={};a4_0x56c09b[a4_0x5c783e(0x161)]='TestRunStarted',a4_0x56c09b['TEST_RUN_FINISHED']=a4_0x5c783e(0x173),a4_0x56c09b[a4_0x5c783e(0x1b4)]='TestRunSkipped',a4_0x56c09b[a4_0x5c783e(0x15b)]=a4_0x5c783e(0x17a),a4_0x56c09b[a4_0x5c783e(0x1b9)]='HookRunFinished';const TEST_EVENTS=a4_0x56c09b,parseEvent=_0x315de8=>{const _0x2cb4a6=a4_0x5c783e,_0x297b12={};_0x297b12[_0x2cb4a6(0x13e)]=function(_0x5cb6bc,_0x49508f){return _0x5cb6bc<_0x49508f;},_0x297b12[_0x2cb4a6(0x17d)]=function(_0x317735,_0x3389af){return _0x317735===_0x3389af;},_0x297b12['NvkSM']=_0x2cb4a6(0x113),_0x297b12[_0x2cb4a6(0x17c)]=function(_0x114bf6,_0x3ed757){return _0x114bf6===_0x3ed757;},_0x297b12[_0x2cb4a6(0x172)]=_0x2cb4a6(0x16b),_0x297b12['BvIpO']=_0x2cb4a6(0x121),_0x297b12[_0x2cb4a6(0x1b1)]=function(_0x208c83,_0x3c11ec){return _0x208c83===_0x3c11ec;},_0x297b12['iehLk']=_0x2cb4a6(0x158),_0x297b12[_0x2cb4a6(0x151)]=function(_0x487d85,_0x1abf03){return _0x487d85===_0x1abf03;},_0x297b12['ICpQV']=_0x2cb4a6(0x154);const _0x1205c9=_0x297b12,_0x222485=_0x315de8[_0x2cb4a6(0x128)](/^(.*)Run(.*)$/);if(!_0x222485)return null;if(_0x1205c9[_0x2cb4a6(0x13e)](_0x222485[_0x2cb4a6(0xe5)],0x3))return null;const _0x379ee0=_0x222485[0x1][_0x2cb4a6(0x199)](),_0x4729c2=_0x222485[0x2][_0x2cb4a6(0x199)]();return{'test':_0x1205c9[_0x2cb4a6(0x17d)](_0x379ee0,_0x1205c9[_0x2cb4a6(0x1b5)]),'hook':_0x1205c9[_0x2cb4a6(0x17c)](_0x379ee0,_0x1205c9[_0x2cb4a6(0x172)]),'skipped':_0x1205c9[_0x2cb4a6(0x17d)](_0x4729c2,_0x1205c9[_0x2cb4a6(0x11d)]),'started':_0x1205c9['WVNGG'](_0x4729c2,_0x1205c9[_0x2cb4a6(0x146)]),'finished':_0x1205c9[_0x2cb4a6(0x151)](_0x4729c2,_0x1205c9[_0x2cb4a6(0x192)])};},mockPWBrowserType=_0x53be44=>{const _0x7bce5b=a4_0x5c783e,_0x17aff7={'UKOKF':function(_0x113cd3,_0x4e2fa6){return _0x113cd3===_0x4e2fa6;},'yGsmD':'string','XMjhg':function(_0x1d1512,_0x36d91f,_0xe6a66c){return _0x1d1512(_0x36d91f,_0xe6a66c);},'yYuWl':'wsEndpoint','oAnrv':function(_0xbc25af,_0x223afd){return _0xbc25af(_0x223afd);},'qyiMn':_0x7bce5b(0x175),'MRrzx':function(_0x1176aa,_0x51a038){return _0x1176aa(_0x51a038);},'jzuiA':_0x7bce5b(0x189),'wYzdb':'client','BiQtJ':_0x7bce5b(0x1c4),'BJUnJ':_0x7bce5b(0x180),'wAsjh':'connect','UmeFY':'launch'},_0x32c4c1=path[_0x7bce5b(0xe0)](_0x17aff7[_0x7bce5b(0x162)],_0x17aff7[_0x7bce5b(0x1d4)],_0x17aff7[_0x7bce5b(0x122)]),_0x1e5f63=_0x17aff7[_0x7bce5b(0x16f)](importFileFromPWCore,_0x32c4c1);if(!_0x1e5f63){_0x17aff7[_0x7bce5b(0x174)](debug,_0x17aff7[_0x7bce5b(0x196)]);return;}const _0x4ac8dc=_0x1e5f63['BrowserType'],_0x438e1e=_0x4ac8dc[_0x7bce5b(0x18b)];if(_0x438e1e[_0x7bce5b(0x108)])return;const _0x24068d=_0x438e1e[_0x7bce5b(0x169)];Object[_0x7bce5b(0xee)](_0x438e1e,_0x17aff7[_0x7bce5b(0x142)],{'get':function(){const _0x1fdb2e=_0x7bce5b,_0x20a5ff={'JrWuN':function(_0x30bb79,_0x127416){const _0x517fd2=a4_0x491d;return _0x17aff7[_0x517fd2(0x176)](_0x30bb79,_0x127416);},'VVVTT':_0x17aff7[_0x1fdb2e(0x1a5)],'uyrnF':function(_0x523125,_0x134f81,_0x53dbe2){const _0x5c94e4=_0x1fdb2e;return _0x17aff7[_0x5c94e4(0x1b0)](_0x523125,_0x134f81,_0x53dbe2);},'rOZTl':_0x17aff7[_0x1fdb2e(0x13d)],'QTjfl':function(_0x3cf734,_0x5ab33a){const _0x422a3a=_0x1fdb2e;return _0x17aff7[_0x422a3a(0x16f)](_0x3cf734,_0x5ab33a);},'tilZE':_0x17aff7['qyiMn'],'sGOEu':function(_0x5d0f30,_0xcc2933,_0x690e71){const _0x597190=_0x1fdb2e;return _0x17aff7[_0x597190(0x1b0)](_0x5d0f30,_0xcc2933,_0x690e71);},'zlpRl':function(_0x1fc00d,_0xd4e8ba){return _0x17aff7['MRrzx'](_0x1fc00d,_0xd4e8ba);}};return async function _0x112bba(_0xd7447e,_0x198139){const _0x5c62a2=_0x1fdb2e,_0x2ba168={'gofOk':function(_0x207bd7,_0x37a14e){const _0x329e42=a4_0x491d;return _0x20a5ff[_0x329e42(0xfe)](_0x207bd7,_0x37a14e);},'JAFzG':_0x20a5ff[_0x5c62a2(0x114)]},_0x8fcd00=_0x20a5ff[_0x5c62a2(0x16d)](nestedKeyValue,_0xd7447e,[_0x20a5ff[_0x5c62a2(0x1cb)]])||_0xd7447e;let _0x2f3b23=null,_0x4be22d=null;try{[_0x4be22d,_0x2f3b23]=_0x8fcd00?_0x20a5ff[_0x5c62a2(0x19f)](parseWSEndpoint,_0x8fcd00):[null,null],global[_0x5c62a2(0x184)]=_0x2f3b23,logger['debug'](_0x5c62a2(0x145)+_0x4be22d),_0x4be22d[_0x5c62a2(0x181)](Constants[_0x5c62a2(0x12d)])&&(global[_0x5c62a2(0x148)]=_0x20a5ff[_0x5c62a2(0x132)]);}catch(_0x359dc0){logger[_0x5c62a2(0x1ae)](_0x5c62a2(0x178)+_0x8fcd00+'\x20'+_0x359dc0);}_0x20a5ff['sGOEu'](processAccessibilityCaps,_0x2f3b23,_0x4be22d);if(global['accessibilityPlatform']){const _0x34621a=await _0x438e1e[_0x5c62a2(0x1c2)][_0x5c62a2(0x107)](this,[''+Constants[_0x5c62a2(0x1ab)]+_0x20a5ff[_0x5c62a2(0x14b)](encodeURIComponent,JSON[_0x5c62a2(0x156)](_0x2f3b23))]);return PlaywrightSessionDetails[_0x5c62a2(0x1b3)](_0x34621a,_0x53be44,_0x8fcd00),_0x34621a;}return _0x24068d[_0x5c62a2(0x107)](this,arguments)[_0x5c62a2(0x1b6)](_0x5d96d4=>{const _0x5f17c1=_0x5c62a2;let _0x545b43=_0xd7447e[_0x5f17c1(0xed)];return _0x2ba168[_0x5f17c1(0x155)](typeof _0xd7447e,_0x2ba168[_0x5f17c1(0x106)])&&(_0x545b43=_0xd7447e),PlaywrightSessionDetails[_0x5f17c1(0x1b3)](_0x5d96d4,_0x53be44,_0x545b43),_0x5d96d4;});};}});const _0xe7b4f1=_0x438e1e[_0x7bce5b(0x14d)];Object[_0x7bce5b(0xee)](_0x438e1e,_0x17aff7['UmeFY'],{'get':function(){return async function _0xcbd062(){return _0xe7b4f1['apply'](this,arguments)['then'](_0x23c597=>{return PlaywrightSessionDetails['setupBrowserDetails'](_0x23c597,null),_0x23c597;});};}});};class O11yHelper{[a4_0x5c783e(0xf6)]=null;[a4_0x5c783e(0x197)]=null;[a4_0x5c783e(0x125)]=![];['frameworkName']=![];constructor(_0x4c5491,_0x13051c){const _0x6b7797=a4_0x5c783e,_0x4c96d7={'WcjLU':_0x6b7797(0x1a2),'cHmLt':function(_0x19350d){return _0x19350d();},'mwDbn':function(_0x313efd,_0x2a8f13){return _0x313efd===_0x2a8f13;},'iKFcG':_0x6b7797(0x1b7),'Kaqlb':function(_0x36e65e,_0x3ebcca){return _0x36e65e(_0x3ebcca);}},_0x464e4b=_0x4c96d7['WcjLU'][_0x6b7797(0x160)]('|');let _0x4c282c=0x0;while(!![]){switch(_0x464e4b[_0x4c282c++]){case'0':this[_0x6b7797(0xf3)]=new testOpsHelper[(_0x6b7797(0x1d8))]({'cwd':process[_0x6b7797(0x1ce)]()},this[_0x6b7797(0xe3)][_0x6b7797(0x1c3)]);continue;case'1':this[_0x6b7797(0xe3)]=_0x4c96d7[_0x6b7797(0x123)](getTestEnv);continue;case'2':this['enabled']=_0x4c96d7['cHmLt'](shouldProcessEventForTesthub);continue;case'3':this[_0x6b7797(0x12b)]=_0x13051c['frameworkName'];continue;case'4':this[_0x6b7797(0xea)]&&_0x4c96d7[_0x6b7797(0x115)](this['driver'][_0x6b7797(0x168)][_0x6b7797(0x16c)],_0x4c96d7[_0x6b7797(0x19b)])&&_0x4c96d7[_0x6b7797(0x101)](mockPWBrowserType,null);continue;case'5':this[_0x6b7797(0xea)]=_0x4c5491;continue;}break;}}['start'](){const _0x27ed69=a4_0x5c783e;if(!this[_0x27ed69(0x125)])return;testOpsHelper['patchConsoleLogger'](),process['removeAllListeners'](_0x27ed69(0x1c5)+process[_0x27ed69(0x17b)]),process['on']('bs:addLog:'+process[_0x27ed69(0x17b)],this[_0x27ed69(0x183)]['bind'](this));}async[a4_0x5c783e(0x15c)](){const _0x7091b8=a4_0x5c783e;await RequestQueueHandler[_0x7091b8(0x104)]()[_0x7091b8(0x1a1)]();}async[a4_0x5c783e(0x183)](_0x1a4ce6){const _0x5e7801=a4_0x5c783e,_0x4e30dd={'BmIuj':_0x5e7801(0x1a9),'TUjwl':function(_0xbd6816,_0x55fb11){return _0xbd6816(_0x55fb11);}};try{this[_0x5e7801(0x197)]&&!this[_0x5e7801(0x197)][_0x5e7801(0x1ba)]&&(_0x1a4ce6[_0x5e7801(0x144)]=this[_0x5e7801(0x197)][_0x5e7801(0x134)]);!_0x1a4ce6[_0x5e7801(0x144)]&&this[_0x5e7801(0xf6)]&&!this['currentTest']['markedStatus']&&(_0x1a4ce6['test_run_uuid']=this['currentTest'][_0x5e7801(0x1c6)]);if(_0x1a4ce6[_0x5e7801(0x144)]||_0x1a4ce6[_0x5e7801(0x18d)]){const _0x3ad880={};_0x3ad880[_0x5e7801(0x1a8)]=_0x4e30dd[_0x5e7801(0x111)],_0x3ad880[_0x5e7801(0x126)]=[_0x1a4ce6],await SessionHandler[_0x5e7801(0x15d)](_0x3ad880);}}catch(_0x179189){_0x4e30dd[_0x5e7801(0x138)](debug,_0x5e7801(0x1db)+constants['TEST_REPORTING_ANALYTICS']+_0x5e7801(0xe8)+_0x179189);}}async['sendCBTInfo'](_0x2d19ee){const _0x44af9d=a4_0x5c783e,_0x4ed4a8={'HIxPY':_0x44af9d(0x1dc),'xiKZC':function(_0x501d5c,_0x34d801){return _0x501d5c(_0x34d801);}};if(!this['enabled'])return;const _0x11c02e=this['getCBTInfo'](this['driver']);try{const _0x4e992e={};_0x4e992e[_0x44af9d(0x1bd)]=_0x2d19ee,_0x4e992e['integrations']=_0x11c02e;const _0x2d1e90=_0x4e992e,_0x3261c1={};_0x3261c1[_0x44af9d(0x1a8)]=_0x4ed4a8[_0x44af9d(0x19d)],_0x3261c1[_0x44af9d(0xfa)]=_0x2d1e90,await SessionHandler['uploadEventData'](_0x3261c1);}catch(_0x53af98){_0x4ed4a8[_0x44af9d(0x1a6)](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20'+constants[_0x44af9d(0x14f)]+_0x44af9d(0xe8)+_0x53af98);}}[a4_0x5c783e(0x187)](_0x467f85){const _0x4986b5=a4_0x5c783e,_0x39d44c={'MtYUJ':function(_0x4b15aa,_0x1ce975){return _0x4b15aa(_0x1ce975);}};return _0x39d44c[_0x4986b5(0x15a)](fetchPlatformDetails,_0x467f85);}[a4_0x5c783e(0x1d0)]=_0x41f2c7=>{const _0x24f177=a4_0x5c783e,_0x1303d1={};_0x1303d1[_0x24f177(0x1d6)]=_0x24f177(0x147),_0x1303d1['ZWxJF']=_0x24f177(0x16a);const _0x40434b=_0x1303d1;if(!_0x41f2c7||!_0x41f2c7[_0x24f177(0x10d)])return;[_0x40434b[_0x24f177(0x1d6)],_0x40434b['ZWxJF']][_0x24f177(0x10b)](_0x187c3b=>{const _0x119729=_0x24f177,_0xa96671=_0x41f2c7['parent'][_0x187c3b];_0xa96671[_0x119729(0x10b)](_0x466376=>{const _0x5f2266=_0x119729;_0x466376[_0x5f2266(0x134)]&&(_0x466376[_0x5f2266(0x134)]=null);});});};['mapTestHooks'](_0xdcba99){const _0x181858=a4_0x5c783e,_0xba49e9={'OKSOy':_0x181858(0x131),'QJWcb':function(_0x5363ed){return _0x5363ed();},'JdBPT':function(_0x564f64,_0xcf3227){return _0x564f64===_0xcf3227;},'RoBGH':'_afterEach','vKELw':'_beforeAll','nUXqd':_0x181858(0x186),'nRsIX':_0x181858(0x147)};if(!_0xdcba99||!_0xdcba99[_0x181858(0x10d)])return;[_0xba49e9[_0x181858(0x1d5)],_0xba49e9[_0x181858(0x12e)],_0xba49e9[_0x181858(0x194)],_0xba49e9[_0x181858(0xeb)]][_0x181858(0x10b)](_0x1cf8a9=>{const _0x3147a1=_0x181858,_0x3389de=_0xdcba99[_0x3147a1(0x10d)][_0x1cf8a9]||[];_0x3389de[_0x3147a1(0x10b)](_0x30cfaa=>{const _0x5a211b=_0x3147a1;if(_0x30cfaa[_0x5a211b(0xf5)][_0x5a211b(0x181)](_0xba49e9[_0x5a211b(0xe2)]))return;if(!_0x30cfaa['hookAnalyticsId'])_0x30cfaa[_0x5a211b(0x134)]=_0xba49e9[_0x5a211b(0x157)](uuidv4);else _0x30cfaa['markedStatus']&&_0xba49e9[_0x5a211b(0x153)](_0x1cf8a9,_0xba49e9[_0x5a211b(0xeb)])&&(_0x30cfaa[_0x5a211b(0x134)]=_0xba49e9[_0x5a211b(0x157)](uuidv4),delete _0x30cfaa[_0x5a211b(0x1ba)]);});}),this[_0x181858(0x109)](_0xdcba99['parent']);}[a4_0x5c783e(0x1c1)](_0x26c367){const _0x30cb4c=a4_0x5c783e,_0x202402={};_0x202402['wKZoc']=_0x30cb4c(0xe1),_0x202402['rbBun']='_afterAll',_0x202402[_0x30cb4c(0xf9)]=_0x30cb4c(0x147),_0x202402[_0x30cb4c(0x100)]=_0x30cb4c(0x16a);const _0x2cb238=_0x202402;if(!_0x26c367||!_0x26c367['parent'])return[];const _0x2afec9=[];return[_0x2cb238[_0x30cb4c(0x198)],_0x2cb238[_0x30cb4c(0x120)],_0x2cb238[_0x30cb4c(0xf9)],_0x2cb238[_0x30cb4c(0x100)]][_0x30cb4c(0x10b)](_0x51bdeb=>{const _0x5324ff=_0x30cb4c,_0x523907=_0x26c367[_0x5324ff(0x10d)][_0x51bdeb]||[];_0x523907['forEach'](_0xbec787=>{const _0x439424=_0x5324ff;_0xbec787['hookAnalyticsId']&&_0x2afec9[_0x439424(0x110)](_0xbec787[_0x439424(0x134)]);});}),[][_0x30cb4c(0x1bb)](_0x2afec9,this[_0x30cb4c(0x1c1)](_0x26c367[_0x30cb4c(0x10d)]));}[a4_0x5c783e(0x188)](_0x3d8ef2){const _0x495506=a4_0x5c783e,_0x12f067=/^"(?<hook>.*)" hook:.*$/,_0x3ac8a1=_0x3d8ef2[_0x495506(0xf5)],_0x413a1e=_0x3ac8a1[_0x495506(0x128)](_0x12f067);if(_0x413a1e&&_0x413a1e[_0x495506(0xe4)])return _0x413a1e[_0x495506(0xe4)][_0x495506(0x16b)][_0x495506(0x152)]()[_0x495506(0x191)]('\x20','_');return null;}[a4_0x5c783e(0x1be)](_0x11b2d5){const _0x517e5b=a4_0x5c783e,_0x470c98={};_0x470c98[_0x517e5b(0xfc)]=function(_0x2a1440,_0x5ba321){return _0x2a1440===_0x5ba321;},_0x470c98['kgkQo']=function(_0x25663b,_0x37ab62){return _0x25663b===_0x37ab62;},_0x470c98[_0x517e5b(0x1af)]=function(_0xbf8106,_0x282278){return _0xbf8106===_0x282278;},_0x470c98['BxhGD']=function(_0x3f8763,_0x22e683){return _0x3f8763===_0x22e683;},_0x470c98['KiZUr']=_0x517e5b(0x182),_0x470c98[_0x517e5b(0x1cf)]=_0x517e5b(0x11a);const _0x1bd459=_0x470c98,_0x1b5a75=path['sep'];if(_0x1bd459['GZpNS'](_0x11b2d5,null)||_0x1bd459[_0x517e5b(0x11f)](_0x11b2d5,'')||_0x1bd459[_0x517e5b(0x1af)](_0x11b2d5,_0x1b5a75)||_0x1bd459[_0x517e5b(0x1ad)](_0x11b2d5,path[_0x517e5b(0x112)](_0x11b2d5)))return null;try{return fs[_0x517e5b(0x1d2)](path[_0x517e5b(0xe0)](_0x11b2d5,_0x1bd459['KiZUr'],_0x1bd459[_0x517e5b(0x1cf)])),_0x11b2d5;}catch(_0x5b93da){const _0x41c7af=path[_0x517e5b(0x112)](_0x11b2d5);return this[_0x517e5b(0x1be)](_0x41c7af);}}[a4_0x5c783e(0x195)](_0x40991c){const _0x2894cc=a4_0x5c783e,_0x2e7419={};_0x2e7419['fuvSC']=function(_0x3200bf,_0x5c12db){return _0x3200bf>_0x5c12db;};const _0x236ba3=_0x2e7419;if(_0x40991c[_0x2894cc(0x1a3)])return _0x40991c[_0x2894cc(0x1a3)];if(_0x40991c[_0x2894cc(0x10f)]){const _0x2fc286=_0x40991c['ctx'][_0x2894cc(0xf6)]?this[_0x2894cc(0x195)](_0x40991c['ctx'][_0x2894cc(0xf6)]):null;if(_0x2fc286)return _0x2fc286;}if(_0x40991c['parent']){const _0x41618c=this['getRootParentFile'](_0x40991c[_0x2894cc(0x10d)])||(_0x40991c['parent'][_0x2894cc(0x10f)]&&_0x40991c[_0x2894cc(0x10d)][_0x2894cc(0x10f)]['currentTest']?this[_0x2894cc(0x195)](_0x40991c['parent'][_0x2894cc(0x10f)]['currentTest']):null);if(_0x41618c)return _0x41618c;_0x40991c[_0x2894cc(0x10d)][_0x2894cc(0x13f)]&&_0x236ba3[_0x2894cc(0x166)](_0x40991c[_0x2894cc(0x10d)]['suites'][_0x2894cc(0xe5)],0x0)&&_0x40991c[_0x2894cc(0x10d)][_0x2894cc(0x13f)][_0x2894cc(0x10b)](_0x3e92ab=>{const _0x563834=_0x2894cc,_0x28669f=_0x3e92ab[_0x563834(0x10f)]?this[_0x563834(0x195)](_0x3e92ab[_0x563834(0x10f)]):null;if(_0x28669f)return _0x28669f;});}return null;}[a4_0x5c783e(0xff)](_0x3acd30){const _0x5b8565=a4_0x5c783e,_0x23625e={};_0x23625e[_0x5b8565(0x119)]=function(_0x3a41f6,_0x2d9664){return _0x3a41f6!==_0x2d9664;};const _0x592316=_0x23625e,_0x5bc78a=[];if(_0x3acd30&&_0x3acd30[_0x5b8565(0x10d)]){let _0x5a6069=_0x3acd30[_0x5b8565(0x10d)];while(_0x5a6069&&_0x592316[_0x5b8565(0x119)](_0x5a6069[_0x5b8565(0xf5)],'')){_0x5bc78a['push'](_0x5a6069[_0x5b8565(0xf5)]),_0x5a6069=_0x5a6069[_0x5b8565(0x10d)];}}return _0x5bc78a;}[a4_0x5c783e(0x12a)](_0x214c1d,_0x59d091,_0xb85c6f=undefined){const _0x200d7e=a4_0x5c783e,_0x4aa96e={'xgXwj':function(_0xd3ff8f,_0x59f07d){return _0xd3ff8f(_0x59f07d);},'gXcCY':function(_0x547b6e){return _0x547b6e();},'swnFi':function(_0x31d132){return _0x31d132();},'OAvzX':function(_0xb7b743){return _0xb7b743();},'DQkeq':_0x200d7e(0xf1),'rzqMW':_0x200d7e(0x129),'YSJEV':function(_0x3dfd42,_0x13d167){return _0x3dfd42!==_0x13d167;},'wuTWB':function(_0x3bbffb,_0x500b9c){return _0x3bbffb!==_0x500b9c;},'THsMJ':_0x200d7e(0x13c),'YvNEW':_0x200d7e(0x17e),'DdRgG':_0x200d7e(0x11e),'podez':'passed','mixPG':'skipped','zftFi':'javascript','EcOAT':function(_0x3862c2,_0x2fa7c4){return _0x3862c2-_0x2fa7c4;},'DEhMO':function(_0x57ee7c,_0x21dc3e,_0x352455,_0x426806,_0x425df5){return _0x57ee7c(_0x21dc3e,_0x352455,_0x426806,_0x425df5);},'AcpSA':function(_0x542bc5,_0x2addbb){return _0x542bc5!==_0x2addbb;},'xlDNh':_0x200d7e(0x116),'HlJWO':_0x200d7e(0x1cd),'zrWSE':'failure','VjvJh':'failure_backtrace','dFDku':'backtrace','TJGYR':_0x200d7e(0x14c),'wqwBe':_0x200d7e(0x177),'ArLdV':function(_0x2406d6,_0x2c386a){return _0x2406d6===_0x2c386a;},'mHILC':_0x200d7e(0x18e),'kBoKv':_0x200d7e(0xfa)};if(!this[_0x200d7e(0x125)])return;try{if(_0x59d091['fn']&&_0x59d091['fn'][_0x200d7e(0x1b8)]()[_0x200d7e(0x128)](/browserstack internal helper hook/))return;const _0x5af09c=_0x4aa96e[_0x200d7e(0x10a)](parseEvent,_0x214c1d);if(!_0x5af09c)return;if(_0x5af09c[_0x200d7e(0x113)]){this[_0x200d7e(0xf6)]=_0x59d091,this[_0x200d7e(0x197)]=null;if(_0x5af09c[_0x200d7e(0x158)]||_0x5af09c[_0x200d7e(0x121)]){_0x59d091['startedAt']=new Date(),_0x59d091['markedStatus']=![];if(!_0x59d091[_0x200d7e(0x1c6)])_0x59d091['testAnalyticsId']=_0x4aa96e[_0x200d7e(0x136)](uuidv4);else _0x59d091[_0x200d7e(0x1ba)]&&(!_0x59d091['retryOf']&&(_0x59d091[_0x200d7e(0x150)]=_0x59d091[_0x200d7e(0x1c6)]),_0x59d091['testAnalyticsId']=_0x4aa96e[_0x200d7e(0x164)](uuidv4));}}else{if(_0x5af09c[_0x200d7e(0x16b)]){this['currentHook']=_0x59d091;if(_0x5af09c[_0x200d7e(0x158)]){_0x59d091['startedAt']=new Date(),_0x59d091[_0x200d7e(0x1ba)]=![];if(!_0x59d091['hookAnalyticsId'])_0x59d091[_0x200d7e(0x134)]=_0x4aa96e[_0x200d7e(0x136)](uuidv4);else _0x59d091['hookAnalyticsId']&&_0x59d091[_0x200d7e(0x1ba)]&&(_0x59d091['hookAnalyticsId']=_0x4aa96e['OAvzX'](uuidv4));}}}if(_0x5af09c[_0x200d7e(0x154)]&&_0x59d091['markedStatus'])return;let _0x2c2d9a;try{_0x2c2d9a=this[_0x200d7e(0x195)](_0x59d091);}catch(_0x1412f8){logger[_0x200d7e(0x1ae)]('failed\x20to\x20get\x20root\x20parent\x20file\x20'+_0x1412f8),_0x2c2d9a=null;}const _0x546865=_0x4aa96e['xgXwj'](require,_0x4aa96e[_0x200d7e(0x117)]);let _0x444f0f=[];_0xb85c6f&&(_0x444f0f=[_0xb85c6f,_0x4aa96e[_0x200d7e(0x1b2)]]);const _0x1f0957=_0x4aa96e[_0x200d7e(0x170)](_0x59d091[_0x200d7e(0xe7)],undefined)?_0x546865[_0x200d7e(0x118)](_0x59d091[_0x200d7e(0xe7)][0x0]):_0x4aa96e[_0x200d7e(0xfb)](_0xb85c6f,undefined)?_0xb85c6f['toString']():undefined,_0xd897f6=_0x2c2d9a?this[_0x200d7e(0x1be)](_0x2c2d9a):null,_0x3f04b7=_0x2c2d9a?this[_0x200d7e(0xf3)][_0x200d7e(0xf2)](this['getRootParentFile'](_0x59d091)):_0x4aa96e['THsMJ'];let _0x72188b=_0x4aa96e['YvNEW'];const _0x44c188=!_0x5af09c[_0x200d7e(0x158)]?new Date()['toISOString']():null;if(_0x5af09c['finished'])_0x72188b=_0xb85c6f?_0x4aa96e['DdRgG']:_0x4aa96e[_0x200d7e(0x102)],_0x59d091[_0x200d7e(0x1ba)]=!![];else _0x5af09c[_0x200d7e(0x121)]&&(_0x72188b=_0x4aa96e['mixPG'],_0x59d091[_0x200d7e(0x1ba)]=!![]);const _0x33c255={'framework':this[_0x200d7e(0x12b)],'uuid':_0x59d091[_0x200d7e(0x1c6)]||_0x59d091['hookAnalyticsId'],'name':_0x59d091[_0x200d7e(0xf5)],'body':{'lang':_0x4aa96e['zftFi'],'code':_0x59d091[_0x200d7e(0x1c9)]['toString']()},'type':_0x59d091['type'],'scope':_0x59d091[_0x200d7e(0xf0)](),'scopes':this[_0x200d7e(0xff)](_0x59d091),'file_name':_0x3f04b7,'vc_filepath':_0xd897f6?path[_0x200d7e(0x15e)](_0xd897f6,_0x2c2d9a):null,'location':_0x3f04b7,'result':_0x72188b,'failure_reason':_0x1f0957,'duration_in_ms':_0x59d091[_0x200d7e(0x1a4)]||(_0x5af09c['finished']||_0x5af09c[_0x200d7e(0x121)])?_0x4aa96e[_0x200d7e(0xe6)](Date[_0x200d7e(0xfd)](),new Date(_0x59d091[_0x200d7e(0x17f)])['getTime']()):null,'started_at':new Date(_0x59d091[_0x200d7e(0x17f)])[_0x200d7e(0x11c)](),'finished_at':_0x44c188,'failure':testOpsHelper[_0x200d7e(0x1d1)][_0x200d7e(0x107)](null,_0x444f0f),'failure_type':!_0x1f0957?null:testOpsHelper[_0x200d7e(0x16e)](_0x1f0957),'retry_of':_0x59d091[_0x200d7e(0x150)]||null,'tags':_0x59d091[_0x200d7e(0x127)]||[],'customRerunParam':{'rerun_name':_0x59d091[_0x200d7e(0xf0)]()}};_0x4aa96e[_0x200d7e(0x1c7)](appendTesthubParams,_0x33c255,_0x214c1d,_0x59d091,FRAMEWORKS[_0x200d7e(0x130)]);if(_0x5af09c[_0x200d7e(0x16b)])[_0x33c255['hook_type'],_0x33c255[_0x200d7e(0x16c)]]=[this['getHookType'](_0x59d091),_0x59d091[_0x200d7e(0x10f)][_0x200d7e(0x113)]['title']],_0x5af09c[_0x200d7e(0x154)]?_0x4aa96e['AcpSA'](_0x33c255[_0x200d7e(0x10e)],_0x4aa96e['DdRgG'])&&(_0x33c255['result']=_0x4aa96e['podez']):_0x33c255['body']={};else _0x5af09c[_0x200d7e(0x113)]&&(this[_0x200d7e(0x109)](_0x59d091),_0x5af09c[_0x200d7e(0x121)]&&this['resetSkipTestHooks'](_0x59d091),(_0x5af09c['finished']||_0x5af09c[_0x200d7e(0x121)])&&(_0x33c255[_0x200d7e(0x1c8)]=this[_0x200d7e(0x1c1)](_0x59d091)));this['driver']&&(_0x5af09c[_0x200d7e(0x158)]||_0x5af09c[_0x200d7e(0x121)])&&(_0x33c255[_0x4aa96e[_0x200d7e(0x167)]]=this[_0x200d7e(0x187)](this[_0x200d7e(0xea)]));_0x5af09c['test']&&_0x5af09c['finished']&&_0x59d091['bddSteps']&&(_0x33c255[_0x4aa96e[_0x200d7e(0x1cc)]]={'feature':{'name':_0x59d091[_0x200d7e(0x10d)][_0x200d7e(0x1d9)][_0x200d7e(0x16c)],'path':_0x33c255['file_name'],'description':_0x59d091['parent'][_0x200d7e(0x1a7)]},'scenario':{'name':_0x59d091[_0x200d7e(0xf5)]},'steps':_0x59d091[_0x200d7e(0xef)]});const _0x1eecea=_0x33c255[_0x4aa96e[_0x200d7e(0xf8)]][0x0];_0x1eecea&&(_0x33c255[_0x4aa96e['VjvJh']]=_0x1eecea[_0x4aa96e[_0x200d7e(0x1ac)]],_0x33c255[_0x4aa96e[_0x200d7e(0x140)]]=_0x1eecea[_0x4aa96e[_0x200d7e(0x18c)]]);if(_0x59d091[_0x200d7e(0xef)])for(const _0x2b0d61 of _0x59d091[_0x200d7e(0xef)]){!_0x2b0d61[_0x200d7e(0x11b)]&&(_0x2b0d61[_0x200d7e(0x11b)]=new Date()[_0x200d7e(0x11c)](),_0x4aa96e[_0x200d7e(0x19a)](_0x2b0d61['result'],_0x4aa96e[_0x200d7e(0x18f)])&&(_0x1eecea?(_0x2b0d61['result']=_0x4aa96e[_0x200d7e(0x1a0)],_0x2b0d61[_0x200d7e(0x13b)]=_0x1eecea[_0x4aa96e[_0x200d7e(0x1ac)]][0x0]):_0x2b0d61[_0x200d7e(0x10e)]=_0x4aa96e[_0x200d7e(0x102)]));}const _0x42471b={};_0x42471b[_0x200d7e(0x1a8)]=_0x5af09c[_0x200d7e(0x121)]?TEST_EVENTS[_0x200d7e(0x14a)]:_0x214c1d;const _0x4c307f=_0x42471b;return _0x5af09c[_0x200d7e(0x16b)]?_0x4c307f[_0x4aa96e[_0x200d7e(0x190)]]=_0x33c255:_0x4c307f[_0x4aa96e['kBoKv']]=_0x33c255,_0x4c307f;}catch(_0x48642b){logger[_0x200d7e(0x1ae)](_0x200d7e(0xf4)+_0x214c1d+_0x200d7e(0xe8)+_0x48642b);}}async['fireEvent'](_0x5cbb42,_0x44b04a){const _0x4b9efd=a4_0x5c783e;if(!this[_0x4b9efd(0x125)]||!_0x44b04a||!_0x5cbb42)return![];try{return await SessionHandler[_0x4b9efd(0x15d)](_0x44b04a);}catch(_0x578ab8){logger[_0x4b9efd(0x1ae)](_0x4b9efd(0x133)+_0x5cbb42+_0x4b9efd(0xe8)+_0x578ab8);}}[a4_0x5c783e(0x12c)](_0x510593){const _0x2d254b=a4_0x5c783e,_0x18aa79={};_0x18aa79[_0x2d254b(0x163)]=_0x2d254b(0x17e);const _0x45b3c3=_0x18aa79;return{'id':_0x510593[_0x2d254b(0x137)],'text':_0x510593[_0x2d254b(0x171)],'keyword':_0x510593[_0x2d254b(0x193)],'started_at':_0x510593[_0x2d254b(0x17f)][_0x2d254b(0x11c)](),'result':_0x45b3c3[_0x2d254b(0x163)]};}['bddStepStart'](_0x30f9b7){const _0xcc6116=a4_0x5c783e,_0x25aca9={'EjOBt':function(_0x340089){return _0x340089();}};!this['currentTest'][_0xcc6116(0xef)]&&(this[_0xcc6116(0xf6)][_0xcc6116(0xef)]=[]),!_0x30f9b7['stepAnalyticsId']&&(_0x30f9b7[_0xcc6116(0x137)]=_0x25aca9[_0xcc6116(0x141)](uuidv4),_0x30f9b7[_0xcc6116(0x17f)]=new Date(),this['currentTest'][_0xcc6116(0xef)]['push'](this[_0xcc6116(0x12c)](_0x30f9b7)));}['bddStepFinish'](_0x3dedeb){const _0x36caf7=a4_0x5c783e,_0x75f354={'zFTrO':function(_0x136a4b,_0x209c08){return _0x136a4b(_0x209c08);},'yHxhn':_0x36caf7(0x19c),'wCsHs':'pending','vqrTX':_0x36caf7(0xf7),'cyxfG':function(_0x29beba,_0x4d080c){return _0x29beba-_0x4d080c;}};let _0x12cf2c=this[_0x36caf7(0xf6)][_0x36caf7(0xef)][_0x36caf7(0x18a)](_0x22656f=>_0x22656f['id']===_0x3dedeb[_0x36caf7(0x137)]);_0x75f354[_0x36caf7(0x15f)](isUndefined,_0x12cf2c)&&(_0x12cf2c=this[_0x36caf7(0x12c)](_0x3dedeb)),_0x12cf2c['result']=[_0x75f354[_0x36caf7(0x1c0)],_0x75f354[_0x36caf7(0xe9)]][_0x36caf7(0x181)](_0x3dedeb[_0x36caf7(0x185)])?_0x75f354[_0x36caf7(0x135)]:_0x3dedeb[_0x36caf7(0x185)],_0x12cf2c[_0x36caf7(0x11b)]=new Date()[_0x36caf7(0x11c)](),_0x12cf2c['duration']=_0x75f354['cyxfG'](Date[_0x36caf7(0xfd)](),_0x3dedeb['startedAt'][_0x36caf7(0x103)]()),_0x12cf2c[_0x36caf7(0x13b)]=_0x3dedeb[_0x36caf7(0x129)]?_0x3dedeb[_0x36caf7(0x129)][_0x36caf7(0x139)]:null;}}const a4_0x2f562f={};a4_0x2f562f['O11yHelper']=O11yHelper,a4_0x2f562f['STATE_PASSED']=STATE_PASSED,a4_0x2f562f[a4_0x5c783e(0x105)]=STATE_FAILED,a4_0x2f562f[a4_0x5c783e(0x1aa)]=TEST_EVENTS,module['exports']=a4_0x2f562f;
|
|
1
|
+
const a4_0x3478f4=a4_0x2142;(function(_0x4f5233,_0x2be528){const _0x14af97=a4_0x2142,_0x424ae3=_0x4f5233();while(!![]){try{const _0x20809c=parseInt(_0x14af97(0x194))/0x1+parseInt(_0x14af97(0x1ed))/0x2+-parseInt(_0x14af97(0x187))/0x3+parseInt(_0x14af97(0x157))/0x4+parseInt(_0x14af97(0x196))/0x5+-parseInt(_0x14af97(0x15a))/0x6*(-parseInt(_0x14af97(0x15b))/0x7)+-parseInt(_0x14af97(0x1bb))/0x8;if(_0x20809c===_0x2be528)break;else _0x424ae3['push'](_0x424ae3['shift']());}catch(_0x502efd){_0x424ae3['push'](_0x424ae3['shift']());}}}(a4_0x136f,0x2e85b));const path=require(a4_0x3478f4(0x18f)),fs=require('fs'),{v4:uuidv4}=require('uuid'),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require('../../helpers/helper'),testOpsHelper=require(a4_0x3478f4(0x1d7)),{getTestEnv}=require('../mocha/test-observability/mochaUtils'),{FRAMEWORKS}=require(a4_0x3478f4(0x13b)),logger=require('../../helpers/logger')[a4_0x3478f4(0x164)],SessionHandler=require(a4_0x3478f4(0x1c6)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),PlaywrightSessionDetails=require(a4_0x3478f4(0x151)),debug=testOpsHelper[a4_0x3478f4(0x178)],{processAccessibilityCaps}=require(a4_0x3478f4(0x183)),Constants=require('../utils/constants'),{fetchPlatformDetails}=require(a4_0x3478f4(0x1f3)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x3478f4(0x113)),constants=require('../utils/constants'),STATE_PASSED=a4_0x3478f4(0x1bc),STATE_FAILED=a4_0x3478f4(0x153),a4_0x2f4978={};function a4_0x2142(_0x4659db,_0x481201){const _0x136f7f=a4_0x136f();return a4_0x2142=function(_0x2142b3,_0x1c2fc1){_0x2142b3=_0x2142b3-0xfd;let _0x47cd92=_0x136f7f[_0x2142b3];return _0x47cd92;},a4_0x2142(_0x4659db,_0x481201);}a4_0x2f4978[a4_0x3478f4(0x105)]=a4_0x3478f4(0x106),a4_0x2f4978['TEST_RUN_FINISHED']=a4_0x3478f4(0x101),a4_0x2f4978[a4_0x3478f4(0x1de)]=a4_0x3478f4(0x12c),a4_0x2f4978[a4_0x3478f4(0x173)]='HookRunStarted',a4_0x2f4978[a4_0x3478f4(0x17a)]='HookRunFinished';function a4_0x136f(){const _0x484a74=['shutdown','SwxPa','parent','HOOK_RUN_STARTED','result','launch','\x20with\x20error\x20:\x20','toISOString','debug','LogCreated','HOOK_RUN_FINISHED','getInstance','.git','then','fullTitle','skipped','CODECEPT','NrHzA','HTnht','../playwright/accessibility-helper','bs:addLog:','toLowerCase','markedStatus','239535nUCZAZ','now','title','status','split','PDoUX','enabled','TEST_EVENTS','path','pid','removeAllListeners','gHWPG','BScTA','247317YaaOAk','integrations','1890035KhBHyk','rnRLn','forEach','WCApu','hybAc','brKOy','ctx','start','__platformCaps','meta','nGwZB','uliEX','obsBrowserTypeMockApplied','UOLTR','test_run','QpnBZ','uaoMF','find','PathHelper','appendTestItemLog','finished','cwd','Ihjjd','bLucF','failure','asYwk','MUEIJ','DxgcG','tags','_testEnv','browserstack','hKpzH','dAzCf','match','TISuc','getCBTInfo','join','5863304XycYOB','passed','rifik','stepAnalyticsId','XFAXc','XwFxD','File\x20path\x20could\x20not\x20be\x20found','feature','message','lnPPv','sep','../../helpers/test-observability/sessionHandler','type','MIozk','findGitConfig','length','client','groups','apply','bddSteps','hook','_afterAll','wsEndpoint','uCFFf','uPlPx','TEST_REPORTING_ANALYTICS','errorsDetailed','browserType.js','../../helpers/test-observability/utils','Yugjp','xfVCK','lnxoV','YKkkj','getTime','ENPMX','TEST_RUN_SKIPPED','JBqBq','statSync','testAnalyticsId','QYSgx','getFailureType','MpWnY','PnAIU','DruOX','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','getHookType','logs','finished_at','backtrace','190336uMgmHj','BROWSERSTACK','NDJGE','string','getRootParentFile','UKsPM','./helper.js','_paths','_beforeAll','connect','imkhm','lib','concat','NxJMK','TestRunFinished','push','currentHook','jntof','TEST_RUN_STARTED','TestRunStarted','DWxET','KamTe','suites','wXQxW','file_name','retryOf','codeceptjs','bddStepStart','_beforeEach','test','includes','setupBrowserDetails','../../helpers/testhub/utils.js','cfSvk','captureEvent','name','hook_run','uuid','PCZsA','BlBRq','EgBWy','TEST_RUN_FINISHED','getHooksForTest','initializeBddStep','POgVq','oRYHP','failureData','O11yHelper','uploadEventData','lWIjA','driver','hooks','event_type','toString','currentTest','location_prefix','wKivH','TestRunSkipped','frameworkName','_afterEach','VkePO','resetSkipTestHooks','AkZiF','5|1|2|4|3|0','inspect','fireEvent','PORsI','bCVZU','Playwright','startedAt','Not\x20able\x20to\x20import\x20Browser','qcvAu','../../helpers/test-observability/constants','lsafm','defineProperty','stop','BoWIl','STATE_FAILED','failed\x20to\x20get\x20root\x20parent\x20file\x20','DVSEG','YoGIa','pending','relative','Odsex','CBTSessionCreated','SOvBt','BSwdI','started','hook_run_uuid','JdFaE','err','jZoRO','hookAnalyticsId','FgvEy','../playwright/sessionDetails','__cloud_provider___','failed','comment','MMErZ','body','88796EWaTJe','prefixTestPath','tDfFl','1563732wBTNcW','7toUZwh','AwzyG','iRsoM','replace','wuUFb','failure_reason_expanded','duration','getHierarchy','file','winstonLogger','NwqYg','keyword','hSfOo','bddStepFinish','dirname','ymDBF','stringify','SKvSc','JtIYv','hook_type','test_run_uuid'];a4_0x136f=function(){return _0x484a74;};return a4_0x136f();}const TEST_EVENTS=a4_0x2f4978,parseEvent=_0x444c36=>{const _0x2b2d6c=a4_0x3478f4,_0x53306d={};_0x53306d[_0x2b2d6c(0x13c)]=function(_0x3322cc,_0x3b2363){return _0x3322cc<_0x3b2363;},_0x53306d[_0x2b2d6c(0x19b)]=function(_0x4d51a1,_0xebb6d7){return _0x4d51a1===_0xebb6d7;},_0x53306d['HTnht']='test',_0x53306d['hSfOo']=function(_0x52a35e,_0x1b79e1){return _0x52a35e===_0x1b79e1;},_0x53306d[_0x2b2d6c(0x199)]='hook',_0x53306d[_0x2b2d6c(0x10a)]=_0x2b2d6c(0x17f),_0x53306d[_0x2b2d6c(0x1e2)]=function(_0x5f8dc9,_0x28a275){return _0x5f8dc9===_0x28a275;},_0x53306d[_0x2b2d6c(0x1f2)]='started',_0x53306d[_0x2b2d6c(0x193)]=function(_0x5542f1,_0x4f264c){return _0x5542f1===_0x4f264c;},_0x53306d[_0x2b2d6c(0x1da)]='finished';const _0x33e510=_0x53306d,_0x556769=_0x444c36['match'](/^(.*)Run(.*)$/);if(!_0x556769)return null;if(_0x33e510[_0x2b2d6c(0x13c)](_0x556769[_0x2b2d6c(0x1ca)],0x3))return null;const _0x52f8fa=_0x556769[0x1]['toLowerCase'](),_0x154390=_0x556769[0x2][_0x2b2d6c(0x185)]();return{'test':_0x33e510[_0x2b2d6c(0x19b)](_0x52f8fa,_0x33e510[_0x2b2d6c(0x182)]),'hook':_0x33e510[_0x2b2d6c(0x167)](_0x52f8fa,_0x33e510[_0x2b2d6c(0x199)]),'skipped':_0x33e510[_0x2b2d6c(0x19b)](_0x154390,_0x33e510[_0x2b2d6c(0x10a)]),'started':_0x33e510[_0x2b2d6c(0x1e2)](_0x154390,_0x33e510[_0x2b2d6c(0x1f2)]),'finished':_0x33e510[_0x2b2d6c(0x193)](_0x154390,_0x33e510[_0x2b2d6c(0x1da)])};},mockPWBrowserType=_0x1cd8c9=>{const _0x3d0c1c=a4_0x3478f4,_0x20e7c7={'cfSvk':function(_0x42871d,_0x560e38){return _0x42871d===_0x560e38;},'hybAc':_0x3d0c1c(0x1f0),'dAzCf':function(_0x528649,_0x2c0dc3,_0x460967){return _0x528649(_0x2c0dc3,_0x460967);},'TZrCy':_0x3d0c1c(0x1d1),'MpWnY':function(_0x13e7af,_0x5b779b){return _0x13e7af(_0x5b779b);},'BTthC':_0x3d0c1c(0x1b4),'qwIHO':function(_0x39ad13,_0x2933f8,_0x8badfa){return _0x39ad13(_0x2933f8,_0x8badfa);},'Ihjjd':_0x3d0c1c(0xfe),'imkhm':_0x3d0c1c(0x1cb),'yCtPX':_0x3d0c1c(0x1d6),'bCVZU':_0x3d0c1c(0x139),'BFfjp':_0x3d0c1c(0x1f6),'MMErZ':_0x3d0c1c(0x175)},_0x39611d=path[_0x3d0c1c(0x1ba)](_0x20e7c7[_0x3d0c1c(0x1ac)],_0x20e7c7[_0x3d0c1c(0xfd)],_0x20e7c7['yCtPX']),_0x1df82b=_0x20e7c7[_0x3d0c1c(0x1e4)](importFileFromPWCore,_0x39611d);if(!_0x1df82b){_0x20e7c7[_0x3d0c1c(0x1e4)](debug,_0x20e7c7[_0x3d0c1c(0x136)]);return;}const _0x43f9d6=_0x1df82b['BrowserType'],_0x2fd7d8=_0x43f9d6['prototype'];if(_0x2fd7d8[_0x3d0c1c(0x1a2)])return;const _0x5a05df=_0x2fd7d8[_0x3d0c1c(0x1f6)];Object[_0x3d0c1c(0x13d)](_0x2fd7d8,_0x20e7c7['BFfjp'],{'get':function(){const _0x4a05d0=_0x3d0c1c,_0x22db96={'SKvSc':function(_0x456c67,_0x455131){const _0x4447e5=a4_0x2142;return _0x20e7c7[_0x4447e5(0x114)](_0x456c67,_0x455131);},'NwqYg':_0x20e7c7[_0x4a05d0(0x19a)],'BSwdI':function(_0x3423d6,_0x3e8b49,_0x511334){const _0x5a524a=_0x4a05d0;return _0x20e7c7[_0x5a524a(0x1b6)](_0x3423d6,_0x3e8b49,_0x511334);},'Odsex':_0x20e7c7['TZrCy'],'BlBRq':function(_0x629337,_0x44665a){return _0x20e7c7['MpWnY'](_0x629337,_0x44665a);},'sUyZN':_0x20e7c7['BTthC'],'xfVCK':function(_0x21beca,_0x42a4d8,_0x45b92e){return _0x20e7c7['qwIHO'](_0x21beca,_0x42a4d8,_0x45b92e);},'XFAXc':function(_0x471ab5,_0x22ef43){const _0x43e8f0=_0x4a05d0;return _0x20e7c7[_0x43e8f0(0x1e4)](_0x471ab5,_0x22ef43);}};return async function _0x23dcdf(_0x14991a,_0x56feff){const _0x1877f9=_0x4a05d0,_0x50a433={'DGJNx':function(_0x3000a0,_0x141620){const _0x315dc7=a4_0x2142;return _0x22db96[_0x315dc7(0x16c)](_0x3000a0,_0x141620);},'nMloG':_0x22db96[_0x1877f9(0x165)]},_0x4829ca=_0x22db96[_0x1877f9(0x149)](nestedKeyValue,_0x14991a,[_0x22db96[_0x1877f9(0x146)]])||_0x14991a;let _0x3733c3=null,_0x530e0b=null;try{[_0x530e0b,_0x3733c3]=_0x4829ca?_0x22db96[_0x1877f9(0x11a)](parseWSEndpoint,_0x4829ca):[null,null],global[_0x1877f9(0x19e)]=_0x3733c3,logger[_0x1877f9(0x178)]('Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20'+_0x530e0b),_0x530e0b['includes'](Constants[_0x1877f9(0x1ee)])&&(global[_0x1877f9(0x152)]=_0x22db96['sUyZN']);}catch(_0x313ef8){logger[_0x1877f9(0x178)]('Failed\x20to\x20parse\x20wsendpoint\x20'+_0x4829ca+'\x20'+_0x313ef8);}_0x22db96[_0x1877f9(0x1d9)](processAccessibilityCaps,_0x3733c3,_0x530e0b);if(global['accessibilityPlatform']){const _0x48ce42=await _0x2fd7d8['connectOverCDP'][_0x1877f9(0x1cd)](this,[''+Constants['PLAYWRIGHT_HUB_URL']+_0x22db96[_0x1877f9(0x1bf)](encodeURIComponent,JSON[_0x1877f9(0x16b)](_0x3733c3))]);return PlaywrightSessionDetails[_0x1877f9(0x112)](_0x48ce42,_0x1cd8c9,_0x4829ca),_0x48ce42;}return _0x5a05df[_0x1877f9(0x1cd)](this,arguments)['then'](_0xdb21b4=>{const _0x1f0a66=_0x1877f9;let _0x20815d=_0x14991a[_0x1f0a66(0x1d1)];return _0x50a433['DGJNx'](typeof _0x14991a,_0x50a433['nMloG'])&&(_0x20815d=_0x14991a),PlaywrightSessionDetails[_0x1f0a66(0x112)](_0xdb21b4,_0x1cd8c9,_0x20815d),_0xdb21b4;});};}});const _0xcedd=_0x2fd7d8['launch'];Object[_0x3d0c1c(0x13d)](_0x2fd7d8,_0x20e7c7[_0x3d0c1c(0x155)],{'get':function(){return async function _0x4a106f(){const _0x1225d3=a4_0x2142;return _0xcedd['apply'](this,arguments)[_0x1225d3(0x17d)](_0x355aea=>{const _0x32e6ff=_0x1225d3;return PlaywrightSessionDetails[_0x32e6ff(0x112)](_0x355aea,null),_0x355aea;});};}});};class O11yHelper{[a4_0x3478f4(0x129)]=null;[a4_0x3478f4(0x103)]=null;[a4_0x3478f4(0x18d)]=![];[a4_0x3478f4(0x12d)]=![];constructor(_0x3f5d93,_0x1aefa9){const _0x279092=a4_0x3478f4,_0x2a0dbc={'rnRLn':_0x279092(0x132),'TISuc':function(_0x2b2f7c,_0x25e43d){return _0x2b2f7c===_0x25e43d;},'Yugjp':_0x279092(0x137),'EgBWy':function(_0x273613,_0x3cf3a8){return _0x273613(_0x3cf3a8);},'qcvAu':function(_0x4e80eb){return _0x4e80eb();},'POgVq':function(_0x449661){return _0x449661();}},_0x6965aa=_0x2a0dbc[_0x279092(0x197)][_0x279092(0x18b)]('|');let _0xeaa4b4=0x0;while(!![]){switch(_0x6965aa[_0xeaa4b4++]){case'0':this['driver']&&_0x2a0dbc[_0x279092(0x1b8)](this[_0x279092(0x125)]['constructor']['name'],_0x2a0dbc[_0x279092(0x1d8)])&&_0x2a0dbc[_0x279092(0x11b)](mockPWBrowserType,null);continue;case'1':this[_0x279092(0x12d)]=_0x1aefa9['frameworkName'];continue;case'2':this[_0x279092(0x125)]=_0x3f5d93;continue;case'3':this[_0x279092(0x1f4)]=new testOpsHelper[(_0x279092(0x1a8))]({'cwd':process[_0x279092(0x1ab)]()},this[_0x279092(0x1b3)][_0x279092(0x12a)]);continue;case'4':this[_0x279092(0x1b3)]=_0x2a0dbc[_0x279092(0x13a)](getTestEnv);continue;case'5':this[_0x279092(0x18d)]=_0x2a0dbc[_0x279092(0x11f)](shouldProcessEventForTesthub);continue;}break;}}[a4_0x3478f4(0x19d)](){const _0x1cccad=a4_0x3478f4;if(!this[_0x1cccad(0x18d)])return;testOpsHelper['patchConsoleLogger'](),process[_0x1cccad(0x191)](_0x1cccad(0x184)+process['pid']),process['on']('bs:addLog:'+process[_0x1cccad(0x190)],this[_0x1cccad(0x1a9)]['bind'](this));}async[a4_0x3478f4(0x13e)](){const _0x1d4f79=a4_0x3478f4;await RequestQueueHandler[_0x1d4f79(0x17b)]()[_0x1d4f79(0x170)]();}async['appendTestItemLog'](_0x297fe9){const _0x556d75=a4_0x3478f4,_0x54d034={'QpnBZ':_0x556d75(0x179),'nOIyc':function(_0x1fc9f4,_0x3216cc){return _0x1fc9f4(_0x3216cc);}};try{this[_0x556d75(0x103)]&&!this[_0x556d75(0x103)]['markedStatus']&&(_0x297fe9[_0x556d75(0x14b)]=this[_0x556d75(0x103)][_0x556d75(0x14f)]);!_0x297fe9[_0x556d75(0x14b)]&&this[_0x556d75(0x129)]&&!this[_0x556d75(0x129)][_0x556d75(0x186)]&&(_0x297fe9[_0x556d75(0x16f)]=this[_0x556d75(0x129)]['testAnalyticsId']);if(_0x297fe9[_0x556d75(0x14b)]||_0x297fe9[_0x556d75(0x16f)]){const _0x248548={};_0x248548['event_type']=_0x54d034[_0x556d75(0x1a5)],_0x248548[_0x556d75(0x1ea)]=[_0x297fe9],await SessionHandler[_0x556d75(0x123)](_0x248548);}}catch(_0x311637){_0x54d034['nOIyc'](debug,'Exception\x20in\x20uploading\x20log\x20data\x20to\x20'+constants[_0x556d75(0x1d4)]+_0x556d75(0x176)+_0x311637);}}async['sendCBTInfo'](_0x13783c){const _0x5d1cc9=a4_0x3478f4,_0x43cb1d={'VkePO':_0x5d1cc9(0x147),'PnAIU':function(_0x3faf36,_0x5caafe){return _0x3faf36(_0x5caafe);}};if(!this[_0x5d1cc9(0x18d)])return;const _0x3bc329=this['getCBTInfo'](this[_0x5d1cc9(0x125)]);try{const _0xfae899={};_0xfae899[_0x5d1cc9(0x118)]=_0x13783c,_0xfae899[_0x5d1cc9(0x195)]=_0x3bc329;const _0x21a54d=_0xfae899,_0x10d5d4={};_0x10d5d4[_0x5d1cc9(0x127)]=_0x43cb1d[_0x5d1cc9(0x12f)],_0x10d5d4[_0x5d1cc9(0x1a4)]=_0x21a54d,await SessionHandler[_0x5d1cc9(0x123)](_0x10d5d4);}catch(_0x3c4315){_0x43cb1d[_0x5d1cc9(0x1e5)](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20'+constants[_0x5d1cc9(0x1d4)]+'\x20with\x20error\x20:\x20'+_0x3c4315);}}[a4_0x3478f4(0x1b9)](_0x23c877){const _0xc69609=a4_0x3478f4,_0x8618f3={'MIozk':function(_0xcf7b59,_0x2ee314){return _0xcf7b59(_0x2ee314);}};return _0x8618f3[_0xc69609(0x1c8)](fetchPlatformDetails,_0x23c877);}[a4_0x3478f4(0x130)]=_0x296a2a=>{const _0x1c0953=a4_0x3478f4,_0x377962={};_0x377962[_0x1c0953(0x1ef)]=_0x1c0953(0x10f),_0x377962['uliEX']=_0x1c0953(0x12e);const _0x4d7a14=_0x377962;if(!_0x296a2a||!_0x296a2a['parent'])return;[_0x4d7a14[_0x1c0953(0x1ef)],_0x4d7a14[_0x1c0953(0x1a1)]][_0x1c0953(0x198)](_0x407b96=>{const _0x482838=_0x1c0953,_0x3effb6=_0x296a2a[_0x482838(0x172)][_0x407b96];_0x3effb6[_0x482838(0x198)](_0x112c83=>{const _0x293b08=_0x482838;_0x112c83[_0x293b08(0x14f)]&&(_0x112c83[_0x293b08(0x14f)]=null);});});};['mapTestHooks'](_0x31b85d){const _0x39f56f=a4_0x3478f4,_0x341ac1={'lnPPv':_0x39f56f(0x10d),'YKkkj':function(_0x523345){return _0x523345();},'DxgcG':function(_0x18f40e,_0x47d275){return _0x18f40e===_0x47d275;},'FgvEy':'_afterEach','KDxZQ':function(_0x27a0ff){return _0x27a0ff();},'wKivH':'_beforeAll','PORsI':_0x39f56f(0x1d0),'PDoUX':_0x39f56f(0x10f)};if(!_0x31b85d||!_0x31b85d['parent'])return;[_0x341ac1[_0x39f56f(0x12b)],_0x341ac1[_0x39f56f(0x135)],_0x341ac1[_0x39f56f(0x18c)],_0x341ac1[_0x39f56f(0x150)]][_0x39f56f(0x198)](_0x1fdf9a=>{const _0x54c112=_0x39f56f,_0x5574f2=_0x31b85d[_0x54c112(0x172)][_0x1fdf9a]||[];_0x5574f2[_0x54c112(0x198)](_0x3e5c8a=>{const _0x4ea082=_0x54c112;if(_0x3e5c8a[_0x4ea082(0x189)]['includes'](_0x341ac1[_0x4ea082(0x1c4)]))return;if(!_0x3e5c8a[_0x4ea082(0x14f)])_0x3e5c8a[_0x4ea082(0x14f)]=_0x341ac1[_0x4ea082(0x1db)](uuidv4);else _0x3e5c8a[_0x4ea082(0x186)]&&_0x341ac1[_0x4ea082(0x1b1)](_0x1fdf9a,_0x341ac1['FgvEy'])&&(_0x3e5c8a['hookAnalyticsId']=_0x341ac1['KDxZQ'](uuidv4),delete _0x3e5c8a[_0x4ea082(0x186)]);});}),this['mapTestHooks'](_0x31b85d[_0x39f56f(0x172)]);}['getHooksForTest'](_0x76dd81){const _0x2b3423=a4_0x3478f4,_0x4803c5={};_0x4803c5[_0x2b3423(0x131)]=_0x2b3423(0x1f5),_0x4803c5['aqlTq']='_afterAll',_0x4803c5[_0x2b3423(0x104)]=_0x2b3423(0x10f),_0x4803c5[_0x2b3423(0x1dd)]=_0x2b3423(0x12e);const _0x5b28d7=_0x4803c5;if(!_0x76dd81||!_0x76dd81[_0x2b3423(0x172)])return[];const _0x1ba8f3=[];return[_0x5b28d7[_0x2b3423(0x131)],_0x5b28d7['aqlTq'],_0x5b28d7['jntof'],_0x5b28d7[_0x2b3423(0x1dd)]]['forEach'](_0x2187c1=>{const _0x120a27=_0x2b3423,_0x3368fe=_0x76dd81[_0x120a27(0x172)][_0x2187c1]||[];_0x3368fe[_0x120a27(0x198)](_0x5bf79b=>{const _0x54a8f4=_0x120a27;_0x5bf79b[_0x54a8f4(0x14f)]&&_0x1ba8f3[_0x54a8f4(0x102)](_0x5bf79b[_0x54a8f4(0x14f)]);});}),[][_0x2b3423(0xff)](_0x1ba8f3,this[_0x2b3423(0x11d)](_0x76dd81[_0x2b3423(0x172)]));}[a4_0x3478f4(0x1e9)](_0x5a23f4){const _0x2e4e23=a4_0x3478f4,_0x1be594=/^"(?<hook>.*)" hook:.*$/,_0x69e67d=_0x5a23f4[_0x2e4e23(0x189)],_0x122d21=_0x69e67d[_0x2e4e23(0x1b7)](_0x1be594);if(_0x122d21&&_0x122d21[_0x2e4e23(0x1cc)])return _0x122d21[_0x2e4e23(0x1cc)][_0x2e4e23(0x1cf)]['toUpperCase']()[_0x2e4e23(0x15e)]('\x20','_');return null;}[a4_0x3478f4(0x1c9)](_0x2ce2e1){const _0x1ceac5=a4_0x3478f4,_0x2fe580={};_0x2fe580[_0x1ceac5(0x1a3)]=function(_0x379652,_0x43cbba){return _0x379652===_0x43cbba;},_0x2fe580[_0x1ceac5(0x14e)]=function(_0x6df035,_0x35c54d){return _0x6df035===_0x35c54d;},_0x2fe580[_0x1ceac5(0x192)]=function(_0x2a5fd7,_0x38309f){return _0x2a5fd7===_0x38309f;},_0x2fe580[_0x1ceac5(0x13f)]=_0x1ceac5(0x17c),_0x2fe580['DruOX']='config';const _0x32caa8=_0x2fe580,_0x216464=path[_0x1ceac5(0x1c5)];if(_0x32caa8[_0x1ceac5(0x1a3)](_0x2ce2e1,null)||_0x32caa8['jZoRO'](_0x2ce2e1,'')||_0x32caa8[_0x1ceac5(0x14e)](_0x2ce2e1,_0x216464)||_0x32caa8[_0x1ceac5(0x192)](_0x2ce2e1,path[_0x1ceac5(0x169)](_0x2ce2e1)))return null;try{return fs[_0x1ceac5(0x1e0)](path[_0x1ceac5(0x1ba)](_0x2ce2e1,_0x32caa8[_0x1ceac5(0x13f)],_0x32caa8[_0x1ceac5(0x1e6)])),_0x2ce2e1;}catch(_0x4e8c92){const _0x269310=path['dirname'](_0x2ce2e1);return this['findGitConfig'](_0x269310);}}[a4_0x3478f4(0x1f1)](_0x37a8c7){const _0x31833d=a4_0x3478f4,_0xdfe9e6={};_0xdfe9e6[_0x31833d(0x120)]=function(_0x279d77,_0x334c4c){return _0x279d77>_0x334c4c;};const _0x42d8ba=_0xdfe9e6;if(_0x37a8c7['file'])return _0x37a8c7[_0x31833d(0x163)];if(_0x37a8c7[_0x31833d(0x19c)]){const _0x210efb=_0x37a8c7[_0x31833d(0x19c)][_0x31833d(0x129)]?this['getRootParentFile'](_0x37a8c7[_0x31833d(0x19c)]['currentTest']):null;if(_0x210efb)return _0x210efb;}if(_0x37a8c7[_0x31833d(0x172)]){const _0x4605a3=this['getRootParentFile'](_0x37a8c7[_0x31833d(0x172)])||(_0x37a8c7[_0x31833d(0x172)][_0x31833d(0x19c)]&&_0x37a8c7[_0x31833d(0x172)][_0x31833d(0x19c)][_0x31833d(0x129)]?this[_0x31833d(0x1f1)](_0x37a8c7[_0x31833d(0x172)][_0x31833d(0x19c)]['currentTest']):null);if(_0x4605a3)return _0x4605a3;_0x37a8c7[_0x31833d(0x172)][_0x31833d(0x109)]&&_0x42d8ba[_0x31833d(0x120)](_0x37a8c7['parent'][_0x31833d(0x109)]['length'],0x0)&&_0x37a8c7[_0x31833d(0x172)][_0x31833d(0x109)][_0x31833d(0x198)](_0x128c77=>{const _0x313427=_0x31833d,_0x5d2658=_0x128c77[_0x313427(0x19c)]?this[_0x313427(0x1f1)](_0x128c77['ctx']):null;if(_0x5d2658)return _0x5d2658;});}return null;}[a4_0x3478f4(0x162)](_0x3b66de){const _0x4aa90a=a4_0x3478f4,_0x212d32={};_0x212d32[_0x4aa90a(0x143)]=function(_0x2be956,_0x2eeab5){return _0x2be956!==_0x2eeab5;};const _0x417f74=_0x212d32,_0x2d9c38=[];if(_0x3b66de&&_0x3b66de[_0x4aa90a(0x172)]){let _0x5d6b4e=_0x3b66de[_0x4aa90a(0x172)];while(_0x5d6b4e&&_0x417f74[_0x4aa90a(0x143)](_0x5d6b4e[_0x4aa90a(0x189)],'')){_0x2d9c38[_0x4aa90a(0x102)](_0x5d6b4e[_0x4aa90a(0x189)]),_0x5d6b4e=_0x5d6b4e[_0x4aa90a(0x172)];}}return _0x2d9c38;}[a4_0x3478f4(0x115)](_0x1d72a0,_0x1c7b27,_0x2a8609=undefined){const _0x2d87d3=a4_0x3478f4,_0x2663f9={'XwFxD':function(_0x377bc8,_0x2969e7){return _0x377bc8(_0x2969e7);},'uPlPx':function(_0x1f64ea){return _0x1f64ea();},'iZBnr':function(_0xa1a565,_0x1be70f){return _0xa1a565(_0x1be70f);},'wuUFb':'util','PCZsA':_0x2d87d3(0x14d),'uCFFf':function(_0x451857,_0x148239){return _0x451857!==_0x148239;},'AwzyG':_0x2d87d3(0x1c1),'rifik':_0x2d87d3(0x144),'bLucF':_0x2d87d3(0x153),'JtIYv':_0x2d87d3(0x1bc),'iRsoM':_0x2d87d3(0x17f),'DVSEG':'javascript','nGwZB':function(_0x262403,_0x4e6f1e){return _0x262403-_0x4e6f1e;},'lWIjA':function(_0x45552e,_0x26de1e,_0x4e82d3,_0x199c13,_0x42a5f7){return _0x45552e(_0x26de1e,_0x4e82d3,_0x199c13,_0x42a5f7);},'asYwk':'integrations','NxJMK':_0x2d87d3(0x19f),'JBqBq':_0x2d87d3(0x1ae),'DWxET':'failure_backtrace','MUEIJ':_0x2d87d3(0x1ec),'RaHzS':_0x2d87d3(0x160),'hKpzH':'expanded','vGciy':function(_0x5e29cc,_0xd09c38){return _0x5e29cc===_0xd09c38;},'WyeZQ':_0x2d87d3(0x117),'ymDBF':_0x2d87d3(0x1a4)};if(!this[_0x2d87d3(0x18d)])return;try{if(_0x1c7b27['fn']&&_0x1c7b27['fn']['toString']()[_0x2d87d3(0x1b7)](/browserstack internal helper hook/))return;const _0x2d277e=_0x2663f9[_0x2d87d3(0x1c0)](parseEvent,_0x1d72a0);if(!_0x2d277e)return;if(_0x2d277e[_0x2d87d3(0x110)]){this[_0x2d87d3(0x129)]=_0x1c7b27,this[_0x2d87d3(0x103)]=null;if(_0x2d277e[_0x2d87d3(0x14a)]||_0x2d277e[_0x2d87d3(0x17f)]){_0x1c7b27['startedAt']=new Date(),_0x1c7b27[_0x2d87d3(0x186)]=![];if(!_0x1c7b27['testAnalyticsId'])_0x1c7b27[_0x2d87d3(0x1e1)]=_0x2663f9[_0x2d87d3(0x1d3)](uuidv4);else _0x1c7b27[_0x2d87d3(0x186)]&&(!_0x1c7b27['retryOf']&&(_0x1c7b27[_0x2d87d3(0x10c)]=_0x1c7b27[_0x2d87d3(0x1e1)]),_0x1c7b27[_0x2d87d3(0x1e1)]=_0x2663f9[_0x2d87d3(0x1d3)](uuidv4));}}else{if(_0x2d277e['hook']){this[_0x2d87d3(0x103)]=_0x1c7b27;if(_0x2d277e['started']){_0x1c7b27[_0x2d87d3(0x138)]=new Date(),_0x1c7b27[_0x2d87d3(0x186)]=![];if(!_0x1c7b27[_0x2d87d3(0x14f)])_0x1c7b27[_0x2d87d3(0x14f)]=_0x2663f9[_0x2d87d3(0x1d3)](uuidv4);else _0x1c7b27[_0x2d87d3(0x14f)]&&_0x1c7b27['markedStatus']&&(_0x1c7b27[_0x2d87d3(0x14f)]=_0x2663f9[_0x2d87d3(0x1d3)](uuidv4));}}}if(_0x2d277e['finished']&&_0x1c7b27['markedStatus'])return;let _0x348b53;try{_0x348b53=this[_0x2d87d3(0x1f1)](_0x1c7b27);}catch(_0x47c8b3){logger[_0x2d87d3(0x178)](_0x2d87d3(0x141)+_0x47c8b3),_0x348b53=null;}const _0x406370=_0x2663f9['iZBnr'](require,_0x2663f9[_0x2d87d3(0x15f)]);let _0x470aac=[];_0x2a8609&&(_0x470aac=[_0x2a8609,_0x2663f9[_0x2d87d3(0x119)]]);const _0x1b1c4a=_0x2663f9[_0x2d87d3(0x1d2)](_0x1c7b27[_0x2d87d3(0x1d5)],undefined)?_0x406370[_0x2d87d3(0x133)](_0x1c7b27[_0x2d87d3(0x1d5)][0x0]):_0x2663f9[_0x2d87d3(0x1d2)](_0x2a8609,undefined)?_0x2a8609[_0x2d87d3(0x128)]():undefined,_0x278b34=_0x348b53?this[_0x2d87d3(0x1c9)](_0x348b53):null,_0x5ed90b=_0x348b53?this[_0x2d87d3(0x1f4)][_0x2d87d3(0x158)](this[_0x2d87d3(0x1f1)](_0x1c7b27)):_0x2663f9[_0x2d87d3(0x15c)];let _0x3b150e=_0x2663f9[_0x2d87d3(0x1bd)];const _0x4751ed=!_0x2d277e[_0x2d87d3(0x14a)]?new Date()['toISOString']():null;if(_0x2d277e[_0x2d87d3(0x1aa)])_0x3b150e=_0x2a8609?_0x2663f9[_0x2d87d3(0x1ad)]:_0x2663f9[_0x2d87d3(0x16d)],_0x1c7b27[_0x2d87d3(0x186)]=!![];else _0x2d277e[_0x2d87d3(0x17f)]&&(_0x3b150e=_0x2663f9[_0x2d87d3(0x15d)],_0x1c7b27[_0x2d87d3(0x186)]=!![]);const _0x379c85={'framework':this['frameworkName'],'uuid':_0x1c7b27[_0x2d87d3(0x1e1)]||_0x1c7b27[_0x2d87d3(0x14f)],'name':_0x1c7b27[_0x2d87d3(0x189)],'body':{'lang':_0x2663f9[_0x2d87d3(0x142)],'code':_0x1c7b27[_0x2d87d3(0x156)][_0x2d87d3(0x128)]()},'type':_0x1c7b27[_0x2d87d3(0x1c7)],'scope':_0x1c7b27['fullTitle'](),'scopes':this[_0x2d87d3(0x162)](_0x1c7b27),'file_name':_0x5ed90b,'vc_filepath':_0x278b34?path[_0x2d87d3(0x145)](_0x278b34,_0x348b53):null,'location':_0x5ed90b,'result':_0x3b150e,'failure_reason':_0x1b1c4a,'duration_in_ms':_0x1c7b27[_0x2d87d3(0x161)]||(_0x2d277e[_0x2d87d3(0x1aa)]||_0x2d277e[_0x2d87d3(0x17f)])?_0x2663f9[_0x2d87d3(0x1a0)](Date[_0x2d87d3(0x188)](),new Date(_0x1c7b27[_0x2d87d3(0x138)])['getTime']()):null,'started_at':new Date(_0x1c7b27[_0x2d87d3(0x138)])[_0x2d87d3(0x177)](),'finished_at':_0x4751ed,'failure':testOpsHelper[_0x2d87d3(0x121)][_0x2d87d3(0x1cd)](null,_0x470aac),'failure_type':!_0x1b1c4a?null:testOpsHelper[_0x2d87d3(0x1e3)](_0x1b1c4a),'retry_of':_0x1c7b27[_0x2d87d3(0x10c)]||null,'tags':_0x1c7b27[_0x2d87d3(0x1b2)]||[],'customRerunParam':{'rerun_name':_0x1c7b27[_0x2d87d3(0x17e)]()}};_0x2663f9[_0x2d87d3(0x124)](appendTesthubParams,_0x379c85,_0x1d72a0,_0x1c7b27,FRAMEWORKS[_0x2d87d3(0x180)]);if(_0x2d277e[_0x2d87d3(0x1cf)])[_0x379c85[_0x2d87d3(0x16e)],_0x379c85['name']]=[this[_0x2d87d3(0x1e9)](_0x1c7b27),_0x1c7b27['ctx']['test'][_0x2d87d3(0x189)]],_0x2d277e[_0x2d87d3(0x1aa)]?_0x2663f9[_0x2d87d3(0x1d2)](_0x379c85[_0x2d87d3(0x174)],_0x2663f9[_0x2d87d3(0x1ad)])&&(_0x379c85[_0x2d87d3(0x174)]=_0x2663f9[_0x2d87d3(0x16d)]):_0x379c85['body']={};else _0x2d277e[_0x2d87d3(0x110)]&&(this['mapTestHooks'](_0x1c7b27),_0x2d277e['skipped']&&this[_0x2d87d3(0x130)](_0x1c7b27),(_0x2d277e[_0x2d87d3(0x1aa)]||_0x2d277e[_0x2d87d3(0x17f)])&&(_0x379c85[_0x2d87d3(0x126)]=this[_0x2d87d3(0x11d)](_0x1c7b27)));this[_0x2d87d3(0x125)]&&(_0x2d277e[_0x2d87d3(0x14a)]||_0x2d277e[_0x2d87d3(0x17f)])&&(_0x379c85[_0x2663f9[_0x2d87d3(0x1af)]]=this[_0x2d87d3(0x1b9)](this[_0x2d87d3(0x125)]));_0x2d277e[_0x2d87d3(0x110)]&&_0x2d277e[_0x2d87d3(0x1aa)]&&_0x1c7b27['bddSteps']&&(_0x379c85[_0x2663f9[_0x2d87d3(0x100)]]={'feature':{'name':_0x1c7b27[_0x2d87d3(0x172)][_0x2d87d3(0x1c2)][_0x2d87d3(0x116)],'path':_0x379c85[_0x2d87d3(0x10b)],'description':_0x1c7b27['parent'][_0x2d87d3(0x154)]},'scenario':{'name':_0x1c7b27[_0x2d87d3(0x189)]},'steps':_0x1c7b27['bddSteps']});const _0x4b8c7d=_0x379c85[_0x2663f9[_0x2d87d3(0x1df)]][0x0];_0x4b8c7d&&(_0x379c85[_0x2663f9[_0x2d87d3(0x107)]]=_0x4b8c7d[_0x2663f9[_0x2d87d3(0x1b0)]],_0x379c85[_0x2663f9['RaHzS']]=_0x4b8c7d[_0x2663f9[_0x2d87d3(0x1b5)]]);if(_0x1c7b27[_0x2d87d3(0x1ce)])for(const _0x974ec8 of _0x1c7b27['bddSteps']){!_0x974ec8[_0x2d87d3(0x1eb)]&&(_0x974ec8[_0x2d87d3(0x1eb)]=new Date()[_0x2d87d3(0x177)](),_0x2663f9['vGciy'](_0x974ec8['result'],_0x2663f9[_0x2d87d3(0x1bd)])&&(_0x4b8c7d?(_0x974ec8[_0x2d87d3(0x174)]=_0x2663f9[_0x2d87d3(0x1ad)],_0x974ec8['failure']=_0x4b8c7d[_0x2663f9[_0x2d87d3(0x1b0)]][0x0]):_0x974ec8[_0x2d87d3(0x174)]=_0x2663f9[_0x2d87d3(0x16d)]));}const _0x126784={};_0x126784[_0x2d87d3(0x127)]=_0x2d277e[_0x2d87d3(0x17f)]?TEST_EVENTS[_0x2d87d3(0x11c)]:_0x1d72a0;const _0x1d237a=_0x126784;return _0x2d277e[_0x2d87d3(0x1cf)]?_0x1d237a[_0x2663f9['WyeZQ']]=_0x379c85:_0x1d237a[_0x2663f9[_0x2d87d3(0x16a)]]=_0x379c85,_0x1d237a;}catch(_0x27a08a){logger[_0x2d87d3(0x178)](_0x2d87d3(0x1e8)+_0x1d72a0+_0x2d87d3(0x176)+_0x27a08a);}}async[a4_0x3478f4(0x134)](_0x4a6933,_0x3294d6){const _0x2c7197=a4_0x3478f4;if(!this['enabled']||!_0x3294d6||!_0x4a6933)return![];try{return await SessionHandler['uploadEventData'](_0x3294d6);}catch(_0x37de91){logger['debug'](_0x2c7197(0x1e7)+_0x4a6933+_0x2c7197(0x176)+_0x37de91);}}[a4_0x3478f4(0x11e)](_0x3ed771){const _0x19a915=a4_0x3478f4,_0x58e205={};_0x58e205[_0x19a915(0x181)]=_0x19a915(0x144);const _0x3d7231=_0x58e205;return{'id':_0x3ed771[_0x19a915(0x1be)],'text':_0x3ed771['text'],'keyword':_0x3ed771[_0x19a915(0x166)],'started_at':_0x3ed771[_0x19a915(0x138)]['toISOString'](),'result':_0x3d7231[_0x19a915(0x181)]};}[a4_0x3478f4(0x10e)](_0x1526f3){const _0x3672ce=a4_0x3478f4,_0x4ded9b={'KamTe':function(_0x4c86a7){return _0x4c86a7();}};!this['currentTest']['bddSteps']&&(this['currentTest'][_0x3672ce(0x1ce)]=[]),!_0x1526f3['stepAnalyticsId']&&(_0x1526f3[_0x3672ce(0x1be)]=_0x4ded9b[_0x3672ce(0x108)](uuidv4),_0x1526f3[_0x3672ce(0x138)]=new Date(),this[_0x3672ce(0x129)]['bddSteps']['push'](this[_0x3672ce(0x11e)](_0x1526f3)));}[a4_0x3478f4(0x168)](_0x408287){const _0xcdf9cd=a4_0x3478f4,_0x20715f={'uaoMF':function(_0x55667e,_0x47f7da){return _0x55667e(_0x47f7da);},'SOvBt':'success','tDfFl':_0xcdf9cd(0x144),'SwxPa':_0xcdf9cd(0x1bc),'JdFaE':function(_0x4945c2,_0x40f95b){return _0x4945c2-_0x40f95b;}};let _0x15ff59=this[_0xcdf9cd(0x129)][_0xcdf9cd(0x1ce)][_0xcdf9cd(0x1a7)](_0x555e9c=>_0x555e9c['id']===_0x408287[_0xcdf9cd(0x1be)]);_0x20715f[_0xcdf9cd(0x1a6)](isUndefined,_0x15ff59)&&(_0x15ff59=this[_0xcdf9cd(0x11e)](_0x408287)),_0x15ff59[_0xcdf9cd(0x174)]=[_0x20715f[_0xcdf9cd(0x148)],_0x20715f[_0xcdf9cd(0x159)]][_0xcdf9cd(0x111)](_0x408287[_0xcdf9cd(0x18a)])?_0x20715f[_0xcdf9cd(0x171)]:_0x408287[_0xcdf9cd(0x18a)],_0x15ff59['finished_at']=new Date()[_0xcdf9cd(0x177)](),_0x15ff59[_0xcdf9cd(0x161)]=_0x20715f[_0xcdf9cd(0x14c)](Date[_0xcdf9cd(0x188)](),_0x408287[_0xcdf9cd(0x138)][_0xcdf9cd(0x1dc)]()),_0x15ff59[_0xcdf9cd(0x1ae)]=_0x408287[_0xcdf9cd(0x14d)]?_0x408287['err'][_0xcdf9cd(0x1c3)]:null;}}const a4_0x3984ae={};a4_0x3984ae[a4_0x3478f4(0x122)]=O11yHelper,a4_0x3984ae['STATE_PASSED']=STATE_PASSED,a4_0x3984ae[a4_0x3478f4(0x140)]=STATE_FAILED,a4_0x3984ae[a4_0x3478f4(0x18e)]=TEST_EVENTS,module['exports']=a4_0x3984ae;
|