browserstack-node-sdk 1.52.3 → 1.53.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/puppeteer/patches.js +1 -1
- package/src/bin/puppeteer/sessionDetails.js +1 -1
- package/src/bin/puppeteer/test.setup.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/puppeteer-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/puppeteer-helper.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_0x1879ab=a1_0x2395;(function(_0x24f4df,_0x1454b4){const _0x425965=a1_0x2395,_0x4c9cd4=_0x24f4df();while(!![]){try{const _0x39200a=-parseInt(_0x425965(0x212))/0x1*(parseInt(_0x425965(0x23e))/0x2)+parseInt(_0x425965(0x236))/0x3*(-parseInt(_0x425965(0x2bf))/0x4)+-parseInt(_0x425965(0x1f7))/0x5*(-parseInt(_0x425965(0x2b7))/0x6)+parseInt(_0x425965(0x249))/0x7*(-parseInt(_0x425965(0x228))/0x8)+parseInt(_0x425965(0x28a))/0x9+-parseInt(_0x425965(0x204))/0xa*(-parseInt(_0x425965(0x239))/0xb)+parseInt(_0x425965(0x201))/0xc;if(_0x39200a===_0x1454b4)break;else _0x4c9cd4['push'](_0x4c9cd4['shift']());}catch(_0x4a0c46){_0x4c9cd4['push'](_0x4c9cd4['shift']());}}}(a1_0x3876,0x3557e));function a1_0x3876(){const _0x1621dc=['__workerDetails','BROWSERSTACK_TESTHUB_JWT','catch','zuNpX','arguments','pid','DRVxf','TestCafe','DPUyA','setSessionName','startMonitoring','oBKgD','currentTest','getResultsSummary','Screenshot\x20path\x20not\x20found','base64','contexts','codeceptjs','qvxqc','then','Performing\x20scan\x20for\x20','pgfbd','SDK_POST_INITIALIZE','__skipSessionStatus','browserStackExecuteDriver','SDK_PRE_TEST','jbKRq','gaKvY','warn','measureWrapper','stringify','LUaLi','version','test-passed','bind','hookType','HOOK_RUN_FINISHED','\x0aStack:\x20','PZKcH','716770kQtdly','helpers','bddStepStart','skipped','test-after','PSShN','GAUjt','class','started','OdQrQ','1858608IwobNz','page','SDK_HOOK','82630GNjDRE','format','title','getAccessibilityResultsSummary','zjNYm','captureError','performScan','titlePath','cxBZq','status','GET_RESULTS_SUMMARY','../../helpers/accessibility-automation/scripts','SDK_PRE_INITIALIZE','BAWBg','435079iYlqvT','comment','Element','addRequestSpy','Playwright','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','container','chAzL','FCquz','JYEFa','SDK_POST_TEST','gXAaZ','codeceptjs/lib/helper/WebDriver.js','HOOK_RUN_STARTED','toString','aApjH','ySKRd','saveScreenshot','codeceptjs/lib/recorder.js','passed','chromium','qZtJQ','104HHaGGy','browserstackTestName','end','util','TEST_RUN_SKIPPED','readFileSync','BXJvX','browserstack_executor:\x20','rBwWK','../../helpers/performance/performance-tester','accessibilityPlatform','webdriverio','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','XJIaj','3qwpHCF','./o11yHelper','testAnalyticsId','572UDVSuv','test','getAccessibilityResults','Puppeteer','test-started','2EKWVfH','../../helpers/accessibility-automation/helper','sHFQp','fXRKf','IuuXj','FevkZ','EQtgS','./helper.js','fofvS','VrcfJ','vXRyT','102473iMvyxT','QvonC','call','BzXjZ','step','FRAMEWORK_DETAILS','push','bs:addLog:','gGCFr','MQFBb','reason','filter','apply','cHxxG','hojCZ','captureEvent','add','bLVYR','browser','after','tOURZ','NKqnt','url','slice','bstackAllyScanning','TEST_LOG','skipSessionStatus','fireEvent','getSyncScript','TEST_SCREENSHOT','lEWXL','NcPYX','yXCtK','NAjCM','QGRPo','SAVE_RESULTS','startsWith','BS_TESTOPS_ALLOW_SCREENSHOTS','thJwtToken','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','toISOString','eQFtN','initSaveScreenshot','WlcJP','bddStep','DBGdz','failed','XIHlK','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','gVxmj','action','isArray','hook-failed','SESSION_NAME','enabled','PkWMJ','executeScript','rsFMI','name','saveTestResults','start','command','message','config','BS_A11Y_JWT','3310164jdOmKp','niCPv','skipSessionName','uiJDP','patchSaveScreenshot','lznzi','PGxSY','nwOwj','all','HZjwn','step-comment','TxLOy','GET_RESULTS','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','bddStepFinish','TEST_RUN_FINISHED','uFYlc','_setPage','nKVlt','BmjUZ','ENV_VAR','SYNC','../../helpers/request-spy','codeceptjs/lib/helper/Playwright.js','gJYWa','Adrab','a11y_core_config','screenshotOutputFolder','LZTXw','from','hook-passed','rCHiu','IEzrn','getResults','afterTest','__driver','stack','stop','../../helpers/testhub/constants.js','Failed\x20to\x20execute\x20_before:\x20','pages','test-failed','hook-started','commandsToWrap','shouldWrapCommand','6LQcNaO','gPoZD','ctx','wRoDJ','patch','uEWSk','PERFORM_SCAN','find','1007320zLSlky','event','WRhJJ','tpWWL','emit','args','../../helpers/globals.js','constructor','parse','WOoig','_before','../../helpers/performance/constants','ielkA','debug','browserContext','before','SDK_TEST','env','thTestRunUuid','kdpqd','TEST_RUN_STARTED','hook','../../helpers/logger','codeceptjs/lib/index.js','TmKTg','prototype','dispatcher'];a1_0x3876=function(){return _0x1621dc;};return a1_0x3876();}const fs=require('fs'),util=require(a1_0x1879ab(0x22b)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require('../../helpers/helper'),logger=require(a1_0x1879ab(0x1cb))['winstonLogger'],testOpsHelper=require('../../helpers/test-observability/utils'),requestSpy=require(a1_0x1879ab(0x2a0)),PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x1879ab(0x237)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x1879ab(0x23f)),AccessibilityHelper=require('../../bin/playwright/accessibility-helper'),scripts=require(a1_0x1879ab(0x20f)),PerformanceTester=require(a1_0x1879ab(0x231)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x1879ab(0x1c0)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x1879ab(0x245)),testHubConstants=require(a1_0x1879ab(0x2b0)),globals=require(a1_0x1879ab(0x1bb)),CodeceptJS=requireModule(a1_0x1879ab(0x1cc),a1_0x1879ab(0x1e1)),CodeceptUtils=requireModule('codeceptjs/lib/utils.js',a1_0x1879ab(0x1e1)),CodeceptWebDriver=requireModule(a1_0x1879ab(0x21e),a1_0x1879ab(0x1e1)),CodeceptRecorder=requireModule(a1_0x1879ab(0x224),'codeceptjs'),CodeceptPlaywright=requireModule(a1_0x1879ab(0x2a1),'codeceptjs'),playwrightMarkSessionStatus=(_0x23336d,_0x304ec7,_0x28a689)=>{const _0x4870ce=a1_0x1879ab,_0x5cc9ed={'kiMcO':'setSessionStatus','rCHiu':function(_0x57434d,_0x50aace){return _0x57434d(_0x50aace);}},_0xaaab41={};_0xaaab41[_0x4870ce(0x20d)]=_0x304ec7;const _0x3284ec={};_0x3284ec[_0x4870ce(0x27b)]=_0x5cc9ed['kiMcO'],_0x3284ec[_0x4870ce(0x1d4)]=_0xaaab41;const _0x5b6539=_0x3284ec;return!_0x5cc9ed[_0x4870ce(0x2a9)](isUndefined,_0x28a689)&&(_0x5b6539['arguments'][_0x4870ce(0x253)]=JSON['stringify'](_0x28a689)),_0x23336d[_0x4870ce(0x281)](()=>{},_0x4870ce(0x22f)+JSON[_0x4870ce(0x1ee)](_0x5b6539));},o11ySync=PerformanceTester[a1_0x1879ab(0x1ed)](PerformanceO11yEvents[a1_0x1879ab(0x29f)],async _0x2a719e=>{const _0x5a9ce1=a1_0x1879ab,_0x390b56={};_0x390b56[_0x5a9ce1(0x248)]=function(_0x4eaf4e,_0x1b4fca){return _0x4eaf4e===_0x1b4fca;},_0x390b56[_0x5a9ce1(0x221)]=_0x5a9ce1(0x216);const _0x55e009=_0x390b56;_0x55e009[_0x5a9ce1(0x248)](_0x2a719e[_0x5a9ce1(0x1bc)][_0x5a9ce1(0x283)],_0x55e009['aApjH'])?await _0x2a719e[_0x5a9ce1(0x281)](_0xd5b6b6=>{},testOpsHelper[_0x5a9ce1(0x265)]()):await _0x2a719e[_0x5a9ce1(0x281)](testOpsHelper[_0x5a9ce1(0x265)]());}),markSessionName=PerformanceTester[a1_0x1879ab(0x1ed)](PerformanceAutEvents[a1_0x1879ab(0x27e)],async(_0x34ef6e,_0x14bffd)=>{const _0x44d95d=a1_0x1879ab,_0x46ae78={};_0x46ae78[_0x44d95d(0x272)]=_0x44d95d(0x1d9),_0x46ae78[_0x44d95d(0x256)]=function(_0x453809,_0x4ecab4){return _0x453809===_0x4ecab4;},_0x46ae78[_0x44d95d(0x235)]=_0x44d95d(0x216);const _0x186d1e=_0x46ae78,_0x6aaeb3={};_0x6aaeb3['name']=_0x14bffd;const _0xa6cbbf={};_0xa6cbbf['action']=_0x186d1e[_0x44d95d(0x272)],_0xa6cbbf[_0x44d95d(0x1d4)]=_0x6aaeb3;const _0x3e5114=_0xa6cbbf;_0x186d1e[_0x44d95d(0x256)](_0x34ef6e[_0x44d95d(0x1bc)][_0x44d95d(0x283)],_0x186d1e[_0x44d95d(0x235)])?await _0x34ef6e[_0x44d95d(0x281)](()=>{},_0x44d95d(0x22f)+JSON[_0x44d95d(0x1ee)](_0x3e5114)):await _0x34ef6e['executeScript'](_0x44d95d(0x22f)+JSON['stringify'](_0x3e5114));}),patchSaveScreenshot=_0x2c83f5=>{const _0x4c217d=a1_0x1879ab,_0x67a967={'LUaLi':_0x4c217d(0x1df),'ielkA':_0x4c217d(0x266),'ITmEA':function(_0x318814){return _0x318814();},'gGCFr':function(_0x50fa81,_0x4384dd){return _0x50fa81(_0x4384dd);},'yXCtK':_0x4c217d(0x1de)};_0x67a967[_0x4c217d(0x251)](isTrue,process[_0x4c217d(0x1c6)][_0x4c217d(0x26e)])&&!_0x2c83f5['patchSaveScreenshot']&&(_0x2c83f5[_0x4c217d(0x28e)]=!![],_0x2c83f5['initSaveScreenshot']=_0x2c83f5[_0x4c217d(0x223)],_0x2c83f5[_0x4c217d(0x223)]=(_0x3fecd3,_0x5d48b1=![])=>{const _0x2aefd4=_0x4c217d,_0x3817bb={'SrEEJ':_0x67a967[_0x2aefd4(0x1ef)],'gVxmj':_0x67a967[_0x2aefd4(0x1c1)],'chAzL':function(_0x3d3580){return _0x67a967['ITmEA'](_0x3d3580);},'fwSBP':function(_0x1870ec,_0x53fffa){const _0x292af0=_0x2aefd4;return _0x67a967[_0x292af0(0x251)](_0x1870ec,_0x53fffa);},'IEzrn':_0x67a967[_0x2aefd4(0x269)]};return new Promise(function(_0x4765dc,_0x13f026){const _0x46a2e7=_0x2aefd4,_0x162eae={'rAVLc':_0x3817bb['SrEEJ'],'qvxqc':_0x3817bb[_0x46a2e7(0x27a)],'hojCZ':function(_0x1ec20e){const _0x311646=_0x46a2e7;return _0x3817bb[_0x311646(0x219)](_0x1ec20e);},'BzXjZ':function(_0x499c1a,_0x15653f){return _0x3817bb['fwSBP'](_0x499c1a,_0x15653f);},'oBKgD':_0x3817bb[_0x46a2e7(0x2aa)]};_0x2c83f5[_0x46a2e7(0x273)](_0x3fecd3,_0x5d48b1)[_0x46a2e7(0x1e3)](()=>{const _0x300495=_0x46a2e7,_0x40b689=CodeceptUtils[_0x300495(0x2a5)](_0x3fecd3);if(_0x40b689){const _0x30586a=fs[_0x300495(0x22d)](_0x40b689);process[_0x300495(0x1b9)](_0x300495(0x250)+process[_0x300495(0x1d5)],{'timestamp':new Date()[_0x300495(0x271)](),'message':_0x30586a[_0x300495(0x220)](_0x162eae['rAVLc']),'kind':_0x162eae[_0x300495(0x1e2)]}),_0x162eae[_0x300495(0x257)](_0x4765dc);}_0x162eae[_0x300495(0x24c)](_0x13f026,new Error(_0x162eae[_0x300495(0x1db)]));})[_0x46a2e7(0x1d2)](()=>null);});});},patchWebDriverBefore=_0xb9e716=>{const _0x434510=a1_0x1879ab,_0x554e4a={'VCxBW':function(_0x5c69a0){return _0x5c69a0();},'ySKRd':function(_0x5542cf,_0x23dbfe){return _0x5542cf(_0x23dbfe);},'QGRPo':function(_0x52c03e,_0x2a03da){return _0x52c03e===_0x2a03da;},'niCPv':_0x434510(0x233),'uiJDP':'string','HZjwn':_0x434510(0x214)},_0x2754fd=async function(_0x50c948,_0x5a0d88){const _0x517aa3=_0x434510;_0x554e4a['VCxBW'](isAccessibilityAutomationSession)&&!global[_0x517aa3(0x261)]&&global[_0x517aa3(0x232)]&&scripts[_0x517aa3(0x2b6)](_0x50c948[_0x517aa3(0x283)])&&_0x554e4a[_0x517aa3(0x222)](shouldPatchExecuteScript,arguments[0x2])&&(global['bstackAllyScanning']=!![],await PerformanceTester[_0x517aa3(0x1ed)](PerformanceA11yEvents[_0x517aa3(0x2bd)],async()=>{const _0x24c03f=_0x517aa3;logger[_0x24c03f(0x1c2)](_0x24c03f(0x1e4)+_0x50c948[_0x24c03f(0x1fe)]+'\x20'+_0x50c948[_0x24c03f(0x283)]),await AccessibilityHelper[_0x24c03f(0x1e8)](_0xb9e716,scripts['performScan']);},{'command':_0x50c948[_0x517aa3(0x283)]})());global[_0x517aa3(0x261)]=![];const _0x2a893f=JSON['parse'](process[_0x517aa3(0x1c6)][_0x517aa3(0x24e)]||'{}');if(_0x554e4a[_0x517aa3(0x26b)](_0x2a893f?.['testFramework']?.[_0x517aa3(0x283)],_0x554e4a[_0x517aa3(0x28b)])&&_0x554e4a[_0x517aa3(0x26b)](typeof _0x2a893f?.['testFramework']?.[_0x517aa3(0x1f0)],_0x554e4a[_0x517aa3(0x28d)])&&_0x2a893f?.['testFramework']?.[_0x517aa3(0x1f0)][_0x517aa3(0x26d)]('7'))return _0x5a0d88[_0x517aa3(0x255)](null,Array[_0x517aa3(0x1ce)][_0x517aa3(0x260)][_0x517aa3(0x24b)](arguments,0x2));return _0x5a0d88[_0x517aa3(0x255)](this,Array[_0x517aa3(0x1ce)]['slice'][_0x517aa3(0x24b)](arguments,0x2));},_0x13d305=CodeceptWebDriver[_0x434510(0x1ce)][_0x434510(0x1bf)];CodeceptWebDriver[_0x434510(0x1ce)][_0x434510(0x1bf)]=async function(){const _0x1ef3c4=_0x434510,_0x11628b={'lznzi':function(_0x3fadc9,_0x186d6e){return _0x554e4a['QGRPo'](_0x3fadc9,_0x186d6e);},'EQtgS':_0x554e4a[_0x1ef3c4(0x293)]};try{await _0x13d305['apply'](this,arguments);}catch(_0x1dd3b0){logger['debug'](_0x1ef3c4(0x2b1)+util[_0x1ef3c4(0x205)](_0x1dd3b0));}scripts[_0x1ef3c4(0x2b5)][_0x1ef3c4(0x254)](_0x486adf=>_0x486adf[_0x1ef3c4(0x283)]&&_0x486adf['class'])['forEach'](_0x4ca8b8=>{const _0x2a77e8=_0x1ef3c4;this[_0x2a77e8(0x25b)]['overwriteCommand'](_0x4ca8b8['name'],_0x2754fd[_0x2a77e8(0x1f2)](this,_0x4ca8b8),_0x11628b[_0x2a77e8(0x28f)](_0x4ca8b8['class'],_0x11628b[_0x2a77e8(0x244)]));}),_0x554e4a['ySKRd'](processWebDriverConfig,_0xb9e716);};};function a1_0x2395(_0x5d7725,_0x708c6d){const _0x38763f=a1_0x3876();return a1_0x2395=function(_0x2395dc,_0x5e86d0){_0x2395dc=_0x2395dc-0x1b7;let _0x4762f2=_0x38763f[_0x2395dc];return _0x4762f2;},a1_0x2395(_0x5d7725,_0x708c6d);}function parseJwt(_0xc2c2d6){const _0x383a82=a1_0x1879ab,_0x1f308b={};_0x1f308b['QvonC']=_0x383a82(0x1df);const _0x1f7f6a=_0x1f308b;if(!_0xc2c2d6)return null;return JSON[_0x383a82(0x1bd)](Buffer[_0x383a82(0x2a7)](_0xc2c2d6['split']('.')[0x1],_0x1f7f6a[_0x383a82(0x24a)])[_0x383a82(0x220)]());}const patchPlaywrightBefore=()=>{const _0x3ff14d=a1_0x1879ab,_0x115a8d={'gXAaZ':'--auto-open-devtools-for-tabs','DPUyA':function(_0x357b41){return _0x357b41();},'mbkhM':function(_0x37812e,_0x37e08d){return _0x37812e(_0x37e08d);},'uEWSk':'devtools://','VrcfJ':function(_0x406f94,_0x39076e){return _0x406f94+_0x39076e;},'Adrab':_0x3ff14d(0x1f5),'BmjUZ':function(_0x5b492a){return _0x5b492a();},'kdpqd':function(_0x406586){return _0x406586();},'pPTFO':function(_0x3a9c8e){return _0x3a9c8e();}};PlaywrightSessionDetails[_0x3ff14d(0x2bb)]();const _0x4b459e=CodeceptPlaywright[_0x3ff14d(0x1ce)][_0x3ff14d(0x1bf)];CodeceptPlaywright[_0x3ff14d(0x1ce)][_0x3ff14d(0x1bf)]=async function(){const _0xee4286=_0x3ff14d,_0xc32085={'rBwWK':function(_0x173110){const _0x4f0959=a1_0x2395;return _0x115a8d[_0x4f0959(0x29d)](_0x173110);},'TmKTg':_0x115a8d['uEWSk']};this['browserContext']=await this[_0xee4286(0x25b)][_0xee4286(0x1e0)]()[0x0];const _0x584bb6=async()=>{const _0x4a4f53=_0xee4286,_0x1c889c=this[_0x4a4f53(0x288)]&&this[_0x4a4f53(0x288)][_0x4a4f53(0x226)]&&this[_0x4a4f53(0x288)]['chromium'][_0x4a4f53(0x1ba)]&&Array[_0x4a4f53(0x27c)](this['config'][_0x4a4f53(0x226)]['args'])&&this[_0x4a4f53(0x288)][_0x4a4f53(0x226)][_0x4a4f53(0x1ba)]['includes'](_0x115a8d[_0x4a4f53(0x21d)]);if(_0x115a8d['DPUyA'](isAccessibilityAutomationSession)&&!_0x1c889c)try{const _0x957322=_0x115a8d['mbkhM'](parseJwt,process['env'][_0x4a4f53(0x289)]);if(_0x957322&&_0x957322[_0x4a4f53(0x2a4)]&&_0x957322['a11y_core_config']['domForge']){const _0x4d614f=this[_0x4a4f53(0x1c3)][_0x4a4f53(0x2b2)][_0x4a4f53(0x1f2)](this[_0x4a4f53(0x1c3)]);this['browserContext'][_0x4a4f53(0x2b2)]=async function(){const _0x5d4b92=_0x4a4f53,_0x5001ea=await _0xc32085[_0x5d4b92(0x230)](_0x4d614f),_0x3e462c=[];for(const _0x58392b of _0x5001ea){try{const _0x269592=await _0x58392b[_0x5d4b92(0x25f)]();!_0x269592[_0x5d4b92(0x26d)](_0xc32085[_0x5d4b92(0x1cd)])&&_0x3e462c[_0x5d4b92(0x24f)](_0x58392b);}catch(_0x14f6b0){_0x3e462c[_0x5d4b92(0x24f)](_0x58392b);}}return _0x3e462c;};}if(!_0x115a8d[_0x4a4f53(0x1d8)](isBrowserstackInfra)){const _0xac8bd5=await this[_0x4a4f53(0x202)][_0x4a4f53(0x25f)]();if(_0xac8bd5[_0x4a4f53(0x26d)](_0x115a8d[_0x4a4f53(0x2bc)])){const _0x2285a8=await this[_0x4a4f53(0x1c3)][_0x4a4f53(0x2b2)]();this[_0x4a4f53(0x29b)](_0x2285a8[0x0]);}}}catch(_0x25ace1){logger[_0x4a4f53(0x1c2)]('Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20'+_0x25ace1[_0x4a4f53(0x287)]+(_0x25ace1[_0x4a4f53(0x2ae)]?_0x115a8d[_0x4a4f53(0x247)](_0x115a8d[_0x4a4f53(0x2a3)],_0x25ace1['stack']):''));}};_0x115a8d[_0xee4286(0x1d8)](isBrowserstackInfra)&&await _0x115a8d[_0xee4286(0x1c8)](_0x584bb6),await _0x4b459e[_0xee4286(0x255)](this,arguments),!_0x115a8d['pPTFO'](isBrowserstackInfra)&&await _0x115a8d[_0xee4286(0x1d8)](_0x584bb6);};},getCodeceptDriver=()=>{const _0x160254=a1_0x1879ab,_0x561687={};_0x561687[_0x160254(0x227)]='WebDriver',_0x561687['cxBZq']='Playwright',_0x561687[_0x160254(0x21b)]=_0x160254(0x23c),_0x561687[_0x160254(0x1f6)]=_0x160254(0x1d7);const _0x30ca5b=_0x561687,_0x3c8e80=[_0x30ca5b[_0x160254(0x227)],_0x30ca5b[_0x160254(0x20c)],_0x30ca5b['JYEFa'],_0x30ca5b[_0x160254(0x1f6)]],_0x1465b1=_0x3c8e80[_0x160254(0x2be)](_0x5841b8=>!!CodeceptJS[_0x160254(0x218)][_0x160254(0x1f8)](_0x5841b8));if(!_0x1465b1)return null;return CodeceptJS['container']['helpers'](_0x1465b1);};module['exports']=function(_0x58ff9f){const _0x4939a1=a1_0x1879ab,_0x13f02a={'FCquz':function(_0x38fc36){return _0x38fc36();},'NcPYX':function(_0x1bef0f,_0x5a48e6){return _0x1bef0f(_0x5a48e6);},'fofvS':_0x4939a1(0x23b),'aFnjE':_0x4939a1(0x234),'sHFQp':_0x4939a1(0x207),'FevkZ':_0x4939a1(0x217),'TxLOy':function(_0x4901a0,_0x2cc766){return _0x4901a0(_0x2cc766);},'nKVlt':_0x4939a1(0x2b4),'zjNYm':_0x4939a1(0x2a8),'tOURZ':_0x4939a1(0x27d),'wRoDJ':_0x4939a1(0x229),'gJYWa':function(_0x239186){return _0x239186();},'DBGdz':'test-before','nwOwj':function(_0xe426eb,_0x4da4b3){return _0xe426eb(_0x4da4b3);},'PkWMJ':function(_0x5fdc91,_0x4b3d70,_0x2af802){return _0x5fdc91(_0x4b3d70,_0x2af802);},'MQFBb':_0x4939a1(0x23d),'WRhJJ':function(_0x4cfa60){return _0x4cfa60();},'WOoig':_0x4939a1(0x1f1),'OdQrQ':function(_0x219bac,_0x19051d,_0x275c5d,_0x13bec9){return _0x219bac(_0x19051d,_0x275c5d,_0x13bec9);},'PGxSY':function(_0x12a1ea,_0x4ed939){return _0x12a1ea===_0x4ed939;},'fXRKf':'Suite','IuuXj':_0x4939a1(0x2b3),'jbKRq':'test-skipped','uFYlc':_0x4939a1(0x2ac),'BXJvX':function(_0x355400,_0x57a6a2,_0x524f07){return _0x355400(_0x57a6a2,_0x524f07);},'PSShN':_0x4939a1(0x297),'NKqnt':_0x4939a1(0x1fb),'NAjCM':'INFO','BAWBg':_0x4939a1(0x262),'XIHlK':_0x4939a1(0x294),'zuNpX':'bddStep-before','bLVYR':'bddStep-after','gPoZD':'Playwright'};_0x58ff9f[_0x4939a1(0x263)]&&(global[_0x4939a1(0x1e7)]=_0x58ff9f['skipSessionStatus']);PerformanceTester[_0x4939a1(0x1da)]();const _0x4f1aa3=_0x13f02a[_0x4939a1(0x2a2)](getCodeceptDriver),_0x4c4cbc=new O11yHelper(_0x4f1aa3,_0x58ff9f),_0x268ba1=!!CodeceptJS[_0x4939a1(0x218)][_0x4939a1(0x1f8)](_0x13f02a[_0x4939a1(0x2b8)]);global[_0x4939a1(0x2ad)]=_0x4f1aa3,_0x4f1aa3&&(PerformanceTester[_0x4939a1(0x1ed)](PerformanceEvents[_0x4939a1(0x210)],()=>{const _0x6dafa5=_0x4939a1;_0x268ba1?_0x13f02a[_0x6dafa5(0x21a)](patchPlaywrightBefore):_0x13f02a[_0x6dafa5(0x268)](patchWebDriverBefore,_0x4f1aa3);})(),PerformanceTester[_0x4939a1(0x1ed)](PerformanceEvents[_0x4939a1(0x1e6)],()=>{const _0x527942=_0x4939a1,_0x22c454={};_0x22c454[_0x527942(0x2a6)]=_0x13f02a[_0x527942(0x240)],_0x22c454[_0x527942(0x267)]=_0x13f02a[_0x527942(0x243)];const _0x21f2ba=_0x22c454;_0x4f1aa3[_0x527942(0x207)]=async()=>{const _0x1dea24=_0x527942;if(global[_0x1dea24(0x232)]){const _0x1ccc81={};return _0x1ccc81['command']=_0x21f2ba[_0x1dea24(0x2a6)],await PerformanceTester[_0x1dea24(0x1ed)](PerformanceA11yEvents[_0x1dea24(0x2bd)],async()=>{const _0x3157bb=_0x1dea24;return await AccessibilityHelper[_0x3157bb(0x1e8)](_0x4f1aa3,scripts[_0x3157bb(0x20a)]);},_0x1ccc81)(),await PerformanceTester[_0x1dea24(0x1ed)](PerformanceA11yEvents[_0x1dea24(0x20e)],async()=>{const _0x59861c=_0x1dea24;return await AccessibilityHelper['browserStackExecuteDriver'](_0x4f1aa3,scripts[_0x59861c(0x1dd)]);})();}return logger['warn'](_0x21f2ba['lEWXL']),{};},_0x4f1aa3['getAccessibilityResults']=async()=>{const _0x327d42=_0x527942;if(global[_0x327d42(0x232)]){const _0x2c2834={};return _0x2c2834[_0x327d42(0x286)]=_0x13f02a[_0x327d42(0x246)],await PerformanceTester[_0x327d42(0x1ed)](PerformanceA11yEvents[_0x327d42(0x2bd)],async()=>{const _0xd85430=_0x327d42;return await AccessibilityHelper[_0xd85430(0x1e8)](_0x4f1aa3,scripts[_0xd85430(0x20a)]);},_0x2c2834)(),await PerformanceTester[_0x327d42(0x1ed)](PerformanceA11yEvents[_0x327d42(0x296)],async()=>{const _0x5ddbcc=_0x327d42;return await AccessibilityHelper['browserStackExecuteDriver'](_0x4f1aa3,scripts[_0x5ddbcc(0x2ab)]);})();}return logger[_0x327d42(0x1ec)](_0x13f02a['aFnjE']),{};},_0x13f02a[_0x527942(0x295)](patchSaveScreenshot,_0x4f1aa3);})()),CodeceptJS[_0x4939a1(0x2c0)][_0x4939a1(0x1cf)]['on'](CodeceptJS['event'][_0x4939a1(0x292)][_0x4939a1(0x1c4)],()=>{const _0x57d479=_0x4939a1;PerformanceTester[_0x57d479(0x285)](PerformanceEvents[_0x57d479(0x1e9)]);try{_0x4c4cbc[_0x57d479(0x285)](),testOpsHelper[_0x57d479(0x215)](),PerformanceTester['end'](PerformanceEvents[_0x57d479(0x1e9)]);}catch(_0x417016){PerformanceTester['captureError'](_0x417016),PerformanceTester[_0x57d479(0x22a)](PerformanceEvents[_0x57d479(0x1e9)],![],_0x417016);}}),CodeceptJS[_0x4939a1(0x2c0)]['dispatcher']['on'](CodeceptJS[_0x4939a1(0x2c0)][_0x4939a1(0x292)]['after'],async()=>{const _0x2b9d9e=_0x4939a1;PerformanceTester[_0x2b9d9e(0x285)](PerformanceEvents[_0x2b9d9e(0x21c)]);try{requestSpy['restore'](),await _0x4c4cbc[_0x2b9d9e(0x2af)](),PerformanceTester['end'](PerformanceEvents[_0x2b9d9e(0x21c)]);}catch(_0x2b6d77){PerformanceTester[_0x2b9d9e(0x209)](_0x2b6d77),PerformanceTester[_0x2b9d9e(0x22a)](PerformanceEvents[_0x2b9d9e(0x21c)],![],_0x2b6d77);}finally{PerformanceTester['stopMonitoring']();}}),CodeceptJS[_0x4939a1(0x2c0)]['dispatcher']['on'](CodeceptJS[_0x4939a1(0x2c0)][_0x4939a1(0x1ca)][_0x4939a1(0x1ff)],_0x5392c3=>{const _0x3140b7=_0x4939a1;PerformanceTester[_0x3140b7(0x285)](PerformanceEvents[_0x3140b7(0x203)]);try{const _0x452557=_0x5392c3[_0x3140b7(0x2b9)][_0x3140b7(0x23a)],_0x4d4026=_0x4c4cbc[_0x3140b7(0x258)](TEST_EVENTS[_0x3140b7(0x21f)],_0x452557);CodeceptRecorder['add'](()=>_0x4c4cbc[_0x3140b7(0x264)](TEST_EVENTS[_0x3140b7(0x21f)],_0x4d4026));const _0x432239={};_0x432239[_0x3140b7(0x1f3)]=_0x13f02a[_0x3140b7(0x29c)],PerformanceTester[_0x3140b7(0x22a)](PerformanceEvents[_0x3140b7(0x203)],!![],null,_0x432239);}catch(_0x4d94cd){const _0x488bf1={};_0x488bf1[_0x3140b7(0x1f3)]=_0x13f02a['nKVlt'],PerformanceTester['end'](PerformanceEvents[_0x3140b7(0x203)],![],_0x4d94cd,_0x488bf1),PerformanceTester['captureError'](_0x4d94cd);}}),CodeceptJS[_0x4939a1(0x2c0)][_0x4939a1(0x1cf)]['on'](CodeceptJS['event'][_0x4939a1(0x1ca)][_0x4939a1(0x225)],_0x59d266=>{const _0x323922=_0x4939a1,_0x3d9612={};_0x3d9612[_0x323922(0x1f3)]=_0x13f02a[_0x323922(0x208)],PerformanceTester[_0x323922(0x285)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x3d9612);try{const _0x24a691=_0x59d266[_0x323922(0x2b9)][_0x323922(0x23a)],_0x49a3aa=_0x4c4cbc['captureEvent'](TEST_EVENTS[_0x323922(0x1f4)],_0x24a691);CodeceptRecorder[_0x323922(0x259)](()=>_0x4c4cbc[_0x323922(0x264)](TEST_EVENTS[_0x323922(0x1f4)],_0x49a3aa));const _0x3ba6d1={};_0x3ba6d1[_0x323922(0x1f3)]=_0x13f02a[_0x323922(0x208)],PerformanceTester[_0x323922(0x22a)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x3ba6d1);}catch(_0x38593b){PerformanceTester[_0x323922(0x209)](_0x38593b);const _0x4eb3c0={};_0x4eb3c0[_0x323922(0x1f3)]=_0x13f02a[_0x323922(0x208)],PerformanceTester[_0x323922(0x22a)](PerformanceHookEvents['SDK_HOOK'],![],_0x38593b,_0x4eb3c0);}}),CodeceptJS[_0x4939a1(0x2c0)]['dispatcher']['on'](CodeceptJS[_0x4939a1(0x2c0)]['hook'][_0x4939a1(0x277)],async(_0x1ab263,_0x821c2d)=>{const _0x4c255c=_0x4939a1;PerformanceTester[_0x4c255c(0x285)](PerformanceHookEvents[_0x4c255c(0x203)]);try{const _0x16dc24=_0x1ab263[_0x4c255c(0x2b9)]['test'],_0x69f2ae=_0x4c4cbc['captureEvent'](TEST_EVENTS[_0x4c255c(0x1f4)],_0x16dc24,_0x821c2d);CodeceptRecorder[_0x4c255c(0x259)](()=>_0x4c4cbc['fireEvent'](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x69f2ae));const _0x5ddb40={};_0x5ddb40[_0x4c255c(0x1f3)]=_0x13f02a['tOURZ'],PerformanceTester[_0x4c255c(0x285)](PerformanceHookEvents[_0x4c255c(0x203)],!![],null,_0x5ddb40);}catch(_0x227b86){PerformanceTester[_0x4c255c(0x209)](_0x227b86);const _0x6d3f42={};_0x6d3f42[_0x4c255c(0x1f3)]=_0x13f02a[_0x4c255c(0x25d)],PerformanceTester['end'](PerformanceHookEvents[_0x4c255c(0x203)],![],_0x227b86,_0x6d3f42);}const _0x3c358b={};_0x3c358b['hookType']=_0x13f02a[_0x4c255c(0x25d)],PerformanceTester['end'](PerformanceHookEvents[_0x4c255c(0x203)],!![],null,_0x3c358b);}),CodeceptJS[_0x4939a1(0x2c0)][_0x4939a1(0x1cf)]['on'](CodeceptJS[_0x4939a1(0x2c0)]['test'][_0x4939a1(0x1c4)],_0x5f233a=>{const _0x42718e=_0x4939a1;PerformanceTester['start'](PerformanceHookEvents[_0x42718e(0x203)]);try{globals['setGlobal'](_0x13f02a[_0x42718e(0x2ba)],_0x5f233a[_0x42718e(0x206)]);_0x13f02a['gJYWa'](isBrowserstackInfra)&&(_0x268ba1&&(global[_0x42718e(0x1d0)]={'currentTest':{'name':_0x5f233a['title'],'testInfo':{'titlePath':_0x5f233a[_0x42718e(0x20b)]()}}}));const _0x1d8b25={};_0x1d8b25[_0x42718e(0x1f3)]=_0x13f02a[_0x42718e(0x276)],PerformanceTester[_0x42718e(0x22a)](PerformanceHookEvents[_0x42718e(0x203)],!![],null,_0x1d8b25);}catch(_0x20de86){PerformanceTester[_0x42718e(0x209)](_0x20de86);const _0x5ae38e={};_0x5ae38e[_0x42718e(0x1f3)]=_0x13f02a[_0x42718e(0x276)],PerformanceTester[_0x42718e(0x22a)](PerformanceHookEvents[_0x42718e(0x203)],![],_0x20de86,_0x5ae38e);}}),CodeceptJS[_0x4939a1(0x2c0)]['dispatcher']['on'](CodeceptJS[_0x4939a1(0x2c0)]['test']['started'],_0x3e702a=>{const _0x59e1f0=_0x4939a1,_0x331dba={'gaKvY':function(_0x2255d6){const _0x3e05cc=a1_0x2395;return _0x13f02a[_0x3e05cc(0x2a2)](_0x2255d6);},'FHiTZ':function(_0x150840,_0x11843d){const _0x292911=a1_0x2395;return _0x13f02a[_0x292911(0x291)](_0x150840,_0x11843d);},'rsFMI':function(_0x5310d3,_0x182bc9,_0x2fd941){const _0x47a48e=a1_0x2395;return _0x13f02a[_0x47a48e(0x280)](_0x5310d3,_0x182bc9,_0x2fd941);},'GAUjt':function(_0x50bdbe,_0x4d2c04){const _0x3324b3=a1_0x2395;return _0x13f02a[_0x3324b3(0x291)](_0x50bdbe,_0x4d2c04);}};PerformanceTester[_0x59e1f0(0x285)](PerformanceHookEvents[_0x59e1f0(0x203)]);try{globals['setGlobal'](_0x13f02a['wRoDJ'],_0x3e702a[_0x59e1f0(0x206)]);const _0x5386c7=_0x4c4cbc[_0x59e1f0(0x258)](TEST_EVENTS[_0x59e1f0(0x1c9)],_0x3e702a);CodeceptRecorder[_0x59e1f0(0x259)](()=>_0x4c4cbc[_0x59e1f0(0x264)](TEST_EVENTS[_0x59e1f0(0x1c9)],_0x5386c7)),CodeceptRecorder[_0x59e1f0(0x259)](async()=>{const _0x1d4688=_0x59e1f0;_0x331dba[_0x1d4688(0x1eb)](isBrowserstackInfra)&&(!_0x331dba['FHiTZ'](isTrue,_0x58ff9f[_0x1d4688(0x28c)])&&await _0x331dba[_0x1d4688(0x282)](markSessionName,_0x4f1aa3,_0x3e702a[_0x1d4688(0x206)]),_0x4c4cbc[_0x1d4688(0x27f)]&&await _0x331dba[_0x1d4688(0x1fd)](o11ySync,_0x4f1aa3));});}catch(_0x21f59c){const _0x78802c={};_0x78802c[_0x59e1f0(0x1f3)]=_0x13f02a[_0x59e1f0(0x252)],PerformanceTester[_0x59e1f0(0x22a)](PerformanceHookEvents[_0x59e1f0(0x203)],![],_0x21f59c,_0x78802c),PerformanceTester[_0x59e1f0(0x209)](_0x21f59c);}const _0x5b6c4f={};_0x5b6c4f[_0x59e1f0(0x1f3)]=_0x13f02a[_0x59e1f0(0x252)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x5b6c4f);}),CodeceptJS[_0x4939a1(0x2c0)][_0x4939a1(0x1cf)]['on'](CodeceptJS[_0x4939a1(0x2c0)]['test']['passed'],_0x81479d=>{const _0x4b306c=_0x4939a1,_0x4f31aa={'DwVvH':function(_0x18c62e,_0x22633c,_0x12a773){const _0x1c619b=a1_0x2395;return _0x13f02a[_0x1c619b(0x280)](_0x18c62e,_0x22633c,_0x12a773);},'tpWWL':function(_0x228cc7,_0x51275b,_0x28c056){const _0x34d6b5=a1_0x2395;return _0x13f02a[_0x34d6b5(0x280)](_0x228cc7,_0x51275b,_0x28c056);}};PerformanceTester[_0x4b306c(0x285)](PerformanceHookEvents[_0x4b306c(0x203)]);try{const _0x308672=_0x4c4cbc[_0x4b306c(0x258)](TEST_EVENTS[_0x4b306c(0x299)],_0x81479d);CodeceptRecorder['add'](()=>_0x4c4cbc[_0x4b306c(0x264)](TEST_EVENTS[_0x4b306c(0x299)],_0x308672)),CodeceptRecorder[_0x4b306c(0x259)](async()=>{const _0x4226f9=_0x4b306c;_0x13f02a[_0x4226f9(0x1b7)](isBrowserstackInfra)&&await PerformanceTester['measureWrapper'](PerformanceAutEvents['SESSION_STATUS'],async()=>{const _0x46fe5a=_0x4226f9;_0x268ba1?await _0x4f31aa['DwVvH'](playwrightMarkSessionStatus,_0x4f1aa3,STATE_PASSED):await _0x4f31aa[_0x46fe5a(0x1b8)](markSessionStatus,_0x4f1aa3,STATE_PASSED);})();}),PerformanceTester[_0x4b306c(0x22a)](PerformanceEvents['SDK_TEST']);}catch(_0x57205c){PerformanceTester[_0x4b306c(0x209)](_0x57205c);const _0x367da2={};_0x367da2[_0x4b306c(0x1f3)]=_0x13f02a['WOoig'],PerformanceTester[_0x4b306c(0x22a)](PerformanceHookEvents['SDK_HOOK'],![],_0x57205c,_0x367da2),PerformanceTester[_0x4b306c(0x22a)](PerformanceEvents[_0x4b306c(0x1c5)],![],_0x57205c);}const _0x4b5a77={};_0x4b5a77[_0x4b306c(0x1f3)]=_0x13f02a[_0x4b306c(0x1be)],PerformanceTester[_0x4b306c(0x22a)](PerformanceHookEvents[_0x4b306c(0x203)],!![],null,_0x4b5a77);}),CodeceptJS[_0x4939a1(0x2c0)][_0x4939a1(0x1cf)]['on'](CodeceptJS[_0x4939a1(0x2c0)][_0x4939a1(0x23a)][_0x4939a1(0x277)],(_0xdb1293,_0x2d8ea8)=>{const _0x337f12=_0x4939a1,_0x4ce8e6={'DwqWM':function(_0x5a4fa3){const _0x220914=a1_0x2395;return _0x13f02a[_0x220914(0x1b7)](_0x5a4fa3);},'DRVxf':function(_0x548de4,_0x12a73b,_0x5290cf,_0x192fb0){const _0x31ee20=a1_0x2395;return _0x13f02a[_0x31ee20(0x200)](_0x548de4,_0x12a73b,_0x5290cf,_0x192fb0);},'WlcJP':function(_0x634a28,_0x47ea0c,_0x5a0eef,_0x9fa2a4){return _0x13f02a['OdQrQ'](_0x634a28,_0x47ea0c,_0x5a0eef,_0x9fa2a4);}};PerformanceTester[_0x337f12(0x285)](PerformanceHookEvents[_0x337f12(0x203)]);try{if(_0x13f02a[_0x337f12(0x290)](_0xdb1293['constructor'][_0x337f12(0x283)],_0x13f02a[_0x337f12(0x241)])){const _0xa65b1=_0x4c4cbc['captureEvent'](TEST_EVENTS['TEST_RUN_SKIPPED'],_0xdb1293[_0x337f12(0x2b9)][_0x337f12(0x1dc)]);CodeceptRecorder[_0x337f12(0x259)](()=>_0x4c4cbc[_0x337f12(0x264)](TEST_EVENTS[_0x337f12(0x22c)],_0xa65b1));}else{const _0x15fe54=_0x4c4cbc['captureEvent'](TEST_EVENTS['TEST_RUN_FINISHED'],_0xdb1293,_0x2d8ea8);CodeceptRecorder['add'](()=>{const _0x5c6b6c=_0x337f12;try{_0x4c4cbc[_0x5c6b6c(0x264)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x15fe54);}catch(_0x1fb1b8){logger[_0x5c6b6c(0x1c2)](_0x5c6b6c(0x270)+util[_0x5c6b6c(0x205)](_0x1fb1b8)),PerformanceTester[_0x5c6b6c(0x22a)](PerformanceEvents[_0x5c6b6c(0x1c5)],![],_0x1fb1b8);}}),CodeceptRecorder[_0x337f12(0x259)](async()=>{const _0x27801d=_0x337f12;try{_0x4ce8e6['DwqWM'](isBrowserstackInfra)&&(_0x268ba1?await _0x4ce8e6[_0x27801d(0x1d6)](playwrightMarkSessionStatus,_0x4f1aa3,STATE_FAILED,_0x2d8ea8):await _0x4ce8e6[_0x27801d(0x274)](markSessionStatus,_0x4f1aa3,STATE_FAILED,_0x2d8ea8));}catch(_0x910a58){logger[_0x27801d(0x1c2)](_0x27801d(0x279)+util[_0x27801d(0x205)](_0x910a58)),PerformanceTester[_0x27801d(0x22a)](PerformanceEvents[_0x27801d(0x1c5)],![],_0x910a58);}});}PerformanceTester[_0x337f12(0x22a)](PerformanceEvents[_0x337f12(0x1c5)]);}catch(_0x2ed181){PerformanceTester[_0x337f12(0x209)](_0x2ed181);const _0x1c6c0a={};_0x1c6c0a[_0x337f12(0x1f3)]=_0x13f02a['IuuXj'],PerformanceTester[_0x337f12(0x22a)](PerformanceHookEvents[_0x337f12(0x203)],![],_0x2ed181,_0x1c6c0a),PerformanceTester[_0x337f12(0x22a)](PerformanceEvents[_0x337f12(0x1c5)],![],_0x2ed181);}const _0x1f7676={};_0x1f7676[_0x337f12(0x1f3)]=_0x13f02a[_0x337f12(0x242)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x1f7676);}),CodeceptJS[_0x4939a1(0x2c0)][_0x4939a1(0x1cf)]['on'](CodeceptJS['event'][_0x4939a1(0x23a)][_0x4939a1(0x1fa)],_0x15d29f=>{const _0x15f2d1=_0x4939a1;PerformanceTester[_0x15f2d1(0x285)](PerformanceHookEvents[_0x15f2d1(0x203)]);try{const _0x2cd0cf=_0x4c4cbc[_0x15f2d1(0x258)](TEST_EVENTS[_0x15f2d1(0x22c)],_0x15d29f);CodeceptRecorder[_0x15f2d1(0x259)](()=>_0x4c4cbc[_0x15f2d1(0x264)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x2cd0cf)),PerformanceTester[_0x15f2d1(0x22a)](PerformanceEvents['SDK_TEST']);}catch(_0x56b997){PerformanceTester[_0x15f2d1(0x209)](_0x56b997),PerformanceTester['end'](PerformanceEvents['SDK_TEST'],![],_0x56b997);const _0x505535={};_0x505535[_0x15f2d1(0x1f3)]=_0x13f02a[_0x15f2d1(0x1ea)],PerformanceTester['end'](PerformanceHookEvents[_0x15f2d1(0x203)],![],_0x56b997,_0x505535);}const _0x32bd40={};_0x32bd40['hookType']=_0x13f02a['jbKRq'],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x32bd40);}),CodeceptJS[_0x4939a1(0x2c0)][_0x4939a1(0x1cf)]['on'](CodeceptJS['event']['test'][_0x4939a1(0x25c)],async(_0x2e5bdf,_0x2c949b)=>{const _0x40e3cb=_0x4939a1,_0x28102a={};_0x28102a['pgfbd']=_0x13f02a[_0x40e3cb(0x29a)];const _0x1bc960=_0x28102a;try{PerformanceTester[_0x40e3cb(0x285)](PerformanceHookEvents['SDK_HOOK']);const _0x2b0457=_0x13f02a[_0x40e3cb(0x22e)](shouldScanTestForAccessibility,_0x2e5bdf[_0x40e3cb(0x20b)](),!![]);if(_0x13f02a[_0x40e3cb(0x21a)](isAccessibilityAutomationSession)&&global[_0x40e3cb(0x232)]&&_0x2b0457){const _0x3bd202={};_0x3bd202[_0x40e3cb(0x1c7)]=_0x2e5bdf[_0x40e3cb(0x238)],_0x3bd202['thBuildUuid']=process['env'][testHubConstants[_0x40e3cb(0x29e)]['BROWSERSTACK_TESTHUB_UUID']],_0x3bd202[_0x40e3cb(0x26f)]=process[_0x40e3cb(0x1c6)][testHubConstants[_0x40e3cb(0x29e)][_0x40e3cb(0x1d1)]];const _0x546297=_0x3bd202;logger[_0x40e3cb(0x1c2)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON['stringify'](_0x546297)),CodeceptRecorder[_0x40e3cb(0x259)](async()=>{const _0x373b92=_0x40e3cb,_0x5cadeb={};_0x5cadeb[_0x373b92(0x286)]=_0x1bc960[_0x373b92(0x1e5)],await PerformanceTester[_0x373b92(0x1ed)](PerformanceA11yEvents[_0x373b92(0x2bd)],async()=>{const _0x308f2d=_0x373b92;await AccessibilityHelper[_0x308f2d(0x1e8)](_0x4f1aa3,scripts[_0x308f2d(0x20a)]);},_0x5cadeb)(),await PerformanceTester[_0x373b92(0x1ed)](PerformanceA11yEvents[_0x373b92(0x26c)],async()=>{const _0x1017a1=_0x373b92;await AccessibilityHelper[_0x1017a1(0x1e8)](_0x4f1aa3,scripts[_0x1017a1(0x284)],_0x546297);})();}),logger['info'](_0x13f02a[_0x40e3cb(0x1fc)]);}const _0x3e1413={};_0x3e1413['hookType']=_0x13f02a[_0x40e3cb(0x25e)],PerformanceTester[_0x40e3cb(0x22a)](PerformanceHookEvents[_0x40e3cb(0x203)],!![],null,_0x3e1413);}catch(_0x358997){PerformanceTester[_0x40e3cb(0x209)](_0x358997);const _0x57d74d={};_0x57d74d[_0x40e3cb(0x1f3)]=_0x13f02a[_0x40e3cb(0x25e)],PerformanceTester[_0x40e3cb(0x22a)](PerformanceHookEvents[_0x40e3cb(0x203)],![],_0x358997,_0x57d74d);}}),CodeceptJS['event'][_0x4939a1(0x1cf)]['on'](CodeceptJS['event'][_0x4939a1(0x24d)][_0x4939a1(0x213)],_0x4d4d60=>{const _0x313524=_0x4939a1;PerformanceTester[_0x313524(0x285)](PerformanceHookEvents['SDK_HOOK']);try{process['emit']('bs:addLog:'+process[_0x313524(0x1d5)],{'timestamp':new Date()[_0x313524(0x271)](),'level':_0x13f02a[_0x313524(0x26a)],'message':_0x4d4d60,'kind':_0x13f02a[_0x313524(0x211)],'http_response':{}});}catch(_0x543efb){PerformanceTester[_0x313524(0x209)](_0x543efb);const _0x13f37f={};_0x13f37f[_0x313524(0x1f3)]=_0x13f02a[_0x313524(0x278)],PerformanceTester['end'](PerformanceHookEvents[_0x313524(0x203)],![],_0x543efb,_0x13f37f);}const _0x1549af={};_0x1549af['hookType']=_0x13f02a[_0x313524(0x278)],PerformanceTester['end'](PerformanceHookEvents[_0x313524(0x203)],!![],null,_0x1549af);}),CodeceptJS[_0x4939a1(0x2c0)][_0x4939a1(0x1cf)]['on'](CodeceptJS['event'][_0x4939a1(0x275)][_0x4939a1(0x1c4)],_0x3ea413=>{const _0x3695b1=_0x4939a1,_0x35808f={};_0x35808f[_0x3695b1(0x1f3)]=_0x13f02a[_0x3695b1(0x1d3)],PerformanceTester[_0x3695b1(0x1ed)](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x3b3c36=_0x3695b1;_0x4c4cbc[_0x3b3c36(0x1f9)](_0x3ea413);},_0x35808f)();}),CodeceptJS[_0x4939a1(0x2c0)][_0x4939a1(0x1cf)]['on'](CodeceptJS[_0x4939a1(0x2c0)][_0x4939a1(0x275)]['after'],_0x1b249d=>{const _0x27f64b=_0x4939a1,_0x41d55c={};_0x41d55c[_0x27f64b(0x1f3)]=_0x13f02a[_0x27f64b(0x25a)],PerformanceTester[_0x27f64b(0x1ed)](PerformanceHookEvents[_0x27f64b(0x203)],()=>{const _0x1ac75e=_0x27f64b;_0x4c4cbc[_0x1ac75e(0x298)](_0x1b249d);},_0x41d55c)();});};
|
|
1
|
+
const a1_0x31da05=a1_0x517e;(function(_0x26c9f9,_0x52150c){const _0x5f4dfa=a1_0x517e,_0x5e71ae=_0x26c9f9();while(!![]){try{const _0x45092e=parseInt(_0x5f4dfa(0xcd))/0x1+parseInt(_0x5f4dfa(0xb0))/0x2+parseInt(_0x5f4dfa(0x141))/0x3*(-parseInt(_0x5f4dfa(0x177))/0x4)+parseInt(_0x5f4dfa(0x175))/0x5*(-parseInt(_0x5f4dfa(0xf4))/0x6)+parseInt(_0x5f4dfa(0x16b))/0x7*(-parseInt(_0x5f4dfa(0x13a))/0x8)+-parseInt(_0x5f4dfa(0x199))/0x9*(-parseInt(_0x5f4dfa(0x15b))/0xa)+-parseInt(_0x5f4dfa(0x18a))/0xb*(-parseInt(_0x5f4dfa(0x14a))/0xc);if(_0x45092e===_0x52150c)break;else _0x5e71ae['push'](_0x5e71ae['shift']());}catch(_0x11f685){_0x5e71ae['push'](_0x5e71ae['shift']());}}}(a1_0x263f,0xbc500));function a1_0x263f(){const _0x3b4789=['hwnKO','start','Screenshot\x20path\x20not\x20found','BS_TESTOPS_ALLOW_SCREENSHOTS','sZhdJ','message','8787856LzVHwh','../../helpers/helper','hsChD','hookType','hCHqC','passed','webdriverio','../../bin/playwright/sessionDetails','DZCCr','stopMonitoring','SDK_POST_TEST','REigV','end','_setPage','test-before','4333509IqyNxQ','bind','ReOPU','patchSaveScreenshot','SYNC','CwzvV','started','toISOString','after','test-failed','comment','BoSAK','codeceptjs/lib/utils.js','znJSB','find','is_mobile_session','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','dispatcher','config','bstackAllyScanning','saveTestResults','Performing\x20scan\x20for\x20','JyigS','shouldWrapCommand','codeceptjs/lib/recorder.js','ctx','3058904kzbqIw','browserstack_executor:\x20','--auto-open-devtools-for-tabs','getAccessibilityResultsSummary','TEST_RUN_SKIPPED','../../helpers/accessibility-automation/helper','action','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','step-comment','PERFORM_SCAN','IkZqL','hook-failed','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','hzsnq','Failed\x20to\x20execute\x20_before:\x20','testFramework','lWmbK','codeceptjs/lib/helper/Playwright.js','hook','debug','performScan','yxmDO','FqPXd','saveScreenshot','all','codeceptjs','TEST_LOG','PtdIe','HOOK_RUN_STARTED','32933wgpfzv','HOOK_RUN_FINISHED','__driver','iUyTX','MdVGB','Playwright','then','BGYdE','OkTgk','format','command','testAnalyticsId','dOaGB','KFnfj','hRYar','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','filter','container','test','failed','overwriteCommand','SDK_PRE_TEST','YUnSF','includes','QDSyz','browserstackTestName','emit','YfSwZ','qLDIU','TestCafe','args','step','test-passed','test-skipped','browserStackExecuteDriver','string','nruoD','accessibilityPlatform','uWori','1654854howKip','readFileSync','NxIAL','fireEvent','mTgsU','SDK_HOOK','TEST_SCREENSHOT','LtXqG','oaNOy','a11y_core_config','SDK_POST_INITIALIZE','../../helpers/accessibility-automation/scripts','TEST_RUN_STARTED','GET_RESULTS_SUMMARY','Ojkqc','constructor','../../helpers/logger','hook-passed','executeScript','ENV_VAR','arguments','BROWSERSTACK_TESTHUB_JWT','thJwtToken','bLLdY','uUjEO','JACWM','xAatm','url','commandsToWrap','enabled','FneoX','chromium','ruXGR','KVeGO','test-after','getAccessibilityResults','lRdoC','SAVE_RESULTS','./o11yHelper','bddStepFinish','yUCYG','hETbB','stack','status','pages','NrJhe','thTestRunUuid','startMonitoring','SDK_TEST','SESSION_STATUS','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','add','getResults','stringify','currentTest','browserContext','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','MRwaP','qFQCu','browser','parse','zUfIP','../../helpers/request-spy','\x0aStack:\x20','./helper.js','initSaveScreenshot','prototype','WUMxg','measureWrapper','GyUhc','317416QrBSzn','reason','GZroS','afterTest','forEach','QElje','event','868101LuGScp','BvZFt','eniAY','stop','title','startsWith','base64','titlePath','SDK_PRE_INITIALIZE','24WKqWHL','before','KFRkU','helpers','env','exports','warn','NrCRg','PAMeo','BROWSERSTACK_TESTHUB_UUID','fyJKJ','bddStep-before','class','captureEvent','WebDriver','bddStepStart','bddStep-after','10xecyQW','../../helpers/performance/performance-tester','name','_before','restore','patch','skipped','gAMcW','slice','TEST_RUN_FINISHED','INFO','apply','skipSessionName','krtxW','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','XNffm','161EZpfTY','eHXsN','push','UYyBp','../../helpers/test-observability/utils','ctwjB','split','setGlobal','GET_RESULTS','LKazT','25WzWQCw','getGlobal','8ovQaCR','call','skipSessionStatus','Element','thBuildUuid','XBxRV','ZChuT','SOSwq','setSessionName','setSessionStatus','captureError','HiwsL','bs:addLog:'];a1_0x263f=function(){return _0x3b4789;};return a1_0x263f();}const fs=require('fs'),util=require('util'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x31da05(0x18b)),logger=require(a1_0x31da05(0x104))['winstonLogger'],testOpsHelper=require(a1_0x31da05(0x16f)),requestSpy=require(a1_0x31da05(0x132)),PlaywrightSessionDetails=require(a1_0x31da05(0x191)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x31da05(0x11a)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x31da05(0xb5)),AccessibilityHelper=require('../../bin/playwright/accessibility-helper'),scripts=require(a1_0x31da05(0xff)),PerformanceTester=require(a1_0x31da05(0x15c)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require('../../helpers/performance/constants'),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x31da05(0x134)),testHubConstants=require('../../helpers/testhub/constants.js'),globals=require('../../helpers/globals.js'),CodeceptJS=requireModule('codeceptjs/lib/index.js','codeceptjs'),CodeceptUtils=requireModule(a1_0x31da05(0x1a5),a1_0x31da05(0xc9)),CodeceptWebDriver=requireModule('codeceptjs/lib/helper/WebDriver.js',a1_0x31da05(0xc9)),CodeceptRecorder=requireModule(a1_0x31da05(0xae),a1_0x31da05(0xc9)),CodeceptPlaywright=requireModule(a1_0x31da05(0xc1),a1_0x31da05(0xc9)),playwrightMarkSessionStatus=(_0x201875,_0x4df3fd,_0x529037)=>{const _0x52196e=a1_0x31da05,_0x57f4f7={'iUyTX':_0x52196e(0x180),'BPpMQ':function(_0xced2de,_0x792f7b){return _0xced2de(_0x792f7b);}},_0x461f28={};_0x461f28[_0x52196e(0x11f)]=_0x4df3fd;const _0x13fa81={};_0x13fa81['action']=_0x57f4f7[_0x52196e(0xd0)],_0x13fa81['arguments']=_0x461f28;const _0x3fd56a=_0x13fa81;return!_0x57f4f7['BPpMQ'](isUndefined,_0x529037)&&(_0x3fd56a[_0x52196e(0x108)][_0x52196e(0x13b)]=JSON[_0x52196e(0x129)](_0x529037)),_0x201875['executeScript'](()=>{},'browserstack_executor:\x20'+JSON[_0x52196e(0x129)](_0x3fd56a));},o11ySync=PerformanceTester[a1_0x31da05(0x138)](PerformanceO11yEvents[a1_0x31da05(0x19d)],async _0x378cbe=>{const _0x5bd0ef=a1_0x31da05,_0x160819={};_0x160819[_0x5bd0ef(0x152)]=function(_0x32f682,_0x3f42e2){return _0x32f682===_0x3f42e2;},_0x160819[_0x5bd0ef(0x142)]=_0x5bd0ef(0xd2);const _0x5c2f85=_0x160819;_0x5c2f85[_0x5bd0ef(0x152)](_0x378cbe[_0x5bd0ef(0x103)][_0x5bd0ef(0x15d)],_0x5c2f85[_0x5bd0ef(0x142)])?await _0x378cbe[_0x5bd0ef(0x106)](_0x20d7eb=>{},testOpsHelper['getSyncScript']()):await _0x378cbe[_0x5bd0ef(0x106)](testOpsHelper['getSyncScript']());}),markSessionName=PerformanceTester[a1_0x31da05(0x138)](PerformanceAutEvents['SESSION_NAME'],async(_0x186c15,_0x2c3d5e)=>{const _0x2d5f99=a1_0x31da05,_0x997a1e={};_0x997a1e[_0x2d5f99(0x19b)]=_0x2d5f99(0x17f),_0x997a1e['eniAY']=function(_0x386508,_0x2f0a62){return _0x386508===_0x2f0a62;},_0x997a1e[_0x2d5f99(0x170)]=_0x2d5f99(0xd2);const _0x25b42a=_0x997a1e,_0x2f9c13={};_0x2f9c13[_0x2d5f99(0x15d)]=_0x2c3d5e;const _0x3079ee={};_0x3079ee[_0x2d5f99(0xb6)]=_0x25b42a['ReOPU'],_0x3079ee['arguments']=_0x2f9c13;const _0xe6f1b3=_0x3079ee;_0x25b42a[_0x2d5f99(0x143)](_0x186c15[_0x2d5f99(0x103)][_0x2d5f99(0x15d)],_0x25b42a[_0x2d5f99(0x170)])?await _0x186c15[_0x2d5f99(0x106)](()=>{},_0x2d5f99(0xb1)+JSON[_0x2d5f99(0x129)](_0xe6f1b3)):await _0x186c15[_0x2d5f99(0x106)](_0x2d5f99(0xb1)+JSON[_0x2d5f99(0x129)](_0xe6f1b3));}),patchSaveScreenshot=_0x446cd5=>{const _0x336c7a=a1_0x31da05,_0x17ee7e={'qFQCu':_0x336c7a(0x147),'UkHgb':_0x336c7a(0xfa),'oIxqU':function(_0x37294f){return _0x37294f();},'uWori':function(_0x1d9dcc,_0x2f01ae){return _0x1d9dcc(_0x2f01ae);},'dOaGB':_0x336c7a(0x186)};_0x17ee7e[_0x336c7a(0xf3)](isTrue,process[_0x336c7a(0x14e)][_0x336c7a(0x187)])&&!_0x446cd5[_0x336c7a(0x19c)]&&(_0x446cd5[_0x336c7a(0x19c)]=!![],_0x446cd5[_0x336c7a(0x135)]=_0x446cd5[_0x336c7a(0xc7)],_0x446cd5['saveScreenshot']=(_0x425bd4,_0x5e53ab=![])=>{return new Promise(function(_0x496130,_0x931ac5){const _0x407d7c=a1_0x517e,_0xd55857={'LhEJg':_0x17ee7e[_0x407d7c(0x12e)],'KVeGO':_0x17ee7e['UkHgb'],'lWmbK':function(_0x2f69ad){return _0x17ee7e['oIxqU'](_0x2f69ad);},'FQqfb':function(_0x3eb0bc,_0x16f069){const _0x5b09a7=_0x407d7c;return _0x17ee7e[_0x5b09a7(0xf3)](_0x3eb0bc,_0x16f069);},'LtXqG':_0x17ee7e[_0x407d7c(0xd9)]};_0x446cd5[_0x407d7c(0x135)](_0x425bd4,_0x5e53ab)[_0x407d7c(0xd3)](()=>{const _0x2d8b79=_0x407d7c,_0x14123b=CodeceptUtils['screenshotOutputFolder'](_0x425bd4);if(_0x14123b){const _0x4f05da=fs[_0x2d8b79(0xf5)](_0x14123b);process[_0x2d8b79(0xe7)](_0x2d8b79(0x183)+process['pid'],{'timestamp':new Date()[_0x2d8b79(0x1a0)](),'message':_0x4f05da['toString'](_0xd55857['LhEJg']),'kind':_0xd55857[_0x2d8b79(0x115)]}),_0xd55857[_0x2d8b79(0xc0)](_0x496130);}_0xd55857['FQqfb'](_0x931ac5,new Error(_0xd55857[_0x2d8b79(0xfb)]));})['catch'](()=>null);});});},patchWebDriverBefore=_0x5a8050=>{const _0x2a29c3=a1_0x31da05,_0x195051={'JyigS':function(_0x320a26){return _0x320a26();},'KFRkU':function(_0x2ba2da,_0x14bb01){return _0x2ba2da(_0x14bb01);},'nruoD':function(_0x1d6cb7,_0x55794c){return _0x1d6cb7===_0x55794c;},'XsOsE':_0x2a29c3(0x190),'pPOBk':_0x2a29c3(0xf0),'IOUle':_0x2a29c3(0x17a)},_0x10489b=async function(_0xd0208,_0x5b18f4){const _0x14c2ac=_0x2a29c3;_0x195051[_0x14c2ac(0xac)](isAccessibilityAutomationSession)&&!global['bstackAllyScanning']&&global[_0x14c2ac(0xf2)]&&scripts[_0x14c2ac(0xad)](_0xd0208['name'])&&_0x195051[_0x14c2ac(0x14c)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x14c2ac(0xa9)]=!![],await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0xe32e4f=_0x14c2ac;logger[_0xe32e4f(0xc3)](_0xe32e4f(0xab)+_0xd0208[_0xe32e4f(0x156)]+'\x20'+_0xd0208[_0xe32e4f(0x15d)]),await AccessibilityHelper[_0xe32e4f(0xef)](_0x5a8050,scripts[_0xe32e4f(0xc4)]);},{'command':_0xd0208[_0x14c2ac(0x15d)]})());global[_0x14c2ac(0xa9)]=![];const _0x55e48e=JSON[_0x14c2ac(0x130)](process[_0x14c2ac(0x14e)]['FRAMEWORK_DETAILS']||'{}');if(_0x195051[_0x14c2ac(0xf1)](_0x55e48e?.['testFramework']?.[_0x14c2ac(0x15d)],_0x195051['XsOsE'])&&_0x195051[_0x14c2ac(0xf1)](typeof _0x55e48e?.['testFramework']?.['version'],_0x195051['pPOBk'])&&_0x55e48e?.[_0x14c2ac(0xbf)]?.['version']['startsWith']('7'))return _0x5b18f4[_0x14c2ac(0x166)](null,Array[_0x14c2ac(0x136)][_0x14c2ac(0x163)][_0x14c2ac(0x178)](arguments,0x2));return _0x5b18f4[_0x14c2ac(0x166)](this,Array[_0x14c2ac(0x136)][_0x14c2ac(0x163)][_0x14c2ac(0x178)](arguments,0x2));},_0x512dbc=CodeceptWebDriver[_0x2a29c3(0x136)][_0x2a29c3(0x15e)];CodeceptWebDriver[_0x2a29c3(0x136)][_0x2a29c3(0x15e)]=async function(){const _0x574853=_0x2a29c3,_0x253fd8={'GyUhc':function(_0x2434fe,_0x19dd03){const _0x5ed68a=a1_0x517e;return _0x195051[_0x5ed68a(0xf1)](_0x2434fe,_0x19dd03);},'mTgsU':_0x195051['IOUle']};try{await _0x512dbc[_0x574853(0x166)](this,arguments);}catch(_0x4087bb){logger[_0x574853(0xc3)](_0x574853(0xbe)+util[_0x574853(0xd6)](_0x4087bb));}scripts[_0x574853(0x110)][_0x574853(0xdd)](_0x3ee159=>_0x3ee159[_0x574853(0x15d)]&&_0x3ee159['class'])[_0x574853(0x13e)](_0x5b2ed8=>{const _0x2f4615=_0x574853;this[_0x2f4615(0x12f)][_0x2f4615(0xe1)](_0x5b2ed8[_0x2f4615(0x15d)],_0x10489b[_0x2f4615(0x19a)](this,_0x5b2ed8),_0x253fd8[_0x2f4615(0x139)](_0x5b2ed8['class'],_0x253fd8[_0x2f4615(0xf8)]));}),_0x195051[_0x574853(0x14c)](processWebDriverConfig,_0x5a8050);};};function parseJwt(_0x42887b){const _0x2c35cc=a1_0x31da05,_0x18b0bc={};_0x18b0bc[_0x2c35cc(0x184)]=_0x2c35cc(0x147);const _0x383fc1=_0x18b0bc;if(!_0x42887b)return null;return JSON[_0x2c35cc(0x130)](Buffer['from'](_0x42887b[_0x2c35cc(0x171)]('.')[0x1],_0x383fc1[_0x2c35cc(0x184)])['toString']());}function a1_0x517e(_0x9a7750,_0x303815){const _0x263fea=a1_0x263f();return a1_0x517e=function(_0x517ec2,_0x5731fe){_0x517ec2=_0x517ec2-0xa9;let _0x5b7644=_0x263fea[_0x517ec2];return _0x5b7644;},a1_0x517e(_0x9a7750,_0x303815);}const patchPlaywrightBefore=()=>{const _0xfa1b18=a1_0x31da05,_0x2b6075={'fyJKJ':function(_0x1a9195){return _0x1a9195();},'REigV':'devtools://','zwOnx':_0xfa1b18(0xb2),'MmHQm':function(_0x1dadaa,_0x328290){return _0x1dadaa(_0x328290);},'FxNOK':function(_0x5b44cd,_0x3108f3){return _0x5b44cd+_0x3108f3;},'JACWM':_0xfa1b18(0x133),'yxmDO':function(_0x33046d){return _0x33046d();},'YfSwZ':function(_0x3eef3e){return _0x3eef3e();}};PlaywrightSessionDetails[_0xfa1b18(0x160)]();const _0x402e8f=CodeceptPlaywright[_0xfa1b18(0x136)][_0xfa1b18(0x15e)];CodeceptPlaywright[_0xfa1b18(0x136)][_0xfa1b18(0x15e)]=async function(){const _0x334052=_0xfa1b18,_0x185d34={'UYyBp':function(_0x42be6b){const _0x1dfd22=a1_0x517e;return _0x2b6075[_0x1dfd22(0x154)](_0x42be6b);},'IkZqL':_0x2b6075[_0x334052(0x195)],'LKazT':_0x2b6075['zwOnx'],'ruXGR':function(_0x4f3162,_0xcf10c5){return _0x2b6075['MmHQm'](_0x4f3162,_0xcf10c5);},'QDSyz':function(_0x53e2f7,_0x6439f3){return _0x2b6075['FxNOK'](_0x53e2f7,_0x6439f3);},'rIwGQ':_0x2b6075[_0x334052(0x10d)]};this[_0x334052(0x12b)]=await this[_0x334052(0x12f)]['contexts']()[0x0];const _0x1d96f0=async()=>{const _0x29d5e0=_0x334052,_0x117442={'SOSwq':function(_0x22afaf){const _0x2a25cb=a1_0x517e;return _0x185d34[_0x2a25cb(0x16e)](_0x22afaf);},'xKRFs':_0x185d34[_0x29d5e0(0xba)]},_0x518b42=this[_0x29d5e0(0x1ab)]&&this[_0x29d5e0(0x1ab)]['chromium']&&this[_0x29d5e0(0x1ab)][_0x29d5e0(0x113)][_0x29d5e0(0xeb)]&&Array['isArray'](this[_0x29d5e0(0x1ab)]['chromium'][_0x29d5e0(0xeb)])&&this[_0x29d5e0(0x1ab)][_0x29d5e0(0x113)][_0x29d5e0(0xeb)][_0x29d5e0(0xe4)](_0x185d34[_0x29d5e0(0x174)]);if(_0x185d34[_0x29d5e0(0x16e)](isAccessibilityAutomationSession)&&!_0x518b42)try{const _0x14369a=_0x185d34[_0x29d5e0(0x114)](parseJwt,process[_0x29d5e0(0x14e)]['BS_A11Y_JWT']);if(_0x14369a&&_0x14369a[_0x29d5e0(0xfd)]&&_0x14369a[_0x29d5e0(0xfd)]['domForge']){const _0x477a46=this[_0x29d5e0(0x12b)][_0x29d5e0(0x120)]['bind'](this['browserContext']);this['browserContext'][_0x29d5e0(0x120)]=async function(){const _0x247e70=_0x29d5e0,_0x4d5f0f=await _0x117442[_0x247e70(0x17e)](_0x477a46),_0x4657cd=[];for(const _0x48c3e3 of _0x4d5f0f){try{const _0x36b8bc=await _0x48c3e3[_0x247e70(0x10f)]();!_0x36b8bc[_0x247e70(0x146)](_0x117442['xKRFs'])&&_0x4657cd[_0x247e70(0x16d)](_0x48c3e3);}catch(_0xc2640e){_0x4657cd[_0x247e70(0x16d)](_0x48c3e3);}}return _0x4657cd;};}if(!_0x185d34[_0x29d5e0(0x16e)](isBrowserstackInfra)){const _0x36765c=await this['page']['url']();if(_0x36765c[_0x29d5e0(0x146)](_0x185d34[_0x29d5e0(0xba)])){const _0x65bd32=await this[_0x29d5e0(0x12b)]['pages']();this[_0x29d5e0(0x197)](_0x65bd32[0x0]);}}}catch(_0x2c5f13){logger[_0x29d5e0(0xc3)](_0x29d5e0(0x126)+_0x2c5f13[_0x29d5e0(0x189)]+(_0x2c5f13[_0x29d5e0(0x11e)]?_0x185d34[_0x29d5e0(0xe5)](_0x185d34['rIwGQ'],_0x2c5f13['stack']):''));}};_0x2b6075[_0x334052(0x154)](isBrowserstackInfra)&&await _0x2b6075[_0x334052(0x154)](_0x1d96f0),await _0x402e8f[_0x334052(0x166)](this,arguments),!_0x2b6075[_0x334052(0xc5)](isBrowserstackInfra)&&await _0x2b6075[_0x334052(0xe8)](_0x1d96f0);};},getCodeceptDriver=()=>{const _0x50293b=a1_0x31da05,_0x4192b7={};_0x4192b7[_0x50293b(0x112)]=_0x50293b(0x158),_0x4192b7[_0x50293b(0xda)]=_0x50293b(0xd2),_0x4192b7['KQDbX']='Puppeteer',_0x4192b7[_0x50293b(0x168)]=_0x50293b(0xea);const _0x339f89=_0x4192b7,_0x2f868d=[_0x339f89[_0x50293b(0x112)],_0x339f89[_0x50293b(0xda)],_0x339f89['KQDbX'],_0x339f89[_0x50293b(0x168)]],_0x40a4dc=_0x2f868d[_0x50293b(0x1a7)](_0x4b037b=>!!CodeceptJS[_0x50293b(0xde)]['helpers'](_0x4b037b));if(!_0x40a4dc)return null;return CodeceptJS[_0x50293b(0xde)][_0x50293b(0x14d)](_0x40a4dc);};module[a1_0x31da05(0x14f)]=function(_0x23512c){const _0x3e9d7f=a1_0x31da05,_0x581472={'MdVGB':function(_0x513894){return _0x513894();},'OkTgk':function(_0x2b4bd1,_0x423a68){return _0x2b4bd1(_0x423a68);},'sZhdJ':_0x3e9d7f(0xb3),'LICDs':_0x3e9d7f(0xbc),'xAatm':'getAccessibilityResults','BOCUI':_0x3e9d7f(0x169),'ZChuT':function(_0x33d5c6,_0x293a4e){return _0x33d5c6(_0x293a4e);},'yUCYG':'hook-started','gAMcW':_0x3e9d7f(0x105),'BGYdE':_0x3e9d7f(0xbb),'WUMxg':_0x3e9d7f(0xe6),'zUfIP':_0x3e9d7f(0x198),'NrJhe':function(_0x3cc25e){return _0x3cc25e();},'QElje':function(_0x4ec340,_0x12c53e){return _0x4ec340(_0x12c53e);},'XNffm':function(_0x2d06c1,_0x1abc71,_0xfaf45e){return _0x2d06c1(_0x1abc71,_0xfaf45e);},'GZroS':'test-started','bLLdY':function(_0x3c3897,_0x2800d2,_0x250ff5){return _0x3c3897(_0x2800d2,_0x250ff5);},'XBxRV':_0x3e9d7f(0xed),'eHXsN':function(_0x3d5be4){return _0x3d5be4();},'PtdIe':function(_0x433c8b,_0x4e2af3,_0x41aa6c,_0x2e24d9){return _0x433c8b(_0x4e2af3,_0x41aa6c,_0x2e24d9);},'MRwaP':function(_0x2a3e50,_0x231afc){return _0x2a3e50===_0x231afc;},'YUnSF':'Suite','oaNOy':_0x3e9d7f(0x1a2),'lRdoC':_0x3e9d7f(0xee),'qLDIU':_0x3e9d7f(0x13d),'RMzee':'isMobilePlatform','NrCRg':function(_0x25d725){return _0x25d725();},'CwzvV':_0x3e9d7f(0xdc),'wzlia':_0x3e9d7f(0x116),'hzsnq':_0x3e9d7f(0x165),'uUjEO':_0x3e9d7f(0xca),'hsChD':_0x3e9d7f(0xb8),'znJSB':_0x3e9d7f(0x155),'BoSAK':_0x3e9d7f(0x15a),'XeXlZ':function(_0x10f9e0){return _0x10f9e0();},'HiwsL':_0x3e9d7f(0xd2)};_0x23512c[_0x3e9d7f(0x179)]&&(global['__skipSessionStatus']=_0x23512c[_0x3e9d7f(0x179)]);PerformanceTester[_0x3e9d7f(0x123)]();const _0x5a416b=_0x581472['XeXlZ'](getCodeceptDriver),_0x80080a=new O11yHelper(_0x5a416b,_0x23512c),_0x52c652=!!CodeceptJS['container']['helpers'](_0x581472[_0x3e9d7f(0x182)]);global[_0x3e9d7f(0xcf)]=_0x5a416b,_0x5a416b&&(PerformanceTester[_0x3e9d7f(0x138)](PerformanceEvents[_0x3e9d7f(0x149)],()=>{const _0x579a59=_0x3e9d7f;_0x52c652?_0x581472[_0x579a59(0xd1)](patchPlaywrightBefore):_0x581472[_0x579a59(0xd5)](patchWebDriverBefore,_0x5a416b);})(),PerformanceTester['measureWrapper'](PerformanceEvents[_0x3e9d7f(0xfe)],()=>{const _0xc51de2=_0x3e9d7f,_0x2271d9={};_0x2271d9[_0xc51de2(0x18e)]=_0x581472[_0xc51de2(0x188)],_0x2271d9['DZCCr']=_0x581472['LICDs'],_0x2271d9[_0xc51de2(0xdb)]=_0x581472[_0xc51de2(0x10e)],_0x2271d9[_0xc51de2(0x11d)]=_0x581472['BOCUI'];const _0x4b1650=_0x2271d9;_0x5a416b[_0xc51de2(0xb3)]=async()=>{const _0x431898=_0xc51de2;if(global[_0x431898(0xf2)]){const _0x36f981={};return _0x36f981['command']=_0x4b1650['hCHqC'],await PerformanceTester[_0x431898(0x138)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x1f77ab=_0x431898;return await AccessibilityHelper[_0x1f77ab(0xef)](_0x5a416b,scripts[_0x1f77ab(0xc4)]);},_0x36f981)(),await PerformanceTester[_0x431898(0x138)](PerformanceA11yEvents[_0x431898(0x101)],async()=>{const _0x142f81=_0x431898;return await AccessibilityHelper[_0x142f81(0xef)](_0x5a416b,scripts['getResultsSummary']);})();}return logger['warn'](_0x4b1650[_0x431898(0x192)]),{};},_0x5a416b[_0xc51de2(0x117)]=async()=>{const _0x37e3df=_0xc51de2;if(global[_0x37e3df(0xf2)]){const _0x2646a2={};return _0x2646a2['command']=_0x4b1650['hRYar'],await PerformanceTester[_0x37e3df(0x138)](PerformanceA11yEvents[_0x37e3df(0xb9)],async()=>{const _0x2a020f=_0x37e3df;return await AccessibilityHelper[_0x2a020f(0xef)](_0x5a416b,scripts[_0x2a020f(0xc4)]);},_0x2646a2)(),await PerformanceTester[_0x37e3df(0x138)](PerformanceA11yEvents[_0x37e3df(0x173)],async()=>{const _0x325d83=_0x37e3df;return await AccessibilityHelper[_0x325d83(0xef)](_0x5a416b,scripts[_0x325d83(0x128)]);})();}return logger[_0x37e3df(0x150)](_0x4b1650[_0x37e3df(0x11d)]),{};},_0x581472[_0xc51de2(0x17d)](patchSaveScreenshot,_0x5a416b);})()),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x3e9d7f(0x140)][_0x3e9d7f(0xc8)]['before'],()=>{const _0x5c051d=_0x3e9d7f;PerformanceTester['start'](PerformanceEvents[_0x5c051d(0xe2)]);try{_0x80080a['start'](),testOpsHelper['addRequestSpy'](),PerformanceTester[_0x5c051d(0x196)](PerformanceEvents[_0x5c051d(0xe2)]);}catch(_0x536e2c){PerformanceTester[_0x5c051d(0x181)](_0x536e2c),PerformanceTester['end'](PerformanceEvents[_0x5c051d(0xe2)],![],_0x536e2c);}}),CodeceptJS[_0x3e9d7f(0x140)][_0x3e9d7f(0x1aa)]['on'](CodeceptJS[_0x3e9d7f(0x140)][_0x3e9d7f(0xc8)][_0x3e9d7f(0x1a1)],async()=>{const _0x40cffb=_0x3e9d7f;PerformanceTester[_0x40cffb(0x185)](PerformanceEvents['SDK_POST_TEST']);try{requestSpy[_0x40cffb(0x15f)](),await _0x80080a[_0x40cffb(0x144)](),PerformanceTester[_0x40cffb(0x196)](PerformanceEvents[_0x40cffb(0x194)]);}catch(_0x4876d6){PerformanceTester['captureError'](_0x4876d6),PerformanceTester[_0x40cffb(0x196)](PerformanceEvents[_0x40cffb(0x194)],![],_0x4876d6);}finally{PerformanceTester[_0x40cffb(0x193)]();}}),CodeceptJS[_0x3e9d7f(0x140)][_0x3e9d7f(0x1aa)]['on'](CodeceptJS['event'][_0x3e9d7f(0xc2)][_0x3e9d7f(0x19f)],_0x4e96ab=>{const _0x25638c=_0x3e9d7f;PerformanceTester[_0x25638c(0x185)](PerformanceEvents[_0x25638c(0xf9)]);try{const _0x1aa871=_0x4e96ab[_0x25638c(0xaf)][_0x25638c(0xdf)],_0x40ebab=_0x80080a[_0x25638c(0x157)](TEST_EVENTS[_0x25638c(0xcc)],_0x1aa871);CodeceptRecorder[_0x25638c(0x127)](()=>_0x80080a['fireEvent'](TEST_EVENTS[_0x25638c(0xcc)],_0x40ebab));const _0x49c31f={};_0x49c31f['hookType']=_0x581472[_0x25638c(0x11c)],PerformanceTester[_0x25638c(0x196)](PerformanceEvents['SDK_HOOK'],!![],null,_0x49c31f);}catch(_0x25f718){const _0x29e8a5={};_0x29e8a5['hookType']=_0x581472[_0x25638c(0x11c)],PerformanceTester[_0x25638c(0x196)](PerformanceEvents[_0x25638c(0xf9)],![],_0x25f718,_0x29e8a5),PerformanceTester[_0x25638c(0x181)](_0x25f718);}}),CodeceptJS[_0x3e9d7f(0x140)]['dispatcher']['on'](CodeceptJS[_0x3e9d7f(0x140)][_0x3e9d7f(0xc2)]['passed'],_0x36d362=>{const _0x22160c=_0x3e9d7f,_0x29ff1f={};_0x29ff1f[_0x22160c(0x18d)]=_0x581472[_0x22160c(0x162)],PerformanceTester[_0x22160c(0x185)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x29ff1f);try{const _0x593918=_0x36d362[_0x22160c(0xaf)]['test'],_0x4668d5=_0x80080a[_0x22160c(0x157)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x593918);CodeceptRecorder[_0x22160c(0x127)](()=>_0x80080a[_0x22160c(0xf7)](TEST_EVENTS[_0x22160c(0xce)],_0x4668d5));const _0x5cdfa4={};_0x5cdfa4[_0x22160c(0x18d)]=_0x581472[_0x22160c(0x162)],PerformanceTester[_0x22160c(0x196)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x5cdfa4);}catch(_0x12af14){PerformanceTester[_0x22160c(0x181)](_0x12af14);const _0x35bf70={};_0x35bf70['hookType']=_0x581472[_0x22160c(0x162)],PerformanceTester['end'](PerformanceHookEvents[_0x22160c(0xf9)],![],_0x12af14,_0x35bf70);}}),CodeceptJS[_0x3e9d7f(0x140)][_0x3e9d7f(0x1aa)]['on'](CodeceptJS[_0x3e9d7f(0x140)][_0x3e9d7f(0xc2)][_0x3e9d7f(0xe0)],async(_0x2a30af,_0x184c0d)=>{const _0x2af899=_0x3e9d7f;PerformanceTester[_0x2af899(0x185)](PerformanceHookEvents['SDK_HOOK']);try{const _0x2cd03a=_0x2a30af[_0x2af899(0xaf)]['test'],_0x1f82bc=_0x80080a[_0x2af899(0x157)](TEST_EVENTS[_0x2af899(0xce)],_0x2cd03a,_0x184c0d);CodeceptRecorder['add'](()=>_0x80080a['fireEvent'](TEST_EVENTS[_0x2af899(0xce)],_0x1f82bc));const _0x168883={};_0x168883['hookType']=_0x581472['BGYdE'],PerformanceTester[_0x2af899(0x185)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x168883);}catch(_0x35e754){PerformanceTester[_0x2af899(0x181)](_0x35e754);const _0x55e439={};_0x55e439[_0x2af899(0x18d)]=_0x581472[_0x2af899(0xd4)],PerformanceTester[_0x2af899(0x196)](PerformanceHookEvents['SDK_HOOK'],![],_0x35e754,_0x55e439);}const _0x224434={};_0x224434[_0x2af899(0x18d)]=_0x581472[_0x2af899(0xd4)],PerformanceTester[_0x2af899(0x196)](PerformanceHookEvents[_0x2af899(0xf9)],!![],null,_0x224434);}),CodeceptJS['event'][_0x3e9d7f(0x1aa)]['on'](CodeceptJS[_0x3e9d7f(0x140)][_0x3e9d7f(0xdf)][_0x3e9d7f(0x14b)],_0x4684cf=>{const _0x5c756a=_0x3e9d7f;PerformanceTester['start'](PerformanceHookEvents[_0x5c756a(0xf9)]);try{globals[_0x5c756a(0x172)](_0x581472[_0x5c756a(0x137)],_0x4684cf[_0x5c756a(0x145)]);_0x581472['MdVGB'](isBrowserstackInfra)&&(_0x52c652&&(global['__workerDetails']={'currentTest':{'name':_0x4684cf[_0x5c756a(0x145)],'testInfo':{'titlePath':_0x4684cf['titlePath']()}}}));const _0x39bf36={};_0x39bf36[_0x5c756a(0x18d)]=_0x581472[_0x5c756a(0x131)],PerformanceTester[_0x5c756a(0x196)](PerformanceHookEvents[_0x5c756a(0xf9)],!![],null,_0x39bf36);}catch(_0x3db749){PerformanceTester[_0x5c756a(0x181)](_0x3db749);const _0x1331cb={};_0x1331cb[_0x5c756a(0x18d)]=_0x581472['zUfIP'],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x3db749,_0x1331cb);}}),CodeceptJS[_0x3e9d7f(0x140)][_0x3e9d7f(0x1aa)]['on'](CodeceptJS[_0x3e9d7f(0x140)][_0x3e9d7f(0xdf)][_0x3e9d7f(0x19f)],_0x5f4fac=>{const _0x5da9cf=_0x3e9d7f;PerformanceTester[_0x5da9cf(0x185)](PerformanceHookEvents[_0x5da9cf(0xf9)]);try{globals[_0x5da9cf(0x172)](_0x581472[_0x5da9cf(0x137)],_0x5f4fac[_0x5da9cf(0x145)]);const _0x120edf=_0x80080a['captureEvent'](TEST_EVENTS[_0x5da9cf(0x100)],_0x5f4fac);CodeceptRecorder[_0x5da9cf(0x127)](()=>_0x80080a[_0x5da9cf(0xf7)](TEST_EVENTS[_0x5da9cf(0x100)],_0x120edf)),CodeceptRecorder[_0x5da9cf(0x127)](async()=>{const _0x4522c9=_0x5da9cf;_0x581472[_0x4522c9(0x121)](isBrowserstackInfra)&&(!_0x581472[_0x4522c9(0x13f)](isTrue,_0x23512c[_0x4522c9(0x167)])&&await _0x581472[_0x4522c9(0x16a)](markSessionName,_0x5a416b,_0x5f4fac[_0x4522c9(0x145)]),_0x80080a[_0x4522c9(0x111)]&&await _0x581472[_0x4522c9(0x13f)](o11ySync,_0x5a416b));});}catch(_0x5c32b0){const _0x124a30={};_0x124a30['hookType']=_0x581472['GZroS'],PerformanceTester['end'](PerformanceHookEvents[_0x5da9cf(0xf9)],![],_0x5c32b0,_0x124a30),PerformanceTester[_0x5da9cf(0x181)](_0x5c32b0);}const _0x5e6e68={};_0x5e6e68[_0x5da9cf(0x18d)]=_0x581472[_0x5da9cf(0x13c)],PerformanceTester[_0x5da9cf(0x196)](PerformanceHookEvents[_0x5da9cf(0xf9)],!![],null,_0x5e6e68);}),CodeceptJS[_0x3e9d7f(0x140)][_0x3e9d7f(0x1aa)]['on'](CodeceptJS[_0x3e9d7f(0x140)]['test'][_0x3e9d7f(0x18f)],_0x27b1fb=>{const _0xa20d4b=_0x3e9d7f,_0x248dc8={'Ojkqc':function(_0x45e516,_0x450268,_0x398635){const _0xc955d=a1_0x517e;return _0x581472[_0xc955d(0x10b)](_0x45e516,_0x450268,_0x398635);},'FqPXd':function(_0x56d4e6){const _0xa6723e=a1_0x517e;return _0x581472[_0xa6723e(0x121)](_0x56d4e6);}};PerformanceTester[_0xa20d4b(0x185)](PerformanceHookEvents[_0xa20d4b(0xf9)]);try{const _0x5e6f62=_0x80080a[_0xa20d4b(0x157)](TEST_EVENTS[_0xa20d4b(0x164)],_0x27b1fb);CodeceptRecorder[_0xa20d4b(0x127)](()=>_0x80080a['fireEvent'](TEST_EVENTS[_0xa20d4b(0x164)],_0x5e6f62)),CodeceptRecorder[_0xa20d4b(0x127)](async()=>{const _0x230ff2=_0xa20d4b,_0x14fe26={'NxIAL':function(_0x4f22d0,_0x4a3481,_0x39539f){const _0x4d0aac=a1_0x517e;return _0x248dc8[_0x4d0aac(0x102)](_0x4f22d0,_0x4a3481,_0x39539f);}};_0x248dc8[_0x230ff2(0xc6)](isBrowserstackInfra)&&await PerformanceTester[_0x230ff2(0x138)](PerformanceAutEvents[_0x230ff2(0x125)],async()=>{const _0x18a861=_0x230ff2;_0x52c652?await _0x14fe26[_0x18a861(0xf6)](playwrightMarkSessionStatus,_0x5a416b,STATE_PASSED):await _0x14fe26[_0x18a861(0xf6)](markSessionStatus,_0x5a416b,STATE_PASSED);})();}),PerformanceTester[_0xa20d4b(0x196)](PerformanceEvents['SDK_TEST']);}catch(_0x476cab){PerformanceTester[_0xa20d4b(0x181)](_0x476cab);const _0x59dec1={};_0x59dec1['hookType']=_0x581472[_0xa20d4b(0x17c)],PerformanceTester[_0xa20d4b(0x196)](PerformanceHookEvents[_0xa20d4b(0xf9)],![],_0x476cab,_0x59dec1),PerformanceTester[_0xa20d4b(0x196)](PerformanceEvents['SDK_TEST'],![],_0x476cab);}const _0x2012bf={};_0x2012bf[_0xa20d4b(0x18d)]=_0x581472[_0xa20d4b(0x17c)],PerformanceTester[_0xa20d4b(0x196)](PerformanceHookEvents[_0xa20d4b(0xf9)],!![],null,_0x2012bf);}),CodeceptJS[_0x3e9d7f(0x140)][_0x3e9d7f(0x1aa)]['on'](CodeceptJS[_0x3e9d7f(0x140)][_0x3e9d7f(0xdf)][_0x3e9d7f(0xe0)],(_0x24cfc2,_0x3d6187)=>{const _0x3b4c3e=_0x3e9d7f;PerformanceTester[_0x3b4c3e(0x185)](PerformanceHookEvents[_0x3b4c3e(0xf9)]);try{if(_0x581472[_0x3b4c3e(0x12d)](_0x24cfc2[_0x3b4c3e(0x103)]['name'],_0x581472[_0x3b4c3e(0xe3)])){const _0x750d33=_0x80080a[_0x3b4c3e(0x157)](TEST_EVENTS[_0x3b4c3e(0xb4)],_0x24cfc2['ctx'][_0x3b4c3e(0x12a)]);CodeceptRecorder['add'](()=>_0x80080a['fireEvent'](TEST_EVENTS[_0x3b4c3e(0xb4)],_0x750d33));}else{const _0x4b882a=_0x80080a[_0x3b4c3e(0x157)](TEST_EVENTS[_0x3b4c3e(0x164)],_0x24cfc2,_0x3d6187);CodeceptRecorder[_0x3b4c3e(0x127)](()=>{const _0x37b451=_0x3b4c3e;try{_0x80080a[_0x37b451(0xf7)](TEST_EVENTS[_0x37b451(0x164)],_0x4b882a);}catch(_0x31c6fa){logger['debug'](_0x37b451(0x1a9)+util[_0x37b451(0xd6)](_0x31c6fa)),PerformanceTester['end'](PerformanceEvents['SDK_TEST'],![],_0x31c6fa);}}),CodeceptRecorder[_0x3b4c3e(0x127)](async()=>{const _0x3e4c9f=_0x3b4c3e;try{_0x581472[_0x3e4c9f(0x16c)](isBrowserstackInfra)&&(_0x52c652?await _0x581472[_0x3e4c9f(0xcb)](playwrightMarkSessionStatus,_0x5a416b,STATE_FAILED,_0x3d6187):await _0x581472[_0x3e4c9f(0xcb)](markSessionStatus,_0x5a416b,STATE_FAILED,_0x3d6187));}catch(_0x5a48a7){logger[_0x3e4c9f(0xc3)](_0x3e4c9f(0xb7)+util['format'](_0x5a48a7)),PerformanceTester[_0x3e4c9f(0x196)](PerformanceEvents[_0x3e4c9f(0x124)],![],_0x5a48a7);}});}PerformanceTester[_0x3b4c3e(0x196)](PerformanceEvents[_0x3b4c3e(0x124)]);}catch(_0x564fec){PerformanceTester[_0x3b4c3e(0x181)](_0x564fec);const _0x1a8fe4={};_0x1a8fe4[_0x3b4c3e(0x18d)]=_0x581472[_0x3b4c3e(0xfc)],PerformanceTester['end'](PerformanceHookEvents[_0x3b4c3e(0xf9)],![],_0x564fec,_0x1a8fe4),PerformanceTester[_0x3b4c3e(0x196)](PerformanceEvents['SDK_TEST'],![],_0x564fec);}const _0x8c6cf2={};_0x8c6cf2['hookType']=_0x581472['oaNOy'],PerformanceTester[_0x3b4c3e(0x196)](PerformanceHookEvents[_0x3b4c3e(0xf9)],!![],null,_0x8c6cf2);}),CodeceptJS[_0x3e9d7f(0x140)][_0x3e9d7f(0x1aa)]['on'](CodeceptJS['event'][_0x3e9d7f(0xdf)][_0x3e9d7f(0x161)],_0x4fccd3=>{const _0x120143=_0x3e9d7f;PerformanceTester[_0x120143(0x185)](PerformanceHookEvents[_0x120143(0xf9)]);try{const _0x19d297=_0x80080a[_0x120143(0x157)](TEST_EVENTS[_0x120143(0xb4)],_0x4fccd3);CodeceptRecorder[_0x120143(0x127)](()=>_0x80080a[_0x120143(0xf7)](TEST_EVENTS[_0x120143(0xb4)],_0x19d297)),PerformanceTester[_0x120143(0x196)](PerformanceEvents['SDK_TEST']);}catch(_0x35778d){PerformanceTester['captureError'](_0x35778d),PerformanceTester[_0x120143(0x196)](PerformanceEvents[_0x120143(0x124)],![],_0x35778d);const _0x5ec076={};_0x5ec076[_0x120143(0x18d)]=_0x581472[_0x120143(0x118)],PerformanceTester[_0x120143(0x196)](PerformanceHookEvents[_0x120143(0xf9)],![],_0x35778d,_0x5ec076);}const _0x3b8ed9={};_0x3b8ed9[_0x120143(0x18d)]=_0x581472[_0x120143(0x118)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x3b8ed9);}),CodeceptJS[_0x3e9d7f(0x140)][_0x3e9d7f(0x1aa)]['on'](CodeceptJS[_0x3e9d7f(0x140)][_0x3e9d7f(0xdf)]['after'],async(_0x2b4d57,_0x428a60)=>{const _0x2f60f7=_0x3e9d7f;try{PerformanceTester[_0x2f60f7(0x185)](PerformanceHookEvents['SDK_HOOK']);const _0x3774c4=_0x581472[_0x2f60f7(0x10b)](shouldScanTestForAccessibility,_0x2b4d57[_0x2f60f7(0x148)](),!![]);if(_0x581472[_0x2f60f7(0x151)](isAccessibilityAutomationSession)&&global[_0x2f60f7(0xf2)]&&_0x3774c4){const _0x561f14={};_0x561f14[_0x2f60f7(0x122)]=_0x2b4d57[_0x2f60f7(0xd8)],_0x561f14[_0x2f60f7(0x17b)]=process[_0x2f60f7(0x14e)][testHubConstants[_0x2f60f7(0x107)][_0x2f60f7(0x153)]],_0x561f14[_0x2f60f7(0x10a)]=process[_0x2f60f7(0x14e)][testHubConstants['ENV_VAR'][_0x2f60f7(0x109)]];const _0x426005=_0x561f14;logger['debug'](_0x2f60f7(0x12c)+JSON[_0x2f60f7(0x129)](_0x426005)),CodeceptRecorder[_0x2f60f7(0x127)](async()=>{const _0x520023=_0x2f60f7,_0x7a0b7e={};_0x7a0b7e[_0x520023(0xd7)]=_0x581472[_0x520023(0xe9)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x53f774=_0x520023;await AccessibilityHelper[_0x53f774(0xef)](_0x5a416b,scripts[_0x53f774(0xc4)]);},_0x7a0b7e)(),globals[_0x520023(0x176)](_0x581472['RMzee'])&&(_0x426005[_0x520023(0x1a8)]=!![]),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x520023(0x119)],async()=>{const _0x15ecb4=_0x520023;await AccessibilityHelper[_0x15ecb4(0xef)](_0x5a416b,scripts[_0x15ecb4(0xaa)],_0x426005);})();}),logger['info'](_0x581472[_0x2f60f7(0x19e)]);}const _0x55b65b={};_0x55b65b[_0x2f60f7(0x18d)]=_0x581472['wzlia'],PerformanceTester['end'](PerformanceHookEvents[_0x2f60f7(0xf9)],!![],null,_0x55b65b);}catch(_0x4c7f97){PerformanceTester[_0x2f60f7(0x181)](_0x4c7f97);const _0x1bd396={};_0x1bd396[_0x2f60f7(0x18d)]=_0x581472['wzlia'],PerformanceTester[_0x2f60f7(0x196)](PerformanceHookEvents[_0x2f60f7(0xf9)],![],_0x4c7f97,_0x1bd396);}}),CodeceptJS[_0x3e9d7f(0x140)][_0x3e9d7f(0x1aa)]['on'](CodeceptJS[_0x3e9d7f(0x140)][_0x3e9d7f(0xec)][_0x3e9d7f(0x1a3)],_0x4dadab=>{const _0x1d165c=_0x3e9d7f;PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{process['emit'](_0x1d165c(0x183)+process['pid'],{'timestamp':new Date()['toISOString'](),'level':_0x581472[_0x1d165c(0xbd)],'message':_0x4dadab,'kind':_0x581472[_0x1d165c(0x10c)],'http_response':{}});}catch(_0x51d6be){PerformanceTester[_0x1d165c(0x181)](_0x51d6be);const _0x5f5a4a={};_0x5f5a4a['hookType']=_0x581472[_0x1d165c(0x18c)],PerformanceTester[_0x1d165c(0x196)](PerformanceHookEvents[_0x1d165c(0xf9)],![],_0x51d6be,_0x5f5a4a);}const _0x4c1f10={};_0x4c1f10[_0x1d165c(0x18d)]=_0x581472[_0x1d165c(0x18c)],PerformanceTester[_0x1d165c(0x196)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x4c1f10);}),CodeceptJS['event'][_0x3e9d7f(0x1aa)]['on'](CodeceptJS[_0x3e9d7f(0x140)]['bddStep'][_0x3e9d7f(0x14b)],_0x25bd61=>{const _0x34b912=_0x3e9d7f,_0x4a7558={};_0x4a7558[_0x34b912(0x18d)]=_0x581472[_0x34b912(0x1a6)],PerformanceTester[_0x34b912(0x138)](PerformanceHookEvents[_0x34b912(0xf9)],()=>{const _0x22122e=_0x34b912;_0x80080a[_0x22122e(0x159)](_0x25bd61);},_0x4a7558)();}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x3e9d7f(0x140)]['bddStep'][_0x3e9d7f(0x1a1)],_0x236643=>{const _0x28ec23=_0x3e9d7f,_0x32f702={};_0x32f702['hookType']=_0x581472[_0x28ec23(0x1a4)],PerformanceTester[_0x28ec23(0x138)](PerformanceHookEvents[_0x28ec23(0xf9)],()=>{const _0x11bac8=_0x28ec23;_0x80080a[_0x11bac8(0x11b)](_0x236643);},_0x32f702)();});};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';function a2_0x8a23(){const _0x30ed6c=['NfaYM','MEDJg','yVJAn','SDK_CLEANUP','log','BrowserStackPlugin','userName','addOptions','KmQpz','setAdditionalCapabilities','isUndefined','assign','oZFyh','test','FRAMEWORKS','6502951icazZF','codeceptjs','gbMwM','16869cyigry','mergeDeep','UeAOd','Playwright','AfMYZ','failed','zGrrj','getPlatformName','accessKey','forEach','host','../../helpers/testhub/testhubHandler','exports','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','push','2IDNGcB','../../helpers/performance/performance-tester','6984fXrgeA','platforms','../utils/clientTroubleshootingService','frameworkName','sjIgM','launchBuild','useW3C','NDTdB','browserStackCwd','/wd/hub','printResults','addConfig','format','../../helpers/utilities','../../helpers/BrowserStackSetup','plugins','split','tGpCK','join','151065hBcCsa','stop','accessibility','xcngp','isTestObservabilitySession','helpers','EVENTS','BROWSERSTACK_TEST_OBSERVABILITY_YML','existsSync','../utils/constants','../../helpers/test-observability/constants','stringify','QMmSQ','dirname','run','chromium','skipSessionStatus','codeceptjs/lib/index.js','../../helpers/performance/constants','4drTKXb','findIndex','isEmpty','addTests','chdir','stack','validPlatformsPresent','accessibilityOptions','CODECEPT_CUCUMBER','4913256IABBsi','2637960wpoRFL','QQikN','debug','BROWSERSTACK_RERUN_TESTS','USER_CONFIG_DETAILS_PATH','BROWSERSTACK_TEST_ACCESSIBILITY_YML','playwright-chromium','skipSessionName','now','teardownAll','webkit','iebUn','testContextOptions','OVRSm','profile','key','Workers','result','prepareCapabilities','map','Failed\x20:\x20','browserName','printBuildLink','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','err','0|1|3|4|5|2','fCYub','--config','user','JFFpx','CODECEPT','chrome','replace','length','cwd','desiredCapabilities','createGroupsOfSuites','Started\x20:\x20','3879mtZfNn','getUserWorkerCount','browser','ppPHW','isTrue','wiMSv','slice','WebDriver','SDK_SETUP','codecept.json','gherkin','toLowerCase','errorMessage','../../helpers/helper','spawn','env','testObservability','UKPBF','../../bin/playwright/accessibility-helper','title','INqgX','ZBNAL','getPlaywrightUrl','xYWXY','before','9621670qTgNqX','event','info','Passed\x20:\x20','config','passed','hubUrl','validateRerunTestList','DKuZu','../../helpers/logger'];a2_0x8a23=function(){return _0x30ed6c;};return a2_0x8a23();}const a2_0x3e5521=a2_0x2a09;(function(_0x1b61df,_0x41f6d1){const _0x4f57e9=a2_0x2a09,_0x2cf6bf=_0x1b61df();while(!![]){try{const _0x3611b1=-parseInt(_0x4f57e9(0x191))/0x1+parseInt(_0x4f57e9(0x17c))/0x2*(-parseInt(_0x4f57e9(0x16d))/0x3)+-parseInt(_0x4f57e9(0x1a4))/0x4*(parseInt(_0x4f57e9(0x1ae))/0x5)+parseInt(_0x4f57e9(0x1ad))/0x6+parseInt(_0x4f57e9(0x16a))/0x7+parseInt(_0x4f57e9(0x17e))/0x8*(parseInt(_0x4f57e9(0x1d4))/0x9)+-parseInt(_0x4f57e9(0x151))/0xa;if(_0x3611b1===_0x41f6d1)break;else _0x2cf6bf['push'](_0x2cf6bf['shift']());}catch(_0x32cf0c){_0x2cf6bf['push'](_0x2cf6bf['shift']());}}}(a2_0x8a23,0x749f5));const fs=require('fs'),path=require('path'),util=require('util'),process=require('process'),logger=require(a2_0x3e5521(0x15a))['winstonLogger'],{default:BrowserStackSetup}=require(a2_0x3e5521(0x18c)),helper=require(a2_0x3e5521(0x1e1)),utilities=require(a2_0x3e5521(0x18b)),{checkAccessibilityPlatformConfig}=require('../../helpers/accessibility-automation/helper'),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a2_0x3e5521(0x1e6)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require('../../helpers/helper'),CodeceptJS=requireModule(a2_0x3e5521(0x1a2),a2_0x3e5521(0x16b)),testOpsHelper=require('../../helpers/test-observability/utils'),TestHubHandler=require(a2_0x3e5521(0x178)),constants=require(a2_0x3e5521(0x19a)),PerformanceTester=require(a2_0x3e5521(0x17d)),{FRAMEWORKS}=require(a2_0x3e5521(0x19b)),PerformanceEvents=require(a2_0x3e5521(0x1a3))[a2_0x3e5521(0x197)],ClientTroubleShootingService=require(a2_0x3e5521(0x180)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x2c7255,_0x591f30)=>{const _0x272167=a2_0x3e5521,_0x2e40b3={};_0x2e40b3[_0x272167(0x15d)]=function(_0x2d5475,_0x3ee9d7){return _0x2d5475===_0x3ee9d7;},_0x2e40b3[_0x272167(0x182)]='codecept.conf.js',_0x2e40b3[_0x272167(0x167)]=_0x272167(0x1dd);const _0x5bb368=_0x2e40b3;let _0x3d6ce6=null;const _0x2f2c21={};let _0x1d43c0=_0x591f30[_0x272167(0x1a5)](_0x1cfa8b=>_0x1cfa8b===_0x272167(0x1c9));_0x5bb368[_0x272167(0x15d)](_0x1d43c0,-0x1)&&(_0x1d43c0=_0x591f30[_0x272167(0x1a5)](_0x104e8b=>_0x104e8b==='-c'));if(!helper[_0x272167(0x165)](_0x2c7255[_0x272167(0x155)])&&fs['existsSync'](path[_0x272167(0x190)](process[_0x272167(0x1d0)](),_0x2c7255['config'])))_0x3d6ce6=path[_0x272167(0x190)](process[_0x272167(0x1d0)](),_0x2c7255[_0x272167(0x155)]),_0x591f30[_0x272167(0x1da)](_0x1d43c0,0x2);else{if(!helper['isUndefined'](_0x2c7255['c'])&&fs[_0x272167(0x199)](path[_0x272167(0x190)](process[_0x272167(0x1d0)](),_0x2c7255['c'])))_0x3d6ce6=path[_0x272167(0x190)](process[_0x272167(0x1d0)](),_0x2c7255['c']),_0x591f30[_0x272167(0x1da)](_0x1d43c0,0x2);else{if(fs[_0x272167(0x199)](path[_0x272167(0x190)](process[_0x272167(0x1d0)](),_0x5bb368[_0x272167(0x182)])))_0x3d6ce6=path[_0x272167(0x190)](process[_0x272167(0x1d0)](),_0x5bb368[_0x272167(0x182)]);else fs[_0x272167(0x199)](path[_0x272167(0x190)](process[_0x272167(0x1d0)](),_0x5bb368[_0x272167(0x167)]))&&(_0x3d6ce6=path[_0x272167(0x190)](process[_0x272167(0x1d0)](),_0x5bb368[_0x272167(0x167)]));}}return process[_0x272167(0x1e3)][_0x272167(0x1b2)]=_0x3d6ce6,_0x3d6ce6;},getO11yRerunPattern=()=>{const _0x4a5778=a2_0x3e5521,_0xa13799=helper[_0x4a5778(0x1d8)](process[_0x4a5778(0x1e3)]['BROWSERSTACK_RERUN']);if(_0xa13799){const _0x24b26d=process[_0x4a5778(0x1e3)][_0x4a5778(0x1b1)],_0x5e0d07=[];if(helper[_0x4a5778(0x158)](_0x24b26d)&&!helper[_0x4a5778(0x165)](_0x24b26d)){_0x24b26d[_0x4a5778(0x18e)](',')['map'](_0x4e475f=>{const _0x10e35a=_0x4a5778;_0x5e0d07[_0x10e35a(0x17b)]('('+_0x4e475f['trim']()+')');});const _0x3831f5='^'+_0x5e0d07[_0x4a5778(0x190)]('|')+'$';return _0x3831f5;}}return null;},a2_0x5c9529={};a2_0x5c9529[a2_0x3e5521(0x1cd)]=a2_0x3e5521(0x1a0),a2_0x5c9529[a2_0x3e5521(0x1b4)]=a2_0x3e5521(0x1a0),a2_0x5c9529['playwright-firefox']='firefox',a2_0x5c9529['playwright-webkit']=a2_0x3e5521(0x1b8);function a2_0x2a09(_0x1b4489,_0x8dbb2c){const _0x8a2389=a2_0x8a23();return a2_0x2a09=function(_0x2a093a,_0x5d57ee){_0x2a093a=_0x2a093a-0x14f;let _0x445946=_0x8a2389[_0x2a093a];return _0x445946;},a2_0x2a09(_0x1b4489,_0x8dbb2c);}const pwToCodeceptBrowser=a2_0x5c9529;async function run(_0x397fa1,_0x3604ab,_0x29f760){const _0xad3359=a2_0x3e5521,_0x4d3ec7={'YhZfi':function(_0x1553b4,_0x2852c5,_0x542bc7,_0x16a52d){return _0x1553b4(_0x2852c5,_0x542bc7,_0x16a52d);},'CQJRw':function(_0x367b7c,_0x2ce007){return _0x367b7c+_0x2ce007;},'iebUn':function(_0x29e4f5,_0x2d118e){return _0x29e4f5(_0x2d118e);},'NDTdB':function(_0x3120e8,_0x2b9b50){return _0x3120e8+_0x2b9b50;},'MEDJg':function(_0x1811df,_0x42ec1a,_0x2547d9){return _0x1811df(_0x42ec1a,_0x2547d9);},'gbMwM':_0xad3359(0x196),'zGrrj':function(_0x4458cc){return _0x4458cc();},'wiMSv':_0xad3359(0x187),'QMmSQ':function(_0xa4d61d){return _0xa4d61d();},'DKuZu':_0xad3359(0x1c2),'JFFpx':_0xad3359(0x154),'ZBNAL':_0xad3359(0x1d3),'NfaYM':_0xad3359(0x1c7),'xcngp':function(_0x3a4865,_0xcc7a9f,_0x148299){return _0x3a4865(_0xcc7a9f,_0x148299);},'QQikN':_0xad3359(0x1c5),'UKPBF':function(_0xc2f038,_0x3bc703,_0x15bf67){return _0xc2f038(_0x3bc703,_0x15bf67);},'UeAOd':_0xad3359(0x170),'kpzxl':_0xad3359(0x1db),'OVRSm':function(_0x433e9b,_0x27a7e2){return _0x433e9b!=_0x27a7e2;},'xYWXY':function(_0x2913dd,_0x491e9f){return _0x2913dd===_0x491e9f;},'DIJuO':function(_0x20c122,_0x33e3b2,_0x118d03){return _0x20c122(_0x33e3b2,_0x118d03);},'zkNfb':_0xad3359(0x1de),'AfMYZ':function(_0xbd71ab,_0x555163){return _0xbd71ab*_0x555163;},'KmQpz':function(_0x5ae2f7,_0xd1c2b2,_0x13a7c6){return _0x5ae2f7(_0xd1c2b2,_0x13a7c6);},'tGpCK':'browser','INqgX':'desiredCapabilities','yacqy':'root','ppPHW':'BrowserStackPlugin.js','jixuk':_0xad3359(0x186)};await _0x29f760['initialize'](_0x397fa1),await helper['handleApp'](_0x29f760[_0xad3359(0x155)]);if(!_0x29f760[_0xad3359(0x155)])return;process[_0xad3359(0x1bc)]=_0x397fa1[_0xad3359(0x1bc)];_0x397fa1[_0xad3359(0x1bc)]&&(process[_0xad3359(0x1e3)]['profile']=_0x397fa1[_0xad3359(0x1bc)]);const _0x4ccd9d=_0x4d3ec7[_0xad3359(0x194)](getUserCodeceptJSConfigs,_0x397fa1,_0x3604ab);let _0x3e86ca={};_0x4ccd9d?(logger[_0xad3359(0x153)]('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0x4ccd9d),_0x3e86ca=CodeceptJS[_0xad3359(0x155)]['load'](_0x4ccd9d)):logger['info'](_0x4d3ec7[_0xad3359(0x1af)]);let _0x4b8117=![];_0x4d3ec7[_0xad3359(0x1e5)](nestedKeyValue,_0x3e86ca,[_0x4d3ec7[_0xad3359(0x16c)],_0x4d3ec7[_0xad3359(0x16f)]])&&(_0x4b8117=!![]);const _0x3f8fa1=_0x4b8117?_0x4d3ec7['UeAOd']:_0x4d3ec7['kpzxl'];let _0x378255=!_0x4b8117?helper[_0xad3359(0x184)](_0x29f760[_0xad3359(0x155)]):![];!helper[_0xad3359(0x165)](_0x29f760[_0xad3359(0x155)][_0xad3359(0x1ab)])&&(process[_0xad3359(0x1e3)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON['stringify'](_0x29f760[_0xad3359(0x155)]['accessibilityOptions']));let _0x27669a=_0x29f760[_0xad3359(0x155)][_0xad3359(0x193)];_0x27669a=_0x27669a||_0x4d3ec7[_0xad3359(0x1b9)](checkAccessibilityPlatformConfig,_0x29f760['config']),process[_0xad3359(0x1e3)][_0xad3359(0x1b3)]=_0x27669a;_0x27669a&&(_0x378255=!_0x27669a);_0x4d3ec7[_0xad3359(0x1bb)](_0x29f760[_0xad3359(0x155)]['testObservability'],null)?process[_0xad3359(0x1e3)][_0xad3359(0x198)]=_0x29f760[_0xad3359(0x155)]['testObservability']:process[_0xad3359(0x1e3)][_0xad3359(0x198)]=_0x4d3ec7[_0xad3359(0x14f)](_0x3f8fa1,_0x4d3ec7[_0xad3359(0x16f)]);const _0x36778a=_0x4d3ec7['DIJuO'](nestedKeyValue,_0x3e86ca,[_0x4d3ec7['zkNfb']]),_0x526473=_0x36778a&&!helper[_0xad3359(0x1a6)](_0x36778a)?FRAMEWORKS[_0xad3359(0x1ac)]:FRAMEWORKS[_0xad3359(0x1cc)],_0x4b97be=await TestHubHandler[_0xad3359(0x183)](_0x526473,_0x29f760);_0x27669a&&_0x4d3ec7['iebUn'](setAccessibilityCapabilities,_0x29f760['config']);const _0x3a3ee9={},_0x1bd029=[],_0x34cfc4=_0x29f760[_0xad3359(0x155)]['parallelsPerPlatform']||helper[_0xad3359(0x1d5)](_0x397fa1,_0x3604ab,_0x29f760[_0xad3359(0x155)],constants[_0xad3359(0x169)][_0xad3359(0x1cc)])||0x1;let _0x391680=0x1;if(_0x4d3ec7[_0xad3359(0x173)](isBrowserstackInfra)){const _0x3d11d8=helper[_0xad3359(0x1c0)](_0x29f760[_0xad3359(0x155)],_0x378255,constants['FRAMEWORKS'][_0xad3359(0x1cc)]);_0x3d11d8[_0xad3359(0x176)](_0x113732=>{const _0x4f5c91=_0xad3359;helper[_0x4f5c91(0x164)](_0x113732);}),helper[_0xad3359(0x1aa)](_0x29f760[_0xad3359(0x155)])?_0x391680=_0x4d3ec7[_0xad3359(0x171)](_0x34cfc4,_0x29f760[_0xad3359(0x155)][_0xad3359(0x17f)][_0xad3359(0x1cf)]):_0x391680=_0x34cfc4,_0x3d11d8[_0xad3359(0x176)](_0x48c334=>{const _0x1d33b8=_0xad3359,_0x5b928d={'lgVxO':function(_0x39310b,_0x21eb92,_0xcfbefa,_0x32f5e8){return _0x4d3ec7['YhZfi'](_0x39310b,_0x21eb92,_0xcfbefa,_0x32f5e8);},'fCYub':function(_0x38afec,_0x3e4f2d){return _0x4d3ec7['CQJRw'](_0x38afec,_0x3e4f2d);},'LYSbu':function(_0xc5d5a5,_0x4b9201){const _0x112eb6=a2_0x2a09;return _0x4d3ec7[_0x112eb6(0x1b9)](_0xc5d5a5,_0x4b9201);}},_0x49c7ca=_0x4d3ec7[_0x1d33b8(0x185)](helper[_0x1d33b8(0x174)](_0x48c334,'_'),'_'+Date[_0x1d33b8(0x1b6)]()),_0x2af242=((()=>{const _0x466726=_0x1d33b8;if(_0x4b8117){const _0x4f7eef=pwToCodeceptBrowser[_0x48c334[_0x466726(0x1c3)]]||_0x48c334[_0x466726(0x1c3)],_0x5aba6f=helper[_0x466726(0x1ea)](_0x29f760[_0x466726(0x155)]),_0x3dbdbc=Object[_0x466726(0x166)]({},_0x48c334);return _0x5b928d['lgVxO'](processAccessibilityCaps,_0x3dbdbc,_0x5aba6f,null),{'browser':_0x4f7eef,[_0x4f7eef]:{'browserWSEndpoint':_0x5b928d[_0x466726(0x1c8)](_0x5aba6f,_0x5b928d['LYSbu'](encodeURIComponent,JSON[_0x466726(0x19c)](_0x3dbdbc)))}};}const _0xb9e64b={};return _0xb9e64b[_0x466726(0x1d1)]=_0x48c334,_0xb9e64b[_0x466726(0x1ca)]=_0x29f760[_0x466726(0x155)][_0x466726(0x161)],_0xb9e64b[_0x466726(0x1bd)]=_0x29f760[_0x466726(0x155)][_0x466726(0x175)],_0xb9e64b;})()),_0x38b86a=_0x4d3ec7[_0x1d33b8(0x15c)](nestedKeyValue,_0x3e86ca,[_0x4d3ec7[_0x1d33b8(0x16c)],_0x3f8fa1]);_0x3a3ee9[_0x49c7ca]=_0x38b86a?helper['mergeDeep'](_0x2af242,_0x38b86a):_0x2af242;if(_0x4b8117)_0x3a3ee9[_0x49c7ca][_0x1d33b8(0x1d6)]=pwToCodeceptBrowser[_0x48c334['browserName']]||_0x48c334[_0x1d33b8(0x1c3)];else{_0x3a3ee9[_0x49c7ca][_0x1d33b8(0x1d6)]=_0x48c334[_0x1d33b8(0x1c3)]||_0x2af242[_0x1d33b8(0x1d6)];if(_0x4d3ec7[_0x1d33b8(0x173)](isBrowserstackInfra)){_0x3a3ee9[_0x49c7ca][_0x1d33b8(0x177)]=constants[_0x1d33b8(0x157)][_0x1d33b8(0x1ce)](_0x4d3ec7['wiMSv'],'')[_0x1d33b8(0x1ce)](/https?:\/\//,'');;_0x3a3ee9[_0x49c7ca]['path']=_0x4d3ec7[_0x1d33b8(0x1d9)];}}_0x1bd029[_0x1d33b8(0x17b)](_0x49c7ca);});}else{_0x391680=0x1;if(_0x4b8117){const _0x439ce3=_0x4d3ec7[_0xad3359(0x163)](nestedKeyValue,_0x3e86ca,[_0x4d3ec7[_0xad3359(0x16c)],_0x3f8fa1,_0x4d3ec7[_0xad3359(0x18f)]]),_0x5d7af8=_0x4d3ec7[_0xad3359(0x194)](nestedKeyValue,_0x3e86ca,[_0x4d3ec7[_0xad3359(0x16c)],_0x3f8fa1,_0x439ce3]);if(_0x5d7af8&&_0x5d7af8['browserWSEndpoint']){const _0x23c79d={};_0x23c79d[_0xad3359(0x17f)]=[],_0x5d7af8['browserWSEndpoint']=helper[_0xad3359(0x1c0)](Object[_0xad3359(0x166)]({},_0x29f760[_0xad3359(0x155)],_0x23c79d),null,_0x526473['toLowerCase'](),null,null,_0x5d7af8['browserWSEndpoint']);}}else{const _0x52ec00={};_0x52ec00[_0xad3359(0x17f)]=[],_0x3e86ca[_0x4d3ec7[_0xad3359(0x16c)]][_0x3f8fa1][_0x4d3ec7[_0xad3359(0x1e8)]]=helper[_0xad3359(0x1c0)](Object['assign']({},_0x29f760['config'],_0x52ec00),null,_0x526473[_0xad3359(0x1df)](),_0x4d3ec7[_0xad3359(0x15c)](nestedKeyValue,_0x3e86ca,[_0x4d3ec7[_0xad3359(0x16c)],_0x3f8fa1,_0x4d3ec7['INqgX']])||{},null,null);}_0x3a3ee9[_0x4d3ec7['yacqy']]=_0x3e86ca,_0x1bd029['push'](_0x4d3ec7['yacqy']);}const _0x1767af={};_0x1767af['testConfig']=_0x4ccd9d;const _0x4a435b=_0x1767af,_0x379998=path[_0xad3359(0x190)](__dirname,_0x4d3ec7[_0xad3359(0x1d7)]),_0x2233ab=process['cwd']();process[_0xad3359(0x1e3)][_0x4d3ec7['jixuk']]=_0x2233ab,process[_0xad3359(0x1a8)](path[_0xad3359(0x19e)](_0x4ccd9d));const _0x218884=new CodeceptJS[(_0xad3359(0x1be))](null,_0x4a435b),_0xc7e1da=_0x218884[_0xad3359(0x1d2)](_0x34cfc4),_0x12da7c=testOpsHelper[_0xad3359(0x195)](),_0x2be8c4=_0x1bd029[_0xad3359(0x1c1)](_0xfa4ebe=>{const _0x3ea27a=_0xad3359,_0x46c126={};_0x46c126[_0x3ea27a(0x170)]=_0x3a3ee9[_0xfa4ebe];const _0x3d198d={};_0x3d198d['WebDriver']=_0x3a3ee9[_0xfa4ebe];const _0x30e124=_0x4b8117?_0x46c126:_0x3d198d,_0x4238ca=_0x4d3ec7[_0x3ea27a(0x19d)](getO11yRerunPattern),_0x1410fd={};_0x1410fd[_0x3ea27a(0x196)]=_0x30e124;const _0x56fd9c={};_0x56fd9c['require']=_0x379998,_0x56fd9c['enabled']=!![],_0x56fd9c['skipSessionName']=_0x29f760[_0x3ea27a(0x155)][_0x3ea27a(0x1ba)][_0x3ea27a(0x1b5)],_0x56fd9c['skipSessionStatus']=_0x29f760[_0x3ea27a(0x155)][_0x3ea27a(0x1ba)][_0x3ea27a(0x1a1)],_0x56fd9c[_0x3ea27a(0x1e4)]=_0x12da7c,_0x56fd9c[_0x3ea27a(0x181)]=_0x526473;const _0xc33ae2={};_0xc33ae2[_0x3ea27a(0x160)]=_0x56fd9c;const _0x419229={};return _0x419229[_0x3ea27a(0x18d)]=_0xc33ae2,helper[_0x3ea27a(0x16e)]({},_0x3e86ca,_0x4d3ec7[_0x3ea27a(0x19d)](isBrowserstackInfra)?_0x1410fd:{},_0x4238ca?{'grep':_0x4238ca}:{},_0x419229);});for(const _0x3d427c of _0x2be8c4){for(const _0x477a55 of _0xc7e1da){const _0x40faad=_0x218884[_0xad3359(0x1e2)]();_0x40faad[_0xad3359(0x1a7)](_0x477a55),_0x40faad[_0xad3359(0x189)](_0x3d427c);const _0x3b5f25={};_0x3b5f25['config']=_0x4ccd9d,_0x40faad[_0xad3359(0x162)](Object[_0xad3359(0x166)](_0x3b5f25,_0x397fa1));}}_0x218884['on'](CodeceptJS['event'][_0xad3359(0x168)][_0xad3359(0x172)],(_0x4c20ef,_0x1f6e75)=>{const _0x1d8476=_0xad3359;console[_0x1d8476(0x15f)](_0x4d3ec7[_0x1d8476(0x159)],_0x4c20ef[_0x1d8476(0x1e7)]);const _0x355bff={[_0x4c20ef[_0x1d8476(0x1e7)]]:_0x4c20ef[_0x1d8476(0x1c6)][_0x1d8476(0x1a9)]};_testErrorData[_0x1d8476(0x17b)](_0x355bff);}),_0x218884['on'](CodeceptJS['event'][_0xad3359(0x168)][_0xad3359(0x156)],async _0x23e23a=>{const _0x56ac7a=_0xad3359;console[_0x56ac7a(0x15f)](_0x4d3ec7[_0x56ac7a(0x1cb)],_0x23e23a[_0x56ac7a(0x1e7)]);}),_0x218884['on'](CodeceptJS['event'][_0xad3359(0x168)][_0xad3359(0x150)],async _0x50dad7=>{const _0x33b5a3=_0xad3359;console[_0x33b5a3(0x15f)](_0x4d3ec7[_0x33b5a3(0x1e9)],_0x50dad7['title']);}),_0x218884['on'](CodeceptJS[_0xad3359(0x152)]['all'][_0xad3359(0x1bf)],async()=>{const _0x238fcd=_0xad3359,_0x29842f=_0x4d3ec7[_0x238fcd(0x15b)][_0x238fcd(0x18e)]('|');let _0x3bfcb5=0x0;while(!![]){switch(_0x29842f[_0x3bfcb5++]){case'0':PerformanceTester['start'](PerformanceEvents[_0x238fcd(0x15e)]);continue;case'1':_0x29f760[_0x238fcd(0x1e0)]=_testErrorData;continue;case'2':_0x218884[_0x238fcd(0x188)]();continue;case'3':testOpsHelper[_0x238fcd(0x1c4)]();continue;case'4':utilities['finalExecution'](_0x29f760);continue;case'5':try{await TestHubHandler[_0x238fcd(0x192)]();}catch(_0x3394f6){logger[_0x238fcd(0x1b0)](_0x238fcd(0x17a)+util[_0x238fcd(0x18a)](_0x3394f6));}continue;}break;}});async function _0x2de74a(){const _0xafa7e7=_0xad3359;try{await _0x218884['bootstrapAll'](),await _0x218884[_0xafa7e7(0x19f)]();}finally{process['chdir'](_0x2233ab),await _0x218884[_0xafa7e7(0x1b7)]();}}PerformanceTester['end'](PerformanceEvents[_0xad3359(0x1dc)]),await _0x4d3ec7['zGrrj'](_0x2de74a);}module[a2_0x3e5521(0x179)]=run;
|
|
2
|
+
'use strict';const a2_0x2e6d3f=a2_0x5479;(function(_0x567253,_0x437e50){const _0x2a059a=a2_0x5479,_0x3a6777=_0x567253();while(!![]){try{const _0x36e370=-parseInt(_0x2a059a(0x1fe))/0x1+-parseInt(_0x2a059a(0x206))/0x2+-parseInt(_0x2a059a(0x18c))/0x3+parseInt(_0x2a059a(0x193))/0x4+parseInt(_0x2a059a(0x1f2))/0x5*(-parseInt(_0x2a059a(0x20d))/0x6)+-parseInt(_0x2a059a(0x19e))/0x7*(-parseInt(_0x2a059a(0x190))/0x8)+parseInt(_0x2a059a(0x17a))/0x9;if(_0x36e370===_0x437e50)break;else _0x3a6777['push'](_0x3a6777['shift']());}catch(_0x3fe4db){_0x3a6777['push'](_0x3a6777['shift']());}}}(a2_0x2b59,0xf186d));function a2_0x2b59(){const _0x5cbd6d=['setAdditionalCapabilities','split','chdir','useW3C','before','isTrue','browserName','BrowserStackPlugin','1594291bgOQHF','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','printBuildLink','BROWSERSTACK_TEST_ACCESSIBILITY_YML','FRAMEWORKS','errorMessage','spawn','exports','2670382nmUYCc','kmtTX','isTestObservabilitySession','testObservability','BNAOH','Started\x20:\x20','debug','2643834fDPsfF','skipSessionName','addOptions','finalExecution','slice','length','../../bin/playwright/accessibility-helper','config','tLlSq','39528441myKpvj','HcgTS','process','run','rxAvA','winstonLogger','ymqLq','mergeDeep','enabled','helpers','getUserWorkerCount','findIndex','info','toLowerCase','event','path','PAmEm','test','2059431xhJlAq','aeBZp','UfzZH','teardownAll','8Kkvpem','LBohU','root','3466976PhTqjt','../../helpers/test-observability/utils','../../helpers/performance/constants','jaafh','Playwright','host','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','Kceyp','webkit','skipSessionStatus','existsSync','1594159DCKgFh','log','getPlatformName','map','jsaAA','key','validPlatformsPresent','accessibilityOptions','USER_CONFIG_DETAILS_PATH','aidBq','Ofhul','GiIon','now','join','UvGQn','forEach','ULeph','isEmpty','../../helpers/logger','codecept.conf.js','failed','--config','profile','MMpDP','dirname','../../helpers/testhub/testhubHandler','prepareCapabilities','start','GIgaa','all','launchBuild','BrowserStackPlugin.js','chrome','cwd','ChQHs','browser','replace','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','rxCsH','YsLfy','addConfig','KiKSG','../utils/clientTroubleshootingService','handleApp','../../helpers/accessibility-automation/helper','BROWSERSTACK_RERUN_TESTS','AJNmA','Passed\x20:\x20','parallelsPerPlatform','env','BOixH','WebDriver','yaEKE','assign','frameworkName','../../helpers/helper','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','Zzhdw','codecept.json','NuMHB','Failed\x20:\x20','VcMcL','../../helpers/utilities','desiredCapabilities','isUndefined','khGQF','platforms','BROWSERSTACK_TEST_OBSERVABILITY_YML','validateRerunTestList','dLwDs','printResults','kADZk','load','err','chromium','Akybs','push','../utils/constants','../../helpers/performance/performance-tester','gherkin','CODECEPT_CUCUMBER','Ckdou','title','testContextOptions','10OulxJn','stop','format','createGroupsOfSuites'];a2_0x2b59=function(){return _0x5cbd6d;};return a2_0x2b59();}const fs=require('fs'),path=require(a2_0x2e6d3f(0x189)),util=require('util'),process=require(a2_0x2e6d3f(0x17c)),logger=require(a2_0x2e6d3f(0x1b0))[a2_0x2e6d3f(0x17f)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a2_0x2e6d3f(0x1d5)),utilities=require(a2_0x2e6d3f(0x1dc)),{checkAccessibilityPlatformConfig}=require(a2_0x2e6d3f(0x1ca)),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a2_0x2e6d3f(0x177)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x2e6d3f(0x1d5)),CodeceptJS=requireModule('codeceptjs/lib/index.js','codeceptjs'),testOpsHelper=require(a2_0x2e6d3f(0x194)),TestHubHandler=require(a2_0x2e6d3f(0x1b7)),constants=require(a2_0x2e6d3f(0x1eb)),PerformanceTester=require(a2_0x2e6d3f(0x1ec)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),PerformanceEvents=require(a2_0x2e6d3f(0x195))['EVENTS'],ClientTroubleShootingService=require(a2_0x2e6d3f(0x1c8)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x298af9,_0x5e4ae3)=>{const _0x23bcd8=a2_0x2e6d3f,_0x5281aa={};_0x5281aa[_0x23bcd8(0x1d2)]=function(_0x49f37a,_0x5e44fa){return _0x49f37a===_0x5e44fa;},_0x5281aa[_0x23bcd8(0x180)]=_0x23bcd8(0x1b1),_0x5281aa[_0x23bcd8(0x1e5)]=_0x23bcd8(0x1d8);const _0x4a2838=_0x5281aa;let _0x32280b=null;const _0x1e57db={};let _0x1cb9be=_0x5e4ae3['findIndex'](_0x403b93=>_0x403b93===_0x23bcd8(0x1b3));_0x4a2838[_0x23bcd8(0x1d2)](_0x1cb9be,-0x1)&&(_0x1cb9be=_0x5e4ae3[_0x23bcd8(0x185)](_0x4ff413=>_0x4ff413==='-c'));if(!helper[_0x23bcd8(0x1de)](_0x298af9[_0x23bcd8(0x178)])&&fs['existsSync'](path['join'](process[_0x23bcd8(0x1bf)](),_0x298af9[_0x23bcd8(0x178)])))_0x32280b=path[_0x23bcd8(0x1ab)](process[_0x23bcd8(0x1bf)](),_0x298af9[_0x23bcd8(0x178)]),_0x5e4ae3[_0x23bcd8(0x211)](_0x1cb9be,0x2);else{if(!helper[_0x23bcd8(0x1de)](_0x298af9['c'])&&fs[_0x23bcd8(0x19d)](path[_0x23bcd8(0x1ab)](process[_0x23bcd8(0x1bf)](),_0x298af9['c'])))_0x32280b=path[_0x23bcd8(0x1ab)](process[_0x23bcd8(0x1bf)](),_0x298af9['c']),_0x5e4ae3['slice'](_0x1cb9be,0x2);else{if(fs[_0x23bcd8(0x19d)](path[_0x23bcd8(0x1ab)](process[_0x23bcd8(0x1bf)](),_0x4a2838[_0x23bcd8(0x180)])))_0x32280b=path[_0x23bcd8(0x1ab)](process[_0x23bcd8(0x1bf)](),_0x4a2838[_0x23bcd8(0x180)]);else fs[_0x23bcd8(0x19d)](path[_0x23bcd8(0x1ab)](process[_0x23bcd8(0x1bf)](),_0x4a2838[_0x23bcd8(0x1e5)]))&&(_0x32280b=path['join'](process[_0x23bcd8(0x1bf)](),_0x4a2838[_0x23bcd8(0x1e5)]));}}return process[_0x23bcd8(0x1cf)][_0x23bcd8(0x1a6)]=_0x32280b,_0x32280b;},getO11yRerunPattern=()=>{const _0x33d05e=a2_0x2e6d3f,_0x9bf036=helper[_0x33d05e(0x1fb)](process[_0x33d05e(0x1cf)]['BROWSERSTACK_RERUN']);if(_0x9bf036){const _0x12a99a=process[_0x33d05e(0x1cf)][_0x33d05e(0x1cb)],_0x8b1280=[];if(helper[_0x33d05e(0x1e2)](_0x12a99a)&&!helper[_0x33d05e(0x1de)](_0x12a99a)){_0x12a99a[_0x33d05e(0x1f7)](',')[_0x33d05e(0x1a1)](_0x126d1d=>{const _0x1f2425=_0x33d05e;_0x8b1280[_0x1f2425(0x1ea)]('('+_0x126d1d['trim']()+')');});const _0x40384='^'+_0x8b1280['join']('|')+'$';return _0x40384;}}return null;},a2_0x57c867={};function a2_0x5479(_0x44bbba,_0x336a2b){const _0x2b59ab=a2_0x2b59();return a2_0x5479=function(_0x547973,_0x3e54e2){_0x547973=_0x547973-0x177;let _0x1d9a8b=_0x2b59ab[_0x547973];return _0x1d9a8b;},a2_0x5479(_0x44bbba,_0x336a2b);}a2_0x57c867[a2_0x2e6d3f(0x1be)]=a2_0x2e6d3f(0x1e8),a2_0x57c867['playwright-chromium']=a2_0x2e6d3f(0x1e8),a2_0x57c867['playwright-firefox']='firefox',a2_0x57c867['playwright-webkit']=a2_0x2e6d3f(0x19b);const pwToCodeceptBrowser=a2_0x57c867;async function run(_0x1ed79d,_0x34a782,_0x57ea12){const _0x2da8c9=a2_0x2e6d3f,_0x22a814={'UvGQn':function(_0xf38937,_0x484727,_0x3d13f3,_0x19bfbe){return _0xf38937(_0x484727,_0x3d13f3,_0x19bfbe);},'VcMcL':function(_0x3c45a3,_0x40dc56){return _0x3c45a3+_0x40dc56;},'Zzhdw':function(_0x3b52d8,_0x3c6f89){return _0x3b52d8(_0x3c6f89);},'kmtTX':function(_0x28a9f4,_0x1adbc6){return _0x28a9f4+_0x1adbc6;},'KiKSG':function(_0x3033d6,_0x2c52a4,_0x207e39){return _0x3033d6(_0x2c52a4,_0x207e39);},'LBohU':'helpers','ArMwg':function(_0x241f19){return _0x241f19();},'GIgaa':'/wd/hub','Ckdou':function(_0x2d7ac8){return _0x2d7ac8();},'jaafh':function(_0x6923cd){return _0x6923cd();},'jsaAA':_0x2da8c9(0x1da),'rxAvA':_0x2da8c9(0x1cd),'NuMHB':_0x2da8c9(0x20b),'rxCsH':'1|4|2|3|0|5','HcgTS':function(_0x2a0d6c,_0x482df9,_0x32fdd5){return _0x2a0d6c(_0x482df9,_0x32fdd5);},'Kceyp':_0x2da8c9(0x1d6),'PAmEm':_0x2da8c9(0x197),'tLlSq':_0x2da8c9(0x1d1),'aidBq':function(_0x1a5976,_0x5b3591){return _0x1a5976!=_0x5b3591;},'RxqHg':function(_0x234885,_0x43a241){return _0x234885===_0x43a241;},'khGQF':function(_0x3fc2d2,_0x50ab78,_0x403321){return _0x3fc2d2(_0x50ab78,_0x403321);},'ULeph':_0x2da8c9(0x1ed),'Akybs':function(_0x5a52e7,_0x262d9b){return _0x5a52e7(_0x262d9b);},'UfzZH':function(_0x211fcc,_0x5bd02c){return _0x211fcc*_0x5bd02c;},'BOixH':function(_0x4b81bb,_0x23d0e6,_0x37d30d){return _0x4b81bb(_0x23d0e6,_0x37d30d);},'dLwDs':'browser','AJNmA':function(_0xc4e7ea,_0x1eba7e,_0x24546d){return _0xc4e7ea(_0x1eba7e,_0x24546d);},'YsLfy':_0x2da8c9(0x1dd),'Ofhul':function(_0x360417,_0x2f227d,_0x406839){return _0x360417(_0x2f227d,_0x406839);},'ChQHs':_0x2da8c9(0x192),'BNAOH':_0x2da8c9(0x1bd),'aeBZp':'browserStackCwd','QoxbR':function(_0x26ef80){return _0x26ef80();}};await _0x57ea12['initialize'](_0x1ed79d),await helper[_0x2da8c9(0x1c9)](_0x57ea12[_0x2da8c9(0x178)]);if(!_0x57ea12['config'])return;process[_0x2da8c9(0x1b4)]=_0x1ed79d[_0x2da8c9(0x1b4)];_0x1ed79d['profile']&&(process[_0x2da8c9(0x1cf)][_0x2da8c9(0x1b4)]=_0x1ed79d[_0x2da8c9(0x1b4)]);const _0x2b8c12=_0x22a814[_0x2da8c9(0x17b)](getUserCodeceptJSConfigs,_0x1ed79d,_0x34a782);let _0x2d7e8b={};_0x2b8c12?(logger[_0x2da8c9(0x186)](_0x2da8c9(0x1ff)+_0x2b8c12),_0x2d7e8b=CodeceptJS[_0x2da8c9(0x178)][_0x2da8c9(0x1e6)](_0x2b8c12)):logger[_0x2da8c9(0x186)](_0x22a814[_0x2da8c9(0x19a)]);let _0x3ad44a=![];_0x22a814[_0x2da8c9(0x17b)](nestedKeyValue,_0x2d7e8b,[_0x22a814['LBohU'],_0x22a814['PAmEm']])&&(_0x3ad44a=!![]);const _0x2e9b02=_0x3ad44a?_0x22a814[_0x2da8c9(0x18a)]:_0x22a814[_0x2da8c9(0x179)];let _0x27385b=!_0x3ad44a?helper[_0x2da8c9(0x1f9)](_0x57ea12[_0x2da8c9(0x178)]):![];!helper[_0x2da8c9(0x1de)](_0x57ea12['config'][_0x2da8c9(0x1a5)])&&(process[_0x2da8c9(0x1cf)][_0x2da8c9(0x199)]=JSON['stringify'](_0x57ea12[_0x2da8c9(0x178)][_0x2da8c9(0x1a5)]));let _0x3ffd5e=_0x57ea12[_0x2da8c9(0x178)]['accessibility'];_0x3ffd5e=_0x3ffd5e||_0x22a814[_0x2da8c9(0x1d7)](checkAccessibilityPlatformConfig,_0x57ea12[_0x2da8c9(0x178)]),process[_0x2da8c9(0x1cf)][_0x2da8c9(0x201)]=_0x3ffd5e;_0x3ffd5e&&(_0x27385b=!_0x3ffd5e);_0x22a814[_0x2da8c9(0x1a7)](_0x57ea12[_0x2da8c9(0x178)][_0x2da8c9(0x209)],null)?process[_0x2da8c9(0x1cf)][_0x2da8c9(0x1e1)]=_0x57ea12['config'][_0x2da8c9(0x209)]:process[_0x2da8c9(0x1cf)][_0x2da8c9(0x1e1)]=_0x22a814['RxqHg'](_0x2e9b02,_0x22a814[_0x2da8c9(0x18a)]);const _0x414488=_0x22a814[_0x2da8c9(0x1df)](nestedKeyValue,_0x2d7e8b,[_0x22a814[_0x2da8c9(0x1ae)]]),_0x1a45df=_0x414488&&!helper[_0x2da8c9(0x1af)](_0x414488)?FRAMEWORKS[_0x2da8c9(0x1ee)]:FRAMEWORKS['CODECEPT'],_0x2b1b1f=await TestHubHandler[_0x2da8c9(0x1bc)](_0x1a45df,_0x57ea12);_0x3ffd5e&&_0x22a814[_0x2da8c9(0x1e9)](setAccessibilityCapabilities,_0x57ea12[_0x2da8c9(0x178)]);const _0x315f14={},_0xd6c904=[],_0x1200c2=_0x57ea12[_0x2da8c9(0x178)][_0x2da8c9(0x1ce)]||helper[_0x2da8c9(0x184)](_0x1ed79d,_0x34a782,_0x57ea12['config'],constants[_0x2da8c9(0x202)]['CODECEPT'])||0x1;let _0x26cd93=0x1;if(_0x22a814[_0x2da8c9(0x196)](isBrowserstackInfra)){const _0x54c1c1=helper['prepareCapabilities'](_0x57ea12['config'],_0x27385b,constants[_0x2da8c9(0x202)]['CODECEPT']);_0x54c1c1[_0x2da8c9(0x1ad)](_0x26631a=>{const _0x16c463=_0x2da8c9;helper[_0x16c463(0x1f6)](_0x26631a);}),helper[_0x2da8c9(0x1a4)](_0x57ea12[_0x2da8c9(0x178)])?_0x26cd93=_0x22a814[_0x2da8c9(0x18e)](_0x1200c2,_0x57ea12[_0x2da8c9(0x178)][_0x2da8c9(0x1e0)][_0x2da8c9(0x212)]):_0x26cd93=_0x1200c2,_0x54c1c1[_0x2da8c9(0x1ad)](_0x16d26c=>{const _0x402ef6=_0x2da8c9,_0x1959ba={'GiIon':function(_0xbdeb88,_0x39c78f,_0x56b37f,_0x221c2c){const _0x283b34=a2_0x5479;return _0x22a814[_0x283b34(0x1ac)](_0xbdeb88,_0x39c78f,_0x56b37f,_0x221c2c);},'Awfqm':function(_0x1f4423,_0x3db2cc){const _0x3a4d58=a2_0x5479;return _0x22a814[_0x3a4d58(0x1db)](_0x1f4423,_0x3db2cc);},'MMpDP':function(_0x536142,_0x4c2a63){return _0x22a814['Zzhdw'](_0x536142,_0x4c2a63);}},_0x11a1bc=_0x22a814[_0x402ef6(0x207)](helper[_0x402ef6(0x1a0)](_0x16d26c,'_'),'_'+Date[_0x402ef6(0x1aa)]()),_0x349ca9=((()=>{const _0xe046fe=_0x402ef6;if(_0x3ad44a){const _0x3df6fa=pwToCodeceptBrowser[_0x16d26c[_0xe046fe(0x1fc)]]||_0x16d26c[_0xe046fe(0x1fc)],_0xfac665=helper['getPlaywrightUrl'](_0x57ea12['config']),_0x2b6b72=Object[_0xe046fe(0x1d3)]({},_0x16d26c);return _0x1959ba[_0xe046fe(0x1a9)](processAccessibilityCaps,_0x2b6b72,_0xfac665,null),{'browser':_0x3df6fa,[_0x3df6fa]:{'browserWSEndpoint':_0x1959ba['Awfqm'](_0xfac665,_0x1959ba[_0xe046fe(0x1b5)](encodeURIComponent,JSON['stringify'](_0x2b6b72)))}};}const _0x5c5dfb={};return _0x5c5dfb[_0xe046fe(0x1dd)]=_0x16d26c,_0x5c5dfb['user']=_0x57ea12['config']['userName'],_0x5c5dfb[_0xe046fe(0x1a3)]=_0x57ea12[_0xe046fe(0x178)]['accessKey'],_0x5c5dfb;})()),_0x17d434=_0x22a814[_0x402ef6(0x1c7)](nestedKeyValue,_0x2d7e8b,[_0x22a814[_0x402ef6(0x191)],_0x2e9b02]);_0x315f14[_0x11a1bc]=_0x17d434?helper[_0x402ef6(0x181)](_0x349ca9,_0x17d434):_0x349ca9;if(_0x3ad44a)_0x315f14[_0x11a1bc]['browser']=pwToCodeceptBrowser[_0x16d26c['browserName']]||_0x16d26c[_0x402ef6(0x1fc)];else{_0x315f14[_0x11a1bc][_0x402ef6(0x1c1)]=_0x16d26c[_0x402ef6(0x1fc)]||_0x349ca9[_0x402ef6(0x1c1)];if(_0x22a814['ArMwg'](isBrowserstackInfra)){_0x315f14[_0x11a1bc][_0x402ef6(0x198)]=constants['hubUrl'][_0x402ef6(0x1c2)](_0x22a814[_0x402ef6(0x1ba)],'')[_0x402ef6(0x1c2)](/https?:\/\//,'');;_0x315f14[_0x11a1bc]['path']=_0x22a814['GIgaa'];}}_0xd6c904[_0x402ef6(0x1ea)](_0x11a1bc);});}else{_0x26cd93=0x1;if(_0x3ad44a){const _0x33e6d1=_0x22a814[_0x2da8c9(0x1d0)](nestedKeyValue,_0x2d7e8b,[_0x22a814[_0x2da8c9(0x191)],_0x2e9b02,_0x22a814[_0x2da8c9(0x1e3)]]),_0x10b30a=_0x22a814[_0x2da8c9(0x1cc)](nestedKeyValue,_0x2d7e8b,[_0x22a814[_0x2da8c9(0x191)],_0x2e9b02,_0x33e6d1]);if(_0x10b30a&&_0x10b30a['browserWSEndpoint']){const _0x4dce61={};_0x4dce61[_0x2da8c9(0x1e0)]=[],_0x10b30a['browserWSEndpoint']=helper[_0x2da8c9(0x1b8)](Object[_0x2da8c9(0x1d3)]({},_0x57ea12[_0x2da8c9(0x178)],_0x4dce61),null,_0x1a45df[_0x2da8c9(0x187)](),null,null,_0x10b30a['browserWSEndpoint']);}}else{const _0x5b3853={};_0x5b3853['platforms']=[],_0x2d7e8b[_0x22a814[_0x2da8c9(0x191)]][_0x2e9b02][_0x22a814[_0x2da8c9(0x1c5)]]=helper[_0x2da8c9(0x1b8)](Object[_0x2da8c9(0x1d3)]({},_0x57ea12[_0x2da8c9(0x178)],_0x5b3853),null,_0x1a45df[_0x2da8c9(0x187)](),_0x22a814[_0x2da8c9(0x1a8)](nestedKeyValue,_0x2d7e8b,[_0x22a814[_0x2da8c9(0x191)],_0x2e9b02,_0x22a814[_0x2da8c9(0x1c5)]])||{},null,null);}_0x315f14[_0x22a814[_0x2da8c9(0x1c0)]]=_0x2d7e8b,_0xd6c904[_0x2da8c9(0x1ea)](_0x22a814[_0x2da8c9(0x1c0)]);}const _0x2eef2e={};_0x2eef2e['testConfig']=_0x2b8c12;const _0x53bc85=_0x2eef2e,_0x1d8f7=path[_0x2da8c9(0x1ab)](__dirname,_0x22a814[_0x2da8c9(0x20a)]),_0x385b7a=process['cwd']();process['env'][_0x22a814[_0x2da8c9(0x18d)]]=_0x385b7a,process[_0x2da8c9(0x1f8)](path[_0x2da8c9(0x1b6)](_0x2b8c12));const _0xc47831=new CodeceptJS['Workers'](null,_0x53bc85),_0xece9ec=_0xc47831[_0x2da8c9(0x1f5)](_0x1200c2),_0x4d25e7=testOpsHelper[_0x2da8c9(0x208)](),_0x4406e6=_0xd6c904[_0x2da8c9(0x1a1)](_0xf716c=>{const _0x1e9c1e=_0x2da8c9,_0x56e1ce={};_0x56e1ce[_0x1e9c1e(0x197)]=_0x315f14[_0xf716c];const _0x4dc644={};_0x4dc644[_0x1e9c1e(0x1d1)]=_0x315f14[_0xf716c];const _0x11be5b=_0x3ad44a?_0x56e1ce:_0x4dc644,_0x55948d=_0x22a814[_0x1e9c1e(0x1ef)](getO11yRerunPattern),_0x175e88={};_0x175e88[_0x1e9c1e(0x183)]=_0x11be5b;const _0x50f2cb={};_0x50f2cb['require']=_0x1d8f7,_0x50f2cb[_0x1e9c1e(0x182)]=!![],_0x50f2cb[_0x1e9c1e(0x20e)]=_0x57ea12[_0x1e9c1e(0x178)][_0x1e9c1e(0x1f1)][_0x1e9c1e(0x20e)],_0x50f2cb[_0x1e9c1e(0x19c)]=_0x57ea12[_0x1e9c1e(0x178)][_0x1e9c1e(0x1f1)][_0x1e9c1e(0x19c)],_0x50f2cb['testObservability']=_0x4d25e7,_0x50f2cb[_0x1e9c1e(0x1d4)]=_0x1a45df;const _0x163722={};_0x163722[_0x1e9c1e(0x1fd)]=_0x50f2cb;const _0x483e5f={};return _0x483e5f['plugins']=_0x163722,helper[_0x1e9c1e(0x181)]({},_0x2d7e8b,_0x22a814['jaafh'](isBrowserstackInfra)?_0x175e88:{},_0x55948d?{'grep':_0x55948d}:{},_0x483e5f);});for(const _0x1806b7 of _0x4406e6){for(const _0x34780d of _0xece9ec){const _0x1a2d42=_0xc47831[_0x2da8c9(0x204)]();_0x1a2d42['addTests'](_0x34780d),_0x1a2d42[_0x2da8c9(0x1c6)](_0x1806b7);const _0x3812f6={};_0x3812f6[_0x2da8c9(0x178)]=_0x2b8c12,_0x1a2d42[_0x2da8c9(0x20f)](Object[_0x2da8c9(0x1d3)](_0x3812f6,_0x1ed79d));}}_0xc47831['on'](CodeceptJS[_0x2da8c9(0x188)][_0x2da8c9(0x18b)][_0x2da8c9(0x1b2)],(_0x592b13,_0x21a300)=>{const _0xddadac=_0x2da8c9;console[_0xddadac(0x19f)](_0x22a814[_0xddadac(0x1a2)],_0x592b13['title']);const _0x447efa={[_0x592b13[_0xddadac(0x1f0)]]:_0x592b13[_0xddadac(0x1e7)]['stack']};_testErrorData[_0xddadac(0x1ea)](_0x447efa);}),_0xc47831['on'](CodeceptJS['event'][_0x2da8c9(0x18b)]['passed'],async _0x486a15=>{const _0x13395c=_0x2da8c9;console[_0x13395c(0x19f)](_0x22a814[_0x13395c(0x17e)],_0x486a15['title']);}),_0xc47831['on'](CodeceptJS[_0x2da8c9(0x188)][_0x2da8c9(0x18b)][_0x2da8c9(0x1fa)],async _0x286ecc=>{const _0x3c8904=_0x2da8c9;console[_0x3c8904(0x19f)](_0x22a814[_0x3c8904(0x1d9)],_0x286ecc[_0x3c8904(0x1f0)]);}),_0xc47831['on'](CodeceptJS['event'][_0x2da8c9(0x1bb)]['result'],async()=>{const _0x1c1fda=_0x2da8c9,_0x11f2bd=_0x22a814[_0x1c1fda(0x1c4)][_0x1c1fda(0x1f7)]('|');let _0x575a57=0x0;while(!![]){switch(_0x11f2bd[_0x575a57++]){case'0':try{await TestHubHandler[_0x1c1fda(0x1f3)]();}catch(_0x6551ae){logger[_0x1c1fda(0x20c)](_0x1c1fda(0x1c3)+util[_0x1c1fda(0x1f4)](_0x6551ae));}continue;case'1':PerformanceTester[_0x1c1fda(0x1b9)](PerformanceEvents['SDK_CLEANUP']);continue;case'2':testOpsHelper[_0x1c1fda(0x200)]();continue;case'3':utilities[_0x1c1fda(0x210)](_0x57ea12);continue;case'4':_0x57ea12[_0x1c1fda(0x203)]=_testErrorData;continue;case'5':_0xc47831[_0x1c1fda(0x1e4)]();continue;}break;}});async function _0x46b6d7(){const _0x4de34b=_0x2da8c9;try{await _0xc47831['bootstrapAll'](),await _0xc47831[_0x4de34b(0x17d)]();}finally{process['chdir'](_0x385b7a),await _0xc47831[_0x4de34b(0x18f)]();}}PerformanceTester['end'](PerformanceEvents['SDK_SETUP']),await _0x22a814['QoxbR'](_0x46b6d7);}module[a2_0x2e6d3f(0x205)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a3_0x419c0a=a3_0x18f1;(function(_0x8978c9,_0x20aa6a){const _0x51a92a=a3_0x18f1,_0x7edf22=_0x8978c9();while(!![]){try{const _0x4ca610=-parseInt(_0x51a92a(0x1d4))/0x1*(parseInt(_0x51a92a(0x202))/0x2)+-parseInt(_0x51a92a(0x1f8))/0x3+parseInt(_0x51a92a(0x1cc))/0x4*(parseInt(_0x51a92a(0x1ef))/0x5)+parseInt(_0x51a92a(0x1bf))/0x6+parseInt(_0x51a92a(0x1ec))/0x7+parseInt(_0x51a92a(0x1d9))/0x8+-parseInt(_0x51a92a(0x204))/0x9;if(_0x4ca610===_0x20aa6a)break;else _0x7edf22['push'](_0x7edf22['shift']());}catch(_0x2c2426){_0x7edf22['push'](_0x7edf22['shift']());}}}(a3_0x5e6f,0x30859));function a3_0x5e6f(){const _0x1cfc52=['platform','on\x20non-BrowserStack\x20infrastructure\x20','esyQM','FpOzB','euCuw','isBrowserSupportedForAccessibility','includes','8OFFrzT','../../helpers/accessibility-automation/helper','bstack:options','browser','dKJQh','../../bin/playwright/sessionDetails','browserVersion','../../helpers/test-observability/utils','1MgATUc','getMinVersionForBrowser','WebDriver','../../helpers/helper','gGhRN','1556144tROCRi','CJxEr','osVersion','../../helpers/logger','os_version','accessibilityPlatform','fetchPlatformDetails','sbxFv','HQDSJ','warn','gdLzS','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','__cloud_provider___','KqdLH','deviceName','aqBDz','vzhQS','caps','browserName','2357208RuaIDI','dSnUf','pxBBP','249145eYSSKY','parse','sessionId','desiredCapabilities','bsSessionId','browserstack_accessibility_automation_script','isVersionSupported','config','UksDJ','487806CsLqCB','wMgHZ','browser_version','string','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','GMRnS','hcJdk','JPXcr','\x20or\x20higher\x20','name','613994aqzjDk','platform_version','3240324gpzfAv','constructor','capabilities','processWebDriverConfig','gqTVc','cloudProvider','getDetails','latest','platformVersion','lvaKW','2384760IGfLTF','getBrowserDisplayName','HAuFy','winstonLogger','YsrhM','JsUOM'];a3_0x5e6f=function(){return _0x1cfc52;};return a3_0x5e6f();}const {isUndefined,nestedKeyValue}=require(a3_0x419c0a(0x1d7)),logger=require(a3_0x419c0a(0x1dc))[a3_0x419c0a(0x1c2)],PlaywrightSessionDetails=require(a3_0x419c0a(0x1d1)),{isAccessibilityAutomationSession}=require(a3_0x419c0a(0x1cd)),{getObservabilityLinkedProductName}=require(a3_0x419c0a(0x1d3)),accessibilityHelper=require(a3_0x419c0a(0x1cd)),{isBrowserstackInfra}=require(a3_0x419c0a(0x1d7)),getOSVersionFromCaps=_0x3806b7=>{const _0x4acabb=a3_0x419c0a,_0x2dac24={};_0x2dac24['HQDSJ']=_0x4acabb(0x1ce),_0x2dac24[_0x4acabb(0x1b9)]='platformVersion',_0x2dac24[_0x4acabb(0x1e9)]=_0x4acabb(0x203),_0x2dac24[_0x4acabb(0x1f7)]=_0x4acabb(0x1db),_0x2dac24[_0x4acabb(0x1fd)]=_0x4acabb(0x1dd);const _0xec051b=_0x2dac24;if(!_0x3806b7)return null;const _0x3850f0=_0x3806b7[_0xec051b[_0x4acabb(0x1e1)]],_0x22c6b2=[_0xec051b[_0x4acabb(0x1b9)],_0xec051b[_0x4acabb(0x1e9)],_0xec051b[_0x4acabb(0x1f7)],_0xec051b[_0x4acabb(0x1fd)]];for(const _0x36648d of _0x22c6b2){if(_0x3850f0&&_0x3850f0[_0x36648d])return _0x3850f0[_0x36648d];else{if(_0x3806b7[_0x36648d])return _0x3806b7[_0x36648d];}}return null;};function a3_0x18f1(_0x137607,_0x447303){const _0x5e6f66=a3_0x5e6f();return a3_0x18f1=function(_0x18f1c8,_0x550c6f){_0x18f1c8=_0x18f1c8-0x1b9;let _0x37bdd2=_0x5e6f66[_0x18f1c8];return _0x37bdd2;},a3_0x18f1(_0x137607,_0x447303);}exports[a3_0x419c0a(0x1df)]=_0x1c5820=>{const _0x45cac5=a3_0x419c0a,_0x59a816={'gGhRN':'unknown_grid','pxBBP':function(_0x26c4ee,_0x4af0c6){return _0x26c4ee===_0x4af0c6;},'JPXcr':_0x45cac5(0x1d6),'wMgHZ':function(_0x2cf634,_0x45dd71){return _0x2cf634(_0x45dd71);},'FpOzB':function(_0x434e6b,_0x1b98a7,_0x182650){return _0x434e6b(_0x1b98a7,_0x182650);},'KqdLH':_0x45cac5(0x1f6),'NowGq':_0x45cac5(0x1f2),'UnMrm':function(_0x3e3f9a,_0xef027f){return _0x3e3f9a(_0xef027f);},'sbxFv':'Playwright','CJxEr':_0x45cac5(0x1cf),'gdLzS':'browserWSEndpoint','dSnUf':_0x45cac5(0x1ea),'esyQM':function(_0x2ebf5b,_0x35ac05){return _0x2ebf5b(_0x35ac05);}};if(!_0x1c5820)return null;let _0x1540b6=global[_0x45cac5(0x1e5)]||_0x59a816[_0x45cac5(0x1d8)];if(_0x59a816['pxBBP'](_0x1c5820[_0x45cac5(0x205)][_0x45cac5(0x201)],_0x59a816[_0x45cac5(0x1ff)])){const _0x536d00=_0x1c5820[_0x45cac5(0x1cf)];if(!_0x536d00)return null;const _0x4d5310=_0x536d00[_0x45cac5(0x206)],_0x286744=_0x59a816[_0x45cac5(0x1f9)](getOSVersionFromCaps,_0x59a816[_0x45cac5(0x1c8)](nestedKeyValue,_0x1c5820,[_0x59a816[_0x45cac5(0x1e6)],_0x59a816['NowGq']]));return{[_0x1540b6]:{'browser':_0x4d5310[_0x45cac5(0x1eb)],'browser_version':_0x4d5310['browserVersion'],'capabilities':_0x4d5310,'platform':_0x4d5310['platformName'],'platform_version':_0x4d5310[_0x45cac5(0x1bd)]||_0x286744,'product':_0x59a816['UnMrm'](getObservabilityLinkedProductName,_0x4d5310),'session_id':_0x536d00[_0x45cac5(0x1f1)]}};}else{if(_0x59a816[_0x45cac5(0x1ee)](_0x1c5820['constructor'][_0x45cac5(0x201)],_0x59a816[_0x45cac5(0x1e0)])){const _0xbc37ae=PlaywrightSessionDetails[_0x45cac5(0x1bb)]();_0x1540b6=_0xbc37ae[_0x45cac5(0x1ba)]||_0x1540b6;const _0x12e47b=_0x59a816[_0x45cac5(0x1c8)](nestedKeyValue,_0x1c5820,[_0x59a816[_0x45cac5(0x1e6)],_0x59a816[_0x45cac5(0x1da)],_0x59a816[_0x45cac5(0x1e3)]]),_0x164a90=_0x12e47b?JSON[_0x45cac5(0x1f0)](new URL(_0x12e47b)['searchParams']['get'](_0x59a816[_0x45cac5(0x1ed)])):{};return{[_0x1540b6]:{'browser':_0xbc37ae[_0x45cac5(0x1cf)]||_0x164a90[_0x45cac5(0x1eb)],'browser_version':_0xbc37ae[_0x45cac5(0x1fa)]||_0x164a90['browser_version'],'capabilities':_0x164a90,'platform':_0xbc37ae[_0x45cac5(0x1c5)],'platform_version':_0xbc37ae[_0x45cac5(0x203)],'product':_0x59a816[_0x45cac5(0x1c7)](getObservabilityLinkedProductName,_0x164a90),'session_id':_0xbc37ae[_0x45cac5(0x1f3)]}};}}},exports[a3_0x419c0a(0x207)]=_0x2b0832=>{const _0x584c8e=a3_0x419c0a,_0x4035ad={'hcJdk':function(_0x200fbb){return _0x200fbb();},'CRtdG':_0x584c8e(0x1fc),'mXmSF':function(_0x18d15a,_0x1ab3aa){return _0x18d15a!==_0x1ab3aa;},'JsUOM':_0x584c8e(0x1bc),'lvaKW':_0x584c8e(0x1c6),'YsrhM':function(_0x4f64db,_0x28633a){return _0x4f64db(_0x28633a);},'aqBDz':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.'};if(_0x4035ad['hcJdk'](isAccessibilityAutomationSession)){const _0x1d1272=_0x2b0832['browser'],_0x3b7156=_0x1d1272[_0x584c8e(0x206)];global['accessibilityPlatform']=!![];!accessibilityHelper[_0x584c8e(0x1ca)](_0x3b7156[_0x584c8e(0x1eb)])&&(logger[_0x584c8e(0x1e2)](_0x4035ad['CRtdG']),global[_0x584c8e(0x1de)]=![]);if(_0x4035ad['mXmSF'](_0x3b7156[_0x584c8e(0x1d2)],_0x4035ad[_0x584c8e(0x1c4)])){const _0xbb27b4=_0x4035ad[_0x584c8e(0x1fe)](isBrowserstackInfra),_0x3db74e=accessibilityHelper[_0x584c8e(0x1d5)](_0x3b7156[_0x584c8e(0x1eb)],_0xbb27b4),_0x4ca0aa=accessibilityHelper[_0x584c8e(0x1c0)](_0x3b7156[_0x584c8e(0x1eb)]);if(!accessibilityHelper[_0x584c8e(0x1f5)](_0x3b7156[_0x584c8e(0x1d2)],_0x3db74e)){const _0x4a6b3d=_0xbb27b4?'':_0x4035ad[_0x584c8e(0x1be)];logger['warn'](_0x584c8e(0x1e4)+_0x4ca0aa+'\x20browser\x20version\x20'+_0x3db74e+_0x584c8e(0x200)+_0x4a6b3d+'.'),global[_0x584c8e(0x1de)]=![];}}!_0x4035ad[_0x584c8e(0x1c3)](isUndefined,_0x3b7156[_0x584c8e(0x1e7)])&&(logger[_0x584c8e(0x1e2)](_0x4035ad[_0x584c8e(0x1e8)]),global[_0x584c8e(0x1de)]=![]);}},exports['shouldPatchExecuteScript']=_0x2a708e=>{const _0x62e736=a3_0x419c0a,_0x47a3f6={};_0x47a3f6[_0x62e736(0x1d0)]=function(_0x5ec9ff,_0x2fc3f6){return _0x5ec9ff!==_0x2fc3f6;},_0x47a3f6[_0x62e736(0x1c9)]=_0x62e736(0x1fb),_0x47a3f6[_0x62e736(0x1c1)]='browserstack_executor',_0x47a3f6['gwwVo']=_0x62e736(0x1f4);const _0x1131c2=_0x47a3f6;if(!_0x2a708e)return![];else{if(_0x1131c2[_0x62e736(0x1d0)](typeof _0x2a708e,_0x1131c2[_0x62e736(0x1c9)]))return!![];}return!_0x2a708e[_0x62e736(0x1cb)](_0x1131c2[_0x62e736(0x1c1)])&&!_0x2a708e[_0x62e736(0x1cb)](_0x1131c2['gwwVo']);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a4_0x1af5(){const _0x52fa66=['../../helpers/test-observability/utils','KxbPM','tags','QowbF','HOOK_RUN_FINISHED','captureEvent','getCBTInfo','CBTSessionCreated','xGZfT','RLMWY','fVSJP','Espxn','waVMM','InFtQ','File\x20path\x20could\x20not\x20be\x20found','forEach','PLAYWRIGHT_HUB_URL','failed','shutdown','ctx','saUSJ','driver','hook','appendTestItemLog','MSqhA','expanded','HOOK_RUN_STARTED','enabled','name','uuid','hook_run','6481740TSvFxz','_afterAll','logs','debug','LBlEO','bUtAX','_afterEach','failure','TestRunSkipped','OmrYI','path','WEbgs','prototype','javascript','pfbMO','wsEndpoint','status','WwjAX','success','failure_backtrace','oFuDc','NmCoM','errorsDetailed','_paths','../../helpers/test-observability/constants','deNIE','finished','CPlay','finished_at','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','4057164YtxoIM','mHEpU','bddStepFinish','toString','skipped','client','hooks','result','TEST_RUN_STARTED','launch','hgMLN','getHookType','connect','start','testAnalyticsId','Playwright','body','defineProperty','NfkOW','relative','constructor','TEST_REPORTING_ANALYTICS','O11yHelper','lvyTq','getTime','title','mHDSG','config','location_prefix','HookRunStarted','apply','byyYX','iMLoy','sBhzT','ZRyCr','join','bs:addLog:','initializeBddStep','dirname','DEgbM','OpavV','dUHoC','keyword','sSZrc','startedAt','__cloud_provider___','TestRunStarted','duration','../../helpers/helper','inspect','xPUhM','../../helpers/logger','suites','bddSteps','backtrace','uXTSS','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','match','setupBrowserDetails','hook_type','HookRunFinished','kzLHL','qQinJ','VfSfb','QEpKI','YAMUQ','mapTestHooks','accessibilityPlatform','156528QkRBcQ','toISOString','yFrcQ','6AllaHG','hnnfh','POfBK','Fwoty','pid','stepAnalyticsId','file','8358903iFzQAO','10cvCFHJ','_testEnv','browserstack','started','vYIDL','BROWSERSTACK','518DnxaPw','iHlMY','resetSkipTestHooks','includes','event_type','patchConsoleLogger','hook_run_uuid','LenrZ','../utils/constants','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','test_run_uuid','replace','getHooksForTest','uploadEventData','stringify','stop','comment','QoqaA','markedStatus','UAWmC','CsRGK','../../helpers/testhub/utils.js','fullTitle','find','currentTest','nMCUO','BpVqe','push','DVVQS','yVBMc','util','JfZwe','passed','dmWJr','test','553816XzoQrC','currentHook','bVGpC','ukRMI','\x20with\x20error\x20:\x20','sep','lib','length','feature','ErIDf','tIMpj','then','kBKSX','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','groups','EnNcf','scNrG','__platformCaps','TEST_RUN_FINISHED','pending','bddStepStart','frameworkName','147NGmsBQ','cddlz','getHierarchy','sendCBTInfo','_beforeEach','../../helpers/test-observability/sessionHandler','findGitConfig','getRootParentFile','fDkBT','test_run','WGsXD','retryOf','BrowserType','STATE_FAILED','21078068SxFGPe','parent','message','pNlUQ','err','OSlcz','UPCPL','getInstance','BSThB','integrations','failureData','XJpqv','xDKtx','252inmDca','meta','wAcsh','mYwFV','DSxAs','hookAnalyticsId','text','sjfKY'];a4_0x1af5=function(){return _0x52fa66;};return a4_0x1af5();}function a4_0x2760(_0x32a4f1,_0x9a891d){const _0x1af545=a4_0x1af5();return a4_0x2760=function(_0x276075,_0x37485c){_0x276075=_0x276075-0xf7;let _0x5a8d56=_0x1af545[_0x276075];return _0x5a8d56;},a4_0x2760(_0x32a4f1,_0x9a891d);}const a4_0xf785a=a4_0x2760;(function(_0x187ada,_0xa241b5){const _0x210263=a4_0x2760,_0x26c125=_0x187ada();while(!![]){try{const _0x486532=parseInt(_0x210263(0x168))/0x1*(-parseInt(_0x210263(0x1bc))/0x2)+-parseInt(_0x210263(0x157))/0x3+parseInt(_0x210263(0x113))/0x4+parseInt(_0x210263(0x1e3))/0x5*(-parseInt(_0x210263(0x15a))/0x6)+-parseInt(_0x210263(0x1a1))/0x7*(parseInt(_0x210263(0x18b))/0x8)+parseInt(_0x210263(0x161))/0x9+parseInt(_0x210263(0x162))/0xa*(parseInt(_0x210263(0x1af))/0xb);if(_0x486532===_0xa241b5)break;else _0x26c125['push'](_0x26c125['shift']());}catch(_0x9fc5d2){_0x26c125['push'](_0x26c125['shift']());}}}(a4_0x1af5,0xf21c7));const path=require(a4_0xf785a(0xff)),fs=require('fs'),{v4:uuidv4}=require(a4_0xf785a(0x1e1)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0xf785a(0x143)),testOpsHelper=require(a4_0xf785a(0x1c4)),{getTestEnv}=require('../mocha/test-observability/mochaUtils'),{FRAMEWORKS}=require(a4_0xf785a(0x10d)),logger=require(a4_0xf785a(0x146))['winstonLogger'],SessionHandler=require(a4_0xf785a(0x1a6)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),PlaywrightSessionDetails=require('../playwright/sessionDetails'),debug=testOpsHelper[a4_0xf785a(0xf8)],{processAccessibilityCaps}=require('../playwright/accessibility-helper'),Constants=require('../utils/constants'),{fetchPlatformDetails}=require('./helper.js'),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0xf785a(0x17d)),constants=require(a4_0xf785a(0x170)),STATE_PASSED='passed',STATE_FAILED=a4_0xf785a(0x1d5),a4_0x1eb34b={};a4_0x1eb34b[a4_0xf785a(0x11b)]=a4_0xf785a(0x141),a4_0x1eb34b[a4_0xf785a(0x19d)]='TestRunFinished',a4_0x1eb34b['TEST_RUN_SKIPPED']=a4_0xf785a(0xfd),a4_0x1eb34b[a4_0xf785a(0x1de)]=a4_0xf785a(0x130),a4_0x1eb34b[a4_0xf785a(0x1c8)]=a4_0xf785a(0x14f);const TEST_EVENTS=a4_0x1eb34b,parseEvent=_0x1f5460=>{const _0x1e74d3=a4_0xf785a,_0x2beccc={};_0x2beccc[_0x1e74d3(0xfa)]=function(_0x7d4777,_0x2d0171){return _0x7d4777<_0x2d0171;},_0x2beccc[_0x1e74d3(0x184)]=function(_0x16aacd,_0x15d6bd){return _0x16aacd===_0x15d6bd;},_0x2beccc[_0x1e74d3(0x16f)]=_0x1e74d3(0x18a),_0x2beccc[_0x1e74d3(0x182)]=_0x1e74d3(0x1da),_0x2beccc[_0x1e74d3(0x1d8)]=function(_0x1e60aa,_0x42917e){return _0x1e60aa===_0x42917e;},_0x2beccc[_0x1e74d3(0x12d)]=_0x1e74d3(0x117),_0x2beccc['qQinJ']=function(_0x3f07a4,_0x2b124a){return _0x3f07a4===_0x2b124a;},_0x2beccc[_0x1e74d3(0x109)]=_0x1e74d3(0x165),_0x2beccc[_0x1e74d3(0x10a)]=function(_0x912d6d,_0x9c3d6a){return _0x912d6d===_0x9c3d6a;},_0x2beccc[_0x1e74d3(0x1ab)]=_0x1e74d3(0x10f);const _0x4878fc=_0x2beccc,_0x36d059=_0x1f5460[_0x1e74d3(0x14c)](/^(.*)Run(.*)$/);if(!_0x36d059)return null;if(_0x4878fc['bUtAX'](_0x36d059['length'],0x3))return null;const _0x4a63e5=_0x36d059[0x1]['toLowerCase'](),_0x532e49=_0x36d059[0x2]['toLowerCase']();return{'test':_0x4878fc[_0x1e74d3(0x184)](_0x4a63e5,_0x4878fc[_0x1e74d3(0x16f)]),'hook':_0x4878fc[_0x1e74d3(0x184)](_0x4a63e5,_0x4878fc[_0x1e74d3(0x182)]),'skipped':_0x4878fc[_0x1e74d3(0x1d8)](_0x532e49,_0x4878fc[_0x1e74d3(0x12d)]),'started':_0x4878fc[_0x1e74d3(0x151)](_0x532e49,_0x4878fc[_0x1e74d3(0x109)]),'finished':_0x4878fc[_0x1e74d3(0x10a)](_0x532e49,_0x4878fc[_0x1e74d3(0x1ab)])};},mockPWBrowserType=_0x3052b9=>{const _0x228f95=a4_0xf785a,_0xaf03c6={'InFtQ':function(_0x4e0aa6,_0x355b71){return _0x4e0aa6===_0x355b71;},'LBlEO':'string','xPUhM':function(_0x38c4a6,_0xefa33f,_0x128819){return _0x38c4a6(_0xefa33f,_0x128819);},'yFrcQ':_0x228f95(0x104),'QEpKI':function(_0x44a87d,_0x29f13d){return _0x44a87d(_0x29f13d);},'BFGEz':_0x228f95(0x164),'xDKtx':_0x228f95(0x191),'ZniPU':_0x228f95(0x118),'uOQHL':'browserType.js','sBhzT':'Not\x20able\x20to\x20import\x20Browser','tjjFt':_0x228f95(0x11f),'deNIE':_0x228f95(0x11c)},_0x40512e=path[_0x228f95(0x136)](_0xaf03c6[_0x228f95(0x1bb)],_0xaf03c6['ZniPU'],_0xaf03c6['uOQHL']),_0x42445a=_0xaf03c6['QEpKI'](importFileFromPWCore,_0x40512e);if(!_0x42445a){_0xaf03c6['QEpKI'](debug,_0xaf03c6[_0x228f95(0x134)]);return;}const _0x307ea7=_0x42445a[_0x228f95(0x1ad)],_0x41b062=_0x307ea7[_0x228f95(0x101)];if(_0x41b062['obsBrowserTypeMockApplied'])return;const _0x48e387=_0x41b062[_0x228f95(0x11f)];Object['defineProperty'](_0x41b062,_0xaf03c6['tjjFt'],{'get':function(){const _0x38d998=_0x228f95,_0x56d4dc={'btHUN':function(_0x13b520,_0x5d221e){const _0x431441=a4_0x2760;return _0xaf03c6[_0x431441(0x1d1)](_0x13b520,_0x5d221e);},'RXBIP':_0xaf03c6[_0x38d998(0xf9)],'mHEpU':function(_0x1337a5,_0x486e83,_0x64ae66){const _0xa1eb9b=_0x38d998;return _0xaf03c6[_0xa1eb9b(0x145)](_0x1337a5,_0x486e83,_0x64ae66);},'MSqhA':_0xaf03c6[_0x38d998(0x159)],'JfZwe':function(_0x19df04,_0x3194b4){return _0xaf03c6['QEpKI'](_0x19df04,_0x3194b4);},'ymEUp':_0xaf03c6['BFGEz'],'bVGpC':function(_0x987163,_0x30f372){const _0x4cd422=_0x38d998;return _0xaf03c6[_0x4cd422(0x153)](_0x987163,_0x30f372);}};return async function _0x59a4ff(_0x5d379d,_0x26e237){const _0x5a2d6b=_0x38d998,_0x33199a={'jArgd':function(_0x1bb588,_0x4630a7){return _0x56d4dc['btHUN'](_0x1bb588,_0x4630a7);},'YAMUQ':_0x56d4dc['RXBIP']},_0x229744=_0x56d4dc[_0x5a2d6b(0x114)](nestedKeyValue,_0x5d379d,[_0x56d4dc[_0x5a2d6b(0x1dc)]])||_0x5d379d;let _0x31afaf=null,_0x20a4bc=null;try{[_0x20a4bc,_0x31afaf]=_0x229744?_0x56d4dc[_0x5a2d6b(0x187)](parseWSEndpoint,_0x229744):[null,null],global[_0x5a2d6b(0x19c)]=_0x31afaf,logger[_0x5a2d6b(0xf8)](_0x5a2d6b(0x171)+_0x20a4bc),_0x20a4bc['includes'](Constants[_0x5a2d6b(0x167)])&&(global[_0x5a2d6b(0x140)]=_0x56d4dc['ymEUp']);}catch(_0x39537d){logger[_0x5a2d6b(0xf8)]('Failed\x20to\x20parse\x20wsendpoint\x20'+_0x229744+'\x20'+_0x39537d);}_0x56d4dc['mHEpU'](processAccessibilityCaps,_0x31afaf,_0x20a4bc);if(global[_0x5a2d6b(0x156)]){const _0x1bcc7a=await _0x41b062['connectOverCDP'][_0x5a2d6b(0x131)](this,[''+Constants[_0x5a2d6b(0x1d4)]+_0x56d4dc[_0x5a2d6b(0x18d)](encodeURIComponent,JSON[_0x5a2d6b(0x176)](_0x31afaf))]);return PlaywrightSessionDetails[_0x5a2d6b(0x14d)](_0x1bcc7a,_0x3052b9,_0x229744),_0x1bcc7a;}return _0x48e387['apply'](this,arguments)[_0x5a2d6b(0x196)](_0x159ee1=>{const _0x57d499=_0x5a2d6b;let _0x222872=_0x5d379d['wsEndpoint'];return _0x33199a['jArgd'](typeof _0x5d379d,_0x33199a[_0x57d499(0x154)])&&(_0x222872=_0x5d379d),PlaywrightSessionDetails[_0x57d499(0x14d)](_0x159ee1,_0x3052b9,_0x222872),_0x159ee1;});};}});const _0x28a2e3=_0x41b062[_0x228f95(0x11c)];Object[_0x228f95(0x124)](_0x41b062,_0xaf03c6[_0x228f95(0x10e)],{'get':function(){return async function _0x342b07(){return _0x28a2e3['apply'](this,arguments)['then'](_0x2f6b29=>{const _0xf7e869=a4_0x2760;return PlaywrightSessionDetails[_0xf7e869(0x14d)](_0x2f6b29,null),_0x2f6b29;});};}});};class O11yHelper{[a4_0xf785a(0x180)]=null;[a4_0xf785a(0x18c)]=null;[a4_0xf785a(0x1df)]=![];[a4_0xf785a(0x1a0)]=![];constructor(_0x7cd56,_0x1f35ba){const _0x4755c7=a4_0xf785a,_0x367aa5={'scNrG':'5|3|4|2|1|0','MwlFf':function(_0x5037b2,_0x165977){return _0x5037b2===_0x165977;},'ErIDf':_0x4755c7(0x122),'tIMpj':function(_0x5e3b7b,_0x58af5d){return _0x5e3b7b(_0x58af5d);},'WwjAX':function(_0x1df26d){return _0x1df26d();}},_0x35dc74=_0x367aa5[_0x4755c7(0x19b)]['split']('|');let _0x320f39=0x0;while(!![]){switch(_0x35dc74[_0x320f39++]){case'0':this[_0x4755c7(0x1d9)]&&_0x367aa5['MwlFf'](this[_0x4755c7(0x1d9)][_0x4755c7(0x127)][_0x4755c7(0x1e0)],_0x367aa5[_0x4755c7(0x194)])&&_0x367aa5[_0x4755c7(0x195)](mockPWBrowserType,null);continue;case'1':this[_0x4755c7(0x10c)]=new testOpsHelper['PathHelper']({'cwd':process['cwd']()},this[_0x4755c7(0x163)][_0x4755c7(0x12f)]);continue;case'2':this[_0x4755c7(0x163)]=_0x367aa5[_0x4755c7(0x106)](getTestEnv);continue;case'3':this[_0x4755c7(0x1a0)]=_0x1f35ba['frameworkName'];continue;case'4':this[_0x4755c7(0x1d9)]=_0x7cd56;continue;case'5':this[_0x4755c7(0x1df)]=_0x367aa5['WwjAX'](shouldProcessEventForTesthub);continue;}break;}}[a4_0xf785a(0x120)](){const _0x11327d=a4_0xf785a;if(!this['enabled'])return;testOpsHelper[_0x11327d(0x16d)](),process['removeAllListeners'](_0x11327d(0x137)+process[_0x11327d(0x15e)]),process['on'](_0x11327d(0x137)+process[_0x11327d(0x15e)],this['appendTestItemLog']['bind'](this));}async[a4_0xf785a(0x177)](){const _0x34803c=a4_0xf785a;await RequestQueueHandler[_0x34803c(0x1b6)]()[_0x34803c(0x1d6)]();}async[a4_0xf785a(0x1db)](_0x4f1999){const _0x157559=a4_0xf785a,_0x337b44={'sSZrc':'LogCreated','fDkBT':function(_0xcb640b,_0x5ea09c){return _0xcb640b(_0x5ea09c);}};try{this[_0x157559(0x18c)]&&!this[_0x157559(0x18c)][_0x157559(0x17a)]&&(_0x4f1999['hook_run_uuid']=this[_0x157559(0x18c)][_0x157559(0x1c1)]);!_0x4f1999[_0x157559(0x16e)]&&this[_0x157559(0x180)]&&!this['currentTest']['markedStatus']&&(_0x4f1999[_0x157559(0x172)]=this[_0x157559(0x180)][_0x157559(0x121)]);if(_0x4f1999[_0x157559(0x16e)]||_0x4f1999[_0x157559(0x172)]){const _0x30870f={};_0x30870f[_0x157559(0x16c)]=_0x337b44[_0x157559(0x13e)],_0x30870f[_0x157559(0xf7)]=[_0x4f1999],await SessionHandler[_0x157559(0x175)](_0x30870f);}}catch(_0x3de099){_0x337b44[_0x157559(0x1a9)](debug,'Exception\x20in\x20uploading\x20log\x20data\x20to\x20'+constants[_0x157559(0x128)]+_0x157559(0x18f)+_0x3de099);}}async[a4_0xf785a(0x1a4)](_0x2d2747){const _0x5262c1=a4_0xf785a,_0x28728f={'RLMWY':_0x5262c1(0x1cb),'xGZfT':function(_0x3498a3,_0x44d965){return _0x3498a3(_0x44d965);}};if(!this[_0x5262c1(0x1df)])return;const _0x4366bc=this['getCBTInfo'](this[_0x5262c1(0x1d9)]);try{const _0x20478a={};_0x20478a['uuid']=_0x2d2747,_0x20478a[_0x5262c1(0x1b8)]=_0x4366bc;const _0x17b911=_0x20478a,_0x3aa26d={};_0x3aa26d[_0x5262c1(0x16c)]=_0x28728f[_0x5262c1(0x1cd)],_0x3aa26d[_0x5262c1(0x1aa)]=_0x17b911,await SessionHandler[_0x5262c1(0x175)](_0x3aa26d);}catch(_0x350e49){_0x28728f[_0x5262c1(0x1cc)](debug,_0x5262c1(0x112)+constants[_0x5262c1(0x128)]+_0x5262c1(0x18f)+_0x350e49);}}[a4_0xf785a(0x1ca)](_0x17cc7d){const _0x4627e9=a4_0xf785a,_0x3894f8={'VfSfb':function(_0x437b95,_0x307552){return _0x437b95(_0x307552);}};return _0x3894f8[_0x4627e9(0x152)](fetchPlatformDetails,_0x17cc7d);}[a4_0xf785a(0x16a)]=_0x47749c=>{const _0x493183=a4_0xf785a,_0xf3472c={};_0xf3472c[_0x493183(0x133)]=_0x493183(0x1a5),_0xf3472c[_0x493183(0x100)]=_0x493183(0xfb);const _0x305a9d=_0xf3472c;if(!_0x47749c||!_0x47749c[_0x493183(0x1b0)])return;[_0x305a9d[_0x493183(0x133)],_0x305a9d['WEbgs']]['forEach'](_0x16b14=>{const _0x466a00=_0x493183,_0x290805=_0x47749c[_0x466a00(0x1b0)][_0x16b14];_0x290805['forEach'](_0xd2fe6c=>{const _0x335832=_0x466a00;_0xd2fe6c['hookAnalyticsId']&&(_0xd2fe6c[_0x335832(0x1c1)]=null);});});};[a4_0xf785a(0x155)](_0x59e8f6){const _0x48d981=a4_0xf785a,_0x310c93={'FXUQM':'codeceptjs','OpavV':function(_0x2d2508){return _0x2d2508();},'hgMLN':function(_0x4980d1,_0x576ff2){return _0x4980d1===_0x576ff2;},'mYwFV':_0x48d981(0xfb),'lvyTq':'_beforeAll','hnnfh':_0x48d981(0x1e4),'KxbPM':_0x48d981(0x1a5)};if(!_0x59e8f6||!_0x59e8f6[_0x48d981(0x1b0)])return;[_0x310c93[_0x48d981(0x12a)],_0x310c93[_0x48d981(0x15b)],_0x310c93[_0x48d981(0x1c5)],_0x310c93[_0x48d981(0x1bf)]]['forEach'](_0x4931fc=>{const _0x17374d=_0x48d981,_0x43afcc={'dmWJr':_0x310c93['FXUQM'],'sjfKY':function(_0x3906fe){const _0x2b063a=a4_0x2760;return _0x310c93[_0x2b063a(0x13b)](_0x3906fe);},'bwmGo':function(_0x5f2741,_0x2b6877){const _0x5ca89a=a4_0x2760;return _0x310c93[_0x5ca89a(0x11d)](_0x5f2741,_0x2b6877);},'NfkOW':_0x310c93[_0x17374d(0x1bf)]},_0x237b1d=_0x59e8f6[_0x17374d(0x1b0)][_0x4931fc]||[];_0x237b1d['forEach'](_0x3a97e7=>{const _0x58dc99=_0x17374d;if(_0x3a97e7[_0x58dc99(0x12c)][_0x58dc99(0x16b)](_0x43afcc[_0x58dc99(0x189)]))return;if(!_0x3a97e7[_0x58dc99(0x1c1)])_0x3a97e7[_0x58dc99(0x1c1)]=_0x43afcc['sjfKY'](uuidv4);else _0x3a97e7[_0x58dc99(0x17a)]&&_0x43afcc['bwmGo'](_0x4931fc,_0x43afcc[_0x58dc99(0x125)])&&(_0x3a97e7[_0x58dc99(0x1c1)]=_0x43afcc[_0x58dc99(0x1c3)](uuidv4),delete _0x3a97e7[_0x58dc99(0x17a)]);});}),this['mapTestHooks'](_0x59e8f6[_0x48d981(0x1b0)]);}[a4_0xf785a(0x174)](_0x5201dc){const _0x1cd4a7=a4_0xf785a,_0x22d5e6={};_0x22d5e6[_0x1cd4a7(0x1b4)]='_beforeAll',_0x22d5e6['QowbF']=_0x1cd4a7(0x1e4),_0x22d5e6[_0x1cd4a7(0x1c0)]=_0x1cd4a7(0x1a5),_0x22d5e6['xtxQo']=_0x1cd4a7(0xfb);const _0x41fbab=_0x22d5e6;if(!_0x5201dc||!_0x5201dc['parent'])return[];const _0x33026e=[];return[_0x41fbab[_0x1cd4a7(0x1b4)],_0x41fbab[_0x1cd4a7(0x1c7)],_0x41fbab[_0x1cd4a7(0x1c0)],_0x41fbab['xtxQo']][_0x1cd4a7(0x1d3)](_0x424197=>{const _0x31e266=_0x1cd4a7,_0x10619a=_0x5201dc[_0x31e266(0x1b0)][_0x424197]||[];_0x10619a[_0x31e266(0x1d3)](_0x44ccaf=>{const _0x2587f6=_0x31e266;_0x44ccaf['hookAnalyticsId']&&_0x33026e[_0x2587f6(0x183)](_0x44ccaf[_0x2587f6(0x1c1)]);});}),[]['concat'](_0x33026e,this[_0x1cd4a7(0x174)](_0x5201dc[_0x1cd4a7(0x1b0)]));}[a4_0xf785a(0x11e)](_0x1380c2){const _0x22daeb=a4_0xf785a,_0x2c2994=/^"(?<hook>.*)" hook:.*$/,_0x4bd075=_0x1380c2['title'],_0x59e08b=_0x4bd075['match'](_0x2c2994);if(_0x59e08b&&_0x59e08b['groups'])return _0x59e08b[_0x22daeb(0x199)][_0x22daeb(0x1da)]['toUpperCase']()[_0x22daeb(0x173)]('\x20','_');return null;}['findGitConfig'](_0x2c9a86){const _0x479406=a4_0xf785a,_0x2938a1={};_0x2938a1['DEgbM']=function(_0x1533ed,_0x5a1ee3){return _0x1533ed===_0x5a1ee3;},_0x2938a1[_0x479406(0x14a)]=function(_0x30089d,_0x313707){return _0x30089d===_0x313707;},_0x2938a1[_0x479406(0x17b)]=function(_0x9a78d7,_0x595452){return _0x9a78d7===_0x595452;},_0x2938a1[_0x479406(0x150)]='.git',_0x2938a1['CsRGK']=_0x479406(0x12e);const _0x200d0f=_0x2938a1,_0x3429d1=path[_0x479406(0x190)];if(_0x200d0f[_0x479406(0x13a)](_0x2c9a86,null)||_0x200d0f['uXTSS'](_0x2c9a86,'')||_0x200d0f['DEgbM'](_0x2c9a86,_0x3429d1)||_0x200d0f[_0x479406(0x17b)](_0x2c9a86,path[_0x479406(0x139)](_0x2c9a86)))return null;try{return fs['statSync'](path[_0x479406(0x136)](_0x2c9a86,_0x200d0f[_0x479406(0x150)],_0x200d0f[_0x479406(0x17c)])),_0x2c9a86;}catch(_0x232633){const _0x10d0aa=path[_0x479406(0x139)](_0x2c9a86);return this[_0x479406(0x1a7)](_0x10d0aa);}}[a4_0xf785a(0x1a8)](_0x3cf93d){const _0x2094ef=a4_0xf785a,_0x430398={};_0x430398[_0x2094ef(0x169)]=function(_0x543baf,_0xef602){return _0x543baf>_0xef602;};const _0x26a4c3=_0x430398;if(_0x3cf93d[_0x2094ef(0x160)])return _0x3cf93d[_0x2094ef(0x160)];if(_0x3cf93d[_0x2094ef(0x1d7)]){const _0x13cfd8=_0x3cf93d[_0x2094ef(0x1d7)]['currentTest']?this['getRootParentFile'](_0x3cf93d[_0x2094ef(0x1d7)]['currentTest']):null;if(_0x13cfd8)return _0x13cfd8;}if(_0x3cf93d[_0x2094ef(0x1b0)]){const _0x2bee80=this[_0x2094ef(0x1a8)](_0x3cf93d[_0x2094ef(0x1b0)])||(_0x3cf93d[_0x2094ef(0x1b0)][_0x2094ef(0x1d7)]&&_0x3cf93d[_0x2094ef(0x1b0)][_0x2094ef(0x1d7)]['currentTest']?this[_0x2094ef(0x1a8)](_0x3cf93d[_0x2094ef(0x1b0)][_0x2094ef(0x1d7)]['currentTest']):null);if(_0x2bee80)return _0x2bee80;_0x3cf93d['parent'][_0x2094ef(0x147)]&&_0x26a4c3[_0x2094ef(0x169)](_0x3cf93d[_0x2094ef(0x1b0)][_0x2094ef(0x147)][_0x2094ef(0x192)],0x0)&&_0x3cf93d[_0x2094ef(0x1b0)][_0x2094ef(0x147)][_0x2094ef(0x1d3)](_0x1dd05e=>{const _0x59200a=_0x2094ef,_0x28127c=_0x1dd05e['ctx']?this[_0x59200a(0x1a8)](_0x1dd05e[_0x59200a(0x1d7)]):null;if(_0x28127c)return _0x28127c;});}return null;}['getHierarchy'](_0x19770e){const _0x233ca4=a4_0xf785a,_0x6d900={};_0x6d900[_0x233ca4(0x1cf)]=function(_0x3f4b11,_0x3d4ece){return _0x3f4b11!==_0x3d4ece;};const _0x311272=_0x6d900,_0x371e1a=[];if(_0x19770e&&_0x19770e['parent']){let _0x55b8ce=_0x19770e[_0x233ca4(0x1b0)];while(_0x55b8ce&&_0x311272[_0x233ca4(0x1cf)](_0x55b8ce[_0x233ca4(0x12c)],'')){_0x371e1a[_0x233ca4(0x183)](_0x55b8ce[_0x233ca4(0x12c)]),_0x55b8ce=_0x55b8ce[_0x233ca4(0x1b0)];}}return _0x371e1a;}[a4_0xf785a(0x1c9)](_0x3c05b8,_0x743d81,_0x255a18=undefined){const _0x58a6e6=a4_0xf785a,_0x31f6d4={'QoqaA':function(_0x162fef,_0x32c874){return _0x162fef(_0x32c874);},'BSThB':function(_0x249dd5){return _0x249dd5();},'QMdud':function(_0x1fe080,_0x55cc7d){return _0x1fe080(_0x55cc7d);},'vYIDL':_0x58a6e6(0x186),'imphT':_0x58a6e6(0x1b3),'XJpqv':function(_0x425416,_0x212d3e){return _0x425416!==_0x212d3e;},'yVBMc':_0x58a6e6(0x1d2),'kBKSX':'pending','wAcsh':_0x58a6e6(0x1d5),'ukRMI':'passed','Fwoty':_0x58a6e6(0x117),'UPCPL':_0x58a6e6(0x102),'POfBK':function(_0x43cdba,_0xc1e17b){return _0x43cdba-_0xc1e17b;},'dauHb':function(_0x193bb3,_0x2b31bb,_0x5ca08c,_0x43d019,_0xb0c8d4){return _0x193bb3(_0x2b31bb,_0x5ca08c,_0x43d019,_0xb0c8d4);},'OmrYI':_0x58a6e6(0x1b8),'pfbMO':_0x58a6e6(0x1bd),'fVSJP':_0x58a6e6(0xfc),'byyYX':_0x58a6e6(0x108),'CPlay':_0x58a6e6(0x149),'cAZxj':'failure_reason_expanded','EqfmP':_0x58a6e6(0x1dd),'pNlUQ':function(_0x206e37,_0x59e1cf){return _0x206e37===_0x59e1cf;},'aajRs':_0x58a6e6(0x1e2),'ZRyCr':_0x58a6e6(0x1aa)};if(!this['enabled'])return;try{if(_0x743d81['fn']&&_0x743d81['fn'][_0x58a6e6(0x116)]()['match'](/browserstack internal helper hook/))return;const _0x3360d6=_0x31f6d4[_0x58a6e6(0x179)](parseEvent,_0x3c05b8);if(!_0x3360d6)return;if(_0x3360d6[_0x58a6e6(0x18a)]){this['currentTest']=_0x743d81,this['currentHook']=null;if(_0x3360d6[_0x58a6e6(0x165)]||_0x3360d6[_0x58a6e6(0x117)]){_0x743d81[_0x58a6e6(0x13f)]=new Date(),_0x743d81[_0x58a6e6(0x17a)]=![];if(!_0x743d81[_0x58a6e6(0x121)])_0x743d81[_0x58a6e6(0x121)]=_0x31f6d4[_0x58a6e6(0x1b7)](uuidv4);else _0x743d81['markedStatus']&&(!_0x743d81[_0x58a6e6(0x1ac)]&&(_0x743d81[_0x58a6e6(0x1ac)]=_0x743d81['testAnalyticsId']),_0x743d81['testAnalyticsId']=_0x31f6d4[_0x58a6e6(0x1b7)](uuidv4));}}else{if(_0x3360d6[_0x58a6e6(0x1da)]){this[_0x58a6e6(0x18c)]=_0x743d81;if(_0x3360d6['started']){_0x743d81[_0x58a6e6(0x13f)]=new Date(),_0x743d81[_0x58a6e6(0x17a)]=![];if(!_0x743d81[_0x58a6e6(0x1c1)])_0x743d81[_0x58a6e6(0x1c1)]=_0x31f6d4[_0x58a6e6(0x1b7)](uuidv4);else _0x743d81[_0x58a6e6(0x1c1)]&&_0x743d81[_0x58a6e6(0x17a)]&&(_0x743d81[_0x58a6e6(0x1c1)]=_0x31f6d4[_0x58a6e6(0x1b7)](uuidv4));}}}if(_0x3360d6['finished']&&_0x743d81['markedStatus'])return;let _0x48c66f;try{_0x48c66f=this['getRootParentFile'](_0x743d81);}catch(_0x14430d){logger[_0x58a6e6(0xf8)]('failed\x20to\x20get\x20root\x20parent\x20file\x20'+_0x14430d),_0x48c66f=null;}const _0x9a1aa=_0x31f6d4['QMdud'](require,_0x31f6d4[_0x58a6e6(0x166)]);let _0x5a9323=[];_0x255a18&&(_0x5a9323=[_0x255a18,_0x31f6d4['imphT']]);const _0x483728=_0x31f6d4[_0x58a6e6(0x1ba)](_0x743d81[_0x58a6e6(0x10b)],undefined)?_0x9a1aa[_0x58a6e6(0x144)](_0x743d81[_0x58a6e6(0x10b)][0x0]):_0x31f6d4[_0x58a6e6(0x1ba)](_0x255a18,undefined)?_0x255a18[_0x58a6e6(0x116)]():undefined,_0x579fdf=_0x48c66f?this['findGitConfig'](_0x48c66f):null,_0x3815b4=_0x48c66f?this[_0x58a6e6(0x10c)]['prefixTestPath'](this['getRootParentFile'](_0x743d81)):_0x31f6d4[_0x58a6e6(0x185)];let _0x29399a=_0x31f6d4[_0x58a6e6(0x197)];const _0x31fe4b=!_0x3360d6['started']?new Date()[_0x58a6e6(0x158)]():null;if(_0x3360d6[_0x58a6e6(0x10f)])_0x29399a=_0x255a18?_0x31f6d4[_0x58a6e6(0x1be)]:_0x31f6d4[_0x58a6e6(0x18e)],_0x743d81[_0x58a6e6(0x17a)]=!![];else _0x3360d6[_0x58a6e6(0x117)]&&(_0x29399a=_0x31f6d4[_0x58a6e6(0x15d)],_0x743d81[_0x58a6e6(0x17a)]=!![]);const _0x53a7ad={'framework':this[_0x58a6e6(0x1a0)],'uuid':_0x743d81[_0x58a6e6(0x121)]||_0x743d81[_0x58a6e6(0x1c1)],'name':_0x743d81['title'],'body':{'lang':_0x31f6d4[_0x58a6e6(0x1b5)],'code':_0x743d81[_0x58a6e6(0x123)][_0x58a6e6(0x116)]()},'type':_0x743d81['type'],'scope':_0x743d81[_0x58a6e6(0x17e)](),'scopes':this[_0x58a6e6(0x1a3)](_0x743d81),'file_name':_0x3815b4,'vc_filepath':_0x579fdf?path[_0x58a6e6(0x126)](_0x579fdf,_0x48c66f):null,'location':_0x3815b4,'result':_0x29399a,'failure_reason':_0x483728,'duration_in_ms':_0x743d81[_0x58a6e6(0x142)]||(_0x3360d6[_0x58a6e6(0x10f)]||_0x3360d6[_0x58a6e6(0x117)])?_0x31f6d4[_0x58a6e6(0x15c)](Date['now'](),new Date(_0x743d81[_0x58a6e6(0x13f)])[_0x58a6e6(0x12b)]()):null,'started_at':new Date(_0x743d81[_0x58a6e6(0x13f)])[_0x58a6e6(0x158)](),'finished_at':_0x31fe4b,'failure':testOpsHelper[_0x58a6e6(0x1b9)]['apply'](null,_0x5a9323),'failure_type':!_0x483728?null:testOpsHelper['getFailureType'](_0x483728),'retry_of':_0x743d81['retryOf']||null,'tags':_0x743d81[_0x58a6e6(0x1c6)]||[],'customRerunParam':{'rerun_name':_0x743d81[_0x58a6e6(0x17e)]()}};_0x31f6d4['dauHb'](appendTesthubParams,_0x53a7ad,_0x3c05b8,_0x743d81,FRAMEWORKS['CODECEPT']);if(_0x3360d6['hook'])[_0x53a7ad[_0x58a6e6(0x14e)],_0x53a7ad[_0x58a6e6(0x1e0)]]=[this[_0x58a6e6(0x11e)](_0x743d81),_0x743d81[_0x58a6e6(0x1d7)]['test']['title']],_0x3360d6[_0x58a6e6(0x10f)]?_0x31f6d4[_0x58a6e6(0x1ba)](_0x53a7ad[_0x58a6e6(0x11a)],_0x31f6d4[_0x58a6e6(0x1be)])&&(_0x53a7ad['result']=_0x31f6d4[_0x58a6e6(0x18e)]):_0x53a7ad[_0x58a6e6(0x123)]={};else _0x3360d6['test']&&(this[_0x58a6e6(0x155)](_0x743d81),_0x3360d6[_0x58a6e6(0x117)]&&this['resetSkipTestHooks'](_0x743d81),(_0x3360d6['finished']||_0x3360d6[_0x58a6e6(0x117)])&&(_0x53a7ad[_0x58a6e6(0x119)]=this[_0x58a6e6(0x174)](_0x743d81)));this[_0x58a6e6(0x1d9)]&&(_0x3360d6[_0x58a6e6(0x165)]||_0x3360d6[_0x58a6e6(0x117)])&&(_0x53a7ad[_0x31f6d4[_0x58a6e6(0xfe)]]=this['getCBTInfo'](this['driver']));_0x3360d6[_0x58a6e6(0x18a)]&&_0x3360d6['finished']&&_0x743d81[_0x58a6e6(0x148)]&&(_0x53a7ad[_0x31f6d4[_0x58a6e6(0x103)]]={'feature':{'name':_0x743d81[_0x58a6e6(0x1b0)][_0x58a6e6(0x193)][_0x58a6e6(0x1e0)],'path':_0x53a7ad['file_name'],'description':_0x743d81[_0x58a6e6(0x1b0)][_0x58a6e6(0x178)]},'scenario':{'name':_0x743d81[_0x58a6e6(0x12c)]},'steps':_0x743d81[_0x58a6e6(0x148)]});const _0x2f4751=_0x53a7ad[_0x31f6d4[_0x58a6e6(0x1ce)]][0x0];_0x2f4751&&(_0x53a7ad[_0x31f6d4[_0x58a6e6(0x132)]]=_0x2f4751[_0x31f6d4[_0x58a6e6(0x110)]],_0x53a7ad[_0x31f6d4['cAZxj']]=_0x2f4751[_0x31f6d4['EqfmP']]);if(_0x743d81[_0x58a6e6(0x148)])for(const _0x36a5aa of _0x743d81['bddSteps']){!_0x36a5aa['finished_at']&&(_0x36a5aa[_0x58a6e6(0x111)]=new Date()['toISOString'](),_0x31f6d4[_0x58a6e6(0x1b2)](_0x36a5aa[_0x58a6e6(0x11a)],_0x31f6d4['kBKSX'])&&(_0x2f4751?(_0x36a5aa['result']=_0x31f6d4['wAcsh'],_0x36a5aa[_0x58a6e6(0xfc)]=_0x2f4751[_0x31f6d4[_0x58a6e6(0x110)]][0x0]):_0x36a5aa['result']=_0x31f6d4['ukRMI']));}const _0xc867b={};_0xc867b[_0x58a6e6(0x16c)]=_0x3360d6[_0x58a6e6(0x117)]?TEST_EVENTS['TEST_RUN_FINISHED']:_0x3c05b8;const _0x544e97=_0xc867b;return _0x3360d6[_0x58a6e6(0x1da)]?_0x544e97[_0x31f6d4['aajRs']]=_0x53a7ad:_0x544e97[_0x31f6d4[_0x58a6e6(0x135)]]=_0x53a7ad,_0x544e97;}catch(_0x338790){logger[_0x58a6e6(0xf8)](_0x58a6e6(0x198)+_0x3c05b8+_0x58a6e6(0x18f)+_0x338790);}}async['fireEvent'](_0x441119,_0x3dfa4c){const _0x319949=a4_0xf785a;if(!this[_0x319949(0x1df)]||!_0x3dfa4c||!_0x441119)return![];try{return await SessionHandler['uploadEventData'](_0x3dfa4c);}catch(_0x5ce791){logger[_0x319949(0xf8)](_0x319949(0x14b)+_0x441119+_0x319949(0x18f)+_0x5ce791);}}[a4_0xf785a(0x138)](_0x43449d){const _0x1d9368=a4_0xf785a,_0x4a765c={};_0x4a765c[_0x1d9368(0x181)]=_0x1d9368(0x19e);const _0x5ac110=_0x4a765c;return{'id':_0x43449d[_0x1d9368(0x15f)],'text':_0x43449d[_0x1d9368(0x1c2)],'keyword':_0x43449d[_0x1d9368(0x13d)],'started_at':_0x43449d[_0x1d9368(0x13f)][_0x1d9368(0x158)](),'result':_0x5ac110[_0x1d9368(0x181)]};}[a4_0xf785a(0x19f)](_0x450d4f){const _0x3c8f04=a4_0xf785a,_0x1dafee={'EnNcf':function(_0x385255){return _0x385255();}};!this['currentTest'][_0x3c8f04(0x148)]&&(this[_0x3c8f04(0x180)]['bddSteps']=[]),!_0x450d4f[_0x3c8f04(0x15f)]&&(_0x450d4f[_0x3c8f04(0x15f)]=_0x1dafee[_0x3c8f04(0x19a)](uuidv4),_0x450d4f[_0x3c8f04(0x13f)]=new Date(),this['currentTest'][_0x3c8f04(0x148)]['push'](this[_0x3c8f04(0x138)](_0x450d4f)));}[a4_0xf785a(0x115)](_0x4ac506){const _0x12eb8e=a4_0xf785a,_0x35796c={'waVMM':function(_0x26b28b,_0xab6fee){return _0x26b28b(_0xab6fee);},'dUHoC':_0x12eb8e(0x107),'zpkqC':'pending','cddlz':_0x12eb8e(0x188),'PonVd':function(_0xe55f45,_0x175ed5){return _0xe55f45-_0x175ed5;}};let _0x4bbe1b=this['currentTest'][_0x12eb8e(0x148)][_0x12eb8e(0x17f)](_0x10d845=>_0x10d845['id']===_0x4ac506[_0x12eb8e(0x15f)]);_0x35796c[_0x12eb8e(0x1d0)](isUndefined,_0x4bbe1b)&&(_0x4bbe1b=this[_0x12eb8e(0x138)](_0x4ac506)),_0x4bbe1b[_0x12eb8e(0x11a)]=[_0x35796c[_0x12eb8e(0x13c)],_0x35796c['zpkqC']][_0x12eb8e(0x16b)](_0x4ac506[_0x12eb8e(0x105)])?_0x35796c[_0x12eb8e(0x1a2)]:_0x4ac506[_0x12eb8e(0x105)],_0x4bbe1b[_0x12eb8e(0x111)]=new Date()[_0x12eb8e(0x158)](),_0x4bbe1b['duration']=_0x35796c['PonVd'](Date['now'](),_0x4ac506[_0x12eb8e(0x13f)]['getTime']()),_0x4bbe1b['failure']=_0x4ac506[_0x12eb8e(0x1b3)]?_0x4ac506[_0x12eb8e(0x1b3)][_0x12eb8e(0x1b1)]:null;}}const a4_0x29eca5={};a4_0x29eca5[a4_0xf785a(0x129)]=O11yHelper,a4_0x29eca5['STATE_PASSED']=STATE_PASSED,a4_0x29eca5[a4_0xf785a(0x1ae)]=STATE_FAILED,a4_0x29eca5['TEST_EVENTS']=TEST_EVENTS,module['exports']=a4_0x29eca5;
|
|
1
|
+
const a4_0x3f0169=a4_0x418a;(function(_0x4933fa,_0x3b3414){const _0x50debd=a4_0x418a,_0xd6b65c=_0x4933fa();while(!![]){try{const _0x119e0a=parseInt(_0x50debd(0x156))/0x1+-parseInt(_0x50debd(0x131))/0x2+-parseInt(_0x50debd(0x16a))/0x3*(-parseInt(_0x50debd(0xdf))/0x4)+-parseInt(_0x50debd(0x179))/0x5*(parseInt(_0x50debd(0xe5))/0x6)+parseInt(_0x50debd(0x117))/0x7*(-parseInt(_0x50debd(0x145))/0x8)+-parseInt(_0x50debd(0xb8))/0x9+-parseInt(_0x50debd(0x172))/0xa*(-parseInt(_0x50debd(0x198))/0xb);if(_0x119e0a===_0x3b3414)break;else _0xd6b65c['push'](_0xd6b65c['shift']());}catch(_0x550cab){_0xd6b65c['push'](_0xd6b65c['shift']());}}}(a4_0x120a,0x7c139));const path=require(a4_0x3f0169(0xc6)),fs=require('fs'),{v4:uuidv4}=require(a4_0x3f0169(0x119)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require('../../helpers/helper'),testOpsHelper=require('../../helpers/test-observability/utils'),{getTestEnv}=require(a4_0x3f0169(0xfb)),{FRAMEWORKS}=require(a4_0x3f0169(0x141)),logger=require('../../helpers/logger')[a4_0x3f0169(0x113)],SessionHandler=require(a4_0x3f0169(0x16e)),RequestQueueHandler=require(a4_0x3f0169(0x170)),PlaywrightSessionDetails=require('../playwright/sessionDetails'),debug=testOpsHelper['debug'],{processAccessibilityCaps}=require(a4_0x3f0169(0xcb)),Constants=require('../utils/constants'),{fetchPlatformDetails}=require(a4_0x3f0169(0xd9)),{shouldProcessEventForTesthub,appendTesthubParams}=require('../../helpers/testhub/utils.js'),constants=require(a4_0x3f0169(0x195)),STATE_PASSED=a4_0x3f0169(0x162),STATE_FAILED=a4_0x3f0169(0x18d),a4_0x217160={};a4_0x217160['TEST_RUN_STARTED']=a4_0x3f0169(0x187),a4_0x217160['TEST_RUN_FINISHED']=a4_0x3f0169(0x1a2),a4_0x217160[a4_0x3f0169(0xba)]='TestRunSkipped',a4_0x217160[a4_0x3f0169(0xd6)]=a4_0x3f0169(0x130),a4_0x217160['HOOK_RUN_FINISHED']=a4_0x3f0169(0x19b);function a4_0x418a(_0x3baefc,_0x463b0c){const _0x120ab8=a4_0x120a();return a4_0x418a=function(_0x418a9e,_0x437a82){_0x418a9e=_0x418a9e-0xaf;let _0x4cf321=_0x120ab8[_0x418a9e];return _0x4cf321;},a4_0x418a(_0x3baefc,_0x463b0c);}const TEST_EVENTS=a4_0x217160,parseEvent=_0x34e594=>{const _0x3023a5=a4_0x3f0169,_0xe7b953={};_0xe7b953[_0x3023a5(0x148)]=function(_0x1750f6,_0xb0f6b7){return _0x1750f6<_0xb0f6b7;},_0xe7b953[_0x3023a5(0x106)]=function(_0xc78ad5,_0x10ef81){return _0xc78ad5===_0x10ef81;},_0xe7b953[_0x3023a5(0x1a1)]='test',_0xe7b953['KMlwU']=_0x3023a5(0x126),_0xe7b953['PzOXJ']=_0x3023a5(0xf1),_0xe7b953[_0x3023a5(0x146)]=_0x3023a5(0x127),_0xe7b953[_0x3023a5(0xb3)]=function(_0x50184d,_0x21043c){return _0x50184d===_0x21043c;},_0xe7b953['qjHlT']=_0x3023a5(0xce);const _0x382ba5=_0xe7b953,_0x495ca8=_0x34e594[_0x3023a5(0x199)](/^(.*)Run(.*)$/);if(!_0x495ca8)return null;if(_0x382ba5['mmSTz'](_0x495ca8[_0x3023a5(0x150)],0x3))return null;const _0x35aa84=_0x495ca8[0x1][_0x3023a5(0x121)](),_0x1738be=_0x495ca8[0x2]['toLowerCase']();return{'test':_0x382ba5[_0x3023a5(0x106)](_0x35aa84,_0x382ba5[_0x3023a5(0x1a1)]),'hook':_0x382ba5[_0x3023a5(0x106)](_0x35aa84,_0x382ba5['KMlwU']),'skipped':_0x382ba5['Jcbxh'](_0x1738be,_0x382ba5[_0x3023a5(0xee)]),'started':_0x382ba5[_0x3023a5(0x106)](_0x1738be,_0x382ba5['HOCrT']),'finished':_0x382ba5['hJWFp'](_0x1738be,_0x382ba5[_0x3023a5(0x12b)])};},mockPWBrowserType=_0x1228f3=>{const _0x3181c7=a4_0x3f0169,_0x4a3a3f={'PKeEj':function(_0x59f914,_0xbb48c1,_0x31ebf6){return _0x59f914(_0xbb48c1,_0x31ebf6);},'fHDFI':_0x3181c7(0xc0),'TyKrx':function(_0x4a9b5f,_0x372fd){return _0x4a9b5f(_0x372fd);},'HiSAe':_0x3181c7(0x1aa),'vhUkc':function(_0x1b9b47,_0x162334){return _0x1b9b47===_0x162334;},'bvKkr':_0x3181c7(0xe1),'yYcQo':_0x3181c7(0x103),'uMmKb':'client','EktQE':'browserType.js','GqVnV':function(_0x51a9e3,_0x49cb3a){return _0x51a9e3(_0x49cb3a);},'Vxlys':function(_0x13dec5,_0x103b54){return _0x13dec5(_0x103b54);},'VzVpq':_0x3181c7(0x110),'lnpTK':_0x3181c7(0xf0),'esQCT':_0x3181c7(0x11a)},_0x1c7af8=path[_0x3181c7(0x188)](_0x4a3a3f['yYcQo'],_0x4a3a3f[_0x3181c7(0xc2)],_0x4a3a3f[_0x3181c7(0xeb)]),_0x118db0=_0x4a3a3f[_0x3181c7(0x12e)](importFileFromPWCore,_0x1c7af8);if(!_0x118db0){_0x4a3a3f[_0x3181c7(0xfc)](debug,_0x4a3a3f[_0x3181c7(0xec)]);return;}const _0x3647e3=_0x118db0['BrowserType'],_0xcc29d5=_0x3647e3[_0x3181c7(0x16b)];if(_0xcc29d5[_0x3181c7(0x173)])return;const _0x2cd8d0=_0xcc29d5['connect'];Object[_0x3181c7(0x185)](_0xcc29d5,_0x4a3a3f[_0x3181c7(0x10c)],{'get':function(){const _0x547e3b=_0x3181c7,_0x471421={'jGMbz':function(_0x11f457,_0x42e6d4){return _0x4a3a3f['vhUkc'](_0x11f457,_0x42e6d4);},'TdJge':_0x4a3a3f[_0x547e3b(0x122)]};return async function _0x3ee385(_0x9517d7,_0xe7442){const _0x5aa249=_0x547e3b,_0x32f101=_0x4a3a3f[_0x5aa249(0x1a8)](nestedKeyValue,_0x9517d7,[_0x4a3a3f[_0x5aa249(0xe2)]])||_0x9517d7;let _0x2e2063=null,_0x2c62e1=null;try{[_0x2c62e1,_0x2e2063]=_0x32f101?_0x4a3a3f['TyKrx'](parseWSEndpoint,_0x32f101):[null,null],global['__platformCaps']=_0x2e2063,logger[_0x5aa249(0x109)](_0x5aa249(0x135)+_0x2c62e1),_0x2c62e1[_0x5aa249(0x168)](Constants[_0x5aa249(0x166)])&&(global[_0x5aa249(0x158)]=_0x4a3a3f[_0x5aa249(0xd4)]);}catch(_0x4bc742){logger['debug'](_0x5aa249(0x17f)+_0x32f101+'\x20'+_0x4bc742);}_0x4a3a3f[_0x5aa249(0x1a8)](processAccessibilityCaps,_0x2e2063,_0x2c62e1);if(global[_0x5aa249(0x18f)]){const _0x3a0fa7=await _0xcc29d5[_0x5aa249(0xfd)][_0x5aa249(0xd1)](this,[''+Constants[_0x5aa249(0xd5)]+_0x4a3a3f['TyKrx'](encodeURIComponent,JSON[_0x5aa249(0x157)](_0x2e2063))]);return PlaywrightSessionDetails[_0x5aa249(0x14f)](_0x3a0fa7,_0x1228f3,_0x32f101),_0x3a0fa7;}return _0x2cd8d0['apply'](this,arguments)[_0x5aa249(0xdd)](_0x253a9b=>{const _0x57437c=_0x5aa249;let _0x5846cc=_0x9517d7[_0x57437c(0xc0)];return _0x471421[_0x57437c(0x114)](typeof _0x9517d7,_0x471421[_0x57437c(0x153)])&&(_0x5846cc=_0x9517d7),PlaywrightSessionDetails['setupBrowserDetails'](_0x253a9b,_0x1228f3,_0x5846cc),_0x253a9b;});};}});const _0x5ad8b1=_0xcc29d5[_0x3181c7(0x11a)];Object['defineProperty'](_0xcc29d5,_0x4a3a3f[_0x3181c7(0xb2)],{'get':function(){return async function _0x5aa795(){const _0x5c3736=a4_0x418a;return _0x5ad8b1[_0x5c3736(0xd1)](this,arguments)[_0x5c3736(0xdd)](_0xa1f7e9=>{const _0x424280=_0x5c3736;return PlaywrightSessionDetails[_0x424280(0x14f)](_0xa1f7e9,null),_0xa1f7e9;});};}});};function a4_0x120a(){const _0x34042a=['eiLIT','File\x20path\x20could\x20not\x20be\x20found','lib','constructor','_beforeAll','Jcbxh','vueCo','_testEnv','debug','now','_beforeEach','lnpTK','mapTestHooks','LogCreated','captureEvent','Not\x20able\x20to\x20import\x20Browser','failure_reason_expanded','STATE_FAILED','winstonLogger','jGMbz','GRSgc','success','3192AJwNPI','initializeBddStep','uuid','launch','duration','title','failureData','patchConsoleLogger','Jrhbh','pending','toLowerCase','bvKkr','javascript','test_run_uuid','pid','hook','started','expanded','hBalF','NEmuI','qjHlT','parent','TEST_EVENTS','GqVnV','mKaIW','HookRunStarted','938678TDZvLC','TElwP','DwPyd','.git','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','markedStatus','wIxIe','wIxln','_afterAll','toString','location_prefix','getHookType','file','O11yHelper','getRootParentFile','getInstance','../../helpers/test-observability/constants','util','ugSDu','lzaJa','6040SPSTnz','HOCrT','inspect','mmSTz','getFailureType','yLJFD','err','KfMjw','bddSteps','dwzgr','setupBrowserDetails','length','config','test','TdJge','split','errorsDetailed','222880JOSPdo','stringify','__cloud_provider___','testAnalyticsId','CBTSessionCreated','getCBTInfo','backtrace','logs','PathHelper','gnEEX','QsDar','gjdKA','passed','dStsB','dirname','getHooksForTest','BROWSERSTACK','fullTitle','includes','fireEvent','3BNKZaA','prototype','HmoQP','finished_at','../../helpers/test-observability/sessionHandler','ctx','../../helpers/test-observability/requestQueueHandler','stop','200CpHeua','obsBrowserTypeMockApplied','SkXFN','enabled','bddStepStart','uploadEventData','OAQNw','45sPIayH','_afterEach','hooks','push','onCjo','jeBTH','Failed\x20to\x20parse\x20wsendpoint\x20','Bpeer','_paths','integrations','nSqaQ','KAGaj','defineProperty','dZcbX','TestRunStarted','join','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','currentTest','message','bddStepFinish','failed','frameworkName','accessibilityPlatform','body','sep','currentHook','startedAt','azFHO','../utils/constants','getHierarchy','Rygxd','744436uoHgTk','match','XUhzE','HookRunFinished','STATE_PASSED','find','HPnol','jwSLf','CODECEPT','SwUov','TestRunFinished','KSArC','bind','stepAnalyticsId','VHRoZ','LSCVd','PKeEj','FLZWj','browserstack','result','UkHwr','replace','failure','esQCT','hJWFp','name','forEach','CeTuj','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','3020310orPzQU','bs:addLog:','TEST_RUN_SKIPPED','test_run','text','hook_run_uuid','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','codeceptjs','wsEndpoint','hook_run','uMmKb','poEYk','exports','cwd','path','event_type','retryOf','findGitConfig','suites','../playwright/accessibility-helper','\x20with\x20error\x20:\x20','concat','finished','type','RKNTj','apply','cqtXK','ZhQZR','HiSAe','PLAYWRIGHT_HUB_URL','HOOK_RUN_STARTED','groups','hookAnalyticsId','./helper.js','file_name','keyword','comment','then','appendTestItemLog','4036244UZtQoV','KYskK','string','fHDFI','1|4|5|2|0|3','TEST_REPORTING_ANALYTICS','618690rABpSY','removeAllListeners','resetSkipTestHooks','statSync','QJBcL','kAqky','EktQE','VzVpq','feature','PzOXJ','UjLpm','connect','skipped','failed\x20to\x20get\x20root\x20parent\x20file\x20','getTime','driver','yVLcQ','ofvij','hook_type','status','toISOString','aDvcD','../mocha/test-observability/mochaUtils','Vxlys','connectOverCDP','gMFnF','VPiHA','failure_backtrace'];a4_0x120a=function(){return _0x34042a;};return a4_0x120a();}class O11yHelper{[a4_0x3f0169(0x18a)]=null;[a4_0x3f0169(0x192)]=null;['enabled']=![];[a4_0x3f0169(0x18e)]=![];constructor(_0x558b18,_0x3e2957){const _0x215bef=a4_0x3f0169,_0x61be58={'OAQNw':_0x215bef(0xe3),'cqtXK':function(_0x527d6a){return _0x527d6a();},'TElwP':function(_0x24d390,_0x4b7651){return _0x24d390===_0x4b7651;},'hBalF':'Playwright','KfMjw':function(_0xb405ea,_0x15f34a){return _0xb405ea(_0x15f34a);}},_0x380829=_0x61be58[_0x215bef(0x178)][_0x215bef(0x154)]('|');let _0x4fefeb=0x0;while(!![]){switch(_0x380829[_0x4fefeb++]){case'0':this[_0x215bef(0x181)]=new testOpsHelper[(_0x215bef(0x15e))]({'cwd':process[_0x215bef(0xc5)]()},this[_0x215bef(0x108)][_0x215bef(0x13b)]);continue;case'1':this['enabled']=_0x61be58[_0x215bef(0xd2)](shouldProcessEventForTesthub);continue;case'2':this[_0x215bef(0x108)]=_0x61be58[_0x215bef(0xd2)](getTestEnv);continue;case'3':this[_0x215bef(0xf4)]&&_0x61be58[_0x215bef(0x132)](this[_0x215bef(0xf4)][_0x215bef(0x104)][_0x215bef(0xb4)],_0x61be58[_0x215bef(0x129)])&&_0x61be58[_0x215bef(0x14c)](mockPWBrowserType,null);continue;case'4':this['frameworkName']=_0x3e2957[_0x215bef(0x18e)];continue;case'5':this[_0x215bef(0xf4)]=_0x558b18;continue;}break;}}['start'](){const _0x4db24a=a4_0x3f0169;if(!this[_0x4db24a(0x175)])return;testOpsHelper[_0x4db24a(0x11e)](),process[_0x4db24a(0xe6)](_0x4db24a(0xb9)+process[_0x4db24a(0x125)]),process['on']('bs:addLog:'+process[_0x4db24a(0x125)],this[_0x4db24a(0xde)][_0x4db24a(0x1a4)](this));}async[a4_0x3f0169(0x171)](){const _0x42d7c1=a4_0x3f0169;await RequestQueueHandler[_0x42d7c1(0x140)]()['shutdown']();}async[a4_0x3f0169(0xde)](_0x1668f2){const _0x27cc23=a4_0x3f0169,_0x2bba41={'VPiHA':_0x27cc23(0x10e),'QJBcL':function(_0x2268e0,_0x364a41){return _0x2268e0(_0x364a41);}};try{this[_0x27cc23(0x192)]&&!this[_0x27cc23(0x192)]['markedStatus']&&(_0x1668f2['hook_run_uuid']=this[_0x27cc23(0x192)][_0x27cc23(0xd8)]);!_0x1668f2[_0x27cc23(0xbd)]&&this['currentTest']&&!this['currentTest'][_0x27cc23(0x136)]&&(_0x1668f2[_0x27cc23(0x124)]=this['currentTest'][_0x27cc23(0x159)]);if(_0x1668f2['hook_run_uuid']||_0x1668f2['test_run_uuid']){const _0x422c23={};_0x422c23[_0x27cc23(0xc7)]=_0x2bba41[_0x27cc23(0xff)],_0x422c23[_0x27cc23(0x15d)]=[_0x1668f2],await SessionHandler[_0x27cc23(0x177)](_0x422c23);}}catch(_0x3f353b){_0x2bba41[_0x27cc23(0xe9)](debug,_0x27cc23(0x189)+constants[_0x27cc23(0xe4)]+_0x27cc23(0xcc)+_0x3f353b);}}async['sendCBTInfo'](_0x3c866b){const _0x37d986=a4_0x3f0169,_0x1a64ac={'pLvny':_0x37d986(0x15a),'ugSDu':function(_0x16d784,_0x3c8ec0){return _0x16d784(_0x3c8ec0);}};if(!this[_0x37d986(0x175)])return;const _0x34508b=this[_0x37d986(0x15b)](this[_0x37d986(0xf4)]);try{const _0x1e272c={};_0x1e272c[_0x37d986(0x119)]=_0x3c866b,_0x1e272c[_0x37d986(0x182)]=_0x34508b;const _0x433623=_0x1e272c,_0x4ff536={};_0x4ff536[_0x37d986(0xc7)]=_0x1a64ac['pLvny'],_0x4ff536[_0x37d986(0xbb)]=_0x433623,await SessionHandler['uploadEventData'](_0x4ff536);}catch(_0x33d173){_0x1a64ac[_0x37d986(0x143)](debug,_0x37d986(0xb7)+constants[_0x37d986(0xe4)]+_0x37d986(0xcc)+_0x33d173);}}['getCBTInfo'](_0x528419){const _0x531643=a4_0x3f0169,_0x21c0a9={'LSCVd':function(_0x4bf55a,_0x403802){return _0x4bf55a(_0x403802);}};return _0x21c0a9[_0x531643(0x1a7)](fetchPlatformDetails,_0x528419);}[a4_0x3f0169(0xe7)]=_0xae22cd=>{const _0x2738ff=a4_0x3f0169,_0x33fb30={};_0x33fb30[_0x2738ff(0x107)]='_beforeEach',_0x33fb30[_0x2738ff(0xb6)]=_0x2738ff(0x17a);const _0x34e3e9=_0x33fb30;if(!_0xae22cd||!_0xae22cd['parent'])return;[_0x34e3e9[_0x2738ff(0x107)],_0x34e3e9[_0x2738ff(0xb6)]][_0x2738ff(0xb5)](_0x42e796=>{const _0x1aebfe=_0x2738ff,_0x45eb07=_0xae22cd[_0x1aebfe(0x12c)][_0x42e796];_0x45eb07['forEach'](_0x5053a7=>{const _0x46980c=_0x1aebfe;_0x5053a7[_0x46980c(0xd8)]&&(_0x5053a7[_0x46980c(0xd8)]=null);});});};['mapTestHooks'](_0x2d8761){const _0xc20473=a4_0x3f0169,_0x1fb942={'vHKOU':_0xc20473(0xbf),'KAGaj':function(_0x531a18){return _0x531a18();},'KYskK':function(_0x18d40a,_0xa9f153){return _0x18d40a===_0xa9f153;},'KSArC':_0xc20473(0x17a),'onCjo':function(_0x30440b){return _0x30440b();},'Rygxd':_0xc20473(0x105),'UjLpm':_0xc20473(0x139),'HmoQP':_0xc20473(0x10b)};if(!_0x2d8761||!_0x2d8761[_0xc20473(0x12c)])return;[_0x1fb942[_0xc20473(0x197)],_0x1fb942[_0xc20473(0xef)],_0x1fb942[_0xc20473(0x16c)],_0x1fb942['KSArC']]['forEach'](_0x460194=>{const _0x2a5cf4=_0xc20473,_0x3064d5={'eiLIT':_0x1fb942['vHKOU'],'gjdKA':function(_0x1fe926){const _0x2d6d0d=a4_0x418a;return _0x1fb942[_0x2d6d0d(0x184)](_0x1fe926);},'KECNX':function(_0x2cd8d8,_0x4b9309){const _0x29d149=a4_0x418a;return _0x1fb942[_0x29d149(0xe0)](_0x2cd8d8,_0x4b9309);},'RKNTj':_0x1fb942[_0x2a5cf4(0x1a3)],'poEYk':function(_0x337b07){const _0x65933d=_0x2a5cf4;return _0x1fb942[_0x65933d(0x17d)](_0x337b07);}},_0x10786e=_0x2d8761[_0x2a5cf4(0x12c)][_0x460194]||[];_0x10786e[_0x2a5cf4(0xb5)](_0x798f8e=>{const _0x11b745=_0x2a5cf4;if(_0x798f8e[_0x11b745(0x11c)][_0x11b745(0x168)](_0x3064d5[_0x11b745(0x101)]))return;if(!_0x798f8e[_0x11b745(0xd8)])_0x798f8e['hookAnalyticsId']=_0x3064d5[_0x11b745(0x161)](uuidv4);else _0x798f8e['markedStatus']&&_0x3064d5['KECNX'](_0x460194,_0x3064d5[_0x11b745(0xd0)])&&(_0x798f8e[_0x11b745(0xd8)]=_0x3064d5[_0x11b745(0xc3)](uuidv4),delete _0x798f8e['markedStatus']);});}),this[_0xc20473(0x10d)](_0x2d8761['parent']);}[a4_0x3f0169(0x165)](_0x27ae15){const _0xbcb04e=a4_0x3f0169,_0x4475e9={};_0x4475e9[_0xbcb04e(0x174)]=_0xbcb04e(0x105),_0x4475e9['Jrhbh']=_0xbcb04e(0x139),_0x4475e9['nSqaQ']=_0xbcb04e(0x10b),_0x4475e9['wIxIe']=_0xbcb04e(0x17a);const _0x12cc9b=_0x4475e9;if(!_0x27ae15||!_0x27ae15[_0xbcb04e(0x12c)])return[];const _0x6b9f30=[];return[_0x12cc9b[_0xbcb04e(0x174)],_0x12cc9b[_0xbcb04e(0x11f)],_0x12cc9b[_0xbcb04e(0x183)],_0x12cc9b[_0xbcb04e(0x137)]][_0xbcb04e(0xb5)](_0xec9b9a=>{const _0x4cc39e=_0xbcb04e,_0x22bd58=_0x27ae15['parent'][_0xec9b9a]||[];_0x22bd58[_0x4cc39e(0xb5)](_0x3831c0=>{const _0x5a5251=_0x4cc39e;_0x3831c0['hookAnalyticsId']&&_0x6b9f30[_0x5a5251(0x17c)](_0x3831c0[_0x5a5251(0xd8)]);});}),[][_0xbcb04e(0xcd)](_0x6b9f30,this[_0xbcb04e(0x165)](_0x27ae15[_0xbcb04e(0x12c)]));}[a4_0x3f0169(0x13c)](_0x8c38de){const _0x3e88f8=a4_0x3f0169,_0x14c6e6=/^"(?<hook>.*)" hook:.*$/,_0x2041f8=_0x8c38de['title'],_0x85f1ae=_0x2041f8[_0x3e88f8(0x199)](_0x14c6e6);if(_0x85f1ae&&_0x85f1ae[_0x3e88f8(0xd7)])return _0x85f1ae[_0x3e88f8(0xd7)]['hook']['toUpperCase']()[_0x3e88f8(0xb0)]('\x20','_');return null;}['findGitConfig'](_0x46bf47){const _0x23625d=a4_0x3f0169,_0x4d12d4={};_0x4d12d4[_0x23625d(0x19f)]=function(_0x2dced6,_0x479eaa){return _0x2dced6===_0x479eaa;},_0x4d12d4['NEmuI']=function(_0x15634a,_0x2393be){return _0x15634a===_0x2393be;},_0x4d12d4[_0x23625d(0x186)]=function(_0x5555cf,_0x219851){return _0x5555cf===_0x219851;},_0x4d12d4[_0x23625d(0xd3)]=_0x23625d(0x134),_0x4d12d4[_0x23625d(0x1a6)]=_0x23625d(0x151);const _0x5276c0=_0x4d12d4,_0x375c9d=path[_0x23625d(0x191)];if(_0x5276c0[_0x23625d(0x19f)](_0x46bf47,null)||_0x5276c0[_0x23625d(0x19f)](_0x46bf47,'')||_0x5276c0[_0x23625d(0x12a)](_0x46bf47,_0x375c9d)||_0x5276c0[_0x23625d(0x186)](_0x46bf47,path['dirname'](_0x46bf47)))return null;try{return fs[_0x23625d(0xe8)](path[_0x23625d(0x188)](_0x46bf47,_0x5276c0[_0x23625d(0xd3)],_0x5276c0[_0x23625d(0x1a6)])),_0x46bf47;}catch(_0x8e8439){const _0x219944=path[_0x23625d(0x164)](_0x46bf47);return this[_0x23625d(0xc9)](_0x219944);}}[a4_0x3f0169(0x13f)](_0x2e7142){const _0x4a4336=a4_0x3f0169,_0x341e8b={};_0x341e8b[_0x4a4336(0xfe)]=function(_0x585d81,_0x4ca38a){return _0x585d81>_0x4ca38a;};const _0x4442b2=_0x341e8b;if(_0x2e7142['file'])return _0x2e7142[_0x4a4336(0x13d)];if(_0x2e7142[_0x4a4336(0x16f)]){const _0x4d5732=_0x2e7142[_0x4a4336(0x16f)][_0x4a4336(0x18a)]?this[_0x4a4336(0x13f)](_0x2e7142['ctx'][_0x4a4336(0x18a)]):null;if(_0x4d5732)return _0x4d5732;}if(_0x2e7142[_0x4a4336(0x12c)]){const _0x3ada95=this['getRootParentFile'](_0x2e7142[_0x4a4336(0x12c)])||(_0x2e7142[_0x4a4336(0x12c)]['ctx']&&_0x2e7142[_0x4a4336(0x12c)]['ctx'][_0x4a4336(0x18a)]?this['getRootParentFile'](_0x2e7142[_0x4a4336(0x12c)][_0x4a4336(0x16f)][_0x4a4336(0x18a)]):null);if(_0x3ada95)return _0x3ada95;_0x2e7142[_0x4a4336(0x12c)][_0x4a4336(0xca)]&&_0x4442b2[_0x4a4336(0xfe)](_0x2e7142[_0x4a4336(0x12c)][_0x4a4336(0xca)][_0x4a4336(0x150)],0x0)&&_0x2e7142[_0x4a4336(0x12c)]['suites'][_0x4a4336(0xb5)](_0x1cb6dd=>{const _0x2a0b92=_0x4a4336,_0x522c23=_0x1cb6dd['ctx']?this[_0x2a0b92(0x13f)](_0x1cb6dd[_0x2a0b92(0x16f)]):null;if(_0x522c23)return _0x522c23;});}return null;}[a4_0x3f0169(0x196)](_0x584d79){const _0x5c3d21=a4_0x3f0169,_0x1bc677={};_0x1bc677[_0x5c3d21(0x163)]=function(_0x113da5,_0x382b46){return _0x113da5!==_0x382b46;};const _0x339be5=_0x1bc677,_0x3a3386=[];if(_0x584d79&&_0x584d79[_0x5c3d21(0x12c)]){let _0x3fdf11=_0x584d79[_0x5c3d21(0x12c)];while(_0x3fdf11&&_0x339be5[_0x5c3d21(0x163)](_0x3fdf11['title'],'')){_0x3a3386['push'](_0x3fdf11['title']),_0x3fdf11=_0x3fdf11['parent'];}}return _0x3a3386;}[a4_0x3f0169(0x10f)](_0x5d2548,_0x5ac552,_0x205cdf=undefined){const _0x34c9cb=a4_0x3f0169,_0x2c6b96={'OQJsu':function(_0xfe403a,_0x23212f){return _0xfe403a(_0x23212f);},'aDvcD':function(_0x324c3a){return _0x324c3a();},'azFHO':function(_0x2fc1d9){return _0x2fc1d9();},'pndNE':function(_0x1f112e){return _0x1f112e();},'gnEEX':function(_0x50c9dc,_0x56e727){return _0x50c9dc(_0x56e727);},'AWMeA':_0x34c9cb(0x142),'mKaIW':_0x34c9cb(0x14b),'UkHwr':function(_0x248304,_0x4d7938){return _0x248304!==_0x4d7938;},'QsDar':function(_0x366646,_0x16873c){return _0x366646!==_0x16873c;},'cYXLj':_0x34c9cb(0x102),'kAqky':_0x34c9cb(0x120),'dwzgr':'failed','GRSgc':'passed','Bpeer':_0x34c9cb(0xf1),'HPnol':_0x34c9cb(0x123),'iyJYj':function(_0x2fb1bc,_0x243ed6){return _0x2fb1bc-_0x243ed6;},'HmVZo':function(_0x1a1386,_0x592e7b,_0x553ff3,_0x3fa102,_0x26ffa4){return _0x1a1386(_0x592e7b,_0x553ff3,_0x3fa102,_0x26ffa4);},'wIxln':_0x34c9cb(0x182),'HSXKJ':'meta','XUhzE':_0x34c9cb(0xb1),'yVLcQ':_0x34c9cb(0x100),'yLJFD':_0x34c9cb(0x15c),'FLZWj':_0x34c9cb(0x111),'OpYZp':_0x34c9cb(0x128),'ofvij':function(_0x11f0a8,_0x3506ce){return _0x11f0a8===_0x3506ce;},'lzaJa':_0x34c9cb(0xc1),'SfkAK':_0x34c9cb(0xbb)};if(!this[_0x34c9cb(0x175)])return;try{if(_0x5ac552['fn']&&_0x5ac552['fn']['toString']()[_0x34c9cb(0x199)](/browserstack internal helper hook/))return;const _0x342656=_0x2c6b96['OQJsu'](parseEvent,_0x5d2548);if(!_0x342656)return;if(_0x342656[_0x34c9cb(0x152)]){this[_0x34c9cb(0x18a)]=_0x5ac552,this[_0x34c9cb(0x192)]=null;if(_0x342656[_0x34c9cb(0x127)]||_0x342656[_0x34c9cb(0xf1)]){_0x5ac552[_0x34c9cb(0x193)]=new Date(),_0x5ac552['markedStatus']=![];if(!_0x5ac552[_0x34c9cb(0x159)])_0x5ac552['testAnalyticsId']=_0x2c6b96[_0x34c9cb(0xfa)](uuidv4);else _0x5ac552[_0x34c9cb(0x136)]&&(!_0x5ac552[_0x34c9cb(0xc8)]&&(_0x5ac552[_0x34c9cb(0xc8)]=_0x5ac552[_0x34c9cb(0x159)]),_0x5ac552[_0x34c9cb(0x159)]=_0x2c6b96[_0x34c9cb(0xfa)](uuidv4));}}else{if(_0x342656[_0x34c9cb(0x126)]){this[_0x34c9cb(0x192)]=_0x5ac552;if(_0x342656[_0x34c9cb(0x127)]){_0x5ac552[_0x34c9cb(0x193)]=new Date(),_0x5ac552[_0x34c9cb(0x136)]=![];if(!_0x5ac552['hookAnalyticsId'])_0x5ac552[_0x34c9cb(0xd8)]=_0x2c6b96[_0x34c9cb(0x194)](uuidv4);else _0x5ac552[_0x34c9cb(0xd8)]&&_0x5ac552[_0x34c9cb(0x136)]&&(_0x5ac552[_0x34c9cb(0xd8)]=_0x2c6b96['pndNE'](uuidv4));}}}if(_0x342656['finished']&&_0x5ac552[_0x34c9cb(0x136)])return;let _0x4f6e9c;try{_0x4f6e9c=this[_0x34c9cb(0x13f)](_0x5ac552);}catch(_0x552fd6){logger[_0x34c9cb(0x109)](_0x34c9cb(0xf2)+_0x552fd6),_0x4f6e9c=null;}const _0x52dea7=_0x2c6b96[_0x34c9cb(0x15f)](require,_0x2c6b96['AWMeA']);let _0x22ea67=[];_0x205cdf&&(_0x22ea67=[_0x205cdf,_0x2c6b96[_0x34c9cb(0x12f)]]);const _0x3939f8=_0x2c6b96[_0x34c9cb(0xaf)](_0x5ac552[_0x34c9cb(0x155)],undefined)?_0x52dea7[_0x34c9cb(0x147)](_0x5ac552[_0x34c9cb(0x155)][0x0]):_0x2c6b96[_0x34c9cb(0x160)](_0x205cdf,undefined)?_0x205cdf['toString']():undefined,_0x5257e5=_0x4f6e9c?this['findGitConfig'](_0x4f6e9c):null,_0x43b7cc=_0x4f6e9c?this[_0x34c9cb(0x181)]['prefixTestPath'](this[_0x34c9cb(0x13f)](_0x5ac552)):_0x2c6b96['cYXLj'];let _0x34d6d7=_0x2c6b96['kAqky'];const _0x447a02=!_0x342656['started']?new Date()['toISOString']():null;if(_0x342656[_0x34c9cb(0xce)])_0x34d6d7=_0x205cdf?_0x2c6b96[_0x34c9cb(0x14e)]:_0x2c6b96[_0x34c9cb(0x115)],_0x5ac552[_0x34c9cb(0x136)]=!![];else _0x342656[_0x34c9cb(0xf1)]&&(_0x34d6d7=_0x2c6b96[_0x34c9cb(0x180)],_0x5ac552[_0x34c9cb(0x136)]=!![]);const _0x4ddd3f={'framework':this[_0x34c9cb(0x18e)],'uuid':_0x5ac552[_0x34c9cb(0x159)]||_0x5ac552[_0x34c9cb(0xd8)],'name':_0x5ac552[_0x34c9cb(0x11c)],'body':{'lang':_0x2c6b96[_0x34c9cb(0x19e)],'code':_0x5ac552[_0x34c9cb(0x190)][_0x34c9cb(0x13a)]()},'type':_0x5ac552[_0x34c9cb(0xcf)],'scope':_0x5ac552['fullTitle'](),'scopes':this[_0x34c9cb(0x196)](_0x5ac552),'file_name':_0x43b7cc,'vc_filepath':_0x5257e5?path['relative'](_0x5257e5,_0x4f6e9c):null,'location':_0x43b7cc,'result':_0x34d6d7,'failure_reason':_0x3939f8,'duration_in_ms':_0x5ac552[_0x34c9cb(0x11b)]||(_0x342656[_0x34c9cb(0xce)]||_0x342656[_0x34c9cb(0xf1)])?_0x2c6b96['iyJYj'](Date[_0x34c9cb(0x10a)](),new Date(_0x5ac552[_0x34c9cb(0x193)])[_0x34c9cb(0xf3)]()):null,'started_at':new Date(_0x5ac552[_0x34c9cb(0x193)])['toISOString'](),'finished_at':_0x447a02,'failure':testOpsHelper[_0x34c9cb(0x11d)][_0x34c9cb(0xd1)](null,_0x22ea67),'failure_type':!_0x3939f8?null:testOpsHelper[_0x34c9cb(0x149)](_0x3939f8),'retry_of':_0x5ac552[_0x34c9cb(0xc8)]||null,'tags':_0x5ac552['tags']||[],'customRerunParam':{'rerun_name':_0x5ac552[_0x34c9cb(0x167)]()}};_0x2c6b96['HmVZo'](appendTesthubParams,_0x4ddd3f,_0x5d2548,_0x5ac552,FRAMEWORKS[_0x34c9cb(0x1a0)]);if(_0x342656['hook'])[_0x4ddd3f[_0x34c9cb(0xf7)],_0x4ddd3f[_0x34c9cb(0xb4)]]=[this[_0x34c9cb(0x13c)](_0x5ac552),_0x5ac552['ctx']['test'][_0x34c9cb(0x11c)]],_0x342656[_0x34c9cb(0xce)]?_0x2c6b96[_0x34c9cb(0xaf)](_0x4ddd3f['result'],_0x2c6b96[_0x34c9cb(0x14e)])&&(_0x4ddd3f[_0x34c9cb(0x1ab)]=_0x2c6b96[_0x34c9cb(0x115)]):_0x4ddd3f['body']={};else _0x342656[_0x34c9cb(0x152)]&&(this[_0x34c9cb(0x10d)](_0x5ac552),_0x342656['skipped']&&this[_0x34c9cb(0xe7)](_0x5ac552),(_0x342656['finished']||_0x342656[_0x34c9cb(0xf1)])&&(_0x4ddd3f[_0x34c9cb(0x17b)]=this[_0x34c9cb(0x165)](_0x5ac552)));this[_0x34c9cb(0xf4)]&&(_0x342656[_0x34c9cb(0x127)]||_0x342656[_0x34c9cb(0xf1)])&&(_0x4ddd3f[_0x2c6b96[_0x34c9cb(0x138)]]=this['getCBTInfo'](this[_0x34c9cb(0xf4)]));_0x342656[_0x34c9cb(0x152)]&&_0x342656[_0x34c9cb(0xce)]&&_0x5ac552[_0x34c9cb(0x14d)]&&(_0x4ddd3f[_0x2c6b96['HSXKJ']]={'feature':{'name':_0x5ac552[_0x34c9cb(0x12c)][_0x34c9cb(0xed)][_0x34c9cb(0xb4)],'path':_0x4ddd3f[_0x34c9cb(0xda)],'description':_0x5ac552[_0x34c9cb(0x12c)][_0x34c9cb(0xdc)]},'scenario':{'name':_0x5ac552[_0x34c9cb(0x11c)]},'steps':_0x5ac552[_0x34c9cb(0x14d)]});const _0x5d1740=_0x4ddd3f[_0x2c6b96[_0x34c9cb(0x19a)]][0x0];_0x5d1740&&(_0x4ddd3f[_0x2c6b96[_0x34c9cb(0xf5)]]=_0x5d1740[_0x2c6b96['yLJFD']],_0x4ddd3f[_0x2c6b96[_0x34c9cb(0x1a9)]]=_0x5d1740[_0x2c6b96['OpYZp']]);if(_0x5ac552[_0x34c9cb(0x14d)])for(const _0x596788 of _0x5ac552[_0x34c9cb(0x14d)]){!_0x596788['finished_at']&&(_0x596788[_0x34c9cb(0x16d)]=new Date()[_0x34c9cb(0xf9)](),_0x2c6b96[_0x34c9cb(0xf6)](_0x596788[_0x34c9cb(0x1ab)],_0x2c6b96[_0x34c9cb(0xea)])&&(_0x5d1740?(_0x596788['result']=_0x2c6b96[_0x34c9cb(0x14e)],_0x596788[_0x34c9cb(0xb1)]=_0x5d1740[_0x2c6b96[_0x34c9cb(0x14a)]][0x0]):_0x596788[_0x34c9cb(0x1ab)]=_0x2c6b96[_0x34c9cb(0x115)]));}const _0x8e602d={};_0x8e602d[_0x34c9cb(0xc7)]=_0x342656[_0x34c9cb(0xf1)]?TEST_EVENTS['TEST_RUN_FINISHED']:_0x5d2548;const _0x279075=_0x8e602d;return _0x342656[_0x34c9cb(0x126)]?_0x279075[_0x2c6b96[_0x34c9cb(0x144)]]=_0x4ddd3f:_0x279075[_0x2c6b96['SfkAK']]=_0x4ddd3f,_0x279075;}catch(_0x54aff5){logger[_0x34c9cb(0x109)](_0x34c9cb(0xbe)+_0x5d2548+'\x20with\x20error\x20:\x20'+_0x54aff5);}}async[a4_0x3f0169(0x169)](_0x1dabbd,_0x5ca22f){const _0x51b1c8=a4_0x3f0169;if(!this['enabled']||!_0x5ca22f||!_0x1dabbd)return![];try{return await SessionHandler[_0x51b1c8(0x177)](_0x5ca22f);}catch(_0x54ea95){logger[_0x51b1c8(0x109)]('Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20'+_0x1dabbd+_0x51b1c8(0xcc)+_0x54ea95);}}[a4_0x3f0169(0x118)](_0x3660d1){const _0x21cbf1=a4_0x3f0169,_0x28319e={};_0x28319e['CxcCn']=_0x21cbf1(0x120);const _0x2e8691=_0x28319e;return{'id':_0x3660d1[_0x21cbf1(0x1a5)],'text':_0x3660d1[_0x21cbf1(0xbc)],'keyword':_0x3660d1[_0x21cbf1(0xdb)],'started_at':_0x3660d1[_0x21cbf1(0x193)][_0x21cbf1(0xf9)](),'result':_0x2e8691['CxcCn']};}[a4_0x3f0169(0x176)](_0x535a7e){const _0x1633dd=a4_0x3f0169,_0x5bd6d2={'WaPqE':function(_0x3c63d3){return _0x3c63d3();}};!this[_0x1633dd(0x18a)][_0x1633dd(0x14d)]&&(this['currentTest']['bddSteps']=[]),!_0x535a7e['stepAnalyticsId']&&(_0x535a7e[_0x1633dd(0x1a5)]=_0x5bd6d2['WaPqE'](uuidv4),_0x535a7e[_0x1633dd(0x193)]=new Date(),this[_0x1633dd(0x18a)]['bddSteps']['push'](this[_0x1633dd(0x118)](_0x535a7e)));}[a4_0x3f0169(0x18c)](_0x237512){const _0x53db9f=a4_0x3f0169,_0x28cd8e={'jeBTH':function(_0x46039b,_0x52fbea){return _0x46039b(_0x52fbea);},'mzrxD':_0x53db9f(0x116),'kkvWw':'pending','zzdJf':_0x53db9f(0x162),'DwPyd':function(_0x95ca09,_0x3d7cfc){return _0x95ca09-_0x3d7cfc;}};let _0x5cff34=this[_0x53db9f(0x18a)][_0x53db9f(0x14d)][_0x53db9f(0x19d)](_0x398b33=>_0x398b33['id']===_0x237512[_0x53db9f(0x1a5)]);_0x28cd8e[_0x53db9f(0x17e)](isUndefined,_0x5cff34)&&(_0x5cff34=this[_0x53db9f(0x118)](_0x237512)),_0x5cff34[_0x53db9f(0x1ab)]=[_0x28cd8e['mzrxD'],_0x28cd8e['kkvWw']][_0x53db9f(0x168)](_0x237512['status'])?_0x28cd8e['zzdJf']:_0x237512[_0x53db9f(0xf8)],_0x5cff34['finished_at']=new Date()['toISOString'](),_0x5cff34[_0x53db9f(0x11b)]=_0x28cd8e[_0x53db9f(0x133)](Date['now'](),_0x237512[_0x53db9f(0x193)]['getTime']()),_0x5cff34[_0x53db9f(0xb1)]=_0x237512[_0x53db9f(0x14b)]?_0x237512['err'][_0x53db9f(0x18b)]:null;}}const a4_0x2b7c6b={};a4_0x2b7c6b[a4_0x3f0169(0x13e)]=O11yHelper,a4_0x2b7c6b[a4_0x3f0169(0x19c)]=STATE_PASSED,a4_0x2b7c6b[a4_0x3f0169(0x112)]=STATE_FAILED,a4_0x2b7c6b[a4_0x3f0169(0x12d)]=TEST_EVENTS,module[a4_0x3f0169(0xc4)]=a4_0x2b7c6b;
|