browserstack-node-sdk 1.52.3 → 1.53.0
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_0x416832=a1_0xe1f4;function a1_0xe1f4(_0x5ce5eb,_0x53bf20){const _0x5c5eed=a1_0x5c5e();return a1_0xe1f4=function(_0xe1f4e,_0x5b3c92){_0xe1f4e=_0xe1f4e-0x18c;let _0x5e6ece=_0x5c5eed[_0xe1f4e];return _0x5e6ece;},a1_0xe1f4(_0x5ce5eb,_0x53bf20);}(function(_0x4f49e6,_0x1dc95d){const _0x3b050f=a1_0xe1f4,_0x4c3b2a=_0x4f49e6();while(!![]){try{const _0x1f0a4b=parseInt(_0x3b050f(0x288))/0x1+parseInt(_0x3b050f(0x236))/0x2*(parseInt(_0x3b050f(0x23b))/0x3)+-parseInt(_0x3b050f(0x21f))/0x4*(-parseInt(_0x3b050f(0x19a))/0x5)+parseInt(_0x3b050f(0x1cf))/0x6+parseInt(_0x3b050f(0x251))/0x7*(-parseInt(_0x3b050f(0x197))/0x8)+-parseInt(_0x3b050f(0x1ca))/0x9*(parseInt(_0x3b050f(0x20c))/0xa)+parseInt(_0x3b050f(0x1ff))/0xb;if(_0x1f0a4b===_0x1dc95d)break;else _0x4c3b2a['push'](_0x4c3b2a['shift']());}catch(_0x2d327e){_0x4c3b2a['push'](_0x4c3b2a['shift']());}}}(a1_0x5c5e,0x6e8cc));const fs=require('fs'),util=require(a1_0x416832(0x1ec)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x416832(0x202)),logger=require(a1_0x416832(0x247))[a1_0x416832(0x1d2)],testOpsHelper=require(a1_0x416832(0x1b4)),requestSpy=require(a1_0x416832(0x27e)),PlaywrightSessionDetails=require(a1_0x416832(0x271)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x416832(0x1a5)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),AccessibilityHelper=require(a1_0x416832(0x1d4)),scripts=require(a1_0x416832(0x21c)),PerformanceTester=require(a1_0x416832(0x1a6)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x416832(0x203)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x416832(0x224)),testHubConstants=require('../../helpers/testhub/constants.js'),globals=require(a1_0x416832(0x1e2)),CodeceptJS=requireModule(a1_0x416832(0x1a7),'codeceptjs'),CodeceptUtils=requireModule(a1_0x416832(0x205),a1_0x416832(0x29d)),CodeceptWebDriver=requireModule(a1_0x416832(0x1fd),a1_0x416832(0x29d)),CodeceptRecorder=requireModule(a1_0x416832(0x256),a1_0x416832(0x29d)),CodeceptPlaywright=requireModule(a1_0x416832(0x1a2),a1_0x416832(0x29d)),playwrightMarkSessionStatus=(_0x6b05a8,_0x117765,_0x1daf15)=>{const _0x3ff493=a1_0x416832,_0x4936e4={'PauPb':'setSessionStatus','uUVei':function(_0x46d972,_0x2f30f8){return _0x46d972(_0x2f30f8);}},_0xb559dd={};_0xb559dd[_0x3ff493(0x19e)]=_0x117765;const _0x142745={};_0x142745['action']=_0x4936e4['PauPb'],_0x142745[_0x3ff493(0x23f)]=_0xb559dd;const _0x51b4a3=_0x142745;return!_0x4936e4[_0x3ff493(0x29e)](isUndefined,_0x1daf15)&&(_0x51b4a3[_0x3ff493(0x23f)][_0x3ff493(0x261)]=JSON['stringify'](_0x1daf15)),_0x6b05a8['executeScript'](()=>{},_0x3ff493(0x218)+JSON[_0x3ff493(0x220)](_0x51b4a3));},o11ySync=PerformanceTester[a1_0x416832(0x29f)](PerformanceO11yEvents[a1_0x416832(0x18d)],async _0x153bbd=>{const _0x56fb8b=a1_0x416832,_0xcb334f={};_0xcb334f[_0x56fb8b(0x21a)]=function(_0x1651de,_0x4436c2){return _0x1651de===_0x4436c2;},_0xcb334f[_0x56fb8b(0x1af)]=_0x56fb8b(0x18f);const _0x195e92=_0xcb334f;_0x195e92[_0x56fb8b(0x21a)](_0x153bbd[_0x56fb8b(0x28b)]['name'],_0x195e92[_0x56fb8b(0x1af)])?await _0x153bbd[_0x56fb8b(0x1cd)](_0x41c646=>{},testOpsHelper[_0x56fb8b(0x284)]()):await _0x153bbd[_0x56fb8b(0x1cd)](testOpsHelper[_0x56fb8b(0x284)]());}),markSessionName=PerformanceTester[a1_0x416832(0x29f)](PerformanceAutEvents[a1_0x416832(0x235)],async(_0x308b3b,_0x413de8)=>{const _0x52a29a=a1_0x416832,_0x52056f={};_0x52056f[_0x52a29a(0x28f)]=_0x52a29a(0x299),_0x52056f['ZxbqF']=function(_0x105d85,_0x16f5a8){return _0x105d85===_0x16f5a8;},_0x52056f[_0x52a29a(0x20d)]=_0x52a29a(0x18f);const _0x43cb=_0x52056f,_0x6f1821={};_0x6f1821[_0x52a29a(0x269)]=_0x413de8;const _0x4e01f3={};_0x4e01f3[_0x52a29a(0x1e5)]=_0x43cb[_0x52a29a(0x28f)],_0x4e01f3[_0x52a29a(0x23f)]=_0x6f1821;const _0x127a36=_0x4e01f3;_0x43cb[_0x52a29a(0x26f)](_0x308b3b[_0x52a29a(0x28b)][_0x52a29a(0x269)],_0x43cb[_0x52a29a(0x20d)])?await _0x308b3b[_0x52a29a(0x1cd)](()=>{},_0x52a29a(0x218)+JSON[_0x52a29a(0x220)](_0x127a36)):await _0x308b3b[_0x52a29a(0x1cd)](_0x52a29a(0x218)+JSON[_0x52a29a(0x220)](_0x127a36));}),patchSaveScreenshot=_0xf80e3=>{const _0x18304c=a1_0x416832,_0x141a8e={'KbzrV':'base64','BYjQU':_0x18304c(0x1cc),'eLYKz':function(_0x27f75f){return _0x27f75f();},'pbofM':function(_0x5a4891,_0x1b411e){return _0x5a4891(_0x1b411e);},'ZsnqF':_0x18304c(0x1ea)};_0x141a8e[_0x18304c(0x20b)](isTrue,process[_0x18304c(0x1ed)][_0x18304c(0x1f3)])&&!_0xf80e3[_0x18304c(0x1c7)]&&(_0xf80e3[_0x18304c(0x1c7)]=!![],_0xf80e3[_0x18304c(0x22f)]=_0xf80e3[_0x18304c(0x275)],_0xf80e3['saveScreenshot']=(_0xbda885,_0x257e6f=![])=>{const _0x20906d=_0x18304c,_0x51cbd3={'SDUkY':_0x141a8e[_0x20906d(0x26b)],'eSZVh':_0x141a8e[_0x20906d(0x1bd)],'ThXbW':function(_0x16a1b5){const _0x2bcbea=_0x20906d;return _0x141a8e[_0x2bcbea(0x274)](_0x16a1b5);},'HfxOY':function(_0x1afeaa,_0x2625a3){return _0x141a8e['pbofM'](_0x1afeaa,_0x2625a3);},'iTEoJ':_0x141a8e[_0x20906d(0x1c9)]};return new Promise(function(_0x113984,_0x4fac5d){const _0x3b4fde=_0x20906d;_0xf80e3[_0x3b4fde(0x22f)](_0xbda885,_0x257e6f)[_0x3b4fde(0x208)](()=>{const _0x25f32d=_0x3b4fde,_0x3ffd2c=CodeceptUtils[_0x25f32d(0x194)](_0xbda885);if(_0x3ffd2c){const _0x8a4207=fs[_0x25f32d(0x199)](_0x3ffd2c);process[_0x25f32d(0x1be)]('bs:addLog:'+process['pid'],{'timestamp':new Date()[_0x25f32d(0x233)](),'message':_0x8a4207[_0x25f32d(0x27f)](_0x51cbd3[_0x25f32d(0x1cb)]),'kind':_0x51cbd3['eSZVh']}),_0x51cbd3[_0x25f32d(0x24e)](_0x113984);}_0x51cbd3[_0x25f32d(0x196)](_0x4fac5d,new Error(_0x51cbd3[_0x25f32d(0x212)]));})[_0x3b4fde(0x1a8)](()=>null);});});},patchWebDriverBefore=_0x111ac4=>{const _0x363746=a1_0x416832,_0x4024cc={'hlUMf':function(_0xcdcb4d){return _0xcdcb4d();},'WUqQp':function(_0x15edb4,_0x49ae0b){return _0x15edb4(_0x49ae0b);},'xjyhb':function(_0x15f6a3,_0x4c8463){return _0x15f6a3===_0x4c8463;},'wlXOJ':_0x363746(0x19c),'TqtvB':function(_0x5a4a25,_0xe62e72){return _0x5a4a25===_0xe62e72;},'UIAIi':_0x363746(0x26d),'DncdG':function(_0x4dbb96,_0x1a7d67){return _0x4dbb96===_0x1a7d67;},'tudGP':_0x363746(0x1c6)},_0x25eb00=async function(_0xf4b3a4,_0x218e8b){const _0x58313e=_0x363746;_0x4024cc[_0x58313e(0x1ab)](isAccessibilityAutomationSession)&&!global[_0x58313e(0x223)]&&global[_0x58313e(0x1aa)]&&scripts[_0x58313e(0x1db)](_0xf4b3a4['name'])&&_0x4024cc[_0x58313e(0x254)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x58313e(0x223)]=!![],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x58313e(0x1e9)],async()=>{const _0x307319=_0x58313e;logger[_0x307319(0x20f)](_0x307319(0x222)+_0xf4b3a4[_0x307319(0x215)]+'\x20'+_0xf4b3a4[_0x307319(0x269)]),await AccessibilityHelper[_0x307319(0x1a3)](_0x111ac4,scripts['performScan']);},{'command':_0xf4b3a4[_0x58313e(0x269)]})());global[_0x58313e(0x223)]=![];const _0x46e6dd=JSON[_0x58313e(0x1b8)](process['env'][_0x58313e(0x293)]||'{}');if(_0x4024cc[_0x58313e(0x25b)](_0x46e6dd?.[_0x58313e(0x1b1)]?.[_0x58313e(0x269)],_0x4024cc[_0x58313e(0x217)])&&_0x4024cc[_0x58313e(0x1c4)](typeof _0x46e6dd?.[_0x58313e(0x1b1)]?.[_0x58313e(0x24c)],_0x4024cc['UIAIi'])&&_0x46e6dd?.[_0x58313e(0x1b1)]?.[_0x58313e(0x24c)][_0x58313e(0x1d3)]('7'))return _0x218e8b['apply'](null,Array[_0x58313e(0x1da)][_0x58313e(0x279)][_0x58313e(0x27b)](arguments,0x2));return _0x218e8b[_0x58313e(0x229)](this,Array[_0x58313e(0x1da)][_0x58313e(0x279)][_0x58313e(0x27b)](arguments,0x2));},_0x58bcf4=CodeceptWebDriver[_0x363746(0x1da)][_0x363746(0x1ba)];CodeceptWebDriver['prototype'][_0x363746(0x1ba)]=async function(){const _0x56595b=_0x363746,_0xf8ab1c={'DorUo':function(_0x4a6f50,_0x564672){const _0x4ce2d1=a1_0xe1f4;return _0x4024cc[_0x4ce2d1(0x18e)](_0x4a6f50,_0x564672);},'yWwIo':_0x4024cc[_0x56595b(0x1e4)]};try{await _0x58bcf4[_0x56595b(0x229)](this,arguments);}catch(_0x533569){logger[_0x56595b(0x20f)](_0x56595b(0x295)+util[_0x56595b(0x1b7)](_0x533569));}scripts[_0x56595b(0x283)][_0x56595b(0x1d0)](_0x57a16b=>_0x57a16b[_0x56595b(0x269)]&&_0x57a16b[_0x56595b(0x215)])['forEach'](_0x16a0b5=>{const _0x3aff1b=_0x56595b;this[_0x3aff1b(0x23a)][_0x3aff1b(0x1c2)](_0x16a0b5[_0x3aff1b(0x269)],_0x25eb00[_0x3aff1b(0x1dc)](this,_0x16a0b5),_0xf8ab1c[_0x3aff1b(0x258)](_0x16a0b5['class'],_0xf8ab1c[_0x3aff1b(0x237)]));}),_0x4024cc[_0x56595b(0x254)](processWebDriverConfig,_0x111ac4);};};function a1_0x5c5e(){const _0x5ea7f7=['bddStep-before','startMonitoring','yVHVX','setSessionName','message','XrDEv','a11y_core_config','codeceptjs','uUVei','measureWrapper','started','url','hook-passed','SYNC','DncdG','Playwright','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','zxWxG','event','__skipSessionStatus','screenshotOutputFolder','CWXKR','HfxOY','376aYkoiL','includes','readFileSync','215fEHtnZ','--auto-open-devtools-for-tabs','webdriverio','bs:addLog:','status','kfzIm','hookType','TCNsg','codeceptjs/lib/helper/Playwright.js','browserStackExecuteDriver','MMcJF','./o11yHelper','../../helpers/performance/performance-tester','codeceptjs/lib/index.js','catch','PUsZq','accessibilityPlatform','hlUMf','bddStepFinish','iCtcJ','currentTest','hYbKS','ZBAjn','testFramework','oTGJV','failed','../../helpers/test-observability/utils','hook-started','ySqcq','format','parse','fubKq','_before','step-comment','SESSION_STATUS','BYjQU','emit','from','kEnfB','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','overwriteCommand','before','TqtvB','ENV_VAR','Element','patchSaveScreenshot','pid','ZsnqF','837UWqmrC','SDUkY','TEST_SCREENSHOT','executeScript','contexts','2219940PBxpRq','filter','bddStep','winstonLogger','startsWith','../../bin/playwright/accessibility-helper','push','__driver','BROWSERSTACK_TESTHUB_UUID','JdXEB','TEST_RUN_FINISHED','prototype','shouldWrapCommand','bind','TestCafe','hoUTF','find','test','ZubRo','../../helpers/globals.js','split','tudGP','action','start','devtools://','bddStepStart','PERFORM_SCAN','Screenshot\x20path\x20not\x20found','SDK_POST_TEST','util','env','afterTest','browserstackTestName','ebUew','restore','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','BS_TESTOPS_ALLOW_SCREENSHOTS','comment','zXBOc','EmuEo','__workerDetails','thBuildUuid','command','EnmZk','UGIOY','performScan','codeceptjs/lib/helper/WebDriver.js','JctWk','1520145ubvaNv','test-after','skipSessionStatus','../../helpers/helper','../../helpers/performance/constants','FAZlQ','codeceptjs/lib/utils.js','test-passed','TEST_LOG','then','test-before','EXbrq','pbofM','82620zHTKyN','HOkRG','test-started','debug','MylyT','warn','iTEoJ','helpers','test-skipped','class','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','wlXOJ','browserstack_executor:\x20','GET_RESULTS','AOzlk','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','../../helpers/accessibility-automation/scripts','zZPYV','TUBED','63892GWSORF','stringify','LIujj','Performing\x20scan\x20for\x20','bstackAllyScanning','./helper.js','pages','skipSessionName','fILml','hook-failed','apply','info','pgzLk','container','end','PlKEn','initSaveScreenshot','exports','isMobilePlatform','SAVE_RESULTS','toISOString','fxxcS','SESSION_NAME','178MkHDUe','yWwIo','LdzSM','dkEDW','browser','8571yqjLkM','all','_setPage','ctx','arguments','BS_A11Y_JWT','captureError','fireEvent','ZLrsp','HOOK_RUN_STARTED','hook','lWzoX','../../helpers/logger','aggnm','\x0aStack:\x20','title','SDK_PRE_TEST','version','zRBmP','ThXbW','vLiFe','args','129003SncEhO','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','domForge','WUqQp','addRequestSpy','codeceptjs/lib/recorder.js','base64','DorUo','captureEvent','TEST_RUN_SKIPPED','xjyhb','Bdkrr','SDK_POST_INITIALIZE','SDK_HOOK','INFO','PCtxo','reason','gXxXY','HnEWP','HOOK_RUN_FINISHED','getResultsSummary','config','IMyNP','SDK_TEST','name','bddStep-after','KbzrV','NzPvW','string','stack','ZxbqF','add','../../bin/playwright/sessionDetails','dispatcher','stopMonitoring','eLYKz','saveScreenshot','rVcyH','HthBM','chromium','slice','QSMhO','call','browserContext','gETON','../../helpers/request-spy','toString','patch','HHkAq','getAccessibilityResultsSummary','commandsToWrap','getSyncScript','SDK_PRE_INITIALIZE','wgBtE','isArray','638044bDRqRp','IzQcZ','ahlOZ','constructor','passed','after','getAccessibilityResults','SBlei','AFQyW','kXoSH','tlXNN','FRAMEWORK_DETAILS','TEST_RUN_STARTED','Failed\x20to\x20execute\x20_before:\x20'];a1_0x5c5e=function(){return _0x5ea7f7;};return a1_0x5c5e();}function parseJwt(_0x3170c4){const _0x574509=a1_0x416832,_0x4a520a={};_0x4a520a['LIujj']=_0x574509(0x257);const _0x11e6f5=_0x4a520a;if(!_0x3170c4)return null;return JSON[_0x574509(0x1b8)](Buffer[_0x574509(0x1bf)](_0x3170c4[_0x574509(0x1e3)]('.')[0x1],_0x11e6f5[_0x574509(0x221)])[_0x574509(0x27f)]());}const patchPlaywrightBefore=()=>{const _0x2a6276=a1_0x416832,_0x373eb5={'EnmZk':function(_0x1359d1){return _0x1359d1();},'tlXNN':_0x2a6276(0x1e7),'zxWxG':_0x2a6276(0x19b),'rVcyH':function(_0x14771e,_0x3ea37d){return _0x14771e(_0x3ea37d);},'kfzIm':function(_0x3063ff,_0x244bab){return _0x3063ff+_0x244bab;},'ebUew':_0x2a6276(0x249),'QSMhO':function(_0x2b0d39){return _0x2b0d39();},'oTGJV':function(_0x31b62d){return _0x31b62d();}};PlaywrightSessionDetails[_0x2a6276(0x280)]();const _0x40337a=CodeceptPlaywright[_0x2a6276(0x1da)][_0x2a6276(0x1ba)];CodeceptPlaywright[_0x2a6276(0x1da)][_0x2a6276(0x1ba)]=async function(){const _0x5a40a1=_0x2a6276;this[_0x5a40a1(0x27c)]=await this[_0x5a40a1(0x23a)][_0x5a40a1(0x1ce)]()[0x0];const _0x3d4076=async()=>{const _0x145817=_0x5a40a1,_0x139fb5={'NSsrH':function(_0x1367f1){const _0x564c0a=a1_0xe1f4;return _0x373eb5[_0x564c0a(0x1fa)](_0x1367f1);},'PlKEn':_0x373eb5[_0x145817(0x292)]},_0x5eb1b7=this[_0x145817(0x266)]&&this[_0x145817(0x266)]['chromium']&&this[_0x145817(0x266)][_0x145817(0x278)][_0x145817(0x250)]&&Array[_0x145817(0x287)](this[_0x145817(0x266)][_0x145817(0x278)][_0x145817(0x250)])&&this['config']['chromium']['args'][_0x145817(0x198)](_0x373eb5[_0x145817(0x191)]);if(_0x373eb5['EnmZk'](isAccessibilityAutomationSession)&&!_0x5eb1b7)try{const _0x2370df=_0x373eb5[_0x145817(0x276)](parseJwt,process[_0x145817(0x1ed)][_0x145817(0x240)]);if(_0x2370df&&_0x2370df[_0x145817(0x29c)]&&_0x2370df['a11y_core_config'][_0x145817(0x253)]){const _0x291864=this[_0x145817(0x27c)][_0x145817(0x225)][_0x145817(0x1dc)](this[_0x145817(0x27c)]);this['browserContext'][_0x145817(0x225)]=async function(){const _0x24fe83=_0x145817,_0x1e3297=await _0x139fb5['NSsrH'](_0x291864),_0x55ed2e=[];for(const _0x5021cc of _0x1e3297){try{const _0x2a660e=await _0x5021cc[_0x24fe83(0x2a1)]();!_0x2a660e[_0x24fe83(0x1d3)](_0x139fb5[_0x24fe83(0x22e)])&&_0x55ed2e[_0x24fe83(0x1d5)](_0x5021cc);}catch(_0x199434){_0x55ed2e['push'](_0x5021cc);}}return _0x55ed2e;};}if(!_0x373eb5[_0x145817(0x1fa)](isBrowserstackInfra)){const _0x306134=await this['page'][_0x145817(0x2a1)]();if(_0x306134[_0x145817(0x1d3)](_0x373eb5[_0x145817(0x292)])){const _0xdda680=await this['browserContext'][_0x145817(0x225)]();this[_0x145817(0x23d)](_0xdda680[0x0]);}}}catch(_0x35f68b){logger[_0x145817(0x20f)]('Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20'+_0x35f68b[_0x145817(0x29a)]+(_0x35f68b['stack']?_0x373eb5[_0x145817(0x19f)](_0x373eb5[_0x145817(0x1f0)],_0x35f68b[_0x145817(0x26e)]):''));}};_0x373eb5[_0x5a40a1(0x27a)](isBrowserstackInfra)&&await _0x373eb5['EnmZk'](_0x3d4076),await _0x40337a[_0x5a40a1(0x229)](this,arguments),!_0x373eb5[_0x5a40a1(0x1b2)](isBrowserstackInfra)&&await _0x373eb5['QSMhO'](_0x3d4076);};},getCodeceptDriver=()=>{const _0x5f14c6=a1_0x416832,_0x106106={};_0x106106[_0x5f14c6(0x1c0)]='WebDriver',_0x106106['LdzSM']='Playwright',_0x106106[_0x5f14c6(0x289)]='Puppeteer',_0x106106[_0x5f14c6(0x29b)]=_0x5f14c6(0x1dd);const _0x27757e=_0x106106,_0xad4f9=[_0x27757e[_0x5f14c6(0x1c0)],_0x27757e[_0x5f14c6(0x238)],_0x27757e[_0x5f14c6(0x289)],_0x27757e['XrDEv']],_0x428fe9=_0xad4f9[_0x5f14c6(0x1df)](_0x5836b5=>!!CodeceptJS[_0x5f14c6(0x22c)][_0x5f14c6(0x213)](_0x5836b5));if(!_0x428fe9)return null;return CodeceptJS['container'][_0x5f14c6(0x213)](_0x428fe9);};module[a1_0x416832(0x230)]=function(_0x3a31cc){const _0x3c1414=a1_0x416832,_0x3f4e1a={'vLiFe':function(_0x2590aa){return _0x2590aa();},'AWOMu':function(_0x4ad61f,_0x486499){return _0x4ad61f(_0x486499);},'UGIOY':_0x3c1414(0x282),'fxxcS':_0x3c1414(0x216),'CSwPp':'getAccessibilityResults','ahlOZ':_0x3c1414(0x1f2),'TUBED':function(_0x2c8584,_0x215983){return _0x2c8584(_0x215983);},'pgzLk':_0x3c1414(0x1b5),'ySqcq':_0x3c1414(0x18c),'gXxXY':_0x3c1414(0x228),'EmuEo':_0x3c1414(0x1ef),'dkEDW':_0x3c1414(0x209),'PCtxo':function(_0x29f72c,_0x42b5aa,_0x1d9b79){return _0x29f72c(_0x42b5aa,_0x1d9b79);},'gETON':_0x3c1414(0x20e),'wgBtE':function(_0xf3ef4d){return _0xf3ef4d();},'fubKq':_0x3c1414(0x206),'Lhoii':function(_0x51a661){return _0x51a661();},'EXbrq':function(_0x361a89,_0x191332,_0x467dbf,_0x520d3f){return _0x361a89(_0x191332,_0x467dbf,_0x520d3f);},'wvODN':function(_0x5509e9,_0x41dafb){return _0x5509e9===_0x41dafb;},'ZubRo':'Suite','FAZlQ':'test-failed','ZBAjn':_0x3c1414(0x214),'MMcJF':_0x3c1414(0x1ee),'CWXKR':_0x3c1414(0x231),'dpNwI':function(_0x5ebe13,_0xedfab1,_0x1024dd){return _0x5ebe13(_0xedfab1,_0x1024dd);},'yVHVX':function(_0x195ca7){return _0x195ca7();},'NzPvW':_0x3c1414(0x252),'PUsZq':_0x3c1414(0x200),'JctWk':_0x3c1414(0x25f),'fILml':_0x3c1414(0x207),'Bdkrr':_0x3c1414(0x1bb),'zXBOc':_0x3c1414(0x296),'iCtcJ':_0x3c1414(0x26a),'TCNsg':_0x3c1414(0x18f)};_0x3a31cc['skipSessionStatus']&&(global[_0x3c1414(0x193)]=_0x3a31cc[_0x3c1414(0x201)]);PerformanceTester[_0x3c1414(0x297)]();const _0x5508b2=_0x3f4e1a[_0x3c1414(0x286)](getCodeceptDriver),_0x3d4439=new O11yHelper(_0x5508b2,_0x3a31cc),_0x4ad388=!!CodeceptJS[_0x3c1414(0x22c)][_0x3c1414(0x213)](_0x3f4e1a[_0x3c1414(0x1a1)]);global[_0x3c1414(0x1d6)]=_0x5508b2,_0x5508b2&&(PerformanceTester[_0x3c1414(0x29f)](PerformanceEvents[_0x3c1414(0x285)],()=>{const _0x521912=_0x3c1414;_0x4ad388?_0x3f4e1a[_0x521912(0x24f)](patchPlaywrightBefore):_0x3f4e1a['AWOMu'](patchWebDriverBefore,_0x5508b2);})(),PerformanceTester[_0x3c1414(0x29f)](PerformanceEvents[_0x3c1414(0x25d)],()=>{const _0x13ba28=_0x3c1414,_0x253f9b={};_0x253f9b['zZPYV']=_0x3f4e1a[_0x13ba28(0x1fb)],_0x253f9b[_0x13ba28(0x281)]=_0x3f4e1a[_0x13ba28(0x234)],_0x253f9b['kXoSH']=_0x3f4e1a['CSwPp'],_0x253f9b['AFQyW']=_0x3f4e1a[_0x13ba28(0x28a)];const _0x470d77=_0x253f9b;_0x5508b2[_0x13ba28(0x282)]=async()=>{const _0x144d74=_0x13ba28;if(global['accessibilityPlatform']){const _0x383692={};return _0x383692[_0x144d74(0x1f9)]=_0x470d77[_0x144d74(0x21d)],await PerformanceTester[_0x144d74(0x29f)](PerformanceA11yEvents[_0x144d74(0x1e9)],async()=>{const _0x2ff657=_0x144d74;return await AccessibilityHelper[_0x2ff657(0x1a3)](_0x5508b2,scripts[_0x2ff657(0x1fc)]);},_0x383692)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x524be1=_0x144d74;return await AccessibilityHelper[_0x524be1(0x1a3)](_0x5508b2,scripts[_0x524be1(0x265)]);})();}return logger[_0x144d74(0x211)](_0x470d77[_0x144d74(0x281)]),{};},_0x5508b2[_0x13ba28(0x28e)]=async()=>{const _0x5dddb5=_0x13ba28;if(global[_0x5dddb5(0x1aa)]){const _0x2c93aa={};return _0x2c93aa[_0x5dddb5(0x1f9)]=_0x470d77[_0x5dddb5(0x291)],await PerformanceTester[_0x5dddb5(0x29f)](PerformanceA11yEvents[_0x5dddb5(0x1e9)],async()=>{return await AccessibilityHelper['browserStackExecuteDriver'](_0x5508b2,scripts['performScan']);},_0x2c93aa)(),await PerformanceTester[_0x5dddb5(0x29f)](PerformanceA11yEvents[_0x5dddb5(0x219)],async()=>{return await AccessibilityHelper['browserStackExecuteDriver'](_0x5508b2,scripts['getResults']);})();}return logger[_0x5dddb5(0x211)](_0x470d77[_0x5dddb5(0x290)]),{};},_0x3f4e1a[_0x13ba28(0x21e)](patchSaveScreenshot,_0x5508b2);})()),CodeceptJS[_0x3c1414(0x192)][_0x3c1414(0x272)]['on'](CodeceptJS[_0x3c1414(0x192)][_0x3c1414(0x23c)][_0x3c1414(0x1c3)],()=>{const _0x4218f9=_0x3c1414;PerformanceTester['start'](PerformanceEvents[_0x4218f9(0x24b)]);try{_0x3d4439[_0x4218f9(0x1e6)](),testOpsHelper[_0x4218f9(0x255)](),PerformanceTester[_0x4218f9(0x22d)](PerformanceEvents[_0x4218f9(0x24b)]);}catch(_0x2db644){PerformanceTester[_0x4218f9(0x241)](_0x2db644),PerformanceTester[_0x4218f9(0x22d)](PerformanceEvents['SDK_PRE_TEST'],![],_0x2db644);}}),CodeceptJS[_0x3c1414(0x192)][_0x3c1414(0x272)]['on'](CodeceptJS['event']['all'][_0x3c1414(0x28d)],async()=>{const _0x1848d7=_0x3c1414;PerformanceTester[_0x1848d7(0x1e6)](PerformanceEvents[_0x1848d7(0x1eb)]);try{requestSpy[_0x1848d7(0x1f1)](),await _0x3d4439['stop'](),PerformanceTester[_0x1848d7(0x22d)](PerformanceEvents[_0x1848d7(0x1eb)]);}catch(_0xb8e2a2){PerformanceTester[_0x1848d7(0x241)](_0xb8e2a2),PerformanceTester[_0x1848d7(0x22d)](PerformanceEvents[_0x1848d7(0x1eb)],![],_0xb8e2a2);}finally{PerformanceTester[_0x1848d7(0x273)]();}}),CodeceptJS[_0x3c1414(0x192)][_0x3c1414(0x272)]['on'](CodeceptJS[_0x3c1414(0x192)][_0x3c1414(0x245)][_0x3c1414(0x2a0)],_0x2868f8=>{const _0x3505ae=_0x3c1414;PerformanceTester['start'](PerformanceEvents[_0x3505ae(0x25e)]);try{const _0x4a7c4b=_0x2868f8[_0x3505ae(0x23e)][_0x3505ae(0x1e0)],_0xaab789=_0x3d4439[_0x3505ae(0x259)](TEST_EVENTS[_0x3505ae(0x244)],_0x4a7c4b);CodeceptRecorder[_0x3505ae(0x270)](()=>_0x3d4439[_0x3505ae(0x242)](TEST_EVENTS[_0x3505ae(0x244)],_0xaab789));const _0x1e8c02={};_0x1e8c02['hookType']=_0x3f4e1a[_0x3505ae(0x22b)],PerformanceTester[_0x3505ae(0x22d)](PerformanceEvents['SDK_HOOK'],!![],null,_0x1e8c02);}catch(_0x48df8){const _0x265eb0={};_0x265eb0['hookType']=_0x3f4e1a['pgzLk'],PerformanceTester['end'](PerformanceEvents[_0x3505ae(0x25e)],![],_0x48df8,_0x265eb0),PerformanceTester[_0x3505ae(0x241)](_0x48df8);}}),CodeceptJS[_0x3c1414(0x192)]['dispatcher']['on'](CodeceptJS[_0x3c1414(0x192)][_0x3c1414(0x245)][_0x3c1414(0x28c)],_0x142998=>{const _0x2191da=_0x3c1414,_0x664854={};_0x664854[_0x2191da(0x1a0)]=_0x3f4e1a[_0x2191da(0x1b6)],PerformanceTester[_0x2191da(0x1e6)](PerformanceHookEvents[_0x2191da(0x25e)],!![],null,_0x664854);try{const _0x2ef08d=_0x142998[_0x2191da(0x23e)][_0x2191da(0x1e0)],_0x200d2b=_0x3d4439[_0x2191da(0x259)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x2ef08d);CodeceptRecorder[_0x2191da(0x270)](()=>_0x3d4439[_0x2191da(0x242)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x200d2b));const _0x2a70cd={};_0x2a70cd[_0x2191da(0x1a0)]=_0x3f4e1a[_0x2191da(0x1b6)],PerformanceTester['end'](PerformanceHookEvents[_0x2191da(0x25e)],!![],null,_0x2a70cd);}catch(_0x5ed1f7){PerformanceTester[_0x2191da(0x241)](_0x5ed1f7);const _0x5aa916={};_0x5aa916[_0x2191da(0x1a0)]=_0x3f4e1a[_0x2191da(0x1b6)],PerformanceTester[_0x2191da(0x22d)](PerformanceHookEvents[_0x2191da(0x25e)],![],_0x5ed1f7,_0x5aa916);}}),CodeceptJS['event'][_0x3c1414(0x272)]['on'](CodeceptJS[_0x3c1414(0x192)][_0x3c1414(0x245)][_0x3c1414(0x1b3)],async(_0xf203aa,_0x24c670)=>{const _0x294c90=_0x3c1414;PerformanceTester[_0x294c90(0x1e6)](PerformanceHookEvents['SDK_HOOK']);try{const _0x2aad81=_0xf203aa[_0x294c90(0x23e)]['test'],_0x3ee4c5=_0x3d4439[_0x294c90(0x259)](TEST_EVENTS[_0x294c90(0x264)],_0x2aad81,_0x24c670);CodeceptRecorder[_0x294c90(0x270)](()=>_0x3d4439[_0x294c90(0x242)](TEST_EVENTS[_0x294c90(0x264)],_0x3ee4c5));const _0x29f433={};_0x29f433['hookType']=_0x3f4e1a[_0x294c90(0x262)],PerformanceTester[_0x294c90(0x1e6)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x29f433);}catch(_0x18a0f2){PerformanceTester[_0x294c90(0x241)](_0x18a0f2);const _0x58c29d={};_0x58c29d[_0x294c90(0x1a0)]=_0x3f4e1a['gXxXY'],PerformanceTester[_0x294c90(0x22d)](PerformanceHookEvents[_0x294c90(0x25e)],![],_0x18a0f2,_0x58c29d);}const _0x14fad8={};_0x14fad8[_0x294c90(0x1a0)]=_0x3f4e1a[_0x294c90(0x262)],PerformanceTester[_0x294c90(0x22d)](PerformanceHookEvents[_0x294c90(0x25e)],!![],null,_0x14fad8);}),CodeceptJS[_0x3c1414(0x192)][_0x3c1414(0x272)]['on'](CodeceptJS[_0x3c1414(0x192)][_0x3c1414(0x1e0)][_0x3c1414(0x1c3)],_0x1c49f6=>{const _0x4add85=_0x3c1414;PerformanceTester[_0x4add85(0x1e6)](PerformanceHookEvents[_0x4add85(0x25e)]);try{globals['setGlobal'](_0x3f4e1a[_0x4add85(0x1f6)],_0x1c49f6[_0x4add85(0x24a)]);_0x3f4e1a['vLiFe'](isBrowserstackInfra)&&(_0x4ad388&&(global[_0x4add85(0x1f7)]={'currentTest':{'name':_0x1c49f6[_0x4add85(0x24a)],'testInfo':{'titlePath':_0x1c49f6['titlePath']()}}}));const _0x4c6da9={};_0x4c6da9['hookType']=_0x3f4e1a[_0x4add85(0x239)],PerformanceTester[_0x4add85(0x22d)](PerformanceHookEvents[_0x4add85(0x25e)],!![],null,_0x4c6da9);}catch(_0x37362f){PerformanceTester['captureError'](_0x37362f);const _0x234437={};_0x234437[_0x4add85(0x1a0)]=_0x3f4e1a[_0x4add85(0x239)],PerformanceTester[_0x4add85(0x22d)](PerformanceHookEvents[_0x4add85(0x25e)],![],_0x37362f,_0x234437);}}),CodeceptJS[_0x3c1414(0x192)]['dispatcher']['on'](CodeceptJS[_0x3c1414(0x192)][_0x3c1414(0x1e0)][_0x3c1414(0x2a0)],_0x3a3f88=>{const _0x3fd425=_0x3c1414,_0x4b0f0d={'HnEWP':function(_0x54cb9e){const _0x5b058e=a1_0xe1f4;return _0x3f4e1a[_0x5b058e(0x24f)](_0x54cb9e);},'ZZSiO':function(_0xc1e239,_0x400d79){return _0x3f4e1a['TUBED'](_0xc1e239,_0x400d79);},'zRBmP':function(_0x3a9b52,_0x1d4f1c,_0x4a26b0){const _0x5d34ad=a1_0xe1f4;return _0x3f4e1a[_0x5d34ad(0x260)](_0x3a9b52,_0x1d4f1c,_0x4a26b0);},'ZLrsp':function(_0x5e2acc,_0x592102){return _0x3f4e1a['AWOMu'](_0x5e2acc,_0x592102);}};PerformanceTester[_0x3fd425(0x1e6)](PerformanceHookEvents[_0x3fd425(0x25e)]);try{globals['setGlobal'](_0x3f4e1a[_0x3fd425(0x1f6)],_0x3a3f88['title']);const _0x537520=_0x3d4439[_0x3fd425(0x259)](TEST_EVENTS[_0x3fd425(0x294)],_0x3a3f88);CodeceptRecorder['add'](()=>_0x3d4439[_0x3fd425(0x242)](TEST_EVENTS[_0x3fd425(0x294)],_0x537520)),CodeceptRecorder[_0x3fd425(0x270)](async()=>{const _0x4eca69=_0x3fd425;_0x4b0f0d[_0x4eca69(0x263)](isBrowserstackInfra)&&(!_0x4b0f0d['ZZSiO'](isTrue,_0x3a31cc[_0x4eca69(0x226)])&&await _0x4b0f0d[_0x4eca69(0x24d)](markSessionName,_0x5508b2,_0x3a3f88[_0x4eca69(0x24a)]),_0x3d4439['enabled']&&await _0x4b0f0d[_0x4eca69(0x243)](o11ySync,_0x5508b2));});}catch(_0x584da8){const _0x402aed={};_0x402aed[_0x3fd425(0x1a0)]=_0x3f4e1a[_0x3fd425(0x27d)],PerformanceTester[_0x3fd425(0x22d)](PerformanceHookEvents[_0x3fd425(0x25e)],![],_0x584da8,_0x402aed),PerformanceTester[_0x3fd425(0x241)](_0x584da8);}const _0x16a3ac={};_0x16a3ac[_0x3fd425(0x1a0)]=_0x3f4e1a[_0x3fd425(0x27d)],PerformanceTester[_0x3fd425(0x22d)](PerformanceHookEvents[_0x3fd425(0x25e)],!![],null,_0x16a3ac);}),CodeceptJS['event'][_0x3c1414(0x272)]['on'](CodeceptJS['event'][_0x3c1414(0x1e0)]['passed'],_0x4c7a14=>{const _0x33c7b5=_0x3c1414,_0x29e34d={'aggnm':function(_0x318933,_0x40daae,_0x327387){return _0x3f4e1a['PCtxo'](_0x318933,_0x40daae,_0x327387);},'hoUTF':function(_0x474526,_0x4fc73a,_0x1446a8){const _0x15a08e=a1_0xe1f4;return _0x3f4e1a[_0x15a08e(0x260)](_0x474526,_0x4fc73a,_0x1446a8);},'IMyNP':function(_0x1b44d8){return _0x3f4e1a['wgBtE'](_0x1b44d8);}};PerformanceTester[_0x33c7b5(0x1e6)](PerformanceHookEvents['SDK_HOOK']);try{const _0x2164ca=_0x3d4439['captureEvent'](TEST_EVENTS[_0x33c7b5(0x1d9)],_0x4c7a14);CodeceptRecorder[_0x33c7b5(0x270)](()=>_0x3d4439['fireEvent'](TEST_EVENTS[_0x33c7b5(0x1d9)],_0x2164ca)),CodeceptRecorder[_0x33c7b5(0x270)](async()=>{const _0x531715=_0x33c7b5;_0x29e34d[_0x531715(0x267)](isBrowserstackInfra)&&await PerformanceTester[_0x531715(0x29f)](PerformanceAutEvents[_0x531715(0x1bc)],async()=>{const _0x429bcf=_0x531715;_0x4ad388?await _0x29e34d[_0x429bcf(0x248)](playwrightMarkSessionStatus,_0x5508b2,STATE_PASSED):await _0x29e34d[_0x429bcf(0x1de)](markSessionStatus,_0x5508b2,STATE_PASSED);})();}),PerformanceTester[_0x33c7b5(0x22d)](PerformanceEvents[_0x33c7b5(0x268)]);}catch(_0x5a5f47){PerformanceTester[_0x33c7b5(0x241)](_0x5a5f47);const _0x172e25={};_0x172e25[_0x33c7b5(0x1a0)]=_0x3f4e1a['fubKq'],PerformanceTester['end'](PerformanceHookEvents[_0x33c7b5(0x25e)],![],_0x5a5f47,_0x172e25),PerformanceTester[_0x33c7b5(0x22d)](PerformanceEvents['SDK_TEST'],![],_0x5a5f47);}const _0x141761={};_0x141761[_0x33c7b5(0x1a0)]=_0x3f4e1a[_0x33c7b5(0x1b9)],PerformanceTester['end'](PerformanceHookEvents[_0x33c7b5(0x25e)],!![],null,_0x141761);}),CodeceptJS['event'][_0x3c1414(0x272)]['on'](CodeceptJS['event'][_0x3c1414(0x1e0)][_0x3c1414(0x1b3)],(_0xfbbcad,_0x1f82a4)=>{const _0xd28138=_0x3c1414,_0x4f680e={'MylyT':function(_0xa9a62){return _0x3f4e1a['Lhoii'](_0xa9a62);},'HthBM':function(_0x493b36,_0x6d1e13,_0xa2f65b,_0x6c5ec9){const _0x4bdc34=a1_0xe1f4;return _0x3f4e1a[_0x4bdc34(0x20a)](_0x493b36,_0x6d1e13,_0xa2f65b,_0x6c5ec9);}};PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{if(_0x3f4e1a['wvODN'](_0xfbbcad[_0xd28138(0x28b)][_0xd28138(0x269)],_0x3f4e1a[_0xd28138(0x1e1)])){const _0x1fb2f1=_0x3d4439[_0xd28138(0x259)](TEST_EVENTS[_0xd28138(0x25a)],_0xfbbcad[_0xd28138(0x23e)][_0xd28138(0x1ae)]);CodeceptRecorder[_0xd28138(0x270)](()=>_0x3d4439[_0xd28138(0x242)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x1fb2f1));}else{const _0x29b3dd=_0x3d4439[_0xd28138(0x259)](TEST_EVENTS[_0xd28138(0x1d9)],_0xfbbcad,_0x1f82a4);CodeceptRecorder[_0xd28138(0x270)](()=>{const _0x2861a7=_0xd28138;try{_0x3d4439[_0x2861a7(0x242)](TEST_EVENTS[_0x2861a7(0x1d9)],_0x29b3dd);}catch(_0x485a22){logger[_0x2861a7(0x20f)](_0x2861a7(0x190)+util[_0x2861a7(0x1b7)](_0x485a22)),PerformanceTester[_0x2861a7(0x22d)](PerformanceEvents[_0x2861a7(0x268)],![],_0x485a22);}}),CodeceptRecorder[_0xd28138(0x270)](async()=>{const _0xcc5cf=_0xd28138;try{_0x4f680e[_0xcc5cf(0x210)](isBrowserstackInfra)&&(_0x4ad388?await _0x4f680e[_0xcc5cf(0x277)](playwrightMarkSessionStatus,_0x5508b2,STATE_FAILED,_0x1f82a4):await _0x4f680e[_0xcc5cf(0x277)](markSessionStatus,_0x5508b2,STATE_FAILED,_0x1f82a4));}catch(_0x1aea83){logger[_0xcc5cf(0x20f)](_0xcc5cf(0x21b)+util['format'](_0x1aea83)),PerformanceTester['end'](PerformanceEvents[_0xcc5cf(0x268)],![],_0x1aea83);}});}PerformanceTester['end'](PerformanceEvents[_0xd28138(0x268)]);}catch(_0x2d9e37){PerformanceTester[_0xd28138(0x241)](_0x2d9e37);const _0x408769={};_0x408769[_0xd28138(0x1a0)]=_0x3f4e1a['FAZlQ'],PerformanceTester['end'](PerformanceHookEvents[_0xd28138(0x25e)],![],_0x2d9e37,_0x408769),PerformanceTester[_0xd28138(0x22d)](PerformanceEvents['SDK_TEST'],![],_0x2d9e37);}const _0x422b04={};_0x422b04[_0xd28138(0x1a0)]=_0x3f4e1a[_0xd28138(0x204)],PerformanceTester[_0xd28138(0x22d)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x422b04);}),CodeceptJS[_0x3c1414(0x192)][_0x3c1414(0x272)]['on'](CodeceptJS[_0x3c1414(0x192)][_0x3c1414(0x1e0)]['skipped'],_0x38c6ac=>{const _0x53ee10=_0x3c1414;PerformanceTester[_0x53ee10(0x1e6)](PerformanceHookEvents[_0x53ee10(0x25e)]);try{const _0x275739=_0x3d4439[_0x53ee10(0x259)](TEST_EVENTS[_0x53ee10(0x25a)],_0x38c6ac);CodeceptRecorder[_0x53ee10(0x270)](()=>_0x3d4439[_0x53ee10(0x242)](TEST_EVENTS[_0x53ee10(0x25a)],_0x275739)),PerformanceTester[_0x53ee10(0x22d)](PerformanceEvents[_0x53ee10(0x268)]);}catch(_0x42db17){PerformanceTester[_0x53ee10(0x241)](_0x42db17),PerformanceTester[_0x53ee10(0x22d)](PerformanceEvents[_0x53ee10(0x268)],![],_0x42db17);const _0x31d7b6={};_0x31d7b6[_0x53ee10(0x1a0)]=_0x3f4e1a[_0x53ee10(0x1b0)],PerformanceTester['end'](PerformanceHookEvents[_0x53ee10(0x25e)],![],_0x42db17,_0x31d7b6);}const _0x50d291={};_0x50d291['hookType']=_0x3f4e1a['ZBAjn'],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x50d291);}),CodeceptJS[_0x3c1414(0x192)][_0x3c1414(0x272)]['on'](CodeceptJS[_0x3c1414(0x192)][_0x3c1414(0x1e0)]['after'],async(_0x3d515b,_0x34122e)=>{const _0x146e30=_0x3c1414,_0x2dbb5f={};_0x2dbb5f[_0x146e30(0x1d8)]=_0x3f4e1a[_0x146e30(0x1a4)],_0x2dbb5f[_0x146e30(0x246)]=_0x3f4e1a[_0x146e30(0x195)];const _0x115cd3=_0x2dbb5f;try{PerformanceTester['start'](PerformanceHookEvents[_0x146e30(0x25e)]);const _0x13ae6e=_0x3f4e1a['dpNwI'](shouldScanTestForAccessibility,_0x3d515b['titlePath'](),!![]);if(_0x3f4e1a[_0x146e30(0x298)](isAccessibilityAutomationSession)&&global[_0x146e30(0x1aa)]&&_0x13ae6e){const _0x2f4f61={};_0x2f4f61['thTestRunUuid']=_0x3d515b['testAnalyticsId'],_0x2f4f61[_0x146e30(0x1f8)]=process[_0x146e30(0x1ed)][testHubConstants['ENV_VAR'][_0x146e30(0x1d7)]],_0x2f4f61['thJwtToken']=process[_0x146e30(0x1ed)][testHubConstants[_0x146e30(0x1c5)]['BROWSERSTACK_TESTHUB_JWT']];const _0x4e4daf=_0x2f4f61;logger[_0x146e30(0x20f)](_0x146e30(0x1c1)+JSON[_0x146e30(0x220)](_0x4e4daf)),CodeceptRecorder[_0x146e30(0x270)](async()=>{const _0x540457=_0x146e30,_0x110697={};_0x110697[_0x540457(0x1f9)]=_0x115cd3['JdXEB'],await PerformanceTester[_0x540457(0x29f)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{await AccessibilityHelper['browserStackExecuteDriver'](_0x5508b2,scripts['performScan']);},_0x110697)(),globals['getGlobal'](_0x115cd3[_0x540457(0x246)])&&(_0x4e4daf['is_mobile_session']=!![]),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x540457(0x232)],async()=>{const _0x1e412d=_0x540457;await AccessibilityHelper[_0x1e412d(0x1a3)](_0x5508b2,scripts['saveTestResults'],_0x4e4daf);})();}),logger[_0x146e30(0x22a)](_0x3f4e1a[_0x146e30(0x26c)]);}const _0x2151cb={};_0x2151cb['hookType']=_0x3f4e1a[_0x146e30(0x1a9)],PerformanceTester['end'](PerformanceHookEvents[_0x146e30(0x25e)],!![],null,_0x2151cb);}catch(_0x2cecb3){PerformanceTester[_0x146e30(0x241)](_0x2cecb3);const _0x143782={};_0x143782[_0x146e30(0x1a0)]=_0x3f4e1a[_0x146e30(0x1a9)],PerformanceTester[_0x146e30(0x22d)](PerformanceHookEvents[_0x146e30(0x25e)],![],_0x2cecb3,_0x143782);}}),CodeceptJS[_0x3c1414(0x192)]['dispatcher']['on'](CodeceptJS[_0x3c1414(0x192)]['step'][_0x3c1414(0x1f4)],_0x168f8c=>{const _0x237e6d=_0x3c1414;PerformanceTester[_0x237e6d(0x1e6)](PerformanceHookEvents['SDK_HOOK']);try{process['emit'](_0x237e6d(0x19d)+process[_0x237e6d(0x1c8)],{'timestamp':new Date()['toISOString'](),'level':_0x3f4e1a[_0x237e6d(0x1fe)],'message':_0x168f8c,'kind':_0x3f4e1a[_0x237e6d(0x227)],'http_response':{}});}catch(_0x17ddf1){PerformanceTester['captureError'](_0x17ddf1);const _0x1f86e2={};_0x1f86e2['hookType']=_0x3f4e1a[_0x237e6d(0x25c)],PerformanceTester[_0x237e6d(0x22d)](PerformanceHookEvents[_0x237e6d(0x25e)],![],_0x17ddf1,_0x1f86e2);}const _0x3c8950={};_0x3c8950[_0x237e6d(0x1a0)]=_0x3f4e1a[_0x237e6d(0x25c)],PerformanceTester[_0x237e6d(0x22d)](PerformanceHookEvents[_0x237e6d(0x25e)],!![],null,_0x3c8950);}),CodeceptJS[_0x3c1414(0x192)][_0x3c1414(0x272)]['on'](CodeceptJS['event'][_0x3c1414(0x1d1)]['before'],_0x119b84=>{const _0x5b7306=_0x3c1414,_0x1d7c11={};_0x1d7c11[_0x5b7306(0x1a0)]=_0x3f4e1a[_0x5b7306(0x1f5)],PerformanceTester['measureWrapper'](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x522a58=_0x5b7306;_0x3d4439[_0x522a58(0x1e8)](_0x119b84);},_0x1d7c11)();}),CodeceptJS[_0x3c1414(0x192)][_0x3c1414(0x272)]['on'](CodeceptJS[_0x3c1414(0x192)]['bddStep']['after'],_0x522f10=>{const _0x45ebc8=_0x3c1414,_0x2ee7d8={};_0x2ee7d8[_0x45ebc8(0x1a0)]=_0x3f4e1a[_0x45ebc8(0x1ad)],PerformanceTester[_0x45ebc8(0x29f)](PerformanceHookEvents[_0x45ebc8(0x25e)],()=>{const _0x524afa=_0x45ebc8;_0x3d4439[_0x524afa(0x1ac)](_0x522f10);},_0x2ee7d8)();});};
|
|
@@ -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_0x2a9770=a2_0x4328;(function(_0xc6766c,_0x121341){const _0x21e705=a2_0x4328,_0x2bac02=_0xc6766c();while(!![]){try{const _0x18df12=-parseInt(_0x21e705(0x137))/0x1+parseInt(_0x21e705(0x126))/0x2+parseInt(_0x21e705(0x19c))/0x3+-parseInt(_0x21e705(0x121))/0x4+-parseInt(_0x21e705(0x143))/0x5*(parseInt(_0x21e705(0x19a))/0x6)+parseInt(_0x21e705(0x153))/0x7*(parseInt(_0x21e705(0x183))/0x8)+parseInt(_0x21e705(0x15d))/0x9;if(_0x18df12===_0x121341)break;else _0x2bac02['push'](_0x2bac02['shift']());}catch(_0xc85758){_0x2bac02['push'](_0x2bac02['shift']());}}}(a2_0x47b7,0x611b3));function a2_0x4328(_0x321459,_0x51bea3){const _0x47b780=a2_0x47b7();return a2_0x4328=function(_0x43284d,_0x50d4fe){_0x43284d=_0x43284d-0x11f;let _0x129a5f=_0x47b780[_0x43284d];return _0x129a5f;},a2_0x4328(_0x321459,_0x51bea3);}const fs=require('fs'),path=require(a2_0x2a9770(0x13c)),util=require(a2_0x2a9770(0x12e)),process=require(a2_0x2a9770(0x17f)),logger=require(a2_0x2a9770(0x176))[a2_0x2a9770(0x17a)],{default:BrowserStackSetup}=require(a2_0x2a9770(0x169)),helper=require(a2_0x2a9770(0x1a2)),utilities=require(a2_0x2a9770(0x148)),{checkAccessibilityPlatformConfig}=require('../../helpers/accessibility-automation/helper'),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a2_0x2a9770(0x1b1)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x2a9770(0x1a2)),CodeceptJS=requireModule(a2_0x2a9770(0x136),a2_0x2a9770(0x156)),testOpsHelper=require(a2_0x2a9770(0x1a6)),TestHubHandler=require(a2_0x2a9770(0x150)),constants=require('../utils/constants'),PerformanceTester=require(a2_0x2a9770(0x166)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),PerformanceEvents=require('../../helpers/performance/constants')[a2_0x2a9770(0x130)],ClientTroubleShootingService=require(a2_0x2a9770(0x15f)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x8479af,_0x1d1dac)=>{const _0x2b3cde=a2_0x2a9770,_0x8f41c3={};_0x8f41c3[_0x2b3cde(0x1a0)]=function(_0x24bdd3,_0x56149b){return _0x24bdd3===_0x56149b;},_0x8f41c3[_0x2b3cde(0x14a)]=_0x2b3cde(0x168),_0x8f41c3[_0x2b3cde(0x17c)]='codecept.json';const _0x1e2ded=_0x8f41c3;let _0x3e9e57=null;const _0x5f0eed={};let _0xf55da8=_0x1d1dac[_0x2b3cde(0x16e)](_0x3e0448=>_0x3e0448===_0x2b3cde(0x193));_0x1e2ded[_0x2b3cde(0x1a0)](_0xf55da8,-0x1)&&(_0xf55da8=_0x1d1dac[_0x2b3cde(0x16e)](_0x4c19b2=>_0x4c19b2==='-c'));if(!helper[_0x2b3cde(0x161)](_0x8479af[_0x2b3cde(0x177)])&&fs[_0x2b3cde(0x18d)](path['join'](process['cwd'](),_0x8479af[_0x2b3cde(0x177)])))_0x3e9e57=path[_0x2b3cde(0x142)](process[_0x2b3cde(0x1b4)](),_0x8479af[_0x2b3cde(0x177)]),_0x1d1dac[_0x2b3cde(0x171)](_0xf55da8,0x2);else{if(!helper['isUndefined'](_0x8479af['c'])&&fs[_0x2b3cde(0x18d)](path[_0x2b3cde(0x142)](process[_0x2b3cde(0x1b4)](),_0x8479af['c'])))_0x3e9e57=path[_0x2b3cde(0x142)](process[_0x2b3cde(0x1b4)](),_0x8479af['c']),_0x1d1dac[_0x2b3cde(0x171)](_0xf55da8,0x2);else{if(fs[_0x2b3cde(0x18d)](path[_0x2b3cde(0x142)](process[_0x2b3cde(0x1b4)](),_0x1e2ded['ebEHZ'])))_0x3e9e57=path[_0x2b3cde(0x142)](process[_0x2b3cde(0x1b4)](),_0x1e2ded[_0x2b3cde(0x14a)]);else fs['existsSync'](path['join'](process['cwd'](),_0x1e2ded[_0x2b3cde(0x17c)]))&&(_0x3e9e57=path[_0x2b3cde(0x142)](process[_0x2b3cde(0x1b4)](),_0x1e2ded[_0x2b3cde(0x17c)]));}}return process[_0x2b3cde(0x11f)][_0x2b3cde(0x12a)]=_0x3e9e57,_0x3e9e57;},getO11yRerunPattern=()=>{const _0x138d6c=a2_0x2a9770,_0x2cbf24=helper[_0x138d6c(0x122)](process['env'][_0x138d6c(0x170)]);if(_0x2cbf24){const _0x15a901=process[_0x138d6c(0x11f)][_0x138d6c(0x17b)],_0x22d5a6=[];if(helper[_0x138d6c(0x1b0)](_0x15a901)&&!helper[_0x138d6c(0x161)](_0x15a901)){_0x15a901['split'](',')[_0x138d6c(0x19d)](_0x2478ee=>{const _0x4468d7=_0x138d6c;_0x22d5a6[_0x4468d7(0x191)]('('+_0x2478ee[_0x4468d7(0x141)]()+')');});const _0x5d11d5='^'+_0x22d5a6[_0x138d6c(0x142)]('|')+'$';return _0x5d11d5;}}return null;},a2_0x3be559={};a2_0x3be559[a2_0x2a9770(0x190)]=a2_0x2a9770(0x184),a2_0x3be559[a2_0x2a9770(0x125)]='chromium',a2_0x3be559['playwright-firefox']=a2_0x2a9770(0x18c),a2_0x3be559[a2_0x2a9770(0x14b)]=a2_0x2a9770(0x1a4);const pwToCodeceptBrowser=a2_0x3be559;function a2_0x47b7(){const _0x2997c8=['../../bin/playwright/accessibility-helper','event','browserName','cwd','env','CODECEPT','1559924bUusqb','isTrue','JnoVY','validPlatformsPresent','playwright-chromium','640592UNWhdu','FRAMEWORKS','CODECEPT_CUCUMBER','addTests','USER_CONFIG_DETAILS_PATH','root','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','forEach','util','printBuildLink','EVENTS','BROWSERSTACK_TEST_OBSERVABILITY_YML','axkXF','launchBuild','now','end','codeceptjs/lib/index.js','701914xLWhSN','browserStackCwd','MvcIC','plugins','ZBTUf','path','isTestObservabilitySession','opZVm','5|3|1|0|4|2','GgGVF','trim','join','515FRUoAb','user','title','Passed\x20:\x20','dirname','../../helpers/utilities','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','ebEHZ','playwright-webkit','qTABL','addConfig','WebDriver','info','../../helpers/testhub/testhubHandler','getPlaywrightUrl','result','4057774MpnyyR','browserWSEndpoint','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','codeceptjs','log','SDK_SETUP','printResults','HcMpi','before','BmNRg','4943943IWrweI','replace','../utils/clientTroubleshootingService','addOptions','isUndefined','handleApp','helpers','test','yORUc','../../helpers/performance/performance-tester','accessibility','codecept.conf.js','../../helpers/BrowserStackSetup','bootstrapAll','testConfig','KTtVU','parallelsPerPlatform','findIndex','skipSessionStatus','BROWSERSTACK_RERUN','slice','prepareCapabilities','exports','gherkin','finalExecution','../../helpers/logger','config','Nfzwl','userName','winstonLogger','BROWSERSTACK_RERUN_TESTS','cKDVf','xwQwv','toLowerCase','process','QEMDj','stringify','dFHIv','8gUjRvU','chromium','NGfuy','getUserWorkerCount','Workers','platforms','browser','Nzgiz','require','firefox','existsSync','BROWSERSTACK_TEST_ACCESSIBILITY_YML','assign','chrome','push','load','--config','testContextOptions','host','profile','all','enabled','BrowserStackPlugin','35322FPvADB','chdir','1940094WonjbJ','map','desiredCapabilities','testObservability','fUped','split','../../helpers/helper','SDK_CLEANUP','webkit','Pkwgm','../../helpers/test-observability/utils','tkcaa','EAXnE','frameworkName','passed','skipSessionName','bEsYg','stop','failed','DUbeB','validateRerunTestList'];a2_0x47b7=function(){return _0x2997c8;};return a2_0x47b7();}async function run(_0x3762b8,_0x1927d5,_0x2f1c31){const _0x1080b4=a2_0x2a9770,_0x5459ad={'BmNRg':function(_0x4efd03,_0x32b95a,_0x25dbd4,_0x367c63){return _0x4efd03(_0x32b95a,_0x25dbd4,_0x367c63);},'sZQpL':function(_0x4f89c6,_0x55dcfd){return _0x4f89c6+_0x55dcfd;},'Pkwgm':function(_0x567619,_0x593da6){return _0x567619(_0x593da6);},'NGfuy':function(_0x5d1545,_0x20462b){return _0x5d1545+_0x20462b;},'MvcIC':function(_0x1dc8fb,_0x5ea04d,_0x2b471){return _0x1dc8fb(_0x5ea04d,_0x2b471);},'Nfzwl':_0x1080b4(0x163),'QEMDj':function(_0xa54f7a){return _0xa54f7a();},'KTtVU':'/wd/hub','axkXF':'Failed\x20:\x20','gPQwg':_0x1080b4(0x146),'opZVm':'Started\x20:\x20','JxSYx':_0x1080b4(0x13f),'Nzgiz':function(_0x1d6b7a,_0x55e429,_0x3da4b3){return _0x1d6b7a(_0x55e429,_0x3da4b3);},'EAXnE':_0x1080b4(0x12c),'yORUc':'Playwright','JnoVY':_0x1080b4(0x14e),'xwQwv':function(_0x5ba149,_0x45dbdc){return _0x5ba149!=_0x45dbdc;},'qTABL':function(_0x551def,_0x3c0b29){return _0x551def===_0x3c0b29;},'HcMpi':_0x1080b4(0x174),'tkcaa':function(_0x1ff4f6,_0x18200d){return _0x1ff4f6*_0x18200d;},'ZBTUf':function(_0xec660c,_0x4b4e3a,_0x57810d){return _0xec660c(_0x4b4e3a,_0x57810d);},'dFHIv':_0x1080b4(0x189),'bEsYg':_0x1080b4(0x19e),'qXAYd':_0x1080b4(0x12b),'DUbeB':'BrowserStackPlugin.js','GgGVF':_0x1080b4(0x138),'CnArd':function(_0x368b9f){return _0x368b9f();}};await _0x2f1c31['initialize'](_0x3762b8),await helper[_0x1080b4(0x162)](_0x2f1c31[_0x1080b4(0x177)]);if(!_0x2f1c31['config'])return;process[_0x1080b4(0x196)]=_0x3762b8[_0x1080b4(0x196)];_0x3762b8[_0x1080b4(0x196)]&&(process[_0x1080b4(0x11f)][_0x1080b4(0x196)]=_0x3762b8[_0x1080b4(0x196)]);const _0x1ab425=_0x5459ad['Nzgiz'](getUserCodeceptJSConfigs,_0x3762b8,_0x1927d5);let _0x5e5d1b={};_0x1ab425?(logger[_0x1080b4(0x14f)](_0x1080b4(0x155)+_0x1ab425),_0x5e5d1b=CodeceptJS[_0x1080b4(0x177)][_0x1080b4(0x192)](_0x1ab425)):logger[_0x1080b4(0x14f)](_0x5459ad[_0x1080b4(0x1a8)]);let _0x32ab97=![];_0x5459ad[_0x1080b4(0x139)](nestedKeyValue,_0x5e5d1b,[_0x5459ad[_0x1080b4(0x178)],_0x5459ad[_0x1080b4(0x165)]])&&(_0x32ab97=!![]);const _0x217741=_0x32ab97?_0x5459ad['yORUc']:_0x5459ad[_0x1080b4(0x123)];let _0x351e5a=!_0x32ab97?helper['useW3C'](_0x2f1c31[_0x1080b4(0x177)]):![];!helper[_0x1080b4(0x161)](_0x2f1c31[_0x1080b4(0x177)]['accessibilityOptions'])&&(process['env'][_0x1080b4(0x149)]=JSON[_0x1080b4(0x181)](_0x2f1c31[_0x1080b4(0x177)]['accessibilityOptions']));let _0xe6b256=_0x2f1c31[_0x1080b4(0x177)][_0x1080b4(0x167)];_0xe6b256=_0xe6b256||_0x5459ad['Pkwgm'](checkAccessibilityPlatformConfig,_0x2f1c31[_0x1080b4(0x177)]),process[_0x1080b4(0x11f)][_0x1080b4(0x18e)]=_0xe6b256;_0xe6b256&&(_0x351e5a=!_0xe6b256);_0x5459ad[_0x1080b4(0x17d)](_0x2f1c31[_0x1080b4(0x177)][_0x1080b4(0x19f)],null)?process[_0x1080b4(0x11f)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x2f1c31[_0x1080b4(0x177)]['testObservability']:process[_0x1080b4(0x11f)][_0x1080b4(0x131)]=_0x5459ad[_0x1080b4(0x14c)](_0x217741,_0x5459ad[_0x1080b4(0x165)]);const _0xec9eda=_0x5459ad[_0x1080b4(0x18a)](nestedKeyValue,_0x5e5d1b,[_0x5459ad[_0x1080b4(0x15a)]]),_0x3cd6ce=_0xec9eda&&!helper['isEmpty'](_0xec9eda)?FRAMEWORKS[_0x1080b4(0x128)]:FRAMEWORKS[_0x1080b4(0x120)],_0x26865e=await TestHubHandler[_0x1080b4(0x133)](_0x3cd6ce,_0x2f1c31);_0xe6b256&&_0x5459ad[_0x1080b4(0x1a5)](setAccessibilityCapabilities,_0x2f1c31[_0x1080b4(0x177)]);const _0x24df6a={},_0x4fa9a6=[],_0x32c9e1=_0x2f1c31[_0x1080b4(0x177)][_0x1080b4(0x16d)]||helper[_0x1080b4(0x186)](_0x3762b8,_0x1927d5,_0x2f1c31[_0x1080b4(0x177)],constants[_0x1080b4(0x127)]['CODECEPT'])||0x1;let _0x15f3c3=0x1;if(_0x5459ad[_0x1080b4(0x180)](isBrowserstackInfra)){const _0x529a99=helper[_0x1080b4(0x172)](_0x2f1c31['config'],_0x351e5a,constants[_0x1080b4(0x127)][_0x1080b4(0x120)]);_0x529a99['forEach'](_0xc2fa4f=>{helper['setAdditionalCapabilities'](_0xc2fa4f);}),helper[_0x1080b4(0x124)](_0x2f1c31['config'])?_0x15f3c3=_0x5459ad[_0x1080b4(0x1a7)](_0x32c9e1,_0x2f1c31['config'][_0x1080b4(0x188)]['length']):_0x15f3c3=_0x32c9e1,_0x529a99[_0x1080b4(0x12d)](_0x6a8893=>{const _0xfa3fd5=_0x1080b4,_0x3d7ca6=_0x5459ad[_0xfa3fd5(0x185)](helper['getPlatformName'](_0x6a8893,'_'),'_'+Date[_0xfa3fd5(0x134)]()),_0x21b916=((()=>{const _0x362e1f=_0xfa3fd5;if(_0x32ab97){const _0x4ab2ca=pwToCodeceptBrowser[_0x6a8893[_0x362e1f(0x1b3)]]||_0x6a8893[_0x362e1f(0x1b3)],_0x356f12=helper[_0x362e1f(0x151)](_0x2f1c31[_0x362e1f(0x177)]),_0x435cfb=Object['assign']({},_0x6a8893);return _0x5459ad[_0x362e1f(0x15c)](processAccessibilityCaps,_0x435cfb,_0x356f12,null),{'browser':_0x4ab2ca,[_0x4ab2ca]:{'browserWSEndpoint':_0x5459ad['sZQpL'](_0x356f12,_0x5459ad['Pkwgm'](encodeURIComponent,JSON[_0x362e1f(0x181)](_0x435cfb)))}};}const _0x14cde5={};return _0x14cde5['desiredCapabilities']=_0x6a8893,_0x14cde5[_0x362e1f(0x144)]=_0x2f1c31[_0x362e1f(0x177)][_0x362e1f(0x179)],_0x14cde5['key']=_0x2f1c31[_0x362e1f(0x177)]['accessKey'],_0x14cde5;})()),_0x41b64c=_0x5459ad['MvcIC'](nestedKeyValue,_0x5e5d1b,[_0x5459ad[_0xfa3fd5(0x178)],_0x217741]);_0x24df6a[_0x3d7ca6]=_0x41b64c?helper['mergeDeep'](_0x21b916,_0x41b64c):_0x21b916;if(_0x32ab97)_0x24df6a[_0x3d7ca6][_0xfa3fd5(0x189)]=pwToCodeceptBrowser[_0x6a8893[_0xfa3fd5(0x1b3)]]||_0x6a8893[_0xfa3fd5(0x1b3)];else{_0x24df6a[_0x3d7ca6][_0xfa3fd5(0x189)]=_0x6a8893[_0xfa3fd5(0x1b3)]||_0x21b916[_0xfa3fd5(0x189)];if(_0x5459ad['QEMDj'](isBrowserstackInfra)){_0x24df6a[_0x3d7ca6][_0xfa3fd5(0x195)]=constants['hubUrl'][_0xfa3fd5(0x15e)](_0x5459ad[_0xfa3fd5(0x16c)],'')[_0xfa3fd5(0x15e)](/https?:\/\//,'');;_0x24df6a[_0x3d7ca6][_0xfa3fd5(0x13c)]=_0x5459ad[_0xfa3fd5(0x16c)];}}_0x4fa9a6[_0xfa3fd5(0x191)](_0x3d7ca6);});}else{_0x15f3c3=0x1;if(_0x32ab97){const _0x1e4034=_0x5459ad['ZBTUf'](nestedKeyValue,_0x5e5d1b,[_0x5459ad[_0x1080b4(0x178)],_0x217741,_0x5459ad[_0x1080b4(0x182)]]),_0x50ad13=_0x5459ad[_0x1080b4(0x13b)](nestedKeyValue,_0x5e5d1b,[_0x5459ad[_0x1080b4(0x178)],_0x217741,_0x1e4034]);if(_0x50ad13&&_0x50ad13[_0x1080b4(0x154)]){const _0x56ea30={};_0x56ea30[_0x1080b4(0x188)]=[],_0x50ad13[_0x1080b4(0x154)]=helper[_0x1080b4(0x172)](Object[_0x1080b4(0x18f)]({},_0x2f1c31[_0x1080b4(0x177)],_0x56ea30),null,_0x3cd6ce[_0x1080b4(0x17e)](),null,null,_0x50ad13[_0x1080b4(0x154)]);}}else{const _0x249404={};_0x249404[_0x1080b4(0x188)]=[],_0x5e5d1b[_0x5459ad['Nfzwl']][_0x217741][_0x5459ad[_0x1080b4(0x1ac)]]=helper[_0x1080b4(0x172)](Object[_0x1080b4(0x18f)]({},_0x2f1c31[_0x1080b4(0x177)],_0x249404),null,_0x3cd6ce[_0x1080b4(0x17e)](),_0x5459ad['ZBTUf'](nestedKeyValue,_0x5e5d1b,[_0x5459ad[_0x1080b4(0x178)],_0x217741,_0x5459ad[_0x1080b4(0x1ac)]])||{},null,null);}_0x24df6a[_0x5459ad['qXAYd']]=_0x5e5d1b,_0x4fa9a6[_0x1080b4(0x191)](_0x5459ad['qXAYd']);}const _0x56e647={};_0x56e647[_0x1080b4(0x16b)]=_0x1ab425;const _0xae0675=_0x56e647,_0x23a5d6=path[_0x1080b4(0x142)](__dirname,_0x5459ad[_0x1080b4(0x1af)]),_0x5b9575=process['cwd']();process[_0x1080b4(0x11f)][_0x5459ad[_0x1080b4(0x140)]]=_0x5b9575,process[_0x1080b4(0x19b)](path[_0x1080b4(0x147)](_0x1ab425));const _0x29143f=new CodeceptJS[(_0x1080b4(0x187))](null,_0xae0675),_0x36392b=_0x29143f['createGroupsOfSuites'](_0x32c9e1),_0x2fef46=testOpsHelper[_0x1080b4(0x13d)](),_0x31027d=_0x4fa9a6['map'](_0x4d3139=>{const _0x1d7544=_0x1080b4,_0x3410ef={};_0x3410ef['Playwright']=_0x24df6a[_0x4d3139];const _0x2af6e7={};_0x2af6e7['WebDriver']=_0x24df6a[_0x4d3139];const _0x1c15b8=_0x32ab97?_0x3410ef:_0x2af6e7,_0x2bd8f4=_0x5459ad[_0x1d7544(0x180)](getO11yRerunPattern),_0x2ab78d={};_0x2ab78d[_0x1d7544(0x163)]=_0x1c15b8;const _0x3fe1f9={};_0x3fe1f9[_0x1d7544(0x18b)]=_0x23a5d6,_0x3fe1f9[_0x1d7544(0x198)]=!![],_0x3fe1f9[_0x1d7544(0x1ab)]=_0x2f1c31[_0x1d7544(0x177)]['testContextOptions'][_0x1d7544(0x1ab)],_0x3fe1f9['skipSessionStatus']=_0x2f1c31['config'][_0x1d7544(0x194)][_0x1d7544(0x16f)],_0x3fe1f9[_0x1d7544(0x19f)]=_0x2fef46,_0x3fe1f9[_0x1d7544(0x1a9)]=_0x3cd6ce;const _0x24456e={};_0x24456e[_0x1d7544(0x199)]=_0x3fe1f9;const _0x33ccbf={};return _0x33ccbf[_0x1d7544(0x13a)]=_0x24456e,helper['mergeDeep']({},_0x5e5d1b,_0x5459ad['QEMDj'](isBrowserstackInfra)?_0x2ab78d:{},_0x2bd8f4?{'grep':_0x2bd8f4}:{},_0x33ccbf);});for(const _0x5e6742 of _0x31027d){for(const _0x518222 of _0x36392b){const _0x5b4668=_0x29143f['spawn']();_0x5b4668[_0x1080b4(0x129)](_0x518222),_0x5b4668[_0x1080b4(0x14d)](_0x5e6742);const _0x225493={};_0x225493[_0x1080b4(0x177)]=_0x1ab425,_0x5b4668[_0x1080b4(0x160)](Object[_0x1080b4(0x18f)](_0x225493,_0x3762b8));}}_0x29143f['on'](CodeceptJS[_0x1080b4(0x1b2)][_0x1080b4(0x164)][_0x1080b4(0x1ae)],(_0x409eaa,_0x416b5c)=>{const _0x247cec=_0x1080b4;console[_0x247cec(0x157)](_0x5459ad[_0x247cec(0x132)],_0x409eaa['title']);const _0x16156f={[_0x409eaa[_0x247cec(0x145)]]:_0x409eaa['err']['stack']};_testErrorData[_0x247cec(0x191)](_0x16156f);}),_0x29143f['on'](CodeceptJS[_0x1080b4(0x1b2)][_0x1080b4(0x164)][_0x1080b4(0x1aa)],async _0x35ae44=>{const _0x4e2cae=_0x1080b4;console['log'](_0x5459ad['gPQwg'],_0x35ae44[_0x4e2cae(0x145)]);}),_0x29143f['on'](CodeceptJS[_0x1080b4(0x1b2)]['test'][_0x1080b4(0x15b)],async _0x117895=>{const _0x103af0=_0x1080b4;console[_0x103af0(0x157)](_0x5459ad[_0x103af0(0x13e)],_0x117895[_0x103af0(0x145)]);}),_0x29143f['on'](CodeceptJS[_0x1080b4(0x1b2)][_0x1080b4(0x197)][_0x1080b4(0x152)],async()=>{const _0x3833dc=_0x1080b4,_0x4f5d0a=_0x5459ad['JxSYx'][_0x3833dc(0x1a1)]('|');let _0x5f35e9=0x0;while(!![]){switch(_0x4f5d0a[_0x5f35e9++]){case'0':utilities[_0x3833dc(0x175)](_0x2f1c31);continue;case'1':testOpsHelper[_0x3833dc(0x12f)]();continue;case'2':_0x29143f[_0x3833dc(0x159)]();continue;case'3':_0x2f1c31['errorMessage']=_testErrorData;continue;case'4':try{await TestHubHandler[_0x3833dc(0x1ad)]();}catch(_0x4dab13){logger['debug']('Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20'+util['format'](_0x4dab13));}continue;case'5':PerformanceTester['start'](PerformanceEvents[_0x3833dc(0x1a3)]);continue;}break;}});async function _0x52136e(){const _0x56e3d1=_0x1080b4;try{await _0x29143f[_0x56e3d1(0x16a)](),await _0x29143f['run']();}finally{process[_0x56e3d1(0x19b)](_0x5b9575),await _0x29143f['teardownAll']();}}PerformanceTester[_0x1080b4(0x135)](PerformanceEvents[_0x1080b4(0x158)]),await _0x5459ad['CnArd'](_0x52136e);}module[a2_0x2a9770(0x173)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a3_0x2c5a1a=a3_0x1260;(function(_0x18d82f,_0x4599ec){const _0x5ac345=a3_0x1260,_0x29501f=_0x18d82f();while(!![]){try{const _0x48371f=parseInt(_0x5ac345(0x20e))/0x1*(-parseInt(_0x5ac345(0x1d7))/0x2)+-parseInt(_0x5ac345(0x1dd))/0x3*(parseInt(_0x5ac345(0x1e9))/0x4)+-parseInt(_0x5ac345(0x20d))/0x5*(parseInt(_0x5ac345(0x1de))/0x6)+-parseInt(_0x5ac345(0x1c6))/0x7+parseInt(_0x5ac345(0x1fd))/0x8*(-parseInt(_0x5ac345(0x1c5))/0x9)+parseInt(_0x5ac345(0x1ed))/0xa*(-parseInt(_0x5ac345(0x1e2))/0xb)+parseInt(_0x5ac345(0x1d5))/0xc;if(_0x48371f===_0x4599ec)break;else _0x29501f['push'](_0x29501f['shift']());}catch(_0xb68d5){_0x29501f['push'](_0x29501f['shift']());}}}(a3_0x2cab,0xa73a6));const {isUndefined,nestedKeyValue}=require(a3_0x2c5a1a(0x1c9)),logger=require(a3_0x2c5a1a(0x1d4))[a3_0x2c5a1a(0x1ec)],PlaywrightSessionDetails=require(a3_0x2c5a1a(0x1f1)),{isAccessibilityAutomationSession}=require(a3_0x2c5a1a(0x1dc)),{getObservabilityLinkedProductName}=require(a3_0x2c5a1a(0x1e8)),accessibilityHelper=require('../../helpers/accessibility-automation/helper'),{isBrowserstackInfra}=require(a3_0x2c5a1a(0x1c9)),getOSVersionFromCaps=_0x4040b4=>{const _0x294485=a3_0x2c5a1a,_0x253746={};_0x253746[_0x294485(0x1f3)]=_0x294485(0x1be),_0x253746[_0x294485(0x203)]='platformVersion',_0x253746[_0x294485(0x1f4)]=_0x294485(0x1d6),_0x253746[_0x294485(0x204)]='osVersion',_0x253746[_0x294485(0x1cc)]=_0x294485(0x1e1);const _0x287846=_0x253746;if(!_0x4040b4)return null;const _0xa9e967=_0x4040b4[_0x287846['EWyrx']],_0x3b3ce5=[_0x287846['YIOuc'],_0x287846[_0x294485(0x1f4)],_0x287846[_0x294485(0x204)],_0x287846[_0x294485(0x1cc)]];for(const _0x363472 of _0x3b3ce5){if(_0xa9e967&&_0xa9e967[_0x363472])return _0xa9e967[_0x363472];else{if(_0x4040b4[_0x363472])return _0x4040b4[_0x363472];}}return null;};exports['fetchPlatformDetails']=_0x59d464=>{const _0x3ab20b=a3_0x2c5a1a,_0x31314a={'gwogA':_0x3ab20b(0x1ef),'AkOxL':function(_0x4cace8,_0x260ab8){return _0x4cace8===_0x260ab8;},'UlIIm':'WebDriver','bBaFO':function(_0x69319e,_0x76438e){return _0x69319e(_0x76438e);},'MUYtE':function(_0x1185ba,_0x387746,_0x20f55a){return _0x1185ba(_0x387746,_0x20f55a);},'eFtPF':_0x3ab20b(0x1c3),'IXcBw':_0x3ab20b(0x206),'xdHvY':function(_0xa1135a,_0x4fc9d4){return _0xa1135a(_0x4fc9d4);},'SswiV':function(_0x573bd0,_0x1e2b7f){return _0x573bd0===_0x1e2b7f;},'KQkbA':_0x3ab20b(0x1e3),'PUrZK':function(_0x525b9a,_0x14f26f,_0x37ae61){return _0x525b9a(_0x14f26f,_0x37ae61);},'IiWNy':_0x3ab20b(0x1e5),'kbeZg':_0x3ab20b(0x1f5),'SHFas':_0x3ab20b(0x1f8),'ieKMt':function(_0x28382f,_0x123c24){return _0x28382f(_0x123c24);}};if(!_0x59d464)return null;let _0x178f8a=global[_0x3ab20b(0x1cb)]||_0x31314a[_0x3ab20b(0x1da)];if(_0x31314a[_0x3ab20b(0x1fc)](_0x59d464[_0x3ab20b(0x1f2)]['name'],_0x31314a[_0x3ab20b(0x20a)])){const _0x31b547=_0x59d464[_0x3ab20b(0x1e5)];if(!_0x31b547)return null;const _0x52ba84=_0x31b547[_0x3ab20b(0x1c8)],_0x2da33d=_0x31314a[_0x3ab20b(0x1d8)](getOSVersionFromCaps,_0x31314a[_0x3ab20b(0x207)](nestedKeyValue,_0x59d464,[_0x31314a[_0x3ab20b(0x1ff)],_0x31314a['IXcBw']]));return{[_0x178f8a]:{'browser':_0x52ba84['browserName'],'browser_version':_0x52ba84[_0x3ab20b(0x202)],'capabilities':_0x52ba84,'platform':_0x52ba84[_0x3ab20b(0x1ce)],'platform_version':_0x52ba84[_0x3ab20b(0x1cd)]||_0x2da33d,'product':_0x31314a[_0x3ab20b(0x1d1)](getObservabilityLinkedProductName,_0x52ba84),'session_id':_0x31b547['sessionId']}};}else{if(_0x31314a['SswiV'](_0x59d464['constructor'][_0x3ab20b(0x1e6)],_0x31314a[_0x3ab20b(0x1f6)])){const _0x57567a=PlaywrightSessionDetails[_0x3ab20b(0x1c7)]();_0x178f8a=_0x57567a[_0x3ab20b(0x1f0)]||_0x178f8a;const _0x207d7a=_0x31314a['PUrZK'](nestedKeyValue,_0x59d464,[_0x31314a[_0x3ab20b(0x1ff)],_0x31314a[_0x3ab20b(0x1ee)],_0x31314a[_0x3ab20b(0x1bf)]]),_0x5281a6=_0x207d7a?JSON['parse'](new URL(_0x207d7a)['searchParams'][_0x3ab20b(0x1fa)](_0x31314a['SHFas'])):{};return{[_0x178f8a]:{'browser':_0x57567a[_0x3ab20b(0x1e5)]||_0x5281a6[_0x3ab20b(0x1c4)],'browser_version':_0x57567a[_0x3ab20b(0x1fe)]||_0x5281a6[_0x3ab20b(0x1fe)],'capabilities':_0x5281a6,'platform':_0x57567a[_0x3ab20b(0x1e7)],'platform_version':_0x57567a[_0x3ab20b(0x1d6)],'product':_0x31314a[_0x3ab20b(0x1d2)](getObservabilityLinkedProductName,_0x5281a6),'session_id':_0x57567a[_0x3ab20b(0x1e4)]}};}}},exports[a3_0x2c5a1a(0x1c1)]=_0xea2f5d=>{const _0x51479c=a3_0x2c5a1a,_0x475208={'UiaeM':function(_0x5cab26){return _0x5cab26();},'TqqRI':_0x51479c(0x1c0),'wCsRs':function(_0x1f2896,_0x45c3a9){return _0x1f2896!==_0x45c3a9;},'LZRsm':'latest','uvyms':_0x51479c(0x1df),'ToRFS':function(_0xdde470,_0x27e46c){return _0xdde470(_0x27e46c);},'adCGF':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.'};if(_0x475208[_0x51479c(0x200)](isAccessibilityAutomationSession)){const _0x88e12f=_0xea2f5d[_0x51479c(0x1e5)],_0x55c5c1=_0x88e12f['capabilities'];global[_0x51479c(0x1bc)]=!![];!accessibilityHelper['isBrowserSupportedForAccessibility'](_0x55c5c1[_0x51479c(0x1c4)])&&(logger[_0x51479c(0x1eb)](_0x475208[_0x51479c(0x1db)]),global[_0x51479c(0x1bc)]=![]);if(_0x475208[_0x51479c(0x1f7)](_0x55c5c1[_0x51479c(0x202)],_0x475208[_0x51479c(0x208)])){const _0x395ea6=_0x475208[_0x51479c(0x200)](isBrowserstackInfra),_0x1f52e7=accessibilityHelper[_0x51479c(0x1ca)](_0x55c5c1[_0x51479c(0x1c4)],_0x395ea6),_0x32c392=accessibilityHelper['getBrowserDisplayName'](_0x55c5c1[_0x51479c(0x1c4)]);if(!accessibilityHelper['isVersionSupported'](_0x55c5c1[_0x51479c(0x202)],_0x1f52e7)){const _0x518045=_0x395ea6?'':_0x475208[_0x51479c(0x1ea)];logger[_0x51479c(0x1eb)](_0x51479c(0x1bd)+_0x32c392+_0x51479c(0x1f9)+_0x1f52e7+_0x51479c(0x1d0)+_0x518045+'.'),global['accessibilityPlatform']=![];}}!_0x475208[_0x51479c(0x1d3)](isUndefined,_0x55c5c1[_0x51479c(0x1fb)])&&(logger[_0x51479c(0x1eb)](_0x475208[_0x51479c(0x201)]),global[_0x51479c(0x1bc)]=![]);}},exports[a3_0x2c5a1a(0x1c2)]=_0x2bee38=>{const _0x457799=a3_0x2c5a1a,_0x5eddd1={};_0x5eddd1[_0x457799(0x1e0)]=function(_0x1d29ce,_0x4ff21d){return _0x1d29ce!==_0x4ff21d;},_0x5eddd1[_0x457799(0x20b)]=_0x457799(0x209),_0x5eddd1[_0x457799(0x1cf)]='browserstack_executor',_0x5eddd1[_0x457799(0x1d9)]=_0x457799(0x205);const _0xd9aa3c=_0x5eddd1;if(!_0x2bee38)return![];else{if(_0xd9aa3c[_0x457799(0x1e0)](typeof _0x2bee38,_0xd9aa3c['pNuXC']))return!![];}return!_0x2bee38[_0x457799(0x20c)](_0xd9aa3c[_0x457799(0x1cf)])&&!_0x2bee38[_0x457799(0x20c)](_0xd9aa3c['JLhkH']);};function a3_0x1260(_0x34e4c9,_0x5a9eb7){const _0x2cab99=a3_0x2cab();return a3_0x1260=function(_0x1260c5,_0x23a657){_0x1260c5=_0x1260c5-0x1bc;let _0x4223d6=_0x2cab99[_0x1260c5];return _0x4223d6;},a3_0x1260(_0x34e4c9,_0x5a9eb7);}function a3_0x2cab(){const _0x19dff8=['uvyms','warn','winstonLogger','2067740SbrWDn','IiWNy','unknown_grid','cloudProvider','../../bin/playwright/sessionDetails','constructor','EWyrx','QkAux','browserWSEndpoint','KQkbA','wCsRs','caps','\x20browser\x20version\x20','get','deviceName','AkOxL','8gpZXgV','browser_version','eFtPF','UiaeM','adCGF','browserVersion','YIOuc','onKSu','browserstack_accessibility_automation_script','desiredCapabilities','MUYtE','LZRsm','string','UlIIm','pNuXC','includes','485mtepQI','47fLKGFi','accessibilityPlatform','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','bstack:options','kbeZg','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','processWebDriverConfig','shouldPatchExecuteScript','config','browserName','58419FLcQgt','1693587OlwedJ','getDetails','capabilities','../../helpers/helper','getMinVersionForBrowser','__cloud_provider___','yIzwJ','platformVersion','platformName','kAuLd','\x20or\x20higher\x20','xdHvY','ieKMt','ToRFS','../../helpers/logger','39401844OxiyDz','platform_version','27770MIpJxS','bBaFO','JLhkH','gwogA','TqqRI','../../helpers/accessibility-automation/helper','15963IsrvkK','44202YBKLBX','on\x20non-BrowserStack\x20infrastructure\x20','upgEn','os_version','22IsEhKA','Playwright','bsSessionId','browser','name','platform','../../helpers/test-observability/utils','428qIVDeI'];a3_0x2cab=function(){return _0x19dff8;};return a3_0x2cab();}
|
|
@@ -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_0x289d8a=a4_0x1079;(function(_0x5f533a,_0x4a9a21){const _0x298803=a4_0x1079,_0x2b4145=_0x5f533a();while(!![]){try{const _0x565aa0=parseInt(_0x298803(0xd3))/0x1+-parseInt(_0x298803(0x14c))/0x2*(parseInt(_0x298803(0x161))/0x3)+parseInt(_0x298803(0xa0))/0x4+-parseInt(_0x298803(0xb8))/0x5+parseInt(_0x298803(0x11f))/0x6+parseInt(_0x298803(0x14e))/0x7*(-parseInt(_0x298803(0x9c))/0x8)+parseInt(_0x298803(0xe1))/0x9*(parseInt(_0x298803(0x10e))/0xa);if(_0x565aa0===_0x4a9a21)break;else _0x2b4145['push'](_0x2b4145['shift']());}catch(_0x1296db){_0x2b4145['push'](_0x2b4145['shift']());}}}(a4_0x114e,0x444da));const path=require(a4_0x289d8a(0x136)),fs=require('fs'),{v4:uuidv4}=require(a4_0x289d8a(0x131)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require('../../helpers/helper'),testOpsHelper=require(a4_0x289d8a(0x174)),{getTestEnv}=require(a4_0x289d8a(0x16e)),{FRAMEWORKS}=require(a4_0x289d8a(0x117)),logger=require(a4_0x289d8a(0x115))[a4_0x289d8a(0xf3)],SessionHandler=require(a4_0x289d8a(0xc4)),RequestQueueHandler=require(a4_0x289d8a(0x171)),PlaywrightSessionDetails=require(a4_0x289d8a(0xfb)),debug=testOpsHelper[a4_0x289d8a(0xd8)],{processAccessibilityCaps}=require(a4_0x289d8a(0x107)),Constants=require(a4_0x289d8a(0xa9)),{fetchPlatformDetails}=require(a4_0x289d8a(0x109)),{shouldProcessEventForTesthub,appendTesthubParams}=require('../../helpers/testhub/utils.js'),constants=require(a4_0x289d8a(0xa9)),STATE_PASSED=a4_0x289d8a(0x119),STATE_FAILED=a4_0x289d8a(0x13a),a4_0x122952={};a4_0x122952['TEST_RUN_STARTED']=a4_0x289d8a(0xfe),a4_0x122952['TEST_RUN_FINISHED']=a4_0x289d8a(0x186),a4_0x122952[a4_0x289d8a(0x175)]=a4_0x289d8a(0x167),a4_0x122952[a4_0x289d8a(0xf5)]='HookRunStarted',a4_0x122952[a4_0x289d8a(0x121)]=a4_0x289d8a(0x134);function a4_0x1079(_0x9d8a72,_0x5eb4d8){const _0x114e28=a4_0x114e();return a4_0x1079=function(_0x1079bb,_0x32137f){_0x1079bb=_0x1079bb-0x96;let _0x2f4e47=_0x114e28[_0x1079bb];return _0x2f4e47;},a4_0x1079(_0x9d8a72,_0x5eb4d8);}const TEST_EVENTS=a4_0x122952,parseEvent=_0x473c66=>{const _0x2687df=a4_0x289d8a,_0xa69800={};_0xa69800['jVnsc']=function(_0x53889a,_0x4fc3c8){return _0x53889a<_0x4fc3c8;},_0xa69800['igBHk']=function(_0xf342a6,_0x4cd455){return _0xf342a6===_0x4cd455;},_0xa69800[_0x2687df(0x149)]=_0x2687df(0xf1),_0xa69800['CuYvH']=function(_0x157e43,_0x3e7553){return _0x157e43===_0x3e7553;},_0xa69800[_0x2687df(0x10d)]=_0x2687df(0x9a),_0xa69800[_0x2687df(0xff)]=_0x2687df(0x160),_0xa69800[_0x2687df(0xa6)]=_0x2687df(0x10f),_0xa69800[_0x2687df(0xd2)]=_0x2687df(0x9d);const _0x4e206f=_0xa69800,_0x38b94c=_0x473c66[_0x2687df(0x11c)](/^(.*)Run(.*)$/);if(!_0x38b94c)return null;if(_0x4e206f[_0x2687df(0x133)](_0x38b94c[_0x2687df(0x182)],0x3))return null;const _0x7798c7=_0x38b94c[0x1][_0x2687df(0xfa)](),_0x24bca8=_0x38b94c[0x2][_0x2687df(0xfa)]();return{'test':_0x4e206f[_0x2687df(0xd5)](_0x7798c7,_0x4e206f[_0x2687df(0x149)]),'hook':_0x4e206f['CuYvH'](_0x7798c7,_0x4e206f['iXoGH']),'skipped':_0x4e206f[_0x2687df(0x97)](_0x24bca8,_0x4e206f[_0x2687df(0xff)]),'started':_0x4e206f[_0x2687df(0xd5)](_0x24bca8,_0x4e206f['YLWLq']),'finished':_0x4e206f['CuYvH'](_0x24bca8,_0x4e206f[_0x2687df(0xd2)])};},mockPWBrowserType=_0x14f150=>{const _0xb70cb5=a4_0x289d8a,_0x17fdb3={'Iszwu':function(_0x4a1a2e,_0x112d6e){return _0x4a1a2e===_0x112d6e;},'EFifd':_0xb70cb5(0x123),'VTzLe':function(_0x5ac638,_0x1c01be,_0x5ecbf5){return _0x5ac638(_0x1c01be,_0x5ecbf5);},'cYEAd':_0xb70cb5(0xde),'YIkwc':function(_0x3515bd,_0x508245){return _0x3515bd(_0x508245);},'UzaFP':_0xb70cb5(0xdc),'HtjsV':function(_0x206e03,_0x2b6b27){return _0x206e03(_0x2b6b27);},'XRZcM':_0xb70cb5(0x15b),'DSFbv':_0xb70cb5(0xa4),'LKShd':_0xb70cb5(0xcd),'mBinY':function(_0x233f77,_0x443254){return _0x233f77(_0x443254);},'KWYMr':_0xb70cb5(0xce),'mBVlD':_0xb70cb5(0x146),'Pyysv':_0xb70cb5(0x168)},_0x38ab6c=path[_0xb70cb5(0x187)](_0x17fdb3[_0xb70cb5(0x188)],_0x17fdb3[_0xb70cb5(0x189)],_0x17fdb3[_0xb70cb5(0xc1)]),_0x365c9f=_0x17fdb3[_0xb70cb5(0x111)](importFileFromPWCore,_0x38ab6c);if(!_0x365c9f){_0x17fdb3[_0xb70cb5(0x127)](debug,_0x17fdb3['KWYMr']);return;}const _0x15f623=_0x365c9f[_0xb70cb5(0xe5)],_0x15fdae=_0x15f623[_0xb70cb5(0x165)];if(_0x15fdae[_0xb70cb5(0xc3)])return;const _0x2d8ff4=_0x15fdae['connect'];Object[_0xb70cb5(0x143)](_0x15fdae,_0x17fdb3['mBVlD'],{'get':function(){const _0x2f565f=_0xb70cb5,_0xbd52ef={'GPGZz':function(_0x289fcf,_0x7a747b){const _0x2547be=a4_0x1079;return _0x17fdb3[_0x2547be(0x17a)](_0x289fcf,_0x7a747b);},'GAQBl':_0x17fdb3[_0x2f565f(0x10c)],'Mfiml':function(_0x27431c,_0x5e7e74,_0x34090e){const _0x24d517=_0x2f565f;return _0x17fdb3[_0x24d517(0x113)](_0x27431c,_0x5e7e74,_0x34090e);},'JHgQK':_0x17fdb3[_0x2f565f(0x142)],'HilkQ':function(_0x263bb7,_0x4d4026){const _0x426019=_0x2f565f;return _0x17fdb3[_0x426019(0x127)](_0x263bb7,_0x4d4026);},'TQUaj':_0x17fdb3[_0x2f565f(0xed)],'MXgCe':function(_0x46db58,_0x3d6d68,_0x28878d){const _0xadf810=_0x2f565f;return _0x17fdb3[_0xadf810(0x113)](_0x46db58,_0x3d6d68,_0x28878d);},'xoENp':function(_0x2e0743,_0x30a2cc){const _0x498158=_0x2f565f;return _0x17fdb3[_0x498158(0xd7)](_0x2e0743,_0x30a2cc);}};return async function _0x4c41a5(_0x2f8f48,_0x1334c0){const _0x220de7=_0x2f565f,_0x2ee22e={'Ofbzh':function(_0x1173b4,_0x31b5b8){const _0x220c2f=a4_0x1079;return _0xbd52ef[_0x220c2f(0x185)](_0x1173b4,_0x31b5b8);},'oEoZx':_0xbd52ef[_0x220de7(0x144)]},_0x14f8b8=_0xbd52ef['Mfiml'](nestedKeyValue,_0x2f8f48,[_0xbd52ef['JHgQK']])||_0x2f8f48;let _0x2e085e=null,_0x353bdc=null;try{[_0x353bdc,_0x2e085e]=_0x14f8b8?_0xbd52ef[_0x220de7(0xe8)](parseWSEndpoint,_0x14f8b8):[null,null],global[_0x220de7(0x103)]=_0x2e085e,logger[_0x220de7(0xd8)](_0x220de7(0x118)+_0x353bdc),_0x353bdc[_0x220de7(0xdf)](Constants[_0x220de7(0x163)])&&(global[_0x220de7(0x13c)]=_0xbd52ef[_0x220de7(0x16f)]);}catch(_0x567497){logger[_0x220de7(0xd8)](_0x220de7(0x13d)+_0x14f8b8+'\x20'+_0x567497);}_0xbd52ef[_0x220de7(0x102)](processAccessibilityCaps,_0x2e085e,_0x353bdc);if(global['accessibilityPlatform']){const _0x155ea2=await _0x15fdae['connectOverCDP'][_0x220de7(0x184)](this,[''+Constants[_0x220de7(0xc0)]+_0xbd52ef[_0x220de7(0x110)](encodeURIComponent,JSON['stringify'](_0x2e085e))]);return PlaywrightSessionDetails[_0x220de7(0x129)](_0x155ea2,_0x14f150,_0x14f8b8),_0x155ea2;}return _0x2d8ff4[_0x220de7(0x184)](this,arguments)[_0x220de7(0x158)](_0x56c700=>{const _0x2dfe13=_0x220de7;let _0x1d9c12=_0x2f8f48[_0x2dfe13(0xde)];return _0x2ee22e['Ofbzh'](typeof _0x2f8f48,_0x2ee22e[_0x2dfe13(0x126)])&&(_0x1d9c12=_0x2f8f48),PlaywrightSessionDetails['setupBrowserDetails'](_0x56c700,_0x14f150,_0x1d9c12),_0x56c700;});};}});const _0x112ae5=_0x15fdae[_0xb70cb5(0x168)];Object[_0xb70cb5(0x143)](_0x15fdae,_0x17fdb3[_0xb70cb5(0xb9)],{'get':function(){return async function _0x8a404e(){const _0x247deb=a4_0x1079;return _0x112ae5[_0x247deb(0x184)](this,arguments)[_0x247deb(0x158)](_0x53ef39=>{const _0x538b88=_0x247deb;return PlaywrightSessionDetails[_0x538b88(0x129)](_0x53ef39,null),_0x53ef39;});};}});};class O11yHelper{[a4_0x289d8a(0xaa)]=null;['currentHook']=null;[a4_0x289d8a(0x179)]=![];['frameworkName']=![];constructor(_0x9bcc8b,_0x55c630){const _0x1ae236=a4_0x289d8a,_0x3701b0={'hYEIu':_0x1ae236(0x15a),'JdWCz':function(_0x3514db,_0x1d2513){return _0x3514db===_0x1d2513;},'nUccr':'Playwright','WZUuB':function(_0xe80ee,_0x4f6749){return _0xe80ee(_0x4f6749);},'rmbPt':function(_0x5c0c40){return _0x5c0c40();}},_0xf5dff6=_0x3701b0['hYEIu']['split']('|');let _0x1f9364=0x0;while(!![]){switch(_0xf5dff6[_0x1f9364++]){case'0':this['frameworkName']=_0x55c630[_0x1ae236(0xd1)];continue;case'1':this[_0x1ae236(0x139)]&&_0x3701b0[_0x1ae236(0xbc)](this[_0x1ae236(0x139)][_0x1ae236(0x124)][_0x1ae236(0xb4)],_0x3701b0[_0x1ae236(0xab)])&&_0x3701b0['WZUuB'](mockPWBrowserType,null);continue;case'2':this[_0x1ae236(0x10a)]=_0x3701b0[_0x1ae236(0x180)](getTestEnv);continue;case'3':this['enabled']=_0x3701b0['rmbPt'](shouldProcessEventForTesthub);continue;case'4':this[_0x1ae236(0x139)]=_0x9bcc8b;continue;case'5':this[_0x1ae236(0xbe)]=new testOpsHelper['PathHelper']({'cwd':process[_0x1ae236(0xc5)]()},this[_0x1ae236(0x10a)]['location_prefix']);continue;}break;}}[a4_0x289d8a(0x18d)](){const _0x4eee3e=a4_0x289d8a;if(!this[_0x4eee3e(0x179)])return;testOpsHelper[_0x4eee3e(0xdb)](),process[_0x4eee3e(0xf7)](_0x4eee3e(0xad)+process[_0x4eee3e(0x99)]),process['on'](_0x4eee3e(0xad)+process['pid'],this[_0x4eee3e(0xee)][_0x4eee3e(0x151)](this));}async[a4_0x289d8a(0xc8)](){await RequestQueueHandler['getInstance']()['shutdown']();}async[a4_0x289d8a(0xee)](_0x456085){const _0x1f7483=a4_0x289d8a,_0x398548={'WFJLT':_0x1f7483(0x17e),'tXYQc':function(_0x1a848c,_0x2930c4){return _0x1a848c(_0x2930c4);}};try{this[_0x1f7483(0xb7)]&&!this[_0x1f7483(0xb7)][_0x1f7483(0xb1)]&&(_0x456085[_0x1f7483(0x12a)]=this[_0x1f7483(0xb7)][_0x1f7483(0x152)]);!_0x456085[_0x1f7483(0x12a)]&&this[_0x1f7483(0xaa)]&&!this[_0x1f7483(0xaa)][_0x1f7483(0xb1)]&&(_0x456085[_0x1f7483(0xa2)]=this[_0x1f7483(0xaa)][_0x1f7483(0x181)]);if(_0x456085[_0x1f7483(0x12a)]||_0x456085[_0x1f7483(0xa2)]){const _0x4db226={};_0x4db226[_0x1f7483(0x15c)]=_0x398548[_0x1f7483(0xbf)],_0x4db226[_0x1f7483(0x11e)]=[_0x456085],await SessionHandler['uploadEventData'](_0x4db226);}}catch(_0x428c01){_0x398548[_0x1f7483(0xf0)](debug,_0x1f7483(0xbb)+constants[_0x1f7483(0xf2)]+_0x1f7483(0xeb)+_0x428c01);}}async['sendCBTInfo'](_0x5a82b7){const _0x54964b=a4_0x289d8a,_0x5eeb4c={'VUqAP':'CBTSessionCreated','HZXIt':function(_0x2a5ec8,_0x192f5a){return _0x2a5ec8(_0x192f5a);}};if(!this[_0x54964b(0x179)])return;const _0x2672a6=this[_0x54964b(0xba)](this[_0x54964b(0x139)]);try{const _0x580798={};_0x580798[_0x54964b(0x131)]=_0x5a82b7,_0x580798['integrations']=_0x2672a6;const _0x4c9363=_0x580798,_0x4d72cc={};_0x4d72cc[_0x54964b(0x15c)]=_0x5eeb4c[_0x54964b(0x12c)],_0x4d72cc[_0x54964b(0x137)]=_0x4c9363,await SessionHandler[_0x54964b(0x12e)](_0x4d72cc);}catch(_0x43ca09){_0x5eeb4c[_0x54964b(0x108)](debug,_0x54964b(0xae)+constants[_0x54964b(0xf2)]+'\x20with\x20error\x20:\x20'+_0x43ca09);}}[a4_0x289d8a(0xba)](_0x31b323){const _0xd43b45=a4_0x289d8a,_0x286239={'kIBLX':function(_0x3f8d7a,_0x390800){return _0x3f8d7a(_0x390800);}};return _0x286239[_0xd43b45(0x128)](fetchPlatformDetails,_0x31b323);}['resetSkipTestHooks']=_0x26fc7b=>{const _0x26e016=a4_0x289d8a,_0x20a19a={};_0x20a19a[_0x26e016(0x183)]=_0x26e016(0xac),_0x20a19a[_0x26e016(0x16b)]=_0x26e016(0x15f);const _0x20cb6d=_0x20a19a;if(!_0x26fc7b||!_0x26fc7b[_0x26e016(0xd4)])return;[_0x20cb6d[_0x26e016(0x183)],_0x20cb6d[_0x26e016(0x16b)]][_0x26e016(0x16c)](_0x27179b=>{const _0x26bb26=_0x26e016,_0x13ef69=_0x26fc7b[_0x26bb26(0xd4)][_0x27179b];_0x13ef69['forEach'](_0x2b2ec4=>{const _0x691968=_0x26bb26;_0x2b2ec4['hookAnalyticsId']&&(_0x2b2ec4[_0x691968(0x152)]=null);});});};[a4_0x289d8a(0xbd)](_0x52d4b1){const _0x3a3b41=a4_0x289d8a,_0x5585e7={'ryhNQ':'codeceptjs','pujRW':function(_0x533d61){return _0x533d61();},'CVcPh':function(_0x29f542,_0x55c50b){return _0x29f542===_0x55c50b;},'UWcUU':_0x3a3b41(0x15f),'OLoiC':_0x3a3b41(0x100),'VLzGC':_0x3a3b41(0x164),'DwHWk':_0x3a3b41(0xac)};if(!_0x52d4b1||!_0x52d4b1[_0x3a3b41(0xd4)])return;[_0x5585e7[_0x3a3b41(0x17b)],_0x5585e7[_0x3a3b41(0xe3)],_0x5585e7['DwHWk'],_0x5585e7['UWcUU']][_0x3a3b41(0x16c)](_0x374239=>{const _0x27b595=_0x3a3b41,_0xe74c9a=_0x52d4b1[_0x27b595(0xd4)][_0x374239]||[];_0xe74c9a[_0x27b595(0x16c)](_0xc1e103=>{const _0x245275=_0x27b595;if(_0xc1e103[_0x245275(0x140)][_0x245275(0xdf)](_0x5585e7[_0x245275(0x135)]))return;if(!_0xc1e103[_0x245275(0x152)])_0xc1e103[_0x245275(0x152)]=_0x5585e7[_0x245275(0xb6)](uuidv4);else _0xc1e103[_0x245275(0xb1)]&&_0x5585e7[_0x245275(0xc9)](_0x374239,_0x5585e7['UWcUU'])&&(_0xc1e103[_0x245275(0x152)]=_0x5585e7[_0x245275(0xb6)](uuidv4),delete _0xc1e103[_0x245275(0xb1)]);});}),this[_0x3a3b41(0xbd)](_0x52d4b1[_0x3a3b41(0xd4)]);}[a4_0x289d8a(0xd0)](_0xd75f5e){const _0x328669=a4_0x289d8a,_0x4cda71={};_0x4cda71[_0x328669(0xea)]=_0x328669(0x100),_0x4cda71[_0x328669(0x105)]=_0x328669(0x164),_0x4cda71['YAeZJ']=_0x328669(0xac),_0x4cda71[_0x328669(0x13b)]=_0x328669(0x15f);const _0x17c99a=_0x4cda71;if(!_0xd75f5e||!_0xd75f5e[_0x328669(0xd4)])return[];const _0x1505e7=[];return[_0x17c99a[_0x328669(0xea)],_0x17c99a[_0x328669(0x105)],_0x17c99a[_0x328669(0xec)],_0x17c99a['lJlFT']][_0x328669(0x16c)](_0x4ec95a=>{const _0x2d9dab=_0x328669,_0xf2b066=_0xd75f5e[_0x2d9dab(0xd4)][_0x4ec95a]||[];_0xf2b066[_0x2d9dab(0x16c)](_0x5d551a=>{const _0x32c3ce=_0x2d9dab;_0x5d551a['hookAnalyticsId']&&_0x1505e7[_0x32c3ce(0x170)](_0x5d551a[_0x32c3ce(0x152)]);});}),[][_0x328669(0x12d)](_0x1505e7,this[_0x328669(0xd0)](_0xd75f5e['parent']));}[a4_0x289d8a(0x153)](_0x18ecdc){const _0x2411e4=a4_0x289d8a,_0x948ef6=/^"(?<hook>.*)" hook:.*$/,_0x2d0ed0=_0x18ecdc['title'],_0xed2fe4=_0x2d0ed0['match'](_0x948ef6);if(_0xed2fe4&&_0xed2fe4['groups'])return _0xed2fe4['groups'][_0x2411e4(0x9a)]['toUpperCase']()['replace']('\x20','_');return null;}[a4_0x289d8a(0x116)](_0x4c895c){const _0x109345=a4_0x289d8a,_0x14129f={};_0x14129f[_0x109345(0x17c)]=function(_0x32ea5e,_0x16f463){return _0x32ea5e===_0x16f463;},_0x14129f[_0x109345(0x17f)]=function(_0x2e1008,_0xd5d3ef){return _0x2e1008===_0xd5d3ef;},_0x14129f[_0x109345(0xca)]=function(_0x412a77,_0x420774){return _0x412a77===_0x420774;},_0x14129f['jUgva']=_0x109345(0xb0),_0x14129f[_0x109345(0x13f)]='config';const _0xd01cfd=_0x14129f,_0x56fe86=path[_0x109345(0xcf)];if(_0xd01cfd[_0x109345(0x17c)](_0x4c895c,null)||_0xd01cfd[_0x109345(0x17f)](_0x4c895c,'')||_0xd01cfd[_0x109345(0x17c)](_0x4c895c,_0x56fe86)||_0xd01cfd[_0x109345(0xca)](_0x4c895c,path[_0x109345(0x114)](_0x4c895c)))return null;try{return fs['statSync'](path[_0x109345(0x187)](_0x4c895c,_0xd01cfd[_0x109345(0xaf)],_0xd01cfd[_0x109345(0x13f)])),_0x4c895c;}catch(_0xa33234){const _0xf2380=path['dirname'](_0x4c895c);return this[_0x109345(0x116)](_0xf2380);}}[a4_0x289d8a(0x162)](_0x2dddc7){const _0x40129f=a4_0x289d8a,_0xfafffe={};_0xfafffe[_0x40129f(0xe2)]=function(_0xf132a7,_0x3101d7){return _0xf132a7>_0x3101d7;};const _0x4cec6c=_0xfafffe;if(_0x2dddc7['file'])return _0x2dddc7[_0x40129f(0x101)];if(_0x2dddc7[_0x40129f(0x14b)]){const _0x2f775f=_0x2dddc7[_0x40129f(0x14b)][_0x40129f(0xaa)]?this[_0x40129f(0x162)](_0x2dddc7[_0x40129f(0x14b)][_0x40129f(0xaa)]):null;if(_0x2f775f)return _0x2f775f;}if(_0x2dddc7[_0x40129f(0xd4)]){const _0x3e1542=this[_0x40129f(0x162)](_0x2dddc7[_0x40129f(0xd4)])||(_0x2dddc7[_0x40129f(0xd4)]['ctx']&&_0x2dddc7[_0x40129f(0xd4)]['ctx']['currentTest']?this[_0x40129f(0x162)](_0x2dddc7['parent'][_0x40129f(0x14b)][_0x40129f(0xaa)]):null);if(_0x3e1542)return _0x3e1542;_0x2dddc7[_0x40129f(0xd4)][_0x40129f(0x14a)]&&_0x4cec6c[_0x40129f(0xe2)](_0x2dddc7[_0x40129f(0xd4)][_0x40129f(0x14a)][_0x40129f(0x182)],0x0)&&_0x2dddc7[_0x40129f(0xd4)][_0x40129f(0x14a)][_0x40129f(0x16c)](_0x4d9bde=>{const _0x15a353=_0x40129f,_0x58a964=_0x4d9bde['ctx']?this['getRootParentFile'](_0x4d9bde[_0x15a353(0x14b)]):null;if(_0x58a964)return _0x58a964;});}return null;}[a4_0x289d8a(0x155)](_0x283959){const _0x4df728=a4_0x289d8a,_0x37f784={};_0x37f784['ceHms']=function(_0x7f85da,_0x4d95d9){return _0x7f85da!==_0x4d95d9;};const _0x40b201=_0x37f784,_0x45e65a=[];if(_0x283959&&_0x283959[_0x4df728(0xd4)]){let _0x177158=_0x283959[_0x4df728(0xd4)];while(_0x177158&&_0x40b201[_0x4df728(0xd6)](_0x177158[_0x4df728(0x140)],'')){_0x45e65a['push'](_0x177158['title']),_0x177158=_0x177158['parent'];}}return _0x45e65a;}[a4_0x289d8a(0xa7)](_0x1295e8,_0x5bb153,_0x2c2fd7=undefined){const _0x5a1310=a4_0x289d8a,_0x464d8b={'gGeEH':function(_0x327e75,_0x12411d){return _0x327e75(_0x12411d);},'rEoyO':function(_0x1b947e){return _0x1b947e();},'pShfE':function(_0x234871){return _0x234871();},'yqvkZ':function(_0x1101fa){return _0x1101fa();},'Bejwn':_0x5a1310(0x112),'iWmCD':_0x5a1310(0x15e),'WOqzk':function(_0x503cfe,_0xb262b0){return _0x503cfe!==_0xb262b0;},'kAAfG':_0x5a1310(0x98),'RVrEa':'pending','PQyUz':_0x5a1310(0x13a),'wflqs':'passed','WfnRq':'skipped','mZeVk':_0x5a1310(0x130),'tScUg':function(_0x22fde0,_0xf9df64){return _0x22fde0-_0xf9df64;},'jCPTy':function(_0x313e18,_0x55a0cc,_0x3c92ad,_0x1d8fa8,_0x12da59){return _0x313e18(_0x55a0cc,_0x3c92ad,_0x1d8fa8,_0x12da59);},'YcQBS':function(_0x227c1f,_0x572834){return _0x227c1f!==_0x572834;},'NuVoo':_0x5a1310(0x104),'YVQgT':_0x5a1310(0x176),'iKqFS':_0x5a1310(0xb3),'AdOnl':_0x5a1310(0x178),'PDINn':_0x5a1310(0xfd),'vQkmD':'failure_reason_expanded','xAvnj':_0x5a1310(0x14f),'RSgEA':function(_0x50645d,_0x13ee27){return _0x50645d===_0x13ee27;},'RNSKv':_0x5a1310(0x12f),'oAYwv':_0x5a1310(0x137)};if(!this[_0x5a1310(0x179)])return;try{if(_0x5bb153['fn']&&_0x5bb153['fn'][_0x5a1310(0xdd)]()[_0x5a1310(0x11c)](/browserstack internal helper hook/))return;const _0x5dbd09=_0x464d8b[_0x5a1310(0x177)](parseEvent,_0x1295e8);if(!_0x5dbd09)return;if(_0x5dbd09['test']){this[_0x5a1310(0xaa)]=_0x5bb153,this[_0x5a1310(0xb7)]=null;if(_0x5dbd09['started']||_0x5dbd09[_0x5a1310(0x160)]){_0x5bb153[_0x5a1310(0x17d)]=new Date(),_0x5bb153[_0x5a1310(0xb1)]=![];if(!_0x5bb153['testAnalyticsId'])_0x5bb153[_0x5a1310(0x181)]=_0x464d8b['rEoyO'](uuidv4);else _0x5bb153[_0x5a1310(0xb1)]&&(!_0x5bb153[_0x5a1310(0xc7)]&&(_0x5bb153['retryOf']=_0x5bb153[_0x5a1310(0x181)]),_0x5bb153[_0x5a1310(0x181)]=_0x464d8b[_0x5a1310(0x10b)](uuidv4));}}else{if(_0x5dbd09[_0x5a1310(0x9a)]){this['currentHook']=_0x5bb153;if(_0x5dbd09[_0x5a1310(0x10f)]){_0x5bb153[_0x5a1310(0x17d)]=new Date(),_0x5bb153[_0x5a1310(0xb1)]=![];if(!_0x5bb153['hookAnalyticsId'])_0x5bb153[_0x5a1310(0x152)]=_0x464d8b['pShfE'](uuidv4);else _0x5bb153[_0x5a1310(0x152)]&&_0x5bb153[_0x5a1310(0xb1)]&&(_0x5bb153[_0x5a1310(0x152)]=_0x464d8b['yqvkZ'](uuidv4));}}}if(_0x5dbd09[_0x5a1310(0x9d)]&&_0x5bb153['markedStatus'])return;let _0x4a0f23;try{_0x4a0f23=this[_0x5a1310(0x162)](_0x5bb153);}catch(_0x3307d6){logger[_0x5a1310(0xd8)](_0x5a1310(0x132)+_0x3307d6),_0x4a0f23=null;}const _0x31dc9b=_0x464d8b[_0x5a1310(0x177)](require,_0x464d8b['Bejwn']);let _0x477a62=[];_0x2c2fd7&&(_0x477a62=[_0x2c2fd7,_0x464d8b[_0x5a1310(0xc6)]]);const _0x55cc6b=_0x464d8b[_0x5a1310(0x173)](_0x5bb153[_0x5a1310(0x9f)],undefined)?_0x31dc9b['inspect'](_0x5bb153['errorsDetailed'][0x0]):_0x464d8b['WOqzk'](_0x2c2fd7,undefined)?_0x2c2fd7[_0x5a1310(0xdd)]():undefined,_0x5b56f1=_0x4a0f23?this[_0x5a1310(0x116)](_0x4a0f23):null,_0x4edb81=_0x4a0f23?this[_0x5a1310(0xbe)]['prefixTestPath'](this[_0x5a1310(0x162)](_0x5bb153)):_0x464d8b[_0x5a1310(0xe9)];let _0x53caf8=_0x464d8b[_0x5a1310(0xe7)];const _0x30bde5=!_0x5dbd09[_0x5a1310(0x10f)]?new Date()[_0x5a1310(0x11a)]():null;if(_0x5dbd09['finished'])_0x53caf8=_0x2c2fd7?_0x464d8b['PQyUz']:_0x464d8b[_0x5a1310(0x96)],_0x5bb153[_0x5a1310(0xb1)]=!![];else _0x5dbd09['skipped']&&(_0x53caf8=_0x464d8b['WfnRq'],_0x5bb153[_0x5a1310(0xb1)]=!![]);const _0x12d9bf={'framework':this['frameworkName'],'uuid':_0x5bb153[_0x5a1310(0x181)]||_0x5bb153['hookAnalyticsId'],'name':_0x5bb153[_0x5a1310(0x140)],'body':{'lang':_0x464d8b[_0x5a1310(0x150)],'code':_0x5bb153['body'][_0x5a1310(0xdd)]()},'type':_0x5bb153[_0x5a1310(0xf8)],'scope':_0x5bb153['fullTitle'](),'scopes':this[_0x5a1310(0x155)](_0x5bb153),'file_name':_0x4edb81,'vc_filepath':_0x5b56f1?path[_0x5a1310(0x159)](_0x5b56f1,_0x4a0f23):null,'location':_0x4edb81,'result':_0x53caf8,'failure_reason':_0x55cc6b,'duration_in_ms':_0x5bb153[_0x5a1310(0x16d)]||(_0x5dbd09[_0x5a1310(0x9d)]||_0x5dbd09[_0x5a1310(0x160)])?_0x464d8b[_0x5a1310(0x106)](Date[_0x5a1310(0x18b)](),new Date(_0x5bb153[_0x5a1310(0x17d)])['getTime']()):null,'started_at':new Date(_0x5bb153['startedAt'])[_0x5a1310(0x11a)](),'finished_at':_0x30bde5,'failure':testOpsHelper['failureData'][_0x5a1310(0x184)](null,_0x477a62),'failure_type':!_0x55cc6b?null:testOpsHelper['getFailureType'](_0x55cc6b),'retry_of':_0x5bb153[_0x5a1310(0xc7)]||null,'tags':_0x5bb153[_0x5a1310(0xcb)]||[],'customRerunParam':{'rerun_name':_0x5bb153[_0x5a1310(0x18a)]()}};_0x464d8b[_0x5a1310(0x12b)](appendTesthubParams,_0x12d9bf,_0x1295e8,_0x5bb153,FRAMEWORKS[_0x5a1310(0x120)]);if(_0x5dbd09['hook'])[_0x12d9bf[_0x5a1310(0x169)],_0x12d9bf[_0x5a1310(0xb4)]]=[this[_0x5a1310(0x153)](_0x5bb153),_0x5bb153[_0x5a1310(0x14b)][_0x5a1310(0xf1)][_0x5a1310(0x140)]],_0x5dbd09['finished']?_0x464d8b['YcQBS'](_0x12d9bf[_0x5a1310(0x14d)],_0x464d8b[_0x5a1310(0x141)])&&(_0x12d9bf['result']=_0x464d8b[_0x5a1310(0x96)]):_0x12d9bf[_0x5a1310(0x9b)]={};else _0x5dbd09[_0x5a1310(0xf1)]&&(this[_0x5a1310(0xbd)](_0x5bb153),_0x5dbd09[_0x5a1310(0x160)]&&this[_0x5a1310(0xda)](_0x5bb153),(_0x5dbd09[_0x5a1310(0x9d)]||_0x5dbd09['skipped'])&&(_0x12d9bf['hooks']=this['getHooksForTest'](_0x5bb153)));this[_0x5a1310(0x139)]&&(_0x5dbd09['started']||_0x5dbd09[_0x5a1310(0x160)])&&(_0x12d9bf[_0x464d8b[_0x5a1310(0xb5)]]=this[_0x5a1310(0xba)](this[_0x5a1310(0x139)]));_0x5dbd09[_0x5a1310(0xf1)]&&_0x5dbd09[_0x5a1310(0x9d)]&&_0x5bb153[_0x5a1310(0xef)]&&(_0x12d9bf[_0x464d8b[_0x5a1310(0xcc)]]={'feature':{'name':_0x5bb153[_0x5a1310(0xd4)][_0x5a1310(0x147)][_0x5a1310(0xb4)],'path':_0x12d9bf['file_name'],'description':_0x5bb153['parent'][_0x5a1310(0xa1)]},'scenario':{'name':_0x5bb153[_0x5a1310(0x140)]},'steps':_0x5bb153['bddSteps']});const _0x100b88=_0x12d9bf[_0x464d8b[_0x5a1310(0xa5)]][0x0];_0x100b88&&(_0x12d9bf[_0x464d8b[_0x5a1310(0x9e)]]=_0x100b88[_0x464d8b[_0x5a1310(0x18c)]],_0x12d9bf[_0x464d8b['vQkmD']]=_0x100b88[_0x464d8b['xAvnj']]);if(_0x5bb153[_0x5a1310(0xef)])for(const _0x1c9450 of _0x5bb153[_0x5a1310(0xef)]){!_0x1c9450[_0x5a1310(0x11d)]&&(_0x1c9450['finished_at']=new Date()[_0x5a1310(0x11a)](),_0x464d8b[_0x5a1310(0x166)](_0x1c9450[_0x5a1310(0x14d)],_0x464d8b[_0x5a1310(0xe7)])&&(_0x100b88?(_0x1c9450[_0x5a1310(0x14d)]=_0x464d8b[_0x5a1310(0x141)],_0x1c9450[_0x5a1310(0xb3)]=_0x100b88[_0x464d8b[_0x5a1310(0x18c)]][0x0]):_0x1c9450[_0x5a1310(0x14d)]=_0x464d8b[_0x5a1310(0x96)]));}const _0x4f6d7d={};_0x4f6d7d['event_type']=_0x5dbd09[_0x5a1310(0x160)]?TEST_EVENTS['TEST_RUN_FINISHED']:_0x1295e8;const _0x1cc82e=_0x4f6d7d;return _0x5dbd09[_0x5a1310(0x9a)]?_0x1cc82e[_0x464d8b[_0x5a1310(0xc2)]]=_0x12d9bf:_0x1cc82e[_0x464d8b[_0x5a1310(0x148)]]=_0x12d9bf,_0x1cc82e;}catch(_0x5361d3){logger[_0x5a1310(0xd8)](_0x5a1310(0x11b)+_0x1295e8+_0x5a1310(0xeb)+_0x5361d3);}}async[a4_0x289d8a(0xf6)](_0x3097ac,_0x35b95f){const _0x261e80=a4_0x289d8a;if(!this['enabled']||!_0x35b95f||!_0x3097ac)return![];try{return await SessionHandler['uploadEventData'](_0x35b95f);}catch(_0x337f50){logger[_0x261e80(0xd8)](_0x261e80(0xf4)+_0x3097ac+_0x261e80(0xeb)+_0x337f50);}}[a4_0x289d8a(0x16a)](_0x82ba6c){const _0x5f4a83=a4_0x289d8a,_0x4a7851={};_0x4a7851[_0x5f4a83(0x15d)]='pending';const _0x5872ad=_0x4a7851;return{'id':_0x82ba6c[_0x5f4a83(0x156)],'text':_0x82ba6c[_0x5f4a83(0xe0)],'keyword':_0x82ba6c[_0x5f4a83(0x172)],'started_at':_0x82ba6c[_0x5f4a83(0x17d)][_0x5f4a83(0x11a)](),'result':_0x5872ad[_0x5f4a83(0x15d)]};}['bddStepStart'](_0x1965a5){const _0x5ec652=a4_0x289d8a,_0x5cba5c={'SiZZX':function(_0x403cda){return _0x403cda();}};!this[_0x5ec652(0xaa)][_0x5ec652(0xef)]&&(this['currentTest'][_0x5ec652(0xef)]=[]),!_0x1965a5[_0x5ec652(0x156)]&&(_0x1965a5[_0x5ec652(0x156)]=_0x5cba5c[_0x5ec652(0x125)](uuidv4),_0x1965a5[_0x5ec652(0x17d)]=new Date(),this[_0x5ec652(0xaa)][_0x5ec652(0xef)][_0x5ec652(0x170)](this[_0x5ec652(0x16a)](_0x1965a5)));}[a4_0x289d8a(0x13e)](_0xd37768){const _0x15e3c6=a4_0x289d8a,_0x1100f7={'xTddM':function(_0x4a6cb1,_0xe488c5){return _0x4a6cb1(_0xe488c5);},'AJvBT':_0x15e3c6(0x122),'fXDCL':_0x15e3c6(0x138),'SEkOd':_0x15e3c6(0x119),'snWcA':function(_0x3247f6,_0xd4292d){return _0x3247f6-_0xd4292d;}};let _0x3d1b36=this['currentTest'][_0x15e3c6(0xef)][_0x15e3c6(0xa3)](_0x1a9dd6=>_0x1a9dd6['id']===_0xd37768[_0x15e3c6(0x156)]);_0x1100f7[_0x15e3c6(0xf9)](isUndefined,_0x3d1b36)&&(_0x3d1b36=this['initializeBddStep'](_0xd37768)),_0x3d1b36['result']=[_0x1100f7[_0x15e3c6(0xfc)],_0x1100f7[_0x15e3c6(0x145)]][_0x15e3c6(0xdf)](_0xd37768['status'])?_0x1100f7[_0x15e3c6(0xe6)]:_0xd37768[_0x15e3c6(0xe4)],_0x3d1b36[_0x15e3c6(0x11d)]=new Date()['toISOString'](),_0x3d1b36[_0x15e3c6(0x16d)]=_0x1100f7['snWcA'](Date[_0x15e3c6(0x18b)](),_0xd37768[_0x15e3c6(0x17d)][_0x15e3c6(0xa8)]()),_0x3d1b36[_0x15e3c6(0xb3)]=_0xd37768['err']?_0xd37768[_0x15e3c6(0x15e)][_0x15e3c6(0xd9)]:null;}}function a4_0x114e(){const _0x4ae2ec=['type','xTddM','toLowerCase','../playwright/sessionDetails','AJvBT','backtrace','TestRunStarted','RSVRF','_beforeAll','file','MXgCe','__platformCaps','integrations','fTHeu','tScUg','../playwright/accessibility-helper','HZXIt','./helper.js','_testEnv','rEoyO','EFifd','iXoGH','837950jpPhPe','started','xoENp','mBinY','util','VTzLe','dirname','../../helpers/logger','findGitConfig','../../helpers/test-observability/constants','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','passed','toISOString','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','match','finished_at','logs','967788eKdKjB','CODECEPT','HOOK_RUN_FINISHED','success','string','constructor','SiZZX','oEoZx','YIkwc','kIBLX','setupBrowserDetails','hook_run_uuid','jCPTy','VUqAP','concat','uploadEventData','hook_run','javascript','uuid','failed\x20to\x20get\x20root\x20parent\x20file\x20','jVnsc','HookRunFinished','ryhNQ','path','test_run','pending','driver','failed','lJlFT','__cloud_provider___','Failed\x20to\x20parse\x20wsendpoint\x20','bddStepFinish','aImlh','title','PQyUz','cYEAd','defineProperty','GAQBl','fXDCL','connect','feature','oAYwv','vDzdg','suites','ctx','13822TIWlun','result','21ojXRcI','expanded','mZeVk','bind','hookAnalyticsId','getHookType','exports','getHierarchy','stepAnalyticsId','TEST_EVENTS','then','relative','3|0|4|2|5|1','lib','event_type','gxzSh','err','_afterEach','skipped','36UIQYJM','getRootParentFile','BROWSERSTACK','_afterAll','prototype','RSgEA','TestRunSkipped','launch','hook_type','initializeBddStep','BIbAU','forEach','duration','../mocha/test-observability/mochaUtils','TQUaj','push','../../helpers/test-observability/requestQueueHandler','keyword','WOqzk','../../helpers/test-observability/utils','TEST_RUN_SKIPPED','meta','gGeEH','failure_backtrace','enabled','Iszwu','OLoiC','aYhCl','startedAt','LogCreated','QnxRy','rmbPt','testAnalyticsId','length','FCbXq','apply','GPGZz','TestRunFinished','join','XRZcM','DSFbv','fullTitle','now','PDINn','start','wflqs','CuYvH','File\x20path\x20could\x20not\x20be\x20found','pid','hook','body','1060104ehYogr','finished','AdOnl','errorsDetailed','207532kUtrfw','comment','test_run_uuid','find','client','iKqFS','YLWLq','captureEvent','getTime','../utils/constants','currentTest','nUccr','_beforeEach','bs:addLog:','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','jUgva','.git','markedStatus','STATE_FAILED','failure','name','NuVoo','pujRW','currentHook','471165bWKBoo','Pyysv','getCBTInfo','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','JdWCz','mapTestHooks','_paths','WFJLT','PLAYWRIGHT_HUB_URL','LKShd','RNSKv','obsBrowserTypeMockApplied','../../helpers/test-observability/sessionHandler','cwd','iWmCD','retryOf','stop','CVcPh','IBamI','tags','YVQgT','browserType.js','Not\x20able\x20to\x20import\x20Browser','sep','getHooksForTest','frameworkName','WEZou','473703EYnyJg','parent','igBHk','ceHms','HtjsV','debug','message','resetSkipTestHooks','patchConsoleLogger','browserstack','toString','wsEndpoint','includes','text','18zGuoJR','RctHv','VLzGC','status','BrowserType','SEkOd','RVrEa','HilkQ','kAAfG','cNujj','\x20with\x20error\x20:\x20','YAeZJ','UzaFP','appendTestItemLog','bddSteps','tXYQc','test','TEST_REPORTING_ANALYTICS','winstonLogger','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','HOOK_RUN_STARTED','fireEvent','removeAllListeners'];a4_0x114e=function(){return _0x4ae2ec;};return a4_0x114e();}const a4_0x30c1b8={};a4_0x30c1b8['O11yHelper']=O11yHelper,a4_0x30c1b8['STATE_PASSED']=STATE_PASSED,a4_0x30c1b8[a4_0x289d8a(0xb2)]=STATE_FAILED,a4_0x30c1b8[a4_0x289d8a(0x157)]=TEST_EVENTS,module[a4_0x289d8a(0x154)]=a4_0x30c1b8;
|